diff --git a/DEPS b/DEPS
index 8d2bc78..0e7c772 100644
--- a/DEPS
+++ b/DEPS
@@ -174,11 +174,11 @@
   # Three lines of non-changing comments so that
   # the commit queue can handle CLs rolling ANGLE
   # and whatever else without interference from each other.
-  'angle_revision': 'd4c75347e4d386a3eed50d73a473621155d5fe16',
+  'angle_revision': 'f703443b1f675f9205c8507e0bcf9d04e04c432e',
   # Three lines of non-changing comments so that
   # the commit queue can handle CLs rolling SwiftShader
   # and whatever else without interference from each other.
-  'swiftshader_revision': '2eae4389fbdf1914385106513973a00960b0e6e2',
+  'swiftshader_revision': '30d3c8afe19c6e741fd084c82d4f0d3425a210e4',
   # Three lines of non-changing comments so that
   # the commit queue can handle CLs rolling PDFium
   # and whatever else without interference from each other.
@@ -297,7 +297,7 @@
   # Three lines of non-changing comments so that
   # the commit queue can handle CLs rolling feed
   # and whatever else without interference from each other.
-  'dawn_revision': '6ac5a9250dffe3a1d114f636a9c748ed22c5876e',
+  'dawn_revision': '64f4dd71278a76e1cffb4578e6441a09fd231283',
   # Three lines of non-changing comments so that
   # the commit queue can handle CLs rolling feed
   # and whatever else without interference from each other.
@@ -853,7 +853,7 @@
 
   # Build tools for Chrome OS. Note: This depends on third_party/pyelftools.
   'src/third_party/chromite': {
-      'url': Var('chromium_git') + '/chromiumos/chromite.git' + '@' + 'd1d14229730202d83660c70b10b13cc29337b29a',
+      'url': Var('chromium_git') + '/chromiumos/chromite.git' + '@' + '3ef6d975b40278802f5b8c2f74fe38e2a8c19745',
       'condition': 'checkout_linux',
   },
 
@@ -878,7 +878,7 @@
   },
 
   'src/third_party/depot_tools':
-    Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + '6a5cb2517a2c219d303ab0ab2435f2e406738770',
+    Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + '9a5bb612e62427fce53af10d2b72206f72d0ca40',
 
   'src/third_party/devtools-node-modules':
     Var('chromium_git') + '/external/github.com/ChromeDevTools/devtools-node-modules' + '@' + Var('devtools_node_modules_revision'),
@@ -1257,7 +1257,7 @@
   },
 
   'src/third_party/perfetto':
-    Var('android_git') + '/platform/external/perfetto.git' + '@' + '19ac30b02093130723556a4a3e779d5b539086b9',
+    Var('android_git') + '/platform/external/perfetto.git' + '@' + '692a818a2c7995ce9b6aa3e301758e92bbc92b35',
 
   'src/third_party/perl': {
       'url': Var('chromium_git') + '/chromium/deps/perl.git' + '@' + '6f3e5028eb65d0b4c5fdd792106ac4c84eee1eb3',
@@ -1425,7 +1425,7 @@
     Var('chromium_git') + '/external/khronosgroup/webgl.git' + '@' + '7c4e67ff117d6c640e6dd17989afe2fb7da7eecb',
 
   'src/third_party/webrtc':
-    Var('webrtc_git') + '/src.git' + '@' + 'd63f8f88a1b0bc5129f111b440ee294947ba98b1',
+    Var('webrtc_git') + '/src.git' + '@' + 'd6eab9edafe894108ccff8a2e59bbb85758afb7c',
 
   'src/third_party/xdg-utils': {
       'url': Var('chromium_git') + '/chromium/deps/xdg-utils.git' + '@' + 'd80274d5869b17b8c9067a1022e4416ee7ed5e0d',
@@ -1487,7 +1487,7 @@
     Var('chromium_git') + '/v8/v8.git' + '@' +  Var('v8_revision'),
 
   'src-internal': {
-    'url': 'https://chrome-internal.googlesource.com/chrome/src-internal.git@01c20b755102eb168b6ce8c0d3f7bf33ffdbceb7',
+    'url': 'https://chrome-internal.googlesource.com/chrome/src-internal.git@d64438c0787f675972c256f77a8b410b162268c5',
     'condition': 'checkout_src_internal',
   },
 
diff --git a/ash/app_list/views/contents_view.cc b/ash/app_list/views/contents_view.cc
index 9f673bb..4185d21 100644
--- a/ash/app_list/views/contents_view.cc
+++ b/ash/app_list/views/contents_view.cc
@@ -132,6 +132,7 @@
 }
 
 void ContentsView::ResetForShow() {
+  target_page_for_last_view_state_update_ = base::nullopt;
   GetAppsContainerView()->ResetForShowApps();
   // SearchBoxView::ResetForShow() before SetActiveState(). It clears the search
   // query internally, which can show the search results page through
@@ -752,6 +753,8 @@
     GetAppsContainerView()->UpdateYPositionAndOpacity(apps_container_progress,
                                                       restore_opacity);
   }
+
+  target_page_for_last_view_state_update_ = current_state;
 }
 
 void ContentsView::AnimateToViewState(ash::AppListViewState target_view_state,
@@ -822,17 +825,6 @@
   // offset and apply the transform to the whole contents view.
   const gfx::Rect target_search_box_bounds =
       GetSearchBoxBoundsForViewState(target_page, target_view_state);
-  const gfx::Rect current_search_box_bounds =
-      GetSearchBoxExpectedBoundsForProgress(
-          target_page,
-          app_list_view_->GetAppListTransitionProgress(
-              AppListView::kProgressFlagWithTransform |
-              (target_page == ash::AppListState::kStateSearchResults
-                   ? AppListView::kProgressFlagSearchResults
-                   : AppListView::kProgressFlagNone)));
-
-  const int y_offset =
-      current_search_box_bounds.y() - target_search_box_bounds.y();
 
   SearchBoxView* search_box = GetSearchBoxView();
   const gfx::Rect target_search_box_widget_bounds =
@@ -840,6 +832,32 @@
           ConvertRectToWidgetWithoutTransform(target_search_box_bounds));
   search_box->GetWidget()->SetBounds(target_search_box_widget_bounds);
 
+  // Even though the target bounds are calculated for the target page, use the
+  // last page for which app list view state was updated - in case page
+  // transition is in progress, the total search box position change can be
+  // described as composite of:
+  // 1.  Change in contents view padding due to app list view state change.
+  // 2.  Change in contents view padding due to page change.
+  // Only the first part is expected to be handled by this animation, and this
+  // uses the last used page as reference.
+  // The second change will be handled by the page transition animation.
+  const ash::AppListState selected_page =
+      target_page_for_last_view_state_update_.value_or(
+          GetStateForPageIndex(pagination_model_.selected_page()));
+  const int progress_baseline_flag =
+      selected_page == ash::AppListState::kStateSearchResults
+          ? AppListView::kProgressFlagSearchResults
+          : AppListView::kProgressFlagNone;
+  const gfx::Rect current_search_box_bounds =
+      GetSearchBoxExpectedBoundsForProgress(
+          selected_page, app_list_view_->GetAppListTransitionProgress(
+                             AppListView::kProgressFlagWithTransform |
+                             progress_baseline_flag));
+
+  const int y_offset =
+      current_search_box_bounds.y() -
+      GetSearchBoxBoundsForViewState(selected_page, target_view_state).y();
+
   // For search box, animate the search_box view layer instead of the widget
   // layer to avoid conflict with pagination model transitions (which update the
   // search box widget layer transform as the transition progresses).
@@ -857,6 +875,7 @@
   GetAppsContainerView()->UpdateYPositionAndOpacity(
       AppListView::GetTransitionProgressForState(target_view_state),
       target_view_state != ash::AppListViewState::kClosed /*restore_opacity*/);
+  target_page_for_last_view_state_update_ = target_page;
 
   // Schedule expand arrow repaint to ensure the view picks up the new target
   // state.
diff --git a/ash/app_list/views/contents_view.h b/ash/app_list/views/contents_view.h
index 6a1fbd6..ce6bfe5b 100644
--- a/ash/app_list/views/contents_view.h
+++ b/ash/app_list/views/contents_view.h
@@ -326,6 +326,13 @@
   // If true, SetActiveState immediately.
   bool set_active_state_without_animation_ = false;
 
+  // If set, the app list page that was used to determine the search box
+  // placement when the contents view layout was last updated for app list view
+  // state (either using UpdateYPositionAndOpacity() or AnimateToViewState()).
+  // Used primarily to determine the initial search box position when animating
+  // to a new app list view state.
+  base::Optional<ash::AppListState> target_page_for_last_view_state_update_;
+
   base::ObserverList<SearchBoxUpdateObserver> search_box_observers_;
 
   DISALLOW_COPY_AND_ASSIGN(ContentsView);
diff --git a/ash/login/ui/lock_screen_media_controls_view.cc b/ash/login/ui/lock_screen_media_controls_view.cc
index 49228933..5dd2254 100644
--- a/ash/login/ui/lock_screen_media_controls_view.cc
+++ b/ash/login/ui/lock_screen_media_controls_view.cc
@@ -49,7 +49,7 @@
 
 // Dimensions.
 constexpr gfx::Insets kMediaControlsInsets = gfx::Insets(15, 15, 15, 15);
-constexpr int kMediaControlsCornerRadius = 8;
+constexpr int kMediaControlsCornerRadius = 16;
 constexpr int kMinimumIconSize = 16;
 constexpr int kDesiredIconSize = 20;
 constexpr int kIconSize = 20;
diff --git a/ash/public/cpp/ash_features.cc b/ash/public/cpp/ash_features.cc
index 7c91ed6..9bb39cf2 100644
--- a/ash/public/cpp/ash_features.cc
+++ b/ash/public/cpp/ash_features.cc
@@ -30,7 +30,7 @@
     base::FEATURE_DISABLED_BY_DEFAULT};
 
 const base::Feature kLockScreenMediaControls{"LockScreenMediaControls",
-                                             base::FEATURE_ENABLED_BY_DEFAULT};
+                                             base::FEATURE_DISABLED_BY_DEFAULT};
 
 const base::Feature kHideArcMediaNotifications{
     "HideArcMediaNotifications", base::FEATURE_ENABLED_BY_DEFAULT};
diff --git a/ash/system/unified/rounded_label_button.cc b/ash/system/unified/rounded_label_button.cc
index 9f28f9e..bec4b62c 100644
--- a/ash/system/unified/rounded_label_button.cc
+++ b/ash/system/unified/rounded_label_button.cc
@@ -25,6 +25,7 @@
       AshColorProvider::ContentLayerType::kTextPrimary, kUnifiedMenuTextColor));
   SetHorizontalAlignment(gfx::ALIGN_CENTER);
   SetBorder(views::CreateEmptyBorder(gfx::Insets()));
+  label()->SetElideBehavior(gfx::NO_ELIDE);
   label()->SetSubpixelRenderingEnabled(false);
   label()->SetFontList(views::Label::GetDefaultFontList().Derive(
       1, gfx::Font::NORMAL, gfx::Font::Weight::MEDIUM));
diff --git a/base/sampling_heap_profiler/poisson_allocation_sampler.cc b/base/sampling_heap_profiler/poisson_allocation_sampler.cc
index 6bee5c0..3d9d928 100644
--- a/base/sampling_heap_profiler/poisson_allocation_sampler.cc
+++ b/base/sampling_heap_profiler/poisson_allocation_sampler.cc
@@ -412,11 +412,11 @@
     return;
 
   if (UNLIKELY(!g_running.load(std::memory_order_relaxed))) {
-    // Sampling is in fact disabled. Put a large negative value into
-    // the accumulator. It needs to be large enough to have this code
-    // not trigger frequently, and small enough to eventually start collecting
-    // samples when the sampling is enabled.
-    g_accumulated_bytes_tls = -static_cast<intptr_t>(kWarmupInterval);
+    // Sampling is in fact disabled. Reset the state of the sampler.
+    // We do this check off the fast-path, because it's quite a rare state when
+    // allocation hooks are installed but the sampler is not running.
+    g_sampling_interval_initialized_tls = false;
+    g_accumulated_bytes_tls = 0;
     return;
   }
 
@@ -433,6 +433,21 @@
     return;
 
   size_t mean_interval = g_sampling_interval.load(std::memory_order_relaxed);
+
+  if (UNLIKELY(!g_sampling_interval_initialized_tls)) {
+    g_sampling_interval_initialized_tls = true;
+    // This is the very first allocation on the thread. It always makes it
+    // passing the condition at |RecordAlloc|, because g_accumulated_bytes_tls
+    // is initialized with zero due to TLS semantics.
+    // Generate proper sampling interval instance and make sure the allocation
+    // has indeed crossed the threshold before counting it as a sample.
+    accumulated_bytes -= GetNextSampleInterval(mean_interval);
+    if (accumulated_bytes < 0) {
+      g_accumulated_bytes_tls = accumulated_bytes;
+      return;
+    }
+  }
+
   size_t samples = accumulated_bytes / mean_interval;
   accumulated_bytes %= mean_interval;
 
@@ -443,16 +458,6 @@
 
   g_accumulated_bytes_tls = accumulated_bytes;
 
-  if (UNLIKELY(!g_sampling_interval_initialized_tls)) {
-    g_sampling_interval_initialized_tls = true;
-    // This is the very first allocation on the thread. It always produces an
-    // extra sample because g_accumulated_bytes_tls is initialized with zero
-    // due to TLS semantics.
-    // Make sure we don't count this extra sample.
-    if (!--samples)
-      return;
-  }
-
   if (UNLIKELY(ScopedMuteThreadSamples::IsMuted()))
     return;
 
diff --git a/base/sampling_heap_profiler/poisson_allocation_sampler.h b/base/sampling_heap_profiler/poisson_allocation_sampler.h
index 6006bff..1161239 100644
--- a/base/sampling_heap_profiler/poisson_allocation_sampler.h
+++ b/base/sampling_heap_profiler/poisson_allocation_sampler.h
@@ -35,10 +35,6 @@
  public:
   enum AllocatorType : uint32_t { kMalloc, kPartitionAlloc, kBlinkGC };
 
-  // When the sampler is just enabled it needs to see up to that amount
-  // of allocation sizes before it starts recording samples.
-  static constexpr size_t kWarmupInterval = 1 << 20;  // 1MB.
-
   class SamplesObserver {
    public:
     virtual ~SamplesObserver() = default;
diff --git a/base/version.cc b/base/version.cc
index 3ba39d4..2ee8793 100644
--- a/base/version.cc
+++ b/base/version.cc
@@ -151,7 +151,7 @@
   return CompareVersionComponents(components_, other.components_);
 }
 
-const std::string Version::GetString() const {
+std::string Version::GetString() const {
   DCHECK(IsValid());
   std::string version_str;
   size_t count = components_.size();
diff --git a/base/version.h b/base/version.h
index 272cbe8..9199449d 100644
--- a/base/version.h
+++ b/base/version.h
@@ -56,7 +56,7 @@
   int CompareToWildcardString(StringPiece wildcard_string) const;
 
   // Return the string representation of this version.
-  const std::string GetString() const;
+  std::string GetString() const;
 
   const std::vector<uint32_t>& components() const { return components_; }
 
diff --git a/build/fuchsia/linux.sdk.sha1 b/build/fuchsia/linux.sdk.sha1
index d64a2bdb..af82c66 100644
--- a/build/fuchsia/linux.sdk.sha1
+++ b/build/fuchsia/linux.sdk.sha1
@@ -1 +1 @@
-8901447639518533984
+8901506071232259296
\ No newline at end of file
diff --git a/build/fuchsia/mac.sdk.sha1 b/build/fuchsia/mac.sdk.sha1
index fa22597..908d9741 100644
--- a/build/fuchsia/mac.sdk.sha1
+++ b/build/fuchsia/mac.sdk.sha1
@@ -1 +1 @@
-8901448833775125712
+8901506068351790832
\ No newline at end of file
diff --git a/chrome/BUILD.gn b/chrome/BUILD.gn
index 59c0b81..92fe7cd 100644
--- a/chrome/BUILD.gn
+++ b/chrome/BUILD.gn
@@ -1524,10 +1524,10 @@
   if (!is_android) {
     public_deps += [
       "//chrome/browser/resources:component_extension_resources",
+      "//chrome/browser/resources:dev_ui_paks",
       "//chrome/browser/resources:downloads_resources",
       "//chrome/browser/resources:local_ntp_resources",
       "//chrome/browser/resources:settings_resources",
-      "//chrome/browser/resources/bluetooth_internals:resources",
     ]
   }
 
diff --git a/chrome/VERSION b/chrome/VERSION
index 8b9bf8d..b5ed79c 100644
--- a/chrome/VERSION
+++ b/chrome/VERSION
@@ -1,4 +1,4 @@
 MAJOR=79
 MINOR=0
-BUILD=3924
+BUILD=3925
 PATCH=0
diff --git a/chrome/android/BUILD.gn b/chrome/android/BUILD.gn
index f502bdc..f9750a6 100644
--- a/chrome/android/BUILD.gn
+++ b/chrome/android/BUILD.gn
@@ -1381,8 +1381,8 @@
       }
       if (!dfmify_dev_ui) {
         additional_extra_paks +=
-            [ "$root_gen_dir/chrome/bluetooth_internals_resources.pak" ]
-        deps += [ "//chrome/browser/resources/bluetooth_internals:resources" ]
+            [ "$root_gen_dir/chrome/dev_ui_page_resources.pak" ]
+        deps += [ "//chrome/browser/resources:dev_ui_paks" ]
       }
 
       if (enable_resource_whitelist_generation) {
@@ -2706,9 +2706,7 @@
     "java/src/org/chromium/chrome/browser/translate/TranslateBridge.java",
     "java/src/org/chromium/chrome/browser/usage_stats/NotificationSuspender.java",
     "java/src/org/chromium/chrome/browser/usage_stats/UsageStatsBridge.java",
-    "java/src/org/chromium/chrome/browser/util/ChromeContextUtil.java",
     "java/src/org/chromium/chrome/browser/util/FeatureUtilities.java",
-    "java/src/org/chromium/chrome/browser/util/PlatformUtil.java",
     "java/src/org/chromium/chrome/browser/webapps/WebApkHandlerDelegate.java",
     "java/src/org/chromium/chrome/browser/webapps/WebApkInstallService.java",
     "java/src/org/chromium/chrome/browser/webapps/WebApkInstaller.java",
diff --git a/chrome/android/chrome_java_sources.gni b/chrome/android/chrome_java_sources.gni
index 4abc02bbc..b6f7e2a 100644
--- a/chrome/android/chrome_java_sources.gni
+++ b/chrome/android/chrome_java_sources.gni
@@ -615,22 +615,8 @@
   "java/src/org/chromium/chrome/browser/download/items/OfflineContentAggregatorNotificationBridgeUiFactory.java",
   "java/src/org/chromium/chrome/browser/download/service/DownloadBackgroundTask.java",
   "java/src/org/chromium/chrome/browser/download/service/DownloadTaskScheduler.java",
-  "java/src/org/chromium/chrome/browser/download/ui/BackendItems.java",
   "java/src/org/chromium/chrome/browser/download/ui/BackendProvider.java",
-  "java/src/org/chromium/chrome/browser/download/ui/DeletedFileTracker.java",
   "java/src/org/chromium/chrome/browser/download/ui/DownloadFilter.java",
-  "java/src/org/chromium/chrome/browser/download/ui/DownloadHistoryAdapter.java",
-  "java/src/org/chromium/chrome/browser/download/ui/DownloadHistoryItemViewHolder.java",
-  "java/src/org/chromium/chrome/browser/download/ui/DownloadHistoryItemWrapper.java",
-  "java/src/org/chromium/chrome/browser/download/ui/DownloadItemSelectionDelegate.java",
-  "java/src/org/chromium/chrome/browser/download/ui/DownloadItemView.java",
-  "java/src/org/chromium/chrome/browser/download/ui/DownloadManagerToolbar.java",
-  "java/src/org/chromium/chrome/browser/download/ui/DownloadManagerUi.java",
-  "java/src/org/chromium/chrome/browser/download/ui/FilePathsToDownloadItemsMap.java",
-  "java/src/org/chromium/chrome/browser/download/ui/FilterAdapter.java",
-  "java/src/org/chromium/chrome/browser/download/ui/LoadingStateDelegate.java",
-  "java/src/org/chromium/chrome/browser/download/ui/OfflineGroupHeaderView.java",
-  "java/src/org/chromium/chrome/browser/download/ui/SpaceDisplay.java",
   "java/src/org/chromium/chrome/browser/engagement/SiteEngagementService.java",
   "java/src/org/chromium/chrome/browser/explore_sites/CategoryCardAdapter.java",
   "java/src/org/chromium/chrome/browser/explore_sites/CategoryCardViewHolderFactory.java",
@@ -1724,11 +1710,9 @@
   "java/src/org/chromium/chrome/browser/ui/tablet/emptybackground/incognitotoggle/IncognitoToggleButton.java",
   "java/src/org/chromium/chrome/browser/ui/tablet/emptybackground/incognitotoggle/IncognitoToggleButtonTablet.java",
   "java/src/org/chromium/chrome/browser/util/AccessibilityUtil.java",
-  "java/src/org/chromium/chrome/browser/util/ChromeContextUtil.java",
   "java/src/org/chromium/chrome/browser/util/ChromeIntentUtil.java",
   "java/src/org/chromium/chrome/browser/util/ColorUtils.java",
   "java/src/org/chromium/chrome/browser/util/FeatureUtilities.java",
-  "java/src/org/chromium/chrome/browser/util/PlatformUtil.java",
   "java/src/org/chromium/chrome/browser/util/ViewUtils.java",
   "java/src/org/chromium/chrome/browser/vr/ArDelegate.java",
   "java/src/org/chromium/chrome/browser/vr/ArDelegateProvider.java",
diff --git a/chrome/android/chrome_test_java_sources.gni b/chrome/android/chrome_test_java_sources.gni
index 1c97020b7b..954221e 100644
--- a/chrome/android/chrome_test_java_sources.gni
+++ b/chrome/android/chrome_test_java_sources.gni
@@ -137,7 +137,6 @@
   "javatests/src/org/chromium/chrome/browser/dom_distiller/DistillabilityServiceTest.java",
   "javatests/src/org/chromium/chrome/browser/dom_distiller/DistilledPagePrefsTest.java",
   "javatests/src/org/chromium/chrome/browser/download/ChromeDownloadDelegateTest.java",
-  "javatests/src/org/chromium/chrome/browser/download/DownloadActivityTest.java",
   "javatests/src/org/chromium/chrome/browser/download/DownloadFileProviderTest.java",
   "javatests/src/org/chromium/chrome/browser/download/DownloadForegroundServiceManagerTest.java",
   "javatests/src/org/chromium/chrome/browser/download/DownloadForegroundServiceTest.java",
@@ -156,7 +155,6 @@
   "javatests/src/org/chromium/chrome/browser/download/TestDownloadDirectoryProvider.java",
   "javatests/src/org/chromium/chrome/browser/download/home/DownloadActivityV2Test.java",
   "javatests/src/org/chromium/chrome/browser/download/home/StubbedOfflineContentProvider.java",
-  "javatests/src/org/chromium/chrome/browser/download/ui/DownloadHistoryAdapterTest.java",
   "javatests/src/org/chromium/chrome/browser/download/ui/StubbedProvider.java",
   "javatests/src/org/chromium/chrome/browser/engagement/SiteEngagementServiceTest.java",
   "javatests/src/org/chromium/chrome/browser/explore_sites/ExploreSitesBridgeExperimentalTest.java",
diff --git a/chrome/android/features/dev_ui/BUILD.gn b/chrome/android/features/dev_ui/BUILD.gn
index 7185d8e..235eda6 100644
--- a/chrome/android/features/dev_ui/BUILD.gn
+++ b/chrome/android/features/dev_ui/BUILD.gn
@@ -22,11 +22,10 @@
 }
 
 android_assets("pak_assets") {
-  renaming_sources =
-      [ "$root_gen_dir/chrome/bluetooth_internals_resources.pak" ]
+  renaming_sources = [ "$root_gen_dir/chrome/dev_ui_page_resources.pak" ]
   renaming_destinations = [ "dev_ui_resources.pak" ]
   deps = [
-    "//chrome/browser/resources/bluetooth_internals:resources",
+    "//chrome/browser/resources:dev_ui_paks",
   ]
   disable_compression = true
 }
diff --git a/chrome/android/features/keyboard_accessory/internal/java/src/org/chromium/chrome/browser/keyboard_accessory/bar_component/KeyboardAccessoryMediator.java b/chrome/android/features/keyboard_accessory/internal/java/src/org/chromium/chrome/browser/keyboard_accessory/bar_component/KeyboardAccessoryMediator.java
index ea5ffa5c..c6da4cd 100644
--- a/chrome/android/features/keyboard_accessory/internal/java/src/org/chromium/chrome/browser/keyboard_accessory/bar_component/KeyboardAccessoryMediator.java
+++ b/chrome/android/features/keyboard_accessory/internal/java/src/org/chromium/chrome/browser/keyboard_accessory/bar_component/KeyboardAccessoryMediator.java
@@ -133,7 +133,6 @@
             case PopupItemId.ITEM_ID_CLEAR_FORM:
             case PopupItemId.ITEM_ID_CREDIT_CARD_SIGNIN_PROMO:
             case PopupItemId.ITEM_ID_ALL_SAVED_PASSWORDS_ENTRY:
-            case PopupItemId.ITEM_ID_GOOGLE_PAY_BRANDING:
             case PopupItemId.ITEM_ID_GENERATE_PASSWORD_ENTRY:
             case PopupItemId.ITEM_ID_SHOW_ACCOUNT_CARDS:
             case PopupItemId.ITEM_ID_AUTOFILL_OPTIONS:
diff --git a/chrome/android/features/tab_ui/java/res/layout/iph_drag_and_drop_dialog_layout.xml b/chrome/android/features/tab_ui/java/res/layout/iph_drag_and_drop_dialog_layout.xml
index d65322d..1373d50 100644
--- a/chrome/android/features/tab_ui/java/res/layout/iph_drag_and_drop_dialog_layout.xml
+++ b/chrome/android/features/tab_ui/java/res/layout/iph_drag_and_drop_dialog_layout.xml
@@ -4,8 +4,8 @@
      found in the LICENSE file. -->
 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
     xmlns:app="http://schemas.android.com/apk/res-auto"
-    android:layout_width="@dimen/tab_grid_iph_dialog_size"
-    android:layout_height="wrap_content"
+    android:layout_width="match_parent"
+    android:layout_height="match_parent"
     android:layout_gravity="center"
     android:orientation="vertical"
     android:background="@drawable/popup_bg_tinted"
@@ -14,10 +14,12 @@
     <ImageView
         android:id="@+id/animation_drawable"
         android:layout_width="match_parent"
-        android:layout_height="@dimen/tab_grid_iph_dialog_animated_drawable_size"
+        android:layout_height="0dp"
+        android:layout_weight="1"
         app:srcCompat="@drawable/iph_drag_and_drop_animated_drawable"
         android:contentDescription="@string/iph_drag_and_drop_content" />
     <TextView
+        android:id="@+id/title"
         android:layout_width="match_parent"
         android:layout_height="wrap_content"
         android:layout_marginStart="32dp"
@@ -27,6 +29,7 @@
         android:text="@string/iph_drag_and_drop_title"
         android:textAppearance="@style/TextAppearance.BlackHeadline" />
     <TextView
+        android:id="@+id/description"
         android:layout_width="match_parent"
         android:layout_height="wrap_content"
         android:layout_marginStart="32dp"
@@ -36,7 +39,7 @@
         android:textAppearance="@style/TextAppearance.BlackBodyDefault"
         android:gravity="start" />
     <TextView
-        android:id="@+id/iph_drag_and_drop_dialog_close_button"
+        android:id="@+id/close_button"
         android:layout_width="match_parent"
         android:layout_height="wrap_content"
         android:layout_marginStart="32dp"
diff --git a/chrome/android/features/tab_ui/java/res/values/dimens.xml b/chrome/android/features/tab_ui/java/res/values/dimens.xml
index e9a43c8..c142860 100644
--- a/chrome/android/features/tab_ui/java/res/values/dimens.xml
+++ b/chrome/android/features/tab_ui/java/res/values/dimens.xml
@@ -16,8 +16,12 @@
     <dimen name="tab_grid_iph_card_margin">9dp</dimen>
     <dimen name="tab_grid_iph_card_text_inset">16dp</dimen>
     <dimen name="tab_grid_iph_card_close_button_size">18dp</dimen>
-    <dimen name="tab_grid_iph_dialog_size">370dp</dimen>
-    <dimen name="tab_grid_iph_dialog_animated_drawable_size">220dp</dimen>
+    <dimen name="tab_grid_iph_dialog_height">430dp</dimen>
+    <dimen name="tab_grid_iph_dialog_top_margin">24dp</dimen>
+    <dimen name="tab_grid_iph_dialog_side_margin">12dp</dimen>
+    <dimen name="tab_grid_iph_dialog_text_top_margin_landscape">8dp</dimen>
+    <dimen name="tab_grid_iph_dialog_text_top_margin_portrait">16dp</dimen>
+    <dimen name="tab_grid_iph_dialog_text_side_margin">32dp</dimen>
     <dimen name="tab_grid_merge_threshold">45dp</dimen>
     <dimen name="tab_grid_thumbnail_card_default_size">152dp</dimen>
     <dimen name="tab_grid_thumbnail_favicon_frame_padding">16dp</dimen>
diff --git a/chrome/android/features/tab_ui/java/src/org/chromium/chrome/browser/tasks/tab_management/TabGridIphItemCoordinator.java b/chrome/android/features/tab_ui/java/src/org/chromium/chrome/browser/tasks/tab_management/TabGridIphItemCoordinator.java
index 7709e2b..7af00466 100644
--- a/chrome/android/features/tab_ui/java/src/org/chromium/chrome/browser/tasks/tab_management/TabGridIphItemCoordinator.java
+++ b/chrome/android/features/tab_ui/java/src/org/chromium/chrome/browser/tasks/tab_management/TabGridIphItemCoordinator.java
@@ -18,14 +18,15 @@
 class TabGridIphItemCoordinator {
     private final PropertyModelChangeProcessor mModelChangeProcessor;
     private final TabGridIphItemMediator mMediator;
+    private final TabGridIphItemView mIphItemView;
 
     TabGridIphItemCoordinator(Context context, TabListRecyclerView contentView, ViewGroup parent) {
         PropertyModel iphItemPropertyModel = new PropertyModel(TabGridIphItemProperties.ALL_KEYS);
         LayoutInflater.from(context).inflate(R.layout.iph_card_item_layout, parent, true);
-        TabGridIphItemView iphItemView = parent.findViewById(R.id.tab_grid_iph_item);
+        mIphItemView = parent.findViewById(R.id.tab_grid_iph_item);
 
         mModelChangeProcessor = PropertyModelChangeProcessor.create(iphItemPropertyModel,
-                new TabGridIphItemViewBinder.ViewHolder(contentView, iphItemView),
+                new TabGridIphItemViewBinder.ViewHolder(contentView, mIphItemView),
                 TabGridIphItemViewBinder::bind);
 
         mMediator = new TabGridIphItemMediator(iphItemPropertyModel);
@@ -42,5 +43,6 @@
     /** Destroy the IPH component. */
     public void destroy() {
         mModelChangeProcessor.destroy();
+        mIphItemView.destroy();
     }
 }
diff --git a/chrome/android/features/tab_ui/java/src/org/chromium/chrome/browser/tasks/tab_management/TabGridIphItemView.java b/chrome/android/features/tab_ui/java/src/org/chromium/chrome/browser/tasks/tab_management/TabGridIphItemView.java
index f065ecdc..e59e896 100644
--- a/chrome/android/features/tab_ui/java/src/org/chromium/chrome/browser/tasks/tab_management/TabGridIphItemView.java
+++ b/chrome/android/features/tab_ui/java/src/org/chromium/chrome/browser/tasks/tab_management/TabGridIphItemView.java
@@ -4,7 +4,10 @@
 
 package org.chromium.chrome.browser.tasks.tab_management;
 
+import android.app.Activity;
+import android.content.ComponentCallbacks;
 import android.content.Context;
+import android.content.res.Configuration;
 import android.graphics.Bitmap;
 import android.graphics.drawable.Animatable;
 import android.graphics.drawable.BitmapDrawable;
@@ -16,6 +19,7 @@
 import android.support.v4.view.ViewCompat;
 import android.support.v7.content.res.AppCompatResources;
 import android.util.AttributeSet;
+import android.util.DisplayMetrics;
 import android.view.Gravity;
 import android.view.LayoutInflater;
 import android.view.View;
@@ -34,6 +38,11 @@
  * Represents a view that works as the entrance for IPH in GridTabSwitcher.
  */
 public class TabGridIphItemView extends FrameLayout {
+    private final int mDialogSideMargin;
+    private final int mDialogTextSideMargin;
+    private final int mDialogTextTopMarginPortrait;
+    private final int mDialogTextTopMarginLandscape;
+    private final Context mContext;
     private View mIphDialogView;
     private TextView mShowIPHDialogButton;
     private TextView mCloseIPHDialogButton;
@@ -45,29 +54,43 @@
     private PopupWindow mIphWindow;
     private Animatable mIphAnimation;
     private Animatable2Compat.AnimationCallback mAnimationCallback;
+    private MarginLayoutParams mDialogMarginParams;
+    private MarginLayoutParams mTitleTextMarginParams;
+    private MarginLayoutParams mDescriptionTextMarginParams;
+    private MarginLayoutParams mCloseButtonMarginParams;
+    private ComponentCallbacks mComponentCallbacks;
 
     public TabGridIphItemView(Context context, AttributeSet attrs) {
         super(context, attrs);
+        mContext = context;
+        mDialogSideMargin =
+                (int) mContext.getResources().getDimension(R.dimen.tab_grid_iph_dialog_side_margin);
+        mDialogTextSideMargin = (int) mContext.getResources().getDimension(
+                R.dimen.tab_grid_iph_dialog_text_side_margin);
+        mDialogTextTopMarginPortrait = (int) mContext.getResources().getDimension(
+                R.dimen.tab_grid_iph_dialog_text_top_margin_portrait);
+        mDialogTextTopMarginLandscape = (int) mContext.getResources().getDimension(
+                R.dimen.tab_grid_iph_dialog_text_top_margin_landscape);
     }
 
     @Override
     protected void onFinishInflate() {
         super.onFinishInflate();
 
-        FrameLayout backgroundView = new FrameLayout(getContext());
-        mIphDialogView =
-                LayoutInflater.from(getContext())
-                        .inflate(R.layout.iph_drag_and_drop_dialog_layout, backgroundView, false);
+        FrameLayout backgroundView = new FrameLayout(mContext);
+        mIphDialogView = LayoutInflater.from(mContext).inflate(
+                R.layout.iph_drag_and_drop_dialog_layout, backgroundView, false);
         mShowIPHDialogButton = findViewById(R.id.show_me_button);
         mCloseIPHEntranceButton = findViewById(R.id.close_iph_button);
         mIphIntroduction = findViewById(R.id.iph_description);
         Drawable closeButtonDrawable = getScaledCloseImageDrawable();
         mCloseIPHEntranceButton.setImageDrawable(closeButtonDrawable);
-        mCloseIPHDialogButton =
-                mIphDialogView.findViewById(R.id.iph_drag_and_drop_dialog_close_button);
+        mCloseIPHDialogButton = mIphDialogView.findViewById(R.id.close_button);
         mIphDrawable =
                 ((ImageView) mIphDialogView.findViewById(R.id.animation_drawable)).getDrawable();
         mIphAnimation = (Animatable) mIphDrawable;
+        TextView iphDialogTitleText = mIphDialogView.findViewById(R.id.title);
+        TextView iphDialogDescriptionText = mIphDialogView.findViewById(R.id.description);
         mAnimationCallback = new Animatable2Compat.AnimationCallback() {
             @Override
             public void onAnimationEnd(Drawable drawable) {
@@ -78,7 +101,23 @@
         backgroundView.addView(mIphDialogView);
         mIphWindow = new PopupWindow(backgroundView, ViewGroup.LayoutParams.MATCH_PARENT,
                 ViewGroup.LayoutParams.MATCH_PARENT);
-        mScrimView = new ScrimView(getContext(), null, backgroundView);
+        mScrimView = new ScrimView(mContext, null, backgroundView);
+        mDialogMarginParams = (MarginLayoutParams) mIphDialogView.getLayoutParams();
+        mTitleTextMarginParams = (MarginLayoutParams) iphDialogTitleText.getLayoutParams();
+        mDescriptionTextMarginParams =
+                (MarginLayoutParams) iphDialogDescriptionText.getLayoutParams();
+        mCloseButtonMarginParams = (MarginLayoutParams) mCloseIPHDialogButton.getLayoutParams();
+
+        mComponentCallbacks = new ComponentCallbacks() {
+            @Override
+            public void onConfigurationChanged(Configuration newConfig) {
+                updateMargins(newConfig.orientation);
+            }
+
+            @Override
+            public void onLowMemory() {}
+        };
+        mContext.registerComponentCallbacks(mComponentCallbacks);
     }
 
     /**
@@ -134,6 +173,7 @@
         if (mScrimParams != null) {
             mScrimView.showScrim(mScrimParams);
         }
+        updateMargins(mContext.getResources().getConfiguration().orientation);
         mIphWindow.showAtLocation((View) getParent(), Gravity.CENTER, 0, 0);
         AnimatedVectorDrawableCompat.registerAnimationCallback(mIphDrawable, mAnimationCallback);
         mIphAnimation.start();
@@ -150,6 +190,40 @@
                 getResources(), Bitmap.createScaledBitmap(closeBitmap, size, size, true));
     }
 
+    private void updateMargins(int orientation) {
+        DisplayMetrics displayMetrics = new DisplayMetrics();
+        ((Activity) getContext()).getWindowManager().getDefaultDisplay().getMetrics(displayMetrics);
+        int screenHeight = displayMetrics.heightPixels;
+
+        int dialogHeight =
+                (int) mContext.getResources().getDimension(R.dimen.tab_grid_iph_dialog_height);
+        // Dynamically setup the top margin base on screen height, the minimum top margin is
+        // specified in case the screen height is smaller than or too close to dialog height.
+        int updatedDialogTopMargin = Math.max((screenHeight - dialogHeight) / 2,
+                (int) mContext.getResources().getDimension(R.dimen.tab_grid_iph_dialog_top_margin));
+
+        int dialogTopMargin;
+        int dialogSideMargin;
+        int textTopMargin;
+        if (orientation == Configuration.ORIENTATION_PORTRAIT) {
+            dialogTopMargin = updatedDialogTopMargin;
+            dialogSideMargin = mDialogSideMargin;
+            textTopMargin = mDialogTextTopMarginPortrait;
+        } else {
+            dialogTopMargin = mDialogSideMargin;
+            dialogSideMargin = updatedDialogTopMargin;
+            textTopMargin = mDialogTextTopMarginLandscape;
+        }
+        mDialogMarginParams.setMargins(
+                dialogSideMargin, dialogTopMargin, dialogSideMargin, dialogTopMargin);
+        mTitleTextMarginParams.setMargins(
+                mDialogTextSideMargin, textTopMargin, mDialogTextSideMargin, textTopMargin);
+        mDescriptionTextMarginParams.setMargins(
+                mDialogTextSideMargin, 0, mDialogTextSideMargin, textTopMargin);
+        mCloseButtonMarginParams.setMargins(
+                mDialogTextSideMargin, textTopMargin, mDialogTextSideMargin, textTopMargin);
+    }
+
     /**
      * Updates color for inner views based on incognito mode.
      * @param isIncognito Whether the color is updated for incognito mode.
@@ -174,4 +248,11 @@
                 TabUiColorProvider.getActionButtonTintList(
                         mCloseIPHEntranceButton.getContext(), isIncognito));
     }
+
+    /**
+     * Destroy any members that needs clean up.
+     */
+    public void destroy() {
+        mContext.unregisterComponentCallbacks(mComponentCallbacks);
+    }
 }
diff --git a/chrome/android/features/tab_ui/java/src/org/chromium/chrome/browser/tasks/tab_management/TabGridItemTouchHelperCallback.java b/chrome/android/features/tab_ui/java/src/org/chromium/chrome/browser/tasks/tab_management/TabGridItemTouchHelperCallback.java
index 1b1cd94..ae60240f 100644
--- a/chrome/android/features/tab_ui/java/src/org/chromium/chrome/browser/tasks/tab_management/TabGridItemTouchHelperCallback.java
+++ b/chrome/android/features/tab_ui/java/src/org/chromium/chrome/browser/tasks/tab_management/TabGridItemTouchHelperCallback.java
@@ -83,9 +83,13 @@
         boolean isTabGroupEnabled = FeatureUtilities.isTabGroupsAndroidEnabled();
         boolean isTabGroupUiImprovementEnabled =
                 FeatureUtilities.isTabGroupsAndroidUiImprovementsEnabled();
+        boolean isStartSurfaceEnabled = FeatureUtilities.isStartSurfaceEnabled();
         // Only enable drag for users with group disabled, or with group and group ui improvement
-        // enabled at the same time.
-        boolean isDragEnabled = !isTabGroupEnabled || isTabGroupUiImprovementEnabled;
+        // enabled at the same time. Also, disable drag for start surface for now.
+        // TODO(crbug.com/1005931): Figure out how drag-to-reorder lives in StartSurface MRU
+        // ordering scenario.
+        boolean isDragEnabled =
+                !isStartSurfaceEnabled && (!isTabGroupEnabled || isTabGroupUiImprovementEnabled);
         mDragFlags = isDragEnabled ? ItemTouchHelper.START | ItemTouchHelper.END
                         | ItemTouchHelper.UP | ItemTouchHelper.DOWN
                                    : 0;
diff --git a/chrome/android/features/tab_ui/java/src/org/chromium/chrome/browser/tasks/tab_management/TabSwitcherCoordinator.java b/chrome/android/features/tab_ui/java/src/org/chromium/chrome/browser/tasks/tab_management/TabSwitcherCoordinator.java
index 2304929..b4cce11 100644
--- a/chrome/android/features/tab_ui/java/src/org/chromium/chrome/browser/tasks/tab_management/TabSwitcherCoordinator.java
+++ b/chrome/android/features/tab_ui/java/src/org/chromium/chrome/browser/tasks/tab_management/TabSwitcherCoordinator.java
@@ -127,7 +127,8 @@
                 mTabListCoordinator.getContainerView(), TabListContainerViewBinder::bind);
 
         if (FeatureUtilities.isTabGroupsAndroidUiImprovementsEnabled()
-                && mode == TabListCoordinator.TabListMode.GRID) {
+                && mode == TabListCoordinator.TabListMode.GRID
+                && !FeatureUtilities.isStartSurfaceEnabled()) {
             mTabGridIphItemCoordinator = new TabGridIphItemCoordinator(
                     context, mTabListCoordinator.getContainerView(), container);
             mMediator.setIphProvider(mTabGridIphItemCoordinator.getIphProvider());
diff --git a/chrome/android/java/res/values/colors.xml b/chrome/android/java/res/values/colors.xml
index 43161b36..bf4d41b 100644
--- a/chrome/android/java/res/values/colors.xml
+++ b/chrome/android/java/res/values/colors.xml
@@ -113,7 +113,6 @@
     <color name="contextual_search_divider_line_color">@color/modern_secondary_color</color>
 
     <!-- Progress Bar colors -->
-    <color name="downloads_progress_bar_background_blue">#421A73E8</color>
     <color name="progress_bar_foreground">@color/light_active_color</color>
     <color name="progress_bar_secondary">@color/modern_grey_600</color>
     <color name="progress_bar_background">#3D4386F7</color>
@@ -183,7 +182,6 @@
     <!-- Other colors -->
     <color name="media_viewer_bg">#000000</color>
     <color name="image_viewer_bg">#0E0E0E</color>
-    <color name="modern_blue_600_alpha_38_opaque">#A8CAF6</color>
     <color name="bottom_system_nav_color">@android:color/white</color>
     <color name="bottom_system_nav_divider_color">@color/black_alpha_12</color>
     <color name="search_box_hint">@color/default_text_color_secondary</color>
diff --git a/chrome/android/java/res/values/dimens.xml b/chrome/android/java/res/values/dimens.xml
index 4116c69..6fc0fb24 100644
--- a/chrome/android/java/res/values/dimens.xml
+++ b/chrome/android/java/res/values/dimens.xml
@@ -591,10 +591,8 @@
     <!-- Modern List Item dimensions -->
     <dimen name="list_item_min_height">64dp</dimen>
     <dimen name="list_item_default_margin">16dp</dimen>
-    <dimen name="list_item_subsection_margin">40dp</dimen>
     <dimen name="list_item_start_icon_right_margin">20dp</dimen>
     <dimen name="list_item_start_icon_width">36dp</dimen>
-    <dimen name="list_item_start_icon_corner_radius">18dp</dimen>
     <dimen name="list_item_end_icon_width">56dp</dimen>
 
     <!-- SelectableListLayout dimensions -->
diff --git a/chrome/android/java/res_download/layout/download_item_view.xml b/chrome/android/java/res_download/layout/download_item_view.xml
deleted file mode 100644
index 146182e..0000000
--- a/chrome/android/java/res_download/layout/download_item_view.xml
+++ /dev/null
@@ -1,122 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright 2016 The Chromium Authors. All rights reserved.
-     Use of this source code is governed by a BSD-style license that can be
-     found in the LICENSE file. -->
-
-<!-- Represents a single item in the DownloadHistoryAdapterView. -->
-<view class="org.chromium.chrome.browser.download.ui.DownloadItemView"
-    xmlns:android="http://schemas.android.com/apk/res/android"
-    xmlns:app="http://schemas.android.com/apk/res-auto"
-    android:layout_width="match_parent"
-    android:layout_height="wrap_content" >
-
-    <!-- The end margin is not assigned because the cancel button overlaps it. -->
-    <LinearLayout
-            android:id="@+id/layout_container"
-            style="@style/ListItemContainer" >
-
-        <org.chromium.ui.widget.ChromeImageView
-            android:id="@+id/icon_view"
-            style="@style/DownloadIconView"
-            app:tint="@color/standard_mode_tint" />
-
-        <!-- Shown for completed downloads. -->
-        <RelativeLayout
-                android:id="@+id/completed_layout"
-                android:layout_width="0dp"
-                android:layout_height="wrap_content"
-                android:layout_weight="1">
-
-            <TextView
-                    android:id="@+id/filename_completed_view"
-                    style="@style/DownloadTitleStyle"
-                    android:layout_alignParentEnd="true" />
-
-            <TextView
-                    android:id="@+id/description_view"
-                    style="@style/DownloadDescriptionStyle"
-                    android:layout_below="@+id/filename_completed_view" />
-        </RelativeLayout>
-
-        <include layout="@layout/list_menu_button" />
-
-        <!-- Shown for downloads that haven't been completed. -->
-        <RelativeLayout
-                android:id="@+id/progress_layout"
-                android:layout_width="0dp"
-                android:layout_height="wrap_content"
-                android:layout_weight="1" >
-
-            <TextView
-                    android:id="@+id/filename_progress_view"
-                    android:layout_width="wrap_content"
-                    android:layout_height="wrap_content"
-                    android:layout_marginEnd="16dp"
-                    android:layout_alignParentTop="true"
-                    android:layout_alignParentStart="true"
-                    android:layout_toStartOf="@+id/pause_button"
-                    android:minHeight="18dp"
-                    android:singleLine="true"
-                    android:textAppearance="@style/TextAppearance.BlackTitle1" />
-
-            <org.chromium.chrome.browser.widget.MaterialProgressBar
-                    android:id="@+id/download_progress_view"
-                    android:layout_width="wrap_content"
-                    android:layout_height="2dp"
-                    android:layout_marginTop="5dp"
-                    android:layout_marginBottom="5dp"
-                    android:layout_marginEnd="16dp"
-                    android:layout_below="@+id/filename_progress_view"
-                    android:layout_alignParentStart="true"
-                    android:layout_toStartOf="@+id/pause_button"
-                    app:colorBackground="@color/downloads_progress_bar_background_blue"
-                    app:colorProgress="@color/light_active_color"
-                    app:colorSecondaryProgress="@color/modern_grey_600" />
-
-            <TextView
-                    android:id="@+id/status_view"
-                    style="@style/DownloadHomeStatusText"
-                    android:layout_marginEnd="16dp"
-                    android:layout_alignParentBottom="true"
-                    android:layout_alignParentStart="true"
-                    android:layout_toStartOf="@+id/percentage_view"
-                    android:layout_below="@+id/download_progress_view"
-                    android:textAlignment="viewStart" />
-
-            <TextView
-                    android:id="@+id/percentage_view"
-                    style="@style/DownloadHomeStatusText"
-                    android:layout_alignParentBottom="true"
-                    android:layout_toStartOf="@+id/pause_button"
-                    android:layout_below="@+id/download_progress_view"
-                    android:textAlignment="viewEnd" />
-
-            <org.chromium.ui.widget.ChromeImageButton
-                    android:id="@+id/pause_button"
-                    android:layout_width="48dp"
-                    android:layout_height="48dp"
-                    android:layout_alignParentTop="true"
-                    android:layout_alignParentBottom="true"
-                    android:layout_toStartOf="@+id/cancel_button"
-                    android:padding="8dp"
-                    android:background="?attr/selectableItemBackground"
-                    android:contentDescription="@string/download_notification_pause_button"
-                    android:src="@drawable/ic_pause_white_24dp"
-                    app:tint="@color/default_icon_color" />
-
-            <org.chromium.ui.widget.ChromeImageButton
-                    android:id="@+id/cancel_button"
-                    android:layout_width="48dp"
-                    android:layout_height="48dp"
-                    android:layout_alignParentTop="true"
-                    android:layout_alignParentBottom="true"
-                    android:layout_alignParentEnd="true"
-                    android:padding="8dp"
-                    android:paddingEnd="@dimen/selectable_list_layout_row_padding"
-                    android:background="?attr/selectableItemBackground"
-                    android:contentDescription="@string/download_notification_cancel_button"
-                    android:src="@drawable/btn_close"
-                    app:tint="@color/default_icon_color" />
-        </RelativeLayout>
-    </LinearLayout>
-</view>
diff --git a/chrome/android/java/res_download/layout/download_main.xml b/chrome/android/java/res_download/layout/download_main.xml
deleted file mode 100644
index 15dc1e2..0000000
--- a/chrome/android/java/res_download/layout/download_main.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright 2016 The Chromium Authors. All rights reserved.
-     Use of this source code is governed by a BSD-style license that can be
-     found in the LICENSE file. -->
-
-<org.chromium.chrome.browser.widget.selection.SelectableListLayout
-    xmlns:android="http://schemas.android.com/apk/res/android"
-    android:id="@+id/selectable_list"
-    android:layout_width="match_parent"
-    android:layout_height="match_parent"
-    android:background="@color/modern_primary_color"/>
diff --git a/chrome/android/java/res_download/layout/download_manager_spinner.xml b/chrome/android/java/res_download/layout/download_manager_spinner.xml
deleted file mode 100644
index 3ed71893..0000000
--- a/chrome/android/java/res_download/layout/download_manager_spinner.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright 2017 The Chromium Authors. All rights reserved.
-     Use of this source code is governed by a BSD-style license that can be
-     found in the LICENSE file. -->
-
-<TextView xmlns:android="http://schemas.android.com/apk/res/android"
-    android:layout_width="wrap_content"
-    android:layout_height="wrap_content"
-    android:textAppearance="@style/TextAppearance.BlackHeadline" />
\ No newline at end of file
diff --git a/chrome/android/java/res_download/layout/download_manager_spinner_drop_down.xml b/chrome/android/java/res_download/layout/download_manager_spinner_drop_down.xml
deleted file mode 100644
index 78656c49..0000000
--- a/chrome/android/java/res_download/layout/download_manager_spinner_drop_down.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright 2017 The Chromium Authors. All rights reserved.
-     Use of this source code is governed by a BSD-style license that can be
-     found in the LICENSE file. -->
-
-<TextView xmlns:android="http://schemas.android.com/apk/res/android"
-    android:layout_width="match_parent"
-    android:layout_height="wrap_content"
-    android:background="?android:attr/selectableItemBackground"
-    android:gravity="center_vertical"
-    android:drawablePadding="16dp"
-    android:minWidth="176dp"
-    android:minHeight="48dp"
-    android:paddingStart="16dp"
-    android:textAppearance="@style/TextAppearance.BlackTitle1" />
diff --git a/chrome/android/java/res_download/layout/download_manager_toolbar.xml b/chrome/android/java/res_download/layout/download_manager_toolbar.xml
deleted file mode 100644
index 460b03a..0000000
--- a/chrome/android/java/res_download/layout/download_manager_toolbar.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright 2016 The Chromium Authors. All rights reserved.
-     Use of this source code is governed by a BSD-style license that can be
-     found in the LICENSE file. -->
-
-<org.chromium.chrome.browser.download.ui.DownloadManagerToolbar
-    xmlns:android="http://schemas.android.com/apk/res/android"
-    xmlns:app="http://schemas.android.com/apk/res-auto"
-    android:layout_width="match_parent"
-    android:layout_height="match_parent"
-    style="@style/ModernToolbar" >
-
-    <android.support.v7.widget.AppCompatSpinner
-        android:id="@+id/spinner"
-        android:layout_width="wrap_content"
-        android:layout_height="wrap_content"
-        app:backgroundTint="@color/standard_mode_tint" />
-
-</org.chromium.chrome.browser.download.ui.DownloadManagerToolbar>
\ No newline at end of file
diff --git a/chrome/android/java/res_download/layout/download_manager_ui_space_widget.xml b/chrome/android/java/res_download/layout/download_manager_ui_space_widget.xml
deleted file mode 100644
index 03534ec..0000000
--- a/chrome/android/java/res_download/layout/download_manager_ui_space_widget.xml
+++ /dev/null
@@ -1,54 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright 2016 The Chromium Authors. All rights reserved.
-     Use of this source code is governed by a BSD-style license that can be
-     found in the LICENSE file. -->
-
-<LinearLayout
-    xmlns:android="http://schemas.android.com/apk/res/android"
-    xmlns:app="http://schemas.android.com/apk/res-auto"
-    android:layout_width="match_parent"
-    android:layout_height="wrap_content"
-    android:paddingTop="11dp"
-    android:paddingBottom="6dp"
-    android:orientation="vertical" >
-
-    <LinearLayout
-        android:id="@+id/space_widget_content"
-        android:layout_width="match_parent"
-        android:layout_height="wrap_content"
-        android:orientation="vertical"
-        android:layout_marginStart="@dimen/list_item_default_margin"
-        android:layout_marginEnd="@dimen/list_item_default_margin" >
-
-        <TextView
-            android:id="@+id/size_downloaded"
-            android:layout_width="match_parent"
-            android:layout_height="wrap_content"
-            android:singleLine="true"
-            android:textAppearance="@style/TextAppearance.BlueLink3" />
-
-        <!-- The progress bar uses 20dp of space, vertically, including spacing. -->
-        <org.chromium.chrome.browser.widget.MaterialProgressBar
-            android:id="@+id/space_bar"
-            android:layout_width="match_parent"
-            android:layout_height="2dp"
-            android:layout_marginTop="8dp"
-            android:layout_marginBottom="8dp"
-            app:colorBackground="@color/modern_grey_300"
-            app:colorProgress="@color/modern_blue_600_alpha_38_opaque"
-            app:colorSecondaryProgress="@color/modern_blue_600" />
-
-        <TextView
-            android:id="@+id/size_free_and_other_apps"
-            android:layout_width="match_parent"
-            android:layout_height="wrap_content"
-            android:singleLine="true"
-            android:textAppearance="@style/TextAppearance.BlackDisabledText2" />
-
-    </LinearLayout>
-
-    <View
-        style="@style/HorizontalDivider"
-        android:layout_marginTop="@dimen/list_item_default_margin" />
-
-</LinearLayout>
\ No newline at end of file
diff --git a/chrome/android/java/res_download/layout/offline_download_header.xml b/chrome/android/java/res_download/layout/offline_download_header.xml
deleted file mode 100644
index f491911..0000000
--- a/chrome/android/java/res_download/layout/offline_download_header.xml
+++ /dev/null
@@ -1,69 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright 2017 The Chromium Authors. All rights reserved.
-     Use of this source code is governed by a BSD-style license that can be
-     found in the LICENSE file. -->
-
-<!-- Represents the suggested offline pages section header in the DownloadHistoryAdapter. -->
-<view
-    class="org.chromium.chrome.browser.download.ui.OfflineGroupHeaderView"
-    xmlns:android="http://schemas.android.com/apk/res/android"
-    xmlns:app="http://schemas.android.com/apk/res-auto"
-    xmlns:tools="http://schemas.android.com/tools"
-    android:layout_width="wrap_content"
-    android:layout_height="wrap_content" >
-
-    <LinearLayout
-        android:id="@+id/layout_container"
-        style="@style/ListItemContainer" >
-
-        <org.chromium.ui.widget.ChromeImageView
-            android:id="@+id/icon_view"
-            style="@style/DownloadIconView"
-            android:src="@drawable/ic_chrome"
-            app:tint="@color/standard_mode_tint" />
-
-        <RelativeLayout
-            android:id="@+id/completed_layout"
-            android:layout_width="0dp"
-            android:layout_height="wrap_content"
-            android:layout_weight="1" >
-
-            <LinearLayout
-                android:id="@+id/filename_row"
-                android:layout_width="wrap_content"
-                android:layout_height="wrap_content"
-                android:orientation="horizontal" >
-
-                <TextView
-                    android:id="@+id/title"
-                    style="@style/DownloadTitleStyle"
-                    android:layout_weight="1"
-                    android:text="@string/download_manager_offline_header_title" />
-
-                <!-- TODO(shaktisahu) : Add it back on when UX is determined. -->
-                <TextView
-                    android:id="@+id/new_badge"
-                    style="@style/DownloadNewBadgeStyle"
-                    android:layout_weight="0"
-                    android:visibility="gone" />
-
-                <org.chromium.ui.widget.ChromeImageView
-                    android:id="@+id/expand_icon"
-                    android:layout_width="wrap_content"
-                    android:layout_height="wrap_content"
-                    android:layout_weight="0"
-                    android:layout_gravity="center_vertical|end"
-                    android:paddingEnd="16dp"
-                    tools:ignore="ContentDescription"
-                    android:src="@drawable/ic_expand_more_black_24dp"
-                    app:tint="@color/standard_mode_tint" />
-            </LinearLayout>
-
-            <TextView
-                android:id="@+id/description"
-                style="@style/DownloadDescriptionStyle"
-                android:layout_below="@+id/filename_row"
-                android:text="@string/download_manager_offline_header_description" />
-        </RelativeLayout>
-    </LinearLayout>
-</view>
\ No newline at end of file
diff --git a/chrome/android/java/res_download/values-v17/styles.xml b/chrome/android/java/res_download/values-v17/styles.xml
index 8792c1f..fb40daf6 100644
--- a/chrome/android/java/res_download/values-v17/styles.xml
+++ b/chrome/android/java/res_download/values-v17/styles.xml
@@ -5,59 +5,6 @@
 
 <resources xmlns:tools="http://schemas.android.com/tools"
     xmlns:app="http://schemas.android.com/apk/res-auto">
-    <!-- Download Home -->
-    <style name="DownloadHomeStatusText">
-        <item name="android:layout_width">wrap_content</item>
-        <item name="android:layout_height">wrap_content</item>
-        <item name="android:layout_marginTop">0dp</item>
-        <item name="android:minHeight">18dp</item>
-        <item name="android:textAppearance">@style/TextAppearance.BlackBody</item>
-        <item name="android:ellipsize">start</item>
-        <item name="android:singleLine">true</item>
-    </style>
-    <style name="DownloadTitleStyle">
-        <item name="android:layout_width">wrap_content</item>
-        <item name="android:layout_height">wrap_content</item>
-        <item name="android:layout_alignParentTop">true</item>
-        <item name="android:layout_alignParentStart">true</item>
-        <item name="android:paddingEnd">16dp</item>
-        <item name="android:singleLine">true</item>
-        <item name="android:textAppearance">@style/TextAppearance.BlackTitle1</item>
-    </style>
-    <style name="DownloadDescriptionStyle">
-        <item name="android:layout_width">wrap_content</item>
-        <item name="android:layout_height">wrap_content</item>
-        <item name="android:layout_alignParentBottom">true</item>
-        <item name="android:layout_alignParentStart">true</item>
-        <item name="android:layout_marginEnd">16dp</item>
-        <item name="android:layout_marginTop">0dp</item>
-        <item name="android:textAlignment">viewStart</item>
-        <item name="android:ellipsize">start</item>
-        <item name="android:singleLine">true</item>
-        <item name="android:textAppearance">@style/TextAppearance.BlackBody</item>
-    </style>
-    <style name="DownloadIconView" parent="@style/ListItemStartIcon">
-        <item name="android:background">@color/light_active_color</item>
-    </style>
-    <style name="DownloadNewBadgeStyle">
-        <item name="android:layout_width">wrap_content</item>
-        <item name="android:layout_height">wrap_content</item>
-        <item name="android:background">@color/light_active_color</item>
-        <item name="android:layout_marginStart">-8dp</item>
-        <item name="android:layout_marginTop">-2dp</item>
-        <item name="android:paddingStart">6dp</item>
-        <item name="android:paddingEnd">6dp</item>
-        <item name="android:singleLine">true</item>
-        <item name="android:text">@string/prefetch_badge_new</item>
-        <item name="android:textAppearance">@style/TextAppearance.DownloadNewBadge</item>
-    </style>
-    <style name="TextAppearance.DownloadNewBadge">
-        <item name="android:textColor">@android:color/white</item>
-        <item name="android:textSize">@dimen/text_size_small</item>
-        <item name="android:textStyle">bold</item>
-        <item name="android:textAllCaps">true</item>
-    </style>
-
     <!-- Download Home V2 -->
     <style name="DownloadItemText">
         <item name="android:layout_width">0dp</item>
diff --git a/chrome/android/java/src/org/chromium/chrome/browser/download/DownloadActivity.java b/chrome/android/java/src/org/chromium/chrome/browser/download/DownloadActivity.java
index d399911..1b1cced 100644
--- a/chrome/android/java/src/org/chromium/chrome/browser/download/DownloadActivity.java
+++ b/chrome/android/java/src/org/chromium/chrome/browser/download/DownloadActivity.java
@@ -8,14 +8,12 @@
 import android.content.ComponentName;
 import android.os.Bundle;
 
-import org.chromium.base.VisibleForTesting;
 import org.chromium.chrome.browser.IntentHandler;
 import org.chromium.chrome.browser.SnackbarActivity;
 import org.chromium.chrome.browser.download.home.DownloadManagerCoordinator;
 import org.chromium.chrome.browser.download.home.DownloadManagerCoordinatorFactory;
 import org.chromium.chrome.browser.download.home.DownloadManagerUiConfig;
 import org.chromium.chrome.browser.download.items.OfflineContentAggregatorNotificationBridgeUiFactory;
-import org.chromium.chrome.browser.download.ui.DownloadManagerUi;
 import org.chromium.chrome.browser.modaldialog.AppModalPresenter;
 import org.chromium.chrome.browser.util.IntentUtils;
 import org.chromium.chrome.browser.util.UrlConstants;
@@ -111,15 +109,6 @@
         return mModalDialogManager;
     }
 
-    @VisibleForTesting
-    DownloadManagerUi getDownloadManagerUiForTests() {
-        // TODO(856383): Generalize/fix download home tests for the new DownloadManagerCoordinator.
-        if (mDownloadCoordinator instanceof DownloadManagerUi) {
-            return (DownloadManagerUi) mDownloadCoordinator;
-        }
-        return null;
-    }
-
     public AndroidPermissionDelegate getAndroidPermissionDelegate() {
         return mPermissionDelegate;
     }
diff --git a/chrome/android/java/src/org/chromium/chrome/browser/download/DownloadUtils.java b/chrome/android/java/src/org/chromium/chrome/browser/download/DownloadUtils.java
index 026501d..1cfcc6d 100644
--- a/chrome/android/java/src/org/chromium/chrome/browser/download/DownloadUtils.java
+++ b/chrome/android/java/src/org/chromium/chrome/browser/download/DownloadUtils.java
@@ -23,7 +23,6 @@
 
 import org.chromium.base.ApiCompatibilityUtils;
 import org.chromium.base.ApplicationStatus;
-import org.chromium.base.Callback;
 import org.chromium.base.ContentUriUtils;
 import org.chromium.base.ContextUtils;
 import org.chromium.base.FileUtils;
@@ -39,14 +38,9 @@
 import org.chromium.chrome.R;
 import org.chromium.chrome.browser.ChromeFeatureList;
 import org.chromium.chrome.browser.ChromeTabbedActivity;
-import org.chromium.chrome.browser.FileProviderHelper;
 import org.chromium.chrome.browser.IntentHandler;
-import org.chromium.chrome.browser.download.home.metrics.FileExtensions;
 import org.chromium.chrome.browser.download.items.OfflineContentAggregatorFactory;
 import org.chromium.chrome.browser.download.ui.DownloadFilter;
-import org.chromium.chrome.browser.download.ui.DownloadHistoryItemWrapper;
-import org.chromium.chrome.browser.download.ui.DownloadHistoryItemWrapper.OfflineItemWrapper;
-import org.chromium.chrome.browser.feature_engagement.ScreenshotTabObserver;
 import org.chromium.chrome.browser.feature_engagement.TrackerFactory;
 import org.chromium.chrome.browser.media.MediaViewerUtils;
 import org.chromium.chrome.browser.offlinepages.DownloadUiActionFlags;
@@ -75,7 +69,6 @@
 import org.chromium.components.offline_items_collection.OfflineItemProgressUnit;
 import org.chromium.components.offline_items_collection.OfflineItemState;
 import org.chromium.components.offline_items_collection.PendingState;
-import org.chromium.components.offlinepages.SavePageResult;
 import org.chromium.content_public.browser.BrowserStartupController;
 import org.chromium.content_public.browser.LoadUrlParams;
 import org.chromium.ui.base.DeviceFormFactor;
@@ -89,10 +82,8 @@
 import java.util.Arrays;
 import java.util.Calendar;
 import java.util.Date;
-import java.util.HashMap;
 import java.util.List;
 import java.util.Locale;
-import java.util.Map;
 
 /**
  * A class containing some utility static methods.
@@ -342,250 +333,6 @@
     }
 
     /**
-     * Creates an Intent to share {@code items} with another app by firing an Intent to Android.
-     *
-     * Sharing a DownloadItem shares the file itself. Sharing an OfflinePageItem shares the archive
-     * file if the sharing is enabled. Otherwise, the URL is shared.
-     *
-     * @param items Items to share.
-     * @param newOfflineFilePathMap Map of id to new file path for those offline pages that are
-     *        published before sharing.
-     * @return      Intent that can be used to share the items.
-     */
-    public static Intent createShareIntent(
-            List<DownloadHistoryItemWrapper> items, Map<String, String> newOfflineFilePathMap) {
-        Intent shareIntent = new Intent();
-        String intentAction;
-        ArrayList<Uri> itemUris = new ArrayList<Uri>();
-        StringBuilder offlinePagesString = new StringBuilder();
-        @DownloadFilter.Type
-        int selectedItemsFilterType = items.get(0).getFilterType();
-
-        String intentMimeType = "";
-        String[] intentMimeParts = {"", ""};
-
-        Activity activity = ApplicationStatus.getLastTrackedFocusedActivity();
-        if (activity != null && activity instanceof ChromeTabbedActivity) {
-            ChromeTabbedActivity chromeActivity = ((ChromeTabbedActivity) activity);
-            ScreenshotTabObserver tabObserver =
-                    ScreenshotTabObserver.from(chromeActivity.getActivityTab());
-            if (tabObserver != null) {
-                tabObserver.onActionPerformedAfterScreenshot(
-                        ScreenshotTabObserver.SCREENSHOT_ACTION_SHARE);
-            }
-        }
-
-        for (int i = 0; i < items.size(); i++) {
-            DownloadHistoryItemWrapper wrappedItem  = items.get(i);
-            String mimeType = Intent.normalizeMimeType(wrappedItem.getMimeType());
-
-            if (wrappedItem.isOfflinePage()) {
-                // Attempt to share the mhtml file.  If that fails, share by URL.
-                OfflineItemWrapper wrappedOfflineItem = (OfflineItemWrapper) wrappedItem;
-                Uri uriToShare =
-                        getUriToShareOfflinePage(wrappedOfflineItem, newOfflineFilePathMap);
-
-                if (uriToShare == null) {
-                    // Share the URL, instead of the file, if publishing the file failed.
-                    if (offlinePagesString.length() != 0) {
-                        offlinePagesString.append("\n");
-                    }
-                    offlinePagesString.append(wrappedItem.getUrl());
-                    mimeType = MIME_TYPE_SHARING_URL;
-                } else {
-                    itemUris.add(uriToShare);
-                    RecordUserAction.record("OfflinePages.Sharing.SharePageFromDownloadHome");
-                }
-            } else {
-                // If not sharing an offline page, generate the URI for the file being shared.
-                itemUris.add(getUriForItem(wrappedItem.getFilePath()));
-            }
-
-            if (selectedItemsFilterType != wrappedItem.getFilterType()) {
-                selectedItemsFilterType = DownloadFilter.Type.ALL;
-            }
-            if (wrappedItem.getFilterType() == DownloadFilter.Type.OTHER) {
-                RecordHistogram.recordEnumeratedHistogram(
-                        "Android.DownloadManager.OtherExtensions.Share",
-                        wrappedItem.getFileExtensionType(), FileExtensions.Type.NUM_ENTRIES);
-            }
-
-            // If a mime type was not retrieved from the backend or could not be normalized,
-            // set the mime type to the default.
-            if (TextUtils.isEmpty(mimeType)) {
-                intentMimeType = DEFAULT_MIME_TYPE;
-                continue;
-            }
-
-            // If the intent mime type has not been set yet, set it to the mime type for this item.
-            if (TextUtils.isEmpty(intentMimeType)) {
-                intentMimeType = mimeType;
-                if (!TextUtils.isEmpty(intentMimeType)) {
-                    intentMimeParts = intentMimeType.split(MIME_TYPE_DELIMITER);
-                    // Guard against invalid mime types.
-                    if (intentMimeParts.length != 2) intentMimeType = DEFAULT_MIME_TYPE;
-                }
-                continue;
-            }
-
-            // Either the mime type is already the default or it matches the current item's mime
-            // type. In either case, intentMimeType is already the correct value.
-            if (TextUtils.equals(intentMimeType, DEFAULT_MIME_TYPE)
-                    || TextUtils.equals(intentMimeType, mimeType)) {
-                continue;
-            }
-
-            String[] mimeParts = mimeType.split(MIME_TYPE_DELIMITER);
-            if (!TextUtils.equals(intentMimeParts[0], mimeParts[0])) {
-                // The top-level types don't match; fallback to the default mime type.
-                intentMimeType = DEFAULT_MIME_TYPE;
-            } else {
-                // The mime type should be {top-level type}/*
-                intentMimeType = intentMimeParts[0] + MIME_TYPE_DELIMITER + "*";
-            }
-        }
-
-        // Use Action_SEND if there is only one downloaded item or only text to share.
-        if (itemUris.size() == 0 || (itemUris.size() == 1 && offlinePagesString.length() == 0)) {
-            intentAction = Intent.ACTION_SEND;
-        } else {
-            intentAction = Intent.ACTION_SEND_MULTIPLE;
-        }
-
-        if (itemUris.size() == 1) {
-            // Sharing a downloaded item or an offline page.
-            shareIntent.putExtra(Intent.EXTRA_STREAM, itemUris.get(0));
-        } else if (itemUris.size() > 1) {
-            shareIntent.putParcelableArrayListExtra(Intent.EXTRA_STREAM, itemUris);
-        }
-
-        if (offlinePagesString.length() != 0) {
-            shareIntent.putExtra(Intent.EXTRA_TEXT, offlinePagesString.toString());
-        }
-
-        // If there is exactly one item shared, set the mail title.
-        if (items.size() == 1) {
-            shareIntent.putExtra(Intent.EXTRA_SUBJECT, items.get(0).getDisplayFileName());
-        }
-
-        shareIntent.setAction(intentAction);
-        shareIntent.setType(intentMimeType);
-        shareIntent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
-
-        recordShareHistograms(items.size(), selectedItemsFilterType);
-
-        return shareIntent;
-    }
-
-    /**
-     * Compute the URI to use for sharing this page.
-     * @param wrappedOfflineItem OfflineItem to be shared.
-     * @param newOfflineFilePathMap map of offline id to the file path now that publishing is done.
-     * @return Uri to use for sharing this offline page, or null if we cannot build one.
-     */
-    private static Uri getUriToShareOfflinePage(
-            OfflineItemWrapper wrappedOfflineItem, Map<String, String> newOfflineFilePathMap) {
-        String newFilePath = wrappedOfflineItem.getFilePath();
-
-        if (wrappedOfflineItem.isSuggested()) {
-            // If we have a temporary page, share it by content URI.  Today this only
-            // supports suggested pages, since they are the only type of temporary pages
-            // shown in DownloadsHome.  If we support other types of pages someday,
-            // we'll need to add support for them here too.
-            try {
-                return (new FileProviderHelper()).getContentUriFromFile(new File(newFilePath));
-            } catch (Exception e) {
-                return null;
-            }
-        }
-
-        if (newOfflineFilePathMap == null) {
-            // If the file was already in the public directory, use the existing file path.
-            return getUriForItem(wrappedOfflineItem.getFilePath());
-        }
-
-        String publishedFilePath = newOfflineFilePathMap.get(wrappedOfflineItem.getId());
-        if (!TextUtils.isEmpty(publishedFilePath)) {
-            // If we moved the file to publish it, use the new path.
-            return getUriForItem(publishedFilePath);
-        }
-
-        // If publishing failed, return null, and we will share by original URL.
-        return null;
-    }
-
-    /**
-     * Performs all the necessary work needed to share download items. For offline pages, we may
-     * need to publish the internal archive file to public location first.
-     *
-     * @param items Items to share.
-     * @return True if the work is done or not needed and the sharing can start immediately.
-     *         False if the asynchronous work is in progress. After it is done, |callback| will be
-     *         invoked to inform the result.
-     */
-    public static boolean prepareForSharing(
-            List<DownloadHistoryItemWrapper> items, Callback<Map<String, String>> callback) {
-        OfflinePageBridge offlinePageBridge =
-                OfflinePageBridge.getForProfile(Profile.getLastUsedProfile().getOriginalProfile());
-
-        // If the sharing of offline pages is enabled, we need to publish the archive files if they
-        // are still located in the internal directory, and not temporary pages.
-        List<OfflineItemWrapper> offlinePagesToPublish = new ArrayList<OfflineItemWrapper>();
-        for (int i = 0; i < items.size(); i++) {
-            DownloadHistoryItemWrapper wrappedItem = items.get(i);
-            if (wrappedItem.isOfflinePage()) {
-                OfflineItemWrapper wrappedOfflineItem = (OfflineItemWrapper) wrappedItem;
-                if (!wrappedOfflineItem.isSuggested()
-                        && offlinePageBridge.isInPrivateDirectory(
-                                   wrappedOfflineItem.getFilePath())) {
-                    offlinePagesToPublish.add(wrappedOfflineItem);
-                }
-            }
-        }
-
-        if (offlinePagesToPublish.isEmpty()) return true;
-
-        publishOfflinePagesForSharing(offlinePageBridge, offlinePagesToPublish, callback);
-        return false;
-    }
-
-    static void publishOfflinePagesForSharing(OfflinePageBridge offlinePageBridge,
-            List<OfflineItemWrapper> offlinePages, Callback<Map<String, String>> callback) {
-        DownloadController.requestFileAccessPermission(granted -> {
-            if (!granted) {
-                OfflinePageUtils.recordPublishPageResult(SavePageResult.PERMISSION_DENIED);
-                return;
-            }
-            publishOfflinePageForSharing(
-                    offlinePageBridge, offlinePages, 0, new HashMap<String, String>(), callback);
-        });
-    }
-
-    static void publishOfflinePageForSharing(OfflinePageBridge offlinePageBridge,
-            final List<OfflineItemWrapper> offlinePages, final int index,
-            final Map<String, String> newFilePathMap, Callback<Map<String, String>> callback) {
-        assert index < offlinePages.size();
-
-        final OfflineItemWrapper wrappedItem = offlinePages.get(index);
-        assert wrappedItem.isOfflinePage();
-
-        offlinePageBridge.publishInternalPageByGuid(wrappedItem.getId(), (newFilePath) -> {
-            if (!newFilePath.isEmpty()) {
-                newFilePathMap.put(wrappedItem.getId(), newFilePath);
-            }
-
-            int nextIndex = index + 1;
-            if (nextIndex >= offlinePages.size()) {
-                callback.onResult(newFilePathMap);
-                return;
-            }
-
-            publishOfflinePageForSharing(
-                    offlinePageBridge, offlinePages, nextIndex, newFilePathMap, callback);
-        });
-    }
-
-    /**
      * Returns a URI that points at the file.
      * @param filePath File path to get a URI for.
      * @return URI that points at that file, either as a content:// URI or a file:// URI.
diff --git a/chrome/android/java/src/org/chromium/chrome/browser/download/home/DownloadManagerCoordinatorFactory.java b/chrome/android/java/src/org/chromium/chrome/browser/download/home/DownloadManagerCoordinatorFactory.java
index 49034b0a..5aa2554e 100644
--- a/chrome/android/java/src/org/chromium/chrome/browser/download/home/DownloadManagerCoordinatorFactory.java
+++ b/chrome/android/java/src/org/chromium/chrome/browser/download/home/DownloadManagerCoordinatorFactory.java
@@ -7,8 +7,6 @@
 import android.app.Activity;
 import android.content.ComponentName;
 
-import org.chromium.chrome.browser.ChromeFeatureList;
-import org.chromium.chrome.browser.download.ui.DownloadManagerUi;
 import org.chromium.chrome.browser.profiles.Profile;
 import org.chromium.chrome.browser.snackbar.SnackbarManager;
 import org.chromium.ui.modaldialog.ModalDialogManager;
@@ -27,12 +25,7 @@
     public static DownloadManagerCoordinator create(Activity activity,
             DownloadManagerUiConfig config, SnackbarManager snackbarManager,
             ComponentName parentComponent, ModalDialogManager modalDialogManager) {
-        if (ChromeFeatureList.isEnabled(ChromeFeatureList.DOWNLOAD_HOME_V2)) {
-            return new DownloadManagerCoordinatorImpl(Profile.getLastUsedProfile(), activity,
-                    config, snackbarManager, modalDialogManager);
-        } else {
-            return new DownloadManagerUi(activity, config.isOffTheRecord, parentComponent,
-                    config.isSeparateActivity, snackbarManager);
-        }
+        return new DownloadManagerCoordinatorImpl(Profile.getLastUsedProfile(), activity, config,
+                snackbarManager, modalDialogManager);
     }
 }
diff --git a/chrome/android/java/src/org/chromium/chrome/browser/download/home/storage/StorageSummaryProvider.java b/chrome/android/java/src/org/chromium/chrome/browser/download/home/storage/StorageSummaryProvider.java
index a1b8f6e..233cc17 100644
--- a/chrome/android/java/src/org/chromium/chrome/browser/download/home/storage/StorageSummaryProvider.java
+++ b/chrome/android/java/src/org/chromium/chrome/browser/download/home/storage/StorageSummaryProvider.java
@@ -15,7 +15,6 @@
 import org.chromium.chrome.browser.download.DownloadUtils;
 import org.chromium.chrome.browser.download.home.filter.OfflineItemFilterObserver;
 import org.chromium.chrome.browser.download.home.filter.OfflineItemFilterSource;
-import org.chromium.chrome.browser.download.ui.DownloadHistoryAdapter;
 import org.chromium.components.offline_items_collection.OfflineItem;
 import org.chromium.components.offline_items_collection.OfflineItemState;
 
diff --git a/chrome/android/java/src/org/chromium/chrome/browser/download/ui/BackendItems.java b/chrome/android/java/src/org/chromium/chrome/browser/download/ui/BackendItems.java
deleted file mode 100644
index ab708f5c..0000000
--- a/chrome/android/java/src/org/chromium/chrome/browser/download/ui/BackendItems.java
+++ /dev/null
@@ -1,109 +0,0 @@
-// Copyright 2016 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-package org.chromium.chrome.browser.download.ui;
-
-import android.text.TextUtils;
-
-import org.chromium.chrome.browser.widget.DateDividedAdapter.TimedItem;
-
-import java.util.ArrayList;
-import java.util.HashSet;
-import java.util.List;
-import java.util.Locale;
-
-/**
- * Stores a List of DownloadHistoryItemWrappers for a particular download backend.
- */
-public abstract class BackendItems extends ArrayList<DownloadHistoryItemWrapper> {
-    /** See {@link #findItemIndex}. */
-    public static final int INVALID_INDEX = -1;
-
-    /** Whether or not the list has been initialized. */
-    private boolean mIsInitialized;
-
-    /**
-     * Determines how many bytes are occupied by completed downloads.
-     * @return Total size of completed downloads in bytes.
-     */
-    public long getTotalBytes() {
-        long totalSize = 0;
-        HashSet<String> filePaths = new HashSet<>();
-        for (DownloadHistoryItemWrapper item : this) {
-            String path = item.getFilePath();
-            if (item.isVisibleToUser(DownloadFilter.Type.ALL) && !filePaths.contains(path)) {
-                totalSize += item.getFileSize();
-            }
-            if (path != null && !path.isEmpty()) filePaths.add(path);
-        }
-        return totalSize;
-    }
-
-    /**
-     * TODO(shaktisahu) : Remove this when not needed.
-     * Filters out items that match the query and are displayed in this list for the current filter.
-     * @param filterType    Filter to use.
-     * @param query         The text to match.
-     * @param filteredItems List for appending items that match the filter.
-     */
-    public void filter(int filterType, String query, List<TimedItem> filteredItems) {
-        if (TextUtils.isEmpty(query)) {
-            filter(filterType, filteredItems);
-            return;
-        }
-
-        for (DownloadHistoryItemWrapper item : this) {
-            query = query.toLowerCase(Locale.getDefault());
-            Locale locale = Locale.getDefault();
-            if (item.isVisibleToUser(filterType)
-                    && (item.getDisplayHostname().toLowerCase(locale).contains(query)
-                    || item.getDisplayFileName().toLowerCase(locale).contains(query))) {
-                filteredItems.add(item);
-            }
-        }
-    }
-
-    /**
-     * Search for an existing entry with the given ID.
-     * @param guid GUID of the entry.
-     * @return The index of the item, or INVALID_INDEX if it couldn't be found.
-     */
-    public int findItemIndex(String guid) {
-        for (int i = 0; i < size(); i++) {
-            if (TextUtils.equals(get(i).getId(), guid)) return i;
-        }
-        return INVALID_INDEX;
-    }
-
-    /**
-     * Removes the item matching the given guid.
-     * @param guid GUID of the download to remove.
-     * @return Item that was removed, or null if the item wasn't found.
-     */
-    public DownloadHistoryItemWrapper removeItem(String guid) {
-        int index = findItemIndex(guid);
-        if (index == INVALID_INDEX) return null;
-        return remove(index);
-    }
-
-    public boolean isInitialized() {
-        return mIsInitialized;
-    }
-
-    public void setIsInitialized() {
-        mIsInitialized = true;
-    }
-
-    /**
-     * Filters out items that are displayed in this list for the current filter.
-     *
-     * @param filterType    Filter to use.
-     * @param filteredItems List for appending items that match the filter.
-     */
-    private void filter(int filterType, List<TimedItem> filteredItems) {
-        for (DownloadHistoryItemWrapper item : this) {
-            if (item.isVisibleToUser(filterType)) filteredItems.add(item);
-        }
-    }
-}
diff --git a/chrome/android/java/src/org/chromium/chrome/browser/download/ui/BackendProvider.java b/chrome/android/java/src/org/chromium/chrome/browser/download/ui/BackendProvider.java
index da81766..8959c80 100644
--- a/chrome/android/java/src/org/chromium/chrome/browser/download/ui/BackendProvider.java
+++ b/chrome/android/java/src/org/chromium/chrome/browser/download/ui/BackendProvider.java
@@ -8,10 +8,7 @@
 import org.chromium.chrome.browser.download.DownloadItem;
 import org.chromium.chrome.browser.download.DownloadManagerService;
 import org.chromium.chrome.browser.download.DownloadManagerService.DownloadObserver;
-import org.chromium.chrome.browser.widget.ThumbnailProvider;
-import org.chromium.chrome.browser.widget.selection.SelectionDelegate;
 import org.chromium.components.offline_items_collection.ContentId;
-import org.chromium.components.offline_items_collection.OfflineContentProvider;
 
 /**
  * Provides classes that need to be interacted with by the {@link DownloadHistoryAdapter}.
@@ -48,40 +45,4 @@
         void renameDownload(ContentId id, String name, Callback<Integer /*RenameResult*/> callback,
                 boolean isOffTheRecord);
     }
-
-    /**
-     * Processes actions from the UI that require front end management before hitting the backend.
-     * This should eventually get merged into a proper delegate with other UI actions, but currently
-     * that is not possible.
-     */
-    public static interface UIDelegate {
-        /**
-         * Requests that {@code item} be deleted.  This might not hit the backend quiet yet if the
-         * user can undo the action.
-         */
-        void deleteItem(DownloadHistoryItemWrapper item);
-
-        /**
-         * Requests that {@code item} be shared.
-         */
-        void shareItem(DownloadHistoryItemWrapper item);
-    }
-
-    /** Returns the {@link DownloadDelegate} that works with the Downloads backend. */
-    DownloadDelegate getDownloadDelegate();
-
-    /** Returns the associated {@link OfflineContentProvider}. */
-    OfflineContentProvider getOfflineContentProvider();
-
-    /** Returns the {@link ThumbnailProvider} that gets thumbnails for files. */
-    ThumbnailProvider getThumbnailProvider();
-
-    /** Returns the {@link SelectionDelegate} that tracks selected items. */
-    SelectionDelegate<DownloadHistoryItemWrapper> getSelectionDelegate();
-
-    /** Returns the {@link UIDelegate} responsible for handling download system UI events. */
-    UIDelegate getUIDelegate();
-
-    /** Destroys the BackendProvider. */
-    void destroy();
 }
diff --git a/chrome/android/java/src/org/chromium/chrome/browser/download/ui/DeletedFileTracker.java b/chrome/android/java/src/org/chromium/chrome/browser/download/ui/DeletedFileTracker.java
deleted file mode 100644
index 1d8a02cee..0000000
--- a/chrome/android/java/src/org/chromium/chrome/browser/download/ui/DeletedFileTracker.java
+++ /dev/null
@@ -1,51 +0,0 @@
-// Copyright 2016 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-package org.chromium.chrome.browser.download.ui;
-
-import org.chromium.chrome.browser.download.ui.DownloadHistoryItemWrapper.DownloadItemWrapper;
-
-import java.util.HashSet;
-import java.util.Set;
-import java.util.concurrent.atomic.AtomicInteger;
-
-/**
- * Tracks items that have been removed from downloads history because they were deleted externally.
- * For use solely by the {@link DownloadHistoryAdapter}.
- *
- * TODO(dfalcantara): Make this class unnecessary.
- */
-class DeletedFileTracker {
-    private final Set<String> mRegularItems = new HashSet<>();
-    private final Set<String> mIncognitoItems = new HashSet<>();
-    private final AtomicInteger mNumInstances = new AtomicInteger();
-
-    /** Called when a new {@link DownloadHistoryAdapter} is tracking deleted downloads. */
-    void incrementInstanceCount() {
-        mNumInstances.getAndIncrement();
-    }
-
-    /** Called when a {@link DownloadHistoryAdapter} is no longer traking deleted downloads. */
-    void decrementInstanceCount() {
-        if (mNumInstances.decrementAndGet() == 0) {
-            // If there is no interest, clear out the maps so that they stop taking up space.
-            mRegularItems.clear();
-            mIncognitoItems.clear();
-        }
-    }
-
-    /** Add a new item to the tracker. */
-    void add(DownloadHistoryItemWrapper wrapper) {
-        if (!(wrapper instanceof DownloadItemWrapper)) return;
-        Set<String> items = wrapper.isOffTheRecord() ? mIncognitoItems : mRegularItems;
-        items.add(wrapper.getId());
-    }
-
-    /** Checks if an item is in the tracker. */
-    boolean contains(DownloadHistoryItemWrapper wrapper) {
-        if (!(wrapper instanceof DownloadItemWrapper)) return false;
-        Set<String> items = wrapper.isOffTheRecord() ? mIncognitoItems : mRegularItems;
-        return items.contains(wrapper.getId());
-    }
-}
diff --git a/chrome/android/java/src/org/chromium/chrome/browser/download/ui/DownloadHistoryAdapter.java b/chrome/android/java/src/org/chromium/chrome/browser/download/ui/DownloadHistoryAdapter.java
deleted file mode 100644
index 10326e48..0000000
--- a/chrome/android/java/src/org/chromium/chrome/browser/download/ui/DownloadHistoryAdapter.java
+++ /dev/null
@@ -1,973 +0,0 @@
-// Copyright 2016 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-package org.chromium.chrome.browser.download.ui;
-
-import android.content.ComponentName;
-import android.content.Context;
-import android.support.v7.widget.RecyclerView.ViewHolder;
-import android.text.TextUtils;
-import android.view.LayoutInflater;
-import android.view.View;
-import android.view.ViewGroup;
-import android.widget.TextView;
-
-import androidx.annotation.Nullable;
-
-import org.chromium.base.ContextUtils;
-import org.chromium.base.Log;
-import org.chromium.base.ObserverList;
-import org.chromium.base.metrics.RecordHistogram;
-import org.chromium.base.metrics.RecordUserAction;
-import org.chromium.chrome.browser.ChromeFeatureList;
-import org.chromium.chrome.browser.download.DownloadItem;
-import org.chromium.chrome.browser.download.DownloadManagerService.DownloadObserver;
-import org.chromium.chrome.browser.download.DownloadSharedPreferenceHelper;
-import org.chromium.chrome.browser.download.DownloadUtils;
-import org.chromium.chrome.browser.download.home.metrics.FileExtensions;
-import org.chromium.chrome.browser.download.home.storage.StorageSummaryProvider;
-import org.chromium.chrome.browser.download.ui.BackendProvider.DownloadDelegate;
-import org.chromium.chrome.browser.download.ui.DownloadHistoryItemWrapper.DownloadItemWrapper;
-import org.chromium.chrome.browser.download.ui.DownloadHistoryItemWrapper.OfflineItemWrapper;
-import org.chromium.chrome.browser.ui.widget.displaystyle.UiConfig;
-import org.chromium.chrome.browser.widget.DateDividedAdapter;
-import org.chromium.chrome.browser.widget.selection.SelectionDelegate;
-import org.chromium.chrome.download.R;
-import org.chromium.components.download.DownloadState;
-import org.chromium.components.offline_items_collection.ContentId;
-import org.chromium.components.offline_items_collection.OfflineContentProvider;
-import org.chromium.components.offline_items_collection.OfflineItem;
-import org.chromium.components.offline_items_collection.OfflineItemState;
-import org.chromium.components.offline_items_collection.UpdateDelta;
-import org.chromium.components.variations.VariationsAssociatedData;
-
-import java.util.ArrayList;
-import java.util.Calendar;
-import java.util.Collection;
-import java.util.Date;
-import java.util.List;
-import java.util.Locale;
-import java.util.Set;
-
-/** Bridges the user's download history and the UI used to display it. */
-public class DownloadHistoryAdapter
-        extends DateDividedAdapter implements DownloadSharedPreferenceHelper.Observer,
-                                              OfflineContentProvider.Observer, DownloadObserver {
-    private static final String TAG = "DownloadAdapter";
-
-    /** Alerted about changes to internal state. */
-    static interface TestObserver {
-        abstract void onDownloadItemCreated(DownloadItem item);
-        abstract void onDownloadItemUpdated(DownloadItem item);
-        abstract void onOfflineItemCreated(OfflineItem item);
-        abstract void onOfflineItemUpdated(OfflineItem item);
-    }
-
-    private class BackendItemsImpl extends BackendItems {
-        @Override
-        public DownloadHistoryItemWrapper removeItem(String guid) {
-            DownloadHistoryItemWrapper wrapper = super.removeItem(guid);
-
-            if (wrapper != null) {
-                mFilePathsToItemsMap.removeItem(wrapper);
-                if (getSelectionDelegate().isItemSelected(wrapper)) {
-                    getSelectionDelegate().toggleSelectionForItem(wrapper);
-                }
-            }
-
-            return wrapper;
-        }
-    }
-
-    /** Represents the subsection header of the suggested pages for a given date. */
-    protected static class SubsectionHeader extends TimedItem {
-        private List<DownloadHistoryItemWrapper> mSubsectionItems;
-        private long mTotalFileSize;
-        private long mLatestUpdateTime;
-        private final Long mStableId;
-        private boolean mIsExpanded;
-        private boolean mShouldShowRecentBadge;
-
-        public SubsectionHeader() {
-            // Generate a stable ID based on timestamp.
-            mStableId = 0xFFFFFFFF00000000L + (new Date().getTime() & 0x0FFFFFFFF);
-        }
-
-        @Override
-        public long getTimestamp() {
-            return mLatestUpdateTime;
-        }
-
-        /**
-         * Returns all the items associated with the subsection irrespective of whether it is
-         * expanded or collapsed.
-         */
-        public List<DownloadHistoryItemWrapper> getItems() {
-            return mSubsectionItems;
-        }
-
-        public int getItemCount() {
-            return mSubsectionItems.size();
-        }
-
-        public long getTotalFileSize() {
-            return mTotalFileSize;
-        }
-
-        @Override
-        public long getStableId() {
-            return mStableId;
-        }
-
-        /** @return Whether the subsection is currently expanded. */
-        public boolean isExpanded() {
-            return mIsExpanded;
-        }
-
-        /** @param isExpanded Whether the subsection is currently expanded. */
-        public void setIsExpanded(boolean isExpanded) {
-            mIsExpanded = isExpanded;
-        }
-
-        /** @return Whether the NEW badge should be shown. */
-        public boolean shouldShowRecentBadge() {
-            return mShouldShowRecentBadge;
-        }
-
-        /** @param show Whether the NEW badge should be shown. */
-        public void setShouldShowRecentBadge(boolean show) {
-            mShouldShowRecentBadge = show;
-        }
-
-        /**
-         * Helper method to set the items for this subsection.
-         * @param subsectionItems The items associated with this subsection.
-         */
-        public void update(List<DownloadHistoryItemWrapper> subsectionItems) {
-            mSubsectionItems = subsectionItems;
-            mTotalFileSize = 0;
-            for (DownloadHistoryItemWrapper item : subsectionItems) {
-                mTotalFileSize += item.getFileSize();
-                mLatestUpdateTime = Math.max(mLatestUpdateTime, item.getTimestamp());
-            }
-        }
-    }
-
-    /** An item group containing the prefetched items. */
-    private static class PrefetchItemGroup extends ItemGroup {
-        @Override
-        public @GroupPriority int priority() {
-            return GroupPriority.ELEVATED_CONTENT;
-        }
-
-        @Override
-        public @ItemViewType int getItemViewType(int index) {
-            return index == 0 ? ItemViewType.SUBSECTION_HEADER : ItemViewType.NORMAL;
-        }
-
-        @Override
-        protected int compareItem(TimedItem lhs, TimedItem rhs) {
-            if (lhs instanceof SubsectionHeader) return -1;
-            if (rhs instanceof SubsectionHeader) return 1;
-
-            return super.compareItem(lhs, rhs);
-        }
-    }
-
-    /**
-     * Tracks externally deleted items that have been removed from downloads history.
-     * Shared across instances.
-     */
-    private static final DeletedFileTracker sDeletedFileTracker = new DeletedFileTracker();
-
-    private static final String EMPTY_QUERY = null;
-
-    private static final String PREF_SHOW_STORAGE_INFO_HEADER =
-            "download_home_show_storage_info_header";
-    public static final String PREF_PREFETCH_BUNDLE_LAST_VISITED_TIME =
-            "download_home_prefetch_bundle_last_visited_time";
-    private static final String VARIATION_TRIAL_DOWNLOAD_HOME_PREFETCH_UI =
-            "DownloadHomePrefetchUI";
-    private static final String VARIATION_PARAM_TIME_THRESHOLD_FOR_RECENT_BADGE =
-            "recent_badge_time_threshold_hours";
-    private static final int DEFAULT_TIME_THRESHOLD_FOR_RECENT_BADGE_HOURS = 48;
-
-    private final BackendItems mRegularDownloadItems = new BackendItemsImpl();
-    private final BackendItems mIncognitoDownloadItems = new BackendItemsImpl();
-    private final BackendItems mOfflineItems = new BackendItemsImpl();
-
-    private final FilePathsToDownloadItemsMap mFilePathsToItemsMap =
-            new FilePathsToDownloadItemsMap();
-
-    private SubsectionHeader mPrefetchHeader;
-    private final ComponentName mParentComponent;
-    private final boolean mShowOffTheRecord;
-    private final LoadingStateDelegate mLoadingDelegate;
-    private final ObserverList<TestObserver> mObservers = new ObserverList<>();
-    private final List<DownloadItemView> mViews = new ArrayList<>();
-
-    private BackendProvider mBackendProvider;
-    private @DownloadFilter.Type int mFilter = DownloadFilter.Type.ALL;
-    private String mSearchQuery = EMPTY_QUERY;
-    // TODO(xingliu): Remove deprecated storage info. See https://crbug/853260.
-    private SpaceDisplay mSpaceDisplay;
-    private StorageSummaryProvider mStorageSummaryProvider;
-    private HeaderItem mSpaceDisplayHeaderItem;
-    private HeaderItem mStorageSummaryHeaderItem;
-    private boolean mIsSearching;
-    private boolean mShouldShowStorageInfoHeader;
-    private boolean mShouldPrefetchSectionExpand;
-    private long mPrefetchBundleLastVisitedTime;
-
-    // Should only be accessed through getRecentBadgeTimeThreshold().
-    private Integer mTimeThresholdForRecentBadgeMs;
-
-    @Nullable // This may be null during tests.
-    private UiConfig mUiConfig;
-
-    DownloadHistoryAdapter(boolean showOffTheRecord, ComponentName parentComponent) {
-        mShowOffTheRecord = showOffTheRecord;
-        mParentComponent = parentComponent;
-        mLoadingDelegate = new LoadingStateDelegate(mShowOffTheRecord);
-
-        // Using stable IDs allows the RecyclerView to animate changes.
-        setHasStableIds(true);
-    }
-
-    /**
-     * Initializes the adapter.
-     * @param context The {@link Context} used for inflating views.
-     * @param provider The {@link BackendProvider} that provides classes needed by the adapter.
-     * @param uiConfig The UiConfig used to observe display style changes.
-     */
-    public void initialize(Context context, BackendProvider provider, @Nullable UiConfig uiConfig) {
-        mBackendProvider = provider;
-        mUiConfig = uiConfig;
-
-        generateHeaderItems(context);
-
-        DownloadItemSelectionDelegate selectionDelegate =
-                (DownloadItemSelectionDelegate) mBackendProvider.getSelectionDelegate();
-        selectionDelegate.initialize(this);
-
-        if (!useNewDownloadPath()) {
-            // Get all regular and (if necessary) off the record downloads.
-            DownloadDelegate downloadManager = getDownloadDelegate();
-            downloadManager.addDownloadObserver(this);
-            downloadManager.getAllDownloads(false);
-            if (mShowOffTheRecord) downloadManager.getAllDownloads(true);
-        }
-
-        // Fetch all Offline Items from OfflineContentProvider (Pages, Background Fetches etc).
-        getAllOfflineItems();
-        getOfflineContentProvider().addObserver(this);
-
-        sDeletedFileTracker.incrementInstanceCount();
-        mShouldShowStorageInfoHeader = ContextUtils.getAppSharedPreferences().getBoolean(
-                PREF_SHOW_STORAGE_INFO_HEADER,
-                ChromeFeatureList.isEnabled(ChromeFeatureList.DOWNLOAD_HOME_SHOW_STORAGE_INFO));
-        mPrefetchBundleLastVisitedTime = ContextUtils.getAppSharedPreferences().getLong(
-                PREF_PREFETCH_BUNDLE_LAST_VISITED_TIME, new Date(0L).getTime());
-    }
-
-    private OfflineContentProvider getOfflineContentProvider() {
-        return mBackendProvider.getOfflineContentProvider();
-    }
-
-    @Override
-    public void onAllDownloadsRetrieved(List<DownloadItem> result, boolean isOffTheRecord) {
-        if (useNewDownloadPath()) return;
-        if (isOffTheRecord && !mShowOffTheRecord) return;
-
-        BackendItems list = getDownloadItemList(isOffTheRecord);
-        if (list.isInitialized()) return;
-        assert list.size() == 0;
-
-        int[] itemCounts = new int[DownloadFilter.Type.NUM_ENTRIES];
-        int[] viewedItemCounts = new int[DownloadFilter.Type.NUM_ENTRIES];
-
-        for (DownloadItem item : result) {
-            DownloadItemWrapper wrapper = createDownloadItemWrapper(item);
-            if (addDownloadHistoryItemWrapper(wrapper)
-                    && wrapper.isVisibleToUser(DownloadFilter.Type.ALL)) {
-                itemCounts[wrapper.getFilterType()]++;
-
-                if (DownloadUtils.isDownloadViewed(wrapper.getItem())) {
-                    viewedItemCounts[wrapper.getFilterType()]++;
-                }
-                if (!isOffTheRecord && wrapper.getFilterType() == DownloadFilter.Type.OTHER) {
-                    RecordHistogram.recordEnumeratedHistogram(
-                            "Android.DownloadManager.OtherExtensions.InitialCount",
-                            wrapper.getFileExtensionType(), FileExtensions.Type.NUM_ENTRIES);
-                }
-            }
-        }
-
-        if (!isOffTheRecord) recordDownloadCountHistograms(itemCounts, viewedItemCounts);
-
-        list.setIsInitialized();
-        onItemsRetrieved(isOffTheRecord
-                ? LoadingStateDelegate.INCOGNITO_DOWNLOADS
-                : LoadingStateDelegate.REGULAR_DOWNLOADS);
-    }
-
-    /**
-     * Checks if a wrapper corresponds to an item that was already deleted.
-     * @return True if it does, false otherwise.
-     */
-    private boolean updateDeletedFileMap(DownloadHistoryItemWrapper wrapper) {
-        // TODO(twellington): The native downloads service should remove externally deleted
-        //                    downloads rather than passing them to Java.
-        if (sDeletedFileTracker.contains(wrapper)) return true;
-
-        if (!wrapper.hasBeenExternallyRemoved()) return false;
-
-        if (DownloadUtils.isInPrimaryStorageDownloadDirectory(wrapper.getFilePath())) {
-            sDeletedFileTracker.add(wrapper);
-            wrapper.removePermanently();
-            mFilePathsToItemsMap.removeItem(wrapper);
-            RecordUserAction.record("Android.DownloadManager.Item.ExternallyDeleted");
-            return true;
-        } else {
-            // Keeps the download record when the file is on external SD card.
-            RecordUserAction.record("Android.DownloadManager.Item.ExternallyDeletedKeepRecord");
-            return false;
-        }
-    }
-
-    private boolean addDownloadHistoryItemWrapper(DownloadHistoryItemWrapper wrapper) {
-        if (updateDeletedFileMap(wrapper)) return false;
-
-        getListForItem(wrapper).add(wrapper);
-        mFilePathsToItemsMap.addItem(wrapper);
-        return true;
-    }
-
-    /**
-     * Should be called when download items or offline pages have been retrieved.
-     */
-    private void onItemsRetrieved(int type) {
-        if (mLoadingDelegate.updateLoadingState(type)) {
-            recordTotalDownloadCountHistogram();
-            filter(mLoadingDelegate.getPendingFilter());
-        }
-    }
-
-    /** Returns the total size of all non-deleted downloaded items. */
-    public long getTotalDownloadSize() {
-        long totalSize = 0;
-        totalSize += mRegularDownloadItems.getTotalBytes();
-        totalSize += mIncognitoDownloadItems.getTotalBytes();
-        totalSize += mOfflineItems.getTotalBytes();
-        return totalSize;
-    }
-
-    /** Returns a collection of {@link SubsectionHeader}s. */
-    public Collection<SubsectionHeader> getSubsectionHeaders() {
-        List<SubsectionHeader> headers = new ArrayList<>();
-        if (mPrefetchHeader != null) headers.add(mPrefetchHeader);
-        return headers;
-    }
-
-    @Override
-    protected int getTimedItemViewResId() {
-        return R.layout.date_view;
-    }
-
-    @Override
-    protected SubsectionHeaderViewHolder createSubsectionHeader(ViewGroup parent) {
-        OfflineGroupHeaderView offlineHeader =
-                (OfflineGroupHeaderView) LayoutInflater.from(parent.getContext())
-                        .inflate(R.layout.offline_download_header, parent, false);
-        offlineHeader.setAdapter(this);
-        offlineHeader.setSelectionDelegate((DownloadItemSelectionDelegate) getSelectionDelegate());
-        return new SubsectionHeaderViewHolder(offlineHeader);
-    }
-
-    @Override
-    protected void bindViewHolderForSubsectionHeader(
-            SubsectionHeaderViewHolder holder, TimedItem timedItem) {
-        SubsectionHeader headerItem = (SubsectionHeader) timedItem;
-        OfflineGroupHeaderView headerView = (OfflineGroupHeaderView) holder.getView();
-        headerView.displayHeader(headerItem);
-    }
-
-    @Override
-    public ViewHolder createViewHolder(ViewGroup parent) {
-        DownloadItemView v = (DownloadItemView) LayoutInflater.from(parent.getContext()).inflate(
-                R.layout.download_item_view, parent, false);
-        v.setSelectionDelegate(getSelectionDelegate());
-        mViews.add(v);
-        return new DownloadHistoryItemViewHolder(v);
-    }
-
-    @Override
-    public void bindViewHolderForTimedItem(ViewHolder current, TimedItem timedItem) {
-        final DownloadHistoryItemWrapper item = (DownloadHistoryItemWrapper) timedItem;
-
-        DownloadHistoryItemViewHolder holder = (DownloadHistoryItemViewHolder) current;
-        holder.getItemView().displayItem(mBackendProvider, item);
-    }
-
-    @Override
-    protected void bindViewHolderForHeaderItem(ViewHolder viewHolder, HeaderItem headerItem) {
-        super.bindViewHolderForHeaderItem(viewHolder, headerItem);
-        updateStorageSummary();
-    }
-
-    /**
-     * Initialize space display view in storage info header and generate header item for it.
-     * @param context The {@link Context} used for inflating views.
-     */
-    private void generateHeaderItems(Context context) {
-        mSpaceDisplay = new SpaceDisplay(context, null, this);
-        View view = mSpaceDisplay.getViewContainer();
-        registerAdapterDataObserver(mSpaceDisplay);
-        mSpaceDisplayHeaderItem = new HeaderItem(0, view);
-
-        if (ChromeFeatureList.isEnabled(ChromeFeatureList.DOWNLOADS_LOCATION_CHANGE)) {
-            View storageSummaryView =
-                    LayoutInflater.from(context).inflate(R.layout.download_storage_summary, null);
-            mStorageSummaryProvider =
-                    new StorageSummaryProvider(context, this ::updateStorageInfo, null);
-            mStorageSummaryHeaderItem = new HeaderItem(0, storageSummaryView);
-        }
-    }
-
-    private void updateStorageInfo(String storageInfo) {
-        TextView storageSummaryView = (TextView) mStorageSummaryHeaderItem.getView();
-        storageSummaryView.setText(storageInfo);
-    }
-
-    /** Called when a new DownloadItem has been created by the native DownloadManager. */
-    @Override
-    public void onDownloadItemCreated(DownloadItem item) {
-        if (useNewDownloadPath()) return;
-
-        boolean isOffTheRecord = item.getDownloadInfo().isOffTheRecord();
-        if (isOffTheRecord && !mShowOffTheRecord) return;
-
-        BackendItems list = getDownloadItemList(isOffTheRecord);
-        assert list.findItemIndex(item.getId()) == BackendItems.INVALID_INDEX;
-
-        DownloadItemWrapper wrapper = createDownloadItemWrapper(item);
-        boolean wasAdded = addDownloadHistoryItemWrapper(wrapper);
-        if (wasAdded && wrapper.isVisibleToUser(mFilter)) filter(mFilter);
-
-        for (TestObserver observer : mObservers) observer.onDownloadItemCreated(item);
-    }
-
-    /** Updates the list when new information about a download comes in. */
-    @Override
-    public void onDownloadItemUpdated(DownloadItem item) {
-        if (useNewDownloadPath()) return;
-
-        DownloadItemWrapper newWrapper = createDownloadItemWrapper(item);
-        if (newWrapper.isOffTheRecord() && !mShowOffTheRecord) return;
-
-        // Check if the item has already been deleted.
-        if (updateDeletedFileMap(newWrapper)) return;
-
-        BackendItems list = getListForItem(newWrapper);
-        int index = list.findItemIndex(item.getId());
-        if (index == BackendItems.INVALID_INDEX) {
-            assert false : "Tried to update DownloadItem that didn't exist.";
-            return;
-        }
-
-        // Update the old one.
-        DownloadHistoryItemWrapper existingWrapper = list.get(index);
-        boolean isUpdated = existingWrapper.replaceItem(item);
-
-        // Re-add the file mapping once it finishes downloading. This accounts for the backend
-        // creating DownloadItems with a null file path, then updating it after the download starts.
-        // Doing it once after completion instead of at every update is a compromise that prevents
-        // us from rapidly and repeatedly updating the map with the same info.
-        if (item.getDownloadInfo().state() == DownloadState.COMPLETE) {
-            mFilePathsToItemsMap.addItem(existingWrapper);
-        }
-
-        if (item.getDownloadInfo().state() == DownloadState.CANCELLED) {
-            // The old one is being removed.
-            filter(mFilter);
-        } else if (existingWrapper.isVisibleToUser(mFilter)) {
-            if (existingWrapper.getPosition() == TimedItem.INVALID_POSITION) {
-                filter(mFilter);
-                for (TestObserver observer : mObservers) observer.onDownloadItemUpdated(item);
-            } else if (isUpdated) {
-                // Directly alert DownloadItemViews displaying information about the item that it
-                // has changed instead of notifying the RecyclerView that a particular item has
-                // changed.  This prevents the RecyclerView from detaching and immediately
-                // reattaching the same view, causing janky animations.
-                for (DownloadItemView view : mViews) {
-                    DownloadHistoryItemWrapper wrapper = view.getItem();
-                    if (wrapper == null) {
-                        // TODO(qinmin): remove this once crbug.com/731789 is fixed.
-                        Log.e(TAG, "DownloadItemView contains empty DownloadHistoryItemWrapper");
-                        continue;
-                    }
-                    if (TextUtils.equals(item.getId(), wrapper.getId())) {
-                        view.displayItem(mBackendProvider, existingWrapper);
-                        if (item.getDownloadInfo().state() == DownloadState.COMPLETE) {
-                            updateStorageSummary();
-                        }
-                    }
-                }
-
-                for (TestObserver observer : mObservers) observer.onDownloadItemUpdated(item);
-            }
-        }
-    }
-
-    /**
-     * Removes the DownloadItem with the given ID.
-     * @param guid           ID of the DownloadItem that has been removed.
-     * @param isOffTheRecord True if off the record, false otherwise.
-     */
-    @Override
-    public void onDownloadItemRemoved(String guid, boolean isOffTheRecord) {
-        if (useNewDownloadPath()) return;
-
-        if (isOffTheRecord && !mShowOffTheRecord) return;
-        if (getDownloadItemList(isOffTheRecord).removeItem(guid) != null) {
-            filter(mFilter);
-        }
-    }
-
-    /** Called when the filter representing which items can show has changed. */
-    public void onFilterChanged(@DownloadFilter.Type int filter) {
-        if (mLoadingDelegate.isLoaded()) {
-            filter(filter);
-        } else {
-            // Wait until all the backends are fully loaded before trying to show anything.
-            mLoadingDelegate.setPendingFilter(filter);
-        }
-    }
-
-    /** Called when this object should be destroyed. */
-    public void destroy() {
-        getDownloadDelegate().removeDownloadObserver(this);
-        getOfflineContentProvider().removeObserver(this);
-        sDeletedFileTracker.decrementInstanceCount();
-        if (mSpaceDisplay != null) unregisterAdapterDataObserver(mSpaceDisplay);
-    }
-
-    @Override
-    public void onAddOrReplaceDownloadSharedPreferenceEntry(final ContentId id) {
-        // Alert DownloadItemViews displaying information about the item that it has changed.
-        for (DownloadItemView view : mViews) {
-            if (view.getItem() == null) continue;
-            if (TextUtils.equals(id.id, view.getItem().getId())) {
-                view.displayItem(mBackendProvider, view.getItem());
-            }
-        }
-    }
-
-    /** Marks that certain items are about to be deleted. */
-    void markItemsForDeletion(List<DownloadHistoryItemWrapper> items) {
-        for (DownloadHistoryItemWrapper item : items) item.setIsDeletionPending(true);
-        filter(mFilter);
-    }
-
-    /** Marks that items that were about to be deleted are not being deleted anymore. */
-    void unmarkItemsForDeletion(List<DownloadHistoryItemWrapper> items) {
-        for (DownloadHistoryItemWrapper item : items) item.setIsDeletionPending(false);
-        filter(mFilter);
-    }
-
-    /**
-     * Gets all DownloadHistoryItemWrappers that point to the same path in the user's storage.
-     * @param filePath The file path used to retrieve items.
-     * @return DownloadHistoryItemWrappers associated with filePath.
-     */
-    Set<DownloadHistoryItemWrapper> getItemsForFilePath(String filePath) {
-        return mFilePathsToItemsMap.getItemsForFilePath(filePath);
-    }
-
-    /** Registers a {@link TestObserver} to monitor internal changes. */
-    void registerObserverForTest(TestObserver observer) {
-        mObservers.addObserver(observer);
-    }
-
-    /** Unregisters a {@link TestObserver} that was monitoring internal changes. */
-    void unregisterObserverForTest(TestObserver observer) {
-        mObservers.removeObserver(observer);
-    }
-
-    /**
-     * Called to perform a search. If the query is empty all items matching the current filter will
-     * be displayed.
-     * @param query The text to search for.
-     */
-    void search(String query) {
-        mIsSearching = true;
-        mSearchQuery = query;
-        filter(mFilter);
-    }
-
-    /**
-     * Called when a search is ended.
-     */
-    void onEndSearch() {
-        mIsSearching = false;
-        mSearchQuery = EMPTY_QUERY;
-        filter(mFilter);
-    }
-
-    /** @return Whether the storage info header should be visible. */
-    boolean shouldShowStorageInfoHeader() {
-        return mShouldShowStorageInfoHeader;
-    }
-
-    /**
-     * Sets the visibility of the storage info header and saves user selection to shared preference.
-     * @param show Whether or not we should show the storage info header.
-     */
-    void setShowStorageInfoHeader(boolean show) {
-        mShouldShowStorageInfoHeader = show;
-        ContextUtils.getAppSharedPreferences()
-                .edit()
-                .putBoolean(PREF_SHOW_STORAGE_INFO_HEADER, mShouldShowStorageInfoHeader)
-                .apply();
-        RecordHistogram.recordBooleanHistogram(
-                "Android.DownloadManager.ShowStorageInfo", mShouldShowStorageInfoHeader);
-        if (mLoadingDelegate.isLoaded()) filter(mFilter);
-    }
-
-    private DownloadDelegate getDownloadDelegate() {
-        return mBackendProvider.getDownloadDelegate();
-    }
-
-    private SelectionDelegate<DownloadHistoryItemWrapper> getSelectionDelegate() {
-        return mBackendProvider.getSelectionDelegate();
-    }
-
-    private boolean matchesQuery(DownloadHistoryItemWrapper item, String query) {
-        if (TextUtils.isEmpty(query)) return true;
-
-        query = query.toLowerCase(Locale.getDefault());
-        Locale locale = Locale.getDefault();
-
-        return item.getDisplayHostname().toLowerCase(locale).contains(query)
-                || item.getDisplayFileName().toLowerCase(locale).contains(query);
-    }
-
-    /** Filters the list of downloads to show only files of a specific type. */
-    private void filter(@DownloadFilter.Type int filterType) {
-        mFilter = filterType;
-
-        List<TimedItem> filteredTimedItems = new ArrayList<>();
-        mRegularDownloadItems.filter(mFilter, mSearchQuery, filteredTimedItems);
-        mIncognitoDownloadItems.filter(mFilter, mSearchQuery, filteredTimedItems);
-
-        List<DownloadHistoryItemWrapper> prefetchedItems = new ArrayList<>();
-        filter(mFilter, mSearchQuery, mOfflineItems, filteredTimedItems, prefetchedItems);
-
-        clear(false);
-
-        if (ChromeFeatureList.isEnabled(ChromeFeatureList.DOWNLOADS_LOCATION_CHANGE)) {
-            setHeaders(mStorageSummaryHeaderItem);
-        } else if (!filteredTimedItems.isEmpty() && !mIsSearching && mShouldShowStorageInfoHeader) {
-            setHeaders(mSpaceDisplayHeaderItem);
-        }
-
-        createPrefetchedItemGroup(prefetchedItems);
-        loadItems(filteredTimedItems);
-    }
-
-    private void createPrefetchedItemGroup(List<DownloadHistoryItemWrapper> prefetchedItems) {
-        if (prefetchedItems.isEmpty()) return;
-        if (!TextUtils.isEmpty(mSearchQuery)) return;
-
-        if (mPrefetchHeader == null) mPrefetchHeader = new SubsectionHeader();
-        mPrefetchHeader.setIsExpanded(mShouldPrefetchSectionExpand);
-        mPrefetchHeader.update(prefetchedItems);
-
-        ItemGroup prefetchItemGroup = new PrefetchItemGroup();
-        prefetchItemGroup.addItem(mPrefetchHeader);
-        if (mPrefetchHeader.isExpanded()) {
-            for (DownloadHistoryItemWrapper item : prefetchedItems) {
-                prefetchItemGroup.addItem(item);
-            }
-        }
-
-        addGroup(prefetchItemGroup);
-        updateRecentBadges(prefetchedItems);
-    }
-
-    private void updateRecentBadges(List<DownloadHistoryItemWrapper> prefetchedItems) {
-        boolean showBadgeForHeader = false;
-        for (DownloadHistoryItemWrapper item : prefetchedItems) {
-            item.setShouldShowRecentBadge(shouldItemShowRecentBadge(item));
-            showBadgeForHeader |= shouldItemShowRecentBadge(item);
-        }
-
-        mPrefetchHeader.setShouldShowRecentBadge(showBadgeForHeader);
-    }
-
-    private boolean shouldItemShowRecentBadge(DownloadHistoryItemWrapper item) {
-        return item.getTimestamp() > mPrefetchBundleLastVisitedTime;
-    }
-
-    /**
-     * Filters the list based on the current filter and search text.
-     * If there are suggested pages, they are filtered based on whether or not the prefetch section
-     * is expanded. While doing a search, we don't show the prefetch header, but show the items
-     * nevertheless.
-     * @param filterType The filter to use.
-     * @param query The search text to match.
-     * @param inputList The input item list.
-     * @param filteredItems The output item list (append-only) for the normal section.
-     * @param suggestedItems The output item list for the prefetch section.
-     */
-    private void filter(int filterType, String query, List<DownloadHistoryItemWrapper> inputList,
-            List<TimedItem> filteredItems, List<DownloadHistoryItemWrapper> suggestedItems) {
-        boolean shouldShowSubsectionHeaders = TextUtils.isEmpty(mSearchQuery);
-
-        for (DownloadHistoryItemWrapper item : inputList) {
-            if (!item.isVisibleToUser(filterType)) continue;
-            if (!matchesQuery(item, query)) continue;
-
-            if (shouldShowSubsectionHeaders && item.isSuggested()) {
-                suggestedItems.add(item);
-            } else {
-                filteredItems.add(item);
-            }
-        }
-    }
-
-    /**
-     * Sets the state of the prefetch section and updates the adapter.
-     * @param expanded Whether the prefetched section should be expanded.
-     */
-    public void setPrefetchSectionExpanded(boolean expanded) {
-        if (mShouldPrefetchSectionExpand == expanded) return;
-        mShouldPrefetchSectionExpand = expanded;
-
-        updatePrefetchBundleLastVisitedTime();
-        clear(false);
-        filter(mFilter);
-    }
-
-    private void updatePrefetchBundleLastVisitedTime() {
-        // We don't care about marking recent for items updated more than 48 hours ago.
-        Calendar calendar = Calendar.getInstance();
-        calendar.add(Calendar.HOUR_OF_DAY, -getRecentBadgeTimeThreshold());
-        mPrefetchBundleLastVisitedTime = ContextUtils.getAppSharedPreferences().getLong(
-                PREF_PREFETCH_BUNDLE_LAST_VISITED_TIME, calendar.getTime().getTime());
-
-        ContextUtils.getAppSharedPreferences()
-                .edit()
-                .putLong(PREF_PREFETCH_BUNDLE_LAST_VISITED_TIME, new Date().getTime())
-                .apply();
-    }
-
-    private BackendItems getDownloadItemList(boolean isOffTheRecord) {
-        return isOffTheRecord ? mIncognitoDownloadItems : mRegularDownloadItems;
-    }
-
-    private BackendItems getListForItem(DownloadHistoryItemWrapper wrapper) {
-        if (wrapper instanceof DownloadItemWrapper) {
-            return getDownloadItemList(wrapper.isOffTheRecord());
-        } else {
-            return mOfflineItems;
-        }
-    }
-
-    private DownloadItemWrapper createDownloadItemWrapper(DownloadItem item) {
-        assert !useNewDownloadPath();
-        return new DownloadItemWrapper(item, mBackendProvider, mParentComponent);
-    }
-
-    private void recordDownloadCountHistograms(int[] itemCounts, int[] viewedItemCounts) {
-        RecordHistogram.recordCountHistogram("Android.DownloadManager.InitialCount.Audio",
-                itemCounts[DownloadFilter.Type.AUDIO]);
-        RecordHistogram.recordCountHistogram("Android.DownloadManager.InitialCount.Document",
-                itemCounts[DownloadFilter.Type.DOCUMENT]);
-        RecordHistogram.recordCountHistogram("Android.DownloadManager.InitialCount.Image",
-                itemCounts[DownloadFilter.Type.IMAGE]);
-        RecordHistogram.recordCountHistogram("Android.DownloadManager.InitialCount.Other",
-                itemCounts[DownloadFilter.Type.OTHER]);
-        RecordHistogram.recordCountHistogram("Android.DownloadManager.InitialCount.Video",
-                itemCounts[DownloadFilter.Type.VIDEO]);
-
-        RecordHistogram.recordCountHistogram("Android.DownloadManager.InitialCount.Viewed.Audio",
-                viewedItemCounts[DownloadFilter.Type.AUDIO]);
-        RecordHistogram.recordCountHistogram("Android.DownloadManager.InitialCount.Viewed.Document",
-                viewedItemCounts[DownloadFilter.Type.DOCUMENT]);
-        RecordHistogram.recordCountHistogram("Android.DownloadManager.InitialCount.Viewed.Image",
-                viewedItemCounts[DownloadFilter.Type.IMAGE]);
-        RecordHistogram.recordCountHistogram("Android.DownloadManager.InitialCount.Viewed.Other",
-                viewedItemCounts[DownloadFilter.Type.OTHER]);
-        RecordHistogram.recordCountHistogram("Android.DownloadManager.InitialCount.Viewed.Video",
-                viewedItemCounts[DownloadFilter.Type.VIDEO]);
-    }
-
-    private void recordTotalDownloadCountHistogram() {
-        // The total count intentionally leaves out incognito downloads. This should be revisited
-        // if/when incognito downloads are persistently available in downloads home.
-        RecordHistogram.recordCountHistogram("Android.DownloadManager.InitialCount.Total",
-                mRegularDownloadItems.size() + mOfflineItems.size());
-    }
-
-    /** Returns the {@link SpaceDisplay}. */
-    public SpaceDisplay getSpaceDisplayForTests() {
-        return mSpaceDisplay;
-    }
-
-    private void getAllOfflineItems() {
-        getOfflineContentProvider().getAllItems(offlineItems -> {
-            for (OfflineItem item : offlineItems) {
-                if (item.isTransient) continue;
-                DownloadHistoryItemWrapper wrapper = createDownloadHistoryItemWrapper(item);
-                addDownloadHistoryItemWrapper(wrapper);
-            }
-
-            recordOfflineItemCountHistograms();
-            onItemsRetrieved(LoadingStateDelegate.OFFLINE_ITEMS);
-        });
-    }
-
-    private void recordOfflineItemCountHistograms() {
-        int offlinePageCount = 0;
-        int viewedOfflinePageCount = 0;
-        int prefetchedOfflinePageCount = 0;
-        int viewedPrefetchedOfflinePageCount = 0;
-
-        for (DownloadHistoryItemWrapper itemWrapper : mOfflineItems) {
-            if (itemWrapper.isOffTheRecord()) continue;
-            OfflineItemWrapper offlineItemWrapper = (OfflineItemWrapper) itemWrapper;
-            boolean hasBeenViewed = DownloadUtils.isOfflineItemViewed(offlineItemWrapper.getItem());
-            if (offlineItemWrapper.isSuggested()) {
-                prefetchedOfflinePageCount++;
-                if (hasBeenViewed) viewedPrefetchedOfflinePageCount++;
-            } else {
-                offlinePageCount++;
-                if (hasBeenViewed) viewedOfflinePageCount++;
-            }
-        }
-
-        RecordHistogram.recordCountHistogram(
-                "Android.DownloadManager.InitialCount.OfflinePage", offlinePageCount);
-        RecordHistogram.recordCountHistogram(
-                "Android.DownloadManager.InitialCount.Viewed.OfflinePage", viewedOfflinePageCount);
-        RecordHistogram.recordCountHistogram(
-                "Android.DownloadManager.InitialCount.PrefetchedOfflinePage",
-                prefetchedOfflinePageCount);
-        RecordHistogram.recordCountHistogram(
-                "Android.DownloadManager.InitialCount.Viewed.PrefetchedOfflinePage",
-                viewedPrefetchedOfflinePageCount);
-    }
-
-    @Override
-    public void onItemsAdded(ArrayList<OfflineItem> items) {
-        boolean wasAdded = false;
-        boolean visible = false;
-        for (OfflineItem item : items) {
-            if (item.isTransient) continue;
-
-            assert mOfflineItems.findItemIndex(item.id.id) == BackendItems.INVALID_INDEX;
-
-            DownloadHistoryItemWrapper wrapper = createDownloadHistoryItemWrapper(item);
-            wasAdded |= addDownloadHistoryItemWrapper(wrapper);
-            visible |= wrapper.isVisibleToUser(mFilter);
-            for (TestObserver observer : mObservers) observer.onOfflineItemCreated(item);
-        }
-
-        if (wasAdded && visible) filter(mFilter);
-    }
-
-    @Override
-    public void onItemRemoved(ContentId id) {
-        if (mOfflineItems.removeItem(id.id) != null) {
-            filter(mFilter);
-        }
-    }
-
-    @Override
-    public void onItemUpdated(OfflineItem item, UpdateDelta updateDelta) {
-        if (item.isTransient) return;
-
-        DownloadHistoryItemWrapper newWrapper = createDownloadHistoryItemWrapper(item);
-        if (newWrapper.isOffTheRecord() && !mShowOffTheRecord) return;
-
-        // Check if the item has already been deleted.
-        if (updateDeletedFileMap(newWrapper)) return;
-
-        BackendItems list = mOfflineItems;
-        int index = list.findItemIndex(newWrapper.getId());
-        if (index == BackendItems.INVALID_INDEX) {
-            // TODO(shaktisahu) : Remove this after crbug/765348 is fixed.
-            Log.e(TAG, "Tried to update OfflineItem that didn't exist, id: " + item.id);
-            return;
-        }
-
-        // Update the old one.
-        DownloadHistoryItemWrapper existingWrapper = list.get(index);
-        boolean isUpdated = existingWrapper.replaceItem(item);
-
-        // Re-add the file mapping once it finishes downloading. This accounts for the backend
-        // creating DownloadItems with a null file path, then updating it after the download starts.
-        // Doing it once after completion instead of at every update is a compromise that prevents
-        // us from rapidly and repeatedly updating the map with the same info.
-        if (item.state == OfflineItemState.COMPLETE) {
-            mFilePathsToItemsMap.addItem(existingWrapper);
-        }
-
-        if (item.state == OfflineItemState.CANCELLED) {
-            // The old one is being removed.
-            filter(mFilter);
-        } else if (existingWrapper.isVisibleToUser(mFilter)) {
-            if (existingWrapper.getPosition() == TimedItem.INVALID_POSITION) {
-                filter(mFilter);
-                for (TestObserver observer : mObservers) observer.onOfflineItemUpdated(item);
-            } else if (isUpdated) {
-                // Directly alert DownloadItemViews displaying information about the item that it
-                // has changed instead of notifying the RecyclerView that a particular item has
-                // changed.  This prevents the RecyclerView from detaching and immediately
-                // reattaching the same view, causing janky animations.
-                for (DownloadItemView view : mViews) {
-                    if (TextUtils.equals(item.id.id, view.getItem().getId())) {
-                        view.displayItem(mBackendProvider, existingWrapper);
-                        if (item.state == OfflineItemState.COMPLETE) {
-                            updateStorageSummary();
-                        }
-                    }
-                }
-
-                for (TestObserver observer : mObservers) observer.onOfflineItemUpdated(item);
-            }
-        }
-    }
-
-    private static boolean useNewDownloadPath() {
-        return ChromeFeatureList.isEnabled(ChromeFeatureList.DOWNLOAD_OFFLINE_CONTENT_PROVIDER);
-    }
-
-    private DownloadHistoryItemWrapper createDownloadHistoryItemWrapper(OfflineItem item) {
-        return new OfflineItemWrapper(item, mBackendProvider, mParentComponent);
-    }
-
-    private int getRecentBadgeTimeThreshold() {
-        if (mTimeThresholdForRecentBadgeMs == null) {
-            mTimeThresholdForRecentBadgeMs = DEFAULT_TIME_THRESHOLD_FOR_RECENT_BADGE_HOURS;
-
-            String variationResult = VariationsAssociatedData.getVariationParamValue(
-                    VARIATION_TRIAL_DOWNLOAD_HOME_PREFETCH_UI,
-                    VARIATION_PARAM_TIME_THRESHOLD_FOR_RECENT_BADGE);
-            if (!TextUtils.isEmpty(variationResult)) {
-                mTimeThresholdForRecentBadgeMs = Integer.parseInt(variationResult);
-            }
-        }
-
-        return mTimeThresholdForRecentBadgeMs;
-    }
-
-    private void updateStorageSummary() {
-        if (mSpaceDisplay != null) mSpaceDisplay.onChanged();
-        if (mStorageSummaryProvider != null) {
-            mStorageSummaryProvider.setUsedStorage(getTotalDownloadSize());
-        }
-    }
-}
diff --git a/chrome/android/java/src/org/chromium/chrome/browser/download/ui/DownloadHistoryItemViewHolder.java b/chrome/android/java/src/org/chromium/chrome/browser/download/ui/DownloadHistoryItemViewHolder.java
deleted file mode 100644
index d2a08a6..0000000
--- a/chrome/android/java/src/org/chromium/chrome/browser/download/ui/DownloadHistoryItemViewHolder.java
+++ /dev/null
@@ -1,24 +0,0 @@
-// Copyright 2016 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-package org.chromium.chrome.browser.download.ui;
-
-import android.support.v7.widget.RecyclerView;
-
-import org.chromium.base.VisibleForTesting;
-
-/** Holds onto a View that displays information about a downloaded file. */
-public class DownloadHistoryItemViewHolder extends RecyclerView.ViewHolder {
-    private final DownloadItemView mItemView;
-
-    public DownloadHistoryItemViewHolder(DownloadItemView itemView) {
-        super(itemView);
-        mItemView = itemView;
-    }
-
-    @VisibleForTesting
-    public DownloadItemView getItemView() {
-        return mItemView;
-    }
-}
\ No newline at end of file
diff --git a/chrome/android/java/src/org/chromium/chrome/browser/download/ui/DownloadHistoryItemWrapper.java b/chrome/android/java/src/org/chromium/chrome/browser/download/ui/DownloadHistoryItemWrapper.java
deleted file mode 100644
index 66f1b642..0000000
--- a/chrome/android/java/src/org/chromium/chrome/browser/download/ui/DownloadHistoryItemWrapper.java
+++ /dev/null
@@ -1,570 +0,0 @@
-// Copyright 2016 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-package org.chromium.chrome.browser.download.ui;
-
-import android.content.ComponentName;
-import android.text.TextUtils;
-
-import org.chromium.base.VisibleForTesting;
-import org.chromium.base.metrics.RecordHistogram;
-import org.chromium.base.metrics.RecordUserAction;
-import org.chromium.chrome.browser.download.DownloadInfo;
-import org.chromium.chrome.browser.download.DownloadItem;
-import org.chromium.chrome.browser.download.DownloadMetrics;
-import org.chromium.chrome.browser.download.DownloadNotificationService;
-import org.chromium.chrome.browser.download.DownloadOpenSource;
-import org.chromium.chrome.browser.download.DownloadUtils;
-import org.chromium.chrome.browser.download.home.metrics.FileExtensions;
-import org.chromium.chrome.browser.download.items.OfflineContentAggregatorFactory;
-import org.chromium.chrome.browser.widget.DateDividedAdapter.TimedItem;
-import org.chromium.components.download.DownloadState;
-import org.chromium.components.offline_items_collection.LaunchLocation;
-import org.chromium.components.offline_items_collection.OfflineContentProvider;
-import org.chromium.components.offline_items_collection.OfflineItem;
-import org.chromium.components.offline_items_collection.OfflineItem.Progress;
-import org.chromium.components.offline_items_collection.OfflineItemFilter;
-import org.chromium.components.offline_items_collection.OfflineItemState;
-import org.chromium.components.url_formatter.UrlFormatter;
-
-/** Wraps different classes that contain information about downloads. */
-public abstract class DownloadHistoryItemWrapper extends TimedItem {
-    protected final BackendProvider mBackendProvider;
-    protected final ComponentName mComponentName;
-    private Long mStableId;
-    private boolean mIsDeletionPending;
-    private boolean mShouldShowRecentBadge;
-
-    private DownloadHistoryItemWrapper(BackendProvider provider, ComponentName component) {
-        mBackendProvider = provider;
-        mComponentName = component;
-    }
-
-    @Override
-    public long getStableId() {
-        if (mStableId == null) {
-            // Generate a stable ID that combines the timestamp and the download ID.
-            mStableId = (long) getId().hashCode();
-            mStableId = (mStableId << 32) + (getTimestamp() & 0x0FFFFFFFF);
-        }
-        return mStableId;
-    }
-
-    /** @return Whether the file will soon be deleted. */
-    final boolean isDeletionPending() {
-        return mIsDeletionPending;
-    }
-
-    /** Track whether or not the file will soon be deleted. */
-    final void setIsDeletionPending(boolean state) {
-        mIsDeletionPending = state;
-    }
-
-    /** @return Whether this download should be shown to the user. */
-    boolean isVisibleToUser(@DownloadFilter.Type int filter) {
-        if (isDeletionPending()) return false;
-        return filter == getFilterType() || filter == DownloadFilter.Type.ALL;
-    }
-
-    /** Called when this download should be shared. */
-    void share() {
-        mBackendProvider.getUIDelegate().shareItem(this);
-    }
-
-    /**
-     * Starts the delete process, which may or may not immediately delete the item or bring up a UI
-     * surface first.
-     */
-    void startRemove() {
-        mBackendProvider.getUIDelegate().deleteItem(this);
-    }
-
-    /**
-     * @return Whether or not this item can be interacted with or not.  This will change based on
-     *         the current selection state of the owning list. */
-    boolean isInteractive() {
-        return !mBackendProvider.getSelectionDelegate().isSelectionEnabled();
-    }
-
-    /** @return Item that is being wrapped. */
-    abstract Object getItem();
-
-    /**
-     * Replaces the item being wrapped with a new one.
-     * @return Whether or not the user needs to be informed of changes to the data.
-     */
-    abstract boolean replaceItem(Object item);
-
-    /** @return ID representing the download. */
-    abstract String getId();
-
-    /** @return String showing where the download resides. */
-    public abstract String getFilePath();
-
-    /** @return String to display for the hostname. */
-    public final String getDisplayHostname() {
-        return UrlFormatter.formatUrlForSecurityDisplayOmitScheme(getUrl());
-    }
-
-    /** @return String to display for the file. */
-    public abstract String getDisplayFileName();
-
-    /** @return Size of the file. */
-    abstract long getFileSize();
-
-    /** @return URL the file was downloaded from. */
-    public abstract String getUrl();
-
-    /** @return {@link DownloadFilter} that represents the file type. */
-    public abstract @DownloadFilter.Type int getFilterType();
-
-    /** @return The mime type or null if the item doesn't have one. */
-    public abstract String getMimeType();
-
-    /** @return The file extension type. See list at the top of the file. */
-    public abstract int getFileExtensionType();
-
-    /** @return How much of the download has completed, or null if there is no progress. */
-    abstract Progress getDownloadProgress();
-
-    /** @return String indicating the status of the download. */
-    abstract String getStatusString();
-
-    /** @return Whether the file for this item has been removed through an external action. */
-    abstract boolean hasBeenExternallyRemoved();
-
-    /** @return Whether this download is associated with the off the record profile. */
-    abstract boolean isOffTheRecord();
-
-    /** @return Whether the item is an offline page. */
-    public abstract boolean isOfflinePage();
-
-    /** @return Whether this item is to be shown in the suggested reading section. */
-    abstract boolean isSuggested();
-
-    /** @return Whether the item has been completely downloaded. */
-    abstract boolean isComplete();
-
-    /** @return Whether the download is currently paused. */
-    abstract boolean isPaused();
-
-    /** @return Whether the download is currently pending. */
-    abstract boolean isPending();
-
-    /** Called when the user wants to open the file. */
-    abstract void open();
-
-    /** Called when the user tries to cancel downloading the file. */
-    abstract void cancel();
-
-    /** Called when the user tries to pause downloading the file. */
-    abstract void pause();
-
-    /** Called when the user tries to resume downloading the file. */
-    abstract void resume();
-
-    /**
-     * Called when the user wants to remove the download from the backend.
-     * May also delete the file associated with the download item.
-     *
-     * @return Whether the file associated with the download item was deleted.
-     */
-    abstract boolean removePermanently();
-
-    /** @return Whether this item should be marked as NEW in download home. */
-    public boolean shouldShowRecentBadge() {
-        return mShouldShowRecentBadge;
-    }
-
-    /** Set whether this item should be badged as NEW addition. */
-    public void setShouldShowRecentBadge(boolean shouldShowRecentBadge) {
-        mShouldShowRecentBadge = shouldShowRecentBadge;
-    }
-
-    protected void recordOpenSuccess() {
-        RecordUserAction.record("Android.DownloadManager.Item.OpenSucceeded");
-        RecordHistogram.recordEnumeratedHistogram("Android.DownloadManager.Item.OpenSucceeded",
-                getFilterType(), DownloadFilter.Type.NUM_ENTRIES);
-
-        if (getFilterType() == DownloadFilter.Type.OTHER) {
-            RecordHistogram.recordEnumeratedHistogram(
-                    "Android.DownloadManager.OtherExtensions.OpenSucceeded", getFileExtensionType(),
-                    FileExtensions.Type.NUM_ENTRIES);
-        }
-    }
-
-    protected void recordOpenFailure() {
-        RecordHistogram.recordEnumeratedHistogram("Android.DownloadManager.Item.OpenFailed",
-                getFilterType(), DownloadFilter.Type.NUM_ENTRIES);
-
-        if (getFilterType() == DownloadFilter.Type.OTHER) {
-            RecordHistogram.recordEnumeratedHistogram(
-                    "Android.DownloadManager.OtherExtensions.OpenFailed", getFileExtensionType(),
-                    FileExtensions.Type.NUM_ENTRIES);
-        }
-    }
-
-    /** Wraps a {@link DownloadItem}. */
-    public static class DownloadItemWrapper extends DownloadHistoryItemWrapper {
-        private DownloadItem mItem;
-        private Integer mFileExtensionType;
-
-        DownloadItemWrapper(DownloadItem item, BackendProvider provider, ComponentName component) {
-            super(provider, component);
-            mItem = item;
-        }
-
-        @Override
-        public DownloadItem getItem() {
-            return mItem;
-        }
-
-        @Override
-        public boolean replaceItem(Object item) {
-            DownloadItem downloadItem = (DownloadItem) item;
-            assert TextUtils.equals(mItem.getId(), downloadItem.getId());
-
-            boolean visuallyChanged = isNewItemVisiblyDifferent(downloadItem);
-            mItem = downloadItem;
-            return visuallyChanged;
-        }
-
-        @Override
-        public String getId() {
-            return mItem.getId();
-        }
-
-        @Override
-        public long getTimestamp() {
-            return mItem.getStartTime();
-        }
-
-        @Override
-        public String getFilePath() {
-            return mItem.getDownloadInfo().getFilePath();
-        }
-
-        @Override
-        public String getDisplayFileName() {
-            return mItem.getDownloadInfo().getFileName();
-        }
-
-        @Override
-        public long getFileSize() {
-            if (mItem.getDownloadInfo().state() == DownloadState.COMPLETE) {
-                return mItem.getDownloadInfo().getBytesReceived();
-            } else {
-                return 0;
-            }
-        }
-
-        @Override
-        public String getUrl() {
-            return mItem.getDownloadInfo().getUrl();
-        }
-
-        @Override
-        public int getFilterType() {
-            return DownloadFilter.fromMimeType(getMimeType());
-        }
-
-        @Override
-        public String getMimeType() {
-            return mItem.getDownloadInfo().getMimeType();
-        }
-
-        @Override
-        public int getFileExtensionType() {
-            if (mFileExtensionType == null) {
-                mFileExtensionType = FileExtensions.getExtension(getFilePath());
-            }
-
-            return mFileExtensionType;
-        }
-
-        @Override
-        public Progress getDownloadProgress() {
-            return mItem.getDownloadInfo().getProgress();
-        }
-
-        @Override
-        public String getStatusString() {
-            return DownloadUtils.getStatusString(mItem);
-        }
-
-        @Override
-        public void open() {
-            if (DownloadUtils.openFile(getFilePath(), getMimeType(),
-                        mItem.getDownloadInfo().getDownloadGuid(), isOffTheRecord(),
-                        mItem.getDownloadInfo().getOriginalUrl(),
-                        mItem.getDownloadInfo().getReferrer(), DownloadOpenSource.DOWNLOAD_HOME)) {
-                recordOpenSuccess();
-                DownloadMetrics.recordDownloadViewRetentionTime(
-                        getMimeType(), getItem().getStartTime());
-            } else {
-                recordOpenFailure();
-            }
-        }
-
-        @Override
-        public void cancel() {
-            mBackendProvider.getDownloadDelegate().broadcastDownloadAction(
-                    mItem, DownloadNotificationService.ACTION_DOWNLOAD_CANCEL);
-        }
-
-        @Override
-        public void pause() {
-            mBackendProvider.getDownloadDelegate().broadcastDownloadAction(
-                    mItem, DownloadNotificationService.ACTION_DOWNLOAD_PAUSE);
-        }
-
-        @Override
-        public void resume() {
-            mBackendProvider.getDownloadDelegate().broadcastDownloadAction(
-                    mItem, DownloadNotificationService.ACTION_DOWNLOAD_RESUME);
-        }
-
-        @Override
-        public boolean removePermanently() {
-            // Tell the DownloadManager to remove the file from history.
-            mBackendProvider.getDownloadDelegate().removeDownload(
-                    getId(), isOffTheRecord(), hasBeenExternallyRemoved());
-            mBackendProvider.getThumbnailProvider().removeThumbnailsFromDisk(getId());
-            return false;
-        }
-
-        @Override
-        boolean hasBeenExternallyRemoved() {
-            return mItem.hasBeenExternallyRemoved();
-        }
-
-        @Override
-        boolean isOffTheRecord() {
-            return mItem.getDownloadInfo().isOffTheRecord();
-        }
-
-        @Override
-        public boolean isOfflinePage() {
-            return false;
-        }
-
-        @Override
-        public boolean isSuggested() {
-            return false;
-        }
-
-        @Override
-        public boolean isComplete() {
-            return mItem.getDownloadInfo().state() == DownloadState.COMPLETE;
-        }
-
-        @Override
-        public boolean isPaused() {
-            return DownloadUtils.isDownloadPaused(mItem);
-        }
-
-        @Override
-        public boolean isPending() {
-            return DownloadUtils.isDownloadPending(mItem);
-        }
-
-        @Override
-        boolean isVisibleToUser(@DownloadFilter.Type int filter) {
-            if (!super.isVisibleToUser(filter)) return false;
-
-            if (TextUtils.isEmpty(getFilePath()) || TextUtils.isEmpty(getDisplayFileName())) {
-                return false;
-            }
-
-            int state = mItem.getDownloadInfo().state();
-            if ((state == DownloadState.INTERRUPTED && !mItem.getDownloadInfo().isResumable())
-                    || state == DownloadState.CANCELLED) {
-                // Mocks don't include showing cancelled/unresumable downloads.  Might need to if
-                // undeletable files become a big issue.
-                return false;
-            }
-
-            return true;
-        }
-
-        /** @return whether the given DownloadItem is visibly different from the current one. */
-        private boolean isNewItemVisiblyDifferent(DownloadItem newItem) {
-            DownloadInfo oldInfo = mItem.getDownloadInfo();
-            DownloadInfo newInfo = newItem.getDownloadInfo();
-
-            if (oldInfo.getProgress().equals(newInfo.getProgress())) return true;
-            if (oldInfo.getBytesReceived() != newInfo.getBytesReceived()) return true;
-            if (oldInfo.state() != newInfo.state()) return true;
-            if (oldInfo.isPaused() != newInfo.isPaused()) return true;
-            if (!TextUtils.equals(oldInfo.getFilePath(), newInfo.getFilePath())) return true;
-
-            return false;
-        }
-    }
-
-    /** Wraps a {@link OfflineItem}. */
-    public static class OfflineItemWrapper extends DownloadHistoryItemWrapper {
-        private OfflineItem mItem;
-
-        OfflineItemWrapper(OfflineItem item, BackendProvider provider, ComponentName component) {
-            super(provider, component);
-            mItem = item;
-        }
-
-        @VisibleForTesting
-        public static OfflineItemWrapper createOfflineItemWrapperForTest(OfflineItem item) {
-            return new OfflineItemWrapper(item, null, null);
-        }
-
-        @Override
-        public OfflineItem getItem() {
-            return mItem;
-        }
-
-        @Override
-        public boolean replaceItem(Object item) {
-            OfflineItem newItem = (OfflineItem) item;
-            assert mItem.id.equals(newItem.id);
-
-            mItem = newItem;
-            return true;
-        }
-
-        @Override
-        public String getId() {
-            // TODO(shaktisahu): May be change this to mItem.id.toString().
-            return mItem.id.id;
-        }
-
-        @Override
-        public long getTimestamp() {
-            return mItem.creationTimeMs;
-        }
-
-        @Override
-        public String getFilePath() {
-            return mItem.filePath;
-        }
-
-        @Override
-        public String getDisplayFileName() {
-            return mItem.title;
-        }
-
-        @Override
-        public long getFileSize() {
-            return mItem.totalSizeBytes;
-        }
-
-        @Override
-        public String getUrl() {
-            return mItem.pageUrl;
-        }
-
-        @Override
-        public @DownloadFilter.Type int getFilterType() {
-            // TODO(shaktisahu): Make DownloadFilter unnecessary.
-            return isOfflinePage() ? DownloadFilter.Type.PAGE
-                                   : DownloadFilter.fromMimeType(mItem.mimeType);
-        }
-
-        @OfflineItemFilter
-        public int getOfflineItemFilter() {
-            return mItem.filter;
-        }
-
-        @Override
-        public String getMimeType() {
-            return mItem.mimeType;
-        }
-
-        @Override
-        public int getFileExtensionType() {
-            // TODO(shaktisahu): Fix this.
-            return FileExtensions.Type.OTHER;
-        }
-
-        @Override
-        public Progress getDownloadProgress() {
-            return mItem.progress;
-        }
-
-        @Override
-        public String getStatusString() {
-            return isOfflinePage() ? DownloadUtils.getOfflinePageStatusString(mItem) : "";
-        }
-
-        private OfflineContentProvider getOfflineContentProvider() {
-            return OfflineContentAggregatorFactory.get();
-        }
-
-        @Override
-        public void open() {
-            getOfflineContentProvider().openItem(LaunchLocation.DOWNLOAD_HOME, mItem.id);
-            recordOpenSuccess();
-        }
-
-        @Override
-        public void cancel() {
-            getOfflineContentProvider().cancelDownload(mItem.id);
-        }
-
-        @Override
-        public void pause() {
-            getOfflineContentProvider().pauseDownload(mItem.id);
-        }
-
-        @Override
-        public void resume() {
-            getOfflineContentProvider().resumeDownload(mItem.id, true);
-        }
-
-        @Override
-        public boolean removePermanently() {
-            getOfflineContentProvider().removeItem(mItem.id);
-            return true;
-        }
-
-        @Override
-        boolean hasBeenExternallyRemoved() {
-            return mItem.externallyRemoved;
-        }
-
-        @Override
-        boolean isOffTheRecord() {
-            return mItem.isOffTheRecord;
-        }
-
-        @Override
-        public boolean isOfflinePage() {
-            return mItem.filter == OfflineItemFilter.PAGE;
-        }
-
-        @Override
-        public boolean isSuggested() {
-            return mItem.isSuggested;
-        }
-
-        @Override
-        public boolean isComplete() {
-            return mItem.state == OfflineItemState.COMPLETE;
-        }
-
-        @Override
-        public boolean isPaused() {
-            return mItem.state == OfflineItemState.PAUSED;
-        }
-
-        @Override
-        public boolean isPending() {
-            return mItem.state == OfflineItemState.PENDING;
-        }
-
-        @Override
-        boolean isVisibleToUser(@DownloadFilter.Type int filter) {
-            if (mItem.state == OfflineItemState.CANCELLED) return false;
-            return super.isVisibleToUser(filter);
-        }
-    }
-}
diff --git a/chrome/android/java/src/org/chromium/chrome/browser/download/ui/DownloadItemSelectionDelegate.java b/chrome/android/java/src/org/chromium/chrome/browser/download/ui/DownloadItemSelectionDelegate.java
deleted file mode 100644
index cfdd048..0000000
--- a/chrome/android/java/src/org/chromium/chrome/browser/download/ui/DownloadItemSelectionDelegate.java
+++ /dev/null
@@ -1,128 +0,0 @@
-// Copyright 2017 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-package org.chromium.chrome.browser.download.ui;
-
-import org.chromium.base.ObserverList;
-import org.chromium.chrome.browser.download.ui.DownloadHistoryAdapter.SubsectionHeader;
-import org.chromium.chrome.browser.widget.selection.SelectionDelegate;
-
-import java.util.HashSet;
-import java.util.List;
-import java.util.Set;
-
-/**
- * Separately maintains the selected state of the {@link SubsectionHeader}s in addition to the other
- * selected items. Notifies the {@link OfflineGroupHeaderView}s about any change in the selected
- * state of the headers.
- */
-public class DownloadItemSelectionDelegate extends SelectionDelegate<DownloadHistoryItemWrapper> {
-    /** Observer interface to be notified of selection changes for {@link SubsectionHeader}s. */
-    public interface SubsectionHeaderSelectionObserver {
-        /**
-         * Called when the set of selected subsection headers has changed.
-         * @param selectedHeaders The set of currently selected headers.
-         */
-        public void onSubsectionHeaderSelectionStateChanged(Set<SubsectionHeader> selectedHeaders);
-    }
-
-    private final Set<SubsectionHeader> mSelectedHeaders = new HashSet<>();
-    private final ObserverList<SubsectionHeaderSelectionObserver> mObservers = new ObserverList<>();
-    private DownloadHistoryAdapter mAdapter;
-
-    /**
-     * Adds an observer to be notified of selection changes for subsection headers.
-     * @param observer The observer to add.
-     */
-    public void addObserver(SubsectionHeaderSelectionObserver observer) {
-        mObservers.addObserver(observer);
-    }
-
-    /**
-     * Removes an observer.
-     * @param observer The observer to remove.
-     */
-    public void removeObserver(SubsectionHeaderSelectionObserver observer) {
-        mObservers.removeObserver(observer);
-    }
-
-    /**
-     * Initializes the selection delegate with the required dependencies. Registers an observer to
-     * be notified of selection changes for the download items of the adapter.
-     * @param adapter The associated download history adapter.
-     */
-    public void initialize(DownloadHistoryAdapter adapter) {
-        mAdapter = adapter;
-        addObserver(new SelectionObserver<DownloadHistoryItemWrapper>() {
-            @Override
-            public void onSelectionStateChange(List<DownloadHistoryItemWrapper> selectedItems) {
-                for (SubsectionHeader header : mAdapter.getSubsectionHeaders()) {
-                    boolean isChecked = true;
-
-                    // A header should get selected if all the associated items are selected
-                    // irrespective of whether it is currently expanded or collapsed.
-                    for (DownloadHistoryItemWrapper subItem : header.getItems()) {
-                        if (!selectedItems.contains(subItem)) {
-                            isChecked = false;
-                            break;
-                        }
-                    }
-                    setSelectionForHeader(header, isChecked);
-                }
-
-                notifySubsectionHeaderSelectionStateChanged();
-            }
-        });
-    }
-
-    /**
-     * True if the header is currently selected. False otherwise.
-     * @param header The given header.
-     * @return Whether the header is selected.
-     */
-    public boolean isHeaderSelected(SubsectionHeader header) {
-        return mSelectedHeaders.contains(header);
-    }
-
-    /**
-     * Toggles selection for a given subsection and sets the associated items to the correct
-     * selection state.
-     * @param header The header for the subsection being toggled.
-     * @return True if the header is selected after the toggle, false otherwise.
-     */
-    public boolean toggleSelectionForSubsection(SubsectionHeader header) {
-        boolean newSelectedState = !isHeaderSelected(header);
-        setSelectionForHeader(header, newSelectedState);
-
-        for (DownloadHistoryItemWrapper item : header.getItems()) {
-            if (newSelectedState != isItemSelected(item)) {
-                toggleSelectionForItem(item);
-            }
-        }
-
-        return isHeaderSelected(header);
-    }
-
-    /**
-     * Sets the selection state for a given header. Doesn't affect the associated items. This method
-     * is supposed to be called if the header needs to be toggled as a result of selecting or
-     * deselecting one of the associated items. In case of a long press on the header, don't call
-     * this method, call {@link #toggleSelectionForSubsection(SubsectionHeader)} instead directly.
-     * @param header The given {@link SubsectionHeader}.
-     * @param selected The new selected state.
-     */
-    public void setSelectionForHeader(SubsectionHeader header, boolean selected) {
-        if (selected) {
-            mSelectedHeaders.add(header);
-        } else {
-            mSelectedHeaders.remove(header);
-        }
-    }
-
-    private void notifySubsectionHeaderSelectionStateChanged() {
-        for (SubsectionHeaderSelectionObserver observer : mObservers) {
-            observer.onSubsectionHeaderSelectionStateChanged(mSelectedHeaders);
-        }
-    }
-}
diff --git a/chrome/android/java/src/org/chromium/chrome/browser/download/ui/DownloadItemView.java b/chrome/android/java/src/org/chromium/chrome/browser/download/ui/DownloadItemView.java
deleted file mode 100644
index 2c6dc827..0000000
--- a/chrome/android/java/src/org/chromium/chrome/browser/download/ui/DownloadItemView.java
+++ /dev/null
@@ -1,391 +0,0 @@
-// Copyright 2016 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-package org.chromium.chrome.browser.download.ui;
-
-import android.content.Context;
-import android.content.res.ColorStateList;
-import android.graphics.Bitmap;
-import android.support.v4.view.MarginLayoutParamsCompat;
-import android.support.v7.content.res.AppCompatResources;
-import android.text.TextUtils;
-import android.text.format.Formatter;
-import android.util.AttributeSet;
-import android.view.View;
-import android.widget.ImageButton;
-import android.widget.LinearLayout;
-import android.widget.TextView;
-
-import androidx.annotation.NonNull;
-import androidx.annotation.Nullable;
-
-import org.chromium.base.ApiCompatibilityUtils;
-import org.chromium.base.Callback;
-import org.chromium.base.metrics.RecordUserAction;
-import org.chromium.chrome.browser.download.DownloadUtils;
-import org.chromium.chrome.browser.download.home.metrics.UmaUtils;
-import org.chromium.chrome.browser.download.home.metrics.UmaUtils.ViewAction;
-import org.chromium.chrome.browser.download.items.OfflineContentAggregatorFactory;
-import org.chromium.chrome.browser.ui.widget.ListMenuButton;
-import org.chromium.chrome.browser.ui.widget.ListMenuButton.Item;
-import org.chromium.chrome.browser.util.ViewUtils;
-import org.chromium.chrome.browser.widget.MaterialProgressBar;
-import org.chromium.chrome.browser.widget.ThumbnailProvider;
-import org.chromium.chrome.browser.widget.selection.SelectableItemView;
-import org.chromium.chrome.download.R;
-import org.chromium.components.offline_items_collection.OfflineItem;
-import org.chromium.components.offline_items_collection.OfflineItem.Progress;
-import org.chromium.components.variations.VariationsAssociatedData;
-import org.chromium.ui.UiUtils;
-
-import java.util.List;
-
-/**
- * The view for a downloaded item displayed in the Downloads list.
- */
-public class DownloadItemView extends SelectableItemView<DownloadHistoryItemWrapper>
-        implements ThumbnailProvider.ThumbnailRequest, ListMenuButton.Delegate {
-    private static final String VARIATION_TRIAL_DOWNLOAD_HOME_MORE_BUTTON =
-            "DownloadHomeMoreButton";
-    private static final String VARIATION_PARAM_SHOW_MORE_BUTTON = "show_more_button";
-
-    /**
-     * Set based on Chrome Variations to determine whether or not to show the "more" menu button on
-     * this item.  This will be set only once the first time it is queried through
-     * {@link #isMoreButtonEnabled()} and will not be set again for the current process lifetime to
-     * avoid hitting the Chrome Variations system for each list item.
-     */
-    private static Boolean sMoreButtonEnabled;
-
-    private final int mMargin;
-    private final int mMarginSubsection;
-    private final ColorStateList mIconForegroundColorList;
-    private final ColorStateList mCheckedIconForegroundColorList;
-    private final int mIconBackgroundResId;
-
-    private DownloadHistoryItemWrapper mItem;
-    private int mIconResId;
-    private int mIconSize;
-    private Bitmap mThumbnailBitmap;
-
-    // Controls common to completed and in-progress downloads.
-    private LinearLayout mLayoutContainer;
-
-    // Controls for completed downloads.
-    private View mLayoutCompleted;
-    private TextView mFilenameCompletedView;
-    private TextView mDescriptionCompletedView;
-    private ListMenuButton mMoreButton;
-
-    // Controls for in-progress downloads.
-    private View mLayoutInProgress;
-    private TextView mFilenameInProgressView;
-    private TextView mDownloadStatusView;
-    private TextView mDownloadPercentageView;
-    private MaterialProgressBar mProgressView;
-    private ImageButton mPauseResumeButton;
-    private View mCancelButton;
-
-    /**
-     * Constructor for inflating from XML.
-     */
-    public DownloadItemView(Context context, AttributeSet attrs) {
-        super(context, attrs);
-        mMargin = context.getResources().getDimensionPixelSize(R.dimen.list_item_default_margin);
-        mMarginSubsection =
-                context.getResources().getDimensionPixelSize(R.dimen.list_item_subsection_margin);
-        mIconSize = getResources().getDimensionPixelSize(R.dimen.list_item_start_icon_width);
-        mCheckedIconForegroundColorList = DownloadUtils.getIconForegroundColorList(context);
-        mIconBackgroundResId = R.drawable.list_item_icon_modern_bg;
-        mIconForegroundColorList =
-                AppCompatResources.getColorStateList(context, R.color.standard_mode_tint);
-    }
-
-    // ListMenuButton.Delegate implementation.
-    @Override
-    public Item[] getItems() {
-        return new Item[] {new Item(getContext(), R.string.share, true),
-                new Item(getContext(), R.string.delete, true)};
-    }
-
-    @Override
-    public void onItemSelected(Item item) {
-        if (item.getTextId() == R.string.share) {
-            UmaUtils.recordItemAction(ViewAction.MENU_SHARE);
-            mItem.share();
-        } else if (item.getTextId() == R.string.delete) {
-            UmaUtils.recordItemAction(ViewAction.MENU_DELETE);
-            mItem.startRemove();
-            RecordUserAction.record("Android.DownloadManager.RemoveItem");
-        }
-    }
-
-    @Override
-    protected void onFinishInflate() {
-        super.onFinishInflate();
-        mProgressView = (MaterialProgressBar) findViewById(R.id.download_progress_view);
-
-        mLayoutContainer = (LinearLayout) findViewById(R.id.layout_container);
-        mLayoutCompleted = findViewById(R.id.completed_layout);
-        mLayoutInProgress = findViewById(R.id.progress_layout);
-
-        mFilenameCompletedView = (TextView) findViewById(R.id.filename_completed_view);
-        mDescriptionCompletedView = (TextView) findViewById(R.id.description_view);
-        mMoreButton = (ListMenuButton) findViewById(R.id.more);
-
-        mFilenameInProgressView = (TextView) findViewById(R.id.filename_progress_view);
-        mDownloadStatusView = (TextView) findViewById(R.id.status_view);
-        mDownloadPercentageView = (TextView) findViewById(R.id.percentage_view);
-
-        mPauseResumeButton = findViewById(R.id.pause_button);
-        mCancelButton = findViewById(R.id.cancel_button);
-
-        mMoreButton.setDelegate(this);
-        mPauseResumeButton.setOnClickListener(view -> {
-            if (mItem.isPaused()) {
-                UmaUtils.recordItemAction(ViewAction.RESUME);
-                mItem.resume();
-            } else if (!mItem.isComplete()) {
-                UmaUtils.recordItemAction(ViewAction.PAUSE);
-                mItem.pause();
-            }
-        });
-        mCancelButton.setOnClickListener(view -> {
-            UmaUtils.recordItemAction(ViewAction.CANCEL);
-            mItem.cancel();
-        });
-    }
-
-    @Override
-    public @Nullable String getFilePath() {
-        return mItem == null ? null : mItem.getFilePath();
-    }
-
-    @Override
-    public String getMimeType() {
-        return mItem == null ? null : mItem.getMimeType();
-    }
-
-    @Override
-    public @Nullable String getContentId() {
-        return mItem == null ? "" : mItem.getId();
-    }
-
-    @Override
-    public void onThumbnailRetrieved(@NonNull String contentId, @Nullable Bitmap thumbnail) {
-        if (TextUtils.equals(getContentId(), contentId) && thumbnail != null
-                && thumbnail.getWidth() > 0 && thumbnail.getHeight() > 0) {
-            assert !thumbnail.isRecycled();
-            setThumbnailBitmap(thumbnail);
-        }
-    }
-
-    @Override
-    public boolean getThumbnail(Callback<Bitmap> callback) {
-        if (!mItem.isOfflinePage()) return false;
-        OfflineContentAggregatorFactory.get().getVisualsForItem(
-                ((OfflineItem) mItem.getItem()).id, (id, visuals) -> {
-                    if (visuals == null) {
-                        callback.onResult(null);
-                    } else {
-                        callback.onResult(Bitmap.createScaledBitmap(
-                                visuals.icon, mIconSize, mIconSize, false));
-                    }
-                });
-        return true;
-    }
-
-    @Override
-    public int getIconSize() {
-        return mIconSize;
-    }
-
-    /**
-     * Initialize the DownloadItemView. Must be called before the item can respond to click events.
-     *
-     * @param provider The BackendProvider that allows interacting with the data backends.
-     * @param item     The item represented by this DownloadItemView.
-     */
-    public void displayItem(BackendProvider provider, DownloadHistoryItemWrapper item) {
-        mItem = item;
-        setItem(item);
-
-        MarginLayoutParamsCompat.setMarginStart(
-                (MarginLayoutParams) mLayoutContainer.getLayoutParams(),
-                item.isSuggested() ? mMarginSubsection : mMargin);
-
-        // Cancel any previous thumbnail request for the previously displayed item.
-        ThumbnailProvider thumbnailProvider = provider.getThumbnailProvider();
-        thumbnailProvider.cancelRetrieval(this);
-
-        int fileType = item.getFilterType();
-
-        // Pick what icon to display for the item.
-        mIconResId = DownloadUtils.getIconResId(fileType, DownloadUtils.IconSize.DP_24);
-
-        // Request a thumbnail for the file to be sent to the ThumbnailCallback. This will happen
-        // immediately if the thumbnail is cached or asynchronously if it has to be fetched from a
-        // remote source.
-        mThumbnailBitmap = null;
-        if (item.isOfflinePage() || (fileType == DownloadFilter.Type.IMAGE && item.isComplete())) {
-            thumbnailProvider.getThumbnail(this);
-        } else {
-            // TODO(dfalcantara): Get thumbnails for audio and video files when possible.
-        }
-
-        if (mThumbnailBitmap == null) updateView(false);
-
-        Context context = mDescriptionCompletedView.getContext();
-        mFilenameCompletedView.setText(item.getDisplayFileName());
-        mFilenameInProgressView.setText(item.getDisplayFileName());
-
-        String description = context.getString(R.string.download_manager_list_item_description,
-                Formatter.formatFileSize(getContext(), item.getFileSize()),
-                item.getDisplayHostname());
-        mDescriptionCompletedView.setText(description);
-
-        if (item.isComplete()) {
-            showLayout(mLayoutCompleted);
-
-            // To ensure that text views have correct width after recycling, we have to request
-            // re-layout.
-            mFilenameCompletedView.requestLayout();
-        } else {
-            showLayout(mLayoutInProgress);
-            mDownloadStatusView.setText(item.getStatusString());
-
-            Progress progress = item.getDownloadProgress();
-
-            if (item.isPaused()) {
-                mPauseResumeButton.setImageResource(R.drawable.ic_play_arrow_white_24dp);
-                mPauseResumeButton.setContentDescription(
-                        getContext().getString(R.string.download_notification_resume_button));
-            } else {
-                mPauseResumeButton.setImageResource(R.drawable.ic_pause_white_24dp);
-                mPauseResumeButton.setContentDescription(
-                        getContext().getString(R.string.download_notification_pause_button));
-            }
-
-            if (item.isPaused() || item.isPending()) {
-                mProgressView.setIndeterminate(false);
-            } else {
-                mProgressView.setIndeterminate(progress.isIndeterminate());
-            }
-
-            if (!progress.isIndeterminate()) {
-                mProgressView.setProgress(progress.getPercentage());
-            }
-
-            // Display the percentage downloaded in text form.
-            // To avoid problems with RelativeLayout not knowing how to place views relative to
-            // removed views in the hierarchy, this code instead makes the percentage View's width
-            // to 0 by removing its text and eliminating the margin.
-            if (progress.isIndeterminate()) {
-                mDownloadPercentageView.setText(null);
-                MarginLayoutParamsCompat.setMarginEnd(
-                        (MarginLayoutParams) mDownloadPercentageView.getLayoutParams(), 0);
-            } else {
-                mDownloadPercentageView.setText(
-                        DownloadUtils.getPercentageString(progress.getPercentage()));
-                MarginLayoutParamsCompat.setMarginEnd(
-                        (MarginLayoutParams) mDownloadPercentageView.getLayoutParams(), mMargin);
-            }
-        }
-
-        mMoreButton.setContentDescriptionContext(item.getDisplayFileName());
-        boolean canShowMore = item.isComplete() && isMoreButtonEnabled();
-        mMoreButton.setVisibility(canShowMore ? View.VISIBLE : View.GONE);
-        mMoreButton.setClickable(item.isInteractive());
-
-        setLongClickable(item.isComplete());
-    }
-
-    private void setThumbnailBitmap(Bitmap thumbnail) {
-        mThumbnailBitmap = thumbnail;
-        updateView(false);
-    }
-
-    @Override
-    public void onSelectionStateChange(List<DownloadHistoryItemWrapper> selectedItems) {
-        super.onSelectionStateChange(selectedItems);
-        mMoreButton.setClickable(mItem == null ? false : mItem.isInteractive());
-    }
-
-    @Override
-    public void onClick() {
-        if (mItem != null && mItem.isComplete()) {
-            UmaUtils.recordItemAction(ViewAction.OPEN);
-            mItem.open();
-        }
-    }
-
-    @Override
-    public boolean onLongClick(View view) {
-        return mItem != null && mItem.isComplete() ? super.onLongClick(view) : true;
-    }
-
-    @Override
-    protected void updateView(boolean animate) {
-        if (isChecked()) {
-            mIconView.setBackgroundResource(mIconBackgroundResId);
-            mIconView.getBackground().setLevel(
-                    getResources().getInteger(R.integer.list_item_level_selected));
-            mIconView.setImageDrawable(mCheckDrawable);
-            ApiCompatibilityUtils.setImageTintList(mIconView, mCheckedIconForegroundColorList);
-            if (animate) mCheckDrawable.start();
-        } else if (mThumbnailBitmap != null) {
-            assert !mThumbnailBitmap.isRecycled();
-            mIconView.setBackground(null);
-            mIconView.setImageDrawable(ViewUtils.createRoundedBitmapDrawable(
-                    Bitmap.createScaledBitmap(mThumbnailBitmap, mIconSize, mIconSize, false),
-                    getResources().getDimensionPixelSize(
-                            R.dimen.list_item_start_icon_corner_radius)));
-            ApiCompatibilityUtils.setImageTintList(mIconView, null);
-        } else {
-            mIconView.setBackgroundResource(mIconBackgroundResId);
-            mIconView.getBackground().setLevel(
-                    getResources().getInteger(R.integer.list_item_level_default));
-            mIconView.setImageResource(mIconResId);
-            ApiCompatibilityUtils.setImageTintList(mIconView, mIconForegroundColorList);
-        }
-    }
-
-    private void showLayout(View layoutToShow) {
-        if (mLayoutCompleted != layoutToShow) UiUtils.removeViewFromParent(mLayoutCompleted);
-        if (mLayoutInProgress != layoutToShow) UiUtils.removeViewFromParent(mLayoutInProgress);
-
-        if (layoutToShow.getParent() == null) {
-            LinearLayout.LayoutParams params =
-                    new LinearLayout.LayoutParams(0, LayoutParams.WRAP_CONTENT);
-            params.weight = 1;
-            mLayoutContainer.addView(layoutToShow, params);
-
-            // Move the menu button to the back of mLayoutContainer.
-            mLayoutContainer.removeView(mMoreButton);
-            mLayoutContainer.addView(mMoreButton);
-        }
-    }
-
-    /**
-     * Uses Chrome Variations to determine whether or not to show the "more" menu button.  This
-     * value will be queried the first time this method is run and cached for future calls.  The
-     * default value will be {@code true} if no Chrome Variation is found for this value.
-     * @return Whether or not the "more" menu button should be shown.
-     */
-    private static boolean isMoreButtonEnabled() {
-        if (sMoreButtonEnabled == null) {
-            // Default the more button to true.  Any invalid non-empty value will set the result to
-            // false though.
-            sMoreButtonEnabled = true;
-
-            String variationResult = VariationsAssociatedData.getVariationParamValue(
-                    VARIATION_TRIAL_DOWNLOAD_HOME_MORE_BUTTON, VARIATION_PARAM_SHOW_MORE_BUTTON);
-            if (!TextUtils.isEmpty(variationResult)) {
-                sMoreButtonEnabled = Boolean.parseBoolean(variationResult);
-            }
-        }
-
-        return sMoreButtonEnabled;
-    }
-}
diff --git a/chrome/android/java/src/org/chromium/chrome/browser/download/ui/DownloadManagerToolbar.java b/chrome/android/java/src/org/chromium/chrome/browser/download/ui/DownloadManagerToolbar.java
deleted file mode 100644
index f995b00..0000000
--- a/chrome/android/java/src/org/chromium/chrome/browser/download/ui/DownloadManagerToolbar.java
+++ /dev/null
@@ -1,140 +0,0 @@
-// Copyright 2016 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-package org.chromium.chrome.browser.download.ui;
-
-import android.content.Context;
-import android.util.AttributeSet;
-import android.view.MenuItem;
-import android.view.View;
-import android.widget.Spinner;
-
-import org.chromium.base.VisibleForTesting;
-import org.chromium.base.metrics.RecordUserAction;
-import org.chromium.chrome.browser.widget.selection.SelectableListToolbar;
-import org.chromium.chrome.download.R;
-
-import java.util.List;
-
-/**
- * Handles toolbar functionality for the {@link DownloadManagerUi}.
- */
-public class DownloadManagerToolbar extends SelectableListToolbar<DownloadHistoryItemWrapper> {
-    private Spinner mSpinner;
-    private DownloadManagerUi mManager;
-
-    private int mInfoMenuItemId;
-
-    public DownloadManagerToolbar(Context context, AttributeSet attrs) {
-        super(context, attrs);
-        inflateMenu(R.menu.download_manager_menu);
-    }
-
-    /**
-     * @param manager The {@link DownloadManagerUi} associated with this toolbar.
-     */
-    public void setManager(DownloadManagerUi manager) {
-        mManager = manager;
-    }
-
-    /**
-     * Initializes UI elements in download toolbar.
-     * @param adapter The adapter associated with the spinner.
-     */
-    public void initialize(FilterAdapter adapter) {
-        // Initialize the spinner.
-        mSpinner = findViewById(R.id.spinner);
-        mSpinner.setAdapter(adapter);
-        mSpinner.setOnItemSelectedListener(adapter);
-    }
-
-    /**
-     * Removes a menu item from the toolbar.
-     * @param menuItemId The menu item to be removed. Nothing happens if there is no menu item
-     *                   associated with this ID.
-     */
-    public void removeMenuItem(int menuItemId) {
-        getMenu().removeItem(menuItemId);
-    }
-
-    /** Called whenever the selected filter on this adapter should change. */
-    public void onFilterChanged(int filter) {
-        mSpinner.setSelection(filter);
-    }
-
-    /** Called when this object should be destroyed. */
-    @Override
-    public void destroy() {
-        super.destroy();
-        mSpinner.setAdapter(null);
-    }
-
-    @Override
-    public void onSelectionStateChange(List<DownloadHistoryItemWrapper> selectedItems) {
-        boolean wasSelectionEnabled = mIsSelectionEnabled;
-        super.onSelectionStateChange(selectedItems);
-
-        mSpinner.setVisibility((mIsSelectionEnabled || isSearching()) ? GONE : VISIBLE);
-        if (mIsSelectionEnabled) {
-            int numSelected = mSelectionDelegate.getSelectedItems().size();
-
-            // If the share or delete menu items are shown in the overflow menu instead of as an
-            // action, there may not be views associated with them.
-            View shareButton = findViewById(R.id.selection_mode_share_menu_id);
-            if (shareButton != null) {
-                shareButton.setContentDescription(getResources().getQuantityString(
-                        R.plurals.accessibility_share_selected_items,
-                                numSelected, numSelected));
-            }
-
-            View deleteButton = findViewById(R.id.selection_mode_delete_menu_id);
-            if (deleteButton != null) {
-                deleteButton.setContentDescription(getResources().getQuantityString(
-                        R.plurals.accessibility_remove_selected_items,
-                        numSelected, numSelected));
-            }
-
-            if (!wasSelectionEnabled) {
-                RecordUserAction.record("Android.DownloadManager.SelectionEstablished");
-            }
-        }
-    }
-
-    @Override
-    public void setSearchEnabled(boolean searchEnabled) {
-        super.setSearchEnabled(searchEnabled);
-        MenuItem item = getMenu().findItem(mInfoMenuItemId);
-        if (item != null) item.setVisible(!isSearching() && !mIsSelectionEnabled && searchEnabled);
-    }
-
-    @Override
-    protected void showNormalView() {
-        super.showNormalView();
-        mManager.updateInfoButtonVisibility();
-    }
-
-    @Override
-    public void showSearchView() {
-        super.showSearchView();
-        mSpinner.setVisibility(GONE);
-    }
-
-    @Override
-    public void hideSearchView() {
-        super.hideSearchView();
-        mSpinner.setVisibility(VISIBLE);
-    }
-
-    @Override
-    public void setInfoMenuItem(int infoMenuItemId) {
-        super.setInfoMenuItem(infoMenuItemId);
-        mInfoMenuItemId = infoMenuItemId;
-    }
-
-    /** Returns the {@link Spinner}. */
-    @VisibleForTesting
-    public Spinner getSpinnerForTests() {
-        return mSpinner;
-    }
-}
diff --git a/chrome/android/java/src/org/chromium/chrome/browser/download/ui/DownloadManagerUi.java b/chrome/android/java/src/org/chromium/chrome/browser/download/ui/DownloadManagerUi.java
deleted file mode 100644
index 58e5cea..0000000
--- a/chrome/android/java/src/org/chromium/chrome/browser/download/ui/DownloadManagerUi.java
+++ /dev/null
@@ -1,542 +0,0 @@
-// Copyright 2016 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-package org.chromium.chrome.browser.download.ui;
-
-import android.app.Activity;
-import android.content.ActivityNotFoundException;
-import android.content.ComponentName;
-import android.content.Intent;
-import android.os.Handler;
-import android.support.v7.widget.LinearLayoutManager;
-import android.support.v7.widget.RecyclerView;
-import android.support.v7.widget.Toolbar.OnMenuItemClickListener;
-import android.view.LayoutInflater;
-import android.view.MenuItem;
-import android.view.ViewGroup;
-
-import org.chromium.base.CollectionUtil;
-import org.chromium.base.DiscardableReferencePool;
-import org.chromium.base.FileUtils;
-import org.chromium.base.Log;
-import org.chromium.base.ObserverList;
-import org.chromium.base.TraceEvent;
-import org.chromium.base.VisibleForTesting;
-import org.chromium.base.metrics.RecordHistogram;
-import org.chromium.base.metrics.RecordUserAction;
-import org.chromium.base.task.PostTask;
-import org.chromium.base.task.TaskTraits;
-import org.chromium.chrome.browser.ChromeFeatureList;
-import org.chromium.chrome.browser.GlobalDiscardableReferencePool;
-import org.chromium.chrome.browser.download.DownloadManagerService;
-import org.chromium.chrome.browser.download.DownloadUtils;
-import org.chromium.chrome.browser.download.home.DownloadManagerCoordinator;
-import org.chromium.chrome.browser.download.home.metrics.UmaUtils;
-import org.chromium.chrome.browser.download.home.metrics.UmaUtils.MenuAction;
-import org.chromium.chrome.browser.download.home.toolbar.ToolbarUtils;
-import org.chromium.chrome.browser.download.items.OfflineContentAggregatorFactory;
-import org.chromium.chrome.browser.gesturenav.HistoryNavigationDelegate;
-import org.chromium.chrome.browser.native_page.BasicNativePage;
-import org.chromium.chrome.browser.preferences.PreferencesLauncher;
-import org.chromium.chrome.browser.preferences.download.DownloadPreferences;
-import org.chromium.chrome.browser.profiles.Profile;
-import org.chromium.chrome.browser.snackbar.Snackbar;
-import org.chromium.chrome.browser.snackbar.SnackbarManager;
-import org.chromium.chrome.browser.snackbar.SnackbarManager.SnackbarController;
-import org.chromium.chrome.browser.widget.ThumbnailProvider;
-import org.chromium.chrome.browser.widget.ThumbnailProviderImpl;
-import org.chromium.chrome.browser.widget.selection.SelectableListLayout;
-import org.chromium.chrome.browser.widget.selection.SelectableListToolbar.SearchDelegate;
-import org.chromium.chrome.browser.widget.selection.SelectionDelegate;
-import org.chromium.chrome.download.R;
-import org.chromium.components.offline_items_collection.OfflineContentProvider;
-
-import java.util.ArrayList;
-import java.util.HashSet;
-import java.util.List;
-import java.util.Locale;
-import java.util.Set;
-
-/**
- * Displays and manages the UI for the download manager.
- */
-
-public class DownloadManagerUi implements OnMenuItemClickListener, SearchDelegate,
-                                          BackendProvider.UIDelegate, DownloadManagerCoordinator {
-    private static class DownloadBackendProvider implements BackendProvider {
-        private final SelectionDelegate<DownloadHistoryItemWrapper> mSelectionDelegate;
-        private final UIDelegate mUIDelegate;
-        private ThumbnailProvider mThumbnailProvider;
-
-        DownloadBackendProvider(DiscardableReferencePool referencePool, UIDelegate uiDelegate) {
-            mSelectionDelegate = new DownloadItemSelectionDelegate();
-            mThumbnailProvider = new ThumbnailProviderImpl(
-                    referencePool, ThumbnailProviderImpl.ClientType.DOWNLOAD_HOME);
-            mUIDelegate = uiDelegate;
-        }
-
-        // BackendProvider implementation.
-        @Override
-        public DownloadDelegate getDownloadDelegate() {
-            return DownloadManagerService.getDownloadManagerService();
-        }
-
-        @Override
-        public OfflineContentProvider getOfflineContentProvider() {
-            return OfflineContentAggregatorFactory.get();
-        }
-
-        @Override
-        public ThumbnailProvider getThumbnailProvider() {
-            return mThumbnailProvider;
-        }
-
-        @Override
-        public SelectionDelegate<DownloadHistoryItemWrapper> getSelectionDelegate() {
-            return mSelectionDelegate;
-        }
-
-        @Override
-        public UIDelegate getUIDelegate() {
-            return mUIDelegate;
-        }
-
-        @Override
-        public void destroy() {
-            mThumbnailProvider.destroy();
-            mThumbnailProvider = null;
-        }
-    }
-
-    private class UndoDeletionSnackbarController implements SnackbarController {
-        @Override
-        public void onAction(Object actionData) {
-            @SuppressWarnings("unchecked")
-            List<DownloadHistoryItemWrapper> items = (List<DownloadHistoryItemWrapper>) actionData;
-
-            // Deletion was undone. Add items back to the adapter.
-            mHistoryAdapter.unmarkItemsForDeletion(items);
-
-            RecordUserAction.record("Android.DownloadManager.UndoDelete");
-        }
-
-        @Override
-        public void onDismissNoAction(Object actionData) {
-            @SuppressWarnings("unchecked")
-            List<DownloadHistoryItemWrapper> items = (List<DownloadHistoryItemWrapper>) actionData;
-
-            // Deletion was not undone. Remove downloads from backend.
-            final ArrayList<String> filesToDelete = new ArrayList<>();
-
-            // Some types of DownloadHistoryItemWrappers delete their own files when #remove()
-            // is called. Determine which files are not deleted by the #remove() call.
-            // TODO(qinmin): handle the case wrappedItem.getFilePath() returns a content Uri.
-            for (int i = 0; i < items.size(); i++) {
-                DownloadHistoryItemWrapper wrappedItem  = items.get(i);
-                if (!wrappedItem.removePermanently()) filesToDelete.add(wrappedItem.getFilePath());
-            }
-
-            // Delete the files associated with the download items (if necessary) using a single
-            // task that batch deletes all of the files. The thread pool has a finite
-            // number of tasks that can be queued at once. If too many tasks are queued an
-            // exception is thrown. See crbug.com/643811.
-            // On Android M, Android DownloadManager may not delete the actual file, so we need to
-            // delete the files here.
-            if (filesToDelete.size() != 0) {
-                PostTask.postTask(TaskTraits.BEST_EFFORT_MAY_BLOCK,
-                        () -> { FileUtils.batchDeleteFiles(filesToDelete); });
-            }
-            RecordUserAction.record("Android.DownloadManager.Delete");
-        }
-    }
-
-    private static final String TAG = "DownloadManagerUi";
-    private static final int PREFETCH_BUNDLE_OPEN_DELAY_MS = 500;
-
-    private static BackendProvider sProviderForTests;
-
-    private final DownloadHistoryAdapter mHistoryAdapter;
-    private final FilterAdapter mFilterAdapter;
-    private final ObserverList<Observer> mObservers = new ObserverList<>();
-    private final BackendProvider mBackendProvider;
-    private final SnackbarManager mSnackbarManager;
-
-    private final UndoDeletionSnackbarController mUndoDeletionSnackbarController;
-    private final RecyclerView mRecyclerView;
-
-    private BasicNativePage mNativePage;
-    private Activity mActivity;
-    private ViewGroup mMainView;
-    private DownloadManagerToolbar mToolbar;
-    private SelectableListLayout<DownloadHistoryItemWrapper> mSelectableListLayout;
-    private boolean mIsSeparateActivity;
-
-    private int mSearchMenuId;
-    private int mInfoMenuId;
-
-    /**
-     * Constructs a new DownloadManagerUi.
-     * @param activity The {@link Activity} associated with the download manager.
-     * @param isOffTheRecord Whether an off-the-record tab is currently being displayed.
-     * @param parentComponent The {@link ComponentName} of the parent activity.
-     * @param isSeparateActivity Whether the download manager UI will be shown in a separate
-     *                           activity than the main Chrome activity.
-     * @param snackbarManager The {@link SnackbarManager} used to display snackbars.
-     */
-    @SuppressWarnings({"unchecked"}) // mSelectableListLayout
-    public DownloadManagerUi(Activity activity, boolean isOffTheRecord,
-            ComponentName parentComponent, boolean isSeparateActivity,
-            SnackbarManager snackbarManager) {
-        TraceEvent.startAsync("DownloadManagerUi shown", hashCode());
-        mActivity = activity;
-        mBackendProvider = sProviderForTests == null ? new DownloadBackendProvider(
-                                   GlobalDiscardableReferencePool.getReferencePool(), this)
-                                                     : sProviderForTests;
-        mSnackbarManager = snackbarManager;
-
-        mMainView = (ViewGroup) LayoutInflater.from(activity).inflate(R.layout.download_main, null);
-
-        mSelectableListLayout = (SelectableListLayout<DownloadHistoryItemWrapper>)
-                mMainView.findViewById(R.id.selectable_list);
-
-        mSelectableListLayout.initializeEmptyView(
-                R.string.download_manager_no_downloads, R.string.download_manager_no_results);
-
-        mHistoryAdapter = new DownloadHistoryAdapter(isOffTheRecord, parentComponent);
-        mRecyclerView = mSelectableListLayout.initializeRecyclerView(mHistoryAdapter);
-
-        // Prevent every progress update from causing a transition animation.
-        mRecyclerView.getItemAnimator().setChangeDuration(0);
-
-        mRecyclerView.addOnScrollListener(new RecyclerView.OnScrollListener() {
-            @Override
-            public void onScrolled(RecyclerView recyclerView, int dx, int dy) {
-                updateInfoButtonVisibility();
-            }
-        });
-
-        mFilterAdapter = new FilterAdapter(mActivity.getResources());
-        mFilterAdapter.initialize(this);
-
-        boolean isLocationEnabled =
-                ChromeFeatureList.isEnabled(ChromeFeatureList.DOWNLOADS_LOCATION_CHANGE);
-        int normalGroupId =
-                isLocationEnabled ? R.id.with_settings_normal_menu_group : R.id.normal_menu_group;
-        mSearchMenuId = isLocationEnabled ? R.id.with_settings_search_menu_id : R.id.search_menu_id;
-        mInfoMenuId = isLocationEnabled ? 0 : R.id.info_menu_id;
-        final int closeMenuId =
-                isLocationEnabled ? R.id.with_settings_close_menu_id : R.id.close_menu_id;
-
-        mToolbar = (DownloadManagerToolbar) mSelectableListLayout.initializeToolbar(
-                R.layout.download_manager_toolbar, mBackendProvider.getSelectionDelegate(), 0,
-                normalGroupId, R.id.selection_mode_menu_group, this, true, isSeparateActivity);
-        mToolbar.getMenu().setGroupVisible(normalGroupId, true);
-        mToolbar.setManager(this);
-        mToolbar.initialize(mFilterAdapter);
-
-        mToolbar.initializeSearchView(this, R.string.download_manager_search, mSearchMenuId);
-
-        mToolbar.setInfoMenuItem(mInfoMenuId);
-
-        if (isLocationEnabled) {
-            ToolbarUtils.setupTrackerForDownloadSettingsIPH(mToolbar, Profile.getLastUsedProfile());
-        }
-
-        mSelectableListLayout.configureWideDisplayStyle();
-        mHistoryAdapter.initialize(activity, mBackendProvider, mSelectableListLayout.getUiConfig());
-
-        mUndoDeletionSnackbarController = new UndoDeletionSnackbarController();
-        enableStorageInfoHeader(mHistoryAdapter.shouldShowStorageInfoHeader());
-
-        mIsSeparateActivity = isSeparateActivity;
-        if (!mIsSeparateActivity) mToolbar.removeMenuItem(closeMenuId);
-
-        RecordUserAction.record("Android.DownloadManager.Open");
-    }
-
-    /**
-     * Sets the {@link BasicNativePage} that holds this manager.
-     */
-    public void setBasicNativePage(BasicNativePage delegate) {
-        mNativePage = delegate;
-    }
-
-    // BackendProvider.UIDelegate implementation.
-    @Override
-    public void deleteItem(DownloadHistoryItemWrapper item) {
-        deleteItems(CollectionUtil.newArrayList(item));
-    }
-
-    @Override
-    public void shareItem(DownloadHistoryItemWrapper item) {
-        shareItems(CollectionUtil.newArrayList(item));
-    }
-
-    /**
-     * Called when the activity/native page is destroyed.
-     */
-    @Override
-    public void destroy() {
-        mObservers.clear();
-
-        mFilterAdapter.destroy();
-        mHistoryAdapter.destroy();
-
-        dismissUndoDeletionSnackbars();
-
-        mBackendProvider.destroy();
-
-        mSelectableListLayout.onDestroyed();
-        TraceEvent.finishAsync("DownloadManagerUi shown", hashCode());
-    }
-
-    /**
-     * Called when the UI needs to react to the back button being pressed.
-     *
-     * @return Whether the back button was handled.
-     */
-    @Override
-    public boolean onBackPressed() {
-        return mSelectableListLayout.onBackPressed();
-    }
-
-    /**
-     * @return The view that shows the main download UI.
-     */
-    @Override
-    public ViewGroup getView() {
-        return mMainView;
-    }
-
-    /**
-     * Sets the download manager to the state that the url represents.
-     */
-    @Override
-    public void updateForUrl(String url) {
-        int filter = DownloadFilter.getFilterFromUrl(url);
-        onFilterChanged(filter);
-    }
-
-    /**
-     * Performs an animated expansion of the prefetch section.
-     */
-    @Override
-    public void showPrefetchSection() {
-        new Handler().postDelayed(() -> {
-            mHistoryAdapter.setPrefetchSectionExpanded(true);
-        }, PREFETCH_BUNDLE_OPEN_DELAY_MS);
-    }
-
-    @Override
-    public void addObserver(Observer observer) {
-        mObservers.addObserver(observer);
-    }
-
-    @Override
-    public void removeObserver(Observer observer) {
-        mObservers.removeObserver(observer);
-    }
-
-    @Override
-    public void setHistoryNavigationDelegate(HistoryNavigationDelegate delegate) {}
-
-    @Override
-    public boolean onMenuItemClick(MenuItem item) {
-        UmaUtils.recordTopMenuAction(item.getItemId());
-
-        if ((item.getItemId() == R.id.close_menu_id
-                    || item.getItemId() == R.id.with_settings_close_menu_id)
-                && mIsSeparateActivity) {
-            mActivity.finish();
-            return true;
-        } else if (item.getItemId() == R.id.selection_mode_delete_menu_id) {
-            List<DownloadHistoryItemWrapper> items =
-                    mBackendProvider.getSelectionDelegate().getSelectedItemsAsList();
-            mBackendProvider.getSelectionDelegate().clearSelection();
-
-            UmaUtils.recordTopMenuDeleteCount(items.size());
-            deleteItems(items);
-            return true;
-        } else if (item.getItemId() == R.id.selection_mode_share_menu_id) {
-            List<DownloadHistoryItemWrapper> items =
-                    mBackendProvider.getSelectionDelegate().getSelectedItemsAsList();
-            // TODO(twellington): ideally the intent chooser would be started with
-            //                    startActivityForResult() and the selection would only be cleared
-            //                    after receiving an OK response. See crbug.com/638916.
-            mBackendProvider.getSelectionDelegate().clearSelection();
-            UmaUtils.recordTopMenuShareCount(items.size());
-            shareItems(items);
-            return true;
-        } else if (item.getItemId() == mInfoMenuId) {
-            boolean showInfo = !mHistoryAdapter.shouldShowStorageInfoHeader();
-            RecordHistogram.recordEnumeratedHistogram("Android.DownloadManager.Menu.Action",
-                    showInfo ? UmaUtils.MenuAction.SHOW_INFO : UmaUtils.MenuAction.HIDE_INFO,
-                    MenuAction.NUM_ENTRIES);
-            enableStorageInfoHeader(showInfo);
-            return true;
-        } else if (item.getItemId() == mSearchMenuId) {
-            // The header should be removed as soon as a search is started. It will be added back in
-            // DownloadHistoryAdatper#filter() when the search is ended.
-            mHistoryAdapter.removeHeader();
-            mSelectableListLayout.onStartSearch();
-            mToolbar.showSearchView();
-            return true;
-        } else if (item.getItemId() == R.id.settings_menu_id) {
-            PreferencesLauncher.launchSettingsPage(mActivity, DownloadPreferences.class);
-            return true;
-        }
-        return false;
-    }
-
-    /**
-     * @return The activity that holds the download UI.
-     */
-    Activity getActivity() {
-        return mActivity;
-    }
-
-    /**
-     * @return The BackendProvider associated with the download UI.
-     */
-    public BackendProvider getBackendProvider() {
-        return mBackendProvider;
-    }
-
-    /** Called when the filter has been changed by the user. */
-    void onFilterChanged(@DownloadFilter.Type int filter) {
-        mBackendProvider.getSelectionDelegate().clearSelection();
-        mToolbar.hideSearchView();
-        mToolbar.onFilterChanged(filter);
-        mHistoryAdapter.onFilterChanged(filter);
-
-        String url = DownloadFilter.getUrlForFilter(filter);
-        for (Observer observer : mObservers) observer.onUrlChanged(url);
-
-        if (mNativePage != null) {
-            mNativePage.onStateChange(DownloadFilter.getUrlForFilter(filter), true);
-        }
-
-        RecordHistogram.recordEnumeratedHistogram(
-                "Android.DownloadManager.Filter", filter, DownloadFilter.Type.NUM_ENTRIES);
-    }
-
-    @Override
-    public void onSearchTextChanged(String query) {
-        mHistoryAdapter.search(query);
-    }
-
-    @Override
-    public void onEndSearch() {
-        mSelectableListLayout.onEndSearch();
-        mHistoryAdapter.onEndSearch();
-    }
-
-    private void enableStorageInfoHeader(boolean show) {
-        // Finish any running or pending animations right away.
-        if (mRecyclerView.getItemAnimator() != null) {
-            mRecyclerView.getItemAnimator().endAnimations();
-        }
-
-        mHistoryAdapter.setShowStorageInfoHeader(show);
-        mToolbar.updateInfoMenuItem(true, show);
-    }
-
-    private void startShareIntent(Intent intent) {
-        try {
-            mActivity.startActivity(Intent.createChooser(
-                    intent, mActivity.getString(R.string.share_link_chooser_title)));
-        } catch (ActivityNotFoundException e) {
-            Log.e(TAG, "Cannot find activity for sharing");
-        } catch (Exception e) {
-            Log.e(TAG, "Cannot start activity for sharing, exception: " + e);
-        }
-    }
-
-    private void deleteItems(List<DownloadHistoryItemWrapper> items) {
-        // Build a full list of items to remove for the selected items.
-        List<DownloadHistoryItemWrapper> itemsToDelete = new ArrayList<>();
-
-        Set<String> filePathsToRemove = new HashSet<>();
-        CollectionUtil.forEach(items, item -> {
-            if (!filePathsToRemove.contains(item.getFilePath())) {
-                Set<DownloadHistoryItemWrapper> itemsForFilePath =
-                        mHistoryAdapter.getItemsForFilePath(item.getFilePath());
-                if (itemsForFilePath != null) itemsToDelete.addAll(itemsForFilePath);
-                filePathsToRemove.add(item.getFilePath());
-            }
-        });
-
-        if (itemsToDelete.isEmpty()) return;
-
-        mHistoryAdapter.markItemsForDeletion(itemsToDelete);
-
-        boolean singleItemDeleted = items.size() == 1;
-        String snackbarText = singleItemDeleted
-                ? items.get(0).getDisplayFileName()
-                : String.format(Locale.getDefault(), "%d", items.size());
-        int snackbarTemplateId = singleItemDeleted
-                ? R.string.delete_message
-                : R.string.undo_bar_multiple_downloads_delete_message;
-
-        Snackbar snackbar = Snackbar.make(snackbarText, mUndoDeletionSnackbarController,
-                Snackbar.TYPE_ACTION, Snackbar.UMA_DOWNLOAD_DELETE_UNDO);
-        snackbar.setAction(mActivity.getString(R.string.undo), itemsToDelete);
-        snackbar.setTemplateText(mActivity.getString(snackbarTemplateId));
-
-        mSnackbarManager.showSnackbar(snackbar);
-    }
-
-    private void dismissUndoDeletionSnackbars() {
-        mSnackbarManager.dismissSnackbars(mUndoDeletionSnackbarController);
-    }
-
-    /**
-     * @return True if info menu item should be shown on download toolbar, false otherwise.
-     */
-    private boolean shouldShowInfoButton() {
-        return mHistoryAdapter.getItemCount() > 0 && !mToolbar.isSearching()
-                && !mBackendProvider.getSelectionDelegate().isSelectionEnabled();
-    }
-
-    /**
-     * Update info button visibility based on whether info header is visible on download page.
-     */
-    void updateInfoButtonVisibility() {
-        LinearLayoutManager layoutManager = (LinearLayoutManager) mRecyclerView.getLayoutManager();
-        boolean infoHeaderIsVisible = layoutManager.findFirstVisibleItemPosition() == 0;
-        mToolbar.updateInfoMenuItem(infoHeaderIsVisible && shouldShowInfoButton(),
-                mHistoryAdapter.shouldShowStorageInfoHeader());
-    }
-
-    @VisibleForTesting
-    public SnackbarManager getSnackbarManagerForTesting() {
-        return mSnackbarManager;
-    }
-
-    /** Returns the {@link DownloadManagerToolbar}. */
-    @VisibleForTesting
-    public DownloadManagerToolbar getDownloadManagerToolbarForTests() {
-        return mToolbar;
-    }
-
-    /** Returns the {@link DownloadHistoryAdapter}. */
-    @VisibleForTesting
-    public DownloadHistoryAdapter getDownloadHistoryAdapterForTests() {
-        return mHistoryAdapter;
-    }
-
-    /** Sets a BackendProvider that is used in place of a real one. */
-    @VisibleForTesting
-    public static void setProviderForTests(BackendProvider provider) {
-        sProviderForTests = provider;
-    }
-
-    private void shareItems(final List<DownloadHistoryItemWrapper> items) {
-        boolean done = DownloadUtils.prepareForSharing(items, (newFilePathMap) -> {
-            startShareIntent(DownloadUtils.createShareIntent(items, newFilePathMap));
-        });
-
-        if (done) startShareIntent(DownloadUtils.createShareIntent(items, null));
-    }
-}
diff --git a/chrome/android/java/src/org/chromium/chrome/browser/download/ui/FilePathsToDownloadItemsMap.java b/chrome/android/java/src/org/chromium/chrome/browser/download/ui/FilePathsToDownloadItemsMap.java
deleted file mode 100644
index 9c851ab3d..0000000
--- a/chrome/android/java/src/org/chromium/chrome/browser/download/ui/FilePathsToDownloadItemsMap.java
+++ /dev/null
@@ -1,61 +0,0 @@
-// Copyright 2016 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-package org.chromium.chrome.browser.download.ui;
-
-import android.text.TextUtils;
-
-import java.util.HashMap;
-import java.util.HashSet;
-import java.util.Map;
-import java.util.Set;
-
-/**
- * Multiple download items may reference the same location on disk. This class maintains a mapping
- * of file paths to download items that reference the file path.
- * TODO(twellington): remove this class after the backend handles duplicate removal.
- */
-class FilePathsToDownloadItemsMap {
-    private final Map<String, Set<DownloadHistoryItemWrapper>> mMap = new HashMap<>();
-
-    /**
-     * Adds a DownloadHistoryItemWrapper to the map if it has a valid path.
-     * @param wrapper The item to add to the map.
-     */
-    void addItem(DownloadHistoryItemWrapper wrapper) {
-        if (TextUtils.isEmpty(wrapper.getFilePath())) return;
-
-        if (!mMap.containsKey(wrapper.getFilePath())) {
-            mMap.put(wrapper.getFilePath(), new HashSet<DownloadHistoryItemWrapper>());
-        }
-        mMap.get(wrapper.getFilePath()).add(wrapper);
-    }
-
-    /**
-     * Removes a DownloadHistoryItemWrapper from the map. Does nothing if the item does not exist in
-     * the map.
-     * @param wrapper The item to remove from the map.
-     */
-    void removeItem(DownloadHistoryItemWrapper wrapper) {
-        Set<DownloadHistoryItemWrapper> matchingItems = mMap.get(wrapper.getFilePath());
-        if (matchingItems == null || !matchingItems.contains(wrapper)) return;
-
-        if (matchingItems.size() == 1) {
-            // If this is the only DownloadHistoryItemWrapper that references the file path,
-            // remove the file path from the map.
-            mMap.remove(wrapper.getFilePath());
-        } else {
-            matchingItems.remove(wrapper);
-        }
-    }
-
-    /**
-     * Gets all DownloadHistoryItemWrappers that point to the same path in the user's storage.
-     * @param filePath The file path used to retrieve items.
-     * @return DownloadHistoryItemWrappers associated with filePath.
-     */
-    Set<DownloadHistoryItemWrapper> getItemsForFilePath(String filePath) {
-        return mMap.get(filePath);
-    }
-}
diff --git a/chrome/android/java/src/org/chromium/chrome/browser/download/ui/FilterAdapter.java b/chrome/android/java/src/org/chromium/chrome/browser/download/ui/FilterAdapter.java
deleted file mode 100644
index f1f94c1..0000000
--- a/chrome/android/java/src/org/chromium/chrome/browser/download/ui/FilterAdapter.java
+++ /dev/null
@@ -1,107 +0,0 @@
-// Copyright 2016 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-package org.chromium.chrome.browser.download.ui;
-
-import android.content.res.Resources;
-import android.support.graphics.drawable.VectorDrawableCompat;
-import android.support.v4.graphics.drawable.DrawableCompat;
-import android.view.LayoutInflater;
-import android.view.View;
-import android.view.ViewGroup;
-import android.widget.AdapterView;
-import android.widget.BaseAdapter;
-import android.widget.TextView;
-
-import androidx.annotation.LayoutRes;
-
-import org.chromium.base.ApiCompatibilityUtils;
-import org.chromium.chrome.download.R;
-
-/** An adapter that allows selecting an item from a dropdown spinner. */
-class FilterAdapter extends BaseAdapter implements AdapterView.OnItemSelectedListener {
-    private final int mIconColor;
-    private DownloadManagerUi mManagerUi;
-
-    /**
-     * @param resources The {@link Resources} used to retrieve resources.
-     */
-    FilterAdapter(Resources resources) {
-        super();
-        mIconColor = ApiCompatibilityUtils.getColor(
-                resources, org.chromium.chrome.R.color.default_icon_color);
-    }
-
-    @Override
-    public int getCount() {
-        return DownloadFilter.getFilterCount();
-    }
-
-    @Override
-    public Object getItem(int position) {
-        return DownloadFilter.FILTER_LIST[position];
-    }
-
-    @Override
-    public long getItemId(int position) {
-        return position;
-    }
-
-    @Override
-    public View getDropDownView(int position, View convertView, ViewGroup parent) {
-        TextView labelView =
-                getTextViewFromResource(convertView, R.layout.download_manager_spinner_drop_down);
-        labelView.setText(DownloadFilter.getStringIdForFilter(position));
-        int iconId = DownloadFilter.getDrawableForFilter(position);
-        VectorDrawableCompat iconDrawable =
-                VectorDrawableCompat.create(mManagerUi.getActivity().getResources(), iconId,
-                        mManagerUi.getActivity().getTheme());
-        DrawableCompat.setTint(iconDrawable, mIconColor);
-        labelView.setCompoundDrawablesWithIntrinsicBounds(iconDrawable, null, null, null);
-
-        return labelView;
-    }
-
-    @Override
-    public View getView(int position, View convertView, ViewGroup parent) {
-        TextView labelView =
-                getTextViewFromResource(convertView, R.layout.download_manager_spinner);
-
-        CharSequence title = mManagerUi.getActivity().getResources().getText(position == 0
-                        ? R.string.menu_downloads
-                        : DownloadFilter.getStringIdForFilter(position));
-        labelView.setText(title);
-
-        return labelView;
-    }
-
-    private TextView getTextViewFromResource(View convertView, @LayoutRes int resId) {
-        TextView labelView = null;
-        if (convertView instanceof TextView) {
-            labelView = (TextView) convertView;
-        } else {
-            labelView =
-                    (TextView) LayoutInflater.from(mManagerUi.getActivity()).inflate(resId, null);
-        }
-
-        return labelView;
-    }
-
-    @Override
-    public void onItemSelected(AdapterView<?> parent, View view, int position, long id) {
-        mManagerUi.onFilterChanged(position);
-    }
-
-    public void initialize(DownloadManagerUi manager) {
-        mManagerUi = manager;
-    }
-
-    /** Called when this object should be destroyed. */
-    public void destroy() {
-        mManagerUi = null;
-    }
-
-    @Override
-    public void onNothingSelected(AdapterView<?> parent) {}
-}
diff --git a/chrome/android/java/src/org/chromium/chrome/browser/download/ui/LoadingStateDelegate.java b/chrome/android/java/src/org/chromium/chrome/browser/download/ui/LoadingStateDelegate.java
deleted file mode 100644
index bc7745d..0000000
--- a/chrome/android/java/src/org/chromium/chrome/browser/download/ui/LoadingStateDelegate.java
+++ /dev/null
@@ -1,59 +0,0 @@
-// Copyright 2016 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-package org.chromium.chrome.browser.download.ui;
-
-import org.chromium.chrome.browser.ChromeFeatureList;
-
-/**
- * Determines when the data from all of the backends has been loaded.
- * <p>
- * TODO(ianwen): add a timeout mechanism to either the DownloadLoadingDelegate or to the
- * backend so that if it takes forever to load one of the backend, users are still able to see
- * the other two.
- */
-public class LoadingStateDelegate {
-    public static final int REGULAR_DOWNLOADS = 0b001;
-    public static final int INCOGNITO_DOWNLOADS = 0b010;
-    public static final int OFFLINE_ITEMS = 0b100;
-
-    private static final int ALL_LOADED = 0b111;
-
-    private int mLoadingState;
-    private @DownloadFilter.Type int mPendingFilter = DownloadFilter.Type.ALL;
-
-    /** @param offTheRecord Whether this delegate needs to consider incognito. */
-    public LoadingStateDelegate(boolean offTheRecord) {
-        // If we don't care about incognito, mark it as loaded.
-        mLoadingState = offTheRecord ? 0 : INCOGNITO_DOWNLOADS;
-    }
-
-    /**
-     * Tells this delegate one of the three backends has been loaded.
-     * @param backendFlag Which backend was loaded.
-     * @return Whether or not the backends are all loaded.
-     */
-    public boolean updateLoadingState(int backendFlag) {
-        mLoadingState |= backendFlag;
-        return isLoaded();
-    }
-
-    /** @return Whether all backends are loaded. */
-    public boolean isLoaded() {
-        if (ChromeFeatureList.isEnabled(ChromeFeatureList.DOWNLOAD_OFFLINE_CONTENT_PROVIDER))
-            return true;
-
-        return mLoadingState == ALL_LOADED;
-    }
-
-    /** Caches a filter for when the backends have loaded. */
-    public void setPendingFilter(@DownloadFilter.Type int filter) {
-        mPendingFilter = filter;
-    }
-
-    /** @return The cached filter, or {@link DownloadFilter#FILTER_ALL} if none was set. */
-    public @DownloadFilter.Type int getPendingFilter() {
-        return mPendingFilter;
-    }
-}
diff --git a/chrome/android/java/src/org/chromium/chrome/browser/download/ui/OfflineGroupHeaderView.java b/chrome/android/java/src/org/chromium/chrome/browser/download/ui/OfflineGroupHeaderView.java
deleted file mode 100644
index e2c18bd..0000000
--- a/chrome/android/java/src/org/chromium/chrome/browser/download/ui/OfflineGroupHeaderView.java
+++ /dev/null
@@ -1,164 +0,0 @@
-// Copyright 2017 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-package org.chromium.chrome.browser.download.ui;
-
-import android.annotation.SuppressLint;
-import android.content.Context;
-import android.content.res.ColorStateList;
-import android.support.v7.content.res.AppCompatResources;
-import android.text.format.DateUtils;
-import android.text.format.Formatter;
-import android.util.AttributeSet;
-import android.widget.ImageView;
-import android.widget.TextView;
-
-import org.chromium.base.ApiCompatibilityUtils;
-import org.chromium.chrome.browser.download.DownloadUtils;
-import org.chromium.chrome.browser.download.ui.DownloadHistoryAdapter.SubsectionHeader;
-import org.chromium.chrome.browser.download.ui.DownloadItemSelectionDelegate.SubsectionHeaderSelectionObserver;
-import org.chromium.chrome.browser.widget.DateDividedAdapter.TimedItem;
-import org.chromium.chrome.browser.widget.selection.SelectableItemView;
-import org.chromium.chrome.download.R;
-
-import java.util.Set;
-
-/**
- * A header that presents users the option to view or hide the suggested offline pages.
- */
-public class OfflineGroupHeaderView
-        extends SelectableItemView<TimedItem> implements SubsectionHeaderSelectionObserver {
-    private final int mIconBackgroundResId;
-    private final ColorStateList mIconForegroundColorList;
-    private final ColorStateList mCheckedIconForegroundColorList;
-
-    private SubsectionHeader mHeader;
-    private DownloadHistoryAdapter mAdapter;
-    private DownloadItemSelectionDelegate mSelectionDelegate;
-
-    private TextView mDescriptionTextView;
-    private ImageView mExpandImage;
-    private ImageView mIconImageView;
-
-    public OfflineGroupHeaderView(Context context, AttributeSet attrs) {
-        super(context, attrs);
-        mCheckedIconForegroundColorList = DownloadUtils.getIconForegroundColorList(context);
-        mIconBackgroundResId = R.drawable.list_item_icon_modern_bg;
-
-        mIconForegroundColorList =
-                AppCompatResources.getColorStateList(context, R.color.standard_mode_tint);
-    }
-
-    @Override
-    protected void onFinishInflate() {
-        super.onFinishInflate();
-
-        mIconImageView = findViewById(R.id.icon_view);
-        mDescriptionTextView = (TextView) findViewById(R.id.description);
-        mExpandImage = (ImageView) findViewById(R.id.expand_icon);
-    }
-
-    /**
-     * @param adapter The adapter associated with this header.
-     */
-    public void setAdapter(DownloadHistoryAdapter adapter) {
-        mAdapter = adapter;
-    }
-
-    @Override
-    protected void onAttachedToWindow() {
-        super.onAttachedToWindow();
-        if (mSelectionDelegate != null) {
-            setChecked(mSelectionDelegate.isHeaderSelected(mHeader));
-        }
-    }
-
-    /**
-     * Updates the properties of this view.
-     * @param header The associated {@link SubsectionHeader}.
-     */
-    @SuppressLint("StringFormatMatches")
-    public void displayHeader(SubsectionHeader header) {
-        this.mHeader = header;
-        // TODO(crbug.com/635567): Fix lint properly.
-        CharSequence timeSinceLastUpdate = DateUtils.getRelativeTimeSpanString(
-                header.getTimestamp(), System.currentTimeMillis(), DateUtils.SECOND_IN_MILLIS);
-        String totalFileSize = Formatter.formatFileSize(getContext(), header.getTotalFileSize());
-        String description =
-                getContext().getString(R.string.download_manager_offline_header_description,
-                        totalFileSize, timeSinceLastUpdate);
-        mDescriptionTextView.setText(description);
-        updateExpandIcon(header.isExpanded());
-        setChecked(mSelectionDelegate.isHeaderSelected(header));
-    }
-
-    private void updateExpandIcon(boolean expanded) {
-        mExpandImage.setImageResource(expanded ? R.drawable.ic_expand_less_black_24dp
-                                               : R.drawable.ic_expand_more_black_24dp);
-        mExpandImage.setContentDescription(
-                getResources().getString(expanded ? R.string.accessibility_collapse_section_header
-                                                  : R.string.accessibility_expand_section_header));
-    }
-
-    @Override
-    protected void updateView(boolean animate) {
-        if (isChecked()) {
-            mIconImageView.setBackgroundResource(mIconBackgroundResId);
-            mIconImageView.getBackground().setLevel(
-                    getResources().getInteger(R.integer.list_item_level_selected));
-
-            mIconImageView.setImageDrawable(mCheckDrawable);
-            ApiCompatibilityUtils.setImageTintList(mIconImageView, mCheckedIconForegroundColorList);
-            if (animate) mCheckDrawable.start();
-        } else {
-            mIconImageView.setBackgroundResource(mIconBackgroundResId);
-            mIconImageView.getBackground().setLevel(
-                    getResources().getInteger(R.integer.list_item_level_default));
-
-            mIconImageView.setImageResource(R.drawable.ic_chrome);
-            ApiCompatibilityUtils.setImageTintList(mIconImageView, mIconForegroundColorList);
-        }
-    }
-
-    @Override
-    public void onClick() {
-        boolean newState = !mHeader.isExpanded();
-        mAdapter.setPrefetchSectionExpanded(newState);
-    }
-
-    @Override
-    protected boolean isSelectionModeActive() {
-        return mSelectionDelegate.isSelectionEnabled();
-    }
-
-    @Override
-    protected boolean toggleSelectionForItem(TimedItem item) {
-        return mSelectionDelegate.toggleSelectionForSubsection(mHeader);
-    }
-
-    /**
-     * Sets the selection delegate and registers |this| as
-     * an observer. The delegate must be set before the item can respond to click events.
-     * {@link SelectionDelegate} expects all the views to be of same type i.e.
-     * SelectableItemView<DownloadHistoryItemWrapper>, whereas DownloadItemSelectionDelegate can
-     * handle multiple types. This view being of type  SelectableItemView<TimedItem>, we need
-     * to use a DownloadItemSelectionDelegate instead of SelectionDelegate.
-     * @param delegate The selection delegate that will inform this item of selection changes.
-     */
-    public void setSelectionDelegate(DownloadItemSelectionDelegate delegate) {
-        if (mSelectionDelegate == delegate) return;
-
-        if (mSelectionDelegate != null) {
-            mSelectionDelegate.removeObserver(this);
-        }
-        mSelectionDelegate = delegate;
-        mSelectionDelegate.addObserver(this);
-    }
-
-    @Override
-    public void onSubsectionHeaderSelectionStateChanged(Set<SubsectionHeader> selectedHeaders) {
-        boolean isChecked = selectedHeaders.contains(mHeader);
-        setChecked(isChecked);
-    }
-}
diff --git a/chrome/android/java/src/org/chromium/chrome/browser/download/ui/SpaceDisplay.java b/chrome/android/java/src/org/chromium/chrome/browser/download/ui/SpaceDisplay.java
deleted file mode 100644
index 8f8d9f3..0000000
--- a/chrome/android/java/src/org/chromium/chrome/browser/download/ui/SpaceDisplay.java
+++ /dev/null
@@ -1,198 +0,0 @@
-// Copyright 2016 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-package org.chromium.chrome.browser.download.ui;
-
-import android.content.Context;
-import android.os.StatFs;
-import android.support.v7.widget.RecyclerView;
-import android.view.LayoutInflater;
-import android.view.View;
-import android.view.ViewGroup;
-import android.widget.TextView;
-
-import org.chromium.base.Callback;
-import org.chromium.base.Log;
-import org.chromium.base.ObserverList;
-import org.chromium.base.VisibleForTesting;
-import org.chromium.base.metrics.RecordHistogram;
-import org.chromium.base.task.AsyncTask;
-import org.chromium.chrome.browser.download.DownloadDirectoryProvider;
-import org.chromium.chrome.browser.download.DownloadUtils;
-import org.chromium.chrome.browser.widget.MaterialProgressBar;
-import org.chromium.chrome.download.R;
-
-import java.io.File;
-import java.util.concurrent.RejectedExecutionException;
-
-/** A View that manages the display of space used by the downloads. */
-public class SpaceDisplay extends RecyclerView.AdapterDataObserver {
-    /** Observes changes to the SpaceDisplay. */
-    public static interface Observer {
-        /** Called when the display has had its values updated. */
-        void onSpaceDisplayUpdated(SpaceDisplay spaceDisplay);
-    }
-
-    private static final String TAG = "download_ui";
-
-    private static final int[] USED_STRINGS = {
-        R.string.download_manager_ui_space_used_kb,
-        R.string.download_manager_ui_space_used_mb,
-        R.string.download_manager_ui_space_used_gb
-    };
-    private static final int[] OTHER_STRINGS = {
-        R.string.download_manager_ui_space_other_kb,
-        R.string.download_manager_ui_space_other_mb,
-        R.string.download_manager_ui_space_other_gb
-    };
-
-    private static class StorageSizeTask extends AsyncTask<Long> {
-        /**
-         * If true, the task gets the total size of storage.  If false, it fetches how much
-         * space is free.
-         */
-        private boolean mFetchTotalSize;
-        private Callback<Long> mOnTaskCompleteCallback;
-
-        StorageSizeTask(boolean fetchTotalSize, Callback<Long> onTaskCompleteCallback) {
-            mFetchTotalSize = fetchTotalSize;
-            mOnTaskCompleteCallback = onTaskCompleteCallback;
-        }
-
-        @Override
-        protected Long doInBackground() {
-            File downloadDirectory = DownloadDirectoryProvider.getPrimaryDownloadDirectory();
-
-            // Determine how much space is available on the storage device where downloads
-            // reside.  If the downloads directory doesn't exist, it is likely that the user
-            // doesn't have an SD card installed.
-            long blocks = 0;
-            if (downloadDirectory.exists()) {
-                StatFs statFs = new StatFs(downloadDirectory.getPath());
-                if (mFetchTotalSize) {
-                    blocks = statFs.getBlockCountLong();
-                } else {
-                    blocks = statFs.getAvailableBlocksLong();
-                }
-
-                return blocks * statFs.getBlockSizeLong();
-            } else {
-                Log.e(TAG, "Download directory doesn't exist.");
-                return 0L;
-            }
-        }
-
-        @Override
-        protected void onPostExecute(Long bytes) {
-            mOnTaskCompleteCallback.onResult(bytes);
-        }
-    };
-
-    private final ObserverList<Observer> mObservers = new ObserverList<>();
-    private AsyncTask<Long> mFreeBytesTask;
-
-    private DownloadHistoryAdapter mHistoryAdapter;
-    private View mView;
-    private View mViewContainer;
-    private TextView mSpaceUsedByDownloadsTextView;
-    private TextView mSpaceFreeAndOtherAppsTextView;
-    private MaterialProgressBar mSpaceBar;
-    private long mFreeBytes;
-    private long mFileSystemBytes;
-
-    SpaceDisplay(Context context, final ViewGroup parent, DownloadHistoryAdapter historyAdapter) {
-        mHistoryAdapter = historyAdapter;
-        mViewContainer = LayoutInflater.from(context).inflate(
-                R.layout.download_manager_ui_space_widget, parent, false);
-        mView = mViewContainer.findViewById(R.id.space_widget_content);
-        mSpaceUsedByDownloadsTextView = (TextView) mView.findViewById(R.id.size_downloaded);
-        mSpaceFreeAndOtherAppsTextView =
-                (TextView) mView.findViewById(R.id.size_free_and_other_apps);
-        mSpaceBar = (MaterialProgressBar) mView.findViewById(R.id.space_bar);
-        new StorageSizeTask(true, this ::onFileSystemBytesTaskFinished)
-                .executeOnExecutor(AsyncTask.THREAD_POOL_EXECUTOR);
-    }
-
-    private void onFileSystemBytesTaskFinished(Long bytes) {
-        mFileSystemBytes = bytes;
-        long bytesUsedByDownloads = Math.max(0, mHistoryAdapter.getTotalDownloadSize());
-        RecordHistogram.recordPercentageHistogram("Android.DownloadManager.SpaceUsed",
-                computePercentage(bytesUsedByDownloads, bytes));
-        updateSpaceDisplay();
-    }
-
-    private void onFreeBytesTaskFinished(Long bytes) {
-        mFreeBytes = bytes;
-        mFreeBytesTask = null;
-        updateSpaceDisplay();
-    }
-
-    /** @return The view container of space display view. */
-    public View getViewContainer() {
-        return mViewContainer;
-    }
-
-    /** Returns the view. */
-    public View getView() {
-        return mView;
-    }
-
-    @Override
-    public void onChanged() {
-        // Determine how much space is free now, then update the display.
-        if (mFreeBytesTask == null) {
-            mFreeBytesTask = new StorageSizeTask(false, this ::onFreeBytesTaskFinished);
-
-            try {
-                mFreeBytesTask.executeOnExecutor(AsyncTask.THREAD_POOL_EXECUTOR);
-            } catch (RejectedExecutionException e) {
-                mFreeBytesTask = null;
-            }
-        }
-    }
-
-    @VisibleForTesting
-    public void addObserverForTests(Observer observer) {
-        mObservers.addObserver(observer);
-    }
-
-    private void updateSpaceDisplay() {
-        // Indicate how much space has been used by everything on the device via the progress bar.
-        long bytesUsedTotal = Math.max(0, mFileSystemBytes - mFreeBytes);
-        long bytesUsedByDownloads = Math.max(0, mHistoryAdapter.getTotalDownloadSize());
-        long bytesUsedByOtherApps = Math.max(0, bytesUsedTotal - bytesUsedByDownloads);
-
-        // Describe how much space has been used by downloads in text.
-        Context context = mSpaceUsedByDownloadsTextView.getContext();
-        mSpaceUsedByDownloadsTextView.setText(
-                DownloadUtils.getStringForBytes(context, USED_STRINGS, bytesUsedByDownloads));
-
-        String spaceFree = DownloadUtils.getStringForAvailableBytes(context, mFreeBytes);
-        String spaceUsedByOtherApps =
-                DownloadUtils.getStringForBytes(context, OTHER_STRINGS, bytesUsedByOtherApps);
-        mSpaceFreeAndOtherAppsTextView.setText(
-                context.getResources().getString(R.string.download_manager_ui_space_free_and_other,
-                        spaceFree, spaceUsedByOtherApps));
-
-        // Set a minimum size for the download size so that it shows up in the progress bar.
-        long threePercentOfSystem = mFileSystemBytes == 0 ? 0 : mFileSystemBytes / 100 * 3;
-        long fudgedBytesUsedByDownloads = Math.max(bytesUsedByDownloads, threePercentOfSystem);
-        long fudgedBytesUsedByOtherApps = Math.max(bytesUsedByOtherApps, threePercentOfSystem);
-
-        // Indicate how much space has been used as a progress bar.  The percentage used by
-        // downloads is shown by the non-overlapped area of the primary and secondary progressbar.
-        int percentageUsedTotal = computePercentage(
-                fudgedBytesUsedByDownloads + fudgedBytesUsedByOtherApps, mFileSystemBytes);
-        int percentageDownloaded = computePercentage(fudgedBytesUsedByDownloads, mFileSystemBytes);
-        mSpaceBar.setProgress(percentageUsedTotal);
-        mSpaceBar.setSecondaryProgress(percentageDownloaded);
-
-        for (Observer observer : mObservers) observer.onSpaceDisplayUpdated(this);
-    }
-
-    private int computePercentage(long numerator, long denominator) {
-        if (denominator == 0) return 0;
-        return (int) Math.min(100.0f, Math.max(0.0f, 100.0f * numerator / denominator));
-    }
-}
diff --git a/chrome/android/java/src/org/chromium/chrome/browser/omnibox/LocationBarPhone.java b/chrome/android/java/src/org/chromium/chrome/browser/omnibox/LocationBarPhone.java
index 2054372..a199112 100644
--- a/chrome/android/java/src/org/chromium/chrome/browser/omnibox/LocationBarPhone.java
+++ b/chrome/android/java/src/org/chromium/chrome/browser/omnibox/LocationBarPhone.java
@@ -128,12 +128,6 @@
         // This offset is only required when the focus animation is running.
         if (!hasFocus) return 0;
 
-        // The offset is only required when the fakebox on the NTP is showing.
-        if (mToolbarDataProvider.getNewTabPageForCurrentTab() != null
-                && !mToolbarDataProvider.getNewTabPageForCurrentTab().isLocationBarShownInNTP()) {
-            return 0;
-        }
-
         // We're on the NTP with the fakebox showing.
         // The value returned changes based on if the layout is LTR OR RTL.
         // For LTR, the value is negative because we are making space on the left-hand side.
@@ -173,7 +167,7 @@
                         - mStatusView.getEndPaddingPixelSizeForState(false));
 
         if (!hasFocus && mToolbarDataProvider.getNewTabPageForCurrentTab() != null
-                && mToolbarDataProvider.getNewTabPageForCurrentTab().isLocationBarShownInNTP()) {
+                && mIconView.getVisibility() == VISIBLE) {
             // When:
             // 1. unfocusing the LocationBar on the NTP.
             // 2. scrolling the fakebox to the LocationBar on the NTP.
diff --git a/chrome/android/java/src/org/chromium/chrome/browser/omnibox/SearchEngineLogoUtils.java b/chrome/android/java/src/org/chromium/chrome/browser/omnibox/SearchEngineLogoUtils.java
index d119d47..51fa977 100644
--- a/chrome/android/java/src/org/chromium/chrome/browser/omnibox/SearchEngineLogoUtils.java
+++ b/chrome/android/java/src/org/chromium/chrome/browser/omnibox/SearchEngineLogoUtils.java
@@ -15,6 +15,8 @@
 import org.chromium.base.Callback;
 import org.chromium.base.VisibleForTesting;
 import org.chromium.base.library_loader.LibraryProcessType;
+import org.chromium.base.task.PostTask;
+import org.chromium.base.task.TaskTraits;
 import org.chromium.chrome.R;
 import org.chromium.chrome.browser.ChromeFeatureList;
 import org.chromium.chrome.browser.favicon.FaviconHelper;
@@ -24,6 +26,7 @@
 import org.chromium.chrome.browser.util.UrlUtilities;
 import org.chromium.chrome.browser.widget.RoundedIconGenerator;
 import org.chromium.content_public.browser.BrowserStartupController;
+import org.chromium.content_public.browser.UiThreadTaskTraits;
 
 import java.util.HashMap;
 import java.util.Map;
@@ -167,18 +170,25 @@
      */
     public static void getSearchEngineLogoFavicon(
             Profile profile, Resources resources, Callback<Bitmap> callback) {
+        PostTask.postTask(TaskTraits.USER_VISIBLE,
+                () -> getSearchEngineLogoFaviconInternal(profile, resources, callback));
+    }
+
+    /** @see {@link #getSearchEngineLogoFavicon}. */
+    private static void getSearchEngineLogoFaviconInternal(
+            Profile profile, Resources resources, Callback<Bitmap> callback) {
         if (sFaviconHelper == null) sFaviconHelper = new FaviconHelper();
 
         String logoUrl = getSearchLogoUrl();
         if (logoUrl == null) {
-            callback.onResult(null);
+            returnLogoOnUiThread(null, callback);
             return;
         }
 
         // Return a cached copy if it's available.
         if (sCachedComposedBackground != null
                 && sCachedComposedBackgroundLogoUrl.equals(getSearchLogoUrl())) {
-            callback.onResult(sCachedComposedBackground);
+            returnLogoOnUiThread(sCachedComposedBackground, callback);
             return;
         }
 
@@ -186,13 +196,15 @@
         boolean willReturn = sFaviconHelper.getLocalFaviconImageForURL(
                 profile, logoUrl, logoSizePixels, (image, iconUrl) -> {
                     if (image == null) {
-                        callback.onResult(image);
+                        returnLogoOnUiThread(image, callback);
                         return;
                     }
 
                     processReturnedLogo(logoUrl, image, resources, callback);
                 });
-        if (!willReturn) callback.onResult(null);
+        if (!willReturn) {
+            returnLogoOnUiThread(null, callback);
+        }
     }
 
     /**
@@ -236,7 +248,15 @@
         sCachedComposedBackground = composedIcon;
         sCachedComposedBackgroundLogoUrl = logoUrl;
 
-        callback.onResult(sCachedComposedBackground);
+        returnLogoOnUiThread(sCachedComposedBackground, callback);
+    }
+
+    /**
+     * @param logo The logo to return to callback.
+     * @param callback The callback for the calling client.
+     */
+    private static void returnLogoOnUiThread(Bitmap logo, Callback<Bitmap> callback) {
+        PostTask.postTask(UiThreadTaskTraits.USER_VISIBLE, () -> callback.onResult(logo));
     }
 
     /**
diff --git a/chrome/android/java/src/org/chromium/chrome/browser/omnibox/status/StatusMediator.java b/chrome/android/java/src/org/chromium/chrome/browser/omnibox/status/StatusMediator.java
index da4134db..39f74fa 100644
--- a/chrome/android/java/src/org/chromium/chrome/browser/omnibox/status/StatusMediator.java
+++ b/chrome/android/java/src/org/chromium/chrome/browser/omnibox/status/StatusMediator.java
@@ -368,6 +368,10 @@
      *     - not shown if URL is focused.
      */
     private void updateLocationBarIcon() {
+        int icon = 0;
+        int tint = 0;
+        int toast = 0;
+
         // Update the accessibility description before continuing since we need it either way.
         mModel.set(StatusProperties.STATUS_ICON_DESCRIPTION_RES, getAccessibilityDescriptionRes());
 
@@ -380,8 +384,6 @@
         // (doesUrlMatchDefaultSearchEngine) can be removed once this is fixed.
         // TODO(crbug.com/991017): Remove doesUrlMatchDefaultSearchEngine when "Query in the
         //                         omnibox" properly reacts to dse changes.
-        boolean showUnfocusedNewTabPage = !mUrlHasFocus && mToolbarCommonPropertiesModel != null
-                && mToolbarCommonPropertiesModel.getNewTabPageForCurrentTab() != null;
         boolean showUnfocusedSearchResultsPage = !mUrlHasFocus
                 && mToolbarCommonPropertiesModel != null
                 && mToolbarCommonPropertiesModel.getDisplaySearchTerms() != null
@@ -390,36 +392,35 @@
         boolean isIncognito = mToolbarCommonPropertiesModel != null
                 && mToolbarCommonPropertiesModel.isIncognito();
         if (mDelegate.shouldShowSearchEngineLogo(isIncognito) && mIsSearchEngineStateSetup
-                && (showFocused || showUnfocusedNewTabPage || showUnfocusedSearchResultsPage)) {
+                && (showFocused || showUnfocusedSearchResultsPage)) {
             mShouldCancelCustomFavicon = false;
             // If the current url text is a valid url, then swap the dse icon for a globe.
             if (mUrlBarTextIsValidUrl) {
-                mModel.set(StatusProperties.STATUS_ICON_RES, R.drawable.ic_globe_24dp);
+                icon = R.drawable.ic_globe_24dp;
             } else if (mIsSearchEngineGoogle) {
-                mModel.set(StatusProperties.STATUS_ICON_RES,
-                        mDelegate.shouldShowSearchLoupeEverywhere(isIncognito)
-                                ? R.drawable.ic_search
-                                : R.drawable.ic_logo_googleg_24dp);
+                if (mDelegate.shouldShowSearchLoupeEverywhere(isIncognito)) {
+                    icon = R.drawable.ic_search;
+                } else {
+                    icon = R.drawable.ic_logo_googleg_24dp;
+                }
             } else {
-                mModel.set(StatusProperties.STATUS_ICON_RES, R.drawable.ic_search);
+                icon = R.drawable.ic_search;
                 if (!mDelegate.shouldShowSearchLoupeEverywhere(isIncognito)) {
                     mDelegate.getSearchEngineLogoFavicon(mResources, (favicon) -> {
                         if (favicon == null || mShouldCancelCustomFavicon) return;
                         mModel.set(StatusProperties.STATUS_ICON, favicon);
+                        mModel.set(StatusProperties.STATUS_ICON_TINT_RES, 0);
                     });
                 }
             }
-            // None of the icons associated with dse should be tinted.
-            mModel.set(StatusProperties.STATUS_ICON_TINT_RES, 0);
+            tint = icon == R.drawable.ic_logo_googleg_24dp ? 0 : mSecurityIconTintRes;
+            mModel.set(StatusProperties.STATUS_ICON_RES, icon);
+            mModel.set(StatusProperties.STATUS_ICON_TINT_RES, tint);
             return;
         } else {
             mShouldCancelCustomFavicon = true;
         }
 
-        int icon = 0;
-        int tint = 0;
-        int toast = 0;
-
         mIsSecurityButtonShown = false;
         if (mUrlHasFocus) {
             if (mShowStatusIconWhenUrlFocused) {
diff --git a/chrome/android/java/src/org/chromium/chrome/browser/toolbar/LocationBarModel.java b/chrome/android/java/src/org/chromium/chrome/browser/toolbar/LocationBarModel.java
index d02af4f..3480b12 100644
--- a/chrome/android/java/src/org/chromium/chrome/browser/toolbar/LocationBarModel.java
+++ b/chrome/android/java/src/org/chromium/chrome/browser/toolbar/LocationBarModel.java
@@ -402,7 +402,8 @@
         switch (securityLevel) {
             case ConnectionSecurityLevel.NONE:
                 return isSmallDevice
-                                && !SearchEngineLogoUtils.shouldShowSearchEngineLogo(isIncognito())
+                                && (!SearchEngineLogoUtils.shouldShowSearchEngineLogo(isIncognito())
+                                        || getNewTabPageForCurrentTab() != null)
                         ? 0
                         : R.drawable.omnibox_info;
             case ConnectionSecurityLevel.HTTP_SHOW_WARNING:
diff --git a/chrome/android/java/strings/android_chrome_strings.grd b/chrome/android/java/strings/android_chrome_strings.grd
index ac3f993..6f11d1e 100644
--- a/chrome/android/java/strings/android_chrome_strings.grd
+++ b/chrome/android/java/strings/android_chrome_strings.grd
@@ -2388,9 +2388,6 @@
       <message name="IDS_DOWNLOAD_UI_DETERMINATE_BYTES" desc="Appears in a notification when a user starts downloading a file. Indicates the number of bytes downloaded out of the total file size. E.g. 3/7 MB [downloaded]. As appropriate for your language, use '/' or 'of'; and change word order as needed.">
         <ph name="BYTES_DOWNLOADED_WITH_UNITS">%1$s<ex>12.2 MB</ex></ph> / <ph name="FILE_SIZE_WITH_UNITS">%2$s<ex>20.3 GB</ex></ph>
       </message>
-      <message name="IDS_PREFETCH_BADGE_NEW" desc="Message on download home to show that there are new prefetched contents">
-        New
-      </message>
       <message name="IDS_FILE_SIZE_DOWNLOADED_KB" desc="Notification message showing how many KBs have been downloaded.">
         Downloaded <ph name="KBS">%1$.1f<ex>10.1</ex></ph> KB
       </message>
@@ -2468,9 +2465,6 @@
       <message name="IDS_OPEN_DOWNLOADED_LABEL" desc="A text label on the snackbar widget to open the downloaded file.">
         Open
       </message>
-      <message name="IDS_DOWNLOAD_MANAGER_UI_SPACE_FREE_AND_OTHER" desc="Formatted string indicating how much storage is available to use on this device and how much storage space on this device has been used by other apps.">
-        <ph name="SPACE_FREE">%1$s<ex>4.8 GB available</ex></ph> (<ph name="SPACE_OTHER">%2$s<ex>5.22 GB other apps</ex></ph>)
-      </message>
       <message name="IDS_DOWNLOAD_MANAGER_UI_SPACE_FREE_KB" desc="String indicating how much storage is available to use on the device, in kilobytes.">
         <ph name="kilobytes">%1$3.2f<ex>12.5</ex></ph> KB available
       </message>
@@ -2480,24 +2474,6 @@
       <message name="IDS_DOWNLOAD_MANAGER_UI_SPACE_FREE_GB" desc="String indicating how much storage is available to use on the device, in gigabytes.">
         <ph name="gigabytes">%1$3.2f<ex>12.5</ex></ph> GB available
       </message>
-      <message name="IDS_DOWNLOAD_MANAGER_UI_SPACE_OTHER_KB" desc="String indicating that some amount of storage space on the device has been used by other apps, in kilobytes.">
-        <ph name="kilobytes">%1$3.2f<ex>0.3</ex></ph> KB other apps
-      </message>
-      <message name="IDS_DOWNLOAD_MANAGER_UI_SPACE_OTHER_MB" desc="String indicating that some amount of storage space on the device has been used by other apps, in megabytes.">
-        <ph name="megabytes">%1$3.2f<ex>0.3</ex></ph> MB other apps
-      </message>
-      <message name="IDS_DOWNLOAD_MANAGER_UI_SPACE_OTHER_GB" desc="String indicating that some amount of storage space on the device has been used by other apps, in gigabytes.">
-        <ph name="gigabytes">%1$3.2f<ex>0.3</ex></ph> GB other apps
-      </message>
-      <message name="IDS_DOWNLOAD_MANAGER_UI_SPACE_USED_KB" desc="String indicating that some amount of storage space on the device has been used by downloads, in kilobytes.">
-        <ph name="kilobytes">%1$3.2f<ex>0.3</ex></ph> KB downloaded
-      </message>
-      <message name="IDS_DOWNLOAD_MANAGER_UI_SPACE_USED_MB" desc="String indicating that some amount of storage space on the device has been used by downloads, in megabytes.">
-        <ph name="megabytes">%1$3.2f<ex>0.3</ex></ph> MB downloaded
-      </message>
-      <message name="IDS_DOWNLOAD_MANAGER_UI_SPACE_USED_GB" desc="String indicating that some amount of storage space on the device has been used by downloads, in gigabytes.">
-        <ph name="gigabytes">%1$3.2f<ex>0.3</ex></ph> GB downloaded
-      </message>
       <message name="IDS_DOWNLOAD_MANAGER_UI_SPACE_USING" desc="String indicating the amount of storage space used by downloads out of total available storage.">
         Using <ph name="SPACE_USED">%1$s<ex>0.3MB</ex></ph> of <ph name="SPACE_AVAILABLE">%2$s<ex>3 GB</ex></ph>
       </message>
@@ -2549,15 +2525,6 @@
       <message name="IDS_DOWNLOAD_MANAGER_SEARCH" desc="Placeholder text for the input field that allows users to search downloads.">
         Search your downloads
       </message>
-      <message name="IDS_DOWNLOAD_MANAGER_NO_RESULTS" desc="Text explaining that no download items matched a search query.">
-        No downloads found
-      </message>
-      <message name="IDS_DOWNLOAD_MANAGER_OFFLINE_HEADER_TITLE" desc="The title for suggested offline pages header.">
-        Popular pages from Chrome
-      </message>
-      <message name="IDS_DOWNLOAD_MANAGER_OFFLINE_HEADER_DESCRIPTION" desc="Text containing the offline pages description.">
-        <ph name="FILE_SIZE">%1$s<ex>1.56 MB</ex></ph> - Updated <ph name="TIME_SINCE_UPDATE">%2$s<ex>4 minutes ago</ex></ph>
-      </message>
       <message name="IDS_DOWNLOAD_MANAGER_LIST_ITEM_DESCRIPTION" desc="Text containing the download list item description.">
         <ph name="FILE_SIZE">%1$s<ex>1.56 MB</ex></ph> <ph name="SEPARATOR">•</ph> <ph name="DESCRIPTION">%2$s<ex>www.example.com</ex></ph>
       </message>
diff --git a/chrome/android/javatests/src/org/chromium/chrome/browser/download/DownloadActivityTest.java b/chrome/android/javatests/src/org/chromium/chrome/browser/download/DownloadActivityTest.java
deleted file mode 100644
index a058f58..0000000
--- a/chrome/android/javatests/src/org/chromium/chrome/browser/download/DownloadActivityTest.java
+++ /dev/null
@@ -1,845 +0,0 @@
-// Copyright 2016 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-package org.chromium.chrome.browser.download;
-
-import static android.support.test.espresso.Espresso.onView;
-import static android.support.test.espresso.action.ViewActions.click;
-import static android.support.test.espresso.action.ViewActions.longClick;
-import static android.support.test.espresso.assertion.ViewAssertions.doesNotExist;
-import static android.support.test.espresso.assertion.ViewAssertions.matches;
-import static android.support.test.espresso.matcher.ViewMatchers.isDisplayed;
-import static android.support.test.espresso.matcher.ViewMatchers.withContentDescription;
-import static android.support.test.espresso.matcher.ViewMatchers.withId;
-import static android.support.test.espresso.matcher.ViewMatchers.withText;
-
-import static org.hamcrest.Matchers.not;
-
-import android.content.Intent;
-import android.content.SharedPreferences.Editor;
-import android.os.Handler;
-import android.os.Looper;
-import android.support.test.InstrumentationRegistry;
-import android.support.test.filters.MediumTest;
-import android.support.test.rule.ActivityTestRule;
-import android.support.v7.widget.RecyclerView;
-import android.support.v7.widget.RecyclerView.ViewHolder;
-import android.text.TextUtils;
-import android.view.View;
-import android.widget.Spinner;
-import android.widget.TextView;
-
-import androidx.annotation.StringRes;
-
-import org.junit.Assert;
-import org.junit.Before;
-import org.junit.ClassRule;
-import org.junit.Rule;
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import org.chromium.base.ContextUtils;
-import org.chromium.base.task.PostTask;
-import org.chromium.base.test.util.CallbackHelper;
-import org.chromium.base.test.util.DisabledTest;
-import org.chromium.base.test.util.FlakyTest;
-import org.chromium.base.test.util.Restriction;
-import org.chromium.base.test.util.RetryOnFailure;
-import org.chromium.chrome.R;
-import org.chromium.chrome.browser.ChromeFeatureList;
-import org.chromium.chrome.browser.download.ui.DownloadHistoryAdapter;
-import org.chromium.chrome.browser.download.ui.DownloadHistoryItemViewHolder;
-import org.chromium.chrome.browser.download.ui.DownloadHistoryItemWrapper;
-import org.chromium.chrome.browser.download.ui.DownloadHistoryItemWrapper.OfflineItemWrapper;
-import org.chromium.chrome.browser.download.ui.DownloadItemView;
-import org.chromium.chrome.browser.download.ui.DownloadManagerToolbar;
-import org.chromium.chrome.browser.download.ui.DownloadManagerUi;
-import org.chromium.chrome.browser.download.ui.SpaceDisplay;
-import org.chromium.chrome.browser.download.ui.StubbedProvider;
-import org.chromium.chrome.browser.preferences.PrefServiceBridge;
-import org.chromium.chrome.browser.snackbar.SnackbarManager;
-import org.chromium.chrome.browser.ui.widget.ListMenuButton.Item;
-import org.chromium.chrome.browser.util.IntentUtils;
-import org.chromium.chrome.browser.widget.selection.SelectionDelegate.SelectionObserver;
-import org.chromium.chrome.test.ChromeJUnit4ClassRunner;
-import org.chromium.chrome.test.ui.DisableAnimationsTestRule;
-import org.chromium.chrome.test.util.browser.Features.DisableFeatures;
-import org.chromium.chrome.test.util.browser.Features.EnableFeatures;
-import org.chromium.components.offline_items_collection.OfflineItem;
-import org.chromium.content_public.browser.UiThreadTaskTraits;
-import org.chromium.content_public.browser.test.util.Criteria;
-import org.chromium.content_public.browser.test.util.CriteriaHelper;
-import org.chromium.content_public.browser.test.util.TestThreadUtils;
-import org.chromium.ui.test.util.UiRestriction;
-
-import java.util.HashMap;
-import java.util.List;
-
-/**
- * Tests the DownloadActivity and the DownloadManagerUi.
- */
-@RunWith(ChromeJUnit4ClassRunner.class)
-@Restriction(UiRestriction.RESTRICTION_TYPE_PHONE)
-public class DownloadActivityTest {
-    // Disable animations to reduce flakiness.
-    @ClassRule
-    public static DisableAnimationsTestRule disableAnimationsRule = new DisableAnimationsTestRule();
-
-    @Rule
-    public ActivityTestRule<DownloadActivity> mActivityTestRule =
-            new ActivityTestRule<>(DownloadActivity.class);
-
-    private static class TestObserver extends RecyclerView.AdapterDataObserver
-            implements SelectionObserver<DownloadHistoryItemWrapper>, SpaceDisplay.Observer {
-        public final CallbackHelper onChangedCallback = new CallbackHelper();
-        public final CallbackHelper onSelectionCallback = new CallbackHelper();
-        public final CallbackHelper onSpaceDisplayUpdatedCallback = new CallbackHelper();
-
-        private List<DownloadHistoryItemWrapper> mOnSelectionItems;
-        private Handler mHandler;
-
-        public TestObserver() {
-            mHandler = new Handler(Looper.getMainLooper());
-        }
-
-        @Override
-        public void onChanged() {
-            // To guarantee that all real Observers have had a chance to react to the event, post
-            // the CallbackHelper.notifyCalled() call.
-            mHandler.post(() -> onChangedCallback.notifyCalled());
-        }
-
-        @Override
-        public void onSelectionStateChange(List<DownloadHistoryItemWrapper> selectedItems) {
-            mOnSelectionItems = selectedItems;
-            mHandler.post(() -> onSelectionCallback.notifyCalled());
-        }
-
-        @Override
-        public void onSpaceDisplayUpdated(SpaceDisplay display) {
-            mHandler.post(() -> onSpaceDisplayUpdatedCallback.notifyCalled());
-        }
-    }
-
-    private static final String PREF_SHOW_STORAGE_INFO_HEADER =
-            "download_home_show_storage_info_header";
-
-    private StubbedProvider mStubbedProvider;
-    private TestObserver mAdapterObserver;
-    private DownloadManagerUi mUi;
-    private DownloadHistoryAdapter mAdapter;
-
-    private RecyclerView mRecyclerView;
-    private TextView mSpaceUsedDisplay;
-
-    @Before
-    public void setUp() throws Exception {
-        Editor editor = ContextUtils.getAppSharedPreferences().edit();
-        editor.putBoolean(PREF_SHOW_STORAGE_INFO_HEADER, true).apply();
-
-        TestThreadUtils.runOnUiThreadBlocking(() -> {
-            PrefServiceBridge.getInstance().setPromptForDownloadAndroid(
-                    DownloadPromptStatus.DONT_SHOW);
-        });
-
-        HashMap<String, Boolean> features = new HashMap<String, Boolean>();
-        features.put(ChromeFeatureList.DOWNLOADS_LOCATION_CHANGE, false);
-        features.put(ChromeFeatureList.DOWNLOAD_HOME_SHOW_STORAGE_INFO, false);
-        features.put(ChromeFeatureList.DOWNLOAD_HOME_V2, false);
-        features.put(ChromeFeatureList.MOBILE_IDENTITY_CONSISTENCY, false);
-        features.put(ChromeFeatureList.OVERSCROLL_HISTORY_NAVIGATION, false);
-        features.put(ChromeFeatureList.DOWNLOAD_OFFLINE_CONTENT_PROVIDER, false);
-        features.put(ChromeFeatureList.DOWNLOAD_RENAME, false);
-        ChromeFeatureList.setTestFeatures(features);
-
-        mStubbedProvider = new StubbedProvider();
-        DownloadManagerUi.setProviderForTests(mStubbedProvider);
-
-        mAdapterObserver = new TestObserver();
-        mStubbedProvider.getSelectionDelegate().addObserver(mAdapterObserver);
-
-        startDownloadActivity();
-        mUi = mActivityTestRule.getActivity().getDownloadManagerUiForTests();
-        mStubbedProvider.setUIDelegate(mUi);
-        mAdapter = mUi.getDownloadHistoryAdapterForTests();
-        mAdapter.registerAdapterDataObserver(mAdapterObserver);
-
-        mSpaceUsedDisplay = (TextView) mActivityTestRule.getActivity().findViewById(
-                org.chromium.chrome.download.R.id.size_downloaded);
-        mRecyclerView =
-                ((RecyclerView) mActivityTestRule.getActivity().findViewById(R.id.recycler_view));
-
-        mAdapter.getSpaceDisplayForTests().addObserverForTests(mAdapterObserver);
-    }
-
-    @Test
-    @MediumTest
-    public void testSpaceDisplay() throws Exception {
-        // This first check is a Criteria because initialization of the Adapter is asynchronous.
-        onView(withText("6.00 GB downloaded")).check(matches(isDisplayed()));
-
-        // Add a new item.
-        int callCount = mAdapterObserver.onChangedCallback.getCallCount();
-        int spaceDisplayCallCount = mAdapterObserver.onSpaceDisplayUpdatedCallback.getCallCount();
-        final DownloadItem updateItem = StubbedProvider.createDownloadItem(7, "20151021 07:28");
-        PostTask.runOrPostTask(
-                UiThreadTaskTraits.DEFAULT, () -> mAdapter.onDownloadItemCreated(updateItem));
-        mAdapterObserver.onChangedCallback.waitForCallback(callCount, 2);
-        mAdapterObserver.onSpaceDisplayUpdatedCallback.waitForCallback(spaceDisplayCallCount);
-        // Use Criteria here because the text for SpaceDisplay is updated through an AsyncTask.
-        onView(withText("6.50 GB downloaded")).check(matches(isDisplayed()));
-
-        // Mark one download as deleted on disk, which should prevent it from being counted.
-        callCount = mAdapterObserver.onChangedCallback.getCallCount();
-        spaceDisplayCallCount = mAdapterObserver.onSpaceDisplayUpdatedCallback.getCallCount();
-        final DownloadItem deletedItem = StubbedProvider.createDownloadItem(6, "20151021 07:28");
-        deletedItem.setHasBeenExternallyRemoved(true);
-        PostTask.runOrPostTask(
-                UiThreadTaskTraits.DEFAULT, () -> mAdapter.onDownloadItemUpdated(deletedItem));
-        mAdapterObserver.onChangedCallback.waitForCallback(callCount, 2);
-        mAdapterObserver.onSpaceDisplayUpdatedCallback.waitForCallback(spaceDisplayCallCount);
-        onView(withText("5.50 GB downloaded")).check(matches(isDisplayed()));
-
-        // Say that the offline page has been deleted.
-        callCount = mAdapterObserver.onChangedCallback.getCallCount();
-        spaceDisplayCallCount = mAdapterObserver.onSpaceDisplayUpdatedCallback.getCallCount();
-        final OfflineItem deletedPage = StubbedProvider.createOfflineItem(3, "20151021 07:28");
-        PostTask.runOrPostTask(UiThreadTaskTraits.DEFAULT,
-                () -> mStubbedProvider.getOfflineContentProvider().observer.onItemRemoved(
-                                deletedPage.id));
-        mAdapterObserver.onChangedCallback.waitForCallback(callCount, 2);
-        mAdapterObserver.onSpaceDisplayUpdatedCallback.waitForCallback(spaceDisplayCallCount);
-        onView(withText("512.00 MB downloaded")).check(matches(isDisplayed()));
-    }
-
-    /**
-     * Clicking on filters affects various things in the UI.
-     */
-    @DisabledTest(message = "crbug.com/855389")
-    @Test
-    @MediumTest
-    public void testFilters() throws Exception {
-        // This first check is a Criteria because initialization of the Adapter is asynchronous.
-        CriteriaHelper.pollUiThread(new Criteria() {
-            @Override
-            public boolean isSatisfied() {
-                return TextUtils.equals("6.00 GB downloaded", mSpaceUsedDisplay.getText());
-            }
-        });
-
-        // Change the filter to Pages. Only the space display, offline page and the date header
-        // should stay.
-        int spaceDisplayCallCount = mAdapterObserver.onSpaceDisplayUpdatedCallback.getCallCount();
-        clickOnFilter(mUi, 1);
-        Assert.assertEquals(3, mAdapter.getItemCount());
-
-        // Check that the number of items displayed is correct.
-        // We need to poll because RecyclerView doesn't animate changes immediately.
-        CriteriaHelper.pollUiThread(new Criteria() {
-            @Override
-            public boolean isSatisfied() {
-                return mRecyclerView.getChildCount() == 3;
-            }
-        });
-
-        // Filtering doesn't affect the total download size.
-        mAdapterObserver.onSpaceDisplayUpdatedCallback.waitForCallback(spaceDisplayCallCount);
-        Assert.assertEquals("6.00 GB downloaded", mSpaceUsedDisplay.getText());
-    }
-
-    @Test
-    @MediumTest
-    @RetryOnFailure
-    @FlakyTest(message = "crbug.com/854241")
-    public void testDeleteFiles() throws Exception {
-        SnackbarManager.setDurationForTesting(1);
-
-        // This first check is a Criteria because initialization of the Adapter is asynchronous.
-        CriteriaHelper.pollUiThread(new Criteria() {
-            @Override
-            public boolean isSatisfied() {
-                return TextUtils.equals("6.00 GB downloaded", mSpaceUsedDisplay.getText());
-            }
-        });
-
-        // Select the first two items.
-        toggleItemSelection(2);
-        toggleItemSelection(3);
-
-        // Click the delete button, which should delete the items and reset the toolbar.
-        Assert.assertEquals(12, mAdapter.getItemCount());
-        // checkForExternallyRemovedFiles() should have been called once already in onResume().
-        Assert.assertEquals(
-                1, mStubbedProvider.getDownloadDelegate().checkExternalCallback.getCallCount());
-        Assert.assertEquals(
-                0, mStubbedProvider.getDownloadDelegate().removeDownloadCallback.getCallCount());
-        Assert.assertEquals(
-                0, mStubbedProvider.getOfflineContentProvider().deleteItemCallback.getCallCount());
-        int callCount = mAdapterObserver.onSpaceDisplayUpdatedCallback.getCallCount();
-        PostTask.runOrPostTask(UiThreadTaskTraits.DEFAULT,
-                () -> Assert.assertTrue(
-                                mUi.getDownloadManagerToolbarForTests()
-                                        .getMenu()
-                                        .performIdentifierAction(
-                                                R.id.selection_mode_delete_menu_id, 0)));
-
-        mAdapterObserver.onSpaceDisplayUpdatedCallback.waitForCallback(callCount);
-        Assert.assertEquals(
-                1, mStubbedProvider.getDownloadDelegate().checkExternalCallback.getCallCount());
-        Assert.assertFalse(mStubbedProvider.getSelectionDelegate().isSelectionEnabled());
-        Assert.assertEquals(9, mAdapter.getItemCount());
-        Assert.assertEquals("0.65 KB downloaded", mSpaceUsedDisplay.getText());
-    }
-
-    @Test
-    @MediumTest
-    @RetryOnFailure
-    @FlakyTest(message = "crbug.com/855219")
-    public void testDeleteFileFromMenu() throws Exception {
-        SnackbarManager.setDurationForTesting(1);
-
-        // This first check is a Criteria because initialization of the Adapter is asynchronous.
-        CriteriaHelper.pollUiThread(new Criteria() {
-            @Override
-            public boolean isSatisfied() {
-                return TextUtils.equals("6.00 GB downloaded", mSpaceUsedDisplay.getText());
-            }
-        });
-
-        Assert.assertEquals(12, mAdapter.getItemCount());
-        // checkForExternallyRemovedFiles() should have been called once already in onResume().
-        Assert.assertEquals(
-                1, mStubbedProvider.getDownloadDelegate().checkExternalCallback.getCallCount());
-        Assert.assertEquals(
-                0, mStubbedProvider.getDownloadDelegate().removeDownloadCallback.getCallCount());
-        Assert.assertEquals(
-                0, mStubbedProvider.getOfflineContentProvider().deleteItemCallback.getCallCount());
-        int callCount = mAdapterObserver.onSpaceDisplayUpdatedCallback.getCallCount();
-
-        // Simulate a delete context menu action on the item.
-        simulateContextMenu(2, R.string.delete);
-        mAdapterObserver.onSpaceDisplayUpdatedCallback.waitForCallback(callCount);
-        Assert.assertEquals(
-                1, mStubbedProvider.getDownloadDelegate().checkExternalCallback.getCallCount());
-        Assert.assertFalse(mStubbedProvider.getSelectionDelegate().isSelectionEnabled());
-        Assert.assertEquals(11, mAdapter.getItemCount());
-        Assert.assertEquals("5.00 GB downloaded", mSpaceUsedDisplay.getText());
-    }
-
-    @DisabledTest(message = "crbug.com/855389")
-    @Test
-    @MediumTest
-    @RetryOnFailure
-    public void testUndoDelete() throws Exception {
-        // Adapter positions:
-        // 0 = space display
-        // 1 = date
-        // 2 = download item #7
-        // 3 = download item #8
-        // 4 = date
-        // 5 = download item #6
-        // 6 = offline page #3
-
-        SnackbarManager.setDurationForTesting(5000);
-
-        // Add duplicate items.
-        int callCount = mAdapterObserver.onSpaceDisplayUpdatedCallback.getCallCount();
-        final DownloadItem item7 = StubbedProvider.createDownloadItem(7, "20161021 07:28");
-        final DownloadItem item8 = StubbedProvider.createDownloadItem(8, "20161021 17:28");
-        PostTask.runOrPostTask(UiThreadTaskTraits.DEFAULT, () -> {
-            mAdapter.onDownloadItemCreated(item7);
-            mAdapter.onDownloadItemCreated(item8);
-        });
-
-        // The criteria is needed because an AsyncTask is fired to update the space display, which
-        // can result in either 1 or 2 updates.
-        mAdapterObserver.onSpaceDisplayUpdatedCallback.waitForCallback(callCount);
-        CriteriaHelper.pollUiThread(new Criteria() {
-            @Override
-            public boolean isSatisfied() {
-                return TextUtils.equals("6.50 GB downloaded", mSpaceUsedDisplay.getText());
-            }
-        });
-
-        // Select download item #7 and offline page #3.
-        toggleItemSelection(2);
-        toggleItemSelection(6);
-
-        Assert.assertEquals(15, mAdapter.getItemCount());
-
-        // Click the delete button.
-        callCount = mAdapterObserver.onSpaceDisplayUpdatedCallback.getCallCount();
-        PostTask.runOrPostTask(UiThreadTaskTraits.DEFAULT,
-                () -> Assert.assertTrue(
-                                mUi.getDownloadManagerToolbarForTests()
-                                        .getMenu()
-                                        .performIdentifierAction(
-                                                R.id.selection_mode_delete_menu_id, 0)));
-        mAdapterObserver.onSpaceDisplayUpdatedCallback.waitForCallback(callCount);
-
-        // Assert that items are temporarily removed from the adapter. The two selected items,
-        // one duplicate item, and one date bucket should be removed.
-        Assert.assertEquals(11, mAdapter.getItemCount());
-        Assert.assertEquals("1.00 GB downloaded", mSpaceUsedDisplay.getText());
-
-        // Click "Undo" on the snackbar.
-        callCount = mAdapterObserver.onSpaceDisplayUpdatedCallback.getCallCount();
-        final View rootView = mUi.getView().getRootView();
-        Assert.assertNotNull(rootView.findViewById(R.id.snackbar));
-        PostTask.runOrPostTask(UiThreadTaskTraits.DEFAULT,
-                (Runnable) () -> rootView.findViewById(R.id.snackbar_button).callOnClick());
-
-        mAdapterObserver.onSpaceDisplayUpdatedCallback.waitForCallback(callCount);
-
-        // Assert that items are restored.
-        Assert.assertEquals(
-                0, mStubbedProvider.getDownloadDelegate().removeDownloadCallback.getCallCount());
-        Assert.assertEquals(
-                0, mStubbedProvider.getOfflineContentProvider().deleteItemCallback.getCallCount());
-        Assert.assertFalse(mStubbedProvider.getSelectionDelegate().isSelectionEnabled());
-        Assert.assertEquals(15, mAdapter.getItemCount());
-        Assert.assertEquals("6.50 GB downloaded", mSpaceUsedDisplay.getText());
-    }
-
-    @DisabledTest(message = "crbug.com/855389")
-    @Test
-    @MediumTest
-    @RetryOnFailure
-    public void testUndoDeleteFromMenu() throws Exception {
-        // Adapter positions:
-        // 0 = space display
-        // 1 = date
-        // 2 = download item #7
-        // 3 = download item #8
-        // 4 = date
-        // 5 = download item #6
-        // 6 = offline page #3
-
-        SnackbarManager.setDurationForTesting(5000);
-
-        // Add duplicate items.
-        int callCount = mAdapterObserver.onSpaceDisplayUpdatedCallback.getCallCount();
-        final DownloadItem item7 = StubbedProvider.createDownloadItem(7, "20161021 07:28");
-        final DownloadItem item8 = StubbedProvider.createDownloadItem(8, "20161021 17:28");
-        PostTask.runOrPostTask(UiThreadTaskTraits.DEFAULT, () -> {
-            mAdapter.onDownloadItemCreated(item7);
-            mAdapter.onDownloadItemCreated(item8);
-        });
-
-        // The criteria is needed because an AsyncTask is fired to update the space display, which
-        // can result in either 1 or 2 updates.
-        mAdapterObserver.onSpaceDisplayUpdatedCallback.waitForCallback(callCount);
-        CriteriaHelper.pollUiThread(new Criteria() {
-            @Override
-            public boolean isSatisfied() {
-                return TextUtils.equals("6.50 GB downloaded", mSpaceUsedDisplay.getText());
-            }
-        });
-
-        Assert.assertEquals(15, mAdapter.getItemCount());
-        callCount = mAdapterObserver.onSpaceDisplayUpdatedCallback.getCallCount();
-
-        // Simulate a delete context menu action on the item.
-        simulateContextMenu(2, R.string.delete);
-        mAdapterObserver.onSpaceDisplayUpdatedCallback.waitForCallback(callCount);
-
-        // Assert that items are temporarily removed from the adapter. The two selected items,
-        // one duplicate item, and one date bucket should be removed.
-        Assert.assertEquals(12, mAdapter.getItemCount());
-        Assert.assertEquals("6.00 GB downloaded", mSpaceUsedDisplay.getText());
-
-        // Click "Undo" on the snackbar.
-        callCount = mAdapterObserver.onSpaceDisplayUpdatedCallback.getCallCount();
-        final View rootView = mUi.getView().getRootView();
-        Assert.assertNotNull(rootView.findViewById(R.id.snackbar));
-        PostTask.runOrPostTask(UiThreadTaskTraits.DEFAULT,
-                (Runnable) () -> rootView.findViewById(R.id.snackbar_button).callOnClick());
-
-        mAdapterObserver.onSpaceDisplayUpdatedCallback.waitForCallback(callCount);
-
-        // Assert that items are restored.
-        Assert.assertEquals(
-                0, mStubbedProvider.getDownloadDelegate().removeDownloadCallback.getCallCount());
-        Assert.assertEquals(
-                0, mStubbedProvider.getOfflineContentProvider().deleteItemCallback.getCallCount());
-        Assert.assertFalse(mStubbedProvider.getSelectionDelegate().isSelectionEnabled());
-        Assert.assertEquals(15, mAdapter.getItemCount());
-        Assert.assertEquals("6.50 GB downloaded", mSpaceUsedDisplay.getText());
-    }
-
-    @DisabledTest(message = "crbug.com/855389")
-    @Test
-    @MediumTest
-    @RetryOnFailure
-    public void testUndoDeleteDuplicatesSelected() throws Exception {
-        // Adapter positions:
-        // 0 = space display
-        // 1 = date
-        // 2 = download item #7
-        // 3 = download item #8
-        // ....
-
-        SnackbarManager.setDurationForTesting(5000);
-
-        // Add duplicate items.
-        int callCount = mAdapterObserver.onSpaceDisplayUpdatedCallback.getCallCount();
-        final DownloadItem item7 = StubbedProvider.createDownloadItem(7, "20161021 07:28");
-        final DownloadItem item8 = StubbedProvider.createDownloadItem(8, "20161021 17:28");
-        PostTask.runOrPostTask(UiThreadTaskTraits.DEFAULT, () -> {
-            mAdapter.onDownloadItemCreated(item7);
-            mAdapter.onDownloadItemCreated(item8);
-        });
-
-        // The criteria is needed because an AsyncTask is fired to update the space display, which
-        // can result in either 1 or 2 updates.
-        mAdapterObserver.onSpaceDisplayUpdatedCallback.waitForCallback(callCount);
-        CriteriaHelper.pollUiThread(new Criteria() {
-            @Override
-            public boolean isSatisfied() {
-                return TextUtils.equals("6.50 GB downloaded", mSpaceUsedDisplay.getText());
-            }
-        });
-
-        // Select download item #7 and download item #8.
-        toggleItemSelection(2);
-        toggleItemSelection(3);
-
-        Assert.assertEquals(15, mAdapter.getItemCount());
-
-        // Click the delete button.
-        callCount = mAdapterObserver.onSpaceDisplayUpdatedCallback.getCallCount();
-        PostTask.runOrPostTask(UiThreadTaskTraits.DEFAULT,
-                () -> Assert.assertTrue(
-                                mUi.getDownloadManagerToolbarForTests()
-                                        .getMenu()
-                                        .performIdentifierAction(
-                                                R.id.selection_mode_delete_menu_id, 0)));
-        mAdapterObserver.onSpaceDisplayUpdatedCallback.waitForCallback(callCount);
-
-        // Assert that the two items and their date bucket are temporarily removed from the adapter.
-        Assert.assertEquals(12, mAdapter.getItemCount());
-        Assert.assertEquals("6.00 GB downloaded", mSpaceUsedDisplay.getText());
-
-        // Click "Undo" on the snackbar.
-        callCount = mAdapterObserver.onSpaceDisplayUpdatedCallback.getCallCount();
-        final View rootView = mUi.getView().getRootView();
-        Assert.assertNotNull(rootView.findViewById(R.id.snackbar));
-        PostTask.runOrPostTask(UiThreadTaskTraits.DEFAULT,
-                (Runnable) () -> rootView.findViewById(R.id.snackbar_button).callOnClick());
-
-        mAdapterObserver.onSpaceDisplayUpdatedCallback.waitForCallback(callCount);
-
-        // Assert that items are restored.
-        Assert.assertEquals(15, mAdapter.getItemCount());
-        Assert.assertEquals("6.50 GB downloaded", mSpaceUsedDisplay.getText());
-    }
-
-    @Test
-    @MediumTest
-    @DisableFeatures("OfflinePagesSharing")
-    @FlakyTest(message = "crbug.com/855167")
-    public void testShareFiles() throws Exception {
-        // Adapter positions:
-        // 0 = space display
-        // 1 = date
-        // 2 = download item #6
-        // 3 = offline page #3
-        // 4 = date
-        // 5 = download item #3
-        // 6 = download item #4
-        // 7 = download item #5
-        // 8 = date
-        // 9 = download item #0
-        // 10 = download item #1
-        // 11 = download item #2
-
-        // Select an image, download item #6.
-        toggleItemSelection(2);
-        Intent shareIntent = DownloadUtils.createShareIntent(
-                mUi.getBackendProvider().getSelectionDelegate().getSelectedItemsAsList(), null);
-        Assert.assertEquals("Incorrect intent action", Intent.ACTION_SEND, shareIntent.getAction());
-        Assert.assertEquals("Incorrect intent mime type", "image/png", shareIntent.getType());
-        Assert.assertNotNull(
-                "Intent expected to have stream", shareIntent.getExtras().get(Intent.EXTRA_STREAM));
-        Assert.assertNull("Intent not expected to have parcelable ArrayList",
-                shareIntent.getParcelableArrayListExtra(Intent.EXTRA_STREAM));
-
-        // Scroll to ensure the item at position 8 is visible.
-        PostTask.runOrPostTask(UiThreadTaskTraits.DEFAULT, () -> mRecyclerView.scrollToPosition(9));
-        InstrumentationRegistry.getInstrumentation().waitForIdleSync();
-
-        // Select another image, download item #0.
-        toggleItemSelection(9);
-        shareIntent = DownloadUtils.createShareIntent(
-                mUi.getBackendProvider().getSelectionDelegate().getSelectedItemsAsList(), null);
-        Assert.assertEquals(
-                "Incorrect intent action", Intent.ACTION_SEND_MULTIPLE, shareIntent.getAction());
-        Assert.assertEquals("Incorrect intent mime type", "image/*", shareIntent.getType());
-        Assert.assertEquals("Intent expected to have parcelable ArrayList", 2,
-                shareIntent.getParcelableArrayListExtra(Intent.EXTRA_STREAM).size());
-
-        // Scroll to ensure the item at position 5 is visible.
-        PostTask.runOrPostTask(UiThreadTaskTraits.DEFAULT, () -> mRecyclerView.scrollToPosition(6));
-        InstrumentationRegistry.getInstrumentation().waitForIdleSync();
-
-        // Select non-image item, download item #4.
-        toggleItemSelection(6);
-        shareIntent = DownloadUtils.createShareIntent(
-                mUi.getBackendProvider().getSelectionDelegate().getSelectedItemsAsList(), null);
-        Assert.assertEquals(
-                "Incorrect intent action", Intent.ACTION_SEND_MULTIPLE, shareIntent.getAction());
-        Assert.assertEquals("Incorrect intent mime type", "*/*", shareIntent.getType());
-        Assert.assertEquals("Intent expected to have parcelable ArrayList", 3,
-                shareIntent.getParcelableArrayListExtra(Intent.EXTRA_STREAM).size());
-
-        // Scroll to ensure the item at position 2 is visible.
-        PostTask.runOrPostTask(UiThreadTaskTraits.DEFAULT, () -> mRecyclerView.scrollToPosition(3));
-        InstrumentationRegistry.getInstrumentation().waitForIdleSync();
-
-        // Select an offline page #3.
-        toggleItemSelection(3);
-        shareIntent = DownloadUtils.createShareIntent(
-                mUi.getBackendProvider().getSelectionDelegate().getSelectedItemsAsList(), null);
-        Assert.assertEquals(
-                "Incorrect intent action", Intent.ACTION_SEND_MULTIPLE, shareIntent.getAction());
-        Assert.assertEquals("Incorrect intent mime type", "*/*", shareIntent.getType());
-        Assert.assertEquals("Intent expected to have parcelable ArrayList", 3,
-                shareIntent.getParcelableArrayListExtra(Intent.EXTRA_STREAM).size());
-        Assert.assertEquals("Intent expected to have plain text for offline page URL",
-                "https://thangs.com",
-                IntentUtils.safeGetStringExtra(shareIntent, Intent.EXTRA_TEXT));
-    }
-
-    // TODO(carlosk): OfflineItems used here come from StubbedProvider so this might not be the best
-    // place to test peer-2-peer sharing.
-    @DisabledTest(message = "crbug.com/855389")
-    @Test
-    @MediumTest
-    @EnableFeatures("OfflinePagesSharing")
-    public void testShareOfflinePageWithP2PSharingEnabled() throws Exception {
-        // Scroll to ensure the item at position 2 is visible.
-        PostTask.runOrPostTask(UiThreadTaskTraits.DEFAULT, () -> mRecyclerView.scrollToPosition(3));
-        InstrumentationRegistry.getInstrumentation().waitForIdleSync();
-
-        // Select the offline page located at position #3.
-        toggleItemSelection(3);
-        List<DownloadHistoryItemWrapper> selectedItems =
-                mUi.getBackendProvider().getSelectionDelegate().getSelectedItemsAsList();
-        Assert.assertEquals("There should be only one item selected", 1, selectedItems.size());
-        Intent shareIntent = DownloadUtils.createShareIntent(selectedItems, null);
-
-        Assert.assertEquals("Incorrect intent action", Intent.ACTION_SEND, shareIntent.getAction());
-        Assert.assertEquals("Incorrect intent mime type", "*/*", shareIntent.getType());
-        Assert.assertNotNull("Intent expected to have parcelable ArrayList",
-                shareIntent.getParcelableExtra(Intent.EXTRA_STREAM));
-        Assert.assertEquals("Intent expected to have parcelable Uri",
-                "file:///data/fake_path/Downloads/4",
-                shareIntent.getParcelableExtra(Intent.EXTRA_STREAM).toString());
-        Assert.assertNull("Intent expected to not have any text for offline page",
-                IntentUtils.safeGetStringExtra(shareIntent, Intent.EXTRA_TEXT));
-
-        // Pass a map that contains a new file path.
-        HashMap<String, String> newFilePathMap = new HashMap<String, String>();
-        newFilePathMap.put(((OfflineItemWrapper) selectedItems.get(0)).getId(),
-                "/data/new_fake_path/Downloads/4");
-        shareIntent = DownloadUtils.createShareIntent(selectedItems, newFilePathMap);
-
-        Assert.assertEquals("Incorrect intent action", Intent.ACTION_SEND, shareIntent.getAction());
-        Assert.assertEquals("Incorrect intent mime type", "*/*", shareIntent.getType());
-        Assert.assertNotNull("Intent expected to have parcelable ArrayList",
-                shareIntent.getParcelableExtra(Intent.EXTRA_STREAM));
-        Assert.assertEquals("Intent expected to have parcelable Uri",
-                "file:///data/new_fake_path/Downloads/4",
-                shareIntent.getParcelableExtra(Intent.EXTRA_STREAM).toString());
-        Assert.assertNull("Intent expected to not have any text for offline page",
-                IntentUtils.safeGetStringExtra(shareIntent, Intent.EXTRA_TEXT));
-    }
-
-    @Test
-    @MediumTest
-    @DisableFeatures(ChromeFeatureList.DOWNLOADS_LOCATION_CHANGE)
-    public void testLongClickItem() throws Exception {
-        // The selection toolbar should not be showing.
-        onView(withContentDescription("Cancel selection")).check(doesNotExist());
-        onView(withId(R.id.close_menu_id)).check(matches(isDisplayed()));
-        onView(withId(R.id.selection_mode_number)).check(matches(not(isDisplayed())));
-        onView(withId(org.chromium.chrome.download.R.id.selection_mode_share_menu_id))
-                .check(doesNotExist());
-        onView(withId(R.id.selection_mode_delete_menu_id)).check(doesNotExist());
-        Assert.assertFalse(mStubbedProvider.getSelectionDelegate().isSelectionEnabled());
-
-        // Select an item.
-        onView(withText("huge_image.png")).perform(longClick());
-
-        // The toolbar should flip states to allow doing things with the selected items.
-        onView(withId(R.id.close_menu_id)).check(doesNotExist());
-        onView(withId(R.id.selection_mode_number)).check(matches(isDisplayed()));
-        onView(withId(org.chromium.chrome.download.R.id.selection_mode_share_menu_id))
-                .check(matches(isDisplayed()));
-        onView(withId(R.id.selection_mode_delete_menu_id)).check(matches(isDisplayed()));
-        Assert.assertTrue(mStubbedProvider.getSelectionDelegate().isSelectionEnabled());
-
-        // Deselect the same item.
-        onView(withText("huge_image.png")).perform(longClick());
-
-        // The toolbar should flip back.
-        onView(withContentDescription("Cancel selection")).check(doesNotExist());
-        onView(withId(R.id.close_menu_id)).check(matches(isDisplayed()));
-        onView(withId(R.id.selection_mode_number)).check(matches(not(isDisplayed())));
-        onView(withId(org.chromium.chrome.download.R.id.selection_mode_share_menu_id))
-                .check(doesNotExist());
-        onView(withId(R.id.selection_mode_delete_menu_id)).check(doesNotExist());
-        Assert.assertFalse(mStubbedProvider.getSelectionDelegate().isSelectionEnabled());
-    }
-
-    @Test
-    @MediumTest
-    @DisableFeatures(ChromeFeatureList.DOWNLOADS_LOCATION_CHANGE)
-    public void testSearchView() throws Exception {
-        final DownloadManagerToolbar toolbar = mUi.getDownloadManagerToolbarForTests();
-        onView(withId(R.id.search_text)).check(matches(not(isDisplayed())));
-
-        onView(withText("huge_image.png")).perform(longClick());
-
-        Assert.assertTrue(mStubbedProvider.getSelectionDelegate().isSelectionEnabled());
-
-        int callCount = mAdapterObserver.onSelectionCallback.getCallCount();
-        TestThreadUtils.runOnUiThreadBlocking(
-                (Runnable) () -> toolbar.getMenu().performIdentifierAction(R.id.search_menu_id, 0));
-
-        // The selection should be cleared when a search is started.
-        mAdapterObserver.onSelectionCallback.waitForCallback(callCount, 1);
-        Assert.assertFalse(mStubbedProvider.getSelectionDelegate().isSelectionEnabled());
-        onView(withId(R.id.search_text)).check(matches(isDisplayed()));
-
-        // Select an item and assert that the search view is no longer showing.
-        onView(withText("huge_image.png")).perform(longClick());
-        Assert.assertTrue(mStubbedProvider.getSelectionDelegate().isSelectionEnabled());
-        onView(withId(R.id.search_text)).check(matches(not(isDisplayed())));
-
-        // Clear the selection and assert that the search view is showing again.
-        onView(withText("huge_image.png")).perform(longClick());
-        Assert.assertFalse(mStubbedProvider.getSelectionDelegate().isSelectionEnabled());
-        onView(withId(R.id.search_text)).check(matches(isDisplayed()));
-
-        // Close the search view.
-        onView(withContentDescription("Go back")).perform(click());
-        onView(withId(R.id.search_text)).check(matches(not(isDisplayed())));
-    }
-
-    @DisabledTest(message = "crbug.com/1005250")
-    @Test
-    @MediumTest
-    @DisableFeatures(ChromeFeatureList.DOWNLOADS_LOCATION_CHANGE)
-    public void testSpinner() throws Exception {
-        // Open spinner.
-        onView(withId(org.chromium.chrome.download.R.id.spinner)).perform(click());
-
-        // Check all TextViews displayed.
-        onView(withText("All")).check(matches(isDisplayed()));
-        onView(withText("Pages")).check(matches(isDisplayed()));
-        onView(withText("Video")).check(matches(isDisplayed()));
-        onView(withText("Audio")).check(matches(isDisplayed()));
-        onView(withText("Images")).check(matches(isDisplayed()));
-        onView(withText("Documents")).check(matches(isDisplayed()));
-        onView(withText("Other")).check(matches(isDisplayed()));
-
-        // Click Pages.
-        onView(withText("Pages")).perform(click());
-        onView(withText("page 4")).check(matches(isDisplayed()));
-
-        // Click Video.
-        onView(withId(org.chromium.chrome.download.R.id.spinner)).perform(click());
-        onView(withText("Video")).perform(click());
-        onView(withText("four.webm")).check(matches(isDisplayed()));
-
-        // Click Audio.
-        onView(withId(org.chromium.chrome.download.R.id.spinner)).perform(click());
-        onView(withText("Audio")).perform(click());
-        onView(withText("five.mp3")).check(matches(isDisplayed()));
-        onView(withText("six.mp3")).check(matches(isDisplayed()));
-
-        // Click Images.
-        onView(withId(org.chromium.chrome.download.R.id.spinner)).perform(click());
-        onView(withText("Images")).perform(click());
-        onView(withText("huge_image.png")).check(matches(isDisplayed()));
-        onView(withText("first_file.jpg")).check(matches(isDisplayed()));
-        onView(withText("second_file.gif")).check(matches(isDisplayed()));
-
-        // Click Documents.
-        onView(withId(org.chromium.chrome.download.R.id.spinner)).perform(click());
-        onView(withText("Documents")).perform(click());
-        onView(withText("third_file")).check(matches(isDisplayed()));
-
-        // Click Other.
-        onView(withId(org.chromium.chrome.download.R.id.spinner)).perform(click());
-        onView(withText("Other")).perform(click());
-        onView(withText("Files that you download appear here")).check(matches(isDisplayed()));
-    }
-
-    private DownloadActivity startDownloadActivity() throws Exception {
-        // Load up the downloads lists.
-        DownloadItem item0 = StubbedProvider.createDownloadItem(0, "19551112 06:38");
-        DownloadItem item1 = StubbedProvider.createDownloadItem(1, "19551112 06:38");
-        DownloadItem item2 = StubbedProvider.createDownloadItem(2, "19551112 06:38");
-        DownloadItem item3 = StubbedProvider.createDownloadItem(3, "19851026 09:00");
-        DownloadItem item4 = StubbedProvider.createDownloadItem(4, "19851026 09:00");
-        DownloadItem item5 = StubbedProvider.createDownloadItem(5, "19851026 09:00");
-        DownloadItem item6 = StubbedProvider.createDownloadItem(6, "20151021 07:28");
-        OfflineItem item7 = StubbedProvider.createOfflineItem(3, "20151021 07:28");
-        mStubbedProvider.getDownloadDelegate().regularItems.add(item0);
-        mStubbedProvider.getDownloadDelegate().regularItems.add(item1);
-        mStubbedProvider.getDownloadDelegate().regularItems.add(item2);
-        mStubbedProvider.getDownloadDelegate().regularItems.add(item3);
-        mStubbedProvider.getDownloadDelegate().regularItems.add(item4);
-        mStubbedProvider.getDownloadDelegate().regularItems.add(item5);
-        mStubbedProvider.getDownloadDelegate().regularItems.add(item6);
-        mStubbedProvider.getOfflineContentProvider().items.add(item7);
-
-        // Start the activity up.
-        Intent intent = new Intent();
-        intent.setClass(InstrumentationRegistry.getTargetContext(), DownloadActivity.class);
-        intent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
-        return mActivityTestRule.launchActivity(intent);
-    }
-
-    private void clickOnFilter(final DownloadManagerUi ui, final int position) throws Exception {
-        int previousCount = mAdapterObserver.onChangedCallback.getCallCount();
-        final Spinner spinner = mUi.getDownloadManagerToolbarForTests().getSpinnerForTests();
-        PostTask.runOrPostTask(UiThreadTaskTraits.DEFAULT, () -> {
-            spinner.performClick();
-            spinner.setSelection(position);
-        });
-        mAdapterObserver.onChangedCallback.waitForCallback(previousCount);
-    }
-
-    private void toggleItemSelection(int position) throws Exception {
-        int callCount = mAdapterObserver.onSelectionCallback.getCallCount();
-        final DownloadItemView itemView = getView(position);
-        PostTask.runOrPostTask(
-                UiThreadTaskTraits.DEFAULT, (Runnable) () -> itemView.performLongClick());
-        mAdapterObserver.onSelectionCallback.waitForCallback(callCount, 1);
-    }
-
-    private void simulateContextMenu(int position, @StringRes int text) throws Exception {
-        final DownloadItemView view = getView(position);
-        PostTask.runOrPostTask(UiThreadTaskTraits.DEFAULT, (Runnable) () -> {
-            Item[] items = view.getItems();
-            for (Item item : items) {
-                if (item.getTextId() == text) {
-                    view.onItemSelected(item);
-                    return;
-                }
-            }
-            throw new IllegalStateException("Context menu option not found " + text);
-        });
-    }
-
-    private DownloadItemView getView(int position) throws Exception {
-        int callCount = mAdapterObserver.onSelectionCallback.getCallCount();
-        ViewHolder mostRecentHolder = mRecyclerView.findViewHolderForAdapterPosition(position);
-        Assert.assertTrue(mostRecentHolder instanceof DownloadHistoryItemViewHolder);
-        return ((DownloadHistoryItemViewHolder) mostRecentHolder).getItemView();
-    }
-}
diff --git a/chrome/android/javatests/src/org/chromium/chrome/browser/download/DownloadUtilsTest.java b/chrome/android/javatests/src/org/chromium/chrome/browser/download/DownloadUtilsTest.java
index 3cf0074..28e0521 100644
--- a/chrome/android/javatests/src/org/chromium/chrome/browser/download/DownloadUtilsTest.java
+++ b/chrome/android/javatests/src/org/chromium/chrome/browser/download/DownloadUtilsTest.java
@@ -5,8 +5,6 @@
 package org.chromium.chrome.browser.download;
 
 import android.content.Context;
-import android.content.Intent;
-import android.os.Bundle;
 import android.support.test.InstrumentationRegistry;
 import android.support.test.filters.SmallTest;
 import android.text.format.DateUtils;
@@ -18,20 +16,13 @@
 import org.junit.runner.RunWith;
 
 import org.chromium.base.metrics.RecordHistogram;
-import org.chromium.base.test.util.CommandLineFlags;
 import org.chromium.base.test.util.Feature;
 import org.chromium.chrome.browser.ChromeFeatureList;
-import org.chromium.chrome.browser.download.ui.DownloadHistoryItemWrapper;
-import org.chromium.chrome.browser.download.ui.DownloadHistoryItemWrapper.OfflineItemWrapper;
 import org.chromium.chrome.test.ChromeJUnit4ClassRunner;
-import org.chromium.components.offline_items_collection.OfflineItem;
 import org.chromium.components.offline_items_collection.OfflineItem.Progress;
 import org.chromium.components.offline_items_collection.OfflineItemProgressUnit;
 
-import java.util.ArrayList;
 import java.util.HashMap;
-import java.util.List;
-import java.util.Map;
 
 /**
  * Tests of {@link DownloadUtils}.
@@ -142,66 +133,4 @@
         Assert.assertEquals(100, progress.getPercentage());
         Assert.assertEquals("0 files left", DownloadUtils.formatRemainingFiles(context, progress));
     }
-
-    @Test
-    @SmallTest
-    @Feature({"Download"})
-    public void testCreateShareIntentHasTitle() {
-        // Create an item list with a single item.
-        List<DownloadHistoryItemWrapper> items = new ArrayList<DownloadHistoryItemWrapper>();
-        OfflineItem offlineItem = new OfflineItem();
-        offlineItem.title = OFFLINE_ITEM_TITLE;
-        offlineItem.description = OFFLINE_ITEM_DESCRIPTION;
-        offlineItem.filePath = FILE_PATH;
-        offlineItem.mimeType = MULTIPART_RELATED;
-        OfflineItemWrapper itemWrapper =
-                OfflineItemWrapper.createOfflineItemWrapperForTest(offlineItem);
-        items.add(itemWrapper);
-
-        // Create a map matching the id to a filename.
-        Map<String, String> offlineFilePathMap = new HashMap<String, String>();
-        offlineFilePathMap.put(ITEM_ID, FILE_PATH);
-
-        // Call the share function.
-        Intent shareIntent = DownloadUtils.createShareIntent(items, offlineFilePathMap);
-
-        // Check the resulting share intent.
-        Assert.assertEquals("multipart/related", shareIntent.getType());
-        Assert.assertEquals(Intent.ACTION_SEND, shareIntent.getAction());
-
-        // Check that the resulting share intent has extra subject set for the title.
-        Bundle extras = shareIntent.getExtras();
-        Assert.assertNotNull(extras);
-        String subject = extras.getString(Intent.EXTRA_SUBJECT);
-        Assert.assertEquals(OFFLINE_ITEM_TITLE, subject);
-    }
-
-    @Test
-    @SmallTest
-    @Feature({"Download"})
-    @CommandLineFlags.Add({"enable-features=OfflinePagesSharing"})
-    public void testCreateShareIntentOfflinePageWithContentUri() {
-        // Create an item list with a single item representing an offline page.
-        List<DownloadHistoryItemWrapper> items = new ArrayList<DownloadHistoryItemWrapper>();
-        // OfflineItem represents an offline page.
-        OfflineItem offlineItem = new OfflineItem();
-        offlineItem.title = OFFLINE_ITEM_TITLE;
-        offlineItem.description = OFFLINE_ITEM_DESCRIPTION;
-        offlineItem.filePath = TEMP_FILE_PATH;
-        offlineItem.mimeType = MULTIPART_RELATED;
-        offlineItem.isSuggested = true;
-        OfflineItemWrapper itemWrapper =
-                OfflineItemWrapper.createOfflineItemWrapperForTest(offlineItem);
-        items.add(itemWrapper);
-
-        // Create a map matching the id to a filename.
-        Map<String, String> offlineFilePathMap = new HashMap<String, String>();
-
-        // Call the share function.
-        Intent shareIntent = DownloadUtils.createShareIntent(items, offlineFilePathMap);
-
-        // Check the resulting share intent.
-        Assert.assertEquals("multipart/related", shareIntent.getType());
-        Assert.assertEquals(Intent.ACTION_SEND, shareIntent.getAction());
-    }
 }
diff --git a/chrome/android/javatests/src/org/chromium/chrome/browser/download/ui/DownloadHistoryAdapterTest.java b/chrome/android/javatests/src/org/chromium/chrome/browser/download/ui/DownloadHistoryAdapterTest.java
deleted file mode 100644
index 4e4b88f..0000000
--- a/chrome/android/javatests/src/org/chromium/chrome/browser/download/ui/DownloadHistoryAdapterTest.java
+++ /dev/null
@@ -1,679 +0,0 @@
-// Copyright 2016 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-package org.chromium.chrome.browser.download.ui;
-
-import android.content.SharedPreferences.Editor;
-import android.support.test.filters.SmallTest;
-import android.support.test.rule.ActivityTestRule;
-import android.support.v7.widget.RecyclerView;
-
-import org.junit.Assert;
-import org.junit.Before;
-import org.junit.Rule;
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import org.chromium.base.ContextUtils;
-import org.chromium.base.test.BaseJUnit4ClassRunner;
-import org.chromium.base.test.util.CallbackHelper;
-import org.chromium.chrome.browser.ChromeFeatureList;
-import org.chromium.chrome.browser.download.DownloadActivity;
-import org.chromium.chrome.browser.download.DownloadItem;
-import org.chromium.chrome.browser.download.ui.StubbedProvider.StubbedDownloadDelegate;
-import org.chromium.chrome.browser.download.ui.StubbedProvider.StubbedOfflineContentProvider;
-import org.chromium.chrome.browser.widget.DateDividedAdapter.ItemViewType;
-import org.chromium.components.download.DownloadState;
-import org.chromium.components.offline_items_collection.ContentId;
-import org.chromium.components.offline_items_collection.OfflineItem;
-import org.chromium.content_public.browser.test.util.TestThreadUtils;
-
-import java.util.ArrayList;
-import java.util.HashMap;
-import java.util.Set;
-
-/**
- * Tests a DownloadHistoryAdapter that is isolated from the real bridges.
- */
-@RunWith(BaseJUnit4ClassRunner.class)
-public class DownloadHistoryAdapterTest {
-    @Rule
-    public ActivityTestRule<DownloadActivity> mActivityTestRule =
-            new ActivityTestRule<>(DownloadActivity.class);
-
-    private static class Observer extends RecyclerView.AdapterDataObserver
-            implements DownloadHistoryAdapter.TestObserver, SpaceDisplay.Observer {
-        public CallbackHelper onChangedCallback = new CallbackHelper();
-        public CallbackHelper onDownloadItemCreatedCallback = new CallbackHelper();
-        public CallbackHelper onDownloadItemUpdatedCallback = new CallbackHelper();
-        public CallbackHelper onOfflineItemCreatedCallback = new CallbackHelper();
-        public CallbackHelper onOfflineItemUpdatedCallback = new CallbackHelper();
-        public CallbackHelper onSpaceDisplayUpdatedCallback = new CallbackHelper();
-
-        public DownloadItem createdItem;
-        public DownloadItem updatedItem;
-
-        @Override
-        public void onChanged() {
-            onChangedCallback.notifyCalled();
-        }
-
-        @Override
-        public void onDownloadItemCreated(DownloadItem item) {
-            createdItem = item;
-            onDownloadItemCreatedCallback.notifyCalled();
-        }
-
-        @Override
-        public void onDownloadItemUpdated(DownloadItem item) {
-            updatedItem = item;
-            onDownloadItemUpdatedCallback.notifyCalled();
-        }
-
-        @Override
-        public void onOfflineItemCreated(OfflineItem item) {
-            onOfflineItemCreatedCallback.notifyCalled();
-        }
-
-        @Override
-        public void onOfflineItemUpdated(OfflineItem item) {
-            onOfflineItemUpdatedCallback.notifyCalled();
-        }
-
-        @Override
-        public void onSpaceDisplayUpdated(SpaceDisplay spaceDisplay) {
-            onSpaceDisplayUpdatedCallback.notifyCalled();
-        }
-    }
-
-    /**
-     * Object for use in {@link #checkAdapterContents(Object...)} that corresponds to
-     * {@link ItemViewType#HEADER}.
-     */
-    private static final Integer HEADER = -1;
-
-    private static final String PREF_SHOW_STORAGE_INFO_HEADER =
-            "download_home_show_storage_info_header";
-
-    private DownloadHistoryAdapter mAdapter;
-    private Observer mObserver;
-    private StubbedDownloadDelegate mDownloadDelegate;
-    private StubbedOfflineContentProvider mOfflineContentProvider;
-    private StubbedProvider mBackendProvider;
-
-    @Before
-    public void setUp() throws Exception {
-        mBackendProvider = new StubbedProvider();
-        mDownloadDelegate = mBackendProvider.getDownloadDelegate();
-        mOfflineContentProvider = mBackendProvider.getOfflineContentProvider();
-        Editor editor = ContextUtils.getAppSharedPreferences().edit();
-        editor.putBoolean(PREF_SHOW_STORAGE_INFO_HEADER, true).apply();
-
-        HashMap<String, Boolean> features = new HashMap<String, Boolean>();
-        features.put(ChromeFeatureList.DOWNLOADS_LOCATION_CHANGE, false);
-        features.put(ChromeFeatureList.DOWNLOAD_HOME_V2, false);
-        features.put(ChromeFeatureList.DOWNLOAD_HOME_SHOW_STORAGE_INFO, false);
-        features.put(ChromeFeatureList.DOWNLOAD_OFFLINE_CONTENT_PROVIDER, false);
-        ChromeFeatureList.setTestFeatures(features);
-    }
-
-    private void initializeAdapter(boolean showOffTheRecord, boolean hasHeader) throws Exception {
-        mObserver = new Observer();
-        mAdapter = new DownloadHistoryAdapter(showOffTheRecord, null);
-        mAdapter.registerAdapterDataObserver(mObserver);
-        mAdapter.registerObserverForTest(mObserver);
-
-        // Initialize the Adapter with all the DownloadItems and OfflineItems.
-        int callCount = mObserver.onChangedCallback.getCallCount();
-        int onSpaceDisplayUpdatedCallCount = mObserver.onSpaceDisplayUpdatedCallback.getCallCount();
-        Assert.assertEquals(0, callCount);
-        TestThreadUtils.runOnUiThreadBlocking(() -> {
-            mAdapter.initialize(mActivityTestRule.getActivity(), mBackendProvider, null);
-        });
-        mAdapter.getSpaceDisplayForTests().addObserverForTests(mObserver);
-        mDownloadDelegate.addCallback.waitForCallback(0);
-        // If header should be added, onChanged() will be called twice because both setHeaders()
-        // and loadMoreItems() will call notifyDataSetChanged(). Otherwise, setHeaders() will not
-        // be called and onChanged() will only be called once.
-        mObserver.onChangedCallback.waitForCallback(callCount, hasHeader ? 2 : 1);
-        mObserver.onSpaceDisplayUpdatedCallback.waitForCallback(onSpaceDisplayUpdatedCallCount);
-    }
-
-    private void onDownloadItemCreated(final DownloadItem item, int numberOfCallsToWaitFor)
-            throws Exception {
-        int callCount = mObserver.onChangedCallback.getCallCount();
-        int onSpaceDisplayUpdatedCallCount = mObserver.onSpaceDisplayUpdatedCallback.getCallCount();
-        TestThreadUtils.runOnUiThreadBlocking(() -> { mAdapter.onDownloadItemCreated(item); });
-        if (numberOfCallsToWaitFor > 0) {
-            mObserver.onChangedCallback.waitForCallback(callCount, numberOfCallsToWaitFor);
-            mObserver.onSpaceDisplayUpdatedCallback.waitForCallback(onSpaceDisplayUpdatedCallCount);
-        }
-    }
-
-    private void onDownloadItemUpdated(final DownloadItem item, int numberOfCallsToWaitFor)
-            throws Exception {
-        int callCount = mObserver.onDownloadItemUpdatedCallback.getCallCount();
-        TestThreadUtils.runOnUiThreadBlocking(() -> { mAdapter.onDownloadItemUpdated(item); });
-        if (numberOfCallsToWaitFor > 0) {
-            mObserver.onDownloadItemUpdatedCallback.waitForCallback(
-                    callCount, numberOfCallsToWaitFor);
-        }
-    }
-
-    private void onDownloadItemRemoved(final String id, final boolean isOffTheRecord,
-            int numberOfCallsToWaitFor) throws Exception {
-        int callCount = mObserver.onChangedCallback.getCallCount();
-        int onSpaceDisplayUpdatedCallCount = mObserver.onSpaceDisplayUpdatedCallback.getCallCount();
-        TestThreadUtils.runOnUiThreadBlocking(
-                () -> { mAdapter.onDownloadItemRemoved(id, isOffTheRecord); });
-        if (numberOfCallsToWaitFor > 0) {
-            mObserver.onChangedCallback.waitForCallback(callCount, numberOfCallsToWaitFor);
-            mObserver.onSpaceDisplayUpdatedCallback.waitForCallback(onSpaceDisplayUpdatedCallCount);
-        }
-    }
-
-    private void onOfflineItemAdded(final OfflineItem item, int numberOfCallsToWaitFor)
-            throws Exception {
-        int callCount = mObserver.onChangedCallback.getCallCount();
-        final ArrayList<OfflineItem> items = new ArrayList<>();
-        items.add(item);
-        TestThreadUtils.runOnUiThreadBlocking(
-                () -> { mOfflineContentProvider.observer.onItemsAdded(items); });
-        if (numberOfCallsToWaitFor > 0) {
-            mObserver.onChangedCallback.waitForCallback(callCount, numberOfCallsToWaitFor);
-        }
-    }
-
-    private void onOfflineItemUpdated(final OfflineItem item, int numberOfCallsToWaitFor)
-            throws Exception {
-        int callCount = mObserver.onOfflineItemUpdatedCallback.getCallCount();
-        TestThreadUtils.runOnUiThreadBlocking(
-                () -> { mOfflineContentProvider.observer.onItemUpdated(item, null); });
-        if (numberOfCallsToWaitFor > 0) {
-            mObserver.onChangedCallback.waitForCallback(callCount, numberOfCallsToWaitFor);
-        }
-    }
-
-    private void onOfflineItemDeleted(ContentId id, int numberOfCallsToWaitFor) throws Exception {
-        int callCount = mObserver.onChangedCallback.getCallCount();
-        TestThreadUtils.runOnUiThreadBlocking(
-                () -> { mOfflineContentProvider.observer.onItemRemoved(id); });
-        if (numberOfCallsToWaitFor > 0) {
-            mObserver.onChangedCallback.waitForCallback(callCount, numberOfCallsToWaitFor);
-        }
-    }
-
-    private void onFilterChanged(final @DownloadFilter.Type int flag, int numberOfCallsToWaitFor)
-            throws Exception {
-        int callCount = mObserver.onChangedCallback.getCallCount();
-        TestThreadUtils.runOnUiThreadBlocking(() -> { mAdapter.onFilterChanged(flag); });
-        if (numberOfCallsToWaitFor > 0) {
-            mObserver.onChangedCallback.waitForCallback(callCount, numberOfCallsToWaitFor);
-        }
-    }
-
-    /** Nothing downloaded, nothing shown. */
-    @Test
-    @SmallTest
-    public void testInitialize_Empty() throws Exception {
-        initializeAdapter(false, false);
-        Assert.assertEquals(0, mAdapter.getItemCount());
-        Assert.assertEquals(0, mAdapter.getTotalDownloadSize());
-
-        TestThreadUtils.runOnUiThreadBlocking(() -> { mAdapter.destroy(); });
-
-        mDownloadDelegate.removeCallback.waitForCallback(0);
-    }
-
-    /** One downloaded item should show the item and a date header. */
-    @Test
-    @SmallTest
-    public void testInitialize_SingleItem() throws Exception {
-        DownloadItem item = StubbedProvider.createDownloadItem(0, "19840116 12:00");
-        mDownloadDelegate.regularItems.add(item);
-        initializeAdapter(false, true);
-        checkAdapterContents(HEADER, null, item);
-        Assert.assertEquals(1, mAdapter.getTotalDownloadSize());
-    }
-
-    /** Two items downloaded on the same day should end up in the same group, in recency order. */
-    @Test
-    @SmallTest
-    public void testInitialize_TwoItemsOneDate() throws Exception {
-        DownloadItem item0 = StubbedProvider.createDownloadItem(0, "19840116 12:00");
-        DownloadItem item1 = StubbedProvider.createDownloadItem(1, "19840116 12:01");
-        mDownloadDelegate.regularItems.add(item0);
-        mDownloadDelegate.regularItems.add(item1);
-        initializeAdapter(false, true);
-        checkAdapterContents(HEADER, null, item1, item0);
-        Assert.assertEquals(11, mAdapter.getTotalDownloadSize());
-    }
-
-    /** Two items downloaded on different days should end up in different date groups. */
-    @Test
-    @SmallTest
-    public void testInitialize_TwoItemsTwoDates() throws Exception {
-        DownloadItem item0 = StubbedProvider.createDownloadItem(0, "19840116 12:00");
-        DownloadItem item1 = StubbedProvider.createDownloadItem(1, "19840117 12:00");
-        mDownloadDelegate.regularItems.add(item0);
-        mDownloadDelegate.regularItems.add(item1);
-        initializeAdapter(false, true);
-        checkAdapterContents(HEADER, null, item1, null, item0);
-        Assert.assertEquals(11, mAdapter.getTotalDownloadSize());
-    }
-
-    /** Storage header shouldn't show up if user has already turned it off. */
-    @Test
-    @SmallTest
-    public void testInitialize_SingleItemNoStorageHeader() throws Exception {
-        Editor editor = ContextUtils.getAppSharedPreferences().edit();
-        editor.putBoolean(PREF_SHOW_STORAGE_INFO_HEADER, false).apply();
-        DownloadItem item = StubbedProvider.createDownloadItem(0, "19840116 12:00");
-        mDownloadDelegate.regularItems.add(item);
-        initializeAdapter(false, false);
-        checkAdapterContents(null, item);
-        Assert.assertEquals(1, mAdapter.getTotalDownloadSize());
-    }
-
-    /** Toggle the info button. Storage header should turn off/on accordingly. */
-    @Test
-    @SmallTest
-    public void testToggleStorageHeader() throws Exception {
-        DownloadItem item0 = StubbedProvider.createDownloadItem(0, "19840116 12:00");
-        DownloadItem item1 = StubbedProvider.createDownloadItem(1, "19840116 12:01");
-        mDownloadDelegate.regularItems.add(item0);
-        mDownloadDelegate.regularItems.add(item1);
-        initializeAdapter(false, true);
-        checkAdapterContents(HEADER, null, item1, item0);
-        Assert.assertEquals(11, mAdapter.getTotalDownloadSize());
-
-        // Turn off info and check that header is gone.
-        TestThreadUtils.runOnUiThreadBlocking(() -> { mAdapter.setShowStorageInfoHeader(false); });
-        checkAdapterContents(null, item1, item0);
-
-        // Turn on info and check that header is back again.
-        TestThreadUtils.runOnUiThreadBlocking(() -> { mAdapter.setShowStorageInfoHeader(true); });
-        checkAdapterContents(HEADER, null, item1, item0);
-    }
-
-    /** Off the record downloads are ignored if the DownloadHistoryAdapter isn't watching them. */
-    @Test
-    @SmallTest
-    public void testInitialize_OffTheRecord_Ignored() throws Exception {
-        DownloadItem item0 = StubbedProvider.createDownloadItem(0, "19840116 12:00");
-        DownloadItem item1 = StubbedProvider.createDownloadItem(1, "19840116 12:01");
-        mDownloadDelegate.regularItems.add(item0);
-        mDownloadDelegate.offTheRecordItems.add(item1);
-        initializeAdapter(false, true);
-        checkAdapterContents(HEADER, null, item0);
-        Assert.assertEquals(1, mAdapter.getTotalDownloadSize());
-    }
-
-    /** A regular and a off the record item with the same date are bucketed together. */
-    @Test
-    @SmallTest
-    public void testInitialize_OffTheRecord_TwoItemsOneDate() throws Exception {
-        DownloadItem item0 = StubbedProvider.createDownloadItem(0, "19840116 18:00");
-        DownloadItem item1 = StubbedProvider.createDownloadItem(1, "19840116 12:00");
-        mDownloadDelegate.regularItems.add(item0);
-        mDownloadDelegate.offTheRecordItems.add(item1);
-        initializeAdapter(true, true);
-        checkAdapterContents(HEADER, null, item0, item1);
-        Assert.assertEquals(11, mAdapter.getTotalDownloadSize());
-    }
-
-    /** Test that all the download item types intermingle correctly. */
-    @Test
-    @SmallTest
-    public void testInitialize_ThreeItemsDifferentKinds() throws Exception {
-        DownloadItem item0 = StubbedProvider.createDownloadItem(0, "19840116 18:00");
-        DownloadItem item1 = StubbedProvider.createDownloadItem(1, "19840116 12:00");
-        OfflineItem item2 = StubbedProvider.createOfflineItem(2, "19840117 6:00");
-        mDownloadDelegate.regularItems.add(item0);
-        mDownloadDelegate.offTheRecordItems.add(item1);
-        mOfflineContentProvider.items.add(item2);
-        initializeAdapter(true, true);
-        checkAdapterContents(HEADER, null, item2, null, item0, item1);
-        Assert.assertEquals(100011, mAdapter.getTotalDownloadSize());
-    }
-
-    /** Adding and updating new items should bucket them into the proper dates. */
-    @Test
-    @SmallTest
-    public void testUpdate_UpdateItems() throws Exception {
-        // Start with an empty Adapter.
-        initializeAdapter(false, false);
-        Assert.assertEquals(0, mAdapter.getItemCount());
-        Assert.assertEquals(0, mAdapter.getTotalDownloadSize());
-
-        // Add the first item.
-        Assert.assertEquals(1, mObserver.onChangedCallback.getCallCount());
-        DownloadItem item0 = StubbedProvider.createDownloadItem(0, "19840116 12:00");
-        onDownloadItemCreated(item0, 2);
-        checkAdapterContents(HEADER, null, item0);
-        Assert.assertEquals(1, mAdapter.getTotalDownloadSize());
-
-        // Add a second item with a different date.
-        Assert.assertEquals(3, mObserver.onChangedCallback.getCallCount());
-        DownloadItem item1 = StubbedProvider.createDownloadItem(1, "19840117 12:00");
-        onDownloadItemCreated(item1, 2);
-        checkAdapterContents(HEADER, null, item1, null, item0);
-        Assert.assertEquals(11, mAdapter.getTotalDownloadSize());
-
-        // Add a third item with the same date as the second item.
-        Assert.assertEquals(2, mObserver.onDownloadItemCreatedCallback.getCallCount());
-        DownloadItem item2 = StubbedProvider.createDownloadItem(
-                2, "19840117 18:00", false, DownloadState.IN_PROGRESS, 0);
-        onDownloadItemCreated(item2, 2);
-        mObserver.onDownloadItemCreatedCallback.waitForCallback(2);
-        Assert.assertEquals(mObserver.createdItem, item2);
-        checkAdapterContents(HEADER, null, item2, item1, null, item0);
-        Assert.assertEquals(11, mAdapter.getTotalDownloadSize());
-
-        // An item with the same download ID as the second item should just update the old one,
-        // but it should now be visible.
-        DownloadItem item3 = StubbedProvider.createDownloadItem(
-                2, "19840117 18:00", false, DownloadState.COMPLETE, 100);
-        onDownloadItemUpdated(item3, 1);
-        Assert.assertEquals(mObserver.updatedItem, item3);
-        checkAdapterContents(HEADER, null, item3, item1, null, item0);
-        Assert.assertEquals(111, mAdapter.getTotalDownloadSize());
-
-        // Throw on a new OfflineItem.
-        OfflineItem item4 = StubbedProvider.createOfflineItem(0, "19840117 19:00");
-        onOfflineItemAdded(item4, 2);
-        checkAdapterContents(HEADER, null, item4, item3, item1, null, item0);
-
-        // Update the existing OfflineItem.
-        OfflineItem item5 = StubbedProvider.createOfflineItem(0, "19840117 19:00");
-        onOfflineItemUpdated(item5, 2);
-        checkAdapterContents(HEADER, null, item5, item3, item1, null, item0);
-    }
-
-    /** Test removal of items. */
-    @Test
-    @SmallTest
-    public void testRemove_ThreeItemsTwoDates() throws Exception {
-        // Initialize the DownloadHistoryAdapter with three items in two date buckets.
-        DownloadItem regularItem = StubbedProvider.createDownloadItem(0, "19840116 18:00");
-        DownloadItem offTheRecordItem = StubbedProvider.createDownloadItem(
-                1, "19840116 12:00", true, DownloadState.COMPLETE, 100);
-        OfflineItem offlineItem = StubbedProvider.createOfflineItem(2, "19840117 12:01");
-        mDownloadDelegate.regularItems.add(regularItem);
-        mDownloadDelegate.offTheRecordItems.add(offTheRecordItem);
-        mOfflineContentProvider.items.add(offlineItem);
-        initializeAdapter(true, true);
-        checkAdapterContents(HEADER, null, offlineItem, null, regularItem, offTheRecordItem);
-        Assert.assertEquals(100011, mAdapter.getTotalDownloadSize());
-
-        // Remove an item from the date bucket with two items. Wait for two callbacks as
-        // notifyDataSetChanged() is called once when setHeaders() is called and once when items
-        // are loaded.
-        Assert.assertEquals(2, mObserver.onChangedCallback.getCallCount());
-        onDownloadItemRemoved(offTheRecordItem.getId(), true, 2);
-        checkAdapterContents(HEADER, null, offlineItem, null, regularItem);
-        Assert.assertEquals(100001, mAdapter.getTotalDownloadSize());
-
-        // Remove an item from the second bucket, which removes the bucket entirely.
-        Assert.assertEquals(4, mObserver.onChangedCallback.getCallCount());
-        onOfflineItemDeleted(offlineItem.id, 2);
-        checkAdapterContents(HEADER, null, regularItem);
-        Assert.assertEquals(1, mAdapter.getTotalDownloadSize());
-
-        // Remove the last item in the list.
-        Assert.assertEquals(6, mObserver.onChangedCallback.getCallCount());
-        onDownloadItemRemoved(regularItem.getId(), false, 1);
-        Assert.assertEquals(0, mAdapter.getItemCount());
-        Assert.assertEquals(0, mAdapter.getTotalDownloadSize());
-    }
-
-    /** Test filtering of items. */
-    @Test
-    @SmallTest
-    public void testFilter_SevenItems() throws Exception {
-        DownloadItem item0 = StubbedProvider.createDownloadItem(0, "19840116 12:00");
-        DownloadItem item1 = StubbedProvider.createDownloadItem(1, "19840116 12:01");
-        DownloadItem item2 = StubbedProvider.createDownloadItem(2, "19840117 12:00");
-        DownloadItem item3 = StubbedProvider.createDownloadItem(3, "19840117 12:01");
-        DownloadItem item4 = StubbedProvider.createDownloadItem(4, "19840118 12:00");
-        DownloadItem item5 = StubbedProvider.createDownloadItem(5, "19840118 12:01");
-        OfflineItem item6 = StubbedProvider.createOfflineItem(0, "19840118 6:00");
-        mDownloadDelegate.regularItems.add(item0);
-        mDownloadDelegate.offTheRecordItems.add(item1);
-        mDownloadDelegate.regularItems.add(item2);
-        mDownloadDelegate.regularItems.add(item3);
-        mDownloadDelegate.offTheRecordItems.add(item4);
-        mDownloadDelegate.regularItems.add(item5);
-        mOfflineContentProvider.items.add(item6);
-        initializeAdapter(true, true);
-        checkAdapterContents(
-                HEADER, null, item5, item4, item6, null, item3, item2, null, item1, item0);
-        Assert.assertEquals(1666, mAdapter.getTotalDownloadSize());
-
-        onFilterChanged(DownloadFilter.Type.AUDIO, 2);
-        checkAdapterContents(HEADER, null, item5, item4);
-        Assert.assertEquals(1666, mAdapter.getTotalDownloadSize()); // Total size ignores filters.
-
-        onFilterChanged(DownloadFilter.Type.VIDEO, 2);
-        checkAdapterContents(HEADER, null, item3);
-
-        onFilterChanged(DownloadFilter.Type.IMAGE, 2);
-        checkAdapterContents(HEADER, null, item1, item0);
-
-        onFilterChanged(DownloadFilter.Type.PAGE, 2);
-        checkAdapterContents(HEADER, null, item6);
-
-        onFilterChanged(DownloadFilter.Type.ALL, 2);
-        checkAdapterContents(
-                HEADER, null, item5, item4, item6, null, item3, item2, null, item1, item0);
-        Assert.assertEquals(1666, mAdapter.getTotalDownloadSize());
-    }
-
-    /** Tests that the list is updated appropriately when Offline Pages are deleted. */
-    @Test
-    @SmallTest
-    public void testFilter_AfterOfflineDeletions() throws Exception {
-        OfflineItem item0 = StubbedProvider.createOfflineItem(0, "19840116 6:00");
-        OfflineItem item1 = StubbedProvider.createOfflineItem(1, "19840116 12:00");
-        OfflineItem item2 = StubbedProvider.createOfflineItem(2, "19840120 6:00");
-        mOfflineContentProvider.items.add(item0);
-        mOfflineContentProvider.items.add(item1);
-        mOfflineContentProvider.items.add(item2);
-        initializeAdapter(false, true);
-        checkAdapterContents(HEADER, null, item2, null, item1, item0);
-        Assert.assertEquals(111000, mAdapter.getTotalDownloadSize());
-
-        // Filter shows everything.
-        onOfflineItemDeleted(item1.id, 2);
-        checkAdapterContents(HEADER, null, item2, null, item0);
-
-        // Filter shows nothing when the item is deleted because it's a different kind of item.
-        onFilterChanged(DownloadFilter.Type.AUDIO, 1);
-        Assert.assertEquals(0, mAdapter.getItemCount());
-        onOfflineItemDeleted(item0.id, 0);
-        Assert.assertEquals(0, mAdapter.getItemCount());
-
-        // Filter shows just pages.
-        onFilterChanged(DownloadFilter.Type.PAGE, 2);
-        checkAdapterContents(HEADER, null, item2);
-        onOfflineItemDeleted(item2.id, 1);
-        Assert.assertEquals(0, mAdapter.getItemCount());
-    }
-
-    @Test
-    @SmallTest
-    public void testInProgress_FilePathMapAccurate() throws Exception {
-        Set<DownloadHistoryItemWrapper> toDelete;
-
-        initializeAdapter(false, false);
-        Assert.assertEquals(0, mAdapter.getItemCount());
-        Assert.assertEquals(0, mAdapter.getTotalDownloadSize());
-
-        // Simulate the creation of a new item by providing a DownloadItem without a path.
-        DownloadItem itemCreated = StubbedProvider.createDownloadItem(
-                9, "19840118 12:01", false, DownloadState.IN_PROGRESS, 0);
-        onDownloadItemCreated(itemCreated, 0);
-        mObserver.onDownloadItemCreatedCallback.waitForCallback(0);
-        Assert.assertEquals(mObserver.createdItem, itemCreated);
-
-        checkAdapterContents();
-        toDelete = mAdapter.getItemsForFilePath(itemCreated.getDownloadInfo().getFilePath());
-        Assert.assertNull(toDelete);
-
-        // Update the Adapter with new information about the item.
-        DownloadItem itemUpdated = StubbedProvider.createDownloadItem(
-                10, "19840118 12:01", false, DownloadState.IN_PROGRESS, 50);
-        onDownloadItemUpdated(itemUpdated, 1);
-        Assert.assertEquals(mObserver.updatedItem, itemUpdated);
-
-        checkAdapterContents(HEADER, null, itemUpdated);
-        toDelete = mAdapter.getItemsForFilePath(itemUpdated.getDownloadInfo().getFilePath());
-        Assert.assertNull(toDelete);
-
-        // Tell the Adapter that the item has finished downloading.
-        DownloadItem itemCompleted = StubbedProvider.createDownloadItem(
-                10, "19840118 12:01", false, DownloadState.COMPLETE, 100);
-        onDownloadItemUpdated(itemCompleted, 1);
-        Assert.assertEquals(mObserver.updatedItem, itemCompleted);
-        checkAdapterContents(HEADER, null, itemCompleted);
-
-        // Confirm that the file now shows up when trying to delete it.
-        toDelete = mAdapter.getItemsForFilePath(itemCompleted.getDownloadInfo().getFilePath());
-        Assert.assertEquals(1, toDelete.size());
-        Assert.assertEquals(itemCompleted.getId(), toDelete.iterator().next().getId());
-    }
-
-    @Test
-    @SmallTest
-    public void testSearch_NoFilter() throws Exception {
-        DownloadItem item0 = StubbedProvider.createDownloadItem(0, "19840116 12:00");
-        DownloadItem item1 = StubbedProvider.createDownloadItem(1, "19840116 12:01");
-        DownloadItem item2 = StubbedProvider.createDownloadItem(2, "19840117 12:00");
-        DownloadItem item3 = StubbedProvider.createDownloadItem(3, "19840117 12:01");
-        DownloadItem item4 = StubbedProvider.createDownloadItem(4, "19840118 12:00");
-        DownloadItem item5 = StubbedProvider.createDownloadItem(5, "19840118 12:01");
-        OfflineItem item6 = StubbedProvider.createOfflineItem(0, "19840118 6:00");
-        mDownloadDelegate.regularItems.add(item0);
-        mDownloadDelegate.offTheRecordItems.add(item1);
-        mDownloadDelegate.regularItems.add(item2);
-        mDownloadDelegate.regularItems.add(item3);
-        mDownloadDelegate.offTheRecordItems.add(item4);
-        mDownloadDelegate.regularItems.add(item5);
-        mOfflineContentProvider.items.add(item6);
-        initializeAdapter(true, true);
-        checkAdapterContents(
-                HEADER, null, item5, item4, item6, null, item3, item2, null, item1, item0);
-
-        // Perform a search that matches the file name for a few downloads.
-        TestThreadUtils.runOnUiThreadBlocking(() -> { mAdapter.search("FiLe"); });
-
-        // Only items matching the query should be shown.
-        checkAdapterContents(null, item2, null, item1, item0);
-
-        TestThreadUtils.runOnUiThreadBlocking(() -> { mAdapter.onEndSearch(); });
-
-        // All items should be shown again after the search is ended.
-        checkAdapterContents(
-                HEADER, null, item5, item4, item6, null, item3, item2, null, item1, item0);
-
-        // Perform a search that matches the hostname for a couple downloads.
-        TestThreadUtils.runOnUiThreadBlocking(() -> { mAdapter.search("oNE"); });
-
-        checkAdapterContents(null, item4, null, item1);
-    }
-
-    @Test
-    @SmallTest
-    public void testSearch_WithFilter() throws Exception {
-        DownloadItem item0 = StubbedProvider.createDownloadItem(0, "19840116 12:00");
-        DownloadItem item1 = StubbedProvider.createDownloadItem(1, "19840116 12:01");
-        DownloadItem item2 = StubbedProvider.createDownloadItem(2, "19840117 12:00");
-        DownloadItem item3 = StubbedProvider.createDownloadItem(3, "19840117 12:01");
-        DownloadItem item4 = StubbedProvider.createDownloadItem(4, "19840118 12:00");
-        DownloadItem item5 = StubbedProvider.createDownloadItem(5, "19840118 12:01");
-        OfflineItem item6 = StubbedProvider.createOfflineItem(0, "19840118 6:00");
-        mDownloadDelegate.regularItems.add(item0);
-        mDownloadDelegate.offTheRecordItems.add(item1);
-        mDownloadDelegate.regularItems.add(item2);
-        mDownloadDelegate.regularItems.add(item3);
-        mDownloadDelegate.offTheRecordItems.add(item4);
-        mDownloadDelegate.regularItems.add(item5);
-        mOfflineContentProvider.items.add(item6);
-        initializeAdapter(true, true);
-        checkAdapterContents(
-                HEADER, null, item5, item4, item6, null, item3, item2, null, item1, item0);
-
-        // Change the filter
-        onFilterChanged(DownloadFilter.Type.IMAGE, 2);
-        checkAdapterContents(HEADER, null, item1, item0);
-
-        TestThreadUtils.runOnUiThreadBlocking(() -> { mAdapter.search("FiRSt"); });
-
-        // Only items matching both the filter and the search query should be shown.
-        checkAdapterContents(null, item0);
-
-        TestThreadUtils.runOnUiThreadBlocking(() -> { mAdapter.onEndSearch(); });
-
-        // All items matching the filter should be shown after the search is ended.
-        checkAdapterContents(HEADER, null, item1, item0);
-    }
-
-    @Test
-    @SmallTest
-    public void testSearch_RemoveItem() throws Exception {
-        final DownloadItem item0 = StubbedProvider.createDownloadItem(0, "19840116 12:00");
-        final DownloadItem item1 = StubbedProvider.createDownloadItem(1, "19840116 12:01");
-        final DownloadItem item2 = StubbedProvider.createDownloadItem(2, "19840117 12:00");
-        final DownloadItem item3 = StubbedProvider.createDownloadItem(3, "19840117 12:01");
-        final DownloadItem item4 = StubbedProvider.createDownloadItem(4, "19840118 12:00");
-        final DownloadItem item5 = StubbedProvider.createDownloadItem(5, "19840118 12:01");
-        OfflineItem item6 = StubbedProvider.createOfflineItem(0, "19840118 6:00");
-        mDownloadDelegate.regularItems.add(item0);
-        mDownloadDelegate.offTheRecordItems.add(item1);
-        mDownloadDelegate.regularItems.add(item2);
-        mDownloadDelegate.regularItems.add(item3);
-        mDownloadDelegate.offTheRecordItems.add(item4);
-        mDownloadDelegate.regularItems.add(item5);
-        mOfflineContentProvider.items.add(item6);
-        initializeAdapter(true, true);
-        checkAdapterContents(
-                HEADER, null, item5, item4, item6, null, item3, item2, null, item1, item0);
-
-        // Perform a search that matches the file name for a few downloads.
-        TestThreadUtils.runOnUiThreadBlocking(() -> { mAdapter.search("FiLe"); });
-        // Only items matching the query should be shown.
-        checkAdapterContents(null, item2, null, item1, item0);
-
-        onDownloadItemRemoved(item1.getId(), false, 1);
-
-        checkAdapterContents(null, item2, null, item0);
-    }
-
-    /** Checks that the adapter has the correct items in the right places. */
-    private void checkAdapterContents(Object... expectedItems) {
-        if (expectedItems.length == 0) {
-            Assert.assertEquals(0, mAdapter.getItemCount());
-            return;
-        }
-
-        Assert.assertEquals(expectedItems.length, mAdapter.getItemCount());
-
-        for (int i = 0; i < expectedItems.length; i++) {
-            if (HEADER.equals(expectedItems[i])) {
-                Assert.assertEquals("The header should be the first item in the adapter.", 0, i);
-                Assert.assertEquals(ItemViewType.HEADER, mAdapter.getItemViewType(i));
-            } else if (expectedItems[i] == null) {
-                // Expect a date.
-                // TODO(dfalcantara): Check what date the header is showing.
-                Assert.assertEquals(ItemViewType.DATE, mAdapter.getItemViewType(i));
-            } else {
-                // Expect a particular item.
-                Assert.assertEquals(ItemViewType.NORMAL, mAdapter.getItemViewType(i));
-                Assert.assertEquals(expectedItems[i],
-                        ((DownloadHistoryItemWrapper) mAdapter.getItemAt(i).second).getItem());
-            }
-        }
-    }
-
-}
diff --git a/chrome/android/javatests/src/org/chromium/chrome/browser/download/ui/StubbedProvider.java b/chrome/android/javatests/src/org/chromium/chrome/browser/download/ui/StubbedProvider.java
index 8e7634c..382f3a7 100644
--- a/chrome/android/javatests/src/org/chromium/chrome/browser/download/ui/StubbedProvider.java
+++ b/chrome/android/javatests/src/org/chromium/chrome/browser/download/ui/StubbedProvider.java
@@ -16,8 +16,6 @@
 import org.chromium.chrome.browser.download.DownloadInfo;
 import org.chromium.chrome.browser.download.DownloadItem;
 import org.chromium.chrome.browser.download.DownloadManagerService.DownloadObserver;
-import org.chromium.chrome.browser.widget.ThumbnailProvider;
-import org.chromium.chrome.browser.widget.selection.SelectionDelegate;
 import org.chromium.components.download.DownloadState;
 import org.chromium.components.offline_items_collection.ContentId;
 import org.chromium.components.offline_items_collection.LaunchLocation;
@@ -184,82 +182,18 @@
         }
     }
 
-    /** Stubs out all attempts to get thumbnails for files. */
-    public static class StubbedThumbnailProvider implements ThumbnailProvider {
-        @Override
-        public void destroy() {}
-
-        @Override
-        public void getThumbnail(ThumbnailRequest request) {}
-
-        @Override
-        public void removeThumbnailsFromDisk(String contentId) {}
-
-        @Override
-        public void cancelRetrieval(ThumbnailRequest request) {}
-    }
-
-    /** Stubs out the UIDelegate. */
-    public class StubbedUIDelegate implements UIDelegate {
-        @Override
-        public void deleteItem(DownloadHistoryItemWrapper item) {
-            mHandler.post(() -> item.removePermanently());
-        }
-
-        @Override
-        public void shareItem(DownloadHistoryItemWrapper item) {}
-    }
-
     private static final long ONE_GIGABYTE = 1024L * 1024L * 1024L;
 
     private final Handler mHandler;
     private final StubbedDownloadDelegate mDownloadDelegate;
     private final StubbedOfflineContentProvider mOfflineContentProvider;
-    private final SelectionDelegate<DownloadHistoryItemWrapper> mSelectionDelegate;
-    private final StubbedThumbnailProvider mStubbedThumbnailProvider;
-    private UIDelegate mUIDelegate;
 
     public StubbedProvider() {
         mHandler = new Handler(Looper.getMainLooper());
         mDownloadDelegate = new StubbedDownloadDelegate();
         mOfflineContentProvider = new StubbedOfflineContentProvider();
-        mSelectionDelegate = new DownloadItemSelectionDelegate();
-        mStubbedThumbnailProvider = new StubbedThumbnailProvider();
-        mUIDelegate = new StubbedUIDelegate();
     }
 
-    public void setUIDelegate(UIDelegate delegate) {
-        mUIDelegate = delegate;
-    }
-
-    @Override
-    public StubbedDownloadDelegate getDownloadDelegate() {
-        return mDownloadDelegate;
-    }
-
-    @Override
-    public StubbedOfflineContentProvider getOfflineContentProvider() {
-        return mOfflineContentProvider;
-    }
-
-    @Override
-    public SelectionDelegate<DownloadHistoryItemWrapper> getSelectionDelegate() {
-        return mSelectionDelegate;
-    }
-
-    @Override
-    public StubbedThumbnailProvider getThumbnailProvider() {
-        return mStubbedThumbnailProvider;
-    }
-
-    @Override
-    public UIDelegate getUIDelegate() {
-        return mUIDelegate;
-    }
-
-    @Override
-    public void destroy() {}
-
     /** See {@link #createDownloadItem(int, String, boolean, int, int)}. */
     public static DownloadItem createDownloadItem(int which, String date) throws Exception {
         return createDownloadItem(which, date, false, DownloadState.COMPLETE, 100);
diff --git a/chrome/android/junit/src/org/chromium/chrome/browser/omnibox/status/StatusMediatorUnitTest.java b/chrome/android/junit/src/org/chromium/chrome/browser/omnibox/status/StatusMediatorUnitTest.java
index 378fdbe..85da7592 100644
--- a/chrome/android/junit/src/org/chromium/chrome/browser/omnibox/status/StatusMediatorUnitTest.java
+++ b/chrome/android/junit/src/org/chromium/chrome/browser/omnibox/status/StatusMediatorUnitTest.java
@@ -141,6 +141,18 @@
         Assert.assertEquals(0, mModel.get(StatusProperties.STATUS_ICON_RES));
     }
 
+    @Test
+    @Features.EnableFeatures(ChromeFeatureList.OMNIBOX_SEARCH_ENGINE_LOGO)
+    public void searchEngineLogo_tintAppliedToLoupe() {
+        setupSearchEngineLogoForTesting(true, true, true, false);
+        Mockito.doReturn(false).when(mToolbarCommonPropertiesModel).isIncognito();
+
+        mMediator.setUrlHasFocus(true);
+        mMediator.setShowIconsWhenUrlFocused(true);
+        mMediator.setSecurityIconTint(11);
+        Assert.assertEquals(11, mModel.get(StatusProperties.STATUS_ICON_TINT_RES));
+    }
+
     private void setupSearchEngineLogoForTesting(
             boolean shouldShowLogo, boolean showGoogle, boolean loupeEverywhere, boolean validUrl) {
         Mockito.doReturn(shouldShowLogo).when(mDelegate).shouldShowSearchEngineLogo(false);
diff --git a/chrome/app/chrome_content_browser_overlay_manifest.cc b/chrome/app/chrome_content_browser_overlay_manifest.cc
index c679d36..033c814 100644
--- a/chrome/app/chrome_content_browser_overlay_manifest.cc
+++ b/chrome/app/chrome_content_browser_overlay_manifest.cc
@@ -166,7 +166,6 @@
 #if defined(BROWSER_MEDIA_CONTROLS_MENU)
                 blink::mojom::MediaControlsMenuHost,
 #endif
-                blink::mojom::ShareService,
 #if defined(ENABLE_SPATIAL_NAVIGATION_HOST)
                 blink::mojom::SpatialNavigationHost,
 #endif
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index e7088fa..639b9761 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -966,6 +966,8 @@
     "optimization_guide/prediction/decision_tree_prediction_model.h",
     "optimization_guide/prediction/prediction_model.cc",
     "optimization_guide/prediction/prediction_model.h",
+    "optimization_guide/prediction/prediction_model_fetcher.cc",
+    "optimization_guide/prediction/prediction_model_fetcher.h",
     "page_load_metrics/observers/aborts_page_load_metrics_observer.cc",
     "page_load_metrics/observers/aborts_page_load_metrics_observer.h",
     "page_load_metrics/observers/ad_metrics/ads_page_load_metrics_observer.cc",
diff --git a/chrome/browser/android/chrome_context_util.cc b/chrome/browser/android/chrome_context_util.cc
index 035c139..f9d6713 100644
--- a/chrome/browser/android/chrome_context_util.cc
+++ b/chrome/browser/android/chrome_context_util.cc
@@ -5,7 +5,7 @@
 #include "chrome/browser/android/chrome_context_util.h"
 
 #include "base/android/jni_android.h"
-#include "chrome/android/chrome_jni_headers/ChromeContextUtil_jni.h"
+#include "chrome/browser/util/android/jni_headers/ChromeContextUtil_jni.h"
 
 namespace chrome {
 namespace android {
diff --git a/chrome/browser/badging/badge_manager.cc b/chrome/browser/badging/badge_manager.cc
index 188219d3..221fab6 100644
--- a/chrome/browser/badging/badge_manager.cc
+++ b/chrome/browser/badging/badge_manager.cc
@@ -52,10 +52,13 @@
     mojo::PendingReceiver<blink::mojom::BadgeService> receiver) {
   Profile* profile = Profile::FromBrowserContext(
       content::WebContents::FromRenderFrameHost(frame)->GetBrowserContext());
+
   badging::BadgeManager* badge_manager =
       badging::BadgeManagerFactory::GetInstance()->GetForProfile(profile);
-  BindingContext context(frame->GetProcess()->GetID(), frame->GetRoutingID());
+  if (!badge_manager)
+    return;
 
+  BindingContext context(frame->GetProcess()->GetID(), frame->GetRoutingID());
   badge_manager->receivers_.Add(badge_manager, std::move(receiver),
                                 std::move(context));
 }
diff --git a/chrome/browser/badging/badge_manager_factory.h b/chrome/browser/badging/badge_manager_factory.h
index a0ae2ea..5bc883e 100644
--- a/chrome/browser/badging/badge_manager_factory.h
+++ b/chrome/browser/badging/badge_manager_factory.h
@@ -22,6 +22,8 @@
 // Singleton that provides access to Profile specific BadgeManagers.
 class BadgeManagerFactory : public BrowserContextKeyedServiceFactory {
  public:
+  // Gets the BadgeManager for the current profile. |nullptr| for guest and
+  // incognito profiles.
   static BadgeManager* GetForProfile(Profile* profile);
 
   // Returns the BadgeManagerFactory singleton.
diff --git a/chrome/browser/chrome_browser_interface_binders.cc b/chrome/browser/chrome_browser_interface_binders.cc
index a978aad..5e03ec6 100644
--- a/chrome/browser/chrome_browser_interface_binders.cc
+++ b/chrome/browser/chrome_browser_interface_binders.cc
@@ -8,26 +8,40 @@
 #include "content/public/browser/browser_context.h"
 #include "content/public/browser/render_frame_host.h"
 #include "content/public/browser/render_process_host.h"
+#include "mojo/public/cpp/bindings/pending_receiver.h"
 #include "services/image_annotation/public/mojom/constants.mojom-forward.h"
 #include "services/image_annotation/public/mojom/image_annotation.mojom.h"
 #include "services/service_manager/public/cpp/connector.h"
 
-#if !defined(OS_ANDROID)
+#if defined(OS_ANDROID)
+#include "content/public/browser/web_contents.h"
+#include "services/service_manager/public/cpp/interface_provider.h"
+#include "third_party/blink/public/mojom/webshare/webshare.mojom.h"
+#else
 #include "chrome/browser/badging/badge_manager.h"
 #endif
 
 namespace chrome {
 namespace internal {
 
+#if defined(OS_ANDROID)
+template <typename Interface>
+void ForwardToJavaWebContents(content::RenderFrameHost* frame_host,
+                              mojo::PendingReceiver<Interface> receiver) {
+  content::WebContents* contents =
+      content::WebContents::FromRenderFrameHost(frame_host);
+  if (contents)
+    contents->GetJavaInterfaces()->GetInterface(std::move(receiver));
+}
+#endif
+
 // Forward image Annotator requests to the image_annotation service.
 void BindImageAnnotator(
     content::RenderFrameHost* const frame_host,
     mojo::PendingReceiver<image_annotation::mojom::Annotator> receiver) {
   content::BrowserContext::GetConnectorFor(
       frame_host->GetProcess()->GetBrowserContext())
-      ->BindInterface(
-          image_annotation::mojom::kServiceName,
-          image_annotation::mojom::AnnotatorRequest(std::move(receiver)));
+      ->Connect(image_annotation::mojom::kServiceName, std::move(receiver));
 }
 
 void PopulateChromeFrameBinders(
@@ -35,7 +49,10 @@
   map->Add<image_annotation::mojom::Annotator>(
       base::BindRepeating(&BindImageAnnotator));
 
-#if !defined(OS_ANDROID)
+#if defined(OS_ANDROID)
+  map->Add<blink::mojom::ShareService>(base::BindRepeating(
+      &ForwardToJavaWebContents<blink::mojom::ShareService>));
+#else
   map->Add<blink::mojom::BadgeService>(
       base::BindRepeating(&badging::BadgeManager::BindReceiver));
 #endif
diff --git a/chrome/browser/chrome_browser_main_linux.cc b/chrome/browser/chrome_browser_main_linux.cc
index 39db450..416e300 100644
--- a/chrome/browser/chrome_browser_main_linux.cc
+++ b/chrome/browser/chrome_browser_main_linux.cc
@@ -4,8 +4,6 @@
 
 #include "chrome/browser/chrome_browser_main_linux.h"
 
-#include <fontconfig/fontconfig.h>
-
 #include <memory>
 #include <string>
 #include <utility>
@@ -44,15 +42,6 @@
 ChromeBrowserMainPartsLinux::~ChromeBrowserMainPartsLinux() {
 }
 
-void ChromeBrowserMainPartsLinux::ToolkitInitialized() {
-  // Explicitly initialize Fontconfig early on to prevent races later due to
-  // implicit initialization in response to threads' first calls to Fontconfig:
-  // http://crbug.com/404311
-  FcInit();
-
-  ChromeBrowserMainPartsPosix::ToolkitInitialized();
-}
-
 void ChromeBrowserMainPartsLinux::PreProfileInit() {
 #if !defined(OS_CHROMEOS)
   // Needs to be called after we have chrome::DIR_USER_DATA and
diff --git a/chrome/browser/chrome_browser_main_linux.h b/chrome/browser/chrome_browser_main_linux.h
index d2d833c..2af6bd0 100644
--- a/chrome/browser/chrome_browser_main_linux.h
+++ b/chrome/browser/chrome_browser_main_linux.h
@@ -18,7 +18,6 @@
   ~ChromeBrowserMainPartsLinux() override;
 
   // ChromeBrowserMainParts overrides.
-  void ToolkitInitialized() override;
   void PreProfileInit() override;
   void PostProfileInit() override;
   void PostMainMessageLoopStart() override;
diff --git a/chrome/browser/chrome_content_browser_client.cc b/chrome/browser/chrome_content_browser_client.cc
index ec76f06..7c212a1 100644
--- a/chrome/browser/chrome_content_browser_client.cc
+++ b/chrome/browser/chrome_content_browser_client.cc
@@ -337,7 +337,6 @@
 #include "third_party/blink/public/mojom/installedapp/installed_app_provider.mojom.h"
 #include "third_party/blink/public/mojom/renderer_preferences.mojom.h"
 #include "third_party/blink/public/mojom/user_agent/user_agent_metadata.mojom.h"
-#include "third_party/blink/public/mojom/webshare/webshare.mojom.h"
 #include "third_party/skia/include/core/SkColor.h"
 #include "third_party/widevine/cdm/buildflags.h"
 #include "ui/base/buildflags.h"
@@ -1608,11 +1607,13 @@
     network::mojom::NetworkContext* network_context,
     mojo::PendingRemote<network::mojom::TrustedURLLoaderHeaderClient>*
         header_client,
-    const url::Origin& request_initiator) {
+    const url::Origin& request_initiator,
+    const base::Optional<net::NetworkIsolationKey>& network_isolation_key) {
 #if BUILDFLAG(ENABLE_EXTENSIONS)
   return ChromeContentBrowserClientExtensionsPart::
-      CreateURLLoaderFactoryForNetworkRequests(
-          process, network_context, header_client, request_initiator);
+      CreateURLLoaderFactoryForNetworkRequests(process, network_context,
+                                               header_client, request_initiator,
+                                               network_isolation_key);
 #else
   return network::mojom::URLLoaderFactoryPtrInfo();
 #endif
@@ -4455,8 +4456,6 @@
 #endif
 
 #if defined(OS_ANDROID)
-  frame_interfaces_parameterized_->AddInterface(base::Bind(
-      &ForwardToJavaWebContentsRegistry<blink::mojom::ShareService>));
 #if defined(ENABLE_SPATIAL_NAVIGATION_HOST)
   frame_interfaces_parameterized_->AddInterface(base::Bind(
       &ForwardToJavaWebContentsRegistry<blink::mojom::SpatialNavigationHost>));
diff --git a/chrome/browser/chrome_content_browser_client.h b/chrome/browser/chrome_content_browser_client.h
index d0671e23..a4e17082 100644
--- a/chrome/browser/chrome_content_browser_client.h
+++ b/chrome/browser/chrome_content_browser_client.h
@@ -157,7 +157,9 @@
       network::mojom::NetworkContext* network_context,
       mojo::PendingRemote<network::mojom::TrustedURLLoaderHeaderClient>*
           header_client,
-      const url::Origin& request_initiator) override;
+      const url::Origin& request_initiator,
+      const base::Optional<net::NetworkIsolationKey>& network_isolation_key)
+      override;
   void GetAdditionalWebUISchemes(
       std::vector<std::string>* additional_schemes) override;
   void GetAdditionalViewSourceSchemes(
diff --git a/chrome/browser/chromeos/BUILD.gn b/chrome/browser/chromeos/BUILD.gn
index aa3c5eb..8c327c0 100644
--- a/chrome/browser/chromeos/BUILD.gn
+++ b/chrome/browser/chromeos/BUILD.gn
@@ -758,6 +758,8 @@
     "crostini/crostini_export_import.h",
     "crostini/crostini_export_import_notification.cc",
     "crostini/crostini_export_import_notification.h",
+    "crostini/crostini_features.cc",
+    "crostini/crostini_features.h",
     "crostini/crostini_installer.cc",
     "crostini/crostini_installer.h",
     "crostini/crostini_installer_ui_delegate.h",
@@ -2325,6 +2327,8 @@
     "certificate_provider/test_certificate_provider_extension.h",
     "crostini/crostini_test_helper.cc",
     "crostini/crostini_test_helper.h",
+    "crostini/fake_crostini_features.cc",
+    "crostini/fake_crostini_features.h",
     "drive/drivefs_test_support.cc",
     "drive/drivefs_test_support.h",
     "extensions/test_external_cache.cc",
@@ -2499,6 +2503,7 @@
     "crostini/ansible/pending_software_changes_unittest.cc",
     "crostini/ansible/software_config_unittest.cc",
     "crostini/crostini_export_import_unittest.cc",
+    "crostini/crostini_features_unittest.cc",
     "crostini/crostini_installer_unittest.cc",
     "crostini/crostini_manager_unittest.cc",
     "crostini/crostini_mime_types_service_unittest.cc",
diff --git a/chrome/browser/chromeos/arc/tracing/arc_system_model_unittest.cc b/chrome/browser/chromeos/arc/tracing/arc_system_model_unittest.cc
index 562b58c..8f45e3b 100644
--- a/chrome/browser/chromeos/arc/tracing/arc_system_model_unittest.cc
+++ b/chrome/browser/chromeos/arc/tracing/arc_system_model_unittest.cc
@@ -146,22 +146,23 @@
   ArcSystemModel model;
 
   model.memory_events().emplace_back(
-      0 /* timestamp */, ArcValueEvent::Type::kGpuFreq, 100 /* value */);
+      0 /* timestamp */, ArcValueEvent::Type::kGpuFrequency, 100 /* value */);
   model.memory_events().emplace_back(
-      0 /* timestamp */, ArcValueEvent::Type::kCpuTemp, 20 /* value */);
+      0 /* timestamp */, ArcValueEvent::Type::kCpuTemperature, 20 /* value */);
   model.memory_events().emplace_back(
-      100 /* timestamp */, ArcValueEvent::Type::kGpuFreq, 150 /* value */);
-  model.memory_events().emplace_back(
-      200 /* timestamp */, ArcValueEvent::Type::kCpuTemp, 50 /* value */);
+      100 /* timestamp */, ArcValueEvent::Type::kGpuFrequency, 150 /* value */);
+  model.memory_events().emplace_back(200 /* timestamp */,
+                                     ArcValueEvent::Type::kCpuTemperature,
+                                     50 /* value */);
 
   EXPECT_EQ(4u, model.memory_events().size());
 
   model.CloseRangeForValueEvents(200 /* timestamp */);
 
-  // kGpuFreq is extended.
+  // kGpuFrequency is extended.
   ASSERT_EQ(5u, model.memory_events().size());
-  EXPECT_EQ(ArcValueEvent(200 /* timestamp */, ArcValueEvent::Type::kGpuFreq,
-                          150 /* value */),
+  EXPECT_EQ(ArcValueEvent(200 /* timestamp */,
+                          ArcValueEvent::Type::kGpuFrequency, 150 /* value */),
             model.memory_events().back());
 }
 
diff --git a/chrome/browser/chromeos/arc/tracing/arc_system_stat_collector.cc b/chrome/browser/chromeos/arc/tracing/arc_system_stat_collector.cc
index cbb9d44..8acd46e 100644
--- a/chrome/browser/chromeos/arc/tracing/arc_system_stat_collector.cc
+++ b/chrome/browser/chromeos/arc/tracing/arc_system_stat_collector.cc
@@ -42,6 +42,8 @@
 const base::FilePath::CharType kGemInfoPath[] =
     FILE_PATH_LITERAL("/run/debugfs_gpu/i915_gem_objects");
 #endif
+const base::FilePath::CharType kCpuFrequencyPath[] =
+    FILE_PATH_LITERAL("/sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq");
 
 bool IsWhitespace(char c) {
   return c == ' ' || c == '\t' || c == '\n';
@@ -108,7 +110,14 @@
   return instance->path();
 }
 
-enum SystemReader { kZram = 0, kMemoryInfo, kGemInfo, kCpuTemperature, kTotal };
+enum SystemReader {
+  kZram = 0,
+  kMemoryInfo,
+  kGemInfo,
+  kCpuTemperature,
+  kCpuFrequency,
+  kTotal
+};
 
 }  // namespace
 
@@ -122,6 +131,7 @@
   int gem_objects = 0;
   int gem_size_kb = 0;
   int cpu_temperature = std::numeric_limits<int>::min();
+  int cpu_frequency = 0;
 };
 
 struct ArcSystemStatCollector::SystemReadersContext {
@@ -156,6 +166,12 @@
       LOG(ERROR) << "Failed to open cpu temperature file: " << cpu_temp_path.value();
     }
 
+    context->system_readers[SystemReader::kCpuFrequency].reset(
+        open(kCpuFrequencyPath, O_RDONLY));
+    if (!context->system_readers[SystemReader::kCpuFrequency].is_valid()) {
+      LOG(ERROR) << "Failed to open cpu frequency file: " << kCpuFrequencyPath;
+    }
+
     return context;
   }
 
@@ -180,7 +196,7 @@
 constexpr int ArcSystemStatCollector::kGemInfoColumns[];
 
 // static
-constexpr int ArcSystemStatCollector::kCpuTempInfoColumns[];
+constexpr int ArcSystemStatCollector::kOneValueColumns[];
 
 ArcSystemStatCollector::ArcSystemStatCollector() {}
 
@@ -235,7 +251,9 @@
   ArcValueEventTrimmer swap_wait(&system_model->memory_events(),
                                  ArcValueEvent::Type::kSwapWait);
   ArcValueEventTrimmer cpu_temperature(&system_model->memory_events(),
-                                       ArcValueEvent::Type::kCpuTemp);
+                                       ArcValueEvent::Type::kCpuTemperature);
+  ArcValueEventTrimmer cpu_frequency(&system_model->memory_events(),
+                                     ArcValueEvent::Type::kCpuFrequency);
   while (sample_index < write_index_) {
     const Sample& sample = samples_[sample_index % samples_.size()];
     ++sample_index;
@@ -254,6 +272,8 @@
     swap_wait.MaybeAdd(timestamp, sample.swap_waiting_time_ms);
     if (sample.cpu_temperature > std::numeric_limits<int>::min())
       cpu_temperature.MaybeAdd(timestamp, sample.cpu_temperature);
+    if (sample.cpu_frequency > 0)
+      cpu_frequency.MaybeAdd(timestamp, sample.cpu_frequency);
   }
   // Trimmer may break time sequence for events of different types. However
   // time sequence of events of the same type should be preserved.
@@ -335,7 +355,7 @@
            sizeof(context->current_frame.gem_info));
     static bool error_reported = false;
     if (!error_reported) {
-      LOG(ERROR) << "Failed to read gem info file: " << kGemInfoColumns;
+      LOG(ERROR) << "Failed to read gem info file: " << kGemInfoPath;
       error_reported = true;
     }
   }
@@ -343,7 +363,7 @@
   if (!context->system_readers[SystemReader::kCpuTemperature].is_valid() ||
       !ParseStatFile(
           context->system_readers[SystemReader::kCpuTemperature].get(),
-          kCpuTempInfoColumns, &context->current_frame.cpu_temperature)) {
+          kOneValueColumns, &context->current_frame.cpu_temperature)) {
     context->current_frame.cpu_temperature = std::numeric_limits<int>::min();
     static bool error_reported = false;
     if (!error_reported) {
@@ -353,6 +373,17 @@
     }
   }
 
+  if (!context->system_readers[SystemReader::kCpuFrequency].is_valid() ||
+      !ParseStatFile(context->system_readers[SystemReader::kCpuFrequency].get(),
+                     kOneValueColumns, &context->current_frame.cpu_frequency)) {
+    context->current_frame.cpu_frequency = 0;
+    static bool error_reported = false;
+    if (!error_reported) {
+      LOG(ERROR) << "Failed to read cpu frequency : " << kCpuFrequencyPath;
+      error_reported = true;
+    }
+  }
+
   return context;
 }
 
@@ -379,6 +410,7 @@
         context->current_frame.zram_stat[2] - previous_frame_.zram_stat[2];
   }
   current_sample.cpu_temperature = context->current_frame.cpu_temperature;
+  current_sample.cpu_frequency = context->current_frame.cpu_frequency;
   DCHECK_GE(current_sample.swap_sectors_read, 0);
   DCHECK_GE(current_sample.swap_sectors_write, 0);
   DCHECK_GE(current_sample.swap_waiting_time_ms, 0);
diff --git a/chrome/browser/chromeos/arc/tracing/arc_system_stat_collector.h b/chrome/browser/chromeos/arc/tracing/arc_system_stat_collector.h
index 29b92d0e..ba4c484 100644
--- a/chrome/browser/chromeos/arc/tracing/arc_system_stat_collector.h
+++ b/chrome/browser/chromeos/arc/tracing/arc_system_stat_collector.h
@@ -58,12 +58,11 @@
       -1,  // End of sequence
   };
 
-  // Indices of fields to parse
-  // /sys/class/hwmon/hwmon*/temp*_input
-  // As an example:
+  // Indices of fields to parse as one value.
+  // For example: /sys/class/hwmon/hwmon*/temp*_input
   // 30000
-  static constexpr int kCpuTempInfoColumns[] = {
-      0,   // Temperature in celsius * 1000.
+  static constexpr int kOneValueColumns[] = {
+      0,
       -1,  // End of sequence
   };
 
@@ -95,6 +94,8 @@
     int64_t gem_info[base::size(kGemInfoColumns) - 1] = {0};
     // Temperature of CPU, Core 0.
     int64_t cpu_temperature = std::numeric_limits<int>::min();
+    // CPU Frequency.
+    int64_t cpu_frequency = 0;
   };
 
   // Schedules reading System stat files in |ReadSystemStatOnBackgroundThread|
diff --git a/chrome/browser/chromeos/arc/tracing/arc_system_stat_collector_unittest.cc b/chrome/browser/chromeos/arc/tracing/arc_system_stat_collector_unittest.cc
index 9c80bbf..60e069c 100644
--- a/chrome/browser/chromeos/arc/tracing/arc_system_stat_collector_unittest.cc
+++ b/chrome/browser/chromeos/arc/tracing/arc_system_stat_collector_unittest.cc
@@ -57,7 +57,7 @@
 
   int64_t cpu_temp;
   EXPECT_TRUE(ParseStatFile(OpenTestStatFile("temp1_input").get(),
-                            ArcSystemStatCollector::kCpuTempInfoColumns,
+                            ArcSystemStatCollector::kOneValueColumns,
                             &cpu_temp));
   EXPECT_EQ(52000, cpu_temp);
 }
diff --git a/chrome/browser/chromeos/arc/tracing/arc_tracing_model.cc b/chrome/browser/chromeos/arc/tracing/arc_tracing_model.cc
index ca1bc33..7dea4fa 100644
--- a/chrome/browser/chromeos/arc/tracing/arc_tracing_model.cc
+++ b/chrome/browser/chromeos/arc/tracing/arc_tracing_model.cc
@@ -313,7 +313,7 @@
     return false;
   }
 
-  value_events->emplace_back(timestamp, ArcValueEvent::Type::kGpuFreq,
+  value_events->emplace_back(timestamp, ArcValueEvent::Type::kGpuFrequency,
                              new_freq);
   return true;
 }
diff --git a/chrome/browser/chromeos/arc/tracing/arc_value_event.cc b/chrome/browser/chromeos/arc/tracing/arc_value_event.cc
index 880a063..4e21bd3 100644
--- a/chrome/browser/chromeos/arc/tracing/arc_value_event.cc
+++ b/chrome/browser/chromeos/arc/tracing/arc_value_event.cc
@@ -46,8 +46,9 @@
       case ArcValueEvent::Type::kSwapWait:
       case ArcValueEvent::Type::kGemObjects:
       case ArcValueEvent::Type::kGemSize:
-      case ArcValueEvent::Type::kGpuFreq:
-      case ArcValueEvent::Type::kCpuTemp:
+      case ArcValueEvent::Type::kGpuFrequency:
+      case ArcValueEvent::Type::kCpuTemperature:
+      case ArcValueEvent::Type::kCpuFrequency:
         break;
       default:
         return false;
diff --git a/chrome/browser/chromeos/arc/tracing/arc_value_event.h b/chrome/browser/chromeos/arc/tracing/arc_value_event.h
index 652e70d..735ed4c 100644
--- a/chrome/browser/chromeos/arc/tracing/arc_value_event.h
+++ b/chrome/browser/chromeos/arc/tracing/arc_value_event.h
@@ -22,8 +22,9 @@
     kSwapWait,
     kGemObjects,
     kGemSize,
-    kGpuFreq,
-    kCpuTemp,
+    kGpuFrequency,
+    kCpuTemperature,
+    kCpuFrequency,
   };
 
   ArcValueEvent(int64_t timestamp, Type type, int value);
@@ -40,8 +41,9 @@
    * kSwapWait - milliseconds.
    * kGemObjects - number of objects
    * kGemSize - kb
-   * kGpuFreq - mhz
-   * kCpuTemp - celsius * 1000
+   * kGpuFrequency - mhz
+   * kCpuTemperature - celsius * 1000
+   * kCpuFrequency - khz
    */
   int value;
 };
diff --git a/chrome/browser/chromeos/crostini/crostini_export_import.cc b/chrome/browser/chromeos/crostini/crostini_export_import.cc
index 6b93aca..364ff07 100644
--- a/chrome/browser/chromeos/crostini/crostini_export_import.cc
+++ b/chrome/browser/chromeos/crostini/crostini_export_import.cc
@@ -13,6 +13,7 @@
 #include "base/strings/stringprintf.h"
 #include "base/task/post_task.h"
 #include "base/time/time.h"
+#include "chrome/browser/chromeos/crostini/crostini_features.h"
 #include "chrome/browser/chromeos/crostini/crostini_manager_factory.h"
 #include "chrome/browser/chromeos/crostini/crostini_util.h"
 #include "chrome/browser/chromeos/file_manager/path_util.h"
@@ -81,21 +82,19 @@
 }
 
 void CrostiniExportImport::ExportContainer(content::WebContents* web_contents) {
-  if (!IsCrostiniExportImportUIAllowedForProfile(profile_)) {
-    return;
-  }
   OpenFileDialog(ExportImportType::EXPORT, web_contents);
 }
 
 void CrostiniExportImport::ImportContainer(content::WebContents* web_contents) {
-  if (!IsCrostiniExportImportUIAllowedForProfile(profile_)) {
-    return;
-  }
   OpenFileDialog(ExportImportType::IMPORT, web_contents);
 }
 
 void CrostiniExportImport::OpenFileDialog(ExportImportType type,
                                           content::WebContents* web_contents) {
+  if (!crostini::CrostiniFeatures::Get()->IsExportImportUIAllowed(profile_)) {
+    return;
+  }
+
   ui::SelectFileDialog::Type file_selector_mode;
   unsigned title = 0;
   base::FilePath default_path;
@@ -160,7 +159,7 @@
     ContainerId container_id,
     base::FilePath path,
     CrostiniManager::CrostiniResultCallback callback) {
-  if (!IsCrostiniExportImportUIAllowedForProfile(profile_)) {
+  if (!crostini::CrostiniFeatures::Get()->IsExportImportUIAllowed(profile_)) {
     return std::move(callback).Run(CrostiniResult::NOT_ALLOWED);
   }
   auto* notification = CrostiniExportImportNotification::Create(
diff --git a/chrome/browser/chromeos/crostini/crostini_features.cc b/chrome/browser/chromeos/crostini/crostini_features.cc
new file mode 100644
index 0000000..c977285
--- /dev/null
+++ b/chrome/browser/chromeos/crostini/crostini_features.cc
@@ -0,0 +1,52 @@
+// Copyright 2019 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#include "chrome/browser/chromeos/crostini/crostini_features.h"
+
+#include "base/feature_list.h"
+#include "chrome/browser/chromeos/crostini/crostini_pref_names.h"
+#include "chrome/browser/chromeos/crostini/crostini_util.h"
+#include "chrome/browser/profiles/profile.h"
+#include "chromeos/constants/chromeos_features.h"
+#include "components/prefs/pref_service.h"
+
+namespace crostini {
+
+static CrostiniFeatures* g_crostini_features = nullptr;
+
+CrostiniFeatures* CrostiniFeatures::Get() {
+  if (!g_crostini_features) {
+    g_crostini_features = new CrostiniFeatures();
+  }
+  return g_crostini_features;
+}
+
+void CrostiniFeatures::SetForTesting(CrostiniFeatures* features) {
+  g_crostini_features = features;
+}
+
+CrostiniFeatures::CrostiniFeatures() = default;
+
+CrostiniFeatures::~CrostiniFeatures() = default;
+
+bool CrostiniFeatures::IsUIAllowed(Profile* profile, bool check_policy) {
+  // TODO(crbug.com/1004708): Move implementation from crostini_util to here and
+  // redirect all callers.
+  return crostini::IsCrostiniUIAllowedForProfile(profile);
+}
+
+bool CrostiniFeatures::IsExportImportUIAllowed(Profile* profile) {
+  return g_crostini_features->IsUIAllowed(profile, true) &&
+         base::FeatureList::IsEnabled(chromeos::features::kCrostiniBackup) &&
+         profile->GetPrefs()->GetBoolean(
+             crostini::prefs::kUserCrostiniExportImportUIAllowedByPolicy);
+}
+
+bool CrostiniFeatures::IsRootAccessAllowed(Profile* profile) {
+  // TODO(crbug.com/1004708): Move implementation from crostini_util to here and
+  // redirect all callers.
+  return crostini::IsCrostiniRootAccessAllowed(profile);
+}
+
+}  // namespace crostini
diff --git a/chrome/browser/chromeos/crostini/crostini_features.h b/chrome/browser/chromeos/crostini/crostini_features.h
new file mode 100644
index 0000000..551e3f18
--- /dev/null
+++ b/chrome/browser/chromeos/crostini/crostini_features.h
@@ -0,0 +1,47 @@
+// Copyright 2019 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+//
+#ifndef CHROME_BROWSER_CHROMEOS_CROSTINI_CROSTINI_FEATURES_H_
+#define CHROME_BROWSER_CHROMEOS_CROSTINI_CROSTINI_FEATURES_H_
+
+#include "base/macros.h"
+
+class Profile;
+
+namespace crostini {
+
+// CrostiniFeatures provides an interface for querying which parts of crostini
+// are enabled or allowed.
+class CrostiniFeatures {
+ public:
+  static CrostiniFeatures* Get();
+
+  // When |check_policy| is true, returns true if fully interactive crostini UI
+  // may be shown. Implies crostini is allowed to run.
+  // When check_policy is false, returns true if crostini UI is not forbidden by
+  // hardware, flags, etc, even if it is forbidden by the enterprise policy. The
+  // UI uses this to indicate that crostini is available but disabled by policy.
+  virtual bool IsUIAllowed(Profile*, bool check_policy);
+
+  // Returns true if policy allows export import UI.
+  virtual bool IsExportImportUIAllowed(Profile*);
+
+  // Returns whether user is allowed root access to Crostini. Always returns
+  // true when advanced access controls feature flag is disabled.
+  virtual bool IsRootAccessAllowed(Profile*);
+
+  // TODO(crbug.com/1004708): Move other functions from crostini_util to here.
+
+ protected:
+  static void SetForTesting(CrostiniFeatures* features);
+
+  CrostiniFeatures();
+  virtual ~CrostiniFeatures();
+
+  DISALLOW_COPY_AND_ASSIGN(CrostiniFeatures);
+};
+
+}  // namespace crostini
+
+#endif  // CHROME_BROWSER_CHROMEOS_CROSTINI_CROSTINI_FEATURES_H_
diff --git a/chrome/browser/chromeos/crostini/crostini_features_unittest.cc b/chrome/browser/chromeos/crostini/crostini_features_unittest.cc
new file mode 100644
index 0000000..ef57286
--- /dev/null
+++ b/chrome/browser/chromeos/crostini/crostini_features_unittest.cc
@@ -0,0 +1,63 @@
+// Copyright 2019 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#include "chrome/browser/chromeos/crostini/crostini_features.h"
+
+#include "base/test/scoped_feature_list.h"
+#include "chrome/browser/chromeos/crostini/crostini_pref_names.h"
+#include "chrome/browser/chromeos/crostini/fake_crostini_features.h"
+#include "chrome/test/base/testing_profile.h"
+#include "chromeos/constants/chromeos_features.h"
+#include "components/prefs/pref_service.h"
+#include "content/public/test/browser_task_environment.h"
+#include "testing/gtest/include/gtest/gtest.h"
+
+namespace crostini {
+
+TEST(CrostiniFeaturesTest, TestFakeReplaces) {
+  CrostiniFeatures* original = CrostiniFeatures::Get();
+  {
+    FakeCrostiniFeatures crostini_features;
+    EXPECT_NE(original, CrostiniFeatures::Get());
+    EXPECT_EQ(&crostini_features, CrostiniFeatures::Get());
+  }
+  EXPECT_EQ(original, CrostiniFeatures::Get());
+}
+
+TEST(CrostiniFeaturesTest, TestExportImportUIAllowed) {
+  content::BrowserTaskEnvironment task_environment;
+  TestingProfile profile;
+  FakeCrostiniFeatures crostini_features;
+  base::test::ScopedFeatureList scoped_feature_list;
+
+  // Set up for success.
+  crostini_features.set_ui_allowed(true);
+  scoped_feature_list.InitWithFeatures({chromeos::features::kCrostiniBackup},
+                                       {});
+  profile.GetPrefs()->SetBoolean(
+      crostini::prefs::kUserCrostiniExportImportUIAllowedByPolicy, true);
+
+  // Success.
+  EXPECT_TRUE(crostini_features.IsExportImportUIAllowed(&profile));
+
+  // Crostini UI not allowed.
+  crostini_features.set_ui_allowed(false);
+  EXPECT_FALSE(crostini_features.IsExportImportUIAllowed(&profile));
+  crostini_features.set_ui_allowed(true);
+
+  // Feature disabled.
+  {
+    base::test::ScopedFeatureList feature_list_disabled;
+    feature_list_disabled.InitWithFeatures(
+        {}, {chromeos::features::kCrostiniBackup});
+    EXPECT_FALSE(crostini_features.IsExportImportUIAllowed(&profile));
+  }
+
+  // Pref off.
+  profile.GetPrefs()->SetBoolean(
+      crostini::prefs::kUserCrostiniExportImportUIAllowedByPolicy, false);
+  EXPECT_FALSE(crostini_features.IsExportImportUIAllowed(&profile));
+}
+
+}  // namespace crostini
diff --git a/chrome/browser/chromeos/crostini/crostini_util.cc b/chrome/browser/chromeos/crostini/crostini_util.cc
index 346f941..a22a3a0 100644
--- a/chrome/browser/chromeos/crostini/crostini_util.cc
+++ b/chrome/browser/chromeos/crostini/crostini_util.cc
@@ -344,13 +344,6 @@
   return IsCrostiniAllowedForProfileImpl(profile);
 }
 
-bool IsCrostiniExportImportUIAllowedForProfile(Profile* profile) {
-  return IsCrostiniUIAllowedForProfile(profile, true) &&
-         base::FeatureList::IsEnabled(chromeos::features::kCrostiniBackup) &&
-         profile->GetPrefs()->GetBoolean(
-             crostini::prefs::kUserCrostiniExportImportUIAllowedByPolicy);
-}
-
 bool IsCrostiniEnabled(Profile* profile) {
   return IsCrostiniUIAllowedForProfile(profile) &&
          profile->GetPrefs()->GetBoolean(crostini::prefs::kCrostiniEnabled);
diff --git a/chrome/browser/chromeos/crostini/crostini_util.h b/chrome/browser/chromeos/crostini/crostini_util.h
index c6e630c..df91648 100644
--- a/chrome/browser/chromeos/crostini/crostini_util.h
+++ b/chrome/browser/chromeos/crostini/crostini_util.h
@@ -26,6 +26,8 @@
 
 class Profile;
 
+// TODO(crbug.com/1004708): Move Is*[Enabled|Allowed] functions to
+// CrostiniFeatures.
 namespace crostini {
 
 struct LinuxPackageInfo;
@@ -54,9 +56,6 @@
 // UI uses this to indicate that crostini is available but disabled by policy.
 bool IsCrostiniUIAllowedForProfile(Profile* profile, bool check_policy = true);
 
-// Returns true if policy allows export import UI.
-bool IsCrostiniExportImportUIAllowedForProfile(Profile* profile);
-
 // Returns whether if Crostini has been enabled, i.e. the user has launched it
 // at least once and not deleted it.
 bool IsCrostiniEnabled(Profile* profile);
diff --git a/chrome/browser/chromeos/crostini/fake_crostini_features.cc b/chrome/browser/chromeos/crostini/fake_crostini_features.cc
new file mode 100644
index 0000000..7256e28
--- /dev/null
+++ b/chrome/browser/chromeos/crostini/fake_crostini_features.cc
@@ -0,0 +1,36 @@
+// Copyright 2019 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#include "chrome/browser/chromeos/crostini/fake_crostini_features.h"
+
+namespace crostini {
+
+FakeCrostiniFeatures::FakeCrostiniFeatures() {
+  original_features_ = CrostiniFeatures::Get();
+  CrostiniFeatures::SetForTesting(this);
+}
+
+FakeCrostiniFeatures::~FakeCrostiniFeatures() {
+  CrostiniFeatures::SetForTesting(original_features_);
+}
+
+bool FakeCrostiniFeatures::IsUIAllowed(Profile* profile, bool check_policy) {
+  if (ui_allowed_set_)
+    return ui_allowed_;
+  return original_features_->IsUIAllowed(profile, check_policy);
+}
+
+bool FakeCrostiniFeatures::IsExportImportUIAllowed(Profile* profile) {
+  if (export_import_ui_allowed_set_)
+    return export_import_ui_allowed_;
+  return original_features_->IsExportImportUIAllowed(profile);
+}
+
+bool FakeCrostiniFeatures::IsRootAccessAllowed(Profile* profile) {
+  if (root_access_allowed_set_)
+    return root_access_allowed_;
+  return original_features_->IsRootAccessAllowed(profile);
+}
+
+}  // namespace crostini
diff --git a/chrome/browser/chromeos/crostini/fake_crostini_features.h b/chrome/browser/chromeos/crostini/fake_crostini_features.h
new file mode 100644
index 0000000..54989ec7
--- /dev/null
+++ b/chrome/browser/chromeos/crostini/fake_crostini_features.h
@@ -0,0 +1,57 @@
+// Copyright 2019 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#ifndef CHROME_BROWSER_CHROMEOS_CROSTINI_FAKE_CROSTINI_FEATURES_H_
+#define CHROME_BROWSER_CHROMEOS_CROSTINI_FAKE_CROSTINI_FEATURES_H_
+
+#include "base/macros.h"
+#include "chrome/browser/chromeos/crostini/crostini_features.h"
+
+class Profile;
+
+namespace crostini {
+
+// FakeCrostiniFeatures implements a fake version of CrostiniFeatures which can
+// be used for testing.  It captures the current global CrostiniFeatures object
+// and replaces it for the scope of this object.  It overrides only the
+// features that you set and uses the previous object for other features.
+class FakeCrostiniFeatures : public CrostiniFeatures {
+ public:
+  FakeCrostiniFeatures();
+  ~FakeCrostiniFeatures() override;
+
+  // CrostiniFeatures:
+  bool IsUIAllowed(Profile* profile, bool check_policy) override;
+  bool IsExportImportUIAllowed(Profile* profile) override;
+  bool IsRootAccessAllowed(Profile* profile) override;
+
+  void set_ui_allowed(bool allowed) {
+    ui_allowed_set_ = true;
+    ui_allowed_ = allowed;
+  }
+  void set_export_import_ui_allowed(bool allowed) {
+    export_import_ui_allowed_set_ = true;
+    export_import_ui_allowed_ = allowed;
+  }
+  void set_root_access_allowed(bool allowed) {
+    root_access_allowed_set_ = true;
+    root_access_allowed_ = allowed;
+  }
+
+ private:
+  // Original global static when this instance is created.  It is captured when
+  // FakeCrostiniFeatures is created and replaced at destruction.
+  CrostiniFeatures* original_features_;
+
+  bool ui_allowed_set_ = false;
+  bool ui_allowed_ = false;
+  bool export_import_ui_allowed_set_ = false;
+  bool export_import_ui_allowed_ = false;
+  bool root_access_allowed_set_ = false;
+  bool root_access_allowed_ = false;
+};
+
+}  // namespace crostini
+
+#endif  // CHROME_BROWSER_CHROMEOS_CROSTINI_FAKE_CROSTINI_FEATURES_H_
diff --git a/chrome/browser/chromeos/extensions/input_method_api.cc b/chrome/browser/chromeos/extensions/input_method_api.cc
index 2d98a5f..45c52b5 100644
--- a/chrome/browser/chromeos/extensions/input_method_api.cc
+++ b/chrome/browser/chromeos/extensions/input_method_api.cc
@@ -85,9 +85,6 @@
 
 ExtensionFunction::ResponseAction
 InputMethodPrivateGetInputMethodConfigFunction::Run() {
-#if !defined(OS_CHROMEOS)
-  EXTENSION_FUNCTION_VALIDATE(false);
-#else
   std::unique_ptr<base::DictionaryValue> output(new base::DictionaryValue());
   output->SetBoolean("isPhysicalKeyboardAutocorrectEnabled", true);
   output->SetBoolean("isImeMenuActivated",
@@ -95,26 +92,18 @@
                          ->GetPrefs()
                          ->GetBoolean(prefs::kLanguageImeMenuActivated));
   return RespondNow(OneArgument(std::move(output)));
-#endif
 }
 
 ExtensionFunction::ResponseAction
 InputMethodPrivateGetCurrentInputMethodFunction::Run() {
-#if !defined(OS_CHROMEOS)
-  EXTENSION_FUNCTION_VALIDATE(false);
-#else
   chromeos::input_method::InputMethodManager* manager =
       chromeos::input_method::InputMethodManager::Get();
   return RespondNow(OneArgument(std::make_unique<base::Value>(
       manager->GetActiveIMEState()->GetCurrentInputMethod().id())));
-#endif
 }
 
 ExtensionFunction::ResponseAction
 InputMethodPrivateSetCurrentInputMethodFunction::Run() {
-#if !defined(OS_CHROMEOS)
-  EXTENSION_FUNCTION_VALIDATE(false);
-#else
   std::unique_ptr<SetCurrentInputMethod::Params> params(
       SetCurrentInputMethod::Params::Create(*args_));
   EXTENSION_FUNCTION_VALIDATE(params.get());
@@ -131,14 +120,10 @@
     }
   }
   return RespondNow(Error("Invalid input method id."));
-#endif
 }
 
 ExtensionFunction::ResponseAction
 InputMethodPrivateGetInputMethodsFunction::Run() {
-#if !defined(OS_CHROMEOS)
-  EXTENSION_FUNCTION_VALIDATE(false);
-#else
   std::unique_ptr<base::ListValue> output(new base::ListValue());
   chromeos::input_method::InputMethodManager* manager =
       chromeos::input_method::InputMethodManager::Get();
@@ -157,14 +142,10 @@
     output->Append(std::move(val));
   }
   return RespondNow(OneArgument(std::move(output)));
-#endif
 }
 
 ExtensionFunction::ResponseAction
 InputMethodPrivateFetchAllDictionaryWordsFunction::Run() {
-#if !defined(OS_CHROMEOS)
-  EXTENSION_FUNCTION_VALIDATE(false);
-#else
   SpellcheckService* spellcheck = SpellcheckServiceFactory::GetForContext(
       context_);
   if (!spellcheck) {
@@ -181,14 +162,10 @@
     output->AppendString(*it);
   }
   return RespondNow(OneArgument(std::move(output)));
-#endif
 }
 
 ExtensionFunction::ResponseAction
 InputMethodPrivateAddWordToDictionaryFunction::Run() {
-#if !defined(OS_CHROMEOS)
-  EXTENSION_FUNCTION_VALIDATE(false);
-#else
   std::unique_ptr<AddWordToDictionary::Params> params(
       AddWordToDictionary::Params::Create(*args_));
   EXTENSION_FUNCTION_VALIDATE(params.get());
@@ -211,14 +188,10 @@
   // - Leading/trailing whitespace.
   // - Empty.
   return RespondNow(Error("Unable to add invalid word to dictionary."));
-#endif
 }
 
 ExtensionFunction::ResponseAction
 InputMethodPrivateGetEncryptSyncEnabledFunction::Run() {
-#if !defined(OS_CHROMEOS)
-  EXTENSION_FUNCTION_VALIDATE(false);
-#else
   syncer::SyncService* sync_service = ProfileSyncServiceFactory::GetForProfile(
       Profile::FromBrowserContext(browser_context()));
   if (!sync_service)
@@ -226,14 +199,10 @@
   std::unique_ptr<base::Value> ret(new base::Value(
       sync_service->GetUserSettings()->IsEncryptEverythingEnabled()));
   return RespondNow(OneArgument(std::move(ret)));
-#endif
 }
 
 ExtensionFunction::ResponseAction
 InputMethodPrivateSetXkbLayoutFunction::Run() {
-#if !defined(OS_CHROMEOS)
-  EXTENSION_FUNCTION_VALIDATE(false);
-#else
   std::unique_ptr<SetXkbLayout::Params> params(
       SetXkbLayout::Params::Create(*args_));
   EXTENSION_FUNCTION_VALIDATE(params.get());
@@ -242,14 +211,10 @@
   chromeos::input_method::ImeKeyboard* keyboard = manager->GetImeKeyboard();
   keyboard->SetCurrentKeyboardLayoutByName(params->xkb_name);
   return RespondNow(NoArguments());
-#endif
 }
 
 ExtensionFunction::ResponseAction
 InputMethodPrivateShowInputViewFunction::Run() {
-#if !defined(OS_CHROMEOS)
-  EXTENSION_FUNCTION_VALIDATE(false);
-#else
   auto* keyboard_client = ChromeKeyboardControllerClient::Get();
   if (!keyboard_client->is_keyboard_enabled()) {
     return RespondNow(Error(kErrorFailToShowInputView));
@@ -257,14 +222,10 @@
 
   keyboard_client->ShowKeyboard();
   return RespondNow(NoArguments());
-#endif
 }
 
 ExtensionFunction::ResponseAction
 InputMethodPrivateOpenOptionsPageFunction::Run() {
-#if !defined(OS_CHROMEOS)
-  EXTENSION_FUNCTION_VALIDATE(false);
-#else
   std::unique_ptr<OpenOptionsPage::Params> params(
       OpenOptionsPage::Params::Create(*args_));
   EXTENSION_FUNCTION_VALIDATE(params.get());
@@ -287,14 +248,10 @@
     }
   }
   return RespondNow(NoArguments());
-#endif
 }
 
 ExtensionFunction::ResponseAction
 InputMethodPrivateGetSurroundingTextFunction::Run() {
-#if !defined(OS_CHROMEOS)
-  EXTENSION_FUNCTION_VALIDATE(false);
-#else
   ui::IMEInputContextHandlerInterface* input_context =
       ui::IMEBridge::Get()->GetInputContextHandler();
   if (!input_context)
@@ -340,13 +297,9 @@
                                             text_after_end - text_after_start));
 
   return RespondNow(OneArgument(std::move(ret)));
-#endif
 }
 
 ExtensionFunction::ResponseAction InputMethodPrivateGetSettingFunction::Run() {
-#if !defined(OS_CHROMEOS)
-  EXTENSION_FUNCTION_VALIDATE(false);
-#else
   const auto params = GetSetting::Params::Create(*args_);
   EXTENSION_FUNCTION_VALIDATE(params.get());
 
@@ -359,13 +312,9 @@
   return RespondNow(
       OneArgument(result ? std::make_unique<base::Value>(result->Clone())
                          : std::make_unique<base::Value>()));
-#endif
 }
 
 ExtensionFunction::ResponseAction InputMethodPrivateSetSettingFunction::Run() {
-#if !defined(OS_CHROMEOS)
-  EXTENSION_FUNCTION_VALIDATE(false);
-#else
   const auto params = SetSetting::Params::Create(*args_);
   EXTENSION_FUNCTION_VALIDATE(params.get());
 
@@ -388,7 +337,6 @@
   }
 
   return RespondNow(NoArguments());
-#endif
 }
 
 ExtensionFunction::ResponseAction
diff --git a/chrome/browser/chromeos/file_manager/file_tasks.cc b/chrome/browser/chromeos/file_manager/file_tasks.cc
index fc37c8bd..12c22347 100644
--- a/chrome/browser/chromeos/file_manager/file_tasks.cc
+++ b/chrome/browser/chromeos/file_manager/file_tasks.cc
@@ -20,7 +20,7 @@
 #include "base/strings/utf_string_conversions.h"
 #include "chrome/browser/apps/app_service/app_launch_params.h"
 #include "chrome/browser/apps/launch_service/launch_service.h"
-#include "chrome/browser/chromeos/crostini/crostini_util.h"
+#include "chrome/browser/chromeos/crostini/crostini_features.h"
 #include "chrome/browser/chromeos/drive/file_system_util.h"
 #include "chrome/browser/chromeos/file_manager/app_id.h"
 #include "chrome/browser/chromeos/file_manager/arc_file_tasks.h"
@@ -476,10 +476,10 @@
                           const apps::FileHandlerInfo& file_handler_info) {
   // Crostini deb files and backup files can be disabled by policy.
   if (file_handler_info.id == kInstallLinuxPackageHandlerId) {
-    return crostini::IsCrostiniRootAccessAllowed(profile);
+    return crostini::CrostiniFeatures::Get()->IsRootAccessAllowed(profile);
   }
   if (file_handler_info.id == kImportCrostiniImageHandlerId) {
-    return crostini::IsCrostiniExportImportUIAllowedForProfile(profile);
+    return crostini::CrostiniFeatures::Get()->IsExportImportUIAllowed(profile);
   }
   return true;
 }
diff --git a/chrome/browser/chromeos/file_manager/file_tasks_unittest.cc b/chrome/browser/chromeos/file_manager/file_tasks_unittest.cc
index c61c001..43cb418 100644
--- a/chrome/browser/chromeos/file_manager/file_tasks_unittest.cc
+++ b/chrome/browser/chromeos/file_manager/file_tasks_unittest.cc
@@ -16,6 +16,7 @@
 #include "chrome/browser/chromeos/crostini/crostini_mime_types_service_factory.h"
 #include "chrome/browser/chromeos/crostini/crostini_pref_names.h"
 #include "chrome/browser/chromeos/crostini/crostini_test_helper.h"
+#include "chrome/browser/chromeos/crostini/fake_crostini_features.h"
 #include "chrome/browser/chromeos/drive/file_system_util.h"
 #include "chrome/browser/chromeos/file_manager/app_id.h"
 #include "chrome/browser/chromeos/file_manager/path_util.h"
@@ -312,7 +313,7 @@
 TEST(FileManagerFileTasksTest, IsFileHandlerEnabled) {
   content::BrowserTaskEnvironment task_environment;
   TestingProfile test_profile;
-  crostini::CrostiniTestHelper helper(&test_profile);
+  crostini::FakeCrostiniFeatures crostini_features;
 
   apps::FileHandlerInfo test_handler;
   test_handler.id = "test";
@@ -320,49 +321,24 @@
   // Test import-crostini-image.
   apps::FileHandlerInfo crostini_import_handler;
   crostini_import_handler.id = "import-crostini-image";
-  test_profile.GetPrefs()->SetBoolean(
-      crostini::prefs::kUserCrostiniExportImportUIAllowedByPolicy, true);
+  crostini_features.set_export_import_ui_allowed(true);
   EXPECT_TRUE(IsFileHandlerEnabled(&test_profile, crostini_import_handler));
   EXPECT_TRUE(IsFileHandlerEnabled(&test_profile, test_handler));
 
-  test_profile.GetPrefs()->SetBoolean(
-      crostini::prefs::kUserCrostiniExportImportUIAllowedByPolicy, false);
+  crostini_features.set_export_import_ui_allowed(false);
   EXPECT_FALSE(IsFileHandlerEnabled(&test_profile, crostini_import_handler));
   EXPECT_TRUE(IsFileHandlerEnabled(&test_profile, test_handler));
 
-  // Test install-linux-package - feature on.
+  // Test install-linux-package.
   apps::FileHandlerInfo install_linux_handler;
   install_linux_handler.id = "install-linux-package";
-  {
-    base::test::ScopedFeatureList scoped_feature_list;
-    scoped_feature_list.InitWithFeatures(
-        {features::kCrostiniAdvancedAccessControls}, {});
-    test_profile.GetPrefs()->SetBoolean(
-        crostini::prefs::kUserCrostiniRootAccessAllowedByPolicy, true);
-    EXPECT_TRUE(IsFileHandlerEnabled(&test_profile, install_linux_handler));
-    EXPECT_TRUE(IsFileHandlerEnabled(&test_profile, test_handler));
+  crostini_features.set_root_access_allowed(true);
+  EXPECT_TRUE(IsFileHandlerEnabled(&test_profile, install_linux_handler));
+  EXPECT_TRUE(IsFileHandlerEnabled(&test_profile, test_handler));
 
-    test_profile.GetPrefs()->SetBoolean(
-        crostini::prefs::kUserCrostiniRootAccessAllowedByPolicy, false);
-    EXPECT_FALSE(IsFileHandlerEnabled(&test_profile, install_linux_handler));
-    EXPECT_TRUE(IsFileHandlerEnabled(&test_profile, test_handler));
-  }
-
-  // Test install-linux-package - feature off.
-  {
-    base::test::ScopedFeatureList scoped_feature_list;
-    scoped_feature_list.InitWithFeatures(
-        {}, {features::kCrostiniAdvancedAccessControls});
-    test_profile.GetPrefs()->SetBoolean(
-        crostini::prefs::kUserCrostiniRootAccessAllowedByPolicy, true);
-    EXPECT_TRUE(IsFileHandlerEnabled(&test_profile, install_linux_handler));
-    EXPECT_TRUE(IsFileHandlerEnabled(&test_profile, test_handler));
-
-    test_profile.GetPrefs()->SetBoolean(
-        crostini::prefs::kUserCrostiniRootAccessAllowedByPolicy, false);
-    EXPECT_TRUE(IsFileHandlerEnabled(&test_profile, install_linux_handler));
-    EXPECT_TRUE(IsFileHandlerEnabled(&test_profile, test_handler));
-  }
+  crostini_features.set_root_access_allowed(false);
+  EXPECT_FALSE(IsFileHandlerEnabled(&test_profile, install_linux_handler));
+  EXPECT_TRUE(IsFileHandlerEnabled(&test_profile, test_handler));
 }
 
 // Test IsGoodMatchFileHandler which returns whether a file handle info matches
diff --git a/chrome/browser/extensions/chrome_content_browser_client_extensions_part.cc b/chrome/browser/extensions/chrome_content_browser_client_extensions_part.cc
index e0b040b..bdc582c 100644
--- a/chrome/browser/extensions/chrome_content_browser_client_extensions_part.cc
+++ b/chrome/browser/extensions/chrome_content_browser_client_extensions_part.cc
@@ -652,9 +652,11 @@
         network::mojom::NetworkContext* network_context,
         mojo::PendingRemote<network::mojom::TrustedURLLoaderHeaderClient>*
             header_client,
-        const url::Origin& request_initiator) {
+        const url::Origin& request_initiator,
+        const base::Optional<net::NetworkIsolationKey>& network_isolation_key) {
   return URLLoaderFactoryManager::CreateFactory(
-      process, network_context, header_client, request_initiator);
+      process, network_context, header_client, request_initiator,
+      network_isolation_key);
 }
 
 // static
diff --git a/chrome/browser/extensions/chrome_content_browser_client_extensions_part.h b/chrome/browser/extensions/chrome_content_browser_client_extensions_part.h
index 4fbcd34..737d6bf 100644
--- a/chrome/browser/extensions/chrome_content_browser_client_extensions_part.h
+++ b/chrome/browser/extensions/chrome_content_browser_client_extensions_part.h
@@ -99,7 +99,8 @@
       network::mojom::NetworkContext* network_context,
       mojo::PendingRemote<network::mojom::TrustedURLLoaderHeaderClient>*
           header_client,
-      const url::Origin& request_initiator);
+      const url::Origin& request_initiator,
+      const base::Optional<net::NetworkIsolationKey>& network_isolation_key);
 
   static bool IsBuiltinComponent(content::BrowserContext* browser_context,
                                  const url::Origin& origin);
diff --git a/chrome/browser/extensions/extension_url_loader_throttle_browsertest.cc b/chrome/browser/extensions/extension_url_loader_throttle_browsertest.cc
index ca80f5ca..5bc48c6 100644
--- a/chrome/browser/extensions/extension_url_loader_throttle_browsertest.cc
+++ b/chrome/browser/extensions/extension_url_loader_throttle_browsertest.cc
@@ -15,6 +15,7 @@
 #include "extensions/common/switches.h"
 #include "extensions/test/result_catcher.h"
 #include "net/base/backoff_entry.h"
+#include "net/base/features.h"
 #include "net/base/url_util.h"
 #include "net/dns/mock_host_resolver.h"
 #include "net/test/embedded_test_server/embedded_test_server.h"
@@ -98,19 +99,26 @@
   const Extension* extension_;
 };
 
-class ExtensionURLLoaderThrottleCommandLineBrowserTest
-    : public ExtensionURLLoaderThrottleBrowserTest {
+class ExtensionURLLoaderThrottleWithSplitCacheBrowserTest
+    : public ExtensionURLLoaderThrottleBrowserTest,
+      public ::testing::WithParamInterface<bool> {
  public:
-  void SetUpCommandLine(base::CommandLine* command_line) override {
-    ExtensionURLLoaderThrottleBrowserTest::SetUpCommandLine(command_line);
-    command_line->AppendSwitch(
-        extensions::switches::kDisableExtensionsHttpThrottling);
+  void SetUp() override {
+    bool split_cache_by_network_isolation_key = GetParam();
+    feature_list_.InitWithFeatureState(
+        net::features::kSplitCacheByNetworkIsolationKey,
+        split_cache_by_network_isolation_key);
+    ExtensionURLLoaderThrottleBrowserTest::SetUp();
   }
+
+ private:
+  base::test::ScopedFeatureList feature_list_;
 };
 
 // Tests that if the same URL is requested repeatedly by an extension, it will
 // eventually be throttled.
-IN_PROC_BROWSER_TEST_F(ExtensionURLLoaderThrottleBrowserTest, ThrottleRequest) {
+IN_PROC_BROWSER_TEST_P(ExtensionURLLoaderThrottleWithSplitCacheBrowserTest,
+                       ThrottleRequest) {
   embedded_test_server()->RegisterRequestHandler(
       base::BindRepeating(&HandleRequest, false, false));
   ASSERT_TRUE(embedded_test_server()->Start());
@@ -123,7 +131,7 @@
 
 // Tests that if the same URL is repeatedly requested by an extension, and the
 // response is served from the cache, it will not be throttled.
-IN_PROC_BROWSER_TEST_F(ExtensionURLLoaderThrottleBrowserTest,
+IN_PROC_BROWSER_TEST_P(ExtensionURLLoaderThrottleWithSplitCacheBrowserTest,
                        DoNotThrottleCachedResponse) {
   embedded_test_server()->RegisterRequestHandler(
       base::BindRepeating(&HandleRequest, false, true));
@@ -136,7 +144,7 @@
 }
 
 // Tests that the redirected request is also being throttled.
-IN_PROC_BROWSER_TEST_F(ExtensionURLLoaderThrottleBrowserTest,
+IN_PROC_BROWSER_TEST_P(ExtensionURLLoaderThrottleWithSplitCacheBrowserTest,
                        ThrottleRequest_Redirect) {
   embedded_test_server()->RegisterRequestHandler(
       base::BindRepeating(&HandleRequest, false, false));
@@ -160,7 +168,7 @@
 
 // Tests that if both redirect (302) and non-redirect (503) responses are
 // served from cache, the extension throttle does not throttle the request.
-IN_PROC_BROWSER_TEST_F(ExtensionURLLoaderThrottleBrowserTest,
+IN_PROC_BROWSER_TEST_P(ExtensionURLLoaderThrottleWithSplitCacheBrowserTest,
                        DoNotThrottleCachedResponse_Redirect) {
   embedded_test_server()->RegisterRequestHandler(
       base::BindRepeating(&HandleRequest, true, true));
@@ -175,7 +183,7 @@
 // Tests that if the redirect (302) is served from cache, but the non-redirect
 // (503) is not, the extension throttle throttles the requests for the second
 // url.
-IN_PROC_BROWSER_TEST_F(ExtensionURLLoaderThrottleBrowserTest,
+IN_PROC_BROWSER_TEST_P(ExtensionURLLoaderThrottleWithSplitCacheBrowserTest,
                        ThrottleRequest_RedirectCached) {
   embedded_test_server()->RegisterRequestHandler(
       base::BindRepeating(&HandleRequest, true, false));
@@ -197,7 +205,7 @@
 // Tests that if the redirect (302) is not served from cache, but the
 // non-redirect (503) is, the extension throttle only throttles requests to the
 // redirect URL.
-IN_PROC_BROWSER_TEST_F(ExtensionURLLoaderThrottleBrowserTest,
+IN_PROC_BROWSER_TEST_P(ExtensionURLLoaderThrottleWithSplitCacheBrowserTest,
                        DoNotThrottleCachedResponse_NonRedirectCached) {
   embedded_test_server()->RegisterRequestHandler(
       base::BindRepeating(&HandleRequest, false, true));
@@ -216,6 +224,21 @@
               ""));
 }
 
+INSTANTIATE_TEST_SUITE_P(
+    /* no prefix */,
+    ExtensionURLLoaderThrottleWithSplitCacheBrowserTest,
+    testing::Bool());
+
+class ExtensionURLLoaderThrottleCommandLineBrowserTest
+    : public ExtensionURLLoaderThrottleBrowserTest {
+ public:
+  void SetUpCommandLine(base::CommandLine* command_line) override {
+    ExtensionURLLoaderThrottleBrowserTest::SetUpCommandLine(command_line);
+    command_line->AppendSwitch(
+        extensions::switches::kDisableExtensionsHttpThrottling);
+  }
+};
+
 // Tests that if switches::kDisableExtensionsHttpThrottling is set on the
 // command line, throttling is disabled.
 IN_PROC_BROWSER_TEST_F(ExtensionURLLoaderThrottleCommandLineBrowserTest,
diff --git a/chrome/browser/language/translate_frame_binder.cc b/chrome/browser/language/translate_frame_binder.cc
index 6ca4e0e..7dc2c1b 100644
--- a/chrome/browser/language/translate_frame_binder.cc
+++ b/chrome/browser/language/translate_frame_binder.cc
@@ -12,7 +12,7 @@
 namespace language {
 
 void BindContentTranslateDriver(
-    translate::mojom::ContentTranslateDriverRequest request,
+    mojo::PendingReceiver<translate::mojom::ContentTranslateDriver> receiver,
     content::RenderFrameHost* render_frame_host) {
   // Only valid for the main frame.
   if (render_frame_host->GetParent())
@@ -28,7 +28,7 @@
   if (!translate_client)
     return;
 
-  translate_client->translate_driver()->AddBinding(std::move(request));
+  translate_client->translate_driver()->AddReceiver(std::move(receiver));
 }
 
 }  // namespace language
diff --git a/chrome/browser/language/translate_frame_binder.h b/chrome/browser/language/translate_frame_binder.h
index 59025fc..d44e48f 100644
--- a/chrome/browser/language/translate_frame_binder.h
+++ b/chrome/browser/language/translate_frame_binder.h
@@ -6,6 +6,7 @@
 #define CHROME_BROWSER_LANGUAGE_TRANSLATE_FRAME_BINDER_H_
 
 #include "components/translate/content/common/translate.mojom.h"
+#include "mojo/public/cpp/bindings/pending_receiver.h"
 
 namespace content {
 class RenderFrameHost;
@@ -14,9 +15,8 @@
 namespace language {
 
 void BindContentTranslateDriver(
-    translate::mojom::ContentTranslateDriverRequest request,
+    mojo::PendingReceiver<translate::mojom::ContentTranslateDriver> receiver,
     content::RenderFrameHost* render_frame_host);
-
 }
 
 #endif  // CHROME_BROWSER_LANGUAGE_TRANSLATE_FRAME_BINDER_H_
diff --git a/chrome/browser/native_file_system/chrome_native_file_system_permission_context.cc b/chrome/browser/native_file_system/chrome_native_file_system_permission_context.cc
index c65b316..c8ff3864 100644
--- a/chrome/browser/native_file_system/chrome_native_file_system_permission_context.cc
+++ b/chrome/browser/native_file_system/chrome_native_file_system_permission_context.cc
@@ -359,7 +359,7 @@
       std::move(item), std::move(callback));
 }
 
-ChromeNativeFileSystemPermissionContext::SafeBrowsingResult
+ChromeNativeFileSystemPermissionContext::AfterWriteCheckResult
 InterpretSafeBrowsingResult(safe_browsing::DownloadCheckResult result) {
   using Result = safe_browsing::DownloadCheckResult;
   switch (result) {
@@ -369,7 +369,7 @@
     case Result::UNKNOWN:
     case Result::SAFE:
     case Result::WHITELISTED_BY_POLICY:
-      return ChromeNativeFileSystemPermissionContext::SafeBrowsingResult::
+      return ChromeNativeFileSystemPermissionContext::AfterWriteCheckResult::
           kAllow;
 
     case Result::DANGEROUS:
@@ -377,17 +377,17 @@
     case Result::DANGEROUS_HOST:
     case Result::POTENTIALLY_UNWANTED:
     case Result::BLOCKED_PASSWORD_PROTECTED:
-      return ChromeNativeFileSystemPermissionContext::SafeBrowsingResult::
+      return ChromeNativeFileSystemPermissionContext::AfterWriteCheckResult::
           kBlock;
 
     // This shouldn't be returned for Native File System write checks.
     case Result::ASYNC_SCANNING:
       NOTREACHED();
-      return ChromeNativeFileSystemPermissionContext::SafeBrowsingResult::
+      return ChromeNativeFileSystemPermissionContext::AfterWriteCheckResult::
           kAllow;
   }
   NOTREACHED();
-  return ChromeNativeFileSystemPermissionContext::SafeBrowsingResult::kBlock;
+  return ChromeNativeFileSystemPermissionContext::AfterWriteCheckResult::kBlock;
 }
 
 }  // namespace
@@ -666,11 +666,11 @@
                      std::move(callback)));
 }
 
-void ChromeNativeFileSystemPermissionContext::PerformSafeBrowsingChecks(
+void ChromeNativeFileSystemPermissionContext::PerformAfterWriteChecks(
     std::unique_ptr<content::NativeFileSystemWriteItem> item,
     int process_id,
     int frame_id,
-    base::OnceCallback<void(SafeBrowsingResult)> callback) {
+    base::OnceCallback<void(AfterWriteCheckResult)> callback) {
   DCHECK_CALLED_ON_VALID_SEQUENCE(sequence_checker_);
   base::PostTask(
       FROM_HERE, {content::BrowserThread::UI},
@@ -678,7 +678,8 @@
           &DoSafeBrowsingCheckOnUIThread, process_id, frame_id, std::move(item),
           base::BindOnce(
               [](scoped_refptr<base::TaskRunner> task_runner,
-                 base::OnceCallback<void(SafeBrowsingResult result)> callback,
+                 base::OnceCallback<void(AfterWriteCheckResult result)>
+                     callback,
                  safe_browsing::DownloadCheckResult result) {
                 task_runner->PostTask(
                     FROM_HERE,
diff --git a/chrome/browser/native_file_system/chrome_native_file_system_permission_context.h b/chrome/browser/native_file_system/chrome_native_file_system_permission_context.h
index ddaf00a..86daaa5 100644
--- a/chrome/browser/native_file_system/chrome_native_file_system_permission_context.h
+++ b/chrome/browser/native_file_system/chrome_native_file_system_permission_context.h
@@ -155,11 +155,11 @@
       int frame_id,
       base::OnceCallback<void(PermissionStatus)> callback) override;
 
-  void PerformSafeBrowsingChecks(
+  void PerformAfterWriteChecks(
       std::unique_ptr<content::NativeFileSystemWriteItem> item,
       int process_id,
       int frame_id,
-      base::OnceCallback<void(SafeBrowsingResult)> callback) override;
+      base::OnceCallback<void(AfterWriteCheckResult)> callback) override;
 
   struct Grants {
     Grants();
diff --git a/chrome/browser/optimization_guide/prediction/prediction_model_fetcher.cc b/chrome/browser/optimization_guide/prediction/prediction_model_fetcher.cc
new file mode 100644
index 0000000..6677bdd
--- /dev/null
+++ b/chrome/browser/optimization_guide/prediction/prediction_model_fetcher.cc
@@ -0,0 +1,183 @@
+// Copyright 2019 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#include "chrome/browser/optimization_guide/prediction/prediction_model_fetcher.h"
+
+#include <memory>
+#include <string>
+#include <utility>
+#include <vector>
+
+#include "base/feature_list.h"
+#include "base/metrics/histogram_functions.h"
+#include "base/metrics/histogram_macros.h"
+#include "components/optimization_guide/optimization_guide_features.h"
+#include "components/optimization_guide/proto/models.pb.h"
+#include "content/public/browser/network_service_instance.h"
+#include "net/base/load_flags.h"
+#include "net/base/url_util.h"
+#include "net/http/http_request_headers.h"
+#include "net/http/http_response_headers.h"
+#include "net/http/http_status_code.h"
+#include "net/traffic_annotation/network_traffic_annotation.h"
+#include "services/network/public/cpp/shared_url_loader_factory.h"
+#include "services/network/public/cpp/simple_url_loader.h"
+
+namespace optimization_guide {
+
+PredictionModelFetcher::PredictionModelFetcher(
+    scoped_refptr<network::SharedURLLoaderFactory> url_loader_factory,
+    GURL optimization_guide_service_get_models_url)
+    : optimization_guide_service_get_models_url_(
+          net::AppendOrReplaceQueryParameter(
+              optimization_guide_service_get_models_url,
+              "key",
+              optimization_guide::features::
+                  GetOptimizationGuideServiceAPIKey())) {
+  url_loader_factory_ = std::move(url_loader_factory);
+  CHECK(optimization_guide_service_get_models_url_.SchemeIs(url::kHttpsScheme));
+}
+
+PredictionModelFetcher::~PredictionModelFetcher() = default;
+
+bool PredictionModelFetcher::FetchOptimizationGuideServiceModels(
+    const std::vector<optimization_guide::proto::ModelInfo>&
+        models_request_info,
+    const std::vector<std::string>& hosts,
+    optimization_guide::proto::RequestContext request_context,
+    ModelsFetchedCallback models_fetched_callback) {
+  SEQUENCE_CHECKER(sequence_checker_);
+
+  if (content::GetNetworkConnectionTracker()->IsOffline()) {
+    std::move(models_fetched_callback).Run(base::nullopt);
+    return false;
+  }
+
+  if (url_loader_)
+    return false;
+
+  // If there are no hosts or models to request, do not make a GetModelsRequest.
+  if (hosts.size() == 0 && models_request_info.size() == 0) {
+    std::move(models_fetched_callback).Run(base::nullopt);
+    return false;
+  }
+
+  pending_models_request_ =
+      std::make_unique<optimization_guide::proto::GetModelsRequest>();
+
+  pending_models_request_->set_request_context(request_context);
+
+  for (const auto& host : hosts)
+    pending_models_request_->add_hosts(host);
+
+  for (const auto& model_request_info : models_request_info)
+    *pending_models_request_->add_requested_models() = model_request_info;
+
+  std::string serialized_request;
+  pending_models_request_->SerializeToString(&serialized_request);
+
+  net::NetworkTrafficAnnotationTag traffic_annotation =
+      net::DefineNetworkTrafficAnnotation("optimization_guide_model",
+                                          R"(
+        semantics {
+          sender: "Optimization Guide"
+          description:
+            "Requests PredictionModels from the Optimization Guide Service for "
+            "use in providing data saving and pageload optimizations for "
+            "Chrome."
+          trigger:
+            "Requested daily if Lite mode is enabled and the browser "
+            "has models provided by the Optimization Guide that are older than "
+            "a threshold set by the server."
+          data: "A list of models supported by the client and a list of the "
+            "user's websites."
+          destination: GOOGLE_OWNED_SERVICE
+        }
+        policy {
+          cookies_allowed: NO
+          setting:
+            "Users can control Lite mode on Android via 'Lite mode' setting. "
+            "Lite mode is not available on iOS."
+          policy_exception_justification: "Not implemented."
+        })");
+
+  auto resource_request = std::make_unique<network::ResourceRequest>();
+
+  resource_request->url = optimization_guide_service_get_models_url_;
+
+  // POST request for providing the GetModelsRequest proto to the remote
+  // Optimization Guide Service.
+  resource_request->method = "POST";
+  resource_request->credentials_mode = network::mojom::CredentialsMode::kOmit;
+
+  url_loader_ = network::SimpleURLLoader::Create(std::move(resource_request),
+                                                 traffic_annotation);
+
+  url_loader_->AttachStringForUpload(serialized_request,
+                                     "application/x-protobuf");
+
+  UMA_HISTOGRAM_COUNTS_100(
+      "OptimizationGuide.PredictionModelFetcher."
+      "GetModelsRequest.HostCount",
+      hosts.size());
+
+  // |url_loader_| should not retry on 5xx errors since the server may already
+  // be overloaded.  |url_loader_| should retry on network changes since the
+  // network stack may receive the connection change event later than |this|.
+  static const int kMaxRetries = 1;
+  url_loader_->SetRetryOptions(
+      kMaxRetries, network::SimpleURLLoader::RETRY_ON_NETWORK_CHANGE);
+
+  url_loader_->DownloadToStringOfUnboundedSizeUntilCrashAndDie(
+      url_loader_factory_.get(),
+      base::BindOnce(&PredictionModelFetcher::OnURLLoadComplete,
+                     base::Unretained(this)));
+
+  models_fetched_callback_ = std::move(models_fetched_callback);
+  return true;
+}
+
+void PredictionModelFetcher::HandleResponse(
+    const std::string& get_models_response_data,
+    int net_status,
+    int response_code) {
+  std::unique_ptr<optimization_guide::proto::GetModelsResponse>
+      get_models_response =
+          std::make_unique<optimization_guide::proto::GetModelsResponse>();
+
+  UMA_HISTOGRAM_ENUMERATION(
+      "OptimizationGuide.PredictionModelFetcher."
+      "GetModelsResponse.Status",
+      static_cast<net::HttpStatusCode>(response_code),
+      net::HTTP_VERSION_NOT_SUPPORTED);
+  // Net error codes are negative but histogram enums must be positive.
+  base::UmaHistogramSparse(
+      "OptimizationGuide.PredictionModelFetcher."
+      "GetModelsResponse.NetErrorCode",
+      -net_status);
+
+  if (net_status == net::OK && response_code == net::HTTP_OK &&
+      get_models_response->ParseFromString(get_models_response_data)) {
+    UMA_HISTOGRAM_COUNTS_100(
+        "OptimizationGuide.PredictionModelFetcher."
+        "GetModelsResponse.HostModelFeatureCount",
+        get_models_response->host_model_features_size());
+    std::move(models_fetched_callback_).Run(std::move(get_models_response));
+  } else {
+    std::move(models_fetched_callback_).Run(base::nullopt);
+  }
+}
+
+void PredictionModelFetcher::OnURLLoadComplete(
+    std::unique_ptr<std::string> response_body) {
+  int response_code = -1;
+  if (url_loader_->ResponseInfo() && url_loader_->ResponseInfo()->headers) {
+    response_code = url_loader_->ResponseInfo()->headers->response_code();
+  }
+  HandleResponse(response_body ? *response_body : "", url_loader_->NetError(),
+                 response_code);
+  url_loader_.reset();
+}
+
+}  // namespace optimization_guide
diff --git a/chrome/browser/optimization_guide/prediction/prediction_model_fetcher.h b/chrome/browser/optimization_guide/prediction/prediction_model_fetcher.h
new file mode 100644
index 0000000..4f40b94
--- /dev/null
+++ b/chrome/browser/optimization_guide/prediction/prediction_model_fetcher.h
@@ -0,0 +1,95 @@
+// Copyright 2019 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#ifndef CHROME_BROWSER_OPTIMIZATION_GUIDE_PREDICTION_PREDICTION_MODEL_FETCHER_H_
+#define CHROME_BROWSER_OPTIMIZATION_GUIDE_PREDICTION_PREDICTION_MODEL_FETCHER_H_
+
+#include <memory>
+#include <string>
+#include <vector>
+
+#include "base/callback.h"
+#include "base/macros.h"
+#include "base/memory/scoped_refptr.h"
+#include "base/optional.h"
+#include "base/sequence_checker.h"
+#include "components/optimization_guide/proto/models.pb.h"
+#include "url/gurl.h"
+
+namespace network {
+class SharedURLLoaderFactory;
+class SimpleURLLoader;
+}  // namespace network
+
+namespace optimization_guide {
+
+// Callback to inform the caller that the remote hints have been fetched and
+// to pass back the fetched hints response from the remote Optimization Guide
+// Service.
+using ModelsFetchedCallback = base::OnceCallback<void(
+    base::Optional<
+        std::unique_ptr<optimization_guide::proto::GetModelsResponse>>)>;
+
+// A class to handle requests for prediction models (and prediction data) from
+// a remote Optimization Guide Service.
+//
+// This class fetches new models from the remote Optimization Guide Service.
+class PredictionModelFetcher {
+ public:
+  PredictionModelFetcher(
+      scoped_refptr<network::SharedURLLoaderFactory> url_loader_factory,
+      GURL optimization_guide_service_get_models_url);
+  virtual ~PredictionModelFetcher();
+
+  // Requests PredictionModels and HostModelFeatures from the Optimization Guide
+  // Service if a request for them is not already in progress. Returns whether a
+  // new request was issued. |models_fetched_callback| is called when the
+  // request is complete providing the GetModelsResponse object if successful or
+  // nullopt if the fetch failed or no fetch is needed. Virtualized for testing.
+  virtual bool FetchOptimizationGuideServiceModels(
+      const std::vector<optimization_guide::proto::ModelInfo>&
+          models_request_info,
+      const std::vector<std::string>& hosts,
+      optimization_guide::proto::RequestContext request_context,
+      ModelsFetchedCallback models_fetched_callback);
+
+ private:
+  // URL loader completion callback.
+  void OnURLLoadComplete(std::unique_ptr<std::string> response_body);
+
+  // Handles the response from the remote Optimization Guide Service.
+  // |response| is the response body, |status| is the
+  // |net::Error| of the response, and response_code is the HTTP
+  // response code (if available).
+  void HandleResponse(const std::string& response,
+                      int status,
+                      int response_code);
+
+  // Used to hold the callback while the SimpleURLLoader performs the request
+  // asynchronously.
+  ModelsFetchedCallback models_fetched_callback_;
+
+  // The URL for the remote Optimization Guide Service that serves models and
+  // host features.
+  const GURL optimization_guide_service_get_models_url_;
+
+  // Used to hold the GetModelsRequest being constructed and sent as a remote
+  // request.
+  std::unique_ptr<optimization_guide::proto::GetModelsRequest>
+      pending_models_request_;
+
+  // Holds the URLLoader for an active hints request.
+  std::unique_ptr<network::SimpleURLLoader> url_loader_;
+
+  // Used for creating a |url_loader_| when needed for request hints.
+  scoped_refptr<network::SharedURLLoaderFactory> url_loader_factory_;
+
+  SEQUENCE_CHECKER(sequence_checker_);
+
+  DISALLOW_COPY_AND_ASSIGN(PredictionModelFetcher);
+};
+
+}  // namespace optimization_guide
+
+#endif  // CHROME_BROWSER_OPTIMIZATION_GUIDE_PREDICTION_PREDICTION_MODEL_FETCHER_H_
diff --git a/chrome/browser/optimization_guide/prediction/prediction_model_fetcher_unittest.cc b/chrome/browser/optimization_guide/prediction/prediction_model_fetcher_unittest.cc
new file mode 100644
index 0000000..1272eadf
--- /dev/null
+++ b/chrome/browser/optimization_guide/prediction/prediction_model_fetcher_unittest.cc
@@ -0,0 +1,208 @@
+// Copyright 2019 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#include <memory>
+#include <vector>
+
+#include "base/callback.h"
+#include "base/macros.h"
+#include "base/memory/scoped_refptr.h"
+#include "base/optional.h"
+#include "base/run_loop.h"
+#include "base/test/metrics/histogram_tester.h"
+#include "base/test/scoped_feature_list.h"
+#include "base/test/task_environment.h"
+#include "chrome/browser/optimization_guide/prediction/prediction_model_fetcher.h"
+#include "components/optimization_guide/proto/models.pb.h"
+#include "net/base/url_util.h"
+#include "services/network/public/cpp/shared_url_loader_factory.h"
+#include "services/network/public/cpp/weak_wrapper_shared_url_loader_factory.h"
+#include "services/network/test/test_network_connection_tracker.h"
+#include "services/network/test/test_url_loader_factory.h"
+#include "testing/gtest/include/gtest/gtest.h"
+
+namespace optimization_guide {
+
+constexpr char optimization_guide_service_url[] =
+    "https://optimizationguideservice.com/";
+
+class PredictionModelFetcherTest : public testing::Test {
+ public:
+  PredictionModelFetcherTest()
+      : task_environment_(base::test::TaskEnvironment::MainThreadType::UI),
+        shared_url_loader_factory_(
+            base::MakeRefCounted<network::WeakWrapperSharedURLLoaderFactory>(
+                &test_url_loader_factory_)) {
+    prediction_model_fetcher_ = std::make_unique<PredictionModelFetcher>(
+        shared_url_loader_factory_, GURL(optimization_guide_service_url));
+  }
+
+  ~PredictionModelFetcherTest() override {}
+
+  void OnModelsFetched(
+      base::Optional<
+          std::unique_ptr<optimization_guide::proto::GetModelsResponse>>
+          get_models_response) {
+    if (get_models_response)
+      models_fetched_ = true;
+  }
+
+  bool models_fetched() { return models_fetched_; }
+
+  void SetConnectionOffline() {
+    network_tracker_ = network::TestNetworkConnectionTracker::GetInstance();
+    network_tracker_->SetConnectionType(
+        network::mojom::ConnectionType::CONNECTION_NONE);
+  }
+
+  void SetConnectionOnline() {
+    network_tracker_ = network::TestNetworkConnectionTracker::GetInstance();
+    network_tracker_->SetConnectionType(
+        network::mojom::ConnectionType::CONNECTION_4G);
+  }
+
+ protected:
+  bool FetchModels(
+      const std::vector<optimization_guide::proto::ModelInfo>
+          models_request_info,
+      const std::vector<std::string>& hosts,
+      const optimization_guide::proto::RequestContext& request_context) {
+    bool status =
+        prediction_model_fetcher_->FetchOptimizationGuideServiceModels(
+            models_request_info, hosts, request_context,
+            base::BindOnce(&PredictionModelFetcherTest::OnModelsFetched,
+                           base::Unretained(this)));
+    RunUntilIdle();
+    return status;
+  }
+
+  // Return a 200 response with provided content to any pending requests.
+  bool SimulateResponse(const std::string& content,
+                        net::HttpStatusCode http_status) {
+    return test_url_loader_factory_.SimulateResponseForPendingRequest(
+        optimization_guide_service_url, content, http_status,
+        network::TestURLLoaderFactory::kUrlMatchPrefix);
+  }
+
+  void VerifyHasPendingFetchRequests() {
+    EXPECT_GE(test_url_loader_factory_.NumPending(), 1);
+    std::string key_value;
+    for (const auto& pending_request :
+         *test_url_loader_factory_.pending_requests()) {
+      EXPECT_EQ(pending_request.request.method, "POST");
+      EXPECT_TRUE(net::GetValueForKeyInQuery(pending_request.request.url, "key",
+                                             &key_value));
+    }
+  }
+
+ private:
+  void RunUntilIdle() {
+    task_environment_.RunUntilIdle();
+    base::RunLoop().RunUntilIdle();
+  }
+
+  bool models_fetched_ = false;
+  base::test::TaskEnvironment task_environment_;
+
+  std::unique_ptr<PredictionModelFetcher> prediction_model_fetcher_;
+
+  scoped_refptr<network::SharedURLLoaderFactory> shared_url_loader_factory_;
+  network::TestURLLoaderFactory test_url_loader_factory_;
+  network::TestNetworkConnectionTracker* network_tracker_;
+
+  DISALLOW_COPY_AND_ASSIGN(PredictionModelFetcherTest);
+};
+
+TEST_F(PredictionModelFetcherTest, FetchOptimizationGuideServiceModels) {
+  base::HistogramTester histogram_tester;
+  std::string response_content;
+  std::vector<std::string> hosts = {"foo.com", "bar.com"};
+  std::vector<optimization_guide::proto::ModelInfo> models_request_info({});
+  EXPECT_TRUE(FetchModels(
+      models_request_info, hosts,
+      optimization_guide::proto::RequestContext::CONTEXT_BATCH_UPDATE));
+  VerifyHasPendingFetchRequests();
+
+  histogram_tester.ExpectUniqueSample(
+      "OptimizationGuide.PredictionModelFetcher.GetModelsRequest.HostCount", 2,
+      1);
+
+  EXPECT_TRUE(SimulateResponse(response_content, net::HTTP_OK));
+  EXPECT_TRUE(models_fetched());
+
+  // No HostModelFeatures are returned.
+  histogram_tester.ExpectUniqueSample(
+      "OptimizationGuide.PredictionModelFetcher.GetModelsResponse."
+      "HostModelFeatureCount",
+      0, 1);
+}
+
+// Tests 404 response from request.
+TEST_F(PredictionModelFetcherTest, FetchReturned404) {
+  base::HistogramTester histogram_tester;
+  std::string response_content;
+
+  std::vector<std::string> hosts = {"foo.com", "bar.com"};
+  std::vector<optimization_guide::proto::ModelInfo> models_request_info({});
+  EXPECT_TRUE(FetchModels(
+      models_request_info, hosts,
+      optimization_guide::proto::RequestContext::CONTEXT_BATCH_UPDATE));
+  // Send a 404 to HintsFetcher.
+  SimulateResponse(response_content, net::HTTP_NOT_FOUND);
+  EXPECT_FALSE(models_fetched());
+  histogram_tester.ExpectUniqueSample(
+      "OptimizationGuide.PredictionModelFetcher.GetModelsResponse.Status",
+      net::HTTP_NOT_FOUND, 1);
+
+  // Net error codes are negative but UMA histograms require positive values.
+  histogram_tester.ExpectUniqueSample(
+      "OptimizationGuide.PredictionModelFetcher.GetModelsResponse.NetErrorCode",
+      -net::ERR_HTTP_RESPONSE_CODE_FAILURE, 1);
+}
+
+TEST_F(PredictionModelFetcherTest, FetchReturnBadResponse) {
+  std::string response_content = "not proto";
+
+  std::vector<std::string> hosts = {"foo.com", "bar.com"};
+  std::vector<optimization_guide::proto::ModelInfo> models_request_info({});
+  EXPECT_TRUE(FetchModels(
+      models_request_info, hosts,
+      optimization_guide::proto::RequestContext::CONTEXT_BATCH_UPDATE));
+  VerifyHasPendingFetchRequests();
+  EXPECT_TRUE(SimulateResponse(response_content, net::HTTP_OK));
+  EXPECT_FALSE(models_fetched());
+}
+
+TEST_F(PredictionModelFetcherTest, FetchAttemptWhenNetworkOffline) {
+  SetConnectionOffline();
+  std::string response_content;
+  std::vector<std::string> hosts = {"foo.com", "bar.com"};
+  std::vector<optimization_guide::proto::ModelInfo> models_request_info({});
+  EXPECT_FALSE(FetchModels(
+      models_request_info, hosts,
+      optimization_guide::proto::RequestContext::CONTEXT_BATCH_UPDATE));
+  EXPECT_FALSE(models_fetched());
+
+  SetConnectionOnline();
+  EXPECT_TRUE(FetchModels(
+      models_request_info, hosts,
+      optimization_guide::proto::RequestContext::CONTEXT_BATCH_UPDATE));
+  VerifyHasPendingFetchRequests();
+  EXPECT_TRUE(SimulateResponse(response_content, net::HTTP_OK));
+  EXPECT_TRUE(models_fetched());
+}
+
+TEST_F(PredictionModelFetcherTest, EmptyModelInfoAndHosts) {
+  base::HistogramTester histogram_tester;
+  std::string response_content;
+  std::vector<std::string> hosts = {};
+  std::vector<optimization_guide::proto::ModelInfo> models_request_info({});
+  EXPECT_FALSE(FetchModels(
+      models_request_info, hosts,
+      optimization_guide::proto::RequestContext::CONTEXT_BATCH_UPDATE));
+
+  EXPECT_FALSE(models_fetched());
+}
+
+}  // namespace optimization_guide
diff --git a/chrome/browser/platform_util_android.cc b/chrome/browser/platform_util_android.cc
index 348c191..ddf3da4 100644
--- a/chrome/browser/platform_util_android.cc
+++ b/chrome/browser/platform_util_android.cc
@@ -7,8 +7,8 @@
 #include "base/android/jni_android.h"
 #include "base/android/jni_string.h"
 #include "base/logging.h"
-#include "chrome/android/chrome_jni_headers/PlatformUtil_jni.h"
 #include "chrome/browser/platform_util.h"
+#include "chrome/browser/util/android/jni_headers/PlatformUtil_jni.h"
 #include "ui/android/view_android.h"
 #include "url/gurl.h"
 
diff --git a/chrome/browser/printing/print_preview_message_handler.cc b/chrome/browser/printing/print_preview_message_handler.cc
index 65655682..23b820f 100644
--- a/chrome/browser/printing/print_preview_message_handler.cc
+++ b/chrome/browser/printing/print_preview_message_handler.cc
@@ -167,9 +167,12 @@
     // Use utility process to convert skia metafile to pdf.
     client->DoCompositePageToPdf(
         params.document_cookie, render_frame_host, content,
-        base::BindOnce(&PrintPreviewMessageHandler::OnCompositePdfPageDone,
-                       weak_ptr_factory_.GetWeakPtr(), page_number,
-                       params.document_cookie, ids));
+        mojo::WrapCallbackWithDefaultInvokeIfNotRun(
+            base::BindOnce(&PrintPreviewMessageHandler::OnCompositePdfPageDone,
+                           weak_ptr_factory_.GetWeakPtr(), page_number,
+                           params.document_cookie, ids),
+            mojom::PdfCompositor::Status::kCompositingFailure,
+            base::ReadOnlySharedMemoryRegion()));
   } else {
     NotifyUIPreviewPageReady(
         print_preview_ui, page_number, ids,
@@ -208,10 +211,13 @@
 
     client->DoCompositeDocumentToPdf(
         params.document_cookie, render_frame_host, content,
-        base::BindOnce(&PrintPreviewMessageHandler::OnCompositePdfDocumentDone,
-                       weak_ptr_factory_.GetWeakPtr(),
-                       params.expected_pages_count, params.document_cookie,
-                       ids));
+        mojo::WrapCallbackWithDefaultInvokeIfNotRun(
+            base::BindOnce(
+                &PrintPreviewMessageHandler::OnCompositePdfDocumentDone,
+                weak_ptr_factory_.GetWeakPtr(), params.expected_pages_count,
+                params.document_cookie, ids),
+            mojom::PdfCompositor::Status::kCompositingFailure,
+            base::ReadOnlySharedMemoryRegion()));
   } else {
     NotifyUIPreviewDocumentReady(
         print_preview_ui, params.expected_pages_count, ids,
@@ -316,12 +322,14 @@
     mojom::PdfCompositor::Status status,
     base::ReadOnlySharedMemoryRegion region) {
   DCHECK_CURRENTLY_ON(BrowserThread::UI);
+  PrintPreviewUI* print_preview_ui = GetPrintPreviewUI(ids.ui_id);
   if (status != mojom::PdfCompositor::Status::kSuccess) {
     DLOG(ERROR) << "Compositing pdf failed with error " << status;
+    if (print_preview_ui)
+      print_preview_ui->OnPrintPreviewFailed(ids.request_id);
     return;
   }
 
-  PrintPreviewUI* print_preview_ui = GetPrintPreviewUI(ids.ui_id);
   if (!print_preview_ui)
     return;
 
@@ -393,12 +401,14 @@
     mojom::PdfCompositor::Status status,
     base::ReadOnlySharedMemoryRegion region) {
   DCHECK_CURRENTLY_ON(BrowserThread::UI);
+  PrintPreviewUI* print_preview_ui = GetPrintPreviewUI(ids.ui_id);
   if (status != mojom::PdfCompositor::Status::kSuccess) {
     DLOG(ERROR) << "Compositing pdf failed with error " << status;
+    if (print_preview_ui)
+      print_preview_ui->OnPrintPreviewFailed(ids.request_id);
     return;
   }
 
-  PrintPreviewUI* print_preview_ui = GetPrintPreviewUI(ids.ui_id);
   if (!print_preview_ui)
     return;
 
diff --git a/chrome/browser/printing/print_test_utils.cc b/chrome/browser/printing/print_test_utils.cc
index afe9830..6a6a157 100644
--- a/chrome/browser/printing/print_test_utils.cc
+++ b/chrome/browser/printing/print_test_utils.cc
@@ -40,7 +40,7 @@
   ticket.SetBoolKey(kSettingShouldPrintBackgrounds, false);
   ticket.SetBoolKey(kSettingShouldPrintSelectionOnly, false);
   ticket.SetBoolKey(kSettingPreviewModifiable, true);
-  ticket.SetBoolKey(kSettingPreviewIsPDF, false);
+  ticket.SetBoolKey(kSettingPreviewIsPdf, false);
   ticket.SetBoolKey(kSettingPrintToPDF, !cloud && type == kPdfPrinter);
   ticket.SetBoolKey(kSettingCloudPrintDialog, cloud);
   ticket.SetBoolKey(kSettingPrintWithPrivet, is_privet_printer);
diff --git a/chrome/browser/resources/BUILD.gn b/chrome/browser/resources/BUILD.gn
index 4bb39ec..19e6a6c7 100644
--- a/chrome/browser/resources/BUILD.gn
+++ b/chrome/browser/resources/BUILD.gn
@@ -4,6 +4,7 @@
 
 import("//chrome/common/features.gni")
 import("//tools/grit/grit_rule.gni")
+import("//tools/grit/repack.gni")
 
 assert(!is_ios, "Chromium/iOS shouldn't use anything in //chrome")
 
@@ -340,3 +341,14 @@
     ]
   }
 }
+
+repack("dev_ui_paks") {
+  output = "$root_gen_dir/chrome/dev_ui_page_resources.pak"
+
+  sources = [
+    "$root_gen_dir/chrome/bluetooth_internals_resources.pak",
+  ]
+  deps = [
+    "//chrome/browser/resources/bluetooth_internals:resources",
+  ]
+}
diff --git a/chrome/browser/resources/chromeos/arc_graphics_tracing/arc_graphics_tracing_ui.js b/chrome/browser/resources/chromeos/arc_graphics_tracing/arc_graphics_tracing_ui.js
index c1778b0..471660a 100644
--- a/chrome/browser/resources/chromeos/arc_graphics_tracing/arc_graphics_tracing_ui.js
+++ b/chrome/browser/resources/chromeos/arc_graphics_tracing/arc_graphics_tracing_ui.js
@@ -212,7 +212,7 @@
     scale: 1.0 / 1024.0,
     width: 1.0
   },
-  // kGpuFreq.
+  // kGpuFrequency.
   7: {
     color: '#01579b',
     minRange: 300.0,
@@ -220,7 +220,7 @@
     scale: 1.0,
     width: 1.0
   },
-  // kCpuTemp.
+  // kCpuTemperature.
   8: {
     color: '#ff3d00',
     minRange: 20.0,
@@ -228,6 +228,14 @@
     scale: 1.0 / 1000.0,
     width: 1.0
   },
+  // kCpuFrequency.
+  9: {
+    color: '#ff80ab',
+    minRange: 300.0,
+    name: 'CPU Mhz.',
+    scale: 1.0 / 1000.0,
+    width: 1.0
+  },
 };
 
 /**
@@ -1650,7 +1658,13 @@
   cpusBands.setModel(model);
   cpusBands.addChartToExistingArea(0 /* top */, cpusBands.height);
   cpusBands.addChartSources(
-      [new Events(model.system.memory, 8 /* kCpuTemp */, 8 /* kCpuTemp */)],
+      [new Events(
+          model.system.memory, 8 /* kCpuTemperature */,
+          8 /* kCpuTemperature */)],
+      true /* smooth */);
+  cpusBands.addChartSources(
+      [new Events(
+          model.system.memory, 9 /* kCpuFrequency */, 9 /* kCpuFrequency */)],
       true /* smooth */);
   cpusBands.setVSync(vsyncEvents);
 
@@ -1701,7 +1715,8 @@
 
   chromeBands.addChartToExistingArea(0 /* top */, chromeBands.height);
   chromeBands.addChartSources(
-      [new Events(model.system.memory, 7 /* kGpuFreq */, 7 /* kGpuFreq */)],
+      [new Events(
+          model.system.memory, 7 /* kGpuFrequency */, 7 /* kGpuFrequency */)],
       false /* smooth */);
 
 
diff --git a/chrome/browser/resources/chromeos/chromevox/braille/braille_table_test.extjs b/chrome/browser/resources/chromeos/chromevox/braille/braille_table_test.extjs
index ed92cac1..0b87bc7 100644
--- a/chrome/browser/resources/chromeos/chromevox/braille/braille_table_test.extjs
+++ b/chrome/browser/resources/chromeos/chromevox/braille/braille_table_test.extjs
@@ -27,7 +27,7 @@
  */
 TEST_F('ChromeVoxBrailleTableTest', 'testGetAllAndValidate', function() {
   cvox.BrailleTable.getAll(this.newCallback(function(tables) {
-    expectEquals(166, tables.length);
+    expectEquals(160, tables.length);
     assertNotNullNorUndefined(
         cvox.BrailleTable.forId(tables, 'en-US-g1'),
         'Can\'t find US English grade 1 table');
@@ -66,8 +66,8 @@
     }
     expectUncontracted('en-US-comp8', 'en-US-g2');
     expectUncontracted('en-US-comp8', 'en-US-comp8');
-    expectUncontracted('sv-comp8', 'sv-g1');
     expectUncontracted('ar-g1', 'ar-g1');
-    expectUncontracted('de-comp8', 'de-CH-g2');
+    expectUncontracted('sv-comp8', 'sv-g1');
+    expectUncontracted('de-comp8', 'de-g2');
   }));
 });
diff --git a/chrome/browser/resources/chromeos/chromevox/braille/braille_translator_manager_test.extjs b/chrome/browser/resources/chromeos/chromevox/braille/braille_translator_manager_test.extjs
index ec4ce849..fd05779 100644
--- a/chrome/browser/resources/chromeos/chromevox/braille/braille_translator_manager_test.extjs
+++ b/chrome/browser/resources/chromeos/chromevox/braille/braille_translator_manager_test.extjs
@@ -107,7 +107,7 @@
     assertNotEquals(null, this.manager.getExpandingTranslator());
     this.addChangeListener(function() {
       assertEquals('en-UEB-g2', this.manager.getDefaultTranslator().table.id);
-      assertEquals('en-UEB-g1',
+      assertEquals('en-US-comp8',
                    this.manager.getUncontractedTranslator().table.id);
     });
     this.manager.refresh('en-UEB-g2');
diff --git a/chrome/browser/resources/chromeos/chromevox/braille/liblouis_test.extjs b/chrome/browser/resources/chromeos/chromevox/braille/liblouis_test.extjs
index f8edc84..0b31f4f 100644
--- a/chrome/browser/resources/chromeos/chromevox/braille/liblouis_test.extjs
+++ b/chrome/browser/resources/chromeos/chromevox/braille/liblouis_test.extjs
@@ -103,7 +103,7 @@
 
 LIBLOUIS_TEST_F('testTranslateGermanGrade2Braille', function(liblouis) {
   // This is one of the moderately large tables.
-  this.withTranslator(liblouis, 'de-de-g2.ctb', function(translator) {
+  this.withTranslator(liblouis, 'de-g2.ctb', function(translator) {
     translator.translate('München', [], this.newCallback(
         function(cells, textToBraille, brailleToText) {
           assertEqualsUint8Array([0x0d, 0x33, 0x1d, 0x39, 0x09], cells);
diff --git a/chrome/browser/resources/chromeos/login/network_select_login.js b/chrome/browser/resources/chromeos/login/network_select_login.js
index bbcd7917..716d874 100644
--- a/chrome/browser/resources/chromeos/login/network_select_login.js
+++ b/chrome/browser/resources/chromeos/login/network_select_login.js
@@ -347,19 +347,32 @@
         return;
       }
 
-      chrome.networkingPrivate.startConnect(guid, () => {
-        const lastError = chrome.runtime.lastError;
-        if (!lastError)
-          return;
-        const message = lastError.message;
-        if (message == 'connecting' || message == 'connect-canceled' ||
-            message == 'connected' || message == 'Error.InvalidNetworkGuid') {
-          return;
+      const networkConfig =
+          network_config.MojoInterfaceProviderImpl.getInstance()
+              .getMojoServiceRemote();
+
+      networkConfig.startConnect(guid).then(response => {
+        switch (response.result) {
+          case mojom.StartConnectResult.kSuccess:
+            return;
+          case mojom.StartConnectResult.kInvalidGuid:
+          case mojom.StartConnectResult.kInvalidState:
+          case mojom.StartConnectResult.kCanceled:
+            // TODO(stevenjb/khorimoto): Consider handling these cases.
+            return;
+          case mojom.StartConnectResult.kNotConfigured:
+            if (!OncMojo.networkTypeIsMobile(networkState.type)) {
+              chrome.send('showNetworkConfig', [guid]);
+            } else {
+              console.error('Cellular network is not configured: ' + guid);
+            }
+            return;
+          case mojom.StartConnectResult.kBlocked:
+          case mojom.StartConnectResult.kUnknown:
+            console.error(
+                'startConnect failed for: ' + guid + ': ' + response.message);
+            return;
         }
-        console.error(
-            'networkingPrivate.startConnect error: ' + message +
-            ' For: ' + guid);
-        chrome.send('showNetworkConfig', [guid]);
       });
     },
 
diff --git a/chrome/browser/resources/local_ntp/customize.js b/chrome/browser/resources/local_ntp/customize.js
index c5ccf95..5ac3fa5 100644
--- a/chrome/browser/resources/local_ntp/customize.js
+++ b/chrome/browser/resources/local_ntp/customize.js
@@ -2039,6 +2039,7 @@
       // Handle arrow key navigation.
       event.preventDefault();
       event.stopPropagation();
+      richerPicker.classList.remove(customize.CLASSES.MOUSE_NAV);
       if (event.keyCode === forwardArrowKey) {
         mvOption.focus();
       } else if (event.keyCode === customize.KEYCODES.DOWN) {
@@ -2067,6 +2068,7 @@
       // Handle arrow key navigation.
       event.preventDefault();
       event.stopPropagation();
+      richerPicker.classList.remove(customize.CLASSES.MOUSE_NAV);
       if (event.keyCode === backArrowKey) {
         clOption.focus();
       } else if (
@@ -2093,6 +2095,7 @@
       // Handle arrow key navigation.
       event.preventDefault();
       event.stopPropagation();
+      richerPicker.classList.remove(customize.CLASSES.MOUSE_NAV);
       if (event.keyCode === backArrowKey ||
           event.keyCode === customize.KEYCODES.UP) {
         mvOption.focus();
diff --git a/chrome/browser/resources/local_ntp/local_ntp.css b/chrome/browser/resources/local_ntp/local_ntp.css
index 8d9d1a4..e8d47e3 100644
--- a/chrome/browser/resources/local_ntp/local_ntp.css
+++ b/chrome/browser/resources/local_ntp/local_ntp.css
@@ -745,7 +745,7 @@
 }
 
 #promo > div {
-  --promo-height: 32px;
+  --dismiss-background-rgb: var(--GG900-rgb);
   background-color: #FFF;
   border: 1px solid rgb(var(--GG300-rgb));
   border-radius: 16px;
@@ -753,7 +753,8 @@
   color: rgb(var(--GG700-rgb));
   display: inline-block;
   font-size: 12px;
-  line-height: var(--promo-height);
+  height: 32px;
+  line-height: 30px;  /* Height - 1px border-top - 1px border-bottom. */
   margin-bottom: 0;
   /* TODO(crbug.com/969062): this magic constant would be better implemented as
    * real multi-line promo text support or a better QA process to check that
@@ -765,31 +766,58 @@
   overflow: hidden;
   padding: 0 16px;
   pointer-events: all;
+  position: relative;
   text-overflow: ellipsis;
   white-space: nowrap;
 }
 
+#promo.dismissable > div {
+  padding-inline-end: 36px;  /* +24px for dismiss-icon - 4px less end padding */
+}
+
 @media (prefers-color-scheme: dark) {
   body:not(.light-chip) #promo > div {
+    --dismiss-background-rgb: var(--GG100-rgb);
     background-color: rgb(var(--GG900-rgb));
     border-color: rgba(0, 0, 0, .1);
     color: rgb(var(--GG200-rgb));
   }
 }
 
-#promo > div > .dismiss-promo {
-  --icon-size: 16px;
+#promo > div .dismiss-promo {
+  border-radius: 50%;
+  height: 24px;
+  position: absolute;
+  right: 4px;
+  top: 3px;  /* 4px from top - 1px of border. */
+  width: 24px;
+}
+
+[dir=rtl] #promo > div .dismiss-promo {
+  left: 4px;
+  right: auto;
+}
+
+#promo > div .dismiss-icon {
   -webkit-appearance: none;
-  background: url(../../../../ui/webui/resources/images/icon_clear.svg)
-      no-repeat center center;
-  background-size: var(--icon-size);
+  -webkit-mask-image: url(../../../../ui/webui/resources/images/icon_clear.svg);
+  -webkit-mask-position: center center;
+  -webkit-mask-repeat: no-repeat;
+  -webkit-mask-size: 16px;
+  background-color: rgb(var(--dismiss-background-rgb));
   border: none;
-  display: inline-block;
-  height: var(--promo-height);
-  margin-inline-end: -8px;
-  margin-inline-start: 8px;
-  vertical-align: middle;
-  width: var(--icon-size);
+  display: block;
+  height: 100%;
+  outline: none;
+  width: 100%;
+}
+
+#promo > div .dismiss-promo:hover {
+  background-color: rgba(var(--dismiss-background-rgb), .08);
+}
+
+#promo > div .dismiss-promo:focus-within {
+  background-color: rgba(var(--dismiss-background-rgb), .16);
 }
 
 #promo > div > a {
@@ -810,7 +838,9 @@
 #promo > div > img {
   border-radius: 50%;
   height: 24px;
-  margin: 0 8px 2px -12px;
+  margin-bottom: 2px;
+  margin-inline-end: 8px;
+  margin-inline-start: -12px;
   object-fit: cover;
   vertical-align: middle;
   width: 24px;
diff --git a/chrome/browser/resources/local_ntp/local_ntp.js b/chrome/browser/resources/local_ntp/local_ntp.js
index 7b382c3..f68a076 100644
--- a/chrome/browser/resources/local_ntp/local_ntp.js
+++ b/chrome/browser/resources/local_ntp/local_ntp.js
@@ -73,6 +73,8 @@
   // Applies styles to dialogs used in customization.
   CUSTOMIZE_DIALOG: 'customize-dialog',
   DELAYED_HIDE_NOTIFICATION: 'mv-notice-delayed-hide',
+  DISMISSABLE: 'dismissable',
+  DISMISS_ICON: 'dismiss-icon',
   DISMISS_PROMO: 'dismiss-promo',
   // Extended and elevated style for customization entry point.
   ENTRY_POINT_ENHANCED: 'ep-enhanced',
@@ -913,15 +915,22 @@
   }
 
   if (promo.promoId) {
-    const dismiss = document.createElement('button');
-    dismiss.classList.add(CLASSES.DISMISS_PROMO);
-    dismiss.title = configData.translatedStrings.dismissPromo;
-    dismiss.onclick = e => {
+    const icon = document.createElement('button');
+    icon.classList.add(CLASSES.DISMISS_ICON);
+
+    icon.title = configData.translatedStrings.dismissPromo;
+    icon.onclick = e => {
       ntpApiHandle.blocklistPromo(promo.promoId);
       promoContainer.remove();
       window.removeEventListener('resize', showPromoIfNotOverlapping);
     };
+
+    const dismiss = document.createElement('div');
+    dismiss.classList.add(CLASSES.DISMISS_PROMO);
+    dismiss.appendChild(icon);
+
     promoContainer.querySelector('div').appendChild(dismiss);
+    promoContainer.classList.add(CLASSES.DISMISSABLE);
   }
 
   // The the MV tiles are already loaded show the promo immediately.
diff --git a/chrome/browser/resources/settings/internet_page/network_proxy_section.html b/chrome/browser/resources/settings/internet_page/network_proxy_section.html
index 8c8926a..f44b433 100644
--- a/chrome/browser/resources/settings/internet_page/network_proxy_section.html
+++ b/chrome/browser/resources/settings/internet_page/network_proxy_section.html
@@ -21,7 +21,7 @@
   <template>
     <style include="internet-shared cr-hidden-style iron-flex
         iron-flex-alignment">
-      cr-policy-network-indicator {
+      cr-policy-network-indicator-mojo {
         margin-inline-end: 10px;
       }
 
diff --git a/chrome/browser/sessions/chrome_serialized_navigation_driver.cc b/chrome/browser/sessions/chrome_serialized_navigation_driver.cc
index 1453969d..6a48dc8 100644
--- a/chrome/browser/sessions/chrome_serialized_navigation_driver.cc
+++ b/chrome/browser/sessions/chrome_serialized_navigation_driver.cc
@@ -15,6 +15,28 @@
 #include "content/public/common/page_state.h"
 #endif
 
+namespace {
+
+#if defined(OS_ANDROID)
+// Mutates |navigation| so that it targets |new_destination_url| and has no
+// referrer information.
+void ChangeDestination(const GURL& new_destination_url,
+                       sessions::SerializedNavigationEntry* navigation) {
+  navigation->set_virtual_url(new_destination_url);
+  navigation->set_original_request_url(new_destination_url);
+  navigation->set_encoded_page_state(
+      content::PageState::CreateFromURL(new_destination_url).ToEncodedData());
+
+  // Make sure the referrer stored in the PageState (above) and in the
+  // SerializedNavigationEntry (below) are in-sync.
+  navigation->set_referrer_url(GURL());
+  navigation->set_referrer_policy(
+      static_cast<int>(network::mojom::ReferrerPolicy::kDefault));
+}
+#endif  // defined(OS_ANDROID)
+
+}  // namespace
+
 ChromeSerializedNavigationDriver::~ChromeSerializedNavigationDriver() {}
 
 // static
@@ -49,21 +71,12 @@
   if (navigation->virtual_url().SchemeIs(content::kChromeUIScheme) &&
       (navigation->virtual_url().host_piece() == chrome::kChromeUIWelcomeHost ||
        navigation->virtual_url().host_piece() == chrome::kChromeUINewTabHost)) {
-    navigation->set_virtual_url(GURL(chrome::kChromeUINativeNewTabURL));
-    navigation->set_original_request_url(navigation->virtual_url());
-    navigation->set_encoded_page_state(
-        content::PageState::CreateFromURL(navigation->virtual_url())
-            .ToEncodedData());
+    ChangeDestination(GURL(chrome::kChromeUINativeNewTabURL), navigation);
   }
 
   if (navigation->virtual_url().SchemeIs(content::kChromeUIScheme) &&
       navigation->virtual_url().host_piece() == chrome::kChromeUIHistoryHost) {
-    // Rewrite the old history Web UI to the new android native history.
-    navigation->set_virtual_url(GURL(chrome::kChromeUINativeHistoryURL));
-    navigation->set_original_request_url(navigation->virtual_url());
-    navigation->set_encoded_page_state(
-        content::PageState::CreateFromURL(navigation->virtual_url())
-            .ToEncodedData());
+    ChangeDestination(GURL(chrome::kChromeUINativeHistoryURL), navigation);
   }
 #endif  // defined(OS_ANDROID)
 }
diff --git a/chrome/browser/ui/BUILD.gn b/chrome/browser/ui/BUILD.gn
index 14cac917c6..68f9145 100644
--- a/chrome/browser/ui/BUILD.gn
+++ b/chrome/browser/ui/BUILD.gn
@@ -2934,6 +2934,8 @@
       "views/overlay/track_image_button.h",
       "views/page_action/page_action_icon_container_view.cc",
       "views/page_action/page_action_icon_container_view.h",
+      "views/page_action/page_action_icon_loading_indicator_view.cc",
+      "views/page_action/page_action_icon_loading_indicator_view.h",
       "views/page_action/page_action_icon_view.cc",
       "views/page_action/page_action_icon_view.h",
       "views/page_action/pwa_install_view.cc",
diff --git a/chrome/browser/ui/autofill/autofill_popup_controller_impl.cc b/chrome/browser/ui/autofill/autofill_popup_controller_impl.cc
index 749bf29..5925118 100644
--- a/chrome/browser/ui/autofill/autofill_popup_controller_impl.cc
+++ b/chrome/browser/ui/autofill/autofill_popup_controller_impl.cc
@@ -22,6 +22,8 @@
 #include "components/autofill/core/browser/ui/popup_item_ids.h"
 #include "components/autofill/core/browser/ui/suggestion.h"
 #include "content/public/browser/native_web_keyboard_event.h"
+#include "content/public/browser/render_widget_host_view.h"
+#include "content/public/browser/web_contents.h"
 #include "ui/accessibility/ax_active_popup.h"
 #include "ui/accessibility/ax_tree_id.h"
 #include "ui/accessibility/ax_tree_manager_map.h"
@@ -588,24 +590,26 @@
 
   // Retrieve the ax tree id associated with the current web contents.
   ui::AXTreeID tree_id = delegate_->GetAutofillDriver()->GetAxTreeId();
-  ui::AXTreeManager* ax_tree_manager =
-      ui::AXTreeManagerMap::GetInstance().GetManager(tree_id);
 
   // Retrieve the ax node id associated with the current web contents' element
   // that has a controller relation to the current autofill popup.
   int32_t node_id = delegate_->GetWebContentsPopupControllerAxId();
 
-  // We can only raise controls changed accessibility event when we have a valid
-  // ax tree and an ax node associated with the ax tree for the popup
-  // controller, and a valid ax unique id for the popup controllee.
-  if (!ax_tree_manager)
+  // In order to get the AXPlatformNode for the ax node id, we first need
+  // the AXPlatformNode for the web contents.
+  ui::AXPlatformNode* root_platform_node =
+      GetRootAXPlatformNodeForWebContents();
+  if (!root_platform_node)
     return;
-  ui::AXPlatformNodeDelegate* ax_platform_node_delegate =
-      ax_tree_manager->GetDelegate(tree_id, node_id);
-  if (!ax_platform_node_delegate)
+
+  ui::AXPlatformNodeDelegate* root_platform_node_delegate =
+      root_platform_node->GetDelegate();
+  if (!root_platform_node_delegate)
     return;
+
+  // Now get the target node from its tree ID and node ID.
   ui::AXPlatformNode* target_node =
-      ax_platform_node_delegate->GetFromNodeID(node_id);
+      root_platform_node_delegate->GetFromTreeIDAndNodeID(tree_id, node_id);
   base::Optional<int32_t> popup_ax_id = view_->GetAxUniqueId();
   if (!target_node || !popup_ax_id)
     return;
@@ -620,4 +624,23 @@
   target_node->NotifyAccessibilityEvent(ax::mojom::Event::kControlsChanged);
 }
 
+ui::AXPlatformNode*
+AutofillPopupControllerImpl::GetRootAXPlatformNodeForWebContents() {
+  if (!web_contents_)
+    return nullptr;
+
+  auto* rwhv = web_contents_->GetRenderWidgetHostView();
+  if (!rwhv)
+    return nullptr;
+
+  // RWHV gives us a NativeViewAccessible.
+  gfx::NativeViewAccessible native_view_accessible =
+      rwhv->GetNativeViewAccessible();
+  if (!native_view_accessible)
+    return nullptr;
+
+  // NativeViewAccessible corresponds to an AXPlatformNode.
+  return ui::AXPlatformNode::FromNativeViewAccessible(native_view_accessible);
+}
+
 }  // namespace autofill
diff --git a/chrome/browser/ui/autofill/autofill_popup_controller_impl.h b/chrome/browser/ui/autofill/autofill_popup_controller_impl.h
index 76ce03f2..7cbd92cb 100644
--- a/chrome/browser/ui/autofill/autofill_popup_controller_impl.h
+++ b/chrome/browser/ui/autofill/autofill_popup_controller_impl.h
@@ -27,6 +27,10 @@
 class WebContents;
 }
 
+namespace ui {
+class AXPlatformNode;
+}
+
 namespace autofill {
 
 class AutofillPopupDelegate;
@@ -139,6 +143,10 @@
   // show or hide action.
   void FireControlsChangedEvent(bool is_show);
 
+  // Gets the root AXPlatformNode for our web_contents_, which can be used
+  // to find the AXPlatformNode specifically for the autofill text field.
+  virtual ui::AXPlatformNode* GetRootAXPlatformNodeForWebContents();
+
  private:
 #if !defined(OS_ANDROID)
   FRIEND_TEST_ALL_PREFIXES(AutofillPopupControllerUnitTest, ElideText);
diff --git a/chrome/browser/ui/autofill/autofill_popup_controller_unittest.cc b/chrome/browser/ui/autofill/autofill_popup_controller_unittest.cc
index 283b369..7ba942b0 100644
--- a/chrome/browser/ui/autofill/autofill_popup_controller_unittest.cc
+++ b/chrome/browser/ui/autofill/autofill_popup_controller_unittest.cc
@@ -158,6 +158,7 @@
   using AutofillPopupControllerImpl::GetElidedLabelAt;
   using AutofillPopupControllerImpl::GetElidedValueAt;
   using AutofillPopupControllerImpl::GetLineCount;
+  using AutofillPopupControllerImpl::GetRootAXPlatformNodeForWebContents;
   using AutofillPopupControllerImpl::GetSuggestionAt;
   using AutofillPopupControllerImpl::GetWeakPtr;
   using AutofillPopupControllerImpl::popup_bounds;
@@ -169,6 +170,7 @@
   using AutofillPopupControllerImpl::SetValues;
   MOCK_METHOD0(OnSuggestionsChanged, void());
   MOCK_METHOD0(Hide, void());
+  MOCK_METHOD0(GetRootAXPlatformNodeForWebContents, ui::AXPlatformNode*());
 
   void DoHide() {
     AutofillPopupControllerImpl::Hide();
@@ -203,11 +205,24 @@
   ~MockAxPlatformNodeDelegate() override = default;
 
   MOCK_METHOD1(GetFromNodeID, ui::AXPlatformNode*(int32_t id));
+  MOCK_METHOD2(GetFromTreeIDAndNodeID,
+               ui::AXPlatformNode*(const ui::AXTreeID& tree_id, int32_t id));
 
  private:
   DISALLOW_COPY_AND_ASSIGN(MockAxPlatformNodeDelegate);
 };
 
+class MockAxPlatformNode : public ui::AXPlatformNodeBase {
+ public:
+  MockAxPlatformNode() = default;
+  ~MockAxPlatformNode() override = default;
+
+  MOCK_CONST_METHOD0(GetDelegate, ui::AXPlatformNodeDelegate*());
+
+ private:
+  DISALLOW_COPY_AND_ASSIGN(MockAxPlatformNode);
+};
+
 static constexpr base::Optional<int> kNoSelection;
 
 }  // namespace
@@ -725,13 +740,9 @@
 
 #if !defined(OS_CHROMEOS)
 TEST_F(AutofillPopupControllerAccessibilityUnitTest, FireControlsChangedEvent) {
-  StrictMock<MockAxTreeManager> mock_ax_tree_manager;
   StrictMock<MockAxPlatformNodeDelegate> mock_ax_platform_node_delegate;
-  StrictMock<ui::AXPlatformNodeBase> mock_ax_platform_node;
-
+  StrictMock<MockAxPlatformNode> mock_ax_platform_node;
   const ui::AXTreeID& test_tree_id = ui::AXTreeID::CreateNewAXTreeID();
-  ui::AXTreeManagerMap::GetInstance().AddTreeManager(test_tree_id,
-                                                     &mock_ax_tree_manager);
 
   // Test for successfully firing controls changed event for popup show/hide.
   {
@@ -741,10 +752,12 @@
     EXPECT_CALL(*autofill_popup_view_, GetAxUniqueId)
         .Times(2)
         .WillRepeatedly(testing::Return(base::Optional<int32_t>(123)));
-    EXPECT_CALL(mock_ax_tree_manager, GetDelegate)
-        .Times(2)
+    EXPECT_CALL(*autofill_popup_controller_,
+                GetRootAXPlatformNodeForWebContents)
+        .WillRepeatedly(testing::Return(&mock_ax_platform_node));
+    EXPECT_CALL(mock_ax_platform_node, GetDelegate)
         .WillRepeatedly(testing::Return(&mock_ax_platform_node_delegate));
-    EXPECT_CALL(mock_ax_platform_node_delegate, GetFromNodeID)
+    EXPECT_CALL(mock_ax_platform_node_delegate, GetFromTreeIDAndNodeID)
         .Times(2)
         .WillRepeatedly(testing::Return(&mock_ax_platform_node));
 
@@ -757,32 +770,21 @@
     EXPECT_EQ(base::nullopt, ui::GetActivePopupAxUniqueId());
   }
 
-  // Test for attempting to fire controls changed event when autofill driver
-  // returns an invalid ax tree id therefore no associated ax tree manager.
-  // No event is fired and global active popup ax unique id is not set.
-  {
-    EXPECT_CALL(*autofill_driver_, GetAxTreeId())
-        .WillOnce(testing::Return(ui::AXTreeIDUnknown()));
-    EXPECT_CALL(*autofill_popup_view_, GetAxUniqueId).Times(0);
-    EXPECT_CALL(mock_ax_tree_manager, GetDelegate).Times(0);
-    EXPECT_CALL(mock_ax_platform_node_delegate, GetFromNodeID).Times(0);
-
-    // No controls changed event is fired and active popup ax unique id is not
-    // set.
-    autofill_popup_controller_->FireControlsChangedEvent(true);
-    EXPECT_EQ(base::nullopt, ui::GetActivePopupAxUniqueId());
-  }
-
   // Test for attempting to fire controls changed event when ax tree manager
-  // fails to retrieve the ax platform node delegate associated with the popup.
+  // fails to retrieve the ax platform node associated with the popup.
   // No event is fired and global active popup ax unique id is not set.
   {
     EXPECT_CALL(*autofill_driver_, GetAxTreeId())
         .WillOnce(testing::Return(test_tree_id));
-    EXPECT_CALL(mock_ax_tree_manager, GetDelegate)
+    EXPECT_CALL(*autofill_popup_view_, GetAxUniqueId)
+        .WillOnce(testing::Return(base::Optional<int32_t>(123)));
+    EXPECT_CALL(*autofill_popup_controller_,
+                GetRootAXPlatformNodeForWebContents)
+        .WillOnce(testing::Return(&mock_ax_platform_node));
+    EXPECT_CALL(mock_ax_platform_node, GetDelegate)
+        .WillOnce(testing::Return(&mock_ax_platform_node_delegate));
+    EXPECT_CALL(mock_ax_platform_node_delegate, GetFromTreeIDAndNodeID)
         .WillOnce(testing::Return(nullptr));
-    EXPECT_CALL(*autofill_popup_view_, GetAxUniqueId).Times(0);
-    EXPECT_CALL(mock_ax_platform_node_delegate, GetFromNodeID).Times(0);
 
     // No controls changed event is fired and active popup ax unique id is not
     // set.
@@ -794,11 +796,14 @@
   // the ax platform node associated with the popup.
   // No event is fired and global active popup ax unique id is not set.
   {
+    EXPECT_CALL(*autofill_popup_controller_,
+                GetRootAXPlatformNodeForWebContents)
+        .WillRepeatedly(testing::Return(&mock_ax_platform_node));
     EXPECT_CALL(*autofill_driver_, GetAxTreeId())
         .WillOnce(testing::Return(test_tree_id));
-    EXPECT_CALL(mock_ax_tree_manager, GetDelegate)
-        .WillOnce(testing::Return(&mock_ax_platform_node_delegate));
-    EXPECT_CALL(mock_ax_platform_node_delegate, GetFromNodeID)
+    EXPECT_CALL(mock_ax_platform_node, GetDelegate)
+        .WillRepeatedly(testing::Return(&mock_ax_platform_node_delegate));
+    EXPECT_CALL(mock_ax_platform_node_delegate, GetFromTreeIDAndNodeID)
         .WillOnce(testing::Return(nullptr));
     EXPECT_CALL(*autofill_popup_view_, GetAxUniqueId)
         .WillOnce(testing::Return(base::Optional<int32_t>(123)));
@@ -815,9 +820,12 @@
   {
     EXPECT_CALL(*autofill_driver_, GetAxTreeId())
         .WillOnce(testing::Return(test_tree_id));
-    EXPECT_CALL(mock_ax_tree_manager, GetDelegate)
-        .WillOnce(testing::Return(&mock_ax_platform_node_delegate));
-    EXPECT_CALL(mock_ax_platform_node_delegate, GetFromNodeID)
+    EXPECT_CALL(*autofill_popup_controller_,
+                GetRootAXPlatformNodeForWebContents)
+        .WillRepeatedly(testing::Return(&mock_ax_platform_node));
+    EXPECT_CALL(mock_ax_platform_node, GetDelegate)
+        .WillRepeatedly(testing::Return(&mock_ax_platform_node_delegate));
+    EXPECT_CALL(mock_ax_platform_node_delegate, GetFromTreeIDAndNodeID)
         .WillOnce(testing::Return(&mock_ax_platform_node));
     EXPECT_CALL(*autofill_popup_view_, GetAxUniqueId)
         .WillOnce(testing::Return(base::nullopt));
diff --git a/chrome/browser/ui/autofill/autofill_popup_layout_model.cc b/chrome/browser/ui/autofill/autofill_popup_layout_model.cc
index 015205cf..424c8deb 100644
--- a/chrome/browser/ui/autofill/autofill_popup_layout_model.cc
+++ b/chrome/browser/ui/autofill/autofill_popup_layout_model.cc
@@ -189,7 +189,6 @@
     case POPUP_ITEM_ID_PASSWORD_ENTRY:
     case POPUP_ITEM_ID_ALL_SAVED_PASSWORDS_ENTRY:
     case POPUP_ITEM_ID_GENERATE_PASSWORD_ENTRY:
-    case POPUP_ITEM_ID_GOOGLE_PAY_BRANDING:
     case POPUP_ITEM_ID_SHOW_ACCOUNT_CARDS:
       return normal_font_list_;
     case POPUP_ITEM_ID_AUTOCOMPLETE_ENTRY:
diff --git a/chrome/browser/ui/autofill/payments/save_card_bubble_controller.h b/chrome/browser/ui/autofill/payments/save_card_bubble_controller.h
index e26e7619..b3765ae 100644
--- a/chrome/browser/ui/autofill/payments/save_card_bubble_controller.h
+++ b/chrome/browser/ui/autofill/payments/save_card_bubble_controller.h
@@ -81,8 +81,16 @@
   // Returns whether or not a sign in / sync promo needs to be shown.
   virtual bool ShouldShowSignInPromo() const = 0;
 
+  // Returns true iff credit card upload save is in progress and the saving
+  // animation should be shown.
+  virtual bool ShouldShowSavingCardAnimation() const = 0;
+
   // Returns true iff the card saved animation should be shown.
-  virtual bool ShouldShowCardSavedAnimation() const = 0;
+  virtual bool ShouldShowCardSavedLabelAnimation() const = 0;
+
+  // Returns true iff credit card upload save failed and the failure badge on
+  // the icon should be shown.
+  virtual bool ShouldShowSaveFailureBadge() const = 0;
 
   // Interaction.
   // OnSyncPromoAccepted is called when the Dice Sign-in promo is clicked.
diff --git a/chrome/browser/ui/autofill/payments/save_card_bubble_controller_impl.cc b/chrome/browser/ui/autofill/payments/save_card_bubble_controller_impl.cc
index 03884bd..330b95f 100644
--- a/chrome/browser/ui/autofill/payments/save_card_bubble_controller_impl.cc
+++ b/chrome/browser/ui/autofill/payments/save_card_bubble_controller_impl.cc
@@ -173,8 +173,8 @@
 }
 
 void SaveCardBubbleControllerImpl::UpdateIconForSaveCardSuccess() {
-  // TODO(crbug.com/964127): Dismisses the icon and triggers a highlight
-  // animation of the avatar button.
+  current_bubble_type_ = BubbleType::INACTIVE;
+  UpdateSaveCardIcon();
 }
 
 void SaveCardBubbleControllerImpl::UpdateIconForSaveCardFailure() {
@@ -270,6 +270,7 @@
       return l10n_util::GetStringUTF16(IDS_AUTOFILL_CARD_SAVED);
     case BubbleType::FAILURE:
       return l10n_util::GetStringUTF16(IDS_AUTOFILL_FAILURE_BUBBLE_TITLE);
+    case BubbleType::UPLOAD_IN_PROGRESS:
     case BubbleType::INACTIVE:
       NOTREACHED();
       return base::string16();
@@ -372,6 +373,7 @@
     }
     case BubbleType::MANAGE_CARDS:
       return l10n_util::GetStringUTF16(IDS_AUTOFILL_DONE);
+    case BubbleType::UPLOAD_IN_PROGRESS:
     case BubbleType::SIGN_IN_PROMO:
     case BubbleType::FAILURE:
     case BubbleType::INACTIVE:
@@ -410,6 +412,7 @@
       return l10n_util::GetStringUTF16(
           IDS_AUTOFILL_NO_THANKS_DESKTOP_UPLOAD_SAVE);
     }
+    case BubbleType::UPLOAD_IN_PROGRESS:
     case BubbleType::MANAGE_CARDS:
     case BubbleType::SIGN_IN_PROMO:
     case BubbleType::FAILURE:
@@ -460,8 +463,16 @@
              syncer::SyncService::DISABLE_REASON_USER_CHOICE);
 }
 
-bool SaveCardBubbleControllerImpl::ShouldShowCardSavedAnimation() const {
-  return should_show_card_saved_animation_;
+bool SaveCardBubbleControllerImpl::ShouldShowSavingCardAnimation() const {
+  return current_bubble_type_ == BubbleType::UPLOAD_IN_PROGRESS;
+}
+
+bool SaveCardBubbleControllerImpl::ShouldShowCardSavedLabelAnimation() const {
+  return should_show_card_saved_label_animation_;
+}
+
+bool SaveCardBubbleControllerImpl::ShouldShowSaveFailureBadge() const {
+  return current_bubble_type_ == BubbleType::FAILURE;
 }
 
 void SaveCardBubbleControllerImpl::OnSyncPromoAccepted(
@@ -504,7 +515,7 @@
       DCHECK(!local_save_card_prompt_callback_.is_null());
       // Show an animated card saved confirmation message next time
       // UpdateSaveCardIcon() is called.
-      should_show_card_saved_animation_ = true;
+      should_show_card_saved_label_animation_ = true;
 
       std::move(local_save_card_prompt_callback_).Run(AutofillClient::ACCEPTED);
       break;
@@ -512,6 +523,7 @@
       AutofillMetrics::LogManageCardsPromptMetric(
           AutofillMetrics::MANAGE_CARDS_DONE, is_upload_save_);
       return;
+    case BubbleType::UPLOAD_IN_PROGRESS:
     case BubbleType::SIGN_IN_PROMO:
     case BubbleType::FAILURE:
     case BubbleType::INACTIVE:
@@ -519,7 +531,18 @@
   }
 
   const BubbleType previous_bubble_type = current_bubble_type_;
-  current_bubble_type_ = BubbleType::INACTIVE;
+
+  // If experiment is disabled or bubble type is not BubbleType::UPLOAD_SAVE, we
+  // change it to BubbleType::INACTIVE to dismiss the icon. Otherwise,
+  // |current_bubble_type_| will remain BubbleType::UPLOAD_SAVE, so that the
+  // icon is still visible during the credit card upload process.
+  if (base::FeatureList::IsEnabled(
+          features::kAutofillCreditCardUploadFeedback) &&
+      previous_bubble_type == BubbleType::UPLOAD_SAVE) {
+    current_bubble_type_ = BubbleType::UPLOAD_IN_PROGRESS;
+  } else {
+    current_bubble_type_ = BubbleType::INACTIVE;
+  }
 
   // If user just saved a card locally, the next bubble can either be a sign-in
   // promo or a manage cards view. If we need to show a sign-in promo, that
@@ -597,6 +620,13 @@
   // reopening the bubble will show the card management bubble.
   if (current_bubble_type_ == BubbleType::SIGN_IN_PROMO)
     current_bubble_type_ = BubbleType::MANAGE_CARDS;
+
+  // Unlike other bubbles, the save failure bubble should not be reshown. If the
+  // save card failure bubble is closed, the credit card icon should be
+  // dismissed as well.
+  if (current_bubble_type_ == BubbleType::FAILURE)
+    current_bubble_type_ = BubbleType::INACTIVE;
+
   UpdateSaveCardIcon();
   if (observer_for_testing_)
     observer_for_testing_->OnBubbleClosed();
@@ -605,7 +635,7 @@
 void SaveCardBubbleControllerImpl::OnAnimationEnded() {
   // Do not repeat the animation next time UpdateSaveCardIcon() is called,
   // unless explicitly set somewhere else.
-  should_show_card_saved_animation_ = false;
+  should_show_card_saved_label_animation_ = false;
 
   // We do not want to show the promo if the user clicked on the icon and the
   // manage cards bubble started to show.
@@ -760,6 +790,7 @@
     case BubbleType::FAILURE:
       // TODO(crbug.com/964127): Add metrics.
       break;
+    case BubbleType::UPLOAD_IN_PROGRESS:
     case BubbleType::INACTIVE:
       NOTREACHED();
   }
@@ -798,6 +829,7 @@
     case BubbleType::FAILURE:
       // TODO(crbug.com/964127): Add metrics.
       break;
+    case BubbleType::UPLOAD_IN_PROGRESS:
     case BubbleType::MANAGE_CARDS:
     case BubbleType::SIGN_IN_PROMO:
     case BubbleType::INACTIVE:
diff --git a/chrome/browser/ui/autofill/payments/save_card_bubble_controller_impl.h b/chrome/browser/ui/autofill/payments/save_card_bubble_controller_impl.h
index fe95ac1..e7c10e69 100644
--- a/chrome/browser/ui/autofill/payments/save_card_bubble_controller_impl.h
+++ b/chrome/browser/ui/autofill/payments/save_card_bubble_controller_impl.h
@@ -123,7 +123,9 @@
   //    to the server -- this should change.
   // TODO(crbug.com/864702): Don't show promo if user is a butter user.
   bool ShouldShowSignInPromo() const override;
-  bool ShouldShowCardSavedAnimation() const override;
+  bool ShouldShowSavingCardAnimation() const override;
+  bool ShouldShowCardSavedLabelAnimation() const override;
+  bool ShouldShowSaveFailureBadge() const override;
   void OnSyncPromoAccepted(const AccountInfo& account,
                            signin_metrics::AccessPoint access_point,
                            bool is_default_promo_account) override;
@@ -179,8 +181,8 @@
   // Should outlive this object.
   PersonalDataManager* personal_data_manager_;
 
-  // Is true only if the card saved animation should be shown.
-  bool should_show_card_saved_animation_ = false;
+  // Is true only if the [Card saved] label animation should be shown.
+  bool should_show_card_saved_label_animation_ = false;
 
   // Weak reference. Will be nullptr if no bubble is currently shown.
   SaveCardBubbleView* save_card_bubble_view_ = nullptr;
diff --git a/chrome/browser/ui/autofill/payments/save_card_bubble_controller_impl_browsertest.cc b/chrome/browser/ui/autofill/payments/save_card_bubble_controller_impl_browsertest.cc
index 9cbc999..f827966 100644
--- a/chrome/browser/ui/autofill/payments/save_card_bubble_controller_impl_browsertest.cc
+++ b/chrome/browser/ui/autofill/payments/save_card_bubble_controller_impl_browsertest.cc
@@ -106,6 +106,7 @@
       case BubbleType::FAILURE:
         controller_->ShowBubbleForSaveCardFailureForTesting();
         break;
+      case BubbleType::UPLOAD_IN_PROGRESS:
       case BubbleType::INACTIVE:
         break;
     }
diff --git a/chrome/browser/ui/autofill/payments/save_card_bubble_controller_impl_unittest.cc b/chrome/browser/ui/autofill/payments/save_card_bubble_controller_impl_unittest.cc
index af3642c..8209987 100644
--- a/chrome/browser/ui/autofill/payments/save_card_bubble_controller_impl_unittest.cc
+++ b/chrome/browser/ui/autofill/payments/save_card_bubble_controller_impl_unittest.cc
@@ -142,7 +142,7 @@
 
   void ClickSaveButton() {
     controller()->OnSaveButton({});
-    if (controller()->ShouldShowCardSavedAnimation())
+    if (controller()->ShouldShowCardSavedLabelAnimation())
       controller()->OnAnimationEnded();
   }
 
diff --git a/chrome/browser/ui/autofill/payments/save_card_ui.h b/chrome/browser/ui/autofill/payments/save_card_ui.h
index d8f4e58..c797b7cd 100644
--- a/chrome/browser/ui/autofill/payments/save_card_ui.h
+++ b/chrome/browser/ui/autofill/payments/save_card_ui.h
@@ -15,6 +15,10 @@
   // Save prompt when uploading a card to Google payments.
   UPLOAD_SAVE,
 
+  // Credit card upload is in progress. No bubble visible but show the credit
+  // card icon with the loading indicator animation.
+  UPLOAD_IN_PROGRESS,
+
   // The sign-in promo that is shown after local save.
   SIGN_IN_PROMO,
 
diff --git a/chrome/browser/ui/bookmarks/bookmark_drag_drop.cc b/chrome/browser/ui/bookmarks/bookmark_drag_drop.cc
index 424c753..5b3983e29 100644
--- a/chrome/browser/ui/bookmarks/bookmark_drag_drop.cc
+++ b/chrome/browser/ui/bookmarks/bookmark_drag_drop.cc
@@ -9,14 +9,12 @@
 #include "build/build_config.h"
 #include "chrome/browser/bookmarks/bookmark_model_factory.h"
 #include "chrome/browser/profiles/profile.h"
-#include "chrome/browser/ui/bookmarks/bookmark_stats.h"
 #include "chrome/browser/undo/bookmark_undo_service_factory.h"
 #include "components/bookmarks/browser/bookmark_client.h"
 #include "components/bookmarks/browser/bookmark_model.h"
 #include "components/bookmarks/browser/bookmark_node_data.h"
 #include "components/bookmarks/browser/bookmark_utils.h"
 #include "components/bookmarks/browser/scoped_group_bookmark_actions.h"
-#include "components/profile_metrics/browser_profile_type.h"
 #include "components/undo/bookmark_undo_service.h"
 #include "ui/base/dragdrop/drag_drop_types.h"
 
@@ -44,7 +42,6 @@
                   const BookmarkNode* parent_node,
                   size_t index,
                   bool copy) {
-  DCHECK(profile);
   BookmarkModel* model = BookmarkModelFactory::GetForBrowserContext(profile);
 #if !defined(OS_ANDROID)
   bookmarks::ScopedGroupBookmarkActions group_drops(model);
@@ -69,7 +66,6 @@
     }
     return ui::DragDropTypes::DRAG_NONE;
   }
-  RecordBookmarksAdded(profile);
   // Dropping a folder from different profile. Always accept.
   bookmarks::CloneBookmarkNode(model, data.elements, parent_node, index, true);
   return ui::DragDropTypes::DRAG_COPY;
diff --git a/chrome/browser/ui/bookmarks/bookmark_stats.cc b/chrome/browser/ui/bookmarks/bookmark_stats.cc
index 12a3aeef..ffa936f4 100644
--- a/chrome/browser/ui/bookmarks/bookmark_stats.cc
+++ b/chrome/browser/ui/bookmarks/bookmark_stats.cc
@@ -3,7 +3,6 @@
 // found in the LICENSE file.
 
 #include "chrome/browser/ui/bookmarks/bookmark_stats.h"
-#include "chrome/browser/profiles/profile.h"
 
 #include "base/metrics/histogram_macros.h"
 #include "base/metrics/user_metrics.h"
@@ -19,14 +18,6 @@
          location == BOOKMARK_LAUNCH_LOCATION_BAR_SUBFOLDER;
 }
 
-auto GetMetricProfile(const Profile* profile) {
-  DCHECK(profile);
-  DCHECK(profile->IsRegularProfile() || profile->IsIncognitoProfile());
-  return profile->IsRegularProfile()
-             ? profile_metrics::BrowserProfileType::kRegular
-             : profile_metrics::BrowserProfileType::kIncognito;
-}
-
 }  // namespace
 
 void RecordBookmarkLaunch(BookmarkLaunchLocation location,
@@ -64,19 +55,3 @@
         base::UserMetricsAction("ClickedBookmarkBarAppsShortcutButton"));
   }
 }
-
-void RecordBookmarksAdded(const Profile* profile) {
-  auto profile_type = GetMetricProfile(profile);
-  UMA_HISTOGRAM_ENUMERATION("Bookmarks.AddedPerProfileType", profile_type);
-}
-
-void RecordBookmarkAllTabsWithTabsCount(const Profile* profile, int count) {
-  auto profile_type = GetMetricProfile(profile);
-  if (profile_type == profile_metrics::BrowserProfileType::kRegular) {
-    UMA_HISTOGRAM_COUNTS_100("Bookmarks.BookmarkAllTabsWithTabsCount.Regular",
-                             count);
-  } else {
-    UMA_HISTOGRAM_COUNTS_100("Bookmarks.BookmarkAllTabsWithTabsCount.Incognito",
-                             count);
-  }
-}
diff --git a/chrome/browser/ui/bookmarks/bookmark_stats.h b/chrome/browser/ui/bookmarks/bookmark_stats.h
index 0032b96..e5c495b2 100644
--- a/chrome/browser/ui/bookmarks/bookmark_stats.h
+++ b/chrome/browser/ui/bookmarks/bookmark_stats.h
@@ -7,44 +7,38 @@
 
 #include "components/profile_metrics/browser_profile_type.h"
 
-class Profile;
-
 // This enum is used for the Bookmarks.EntryPoint histogram.
-// These values are persisted to logs. Entries should not be renumbered and
-// numeric values should never be reused.
 enum BookmarkEntryPoint {
-  BOOKMARK_ENTRY_POINT_ACCELERATOR = 0,
-  BOOKMARK_ENTRY_POINT_STAR_GESTURE = 1,
-  BOOKMARK_ENTRY_POINT_STAR_KEY = 2,
-  BOOKMARK_ENTRY_POINT_STAR_MOUSE = 3,
+  BOOKMARK_ENTRY_POINT_ACCELERATOR,
+  BOOKMARK_ENTRY_POINT_STAR_GESTURE,
+  BOOKMARK_ENTRY_POINT_STAR_KEY,
+  BOOKMARK_ENTRY_POINT_STAR_MOUSE,
 
-  BOOKMARK_ENTRY_POINT_LIMIT = 4  // Keep this last.
+  BOOKMARK_ENTRY_POINT_LIMIT  // Keep this last.
 };
 
 // This enum is used for the Bookmarks.LaunchLocation histogram.
-// These values are persisted to logs. Entries should not be renumbered and
-// numeric values should never be reused.
 enum BookmarkLaunchLocation {
-  BOOKMARK_LAUNCH_LOCATION_NONE = 0,
-  BOOKMARK_LAUNCH_LOCATION_ATTACHED_BAR = 1,
-  BOOKMARK_LAUNCH_LOCATION_DETACHED_BAR = 2,
+  BOOKMARK_LAUNCH_LOCATION_NONE,
+  BOOKMARK_LAUNCH_LOCATION_ATTACHED_BAR = 0,
+  BOOKMARK_LAUNCH_LOCATION_DETACHED_BAR,
   // These two are kind of sub-categories of the bookmark bar. Generally
   // a launch from a context menu or subfolder could be classified in one of
   // the other two bar buckets, but doing so is difficult because the menus
   // don't know of their greater place in Chrome.
-  BOOKMARK_LAUNCH_LOCATION_BAR_SUBFOLDER = 3,
-  BOOKMARK_LAUNCH_LOCATION_CONTEXT_MENU = 4,
+  BOOKMARK_LAUNCH_LOCATION_BAR_SUBFOLDER,
+  BOOKMARK_LAUNCH_LOCATION_CONTEXT_MENU,
 
   // Bookmarks menu within app menu.
-  BOOKMARK_LAUNCH_LOCATION_APP_MENU = 5,
+  BOOKMARK_LAUNCH_LOCATION_APP_MENU,
   // Bookmark manager.
-  BOOKMARK_LAUNCH_LOCATION_MANAGER = 6,
+  BOOKMARK_LAUNCH_LOCATION_MANAGER,
   // Autocomplete suggestion.
-  BOOKMARK_LAUNCH_LOCATION_OMNIBOX = 7,
+  BOOKMARK_LAUNCH_LOCATION_OMNIBOX,
   // System application menu (e.g. on Mac).
-  BOOKMARK_LAUNCH_LOCATION_TOP_MENU = 8,
+  BOOKMARK_LAUNCH_LOCATION_TOP_MENU,
 
-  BOOKMARK_LAUNCH_LOCATION_LIMIT = 9  // Keep this last.
+  BOOKMARK_LAUNCH_LOCATION_LIMIT  // Keep this last.
 };
 
 // Records the launch of a bookmark for UMA purposes.
@@ -61,13 +55,4 @@
 // Records the user opening the apps page for UMA purposes.
 void RecordBookmarkAppsPageOpen(BookmarkLaunchLocation location);
 
-// Records the user adding a bookmark via star action, drag and drop, via
-// Bookmark this tab... and Bookmark all tabs... buttons. For the Bookmark
-// open tabs... the action is recorded only once and not as many times as
-// count of tabs that were bookmarked.
-void RecordBookmarksAdded(const Profile* profile);
-
-// Records the user bookmarking all tabs, along with the open tabs count.
-void RecordBookmarkAllTabsWithTabsCount(const Profile* profile, int count);
-
 #endif  // CHROME_BROWSER_UI_BOOKMARKS_BOOKMARK_STATS_H_
diff --git a/chrome/browser/ui/browser_commands.cc b/chrome/browser/ui/browser_commands.cc
index 9548de2..1c4beb41 100644
--- a/chrome/browser/ui/browser_commands.cc
+++ b/chrome/browser/ui/browser_commands.cc
@@ -33,7 +33,6 @@
 #include "chrome/browser/ui/accelerator_utils.h"
 #include "chrome/browser/ui/autofill/payments/manage_migration_ui_controller.h"
 #include "chrome/browser/ui/autofill/payments/save_card_bubble_controller_impl.h"
-#include "chrome/browser/ui/bookmarks/bookmark_stats.h"
 #include "chrome/browser/ui/bookmarks/bookmark_utils.h"
 #include "chrome/browser/ui/bookmarks/bookmark_utils_desktop.h"
 #include "chrome/browser/ui/browser.h"
@@ -841,9 +840,6 @@
     // weird situations where the bubble is deleted as soon as it is shown.
     browser->window()->ShowBookmarkBubble(url, was_bookmarked_by_user);
   }
-
-  if (!was_bookmarked_by_user && is_bookmarked_by_user)
-    RecordBookmarksAdded(browser->profile());
 }
 
 void BookmarkCurrentTabAllowingExtensionOverrides(Browser* browser) {
@@ -877,10 +873,6 @@
 
 void BookmarkAllTabs(Browser* browser) {
   base::RecordAction(UserMetricsAction("BookmarkAllTabs"));
-  RecordBookmarkAllTabsWithTabsCount(browser->profile(),
-                                     browser->tab_strip_model()->count());
-  // We record the profile that invoked this option.
-  RecordBookmarksAdded(browser->profile());
   chrome::ShowBookmarkAllTabsDialog(browser);
 }
 
diff --git a/chrome/browser/ui/tabs/tab_strip_model.cc b/chrome/browser/ui/tabs/tab_strip_model.cc
index c32bf9e..d4bf7f7 100644
--- a/chrome/browser/ui/tabs/tab_strip_model.cc
+++ b/chrome/browser/ui/tabs/tab_strip_model.cc
@@ -987,9 +987,11 @@
   // so we have to handle the general case.
   if (group.has_value()) {
     auto grouped_tabs = ListTabsInGroup(group.value());
-    DCHECK(base::STLIsSorted(grouped_tabs));
-    index = base::ClampToRange(index, grouped_tabs.front(),
-                               grouped_tabs.back() + 1);
+    if (grouped_tabs.size() > 0) {
+      DCHECK(base::STLIsSorted(grouped_tabs));
+      index = base::ClampToRange(index, grouped_tabs.front(),
+                                 grouped_tabs.back() + 1);
+    }
   }
 
   if (ui::PageTransitionTypeIncludingQualifiersIs(transition,
diff --git a/chrome/browser/ui/views/autofill/payments/save_card_bubble_views_browsertest.cc b/chrome/browser/ui/views/autofill/payments/save_card_bubble_views_browsertest.cc
index b8057e8..93be9389 100644
--- a/chrome/browser/ui/views/autofill/payments/save_card_bubble_views_browsertest.cc
+++ b/chrome/browser/ui/views/autofill/payments/save_card_bubble_views_browsertest.cc
@@ -108,11 +108,15 @@
     "link: "
     "{0}.\",\"template_parameter\":[{\"display_text\":\"Link\",\"url\":\"https:"
     "//www.example.com/\"}]}]},\"context_token\":\"dummy_context_token\"}";
+const char kURLUploadCardRequest[] =
+    "https://payments.google.com/payments/apis-secure/chromepaymentsservice/"
+    "savecard"
+    "?s7e_suffix=chromewallet";
+const char kResponsePaymentsSuccess[] =
+    "{ \"credit_card_id\": \"InstrumentData:1\" }";
 const char kResponsePaymentsFailure[] =
     "{\"error\":{\"code\":\"FAILED_PRECONDITION\",\"user_error_message\":\"An "
     "unexpected error has occurred. Please try again later.\"}}";
-const char kURLUploadCardRequest[] =
-    "https://payments.google.com/payments/apis/chromepaymentsservice/savecard";
 
 const double kFakeGeolocationLatitude = 1.23;
 const double kFakeGeolocationLongitude = 4.56;
@@ -138,6 +142,7 @@
     RECEIVED_GET_UPLOAD_DETAILS_RESPONSE,
     SENT_UPLOAD_CARD_REQUEST,
     RECEIVED_UPLOAD_CARD_RESPONSE,
+    SHOW_CARD_SAVED_FEEDBACK,
     STRIKE_CHANGE_COMPLETE,
     BUBBLE_SHOWN,
     BUBBLE_CLOSED
@@ -251,6 +256,12 @@
   }
 
   // CreditCardSaveManager::ObserverForTest:
+  void OnShowCardSavedFeedback() override {
+    if (event_waiter_)
+      event_waiter_->OnEvent(DialogEvent::SHOW_CARD_SAVED_FEEDBACK);
+  }
+
+  // CreditCardSaveManager::ObserverForTest:
   void OnStrikeChangeComplete() override {
     if (event_waiter_)
       event_waiter_->OnEvent(DialogEvent::STRIKE_CHANGE_COMPLETE);
@@ -577,6 +588,11 @@
                                            net::HTTP_INTERNAL_SERVER_ERROR);
   }
 
+  void SetUploadCardRpcPaymentsSucceeds() {
+    test_url_loader_factory()->AddResponse(kURLUploadCardRequest,
+                                           kResponsePaymentsSuccess);
+  }
+
   void SetUploadCardRpcPaymentsFails() {
     test_url_loader_factory()->AddResponse(kURLUploadCardRequest,
                                            kResponsePaymentsFailure);
@@ -688,7 +704,7 @@
     return static_cast<SaveCardBubbleViews*>(save_card_bubble_view);
   }
 
-  PageActionIconView* GetSaveCardIconView() {
+  SaveCardIconView* GetSaveCardIconView() {
     BrowserView* browser_view =
         BrowserView::GetBrowserViewForBrowser(browser());
     PageActionIconView* icon =
@@ -702,7 +718,7 @@
     } else {
       DCHECK(browser_view->GetLocationBarView()->Contains(icon));
     }
-    return icon;
+    return static_cast<SaveCardIconView*>(icon);
   }
 
   void OpenSettingsFromManageCardsPrompt() {
@@ -795,8 +811,11 @@
 
   void SetUp() override {
     base::test::ScopedFeatureList scoped_feature_list;
-    scoped_feature_list.InitAndEnableFeature(
-        features::kAutofillEnableToolbarStatusChip);
+    scoped_feature_list.InitWithFeatures(
+        /*enabled_features=*/{features::kAutofillCreditCardUploadFeedback,
+                              features::kAutofillEnableToolbarStatusChip,
+                              features::kAutofillUpstream},
+        /*disabled_features=*/{});
 
     SaveCardBubbleViewsFullFormBrowserTest::SetUp();
   }
@@ -2734,6 +2753,41 @@
   EXPECT_TRUE(GetSaveCardIconView()->GetVisible());
   EXPECT_FALSE(GetSaveCardBubbleViews());
 }
+
+// Ensures the card saving throbber animation in the status chip behaves
+// correctly during credit card upload process.
+IN_PROC_BROWSER_TEST_F(SaveCardBubbleViewsFullFormBrowserTestForStatusChip,
+                       Feedback_CardSavingAnimation) {
+  // Start sync.
+  harness_->SetupSync();
+
+  FillForm();
+  SubmitFormAndWaitForCardUploadSaveBubble();
+
+  // Ensures icon is visible and animation is not.
+  EXPECT_TRUE(GetSaveCardIconView()->GetVisible());
+  EXPECT_FALSE(
+      GetSaveCardIconView()->loading_indicator_for_testing()->IsAnimating());
+
+  ResetEventWaiterForSequence({DialogEvent::SENT_UPLOAD_CARD_REQUEST});
+  ClickOnDialogViewWithIdAndWait(DialogViewId::OK_BUTTON);
+  WaitForObservedEvent();
+
+  // Ensures icon and the animation are visible.
+  EXPECT_TRUE(GetSaveCardIconView()->GetVisible());
+  EXPECT_TRUE(
+      GetSaveCardIconView()->loading_indicator_for_testing()->IsAnimating());
+
+  SetUploadCardRpcPaymentsSucceeds();
+  ResetEventWaiterForSequence({DialogEvent::RECEIVED_UPLOAD_CARD_RESPONSE,
+                               DialogEvent::SHOW_CARD_SAVED_FEEDBACK});
+  WaitForObservedEvent();
+
+  // Ensures the animation should not be animating.
+  EXPECT_FALSE(
+      GetSaveCardIconView()->loading_indicator_for_testing()->IsAnimating());
+}
+
 #endif  // !defined(OS_CHROMEOS)
 
 }  // namespace autofill
diff --git a/chrome/browser/ui/views/autofill/payments/save_card_icon_view.cc b/chrome/browser/ui/views/autofill/payments/save_card_icon_view.cc
index 05c4210..37802fe 100644
--- a/chrome/browser/ui/views/autofill/payments/save_card_icon_view.cc
+++ b/chrome/browser/ui/views/autofill/payments/save_card_icon_view.cc
@@ -14,6 +14,7 @@
 #include "chrome/grit/generated_resources.h"
 #include "components/strings/grit/components_strings.h"
 #include "ui/base/l10n/l10n_util.h"
+#include "ui/gfx/paint_vector_icon.h"
 
 namespace autofill {
 
@@ -26,9 +27,16 @@
   SetID(VIEW_ID_SAVE_CREDIT_CARD_BUTTON);
 
   SetUpForInOutAnimation();
+
+  loading_indicator_ =
+      AddChildView(std::make_unique<PageActionIconLoadingIndicatorView>());
+  loading_indicator_->SetVisible(false);
+  AddObserver(loading_indicator_);
 }
 
-SaveCardIconView::~SaveCardIconView() {}
+SaveCardIconView::~SaveCardIconView() {
+  RemoveObserver(loading_indicator_);
+}
 
 views::BubbleDialogDelegateView* SaveCardIconView::GetBubble() const {
   SaveCardBubbleController* controller = GetController();
@@ -47,12 +55,21 @@
 
   // |controller| may be nullptr due to lazy initialization.
   SaveCardBubbleController* controller = GetController();
-  bool enabled = controller && controller->IsIconVisible();
 
-  enabled &= SetCommandEnabled(enabled);
-  SetVisible(enabled);
+  bool command_enabled =
+      SetCommandEnabled(controller && controller->IsIconVisible());
+  SetVisible(command_enabled);
 
-  if (enabled && controller->ShouldShowCardSavedAnimation())
+  if (command_enabled && controller->ShouldShowSavingCardAnimation()) {
+    SetEnabled(false);
+    loading_indicator_->ShowAnimation();
+  } else {
+    loading_indicator_->StopAnimation();
+    UpdateIconImage();
+    SetEnabled(true);
+  }
+
+  if (command_enabled && controller->ShouldShowCardSavedLabelAnimation())
     AnimateIn(IDS_AUTOFILL_CARD_SAVED);
 
   return was_visible != GetVisible();
@@ -65,6 +82,14 @@
   return kCreditCardIcon;
 }
 
+const gfx::VectorIcon& SaveCardIconView::GetVectorIconBadge() const {
+  SaveCardBubbleController* controller = GetController();
+  if (controller && controller->ShouldShowSaveFailureBadge())
+    return kBlockedBadgeIcon;
+
+  return gfx::kNoneIcon;
+}
+
 base::string16 SaveCardIconView::GetTextForTooltipAndAccessibleName() const {
   return l10n_util::GetStringUTF16(IDS_TOOLTIP_SAVE_CREDIT_CARD);
 }
diff --git a/chrome/browser/ui/views/autofill/payments/save_card_icon_view.h b/chrome/browser/ui/views/autofill/payments/save_card_icon_view.h
index 209309f..71087190 100644
--- a/chrome/browser/ui/views/autofill/payments/save_card_icon_view.h
+++ b/chrome/browser/ui/views/autofill/payments/save_card_icon_view.h
@@ -6,6 +6,7 @@
 #define CHROME_BROWSER_UI_VIEWS_AUTOFILL_PAYMENTS_SAVE_CARD_ICON_VIEW_H_
 
 #include "base/macros.h"
+#include "chrome/browser/ui/views/page_action/page_action_icon_loading_indicator_view.h"
 #include "chrome/browser/ui/views/page_action/page_action_icon_view.h"
 
 class CommandUpdater;
@@ -28,10 +29,15 @@
   bool Update() override;
   base::string16 GetTextForTooltipAndAccessibleName() const override;
 
+  PageActionIconLoadingIndicatorView* loading_indicator_for_testing() {
+    return loading_indicator_;
+  }
+
  protected:
   // PageActionIconView:
   void OnExecuting(PageActionIconView::ExecuteSource execute_source) override;
   const gfx::VectorIcon& GetVectorIcon() const override;
+  const gfx::VectorIcon& GetVectorIconBadge() const override;
 
  private:
   SaveCardBubbleController* GetController() const;
@@ -39,6 +45,10 @@
   // gfx::AnimationDelegate:
   void AnimationEnded(const gfx::Animation* animation) override;
 
+  // The loading indicator. Its animation will be triggered when upload save is
+  // in progress.
+  PageActionIconLoadingIndicatorView* loading_indicator_;
+
   DISALLOW_COPY_AND_ASSIGN(SaveCardIconView);
 };
 
diff --git a/chrome/browser/ui/views/extensions/extensions_toolbar_button.cc b/chrome/browser/ui/views/extensions/extensions_toolbar_button.cc
index 6d0e391..448d542 100644
--- a/chrome/browser/ui/views/extensions/extensions_toolbar_button.cc
+++ b/chrome/browser/ui/views/extensions/extensions_toolbar_button.cc
@@ -13,6 +13,7 @@
 #include "ui/base/material_design/material_design_controller.h"
 #include "ui/base/theme_provider.h"
 #include "ui/gfx/paint_vector_icon.h"
+#include "ui/views/accessibility/view_accessibility.h"
 #include "ui/views/controls/button/button_controller.h"
 
 ExtensionsToolbarButton::ExtensionsToolbarButton(
@@ -24,6 +25,7 @@
   SetTooltipText(l10n_util::GetStringUTF16(IDS_TOOLTIP_EXTENSIONS_BUTTON));
   button_controller()->set_notify_action(
       views::ButtonController::NotifyAction::kOnPress);
+  GetViewAccessibility().OverrideHasPopup(ax::mojom::HasPopup::kMenu);
 }
 
 void ExtensionsToolbarButton::UpdateIcon() {
diff --git a/chrome/browser/ui/views/frame/browser_view.cc b/chrome/browser/ui/views/frame/browser_view.cc
index 74b1fdf..b67c4cfd 100644
--- a/chrome/browser/ui/views/frame/browser_view.cc
+++ b/chrome/browser/ui/views/frame/browser_view.cc
@@ -1388,6 +1388,7 @@
       bubble = new autofill::SaveCardFailureBubbleViews(
           anchor_view, web_contents, controller);
       break;
+    case autofill::BubbleType::UPLOAD_IN_PROGRESS:
     case autofill::BubbleType::INACTIVE:
       break;
   }
diff --git a/chrome/browser/ui/views/global_media_controls/media_toolbar_button_view.cc b/chrome/browser/ui/views/global_media_controls/media_toolbar_button_view.cc
index 74d02a5..a25e8f64 100644
--- a/chrome/browser/ui/views/global_media_controls/media_toolbar_button_view.cc
+++ b/chrome/browser/ui/views/global_media_controls/media_toolbar_button_view.cc
@@ -17,6 +17,7 @@
 #include "ui/base/theme_provider.h"
 #include "ui/gfx/paint_vector_icon.h"
 #include "ui/native_theme/native_theme.h"
+#include "ui/views/accessibility/view_accessibility.h"
 #include "ui/views/animation/ink_drop.h"
 #include "ui/views/controls/button/button_controller.h"
 
@@ -39,6 +40,7 @@
   EnableCanvasFlippingForRTLUI(false);
   SetTooltipText(
       l10n_util::GetStringUTF16(IDS_GLOBAL_MEDIA_CONTROLS_ICON_TOOLTIP_TEXT));
+  GetViewAccessibility().OverrideHasPopup(ax::mojom::HasPopup::kMenu);
 
   ToolbarButton::Init();
 
diff --git a/chrome/browser/ui/views/layout_provider_unittest.cc b/chrome/browser/ui/views/layout_provider_unittest.cc
index f84eab9..f03da68 100644
--- a/chrome/browser/ui/views/layout_provider_unittest.cc
+++ b/chrome/browser/ui/views/layout_provider_unittest.cc
@@ -14,6 +14,7 @@
 #include "ui/base/resource/resource_bundle.h"
 #include "ui/base/ui_base_features.h"
 #include "ui/gfx/font_list.h"
+#include "ui/gfx/font_util.h"
 #include "ui/strings/grit/app_locale_settings.h"
 #include "ui/views/controls/label.h"
 #include "ui/views/controls/styled_label.h"
@@ -29,7 +30,6 @@
 #include "base/win/windows_version.h"
 #include "ui/display/win/dpi.h"
 #include "ui/gfx/system_fonts_win.h"
-#include "ui/gfx/win/direct_write.h"
 #endif
 
 namespace {
@@ -51,8 +51,8 @@
   static void SetUpTestSuite() {
 #if defined(OS_WIN)
     base::win::EnableHighDPISupport();
-    gfx::win::InitializeDirectWrite();
 #endif
+    gfx::InitializeFonts();
   }
 
  private:
diff --git a/chrome/browser/ui/views/page_action/page_action_icon_loading_indicator_view.cc b/chrome/browser/ui/views/page_action/page_action_icon_loading_indicator_view.cc
new file mode 100644
index 0000000..1c92597
--- /dev/null
+++ b/chrome/browser/ui/views/page_action/page_action_icon_loading_indicator_view.cc
@@ -0,0 +1,58 @@
+// Copyright 2019 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#include "chrome/browser/ui/views/page_action/page_action_icon_loading_indicator_view.h"
+
+#include "base/location.h"
+#include "base/time/default_tick_clock.h"
+#include "chrome/browser/themes/theme_properties.h"
+#include "ui/base/theme_provider.h"
+#include "ui/gfx/canvas.h"
+#include "ui/gfx/color_palette.h"
+#include "ui/gfx/paint_throbber.h"
+
+PageActionIconLoadingIndicatorView::PageActionIconLoadingIndicatorView() =
+    default;
+
+PageActionIconLoadingIndicatorView::~PageActionIconLoadingIndicatorView() =
+    default;
+
+void PageActionIconLoadingIndicatorView::ShowAnimation() {
+  if (!throbber_start_time_.has_value())
+    throbber_start_time_ = base::TimeTicks::Now();
+
+  SetVisible(true);
+  animation_.StartThrobbing(-1);
+}
+
+void PageActionIconLoadingIndicatorView::StopAnimation() {
+  throbber_start_time_.reset();
+  SetVisible(false);
+  animation_.Reset();
+}
+
+bool PageActionIconLoadingIndicatorView::IsAnimating() {
+  return animation_.is_animating();
+}
+
+void PageActionIconLoadingIndicatorView::OnPaint(gfx::Canvas* canvas) {
+  const SkColor color = GetThemeProvider()->GetColor(
+      ThemeProperties::COLOR_TAB_THROBBER_SPINNING);
+  constexpr int kThrobberStrokeWidth = 2;
+  gfx::PaintThrobberSpinning(
+      canvas, GetLocalBounds(), color,
+      base::TimeTicks::Now() - throbber_start_time_.value_or(base::TimeTicks()),
+      kThrobberStrokeWidth);
+}
+
+void PageActionIconLoadingIndicatorView::OnViewBoundsChanged(
+    views::View* observed_view) {
+  SetBoundsRect(observed_view->GetLocalBounds());
+}
+
+void PageActionIconLoadingIndicatorView::AnimationProgressed(
+    const gfx::Animation* animation) {
+  DCHECK_EQ(animation, &animation_);
+  SchedulePaint();
+}
diff --git a/chrome/browser/ui/views/page_action/page_action_icon_loading_indicator_view.h b/chrome/browser/ui/views/page_action/page_action_icon_loading_indicator_view.h
new file mode 100644
index 0000000..851db57
--- /dev/null
+++ b/chrome/browser/ui/views/page_action/page_action_icon_loading_indicator_view.h
@@ -0,0 +1,48 @@
+// Copyright 2019 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#ifndef CHROME_BROWSER_UI_VIEWS_PAGE_ACTION_PAGE_ACTION_ICON_LOADING_INDICATOR_VIEW_H_
+#define CHROME_BROWSER_UI_VIEWS_PAGE_ACTION_PAGE_ACTION_ICON_LOADING_INDICATOR_VIEW_H_
+
+#include "base/macros.h"
+#include "base/time/time.h"
+#include "base/timer/timer.h"
+#include "ui/gfx/animation/animation_delegate.h"
+#include "ui/gfx/animation/throb_animation.h"
+#include "ui/views/view.h"
+#include "ui/views/view_observer.h"
+
+// The view that contains a throbber animation. It is shown when the action
+// related to the page action icon is in progress.
+// TODO(crbug.com/932818): Investigate the possibility of making this a layer
+// instead of a view.
+class PageActionIconLoadingIndicatorView : public views::View,
+                                           public views::ViewObserver,
+                                           public gfx::AnimationDelegate {
+ public:
+  PageActionIconLoadingIndicatorView();
+  ~PageActionIconLoadingIndicatorView() override;
+
+  void ShowAnimation();
+  void StopAnimation();
+  bool IsAnimating();
+
+  // views::View:
+  void OnPaint(gfx::Canvas* canvas) override;
+
+  // views::ViewObserver:
+  void OnViewBoundsChanged(views::View* observed_view) override;
+
+  // gfx::AnimationDelegate:
+  void AnimationProgressed(const gfx::Animation* animation) override;
+
+ private:
+  base::Optional<base::TimeTicks> throbber_start_time_ = base::nullopt;
+
+  gfx::ThrobAnimation animation_{this};
+
+  DISALLOW_COPY_AND_ASSIGN(PageActionIconLoadingIndicatorView);
+};
+
+#endif  // CHROME_BROWSER_UI_VIEWS_PAGE_ACTION_PAGE_ACTION_ICON_LOADING_INDICATOR_VIEW_H_
diff --git a/chrome/browser/ui/views/profiles/avatar_toolbar_button.cc b/chrome/browser/ui/views/profiles/avatar_toolbar_button.cc
index 96b279c..f9f7150 100644
--- a/chrome/browser/ui/views/profiles/avatar_toolbar_button.cc
+++ b/chrome/browser/ui/views/profiles/avatar_toolbar_button.cc
@@ -104,6 +104,8 @@
   // and LabelButton image/label placement is still flipped like usual.
   EnableCanvasFlippingForRTLUI(false);
 
+  GetViewAccessibility().OverrideHasPopup(ax::mojom::HasPopup::kMenu);
+
   Init();
 
 #if defined(OS_CHROMEOS)
diff --git a/chrome/browser/ui/views/screen_capture_notification_ui_views.cc b/chrome/browser/ui/views/screen_capture_notification_ui_views.cc
index b96f2d6..f0780f6f 100644
--- a/chrome/browser/ui/views/screen_capture_notification_ui_views.cc
+++ b/chrome/browser/ui/views/screen_capture_notification_ui_views.cc
@@ -38,8 +38,6 @@
 const int kHorizontalMargin = 10;
 const float kWindowAlphaValue = 0.96f;
 
-namespace {
-
 // A ClientView that overrides NonClientHitTest() so that the whole window area
 // acts as a window caption, except a rect specified using set_client_rect().
 // ScreenCaptureNotificationUIViews uses this class to make the notification bar
@@ -53,7 +51,7 @@
 
   void set_client_rect(const gfx::Rect& rect) { rect_ = rect; }
 
-  // views::ClientView overrides.
+  // views::ClientView:
   int NonClientHitTest(const gfx::Point& point) override {
     if (!bounds().Contains(point))
       return HTNOWHERE;
@@ -70,8 +68,6 @@
   DISALLOW_COPY_AND_ASSIGN(NotificationBarClientView);
 };
 
-}  // namespace
-
 // ScreenCaptureNotificationUI implementation using Views.
 class ScreenCaptureNotificationUIViews
     : public ScreenCaptureNotificationUI,
@@ -82,15 +78,15 @@
   explicit ScreenCaptureNotificationUIViews(const base::string16& text);
   ~ScreenCaptureNotificationUIViews() override;
 
-  // ScreenCaptureNotificationUI interface.
+  // ScreenCaptureNotificationUI:
   gfx::NativeViewId OnStarted(
       base::OnceClosure stop_callback,
       content::MediaStreamUI::SourceCallback source_callback) override;
 
-  // views::View overrides.
+  // views::View:
   void Layout() override;
 
-  // views::WidgetDelegateView overrides.
+  // views::WidgetDelegateView:
   void DeleteDelegate() override;
   views::ClientView* CreateClientView(views::Widget* widget) override;
   views::NonClientFrameView* CreateNonClientFrameView(
@@ -100,10 +96,10 @@
   bool ShouldShowCloseButton() const override;
   bool CanActivate() const override;
 
-  // views::ButtonListener interface.
+  // views::ButtonListener:
   void ButtonPressed(views::Button* sender, const ui::Event& event) override;
 
-  // views::LinkListener interface.
+  // views::LinkListener:
   void LinkClicked(views::Link* source, int event_flags) override;
 
  private:
@@ -112,28 +108,22 @@
   // Helper to call |source_callback_|.
   void NotifySourceChange();
 
-  const base::string16 text_;
   base::OnceClosure stop_callback_;
   content::MediaStreamUI::SourceCallback source_callback_;
-  NotificationBarClientView* client_view_;
-  views::ImageView* gripper_;
-  views::Label* label_;
-  views::Button* source_button_;
-  views::Button* stop_button_;
-  views::Link* hide_link_;
+  NotificationBarClientView* client_view_ = nullptr;
+  views::ImageView* gripper_ = nullptr;
+  views::Label* label_ = nullptr;
+  views::Button* source_button_ = nullptr;
+  views::Button* stop_button_ = nullptr;
+  views::Link* hide_link_ = nullptr;
+  const base::string16 text_;
 
   DISALLOW_COPY_AND_ASSIGN(ScreenCaptureNotificationUIViews);
 };
 
 ScreenCaptureNotificationUIViews::ScreenCaptureNotificationUIViews(
     const base::string16& text)
-    : text_(text),
-      client_view_(nullptr),
-      gripper_(nullptr),
-      label_(nullptr),
-      source_button_(nullptr),
-      stop_button_(nullptr),
-      hide_link_(nullptr) {
+    : text_(text) {
   set_owned_by_client();
 
   SetLayoutManager(std::make_unique<views::BoxLayout>(
diff --git a/chrome/browser/ui/views/toolbar/toolbar_button.cc b/chrome/browser/ui/views/toolbar/toolbar_button.cc
index d621e6f..b5725a4 100644
--- a/chrome/browser/ui/views/toolbar/toolbar_button.cc
+++ b/chrome/browser/ui/views/toolbar/toolbar_button.cc
@@ -314,7 +314,8 @@
 void ToolbarButton::GetAccessibleNodeData(ui::AXNodeData* node_data) {
   Button::GetAccessibleNodeData(node_data);
   node_data->role = ax::mojom::Role::kButton;
-  node_data->SetHasPopup(ax::mojom::HasPopup::kMenu);
+  if (model_)
+    node_data->SetHasPopup(ax::mojom::HasPopup::kMenu);
   if (GetEnabled())
     node_data->SetDefaultActionVerb(ax::mojom::DefaultActionVerb::kPress);
 }
diff --git a/chrome/browser/ui/web_applications/web_app_badging_browsertest.cc b/chrome/browser/ui/web_applications/web_app_badging_browsertest.cc
index 409bc5a..211d920 100644
--- a/chrome/browser/ui/web_applications/web_app_badging_browsertest.cc
+++ b/chrome/browser/ui/web_applications/web_app_badging_browsertest.cc
@@ -215,6 +215,21 @@
   ASSERT_EQ(base::nullopt, last_badge_content_);
 }
 
+// Tests that badging incognito windows does not cause a crash.
+IN_PROC_BROWSER_TEST_P(WebAppBadgingBrowserTest,
+                       BadgingIncognitoWindowsDoesNotCrash) {
+  Browser* incognito_browser =
+      OpenURLOffTheRecord(profile(), main_frame_->GetLastCommittedURL());
+  RenderFrameHost* incognito_frame = incognito_browser->tab_strip_model()
+                                         ->GetActiveWebContents()
+                                         ->GetMainFrame();
+
+  ASSERT_TRUE(
+      content::ExecuteScript(incognito_frame, "ExperimentalBadge.set()"));
+  ASSERT_TRUE(
+      content::ExecuteScript(incognito_frame, "ExperimentalBadge.clear()"));
+}
+
 INSTANTIATE_TEST_SUITE_P(
     /* no prefix */,
     WebAppBadgingBrowserTest,
diff --git a/chrome/browser/ui/webui/print_preview/print_preview_handler.cc b/chrome/browser/ui/webui/print_preview/print_preview_handler.cc
index b734fe4..9f4c46a 100644
--- a/chrome/browser/ui/webui/print_preview/print_preview_handler.cc
+++ b/chrome/browser/ui/webui/print_preview/print_preview_handler.cc
@@ -982,7 +982,7 @@
                                 print_preview_ui()->initiator_title());
   initial_settings.SetBoolKey(kSettingPreviewModifiable,
                               print_preview_ui()->source_is_modifiable());
-  initial_settings.SetBoolKey(kSettingPreviewIsPDF,
+  initial_settings.SetBoolKey(kSettingPreviewIsPdf,
                               print_preview_ui()->source_is_pdf());
   initial_settings.SetStringKey(kSettingPrinterName, default_printer);
   initial_settings.SetBoolKey(kDocumentHasSelection,
diff --git a/chrome/browser/ui/webui/print_preview/print_preview_handler_unittest.cc b/chrome/browser/ui/webui/print_preview/print_preview_handler_unittest.cc
index 82074f4..a24b50de 100644
--- a/chrome/browser/ui/webui/print_preview/print_preview_handler_unittest.cc
+++ b/chrome/browser/ui/webui/print_preview/print_preview_handler_unittest.cc
@@ -98,7 +98,7 @@
   print_ticket.SetBoolKey(kIsFirstRequest, true);
   print_ticket.SetIntKey(kPreviewRequestID, 0);
   print_ticket.SetBoolKey(kSettingPreviewModifiable, false);
-  print_ticket.SetBoolKey(kSettingPreviewIsPDF, true);
+  print_ticket.SetBoolKey(kSettingPreviewIsPdf, true);
   print_ticket.RemoveKey(kSettingPageWidth);
   print_ticket.RemoveKey(kSettingPageHeight);
   print_ticket.RemoveKey(kSettingShowSystemDialog);
diff --git a/chrome/browser/ui/webui/profile_helper_browsertest.cc b/chrome/browser/ui/webui/profile_helper_browsertest.cc
index 5e9302e5..ed939f9 100644
--- a/chrome/browser/ui/webui/profile_helper_browsertest.cc
+++ b/chrome/browser/ui/webui/profile_helper_browsertest.cc
@@ -5,6 +5,7 @@
 #include "base/bind.h"
 #include "base/run_loop.h"
 #include "base/scoped_observer.h"
+#include "build/build_config.h"
 #include "chrome/browser/browser_process.h"
 #include "chrome/browser/profiles/profile_attributes_storage.h"
 #include "chrome/browser/profiles/profile_manager.h"
@@ -111,7 +112,13 @@
 #endif
 }
 
-IN_PROC_BROWSER_TEST_F(ProfileHelperTest, DeleteSoleProfile) {
+#if (defined(OS_LINUX) || defined(OS_MACOSX) || defined(OS_WIN)) && \
+    defined(NDEBUG)
+#define MAYBE_DeleteSoleProfile DISABLED_DeleteSoleProfile
+#else
+#define MAYBE_DeleteSoleProfile DeleteSoleProfile
+#endif
+IN_PROC_BROWSER_TEST_F(ProfileHelperTest, MAYBE_DeleteSoleProfile) {
   content::TestWebUI web_ui;
   Browser* original_browser = browser();
   ProfileAttributesStorage& storage =
diff --git a/chrome/browser/ui/webui/settings/settings_localized_strings_provider.cc b/chrome/browser/ui/webui/settings/settings_localized_strings_provider.cc
index 0a64451..e6472440 100644
--- a/chrome/browser/ui/webui/settings/settings_localized_strings_provider.cc
+++ b/chrome/browser/ui/webui/settings/settings_localized_strings_provider.cc
@@ -77,6 +77,7 @@
 #include "chrome/browser/chromeos/account_manager/account_manager_util.h"
 #include "chrome/browser/chromeos/arc/arc_util.h"
 #include "chrome/browser/chromeos/assistant/assistant_util.h"
+#include "chrome/browser/chromeos/crostini/crostini_features.h"
 #include "chrome/browser/chromeos/crostini/crostini_util.h"
 #include "chrome/browser/chromeos/kerberos/kerberos_credentials_manager.h"
 #include "chrome/browser/chromeos/login/quick_unlock/quick_unlock_utils.h"
@@ -582,7 +583,7 @@
               crostini::ContainerChromeOSBaseDirectory().value())));
   html_source->AddBoolean(
       "showCrostiniExportImport",
-      crostini::IsCrostiniExportImportUIAllowedForProfile(profile));
+      crostini::CrostiniFeatures::Get()->IsExportImportUIAllowed(profile));
 }
 
 void AddPluginVmStrings(content::WebUIDataSource* html_source,
diff --git a/chrome/browser/util/android/BUILD.gn b/chrome/browser/util/android/BUILD.gn
index 295b3b0..1fb0cfa 100644
--- a/chrome/browser/util/android/BUILD.gn
+++ b/chrome/browser/util/android/BUILD.gn
@@ -7,13 +7,15 @@
 android_library("java") {
   java_files = [
     "java/src/org/chromium/chrome/browser/util/BitmapCache.java",
+    "java/src/org/chromium/chrome/browser/util/ChromeContextUtil.java",
+    "java/src/org/chromium/chrome/browser/util/ChromeFileProvider.java",
     "java/src/org/chromium/chrome/browser/util/ConversionUtils.java",
     "java/src/org/chromium/chrome/browser/util/FileSizeUtil.java",
     "java/src/org/chromium/chrome/browser/util/HashUtil.java",
     "java/src/org/chromium/chrome/browser/util/IntentUtils.java",
     "java/src/org/chromium/chrome/browser/util/KeyNavigationUtil.java",
     "java/src/org/chromium/chrome/browser/util/MathUtils.java",
-    "java/src/org/chromium/chrome/browser/util/ChromeFileProvider.java",
+    "java/src/org/chromium/chrome/browser/util/PlatformUtil.java",
     "java/src/org/chromium/chrome/browser/util/UrlConstants.java",
     "java/src/org/chromium/chrome/browser/util/UrlUtilities.java",
   ]
@@ -30,6 +32,8 @@
 
 generate_jni("jni_headers") {
   sources = [
+    "java/src/org/chromium/chrome/browser/util/ChromeContextUtil.java",
+    "java/src/org/chromium/chrome/browser/util/PlatformUtil.java",
     "java/src/org/chromium/chrome/browser/util/UrlUtilities.java",
   ]
 }
diff --git a/chrome/android/java/src/org/chromium/chrome/browser/util/ChromeContextUtil.java b/chrome/browser/util/android/java/src/org/chromium/chrome/browser/util/ChromeContextUtil.java
similarity index 100%
rename from chrome/android/java/src/org/chromium/chrome/browser/util/ChromeContextUtil.java
rename to chrome/browser/util/android/java/src/org/chromium/chrome/browser/util/ChromeContextUtil.java
diff --git a/chrome/android/java/src/org/chromium/chrome/browser/util/PlatformUtil.java b/chrome/browser/util/android/java/src/org/chromium/chrome/browser/util/PlatformUtil.java
similarity index 100%
rename from chrome/android/java/src/org/chromium/chrome/browser/util/PlatformUtil.java
rename to chrome/browser/util/android/java/src/org/chromium/chrome/browser/util/PlatformUtil.java
diff --git a/chrome/chrome_paks.gni b/chrome/chrome_paks.gni
index 5b58ed5..45a98754 100644
--- a/chrome/chrome_paks.gni
+++ b/chrome/chrome_paks.gni
@@ -135,8 +135,8 @@
     } else {
       # New paks should be added here by default.
       sources += [
-        "$root_gen_dir/chrome/bluetooth_internals_resources.pak",
         "$root_gen_dir/chrome/component_extension_resources.pak",
+        "$root_gen_dir/chrome/dev_ui_page_resources.pak",
         "$root_gen_dir/chrome/downloads_resources.pak",
         "$root_gen_dir/chrome/local_ntp_resources.pak",
         "$root_gen_dir/chrome/settings_resources.pak",
@@ -145,10 +145,10 @@
       ]
       deps += [
         "//chrome/browser/resources:component_extension_resources",
+        "//chrome/browser/resources:dev_ui_paks",
         "//chrome/browser/resources:downloads_resources",
         "//chrome/browser/resources:local_ntp_resources",
         "//chrome/browser/resources:settings_resources",
-        "//chrome/browser/resources/bluetooth_internals:resources",
         "//content/browser/devtools:devtools_resources",
         "//headless:resources",
       ]
diff --git a/chrome/common/BUILD.gn b/chrome/common/BUILD.gn
index e7e941d..a69c387 100644
--- a/chrome/common/BUILD.gn
+++ b/chrome/common/BUILD.gn
@@ -511,6 +511,9 @@
   }
 
   if (enable_cdm_host_verification) {
+    if (is_win && is_multi_dll_chrome) {
+      defines += [ "CHROME_MULTIPLE_DLL" ]
+    }
     sources += [
       "media/cdm_host_file_path.cc",
       "media/cdm_host_file_path.h",
diff --git a/chrome/common/extensions/api/PRESUBMIT.py b/chrome/common/extensions/api/PRESUBMIT.py
index af5b169..88e6835d 100644
--- a/chrome/common/extensions/api/PRESUBMIT.py
+++ b/chrome/common/extensions/api/PRESUBMIT.py
@@ -26,6 +26,7 @@
   externs_root = join(src_root, 'third_party', 'closure_compiler', 'externs')
 
   api_pair_names = {
+    'accessibility_private.json': 'accessibility_private.js',
     'activity_log_private.json': 'activity_log_private.js',
     'autofill_private.idl': 'autofill_private.js',
     'developer_private.idl': 'developer_private.js',
@@ -33,10 +34,14 @@
     'command_line_private.json': 'command_line_private.js',
     'file_manager_private.idl': 'file_manager_private.js',
     'file_system_provider.idl': 'file_system_provider.js',
+    'input_method_private.json': 'input_method_private.js',
     'language_settings_private.idl': 'language_settings_private.js',
+    'media_player_private.json': 'media_player_private.js',
     'passwords_private.idl': 'passwords_private.js',
+    'quick_unlock_private.idl': 'quick_unlock_private.js',
     'resources_private.idl': 'resources_private.js',
     'safe_browsing_private.idl': 'safe_browsing_private.js',
+    'settings_private.idl': 'settings_private.js',
     'system_private.json': 'system_private.js',
     'users_private.idl': 'users_private.js',
     # TODO(rdevlin.cronin): Add more!
diff --git a/chrome/common/media/cdm_host_file_path.cc b/chrome/common/media/cdm_host_file_path.cc
index a454dd3..b62e7834 100644
--- a/chrome/common/media/cdm_host_file_path.cc
+++ b/chrome/common/media/cdm_host_file_path.cc
@@ -11,11 +11,11 @@
 #include "base/stl_util.h"
 #include "build/branding_buildflags.h"
 #include "build/build_config.h"
+#include "chrome/common/chrome_constants.h"
 #include "chrome/common/chrome_version.h"
 
 #if defined(OS_MACOSX)
 #include "base/mac/bundle_locations.h"
-#include "chrome/common/chrome_constants.h"
 #endif
 
 #if BUILDFLAG(GOOGLE_CHROME_BRANDING)
@@ -44,9 +44,16 @@
 #if defined(OS_WIN)
 
   static const base::FilePath::CharType* const kUnversionedFiles[] = {
-      FILE_PATH_LITERAL("chrome.exe")};
+      chrome::kBrowserProcessExecutableName};
+
   static const base::FilePath::CharType* const kVersionedFiles[] = {
-      FILE_PATH_LITERAL("chrome.dll"), FILE_PATH_LITERAL("chrome_child.dll")};
+#if defined(CHROME_MULTIPLE_DLL)
+    chrome::kBrowserResourcesDll,
+    chrome::kChildDll
+#else
+    chrome::kBrowserResourcesDll
+#endif  // defined(CHROME_MULTIPLE_DLL)
+  };
 
   // Find where chrome.exe is installed.
   base::FilePath chrome_exe_dir;
diff --git a/chrome/renderer/chrome_render_frame_observer_browsertest.cc b/chrome/renderer/chrome_render_frame_observer_browsertest.cc
index cc98abd..be42e42 100644
--- a/chrome/renderer/chrome_render_frame_observer_browsertest.cc
+++ b/chrome/renderer/chrome_render_frame_observer_browsertest.cc
@@ -15,8 +15,9 @@
 #include "components/translate/core/common/translate_constants.h"
 #include "content/public/renderer/render_frame.h"
 #include "content/public/renderer/render_view.h"
-#include "mojo/public/cpp/bindings/binding_set.h"
+#include "mojo/public/cpp/bindings/pending_receiver.h"
 #include "mojo/public/cpp/bindings/pending_remote.h"
+#include "mojo/public/cpp/bindings/receiver_set.h"
 #include "services/service_manager/public/cpp/interface_provider.h"
 #include "third_party/blink/public/web/web_view.h"
 #include "third_party/blink/public/web/web_widget.h"
@@ -31,8 +32,9 @@
   ~FakeContentTranslateDriver() override {}
 
   void BindHandle(mojo::ScopedMessagePipeHandle handle) {
-    bindings_.AddBinding(this, translate::mojom::ContentTranslateDriverRequest(
-                                   std::move(handle)));
+    receivers_.Add(
+        this, mojo::PendingReceiver<translate::mojom::ContentTranslateDriver>(
+                  std::move(handle)));
   }
 
   // translate::mojom::ContentTranslateDriver implementation.
@@ -47,7 +49,7 @@
   bool page_needs_translation_;
 
  private:
-  mojo::BindingSet<translate::mojom::ContentTranslateDriver> bindings_;
+  mojo::ReceiverSet<translate::mojom::ContentTranslateDriver> receivers_;
 };
 
 }  // namespace
diff --git a/chrome/renderer/translate/translate_helper_browsertest.cc b/chrome/renderer/translate/translate_helper_browsertest.cc
index 762d982..036ce2b1d 100644
--- a/chrome/renderer/translate/translate_helper_browsertest.cc
+++ b/chrome/renderer/translate/translate_helper_browsertest.cc
@@ -16,8 +16,9 @@
 #include "content/public/renderer/render_frame.h"
 #include "content/public/renderer/render_view.h"
 #include "extensions/common/constants.h"
-#include "mojo/public/cpp/bindings/binding_set.h"
+#include "mojo/public/cpp/bindings/pending_receiver.h"
 #include "mojo/public/cpp/bindings/pending_remote.h"
+#include "mojo/public/cpp/bindings/receiver_set.h"
 #include "services/service_manager/public/cpp/interface_provider.h"
 #include "testing/gmock/include/gmock/gmock.h"
 #include "testing/gtest/include/gtest/gtest.h"
@@ -37,8 +38,9 @@
   ~FakeContentTranslateDriver() override {}
 
   void BindHandle(mojo::ScopedMessagePipeHandle handle) {
-    bindings_.AddBinding(this, translate::mojom::ContentTranslateDriverRequest(
-                                   std::move(handle)));
+    receivers_.Add(
+        this, mojo::PendingReceiver<translate::mojom::ContentTranslateDriver>(
+                  std::move(handle)));
   }
 
   // translate::mojom::ContentTranslateDriver implementation.
@@ -61,7 +63,7 @@
   bool page_needs_translation_;
 
  private:
-  mojo::BindingSet<translate::mojom::ContentTranslateDriver> bindings_;
+  mojo::ReceiverSet<translate::mojom::ContentTranslateDriver> receivers_;
 };
 
 }  // namespace
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
index f97368b..49c70c3 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -3040,6 +3040,7 @@
     "../browser/optimization_guide/optimization_guide_session_statistic_unittest.cc",
     "../browser/optimization_guide/optimization_guide_top_host_provider_unittest.cc",
     "../browser/optimization_guide/prediction/decision_tree_prediction_model_unittest.cc",
+    "../browser/optimization_guide/prediction/prediction_model_fetcher_unittest.cc",
     "../browser/optimization_guide/prediction/prediction_model_unittest.cc",
     "../browser/page_load_metrics/metrics_web_contents_observer_unittest.cc",
     "../browser/page_load_metrics/observers/aborts_page_load_metrics_observer_unittest.cc",
diff --git a/chrome/test/data/webui/chromeos/fake_network_config_mojom.js b/chrome/test/data/webui/chromeos/fake_network_config_mojom.js
index 1557683..cbd9b1a 100644
--- a/chrome/test/data/webui/chromeos/fake_network_config_mojom.js
+++ b/chrome/test/data/webui/chromeos/fake_network_config_mojom.js
@@ -115,7 +115,10 @@
    * @return {!Promise}
    */
   whenCalled(methodName) {
-    return this.getResolver_(methodName).promise;
+    return this.getResolver_(methodName).promise.then(() => {
+      // Support sequential calls to whenCalled by replacing the promise.
+      this.resolverMap_.set(methodName, new PromiseResolver());
+    });
   }
 
   /**
diff --git a/chrome/test/data/webui/cr_components/network_config_test.js b/chrome/test/data/webui/cr_components/network_config_test.js
index 0219d8d2..a7a3e2b 100644
--- a/chrome/test/data/webui/cr_components/network_config_test.js
+++ b/chrome/test/data/webui/cr_components/network_config_test.js
@@ -8,6 +8,10 @@
   /** @type {?chromeos.networkConfig.mojom.CrosNetworkConfigRemote} */
   let mojoApi_ = null;
 
+  const kCaHash = 'CAHASH';
+  const kUserHash1 = 'USERHASH1';
+  const kUserHash2 = 'USERHASH2';
+
   suiteSetup(function() {
     mojoApi_ = new FakeNetworkConfig();
     network_config.MojoInterfaceProviderImpl.getInstance().remote_ = mojoApi_;
@@ -121,15 +125,6 @@
       networkConfig.shareDefault = false;
     }
 
-    function setCertificatesForTest() {
-      const kHash1 = 'TESTHASH1', kHash2 = 'TESTHASH2';
-      var clientCert = {hash: kHash1, hardwareBacked: true, deviceWide: false};
-      var caCert = {hash: kHash2, hardwareBacked: true, deviceWide: true};
-      mojoApi_.setCertificatesForTest([caCert], [clientCert]);
-      this.selectedUserCertHash_ = kHash1;
-      this.selectedServerCaHash_ = kHash2;
-    }
-
     test('New Config: Login or guest', function() {
       // Insecure networks are always shared so test a secure config.
       setNetworkType(
@@ -238,43 +233,83 @@
         assertEquals('PEAP', outer.value);
       });
     });
+  });
 
-    test('WiFi EAP TLS', function() {
-      const wifi1 = OncMojo.getDefaultManagedProperties(
-          chromeos.networkConfig.mojom.NetworkType.kWiFi, 'eaptlsguid', '');
-      wifi1.wifi.security = chromeos.networkConfig.mojom.SecurityType.kWpaEap;
-      wifi1.wifi.eap = {outer: OncMojo.createManagedString('EAP-TLS')};
-      setNetworkConfig(wifi1);
-      setCertificatesForTest();
+  suite('Certificates', function() {
+    setup(function() {
+      mojoApi_.resetForTest();
+    });
+
+    teardown(function() {
+      PolymerTest.clearBody();
+    });
+
+    function setAuthenticated() {
+      // Logged in users can share new networks.
+      networkConfig.shareAllowEnable = true;
+      // Authenticated networks default to not shared.
+      networkConfig.shareDefault = false;
+    }
+
+    test('WiFi EAP-TLS No Certs', function() {
+      setNetworkType(
+          chromeos.networkConfig.mojom.NetworkType.kWiFi,
+          chromeos.networkConfig.mojom.SecurityType.kWpaEap);
       setAuthenticated();
       initNetworkConfig();
+      networkConfig.shareNetwork_ = false;
+      networkConfig.set('eapProperties_.outer', 'EAP-TLS');
       return mojoApi_.whenCalled('getNetworkCertificates').then(() => {
         return flushAsync().then(() => {
           let outer = networkConfig.$$('#outer');
           assertEquals('EAP-TLS', outer.value);
+          // Check that with no certificates, 'do-not-check' amd 'no-certs'
+          // are selected.
+          assertEquals('do-not-check', networkConfig.selectedServerCaHash_);
+          assertEquals('no-certs', networkConfig.selectedUserCertHash_);
+        });
+      });
+    });
 
-          // check that a valid client user certificate is selected
-          let clientCert = networkConfig.$$('#userCert').$$('select').value;
-          assertTrue(!!clientCert);
-          let caCert = networkConfig.$$('#serverCa').$$('select').value;
-          assertTrue(!!caCert);
+    test('WiFi EAP-TLS Certs', function() {
+      setNetworkType(
+          chromeos.networkConfig.mojom.NetworkType.kWiFi,
+          chromeos.networkConfig.mojom.SecurityType.kWpaEap);
+      setAuthenticated();
+      mojoApi_.setCertificatesForTest(
+          [{hash: kCaHash, hardwareBacked: true, deviceWide: true}],
+          [{hash: kUserHash1, hardwareBacked: true, deviceWide: false}]);
+      initNetworkConfig();
+      networkConfig.shareNetwork_ = false;
+      networkConfig.set('eapProperties_.outer', 'EAP-TLS');
+      return mojoApi_.whenCalled('getNetworkCertificates').then(() => {
+        return flushAsync().then(() => {
+          // The first Server CA  and User certificate should be selected.
+          assertEquals(kCaHash, networkConfig.selectedServerCaHash_);
+          assertEquals(kUserHash1, networkConfig.selectedUserCertHash_);
+        });
+      });
+    });
 
-          let share = networkConfig.$$('#share');
-          assertTrue(!!share);
-          // share the EAP TLS network
-          share.checked = true;
-          // trigger the onShareChanged_ event
-          var event = new Event('change');
-          share.dispatchEvent(event);
-          // check that share is enabled
-          assertTrue(share.checked);
-
-          // check that client certificate selection is empty
-          clientCert = networkConfig.$$('#userCert').$$('select').value;
-          assertFalse(!!clientCert);
-          // check that ca device-wide cert is still selected
-          caCert = networkConfig.$$('#serverCa').$$('select').value;
-          assertTrue(!!caCert);
+    test('WiFi EAP-TLS Certs Shared', function() {
+      setNetworkType(
+          chromeos.networkConfig.mojom.NetworkType.kWiFi,
+          chromeos.networkConfig.mojom.SecurityType.kWpaEap);
+      setAuthenticated();
+      mojoApi_.setCertificatesForTest(
+          [{hash: kCaHash, hardwareBacked: true, deviceWide: true}], [
+            {hash: kUserHash1, hardwareBacked: true, deviceWide: false},
+            {hash: kUserHash2, hardwareBacked: true, deviceWide: true}
+          ]);
+      initNetworkConfig();
+      networkConfig.shareNetwork_ = true;
+      networkConfig.set('eapProperties_.outer', 'EAP-TLS');
+      return mojoApi_.whenCalled('getNetworkCertificates').then(() => {
+        return flushAsync().then(() => {
+          // The first Server CA should be selected.
+          assertEquals(kCaHash, networkConfig.selectedServerCaHash_);
+          // Second User Hash should be selected since it is a device cert.
+          assertEquals(kUserHash2, networkConfig.selectedUserCertHash_);
         });
       });
     });
diff --git a/chromecast/browser/cast_browser_main_parts.cc b/chromecast/browser/cast_browser_main_parts.cc
index 8947457..41f2d48 100644
--- a/chromecast/browser/cast_browser_main_parts.cc
+++ b/chromecast/browser/cast_browser_main_parts.cc
@@ -432,23 +432,10 @@
 #endif  // defined(USE_AURA)
 
 #if defined(OS_LINUX)
-  // Without this call, the FontConfig library gets implicitly initialized
-  // on the first call to FontConfig. Since it's not safe to initialize it
-  // concurrently from multiple threads, we explicitly initialize it here
-  // to prevent races when there are multiple renderer's querying the library:
-  // http://crbug.com/404311
-  // Also, implicit initialization can cause a long delay on the first
-  // rendering if the font cache has to be regenerated for some reason. Doing it
-  // explicitly here helps in cases where the browser process is starting up in
-  // the background (resources have not yet been granted to cast) since it
-  // prevents the long delay the user would have seen on first rendering. Note
-  // that future calls to FcInit() are safe no-ops per the FontConfig interface.
   base::FilePath dir_module;
   base::PathService::Get(base::DIR_MODULE, &dir_module);
   base::FilePath dir_font = dir_module.Append("fonts");
 
-  FcInit();
-
   const FcChar8 *dir_font_char8 = reinterpret_cast<const FcChar8*>(dir_font.value().data());
   if (FcConfigAppFontAddDir(nullptr, dir_font_char8) == FcFalse) {
     LOG(ERROR) << "Cannot load fonts from " << dir_font_char8;
diff --git a/chromeos/services/network_config/cros_network_config.cc b/chromeos/services/network_config/cros_network_config.cc
index a0f1a5c..c3100e1 100644
--- a/chromeos/services/network_config/cros_network_config.cc
+++ b/chromeos/services/network_config/cros_network_config.cc
@@ -617,6 +617,16 @@
   return nullptr;
 }
 
+mojom::ManagedStringPtr GetRequiredManagedString(const base::Value* dict,
+                                                 const char* key) {
+  mojom::ManagedStringPtr result = GetManagedString(dict, key);
+  if (!result) {
+    // Return an empty string with no policy source.
+    result = mojom::ManagedString::New();
+  }
+  return result;
+}
+
 mojom::ManagedStringListPtr GetManagedStringList(const base::Value* dict,
                                                  const char* key) {
   const base::Value* v = dict->FindKey(key);
@@ -744,8 +754,13 @@
   if (!location_dict)
     return nullptr;
   auto proxy_location = mojom::ManagedProxyLocation::New();
-  proxy_location->host = GetManagedString(location_dict, ::onc::proxy::kHost);
+  proxy_location->host =
+      GetRequiredManagedString(location_dict, ::onc::proxy::kHost);
   proxy_location->port = GetManagedInt32(location_dict, ::onc::proxy::kPort);
+  if (!proxy_location->port) {
+    NET_LOG(ERROR) << "ProxyLocation: No port: " << *location_dict;
+    return nullptr;
+  }
   return proxy_location;
 }
 
@@ -763,7 +778,7 @@
 mojom::ManagedProxySettingsPtr GetManagedProxySettings(
     const base::Value* dict) {
   auto proxy_settings = mojom::ManagedProxySettings::New();
-  proxy_settings->type = GetManagedString(dict, ::onc::proxy::kType);
+  proxy_settings->type = GetRequiredManagedString(dict, ::onc::proxy::kType);
   const base::Value* manual_dict = GetDictionary(dict, ::onc::proxy::kManual);
   if (manual_dict) {
     auto manual_proxy_settings = mojom::ManagedManualProxySettings::New();
@@ -807,7 +822,7 @@
   }
   auto apn = mojom::ManagedApnProperties::New();
   apn->access_point_name =
-      GetManagedString(apn_dict, ::onc::cellular_apn::kAccessPointName);
+      GetRequiredManagedString(apn_dict, ::onc::cellular_apn::kAccessPointName);
   CHECK(apn->access_point_name);
   apn->authentication =
       GetManagedString(apn_dict, ::onc::cellular_apn::kAuthentication);
@@ -988,7 +1003,7 @@
     return ipsec;
   }
   ipsec->authentication_type =
-      GetManagedString(ipsec_dict, ::onc::ipsec::kAuthenticationType);
+      GetRequiredManagedString(ipsec_dict, ::onc::ipsec::kAuthenticationType);
   ipsec->client_cert_pattern = GetManagedCertificatePattern(
       ipsec_dict, ::onc::client_cert::kClientCertPattern);
   ipsec->client_cert_pkcs11_id =
@@ -1295,37 +1310,43 @@
 
       vpn->auto_connect = GetManagedBoolean(vpn_dict, ::onc::vpn::kAutoConnect);
       vpn->host = GetManagedString(vpn_dict, ::onc::vpn::kHost);
-      vpn->ip_sec = GetManagedIPSecProperties(vpn_dict, ::onc::vpn::kIPsec);
-      vpn->l2tp = GetManagedL2TPProperties(vpn_dict, ::onc::vpn::kL2TP);
-      vpn->open_vpn =
-          GetManagedOpenVPNProperties(vpn_dict, ::onc::vpn::kOpenVPN);
 
-      if (vpn->type == mojom::VpnType::kExtension ||
-          vpn->type == mojom::VpnType::kArc) {
-        const base::Value* third_party_dict =
-            vpn_dict->FindKey(::onc::vpn::kThirdPartyVpn);
-        if (third_party_dict) {
-          vpn->provider_id = GetManagedString(
-              third_party_dict, ::onc::third_party_vpn::kExtensionID);
-          base::Optional<std::string> provider_name = GetString(
-              third_party_dict, ::onc::third_party_vpn::kProviderName);
-          if (provider_name)
-            vpn->provider_name = *provider_name;
-          if (vpn->provider_id && vpn->provider_name.empty()) {
-            vpn->provider_name = GetVpnProviderName(
-                vpn_providers, vpn->provider_id->active_value);
+      switch (vpn->type) {
+        case mojom::VpnType::kL2TPIPsec:
+          vpn->ip_sec = GetManagedIPSecProperties(vpn_dict, ::onc::vpn::kIPsec);
+          vpn->l2tp = GetManagedL2TPProperties(vpn_dict, ::onc::vpn::kL2TP);
+          break;
+        case mojom::VpnType::kOpenVPN:
+          vpn->open_vpn =
+              GetManagedOpenVPNProperties(vpn_dict, ::onc::vpn::kOpenVPN);
+          break;
+        case mojom::VpnType::kExtension:
+        case mojom::VpnType::kArc:
+          const base::Value* third_party_dict =
+              vpn_dict->FindKey(::onc::vpn::kThirdPartyVpn);
+          if (third_party_dict) {
+            vpn->provider_id = GetManagedString(
+                third_party_dict, ::onc::third_party_vpn::kExtensionID);
+            base::Optional<std::string> provider_name = GetString(
+                third_party_dict, ::onc::third_party_vpn::kProviderName);
+            if (provider_name)
+              vpn->provider_name = *provider_name;
+            if (vpn->provider_id && vpn->provider_name.empty()) {
+              vpn->provider_name = GetVpnProviderName(
+                  vpn_providers, vpn->provider_id->active_value);
+            }
+          } else {
+            // Lookup VPN provider details from the NetworkState.
+            const NetworkState::VpnProviderInfo* vpn_provider =
+                network_state->vpn_provider();
+            if (vpn_provider) {
+              vpn->provider_id = mojom::ManagedString::New();
+              vpn->provider_id->active_value = vpn_provider->id;
+              vpn->provider_name =
+                  GetVpnProviderName(vpn_providers, vpn_provider->id);
+            }
           }
-        } else {
-          // Lookup VPN provider details from the NetworkState.
-          const NetworkState::VpnProviderInfo* vpn_provider =
-              network_state->vpn_provider();
-          if (vpn_provider) {
-            vpn->provider_id = mojom::ManagedString::New();
-            vpn->provider_id->active_value = vpn_provider->id;
-            vpn->provider_name =
-                GetVpnProviderName(vpn_providers, vpn_provider->id);
-          }
-        }
+          break;
       }
       result->vpn = std::move(vpn);
       break;
@@ -1355,7 +1376,7 @@
           GetManagedBoolean(wifi_dict, ::onc::wifi::kHiddenSSID);
       wifi->roam_threshold =
           GetManagedInt32(wifi_dict, ::onc::wifi::kRoamThreshold);
-      wifi->ssid = GetManagedString(wifi_dict, ::onc::wifi::kSSID);
+      wifi->ssid = GetRequiredManagedString(wifi_dict, ::onc::wifi::kSSID);
       CHECK(wifi->ssid);
       wifi->signal_strength = GetInt32(wifi_dict, ::onc::wifi::kSignalStrength);
       wifi->tethering_state =
diff --git a/chromeos/services/network_config/cros_network_config_unittest.cc b/chromeos/services/network_config/cros_network_config_unittest.cc
index 7ede5ef..f0b63bc0 100644
--- a/chromeos/services/network_config/cros_network_config_unittest.cc
+++ b/chromeos/services/network_config/cros_network_config_unittest.cc
@@ -608,6 +608,7 @@
             properties->connection_state);
   ASSERT_TRUE(properties->wifi);
   EXPECT_EQ(50, properties->wifi->signal_strength);
+  EXPECT_EQ(mojom::OncSource::kNone, properties->source);
 
   properties = GetManagedProperties("wifi2_guid");
   ASSERT_TRUE(properties);
@@ -618,6 +619,15 @@
   ASSERT_TRUE(properties->wifi);
   EXPECT_EQ(mojom::SecurityType::kWpaPsk, properties->wifi->security);
   EXPECT_EQ(100, properties->wifi->signal_strength);
+  EXPECT_EQ(mojom::OncSource::kUserPolicy, properties->source);
+
+  properties = GetManagedProperties("wifi3_guid");
+  ASSERT_TRUE(properties);
+  EXPECT_EQ("wifi3_guid", properties->guid);
+  EXPECT_EQ(mojom::NetworkType::kWiFi, properties->type);
+  EXPECT_EQ(mojom::ConnectionStateType::kNotConnected,
+            properties->connection_state);
+  EXPECT_EQ(mojom::OncSource::kDevice, properties->source);
 
   properties = GetManagedProperties("cellular_guid");
   ASSERT_TRUE(properties);
diff --git a/components/autofill/core/browser/autofill_data_util.cc b/components/autofill/core/browser/autofill_data_util.cc
index 02d4f37..fde2484 100644
--- a/components/autofill/core/browser/autofill_data_util.cc
+++ b/components/autofill/core/browser/autofill_data_util.cc
@@ -55,12 +55,6 @@
     {autofill::kVisaCard, "visa", IDR_AUTOFILL_CC_VISA, IDS_AUTOFILL_CC_VISA},
 };
 
-#if BUILDFLAG(GOOGLE_CHROME_BRANDING)
-const PaymentRequestData kGooglePayBrandingRequestData = {
-    "googlePay", "googlePay", IDR_AUTOFILL_GOOGLE_PAY,
-    IDS_AUTOFILL_CC_GOOGLE_PAY};
-#endif  // BUILDFLAG(GOOGLE_CHROME_BRANDING)
-
 const PaymentRequestData kGenericPaymentRequestData = {
     autofill::kGenericCard, "generic", IDR_AUTOFILL_CC_GENERIC,
     IDS_AUTOFILL_CC_GENERIC};
@@ -523,11 +517,6 @@
     if (issuer_network == data.issuer_network)
       return data;
   }
-#if BUILDFLAG(GOOGLE_CHROME_BRANDING)
-  if (issuer_network == kGooglePayBrandingRequestData.issuer_network) {
-    return kGooglePayBrandingRequestData;
-  }
-#endif  // BUILDFLAG(GOOGLE_CHROME_BRANDING)
   return kGenericPaymentRequestData;
 }
 
diff --git a/components/autofill/core/browser/autofill_external_delegate.cc b/components/autofill/core/browser/autofill_external_delegate.cc
index 60c4d7fe..52e162d 100644
--- a/components/autofill/core/browser/autofill_external_delegate.cc
+++ b/components/autofill/core/browser/autofill_external_delegate.cc
@@ -373,18 +373,6 @@
 #endif
   }
 
-// On iOS, GooglePayIcon comes at the begining and hence prepended to the list.
-#if defined(OS_IOS)
-  if (base::FeatureList::IsEnabled(
-          features::kAutofillDownstreamUseGooglePayBrandingOniOS) &&
-      is_all_server_suggestions) {
-    Suggestion googlepay_icon;
-    googlepay_icon.icon = "googlePay";
-    googlepay_icon.frontend_id = POPUP_ITEM_ID_GOOGLE_PAY_BRANDING;
-    suggestions->insert(suggestions->begin(), googlepay_icon);
-  }
-#endif
-
 #if defined(OS_ANDROID)
   if (IsKeyboardAccessoryEnabled()) {
     suggestions->back().icon = "settings";
diff --git a/components/autofill/core/browser/autofill_external_delegate_unittest.cc b/components/autofill/core/browser/autofill_external_delegate_unittest.cc
index 349acd6f..89dd815 100644
--- a/components/autofill/core/browser/autofill_external_delegate_unittest.cc
+++ b/components/autofill/core/browser/autofill_external_delegate_unittest.cc
@@ -36,7 +36,6 @@
 #include "ui/base/l10n/l10n_util.h"
 #include "ui/gfx/geometry/rect.h"
 
-using autofill::features::kAutofillDownstreamUseGooglePayBrandingOniOS;
 using base::ASCIIToUTF16;
 using testing::_;
 
@@ -769,54 +768,6 @@
       kQueryId, autofill_item, /*autoselect_first_suggestion=*/false, true);
 }
 
-#if defined(OS_IOS)
-TEST_F(AutofillExternalDelegateUnitTest, ShouldShowGooglePayIconOniOS) {
-  // Turn on feature flag.
-  base::test::ScopedFeatureList scoped_feature_list_;
-  scoped_feature_list_.InitAndEnableFeature(
-      kAutofillDownstreamUseGooglePayBrandingOniOS);
-  IssueOnQuery(kQueryId);
-
-  auto element_icons =
-      testing::ElementsAre("googlePay", std::string(), "googlePay");
-  EXPECT_CALL(autofill_client_,
-              ShowAutofillPopup(_, _, SuggestionVectorIconsAre(element_icons),
-                                false, PopupType::kPersonalInformation, _));
-
-  std::vector<Suggestion> autofill_item;
-  autofill_item.push_back(Suggestion());
-  autofill_item[0].frontend_id = kAutofillProfileId;
-
-  // This should call ShowAutofillPopup.
-  external_delegate_->OnSuggestionsReturned(
-      kQueryId, autofill_item, /*autoselect_first_suggestion=*/false, true);
-}
-
-TEST_F(AutofillExternalDelegateUnitTest,
-       ShouldNotShowGooglePayIconOniOSIfExperimentOff) {
-  // Turn on feature flag.
-  base::test::ScopedFeatureList scoped_feature_list_;
-  scoped_feature_list_.InitAndDisableFeature(
-      kAutofillDownstreamUseGooglePayBrandingOniOS);
-  IssueOnQuery(kQueryId);
-
-  auto element_icons = testing::ElementsAre(
-      std::string(),
-      std::string() /* Autofill setting item does not have icon. */);
-  EXPECT_CALL(autofill_client_,
-              ShowAutofillPopup(_, _, SuggestionVectorIconsAre(element_icons),
-                                false, PopupType::kPersonalInformation, _));
-
-  std::vector<Suggestion> autofill_item;
-  autofill_item.push_back(Suggestion());
-  autofill_item[0].frontend_id = kAutofillProfileId;
-
-  // This should call ShowAutofillPopup.
-  external_delegate_->OnSuggestionsReturned(
-      kQueryId, autofill_item, /*autoselect_first_suggestion=*/false, false);
-}
-#endif  // defined(OS_IOS)
-
 TEST_F(AutofillExternalDelegateUnitTest,
        ShouldNotShowGooglePayIconIfSuggestionsContainLocalCards) {
   IssueOnQuery(kQueryId);
diff --git a/components/autofill/core/browser/payments/credit_card_save_manager.cc b/components/autofill/core/browser/payments/credit_card_save_manager.cc
index 9bb5462..1728527 100644
--- a/components/autofill/core/browser/payments/credit_card_save_manager.cc
+++ b/components/autofill/core/browser/payments/credit_card_save_manager.cc
@@ -329,6 +329,9 @@
 
   // Show credit card upload feedback.
   client_->CreditCardUploadCompleted(result == AutofillClient::SUCCESS);
+
+  if (observer_for_testing_)
+    observer_for_testing_->OnShowCardSavedFeedback();
 }
 
 CreditCardSaveStrikeDatabase*
diff --git a/components/autofill/core/browser/payments/credit_card_save_manager.h b/components/autofill/core/browser/payments/credit_card_save_manager.h
index 4588713d..167b82d 100644
--- a/components/autofill/core/browser/payments/credit_card_save_manager.h
+++ b/components/autofill/core/browser/payments/credit_card_save_manager.h
@@ -88,6 +88,7 @@
     virtual void OnReceivedGetUploadDetailsResponse() {}
     virtual void OnSentUploadCardRequest() {}
     virtual void OnReceivedUploadCardResponse() {}
+    virtual void OnShowCardSavedFeedback() {}
     virtual void OnStrikeChangeComplete() {}
   };
 
@@ -147,6 +148,8 @@
                            StrikeDatabase_Local_FullFlowTest);
   FRIEND_TEST_ALL_PREFIXES(SaveCardBubbleViewsFullFormBrowserTest,
                            StrikeDatabase_Upload_FullFlowTest);
+  FRIEND_TEST_ALL_PREFIXES(SaveCardBubbleViewsFullFormBrowserTestForStatusChip,
+                           Feedback_CardSavingAnimation);
 
   // Returns the CreditCardSaveStrikeDatabase for |client_|.
   CreditCardSaveStrikeDatabase* GetCreditCardSaveStrikeDatabase();
diff --git a/components/autofill/core/browser/ui/popup_item_ids.h b/components/autofill/core/browser/ui/popup_item_ids.h
index 917f6898..52193d51 100644
--- a/components/autofill/core/browser/ui/popup_item_ids.h
+++ b/components/autofill/core/browser/ui/popup_item_ids.h
@@ -25,9 +25,8 @@
   POPUP_ITEM_ID_USERNAME_ENTRY = -11,
   POPUP_ITEM_ID_CREATE_HINT = -12,
   POPUP_ITEM_ID_ALL_SAVED_PASSWORDS_ENTRY = -13,
-  POPUP_ITEM_ID_GOOGLE_PAY_BRANDING = -14,
-  POPUP_ITEM_ID_GENERATE_PASSWORD_ENTRY = -15,
-  POPUP_ITEM_ID_SHOW_ACCOUNT_CARDS = -16,
+  POPUP_ITEM_ID_GENERATE_PASSWORD_ENTRY = -14,
+  POPUP_ITEM_ID_SHOW_ACCOUNT_CARDS = -15,
 };
 
 }  // namespace autofill
diff --git a/components/autofill/core/common/autofill_payments_features.cc b/components/autofill/core/common/autofill_payments_features.cc
index d715e20..00b9e8116 100644
--- a/components/autofill/core/common/autofill_payments_features.cc
+++ b/components/autofill/core/common/autofill_payments_features.cc
@@ -60,12 +60,6 @@
     "AutofillDoNotMigrateUnsupportedLocalCards",
     base::FEATURE_ENABLED_BY_DEFAULT};
 
-// Controls whether the credit card downstream keyboard accessory shows
-// the Google Pay logo animation on iOS.
-const base::Feature kAutofillDownstreamUseGooglePayBrandingOniOS{
-    "AutofillDownstreamUseGooglePayBrandingOniOS",
-    base::FEATURE_DISABLED_BY_DEFAULT};
-
 // When enabled, enable local card migration flow for user who has signed in but
 // has not turned on sync.
 const base::Feature kAutofillEnableLocalCardMigrationForNonSyncUser{
diff --git a/components/autofill/core/common/autofill_payments_features.h b/components/autofill/core/common/autofill_payments_features.h
index b9bf6ef..769cbca 100644
--- a/components/autofill/core/common/autofill_payments_features.h
+++ b/components/autofill/core/common/autofill_payments_features.h
@@ -24,7 +24,6 @@
 extern const base::Feature kAutofillCreditCardAuthentication;
 extern const base::Feature kAutofillCreditCardUploadFeedback;
 extern const base::Feature kAutofillDoNotMigrateUnsupportedLocalCards;
-extern const base::Feature kAutofillDownstreamUseGooglePayBrandingOniOS;
 extern const base::Feature kAutofillEnableLocalCardMigrationForNonSyncUser;
 extern const base::Feature kAutofillEnableToolbarStatusChip;
 extern const base::Feature kAutofillLocalCardMigrationUsesStrikeSystemV2;
diff --git a/components/autofill/ios/browser/autofill_agent.mm b/components/autofill/ios/browser/autofill_agent.mm
index eaa9cd1..c10e611 100644
--- a/components/autofill/ios/browser/autofill_agent.mm
+++ b/components/autofill/ios/browser/autofill_agent.mm
@@ -503,7 +503,6 @@
             popupDelegate:
                 (const base::WeakPtr<autofill::AutofillPopupDelegate>&)
                     delegate {
-  bool has_gpay_branding = false;
   // Convert the suggestions into an NSArray for the keyboard.
   NSMutableArray<FormSuggestion*>* suggestions = [[NSMutableArray alloc] init];
   for (auto popup_suggestion : popup_suggestions) {
@@ -514,8 +513,7 @@
     // fortunately almost all the entries we are interested in (profile or
     // autofill entries) are zero or positive. Negative entries we are
     // interested in is autofill::POPUP_ITEM_ID_CLEAR_FORM, used to show the
-    // "clear form" button and autofill::POPUP_ITEM_ID_GOOGLE_PAY_BRANDING, used
-    // to show the "Google Pay" branding.
+    // "clear form" button.
     NSString* value = nil;
     NSString* displayDescription = nil;
     if (popup_suggestion.frontend_id >= 0) {
@@ -535,11 +533,6 @@
       // Show the "clear form" button.
       value = base::SysUTF16ToNSString(popup_suggestion.value);
     } else if (popup_suggestion.frontend_id ==
-               autofill::POPUP_ITEM_ID_GOOGLE_PAY_BRANDING) {
-      // Show "GPay branding" icon
-      value = base::SysUTF16ToNSString(popup_suggestion.value);
-      has_gpay_branding = true;
-    } else if (popup_suggestion.frontend_id ==
                autofill::POPUP_ITEM_ID_SHOW_ACCOUNT_CARDS) {
       // Show opt-in for showing cards from account.
       value = base::SysUTF16ToNSString(popup_suggestion.value);
@@ -554,10 +547,9 @@
                        icon:base::SysUTF8ToNSString(popup_suggestion.icon)
                  identifier:popup_suggestion.frontend_id];
 
-    // Put "clear form" entry at the front of the suggestions. If
-    // "GPay branding" icon is present, it remains as the first suggestion.
+    // Put "clear form" entry at the front of the suggestions.
     if (popup_suggestion.frontend_id == autofill::POPUP_ITEM_ID_CLEAR_FORM) {
-      [suggestions insertObject:suggestion atIndex:has_gpay_branding ? 1 : 0];
+      [suggestions insertObject:suggestion atIndex:0];
     } else {
       [suggestions addObject:suggestion];
     }
diff --git a/components/autofill/ios/browser/autofill_agent_unittests.mm b/components/autofill/ios/browser/autofill_agent_unittests.mm
index 7a83d99..aee0fe5 100644
--- a/components/autofill/ios/browser/autofill_agent_unittests.mm
+++ b/components/autofill/ios/browser/autofill_agent_unittests.mm
@@ -36,7 +36,6 @@
 #endif
 
 using autofill::POPUP_ITEM_ID_CLEAR_FORM;
-using autofill::POPUP_ITEM_ID_GOOGLE_PAY_BRANDING;
 using autofill::POPUP_ITEM_ID_SHOW_ACCOUNT_CARDS;
 using base::test::ios::WaitUntilCondition;
 
@@ -379,8 +378,6 @@
 
   // Make the suggestions available to AutofillAgent.
   std::vector<autofill::Suggestion> suggestions;
-  suggestions.push_back(
-      autofill::Suggestion("", "", "", POPUP_ITEM_ID_GOOGLE_PAY_BRANDING));
   suggestions.push_back(autofill::Suggestion("", "", "", 123));
   suggestions.push_back(autofill::Suggestion("", "", "", 321));
   suggestions.push_back(
@@ -410,15 +407,11 @@
     return completion_handler_called;
   });
 
-  // GPay icon should appear as the first suggestion followed by "Clear Form".
-  // Otherwise, the order of suggestions should not change.
-  EXPECT_EQ(4U, completion_handler_suggestions.count);
-  EXPECT_EQ(POPUP_ITEM_ID_GOOGLE_PAY_BRANDING,
-            completion_handler_suggestions[0].identifier);
+  EXPECT_EQ(3U, completion_handler_suggestions.count);
   EXPECT_EQ(POPUP_ITEM_ID_CLEAR_FORM,
-            completion_handler_suggestions[1].identifier);
-  EXPECT_EQ(123, completion_handler_suggestions[2].identifier);
-  EXPECT_EQ(321, completion_handler_suggestions[3].identifier);
+            completion_handler_suggestions[0].identifier);
+  EXPECT_EQ(123, completion_handler_suggestions[1].identifier);
+  EXPECT_EQ(321, completion_handler_suggestions[2].identifier);
 }
 
 // Test that every frames are processed whatever is the order of pageloading
diff --git a/components/heap_profiling/test_driver.cc b/components/heap_profiling/test_driver.cc
index 31360904..86c3996 100644
--- a/components/heap_profiling/test_driver.cc
+++ b/components/heap_profiling/test_driver.cc
@@ -757,10 +757,6 @@
 
   base::PlatformThread::SetName(kThreadName);
 
-  // Warm up the sampler. Once enabled it may need to see up to 1MB of
-  // allocations to start sampling.
-  leaks_.push_back(new char[base::PoissonAllocationSampler::kWarmupInterval]);
-
   // In sampling mode, only sampling allocations are relevant.
   if (!IsRecordingAllAllocations()) {
     leaks_.reserve(kSamplingAllocCount);
diff --git a/components/optimization_guide/hints_fetcher.cc b/components/optimization_guide/hints_fetcher.cc
index 47b8252..689db95 100644
--- a/components/optimization_guide/hints_fetcher.cc
+++ b/components/optimization_guide/hints_fetcher.cc
@@ -69,6 +69,14 @@
 // static
 void HintsFetcher::RecordHintsFetcherCoverage(PrefService* pref_service,
                                               const std::string& host) {
+  HintsFetcher::RecordHintsFetcherCoverage(pref_service, host,
+                                           base::DefaultClock::GetInstance());
+}
+
+// static
+void HintsFetcher::RecordHintsFetcherCoverage(PrefService* pref_service,
+                                              const std::string& host,
+                                              const base::Clock* time_clock) {
   DictionaryPrefUpdate hosts_fetched(
       pref_service, prefs::kHintsFetcherHostsSuccessfullyFetched);
   base::Optional<double> value =
@@ -83,7 +91,7 @@
       base::TimeDelta::FromSecondsD(*value));
   UMA_HISTOGRAM_BOOLEAN(
       "OptimizationGuide.HintsFetcher.NavigationHostCoveredByFetch",
-      host_valid_time > base::Time::Now());
+      host_valid_time > time_clock->Now());
 }
 
 bool HintsFetcher::FetchOptimizationGuideServiceHints(
diff --git a/components/optimization_guide/hints_fetcher.h b/components/optimization_guide/hints_fetcher.h
index f477d62a..f0c45916 100644
--- a/components/optimization_guide/hints_fetcher.h
+++ b/components/optimization_guide/hints_fetcher.h
@@ -65,7 +65,10 @@
 
   // Record whether the host was covered by a hints fetch and any returned
   // hints would not have expired.
-  static void RecordHintsFetcherCoverage(PrefService* pref_serivce,
+  static void RecordHintsFetcherCoverage(PrefService* pref_service,
+                                         const std::string& host,
+                                         const base::Clock* clock);
+  static void RecordHintsFetcherCoverage(PrefService* pref_service,
                                          const std::string& host);
 
  private:
diff --git a/components/optimization_guide/hints_fetcher_unittest.cc b/components/optimization_guide/hints_fetcher_unittest.cc
index 8d93ec87..1fb9799 100644
--- a/components/optimization_guide/hints_fetcher_unittest.cc
+++ b/components/optimization_guide/hints_fetcher_unittest.cc
@@ -124,7 +124,8 @@
   }
 
   void SimulateNavigation(const std::string& host) {
-    HintsFetcher::RecordHintsFetcherCoverage(pref_service(), host);
+    HintsFetcher::RecordHintsFetcherCoverage(pref_service(), host,
+                                             GetMockClock());
   }
 
  private:
@@ -214,9 +215,14 @@
   base::Optional<double> value;
   for (const std::string& host : hosts) {
     value = hosts_fetched->FindDoubleKey(HashHostForDictionary(host));
-    EXPECT_EQ(base::Time::FromDeltaSinceWindowsEpoch(
-                  base::TimeDelta::FromSecondsD(*value)),
-              GetMockClock()->Now() + base::TimeDelta::FromDays(7));
+    // This reduces the necessary precision for the check on the expiry time for
+    // the hosts stored in the pref. The exact time is not necessary, being
+    // within 10 minutes is acceptable.
+    EXPECT_NEAR((base::Time::FromDeltaSinceWindowsEpoch(
+                     base::TimeDelta::FromSecondsD(*value)) -
+                 GetMockClock()->Now())
+                    .InMinutes(),
+                base::TimeDelta::FromDays(7).InMinutes(), 10);
   }
 }
 
diff --git a/components/printing/test/print_render_frame_helper_browsertest.cc b/components/printing/test/print_render_frame_helper_browsertest.cc
index 98db41a..49939078 100644
--- a/components/printing/test/print_render_frame_helper_browsertest.cc
+++ b/components/printing/test/print_render_frame_helper_browsertest.cc
@@ -127,7 +127,7 @@
   dict->SetBoolean(kIsFirstRequest, true);
   dict->SetInteger(kSettingMarginsType, DEFAULT_MARGINS);
   dict->SetBoolean(kSettingPreviewModifiable, true);
-  dict->SetBoolean(kSettingPreviewIsPDF, false);
+  dict->SetBoolean(kSettingPreviewIsPdf, false);
   dict->SetBoolean(kSettingHeaderFooterEnabled, false);
   dict->SetBoolean(kSettingShouldPrintBackgrounds, false);
   dict->SetBoolean(kSettingShouldPrintSelectionOnly, false);
diff --git a/components/translate/content/browser/content_translate_driver.cc b/components/translate/content/browser/content_translate_driver.cc
index 80bb0d6..eefb61f 100644
--- a/components/translate/content/browser/content_translate_driver.cc
+++ b/components/translate/content/browser/content_translate_driver.cc
@@ -290,9 +290,9 @@
   pages_.erase(page_seq_no);
 }
 
-void ContentTranslateDriver::AddBinding(
-    translate::mojom::ContentTranslateDriverRequest request) {
-  bindings_.AddBinding(this, std::move(request));
+void ContentTranslateDriver::AddReceiver(
+    mojo::PendingReceiver<translate::mojom::ContentTranslateDriver> receiver) {
+  receivers_.Add(this, std::move(receiver));
 }
 
 void ContentTranslateDriver::RegisterPage(
diff --git a/components/translate/content/browser/content_translate_driver.h b/components/translate/content/browser/content_translate_driver.h
index ad90a92..8ac4d10 100644
--- a/components/translate/content/browser/content_translate_driver.h
+++ b/components/translate/content/browser/content_translate_driver.h
@@ -15,8 +15,9 @@
 #include "components/translate/core/browser/translate_driver.h"
 #include "components/translate/core/common/translate_errors.h"
 #include "content/public/browser/web_contents_observer.h"
-#include "mojo/public/cpp/bindings/binding_set.h"
+#include "mojo/public/cpp/bindings/pending_receiver.h"
 #include "mojo/public/cpp/bindings/pending_remote.h"
+#include "mojo/public/cpp/bindings/receiver_set.h"
 #include "mojo/public/cpp/bindings/remote.h"
 #include "services/metrics/public/cpp/ukm_source_id.h"
 #include "services/network/public/mojom/url_loader_factory.mojom.h"
@@ -113,8 +114,9 @@
                         const std::string& translated_lang,
                         TranslateErrors::Type error_type);
 
-  // Adds a binding in |bindings_| for the passed |request|.
-  void AddBinding(translate::mojom::ContentTranslateDriverRequest request);
+  // Adds a receiver in |receivers_| for the passed |receiver|.
+  void AddReceiver(
+      mojo::PendingReceiver<translate::mojom::ContentTranslateDriver> receiver);
   // Called when a page has been loaded and can be potentially translated.
   void RegisterPage(mojo::PendingRemote<translate::mojom::Page> page,
                     const translate::LanguageDetectionDetails& details,
@@ -153,8 +155,8 @@
 
   // ContentTranslateDriver is a singleton per web contents but multiple render
   // frames may be contained in a single web contents. TranslateHelpers get the
-  // other end of this binding in the form of a ContentTranslateDriverPtr.
-  mojo::BindingSet<translate::mojom::ContentTranslateDriver> bindings_;
+  // other end of this receiver in the form of a ContentTranslateDriver.
+  mojo::ReceiverSet<translate::mojom::ContentTranslateDriver> receivers_;
 
   base::WeakPtrFactory<ContentTranslateDriver> weak_pointer_factory_{this};
 
diff --git a/components/translate/content/renderer/translate_helper.cc b/components/translate/content/renderer/translate_helper.cc
index 8bb0f4f..944bdc8d 100644
--- a/components/translate/content/renderer/translate_helper.cc
+++ b/components/translate/content/renderer/translate_helper.cc
@@ -454,10 +454,11 @@
       .Run(false, source_lang_, target_lang_, error);
 }
 
-const mojom::ContentTranslateDriverPtr& TranslateHelper::GetTranslateHandler() {
+const mojo::Remote<mojom::ContentTranslateDriver>&
+TranslateHelper::GetTranslateHandler() {
   if (!translate_handler_) {
     render_frame()->GetRemoteInterfaces()->GetInterface(
-        mojo::MakeRequest(&translate_handler_));
+        translate_handler_.BindNewPipeAndPassReceiver());
   }
 
   return translate_handler_;
diff --git a/components/translate/content/renderer/translate_helper.h b/components/translate/content/renderer/translate_helper.h
index 15fae9d..7ccd4e2 100644
--- a/components/translate/content/renderer/translate_helper.h
+++ b/components/translate/content/renderer/translate_helper.h
@@ -17,6 +17,7 @@
 #include "components/translate/core/common/translate_errors.h"
 #include "content/public/renderer/render_frame_observer.h"
 #include "mojo/public/cpp/bindings/receiver.h"
+#include "mojo/public/cpp/bindings/remote.h"
 #include "services/network/public/mojom/url_loader_factory.mojom.h"
 #include "url/gurl.h"
 
@@ -121,7 +122,7 @@
   static std::string BuildTranslationScript(const std::string& source_lang,
                                             const std::string& target_lang);
 
-  const mojom::ContentTranslateDriverPtr& GetTranslateHandler();
+  const mojo::Remote<mojom::ContentTranslateDriver>& GetTranslateHandler();
 
   // Cleanups all states and pending callbacks associated with the current
   // running page translation.
@@ -174,7 +175,7 @@
   // refactor, the other end of the pipe is now attached to a
   // LanguageDetectionTabHelper (which implements the ContentTranslateDriver
   // Mojo interface).
-  mojom::ContentTranslateDriverPtr translate_handler_;
+  mojo::Remote<mojom::ContentTranslateDriver> translate_handler_;
 
   mojo::Receiver<mojom::Page> receiver_{this};
 
diff --git a/components/vector_icons/OWNERS b/components/vector_icons/OWNERS
index 658a9f5..1bf5460 100644
--- a/components/vector_icons/OWNERS
+++ b/components/vector_icons/OWNERS
@@ -1 +1,3 @@
 estade@chromium.org
+
+# COMPONENT: UI>Assets>Images
diff --git a/components/viz/host/host_display_client.cc b/components/viz/host/host_display_client.cc
index f5e18df..76ed0dd 100644
--- a/components/viz/host/host_display_client.cc
+++ b/components/viz/host/host_display_client.cc
@@ -48,14 +48,14 @@
 
 #if defined(OS_WIN)
 void HostDisplayClient::CreateLayeredWindowUpdater(
-    mojom::LayeredWindowUpdaterRequest request) {
+    mojo::PendingReceiver<mojom::LayeredWindowUpdater> receiver) {
   if (!NeedsToUseLayerWindow(widget_)) {
     DLOG(ERROR) << "HWND shouldn't be using a layered window";
     return;
   }
 
   layered_window_updater_ =
-      std::make_unique<LayeredWindowUpdaterImpl>(widget_, std::move(request));
+      std::make_unique<LayeredWindowUpdaterImpl>(widget_, std::move(receiver));
 }
 #endif
 
diff --git a/components/viz/host/host_display_client.h b/components/viz/host/host_display_client.h
index b817727..4619f19 100644
--- a/components/viz/host/host_display_client.h
+++ b/components/viz/host/host_display_client.h
@@ -39,7 +39,7 @@
 
 #if defined(OS_WIN)
   void CreateLayeredWindowUpdater(
-      mojom::LayeredWindowUpdaterRequest request) override;
+      mojo::PendingReceiver<mojom::LayeredWindowUpdater> receiver) override;
 #endif
 
 #if defined(USE_X11)
diff --git a/components/viz/host/layered_window_updater_impl.cc b/components/viz/host/layered_window_updater_impl.cc
index 65c26e2..7c4a7de 100644
--- a/components/viz/host/layered_window_updater_impl.cc
+++ b/components/viz/host/layered_window_updater_impl.cc
@@ -15,8 +15,8 @@
 
 LayeredWindowUpdaterImpl::LayeredWindowUpdaterImpl(
     HWND hwnd,
-    mojom::LayeredWindowUpdaterRequest request)
-    : hwnd_(hwnd), binding_(this, std::move(request)) {}
+    mojo::PendingReceiver<mojom::LayeredWindowUpdater> receiver)
+    : hwnd_(hwnd), receiver_(this, std::move(receiver)) {}
 
 LayeredWindowUpdaterImpl::~LayeredWindowUpdaterImpl() = default;
 
diff --git a/components/viz/host/layered_window_updater_impl.h b/components/viz/host/layered_window_updater_impl.h
index ced3072..1026b73 100644
--- a/components/viz/host/layered_window_updater_impl.h
+++ b/components/viz/host/layered_window_updater_impl.h
@@ -12,7 +12,8 @@
 #include "base/macros.h"
 #include "base/memory/unsafe_shared_memory_region.h"
 #include "components/viz/host/viz_host_export.h"
-#include "mojo/public/cpp/bindings/binding.h"
+#include "mojo/public/cpp/bindings/pending_receiver.h"
+#include "mojo/public/cpp/bindings/receiver.h"
 #include "services/viz/privileged/mojom/compositing/layered_window_updater.mojom.h"
 #include "ui/gfx/geometry/size.h"
 
@@ -26,8 +27,9 @@
 class VIZ_HOST_EXPORT LayeredWindowUpdaterImpl
     : public mojom::LayeredWindowUpdater {
  public:
-  LayeredWindowUpdaterImpl(HWND hwnd,
-                           mojom::LayeredWindowUpdaterRequest request);
+  LayeredWindowUpdaterImpl(
+      HWND hwnd,
+      mojo::PendingReceiver<mojom::LayeredWindowUpdater> receiver);
   ~LayeredWindowUpdaterImpl() override;
 
   // mojom::LayeredWindowUpdater implementation.
@@ -37,7 +39,7 @@
 
  private:
   const HWND hwnd_;
-  mojo::Binding<mojom::LayeredWindowUpdater> binding_;
+  mojo::Receiver<mojom::LayeredWindowUpdater> receiver_;
   std::unique_ptr<SkCanvas> canvas_;
 
   DISALLOW_COPY_AND_ASSIGN(LayeredWindowUpdaterImpl);
diff --git a/components/viz/service/display/dc_layer_overlay.cc b/components/viz/service/display/dc_layer_overlay.cc
index e65bf4f..bbdac2a0 100644
--- a/components/viz/service/display/dc_layer_overlay.cc
+++ b/components/viz/service/display/dc_layer_overlay.cc
@@ -43,7 +43,8 @@
   DC_LAYER_FAILED_TOO_MANY_OVERLAYS,
   DC_LAYER_FAILED_NO_HW_OVERLAY_SUPPORT,  // deprecated
   DC_LAYER_FAILED_ROUNDED_CORNERS,
-  kMaxValue = DC_LAYER_FAILED_ROUNDED_CORNERS,
+  DC_LAYER_FAILED_BACKDROP_FILTERS,
+  kMaxValue = DC_LAYER_FAILED_BACKDROP_FILTERS,
 };
 
 enum : size_t {
@@ -52,8 +53,19 @@
   kUVPlaneResourceIndex = 1,
 };
 
+// This returns the smallest rectangle in target space that contains the quad.
+gfx::RectF ClippedQuadRectangle(const DrawQuad* quad) {
+  gfx::RectF quad_rect = cc::MathUtil::MapClippedRect(
+      quad->shared_quad_state->quad_to_target_transform,
+      gfx::RectF(quad->rect));
+  if (quad->shared_quad_state->is_clipped)
+    quad_rect.Intersect(gfx::RectF(quad->shared_quad_state->clip_rect));
+  return quad_rect;
+}
+
 DCLayerResult FromYUVQuad(const YUVVideoDrawQuad* quad,
                           const gfx::Transform& transform_to_root_target,
+                          const std::vector<gfx::Rect>& backdrop_filter_rects,
                           bool has_hw_overlay_support,
                           int current_frame_processed_overlay_count,
                           DisplayResourceProvider* resource_provider,
@@ -94,6 +106,12 @@
     // Rounded corner on overlays are not supported.
     if (!quad->shared_quad_state->rounded_corner_bounds.IsEmpty())
       return DC_LAYER_FAILED_ROUNDED_CORNERS;
+
+    auto quad_target_rect = gfx::ToEnclosingRect(ClippedQuadRectangle(quad));
+    for (const auto& filter_target_rect : backdrop_filter_rects) {
+      if (filter_target_rect.Intersects(quad_target_rect))
+        return DC_LAYER_FAILED_BACKDROP_FILTERS;
+    }
   }
 
   // Direct composition path only supports single NV12 buffer, or two buffers
@@ -130,10 +148,12 @@
   return DC_LAYER_SUCCESS;
 }
 
-DCLayerResult FromTextureQuad(const TextureDrawQuad* quad,
-                              const gfx::Transform& transform_to_root_target,
-                              DisplayResourceProvider* resource_provider,
-                              DCLayerOverlay* dc_layer) {
+DCLayerResult FromTextureQuad(
+    const TextureDrawQuad* quad,
+    const gfx::Transform& transform_to_root_target,
+    const std::vector<gfx::Rect>& backdrop_filter_rects,
+    DisplayResourceProvider* resource_provider,
+    DCLayerOverlay* dc_layer) {
   // Check that resources are overlay compatible first so that subsequent
   // assumptions are valid.
   for (const auto& resource : quad->resources) {
@@ -145,9 +165,7 @@
     return DC_LAYER_FAILED_QUAD_BLEND_MODE;
 
   if (!quad->shared_quad_state->quad_to_target_transform
-           .Preserves2dAxisAlignment() &&
-      !base::FeatureList::IsEnabled(
-          features::kDirectCompositionComplexOverlays)) {
+           .Preserves2dAxisAlignment()) {
     return DC_LAYER_FAILED_COMPLEX_TRANSFORM;
   }
 
@@ -155,6 +173,12 @@
   if (!quad->shared_quad_state->rounded_corner_bounds.IsEmpty())
     return DC_LAYER_FAILED_ROUNDED_CORNERS;
 
+  auto quad_target_rect = gfx::ToEnclosingRect(ClippedQuadRectangle(quad));
+  for (const auto& filter_target_rect : backdrop_filter_rects) {
+    if (filter_target_rect.Intersects(quad_target_rect))
+      return DC_LAYER_FAILED_BACKDROP_FILTERS;
+  }
+
   dc_layer->resources[kTextureResourceIndex] = quad->resource_id();
   dc_layer->z_order = 1;
   dc_layer->content_rect = gfx::Rect(quad->resource_size_in_pixels());
@@ -205,16 +229,6 @@
   return DC_LAYER_SUCCESS;
 }
 
-// This returns the smallest rectangle in target space that contains the quad.
-gfx::RectF ClippedQuadRectangle(const DrawQuad* quad) {
-  gfx::RectF quad_rect = cc::MathUtil::MapClippedRect(
-      quad->shared_quad_state->quad_to_target_transform,
-      gfx::RectF(quad->rect));
-  if (quad->shared_quad_state->is_clipped)
-    quad_rect.Intersect(gfx::RectF(quad->shared_quad_state->clip_rect));
-  return quad_rect;
-}
-
 // Any occluding quads in the quad list on top of the overlay/underlay
 bool HasOccludingQuads(const gfx::RectF& target_quad,
                        QuadList::ConstIterator quad_list_begin,
@@ -298,6 +312,11 @@
     default;
 DCLayerOverlay::~DCLayerOverlay() = default;
 
+DCLayerOverlayProcessor::RenderPassData::RenderPassData() = default;
+DCLayerOverlayProcessor::RenderPassData::RenderPassData(
+    const RenderPassData& other) = default;
+DCLayerOverlayProcessor::RenderPassData::~RenderPassData() = default;
+
 DCLayerOverlayProcessor::DCLayerOverlayProcessor(
     const OutputSurface::Capabilities& capabilities,
     const RendererSettings& settings)
@@ -315,7 +334,7 @@
     RenderPassList* render_passes,
     gfx::Rect* damage_rect,
     DCLayerOverlayList* dc_layer_overlays) {
-  pass_punch_through_rects_.clear();
+  render_pass_data_.clear();
   for (auto& pass : *render_passes) {
     bool is_root = (pass == render_passes->back());
     ProcessRenderPass(resource_provider, display_rect, pass.get(), is_root,
@@ -338,12 +357,21 @@
   const RenderPassDrawQuad* rpdq = RenderPassDrawQuad::MaterialCast(*it);
 
   ++it;
-  // Check if this quad is broken to avoid corrupting pass_info.
+  // Check if this quad is broken to avoid corrupting |render_pass_data_|.
   if (rpdq->render_pass_id == render_pass->id)
     return it;
-  // |pass_punch_through_rects_| will be empty unless non-root overlays are
-  // enabled.
-  if (!pass_punch_through_rects_.count(rpdq->render_pass_id))
+
+  // This will be filled in for all render passes even non-root overlays are
+  // disabled.
+  const auto& render_pass_data = render_pass_data_[rpdq->render_pass_id];
+  if (render_pass_data.has_backdrop_filters) {
+    render_pass_data_[render_pass->id].backdrop_filter_rects.push_back(
+        gfx::ToEnclosingRect(ClippedQuadRectangle(rpdq)));
+  }
+
+  // |punch_through_rects| will be empty unless non-root overlays are enabled.
+  const auto& punch_through_rects = render_pass_data.punch_through_rects;
+  if (punch_through_rects.empty())
     return it;
 
   // Punch holes through for all child video quads that will be displayed in
@@ -386,8 +414,6 @@
   // color mask in solid color draw quad which we don't have today. Another
   // difficulty is undoing the SrcOver blending in child render passes if any
   // render pass above has a non-supported blend mode.
-  const auto& punch_through_rects =
-      pass_punch_through_rects_[rpdq->render_pass_id];
   const SharedQuadState* original_shared_quad_state = rpdq->shared_quad_state;
 
   // Copy shared state from RPDQ to get the same clip rect.
@@ -417,7 +443,8 @@
 
     // Add transformed info to list in case this renderpass is included in
     // another pass.
-    pass_punch_through_rects_[render_pass->id].push_back(clipped_quad_rect);
+    render_pass_data_[render_pass->id].punch_through_rects.push_back(
+        clipped_quad_rect);
   }
   return it;
 }
@@ -442,7 +469,7 @@
   }
 
   const auto& punch_through_rects =
-      pass_punch_through_rects_[root_render_pass->id];
+      render_pass_data_[root_render_pass->id].punch_through_rects;
 
   auto it = quad_list.InsertBeforeAndInvalidateAllPointers<DebugBorderDrawQuad>(
       quad_list.begin(), punch_through_rects.size());
@@ -472,6 +499,15 @@
   gfx::Rect this_frame_overlay_rect;
   gfx::Rect this_frame_underlay_rect;
 
+  // Always fill in |has_backdrop_filters| even if non-root overlays are
+  // disabled because it's needed to reject overlays that are read by backdrop
+  // filters.  Note that the backdrop filter rejection doesn't work properly for
+  // overlays that are in non-root render passes since we can't determine if
+  // there's an indirect ancestor render pass which has child RPDQs that could
+  // read this quad's output.
+  render_pass_data_[render_pass->id].has_backdrop_filters =
+      !render_pass->backdrop_filters.IsEmpty();
+
   QuadList* quad_list = &render_pass->quad_list;
   auto next_it = quad_list->begin();
   for (auto it = quad_list->begin(); it != quad_list->end(); it = next_it) {
@@ -489,16 +525,19 @@
     DCLayerResult result;
     switch (it->material) {
       case DrawQuad::Material::kYuvVideoContent:
-        result = FromYUVQuad(YUVVideoDrawQuad::MaterialCast(*it),
-                             render_pass->transform_to_root_target,
-                             has_hw_overlay_support_,
-                             current_frame_processed_overlay_count_,
-                             resource_provider, &dc_layer);
+        result = FromYUVQuad(
+            YUVVideoDrawQuad::MaterialCast(*it),
+            render_pass->transform_to_root_target,
+            render_pass_data_[render_pass->id].backdrop_filter_rects,
+            has_hw_overlay_support_, current_frame_processed_overlay_count_,
+            resource_provider, &dc_layer);
         break;
       case DrawQuad::Material::kTextureContent:
-        result = FromTextureQuad(TextureDrawQuad::MaterialCast(*it),
-                                 render_pass->transform_to_root_target,
-                                 resource_provider, &dc_layer);
+        result = FromTextureQuad(
+            TextureDrawQuad::MaterialCast(*it),
+            render_pass->transform_to_root_target,
+            render_pass_data_[render_pass->id].backdrop_filter_rects,
+            resource_provider, &dc_layer);
         break;
       default:
         result = DC_LAYER_FAILED_UNSUPPORTED_QUAD;
@@ -722,7 +761,7 @@
   // Propagate the punched holes up the chain of render passes. Punch through
   // rects are in quad target (child render pass) space, and are transformed to
   // RPDQ target (parent render pass) in ProcessRenderPassDrawQuad().
-  pass_punch_through_rects_[render_pass->id].push_back(
+  render_pass_data_[render_pass->id].punch_through_rects.push_back(
       gfx::ToEnclosingRect(ClippedQuadRectangle(*it)));
 }
 
diff --git a/components/viz/service/display/dc_layer_overlay.h b/components/viz/service/display/dc_layer_overlay.h
index 99e37e2..1d14110 100644
--- a/components/viz/service/display/dc_layer_overlay.h
+++ b/components/viz/service/display/dc_layer_overlay.h
@@ -139,11 +139,25 @@
   int previous_frame_processed_overlay_count_ = 0;
   int current_frame_processed_overlay_count_ = 0;
 
-  // Store information about clipped punch-through rects in target space for
-  // non-root render passes. These rects are used to clear the corresponding
-  // areas in parent render passes.
-  base::flat_map<RenderPassId, std::vector<gfx::Rect>>
-      pass_punch_through_rects_;
+  struct RenderPassData {
+    RenderPassData();
+    RenderPassData(const RenderPassData& other);
+    ~RenderPassData();
+
+    // Store information about clipped punch-through rects in target space for
+    // non-root render passes. These rects are used to clear the corresponding
+    // areas in parent render passes.
+    std::vector<gfx::Rect> punch_through_rects;
+
+    // Output rects of child render passes that have backdrop filters in target
+    // space. These rects are used to determine if the overlay rect could be
+    // read by backdrop filters.
+    std::vector<gfx::Rect> backdrop_filter_rects;
+
+    // Whether this render pass has backdrop filters.
+    bool has_backdrop_filters = false;
+  };
+  base::flat_map<RenderPassId, RenderPassData> render_pass_data_;
 
   DISALLOW_COPY_AND_ASSIGN(DCLayerOverlayProcessor);
 };
diff --git a/components/viz/service/display_embedder/software_output_device_win.cc b/components/viz/service/display_embedder/software_output_device_win.cc
index 74316ed..470b847 100644
--- a/components/viz/service/display_embedder/software_output_device_win.cc
+++ b/components/viz/service/display_embedder/software_output_device_win.cc
@@ -11,6 +11,8 @@
 #include "components/viz/common/display/use_layered_window.h"
 #include "components/viz/common/resources/resource_sizes.h"
 #include "components/viz/service/display_embedder/output_device_backing.h"
+#include "mojo/public/cpp/bindings/pending_remote.h"
+#include "mojo/public/cpp/bindings/remote.h"
 #include "mojo/public/cpp/system/platform_handle.h"
 #include "services/viz/privileged/mojom/compositing/layered_window_updater.mojom.h"
 #include "skia/ext/platform_canvas.h"
@@ -179,7 +181,7 @@
  public:
   SoftwareOutputDeviceWinProxy(
       HWND hwnd,
-      mojom::LayeredWindowUpdaterPtr layered_window_updater);
+      mojo::PendingRemote<mojom::LayeredWindowUpdater> layered_window_updater);
   ~SoftwareOutputDeviceWinProxy() override = default;
 
   // SoftwareOutputDevice implementation.
@@ -194,7 +196,7 @@
   // Runs |swap_ack_callback_| after draw has happened.
   void DrawAck();
 
-  mojom::LayeredWindowUpdaterPtr layered_window_updater_;
+  mojo::Remote<mojom::LayeredWindowUpdater> layered_window_updater_;
 
   std::unique_ptr<SkCanvas> canvas_;
   bool waiting_on_draw_ack_ = false;
@@ -205,7 +207,7 @@
 
 SoftwareOutputDeviceWinProxy::SoftwareOutputDeviceWinProxy(
     HWND hwnd,
-    mojom::LayeredWindowUpdaterPtr layered_window_updater)
+    mojo::PendingRemote<mojom::LayeredWindowUpdater> layered_window_updater)
     : SoftwareOutputDeviceWinBase(hwnd),
       layered_window_updater_(std::move(layered_window_updater)) {
   DCHECK(layered_window_updater_.is_bound());
@@ -293,9 +295,9 @@
 
     // Setup mojom::LayeredWindowUpdater implementation in the browser process
     // to draw to the HWND.
-    mojom::LayeredWindowUpdaterPtr layered_window_updater;
+    mojo::PendingRemote<mojom::LayeredWindowUpdater> layered_window_updater;
     display_client->CreateLayeredWindowUpdater(
-        mojo::MakeRequest(&layered_window_updater));
+        layered_window_updater.InitWithNewPipeAndPassReceiver());
 
     return std::make_unique<SoftwareOutputDeviceWinProxy>(
         hwnd, std::move(layered_window_updater));
diff --git a/components/viz/test/fake_display_client.cc b/components/viz/test/fake_display_client.cc
index 55a1ae0..b7bfca11 100644
--- a/components/viz/test/fake_display_client.cc
+++ b/components/viz/test/fake_display_client.cc
@@ -22,7 +22,7 @@
 
 #if defined(OS_WIN)
 void FakeDisplayClient::CreateLayeredWindowUpdater(
-    mojom::LayeredWindowUpdaterRequest request) {}
+    mojo::PendingReceiver<mojom::LayeredWindowUpdater> receiver) {}
 #endif
 
 #if defined(USE_X11)
diff --git a/components/viz/test/fake_display_client.h b/components/viz/test/fake_display_client.h
index 40c8fb0..e2b7e19 100644
--- a/components/viz/test/fake_display_client.h
+++ b/components/viz/test/fake_display_client.h
@@ -28,7 +28,7 @@
 
 #if defined(OS_WIN)
   void CreateLayeredWindowUpdater(
-      mojom::LayeredWindowUpdaterRequest request) override;
+      mojo::PendingReceiver<mojom::LayeredWindowUpdater> receiver) override;
 #endif
 
 #if defined(USE_X11)
diff --git a/components/viz/test/mock_display_client.h b/components/viz/test/mock_display_client.h
index c7612fd7..51c0e02 100644
--- a/components/viz/test/mock_display_client.h
+++ b/components/viz/test/mock_display_client.h
@@ -8,6 +8,7 @@
 #include "build/build_config.h"
 #include "gpu/command_buffer/common/context_result.h"
 #include "mojo/public/cpp/bindings/binding.h"
+#include "mojo/public/cpp/bindings/pending_receiver.h"
 #include "services/viz/privileged/mojom/compositing/frame_sink_manager.mojom.h"
 #include "testing/gmock/include/gmock/gmock.h"
 
@@ -26,7 +27,7 @@
 #endif
 #if defined(OS_WIN)
   MOCK_METHOD1(CreateLayeredWindowUpdater,
-               void(mojom::LayeredWindowUpdaterRequest));
+               void(mojo::PendingReceiver<mojom::LayeredWindowUpdater>));
 #endif
 #if defined(OS_ANDROID)
   MOCK_METHOD1(DidCompleteSwapWithSize, void(const gfx::Size&));
diff --git a/content/browser/accessibility/browser_accessibility.cc b/content/browser/accessibility/browser_accessibility.cc
index a42761f..ac6c53d1 100644
--- a/content/browser/accessibility/browser_accessibility.cc
+++ b/content/browser/accessibility/browser_accessibility.cc
@@ -140,6 +140,12 @@
   return !PlatformIsChildOfLeafIncludingIgnored();
 }
 
+ui::AXPlatformNode* BrowserAccessibility::GetAXPlatformNode() const {
+  // Not all BrowserAccessibility subclasses can return an AXPlatformNode yet.
+  // So, here we just return nullptr.
+  return nullptr;
+}
+
 uint32_t BrowserAccessibility::PlatformChildCount() const {
   if (HasStringAttribute(ax::mojom::StringAttribute::kChildTreeId)) {
     if (PlatformGetRootOfChildTree())
@@ -1599,9 +1605,26 @@
 }
 
 ui::AXPlatformNode* BrowserAccessibility::GetFromNodeID(int32_t id) {
-  // Not all BrowserAccessibility subclasses can return an AXPlatformNode yet.
-  // So, here we just return nullptr.
-  return nullptr;
+  BrowserAccessibility* node = manager_->GetFromID(id);
+  if (!node)
+    return nullptr;
+
+  return node->GetAXPlatformNode();
+}
+
+ui::AXPlatformNode* BrowserAccessibility::GetFromTreeIDAndNodeID(
+    const ui::AXTreeID& ax_tree_id,
+    int32_t id) {
+  BrowserAccessibilityManager* manager =
+      BrowserAccessibilityManager::FromID(ax_tree_id);
+  if (!manager)
+    return nullptr;
+
+  BrowserAccessibility* node = manager->GetFromID(id);
+  if (!node)
+    return nullptr;
+
+  return node->GetAXPlatformNode();
 }
 
 int BrowserAccessibility::GetIndexInParent() {
@@ -1839,6 +1862,7 @@
       return content_client->GetLocalizedString(IDS_AX_ROLE_CONTENT_INFO);
 
     case ax::mojom::Role::kRegion:
+    case ax::mojom::Role::kSection:
       if (data.HasStringAttribute(ax::mojom::StringAttribute::kName))
         return content_client->GetLocalizedString(IDS_AX_ROLE_REGION);
       FALLTHROUGH;
@@ -1906,6 +1930,13 @@
     case ax::mojom::Role::kSearchBox:
       return content_client->GetLocalizedString(IDS_AX_ROLE_SEARCH_BOX);
 
+    case ax::mojom::Role::kSection: {
+      if (data.HasStringAttribute(ax::mojom::StringAttribute::kName))
+        return content_client->GetLocalizedString(IDS_AX_ROLE_SECTION);
+
+      return {};
+    }
+
     case ax::mojom::Role::kStatus:
       return content_client->GetLocalizedString(IDS_AX_ROLE_OUTPUT);
 
diff --git a/content/browser/accessibility/browser_accessibility.h b/content/browser/accessibility/browser_accessibility.h
index 6d24247..e74d6f37 100644
--- a/content/browser/accessibility/browser_accessibility.h
+++ b/content/browser/accessibility/browser_accessibility.h
@@ -130,6 +130,10 @@
   // Returns true if this object can fire events.
   virtual bool CanFireEvents() const;
 
+  // Return the AXPlatformNode corresponding to this node, if applicable
+  // on this platform.
+  virtual ui::AXPlatformNode* GetAXPlatformNode() const;
+
   // Returns the number of children of this object, or 0 if PlatformIsLeaf()
   // returns true.
   virtual uint32_t PlatformChildCount() const;
@@ -469,6 +473,8 @@
   gfx::NativeViewAccessible HitTestSync(int x, int y) override;
   gfx::NativeViewAccessible GetFocus() override;
   ui::AXPlatformNode* GetFromNodeID(int32_t id) override;
+  ui::AXPlatformNode* GetFromTreeIDAndNodeID(const ui::AXTreeID& ax_tree_id,
+                                             int32_t id) override;
   int GetIndexInParent() override;
   gfx::AcceleratedWidget GetTargetForNativeAccessibilityEvent() override;
 
diff --git a/content/browser/accessibility/browser_accessibility_android.cc b/content/browser/accessibility/browser_accessibility_android.cc
index 1686a972..a4adc6c 100644
--- a/content/browser/accessibility/browser_accessibility_android.cc
+++ b/content/browser/accessibility/browser_accessibility_android.cc
@@ -221,10 +221,6 @@
 }
 
 bool BrowserAccessibilityAndroid::IsClickable() const {
-  // Explicitly disabled form controls shouldn't be clickable.
-  if (!IsEnabled())
-    return false;
-
   // If it has a custom default action verb except for
   // ax::mojom::DefaultActionVerb::kClickAncestor, it's definitely clickable.
   // ax::mojom::DefaultActionVerb::kClickAncestor is used when an element with a
@@ -235,9 +231,18 @@
     return true;
   }
 
-  // Otherwise return true if it's focusable, but skip web areas and iframes.
+  if (!IsEnabled()) {
+    // TalkBack won't announce a control as disabled unless it's also marked
+    // as clickable. In other words, Talkback wants to know if the control
+    // might be clickable, if it wasn't disabled.
+    return ui::IsControl(GetRole());
+  }
+
+  // Skip web areas and iframes, they're focusable but not clickable.
   if (IsIframe() || (GetRole() == ax::mojom::Role::kRootWebArea))
     return false;
+
+  // Otherwise it's clickable if it's focusable.
   return IsFocusable();
 }
 
@@ -1008,6 +1013,10 @@
     case ax::mojom::Role::kRubyAnnotation:
       // No role description.
       break;
+    case ax::mojom::Role::kSection:
+      // A <section> element uses the 'region' ARIA role mapping.
+      message_id = IDS_AX_ROLE_REGION;
+      break;
     case ax::mojom::Role::kSvgRoot:
       message_id = IDS_AX_ROLE_GRAPHIC;
       break;
diff --git a/content/browser/accessibility/browser_accessibility_auralinux.cc b/content/browser/accessibility/browser_accessibility_auralinux.cc
index 9a5d4fd..d666a20 100644
--- a/content/browser/accessibility/browser_accessibility_auralinux.cc
+++ b/content/browser/accessibility/browser_accessibility_auralinux.cc
@@ -50,6 +50,13 @@
   node_->EnsureAtkObjectIsValid();
 }
 
+ui::AXPlatformNode* BrowserAccessibilityAuraLinux::GetAXPlatformNode() const {
+  if (!instance_active())
+    return nullptr;
+
+  return GetNode();
+}
+
 bool BrowserAccessibilityAuraLinux::IsNative() const {
   return true;
 }
@@ -62,17 +69,6 @@
   return GetNode()->AXPlatformNodeAuraLinux::GetHypertext();
 }
 
-ui::AXPlatformNode* BrowserAccessibilityAuraLinux::GetFromNodeID(int32_t id) {
-  if (!instance_active())
-    return nullptr;
-
-  BrowserAccessibility* accessibility = manager_->GetFromID(id);
-  if (!accessibility)
-    return nullptr;
-
-  return ToBrowserAccessibilityAuraLinux(accessibility)->GetNode();
-}
-
 ui::TextAttributeList BrowserAccessibilityAuraLinux::ComputeTextAttributes()
     const {
   return GetNode()->ComputeTextAttributes();
diff --git a/content/browser/accessibility/browser_accessibility_auralinux.h b/content/browser/accessibility/browser_accessibility_auralinux.h
index 10c45e6f..8f23f51 100644
--- a/content/browser/accessibility/browser_accessibility_auralinux.h
+++ b/content/browser/accessibility/browser_accessibility_auralinux.h
@@ -30,12 +30,12 @@
 
   // BrowserAccessibility methods.
   void OnDataChanged() override;
+  ui::AXPlatformNode* GetAXPlatformNode() const override;
   bool IsNative() const override;
   base::string16 GetText() const override;
   base::string16 GetHypertext() const override;
 
   gfx::NativeViewAccessible GetNativeViewAccessible() override;
-  ui::AXPlatformNode* GetFromNodeID(int32_t id) override;
 
   ui::TextAttributeList ComputeTextAttributes() const override;
 
diff --git a/content/browser/accessibility/browser_accessibility_cocoa.mm b/content/browser/accessibility/browser_accessibility_cocoa.mm
index a43bc06..fd183bb 100644
--- a/content/browser/accessibility/browser_accessibility_cocoa.mm
+++ b/content/browser/accessibility/browser_accessibility_cocoa.mm
@@ -1968,6 +1968,10 @@
     case ax::mojom::Role::kRegion:
       return base::SysUTF16ToNSString(
           content_client->GetLocalizedString(IDS_AX_ROLE_REGION));
+    case ax::mojom::Role::kSection:
+      // A <section> element uses the 'region' ARIA role mapping.
+      return base::SysUTF16ToNSString(
+          content_client->GetLocalizedString(IDS_AX_ROLE_REGION));
     case ax::mojom::Role::kSpinButton:
       // This control is similar to what VoiceOver calls a "stepper".
       return base::SysUTF16ToNSString(
diff --git a/content/browser/accessibility/browser_accessibility_manager.cc b/content/browser/accessibility/browser_accessibility_manager.cc
index 4f059d6..b831755b 100644
--- a/content/browser/accessibility/browser_accessibility_manager.cc
+++ b/content/browser/accessibility/browser_accessibility_manager.cc
@@ -1294,20 +1294,6 @@
   return nullptr;
 }
 
-ui::AXPlatformNodeDelegate* BrowserAccessibilityManager::GetDelegate(
-    const ui::AXTreeID tree_id,
-    const int32_t node_id) const {
-  auto* manager = BrowserAccessibilityManager::FromID(tree_id);
-  if (!manager)
-    return nullptr;
-
-  BrowserAccessibility* wrapper = manager->GetFromID(node_id);
-  if (wrapper)
-    return wrapper;
-
-  return nullptr;
-}
-
 AXTreeID BrowserAccessibilityManager::GetTreeID() const {
   return ax_tree_id();
 }
@@ -1358,15 +1344,6 @@
   return nullptr;
 }
 
-ui::AXPlatformNodeDelegate* BrowserAccessibilityManager::GetRootDelegate(
-    const ui::AXTreeID tree_id) const {
-  auto* manager = BrowserAccessibilityManager::FromID(tree_id);
-  if (!manager)
-    return nullptr;
-
-  return manager->GetRoot();
-}
-
 BrowserAccessibilityManager* BrowserAccessibilityManager::GetRootManager()
     const {
   BrowserAccessibility* parent = GetParentNodeFromParentTree();
diff --git a/content/browser/accessibility/browser_accessibility_manager.h b/content/browser/accessibility/browser_accessibility_manager.h
index a65464b..7f35334 100644
--- a/content/browser/accessibility/browser_accessibility_manager.h
+++ b/content/browser/accessibility/browser_accessibility_manager.h
@@ -411,10 +411,6 @@
   // AXTreeManager implementation.
   ui::AXNode* GetNodeFromTree(ui::AXTreeID tree_id,
                               int32_t node_id) const override;
-  ui::AXPlatformNodeDelegate* GetDelegate(const ui::AXTreeID tree_id,
-                                          const int32_t node_id) const override;
-  ui::AXPlatformNodeDelegate* GetRootDelegate(
-      const ui::AXTreeID tree_id) const override;
   AXTreeID GetTreeID() const override;
   AXTreeID GetParentTreeID() const override;
   ui::AXNode* GetRootAsAXNode() const override;
diff --git a/content/browser/accessibility/browser_accessibility_win.cc b/content/browser/accessibility/browser_accessibility_win.cc
index bc3ae57..cf17b46 100644
--- a/content/browser/accessibility/browser_accessibility_win.cc
+++ b/content/browser/accessibility/browser_accessibility_win.cc
@@ -40,6 +40,13 @@
   GetCOM()->UpdateStep3FireEvents(false);
 }
 
+ui::AXPlatformNode* BrowserAccessibilityWin::GetAXPlatformNode() const {
+  if (!instance_active())
+    return nullptr;
+
+  return GetCOM();
+}
+
 bool BrowserAccessibilityWin::IsNative() const {
   return true;
 }
@@ -60,18 +67,6 @@
   return GetCOM();
 }
 
-ui::AXPlatformNode* BrowserAccessibilityWin::GetFromNodeID(int32_t id) {
-  if (!instance_active())
-    return nullptr;
-
-  BrowserAccessibility* accessibility = manager_->GetFromID(id);
-  if (!accessibility)
-    return nullptr;
-
-  auto* accessibility_win = ToBrowserAccessibilityWin(accessibility);
-  return accessibility_win->GetCOM();
-}
-
 BrowserAccessibilityComWin* BrowserAccessibilityWin::GetCOM() const {
   DCHECK(browser_accessibility_com_);
   return browser_accessibility_com_;
diff --git a/content/browser/accessibility/browser_accessibility_win.h b/content/browser/accessibility/browser_accessibility_win.h
index 0c848307..4065cab6 100644
--- a/content/browser/accessibility/browser_accessibility_win.h
+++ b/content/browser/accessibility/browser_accessibility_win.h
@@ -25,13 +25,13 @@
   //
   // BrowserAccessibility methods.
   //
+  ui::AXPlatformNode* GetAXPlatformNode() const override;
   bool IsNative() const override;
   void OnLocationChanged() override;
   base::string16 GetText() const override;
   base::string16 GetHypertext() const override;
 
   gfx::NativeViewAccessible GetNativeViewAccessible() override;
-  ui::AXPlatformNode* GetFromNodeID(int32_t id) override;
 
   class BrowserAccessibilityComWin* GetCOM() const;
 
diff --git a/content/browser/accessibility/cross_platform_accessibility_browsertest.cc b/content/browser/accessibility/cross_platform_accessibility_browsertest.cc
index 29932b3..ba8209f 100644
--- a/content/browser/accessibility/cross_platform_accessibility_browsertest.cc
+++ b/content/browser/accessibility/cross_platform_accessibility_browsertest.cc
@@ -680,8 +680,8 @@
   TestLocalizedLandmarkType(3, ax::mojom::Role::kForm, "form");
   TestLocalizedLandmarkType(4, ax::mojom::Role::kMain, "main");
   TestLocalizedLandmarkType(5, ax::mojom::Role::kNavigation, "nav");
-  TestLocalizedLandmarkType(6, ax::mojom::Role::kRegion, "");
-  TestLocalizedLandmarkType(7, ax::mojom::Role::kRegion, "section",
+  TestLocalizedLandmarkType(6, ax::mojom::Role::kSection, "");
+  TestLocalizedLandmarkType(7, ax::mojom::Role::kSection, "section",
                             base::ASCIIToUTF16("region"));
 
   TestLocalizedLandmarkType(8, ax::mojom::Role::kBanner, "banner",
@@ -723,6 +723,8 @@
       "<mark></mark>"
       "<meter></meter>"
       "<output></output>"
+      "<section></section>"
+      "<section aria-label='section'></section>"
       "<time></time>"
       "<div role='contentinfo' aria-label='contentinfo'></div>");
 
@@ -731,7 +733,7 @@
 
   BrowserAccessibility* root = GetManager()->GetRoot();
   ASSERT_NE(nullptr, root);
-  ASSERT_EQ(19u, root->PlatformChildCount());
+  ASSERT_EQ(21u, root->PlatformChildCount());
 
   auto TestLocalizedRoleDescription =
       [root](int child_index,
@@ -762,8 +764,10 @@
   TestLocalizedRoleDescription(14, base::ASCIIToUTF16("highlight"));
   TestLocalizedRoleDescription(15, base::ASCIIToUTF16("meter"));
   TestLocalizedRoleDescription(16, base::ASCIIToUTF16("output"));
-  TestLocalizedRoleDescription(17, base::ASCIIToUTF16("time"));
-  TestLocalizedRoleDescription(18, base::ASCIIToUTF16("content information"));
+  TestLocalizedRoleDescription(17, base::ASCIIToUTF16(""));
+  TestLocalizedRoleDescription(18, base::ASCIIToUTF16("section"));
+  TestLocalizedRoleDescription(19, base::ASCIIToUTF16("time"));
+  TestLocalizedRoleDescription(20, base::ASCIIToUTF16("content information"));
 }
 
 IN_PROC_BROWSER_TEST_F(CrossPlatformAccessibilityBrowserTest,
diff --git a/content/browser/accessibility/one_shot_accessibility_tree_search.cc b/content/browser/accessibility/one_shot_accessibility_tree_search.cc
index c45f7377..157d6f5 100644
--- a/content/browser/accessibility/one_shot_accessibility_tree_search.cc
+++ b/content/browser/accessibility/one_shot_accessibility_tree_search.cc
@@ -373,8 +373,9 @@
     case ax::mojom::Role::kContentInfo:
     case ax::mojom::Role::kMain:
     case ax::mojom::Role::kNavigation:
-    case ax::mojom::Role::kSearch:
     case ax::mojom::Role::kRegion:
+    case ax::mojom::Role::kSearch:
+    case ax::mojom::Role::kSection:
       return true;
     default:
       return false;
diff --git a/content/browser/accessibility/web_contents_accessibility_android.cc b/content/browser/accessibility/web_contents_accessibility_android.cc
index 103299e..c7d22216 100644
--- a/content/browser/accessibility/web_contents_accessibility_android.cc
+++ b/content/browser/accessibility/web_contents_accessibility_android.cc
@@ -196,16 +196,17 @@
 
 bool SectionPredicate(BrowserAccessibility* start, BrowserAccessibility* node) {
   switch (node->GetRole()) {
-    case ax::mojom::Role::kArticle:
     case ax::mojom::Role::kApplication:
+    case ax::mojom::Role::kArticle:
     case ax::mojom::Role::kBanner:
     case ax::mojom::Role::kComplementary:
     case ax::mojom::Role::kContentInfo:
     case ax::mojom::Role::kHeading:
     case ax::mojom::Role::kMain:
     case ax::mojom::Role::kNavigation:
-    case ax::mojom::Role::kSearch:
     case ax::mojom::Role::kRegion:
+    case ax::mojom::Role::kSearch:
+    case ax::mojom::Role::kSection:
       return true;
     default:
       return false;
diff --git a/content/browser/back_forward_cache_browsertest.cc b/content/browser/back_forward_cache_browsertest.cc
index 9e26cd0e..3636040 100644
--- a/content/browser/back_forward_cache_browsertest.cc
+++ b/content/browser/back_forward_cache_browsertest.cc
@@ -1672,27 +1672,7 @@
   // 3) Go back to A.
   web_contents()->GetController().GoBack();
   EXPECT_TRUE(WaitForLoadStop(shell()->web_contents()));
-  EXPECT_FALSE(delete_observer_rfh_a.deleted());
-  EXPECT_EQ(current_frame_host(), rfh_a);
-
-  // TODO(https://crbug.com/996267). Consider evicting the page or closing the
-  // connection.
-  EXPECT_EQ("TheResponse", EvalJs(rfh_a, R"(
-    new Promise(async resolve => {
-      if (my_fetch == undefined) {
-        resolve("undefined");
-        return;
-      }
-
-      try {
-        response = await my_fetch;
-        text = await response.text();
-        resolve(text);
-      } catch (exception) {
-        resolve("error");
-      }
-    });
-  )"));
+  EXPECT_TRUE(delete_observer_rfh_a.deleted());
 }
 
 // Only HTTP/HTTPS main document can enter the BackForwardCache.
diff --git a/content/browser/bad_message.h b/content/browser/bad_message.h
index 2674c96..02cce2d 100644
--- a/content/browser/bad_message.h
+++ b/content/browser/bad_message.h
@@ -119,7 +119,7 @@
   OBSOLETE_WC_RENDERER_DID_NAVIGATE_BAD_SECURITY_INFO = 92,
   OBSOLETE_BDH_DUPLICATE_REQUEST_DEVICE_ID = 93,
   CSDH_INVALID_ORIGIN = 94,
-  RDH_ILLEGAL_ORIGIN = 95,
+  OBSOLETE_RDH_ILLEGAL_ORIGIN = 95,
   OBSOLETE_RDH_UNAUTHORIZED_HEADER_REQUEST = 96,
   RDH_INVALID_URL = 97,
   OBSOLETE_BDH_CHARACTERISTIC_ALREADY_SUBSCRIBED = 98,
diff --git a/content/browser/browser_interface_binders.cc b/content/browser/browser_interface_binders.cc
index 765c6e4..923f0b5 100644
--- a/content/browser/browser_interface_binders.cc
+++ b/content/browser/browser_interface_binders.cc
@@ -14,9 +14,14 @@
 #include "content/browser/service_worker/service_worker_provider_host.h"
 #include "content/browser/worker_host/dedicated_worker_host.h"
 #include "content/browser/worker_host/shared_worker_host.h"
+#include "content/public/browser/browser_context.h"
 #include "content/public/browser/service_worker_context.h"
 #include "content/public/browser/shared_worker_instance.h"
 #include "media/capture/mojom/image_capture.mojom.h"
+#include "services/device/public/mojom/constants.mojom.h"
+#include "services/device/public/mojom/sensor_provider.mojom.h"
+#include "services/device/public/mojom/vibration_manager.mojom.h"
+#include "services/service_manager/public/cpp/connector.h"
 #include "third_party/blink/public/mojom/appcache/appcache.mojom.h"
 #include "third_party/blink/public/mojom/background_fetch/background_fetch.mojom.h"
 #include "third_party/blink/public/mojom/bluetooth/web_bluetooth.mojom.h"
@@ -39,6 +44,17 @@
 namespace content {
 namespace internal {
 
+// Forwards service receivers to Service Manager since the renderer cannot
+// launch out-of-process services on is own.
+template <typename Interface>
+void ForwardServiceReceiver(const char* service_name,
+                            RenderFrameHostImpl* host,
+                            mojo::PendingReceiver<Interface> receiver) {
+  auto* connector =
+      BrowserContext::GetConnectorFor(host->GetProcess()->GetBrowserContext());
+  connector->Connect(service_name, std::move(receiver));
+}
+
 // Documents/frames
 void PopulateFrameBinders(RenderFrameHostImpl* host,
                           service_manager::BinderMap* map) {
@@ -80,6 +96,13 @@
   map->Add<blink::mojom::FileChooser>(base::BindRepeating(
       &RenderFrameHostImpl::GetFileChooser, base::Unretained(host)));
 
+  map->Add<device::mojom::SensorProvider>(base::BindRepeating(
+      &RenderFrameHostImpl::GetSensorProvider, base::Unretained(host)));
+
+  map->Add<device::mojom::VibrationManager>(base::BindRepeating(
+      &ForwardServiceReceiver<device::mojom::VibrationManager>,
+      device::mojom::kServiceName, base::Unretained(host)));
+
   map->Add<media::mojom::ImageCapture>(
       base::BindRepeating(&ImageCaptureImpl::Create));
 
diff --git a/content/browser/browser_main_runner_impl.cc b/content/browser/browser_main_runner_impl.cc
index ec00bd5..b9b3107 100644
--- a/content/browser/browser_main_runner_impl.cc
+++ b/content/browser/browser_main_runner_impl.cc
@@ -28,6 +28,7 @@
 #include "content/public/common/main_function_params.h"
 #include "third_party/skia/include/core/SkGraphics.h"
 #include "ui/base/ime/init/input_method_initializer.h"
+#include "ui/gfx/font_util.h"
 
 #if defined(OS_ANDROID)
 #include "content/browser/android/tracing_controller_android.h"
@@ -36,7 +37,6 @@
 #if defined(OS_WIN)
 #include "base/win/windows_version.h"
 #include "ui/base/win/scoped_ole_initializer.h"
-#include "ui/gfx/win/direct_write.h"
 #endif
 
 namespace content {
@@ -91,9 +91,10 @@
     // (Text Services Framework) module can interact with the message pump
     // on Windows 8 Metro mode.
     ole_initializer_.reset(new ui::ScopedOleInitializer);
-    gfx::win::InitializeDirectWrite();
 #endif  // OS_WIN
 
+    gfx::InitializeFonts();
+
     main_loop_.reset(
         new BrowserMainLoop(parameters, std::move(scoped_execution_fence_)));
 
diff --git a/content/browser/cache_storage/cache_storage_scheduler.cc b/content/browser/cache_storage/cache_storage_scheduler.cc
index 253e7710..d327700 100644
--- a/content/browser/cache_storage/cache_storage_scheduler.cc
+++ b/content/browser/cache_storage/cache_storage_scheduler.cc
@@ -13,6 +13,7 @@
 #include "base/metrics/field_trial_params.h"
 #include "base/metrics/histogram_macros.h"
 #include "base/sequenced_task_runner.h"
+#include "build/build_config.h"
 #include "content/browser/cache_storage/cache_storage_histogram_utils.h"
 #include "content/browser/cache_storage/cache_storage_operation.h"
 #include "content/public/common/content_features.h"
@@ -24,8 +25,17 @@
 // Maximum parallel shared operations.  This constant was selected via
 // experimentation.  We tried 4, 16, and 64 for the limit.  16 was clearly
 // better than 4, but 64 was did not provide significant further benefit.
+// TODO(crbug/1007994): Enable parallel shared operations on android after
+//                      performance regressions are addressed.
+#if defined(OS_ANDROID)
+constexpr int kDefaultMaxSharedOps = 1;
+#else
+constexpr int kDefaultMaxSharedOps = 16;
+#endif
+
 const base::FeatureParam<int> kCacheStorageMaxSharedOps{
-    &features::kCacheStorageParallelOps, "max_shared_ops", 16};
+    &features::kCacheStorageParallelOps, "max_shared_ops",
+    kDefaultMaxSharedOps};
 
 }  // namespace
 
diff --git a/content/browser/child_process_security_policy_impl.cc b/content/browser/child_process_security_policy_impl.cc
index d864d37..2144315 100644
--- a/content/browser/child_process_security_policy_impl.cc
+++ b/content/browser/child_process_security_policy_impl.cc
@@ -947,8 +947,7 @@
 }
 
 bool ChildProcessSecurityPolicyImpl::CanCommitURL(int child_id,
-                                                  const GURL& url,
-                                                  bool check_origin_locks) {
+                                                  const GURL& url) {
   if (!url.is_valid())
     return false;  // Can't commit invalid URLs.
 
@@ -966,17 +965,13 @@
       return false;
 
     url::Origin origin = url::Origin::Create(url);
-    return origin.opaque() ||
-           CanCommitURL(child_id, GURL(origin.Serialize()), check_origin_locks);
+    return origin.opaque() || CanCommitURL(child_id, GURL(origin.Serialize()));
   }
 
   // With site isolation, a URL from a site may only be committed in a process
   // dedicated to that site.  This check will ensure that |url| can't commit if
-  // the process is locked to a different site.  Note that this check is only
-  // effective for processes that are locked to a site, but even with strict
-  // site isolation, currently not all processes are locked (e.g., extensions
-  // or <webview> tags - see ShouldLockToOrigin()).
-  if (check_origin_locks && !CanAccessDataForOrigin(child_id, url))
+  // the process is locked to a different site.
+  if (!CanAccessDataForOrigin(child_id, url))
     return false;
 
   {
@@ -1001,43 +996,6 @@
   }
 }
 
-bool ChildProcessSecurityPolicyImpl::CanCommitURL(int child_id,
-                                                  const GURL& url) {
-  return CanCommitURL(child_id, url, true /* check_origin_lock */);
-}
-
-bool ChildProcessSecurityPolicyImpl::CanSetAsOriginHeader(int child_id,
-                                                          const GURL& url) {
-  if (!url.is_valid())
-    return false;  // Can't set invalid URLs as origin headers.
-
-  // about:srcdoc cannot be used as an origin
-  if (url.IsAboutSrcdoc())
-    return false;
-
-  // If this process can commit |url|, it can use |url| as an origin for
-  // outbound requests.
-  //
-  // TODO(alexmos): This should eventually also check the origin lock, but
-  // currently this is not done due to certain corner cases involving HTML
-  // imports and web tests that simulate requests from isolated worlds.  See
-  // https://crbug.com/515309.
-  if (CanCommitURL(child_id, url, false /* check_origin_lock */))
-    return true;
-
-  // Allow schemes which may come from scripts executing in isolated worlds;
-  // XHRs issued by such scripts reflect the script origin rather than the
-  // document origin.
-  {
-    base::AutoLock lock(lock_);
-    if (base::Contains(schemes_okay_to_appear_as_origin_headers_,
-                       url.scheme())) {
-      return true;
-    }
-  }
-  return false;
-}
-
 bool ChildProcessSecurityPolicyImpl::CanReadFile(int child_id,
                                                  const base::FilePath& file) {
   return HasPermissionsForFile(child_id, file, READ_FILE_GRANT);
diff --git a/content/browser/child_process_security_policy_impl.h b/content/browser/child_process_security_policy_impl.h
index 14dd452..8976f94c 100644
--- a/content/browser/child_process_security_policy_impl.h
+++ b/content/browser/child_process_security_policy_impl.h
@@ -219,24 +219,6 @@
   // Revoke read raw cookies permission.
   void RevokeReadRawCookies(int child_id);
 
-  // A version of the public ChildProcessSecurityPolicy::CanCommitURL() which
-  // takes an additional bool |check_origin_lock|, specifying whether to
-  // reject |url| if it does not match the origin lock on process |child_id|.
-  // Passing true for |check_origin_lock| provides stronger enforcement with
-  // strict site isolation; it is only set to false by features (e.g., Origin
-  // header validation) that aren't yet ready for this enforcement. This
-  // function should *not* be used by new features; use the public
-  // ChildProcessSecurityPolicy::CanCommitURL() instead, which internally calls
-  // this with |check_origin_lock| being true.
-  //
-  // TODO(alexmos): Remove |check_origin_lock| and check origin locks
-  // unconditionally once https://crbug.com/515309 is fixed.
-  bool CanCommitURL(int child_id, const GURL& url, bool check_origin_lock);
-
-  // Whether the given origin is valid for an origin header. Valid origin
-  // headers are commitable URLs.
-  bool CanSetAsOriginHeader(int child_id, const GURL& url);
-
   // Explicit permissions checks for FileSystemURL specified files.
   bool CanReadFileSystemFile(int child_id,
                              const storage::FileSystemURL& filesystem_url);
diff --git a/content/browser/child_process_security_policy_unittest.cc b/content/browser/child_process_security_policy_unittest.cc
index feb8a34..b50a3057 100644
--- a/content/browser/child_process_security_policy_unittest.cc
+++ b/content/browser/child_process_security_policy_unittest.cc
@@ -322,15 +322,6 @@
     EXPECT_TRUE(p->CanCommitURL(
         kRendererID, GURL("filesystem:http://localhost/temporary/a.gif")));
   }
-  EXPECT_TRUE(
-      p->CanSetAsOriginHeader(kRendererID, GURL("http://www.google.com/")));
-  EXPECT_TRUE(
-      p->CanSetAsOriginHeader(kRendererID, GURL("https://www.paypal.com/")));
-  EXPECT_TRUE(p->CanSetAsOriginHeader(kRendererID, GURL("ftp://ftp.gnu.org/")));
-  EXPECT_TRUE(
-      p->CanSetAsOriginHeader(kRendererID, GURL("data:text/html,<b>Hi</b>")));
-  EXPECT_TRUE(p->CanSetAsOriginHeader(
-      kRendererID, GURL("filesystem:http://localhost/temporary/a.gif")));
 
   // Dangerous to request, commit, or set as origin header.
   EXPECT_FALSE(p->CanRequestURL(kRendererID,
@@ -346,11 +337,6 @@
   EXPECT_FALSE(p->CanCommitURL(kRendererID, GetWebUIURL("foo/bar")));
   EXPECT_FALSE(
       p->CanCommitURL(kRendererID, GURL("view-source:http://www.google.com/")));
-  EXPECT_FALSE(
-      p->CanSetAsOriginHeader(kRendererID, GURL("file:///etc/passwd")));
-  EXPECT_FALSE(p->CanSetAsOriginHeader(kRendererID, GetWebUIURL("foo/bar")));
-  EXPECT_FALSE(p->CanSetAsOriginHeader(
-      kRendererID, GURL("view-source:http://www.google.com/")));
   EXPECT_FALSE(p->CanRedirectToURL(GURL(kUnreachableWebDataURL)));
   EXPECT_FALSE(p->CanCommitURL(kRendererID, GURL(kUnreachableWebDataURL)));
 
@@ -442,18 +428,12 @@
   EXPECT_FALSE(p->CanCommitURL(kRendererID, GURL("about:BlAnK")));
   EXPECT_FALSE(p->CanCommitURL(kRendererID, GURL("aBouT:BlAnK")));
   EXPECT_TRUE(p->CanCommitURL(kRendererID, GURL("aBouT:blank")));
-  EXPECT_TRUE(p->CanSetAsOriginHeader(kRendererID, GURL("about:blank")));
-  EXPECT_FALSE(p->CanSetAsOriginHeader(kRendererID, GURL("about:BlAnK")));
-  EXPECT_FALSE(p->CanSetAsOriginHeader(kRendererID, GURL("aBouT:BlAnK")));
-  EXPECT_TRUE(p->CanSetAsOriginHeader(kRendererID, GURL("aBouT:blank")));
 
   EXPECT_TRUE(p->CanRequestURL(kRendererID, GURL("about:srcdoc")));
   EXPECT_FALSE(p->CanRedirectToURL(GURL("about:srcdoc")));
   EXPECT_TRUE(p->CanCommitURL(kRendererID, GURL("about:srcdoc")));
-  EXPECT_FALSE(p->CanSetAsOriginHeader(kRendererID, GURL("about:srcdoc")));
   EXPECT_FALSE(p->CanRequestURL(kRendererID, GURL("about:SRCDOC")));
   EXPECT_FALSE(p->CanCommitURL(kRendererID, GURL("about:SRCDOC")));
-  EXPECT_FALSE(p->CanSetAsOriginHeader(kRendererID, GURL("about:SRCDOC")));
 
   EXPECT_FALSE(p->CanRequestURL(kRendererID, GURL("about:crash")));
   EXPECT_FALSE(p->CanRequestURL(kRendererID, GURL("about:cache")));
@@ -467,10 +447,6 @@
   EXPECT_FALSE(p->CanCommitURL(kRendererID, GURL("about:cache")));
   EXPECT_FALSE(p->CanCommitURL(kRendererID, GURL("about:hang")));
   EXPECT_FALSE(p->CanCommitURL(kRendererID, GURL("about:version")));
-  EXPECT_FALSE(p->CanSetAsOriginHeader(kRendererID, GURL("about:crash")));
-  EXPECT_FALSE(p->CanSetAsOriginHeader(kRendererID, GURL("about:cache")));
-  EXPECT_FALSE(p->CanSetAsOriginHeader(kRendererID, GURL("about:hang")));
-  EXPECT_FALSE(p->CanSetAsOriginHeader(kRendererID, GURL("about:version")));
 
   EXPECT_FALSE(p->CanRequestURL(kRendererID, GURL("aBoUt:version")));
   EXPECT_FALSE(p->CanRequestURL(kRendererID, GURL("about:CrASh")));
@@ -482,17 +458,12 @@
   EXPECT_FALSE(p->CanCommitURL(kRendererID, GURL("about:CrASh")));
   EXPECT_FALSE(p->CanCommitURL(kRendererID, GURL("abOuT:cAChe")));
   EXPECT_FALSE(p->CanCommitURL(kRendererID, GURL("aBoUt:version")));
-  EXPECT_FALSE(p->CanSetAsOriginHeader(kRendererID, GURL("aBoUt:version")));
-  EXPECT_FALSE(p->CanSetAsOriginHeader(kRendererID, GURL("about:CrASh")));
-  EXPECT_FALSE(p->CanSetAsOriginHeader(kRendererID, GURL("abOuT:cAChe")));
-  EXPECT_FALSE(p->CanSetAsOriginHeader(kRendererID, GURL("aBoUt:version")));
 
   // Requests for about: pages should be denied.
   p->GrantCommitURL(kRendererID, GURL("about:crash"));
   EXPECT_FALSE(p->CanRequestURL(kRendererID, GURL("about:crash")));
   EXPECT_FALSE(p->CanRedirectToURL(GURL("about:crash")));
   EXPECT_FALSE(p->CanCommitURL(kRendererID, GURL("about:crash")));
-  EXPECT_FALSE(p->CanSetAsOriginHeader(kRendererID, GURL("about:crash")));
 
   p->Remove(kRendererID);
 }
@@ -506,14 +477,10 @@
   EXPECT_FALSE(p->CanRequestURL(kRendererID, GURL("javascript:alert('xss')")));
   EXPECT_FALSE(p->CanRedirectToURL(GURL("javascript:alert('xss')")));
   EXPECT_FALSE(p->CanCommitURL(kRendererID, GURL("javascript:alert('xss')")));
-  EXPECT_FALSE(
-      p->CanSetAsOriginHeader(kRendererID, GURL("javascript:alert('xss')")));
   p->GrantCommitURL(kRendererID, GURL("javascript:alert('xss')"));
   EXPECT_FALSE(p->CanRequestURL(kRendererID, GURL("javascript:alert('xss')")));
   EXPECT_FALSE(p->CanRedirectToURL(GURL("javascript:alert('xss')")));
   EXPECT_FALSE(p->CanCommitURL(kRendererID, GURL("javascript:alert('xss')")));
-  EXPECT_FALSE(
-      p->CanSetAsOriginHeader(kRendererID, GURL("javascript:alert('xss')")));
 
   p->Remove(kRendererID);
 }
@@ -529,20 +496,17 @@
   EXPECT_TRUE(p->CanRequestURL(kRendererID, GURL("asdf:rockers")));
   EXPECT_TRUE(p->CanRedirectToURL(GURL("asdf:rockers")));
   EXPECT_FALSE(p->CanCommitURL(kRendererID, GURL("asdf:rockers")));
-  EXPECT_FALSE(p->CanSetAsOriginHeader(kRendererID, GURL("asdf:rockers")));
 
   // Once we register "asdf", we default to deny.
   RegisterTestScheme("asdf");
   EXPECT_FALSE(p->CanRequestURL(kRendererID, GURL("asdf:rockers")));
   EXPECT_TRUE(p->CanRedirectToURL(GURL("asdf:rockers")));
   EXPECT_FALSE(p->CanCommitURL(kRendererID, GURL("asdf:rockers")));
-  EXPECT_FALSE(p->CanSetAsOriginHeader(kRendererID, GURL("asdf:rockers")));
 
   // We can allow new schemes by adding them to the whitelist.
   p->RegisterWebSafeScheme("asdf");
   EXPECT_TRUE(p->CanRequestURL(kRendererID, GURL("asdf:rockers")));
   EXPECT_TRUE(p->CanRedirectToURL(GURL("asdf:rockers")));
-  EXPECT_TRUE(p->CanSetAsOriginHeader(kRendererID, GURL("asdf:rockers")));
   if (AreAllSitesIsolatedForTesting() && IsCitadelProtectionEnabled()) {
     // With site-per-process, all URLs (including the one below) will ask to be
     // hosted in isolated processes.  Since |p| is not locked, CanCommitURL
@@ -571,13 +535,10 @@
   EXPECT_FALSE(p->CanRequestURL(kRendererID, GURL("file:///etc/passwd")));
   EXPECT_TRUE(p->CanRedirectToURL(GURL("file:///etc/passwd")));
   EXPECT_FALSE(p->CanCommitURL(kRendererID, GURL("file:///etc/passwd")));
-  EXPECT_FALSE(
-      p->CanSetAsOriginHeader(kRendererID, GURL("file:///etc/passwd")));
   p->GrantCommitURL(kRendererID, GURL("file:///etc/passwd"));
   EXPECT_TRUE(p->CanRequestURL(kRendererID, GURL("file:///etc/passwd")));
   EXPECT_TRUE(p->CanRedirectToURL(GURL("file:///etc/passwd")));
   EXPECT_TRUE(p->CanCommitURL(kRendererID, GURL("file:///etc/passwd")));
-  EXPECT_TRUE(p->CanSetAsOriginHeader(kRendererID, GURL("file:///etc/passwd")));
 
   // We should forget our state if we repeat a renderer id.
   p->Remove(kRendererID);
@@ -585,8 +546,6 @@
   EXPECT_FALSE(p->CanRequestURL(kRendererID, GURL("file:///etc/passwd")));
   EXPECT_TRUE(p->CanRedirectToURL(GURL("file:///etc/passwd")));
   EXPECT_FALSE(p->CanCommitURL(kRendererID, GURL("file:///etc/passwd")));
-  EXPECT_FALSE(
-      p->CanSetAsOriginHeader(kRendererID, GURL("file:///etc/passwd")));
   p->Remove(kRendererID);
 }
 
@@ -622,29 +581,15 @@
   EXPECT_FALSE(p->CanCommitURL(
       kRendererID, GURL("view-source:view-source:http://www.google.com/")));
 
-  // View source URLs should not be setable as origin headers
-  EXPECT_FALSE(p->CanSetAsOriginHeader(
-      kRendererID, GURL("view-source:http://www.google.com/")));
-  EXPECT_FALSE(p->CanSetAsOriginHeader(kRendererID,
-                                       GURL("view-source:file:///etc/passwd")));
-  EXPECT_FALSE(
-      p->CanSetAsOriginHeader(kRendererID, GURL("file:///etc/passwd")));
-  EXPECT_FALSE(p->CanSetAsOriginHeader(
-      kRendererID, GURL("view-source:view-source:http://www.google.com/")));
-
   p->GrantCommitURL(kRendererID, GURL("view-source:file:///etc/passwd"));
   EXPECT_FALSE(p->CanRequestURL(kRendererID, GURL("file:///etc/passwd")));
   EXPECT_TRUE(p->CanRedirectToURL(GURL("file:///etc/passwd")));
   EXPECT_FALSE(p->CanCommitURL(kRendererID, GURL("file:///etc/passwd")));
   EXPECT_FALSE(
-      p->CanSetAsOriginHeader(kRendererID, GURL("file:///etc/passwd")));
-  EXPECT_FALSE(
       p->CanRequestURL(kRendererID, GURL("view-source:file:///etc/passwd")));
   EXPECT_FALSE(p->CanRedirectToURL(GURL("view-source:file:///etc/passwd")));
   EXPECT_FALSE(p->CanCommitURL(kRendererID,
                                GURL("view-source:file:///etc/passwd")));
-  EXPECT_FALSE(p->CanSetAsOriginHeader(kRendererID,
-                                       GURL("view-source:file:///etc/passwd")));
   p->Remove(kRendererID);
 }
 
@@ -659,7 +604,6 @@
   EXPECT_FALSE(p->CanRequestURL(kRendererID, test_url));
   EXPECT_FALSE(p->CanRedirectToURL(test_url));
   EXPECT_FALSE(p->CanCommitURL(kRendererID, test_url));
-  EXPECT_FALSE(p->CanSetAsOriginHeader(kRendererID, test_url));
 
   p->Remove(kRendererID);
 }
@@ -684,8 +628,6 @@
   EXPECT_TRUE(p->CanRedirectToURL(url2));
   EXPECT_FALSE(p->CanCommitURL(kRendererID, url));
   EXPECT_FALSE(p->CanCommitURL(kRendererID, url2));
-  EXPECT_FALSE(p->CanSetAsOriginHeader(kRendererID, url));
-  EXPECT_FALSE(p->CanSetAsOriginHeader(kRendererID, url2));
 
   // GrantCommitURL with a non-standard scheme should grant commit access to the
   // entire scheme.
@@ -697,8 +639,6 @@
   EXPECT_TRUE(p->CanRedirectToURL(url2));
   EXPECT_TRUE(p->CanCommitURL(kRendererID, url));
   EXPECT_TRUE(p->CanCommitURL(kRendererID, url2));
-  EXPECT_TRUE(p->CanSetAsOriginHeader(kRendererID, url));
-  EXPECT_TRUE(p->CanSetAsOriginHeader(kRendererID, url2));
 
   p->Remove(kRendererID);
 }
@@ -719,8 +659,6 @@
   EXPECT_TRUE(p->CanRedirectToURL(sensitive_url));
   EXPECT_FALSE(p->CanCommitURL(kRendererID, icon_url));
   EXPECT_FALSE(p->CanCommitURL(kRendererID, sensitive_url));
-  EXPECT_FALSE(p->CanSetAsOriginHeader(kRendererID, icon_url));
-  EXPECT_FALSE(p->CanSetAsOriginHeader(kRendererID, sensitive_url));
 
   p->GrantRequestSpecificFileURL(kRendererID, icon_url);
   EXPECT_TRUE(p->CanRequestURL(kRendererID, icon_url));
@@ -729,8 +667,6 @@
   EXPECT_TRUE(p->CanRedirectToURL(sensitive_url));
   EXPECT_TRUE(p->CanCommitURL(kRendererID, icon_url));
   EXPECT_FALSE(p->CanCommitURL(kRendererID, sensitive_url));
-  EXPECT_TRUE(p->CanSetAsOriginHeader(kRendererID, icon_url));
-  EXPECT_FALSE(p->CanSetAsOriginHeader(kRendererID, sensitive_url));
 
   p->GrantCommitURL(kRendererID, icon_url);
   EXPECT_TRUE(p->CanRequestURL(kRendererID, icon_url));
@@ -739,8 +675,6 @@
   EXPECT_TRUE(p->CanRedirectToURL(sensitive_url));
   EXPECT_TRUE(p->CanCommitURL(kRendererID, icon_url));
   EXPECT_TRUE(p->CanCommitURL(kRendererID, sensitive_url));
-  EXPECT_TRUE(p->CanSetAsOriginHeader(kRendererID, icon_url));
-  EXPECT_TRUE(p->CanSetAsOriginHeader(kRendererID, sensitive_url));
 
   p->Remove(kRendererID);
 }
@@ -1489,9 +1423,6 @@
   EXPECT_FALSE(p->CanCommitURL(kRendererID, url_foo1));
   EXPECT_FALSE(p->CanCommitURL(kRendererID, url_foo2));
   EXPECT_FALSE(p->CanCommitURL(kRendererID, url_bar));
-  EXPECT_FALSE(p->CanSetAsOriginHeader(kRendererID, url_foo1));
-  EXPECT_FALSE(p->CanSetAsOriginHeader(kRendererID, url_foo2));
-  EXPECT_FALSE(p->CanSetAsOriginHeader(kRendererID, url_bar));
 
   p->GrantRequestOrigin(kRendererID, url::Origin::Create(url_foo1));
 
@@ -1504,9 +1435,6 @@
   EXPECT_FALSE(p->CanCommitURL(kRendererID, url_foo1));
   EXPECT_FALSE(p->CanCommitURL(kRendererID, url_foo2));
   EXPECT_FALSE(p->CanCommitURL(kRendererID, url_bar));
-  EXPECT_FALSE(p->CanSetAsOriginHeader(kRendererID, url_foo1));
-  EXPECT_FALSE(p->CanSetAsOriginHeader(kRendererID, url_foo2));
-  EXPECT_FALSE(p->CanSetAsOriginHeader(kRendererID, url_bar));
 
   p->GrantCommitOrigin(kRendererID, url::Origin::Create(url_foo1));
 
@@ -1519,9 +1447,6 @@
   EXPECT_TRUE(p->CanCommitURL(kRendererID, url_foo1));
   EXPECT_TRUE(p->CanCommitURL(kRendererID, url_foo2));
   EXPECT_FALSE(p->CanCommitURL(kRendererID, url_bar));
-  EXPECT_TRUE(p->CanSetAsOriginHeader(kRendererID, url_foo1));
-  EXPECT_TRUE(p->CanSetAsOriginHeader(kRendererID, url_foo2));
-  EXPECT_FALSE(p->CanSetAsOriginHeader(kRendererID, url_bar));
 
   // Make sure this doesn't overwrite the earlier commit grants.
   p->GrantRequestOrigin(kRendererID, url::Origin::Create(url_foo1));
@@ -1535,9 +1460,6 @@
   EXPECT_TRUE(p->CanCommitURL(kRendererID, url_foo1));
   EXPECT_TRUE(p->CanCommitURL(kRendererID, url_foo2));
   EXPECT_FALSE(p->CanCommitURL(kRendererID, url_bar));
-  EXPECT_TRUE(p->CanSetAsOriginHeader(kRendererID, url_foo1));
-  EXPECT_TRUE(p->CanSetAsOriginHeader(kRendererID, url_foo2));
-  EXPECT_FALSE(p->CanSetAsOriginHeader(kRendererID, url_bar));
 
   p->Remove(kRendererID);
 }
diff --git a/content/browser/frame_host/back_forward_cache_impl.cc b/content/browser/frame_host/back_forward_cache_impl.cc
index 1fbcceb..118adcf 100644
--- a/content/browser/frame_host/back_forward_cache_impl.cc
+++ b/content/browser/frame_host/back_forward_cache_impl.cc
@@ -76,6 +76,7 @@
       ToFeatureBit(WebSchedulerTrackedFeature::kWebRTC) |
       ToFeatureBit(WebSchedulerTrackedFeature::kContainsPlugins) |
       ToFeatureBit(WebSchedulerTrackedFeature::kDedicatedWorkerOrWorklet) |
+      ToFeatureBit(WebSchedulerTrackedFeature::kOutstandingNetworkRequest) |
       ToFeatureBit(
           WebSchedulerTrackedFeature::kOutstandingIndexedDBTransaction) |
       ToFeatureBit(
@@ -248,16 +249,9 @@
 BackForwardCacheImpl::CanStoreDocumentResult
 BackForwardCacheImpl::CanStoreRenderFrameHost(RenderFrameHostImpl* rfh,
                                               uint64_t disallowed_features) {
-  // For the main frame, we don't check loading at the FrameTreeNode level,
-  // because the FrameTreeNode has already begun loading the page being
-  // navigated to.
-  bool is_loading = rfh->frame_tree_node()->IsMainFrame()
-                        ? rfh->is_loading()
-                        : rfh->frame_tree_node()->IsLoading();
-  if (is_loading) {
+  if (!rfh->dom_content_loaded())
     return CanStoreDocumentResult::No(
         BackForwardCacheMetrics::CanNotStoreDocumentReason::kLoading);
-  }
 
   // If the rfh has ever granted media access, prevent it from entering cache.
   // TODO(crbug.com/989379): Consider only blocking when there's an active
diff --git a/content/browser/frame_host/navigation_controller_impl.cc b/content/browser/frame_host/navigation_controller_impl.cc
index d758c75..aacc5cc 100644
--- a/content/browser/frame_host/navigation_controller_impl.cc
+++ b/content/browser/frame_host/navigation_controller_impl.cc
@@ -3361,8 +3361,13 @@
 
 void NavigationControllerImpl::DiscardNonCommittedEntries() {
   // Avoid sending a notification if there is nothing to discard.
-  if (!pending_entry_ && transient_entry_index_ == -1)
+  // TODO(mthiesse): Temporarily checking failed_pending_entry_id_ to help
+  // diagnose https://bugs.chromium.org/p/chromium/issues/detail?id=1007570.
+  if (!pending_entry_ && transient_entry_index_ == -1 &&
+      failed_pending_entry_id_ == 0) {
     return;
+  }
+
   DiscardPendingEntry(false);
   DiscardTransientEntry();
   if (delegate_)
diff --git a/content/browser/frame_host/render_frame_host_impl.cc b/content/browser/frame_host/render_frame_host_impl.cc
index e3a89a3..cabc883e 100644
--- a/content/browser/frame_host/render_frame_host_impl.cc
+++ b/content/browser/frame_host/render_frame_host_impl.cc
@@ -2456,7 +2456,6 @@
   // re-fire the DidStartLoading event, which we don't want since it has already
   // been fired.
   is_loading_ = true;
-  dom_content_loaded_ = false;
 
   DidCommitNavigationInternal(std::move(owned_request), validated_params.get(),
                               /*is_same_document_navigation=*/false);
@@ -4397,13 +4396,6 @@
   registry_->AddInterface(base::BindRepeating(
       &KeyboardLockServiceImpl::CreateMojoService, base::Unretained(this)));
 
-
-  sensor_provider_proxy_.reset(
-      new SensorProviderProxyImpl(permission_controller, this));
-  registry_->AddInterface(
-      base::Bind(&SensorProviderProxyImpl::Bind,
-                 base::Unretained(sensor_provider_proxy_.get())));
-
 #if !defined(OS_ANDROID)
   if (command_line->HasSwitch(
           switches::kEnableExperimentalWebPlatformFeatures)) {
@@ -6378,6 +6370,17 @@
   FileChooserImpl::Create(this, std::move(receiver));
 }
 
+void RenderFrameHostImpl::GetSensorProvider(
+    mojo::PendingReceiver<device::mojom::SensorProvider> receiver) {
+  if (!sensor_provider_proxy_) {
+    sensor_provider_proxy_.reset(new SensorProviderProxyImpl(
+        PermissionControllerImpl::FromBrowserContext(
+            GetProcess()->GetBrowserContext()),
+        this));
+  }
+  sensor_provider_proxy_->Bind(std::move(receiver));
+}
+
 mojo::Remote<blink::mojom::FileChooser>
 RenderFrameHostImpl::BindFileChooserForTesting() {
   mojo::Remote<blink::mojom::FileChooser> chooser;
diff --git a/content/browser/frame_host/render_frame_host_impl.h b/content/browser/frame_host/render_frame_host_impl.h
index ad7278ac..3337eca 100644
--- a/content/browser/frame_host/render_frame_host_impl.h
+++ b/content/browser/frame_host/render_frame_host_impl.h
@@ -66,6 +66,7 @@
 #include "net/base/network_isolation_key.h"
 #include "net/cookies/canonical_cookie.h"
 #include "net/http/http_response_headers.h"
+#include "services/device/public/mojom/sensor_provider.mojom.h"
 #include "services/device/public/mojom/wake_lock_context.mojom.h"
 #include "services/service_manager/public/cpp/binder_registry.h"
 #include "services/service_manager/public/mojom/interface_provider.mojom.h"
@@ -1079,6 +1080,9 @@
   void GetFileChooser(
       mojo::PendingReceiver<blink::mojom::FileChooser> receiver);
 
+  void GetSensorProvider(
+      mojo::PendingReceiver<device::mojom::SensorProvider> receiver);
+
   void CreatePermissionService(
       mojo::PendingReceiver<blink::mojom::PermissionService> receiver);
 
diff --git a/content/browser/native_file_system/mock_native_file_system_permission_context.cc b/content/browser/native_file_system/mock_native_file_system_permission_context.cc
index 2220295..7133f72 100644
--- a/content/browser/native_file_system/mock_native_file_system_permission_context.cc
+++ b/content/browser/native_file_system/mock_native_file_system_permission_context.cc
@@ -31,12 +31,12 @@
                                    frame_id, callback);
 }
 
-void MockNativeFileSystemPermissionContext::PerformSafeBrowsingChecks(
+void MockNativeFileSystemPermissionContext::PerformAfterWriteChecks(
     std::unique_ptr<NativeFileSystemWriteItem> item,
     int process_id,
     int frame_id,
-    base::OnceCallback<void(SafeBrowsingResult)> callback) {
-  PerformSafeBrowsingChecks_(item.get(), process_id, frame_id, callback);
+    base::OnceCallback<void(AfterWriteCheckResult)> callback) {
+  PerformAfterWriteChecks_(item.get(), process_id, frame_id, callback);
 }
 
 }  // namespace content
diff --git a/content/browser/native_file_system/mock_native_file_system_permission_context.h b/content/browser/native_file_system/mock_native_file_system_permission_context.h
index a205dab6..fdf857ab 100644
--- a/content/browser/native_file_system/mock_native_file_system_permission_context.h
+++ b/content/browser/native_file_system/mock_native_file_system_permission_context.h
@@ -62,16 +62,16 @@
            int frame_id,
            base::OnceCallback<void(SensitiveDirectoryResult)>& callback));
 
-  void PerformSafeBrowsingChecks(
+  void PerformAfterWriteChecks(
       std::unique_ptr<NativeFileSystemWriteItem> item,
       int process_id,
       int frame_id,
-      base::OnceCallback<void(SafeBrowsingResult)> callback) override;
-  MOCK_METHOD4(PerformSafeBrowsingChecks_,
+      base::OnceCallback<void(AfterWriteCheckResult)> callback) override;
+  MOCK_METHOD4(PerformAfterWriteChecks_,
                void(NativeFileSystemWriteItem* item,
                     int process_id,
                     int frame_id,
-                    base::OnceCallback<void(SafeBrowsingResult)>& callback));
+                    base::OnceCallback<void(AfterWriteCheckResult)>& callback));
 
   MOCK_METHOD1(CanRequestWritePermission, bool(const url::Origin& origin));
 };
diff --git a/content/browser/native_file_system/native_file_system_file_writer_impl.cc b/content/browser/native_file_system/native_file_system_file_writer_impl.cc
index f4992dd..20ef5731 100644
--- a/content/browser/native_file_system/native_file_system_file_writer_impl.cc
+++ b/content/browser/native_file_system/native_file_system_file_writer_impl.cc
@@ -34,7 +34,7 @@
   return result;
 }
 
-// For safe browsing we need the hash and size of the file. That data is
+// For after write checks we need the hash and size of the file. That data is
 // calculated on a worker thread, and this struct is used to pass it back.
 struct HashResult {
   base::File::Error status;
@@ -292,22 +292,22 @@
 
   // Should the writer be destructed at this point, we want to allow the
   // close operation to run its course, so we should not purge the swap file.
-  // If the safe browsing check fails, the callback for that will clean up the
+  // If the after write check fails, the callback for that will clean up the
   // swap file even if the writer was destroyed at that point.
   state_ = State::kClosePending;
 
-  if (!require_safe_browsing_check() || !manager()->permission_context()) {
-    DidPassSafeBrowsingCheck(std::move(callback));
+  if (!RequireAfterWriteCheck() || !manager()->permission_context()) {
+    DidPassAfterWriteCheck(std::move(callback));
     return;
   }
 
   ComputeHashForSwapFile(base::BindOnce(
-      &NativeFileSystemFileWriterImpl::DoSafeBrowsingCheck,
+      &NativeFileSystemFileWriterImpl::DoAfterWriteCheck,
       weak_factory_.GetWeakPtr(), swap_url().path(), std::move(callback)));
 }
 
 // static
-void NativeFileSystemFileWriterImpl::DoSafeBrowsingCheck(
+void NativeFileSystemFileWriterImpl::DoAfterWriteCheck(
     base::WeakPtr<NativeFileSystemFileWriterImpl> file_writer,
     const base::FilePath& swap_path,
     NativeFileSystemFileWriterImpl::CloseCallback callback,
@@ -333,22 +333,23 @@
   item->size = size;
   item->frame_url = file_writer->context().url;
   item->has_user_gesture = file_writer->has_transient_user_activation_;
-  file_writer->manager()->permission_context()->PerformSafeBrowsingChecks(
+  file_writer->manager()->permission_context()->PerformAfterWriteChecks(
       std::move(item), file_writer->context().process_id,
       file_writer->context().frame_id,
-      base::BindOnce(&NativeFileSystemFileWriterImpl::DidSafeBrowsingCheck,
+      base::BindOnce(&NativeFileSystemFileWriterImpl::DidAfterWriteCheck,
                      file_writer, swap_path, std::move(callback)));
 }
 
 // static
-void NativeFileSystemFileWriterImpl::DidSafeBrowsingCheck(
+void NativeFileSystemFileWriterImpl::DidAfterWriteCheck(
     base::WeakPtr<NativeFileSystemFileWriterImpl> file_writer,
     const base::FilePath& swap_path,
     NativeFileSystemFileWriterImpl::CloseCallback callback,
-    NativeFileSystemPermissionContext::SafeBrowsingResult result) {
+    NativeFileSystemPermissionContext::AfterWriteCheckResult result) {
   if (file_writer &&
-      result == NativeFileSystemPermissionContext::SafeBrowsingResult::kAllow) {
-    file_writer->DidPassSafeBrowsingCheck(std::move(callback));
+      result ==
+          NativeFileSystemPermissionContext::AfterWriteCheckResult::kAllow) {
+    file_writer->DidPassAfterWriteCheck(std::move(callback));
     return;
   }
 
@@ -364,7 +365,7 @@
   return;
 }
 
-void NativeFileSystemFileWriterImpl::DidPassSafeBrowsingCheck(
+void NativeFileSystemFileWriterImpl::DidPassAfterWriteCheck(
     CloseCallback callback) {
   DCHECK_CURRENTLY_ON(BrowserThread::IO);
   // If the move operation succeeds, the path pointing to the swap file
diff --git a/content/browser/native_file_system/native_file_system_file_writer_impl.h b/content/browser/native_file_system/native_file_system_file_writer_impl.h
index 7e81909..6f14648 100644
--- a/content/browser/native_file_system/native_file_system_file_writer_impl.h
+++ b/content/browser/native_file_system/native_file_system_file_writer_impl.h
@@ -90,25 +90,25 @@
   void CloseImpl(CloseCallback callback);
   // The following two methods are static, because they need to be invoked to
   // perform cleanup even if the writer was deleted before they were invoked.
-  static void DoSafeBrowsingCheck(
+  static void DoAfterWriteCheck(
       base::WeakPtr<NativeFileSystemFileWriterImpl> file_writer,
       const base::FilePath& swap_path,
       NativeFileSystemFileWriterImpl::CloseCallback callback,
       base::File::Error hash_result,
       const std::string& hash,
       int64_t size);
-  static void DidSafeBrowsingCheck(
+  static void DidAfterWriteCheck(
       base::WeakPtr<NativeFileSystemFileWriterImpl> file_writer,
       const base::FilePath& swap_path,
       NativeFileSystemFileWriterImpl::CloseCallback callback,
-      NativeFileSystemPermissionContext::SafeBrowsingResult result);
-  void DidPassSafeBrowsingCheck(CloseCallback callback);
+      NativeFileSystemPermissionContext::AfterWriteCheckResult result);
+  void DidPassAfterWriteCheck(CloseCallback callback);
   void DidSwapFileBeforeClose(CloseCallback callback, base::File::Error result);
   void DidAnnotateFile(CloseCallback callback,
                        quarantine::mojom::QuarantineFileResult result);
 
-  // Safe browsing checks only apply to native local paths.
-  bool require_safe_browsing_check() {
+  // After write checks only apply to native local paths.
+  bool RequireAfterWriteCheck() const {
     return url().type() == storage::kFileSystemTypeNativeLocal;
   }
 
@@ -149,7 +149,7 @@
 
   bool skip_quarantine_check_for_testing_ = false;
 
-  // Keeps track of user activation state at creation time for SafeBrowsing
+  // Keeps track of user activation state at creation time for after write
   // checks.
   bool has_transient_user_activation_ = false;
 
diff --git a/content/browser/native_file_system/native_file_system_file_writer_impl_unittest.cc b/content/browser/native_file_system/native_file_system_file_writer_impl_unittest.cc
index 2c114e8..34da1cc 100644
--- a/content/browser/native_file_system/native_file_system_file_writer_impl_unittest.cc
+++ b/content/browser/native_file_system/native_file_system_file_writer_impl_unittest.cc
@@ -497,7 +497,7 @@
 
 // TODO(mek): More tests, particularly for error conditions.
 
-class NativeFileSystemFileWriterSafeBrowsingTest
+class NativeFileSystemFileWriterAfterWriteChecksTest
     : public NativeFileSystemFileWriterImplTest {
  public:
   NativeFileSystemPermissionContext* permission_context() override {
@@ -509,7 +509,7 @@
       permission_context_;
 };
 
-TEST_F(NativeFileSystemFileWriterSafeBrowsingTest, Allow) {
+TEST_F(NativeFileSystemFileWriterAfterWriteChecksTest, Allow) {
   uint64_t bytes_written;
   NativeFileSystemStatus result = WriteSync(0, "abc", &bytes_written);
   EXPECT_EQ(result, NativeFileSystemStatus::kOk);
@@ -523,7 +523,7 @@
 
   EXPECT_CALL(
       permission_context_,
-      PerformSafeBrowsingChecks_(
+      PerformAfterWriteChecks_(
           AllOf(
               Field(&NativeFileSystemWriteItem::target_file_path,
                     Eq(test_file_url_.path())),
@@ -535,7 +535,7 @@
               Field(&NativeFileSystemWriteItem::has_user_gesture, Eq(false))),
           kProcessId, kFrameId, _))
       .WillOnce(base::test::RunOnceCallback<3>(
-          NativeFileSystemPermissionContext::SafeBrowsingResult::kAllow));
+          NativeFileSystemPermissionContext::AfterWriteCheckResult::kAllow));
 
   result = CloseSync();
   EXPECT_EQ(result, NativeFileSystemStatus::kOk);
@@ -548,16 +548,16 @@
                                               test_file_url_, 3));
 }
 
-TEST_F(NativeFileSystemFileWriterSafeBrowsingTest, Block) {
+TEST_F(NativeFileSystemFileWriterAfterWriteChecksTest, Block) {
   uint64_t bytes_written;
   NativeFileSystemStatus result = WriteSync(0, "abc", &bytes_written);
   EXPECT_EQ(result, NativeFileSystemStatus::kOk);
   EXPECT_EQ(bytes_written, 3u);
 
   EXPECT_CALL(permission_context_,
-              PerformSafeBrowsingChecks_(_, kProcessId, kFrameId, _))
+              PerformAfterWriteChecks_(_, kProcessId, kFrameId, _))
       .WillOnce(base::test::RunOnceCallback<3>(
-          NativeFileSystemPermissionContext::SafeBrowsingResult::kBlock));
+          NativeFileSystemPermissionContext::AfterWriteCheckResult::kBlock));
 
   result = CloseSync();
   EXPECT_EQ(result, NativeFileSystemStatus::kOperationAborted);
@@ -570,17 +570,17 @@
                                               test_file_url_, 0));
 }
 
-TEST_F(NativeFileSystemFileWriterSafeBrowsingTest, HandleCloseDuringCheck) {
+TEST_F(NativeFileSystemFileWriterAfterWriteChecksTest, HandleCloseDuringCheck) {
   uint64_t bytes_written;
   NativeFileSystemStatus result = WriteSync(0, "abc", &bytes_written);
   EXPECT_EQ(result, NativeFileSystemStatus::kOk);
   EXPECT_EQ(bytes_written, 3u);
 
   using SBCallback = base::OnceCallback<void(
-      NativeFileSystemPermissionContext::SafeBrowsingResult)>;
+      NativeFileSystemPermissionContext::AfterWriteCheckResult)>;
   SBCallback sb_callback;
   base::RunLoop loop;
-  EXPECT_CALL(permission_context_, PerformSafeBrowsingChecks_)
+  EXPECT_CALL(permission_context_, PerformAfterWriteChecks_)
       .WillOnce(
           testing::Invoke([&](NativeFileSystemWriteItem* item, int process_id,
                               int frame_id, SBCallback& callback) {
@@ -600,7 +600,7 @@
       AsyncFileTestHelper::kDontCheckSize));
 
   std::move(sb_callback)
-      .Run(NativeFileSystemPermissionContext::SafeBrowsingResult::kAllow);
+      .Run(NativeFileSystemPermissionContext::AfterWriteCheckResult::kAllow);
 
   // Swap file should now be deleted, target file should be unmodified.
   task_environment_.RunUntilIdle();
diff --git a/content/browser/renderer_host/render_process_host_impl.cc b/content/browser/renderer_host/render_process_host_impl.cc
index 907ee96..39cf8e8 100644
--- a/content/browser/renderer_host/render_process_host_impl.cc
+++ b/content/browser/renderer_host/render_process_host_impl.cc
@@ -2467,7 +2467,7 @@
     const base::Optional<url::Origin>& origin,
     network::mojom::CrossOriginEmbedderPolicy embedder_policy,
     const WebPreferences* preferences,
-    base::Optional<net::NetworkIsolationKey> network_isolation_key,
+    const base::Optional<net::NetworkIsolationKey>& network_isolation_key,
     mojo::PendingRemote<network::mojom::TrustedURLLoaderHeaderClient>
         header_client,
     network::mojom::URLLoaderFactoryRequest request,
@@ -2485,7 +2485,8 @@
   if (origin.has_value()) {
     embedder_provided_factory =
         GetContentClient()->browser()->CreateURLLoaderFactoryForNetworkRequests(
-            this, network_context, &header_client, origin.value());
+            this, network_context, &header_client, origin.value(),
+            network_isolation_key);
   }
   if (embedder_provided_factory) {
     mojo::FuseInterface(std::move(request),
diff --git a/content/browser/renderer_host/render_process_host_impl.h b/content/browser/renderer_host/render_process_host_impl.h
index b7304cf..0702e5e 100644
--- a/content/browser/renderer_host/render_process_host_impl.h
+++ b/content/browser/renderer_host/render_process_host_impl.h
@@ -757,7 +757,7 @@
       const base::Optional<url::Origin>& origin,
       network::mojom::CrossOriginEmbedderPolicy embedder_policy,
       const WebPreferences* preferences,
-      base::Optional<net::NetworkIsolationKey> network_isolation_key,
+      const base::Optional<net::NetworkIsolationKey>& network_isolation_key,
       mojo::PendingRemote<network::mojom::TrustedURLLoaderHeaderClient>
           header_client,
       network::mojom::URLLoaderFactoryRequest request,
diff --git a/content/browser/renderer_interface_binders.cc b/content/browser/renderer_interface_binders.cc
index 5f8296c..aad43961 100644
--- a/content/browser/renderer_interface_binders.cc
+++ b/content/browser/renderer_interface_binders.cc
@@ -35,10 +35,7 @@
 #include "mojo/public/cpp/bindings/pending_receiver.h"
 #include "mojo/public/cpp/bindings/remote.h"
 #include "mojo/public/cpp/bindings/self_owned_receiver.h"
-#include "services/device/public/mojom/constants.mojom.h"
-#include "services/device/public/mojom/vibration_manager.mojom.h"
 #include "services/service_manager/public/cpp/binder_registry.h"
-#include "services/service_manager/public/cpp/connector.h"
 #include "services/shape_detection/public/mojom/barcodedetection_provider.mojom.h"
 #include "services/shape_detection/public/mojom/facedetection_provider.mojom.h"
 #include "services/shape_detection/public/mojom/shape_detection_service.mojom.h"
@@ -139,17 +136,6 @@
   GetShapeDetectionService()->BindTextDetection(std::move(request));
 }
 
-// Forwards service requests to Service Manager since the renderer cannot launch
-// out-of-process services on is own.
-template <typename Interface>
-void ForwardServiceRequest(const char* service_name,
-                           mojo::InterfaceRequest<Interface> request,
-                           RenderProcessHost* host,
-                           const url::Origin& origin) {
-  auto* connector = BrowserContext::GetConnectorFor(host->GetBrowserContext());
-  connector->BindInterface(service_name, std::move(request));
-}
-
 // Register renderer-exposed interfaces. Each registered interface binder is
 // exposed to all renderer-hosted execution context types (document/frame,
 // dedicated worker, shared worker and service worker) where the appropriate
@@ -164,10 +150,6 @@
   parameterized_binder_registry_.AddInterface(
       base::BindRepeating(&BindTextDetection));
 
-  parameterized_binder_registry_.AddInterface(
-      base::Bind(&ForwardServiceRequest<device::mojom::VibrationManager>,
-                 device::mojom::kServiceName));
-
   // Used for shared workers and service workers to create a websocket.
   // In other cases, RenderFrameHostImpl for documents or DedicatedWorkerHost
   // for dedicated workers handles interface requests in order to associate
diff --git a/content/child/blink_platform_impl.cc b/content/child/blink_platform_impl.cc
index e9667984..88ec291 100644
--- a/content/child/blink_platform_impl.cc
+++ b/content/child/blink_platform_impl.cc
@@ -160,38 +160,18 @@
       return IDS_AX_MEDIA_TOUCHLESS_VOLUME_ACTION;
     case WebLocalizedString::kDetailsLabel:
       return IDS_DETAILS_WITHOUT_SUMMARY_LABEL;
-    case WebLocalizedString::kFileButtonNoFileSelectedLabel:
-      return IDS_FORM_FILE_NO_FILE_LABEL;
     case WebLocalizedString::kInputElementAltText:
       return IDS_FORM_INPUT_ALT;
     case WebLocalizedString::kMissingPluginText:
       return IDS_PLUGIN_INITIALIZATION_ERROR;
     case WebLocalizedString::kAXMediaPlaybackError:
       return IDS_MEDIA_PLAYBACK_ERROR;
-    case WebLocalizedString::kMediaRemotingCastText:
-      return IDS_MEDIA_REMOTING_CAST_TEXT;
-    case WebLocalizedString::kMediaRemotingCastToUnknownDeviceText:
-      return IDS_MEDIA_REMOTING_CAST_TO_UNKNOWN_DEVICE_TEXT;
-    case WebLocalizedString::kMediaRemotingStopByErrorText:
-      return IDS_MEDIA_REMOTING_STOP_BY_ERROR_TEXT;
-    case WebLocalizedString::kMediaRemotingStopByPlaybackQualityText:
-      return IDS_MEDIA_REMOTING_STOP_BY_PLAYBACK_QUALITY_TEXT;
-    case WebLocalizedString::kMediaRemotingStopNoText:
-      return -1;  // This string name is used only to indicate an empty string.
-    case WebLocalizedString::kMediaRemotingStopText:
-      return IDS_MEDIA_REMOTING_STOP_TEXT;
     case WebLocalizedString::kMediaScrubbingMessageText:
       return IDS_MEDIA_SCRUBBING_MESSAGE_TEXT;
     case WebLocalizedString::kMultipleFileUploadText:
       return IDS_FORM_FILE_MULTIPLE_UPLOAD;
     case WebLocalizedString::kOtherColorLabel:
       return IDS_FORM_OTHER_COLOR_LABEL;
-    case WebLocalizedString::kOtherDateLabel:
-      return IDS_FORM_OTHER_DATE_LABEL;
-    case WebLocalizedString::kOtherMonthLabel:
-      return IDS_FORM_OTHER_MONTH_LABEL;
-    case WebLocalizedString::kOtherWeekLabel:
-      return IDS_FORM_OTHER_WEEK_LABEL;
     case WebLocalizedString::kOverflowMenuCaptionsSubmenuTitle:
       return IDS_MEDIA_OVERFLOW_MENU_CLOSED_CAPTIONS_SUBMENU_TITLE;
     case WebLocalizedString::kOverflowMenuUnmute:
@@ -206,34 +186,20 @@
       return IDS_FORM_PLACEHOLDER_FOR_YEAR_FIELD;
     case WebLocalizedString::kResetButtonDefaultLabel:
       return IDS_FORM_RESET_LABEL;
-    case WebLocalizedString::kSelectMenuListText:
-      return IDS_FORM_SELECT_MENU_LIST_TEXT;
     case WebLocalizedString::kSubmitButtonDefaultLabel:
       return IDS_FORM_SUBMIT_LABEL;
-    case WebLocalizedString::kThisMonthButtonLabel:
-      return IDS_FORM_THIS_MONTH_LABEL;
-    case WebLocalizedString::kThisWeekButtonLabel:
-      return IDS_FORM_THIS_WEEK_LABEL;
     case WebLocalizedString::kValidationBadInputForDateTime:
       return IDS_FORM_VALIDATION_BAD_INPUT_DATETIME;
     case WebLocalizedString::kValidationBadInputForNumber:
       return IDS_FORM_VALIDATION_BAD_INPUT_NUMBER;
     case WebLocalizedString::kValidationPatternMismatch:
       return IDS_FORM_VALIDATION_PATTERN_MISMATCH;
-    case WebLocalizedString::kValidationRangeOverflow:
-      return IDS_FORM_VALIDATION_RANGE_OVERFLOW;
     case WebLocalizedString::kValidationRangeOverflowDateTime:
       return IDS_FORM_VALIDATION_RANGE_OVERFLOW_DATETIME;
-    case WebLocalizedString::kValidationRangeUnderflow:
-      return IDS_FORM_VALIDATION_RANGE_UNDERFLOW;
     case WebLocalizedString::kValidationRangeUnderflowDateTime:
       return IDS_FORM_VALIDATION_RANGE_UNDERFLOW_DATETIME;
-    case WebLocalizedString::kValidationStepMismatch:
-      return IDS_FORM_VALIDATION_STEP_MISMATCH;
     case WebLocalizedString::kValidationStepMismatchCloseToLimit:
       return IDS_FORM_VALIDATION_STEP_MISMATCH_CLOSE_TO_LIMIT;
-    case WebLocalizedString::kValidationTooLong:
-      return IDS_FORM_VALIDATION_TOO_LONG;
     case WebLocalizedString::kValidationTooShort:
       return IDS_FORM_VALIDATION_TOO_SHORT;
     case WebLocalizedString::kValidationTooShortPlural:
@@ -260,8 +226,6 @@
       return IDS_FORM_VALIDATION_TYPE_MISMATCH_MULTIPLE_EMAIL;
     case WebLocalizedString::kValidationTypeMismatchForURL:
       return IDS_FORM_VALIDATION_TYPE_MISMATCH_URL;
-    case WebLocalizedString::kValidationValueMissing:
-      return IDS_FORM_VALIDATION_VALUE_MISSING;
     case WebLocalizedString::kValidationValueMissingForCheckbox:
       return IDS_FORM_VALIDATION_VALUE_MISSING_CHECKBOX;
     case WebLocalizedString::kValidationValueMissingForFile:
@@ -270,10 +234,6 @@
       return IDS_FORM_VALIDATION_VALUE_MISSING_MULTIPLE_FILE;
     case WebLocalizedString::kValidationValueMissingForRadio:
       return IDS_FORM_VALIDATION_VALUE_MISSING_RADIO;
-    case WebLocalizedString::kValidationValueMissingForSelect:
-      return IDS_FORM_VALIDATION_VALUE_MISSING_SELECT;
-    case WebLocalizedString::kWeekFormatTemplate:
-      return IDS_FORM_INPUT_WEEK_TEMPLATE;
     case WebLocalizedString::kWeekNumberLabel:
       return IDS_FORM_WEEK_NUMBER_LABEL;
     case WebLocalizedString::kTextTracksNoLabel:
diff --git a/content/public/app/content_browser_manifest.cc b/content/public/app/content_browser_manifest.cc
index 568e591..ce5dd0d84 100644
--- a/content/public/app/content_browser_manifest.cc
+++ b/content/public/app/content_browser_manifest.cc
@@ -247,8 +247,6 @@
                   "device.mojom.GamepadMonitor",
                   "device.mojom.Geolocation",
                   "device.mojom.NFC",
-                  "device.mojom.SensorProvider",
-                  "device.mojom.VibrationManager",
                   "device.mojom.VRService",
                   "discardable_memory.mojom.DiscardableSharedMemoryManager",
                   "media.mojom.FuchsiaCdmProvider",
diff --git a/content/public/browser/content_browser_client.cc b/content/public/browser/content_browser_client.cc
index 4e28aae..727f6f5 100644
--- a/content/public/browser/content_browser_client.cc
+++ b/content/public/browser/content_browser_client.cc
@@ -140,7 +140,8 @@
     network::mojom::NetworkContext* network_context,
     mojo::PendingRemote<network::mojom::TrustedURLLoaderHeaderClient>*
         header_client,
-    const url::Origin& request_initiator) {
+    const url::Origin& request_initiator,
+    const base::Optional<net::NetworkIsolationKey>& network_isolation_key) {
   return network::mojom::URLLoaderFactoryPtrInfo();
 }
 
diff --git a/content/public/browser/content_browser_client.h b/content/public/browser/content_browser_client.h
index 80f9b3a..b134bde 100644
--- a/content/public/browser/content_browser_client.h
+++ b/content/public/browser/content_browser_client.h
@@ -356,7 +356,8 @@
       network::mojom::NetworkContext* network_context,
       mojo::PendingRemote<network::mojom::TrustedURLLoaderHeaderClient>*
           header_client,
-      const url::Origin& request_initiator);
+      const url::Origin& request_initiator,
+      const base::Optional<net::NetworkIsolationKey>& network_isolation_key);
 
   // Returns a list additional WebUI schemes, if any.  These additional schemes
   // act as aliases to the chrome: scheme.  The additional schemes may or may
diff --git a/content/public/browser/native_file_system_permission_context.h b/content/public/browser/native_file_system_permission_context.h
index 418f4a36..4de15bac 100644
--- a/content/public/browser/native_file_system_permission_context.h
+++ b/content/public/browser/native_file_system_permission_context.h
@@ -94,14 +94,14 @@
       int frame_id,
       base::OnceCallback<void(SensitiveDirectoryResult)> callback) = 0;
 
-  enum class SafeBrowsingResult { kAllow, kBlock };
-  // Runs a recently finished write operation through Safe Browsing code to
-  // determine if the write should be allowed or blocked.
-  virtual void PerformSafeBrowsingChecks(
+  enum class AfterWriteCheckResult { kAllow, kBlock };
+  // Runs a recently finished write operation through checks such as malware
+  // or other security checks to determine if the write should be allowed.
+  virtual void PerformAfterWriteChecks(
       std::unique_ptr<NativeFileSystemWriteItem> item,
       int process_id,
       int frame_id,
-      base::OnceCallback<void(SafeBrowsingResult)> callback) = 0;
+      base::OnceCallback<void(AfterWriteCheckResult)> callback) = 0;
 
   // Returns whether the given |origin| is allowed to ask for write access.
   // This is used to block save file dialogs from being shown
diff --git a/content/public/common/content_features.cc b/content/public/common/content_features.cc
index 5bb008c71..238fa57 100644
--- a/content/public/common/content_features.cc
+++ b/content/public/common/content_features.cc
@@ -110,7 +110,7 @@
 // Show messages in the DevTools console about upcoming deprecations
 // that would affect sent/received cookies.
 const base::Feature kCookieDeprecationMessages{
-    "CookieDeprecationMessages", base::FEATURE_DISABLED_BY_DEFAULT};
+    "CookieDeprecationMessages", base::FEATURE_ENABLED_BY_DEFAULT};
 
 // Enables Blink cooperative scheduling.
 const base::Feature kCooperativeScheduling{"CooperativeScheduling",
diff --git a/content/renderer/accessibility/blink_ax_tree_source.cc b/content/renderer/accessibility/blink_ax_tree_source.cc
index e63e64b..7b1b8aa7 100644
--- a/content/renderer/accessibility/blink_ax_tree_source.cc
+++ b/content/renderer/accessibility/blink_ax_tree_source.cc
@@ -288,6 +288,9 @@
       return "radio";
     case ax::mojom::Role::kRegion:
       return "region";
+    case ax::mojom::Role::kSection:
+      // A <section> element uses the 'region' ARIA role mapping.
+      return "region";
     case ax::mojom::Role::kSlider:
       return "slider";
     case ax::mojom::Role::kTime:
diff --git a/content/renderer/service_worker/service_worker_context_client.cc b/content/renderer/service_worker/service_worker_context_client.cc
index c6ad461..4436a977 100644
--- a/content/renderer/service_worker/service_worker_context_client.cc
+++ b/content/renderer/service_worker/service_worker_context_client.cc
@@ -199,15 +199,10 @@
                                        std::move(receiver));
 }
 
-void ServiceWorkerContextClient::FailedToLoadClassicScript() {
+void ServiceWorkerContextClient::FailedToFetchClassicScript() {
   DCHECK(worker_task_runner_->RunsTasksInCurrentSequence());
   TRACE_EVENT_NESTABLE_ASYNC_END1("ServiceWorker", "LOAD_SCRIPT", this,
-                                  "Status", "FailedToLoadClassicScript");
-  // Cleanly send an OnStopped() message instead of just breaking the
-  // Mojo connection on termination, for consistency with the other
-  // startup failure paths.
-  instance_host_->OnStopped();
-
+                                  "Status", "FailedToFetchClassicScript");
   // The caller is responsible for terminating the thread which
   // eventually destroys |this|.
 }
@@ -216,11 +211,6 @@
   DCHECK(worker_task_runner_->RunsTasksInCurrentSequence());
   TRACE_EVENT_NESTABLE_ASYNC_END1("ServiceWorker", "LOAD_SCRIPT", this,
                                   "Status", "FailedToFetchModuleScript");
-  // Cleanly send an OnStopped() message instead of just breaking the
-  // Mojo connection on termination, for consistency with the other
-  // startup failure paths.
-  instance_host_->OnStopped();
-
   // The caller is responsible for terminating the thread which
   // eventually destroys |this|.
 }
diff --git a/content/renderer/service_worker/service_worker_context_client.h b/content/renderer/service_worker/service_worker_context_client.h
index fcddefd..99c9034 100644
--- a/content/renderer/service_worker/service_worker_context_client.h
+++ b/content/renderer/service_worker/service_worker_context_client.h
@@ -125,7 +125,7 @@
   void WorkerReadyForInspectionOnInitiatorThread(
       mojo::ScopedMessagePipeHandle devtools_agent_ptr_info,
       mojo::ScopedMessagePipeHandle devtools_agent_host_request) override;
-  void FailedToLoadClassicScript() override;
+  void FailedToFetchClassicScript() override;
   void FailedToFetchModuleScript() override;
   void WorkerScriptLoadedOnWorkerThread() override;
   void WorkerContextStarted(
diff --git a/content/shell/test_runner/web_ax_object_proxy.cc b/content/shell/test_runner/web_ax_object_proxy.cc
index 98b852dc..f2b28d0 100644
--- a/content/shell/test_runner/web_ax_object_proxy.cc
+++ b/content/shell/test_runner/web_ax_object_proxy.cc
@@ -309,6 +309,8 @@
       return result.append("Ruby");
     case ax::mojom::Role::kRubyAnnotation:
       return result.append("RubyAnnotation");
+    case ax::mojom::Role::kSection:
+      return result.append("Section");
     case ax::mojom::Role::kSvgRoot:
       return result.append("SVGRoot");
     case ax::mojom::Role::kScrollBar:
diff --git a/content/test/data/accessibility/aria/aria-disabled-expected-android.txt b/content/test/data/accessibility/aria/aria-disabled-expected-android.txt
index 8378b97..66be0c5 100644
--- a/content/test/data/accessibility/aria/aria-disabled-expected-android.txt
+++ b/content/test/data/accessibility/aria/aria-disabled-expected-android.txt
@@ -1,13 +1,13 @@
 android.webkit.WebView focusable focused scrollable
 ++android.view.View
 ++++android.widget.EditText clickable editable_text focusable input_type=1
-++++android.widget.EditText disabled editable_text focusable input_type=1
+++++android.widget.EditText clickable disabled editable_text focusable input_type=1
 ++++android.widget.EditText clickable editable_text focusable input_type=1
 ++android.view.View disabled
-++++android.widget.EditText disabled editable_text focusable input_type=1
-++++android.widget.EditText disabled editable_text focusable input_type=1
+++++android.widget.EditText clickable disabled editable_text focusable input_type=1
+++++android.widget.EditText clickable disabled editable_text focusable input_type=1
 ++++android.widget.EditText clickable editable_text focusable input_type=1
 ++android.view.View
 ++++android.widget.EditText clickable editable_text focusable input_type=1
-++++android.widget.EditText disabled editable_text focusable input_type=1
+++++android.widget.EditText clickable disabled editable_text focusable input_type=1
 ++++android.widget.EditText clickable editable_text focusable input_type=1
\ No newline at end of file
diff --git a/content/test/data/accessibility/aria/aria-flowto-expected-blink.txt b/content/test/data/accessibility/aria/aria-flowto-expected-blink.txt
index 2c33dd9..d721b76 100644
--- a/content/test/data/accessibility/aria/aria-flowto-expected-blink.txt
+++ b/content/test/data/accessibility/aria/aria-flowto-expected-blink.txt
@@ -1,6 +1,6 @@
 rootWebArea
 ++genericContainer ignored
-++++region name='current' flowtoIds=footer
+++++section name='current' flowtoIds=footer
 ++++++staticText name='Lorem ipsum'
 ++++++++inlineTextBox name='Lorem ipsum'
 ++++footer name='next'
diff --git a/content/test/data/accessibility/aria/aria-readonly-expected-android.txt b/content/test/data/accessibility/aria/aria-readonly-expected-android.txt
index 51bc21a..6297935 100644
--- a/content/test/data/accessibility/aria/aria-readonly-expected-android.txt
+++ b/content/test/data/accessibility/aria/aria-readonly-expected-android.txt
@@ -2,22 +2,22 @@
 ++android.view.View
 ++++android.widget.EditText clickable editable_text focusable has_non_empty_value name='Readonly-false input' input_type=1 text_change_added_count=20
 ++android.view.View
-++++android.widget.EditText disabled editable_text focusable has_non_empty_value name='Readonly-true input' input_type=1 text_change_added_count=19
+++++android.widget.EditText clickable disabled editable_text focusable has_non_empty_value name='Readonly-true input' input_type=1 text_change_added_count=19
 ++android.view.View clickable focusable name='Readonly-false plain div'
 ++android.view.View clickable focusable name='Readonly-true plain div'
 ++android.widget.EditText clickable editable_text focusable multiline hint='Readonly-false contenteditable div'
 ++android.widget.EditText clickable editable_text focusable multiline hint='Readonly-true contenteditable div'
 ++android.widget.EditText clickable editable_text focusable hint='Readonly-false role unimplemented textbox'
-++android.widget.EditText disabled editable_text focusable hint='Readonly-true role unimplemented textbox'
+++android.widget.EditText clickable disabled editable_text focusable hint='Readonly-true role unimplemented textbox'
 ++android.widget.EditText clickable editable_text focusable hint='Readonly-false contenteditable textbox'
-++android.widget.EditText disabled editable_text focusable hint='Readonly-true contenteditable textbox'
-++android.widget.CheckBox role_description='checkbox' checkable disabled name='Readonly checkbox'
-++android.widget.EditText disabled editable_text focusable hint='Readonly combobox' input_type=1
-++android.widget.ListView role_description='list box' collection disabled name='Readonly listbox'
+++android.widget.EditText clickable disabled editable_text focusable hint='Readonly-true contenteditable textbox'
+++android.widget.CheckBox role_description='checkbox' checkable clickable disabled name='Readonly checkbox'
+++android.widget.EditText clickable disabled editable_text focusable hint='Readonly combobox' input_type=1
+++android.widget.ListView role_description='list box' clickable collection disabled name='Readonly listbox'
 ++android.view.View role_description='radio group' disabled name='Readonly radiogroup'
-++android.widget.SeekBar role_description='slider' disabled range name='Readonly slider' item_index=50 item_count=100 range_max=100 range_current_value=50
-++android.widget.EditText role_description='spin button' disabled name='Readonly spinbutton'
-++android.view.MenuItem role_description='checkbox' checkable disabled name='Readonly menuitemcheckbox'
-++android.view.MenuItem role_description='radio button' checkable disabled name='Readonly menuitemradio'
-++android.widget.EditText role_description='search text field' disabled editable_text hint='Readonly searchbox'
-++android.widget.CheckBox role_description='switch' checkable disabled name='Readonly switch'
+++android.widget.SeekBar role_description='slider' clickable disabled range name='Readonly slider' item_index=50 item_count=100 range_max=100 range_current_value=50
+++android.widget.EditText role_description='spin button' clickable disabled name='Readonly spinbutton'
+++android.view.MenuItem role_description='checkbox' checkable clickable disabled name='Readonly menuitemcheckbox'
+++android.view.MenuItem role_description='radio button' checkable clickable disabled name='Readonly menuitemradio'
+++android.widget.EditText role_description='search text field' clickable disabled editable_text hint='Readonly searchbox'
+++android.widget.CheckBox role_description='switch' checkable clickable disabled name='Readonly switch'
\ No newline at end of file
diff --git a/content/test/data/accessibility/aria/aria-region-expected-mac.txt b/content/test/data/accessibility/aria/aria-region-expected-mac.txt
index b9e3e5c..30e98bc 100644
--- a/content/test/data/accessibility/aria/aria-region-expected-mac.txt
+++ b/content/test/data/accessibility/aria/aria-region-expected-mac.txt
@@ -1,3 +1,3 @@
 AXWebArea AXRoleDescription='HTML content'
-++AXGroup AXSubrole=AXDocumentRegion AXRoleDescription='region'
+++AXGroup AXSubrole=AXLandmarkRegion AXRoleDescription='region'
 ++++AXStaticText AXRoleDescription='text' AXValue='This is an ARIA region.'
diff --git a/content/test/data/accessibility/html/disabled-expected-android.txt b/content/test/data/accessibility/html/disabled-expected-android.txt
index 1d4751f9..861d47e5 100644
--- a/content/test/data/accessibility/html/disabled-expected-android.txt
+++ b/content/test/data/accessibility/html/disabled-expected-android.txt
@@ -1,13 +1,13 @@
 android.webkit.WebView focusable focused scrollable
 ++android.widget.CheckBox role_description='checkbox' checkable clickable focusable name='Enabled'
-++android.widget.CheckBox role_description='checkbox' checkable disabled name='Disabled'
+++android.widget.CheckBox role_description='checkbox' checkable clickable disabled name='Disabled'
 ++android.widget.Button role_description='button' clickable focusable name='Enabled'
-++android.widget.Button role_description='button' disabled name='Disabled'
+++android.widget.Button role_description='button' clickable disabled name='Disabled'
 ++android.view.View
 ++++android.view.View name='Enabled form '
 ++++android.widget.CheckBox role_description='checkbox' checkable clickable focusable name='Checkbox'
 ++++android.widget.Button role_description='button' clickable focusable name='Button'
 ++android.view.View disabled
 ++++android.view.View name='Disabled form '
-++++android.widget.CheckBox role_description='checkbox' checkable disabled focusable name='Checkbox'
-++++android.widget.Button role_description='button' disabled focusable name='Button'
+++++android.widget.CheckBox role_description='checkbox' checkable clickable disabled focusable name='Checkbox'
+++++android.widget.Button role_description='button' clickable disabled focusable name='Button'
\ No newline at end of file
diff --git a/content/test/data/accessibility/html/footer-inside-other-section-expected-blink.txt b/content/test/data/accessibility/html/footer-inside-other-section-expected-blink.txt
index 2da03022..dc12bb73 100644
--- a/content/test/data/accessibility/html/footer-inside-other-section-expected-blink.txt
+++ b/content/test/data/accessibility/html/footer-inside-other-section-expected-blink.txt
@@ -5,7 +5,7 @@
 ++++++++paragraph
 ++++++++++staticText name='footer inside article.'
 ++++++++++++inlineTextBox name='footer inside article.'
-++++region
+++++section
 ++++++footerAsNonLandmark
 ++++++++paragraph
 ++++++++++staticText name='footer inside section.'
diff --git a/content/test/data/accessibility/html/footer-inside-other-section-expected-mac.txt b/content/test/data/accessibility/html/footer-inside-other-section-expected-mac.txt
index 09b44a3e..f53bf3976 100644
--- a/content/test/data/accessibility/html/footer-inside-other-section-expected-mac.txt
+++ b/content/test/data/accessibility/html/footer-inside-other-section-expected-mac.txt
@@ -3,7 +3,7 @@
 ++++AXGroup AXRoleDescription='group'
 ++++++AXGroup AXRoleDescription='group'
 ++++++++AXStaticText AXRoleDescription='text' AXValue='footer inside article.'
-++AXGroup AXSubrole=AXDocumentRegion AXRoleDescription='region'
+++AXGroup AXSubrole=AXLandmarkRegion AXRoleDescription='region'
 ++++AXGroup AXRoleDescription='group'
 ++++++AXGroup AXRoleDescription='group'
 ++++++++AXStaticText AXRoleDescription='text' AXValue='footer inside section.'
diff --git a/content/test/data/accessibility/html/header-inside-other-section-expected-blink.txt b/content/test/data/accessibility/html/header-inside-other-section-expected-blink.txt
index 82c3d58..fee7d20 100644
--- a/content/test/data/accessibility/html/header-inside-other-section-expected-blink.txt
+++ b/content/test/data/accessibility/html/header-inside-other-section-expected-blink.txt
@@ -5,7 +5,7 @@
 ++++++++paragraph
 ++++++++++staticText name='Header inside article.'
 ++++++++++++inlineTextBox name='Header inside article.'
-++++region
+++++section
 ++++++headerAsNonLandmark
 ++++++++paragraph
 ++++++++++staticText name='Header inside section.'
diff --git a/content/test/data/accessibility/html/header-inside-other-section-expected-mac.txt b/content/test/data/accessibility/html/header-inside-other-section-expected-mac.txt
index 4343c26..e5d5203 100644
--- a/content/test/data/accessibility/html/header-inside-other-section-expected-mac.txt
+++ b/content/test/data/accessibility/html/header-inside-other-section-expected-mac.txt
@@ -3,7 +3,7 @@
 ++++AXGroup AXRoleDescription='group'
 ++++++AXGroup AXRoleDescription='group'
 ++++++++AXStaticText AXRoleDescription='text' AXValue='Header inside article.'
-++AXGroup AXSubrole=AXDocumentRegion AXRoleDescription='region'
+++AXGroup AXSubrole=AXLandmarkRegion AXRoleDescription='region'
 ++++AXGroup AXRoleDescription='group'
 ++++++AXGroup AXRoleDescription='group'
 ++++++++AXStaticText AXRoleDescription='text' AXValue='Header inside section.'
diff --git a/content/test/data/accessibility/html/input-date-expected-uia-win.txt b/content/test/data/accessibility/html/input-date-expected-uia-win.txt
index 50e5ca0..18022e9 100644
--- a/content/test/data/accessibility/html/input-date-expected-uia-win.txt
+++ b/content/test/data/accessibility/html/input-date-expected-uia-win.txt
@@ -11,7 +11,7 @@
 ++++++++++description Name='/'
 ++++++++++spinbutton Name='Year' RangeValue.IsReadOnly=false RangeValue.LargeChange=0.00 RangeValue.SmallChange=0.00 RangeValue.Maximum=275760.00 RangeValue.Minimum=1.00 RangeValue.Value=2008.00 Value.Value='2008'
 ++++++++++++description Name='2008'
-++++++menu Name='Show date picker' ExpandCollapse.ExpandCollapseState='LeafNode'
+++++++menu Name='Show date picker' ExpandCollapse.ExpandCollapseState='Collapsed'
 ++++textbox LocalizedControlType='date picker' Name='When'
 ++++++group
 ++++++++group
@@ -23,4 +23,4 @@
 ++++++++++description Name='/'
 ++++++++++spinbutton Name='Year When' RangeValue.IsReadOnly=false RangeValue.LargeChange=0.00 RangeValue.SmallChange=0.00 RangeValue.Maximum=275760.00 RangeValue.Minimum=1.00 RangeValue.Value=2008.00 Value.Value='2008'
 ++++++++++++description Name='2008'
-++++++menu Name='Show date picker' ExpandCollapse.ExpandCollapseState='LeafNode'
\ No newline at end of file
+++++++menu Name='Show date picker' ExpandCollapse.ExpandCollapseState='Collapsed'
\ No newline at end of file
diff --git a/content/test/data/accessibility/html/input-date-with-popup-open-expected-uia-win.txt b/content/test/data/accessibility/html/input-date-with-popup-open-expected-uia-win.txt
index 77ce25f..72b7360 100644
--- a/content/test/data/accessibility/html/input-date-with-popup-open-expected-uia-win.txt
+++ b/content/test/data/accessibility/html/input-date-with-popup-open-expected-uia-win.txt
@@ -11,7 +11,7 @@
 ++++++++++description Name='/'
 ++++++++++spinbutton Name='Year' RangeValue.IsReadOnly=false RangeValue.LargeChange=0.00 RangeValue.SmallChange=0.00 RangeValue.Maximum=275760.00 RangeValue.Minimum=1.00 RangeValue.Value=2008.00 Value.Value='2008'
 ++++++++++++description Name='2008'
-++++++menu Name='Show date picker' ExpandCollapse.ExpandCollapseState='LeafNode'
+++++++menu Name='Show date picker' ExpandCollapse.ExpandCollapseState='Collapsed'
 ++++++document
 ++++++++group
 ++++++++++group
diff --git a/content/test/data/accessibility/html/input-datetime-local-expected-uia-win.txt b/content/test/data/accessibility/html/input-datetime-local-expected-uia-win.txt
index bd5904d..7a88bef4 100644
--- a/content/test/data/accessibility/html/input-datetime-local-expected-uia-win.txt
+++ b/content/test/data/accessibility/html/input-datetime-local-expected-uia-win.txt
@@ -20,4 +20,4 @@
 ++++++++++description Name=' '
 ++++++++++spinbutton Name='AM/PM' RangeValue.IsReadOnly=false RangeValue.LargeChange=0.00 RangeValue.SmallChange=0.00 RangeValue.Maximum=2.00 RangeValue.Minimum=1.00 RangeValue.Value=0.00 Value.Value='0'
 ++++++++++++description Name='--'
-++++++menu Name='Show date picker' ExpandCollapse.ExpandCollapseState='LeafNode'
+++++++menu Name='Show date picker' ExpandCollapse.ExpandCollapseState='Collapsed'
diff --git a/content/test/data/accessibility/html/input-week-expected-uia-win.txt b/content/test/data/accessibility/html/input-week-expected-uia-win.txt
index 8db7517..33eaa92 100644
--- a/content/test/data/accessibility/html/input-week-expected-uia-win.txt
+++ b/content/test/data/accessibility/html/input-week-expected-uia-win.txt
@@ -9,4 +9,4 @@
 ++++++++++description Name=', '
 ++++++++++spinbutton Name='Year' RangeValue.IsReadOnly=false RangeValue.LargeChange=0.00 RangeValue.SmallChange=0.00 RangeValue.Maximum=275760.00 RangeValue.Minimum=1.00 RangeValue.Value=0.00 Value.Value='0'
 ++++++++++++description Name='----'
-++++++menu Name='Show date picker' ExpandCollapse.ExpandCollapseState='LeafNode'
+++++++menu Name='Show date picker' ExpandCollapse.ExpandCollapseState='Collapsed'
diff --git a/content/test/data/accessibility/html/landmark-expected-blink.txt b/content/test/data/accessibility/html/landmark-expected-blink.txt
index c9a828d3..c34567b 100644
--- a/content/test/data/accessibility/html/landmark-expected-blink.txt
+++ b/content/test/data/accessibility/html/landmark-expected-blink.txt
@@ -57,7 +57,7 @@
 ++++++headerAsNonLandmark
 ++++++++staticText name='This should NOT have banner role.'
 ++++++++++inlineTextBox name='This should NOT have banner role.'
-++++region
+++++section
 ++++++headerAsNonLandmark
 ++++++++staticText name='This should NOT have banner role.'
 ++++++++++inlineTextBox name='This should NOT have banner role.'
@@ -101,7 +101,7 @@
 ++++++++headerAsNonLandmark
 ++++++++++staticText name='This should NOT have banner role.'
 ++++++++++++inlineTextBox name='This should NOT have banner role.'
-++++region
+++++section
 ++++++genericContainer ignored
 ++++++++headerAsNonLandmark
 ++++++++++staticText name='This should NOT have banner role.'
@@ -148,7 +148,7 @@
 ++++++footerAsNonLandmark
 ++++++++staticText name='This should NOT have footer role.'
 ++++++++++inlineTextBox name='This should NOT have footer role.'
-++++region
+++++section
 ++++++footerAsNonLandmark
 ++++++++staticText name='This should NOT have footer role.'
 ++++++++++inlineTextBox name='This should NOT have footer role.'
@@ -192,7 +192,7 @@
 ++++++++footerAsNonLandmark
 ++++++++++staticText name='This should NOT have footer role.'
 ++++++++++++inlineTextBox name='This should NOT have footer role.'
-++++region
+++++section
 ++++++genericContainer ignored
 ++++++++footerAsNonLandmark
 ++++++++++staticText name='This should NOT have footer role.'
diff --git a/content/test/data/accessibility/html/landmark-expected-mac.txt b/content/test/data/accessibility/html/landmark-expected-mac.txt
index 077ee09..b73d84d 100644
--- a/content/test/data/accessibility/html/landmark-expected-mac.txt
+++ b/content/test/data/accessibility/html/landmark-expected-mac.txt
@@ -38,7 +38,7 @@
 ++AXGroup AXSubrole=AXLandmarkNavigation AXRoleDescription='navigation'
 ++++AXGroup AXRoleDescription='group'
 ++++++AXStaticText AXRoleDescription='text' AXValue='This should NOT have banner role.'
-++AXGroup AXSubrole=AXDocumentRegion AXRoleDescription='region'
+++AXGroup AXSubrole=AXLandmarkRegion AXRoleDescription='region'
 ++++AXGroup AXRoleDescription='group'
 ++++++AXStaticText AXRoleDescription='text' AXValue='This should NOT have banner role.'
 ++AXGroup AXRoleDescription='group'
@@ -68,7 +68,7 @@
 ++AXGroup AXSubrole=AXLandmarkNavigation AXRoleDescription='navigation'
 ++++AXGroup AXRoleDescription='group'
 ++++++AXStaticText AXRoleDescription='text' AXValue='This should NOT have banner role.'
-++AXGroup AXSubrole=AXDocumentRegion AXRoleDescription='region'
+++AXGroup AXSubrole=AXLandmarkRegion AXRoleDescription='region'
 ++++AXGroup AXRoleDescription='group'
 ++++++AXStaticText AXRoleDescription='text' AXValue='This should NOT have banner role.'
 ++AXGroup AXRoleDescription='group'
@@ -97,7 +97,7 @@
 ++AXGroup AXSubrole=AXLandmarkNavigation AXRoleDescription='navigation'
 ++++AXGroup AXRoleDescription='group'
 ++++++AXStaticText AXRoleDescription='text' AXValue='This should NOT have footer role.'
-++AXGroup AXSubrole=AXDocumentRegion AXRoleDescription='region'
+++AXGroup AXSubrole=AXLandmarkRegion AXRoleDescription='region'
 ++++AXGroup AXRoleDescription='group'
 ++++++AXStaticText AXRoleDescription='text' AXValue='This should NOT have footer role.'
 ++AXGroup AXRoleDescription='group'
@@ -126,7 +126,7 @@
 ++AXGroup AXSubrole=AXLandmarkNavigation AXRoleDescription='navigation'
 ++++AXGroup AXRoleDescription='group'
 ++++++AXStaticText AXRoleDescription='text' AXValue='This should NOT have footer role.'
-++AXGroup AXSubrole=AXDocumentRegion AXRoleDescription='region'
+++AXGroup AXSubrole=AXLandmarkRegion AXRoleDescription='region'
 ++++AXGroup AXRoleDescription='group'
 ++++++AXStaticText AXRoleDescription='text' AXValue='This should NOT have footer role.'
 ++AXGroup AXRoleDescription='group'
@@ -146,4 +146,4 @@
 ++++++AXStaticText AXRoleDescription='text' AXValue='This should NOT have footer role.'
 ++AXGroup AXSubrole=AXLandmarkMain AXRoleDescription='main'
 ++++AXGroup AXRoleDescription='group'
-++++++AXStaticText AXRoleDescription='text' AXValue='This should NOT have footer role.'
+++++++AXStaticText AXRoleDescription='text' AXValue='This should NOT have footer role.'
\ No newline at end of file
diff --git a/content/test/data/accessibility/html/modal-dialog-closed-expected-blink.txt b/content/test/data/accessibility/html/modal-dialog-closed-expected-blink.txt
index 1e0b560..30f9561 100644
--- a/content/test/data/accessibility/html/modal-dialog-closed-expected-blink.txt
+++ b/content/test/data/accessibility/html/modal-dialog-closed-expected-blink.txt
@@ -2,7 +2,7 @@
 ++genericContainer ignored
 ++++staticText name='Test that elements respawn in the accessibility tree after a modal dialog closes.'
 ++++++inlineTextBox name='Test that elements respawn in the accessibility tree after a modal dialog closes.'
-++++region
+++++section
 ++++++popUpButton collapsed value='This should be in the tree.' haspopup=menu
 ++++++++menuListPopup invisible
 ++++++++++menuListOption name='This should be in the tree.' selected=true
diff --git a/content/test/data/accessibility/html/modal-dialog-closed-expected-mac.txt b/content/test/data/accessibility/html/modal-dialog-closed-expected-mac.txt
index bfcd352..91bf777 100644
--- a/content/test/data/accessibility/html/modal-dialog-closed-expected-mac.txt
+++ b/content/test/data/accessibility/html/modal-dialog-closed-expected-mac.txt
@@ -1,6 +1,6 @@
 AXWebArea
 ++AXStaticText AXValue='Test that elements respawn in the accessibility tree after a modal dialog closes.'
-++AXGroup AXSubrole=AXDocumentRegion
+++AXGroup AXSubrole=AXLandmarkRegion
 ++++AXPopUpButton AXValue='This should be in the tree.'
 ++++++AXMenu
 ++++++++AXMenuItem AXValue='This should be in the tree.'
diff --git a/content/test/data/accessibility/html/section-expected-android.txt b/content/test/data/accessibility/html/section-expected-android.txt
index df9bb33..5645e97 100644
--- a/content/test/data/accessibility/html/section-expected-android.txt
+++ b/content/test/data/accessibility/html/section-expected-android.txt
@@ -1,2 +1,3 @@
 android.webkit.WebView focusable focused scrollable
-++android.view.View role_description='region' name='This is a section element.'
\ No newline at end of file
+++android.view.View role_description='region' name='This is a section element.'
+++android.view.View role_description='region' name='section'
\ No newline at end of file
diff --git a/content/test/data/accessibility/html/section-expected-auralinux.txt b/content/test/data/accessibility/html/section-expected-auralinux.txt
index 4e52b05..4b69fd55f 100644
--- a/content/test/data/accessibility/html/section-expected-auralinux.txt
+++ b/content/test/data/accessibility/html/section-expected-auralinux.txt
@@ -1,3 +1,5 @@
 [document web]
 ++[section] xml-roles:region
 ++++[text] name='This is a section element.'
+++[landmark] name='section' xml-roles:region
+++++[text] name='This is a named section element.'
diff --git a/content/test/data/accessibility/html/section-expected-blink.txt b/content/test/data/accessibility/html/section-expected-blink.txt
index 66a6990..96b6ca8c79 100644
--- a/content/test/data/accessibility/html/section-expected-blink.txt
+++ b/content/test/data/accessibility/html/section-expected-blink.txt
@@ -1,5 +1,8 @@
 rootWebArea
 ++genericContainer ignored
-++++region
+++++section
 ++++++staticText name='This is a section element.'
 ++++++++inlineTextBox name='This is a section element.'
+++++section name='section'
+++++++staticText name='This is a named section element.'
+++++++++inlineTextBox name='This is a named section element.'
\ No newline at end of file
diff --git a/content/test/data/accessibility/html/section-expected-mac.txt b/content/test/data/accessibility/html/section-expected-mac.txt
index 738bba6..73a18ba 100644
--- a/content/test/data/accessibility/html/section-expected-mac.txt
+++ b/content/test/data/accessibility/html/section-expected-mac.txt
@@ -1,3 +1,5 @@
 AXWebArea AXRoleDescription='HTML content'
-++AXGroup AXSubrole=AXDocumentRegion AXRoleDescription='region'
+++AXGroup AXSubrole=AXLandmarkRegion AXRoleDescription='region'
 ++++AXStaticText AXRoleDescription='text' AXValue='This is a section element.'
+++AXGroup AXSubrole=AXLandmarkRegion AXRoleDescription='region' AXDescription='section'
+++++AXStaticText AXRoleDescription='text' AXValue='This is a named section element.'
diff --git a/content/test/data/accessibility/html/section-expected-uia-win.txt b/content/test/data/accessibility/html/section-expected-uia-win.txt
index 7ca7de3..5714d37 100644
--- a/content/test/data/accessibility/html/section-expected-uia-win.txt
+++ b/content/test/data/accessibility/html/section-expected-uia-win.txt
@@ -1,3 +1,5 @@
 document
-++group
+++group ControlType='UIA_GroupControlTypeId'
 ++++description Name='This is a section element.'
+++region ControlType='UIA_GroupControlTypeId' LocalizedControlType='section' Name='section'
+++++description Name='This is a named section element.'
\ No newline at end of file
diff --git a/content/test/data/accessibility/html/section-expected-win.txt b/content/test/data/accessibility/html/section-expected-win.txt
index 5654db1..744809a 100644
--- a/content/test/data/accessibility/html/section-expected-win.txt
+++ b/content/test/data/accessibility/html/section-expected-win.txt
@@ -1,3 +1,5 @@
 ROLE_SYSTEM_DOCUMENT READONLY FOCUSABLE
 ++IA2_ROLE_SECTION xml-roles:region
 ++++ROLE_SYSTEM_STATICTEXT name='This is a section element.'
+++IA2_ROLE_LANDMARK name='section' xml-roles:region localized_extended_role='section'
+++++ROLE_SYSTEM_STATICTEXT name='This is a named section element.'
\ No newline at end of file
diff --git a/content/test/data/accessibility/html/section.html b/content/test/data/accessibility/html/section.html
index e5976bbe..db819245 100644
--- a/content/test/data/accessibility/html/section.html
+++ b/content/test/data/accessibility/html/section.html
@@ -1,6 +1,9 @@
 <!--
 @MAC-ALLOW:AXRole*
 @MAC-ALLOW:AXSubrole*
+@UIA-WIN-ALLOW:ControlType='UIA_GroupControlTypeId'
+@UIA-WIN-ALLOW:LocalizedControlType='section'
+@WIN-ALLOW:localized_extended_role='section'
 @WIN-ALLOW:xml-roles:*
 @AURALINUX-ALLOW:xml-roles:*
 -->
@@ -12,5 +15,9 @@
   This is a section element.
 </section>
 
+<section aria-label='section'>
+  This is a named section element.
+</section>
+
 </body>
 </html>
diff --git a/content/test/data/gpu/pixel_video_backdrop_filter.html b/content/test/data/gpu/pixel_video_backdrop_filter.html
new file mode 100644
index 0000000..d284b861
--- /dev/null
+++ b/content/test/data/gpu/pixel_video_backdrop_filter.html
@@ -0,0 +1,39 @@
+<!DOCTYPE HTML>
+
+<!-- READ BEFORE UPDATING:
+If this test is updated make sure to increment the "revision" value of the
+associated test in content/test/gpu/page_sets/pixel_tests.py. This will ensure
+that the baseline images are regenerated on the next run.
+-->
+
+<html>
+<head>
+<meta name="viewport" content="initial-scale=1">
+<title>MP4 Video with Backdrop Filter Test</title>
+<style type="text/css">
+.nomargin {
+  margin: 0px auto;
+}
+.absolute {
+  position: absolute;
+  top: 0px;
+  left: 0px;
+}
+.backdrop {
+  width: 200px;
+  height: 100px;
+  backdrop-filter: grayscale(1);
+  z-index: 1;
+}
+</style>
+<script src="pixel_video_test.js"></script>
+</head>
+<body onload="main()">
+<div id="container" class="absolute">
+<video class="nomargin" id="video" width="240" height="135">
+<source src="/media/test/data/four-colors.mp4" type="video/mp4">
+</video>
+<div class="nomargin absolute backdrop"></div>
+</div>
+</body>
+</html>
diff --git a/content/test/gpu/gpu_tests/pixel_test_pages.py b/content/test/gpu/gpu_tests/pixel_test_pages.py
index bc18e470..2a05bd96 100644
--- a/content/test/gpu/gpu_tests/pixel_test_pages.py
+++ b/content/test/gpu/gpu_tests/pixel_test_pages.py
@@ -62,7 +62,9 @@
     # action here is "CrashGpuProcess" then it would be defined in a
     # "_CrashGpuProcess" method in PixelIntegrationTest.
     self.optional_action = optional_action
-    # Whatever other settings a test need to specify.
+    # These are used to pass additional arguments to the test harness.
+    # VideoPathTraceTest and OverlayModeTest support the following boolean
+    # arguments: expect_yuy2, zero_copy, video_is_rotated, and no_overlay.
     self.other_args = other_args
 
   def CopyWithNewBrowserArgsAndSuffix(self, browser_args, suffix):
@@ -468,6 +470,13 @@
         expected_colors=_FOUR_COLOR_VIDEO_240x135_EXPECTED_COLORS),
 
       PixelTestPage(
+        'pixel_video_backdrop_filter.html',
+        base_name + '_Video_BackdropFilter',
+        test_rect=[0, 0, 240, 135],
+        revision=1,
+        tolerance=tolerance),
+
+      PixelTestPage(
         'pixel_webgl_premultiplied_alpha_false.html',
         base_name + '_WebGL_PremultipliedAlpha_False',
         test_rect=[0, 0, 150, 150],
@@ -1238,8 +1247,6 @@
       # All bots are connected with a power source, however, we want to to test
       # with the code path that's enabled with battery power.
       '--disable_vp_scaling=1']
-    browser_args_Underlay = browser_args + [
-      '--enable-features=DirectCompositionUnderlays']
     browser_args_Nonroot = browser_args +[
       '--enable-features=DirectCompositionNonrootOverlays,' +
       'DirectCompositionUnderlays']
@@ -1251,9 +1258,6 @@
       '--disable-features=DirectCompositionPreferNV12Overlays']
     browser_args_DXVA = browser_args + [
       '--disable-features=D3D11VideoDecoder']
-    browser_args_Underlay_DXVA = browser_args + [
-      '--enable-features=DirectCompositionUnderlays',
-      '--disable-features=D3D11VideoDecoder']
 
     tolerance_dc = 5
     tolerance_dc_vp9 = 15
@@ -1562,7 +1566,7 @@
         base_name + '_DirectComposition_Underlay',
         test_rect=[0, 0, 240, 136],
         revision=0, # Golden image revision is not used
-        browser_args=browser_args_Underlay,
+        browser_args=browser_args,
         tolerance=tolerance_dc,
         expected_colors=[
           {
@@ -1602,7 +1606,7 @@
         base_name + '_DirectComposition_Underlay_DXVA',
         test_rect=[0, 0, 240, 136],
         revision=0, # Golden image revision is not used
-        browser_args=browser_args_Underlay_DXVA,
+        browser_args=browser_args_DXVA,
         tolerance=tolerance_dc,
         expected_colors=[
           {
@@ -1642,7 +1646,7 @@
         base_name + '_DirectComposition_Underlay_Fullsize',
         test_rect=[0, 0, 960, 540],
         revision=0, # Golden image revision is not used
-        browser_args=browser_args_Underlay,
+        browser_args=browser_args,
         other_args={'zero_copy': True},
         tolerance=tolerance_dc,
         expected_colors=[
@@ -1765,4 +1769,13 @@
         revision=0,
         browser_args=browser_args,
         tolerance=tolerance_dc),
+
+      PixelTestPage(
+        'pixel_video_backdrop_filter.html',
+        base_name + '_DirectComposition_Video_BackdropFilter',
+        test_rect=[0, 0, 240, 135],
+        revision=1,
+        browser_args=browser_args,
+        other_args={'no_overlay': True},
+        tolerance=tolerance_dc),
       ]
diff --git a/content/test/gpu/gpu_tests/test_expectations/context_lost_expectations.txt b/content/test/gpu/gpu_tests/test_expectations/context_lost_expectations.txt
index 0812080a..bc9154b 100644
--- a/content/test/gpu/gpu_tests/test_expectations/context_lost_expectations.txt
+++ b/content/test/gpu/gpu_tests/test_expectations/context_lost_expectations.txt
@@ -1,11 +1,11 @@
 # tags: [ android linux lion mac mountainlion win win7 win8 win10]
 # tags: [ debug ]
-# tags: [ amd-0x6779 nvidia qualcomm-adreno-(tm)-418 qualcomm-adreno-(tm)-420 ]
+# tags: [ amd-0x6613 nvidia qualcomm-adreno-(tm)-418 qualcomm-adreno-(tm)-420 ]
 # tags: [ asan no-asan ]
 # results: [ Failure RetryOnFailure Skip ]
 
-# AMD Radeon 6450
-crbug.com/479975 [ linux amd-0x6779 ] ContextLost_WebGLContextLostFromGPUProcessExit [ Failure ]
+# Linux AMD R7 240
+crbug.com/1008125 [ linux amd-0x6613 ] ContextLost_WebGL2Blocked [ Skip ]
 
 # Win7 bots
 crbug.com/603329 [ win7 ] ContextLost_WebGLContextLostFromGPUProcessExit [ RetryOnFailure ]
diff --git a/content/test/gpu/gpu_tests/test_expectations/pixel_expectations.txt b/content/test/gpu/gpu_tests/test_expectations/pixel_expectations.txt
index 5d1c612..e7f3617 100644
--- a/content/test/gpu/gpu_tests/test_expectations/pixel_expectations.txt
+++ b/content/test/gpu/gpu_tests/test_expectations/pixel_expectations.txt
@@ -222,6 +222,7 @@
 crbug.com/991291 [ android skia-renderer use-vulkan ] Pixel_Video_MP4_FourColors_Rot_270 [ Skip ]
 crbug.com/991291 [ android skia-renderer use-vulkan ] Pixel_Video_MP4_FourColors_Rot_90 [ Skip ]
 crbug.com/991291 [ android skia-renderer use-vulkan ] Pixel_Video_VP9 [ Skip ]
+crbug.com/991291 [ android skia-renderer use-vulkan ] Pixel_Video_BackdropFilter [ Skip ]
 
 # Fails when the browser features SkiaRenderer & GL are enabled on Android.
 # The more specific matching criteria is to prevent collisions with other expectations.
diff --git a/content/test/gpu/gpu_tests/trace_integration_test.py b/content/test/gpu/gpu_tests/trace_integration_test.py
index 26a3ef5..55a9841 100644
--- a/content/test/gpu/gpu_tests/trace_integration_test.py
+++ b/content/test/gpu/gpu_tests/trace_integration_test.py
@@ -261,8 +261,7 @@
     assert os_name and os_name.lower() == 'win'
 
     # Calculate expectations.
-    if other_args is None:
-      other_args = {}
+    other_args = other_args if other_args is not None else {}
     expect_yuy2 = other_args.get('expect_yuy2', False)
     zero_copy = other_args.get('zero_copy', False)
 
@@ -285,12 +284,16 @@
     if not supports_nv12_overlays:
       zero_copy = False
 
+    expect_no_overlay = other_args.get('no_overlay', False)
+
     # Verify expectations through captured trace events.
     for event in event_iterator:
       if event.category != category:
         continue
       if event.name != _SWAP_CHAIN_PRESENT_EVENT_NAME:
         continue
+      if expect_no_overlay:
+        self.fail('Expected no overlay got %s' % _SWAP_CHAIN_PRESENT_EVENT_NAME)
       detected_pixel_format = event.args.get('PixelFormat', None)
       if detected_pixel_format is None:
         self.fail('PixelFormat is missing from event %s' %
@@ -307,6 +310,8 @@
                   (zero_copy, detected_zero_copy))
       break
     else:
+      if expect_no_overlay:
+        return
       self.fail('Events with name %s were not found' %
                 _SWAP_CHAIN_PRESENT_EVENT_NAME)
 
@@ -325,17 +330,26 @@
     if overlay_bot_config.get('supports_overlays', False):
       expected_presentation_mode = _SWAP_CHAIN_PRESENTATION_MODE_OVERLAY
 
+    other_args = other_args if other_args is not None else {}
+    expect_no_overlay = other_args.get('no_overlay', False)
+
     presentation_mode_history = []
     for event in event_iterator:
       if event.category != category:
         continue
       if event.name != _GET_STATISTICS_EVENT_NAME:
         continue
+      if expect_no_overlay:
+        self.fail('Expected no overlay got %s' % _GET_STATISTICS_EVENT_NAME)
       detected_presentation_mode = event.args.get('CompositionMode', None)
       if detected_presentation_mode is None:
         self.fail('PresentationMode is missing from event %s' %
                   _GET_STATISTICS_EVENT_NAME)
       presentation_mode_history.append(detected_presentation_mode)
+
+    if expect_no_overlay:
+      return
+
     valid_entry_found = False
     for index in range(len(presentation_mode_history)):
       mode = presentation_mode_history[index]
diff --git a/content/test/test_blink_web_unit_test_support.cc b/content/test/test_blink_web_unit_test_support.cc
index 97ffa0d5..d8542c74 100644
--- a/content/test/test_blink_web_unit_test_support.cc
+++ b/content/test/test_blink_web_unit_test_support.cc
@@ -223,27 +223,27 @@
     int resource_id) {
   // Returns placeholder strings to check if they are correctly localized.
   switch (resource_id) {
-    case blink::WebLocalizedString::kFileButtonNoFileSelectedLabel:
+    case IDS_FORM_FILE_NO_FILE_LABEL:
       return WebString::FromASCII("<<NoFileChosenLabel>>");
-    case blink::WebLocalizedString::kOtherDateLabel:
+    case IDS_FORM_OTHER_DATE_LABEL:
       return WebString::FromASCII("<<OtherDateLabel>>");
-    case blink::WebLocalizedString::kOtherMonthLabel:
+    case IDS_FORM_OTHER_MONTH_LABEL:
       return WebString::FromASCII("<<OtherMonthLabel>>");
-    case blink::WebLocalizedString::kOtherWeekLabel:
+    case IDS_FORM_OTHER_WEEK_LABEL:
       return WebString::FromASCII("<<OtherWeekLabel>>");
     case IDS_FORM_CALENDAR_CLEAR:
       return WebString::FromASCII("<<CalendarClear>>");
     case IDS_FORM_CALENDAR_TODAY:
       return WebString::FromASCII("<<CalendarToday>>");
-    case blink::WebLocalizedString::kThisMonthButtonLabel:
+    case IDS_FORM_THIS_MONTH_LABEL:
       return WebString::FromASCII("<<ThisMonthLabel>>");
-    case blink::WebLocalizedString::kThisWeekButtonLabel:
+    case IDS_FORM_THIS_WEEK_LABEL:
       return WebString::FromASCII("<<ThisWeekLabel>>");
-    case blink::WebLocalizedString::kValidationValueMissing:
+    case IDS_FORM_VALIDATION_VALUE_MISSING:
       return WebString::FromASCII("<<ValidationValueMissing>>");
-    case blink::WebLocalizedString::kValidationValueMissingForSelect:
+    case IDS_FORM_VALIDATION_VALUE_MISSING_SELECT:
       return WebString::FromASCII("<<ValidationValueMissingForSelect>>");
-    case blink::WebLocalizedString::kWeekFormatTemplate:
+    case IDS_FORM_INPUT_WEEK_TEMPLATE:
       return WebString::FromASCII("Week $2, $1");
     default:
       return blink::WebString();
@@ -254,11 +254,11 @@
     int resource_id,
     const blink::WebString& value) {
   switch (resource_id) {
-    case blink::WebLocalizedString::kValidationRangeUnderflow:
+    case IDS_FORM_VALIDATION_RANGE_UNDERFLOW:
       return blink::WebString::FromASCII("range underflow");
-    case blink::WebLocalizedString::kValidationRangeOverflow:
+    case IDS_FORM_VALIDATION_RANGE_OVERFLOW:
       return blink::WebString::FromASCII("range overflow");
-    case blink::WebLocalizedString::kSelectMenuListText:
+    case IDS_FORM_SELECT_MENU_LIST_TEXT:
       return blink::WebString::FromASCII("$1 selected");
   }
 
@@ -270,9 +270,9 @@
     const blink::WebString& value1,
     const blink::WebString& value2) {
   switch (resource_id) {
-    case blink::WebLocalizedString::kValidationTooLong:
+    case IDS_FORM_VALIDATION_TOO_LONG:
       return blink::WebString::FromASCII("too long");
-    case blink::WebLocalizedString::kValidationStepMismatch:
+    case IDS_FORM_VALIDATION_STEP_MISMATCH:
       return blink::WebString::FromASCII("step mismatch");
   }
 
diff --git a/content/test/web_test_support.cc b/content/test/web_test_support.cc
index 7c7d1c31..fa291e5 100644
--- a/content/test/web_test_support.cc
+++ b/content/test/web_test_support.cc
@@ -56,7 +56,6 @@
 #include "third_party/skia/include/core/SkFontMgr.h"
 #include "third_party/skia/include/core/SkRefCnt.h"
 #include "third_party/skia/include/ports/SkTypeface_win.h"
-#include "ui/gfx/win/direct_write.h"
 #endif
 
 using blink::WebRect;
diff --git a/device/vr/openxr/openxr_api_wrapper.cc b/device/vr/openxr/openxr_api_wrapper.cc
index 9889f19..7cf7f0d 100644
--- a/device/vr/openxr/openxr_api_wrapper.cc
+++ b/device/vr/openxr/openxr_api_wrapper.cc
@@ -545,21 +545,23 @@
 
   XrResult xr_result;
 
-  XrSpaceLocation location = {XR_TYPE_SPACE_LOCATION};
-  RETURN_IF_XR_FAILED(xrLocateSpace(
-      view_space_, local_space_, frame_state_.predictedDisplayTime, &location));
+  XrSpaceLocation view_from_local = {XR_TYPE_SPACE_LOCATION};
+  RETURN_IF_XR_FAILED(xrLocateSpace(view_space_, local_space_,
+                                    frame_state_.predictedDisplayTime,
+                                    &view_from_local));
 
-  if (location.locationFlags & XR_SPACE_LOCATION_ORIENTATION_VALID_BIT) {
+  if (view_from_local.locationFlags & XR_SPACE_LOCATION_ORIENTATION_VALID_BIT) {
     *orientation = gfx::Quaternion(
-        location.pose.orientation.x, location.pose.orientation.y,
-        location.pose.orientation.z, location.pose.orientation.w);
+        view_from_local.pose.orientation.x, view_from_local.pose.orientation.y,
+        view_from_local.pose.orientation.z, view_from_local.pose.orientation.w);
   } else {
     *orientation = base::nullopt;
   }
 
-  if (location.locationFlags & XR_SPACE_LOCATION_POSITION_VALID_BIT) {
-    *position = gfx::Point3F(location.pose.position.x, location.pose.position.y,
-                             location.pose.position.z);
+  if (view_from_local.locationFlags & XR_SPACE_LOCATION_POSITION_VALID_BIT) {
+    *position = gfx::Point3F(view_from_local.pose.position.x,
+                             view_from_local.pose.position.y,
+                             view_from_local.pose.position.z);
   } else {
     *position = base::nullopt;
   }
@@ -668,10 +670,11 @@
                                        stage_bounds);
 }
 
-bool OpenXrApiWrapper::GetStageParameters(XrExtent2Df* stage_bounds,
-                                          gfx::Transform* transform) const {
+bool OpenXrApiWrapper::GetStageParameters(
+    XrExtent2Df* stage_bounds,
+    gfx::Transform* local_from_stage) const {
   DCHECK(stage_bounds);
-  DCHECK(transform);
+  DCHECK(local_from_stage);
   DCHECK(HasSession());
 
   if (!HasSpace(XR_REFERENCE_SPACE_TYPE_LOCAL))
@@ -683,25 +686,33 @@
   if (XR_FAILED(GetStageBounds(stage_bounds)))
     return false;
 
-  XrSpaceLocation location = {XR_TYPE_SPACE_LOCATION};
+  XrSpaceLocation local_from_stage_location = {XR_TYPE_SPACE_LOCATION};
   if (FAILED(xrLocateSpace(local_space_, stage_space_,
-                           frame_state_.predictedDisplayTime, &location)) ||
-      !(location.locationFlags & XR_SPACE_LOCATION_ORIENTATION_VALID_BIT) ||
-      !(location.locationFlags & XR_SPACE_LOCATION_POSITION_VALID_BIT)) {
+                           frame_state_.predictedDisplayTime,
+                           &local_from_stage_location)) ||
+      !(local_from_stage_location.locationFlags &
+        XR_SPACE_LOCATION_ORIENTATION_VALID_BIT) ||
+      !(local_from_stage_location.locationFlags &
+        XR_SPACE_LOCATION_POSITION_VALID_BIT)) {
     return false;
   }
 
   // Convert the orientation and translation given by runtime into a
   // transformation matrix.
-  gfx::DecomposedTransform seat_to_standing_decomp;
-  seat_to_standing_decomp.quaternion =
-      gfx::Quaternion(location.pose.orientation.x, location.pose.orientation.y,
-                      location.pose.orientation.z, location.pose.orientation.w);
-  seat_to_standing_decomp.translate[0] = location.pose.position.x;
-  seat_to_standing_decomp.translate[1] = location.pose.position.y;
-  seat_to_standing_decomp.translate[2] = location.pose.position.z;
+  gfx::DecomposedTransform local_from_stage_decomp;
+  local_from_stage_decomp.quaternion =
+      gfx::Quaternion(local_from_stage_location.pose.orientation.x,
+                      local_from_stage_location.pose.orientation.y,
+                      local_from_stage_location.pose.orientation.z,
+                      local_from_stage_location.pose.orientation.w);
+  local_from_stage_decomp.translate[0] =
+      local_from_stage_location.pose.position.x;
+  local_from_stage_decomp.translate[1] =
+      local_from_stage_location.pose.position.y;
+  local_from_stage_decomp.translate[2] =
+      local_from_stage_location.pose.position.z;
 
-  *transform = gfx::ComposeTransform(seat_to_standing_decomp);
+  *local_from_stage = gfx::ComposeTransform(local_from_stage_decomp);
   return true;
 }
 
diff --git a/device/vr/openxr/openxr_api_wrapper.h b/device/vr/openxr/openxr_api_wrapper.h
index 3c64f5bbc..1848822 100644
--- a/device/vr/openxr/openxr_api_wrapper.h
+++ b/device/vr/openxr/openxr_api_wrapper.h
@@ -61,7 +61,7 @@
   XrResult GetLuid(LUID* luid) const;
   std::string GetRuntimeName() const;
   bool GetStageParameters(XrExtent2Df* stage_bounds,
-                          gfx::Transform* standing_transform) const;
+                          gfx::Transform* local_from_stage) const;
 
   static void DEVICE_VR_EXPORT SetTestHook(VRTestHook* hook);
 
diff --git a/device/vr/openxr/openxr_controller.cc b/device/vr/openxr/openxr_controller.cc
index 4fae165..4824d13b 100644
--- a/device/vr/openxr/openxr_controller.cc
+++ b/device/vr/openxr/openxr_controller.cc
@@ -237,38 +237,42 @@
     return nullptr;
   }
 
-  XrSpaceVelocity velocity = {XR_TYPE_SPACE_VELOCITY};
-  XrSpaceLocation space_location = {XR_TYPE_SPACE_LOCATION};
-  space_location.next = &velocity;
+  XrSpaceVelocity local_from_grip_speed = {XR_TYPE_SPACE_VELOCITY};
+  XrSpaceLocation local_from_grip = {XR_TYPE_SPACE_LOCATION};
+  local_from_grip.next = &local_from_grip_speed;
   if (XR_FAILED(xrLocateSpace(grip_pose_space_, local_space,
-                              predicted_display_time, &space_location))) {
+                              predicted_display_time, &local_from_grip))) {
     return nullptr;
   }
 
   mojom::VRPosePtr pose = mojom::VRPose::New();
 
-  if (space_location.locationFlags & XR_SPACE_LOCATION_POSITION_VALID_BIT) {
-    pose->position = gfx::Point3F(space_location.pose.position.x,
-                                  space_location.pose.position.y,
-                                  space_location.pose.position.z);
+  if (local_from_grip.locationFlags & XR_SPACE_LOCATION_POSITION_VALID_BIT) {
+    pose->position = gfx::Point3F(local_from_grip.pose.position.x,
+                                  local_from_grip.pose.position.y,
+                                  local_from_grip.pose.position.z);
   }
 
-  if (space_location.locationFlags & XR_SPACE_LOCATION_ORIENTATION_VALID_BIT) {
+  if (local_from_grip.locationFlags & XR_SPACE_LOCATION_ORIENTATION_VALID_BIT) {
     pose->orientation = gfx::Quaternion(
-        space_location.pose.orientation.x, space_location.pose.orientation.y,
-        space_location.pose.orientation.z, space_location.pose.orientation.w);
+        local_from_grip.pose.orientation.x, local_from_grip.pose.orientation.y,
+        local_from_grip.pose.orientation.z, local_from_grip.pose.orientation.w);
   }
 
-  if (velocity.velocityFlags & XR_SPACE_VELOCITY_LINEAR_VALID_BIT) {
+  if (local_from_grip_speed.velocityFlags &
+      XR_SPACE_VELOCITY_LINEAR_VALID_BIT) {
     pose->linear_velocity =
-        gfx::Vector3dF(velocity.linearVelocity.x, velocity.linearVelocity.y,
-                       velocity.linearVelocity.z);
+        gfx::Vector3dF(local_from_grip_speed.linearVelocity.x,
+                       local_from_grip_speed.linearVelocity.y,
+                       local_from_grip_speed.linearVelocity.z);
   }
 
-  if (velocity.velocityFlags & XR_SPACE_VELOCITY_ANGULAR_VALID_BIT) {
+  if (local_from_grip_speed.velocityFlags &
+      XR_SPACE_VELOCITY_ANGULAR_VALID_BIT) {
     pose->angular_velocity =
-        gfx::Vector3dF(velocity.angularVelocity.x, velocity.angularVelocity.y,
-                       velocity.angularVelocity.z);
+        gfx::Vector3dF(local_from_grip_speed.angularVelocity.x,
+                       local_from_grip_speed.angularVelocity.y,
+                       local_from_grip_speed.angularVelocity.z);
   }
 
   return pose;
diff --git a/device/vr/openxr/openxr_render_loop.cc b/device/vr/openxr/openxr_render_loop.cc
index 442e5cb8..a4f5108c 100644
--- a/device/vr/openxr/openxr_render_loop.cc
+++ b/device/vr/openxr/openxr_render_loop.cc
@@ -265,8 +265,8 @@
 bool OpenXrRenderLoop::UpdateStageParameters() {
   bool changed = false;
   XrExtent2Df stage_bounds;
-  gfx::Transform transform;
-  if (openxr_->GetStageParameters(&stage_bounds, &transform)) {
+  gfx::Transform local_from_stage;
+  if (openxr_->GetStageParameters(&stage_bounds, &local_from_stage)) {
     if (!current_display_info_->stage_parameters) {
       current_display_info_->stage_parameters = mojom::VRStageParameters::New();
       changed = true;
@@ -281,8 +281,9 @@
     }
 
     if (current_display_info_->stage_parameters->standing_transform !=
-        transform) {
-      current_display_info_->stage_parameters->standing_transform = transform;
+        local_from_stage) {
+      current_display_info_->stage_parameters->standing_transform =
+          local_from_stage;
       changed = true;
     }
   } else if (current_display_info_->stage_parameters) {
diff --git a/docs/updating_clang_format_binaries.md b/docs/updating_clang_format_binaries.md
index 7a4e6ca..5fe56d3 100644
--- a/docs/updating_clang_format_binaries.md
+++ b/docs/updating_clang_format_binaries.md
@@ -98,7 +98,7 @@
 Copy the binaries into your chromium checkout (under
 `src/buildtools/(win|linux64|mac)/clang-format(.exe?)`). For each binary, you'll
 need to run upload_to_google_storage.py according to the instructions in
-[README.txt](https://chromium.googlesource.com/chromium/buildtools/+/master/clang_format/README.txt).
+[README.txt](https://chromium.googlesource.com/chromium/src/+/master/buildtools/clang_format/README.txt).
 This will upload the binary into a publicly accessible google storage bucket,
 and update `.sha1` file in your Chrome checkout. You'll check in the `.sha1`
 file (but NOT the clang-format binary) into source control. In order to be able
diff --git a/extensions/browser/url_loader_factory_manager.cc b/extensions/browser/url_loader_factory_manager.cc
index fabb40eb..ebd09d3 100644
--- a/extensions/browser/url_loader_factory_manager.cc
+++ b/extensions/browser/url_loader_factory_manager.cc
@@ -312,11 +312,14 @@
     network::mojom::NetworkContext* network_context,
     mojo::PendingRemote<network::mojom::TrustedURLLoaderHeaderClient>*
         header_client,
-    const Extension& extension) {
+    const Extension& extension,
+    const base::Optional<net::NetworkIsolationKey>& network_isolation_key) {
   // Compute relaxed CORB config to be used by |extension|.
   network::mojom::URLLoaderFactoryParamsPtr params =
       network::mojom::URLLoaderFactoryParams::New();
 
+  params->network_isolation_key = network_isolation_key;
+
   // Setup factory bound allow list that overwrites per-profile common list
   // to allow tab specific permissions only for this newly created factory.
   params->factory_bound_allow_patterns = CreateCorsOriginAccessAllowList(
@@ -518,7 +521,8 @@
     network::mojom::NetworkContext* network_context,
     mojo::PendingRemote<network::mojom::TrustedURLLoaderHeaderClient>*
         header_client,
-    const url::Origin& initiator_origin) {
+    const url::Origin& initiator_origin,
+    const base::Optional<net::NetworkIsolationKey>& network_isolation_key) {
   content::BrowserContext* browser_context = process->GetBrowserContext();
   const ExtensionRegistry* registry = ExtensionRegistry::Get(browser_context);
   DCHECK(registry);  // CreateFactory shouldn't happen during shutdown.
@@ -555,7 +559,7 @@
   if (!IsSpecialURLLoaderFactoryRequired(*extension, factory_user))
     return network::mojom::URLLoaderFactoryPtrInfo();
   return CreateURLLoaderFactory(process, network_context, header_client,
-                                *extension);
+                                *extension, network_isolation_key);
 }
 
 // static
diff --git a/extensions/browser/url_loader_factory_manager.h b/extensions/browser/url_loader_factory_manager.h
index 3810ff7..c9c69e9 100644
--- a/extensions/browser/url_loader_factory_manager.h
+++ b/extensions/browser/url_loader_factory_manager.h
@@ -67,7 +67,8 @@
       network::mojom::NetworkContext* network_context,
       mojo::PendingRemote<network::mojom::TrustedURLLoaderHeaderClient>*
           header_client,
-      const url::Origin& initiator_origin);
+      const url::Origin& initiator_origin,
+      const base::Optional<net::NetworkIsolationKey>& network_isolation_key);
 
   static void AddExtensionToAllowlistForTesting(const Extension& extension);
   static void RemoveExtensionFromAllowlistForTesting(
diff --git a/extensions/common/api/PRESUBMIT.py b/extensions/common/api/PRESUBMIT.py
index cfb76f8..5c2df127 100644
--- a/extensions/common/api/PRESUBMIT.py
+++ b/extensions/common/api/PRESUBMIT.py
@@ -26,12 +26,21 @@
       api_root, '..', '..', '..', 'third_party', 'closure_compiler', 'externs'))
 
   api_pairs = {
+    join(api_root, 'audio.idl'): join(externs_root, 'audio.js'),
     join(api_root, 'automation.idl'): join(externs_root, 'automation.js'),
     join(api_root, 'bluetooth.idl'): join(externs_root, 'bluetooth.js'),
+    join(api_root, 'bluetooth_private.idl'):
+        join(externs_root, 'bluetooth_private.js'),
+    join(api_root, 'clipboard.idl'): join(externs_root, 'clipboard.js'),
+    join(api_root, 'management.json'): join(externs_root, 'management.js'),
     join(api_root, 'metrics_private.json'):
         join(externs_root, 'metrics_private.js'),
     join(api_root, 'mime_handler_private.idl'):
         join(externs_root, 'mime_handler_private.js'),
+    join(api_root, 'networking_private.idl'):
+        join(externs_root, 'networking_private.js'),
+    join(api_root, 'system_display.idl'):
+        join(externs_root, 'system_display.js'),
     # TODO(rdevlin.cronin): Add more!
   }
 
diff --git a/extensions/common/api/automation.idl b/extensions/common/api/automation.idl
index b7b0764..0099eff 100644
--- a/extensions/common/api/automation.idl
+++ b/extensions/common/api/automation.idl
@@ -240,6 +240,7 @@
     scrollView,
     search,
     searchBox,
+    section,
     slider,
     sliderThumb,
     spinButton,
diff --git a/extensions/shell/browser/shell_content_browser_client.cc b/extensions/shell/browser/shell_content_browser_client.cc
index 21bd10a..6b9859c5 100644
--- a/extensions/shell/browser/shell_content_browser_client.cc
+++ b/extensions/shell/browser/shell_content_browser_client.cc
@@ -341,9 +341,11 @@
     network::mojom::NetworkContext* network_context,
     mojo::PendingRemote<network::mojom::TrustedURLLoaderHeaderClient>*
         header_client,
-    const url::Origin& request_initiator) {
+    const url::Origin& request_initiator,
+    const base::Optional<net::NetworkIsolationKey>& network_isolation_key) {
   return URLLoaderFactoryManager::CreateFactory(
-      process, network_context, header_client, request_initiator);
+      process, network_context, header_client, request_initiator,
+      network_isolation_key);
 }
 
 std::string ShellContentBrowserClient::GetUserAgent() {
diff --git a/extensions/shell/browser/shell_content_browser_client.h b/extensions/shell/browser/shell_content_browser_client.h
index c7c595d2..e78ebda 100644
--- a/extensions/shell/browser/shell_content_browser_client.h
+++ b/extensions/shell/browser/shell_content_browser_client.h
@@ -101,7 +101,9 @@
       network::mojom::NetworkContext* network_context,
       mojo::PendingRemote<network::mojom::TrustedURLLoaderHeaderClient>*
           header_client,
-      const url::Origin& request_initiator) override;
+      const url::Origin& request_initiator,
+      const base::Optional<net::NetworkIsolationKey>& network_isolation_key)
+      override;
   std::string GetUserAgent() override;
 
  protected:
diff --git a/gpu/command_buffer/tests/decoder_perftest.cc b/gpu/command_buffer/tests/decoder_perftest.cc
index 5b1ff842..eb59284 100644
--- a/gpu/command_buffer/tests/decoder_perftest.cc
+++ b/gpu/command_buffer/tests/decoder_perftest.cc
@@ -29,7 +29,7 @@
 #include "gpu/command_buffer/service/sync_point_manager.h"
 #include "gpu/command_buffer/service/transfer_buffer_manager.h"
 #include "testing/gtest/include/gtest/gtest.h"
-#include "testing/perf/perf_test.h"
+#include "testing/perf/perf_result_reporter.h"
 #include "ui/gfx/geometry/size.h"
 #include "ui/gl/gl_context_stub.h"
 #include "ui/gl/gl_share_group.h"
@@ -351,8 +351,8 @@
 // and then a number of performance capturing runs.
 class PerfIterator {
  public:
-  PerfIterator(std::string name, int runs, int iterations)
-      : name_(std::move(name)), runs_(runs), iterations_(iterations) {
+  PerfIterator(std::string story, int runs, int iterations)
+      : story_(std::move(story)), runs_(runs), iterations_(iterations) {
     // When running under linux-perf, we try to isolate the microbenchmark
     // performance:
     // 1- sleep 1 second after warmup so that one can skip perf for
@@ -385,7 +385,9 @@
     } else if (!for_linux_perf_) {
       time = base::TimeTicks::Now();
       double ns = (time - run_start_time_).InNanoseconds() / iterations_;
-      perf_test::PrintResult(name_, "", "wall_time", ns, "ns", true);
+      perf_test::PerfResultReporter reporter("Decoder.", story_);
+      reporter.RegisterImportantMetric("draw_wall_time", "ns");
+      reporter.AddResult("draw_wall_time", ns);
     }
     if (runs_ == 0) {
       if (for_linux_perf_)
@@ -400,7 +402,7 @@
 
   static constexpr int kWarmupIterations = 2;
 
-  std::string name_;
+  std::string story_;
   base::TimeTicks run_start_time_;
   int runs_;
   int iterations_;
@@ -565,8 +567,7 @@
   }
 
   StartReplay();
-  PerfIterator iterator("decoder_basic_draw_100", kDefaultRuns,
-                        kDefaultIterations);
+  PerfIterator iterator("basic_draw_100", kDefaultRuns, kDefaultIterations);
   while (iterator.Iterate())
     Replay();
 }
@@ -616,8 +617,7 @@
   }
 
   StartReplay();
-  PerfIterator iterator("decoder_texture_draw_100", kDefaultRuns,
-                        kDefaultIterations);
+  PerfIterator iterator("texture_draw_100", kDefaultRuns, kDefaultIterations);
   while (iterator.Iterate())
     Replay();
 }
@@ -694,8 +694,7 @@
   }
 
   StartReplay();
-  PerfIterator iterator("decoder_program_draw_100", kDefaultRuns,
-                        kDefaultIterations);
+  PerfIterator iterator("program_draw_100", kDefaultRuns, kDefaultIterations);
   while (iterator.Iterate())
     Replay();
 }
diff --git a/infra/config/cr-buildbucket-dev.cfg b/infra/config/cr-buildbucket-dev.cfg
index d2129c3..192a573 100644
--- a/infra/config/cr-buildbucket-dev.cfg
+++ b/infra/config/cr-buildbucket-dev.cfg
@@ -41,11 +41,6 @@
     role: WRITER
     group: "service-account-chromium-tryserver"
   }
-  acls {
-    # Allow luci-migration to bump next build number.
-    role: WRITER
-    identity: "luci-migration@appspot.gserviceaccount.com"
-  }
 }
 
 builder_mixins {
diff --git a/infra/config/cr-buildbucket.cfg b/infra/config/cr-buildbucket.cfg
index 6a1ac19..57761e4 100644
--- a/infra/config/cr-buildbucket.cfg
+++ b/infra/config/cr-buildbucket.cfg
@@ -38,11 +38,6 @@
     role: WRITER
     group: "google/luci-task-force@google.com"
   }
-  acls {
-    # Allow luci-migration to bump next build number.
-    role: WRITER
-    identity: "luci-migration@appspot.gserviceaccount.com"
-  }
 }
 
 acl_sets {
@@ -72,11 +67,6 @@
     role: WRITER
     group: "service-account-chromium-tryserver"
   }
-  acls {
-    # Allow luci-migration to bump next build number.
-    role: WRITER
-    identity: "luci-migration@appspot.gserviceaccount.com"
-  }
 }
 
 # CI builders (of which are few) may use high number of concurrent Goma jobs.
@@ -577,12 +567,6 @@
 }
 
 builder_mixins {
-  name: "experimental"
-  experimental: YES
-  luci_migration_host: "-"
-}
-
-builder_mixins {
   name: "gpu-fyi-ci"
   service_account: "chromium-ci-gpu-builder@chops-service-accounts.iam.gserviceaccount.com"
   recipe {
@@ -1005,7 +989,6 @@
       # To "assign" a bot to a builder, bot config of swarming service should
       # add the same dimension to the bot.
       auto_builder_dimension: YES
-      luci_migration_host: "luci-migration.appspot.com"
       recipe {
         cipd_package: "infra/recipe_bundles/chromium.googlesource.com/chromium/tools/build"
         cipd_version: "refs/heads/master"
@@ -1854,7 +1837,7 @@
       mixins: "builderless"
       mixins: "fyi-ci"
       mixins: "linux-xenial"
-      mixins: "experimental"
+      experimental: YES
     }
 
     builders {
@@ -4262,6 +4245,30 @@
     }
     builders {
       mixins: "android-try"
+      name: "android-webview-marshmallow-arm64-dbg"
+      mixins: "linux-xenial"
+      mixins: "builderless"
+    }
+    builders {
+      mixins: "android-try"
+      name: "android-webview-nougat-arm64-dbg"
+      mixins: "linux-xenial"
+      mixins: "builderless"
+    }
+    builders {
+      mixins: "android-try"
+      name: "android-webview-oreo-arm64-dbg"
+      mixins: "linux-xenial"
+      mixins: "builderless"
+    }
+    builders {
+      mixins: "android-try"
+      name: "android-webview-pie-arm64-dbg"
+      mixins: "linux-xenial"
+      mixins: "builderless"
+    }
+    builders {
+      mixins: "android-try"
       mixins: "deterministic"
       mixins: "goma-rbe-prod"
       name: "android-deterministic-rel"
@@ -5180,7 +5187,6 @@
       auto_builder_dimension: YES
       build_numbers: YES
       dimensions: "cpu:x86-64"
-      luci_migration_host: "luci-migration.appspot.com"
       execution_timeout_secs: 7200  # 2h
       recipe {
         cipd_package: "infra/recipe_bundles/chromium.googlesource.com/chromium/tools/build"
@@ -5252,7 +5258,6 @@
       build_numbers: YES
       dimensions: "cpu:x86-64"
       dimensions: "pool:luci.chromium.webrtc.fyi"
-      luci_migration_host: "luci-migration.appspot.com"
       execution_timeout_secs: 7200  # 2h
       recipe {
         cipd_package: "infra/recipe_bundles/chromium.googlesource.com/chromium/tools/build"
diff --git a/infra/config/luci-milo.cfg b/infra/config/luci-milo.cfg
index a22e54d..8df6b07 100644
--- a/infra/config/luci-milo.cfg
+++ b/infra/config/luci-milo.cfg
@@ -4498,6 +4498,18 @@
   builders {
     name: "buildbucket/luci.chromium.try/android-pie-x86-fyi-rel"
   }
+  builders {
+    name: "buildbucket/luci.chromium.try/android-webview-marshmallow-arm64-dbg"
+  }
+  builders {
+    name: "buildbucket/luci.chromium.try/android-webview-nougat-arm64-dbg"
+  }
+  builders {
+    name: "buildbucket/luci.chromium.try/android-webview-oreo-arm64-dbg"
+  }
+  builders {
+    name: "buildbucket/luci.chromium.try/android-webview-pie-arm64-dbg"
+  }
   builder_view_only: true
 }
 
@@ -5139,6 +5151,18 @@
     name: "buildbucket/luci.chromium.try/android_optional_gpu_tests_rel"
   }
   builders {
+    name: "buildbucket/luci.chromium.try/android-webview-marshmallow-arm64-dbg"
+  }
+  builders {
+    name: "buildbucket/luci.chromium.try/android-webview-nougat-arm64-dbg"
+  }
+  builders {
+    name: "buildbucket/luci.chromium.try/android-webview-oreo-arm64-dbg"
+  }
+  builders {
+    name: "buildbucket/luci.chromium.try/android-webview-pie-arm64-dbg"
+  }
+  builders {
     name: "buildbucket/luci.chromium.try/cast_shell_audio_linux"
   }
   builders {
diff --git a/ios/chrome/browser/autofill/form_suggestion_label.h b/ios/chrome/browser/autofill/form_suggestion_label.h
index dbe0397..28608bd 100644
--- a/ios/chrome/browser/autofill/form_suggestion_label.h
+++ b/ios/chrome/browser/autofill/form_suggestion_label.h
@@ -17,11 +17,8 @@
 @interface FormSuggestionLabel : UIView
 
 // Designated initializer. Initializes with |client| for |suggestion|.
-// |userInteractionEnabled| is a boolean that denotes whether user interaction
-// is enabled on the suggestion.
 - (instancetype)initWithSuggestion:(FormSuggestion*)suggestion
                              index:(NSUInteger)index
-            userInteractionEnabled:(BOOL)userInteractionEnabled
                     numSuggestions:(NSUInteger)numSuggestions
                             client:(id<FormSuggestionClient>)client
     NS_DESIGNATED_INITIALIZER;
diff --git a/ios/chrome/browser/autofill/form_suggestion_label.mm b/ios/chrome/browser/autofill/form_suggestion_label.mm
index 5ff5b05..25f41a1 100644
--- a/ios/chrome/browser/autofill/form_suggestion_label.mm
+++ b/ios/chrome/browser/autofill/form_suggestion_label.mm
@@ -68,19 +68,16 @@
   // Client of this view.
   __weak id<FormSuggestionClient> client_;
   FormSuggestion* suggestion_;
-  BOOL userInteractionEnabled_;
 }
 
 - (id)initWithSuggestion:(FormSuggestion*)suggestion
                      index:(NSUInteger)index
-    userInteractionEnabled:(BOOL)userInteractionEnabled
             numSuggestions:(NSUInteger)numSuggestions
                     client:(id<FormSuggestionClient>)client {
   self = [super initWithFrame:CGRectZero];
   if (self) {
     suggestion_ = suggestion;
     client_ = client;
-    userInteractionEnabled_ = userInteractionEnabled;
 
     UIStackView* stackView = [[UIStackView alloc] initWithArrangedSubviews:@[]];
     stackView.axis = UILayoutConstraintAxisHorizontal;
@@ -113,9 +110,7 @@
       [stackView addArrangedSubview:description];
     }
 
-    if (userInteractionEnabled_) {
-      [self setBackgroundColor:[UIColor colorNamed:kGrey100Color]];
-    }
+    [self setBackgroundColor:[UIColor colorNamed:kGrey100Color]];
 
     [self setClipsToBounds:YES];
     [self setUserInteractionEnabled:YES];
@@ -143,22 +138,16 @@
 #pragma mark UIResponder
 
 - (void)touchesBegan:(NSSet*)touches withEvent:(UIEvent*)event {
-  if (userInteractionEnabled_) {
-    [self setBackgroundColor:[UIColor colorNamed:kGrey300Color]];
-  }
+  [self setBackgroundColor:[UIColor colorNamed:kGrey300Color]];
 }
 
 - (void)touchesCancelled:(NSSet*)touches withEvent:(UIEvent*)event {
-  if (userInteractionEnabled_) {
-    [self setBackgroundColor:[UIColor colorNamed:kGrey100Color]];
-  }
+  [self setBackgroundColor:[UIColor colorNamed:kGrey100Color]];
 }
 
 - (void)touchesEnded:(NSSet*)touches withEvent:(UIEvent*)event {
-  if (userInteractionEnabled_) {
-    [self setBackgroundColor:[UIColor colorNamed:kGrey100Color]];
-    [client_ didSelectSuggestion:suggestion_];
-  }
+  [self setBackgroundColor:[UIColor colorNamed:kGrey100Color]];
+  [client_ didSelectSuggestion:suggestion_];
 }
 
 @end
diff --git a/ios/chrome/browser/autofill/form_suggestion_view.mm b/ios/chrome/browser/autofill/form_suggestion_view.mm
index 53da46a..b6faf2f 100644
--- a/ios/chrome/browser/autofill/form_suggestion_view.mm
+++ b/ios/chrome/browser/autofill/form_suggestion_view.mm
@@ -140,34 +140,12 @@
 
 - (void)createAndInsertArrangedSubviews {
   auto setupBlock = ^(FormSuggestion* suggestion, NSUInteger idx, BOOL* stop) {
-    // Disable user interaction with suggestion if it is Google Pay logo.
-    BOOL userInteractionEnabled =
-        suggestion.identifier != autofill::POPUP_ITEM_ID_GOOGLE_PAY_BRANDING;
-
     UIView* label =
         [[FormSuggestionLabel alloc] initWithSuggestion:suggestion
                                                   index:idx
-                                 userInteractionEnabled:userInteractionEnabled
                                          numSuggestions:[self.suggestions count]
                                                  client:self.client];
     [self.stackView addArrangedSubview:label];
-
-    // If first suggestion is Google Pay logo animate it below the fold.
-    if (idx == 0U &&
-        suggestion.identifier == autofill::POPUP_ITEM_ID_GOOGLE_PAY_BRANDING) {
-      const CGFloat firstLabelWidth =
-          [label systemLayoutSizeFittingSize:UILayoutFittingCompressedSize]
-              .width +
-          kSuggestionHorizontalMargin;
-      dispatch_time_t popTime =
-          dispatch_time(DISPATCH_TIME_NOW, 0.5 * NSEC_PER_SEC);
-      __weak FormSuggestionView* weakSelf = self;
-      dispatch_after(popTime, dispatch_get_main_queue(), ^{
-        [weakSelf setContentOffset:CGPointMake(firstLabelWidth,
-                                               weakSelf.contentOffset.y)
-                          animated:YES];
-      });
-    }
   };
   [self.suggestions enumerateObjectsUsingBlock:setupBlock];
   if (self.trailingView) {
diff --git a/ios/chrome/browser/flags/about_flags.mm b/ios/chrome/browser/flags/about_flags.mm
index e6724a6..0baa5b92 100644
--- a/ios/chrome/browser/flags/about_flags.mm
+++ b/ios/chrome/browser/flags/about_flags.mm
@@ -272,12 +272,6 @@
      flag_descriptions::kAutofillCreditCardUploadName,
      flag_descriptions::kAutofillCreditCardUploadDescription, flags_ui::kOsIos,
      FEATURE_VALUE_TYPE(autofill::features::kAutofillUpstream)},
-    {"enable-autofill-credit-card-downstream-google-pay-branding",
-     flag_descriptions::kAutofillDownstreamUseGooglePayBrandingOniOSName,
-     flag_descriptions::kAutofillDownstreamUseGooglePayBrandingOniOSDescription,
-     flags_ui::kOsIos,
-     FEATURE_VALUE_TYPE(
-         autofill::features::kAutofillDownstreamUseGooglePayBrandingOniOS)},
     {"use-sync-sandbox", flag_descriptions::kSyncSandboxName,
      flag_descriptions::kSyncSandboxDescription, flags_ui::kOsIos,
      SINGLE_VALUE_TYPE_AND_VALUE(
@@ -323,11 +317,9 @@
      flags_ui::kOsIos,
      FEATURE_VALUE_TYPE(autofill::features::kAutofillRichMetadataQueries)},
     {"fullscreen-viewport-adjustment-experiment",
-     flag_descriptions::kFullscreenViewportAdjustmentExperimentName,
-     flag_descriptions::kFullscreenViewportAdjustmentExperimentDescription,
-     flags_ui::kOsIos,
-     MULTI_VALUE_TYPE(
-         fullscreen::features::kViewportAdjustmentExperimentChoices)},
+     flag_descriptions::kFullscreenSmoothScrollingName,
+     flag_descriptions::kFullscreenSmoothScrollingDescription, flags_ui::kOsIos,
+     FEATURE_VALUE_TYPE(fullscreen::features::kSmoothScrollingDefault)},
     {"autofill-enforce-min-required-fields-for-heuristics",
      flag_descriptions::kAutofillEnforceMinRequiredFieldsForHeuristicsName,
      flag_descriptions::
diff --git a/ios/chrome/browser/flags/ios_chrome_flag_descriptions.cc b/ios/chrome/browser/flags/ios_chrome_flag_descriptions.cc
index 09a3020..31b84dc 100644
--- a/ios/chrome/browser/flags/ios_chrome_flag_descriptions.cc
+++ b/ios/chrome/browser/flags/ios_chrome_flag_descriptions.cc
@@ -29,12 +29,6 @@
     "Offers uploading Autofilled credit cards to Google Payments after form "
     "submission.";
 
-const char kAutofillDownstreamUseGooglePayBrandingOniOSName[] =
-    "Enable Google Pay branding when offering credit card downstream";
-const char kAutofillDownstreamUseGooglePayBrandingOniOSDescription[] =
-    "When enabled, shows the Google Pay logo animation when showing payments"
-    "credit card suggestions in downstream keyboard accessory";
-
 const char kAutofillEnableCompanyNameName[] =
     "Enable Autofill Company Name field";
 const char kAutofillEnableCompanyNameDescription[] =
@@ -204,11 +198,10 @@
 const char kFindInPageiFrameDescription[] =
     "When enabled, Find In Page will search in iFrames.";
 
-const char kFullscreenViewportAdjustmentExperimentName[] =
-    "Fullscreen Viewport Adjustment Mode";
-const char kFullscreenViewportAdjustmentExperimentDescription[] =
-    "The different ways in which the web view's viewport is updated for scroll "
-    "events.  The default option updates the web view's frame.";
+const char kFullscreenSmoothScrollingName[] = "Fullscreen Smooth Scrolling";
+const char kFullscreenSmoothScrollingDescription[] =
+    "When enabled, the web view's insets are updated for scoll events. If "
+    "disabled, the the web view's frame are updated.";
 
 const char kIgnoresViewportScaleLimitsName[] = "Ignore Viewport Scale Limits";
 const char kIgnoresViewportScaleLimitsDescription[] =
diff --git a/ios/chrome/browser/flags/ios_chrome_flag_descriptions.h b/ios/chrome/browser/flags/ios_chrome_flag_descriptions.h
index 8a8b85e..3104ed5 100644
--- a/ios/chrome/browser/flags/ios_chrome_flag_descriptions.h
+++ b/ios/chrome/browser/flags/ios_chrome_flag_descriptions.h
@@ -21,11 +21,6 @@
 extern const char kAutofillCreditCardUploadName[];
 extern const char kAutofillCreditCardUploadDescription[];
 
-// Title and description for the flag to control GPay branding in credit card
-// downstream keyboard accessory.
-extern const char kAutofillDownstreamUseGooglePayBrandingOniOSName[];
-extern const char kAutofillDownstreamUseGooglePayBrandingOniOSDescription[];
-
 // Title and description for the flag to control deprecating company name.
 extern const char kAutofillEnableCompanyNameName[];
 extern const char kAutofillEnableCompanyNameDescription[];
@@ -169,8 +164,8 @@
 
 // Title and description for the command line switch used to determine the
 // active fullscreen viewport adjustment mode.
-extern const char kFullscreenViewportAdjustmentExperimentName[];
-extern const char kFullscreenViewportAdjustmentExperimentDescription[];
+extern const char kFullscreenSmoothScrollingName[];
+extern const char kFullscreenSmoothScrollingDescription[];
 
 // Title and description for the flag to ignore viewport scale limits.
 extern const char kIgnoresViewportScaleLimitsName[];
diff --git a/ios/chrome/browser/prerender/prerender_egtest.mm b/ios/chrome/browser/prerender/prerender_egtest.mm
index d796176..c435a66f 100644
--- a/ios/chrome/browser/prerender/prerender_egtest.mm
+++ b/ios/chrome/browser/prerender/prerender_egtest.mm
@@ -8,6 +8,7 @@
 #include "base/bind.h"
 #include "base/memory/ptr_util.h"
 #include "base/strings/sys_string_conversions.h"
+#import "base/test/ios/wait_util.h"
 #import "ios/chrome/browser/ui/content_suggestions/ntp_home_constant.h"
 #import "ios/chrome/browser/ui/omnibox/omnibox_text_field_ios.h"
 #import "ios/chrome/browser/ui/omnibox/popup/omnibox_popup_truncating_label.h"
@@ -22,6 +23,9 @@
 #error "This file requires ARC support."
 #endif
 
+using base::test::ios::WaitUntilConditionOrTimeout;
+using base::test::ios::kWaitForPageLoadTimeout;
+
 namespace {
 const char kPageURL[] = "/test-page.html";
 const char kPageTitle[] = "Page title!";
@@ -29,6 +33,7 @@
 
 // Provides responses for redirect and changed window location URLs.
 std::unique_ptr<net::test_server::HttpResponse> StandardResponse(
+    int* counter,
     const net::test_server::HttpRequest& request) {
   if (request.relative_url != kPageURL) {
     return nullptr;
@@ -39,6 +44,7 @@
   http_response->set_content("<html><head><title>" + std::string(kPageTitle) +
                              "</title></head><body>" +
                              std::string(kPageLoadedString) + "</body></html>");
+  (*counter)++;
   return std::move(http_response);
 }
 }  // namespace
@@ -59,16 +65,23 @@
         @"Disabled for iPad due to alternate letters educational screen.");
   }
 
+  if ([ChromeEarlGrey isSlimNavigationManagerEnabled]) {
+    // TODO(crbug.com/834116): Fix and enable this test.
+    EARL_GREY_TEST_DISABLED(@"Prerender is not supported by slim-nav yet.");
+  }
+
   [ChromeEarlGrey clearBrowsingHistory];
   // Set server up.
+  int visitCounter = 0;
   self.testServer->RegisterRequestHandler(
-      base::BindRepeating(&StandardResponse));
+      base::BindRepeating(&StandardResponse, &visitCounter));
   GREYAssertTrue(self.testServer->Start(), @"Test server failed to start.");
   const GURL pageURL = self.testServer->GetURL(kPageURL);
   NSString* pageString = base::SysUTF8ToNSString(pageURL.GetContent());
 
   // Go to the page a couple of time so it shows as suggestion.
   [ChromeEarlGrey loadURL:pageURL];
+  GREYAssertEqual(1, visitCounter, @"The page should have been loaded once");
   [ChromeEarlGrey goBack];
   [[self class] closeAllTabs];
   [ChromeEarlGrey openNewTab];
@@ -80,6 +93,7 @@
   [[EarlGrey selectElementWithMatcher:chrome_test_util::Omnibox()]
       performAction:grey_typeText([pageString stringByAppendingString:@"\n"])];
   [ChromeEarlGrey waitForPageToFinishLoading];
+  GREYAssertEqual(2, visitCounter, @"The page should have been loaded twice");
   [[self class] closeAllTabs];
   [ChromeEarlGrey openNewTab];
 
@@ -92,6 +106,12 @@
       performAction:grey_typeText(
                         [pageString substringToIndex:[pageString length] - 6])];
 
+  // Wait until prerender request reaches the server.
+  bool prerendered = WaitUntilConditionOrTimeout(kWaitForPageLoadTimeout, ^{
+    return visitCounter == 3;
+  });
+  GREYAssertTrue(prerendered, @"Prerender did not happen");
+
   // Make sure the omnibox is autocompleted.
   [[EarlGrey
       selectElementWithMatcher:grey_allOf(grey_accessibilityLabel(pageString),
@@ -111,6 +131,9 @@
                                        @"omnibox suggestion 0")),
                                    grey_sufficientlyVisible(), nil)]
       performAction:grey_tap()];
+
+  [ChromeEarlGrey waitForWebStateContainingText:kPageLoadedString];
+  GREYAssertEqual(3, visitCounter, @"Prerender should have been the last load");
 }
 
 @end
diff --git a/ios/chrome/browser/ui/fullscreen/fullscreen_features.h b/ios/chrome/browser/ui/fullscreen/fullscreen_features.h
index 7a0ad40..cbbb340 100644
--- a/ios/chrome/browser/ui/fullscreen/fullscreen_features.h
+++ b/ios/chrome/browser/ui/fullscreen/fullscreen_features.h
@@ -11,37 +11,10 @@
 namespace fullscreen {
 namespace features {
 
-// The name of the command line switch used to control the method by which the
-// viewport of the content area is updated by scrolling events.
-extern const char kViewportAdjustmentExperimentCommandLineSwitch[];
-
-// The available viewport adjustment experiments.  The choices in this array
-// correspond with the ViewportAdjustmentExperiment values.
-extern const flags_ui::FeatureEntry::Choice
-    kViewportAdjustmentExperimentChoices[6];
-
 // Feature used by finch config to enable smooth scrolling when the default
 // viewport adjustment experiment is selected via command line switches.
 extern const base::Feature kSmoothScrollingDefault;
 
-// Enum type describing viewport adjustment experiments.
-enum class ViewportAdjustmentExperiment : short {
-  FRAME = 0,      // Adjust the viewport by resizing the entire WKWebView.
-  CONTENT_INSET,  // Adjust the viewport by updating the WKWebView's scroll view
-                  // contentInset.
-  SAFE_AREA,  // Adjust the viewport by updating the safe area of the browser
-              // container view.
-  HYBRID,  // Translates the web view up and down and updates the viewport using
-           // safe area insets.
-  SMOOTH_SCROLLING,  // Adjusts the viewport using the smooth scrolling
-                     // workaround.
-};
-
-// Convenience method for retrieving the active viewport adjustment experiment
-// from the command line. TODO(crbug.com/914042): Remove once the internal
-// references are moved to ShouldUseSmoothScrolling().
-ViewportAdjustmentExperiment GetActiveViewportExperiment();
-
 // Convenience method for determining when to adjust the viewport by resizing
 // WKWebView or using smooth scrolling.
 bool ShouldUseSmoothScrolling();
diff --git a/ios/chrome/browser/ui/fullscreen/fullscreen_features.mm b/ios/chrome/browser/ui/fullscreen/fullscreen_features.mm
index 74425c40..abd4c38 100644
--- a/ios/chrome/browser/ui/fullscreen/fullscreen_features.mm
+++ b/ios/chrome/browser/ui/fullscreen/fullscreen_features.mm
@@ -11,59 +11,12 @@
 #error "This file requires ARC support."
 #endif
 
-namespace {
-// The command line values for the content inset and safe area experiment
-// choices.
-const char kFrameChoiceValue[] = "frame";
-const char kContentInsetChoiceValue[] = "content-inset";
-const char kSafeAreaChoiceValue[] = "safe-area";
-const char kHybridChoiceValue[] = "hybrid";
-const char kSmoothScrollingChoiceValue[] = "smooth";
-}
-
 namespace fullscreen {
 namespace features {
 
-const char kViewportAdjustmentExperimentCommandLineSwitch[] =
-    "fullscreen-viewport-adjustment-experiment";
-
-const flags_ui::FeatureEntry::Choice kViewportAdjustmentExperimentChoices[] = {
-    {flags_ui::kGenericExperimentChoiceDefault, "", ""},
-    {"Update Content Inset", kViewportAdjustmentExperimentCommandLineSwitch,
-     "content-inset"},
-    {"Update Safe Area", kViewportAdjustmentExperimentCommandLineSwitch,
-     "safe-area"},
-    {"Use Hybrid Implementation",
-     kViewportAdjustmentExperimentCommandLineSwitch, "hybrid"},
-    {"Use Smooth Scrolling", kViewportAdjustmentExperimentCommandLineSwitch,
-     "smooth"},
-    {"Update Frame", kViewportAdjustmentExperimentCommandLineSwitch, "frame"}};
-
 const base::Feature kSmoothScrollingDefault{"FullscreenSmoothScrollingDefault",
                                             base::FEATURE_ENABLED_BY_DEFAULT};
 
-ViewportAdjustmentExperiment GetActiveViewportExperiment() {
-  const base::CommandLine* command_line =
-      base::CommandLine::ForCurrentProcess();
-  if (command_line->HasSwitch(kViewportAdjustmentExperimentCommandLineSwitch)) {
-    std::string viewport_experiment = command_line->GetSwitchValueASCII(
-        kViewportAdjustmentExperimentCommandLineSwitch);
-    if (viewport_experiment == std::string(kContentInsetChoiceValue))
-      return ViewportAdjustmentExperiment::CONTENT_INSET;
-    if (viewport_experiment == std::string(kSafeAreaChoiceValue))
-      return ViewportAdjustmentExperiment::SAFE_AREA;
-    if (viewport_experiment == std::string(kHybridChoiceValue))
-      return ViewportAdjustmentExperiment::HYBRID;
-    if (viewport_experiment == std::string(kSmoothScrollingChoiceValue))
-      return ViewportAdjustmentExperiment::SMOOTH_SCROLLING;
-    if (viewport_experiment == std::string(kFrameChoiceValue))
-      return ViewportAdjustmentExperiment::FRAME;
-  }
-  return base::FeatureList::IsEnabled(kSmoothScrollingDefault)
-             ? ViewportAdjustmentExperiment::SMOOTH_SCROLLING
-             : ViewportAdjustmentExperiment::FRAME;
-}
-
 bool ShouldUseSmoothScrolling() {
   return base::FeatureList::IsEnabled(kSmoothScrollingDefault);
 }
diff --git a/ios/chrome/browser/ui/settings/language/BUILD.gn b/ios/chrome/browser/ui/settings/language/BUILD.gn
index b95c1c4..fd5ec1b 100644
--- a/ios/chrome/browser/ui/settings/language/BUILD.gn
+++ b/ios/chrome/browser/ui/settings/language/BUILD.gn
@@ -37,6 +37,7 @@
     "language_settings_consumer.h",
     "language_settings_data_source.h",
     "language_settings_histograms.h",
+    "language_settings_histograms.mm",
     "language_settings_table_view_controller.h",
     "language_settings_table_view_controller.mm",
     "language_settings_ui_constants.h",
diff --git a/ios/chrome/browser/ui/settings/language/language_settings_histograms.h b/ios/chrome/browser/ui/settings/language/language_settings_histograms.h
index 8f222c2..6e93343 100644
--- a/ios/chrome/browser/ui/settings/language/language_settings_histograms.h
+++ b/ios/chrome/browser/ui/settings/language/language_settings_histograms.h
@@ -5,10 +5,9 @@
 #ifndef IOS_CHROME_BROWSER_UI_SETTINGS_LANGUAGE_LANGUAGE_SETTINGS_HISTOGRAMS_H_
 #define IOS_CHROME_BROWSER_UI_SETTINGS_LANGUAGE_LANGUAGE_SETTINGS_HISTOGRAMS_H_
 
-// UMA histogram names. These constants are repeated in LanguagesManager.java.
-const char kLanguageSettingsPageImpressionHistogram[] =
-    "LanguageSettings.PageImpression";
-const char kLanguageSettingsActionsHistogram[] = "LanguageSettings.Actions";
+// UMA histogram names.
+extern const char kLanguageSettingsPageImpressionHistogram[];
+extern const char kLanguageSettingsActionsHistogram[];
 
 // Enum for the LanguageSettings.PageImpression histogram. These constants are
 // repeated in LanguagesManager.java.
diff --git a/ios/chrome/browser/ui/settings/language/language_settings_histograms.mm b/ios/chrome/browser/ui/settings/language/language_settings_histograms.mm
new file mode 100644
index 0000000..7de4dd9
--- /dev/null
+++ b/ios/chrome/browser/ui/settings/language/language_settings_histograms.mm
@@ -0,0 +1,14 @@
+// Copyright 2019 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#import "ios/chrome/browser/ui/settings/language/language_settings_histograms.h"
+
+#if !defined(__has_feature) || !__has_feature(objc_arc)
+#error "This file requires ARC support."
+#endif
+
+// UMA histogram names. These constants are repeated in LanguagesManager.java.
+const char kLanguageSettingsPageImpressionHistogram[] =
+    "LanguageSettings.PageImpression";
+const char kLanguageSettingsActionsHistogram[] = "LanguageSettings.Actions";
diff --git a/ios/web_view/internal/app/application_context.mm b/ios/web_view/internal/app/application_context.mm
index 15e85a01..7d63790 100644
--- a/ios/web_view/internal/app/application_context.mm
+++ b/ios/web_view/internal/app/application_context.mm
@@ -109,9 +109,7 @@
     base::FilePath local_state_path;
     base::PathService::Get(base::DIR_APP_DATA, &local_state_path);
     local_state_path =
-        local_state_path.Append(FILE_PATH_LITERAL("ChromeWebView"));
-    local_state_path =
-        local_state_path.Append(FILE_PATH_LITERAL("Local State"));
+        local_state_path.Append(FILE_PATH_LITERAL("ChromeWebViewLocalState"));
 
     scoped_refptr<PersistentPrefStore> user_pref_store =
         new JsonPrefStore(std::move(local_state_path));
diff --git a/ios/web_view/internal/web_view_browser_state.mm b/ios/web_view/internal/web_view_browser_state.mm
index 666fb09..b51f5eb 100644
--- a/ios/web_view/internal/web_view_browser_state.mm
+++ b/ios/web_view/internal/web_view_browser_state.mm
@@ -61,7 +61,8 @@
 #endif
 
 namespace {
-const char kPreferencesFilename[] = FILE_PATH_LITERAL("Preferences");
+const char kPreferencesFilename[] =
+    FILE_PATH_LITERAL("ChromeWebViewPreferences");
 }
 
 namespace ios_web_view {
diff --git a/ios/web_view/internal/web_view_url_request_context_getter.mm b/ios/web_view/internal/web_view_url_request_context_getter.mm
index cfe40f9..b15ef83 100644
--- a/ios/web_view/internal/web_view_url_request_context_getter.mm
+++ b/ios/web_view/internal/web_view_url_request_context_getter.mm
@@ -79,7 +79,7 @@
     bool cookie_path_found =
         base::PathService::Get(base::DIR_APP_DATA, &cookie_path);
     DCHECK(cookie_path_found);
-    cookie_path = cookie_path.Append("ChromeWebView").Append("Cookies");
+    cookie_path = cookie_path.Append("ChromeWebViewCookies");
     scoped_refptr<net::CookieMonster::PersistentCookieStore> persistent_store =
         new net::SQLitePersistentCookieStore(
             cookie_path, network_task_runner_,
@@ -151,7 +151,8 @@
     network_session_context.ct_policy_enforcer =
         url_request_context_->ct_policy_enforcer();
 
-    base::FilePath cache_path = base_path_.Append(FILE_PATH_LITERAL("Cache"));
+    base::FilePath cache_path =
+        base_path_.Append(FILE_PATH_LITERAL("ChromeWebViewCache"));
     std::unique_ptr<net::HttpCache::DefaultBackend> main_backend(
         new net::HttpCache::DefaultBackend(
             net::DISK_CACHE, net::CACHE_BACKEND_DEFAULT, cache_path, 0));
diff --git a/ios/web_view/shell/shell_autofill_delegate.m b/ios/web_view/shell/shell_autofill_delegate.m
index 6b6bf36..43ca942 100644
--- a/ios/web_view/shell/shell_autofill_delegate.m
+++ b/ios/web_view/shell/shell_autofill_delegate.m
@@ -109,19 +109,39 @@
 }
 
 - (void)autofillController:(CWVAutofillController*)autofillController
+    decideSavePolicyForAutofillProfile:(CWVAutofillProfile*)autofillProfile
+                       decisionHandler:
+                           (void (^)(BOOL decision))decisionHandler {
+  UIAlertController* alertController = [UIAlertController
+      alertControllerWithTitle:@"Save profile?"
+                       message:autofillProfile.debugDescription
+                preferredStyle:UIAlertControllerStyleActionSheet];
+  UIAlertAction* allowAction =
+      [UIAlertAction actionWithTitle:@"Allow"
+                               style:UIAlertActionStyleDefault
+                             handler:^(UIAlertAction* _Nonnull action) {
+                               decisionHandler(YES);
+                             }];
+  UIAlertAction* cancelAction =
+      [UIAlertAction actionWithTitle:@"Cancel"
+                               style:UIAlertActionStyleCancel
+                             handler:^(UIAlertAction* _Nonnull action) {
+                               decisionHandler(NO);
+                             }];
+  [alertController addAction:allowAction];
+  [alertController addAction:cancelAction];
+  [UIApplication.sharedApplication.keyWindow.rootViewController
+      presentViewController:alertController
+                   animated:YES
+                 completion:nil];
+}
+
+- (void)autofillController:(CWVAutofillController*)autofillController
     saveCreditCardWithSaver:(CWVCreditCardSaver*)saver {
   CWVCreditCard* creditCard = saver.creditCard;
-  NSString* cardSummary = [NSString
-      stringWithFormat:@"%@ %@ %@/%@", creditCard.cardHolderFullName,
-                       creditCard.cardNumber, creditCard.expirationMonth,
-                       creditCard.expirationYear];
-  NSArray<NSString*>* legalMessages =
-      [saver.legalMessages valueForKey:@"string"];
-  NSString* message = [[legalMessages arrayByAddingObject:cardSummary]
-      componentsJoinedByString:@"\n"];
   UIAlertController* alertController = [UIAlertController
       alertControllerWithTitle:@"Save card?"
-                       message:message
+                       message:creditCard.debugDescription
                 preferredStyle:UIAlertControllerStyleActionSheet];
   UIAlertAction* allowAction = [UIAlertAction
       actionWithTitle:@"Allow"
@@ -150,13 +170,12 @@
 }
 
 - (void)autofillController:(CWVAutofillController*)autofillController
-    decidePasswordSavingPolicyForUsername:(NSString*)userName
-                          decisionHandler:(void (^)(CWVPasswordUserDecision))
-                                              decisionHandler {
+    decideSavePolicyForPassword:(CWVPassword*)password
+                decisionHandler:(void (^)(CWVPasswordUserDecision decision))
+                                    decisionHandler {
   UIAlertController* alertController = [UIAlertController
-      alertControllerWithTitle:@"Save Password"
-                       message:@"Do you want to save your password on "
-                               @"this site?"
+      alertControllerWithTitle:@"Save password?"
+                       message:password.debugDescription
                 preferredStyle:UIAlertControllerStyleActionSheet];
 
   UIAlertAction* noAction = [UIAlertAction
@@ -190,16 +209,12 @@
 }
 
 - (void)autofillController:(CWVAutofillController*)autofillController
-    decidePasswordUpdatingPolicyForUsername:(NSString*)userName
-                            decisionHandler:(void (^)(CWVPasswordUserDecision))
-                                                decisionHandler {
-  NSString* message =
-      [NSString stringWithFormat:@"Do you want to update your password "
-                                 @"for %@ on this site?",
-                                 userName];
+    decideUpdatePolicyForPassword:(CWVPassword*)password
+                  decisionHandler:(void (^)(CWVPasswordUserDecision decision))
+                                      decisionHandler {
   UIAlertController* alertController = [UIAlertController
-      alertControllerWithTitle:@"Update Password"
-                       message:message
+      alertControllerWithTitle:@"Update password?"
+                       message:password.debugDescription
                 preferredStyle:UIAlertControllerStyleActionSheet];
 
   UIAlertAction* noAction = [UIAlertAction
diff --git a/ios/web_view/shell/shell_view_controller.m b/ios/web_view/shell/shell_view_controller.m
index 63b7df6..4d66deb 100644
--- a/ios/web_view/shell/shell_view_controller.m
+++ b/ios/web_view/shell/shell_view_controller.m
@@ -138,7 +138,7 @@
   [_menuButton setImage:[UIImage imageNamed:@"ic_menu"]
                forState:UIControlStateNormal];
   [_menuButton addTarget:self
-                  action:@selector(showMenu)
+                  action:@selector(showMainMenu)
         forControlEvents:UIControlEventTouchUpInside];
 
   _field.placeholder = @"Search or type URL";
@@ -246,12 +246,13 @@
 
   [CWVWebView setUserAgentProduct:@"Dummy/1.0"];
 
+  _authService = [[ShellAuthService alloc] init];
+  CWVSyncController.dataSource = _authService;
+
   CWVWebViewConfiguration* configuration =
       [CWVWebViewConfiguration defaultConfiguration];
   configuration.syncController.delegate = self;
   [self createWebViewWithConfiguration:configuration];
-
-  _authService = [[ShellAuthService alloc] init];
 }
 
 - (UIStatusBarStyle)preferredStatusBarStyle {
@@ -293,9 +294,229 @@
   }
 }
 
-- (void)showMenu {
+- (void)showAddressData {
+  CWVAutofillDataManager* dataManager =
+      _webView.configuration.autofillDataManager;
+  [dataManager fetchProfilesWithCompletionHandler:^(
+                   NSArray<CWVAutofillProfile*>* _Nonnull profiles) {
+    NSMutableArray<NSString*>* descriptions = [profiles
+        valueForKey:NSStringFromSelector(@selector(debugDescription))];
+    NSString* message = [descriptions componentsJoinedByString:@"\n\n"];
+    UIAlertController* alertController = [UIAlertController
+        alertControllerWithTitle:@"Addresses"
+                         message:message
+                  preferredStyle:UIAlertControllerStyleActionSheet];
+    for (CWVAutofillProfile* profile in profiles) {
+      NSString* title = [NSString
+          stringWithFormat:@"Delete %@", @([profiles indexOfObject:profile])];
+      UIAlertAction* action =
+          [UIAlertAction actionWithTitle:title
+                                   style:UIAlertActionStyleDefault
+                                 handler:^(UIAlertAction* action) {
+                                   [dataManager deleteProfile:profile];
+                                 }];
+      [alertController addAction:action];
+    }
+    [alertController
+        addAction:[UIAlertAction actionWithTitle:@"Done"
+                                           style:UIAlertActionStyleCancel
+                                         handler:nil]];
+
+    [self presentViewController:alertController animated:YES completion:nil];
+  }];
+}
+
+- (void)showCreditCardData {
+  CWVAutofillDataManager* dataManager =
+      _webView.configuration.autofillDataManager;
+  [dataManager fetchCreditCardsWithCompletionHandler:^(
+                   NSArray<CWVCreditCard*>* _Nonnull creditCards) {
+    NSMutableArray<NSString*>* descriptions = [creditCards
+        valueForKey:NSStringFromSelector(@selector(debugDescription))];
+    NSString* message = [descriptions componentsJoinedByString:@"\n\n"];
+    UIAlertController* alertController = [UIAlertController
+        alertControllerWithTitle:@"Credit cards"
+                         message:message
+                  preferredStyle:UIAlertControllerStyleActionSheet];
+    for (CWVCreditCard* creditCard in creditCards) {
+      NSString* title =
+          [NSString stringWithFormat:@"Delete %@",
+                                     @([creditCards indexOfObject:creditCard])];
+      UIAlertAction* action =
+          [UIAlertAction actionWithTitle:title
+                                   style:UIAlertActionStyleDefault
+                                 handler:^(UIAlertAction* action) {
+                                   [dataManager deleteCreditCard:creditCard];
+                                 }];
+      [alertController addAction:action];
+    }
+    [alertController
+        addAction:[UIAlertAction actionWithTitle:@"Done"
+                                           style:UIAlertActionStyleCancel
+                                         handler:nil]];
+    [self presentViewController:alertController animated:YES completion:nil];
+  }];
+}
+
+- (void)showPasswordData {
+  CWVAutofillDataManager* dataManager =
+      _webView.configuration.autofillDataManager;
+  [dataManager fetchPasswordsWithCompletionHandler:^(
+                   NSArray<CWVPassword*>* _Nonnull passwords) {
+    NSMutableArray<NSString*>* descriptions = [passwords
+        valueForKey:NSStringFromSelector(@selector(debugDescription))];
+    NSString* message = [descriptions componentsJoinedByString:@"\n\n"];
+    UIAlertController* alertController = [UIAlertController
+        alertControllerWithTitle:@"Passwords"
+                         message:message
+                  preferredStyle:UIAlertControllerStyleActionSheet];
+    for (CWVPassword* password in passwords) {
+      NSString* title = [NSString
+          stringWithFormat:@"Delete %@", @([passwords indexOfObject:password])];
+      UIAlertAction* action =
+          [UIAlertAction actionWithTitle:title
+                                   style:UIAlertActionStyleDefault
+                                 handler:^(UIAlertAction* action) {
+                                   [dataManager deletePassword:password];
+                                 }];
+      [alertController addAction:action];
+    }
+    [alertController
+        addAction:[UIAlertAction actionWithTitle:@"Done"
+                                           style:UIAlertActionStyleCancel
+                                         handler:nil]];
+    [self presentViewController:alertController animated:YES completion:nil];
+  }];
+}
+
+- (void)showSyncMenu {
   UIAlertController* alertController = [UIAlertController
-      alertControllerWithTitle:nil
+      alertControllerWithTitle:@"Sync menu"
+                       message:nil
+                preferredStyle:UIAlertControllerStyleActionSheet];
+
+  CWVSyncController* syncController = _webView.configuration.syncController;
+  CWVIdentity* currentIdentity = syncController.currentIdentity;
+  if (currentIdentity) {
+    NSString* title = [NSString
+        stringWithFormat:@"Stop syncing for %@", currentIdentity.email];
+    [alertController
+        addAction:[UIAlertAction
+                      actionWithTitle:title
+                                style:UIAlertActionStyleDefault
+                              handler:^(UIAlertAction* action) {
+                                [syncController stopSyncAndClearIdentity];
+                              }]];
+
+    __weak ShellViewController* weakSelf = self;
+    if (syncController.consentNeeded) {
+      [alertController
+          addAction:[UIAlertAction actionWithTitle:@"Opt into sync"
+                                             style:UIAlertActionStyleDefault
+                                           handler:^(UIAlertAction* action) {
+                                             [syncController consent];
+                                           }]];
+    } else if (syncController.passphraseNeeded) {
+      [alertController
+          addAction:[UIAlertAction
+                        actionWithTitle:@"Unlock using passphrase"
+                                  style:UIAlertActionStyleDefault
+                                handler:^(UIAlertAction* action) {
+                                  [weakSelf showPassphraseUnlockAlert];
+                                }]];
+    } else {
+      [alertController
+          addAction:[UIAlertAction actionWithTitle:@"Show autofill data"
+                                             style:UIAlertActionStyleDefault
+                                           handler:^(UIAlertAction* action) {
+                                             [weakSelf showAddressData];
+                                           }]];
+      [alertController
+          addAction:[UIAlertAction actionWithTitle:@"Show credit card data"
+                                             style:UIAlertActionStyleDefault
+                                           handler:^(UIAlertAction* action) {
+                                             [weakSelf showCreditCardData];
+                                           }]];
+      [alertController
+          addAction:[UIAlertAction actionWithTitle:@"Show password data"
+                                             style:UIAlertActionStyleDefault
+                                           handler:^(UIAlertAction* action) {
+                                             [weakSelf showPasswordData];
+                                           }]];
+    }
+  } else {
+    for (CWVIdentity* identity in [_authService identities]) {
+      NSString* title =
+          [NSString stringWithFormat:@"Start sync with %@", identity.email];
+      [alertController
+          addAction:[UIAlertAction
+                        actionWithTitle:title
+                                  style:UIAlertActionStyleDefault
+                                handler:^(UIAlertAction* action) {
+                                  [syncController
+                                      startSyncWithIdentity:identity];
+                                }]];
+    }
+
+    NSString* sandboxTitle = [CWVFlags sharedInstance].usesSyncAndWalletSandbox
+                                 ? @"Use production sync/wallet"
+                                 : @"Use sandbox sync/wallet";
+    [alertController
+        addAction:[UIAlertAction actionWithTitle:sandboxTitle
+                                           style:UIAlertActionStyleDefault
+                                         handler:^(UIAlertAction* action) {
+                                           [CWVFlags sharedInstance]
+                                               .usesSyncAndWalletSandbox ^= YES;
+                                         }]];
+  }
+
+  [alertController
+      addAction:[UIAlertAction actionWithTitle:@"Cancel"
+                                         style:UIAlertActionStyleCancel
+                                       handler:nil]];
+
+  [self presentViewController:alertController animated:YES completion:nil];
+}
+
+- (void)showPassphraseUnlockAlert {
+  UIAlertController* alertController =
+      [UIAlertController alertControllerWithTitle:@"Unlock sync"
+                                          message:@"Enter passphrase"
+                                   preferredStyle:UIAlertControllerStyleAlert];
+
+  __weak UIAlertController* weakAlertController = alertController;
+  CWVSyncController* syncController = _webView.configuration.syncController;
+  UIAlertAction* submit = [UIAlertAction
+      actionWithTitle:@"Unlock"
+                style:UIAlertActionStyleDefault
+              handler:^(UIAlertAction* action) {
+                UITextField* textField =
+                    weakAlertController.textFields.firstObject;
+                NSString* passphrase = textField.text;
+                BOOL result = [syncController unlockWithPassphrase:passphrase];
+                NSLog(@"Sync passphrase unlock result: %d", result);
+              }];
+
+  [alertController addAction:submit];
+
+  UIAlertAction* cancel =
+      [UIAlertAction actionWithTitle:@"Cancel"
+                               style:UIAlertActionStyleCancel
+                             handler:nil];
+  [alertController addAction:cancel];
+
+  [alertController
+      addTextFieldWithConfigurationHandler:^(UITextField* textField) {
+        textField.placeholder = @"passphrase";
+        textField.keyboardType = UIKeyboardTypeDefault;
+      }];
+
+  [self presentViewController:alertController animated:YES completion:nil];
+}
+
+- (void)showMainMenu {
+  UIAlertController* alertController = [UIAlertController
+      alertControllerWithTitle:@"Main menu"
                        message:nil
                 preferredStyle:UIAlertControllerStyleActionSheet];
   [alertController
@@ -339,48 +560,23 @@
                                          [weakSelf resetTranslateSettings];
                                        }]];
 
-  for (CWVIdentity* identity in [_authService identities]) {
-    NSString* title =
-        [NSString stringWithFormat:@"Start sync with %@", identity.email];
+  // Shows sync menu.
+  [alertController
+      addAction:[UIAlertAction actionWithTitle:@"Sync menu"
+                                         style:UIAlertActionStyleDefault
+                                       handler:^(UIAlertAction* action) {
+                                         [weakSelf showSyncMenu];
+                                       }]];
+
+  if (self.downloadTask) {
     [alertController
-        addAction:[UIAlertAction
-                      actionWithTitle:title
-                                style:UIAlertActionStyleDefault
-                              handler:^(UIAlertAction* action) {
-                                CWVSyncController* syncController =
-                                    weakSelf.webView.configuration
-                                        .syncController;
-                                [syncController startSyncWithIdentity:identity];
-                              }]];
+        addAction:[UIAlertAction actionWithTitle:@"Cancel download"
+                                           style:UIAlertActionStyleDefault
+                                         handler:^(UIAlertAction* action) {
+                                           [weakSelf.downloadTask cancel];
+                                         }]];
   }
 
-  [alertController
-      addAction:[UIAlertAction
-                    actionWithTitle:@"Stop sync"
-                              style:UIAlertActionStyleDefault
-                            handler:^(UIAlertAction* action) {
-                              [weakSelf.webView.configuration
-                                      .syncController stopSyncAndClearIdentity];
-                            }]];
-
-  NSString* sandboxTitle = [CWVFlags sharedInstance].usesSyncAndWalletSandbox
-                               ? @"Use production sync/wallet"
-                               : @"Use sandbox sync/wallet";
-  [alertController
-      addAction:[UIAlertAction actionWithTitle:sandboxTitle
-                                         style:UIAlertActionStyleDefault
-                                       handler:^(UIAlertAction* action) {
-                                         [CWVFlags sharedInstance]
-                                             .usesSyncAndWalletSandbox ^= YES;
-                                       }]];
-
-  [alertController
-      addAction:[UIAlertAction actionWithTitle:@"Cancel download"
-                                         style:UIAlertActionStyleDefault
-                                       handler:^(UIAlertAction* action) {
-                                         [weakSelf.downloadTask cancel];
-                                       }]];
-
   [self presentViewController:alertController animated:YES completion:nil];
 }
 
diff --git a/media/base/media_switches.cc b/media/base/media_switches.cc
index 5b4cf31..f1655d20 100644
--- a/media/base/media_switches.cc
+++ b/media/base/media_switches.cc
@@ -304,15 +304,8 @@
                                               base::FEATURE_ENABLED_BY_DEFAULT};
 
 // Show toolbar button that opens dialog for controlling media sessions.
-const base::Feature kGlobalMediaControls {
-  "GlobalMediaControls",
-#if defined(OS_WIN) || defined(OS_MACOSX) || \
-    (defined(OS_LINUX) && !defined(OS_CHROMEOS))
-      base::FEATURE_ENABLED_BY_DEFAULT
-#else
-      base::FEATURE_DISABLED_BY_DEFAULT
-#endif
-};
+const base::Feature kGlobalMediaControls{"GlobalMediaControls",
+                                         base::FEATURE_DISABLED_BY_DEFAULT};
 
 // Enable new cpu load estimator. Intended for evaluation in local
 // testing and origin-trial.
@@ -485,6 +478,11 @@
 const base::Feature kUseAudioLatencyFromHAL{"UseAudioLatencyFromHAL",
                                             base::FEATURE_DISABLED_BY_DEFAULT};
 
+// Enable pooling of SharedImageVideo objects for use by MCVD, to save a hop to
+// the GPU main thread during VideoFrame construction.
+const base::Feature kUsePooledSharedImageVideoProvider{
+    "UsePooledSharedImageVideoProvider", base::FEATURE_DISABLED_BY_DEFAULT};
+
 #endif  // defined(OS_ANDROID)
 
 #if defined(OS_WIN)
diff --git a/media/base/media_switches.h b/media/base/media_switches.h
index 965c584..8df20f29 100644
--- a/media/base/media_switches.h
+++ b/media/base/media_switches.h
@@ -166,6 +166,7 @@
 MEDIA_EXPORT extern const base::Feature kPictureInPictureAPI;
 MEDIA_EXPORT extern const base::Feature kHlsPlayer;
 MEDIA_EXPORT extern const base::Feature kUseAudioLatencyFromHAL;
+MEDIA_EXPORT extern const base::Feature kUsePooledSharedImageVideoProvider;
 #endif  // defined(OS_ANDROID)
 
 #if defined(OS_WIN)
diff --git a/media/blink/BUILD.gn b/media/blink/BUILD.gn
index 2007220e..e527c1c 100644
--- a/media/blink/BUILD.gn
+++ b/media/blink/BUILD.gn
@@ -82,6 +82,7 @@
     "//services/network/public/cpp:cpp",
     "//services/service_manager/public/cpp:cpp",
     "//third_party/blink/public:blink",
+    "//third_party/blink/public/strings:strings_grit",
     "//ui/gfx",
     "//ui/gfx/geometry",
     "//url",
diff --git a/media/blink/DEPS b/media/blink/DEPS
index 51cba9b4..e0731c5 100644
--- a/media/blink/DEPS
+++ b/media/blink/DEPS
@@ -19,6 +19,7 @@
   "+services/service_manager/public/cpp",
   "+third_party/blink/public/mojom",
   "+third_party/blink/public/platform",
+  "+third_party/blink/public/strings/grit/blink_strings.h",
   "+third_party/blink/public/web",
 
   # media/mojo is not part of "media" target and should not use MEDIA_EXPORT.
diff --git a/media/blink/webmediaplayer_impl.cc b/media/blink/webmediaplayer_impl.cc
index f197763..415ab3c 100644
--- a/media/blink/webmediaplayer_impl.cc
+++ b/media/blink/webmediaplayer_impl.cc
@@ -68,6 +68,7 @@
 #include "third_party/blink/public/platform/web_surface_layer_bridge.h"
 #include "third_party/blink/public/platform/web_url.h"
 #include "third_party/blink/public/platform/webaudiosourceprovider_impl.h"
+#include "third_party/blink/public/strings/grit/blink_strings.h"
 #include "third_party/blink/public/web/modules/media/webmediaplayer_util.h"
 #include "third_party/blink/public/web/web_document.h"
 #include "third_party/blink/public/web/web_frame.h"
@@ -153,21 +154,20 @@
 // Maximum number, per-WMPI, of media logs of playback rate changes.
 constexpr int kMaxNumPlaybackRateLogs = 10;
 
-blink::WebLocalizedString::Name GetSwitchToLocalMessage(
-    MediaObserverClient::ReasonToSwitchToLocal reason) {
+int GetSwitchToLocalMessage(MediaObserverClient::ReasonToSwitchToLocal reason) {
   switch (reason) {
     case MediaObserverClient::ReasonToSwitchToLocal::NORMAL:
-      return blink::WebLocalizedString::kMediaRemotingStopText;
+      return IDS_MEDIA_REMOTING_STOP_TEXT;
     case MediaObserverClient::ReasonToSwitchToLocal::POOR_PLAYBACK_QUALITY:
-      return blink::WebLocalizedString::kMediaRemotingStopByPlaybackQualityText;
+      return IDS_MEDIA_REMOTING_STOP_BY_PLAYBACK_QUALITY_TEXT;
     case MediaObserverClient::ReasonToSwitchToLocal::PIPELINE_ERROR:
-      return blink::WebLocalizedString::kMediaRemotingStopByErrorText;
+      return IDS_MEDIA_REMOTING_STOP_BY_ERROR_TEXT;
     case MediaObserverClient::ReasonToSwitchToLocal::ROUTE_TERMINATED:
-      return blink::WebLocalizedString::kMediaRemotingStopNoText;
+      return blink::WebMediaPlayerClient::kMediaRemotingStopNoText;
   }
   NOTREACHED();
   // To suppress compiler warning on Windows.
-  return blink::WebLocalizedString::kMediaRemotingStopNoText;
+  return blink::WebMediaPlayerClient::kMediaRemotingStopNoText;
 }
 
 // These values are persisted to UMA. Entries should not be renumbered and
@@ -454,7 +454,7 @@
   client_->SetCcLayer(nullptr);
 
   client_->MediaRemotingStopped(
-      blink::WebLocalizedString::kMediaRemotingStopNoText);
+      blink::WebMediaPlayerClient::kMediaRemotingStopNoText);
 
   if (!surface_layer_for_video_enabled_ && video_layer_)
     video_layer_->StopUsingProvider();
diff --git a/media/blink/webmediaplayer_impl_unittest.cc b/media/blink/webmediaplayer_impl_unittest.cc
index 2d11d5c..c44d232 100644
--- a/media/blink/webmediaplayer_impl_unittest.cc
+++ b/media/blink/webmediaplayer_impl_unittest.cc
@@ -148,7 +148,7 @@
   MOCK_CONST_METHOD0(IsInAutoPIP, bool());
   MOCK_METHOD1(ActivateViewportIntersectionMonitoring, void(bool));
   MOCK_METHOD1(MediaRemotingStarted, void(const blink::WebString&));
-  MOCK_METHOD1(MediaRemotingStopped, void(blink::WebLocalizedString::Name));
+  MOCK_METHOD1(MediaRemotingStopped, void(int));
   MOCK_METHOD0(PictureInPictureStopped, void());
   MOCK_METHOD0(OnPictureInPictureStateChange, void());
   MOCK_CONST_METHOD0(CouldPlayIfEnoughData, bool());
diff --git a/media/gpu/BUILD.gn b/media/gpu/BUILD.gn
index c290ec2..041f6054 100644
--- a/media/gpu/BUILD.gn
+++ b/media/gpu/BUILD.gn
@@ -123,6 +123,8 @@
       "android/maybe_render_early_manager.h",
       "android/media_codec_video_decoder.cc",
       "android/media_codec_video_decoder.h",
+      "android/pooled_shared_image_video_provider.cc",
+      "android/pooled_shared_image_video_provider.h",
       "android/promotion_hint_aggregator.h",
       "android/promotion_hint_aggregator_impl.cc",
       "android/promotion_hint_aggregator_impl.h",
@@ -480,6 +482,9 @@
       "android/mock_device_info.h",
       "android/mock_promotion_hint_aggregator.cc",
       "android/mock_promotion_hint_aggregator.h",
+      "android/mock_shared_image_video_provider.cc",
+      "android/mock_shared_image_video_provider.h",
+      "android/pooled_shared_image_video_provider_unittest.cc",
       "android/promotion_hint_aggregator_impl_unittest.cc",
       "android/surface_chooser_helper_unittest.cc",
       "android/video_frame_factory_impl_unittest.cc",
diff --git a/media/gpu/android/codec_image.cc b/media/gpu/android/codec_image.cc
index 8c4dd49..eaf4173 100644
--- a/media/gpu/android/codec_image.cc
+++ b/media/gpu/android/codec_image.cc
@@ -44,8 +44,7 @@
 CodecImage::CodecImage() = default;
 
 CodecImage::~CodecImage() {
-  for (auto& cb : unused_cbs_)
-    std::move(cb).Run(this);
+  NotifyUnused();
 }
 
 void CodecImage::Initialize(
@@ -63,6 +62,19 @@
   unused_cbs_.push_back(std::move(unused_cb));
 }
 
+void CodecImage::NotifyUnused() {
+  // If we haven't done so yet, release the codec output buffer.  Also drop
+  // our reference to the TextureOwner (if any).  In other words, undo anything
+  // that we did in Initialize.
+  ReleaseCodecBuffer();
+  codec_buffer_wait_coordinator_.reset();
+  promotion_hint_cb_ = PromotionHintAggregator::NotifyPromotionHintCB();
+
+  for (auto& cb : unused_cbs_)
+    std::move(cb).Run(this);
+  unused_cbs_.clear();
+}
+
 gfx::Size CodecImage::GetSize() {
   // Return a nonzero size, to avoid GL errors, even if we dropped the codec
   // buffer already.  Note that if we dropped it, there's no data in the
@@ -329,6 +341,10 @@
   return codec_buffer_wait_coordinator_->texture_owner()->GetAHardwareBuffer();
 }
 
+bool CodecImage::HasMutableState() const {
+  return false;
+}
+
 CodecImageHolder::CodecImageHolder(
     scoped_refptr<base::SequencedTaskRunner> task_runner,
     scoped_refptr<CodecImage> codec_image)
diff --git a/media/gpu/android/codec_image.h b/media/gpu/android/codec_image.h
index fb8426c..0b13cb36 100644
--- a/media/gpu/android/codec_image.h
+++ b/media/gpu/android/codec_image.h
@@ -98,6 +98,15 @@
                            int display_y,
                            int display_width,
                            int display_height) override;
+  // If we re-use one CodecImage with different output buffers, then we must
+  // not claim to have mutable state.  Otherwise, CopyTexImage is only called
+  // once.  For pooled shared images, this must return false.  For single-use
+  // images, it works either way.
+  bool HasMutableState() const override;
+
+  // Notify us that we're no longer in-use for display, and may be pointed at
+  // another output buffer via a call to Initialize.
+  void NotifyUnused();
 
   // gpu::StreamTextureSharedImageInterface implementation.
   void ReleaseResources() override;
diff --git a/media/gpu/android/codec_image_unittest.cc b/media/gpu/android/codec_image_unittest.cc
index bbf8bf6..e545235f 100644
--- a/media/gpu/android/codec_image_unittest.cc
+++ b/media/gpu/android/codec_image_unittest.cc
@@ -82,7 +82,7 @@
   enum ImageKind { kOverlay, kTextureOwner };
   scoped_refptr<CodecImage> NewImage(
       ImageKind kind,
-      CodecImage::UnusedCB now_unused_cb = base::DoNothing()) {
+      CodecImage::UnusedCB unused_cb = base::DoNothing()) {
     std::unique_ptr<CodecOutputBuffer> buffer;
     wrapper_->DequeueOutputBuffer(nullptr, nullptr, &buffer);
     scoped_refptr<CodecImage> image = new CodecImage();
@@ -92,7 +92,7 @@
         base::BindRepeating(&PromotionHintReceiver::OnPromotionHint,
                             base::Unretained(&promotion_hint_receiver_)));
 
-    image->AddUnusedCB(std::move(now_unused_cb));
+    image->AddUnusedCB(std::move(unused_cb));
     return image;
   }
 
@@ -133,6 +133,26 @@
   i = nullptr;
 }
 
+TEST_F(CodecImageTest, UnusedCBRunsOnNotifyUnused) {
+  base::MockCallback<CodecImage::UnusedCB> cb_1;
+  base::MockCallback<CodecImage::UnusedCB> cb_2;
+  auto i = NewImage(kTextureOwner);
+  ASSERT_TRUE(i->get_codec_output_buffer_for_testing());
+  ASSERT_TRUE(i->is_texture_owner_backed());
+  i->AddUnusedCB(cb_1.Get());
+  i->AddUnusedCB(cb_2.Get());
+  EXPECT_CALL(cb_1, Run(i.get()));
+  EXPECT_CALL(cb_2, Run(i.get()));
+
+  // Also verify that the output buffer and texture owner are released.
+  i->NotifyUnused();
+  EXPECT_FALSE(i->get_codec_output_buffer_for_testing());
+  EXPECT_FALSE(i->is_texture_owner_backed());
+
+  // Verify that an additional call doesn't crash.  It should do nothing.
+  i->NotifyUnused();
+}
+
 TEST_F(CodecImageTest, ImageStartsUnrendered) {
   auto i = NewImage(kTextureOwner);
   ASSERT_FALSE(i->was_rendered_to_front_buffer());
diff --git a/media/gpu/android/media_codec_video_decoder.cc b/media/gpu/android/media_codec_video_decoder.cc
index 3b43fad..6408aa5 100644
--- a/media/gpu/android/media_codec_video_decoder.cc
+++ b/media/gpu/android/media_codec_video_decoder.cc
@@ -942,7 +942,7 @@
       CreatePromotionHintCB(),
       base::BindOnce(&MediaCodecVideoDecoder::ForwardVideoFrame,
                      weak_factory_.GetWeakPtr(), reset_generation_,
-                     std::move(async_trace)));
+                     std::move(async_trace), base::TimeTicks::Now()));
   return true;
 }
 
@@ -959,10 +959,17 @@
 void MediaCodecVideoDecoder::ForwardVideoFrame(
     int reset_generation,
     std::unique_ptr<ScopedAsyncTrace> async_trace,
+    base::TimeTicks started_at,
     scoped_refptr<VideoFrame> frame) {
   DVLOG(3) << __func__ << " : "
            << (frame ? frame->AsHumanReadableString() : "null");
 
+  // Record how long this frame was pending.
+  const base::TimeDelta duration = base::TimeTicks::Now() - started_at;
+  UMA_HISTOGRAM_CUSTOM_TIMES("Media.MCVD.ForwardVideoFrameTiming", duration,
+                             base::TimeDelta::FromMilliseconds(1),
+                             base::TimeDelta::FromMilliseconds(100), 25);
+
   // No |frame| indicates an error creating it.
   if (!frame) {
     DLOG(ERROR) << __func__ << " |frame| is null";
diff --git a/media/gpu/android/media_codec_video_decoder.h b/media/gpu/android/media_codec_video_decoder.h
index 81a5a63..59055e4 100644
--- a/media/gpu/android/media_codec_video_decoder.h
+++ b/media/gpu/android/media_codec_video_decoder.h
@@ -181,9 +181,11 @@
 
   // Forwards |frame| via |output_cb_| if |reset_generation| matches
   // |reset_generation_|.  |async_trace| is the (optional) scoped trace that
-  // started when we dequeued the corresponding output buffer.
+  // started when we dequeued the corresponding output buffer.  |started_at| is
+  // the wall clock time at which we dequeued the output buffer.
   void ForwardVideoFrame(int reset_generation,
                          std::unique_ptr<ScopedAsyncTrace> async_trace,
+                         base::TimeTicks started_at,
                          scoped_refptr<VideoFrame> frame);
 
   // Starts draining the codec by queuing an EOS if required. It skips the drain
diff --git a/media/gpu/android/mock_shared_image_video_provider.cc b/media/gpu/android/mock_shared_image_video_provider.cc
new file mode 100644
index 0000000..c131f4a
--- /dev/null
+++ b/media/gpu/android/mock_shared_image_video_provider.cc
@@ -0,0 +1,24 @@
+// Copyright 2019 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#include "media/gpu/android/mock_shared_image_video_provider.h"
+
+namespace media {
+
+MockSharedImageVideoProvider::RequestImageArgs::RequestImageArgs(
+    ImageReadyCB cb,
+    ImageSpec spec,
+    scoped_refptr<gpu::TextureOwner> texture_owner)
+    : cb_(std::move(cb)),
+      spec_(std::move(spec)),
+      texture_owner_(std::move(texture_owner)) {}
+
+MockSharedImageVideoProvider::RequestImageArgs::~RequestImageArgs() = default;
+
+MockSharedImageVideoProvider::MockSharedImageVideoProvider()
+    : weak_factory_(this) {}
+
+MockSharedImageVideoProvider::~MockSharedImageVideoProvider() = default;
+
+}  // namespace media
diff --git a/media/gpu/android/mock_shared_image_video_provider.h b/media/gpu/android/mock_shared_image_video_provider.h
new file mode 100644
index 0000000..cd554aa
--- /dev/null
+++ b/media/gpu/android/mock_shared_image_video_provider.h
@@ -0,0 +1,81 @@
+// Copyright 2019 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#ifndef MEDIA_GPU_ANDROID_MOCK_SHARED_IMAGE_VIDEO_PROVIDER_H_
+#define MEDIA_GPU_ANDROID_MOCK_SHARED_IMAGE_VIDEO_PROVIDER_H_
+
+#include "base/memory/weak_ptr.h"
+#include "media/gpu/android/pooled_shared_image_video_provider.h"
+#include "mojo/public/cpp/bindings/callback_helpers.h"
+#include "testing/gmock/include/gmock/gmock.h"
+#include "testing/gtest/include/gtest/gtest.h"
+
+namespace media {
+
+class MockSharedImageVideoProvider : public SharedImageVideoProvider {
+ public:
+  MockSharedImageVideoProvider();
+  ~MockSharedImageVideoProvider();
+
+  void Initialize(GpuInitCB gpu_init_cb) {
+    Initialize_(gpu_init_cb);
+    gpu_init_cb_ = std::move(gpu_init_cb);
+  }
+
+  MOCK_METHOD1(Initialize_, void(GpuInitCB& gpu_init_cb));
+
+  void RequestImage(ImageReadyCB cb,
+                    const ImageSpec& spec,
+                    scoped_refptr<gpu::TextureOwner> texture_owner) override {
+    requests_.emplace_back(std::move(cb), spec, std::move(texture_owner));
+
+    MockRequestImage();
+  }
+
+  MOCK_METHOD0(MockRequestImage, void());
+
+  // Provide an image for the least recent request.  If |record| is provided,
+  // then we'll use it.  Otherwise, we'll make one up.
+  void ProvideOneRequestedImage(ImageRecord* record = nullptr) {
+    ImageRecord tmp_record;
+    if (!record) {
+      record = &tmp_record;
+      record->release_cb = mojo::WrapCallbackWithDefaultInvokeIfNotRun(
+          base::BindOnce(&MockSharedImageVideoProvider::OnRelease,
+                         weak_factory_.GetWeakPtr()),
+          gpu::SyncToken());
+    }
+
+    auto& req = requests_.front();
+    std::move(req.cb_).Run(std::move(*record));
+    requests_.pop_front();
+  }
+
+  void OnRelease(const gpu::SyncToken&) { num_release_callbacks_++; }
+
+  // Most recent arguments to Initialize.
+  GpuInitCB gpu_init_cb_;
+
+  // Most recent arguments to RequestImage.
+  struct RequestImageArgs {
+    RequestImageArgs(ImageReadyCB cb,
+                     ImageSpec spec,
+                     scoped_refptr<gpu::TextureOwner> texture_owner);
+    ~RequestImageArgs();
+    ImageReadyCB cb_;
+    ImageSpec spec_;
+    scoped_refptr<gpu::TextureOwner> texture_owner_;
+  };
+
+  std::list<RequestImageArgs> requests_;
+
+  // Number of times a release callback has been called.
+  int num_release_callbacks_ = 0;
+
+  base::WeakPtrFactory<MockSharedImageVideoProvider> weak_factory_;
+};
+
+}  // namespace media
+
+#endif  // MEDIA_GPU_ANDROID_MOCK_SHARED_IMAGE_VIDEO_PROVIDER_H_
diff --git a/media/gpu/android/pooled_shared_image_video_provider.cc b/media/gpu/android/pooled_shared_image_video_provider.cc
new file mode 100644
index 0000000..0415a15
--- /dev/null
+++ b/media/gpu/android/pooled_shared_image_video_provider.cc
@@ -0,0 +1,222 @@
+// Copyright 2019 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#include "media/gpu/android/pooled_shared_image_video_provider.h"
+
+#include "gpu/command_buffer/common/sync_token.h"
+#include "media/base/bind_to_current_loop.h"
+#include "mojo/public/cpp/bindings/callback_helpers.h"
+
+namespace media {
+
+// static
+std::unique_ptr<PooledSharedImageVideoProvider>
+PooledSharedImageVideoProvider::Create(
+    scoped_refptr<base::SingleThreadTaskRunner> gpu_task_runner,
+    GetStubCB get_stub_cb,
+    std::unique_ptr<SharedImageVideoProvider> provider) {
+  return base::WrapUnique(new PooledSharedImageVideoProvider(
+      base::SequenceBound<GpuHelperImpl>(std::move(gpu_task_runner),
+                                         std::move(get_stub_cb)),
+      std::move(provider)));
+}
+
+PooledSharedImageVideoProvider::PooledImage::PooledImage(const ImageSpec& spec,
+                                                         ImageRecord record)
+    : spec(spec), record(std::move(record)) {}
+
+PooledSharedImageVideoProvider::PooledImage::~PooledImage() = default;
+
+PooledSharedImageVideoProvider::PendingRequest::PendingRequest(
+    const ImageSpec& spec,
+    ImageReadyCB cb)
+    : spec(spec), cb(std::move(cb)) {}
+
+PooledSharedImageVideoProvider::PendingRequest::~PendingRequest() = default;
+
+PooledSharedImageVideoProvider::PooledSharedImageVideoProvider(
+    base::SequenceBound<GpuHelper> gpu_helper,
+    std::unique_ptr<SharedImageVideoProvider> provider)
+    : provider_(std::move(provider)),
+      gpu_helper_(std::move(gpu_helper)),
+      weak_factory_(this) {}
+
+// Note that this will drop everything in |pool_|, which will call all the
+// release callbacks for the underlying byffer.
+PooledSharedImageVideoProvider::~PooledSharedImageVideoProvider() = default;
+
+// SharedImageVideoProvider
+void PooledSharedImageVideoProvider::Initialize(GpuInitCB gpu_init_cb) {
+  provider_->Initialize(std::move(gpu_init_cb));
+}
+
+void PooledSharedImageVideoProvider::RequestImage(
+    ImageReadyCB cb,
+    const ImageSpec& spec,
+    scoped_refptr<gpu::TextureOwner> texture_owner) {
+  // See if the pool matches the requested spec.
+  if (pool_spec_ != spec) {
+    // Nope -- mark any outstanding images for destruction and start a new pool.
+    // Note that this calls all the release callbacks.
+    pool_.clear();
+
+    // Any images added to the pool should match |spec|.
+    pool_spec_ = spec;
+  }
+
+  // Push this onto the pending requests.
+  // IMPORTANT BUT SUBTLE NOTE: |spec| doesn't mention the TextureOwner, but it
+  // is sent to the provider so it must also match the one that was used with
+  // |spec|.  We assume that the generation id will be updated by our caller
+  // whenever the TextureOwner changes.  While this is fragile, it's also just
+  // a temporary thing.  Keeping a strong ref to |texture_owner| would probably
+  // work, but it's not good to keep refs to those around longer than needed.
+  // It might be okay to do that directly, since the request (if any) that's
+  // pending for it would have the strong ref, so maybe we could just add it
+  // here too.
+  pending_requests_.emplace_back(spec, std::move(cb));
+
+  // Are there any free images in the pool?  If so, then pop one and use it to
+  // process the request we just pushed, assuming that it's the most recent.  We
+  // could optimize this call out if |pending_requensts_| wasn't empty before,
+  // since we know it doesn't match the pool spec if the pool's not empty.  As
+  // it is, it will just pop and re-push the pooled buffer in the (rare) case
+  // that the pool doesn't match.
+  if (!pool_.empty()) {
+    auto front = std::move(pool_.front());
+    pool_.pop_front();
+    ProcessFreePooledImage(front);
+    // TODO(liberato): See if skipping the return if |pool_| is now empty is
+    // helpful, especially during start-up.  Alternatively, just request some
+    // constant number of images (~5) when the pool spec changes, then add them
+    // one at a time if needed.
+    return;
+  }
+
+  // Request a new image, since we don't have enough.  There might be some
+  // outstanding that will be returned, but we'd like to have enough not to wait
+  // on them.  This has the nice property that everything in |pending_requests_|
+  // will have an image delivered in order for it.  Note that we might not
+  // exactly match up returned (new) images to the requests; there might be
+  // intervening returns of existing images from the client that happen to match
+  // if we switch from spec A => spec B => spec A, but that's okay.  We can be
+  // sure that there are at least as many that will arrive as we need.
+  auto ready_cb =
+      base::BindOnce(&PooledSharedImageVideoProvider::OnImageCreated,
+                     weak_factory_.GetWeakPtr(), spec);
+  provider_->RequestImage(std::move(ready_cb), spec, std::move(texture_owner));
+}
+
+void PooledSharedImageVideoProvider::OnImageCreated(ImageSpec spec,
+                                                    ImageRecord record) {
+  // Wrap |record| up for the pool, and process it.
+  scoped_refptr<PooledImage> pooled_image =
+      base::MakeRefCounted<PooledImage>(std::move(spec), std::move(record));
+  ProcessFreePooledImage(pooled_image);
+}
+
+void PooledSharedImageVideoProvider::OnImageReturned(
+    scoped_refptr<PooledImage> pooled_image,
+    const gpu::SyncToken& sync_token) {
+  // An image has been returned to us.  Wait for |sync_token| and then send it
+  // to ProcessFreePooledImage to re-use / pool / delete.
+  gpu_helper_.Post(FROM_HERE, &GpuHelper::OnImageReturned, sync_token,
+                   pooled_image->record.codec_image_holder,
+                   BindToCurrentLoop(base::BindOnce(
+                       &PooledSharedImageVideoProvider::ProcessFreePooledImage,
+                       weak_factory_.GetWeakPtr(), pooled_image)));
+}
+
+void PooledSharedImageVideoProvider::ProcessFreePooledImage(
+    scoped_refptr<PooledImage> pooled_image) {
+  // Are there any requests pending?
+  if (pending_requests_.size()) {
+    // See if |record| matches the top request.  If so, fulfill it, else drop
+    // |record| since we don't need it.  Note that it's possible to have pending
+    // requests that don't match the pool spec; the pool spec is the most recent
+    // request.  There might be other ones that were made before that which we
+    // didn't fulfill yet.
+    auto& front = pending_requests_.front();
+    if (pooled_image->spec == front.spec) {
+      // Construct a record that notifies us when the image is released.
+      // TODO(liberato): Don't copy fields this way.
+      ImageRecord record;
+      record.mailbox = pooled_image->record.mailbox;
+      record.is_vulkan = pooled_image->record.is_vulkan;
+      record.codec_image_holder = pooled_image->record.codec_image_holder;
+      // The release CB notifies us instead of |provider_|.
+      record.release_cb = mojo::WrapCallbackWithDefaultInvokeIfNotRun(
+          base::BindOnce(&PooledSharedImageVideoProvider::OnImageReturned,
+                         weak_factory_.GetWeakPtr(), std::move(pooled_image)),
+          gpu::SyncToken());
+
+      // Save the callback and remove the request, in case |cb| calls us back.
+      auto cb = std::move(front.cb);
+      pending_requests_.pop_front();
+
+      std::move(cb).Run(std::move(record));
+      return;
+    }
+
+    // Can't fulfill the topmost request.  Discard |pooled_image|, even if it
+    // matches the pool.  The reason is that any pending requests will have
+    // images created for them, which we'll use when they arrive.  It would be
+    // okay to store |pooled_image| in the pool if it matches, but then we'd
+    // have more pooled images than we expect.
+    return;
+  }
+
+  // There are no outstanding image requests, or the top one doesn't match
+  // |pooled_image|.  If this image is compatible with the pool, then pool it.
+  // Otherwise, discard it.
+
+  // See if |record| matches |pool_spec_|.  If not, then drop it.  Otherwise,
+  // pool it for later.  Note that we don't explicitly call the release cb,
+  // since dropping the image is sufficient to notify |provider_|.  Note that
+  // we've already waited for any sync token at this point, so it's okay if we
+  // don't provide one to the underlying release cb.
+  if (pool_spec_ != pooled_image->spec)
+    return;
+
+  // Add it to the pool.
+  pool_.push_front(std::move(pooled_image));
+}
+
+PooledSharedImageVideoProvider::GpuHelperImpl::GpuHelperImpl(
+    GetStubCB get_stub_cb)
+    : weak_factory_(this) {
+  gpu::CommandBufferStub* stub = get_stub_cb.Run();
+  if (stub) {
+    stub->AddDestructionObserver(this);
+    command_buffer_helper_ = CommandBufferHelper::Create(stub);
+  }
+}
+
+PooledSharedImageVideoProvider::GpuHelperImpl::~GpuHelperImpl() = default;
+
+void PooledSharedImageVideoProvider::GpuHelperImpl::OnImageReturned(
+    const gpu::SyncToken& sync_token,
+    scoped_refptr<CodecImageHolder> codec_image_holder,
+    base::OnceClosure cb) {
+  auto on_sync_token_cleared_cb = base::BindOnce(
+      &GpuHelperImpl::OnSyncTokenCleared, weak_factory_.GetWeakPtr(),
+      std::move(codec_image_holder), std::move(cb));
+  command_buffer_helper_->WaitForSyncToken(sync_token,
+                                           std::move(on_sync_token_cleared_cb));
+}
+
+void PooledSharedImageVideoProvider::GpuHelperImpl::OnSyncTokenCleared(
+    scoped_refptr<CodecImageHolder> codec_image_holder,
+    base::OnceClosure cb) {
+  codec_image_holder->codec_image_raw()->NotifyUnused();
+  // Do this last, since |cb| might post to some other thread.
+  std::move(cb).Run();
+}
+
+void PooledSharedImageVideoProvider::GpuHelperImpl::OnWillDestroyStub(
+    bool have_context) {
+  command_buffer_helper_ = nullptr;
+}
+
+}  // namespace media
diff --git a/media/gpu/android/pooled_shared_image_video_provider.h b/media/gpu/android/pooled_shared_image_video_provider.h
new file mode 100644
index 0000000..c0ec44a
--- /dev/null
+++ b/media/gpu/android/pooled_shared_image_video_provider.h
@@ -0,0 +1,141 @@
+// Copyright 2019 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#ifndef MEDIA_GPU_ANDROID_POOLED_SHARED_IMAGE_VIDEO_PROVIDER_H_
+#define MEDIA_GPU_ANDROID_POOLED_SHARED_IMAGE_VIDEO_PROVIDER_H_
+
+#include "base/memory/weak_ptr.h"
+#include "base/threading/sequence_bound.h"
+#include "gpu/ipc/service/command_buffer_stub.h"
+#include "media/gpu/android/shared_image_video_provider.h"
+#include "media/gpu/command_buffer_helper.h"
+
+namespace media {
+
+class PooledSharedImageVideoProviderTest;
+
+// Provider class for shared images.
+class MEDIA_GPU_EXPORT PooledSharedImageVideoProvider
+    : public SharedImageVideoProvider {
+ public:
+  // Helper class that processes image returns on the gpu thread.
+  class GpuHelper {
+   public:
+    GpuHelper() = default;
+    virtual ~GpuHelper() = default;
+
+    // Called (on the gpu thread) to handle image return.
+    virtual void OnImageReturned(
+        const gpu::SyncToken& sync_token,
+        scoped_refptr<CodecImageHolder> codec_image_holder,
+        base::OnceClosure cb) = 0;
+
+   private:
+    DISALLOW_COPY_AND_ASSIGN(GpuHelper);
+  };
+
+  // Create a default implementation.  |provider| is the underlying provider to
+  // create shared images.
+  static std::unique_ptr<PooledSharedImageVideoProvider> Create(
+      scoped_refptr<base::SingleThreadTaskRunner> gpu_task_runner,
+      GetStubCB get_stub_cb,
+      std::unique_ptr<SharedImageVideoProvider> provider);
+
+  ~PooledSharedImageVideoProvider() override;
+
+  // SharedImageVideoProvider
+  void Initialize(GpuInitCB gpu_init_cb) override;
+  void RequestImage(ImageReadyCB cb,
+                    const ImageSpec& spec,
+                    scoped_refptr<gpu::TextureOwner> texture_owner) override;
+
+ private:
+  friend class PooledSharedImageVideoProviderTest;
+
+  PooledSharedImageVideoProvider(
+      base::SequenceBound<GpuHelper> gpu_helper,
+      std::unique_ptr<SharedImageVideoProvider> provider);
+
+  class GpuHelperImpl : public GpuHelper,
+                        public gpu::CommandBufferStub::DestructionObserver {
+   public:
+    GpuHelperImpl(GetStubCB get_stub_cb);
+    ~GpuHelperImpl() override;
+
+    // GpuHelper
+    void OnImageReturned(const gpu::SyncToken& sync_token,
+                         scoped_refptr<CodecImageHolder> codec_image_holder,
+                         base::OnceClosure cb) override;
+
+    // gpu::CommandBufferStub::DestructionObserver
+    void OnWillDestroyStub(bool have_context) override;
+
+   private:
+    void OnSyncTokenCleared(scoped_refptr<CodecImageHolder> codec_image_holder,
+                            base::OnceClosure cb);
+
+    scoped_refptr<CommandBufferHelper> command_buffer_helper_;
+    base::WeakPtrFactory<GpuHelperImpl> weak_factory_;
+  };
+
+  // Record of on image from |provider|.
+  class PooledImage : public base::RefCounted<PooledImage> {
+   public:
+    PooledImage(const ImageSpec& spec, ImageRecord record);
+
+    ImageSpec spec;
+    // The original record, including the original reuse callback.
+    ImageRecord record;
+
+   private:
+    virtual ~PooledImage();
+
+    friend class base::RefCounted<PooledImage>;
+  };
+
+  // One request from the client that's pending an image.
+  class PendingRequest {
+   public:
+    PendingRequest(const ImageSpec& spec, ImageReadyCB cb);
+    ~PendingRequest();
+    ImageSpec spec;
+    ImageReadyCB cb;
+    std::unique_ptr<CodecOutputBuffer> output_buffer;
+    scoped_refptr<gpu::TextureOwner> texture_owner;
+    PromotionHintAggregator::NotifyPromotionHintCB promotion_hint_cb;
+  };
+
+  // Called by |provider_| when a new image is created.
+  void OnImageCreated(ImageSpec spec, ImageRecord record);
+
+  // Called by our client when it runs the release cb, to notify us that the
+  // image is no longer in use.
+  void OnImageReturned(scoped_refptr<PooledImage> pooled_image,
+                       const gpu::SyncToken& sync_token);
+
+  // Given a free image |pooled_image| that is not in our pool, use it to either
+  // fulfill a pending request, add it to the pool, or discard it.
+  void ProcessFreePooledImage(scoped_refptr<PooledImage> pooled_image);
+
+  // Underlying provider that we use to construct images.
+  std::unique_ptr<SharedImageVideoProvider> provider_;
+
+  // All currently unused images.
+  std::list<scoped_refptr<PooledImage>> pool_;
+
+  // Spec for all images in |pool_|.
+  ImageSpec pool_spec_;
+
+  std::list<PendingRequest> pending_requests_;
+
+  base::SequenceBound<GpuHelper> gpu_helper_;
+
+  base::WeakPtrFactory<PooledSharedImageVideoProvider> weak_factory_;
+
+  DISALLOW_COPY_AND_ASSIGN(PooledSharedImageVideoProvider);
+};
+
+}  // namespace media
+
+#endif  // MEDIA_GPU_ANDROID_POOLED_SHARED_IMAGE_VIDEO_PROVIDER_H_
diff --git a/media/gpu/android/pooled_shared_image_video_provider_unittest.cc b/media/gpu/android/pooled_shared_image_video_provider_unittest.cc
new file mode 100644
index 0000000..c561eed
--- /dev/null
+++ b/media/gpu/android/pooled_shared_image_video_provider_unittest.cc
@@ -0,0 +1,260 @@
+// Copyright 2019 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#include "media/gpu/android/pooled_shared_image_video_provider.h"
+
+#include <list>
+
+#include "base/test/mock_callback.h"
+#include "base/test/task_environment.h"
+#include "base/threading/sequenced_task_runner_handle.h"
+#include "gpu/command_buffer/service/abstract_texture_impl_shared_context_state.h"
+#include "gpu/ipc/common/command_buffer_id.h"
+#include "media/gpu/android/mock_shared_image_video_provider.h"
+#include "testing/gmock/include/gmock/gmock.h"
+#include "testing/gtest/include/gtest/gtest.h"
+
+using testing::Mock;
+
+namespace media {
+
+class PooledSharedImageVideoProviderTest : public testing::Test {
+ public:
+  class MockGpuHelper : public PooledSharedImageVideoProvider::GpuHelper {
+   public:
+    MockGpuHelper(gpu::SyncToken* sync_token_out)
+        : sync_token_out_(sync_token_out) {}
+
+    // PooledSharedImageVideoProvider::GpuHelper
+    void OnImageReturned(const gpu::SyncToken& sync_token,
+                         scoped_refptr<CodecImageHolder> codec_image_holder,
+                         base::OnceClosure cb) override {
+      *sync_token_out_ = sync_token;
+
+      // Run the output cb.
+      std::move(cb).Run();
+    }
+
+   private:
+    gpu::SyncToken* sync_token_out_ = nullptr;
+  };
+
+  PooledSharedImageVideoProviderTest() = default;
+
+  void SetUp() override {
+    task_runner_ = base::SequencedTaskRunnerHandle::Get();
+    base::SequenceBound<MockGpuHelper> mock_gpu_helper(task_runner_,
+                                                       &sync_token_);
+
+    std::unique_ptr<MockSharedImageVideoProvider> mock_provider =
+        std::make_unique<MockSharedImageVideoProvider>();
+    mock_provider_raw_ = mock_provider.get();
+
+    provider_ = base::WrapUnique(new PooledSharedImageVideoProvider(
+        std::move(mock_gpu_helper), std::move(mock_provider)));
+  }
+
+  // Return an ImageReadyCB that saves the ImageRecord in |image_records_|.
+  SharedImageVideoProvider::ImageReadyCB SaveImageRecordCB() {
+    return base::BindOnce(
+        [](std::list<SharedImageVideoProvider::ImageRecord>* output_list,
+           SharedImageVideoProvider::ImageRecord record) {
+          output_list->push_back(std::move(record));
+        },
+        &image_records_);
+  }
+
+  // Request an image from |provier_|, which we expect will call through to
+  // |mock_provider_raw_|.  Have |mock_provider_raw_| return an image, too.
+  void RequestAndProvideImage(const SharedImageVideoProvider::ImageSpec& spec) {
+    EXPECT_CALL(*mock_provider_raw_, MockRequestImage()).Times(1);
+    provider_->RequestImage(SaveImageRecordCB(), spec, texture_owner_);
+    base::RunLoop().RunUntilIdle();
+    Mock::VerifyAndClearExpectations(mock_provider_raw_);
+    mock_provider_raw_->ProvideOneRequestedImage();
+  }
+
+  base::test::TaskEnvironment task_environment_;
+
+  scoped_refptr<base::SequencedTaskRunner> task_runner_;
+
+  // Provider under test.
+  std::unique_ptr<PooledSharedImageVideoProvider> provider_;
+
+  MockSharedImageVideoProvider* mock_provider_raw_ = nullptr;
+  gpu::SyncToken sync_token_;
+
+  scoped_refptr<gpu::TextureOwner> texture_owner_;
+
+  // Image records that we've received from |provider|, via SaveImageRecordCB().
+  std::list<SharedImageVideoProvider::ImageRecord> image_records_;
+};
+
+TEST_F(PooledSharedImageVideoProviderTest, InitializeForwardsGpuCallback) {
+  bool was_called = false;
+  auto gpu_init_cb = base::BindOnce(
+      [](bool* flag, scoped_refptr<gpu::SharedContextState>) { *flag = true; },
+      &was_called);
+  provider_->Initialize(std::move(gpu_init_cb));
+  std::move(mock_provider_raw_->gpu_init_cb_).Run(nullptr);
+  base::RunLoop().RunUntilIdle();
+  EXPECT_TRUE(was_called);
+}
+
+TEST_F(PooledSharedImageVideoProviderTest, RequestImageRequestsMultipleImages) {
+  // Test the RequestImage will keep requesting images from the underlying
+  // provider as long as we don't return any.
+  SharedImageVideoProvider::ImageSpec spec(gfx::Size(1, 1), 0u);
+  RequestAndProvideImage(spec);
+  RequestAndProvideImage(spec);
+  RequestAndProvideImage(spec);
+  EXPECT_EQ(image_records_.size(), 3u);
+}
+
+TEST_F(PooledSharedImageVideoProviderTest, ReleasingAnImageForwardsSyncToken) {
+  // Calling the release callback on an image should forward the sync token to
+  // our gpu helper.
+  SharedImageVideoProvider::ImageSpec spec(gfx::Size(1, 1), 0u);
+  RequestAndProvideImage(spec);
+
+  gpu::SyncToken sync_token(gpu::CommandBufferNamespace::GPU_IO,
+                            gpu::CommandBufferIdFromChannelAndRoute(2, 3), 4);
+  std::move(image_records_.back().release_cb).Run(sync_token);
+  base::RunLoop().RunUntilIdle();
+  EXPECT_EQ(sync_token, sync_token_);
+}
+
+TEST_F(PooledSharedImageVideoProviderTest,
+       ReleasingAnImageDoesntRunUnderlyingReleaseCallback) {
+  // Verify that releasing an image doesn't call the underlying release callback
+  // on it.  Presumably, it should be sent back to the pool instead.
+  SharedImageVideoProvider::ImageSpec spec(gfx::Size(1, 1), 0u);
+  RequestAndProvideImage(spec);
+
+  // Release the image.
+  image_records_.pop_back();
+  base::RunLoop().RunUntilIdle();
+
+  EXPECT_EQ(mock_provider_raw_->num_release_callbacks_, 0);
+}
+
+TEST_F(PooledSharedImageVideoProviderTest, RequestImageReusesReturnedImages) {
+  // Test the RequestImage will return images without requesting new ones, if
+  // some have been returned to the pool.
+  SharedImageVideoProvider::ImageSpec spec(gfx::Size(1, 1), 0u);
+  // Request two images.
+  RequestAndProvideImage(spec);
+  RequestAndProvideImage(spec);
+  EXPECT_EQ(image_records_.size(), 2u);
+  // Now return one, and request another.
+  image_records_.pop_back();
+  // Let the release CB run.
+  base::RunLoop().RunUntilIdle();
+
+  // Shouldn't call MockRequestImage a third time.
+  EXPECT_CALL(*mock_provider_raw_, MockRequestImage()).Times(0);
+  provider_->RequestImage(SaveImageRecordCB(), spec, texture_owner_);
+  base::RunLoop().RunUntilIdle();
+  EXPECT_EQ(image_records_.size(), 2u);
+}
+
+TEST_F(PooledSharedImageVideoProviderTest,
+       DeletingProviderWithOutstandingImagesDoesntCrash) {
+  // Destroying |provider_| with outstanding images shouldn't break anything.
+  SharedImageVideoProvider::ImageSpec spec(gfx::Size(1, 1), 0u);
+  provider_->RequestImage(SaveImageRecordCB(), spec, texture_owner_);
+  base::RunLoop().RunUntilIdle();
+  provider_.reset();
+  base::RunLoop().RunUntilIdle();
+  // Shouldn't crash.
+}
+
+TEST_F(PooledSharedImageVideoProviderTest,
+       ReturnedImagesAreReleasedAfterSpecChange) {
+  // When we change the ImageSpec, old images should be released on the
+  // underlying provider as they are returned.
+  SharedImageVideoProvider::ImageSpec spec_1(gfx::Size(1, 1), 0u);
+  SharedImageVideoProvider::ImageSpec spec_2(gfx::Size(1, 2), 0u);
+  RequestAndProvideImage(spec_1);
+  RequestAndProvideImage(spec_2);
+
+  EXPECT_EQ(mock_provider_raw_->num_release_callbacks_, 0);
+
+  // Return image 1, and it should run the underlying release callback since it
+  // doesn't match the pool spec.
+  image_records_.pop_front();
+  base::RunLoop().RunUntilIdle();
+  EXPECT_EQ(mock_provider_raw_->num_release_callbacks_, 1);
+
+  // Returning image 2 should not, since it should be put into the pool.
+  image_records_.pop_front();
+  base::RunLoop().RunUntilIdle();
+  EXPECT_EQ(mock_provider_raw_->num_release_callbacks_, 1);
+}
+
+TEST_F(PooledSharedImageVideoProviderTest, SizeChangeEmptiesPool) {
+  // Verify that a size change in the ImageSpec causes the pool to be emptied.
+  SharedImageVideoProvider::ImageSpec spec_1(gfx::Size(1, 1), 0u);
+  SharedImageVideoProvider::ImageSpec spec_2(gfx::Size(1, 2), 0u);
+
+  // Request an image with |spec_1| and release it, to send it to the pool.
+  RequestAndProvideImage(spec_1);
+  image_records_.pop_front();
+  base::RunLoop().RunUntilIdle();
+  EXPECT_EQ(mock_provider_raw_->num_release_callbacks_, 0);
+
+  // Request an image with |spec_2|, which should release the first one.
+  RequestAndProvideImage(spec_2);
+  EXPECT_EQ(mock_provider_raw_->num_release_callbacks_, 1);
+}
+
+TEST_F(PooledSharedImageVideoProviderTest, GenerationIdChangeEmptiesPool) {
+  // Verify that a change in the generation id causes the pool to be emptied.
+  SharedImageVideoProvider::ImageSpec spec_1(gfx::Size(1, 1), 0u);
+  SharedImageVideoProvider::ImageSpec spec_2(gfx::Size(1, 1), 1u);
+  RequestAndProvideImage(spec_1);
+  image_records_.pop_front();
+  base::RunLoop().RunUntilIdle();
+  RequestAndProvideImage(spec_2);
+  EXPECT_EQ(mock_provider_raw_->num_release_callbacks_, 1);
+}
+
+TEST_F(PooledSharedImageVideoProviderTest, InFlightSpecChangeProvidesImage) {
+  // If we change the ImageSpec between requesting and receiving an image from
+  // the provider, it should still provide the image to the requestor.
+  SharedImageVideoProvider::ImageSpec spec_1(gfx::Size(1, 1), 0u);
+  SharedImageVideoProvider::ImageSpec spec_2(gfx::Size(1, 1), 1u);
+
+  // Request both images before providing either.
+  EXPECT_CALL(*mock_provider_raw_, MockRequestImage()).Times(2);
+  provider_->RequestImage(SaveImageRecordCB(), spec_1, texture_owner_);
+  provider_->RequestImage(SaveImageRecordCB(), spec_2, texture_owner_);
+  base::RunLoop().RunUntilIdle();
+
+  // Provide the |spec_1| image.  Nothing should be released since it should
+  // fulfill the first request.
+  mock_provider_raw_->ProvideOneRequestedImage();
+  base::RunLoop().RunUntilIdle();
+  EXPECT_EQ(mock_provider_raw_->num_release_callbacks_, 0);
+  EXPECT_EQ(image_records_.size(), 1u);
+
+  // Provide the |spec_2| image, which should also be provided to us.
+  mock_provider_raw_->ProvideOneRequestedImage();
+  base::RunLoop().RunUntilIdle();
+  EXPECT_EQ(mock_provider_raw_->num_release_callbacks_, 0);
+  EXPECT_EQ(image_records_.size(), 2u);
+
+  // Drop the |spec_1| image, which should be released rather than added back to
+  // the pool.
+  image_records_.pop_front();
+  base::RunLoop().RunUntilIdle();
+  EXPECT_EQ(mock_provider_raw_->num_release_callbacks_, 1);
+
+  // Drop the |spec_2| image, which should be pooled rather than released.
+  image_records_.pop_front();
+  base::RunLoop().RunUntilIdle();
+  EXPECT_EQ(mock_provider_raw_->num_release_callbacks_, 1);
+}
+
+}  // namespace media
diff --git a/media/gpu/android/shared_image_video_provider.cc b/media/gpu/android/shared_image_video_provider.cc
index 445acd0..c543495f 100644
--- a/media/gpu/android/shared_image_video_provider.cc
+++ b/media/gpu/android/shared_image_video_provider.cc
@@ -6,11 +6,23 @@
 
 namespace media {
 
-SharedImageVideoProvider::ImageSpec::ImageSpec(const gfx::Size& our_size)
-    : size(our_size) {}
+SharedImageVideoProvider::ImageSpec::ImageSpec() = default;
+SharedImageVideoProvider::ImageSpec::ImageSpec(const gfx::Size& our_size,
+                                               uint64_t our_generation_id)
+    : size(our_size), generation_id(our_generation_id) {}
 SharedImageVideoProvider::ImageSpec::ImageSpec(const ImageSpec&) = default;
 SharedImageVideoProvider::ImageSpec::~ImageSpec() = default;
 
+bool SharedImageVideoProvider::ImageSpec::operator==(
+    const ImageSpec& rhs) const {
+  return size == rhs.size && generation_id == rhs.generation_id;
+}
+
+bool SharedImageVideoProvider::ImageSpec::operator!=(
+    const ImageSpec& rhs) const {
+  return !(*this == rhs);
+}
+
 SharedImageVideoProvider::ImageRecord::ImageRecord() = default;
 SharedImageVideoProvider::ImageRecord::ImageRecord(ImageRecord&&) = default;
 SharedImageVideoProvider::ImageRecord::~ImageRecord() = default;
diff --git a/media/gpu/android/shared_image_video_provider.h b/media/gpu/android/shared_image_video_provider.h
index 4e1ea50db..83332f5 100644
--- a/media/gpu/android/shared_image_video_provider.h
+++ b/media/gpu/android/shared_image_video_provider.h
@@ -30,16 +30,28 @@
 
   // Description of the underlying properties of the shared image.
   struct ImageSpec {
-    ImageSpec(const gfx::Size& size);
+    ImageSpec();
+    ImageSpec(const gfx::Size& size, uint64_t generation_id);
     ImageSpec(const ImageSpec&);
     ~ImageSpec();
 
     // Size of the underlying texture.
     gfx::Size size;
 
+    // This is a hack to allow us to discard pooled images if the TextureOwner
+    // changes.  We don't want to keep a ref to the TextureOwner here, so we
+    // just use a generation counter.  Note that this is temporary anyway; we
+    // only need it for legacy mailbox support to construct a per-video-frame
+    // texture with the TextureOwner's service id (unowned texture hack).  Once
+    // legacy mailboxes aren't needed, SharedImageVideo::BeginAccess can just
+    // ask the CodecImage for whatever TextureOwner it is using currently, which
+    // is set by the client via CodecImage::Initialize.
+    uint64_t generation_id = 0;
+
     // TODO: Include other properties, if they matter, like texture format.
 
-    bool operator==(const ImageSpec&);
+    bool operator==(const ImageSpec&) const;
+    bool operator!=(const ImageSpec&) const;
   };
 
   using ReleaseCB = base::OnceCallback<void(const gpu::SyncToken&)>;
@@ -57,7 +69,8 @@
     // considered to be unused.
     ReleaseCB release_cb;
 
-    // CodecImage that one can use for MaybeRenderEarly.
+    // CodecImage that one can use for MaybeRenderEarly, and to attach a codec
+    // output buffer.
     scoped_refptr<CodecImageHolder> codec_image_holder;
 
     // Is the underlying context Vulkan?  If so, then one must provide YCbCrInfo
diff --git a/media/gpu/android/video_frame_factory_impl.cc b/media/gpu/android/video_frame_factory_impl.cc
index cced87f..ce422d0 100644
--- a/media/gpu/android/video_frame_factory_impl.cc
+++ b/media/gpu/android/video_frame_factory_impl.cc
@@ -109,6 +109,11 @@
 void VideoFrameFactoryImpl::SetSurfaceBundle(
     scoped_refptr<CodecSurfaceBundle> surface_bundle) {
   scoped_refptr<CodecImageGroup> image_group;
+
+  // Increase the generation ID used by the shared image provider, since we're
+  // changing the TextureOwner.  This is temporary.  See ImageSpec.
+  image_spec_.generation_id++;
+
   if (!surface_bundle) {
     // Clear everything, just so we're not holding a reference.
     codec_buffer_wait_coordinator_ = nullptr;
@@ -154,7 +159,8 @@
     return;
   }
 
-  SharedImageVideoProvider::ImageSpec spec(coded_size);
+  // Update the current spec to match the size.
+  image_spec_.size = coded_size;
 
   auto image_ready_cb = base::BindOnce(
       &VideoFrameFactoryImpl::CreateVideoFrame_OnImageReady,
@@ -164,7 +170,7 @@
       enable_threaded_texture_mailboxes_, gpu_task_runner_);
 
   image_provider_->RequestImage(
-      std::move(image_ready_cb), spec,
+      std::move(image_ready_cb), image_spec_,
       codec_buffer_wait_coordinator_
           ? codec_buffer_wait_coordinator_->texture_owner()
           : nullptr);
@@ -194,6 +200,9 @@
   // on the gpu main thread here, but it's okay since CodecImage is not being
   // used at this point.  Alternatively, we could post it, or hand it off to the
   // MaybeRenderEarlyManager to save a post.
+  //
+  // When we remove the output buffer management from CodecImage, then that's
+  // what we'd have a reference to here rather than CodecImage.
   record.codec_image_holder->codec_image_raw()->Initialize(
       std::move(output_buffer), codec_buffer_wait_coordinator,
       std::move(promotion_hint_cb));
@@ -261,18 +270,6 @@
   mailbox_holders[0] = gpu::MailboxHolder(record.mailbox, gpu::SyncToken(),
                                           GL_TEXTURE_EXTERNAL_OES);
 
-  // TODO(liberato): We should set the promotion hint cb here on the image.  We
-  // should also set the output buffer params; we shouldn't send the output
-  // buffer to the gpu thread, since the codec image isn't in use anyway.  We
-  // can access it on any thread.  We'll also need to get new images when we
-  // switch texture owners.  That's left for future work.
-
-  // TODO(liberato): When we switch to a pool, we need to provide some way to
-  // call MaybeRenderEarly that doesn't depend on |release_cb|.  I suppose we
-  // could get a RepeatingCallback that's a "reuse cb", that we'd attach to the
-  // VideoFrame's release cb, since we have to wait for the sync token anyway.
-  // That would run on the gpu thread, and could MaybeRenderEarly.
-
   gfx::Rect visible_rect(coded_size);
 
   auto frame = VideoFrame::WrapNativeTextures(
@@ -334,12 +331,24 @@
 void VideoFrameFactoryImpl::RunAfterPendingVideoFrames(
     base::OnceClosure closure) {
   DCHECK_CALLED_ON_VALID_SEQUENCE(sequence_checker_);
-  // Hop through |gpu_task_runner_| to ensure it comes after pending frames.
-  // TODO(liberato): If we're using a pool for SharedImageVideo, then this
-  // doesn't really make much sense.  SharedImageVideoProvider should do this
-  // for us instead.
-  gpu_task_runner_->PostTaskAndReply(FROM_HERE, base::DoNothing(),
-                                     std::move(closure));
+
+  // Run |closure| after we receive an image from |image_provider_|.  We don't
+  // need the image, but it guarantees that it's ordered after all previous
+  // requests have been fulfilled.
+
+  auto image_ready_cb = base::BindOnce(
+      [](base::OnceClosure closure,
+         SharedImageVideoProvider::ImageRecord record) {
+        // Ignore |record| since we don't actually need an image.
+        std::move(closure).Run();
+      },
+      std::move(closure));
+
+  image_provider_->RequestImage(
+      std::move(image_ready_cb), image_spec_,
+      codec_buffer_wait_coordinator_
+          ? codec_buffer_wait_coordinator_->texture_owner()
+          : nullptr);
 }
 
 }  // namespace media
diff --git a/media/gpu/android/video_frame_factory_impl.h b/media/gpu/android/video_frame_factory_impl.h
index 8352166..02ccf9e 100644
--- a/media/gpu/android/video_frame_factory_impl.h
+++ b/media/gpu/android/video_frame_factory_impl.h
@@ -137,6 +137,9 @@
   // Optional helper to get the Vulkan YCbCrInfo.
   base::SequenceBound<YCbCrHelper> ycbcr_helper_;
 
+  // The current image spec that we'll use to request images.
+  SharedImageVideoProvider::ImageSpec image_spec_;
+
   SEQUENCE_CHECKER(sequence_checker_);
 
   base::WeakPtrFactory<VideoFrameFactoryImpl> weak_factory_{this};
diff --git a/media/gpu/android/video_frame_factory_impl_unittest.cc b/media/gpu/android/video_frame_factory_impl_unittest.cc
index f33c6ab..0e7d94d0 100644
--- a/media/gpu/android/video_frame_factory_impl_unittest.cc
+++ b/media/gpu/android/video_frame_factory_impl_unittest.cc
@@ -18,6 +18,7 @@
 #include "media/gpu/android/codec_buffer_wait_coordinator.h"
 #include "media/gpu/android/maybe_render_early_manager.h"
 #include "media/gpu/android/mock_codec_image.h"
+#include "media/gpu/android/mock_shared_image_video_provider.h"
 #include "media/gpu/android/shared_image_video_provider.h"
 #include "testing/gmock/include/gmock/gmock.h"
 #include "testing/gtest/include/gtest/gtest.h"
@@ -39,32 +40,6 @@
   MOCK_METHOD0(MaybeRenderEarly, void());
 };
 
-class MockSharedImageVideoProvider : public SharedImageVideoProvider {
- public:
-  MockSharedImageVideoProvider() : spec_(gfx::Size(0, 0)) {}
-
-  void Initialize(GpuInitCB gpu_init_cb) { Initialize_(gpu_init_cb); }
-
-  MOCK_METHOD1(Initialize_, void(GpuInitCB& gpu_init_cb));
-
-  void RequestImage(ImageReadyCB cb,
-                    const ImageSpec& spec,
-                    scoped_refptr<gpu::TextureOwner> texture_owner) override {
-    cb_ = std::move(cb);
-    spec_ = spec;
-    texture_owner_ = std::move(texture_owner);
-
-    MockRequestImage();
-  }
-
-  MOCK_METHOD0(MockRequestImage, void());
-
-  // Most recent arguments to RequestImage.
-  ImageReadyCB cb_;
-  ImageSpec spec_;
-  scoped_refptr<gpu::TextureOwner> texture_owner_;
-};
-
 class MockYCbCrHelper : public YCbCrHelper, public DestructionObservable {
  public:
   MockYCbCrHelper(MockYCbCrHelper** thiz) { *thiz = this; }
@@ -123,6 +98,9 @@
         VideoFrame::IsValidConfig(PIXEL_FORMAT_ARGB, VideoFrame::STORAGE_OPAQUE,
                                   coded_size, visible_rect, natural_size));
 
+    // Save a copy in case the test wants it.
+    output_buffer_raw_ = output_buffer.get();
+
     // We should get a call to the output callback, but no calls to the
     // provider.
     // TODO(liberato): Verify that it's sending the proper TextureOwner.
@@ -241,7 +219,7 @@
   auto record = MakeImageRecord(&release_cb_called_flag);
   scoped_refptr<CodecImage> codec_image(
       record.codec_image_holder->codec_image_raw());
-  std::move(image_provider_raw_->cb_).Run(std::move(record));
+  image_provider_raw_->ProvideOneRequestedImage(&record);
   base::RunLoop().RunUntilIdle();
   EXPECT_NE(frame, nullptr);
 
@@ -271,7 +249,7 @@
   RequestVideoFrame();
   auto image_record = MakeImageRecord();
   image_record.is_vulkan = false;
-  std::move(image_provider_raw_->cb_).Run(std::move(image_record));
+  image_provider_raw_->ProvideOneRequestedImage(&image_record);
   base::RunLoop().RunUntilIdle();
 }
 
@@ -283,7 +261,7 @@
               MockGetYCbCrInfo(image_record.codec_image_holder))
       .Times(1);
   image_record.is_vulkan = true;
-  std::move(image_provider_raw_->cb_).Run(std::move(image_record));
+  image_provider_raw_->ProvideOneRequestedImage(&image_record);
   base::RunLoop().RunUntilIdle();
 
   // Provide YCbCrInfo.  It should provide the VideoFrame too.
@@ -307,7 +285,7 @@
   if (ycbcr_helper_raw_)
     EXPECT_CALL(*ycbcr_helper_raw_, MockGetYCbCrInfo(_)).Times(0);
   EXPECT_CALL(output_cb_, Run(_)).Times(1);
-  std::move(image_provider_raw_->cb_).Run(std::move(other_image_record));
+  image_provider_raw_->ProvideOneRequestedImage(&other_image_record);
   base::RunLoop().RunUntilIdle();
 }
 
diff --git a/media/gpu/linux/dmabuf_video_frame_pool.h b/media/gpu/linux/dmabuf_video_frame_pool.h
index 33b1d089..9ecda9a 100644
--- a/media/gpu/linux/dmabuf_video_frame_pool.h
+++ b/media/gpu/linux/dmabuf_video_frame_pool.h
@@ -60,12 +60,6 @@
   // would be dropped immediately.
   virtual void NotifyWhenFrameAvailable(base::OnceClosure cb) = 0;
 
-  // Returns the original frame of a wrapped frame. We need this method to
-  // determine whether the frame returned by GetFrame() is the same one after
-  // recycling, and bind destruction callback at original frames.
-  // TODO(akahuang): Find a way to avoid this method.
-  virtual VideoFrame* UnwrapFrame(const VideoFrame& wrapped_frame) = 0;
-
  protected:
   scoped_refptr<base::SequencedTaskRunner> parent_task_runner_;
 };
diff --git a/media/gpu/linux/platform_video_frame_pool.h b/media/gpu/linux/platform_video_frame_pool.h
index 3b36eab..dfdd1473 100644
--- a/media/gpu/linux/platform_video_frame_pool.h
+++ b/media/gpu/linux/platform_video_frame_pool.h
@@ -47,9 +47,13 @@
       const gfx::Size& natural_size) override;
   scoped_refptr<VideoFrame> GetFrame() override;
   bool IsExhausted() override;
-  VideoFrame* UnwrapFrame(const VideoFrame& wrapped_frame) override;
   void NotifyWhenFrameAvailable(base::OnceClosure cb) override;
 
+  // Returns the original frame of a wrapped frame. We need this method to
+  // determine whether the frame returned by GetFrame() is the same one after
+  // recycling, and bind destruction callback at original frames.
+  VideoFrame* UnwrapFrame(const VideoFrame& wrapped_frame);
+
  private:
   friend class PlatformVideoFramePoolTest;
 
diff --git a/media/mojo/services/gpu_mojo_media_client.cc b/media/mojo/services/gpu_mojo_media_client.cc
index 2820bde..31cd9d0 100644
--- a/media/mojo/services/gpu_mojo_media_client.cc
+++ b/media/mojo/services/gpu_mojo_media_client.cc
@@ -33,6 +33,7 @@
 #include "media/gpu/android/direct_shared_image_video_provider.h"
 #include "media/gpu/android/maybe_render_early_manager.h"
 #include "media/gpu/android/media_codec_video_decoder.h"
+#include "media/gpu/android/pooled_shared_image_video_provider.h"
 #include "media/gpu/android/video_frame_factory_impl.h"
 #include "media/mojo/mojom/media_drm_storage.mojom.h"
 #include "media/mojo/mojom/provision_fetcher.mojom.h"
@@ -208,8 +209,14 @@
       auto get_stub_cb = base::Bind(
           &GetCommandBufferStub, gpu_task_runner_, media_gpu_channel_manager_,
           command_buffer_id->channel_token, command_buffer_id->route_id);
-      auto image_provider = std::make_unique<DirectSharedImageVideoProvider>(
+      std::unique_ptr<SharedImageVideoProvider> image_provider;
+      image_provider = std::make_unique<DirectSharedImageVideoProvider>(
           gpu_task_runner_, get_stub_cb);
+      if (base::FeatureList::IsEnabled(kUsePooledSharedImageVideoProvider)) {
+        // Wrap |image_provider| in a pool.
+        image_provider = PooledSharedImageVideoProvider::Create(
+            gpu_task_runner_, get_stub_cb, std::move(image_provider));
+      }
       // TODO(liberato): Create this only if we're using Vulkan, else it's
       // ignored.  If we can tell that here, then VideoFrameFactory can use it
       // as a signal about whether it's supposed to get YCbCrInfo rather than
@@ -233,7 +240,7 @@
 #if BUILDFLAG(USE_V4L2_CODEC) || BUILDFLAG(USE_VAAPI)
         auto frame_pool = std::make_unique<PlatformVideoFramePool>();
         auto frame_converter = MailboxVideoFrameConverter::Create(
-            base::BindRepeating(&DmabufVideoFramePool::UnwrapFrame,
+            base::BindRepeating(&PlatformVideoFramePool::UnwrapFrame,
                                 base::Unretained(frame_pool.get())),
             gpu_task_runner_,
             base::BindRepeating(&GetCommandBufferStub, gpu_task_runner_,
diff --git a/mojo/BUILD.gn b/mojo/BUILD.gn
index f6cd5b6..099e5cc 100644
--- a/mojo/BUILD.gn
+++ b/mojo/BUILD.gn
@@ -41,6 +41,7 @@
     "//mojo/public/cpp/bindings/tests",
     "//mojo/public/cpp/platform/tests",
     "//mojo/public/cpp/system/tests",
+    "//mojo/public/js/ts/bindings/tests",
   ]
 }
 
diff --git a/mojo/navbar.md b/mojo/navbar.md
new file mode 100644
index 0000000..c24fb81
--- /dev/null
+++ b/mojo/navbar.md
@@ -0,0 +1,10 @@
+# Mojo docs (go/mojo-docs)
+
+* [Home](/mojo/README.md)
+* [Intro to Mojo & Services](/docs/mojo_and_services.md)
+* [Mojo Basics](/mojo/docs/basics.md)
+* [IDL](/mojo/public/tools/bindings/README.md)
+* [C++ bindings](/mojo/public/cpp/bindings/README.md)
+* [Chromium's Mojo style guide](/docs/security/mojo.md)
+
+[home]: /mojo/README.md
diff --git a/mojo/public/js/ts/README.md b/mojo/public/js/ts/README.md
new file mode 100644
index 0000000..2622a2a
--- /dev/null
+++ b/mojo/public/js/ts/README.md
@@ -0,0 +1,34 @@
+# Mojo Typescript/JavaScript Bindings
+
+Generated Mojo Typescript bindings are compiled to plain JavaScript bindings for
+plain JavaScript clients and to Closure-annotated JavaScript for Closure
+clients.
+
+**These bindings are work in progress and are not ready for general use.**
+
+## Getting started
+
+To use the Typescript bindings to generate JS bindings, set
+`use_typescript_sources` to true in your mojom target:
+
+```
+mojom("interfaces") {
+  sources = [
+    "echo.mojom",
+  ]
+  use_typescript_sources = true
+}
+```
+
+and add `enable_typescript_bindings = true` to your `args.gn`.
+
+## Tests
+There are two sets of tests: compilation and runtime.
+
+* Compilation tests are done by including the
+`//mojo/public/js/ts/bindings/tests` gn target, which triggers the Typescript
+bindings generation and their compilation. This target is included as part of
+`mojo_unittests`.
+
+* Runtime tests are done as part of Blink's Web Tests. They are in
+`//third_party/blink/web_tests/mojo/bindings-lite-*.html`.
diff --git a/mojo/public/js/ts/bindings/tests/BUILD.gn b/mojo/public/js/ts/bindings/tests/BUILD.gn
new file mode 100644
index 0000000..36e61f8f
--- /dev/null
+++ b/mojo/public/js/ts/bindings/tests/BUILD.gn
@@ -0,0 +1,22 @@
+# Copyright 2019 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+import("//mojo/public/tools/bindings/mojom.gni")
+
+# Partial copy of //mojo/public/interfaces/bindings/tests:test_interfaces. Used
+# to incrementally develop Typescript bindings.
+mojom("test_interfaces") {
+  testonly = true
+  sources = [
+    "module.test-mojom",
+  ]
+  use_typescript_sources = true
+}
+
+source_set("tests") {
+  testonly = true
+  deps = [
+    ":test_interfaces_js",
+  ]
+}
diff --git a/mojo/public/js/ts/bindings/tests/module.test-mojom b/mojo/public/js/ts/bindings/tests/module.test-mojom
new file mode 100644
index 0000000..9f9db2bf
--- /dev/null
+++ b/mojo/public/js/ts/bindings/tests/module.test-mojom
@@ -0,0 +1,6 @@
+// Copyright 2019 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+// Empty Mojo module. Used to incrementally develop Typescript Bindings.
+module mojo.tstest;
diff --git a/mojo/public/tools/bindings/BUILD.gn b/mojo/public/tools/bindings/BUILD.gn
index c0a5b6f..400cffc6 100644
--- a/mojo/public/tools/bindings/BUILD.gn
+++ b/mojo/public/tools/bindings/BUILD.gn
@@ -79,6 +79,8 @@
     "$mojom_generator_root/generators/js_templates/struct_definition.tmpl",
     "$mojom_generator_root/generators/js_templates/union_definition.tmpl",
     "$mojom_generator_root/generators/js_templates/validation_macros.tmpl",
+    "$mojom_generator_root/generators/ts_templates/module_definition.tmpl",
+    "$mojom_generator_root/generators/ts_templates/mojom.tmpl",
   ]
   script = mojom_generator_script
 
@@ -87,6 +89,7 @@
     "$target_gen_dir/cpp_templates.zip",
     "$target_gen_dir/java_templates.zip",
     "$target_gen_dir/js_templates.zip",
+    "$target_gen_dir/ts_templates.zip",
   ]
   args = [
     "--use_bundled_pylibs",
diff --git a/mojo/public/tools/bindings/compile_typescript.py b/mojo/public/tools/bindings/compile_typescript.py
new file mode 100644
index 0000000..38068cf4
--- /dev/null
+++ b/mojo/public/tools/bindings/compile_typescript.py
@@ -0,0 +1,42 @@
+# Copyright 2019 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+import os
+import sys
+import argparse
+
+_HERE_PATH = os.path.dirname(__file__)
+_SRC_PATH = os.path.normpath(os.path.join(_HERE_PATH, '..', '..', '..', '..'))
+
+sys.path.append(os.path.join(_SRC_PATH, 'third_party', 'node'))
+import node
+import node_modules
+
+def main(argv):
+  parser = argparse.ArgumentParser()
+  parser.add_argument('--filelist', required=True)
+  args = parser.parse_args(argv)
+
+  files = []
+  with open(args.filelist) as filelist_file:
+    for line in filelist_file:
+      for f in line.split():
+        files.append(os.path.join(os.getcwd(), f))
+
+  file_paths = ' '.join(files)
+
+  result = node.RunNode(
+      [node_modules.PathToTypescript()] +
+      [
+          "--target 'es6'",
+          "--module 'es6'",
+          "--lib 'es6'",
+          "--strict",
+          file_paths
+      ])
+  if len(result) != 0:
+    raise RuntimeError('Failed to compile Typescript: \n%s' % result)
+
+if __name__ == '__main__':
+  main(sys.argv[1:])
diff --git a/mojo/public/tools/bindings/generators/mojom_ts_generator.py b/mojo/public/tools/bindings/generators/mojom_ts_generator.py
new file mode 100644
index 0000000..8cf9362
--- /dev/null
+++ b/mojo/public/tools/bindings/generators/mojom_ts_generator.py
@@ -0,0 +1,46 @@
+# Copyright 2019 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+"""Generates Typescript source files from a mojom.Module."""
+
+import mojom.generate.generator as generator
+from mojom.generate.template_expander import UseJinja
+
+class TypescriptStylizer(generator.Stylizer):
+  def StylizeModule(self, mojom_namespace):
+    return '.'.join(generator.ToCamel(word, lower_initial=True)
+                        for word in mojom_namespace.split('.'))
+
+class Generator(generator.Generator):
+  def _GetParameters(self, use_es_modules=False):
+    return {
+      "module": self.module,
+      "use_es_modules": use_es_modules,
+   }
+
+  @staticmethod
+  def GetTemplatePrefix():
+    return "ts_templates"
+
+  def GetFilters(self):
+    ts_filters = {}
+    return ts_filters
+
+  @UseJinja("mojom.tmpl")
+  def _GenerateBindings(self):
+    return self._GetParameters()
+
+  @UseJinja("mojom.tmpl")
+  def _GenerateESModulesBindings(self):
+    return self._GetParameters(use_es_modules=True)
+
+  def GenerateFiles(self, args):
+    if self.variant:
+      raise Exception("Variants not supported in JavaScript bindings.")
+
+    self.module.Stylize(TypescriptStylizer())
+
+    self.Write(self._GenerateBindings(), "%s-lite.ts" % self.module.path)
+    self.Write(self._GenerateESModulesBindings(),
+               "%s-lite.m.ts" % self.module.path)
diff --git a/mojo/public/tools/bindings/generators/ts_templates/module_definition.tmpl b/mojo/public/tools/bindings/generators/ts_templates/module_definition.tmpl
new file mode 100644
index 0000000..f244f50
--- /dev/null
+++ b/mojo/public/tools/bindings/generators/ts_templates/module_definition.tmpl
@@ -0,0 +1,6 @@
+{%- if not use_es_modules %}
+namespace {{module.namespace}} {
+{% endif %}
+{%- if not use_es_modules %}
+} // namespace {{module.namespace}}
+{% endif %}
diff --git a/mojo/public/tools/bindings/generators/ts_templates/mojom.tmpl b/mojo/public/tools/bindings/generators/ts_templates/mojom.tmpl
new file mode 100644
index 0000000..1dd6cf0
--- /dev/null
+++ b/mojo/public/tools/bindings/generators/ts_templates/mojom.tmpl
@@ -0,0 +1,5 @@
+// Copyright 2019 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+{% include "module_definition.tmpl" %}
diff --git a/mojo/public/tools/bindings/mojom.gni b/mojo/public/tools/bindings/mojom.gni
index 8cdf593..cf71229b 100644
--- a/mojo/public/tools/bindings/mojom.gni
+++ b/mojo/public/tools/bindings/mojom.gni
@@ -43,6 +43,9 @@
   # Enable adding annotations to generated C++ headers that are used for
   # cross-references in CodeSearch.
   enable_kythe_annotations = false
+
+  # Enables generating Typescript bindings and compiling them to JS bindings.
+  enable_typescript_bindings = false
 }
 
 # NOTE: We would like to avoid scrambling message IDs where it doesn't add
@@ -64,6 +67,7 @@
      ((enable_nacl || is_nacl || is_nacl_nonsfi) && target_os != "chromeos"))
 
 mojom_generator_root = "//mojo/public/tools/bindings"
+compile_typescript_script = "$mojom_generator_root/compile_typescript.py"
 mojom_generator_script = "$mojom_generator_root/mojom_bindings_generator.py"
 mojom_generator_sources = [
   "$mojom_generator_root/generators/mojom_cpp_generator.py",
@@ -286,6 +290,9 @@
 #       Use old names i.e. FooProxy, Foo, getProxy(), etc. instead of the new
 #       names i.e. FooRemote, FooReceiver, getRemote(), etc.
 #
+#   use_typescript_sources (optional)
+#       Uses the Typescript generator to generate JavaScript bindings.
+#
 # The following parameters are used to support the component build. They are
 # needed so that bindings which are linked with a component can use the same
 # export settings for classes. The first three are for the chromium variant, and
@@ -1221,7 +1228,16 @@
     }
   }
 
-  if (generate_fuzzing || !defined(invoker.cpp_only) || !invoker.cpp_only) {
+  use_typescript_for_target =
+      enable_typescript_bindings && defined(invoker.use_typescript_sources) &&
+      invoker.use_typescript_sources
+
+  if (!use_typescript_for_target && defined(invoker.use_typescript_sources)) {
+    not_needed(invoker, [ "use_typescript_sources" ])
+  }
+
+  if ((generate_fuzzing || !defined(invoker.cpp_only) || !invoker.cpp_only) &&
+      !use_typescript_for_target) {
     if (defined(invoker.sources)) {
       generator_js_target_name = "${target_name}_js__generator"
       generator_js_lite_outputs =
@@ -1355,6 +1371,79 @@
       }
     }
   }
+  if ((generate_fuzzing || !defined(invoker.cpp_only) || !invoker.cpp_only) &&
+      use_typescript_for_target) {
+    generator_ts_target_name = "${target_name}_ts__generator"
+
+    source_filelist = []
+    ts_filelist = []
+    ts_outputs = []
+    js_outputs = []
+    foreach(source, invoker.sources) {
+      source_filelist += [ rebase_path("$source", root_build_dir) ]
+      ts_outputs += [
+        "$target_gen_dir/$source-lite.ts",
+        "$target_gen_dir/$source-lite.m.ts",
+      ]
+      ts_filelist += [
+        rebase_path("$target_gen_dir/$source-lite.ts", root_build_dir),
+        rebase_path("$target_gen_dir/$source-lite.m.ts", root_build_dir),
+      ]
+
+      js_outputs += [
+        "$target_gen_dir/$source-lite.js",
+        "$target_gen_dir/$source-lite.m.js",
+      ]
+    }
+
+    generator_ts_target_name = "${target_name}_ts__generator"
+    action(generator_ts_target_name) {
+      script = mojom_generator_script
+      inputs = mojom_generator_sources + jinja2_sources
+      sources = invoker.sources
+      deps = [
+               ":$parsed_target_name",
+               "//mojo/public/tools/bindings:precompile_templates",
+             ] + verify_deps_target_names
+      outputs = ts_outputs
+      args = common_generator_args
+      response_file_contents = source_filelist
+
+      args += [
+        "--filelist={{response_file_name}}",
+        "-g",
+        "typescript",
+      ]
+
+      # TODO(crbug.com/1007587): Support scramble_message_ids.
+      # TODO(crbug.com/1007591): Support generate_fuzzing.
+    }
+
+    generator_js_target_name = "${target_name}_js__generator"
+    action(generator_js_target_name) {
+      script = compile_typescript_script
+      sources = ts_outputs
+      outputs = js_outputs
+      public_deps = [
+        ":$generator_ts_target_name",
+      ]
+      response_file_contents = ts_filelist
+      args = [ "--filelist={{response_file_name}}" ]
+    }
+
+    js_target_name = target_name + "_js"
+    group(js_target_name) {
+      public_deps = []
+      if (defined(invoker.sources)) {
+        public_deps += [ ":$generator_js_target_name" ]
+      }
+
+      foreach(d, all_deps) {
+        full_name = get_label_info(d, "label_no_toolchain")
+        public_deps += [ "${full_name}_js" ]
+      }
+    }
+  }
 }
 
 # A helper for the mojom() template above when component libraries are desired
diff --git a/mojo/public/tools/bindings/mojom_bindings_generator.py b/mojo/public/tools/bindings/mojom_bindings_generator.py
index 06e61ddf..27d4532 100755
--- a/mojo/public/tools/bindings/mojom_bindings_generator.py
+++ b/mojo/public/tools/bindings/mojom_bindings_generator.py
@@ -61,6 +61,7 @@
   "c++": "mojom_cpp_generator",
   "javascript": "mojom_js_generator",
   "java": "mojom_java_generator",
+  "typescript": "mojom_ts_generator",
 }
 
 
diff --git a/net/log/net_log_event_type_list.h b/net/log/net_log_event_type_list.h
index da791ad..e49323c 100644
--- a/net/log/net_log_event_type_list.h
+++ b/net/log/net_log_event_type_list.h
@@ -1997,6 +1997,36 @@
 //  }
 EVENT_TYPE(QUIC_SESSION_CONNECTIVITY_PROBING_FINISHED)
 
+// Session sent a CRYPTO frame.
+//  {
+//    "encryption_level": <The quic::EncryptionLevel of the frame>,
+//    "data_length": <The length of the CRYPTO frame data>,
+//    "offset": <The offset of the CRYPTO frame>
+//  }
+EVENT_TYPE(QUIC_SESSION_CRYPTO_FRAME_SENT)
+
+// Session received a CRYPTO frame.
+//  {
+//    "encryption_level": <The quic::EncryptionLevel of the frame>,
+//    "data_length": <The length of the CRYPTO frame data>,
+//    "offset": <The offset of the CRYPTO frame>
+//  }
+EVENT_TYPE(QUIC_SESSION_CRYPTO_FRAME_RECEIVED)
+
+// Session sent a STOP_SENDING frame.
+//  {
+//    "stream_id": <The stream id>,
+//    "application_error_code": <The application error code>
+//  }
+EVENT_TYPE(QUIC_SESSION_STOP_SENDING_FRAME_SENT)
+
+// Session received a STOP_SENDING frame.
+//  {
+//    "stream_id": <The stream id>,
+//    "application_error_code": <The application error code>
+//  }
+EVENT_TYPE(QUIC_SESSION_STOP_SENDING_FRAME_RECEIVED)
+
 // ------------------------------------------------------------------------
 // QuicHttpStream
 // ------------------------------------------------------------------------
diff --git a/net/quic/quic_connection_logger.cc b/net/quic/quic_connection_logger.cc
index ab46d82..fa7230b 100644
--- a/net/quic/quic_connection_logger.cc
+++ b/net/quic/quic_connection_logger.cc
@@ -39,195 +39,195 @@
 base::Value NetLogQuicPacketParams(const quic::QuicSocketAddress& self_address,
                                    const quic::QuicSocketAddress& peer_address,
                                    size_t packet_size) {
-  base::DictionaryValue dict;
-  dict.SetString("self_address", self_address.ToString());
-  dict.SetString("peer_address", peer_address.ToString());
-  dict.SetInteger("size", packet_size);
-  return std::move(dict);
+  base::Value dict(base::Value::Type::DICTIONARY);
+  dict.SetStringKey("self_address", self_address.ToString());
+  dict.SetStringKey("peer_address", peer_address.ToString());
+  dict.SetIntKey("size", packet_size);
+  return dict;
 }
 
 base::Value NetLogQuicPacketSentParams(
     const quic::SerializedPacket& serialized_packet,
     quic::TransmissionType transmission_type,
     quic::QuicTime sent_time) {
-  base::DictionaryValue dict;
-  dict.SetInteger("transmission_type", transmission_type);
+  base::Value dict(base::Value::Type::DICTIONARY);
+  dict.SetIntKey("transmission_type", transmission_type);
   dict.SetKey("packet_number",
               NetLogNumberValue(serialized_packet.packet_number.ToUint64()));
-  dict.SetInteger("size", serialized_packet.encrypted_length);
+  dict.SetIntKey("size", serialized_packet.encrypted_length);
   dict.SetKey("sent_time_us", NetLogNumberValue(sent_time.ToDebuggingValue()));
-  dict.SetString("encryption_level", quic::QuicUtils::EncryptionLevelToString(
-                                         serialized_packet.encryption_level));
-  return std::move(dict);
+  dict.SetStringKey("encryption_level",
+                    quic::QuicUtils::EncryptionLevelToString(
+                        serialized_packet.encryption_level));
+  return dict;
 }
 
 base::Value NetLogQuicPacketRetransmittedParams(
     quic::QuicPacketNumber old_packet_number,
     quic::QuicPacketNumber new_packet_number) {
-  base::DictionaryValue dict;
+  base::Value dict(base::Value::Type::DICTIONARY);
   dict.SetKey("old_packet_number",
               NetLogNumberValue(old_packet_number.ToUint64()));
   dict.SetKey("new_packet_number",
               NetLogNumberValue(new_packet_number.ToUint64()));
-  return std::move(dict);
+  return dict;
 }
 
 base::Value NetLogQuicPacketLostParams(quic::QuicPacketNumber packet_number,
                                        quic::TransmissionType transmission_type,
                                        quic::QuicTime detection_time) {
-  base::DictionaryValue dict;
-  dict.SetInteger("transmission_type", transmission_type);
+  base::Value dict(base::Value::Type::DICTIONARY);
+  dict.SetIntKey("transmission_type", transmission_type);
   dict.SetKey("packet_number", NetLogNumberValue(packet_number.ToUint64()));
   dict.SetKey("detection_time_us",
               NetLogNumberValue(detection_time.ToDebuggingValue()));
-  return std::move(dict);
+  return dict;
 }
 
 base::Value NetLogQuicDuplicatePacketParams(
     quic::QuicPacketNumber packet_number) {
-  base::DictionaryValue dict;
+  base::Value dict(base::Value::Type::DICTIONARY);
   dict.SetKey("packet_number", NetLogNumberValue(packet_number.ToUint64()));
-  return std::move(dict);
+  return dict;
 }
 
 base::Value NetLogQuicPacketHeaderParams(const quic::QuicPacketHeader* header) {
-  base::DictionaryValue dict;
-  dict.SetString("connection_id", header->destination_connection_id.ToString());
-  dict.SetInteger("reset_flag", header->reset_flag);
-  dict.SetInteger("version_flag", header->version_flag);
+  base::Value dict(base::Value::Type::DICTIONARY);
+  dict.SetStringKey("connection_id",
+                    header->destination_connection_id.ToString());
+  dict.SetIntKey("reset_flag", header->reset_flag);
+  dict.SetIntKey("version_flag", header->version_flag);
   dict.SetKey("packet_number",
               NetLogNumberValue(header->packet_number.ToUint64()));
-  return std::move(dict);
+  return dict;
 }
 
 base::Value NetLogQuicStreamFrameParams(const quic::QuicStreamFrame& frame) {
-  base::DictionaryValue dict;
-  dict.SetInteger("stream_id", frame.stream_id);
-  dict.SetBoolean("fin", frame.fin);
+  base::Value dict(base::Value::Type::DICTIONARY);
+  dict.SetIntKey("stream_id", frame.stream_id);
+  dict.SetBoolKey("fin", frame.fin);
   dict.SetKey("offset", NetLogNumberValue(frame.offset));
-  dict.SetInteger("length", frame.data_length);
-  return std::move(dict);
+  dict.SetIntKey("length", frame.data_length);
+  return dict;
 }
 
 base::Value NetLogQuicAckFrameParams(const quic::QuicAckFrame* frame) {
-  base::DictionaryValue dict;
+  base::Value dict(base::Value::Type::DICTIONARY);
   dict.SetKey("largest_observed",
               NetLogNumberValue(frame->largest_acked.ToUint64()));
   dict.SetKey("delta_time_largest_observed_us",
               NetLogNumberValue(frame->ack_delay_time.ToMicroseconds()));
 
-  auto missing = std::make_unique<base::ListValue>();
+  base::Value missing(base::Value::Type::LIST);
   if (!frame->packets.Empty()) {
     // V34 and above express acked packets, but only print
     // missing packets, because it's typically a shorter list.
     for (quic::QuicPacketNumber packet = frame->packets.Min();
          packet < frame->largest_acked; ++packet) {
       if (!frame->packets.Contains(packet)) {
-        missing->Append(NetLogNumberValue(packet.ToUint64()));
+        missing.Append(NetLogNumberValue(packet.ToUint64()));
       }
     }
   }
-  dict.Set("missing_packets", std::move(missing));
+  dict.SetKey("missing_packets", std::move(missing));
 
-  auto received = std::make_unique<base::ListValue>();
+  base::Value received(base::Value::Type::LIST);
   const quic::PacketTimeVector& received_times = frame->received_packet_times;
   for (auto it = received_times.begin(); it != received_times.end(); ++it) {
-    auto info = std::make_unique<base::DictionaryValue>();
-    info->SetKey("packet_number", NetLogNumberValue(it->first.ToUint64()));
-    info->SetKey("received", NetLogNumberValue(it->second.ToDebuggingValue()));
-    received->Append(std::move(info));
+    base::Value info(base::Value::Type::DICTIONARY);
+    info.SetKey("packet_number", NetLogNumberValue(it->first.ToUint64()));
+    info.SetKey("received", NetLogNumberValue(it->second.ToDebuggingValue()));
+    received.Append(std::move(info));
   }
-  dict.Set("received_packet_times", std::move(received));
+  dict.SetKey("received_packet_times", std::move(received));
 
-  return std::move(dict);
+  return dict;
 }
 
 base::Value NetLogQuicRstStreamFrameParams(
     const quic::QuicRstStreamFrame* frame) {
-  base::DictionaryValue dict;
-  dict.SetInteger("stream_id", frame->stream_id);
-  dict.SetInteger("quic_rst_stream_error", frame->error_code);
-  return std::move(dict);
+  base::Value dict(base::Value::Type::DICTIONARY);
+  dict.SetIntKey("stream_id", frame->stream_id);
+  dict.SetIntKey("quic_rst_stream_error", frame->error_code);
+  return dict;
 }
 
 base::Value NetLogQuicConnectionCloseFrameParams(
     const quic::QuicConnectionCloseFrame* frame) {
-  base::DictionaryValue dict;
-  dict.SetInteger("quic_error", frame->quic_error_code);
-  dict.SetString("details", frame->error_details);
-  return std::move(dict);
+  base::Value dict(base::Value::Type::DICTIONARY);
+  dict.SetIntKey("quic_error", frame->quic_error_code);
+  dict.SetStringKey("details", frame->error_details);
+  return dict;
 }
 
 base::Value NetLogQuicWindowUpdateFrameParams(
     const quic::QuicWindowUpdateFrame* frame) {
-  base::DictionaryValue dict;
-  dict.SetInteger("stream_id", frame->stream_id);
+  base::Value dict(base::Value::Type::DICTIONARY);
+  dict.SetIntKey("stream_id", frame->stream_id);
   dict.SetKey("byte_offset", NetLogNumberValue(frame->byte_offset));
-  return std::move(dict);
+  return dict;
 }
 
 base::Value NetLogQuicBlockedFrameParams(const quic::QuicBlockedFrame* frame) {
-  base::DictionaryValue dict;
-  dict.SetInteger("stream_id", frame->stream_id);
-  return std::move(dict);
+  base::Value dict(base::Value::Type::DICTIONARY);
+  dict.SetIntKey("stream_id", frame->stream_id);
+  return dict;
 }
 
 base::Value NetLogQuicGoAwayFrameParams(const quic::QuicGoAwayFrame* frame) {
-  base::DictionaryValue dict;
-  dict.SetInteger("quic_error", frame->error_code);
-  dict.SetInteger("last_good_stream_id", frame->last_good_stream_id);
-  dict.SetString("reason_phrase", frame->reason_phrase);
-  return std::move(dict);
+  base::Value dict(base::Value::Type::DICTIONARY);
+  dict.SetIntKey("quic_error", frame->error_code);
+  dict.SetIntKey("last_good_stream_id", frame->last_good_stream_id);
+  dict.SetStringKey("reason_phrase", frame->reason_phrase);
+  return dict;
 }
 
 base::Value NetLogQuicStopWaitingFrameParams(
     const quic::QuicStopWaitingFrame* frame) {
-  base::DictionaryValue dict;
-  auto sent_info = std::make_unique<base::DictionaryValue>();
-  sent_info->SetKey("least_unacked",
-                    NetLogNumberValue(frame->least_unacked.ToUint64()));
-  dict.Set("sent_info", std::move(sent_info));
-  return std::move(dict);
+  base::Value dict(base::Value::Type::DICTIONARY);
+  dict.SetKey("least_unacked",
+              NetLogNumberValue(frame->least_unacked.ToUint64()));
+  return dict;
 }
 
 base::Value NetLogQuicVersionNegotiationPacketParams(
     const quic::QuicVersionNegotiationPacket* packet) {
-  base::DictionaryValue dict;
-  auto versions = std::make_unique<base::ListValue>();
+  base::Value dict(base::Value::Type::DICTIONARY);
+  base::Value versions(base::Value::Type::LIST);
   for (auto it = packet->versions.begin(); it != packet->versions.end(); ++it) {
-    versions->AppendString(ParsedQuicVersionToString(*it));
+    versions.Append(ParsedQuicVersionToString(*it));
   }
-  dict.Set("versions", std::move(versions));
-  return std::move(dict);
+  dict.SetKey("versions", std::move(versions));
+  return dict;
 }
 
 base::Value NetLogQuicPublicResetPacketParams(
     const IPEndPoint& server_hello_address,
     const quic::QuicSocketAddress& public_reset_address) {
-  base::DictionaryValue dict;
-  dict.SetString("server_hello_address", server_hello_address.ToString());
-  dict.SetString("public_reset_address", public_reset_address.ToString());
-  return std::move(dict);
+  base::Value dict(base::Value::Type::DICTIONARY);
+  dict.SetStringKey("server_hello_address", server_hello_address.ToString());
+  dict.SetStringKey("public_reset_address", public_reset_address.ToString());
+  return dict;
 }
 
 base::Value NetLogQuicCryptoHandshakeMessageParams(
     const quic::CryptoHandshakeMessage* message) {
-  base::DictionaryValue dict;
-  dict.SetString("quic_crypto_handshake_message", message->DebugString());
-  return std::move(dict);
+  base::Value dict(base::Value::Type::DICTIONARY);
+  dict.SetStringKey("quic_crypto_handshake_message", message->DebugString());
+  return dict;
 }
 
 base::Value NetLogQuicOnConnectionClosedParams(
     quic::QuicErrorCode error,
     string error_details,
     quic::ConnectionCloseSource source) {
-  base::DictionaryValue dict;
-  dict.SetInteger("quic_error", error);
-  dict.SetString("details", error_details);
-  dict.SetBoolean("from_peer", source == quic::ConnectionCloseSource::FROM_PEER
+  base::Value dict(base::Value::Type::DICTIONARY);
+  dict.SetIntKey("quic_error", error);
+  dict.SetStringKey("details", error_details);
+  dict.SetBoolKey("from_peer", source == quic::ConnectionCloseSource::FROM_PEER
                                    ? true
                                    : false);
-  return std::move(dict);
+  return dict;
 }
 
 base::Value NetLogQuicCertificateVerifiedParams(
@@ -236,13 +236,30 @@
   // More fields could be logged in the future.
   std::vector<std::string> dns_names;
   cert->GetSubjectAltName(&dns_names, nullptr);
-  base::DictionaryValue dict;
-  auto subjects = std::make_unique<base::ListValue>();
+  base::Value dict(base::Value::Type::DICTIONARY);
+  base::Value subjects(base::Value::Type::LIST);
   for (auto& dns_name : dns_names) {
-    subjects->Append(std::move(dns_name));
+    subjects.Append(std::move(dns_name));
   }
-  dict.Set("subjects", std::move(subjects));
-  return std::move(dict);
+  dict.SetKey("subjects", std::move(subjects));
+  return dict;
+}
+
+base::Value NetLogQuicCryptoFrameParams(const quic::QuicCryptoFrame* frame) {
+  base::Value dict(base::Value::Type::DICTIONARY);
+  dict.SetStringKey("encryption_level",
+                    quic::QuicUtils::EncryptionLevelToString(frame->level));
+  dict.SetIntKey("data_length", frame->data_length);
+  dict.SetKey("offset", NetLogNumberValue(frame->offset));
+  return dict;
+}
+
+base::Value NetLogQuicStopSendingFrameParams(
+    const quic::QuicStopSendingFrame* frame) {
+  base::Value dict(base::Value::Type::DICTIONARY);
+  dict.SetIntKey("stream_id", frame->stream_id);
+  dict.SetIntKey("application_error_code", frame->application_error_code);
+  return dict;
 }
 
 void UpdatePublicResetAddressMismatchHistogram(
@@ -461,10 +478,17 @@
     case quic::PATH_CHALLENGE_FRAME:
       break;
     case quic::STOP_SENDING_FRAME:
+      net_log_.AddEvent(
+          NetLogEventType::QUIC_SESSION_STOP_SENDING_FRAME_SENT, [&] {
+            return NetLogQuicStopSendingFrameParams(frame.stop_sending_frame);
+          });
       break;
     case quic::MESSAGE_FRAME:
       break;
     case quic::CRYPTO_FRAME:
+      net_log_.AddEvent(NetLogEventType::QUIC_SESSION_CRYPTO_FRAME_SENT, [&] {
+        return NetLogQuicCryptoFrameParams(frame.crypto_frame);
+      });
       break;
     case quic::NEW_TOKEN_FRAME:
       break;
@@ -625,6 +649,21 @@
                     [&] { return NetLogQuicStreamFrameParams(frame); });
 }
 
+void QuicConnectionLogger::OnCryptoFrame(const quic::QuicCryptoFrame& frame) {
+  if (!net_log_.IsCapturing())
+    return;
+  net_log_.AddEvent(NetLogEventType::QUIC_SESSION_CRYPTO_FRAME_RECEIVED,
+                    [&] { return NetLogQuicCryptoFrameParams(&frame); });
+}
+
+void QuicConnectionLogger::OnStopSendingFrame(
+    const quic::QuicStopSendingFrame& frame) {
+  if (!net_log_.IsCapturing())
+    return;
+  net_log_.AddEvent(NetLogEventType::QUIC_SESSION_STOP_SENDING_FRAME_RECEIVED,
+                    [&] { return NetLogQuicStopSendingFrameParams(&frame); });
+}
+
 void QuicConnectionLogger::OnIncomingAck(
     quic::QuicPacketNumber ack_packet_number,
     const quic::QuicAckFrame& frame,
diff --git a/net/quic/quic_connection_logger.h b/net/quic/quic_connection_logger.h
index 7c3e195..8045ce6 100644
--- a/net/quic/quic_connection_logger.h
+++ b/net/quic/quic_connection_logger.h
@@ -69,6 +69,8 @@
   void OnDuplicatePacket(quic::QuicPacketNumber packet_number) override;
   void OnProtocolVersionMismatch(quic::ParsedQuicVersion version) override;
   void OnPacketHeader(const quic::QuicPacketHeader& header) override;
+  void OnCryptoFrame(const quic::QuicCryptoFrame& frame) override;
+  void OnStopSendingFrame(const quic::QuicStopSendingFrame& frame) override;
   void OnStreamFrame(const quic::QuicStreamFrame& frame) override;
   void OnStopWaitingFrame(const quic::QuicStopWaitingFrame& frame) override;
   void OnRstStreamFrame(const quic::QuicRstStreamFrame& frame) override;
diff --git a/net/quic/quic_http3_logger.cc b/net/quic/quic_http3_logger.cc
index 8c43eb7..45233a0 100644
--- a/net/quic/quic_http3_logger.cc
+++ b/net/quic/quic_http3_logger.cc
@@ -17,31 +17,13 @@
 
 namespace {
 
-base::Value NetLogPeerControlStreamParams(quic::QuicStreamId id) {
-  base::DictionaryValue dict;
-  dict.SetInteger("stream_id", id);
-  return std::move(dict);
-}
-
-base::Value NetLogPeerQpackEncoderStreamParams(quic::QuicStreamId id) {
-  base::DictionaryValue dict;
-  dict.SetInteger("stream_id", id);
-  return std::move(dict);
-}
-
-base::Value NetLogPeerQpackDecoderStreamParams(quic::QuicStreamId id) {
-  base::DictionaryValue dict;
-  dict.SetInteger("stream_id", id);
-  return std::move(dict);
-}
-
 base::Value NetLogSettingsParams(const quic::SettingsFrame& frame) {
-  base::DictionaryValue dict;
+  base::Value dict(base::Value::Type::DICTIONARY);
   // TODO(renjietang): Use string literal for setting identifiers.
   for (auto setting : frame.values) {
-    dict.SetInteger(base::NumberToString(setting.first), setting.second);
+    dict.SetIntKey(base::NumberToString(setting.first), setting.second);
   }
-  return std::move(dict);
+  return dict;
 }
 
 }  // namespace
@@ -54,26 +36,27 @@
 void QuicHttp3Logger::OnPeerControlStreamCreated(quic::QuicStreamId stream_id) {
   if (!net_log_.IsCapturing())
     return;
-  net_log_.AddEvent(NetLogEventType::HTTP3_PEER_CONTROL_STREAM_CREATED,
-                    [&] { return NetLogPeerControlStreamParams(stream_id); });
+  net_log_.AddEventWithIntParams(
+      NetLogEventType::HTTP3_PEER_CONTROL_STREAM_CREATED, "stream_id",
+      stream_id);
 }
 
 void QuicHttp3Logger::OnPeerQpackEncoderStreamCreated(
     quic::QuicStreamId stream_id) {
   if (!net_log_.IsCapturing())
     return;
-  net_log_.AddEvent(
-      NetLogEventType::HTTP3_PEER_QPACK_ENCODER_STREAM_CREATED,
-      [&] { return NetLogPeerQpackEncoderStreamParams(stream_id); });
+  net_log_.AddEventWithIntParams(
+      NetLogEventType::HTTP3_PEER_QPACK_ENCODER_STREAM_CREATED, "stream_id",
+      stream_id);
 }
 
 void QuicHttp3Logger::OnPeerQpackDecoderStreamCreated(
     quic::QuicStreamId stream_id) {
   if (!net_log_.IsCapturing())
     return;
-  net_log_.AddEvent(
-      NetLogEventType::HTTP3_PEER_QPACK_DECODER_STREAM_CREATED,
-      [&] { return NetLogPeerQpackDecoderStreamParams(stream_id); });
+  net_log_.AddEventWithIntParams(
+      NetLogEventType::HTTP3_PEER_QPACK_DECODER_STREAM_CREATED, "stream_id",
+      stream_id);
 }
 
 void QuicHttp3Logger::OnSettingsFrame(const quic::SettingsFrame& frame) {
diff --git a/net/quic/quic_http3_logger.h b/net/quic/quic_http3_logger.h
index 6eb3e49..361b9601 100644
--- a/net/quic/quic_http3_logger.h
+++ b/net/quic/quic_http3_logger.h
@@ -21,7 +21,7 @@
 // to |net_log|.
 class NET_EXPORT_PRIVATE QuicHttp3Logger : public quic::Http3DebugVisitor {
  public:
-  QuicHttp3Logger(const NetLogWithSource& net_log);
+  explicit QuicHttp3Logger(const NetLogWithSource& net_log);
 
   ~QuicHttp3Logger() override;
 
diff --git a/printing/print_job_constants.cc b/printing/print_job_constants.cc
index 51b2219..96ca41a 100644
--- a/printing/print_job_constants.cc
+++ b/printing/print_job_constants.cc
@@ -150,7 +150,7 @@
 const char kSettingPolicies[] = "policies";
 
 // Whether the source page content is PDF or not.
-const char kSettingPreviewIsPDF[] = "previewIsPDF";
+const char kSettingPreviewIsPdf[] = "previewIsPdf";
 
 // Whether the source page content is modifiable. True for web content.
 // i.e. Anything from Blink. False for everything else. e.g. PDF/Flash.
diff --git a/printing/print_job_constants.h b/printing/print_job_constants.h
index 7c0065f..e13c021 100644
--- a/printing/print_job_constants.h
+++ b/printing/print_job_constants.h
@@ -56,7 +56,7 @@
 PRINTING_EXPORT extern const char kSettingPagesPerSheet[];
 PRINTING_EXPORT extern const char kSettingPinValue[];
 PRINTING_EXPORT extern const char kSettingPolicies[];
-PRINTING_EXPORT extern const char kSettingPreviewIsPDF[];
+PRINTING_EXPORT extern const char kSettingPreviewIsPdf[];
 PRINTING_EXPORT extern const char kSettingPreviewModifiable[];
 PRINTING_EXPORT extern const char kSettingPrintToGoogleDrive[];
 PRINTING_EXPORT extern const char kSettingPrintToPDF[];
diff --git a/services/viz/privileged/mojom/compositing/display_private.mojom b/services/viz/privileged/mojom/compositing/display_private.mojom
index 5c6292cf..de364997 100644
--- a/services/viz/privileged/mojom/compositing/display_private.mojom
+++ b/services/viz/privileged/mojom/compositing/display_private.mojom
@@ -85,7 +85,7 @@
   // Creates a LayeredWindowUpdater implementation to draw into a layered
   // window.
   [EnableIf=is_win]
-  CreateLayeredWindowUpdater(LayeredWindowUpdater& layered_window_updater);
+  CreateLayeredWindowUpdater(pending_receiver<LayeredWindowUpdater> receiver);
 
   // Notifies that a swap has occurred and provides information about the pixel
   // size of the swapped frame.
diff --git a/testing/buildbot/tryserver.chromium.android.json b/testing/buildbot/tryserver.chromium.android.json
index 1cfb169..e631aa3 100644
--- a/testing/buildbot/tryserver.chromium.android.json
+++ b/testing/buildbot/tryserver.chromium.android.json
@@ -6247,6 +6247,146 @@
           "shards": 15
         }
       }
+    ],
+    "junit_tests": [
+      {
+        "isolate_coverage_data": true,
+        "name": "android_webview_junit_tests",
+        "swarming": {},
+        "test": "android_webview_junit_tests"
+      },
+      {
+        "isolate_coverage_data": true,
+        "name": "base_junit_tests",
+        "swarming": {},
+        "test": "base_junit_tests"
+      },
+      {
+        "isolate_coverage_data": true,
+        "name": "chrome_junit_tests",
+        "swarming": {},
+        "test": "chrome_junit_tests"
+      },
+      {
+        "isolate_coverage_data": true,
+        "name": "components_background_task_scheduler_junit_tests",
+        "swarming": {},
+        "test": "components_background_task_scheduler_junit_tests"
+      },
+      {
+        "isolate_coverage_data": true,
+        "name": "components_gcm_driver_junit_tests",
+        "swarming": {},
+        "test": "components_gcm_driver_junit_tests"
+      },
+      {
+        "isolate_coverage_data": true,
+        "name": "components_invalidation_impl_junit_tests",
+        "swarming": {},
+        "test": "components_invalidation_impl_junit_tests"
+      },
+      {
+        "isolate_coverage_data": true,
+        "name": "components_policy_junit_tests",
+        "swarming": {},
+        "test": "components_policy_junit_tests"
+      },
+      {
+        "isolate_coverage_data": true,
+        "name": "components_signin_junit_tests",
+        "swarming": {},
+        "test": "components_signin_junit_tests"
+      },
+      {
+        "isolate_coverage_data": true,
+        "name": "components_variations_junit_tests",
+        "swarming": {},
+        "test": "components_variations_junit_tests"
+      },
+      {
+        "isolate_coverage_data": true,
+        "name": "content_junit_tests",
+        "swarming": {},
+        "test": "content_junit_tests"
+      },
+      {
+        "isolate_coverage_data": true,
+        "name": "device_junit_tests",
+        "swarming": {},
+        "test": "device_junit_tests"
+      },
+      {
+        "isolate_coverage_data": true,
+        "name": "junit_unit_tests",
+        "swarming": {},
+        "test": "junit_unit_tests"
+      },
+      {
+        "isolate_coverage_data": true,
+        "name": "keyboard_accessory_junit_tests",
+        "swarming": {},
+        "test": "keyboard_accessory_junit_tests"
+      },
+      {
+        "isolate_coverage_data": true,
+        "name": "media_base_junit_tests",
+        "swarming": {},
+        "test": "media_base_junit_tests"
+      },
+      {
+        "isolate_coverage_data": true,
+        "name": "media_router_junit_tests",
+        "swarming": {},
+        "test": "media_router_junit_tests"
+      },
+      {
+        "isolate_coverage_data": true,
+        "name": "module_installer_junit_tests",
+        "swarming": {},
+        "test": "module_installer_junit_tests"
+      },
+      {
+        "isolate_coverage_data": true,
+        "name": "net_junit_tests",
+        "swarming": {},
+        "test": "net_junit_tests"
+      },
+      {
+        "isolate_coverage_data": true,
+        "name": "service_junit_tests",
+        "swarming": {},
+        "test": "service_junit_tests"
+      },
+      {
+        "isolate_coverage_data": true,
+        "name": "touch_to_fill_junit_tests",
+        "swarming": {},
+        "test": "touch_to_fill_junit_tests"
+      },
+      {
+        "isolate_coverage_data": true,
+        "name": "ui_junit_tests",
+        "swarming": {},
+        "test": "ui_junit_tests"
+      },
+      {
+        "isolate_coverage_data": true,
+        "name": "webapk_client_junit_tests",
+        "swarming": {},
+        "test": "webapk_client_junit_tests"
+      },
+      {
+        "isolate_coverage_data": true,
+        "name": "webapk_shell_apk_h2o_junit_tests",
+        "swarming": {},
+        "test": "webapk_shell_apk_h2o_junit_tests"
+      },
+      {
+        "isolate_coverage_data": true,
+        "name": "webapk_shell_apk_junit_tests",
+        "swarming": {},
+        "test": "webapk_shell_apk_junit_tests"
+      }
     ]
   },
   "android_blink_rel": {
diff --git a/testing/buildbot/waterfalls.pyl b/testing/buildbot/waterfalls.pyl
index 172e5bdca..9b6b36a 100644
--- a/testing/buildbot/waterfalls.pyl
+++ b/testing/buildbot/waterfalls.pyl
@@ -4420,6 +4420,7 @@
         ],
         'test_suites': {
           'gtest_tests': 'android_lollipop_marshmallow_gtests',
+          'junit_tests': 'chromium_junit_tests',
           'isolated_scripts': 'marshmallow_isolated_scripts',
         },
         'os_type': 'android',
diff --git a/third_party/blink/public/platform/web_localized_string.h b/third_party/blink/public/platform/web_localized_string.h
index 0f38d45..f1e1bcd 100644
--- a/third_party/blink/public/platform/web_localized_string.h
+++ b/third_party/blink/public/platform/web_localized_string.h
@@ -72,21 +72,11 @@
     kAXMediaTouchLessVolumeAction,
     kBlockedPluginText,
     kDetailsLabel,
-    kFileButtonNoFileSelectedLabel,
     kInputElementAltText,
-    kMediaRemotingCastText,
-    kMediaRemotingCastToUnknownDeviceText,
-    kMediaRemotingStopByErrorText,
-    kMediaRemotingStopByPlaybackQualityText,
-    kMediaRemotingStopNoText,
-    kMediaRemotingStopText,
     kMediaScrubbingMessageText,
     kMissingPluginText,
     kMultipleFileUploadText,
     kOtherColorLabel,
-    kOtherDateLabel,
-    kOtherMonthLabel,
-    kOtherWeekLabel,
     kOverflowMenuCaptionsSubmenuTitle,
     kOverflowMenuUnmute,
     kPictureInPictureInterstitialText,
@@ -103,12 +93,9 @@
     // "datetime-local" input UI instead of "----".
     kPlaceholderForYearField,
     kResetButtonDefaultLabel,
-    kSelectMenuListText,
     kSubmitButtonDefaultLabel,
     kTextTracksNoLabel,
     kTextTracksOff,
-    kThisMonthButtonLabel,
-    kThisWeekButtonLabel,
     kUnitsKibibytes,
     kUnitsMebibytes,
     kUnitsGibibytes,
@@ -117,13 +104,9 @@
     kValidationBadInputForNumber,
     kValidationBadInputForDateTime,
     kValidationPatternMismatch,
-    kValidationRangeOverflow,
     kValidationRangeOverflowDateTime,
-    kValidationRangeUnderflow,
     kValidationRangeUnderflowDateTime,
-    kValidationStepMismatch,
     kValidationStepMismatchCloseToLimit,
-    kValidationTooLong,
     kValidationTooShort,
     kValidationTooShortPlural,
     kValidationTypeMismatch,
@@ -137,13 +120,10 @@
     kValidationTypeMismatchForEmailNoAtSign,
     kValidationTypeMismatchForMultipleEmail,
     kValidationTypeMismatchForURL,
-    kValidationValueMissing,
     kValidationValueMissingForCheckbox,
     kValidationValueMissingForFile,
     kValidationValueMissingForMultipleFile,
     kValidationValueMissingForRadio,
-    kValidationValueMissingForSelect,
-    kWeekFormatTemplate,
     kWeekNumberLabel,
   };
 };
diff --git a/third_party/blink/public/platform/web_media_player_client.h b/third_party/blink/public/platform/web_media_player_client.h
index 9811f0f5..1befc68 100644
--- a/third_party/blink/public/platform/web_media_player_client.h
+++ b/third_party/blink/public/platform/web_media_player_client.h
@@ -68,6 +68,8 @@
     kAudioTrackKindCommentary
   };
 
+  static const int kMediaRemotingStopNoText = -1;
+
   virtual void NetworkStateChanged() = 0;
   virtual void ReadyStateChanged() = 0;
   virtual void TimeChanged() = 0;
@@ -120,9 +122,10 @@
   virtual void MediaRemotingStarted(
       const WebString& remote_device_friendly_name) = 0;
 
-  // Informs that media stops being rendered remotely. |error_msg| corresponds
+  // Informs that media stops being rendered remotely. |error_code| corresponds
   // to a localized string that explains the reason as user-readable text.
-  virtual void MediaRemotingStopped(WebLocalizedString::Name error_msg) = 0;
+  // |error_code| should be IDS_FOO or kMediaRemotingStopNoText.
+  virtual void MediaRemotingStopped(int error_code) = 0;
 
   // Returns whether the media element has native controls. It does not mean
   // that the controls are currently visible.
diff --git a/third_party/blink/public/strings/blink_strings.grd b/third_party/blink/public/strings/blink_strings.grd
index e2181a10..c0acb2c 100644
--- a/third_party/blink/public/strings/blink_strings.grd
+++ b/third_party/blink/public/strings/blink_strings.grd
@@ -509,6 +509,10 @@
           search text field
         </message>
       </if>
+      <!-- https://w3c.github.io/html-aam/#el-section -->
+      <message name="IDS_AX_ROLE_SECTION" desc="Accessibility role description for a section of a document, like the main body text, the table of contents, a header, or a footer">
+        section
+      </message>
       <message name="IDS_AX_ROLE_STATUS" desc="Accessibility role description for status">
         status
       </message>
diff --git a/third_party/blink/public/web/modules/service_worker/web_service_worker_context_client.h b/third_party/blink/public/web/modules/service_worker/web_service_worker_context_client.h
index c893f39..324a3da 100644
--- a/third_party/blink/public/web/modules/service_worker/web_service_worker_context_client.h
+++ b/third_party/blink/public/web/modules/service_worker/web_service_worker_context_client.h
@@ -81,13 +81,12 @@
       mojo::ScopedMessagePipeHandle devtools_agent_ptr_info,
       mojo::ScopedMessagePipeHandle devtools_agent_host_request) {}
 
-  // The worker started but it could not execute because loading the classic
-  // script failed on the worker thread. This is called only for installed
-  // scripts fetch or off-the-main-thread classic worker script fetch.
-  virtual void FailedToLoadClassicScript() {}
+  // The worker started but it could not execute because fetching the classic
+  // script failed on the worker thread.
+  virtual void FailedToFetchClassicScript() {}
 
   // The worker started but it could not execute because fetching module script
-  // failed.
+  // failed on the worker thread.
   virtual void FailedToFetchModuleScript() {}
 
   // The worker script was successfully loaded on the worker thread.
diff --git a/third_party/blink/renderer/core/html/forms/date_time_chooser_impl.cc b/third_party/blink/renderer/core/html/forms/date_time_chooser_impl.cc
index 74478dc8..4f3154c 100644
--- a/third_party/blink/renderer/core/html/forms/date_time_chooser_impl.cc
+++ b/third_party/blink/renderer/core/html/forms/date_time_chooser_impl.cc
@@ -107,19 +107,17 @@
   String today_label_string;
   String other_date_label_string;
   if (parameters_->type == input_type_names::kMonth) {
-    today_label_string =
-        GetLocale().QueryString(WebLocalizedString::kThisMonthButtonLabel);
+    today_label_string = GetLocale().QueryString(IDS_FORM_THIS_MONTH_LABEL);
     other_date_label_string =
-        GetLocale().QueryString(WebLocalizedString::kOtherMonthLabel);
+        GetLocale().QueryString(IDS_FORM_OTHER_MONTH_LABEL);
   } else if (parameters_->type == input_type_names::kWeek) {
-    today_label_string =
-        GetLocale().QueryString(WebLocalizedString::kThisWeekButtonLabel);
+    today_label_string = GetLocale().QueryString(IDS_FORM_THIS_WEEK_LABEL);
     other_date_label_string =
-        GetLocale().QueryString(WebLocalizedString::kOtherWeekLabel);
+        GetLocale().QueryString(IDS_FORM_OTHER_WEEK_LABEL);
   } else {
     today_label_string = GetLocale().QueryString(IDS_FORM_CALENDAR_TODAY);
     other_date_label_string =
-        GetLocale().QueryString(WebLocalizedString::kOtherDateLabel);
+        GetLocale().QueryString(IDS_FORM_OTHER_DATE_LABEL);
   }
 
   AddString("<!DOCTYPE html><head><meta charset='UTF-8'><style>\n", data);
diff --git a/third_party/blink/renderer/core/html/forms/file_input_type.cc b/third_party/blink/renderer/core/html/forms/file_input_type.cc
index 156c6ee..b971951 100644
--- a/third_party/blink/renderer/core/html/forms/file_input_type.cc
+++ b/third_party/blink/renderer/core/html/forms/file_input_type.cc
@@ -458,8 +458,7 @@
   FileList* file_list = file_list_.Get();
   unsigned list_size = file_list->length();
   if (!list_size) {
-    return GetLocale().QueryString(
-        WebLocalizedString::kFileButtonNoFileSelectedLabel);
+    return GetLocale().QueryString(IDS_FORM_FILE_NO_FILE_LABEL);
   }
 
   StringBuilder names;
diff --git a/third_party/blink/renderer/core/html/forms/html_select_element.cc b/third_party/blink/renderer/core/html/forms/html_select_element.cc
index 773f57fa..f70d105 100644
--- a/third_party/blink/renderer/core/html/forms/html_select_element.cc
+++ b/third_party/blink/renderer/core/html/forms/html_select_element.cc
@@ -31,6 +31,7 @@
 
 #include "build/build_config.h"
 #include "third_party/blink/public/platform/task_type.h"
+#include "third_party/blink/public/strings/grit/blink_strings.h"
 #include "third_party/blink/renderer/bindings/core/v8/html_element_or_long.h"
 #include "third_party/blink/renderer/bindings/core/v8/html_option_element_or_html_opt_group_element.h"
 #include "third_party/blink/renderer/core/accessibility/ax_object_cache.h"
@@ -151,8 +152,7 @@
   if (CustomError())
     return CustomValidationMessage();
   if (ValueMissing()) {
-    return GetLocale().QueryString(
-        WebLocalizedString::kValidationValueMissingForSelect);
+    return GetLocale().QueryString(IDS_FORM_VALIDATION_VALUE_MISSING_SELECT);
   }
   return String();
 }
diff --git a/third_party/blink/renderer/core/html/forms/html_text_area_element.cc b/third_party/blink/renderer/core/html/forms/html_text_area_element.cc
index 9af1a81..f3f9134 100644
--- a/third_party/blink/renderer/core/html/forms/html_text_area_element.cc
+++ b/third_party/blink/renderer/core/html/forms/html_text_area_element.cc
@@ -26,6 +26,7 @@
 
 #include "third_party/blink/renderer/core/html/forms/html_text_area_element.h"
 
+#include "third_party/blink/public/strings/grit/blink_strings.h"
 #include "third_party/blink/renderer/core/css/style_change_reason.h"
 #include "third_party/blink/renderer/core/css_value_keywords.h"
 #include "third_party/blink/renderer/core/dom/document.h"
@@ -486,7 +487,7 @@
     return CustomValidationMessage();
 
   if (ValueMissing())
-    return GetLocale().QueryString(WebLocalizedString::kValidationValueMissing);
+    return GetLocale().QueryString(IDS_FORM_VALIDATION_VALUE_MISSING);
 
   if (TooLong()) {
     return GetLocale().ValidationMessageTooLongText(value().length(),
diff --git a/third_party/blink/renderer/core/html/forms/input_type.cc b/third_party/blink/renderer/core/html/forms/input_type.cc
index ec9b2091..7482c28 100644
--- a/third_party/blink/renderer/core/html/forms/input_type.cc
+++ b/third_party/blink/renderer/core/html/forms/input_type.cc
@@ -32,6 +32,7 @@
 #include <memory>
 #include <utility>
 
+#include "third_party/blink/public/strings/grit/blink_strings.h"
 #include "third_party/blink/renderer/core/accessibility/ax_object_cache.h"
 #include "third_party/blink/renderer/core/dom/events/scoped_event_queue.h"
 #include "third_party/blink/renderer/core/dom/node_computed_style.h"
@@ -395,7 +396,7 @@
 }
 
 String InputType::ValueMissingText() const {
-  return GetLocale().QueryString(WebLocalizedString::kValidationValueMissing);
+  return GetLocale().QueryString(IDS_FORM_VALIDATION_VALUE_MISSING);
 }
 
 std::pair<String, String> InputType::ValidationMessage(
@@ -471,12 +472,12 @@
     String localized_candidate2 = LocalizeValue(Serialize(candidate2));
     if (candidate1 < candidate2) {
       return std::make_pair(
-          GetLocale().QueryString(WebLocalizedString::kValidationStepMismatch,
+          GetLocale().QueryString(IDS_FORM_VALIDATION_STEP_MISMATCH,
                                   localized_candidate1, localized_candidate2),
           g_empty_string);
     }
     return std::make_pair(
-        GetLocale().QueryString(WebLocalizedString::kValidationStepMismatch,
+        GetLocale().QueryString(IDS_FORM_VALIDATION_STEP_MISMATCH,
                                 localized_candidate2, localized_candidate1),
         g_empty_string);
   }
diff --git a/third_party/blink/renderer/core/html/forms/number_input_type.cc b/third_party/blink/renderer/core/html/forms/number_input_type.cc
index e6f3a8d8..7081c54 100644
--- a/third_party/blink/renderer/core/html/forms/number_input_type.cc
+++ b/third_party/blink/renderer/core/html/forms/number_input_type.cc
@@ -32,6 +32,7 @@
 #include "third_party/blink/renderer/core/html/forms/number_input_type.h"
 
 #include <limits>
+#include "third_party/blink/public/strings/grit/blink_strings.h"
 #include "third_party/blink/renderer/core/dom/events/scoped_event_queue.h"
 #include "third_party/blink/renderer/core/events/before_text_inserted_event.h"
 #include "third_party/blink/renderer/core/events/keyboard_event.h"
@@ -266,12 +267,12 @@
 }
 
 String NumberInputType::RangeOverflowText(const Decimal& maximum) const {
-  return GetLocale().QueryString(WebLocalizedString::kValidationRangeOverflow,
+  return GetLocale().QueryString(IDS_FORM_VALIDATION_RANGE_OVERFLOW,
                                  LocalizeValue(Serialize(maximum)));
 }
 
 String NumberInputType::RangeUnderflowText(const Decimal& minimum) const {
-  return GetLocale().QueryString(WebLocalizedString::kValidationRangeUnderflow,
+  return GetLocale().QueryString(IDS_FORM_VALIDATION_RANGE_UNDERFLOW,
                                  LocalizeValue(Serialize(minimum)));
 }
 
diff --git a/third_party/blink/renderer/core/html/media/html_audio_element.h b/third_party/blink/renderer/core/html/media/html_audio_element.h
index a5add00..89d7af8 100644
--- a/third_party/blink/renderer/core/html/media/html_audio_element.h
+++ b/third_party/blink/renderer/core/html/media/html_audio_element.h
@@ -49,7 +49,7 @@
   // WebMediaPlayerClient implementation.
   void MediaRemotingStarted(
       const WebString& remote_device_friendly_name) override {}
-  void MediaRemotingStopped(WebLocalizedString::Name error_msg) override {}
+  void MediaRemotingStopped(int error_code) override {}
   void OnPictureInPictureStateChange() final { NOTREACHED(); }
   void ActivateViewportIntersectionMonitoring(bool) final {}
 };
diff --git a/third_party/blink/renderer/core/html/media/html_video_element.cc b/third_party/blink/renderer/core/html/media/html_video_element.cc
index e0ae66e..cc5459d 100644
--- a/third_party/blink/renderer/core/html/media/html_video_element.cc
+++ b/third_party/blink/renderer/core/html/media/html_video_element.cc
@@ -702,10 +702,9 @@
   remoting_interstitial_->Show(remote_device_friendly_name);
 }
 
-void HTMLVideoElement::MediaRemotingStopped(
-    WebLocalizedString::Name error_msg) {
+void HTMLVideoElement::MediaRemotingStopped(int error_code) {
   if (remoting_interstitial_)
-    remoting_interstitial_->Hide(error_msg);
+    remoting_interstitial_->Hide(error_code);
 }
 
 bool HTMLVideoElement::SupportsPictureInPicture() const {
diff --git a/third_party/blink/renderer/core/html/media/html_video_element.h b/third_party/blink/renderer/core/html/media/html_video_element.h
index b0211dd..0e903b1 100644
--- a/third_party/blink/renderer/core/html/media/html_video_element.h
+++ b/third_party/blink/renderer/core/html/media/html_video_element.h
@@ -184,7 +184,7 @@
 
   void MediaRemotingStarted(const WebString& remote_device_friendly_name) final;
   bool SupportsPictureInPicture() const final;
-  void MediaRemotingStopped(WebLocalizedString::Name error_msg) final;
+  void MediaRemotingStopped(int error_code) final;
   WebMediaPlayer::DisplayType DisplayType() const final;
   bool IsInAutoPIP() const final;
   void OnPictureInPictureStateChange() final;
diff --git a/third_party/blink/renderer/core/html/media/media_remoting_interstitial.cc b/third_party/blink/renderer/core/html/media/media_remoting_interstitial.cc
index bc88fa2..281ec0eb 100644
--- a/third_party/blink/renderer/core/html/media/media_remoting_interstitial.cc
+++ b/third_party/blink/renderer/core/html/media/media_remoting_interstitial.cc
@@ -5,6 +5,7 @@
 #include "third_party/blink/renderer/core/html/media/media_remoting_interstitial.h"
 
 #include "third_party/blink/public/platform/web_localized_string.h"
+#include "third_party/blink/public/strings/grit/blink_strings.h"
 #include "third_party/blink/renderer/core/css/css_property_names.h"
 #include "third_party/blink/renderer/core/css_value_keywords.h"
 #include "third_party/blink/renderer/core/dom/document.h"
@@ -65,13 +66,12 @@
   if (remote_device_friendly_name.IsEmpty()) {
     cast_text_message_->setInnerText(
         GetVideoElement().GetLocale().QueryString(
-            WebLocalizedString::kMediaRemotingCastToUnknownDeviceText),
+            IDS_MEDIA_REMOTING_CAST_TO_UNKNOWN_DEVICE_TEXT),
         ASSERT_NO_EXCEPTION);
   } else {
     cast_text_message_->setInnerText(
-        GetVideoElement().GetLocale().QueryString(
-            WebLocalizedString::kMediaRemotingCastText,
-            remote_device_friendly_name),
+        GetVideoElement().GetLocale().QueryString(IDS_MEDIA_REMOTING_CAST_TEXT,
+                                                  remote_device_friendly_name),
         ASSERT_NO_EXCEPTION);
   }
   if (toggle_interstitial_timer_.IsActive())
@@ -84,18 +84,18 @@
                                           FROM_HERE);
 }
 
-void MediaRemotingInterstitial::Hide(WebLocalizedString::Name error_msg) {
+void MediaRemotingInterstitial::Hide(int error_code) {
   if (!IsVisible())
     return;
   if (toggle_interstitial_timer_.IsActive())
     toggle_interstitial_timer_.Stop();
-  if (error_msg == WebLocalizedString::kMediaRemotingStopNoText) {
+  if (error_code == WebMediaPlayerClient::kMediaRemotingStopNoText) {
     state_ = HIDDEN;
   } else {
-    String stop_text = GetVideoElement().GetLocale().QueryString(
-        WebLocalizedString::kMediaRemotingStopText);
-    if (error_msg != WebLocalizedString::kMediaRemotingStopText) {
-      stop_text = GetVideoElement().GetLocale().QueryString(error_msg) + ", " +
+    String stop_text =
+        GetVideoElement().GetLocale().QueryString(IDS_MEDIA_REMOTING_STOP_TEXT);
+    if (error_code != IDS_MEDIA_REMOTING_STOP_TEXT) {
+      stop_text = GetVideoElement().GetLocale().QueryString(error_code) + ", " +
                   stop_text;
     }
     toast_message_->setInnerText(stop_text, ASSERT_NO_EXCEPTION);
diff --git a/third_party/blink/renderer/core/html/media/media_remoting_interstitial.h b/third_party/blink/renderer/core/html/media/media_remoting_interstitial.h
index 6f0e77fa..c00cfa0 100644
--- a/third_party/blink/renderer/core/html/media/media_remoting_interstitial.h
+++ b/third_party/blink/renderer/core/html/media/media_remoting_interstitial.h
@@ -5,7 +5,7 @@
 #ifndef THIRD_PARTY_BLINK_RENDERER_CORE_HTML_MEDIA_MEDIA_REMOTING_INTERSTITIAL_H_
 #define THIRD_PARTY_BLINK_RENDERER_CORE_HTML_MEDIA_MEDIA_REMOTING_INTERSTITIAL_H_
 
-#include "third_party/blink/public/platform/web_localized_string.h"
+#include "third_party/blink/public/strings/grit/blink_strings.h"
 #include "third_party/blink/renderer/core/html/html_div_element.h"
 #include "third_party/blink/renderer/platform/timer.h"
 
@@ -38,8 +38,8 @@
   void Show(const WebString& remote_device_friendly_name);
 
   // Hide Media Remoting interstitial. A text message may be displayed for five
-  // seconds according to |error_msg|.
-  void Hide(WebLocalizedString::Name error_msg);
+  // seconds according to the IDS string associated with the given |error_code|.
+  void Hide(int error_code);
 
   void OnPosterImageChanged();
 
diff --git a/third_party/blink/renderer/core/layout/layout_file_upload_control.cc b/third_party/blink/renderer/core/layout/layout_file_upload_control.cc
index 3c4467b2..f2c8ab8 100644
--- a/third_party/blink/renderer/core/layout/layout_file_upload_control.cc
+++ b/third_party/blink/renderer/core/layout/layout_file_upload_control.cc
@@ -21,6 +21,7 @@
 #include "third_party/blink/renderer/core/layout/layout_file_upload_control.h"
 
 #include <math.h>
+#include "third_party/blink/public/strings/grit/blink_strings.h"
 #include "third_party/blink/renderer/core/dom/shadow_root.h"
 #include "third_party/blink/renderer/core/editing/position_with_affinity.h"
 #include "third_party/blink/renderer/core/fileapi/file_list.h"
@@ -92,7 +93,7 @@
                                   TextRun::kAllowTrailingExpansion));
 
   const String label = ToHTMLInputElement(GetNode())->GetLocale().QueryString(
-      WebLocalizedString::kFileButtonNoFileSelectedLabel);
+      IDS_FORM_FILE_NO_FILE_LABEL);
   float default_label_width = font.Width(ConstructTextRun(
       font, label, StyleRef(), TextRun::kAllowTrailingExpansion));
   if (HTMLInputElement* button = UploadButton()) {
diff --git a/third_party/blink/renderer/core/layout/layout_menu_list.cc b/third_party/blink/renderer/core/layout/layout_menu_list.cc
index 0856171..be5d43d4 100644
--- a/third_party/blink/renderer/core/layout/layout_menu_list.cc
+++ b/third_party/blink/renderer/core/layout/layout_menu_list.cc
@@ -27,6 +27,7 @@
 #include "third_party/blink/renderer/core/layout/layout_menu_list.h"
 
 #include <math.h>
+#include "third_party/blink/public/strings/grit/blink_strings.h"
 #include "third_party/blink/renderer/core/accessibility/ax_object_cache.h"
 #include "third_party/blink/renderer/core/dom/node_computed_style.h"
 #include "third_party/blink/renderer/core/frame/local_frame_view.h"
@@ -253,7 +254,7 @@
       Locale& locale = select->GetLocale();
       String localized_number_string =
           locale.ConvertToLocalizedNumber(String::Number(selected_count));
-      text = locale.QueryString(WebLocalizedString::kSelectMenuListText,
+      text = locale.QueryString(IDS_FORM_SELECT_MENU_LIST_TEXT,
                                 localized_number_string);
       DCHECK(!option_style_);
     }
diff --git a/third_party/blink/renderer/core/layout/layout_theme.cc b/third_party/blink/renderer/core/layout/layout_theme.cc
index 57d7441..71094a3d 100644
--- a/third_party/blink/renderer/core/layout/layout_theme.cc
+++ b/third_party/blink/renderer/core/layout/layout_theme.cc
@@ -24,6 +24,7 @@
 #include "build/build_config.h"
 #include "third_party/blink/public/platform/platform.h"
 #include "third_party/blink/public/platform/web_rect.h"
+#include "third_party/blink/public/strings/grit/blink_strings.h"
 #include "third_party/blink/public/web/blink.h"
 #include "third_party/blink/renderer/core/css_value_keywords.h"
 #include "third_party/blink/renderer/core/dom/document.h"
@@ -856,8 +857,7 @@
 
   String string;
   if (file_list->IsEmpty()) {
-    string =
-        locale.QueryString(WebLocalizedString::kFileButtonNoFileSelectedLabel);
+    string = locale.QueryString(IDS_FORM_FILE_NO_FILE_LABEL);
   } else if (file_list->length() == 1) {
     string = file_list->item(0)->name();
   } else {
diff --git a/third_party/blink/renderer/core/layout/layout_theme_mac.mm b/third_party/blink/renderer/core/layout/layout_theme_mac.mm
index 5de2c1e..fe61dd8 100644
--- a/third_party/blink/renderer/core/layout/layout_theme_mac.mm
+++ b/third_party/blink/renderer/core/layout/layout_theme_mac.mm
@@ -29,6 +29,7 @@
 #import "third_party/blink/public/platform/mac/web_sandbox_support.h"
 #import "third_party/blink/public/platform/platform.h"
 #import "third_party/blink/public/resources/grit/blink_resources.h"
+#import "third_party/blink/public/strings/grit/blink_strings.h"
 #import "third_party/blink/renderer/core/css_value_keywords.h"
 #import "third_party/blink/renderer/core/fileapi/file_list.h"
 #import "third_party/blink/renderer/core/html_names.h"
@@ -1003,8 +1004,7 @@
 
   String str_to_truncate;
   if (file_list->IsEmpty()) {
-    str_to_truncate =
-        locale.QueryString(WebLocalizedString::kFileButtonNoFileSelectedLabel);
+    str_to_truncate = locale.QueryString(IDS_FORM_FILE_NO_FILE_LABEL);
   } else if (file_list->length() == 1) {
     File* file = file_list->item(0);
     if (file->GetUserVisibility() == File::kIsUserVisible)
diff --git a/third_party/blink/renderer/core/loader/modulescript/installed_service_worker_module_script_fetcher.cc b/third_party/blink/renderer/core/loader/modulescript/installed_service_worker_module_script_fetcher.cc
index b4e8abd..d197664 100644
--- a/third_party/blink/renderer/core/loader/modulescript/installed_service_worker_module_script_fetcher.cc
+++ b/third_party/blink/renderer/core/loader/modulescript/installed_service_worker_module_script_fetcher.cc
@@ -15,7 +15,9 @@
 
 InstalledServiceWorkerModuleScriptFetcher::
     InstalledServiceWorkerModuleScriptFetcher(WorkerGlobalScope* global_scope)
-    : global_scope_(global_scope) {}
+    : global_scope_(global_scope) {
+  DCHECK(global_scope_->IsServiceWorkerGlobalScope());
+}
 
 void InstalledServiceWorkerModuleScriptFetcher::Fetch(
     FetchParameters& fetch_params,
@@ -24,8 +26,7 @@
     ModuleGraphLevel level,
     ModuleScriptFetcher::Client* client) {
   DCHECK(global_scope_->IsContextThread());
-  InstalledScriptsManager* installed_scripts_manager =
-      global_scope_->GetThread()->GetInstalledScriptsManager();
+  auto* installed_scripts_manager = global_scope_->GetInstalledScriptsManager();
   DCHECK(installed_scripts_manager);
   DCHECK(installed_scripts_manager->IsScriptInstalled(fetch_params.Url()));
 
diff --git a/third_party/blink/renderer/core/workers/worker_global_scope.cc b/third_party/blink/renderer/core/workers/worker_global_scope.cc
index 6be6ed6..7ca3f27 100644
--- a/third_party/blink/renderer/core/workers/worker_global_scope.cc
+++ b/third_party/blink/renderer/core/workers/worker_global_scope.cc
@@ -282,27 +282,6 @@
     KURL* out_response_url,
     String* out_source_code,
     std::unique_ptr<Vector<uint8_t>>* out_cached_meta_data) {
-  // InstalledScriptsManager is now used only for starting installed service
-  // workers.
-  // TODO(nhiroki): Consider moving this into ServiceWorkerGlobalScope.
-  InstalledScriptsManager* installed_scripts_manager =
-      GetThread()->GetInstalledScriptsManager();
-  if (installed_scripts_manager &&
-      installed_scripts_manager->IsScriptInstalled(script_url)) {
-    DCHECK(IsServiceWorkerGlobalScope());
-    std::unique_ptr<InstalledScriptsManager::ScriptData> script_data =
-        installed_scripts_manager->GetScriptData(script_url);
-    if (!script_data)
-      return false;
-    *out_response_url = script_url;
-    *out_source_code = script_data->TakeSourceText();
-    *out_cached_meta_data = script_data->TakeMetaData();
-    // TODO(shimazu): Add appropriate probes for inspector.
-    return true;
-  }
-
-  // If the script wasn't provided by the InstalledScriptsManager, load from
-  // ResourceLoader.
   ExecutionContext* execution_context = GetExecutionContext();
   WorkerClassicScriptLoader* classic_script_loader =
       MakeGarbageCollected<WorkerClassicScriptLoader>();
diff --git a/third_party/blink/renderer/core/workers/worker_global_scope.h b/third_party/blink/renderer/core/workers/worker_global_scope.h
index 1a59228..4901b61 100644
--- a/third_party/blink/renderer/core/workers/worker_global_scope.h
+++ b/third_party/blink/renderer/core/workers/worker_global_scope.h
@@ -59,6 +59,7 @@
 class ExceptionState;
 class FetchClientSettingsObjectSnapshot;
 class FontFaceSet;
+class InstalledScriptsManager;
 class OffscreenFontSelector;
 class WorkerResourceTimingNotifier;
 class StringOrTrustedScriptURL;
@@ -190,6 +191,10 @@
 
   void Trace(blink::Visitor*) override;
 
+  virtual InstalledScriptsManager* GetInstalledScriptsManager() {
+    return nullptr;
+  }
+
   // TODO(fserb): This can be removed once we WorkerGlobalScope implements
   // FontFaceSource on the IDL.
   FontFaceSet* fonts();
@@ -211,6 +216,12 @@
   void ExceptionThrown(ErrorEvent*) override;
   void RemoveURLFromMemoryCache(const KURL&) final;
 
+  virtual bool FetchClassicImportedScript(
+      const KURL& script_url,
+      KURL* out_response_url,
+      String* out_source_code,
+      std::unique_ptr<Vector<uint8_t>>* out_cached_meta_data);
+
   // Notifies that the top-level worker script is ready to evaluate.
   // Worker top-level script is evaluated after it is fetched and
   // ReadyToRunWorkerScript() is called.
@@ -228,12 +239,6 @@
 
   // Used for importScripts().
   void ImportScriptsInternal(const Vector<String>& urls, ExceptionState&);
-  bool FetchClassicImportedScript(
-      const KURL& script_url,
-      KURL* out_response_url,
-      String* out_source_code,
-      std::unique_ptr<Vector<uint8_t>>* out_cached_meta_data);
-
   // ExecutionContext
   EventTarget* ErrorEventTarget() final { return this; }
 
diff --git a/third_party/blink/renderer/core/workers/worker_reporting_proxy.h b/third_party/blink/renderer/core/workers/worker_reporting_proxy.h
index 3f702ac..d40ede8 100644
--- a/third_party/blink/renderer/core/workers/worker_reporting_proxy.h
+++ b/third_party/blink/renderer/core/workers/worker_reporting_proxy.h
@@ -74,17 +74,13 @@
   // via ResourceLoader. Called before WillEvaluateClassicScript().
   virtual void DidLoadClassicScript() {}
 
-  // Invoked when it's failed to load the worker's main script on the worker
-  // thread.
-  virtual void DidFailToLoadClassicScript() {}
-
   // Invoked on success to fetch the worker's main classic/module script from
   // network. This is not called when the script is loaded from
   // InstalledScriptsManager.
   virtual void DidFetchScript() {}
 
-  // Invoked on failure to fetch the worker's classic script from network. This
-  // is not called when the script is loaded from InstalledScriptsManager.
+  // Invoked on failure to fetch the worker's classic script (either from
+  // network or InstalledScriptsManager).
   virtual void DidFailToFetchClassicScript() {}
 
   // Invoked on failure to fetch the worker's module script (either from network
diff --git a/third_party/blink/renderer/core/workers/worker_thread.h b/third_party/blink/renderer/core/workers/worker_thread.h
index 37fd65b..8d8682f 100644
--- a/third_party/blink/renderer/core/workers/worker_thread.h
+++ b/third_party/blink/renderer/core/workers/worker_thread.h
@@ -57,7 +57,6 @@
 
 class ConsoleMessageStorage;
 class InspectorTaskRunner;
-class InstalledScriptsManager;
 class WorkerBackingThread;
 class WorkerInspectorController;
 class WorkerOrWorkletGlobalScope;
@@ -214,11 +213,6 @@
     return parent_thread_default_task_runner_;
   }
 
-  // For ServiceWorkerScriptStreaming. Returns nullptr otherwise.
-  virtual InstalledScriptsManager* GetInstalledScriptsManager() {
-    return nullptr;
-  }
-
   scheduler::WorkerScheduler* GetScheduler();
 
   // Returns a task runner bound to the per-global-scope scheduler's task queue.
diff --git a/third_party/blink/renderer/devtools/BUILD.gn b/third_party/blink/renderer/devtools/BUILD.gn
index c5386b70..f95ebbf 100644
--- a/third_party/blink/renderer/devtools/BUILD.gn
+++ b/third_party/blink/renderer/devtools/BUILD.gn
@@ -139,25 +139,7 @@
   "front_end/color_picker/module.json",
   "front_end/color_picker/spectrum.css",
   "front_end/color_picker/Spectrum.js",
-  "front_end/common/CharacterIdMap.js",
-  "front_end/common/Color.js",
-  "front_end/common/Console.js",
-  "front_end/common/ContentProvider.js",
   "front_end/common/module.json",
-  "front_end/common/ModuleExtensionInterfaces.js",
-  "front_end/common/Object.js",
-  "front_end/common/OutputStream.js",
-  "front_end/common/ParsedURL.js",
-  "front_end/common/Progress.js",
-  "front_end/common/ResourceType.js",
-  "front_end/common/SegmentedRange.js",
-  "front_end/common/Settings.js",
-  "front_end/common/StaticContentProvider.js",
-  "front_end/common/TextDictionary.js",
-  "front_end/common/Throttler.js",
-  "front_end/common/Trie.js",
-  "front_end/common/UIString.js",
-  "front_end/common/Worker.js",
   "front_end/components/DockController.js",
   "front_end/components/ImagePreview.js",
   "front_end/components/imagePreview.css",
@@ -961,6 +943,32 @@
   "front_end/root.js",
   "front_end/ui/ARIAUtils.js",
   "front_end/ui/ui.js",
+  "front_end/common/common.js",
+  "front_end/common/App.js",
+  "front_end/common/AppProvider.js",
+  "front_end/common/CharacterIdMap.js",
+  "front_end/common/Color.js",
+  "front_end/common/ContentProvider.js",
+  "front_end/common/EventTarget.js",
+  "front_end/common/JavaScriptMetaData.js",
+  "front_end/common/Linkifier.js",
+  "front_end/common/Object.js",
+  "front_end/common/Console.js",
+  "front_end/common/ParsedURL.js",
+  "front_end/common/Progress.js",
+  "front_end/common/QueryParamHandler.js",
+  "front_end/common/ResourceType.js",
+  "front_end/common/Revealer.js",
+  "front_end/common/Runnable.js",
+  "front_end/common/SegmentedRange.js",
+  "front_end/common/Settings.js",
+  "front_end/common/StaticContentProvider.js",
+  "front_end/common/StringOutputStream.js",
+  "front_end/common/TextDictionary.js",
+  "front_end/common/Throttler.js",
+  "front_end/common/Trie.js",
+  "front_end/common/UIString.js",
+  "front_end/common/Worker.js",
 ]
 
 devtools_test_files = [
@@ -1158,6 +1166,32 @@
   "$resources_out_dir/root.js",
   "$resources_out_dir/ui/ARIAUtils.js",
   "$resources_out_dir/ui/ui.js",
+  "$resources_out_dir/common/common.js",
+  "$resources_out_dir/common/App.js",
+  "$resources_out_dir/common/AppProvider.js",
+  "$resources_out_dir/common/CharacterIdMap.js",
+  "$resources_out_dir/common/Color.js",
+  "$resources_out_dir/common/ContentProvider.js",
+  "$resources_out_dir/common/EventTarget.js",
+  "$resources_out_dir/common/JavaScriptMetaData.js",
+  "$resources_out_dir/common/Linkifier.js",
+  "$resources_out_dir/common/Object.js",
+  "$resources_out_dir/common/Console.js",
+  "$resources_out_dir/common/ParsedURL.js",
+  "$resources_out_dir/common/Progress.js",
+  "$resources_out_dir/common/QueryParamHandler.js",
+  "$resources_out_dir/common/ResourceType.js",
+  "$resources_out_dir/common/Revealer.js",
+  "$resources_out_dir/common/Runnable.js",
+  "$resources_out_dir/common/SegmentedRange.js",
+  "$resources_out_dir/common/Settings.js",
+  "$resources_out_dir/common/StaticContentProvider.js",
+  "$resources_out_dir/common/StringOutputStream.js",
+  "$resources_out_dir/common/TextDictionary.js",
+  "$resources_out_dir/common/Throttler.js",
+  "$resources_out_dir/common/Trie.js",
+  "$resources_out_dir/common/UIString.js",
+  "$resources_out_dir/common/Worker.js",
 ]
 
 generated_applications = [
diff --git a/third_party/blink/renderer/devtools/front_end/common/App.js b/third_party/blink/renderer/devtools/front_end/common/App.js
new file mode 100644
index 0000000..f09920f
--- /dev/null
+++ b/third_party/blink/renderer/devtools/front_end/common/App.js
@@ -0,0 +1,23 @@
+// Copyright 2019 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+/**
+ * @interface
+ */
+export default class App {
+  /**
+   * @param {!Document} document
+   */
+  presentUI(document) {
+  }
+}
+
+/* Legacy exported object */
+self.Common = self.Common || {};
+Common = Common || {};
+
+/**
+ * @interface
+ */
+Common.App = App;
diff --git a/third_party/blink/renderer/devtools/front_end/common/AppProvider.js b/third_party/blink/renderer/devtools/front_end/common/AppProvider.js
new file mode 100644
index 0000000..77c20ca
--- /dev/null
+++ b/third_party/blink/renderer/devtools/front_end/common/AppProvider.js
@@ -0,0 +1,23 @@
+// Copyright 2019 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+/**
+ * @interface
+ */
+export default class AppProvider {
+  /**
+   * @return {!Common.App}
+   */
+  createApp() {
+  }
+}
+
+/* Legacy exported object */
+self.Common = self.Common || {};
+Common = Common || {};
+
+/**
+ * @interface
+ */
+Common.AppProvider = AppProvider;
diff --git a/third_party/blink/renderer/devtools/front_end/common/CharacterIdMap.js b/third_party/blink/renderer/devtools/front_end/common/CharacterIdMap.js
index 627df76..5241062 100644
--- a/third_party/blink/renderer/devtools/front_end/common/CharacterIdMap.js
+++ b/third_party/blink/renderer/devtools/front_end/common/CharacterIdMap.js
@@ -5,7 +5,7 @@
  * @template T
  * @unrestricted
  */
-Common.CharacterIdMap = class {
+export default class CharacterIdMap {
   constructor() {
     /** @type {!Map<T, string>} */
     this._elementToCharacter = new Map();
@@ -40,4 +40,13 @@
       return null;
     return object;
   }
-};
+}
+
+/* Legacy exported object */
+self.Common = self.Common || {};
+Common = Common || {};
+
+/**
+ * @constructor
+ */
+Common.CharacterIdMap = CharacterIdMap;
diff --git a/third_party/blink/renderer/devtools/front_end/common/Color.js b/third_party/blink/renderer/devtools/front_end/common/Color.js
index 1fa43f22..e45868c 100644
--- a/third_party/blink/renderer/devtools/front_end/common/Color.js
+++ b/third_party/blink/renderer/devtools/front_end/common/Color.js
@@ -30,10 +30,10 @@
 /**
  * @unrestricted
  */
-Common.Color = class {
+export default class Color {
   /**
    * @param {!Array.<number>} rgba
-   * @param {!Common.Color.Format} format
+   * @param {!Format} format
    * @param {string=} originalText
    */
   constructor(rgba, format, originalText) {
@@ -58,7 +58,7 @@
 
   /**
    * @param {string} text
-   * @return {?Common.Color}
+   * @return {?Color}
    */
   static parse(text) {
     // Simple - #hex, nickname
@@ -70,16 +70,16 @@
         let hex = match[1].toLowerCase();
         let format;
         if (hex.length === 3) {
-          format = Common.Color.Format.ShortHEX;
+          format = Format.ShortHEX;
           hex = hex.charAt(0) + hex.charAt(0) + hex.charAt(1) + hex.charAt(1) + hex.charAt(2) + hex.charAt(2);
         } else if (hex.length === 4) {
-          format = Common.Color.Format.ShortHEXA;
+          format = Format.ShortHEXA;
           hex = hex.charAt(0) + hex.charAt(0) + hex.charAt(1) + hex.charAt(1) + hex.charAt(2) + hex.charAt(2) +
               hex.charAt(3) + hex.charAt(3);
         } else if (hex.length === 6) {
-          format = Common.Color.Format.HEX;
+          format = Format.HEX;
         } else {
-          format = Common.Color.Format.HEXA;
+          format = Format.HEXA;
         }
         const r = parseInt(hex.substring(0, 2), 16);
         const g = parseInt(hex.substring(2, 4), 16);
@@ -87,15 +87,15 @@
         let a = 1;
         if (hex.length === 8)
           a = parseInt(hex.substring(6, 8), 16) / 255;
-        return new Common.Color([r / 255, g / 255, b / 255, a], format, text);
+        return new Color([r / 255, g / 255, b / 255, a], format, text);
       }
 
       if (match[2]) {  // nickname
         const nickname = match[2].toLowerCase();
-        if (nickname in Common.Color.Nicknames) {
-          const rgba = Common.Color.Nicknames[nickname];
-          const color = Common.Color.fromRGBA(rgba);
-          color._format = Common.Color.Format.Nickname;
+        if (nickname in Nicknames) {
+          const rgba = Nicknames[nickname];
+          const color = Color.fromRGBA(rgba);
+          color._format = Format.Nickname;
           color._originalText = text;
           return color;
         }
@@ -130,24 +130,24 @@
 
       if (match[1]) {  // rgb/rgba
         const rgba = [
-          Common.Color._parseRgbNumeric(values[0]), Common.Color._parseRgbNumeric(values[1]),
-          Common.Color._parseRgbNumeric(values[2]), hasAlpha ? Common.Color._parseAlphaNumeric(values[3]) : 1
+          Color._parseRgbNumeric(values[0]), Color._parseRgbNumeric(values[1]), Color._parseRgbNumeric(values[2]),
+          hasAlpha ? Color._parseAlphaNumeric(values[3]) : 1
         ];
         if (rgba.indexOf(null) > -1)
           return null;
-        return new Common.Color(rgba, hasAlpha ? Common.Color.Format.RGBA : Common.Color.Format.RGB, text);
+        return new Color(rgba, hasAlpha ? Format.RGBA : Format.RGB, text);
       }
 
       if (match[2]) {  // hsl/hsla
         const hsla = [
-          Common.Color._parseHueNumeric(values[0]), Common.Color._parseSatLightNumeric(values[1]),
-          Common.Color._parseSatLightNumeric(values[2]), hasAlpha ? Common.Color._parseAlphaNumeric(values[3]) : 1
+          Color._parseHueNumeric(values[0]), Color._parseSatLightNumeric(values[1]),
+          Color._parseSatLightNumeric(values[2]), hasAlpha ? Color._parseAlphaNumeric(values[3]) : 1
         ];
         if (hsla.indexOf(null) > -1)
           return null;
         const rgba = [];
-        Common.Color.hsl2rgb(hsla, rgba);
-        return new Common.Color(rgba, hasAlpha ? Common.Color.Format.HSLA : Common.Color.Format.HSL, text);
+        Color.hsl2rgb(hsla, rgba);
+        return new Color(rgba, hasAlpha ? Format.HSLA : Format.HSL, text);
       }
     }
 
@@ -156,20 +156,20 @@
 
   /**
    * @param {!Array.<number>} rgba
-   * @return {!Common.Color}
+   * @return {!Color}
    */
   static fromRGBA(rgba) {
-    return new Common.Color([rgba[0] / 255, rgba[1] / 255, rgba[2] / 255, rgba[3]], Common.Color.Format.RGBA);
+    return new Color([rgba[0] / 255, rgba[1] / 255, rgba[2] / 255, rgba[3]], Format.RGBA);
   }
 
   /**
    * @param {!Array.<number>} hsva
-   * @return {!Common.Color}
+   * @return {!Color}
    */
   static fromHSVA(hsva) {
     const rgba = [];
-    Common.Color.hsva2rgba(hsva, rgba);
-    return new Common.Color(rgba, Common.Color.Format.HSLA);
+    Color.hsva2rgba(hsva, rgba);
+    return new Color(rgba, Format.HSLA);
   }
 
   /**
@@ -194,7 +194,7 @@
    * return {number}
    */
   static _parseRgbNumeric(value) {
-    const parsed = Common.Color._parsePercentOrNumber(value);
+    const parsed = Color._parsePercentOrNumber(value);
     if (parsed === null)
       return null;
 
@@ -238,7 +238,7 @@
    * return {number}
    */
   static _parseAlphaNumeric(value) {
-    return Common.Color._parsePercentOrNumber(value);
+    return Color._parsePercentOrNumber(value);
   }
 
   /**
@@ -313,11 +313,11 @@
    * @param {!Array<number>} out_rgba
    */
   static hsva2rgba(hsva, out_rgba) {
-    Common.Color._hsva2hsla(hsva, Common.Color.hsva2rgba._tmpHSLA);
-    Common.Color.hsl2rgb(Common.Color.hsva2rgba._tmpHSLA, out_rgba);
+    Color._hsva2hsla(hsva, Color.hsva2rgba._tmpHSLA);
+    Color.hsl2rgb(Color.hsva2rgba._tmpHSLA, out_rgba);
 
-    for (let i = 0; i < Common.Color.hsva2rgba._tmpHSLA.length; i++)
-      Common.Color.hsva2rgba._tmpHSLA[i] = 0;
+    for (let i = 0; i < Color.hsva2rgba._tmpHSLA.length; i++)
+      Color.hsva2rgba._tmpHSLA[i] = 0;
   }
 
   /**
@@ -362,14 +362,14 @@
    * @return {number}
    */
   static calculateContrastRatio(fgRGBA, bgRGBA) {
-    Common.Color.blendColors(fgRGBA, bgRGBA, Common.Color.calculateContrastRatio._blendedFg);
+    Color.blendColors(fgRGBA, bgRGBA, Color.calculateContrastRatio._blendedFg);
 
-    const fgLuminance = Common.Color.luminance(Common.Color.calculateContrastRatio._blendedFg);
-    const bgLuminance = Common.Color.luminance(bgRGBA);
+    const fgLuminance = Color.luminance(Color.calculateContrastRatio._blendedFg);
+    const bgLuminance = Color.luminance(bgRGBA);
     const contrastRatio = (Math.max(fgLuminance, bgLuminance) + 0.05) / (Math.min(fgLuminance, bgLuminance) + 0.05);
 
-    for (let i = 0; i < Common.Color.calculateContrastRatio._blendedFg.length; i++)
-      Common.Color.calculateContrastRatio._blendedFg[i] = 0;
+    for (let i = 0; i < Color.calculateContrastRatio._blendedFg.length; i++)
+      Color.calculateContrastRatio._blendedFg[i] = 0;
 
     return contrastRatio;
   }
@@ -401,11 +401,11 @@
   }
 
   /**
-   * @param {!Common.Color} color
-   * @return {!Common.Color.Format}
+   * @param {!Color} color
+   * @return {!Format}
    */
   static detectColorFormat(color) {
-    const cf = Common.Color.Format;
+    const cf = Format;
     let format;
     const formatSetting = Common.moduleSetting('colorFormat').get();
     if (formatSetting === cf.Original)
@@ -423,7 +423,7 @@
   }
 
   /**
-   * @return {!Common.Color.Format}
+   * @return {!Format}
    */
   format() {
     return this._format;
@@ -498,7 +498,7 @@
   }
 
   /**
-   * @return {!Common.Color.Format}
+   * @return {!Format}
    */
   detectHEXFormat() {
     let canBeShort = true;
@@ -511,7 +511,7 @@
     }
 
     const hasAlpha = this.hasAlpha();
-    const cf = Common.Color.Format;
+    const cf = Format;
     if (canBeShort)
       return hasAlpha ? cf.ShortHEXA : cf.ShortHEX;
     return hasAlpha ? cf.HEXA : cf.HEX;
@@ -553,60 +553,60 @@
     }
 
     switch (format) {
-      case Common.Color.Format.Original:
+      case Format.Original:
         return this._originalText;
-      case Common.Color.Format.RGB:
+      case Format.RGB:
         if (this.hasAlpha())
           return null;
         return String.sprintf(
             'rgb(%d, %d, %d)', toRgbValue(this._rgba[0]), toRgbValue(this._rgba[1]), toRgbValue(this._rgba[2]));
-      case Common.Color.Format.RGBA:
+      case Format.RGBA:
         return String.sprintf(
             'rgba(%d, %d, %d, %f)', toRgbValue(this._rgba[0]), toRgbValue(this._rgba[1]), toRgbValue(this._rgba[2]),
             this._rgba[3]);
-      case Common.Color.Format.HSL:
+      case Format.HSL:
         if (this.hasAlpha())
           return null;
         const hsl = this.hsla();
         return String.sprintf(
             'hsl(%d, %d%, %d%)', Math.round(hsl[0] * 360), Math.round(hsl[1] * 100), Math.round(hsl[2] * 100));
-      case Common.Color.Format.HSLA:
+      case Format.HSLA:
         const hsla = this.hsla();
         return String.sprintf(
             'hsla(%d, %d%, %d%, %f)', Math.round(hsla[0] * 360), Math.round(hsla[1] * 100), Math.round(hsla[2] * 100),
             hsla[3]);
-      case Common.Color.Format.HEXA:
+      case Format.HEXA:
         return String
             .sprintf(
                 '#%s%s%s%s', toHexValue(this._rgba[0]), toHexValue(this._rgba[1]), toHexValue(this._rgba[2]),
                 toHexValue(this._rgba[3]))
             .toLowerCase();
-      case Common.Color.Format.HEX:
+      case Format.HEX:
         if (this.hasAlpha())
           return null;
         return String
             .sprintf('#%s%s%s', toHexValue(this._rgba[0]), toHexValue(this._rgba[1]), toHexValue(this._rgba[2]))
             .toLowerCase();
-      case Common.Color.Format.ShortHEXA:
+      case Format.ShortHEXA:
         const hexFormat = this.detectHEXFormat();
-        if (hexFormat !== Common.Color.Format.ShortHEXA && hexFormat !== Common.Color.Format.ShortHEX)
+        if (hexFormat !== Format.ShortHEXA && hexFormat !== Format.ShortHEX)
           return null;
         return String
             .sprintf(
                 '#%s%s%s%s', toShortHexValue(this._rgba[0]), toShortHexValue(this._rgba[1]),
                 toShortHexValue(this._rgba[2]), toShortHexValue(this._rgba[3]))
             .toLowerCase();
-      case Common.Color.Format.ShortHEX:
+      case Format.ShortHEX:
         if (this.hasAlpha())
           return null;
-        if (this.detectHEXFormat() !== Common.Color.Format.ShortHEX)
+        if (this.detectHEXFormat() !== Format.ShortHEX)
           return null;
         return String
             .sprintf(
                 '#%s%s%s', toShortHexValue(this._rgba[0]), toShortHexValue(this._rgba[1]),
                 toShortHexValue(this._rgba[2]))
             .toLowerCase();
-      case Common.Color.Format.Nickname:
+      case Format.Nickname:
         return this.nickname();
     }
 
@@ -635,17 +635,17 @@
    * @return {?string} nickname
    */
   nickname() {
-    if (!Common.Color._rgbaToNickname) {
-      Common.Color._rgbaToNickname = {};
-      for (const nickname in Common.Color.Nicknames) {
-        let rgba = Common.Color.Nicknames[nickname];
+    if (!Color._rgbaToNickname) {
+      Color._rgbaToNickname = {};
+      for (const nickname in Nicknames) {
+        let rgba = Nicknames[nickname];
         if (rgba.length !== 4)
           rgba = rgba.concat(1);
-        Common.Color._rgbaToNickname[rgba] = nickname;
+        Color._rgbaToNickname[rgba] = nickname;
       }
     }
 
-    return Common.Color._rgbaToNickname[this.canonicalRGBA()] || null;
+    return Color._rgbaToNickname[this.canonicalRGBA()] || null;
   }
 
   /**
@@ -660,7 +660,7 @@
   }
 
   /**
-   * @return {!Common.Color}
+   * @return {!Color}
    */
   invert() {
     const rgba = [];
@@ -668,37 +668,37 @@
     rgba[1] = 1 - this._rgba[1];
     rgba[2] = 1 - this._rgba[2];
     rgba[3] = this._rgba[3];
-    return new Common.Color(rgba, Common.Color.Format.RGBA);
+    return new Color(rgba, Format.RGBA);
   }
 
   /**
    * @param {number} alpha
-   * @return {!Common.Color}
+   * @return {!Color}
    */
   setAlpha(alpha) {
     const rgba = this._rgba.slice();
     rgba[3] = alpha;
-    return new Common.Color(rgba, Common.Color.Format.RGBA);
+    return new Color(rgba, Format.RGBA);
   }
 
   /**
-   * @param {!Common.Color} fgColor
-   * @return {!Common.Color}
+   * @param {!Color} fgColor
+   * @return {!Color}
    */
   blendWith(fgColor) {
     const rgba = [];
-    Common.Color.blendColors(fgColor._rgba, this._rgba, rgba);
-    return new Common.Color(rgba, Common.Color.Format.RGBA);
+    Color.blendColors(fgColor._rgba, this._rgba, rgba);
+    return new Color(rgba, Format.RGBA);
   }
-};
+}
 
 /** @type {!RegExp} */
-Common.Color.Regex = /((?:rgb|hsl)a?\([^)]+\)|#[0-9a-fA-F]{8}|#[0-9a-fA-F]{6}|#[0-9a-fA-F]{3,4}|\b[a-zA-Z]+\b(?!-))/g;
+export const Regex = /((?:rgb|hsl)a?\([^)]+\)|#[0-9a-fA-F]{8}|#[0-9a-fA-F]{6}|#[0-9a-fA-F]{3,4}|\b[a-zA-Z]+\b(?!-))/g;
 
 /**
  * @enum {string}
  */
-Common.Color.Format = {
+export const Format = {
   Original: 'original',
   Nickname: 'nickname',
   HEX: 'hex',
@@ -711,15 +711,7 @@
   HSLA: 'hsla'
 };
 
-
-/** @type {!Array<number>} */
-Common.Color.hsva2rgba._tmpHSLA = [0, 0, 0, 0];
-
-
-Common.Color.calculateContrastRatio._blendedFg = [0, 0, 0, 0];
-
-
-Common.Color.Nicknames = {
+export const Nicknames = {
   'aliceblue': [240, 248, 255],
   'antiquewhite': [250, 235, 215],
   'aqua': [0, 255, 255],
@@ -871,23 +863,23 @@
   'transparent': [0, 0, 0, 0],
 };
 
-Common.Color.PageHighlight = {
-  Content: Common.Color.fromRGBA([111, 168, 220, .66]),
-  ContentLight: Common.Color.fromRGBA([111, 168, 220, .5]),
-  ContentOutline: Common.Color.fromRGBA([9, 83, 148]),
-  Padding: Common.Color.fromRGBA([147, 196, 125, .55]),
-  PaddingLight: Common.Color.fromRGBA([147, 196, 125, .4]),
-  Border: Common.Color.fromRGBA([255, 229, 153, .66]),
-  BorderLight: Common.Color.fromRGBA([255, 229, 153, .5]),
-  Margin: Common.Color.fromRGBA([246, 178, 107, .66]),
-  MarginLight: Common.Color.fromRGBA([246, 178, 107, .5]),
-  EventTarget: Common.Color.fromRGBA([255, 196, 196, .66]),
-  Shape: Common.Color.fromRGBA([96, 82, 177, 0.8]),
-  ShapeMargin: Common.Color.fromRGBA([96, 82, 127, .6]),
-  CssGrid: Common.Color.fromRGBA([0x4b, 0, 0x82, 1])
+export const PageHighlight = {
+  Content: Color.fromRGBA([111, 168, 220, .66]),
+  ContentLight: Color.fromRGBA([111, 168, 220, .5]),
+  ContentOutline: Color.fromRGBA([9, 83, 148]),
+  Padding: Color.fromRGBA([147, 196, 125, .55]),
+  PaddingLight: Color.fromRGBA([147, 196, 125, .4]),
+  Border: Color.fromRGBA([255, 229, 153, .66]),
+  BorderLight: Color.fromRGBA([255, 229, 153, .5]),
+  Margin: Color.fromRGBA([246, 178, 107, .66]),
+  MarginLight: Color.fromRGBA([246, 178, 107, .5]),
+  EventTarget: Color.fromRGBA([255, 196, 196, .66]),
+  Shape: Color.fromRGBA([96, 82, 177, 0.8]),
+  ShapeMargin: Color.fromRGBA([96, 82, 127, .6]),
+  CssGrid: Color.fromRGBA([0x4b, 0, 0x82, 1])
 };
 
-Common.Color.Generator = class {
+export class Generator {
   /**
    * @param {!{min: number, max: number}|number=} hueSpace
    * @param {!{min: number, max: number, count: (number|undefined)}|number=} satSpace
@@ -949,4 +941,32 @@
     index %= count;
     return space.min + Math.floor(index / (count - 1) * (space.max - space.min));
   }
-};
+}
+
+/** @type {!Array<number>} */
+Color.hsva2rgba._tmpHSLA = [0, 0, 0, 0];
+
+Color.calculateContrastRatio._blendedFg = [0, 0, 0, 0];
+
+/* Legacy exported object */
+self.Common = self.Common || {};
+Common = Common || {};
+
+/**
+ * @constructor
+ */
+Common.Color = Color;
+
+Common.Color.Regex = Regex;
+
+/**
+ * @enum {string}
+ */
+Common.Color.Format = Format;
+Common.Color.Nicknames = Nicknames;
+Common.Color.PageHighlight = PageHighlight;
+
+/**
+ * @constructor
+ */
+Common.Color.Generator = Generator;
diff --git a/third_party/blink/renderer/devtools/front_end/common/Console.js b/third_party/blink/renderer/devtools/front_end/common/Console.js
index 71350cb1..9695527 100644
--- a/third_party/blink/renderer/devtools/front_end/common/Console.js
+++ b/third_party/blink/renderer/devtools/front_end/common/Console.js
@@ -4,7 +4,7 @@
 /**
  * @unrestricted
  */
-Common.Console = class extends Common.Object {
+export default class Console extends Common.Object {
   constructor() {
     super();
     /** @type {!Array.<!Common.Console.Message>} */
@@ -61,17 +61,17 @@
   showPromise() {
     return Common.Revealer.reveal(this);
   }
-};
+}
 
 /** @enum {symbol} */
-Common.Console.Events = {
+export const Events = {
   MessageAdded: Symbol('messageAdded')
 };
 
 /**
  * @enum {string}
  */
-Common.Console.MessageLevel = {
+export const MessageLevel = {
   Info: 'info',
   Warning: 'warning',
   Error: 'error'
@@ -80,7 +80,7 @@
 /**
  * @unrestricted
  */
-Common.Console.Message = class {
+export class Message {
   /**
    * @param {string} text
    * @param {!Common.Console.MessageLevel} level
@@ -93,6 +93,28 @@
     this.timestamp = (typeof timestamp === 'number') ? timestamp : Date.now();
     this.show = show;
   }
-};
+}
 
-Common.console = new Common.Console();
+/* Legacy exported object */
+self.Common = self.Common || {};
+Common = Common || {};
+
+Common.console = new Console();
+
+/**
+ * @constructor
+ */
+Common.Console = Console;
+
+/** @enum {symbol} */
+Common.Console.Events = Events;
+
+/**
+ * @enum {string}
+ */
+Common.Console.MessageLevel = MessageLevel;
+
+/**
+ * @constructor
+ */
+Common.Console.Message = Message;
diff --git a/third_party/blink/renderer/devtools/front_end/common/ContentProvider.js b/third_party/blink/renderer/devtools/front_end/common/ContentProvider.js
index 349adfe..adb72086 100644
--- a/third_party/blink/renderer/devtools/front_end/common/ContentProvider.js
+++ b/third_party/blink/renderer/devtools/front_end/common/ContentProvider.js
@@ -30,28 +30,30 @@
 /**
  * @interface
  */
-Common.ContentProvider = function() {};
-
-Common.ContentProvider.prototype = {
+export default class ContentProvider {
   /**
    * @return {string}
    */
-  contentURL() {},
+  contentURL() {
+  }
 
   /**
    * @return {!Common.ResourceType}
    */
-  contentType() {},
+  contentType() {
+  }
 
   /**
    * @return {!Promise<boolean>}
    */
-  contentEncoded() {},
+  contentEncoded() {
+  }
 
   /**
    * @return {!Promise<string>}
    */
-  requestContent() {},
+  requestContent() {
+  }
 
   /**
    * @param {string} query
@@ -60,12 +62,12 @@
    * @return {!Promise<!Array<!Common.ContentProvider.SearchMatch>>}
    */
   searchInContent(query, caseSensitive, isRegex) {}
-};
+}
 
 /**
  * @unrestricted
  */
-Common.ContentProvider.SearchMatch = class {
+export class SearchMatch {
   /**
    * @param {number} lineNumber
    * @param {string} lineContent
@@ -74,7 +76,7 @@
     this.lineNumber = lineNumber;
     this.lineContent = lineContent;
   }
-};
+}
 
 /**
  * @param {string} content
@@ -83,7 +85,7 @@
  * @param {boolean} isRegex
  * @return {!Array.<!Common.ContentProvider.SearchMatch>}
  */
-Common.ContentProvider.performSearchInContent = function(content, query, caseSensitive, isRegex) {
+export const performSearchInContent = function(content, query, caseSensitive, isRegex) {
   const regex = createSearchRegex(query, caseSensitive, isRegex);
 
   const text = new TextUtils.Text(content);
@@ -104,7 +106,7 @@
  * @param {?string=} charset
  * @return {?string}
  */
-Common.ContentProvider.contentAsDataURL = function(content, mimeType, contentEncoded, charset) {
+export const contentAsDataURL = function(content, mimeType, contentEncoded, charset) {
   const maxDataUrlSize = 1024 * 1024;
   if (content === null || content.length > maxDataUrlSize)
     return null;
@@ -112,3 +114,19 @@
   return 'data:' + mimeType + (charset ? ';charset=' + charset : '') + (contentEncoded ? ';base64' : '') + ',' +
       content;
 };
+
+/* Legacy exported object */
+self.Common = self.Common || {};
+Common = Common || {};
+
+/**
+ * @interface
+ */
+Common.ContentProvider = ContentProvider;
+
+/**
+ * @constructor
+ */
+Common.ContentProvider.SearchMatch = SearchMatch;
+Common.ContentProvider.performSearchInContent = performSearchInContent;
+Common.ContentProvider.contentAsDataURL = contentAsDataURL;
diff --git a/third_party/blink/renderer/devtools/front_end/common/EventTarget.js b/third_party/blink/renderer/devtools/front_end/common/EventTarget.js
new file mode 100644
index 0000000..61f4719
--- /dev/null
+++ b/third_party/blink/renderer/devtools/front_end/common/EventTarget.js
@@ -0,0 +1,77 @@
+// Copyright 2019 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+/**
+ * @param {!Array<!Common.EventTarget.EventDescriptor>} eventList
+ */
+export function removeEventListeners(eventList) {
+  for (const eventInfo of eventList)
+    eventInfo.eventTarget.removeEventListener(eventInfo.eventType, eventInfo.listener, eventInfo.thisObject);
+  // Do not hold references on unused event descriptors.
+  eventList.splice(0);
+}
+
+/**
+ * @interface
+ */
+export default class EventTarget {
+  /**
+   * @param {symbol} eventType
+   * @param {function(!Common.Event)} listener
+   * @param {!Object=} thisObject
+   * @return {!Common.EventTarget.EventDescriptor}
+   */
+  addEventListener(eventType, listener, thisObject) {
+  }
+
+  /**
+   * @param {symbol} eventType
+   * @return {!Promise<*>}
+   */
+  once(eventType) {
+  }
+
+  /**
+   * @param {string|symbol} eventType
+   * @param {function(!Common.Event)} listener
+   * @param {!Object=} thisObject
+   */
+  removeEventListener(eventType, listener, thisObject) {
+  }
+
+  /**
+   * @param {symbol} eventType
+   * @return {boolean}
+   */
+  hasEventListeners(eventType) {
+  }
+
+  /**
+   * @param {symbol} eventType
+   * @param {*=} eventData
+   */
+  dispatchEventToListeners(eventType, eventData) {
+  }
+}
+
+/* Legacy exported object */
+self.Common = self.Common || {};
+Common = Common || {};
+
+/**
+ * @typedef {!{data: *}}
+ */
+Common.Event;
+
+/**
+ * @interface
+ */
+Common.EventTarget = EventTarget;
+
+EventTarget.removeEventListeners = removeEventListeners;
+
+/**
+ * @typedef {!{eventTarget: !Common.EventTarget, eventType: (string|symbol), thisObject: (!Object|undefined), listener: function(!Common.Event)}}
+ */
+Common.EventTarget.EventDescriptor;
diff --git a/third_party/blink/renderer/devtools/front_end/common/JavaScriptMetaData.js b/third_party/blink/renderer/devtools/front_end/common/JavaScriptMetaData.js
new file mode 100644
index 0000000..9e3eda83
--- /dev/null
+++ b/third_party/blink/renderer/devtools/front_end/common/JavaScriptMetaData.js
@@ -0,0 +1,40 @@
+// Copyright 2019 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+/**
+ * @interface
+ */
+export default class JavaScriptMetadata {
+  /**
+   * @param {string} name
+   * @return {?Array<!Array<string>>}
+   */
+  signaturesForNativeFunction(name) {
+  }
+
+  /**
+   * @param {string} name
+   * @param {string} receiverClassName
+   * @return {?Array<!Array<string>>}
+   */
+  signaturesForInstanceMethod(name, receiverClassName) {
+  }
+
+  /**
+   * @param {string} name
+   * @param {string} receiverConstructorName
+   * @return {?Array<!Array<string>>}
+   */
+  signaturesForStaticMethod(name, receiverConstructorName) {
+  }
+}
+
+/* Legacy exported object */
+self.Common = self.Common || {};
+Common = Common || {};
+
+/**
+ * @interface
+ */
+Common.JavaScriptMetadata = JavaScriptMetadata;
diff --git a/third_party/blink/renderer/devtools/front_end/common/Linkifier.js b/third_party/blink/renderer/devtools/front_end/common/Linkifier.js
new file mode 100644
index 0000000..14c161b
--- /dev/null
+++ b/third_party/blink/renderer/devtools/front_end/common/Linkifier.js
@@ -0,0 +1,42 @@
+// Copyright 2019 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+/**
+ * @interface
+ */
+export default class Linkifier {
+  /**
+   * @param {!Object} object
+   * @param {!Common.Linkifier.Options=} options
+   * @return {!Node}
+   */
+  linkify(object, options) {
+  }
+}
+
+/**
+ * @param {?Object} object
+ * @param {!Common.Linkifier.Options=} options
+ * @return {!Promise<!Node>}
+ */
+export function linkify(object, options) {
+  if (!object)
+    return Promise.reject(new Error('Can\'t linkify ' + object));
+  return self.runtime.extension(Common.Linkifier, object)
+      .instance()
+      .then(linkifier => linkifier.linkify(object, options));
+}
+
+/* Legacy exported object */
+self.Common = self.Common || {};
+Common = Common || {};
+
+/**
+ * @interface
+ */
+Common.Linkifier = Linkifier;
+Common.Linkifier.linkify = linkify;
+
+/** @typedef {{tooltip: (string|undefined), preventKeyboardFocus: (boolean|undefined)}} */
+Common.Linkifier.Options;
diff --git a/third_party/blink/renderer/devtools/front_end/common/ModuleExtensionInterfaces.js b/third_party/blink/renderer/devtools/front_end/common/ModuleExtensionInterfaces.js
deleted file mode 100644
index 5120202..0000000
--- a/third_party/blink/renderer/devtools/front_end/common/ModuleExtensionInterfaces.js
+++ /dev/null
@@ -1,155 +0,0 @@
-// Copyright 2014 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-/**
- * @interface
- */
-Common.Revealer = function() {};
-
-/**
- * @param {?Object} revealable
- * @param {boolean=} omitFocus
- * @return {!Promise.<undefined>}
- */
-Common.Revealer.reveal = function(revealable, omitFocus) {
-  if (!revealable)
-    return Promise.reject(new Error('Can\'t reveal ' + revealable));
-  return self.runtime.allInstances(Common.Revealer, revealable).then(reveal);
-
-  /**
-   * @param {!Array.<!Common.Revealer>} revealers
-   * @return {!Promise.<undefined>}
-   */
-  function reveal(revealers) {
-    const promises = [];
-    for (let i = 0; i < revealers.length; ++i)
-      promises.push(revealers[i].reveal(/** @type {!Object} */ (revealable), omitFocus));
-    return Promise.race(promises);
-  }
-};
-
-/**
- * @param {?Object} revealable
- * @return {?string}
- */
-Common.Revealer.revealDestination = function(revealable) {
-  const extension = self.runtime.extension(Common.Revealer, revealable);
-  if (!extension)
-    return null;
-  return extension.descriptor()['destination'];
-};
-
-Common.Revealer.prototype = {
-  /**
-   * @param {!Object} object
-   * @param {boolean=} omitFocus
-   * @return {!Promise}
-   */
-  reveal(object, omitFocus) {}
-};
-
-/**
- * @interface
- */
-Common.App = function() {};
-
-Common.App.prototype = {
-  /**
-   * @param {!Document} document
-   */
-  presentUI(document) {}
-};
-
-/**
- * @interface
- */
-Common.AppProvider = function() {};
-
-Common.AppProvider.prototype = {
-  /**
-   * @return {!Common.App}
-   */
-  createApp() {}
-};
-
-/**
- * @interface
- */
-Common.QueryParamHandler = function() {};
-
-Common.QueryParamHandler.prototype = {
-  /**
-   * @param {string} value
-   */
-  handleQueryParam(value) {}
-};
-
-/**
- * @interface
- */
-Common.Runnable = function() {};
-
-Common.Runnable.prototype = {
-  /**
-   * @return {!Promise}
-   */
-  run() {}
-};
-
-/**
- * @interface
- */
-Common.Linkifier = function() {};
-
-Common.Linkifier.prototype = {
-  /**
-   * @param {!Object} object
-   * @param {!Common.Linkifier.Options=} options
-   * @return {!Node}
-   */
-  linkify(object, options) {}
-};
-
-/**
- * @param {?Object} object
- * @param {!Common.Linkifier.Options=} options
- * @return {!Promise<!Node>}
- */
-Common.Linkifier.linkify = function(object, options) {
-  if (!object)
-    return Promise.reject(new Error('Can\'t linkify ' + object));
-  return self.runtime.extension(Common.Linkifier, object)
-      .instance()
-      .then(linkifier => linkifier.linkify(object, options));
-};
-
-/** @typedef {{tooltip: (string|undefined), preventKeyboardFocus: (boolean|undefined)}} */
-Common.Linkifier.Options;
-
-/**
- * @interface
- */
-Common.JavaScriptMetadata = function() {};
-Common.JavaScriptMetadata.prototype = {
-
-  /**
-   * @param {string} name
-   * @return {?Array<!Array<string>>}
-   */
-  signaturesForNativeFunction(name) {},
-
-  /**
-   * @param {string} name
-   * @param {string} receiverClassName
-   * @return {?Array<!Array<string>>}
-   */
-  signaturesForInstanceMethod(name, receiverClassName) {},
-
-  /**
-   * @param {string} name
-   * @param {string} receiverConstructorName
-   * @return {?Array<!Array<string>>}
-   */
-  signaturesForStaticMethod(name, receiverConstructorName) {}
-};
diff --git a/third_party/blink/renderer/devtools/front_end/common/Object.js b/third_party/blink/renderer/devtools/front_end/common/Object.js
index 9f5e522..fa618cbc 100644
--- a/third_party/blink/renderer/devtools/front_end/common/Object.js
+++ b/third_party/blink/renderer/devtools/front_end/common/Object.js
@@ -27,7 +27,7 @@
  * @implements {Common.EventTarget}
  * @unrestricted
  */
-Common.Object = class {
+export default class ObjectWrapper {
   constructor() {
     /** @type {(!Map<string|symbol, !Array<!Common.Object._listenerCallbackTuple>>|undefined)} */
     this._listeners;
@@ -115,69 +115,18 @@
         listeners[i].listener.call(listeners[i].thisObject, event);
     }
   }
-};
+}
+
+/* Legacy exported object */
+self.Common = self.Common || {};
+Common = Common || {};
 
 /**
- * @typedef {!{data: *}}
+ * @constructor
  */
-Common.Event;
+Common.Object = ObjectWrapper;
 
 /**
  * @typedef {!{thisObject: (!Object|undefined), listener: function(!Common.Event), disposed: (boolean|undefined)}}
  */
 Common.Object._listenerCallbackTuple;
-
-/**
- * @interface
- */
-Common.EventTarget = function() {};
-
-/**
- * @typedef {!{eventTarget: !Common.EventTarget, eventType: (string|symbol), thisObject: (!Object|undefined), listener: function(!Common.Event)}}
- */
-Common.EventTarget.EventDescriptor;
-
-/**
- * @param {!Array<!Common.EventTarget.EventDescriptor>} eventList
- */
-Common.EventTarget.removeEventListeners = function(eventList) {
-  for (const eventInfo of eventList)
-    eventInfo.eventTarget.removeEventListener(eventInfo.eventType, eventInfo.listener, eventInfo.thisObject);
-  // Do not hold references on unused event descriptors.
-  eventList.splice(0);
-};
-
-Common.EventTarget.prototype = {
-  /**
-   * @param {symbol} eventType
-   * @param {function(!Common.Event)} listener
-   * @param {!Object=} thisObject
-   * @return {!Common.EventTarget.EventDescriptor}
-   */
-  addEventListener(eventType, listener, thisObject) {},
-
-  /**
-   * @param {symbol} eventType
-   * @return {!Promise<*>}
-   */
-  once(eventType) {},
-
-  /**
-   * @param {string|symbol} eventType
-   * @param {function(!Common.Event)} listener
-   * @param {!Object=} thisObject
-   */
-  removeEventListener(eventType, listener, thisObject) {},
-
-  /**
-   * @param {symbol} eventType
-   * @return {boolean}
-   */
-  hasEventListeners(eventType) {},
-
-  /**
-   * @param {symbol} eventType
-   * @param {*=} eventData
-   */
-  dispatchEventToListeners(eventType, eventData) {},
-};
diff --git a/third_party/blink/renderer/devtools/front_end/common/ParsedURL.js b/third_party/blink/renderer/devtools/front_end/common/ParsedURL.js
index 9bdc4692..26dedde 100644
--- a/third_party/blink/renderer/devtools/front_end/common/ParsedURL.js
+++ b/third_party/blink/renderer/devtools/front_end/common/ParsedURL.js
@@ -29,7 +29,7 @@
 /**
  * @unrestricted
  */
-Common.ParsedURL = class {
+export default class ParsedURL {
   /**
    * @param {string} url
    */
@@ -388,8 +388,7 @@
       return this.url.substring(this.scheme.length + 3);
     return this.url;
   }
-};
-
+}
 
 /**
  * @return {?Common.ParsedURL}
@@ -400,3 +399,12 @@
     return parsedURL;
   return null;
 };
+
+/* Legacy exported object */
+self.Common = self.Common || {};
+Common = Common || {};
+
+/**
+ * @constructor
+ */
+Common.ParsedURL = ParsedURL;
diff --git a/third_party/blink/renderer/devtools/front_end/common/Progress.js b/third_party/blink/renderer/devtools/front_end/common/Progress.js
index 669ecf0..2f24102 100644
--- a/third_party/blink/renderer/devtools/front_end/common/Progress.js
+++ b/third_party/blink/renderer/devtools/front_end/common/Progress.js
@@ -27,47 +27,51 @@
  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
+
 /**
  * @interface
  */
-Common.Progress = function() {};
-
-Common.Progress.prototype = {
+export default class Progress {
   /**
    * @param {number} totalWork
    */
-  setTotalWork(totalWork) {},
+  setTotalWork(totalWork) {
+  }
 
   /**
    * @param {string} title
    */
-  setTitle(title) {},
+  setTitle(title) {
+  }
 
   /**
    * @param {number} worked
    * @param {string=} title
    */
-  setWorked(worked, title) {},
+  setWorked(worked, title) {
+  }
 
   /**
    * @param {number=} worked
    */
-  worked(worked) {},
+  worked(worked) {
+  }
 
-  done() {},
+  done() {
+  }
 
   /**
    * @return {boolean}
    */
   isCanceled() {
     return false;
-  },
-};
+  }
+}
 
 /**
  * @unrestricted
  */
-Common.CompositeProgress = class {
+export class CompositeProgress {
   /**
    * @param {!Common.Progress} parent
    */
@@ -107,13 +111,13 @@
     }
     this._parent.setWorked(done / totalWeights);
   }
-};
+}
 
 /**
  * @implements {Common.Progress}
  * @unrestricted
  */
-Common.SubProgress = class {
+export class SubProgress {
   /**
    * @param {!Common.CompositeProgress} composite
    * @param {number=} weight
@@ -176,13 +180,13 @@
   worked(worked) {
     this.setWorked(this._worked + (worked || 1));
   }
-};
+}
 
 /**
  * @implements {Common.Progress}
  * @unrestricted
  */
-Common.ProgressProxy = class {
+export class ProgressProxy {
   /**
    * @param {?Common.Progress} delegate
    * @param {function()=} doneCallback
@@ -246,4 +250,28 @@
     if (this._delegate)
       this._delegate.worked(worked);
   }
-};
+}
+
+/* Legacy exported object */
+self.Common = self.Common || {};
+Common = Common || {};
+
+/**
+ * @interface
+ */
+Common.Progress = Progress;
+
+/**
+ * @constructor
+ */
+Common.CompositeProgress = CompositeProgress;
+
+/**
+ * @constructor
+ */
+Common.SubProgress = SubProgress;
+
+/**
+ * @constructor
+ */
+Common.ProgressProxy = ProgressProxy;
diff --git a/third_party/blink/renderer/devtools/front_end/common/QueryParamHandler.js b/third_party/blink/renderer/devtools/front_end/common/QueryParamHandler.js
new file mode 100644
index 0000000..60a1036
--- /dev/null
+++ b/third_party/blink/renderer/devtools/front_end/common/QueryParamHandler.js
@@ -0,0 +1,23 @@
+// Copyright 2019 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+/**
+ * @interface
+ */
+export default class QueryParamHandler {
+  /**
+   * @param {string} value
+   */
+  handleQueryParam(value) {
+  }
+}
+
+/* Legacy exported object */
+self.Common = self.Common || {};
+Common = Common || {};
+
+/**
+ * @interface
+ */
+Common.QueryParamHandler = QueryParamHandler;
diff --git a/third_party/blink/renderer/devtools/front_end/common/ResourceType.js b/third_party/blink/renderer/devtools/front_end/common/ResourceType.js
index 5a69005e..068df21f 100644
--- a/third_party/blink/renderer/devtools/front_end/common/ResourceType.js
+++ b/third_party/blink/renderer/devtools/front_end/common/ResourceType.js
@@ -30,11 +30,11 @@
 /**
  * @unrestricted
  */
-Common.ResourceType = class {
+export default class ResourceType {
   /**
    * @param {string} name
    * @param {string} title
-   * @param {!Common.ResourceCategory} category
+   * @param {!ResourceCategory} category
    * @param {boolean} isTextType
    */
   constructor(name, title, category, isTextType) {
@@ -46,45 +46,45 @@
 
   /**
    * @param {string} mimeType
-   * @return {!Common.ResourceType}
+   * @return {!ResourceType}
    */
   static fromMimeType(mimeType) {
     if (mimeType.startsWith('text/html'))
-      return Common.resourceTypes.Document;
+      return resourceTypes.Document;
     if (mimeType.startsWith('text/css'))
-      return Common.resourceTypes.Stylesheet;
+      return resourceTypes.Stylesheet;
     if (mimeType.startsWith('image/'))
-      return Common.resourceTypes.Image;
+      return resourceTypes.Image;
     if (mimeType.startsWith('text/'))
-      return Common.resourceTypes.Script;
+      return resourceTypes.Script;
 
     if (mimeType.includes('font'))
-      return Common.resourceTypes.Font;
+      return resourceTypes.Font;
     if (mimeType.includes('script'))
-      return Common.resourceTypes.Script;
+      return resourceTypes.Script;
     if (mimeType.includes('octet'))
-      return Common.resourceTypes.Other;
+      return resourceTypes.Other;
     if (mimeType.includes('application'))
-      return Common.resourceTypes.Script;
+      return resourceTypes.Script;
 
-    return Common.resourceTypes.Other;
+    return resourceTypes.Other;
   }
 
   /**
    * @param {string} url
-   * @return {?Common.ResourceType}
+   * @return {?ResourceType}
    */
   static fromURL(url) {
-    return Common.ResourceType._resourceTypeByExtension.get(Common.ParsedURL.extractExtension(url)) || null;
+    return ResourceType._resourceTypeByExtension.get(Common.ParsedURL.extractExtension(url)) || null;
   }
 
   /**
    * @param {string} name
-   * @return {?Common.ResourceType}
+   * @return {?ResourceType}
    */
   static fromName(name) {
-    for (const resourceTypeId in Common.resourceTypes) {
-      const resourceType = Common.resourceTypes[resourceTypeId];
+    for (const resourceTypeId in resourceTypes) {
+      const resourceType = resourceTypes[resourceTypeId];
       if (resourceType.name() === name)
         return resourceType;
     }
@@ -97,11 +97,11 @@
    */
   static mimeFromURL(url) {
     const name = Common.ParsedURL.extractName(url);
-    if (Common.ResourceType._mimeTypeByName.has(name))
-      return Common.ResourceType._mimeTypeByName.get(name);
+    if (ResourceType._mimeTypeByName.has(name))
+      return ResourceType._mimeTypeByName.get(name);
 
     const ext = Common.ParsedURL.extractExtension(url).toLowerCase();
-    return Common.ResourceType._mimeTypeByExtension.get(ext);
+    return ResourceType._mimeTypeByExtension.get(ext);
   }
 
   /**
@@ -109,7 +109,7 @@
    * @return {string|undefined}
    */
   static mimeFromExtension(ext) {
-    return Common.ResourceType._mimeTypeByExtension.get(ext);
+    return ResourceType._mimeTypeByExtension.get(ext);
   }
 
   /**
@@ -127,7 +127,7 @@
   }
 
   /**
-   * @return {!Common.ResourceCategory}
+   * @return {!ResourceCategory}
    */
   category() {
     return this._category;
@@ -202,12 +202,12 @@
       return 'text/css';
     return '';
   }
-};
+}
 
 /**
  * @unrestricted
  */
-Common.ResourceCategory = class {
+export class ResourceCategory {
   /**
    * @param {string} title
    * @param {string} shortTitle
@@ -216,67 +216,68 @@
     this.title = title;
     this.shortTitle = shortTitle;
   }
-};
+}
 
-Common.resourceCategories = {
-  XHR: new Common.ResourceCategory('XHR and Fetch', 'XHR'),
-  Script: new Common.ResourceCategory('Scripts', 'JS'),
-  Stylesheet: new Common.ResourceCategory('Stylesheets', 'CSS'),
-  Image: new Common.ResourceCategory('Images', 'Img'),
-  Media: new Common.ResourceCategory('Media', 'Media'),
-  Font: new Common.ResourceCategory('Fonts', 'Font'),
-  Document: new Common.ResourceCategory('Documents', 'Doc'),
-  WebSocket: new Common.ResourceCategory('WebSockets', 'WS'),
-  Manifest: new Common.ResourceCategory('Manifest', 'Manifest'),
-  Other: new Common.ResourceCategory('Other', 'Other')
+/**
+ * @enum {!ResourceCategory}
+ */
+export const resourceCategories = {
+  XHR: new ResourceCategory('XHR and Fetch', 'XHR'),
+  Script: new ResourceCategory('Scripts', 'JS'),
+  Stylesheet: new ResourceCategory('Stylesheets', 'CSS'),
+  Image: new ResourceCategory('Images', 'Img'),
+  Media: new ResourceCategory('Media', 'Media'),
+  Font: new ResourceCategory('Fonts', 'Font'),
+  Document: new ResourceCategory('Documents', 'Doc'),
+  WebSocket: new ResourceCategory('WebSockets', 'WS'),
+  Manifest: new ResourceCategory('Manifest', 'Manifest'),
+  Other: new ResourceCategory('Other', 'Other')
 };
 
 /**
  * Keep these in sync with WebCore::InspectorPageAgent::resourceTypeJson
- * @enum {!Common.ResourceType}
+ * @enum {!ResourceType}
  */
-Common.resourceTypes = {
-  XHR: new Common.ResourceType('xhr', 'XHR', Common.resourceCategories.XHR, true),
-  Fetch: new Common.ResourceType('fetch', 'Fetch', Common.resourceCategories.XHR, true),
-  EventSource: new Common.ResourceType('eventsource', 'EventSource', Common.resourceCategories.XHR, true),
-  Script: new Common.ResourceType('script', 'Script', Common.resourceCategories.Script, true),
-  Stylesheet: new Common.ResourceType('stylesheet', 'Stylesheet', Common.resourceCategories.Stylesheet, true),
-  Image: new Common.ResourceType('image', 'Image', Common.resourceCategories.Image, false),
-  Media: new Common.ResourceType('media', 'Media', Common.resourceCategories.Media, false),
-  Font: new Common.ResourceType('font', 'Font', Common.resourceCategories.Font, false),
-  Document: new Common.ResourceType('document', 'Document', Common.resourceCategories.Document, true),
-  TextTrack: new Common.ResourceType('texttrack', 'TextTrack', Common.resourceCategories.Other, true),
-  WebSocket: new Common.ResourceType('websocket', 'WebSocket', Common.resourceCategories.WebSocket, false),
-  Other: new Common.ResourceType('other', 'Other', Common.resourceCategories.Other, false),
-  SourceMapScript: new Common.ResourceType('sm-script', 'Script', Common.resourceCategories.Script, true),
-  SourceMapStyleSheet:
-      new Common.ResourceType('sm-stylesheet', 'Stylesheet', Common.resourceCategories.Stylesheet, true),
-  Manifest: new Common.ResourceType('manifest', 'Manifest', Common.resourceCategories.Manifest, true),
-  SignedExchange: new Common.ResourceType('signed-exchange', 'SignedExchange', Common.resourceCategories.Other, false),
+export const resourceTypes = {
+  XHR: new ResourceType('xhr', 'XHR', resourceCategories.XHR, true),
+  Fetch: new ResourceType('fetch', 'Fetch', resourceCategories.XHR, true),
+  EventSource: new ResourceType('eventsource', 'EventSource', resourceCategories.XHR, true),
+  Script: new ResourceType('script', 'Script', resourceCategories.Script, true),
+  Stylesheet: new ResourceType('stylesheet', 'Stylesheet', resourceCategories.Stylesheet, true),
+  Image: new ResourceType('image', 'Image', resourceCategories.Image, false),
+  Media: new ResourceType('media', 'Media', resourceCategories.Media, false),
+  Font: new ResourceType('font', 'Font', resourceCategories.Font, false),
+  Document: new ResourceType('document', 'Document', resourceCategories.Document, true),
+  TextTrack: new ResourceType('texttrack', 'TextTrack', resourceCategories.Other, true),
+  WebSocket: new ResourceType('websocket', 'WebSocket', resourceCategories.WebSocket, false),
+  Other: new ResourceType('other', 'Other', resourceCategories.Other, false),
+  SourceMapScript: new ResourceType('sm-script', 'Script', resourceCategories.Script, true),
+  SourceMapStyleSheet: new ResourceType('sm-stylesheet', 'Stylesheet', resourceCategories.Stylesheet, true),
+  Manifest: new ResourceType('manifest', 'Manifest', resourceCategories.Manifest, true),
+  SignedExchange: new ResourceType('signed-exchange', 'SignedExchange', resourceCategories.Other, false),
 };
 
 
-Common.ResourceType._mimeTypeByName = new Map([
+export const _mimeTypeByName = new Map([
   // CoffeeScript
   ['Cakefile', 'text/x-coffeescript']
 ]);
 
-Common.ResourceType._resourceTypeByExtension = new Map([
-  ['js', Common.resourceTypes.Script], ['mjs', Common.resourceTypes.Script],
+export const _resourceTypeByExtension = new Map([
+  ['js', resourceTypes.Script], ['mjs', resourceTypes.Script],
 
-  ['css', Common.resourceTypes.Stylesheet], ['xsl', Common.resourceTypes.Stylesheet],
+  ['css', resourceTypes.Stylesheet], ['xsl', resourceTypes.Stylesheet],
 
-  ['jpeg', Common.resourceTypes.Image], ['jpg', Common.resourceTypes.Image], ['svg', Common.resourceTypes.Image],
-  ['gif', Common.resourceTypes.Image], ['png', Common.resourceTypes.Image], ['ico', Common.resourceTypes.Image],
-  ['tiff', Common.resourceTypes.Image], ['tif', Common.resourceTypes.Image], ['bmp', Common.resourceTypes.Image],
+  ['jpeg', resourceTypes.Image], ['jpg', resourceTypes.Image], ['svg', resourceTypes.Image],
+  ['gif', resourceTypes.Image], ['png', resourceTypes.Image], ['ico', resourceTypes.Image],
+  ['tiff', resourceTypes.Image], ['tif', resourceTypes.Image], ['bmp', resourceTypes.Image],
 
-  ['webp', Common.resourceTypes.Media],
+  ['webp', resourceTypes.Media],
 
-  ['ttf', Common.resourceTypes.Font], ['otf', Common.resourceTypes.Font], ['ttc', Common.resourceTypes.Font],
-  ['woff', Common.resourceTypes.Font]
+  ['ttf', resourceTypes.Font], ['otf', resourceTypes.Font], ['ttc', resourceTypes.Font], ['woff', resourceTypes.Font]
 ]);
 
-Common.ResourceType._mimeTypeByExtension = new Map([
+export const _mimeTypeByExtension = new Map([
   // Web extensions
   ['js', 'text/javascript'], ['mjs', 'text/javascript'], ['css', 'text/css'], ['html', 'text/html'],
   ['htm', 'text/html'], ['xml', 'application/xml'], ['xsl', 'application/xml'],
@@ -346,3 +347,31 @@
   // Font
   ['ttf', 'font/opentype'], ['otf', 'font/opentype'], ['ttc', 'font/opentype'], ['woff', 'application/font-woff']
 ]);
+
+/* Legacy exported object */
+self.Common = self.Common || {};
+Common = Common || {};
+
+/**
+ * @enum {!ResourceType}
+ */
+Common.resourceTypes = resourceTypes;
+
+/**
+ * @enum {!ResourceCategory}
+ */
+Common.resourceCategories = resourceCategories;
+
+/**
+ * @constructor
+ */
+Common.ResourceCategory = ResourceCategory;
+
+/**
+ * @constructor
+ */
+Common.ResourceType = ResourceType;
+
+Common.ResourceType._mimeTypeByName = _mimeTypeByName;
+Common.ResourceType._resourceTypeByExtension = _resourceTypeByExtension;
+Common.ResourceType._mimeTypeByExtension = _mimeTypeByExtension;
diff --git a/third_party/blink/renderer/devtools/front_end/common/Revealer.js b/third_party/blink/renderer/devtools/front_end/common/Revealer.js
new file mode 100644
index 0000000..467c6e5
--- /dev/null
+++ b/third_party/blink/renderer/devtools/front_end/common/Revealer.js
@@ -0,0 +1,60 @@
+// Copyright 2014 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+/**
+ * @interface
+ */
+export default class Revealer {
+  /**
+   * @param {!Object} object
+   * @param {boolean=} omitFocus
+   * @return {!Promise}
+   */
+  reveal(object, omitFocus) {
+  }
+}
+
+/**
+ * @param {?Object} revealable
+ * @param {boolean=} omitFocus
+ * @return {!Promise.<undefined>}
+ */
+export const reveal = function(revealable, omitFocus) {
+  if (!revealable)
+    return Promise.reject(new Error('Can\'t reveal ' + revealable));
+  return self.runtime.allInstances(Common.Revealer, revealable).then(reveal);
+
+  /**
+   * @param {!Array.<!Common.Revealer>} revealers
+   * @return {!Promise.<undefined>}
+   */
+  function reveal(revealers) {
+    const promises = [];
+    for (let i = 0; i < revealers.length; ++i)
+      promises.push(revealers[i].reveal(/** @type {!Object} */ (revealable), omitFocus));
+    return Promise.race(promises);
+  }
+};
+
+/**
+ * @param {?Object} revealable
+ * @return {?string}
+ */
+export const revealDestination = function(revealable) {
+  const extension = self.runtime.extension(Common.Revealer, revealable);
+  if (!extension)
+    return null;
+  return extension.descriptor()['destination'];
+};
+
+/* Legacy exported object */
+self.Common = self.Common || {};
+Common = Common || {};
+
+/**
+ * @interface
+ */
+Common.Revealer = Revealer;
+Common.Revealer.reveal = reveal;
+Common.Revealer.revealDestination = revealDestination;
diff --git a/third_party/blink/renderer/devtools/front_end/common/Runnable.js b/third_party/blink/renderer/devtools/front_end/common/Runnable.js
new file mode 100644
index 0000000..5edda69
--- /dev/null
+++ b/third_party/blink/renderer/devtools/front_end/common/Runnable.js
@@ -0,0 +1,23 @@
+// Copyright 2019 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+/**
+ * @interface
+ */
+export default class Runnable {
+  /**
+   * @return {!Promise}
+   */
+  run() {
+  }
+}
+
+/* Legacy exported object */
+self.Common = self.Common || {};
+Common = Common || {};
+
+/**
+ * @interface
+ */
+Common.Runnable = Runnable;
diff --git a/third_party/blink/renderer/devtools/front_end/common/SegmentedRange.js b/third_party/blink/renderer/devtools/front_end/common/SegmentedRange.js
index ddb66da..9436ba1 100644
--- a/third_party/blink/renderer/devtools/front_end/common/SegmentedRange.js
+++ b/third_party/blink/renderer/devtools/front_end/common/SegmentedRange.js
@@ -4,7 +4,7 @@
 /**
  * @unrestricted
  */
-Common.Segment = class {
+export class Segment {
   /**
    * @param {number} begin
    * @param {number} end
@@ -25,12 +25,12 @@
   intersects(that) {
     return this.begin < that.end && that.begin < this.end;
   }
-};
+}
 
 /**
  * @unrestricted
  */
-Common.SegmentedRange = class {
+export default class SegmentedRange {
   /**
    * @param {(function(!Common.Segment, !Common.Segment): ?Common.Segment)=} mergeCallback
    */
@@ -108,4 +108,18 @@
     merged.end = Math.max(first.end, second.end);
     return merged;
   }
-};
+}
+
+/* Legacy exported object */
+self.Common = self.Common || {};
+Common = Common || {};
+
+/**
+ * @constructor
+ */
+Common.Segment = Segment;
+
+/**
+ * @constructor
+ */
+Common.SegmentedRange = SegmentedRange;
diff --git a/third_party/blink/renderer/devtools/front_end/common/Settings.js b/third_party/blink/renderer/devtools/front_end/common/Settings.js
index 2c1e9844..ede3af62 100644
--- a/third_party/blink/renderer/devtools/front_end/common/Settings.js
+++ b/third_party/blink/renderer/devtools/front_end/common/Settings.js
@@ -31,7 +31,7 @@
 /**
  * @unrestricted
  */
-Common.Settings = class {
+export default class Settings {
   /**
    * @param {!Common.SettingsStorage} globalStorage
    * @param {!Common.SettingsStorage} localStorage
@@ -164,12 +164,12 @@
     }
     return this._globalStorage;
   }
-};
+}
 
 /**
  * @unrestricted
  */
-Common.SettingsStorage = class {
+export class SettingsStorage {
   /**
    * @param {!Object} object
    * @param {function(string, string)=} setCallback
@@ -244,13 +244,13 @@
     for (let i = 0; i < 10 && i < keys.length; ++i)
       Common.console.log('Setting: \'' + keys[i] + '\', size: ' + sizes[keys[i]]);
   }
-};
+}
 
 /**
  * @template V
  * @unrestricted
  */
-Common.Setting = class {
+export class Setting {
   /**
    * @param {!Common.Settings} settings
    * @param {string} name
@@ -376,12 +376,12 @@
     Common.console.error(errorMessage);
     this._storage._dumpSizes();
   }
-};
+}
 
 /**
  * @unrestricted
  */
-Common.RegExpSetting = class extends Common.Setting {
+export class RegExpSetting extends Setting {
   /**
    * @param {!Common.Settings} settings
    * @param {string} name
@@ -448,12 +448,12 @@
     }
     return this._regex;
   }
-};
+}
 
 /**
  * @unrestricted
  */
-Common.VersionController = class {
+export class VersionController {
   updateVersion() {
     const localStorageVersion =
         window.localStorage ? window.localStorage[Common.VersionController._currentVersionName] : 0;
@@ -877,20 +877,12 @@
     if (breakpointsSetting.get().length > maxBreakpointsCount)
       breakpointsSetting.set([]);
   }
-};
-
-Common.VersionController._currentVersionName = 'inspectorVersion';
-Common.VersionController.currentVersion = 28;
-
-/**
- * @type {!Common.Settings}
- */
-Common.settings;
+}
 
 /**
  * @enum {symbol}
  */
-Common.SettingStorageType = {
+export const SettingStorageType = {
   Global: Symbol('Global'),
   Local: Symbol('Local'),
   Session: Symbol('Session')
@@ -900,14 +892,58 @@
  * @param {string} settingName
  * @return {!Common.Setting}
  */
-Common.moduleSetting = function(settingName) {
+export function moduleSetting(settingName) {
   return Common.settings.moduleSetting(settingName);
-};
+}
 
 /**
  * @param {string} settingName
  * @return {!Common.Setting}
  */
-Common.settingForTest = function(settingName) {
+export function settingForTest(settingName) {
   return Common.settings.settingForTest(settingName);
-};
+}
+
+/* Legacy exported object */
+self.Common = self.Common || {};
+Common = Common || {};
+
+/**
+ * @constructor
+ */
+Common.Settings = Settings;
+
+/**
+ * @constructor
+ */
+Common.SettingsStorage = SettingsStorage;
+
+/**
+ * @constructor
+ */
+Common.Setting = Setting;
+
+/**
+ * @constructor
+ */
+Common.RegExpSetting = RegExpSetting;
+Common.settingForTest = settingForTest;
+
+/**
+ * @constructor
+ */
+Common.VersionController = VersionController;
+Common.moduleSetting = moduleSetting;
+
+/**
+ * @enum {symbol}
+ */
+Common.SettingStorageType = SettingStorageType;
+
+Common.VersionController._currentVersionName = 'inspectorVersion';
+Common.VersionController.currentVersion = 28;
+
+/**
+ * @type {!Common.Settings}
+ */
+Common.settings;
diff --git a/third_party/blink/renderer/devtools/front_end/common/StaticContentProvider.js b/third_party/blink/renderer/devtools/front_end/common/StaticContentProvider.js
index 96fd157..9575a9a 100644
--- a/third_party/blink/renderer/devtools/front_end/common/StaticContentProvider.js
+++ b/third_party/blink/renderer/devtools/front_end/common/StaticContentProvider.js
@@ -5,7 +5,7 @@
  * @implements {Common.ContentProvider}
  * @unrestricted
  */
-Common.StaticContentProvider = class {
+export default class StaticContentProvider {
   /**
    * @param {string} contentURL
    * @param {!Common.ResourceType} contentType
@@ -71,4 +71,13 @@
     const content = await this._lazyContent();
     return content ? Common.ContentProvider.performSearchInContent(content, query, caseSensitive, isRegex) : [];
   }
-};
+}
+
+/* Legacy exported object */
+self.Common = self.Common || {};
+Common = Common || {};
+
+/**
+ * @constructor
+ */
+Common.StaticContentProvider = StaticContentProvider;
diff --git a/third_party/blink/renderer/devtools/front_end/common/OutputStream.js b/third_party/blink/renderer/devtools/front_end/common/StringOutputStream.js
similarity index 65%
rename from third_party/blink/renderer/devtools/front_end/common/OutputStream.js
rename to third_party/blink/renderer/devtools/front_end/common/StringOutputStream.js
index 1e72025..abd6b49 100644
--- a/third_party/blink/renderer/devtools/front_end/common/OutputStream.js
+++ b/third_party/blink/renderer/devtools/front_end/common/StringOutputStream.js
@@ -5,25 +5,25 @@
 /**
  * @interface
  */
-Common.OutputStream = function() {};
-
-Common.OutputStream.prototype = {
+export class OutputStream {
   /**
    * @param {string} data
    * @return {!Promise}
    */
-  write(data) {},
+  async write(data) {
+  }
 
   /**
    * @return {!Promise}
    */
-  close() {}
-};
+  async close() {
+  }
+}
 
 /**
  * @implements {Common.OutputStream}
  */
-Common.StringOutputStream = class {
+export default class StringOutputStream {
   constructor() {
     this._data = '';
   }
@@ -40,7 +40,7 @@
   /**
    * @override
    */
-  close() {
+  async close() {
   }
 
   /**
@@ -49,4 +49,14 @@
   data() {
     return this._data;
   }
-};
+}
+
+/* Legacy exported object */
+self.Common = self.Common || {};
+Common = Common || {};
+
+/**
+ * @interface
+ */
+Common.OutputStream = OutputStream;
+Common.StringOutputStream = StringOutputStream;
diff --git a/third_party/blink/renderer/devtools/front_end/common/TextDictionary.js b/third_party/blink/renderer/devtools/front_end/common/TextDictionary.js
index 9c555b2..e190f39 100644
--- a/third_party/blink/renderer/devtools/front_end/common/TextDictionary.js
+++ b/third_party/blink/renderer/devtools/front_end/common/TextDictionary.js
@@ -31,7 +31,7 @@
 /**
  * @unrestricted
  */
-Common.TextDictionary = class {
+export default class TextDictionary {
   constructor() {
     /** @type {!Map<string, number>} */
     this._words = new Map();
@@ -92,4 +92,10 @@
     this._words.clear();
     this._index.clear();
   }
-};
+}
+
+/* Legacy exported object */
+self.Common = self.Common || {};
+Common = Common || {};
+
+Common.TextDictionary = TextDictionary;
diff --git a/third_party/blink/renderer/devtools/front_end/common/Throttler.js b/third_party/blink/renderer/devtools/front_end/common/Throttler.js
index a88e78f5..21c5f797 100644
--- a/third_party/blink/renderer/devtools/front_end/common/Throttler.js
+++ b/third_party/blink/renderer/devtools/front_end/common/Throttler.js
@@ -1,10 +1,11 @@
 // Copyright 2014 The Chromium Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style license that can be
 // found in the LICENSE file.
+
 /**
  * @unrestricted
  */
-Common.Throttler = class {
+export default class Throttler {
   /**
    * @param {number} timeout
    */
@@ -108,7 +109,13 @@
   _getTime() {
     return window.performance.now();
   }
-};
+}
+
+/* Legacy exported object */
+self.Common = self.Common || {};
+Common = Common || {};
+
+Common.Throttler = Throttler;
 
 /** @typedef {function(!Error=)} */
 Common.Throttler.FinishCallback;
diff --git a/third_party/blink/renderer/devtools/front_end/common/Trie.js b/third_party/blink/renderer/devtools/front_end/common/Trie.js
index 98291c50..22afde9f 100644
--- a/third_party/blink/renderer/devtools/front_end/common/Trie.js
+++ b/third_party/blink/renderer/devtools/front_end/common/Trie.js
@@ -4,7 +4,7 @@
 /**
  * @unrestricted
  */
-Common.Trie = class {
+export default class Trie {
   constructor() {
     this.clear();
   }
@@ -132,4 +132,10 @@
     /** @type {!Array<number>} */
     this._freeNodes = [];
   }
-};
+}
+
+/* Legacy exported object */
+self.Common = self.Common || {};
+Common = Common || {};
+
+Common.Trie = Trie;
diff --git a/third_party/blink/renderer/devtools/front_end/common/UIString.js b/third_party/blink/renderer/devtools/front_end/common/UIString.js
index cd5f7d08e..64b1fcc 100644
--- a/third_party/blink/renderer/devtools/front_end/common/UIString.js
+++ b/third_party/blink/renderer/devtools/front_end/common/UIString.js
@@ -29,57 +29,55 @@
  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
 
-self['Common'] = self['Common'] || {};
-
 /**
  * @param {string} string
  * @param {...*} vararg
  * @return {string}
  */
-Common.UIString = function(string, vararg) {
+export default function UIString(string, vararg) {
   return String.vsprintf(Common.localize(string), Array.prototype.slice.call(arguments, 1));
-};
+}
 
 /**
  * @param {string} string
  * @param {?ArrayLike} values
  * @return {string}
  */
-Common.serializeUIString = function(string, values = []) {
+export function serializeUIString(string, values = []) {
   const messageParts = [string];
   const serializedMessage = {messageParts, values};
   return JSON.stringify(serializedMessage);
-};
+}
 
 /**
  * @param {string} serializedMessage
  * @return {*}
  */
-Common.deserializeUIString = function(serializedMessage) {
+export function deserializeUIString(serializedMessage) {
   if (!serializedMessage)
     return {};
 
   return JSON.parse(serializedMessage);
-};
+}
 
 /**
  * @param {string} string
  * @return {string}
  */
-Common.localize = function(string) {
+export function localize(string) {
   return string;
-};
+}
 
 /**
  * @unrestricted
  */
-Common.UIStringFormat = class {
+export class UIStringFormat {
   /**
    * @param {string} format
    */
   constructor(format) {
     /** @type {string} */
-    this._localizedFormat = Common.localize(format);
+    this._localizedFormat = localize(format);
     /** @type {!Array.<!Object>} */
     this._tokenizedFormat = String.tokenizeFormatString(this._localizedFormat, String.standardFormatters);
   }
@@ -104,10 +102,7 @@
             this._tokenizedFormat)
         .formattedResult;
   }
-};
-
-/** @type {!WeakMap<!Array<string>, string>} */
-Common._substitutionStrings = new WeakMap();
+}
 
 /**
  * @param {!Array<string>|string} strings
@@ -124,3 +119,20 @@
   }
   return Common.UIString(substitutionString, ...Array.prototype.slice.call(arguments, 1));
 };
+
+/* Legacy exported object */
+self.Common = self.Common || {};
+Common = Common || {};
+
+/**
+ * @constructor
+ */
+Common.UIStringFormat = UIStringFormat;
+
+Common.UIString = UIString;
+Common.serializeUIString = serializeUIString;
+Common.deserializeUIString = deserializeUIString;
+Common.localize = localize;
+
+/** @type {!WeakMap<!Array<string>, string>} */
+Common._substitutionStrings = new WeakMap();
diff --git a/third_party/blink/renderer/devtools/front_end/common/Worker.js b/third_party/blink/renderer/devtools/front_end/common/Worker.js
index 5bdaced..a9c31a6 100644
--- a/third_party/blink/renderer/devtools/front_end/common/Worker.js
+++ b/third_party/blink/renderer/devtools/front_end/common/Worker.js
@@ -31,7 +31,7 @@
 /**
  * @unrestricted
  */
-Common.Worker = class {
+export default class WorkerWrapper {
   /**
    * @param {string} appName
    */
@@ -91,4 +91,13 @@
   set onerror(listener) {
     this._workerPromise.then(worker => worker.onerror = listener);
   }
-};
+}
+
+/* Legacy exported object */
+self.Common = self.Common || {};
+Common = Common || {};
+
+/**
+ * @constructor
+ */
+Common.Worker = WorkerWrapper;
diff --git a/third_party/blink/renderer/devtools/front_end/common/common.js b/third_party/blink/renderer/devtools/front_end/common/common.js
new file mode 100644
index 0000000..fe28919
--- /dev/null
+++ b/third_party/blink/renderer/devtools/front_end/common/common.js
@@ -0,0 +1,62 @@
+// Copyright 2019 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+import './EventTarget.js';
+import './Object.js';
+
+// Do not reorder these imports as it breaks dependencies.
+
+import * as App from './App.js';
+import * as AppProvider from './AppProvider.js';
+import * as CharacterIdMap from './CharacterIdMap.js';
+import * as Color from './Color.js';
+import * as Console from './Console.js';
+import * as ContentProvider from './ContentProvider.js';
+import * as EventTarget from './EventTarget.js';
+import * as JavaScriptMetaData from './JavaScriptMetaData.js';
+import * as Linkifier from './Linkifier.js';
+import * as Object from './Object.js';
+import * as ParsedURL from './ParsedURL.js';
+import * as Progress from './Progress.js';
+import * as QueryParamHandler from './QueryParamHandler.js';
+import * as ResourceType from './ResourceType.js';
+import * as Revealer from './Revealer.js';
+import * as Runnable from './Runnable.js';
+import * as SegmentedRange from './SegmentedRange.js';
+import * as Settings from './Settings.js';
+import * as StaticContentProvider from './StaticContentProvider.js';
+import * as StringOutputStream from './StringOutputStream.js';
+import * as TextDictionary from './TextDictionary.js';
+import * as Throttler from './Throttler.js';
+import * as Trie from './Trie.js';
+import * as UIString from './UIString.js';
+import * as Worker from './Worker.js';
+
+export {
+  App,
+  AppProvider,
+  CharacterIdMap,
+  Color,
+  Console,
+  ContentProvider,
+  EventTarget,
+  JavaScriptMetaData,
+  Linkifier,
+  Object,
+  ParsedURL,
+  Progress,
+  QueryParamHandler,
+  ResourceType,
+  Revealer,
+  Runnable,
+  SegmentedRange,
+  Settings,
+  StaticContentProvider,
+  StringOutputStream,
+  TextDictionary,
+  Throttler,
+  Trie,
+  UIString,
+  Worker,
+};
diff --git a/third_party/blink/renderer/devtools/front_end/common/module.json b/third_party/blink/renderer/devtools/front_end/common/module.json
index 99b5427..e685577 100644
--- a/third_party/blink/renderer/devtools/front_end/common/module.json
+++ b/third_party/blink/renderer/devtools/front_end/common/module.json
@@ -3,10 +3,12 @@
         "text_utils",
         "platform"
     ],
-    "scripts": [
+    "modules": [
+        "common.js",
+        "EventTarget.js",
+        "Object.js",
         "Worker.js",
         "TextDictionary.js",
-        "Object.js",
         "Color.js",
         "Console.js",
         "ContentProvider.js",
@@ -15,12 +17,20 @@
         "ResourceType.js",
         "Settings.js",
         "StaticContentProvider.js",
-        "OutputStream.js",
         "SegmentedRange.js",
         "Throttler.js",
         "Trie.js",
         "UIString.js",
-        "ModuleExtensionInterfaces.js",
+        "Revealer.js",
+        "App.js",
+        "AppProvider.js",
+        "JavaScriptMetaData.js",
+        "Linkifier.js",
+        "QueryParamHandler.js",
+        "Revealer.js",
+        "Runnable.js",
+        "StringOutputStream.js",
         "CharacterIdMap.js"
-    ]
+    ],
+    "scripts": []
 }
diff --git a/third_party/blink/renderer/devtools/front_end/heap_snapshot_worker.js b/third_party/blink/renderer/devtools/front_end/heap_snapshot_worker.js
index 44b9b2e..ea60e79 100644
--- a/third_party/blink/renderer/devtools/front_end/heap_snapshot_worker.js
+++ b/third_party/blink/renderer/devtools/front_end/heap_snapshot_worker.js
@@ -2,6 +2,64 @@
 // Use of this source code is governed by a BSD-style license that can be
 // found in the LICENSE file.
 // Release build has Runtime.js bundled.
+
 if (!self.Runtime)
   self.importScripts('Runtime.js');
+
+// Due to a lack of ESM within workers the functionality required by the
+// worker is duplicated here from Common. When ESM lands in Workers, this code
+// can be replaced with the ESM equivalent.
+// TODO(https://crbug.com/680046) Remove the dupe code below.
+
+const _substitutionStrings = new WeakMap();
+
+/**
+ * @param {string} string
+ * @param {?ArrayLike} values
+ * @return {string}
+ */
+function serializeUIString(string, values = []) {
+  const messageParts = [string];
+  const serializedMessage = {messageParts, values};
+  return JSON.stringify(serializedMessage);
+}
+
+/**
+ * @param {string} serializedMessage
+ * @return {*}
+ */
+function deserializeUIString(serializedMessage) {
+  if (!serializedMessage)
+    return {};
+
+  return JSON.parse(serializedMessage);
+}
+
+function localize(string) {
+  return string;
+}
+
+function UIString(string, vararg) {
+  return String.vsprintf(localize(string), Array.prototype.slice.call(arguments, 1));
+}
+
+/**
+ * @param {!Array<string>|string} strings
+ * @param {...*} vararg
+ * @return {string}
+ */
+self.ls = function(strings, vararg) {
+  if (typeof strings === 'string')
+    return strings;
+  let substitutionString = _substitutionStrings.get(strings);
+  if (!substitutionString) {
+    substitutionString = strings.join('%s');
+    _substitutionStrings.set(strings, substitutionString);
+  }
+  return UIString(substitutionString, ...Array.prototype.slice.call(arguments, 1));
+};
+
+self.serializeUIString = serializeUIString;
+self.deserializeUIString = deserializeUIString;
+
 Runtime.startWorker('heap_snapshot_worker');
diff --git a/third_party/blink/renderer/devtools/front_end/heap_snapshot_worker/HeapSnapshot.js b/third_party/blink/renderer/devtools/front_end/heap_snapshot_worker/HeapSnapshot.js
index cfa160b..8ba5a2b3 100644
--- a/third_party/blink/renderer/devtools/front_end/heap_snapshot_worker/HeapSnapshot.js
+++ b/third_party/blink/renderer/devtools/front_end/heap_snapshot_worker/HeapSnapshot.js
@@ -756,7 +756,7 @@
    * @param {string} status
    */
   updateStatus(status) {
-    this._sendUpdateEvent(Common.serializeUIString(status));
+    this._sendUpdateEvent(self.serializeUIString(status));
   }
 
   /**
@@ -766,7 +766,7 @@
    */
   updateProgress(title, value, total) {
     const percentValue = ((total ? (value / total) : 0) * 100).toFixed(0);
-    this._sendUpdateEvent(Common.serializeUIString(title, [percentValue]));
+    this._sendUpdateEvent(self.serializeUIString(title, [percentValue]));
   }
 
   /**
diff --git a/third_party/blink/renderer/devtools/front_end/javascript_metadata/JavaScriptMetadata.js b/third_party/blink/renderer/devtools/front_end/javascript_metadata/JavaScriptMetadata.js
index 022a911..4002240 100644
--- a/third_party/blink/renderer/devtools/front_end/javascript_metadata/JavaScriptMetadata.js
+++ b/third_party/blink/renderer/devtools/front_end/javascript_metadata/JavaScriptMetadata.js
@@ -71,4 +71,4 @@
  *  receiver: (string|undefined),
  * }>}
  */
-JavaScriptMetadata.NativeFunctions;
\ No newline at end of file
+JavaScriptMetadata.NativeFunctions;
diff --git a/third_party/blink/renderer/devtools/front_end/protocol/InspectorBackend.js b/third_party/blink/renderer/devtools/front_end/protocol/InspectorBackend.js
index 54c6cb5..df6ad0b 100644
--- a/third_party/blink/renderer/devtools/front_end/protocol/InspectorBackend.js
+++ b/third_party/blink/renderer/devtools/front_end/protocol/InspectorBackend.js
@@ -28,7 +28,10 @@
  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
 
-/** @typedef {string} */
+/**
+ * @typedef {string}
+ * @suppress {checkTypes}
+ */
 Protocol.Error = Symbol('Protocol.Error');
 
 /**
diff --git a/third_party/blink/renderer/devtools/front_end/root.js b/third_party/blink/renderer/devtools/front_end/root.js
index 4590c37c..022ced9 100644
--- a/third_party/blink/renderer/devtools/front_end/root.js
+++ b/third_party/blink/renderer/devtools/front_end/root.js
@@ -2,4 +2,5 @@
 // Use of this source code is governed by a BSD-style license that can be
 // found in the LICENSE file.
 
+import './common/common.js';
 import './ui/ui.js';
diff --git a/third_party/blink/renderer/devtools/scripts/compile_frontend.py b/third_party/blink/renderer/devtools/scripts/compile_frontend.py
index 9a3eb88..0f251eb 100755
--- a/third_party/blink/renderer/devtools/scripts/compile_frontend.py
+++ b/third_party/blink/renderer/devtools/scripts/compile_frontend.py
@@ -279,9 +279,9 @@
         '--externs',
         namespace_externs_path,
         '--js',
-        RUNTIME_FILE,
-        '--js',
         ROOT_MODULE_FILE,
+        '--js',
+        RUNTIME_FILE,
     ]
 
     all_files = descriptors.all_compiled_files()
@@ -318,7 +318,6 @@
     namespace_externs_file = tempfile.NamedTemporaryFile(mode='wt', delete=False)
     try:
         for namespace in namespaces:
-            namespace_externs_file.write('/** @const */\n')
             namespace_externs_file.write('var %s = {};\n' % namespace)
     finally:
         namespace_externs_file.close()
diff --git a/third_party/blink/renderer/modules/accessibility/ax_node_object.cc b/third_party/blink/renderer/modules/accessibility/ax_node_object.cc
index 0555faa..20245c1 100644
--- a/third_party/blink/renderer/modules/accessibility/ax_node_object.cc
+++ b/third_party/blink/renderer/modules/accessibility/ax_node_object.cc
@@ -670,7 +670,7 @@
     return ax::mojom::Role::kPre;
 
   if (GetNode()->HasTagName(kSectionTag))
-    return ax::mojom::Role::kRegion;
+    return ax::mojom::Role::kSection;
 
   if (GetNode()->HasTagName(kAddressTag))
     return ax::mojom::Role::kGenericContainer;
diff --git a/third_party/blink/renderer/modules/accessibility/ax_object.cc b/third_party/blink/renderer/modules/accessibility/ax_object.cc
index 0a50bde..225091f 100644
--- a/third_party/blink/renderer/modules/accessibility/ax_object.cc
+++ b/third_party/blink/renderer/modules/accessibility/ax_object.cc
@@ -391,6 +391,7 @@
     {ax::mojom::Role::kRow, "Row"},
     {ax::mojom::Role::kRuby, "Ruby"},
     {ax::mojom::Role::kRubyAnnotation, "RubyAnnotation"},
+    {ax::mojom::Role::kSection, "Section"},
     {ax::mojom::Role::kSvgRoot, "SVGRoot"},
     {ax::mojom::Role::kScrollBar, "ScrollBar"},
     {ax::mojom::Role::kScrollView, "ScrollView"},
@@ -439,6 +440,7 @@
     {"menuitem", ax::mojom::Role::kMenuButton},
     {"menuitem", ax::mojom::Role::kMenuListOption},
     {"progressbar", ax::mojom::Role::kMeter},
+    {"region", ax::mojom::Role::kSection},
     {"textbox", ax::mojom::Role::kTextField},
     {"combobox", ax::mojom::Role::kComboBoxMenuButton},
     {"combobox", ax::mojom::Role::kTextFieldWithComboBox}};
@@ -828,6 +830,7 @@
     case ax::mojom::Role::kNavigation:
     case ax::mojom::Role::kRegion:
     case ax::mojom::Role::kSearch:
+    case ax::mojom::Role::kSection:
       return true;
     default:
       return false;
@@ -3552,6 +3555,7 @@
     case ax::mojom::Role::kRow:
     case ax::mojom::Role::kRuby:
     case ax::mojom::Role::kRubyAnnotation:
+    case ax::mojom::Role::kSection:
       result = recursive || (CanReceiveAccessibilityFocus() && !IsEditable());
       break;
 
diff --git a/third_party/blink/renderer/modules/device_orientation/device_motion_event_pump.cc b/third_party/blink/renderer/modules/device_orientation/device_motion_event_pump.cc
index 53c3543..9a020ad4 100644
--- a/third_party/blink/renderer/modules/device_orientation/device_motion_event_pump.cc
+++ b/third_party/blink/renderer/modules/device_orientation/device_motion_event_pump.cc
@@ -8,7 +8,7 @@
 
 #include "services/device/public/cpp/generic_sensor/sensor_reading.h"
 #include "services/device/public/mojom/sensor.mojom-blink.h"
-#include "services/service_manager/public/cpp/interface_provider.h"
+#include "third_party/blink/public/common/browser_interface_broker_proxy.h"
 #include "third_party/blink/renderer/core/dom/document.h"
 #include "third_party/blink/renderer/core/frame/local_frame.h"
 #include "third_party/blink/renderer/core/frame/platform_event_controller.h"
@@ -81,7 +81,7 @@
   if (!sensor_provider_) {
     DCHECK(frame);
 
-    frame->GetInterfaceProvider().GetInterface(
+    frame->GetBrowserInterfaceBroker().GetInterface(
         sensor_provider_.BindNewPipeAndPassReceiver());
     sensor_provider_.set_disconnect_handler(
         WTF::Bind(&DeviceSensorEventPump::HandleSensorProviderError,
diff --git a/third_party/blink/renderer/modules/device_orientation/device_orientation_event_pump.cc b/third_party/blink/renderer/modules/device_orientation/device_orientation_event_pump.cc
index 81ed1bbb0..1d253dd 100644
--- a/third_party/blink/renderer/modules/device_orientation/device_orientation_event_pump.cc
+++ b/third_party/blink/renderer/modules/device_orientation/device_orientation_event_pump.cc
@@ -8,7 +8,7 @@
 
 #include "services/device/public/cpp/generic_sensor/sensor_reading.h"
 #include "services/device/public/mojom/sensor.mojom-blink.h"
-#include "services/service_manager/public/cpp/interface_provider.h"
+#include "third_party/blink/public/common/browser_interface_broker_proxy.h"
 #include "third_party/blink/renderer/core/dom/document.h"
 #include "third_party/blink/renderer/core/frame/local_frame.h"
 #include "third_party/blink/renderer/core/frame/platform_event_controller.h"
@@ -97,7 +97,7 @@
   if (!sensor_provider_) {
     DCHECK(frame);
 
-    frame->GetInterfaceProvider().GetInterface(
+    frame->GetBrowserInterfaceBroker().GetInterface(
         sensor_provider_.BindNewPipeAndPassReceiver());
     sensor_provider_.set_disconnect_handler(
         WTF::Bind(&DeviceSensorEventPump::HandleSensorProviderError,
diff --git a/third_party/blink/renderer/modules/mediastream/webmediaplayer_ms_test.cc b/third_party/blink/renderer/modules/mediastream/webmediaplayer_ms_test.cc
index 8ad00796..44e8a6b 100644
--- a/third_party/blink/renderer/modules/mediastream/webmediaplayer_ms_test.cc
+++ b/third_party/blink/renderer/modules/mediastream/webmediaplayer_ms_test.cc
@@ -582,7 +582,7 @@
   void ActivateViewportIntersectionMonitoring(bool activate) override {}
   void MediaRemotingStarted(
       const WebString& remote_device_friendly_name) override {}
-  void MediaRemotingStopped(WebLocalizedString::Name error_msg) override {}
+  void MediaRemotingStopped(int error_code) override {}
   void RequestPlay() override {}
   void RequestPause() override {}
   void RequestMuted(bool muted) override {}
diff --git a/third_party/blink/renderer/modules/remoteplayback/remote_playback.cc b/third_party/blink/renderer/modules/remoteplayback/remote_playback.cc
index 10cff33..85b33dca 100644
--- a/third_party/blink/renderer/modules/remoteplayback/remote_playback.cc
+++ b/third_party/blink/renderer/modules/remoteplayback/remote_playback.cc
@@ -369,7 +369,8 @@
     DispatchEvent(*Event::Create(event_type_names::kDisconnect));
     if (media_element_->IsHTMLVideoElement()) {
       ToHTMLVideoElement(media_element_.Get())
-          ->MediaRemotingStopped(WebLocalizedString::kMediaRemotingStopNoText);
+          ->MediaRemotingStopped(
+              WebMediaPlayerClient::kMediaRemotingStopNoText);
     }
     CleanupConnections();
     presentation_id_ = "";
diff --git a/third_party/blink/renderer/modules/sensor/sensor_provider_proxy.cc b/third_party/blink/renderer/modules/sensor/sensor_provider_proxy.cc
index 79dade88..aba9860 100644
--- a/third_party/blink/renderer/modules/sensor/sensor_provider_proxy.cc
+++ b/third_party/blink/renderer/modules/sensor/sensor_provider_proxy.cc
@@ -4,7 +4,7 @@
 
 #include "third_party/blink/renderer/modules/sensor/sensor_provider_proxy.h"
 
-#include "services/service_manager/public/cpp/interface_provider.h"
+#include "third_party/blink/public/common/browser_interface_broker_proxy.h"
 #include "third_party/blink/renderer/modules/sensor/sensor_proxy_impl.h"
 #include "third_party/blink/renderer/modules/sensor/sensor_proxy_inspector_impl.h"
 #include "third_party/blink/renderer/platform/mojo/mojo_helper.h"
@@ -19,7 +19,7 @@
   if (IsInitialized())
     return;
 
-  GetSupplementable()->GetInterfaceProvider()->GetInterface(
+  GetSupplementable()->GetBrowserInterfaceBroker().GetInterface(
       sensor_provider_.BindNewPipeAndPassReceiver());
   sensor_provider_.set_disconnect_handler(
       WTF::Bind(&SensorProviderProxy::OnSensorProviderConnectionError,
diff --git a/third_party/blink/renderer/modules/service_worker/service_worker_global_scope.cc b/third_party/blink/renderer/modules/service_worker/service_worker_global_scope.cc
index 304f2069..46f0a578 100644
--- a/third_party/blink/renderer/modules/service_worker/service_worker_global_scope.cc
+++ b/third_party/blink/renderer/modules/service_worker/service_worker_global_scope.cc
@@ -61,7 +61,6 @@
 #include "third_party/blink/renderer/core/probe/core_probes.h"
 #include "third_party/blink/renderer/core/trustedtypes/trusted_script_url.h"
 #include "third_party/blink/renderer/core/workers/global_scope_creation_params.h"
-#include "third_party/blink/renderer/core/workers/installed_scripts_manager.h"
 #include "third_party/blink/renderer/core/workers/worker_classic_script_loader.h"
 #include "third_party/blink/renderer/core/workers/worker_clients.h"
 #include "third_party/blink/renderer/core/workers/worker_reporting_proxy.h"
@@ -181,16 +180,18 @@
 ServiceWorkerGlobalScope* ServiceWorkerGlobalScope::Create(
     ServiceWorkerThread* thread,
     std::unique_ptr<GlobalScopeCreationParams> creation_params,
+    std::unique_ptr<ServiceWorkerInstalledScriptsManager>
+        installed_scripts_manager,
     mojo::PendingRemote<mojom::blink::CacheStorage> cache_storage_remote,
     base::TimeTicks time_origin) {
   DCHECK_EQ(creation_params->off_main_thread_fetch_option,
             OffMainThreadWorkerScriptFetchOption::kEnabled);
 
+#if DCHECK_IS_ON()
   // If the script is being loaded via script streaming, the script is not yet
   // loaded.
-  if (thread->GetInstalledScriptsManager() &&
-      thread->GetInstalledScriptsManager()->IsScriptInstalled(
-          creation_params->script_url)) {
+  if (installed_scripts_manager && installed_scripts_manager->IsScriptInstalled(
+                                       creation_params->script_url)) {
     // CSP headers, referrer policy, and origin trial tokens will be provided by
     // the InstalledScriptsManager in EvaluateClassicScript().
     DCHECK(creation_params->outside_content_security_policy_headers.IsEmpty());
@@ -198,18 +199,22 @@
               creation_params->referrer_policy);
     DCHECK(creation_params->origin_trial_tokens->IsEmpty());
   }
+#endif  // DCHECK_IS_ON()
 
   return MakeGarbageCollected<ServiceWorkerGlobalScope>(
-      std::move(creation_params), thread, std::move(cache_storage_remote),
-      time_origin);
+      std::move(creation_params), thread, std::move(installed_scripts_manager),
+      std::move(cache_storage_remote), time_origin);
 }
 
 ServiceWorkerGlobalScope::ServiceWorkerGlobalScope(
     std::unique_ptr<GlobalScopeCreationParams> creation_params,
     ServiceWorkerThread* thread,
+    std::unique_ptr<ServiceWorkerInstalledScriptsManager>
+        installed_scripts_manager,
     mojo::PendingRemote<mojom::blink::CacheStorage> cache_storage_remote,
     base::TimeTicks time_origin)
     : WorkerGlobalScope(std::move(creation_params), thread, time_origin),
+      installed_scripts_manager_(std::move(installed_scripts_manager)),
       cache_storage_remote_(std::move(cache_storage_remote)) {
   // Create the idle timer. At this point the timer is not started. It will be
   // started by DidEvaluateScript().
@@ -292,16 +297,14 @@
     const v8_inspector::V8StackTraceId& stack_id) {
   DCHECK(IsContextThread());
 
-  InstalledScriptsManager* installed_scripts_manager =
-      GetThread()->GetInstalledScriptsManager();
-  DCHECK(installed_scripts_manager);
-  DCHECK(installed_scripts_manager->IsScriptInstalled(script_url));
+  DCHECK(installed_scripts_manager_);
+  DCHECK(installed_scripts_manager_->IsScriptInstalled(script_url));
 
   // GetScriptData blocks until the script is received from the browser.
   std::unique_ptr<InstalledScriptsManager::ScriptData> script_data =
-      installed_scripts_manager->GetScriptData(script_url);
+      installed_scripts_manager_->GetScriptData(script_url);
   if (!script_data) {
-    ReportingProxy().DidFailToLoadClassicScript();
+    ReportingProxy().DidFailToFetchClassicScript();
     // This will eventually initiate worker thread termination. See
     // ServiceWorkerGlobalScopeProxy::DidCloseWorkerGlobalScope() for details.
     close();
@@ -359,6 +362,11 @@
   WorkerGlobalScope::Dispose();
 }
 
+InstalledScriptsManager*
+ServiceWorkerGlobalScope::GetInstalledScriptsManager() {
+  return installed_scripts_manager_.get();
+}
+
 void ServiceWorkerGlobalScope::CountWorkerScript(size_t script_size,
                                                  size_t cached_metadata_size) {
   DCHECK_EQ(GetScriptType(), mojom::ScriptType::kClassic);
@@ -695,6 +703,33 @@
                                                      options);
 }
 
+bool ServiceWorkerGlobalScope::FetchClassicImportedScript(
+    const KURL& script_url,
+    KURL* out_response_url,
+    String* out_source_code,
+    std::unique_ptr<Vector<uint8_t>>* out_cached_meta_data) {
+  // InstalledScriptsManager is used only for starting installed service
+  // workers.
+  if (installed_scripts_manager_) {
+    // All imported scripts must be installed. This is already checked in
+    // ServiceWorkerGlobalScope::importScripts().
+    DCHECK(installed_scripts_manager_->IsScriptInstalled(script_url));
+    std::unique_ptr<InstalledScriptsManager::ScriptData> script_data =
+        installed_scripts_manager_->GetScriptData(script_url);
+    if (!script_data)
+      return false;
+    *out_response_url = script_url;
+    *out_source_code = script_data->TakeSourceText();
+    *out_cached_meta_data = script_data->TakeMetaData();
+    // TODO(shimazu): Add appropriate probes for inspector.
+    return true;
+  }
+  // This is a new service worker. Proceed with importing scripts and installing
+  // them.
+  return WorkerGlobalScope::FetchClassicImportedScript(
+      script_url, out_response_url, out_source_code, out_cached_meta_data);
+}
+
 const AtomicString& ServiceWorkerGlobalScope::InterfaceName() const {
   return event_target_names::kServiceWorkerGlobalScope;
 }
@@ -734,17 +769,15 @@
 void ServiceWorkerGlobalScope::importScripts(
     const HeapVector<StringOrTrustedScriptURL>& urls,
     ExceptionState& exception_state) {
-  InstalledScriptsManager* installed_scripts_manager =
-      GetThread()->GetInstalledScriptsManager();
   for (const StringOrTrustedScriptURL& stringOrUrl : urls) {
     String string_url = stringOrUrl.IsString()
                             ? stringOrUrl.GetAsString()
                             : stringOrUrl.GetAsTrustedScriptURL()->toString();
 
     KURL completed_url = CompleteURL(string_url);
-    if (installed_scripts_manager &&
-        !installed_scripts_manager->IsScriptInstalled(completed_url)) {
-      DCHECK(installed_scripts_manager->IsScriptInstalled(Url()));
+    if (installed_scripts_manager_ &&
+        !installed_scripts_manager_->IsScriptInstalled(completed_url)) {
+      DCHECK(installed_scripts_manager_->IsScriptInstalled(Url()));
       exception_state.ThrowDOMException(
           DOMExceptionCode::kNetworkError,
           "Failed to import '" + completed_url.ElidedString() +
diff --git a/third_party/blink/renderer/modules/service_worker/service_worker_global_scope.h b/third_party/blink/renderer/modules/service_worker/service_worker_global_scope.h
index 9febdb96..166c5ad8 100644
--- a/third_party/blink/renderer/modules/service_worker/service_worker_global_scope.h
+++ b/third_party/blink/renderer/modules/service_worker/service_worker_global_scope.h
@@ -44,6 +44,7 @@
 #include "third_party/blink/renderer/bindings/core/v8/request_or_usv_string.h"
 #include "third_party/blink/renderer/core/workers/worker_global_scope.h"
 #include "third_party/blink/renderer/modules/modules_export.h"
+#include "third_party/blink/renderer/modules/service_worker/service_worker_installed_scripts_manager.h"
 #include "third_party/blink/renderer/modules/service_worker/service_worker_timeout_timer.h"
 #include "third_party/blink/renderer/platform/heap/handle.h"
 #include "third_party/blink/renderer/platform/wtf/casting.h"
@@ -59,6 +60,7 @@
 class ScriptState;
 class ServiceWorker;
 class ServiceWorkerClients;
+class ServiceWorkerInstalledScriptsManager;
 class ServiceWorkerRegistration;
 class ServiceWorkerThread;
 class StringOrTrustedScriptURL;
@@ -83,13 +85,16 @@
   static ServiceWorkerGlobalScope* Create(
       ServiceWorkerThread*,
       std::unique_ptr<GlobalScopeCreationParams>,
+      std::unique_ptr<ServiceWorkerInstalledScriptsManager>,
       mojo::PendingRemote<mojom::blink::CacheStorage>,
       base::TimeTicks time_origin);
 
-  ServiceWorkerGlobalScope(std::unique_ptr<GlobalScopeCreationParams>,
-                           ServiceWorkerThread*,
-                           mojo::PendingRemote<mojom::blink::CacheStorage>,
-                           base::TimeTicks time_origin);
+  ServiceWorkerGlobalScope(
+      std::unique_ptr<GlobalScopeCreationParams>,
+      ServiceWorkerThread*,
+      std::unique_ptr<ServiceWorkerInstalledScriptsManager>,
+      mojo::PendingRemote<mojom::blink::CacheStorage>,
+      base::TimeTicks time_origin);
   ~ServiceWorkerGlobalScope() override;
 
   // ExecutionContext overrides:
@@ -118,6 +123,7 @@
       WorkerResourceTimingNotifier& outside_resource_timing_notifier,
       network::mojom::CredentialsMode) override;
   void Dispose() override;
+  InstalledScriptsManager* GetInstalledScriptsManager() override;
 
   // Runs the installed top-level classic worker script for the 'installed'
   // service worker case.
@@ -306,6 +312,13 @@
       EventListener*,
       const AddEventListenerOptionsResolved*) override;
 
+  // WorkerGlobalScope
+  bool FetchClassicImportedScript(
+      const KURL& script_url,
+      KURL* out_response_url,
+      String* out_source_code,
+      std::unique_ptr<Vector<uint8_t>>* out_cached_meta_data) override;
+
  private:
   void importScripts(const HeapVector<StringOrTrustedScriptURL>& urls,
                      ExceptionState&) override;
@@ -471,6 +484,10 @@
   uint64_t cache_storage_installed_script_total_size_ = 0;
   uint64_t cache_storage_installed_script_metadata_total_size_ = 0;
 
+  // Non-null only when this service worker is already installed.
+  std::unique_ptr<ServiceWorkerInstalledScriptsManager>
+      installed_scripts_manager_;
+
   // May be provided in the constructor as an optimization so InterfaceProvider
   // doesn't need to be used. Taken at the initial call to
   // ServiceWorkerGlobalScope#caches.
diff --git a/third_party/blink/renderer/modules/service_worker/service_worker_global_scope_proxy.cc b/third_party/blink/renderer/modules/service_worker/service_worker_global_scope_proxy.cc
index 9e1f85e2..5ead861 100644
--- a/third_party/blink/renderer/modules/service_worker/service_worker_global_scope_proxy.cc
+++ b/third_party/blink/renderer/modules/service_worker/service_worker_global_scope_proxy.cc
@@ -165,14 +165,6 @@
   Client().WorkerScriptLoadedOnWorkerThread();
 }
 
-void ServiceWorkerGlobalScopeProxy::DidFailToLoadClassicScript() {
-  DCHECK_CALLED_ON_VALID_THREAD(worker_thread_checker_);
-  // Tell ServiceWorkerContextClient about the failure. The generic
-  // WorkerContextFailedToStart() wouldn't make sense because
-  // WorkerContextStarted() was already called.
-  Client().FailedToLoadClassicScript();
-}
-
 void ServiceWorkerGlobalScopeProxy::DidFetchScript() {
   DCHECK_CALLED_ON_VALID_THREAD(worker_thread_checker_);
   Client().WorkerScriptLoadedOnWorkerThread();
@@ -180,7 +172,7 @@
 
 void ServiceWorkerGlobalScopeProxy::DidFailToFetchClassicScript() {
   DCHECK_CALLED_ON_VALID_THREAD(worker_thread_checker_);
-  Client().FailedToLoadClassicScript();
+  Client().FailedToFetchClassicScript();
 }
 
 void ServiceWorkerGlobalScopeProxy::DidFailToFetchModuleScript() {
diff --git a/third_party/blink/renderer/modules/service_worker/service_worker_global_scope_proxy.h b/third_party/blink/renderer/modules/service_worker/service_worker_global_scope_proxy.h
index 0c67eca..981994b3 100644
--- a/third_party/blink/renderer/modules/service_worker/service_worker_global_scope_proxy.h
+++ b/third_party/blink/renderer/modules/service_worker/service_worker_global_scope_proxy.h
@@ -107,7 +107,6 @@
   void WillInitializeWorkerContext() override;
   void DidCreateWorkerGlobalScope(WorkerOrWorkletGlobalScope*) override;
   void DidLoadClassicScript() override;
-  void DidFailToLoadClassicScript() override;
   void DidFetchScript() override;
   void DidFailToFetchClassicScript() override;
   void DidFailToFetchModuleScript() override;
diff --git a/third_party/blink/renderer/modules/service_worker/service_worker_thread.cc b/third_party/blink/renderer/modules/service_worker/service_worker_thread.cc
index c33064b4..5faa587 100644
--- a/third_party/blink/renderer/modules/service_worker/service_worker_thread.cc
+++ b/third_party/blink/renderer/modules/service_worker/service_worker_thread.cc
@@ -68,10 +68,6 @@
   worker_backing_thread_ = nullptr;
 }
 
-InstalledScriptsManager* ServiceWorkerThread::GetInstalledScriptsManager() {
-  return installed_scripts_manager_.get();
-}
-
 void ServiceWorkerThread::TerminateForTesting() {
   global_scope_proxy_->TerminateWorkerContext();
   WorkerThread::TerminateForTesting();
@@ -127,9 +123,9 @@
 
 WorkerOrWorkletGlobalScope* ServiceWorkerThread::CreateWorkerGlobalScope(
     std::unique_ptr<GlobalScopeCreationParams> creation_params) {
-  return ServiceWorkerGlobalScope::Create(this, std::move(creation_params),
-                                          std::move(cache_storage_remote_),
-                                          time_origin_);
+  return ServiceWorkerGlobalScope::Create(
+      this, std::move(creation_params), std::move(installed_scripts_manager_),
+      std::move(cache_storage_remote_), time_origin_);
 }
 
 }  // namespace blink
diff --git a/third_party/blink/renderer/modules/service_worker/service_worker_thread.h b/third_party/blink/renderer/modules/service_worker/service_worker_thread.h
index 528e594..bb963eb3 100644
--- a/third_party/blink/renderer/modules/service_worker/service_worker_thread.h
+++ b/third_party/blink/renderer/modules/service_worker/service_worker_thread.h
@@ -60,7 +60,6 @@
     return *worker_backing_thread_;
   }
   void ClearWorkerBackingThread() override;
-  InstalledScriptsManager* GetInstalledScriptsManager() override;
   void TerminateForTesting() override;
 
   void RunInstalledClassicScript(const KURL& script_url,
@@ -90,6 +89,8 @@
 
   std::unique_ptr<ServiceWorkerGlobalScopeProxy> global_scope_proxy_;
   std::unique_ptr<WorkerBackingThread> worker_backing_thread_;
+
+  // Ownership of these members is moved out in CreateWorkerGlobalScope().
   std::unique_ptr<ServiceWorkerInstalledScriptsManager>
       installed_scripts_manager_;
   mojo::PendingRemote<mojom::blink::CacheStorage> cache_storage_remote_;
diff --git a/third_party/blink/renderer/modules/service_worker/web_embedded_worker_impl_test.cc b/third_party/blink/renderer/modules/service_worker/web_embedded_worker_impl_test.cc
index 8adab28..d071e66a 100644
--- a/third_party/blink/renderer/modules/service_worker/web_embedded_worker_impl_test.cc
+++ b/third_party/blink/renderer/modules/service_worker/web_embedded_worker_impl_test.cc
@@ -160,10 +160,7 @@
         registration_object_host_receiver.PassHandle());
   }
 
-  void FailedToLoadClassicScript() override {
-    // off-main-script fetch:
-    // In production code, calling FailedToLoadClassicScript results in
-    // terminating the worker.
+  void FailedToFetchClassicScript() override {
     classic_script_load_failure_event_.Signal();
   }
 
diff --git a/third_party/blink/renderer/modules/vibration/vibration_controller.cc b/third_party/blink/renderer/modules/vibration/vibration_controller.cc
index 052b952..c42f203 100644
--- a/third_party/blink/renderer/modules/vibration/vibration_controller.cc
+++ b/third_party/blink/renderer/modules/vibration/vibration_controller.cc
@@ -19,7 +19,7 @@
 
 #include "third_party/blink/renderer/modules/vibration/vibration_controller.h"
 
-#include "services/service_manager/public/cpp/interface_provider.h"
+#include "third_party/blink/public/common/browser_interface_broker_proxy.h"
 #include "third_party/blink/public/platform/platform.h"
 #include "third_party/blink/public/platform/task_type.h"
 #include "third_party/blink/renderer/bindings/modules/v8/unsigned_long_or_unsigned_long_sequence.h"
@@ -85,7 +85,7 @@
       is_running_(false),
       is_calling_cancel_(false),
       is_calling_vibrate_(false) {
-  frame.GetInterfaceProvider().GetInterface(
+  frame.GetBrowserInterfaceBroker().GetInterface(
       vibration_manager_.BindNewPipeAndPassReceiver());
 }
 
diff --git a/third_party/blink/renderer/modules/webshare/navigator_share.cc b/third_party/blink/renderer/modules/webshare/navigator_share.cc
index 21433d1..ac93080 100644
--- a/third_party/blink/renderer/modules/webshare/navigator_share.cc
+++ b/third_party/blink/renderer/modules/webshare/navigator_share.cc
@@ -7,7 +7,7 @@
 #include <stdint.h>
 #include <utility>
 
-#include "services/service_manager/public/cpp/interface_provider.h"
+#include "third_party/blink/public/common/browser_interface_broker_proxy.h"
 #include "third_party/blink/public/platform/platform.h"
 #include "third_party/blink/renderer/core/dom/document.h"
 #include "third_party/blink/renderer/core/dom/dom_exception.h"
@@ -198,7 +198,7 @@
     }
 
     // See https://bit.ly/2S0zRAS for task types.
-    frame->GetInterfaceProvider().GetInterface(
+    frame->GetBrowserInterfaceBroker().GetInterface(
         service_remote_.BindNewPipeAndPassReceiver(
             frame->GetTaskRunner(TaskType::kMiscPlatformAPI)));
     service_remote_.set_disconnect_handler(WTF::Bind(
diff --git a/third_party/blink/renderer/modules/webshare/navigator_share_test.cc b/third_party/blink/renderer/modules/webshare/navigator_share_test.cc
index a0c8268..e89712d 100644
--- a/third_party/blink/renderer/modules/webshare/navigator_share_test.cc
+++ b/third_party/blink/renderer/modules/webshare/navigator_share_test.cc
@@ -6,8 +6,8 @@
 
 #include <memory>
 #include <utility>
-#include "services/service_manager/public/cpp/interface_provider.h"
 #include "testing/gtest/include/gtest/gtest.h"
+#include "third_party/blink/public/common/browser_interface_broker_proxy.h"
 #include "third_party/blink/renderer/bindings/core/v8/script_promise.h"
 #include "third_party/blink/renderer/core/dom/user_gesture_indicator.h"
 #include "third_party/blink/renderer/core/fileapi/file.h"
@@ -112,9 +112,7 @@
         nullptr /* extra_data */);
     test::RunPendingTasks();
 
-    service_manager::InterfaceProvider::TestApi test_api(
-        &GetFrame().GetInterfaceProvider());
-    test_api.SetBinderForName(
+    GetFrame().GetBrowserInterfaceBroker().SetBinderForTesting(
         ShareService::Name_,
         WTF::BindRepeating(&MockShareService::Bind,
                            WTF::Unretained(&mock_share_service_)));
diff --git a/third_party/blink/renderer/platform/text/platform_locale.cc b/third_party/blink/renderer/platform/text/platform_locale.cc
index 5ff99058..80b9e288 100644
--- a/third_party/blink/renderer/platform/text/platform_locale.cc
+++ b/third_party/blink/renderer/platform/text/platform_locale.cc
@@ -34,6 +34,7 @@
 
 #include "base/macros.h"
 #include "third_party/blink/public/platform/platform.h"
+#include "third_party/blink/public/strings/grit/blink_strings.h"
 #include "third_party/blink/renderer/platform/text/date_time_format.h"
 #include "third_party/blink/renderer/platform/wtf/text/string_builder.h"
 
@@ -218,7 +219,7 @@
 
 String Locale::ValidationMessageTooLongText(unsigned value_length,
                                             int max_length) {
-  return QueryString(WebLocalizedString::kValidationTooLong,
+  return QueryString(IDS_FORM_VALIDATION_TOO_LONG,
                      ConvertToLocalizedNumber(String::Number(value_length)),
                      ConvertToLocalizedNumber(String::Number(max_length)));
 }
@@ -237,7 +238,7 @@
 }
 
 String Locale::WeekFormatInLDML() {
-  String templ = QueryString(WebLocalizedString::kWeekFormatTemplate);
+  String templ = QueryString(IDS_FORM_INPUT_WEEK_TEMPLATE);
   // Converts a string like "Week $2, $1" to an LDML date format pattern like
   // "'Week 'ww', 'yyyy".
   StringBuilder builder;
diff --git a/third_party/blink/web_tests/accessibility/element-role-mapping-normal-expected.txt b/third_party/blink/web_tests/accessibility/element-role-mapping-normal-expected.txt
index eb17323..1e0f8d0 100644
--- a/third_party/blink/web_tests/accessibility/element-role-mapping-normal-expected.txt
+++ b/third_party/blink/web_tests/accessibility/element-role-mapping-normal-expected.txt
@@ -140,7 +140,7 @@
                 AXRole: AXInlineTextBox "element"
                 AXRole: AXInlineTextBox "
 "
-        AXRole: AXRegion
+        AXRole: AXSection
             AXRole: AXHeaderAsNonLandmark
                 AXRole: AXHeading "Most important heading here"
                     AXRole: AXStaticText "Most important heading here"
diff --git a/third_party/blink/web_tests/accessibility/not-ignore-landmark-roles-expected.txt b/third_party/blink/web_tests/accessibility/not-ignore-landmark-roles-expected.txt
index 2963035..1e26d88 100644
--- a/third_party/blink/web_tests/accessibility/not-ignore-landmark-roles-expected.txt
+++ b/third_party/blink/web_tests/accessibility/not-ignore-landmark-roles-expected.txt
@@ -13,7 +13,7 @@
 
 PASS containerNode.childrenCount is 8
 PASS AXObject.role is 'AXRole: AXArticle'
-PASS AXObject.role is 'AXRole: AXRegion'
+PASS AXObject.role is 'AXRole: AXSection'
 PASS AXObject.role is 'AXRole: AXHeader'
 PASS AXObject.role is 'AXRole: AXComplementary'
 PASS AXObject.role is 'AXRole: AXGenericContainer'
diff --git a/third_party/blink/web_tests/accessibility/not-ignore-landmark-roles.html b/third_party/blink/web_tests/accessibility/not-ignore-landmark-roles.html
index 5f34c54..cfb4b79 100644
--- a/third_party/blink/web_tests/accessibility/not-ignore-landmark-roles.html
+++ b/third_party/blink/web_tests/accessibility/not-ignore-landmark-roles.html
@@ -27,7 +27,7 @@
 
     var roles = [
         "AXArticle",
-        "AXRegion",
+        "AXSection",
         "AXHeader",
         "AXComplementary",
         "AXGenericContainer",
diff --git a/third_party/blink/web_tests/external/WPT_BASE_MANIFEST_6.json b/third_party/blink/web_tests/external/WPT_BASE_MANIFEST_6.json
index 7fdbeae..5159b1a6 100644
--- a/third_party/blink/web_tests/external/WPT_BASE_MANIFEST_6.json
+++ b/third_party/blink/web_tests/external/WPT_BASE_MANIFEST_6.json
@@ -137950,6 +137950,12 @@
    "css/css-grid/parsing/grid-auto-flow-valid-expected.txt": [
     []
    ],
+   "css/css-grid/parsing/grid-template-columns-computed-nogrid-expected.txt": [
+    []
+   ],
+   "css/css-grid/parsing/grid-template-rows-computed-nogrid-expected.txt": [
+    []
+   ],
    "css/css-grid/reference/display-grid-ref.html": [
     []
    ],
@@ -173791,6 +173797,9 @@
    "tools/wptrunner/wptrunner/browsers/webkit.py": [
     []
    ],
+   "tools/wptrunner/wptrunner/browsers/webkitgtk_minibrowser.py": [
+    []
+   ],
    "tools/wptrunner/wptrunner/config.py": [
     []
    ],
@@ -174790,9 +174799,6 @@
    "web-animations/interfaces/KeyframeEffect/iterationComposite-expected.txt": [
     []
    ],
-   "web-animations/interfaces/KeyframeEffect/processing-a-keyframes-argument-001-expected.txt": [
-    []
-   ],
    "web-animations/interfaces/KeyframeEffect/style-change-events-expected.txt": [
     []
    ],
@@ -206901,6 +206907,18 @@
      {}
     ]
    ],
+   "css/css-grid/parsing/grid-template-columns-computed-nogrid.html": [
+    [
+     "css/css-grid/parsing/grid-template-columns-computed-nogrid.html",
+     {}
+    ]
+   ],
+   "css/css-grid/parsing/grid-template-columns-computed.html": [
+    [
+     "css/css-grid/parsing/grid-template-columns-computed.html",
+     {}
+    ]
+   ],
    "css/css-grid/parsing/grid-template-columns-invalid.html": [
     [
      "css/css-grid/parsing/grid-template-columns-invalid.html",
@@ -206913,6 +206931,18 @@
      {}
     ]
    ],
+   "css/css-grid/parsing/grid-template-rows-computed-nogrid.html": [
+    [
+     "css/css-grid/parsing/grid-template-rows-computed-nogrid.html",
+     {}
+    ]
+   ],
+   "css/css-grid/parsing/grid-template-rows-computed.html": [
+    [
+     "css/css-grid/parsing/grid-template-rows-computed.html",
+     {}
+    ]
+   ],
    "css/css-grid/parsing/grid-template-rows-invalid.html": [
     [
      "css/css-grid/parsing/grid-template-rows-invalid.html",
@@ -324556,7 +324586,7 @@
    "support"
   ],
   "2dcontext/tools/tests2d.yaml": [
-   "7feebd0c0e0aa2f41ef63e471abd3ec8bddfa2b8",
+   "cc78986d452bb4c342984ec1e93c032cb2f784e1",
    "support"
   ],
   "2dcontext/tools/tests2dtext.yaml": [
@@ -326708,7 +326738,7 @@
    "testharness"
   ],
   "IndexedDB/transaction-relaxed-durability.tentative.any.js": [
-   "2ba96ec08edd3e35c85bef4712a94a9a75174624",
+   "865c28ce163c2dea2f55b25ec1145cb8bcc6bb45",
    "testharness"
   ],
   "IndexedDB/transaction-requestqueue.htm": [
@@ -371424,7 +371454,7 @@
    "reftest"
   ],
   "css/css-grid/animation/grid-template-columns-interpolation-expected.txt": [
-   "15f1181cd76f1e35a4d5c47c2d36405c1b1a7b03",
+   "52ecd70c47d6394238fded231098f371a04957a0",
    "support"
   ],
   "css/css-grid/animation/grid-template-columns-interpolation.html": [
@@ -371440,7 +371470,7 @@
    "reftest"
   ],
   "css/css-grid/animation/grid-template-rows-interpolation-expected.txt": [
-   "497a536c806dfe9857df48299460175d0fb43cfa",
+   "b11bbee2bc981b742ffbe4522e80023da4770ce9",
    "support"
   ],
   "css/css-grid/animation/grid-template-rows-interpolation.html": [
@@ -372639,6 +372669,18 @@
    "9c9bd47ec894ccc0e389287120082fb4bf5c9905",
    "testharness"
   ],
+  "css/css-grid/parsing/grid-template-columns-computed-nogrid-expected.txt": [
+   "26a5800fd43cc04adfa1c27962dc94e7815cc55a",
+   "support"
+  ],
+  "css/css-grid/parsing/grid-template-columns-computed-nogrid.html": [
+   "b95914fe3e55bebd04a77f1146279089efd5f964",
+   "testharness"
+  ],
+  "css/css-grid/parsing/grid-template-columns-computed.html": [
+   "f6d0d9721c9dd8ed1c0441a9dd2e2077b71350d3",
+   "testharness"
+  ],
   "css/css-grid/parsing/grid-template-columns-invalid.html": [
    "9d7aac48721a763ab778e22523b16b3f99b3f16a",
    "testharness"
@@ -372647,6 +372689,18 @@
    "6bf2e7bce63c88d028f5dea1bf3e7be8cab7775c",
    "testharness"
   ],
+  "css/css-grid/parsing/grid-template-rows-computed-nogrid-expected.txt": [
+   "b2946e95984285b62f9e89121ef951d3b1eed6eb",
+   "support"
+  ],
+  "css/css-grid/parsing/grid-template-rows-computed-nogrid.html": [
+   "03e601acb93191cecaa73b571d5f6cd8e2a6710a",
+   "testharness"
+  ],
+  "css/css-grid/parsing/grid-template-rows-computed.html": [
+   "40722623aaa1ee805dc6e282951febb0021e2a8a",
+   "testharness"
+  ],
   "css/css-grid/parsing/grid-template-rows-invalid.html": [
    "8a0fe9ddfa23e12985c99c1fe9196eebfc04c8cc",
    "testharness"
@@ -392232,7 +392286,7 @@
    "testharness"
   ],
   "css/css-transforms/animation/scale-interpolation.html": [
-   "146575c902c10b8f34a6e9a12ee66abae1904223",
+   "c6fec26461155ec15d9eb0ab469205c4868db161",
    "testharness"
   ],
   "css/css-transforms/animation/transform-interpolation-001-expected.txt": [
@@ -392268,7 +392322,7 @@
    "testharness"
   ],
   "css/css-transforms/animation/translate-interpolation.html": [
-   "aed6c41cf641ffc3b5eb7ef22b4b7353d98004fb",
+   "c73f68a130e86b39b4832111bbfb05c633e09429",
    "testharness"
   ],
   "css/css-transforms/backface-visibility-hidden-001.html": [
@@ -396756,7 +396810,7 @@
    "testharness"
   ],
   "css/css-transitions/parsing/transition-timing-function-computed.html": [
-   "fa03b2295b9c2f92ab4e520cc75153d9eaa6e672",
+   "e57856bab4f16f11f288197bb0244aaffa57be7e",
    "testharness"
   ],
   "css/css-transitions/parsing/transition-timing-function-invalid.html": [
@@ -487980,7 +488034,7 @@
    "support"
   ],
   "tools/ci/manifest_build.py": [
-   "de17089214ed041ed98a07583ea8c4628b147e5a",
+   "a563c3b88314beafb2ed8b5fb18210bcfe147a20",
    "support"
   ],
   "tools/ci/run_tc.py": [
@@ -488088,7 +488142,7 @@
    "support"
   ],
   "tools/manifest/download.py": [
-   "8f3e9d5fd653cba24aeeeda5ba4d5661f81722fc",
+   "3736d54f15dc5e9c66c560730acd08f43e53db30",
    "support"
   ],
   "tools/manifest/item.py": [
@@ -488108,7 +488162,7 @@
    "support"
   ],
   "tools/manifest/update.py": [
-   "166a7c9caddbab5dfa40712be8840de7b3efb65f",
+   "bfbaaf897126d8eeca69dcef94bb31308897fde2",
    "support"
   ],
   "tools/manifest/utils.py": [
@@ -492280,7 +492334,7 @@
    "support"
   ],
   "tools/wpt/browser.py": [
-   "ca86c55d45f065b7a8ac0c047dbb22f2edc9414f",
+   "c04162fe2a15ecb0cbebf1e0c57672b24f2efc56",
    "support"
   ],
   "tools/wpt/commands.json": [
@@ -492312,7 +492366,7 @@
    "support"
   ],
   "tools/wpt/run.py": [
-   "bea36c7c24a80868980861466d8b962624446434",
+   "47322fc8a713d67fa32c0be7ef3f56881daef933",
    "support"
   ],
   "tools/wpt/testfiles.py": [
@@ -492428,7 +492482,7 @@
    "support"
   ],
   "tools/wptrunner/wptrunner/browsers/__init__.py": [
-   "75ec775658ce5d3b15e919bcd166a4af08ccb868",
+   "957d2a689acda4801cddc351e1c2cd4c06a8d7e3",
    "support"
   ],
   "tools/wptrunner/wptrunner/browsers/android_webview.py": [
@@ -492503,6 +492557,10 @@
    "bd444eef1dfcf61247c3322e79cc0b085ac67750",
    "support"
   ],
+  "tools/wptrunner/wptrunner/browsers/webkitgtk_minibrowser.py": [
+   "65f78125ad7a89d43c08b6986bf41145cc71d04c",
+   "support"
+  ],
   "tools/wptrunner/wptrunner/config.py": [
    "d2a61a87594bc8f7753530ab3bd02795b68e3c37",
    "support"
@@ -493228,7 +493286,7 @@
    "support"
   ],
   "trusted-types/trusted-types-reporting.tentative.https.html": [
-   "16e6d2a7d8d3e01c1cc469ea67b9e0361658495d",
+   "11ef305064d2af10ffc07ca09e51dcb1a3661e76",
    "testharness"
   ],
   "trusted-types/trusted-types-reporting.tentative.https.html.headers": [
@@ -493248,19 +493306,19 @@
    "support"
   ],
   "uievents/click/auxclick_event.html": [
-   "9f4ffed96e6cb186f8441e9681c281d087ff8faf",
+   "8bb2e137f5bce9333e4687b7603432195107745b",
    "testharness"
   ],
   "uievents/click/click_event_target_child_parent.html": [
-   "1e07e4340392ef0830869876c06e5ee0c1238c91",
+   "a09e5532affd93cafca51391591b7ff882636310",
    "testharness"
   ],
   "uievents/click/click_event_target_siblings.html": [
-   "0306b6f05f0d4c3c6ef58ab638c186184bb6bf5a",
+   "24d64dc9ac344f9c856241221d7323b162434932",
    "testharness"
   ],
   "uievents/click/mouse-dblclick-event.html": [
-   "5bf0bbc07e00d3d01bfcc1379b8ac0c2f78fb7b7",
+   "31a600b3cb715e408cd4aa8920fb54fd77064e57",
    "testharness"
   ],
   "uievents/constructors/README.md": [
@@ -493604,7 +493662,7 @@
    "manual"
   ],
   "uievents/mouse/mouse_buttons_back_forward.html": [
-   "787abac44472960844b5b3eda3955134f17240a8",
+   "2323bc10269a7238fbe655aa1341d9dde210e3a6",
    "testharness"
   ],
   "uievents/mouse/mouseevent_move_button-manual.html": [
@@ -494952,7 +495010,7 @@
    "testharness"
   ],
   "web-animations/animation-model/keyframe-effects/effect-value-context-filling-expected.txt": [
-   "c0b9a11f5fddb67be4329324c72683917757b1d6",
+   "52b57b2eb1f6ef8959d5c89a79250ffc4ee67f01",
    "support"
   ],
   "web-animations/animation-model/keyframe-effects/effect-value-context-filling.html": [
@@ -495008,7 +495066,7 @@
    "testharness"
   ],
   "web-animations/interfaces/Animatable/getAnimations-expected.txt": [
-   "35c5a8255743e118091c928ad2210c82c333231b",
+   "eef153dad65b81bf1ead288523c0b83b205d9a6c",
    "support"
   ],
   "web-animations/interfaces/Animatable/getAnimations.html": [
@@ -495171,10 +495229,6 @@
    "bbb8ee2a3261fcb98cda7a83056467bc0b20dac6",
    "testharness"
   ],
-  "web-animations/interfaces/KeyframeEffect/processing-a-keyframes-argument-001-expected.txt": [
-   "5b5ccfe7ac54eabbd45c5851d4ca12b77cdbb229",
-   "support"
-  ],
   "web-animations/interfaces/KeyframeEffect/processing-a-keyframes-argument-001.html": [
    "5bd0ae2b1edbb508d45ac64258332fcaddf5434c",
    "testharness"
diff --git a/third_party/blink/web_tests/external/wpt/2dcontext/tools/tests2d.yaml b/third_party/blink/web_tests/external/wpt/2dcontext/tools/tests2d.yaml
index 7feebd0..cc78986 100644
--- a/third_party/blink/web_tests/external/wpt/2dcontext/tools/tests2d.yaml
+++ b/third_party/blink/web_tests/external/wpt/2dcontext/tools/tests2d.yaml
@@ -2835,7 +2835,6 @@
 - name: 2d.pattern.image.incomplete.nosrc
   testing:
     - 2d.pattern.incomplete.image
-  mozilla: { throws }
   code: |
     var img = new Image();
     @assert ctx.createPattern(img, 'repeat') === null;
diff --git a/third_party/blink/web_tests/external/wpt/resources/chromium/generic_sensor_mocks.js b/third_party/blink/web_tests/external/wpt/resources/chromium/generic_sensor_mocks.js
index d4ba89e..4f137023 100644
--- a/third_party/blink/web_tests/external/wpt/resources/chromium/generic_sensor_mocks.js
+++ b/third_party/blink/web_tests/external/wpt/resources/chromium/generic_sensor_mocks.js
@@ -155,7 +155,7 @@
       this.binding_ = new mojo.Binding(device.mojom.SensorProvider, this);
 
       this.interceptor_ = new MojoInterfaceInterceptor(
-          device.mojom.SensorProvider.name);
+          device.mojom.SensorProvider.name, "context", true);
       this.interceptor_.oninterfacerequest = e => {
         this.bindToPipe(e.handle);
       };
diff --git a/third_party/blink/web_tests/external/wpt/tools/ci/manifest_build.py b/third_party/blink/web_tests/external/wpt/tools/ci/manifest_build.py
index de17089..a563c3b 100644
--- a/third_party/blink/web_tests/external/wpt/tools/ci/manifest_build.py
+++ b/third_party/blink/web_tests/external/wpt/tools/ci/manifest_build.py
@@ -184,10 +184,8 @@
 
     pr = get_pr(owner, repo, head_rev)
     if pr is None:
-        # This should only really happen during testing
-        tag_name = "merge_commit_%s" % head_rev
-    else:
-        tag_name = "merge_pr_%s" % pr
+        return Status.FAIL
+    tag_name = "merge_pr_%s" % pr
 
     manifest_path = os.path.expanduser(os.path.join("~", "meta", "MANIFEST.json"))
 
diff --git a/third_party/blink/web_tests/external/wpt/tools/manifest/download.py b/third_party/blink/web_tests/external/wpt/tools/manifest/download.py
index 8f3e9d5..3736d54 100644
--- a/third_party/blink/web_tests/external/wpt/tools/manifest/download.py
+++ b/third_party/blink/web_tests/external/wpt/tools/manifest/download.py
@@ -66,7 +66,7 @@
     # type: (str) -> Optional[int]
     """Score how much we like each filename, lower wins, None rejects"""
 
-    # Accept both ways of naming the manfest asset, even though
+    # Accept both ways of naming the manifest asset, even though
     # there's no longer a reason to include the commit sha.
     if name.startswith("MANIFEST-") or name.startswith("MANIFEST."):
         if zstandard and name.endswith("json.zst"):
diff --git a/third_party/blink/web_tests/external/wpt/tools/manifest/update.py b/third_party/blink/web_tests/external/wpt/tools/manifest/update.py
index 166a7c9..bfbaaf8 100755
--- a/third_party/blink/web_tests/external/wpt/tools/manifest/update.py
+++ b/third_party/blink/web_tests/external/wpt/tools/manifest/update.py
@@ -77,7 +77,7 @@
         help="Never attempt to download the manifest.")
     parser.add_argument(
         "--cache-root", action="store", default=os.path.join(wpt_root, ".wptcache"),
-        help="Path in which to store any caches (default <tests_root>/.wptcache/")
+        help="Path in which to store any caches (default <tests_root>/.wptcache/)")
     return parser
 
 
diff --git a/third_party/blink/web_tests/external/wpt/tools/wpt/browser.py b/third_party/blink/web_tests/external/wpt/tools/wpt/browser.py
index ca86c55..c04162f 100644
--- a/third_party/blink/web_tests/external/wpt/tools/wpt/browser.py
+++ b/third_party/blink/web_tests/external/wpt/tools/wpt/browser.py
@@ -1104,6 +1104,42 @@
         return None
 
 
+class WebKitGTKMiniBrowser(WebKit):
+
+    def find_binary(self, venv_path=None, channel=None):
+        libexecpaths = ["/usr/libexec/webkit2gtk-4.0"]  # Fedora path
+        triplet = "x86_64-linux-gnu"
+        # Try to use GCC to detect this machine triplet
+        gcc = find_executable("gcc")
+        if gcc:
+            try:
+                triplet = call(gcc, "-dumpmachine").strip()
+            except subprocess.CalledProcessError:
+                pass
+        # Add Debian/Ubuntu path
+        libexecpaths.append("/usr/lib/%s/webkit2gtk-4.0" % triplet)
+        return find_executable("MiniBrowser", os.pathsep.join(libexecpaths))
+
+    def find_webdriver(self, channel=None):
+        return find_executable("WebKitWebDriver")
+
+    def version(self, binary=None, webdriver_binary=None):
+        if binary is None:
+            return None
+        try:  # WebKitGTK MiniBrowser before 2.26.0 doesn't support --version
+            output = call(binary, "--version").strip()
+        except subprocess.CalledProcessError:
+            return None
+        # Example output: "WebKitGTK 2.26.1"
+        if output:
+            m = re.match(r"WebKitGTK (.+)", output)
+            if not m:
+                self.logger.warning("Failed to extract version from: %s" % output)
+                return None
+            return m.group(1)
+        return None
+
+
 class Epiphany(Browser):
     """Epiphany-specific interface."""
 
diff --git a/third_party/blink/web_tests/external/wpt/tools/wpt/run.py b/third_party/blink/web_tests/external/wpt/tools/wpt/run.py
index bea36c7..47322fc 100644
--- a/third_party/blink/web_tests/external/wpt/tools/wpt/run.py
+++ b/third_party/blink/web_tests/external/wpt/tools/wpt/run.py
@@ -583,6 +583,29 @@
         pass
 
 
+class WebKitGTKMiniBrowser(BrowserSetup):
+    name = "webkitgtk_minibrowser"
+    browser_cls = browser.WebKitGTKMiniBrowser
+
+    def install(self, channel=None):
+        raise NotImplementedError
+
+    def setup_kwargs(self, kwargs):
+        if kwargs["binary"] is None:
+            binary = self.browser.find_binary()
+
+            if binary is None:
+                raise WptrunError("Unable to find MiniBrowser binary")
+            kwargs["binary"] = binary
+
+        if kwargs["webdriver_binary"] is None:
+            webdriver_binary = self.browser.find_webdriver()
+
+            if webdriver_binary is None:
+                raise WptrunError("Unable to find WebKitWebDriver in PATH")
+            kwargs["webdriver_binary"] = webdriver_binary
+
+
 class Epiphany(BrowserSetup):
     name = "epiphany"
     browser_cls = browser.Epiphany
@@ -623,6 +646,7 @@
     "sauce": Sauce,
     "opera": Opera,
     "webkit": WebKit,
+    "webkitgtk_minibrowser": WebKitGTKMiniBrowser,
     "epiphany": Epiphany,
 }
 
diff --git a/third_party/blink/web_tests/external/wpt/tools/wptrunner/wptrunner/browsers/__init__.py b/third_party/blink/web_tests/external/wpt/tools/wptrunner/wptrunner/browsers/__init__.py
index 75ec775..957d2a68 100644
--- a/third_party/blink/web_tests/external/wpt/tools/wptrunner/wptrunner/browsers/__init__.py
+++ b/third_party/blink/web_tests/external/wpt/tools/wptrunner/wptrunner/browsers/__init__.py
@@ -38,4 +38,5 @@
                 "servodriver",
                 "opera",
                 "webkit",
+                "webkitgtk_minibrowser",
                 "epiphany"]
diff --git a/third_party/blink/web_tests/external/wpt/tools/wptrunner/wptrunner/browsers/webkitgtk_minibrowser.py b/third_party/blink/web_tests/external/wpt/tools/wptrunner/wptrunner/browsers/webkitgtk_minibrowser.py
new file mode 100644
index 0000000..65f7812
--- /dev/null
+++ b/third_party/blink/web_tests/external/wpt/tools/wptrunner/wptrunner/browsers/webkitgtk_minibrowser.py
@@ -0,0 +1,72 @@
+from .base import get_timeout_multiplier   # noqa: F401
+from .webkit import WebKitBrowser
+from ..executors import executor_kwargs as base_executor_kwargs
+from ..executors.executorwebdriver import (WebDriverTestharnessExecutor,  # noqa: F401
+                                           WebDriverRefTestExecutor)  # noqa: F401
+from ..executors.executorwebkit import WebKitDriverWdspecExecutor  # noqa: F401
+
+__wptrunner__ = {"product": "webkitgtk_minibrowser",
+                 "check_args": "check_args",
+                 "browser": "WebKitGTKMiniBrowser",
+                 "browser_kwargs": "browser_kwargs",
+                 "executor": {"testharness": "WebDriverTestharnessExecutor",
+                              "reftest": "WebDriverRefTestExecutor",
+                              "wdspec": "WebKitDriverWdspecExecutor"},
+                 "executor_kwargs": "executor_kwargs",
+                 "env_extras": "env_extras",
+                 "env_options": "env_options",
+                 "run_info_extras": "run_info_extras",
+                 "timeout_multiplier": "get_timeout_multiplier"}
+
+
+def check_args(**kwargs):
+    pass
+
+
+def browser_kwargs(test_type, run_info_data, config, **kwargs):
+    return {"binary": kwargs["binary"],
+            "webdriver_binary": kwargs["webdriver_binary"],
+            "webdriver_args": kwargs.get("webdriver_args")}
+
+
+def capabilities(server_config, **kwargs):
+    args = kwargs.get("binary_args", [])
+    if "--automation" not in args:
+        args.append("--automation")
+
+    return {
+        "browserName": "MiniBrowser",
+        "webkitgtk:browserOptions": {
+            "binary": kwargs["binary"],
+            "args": args,
+            "certificates": [
+                {"host": server_config["browser_host"],
+                 "certificateFile": kwargs["host_cert_path"]}]}}
+
+
+def executor_kwargs(test_type, server_config, cache_manager, run_info_data,
+                    **kwargs):
+    executor_kwargs = base_executor_kwargs(test_type, server_config,
+                                           cache_manager, run_info_data, **kwargs)
+    executor_kwargs["close_after_done"] = True
+    executor_kwargs["capabilities"] = capabilities(server_config, **kwargs)
+    return executor_kwargs
+
+
+def env_extras(**kwargs):
+    return []
+
+
+def env_options():
+    return {}
+
+
+def run_info_extras(**kwargs):
+    return {"webkit_port": "gtk"}
+
+
+class WebKitGTKMiniBrowser(WebKitBrowser):
+    def __init__(self, logger, binary=None, webdriver_binary=None,
+                 webdriver_args=None):
+        WebKitBrowser.__init__(self, logger, binary, webdriver_binary,
+                               webdriver_args)
diff --git a/third_party/blink/web_tests/http/tests/devtools/service-workers/lazy-addeventlisteners-expected.txt b/third_party/blink/web_tests/http/tests/devtools/service-workers/lazy-addeventlisteners-expected.txt
index 8d9b376..5dec22f 100644
--- a/third_party/blink/web_tests/http/tests/devtools/service-workers/lazy-addeventlisteners-expected.txt
+++ b/third_party/blink/web_tests/http/tests/devtools/service-workers/lazy-addeventlisteners-expected.txt
@@ -1,8 +1,13 @@
 Tests that a warning is shown in the console if addEventListener is called after initial evaluation of the service worker script.
 
 Message count: 1
+Message count: 2
 service-worker-lazy-…deventlistener.js:2 Event handler of 'install' event must be added on the initial evaluation of worker script.
-setTimeout @ service-worker-lazy-…deventlistener.js:2
+(anonymous) @ service-worker-lazy-…deventlistener.js:2
+setTimeout (async)
+(anonymous) @ service-worker-lazy-…deventlistener.js:1
+service-worker-lazy-…deventlistener.js:2 Event handler of 'fetch' event must be added on the initial evaluation of worker script.
+(anonymous) @ service-worker-lazy-…deventlistener.js:2
 setTimeout (async)
 (anonymous) @ service-worker-lazy-…deventlistener.js:1
 
diff --git a/third_party/blink/web_tests/http/tests/devtools/service-workers/lazy-addeventlisteners.js b/third_party/blink/web_tests/http/tests/devtools/service-workers/lazy-addeventlisteners.js
index 5c682bb7..15bd32a 100644
--- a/third_party/blink/web_tests/http/tests/devtools/service-workers/lazy-addeventlisteners.js
+++ b/third_party/blink/web_tests/http/tests/devtools/service-workers/lazy-addeventlisteners.js
@@ -2,6 +2,14 @@
 // Use of this source code is governed by a BSD-style license that can be
 // found in the LICENSE file.
 
+function wait_for_message(number_of_messages) {
+  return new Promise(resolve => {
+    ConsoleTestRunner.waitForConsoleMessages(number_of_messages, () => {
+      resolve();
+    });
+  });
+}
+
 (async function() {
   TestRunner.addResult(
       `Tests that a warning is shown in the console if addEventListener is called after initial evaluation of the service worker script.\n`);
@@ -9,14 +17,26 @@
   await TestRunner.loadModule('application_test_runner');
     // Note: every test that uses a storage API must manually clean-up state from previous tests.
   await ApplicationTestRunner.resetState();
-
   await TestRunner.showPanel('resources');
 
-  var scriptURL = 'http://127.0.0.1:8000/devtools/service-workers/resources/service-worker-lazy-addeventlistener.js';
-  var scope = 'http://127.0.0.1:8000/devtools/service-workers/resources/lazy-scope';
-  ConsoleTestRunner.waitForConsoleMessages(1, () => {
-    ConsoleTestRunner.dumpConsoleMessages();
-    TestRunner.completeTest();
-  });
+  let scriptURL;
+  let scope;
+
+  // Test a lifecycle event.
+  scriptURL =
+    'http://127.0.0.1:8000/devtools/service-workers/resources/service-worker-lazy-install-addeventlistener.js';
+  scope = 'http://127.0.0.1:8000/devtools/service-workers/resources/lazy-install-scope';
   ApplicationTestRunner.registerServiceWorker(scriptURL, scope);
+  await wait_for_message(/*number_of_messages=*/1);
+
+  // Test a functional event.
+  scriptURL =
+    'http://127.0.0.1:8000/devtools/service-workers/resources/service-worker-lazy-fetch-addeventlistener.js';
+  scope = 'http://127.0.0.1:8000/devtools/service-workers/resources/lazy-fetch-scope';
+  ApplicationTestRunner.registerServiceWorker(scriptURL, scope);
+  await wait_for_message(/*number_of_messages=*/2);
+
+  ConsoleTestRunner.dumpConsoleMessages();
+
+  TestRunner.completeTest();
 })();
diff --git a/third_party/blink/web_tests/http/tests/devtools/service-workers/resources/service-worker-lazy-fetch-addeventlistener.js b/third_party/blink/web_tests/http/tests/devtools/service-workers/resources/service-worker-lazy-fetch-addeventlistener.js
new file mode 100644
index 0000000..e729ca42
--- /dev/null
+++ b/third_party/blink/web_tests/http/tests/devtools/service-workers/resources/service-worker-lazy-fetch-addeventlistener.js
@@ -0,0 +1,3 @@
+setTimeout(() => {
+  addEventListener('fetch', () => {});
+}, 0);
diff --git a/third_party/blink/web_tests/http/tests/devtools/service-workers/resources/service-worker-lazy-addeventlistener.js b/third_party/blink/web_tests/http/tests/devtools/service-workers/resources/service-worker-lazy-install-addeventlistener.js
similarity index 87%
rename from third_party/blink/web_tests/http/tests/devtools/service-workers/resources/service-worker-lazy-addeventlistener.js
rename to third_party/blink/web_tests/http/tests/devtools/service-workers/resources/service-worker-lazy-install-addeventlistener.js
index 0efd060a..fb8602b 100644
--- a/third_party/blink/web_tests/http/tests/devtools/service-workers/resources/service-worker-lazy-addeventlistener.js
+++ b/third_party/blink/web_tests/http/tests/devtools/service-workers/resources/service-worker-lazy-install-addeventlistener.js
@@ -1,3 +1,3 @@
 setTimeout(() => {
     addEventListener('install', () => {});
-  }, 0);
+}, 0);
diff --git a/third_party/blink/web_tests/http/tests/inspector-protocol/resources/inspector-protocol-test.js b/third_party/blink/web_tests/http/tests/inspector-protocol/resources/inspector-protocol-test.js
index ade00e1..c842f58b 100644
--- a/third_party/blink/web_tests/http/tests/inspector-protocol/resources/inspector-protocol-test.js
+++ b/third_party/blink/web_tests/http/tests/inspector-protocol/resources/inspector-protocol-test.js
@@ -140,6 +140,22 @@
     return eval(`${source}\n//# sourceURL=${url}`);
   };
 
+  async loadScriptModule(path) {
+    const source = await this._fetch(this._testBaseURL + path);
+
+    return new Promise((resolve, reject) => {
+      const src = URL.createObjectURL(new Blob([source], { type: 'application/javascript' }));
+      const script = Object.assign(document.createElement('script'), {
+        src,
+        type: 'module',
+        onerror: reject,
+        onload: resolve
+      });
+
+      document.head.appendChild(script);
+    })
+  };
+
   browserP() {
     return this._browserSession.protocol;
   }
diff --git a/third_party/blink/web_tests/http/tests/resources/sensor-helpers.js b/third_party/blink/web_tests/http/tests/resources/sensor-helpers.js
index 39f7ff9..56de444 100644
--- a/third_party/blink/web_tests/http/tests/resources/sensor-helpers.js
+++ b/third_party/blink/web_tests/http/tests/resources/sensor-helpers.js
@@ -306,7 +306,7 @@
       this.resetSensorTypeSettings();
       this.binding_ = new mojo.Binding(device.mojom.SensorProvider, this);
       this.interceptor_ = new MojoInterfaceInterceptor(
-          device.mojom.SensorProvider.name);
+          device.mojom.SensorProvider.name, "context", true);
       this.interceptor_.oninterfacerequest = e => {
         this.bindToPipe(e.handle);
       };
diff --git a/third_party/blink/web_tests/http/tests/serviceworker/fetch-event-async-add.https.html b/third_party/blink/web_tests/http/tests/serviceworker/fetch-event-async-add.https.html
new file mode 100644
index 0000000..c83281c1
--- /dev/null
+++ b/third_party/blink/web_tests/http/tests/serviceworker/fetch-event-async-add.https.html
@@ -0,0 +1,31 @@
+<!DOCTYPE html>
+<title>Service Worker: Fetch event should not be handled when listener is added after script initial evaluation.</title>
+<script src="/resources/testharness.js"></script>
+<script src="/resources/testharnessreport.js"></script>
+<script src="resources/test-helpers.js"></script>
+<body>
+<script>
+// This test should not be upstreamed to WPT because it asserts that the event
+// added after the initial evaluation of a worker script isn't fired. But
+// this precision is not mandated by the current specifications.
+promise_test(async function (t) {
+  const scope = 'resources/simple.html?fetch-event-async-add';
+  const script_url = 'resources/fetch-event-async-add-test-worker.js';
+
+  t.add_cleanup(() => {
+    frame.remove();
+    return service_worker_unregister(t, scope);
+  });
+
+  const registration =
+    await service_worker_unregister_and_register(t, script_url, scope);
+
+  await wait_for_state(t, registration.installing, 'activated');
+  const frame = await with_iframe(scope);
+
+  assert_equals(frame.contentDocument.body.textContent,
+                'Here\'s a simple html file.\n');
+}, 'Service worker does not handle fetch event added after initial evaluation of worker script');
+
+</script>
+</body>
diff --git a/third_party/blink/web_tests/http/tests/serviceworker/resources/fetch-event-async-add-test-worker.js b/third_party/blink/web_tests/http/tests/serviceworker/resources/fetch-event-async-add-test-worker.js
new file mode 100644
index 0000000..0c27a3a
--- /dev/null
+++ b/third_party/blink/web_tests/http/tests/serviceworker/resources/fetch-event-async-add-test-worker.js
@@ -0,0 +1,10 @@
+var eventHandler = async function (event) {
+  event.respondWith(new Response('codeSupposedUnreachable'));
+};
+
+self.addEventListener('install', () => {
+  // TODO(crbug.com/1005060): Move this outside the install event handler when the linked bug is fixed.
+  setTimeout(() => {
+    self.addEventListener('fetch', eventHandler);
+  }, 0);
+});
diff --git a/third_party/blink/web_tests/inspector-protocol/heap-profiler/resources/heap-snapshot-common.js b/third_party/blink/web_tests/inspector-protocol/heap-profiler/resources/heap-snapshot-common.js
index 6239b7f..ff6c2ff 100644
--- a/third_party/blink/web_tests/inspector-protocol/heap-profiler/resources/heap-snapshot-common.js
+++ b/third_party/blink/web_tests/inspector-protocol/heap-profiler/resources/heap-snapshot-common.js
@@ -6,12 +6,23 @@
 
   // This script is supposed to be evaluated in inspector-protocol/heap-profiler tests
   // and the relative paths below are relative to that location.
-  await testRunner.loadScript('../../../../blink/renderer/devtools/front_end/platform/utilities.js');
-  await testRunner.loadScript('../../../../blink/renderer/devtools/front_end/common/UIString.js');
-  await testRunner.loadScript('../../../../blink/renderer/devtools/front_end/heap_snapshot_model/HeapSnapshotModel.js');
-  await testRunner.loadScript('../../../../blink/renderer/devtools/front_end/heap_snapshot_worker/HeapSnapshot.js');
-  await testRunner.loadScript('../../../../blink/renderer/devtools/front_end/text_utils/TextUtils.js');
-  await testRunner.loadScript('../../../../blink/renderer/devtools/front_end/heap_snapshot_worker/HeapSnapshotLoader.js');
+  await testRunner.loadScriptModule(
+      '../../../../blink/renderer/devtools/front_end/platform/utilities.js');
+  await testRunner.loadScriptModule(
+      '../../../../blink/renderer/devtools/front_end/common/UIString.js');
+  await testRunner.loadScriptModule(
+      '../../../../blink/renderer/devtools/front_end/heap_snapshot_model/HeapSnapshotModel.js');
+  await testRunner.loadScriptModule(
+      '../../../../blink/renderer/devtools/front_end/heap_snapshot_worker/HeapSnapshot.js');
+  await testRunner.loadScriptModule(
+      '../../../../blink/renderer/devtools/front_end/text_utils/TextUtils.js');
+  await testRunner.loadScriptModule(
+      '../../../../blink/renderer/devtools/front_end/heap_snapshot_worker/HeapSnapshotLoader.js');
+
+  // Expose the (de)serialize code from Common because the worker expects it on self.
+  // TODO(https://crbug.com/680046) Remove the dupe code below.
+  self.serializeUIString = Common.serializeUIString;
+  self.deserializeUIString = Common.deserializeUIString;
 
   async function takeHeapSnapshotInternal(command) {
     var loader = new HeapSnapshotWorker.HeapSnapshotLoader();
diff --git a/third_party/blink/web_tests/vibration/resources/vibration-helpers.js b/third_party/blink/web_tests/vibration/resources/vibration-helpers.js
index cab535bc..c537aaf 100644
--- a/third_party/blink/web_tests/vibration/resources/vibration-helpers.js
+++ b/third_party/blink/web_tests/vibration/resources/vibration-helpers.js
@@ -23,7 +23,7 @@
         new mojo.BindingSet(device.mojom.VibrationManager);
 
     this.interceptor_ = new MojoInterfaceInterceptor(
-        device.mojom.VibrationManager.name);
+        device.mojom.VibrationManager.name, "context", true);
     this.interceptor_.oninterfacerequest =
         e => this.bindingSet_.addBinding(this, e.handle);
     this.interceptor_.start();
@@ -37,7 +37,7 @@
   attachToWindow(otherWindow) {
     otherWindow.vibrationManagerInterceptor =
         new otherWindow.MojoInterfaceInterceptor(
-            device.mojom.VibrationManager.name);
+            device.mojom.VibrationManager.name, "context", true);
     otherWindow.vibrationManagerInterceptor.oninterfacerequest =
         e => this.crossFrameHandleProxy_.forwardHandle(e.handle);
     otherWindow.vibrationManagerInterceptor.start();
diff --git a/third_party/blink/web_tests/webshare/resources/mock-share-service.js b/third_party/blink/web_tests/webshare/resources/mock-share-service.js
index 223903e..1798ed6 100644
--- a/third_party/blink/web_tests/webshare/resources/mock-share-service.js
+++ b/third_party/blink/web_tests/webshare/resources/mock-share-service.js
@@ -4,7 +4,7 @@
   constructor(interfaceProvider) {
     this.bindingSet_ = new mojo.BindingSet(blink.mojom.ShareService);
     this.interceptor_ = new MojoInterfaceInterceptor(
-        blink.mojom.ShareService.name);
+        blink.mojom.ShareService.name, "context", true);
     this.interceptor_.oninterfacerequest =
         e => this.bindingSet_.addBinding(this, e.handle);
     this.interceptor_.start();
diff --git a/third_party/closure_compiler/externs/automation.js b/third_party/closure_compiler/externs/automation.js
index 4e6c861..79e3522 100644
--- a/third_party/closure_compiler/externs/automation.js
+++ b/third_party/closure_compiler/externs/automation.js
@@ -241,6 +241,7 @@
   SCROLL_VIEW: 'scrollView',
   SEARCH: 'search',
   SEARCH_BOX: 'searchBox',
+  SECTION: 'section',
   SLIDER: 'slider',
   SLIDER_THUMB: 'sliderThumb',
   SPIN_BUTTON: 'spinButton',
diff --git a/third_party/liblouis/README.chromium b/third_party/liblouis/README.chromium
index e6fb5c51..b27c0b02 100644
--- a/third_party/liblouis/README.chromium
+++ b/third_party/liblouis/README.chromium
@@ -1,7 +1,7 @@
 Name: Braille Translation Library
 Short Name: liblouis
 URL: https://github.com/liblouis/liblouis
-Version: 3.2.0
+Version: 3.11.0
 License: LGPL3 and GPL3
 License Android Compatible: No
 License File: LICENSE
@@ -15,17 +15,22 @@
 LibLouis is used as a web assembly module.
 
 Local Modifications:
-  * Add liblouis_wrapper.js, a js wrapper to wasm binary.
+* Add liblouis_wrapper.js, a js wrapper to wasm binary.
 * Add tables.json, a list of tables with metadata.
 * Add cvox-common.cti with common definitions for all tables mentioned in
   tables.json.
-  * The web assembly module is compiled by using emscripting.
-      The full emcc command is:
+* The web assembly module is compiled by using emscripten,
+  using these instructions:
 
-emmake make && \
+cd third_party/liblouis/src
+cp ../cvox-common.cti tables/
+./autogen.sh
+emconfigure ./configure
+emmake make
 emcc ./liblouis/.libs/liblouis.a -s RESERVED_FUNCTION_POINTERS=1 -s MODULARIZE=1 \
 -s TOTAL_MEMORY=167772160 -s EXPORT_NAME="'liblouisBuild'" \
 -s EXTRA_EXPORTED_RUNTIME_METHODS="['ccall','ALLOC_NORMAL', \
 'Pointer_stringify', 'allocate','FS', 'cwrap', 'stringToUTF16', \
 'UTF16ToString','intArrayFromString', 'intArrayToString', 'setValue',\
 'getValue']" --preload-file tables@/ -o liblouis_wasm.js
+cp liblouis_wasm.* ../wasm
diff --git a/third_party/liblouis/tables.json b/third_party/liblouis/tables.json
index 2ba86b4..ca39abb 100644
--- a/third_party/liblouis/tables.json
+++ b/third_party/liblouis/tables.json
@@ -47,46 +47,25 @@
     "fileNames": "da-dk-g26.ctb"
   },
   {
-    "id": "de-CH-g0",
-    "locale": "de_CH",
+    "id": "de-g0",
+    "locale": "de",
     "dots": "6",
     "grade": "0",
-    "fileNames": "de-ch-g0.utb"
+    "fileNames": "de-g0.utb"
   },
   {
-    "id": "de-CH-g1",
-    "locale": "de_CH",
+    "id": "de-g1",
+    "locale": "de",
     "dots": "6",
     "grade": "1",
-    "fileNames": "de-ch-g1.ctb"
+    "fileNames": "de-g1.ctb"
   },
   {
-    "id": "de-CH-g2",
-    "locale": "de_CH",
+    "id": "de-g2",
+    "locale": "de",
     "dots": "6",
     "grade": "2",
-    "fileNames": "de-ch-g2.ctb"
-  },
-  {
-    "id": "de-DE-g0",
-    "locale": "de_DE",
-    "dots": "6",
-    "grade": "0",
-    "fileNames": "de-de-g0.utb"
-  },
-  {
-    "id": "de-DE-g1",
-    "locale": "de_DE",
-    "dots": "6",
-    "grade": "1",
-    "fileNames": "de-de-g1.ctb"
-  },
-  {
-    "id": "de-DE-g2",
-    "locale": "de_DE",
-    "dots": "6",
-    "grade": "2",
-    "fileNames": "de-de-g2.ctb"
+    "fileNames": "de-g2.ctb"
   },
   {
     "id": "de-comp8",
@@ -157,12 +136,6 @@
     "fileNames": "en-us-g2.ctb"
   },
   {
-    "id": "es-comp8",
-    "locale": "es",
-    "dots": "8",
-    "fileNames": "Es-Es-G0.utb"
-  },
-  {
     "id": "es-g1",
     "locale": "es",
     "dots": "6",
@@ -170,6 +143,13 @@
     "fileNames": "es-g1.ctb"
   },
   {
+    "id": "es-g2",
+    "locale": "es",
+    "dots": "6",
+    "grade": "2",
+    "fileNames": "es-g2.ctb"
+  },
+  {
     "id": "et-comp8",
     "locale": "et",
     "dots": "8",
@@ -499,9 +479,16 @@
   {
     "locale": "en",
     "dots": "6",
-    "id": "en-us-compbrl",
+    "id": "en-us-comp6",
     "grade": "1",
-    "fileNames": "en-us-compbrl.ctb"
+    "fileNames": "en-us-comp6.ctb"
+  },
+  {
+    "locale": "en",
+    "dots": "8",
+    "id": "en-us-comp8",
+    "grade": "1",
+    "fileNames": "en-us-comp8.ctb"
   },
   {
     "locale": "vi",
@@ -546,13 +533,6 @@
     "fileNames": "mn-MN-g2.ctb"
   },
   {
-    "locale": "fi",
-    "dots": "6",
-    "id": "fi",
-    "grade": "1",
-    "fileNames": "fi.utb"
-  },
-  {
     "locale": "ne",
     "dots": "6",
     "id": "np-in-g1",
@@ -588,13 +568,6 @@
     "fileNames": "et.ctb"
   },
   {
-    "locale": "el",
-    "dots": "6",
-    "id": "gr-bb",
-    "grade": "1",
-    "fileNames": "gr-bb.ctb"
-  },
-  {
     "locale": "bh",
     "dots": "6",
     "id": "bh",
@@ -814,9 +787,9 @@
   {
     "locale": "fi",
     "dots": "6",
-    "id": "fi-fi",
+    "id": "fi1",
     "grade": "1",
-    "fileNames": "fi-fi.ctb"
+    "fileNames": "fi1.ctb"
   },
   {
     "locale": "tsn",
@@ -847,13 +820,6 @@
     "fileNames": "en-us-comp8-ext.utb"
   },
   {
-    "locale": "es",
-    "dots": "6",
-    "id": "Es-Es-g1",
-    "grade": "1",
-    "fileNames": "Es-Es-g1.utb"
-  },
-  {
     "locale": "fi",
     "dots": "6",
     "id": "fi1",
@@ -980,13 +946,6 @@
     "fileNames": "da-dk-g26l-lit.ctb"
   },
   {
-    "locale": "ar",
-    "dots": "6",
-    "id": "ar-fa",
-    "grade": "1",
-    "fileNames": "ar-fa.utb"
-  },
-  {
     "locale": "da",
     "dots": "6",
     "id": "da-dk-g16-lit",
diff --git a/third_party/liblouis/wasm/liblouis_wasm.data b/third_party/liblouis/wasm/liblouis_wasm.data
index a68778eb..9edd7b4 100644
--- a/third_party/liblouis/wasm/liblouis_wasm.data
+++ b/third_party/liblouis/wasm/liblouis_wasm.data
@@ -1,26 +1,6 @@
-# liblouis: Portuguese Grade 1 Braille Table
+# liblouis: Norwegian 6-dot display braille table for Braillo embossers
 #
-# -----------
-#-display-name: Portuguese uncontracted braille
-#
-#+locale:pt
-#+type:literary
-#+contraction:no
-#+grade:1
-#
-# TODO: Please correct the metadata above. It is not meant to be
-# accurate nor complete. It hasn't been verified by the table
-# author yet. It is merely an attempt by the liblouis maintainers
-# to get some sensible initial values in place.
-#
-# TODO: Please add a reference to official documentation about
-# the implemented braille code. Preferably submit the documents
-# to https://github.com/liblouis/braille-specs.
-# -----------
-#
-#  Copyright (C) 2004-2008 ViewPlus Technologies, Inc. www.viewplus.com
-#  Copyright (C) 2004-2006 JJB Software, Inc. www.jjb-software.com
-#  Copyright (C) 2012 Mesar Hameed <mesar.hameed@gmail.com>
+#  Copyright (C) 2017 Lars Bjørndal <lars@lamasti.net>
 #
 #  This file is part of liblouis.
 #
@@ -38,179 +18,1686 @@
 #  License along with liblouis. If not, see
 #  <http://www.gnu.org/licenses/>.
 
-# Created by Leon Ungier <Leon.Ungier@ViewPlus.com>.
+# ----------------------------------------------------------------------
 
-locale Portugal
+# Braillo Norway 6 dot, 047.01
 
-include text_nabcc.dis
+#display        !      235 # 33
+display        "      236 #  34
+display        #      3456 #  35
+display         $      356 #  36
+display         %      256 #   37
+display         &      346 # 38
+display         '      5 # 39
+#display         (      2356 # 40
+#display         )      2356 # 41
+display         *      6 # 42
+display         +      235 #  43
+display         ,      2 # 44
+display         -      36 # 45
+display         .      3 # 46
+display         /      34 # 47
+#display         0      245 # 48
+#display         1      1 # 49
+#display         2      12 # 50
+#display         3      14 # 51
+#display         4      145 # 52
+#display         5      15 # 53
+#display         6      124 # 54
+#display         7      1245 # 55
+#display         8      125 # 56
+#display         9      24 # 57
+display         :      25 # 58
+display         ;      23 # 59
+#display         <      # 60
+display         =      2356 # 61
+#display         >      # 62
+display         ?      26 # 63
+display         @      35 # 64
+display         A      1 # 65
+display         B      12 # 66
+display         C      14 # 67
+display         D      145 # 68
+display         E      15 # 69
+display         F      124 # 70
+display         G      1245 # 71
+display         H      125 # 72
+display         I      24 # 73
+display         J      245 # 74
+display         K      13 # 75
+display         L      123 # 76
+display         M      134 # 77
+display         N      1345 # 78
+display         O      135 # 79
+display         P      1234 # 80
+display         Q      12345 # 81
+display         R      1235 # 82
+display         S      234 # 83
+display         T      2345 # 84
+display         U      136 # 85
+display         V      1236 # 86
+display         W      2456 # 87
+display         X      1346 # 88
+display         Y      13456 # 89
+display         Z      1356 # 90
+display         [      345 # 91
+display         \\      246 # 92
+display         ]      16 # 93
+#display         ^      346 # 94
+display         _      56 # 95
+display         `      4 # 96
+display         a      45 # 97
+#display         b      # 98
+#display         c      # 99
+display         d      1456 # 100
+display         e      156 # 101
+#display        f      # 102
+display        g      12456 # 103
+display        h      1246 # 104
+display        i      12346 # 105
+display        j      123456 # 106
+display        k      12356 # 107
+display        l      2346 # 108
+display        m      146 # 109
+display        n      23456 # 110
+#display        o      # 111
+#display        p      # 112
+display        q      46 # 113
+display        r      126 # 114
+#display        s      # 115
+#display        t      # 116
+display        u      1256 # 117
+#display        v      # 118
+#display        w      # 119
+#display        x      # 120
+#display        y      # 121
+#display        z      # 122
+#display        {      # 123
+display        |      456 # 124
+#display        }      # 125
+#display        ~      # 126
+#display        \x007f      # 127
+#display        Ç      # 128
+#display        ü      # 129
+#display        é      # 130
+#display        â      # 131
+#display        ä      # 132
+#display        à      # 133
+#display        å      # 134
+#display        ç      # 135
+#display        ê      # 136
+#display        ë      # 137
+#display        è      # 138
+#display        ï      # 139
+#display#        î     # 140
+#display        ì      # 141
+#display        Ä      # 142
+#display        Å      # 143
+#display        É      # 144
+#display        æ      # 145
+#display        Æ      # 146
+#display        ô      # 147
+#display        ö      # 148
+#display        ò      # 149
+#display        û      # 150
+#display        ù      # 151
+#display        ÿ      # 152
+#display        Ö      # 153
+#display        Ü      # 154
+#display        ø      # 155
+#display        £      # 156
+#display        Ø      # 157
+#display        ×      # 158
+#display        ƒ      # 159
+#display        á      # 160
+#display        í      # 161
+#display        ó      # 162
+#display        ú      # 163
+#display        ñ      # 164
+#display        Ñ      # 165
+#display        ª      # 166
+#display        º      # 167
+#display        ¿      # 168
+#display        ®      # 169
+#display        ¬      # 170
+#display        ½      # 171
+#display        ¼      # 172
+#display        ¡      # 173
+#display        «      # 174
+#display        »      # 175
+#display        ░      16 # 176
+#display        ▒      123 # 177
+#display        ▓      # 178
+#display        │      # 179
+#display        ┤      # 180
+#display        Á      # 181
+#display        Â      # 182
+#display        À      # 183
+#display        ©      # 184
+#display        ╣      # 185
+#display        ║      # 186
+#display        ╗      # 187
+#display        ╝      # 188
+#display        ¢      # 189
+#display        ¥      # 190
+#display        ┐      # 191
+#display        └      # 192
+#display        ┴      # 193
+#display        ┬      # 194
+#display        ├      # 195
+#display        ─      # 196
+#display        ┼      # 197
+#display        ã      # 198
+#display        Ã      # 199
+#display        ╚      # 200
+#display        ╔      # 201
+#display        ╩      # 202
+#display        ╦      # 203
+#display        ╠      # 204
+#display        ═      # 205
+#display        ╬      # 206
+#display        ¤      # 207
+#display        ð      # 208
+#display        Ð      # 209
+#display        Ê      # 210
+#display        Ë      # 211
+#display        È      # 212
+#display        ı      # 213
+#display        Í      # 214
+#display        Î      # 215
+#display        Ï      # 216
+#display        ┘      # 217
+#display        ┌      # 218
+#display        █      # 219
+#display        ▄      # 220
+#display        ¦      # 221
+#display        Ì      # 222
+#display        ▀      # 223
+#display        Ó      # 224
+#display        ß      # 225
+#display        Ô      # 226
+#display        Ò      # 227
+#display        õ      # 228
+#display        Õ      # 229
+#display        µ      # 230
+#display        þ      # 231
+#display        Þ      # 232
+#display        Ú      # 233
+#display        Û      # 234
+#display        Ù      # 235
+#display        ý      # 236
+#display        Ý      # 237
+#display        ¯      # 238
+#display        ´      # 239
+#display        ­      # 240
+#display        ±      # 241
+#display        ‗      # 242
+#display        ¾      # 243
+#display        ¶      # 244
+#display        §      # 245
+#display        ÷      # 246
+#display        ¸      # 247
+#display        °      # 248
+#display        ¨      # 249
+#display        ·      # 250
+#display        ¹      # 251
+#display        ³      # 252
+#display        ²      # 253
+#display        ■      # 254
+#display               # 255
+# Makefile.in generated by automake 1.16.1 from Makefile.am.
+# @configure_input@
 
-#--------------------- All chars definitions ------------------------------
+# Copyright (C) 1994-2018 Free Software Foundation, Inc.
 
-space \t 0 tab            #  9
-space \s 0 blank					# 32
+# This Makefile.in is free software; the Free Software Foundation
+# gives unlimited permission to copy and/or distribute it,
+# with or without modifications, as long as this notice is preserved.
 
-punctuation ! 235				exclamation mark	33
-punctuation " 236				double quote			34
-sign # 3456-13					number sign				35
-sign $ 56								dollar						36						x0024
-sign % 456-356					percent						37
-sign & 12346						ampersand					38
-punctuation ' 3					apostrophe				39
-punctuation ( 126-3			left parenthesis  40
-punctuation ) 6-345			right parenthesis	41
-punctuation * 35				asterisk					42
-math + 235							plus							43
-punctuation , 2					coma							44
-punctuation - 36				hyphen-minus			45
-punctuation . 3					point							46
-math / 6-2							solidus						47
-punctuation : 25			colon					58		x003A
-punctuation ;	23			semicolon			59		x003B
-math < 246													60		x003C
-math = 2356						equal sign		61		x003D
-math > 135													62		x003E
-punctuation ? 26										63		x003F
-sign @ 156						commercial at	64		x0040
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
+# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+# PARTICULAR PURPOSE.
 
-include latinLetterDef6Dots.uti 
-include digits6Dots.uti # Must come after letters.
-include litdigits6Dots.uti # Must come after letters.
+@SET_MAKE@
 
-punctuation [ 12356-3		left square bracket			x005B
-sign \\ 5-3							reverse solidus					x005C
-punctuation ] 6-23456		right square bracket		x005D
-sign ^ 4							circumflex accent				x005E
-sign _ 46-36						low line								x005F
-sign ` 26								grave accent						x0060
+VPATH = @srcdir@
+am__is_gnu_make = { \
+  if test -z '$(MAKELEVEL)'; then \
+    false; \
+  elif test -n '$(MAKE_HOST)'; then \
+    true; \
+  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
+    true; \
+  else \
+    false; \
+  fi; \
+}
+am__make_running_with_option = \
+  case $${target_option-} in \
+      ?) ;; \
+      *) echo "am__make_running_with_option: internal error: invalid" \
+              "target option '$${target_option-}' specified" >&2; \
+         exit 1;; \
+  esac; \
+  has_opt=no; \
+  sane_makeflags=$$MAKEFLAGS; \
+  if $(am__is_gnu_make); then \
+    sane_makeflags=$$MFLAGS; \
+  else \
+    case $$MAKEFLAGS in \
+      *\\[\ \	]*) \
+        bs=\\; \
+        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
+          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
+    esac; \
+  fi; \
+  skip_next=no; \
+  strip_trailopt () \
+  { \
+    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
+  }; \
+  for flg in $$sane_makeflags; do \
+    test $$skip_next = yes && { skip_next=no; continue; }; \
+    case $$flg in \
+      *=*|--*) continue;; \
+        -*I) strip_trailopt 'I'; skip_next=yes;; \
+      -*I?*) strip_trailopt 'I';; \
+        -*O) strip_trailopt 'O'; skip_next=yes;; \
+      -*O?*) strip_trailopt 'O';; \
+        -*l) strip_trailopt 'l'; skip_next=yes;; \
+      -*l?*) strip_trailopt 'l';; \
+      -[dEDm]) skip_next=yes;; \
+      -[JT]) skip_next=yes;; \
+    esac; \
+    case $$flg in \
+      *$$target_option*) has_opt=yes; break;; \
+    esac; \
+  done; \
+  test $$has_opt = yes
+am__make_dryrun = (target_option=n; $(am__make_running_with_option))
+am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
+pkgdatadir = $(datadir)/@PACKAGE@
+pkgincludedir = $(includedir)/@PACKAGE@
+pkglibdir = $(libdir)/@PACKAGE@
+pkglibexecdir = $(libexecdir)/@PACKAGE@
+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+install_sh_DATA = $(install_sh) -c -m 644
+install_sh_PROGRAM = $(install_sh) -c
+install_sh_SCRIPT = $(install_sh) -c
+INSTALL_HEADER = $(INSTALL_DATA)
+transform = $(program_transform_name)
+NORMAL_INSTALL = :
+PRE_INSTALL = :
+POST_INSTALL = :
+NORMAL_UNINSTALL = :
+PRE_UNINSTALL = :
+POST_UNINSTALL = :
+build_triplet = @build@
+host_triplet = @host@
+subdir = tables
+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
+am__aclocal_m4_deps = $(top_srcdir)/tools/gnulib/m4/dirname.m4 \
+	$(top_srcdir)/tools/gnulib/m4/double-slash-root.m4 \
+	$(top_srcdir)/tools/gnulib/m4/errno_h.m4 \
+	$(top_srcdir)/tools/gnulib/m4/error.m4 \
+	$(top_srcdir)/tools/gnulib/m4/getopt.m4 \
+	$(top_srcdir)/tools/gnulib/m4/getprogname.m4 \
+	$(top_srcdir)/tools/gnulib/m4/gnulib-comp.m4 \
+	$(top_srcdir)/tools/gnulib/m4/inline.m4 \
+	$(top_srcdir)/tools/gnulib/m4/libunistring-base.m4 \
+	$(top_srcdir)/tools/gnulib/m4/msvc-inval.m4 \
+	$(top_srcdir)/tools/gnulib/m4/msvc-nothrow.m4 \
+	$(top_srcdir)/tools/gnulib/m4/nocrash.m4 \
+	$(top_srcdir)/tools/gnulib/m4/stdarg.m4 \
+	$(top_srcdir)/tools/gnulib/m4/stdbool.m4 \
+	$(top_srcdir)/tools/gnulib/m4/stdio_h.m4 \
+	$(top_srcdir)/tools/gnulib/m4/strerror.m4 \
+	$(top_srcdir)/tools/gnulib/m4/sys_socket_h.m4 \
+	$(top_srcdir)/tools/gnulib/m4/version-etc.m4 \
+	$(top_srcdir)/gnulib/m4/00gnulib.m4 \
+	$(top_srcdir)/gnulib/m4/absolute-header.m4 \
+	$(top_srcdir)/gnulib/m4/alloca.m4 \
+	$(top_srcdir)/gnulib/m4/dirent_h.m4 \
+	$(top_srcdir)/gnulib/m4/eealloc.m4 \
+	$(top_srcdir)/gnulib/m4/environ.m4 \
+	$(top_srcdir)/gnulib/m4/extensions.m4 \
+	$(top_srcdir)/gnulib/m4/extern-inline.m4 \
+	$(top_srcdir)/gnulib/m4/gnulib-common.m4 \
+	$(top_srcdir)/gnulib/m4/gnulib-comp.m4 \
+	$(top_srcdir)/gnulib/m4/include_next.m4 \
+	$(top_srcdir)/gnulib/m4/ld-output-def.m4 \
+	$(top_srcdir)/gnulib/m4/limits-h.m4 \
+	$(top_srcdir)/gnulib/m4/longlong.m4 \
+	$(top_srcdir)/gnulib/m4/malloc.m4 \
+	$(top_srcdir)/gnulib/m4/malloca.m4 \
+	$(top_srcdir)/gnulib/m4/manywarnings.m4 \
+	$(top_srcdir)/gnulib/m4/multiarch.m4 \
+	$(top_srcdir)/gnulib/m4/off_t.m4 \
+	$(top_srcdir)/gnulib/m4/realloc.m4 \
+	$(top_srcdir)/gnulib/m4/setenv.m4 \
+	$(top_srcdir)/gnulib/m4/ssize_t.m4 \
+	$(top_srcdir)/gnulib/m4/stddef_h.m4 \
+	$(top_srcdir)/gnulib/m4/stdint.m4 \
+	$(top_srcdir)/gnulib/m4/stdlib_h.m4 \
+	$(top_srcdir)/gnulib/m4/string_h.m4 \
+	$(top_srcdir)/gnulib/m4/strndup.m4 \
+	$(top_srcdir)/gnulib/m4/strnlen.m4 \
+	$(top_srcdir)/gnulib/m4/sys_types_h.m4 \
+	$(top_srcdir)/gnulib/m4/unistd_h.m4 \
+	$(top_srcdir)/gnulib/m4/warn-on-use.m4 \
+	$(top_srcdir)/gnulib/m4/warnings.m4 \
+	$(top_srcdir)/gnulib/m4/wchar_t.m4 \
+	$(top_srcdir)/gnulib/m4/wint_t.m4 $(top_srcdir)/m4/libtool.m4 \
+	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
+	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
+	$(top_srcdir)/configure.ac
+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
+	$(ACLOCAL_M4)
+DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
+mkinstalldirs = $(install_sh) -d
+CONFIG_HEADER = $(top_builddir)/liblouis/config.h
+CONFIG_CLEAN_FILES =
+CONFIG_CLEAN_VPATH_FILES =
+AM_V_P = $(am__v_P_@AM_V@)
+am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
+am__v_P_0 = false
+am__v_P_1 = :
+AM_V_GEN = $(am__v_GEN_@AM_V@)
+am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
+am__v_GEN_0 = @echo "  GEN     " $@;
+am__v_GEN_1 = 
+AM_V_at = $(am__v_at_@AM_V@)
+am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
+am__v_at_0 = @
+am__v_at_1 = 
+SOURCES =
+DIST_SOURCES =
+am__can_run_installinfo = \
+  case $$AM_UPDATE_INFO_DIR in \
+    n|no|NO) false;; \
+    *) (install-info --version) >/dev/null 2>&1;; \
+  esac
+am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
+am__vpath_adj = case $$p in \
+    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
+    *) f=$$p;; \
+  esac;
+am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
+am__install_max = 40
+am__nobase_strip_setup = \
+  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
+am__nobase_strip = \
+  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
+am__nobase_list = $(am__nobase_strip_setup); \
+  for p in $$list; do echo "$$p $$p"; done | \
+  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
+  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
+    if (++n[$$2] == $(am__install_max)) \
+      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
+    END { for (dir in files) print dir, files[dir] }'
+am__base_list = \
+  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
+  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
+am__uninstall_files_from_dir = { \
+  test -z "$$files" \
+    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
+    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
+         $(am__cd) "$$dir" && rm -f $$files; }; \
+  }
+am__installdirs = "$(DESTDIR)$(tablesdir)"
+DATA = $(tables_DATA)
+am__extra_recursive_targets = format-sources-recursive
+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
+am__DIST_COMMON = $(srcdir)/Makefile.in README
+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+ACLOCAL = @ACLOCAL@
+ALLOCA = @ALLOCA@
+ALLOCA_H = @ALLOCA_H@
+AMTAR = @AMTAR@
+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
+APPLE_UNIVERSAL_BUILD = @APPLE_UNIVERSAL_BUILD@
+AR = @AR@
+ARFLAGS = @ARFLAGS@
+AS = @AS@
+AUTOCONF = @AUTOCONF@
+AUTOHEADER = @AUTOHEADER@
+AUTOMAKE = @AUTOMAKE@
+AWK = @AWK@
+BITSIZEOF_PTRDIFF_T = @BITSIZEOF_PTRDIFF_T@
+BITSIZEOF_SIG_ATOMIC_T = @BITSIZEOF_SIG_ATOMIC_T@
+BITSIZEOF_SIZE_T = @BITSIZEOF_SIZE_T@
+BITSIZEOF_WCHAR_T = @BITSIZEOF_WCHAR_T@
+BITSIZEOF_WINT_T = @BITSIZEOF_WINT_T@
+CC = @CC@
+CCDEPMODE = @CCDEPMODE@
+CFLAGS = @CFLAGS@
+CPP = @CPP@
+CPPFLAGS = @CPPFLAGS@
+CYGPATH_W = @CYGPATH_W@
+DEFS = @DEFS@
+DEPDIR = @DEPDIR@
+DLLTOOL = @DLLTOOL@
+DLL_VERSION = @DLL_VERSION@
+DSYMUTIL = @DSYMUTIL@
+DUMPBIN = @DUMPBIN@
+ECHO_C = @ECHO_C@
+ECHO_N = @ECHO_N@
+ECHO_T = @ECHO_T@
+EGREP = @EGREP@
+EMULTIHOP_HIDDEN = @EMULTIHOP_HIDDEN@
+EMULTIHOP_VALUE = @EMULTIHOP_VALUE@
+ENOLINK_HIDDEN = @ENOLINK_HIDDEN@
+ENOLINK_VALUE = @ENOLINK_VALUE@
+EOVERFLOW_HIDDEN = @EOVERFLOW_HIDDEN@
+EOVERFLOW_VALUE = @EOVERFLOW_VALUE@
+ERRNO_H = @ERRNO_H@
+EXEEXT = @EXEEXT@
+FGREP = @FGREP@
+GETOPT_CDEFS_H = @GETOPT_CDEFS_H@
+GETOPT_H = @GETOPT_H@
+GNULIB_ALPHASORT = @GNULIB_ALPHASORT@
+GNULIB_ATOLL = @GNULIB_ATOLL@
+GNULIB_CALLOC_POSIX = @GNULIB_CALLOC_POSIX@
+GNULIB_CANONICALIZE_FILE_NAME = @GNULIB_CANONICALIZE_FILE_NAME@
+GNULIB_CHDIR = @GNULIB_CHDIR@
+GNULIB_CHOWN = @GNULIB_CHOWN@
+GNULIB_CLOSE = @GNULIB_CLOSE@
+GNULIB_CLOSEDIR = @GNULIB_CLOSEDIR@
+GNULIB_COPY_FILE_RANGE = @GNULIB_COPY_FILE_RANGE@
+GNULIB_DIRFD = @GNULIB_DIRFD@
+GNULIB_DPRINTF = @GNULIB_DPRINTF@
+GNULIB_DUP = @GNULIB_DUP@
+GNULIB_DUP2 = @GNULIB_DUP2@
+GNULIB_DUP3 = @GNULIB_DUP3@
+GNULIB_ENVIRON = @GNULIB_ENVIRON@
+GNULIB_EUIDACCESS = @GNULIB_EUIDACCESS@
+GNULIB_EXPLICIT_BZERO = @GNULIB_EXPLICIT_BZERO@
+GNULIB_FACCESSAT = @GNULIB_FACCESSAT@
+GNULIB_FCHDIR = @GNULIB_FCHDIR@
+GNULIB_FCHOWNAT = @GNULIB_FCHOWNAT@
+GNULIB_FCLOSE = @GNULIB_FCLOSE@
+GNULIB_FDATASYNC = @GNULIB_FDATASYNC@
+GNULIB_FDOPEN = @GNULIB_FDOPEN@
+GNULIB_FDOPENDIR = @GNULIB_FDOPENDIR@
+GNULIB_FFLUSH = @GNULIB_FFLUSH@
+GNULIB_FFSL = @GNULIB_FFSL@
+GNULIB_FFSLL = @GNULIB_FFSLL@
+GNULIB_FGETC = @GNULIB_FGETC@
+GNULIB_FGETS = @GNULIB_FGETS@
+GNULIB_FOPEN = @GNULIB_FOPEN@
+GNULIB_FPRINTF = @GNULIB_FPRINTF@
+GNULIB_FPRINTF_POSIX = @GNULIB_FPRINTF_POSIX@
+GNULIB_FPURGE = @GNULIB_FPURGE@
+GNULIB_FPUTC = @GNULIB_FPUTC@
+GNULIB_FPUTS = @GNULIB_FPUTS@
+GNULIB_FREAD = @GNULIB_FREAD@
+GNULIB_FREOPEN = @GNULIB_FREOPEN@
+GNULIB_FSCANF = @GNULIB_FSCANF@
+GNULIB_FSEEK = @GNULIB_FSEEK@
+GNULIB_FSEEKO = @GNULIB_FSEEKO@
+GNULIB_FSYNC = @GNULIB_FSYNC@
+GNULIB_FTELL = @GNULIB_FTELL@
+GNULIB_FTELLO = @GNULIB_FTELLO@
+GNULIB_FTRUNCATE = @GNULIB_FTRUNCATE@
+GNULIB_FWRITE = @GNULIB_FWRITE@
+GNULIB_GETC = @GNULIB_GETC@
+GNULIB_GETCHAR = @GNULIB_GETCHAR@
+GNULIB_GETCWD = @GNULIB_GETCWD@
+GNULIB_GETDELIM = @GNULIB_GETDELIM@
+GNULIB_GETDOMAINNAME = @GNULIB_GETDOMAINNAME@
+GNULIB_GETDTABLESIZE = @GNULIB_GETDTABLESIZE@
+GNULIB_GETGROUPS = @GNULIB_GETGROUPS@
+GNULIB_GETHOSTNAME = @GNULIB_GETHOSTNAME@
+GNULIB_GETLINE = @GNULIB_GETLINE@
+GNULIB_GETLOADAVG = @GNULIB_GETLOADAVG@
+GNULIB_GETLOGIN = @GNULIB_GETLOGIN@
+GNULIB_GETLOGIN_R = @GNULIB_GETLOGIN_R@
+GNULIB_GETPAGESIZE = @GNULIB_GETPAGESIZE@
+GNULIB_GETPASS = @GNULIB_GETPASS@
+GNULIB_GETSUBOPT = @GNULIB_GETSUBOPT@
+GNULIB_GETUSERSHELL = @GNULIB_GETUSERSHELL@
+GNULIB_GL_GL_TOOLS_UNISTD_H_GETOPT = @GNULIB_GL_GL_TOOLS_UNISTD_H_GETOPT@
+GNULIB_GRANTPT = @GNULIB_GRANTPT@
+GNULIB_GROUP_MEMBER = @GNULIB_GROUP_MEMBER@
+GNULIB_ISATTY = @GNULIB_ISATTY@
+GNULIB_LCHOWN = @GNULIB_LCHOWN@
+GNULIB_LINK = @GNULIB_LINK@
+GNULIB_LINKAT = @GNULIB_LINKAT@
+GNULIB_LSEEK = @GNULIB_LSEEK@
+GNULIB_MALLOC_POSIX = @GNULIB_MALLOC_POSIX@
+GNULIB_MBSCASECMP = @GNULIB_MBSCASECMP@
+GNULIB_MBSCASESTR = @GNULIB_MBSCASESTR@
+GNULIB_MBSCHR = @GNULIB_MBSCHR@
+GNULIB_MBSCSPN = @GNULIB_MBSCSPN@
+GNULIB_MBSLEN = @GNULIB_MBSLEN@
+GNULIB_MBSNCASECMP = @GNULIB_MBSNCASECMP@
+GNULIB_MBSNLEN = @GNULIB_MBSNLEN@
+GNULIB_MBSPBRK = @GNULIB_MBSPBRK@
+GNULIB_MBSPCASECMP = @GNULIB_MBSPCASECMP@
+GNULIB_MBSRCHR = @GNULIB_MBSRCHR@
+GNULIB_MBSSEP = @GNULIB_MBSSEP@
+GNULIB_MBSSPN = @GNULIB_MBSSPN@
+GNULIB_MBSSTR = @GNULIB_MBSSTR@
+GNULIB_MBSTOK_R = @GNULIB_MBSTOK_R@
+GNULIB_MBTOWC = @GNULIB_MBTOWC@
+GNULIB_MEMCHR = @GNULIB_MEMCHR@
+GNULIB_MEMMEM = @GNULIB_MEMMEM@
+GNULIB_MEMPCPY = @GNULIB_MEMPCPY@
+GNULIB_MEMRCHR = @GNULIB_MEMRCHR@
+GNULIB_MKDTEMP = @GNULIB_MKDTEMP@
+GNULIB_MKOSTEMP = @GNULIB_MKOSTEMP@
+GNULIB_MKOSTEMPS = @GNULIB_MKOSTEMPS@
+GNULIB_MKSTEMP = @GNULIB_MKSTEMP@
+GNULIB_MKSTEMPS = @GNULIB_MKSTEMPS@
+GNULIB_OBSTACK_PRINTF = @GNULIB_OBSTACK_PRINTF@
+GNULIB_OBSTACK_PRINTF_POSIX = @GNULIB_OBSTACK_PRINTF_POSIX@
+GNULIB_OPENDIR = @GNULIB_OPENDIR@
+GNULIB_OVERRIDES_WINT_T = @GNULIB_OVERRIDES_WINT_T@
+GNULIB_PCLOSE = @GNULIB_PCLOSE@
+GNULIB_PERROR = @GNULIB_PERROR@
+GNULIB_PIPE = @GNULIB_PIPE@
+GNULIB_PIPE2 = @GNULIB_PIPE2@
+GNULIB_POPEN = @GNULIB_POPEN@
+GNULIB_POSIX_OPENPT = @GNULIB_POSIX_OPENPT@
+GNULIB_PREAD = @GNULIB_PREAD@
+GNULIB_PRINTF = @GNULIB_PRINTF@
+GNULIB_PRINTF_POSIX = @GNULIB_PRINTF_POSIX@
+GNULIB_PTSNAME = @GNULIB_PTSNAME@
+GNULIB_PTSNAME_R = @GNULIB_PTSNAME_R@
+GNULIB_PUTC = @GNULIB_PUTC@
+GNULIB_PUTCHAR = @GNULIB_PUTCHAR@
+GNULIB_PUTENV = @GNULIB_PUTENV@
+GNULIB_PUTS = @GNULIB_PUTS@
+GNULIB_PWRITE = @GNULIB_PWRITE@
+GNULIB_QSORT_R = @GNULIB_QSORT_R@
+GNULIB_RANDOM = @GNULIB_RANDOM@
+GNULIB_RANDOM_R = @GNULIB_RANDOM_R@
+GNULIB_RAWMEMCHR = @GNULIB_RAWMEMCHR@
+GNULIB_READ = @GNULIB_READ@
+GNULIB_READDIR = @GNULIB_READDIR@
+GNULIB_READLINK = @GNULIB_READLINK@
+GNULIB_READLINKAT = @GNULIB_READLINKAT@
+GNULIB_REALLOCARRAY = @GNULIB_REALLOCARRAY@
+GNULIB_REALLOC_POSIX = @GNULIB_REALLOC_POSIX@
+GNULIB_REALPATH = @GNULIB_REALPATH@
+GNULIB_REMOVE = @GNULIB_REMOVE@
+GNULIB_RENAME = @GNULIB_RENAME@
+GNULIB_RENAMEAT = @GNULIB_RENAMEAT@
+GNULIB_REWINDDIR = @GNULIB_REWINDDIR@
+GNULIB_RMDIR = @GNULIB_RMDIR@
+GNULIB_RPMATCH = @GNULIB_RPMATCH@
+GNULIB_SCANDIR = @GNULIB_SCANDIR@
+GNULIB_SCANF = @GNULIB_SCANF@
+GNULIB_SECURE_GETENV = @GNULIB_SECURE_GETENV@
+GNULIB_SETENV = @GNULIB_SETENV@
+GNULIB_SETHOSTNAME = @GNULIB_SETHOSTNAME@
+GNULIB_SLEEP = @GNULIB_SLEEP@
+GNULIB_SNPRINTF = @GNULIB_SNPRINTF@
+GNULIB_SPRINTF_POSIX = @GNULIB_SPRINTF_POSIX@
+GNULIB_STDIO_H_NONBLOCKING = @GNULIB_STDIO_H_NONBLOCKING@
+GNULIB_STDIO_H_SIGPIPE = @GNULIB_STDIO_H_SIGPIPE@
+GNULIB_STPCPY = @GNULIB_STPCPY@
+GNULIB_STPNCPY = @GNULIB_STPNCPY@
+GNULIB_STRCASESTR = @GNULIB_STRCASESTR@
+GNULIB_STRCHRNUL = @GNULIB_STRCHRNUL@
+GNULIB_STRDUP = @GNULIB_STRDUP@
+GNULIB_STRERROR = @GNULIB_STRERROR@
+GNULIB_STRERROR_R = @GNULIB_STRERROR_R@
+GNULIB_STRNCAT = @GNULIB_STRNCAT@
+GNULIB_STRNDUP = @GNULIB_STRNDUP@
+GNULIB_STRNLEN = @GNULIB_STRNLEN@
+GNULIB_STRPBRK = @GNULIB_STRPBRK@
+GNULIB_STRSEP = @GNULIB_STRSEP@
+GNULIB_STRSIGNAL = @GNULIB_STRSIGNAL@
+GNULIB_STRSTR = @GNULIB_STRSTR@
+GNULIB_STRTOD = @GNULIB_STRTOD@
+GNULIB_STRTOK_R = @GNULIB_STRTOK_R@
+GNULIB_STRTOLD = @GNULIB_STRTOLD@
+GNULIB_STRTOLL = @GNULIB_STRTOLL@
+GNULIB_STRTOULL = @GNULIB_STRTOULL@
+GNULIB_STRVERSCMP = @GNULIB_STRVERSCMP@
+GNULIB_SYMLINK = @GNULIB_SYMLINK@
+GNULIB_SYMLINKAT = @GNULIB_SYMLINKAT@
+GNULIB_SYSTEM_POSIX = @GNULIB_SYSTEM_POSIX@
+GNULIB_TMPFILE = @GNULIB_TMPFILE@
+GNULIB_TRUNCATE = @GNULIB_TRUNCATE@
+GNULIB_TTYNAME_R = @GNULIB_TTYNAME_R@
+GNULIB_UNISTD_H_NONBLOCKING = @GNULIB_UNISTD_H_NONBLOCKING@
+GNULIB_UNISTD_H_SIGPIPE = @GNULIB_UNISTD_H_SIGPIPE@
+GNULIB_UNLINK = @GNULIB_UNLINK@
+GNULIB_UNLINKAT = @GNULIB_UNLINKAT@
+GNULIB_UNLOCKPT = @GNULIB_UNLOCKPT@
+GNULIB_UNSETENV = @GNULIB_UNSETENV@
+GNULIB_USLEEP = @GNULIB_USLEEP@
+GNULIB_VASPRINTF = @GNULIB_VASPRINTF@
+GNULIB_VDPRINTF = @GNULIB_VDPRINTF@
+GNULIB_VFPRINTF = @GNULIB_VFPRINTF@
+GNULIB_VFPRINTF_POSIX = @GNULIB_VFPRINTF_POSIX@
+GNULIB_VFSCANF = @GNULIB_VFSCANF@
+GNULIB_VPRINTF = @GNULIB_VPRINTF@
+GNULIB_VPRINTF_POSIX = @GNULIB_VPRINTF_POSIX@
+GNULIB_VSCANF = @GNULIB_VSCANF@
+GNULIB_VSNPRINTF = @GNULIB_VSNPRINTF@
+GNULIB_VSPRINTF_POSIX = @GNULIB_VSPRINTF_POSIX@
+GNULIB_WCTOMB = @GNULIB_WCTOMB@
+GNULIB_WRITE = @GNULIB_WRITE@
+GNULIB__EXIT = @GNULIB__EXIT@
+GREP = @GREP@
+HAVE_ALLOCA_H = @HAVE_ALLOCA_H@
+HAVE_ALPHASORT = @HAVE_ALPHASORT@
+HAVE_ATOLL = @HAVE_ATOLL@
+HAVE_C99_STDINT_H = @HAVE_C99_STDINT_H@
+HAVE_CANONICALIZE_FILE_NAME = @HAVE_CANONICALIZE_FILE_NAME@
+HAVE_CHOWN = @HAVE_CHOWN@
+HAVE_CLOSEDIR = @HAVE_CLOSEDIR@
+HAVE_COPY_FILE_RANGE = @HAVE_COPY_FILE_RANGE@
+HAVE_DECL_DIRFD = @HAVE_DECL_DIRFD@
+HAVE_DECL_ENVIRON = @HAVE_DECL_ENVIRON@
+HAVE_DECL_FCHDIR = @HAVE_DECL_FCHDIR@
+HAVE_DECL_FDATASYNC = @HAVE_DECL_FDATASYNC@
+HAVE_DECL_FDOPENDIR = @HAVE_DECL_FDOPENDIR@
+HAVE_DECL_FPURGE = @HAVE_DECL_FPURGE@
+HAVE_DECL_FSEEKO = @HAVE_DECL_FSEEKO@
+HAVE_DECL_FTELLO = @HAVE_DECL_FTELLO@
+HAVE_DECL_GETDELIM = @HAVE_DECL_GETDELIM@
+HAVE_DECL_GETDOMAINNAME = @HAVE_DECL_GETDOMAINNAME@
+HAVE_DECL_GETLINE = @HAVE_DECL_GETLINE@
+HAVE_DECL_GETLOADAVG = @HAVE_DECL_GETLOADAVG@
+HAVE_DECL_GETLOGIN = @HAVE_DECL_GETLOGIN@
+HAVE_DECL_GETLOGIN_R = @HAVE_DECL_GETLOGIN_R@
+HAVE_DECL_GETPAGESIZE = @HAVE_DECL_GETPAGESIZE@
+HAVE_DECL_GETUSERSHELL = @HAVE_DECL_GETUSERSHELL@
+HAVE_DECL_INITSTATE = @HAVE_DECL_INITSTATE@
+HAVE_DECL_MEMMEM = @HAVE_DECL_MEMMEM@
+HAVE_DECL_MEMRCHR = @HAVE_DECL_MEMRCHR@
+HAVE_DECL_OBSTACK_PRINTF = @HAVE_DECL_OBSTACK_PRINTF@
+HAVE_DECL_SETENV = @HAVE_DECL_SETENV@
+HAVE_DECL_SETHOSTNAME = @HAVE_DECL_SETHOSTNAME@
+HAVE_DECL_SETSTATE = @HAVE_DECL_SETSTATE@
+HAVE_DECL_SNPRINTF = @HAVE_DECL_SNPRINTF@
+HAVE_DECL_STRDUP = @HAVE_DECL_STRDUP@
+HAVE_DECL_STRERROR_R = @HAVE_DECL_STRERROR_R@
+HAVE_DECL_STRNDUP = @HAVE_DECL_STRNDUP@
+HAVE_DECL_STRNLEN = @HAVE_DECL_STRNLEN@
+HAVE_DECL_STRSIGNAL = @HAVE_DECL_STRSIGNAL@
+HAVE_DECL_STRTOK_R = @HAVE_DECL_STRTOK_R@
+HAVE_DECL_TRUNCATE = @HAVE_DECL_TRUNCATE@
+HAVE_DECL_TTYNAME_R = @HAVE_DECL_TTYNAME_R@
+HAVE_DECL_UNSETENV = @HAVE_DECL_UNSETENV@
+HAVE_DECL_VSNPRINTF = @HAVE_DECL_VSNPRINTF@
+HAVE_DIRENT_H = @HAVE_DIRENT_H@
+HAVE_DPRINTF = @HAVE_DPRINTF@
+HAVE_DUP2 = @HAVE_DUP2@
+HAVE_DUP3 = @HAVE_DUP3@
+HAVE_EUIDACCESS = @HAVE_EUIDACCESS@
+HAVE_EXPLICIT_BZERO = @HAVE_EXPLICIT_BZERO@
+HAVE_FACCESSAT = @HAVE_FACCESSAT@
+HAVE_FCHDIR = @HAVE_FCHDIR@
+HAVE_FCHOWNAT = @HAVE_FCHOWNAT@
+HAVE_FDATASYNC = @HAVE_FDATASYNC@
+HAVE_FDOPENDIR = @HAVE_FDOPENDIR@
+HAVE_FFSL = @HAVE_FFSL@
+HAVE_FFSLL = @HAVE_FFSLL@
+HAVE_FSEEKO = @HAVE_FSEEKO@
+HAVE_FSYNC = @HAVE_FSYNC@
+HAVE_FTELLO = @HAVE_FTELLO@
+HAVE_FTRUNCATE = @HAVE_FTRUNCATE@
+HAVE_GETDTABLESIZE = @HAVE_GETDTABLESIZE@
+HAVE_GETGROUPS = @HAVE_GETGROUPS@
+HAVE_GETHOSTNAME = @HAVE_GETHOSTNAME@
+HAVE_GETLOGIN = @HAVE_GETLOGIN@
+HAVE_GETOPT_H = @HAVE_GETOPT_H@
+HAVE_GETPAGESIZE = @HAVE_GETPAGESIZE@
+HAVE_GETPASS = @HAVE_GETPASS@
+HAVE_GETSUBOPT = @HAVE_GETSUBOPT@
+HAVE_GRANTPT = @HAVE_GRANTPT@
+HAVE_GROUP_MEMBER = @HAVE_GROUP_MEMBER@
+HAVE_INITSTATE = @HAVE_INITSTATE@
+HAVE_INTTYPES_H = @HAVE_INTTYPES_H@
+HAVE_LCHOWN = @HAVE_LCHOWN@
+HAVE_LINK = @HAVE_LINK@
+HAVE_LINKAT = @HAVE_LINKAT@
+HAVE_LONG_LONG_INT = @HAVE_LONG_LONG_INT@
+HAVE_MAX_ALIGN_T = @HAVE_MAX_ALIGN_T@
+HAVE_MBSLEN = @HAVE_MBSLEN@
+HAVE_MBTOWC = @HAVE_MBTOWC@
+HAVE_MEMCHR = @HAVE_MEMCHR@
+HAVE_MEMPCPY = @HAVE_MEMPCPY@
+HAVE_MKDTEMP = @HAVE_MKDTEMP@
+HAVE_MKOSTEMP = @HAVE_MKOSTEMP@
+HAVE_MKOSTEMPS = @HAVE_MKOSTEMPS@
+HAVE_MKSTEMP = @HAVE_MKSTEMP@
+HAVE_MKSTEMPS = @HAVE_MKSTEMPS@
+HAVE_MSVC_INVALID_PARAMETER_HANDLER = @HAVE_MSVC_INVALID_PARAMETER_HANDLER@
+HAVE_OPENDIR = @HAVE_OPENDIR@
+HAVE_OS_H = @HAVE_OS_H@
+HAVE_PCLOSE = @HAVE_PCLOSE@
+HAVE_PIPE = @HAVE_PIPE@
+HAVE_PIPE2 = @HAVE_PIPE2@
+HAVE_POPEN = @HAVE_POPEN@
+HAVE_POSIX_OPENPT = @HAVE_POSIX_OPENPT@
+HAVE_PREAD = @HAVE_PREAD@
+HAVE_PTSNAME = @HAVE_PTSNAME@
+HAVE_PTSNAME_R = @HAVE_PTSNAME_R@
+HAVE_PWRITE = @HAVE_PWRITE@
+HAVE_QSORT_R = @HAVE_QSORT_R@
+HAVE_RANDOM = @HAVE_RANDOM@
+HAVE_RANDOM_H = @HAVE_RANDOM_H@
+HAVE_RANDOM_R = @HAVE_RANDOM_R@
+HAVE_RAWMEMCHR = @HAVE_RAWMEMCHR@
+HAVE_READDIR = @HAVE_READDIR@
+HAVE_READLINK = @HAVE_READLINK@
+HAVE_READLINKAT = @HAVE_READLINKAT@
+HAVE_REALLOCARRAY = @HAVE_REALLOCARRAY@
+HAVE_REALPATH = @HAVE_REALPATH@
+HAVE_RENAMEAT = @HAVE_RENAMEAT@
+HAVE_REWINDDIR = @HAVE_REWINDDIR@
+HAVE_RPMATCH = @HAVE_RPMATCH@
+HAVE_SCANDIR = @HAVE_SCANDIR@
+HAVE_SECURE_GETENV = @HAVE_SECURE_GETENV@
+HAVE_SETENV = @HAVE_SETENV@
+HAVE_SETHOSTNAME = @HAVE_SETHOSTNAME@
+HAVE_SETSTATE = @HAVE_SETSTATE@
+HAVE_SIGNED_SIG_ATOMIC_T = @HAVE_SIGNED_SIG_ATOMIC_T@
+HAVE_SIGNED_WCHAR_T = @HAVE_SIGNED_WCHAR_T@
+HAVE_SIGNED_WINT_T = @HAVE_SIGNED_WINT_T@
+HAVE_SLEEP = @HAVE_SLEEP@
+HAVE_STDINT_H = @HAVE_STDINT_H@
+HAVE_STPCPY = @HAVE_STPCPY@
+HAVE_STPNCPY = @HAVE_STPNCPY@
+HAVE_STRCASESTR = @HAVE_STRCASESTR@
+HAVE_STRCHRNUL = @HAVE_STRCHRNUL@
+HAVE_STRPBRK = @HAVE_STRPBRK@
+HAVE_STRSEP = @HAVE_STRSEP@
+HAVE_STRTOD = @HAVE_STRTOD@
+HAVE_STRTOLD = @HAVE_STRTOLD@
+HAVE_STRTOLL = @HAVE_STRTOLL@
+HAVE_STRTOULL = @HAVE_STRTOULL@
+HAVE_STRUCT_RANDOM_DATA = @HAVE_STRUCT_RANDOM_DATA@
+HAVE_STRVERSCMP = @HAVE_STRVERSCMP@
+HAVE_SYMLINK = @HAVE_SYMLINK@
+HAVE_SYMLINKAT = @HAVE_SYMLINKAT@
+HAVE_SYS_BITYPES_H = @HAVE_SYS_BITYPES_H@
+HAVE_SYS_CDEFS_H = @HAVE_SYS_CDEFS_H@
+HAVE_SYS_INTTYPES_H = @HAVE_SYS_INTTYPES_H@
+HAVE_SYS_LOADAVG_H = @HAVE_SYS_LOADAVG_H@
+HAVE_SYS_PARAM_H = @HAVE_SYS_PARAM_H@
+HAVE_SYS_TYPES_H = @HAVE_SYS_TYPES_H@
+HAVE_UNISTD_H = @HAVE_UNISTD_H@
+HAVE_UNLINKAT = @HAVE_UNLINKAT@
+HAVE_UNLOCKPT = @HAVE_UNLOCKPT@
+HAVE_UNSIGNED_LONG_LONG_INT = @HAVE_UNSIGNED_LONG_LONG_INT@
+HAVE_USLEEP = @HAVE_USLEEP@
+HAVE_VASPRINTF = @HAVE_VASPRINTF@
+HAVE_VDPRINTF = @HAVE_VDPRINTF@
+HAVE_WCHAR_H = @HAVE_WCHAR_H@
+HAVE_WCHAR_T = @HAVE_WCHAR_T@
+HAVE_WINSOCK2_H = @HAVE_WINSOCK2_H@
+HAVE__BOOL = @HAVE__BOOL@
+HAVE__EXIT = @HAVE__EXIT@
+HELP2MAN = @HELP2MAN@
+INCLUDE_NEXT = @INCLUDE_NEXT@
+INCLUDE_NEXT_AS_FIRST_DIRECTIVE = @INCLUDE_NEXT_AS_FIRST_DIRECTIVE@
+INSTALL = @INSTALL@
+INSTALL_DATA = @INSTALL_DATA@
+INSTALL_PROGRAM = @INSTALL_PROGRAM@
+INSTALL_SCRIPT = @INSTALL_SCRIPT@
+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+LD = @LD@
+LDFLAGS = @LDFLAGS@
+LIBINTL = @LIBINTL@
+LIBLOUIS_AGE = @LIBLOUIS_AGE@
+LIBLOUIS_CURRENT = @LIBLOUIS_CURRENT@
+LIBLOUIS_REVISION = @LIBLOUIS_REVISION@
+LIBOBJS = @LIBOBJS@
+LIBS = @LIBS@
+LIBTOOL = @LIBTOOL@
+LIBUNISTRING_UNISTR_H = @LIBUNISTRING_UNISTR_H@
+LIBUNISTRING_UNITYPES_H = @LIBUNISTRING_UNITYPES_H@
+LIMITS_H = @LIMITS_H@
+LIPO = @LIPO@
+LN_S = @LN_S@
+LTLIBINTL = @LTLIBINTL@
+LTLIBOBJS = @LTLIBOBJS@
+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
+MAKEINFO = @MAKEINFO@
+MAKEINFO_FOUND = @MAKEINFO_FOUND@
+MANIFEST_TOOL = @MANIFEST_TOOL@
+MKDIR_P = @MKDIR_P@
+NEXT_AS_FIRST_DIRECTIVE_DIRENT_H = @NEXT_AS_FIRST_DIRECTIVE_DIRENT_H@
+NEXT_AS_FIRST_DIRECTIVE_ERRNO_H = @NEXT_AS_FIRST_DIRECTIVE_ERRNO_H@
+NEXT_AS_FIRST_DIRECTIVE_GETOPT_H = @NEXT_AS_FIRST_DIRECTIVE_GETOPT_H@
+NEXT_AS_FIRST_DIRECTIVE_LIMITS_H = @NEXT_AS_FIRST_DIRECTIVE_LIMITS_H@
+NEXT_AS_FIRST_DIRECTIVE_STDARG_H = @NEXT_AS_FIRST_DIRECTIVE_STDARG_H@
+NEXT_AS_FIRST_DIRECTIVE_STDDEF_H = @NEXT_AS_FIRST_DIRECTIVE_STDDEF_H@
+NEXT_AS_FIRST_DIRECTIVE_STDINT_H = @NEXT_AS_FIRST_DIRECTIVE_STDINT_H@
+NEXT_AS_FIRST_DIRECTIVE_STDIO_H = @NEXT_AS_FIRST_DIRECTIVE_STDIO_H@
+NEXT_AS_FIRST_DIRECTIVE_STDLIB_H = @NEXT_AS_FIRST_DIRECTIVE_STDLIB_H@
+NEXT_AS_FIRST_DIRECTIVE_STRING_H = @NEXT_AS_FIRST_DIRECTIVE_STRING_H@
+NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H = @NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H@
+NEXT_AS_FIRST_DIRECTIVE_UNISTD_H = @NEXT_AS_FIRST_DIRECTIVE_UNISTD_H@
+NEXT_DIRENT_H = @NEXT_DIRENT_H@
+NEXT_ERRNO_H = @NEXT_ERRNO_H@
+NEXT_GETOPT_H = @NEXT_GETOPT_H@
+NEXT_LIMITS_H = @NEXT_LIMITS_H@
+NEXT_STDARG_H = @NEXT_STDARG_H@
+NEXT_STDDEF_H = @NEXT_STDDEF_H@
+NEXT_STDINT_H = @NEXT_STDINT_H@
+NEXT_STDIO_H = @NEXT_STDIO_H@
+NEXT_STDLIB_H = @NEXT_STDLIB_H@
+NEXT_STRING_H = @NEXT_STRING_H@
+NEXT_SYS_TYPES_H = @NEXT_SYS_TYPES_H@
+NEXT_UNISTD_H = @NEXT_UNISTD_H@
+NM = @NM@
+NMEDIT = @NMEDIT@
+OBJDUMP = @OBJDUMP@
+OBJEXT = @OBJEXT@
+OTOOL = @OTOOL@
+OTOOL64 = @OTOOL64@
+PACKAGE = @PACKAGE@
+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
+PACKAGE_NAME = @PACKAGE_NAME@
+PACKAGE_STRING = @PACKAGE_STRING@
+PACKAGE_TARNAME = @PACKAGE_TARNAME@
+PACKAGE_URL = @PACKAGE_URL@
+PACKAGE_VERSION = @PACKAGE_VERSION@
+PATH_SEPARATOR = @PATH_SEPARATOR@
+PKG_CONFIG = @PKG_CONFIG@
+PRAGMA_COLUMNS = @PRAGMA_COLUMNS@
+PRAGMA_SYSTEM_HEADER = @PRAGMA_SYSTEM_HEADER@
+PTRDIFF_T_SUFFIX = @PTRDIFF_T_SUFFIX@
+RANLIB = @RANLIB@
+REPLACE_CALLOC = @REPLACE_CALLOC@
+REPLACE_CANONICALIZE_FILE_NAME = @REPLACE_CANONICALIZE_FILE_NAME@
+REPLACE_CHOWN = @REPLACE_CHOWN@
+REPLACE_CLOSE = @REPLACE_CLOSE@
+REPLACE_CLOSEDIR = @REPLACE_CLOSEDIR@
+REPLACE_DIRFD = @REPLACE_DIRFD@
+REPLACE_DPRINTF = @REPLACE_DPRINTF@
+REPLACE_DUP = @REPLACE_DUP@
+REPLACE_DUP2 = @REPLACE_DUP2@
+REPLACE_FACCESSAT = @REPLACE_FACCESSAT@
+REPLACE_FCHOWNAT = @REPLACE_FCHOWNAT@
+REPLACE_FCLOSE = @REPLACE_FCLOSE@
+REPLACE_FDOPEN = @REPLACE_FDOPEN@
+REPLACE_FDOPENDIR = @REPLACE_FDOPENDIR@
+REPLACE_FFLUSH = @REPLACE_FFLUSH@
+REPLACE_FOPEN = @REPLACE_FOPEN@
+REPLACE_FPRINTF = @REPLACE_FPRINTF@
+REPLACE_FPURGE = @REPLACE_FPURGE@
+REPLACE_FREOPEN = @REPLACE_FREOPEN@
+REPLACE_FSEEK = @REPLACE_FSEEK@
+REPLACE_FSEEKO = @REPLACE_FSEEKO@
+REPLACE_FTELL = @REPLACE_FTELL@
+REPLACE_FTELLO = @REPLACE_FTELLO@
+REPLACE_FTRUNCATE = @REPLACE_FTRUNCATE@
+REPLACE_GETCWD = @REPLACE_GETCWD@
+REPLACE_GETDELIM = @REPLACE_GETDELIM@
+REPLACE_GETDOMAINNAME = @REPLACE_GETDOMAINNAME@
+REPLACE_GETDTABLESIZE = @REPLACE_GETDTABLESIZE@
+REPLACE_GETGROUPS = @REPLACE_GETGROUPS@
+REPLACE_GETLINE = @REPLACE_GETLINE@
+REPLACE_GETLOGIN_R = @REPLACE_GETLOGIN_R@
+REPLACE_GETPAGESIZE = @REPLACE_GETPAGESIZE@
+REPLACE_GETPASS = @REPLACE_GETPASS@
+REPLACE_INITSTATE = @REPLACE_INITSTATE@
+REPLACE_ISATTY = @REPLACE_ISATTY@
+REPLACE_LCHOWN = @REPLACE_LCHOWN@
+REPLACE_LINK = @REPLACE_LINK@
+REPLACE_LINKAT = @REPLACE_LINKAT@
+REPLACE_LSEEK = @REPLACE_LSEEK@
+REPLACE_MALLOC = @REPLACE_MALLOC@
+REPLACE_MBTOWC = @REPLACE_MBTOWC@
+REPLACE_MEMCHR = @REPLACE_MEMCHR@
+REPLACE_MEMMEM = @REPLACE_MEMMEM@
+REPLACE_MKSTEMP = @REPLACE_MKSTEMP@
+REPLACE_NULL = @REPLACE_NULL@
+REPLACE_OBSTACK_PRINTF = @REPLACE_OBSTACK_PRINTF@
+REPLACE_OPENDIR = @REPLACE_OPENDIR@
+REPLACE_PERROR = @REPLACE_PERROR@
+REPLACE_POPEN = @REPLACE_POPEN@
+REPLACE_PREAD = @REPLACE_PREAD@
+REPLACE_PRINTF = @REPLACE_PRINTF@
+REPLACE_PTSNAME = @REPLACE_PTSNAME@
+REPLACE_PTSNAME_R = @REPLACE_PTSNAME_R@
+REPLACE_PUTENV = @REPLACE_PUTENV@
+REPLACE_PWRITE = @REPLACE_PWRITE@
+REPLACE_QSORT_R = @REPLACE_QSORT_R@
+REPLACE_RANDOM = @REPLACE_RANDOM@
+REPLACE_RANDOM_R = @REPLACE_RANDOM_R@
+REPLACE_READ = @REPLACE_READ@
+REPLACE_READLINK = @REPLACE_READLINK@
+REPLACE_READLINKAT = @REPLACE_READLINKAT@
+REPLACE_REALLOC = @REPLACE_REALLOC@
+REPLACE_REALPATH = @REPLACE_REALPATH@
+REPLACE_REMOVE = @REPLACE_REMOVE@
+REPLACE_RENAME = @REPLACE_RENAME@
+REPLACE_RENAMEAT = @REPLACE_RENAMEAT@
+REPLACE_RMDIR = @REPLACE_RMDIR@
+REPLACE_SETENV = @REPLACE_SETENV@
+REPLACE_SETSTATE = @REPLACE_SETSTATE@
+REPLACE_SLEEP = @REPLACE_SLEEP@
+REPLACE_SNPRINTF = @REPLACE_SNPRINTF@
+REPLACE_SPRINTF = @REPLACE_SPRINTF@
+REPLACE_STDIO_READ_FUNCS = @REPLACE_STDIO_READ_FUNCS@
+REPLACE_STDIO_WRITE_FUNCS = @REPLACE_STDIO_WRITE_FUNCS@
+REPLACE_STPNCPY = @REPLACE_STPNCPY@
+REPLACE_STRCASESTR = @REPLACE_STRCASESTR@
+REPLACE_STRCHRNUL = @REPLACE_STRCHRNUL@
+REPLACE_STRDUP = @REPLACE_STRDUP@
+REPLACE_STRERROR = @REPLACE_STRERROR@
+REPLACE_STRERROR_R = @REPLACE_STRERROR_R@
+REPLACE_STRNCAT = @REPLACE_STRNCAT@
+REPLACE_STRNDUP = @REPLACE_STRNDUP@
+REPLACE_STRNLEN = @REPLACE_STRNLEN@
+REPLACE_STRSIGNAL = @REPLACE_STRSIGNAL@
+REPLACE_STRSTR = @REPLACE_STRSTR@
+REPLACE_STRTOD = @REPLACE_STRTOD@
+REPLACE_STRTOK_R = @REPLACE_STRTOK_R@
+REPLACE_STRTOLD = @REPLACE_STRTOLD@
+REPLACE_SYMLINK = @REPLACE_SYMLINK@
+REPLACE_SYMLINKAT = @REPLACE_SYMLINKAT@
+REPLACE_TMPFILE = @REPLACE_TMPFILE@
+REPLACE_TRUNCATE = @REPLACE_TRUNCATE@
+REPLACE_TTYNAME_R = @REPLACE_TTYNAME_R@
+REPLACE_UNLINK = @REPLACE_UNLINK@
+REPLACE_UNLINKAT = @REPLACE_UNLINKAT@
+REPLACE_UNSETENV = @REPLACE_UNSETENV@
+REPLACE_USLEEP = @REPLACE_USLEEP@
+REPLACE_VASPRINTF = @REPLACE_VASPRINTF@
+REPLACE_VDPRINTF = @REPLACE_VDPRINTF@
+REPLACE_VFPRINTF = @REPLACE_VFPRINTF@
+REPLACE_VPRINTF = @REPLACE_VPRINTF@
+REPLACE_VSNPRINTF = @REPLACE_VSNPRINTF@
+REPLACE_VSPRINTF = @REPLACE_VSPRINTF@
+REPLACE_WCTOMB = @REPLACE_WCTOMB@
+REPLACE_WRITE = @REPLACE_WRITE@
+SED = @SED@
+SET_MAKE = @SET_MAKE@
+SHELL = @SHELL@
+SIG_ATOMIC_T_SUFFIX = @SIG_ATOMIC_T_SUFFIX@
+SIZE_T_SUFFIX = @SIZE_T_SUFFIX@
+SOURCE_FORMATTER = @SOURCE_FORMATTER@
+STDARG_H = @STDARG_H@
+STDBOOL_H = @STDBOOL_H@
+STDDEF_H = @STDDEF_H@
+STDINT_H = @STDINT_H@
+STRIP = @STRIP@
+UNDEFINE_STRTOK_R = @UNDEFINE_STRTOK_R@
+UNISTD_H_HAVE_WINSOCK2_H = @UNISTD_H_HAVE_WINSOCK2_H@
+UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS = @UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS@
+VERSION = @VERSION@
+WARN_CFLAGS = @WARN_CFLAGS@
+WCHAR_T_SUFFIX = @WCHAR_T_SUFFIX@
+WIDECHAR_TYPE = @WIDECHAR_TYPE@
+WINDOWS_64_BIT_OFF_T = @WINDOWS_64_BIT_OFF_T@
+WINDOWS_STAT_INODES = @WINDOWS_STAT_INODES@
+WINT_T_SUFFIX = @WINT_T_SUFFIX@
+abs_builddir = @abs_builddir@
+abs_srcdir = @abs_srcdir@
+abs_top_builddir = @abs_top_builddir@
+abs_top_srcdir = @abs_top_srcdir@
+ac_ct_AR = @ac_ct_AR@
+ac_ct_CC = @ac_ct_CC@
+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
+am__include = @am__include@
+am__leading_dot = @am__leading_dot@
+am__quote = @am__quote@
+am__tar = @am__tar@
+am__untar = @am__untar@
+bindir = @bindir@
+build = @build@
+build_alias = @build_alias@
+build_cpu = @build_cpu@
+build_os = @build_os@
+build_vendor = @build_vendor@
+builddir = @builddir@
+datadir = @datadir@
+datarootdir = @datarootdir@
+docdir = @docdir@
+dvidir = @dvidir@
+exec_prefix = @exec_prefix@
+gl_LIBOBJS = @gl_LIBOBJS@
+gl_LTLIBOBJS = @gl_LTLIBOBJS@
+gl_tools_LIBOBJS = @gl_tools_LIBOBJS@
+gl_tools_LTLIBOBJS = @gl_tools_LTLIBOBJS@
+gl_toolstests_LIBOBJS = @gl_toolstests_LIBOBJS@
+gl_toolstests_LTLIBOBJS = @gl_toolstests_LTLIBOBJS@
+gl_toolstests_WITNESS = @gl_toolstests_WITNESS@
+gltests_LIBOBJS = @gltests_LIBOBJS@
+gltests_LTLIBOBJS = @gltests_LTLIBOBJS@
+gltests_WITNESS = @gltests_WITNESS@
+host = @host@
+host_alias = @host_alias@
+host_cpu = @host_cpu@
+host_os = @host_os@
+host_vendor = @host_vendor@
+htmldir = @htmldir@
+includedir = @includedir@
+infodir = @infodir@
+install_sh = @install_sh@
+libdir = @libdir@
+libexecdir = @libexecdir@
+localedir = @localedir@
+localstatedir = @localstatedir@
+mandir = @mandir@
+mkdir_p = @mkdir_p@
+oldincludedir = @oldincludedir@
+pdfdir = @pdfdir@
+prefix = @prefix@
+program_transform_name = @program_transform_name@
+psdir = @psdir@
+runstatedir = @runstatedir@
+sbindir = @sbindir@
+sharedstatedir = @sharedstatedir@
+srcdir = @srcdir@
+sysconfdir = @sysconfdir@
+target_alias = @target_alias@
+top_build_prefix = @top_build_prefix@
+top_builddir = @top_builddir@
+top_srcdir = @top_srcdir@
 
-# a - z								# 97 - 122							x0061 - x007A
+# generate the list of tables as follows:
+# $ ls | grep -v Makefile | grep -v README | grep -v maketablelist.sh | grep -v '.*~$' | sort -df | sed -e 's/$/ \\/' -e 's/^/	/' -e '$s/\\$//'
+table_files = \
+	afr-za-g1.ctb \
+	afr-za-g2.ctb \
+	ar-ar-g1.utb \
+	ar-ar-g2.ctb \
+	ar-ar-comp8.utb \
+	ar.tbl \
+	as-in-g1.utb \
+	as.tbl \
+	awa.tbl \
+	aw-in-g1.utb \
+	spaces.uti \
+	be-in-g1.utb \
+	bengali.cti \
+	bg.ctb \
+	bg.tbl \
+	bh.ctb \
+	bh.tbl \
+	bn.tbl \
+	bo.ctb \
+	bo.tbl \
+	boxes.ctb \
+	braille-patterns.cti \
+	bra.tbl \
+	br-in-g1.utb \
+	ca-chardefs.cti \
+	ca-g1.ctb \
+	ca.tbl \
+	en-chardefs.cti \
+	chr-us-g1.ctb \
+	ckb-chardefs.cti \
+	ckb-g1.ctb \
+	ckb.tbl \
+	ckb-translation.cti \
+	compress.cti \
+	controlchars.cti \
+	corrections.cti \
+	countries.cti \
+	cs-chardefs.cti \
+	cs-comp8.utb \
+	cs-g1.ctb \
+	cs-letterDef8Dots.uti \
+	cs.tbl \
+	cs-translation.cti \
+	cy-cy-g1.utb \
+	cy-cy-g2.ctb \
+	cy.tbl \
+	da-dk-6miscChars.cti \
+	da-dk.dis \
+	da-dk-g08.ctb \
+	da-dk-g16.ctb \
+	da-dk-g16-lit.ctb \
+	da-dk-g18.ctb \
+	da-dk-g26.ctb \
+	da-dk-g26l.ctb \
+	da-dk-g26-lit.ctb \
+	da-dk-g26l-lit.ctb \
+	da-dk-g28.ctb \
+	da-dk-g28l.ctb \
+	da-dk-octobraille.dis \
+	da-lt.ctb \
+	de-accents.cti \
+	de-accents-detailed.cti \
+	de-chardefs6.cti \
+	de-chardefs8.cti \
+	de-chess.ctb \
+	de-de-comp8.ctb \
+	de-de.dis \
+	de-eurobrl6.dis \
+	de-eurobrl6u.dis \
+	de-g0-core.uti \
+	de-g0.utb \
+	de-g1-core.cti \
+	de-g1-core-patterns.dic \
+	de-g1.ctb \
+	de-g2-core.cti \
+	de-g2-core-patterns.dic \
+	de-g2.ctb \
+	devanagari.cti \
+	digits6DotsPlusDot6.uti \
+	digits6Dots.uti \
+	digits8Dots.uti \
+	dra.ctb \
+	dra.tbl \
+	el.ctb \
+	en_CA.ctb \
+	en_CA.tbl \
+	en-chess.ctb \
+	en-gb-comp8.ctb \
+	en-gb-g1.utb \
+	en-GB-g2.ctb \
+	en_GB.tbl \
+	en-in-g1.ctb \
+	en-nabcc.utb \
+	en-ueb-chardefs.uti \
+	en-ueb-g1.ctb \
+	en-ueb-g2.ctb \
+	en-ueb-math.ctb \
+	en-us-brf.dis \
+	en-us-comp6.ctb \
+	en-us-comp8.ctb \
+	en_US-comp8-ext.tbl \
+	en-us-comp8-ext.utb \
+	en-us-compbrl.uti \
+	en-us-g1.ctb \
+	en-us-g2.ctb \
+	en-us-interline.ctb \
+	en-us-mathtext.ctb \
+	en_US.tbl \
+	eo-g1.ctb \
+	eo-g1-x-system.ctb \
+	eo.tbl \
+	es-chardefs.cti \
+	Es-Es-G0.utb \
+	es-g1.ctb \
+	es-g2.ctb \
+	es-new.dis \
+	es-old.dis \
+	es.tbl \
+	et.ctb \
+	et-g0.utb \
+	ethio-g1.ctb \
+	et.tbl \
+	eurodefs.cti \
+	fa-ir-comp8.ctb \
+	fa-ir-g1.utb \
+	fi1.ctb \
+	fi2.ctb \
+	fi-fi-8dot.ctb \
+	fi.utb \
+	fr-bfu-comp68.cti \
+	fr-bfu-comp6.utb \
+	fr-bfu-comp8.utb \
+	fr-bfu-g2.ctb \
+	ga-g1.utb \
+	ga-g2.ctb \
+	gd.ctb \
+	gd.tbl \
+	gez.tbl \
+	gon.ctb \
+	gon.tbl \
+	grc-international-en.utb \
+	grc-international-common.uti \
+	grc-international-composed.uti \
+	grc-international-decomposed.uti \
+	gr-pl-comp8.uti \
+	gu-in-g1.utb \
+	gujarati.cti \
+	gurumuki.cti \
+	gu.tbl \
+	haw-us-g1.ctb \
+	he.ctb \
+	he.tbl \
+	hi-in-g1.utb \
+	hi.tbl \
+	hr-chardefs.cti \
+	hr-comp8.tbl \
+	hr-comp8.utb \
+	hr-digits.uti \
+	hr-g1.ctb \
+	hr-g1.tbl \
+	hr-translation.cti \
+	hu-backtranslate-correction.dis \
+	hu-chardefs.cti \
+	hu-exceptionwords.cti \
+	hu-hu-g1_braille_input.cti \
+	hu-hu-comp8.ctb \
+	hu-hu-g1.ctb \
+	hu-hu-g2.ctb \
+	hu-hu-g2_exceptions.cti \
+	hu.tbl \
+	hy.ctb \
+	hyph_brl_da_dk.dic \
+	hyph_cs_CZ.dic \
+	hyph_da_DK.dic \
+	hyph_de_DE.dic \
+	hyph_en_US.dic \
+	hyph_eo.dic \
+	hyph_es_ES.dic \
+	hyph_fr_FR.dic \
+	hyph_hu_HU.dic \
+	hyph_it_IT.dic \
+	hyph_nb_NO.dic \
+	hyph_nl_NL.dic \
+	hyph_nn_NO.dic \
+	hyph_pl_PL.dic \
+	hyph_pt_PT.dic \
+	hyph_ru.dic \
+	hyph_sv_SE.dic \
+	hy.tbl \
+	IPA-unicode-range.uti \
+	IPA.utb \
+	is-chardefs6.cti \
+	is-chardefs8.cti \
+	is.ctb \
+	is.tbl \
+	it-it-comp6.utb \
+	it-it-comp8.utb \
+	it.tbl \
+	iu-ca-g1.ctb \
+	ka-in-g1.utb \
+	kannada.cti \
+	kha.tbl \
+	kh-in-g1.utb \
+	kn.tbl \
+	ko-2006.cti \
+	ko-2006-g1.ctb \
+	ko-2006-g2.ctb \
+	ko-chars.cti \
+	ko.cti \
+	ko-g1.ctb \
+	ko-g1-rules.cti \
+	ko-g2.ctb \
+	ko-g2-rules.cti \
+	kok.ctb \
+	kok.tbl \
+	kru.ctb \
+	kru.tbl \
+	ks-in-g1.utb \
+	latinLetterDef6Dots.uti \
+	latinLetterDef8Dots.uti \
+	litdigits6DotsPlusDot6.uti \
+	litdigits6Dots.uti \
+	loweredDigits6Dots.uti \
+	loweredDigits8Dots.uti \
+	lt.ctb \
+	lt.tbl \
+	lt-6dot.utb \
+	lt-6dot.tbl \
+	Lv-Lv-g1.utb \
+	lv.tbl \
+	malayalam.cti \
+	mao-nz-g1.ctb \
+	marburg_single_cell_defs.cti \
+	marburg_unicode_defs.cti \
+	ml-in-g1.utb \
+	ml.tbl \
+	mn-in-g1.utb \
+	mni.tbl \
+	mn-MN-common.cti \
+	mn-MN-g1.utb \
+	mn-MN-g2.ctb \
+	mr-in-g1.utb \
+	mr.tbl \
+	mt.ctb \
+	mt.tbl \
+	mun.ctb \
+	mun.tbl \
+	mwr.ctb \
+	mwr.tbl \
+	ne.ctb \
+	nemethdefs.cti \
+	ne.tbl \
+	nl-BE.dis \
+	nl-BE-g0.utb \
+	nl_BE.tbl \
+	nl-chardefs.uti \
+	nl-g0.uti \
+	nl-NL-g0.utb \
+	nl.tbl \
+	no-no-8dot-fallback-6dot-g0.utb \
+	no-no-8dot.utb \
+	no-no-braillo-047-01.dis \
+	no-no-chardefs6.uti \
+	no-no-comp8.ctb \
+	no-no.dis \
+	no-no-g0.utb \
+	no-no-g1.ctb \
+	no-no-g2.ctb \
+	no-no-g3.ctb \
+	no-no-generic.ctb \
+	no-no-generic.dis \
+	no-no-latinLetterDef6Dots_diacritics.uti \
+	no.tbl \
+	np-in-g1.utb \
+	or-in-g1.utb \
+	oriya.cti \
+	or.tbl \
+	pa.tbl \
+	pi.ctb \
+	pi.tbl \
+	pl-pl-comp8.ctb \
+	Pl-Pl-g1.utb \
+	pl.tbl \
+	printables.cti \
+	pt-pt-comp8.ctb \
+	pt-pt-g1.utb \
+	pt-pt-g2.ctb \
+	pt.tbl \
+	pu-in-g1.utb \
+	ro.ctb \
+	ro.tbl \
+	ru-chardefs.cti \
+	ru-compbrl.ctb \
+	ru.ctb \
+	ru-letters.dis \
+	ru-litbrl.ctb \
+	ru-ru.dis \
+	ru-ru-g1.utb \
+	ru-unicode.dis \
+	ru.tbl \
+	sa-in-g1.utb \
+	sa.tbl \
+	sd.tbl \
+	se-se.ctb \
+	se-se.dis \
+	Se-Se-g1.utb \
+	si-in-g1.utb \
+	sin.cti \
+	sin.utb \
+	sk-chardefs.cti \
+	sk-g1.ctb \
+	sk-sk-g1.utb \
+	sk-sk.utb \
+	sk.tbl \
+	sk-translation.cti \
+	sl-si-comp8.ctb \
+	sl-si-g1.utb \
+	sl.tbl \
+	sot-za-g1.ctb \
+	sr-chardefs.cti \
+	sr-g1.ctb \
+	sr.tbl \
+	sv-1989.ctb \
+	sv-1996.ctb \
+	sv.tbl \
+	ta.ctb \
+	tamil.cti \
+	ta-ta-g1.ctb \
+	ta.tbl \
+	te-in-g1.utb \
+	telugu.cti \
+	te.tbl \
+	text_nabcc.dis \
+	tr.ctb \
+	tr-g1.ctb \
+	tr-g2.ctb \
+	tr-g2.tbl \
+	tr.tbl \
+	tsn-za-g1.ctb \
+	uk.utb \
+	ukchardefs.cti \
+	ukmaths_single_cell_defs.cti \
+	ukmaths_unicode_defs.cti \
+	unicode-braille.utb \
+	unicode.dis \
+	unicode-without-blank.dis \
+	uni-text.dis \
+	ur-pk-g1.utb \
+	ur-pk-g2.ctb \
+	us-table.dis \
+	vi.ctb \
+	vi-g1.ctb \
+	vi.tbl \
+	wiskunde-chardefs.cti \
+	zh-chn.ctb \
+	zh_CHN.tbl \
+	zhcn-g1.ctb \
+	zhcn-g2.ctb \
+	zh-hk.ctb \
+	zh_HK.tbl \
+	zh-tw.ctb \
+	zh_TW.tbl 
 
-punctuation { 5-123		left curly bracket			x007B
-sign | 456						vertical line						x007C
-punctuation } 456-2		right curly bracket			x007D
-sign ~ 5						tilde										x007E
-sign \x0080 15-136-1235-135										x0080
+tablesdir = $(datadir)/liblouis/tables
+tables_DATA = $(table_files)
+EXTRA_DIST = $(table_files)
+all: all-am
 
-space \X00A0 0				# no-break space													x00A0
-sign ¢ 4-14						cent sign																	x00A2
-sign £ 4-123					pound sign																x00A3
-sign ¤ 45-15					currency sign															x00A4
-sign ¥ 45-13456				yen	sign																	x00A5
-sign § 234-234				paragraph	sign														x00A7
-sign © 6-14-135-1234-13456-1235-24-1245-125-2345		copyright		x00A9
-sign \x00AA 1					feminine ordinal indicator
-punctuation « 6-236		left-pointing double quotation mark			x00AB
-sign ° 356						degree sign																x00B0
-sign ² 16-3456-12				superscript 2 sign												x00B2
-sign ³ 16-3456-14				superscript 3 sign												x00B3
-# sign \x00B4 35			acute accent
-sign \x00B4 35					acute accent
-sign \x00B5 46-134		# 181				µ micro sign									x00B5
-sign \x00B6 346				#						¶ pilcrow sign								x00B6
-sign ¹ 16-3456-1					superscript 1 sign												x00B9
-sign \x00BA 135				masculine ordinal indicator
-punctuation » 6-236		right-pointing double quotation mark		x00BB
-sign ¼ 3456-2-145			vulgar fraction one quarter								x00BC
-sign ½ 3456-2-12			vulgar fraction one half									x00BD
-sign ¾ 3456-25-145		vulgar fraction 3 quarters				x00BE
+.SUFFIXES:
+$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
+	@for dep in $?; do \
+	  case '$(am__configure_deps)' in \
+	    *$$dep*) \
+	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
+	        && { if test -f $@; then exit 0; else break; fi; }; \
+	      exit 1;; \
+	  esac; \
+	done; \
+	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu tables/Makefile'; \
+	$(am__cd) $(top_srcdir) && \
+	  $(AUTOMAKE) --gnu tables/Makefile
+Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
+	@case '$?' in \
+	  *config.status*) \
+	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
+	  *) \
+	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
+	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
+	esac;
 
-uplow \x00C0\x00E0 1246			a with grave						x00C0 / 00E0
-uplow Áá 12356							A with acute						x00C1 / 00E1
-uplow Ââ 16									a with circumflex				x00C2 / 00E2
-uplow \x00C3\x00E3 345			a with tilde						x00C3 / 00E3
-uplow Åå 16									A with ring above				x00C5 / 00C4
-uplow Ää 345								A with diaeresis				x00C4 / 00E4
-uplow Çç 12346							letter c with cedilla		x00C7 / 00E7
-uplow \x00C8\x00E8 2346		e with grave è					x00C8 / 00E8
-uplow \x00C9\x00E9 123456		e with acute é					x00C9 / 00E9
-uplow \x00CA\x00EA 126			e with circumflex				x00CA /	00EA
-uplow \x00CC\x00EC 146				i with grave						x00CC	/ 00EC
-uplow \x00CD\x00ED 34				i with acute						x00CD	/ 00ED
-uplow \x00D2\x00F2 2456			o with grave ò					x00D2 / 00F2
-uplow \x00D3\x00F3 346			o with acute ó					x00D3 / 00F3
-uplow \x00D4\x00F4 1456			o with circumflex ô			x00D4 / 00F4
-uplow \x00D5\x00F5 246			o with tilde						x00D5 / 00F5
-uplow Öö 246								O with diaeresis				x00D6 / 00F6
-uplow \X00DA\x00FA 23456		u with acute						x00DA / 00FA
-uplow \x00DC\x00FC 1256			u with diaeresis				x00FC
+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
-uplow \x00D1\x00F1 12456			n with tilde
+$(top_srcdir)/configure:  $(am__configure_deps)
+	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
+	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+$(am__aclocal_m4_deps):
+
+mostlyclean-libtool:
+	-rm -f *.lo
+
+clean-libtool:
+	-rm -rf .libs _libs
+install-tablesDATA: $(tables_DATA)
+	@$(NORMAL_INSTALL)
+	@list='$(tables_DATA)'; test -n "$(tablesdir)" || list=; \
+	if test -n "$$list"; then \
+	  echo " $(MKDIR_P) '$(DESTDIR)$(tablesdir)'"; \
+	  $(MKDIR_P) "$(DESTDIR)$(tablesdir)" || exit 1; \
+	fi; \
+	for p in $$list; do \
+	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+	  echo "$$d$$p"; \
+	done | $(am__base_list) | \
+	while read files; do \
+	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(tablesdir)'"; \
+	  $(INSTALL_DATA) $$files "$(DESTDIR)$(tablesdir)" || exit $$?; \
+	done
+
+uninstall-tablesDATA:
+	@$(NORMAL_UNINSTALL)
+	@list='$(tables_DATA)'; test -n "$(tablesdir)" || list=; \
+	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
+	dir='$(DESTDIR)$(tablesdir)'; $(am__uninstall_files_from_dir)
+format-sources-local: 
+tags TAGS:
+
+ctags CTAGS:
+
+cscope cscopelist:
 
 
-math ÷ 256			division sign															x00F7
-math × 236			multiplication sign												x00D7
+distdir: $(BUILT_SOURCES)
+	$(MAKE) $(AM_MAKEFLAGS) distdir-am
 
-# this is for compiler
-uplow \x0104\x0105 6			# a with ogonek
-uplow \x0118\x0119 3456		# the letter e with ogonek
+distdir-am: $(DISTFILES)
+	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
+	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
+	list='$(DISTFILES)'; \
+	  dist_files=`for file in $$list; do echo $$file; done | \
+	  sed -e "s|^$$srcdirstrip/||;t" \
+	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
+	case $$dist_files in \
+	  */*) $(MKDIR_P) `echo "$$dist_files" | \
+			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
+			   sort -u` ;; \
+	esac; \
+	for file in $$dist_files; do \
+	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+	  if test -d $$d/$$file; then \
+	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
+	    if test -d "$(distdir)/$$file"; then \
+	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
+	    fi; \
+	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
+	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
+	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
+	    fi; \
+	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
+	  else \
+	    test -f "$(distdir)/$$file" \
+	    || cp -p $$d/$$file "$(distdir)/$$file" \
+	    || exit 1; \
+	  fi; \
+	done
+check-am: all-am
+check: check-am
+all-am: Makefile $(DATA)
+installdirs:
+	for dir in "$(DESTDIR)$(tablesdir)"; do \
+	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
+	done
+install: install-am
+install-exec: install-exec-am
+install-data: install-data-am
+uninstall: uninstall-am
+
+install-am: all-am
+	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
+
+installcheck: installcheck-am
+install-strip:
+	if test -z '$(STRIP)'; then \
+	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+	      install; \
+	else \
+	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
+	fi
+mostlyclean-generic:
+
+clean-generic:
+
+distclean-generic:
+	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
+
+maintainer-clean-generic:
+	@echo "This command is intended for maintainers to use"
+	@echo "it deletes files that may require special tools to rebuild."
+clean: clean-am
+
+clean-am: clean-generic clean-libtool mostlyclean-am
+
+distclean: distclean-am
+	-rm -f Makefile
+distclean-am: clean-am distclean-generic
+
+dvi: dvi-am
+
+dvi-am:
+
+format-sources: format-sources-am
+
+format-sources-am: format-sources-local
+
+html: html-am
+
+html-am:
+
+info: info-am
+
+info-am:
+
+install-data-am: install-tablesDATA
+
+install-dvi: install-dvi-am
+
+install-dvi-am:
+
+install-exec-am:
+
+install-html: install-html-am
+
+install-html-am:
+
+install-info: install-info-am
+
+install-info-am:
+
+install-man:
+
+install-pdf: install-pdf-am
+
+install-pdf-am:
+
+install-ps: install-ps-am
+
+install-ps-am:
+
+installcheck-am:
+
+maintainer-clean: maintainer-clean-am
+	-rm -f Makefile
+maintainer-clean-am: distclean-am maintainer-clean-generic
+
+mostlyclean: mostlyclean-am
+
+mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+
+pdf: pdf-am
+
+pdf-am:
+
+ps: ps-am
+
+ps-am:
+
+uninstall-am: uninstall-tablesDATA
+
+.MAKE: install-am install-strip
+
+.PHONY: all all-am check check-am clean clean-generic clean-libtool \
+	cscopelist-am ctags-am distclean distclean-generic \
+	distclean-libtool distdir dvi dvi-am format-sources-am \
+	format-sources-local html html-am info info-am install \
+	install-am install-data install-data-am install-dvi \
+	install-dvi-am install-exec install-exec-am install-html \
+	install-html-am install-info install-info-am install-man \
+	install-pdf install-pdf-am install-ps install-ps-am \
+	install-strip install-tablesDATA installcheck installcheck-am \
+	installdirs maintainer-clean maintainer-clean-generic \
+	mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
+	ps ps-am tags-am uninstall uninstall-am uninstall-tablesDATA
+
+.PRECIOUS: Makefile
 
 
-punctuation	\x2010 36						# 8208			hyphen
-punctuation	\x2011 36						# 8209			non-breaking hyphen
-punctuation	\x2012 36												figure dash
-math	\x2013 36						# 8211			en dash (smart minus sign)
-punctuation	\x2013 36-36				# 8211			en dash (smart minus sign)
-punctuation	\x2014 36-36										em dash
-sign \x2015 4-14														horizontal bar
-punctuation	\x2018 56-236						# 8216			smart single left quotation mark
-punctuation	\x2019 56-236						# 8217			smart single right quotation mark
-sign \x20AC 4-15														Euro sign				x0080
-punctuation	\x201C 56-236					# 8220			smart opening double quote
-punctuation	\x201D 56-236					# 8221			smart closing double quote
-punctuation	\x201E 56-236					# 8222			smart double low quotation mark
-punctuation	\x201F 56-236					# 8223			double high reverse quotation mark
-
-sign \x2022 246-135											bullet
-punctuation \x2026 35-26-35	# 8230	smart ellipsis
-sign \x2030 456-356-356									per mile sign
-sign \x2190	246-25											leftwards arrow
-sign \x2192 25-135											rightwards arrow
-sign \x2194 246-25-135									left right arrow
-sign \x2260 45-2356											not equal to
-#-------------- end defintions ------------------------------------------
-
-
-capsletter 46
-# capsword 46-46-136			# uncomment if you don't want capitalization
-begcapsword 46-46
-
-emphclass italic
-emphclass underline
-emphclass bold
-begemph italic 35
-begemph bold 35
-begemph underline 35
-endemph italic 35
-endemph bold 35
-endemph underline 35
-begcomp 5-2
-endcomp 5-2
-
-begnum ( 126
-endnum ) 345
-begnum [ 12356
-endnum ] 23456
-endnum \x00AA 1
-endnum \x00BA 135
-numsign 3456
-midnum , 2
-midnum . 3
-midnum + 235-3456
-midnum - 36-3456
-midnum / 6-2-3456
-midnum : 25-3456
-
-endnum # 56-3456
-
-repeated ... 3-3-3		points de suite
-repeated --- 36-36-36
-repeated ___ 46-36
-
-always \s--\s 36-36	tiret
-
-#  liblouis: German Grade 2 Braille
+# Tell versions [3.59,3.63) of GNU make to not export all variables.
+# Otherwise a system limit (for SysV at least) may be exceeded.
+.NOEXPORT:
+# Liblouis: Danish table for 6 dots grade 2 forward and backward translation 
 #
-#  Copyright (C) 2009 SBS Schweizerische Bibliothek für Blinde und Sehbehinderte
+#  Copyright (C) 2014-2017, Bue Vester-Andersen <bue@vester-andersen.dk>
 #
 #  This file is part of liblouis.
 #
@@ -228,11547 +1715,1975 @@
 #  License along with liblouis. If not, see
 #  <http://www.gnu.org/licenses/>.
 #
-#-------------------------------------------------------------------------------
-#
-#  DEUTSCHE KURZSCHRIFT - German Grade 2 Braille
-#
-#  Version 2009-12-04
-#  christian.waldvogel@sbszh.ch
-#
-#-------------------------------------------------------------------------------
+# Version: Bue Vester-Andersen, 170604
 
+### Table Metadata
 
-#
-#   Einschränkungen
-#   ---------------
-#
-#   - Optimiert für Neue Rechtschreibung
-#   - Schweizer ss-Schreibung nicht berücksichtigt
-#
-#
-#   Bekannte Probleme
-#   -----------------
-#
-#   - Gross-/Kleinschreibung: caps capsword endcapsword ist nicht genug ...
-#     es braucht Auszeichnung im Text.
-#
-#   - Wortersatzzstrich am Ende:
-#     - Bis jetzt nur die Lautgruppen vor -\s und -,\s.
-#     - Ausformulierte Ausnahmen müssen damit nachgerüstet werden.
-#
-#   Abzuklären
-#   ----------
-#
-#   - "contraction" für Masseinheiten missbrauchen, erfordert eingeschaltetes
-#     lettersign!
-#
+#-name: Dansk forkortet 6-punkt
+#-index-name: Danish, contracted, 6-dot
+#-display-name: Danish 6-dot contracted braille
 
+#+locale: da
+#+type: literary
+#+contraction: full
+#+grade: 2
+#+dots: 6
+#+direction: both
 
+#-has-nocross: yes
 
+# Display opcodes
+include da-dk-octobraille.dis
 
-# class definitions
-class a a
-class b b
-class c c
-class d d
-class e e
-class er er
-class f f
-class h h
-class g g
-class i i
-class j j
-class k k
-class l l
-class m m
-class n n
-class r r
-class s s
-class t t
-class u u
-class z z
-class kpvw kpvw
-class konsonant bcdfghjklmnpqrstvwxyz
+### Spaces
 
+# These ctrl-chars have to have a representation, so that they can be properly converted back and forth.
+space \t 2478 CHARACTER TABULATION
+space \n 678 LINE FEED (LF)
+space \v 1368 LINE TABULATION
+space \f 12378 FORM FEED (FF)
+space \r 257 CARRIAGE RETURN (CR)
+space \x00a0 a
 
+include spaces.uti
 
-# (4.1 Lautgruppenkürzungen)
+### Character definitions
 
-# Doppelvokale
-always frisbee 124-1235-24-234-12-15-15
-always kaffee 13-1-124-124-15-15
-always coffee 6-14-135-124-124-15-15
-always toffee 2345-135-124-124-15-15
-always dragee 145-1235-1-1245-15-15
-always bungee 12-256-1245-15-15
-always dorothee 145-26-135-2345-125-15-15
-always cheese 1456-15-15-234-15
-always pappmaschee 1234-1-1234-1234-134-1-156-15-15
-always klischee 13-123-24-156-15-15
-always yankee 6-13456-235-13-15-15
-always gelee 1245-13456-15-15
-always soufflee 234-135-136-124-124-123-15-15
-always defilee 145-15-124-24-123-15-15
-always klee 13-123-15-15
-always renommee 1235-14-135-1346-15-15
-always armee 356-134-15-15
-always resümee 1235-123456-1256-134-15-15
-always schnee 156-1345-15-15
-always trainee 2345-1235-1-24-1345-15-15
-always pralinee 1234-1235-1-123-35-15-15
-always portmonee 1234-26-2345-134-135-1345-15-15
-always kanapee 13-235-1-1234-15-15
-always portepee 1234-26-236-1234-15-15
-always separee 234-15-1234-356-15-15
-always referee 1235-15-124-12456-15-15
-always schikoree 156-24-13-26-15-15
-always spree 234-1234-1235-15-15
-always karree 13-356-1235-15-15
-always porree 1234-26-1235-15-15
-always püree 1234-1256-1235-15-15
-always frikassee 124-1235-24-13-1-2346-15-15
-always plissee 1234-123-24-2346-15-15
-always varietee 1236-356-24-15-2345-15-15
-always komitee 13-135-134-24-2345-15-15
-always trustee 2345-1235-136-23456-15-15
-always frottee 124-1235-135-2345-2345-15-15
-always queen 6-12345-136-15-15-1345
-always halloween 125-1-12345-135-2456-15-15-1345
+# Definition of dot cells
+punctuation ! 235 EXCLAMATION MARK
+punctuation " 2356 QUOTATION MARK
+punctuation ' 4 APOSTROPHE
+punctuation ( 236 LEFT PARENTHESIS
+punctuation ) 356 RIGHT PARENTHESIS
+punctuation , 2 COMMA
+punctuation - 36 HYPHEN-MINUS
+punctuation . 3 FULL STOP
+punctuation / 34 SLASH
+punctuation : 25 COLON
+punctuation ; 23 SEMICOLON
+punctuation ? 26 QUESTION MARK
+uplow Aa 1
+uplow Bb 12
+uplow Cc 14
+uplow Dd 145
+uplow Ee 15
+uplow Ff 124
+uplow Gg 1245
+uplow Hh 125
+uplow Ii 24
+uplow Jj 245
+uplow Kk 13
+uplow Ll 123
+uplow Mm 134
+uplow Nn 1345
+uplow Oo 135
+uplow Pp 1234
+uplow Rr 1235
+uplow Ss 234
+uplow Tt 2345
+uplow Uu 136
+uplow Vv 1236
+uplow Yy 13456
 
-always hawaii 125-1-2456-1-24-24
-always ascii 1-234-6-14-24-24
-
-always boom 12-135-135-134
-always voodoo 1236-135-135-145-135-135
-always yahoo 6-13456-1-125-135-135
-always waterloo 2456-1-2345-12456-123-135-135
-always shampoo 234-125-1-134-1234-135-135
-always tattoo 2345-1-2345-2345-135-135
-always daewoo 145-1-15-2456-135-135
-always zoo 1356-135-135
-
-# ABER (4.3.2 Einformige Kürzungen, alleinstehend oder in Wortverbindungen)
-word aber 1
-always aber 2-1
-always aberdeen 1-12-12456-145-15-15-1345
-midword aberech 1-23-1235-15-1456
-midendword abereich 1-23-1235-146-1456
-midendword abericht 1-23-2-3456
-begmidword aberkann 1-12-12456-13-235-1345
-always aberkenn 1-12-12456-13-14-1345
-begmidword abernt 1-12-12456-1345-2345
-prfword abernte 1-12-12456-1345-236
-prfword aberntest 1-12-12456-1345-236-23456
-prfword aberntet 1-12-12456-1345-236-2345
-prfword aberntete 1-12-12456-1345-236-236
-prfword abernteten 1-12-12456-1345-236-2345-14
-prfword aberntetest 1-12-12456-1345-236-236-23456
-prfword aberntetet 1-12-12456-1345-236-236-2345
-always aberrans 1-12-12456-1235-235-234
-always aberratio 1-12-12456-1235-1-2345-24-135
-always aberration 1-12-12456-1235-5-1345
-always aberrier 1-12-12456-1235-346-1235
-always aberzieh 1-12-12456-1356-346-125
-always aaberg 1-1-12-12456-1245
-always cabernet 6-14-1-12-12456-1345-15-2345
-sufword faber 124-1-12-12456
-midword gaber 1245-1-23-1235
-always gaberecht 1245-1-23-1235-2345
-sufword haber 125-1-12-12456
-always schaber 156-1-12-12456
-always makaber 134-1-13-1-12-12456
-always kandelaber 13-235-145-13456-1-12-12456
-always laber 123-1-12-12456
-always annaberg 235-1345-1-12-12456-1245
-always araber 356-1-12-12456
-always graber 1245-1235-1-12-12456
-always traber 2345-1235-1-12-12456
-begmidword tabern 2345-1-12-12456-1345
-always waber 2456-1-12-12456
-
-# ACH (4.1 Lautgruppenkürzungen)
-midendword ach 56
-endword achip 1-1456-24-1234
-endword achips 1-1456-24-1234-234
-begword aach 1-1-1456
-prfword bachelor 12-1-1456-13456-135-1235
-begmidword bachelor 12-1-1456-13456-26
-always cach 6-14-1-1456
-prfword each 15-1-1456
-always beach 12-15-1-1456
-always beacht 23-56-2345
-prfword beachte 23-56-236
-always beachtest 23-56-236-23456
-always beachtet 23-56-236-2345
-prfword beachtete 23-56-236-236
-always teacher 2345-15-1-1456-12456
-always teaching 2345-15-1-1456-35-1245
-begmidword megach 134-15-1245-1-1456
-always diachron 145-24-1-1456-1235-135-1345
-always machia 134-1-1456-24-1
-always machin 134-1-1456-35
-always machis 134-1-1456-24-234
-always nikomachisch 1345-24-13-135-134-56-24-156
-always macho 134-1-1456-135
-begmidword anachron 235-1-1456-1235-135-1345
-always coach 6-14-135-1-1456
-begword tetrach 2345-15-2345-1235-1-1456
-midword tetrach 236-2345-1235-1-1456
-always attach 1-2345-2345-1-1456
-always blattachsel 12-123-1-2345-2345-56-234-13456
-always detach 145-15-2345-1-1456
-begmidword metach 134-15-2345-1-1456
-begmidword gouach 1245-135-136-1-1456
-
-# ÄHNLICH (4.4 Zweiformige Kürzungen)
-always ähnlich 345-456
-
-# AL  (4.1 Lautgruppenkürzungen)
-begmidword al 25
-always al-\s 25-36-0
-always al-,\s 25-36-2-0
-always aal 1-1-123
-begmidword chinaalk 1456-35-1-25-13
-always dalag 145-1-123-1-1245
-begmidword daläg 145-1-123-345-1245
-prfword daläge 145-1-123-345-12346
-always dalieg 145-1-123-346-1245
-prfword daliege 145-1-123-346-12346
-sufword deal 145-15-1-123
-always dealer 145-15-1-123-12456
-always idealer 24-145-15-25-12456
-always health 125-15-1-123-2345-125
-begmidword sofalehn 234-135-124-1-123-2356-1345
-begmidword yogalehr 6-13456-135-1245-1-123-2356-1235
-begmidword medialeit 134-15-145-24-1-123-146-2345
-before l begmidword mafia 134-1-124-24-1
-begmidword asialad 1-234-24-1-123-1-145
-begmidword asialäd 1-234-24-1-123-345-145
-begmidword asialink 1-234-24-1-123-35-13
-midword vinzial 1236-35-1356-24-25
-begmidword sojalezi 234-135-245-1-123-15-1356-24
-before l begmidword zodiakal 1356-135-145-24-1-13-25
-before l begmidword wodka 2456-135-145-13-1
-begmidword biotikal 12-24-135-2345-24-13-1-123
-before l begmidword mokka 134-135-13-13-1
-before l begmidword vokal 1236-135-13-25
-always tombola 2345-135-134-12-135-123-1
-begmidword kanal 13-235-25
-before l begmidword sauna 234-16-1345-1
-before l begmidword pharma 1234-125-356-134-1
-begmidword europalet 126-1235-135-1234-25-15-2345
-begmidword europalig 126-1235-135-1234-1-123-45
-always nappaleder 1345-1-1234-1234-1-123-15-145-12456
-before l begmidword kamera 13-1-134-12456-1
-always kameralia 13-1-134-12456-25-24-1
-always kameralist 13-1-134-12456-25-24-23456
-always kameralistisch 13-1-134-12456-25-5-156
-begmidword paraling 1234-356-1-123-35-1245
-begmidword paralymp 1234-356-1-123-6-13456-134-1234
-before l begmidword tundra 2345-256-145-1235-1
-begmidword supraleit 234-136-1234-1235-1-123-146-2345
-before l begmidword ultra 136-123-2345-1235-1
-before l begword extra 1346-2345-1235-1
-before l midword extra 15-6-1346-2345-1235-1
-before l begword prosa 12345-234-1
-before l midword prosa 1234-1235-135-234-1
-begmidword metaling 134-15-2345-1-123-35-1245
-begmidword metalog 134-15-2345-1-123-135-1245
-always rastalock 1235-1-23456-1-123-135-46
-begmidword lavalamp 123-1-1236-1-123-1-134-1234
-begmidword lavalämp 123-1-1236-1-123-345-134-1234
-before l begmidword maya 134-1-6-13456-1
-before l begmidword pizza 1234-24-1356-1356-1
-
-# ALL (4.3.5 Einformige Kürzungen, nur mit Erweiterung)
-always all 1-12345
-sufword alle 1-15
-always alledem 1-15-2-12356
-always allee 1-12345-15-15
-# HOMONYM
-always alleen 1-12345-15-14
-sufword allein 1-1246
-endword allein 1-1246
-endword alleine 1-1246-15
-sufword allel 1-12345-13456
-sufword allen 1-14
-sufword allend 1-12345-14-145
-sufword allem 1-12356
-sufword allemal 1-15-134
-always allemand 1-12345-12356-235-145
-sufword aller 1-12456
-sufword alleraller 1-12456-1-12456
-sufword alleralleraller 1-12456-1-12456-1-12456
-sufword zualler 2-1356-1-12456
-sufword zualleraller 2-1356-1-12456-1-12456
-begmidword herzaller 125-12456-1356-1-12456
-sufword alles 1-123456
-word allesamt 1-15-234-1-134-2345
-always alleg 1-12345-15-1245
-prfword allergen 1-12345-12456-1245-14
-prfword allergene 1-12345-12456-1245-14-15
-prfword allergenen 1-12345-12456-1245-14-14
-prfword allergens 1-12345-12456-1245-14-234
-always allergie 1-12345-12456-1245-346
-always allergien 1-12345-12456-1245-24-14
-always allergiker 1-12345-12456-1245-24-13-12456
-always allergisch 1-12345-12456-1245-24-156
-always allergolo 1-12345-12456-1245-135-123-135
-always alley 1-12345-15-6-13456
-# Alte Rechtschreibung
-always balleben 12-25-123-12-14
-# Alte Rechtschreibung
-always ballehr 12-25-123-2356-1235
-# Alte Rechtschreibung
-always ballizenz 12-25-123-24-1356-14-1356
-begmidword modal 134-135-145-25
-begmidword ideal 24-145-15-25
-begmidword real 1235-15-25
-begmidword regal 1235-15-1245-25
-# Alte Rechtschreibung
-sufword schalloch 156-25-123-135-1456
-# Alte Rechtschreibung
-sufword schallöch 156-25-123-246-1456
-begmidword labial 123-1-12-24-25
-begmidword radial 1235-1-145-24-25
-begmidword kollegial 13-135-12345-15-1245-24-25
-begmidword filial 124-24-123-24-25
-begmidword kolonial 13-135-123-135-1345-24-25
-begmidword gymnasial 1245-6-13456-134-1345-1-234-24-25
-begmidword trivial 2345-1235-24-1236-24-25
-begmidword axial 1-6-1346-24-25
-begmidword glazial 1245-123-1-1356-24-25
-begmidword spezial 234-1234-15-1356-24-25
-begmidword fokal 124-135-13-25
-begmidword formal 124-26-134-25
-begmidword maximal 134-1-6-1346-24-134-25
-begmidword minimal 134-35-24-134-25
-begmidword normal 1345-26-134-25
-begmidword final 124-35-25
-begmidword kriminal 13-1235-24-134-35-25
-begmidword kantonal 13-235-2345-135-1345-25
-begmidword kommunal 13-1346-256-25
-begmidword nominal 1345-135-134-35-25
-begmidword original 26-45-35-25
-begmidword personal 1234-1345-25
-begmidword regional 1235-15-1245-24-135-1345-25
-begmidword national 1345-5-1345-25
-begmidword spinal 234-1234-35-25
-begmidword terminal 2345-12456-134-35-25
-begmidword astral 1-23456-1235-25
-begmidword general 1245-14-12456-25
-begmidword lateral 123-1-2345-12456-25
-begmidword natural 1345-2345-25
-begmidword spektral 234-1234-15-13-2345-1235-25
-begmidword spiral 234-1234-24-1235-25
-begmidword oral 26-25
-midword orallür 26-1-12345-1256-1235
-always korall 13-26-1-12345
-begmidword moral 134-26-25
-begmidword zentral 1356-14-2345-1235-25
-begmidword zerebral 1356-12456-15-12-1235-25
-begmidword integral 35-236-1245-1235-25
-begmidword guttural 1245-136-2345-2345-136-1235-25
-begmidword salleist 234-25-123-146-23456
-begmidword dorsal 145-26-234-25
-begmidword nasal 1345-1-234-25
-begmidword universal 256-24-1236-12456-234-25
-begmidword palatal 1234-25-1-2345-25
-# Alte Rechtschreibung
-always metalleiter 134-15-2345-25-123-146-2345-12456
-begmidword dental 145-14-2345-25
-begmidword frontal 124-1235-135-1345-2345-25
-begmidword horizontal 125-26-24-1356-135-1345-2345-25
-begmidword okzipital 135-13-1356-24-1234-24-2345-25
-begmidword dual 145-136-25
-begmidword lingual 123-35-1245-136-25
-begmidword sexual 234-15-6-1346-136-25
-begmidword festival 124-15-23456-24-1236-25
-# Alte Rechtschreibung
-begmidword schallehr 156-25-123-2356-1235
-# Alte Rechtschreibung
-begmidword schalleit 156-25-123-146-2345
-begmidword vokalläng 1236-135-13-25-5-123-1245
-begmidword schmallipp 156-134-25-123-24-1234-1234
-# alte Rechtschreibung
-begmidword kristalleuch 13-1235-24-23456-25-123-126-1456
-# alte Rechtschreibung
-begmidword kristallüst 13-1235-24-23456-25-123-1256-23456
-begmidword wallaus 2456-25-123-16-234
-
-# ALS   (4.3.1 Einformige Wortkürzungen, nur alleinstehend)
-word als 146
-
-# ALSO (4.4 Zweiformige Kürzungen)
-always also 1-135
-always realsozial 1235-15-25-234-123
-begmidword spezial 234-1234-15-1356-24-25
-begmidword vokalsol 1236-135-13-25-234-135-123
-begmidword kanalsohl 13-235-25-234-135-125-123
-begmidword national 1345-5-1345-25
-begmidword zentral 1356-14-2345-1235-25
-begmidword kontinental 13-135-1345-2345-35-14-2345-25
-begmidword talsohl 2345-25-234-135-125-123
-begmidword orbital 26-12-24-2345-25
-begmidword instrumental 35-23456-1235-136-134-14-2345-25
-
-# AN  (4.1 Lautgruppenkürzungen)
-word an 235
-begmidword an 235
-always an-\s 235-36-0
-always an-,\s 235-36-2-0
-always anistisch 235-5-156
-always anation 1-1345-5-1345
-always afrikaans 1-124-1235-24-13-1-1-1345-234
-always saanen 234-1-1-1345-14
-always emanation 12356-235-5-1345
-always trepanation 2345-1235-15-1234-235-5-1345
-always andromedanebel 235-145-1235-135-134-15-145-1-1345-15-12-13456
-always daneben 145-1-1345-12
-always danieden 145-1-1345-346-145-14
-always danieder 145-1-1345-346-145-12456
-always lambda 123-1-134-12-145-1
-prfword bean 12-15-1-1345
-prfword beans 12-15-1-1345-234
-always clean 6-14-123-15-1-1345
-always orleans 26-123-15-1-1345-234
-always jean 245-15-1-1345
-always peanut 1234-15-1-1345-136-2345
-begmidword liganeu 123-45-1-1345-126
-always liganiveau 123-45-1-1345-24-1236-15-16
-begmidword alphanum 25-1234-125-1-1345-136-134
-always olympia 135-123-6-13456-134-1234-24-1
-always arekanuss 356-15-13-1-1345-136-2346
-begmidword arekanüss 356-15-13-1-1345-1256-2346
-begmidword amerikan 1-134-12456-24-13-235
-always kolanuss 13-135-123-1-1345-136-2346
-begmidword kolanüss 13-135-123-1-1345-1256-2346
-begmidword supranation 234-136-1234-1235-1-1345-5-1345
-begmidword supranatur 234-136-1234-1235-1-1345-2345
-always intranet 35-2345-1235-1-1345-15-2345
-always paranuss 1234-356-1-1345-136-2346
-begmidword paranüss 1234-356-1-1345-1256-2346
-
-# ANDER ÄNDER (4.3.6 Kommakürzungen)
-always ander 2-12456
-always anders 2-12456-234
-always änder 5-12456
-always anderlecht 235-145-12456-123-15-1456-2345
-sufword andersen 235-145-12456-234-14
-always mäander 134-345-235-145-12456
-always banderill 12-235-145-12456-24-12345
-begmidword banderol 12-235-145-12456-135-123
-always bänder 12-345-1345-145-12456
-always abänder 1-12-5-12456
-always erbänderung 12456-12-5-12456-136
-always pfänder 1234-124-345-1345-145-12456
-sufword leander 123-15-235-145-12456
-always oleander 135-123-15-235-145-12456
-begmidword neandert 1345-15-235-145-12456-2345
-always ugander 136-1245-235-145-12456
-always schänder 156-345-1345-145-12456
-always koriander 13-26-24-235-145-12456
-always kander 13-235-145-12456
-prfword lander 123-235-145-12456
-always landerdbeer 123-235-145-12456-145-12-15-15-1235
-always landerecht 123-235-145-15-1235-2345
-always salander 234-25-235-145-12456
-always flandern 124-123-235-145-12456-1345
-midendword llander 12345-235-145-12456
-always länder 123-345-1345-145-12456
-always geländer 12346-123-345-1345-145-12456
-midendword lländer 12345-345-1345-145-12456
-always landerwerb 123-235-145-12456-2456-12456-12
-begmidword landerzieh 123-235-145-12456-1356-346-125
-sufword olander 135-123-235-145-12456
-always neulander 1345-126-123-235-145-12456
-always manderscheid 134-235-145-12456-156-146-145
-always salamander 234-25-1-134-235-145-12456
-always anaximander 235-1-6-1346-24-134-235-145-12456
-always commander 6-14-135-1346-235-145-12456
-sufword expander 1346-1234-235-145-12456
-midendword expander 15-6-1346-1234-235-145-12456
-always ränder 1235-345-1345-145-12456
-always temperatur 2345-12356-1234-12456-1-2345-136-1235
-begmidword randerhol 1235-235-145-12456-125-135-123
-begmidword randerschein 1235-235-145-12456-156-1246
-always brander 12-1235-235-145-12456
-begmidword branderreg 12-1235-235-145-12456-1235-15-1245
-always palisander 1234-25-24-234-235-145-12456
-sufword sander 234-235-145-12456
-always cuandero 6-14-136-235-145-12456-135
-always ruander 1235-136-235-145-12456
-always vander 1236-235-145-12456
-always wander 2456-235-145-12456
-always gewänder 12346-2456-345-1345-145-12456
-always alexander 25-15-6-1346-235-145-12456
-always zander 1356-235-145-12456
-
-# AR  (4.1 Lautgruppenkürzungen)
-begmidword ar 356
-always ar-\s 356-36-0
-always ar-,\s 356-36-2-0
-before r begmidword kuba 13-136-12-1
-always amerika 1-134-12456-24-13-1
-before r always afrika 1-124-1235-24-13-1
-always granola 1245-1235-235-135-123-1
-always panama 1234-235-1-134-1
-always komma 13-1346-1
-begmidword kommand 13-1346-235-145
-always klima 13-123-24-134-1
-always aroma 356-135-134-1
-always china 1456-35-1
-before r always henna 125-14-1345-1
-always europa 126-1235-135-1234-1
-sufword extra 1346-2345-1235-1
-midendword extra 15-6-1346-2345-1235-1
-always kamera 13-1-134-12456-1
-always kassandra 13-1-2346-235-145-1235-1
-sufword areligiös 1-1235-13456-45-24-246-234
-midword areligiös 1-1235-13456-45-24-246-234
-midendword areport 1-1235-15-1234-26-2345
-midword arezep 1-1235-15-1356-15-1234
-begword arhythm 1-1235-125-6-13456-2345-125-134
-midword arhythm 1-1235-125-6-13456-2345-125-134
-always aar 1-1-1235
-always teneriffa 2345-14-12456-24-124-124-1
-midword aarithmet 1-356-24-2345-125-134-15-2345
-prfword aarmee 1-356-134-15-15
-always aarmeen 1-356-134-15-14
-begmidword barbaross 12-356-12-1-1235-135-2346
-always learn 123-15-1-1235-1345
-always clear 6-14-123-15-1-1235
-always hearing 125-15-1-1235-35-1245
-always pearl 1234-15-1-1235-123
-begmidword shakespear 234-125-1-13-123456-1234-15-1-1235
-always search 234-15-1-1235-1456
-sufword sears 234-15-1-1235-234
-always tearoom 2345-15-1-1235-135-135-134
-always wear 2456-15-1-1235
-before r begmidword sofa 234-135-124-1
-always ligarund 123-45-1-1235-256-145
-always diarahm 145-24-1-1235-1-125-134
-begmidword diarähm 145-24-1-1235-345-125-134
-begmidword mafiaroll 134-1-124-24-1-1235-135-12345
-always inkareich 35-13-1-1235-146-1456
-always board 12-135-1-1235-145
-always roaring 1235-135-1-1235-35-1245
-always infrarot 35-124-1235-1-1235-135-2345
-prfword infrarote 35-124-1235-1-1235-135-236
-begmidword toraroll 2345-26-1-1235-135-12345
-begmidword thoraroll 2345-125-26-1-1235-135-12345
-always hurraruf 125-136-1235-1235-1-1235-136-124
-always ultrarot 136-123-2345-1235-1-1235-135-2345
-prfword ultrarote 136-123-2345-1235-1-1235-135-236
-always rosarot 1235-135-234-1-1235-135-2345
-prfword rosarote 1235-135-234-1-1235-135-236
-always metareflex 134-15-2345-1-1235-15-124-123-15-6-1346
-before r begmidword manta 134-235-2345-1
-before r begmidword magenta 134-1-1245-14-2345-1
-begmidword costaric 6-14-135-23456-1-1235-24-6-14
-
-# ARBEIT (4.4 Zweiformige Kürzungen)
-always arbeit 356-12
-syllable beitrag 2-12-2345-1245
-syllable beiträg 2-12-5-2345-1245
-
-# -ATION (4.2.2 b) Nachsilbenkürzungen)
-midendword ation 5-1345
-
-# -ATIV  (4.2.2 b) Nachsilbenkürzungen)
-midendword ativ 5-1236
-
-# AU  (4.1 Lautgruppenkürzungen)
-word au 6-16
-always au 16
-always kapernaum 13-1-1234-12456-1345-1-136-134
-always europa 126-1235-135-1234-1
-before u begword extra 1346-2345-1235-1
-before u midword extra 15-6-1346-2345-1235-1
-always galauniform 1245-25-1-256-24-124-26-134
-always intrauterin 35-2345-1235-1-136-2345-12456-35
-always kamera 13-1-134-12456-1
-always pharma 1234-125-356-134-1
-
-# ÄU  (4.1 Lautgruppenkürzungen)
-always äu 34
-always skarabäus 234-13-356-1-12-345-136-234
-always thaddäus 2345-125-1-145-145-345-136-234
-always zebedäus 1356-15-23-145-345-136-234
-midendword igäum 24-1245-345-136-134
-always apogäum 1-1234-135-1245-345-136-134
-always matthäus 134-1-2345-2345-125-345-136-234
-always trochäus 2345-1235-135-1456-345-136-234
-always jubiläum 245-136-12-24-123-345-136-134
-always ptolemäus 1234-2345-135-123-12356-345-136-234
-always bartimäus 12-356-2345-24-134-345-136-234
-always bartholomäus 12-356-2345-125-135-123-135-134-345-136-234
-always borromäus 12-26-1235-135-134-345-136-234
-always athenäum 1-2345-125-14-345-136-134
-always piräus 1234-24-1235-345-136-234
-
-# AUCH  (4.3.1 Einformige Wortkürzungen, nur alleinstehend)
-word auch 34
-
-# AUF (4.3.2 Einformige Kürzungen, alleinstehend oder in Wortverbindungen)
-word auf 16
-always auf-\s 2-16-36-0
-always auf 2-16
-sufword bau 12-16
-always baum 12-16-134
-always baumaschin 12-16-134-156
-always baumaterial 12-16-134-123
-always abbau 1-12-12-16
-always ackerbau 1-46-12456-12-16
-always neubau 1345-126-12-16
-syllable aufbau 2-16-12-16
-always aufberei 2-16-23-1235-146
-always kaufberei 13-16-124-23-1235-146
-always laufberei 123-16-124-23-1235-146
-always durchlauf 2-1456-123-16-124
-prfword signal 234-45-1345-1-123
-begmidword signal 234-45-1345-25
-syllable aufbesser 2-16-234-234
-syllable aufbewahr 2-16-23-2456-125
-always aufgebot 2-16-12346-12-135-2345
-prfword aufgebote 2-16-12346-12-135-236
-syllable aufheb 2-16-125-15-12
-syllable aufhäng 2-16-125-345-1345-1245
-syllable aufhänge 2-16-125-345-1345-12346
-syllable aufhängen 2-16-125-345-1345-1245-14
-syllable aufhängenas 2-16-125-345-1345-12346-1345-1-234
-syllable aufhänger 2-16-125-345-1345-1245-12456
-syllable aufklär 2-16-13-123-345-1235
-syllable aufkomm 2-16-13-1346
-syllable auflauf 2-16-123-16-124
-syllable aufläuf 2-16-123-34-124
-syllable aufmach 2-16-134-56
-syllable aufruf 2-16-1235-136-124
-syllable aufruhr 2-16-1235-136-125-1235
-syllable aufschrei 2-16-156-1235-146
-syllable aufschreib 2-16-156-12
-syllable daraufschreib 2-16-156-12
-syllable umlaufschreiben 136-134-123-16-124-156-12-14
-syllable aufschwung 2-16-156-2456-256-1245
-syllable aufschwün 2-16-156-2456-1256-1345
-syllable aufstieg 2-16-23456-346-1245
-prfword aufstiege 2-16-23456-346-12346
-syllable auftrag 2-16-2345-1245
-syllable aufträg 2-16-5-2345-1245
-syllable auftrags 2-16-2345-1245-234
-syllable auftrieb 2-16-2345-1235-346-12
-syllable anbau 235-12-16
-always ärmel 345-1235-134-13456
-begmidword wärmel 2456-345-1235-134-15-123
-begword ausbau 34-12-16
-midendword ausbau 16-234-12-16
-always baufach 12-16-124-56
-always baufähig 12-16-124-345-125-45
-always baufällig 12-16-5-124-12345-45
-always baufehler 12-16-124-2356-123-12456
-always baufertig 12-16-124-45
-always baufest 12-16-124-15-23456
-begmidword baufinanzier 12-16-124-35-235-1356-346-1235
-prfword baufinanzier 12-16-124-35-235-1356-24-12456
-prfword baufinanziers 12-16-124-35-235-1356-24-12456-234
-begmidword baufirm 12-16-124-24-1235-134
-begmidword baufläch 12-16-124-123-345-1456
-always bauflucht 12-16-124-123-136-1456-2345
-begmidword bauförder 12-16-124-246-1235-145-12456
-always bauform 12-16-124-26-134
-begmidword bauforsch 12-16-124-26-156
-begmidword baufort 12-16-124-26-2345
-always baufrei 12-16-124-1235-146
-begmidword bauführ 12-16-124-125
-always beaufort 12-15-16-124-26-2345
-always niveau 1345-24-1236-15-16
-begmidword blaufarb 12-123-16-124-356-12
-begmidword blaufärb 12-123-16-124-345-1235-12
-begmidword blaufäul 12-123-16-124-34-123
-begmidword blaufelch 12-123-16-124-13456-1456
-begmidword blaufich 12-123-16-124-3456
-always blaufilter 12-123-16-124-24-123-2345-12456
-begmidword chauff 1456-16-124-124
-syllable fuchs 124-136-1456-234
-syllable füchs 124-1256-1456-234
-always gaufürst 1245-16-124-1256-1235-23456
-begmidword graufäul 1245-1235-16-124-34-123
-always graufisch 1245-1235-16-124-24-156
-always hauf 125-16-124
-always nahauf 1345-1-125-2-16
-always frühauf 124-1235-1256-125-2-16
-begmidword stehauf 23456-2356-2-16
-begmidword viehauf 1236-346-125-2-16
-always kabeljau 13-1-12-13456-245-16
-always kauf 13-16-124
-always hypothek 125-6-13456-1234-135-2345-125-15-13
-always klinik 13-123-35-24-13
-always logistik 123-135-1245-24-23456-24-13
-always mathematik 134-1-2345-125-12356-1-2345-24-13
-always physik 1234-125-6-13456-234-24-13
-begmidword grafikauf 1245-1235-1-124-24-13-2-16
-begmidword graphikauf 1245-1235-1-1234-125-24-13-2-16
-begmidword bankauf 12-235-13-2-16
-begmidword schwenkauf 156-2456-14-13-2-16
-begmidword denkaufga 145-14-13-2-16-1245-1
-begmidword lenkauf 123-14-13-2-16
-begmidword funkauf 124-256-13-2-16
-begmidword parkauf 1234-356-13-2-16
-begmidword werkauf 2456-12456-13-2-16
-always knauf 13-1345-16-124
-always lauf 123-16-124
-always eilauftrag 146-123-2-16-2345-1245
-always eilaufträg 146-123-2-16-5-2345-1245
-always monopol 134-135-1345-135-1234-135-123
-always stuhlauf 23456-136-125-123-2-16
-always teilauf 2345-146-123-2-16
-always umlauf 136-134-123-16-124
-always schulauf 156-136-123-2-16
-midendword laufbau 123-2-16-12-16
-midendword laufnehm 123-2-16-1345-125
-midendword laufnahm 123-2-16-1345-134
-midendword laufbereitung 123-2-16-23-1235-146-2345-136
-midendword laufklär 123-2-16-13-123-345-1235
-always schallaufnehm 156-1-12345-2-16-1345-125
-always plateauform 1234-123-1-2345-15-16-124-26-134
-begmidword plateauförm 1234-123-1-2345-15-16-124-246-1235-134
-begmidword schauf 156-16-124
-begmidword geschauf 12346-156-16-124
-always mischauf 134-24-156-2-16
-always tischauf 2345-24-156-2-16
-always frischauf 124-1235-24-156-2-16
-always arschauf 356-156-2-16
-always schnauf 156-1345-16-124
-always geschnauf 12346-156-1345-16-124
-# HOMONYM
-always rauf 1235-2-16
-always raufaser 1235-16-124-1-234-12456
-always raufbold 1235-16-124-12-135-123-145
-prfword raufe 1235-16-124-15
-prfword raufen 1235-16-124-14
-always raufend 1235-16-124-14-145
-prfword raufer 1235-16-124-12456
-always rauferei 1235-16-124-12456-146
-always raufhandel 1235-16-124-125-145-13456
-always raufhändel 1235-16-124-5-125-145-13456
-midendword rauflieger 1235-2-16-123-346-1245-12456
-always rauflust 1235-16-124-123-136-23456
-always raufrost 1235-16-124-1235-135-23456
-prfword raufst 1235-16-124-23456
-always rauft 1235-16-124-2345
-always drauf 145-1235-2-16
-after r midendword auftrag 2-16-2345-1245
-after r midendword aufträg 2-16-5-2345-1245
-always lackier 123-1-46-346-1235
-always grammier 1245-1235-1-1346-346-1235
-always reparatur 1235-15-1234-356-1-2345-136-1235
-always gebühr 12346-12-1256-125-1235
-always lehrauf 123-2356-1235-2-16
-prfword raufte 1235-16-124-236
-prfword rauftest 1235-16-124-236-23456
-prfword rauftet 1235-16-124-236-2345
-always raufutter 1235-16-124-136-2345-2345-12456
-always raufuß 1235-16-124-136-2346
-always raufüß 1235-16-124-1256-2346
-begmidword wiederauf 346-145-2-16
-always trauf 2345-1235-16-124
-always sauf 234-16-124
-always glasauf 1245-123-1-234-2-16
-always standsauf 2-23456-234-2-16
-always fondsauf 124-135-1345-145-234-2-16
-always tagsauf 2345-1-1245-234-2-16
-midword ungsauf 136-234-2-16
-always reichsauf 1235-146-1456-234-2-16
-always bereichsauf 23-1235-146-1456-234-2-16
-midword ationsauf 5-1345-234-2-16
-always stücksauf 23456-1256-46-234-2-16
-always flussauf 124-123-136-2346-2-16
-always budgetsauf 12-136-145-12346-2345-234-2-16
-midword schaftsauf 156-234-2-16
-always hausauf 125-16-234-2-16
-always tauf 2345-16-124
-always spätauf 234-1234-345-2345-2-16
-always porträtauf 1234-26-2345-1235-345-2345-2-16
-always etatauf 15-2345-1-2345-2-16
-always privatauf 1234-1235-24-1236-1-2345-2-16
-always stadtauf 23456-1-145-2345-2-16
-always mietauf 134-346-2345-2-16
-always magnetauf 134-1-1245-1345-15-2345-2-16
-always budgetauf 12-136-145-12346-2345-2-16
-always internetauf 35-2345-12456-1345-15-2345-2-16
-always luftauf 123-136-124-2345-2-16
-always machtauf 134-56-2345-2-16
-always nachtauf 1345-56-2345-2-16
-always schichtauf 156-3456-2345-2-16
-always frachtauf 124-1235-56-2345-2-16
-always dichtauf 145-3456-2345-2-16
-begword lichtauf 123-3456-2345-2-16
-midword lichtauf 456-2345-2-16
-always portraitauf 1234-26-2345-1235-1-24-2345-2-16
-always kreditauf 13-1235-15-145-24-2345-2-16
-always aktauf 1-13-2345-2-16
-always nacktauf 1345-1-46-2345-2-16
-midword jektauf 245-15-13-2345-2-16
-always direktauf 145-24-1235-15-13-2345-2-16
-always marktauf 134-356-13-2345-2-16
-always schaltauf 156-25-2345-2-16
-always weltauf 2456-13456-2345-2-16
-always momentauf 134-135-134-14-2345-2-16
-always notauf 1345-135-2345-2-16
-always brotauf 12-1235-135-2345-2-16
-always startauf 23456-356-2345-2-16
-always wertauf 2456-12456-2345-2-16
-always fahrtauf 2-1235-2345-2-16
-always portauf 1234-26-2345-2-16
-always wortauf 2456-26-2345-2-16
-always bettauf 23-2345-2345-2-16
-always mattauf 134-1-2345-2345-2-16
-always ballettauf 12-1-12345-15-2345-2345-2-16
-syllable aufbau 2-16-12-16
-syllable aufsicht 2-16-234-3456-2345
-begmidword stauf 23456-16-124
-midword staufbr 23456-2-16-12-1235
-midword stauflös 23456-2-16-123-246-234
-midendword staufseher 23456-2-16-234-2356-12456
-midendword stauftrag 23456-2-16-2345-1245
-midword staufträg 23456-2-16-5-2345-1245
-begmidword gastauf 1245-1-23456-2-16
-begmidword knastauf 13-1345-1-23456-2-16
-begmidword kindstauf 13-35-145-234-2345-16-124
-begmidword postauf 1234-135-23456-2-16
-begmidword erstauf 12456-23456-2-16
-begmidword wurstauf 2456-136-1235-23456-2-16
-begmidword blutauf 12-123-136-2345-2-16
-begword textauf 2345-15-6-1346-2345-2-16
-midword textauf 236-6-1346-2345-2-16
-
-# AUS- (4.2.1 Vorsilbenkürzungen)
-begword aus 34
-word aus-\s 34-36-0
-always auschwitz 16-156-2456-24-2345-1356
-begmidword auspizi 16-234-1234-24-1356-24
-sufword austen 16-23456-14
-always auster 16-23456-12456
-sufword austin 16-23456-35
-begmidword austral 16-23456-1235-25
-begmidword australi 16-23456-1235-25-24
-always austria 16-23456-1235-24-1
-always austrones 16-23456-1235-135-1345-123456
-
-# BE  (4.1 Lautgruppenkürzungen)
-word be 12-15
-begmidword be 23
-always be-\s 23-36-0
-always be-,\s 23-36-2-0
-sufword beagl 12-15-1-1245-123
-always beamen 12-15-1-134-14
-always beamer 12-15-1-134-12456
-prfword gebeamt 12346-12-15-1-134-2345
-always beatband 12-15-1-2345-12-235-145
-always beatm 23-1-2345-134
-always beatmusik 12-15-1-2345-134-13
-begmidword beatri 23-1-2345-1235-24
-before konsonant begmidword beat 12-15-1-2345
-always offbeat 135-124-124-12-15-1-2345
-midendword stoffbeatmung 23456-135-124-124-23-1-2345-134-136
-always off-beat 135-124-124-36-12-15-1-2345
-always computerbeat 6-14-135-134-1234-136-2345-12456-12-15-1-2345
-prfword beau 12-15-16
-always beaujolais 12-15-16-245-135-123-1-24-234
-always beaulieu 12-15-16-123-24-126
-prfword beaus 12-15-16-234
-always beautiful 12-15-16-2345-24-124-136-123
-always beauty 12-15-16-2345-6-13456
-always farbecht 124-356-12-15-1456-2345
-prfword farbechte 124-356-12-15-1456-236
-always halbedel 125-25-12-15-145-13456
-prfword bee 12-15-15
-prfword beede 12-15-15-145-15
-prfword beeden 12-15-15-145-14
-always beef 12-15-15-124
-always beelz 12-15-15-123-1356
-always beep 12-15-15-1234
-prfword beer 12-15-15-1235
-prfword beere 12-15-15-1235-15
-prfword beeren 12-15-15-1235-14
-prfword beers 12-15-15-1235-234
-prfword bees 12-15-15-234
-always beet 12-15-15-2345
-prfword beete 12-15-15-236
-always beug 12-126-1245
-always halbesel 125-25-12-123456-13456
-prfword beuge 12-126-12346
-always beugebeweg 12-126-12346-23-2456-1245
-before h begmidword beuge 12-126-12346
-before m begmidword beuge 12-126-12346
-before s begmidword beuge 12-126-12346
-always beul 12-126-123
-always beuren 12-126-1235-14
-begmidword beurr 12-126-1235-1235
-always beute 12-126-236
-always beutel 12-126-2345-13456
-always beuten 12-126-2345-14
-always beuter 12-126-2345-12456
-always beutl 12-126-2345-123
-always beutn 12-126-2345-1345
-always beutung 12-126-2345-136
-always beuschel 12-126-156-13456
-always beuys 12-126-6-13456-234
-always abbey 1-12-12-15-6-13456
-always ribeyesteak 1235-24-12-15-6-13456-15-23456-15-1-13
-midword bex 12-15-6-1346
-always abebb 1-12-15-12-12
-sufword abel 1-12-13456
-always frisbee 124-1235-24-234-12-15-15
-# BEh
-always behennuss 12-2356-14-1345-136-2346
-always behennüss 12-2356-14-1345-1256-2346
-always behmlot 12-2356-134-123-135-2345
-always behr 12-2356-1235
-prfword gabbeh 1245-1-12-12-15-125
-begmidword gabbeh 1245-1-12-12-2356
-# BEl
-prfword bel 12-13456
-word bela 12-13456-1
-always belami 12-13456-1-134-24
-always belarus 12-13456-1-1235-136-234
-always belarussisch 12-13456-1-1235-136-2346-24-156
-always belcanto 12-13456-6-14-235-2345-135
-always belchen 12-13456-1456-14
-always belemnit 12-13456-12356-1345-24-2345
-always belesprit 12-13456-123456-1234-1235-24-2345
-always belfast 12-13456-124-1-23456
-always belfer 12-13456-124-12456
-begmidword belgi 12-13456-1245-24
-always belgrad 12-13456-1245-1235-1-145
-prfword belial 12-13456-24-1-123
-begmidword belial 12-13456-24-25
-prfword beliar 12-13456-24-1-1235
-begmidword beliar 12-13456-24-356
-begmidword belind 12-13456-35-145
-begmidword beliz 12-13456-24-1356
-always belkanto 12-13456-13-235-2345-135
-midendword belloch 12-13456-123-135-1456
-sufword belm 12-13456-134
-endword beln 12-13456-1345
-always belorussisch 12-13456-135-1235-136-2346-24-156
-prfword belsazar 12-13456-234-1-1356-1-1235
-begmidword belsazar 12-13456-234-1-1356-356
-sufword belt 12-13456-2345
-always beluga 12-13456-136-1245-1
-always belutsch 12-13456-136-2345-156
-begmidword belved 12-13456-1236-15-145
-always belz 12-13456-1356
-word abel 1-12-13456
-midendword derabel 145-12456-1-12-13456
-always miserabel 134-24-234-12456-1-12-13456
-always babel 12-1-12-13456
-midendword dabel 145-1-12-13456
-always permeabel 1234-12456-134-15-1-12-13456
-always fabel 124-1-12-13456
-always gabel 1245-1-12-13456
-before l begmidword eingabe 1246-1245-1-23
-before l begmidword wiedergabe 346-145-1245-1-23
-before l begword ausgabe 34-1245-1-23
-before l midword ausgabe 16-234-1245-1-23
-always variabel 1236-356-24-1-12-13456
-always justiziabel 245-136-23456-24-1356-24-1-12-13456
-always kabel 13-1-12-13456
-always label 123-1-12-13456
-begmidword flabellin 124-123-1-23-12345-35
-midendword llabel 12345-1-12-13456
-always blamabel 12-123-1-134-1-12-13456
-always nabel 1345-1-12-13456
-always inkunabel 35-13-256-1-12-13456
-always annabell 235-1345-1-23-12345
-always schnabel 156-1345-1-12-13456
-always schnäbel 156-1345-345-12-13456
-always palpabel 1234-25-1234-1-12-13456
-always rabel 1235-1-12-13456
-always parabel 1234-356-1-12-13456
-always parabellum 1234-356-1-23-12345-136-134
-always sabel 234-1-12-13456
-always isabell 24-234-1-23-12345
-always rosabell 1235-135-234-1-23-12345
-always säbel 234-345-12-13456
-always tabel 2345-1-12-13456
-always tabell 2345-1-23-12345
-always schwäbel 156-2456-345-12-13456
-always babbel 12-1-12-12-13456
-always kabbel 13-1-12-12-13456
-always quabbel 6-12345-136-1-12-12-13456
-always brabbel 12-1235-1-12-12-13456
-always grabbel 1245-1235-1-12-12-13456
-always schräbbel 156-1235-345-12-12-13456
-always krabbel 13-1235-1-12-12-13456
-always sabbel 234-1-12-12-13456
-always wabbel 2456-1-12-12-13456
-midendword ibbel 24-12-12-13456
-always goebbels 1245-135-15-12-12-13456-234
-midendword ubbel 136-12-12-13456
-always bebel 23-12-13456
-begword probebelast 12345-23-23-123-1-23456
-always hebel 125-15-12-13456
-always hebelist 125-15-23-123-24-23456
-always giebel 1245-346-12-13456
-always liebel 123-346-12-13456
-always zwiebel 1356-2456-346-12-13456
-always nebel 1345-15-12-13456
-always feldwebel 124-13456-145-2456-15-12-13456
-always bibel 12-24-12-13456
-always deibel 145-146-12-13456
-always weibel 2456-146-12-13456
-always fibel 124-24-12-13456
-always erigibel 12456-45-24-12-13456
-always reagibel 1235-15-1-1245-24-12-13456
-always fallibel 124-1-12345-24-12-13456
-always disponibel 145-24-234-1234-135-1345-24-12-13456
-always penibel 1234-14-24-12-13456
-always sibel 234-24-12-13456
-midendword tibel 2345-24-12-13456
-always flexibel 124-123-15-6-1346-24-12-13456
-always dezibel 145-15-1356-24-12-13456
-always zibel 1356-24-12-13456
-always falbel 124-25-12-13456
-always praeambel 1234-1235-1-15-1-134-12-13456
-always präambel 1234-1235-345-1-134-12-13456
-always pschyrembel 1234-156-6-13456-1235-12356-12-13456
-always zimbel 1356-24-134-12-13456
-always obelisk 135-12-13456-24-234-13
-always obelix 135-12-13456-24-6-1346
-always gobelin 1245-135-12-13456-35
-always hobel 125-135-12-13456
-always kobel 13-135-12-13456
-always möbel 134-246-12-13456
-always nobel 1345-135-12-13456
-always knobel 13-1345-135-12-13456
-always pöbel 1234-246-12-13456
-always zobel 1356-135-12-13456
-always bärbel 12-345-1235-12-13456
-always scherbel 156-12456-12-13456
-always kerbel 13-12456-12-13456
-always hyperbel 125-6-13456-1234-12456-12-13456
-before l begmidword werbe 2456-12456-23
-always schwerbeladen 156-2456-12456-23-123-1-145-14
-always wirbel 2456-24-1235-12-13456
-always zirbel 1356-24-1235-12-13456
-always kurbel 13-136-1235-12-13456
-always übel 1256-12-13456
-always menübeleg 134-14-1256-23-123-15-1245
-prfword menübelege 134-14-1256-23-123-15-12346
-always hugendubel 125-136-1245-14-145-136-12-13456
-always deubel 145-126-12-13456
-always doubel 145-135-136-12-13456
-always hubel 125-136-12-13456
-always jubel 245-136-12-13456
-always rubel 1235-136-12-13456
-always rubella 1235-136-23-12345-1
-# BEm
-endword bem 12-12356
-always bemm 23-1346
-always bemann 23-134-1345
-always bemänn 23-5-134-1345
-midendword bemaschin 23-134-156
-midendword bematerial 23-134-123
-always bemittel 23-134-2345
-midendword bemöglich 23-134-456
-midendword bemusik 23-134-13
-midendword bemuss 23-134-2346
-always bembel 12-12356-12-13456
-midendword bemail 12-12356-1-24-123
-midword bemaill 12-12356-1-24-12345
-midword bemanz 12-12356-235-1356
-midword bemball 12-12356-12-1-12345
-midword bembarg 12-12356-12-356-1245
-midendword bemblem 12-12356-12-123-12356
-midendword bembryo 12-12356-12-1235-6-13456-135
-midendword bement 12-12356-14-2345
-midendword bemerit 12-12356-12456-24-2345
-midword bemigr 12-12356-45-1245-1235
-midendword beminent 12-12356-35-14-2345
-endword beminente 12-12356-35-14-236
-midendword bemission 12-12356-24-2346-245
-midendword bemotion 12-12356-135-2345-245
-midword bempath 12-12356-1234-1-2345-125
-midendword bempfang 12-12356-1234-124-235-1245
-midword bempfäng 12-12356-1234-124-345-1345-1245
-midendword bempfehl 12-12356-1234-124-2356-123
-midendword bempfind 12-12356-1234-124-35-145
-midendword bempfund 12-12356-1234-124-256-145
-midword bemphat 12-12356-1234-125-1-2345
-endword bempor 12-12356-1234-135-1235
-midword bempor 12-12356-1234-26
-midendword bempör 12-12356-1234-246-1235
-midendword bemsig 12-12356-234-45
-midword bemul 12-12356-136-123
-# BEn
-always ben 12-14
-always benach 23-1345-56
-always benag 23-1345-1-1245
-always benahm 23-1345-134
-always benäh 23-1345-345-125
-always benähm 23-5-1345-134
-midendword benähnlich 12-14-345-456
-always benam 23-1345-1-134
-always benann 23-1345-235-1345
-always benarb 23-1345-356-12
-sufword probenarbeit 12345-12-14-356-12
-begmidword probenarbeit 1234-1235-135-12-14-356-12
-always grubenarbeit 1245-1235-136-12-14-356-12
-always benäss 23-1345-345-2346
-always benebel 23-1345-15-12-13456
-always benebel 23-1345-15-12-13456
-always benebl 23-1345-15-12-123
-always benehm 23-1345-125
-always beneid 23-1345-146-145
-always benenn 23-1345-14-1345
-always benetz 23-1345-15-2345-1356
-always benies 23-1345-346-234
-always benimm 23-1345-24-1346
-always benommen 23-1345-1346
-always benot 23-1345-135-2345
-always grubenotter 1245-1235-136-12-14-135-2345-2345-12456
-always benöt 23-1345-246-2345
-prfword benote 23-1345-135-236
-always benotest 23-1345-135-236-23456
-always benotet 23-1345-135-236-2345
-prfword benotete 23-1345-135-236-236
-prfword benotetet 23-1345-135-236-236-2345
-always benotetest 23-1345-135-236-236-23456
-midendword benötig 23-1345-246-2345-45
-midendword benummer 23-1345-136-1346-12456
-always benutz 23-1345-1356
-always benütz 23-5-1345-1356
-# BEr
-always ber 12-12456
-always berand 23-1235-235-145
-always berank 23-1235-235-13
-always berann 23-1235-235-1345
-always berapp 23-1235-1-1234-1234
-always berat 23-1235-1-2345
-always fieber 124-346-12-12456
-always beration 12-12456-5-1345
-always berät 23-1235-345-2345
-prfword berate 23-1235-1-236
-always beratet 23-1235-1-236-2345
-always beratest 23-1235-1-236-23456
-always beraub 23-1235-16-12
-always beräuch 23-1235-34-1456
-always beraum 23-1235-16-134
-always beräum 23-1235-34-134
-always berausch 23-1235-16-156
-always berech 23-1235-15-1456
-always berecht 23-1235-2345
-always schwebereck 156-2456-15-23-1235-15-46
-always bered 23-1235-15-145
-always bereed 23-1235-15-15-145
-always bereg 23-1235-15-1245
-endword berei 12-12456-146
-always berei 23-1235-146
-always berein 23-1235-1246
-endword bereien 12-12456-146-14
-always alberei 25-12-12456-146
-midendword albereich 25-23-1235-146-1456
-always reiberei 1235-146-12-12456-146
-always zauberei 1356-16-12-12456-146
-always berenn 23-1235-14-1345
-always berent 23-1235-14-1345-2345
-endword berente 23-1235-14-1345-236
-always berentet 23-1235-14-1345-236-2345
-always berentest 23-1235-14-1345-236-23456
-always bereu 23-1235-126
-always sperber 234-1234-12456-12-12456
-always bericht 23-2-3456
-always beriech 23-1235-346-1456
-always berieb 23-1235-346-12
-always berief 23-1235-346-124
-always beries 23-1235-346-234
-always beriet 23-1235-346-2345
-prfword beriete 23-1235-346-236
-prfword berietest 23-1235-346-236-23456
-prfword berietet 23-1235-346-236-2345
-always bering 23-1235-35-1245
-always oberingenieur 135-12-12456-35-1245-14-24-126-1235
-always beringmeer 12-12456-35-1245-134-15-15-1235
-always beringsee 12-12456-35-1245-234-15-15
-always beringstr 12-12456-35-1245-23456-1235
-always beritt 23-1235-24-2345-2345
-always berüch 23-1235-1256-1456
-always berück 23-1235-46
-always berüsch 23-1235-1256-156
-always beruf 23-1235-136-124
-always beruh 23-1235-136-125
-always berühm 23-1235-1256-125-134
-always berühr 23-1235-1256-125-1235
-always beruß 23-1235-136-2346
-# BEs
-prfword bes 12-123456
-always besch 23-156
-always beschlag 23-156-1245
-always beschläg 23-5-156-1245
-always beschließ 23-156-2346
-always beschleich 23-156-123-146-1456
-always beschreib 23-156-12
-always beschrieb 23-2-156
-always beschrift 23-156-2345
-always besetz 23-2-15
-always besitz 23-2-24
-always besoll 23-2-234
-always best 23-23456
-always bestimmung 23-23456-24-1346-136
-always bestand 23-2-23456
-always bestands 23-2-23456-234
-always beständ 23-5-23456
-always bestell 23-2-13456
-sufword bestrich 23-23456-1235-3456
-prfword besan 12-123456-1-1345
-always besan 12-123456-235
-always besang 23-234-235-1245
-always besandung 23-234-235-145-136
-always besann 23-234-235-1345
-always besen 12-123456-14
-midendword besendung 23-234-14-145-136
-always beseng 23-234-14-1245
-always besenginster 12-123456-14-1245-35-23456-12456
-word besenge 23-234-14-12346
-always beserl 12-123456-12456-123
-always beskiden 12-123456-13-24-145-14
-always bessarabi 23-2346-356-1-12-24
-always bessemer 23-2346-12356-12456
-always bessrung 23-2346-1235-136
-always arabesk 356-1-12-123456-13
-always arabesqu 356-1-12-123456-6-12345-136
-always grabes 1245-1235-1-12-123456
-always stabes 23456-1-12-123456
-always diebes 145-346-12-123456
-always liebes 123-346-12-123456
-always siebes 234-346-12-123456
-prfword triebes 2345-1235-346-12-123456
-before s midword triebe 2345-1235-346-23
-always leibes 123-146-12-123456
-always weibes 2456-146-12-123456
-always lobes 123-135-12-123456
-always silo 234-24-123-135
-word lobesam 123-135-23-2346
-always lobest 123-135-23-23456
-always klobesuch 13-123-135-23-234-136-1456
-begmidword robespierr 1235-135-12-123456-1234-24-12456-1235
-before s begmidword werbe 2456-12456-23
-prfword werbes 2456-12456-12-123456
-always raubes 1235-16-12-123456
-always graubeschlag 1245-1235-16-23-156-1245
-always staubes 23456-16-12-123456
-
-# BEI (4.3.2 Einformige Kürzungen, alleinstehend oder in Wortverbindungen)
-word bei 12
-always bei-\s 2-12-36-0
-always bei 2-12
-always beich 12-146-1456
-always beier 12-146-12456
-prfword beige 12-146-12346
-always beigebraun 12-146-12346-12-1235-16-1345
-always beigefarb 12-146-12346-124-356-12
-prfword beigem 12-146-1245-12356
-always beigen 12-146-1245-14
-prfword beiger 12-146-1245-12456
-prfword beiges 12-146-1245-123456
-always beigt 12-146-1245-2345
-always beigte 12-146-1245-236
-always beigten 12-146-1245-2345-14
-always beignet 12-146-1245-1345-15-2345
-always beijing 23-24-245-35-1245
-prfword beil 12-146-123
-prfword beile 12-146-123-15
-always beilen 12-146-123-14
-always beiles 12-146-123-123456
-before konsonant begmidword beil 12-146-123
-always bein 12-1246
-always beinah 2-12-1345-1-125
-always beinam 2-12-1345-1-134
-begmidword beinamput 12-1246-1-134-1234-136-2345
-always beinhal 23-35-125-25
-always beirr 23-24-1235-1235
-always beirut 12-146-1235-136-2345
-always beisel 12-146-234-13456
-always treibeis 2345-1235-146-12-146-234
-always stabeisen 23456-1-12-146-234-14
-syllable beitrag 2-12-2345-1245
-syllable beiträg 2-12-5-2345-1245
-always beiß 12-146-2346
-always beisl 12-146-234-123
-always beitel 12-146-2345-13456
-always beiz 12-146-1356
-always beizu 2-12-2-1356
-always herbei 125-12456-2-12
-always reiherbeiz 1235-146-125-12456-12-146-1356
-always beizahl 2-12-1356-123
-always beizähl 2-12-5-1356-123
-always beizäum 2-12-1356-34-134
-always beizeit 2-12-1356-2345
-always beizieh 2-12-1356-346-125
-always beizu 2-12-2-1356
-always beizung 12-146-1356-136
-always schabeisen 156-1-12-146-234-14
-always reibeisen 1235-146-12-146-234-14
-always salbei 234-25-12-146
-before i begmidword werbe 2456-12456-23
-
-# BEID (4.4 Zweiformige Kürzungen)
-always beid 12-145
-always beidräng 2-12-145-1235-345-1345-1245
-endword beidränge 2-12-145-1235-345-1345-12346
-always beidruck 2-12-145-46
-always beidrück 2-12-5-145-46
-always beidreh 2-12-145-1235-2356
-always beidürf 2-12-2-145
-
-# BEIM (4.4 Zweiformige Kürzungen)
-always beim 12-134
-always beimann 2-12-134-1345
-begmidword beimänn 2-12-5-134-1345
-always beimaß 2-12-134-1-2346
-always beimeng 2-12-134-14-1245
-always beimenge 2-12-134-14-12346
-always beimengen 2-12-134-14-1245-14
-begmidword beimess 2-12-134-15-2346
-always beimisch 2-12-134-24-156
-begmidword beimiss 2-12-134-24-2346
-always beimittel 2-12-134-2345
-begmidword beimpf 23-24-134-1234-124
-always farbeimer 124-356-12-146-134-12456
-always vorbei 2-26-2-12
-
-# BESONDER (4.3.5 Einformige Kürzungen, nur mit Erweiterung)
-word besonder 23-234-135-1345-145-12456
-always besonder 23
-begmidword werbesonder 2456-12456-23-234-135-1345-145-12456
-
-# BESSER (4.4 Zweiformige Kürzungen)
-always besser 234-234
-
-# BIS (4.4 Zweiformige Kürzungen)
-always bis 12-234
-always bisam 12-24-234-1-134
-always biscaya 12-24-234-6-14-1-6-13456-1
-always bisch 12-24-156
-always bise 12-24-234-15
-always bisen 12-24-234-14
-always bishop 12-24-234-125-135-1234
-always bisimulation 12-24-234-24-134-136-123-5-1345
-always bisk 12-24-234-13
-always bism 12-24-234-134
-midendword bismus 12-5-24
-always bison 12-24-234-135-1345
-always bisquit 12-24-234-6-12345-136-24-2345
-always biss 12-24-2346
-always biswind 12-24-234-2456-35-145
-prfword abis 1-12-24-234
-always abisolier 1-12-24-234-135-123-346-1235
-always arabisier 356-1-12-24-234-346-1235
-always cannabis 6-14-235-1345-1-12-24-234
-always chabis 1456-1-12-24-234
-always kabis 13-1-12-24-234
-always nabisco 1345-1-12-24-234-6-14-135
-always kohlrabis 13-135-125-123-1235-1-12-24-234
-always trabis 2345-1235-1-12-24-234
-always rabbis 1235-1-12-12-24-234
-prfword ibis 24-12-24-234
-always ibiss 24-12-24-2346
-always alibis 25-24-12-24-234
-always albis 25-12-24-234
-always bambis 12-1-134-12-24-234
-always kombi 13-135-134-12-24
-always kombin 13-135-134-12-35
-always nobis 1345-135-12-24-234
-always snobismus 234-1345-135-12-5-24
-always nairobis 1345-1-24-1235-135-12-24-234
-word verbis 1236-12456-12-24-234
-word corbis 6-14-26-12-24-234
-word vorbis 1236-26-12-24-234
-always kürbis 13-1256-1235-12-24-234
-always kürbisse 13-1256-1235-12-24-2346-15
-always kürbissen 13-1256-1235-12-24-2346-14
-always kürbisses 13-1256-1235-12-24-2346-123456
-always bubis 12-136-12-24-234
-always kubisch 13-136-12-24-156
-always kubismus 13-136-12-5-24
-always anubis 235-136-12-24-234
-always räbisch 1235-345-12-24-156
-always azubis 1-1356-136-12-24-234
-
-# BIST (4.4 Zweiformige Kürzungen)
-always bist 12-23456
-midendword bistisch 12-5-156
-always bistro 12-24-23456-1235-135
-always bistum 12-234-2345-136-134
-always bistüm 12-234-2345-1256-134
-always arabist 356-1-12-24-23456
-always snobistisch 234-1345-135-12-5-156
-always kubist 13-136-12-24-23456
-always kubistisch 13-136-12-5-156
-
-# BLEIB (4.4 Zweiformige Kürzungen)
-always bleib 12-12
-always bleibad 12-123-146-12-1-145
-always bleibäd 12-123-146-12-345-145
-always bleibelast 12-123-146-23-123-1-23456
-always bleibenzin 12-123-146-12-14-1356-35
-always bleiberecht 12-12-15-1235-2345
-always bleibeschwer 12-123-146-23-156-2456-12456
-always bleibüchs 12-123-146-12-1256-1456-234
-
-# BLIND (4.4 Zweiformige Kürzungen)
-always blind 12-123
-always halblind 125-25-12-123-35-145
-
-# BRAUCH BRÄUCH (4.3.6 Kommakürzungen)
-always brauch 2-34
-always bräuch 5-34
-
-# BRIEF (4.4 Zweiformige Kürzungen)
-always brief 12-124
-always briefing 12-1235-346-124-35-1245
-prfword abrief 1-12-1235-346-124
-prfword abriefen 1-12-1235-346-124-14
-prfword abriefst 1-12-1235-346-124-23456
-always schemabrief 156-12356-1-12-124
-
-# BRING (4.4 Zweiformige Kürzungen)
-always bring 12-1245
-begword abring 1-12-1235-35-1245
-prfword abringe 1-12-1235-35-12346
-always schraubring 156-1235-16-12-1235-35-1245
-prfword schraubringe 156-1235-16-12-1235-35-12346
-
-# C   (4.1 Lautgruppenkürzungen)
-word c 6-14
-always c 6-14
-# Grossgeschriebene Wortanfänge erhalten sonst keinen Pt.6!
-noback context ["C"]$u @6-14
-
-# CH  (4.1 Lautgruppenkürzungen)
-word ch 6-1456
-always ch 1456
-
-# CHARAKTER (4.4 Zweiformige Kürzungen)
-syllable charakter 1456-13
-
-# CK  (4.1 Lautgruppenkürzungen)
-word ck 6-14-13
-midendword ck 46
-
-# DABEI (4.4 Zweiformige Kürzungen)
-always dabei 145-12
-
-# DADURCH (4.4 Zweiformige Kürzungen)
-always dadurch 145-145
-
-# DAFÜR (4.4 Zweiformige Kürzungen)
-always dafür 145-124
-
-# DAGEGEN (4.4 Zweiformige Kürzungen)
-always dagegen 145-1245
-
-# DAHER (4.4 Zweiformige Kürzungen)
-always daher 145-125
-
-# DAMIT (4.4 Zweiformige Kürzungen)
-always damit 145-134
-always adamit 1-145-1-134-24-2345
-sufword propaganda 12345-1234-1-1245-235-145-1
-midendword propaganda 1234-1235-135-1234-1-1245-235-145-1
-
-# DANK (4.4 Zweiformige Kürzungen)
-always dank 145-13
-always dankauf 145-235-13-16-124
-always dankäuf 145-235-13-34-124
-begmidword jordank 245-26-145-235-13
-begmidword mordankl 134-26-145-235-13-123
-
-# DAS   (4.3.1 Einformige Wortkürzungen, nur alleinstehend)
-word das 145
-
-# DASS  (4.3.1 Einformige Wortkürzungen, nur alleinstehend)
-word dass 2346
-# Alte Rechtschreibung
-word daß 2346
-
-# DARAUF (4.4 Zweiformige Kürzungen)
-always darauf 145-16
-
-# DARÜBER (4.4 Zweiformige Kürzungen)
-always darüber 145-1256
-always radarüber 1235-1-145-356-2-1256
-
-# DAVON (4.4 Zweiformige Kürzungen)
-always davon 145-1236
-
-# DAZU (4.4 Zweiformige Kürzungen)
-always dazu 145-1356
-begmidword dazubehal 145-1-2-1356-23-125-25
-always dazubleib 145-1-2-1356-12-12
-always dazuhab 145-1-2-1356-2-125
-begmidword dazuhal 145-1-2-1356-125-25
-begmidword dazulass 145-1-2-1356-2-123
-# HOMONYM
-begmidword dazulieg 145-1-2-1356-123-346-1245
-word dazumal 145-1-2-1356-134
-# HOMONYM
-begmidword dazusitz 145-1-2-1356-2-24
-# HOMONYM?
-always dazustehen 145-1-2-1356-23456-2356-14
-always pandazucht 1234-235-145-1-1356-136-1456-2345
-
-# DEM (4.3.2 Einformige Kürzungen, alleinstehend oder in Wortverbindungen)
-word dem 12356
-word dem's 12356-6-234
-always dementgegen 2-12356-14-2345-2-1245
-always dementsprechend 2-12356-14-2345-2-2346-14-145
-always demgegenüber 2-12356-1245-1256
-always demgemäß 2-12356-12346-134-345-2346
-always demjenig 2-12356-245-14-45
-always demnach 2-12356-1345-56
-always demnächst 2-12356-1345-23456
-always demselb 2-12356-234-13456-12
-always demzufolge 2-12356-2-1356-124-1245-15
-word ehedem 15-125-15-2-12356
-word alldem 1-12345-2-12356
-word seitdem 234-146-2345-2-12356
-word indem 35-2-12356
-word außerdem 16-2346-12456-2-12356
-word vordem 2-26-2-12356
-word zudem 2-1356-2-12356
-word trotzdem 2345-1356-2-12356
-
-# DEMOKRAT (4.4 Zweiformige Kürzungen)
-always demokrat 145-2345
-
-# DEN   (4.3.1 Einformige Wortkürzungen, nur alleinstehend)
-word den 15
-word den's 15-6-234
-
-# DENEN (4.4 Zweiformige Kürzungen)
-word denen 15-14
-
-# DENN (4.4 Zweiformige Kürzungen)
-word denn 145-1345
-word dennschon 145-1345-156-135-1345
-
-# DER   (4.3.1 Einformige Wortkürzungen, nur alleinstehend)
-word der 1235
-word der's 1235-6-234
-
-# DES   (4.3.1 Einformige Wortkürzungen, nur alleinstehend)
-word des 3
-always des-dur 145-123456-36-145-136-1235
-
-# DESSEN (4.4 Zweiformige Kürzungen)
-always dessen 145-2346
-always abendessen 1-12-14-145-15-2346-14
-always landessend 123-235-145-123456-234-14-145
-always stewardessen 23456-15-2456-356-145-15-2346-14
-
-# DEUTSCH (4.4 Zweiformige Kürzungen)
-always deutsch 145-156
-
-# DIE   (4.3.1 Einformige Wortkürzungen, nur alleinstehend)
-word die 346
-word die's 346-6-234
-
-# DIES (4.3.5 Einformige Kürzungen, nur mit Erweiterung)
-word dies 145-346-234
-sufword dies 346
-always diesig 145-346-234-45
-always diesseitig 145-346-234-234-146-2345-45
-always diesseits 145-346-234-234-146-2345-234
-always diesbezüglich 145-346-234-23-1356-1256-1245-456
-always diesel 145-346-234-13456
-always diesjährig 145-346-234-5-245-1235-45
-# Diese Schreibweise scheint's auch zu geben ...
-always diestelfink 145-346-23456-13456-124-35-13
-always diesterweg 145-346-23456-12456-2456-15-1245
-
-# DIR (4.4 Zweiformige Kürzungen)
-word dir 145-1235
-word dir's 145-1235-6-234
-
-# DOCH (4.4 Zweiformige Kürzungen)
-word doch 145-1456
-
-# DRUCK DRÜCK (4.4 Zweiformige Kürzungen)
-always druck 145-46
-always drück 5-145-46
-begmidword bildrück 12-24-123-145-1235-46
-begmidword goldrück 1245-135-123-145-1235-46
-begmidword landrück 123-235-145-1235-46
-begmidword handrück 125-145-1235-46
-always rundrücken 1235-256-145-1235-46-14
-midword zidrück 1356-24-145-1235-46
-
-# DURCH (4.3.2 Einformige Kürzungen, alleinstehend oder in Wortverbindungen)
-word durch 1456
-always durch-\s 2-1456-36-0
-word durch's 1456-6-234
-always durch 2-1456
-
-# DÜRF (4.3.6 Kommakürzungen)
-always dürf 2-145
-
-# EBENSO (4.4 Zweiformige Kürzungen)
-always ebenso 15-135
-always ebensolch 15-12-14-234-1456
-word eo 6-15-135
-begmidword lebensord 123-12-14-234-26-145
-begmidword nebensonn 1345-12-234-135-1345-1345
-
-# EH  (4.1 Lautgruppenkürzungen)
-midword eh 2356
-endword eh'n 2356-6-1345
-endword eh's 2356-6-234
-endword eh-\s 2356-36-0
-endword eh-,\s 2356-36-2-0
-midendword ehaar 15-125-1-1-1235
-midendword ehafen 15-125-1-124-14
-midendword ehäfen 15-125-345-124-14
-midendword ehalber 15-125-25-12-12456
-midendword ehalter 15-125-25-2345-12456
-midendword ehaltig 15-125-25-2345-45
-midendword ehaltung 15-125-25-2345-136
-midendword ehammer 15-125-1-1346-12456
-midendword ehämmer 15-125-345-1346-12456
-midendword ehand 15-125-145
-midword ehänd 15-5-125-145
-midendword ehaut 15-125-16-2345
-midword ehäut 15-125-34-2345
-endword ehäute 15-125-34-236
-midword ehebamm 15-125-15-12-1-1346
-midendword eheft 15-125-15-124-2345
-endword ehefte 15-125-15-124-236
-midword ehelf 15-125-13456-124
-midword ehemm 15-125-15-1346
-midendword eherd 15-125-12456-145
-midword steherdrüs 23456-2356-12456-145-1235-1256-234
-midword eherstell 15-125-12456-2-13456
-midendword ehilf 15-125-24-123-124
-midendword ehirt 15-125-24-1235-2345
-endword ehirte 15-125-24-1235-236
-midendword ehobel 15-125-135-12-13456
-midendword ehoch 15-125-135-1456
-midendword ehohl 15-125-135-125-123
-midendword ehöhl 15-125-246-125-123
-midendword eholz 15-125-135-123-1356
-midendword ehölz 15-125-246-123-1356
-midword ehospit 15-125-135-234-1234-24-2345
-midendword ehospiz 15-125-135-234-1234-24-1356
-midendword ehotel 15-125-135-2345-13456
-midendword ehund 15-125-256-145
-midendword ehunger 15-125-256-1245-12456
-midendword ehyd 15-125-6-13456-145
-midendword ehöchst 15-125-246-1456-23456
-endword ehöhe 15-125-246-125-15
-midendword ehöhen 15-125-246-125-14
-midword ehünd 15-125-1256-1345-145
-midword ehüt 15-125-1256-2345
-endword ehüte 15-125-1256-236
-before h begmidword bronce 12-1235-135-1345-6-14-15
-midendword dehaus 145-15-125-16-234
-always dehors 145-15-125-26-234
-midword dehäus 145-15-125-34-234
-before h begmidword gerade 12346-1235-1-145-15
-always radehack 1235-1-145-15-125-1-46
-before h begmidword bade 12-1-145-15
-before h begmidword lade 123-1-145-15
-before h begmidword jade 245-1-145-15
-before h begmidword schmiede 156-134-346-145-15
-before h begmidword siede 234-346-145-15
-always wiedehopf 2456-346-145-15-125-135-1234-124
-before h begmidword getreide 12346-2345-1235-146-145-15
-always tidehub 2345-24-145-15-125-136-12
-before h begmidword gemälde 12346-134-345-123-145-15
-before h begmidword stände 5-23456-15
-before h begmidword wende 2456-14-145-15
-before h always gemeinde 12346-134-1246-145-15
-before h begmidword gesinde 12346-234-145-15
-before h begmidword hunde 125-256-145-15
-before h begmidword freunde 124-145-15
-before h begmidword mode 134-135-145-15
-always rodehack 1235-135-145-15-125-1-46
-before h begmidword pferde 1234-124-12456-145-15
-begmidword sheeh 234-125-15-15-125
-always seehahn 234-15-15-125-1-125-1345
-begmidword seehähn 234-15-15-125-345-125-1345
-begmidword seehall 234-15-15-125-1-12345
-begmidword seehas 234-15-15-125-1-234
-always seehecht 234-15-15-125-15-1456-2345
-prfword seehechte 234-15-15-125-15-1456-236
-always seehei 234-15-15-125-146
-always seeheld 234-15-15-125-13456-145
-always seeherr 234-15-15-1235-1235
-always seeherrschaft 234-15-15-1235-1235-156-1-124-2345
-always seehimmel 234-15-15-125-24-1346-13456
-always seehügel 234-15-15-125-1256-1245-13456
-always teehaub 2345-15-15-125-16-12
-always teehaus 2345-15-15-125-16-234
-begmidword teehäus 2345-15-15-125-34-234
-before h begmidword trage 2345-1245-15
-before h begmidword wache 2456-56-15
-before h begmidword asche 1-156-15
-before h begword ehe 15-125-15
-before h begmidword mathe 134-1-2345-125-15
-before h begmidword goethe 1245-135-15-2345-125-15
-before h begmidword single 234-35-1245-123-15
-before h begmidword kohle 13-135-125-123-15
-before h begmidword vanille 1236-235-24-12345-15
-before h begmidword reklame 1235-15-13-123-1-134-15
-before h begmidword wärme 2456-345-1235-134-15
-before h begmidword sahne 234-1-125-1345-15
-before h begmidword schweine 156-2456-1246-15
-before h begmidword katrine 13-1-2345-1235-35-15
-before h begmidword inne 35-1345-15
-always hinnehm 125-35-1345-125
-prfword stonehenge 23456-135-1345-15-125-14-12346
-always stoneheng 23456-135-1345-15-125-14-1245
-always vorneher 2-26-1345-15-125-12456
-before h begmidword aloe 25-135-15
-always benzoeharz 12-14-1356-135-15-125-356-1356
-always rehaklinik 1235-15-125-1-13-123-35-24-13
-begmidword rehazentr 1235-15-125-1-1356-14-2345-1235
-always sharehold 234-125-356-15-125-135-123-145
-always warehaus 2456-356-15-125-16-234
-begmidword warehäus 2456-356-15-125-34-234
-before h begmidword säure 234-34-1235-15
-before h begmidword käse 13-345-234-15
-always nasehorn 1345-1-234-15-125-26-1345
-always nasehörn 1345-1-234-15-125-246-1235-1345
-before h begmidword speise 234-1234-146-234-15
-before h begmidword gänse 1245-345-1345-234-15
-before h begmidword löse 123-246-234-15
-before h begmidword messe 134-15-2346-15
-begmidword lausehark 123-16-234-15-125-356-13
-before h begmidword gemüse 12346-134-1256-234-15
-before h begmidword watte 2456-1-2345-236
-before h begmidword gewichte 12346-2456-3456-236
-before h begmidword brave 12-1235-1-1236-15
-before h begmidword bronze 12-1235-135-1345-1356-15
-begword itzeho 24-2345-1356-15-125-135
-
-# EI  (4.1 Lautgruppenkürzungen)
-word ei 6-146
-always ei 146
-midendword eideal 15-24-145-15-1-123
-midendword eidee 15-24-145-15-15
-begmidword schneideein 156-1345-146-145-15-1246
-midendword eidentifi 15-24-145-14-2345-24-124-24
-midendword eidentisch 15-24-145-14-2345-24-156
-midendword eidentität 15-24-145-14-2345-5-345
-midendword eideo 15-24-145-15-135
-midendword eidyll 15-24-145-6-13456-12345
-midword eignor 15-45-1345-26
-midword eikon 15-24-13-135-1345
-always reederei 1235-15-15-145-12456-146
-always fischerei 124-24-156-12456-146
-always molkerei 134-135-123-13-12456-146
-always polizei 1234-135-123-24-1356-146
-begmidword freikon 124-1235-146-13-135-1345
-midword eille 15-24-12345-15
-midword eilleus 15-24-12345-126-234
-begmidword marseill 134-356-234-15-24-12345
-midword eilloy 15-24-12345-135-6-13456
-midword eillu 15-24-12345-136
-midword eimag 15-24-134-1-1245
-midendword eimbiss 15-24-134-12-24-2346
-midword eimit 15-24-134-24-2345
-always arzneimittel 356-1356-1345-146-134-2345
-midword eimitgl 146-2-2345-1245-123
-midword eimitt 146-134-24-2345-2345
-midendword eimker 15-24-134-13-12456
-midendword eimm 15-24-1346
-midendword eimp 15-24-134-1234
-always reimpaar 1235-146-134-1234-1-1-1235
-midendword eion 15-24-135-1345
-midendword eirr 15-24-1235-1235
-before s begmidword eis 146-234
-midword eisolat 15-24-234-135-123-1-2345
-midendword eisolier 15-24-234-135-123-346-1235
-midendword eiteration 15-24-2345-12456-1-2345-245
-midendword eiterier 15-24-2345-12456-346-1235
-always beinhalt 23-35-125-25-2345
-prfword beinhalte 23-35-125-25-236
-prfword beinhaltest 23-35-125-25-236-23456
-prfword beinhaltet 23-35-125-25-236-2345
-prfword beinhaltete 23-35-125-25-236-236
-prfword beinhaltetem 23-35-125-25-236-2345-12356
-prfword beinhalteten 23-35-125-25-236-2345-14
-prfword beinhaltetes 23-35-125-25-236-2345-123456
-prfword beinhalteter 23-35-125-25-236-2345-12456
-prfword beinhaltetet 23-35-125-25-236-236-2345
-prfword beinhaltetest 23-35-125-25-236-236-23456
-word dei 145-15-24
-always deifikation 145-15-24-124-24-13-5-1345
-always deindividuation 145-15-35-145-24-1236-24-145-136-5-1345
-always deismus 145-15-5-24
-always deist 145-15-24-23456
-always deistisch 145-15-5-156
-always badeinsel 12-1-145-15-35-234-13456
-sufword fidei 124-24-145-15-24
-always codein 6-14-135-145-15-35
-always kodein 13-135-145-15-35
-midendword eeinsel 15-15-35-234-13456
-always seeigel 234-15-15-45-13456
-midendword seeisch 234-15-15-24-156
-always sightseeing 234-24-1245-125-2345-234-15-15-35-1245
-always coffein 6-14-135-124-124-15-35
-always koffein 13-135-124-124-15-35
-midendword geinhalt 12346-35-125-25-2345
-endword geinhalte 12346-35-125-25-236
-always diagnose 145-24-1-1245-1345-135-234-15
-always diagnosen 145-24-1-1245-1345-135-234-14
-always heim 125-146-134
-begword eheinstitu 15-125-15-35-23456-24-2345-136
-midword eheinstitu 2356-15-35-23456-24-2345-136
-always geheim 12346-125-146-134
-always theismus 2345-125-15-5-24
-always theist 2345-125-15-24-23456
-always theistisch 2345-125-15-5-156
-always prometheisch 1234-1235-135-134-15-2345-125-15-24-156
-always keim 13-146-134
-before i begmidword kohle 13-135-125-123-15
-always leim 123-146-134
-always galilei 1245-25-24-123-15-24
-always nuklein 1345-136-13-123-15-35
-always acrolein 1-6-14-1235-135-123-15-24-1345
-always akrolein 1-13-1235-135-123-15-35
-before i begmidword wärme 2456-345-1235-134-15
-midendword aneität 235-15-5-345
-always äneis 345-1345-15-24-234
-always aeneis 1-15-1345-15-24-234
-sufword alineier 25-35-15-346-1235
-always guineisch 1245-136-35-15-24-156
-always boeing 12-135-15-35-1245
-always nereid 1345-12456-15-24-145
-always barriereinsel 12-356-1235-24-12456-15-35-234-13456
-always kreier 13-1235-15-346-1235
-always pythagoreisch 1234-6-13456-2345-125-1-1245-26-15-24-156
-always epikureisch 15-1234-24-13-136-1235-15-24-156
-always eritreisch 12456-24-2345-1235-15-24-156
-always kureismus 13-136-1235-15-5-24
-always kasein 13-1-234-15-35
-before i begmidword kälte 13-345-123-236
-sufword protein 12345-236-35
-midendword protein 1234-1235-135-236-35
-always weight 2456-15-24-1245-125-2345
-always schweineigel 156-2456-1246-15-45-13456
-
-# EIN (4.1 Lautgruppenkürzungen)
-always ein 1246
-midendword eindex 15-35-145-15-6-1346
-midword eindik 15-35-145-24-13
-midendword eindio 15-35-145-24-135
-midendword eindiz 15-35-145-24-1356
-midword einduk 15-35-145-136-13
-midword eindust 15-35-145-136-23456
-midendword einduzier 15-35-145-136-1356-346-1235
-midword eineff 15-35-15-124-124
-midendword einfant 15-35-124-235-2345
-midword einfark 15-35-124-356-13
-midendword einfekt 15-35-124-15-13-2345
-midendword einfektion 15-35-124-15-13-2345-245
-midword einfer 15-35-124-12456
-midword einfilt 15-35-124-24-123-2345
-midendword einfinit 15-35-124-35-24-2345
-midword einfiz 15-35-124-24-1356
-midword einflat 15-35-124-123-1-2345
-midendword einfo 15-35-124-135
-midword einform 15-35-124-26-134
-midendword einfusion 15-35-124-136-234-245
-midendword eingenieur 15-35-1245-14-24-126-1235
-midword einhab 15-35-2-125
-midword einhala 15-35-125-25-1
-midendword einhalier 15-35-125-25-123-346-1235
-midword einhomo 15-35-125-135-134-135
-endword einhuman 15-35-125-136-134-1-1345
-midword einhuman 15-35-125-136-134-235
-midword einhär 15-35-125-345-1235
-midword einit 15-35-24-2345
-midword einj 15-35-245
-begmidword feinj 124-1246-245
-midword einkarn 15-35-13-356-1345
-midendword einkasso 15-35-13-1-2346-135
-midword einklu 15-35-13-123-136
-midword einkomp 15-35-13-135-134-1234
-midword einkon 15-35-13-135-1345
-midword einkonnt 1246-13-2345
-midword einkub 15-35-13-136-12
-midendword einland 15-35-123-235-145
-midendword einnen 15-35-1345-14
-midendword einner 15-35-1345-12456
-begmidword feinnerv 124-1246-1345-12456-1236
-midword einnov 15-35-1345-135-1236
-midendword einnung 15-35-1345-136
-midendword einput 15-35-1234-136-2345
-midendword einschrift 15-35-156-2345
-midendword einsekt 15-35-234-15-13-2345
-midendword einserat 15-35-234-12456-1-2345
-midendword einserent 15-35-234-12456-14-2345
-midendword einserier 15-35-234-12456-346-1235
-midendword einsert 15-35-234-12456-2345
-midendword einsider 15-35-234-24-145-12456
-midword einsign 15-35-234-45-1345
-midword einsist 15-35-234-24-23456
-midword einsolv 15-35-234-135-123-1236
-midword einspekt 15-35-234-1234-15-13-2345
-midword einspir 15-35-234-1234-24-1235
-midword einspiz 15-35-234-1234-24-1356
-midendword einstabil 15-35-23456-1-12-24-123
-midendword einstall 15-35-23456-1-12345
-midendword einstanz 15-35-23456-235-1356
-midendword einstinkt 15-35-23456-35-13-2345
-midword einstit 15-35-23456-24-2345
-midword einstrum 15-35-23456-1235-136-134
-always feinstrumpf 124-1246-23456-1235-136-134-1234-124
-midword einsul 15-35-234-136-123
-midword einszen 15-35-234-1356-14
-midword eintegr 15-35-236-1245-1235
-midword eintell 15-35-236-12345
-midword eintend 15-35-2345-14-145
-midword eintens 15-35-2345-14-234
-midword eintent 15-35-2345-14-2345
-midendword einter 15-35-2345-12456
-word vereinter 36-1246-2345-12456
-endword vereinter 1236-12456-1246-2345-12456
-word vermeinter 36-134-1246-2345-12456
-endword vermeinter 1236-12456-134-1246-2345-12456
-word verneinter 36-1345-1246-2345-12456
-endword verneinter 1236-12456-1345-1246-2345-12456
-midendword einteress 15-2-35
-midword eintol 15-35-2345-135-123
-midword eintra 15-35-2345-1235-1
-endword eintraust 1246-2345-1235-16-23456
-endword eintraute 1246-2345-1235-16-236
-midendword eintraut 1246-2345-1235-16-2345
-always eintracht 1246-2345-1235-56-2345
-always eintraf 1246-2345-1235-1-124
-always eintrag 1246-2345-1245
-always eintrat 1246-2345-1235-1-2345
-always eintratest 1246-2345-1235-1-236-23456
-always eintratet 1246-2345-1235-1-236-2345
-midword eintrig 15-35-2345-1235-45
-midendword eintro 15-35-2345-1235-135
-always eintrock 1246-2345-1235-135-46
-always eintromm 1246-2345-1235-135-1346
-always eintropf 1246-2345-1235-135-1234-124
-midword eintui 15-35-2345-136-24
-midendword einvalid 15-35-1236-25-24-145
-midendword einvasion 15-35-1236-1-234-245
-midendword einvent 15-35-1236-14-2345
-midendword einvert 15-35-1236-12456-2345
-midendword einvest 15-35-1236-15-23456
-always geeinter 12346-1246-2345-12456
-always feinver 124-1246-1236-12456
-always schein 156-1246
-always rhein 1235-125-1246
-always scheinver 156-1246-1236-12456
-always klein 13-123-1246
-always alleinver 1-1246-1236-12456
-always allgemein 1-12345-12346-134-1246
-always gemein 12346-134-1246
-always khomeini 13-125-135-134-15-35-24
-midendword vermein 1236-12456-134-1246
-midendword vernein 1236-12456-1345-1246
-always speinuss 234-1234-146-1345-136-2346
-begmidword speinüss 234-1234-146-1345-1256-2346
-always reinform 1235-1246-124-26-134
-always reinschrift 1235-1246-156-2345
-always freinahm 124-1235-146-1345-134
-always freinehm 124-1235-146-1345-125
-midendword vereinter 1236-12456-1246-2345-12456
-always datein 145-1-2345-146-1345
-always latein 123-1-2345-1246
-before i begmidword geräte 12346-1235-345-236
-always geräteinheit 12346-1235-345-2345-1246-125
-always partei 1234-356-2345-146
-always stein 23456-1246
-always wein 2456-1246
-
-# EINANDER (4.3.6 Kommakürzungen)
-always einander 2-1246
-
-# EL  (4.1 Lautgruppenkürzungen)
-word el 15-123
-always el 13456
-word elen 15-123-14
-always eel 15-15-123
-midendword eeland 15-15-123-235-145
-midendword eeländ 15-15-123-345-1345-145
-begmidword seelebewes 234-15-15-123-12-15-2456-123456
-always eelili 15-15-123-24-123-24
-always eelini 15-15-123-35-24
-always ell 15-12345
-# Alte Rechtschreibung
-begmidword helleuch 125-13456-123-126-1456
-always eell 15-15-12345
-always abaelard 1-12-1-15-123-356-145
-before l begmidword lebe 123-12-15
-always spacelab 234-1234-1-6-14-15-123-1-12
-always graceland 1245-1235-1-6-14-15-123-235-145
-always facelift 124-1-6-14-15-123-24-124-2345
-before l begmidword service 234-12456-1236-24-6-14-15
-before l begmidword bade 12-1-145-15
-always erbadel 12456-12-1-145-13456
-always stachel 23456-56-13456
-always speichel 234-1234-146-1456-13456
-always geradeleg 12346-1235-1-145-15-123-15-1245
-endword delokal 145-15-123-135-13-1-123
-begmidword delokal 145-15-123-135-13-25
-before l begmidword rede 1235-15-145-15
-before l begmidword schneide 156-1345-146-145-15
-before l begmidword glasschneide 1245-123-1-234-156-1345-146-145-15
-before l begmidword kreide 13-1235-146-145-15
-before l begmidword melde 134-13456-145-15
-before l always lande 123-235-145-15
-before l begmidword gelände 12346-123-345-1345-145-15
-before l always gemeinde 12346-134-1246-145-15
-before l always hunde 125-256-145-15
-always nadel 1345-1-145-13456
-always badelaken 12-1-145-15-123-1-13-14
-always badelatschen 12-1-145-15-123-1-2345-156-14
-begmidword brigadeleit 12-1235-45-1-145-15-123-146-2345
-always schädel 156-345-145-13456
-begmidword ladelini 123-1-145-15-123-35-24
-begmidword ladelist 123-1-145-15-123-24-23456
-before l begmidword tadel 2345-1-145-13456
-always zitadell 1356-24-2345-1-145-15-12345
-always mortadell 134-26-2345-1-145-15-12345
-always ladeluft 123-1-145-15-123-136-124-2345
-always ladeluk 123-1-145-15-123-136-13
-always schmiedelehr 156-134-346-145-15-123-2356-1235
-prfword edelleute 15-145-13456-123-126-236
-always edelleuten 15-145-13456-123-126-2345-14
-begmidword edellupin 15-145-13456-123-136-1234-35
-always heideland 125-146-145-15-123-235-145
-begmidword heidelerch 125-146-145-15-123-12456-1456
-begmidword heidelind 125-146-145-15-123-35-145
-before l begmidword scheide 156-146-145-15
-begmidword schneideleist 156-1345-146-145-15-123-146-23456
-begmidword schneideline 156-1345-146-145-15-123-35-15
-begmidword schneidelini 156-1345-146-145-15-123-35-24
-always treidell 2345-1235-146-145-13456-123
-before l begmidword getreide 12346-2345-1235-146-145-15
-always getreidelt 12346-2345-1235-146-145-13456-2345
-prfword getreidelte 12346-2345-1235-146-145-13456-236
-always weideland 2456-146-145-15-123-235-145
-always weideländ 2456-146-145-15-123-345-1345-145
-always kandelaber 13-235-145-15-13456-1-12-12456
-always pendel 1234-14-145-13456
-always abendelang 1-12-14-145-15-123-1245
-always jahrtausendelang 245-2345-15-123-1245
-begmidword sendeleist 234-14-145-15-123-146-23456
-begmidword sendeleit 234-14-145-15-123-146-2345
-begmidword sendeliz 234-14-145-15-123-24-1356
-always spindel 234-1234-35-145-13456
-always bindelader 12-35-145-15-123-1-145-12456
-always gewindelehr 12346-2456-35-145-15-123-2356-1235
-always gewindeloch 12346-2456-35-145-15-123-135-1456
-always gewindelöch 12346-2456-35-145-15-123-246-1456
-always hundeleb 125-256-145-15-123-12
-always hundelein 125-256-145-15-123-1246
-always kundelehrer 13-256-145-15-123-2356-1235-12456
-always grundeleg 1245-145-15-123-15-1245
-prfword grundelege 1245-145-15-123-15-12346
-always grundelieg 1245-145-15-123-346-1245
-prfword grundeliege 1245-145-15-123-346-12346
-always codelist 6-14-135-145-15-123-24-23456
-always jodel 245-135-145-13456
-always modeladen 134-135-145-15-123-1-145-14
-always modeläden 134-135-145-15-123-345-145-14
-begmidword modelaun 134-135-145-15-123-16-1345
-prfword modelinie 134-135-145-15-123-35-24-15
-always modelinien 134-135-145-15-123-35-24-14
-always rodeland 1235-135-145-15-123-235-145
-always trödel 2345-1235-246-145-13456
-always pferdeläng 1234-124-12456-145-15-5-123-1245
-always pferdeleib 1234-124-12456-145-15-123-146-12
-prfword pferdeleine 1234-124-12456-145-15-123-1246-15
-always pferdeleinen 1234-124-12456-145-15-123-1246-14
-always pferdelieb 1234-124-12456-145-15-123-346-12
-always pferdelotto 1234-124-12456-145-15-123-135-2345-2345-135
-before l begmidword förde 124-246-1235-145-15
-always bürdelast 12-1256-1235-145-15-123-1-23456
-always würdelos 1256-15-123-135-234
-before l begmidword nudel 1345-136-145-13456
-always strudel 23456-1235-136-145-13456
-always freudeleer 124-1235-126-145-15-123-15-15-1235
-always freudelos 124-1235-126-145-15-123-135-234
-begmidword gebäudeleit 12346-12-34-145-15-123-146-2345
-midendword eelicht 15-15-456-2345
-begmidword werbeelemen 2456-12456-23-13456-12356-14
-begmidword ladeelektr 123-1-145-15-13456-15-13-2345-1235
-begmidword codeelemen 6-14-135-145-15-13456-12356-14
-always hundeelend 125-256-145-15-13456-14-145
-begmidword kohleelektr 13-135-125-123-15-13456-15-13-2345-1235
-begmidword masseelektr 134-1-2346-15-13456-15-13-2345-1235
-begmidword werteelektr 2456-12456-236-13456-15-13-2345-1235
-always tafelland 2345-1-124-13456-123-235-145
-always tafelleim 2345-1-124-13456-123-146-134
-always tafelleinen 2345-1-124-13456-123-1246-14
-begmidword tafelleuch 2345-1-124-13456-123-126-1456
-begmidword tafelländ 2345-1-124-13456-123-345-1345-145
-always schwefel 156-2456-15-124-13456
-always stiefel 23456-346-124-13456
-always staffel 23456-1-124-124-13456
-always trüffel 2345-1235-1256-124-124-13456
-always zweifellos 1356-2456-146-124-13456-123-135-234
-begmidword hilfelehr 125-24-123-124-15-123-2356-1235
-begmidword hilfeleist 125-24-123-124-15-123-146-23456
-begmidword hilfeliefer 125-24-123-124-15-123-346-124-12456
-always gipfel 1245-24-1234-124-13456
-always schaufel 156-16-124-13456
-always hufeland 125-136-124-15-123-235-145
-always hufeländ 125-136-124-15-123-345-1345-145
-always legeleist 123-15-12346-123-146-23456
-before l begmidword vorlege 2-26-123-15-12346
-before l begmidword wege 2456-1245-15
-before l begmidword steige 23456-146-12346
-begmidword naheleg 1345-1-125-15-123-15-1245
-prfword nahelege 1345-1-125-15-123-15-12346
-begmidword nahelieg 1345-1-125-15-123-346-1245
-prfword naheliege 1345-1-125-15-123-346-12346
-always rachelust 1235-56-15-123-136-23456
-begmidword rachelüst 1235-56-15-123-1256-23456
-always knöchel 13-1345-246-1456-13456
-always aschelump 1-156-15-123-136-134-1234
-always schellack 156-13456-123-1-46
-begmidword wäschelein 2456-345-156-15-123-1246
-sufword eheleb 15-125-15-123-12
-midword eheleb 2356-15-123-12
-sufword eheleiblich 15-125-15-123-146-12-456
-midendword eheleiblich 2356-15-123-146-12-456
-word eheleute 15-125-15-123-126-236
-midendword eheleute 2356-15-123-126-236
-word eheleuten 15-125-15-123-126-2345-14
-midendword eheleuten 2356-15-123-126-2345-14
-sufword ehelich 15-125-15-456
-midendword ehelich 2356-15-456
-sufword ehelos 15-125-15-123-135-234
-midendword ehelos 2356-15-123-135-234
-always weihelied 2456-146-125-15-123-346-145
-always hohelied 125-135-125-15-123-346-145
-begmidword mathelehr 134-1-2345-125-15-123-2356-1235
-before l begmidword goethe 1245-135-15-2345-125-15
-always mühelos 134-1256-125-15-123-135-234
-before l begmidword ruhe 1235-136-125-15
-always jelieber 245-15-123-346-12-12456
-always jelänger 245-15-5-123-1245-12456
-before l begmidword lake 123-1-13-15
-always makellos 134-1-13-13456-123-135-234
-always fackel 124-1-46-13456
-always sockel 234-135-46-13456
-always spikeloch 234-1234-24-13-15-123-135-1456
-always spikelöch 234-1234-24-13-15-123-246-1456
-begmidword getränkelad 12346-2345-1235-345-1345-13-15-123-1-145
-always bänkellied 12-345-1345-13-13456-123-346-145
-before l begmidword geschenke 12346-156-14-13-15
-always schenkel 156-14-13-13456
-always dunkel 145-256-13-13456
-always schnörkel 156-1345-246-1235-13-13456
-always muskel 134-136-234-13-13456
-always pökel 1234-246-13-13456
-begmidword ensembleleist 14-234-12356-12-123-15-123-146-23456
-always candlelight 6-14-235-145-123-15-123-24-1245-125-2345
-before l begmidword kohle 13-135-125-123-15
-always teilelager 2345-146-123-15-123-1-1245-12456
-begmidword teilelist 2345-146-123-15-123-24-23456
-always emaillelack 12356-1-24-12345-15-123-1-46
-before l begmidword koschenille 13-135-156-14-24-12345-15
-before l begmidword reklame 1235-15-13-123-1-134-15
-always memelland 134-12356-13456-123-235-145
-always memelländ 134-12356-13456-123-345-1345-145
-always nahmelager 1345-134-15-123-1-1245-12456
-always nahmelamp 1345-134-15-123-1-134-1234
-always nahmeland 1345-134-15-123-235-145
-always nahmelauf 1345-134-15-123-16-124
-always nahmeleit 1345-134-15-123-146-2345
-always nahmelicht 1345-134-15-456-2345
-always nahmelini 1345-134-15-123-35-24
-always nahmelist 1345-134-15-123-24-23456
-always nahmeländ 1345-134-15-123-345-1345-145
-always nahmeläuf 1345-134-15-123-34-124
-always sammel 234-1-1346-13456
-always homeland 125-135-134-15-123-235-145
-always armeleute 356-134-15-123-126-236
-before l begmidword ärmel 345-1235-134-13456
-begmidword wärmelehr 2456-345-1235-134-15-123-2356-1235
-begmidword wärmeleist 2456-345-1235-134-15-123-146-23456
-begmidword wärmeleit 2456-345-1235-134-15-123-146-2345
-before l begmidword quarantäne 6-12345-136-356-235-2345-345-1345-15
-before l begmidword szene 234-1356-14-15
-before l begmidword sahne 234-1-125-1345-15
-before l begmidword saigne 234-1-24-1245-1345-15
-always schweinelend 156-2456-1246-15-123-14-145
-before l begmidword marine 134-356-35-15
-always annelies 235-1345-15-123-346-234
-begmidword annelieschen 235-1345-15-123-346-234-1456-14
-always minnelied 134-35-1345-15-123-346-145
-always tunnel 2345-256-1345-13456
-begmidword hannelor 125-235-1345-15-123-26
-begmidword marnelini 134-356-1345-15-123-35-24
-always stapel 23456-1-1234-13456
-begmidword pipelin 1234-24-1234-15-123-35
-always ampel 1-134-1234-13456
-always doppel 145-135-1234-1234-13456
-always stoppel 23456-135-1234-1234-13456
-always skrupel 234-13-1235-136-1234-13456
-before l begmidword software 234-135-124-2345-2456-356-15
-before l begmidword timbre 2345-24-134-12-1235-15
-before l begmidword karriere 13-356-1235-24-12456-15
-always schwerelos 156-2456-12456-15-123-135-234
-always jahrelang 245-1235-15-123-1245
-always ireland 24-1235-15-123-235-145
-always wireless 2456-24-1235-15-123-15-2346
-begmidword irrelei 24-1235-1235-15-123-146
-begmidword säurelös 234-34-1235-15-123-246-234
-before l begmidword türe 2345-1256-1235-15
-before l begmidword venture 1236-14-2345-136-1235-15
-before l begmidword basel 12-1-234-13456
-before l begmidword striptease 23456-1235-24-1234-2345-15-1-234-15
-always faseleber 124-1-234-13456-15-12-12456
-always naselang 1345-1-234-15-123-1245
-begmidword naseläng 1345-1-234-15-5-123-1245
-always leselamp 123-123456-15-123-1-134-1234
-always leselist 123-123456-15-123-24-23456
-always diesellok 145-346-234-13456-123-135-13
-always kiesel 13-346-234-13456
-begmidword leselup 123-123456-15-123-136-1234
-always leselämp 123-123456-15-123-345-134-1234
-before l begmidword wechsel 2456-15-1456-234-13456
-always chaiselong 1456-1-24-234-15-123-135-1345-1245
-before l begmidword speise 234-1234-146-234-15
-before l begmidword reise 1235-146-234-15
-before l begmidword gänse 1245-345-1345-234-15
-before l begmidword insel 35-234-13456
-before l begmidword narkose 1345-356-13-135-234-15
-always mosel 134-135-234-13456
-before l begmidword presse 1234-1235-15-2346-15
-begmidword masseleist 134-1-2346-15-123-146-23456
-always masselos 134-1-2346-15-123-135-234
-begmidword masseleit 134-1-2346-15-123-146-2345
-begmidword messeleit 134-15-2346-15-123-146-2345
-always rosselenker 1235-135-2346-15-123-14-13-12456
-before l begmidword fessel 124-15-2346-13456
-before l begmidword interesse 2-35-15
-before l begmidword sessel 234-15-2346-13456
-always rätsel 1235-345-2345-234-13456
-always brauselimo 12-1235-16-234-15-123-24-134-135
-always mauseloch 134-16-234-15-123-135-1456
-begmidword mauselöch 134-16-234-15-123-246-1456
-always kräusel 13-1235-34-234-13456
-always käselaib 13-345-234-15-123-1-24-12
-before l begmidword gemüse 12346-134-1256-234-15
-before l begmidword analyse 235-25-6-13456-234-15
-before l begmidword gäste 1245-345-23456-15
-begmidword gutelaun 1245-136-236-123-16-1345
-before l begmidword jahrhunderte 245-125-15
-before l begmidword pleuel 1234-123-126-13456
-always reuelos 1235-126-15-123-135-234
-always cleveland 6-14-123-15-1236-15-123-235-145
-always havelland 125-1-1236-13456-123-235-145
-begmidword havelländ 125-1-1236-13456-123-345-1345-145
-always shavelotion 234-125-1-1236-15-123-135-2345-245
-before l begmidword reserve 1235-123456-12456-1236-15
-always eyeliner 15-6-13456-15-123-35-12456
-before l begmidword einzel 1246-1356-13456
-always einzeller 1246-1356-15-12345-12456
-always einzellig 1246-1356-15-12345-45
-before l begmidword bronze 12-1235-135-1345-1356-15
-always herzeleid 125-12456-1356-15-123-146-145
-before l begmidword wurzel 2456-136-1235-1356-13456
-before l begmidword kürzel 5-13-1356-13456
-
-# EM  (4.1 Lautgruppenkürzungen)
-word em 15-134
-always em 12356
-always emm 15-1346
-after e midendword machen 134-56-14
-after e midendword macher 134-56-12456
-after e midendword mädchen 134-345-145-1456-14
-after e midendword magazin 134-1-1245-1-1356-35
-after e endword magnete 134-1-1245-1345-15-236
-after e midendword magnet 134-1-1245-1345-15-2345
-after e midword mähdresch 134-345-125-145-1235-15-156
-after e endword mähne 134-345-125-1345-15
-after e midendword mähnen 134-345-125-1345-14
-after e midendword manager 134-235-1-1245-12456
-after e midendword mangel 134-235-1245-13456
-after e midendword mängel 134-345-1345-1245-13456
-after e midendword manier 134-235-346-1235
-after e midword manipul 134-235-24-1234-136-123
-midendword emann 15-134-1345
-midendword emänn 15-5-134-1345
-after e midendword mantel 134-235-2345-13456
-after e midendword mäntel 134-345-1345-2345-13456
-after e midendword manöver 134-235-246-1236-12456
-after e endword mappe 134-1-1234-1234-15
-after e midendword mappen 134-1-1234-1234-14
-after e midendword marie 134-356-346
-after e midendword marien 134-356-24-14
-after e midendword mark 134-356-13
-after e midword märk 134-345-1235-13
-after e midendword marsch 134-356-156
-after e midword märsch 134-345-1235-156
-after e midword maschin 134-156
-after e midendword maserung 134-1-234-12456-136
-after e endword maske 134-1-234-13-15
-after e midendword masken 134-1-234-13-14
-after e midendword maskottchen 134-1-234-13-135-2345-2345-1456-14
-after e midendword maß 134-1-2346
-after e endword masse 134-1-2346-15
-after e midendword massen 134-1-2346-14
-after e midendword mäßig 134-345-2346-45
-after e midendword mast 134-1-23456
-after e midword mäst 134-345-23456
-after e midendword material 134-123
-after e midendword matrix 134-1-2345-1235-24-6-1346
-after e midendword matriz 134-1-2345-1235-24-1356
-after e endword matte 134-1-2345-236
-after e midendword matten 134-1-2345-2345-14
-after e midendword mauer 134-16-12456
-after e midendword mäuer 134-34-12456
-after e midendword mechanismen 134-15-1456-235-24-234-134-14
-after e midendword mechanismus 134-15-1456-235-5-24
-after e midword medaill 134-15-145-1-24-12345
-after e midendword medizin 134-15-145-24-1356-35
-after e midendword mehl 134-2356-123
-after e midendword meister 134-146-23456-12456
-after e midendword melder 134-13456-145-12456
-after e midendword meldung 134-13456-145-136
-after e midendword melken 134-13456-13-14
-after e midendword melker 134-13456-13-12456
-after e midendword melodie 134-13456-135-145-346
-after e midendword melodien 134-13456-135-145-24-14
-after e midendword merkmal 134-12456-13-134
-after e midendword messer 134-15-2346-12456
-after e midendword messung 134-15-2346-136
-after e midword method 134-15-2345-125-135-145
-after e endword metzg 134-15-2345-1356-1245
-after e midword metzg 134-15-2345-1356-1245
-after e midendword mikro 134-24-13-1235-135
-after e midendword minister 134-35-24-23456-12456
-after e endword minute 134-35-136-236
-after e midendword minuten 134-35-136-2345-14
-after e midendword mischung 134-24-156-136
-after e midendword mitarbeit 2-2345-356-12
-after e midendword mitteil 2-2345-2345-146-123
-after e midendword mittel 134-2345
-after e midendword modell 134-135-145-15-12345
-after e endword modi 134-135-145-24
-after e midword modifi 134-135-145-24-124-24
-after e midendword modul 134-135-145-136-123
-after e midendword modus 134-135-145-136-234
-after e midendword möglich 134-456
-after e midendword moment 134-135-134-14-2345
-after e endword momente 134-135-134-14-236
-after e midendword monat 134-135-1345-1-2345
-after e endword monate 134-135-1345-1-236
-after e midendword moor 134-135-135-1235
-after e endword mord 134-26-145
-after e midendword mords 134-26-145-234
-after e midendword mörder 134-246-1235-145-12456
-after e midendword mörtel 134-246-1235-2345-13456
-after e midendword motiv 134-135-2345-24-1236
-after e endword motor 134-135-2345-135-1235
-after e midword motor 134-135-2345-26
-after e endword motte 134-135-2345-236
-after e midendword motten 134-135-2345-2345-14
-after e midendword motto 134-135-2345-2345-135
-after e midendword müd 134-1256-145
-after e midendword muffel 134-136-124-124-13456
-after e midendword mühl 134-1256-125-123
-after e midendword mund 134-256-145
-after e midword münd 134-1256-1345-145
-after e endword münz 134-1256-1345-1356
-after e midword münz 134-1256-1345-1356
-after e midendword museen 134-136-234-15-14
-after e midendword museum 134-136-234-15-136-134
-after e midendword musik 134-13
-after e midendword muskel 134-136-234-13-13456
-after e midendword muster 134-136-23456-12456
-after e midendword mutter 134-136-2345-2345-12456
-after e midendword mütter 134-1256-2345-2345-12456
-after e endword mütze 134-1256-2345-1356-15
-after e midendword mützen 134-1256-2345-1356-14
-# In der Not ...
-midendword emachen 15-134-56-14
-midendword emacher 15-134-56-12456
-midendword emacht 15-134-56-2345
-endword emachte 15-134-56-236
-always emacho 15-134-1-1456-135
-always emaschin 15-134-156
-before m begmidword reggae 1235-15-1245-1245-1-15
-always anaemia 235-1-15-134-24-1
-before m begmidword werbe 2456-12456-23
-before m begmidword geschiebe 12346-156-346-23
-always lebemann 123-12-15-134-1345
-begmidword lebemänn 123-12-15-5-134-1345
-begmidword klebemod 13-123-15-23-134-135-145
-before m begmidword peace 1234-15-1-6-14-15
-always pacemaker 1234-1-6-14-15-134-1-13-12456
-before m begmidword service 234-12456-1236-24-6-14-15
-before m always renaissance 1235-14-1-24-2346-235-6-14-15
-before m begmidword schmiede 156-134-346-145-15
-before m begmidword rede 1235-15-145-15
-always redempt 1235-15-145-12356-1234-2345
-begmidword modemasch 134-135-145-15-134-1-156
-always modemensch 134-135-145-15-134-14-156
-before m begmidword streiche 23456-1235-146-1456-15
-prfword streichem 23456-1235-146-1456-12356
-sufword dematerial 145-15-134-123
-midword demoorganis 145-12356-135-26-1245-235-24-234
-before m begmidword bade 12-1-145-15
-before m begmidword jade 245-1-145-15
-before m always lade 123-1-145-15
-before m begmidword selfmade 234-13456-124-134-1-145-15
-begmidword rademach 1235-1-145-15-134-56
-before m begmidword parade 1234-356-1-145-15
-before m begmidword gerade 12346-1235-1-145-15
-prfword geradem 12346-1235-1-145-12356
-before m begmidword rede 1235-15-145-15
-always vademecum 1236-1-145-15-134-15-6-14-136-134
-endword demenge 145-15-134-14-12346
-midendword demengen 145-15-134-14-1245-14
-before m begmidword heide 125-146-145-15
-before m begmidword scheide 156-146-145-15
-before m begmidword schneide 156-1345-146-145-15
-before m begmidword kreide 13-1235-146-145-15
-before m begmidword getreide 12346-2345-1235-146-145-15
-before m begmidword weide 2456-146-145-15
-always tidemittel 2345-24-145-15-134-2345
-before m begmidword gilde 1245-24-123-145-15
-before m begmidword lande 123-235-145-15
-before m begmidword gelände 12346-123-345-1345-145-15
-before m begmidword sende 234-14-145-15
-prfword sendem 234-14-145-12356
-before m begmidword wende 2456-14-145-15
-before m begmidword binde 12-35-145-15
-before m begmidword gemeinde 12346-134-1246-145-15
-always hindemith 125-35-145-15-134-24-2345-125
-before m begmidword gesinde 12346-234-145-15
-before m begmidword hunde 125-256-145-15
-before m begmidword kunde 13-256-145-15
-always modemach 134-135-145-15-134-56
-always modemagazin 134-135-145-15-134-1-1245-1-1356-35
-always modemark 134-135-145-15-134-356-13
-always modemess 134-135-145-15-134-15-2346
-before m begmidword garde 1245-356-145-15
-before m begmidword pferde 1234-124-12456-145-15
-before m always gebäude 12346-12-34-145-15
-prfword freeman 124-1235-15-15-134-1-1345
-begmidword freeman 124-1235-15-15-134-235
-always reemtsma 1235-15-15-134-2345-234-134-1
-before m always see 234-15-15
-always freemail 124-1235-15-15-134-1-24-123
-always agreement 1-1245-1235-15-15-134-14-2345
-before m begmidword hilfe 125-24-123-124-15
-before m begmidword sage 234-1245-15
-before m begmidword wege 2456-1245-15
-before m begmidword sprache 234-1234-15
-always sprachempfind 234-1234-12356-1234-124-35-145
-before m begmidword epoche 15-1234-135-1456-15
-before m begmidword recherche 1235-15-1456-12456-1456-15
-before m begmidword wäsche 2456-345-156-15
-before m begmidword tusche 2345-136-156-15
-before m begmidword watsche 2456-1-2345-156-15
-before m begword ehe 15-125-15
-sufword ehemalig 15-125-15-134-45
-midendword ehemalig 2356-15-134-45
-sufword ehemals 15-125-15-134-234
-midendword ehemals 2356-15-134-234
-before m always anleihe 235-123-146-125-15
-before m always ruhe 1235-136-125-15
-begmidword tantiem 2345-235-2345-24-12356
-always jemals 245-15-134-234
-before m begmidword anke 235-13-15
-endword ankem 235-13-12356
-before m begmidword getränke 12346-2345-1235-345-1345-13-15
-before m always stärke 23456-345-1235-13-15
-before m always ensemble 14-234-12356-12-123-15
-always allemal 1-15-134
-before m begmidword gentle 1245-14-2345-123-15
-before m always spiele 2-346-15
-always telemedien 2345-13456-15-134-15-145-24-14
-always telemedium 2345-13456-15-134-15-145-24-136-134
-always telemeter 2345-13456-15-134-15-2345-12456
-always telemetrie 2345-13456-15-134-15-2345-1235-346
-always telemetrisch 2345-13456-15-134-15-2345-1235-24-156
-before m begmidword kohle 13-135-125-123-15
-before m begmidword fälle 5-124-12345-15
-always horlemann 125-26-123-15-134-235-1345
-endword memenge 134-15-134-14-12346
-midendword memengen 134-15-134-14-1245-14
-before m begmidword reklame 1235-15-13-123-1-134-15
-midendword nahmemensch 1345-134-15-134-14-156
-always fememord 124-12356-15-134-26-145
-always fememörder 124-12356-15-134-246-1235-145-12456
-before m begmidword filme 124-24-123-134-15
-begmidword filmempfind 124-24-123-134-12356-1234-124-35-145
-before m begmidword wärme 2456-345-1235-134-15
-always dänemark 145-345-1345-15-134-356-13
-before m begmidword hygiene 125-6-13456-1245-24-14-15
-prfword reinem 1235-1246-12356
-before m begmidword reine 1235-1246-15
-before m begmidword schweine 156-2456-1246-15
-before m begmidword gabardine 1245-1-12-356-145-35-15
-before m begmidword margarine 134-356-1245-356-35-15
-before m begmidword marine 134-356-35-15
-prfword marinem 134-356-35-12356
-before m begmidword sohne 234-135-125-1345-15
-before m begmidword söhne 234-246-125-1345-15
-before m begmidword popeline 1234-135-1234-13456-35-15
-before m begmidword online 135-1345-123-35-15
-before m begmidword routine 1235-135-136-2345-35-15
-before m begmidword sahne 234-1-125-1345-15
-before m begmidword sühne 234-1256-125-1345-15
-midword nemach 1345-15-134-56
-endword nemenge 1345-15-134-14-12346
-midendword nemengen 1345-15-134-14-1245-14
-always annemarie 235-1345-15-134-356-346
-before m begmidword wonne 2456-135-1345-1345-15
-always grönemeyer 1245-1235-246-1345-15-134-15-6-13456-12456
-always warnemünd 2456-356-1345-15-134-1256-1345-145
-always remagen 1235-15-134-1-1245-14
-always remake 1235-15-134-1-13-15
-always remakes 1235-15-134-1-13-123456
-always rematerial 1235-15-134-123
-always remark 1235-15-134-356-13
-before m begmidword hardware 125-356-145-2456-356-15
-before m begmidword karriere 13-356-1235-24-12456-15
-always genremaler 1245-14-1235-15-134-25-12456
-before m begmidword genre 1245-14-1235-15
-always entremet 14-2345-1235-15-134-15-2345
-always outremont 135-136-2345-1235-15-134-135-1345-2345
-before m begmidword ampere 1-134-1234-12456-15
-begmidword irremach 24-1235-1235-15-134-56
-before m begmidword säure 234-34-1235-15
-before m begmidword gebläse 12346-12-123-345-234-15
-begmidword kasemat 13-1-234-15-134-1-2345
-before m begmidword käse 13-345-234-15
-before m begmidword lese 123-123456-15
-before m begmidword geräusche 12346-1235-34-156-15
-begmidword geräuschempfind 12346-1235-34-156-12356-1234-124-35-145
-before m begmidword speise 234-1234-146-234-15
-before m begmidword reise 1235-146-234-15
-prfword greisem 1245-1235-146-234-12356
-before m begmidword gänse 1245-345-1345-234-15
-before m always narkose 1345-356-13-135-234-15
-before m begmidword löse 123-246-234-15
-prfword lösem 123-246-234-12356
-before m begword prognose 12345-1245-1345-135-234-15
-before m midword prognose 1234-1235-135-1245-1345-135-234-15
-begmidword rosemar 1235-135-234-15-134-356
-before m always baisse 12-1-24-2346-15
-before m always crosse 6-14-1235-135-2346-15
-before m always hausse 125-16-2346-15
-before m begmidword gehäuse 12346-125-34-234-15
-before m begmidword läuse 123-34-234-15
-always krauseminz 13-1235-16-234-15-134-35-1356
-before m begmidword gemüse 12346-134-1256-234-15
-before m begmidword schmuse 156-134-136-234-15
-before m begmidword analyse 235-25-6-13456-234-15
-always posemuckel 1234-135-234-15-134-136-46-13456
-endword temal 236-134
-always sitemap 234-24-236-134-1-1234
-before m begmidword geschäfte 1245-124-15
-before m begmidword kräfte 5-13-124-15
-before m begmidword gerüchte 12346-1235-1256-1456-236
-before m begword projekte 12345-245-15-13-236
-before m midword projekte 1234-1235-135-245-15-13-236
-before m always ernte 12456-1345-236
-prfword erntem 12456-1345-2345-12356
-always kerntem 13-12456-1345-2345-12356
-begmidword lerntemp 123-12456-1345-2345-12356-1234
-endword stemal 23456-15-134
-before m begmidword watte 2456-1-2345-236
-before m begmidword motte 134-135-2345-236
-before m begmidword bräute 12-1235-34-236
-before m begmidword leute 123-126-236
-begmidword travemünd 2345-1235-1-1236-15-134-1256-1345-145
-begmidword livemit 123-24-1236-15-2-2345
-before m begmidword parallaxe 1234-356-1-12345-1-6-1346-15
-before m begmidword vize 1236-24-1356-15
-before m begmidword bronze 12-1235-135-1345-1356-15
-before m begmidword katze 13-1-2345-1356-15
-before m begmidword witze 2456-24-2345-1356-15
-before m begmidword krätze 13-1235-345-2345-1356-15
-before m begmidword butze 12-136-2345-1356-15
-
-# EN  (4.1 Lautgruppenkürzungen)
-word en 15-1345
-always en 14
-begmidword werbenach 2456-12456-23-1345-56
-prfword gabename 1245-1-23-1345-1-134-15
-always gabenamen 1245-1-23-1345-1-134-14
-always beneath 23-1345-15-1-2345-125
-always gabeneigung 1245-1-23-1345-146-1245-136
-always werbeneuheit 2456-12456-23-1345-126-125
-always habenichts 2-125-15-1345-234
-sufword probenummer 12345-23-1345-136-1346-12456
-midendword probenummer 1234-1235-135-23-1345-136-1346-12456
-always werbenummer 2456-12456-23-1345-136-1346-12456
-always servicenetz 234-12456-1236-24-6-14-15-1345-15-2345-1356
-begmidword serviceniv 234-12456-1236-24-6-14-15-1345-24-1236
-always denatur 145-15-1345-2345
-always denazifiz 145-15-1345-1-1356-24-124-24-1356
-always sendenetz 234-14-145-15-1345-15-2345-1356
-always denerv 145-15-1345-12456-1236
-begmidword badenix 12-1-145-15-1345-24-6-1346
-always schmiedenagel 156-134-346-145-15-1345-1-1245-13456
-begmidword heidenelk 125-146-145-15-1345-13456-13
-begmidword weidenutz 2456-146-145-15-1345-1356
-always meldenam 134-13456-145-15-1345-1-134
-always meldenetz 134-13456-145-15-1345-15-2345-1356
-always meldenot 134-13456-145-15-1345-135-2345
-always hundenapf 125-256-145-15-1345-1-1234-124
-begmidword hundenam 125-256-145-15-1345-1-134
-always hundenarr 125-256-145-15-1345-356-1235
-begmidword hundenärr 125-256-145-15-1345-345-1235-1235
-begmidword hundenas 125-256-145-15-1345-1-234
-always gemeindeneu 12346-134-1246-145-15-1345-126
-always odenam 135-145-15-1345-1-134
-always modenarr 134-135-145-15-1345-356-1235
-always modenärr 134-135-145-15-1345-345-1235-1235
-begmidword pferdenas 1234-124-12456-145-15-1345-1-234
-always pferdenarr 1234-124-12456-145-15-1345-356-1235
-begmidword pferdenärr 1234-124-12456-145-15-1345-345-1235-1235
-always pferdenatur 1234-124-12456-145-15-1345-2345
-always pferdenüster 1234-124-12456-145-15-1345-1256-23456-12456
-always aberdeen 1-12-12456-145-15-15-1345
-sufword eileen 146-123-15-15-1345
-always spleen 234-1234-123-15-15-1345
-always screen 234-6-14-1235-15-15-1345
-always green 1245-1235-15-15-1345
-always seenadel 234-15-15-1345-1-145-13456
-always seeniveau 234-15-15-1345-24-1236-15-16
-always teenager 2345-15-15-1345-1-1245-12456
-prfword steen 23456-15-15-1345
-prfword steens 23456-15-15-1345-234
-always ideenarm 24-145-15-14-356-134
-always seenartig 234-15-14-356-2345-45
-begmidword ideenassozi 24-145-15-14-1-2346-135-1356-24
-always ideenaustausch 24-145-15-14-16-234-2345-16-156
-always colleen 6-14-135-12345-15-15-1345
-prfword armeen 356-134-15-14
-begmidword seenelk 234-15-15-1345-13456-13
-begmidword peenemünd 1234-15-15-1345-15-134-1256-1345-145
-always freenet 124-1235-15-15-1345-15-2345
-sufword maureen 134-16-1235-15-15-1345
-always seenot 234-15-15-1345-135-2345
-begmidword seenöt 234-15-15-1345-246-2345
-prfword seenöt 234-15-15-1345-246-236
-begmidword seenymph 234-15-15-1345-6-13456-134-1234-125
-always seenäh 234-15-15-1345-345-125
-begmidword seenäh 234-15-15-1345-345-125
-always teenie 2345-15-15-1345-346
-always teeny 2345-15-15-1345-6-13456
-begmidword hilfenahm 125-24-123-124-15-1345-134
-always hilfeniveau 125-24-123-124-15-1345-24-1236-15-16
-always zeigenadel 1356-146-12346-1345-1-145-13456
-prfword hängenase 125-345-1345-12346-1345-1-234-15
-always hängenasen 125-345-1345-12346-1345-1-234-14
-always spionagenetz 234-1234-24-135-1345-1-12346-1345-15-2345-1356
-always wegenetz 2456-1245-15-1345-15-2345-1356
-always taugenichts 2345-16-12346-1345-234
-always patschenass 1234-1-2345-156-15-1345-1-2346
-word ehename 15-125-15-1345-1-134-15
-endword ehename 2356-15-1345-1-134-15
-always ehenamen 2356-15-1345-1-134-14
-prfword mathenote 134-1-2345-125-15-1345-135-236
-always mathenoten 134-1-2345-125-15-1345-135-2345-14
-always leihenehmer 123-146-125-15-1345-125-12456
-sufword siena 234-24-14-1
-always sienesisch 234-24-14-123456-24-156
-prfword theorieneutral 2345-125-15-26-346-1345-126-2345-1235-1-123
-begmidword theorieneutral 2345-125-15-26-346-1345-126-2345-1235-25
-always spuckenass 234-1234-136-46-15-1345-1-2346
-always bottleneck 12-135-2345-2345-123-15-1345-15-46
-always villeneuv 1236-24-12345-15-1345-126-1236
-always telenovela 2345-13456-15-1345-135-1236-13456-1
-always teilenummer 2345-146-123-15-1345-136-1346-12456
-begmidword teilenam 2345-146-123-15-1345-1-134
-always nahmeneigung 1345-134-15-1345-146-1245-136
-always wärmenetz 2456-345-1235-134-15-1345-15-2345-1356
-always wärmenetz 2456-345-1235-134-15-1345-15-2345-1356
-begmidword schweinenier 156-2456-1246-15-1345-346-1235
-always aknen 1-13-1345-15-1345
-always phoenix 1234-125-135-15-1345-24-6-1346
-always aren't 1-1235-15-1345-6-2345
-before n begmidword hardware 125-356-145-2456-356-15
-always renatur 1235-15-1345-2345
-always schwerenot 156-2456-12456-15-1345-135-2345
-always chiffrenummer 1456-24-124-124-1235-15-1345-136-1346-12456
-before n begmidword softwarenutz 234-135-124-2345-2456-356-15-1345-1356
-always schwerenöter 156-2456-12456-15-1345-246-2345-12456
-begmidword kosenam 13-135-234-15-1345-1-134
-begmidword glucosenach 1245-123-136-6-14-135-234-15-1345-56
-begmidword morsenach 134-26-234-15-1345-56
-begmidword messeneu 134-15-2346-15-1345-126
-begmidword pressenach 1234-1235-15-2346-15-1345-56
-always pressenotiz 1234-1235-15-2346-15-1345-135-2345-24-1356
-before n always baisse 12-1-24-2346-15
-always mäusenest 134-34-234-15-1345-15-23456
-always usenet 136-234-15-1345-15-2345
-begmidword städtenam 23456-345-145-236-1345-1-134
-always kräftenach 5-13-124-15-1345-56
-always gutenacht 1245-136-236-1345-56-2345
-prfword haltenase 125-25-236-1345-1-234-15
-always haltenasen 125-25-236-1345-1-234-14
-always gütenorm 1245-1256-236-1345-26-134
-always bytenummer 12-6-13456-236-1345-136-1346-12456
-before n begmidword bronze 12-1235-135-1345-1356-15
-prfword bronzen 12-1235-135-1345-1356-14
-prfword bronzene 12-1235-135-1345-1356-14-15
-prfword bronzenem 12-1235-135-1345-1356-14-12356
-prfword bronzenen 12-1235-135-1345-1356-14-14
-prfword bronzener 12-1235-135-1345-1356-14-12456
-prfword bronzenes 12-1235-135-1345-1356-14-123456
-
-# ENT- (4.2.1 Vorsilbenkürzungen)
-begword ent 2346
-sufword entchen 14-2345-1456-14
-word ente 14-236
-always entelech 14-2345-13456-15-1456
-always enten 14-2345-14
-always hallentennis 125-1-12345-14-2345-14-1345-24-234
-always rasentennis 1235-1-234-14-2345-14-1345-24-234
-always frauentennis 124-1235-16-14-2345-14-1345-24-234
-always entente 14-2345-14-236
-always ententeil 14-2345-14-2345-146-123
-always ententeich 14-2345-14-2345-146-1456
-prfword enter 14-2345-12456
-always enterbeil 14-2345-12456-12-146-123
-always enterbrück 14-2345-12456-12-1235-1256-46
-always enter- 14-2345-12456-36
-always entere 14-2345-12456-15
-always enterem 14-2345-12456-12356
-always enteren 14-2345-12456-14
-always enterer 14-2345-12456-12456
-always enteres 14-2345-12456-123456
-always enterhak 14-2345-12456-125-1-13
-always enterich 14-2345-12456-3456
-always enteritis 14-2345-12456-24-2345-24-234
-always entermesser 14-2345-12456-134-15-2346-12456
-always entern 14-2345-12456-1345
-always entero 14-2345-12456-135
-always enterogen 14-2345-12456-135-1245-14
-always enterpris 14-2345-12456-1234-1235-24-234
-always enterst 14-2345-12456-23456
-always entert 14-2345-12456-2345
-always entertain 14-2345-12456-2345-1-24-1345
-always entertast 14-2345-12456-2345-1-23456
-prfword enterte 14-2345-12456-236
-prfword entertem 14-2345-12456-2345-12356
-prfword enterten 14-2345-12456-2345-14
-prfword enterter 14-2345-12456-2345-12456
-prfword entertes 14-2345-12456-2345-123456
-prfword entertest 14-2345-12456-236-23456
-prfword entertet 14-2345-12456-236-2345
-always enterung 14-2345-12456-136
-always enthusia 14-2345-125-136-234-24-1
-always enthymem 14-2345-125-6-13456-134-12356
-always entität 14-2345-5-345
-always entities 14-2345-24-2345-346-234
-always entity 14-2345-24-2345-6-13456
-always entlein 14-2345-123-1246
-always entoderm 14-2345-135-145-12456-134
-always entomo 14-2345-135-134-135
-midendword entomori 14-2345-135-134-26-24
-always entopisch 14-2345-135-1234-24-156
-always entoptisch 14-2345-135-1234-2345-24-156
-always entotisch 14-2345-135-2345-24-156
-prfword entourage 14-2345-135-136-1235-1-12346
-always entourag 14-2345-135-136-1235-1-1245
-always entrec 14-2345-1235-15-6-14
-always entrecht 2346-1235-2345
-always zentrech 1356-14-2345-1235-15-1456
-always entree 14-2345-1235-15-15
-always entremet 14-2345-1235-15-134-15-2345
-always entrepreneur 14-2345-1235-15-1234-1235-14-126-1235
-always entresol 14-2345-1235-15-234-135-123
-always entrevu 14-2345-1235-15-1236-136
-always entrop 14-2345-1235-135-1234
-
-# ER  (4.1 Lautgruppenkürzungen)
-always er 12456
-always aerobic 1-15-1235-135-12-24-6-14
-before er begword ausgabe 34-1245-1-23
-before er midword ausgabe 16-234-1245-1-23
-before er midword gewölbe 12346-2456-246-123-23
-before e begword probe 12345-23
-before e midword probe 1234-1235-135-23
-before er always gewebe 12346-2456-15-23
-before er always sterbe 23456-12456-23
-always sterberei 23456-12456-12-12456-146
-before er always werbe 2456-12456-23
-prfword werber 2456-12456-12-12456
-always bewerber 23-2456-12456-12-12456
-always erwerber 12456-2456-12456-12-12456
-prfword werberin 2456-12456-12-12456-35
-prfword werberinnen 2456-12456-12-12456-35-1345-14
-always werberisch 2456-12456-12-12456-24-156
-prfword werbern 2456-12456-12-12456-1345
-prfword werbers 2456-12456-12-12456-234
-prfword berundal 12-12456-256-145-1-123
-begmidword berundal 12-12456-256-145-25
-before e always bade 12-1-145-15
-before er begmidword jade 245-1-145-15
-before er always parade 1234-356-1-145-15
-before er begmidword kreide 13-1235-146-145-15
-before er midword ance 235-6-14-15
-prfword ancer 235-6-14-12456
-prfword ancera 235-6-14-12456-1
-prfword ancers 235-6-14-12456-234
-before er begmidword service 234-12456-1236-24-6-14-15
-begmidword deregul 145-15-1235-15-1245-136-123
-begmidword derangier 145-15-1235-235-1245-346-1235
-before er always getreide 12346-2345-1235-146-145-15
-before r always melde 134-13456-145-15
-prfword melder 134-13456-145-12456
-begmidword melderattrapp 134-13456-145-12456-1-2345-2345-1235-1-1234-1234
-prfword meldern 134-13456-145-12456-1345
-prfword melderin 134-13456-145-12456-35
-prfword melderinnen 134-13456-145-12456-35-1345-14
-prfword melders 134-13456-145-12456-234
-before er always gemälde 12346-134-345-123-145-15
-before e always lande 123-235-145-15
-before e always mode 134-135-145-15
-before er always gebäude 12346-12-34-145-15
-always beer 12-15-15-1235
-prfword beerbe 23-12456-12-15
-always beerben 23-12456-12-14
-always beerbst 23-12456-12-23456
-always beerbt 23-12456-12-2345
-prfword beerbte 23-12456-12-236
-always beerbtest 23-12456-12-236-23456
-always beerbung 23-12456-12-136
-always beerdig 23-12456-145-45
-always heferein 125-15-124-15-1235-1246
-before er always hilfe 125-24-123-124-15
-always beruferat 23-1235-136-124-15-1235-1-2345
-before er begmidword trage 2345-1245-15
-before er begmidword prestige 1234-1235-15-23456-45-15
-always heer 125-15-15-1235
-begmidword näheer 1345-345-125-15-12456
-always cheer 1456-15-15-1235
-before e always schwäche 156-2456-345-1456-15
-before e always recherche 1235-15-1456-12456-1456-15
-begmidword ascheroll 1-156-15-1235-135-12345
-begmidword ascheröll 1-156-15-1235-246-12345
-always wäscheraum 2456-345-156-15-1235-16-134
-begmidword wäscheräum 2456-345-156-15-1235-34-134
-always weheruf 2456-2356-15-1235-136-124
-before e always anleihe 235-123-146-125-15
-before er always mathe 134-1-2345-125-15
-always stärkereg 23456-345-1235-13-15-1235-15-1245
-always leer 123-15-15-1235
-always galeer 1245-25-15-15-1235
-always liebeleer 123-346-23-123-15-15-1235
-before er begmidword kohle 13-135-125-123-15
-prfword kohler 13-135-125-123-12456
-before e always klee 13-123-15-15
-before r begmidword koschenille 13-135-156-14-24-12345-15
-always meer 134-15-15-1235
-before er always nahme 1345-134-15
-before e always wärme 2456-345-1235-134-15
-always neer 1345-15-15-1235
-before e always sahne 234-1-125-1345-15
-always guineer 1245-136-35-15-12456
-always peer 1234-15-15-1235
-before e always grippe 1245-1235-24-1234-1234-15
-always speer 234-1234-15-15-1235
-begmidword haarerauf 125-1-1-1235-15-1235-16-124
-before e always software 234-135-124-2345-2456-356-15
-before er begmidword säure 234-34-1235-15
-before er always see 234-15-15
-before e always reise 1235-146-234-15
-before er always diagnose 145-24-1-1245-1345-135-234-15
-before e always presse 1234-1235-15-2346-15
-before er always analyse 235-25-6-13456-234-15
-before e always tee 2345-15-15
-always teer 2345-15-15-1235
-always haltering 125-25-236-1235-35-1245
-prfword halteringe 125-25-236-1235-35-12346
-always halteroll 125-25-236-1235-135-12345
-before e always kälte 13-345-123-236
-always kälteraum 13-345-123-236-1235-16-134
-begmidword kälteräum 13-345-123-236-1235-34-134
-before e always elite 13456-24-236
-before e always ernte 12456-1345-236
-before er begmidword getriebe 12346-2345-1235-346-23
-before er begmidword schiebe 156-346-23
-prfword schieber 156-346-12-12456
-before konsonant begmidword schieber 156-346-12-12456
-prfword schieberei 156-346-12-12456-146
-prfword schiebereien 156-346-12-12456-146-14
-before er begword probe 12345-23
-before er midword probe 1234-1235-135-23
-before er midword bleibe 12-12-15
-always bleiber 12-12-12456
-always bleibers 12-12-12456-234
-before er midword gabe 1245-1-23
-always haberecht 2-125-15-1235-2345
-begmidword heberoll 125-15-23-1235-135-12345
-begmidword kleberoll 13-123-15-23-1235-135-12345
-before er begmidword parforce 1234-356-124-26-6-14-15
-prfword laderampe 123-1-145-15-1235-1-134-1234-15
-always laderampen 123-1-145-15-1235-1-134-1234-14
-before er begmidword hunde 125-256-145-15
-always thunder 2345-125-256-145-12456
-always hundert 125-256-145-12456-2345
-prfword hunderte 125-256-145-12456-236
-before er begmidword gemeinde 12346-134-1246-145-15
-always ständerat 5-23456-15-1235-1-2345
-always ständerät 5-23456-15-1235-345-2345
-always ständeräte 5-23456-15-1235-345-236
-always heiderauch 125-146-145-15-1235-16-1456
-midendword deraum 145-15-1235-16-134
-midword deräum 145-15-1235-34-134
-always derealisation 145-15-1235-15-25-24-234-5-1345
-midendword derecht 145-15-1235-2345
-always ständerecht 5-23456-15-1235-2345
-midendword dereduktion 145-15-1235-15-145-136-13-2345-245
-midword dereduzier 145-15-1235-15-145-136-1356-346-1235
-midendword dereferenz 145-15-1235-15-124-12456-14-1356
-midendword dereform 145-15-1235-15-124-26-134
-after e midword regist 1235-15-1245-24-23456
-midendword deregulation 145-15-1235-15-1245-136-123-5-1345
-midendword deregulier 145-15-1235-15-1245-136-123-346-1235
-prfword badereise 12-1-145-15-1235-146-234-15
-always badereisen 12-1-145-15-1235-146-234-14
-prfword laderunge 123-1-145-15-1235-256-12346
-always laderungen 123-1-145-15-1235-256-1245-14
-always siederohr 234-346-145-15-1235-135-125-1235
-begmidword siederöhr 234-346-145-15-1235-246-125-1235
-begmidword heiderös 125-146-145-15-1235-246-234
-always weiderind 2456-146-145-15-1235-35-145
-always händeringen 5-125-145-15-1235-35-1245-14
-before er begmidword gelände 12346-123-345-1345-145-15
-prfword geländer 12346-123-345-1345-145-12456
-prfword geländern 12346-123-345-1345-145-12456-1345
-always geländers 12346-123-345-1345-145-12456-234
-begmidword geländerst 12346-123-345-1345-145-12456-23456
-prfword sendereihe 234-14-145-15-1235-146-125-15
-always sendereihen 234-14-145-15-1235-146-125-14
-begmidword senderöhr 234-14-145-15-1235-246-125-1235
-before er begmidword gewinde 12346-2456-35-145-15
-begmidword moderedakt 134-135-145-15-1235-15-145-1-13-2345
-begmidword modereis 134-135-145-15-1235-146-234
-always moderessort 134-135-145-15-1235-15-2346-26-2345
-always moderichtung 134-135-145-15-2-3456-136
-before er begmidword garde 1245-356-145-15
-prfword garderobe 1245-356-145-12456-135-12-15
-begmidword garderobe 1245-356-145-12456-135-23
-always garderoben 1245-356-145-12456-135-12-14
-before er begmidword pferde 1234-124-12456-145-15
-before er begmidword gebäude 12346-12-34-145-15
-always engineer 14-1245-35-15-15-1235
-always hilferuf 125-24-123-124-15-1235-136-124
-always schärferelation 156-345-1235-124-15-1235-13456-5-1345
-always spracherecht 234-1234-15-1235-2345
-always ascheregen 1-156-15-1235-15-1245-14
-begmidword wäscheroll 2456-345-156-15-1235-135-12345
-sufword eherecht 15-125-15-1235-2345
-midendword eherecht 2356-15-1235-2345
-sufword eheregister 15-125-15-1235-15-1245-24-23456-12456
-midendword eheregister 2356-15-1235-15-1245-24-23456-12456
-sufword ehering 15-125-15-1235-35-1245
-midendword ehering 2356-15-1235-35-1245
-word eheringe 15-125-15-1235-35-12346
-endword eheringe 2356-15-1235-35-12346
-word eheroman 15-125-15-1235-135-134-1-1345
-begword eheroman 15-125-15-1235-135-134-235
-midword eheroman 2356-15-1235-135-134-235
-endword eheroman 2356-15-1235-135-134-1-1345
-begword eheromän 15-125-15-1235-135-134-345-1345
-midword eheromän 2356-15-1235-135-134-345-1345
-prfword weiherede 2456-146-125-15-1235-15-145-15
-always weihereden 2456-146-125-15-1235-15-145-14
-before er always ruhe 1235-136-125-15
-prfword ruher 1235-136-125-12456
-prfword ruhern 1235-136-125-12456-1345
-prfword ruhers 1235-136-125-12456-234
-before er begmidword knie 13-1345-346
-always sacknier 234-1-46-1345-346-1235
-always schocknier 156-135-46-1345-346-1235
-always taljereep 2345-25-245-15-1235-15-15-1234
-before er begmidword getränke 12346-2345-1235-345-1345-13-15
-always stärkereaktion 23456-345-1235-13-15-1235-15-1-13-2345-245
-always stärkereich 23456-345-1235-13-15-1235-146-1456
-prfword primerate 1234-1235-24-134-15-1235-1-236
-always primerates 1234-1235-24-134-15-1235-1-2345-123456
-always nahmeregel 1345-134-15-1235-15-1245-13456
-always homerun 125-135-134-15-1235-256
-before er begmidword wärme 2456-345-1235-134-15
-prfword wärmer 2456-345-1235-134-12456
-prfword wärmere 2456-345-1235-134-12456-15
-prfword wärmerem 2456-345-1235-134-12456-12356
-prfword wärmeren 2456-345-1235-134-12456-14
-prfword wärmerer 2456-345-1235-134-12456-12456
-prfword wärmeres 2456-345-1235-134-12456-123456
-prfword wärmerin 2456-345-1235-134-12456-35
-# HOMONYM
-prfword wärmerinnen 2456-345-1235-134-12456-35-1345-14
-prfword wärmern 2456-345-1235-134-12456-1345
-prfword wärmers 2456-345-1235-134-12456-234
-always schwärmer 156-2456-345-1235-134-12456
-begmidword sahneroll 234-1-125-1345-15-1235-135-12345
-prfword sühneritual 234-1256-125-1345-15-1235-24-2345-136-1-123
-begmidword sühneritual 234-1256-125-1345-15-1235-24-2345-136-25
-begmidword routinerech 1235-135-136-2345-35-15-1235-15-1456
-before er begmidword schweine 156-2456-1246-15
-always schweinerei 156-2456-1246-12456-146
-before er begmidword sterne 23456-12456-1345-15
-sufword moers 134-135-15-1235-234
-always sparerib 234-1234-356-15-1235-24-12
-always wareries 2456-356-15-1235-346-234
-prfword wareroute 2456-356-15-1235-135-136-236
-begmidword warerout 2456-356-15-1235-135-136-2345
-always irrered 24-1235-1235-15-1235-15-145
-always oxidasereaktion 135-6-1346-24-145-1-234-15-1235-15-1-13-2345-245
-always käserest 13-345-234-15-1235-15-23456
-begmidword käserind 13-345-234-15-1235-35-145
-before er begmidword gebläse 12346-12-123-345-234-15
-begmidword naserümpf 1345-1-234-15-1235-1256-134-1234-124
-begmidword leseratt 123-123456-15-1235-1-2345-2345
-prfword leseratte 123-123456-15-1235-1-2345-236
-always leseraum 123-123456-15-1235-16-134
-always leseregister 123-123456-15-1235-15-1245-24-23456-12456
-prfword lesereise 123-123456-15-1235-146-234-15
-always lesereisen 123-123456-15-1235-146-234-14
-prfword leseringe 123-123456-15-1235-35-12346
-always lesering 123-123456-15-1235-35-1245
-begmidword leseräum 123-123456-15-1235-34-134
-before er begmidword speise 234-1234-146-234-15
-prfword speiser 234-1234-146-234-12456
-prfword speisern 234-1234-146-234-12456-1345
-prfword speisers 234-1234-146-234-12456-234
-begmidword reiserech 1235-146-234-15-1235-15-1456
-always reiseregel 1235-146-234-15-1235-15-1245-13456
-always reisereport 1235-146-234-15-1235-15-1234-26-2345
-prfword reiseroute 1235-146-234-15-1235-135-136-236
-begmidword reiserout 1235-146-234-15-1235-135-136-2345
-always reiseruf 1235-146-234-15-1235-136-124
-before er begword narkose 1345-356-13-135-234-15
-before er begword prognose 12345-1245-1345-135-234-15
-before er midword prognose 1234-1235-135-1245-1345-135-234-15
-always massereich 134-1-2346-15-1235-146-1456
-always rasserein 1235-1-2346-15-1235-1246
-always presserat 1234-1235-15-2346-15-1235-1-2345
-begmidword presserät 1234-1235-15-2346-15-1235-345-2345
-prfword presseräte 1234-1235-15-2346-15-1235-345-236
-always presserecht 1234-1235-15-2346-15-1235-2345
-begmidword presserefer 1234-1235-15-2346-15-1235-15-124-12456
-begmidword presserezen 1234-1235-15-2346-15-1235-15-1356-14
-always presserummel 1234-1235-15-2346-15-1235-136-1346-13456
-always presserundschau 1234-1235-15-2346-15-1235-256-145-156-16
-before er begmidword gehäuse 12346-125-34-234-15
-prfword gehäuser 12346-125-34-234-12456
-prfword gehäusern 12346-125-34-234-12456-1345
-before er begmidword analyse 235-25-6-13456-234-15
-prfword städtereise 23456-345-145-236-1235-146-234-15
-always städtereisen 23456-345-145-236-1235-146-234-14
-before er begmidword kräfte 5-13-124-15
-before er begmidword früchte 124-1235-1256-1456-236
-always halteriegel 125-25-236-1235-346-1245-13456
-always halteriemen 125-25-236-1235-346-134-14
-always haltering 125-25-236-1235-35-1245
-prfword halteringe 125-25-236-1235-35-12346
-always warteraum 2456-356-236-1235-16-134
-begmidword warteräum 2456-356-236-1235-34-134
-before er begmidword gäste 1245-345-23456-15
-always pusterohr 1234-136-23456-15-1235-135-125-1235
-begmidword pusteröhr 1234-136-23456-15-1235-246-125-1235
-begmidword räteregier 1235-345-236-1235-1245
-always räterepublik 1235-345-236-1235-13
-begmidword treuerabat 2345-1235-126-15-1235-1-12-1-2345
-before er always reserve 1235-123456-12456-1236-15
-before er begmidword vize 1236-24-1356-15
-before er begmidword hitze 125-24-2345-1356-15
-prfword hitzer 125-24-2345-1356-12456
-prfword hitzern 125-24-2345-1356-12456-1345
-prfword hitzers 125-24-2345-1356-12456-234
-before er begmidword grütze 1245-1235-1256-2345-1356-15
-
-# ES  (4.1 Lautgruppenkürzungen)
-always es 123456
-midword esammel 15-234-1-1346-13456
-midword esamml 15-234-1-1346-123
-always esch 15-156
-midendword eschrift 15-156-2345
-midendword eshire 15-234-125-24-1235-15
-midendword eshires 15-234-125-24-1235-123456
-midendword eshow 15-234-125-135-2456
-always ess 15-2346
-always essch 123456-156
-endword esschen 15-2346-1456-14
-endword esschens 15-2346-1456-14-234
-always est 15-23456
-midendword estell 15-2-13456
-midendword estund 15-23456-256-145
-prfword caesar 6-14-1-15-234-1-1235
-begmidword caesar 6-14-1-15-234-356
-before s always sterbe 23456-12456-23
-before s always service 234-12456-1236-24-6-14-15
-prfword services 234-12456-1236-24-6-14-123456
-before s always patience 1234-1-2345-24-14-6-14-15
-before s always renaissance 1235-14-1-24-2346-235-6-14-15
-begmidword desensibilis 145-15-234-14-234-24-12-24-123-24-234
-begmidword despektier 145-15-234-1234-15-13-2345-346-1235
-before s always bade 12-1-145-15
-prfword bades 12-1-145-123456
-prfword bades 12-1-145-123456
-prfword badest 12-1-145-15-23456
-always badestell 12-1-145-15-2-13456
-begmidword badest 12-1-145-15-23456
-before s begmidword jade 245-1-145-15
-prfword jades 245-1-145-123456
-before s always lade 123-1-145-15
-prfword blades 12-123-1-145-123456
-prfword glades 1245-123-1-145-123456
-before s always gerade 12346-1235-1-145-15
-always geradeswegs 12346-1235-1-145-123456-2456-1245-234
-prfword gerades 12346-1235-1-145-123456
-before s always parade 1234-356-1-145-15
-before s always schmiede 156-134-346-145-15
-prfword schmiedes 156-134-346-145-123456
-before s always rede 1235-15-145-15
-prfword redes 1235-15-145-123456
-before s always getreide 12346-2345-1235-146-145-15
-prfword getreides 12346-2345-1235-146-145-123456
-before s always eingeweide 1246-12346-2456-146-145-15
-before s always gemälde 12346-134-345-123-145-15
-prfword gemäldes 12346-134-345-123-145-123456
-before s always melde 134-13456-145-15
-before s begmidword gelände 12346-123-345-1345-145-15
-prfword geländes 12346-123-345-1345-145-123456
-before s always stände 5-23456-15
-before s always gemeinde 12346-134-1246-145-15
-before s always gewinde 12346-2456-35-145-15
-prfword gewindes 12346-2456-35-145-123456
-before s always hunde 125-256-145-15
-prfword hundes 125-256-145-123456
-before s always sende 234-14-145-15
-prfword sendes 234-14-145-123456
-always börsendesaster 12-246-1235-234-14-145-123456-1-23456-12456
-always rasend 1235-1-234-14-145
-always lösend 123-246-234-14-145
-before s always wende 2456-14-145-15
-before s always mode 134-135-145-15
-before s always garde 1245-356-145-15
-before s always pferde 1234-124-12456-145-15
-prfword pferdes 1234-124-12456-145-123456
-before s always gebäude 12346-12-34-145-15
-prfword gebäudes 12346-12-34-145-123456
-endword ees 15-15-234
-before s always lee 123-15-15
-before s always klee 13-123-15-15
-always meesenburg 134-15-15-234-14-12-136-1235-1245
-always reesa 1235-15-15-234-1
-before s always see 234-15-15
-prfword sees 234-15-15-234
-prfword gesees 12346-234-15-15-234
-before s always tee 2345-15-15
-before s always hilfe 125-24-123-124-15
-before s always reife 1235-146-124-15
-prfword reifes 1235-146-124-123456
-before s always schärfe 156-345-1235-124-15
-before s always lage 123-1-12346
-prfword lages 123-1-1245-123456
-before s always säge 5-234-1245-15
-before s always präge 1234-1235-345-12346
-always tragesack 2345-1245-15-234-1-46
-begmidword tragesäck 2345-1245-15-234-345-46
-always tragesitz 2345-1245-15-2-24
-before s begmidword prestige 1234-1235-15-23456-45-15
-prfword prestiges 1234-1235-15-23456-45-123456
-before s always rache 1235-56-15
-before s always wäsche 2456-345-156-15
-before s always weihe 2456-146-125-15
-before s always ruhe 1235-136-125-15
-before s always regie 1235-15-1245-346
-begmidword dankestele 145-13-123456-2345-13456-15
-before s always ränke 1235-345-1345-13-15
-prfword ränkes 1235-345-1345-13-123456
-begmidword stinkesock 23456-35-13-15-234-135-46
-before s always stärke 23456-345-1235-13-15
-always bubblesort 12-136-12-12-123-15-234-26-2345
-before s always ensemble 14-234-12356-12-123-15
-prfword ensembles 14-234-12356-12-123-123456
-before s always spiele 2-346-15
-prfword spieles 2-346-123456
-before s always tele 2345-13456-15
-prfword teles 2345-13456-123456
-before s always kohle 13-135-125-123-15
-before s always file 124-24-123-15
-prfword files 124-24-123-123456
-before s begmidword galle 1245-1-12345-15
-before s midword promille 1234-1235-135-134-24-12345-15
-before s sufword promille 12345-134-24-12345-15
-before s always vanille 1236-235-24-12345-15
-before s always emaille 12356-1-24-12345-15
-prfword emailles 12356-1-24-12345-123456
-always stillesein 23456-24-12345-15-234-1246
-before s always schule 156-136-123-15
-before s always puzzle 1234-136-1356-1356-123-15
-prfword puzzles 1234-136-1356-1356-123-123456
-before s always reklame 1235-15-13-123-1-134-15
-before s always creme 6-14-1235-12356-15
-prfword cremes 6-14-1235-12356-123456
-before s always wärme 2456-345-1235-134-15
-always ganesh 1245-235-15-234-125
-before s always hygiene 125-6-13456-1245-24-14-15
-before s always szene 234-1356-14-15
-before s always sahne 234-1-125-1345-15
-before s always schweine 156-2456-1246-15
-prfword schweines 156-2456-1246-123456
-before s always online 135-1345-123-35-15
-before s always marine 134-356-35-15
-prfword marines 134-356-35-123456
-before s always routine 1235-135-136-2345-35-15
-prfword routines 1235-135-136-2345-35-123456
-before s always wonne 2456-135-1345-1345-15
-before s always quarantäne 6-12345-136-356-235-2345-345-1345-15
-before s always pläne 1234-123-345-1345-15
-before s always apnoe 1-1234-1345-135-15
-before s always grippe 1245-1235-24-1234-1234-15
-before s always hardware 125-356-145-2456-356-15
-before s always software 234-135-124-2345-2456-356-15
-before s always schmiere 156-134-346-1235-15
-prfword schmieres 156-134-346-1235-123456
-before s always karriere 13-356-1235-24-12456-15
-prfword amperes 1-134-1234-12456-123456
-before s begmidword ampere 1-134-1234-12456-15
-before s always repertoire 1235-15-1234-12456-2345-135-24-1235-15
-prfword repertoires 1235-15-1234-12456-2345-135-24-1235-123456
-before s always satire 234-1-2345-24-1235-15
-before s begmidword genre 1245-14-1235-15
-prfword genres 1245-14-1235-123456
-before s always folklore 124-135-123-13-123-26-15
-before s always säure 234-34-1235-15
-before s always lektüre 123-15-13-2345-1256-1235-15
-before s always käse 13-345-234-15
-prfword käses 13-345-234-123456
-before s always lese 123-123456-15
-before s always reise 1235-146-234-15
-prfword reises 1235-146-234-123456
-before s always speise 234-1234-146-234-15
-before s always gänse 1245-345-1345-234-15
-before s always diagnose 145-24-1-1245-1345-135-234-15
-before s always narkose 1345-356-13-135-234-15
-before s always glukose 1245-123-136-13-135-234-15
-before s always hirse 125-24-1235-234-15
-before s always baisse 12-1-24-2346-15
-before s always hausse 125-16-2346-15
-before s always masse 134-1-2346-15
-before s always muße 134-136-2346-15
-before s always gehäuse 12346-125-34-234-15
-prfword gehäuses 12346-125-34-234-123456
-before s always gemüse 12346-134-1256-234-15
-prfword gemüses 12346-134-1256-234-123456
-before s always dialyse 145-24-25-6-13456-234-15
-before s always rate 1235-1-236
-prfword rates 1235-1-2345-123456
-before s always städte 23456-345-145-236
-before s always kräfte 5-13-124-15
-before s always mächte 134-345-1456-236
-before s always rendite 1235-14-145-24-236
-before s always punkte 1234-2345-15
-prfword punktes 1234-2345-123456
-before s always kälte 13-345-123-236
-before s always argumente 356-1245-136-134-14-236
-prfword argumentes 356-1245-136-134-14-2345-123456
-endword erntes 12456-1345-2345-123456
-before s always ernte 12456-1345-236
-before s always warte 2456-356-236
-prfword wartes 2456-356-2345-123456
-before s always werte 2456-12456-236
-prfword wertes 2456-12456-2345-123456
-before s always gäste 1245-345-23456-15
-before s always watte 2456-1-2345-236
-before s always jute 245-136-236
-before s always güte 1245-1256-236
-before s always reserve 1235-123456-12456-1236-15
-before s always gaze 1245-1-1356-15
-begmidword pilzesuch 1234-24-123-1356-15-234-136-1456
-begmidword sülzesala 234-1256-123-1356-15-234-25-1
-before s always bronze 12-1235-135-1345-1356-15
-before s always hitze 125-24-2345-1356-15
-midendword ession 15-2346-245
-always praesens 1234-1235-1-15-234-14-234
-begmidword spaceshutt 234-1234-1-6-14-15-234-125-136-2345-2345
-sufword desselb 145-123456-234-13456-12
-always desensibilisier 145-15-234-14-234-24-12-24-123-24-234-346-1235
-always arcadespiel 356-6-14-1-145-15-2-346
-always balladesänger 12-1-12345-1-145-15-234-345-1345-1245-12456
-always mädesüß 134-345-145-15-234-1256-2346
-always redesign 1235-15-145-123456-24-1245-1345
-always kleidespiegel 13-123-146-145-15-234-1234-346-1245-13456
-begmidword schneidescher 156-1345-146-145-15-156-12456
-begmidword scheidestund 156-146-145-15-23456-256-145
-begmidword scheidestünd 156-146-145-15-23456-1256-1345-145
-always waldes 2456-25-145-123456
-always landes 123-235-145-123456
-begmidword landesch 123-235-145-15-156
-always landeschef 123-235-145-123456-1456-15-124
-prfword landest 123-235-145-15-23456
-always landesteg 123-235-145-15-23456-15-1245
-begmidword landestell 123-235-145-15-2-13456
-always standes 2-23456-123456
-always standest 2-23456-15-23456
-always ständest 5-23456-15-23456
-always ständestaat 5-23456-15-23456-2345
-always wendest 2456-14-145-15-23456
-always kindes 13-35-145-123456
-always bundes 12-256-145-123456
-always codeschnipsel 6-14-135-145-15-156-1345-24-1234-234-13456
-always codestück 6-14-135-145-15-23456-1256-46
-always todes 2345-135-145-123456
-begmidword freudestrahl 124-1235-126-145-15-23456-1235-1-125-123
-prfword freesie 124-1235-15-15-234-24-15
-begmidword bungeespr 12-256-1245-15-15-234-1234-1235
-begmidword erdeess 12456-145-15-15-2346
-always heesters 125-15-15-23456-12456-234
-prfword hefesorte 125-15-124-15-234-26-236
-always hefesorten 125-15-124-15-234-26-2345-14
-prfword hefespore 125-15-124-15-234-1234-26-15
-always hefesporen 125-15-124-15-234-1234-26-14
-always hefestück 125-15-124-15-23456-1256-46
-always rufesatz 1235-136-124-15-234-1356
-always rufesätz 1235-136-124-15-5-234-1356
-always sieges 234-346-1245-123456
-always tages 2345-1-1245-123456
-always tageschau 2345-1-12346-156-16
-syllable geschädig 12346-156-345-145-45
-begmidword sageschreib 234-1245-15-156-12
-begmidword legesohl 123-15-12346-234-135-125-123
-always hagestolz 125-1-12346-23456-135-123-1356
-always wagestück 2456-1-12346-23456-1256-46
-always nahestand 1345-1-125-15-2-23456
-always cachespeicher 6-14-56-15-234-1234-146-1456-12456
-midendword ehesach 2356-15-234-56
-sufword ehesach 15-125-15-234-56
-midword ehesakramen 2356-15-234-1-13-1235-1-134-14
-begword ehesakramen 15-125-15-234-1-13-1235-1-134-14
-begword eheschließ 15-125-15-156-2346
-midword eheschließ 2356-15-156-2346
-sufword ehesegen 15-125-15-234-15-1245-14
-midendword ehesegen 2356-15-234-15-1245-14
-begword ehesemin 15-125-15-234-12356-35
-midword ehesemin 2356-15-234-12356-35
-sufword ehestand 15-125-15-2-23456
-midendword ehestand 2356-15-2-23456
-begword eheständ 15-125-15-5-23456
-midendword eheständ 2356-15-5-23456
-always leiheschein 123-146-125-15-156-1246
-always leiheschuld 123-146-125-15-156-136-123-145
-always mathestund 134-1-2345-125-15-23456-256-145
-always vlies 1236-123-346-234
-always geniestreich 1245-14-346-23456-1235-146-1456
-always spezies 234-1234-15-1356-24-123456
-always troubleshoot 2345-1235-135-136-12-123-15-234-125-135-135-2345
-always mühlespiel 134-1256-125-123-15-2-346
-always teileseit 2345-146-123-15-234-146-2345
-prfword teileseite 2345-146-123-15-234-146-236
-always chilesalpeter 1456-24-123-15-234-25-1234-15-2345-12456
-sufword achilles 1-1456-24-12345-123456
-midword achilles 56-24-12345-123456
-always güllesilo 1245-1256-12345-15-234-24-123-135
-always moleskin 134-135-123-15-234-13-35
-always solesalz 234-135-123-15-234-25-1356
-always herkules 125-12456-13-136-123-123456
-always stylesheet 23456-6-13456-123-15-234-125-15-15-2345
-always frameset 124-1235-1-134-15-234-15-2345
-always damespiel 145-1-134-15-2-346
-always damestein 145-1-134-15-23456-1246
-always ruhmes 1235-136-125-134-123456
-always timesharing 2345-24-134-15-234-125-356-35-1245
-always stammes 23456-1-1346-123456
-always stammessen 23456-1-1346-15-2346-14
-always messtechnik 134-15-2346-2345-13
-always messtechnisch 134-15-2346-2345-156
-always homespun 125-135-134-15-234-1234-256
-always armesünder 356-134-15-234-1256-1345-145-12456
-always möhnesee 134-246-125-1345-15-234-15-15
-begmidword inlineskat 35-123-35-15-234-13-1-2345
-always mannes 134-1345-123456
-always sinnes 234-35-1345-123456
-always wonnesam 2456-135-1345-1345-15-2346
-always minnesang 134-35-1345-15-234-235-1245
-begmidword juliennesupp 245-136-123-24-14-1345-15-234-136-1234-1234
-always minnesänger 134-35-1345-15-234-345-1345-1245-12456
-always lonesome 123-135-1345-15-234-135-134-15
-always onestep 135-1345-15-23456-15-1234
-always marneschlacht 134-356-1345-15-156-123-56-2345
-always coesfeld 6-14-135-15-234-124-13456-145
-always soest 234-135-15-23456
-begmidword benzoesäur 12-14-1356-135-15-234-34-1235
-always rippespeer 1235-24-1234-1234-15-234-1234-15-15-1235
-always herpes 125-12456-1234-123456
-always typesatz 2345-6-13456-1234-15-234-1356
-always typeset 2345-6-13456-1234-15-234-15-2345
-always typesetz 2345-6-13456-1234-15-2-15
-always research 1235-15-234-15-1-1235-1456
-prfword reset 1235-15-234-15-2345
-begword reset 1235-15-234-15-2345
-always resozial 1235-15-234-123
-begmidword crescend 6-14-1235-15-234-6-14-14-145
-always heeres 125-15-15-1235-123456
-always meeres 134-15-15-1235-123456
-always schweresinn 156-2456-12456-15-234-35-1345
-always unseresteils 256-234-12456-123456-2345-146-123-234
-always chiffreschrift 1456-24-124-124-1235-15-156-2345
-always kongress 13-135-1345-1245-1235-15-2346
-always jahres 245-1235-123456
-begmidword shiresauc 234-125-24-1235-15-234-16-6-14
-always empirestil 12356-1234-24-1235-15-23456-24-123
-always toresschluss 2345-26-123456-156-123-136-2346
-always preshave 1234-1235-15-234-125-1-1236-15
-always presse 1234-1235-15-2346-15
-prfword pressen 1234-1235-15-2346-14
-prfword pressens 1234-1235-15-2346-14-234
-always zypressen 1356-6-13456-1234-1235-15-2346-14
-always pressend 1234-1235-15-2346-14-145
-always pressengestell 1234-1235-15-2346-14-12346-2-13456
-prfword presser 1234-1235-15-2346-12456
-always erpresser 12456-1234-1235-15-2346-12456
-always presserei 1234-1235-15-2346-12456-146
-prfword pressern 1234-1235-15-2346-12456-1345
-prfword pressers 1234-1235-15-2346-12456-234
-endword presses 1234-1235-15-2346-123456
-prfword pressest 1234-1235-15-2346-15-23456
-always dürreschaden 145-1256-1235-1235-15-156-1-145-14
-always dürreschäden 145-1256-1235-1235-15-156-345-145-14
-always irresein 24-1235-1235-15-234-1246
-always entresol 14-2345-1235-15-234-135-123
-begmidword löseschalt 123-246-234-15-156-25-2345
-always verseschmied 1236-12456-234-15-156-134-346-145
-always sauseschritt 234-16-234-15-156-1235-24-2345-2345
-begmidword löseschwell 123-246-234-15-156-2456-15-12345
-before s begmidword messe 134-15-2346-15
-before s begmidword klasse 13-123-1-2346-15
-always reisessen 1235-146-234-15-2346-14
-always hansestadt 125-235-234-15-23456-1-145-2345
-begmidword hansestäd 125-235-234-15-23456-345-145
-begmidword lösesumm 123-246-234-15-234-136-1346
-always matestrauch 134-1-236-23456-1235-16-1456
-always matesträucher 134-1-236-23456-1235-34-1456-12456
-always diabetes 145-24-1-23-2345-123456
-begmidword whitespac 2456-125-24-236-234-1234-1-6-14
-prfword werteste 2456-12456-236-23456-15
-prfword wertestem 2456-12456-236-23456-12356
-prfword wertesten 2456-12456-236-23456-14
-prfword wertester 2456-12456-236-23456-12456
-prfword wertestes 2456-12456-236-23456-123456
-always geistes 1245-146-23456-123456
-always gottes 1245-135-2345-2345-123456
-always noisetteschoko 1345-135-24-234-15-2345-236-156-135-13-135
-always flötespiel 124-123-246-236-2-346
-always treueschwur 2345-1235-126-15-156-2456-136-1235
-always blues 12-123-136-15-234
-always lovestory 123-135-1236-15-23456-26-6-13456
-begmidword bayessch 12-1-6-13456-123456-156
-always rallyesport 1235-1-12345-6-13456-15-234-1234-26-2345
-sufword prozess 12345-1356-15-2346
-sufword prozession 12345-1356-15-2346-245
-midendword prozess 1234-1235-135-1356-15-2346
-midendword prozession 1234-1235-135-1356-15-2346-245
-always gesetzes 12346-2-15-123456
-before s begmidword lakritze 123-1-13-1235-24-2345-1356-15
-
-# ETWA (4.4 Zweiformige Kürzungen)
-always etwa 15-1
-always sweetwater 234-2456-15-15-2345-2456-1-2345-12456
-always mietwagen 134-346-2345-2456-1-1245-14
-begmidword paketwaa 1234-1-13-15-2345-2456-1-1
-always paketwagen 1234-1-13-15-2345-2456-1-1245-14
-begmidword netwar 1345-15-2345-2456-356
-begmidword wetwar 2456-15-2345-2456-356
-always internet 35-2345-12456-1345-15-2345
-
-# ETWAS (4.4 Zweiformige Kürzungen)
-always etwas 2345-2456
-
-# EU  (4.1 Lautgruppenkürzungen)
-word eu 15-136
-always eu 126
-midendword eunkosten 15-256-13-135-23456-14
-always timaeus 2345-24-134-1-15-136-234
-always glutaeus 1245-123-136-2345-1-15-136-234
-always sterbeuhr 23456-12456-23-136-125-1235
-before u begmidword werbe 2456-12456-23
-always beunruhig 23-256-1235-136-125-45
-always beurkund 23-136-1235-13-256-145
-always beurlaub 23-136-1235-123-16-12
-always beurteil 23-136-1235-2345-146-123
-before u begmidword gewebe 12346-2456-15-23
-before u begword probe 12345-23
-before u midword probe 1234-1235-135-23
-before u begmidword vice 1236-24-6-14-15
-before u begmidword lyce 123-6-13456-6-14-15
-always deus 145-15-136-234
-before u begmidword lade 123-1-145-15
-before u begmidword bade 12-1-145-15
-always amadeus 1-134-1-145-15-136-234
-before u begmidword parade 1234-356-1-145-15
-sufword tedeum 2345-15-145-15-136-134
-always tedeum 236-145-15-136-134
-before u begmidword lande 123-235-145-15
-before u begmidword ländeunter 123-345-1345-145-15
-before u begmidword gemeinde 12346-134-1246-145-15
-always gemeindeutsch 12346-134-1246-145-156
-always spondeus 234-1234-135-1345-145-15-136-234
-before u begmidword kunde 13-256-145-15
-always codeum 6-14-135-145-15-136-134
-always spreeufer 234-1234-1235-15-15-136-124-12456
-always seeufer 234-15-15-136-124-12456
-always seeum 234-15-15-136-134
-always seeun 234-15-15-256
-before u begmidword hilfe 125-24-123-124-15
-before u begmidword beinahe 2-12-1345-1-125-15
-always rechercheur 1235-15-1456-12456-1456-126-1235
-before u begmidword recherche 1235-15-1456-12456-1456-15
-before u begmidword ruhe 1235-136-125-15
-before u begmidword leihe 123-146-125-15
-always theurg 2345-125-15-136-1235-1245
-midendword theus 2345-125-15-136-234
-always makeup 134-1-13-15-136-1234
-always bakkalaure 12-1-13-13-25-16-1235-15
-before u begmidword stärke 23456-345-1235-13-15
-always aleuten 25-15-136-2345-14
-always aleutisch 25-15-136-2345-24-156
-always nucleus 1345-136-6-14-123-15-136-234
-before u begmidword kohle 13-135-125-123-15
-always ileus 24-123-15-136-234
-always nukleus 1345-136-13-123-15-136-234
-always oleum 135-123-15-136-134
-always linoleum 123-35-135-123-15-136-134
-always petroleum 1234-15-2345-1235-135-123-15-136-134
-always mausoleum 134-16-234-135-123-15-136-134
-always herculaneum 125-12456-6-14-136-123-235-15-136-134
-before u begmidword marine 134-356-35-15
-before u begmidword routine 1235-135-136-2345-35-15
-always marneufer 134-356-1345-15-136-124-12456
-always oeuvre 246-136-1236-1235-15
-before u begmidword ware 2456-356-15
-before u begmidword reise 1235-146-234-15
-always themseufer 2345-125-12356-234-15-136-124-12456
-before u begmidword presse 1234-1235-15-2346-15
-always colosseum 6-14-135-123-135-2346-15-136-134
-always kolosseum 13-135-123-135-2346-15-136-134
-always museum 134-136-234-15-136-134
-before u begmidword gehäuse 12346-125-34-234-15
-before u begmidword geräte 12346-1235-345-236
-before u begmidword elite 13456-24-236
-before u begmidword vize 1236-24-1356-15
-always andrözeum 235-145-1235-246-1356-15-136-134
-always lyzeum 123-6-13456-1356-15-136-134
-
-# EX-  (4.2.1 Vorsilbenkürzungen)
-word ex 15-6-1346
-begword ex 1346
-
-# FAHR FÄHR (4.3.6 Kommakürzungen)
-always fahr 2-1235
-always fähr 5-1235
-
-# FALL FÄLL (4.4 Zweiformige Kürzungen)
-always fall 124-12345
-always fäll 5-124-12345
-always fallib 124-1-12345-24-12
-
-# -FALLS 4.2.1 a) Nachsilbenkürzungen
-word falls 124-12345-234
-midendword falls 124
-always fallschirm 124-12345-156-24-1235-134
-always fallspezifisch 124-12345-234-1234-15-1356-24-124-24-156
-always fallstatist 124-12345-23456-1-2345-24-23456
-begmidword fallstr 124-12345-23456-1235
-begmidword fallstudi 124-12345-23456-136-145-24
-always fallsucht 124-12345-234-136-1456-2345
-always fallsüchtig 124-12345-234-1256-1456-2345-45
-always abfall 1-12-124-12345
-always randfall 1235-235-145-124-12345
-always mordfall 134-26-145-124-12345
-always befall 23-124-12345
-always schneefall 156-1345-15-15-124-12345
-always pflegefall 1234-124-123-15-12346-124-12345
-always garantiefall 1245-356-235-2345-346-124-12345
-always kniefall 13-1345-346-124-12345
-sufword ausnahmefall 34-1345-134-15-124-12345
-always ausnahmefall 16-234-1345-134-15-124-12345
-always härtefall 125-345-1235-236-124-12345
-always wegfall 2456-1245-124-12345
-always durchfall 2-1456-124-12345
-always beifall 2-12-124-12345
-always rückfall 1235-46-124-12345
-always idealfall 24-145-15-25-124-12345
-always spezialfall 234-1234-15-1356-24-25-124-12345
-always normalfall 1345-26-134-25-124-12345
-always kriminalfall 13-1235-24-134-35-25-124-12345
-always eventualfall 15-1236-14-2345-136-25-124-12345
-always regelfall 1235-15-1245-13456-124-12345
-always spielfall 2-346-124-12345
-always einzelfall 1246-1356-13456-124-12345
-sufword problemfall 12345-12-123-12356-124-12345
-always problemfall 1234-1235-135-12-123-12356-124-12345
-sufword extremfall 1346-2345-1235-12356-124-12345
-always extremfall 15-6-1346-2345-1235-12356-124-12345
-always heimfall 125-146-134-124-12345
-always anfall 235-124-12345
-always sündenfall 234-1256-1345-145-14-124-12345
-always regenfall 1235-15-1245-14-124-12345
-always zwischenfall 1356-2456-124-12345
-always krisenfall 13-1235-24-234-14-124-12345
-always einfall 1246-124-12345
-always rheinfall 1235-125-1246-124-12345
-always tonfall 2345-135-1345-124-12345
-always unfall 256-124-12345
-always überfall 2-1256-124-12345
-always sonderfall 234-135-1345-145-12456-124-12345
-always fehlerfall 124-2356-123-12456-124-12345
-always wasserfall 2456-1-2346-12456-124-12345
-always musterfall 134-136-23456-12456-124-12345
-always mauerfall 134-16-12456-124-12345
-always trauerfall 2345-1235-16-12456-124-12345
-sufword verfall 36-124-12345
-always verfall 1236-12456-124-12345
-always zerfall 1356-12456-124-12345
-always vorfall 2-26-124-12345
-always störfall 23456-246-1235-124-12345
-always krebsfall 13-1235-15-12-234-124-12345
-always todesfall 2345-135-145-123456-124-12345
-always bedarfsfall 23-145-356-124-234-124-12345
-always scheidungsfall 156-146-145-136-234-124-12345
-always anwendungsfall 235-2456-14-145-136-234-124-12345
-always wiederholungsfall 346-145-125-135-123-136-234-124-12345
-always berechnungsfall 23-1235-15-1456-1345-136-234-124-12345
-sufword versicherungsfall 36-234-3456-12456-136-234-124-12345
-always versicherungsfall 1236-12456-234-3456-12456-136-234-124-12345
-always sanierungsfall 234-235-346-1235-136-234-124-12345
-always glücksfall 1245-46-234-124-12345
-always unglücksfall 256-1245-46-234-124-12345
-always zweifelsfall 1356-2456-146-124-13456-234-124-12345
-always beispielsfall 2-12-2-346-234-124-12345
-always schadensfall 156-1-145-14-234-124-12345
-always rechtsfall 1235-2345-234-124-12345
-always gerichtsfall 12346-2-3456-234-124-12345
-always krankheitsfall 13-1235-235-13-125-234-124-12345
-sufword ausfall 34-124-12345
-always ausfall 16-234-124-12345
-word ausfallstor 34-124-12345-234-2345-135-1235
-begmidword ausfallstor 34-124-12345-234-2345-26
-midword ausfallstor 16-234-124-12345-234-2345-26
-endword ausfallstor 16-234-124-12345-234-2345-135-1235
-always fluchtfall 124-123-136-1456-2345-124-12345
-always kreditfall 13-1235-15-145-24-2345-124-12345
-always streitfall 23456-1235-146-2345-124-12345
-always konfliktfall 13-135-1345-124-123-24-13-2345-124-12345
-always notfall 1345-135-2345-124-12345
-prfword notfalls 1345-135-2345-124 ### Homonym
-always fortfall 124-26-2345-124-12345
-always höchstfall 125-246-1456-23456-124-12345
-sufword testfall 2345-15-23456-124-12345
-always testfall 236-23456-124-12345
-always ernstfall 12456-1345-23456-124-12345
-sufword verlustfall 36-123-136-23456-124-12345
-always verlustfall 1236-12456-123-136-23456-124-12345
-always zufall 2-1356-124-12345
-always präzedenzfall 1234-1235-345-1356-15-145-14-1356-124-12345
-always grenzfall 1245-1235-14-1356-124-12345
-
-# FERTIG (4.4 Zweiformige Kürzungen)
-always fertig 124-45
-always kupfertiger 13-136-1234-124-12456-2345-45-12456
-
-# FOLG (4.4 Zweiformige Kürzungen)
-always folg 124-1245
-always folge 124-1245-15
-always folgen 124-1245-14
-before r begmidword folge 124-1245-15
-prfword folger 124-1245-12456
-midword folgerfrag 124-1245-12456-124-1235
-midendword folgerklausel 124-1245-12456-13-123-16-234-13456
-prfword folgere 124-1245-12456-15
-always folgern 124-1245-12456-1345
-always folgerin 124-1245-12456-35
-midendword folgerpaar 124-1245-12456-1234-1-1-1235
-always folgers 124-1245-12456-234
-always folgerschaft 124-1245-12456-156
-prfword folgerserie 124-1245-12456-234-12456-24-15
-always folgerst 124-1245-12456-23456
-always folgert 124-1245-12456-2345
-prfword folgerte 124-1245-12456-236
-prfword folgertet 124-1245-12456-236-2345
-prfword folgertest 124-1245-12456-236-23456
-always folgerung 124-1245-12456-136
-always thronfolger 2345-125-1235-135-1345-124-1245-12456
-sufword verfolger 36-124-1245-12456
-prfword folges 124-1245-123456
-prfword folgest 124-1245-15-23456
-prfword folgst 124-1245-23456
-
-# FRAG (4.4 Zweiformige Kürzungen)
-always frag 124-1235
-always frage 124-1235-15
-always fragen 124-1235-14
-prfword frager 124-1235-12456
-always fragerei 124-1235-12456-146
-prfword fragern 124-1235-12456-1345
-prfword fragers 124-1235-12456-234
-always fragil 124-1235-1-1245-24-123
-begmidword fragmen 124-1235-1-1245-134-14
-begmidword suffraget 234-136-124-124-1235-1-12346-2345
-
-# FREUND (4.4 Zweiformige Kürzungen)
-always freund 124-145
-always freundes 124-145-123456
-prfword freundest 124-145-15-23456
-
-# FÜHR (4.4 Zweiformige Kürzungen)
-always führ 124-125
-
-# FÜR (4.3.2 Einformige Kürzungen, alleinstehend oder in Wortverbindungen)
-word für 124
-always für-\s 2-124-36-0
-word für's 124-6-234
-always für 2-124
-always fürchte 124-1256-1235-1456-236
-always fürchten 124-1256-1235-1456-2345-14
-always fürchter 124-1256-1235-1456-2345-12456
-always fürchtig 124-1256-1235-1456-2345-45
-always fürchtung 124-1256-1235-1456-2345-136
-always fürst 124-1256-1235-23456
-
-# GANZ (4.4 Zweiformige Kürzungen)
-always ganz 1245-1356
-always gänz 5-1245-1356
-begmidword analoganzei 235-25-135-1245-235-1356-146
-always arroganz 356-1235-135-1245-235-1356
-always eleganz 13456-15-1245-235-1356
-begmidword jogginganz 245-135-1245-1245-35-1245-235-1356
-always organza 26-1245-235-1356-1
-always vaganz 1236-1-1245-235-1356
-
-# GE  (4.1 Lautgruppenkürzungen)
-word ge 1245-15
-always ge 12346
-always bungee 12-256-1245-15-15
-always dragee 145-1235-1-1245-15-15
-always neglig 1345-15-1245-123-24-1245
-begmidword flugech 124-123-136-1245-15-1456
-begmidword fluger 124-123-136-1245-12456
-always geysir 1245-15-6-13456-234-24-1235
-before u begmidword folge 124-1245-15
-before u begmidword sorge 234-26-12346
-sufword vergeud 36-1245-126-145
-midendword vergeud 1236-12456-1245-126-145
-sufword ausgeufer 34-12346-136-124-12456
-always ausgeufer 16-234-12346-136-124-12456
-always geupdated 12346-136-1234-145-1-236-145
-endword geur 1245-126-1235
-always geurteil 12346-136-1235-2345-146-123
-endword geure 1245-126-1235-15
-endword geurs 1245-126-1235-234
-endword geuze 1245-126-1356-15
-midword gex 1245-15-6-1346
-
-# GEh
-prfword geh 1245-15-125
-midendword gehabend 1245-2356-1-12-14-145
-begmidword gehanz 1245-2356-235-1356
-always gehbahn 1245-2356-12-1-125-1345
-prfword gehbar 1245-2356-12-1-1235
-begmidword gehbar 1245-2356-12-356
-always gehbelag 1245-2356-23-123-1-1245
-begmidword gehbeläg 1245-2356-23-123-345-1245
-always gehbehind 1245-2356-23-125-35-145
-prfword gehe 1245-2356-15
-always gehen 1245-2356-14
-always gehenk 12346-125-14-13
-begmidword legehenn 123-15-12346-125-14-1345
-always geher 1245-2356-12456
-always geherrsch 12346-1235-1235-156
-always geherrschaft 12346-1235-1235-156-1-124-2345
-before konsonant begmidword geh 1245-2356
-always gehunfähig 1245-2356-256-124-345-125-45
-always gehuni 1245-2356-256-24
-always gehung 1245-2356-136
-# GEi
-always gei 1245-146
-begmidword geirr 12346-24-1235-1235
-begmidword geimpf 12346-24-134-1234-124
-begmidword folgeimpf 124-1245-15-24-134-1234-124
-# GEin
-always gein 1245-1246
-midword geinhal 12346-35-125-25
-midword geinit 12346-35-24-2345
-midword geinstit 12346-35-23456-24-2345
-midword geinstrum 12346-35-23456-1235-136-134
-midword geintens 12346-35-2345-14-234
-midword geintent 12346-35-2345-14-2345
-# GEl
-prfword gel 1245-13456
-before konsonant begword gel 1245-13456
-always gelatin 1245-13456-1-2345-35
-always geln 1245-13456-1345
-prfword gels 1245-13456-234
-always gelchen 1245-13456-1456-14
-always gelb 1245-13456-12
-prfword gelbe 1245-13456-12-15
-always geld 1245-13456-145
-always gelee 1245-13456-15-15
-prfword geleerte 12346-123-15-15-1235-236
-always geleert 12346-123-15-15-1235-2345
-after g midword elektr 13456-15-13-2345-1235
-midword gelektr 1245-13456-15-13-2345-1235
-syllable gelier 1245-13456-346-1235
-always gell 12346-12345
-always gelnhaus 1245-13456-1345-125-16-234
-always gels 1245-13456-234
-prfword gelst 1245-13456-23456
-always gelt 1245-13456-2345
-prfword gelte 1245-13456-236
-prfword geltet 1245-13456-236-2345
-always gelynch 12346-123-6-13456-1345-1456
-always gelz 1245-13456-1356
-before l midendword drainage 145-1235-1-24-1345-1-12346
-before l midendword dränage 145-1235-345-1345-1-12346
-always hagel 125-1-1245-13456
-always nagel 1345-1-1245-13456
-always nägel 1345-345-1245-13456
-always wägel 2456-345-1245-13456
-always zagel 1356-1-1245-13456
-always egel 15-1245-13456
-syllable gelübd 12346-123-1256-12-145
-always badegelegen 12-1-145-15-1245-1245
-always zugrundegeleg 2-1356-1245-145-15-12346-123-15-1245
-always zugrundegelegen 2-1356-1245-145-15-1245-1245
-always nahegeleg 1345-1-125-15-12346-123-15-1245
-always nahegelegen 1345-1-125-15-1245-1245
-always rachege 1235-56-15-12346
-always rachegeist 1235-56-15-1245-146-23456
-always treuege 2345-1235-126-15-12346
-always treuegeld 2345-1235-126-15-1245-13456-145
-begmidword messegeländ 134-15-2346-15-12346-123-345-1345-145
-always schniegel 156-1345-346-1245-13456
-always spiegel 234-1234-346-1245-13456
-always riegel 1235-346-1245-13456
-always siegel 234-346-1245-13456
-always tiegel 2345-346-1245-13456
-always wiegel 2456-346-1245-13456
-always ziegel 1356-346-1245-13456
-always kegel 13-15-1245-13456
-always flegel 124-123-15-1245-13456
-before l begmidword pflege 1234-124-123-15-12346
-always schlegel 156-123-15-1245-13456
-before l begmidword college 6-14-135-12345-15-12346
-always pegel 1234-15-1245-13456
-always regel 1235-15-1245-13456
-begmidword irrege 24-1235-1235-15-12346
-begmidword irregeh 24-1235-1235-15-1245-2356
-always segel 234-15-1245-13456
-always schmuggel 156-134-136-1245-1245-13456
-always duschgel 145-136-156-1245-13456
-always duschgelegenheit 145-136-156-1245-1245-125
-sufword igel 24-1245-13456
-midendword igel 45-13456
-always eigel 146-1245-13456
-always fejgel 124-15-245-1245-13456
-before l begmidword zeige 1356-146-12346
-before l begmidword freige 124-1235-146-12346
-always freigelegen 124-1235-146-1245-1245
-before l begmidword zweige 1356-2456-146-12346
-always seeigel 234-15-15-45-13456
-always angel 235-1245-13456
-begmidword angelach 235-12346-123-56
-begmidword angeläch 235-12346-123-345-1456
-always angelager 235-12346-123-1-1245-12456
-always angeland 235-12346-123-235-145
-always angelang 235-12346-123-1245
-always angelass 235-12346-2-123
-always angelast 235-12346-123-1-23456
-always angelatsch 235-12346-123-1-2345-156
-always angelauf 235-12346-123-16-124
-always angelautet 235-12346-123-16-236-2345
-prfword angelautete 235-12346-123-16-236-236
-always angeläutet 235-12346-123-34-236-2345
-prfword angeläutete 235-12346-123-34-236-236
-always angelegen 235-1245-1245
-always angelegt 235-12346-123-15-1245-2345
-prfword angelegte 235-12346-123-15-1245-236
-always angelegtest 235-12346-123-15-1245-236-23456
-begmidword angelehn 235-12346-123-2356-1345
-begmidword angeleier 235-12346-123-146-12456
-always angeleimt 235-12346-123-146-134-2345
-prfword angeleimte 235-12346-123-146-134-236
-always angeleint 235-12346-123-1246-2345
-prfword angeleinte 235-12346-123-1246-236
-always angeleitet 235-12346-123-146-236-2345
-prfword angeleitete 235-12346-123-146-236-236
-always angelenk 235-12346-123-14-13
-always angelernt 235-12346-123-12456-1345-2345
-prfword angelernte 235-12346-123-12456-1345-236
-always angelesen 235-12346-123-123456-14
-begmidword angeleuch 235-12346-123-126-1456
-always evangeli 15-1236-235-1245-13456-24
-always evangelistisch 15-1236-235-1245-13456-5-156
-always angeliefert 235-12346-123-346-124-12456-2345
-prfword angelieferte 235-12346-123-346-124-12456-236
-always angelob 235-12346-123-135-12
-always angelock 235-12346-123-135-46
-always angelog 235-12346-123-135-1245
-always angelötet 235-12346-123-246-236-2345
-prfword angelötete 235-12346-123-246-236-236
-always gängel 1245-345-1345-1245-13456
-always mangel 134-235-1245-13456
-always mängel 134-345-1345-1245-13456
-always drängel 145-1235-345-1345-1245-13456
-always stängel 23456-345-1345-1245-13456
-always engel 14-1245-13456
-always stuben 23456-136-12-14
-always kirchen 13-24-1235-1456-14
-always glocken 1245-123-135-46-14
-always trocken 2345-1235-135-46-14
-always offen 135-124-124-14
-always schellen 156-15-12345-14
-always rollen 1235-135-12345-14
-always tengel 2345-14-1245-13456
-begmidword totenge 2345-135-2345-14-12346
-begmidword wüstenge 2456-1256-23456-14-12346
-always kettengelenk 13-15-2345-2345-14-12346-123-14-13
-always spitzen 234-1234-24-2345-1356-14
-midword engelächt 14-12346-123-345-1456-2345
-midword engeländ 14-12346-123-345-1345-145
-always engelass 14-12346-2-123
-always engelaut 14-12346-123-16-2345
-prfword engelaute 14-12346-123-16-236
-midendword engeleit 14-12346-123-146-2345
-midendword engelenk 14-12346-123-14-13
-midword engelern 14-12346-123-12456-1345
-always bengel 12-14-1245-13456
-prfword gemengelage 12346-134-14-12346-123-1-12346
-prfword gemengelagen 12346-134-14-12346-123-1-1245-14
-begmidword außengeländ 16-2346-14-12346-123-345-1345-145
-always stengel 23456-14-1245-13456
-always ingelheim 35-1245-13456-125-146-134
-always schlingel 156-123-35-1245-13456
-always klingel 13-123-35-1245-13456
-always pingel 1234-35-1245-13456
-always ringel 1235-35-1245-13456
-always tingel 2345-35-1245-13456
-always zingel 1356-35-1245-13456
-always klüngel 13-123-1256-1345-1245-13456
-always züngel 1356-1256-1345-1245-13456
-always kogel 13-135-1245-13456
-always mogel 134-135-1245-13456
-always vogel 1236-135-1245-13456
-always vögel 1236-246-1245-13456
-always spargel 234-1234-356-1245-13456
-always mergel 134-12456-1245-13456
-always pergel 1234-12456-1245-13456
-always orgel 26-1245-13456
-before l midword fürsorge 2-124-234-26-12346
-before l midword vorsorge 2-26-234-26-12346
-always torgelegen 2345-26-1245-1245
-always nörgel 1345-246-1235-1245-13456
-always spörgel 234-1234-246-1235-1245-13456
-always gurgel 1245-136-1235-1245-13456
-always äugel 34-1245-13456
-always bügel 12-1256-1245-13456
-always hügel 125-1256-1245-13456
-always gugel 1245-136-1245-13456
-always kugel 13-136-1245-13456
-always kügel 13-1256-1245-13456
-always klügel 13-123-1256-1245-13456
-always flügel 124-123-1256-1245-13456
-always prügel 1234-1235-1256-1245-13456
-always zügel 1356-1256-1245-13456
-# GEm
-prfword gem 1245-12356
-always gement 1245-12356-14-2345
-always geminat 1245-12356-35-1-2345
-always gemination 1245-12356-35-5-1345
-always gemini 1245-12356-35-24
-always geminier 1245-12356-35-346-1235
-always trigeminus 2345-1235-24-1245-12356-35-136-234
-always hegemon 125-15-1245-12356-135-1345
-syllable gems 1245-12356-234
-# GEn
-always gen 1245-14
-always genabel 12346-1345-1-12-13456
-prfword genadelte 12346-1345-1-145-13456-236
-always genadelt 12346-1345-1-145-13456-2345
-begmidword genäch 12346-1345-345-1456
-begmidword genag 12346-1345-1-1245
-begmidword genagent 1245-14-1-1245-14-2345
-begmidword genäh 12346-1345-345-125
-midendword genähnlich 1245-14-345-456
-always genannt 12346-1345-235-1345-2345
-prfword genannte 12346-1345-235-1345-236
-always genanntest 12346-1345-235-1345-236-23456
-begmidword genarb 12346-1345-356-12
-midendword genarbeit 1245-14-356-12
-begmidword genarr 12346-1345-356-1235
-prfword genas 12346-1345-1-234
-always genäs 12346-1345-345-234
-always genäss 12346-1345-345-2346
-always genäschig 12346-1345-345-156-45
-always genascht 12346-1345-1-156-2345
-prfword genaschte 12346-1345-1-156-236
-prfword genasen 12346-1345-1-234-14
-always genasführ 12346-1345-1-234-124-125
-always genatur 12346-1345-2345
-always genatürlich 12346-1345-456
-always genau 12346-1345-16
-always garagen 1245-356-1-1245-14
-always lagenauf 123-1-1245-14-2-16
-always lagenaus 123-1-1245-14-16-234
-always magenauf 134-1-1245-14-2-16
-always magenaus 134-1-1245-14-16-234
-always regenauf 1235-15-1245-14-2-16
-always regenaus 1235-15-1245-14-16-234
-always eigenauf 146-1245-14-2-16
-always eigenaus 146-1245-14-16-234
-always felgenaus 124-13456-1245-14-16-234
-always stangenauf 23456-235-1245-14-2-16
-always stangenaus 23456-235-1245-14-16-234
-always mengenauf 134-14-1245-14-2-16
-always mengenaus 134-14-1245-14-16-234
-always zwergen 1356-2456-12456-1245-14
-always morgenauf 134-26-1245-14-2-16
-always morgenaus 134-26-1245-14-16-234
-always röntgen 1235-246-1345-2345-1245-14
-always augenauf 16-1245-14-2-16
-always augenaus 16-1245-14-16-234
-always zeugen 1356-126-1245-14
-always zeugeneid 1356-126-12346-1345-146-145
-always geneckt 12346-1345-15-46-2345
-prfword geneckte 12346-1345-15-46-236
-always genehm 12346-1345-125
-always geneidet 12346-1345-146-145-15-2345
-prfword geneidete 12346-1345-146-145-15-236
-always geneig 12346-1345-146-1245
-always geneppt 12346-1345-15-1234-1234-2345
-prfword geneppte 12346-1345-15-1234-1234-236
-always generv 12346-1345-12456-1236
-# HOMONYM
-sufword genes 1245-14-123456
-# HOMONYM
-prfword genesen 12346-1345-123456-14
-prfword genesene 12346-1345-123456-14-15
-prfword genesenem 12346-1345-123456-14-12356
-prfword genesenen 12346-1345-123456-14-14
-prfword genesener 12346-1345-123456-14-12456
-prfword genesenes 12346-1345-123456-14-123456
-always genesend 12346-1345-123456-14-145
-always genest 12346-1345-15-23456
-always genesung 12346-1345-123456-136
-always wiedergenes 346-145-12346-1345-123456
-always wiedergenest 346-145-12346-1345-15-23456
-always wiederzugenes 346-145-2-1356-12346-1345-123456
-always genesis 1245-14-123456-24-234
-always genesung 12346-1345-123456-136
-always genick 12346-1345-24-46
-word genien 1245-14-24-14
-always geniesel 12346-1345-346-234-13456
-prfword geniest 12346-1345-346-23456
-always genieß 12346-1345-346-2346
-always genietet 12346-1345-346-236-2345
-prfword genietete 12346-1345-346-236-236
-always genipp 12346-1345-24-1234-1234
-always genistet 12346-1345-24-23456-15-2345
-prfword genistete 12346-1345-24-23456-15-236
-always genöl 12346-1345-246-123
-always orangenöl 26-235-1245-14-246-123
-always genommen 12346-1345-1346
-always genopp 12346-1345-135-1234-1234
-always genörgel 12346-1345-246-1235-1245-13456
-always genordet 12346-1345-26-145-15-2345
-prfword genordete 12346-1345-26-145-15-236
-always genormt 12346-1345-26-134-2345
-prfword genormte 12346-1345-26-134-236
-always genötig 12346-1345-246-2345-45
-syllable genoss 12346-1345-135-2346
-syllable genöss 12346-1345-246-2346
-always genuckel 12346-1345-136-46-13456
-always genudel 12346-1345-136-145-13456
-always genug 12346-1345-136-1245
-always genüg 12346-1345-1256-1245
-always genüge 12346-1345-1256-12346
-always genügen 12346-1345-1256-1245-14
-always genüchter 12346-1345-1256-1456-2345-12456
-always genuschel 12346-1345-136-156-13456
-always genuss 12346-1345-136-2346
-# Alte Rechtschreibung
-always genuß 12346-1345-136-2346
-syllable genüss 12346-1345-1256-2346
-always genutz 12346-1345-1356
-always genütz 12346-5-1345-1356
-# GEr
-prfword ger 1245-12456
-after g midendword erlaubnis 12456-123-16-12-1346
-sufword gerd 1245-12456-145
-prfword gere 1245-12456-15
-prfword gerei 1245-12456-146
-prfword gereien 1245-12456-146-14
-prfword geren 1245-12456-14
-always gers 1245-12456-234
-always gersund 1245-12456-234-256-145
-sufword gert 1245-12456-2345
-word gerte 1245-12456-236
-always gern 1245-12456-1345
-midendword gerlich 1245-12456-456
-always gerald 1245-12456-25-145
-always gerani 1245-12456-235-24
-always gerant 1245-12456-235-2345
-always gerard 1245-12456-356-145
-always gerb 1245-12456-12
-midword gerbe 1245-12456-23
-midendword gerberg 1245-12456-12-12456-1245
-endword gerberge 1245-12456-12-12456-12346
-prfword gerben 1245-12456-12-14
-prfword gerber 1245-12456-12-12456
-always gerbera 1245-12456-12-12456-1
-always gerberei 1245-12456-12-12456-146
-always gerberin 1245-12456-12-12456-35
-prfword gerbern 1245-12456-12-12456-1345
-prfword gerbers 1245-12456-12-12456-234
-always gerbrück 1245-12456-12-1235-1256-46
-always gerecht 12346-1235-2345
-always folgerecht 124-1245-15-1235-2345
-syllable gerfalk 1245-12456-124-25-13
-midword gergeb 1245-12456-12346-12
-always gerh 1245-12456-125
-always prediger 1234-1235-15-145-45-12456
-always geria 1245-12456-24-1
-always niger 1345-45-12456
-prfword gerie 1245-12456-346
-prfword gerien 1245-12456-24-14
-sufword gerier 1245-12456-346-1235
-always suggerier 234-136-1245-1245-12456-346-1235
-always sengerig 234-14-1245-12456-45
-midendword ggerli 1245-1245-12456-123-24
-syllable gerlind 1245-12456-123-35-145
-always germ 1245-12456-134
-always angermund 235-1245-12456-134-256-145
-always igerm 45-12456-134
-always gern 1245-12456-1345
-word gero 1245-12456-135
-word geros 1245-12456-135-234
-always gerold 1245-12456-135-123-145
-always gerolf 1245-12456-135-123-124
-always geroni 1245-12456-135-1345-24
-always geront 1245-12456-135-1345-2345
-always gerr 1245-12456-1235
-always skagerak 234-13-1-1245-12456-1-13
-always skagerrak 234-13-1-1245-12456-1235-1-13
-begmidword seegerrin 234-15-15-1245-12456-1235-35
-always gershwin 1245-12456-234-125-2456-35
-always gerst 1245-12456-23456
-always gerstand 1245-12456-2-23456
-always gerständ 1245-12456-5-23456
-prfword gert 1245-12456-2345
-always gertrud 1245-12456-2345-1235-136-145
-prfword gerte 1245-12456-236
-prfword gertest 1245-12456-236-23456
-prfword gertet 1245-12456-236-2345
-always gertel 1245-12456-2345-13456
-endword gertem 1245-12456-2345-12356
-endword gerten 1245-12456-2345-14
-endword gerter 1245-12456-2345-12456
-endword gertes 1245-12456-2345-123456
-always gerten 1245-12456-2345-14
-prfword gerts 1245-12456-2345-234
-midendword gertrag 1245-12456-2345-1245
-midword gerträg 1245-12456-5-2345-1245
-syllable gerundi 1245-12456-256-145-24
-midendword gerung 1245-12456-136
-syllable gerusi 1245-12456-136-234-24
-syllable gervasi 1245-12456-1236-1-234-24
-syllable gerwig 1245-12456-2456-45
-syllable gerwin 1245-12456-2456-35
-always haager 125-1-1-1245-12456
-always hager 125-1-1245-12456
-always häger 125-345-1245-12456
-always jäger 245-345-1245-12456
-always lager 123-1-1245-12456
-always lagerichtig 123-1-12346-2-3456-45
-always lagereg 123-1-12346-1235-15-1245
-always läger 123-345-1245-12456
-always lageraum 123-1-12346-1235-16-134
-always lageräum 123-1-12346-1235-34-134
-before er begmidword anlage 235-123-1-12346
-prfword anlagern 235-123-1-1245-12456-1345
-always anlagert 235-123-1-1245-12456-2345
-always anlagerst 235-123-1-1245-12456-23456
-prfword anlagerte 235-123-1-1245-12456-236
-always anlagerung 235-123-1-1245-12456-136
-before er begmidword klage 13-123-1-12346
-prfword klager 13-123-1-1245-12456
-prfword klagern 13-123-1-1245-12456-1345
-prfword klagers 13-123-1-1245-12456-234
-always kläger 13-123-345-1245-12456
-always einlieger 1246-123-346-1245-12456
-always mager 134-1-1245-12456
-always klimagerät 13-123-24-134-1-12346-1235-345-2345
-prfword klimageräte 13-123-24-134-1-12346-1235-345-236
-begmidword spermage 234-1234-12456-134-1-12346
-always nager 1345-1-1245-12456
-always manager 134-235-1-1245-12456
-always drainagerohr 145-1235-1-24-1345-1-12346-1235-135-125-1235
-always spionagering 234-1234-24-135-1345-1-12346-1235-35-1245
-prfword spionageringe 234-1234-24-135-1345-1-12346-1235-35-12346
-always spionageroman 234-1234-24-135-1345-1-12346-1235-135-134-1-1345
-begmidword spionageroman 234-1234-24-135-1345-1-12346-1235-135-134-235
-always teenager 2345-15-15-1345-1-1245-12456
-always schräger 156-1235-345-1245-12456
-always prager 1234-1235-1-1245-12456
-always vager 1236-1-1245-12456
-always schwager 156-2456-1-1245-12456
-always schwäger 156-2456-345-1245-12456
-always voyager 1236-135-6-13456-1-1245-12456
-always cambridger 6-14-1-134-12-1235-24-145-1245-12456
-always ludger 123-136-145-1245-12456
-always feger 124-15-1245-12456
-always heger 125-15-1245-12456
-always hegereiter 125-15-12346-1235-146-2345-12456
-syllable gerüch 12346-1235-1256-1456
-always nahegerück 1345-1-125-15-12346-1235-46
-always bieger 12-346-1245-12456
-always flieger 124-123-346-1245-12456
-always auflieger 2-16-123-346-1245-12456
-always umlieger 136-134-123-346-1245-12456
-always anlieger 235-123-346-1245-12456
-always krieger 13-1235-346-1245-12456
-always sieger 234-346-1245-12456
-always schwieger 156-2456-346-1245-12456
-always wieger 2456-346-1245-12456
-always leger 123-15-1245-12456
-prfword ablegeregal 1-12-123-15-12346-1235-15-1245-1-123
-always ablegeregal 1-12-123-15-12346-1235-15-1245-25
-always legerohr 123-15-12346-1235-135-125-1235
-always legeröhr 123-15-12346-1235-246-125-1235
-always neger 1345-15-1245-12456
-always sühne 234-1256-125-1345-15
-prfword sühnel 234-1256-125-1345-13456
-always sühnen 234-1256-125-1345-14
-always reger 1235-15-1245-12456
-always integer 35-236-1245-12456
-before er begmidword wege 2456-1245-15
-prfword weger 2456-1245-12456
-prfword wegern 2456-1245-12456-1345
-prfword wegers 2456-1245-12456-234
-always wegerung 2456-1245-12456-136
-always norweger 1345-26-2456-15-1245-12456
-always wegerecht 2456-1245-15-1235-2345
-always bagger 12-1-1245-1245-12456
-always jagger 245-1-1245-1245-12456
-always egger 15-1245-1245-12456
-always digger 145-45-1245-12456
-always jigger 245-45-1245-12456
-always nigger 1345-45-1245-12456
-always trigger 2345-1235-45-1245-12456
-always jogger 245-135-1245-1245-12456
-always logger 123-135-1245-1245-12456
-always debugger 145-15-12-136-1245-1245-12456
-always fugger 124-136-1245-1245-12456
-always feiger 124-146-1245-12456
-always steiger 23456-146-1245-12456
-always geiger 1245-146-1245-12456
-always weiger 2456-146-1245-12456
-always schweigerecht 156-2456-146-12346-1235-2345
-always schwelger 156-2456-13456-1245-12456
-always schwelgeruch 156-2456-13456-12346-1235-136-1456
-always schwelgerüch 156-2456-13456-12346-1235-1256-1456
-always zeiger 1356-146-1245-12456
-always zeigeregister 1356-146-12346-1235-15-1245-24-23456-12456
-always pilger 1234-24-123-1245-12456
-always tilger 2345-24-123-1245-12456
-always holger 125-135-123-1245-12456
-begmidword mentholge 134-14-2345-125-135-123-12346
-prfword anger 235-1245-12456
-sufword angerdorf 235-1245-12456-145-26-124
-sufword angerdörfer 235-1245-12456-145-246-1235-124-12456
-prfword angern 235-1245-12456-1345
-prfword angern 235-1245-12456-234
-always fänger 124-345-1345-1245-12456
-always gänger 1245-345-1345-1245-12456
-always hanger 125-235-1245-12456
-always hänger 125-345-1345-1245-12456
-always hängereck 125-345-1345-12346-1235-15-46
-always hängereg 125-345-1345-12346-1235-15-1245
-always orangerie 26-235-1245-12456-346
-always orangerien 26-235-1245-12456-24-14
-always pranger 1234-1235-235-1245-12456
-always sänger 234-345-1345-1245-12456
-always tanger 2345-235-1245-12456
-always vanger 1236-235-1245-12456
-always wanger 2456-235-1245-12456
-prfword enger 14-1245-12456
-prfword engere 14-1245-12456-15
-prfword engerem 14-1245-12456-12356
-prfword engeren 14-1245-12456-14
-prfword engerer 14-1245-12456-12456
-prfword engeres 14-1245-12456-123456
-always engerling 14-1245-12456-123-35-1245
-prfword engerlinge 14-1245-12456-123-35-12346
-always inger 35-1245-12456
-midword ingerä 35-12346-1235-345
-midendword ingeruch 35-12346-1235-136-1456
-midword ingerüch 35-12346-1235-1256-1456
-always kerosin 13-12456-135-234-35
-always einge 1246-12346
-before r begmidword hinge 125-35-12346
-always vaihinger 1236-1-24-125-35-1245-12456
-prfword eingehe 1246-1245-2356-15
-always eingehen 1246-1245-2356-14
-always eingehst 1246-1245-2356-23456
-always eingeht 1246-1245-2356-2345
-always eingehung 1246-1245-2356-136
-always eingelb 1246-1245-13456-12
-always koffeingehalt 13-135-124-124-15-35-12346-125-25-2345
-always chemieingenieur 1456-12356-346-35-1245-14-24-126-1235
-always softwareingenieur 234-135-124-2345-2456-356-15-35-1245-14-24-126-1235
-always steingeiß 23456-1246-1245-146-2346
-always weingeist 2456-1246-1245-146-23456
-always termin 2345-12456-134-35
-always hongkonger 125-135-1345-1245-13-135-1345-1245-12456
-always hunger 125-256-1245-12456
-always junger 245-256-1245-12456
-always dünger 145-1256-1345-1245-12456
-always jünger 245-1256-1345-1245-12456
-always analoger 235-25-135-1245-12456
-always homologer 125-135-134-135-123-135-1245-12456
-always roger 1235-135-1245-12456
-always mikro 134-24-13-1235-135
-always elektro 13456-15-13-2345-1235-135
-always büro 12-1256-1235-135
-always dröger 145-1235-246-1245-12456
-always zöger 1356-246-1245-12456
-always arger 356-1245-12456
-begmidword polar 1234-135-123-356
-prfword nachbar 1345-56-12-1-1235
-begmidword nachbar 1345-56-12-356
-begmidword darge 145-356-12346
-prfword formular 124-26-134-136-123-1-1235
-begmidword formular 124-26-134-136-123-356
-begmidword disziplinar 145-24-234-1356-24-1234-123-35-356
-prfword sonar 234-135-1345-1-1235
-begmidword sonar 234-135-1345-356
-prfword altar 25-2345-1-1235
-begmidword altar 25-2345-356
-always faltarbeit 124-25-2345-356-12
-always ärger 345-1235-1245-12456
-always militär 134-24-123-24-2345-345-1235
-always berger 12-12456-1245-12456
-midendword bergeräusch 12-12456-12346-1235-34-156
-always silber 234-24-123-12-12456
-always oberge 135-12-12456-12346
-begmidword obergerman 135-12-12456-1245-12456-134-235
-always birger 12-24-1235-1245-12456
-always sorger 234-26-1245-12456
-always sorgerecht 234-26-12346-1235-2345
-always burger 12-136-1235-1245-12456
-always bürger 12-1256-1235-1245-12456
-always würger 2456-1256-1235-1245-12456
-always böttger 12-246-2345-2345-1245-12456
-always sauger 234-16-1245-12456
-always säuger 234-34-1245-12456
-always beuger 12-126-1245-12456
-always beugere 12-126-12346-1235-15
-always zeuger 1356-126-1245-12456
-always kluger 13-123-136-1245-12456
-always klüger 13-123-1256-1245-12456
-always pflüger 1234-124-123-1256-1245-12456
-always trüger 2345-1235-1256-1245-12456
-always krüger 13-1235-1256-1245-12456
-prfword zuger 1356-136-1245-12456
-always züger 1356-1256-1245-12456
-always metzger 134-15-2345-1356-1245-12456
-
-# GEs
-prfword ges 1245-123456
-always sagesatz 234-1245-15-234-1356
-always sagesätz 234-1245-15-5-234-1356
-always tages 2345-1-1245-123456
-always valuta 1236-25-136-2345-1
-always montage 134-135-1345-2345-1-12346
-prfword montagen 134-135-1345-2345-1-1245-14
-always sieges 234-346-1245-123456
-begword exeges 1346-15-1245-123456
-midword exeges 15-6-1346-15-1245-123456
-always ganges 1245-235-1245-123456
-prfword contergan 6-14-135-1345-2345-12456-1245-1-1345
-begmidword contergan 6-14-135-1345-2345-12456-1245-235
-always organgesellschaft 26-1245-235-1245-156
-always sanges 234-235-1245-123456
-always vogesen 1236-135-1245-123456-14
-always bergesh 12-12456-1245-123456-125
-always gess 12346-2346
-always gesag 12346-234-1245
-always gesäbel 12346-234-345-12-13456
-always gesäg 12346-5-234-1245
-always gesatz 12346-234-1356
-always gesätz 12346-5-234-1356
-always geschlag 12346-156-1245
-always geschläg 12346-5-156-1245
-always geschlängel 12346-156-123-345-1345-1245-13456
-always geschließ 12346-5-156-2346
-always geschnurr 12346-156-1345-136-1235-1235
-always geschreib 12346-156-12
-always geschrieb 12346-2-156
-always geschrift 12346-156-2345
-always geschunden 12346-156-256-145-14
-always gesetz 12346-2-15
-always algesie 25-1245-123456-346
-midendword gesima 1245-123456-24-134-1
-always gesind 12346-234-145
-always gesitz 12346-2-24
-always gesoll 12346-2-234
-always gest 12346-23456
-always gestaat 12346-23456-2345
-always gestand 12346-2-23456
-always geständ 12346-5-23456
-always gestion 12346-23456-245
-begmidword gestund 12346-23456-256-145
-always gesund 12346-234-256-145
-begmidword gesünd 12346-234-1256-1345-145
-word gesa 1245-123456-1
-word gesas 1245-123456-1-234
-word gese 1245-123456-15
-word geses 1245-123456-123456
-always gesozial 12346-234-123
-midword gesprach 12346-234-1234
-always gespräch 12346-5-234-1234
-midendword gesprung 12346-234-1234-1235-256-1245
-midword gesprüng 12346-234-1234-1235-1256-1345-1245
-endword gesprünge 12346-234-1234-1235-1256-1345-12346
-always gestell 12346-2-13456
-
-# GEGEN (4.3.2 Einformige Kürzungen, alleinstehend oder in Wortverbindungen)
-word gegen 1245
-always gegen-\s 2-1245-36-0
-always gegen 2-1245
-prfword gegend 12346-1245-14-145
-prfword gegenden 12346-1245-14-145-14
-midword gegenüg 12346-12346-1345-1256-1245
-
-# GEGENÜBER (4.4 Zweiformige Kürzungen)
-always gegenüber 1245-1256
-always gegenübertrag 2-1245-2-1256-2345-1245
-always gegenüberträg 2-1245-2-1256-5-2345-1245
-
-# GEGENWART GEGENWÄRT (4.4 Zweiformige Kürzungen)
-always gegenwart 1245-2456
-always gegenwärt 5-1245-2456
-
-# GELEGEN (4.4 Zweiformige Kürzungen)
-# HOMONYM
-always gelegen 1245-1245
-
-# GESCHÄFT (4.4 Zweiformige Kürzungen)
-always geschäft 1245-124
-
-# GESELLSCHAFT (4.4 Zweiformige Kürzungen)
-always gesellschaft 1245-156
-always gesellschafts 1245-156-234
-
-# GEWESEN (4.3.2 Einformige Kürzungen, alleinstehend oder in Wortverbindungen)
-word gewesen 12346
-always gewesen 2-12346
-always spionagewesen 234-1234-24-135-1345-1-12346-2456-123456-14
-
-# GEWORDEN (4.4 Zweiformige Kürzungen)
-always geworden 12346-2456
-
-# GIBT (4.4 Zweiformige Kürzungen)
-always gibt 1245-12
-word gibt's 1245-12-6-234
-
-# GLEICH (4.4 Zweiformige Kürzungen)
-always gleich 1245-1456
-
-# GLÜCK (4.4 Zweiformige Kürzungen)
-always glück 1245-46
-always unglück 256-1245-46
-
-# GROß GRÖß (4.4 Zweiformige Kürzungen)
-always groß 1245-2346
-always größ 5-1245-2346
-
-# GRUND GRÜND (4.4 Zweiformige Kürzungen)
-always grund 1245-145
-always gründ 5-1245-145
-word grundig 1245-1235-256-145-45
-always gründonnerstag 1245-1235-1256-1345-145-135-1345-1345-12456-234-2345-1-1245
-always gründüng 1245-1235-1256-1345-145-1256-1345-1245
-always joggingrund 245-135-1245-1245-35-1245-1235-256-145
-
-# HAB HÄB (4.3.6 Kommakürzungen)
-always hab 2-125
-always häb 5-125
-always habakuk 125-1-12-1-13-136-13
-always habanero 125-1-12-235-12456-135
-always habergeiß 125-1-12-12456-1245-146-2346
-sufword habermas 125-1-12-12456-134-1-234
-always habsburg 125-1-12-234-12-136-1235-1245
-sufword ahab 1-125-1-12
-sufword cahab 6-14-1-125-1-12
-sufword dhabi 145-125-1-12-24
-always viehab 1236-346-125-1-12
-always piranha 1234-24-1235-235-125-1
-always rohab 1235-135-125-1-12
-always alphabet 25-1234-125-1-23-2345
-prfword alphabete 25-1234-125-1-23-236
-always alphablock 25-1234-125-1-12-123-135-46
-always rhabarber 1235-125-1-12-356-12-12456
-always schuhab 156-136-125-1-12
-always frühab 124-1235-1256-125-1-12
-
-# HAFT HÄFT (4.4 Zweiformige Kürzungen)
-always haft 125-124
-always häft 5-125-124
-always behaft 23-125-124
-sufword shaft 234-125-1-124-2345
-
-# HAND HÄND (4.4 Zweiformige Kürzungen)
-always hand 125-145
-always händ 5-125-145
-word händels 125-345-1345-145-13456-234
-word handke 125-235-145-13-15
-word handkes 125-235-145-13-123456
-midendword ehand 15-125-145
-midword ehänd 15-5-125-145
-midendword tehand 236-125-145
-midword tehänd 236-5-125-145
-sufword luchterhand 123-136-1456-2345-12456-125-235-145
-
-# HAST (4.4 Zweiformige Kürzungen)
-always hast 125-23456
-always hastings 125-1-23456-35-1245-234
-always buddha 12-136-145-145-125-1
-always alphastrahl 25-1234-125-1-23456-1235-1-125-123
-
-# HAT (4.4 Zweiformige Kürzungen)
-always hat 125-2345
-begmidword aliphat 25-24-1234-125-1-2345
-prfword aliphate 25-24-1234-125-1-236
-begmidword alphat 25-1234-125-1-2345
-always daihatsu 145-1-24-125-1-2345-234-136
-sufword hatch 125-1-2345-1456
-always hatschi 125-1-2345-156-24
-always hatz 125-1-2345-1356
-always mahatma 134-1-125-1-2345-134-1
-prfword phatisch 1234-125-1-2345-24-156
-begmidword phatisch 1234-125-1-2345-24-156
-always phosphat 1234-125-135-234-1234-125-1-2345
-prfword phosphate 1234-125-135-234-1234-125-1-236
-always shatoo 234-125-1-2345-135-135
-sufword that 2345-125-1-2345
-always triumphat 2345-1235-24-136-134-1234-125-1-2345
-sufword verhatsch 36-125-1-2345-156
-midendword verhatsch 1236-12456-125-1-2345-156
-sufword what 2456-125-1-2345
-
-# HATT (4.3.4 Einformige Kürzungen, alleinstehend, mit Endungen oder in Wortverbindungen)
-always hatt 125
-always hattingen 125-1-2345-2345-35-1245-14
-always hattrick 125-1-2345-2345-1235-24-46
-begmidword trollhätt 2345-1235-135-12345-125-345-2345-2345
-prfword manhattan 134-235-125-1-2345-2345-1-1345
-begmidword manhattan 134-235-125-1-2345-2345-235
-always shatterhand 234-125-1-2345-2345-12456-125-235-145
-
-# HÄTT (4.3.4 Einformige Kürzungen, alleinstehend, mit Endungen oder in Wortverbindungen)
-always hätt 345
-
-# HAUPT HÄUPT (4.4 Zweiformige Kürzungen)
-always haupt 125-1234
-always häupt 5-125-1234
-
-# -HEIT  4.2.1 a) Nachsilbenkürzungen
-midendword heit 125
-midendword heits 125-234
-always heiter 125-146-2345-12456
-always hoheit 125-135-125-146-2345
-
-# HERR (4.4 Zweiformige Kürzungen)
-always herr 1235-1235
-always herrann 125-12456-1235-235-1345
-always herräum 125-12456-1235-34-134
-always herred 125-12456-1235-15-145
-always herreich 125-12456-1235-146-1456
-always herreis 125-12456-1235-146-234
-always herreist 125-12456-1235-146-23456
-always herreit 125-12456-1235-146-2345
-endword herreite 125-12456-1235-146-236
-always herreiß 125-12456-1235-146-2346
-always herrenn 125-12456-1235-14-1345
-always herricht 125-12456-2-3456
-always herrief 125-12456-1235-346-124
-always herrief 125-12456-1235-346-124
-always herrliberg 125-12456-1235-123-24-12-12456-1245
-always herroll 125-12456-1235-135-12345
-always herruf 125-12456-1235-136-124
-always herrück 125-12456-1235-46
-always herrühr 125-12456-1235-1256-125-1235
-always herrutsch 125-12456-1235-136-2345-156
-always daherr 145-125-1235
-always einherr 1246-125-12456-1235
-always höherr 125-246-125-12456-1235
-always sherry 234-125-12456-1235-6-13456
-always äther 345-2345-125-12456
-always luther 123-136-2345-125-12456
-
-# HIER (4.4 Zweiformige Kürzungen)
-always hier 125-1235
-always hierarch 125-24-12456-356-1456
-always hiero 125-24-12456-135
-always hierorts 125-1235-26-2345-234
-always cahier 6-14-1-125-24-12456
-midendword trahier 2345-1235-1-125-346-1235
-midendword strahier 23456-1235-1-125-346-1235
-sufword extrahier 1346-2345-1235-1-125-346-1235
-midendword extrahier 15-6-1346-2345-1235-1-125-346-1235
-always paraphier 1234-356-1-1234-125-346-1235
-always graphier 1245-1235-1-1234-125-346-1235
-always triumphier 2345-1235-24-136-134-1234-125-346-1235
-always trophier 2345-1235-135-1234-125-346-1235
-always strophier 23456-1235-135-1234-125-346-1235
-always morphierel 134-26-1234-125-346-1235-13456
-always thierr 2345-125-24-12456-1235
-
-# HOFF HÖFF (4.4 Zweiformige Kürzungen)
-always hoff 124-124
-always höff 5-124-124
-always hoffenster 125-135-124-124-14-23456-12456
-always hofflatter 125-135-124-124-123-1-2345-2345-12456
-always hofflimmer 125-135-124-124-123-24-1346-12456
-prfword hoffman 125-135-124-124-134-1-1345
-begmidword hoffman 125-135-124-124-134-235
-always hoffmann 125-135-124-124-134-235-1345
-always hoffrei 125-135-124-124-1235-146
-always hoffähig 125-135-124-124-345-125-45
-always kerckhoff 13-12456-46-125-135-124-124
-syllable öffnung 246-124-124-1345-136
-always steinhoff 23456-1246-125-135-124-124
-always drohoffesiv 145-1235-135-125-135-124-124-14-234-24-1236
-always hülshoff 125-1256-123-234-125-135-124-124
-
-# ICH (4.1 Lautgruppenkürzungen)
-word ich 3456
-midendword ich 3456
-word ich, 24-1456-2
-word ich; 24-1456-23
-word ich: 24-1456-25
-word ich? 24-1456-26
-word ich! 24-1456-235
-word ich) 24-1456-2356
-word ich" 24-1456-356
-word ich« 24-1456-356
-word ich» 24-1456-356
-prfword dichlor 145-24-1456-123-135-1235
-begmidword dichlor 145-24-1456-123-26
-before c begmidword anti 235-2345-24
-always lavichord 123-1-1236-24-1456-26-145
-always comic 6-14-135-134-24-6-14
-before c begmidword taxi 2345-1-6-1346-24
-
-# IE  (4.1 Lautgruppenkürzungen)
-midendword ie 346
-# IEll
-midendword iell 24-15-12345
-begmidword schiellies 156-346-123-123-346-234
-always ziellaser 1356-346-123-123-1-234-12456
-midendword ieuw 24-126-2456
-midendword ieux 24-126-6-1346
-always kiellini 13-346-123-123-35-24
-always spiell 2-346-123
-always stiell 23456-346-123-123
-always zielland 1356-346-123-123-235-145
-always zielländ 1356-346-123-123-345-1345-145
-always ziellini 1356-346-123-123-35-24
-always zielloch 1356-346-123-123-135-1456
-always ziellöch 1356-346-123-123-246-1456
-always ziellos 1356-346-123-123-135-234
-# aIE
-always ai 1-24
-always ainsel 1-35-234-13456
-always aismus 1-5-24
-always aistisch 1-5-156
-always aität 1-5-345
-always deltainsel 145-13456-2345-1-35-234-13456
-
-# bIE
-always amphibi 1-134-1234-125-24-12-24
-always adverbi 1-145-1236-12456-12-24
-# HOMONYM
-word bien 12-24-14
-sufword bien 12-346-1345
-begword bienfai 12-24-14-124-1-24
-midendword bien 12-24-14
-prfword bienchen 12-346-1345-1456-14
-prfword biene 12-346-1345-15
-prfword bienen 12-346-1345-14
-always bienn 12-24-14-1345
-always skabies 234-13-1-12-24-123456
-begmidword honigbien 125-135-1345-45-12-346-1345
-begmidword mörtelbien 134-246-1235-2345-13456-12-346-1345
-begmidword kolumbi 13-135-123-136-134-12-24
-always kolumbin 13-135-123-136-134-12-35
-begmidword wespenbien 2456-123456-1234-14-12-346-1345
-begmidword hosenbien 125-135-234-14-12-346-1345
-always snobiety 234-1345-135-12-24-15-2345-6-13456
-always anaerobier 235-1-12456-135-12-24-12456
-always garderobier 1245-356-145-12456-135-12-24-12456
-begmidword killerbien 13-24-12345-12456-12-346-1345
-begmidword mauerbien 134-16-12456-12-346-1345
-begmidword trauerbien 2345-1235-16-12456-12-346-1345
-begmidword feuerbien 124-126-12456-12-346-1345
-begmidword arbeiterbien 356-12-12456-12-346-1345
-begmidword futterbien 124-136-2345-2345-12456-12-346-1345
-begmidword arbeitsbien 356-12-234-12-346-1345
-always lesbier 123-123456-12-24-12456
-begmidword trachtbien 2345-1235-56-2345-12-346-1345
-begmidword nubi 1345-136-12-24
-begmidword pelzbien 1234-13456-1356-12-346-1345
-begmidword holzbien 125-135-123-1356-12-346-1345
-# cIE
-always ciego 6-14-24-15-1245-135
-always galici 1245-25-24-6-14-24
-begmidword sufficien 234-136-124-124-24-6-14-24-14
-always ancien 235-6-14-24-14
-always ancier 235-6-14-24-12456
-always lancier 123-235-6-14-346-1235
-always balancier 12-25-235-6-14-346-1235
-always nuancier 1345-136-235-6-14-346-1235
-always avancier 1-1236-235-6-14-346-1235
-always rencier 1235-14-6-14-24-12456
-always ferencier 124-12456-14-6-14-24-12456
-always concierge 6-14-135-1345-6-14-24-12456-12346
-always socie 234-135-6-14-24-15
-always scien 234-6-14-24-14
-always saucier 234-16-6-14-24-12456
-# dIE
-always diego 145-24-15-1245-135
-always dielektr 145-24-13456-15-13-2345-1235
-word dien 145-346-1345
-midendword dien 145-24-14
-prfword diene 145-346-1345-15
-always dienen 145-346-1345-14
-always diener 145-346-1345-12456
-always dienlich 145-346-1345-456
-always dienst 145-346-1345-23456
-always dienstag 145-346-1345-234-2345-1-1245
-prfword dienstage 145-346-1345-234-2345-1-12346
-always dient 145-346-1345-2345
-prfword diente 145-346-1345-236
-always dientest 145-346-1345-236-23456
-always dientet 145-346-1345-236-2345
-always medien 134-15-145-24-14
-word diet 145-24-15-2345
-always diethyl 145-24-15-2345-125-6-13456-123
-always barbadier 12-356-12-1-145-24-12456
-always brigadier 12-1235-45-1-145-24-12456
-always arkadier 356-13-1-145-24-12456
-always kanadier 13-235-1-145-24-12456
-always gradien 1245-1235-1-145-24-14
-always bedien 23-145-346-1345
-always gedient 12346-145-346-1345-2345
-prfword gediente 12346-145-346-1345-236
-begword expedien 1346-1234-15-145-24-14
-midword expedien 15-6-1346-1234-15-145-24-14
-always andien 235-145-346-1345
-begmidword indientin 35-145-24-14-2345-35
-always latifundi 123-1-2345-24-124-256-145-24
-always burundier 12-136-1235-256-145-24-12456
-always komödi 13-135-134-246-145-24
-always tragödi 2345-1245-246-145-24
-always tragödin 2345-1245-246-145-35
-sufword verdien 36-145-346-1345
-midendword verdien 1236-12456-145-346-1345
-always kapverdier 13-1-1234-1236-12456-145-24-12456
-prfword studie 23456-136-145-24-15
-always studien 23456-136-145-24-14
-always studier 23456-136-145-346-1235
-prfword dieu 145-24-126
-# eIE
-# fIE
-always fiesta 124-24-15-23456-1
-endword grafien 1245-1235-1-124-24-14
-always golfier 1245-135-123-124-24-12456
-sufword profierfahr 12345-124-24-12456-2-1235
-midword profierfahr 1234-1235-135-124-24-12456-2-1235
-endword graphien 1245-1235-1-1234-125-24-14
-# gIE
-midendword gien 1245-24-14
-endword gieneutral 1245-346-1345-126-2345-1235-1-123
-midword gieneutral 1245-346-1345-126-2345-1235-25
-midendword gienetz 1245-346-1345-15-2345-1356
-midendword gieniveau 1245-346-1345-24-1236-15-16
-midendword gienutz 1245-346-1345-1356
-midendword gienütz 1245-346-5-1345-1356
-always magier 134-1-1245-24-12456
-prfword orgie 26-1245-24-15
-always orgien 26-1245-24-14
-always georgi 12346-26-1245-24
-# hIE
-always hierarch 125-24-12456-356-1456
-always hierarchie 125-24-12456-356-1456-346
-always hierarchien 125-24-12456-356-1456-24-14
-always hieroglyph 125-24-12456-135-1245-123-6-13456-1234-125
-always hieronymus 125-24-12456-135-1345-6-13456-134-136-234
-always chien 1456-24-14
-always schien 156-346-1345
-always alighieri 25-45-125-24-12456-24
-endword graphien 1245-1235-1-1234-125-24-14
-always sophien 234-135-1234-125-24-14
-prfword philosophien 1234-125-24-14
-prfword thieu 2345-125-24-126
-always pathien 1234-1-2345-125-24-14
-begmidword forsythi 124-26-234-6-13456-2345-125-24
-# iIE
-# jIE
-# kIE
-always bankier 12-235-13-24-12456
-always kiew 13-24-15-2456
-sufword skier 234-13-24-12456
-always abfahrtsskier 1-12-2-1235-2345-234-234-13-24-12456
-always laufskier 123-16-124-234-13-24-12456
-always tourenskier 2345-135-136-1235-14-234-13-24-12456
-always wasserskier 2456-1-2346-12456-234-13-24-12456
-begmidword thraki 2345-125-1235-1-13-24
-# lIE
-midendword lien 123-24-14
-always lieutenant 123-24-126-2345-14-235-2345
-sufword alien 25-24-14
-endword alien 25-24-14
-always alienhand 25-24-14-125-145
-begword calien 6-14-25-24-14
-word alalie 25-25-24-15
-always regali 1235-15-1245-25-24
-always personalien 1234-1345-25-24-14
-always mineralien 134-35-12456-25-24-14
-always pastoralien 1234-1-23456-26-25-24-14
-always naturalien 1345-2345-25-24-14
-begmidword versali 1236-12456-234-25-24
-begmidword universalinstr 256-24-1236-12456-234-25-35-23456-1235
-always universalismus 256-24-1236-12456-234-25-5-24
-always universalistisch 256-24-1236-12456-234-25-5-156
-always universalität 256-24-1236-12456-234-25-5-345
-always realien 1235-15-25-24-14
-always materialien 134-123-24-14
-begmidword nationalien 1345-5-1345-25-24-14
-begmidword zereali 1356-12456-15-25-24
-always minerialien 134-35-12456-25-24-14
-begmidword chemikali 1456-12356-24-13-25-24
-begmidword somali 234-135-134-25-24
-begmidword formali 124-26-134-25-24
-always formalin 124-26-134-25-35
-always formalismus 124-26-134-25-5-24
-always formalistisch 124-26-134-25-5-156
-always formalität 124-26-134-25-5-345
-begmidword marginali 134-356-1245-35-25-24
-always marginalität 134-356-1245-35-25-5-345
-begmidword lappali 123-1-1234-1234-25-24
-begmidword arali 356-25-24
-always australi 16-23456-1235-25-24
-always salieri 234-25-24-12456-24
-always rosali 1235-135-234-25-24
-always rosalind 1235-135-234-25-35-145
-begmidword thessali 2345-125-15-2346-25-24
-begmidword repressali 1235-15-1234-1235-15-2346-25-24
-always italien 24-2345-25-24-14
-always viktuali 1236-24-13-2345-136-25-24
-always chevalier 1456-15-1236-25-24-12456
-always richelieu 1235-3456-13456-24-126
-prfword kamelie 13-1-134-13456-24-15
-always kamelien 13-1-134-13456-24-14
-always sommelier 234-135-1346-13456-24-12456
-always bromeli 12-1235-135-134-13456-24
-# HOMONYM
-always relief 1235-13456-24-15-124
-always atelier 1-2345-13456-24-12456
-always hotelier 125-135-2345-13456-24-12456
-always pellier 1234-15-12345-24-12456
-always interpellier 35-2345-12456-1234-15-12345-346-1235
-always appellier 1-1234-1234-15-12345-346-1235
-prfword dahlie 145-1-125-123-24-15
-always dahlien 145-1-125-123-24-14
-begmidword immobili 24-1346-135-12-24-123-24
-always immobilität 24-1346-135-12-24-123-5-345
-prfword lilie 123-24-123-24-15
-always lilien 123-24-123-24-14
-begmidword emili 12356-24-123-24
-begmidword famili 124-1-134-24-123-24
-always milieu 134-24-123-24-126
-begmidword petersili 1234-15-2345-12456-234-24-123-24
-begmidword ottili 135-2345-2345-24-123-24
-always galli 1245-1-12345-24
-always gallig 1245-1-12345-45
-always collier 6-14-135-12345-24-12456
-always kollier 13-135-12345-24-12456
-always tokollier 2345-135-13-135-12345-346-1235
-always banlieu 12-235-123-24-126
-always gondolier 1245-135-1345-145-135-123-24-12456
-prfword folie 124-135-123-24-15
-always folien 124-135-123-24-14
-begmidword magnoli 134-1-1245-1345-135-123-24
-always anatoli 235-1-2345-135-123-24
-always volier 1236-135-123-24-12456
-always juliet 245-136-123-24-15-2345
-begmidword apuli 1-1234-136-123-24
-# mIE
-midendword mien 134-24-14
-prfword miene 134-346-1345-15
-always mienen 134-346-1345-14
-always prämi 1234-1235-345-134-24
-always prämier 1234-1235-345-134-346-1235
-begmidword mesopotami 134-123456-135-1234-135-2345-1-134-24
-midendword emien 12356-24-14
-always akademien 1-13-1-145-12356-24-14
-always premier 1234-1235-12356-24-12456
-always krimieck 13-1235-24-134-24-15-46
-begmidword mumi 134-136-134-24
-# nIE
-midendword nien 1345-24-14
-prfword niente 1345-24-14-236
-prfword teniendo 2345-14-24-14-145-135
-prfword teniente 2345-14-24-14-236
-begmidword albani 25-12-235-24
-begmidword jordani 245-26-145-235-24
-always daniel 145-235-24-13456
-begmidword ozeani 135-1356-15-235-24
-always nathaniel 1345-1-2345-125-235-24-13456
-begmidword bethani 23-2345-125-235-24
-prfword manien 134-235-24-14
-always germanien 1245-12456-134-235-24-14
-always tasmani 2345-1-234-134-235-24
-prfword kompanien 13-135-134-1234-235-24-14
-begmidword spani 234-1234-235-24
-always spaniel 234-1234-235-24-13456
-always hispanismus 125-24-234-1234-235-5-24
-begmidword akrani 1-13-1235-235-24
-midendword akranich 1-13-1235-235-3456
-begmidword orani 26-235-24
-begmidword gerani 1245-12456-235-24
-begmidword turani 2345-136-1235-235-24
-begmidword tansani 2345-235-234-235-24
-begmidword mauretani 134-16-1235-15-2345-235-24
-begmidword aquitani 1-6-12345-136-24-2345-235-24
-begmidword kastani 13-1-23456-235-24
-begmidword silvani 234-24-123-1236-235-24
-always ingenieur 35-1245-14-24-126-1235
-always tschetscheni 2345-156-15-2345-156-14-24
-always tschetschenin 2345-156-15-2345-156-14-35
-always turkmeni 2345-136-1235-13-134-14-24
-always armeni 356-134-14-24
-always phrenien 1234-125-1235-14-24-14
-midendword venience 1236-14-24-14-6-14-15
-midendword venient 1236-14-24-14-2345
-midendword venienz 1236-14-24-14-1356
-always konvenier 13-135-1345-1236-14-346-1235
-begmidword sloweni 234-123-135-2456-14-24
-begmidword xeni 6-1346-14-24
-begmidword insigni 35-234-45-1345-24
-always carabinier 6-14-356-1-12-35-24-12456
-always robini 1235-135-12-35-24
-always jardinier 245-356-145-35-24-12456
-begmidword sardini 234-356-145-35-24
-begmidword finien 124-35-24-14
-begmidword lini 123-35-24
-begmidword pollini 1234-135-123-123-35-24
-always apollinisch 1-1234-135-12345-35-24-156
-word pollini 1234-135-12345-35-24
-word pollinis 1234-135-12345-35-24-234
-always linier 123-35-346-1235
-midendword linig 123-35-45
-always miniechs 134-35-24-15-1456-234
-always minieis 134-35-24-146-234
-prfword pinie 1234-35-24-15
-always pinien 1234-35-24-14
-begmidword abessini 1-23-2346-35-24
-begmidword grusini 1245-1235-136-234-35-24
-begmidword argentini 356-1245-14-2345-35-24
-begmidword aktini 1-13-2345-35-24
-always aktinin 1-13-2345-35-35
-prfword routinier 1235-135-136-2345-35-24-12456
-prfword routiniers 1235-135-136-2345-35-24-12456-234
-prfword zinie 1356-35-24-15
-always zinien 1356-35-24-14
-prfword zinnie 1356-35-1345-24-15
-always zinnien 1356-35-1345-24-14
-always insomnien 35-234-135-134-1345-24-14
-begmidword bonbonier 12-135-1345-12-135-1345-24-12456
-begmidword bonbonnier 12-135-1345-12-135-1345-1345-24-12456
-always saisonnier 234-1-24-234-135-1345-1345-24-12456
-always chansonnier 1456-235-234-135-1345-1345-24-12456
-begmidword kaledoni 13-25-15-145-135-1345-24
-begmidword makedoni 134-1-13-15-145-135-1345-24
-begmidword mazedoni 134-1-1356-15-145-135-1345-24
-always chiffonier 1456-24-124-124-135-1345-24-12456
-begmidword aragoni 356-1-1245-135-1345-24
-always begoni 23-1245-135-1345-24
-begmidword babyloni 12-1-12-6-13456-123-135-1345-24
-begmidword kataloni 13-1-2345-25-135-1345-24
-begmidword slawoni 234-123-1-2456-135-1345-24
-always dernier 145-12456-1345-24-12456
-begmidword indernier 35-145-12456-1345-346-1235
-begmidword spendernier 234-1234-14-145-12456-1345-346-1235
-begmidword wandernier 2456-235-145-12456-1345-346-1235
-prfword hernie 125-12456-1345-24-15
-always hernien 125-12456-1345-24-14
-begmidword kaliforni 13-25-24-124-26-1345-24
-always bosnien 12-135-234-1345-24-14
-always bosnier 12-135-234-1345-24-12456
-begmidword puni 1234-256-24
-always harpunier 125-356-1234-256-346-1235
-begmidword petuni 1234-15-2345-256-24
-begmidword bithyni 12-24-2345-125-6-13456-1345-24
-# oIE
-prfword boie 12-135-24-15
-always boien 12-135-24-14
-word foie 124-135-24-15
-always voien 1236-135-24-14
-# pIE
-word pie 1234-24-15
-sufword piedra 1234-24-15-145-1235-1
-always piemont 1234-24-15-134-135-1345-2345
-midendword pien 1234-24-14
-sufword piensa 1234-24-14-234-1
-sufword piero 1234-24-12456-135
-always pierre 1234-24-12456-1235-15
-always pierres 1234-24-12456-1235-123456
-always papier 1234-1-1234-346-1235
-always pierrot 1234-24-12456-1235-135-2345
-always kopier 13-135-1234-346-1235
-prfword pies 1234-24-15-234
-prfword hippies 125-24-1234-1234-346-234
-prfword yuppies 6-13456-136-1234-1234-346-234
-always pieta 1234-24-15-2345-1
-always pietismus 1234-24-15-2345-5-24
-always pietist 1234-24-15-2345-24-23456
-always pietistisch 1234-24-15-2345-5-156
-always pietro 1234-24-15-2345-1235-135
-always pietät 1234-24-15-2345-345-2345
-always piezo 1234-24-15-1356-135
-always kneipier 13-1345-146-1234-24-12456
-always olympier 135-123-6-13456-134-1234-24-12456
-begmidword äthiopi 345-2345-125-24-135-1234-24
-always croupier 6-14-1235-135-136-1234-24-12456
-prfword rupie 1235-136-1234-24-15
-always rupien 1235-136-1234-24-14
-# qIE
-# rIE
-word rien 1235-24-14
-midendword rien 1235-24-14
-prfword arie 356-24-15
-sufword ariel 356-24-13456
-prfword arielle 356-24-15-12345-15
-prfword arielles 356-24-15-12345-123456
-always marie 134-356-346
-prfword mariette 134-356-24-15-2345-236
-always mariett 134-356-24-15-2345-2345
-prfword parietal 1234-356-24-15-2345-1-123
-always parietal 1234-356-24-15-2345-25
-always havarie 125-1-1236-356-346
-always arien 356-24-14
-always marien 134-356-24-14
-always havarien 125-1-1236-356-24-14
-always arier 356-24-12456
-always karier 13-356-346-1235
-always karies 13-356-24-123456
-always klarier 13-123-356-346-1235
-always parier 1234-356-346-1235
-always tarier 2345-356-346-1235
-always ozetarier 135-1356-15-2345-356-24-12456
-always rotarier 1235-135-2345-356-24-12456
-always vegetarier 1236-15-12346-2345-356-24-12456
-midendword letarier 123-15-2345-356-24-12456
-always unitarier 256-24-2345-356-24-12456
-always trinitarier 2345-1235-35-24-2345-356-24-12456
-always parlamentarier 1234-356-123-1-134-14-2345-356-24-12456
-begmidword variet 1236-356-24-15-2345
-prfword variete 1236-356-24-15-236
-always gabriel 1245-1-12-1235-24-13456
-always erien 12456-24-14
-always iberien 24-12-12456-24-14
-always drogerien 145-1235-135-1245-12456-24-14
-prfword serie 234-12456-24-15
-always terien 2345-12456-24-14
-begmidword algeri 25-1245-12456-24
-prfword serie 234-12456-24-15
-midendword onfiserie 135-1345-124-24-234-12456-346
-prfword onfiserien 135-1345-124-24-234-12456-24-14
-always chinoiserie 1456-35-135-24-234-12456-346
-prfword chinoiserien 1456-35-135-24-234-12456-24-14
-always inserier 35-234-12456-346-1235
-always komparserie 13-135-134-1234-356-234-12456-346
-prfword komparserien 13-135-134-1234-356-234-12456-24-14
-always asserier 1-2346-12456-346-1235
-always brasserie 12-1235-1-2346-12456-346
-always tapisserie 2345-1-1234-24-2346-12456-346
-prfword tapisserien 2345-1-1234-24-2346-12456-24-14
-always patisserie 1234-1-2345-24-2346-12456-346
-prfword patisserien 1234-1-2345-24-2346-12456-24-14
-always karosserie 13-356-135-2346-12456-346
-prfword karosserien 13-356-135-2346-12456-24-14
-begmidword materi 134-1-2345-12456-24
-begmidword bakteri 12-1-13-2345-12456-24
-always interieur 35-2345-12456-24-126-1235
-before e begmidword arteri 356-2345-12456-24
-always grien 1245-1235-346-1345
-begmidword sangrien 234-235-1245-1235-24-14
-begmidword sibiri 234-24-12-24-1235-24
-begmidword henriett 125-14-1235-24-15-2345-2345
-prfword henriette 125-14-1235-24-15-2345-236
-endword orien 26-24-14
-always kategorien 13-1-236-1245-26-24-14
-always kalorien 13-25-26-24-14
-always theorie 2345-125-15-26-346
-always theorien 2345-125-15-26-24-14
-always orient 26-24-14-2345
-begmidword glori 1245-123-26-24
-always moriend 134-26-24-14-145
-begmidword akzessori 1-13-1356-15-2346-26-24
-begmidword histori 125-24-23456-26-24
-always historismus 125-24-23456-26-5-24
-begmidword zichori 1356-3456-26-24
-begmidword tutorien 2345-136-2345-26-24-14
-begword propriet 12345-1234-1235-24-15-2345
-always propriet 1234-1235-135-1234-1235-24-15-2345
-always carrier 6-14-356-1235-24-12456
-always barrier 12-356-1235-24-12456
-always harriet 125-356-1235-24-15-2345
-always karrier 13-356-1235-24-12456
-always perrier 1234-12456-1235-24-12456
-always terrier 2345-12456-1235-24-12456
-begmidword corrier 6-14-26-1235-24-12456
-always triest 2345-1235-24-15-23456
-always industrie 35-145-136-23456-1235-346
-always industriell 35-145-136-23456-1235-24-15-12345
-prfword industrien 35-145-136-23456-1235-24-14
-always saurier 234-16-1235-24-12456
-prfword furie 124-136-1235-24-15
-always furien 124-136-1235-24-14
-always furier 124-136-1235-346-1235
-prfword injurie 35-245-136-1235-24-15
-always injurien 35-245-136-1235-24-14
-always injurier 35-245-136-1235-346-1235
-prfword kurie 13-136-1235-24-15
-always kurien 13-136-1235-24-14
-always kurier 13-136-1235-346-1235
-always dekurie 145-15-13-136-1235-24-15
-prfword muriel 134-136-1235-24-13456
-prfword muriels 134-136-1235-24-13456-234
-always courier 6-14-135-136-1235-24-12456
-begmidword zenturi 1356-14-2345-136-1235-24
-always couturier 6-14-135-136-2345-136-1235-24-12456
-begmidword kyri 13-6-13456-1235-24
-always illyrier 24-12345-6-13456-1235-24-12456
-begmidword syri 234-6-13456-1235-24
-begmidword syrin 234-6-13456-1235-35
-begmidword assyri 1-2346-6-13456-1235-24
-# sIE
-midendword sien 234-24-14
-begword sierr 234-24-12456-1235
-always sierra 234-24-12456-1235-1
-always sterilisier 23456-12456-24-123-24-234-346-1235
-always siesta 234-24-15-23456-1
-midendword sieur 234-24-126-1235
-word messieurs 134-15-2346-24-126-1235-234
-begmidword kaukasi 13-16-13-1-234-24
-begmidword douglasi 145-135-136-1245-123-1-234-24
-begmidword austrasi 16-23456-1235-1-234-24
-begmidword eurasi 126-1235-1-234-24
-midendword antasie 235-2345-1-234-346
-endword antasien 235-2345-1-234-24-14
-endword esien 123456-24-14
-begmidword rhodesi 1235-125-135-145-123456-24
-begmidword freesi 124-1235-15-15-234-24
-begmidword schlesi 156-123-123456-24
-always milesier 134-24-123-123456-24-12456
-begmidword melanesi 134-13456-235-123456-24
-begmidword indonesi 35-145-135-1345-123456-24
-begmidword mikronesi 134-24-13-1235-135-1345-123456-24
-begmidword tunesi 2345-256-123456-24
-begmidword polynesi 1234-135-123-6-13456-1345-123456-24
-always theresien 2345-125-12456-123456-24-14
-begmidword fuchsi 124-136-1456-234-24
-always fuchsig 124-136-1456-234-45
-always chemisier 1456-12356-24-234-24-12456
-always lavoisier 123-1-1236-135-24-234-24-12456
-begmidword hortensi 125-26-2345-14-234-24
-midendword ssien 2346-24-14
-midendword messieur 134-15-2346-24-126-1235
-always jurassier 245-136-1235-1-2346-24-12456
-always patissier 1234-1-2345-24-2346-24-12456
-always dossier 145-135-2346-24-12456
-always dossierung 145-135-2346-346-1235-136
-prfword haussier 125-16-2346-24-12456
-prfword haussiers 125-16-2346-24-12456-234
-always arkebusier 356-13-15-12-136-234-24-12456
-always corbusier 6-14-26-12-136-234-24-12456
-begmidword andalusi 235-145-25-136-234-24
-always malaysier 134-25-1-6-13456-234-24-12456
-# tIE
-midendword tien 2345-24-14
-prfword tiende 2345-24-14-145-15
-prfword tiende 2345-24-14-145-15
-midendword atien 1-2345-24-14
-prfword tiens 2345-24-14-234
-prfword tient 2345-24-14-2345
-always poitiers 1234-135-24-2345-24-12456-234
-always chocolatier 1456-135-6-14-135-123-1-2345-24-12456
-prfword demokratien 145-2345-24-14
-always privatier 1234-1235-24-1236-1-2345-24-12456
-always cafetier 6-14-1-124-15-2345-24-12456
-always metier 134-15-2345-24-12456
-begmidword helveti 125-13456-1236-15-2345-24
-always helvetismus 125-13456-1236-15-2345-5-24
-always helvetismen 125-13456-1236-15-2345-24-234-134-14
-always pleitier 1234-123-146-2345-24-12456
-always poitiers 1234-135-24-2345-24-12456-234
-prfword aktie 1-13-2345-24-15
-always aktien 1-13-2345-24-14
-always paktier 1234-1-13-2345-346-1235
-always traktier 2345-1235-1-13-2345-346-1235
-always taktier 2345-1-13-2345-346-1235
-always multi 134-136-123-2345-24
-before e begmidword anti 235-2345-24
-prfword antie 235-2345-346
-always orkantief 26-13-235-2345-346-124
-always hantier 125-235-2345-346-1235
-always garantie 1245-356-235-2345-346
-always garantien 1245-356-235-2345-24-14
-sufword proviantier 12345-1236-24-235-2345-346-1235
-midendword proviantier 1234-1235-135-1236-24-235-2345-346-1235
-always kantier 13-235-2345-346-1235
-always plantier 1234-123-235-2345-346-1235
-always tantiem 2345-235-2345-24-12356
-always cartier 6-14-356-2345-24-12456
-# HOMONYM
-always portier 1234-26-2345-24-12456
-prfword portierbar 1234-26-2345-346-1235-12-1-1235
-begmidword portierbar 1234-26-2345-346-1235-12-356
-# HOMONYM
-prfword portiere 1234-26-2345-346-1235-15
-prfword portieren 1234-26-2345-346-1235-14
-always portierend 1234-26-2345-346-1235-14-145
-prfword portierst 1234-26-2345-346-1235-23456
-always portiert 1234-26-2345-346-1235-2345
-prfword portierte 1234-26-2345-346-1235-236
-prfword portiertest 1234-26-2345-346-1235-236-23456
-prfword portiertet 1234-26-2345-346-1235-236-2345
-always portierung 1234-26-2345-346-1235-136
-begmidword portierungsauf 1234-26-2345-346-1235-136-234-2-16
-always deportier 145-15-1234-26-2345-346-1235
-always kolportier 13-135-123-1234-26-2345-346-1235
-always importier 24-134-1234-26-2345-346-1235
-always apportier 1-1234-1234-26-2345-346-1235
-sufword exportier 1346-1234-26-2345-346-1235
-midendword exportier 15-6-1346-1234-26-2345-346-1235
-always transportier 2345-1235-235-234-1234-26-2345-346-1235
-midendword stien 23456-24-14
-midendword estien 15-23456-24-14
-prfword bestie 23-23456-24-15
-always bestien 23-23456-24-14
-begmidword hosti 125-135-23456-24
-always hosting 125-135-23456-35-1245
-always hostinter 125-135-23456-35-2345-12456
-always bustier 12-136-23456-24-12456
-always büfettier 12-1256-124-15-2345-2345-24-12456
-always spaghettiess 234-1234-1-1245-125-15-2345-2345-24-15-2346
-always gautier 1245-16-2345-24-12456
-always bijoutier 12-24-245-135-136-2345-24-12456
-always moutier 134-135-136-2345-24-12456
-# uIE
-always quietismus 6-12345-136-24-15-2345-5-24
-always quietistisch 6-12345-136-24-15-2345-5-156
-always quieu 6-12345-136-24-126
-always kolloqui 13-135-12345-135-6-12345-136-24
-always requi 1235-15-6-12345-136-24
-begmidword reliqui 1235-13456-24-6-12345-136-24
-# vIE
-begmidword vienn 1236-24-14-1345
-always viet 1236-24-15-2345
-always view 1236-24-15-2456
-always javier 245-1-1236-24-12456
-begmidword skandinavi 234-13-235-145-35-1-1236-24
-always xavier 6-1346-1-1236-24-12456
-begmidword endivi 14-145-24-1236-24
-begmidword bolivi 12-135-123-24-1236-24
-always riviera 1235-24-1236-24-12456-1
-always vivien 1236-24-1236-24-14
-# wIE
-always jugoslawi 245-136-1245-135-234-123-1-2456-24
-always jugoslawin 245-136-1245-135-234-123-1-2456-35
-always moldawi 134-135-123-145-1-2456-24
-# xIE
-always galaxien 1245-25-1-6-1346-24-14
-always sexier 234-15-6-1346-24-12456
-always sexiest 234-15-6-1346-24-15-23456
-always paradoxien 1234-356-1-145-135-6-1346-24-14
-begmidword gloxini 1245-123-135-6-1346-35-24
-# yIE
-begmidword harpyi 125-356-1234-6-13456-24
-# zIE
-midendword zien 1356-24-14
-begmidword akazi 1-13-1-1356-24
-begmidword grazi 1245-1235-1-1356-24
-begmidword pistazi 1234-24-23456-1-1356-24
-begmidword allochezi 1-12345-135-1456-15-1356-24
-begmidword alopezi 25-135-1234-15-1356-24
-always spezies 234-1234-15-1356-24-123456
-begmidword phönizi 1234-125-246-1345-24-1356-24
-always patrizier 1234-1-2345-1235-24-1356-24-12456
-begmidword alkylanzi 25-13-6-13456-123-235-1356-24
-begmidword koagulanzi 13-135-1-1245-136-123-235-1356-24
-prfword finanzier 124-35-235-1356-24-12456
-prfword finanziers 124-35-235-1356-24-12456-234
-always soziet 234-135-1356-24-15-2345
-
-# IG  (4.1 Lautgruppenkürzungen)
-midendword ig 45
-midendword igebiet 24-12346-12-346-2345
-endword igebiete 24-12346-12-346-236
-midword igebäud 24-12346-12-34-145
-midendword igegner 24-12346-1245-1345-12456
-midendword igehalt 24-12346-125-25-2345
-midendword igeist 24-1245-146-23456
-midword igeländ 24-12346-123-345-1345-145
-endword igenre 24-1245-14-1235-15
-endword igenres 24-1245-14-1235-123456
-midendword igeschoss 24-12346-156-135-2346
-midendword igeschäft 24-1245-124
-midword igess 45-15-2346
-midword igewerbe 24-12346-2456-12456-23
-endword igewerbe 24-12346-2456-12456-12-15
-midendword igewinn 24-12346-2456-35-1345
-midword ignor 24-1245-1345-26
-endword ignor 24-1245-1345-135-1235
-midendword igold 24-1245-135-123-145
-midendword igolf 24-1245-135-123-124
-midword igrupp 24-1245-1235-136-1234-1234
-midword igymn 24-1245-6-13456-134-1345
-always aig 1-24-1245
-always hai 125-1-24
-always kaigebühr 13-1-24-12346-12-1256-125-1235
-always sinai 234-35-1-24
-always bonsai 12-135-1345-234-1-24
-always alibi 25-24-12-24
-always kombi 13-135-134-12-24
-always digamma 145-24-1245-1-1346-1
-word digest 145-24-1245-15-23456
-always digestif 145-45-15-23456-24-124
-begmidword digitiz 145-24-1245-24-2345-24-1356
-always fight 124-24-1245-125-2345
-before g begword profi 12345-124-24
-before g midword profi 1234-1235-135-124-24
-always rigigrat 1235-24-1245-24-1245-1235-1-2345
-always high 125-24-1245-125
-always khaki 13-125-1-13-24
-always light 123-24-1245-125-2345
-always align 1-123-24-1245-1345
-always alignier 25-45-1345-346-1235
-always alkaliglasur 25-13-1-123-24-1245-123-1-234-136-1235
-always psaligraf 1234-234-25-24-1245-1235-1-124
-always psaligraph 1234-234-25-24-1245-1235-1-1234-125
-always negligee 1345-15-1245-123-24-1245-15-15
-always kalligraf 13-1-12345-24-1245-1235-1-124
-always kalligrafien 13-1-12345-24-1245-1235-1-124-24-14
-always kalligraph 13-1-12345-24-1245-1235-1-1234-125
-always milligramm 134-24-12345-24-1245-1235-1-1346
-always mignon 134-24-1245-1345-135-1345
-always talmiglanz 2345-25-134-24-1245-123-235-1356
-always night 1345-24-1245-125-2345
-always armani 356-134-235-24
-always organigramm 26-1245-235-24-1245-1235-1-1346
-always soignier 234-135-24-1245-1345-346-1235
-always epigraf 15-1234-24-1245-1235-1-124
-always epigramm 15-1234-24-1245-1235-1-1346
-always epigraph 15-1234-24-1245-1235-1-1234-125
-always champignon 1456-1-134-1234-24-1245-1345-135-1345
-always right 1235-24-1245-125-2345
-always rigips 1235-24-1245-24-1234-234
-always lollobrigida 123-135-12345-135-12-1235-24-1245-24-145-1
-always serigraf 234-12456-24-1245-1235-1-124
-always serigraph 234-12456-24-1245-1235-1-1234-125
-always aborigine 1-12-26-45-35-15
-always aborigines 1-12-26-45-35-123456
-always trigeminus 2345-1235-24-1245-12356-35-136-234
-always sight 234-24-1245-125-2345
-prfword sign 234-24-1245-1345
-prfword signs 234-24-1245-1345-234
-always design 145-123456-24-1245-1345
-always designation 145-123456-45-1345-5-1345
-always designat 145-123456-45-1345-1-2345
-always designier 145-123456-45-1345-346-1235
-always unsigned 256-234-24-1245-1345-15-145
-begmidword gassigeh 1245-1-2346-24-1245-2356
-always altigraf 25-2345-24-1245-1235-1-124
-always altigraph 25-2345-24-1245-1235-1-1234-125
-always antigen 235-2345-24-1245-14
-always kantigen 13-235-2345-45-14
-always grantigen 1245-1235-235-2345-45-14
-always antigestalt 235-2345-24-12346-23456-25-2345
-begmidword antiglob 235-2345-24-1245-123-135-12
-begmidword antigrav 235-2345-24-1245-1235-1-1236
-always zentigrad 1356-14-2345-24-1245-1235-1-145
-always zentigramm 1356-14-2345-24-1245-1235-1-1346
-always szintigraf 234-1356-35-2345-24-1245-1235-1-124
-always szintigramm 234-1356-35-2345-24-1245-1235-1-1346
-always szintigraph 234-1356-35-2345-24-1245-1235-1-1234-125
-begmidword spontigrupp 234-1234-135-1345-2345-24-1245-1235-136-1234-1234
-always antipasti 235-2345-24-1234-1-23456-24
-always luigi 123-136-24-1245-24
-prfword vignette 1236-24-1245-1345-15-2345-236
-always vignetten 1236-24-1245-1345-15-2345-2345-14
-always avignon 1-1236-24-1245-1345-135-1345
-always savigny 234-1-1236-24-1245-1345-6-13456
-always sauvignon 234-16-1236-24-1245-1345-135-1345
-always dwight 145-2456-24-1245-125-2345
-before g begmidword plexi 1234-123-15-6-1346-24
-always dezigramm 145-15-1356-24-1245-1235-1-1346
-
-# IHM   (4.3.1 Einformige Wortkürzungen, nur alleinstehend)
-word ihm 236
-
-# IHN (4.4 Zweiformige Kürzungen)
-word ihn 24-125
-word ihnen 24-125-14
-
-# IHR (4.3.3 Einformige Kürzungen, alleinstehend oder am Wortanfang)
-sufword ihr 24
-word ihr's 24-6-234
-
-# IM    (4.3.1 Einformige Wortkürzungen, nur alleinstehend)
-word im 36
-
-# IMMER (4.3.2 Einformige Kürzungen, alleinstehend oder in Wortverbindungen)
-word immer 1346
-always immer 2-1346
-always immersion 24-1346-12456-234-245
-always dimmer 145-24-1346-12456
-always schimmer 156-24-1346-12456
-always limmer 123-24-1346-12456
-always nimmer 1345-24-1346-12456
-always trimmer 2345-1235-24-1346-12456
-always simmer 234-24-1346-12456
-always stimmer 23456-24-1346-12456
-always bestimmer 23-23456-24-1346-12456
-always wimmer 2456-24-1346-12456
-always zimmer 1356-24-1346-12456
-
-# IN  (4.1 Lautgruppenkürzungen)
-always in 35
-always cain 6-14-1-24-1345
-always novocain 1345-135-1236-135-6-14-1-35
-always bougain 12-135-136-1245-1-24-1345
-begmidword bermudain 12-12456-134-136-145-1-35
-always hain 125-1-24-1345
-always mokka 134-135-13-13-1
-always kain 13-1-24-1345
-always kokain 13-135-13-1-35
-always chamberlain 1456-1-134-12-12456-123-1-24-1345
-always plain 1234-123-1-24-1345
-always main 134-1-24-1345
-always pharma 1234-125-356-134-1
-always klima 13-123-24-134-1
-begmidword bahama 12-1-125-1-134-1
-always paint 1234-1-24-1345-2345
-always rain 1235-1-24-1345
-begmidword cholerain 1456-135-123-12456-1-35
-begmidword kamerain 13-1-134-12456-1-35
-begmidword ukrain 136-13-1235-1-35
-begmidword kontrain 13-135-1345-2345-1235-1-35
-always trainee 2345-1235-1-24-1345-15-15
-always trainer 2345-1235-1-24-1345-12456
-always rainier 1235-1-24-1345-24-12456
-always drainier 145-1235-1-24-1345-346-1235
-always trainier 2345-1235-1-24-1345-346-1235
-always training 2345-1235-1-24-1345-35-1245
-prfword saint 234-1-24-1345-2345
-prfword sainte 234-1-24-1345-236
-always tain 2345-1-24-1345
-always mountain 134-135-136-1345-2345-1-24-1345
-begmidword metain 134-15-2345-1-35
-always stainless 23456-1-24-1345-123-15-2346
-always twain 2345-2456-1-24-1345
-prfword binational 12-24-1345-5-1345-1-123
-always binational 12-24-1345-5-1345-25
-begmidword gumminier 1245-136-1346-24-1345-346-1235
-before n begmidword juli 245-136-123-24
-before n begmidword juni 245-256-24
-always cointreau 6-14-135-24-1345-2345-1235-15-16
-always joint 245-135-24-1345-2345
-always point 1234-135-24-1345-2345
-prfword pointe 1234-135-35-236
-always pointen 1234-135-35-2345-14
-always pointier 1234-135-35-2345-346-1235
-begmidword pointill 1234-135-35-2345-24-12345
-always antoin 235-2345-135-24-1345
-always allantoin 1-12345-235-2345-135-35
-always multination 134-136-123-2345-24-1345-5-1345
-always antinazi 235-2345-24-1345-1-1356-24
-begmidword antineuralg 235-2345-24-1345-126-1235-25-1245
-always antineutron 235-2345-24-1345-126-2345-1235-135-1345
-always antinomie 235-2345-24-1345-135-134-346
-always antinomien 235-2345-24-1345-135-134-24-14
-begmidword antinukle 235-2345-24-1345-136-13-123-15
-begmidword multinukle 134-136-123-2345-24-1345-136-13-123-15
-always aschantinuss 1-156-235-2345-24-1345-136-2346
-always aschantinüss 1-156-235-2345-24-1345-1256-2346
-always mannequin 134-235-1345-15-6-12345-136-35
-
-# INTERESS (4.3.6 Kommakürzungen)
-always interess 2-35
-always hinteressen 125-35-2345-12456-15-2346-14
-
-# -ION  (4.2.2 b) Nachsilbenkürzungen)
-midendword tion 2345-245
-midendword tions 2345-245-234
-word sion 234-24-135-1345
-midendword sion 234-245
-midendword sions 234-245-234
-midendword kursion 13-136-1235-234-245
-midendword ession 15-2346-245
-midendword essions 15-2346-245-234
-midendword estion 15-23456-245
-midendword estions 15-23456-245-234
-midendword ssion 2346-245
-midendword ssions 2346-245-234
-midendword ßion 2346-245
-midendword ßions 2346-245-234
-midendword stion 23456-245
-midendword stions 23456-245-234
-always punktion 1234-2345-245
-
-# IRGEND (4.4 Zweiformige Kürzungen)
-sufword irgend 24-1245
-always irgendwas 24-1245-2456-1-234
-
-# -ISMUS (4.2.2 b) Nachsilbenkürzungen)
-midendword ismus 5-24
-always gratismuster 1245-1235-1-2345-24-234-134-136-23456-12456
-always kürbismus 13-1256-1235-12-24-234-134-136-234
-
-# IST   (4.3.1 Einformige Wortkürzungen, nur alleinstehend)
-word ist 23456
-
-# -ISTISCH (4.2.2 b) Nachsilbenkürzungen)
-midendword istisch 5-156
-always tischtennistisch 2345-24-156-2345-14-1345-24-234-2345-24-156
-
-# -ITÄT  (4.2.2 b) Nachsilbenkürzungen)
-midendword ität 5-345
-midword itäts 5-345-234
-
-# JAHR JÄHR (4.4 Zweiformige Kürzungen)
-always jahr 245-1235
-always jähr 5-245-1235
-
-# JAHRHUNDERT (4.4 Zweiformige Kürzungen)
-always jahrhundert 245-125
-
-# JAHRTAUSEND (4.4 Zweiformige Kürzungen)
-always jahrtausend 245-2345
-
-# JAHRZEHNT (4.4 Zweiformige Kürzungen)
-always jahrzehnt 245-1356
-
-# JED (4.4 Zweiformige Kürzungen)
-begword jed 245-145
-sufword jedi 245-15-145-24
-
-# JEDOCH (4.4 Zweiformige Kürzungen)
-always jedoch 245-1456
-
-# JETZIG (4.4 Zweiformige Kürzungen)
-always jetzig 245-45
-
-# JETZT (4.3.2 Einformige Kürzungen, alleinstehend oder in Wortverbindungen)
-word jetzt 245
-always jetzt 2-245
-
-# KANN  (4.3.1 Einformige Wortkürzungen, nur alleinstehend)
-word kann 13
-
-# KANNST (4.4 Zweiformige Kürzungen)
-always kannst 13-23456
-
-# KAPITAL KAPITÄL (4.4 Zweiformige Kürzungen)
-always kapital 13-1234
-always kapitalien 13-1234-24-14
-always kapitäl 5-13-1234
-
-# -KEIT  4.2.1 a) Nachsilbenkürzungen
-midendword keit 13
-midendword keits 13-234
-
-# KOMM KÖMM (4.4 Zweiformige Kürzungen)
-always komm 13-1346
-always kömm 5-13-1346
-
-# KÖNN (4.3.6 Kommakürzungen)
-always könn 2-13
-
-# KONNT (4.4 Zweiformige Kürzungen)
-always konnt 13-2345
-
-# KRAFT KRÄFT (4.4 Zweiformige Kürzungen)
-always kraft 13-124
-always kräft 5-13-124
-
-# KURZ KÜRZ (4.4 Zweiformige Kürzungen)
-always kurz 13-1356
-always kürz 5-13-1356
-always kurzeit 13-136-1235-1356-2345
-begmidword kurzentr 13-136-1235-1356-14-2345-1235
-
-# LANG LÄNG (4.4 Zweiformige Kürzungen)
-always lang 123-1245
-always läng 5-123-1245
-prfword langabe 123-235-1245-1-12-15
-prfword angabe 235-1245-1-12-15
-always langabe 123-235-1245-1-23
-always angabe 235-1245-1-23
-always langaben 123-235-1245-1-12-14
-always angaben 235-1245-1-12-14
-syllable angehörig 235-12346-125-246-1235-45
-always längelang 5-123-1245-15-123-1245
-syllable angelegenheit 235-1245-1245-125
-syllable angleich 235-1245-1456
-syllable angestell 235-12346-2-13456
-syllable angebot 235-12346-12-135-2345
-syllable angebote 235-12346-12-135-236
-syllable angebotes 235-12346-12-135-2345-123456
-syllable angeboten 235-12346-12-135-2345-14
-always langenberg 123-235-1245-14-12-12456-1245
-always langenfeld 123-235-1245-14-124-13456-145
-always langenscheidt 123-235-1245-14-156-146-145-2345
-always langerhans 123-235-1245-12456-125-235-234
-always langnes 123-235-1245-1345-123456
-always langobard 123-235-1245-135-12-356-145
-always languag 123-235-1245-136-1-1245
-prfword language 123-235-1245-136-1-12346
-always langue 123-235-1245-136-15
-always langues 123-235-1245-136-123456
-always langust 123-235-1245-136-23456
-always falange 124-25-235-12346
-always falangist 124-25-235-1245-24-23456
-always generalangriff 1245-14-12456-25-235-1245-1235-24-124-124
-midendword tralang 2345-1235-1-123-1245
-midendword traläng 2345-1235-1-5-123-1245
-always frontalangriff 124-1235-135-1345-2345-25-235-1245-1235-24-124-124
-always tagelang 2345-1-12346-123-1245
-always michelangelo 134-3456-13456-235-1245-13456-135
-always melang 134-13456-235-1245
-prfword melange 134-13456-235-12346
-always himmelangst 125-24-1346-13456-235-1245-23456
-always himmelängst 125-24-1346-13456-345-1345-1245-23456
-midendword telang 236-123-1245
-always titelanga 2345-24-2345-13456-235-1245-1
-midendword teläng 236-5-123-1245
-always schlang 156-123-235-1245
-prfword schlange 156-123-235-12346
-begmidword schlangesteh 156-123-235-12346-23456-2356
-always schläng 156-123-345-1345-1245
-prfword schlänge 156-123-345-1345-12346
-always eilangebo 146-123-235-12346-12-135
-always klang 13-123-235-1245
-always kläng 13-123-345-1345-1245
-prfword klänge 13-123-345-1345-12346
-always stinklang 23456-35-13-123-1245
-syllable knöchel 13-1345-246-1456-13456
-midendword tellang 2345-13456-123-1245
-midendword telläng 2345-13456-5-123-1245
-always stellangel 2-13456-235-1245-13456
-syllable porzell 1234-26-1356-15-12345
-sufword plang 1234-123-235-1245
-prfword plange 1234-123-235-12346
-syllable plangl 1234-123-235-1245-123
-sufword slang 234-123-235-1245
-always gebietsslang 12346-12-346-2345-234-234-123-235-1245
-always werbeslang 2456-12456-23-234-123-235-1245
-
-# LASS LÄSS (4.3.6 Kommakürzungen)
-always lass 2-123
-always läss 5-123
-# Alte Rechtschreibung
-always läß 5-123
-always lassist 123-1-2346-24-23456
-always rassistisch 1235-1-2346-5-156
-always lassa 123-1-2346-1
-always nachlass 1345-56-2-123
-always lasso 123-1-2346-135
-always thalasso 2345-125-25-1-2346-135
-always blass 12-123-1-2346
-# Alte Rechtschreibung
-always blaß 12-123-1-2346
-always bläss 12-123-345-2346
-# Alte Rechtschreibung
-always bläß 12-123-345-2346
-always ablass 1-12-2-123
-# Alte Rechtschreibung
-always ablaß 1-12-2-123
-always abläss 1-12-5-123
-# Alte Rechtschreibung
-always abläß 1-12-5-123
-# Homonym
-always erblasser 12456-12-2-123-12456
-always class 6-14-123-1-2346
-always melass 134-13456-1-2346
-always glassch 1245-123-1-234-156
-always glasseid 1245-123-1-234-234-146-145
-always glassp 1245-123-1-234-234-1234
-always glasspiel 1245-123-1-234-2-346
-always glasst 1245-123-1-234-23456
-always weglasst 2456-1245-2-123-2345
-always glasständ 1245-123-1-234-5-23456
-always glasscheib 1245-123-1-234-156-146-12
-always klasse 13-123-1-2346-15
-always klassement 13-123-1-2346-12356-14-2345
-always klassen 13-123-1-2346-14
-always klasser 13-123-1-2346-12456
-always klassig 13-123-1-2346-45
-always klassik 13-123-1-2346-24-13
-prfword klassier 13-123-1-2346-346-1235
-begmidword klassier 13-123-1-2346-346-1235
-always klassifikation 13-123-1-2346-24-124-24-13-5-1345
-begmidword klassifikat 13-123-1-2346-24-124-24-13-1-2345
-prfword klassifizier 13-123-1-2346-24-124-24-1356-346-1235
-always klassifizier 13-123-1-2346-24-124-24-1356-346-1235
-prfword klassisch 13-123-1-2346-24-156
-always klassisch 13-123-1-2346-24-156
-always klassiz 13-123-1-2346-24-1356
-always klassler 13-123-1-2346-123-12456
-always klässler 13-123-345-2346-123-12456
-always klässer 13-123-345-2346-12456
-always molass 134-135-123-1-2346
-always atlasses 1-2345-123-1-2346-123456
-
-# LÄSST (4.3.1 Einformige Wortkürzungen, nur alleinstehend)
-word lässt 123
-# Alte Rechtschreibung
-word läßt 123
-
-# LEB (4.4 Zweiformige Kürzungen)
-always leb 123-12
-always lebens 123-12-14-234
-always leberecht 123-12-15-1235-2345
-always leberegel 123-12-12456-15-1245-13456
-always kalebass 13-25-15-12-1-2346
-always tangentialeben 2345-235-1245-14-2345-24-25-15-12-14
-always spinaleben 234-1234-35-25-15-12-14
-always terminaleben 2345-12456-134-35-25-15-12-14
-always transversaleben 2345-1235-235-234-1236-12456-234-25-15-12-14
-always frontaleben 124-1235-135-1345-2345-25-15-12-14
-always horizontaleben 125-26-24-1356-135-1345-2345-25-15-12-14
-always individualeben 35-145-24-1236-24-145-136-25-15-12-14
-always zieleben 1356-346-123-15-12-14
-always faseleber 124-1-234-13456-15-12-12456
-always telebank 2345-13456-15-12-235-13
-always telebild 2345-13456-15-12-24-123-145
-always telebox 2345-13456-15-12-135-6-1346
-always telebrief 2345-13456-15-12-124
-begmidword zelebr 1356-13456-15-12-1235
-begmidword kohleb 13-135-125-123-15-12
-begmidword kohlebe 13-135-125-123-15-23
-begmidword kohlebei 13-135-125-123-15-2-12
-always kohlebenzin 13-135-125-123-15-12-14-1356-35
-always kohleberg 13-135-125-123-15-12-12456-1245
-always phlebit 1234-125-123-15-12-24-2345
-always ventileben 1236-14-2345-24-123-15-12-14
-always stileben 23456-24-123-15-12-14
-always kleb 13-123-15-12
-begmidword klebe 13-123-15-23
-always kleben 13-123-15-12-14
-always kleber 13-123-15-12-12456
-always huckleberry 125-136-46-123-15-12-12456-1235-6-13456
-always solebad 234-135-123-15-12-1-145
-always solebäd 234-135-123-15-12-345-145
-always solebecken 234-135-123-15-23-46-14
-begmidword plebej 1234-123-15-23-245
-begmidword plebisz 1234-123-15-12-24-234-1356
-always plebs 1234-123-15-12-234
-before b begmidword triple 2345-1235-24-1234-123-15
-always gorleben 1245-26-123-15-12-14
-always fallersleben 124-1-12345-12456-234-123-15-12-14
-before b begmidword turtle 2345-136-1235-2345-123-15
-before b begmidword shuttle 234-125-136-2345-2345-123-15
-
-# LEICHT (4.4 Zweiformige Kürzungen)
-always leicht 123-1456
-always bleicht 12-123-146-1456-2345
-always bleichte 12-123-146-1456-236
-always bleichten 12-123-146-1456-2345-14
-always bleichtem 12-123-146-1456-2345-12356
-always bleichter 12-123-146-1456-2345-12456
-always bleichtes 12-123-146-1456-2345-123456
-always bleichtest 12-123-146-1456-236-23456
-always halbleicht 125-25-12-123-1456
-always schleicht 156-123-146-1456-2345
-
-# LETZT (4.4 Zweiformige Kürzungen)
-always letzt 123-2345
-always letztemal 123-2345-15-134
-always schletzt 156-123-15-2345-1356-2345
-prfword schletzte 156-123-15-2345-1356-236
-always schletzten 156-123-15-2345-1356-2345-14
-
-# LICH (4.1 Lautgruppenkürzungen)
-midendword lich 456
-
-# LL  (4.1 Lautgruppenkürzungen)
-midendword ll 12345
-# Alte Rechtschreibung
-always modellösung 134-135-145-13456-123-246-234-136
-always büffel 12-1256-124-124-13456
-always schlängel 156-123-345-1345-1245-13456
-always parallel 1234-356-1-12345-13456
-always artikel 356-2345-24-13-13456
-always henkelloch 125-14-13-13456-123-135-1456
-begmidword henkellöch 125-14-13-13456-123-246-1456
-always schunkel 156-256-13-13456
-always bummel 12-136-1346-13456
-always murmel 134-136-1235-134-13456
-always kessel 13-15-2346-13456
-always schüssel 156-1256-2346-13456
-always schlüssel 156-123-1256-2346-13456
-before l midword hl 125-123
-before l begmidword fehl 124-2356-123
-before l begmidword kehl 13-2356-123
-always emaillack 12356-1-24-123-123-1-46
-always krokodil 13-1235-135-13-135-145-24-123
-before l begmidword heil 125-146-123
-always seillinie 234-146-123-123-35-24-15
-always seillinien 234-146-123-123-35-24-14
-always seillitz 234-146-123-123-24-2345-1356
-before l begmidword teil 2345-146-123
-before l begmidword steil 23456-146-123
-always bouteill 12-135-136-2345-15-24-12345
-before l begword profil 12345-124-24-123
-before l midword profil 1234-1235-135-124-24-123
-always stilliegen 23456-24-123-123-346-1245-14
-always stillos 23456-24-123-123-135-234
-before l begmidword april 1-1234-1235-24-123
-always ventil 1236-14-2345-24-123
-before l begmidword zivil 1356-24-1236-24-123
-before l begword exil 1346-24-123
-before l midword exil 15-6-1346-24-123
-before l begmidword öl 246-123
-sufword böll 12-246-12345
-always böller 12-246-12345-12456
-always höll 125-246-12345
-before l begmidword rohöl 1235-135-125-246-123
-always schöllkraut 156-246-12345-13-1235-16-2345
-always kölln 13-246-12345-1345
-sufword möller 134-246-12345-12456
-always schmölln 156-134-246-12345-1345
-begword nöll 1345-246-12345
-always knöll 13-1345-246-12345
-always pollauf 1234-135-123-123-16-124
-always polläuf 1234-135-123-123-34-124
-always röll 1235-246-12345
-always söller 234-246-12345-12456
-always quöll 6-12345-136-246-12345
-always zöll 1356-246-12345
-before l begmidword symbol 234-6-13456-134-12-135-123
-always wollust 2456-135-123-123-136-23456
-begmidword wollüst 2456-135-123-123-1256-23456
-before l begmidword heul 125-126-123
-before l begmidword schul 156-136-123
-# Alte Rechtschreibung
-always nulleiter 1345-136-123-123-146-2345-12456
-always spüllappen 234-1234-1256-123-123-1-1234-1234-14
-
-# -MAL   4.2.1 a) Nachsilbenkürzungen
-midendword mal 134
-prfword malabar 134-25-1-12-1-1235
-always malabar 134-25-1-12-356
-always malabo 134-25-1-12-135
-always malachi 134-25-56-24
-always malad 134-25-1-145
-always malaga 134-25-1-1245-1
-always malai 134-25-1-24
-always malaria 134-25-356-24-1
-always malawi 134-25-1-2456-24
-always malaxi 134-25-1-6-1346-24
-always malay 134-25-1-6-13456
-always malbuch 134-25-12-136-1456
-always malbüch 134-25-12-1256-1456
-always malediv 134-25-15-145-24-1236
-always malefiz 134-25-15-124-24-1356
-always malend 134-25-14-145
-always maler 134-25-12456
-always malesch 134-25-15-156
-always malfarb 134-25-124-356-12
-always einmalfarb 1246-134-124-356-12
-always malfeld 134-25-124-13456-145
-begmidword malfläch 134-25-124-123-345-1456
-always malformation 134-25-124-26-134-5-1345
-always malgrund 134-25-1245-145
-always malheur 134-25-125-126-1235
-begmidword malhonet 134-25-125-135-1345-15-2345
-always mali 134-25-24
-always malig 134-45
-always malign 134-25-45-1345
-always malin 134-25-35
-always malinteress 134-25-2-35
-always maliziös 134-25-24-1356-24-246-234
-always malkarton 134-25-13-356-2345-135-1345
-always malkast 134-25-13-1-23456
-always malkunst 134-25-13-256-23456
-always malkäst 134-25-13-345-23456
-always malkünst 134-25-13-1256-1345-23456
-begword mall 134-1-12345
-prfword mall 134-1-12345
-prfword malls 134-1-12345-234
-prfword malm 134-25-134
-prfword malms 134-25-134-234
-always malmittel 134-25-134-2345
-always malocchi 134-25-135-6-14-1456-24
-always maloch 134-25-135-1456
-always maloja 134-25-135-245-1
-always malossol 134-25-135-2346-135-123
-always malpinsel 134-25-1234-35-234-13456
-always malposition 134-25-1234-135-234-24-2345-245
-always malprogramm 134-25-1234-1235-135-1245-1235-1-1346
-always malproper 134-25-1234-1235-135-1234-12456
-always malrotation 134-25-1235-135-2345-5-1345
-endword malst 134-25-23456
-always malst 134-25-23456
-begmidword malsäul 134-25-234-34-123
-always malta 134-25-2345-1
-prfword maltalente 134-25-2345-25-14-236
-always maltalent 134-25-2345-25-14-2345
-always einmaltarif 1246-134-2345-356-24-124
-always maltechnik 134-25-2345-13
-always maltechnisch 134-25-2345-156
-always malter 134-25-2345-12456
-always malteser 134-25-2345-123456-12456
-always maltesisch 134-25-2345-123456-24-156
-always malthus 134-25-2345-125-136-234
-always maltos 134-25-2345-135-234
-always malträtier 134-25-2345-1235-345-2345-346-1235
-always malus 134-25-136-234
-always malutensil 134-25-136-2345-14-234-24-123
-always malvasier 134-25-1236-1-234-346-1235
-always malve 134-25-1236-15
-always malven 134-25-1236-14
-always malverbot 134-25-1236-12456-12-135-2345
-always malvin 134-25-1236-35
-begmidword malwar 134-25-2456-356
-always malweis 134-25-2-146
-always neunmalweis 1345-126-1345-134-2-146
-always malwerk 134-25-2456-12456-13
-always malz 134-25-1356
-midendword malzahl 134-1356-123
-begmidword maläs 134-25-345-234
-always alamala 25-1-134-25-1
-always amalgam 1-134-25-1245-1-134
-begword abmal 1-12-134-25
-prfword bemal 23-134-1-123
-always bemal 23-134-25
-word gemal 1245-12356-1-123
-begmidword gemal 1245-12356-25
-prfword gemalt 12346-134-25-2345
-always gemalt 12346-134-25-2345
-prfword gemalte 12346-134-25-236
-prfword würgemal 2456-1256-1235-12346-134-1-123
-begmidword würgemal 2456-1256-1235-12346-134-25
-always atemalkohol 1-2345-12356-25-13-135-125-135-123
-begmidword guatemal 1245-136-1-2345-12356-25
-begword aufmal 2-16-134-25
-begmidword pragmalingu 1234-1235-1-1245-134-1-123-35-1245-136
-prfword saugmal 234-16-1245-134-1-123
-begmidword saugmal 234-16-1245-134-25
-begmidword nachmal 1345-56-134-25
-always nachmalig 1345-56-134-45
-word nachmals 1345-56-134-234
-prfword schmal 156-134-1-123
-always schmal 156-134-25
-always marshmallow 134-356-234-125-134-1-12345-135-2456
-always himalaja 125-24-134-25-1-245-1
-always himalaya 125-24-134-25-1-6-13456-1
-prfword animal 235-24-134-1-123
-always animal 235-24-134-25
-prfword minimal 134-35-24-134-1-123
-always minimal 134-35-24-134-25
-prfword sexagesimal 234-15-6-1346-1-1245-123456-24-134-1-123
-always sexagesimal 234-15-6-1346-1-1245-123456-24-134-25
-prfword infinitesimal 35-124-35-24-2345-123456-24-134-1-123
-always infinitesimal 35-124-35-24-2345-123456-24-134-25
-prfword optimal 135-1234-2345-24-134-1-123
-always optimal 135-1234-2345-24-134-25
-prfword maximal 134-1-6-1346-24-134-1-123
-always maximal 134-1-6-1346-24-134-25
-prfword dezimal 145-15-1356-24-134-1-123
-always dezimal 145-15-1356-24-134-25
-begmidword vollmal 2-12345-134-25
-sufword herummal 125-12456-136-134-134-25
-begmidword anmal 235-134-25
-sufword peitschenmal 1234-146-2345-156-14-134-25
-begmidword schriftenmal 156-2345-14-134-25
-always omalgie 135-134-25-1245-346
-prfword anomal 235-135-134-1-123
-always anomal 235-135-134-25
-always anomalien 235-135-134-25-24-14
-always chromalaun 1456-1235-135-134-25-16-1345
-always somali 234-135-134-25-24
-prfword autosomal 16-2345-135-234-135-134-1-123
-begmidword autosomal 16-2345-135-234-135-134-25
-begmidword pharmalab 1234-125-356-134-1-123-1-12
-# HOMONYM
-word dermal 145-12456-134-1-123
-# HOMONYM
-always dermal 145-12456-134-25
-word dermaleinst 145-12456-134-1246-23456
-# HOMONYM
-word dermalen 145-12456-134-14
-always dermalig 145-12456-134-45
-prfword übermal 2-1256-134-1-123
-always übermal 2-1256-134-25
-begmidword fingermal 124-35-1245-12456-134-25
-prfword thermal 2345-125-12456-134-1-123
-always thermal 2345-125-12456-134-25
-prfword untermal 2-256-134-1-123
-always untermal 2-256-134-25
-begmidword pflasermal 1234-124-123-1-23456-12456-134-25
-word vermal 36-134-1-123
-sufword vermal 36-134-25
-midword vermal 1236-12456-134-25
-always zermalm 1356-12456-134-25-134
-prfword formal 124-26-134-1-123
-always formal 124-26-134-25
-prfword normal 1345-26-134-1-123
-begmidword normal 1345-26-134-25
-prfword anormal 235-26-134-1-123
-begmidword anormal 235-26-134-25
-prfword paranormal 1234-356-1-1345-26-134-1-123
-begmidword paranormal 1234-356-1-1345-26-134-25
-begword ausmal 34-134-25
-midword ausmal 16-234-134-25
-always turmalin 2345-136-1235-134-25-35
-always small 234-134-1-12345
-begmidword wachsmal 2456-56-234-134-25
-begmidword lautmal 123-16-2345-134-25
-begmidword rumalber 1235-136-134-25-12-12456
-begmidword aufzumal 2-16-2-1356-134-25
-begword rumzumal 1235-136-134-2-1356-134-25
-begword herumzumal 125-12456-136-134-2-1356-134-25
-begmidword anzumal 235-2-1356-134-25
-begword auszumal 34-2-1356-134-25
-midword auszumal 16-234-2-1356-134-25
-always herumalber 125-12456-136-134-25-12-12456
-begmidword serumallerg 234-12456-136-134-1-12345-12456-1245
-begmidword schwarzmal 156-2456-356-1356-134-25
-
-# MAN   (4.3.1 Einformige Wortkürzungen, nur alleinstehend)
-word man 134
-
-# MANN MÄNN (4.4 Zweiformige Kürzungen)
-always mann 134-1345
-always männ 5-134-1345
-always manna 134-235-1345-1
-always mannequin 134-235-1345-15-6-12345-136-35
-always mannesmann 134-235-1345-123456-134-235-1345
-always mannheim 134-235-1345-125-146-134
-always mannit 134-235-1345-24-2345
-always mannomann 134-235-1345-135-134-235-1345
-always mannus 134-235-1345-136-234
-always hamann 125-1-134-235-1345
-always lindemann 123-35-145-15-134-235-1345
-always bangemann 12-235-12346-134-235-1345
-always thiemann 2345-125-346-134-235-1345
-always riemann 1235-346-134-235-1345
-always alemann 25-15-134-235-1345
-always telemann 2345-13456-15-134-235-1345
-always dörlemann 145-246-1235-123-15-134-235-1345
-always thienemann 2345-125-346-1345-15-134-235-1345
-always heinemann 125-1246-15-134-235-1345
-always hannemann 125-235-1345-15-134-235-1345
-always spannemann 234-1234-235-1345-15-134-235-1345
-always stresemann 23456-1235-123456-15-134-235-1345
-always hoffmann 125-135-124-124-134-235-1345
-always hofmannsthal 125-135-124-134-235-1345-234-2345-125-1-123
-always bachmann 12-56-134-235-1345
-always eichmann 146-1456-134-235-1345
-always fleischmann 124-123-146-156-134-235-1345
-always lehmann 123-2356-134-235-1345
-always lohmann 123-135-125-134-235-1345
-always luhmann 123-136-125-134-235-1345
-always beckmann 23-46-134-235-1345
-always bruckmann 12-1235-136-46-134-235-1345
-always henkelmann 125-14-13-13456-134-235-1345
-always brinkmann 12-1235-35-13-134-235-1345
-always volkmann 1236-135-123-13-134-235-1345
-always thälmann 2345-125-345-123-134-235-1345
-always engelmann 14-1245-13456-134-235-1345
-always fielmann 124-346-123-134-235-1345
-always nickelmann 1345-24-46-13456-134-235-1345
-always mümmelmann 134-1256-1346-13456-134-235-1345
-always bühlmann 12-1256-125-123-134-235-1345
-always ammann 1-134-134-1345
-always dobermann 145-135-12-12456-134-235-1345
-always hermann 125-12456-134-235-1345
-always heiermann 125-146-12456-134-235-1345
-# HOMONYM
-always ackermann 1-46-12456-134-235-1345
-always eckermann 15-46-12456-134-235-1345
-always neckermann 1345-15-46-12456-134-235-1345
-always ballermann 12-1-12345-12456-134-235-1345
-always mustermann 134-136-23456-12456-134-235-1345
-always scheuermann 156-126-12456-134-235-1345
-always drewermann 145-1235-15-2456-12456-134-235-1345
-always normann 1345-26-134-235-1345
-always schürmann 156-1256-1235-134-235-1345
-always bertelsmann 12-12456-2345-13456-234-134-235-1345
-always hartmann 125-356-2345-134-235-1345
-always mettmann 134-15-2345-2345-134-235-1345
-always naumann 1345-16-134-235-1345
-always neumann 1345-126-134-235-1345
-always schumann 156-136-134-235-1345
-always schwarzmann 156-2456-356-1356-134-235-1345
-
-# MASCHIN (4.4 Zweiformige Kürzungen)
-always maschin 134-156
-always parmaschinken 1234-356-134-1-156-35-13-14
-
-# MATERIAL (4.4 Zweiformige Kürzungen)
-always material 134-123
-
-# MATERIELL (4.4 Zweiformige Kürzungen)
-always materiell 134-12345
-
-# MEHR (4.3.2 Einformige Kürzungen, alleinstehend oder in Wortverbindungen)
-word mehr 2356
-always mehr-\s 2-2356-36-0
-always mehr 2-2356
-
-# MIR (4.4 Zweiformige Kürzungen)
-always mir 134-1235
-always mir's 134-1235-6-234
-always mira 134-24-1235-1
-always miranda 134-24-1235-235-145-1
-sufword mirek 134-24-1235-15-13
-always miriam 134-24-1235-24-1-134
-always mirjam 134-24-1235-245-1-134
-sufword mirka 134-24-1235-13-1
-sufword mirko 134-24-1235-13-135
-sufword miro 134-24-1235-135
-prfword mirror 134-24-1235-1235-135-1235
-begmidword mirror 134-24-1235-1235-26
-always mirza 134-24-1235-1356-1
-always pamir 1234-1-134-24-1235
-always ramirez 1235-1-134-24-1235-15-1356
-always samir 234-1-134-24-1235
-prfword admiral 1-145-134-24-1235-1-123
-begmidword admiral 1-145-134-24-1235-25
-always admiräl 1-145-134-24-1235-345-123
-always emir 12356-24-1235
-always schmirgel 156-134-24-1235-1245-13456
-begmidword schmirg 156-134-24-1235-1245
-always kaschmir 13-1-156-134-24-1235
-always vladimir 1236-123-1-145-24-134-24-1235
-always wladimir 2456-123-1-145-24-134-24-1235
-always kasimir 13-1-234-24-134-24-1235
-always krimireih 13-1235-24-134-24-1235-146-125
-always gummir 1245-136-1346-24-1235
-always jaromir 245-356-135-134-24-1235
-always dobromir 145-135-12-1235-135-134-24-1235
-always dormir 145-26-134-24-1235
-always smirno 234-134-24-1235-1345-135
-always herumirr 125-12456-136-134-24-1235-1235
-always taymir 2345-1-6-13456-134-24-1235
-always izmir 24-1356-134-24-1235
-
-# MIT (4.3.2 Einformige Kürzungen, alleinstehend oder in Wortverbindungen)
-word mit 2345
-always mit-\s 2-2345-36-0
-always mit 2-2345
-word mitch 134-24-2345-1456
-sufword mitchum 134-24-2345-1456-136-134
-sufword mitchell 134-24-2345-1456-15-12345
-begmidword mithr 134-24-2345-125-1235
-always mitil 134-24-2345-24-123
-always mitochond 134-24-2345-135-1456-135-1345-145
-always mitos 134-24-2345-135-234
-always mitra 134-24-2345-1235-1
-always mitraill 134-24-2345-1235-1-24-12345
-always mitrauch 2-2345-1235-16-1456
-begword mitrida 134-24-2345-1235-24-145-1
-always mitropa 134-24-2345-1235-135-1234-1
-always mitsubishi 134-24-2345-234-136-12-24-234-125-24
-always mitt 134-24-2345-2345
-always mittag 134-24-2345-2345-1-1245
-prfword mittage 134-24-2345-2345-1-12346
-always mittanz 2-2345-2345-235-1356
-always mittänz 2-2345-2345-345-1345-1356
-always mittäter 2-2345-2345-345-2345-12456
-prfword mitte 134-24-2345-236
-always mitteil 2-2345-2345-146-123
-always mitten 134-24-2345-2345-14
-always mitter 134-24-2345-2345-12456
-always mittet 134-24-2345-236-2345
-always mittler 134-24-2345-2345-123-12456
-always mittrag 2-2345-2345-1245
-always mittrauer 2-2345-2345-1235-16-12456
-always mittreu 2-2345-2345-1235-126
-always mittrink 2-2345-2345-1235-35-13
-always mittrug 2-2345-2345-1235-136-1245
-always mittun 2-2345-2345-256
-always mittäg 134-24-2345-2345-345-1245
-word mitzi 134-24-2345-1356-24
-word mitzis 134-24-2345-1356-24-234
-begmidword amitos 1-134-24-2345-135-234
-always amitotisch 1-134-24-2345-135-2345-24-156
-always adamit 1-145-1-134-24-2345
-always hamitisch 125-1-134-24-2345-24-156
-always kalamit 13-25-1-134-24-2345
-always kalamität 13-25-1-134-5-345
-always salamitaktik 234-25-1-134-24-2345-1-13-2345-24-13
-always salamitechnik 234-25-1-134-24-2345-13
-always islamit 24-234-123-1-134-24-2345
-always annamit 235-1345-1-134-24-2345
-always dynamit 145-6-13456-1345-1-134-24-2345
-always admittanz 1-145-134-24-2345-2345-235-1356
-begmidword emitt 12356-24-2345-2345
-always endemit 14-145-15-134-24-2345
-always hindemith 125-35-145-15-134-24-2345-125
-always remittend 1235-12356-24-2345-2345-14-145
-always remittent 1235-12356-24-2345-2345-14-2345
-always remittier 1235-12356-24-2345-2345-346-1235
-always eremit 12456-12356-24-2345
-sufword extremität 1346-2345-1235-12356-5-345
-always extremität 15-6-1346-2345-1235-12356-5-345
-endword semit 234-12356-24-2345
-always semiten 234-12356-24-2345-14
-always semitin 234-12356-24-2345-35
-always semitisch 234-12356-24-2345-24-156
-always semitismus 234-12356-24-2345-5-24
-always semitist 234-12356-24-2345-24-23456
-prfword philosemit 1234-125-24-123-135-234-12356-24-2345
-begmidword philosemit 1234-125-24-123-135-234-12356-24-2345
-always stalagmit 23456-25-1-1245-134-24-2345
-always schmitt 156-134-24-2345-2345
-prfword schmitte 156-134-24-2345-236
-always schmittel 156-134-2345
-always schmitz 156-134-24-2345-1356
-always imitat 24-134-24-2345-1-2345
-prfword imitate 24-134-24-2345-1-236
-always imitation 24-134-24-2345-5-1345
-always imitier 24-134-24-2345-346-1235
-begmidword dimitr 145-24-134-24-2345-1235
-always limit 123-24-134-24-2345
-begmidword limit 123-24-134-24-2345
-prfword limite 123-24-134-24-236
-always limits 123-24-134-24-2345-234
-always nimita 1345-24-134-24-2345-1
-always primitiv 1234-1235-24-134-24-2345-24-1236
-always legitimität 123-15-1245-24-2345-24-134-5-345
-begmidword antimitoti 235-2345-24-134-24-2345-135-2345-24
-always intimität 35-2345-24-134-5-345
-always gummi 1245-136-1346-24
-always gummier 1245-136-1346-346-1235
-always sodomit 234-135-145-135-134-24-2345
-always sodomitisch 234-135-145-135-134-24-2345-24-156
-always sodomitisch 234-135-145-135-134-24-2345-24-156
-always komitee 13-135-134-24-2345-15-15
-always dolomit 145-135-123-135-134-24-2345
-always bromit 12-1235-135-134-24-2345
-always kompromittier 13-135-134-1234-1235-135-134-24-2345-2345-346-1235
-always neurodermitis 1345-126-1235-135-145-12456-134-24-2345-24-234
-sufword kermit 13-12456-134-24-2345
-sufword permit 1234-12456-134-24-2345
-prfword termite 2345-12456-134-24-236
-always termiten 2345-12456-134-24-2345-14
-always intermittier 35-2345-12456-134-24-2345-2345-346-1235
-always dormitori 145-26-134-24-2345-26-24
-always deformität 145-15-124-26-134-5-345
-always uniformität 256-24-124-26-134-5-345
-always konformität 13-135-1345-124-26-134-5-345
-always abnormität 1-12-1345-26-134-5-345
-sufword smith 234-134-24-2345-125
-prfword smith 234-134-24-2345-125
-prfword smiths 234-134-24-2345-125-234
-sufword smitja 234-134-24-2345-245-1
-always transmit 2345-1235-235-234-134-24-2345
-always anonymität 235-135-1345-6-13456-134-5-345
-always zmittag 1356-134-24-2345-2345-1-1245
-always zmitzt 1356-134-24-2345-1356-2345
-
-# MITTEL (4.4 Zweiformige Kürzungen)
-always mittel 134-2345
-
-# MM  (4.1 Lautgruppenkürzungen)
-midendword mm 1346
-word mmh 134-134-125
-word mmm 134-134-134
-always mmmh 134-134-134-125
-always mmmmh 134-134-134-134-125
-before m always team 2345-15-1-134
-always schrämmaschin 156-1235-345-134-134-156
-always tandem 2345-235-145-12356
-sufword problem 12345-12-123-12356
-midendword problem 1234-1235-135-12-123-12356
-always einemmal 1246-12356-134
-before m always atem 1-2345-12356
-always system 234-6-13456-23456-12356
-before m always hm 125-134
-word hmm 125-134-134
-always hmmm 125-134-134-134
-always hmmmm 125-134-134-134-134
-before m midword ehm 2356-134
-before m begmidword intim 35-2345-24-134
-always immaterial 24-134-134-123
-always immateriell 24-134-134-12345
-before m begmidword heim 125-146-134
-before m begmidword leim 123-146-134
-before m begmidword lm 123-134
-before m begmidword alm 25-134
-before m begmidword elm 13456-134
-always diplom 145-24-1234-123-135-134
-always genommut 1245-14-135-134-134-136-2345
-before m begmidword strom 23456-1235-135-134
-before m begmidword atom 1-2345-135-134
-before m begmidword rm 1235-134
-before m begmidword arm 356-134
-before m begmidword orm 26-134
-before m begmidword aum 16-134
-before m begmidword äum 34-134
-before m begmidword ium 24-136-134
-begmidword ummagn 136-134-134-1-1245-1345
-always ummantel 136-134-134-235-2345-13456
-always ummauer 136-134-134-16-12456
-always ummeld 136-134-134-13456-145
-always ummobil 136-134-134-135-12-24-123
-begmidword ummöb 136-134-134-246-12
-always ummodel 136-134-134-135-145-13456
-always ummodell 136-134-134-135-145-15-12345
-begmidword ummodl 136-134-134-135-145-123
-always ummont 136-134-134-135-1345-2345
-always ummünz 136-134-134-1256-1345-1356
-before m begword rum 1235-136-134
-prfword rumm 1235-136-1346
-always rummel 1235-136-1346-13456
-always rumml 1235-136-1346-123
-prfword rumms 1235-136-1346-234
-always rummy 1235-136-1346-6-13456
-always krumm 13-1235-136-1346
-always krummesser 13-1235-136-134-134-15-2346-12456
-before m always herum 125-12456-136-134
-begmidword herummal 125-12456-136-134-134-25
-before m always konsum 13-135-1345-234-136-134
-always vakuum 1236-1-13-136-136-134
-always enzym 14-1356-6-13456-134
-
-# MÖCHT (4.3.5 Einformige Kürzungen, nur mit Erweiterung)
-word möcht 134-246-1456-2345
-always möcht's 134-246-1456-2345-6-234
-always möcht 1456
-
-# MÖG (4.3.6 Kommakürzungen)
-always mög 2-246
-
-# MÖGLICH (4.4 Zweiformige Kürzungen)
-always möglich 134-456
-
-# MUSIK (4.4 Zweiformige Kürzungen)
-always musik 134-13
-always musikalien 134-13-25-24-14
-
-# MUSS (4.4 Zweiformige Kürzungen)
-always muss 134-2346
-# Alte Rechtschreibung
-always muß 134-2346
-# Daher auch nötig:
-word muße 134-136-2346-15
-always musselin 134-136-2346-13456-35
-always mussolini 134-136-2346-135-123-35-24
-always rhythmus 1235-125-6-13456-2345-125-134-136-234
-always orgasmus 26-1245-1-234-134-136-234
-always rasmussen 1235-1-234-134-136-2346-14
-always humusschicht 125-136-134-136-234-156-3456-2345
-
-# MÜSS (4.3.6 Kommakürzungen)
-always müss 2-134
-# Alte Rechtschreibung
-always müß 2-134
-always müßig 134-1256-2346-45
-
-# NACHDEM (4.4 Zweiformige Kürzungen)
-always nachdem 1345-145
-
-# NÄCHST (4.4 Zweiformige Kürzungen)
-always nächst 1345-23456
-
-# NAHM (4.4 Zweiformige Kürzungen)
-always nahm 1345-134
-always nähm 5-1345-134
-always nähmaschin 1345-345-125-134-156
-always nahme 1345-134-15
-always nahmen 1345-134-14
-# Ausnahmen bei nahmen?
-
-# NATUR (4.4 Zweiformige Kürzungen)
-always natur 1345-2345
-begmidword natural 1345-2345-25
-always signatur 234-45-1345-1-2345-136-1235
-
-# NATÜRLICH (4.4 Zweiformige Kürzungen)
-always natürlich 1345-456
-
-# NEBEN (4.4 Zweiformige Kürzungen)
-always neben 1345-12
-always medianeben 134-15-145-24-235-15-12-14
-always beckeneben 23-46-14-15-12-14
-always bedieneben 23-145-346-1345-15-12-14
-always dateneben 145-1-2345-14-15-12-14
-always etageneben 15-2345-1-1245-14-15-12-14
-sufword experteneben 1346-1234-12456-2345-14-15-12-14
-midendword experteneben 15-6-1346-1234-12456-2345-14-15-12-14
-always kosteneben 13-135-23456-14-15-12-14
-always koordinateneben 13-135-26-145-35-1-2345-14-15-12-14
-always küsteneben 13-1256-23456-14-15-12-14
-always maschineneben 134-156-14-15-12-14
-always platineneben 1234-123-1-2345-35-14-15-12-14
-always zeicheneben 1356-146-1456-14-15-12-14
-always rheineben 1235-125-1246-15-12-14
-always brenneben 12-1235-14-1345-15-12-14
-always uneben 256-15-12-14
-
-# NEHM (4.4 Zweiformige Kürzungen)
-always nehm 1345-125
-
-# NICHT (4.3.2 Einformige Kürzungen, alleinstehend oder in Wortverbindungen)
-word nicht 1345
-always nicht-\s 2-1345-36-0
-always nicht 2-1345
-word nichte 1345-3456-236
-word nichten 1345-3456-2345-14
-endword ingsnichte 35-1245-234-1345-3456-236
-endword ingsnichten 35-1245-234-1345-3456-2345-14
-word großnichte 1245-2346-1345-3456-236
-word großnichten 1245-2346-1345-3456-2345-14
-
-# NICHTIG (4.4 Zweiformige Kürzungen)
-always nichtig 1345-45
-
-# NICHTS (4.4 Zweiformige Kürzungen)
-always nichts 1345-234
-always nichtschrumpf 2-1345-156-1235-136-134-1234-124
-always nichtschwimm 2-1345-156-2456-24-1346
-always nichtsein 2-1345-234-1246
-always nichtselb 2-1345-234-13456-12
-always nichtselbstständig 2-1345-234-23456-5-23456-45
-always nichtsehen 2-1345-234-2356-14
-always nichtsequentiell 2-1345-234-15-6-12345-136-14-2345-24-15-12345
-always nichtsequenziell 2-1345-234-15-6-12345-136-14-1356-24-15-12345
-always nichtsess 2-1345-234-15-2346
-always nichtspezialisier 2-1345-234-1234-15-1356-24-25-24-234-346-1235
-always nichtsportler 2-1345-234-1234-26-2345-123-12456
-always nichtsprach 2-1345-234-1234
-always nichtstaat 2-1345-23456-2345
-
-# -NIS   4.2.1 a) Nachsilbenkürzungen
-midendword nis 1346
-midendword nisation 1345-24-234-5-1345
-always nisch 1345-24-156
-begmidword minischlang 134-35-24-156-123-235-1245
-prfword minischlange 134-35-24-156-123-235-12346
-midendword nisier 1345-24-234-346-1235
-midendword nismen 1345-24-234-134-14
-always nist 1345-24-23456
-always ergebnis 12456-12346-12-1346
-midendword ängnis 345-1345-1245-1346
-midendword ächtnis 345-1456-2345-1346
-always kenntnis 13-14-1345-2345-1346
-midword nistheor 1346-2345-125-15-26
-always nistisch 1345-5-156
-always inistisch 35-5-156
-always anis 235-24-234
-begmidword vaniss 1236-235-24-2346
-begmidword pianissi 1234-24-235-24-2346-24
-always änis 345-1345-24-234
-always anisch 235-24-156
-always änisch 345-1345-24-156
-midendword anisier 235-24-234-346-1235
-midendword anismen 235-24-234-134-14
-midendword anismus 235-5-24
-always anist 235-24-23456
-begmidword organisat 26-1245-235-24-234-1-2345
-always organisation 26-1245-235-24-234-5-1345
-begmidword organisationsauf 26-1245-235-24-234-5-1345-234-2-16
-always organisier 26-1245-235-24-234-346-1235
-always mechanismus 134-15-1456-235-5-24
-midendword enisch 14-24-156
-midendword enismus 14-5-24
-midword enisol 14-24-234-135-123
-word benis 12-14-24-234
-always denise 145-14-24-234-15
-always denises 145-14-24-234-123456
-midendword genisier 1245-14-24-234-346-1235
-always hygienisch 125-6-13456-1245-24-14-24-156
-always hygienisier 125-6-13456-1245-24-14-24-234-346-1235
-always italienisch 24-2345-25-24-14-24-156
-always hellenisier 125-15-12345-14-24-234-346-1235
-always menisk 134-14-24-234-13
-always penis 1234-14-24-234
-endword enisch 14-24-156
-endword enische 14-24-156-15
-endword enischem 14-24-156-12356
-endword enischen 14-24-156-14
-endword enischer 14-24-156-12456
-endword enisches 14-24-156-123456
-always penisse 1234-14-24-2346-15
-always penissen 1234-14-24-2346-14
-always penisses 1234-14-24-2346-123456
-begmidword serenissim 234-12456-14-24-2346-24-134
-midendword inisch 35-24-156
-midendword inisier 35-24-234-346-1235
-midendword inismen 35-24-234-134-14
-midendword inismus 35-5-24
-midendword inist 35-24-23456
-always puccinis 1234-136-6-14-6-14-35-24-234
-always einisch 1246-24-156
-always lateinisch 123-1-2345-1246-24-156
-always steinisch 23456-1246-24-156
-always finis 124-35-24-234
-always bikinis 12-24-13-35-24-234
-always fellinis 124-15-12345-35-24-234
-always mussolinis 134-136-2346-135-123-35-24-234
-always minist 134-35-24-23456
-always reminiszenz 1235-12356-35-24-234-1356-14-1356
-always paganinis 1234-1-1245-235-35-24-234
-always abessinisch 1-23-2346-35-24-156
-always rossinis 1235-135-2346-35-24-234
-always martinis 134-356-2345-35-24-234
-always lemniska 123-12356-1345-24-234-13-1
-always annis 235-1345-24-234
-always annisch 235-1345-24-156
-always alemannisch 25-15-134-235-1345-24-156
-always normannisch 1345-26-134-235-1345-24-156
-always dennis 145-14-1345-24-234
-always tennis 2345-14-1345-24-234
-always ronnis 1235-135-1345-1345-24-234
-word draconis 145-1235-1-6-14-135-1345-24-234
-always berlusconis 12-12456-123-136-234-6-14-135-1345-24-234
-always onismus 135-1345-5-24
-always adonis 1-145-135-1345-24-234
-always adonisch 1-145-135-1345-24-156
-always mahagoni 134-1-125-1-1245-135-1345-24
-always diakoniss 145-24-1-13-135-1345-24-2346
-word monis 134-135-1345-24-234
-always simonis 234-24-134-135-1345-24-234
-prfword tonis 2345-135-1345-24-234
-always tönisvorst 2345-246-1345-24-234-1236-26-23456
-always garnison 1245-356-1345-24-234-135-1345
-always vernissa 1236-12456-1345-24-2346-1
-always modernismus 134-135-145-12456-1345-5-24
-always firnis 124-24-1235-1345-24-234
-always firnisse 124-24-1235-1345-24-2346-15
-always firnissen 124-24-1235-1345-24-2346-14
-always horniss 125-26-1345-24-2346
-always unis 256-24-234
-midendword unisch 256-24-156
-midendword unismus 256-5-24
-midendword unist 256-24-23456
-midendword unistisch 256-5-156
-always junis 245-256-24-234
-always immunisier 24-1346-256-24-234-346-1235
-always punisch 1234-256-24-156
-always zynismus 1356-6-13456-1345-5-24
-
-# NOCH (4.4 Zweiformige Kürzungen)
-always noch 1345-1456
-always adrenochrom 1-145-1235-14-135-1456-1235-135-134
-always knoch 13-1345-135-1456
-always monochemo 134-135-1345-135-1456-12356-135
-always monochrom 134-135-1345-135-1456-1235-135-134
-always hornochs 125-26-1345-135-1456-234
-
-# NOMMEN (4.4 Zweiformige Kürzungen)
-always nommen 1345-1346
-
-# NOTWENDIG (4.4 Zweiformige Kürzungen)
-always notwendig 1345-2456
-
-# NUR (4.4 Zweiformige Kürzungen)
-always nur 1345-1235
-sufword nurejew 1345-136-1235-15-245-15-2456
-sufword nurgon 1345-136-1235-1245-135-1345
-midendword nurheb 1345-136-1235-125-15-12
-midendword nurkund 1345-136-1235-13-256-145
-midendword nurlaub 1345-136-1235-123-16-12
-midendword nursach 1345-136-1235-234-56
-midendword nursäch 1345-1235-234-345-1456
-always nurse 1345-136-1235-234-15
-prfword nurse 1345-136-1235-234-123456
-midendword nursprung 1345-136-1235-234-1234-1235-256-1245
-midendword nursprüng 1345-136-1235-234-1234-1235-1256-1345-1245
-midendword nursäch 1345-136-1235-234-345-1456
-midendword nurteil 1345-136-1235-2345-146-123
-sufword nuruddin 1345-136-1235-136-145-145-35
-always anura 235-136-1235-1
-always anuren 235-136-1235-14
-always anurie 235-136-1235-346
-always anurien 235-136-1235-24-14
-begmidword kanuregat 13-235-136-1235-15-1245-1-2345
-begmidword kanurenn 13-235-136-1235-14-1345
-midendword enurheb 14-136-1235-125-15-12
-midendword enurkund 14-136-1235-13-256-145
-midendword enurlaub 14-136-1235-123-16-12
-midendword enursach 14-136-1235-234-56
-midendword enursprung 14-136-1235-234-1234-1235-256-1245
-midendword enursprüng 14-136-1235-234-1234-1235-1256-1345-1245
-midendword enursäch 14-136-1235-234-345-1456
-midendword enurteil 14-136-1235-2345-146-123
-begmidword totenurn 2345-135-2345-14-136-1235-1345
-always schnur 156-1345-136-1235
-midendword inurie 35-136-1235-346
-midendword inurien 35-136-1235-24-14
-always knurr 13-1345-136-1235-1235
-always baikonur 12-1-24-13-135-1345-136-1235
-midendword tonurie 2345-135-1345-136-1235-346
-midendword tonurien 2345-135-1345-136-1235-24-14
-
-# NUTZ NÜTZ (4.4 Zweiformige Kürzungen)
-always nutz 1345-1356
-always nütz 5-1345-1356
-midendword anutz 1-1345-1356
-midendword anütz 1-5-1345-1356
-midendword enutz 15-1345-1356
-midendword enütz 15-5-1345-1356
-always benutz 23-1345-1356
-always benütz 23-5-1345-1356
-always genutz 12346-1345-1356
-always genütz 12346-5-1345-1356
-midendword inutz 24-1345-1356
-midendword inütz 24-5-1345-1356
-always einutz 146-1345-1356
-always einütz 146-5-1345-1356
-midendword unutz 136-1345-1356
-midendword unütz 136-5-1345-1356
-
-# ODER  (4.3.1 Einformige Wortkürzungen, nur alleinstehend)
-word oder 135
-
-# ÖFFENTLICH (4.4 Zweiformige Kürzungen)
-always öffentlich 246-456
-
-# OHNE (4.4 Zweiformige Kürzungen)
-always ohne 135-15
-always bohn 12-135-125-1345
-always hohn 125-135-125-1345
-always john 245-135-125-1345
-always lohn 123-135-125-1345
-always mohn 134-135-125-1345
-always rohn 1235-135-125-1345
-always frohnatur 124-1235-135-125-1345-2345
-always sohn 234-135-125-1345
-always wohn 2456-135-125-1345
-
-# OR  (4.1 Lautgruppenkürzungen)
-begmidword or 26
-endword or-\s 26-36-0
-endword or-,\s 26-36-2-0
-always kakao 13-1-13-1-135
-always disco 145-24-234-6-14-135
-always discount 145-24-234-6-14-135-136-1345-2345
-always kommando 13-1346-235-145-135
-always pseudo 1234-234-126-145-135
-before r begmidword judo 245-136-145-135
-begmidword deoroll 145-15-135-1235-135-12345
-always video 1236-24-145-15-135
-always rodeo 1235-135-145-15-135
-always georelief 12346-135-1235-13456-24-15-124
-prfword neoreal 1345-15-135-1235-15-1-123
-begmidword neoreal 1345-15-135-1235-15-25
-begmidword neorenaiss 1345-15-135-1235-14-1-24-2346
-always stereo 23456-12456-15-135
-always indigo 35-145-45-135
-always kongo 13-135-1345-1245-135
-always jericho 245-12456-3456-135
-always bio 12-24-135
-always radio 1235-1-145-24-135
-always inforadio 35-124-135-1235-1-145-24-135
-always audio 16-145-24-135
-always studio 23456-136-145-24-135
-always risiko 1235-24-234-24-13-135
-always schoko 156-135-13-135
-always disko 145-24-234-13-135
-always hallo 125-1-12345-135
-begmidword beloru 12-13456-135-1235-136
-begmidword kloroll 13-123-135-1235-135-12345
-always gallo 1245-1-12345-135
-always solo 234-135-123-135
-always chemo 1456-12356-135
-always eskimo 123456-13-24-134-135
-always thermo 2345-125-12456-134-135
-always kino 13-35-135
-always mono 134-135-1345-135
-always porno 1234-26-1345-135
-always oor 135-135-1235
-begmidword koor 13-135-26
-begmidword nanoor 1345-235-135-26
-begword poritz 1234-135-1235-24-2345-1356
-begmidword poros 1234-135-1235-135-234
-begmidword porosität 1234-26-135-234-5-345
-midword oporos 135-1234-26-135-234
-always sapporo 234-1-1234-1234-26-135
-always tempo 2345-12356-1234-135
-always tempora 2345-12356-1234-26-1
-prfword temporal 2345-12356-1234-26-1-123
-begmidword temporal 2345-12356-1234-26-25
-always temporär 2345-12356-1234-26-345-1235
-always temporier 2345-12356-1234-26-346-1235
-always rororo 1235-135-1235-135-1235-135
-always libero 123-24-12-12456-135
-always makro 134-1-13-1235-135
-always mikro 134-24-13-1235-135
-always repro 1235-15-1234-1235-135
-always büro 12-1256-1235-135
-always neuro 1345-126-1235-135
-always veto 1236-15-2345-135
-always foto 124-135-2345-135
-always photo 1234-125-135-2345-135
-always puerto 1234-136-12456-2345-135
-always netto 1345-15-2345-2345-135
-always brutto 12-1235-136-2345-2345-135
-midword orhythm 135-1235-125-6-13456-2345-125-134
-always auto 16-2345-135
-prfword autor 16-2345-135-1235
-before konsonant begmidword autor 16-2345-26
-always autoren 16-2345-26-14
-always autorennbahn 16-2345-135-1235-14-1345-12-1-125-1345
-always autorennen 16-2345-135-1235-14-1345-14
-always autorennfahr 16-2345-135-1235-14-1345-2-1235
-always autorin 16-2345-26-35
-always autorisation 16-2345-26-24-234-5-1345
-always autorisier 16-2345-26-24-234-346-1235
-always autoritär 16-2345-26-24-2345-345-1235
-always autorität 16-2345-26-5-345
-always autoritativ 16-2345-26-24-2345-5-1236
-always autors 16-2345-26-234
-always autorschaft 16-2345-26-156
-always rätorom 1235-345-2345-135-1235-135-134
-always bravo 12-1235-1-1236-135
-
-# PARAGRAPH (4.4 Zweiformige Kürzungen)
-always paragraph 1234-1245
-
-# PERSON (4.4 Zweiformige Kürzungen)
-always person 1234-1345
-always persön 5-1234-1345
-prfword personalie 1234-1345-25-24-15
-always personalien 1234-1345-25-24-14
-
-# PHILOSOPH (4.4 Zweiformige Kürzungen)
-always philosoph 1234-125
-
-# PLATZ PLÄTZ (4.4 Zweiformige Kürzungen)
-always platz 1234-1356
-always plätz 5-1234-1356
-
-# PLÖTZLICH (4.4 Zweiformige Kürzungen)
-always plötzlich 1234-456
-
-# POLITIK (4.4 Zweiformige Kürzungen)
-always politik 1234-13
-
-# POLITISCH (4.4 Zweiformige Kürzungen)
-always politisch 1234-156
-
-# PRO- (4.2.1 Vorsilbenkürzungen)
-begword pro 12345
-sufword prokofjew 1234-1235-135-13-135-124-245-15-2456
-always prometh 1234-1235-135-134-15-2345-125
-sufword proust 1234-1235-135-136-23456
-sufword protasius 1234-1235-135-2345-1-234-24-136-234
-begmidword provenc 1234-1235-135-1236-14-6-14
-begmidword provenz 1234-1235-135-1236-14-1356
-
-# PUNKT PÜNKT (4.4 Zweiformige Kürzungen)
-always punkt 1234-2345
-always pünkt 5-1234-2345
-
-# Q   (4.1 Lautgruppenkürzungen)
-word q 6-12345
-always q 6-12345
-# Grossgeschriebene Wortanfänge erhalten sonst keinen Pt.6!
-noback context ["Q"]$u @6-12345
-
-# RECHT (4.4 Zweiformige Kürzungen)
-always recht 1235-2345
-always rechts 1235-2345-234
-always rechtschaffen 1235-2345-156-1-124-124-14
-always rechtsetz 1235-2345-2-15
-always rechtsprech 1235-2345-2-2346
-begmidword rechtsteh 1235-2345-23456-2356
-always rechtstell 1235-2345-2-13456
-always rechtstutz 1235-2345-23456-136-2345-1356
-always europarecht 126-1235-135-1234-1-1235-2345
-always brecht 12-1235-15-1456-2345
-prfword brechte 12-1235-15-1456-236
-always schreibrecht 156-12-1235-2345
-always halbrecht 125-25-12-1235-2345
-# HOMNYM
-always erbrecht 12456-12-1235-2345
-always zerbrecht 1356-12456-12-1235-15-1456-2345
-always dordrecht 145-26-145-1235-15-1456-2345
-midendword erecht 15-1235-2345
-always berecht 23-1235-2345
-always haberecht 2-125-15-1235-2345
-always gerecht 12346-1235-2345
-midendword ierecht 346-1235-2345
-midendword terecht 236-1235-2345
-always senkrecht 234-14-13-1235-2345
-always vetorecht 1236-15-2345-135-1235-2345
-always ruprecht 1235-136-1234-1235-15-1456-2345
-always utrecht 136-2345-1235-15-1456-2345
-
-# REGIER (4.4 Zweiformige Kürzungen)
-always regier 1235-1245
-always regieraum 1235-15-1245-346-1235-16-134
-always regieräum 1235-15-1245-346-1235-34-134
-always segregier 234-15-1245-1235-15-1245-346-1235
-always aggregier 1-1245-1245-1235-15-1245-346-1235
-
-# REHABILIT (4.4 Zweiformige Kürzungen)
-always rehabilit 1235-12
-
-# REPUBLIK (4.4 Zweiformige Kürzungen)
-always republik 1235-13
-
-# RICHT (4.3.6 Kommakürzungen)
-always richt 2-3456
-always bricht 12-1235-3456-2345
-always abricht 1-12-2-3456
-always schreibricht 156-12-2-3456
-always halbricht 125-25-12-2-3456
-always schubricht 156-136-12-2-3456
-always crichton 6-14-1235-3456-2345-135-1345
-always bericht 23-2-3456
-always ericht 15-2-3456
-always gericht 12346-2-3456
-always kehricht 13-2356-1235-3456-2345
-always röhricht 1235-246-125-1235-3456-2345
-always töricht 2345-246-1235-3456-2345
-prfword törichte 2345-246-1235-3456-236
-always törichtest 2345-246-1235-3456-236-23456
-always trichter 2345-1235-3456-2345-12456
-prfword stricht 23456-1235-3456-2345
-always maastricht 134-1-1-23456-1235-3456-2345
-
-# RÜCK (4.4 Zweiformige Kürzungen)
-always rück 1235-46
-always arück 1-1235-46
-always brück 12-1235-1256-46
-always abrück 1-12-1235-46
-always osnabrück 135-234-1345-1-12-1235-1256-46
-midendword erück 15-1235-46
-always berück 23-1235-46
-always gerück 12346-1235-46
-always perück 1234-12456-1256-46
-midendword terück 236-1235-46
-begword frück 124-1235-1256-46
-always krück 13-1235-1256-46
-always druckrücken 145-46-1235-1256-46-14
-always orück 135-1235-46
-always herrück 125-12456-1235-46
-always hunsrück 125-256-234-1235-1256-46
-
-# SAG (4.4 Zweiformige Kürzungen)
-always sag 234-1245
-always säg 5-234-1245
-before l begmidword säge 5-234-1245-15
-before m begmidword säge 5-234-1245-15
-always sag's 234-1245-6-234
-midendword sagent 234-1-1245-14-2345
-always sägerest 5-234-1245-15-1235-15-23456
-always sägerochen 5-234-1245-15-1235-135-1456-14
-midword saggreg 234-1-1245-1245-1235-15-1245
-always sägeunfall 5-234-1245-15-256-124-12345
-begmidword sägeunfäll 5-234-1245-15-256-5-124-12345
-always sagit 234-1-1245-24-2345
-always sago 234-1-1245-135
-always sagrada 234-1-1245-1235-1-145-1
-always lasagn 123-1-234-1-1245-1345
-midendword esagent 123456-1-1245-14-2345
-always disagio 145-24-234-1-1245-24-135
-always visag 1236-24-234-1-1245
-prfword visage 1236-24-234-1-12346
-always canossa 6-14-235-135-2346-1
-always corsag 6-14-26-234-1-1245
-prfword corsage 6-14-26-234-1-12346
-always korsag 13-26-234-1-1245
-prfword korsage 13-26-234-1-12346
-always kanossa 13-235-135-2346-1
-always assagai 1-2346-1-1245-1-24
-always massage 134-1-2346-1-12346
-always massagen 134-1-2346-1-1245-14
-always passage 1234-1-2346-1-12346
-always passagen 1234-1-2346-1-1245-14
-always passagier 1234-1-2346-1-1245-346-1235
-always messag 134-15-2346-1-1245
-prfword message 134-15-2346-1-12346
-always vernissag 1236-12456-1345-24-2346-1-1245
-prfword vernissage 1236-12456-1345-24-2346-1-12346
-midendword ausagier 16-234-1-1245-346-1235
-
-# -SAM   4.2.1 a) Nachsilbenkürzungen
-midendword sam 2346
-always samariter 234-1-134-356-24-2345-12456
-always samarkand 234-1-134-356-13-235-145
-always samba 234-1-134-12-1
-always sambation 234-1-134-12-5-1345
-always sambesi 234-1-134-12-123456-24
-always sambia 234-1-134-12-24-1
-always sambuc 234-1-134-12-136-6-14
-always samisch 234-1-134-24-156
-always samm 234-1-1346
-midword sammach 2346-134-56
-always samo 234-1-134-135
-always sampl 234-1-134-1234-123
-midword samplitud 234-1-134-1234-123-24-2345-136-145
-always samson 234-1-134-234-135-1345
-always samstag 234-1-134-234-2345-1-1245
-prfword samstage 234-1-134-234-2345-1-12346
-always samstäg 234-1-134-234-2345-345-1245
-always samsung 234-1-134-234-256-1245
-always samt 234-1-134-2345
-sufword verlangsam 36-123-1245-2346
-midword verlangsam 1236-12456-123-1245-2346
-always samuel 234-1-134-136-13456
-always samurai 234-1-134-136-1235-1-24
-always betriebsam 23-2345-1235-346-12-2346
-always rübsamen 1235-1256-12-234-1-134-14
-always windsamen 2456-35-145-234-1-134-14
-always fischmondsamen 124-24-156-134-135-1345-145-234-1-134-14
-midendword esamt 123456-1-134-2345
-always besam 23-234-1-134
-always besamm 23-234-1-1346
-always desambiguier 145-123456-1-134-12-45-136-346-1235
-always gesamt 12346-234-1-134-2345
-prfword gesamte 12346-234-1-134-236
-begmidword heeresameis 125-15-15-1235-123456-1-134-146-234
-sufword sesam 234-123456-1-134
-always gemüsesamen 12346-134-1256-234-15-234-1-134-14
-begmidword hanfsam 125-235-124-234-1-134
-before m begmidword langsam 123-1245-2346
-midendword ungsamt 136-234-1-134-2345
-always lauchsamen 123-16-1456-234-1-134-14
-always bisam 12-24-234-1-134
-always kürbisamen 13-1256-1235-12-24-234-234-1-134-14
-always chilisamen 1456-24-123-24-234-1-134-14
-always balsam 12-25-234-1-134
-before m begmidword salsa 234-25-234-1
-always baumsamen 12-16-134-234-1-134-14
-begword ansam 235-234-1-134
-always ansamm 235-234-1-1346
-always mensamahl 134-14-234-1-134-1-125-123
-always blumensamen 12-123-136-134-14-234-1-134-14
-always anemonensamen 235-12356-135-1345-14-234-1-134-14
-always rasensamen 1235-1-234-14-234-1-134-14
-always erbsensamen 12456-12-234-14-234-1-134-14
-always finkensamen 124-35-13-14-234-1-134-14
-always pflanzensamen 1234-124-123-235-1356-14-234-1-134-14
-always pillensamen 1234-24-12345-14-234-1-134-14
-always erbsensamen 12456-12-234-14-234-1-134-14
-always tomatensamen 2345-135-134-1-2345-14-234-1-134-14
-always blütensamen 12-123-1256-2345-14-234-1-134-14
-always löwenzahnsamen 123-246-2456-14-1356-1-125-1345-234-1-134-14
-always mohnsamen 134-135-125-1345-234-1-134-14
-always leinsamen 123-1246-234-1-134-14
-always mosambik 134-135-234-1-134-12-24-13
-always posamentier 1234-135-234-1-134-14-2345-346-1235
-always rosamund 1235-135-234-1-134-256-145
-sufword osama 135-234-1-134-1
-always brosam 12-1235-135-234-1-134
-always nitrosamin 1345-24-2345-1235-135-234-1-134-35
-always bärlappsamen 12-345-1235-123-1-1234-1234-234-1-134-14
-sufword verkehrsam 36-13-2356-1235-234-1-134
-midendword verkehrsam 1236-12456-13-2356-1235-234-1-134
-always assam 1-2346-1-134
-always grassamen 1245-1235-1-234-234-1-134-14
-always flachssamen 124-123-56-234-234-1-134-14
-always indossamen 35-145-135-2346-1-134-14
-begmidword unratssamm 256-1235-1-2345-234-234-1-1346
-always staatsamateur 23456-2345-234-1-134-1-2345-126-1235
-midendword schaftsamt 156-234-1-134-2345
-midendword sichtsamt 234-3456-2345-234-1-134-2345
-always arbeitsam 356-12-2346
-always arbeitsameis 356-12-234-1-134-146-234
-always arbeitsamt 356-12-234-1-134-2345
-begmidword bedecktsam 23-145-15-46-2345-234-1-134
-begmidword nacktsam 1345-1-46-2345-234-1-134
-sufword entsam 2346-234-1-134
-always entsam 14-2345-234-1-134
-midendword fahrtsamt 2-1235-2345-234-1-134-2345
-always unkrautsamen 256-13-1235-16-2345-234-1-134-14
-always usambara 136-234-1-134-12-356-1
-
-# SATZ SÄTZ (4.4 Zweiformige Kürzungen)
-always satz 234-1356
-always sätz 5-234-1356
-always glasätzung 1245-123-1-234-345-2345-1356-136
-
-# SCH (4.1 Lautgruppenkürzungen)
-word sch 6-156
-always sch 156
-midword schanc 234-1456-235-6-14
-midword schao 234-1456-1-135
-midendword scharakter 234-1456-13
-midendword schef 234-1456-15-124
-before f begmidword asche 1-156-15
-before f begmidword wäsche 2456-345-156-15
-before f begmidword fische 124-24-156-15
-always scheffel 156-15-124-124-13456
-always scheffl 156-15-124-124-123
-always tuschefüll 2345-136-156-15-124-1256-12345
-midendword schemie 234-1456-12356-346
-midword schemik 234-1456-12356-134-24-13
-always scherzando 234-1456-12456-1356-235-145-135
-always scherzo 234-1456-12456-1356-135
-midendword schirurg 234-1456-24-1235-136-1235-1245
-always schlösschen 156-123-246-2346-1456-14
-always schnäpschen 156-1345-345-1234-234-1456-14
-always school 234-1456-135-135-123
-midendword schromat 234-1456-1235-135-134-1-2345
-midendword schromo 234-1456-1235-135-134-135
-midendword schronik 234-1456-1235-135-1345-24-13
-midword schrono 234-1456-1235-135-1345-135
-midendword schüechli 234-1456-1256-15-1456-123-24
-always maraschino 134-356-1-234-1456-35-135
-begmidword eschatolo 123456-1456-1-2345-135-123-135
-always radieschen 1235-1-145-346-234-1456-14
-always lieschen 123-346-234-1456-14
-always brieschen 12-1235-346-234-1456-14
-always wieschen 2456-346-234-1456-14
-endword folgschor 124-1245-234-1456-135-1235
-midword folgschor 124-1245-234-1456-26
-midword folgschör 124-1245-234-1456-246-1235
-endword angschor 235-1245-234-1456-135-1235
-midword angschor 235-1245-234-1456-26
-midword angschör 235-1245-234-1456-246-1235
-always lieblingschat 123-346-12-123-35-1245-234-1456-1-2345
-midendword üchschen 1256-1456-234-1456-14
-endword ungschor 136-234-1456-135-1235
-midword ungschor 136-234-1456-26
-midword ungschör 136-234-1456-246-1235
-always ischia 24-234-1456-24-1
-always ischämie 24-234-1456-345-134-346
-always ischämien 24-234-1456-345-134-24-14
-always maischip 134-1-24-234-1456-24-1234
-always reischen 1235-146-234-1456-14
-always mischief 134-24-234-1456-346-124
-always prischen 1234-1235-24-234-1456-14
-always hälschen 125-345-123-234-1456-14
-prfword engelschor 14-1245-13456-234-1456-135-1235
-always engelschor 14-1245-13456-234-1456-26
-always engelschör 14-1245-13456-234-1456-246-1235
-prfword teufelschor 2345-126-124-13456-234-1456-135-1235
-always teufelschor 2345-126-124-13456-234-1456-26
-always teufelschör 2345-126-124-13456-234-1456-246-1235
-always hülschen 125-1256-123-234-1456-14
-always gänschen 1245-345-1345-234-1456-14
-always hänschen 125-345-1345-234-1456-14
-endword enschor 14-234-1456-135-1235
-midword enschor 14-234-1456-26
-midword enschör 14-234-1456-246-1235
-always möpschen 134-246-1234-234-1456-14
-endword sschen 2346-1456-14
-always bisschen 12-24-2346-1456-14
-always fässchen 124-345-2346-1456-14
-always gässchen 1245-345-2346-1456-14
-always tässchen 2345-345-2346-1456-14
-always klösschen 13-123-246-2346-1456-14
-always flüsschen 124-123-1256-2346-1456-14
-always küsschen 13-1256-2346-1456-14
-always nüsschen 1345-1256-2346-1456-14
-always heitscheck 125-234-1456-15-46
-always kabäuschen 13-1-12-34-234-1456-14
-always häuschen 125-34-234-1456-14
-always läuschen 123-34-234-1456-14
-always mäuschen 134-34-234-1456-14
-always knäuschen 13-1345-34-234-1456-14
-always päuschen 1234-34-234-1456-14
-always bläschen 12-123-345-234-1456-14
-always gläschen 1245-123-345-234-1456-14
-always häschen 125-345-234-1456-14
-always käschen 13-345-234-1456-14
-always näschen 1345-345-234-1456-14
-always väschen 1236-345-234-1456-14
-always döschen 145-246-234-1456-14
-always höschen 125-246-234-1456-14
-always röschen 1235-246-234-1456-14
-prfword fröschen 124-1235-246-156-14
-always blüschen 12-123-1256-234-1456-14
-
-# -SCHAFT 4.2.1 a) Nachsilbenkürzungen
-midendword schaft 156
-midendword schafts 156-234
-always gschaftl 1245-156-1-124-2345-123
-always mahagonischaft 134-1-125-1-1245-135-1345-24-156-1-124-2345
-always stiefelschaft 23456-346-124-13456-156-1-124-2345
-always barschaft 12-356-156-1-124-2345
-always nachbarschaft 1345-56-12-356-156
-always speerschaft 234-1234-15-15-1235-156-1-124-2345
-always herrschaft 1235-1235-156-1-124-2345
-always herrschafts 1235-1235-156-1-124-2345-234
-
-# SCHLAG SCHLÄG (4.4 Zweiformige Kürzungen)
-always schlag 156-1245
-always schläg 5-156-1245
-always flanschlager 124-123-235-156-123-1-1245-12456
-
-# SCHLIEß (4.4 Zweiformige Kürzungen)
-syllable schließ 156-2346
-
-# SCHON (4.3.1 Einformige Wortkürzungen, nur alleinstehend)
-word schon 156
-
-# SCHREIB (4.4 Zweiformige Kürzungen)
-syllable schreib 156-12
-before m begmidword schreibe 156-12-15
-before s begmidword schreibe 156-12-15
-
-# SCHRIEB (4.3.6 Kommakürzungen)
-always schrieb 2-156
-
-# SCHRIFT (4.4 Zweiformige Kürzungen)
-always schrift 156-2345
-always schriftsteil 156-2345-234-2345-146-123
-
-# SCHWIERIG (4.4 Zweiformige Kürzungen)
-always schwierig 156-45
-
-# SEHR (4.4 Zweiformige Kürzungen)
-always sehr 234-1235
-always sehrest 234-2356-1235-15-23456
-always sehrind 234-2356-1235-35-145
-always sehrohr 234-2356-1235-135-125-1235
-always standesehr 2-23456-123456-2356-1235
-begmidword fernseh 124-12456-1345-234-2356
-midword dersehr 145-12456-234-2356-1235
-midword iersehr 346-1235-234-2356-1235
-always hausehr 125-16-234-2356-1235
-
-# SEIN (4.3.3 Einformige Kürzungen, alleinstehend oder am Wortanfang)
-sufword sein 246
-always seineufer 234-1246-15-136-124-12456
-
-# SELBST (4.4 Zweiformige Kürzungen)
-always selbst 234-23456
-# Alte Rechtschreibung
-always selbständig 234-13456-12-5-23456-45
-
-# SETZ (4.3.6 Kommakürzungen)
-always setz 2-15
-
-# SICH  (4.3.1 Einformige Wortkürzungen, nur alleinstehend)
-word sich 14
-word sich's 14-6-234
-# sind die apostrophierten 4.3 nötig?: auf's ist's etc.
-
-# SIE   (4.3.1 Einformige Wortkürzungen, nur alleinstehend)
-word sie 234
-word sie's 234-6-234
-
-# SIND (4.4 Zweiformige Kürzungen)
-always sind 234-145
-always sindbad 234-35-145-12-1-145
-midword sindefin 234-35-145-15-124-35
-always sindelfin 234-35-145-13456-124-35
-midendword sinder 234-35-145-12456
-midendword sindern 234-35-145-12456-1345
-midendword sinderin 234-35-145-12456-35
-midendword sinderinnen 234-35-145-12456-35-1345-14
-midendword sindex 234-35-145-15-6-1346
-midendword sindik 234-35-145-24-13
-midendword sindiz 234-35-145-24-1356
-midword sindoss 234-35-145-135-2346
-midword sindukt 234-35-145-136-13-2345
-midendword sindustrie 234-35-145-136-23456-1235-346
-midendword sindustrien 234-35-145-136-23456-1235-24-14
-midword sindustri 234-35-145-136-23456-1235-24
-
-# SITZ (4.3.6 Kommakürzungen)
-always sitz 2-24
-always lausitz 123-16-234-24-2345-1356
-
-# SO (4.3.2 Einformige Kürzungen, alleinstehend oder in Wortverbindungen)
-word so 1234
-always sobald 2-1234-12-25-145
-always sodann 2-1234-145-235-1345
-always sodass 2-1234-145-1-2346
-always soeben 2-1234-15-12-14
-always sofern 2-1234-124-12456-1345
-always sofort 2-1234-124-26-2345
-prfword sogar 2-1234-1245-1-1235
-always sogenannt 2-1234-12346-1345-235-1345-2345
-prfword sogenannte 2-1234-12346-1345-235-1345-236
-always sogleich 2-1234-1245-1456
-always solang 2-1234-123-1245
-always somit 2-1234-2-2345
-always sonach 2-1234-1345-56
-always sooft 2-1234-135-124-2345
-always sosehr 2-1234-234-1235
-always sosein 2-1234-234-1246
-always soso 2-1234-2-1234
-sufword soundso 2-1234-2-136-2-1234
-always soviel 2-1234-1236-123
-always soweit 2-1234-2456-2345
-always sowenig 2-1234-2456-45
-always sowie 2-1234-2-126
-always sowieso 2-1234-2-126-2-1234
-always sowohl 2-1234-2456-123
-always sozusagen 2-1234-2-1356-234-1245-14
-always allsogleich 1-12345-2-1234-1245-1456
-always genauso 12346-1345-16-2-1234
-always geradeso 12346-1235-1-145-15-2-1234
-always wieso 2-126-2-1234
-sufword umso 136-134-2-1234
-always umsonst 136-134-234-135-1345-23456
-always umsorg 136-134-234-26-1245
-prfword umsorge 136-134-234-26-12346
-always umsort 136-134-234-26-2345
-
-# SOLCH (4.4 Zweiformige Kürzungen)
-always solch 234-1456
-
-# SOLL (4.3.6 Kommakürzungen)
-always soll 2-234
-
-# SONDERN (4.4 Zweiformige Kürzungen)
-always sondern 234-1345
-begmidword sondernach 234-135-1345-145-12456-1345-56
-always sondernummer 234-135-1345-145-12456-1345-136-1346-12456
-always sondernutz 234-135-1345-145-12456-1345-1356
-
-# SOZIAL (4.4 Zweiformige Kürzungen)
-always sozial 234-123
-
-# SPIEL (4.3.6 Kommakürzungen)
-syllable spiel 2-346
-
-# SPRACH SPRÄCH (4.4 Zweiformige Kürzungen)
-always sprach 234-1234
-always spräch 5-234-1234
-always spracheck 234-1234-1235-56-15-46
-
-# SPRECH (4.3.6 Kommakürzungen)
-always sprech 2-2346
-
-# ß   (4.1 Lautgruppenkürzungen)
-always ß 2346
-
-# SS  (4.1 Lautgruppenkürzungen)
-midendword ss 2346
-midword ssch 234-156
-midendword sschnee 234-156-1345-15-15
-midword sssch 2346-156
-midendword ssschnee 2346-156-1345-15-15
-midendword ssschnur 2346-156-1345-136-1235
-midendword ssschrift 2346-156-2345
-syllable saison 234-1-24-234-135-1345
-syllable saitig 234-1-24-2345-45
-syllable sakramen 234-1-13-1235-1-134-14
-syllable sammellager 234-1-1346-13456-123-1-1245-12456
-syllable sammlung 234-1-1346-123-136
-syllable sammlungs 234-1-1346-123-136-234
-syllable sanierung 234-235-346-1235-136
-syllable sanktion 234-235-13-2345-245
-syllable satellit 234-1-236-12345-24-2345
-syllable sattel 234-1-2345-2345-13456
-syllable savann 234-1-1236-235-1345
-always segment 234-15-1245-134-14-2345
-prfword segmente 234-15-1245-134-14-236
-syllable sehnsuch 234-2356-1345-234-136-1456
-syllable sehnsüch 234-2356-1345-234-1256-1456
-syllable seidenmat 234-146-145-14-134-1-2345
-syllable sekretari 234-15-13-1235-15-2345-356-24
-syllable sekretär 234-15-13-1235-15-2345-345-1235
-syllable sektierer 234-15-13-2345-346-1235-12456
-syllable semester 234-12356-15-23456-12456
-syllable semestrig 234-12356-15-23456-1235-45
-syllable sepsis 234-15-1234-234-24-234
-syllable sequenz 234-15-6-12345-136-14-1356
-begmidword sexual 234-15-6-1346-136-25
-syllable sexuell 234-15-6-1346-136-15-12345
-syllable situation 234-24-2345-136-5-1345
-syllable skizz 234-13-24-1356-1356
-syllable sklave 234-13-123-1-1236-15
-syllable sklaven 234-13-123-1-1236-14
-syllable sklaverei 234-13-123-1-1236-12456-146
-syllable skorbut 234-13-26-12-136-2345
-syllable skrupel 234-13-1235-136-1234-13456
-syllable software 234-135-124-2345-2456-356-15
-syllable sohl 234-135-125-123
-syllable soldat 234-135-123-145-1-2345
-syllable solidarität 234-135-123-24-145-356-5-345
-always solist 234-135-123-24-23456
-always solistisch 234-135-123-5-156
-syllable souverän 234-135-136-1236-12456-345-1345
-syllable soziolo 234-135-1356-24-135-123-135
-syllable sparkass 234-1234-356-13-1-2346
-syllable spektakel 234-1234-15-13-2345-1-13-13456
-always spektr 234-1234-15-13-2345-1235
-syllable spekul 234-1234-15-13-136-123
-syllable spezialität 234-1234-15-1356-24-25-5-345
-syllable spezifi 234-1234-15-1356-24-124-24
-syllable spezifität 234-1234-15-1356-24-124-5-345
-syllable sphär 234-1234-125-345-1235
-syllable splitter 234-1234-123-24-2345-2345-12456
-syllable spricht 234-1234-1235-3456-2345
-syllable stadien 23456-1-145-24-14
-syllable stadion 23456-1-145-24-135-1345
-syllable stadium 23456-1-145-24-136-134
-syllable staffel 23456-1-124-124-13456
-syllable stahl 23456-1-125-123
-syllable statist 23456-1-2345-24-23456
-syllable statistisch 23456-1-2345-5-156
-syllable stausee 23456-16-234-15-15
-syllable stauseen 23456-16-234-15-14
-syllable stauung 23456-16-136
-syllable stipendi 23456-24-1234-14-145-24
-syllable stornierung 23456-26-1345-346-1235-136
-syllable strahl 23456-1235-1-125-123
-syllable strahlemann 23456-1235-1-125-123-15-134-1345
-syllable struktur 23456-1235-136-13-2345-136-1235
-syllable strähn 23456-1235-345-125-1345
-syllable student 23456-136-145-14-2345
-syllable städte 23456-345-145-236
-syllable städten 23456-345-145-2345-14
-syllable städter 23456-345-145-2345-12456
-syllable stämm 23456-345-1346
-syllable stärk 23456-345-1235-13
-syllable stöck 23456-246-46
-syllable störend 23456-246-1235-14-145
-syllable störer 23456-246-1235-12456
-syllable störung 23456-246-1235-136
-syllable störungs 23456-246-1235-136-234
-syllable stöß 23456-246-2346
-syllable stünd 23456-1256-1345-145
-always subjekt 234-136-12-245-15-13-2345
-prfword subjekte 234-136-12-245-15-13-236
-syllable subvention 234-136-12-1236-14-2345-245
-syllable sylvani 234-6-13456-123-1236-235-24
-syllable symbol 234-6-13456-134-12-135-123
-syllable symptom 234-6-13456-134-1234-2345-135-134
-syllable syndrom 234-6-13456-1345-145-1235-135-134
-syllable synkre 234-6-13456-1345-13-1235-15
-syllable synod 234-6-13456-1345-135-145
-syllable system 234-6-13456-23456-12356
-syllable szenarien 234-1356-14-356-24-14
-syllable säckel 234-345-46-13456
-syllable transfer 2345-1235-235-234-124-12456
-midendword ssaal 234-234-1-1-123
-always flussaal 124-123-136-2346-1-1-123
-midendword ssach 234-234-56
-begmidword missach 134-24-2346-56
-always sissach 234-24-2346-56
-always massachusetts 134-1-2346-56-136-234-15-2345-2345-234
-begmidword sprossachs 234-1234-1235-135-2346-56-234
-midendword ssaft 234-234-1-124-2345
-endword ssage 234-234-1245-15
-midendword ssagen 234-234-1245-14
-midendword ssalat 234-234-25-1-2345
-endword ssalate 234-234-25-1-236
-endword ssalbe 234-234-25-12-15
-midendword ssalben 234-234-25-12-14
-midendword ssaldo 234-234-25-145-135
-midendword ssalon 234-234-25-135-1345
-midendword ssalut 234-234-25-136-2345
-endword ssalute 234-234-25-136-236
-midendword ssamen 234-234-1-134-14
-midendword ssatir 234-234-1-2345-24-1235
-midendword ssatz 234-234-1356
-midendword ssätz 234-5-234-1356
-midendword ssaum 234-234-16-134
-midendword sschlag 234-156-1245
-midendword sschläg 234-5-156-1245
-midendword sschnur 234-156-1345-136-1235
-midendword sschul 234-156-136-123
-midword sschül 234-156-1256-123
-midendword sschrift 234-156-2345
-midendword ssee 234-234-15-15
-always chaussee 1456-16-2346-15-15
-prfword chausseen 1456-16-2346-15-14
-always odyssee 135-145-6-13456-2346-15-15
-prfword odysseen 135-145-6-13456-2346-15-14
-midendword sseel 234-234-15-15-123
-midendword sseen 234-234-15-14
-before e begmidword baisse 12-1-24-2346-15
-midendword ssegel 234-234-15-1245-13456
-midendword ssehen 234-234-2356-14
-midendword sseher 234-234-2356-12456
-endword ssehne 234-234-2356-1345-15
-midendword ssehnen 234-234-2356-1345-14
-midendword sseide 234-234-146-145-15
-midendword ssein 234-234-1246
-always passein 1234-1-2346-1246
-always hussein 125-136-2346-15-35
-always schlussein 156-123-136-2346-1246
-endword sseite 234-234-146-236
-midendword sseiten 234-234-146-2345-14
-midendword sseitig 234-234-146-2345-45
-midendword sseits 234-234-146-2345-234
-midword ssektor 234-234-15-13-2345-26
-endword ssektor 234-234-15-13-2345-135-1235
-midendword sselig 234-234-13456-45
-always fisselig 124-24-2346-13456-45
-always dusselig 145-136-2346-13456-45
-always fusselig 124-136-2346-13456-45
-always schusselig 156-136-2346-13456-45
-always pusselig 1234-136-2346-13456-45
-midword sseminar 234-234-12356-35-356
-endword sseminar 234-234-12356-35-1-1235
-midendword ssenat 234-234-14-1-2345
-midendword ssender 234-234-14-145-12456
-always peterssen 1234-15-2345-12456-234-234-14
-always fassender 124-1-2346-14-145-12456
-always prassender 1234-1235-1-2346-14-145-12456
-always hassender 125-1-2346-14-145-12456
-always schassender 156-1-2346-14-145-12456
-always nässender 1345-345-2346-14-145-12456
-always passender 1234-1-2346-14-145-12456
-always hissender 125-24-2346-14-145-12456
-always pissender 1234-24-2346-14-145-12456
-always küssender 13-1256-2346-14-145-12456
-always flussender 124-123-136-2346-14-145-12456
-always missender 134-24-2346-14-145-12456
-midendword ssendung 234-234-14-145-136
-midendword ssenken 234-234-14-13-14
-midendword ssenkung 234-234-14-13-136
-midword ssensor 234-234-14-234-26
-endword ssensor 234-234-14-234-135-1235
-midendword sserie 234-234-12456-24-15
-midendword sserien 234-234-12456-24-14
-midendword sserver 234-234-12456-1236-12456
-begmidword wasserver 2456-1-2346-12456-1236-12456
-always gewässer 12346-2456-345-2346-12456
-midendword ssetz 234-2-15
-endword sseuche 234-234-126-1456-15
-midendword sseuche 234-234-126-1456-14
-midendword ssheriff 234-234-125-12456-24-124-124
-midendword sshow 234-234-125-135-2456
-midendword ssibirisch 234-234-24-12-24-1235-24-156
-midendword ssicher 234-234-3456-12456
-midendword ssicht 234-234-3456-2345
-midendword ssiedlung 234-234-346-145-123-136
-midendword ssieg 234-234-346-1245
-endword ssiege 234-234-346-12346
-midendword ssiegen 234-234-346-1245-14
-midendword ssiegel 234-234-346-1245-13456
-midword ssignal 234-234-45-1345-25
-endword ssignal 234-234-45-1345-1-123
-midendword ssignatur 234-234-45-1345-1-2345-136-1235
-midendword ssilbig 234-234-24-123-12-45
-midendword ssilvani 234-234-24-123-1236-235-24
-midendword ssinn 234-234-35-1345
-always insass 35-234-1-2346
-always schloss 156-123-135-2346
-always russin 1235-136-2346-35
-always äbtissin 345-12-2345-24-2346-35
-midendword ssinus 234-234-35-136-234
-endword ssitte 234-234-24-2345-236
-midendword ssitten 234-234-24-2345-2345-14
-midendword ssitz 234-2-24
-midendword sskala 234-234-13-25-1
-midendword sskalen 234-234-13-25-14
-midendword sskat 234-234-13-1-2345
-midendword sskilauf 234-234-13-24-123-16-124
-midendword sskript 234-234-13-1235-24-1234-2345
-endword sskripte 234-234-13-1235-24-1234-236
-endword ssocke 234-234-135-46-15
-midendword ssockel 234-234-135-46-13456
-midendword ssocken 234-234-135-46-14
-endword ssode 234-234-135-145-15
-midendword ssoden 234-234-135-145-14
-midendword ssohn 234-234-135-125-1345
-after konsonant midendword sson 234-234-135-1345
-midendword ssonder 234-234-135-1345-145-12456
-midendword ssondern 234-234-1345
-endword ssonne 234-234-135-1345-1345-15
-midendword ssonnen 234-234-135-1345-1345-14
-endword ssorge 234-234-26-12346
-midendword ssorgen 234-234-26-1245-14
-midendword ssozial 234-234-123
-midendword sspalt 234-234-1234-25-2345
-endword sspalte 234-234-1234-25-236
-endword sspange 234-234-1234-235-12346
-midendword sspangen 234-234-1234-235-1245-14
-midendword sspannung 234-234-1234-235-1345-136
-midendword ssparen 234-234-1234-356-14
-endword ssparte 234-234-1234-356-236
-midendword ssparten 234-234-1234-356-2345-14
-midendword sspatel 234-234-1234-1-2345-13456
-midendword sspazier 234-234-1234-1-1356-346-1235
-midendword sspaß 234-234-1234-1-2346
-midendword sspeck 234-234-1234-15-46
-midendword sspediteur 234-234-1234-15-145-24-2345-126-1235
-midendword sspedition 234-234-1234-15-145-24-2345-245
-midendword sspeed 234-234-1234-15-15-145
-midendword sspeich 234-234-1234-146-1456
-midendword sspeis 234-234-1234-146-234
-endword sspende 234-234-1234-14-145-15
-midendword sspenden 234-234-1234-14-145-14
-midendword sspender 234-234-1234-14-145-12456
-midendword ssperr 234-234-1234-12456-1235
-midendword sspesen 234-234-1234-123456-14
-midendword sspiegel 234-234-1234-346-1245-13456
-midendword sspiel 234-2-346
-midendword sspindel 234-234-1234-35-145-13456
-midendword sspinn 234-234-1234-35-1345
-midendword sspion 234-234-1234-24-135-1345
-midword sspiral 234-234-1234-24-1235-25
-midword sspital 234-234-1234-24-2345-25
-endword sspital 234-234-1234-24-2345-1-123
-midendword sspitz 234-234-1234-24-2345-1356
-midendword ssport 234-234-1234-26-2345
-always passport 1234-1-2346-1234-26-2345
-midendword ssprach 234-234-1234
-midendword sspring 234-234-1234-1235-35-1245
-endword sspringe 234-234-1234-1235-35-12346
-midendword ssprint 234-234-1234-1235-35-2345
-midendword sspritz 234-234-1234-1235-24-2345-1356
-midendword sspross 234-234-1234-1235-135-2346
-midendword sspruch 234-234-1234-1235-136-1456
-midendword ssprung 234-234-1234-1235-256-1245
-midendword ssprüch 234-234-1234-1235-1256-1456
-midword ssprüng 234-234-1234-1235-1256-1345-1245
-endword ssprünge 234-234-1234-1235-1256-1345-12346
-midendword sspur 234-234-1234-136-1235
-midendword sspänner 234-234-1234-345-1345-1345-12456
-midendword sspännig 234-234-1234-345-1345-1345-45
-midendword sspül 234-234-1234-1256-123
-midendword sspür 234-234-1234-1256-1235
-before s begmidword steins 23456-1246-234
-before s begmidword gesteins 12346-23456-1246-234
-midword ations 5-1345-234
-midword ationsauf 5-1345-234-2-16
-always aronsstab 356-135-1345-234-23456-1-12
-midendword rsstab 1235-234-23456-1-12
-always sstachel 234-23456-56-13456
-always sstapel 234-23456-1-1234-13456
-midword ssst 2346-23456
-midword ssstell 2346-2-13456
-before s begmidword boots 12-135-135-2345-234
-midendword sstaat 234-23456-2345
-midendword sstabes 234-23456-1-12-123456
-midendword sstabil 234-23456-1-12-24-123
-midendword sstabs 234-23456-1-12-234
-midendword sstadt 234-23456-1-145-2345
-midendword sstäd 234-23456-345-145
-midendword sstall 234-23456-1-12345
-midendword sstamm 234-23456-1-1346
-midendword sstamperl 234-23456-1-134-1234-12456-123
-midendword sstand 234-2-23456
-endword sstange 234-23456-235-12346
-midendword sstangen 234-23456-235-1245-14
-endword sstar 234-23456-1-1235
-midendword sstars 234-23456-356-234
-midendword sstark 234-23456-356-13
-midendword sstarr 234-23456-356-1235
-midendword sstart 234-23456-356-2345
-midendword sstation 234-23456-5-1345
-midendword sstatt 234-23456-1-2345-2345
-endword sstatue 234-23456-1-2345-136-15
-midendword sstatuen 234-23456-1-2345-136-14
-midendword sstatus 234-23456-1-2345-136-234
-midendword sstatut 234-23456-1-2345-136-2345
-endword sstaude 234-23456-16-145-15
-midendword sstauden 234-23456-16-145-14
-midendword ssteak 234-23456-15-1-13
-midendword sstehend 234-23456-2356-14-145
-midendword ssteigern 234-23456-146-1245-12456-1345
-midendword ssteigerung 234-23456-146-1245-12456-136
-midendword sstein 234-23456-1246
-endword sstele 234-23456-13456-15
-midendword sstelen 234-23456-13456-14
-endword sstelle 234-2-13456-15
-midendword sstellen 234-2-13456-14
-midendword sstellig 234-2-13456-45
-midendword sstellreflex 234-2-13456-1235-15-124-123-15-6-1346
-midendword sstellung 234-2-13456-136
-midendword sstelz 234-23456-13456-1356
-midendword sstempel 234-23456-12356-1234-13456
-endword ssteppe 234-23456-15-1234-1234-15
-midendword ssteppen 234-23456-15-1234-1234-14
-endword ssterbe 234-23456-12456-12-15
-midendword ssterben 234-23456-12456-12-14
-midendword ssteril 234-23456-12456-24-123
-midendword sstern 234-23456-12456-1345
-midendword ssteuer 234-23456-126-12456
-midendword sstich 234-23456-3456
-midendword sstift 234-23456-24-124-2345
-midendword sstil 234-23456-24-123
-midendword sstill 234-23456-24-12345
-midendword sstimm 234-23456-24-1346
-midendword sstock 234-23456-135-46
-midendword sstoff 234-23456-135-124-124
-midendword sstollen 234-23456-135-12345-14
-midendword sstolz 234-23456-135-123-1356
-midendword sstop 234-23456-135-1234
-midendword sstopp 234-23456-135-1234-1234
-midendword sstory 234-23456-26-6-13456
-midendword sstoß 234-23456-135-2346
-midendword sstraf 234-23456-1235-1-124
-midendword sstrand 234-23456-1235-235-145
-midendword sstrang 234-23456-1235-235-1245
-midendword sstrauch 234-23456-1235-16-1456
-midendword sstraß 234-23456-1235-1-2346
-midendword sstreb 234-23456-1235-15-12
-endword sstrebe 234-23456-1235-15-12-15
-endword sstreck 234-23456-1235-15-46
-midendword sstreich 234-23456-1235-146-1456
-midendword sstreif 234-23456-1235-146-124
-midendword sstreik 234-23456-1235-146-13
-midendword sstreit 234-23456-1235-146-2345
-endword sstreite 234-23456-1235-146-236
-midendword sstreuung 234-23456-1235-126-136
-midendword sstrich 234-23456-1235-3456
-midendword sstrichter 2346-2345-1235-3456-2345-12456
-midendword sstroh 234-23456-1235-135-125
-midendword sstrom 234-23456-1235-135-134
-midendword sstroph 234-23456-1235-135-1234-125
-midendword sstrotzend 234-23456-1235-135-2345-1356-14-145
-endword sstube 234-23456-136-12-15
-midendword sstuben 234-23456-136-12-14
-endword sstufe 234-23456-136-124-15
-midendword sstufen 234-23456-136-124-14
-midendword sstuhl 234-23456-136-125-123
-endword sstunde 234-23456-256-145-15
-midendword sstunden 234-23456-256-145-14
-midendword ssturm 234-23456-136-1235-134
-midendword ssturz 234-23456-136-1235-1356
-endword sstute 234-23456-136-236
-midendword sstuten 234-23456-136-2345-14
-midendword sstutz 234-23456-136-2345-1356
-endword sstäbe 234-23456-345-12-15
-midendword sstäben 234-23456-345-12-14
-midendword sständ 234-5-23456
-midendword sstück 234-23456-1256-46
-midendword sstülp 234-23456-1256-123-1234
-midendword sstürm 234-23456-1256-1235-134
-midendword sstürz 234-23456-1256-1235-1356
-midendword sstütz 234-23456-1256-2345-1356
-endword ssuche 234-234-136-1456-15
-midendword ssuchen 234-234-136-1456-14
-midendword ssucher 234-234-136-1456-12456
-midendword ssucht 234-234-136-1456-2345
-midendword ssud 234-234-136-145
-midendword ssumm 234-234-136-1346
-midendword ssumpf 234-234-136-134-1234-124
-endword ssuppe 234-234-136-1234-1234-15
-midendword ssuppen 234-234-136-1234-1234-14
-endword sszene 234-234-1356-14-15
-midendword sszenen 234-234-1356-14-14
-endword ssäfte 234-234-345-124-236
-midendword ssäften 234-234-345-124-2345-14
-endword ssäge 234-5-234-1245-15
-midendword ssägemaschin 234-5-234-1245-15-134-156
-midendword ssägen 234-5-234-1245-14
-endword ssäle 234-234-345-123-15
-midendword ssälen 234-234-345-123-14
-endword ssätz 234-5-234-1356
-midendword ssäufer 234-234-34-124-12456
-midendword ssäuger 234-234-34-1245-12456
-midendword ssäugetier 234-234-34-12346-2345-346-1235
-endword ssäule 234-234-34-123-15
-midendword ssäulen 234-234-34-123-14
-midendword ssüchtig 234-234-1256-1456-2345-45
-midendword ssünd 234-234-1256-1345-145
-always dasselbe 145-1-234-234-13456-12-15
-always dasselbig 145-1-234-234-13456-12-45
-always abgas 1-12-1245-1-234
-always niklas 1345-24-13-123-1-234
-always nicklas 1345-24-46-123-1-234
-prfword grassorte 1245-1235-1-234-234-26-236
-begmidword grassort 1245-1235-1-234-234-26-2345
-begmidword grasst 1245-1235-1-234-23456
-before s begmidword diebs 145-346-12-234
-always antriebs 235-2345-1235-346-12-234
-prfword antriebst 235-2345-1235-346-12-23456
-always betriebs 23-2345-1235-346-12-234
-always betriebsetz 23-2345-1235-346-12-2-15
-prfword betriebst 23-2345-1235-346-12-23456
-begmidword betriebstätt 23-2345-1235-346-12-23456-345-2345-2345
-prfword betriebstätte 23-2345-1235-346-12-23456-345-2345-236
-always krebs 13-1235-15-12-234
-sufword vertriebs 36-2345-1235-346-12-234
-word vertriebst 36-2345-1235-346-12-23456
-midendword vertriebs 1236-12456-2345-1235-346-12-234
-endword vertriebst 1236-12456-2345-1235-346-12-23456
-before s begmidword leibs 123-146-12-234
-always weibs 2456-146-12-234
-always kalbs 13-25-12-234
-always jakobs 245-1-13-135-12-234
-always jakobstraß 245-1-13-135-12-23456-1235-1-2346
-always wettbewerbs 2456-15-2345-2345-23-2456-12456-12-234
-always wettbewerbstell 2456-15-2345-2345-23-2456-12456-12-2-13456
-always erwerbs 12456-2456-12456-12-234
-always urlaubs 136-1235-123-16-12-234
-always ericsson 12456-24-6-14-234-234-135-1345
-always schieds 156-346-145-234
-prfword schiedst 156-346-145-23456
-always mitglieds 2-2345-1245-123-346-145-234
-always mitgliedstaat 2-2345-1245-123-346-145-23456-2345
-always mitgliedschaft 2-2345-1245-123-346-145-156
-always herolds 125-12456-135-123-145-234
-always heroldstab 125-12456-135-123-145-23456-1-12
-always gedulds 12346-145-136-123-145-234
-sufword auslands 34-123-235-145-234
-midendword auslands 16-234-123-235-145-234
-sufword auslandsch 34-123-235-145-156
-midendword auslandsch 16-234-123-235-145-156
-sufword auslandschef 34-123-235-145-234-1456-15-124
-midendword auslandschef 16-234-123-235-145-234-1456-15-124
-always inlands 35-123-235-145-234
-always rolands 1235-135-123-235-145-234
-always hunds 125-256-145-234
-always hundschnell 125-256-145-156-1345-15-12345
-always hundstock 125-256-145-23456-135-46
-always mords 134-26-145-234
-begmidword mordseri 134-26-145-234-12456-24
-always mordsch 134-26-145-156
-always pfunds 1234-124-256-145-234
-always pfundsch 1234-124-256-145-156
-sufword verbands 36-12-235-145-234
-begword verbandsch 36-12-235-145-156
-sufword verbandschef 36-12-235-145-234-1456-15-124
-word verbandst 36-12-235-145-23456
-sufword verbandstoff 36-12-235-145-23456-135-124-124
-midendword verbands 1236-12456-12-235-145-234
-midword verbandsch 1236-12456-12-235-145-156
-midendword verbandschef 1236-12456-12-235-145-234-1456-15-124
-endword verbands 1236-12456-12-235-145-23456
-midendword verbandstoff 1236-12456-12-235-145-23456-135-124-124
-before s begmidword lands 123-235-145-234
-always leibes 123-146-12-123456
-always diebes 145-346-12-123456
-always liebes 123-346-12-123456
-always waldes 2456-25-145-123456
-always landes 123-235-145-123456
-begmidword landestreif 123-235-145-15-23456-1235-146-124
-always standes 2-23456-123456
-always bundes 12-256-145-123456
-always todes 2345-135-145-123456
-always tages 2345-1-1245-123456
-always metageschäft 134-15-2345-1-1245-124
-always sieges 234-346-1245-123456
-always kies 13-346-234
-always kiest 13-346-23456
-always vlies 1236-123-346-234
-always spezies 234-1234-15-1356-24-123456
-always achilles 1-1456-24-12345-123456
-always herkules 125-12456-13-136-123-123456
-always stammes 23456-1-1346-123456
-always mannes 134-1345-123456
-always sinnes 234-35-1345-123456
-always herpes 125-12456-1234-123456
-always heeres 125-15-15-1235-123456
-always meeres 134-15-15-1235-123456
-always jahres 245-1235-123456
-always diabetes 145-24-1-23-2345-123456
-always geistes 1245-146-23456-123456
-always gottes 1245-135-2345-2345-123456
-always gesetzes 12346-2-15-123456
-always schiffs 156-24-124-124-234
-always schiffschaukel 156-24-124-124-156-16-13-13456
-begmidword schiffschrau 156-24-124-124-156-1235-16
-prfword schiffst 156-24-124-124-23456
-always griffs 1245-1235-24-124-124-234
-always griffsch 1245-1235-24-124-124-156
-always griffschrift 1245-1235-24-124-124-156-2345
-always griffstück 1245-1235-24-124-124-23456-1256-46
-always griffstutz 1245-1235-24-124-124-23456-136-2345-1356
-prfword griffst 1245-1235-24-124-124-23456
-always behelfs 23-125-13456-124-234
-always hilfs 125-24-123-124-234
-prfword hilfst 125-24-123-124-23456
-always wolfs 2456-135-123-124-234
-always bischofs 12-24-156-135-124-234
-always friedhofs 124-1235-346-145-125-135-124-234
-always friedhofstill 124-1235-346-145-125-135-124-23456-24-12345
-always bahnhofs 12-1-125-1345-125-135-124-234
-always bahnhofstr 12-1-125-1345-125-135-124-23456-1235
-always bedarfs 23-145-356-124-234
-prfword bedarfst 23-145-356-124-23456
-sufword entwurfs 2346-2456-136-1235-124-234
-midendword entwurfs 14-2345-2456-136-1235-124-234
-always einkaufs 1246-13-16-124-234
-prfword einkaufst 1246-13-16-124-23456
-sufword verkaufs 36-13-16-124-234
-word verkaufst 36-13-16-124-23456
-sufword verkaufstand 36-13-16-124-2-23456
-sufword verkaufständ 36-13-16-124-5-23456
-midendword verkaufs 1236-12456-13-16-124-234
-endword verkaufst 1236-12456-13-16-124-23456
-midendword verkaufstand 1236-12456-13-16-124-2-23456
-midendword verkaufständ 1236-12456-13-16-124-5-23456
-always berufs 23-1235-136-124-234
-prfword berufst 23-1235-136-124-23456
-always durchschlags 2-1456-156-1245-234
-sufword verlags 36-123-1-1245-234
-midendword verlags 1236-12456-123-1-1245-234
-always auftrags 2-16-2345-1245-234
-prfword auftragst 2-16-2345-1245-23456
-always auftragsch 2-16-2345-1245-156
-always beitrags 2-12-2345-1245-234
-always betrags 23-2345-1245-234
-always ertrags 12456-2345-1245-234
-always ertragsteiger 12456-2345-1245-23456-146-1245-12456
-always ertragsteuer 12456-2345-1245-23456-126-12456
-sufword vertrags 36-2345-1245-234
-sufword vertragsch 36-2345-1245-156
-sufword vertragschließ 36-2345-1245-156-2346
-midendword vertrags 1236-12456-2345-1245-234
-midendword vertragsch 1236-12456-2345-1245-156
-midendword vertragschließ 1236-12456-2345-1245-156-2346
-always vortrags 2-26-2345-1245-234
-always alltags 1-12345-2345-1-1245-234
-always halbtags 125-25-12-2345-1-1245-234
-always montags 134-135-1345-2345-1-1245-234
-always feiertags 124-146-12456-2345-1-1245-234
-always mittags 134-24-2345-2345-1-1245-234
-always mittagsch 134-24-2345-2345-1-1245-156
-always festtags 124-15-23456-2345-1-1245-234
-always ganztags 1245-1356-2345-1-1245-234
-always sonntags 234-135-1345-1345-2345-1-1245-234
-always kriegs 13-1235-346-1245-234
-before a begmidword kriegst 13-1235-346-1245-234-2345
-before r begmidword kriegst 13-1235-346-1245-234-2345
-always kriegstüchtig 13-1235-346-1245-234-2345-1256-1456-2345-45
-always kriegst 13-1235-346-1245-23456
-always abstiegs 1-12-23456-346-1245-234
-prfword abstiegst 1-12-23456-346-1245-23456
-always aufstiegs 2-16-23456-346-1245-234
-prfword aufstiegst 2-16-23456-346-1245-23456
-always königs 13-246-1345-45-234
-always königstein 13-246-1345-45-23456-1246
-always erfolgs 12456-124-1245-234
-always erfolgst 12456-124-1245-23456
-always erfolgsträg 12456-124-1245-234-5-2345-1245
-begmidword erfolgstrain 12456-124-1245-234-2345-1235-1-24-1345
-always erfolgstyp 12456-124-1245-234-2345-6-13456-1234
-always empfangs 12356-1234-124-235-1245-234
-always gangs 1245-235-1245-234
-always gangsch 1245-235-1245-156
-begmidword gangschanc 1245-235-1245-234-1456-235-6-14
-always gangsetz 1245-235-1245-2-15
-prfword gangst 1245-235-1245-23456
-always gangster 1245-235-1245-23456-12456
-always anfangs 235-124-235-1245-234
-always gesangs 12346-234-235-1245-234
-always gesangschul 12346-234-235-1245-156-136-123
-always gesangst 12346-234-235-1245-23456
-always gesangstund 12346-234-235-1245-23456-256-145
-always zwangs 1356-2456-235-1245-234
-always zwangsch 1356-2456-235-1245-156
-prfword zwangst 1356-2456-235-1245-23456
-always lieblings 123-346-12-123-35-1245-234
-always säuglings 234-34-1245-123-35-1245-234
-always frühlings 124-1235-1256-125-123-35-1245-234
-always zwillings 1356-2456-24-12345-35-1245-234
-always lehrlings 123-2356-1235-123-35-1245-234
-always schmetterlings 156-134-15-2345-2345-12456-123-35-1245-234
-always flüchtlings 124-123-1256-1456-2345-123-35-1245-234
-always trainings 2345-1235-1-24-1345-35-1245-234
-always herings 125-12456-35-1245-234
-always gebirgs 12346-12-24-1235-1245-234
-always betrugs 23-2345-1235-136-1245-234
-prfword betrugst 23-2345-1235-136-1245-23456
-always bezugs 23-1356-136-1245-234
-always bezugschein 23-1356-136-1245-156-1246
-always einzugs 1246-1356-136-1245-234
-always einzugsch 1246-1356-136-1245-156
-always vorzugs 2-26-1356-136-1245-234
-sufword entzugs 2346-1356-136-1245-234
-midendword entzugs 14-2345-1356-136-1245-234
-begmidword lachss 123-56-234-234
-always flachs 124-123-56-234
-always flachsch 124-123-56-156
-always flachschaber 124-123-56-156-1-12-12456
-always flachst 124-123-56-23456
-always gesprächs 12346-5-234-1234-234
-before s midword chs 1456-234
-before s midword achs 56-234
-always wachs 2456-56-234
-always wachsam 2456-56-2346
-always wachschiff 2456-56-156-24-124-124
-always wachschlaf 2456-56-156-123-1-124
-always wachschutz 2456-56-156-136-2345-1356
-always wachssch 2456-56-234-156
-prfword wachst 2456-56-23456
-always wachstation 2456-56-23456-5-1345
-prfword wachste 2456-56-23456-15
-prfword wachstem 2456-56-23456-12356
-prfword wachsten 2456-56-23456-14
-prfword wachster 2456-56-23456-12456
-prfword wachstes 2456-56-23456-123456
-# HOMONYM
-always wachstub 2456-56-23456-136-12
-always schwach 156-2456-56
-always sechs 234-15-1456-234
-prfword sechst 234-15-1456-23456
-before konsonant begmidword sechst 234-15-1456-23456
-prfword sechste 234-15-1456-23456-15
-always sechstel 234-15-1456-23456-13456
-prfword sechstem 234-15-1456-23456-12356
-prfword sechsten 234-15-1456-23456-14
-prfword sechstens 234-15-1456-23456-14-234
-prfword sechster 234-15-1456-23456-12456
-prfword sechstes 234-15-1456-23456-123456
-sufword ausgleichs 34-1245-1456-234
-midendword ausgleichs 16-234-1245-1456-234
-sufword ausgleichsch 34-1245-1456-156
-midendword ausgleichsch 16-234-1245-1456-156
-begword ausgleichschanc 34-1245-1456-234-1456-235-6-14
-midword ausgleichschanc 16-234-1245-1456-234-1456-235-6-14
-sufword ausgleichst 34-1245-1456-23456
-midendword ausgleichst 16-234-1245-1456-23456
-word ausgleichstor 34-1245-1456-234-2345-135-1235
-begword ausgleichstor 34-1245-1456-234-2345-26
-midword ausgleichstor 16-234-1245-1456-234-2345-26
-endword ausgleichstor 16-234-1245-1456-234-2345-135-1235
-begword ausgleichstreff 34-1245-1456-234-2345-124
-midword ausgleichstreff 16-234-1245-1456-234-2345-124
-sufword vergleichs 36-1245-1456-234
-word vergleichst 36-1245-1456-23456
-midendword vergleichs 1236-12456-1245-1456-234
-endword vergleichst 1236-12456-1245-1456-23456
-always reichs 1235-146-1456-234
-always streich 23456-1235-146-1456
-prfword reichst 1235-146-1456-23456
-prfword reichste 1235-146-1456-23456-15
-prfword reichstem 1235-146-1456-23456-12356
-prfword reichsten 1235-146-1456-23456-14
-prfword reichster 1235-146-1456-23456-12456
-prfword reichstes 1235-146-1456-23456-123456
-always mönchs 134-246-1345-1456-234
-always brauchs 2-34-234
-prfword brauchst 2-34-23456
-always brauchsteuer 2-34-23456-126-12456
-always fuchs 124-136-1456-234
-always fuchst 124-136-1456-23456
-always fuchsteufel 124-136-1456-234-2345-126-124-13456
-always aufbruchs 2-16-12-1235-136-1456-234
-always aufbruchst 2-16-12-1235-136-1456-23456
-sufword ausbruchs 34-12-1235-136-1456-234
-begword ausbruchstell 34-12-1235-136-1456-2-13456
-midendword ausbruchs 16-234-12-1235-136-1456-234
-midword ausbruchstell 16-234-12-1235-136-2-13456
-always einbruchs 1246-12-1235-136-1456-234
-begmidword einbruchstell 1246-12-1235-136-1456-2-13456
-always einbruchsch 1246-12-1235-136-1456-156
-always geruchs 12346-1235-136-1456-234
-sufword besuchs 23-234-136-1456-234
-word besuchst 23-234-136-1456-23456
-sufword versuchs 36-234-136-1456-234
-word versuchst 36-234-136-1456-23456
-midendword versuchs 1236-12456-234-136-1456-234
-endword versuchs 1236-12456-234-136-1456-23456
-always wuchs 2456-136-1456-234
-prfword wuchst 2456-136-1456-23456
-always relais 1235-13456-1-24-234
-always mais 134-1-24-234
-always maisch 134-1-24-156
-always gleis 1245-123-146-234
-prfword gleist 1245-123-146-23456
-prfword gleiste 1245-123-146-23456-15
-prfword gleistem 1245-123-146-23456-12356
-prfword gleisten 1245-123-146-23456-14
-prfword gleister 1245-123-146-23456-12456
-prfword gleistes 1245-123-146-23456-123456
-# HOMONYM
-prfword gleistest 1245-123-146-23456-15-23456
-prfword gleistet 1245-123-146-23456-15-2345
-always steigleistung 23456-146-1245-123-146-23456-136
-always kreis 13-1235-146-234
-prfword kreist 13-1235-146-23456
-prfword kreiste 13-1235-146-23456-15
-prfword kreistem 13-1235-146-23456-12356
-prfword kreisten 13-1235-146-23456-14
-prfword kreister 13-1235-146-23456-12456
-prfword kreistes 13-1235-146-23456-123456
-prfword kreistest 13-1235-146-23456-15-23456
-prfword kreistet 13-1235-146-23456-15-2345
-always kreisch 13-1235-146-156
-always preis 1234-1235-146-234
-prfword preist 1234-1235-146-23456
-prfword preiste 1234-1235-146-23456-15
-prfword preistem 1234-1235-146-23456-12356
-prfword preisten 1234-1235-146-23456-14
-prfword preister 1234-1235-146-23456-12456
-prfword preistes 1234-1235-146-23456-123456
-always anissamen 235-24-234-234-1-134-14
-always johannis 245-135-125-235-1345-24-234
-always tennis 2345-14-1345-24-234
-always basis 12-1-234-24-234
-always basisch 12-1-234-24-156
-always gratis 1245-1235-1-2345-24-234
-always praxis 1234-1235-1-6-1346-24-234
-always geschmacks 12346-156-134-1-46-234
-always geschmackstoff 12346-156-134-1-46-23456-135-124-124
-always dreiecks 145-1235-146-15-46-234
-always dreiecksch 145-1235-146-15-46-156
-always augenblicks 16-1245-14-12-123-24-46-234
-sufword ausdrucks 34-145-46-234
-sufword ausdruckst 34-145-46-23456
-midendword ausdrucks 16-234-145-46-234
-midendword ausdruckst 16-234-145-46-23456
-always glücks 1245-46-234
-# HOMONYM
-always glücksam 1245-46-2346
-prfword glückst 1245-46-23456
-prfword glückstadt 1245-46-23456-1-145-2345
-always unglücks 256-1245-46-234
-prfword unglückst 256-1245-46-23456
-always stücks 23456-1256-46-234
-always stücksteuer 23456-1256-46-23456-126-12456
-prfword stückst 23456-1256-46-23456
-always bibliotheks 12-24-12-123-24-135-2345-125-15-13-234
-always volks 1236-13-234
-always links 123-35-13-234
-prfword linkst 123-35-13-23456
-prfword flinkste 124-123-35-13-23456-15
-always flinkst 124-123-35-13-23456
-always bezirks 23-1356-24-1235-13-234
-always werks 2456-12456-13-234
-always werksch 2456-12456-13-156
-always werkschrift 2456-12456-13-156-2345
-always gewerkschaft 12346-2456-12456-13-156
-always gewerkschafts 12346-2456-12456-13-156-234
-prfword werkst 2456-12456-13-23456
-always werkstatt 2456-12456-13-23456-1-2345-2345
-always werkstätt 2456-12456-13-23456-345-2345-2345
-always werkstätte 2456-12456-13-23456-345-2345-236
-always werkstätten 2456-12456-13-23456-345-2345-2345-14
-always werkstein 2456-12456-13-23456-1246
-always werkstell 2456-12456-13-2-13456
-always werksteuer 2456-12456-13-23456-126-12456
-always werkstoff 2456-12456-13-23456-135-124-124
-always werkstoll 2456-12456-13-23456-135-12345
-always werkstück 2456-12456-13-23456-1256-46
-always hals 125-25-234
-always halst 125-25-23456
-begmidword halstabl 125-25-234-2345-1-12-123
-always halstuch 125-25-234-2345-136-1456
-begmidword halstüch 125-25-234-2345-1256-1456
-always generals 1245-14-12456-25-234
-always generalsch 1245-14-12456-25-156
-always generalst 1245-14-12456-25-23456
-always generalstaat 1245-14-12456-25-23456-2345
-always generalstab 1245-14-12456-25-23456-1-12
-always generalstäb 1245-14-12456-25-23456-345-12
-always generalstand 1245-14-12456-25-2-23456
-always generalständ 1245-14-12456-25-5-23456
-always grals 1245-1235-25-234
-always quartals 6-12345-136-356-2345-25-234
-always karnevals 13-356-1345-15-1236-25-234
-always adels 1-145-13456-234
-prfword adelst 1-145-13456-23456
-always handels 125-145-13456-234
-always handelsch 125-145-13456-156
-prfword handelst 125-145-13456-23456
-always fels 124-13456-234
-prfword ffelst 124-124-13456-23456
-after f midendword elster 13456-23456-12456
-always schwafel 156-2456-1-124-13456
-always tafel 2345-1-124-13456
-always täfel 2345-345-124-13456
-always gaffel 1245-1-124-124-13456
-always waffel 2456-1-124-124-13456
-always löffel 123-246-124-124-13456
-always pantoffel 1234-235-2345-135-124-124-13456
-always kartoffel 13-356-2345-135-124-124-13456
-always schnüffel 156-1345-1256-124-124-13456
-prfword zweifelst 1356-2456-146-124-13456-23456
-always tröpfel 2345-1235-246-1234-124-13456
-always würfel 2456-1256-1235-124-13456
-always apfelsch 1-1234-124-13456-156
-always apfelst 1-1234-124-13456-23456
-midendword äufelst 34-124-13456-23456
-always himmels 125-24-1346-13456-234
-prfword himmelst 125-24-1346-13456-23456
-always himmelschlüssel 125-24-1346-13456-156-123-1256-2346-13456
-always himmelschrei 125-24-1346-13456-156-1235-146
-always himmelstreb 125-24-1346-13456-23456-1235-15-12
-always himmelstürm 125-24-1346-13456-23456-1256-1235-134
-always befehls 23-124-2356-123-234
-always gefühls 12346-124-1256-125-123-234
-always urteils 136-1235-2345-146-123-234
-prfword urteilst 136-1235-2345-146-123-23456
-always konzils 13-135-1345-1356-24-123-234
-always beifalls 2-12-124-12345-234
-always einfalls 1246-124-12345-234
-always einfallstraß 1246-124-12345-23456-1235-1-2346
-always zufalls 2-1356-124-12345-234
-always marschalls 134-356-156-1-12345-234
-always marschallstab 134-356-156-1-12345-23456-1-12
-always karls 13-356-123-234
-always karlstad 13-356-123-23456-1-145
-begmidword karlstraß 13-356-123-23456-1235-1-2346
-always impuls 24-134-1234-136-123-234
-always brems 12-1235-12356-234
-prfword bremst 12-1235-12356-23456
-prfword bremste 12-1235-12356-23456-15
-prfword bremstem 12-1235-12356-23456-12356
-prfword bremsten 12-1235-12356-23456-14
-prfword bremster 12-1235-12356-23456-12456
-prfword bremstes 12-1235-12356-23456-123456
-# HOMONYM
-prfword bremstest 12-1235-12356-23456-15-23456
-prfword bremstet 12-1235-12356-23456-15-2345
-always übernahms 2-1256-1345-134-234
-prfword übernahmst 2-1256-1345-134-23456
-always brahms 12-1235-1-125-134-234
-always bims 12-24-134-234
-always bimste 12-24-134-23456-15
-always bimsten 12-24-134-23456-14
-always gesims 12346-234-24-134-234
-always gesimst 12346-234-24-134-23456
-always jubiläums 245-136-12-24-123-345-136-134-234
-always museums 134-136-234-15-136-134-234
-always datums 145-1-2345-136-134-234
-always eigentums 146-1245-14-2345-136-134-234
-always präsidiums 1234-1235-345-234-24-145-24-136-134-234
-always imperiums 24-134-1234-12456-24-136-134-234
-always ministeriums 134-35-24-23456-12456-24-136-134-234
-always jeans 245-15-1-1345-234
-always trans 2345-1235-235-234
-always transchier 2345-1235-235-156-346-1235
-always sanssouci 234-235-234-234-135-136-6-14-24
-always glaubens 1245-123-16-12-14-234
-always schadens 156-1-145-14-234
-always schadenstift 156-1-145-14-23456-24-124-2345
-always friedens 124-1235-346-145-14-234
-prfword friedenste 124-1235-346-145-14-23456-15
-always friedenstell 124-1235-346-145-14-2-13456
-prfword friedenstem 124-1235-346-145-14-23456-12356
-prfword friedensten 124-1235-346-145-14-23456-14
-prfword friedenster 124-1235-346-145-14-23456-12456
-prfword friedenstes 124-1235-346-145-14-23456-123456
-always friedenstift 124-1235-346-145-14-23456-24-124-2345
-always kondens 13-135-1345-145-14-234
-always ordens 26-145-14-234
-always tangens 2345-235-1245-14-234
-sufword vermögens 36-2-246-14-234
-midendword vermögens 1236-12456-2-246-14-234
-always darlehens 145-356-123-2356-14-234
-always schreckens 156-1235-15-46-14-234
-always schreckensch 156-1235-15-46-14-156
-always schreckenstarr 156-1235-15-46-14-23456-356-1235
-always willens 2456-12345-14-234
-always namens 1345-1-134-14-234
-always namensch 1345-1-134-14-156
-always namenstempel 1345-1-134-14-23456-12356-1234-13456
-always siemens 234-346-134-14-234
-always unternehmens 2-256-1345-125-14-234
-always einkommens 1246-13-1346-14-234
-always einkommensteuer 1246-13-1346-14-23456-126-12456
-sufword verfahrens 36-2-1235-14-234
-midendword verfahrens 1236-12456-2-1235-14-234
-always ermessens 12456-134-15-2346-14-234
-always wissens 2456-2346-14-234
-always wissenschaft 2456-2346-14-156
-always wissenschaftsauf 2456-2346-14-156-234-2-16
-always wissenstand 2456-2346-14-2-23456
-sufword verhaltens 36-125-25-2345-14-234
-word verhaltenste 36-125-25-2345-14-23456-15
-word verhaltenstem 36-125-25-2345-14-23456-12356
-word verhaltensten 36-125-25-2345-14-23456-14
-word verhaltenster 36-125-25-2345-14-23456-12456
-word verhaltenstes 36-125-25-2345-14-23456-123456
-midendword verhaltens 1236-12456-125-25-2345-14-234
-endword verhaltenste 1236-12456-125-25-2345-14-23456-15
-endword verhaltenstem 1236-12456-125-25-2345-14-23456-12356
-endword verhaltensten 1236-12456-125-25-2345-14-23456-14
-endword verhaltenster 1236-12456-125-25-2345-14-23456-12456
-endword verhaltenstes 1236-12456-125-25-2345-14-23456-123456
-sufword vertrauens 36-2345-1235-16-14-234
-midendword vertrauens 1236-12456-2345-1235-16-14-234
-always herzens 125-12456-1356-14-234
-sufword vereins 36-1246-234
-sufword vereinsam 36-1246-2346
-word vereinst 36-1246-23456
-midendword vereins 1236-12456-1246-234
-midendword vereinsam 1236-12456-1246-2346
-endword vereinst 1236-12456-1246-23456
-before s begmidword steins 23456-1246-234
-always schweins 156-2456-1246-234
-always zins 1356-35-234
-always finanz 124-35-235-1356
-always justiz 245-136-23456-24-1356
-always magazin 134-1-1245-1-1356-35
-always medizin 134-15-145-24-1356-35
-always benzin 12-14-1356-35
-always kratz 13-1235-1-2345-1356
-prfword zinst 1356-35-23456
-prfword zinste 1356-35-23456-15
-prfword zinstem 1356-35-23456-12356
-prfword zinsten 1356-35-23456-14
-prfword zinster 1356-35-23456-12456
-prfword zinstes 1356-35-23456-123456
-prfword zinstest 1356-35-23456-15-23456
-prfword zinstet 1356-35-23456-15-2345
-before s begmidword manns 134-1345-234
-always seemanns 234-15-15-134-1345-234
-always seemannschaft 234-15-15-134-1345-156
-always kaufmanns 13-16-124-134-1345-234
-always kaufmannschaft 13-16-124-134-1345-156
-always bergmanns 12-12456-1245-134-1345-234
-before s midword ions 24-135-1345-234
-always garnisons 1245-356-1345-24-234-135-1345-234
-always kantons 13-235-2345-135-1345-234
-before s begword kokos 13-135-13-135-234
-always kosmos 13-135-234-134-135-234
-before s begword los 123-135-234
-always erlös 12456-123-246-234
-always erlösch 12456-123-246-156
-always erlöst 12456-123-246-23456
-before s begmidword moos 134-135-135-234
-always lotos 123-135-2345-135-234
-always gips 1245-24-1234-234
-always gipst 1245-24-1234-23456
-always schnaps 156-1345-1-1234-234
-always korps 13-26-1234-234
-always alters 25-2345-12456-234
-prfword alterst 25-2345-12456-23456
-always halterschaft 125-25-2345-12456-156
-always schalter 156-25-2345-12456
-before s begmidword mars 134-356-234
-always neujahrs 1345-126-245-1235-234
-sufword verkehrs 36-13-2356-1235-234
-word verkehrst 36-13-2356-1235-23456
-midendword verkehrs 1236-12456-13-2356-1235-234
-endword verkehrst 1236-12456-13-2356-1235-23456
-always kurs 13-136-1235-234
-always kurschatten 13-136-1235-156-1-2345-2345-14
-prfword kurst 13-136-1235-23456
-always kurstadt 13-136-1235-23456-1-145-2345
-always kurstäd 13-136-1235-23456-345-145
-always velours 1236-13456-135-136-1235-234
-always merkur 134-12456-13-136-1235
-always staats 23456-2345-234
-always senats 234-14-1-2345-234
-always monats 134-135-1345-1-2345-234
-always rats 1235-1-2345-234
-always heirats 125-146-1235-1-2345-234
-always ratsam 1235-1-2345-2346
-always ratsamt 1235-1-2345-234-1-134-2345
-always ratsch 1235-1-2345-156
-always ratschef 1235-1-2345-234-1456-15-124
-always ratschlag 1235-1-2345-156-1245
-always ratschläg 1235-1-2345-5-156-1245
-always ratschluss 1235-1-2345-156-123-136-2346
-always ratschlüss 1235-1-2345-156-123-1256-2346
-always ratsitz 1235-1-2345-2-24
-always ratsprach 1235-1-2345-234-1234
-always ratstoff 1235-1-2345-23456-135-124-124
-always ratstück 1235-1-2345-23456-1256-46
-prfword tratst 2345-1235-1-2345-23456
-midword itäts 1-2345-2345-14-2345-1-2345-234
-always attentats 1-2345-2345-14-2345-1-2345-234
-always pubertäts 1234-136-12-12456-2345-345-2345-234
-always abts 1-12-2345-234
-always gebiets 12346-12-346-2345-234
-always miets 134-346-2345-234
-always mietsch 134-346-2345-156
-always mietst 134-346-2345-23456
-always mietstand 134-346-2345-2-23456
-always geschäfts 1245-124-234
-always unterschrifts 2-256-156-2345-234
-always unterschriftstempel 2-256-156-2345-23456-12356-1234-13456
-always kunfts 13-256-124-2345-234
-always kunftsch 13-256-124-2345-156
-always kunftschanc 13-256-124-2345-234-1456-235-6-14
-always wehrmachts 2456-2356-1235-134-56-2345-234
-always fastnachts 124-1-23456-1345-56-2345-234
-always weihnachts 2456-146-125-1345-56-2345-234
-always gefechts 12346-124-15-1456-2345-234
-always geschlechts 12346-156-123-15-1456-2345-234
-always geschichts 12346-156-3456-2345-234
-always gerichts 12346-2-3456-234
-always unterrichts 2-256-2-3456-234
-always unterrichtstoff 2-256-2-3456-23456-135-124-124
-midword sichts 234-3456-2345-234
-begmidword sichtsch 234-3456-2345-156
-always gewichts 12346-2456-3456-2345-234
-always zufluchts 2-1356-124-123-136-1456-2345-234
-always arbeits 356-12-234
-always abseits 1-12-234-146-2345-234
-always hochzeits 125-135-1456-1356-2345-234
-always gehalts 12346-125-25-2345-234
-always inhalts 35-125-25-2345-234
-always inhaltschwer 35-125-25-2345-156-2456-12456
-always unterhalts 2-256-125-25-2345-234
-always unterhaltsam 2-256-125-25-2345-2346
-always haushalts 125-16-234-125-25-2345-234
-always amts 1-134-2345-234
-always kamtsch 13-1-134-2345-156
-always parlaments 1234-356-123-1-134-14-2345-234
-always temperaments 2345-12356-1234-12456-1-134-14-2345-234
-always regiments 1235-15-1245-24-134-14-2345-234
-always advents 1-145-1236-14-2345-234
-always angebots 235-12346-12-135-2345-234
-sufword verbots 36-12-135-2345-234
-word verbotst 36-12-135-2345-23456
-midendword verbots 1236-12456-12-135-2345-234
-endword verbotst 1236-12456-12-135-2345-23456
-always fahrts 2-1235-2345-234
-always fahrtsch 2-1235-2345-156
-always fahrtstraß 2-1235-2345-23456-1235-1-2346
-always fahrtsträß 2-1235-2345-23456-1235-345-2346
-always fahrtstreck 2-1235-2345-23456-1235-15-46
-always fahrtstund 2-1235-2345-23456-256-145
-always fahrtstag 2-1235-2345-234-2345-1-1245
-prfword fahrtstage 2-1235-2345-234-2345-1-12346
-always gegenwarts 1245-2456-234
-always wirts 2456-24-1235-2345-234
-always geburts 12346-12-136-1235-2345-234
-prfword geburtstätte 12346-12-136-1235-2345-23456-345-2345-236
-prfword geburtstätten 12346-12-136-1235-2345-23456-345-2345-2345-14
-always kabinetts 13-1-12-35-15-2345-2345-234
-always kabinettstück 13-1-12-35-15-2345-2345-23456-1256-46
-always durchtritts 2-1456-2345-1235-24-2345-2345-234
-always eintritts 1246-2345-1235-24-2345-2345-234
-prfword eintrittst 1246-2345-1235-24-2345-2345-23456
-sufword austritts 34-2345-1235-24-2345-2345-234
-word austrittst 34-2345-1235-24-2345-2345-23456
-midendword austritts 16-234-2345-1235-24-2345-2345-234
-midendword austrittst 16-234-2345-1235-24-2345-2345-23456
-always durchschnitts 2-1456-156-1345-24-2345-2345-234
-always querschnitts 6-12345-136-12456-156-1345-24-2345-2345-234
-always gemüts 12346-134-1256-2345-234
-midendword aussag 16-234-234-1245
-midendword aussaat 16-234-234-1-1-2345
-midendword aussend 16-234-234-14-145
-midword aussied 16-234-234-346-145
-midword ausspar 16-234-234-1234-356
-always haussegen 125-16-234-234-15-1245-14
-begmidword haussipp 125-16-234-234-24-1234-1234
-begmidword haussperlin 125-16-234-234-1234-12456-123-35
-begmidword haussprech 125-16-234-2-2346
-always hausstadt 125-16-234-23456-1-145-2345
-begmidword hausstäd 125-16-234-23456-345-145
-always hausstaub 125-16-234-23456-16-12
-begmidword hausstreck 125-16-234-23456-1235-15-46
-begmidword haussuch 125-16-234-234-136-1456
-always hinaus 125-35-16-234
-always unaus 256-16-234
-before s begmidword raus 1235-16-234
-always heraus 125-12456-16-234
-always voraus 2-26-16-234
-always bambus 12-1-134-12-136-234
-always kubus 13-136-12-136-234
-always arcus 356-6-14-136-234
-always pyrrhus 1234-6-13456-1235-1235-125-136-234
-always sozius 234-135-1356-24-136-234
-always jus 245-136-234
-always jusch 245-136-156
-always just 245-136-23456
-always sympathikus 234-6-13456-134-1234-1-2345-125-24-13-136-234
-always arkus 356-13-136-234
-always zirkus 1356-24-1235-13-136-234
-prfword zirkusse 1356-24-1235-13-136-2346-15
-always zirkussen 1356-24-1235-13-136-2346-14
-always gallus 1245-1-12345-136-234
-always phallus 1234-125-1-12345-136-234
-always plus 1234-123-136-234
-always pluster 1234-123-136-23456-12456
-always rhythmus 1235-125-6-13456-2345-125-134-136-234
-always orgasmus 26-1245-1-234-134-136-234
-sufword tetanus 2345-15-2345-235-136-234
-midendword tetanus 236-2345-235-136-234
-always venus 1236-14-136-234
-always konus 13-135-1345-136-234
-always minus 134-35-136-234
-always kosinus 13-135-234-35-136-234
-always tonus 2345-135-1345-136-234
-always taunus 2345-16-1345-136-234
-always papyrus 1234-1-1234-6-13456-1235-136-234
-always kasus 13-1-234-136-234
-always status 23456-1-2345-136-234
-always luxus 123-136-6-1346-136-234
-always news 1345-15-2456-234
-
-# ST  (4.1 Lautgruppenkürzungen)
-word st 234-2345
-always st 23456
-syllable talkshow 2345-25-13-234-125-135-2456
-syllable thorax 2345-125-26-1-6-1346
-syllable trainings 2345-1235-1-24-1345-35-1245-234
-word sta 234-2345-1
-# HOMONYM
-midendword stabell 234-2345-1-23-12345
-midendword stablet 234-2345-1-12-123-15-2345
-midendword stabu 234-2345-1-12-136
-midendword stafel 234-2345-1-124-13456
-midendword stag 234-2345-1-1245
-midendword stagegeld 234-2345-1-12346-1245-13456-145
-endword stage 234-2345-1-12346
-always stagnation 23456-1-1245-1345-5-1345
-always stagnier 23456-1-1245-1345-346-1235
-always stagsegel 23456-1-1245-234-15-1245-13456
-midendword stakt 234-2345-1-13-2345
-always herbst 125-12456-12-23456
-endword stakte 234-2345-1-13-236
-endword stalar 234-2345-25-1-1235
-midword stalar 234-2345-25-356
-midendword stalent 234-2345-25-14-2345
-midendword staler 234-2345-25-12456
-always standstanz 2-23456-234-2345-235-1356
-midword stangent 234-2345-235-1245-14-2345
-endword stangente 234-2345-235-1245-14-236
-endword stanne 234-2345-235-1345-15
-midendword stannen 234-2345-235-1345-14
-midendword stapezier 234-2345-1-1234-15-1356-346-1235
-sufword austarier 34-2345-356-346-1235
-midendword starier 234-2345-356-346-1235
-midendword starif 234-2345-356-24-124
-endword stasche 234-2345-1-156-15
-midendword staschen 234-2345-1-156-14
-endword stasse 234-2345-1-2346-15
-midendword stassen 234-2345-1-2346-14
-endword staste 234-2345-1-23456-15
-endword stasten 234-2345-1-23456-14
-midendword statbestand 234-2345-1-2345-23-2-23456
-midendword statbeständ 234-2345-1-2345-23-5-23456
-midendword stätig 234-2345-345-2345-45
-always bestätig 23-23456-345-2345-45
-midendword stauglich 234-2345-16-1245-456
-midendword staumel 234-2345-16-134-13456
-midendword stausend 234-2345-16-234-14-145
-endword staxe 234-2345-1-6-1346-15
-midendword staxen 234-2345-1-6-1346-14
-word ste 234-2345-15
-midendword steam 234-2345-15-1-134
-begword steam 23456-15-1-134
-always steamen 23456-15-1-134-14
-always steamer 23456-15-1-134-12456
-always steamt 23456-15-1-134-2345
-endword steamte 23456-15-1-134-236
-midendword stechnik 234-2345-13
-midendword stechnisch 234-2345-156
-midendword stechnolog 234-236-1456-1345-135-123-135-1245
-endword stechnologe 234-236-1456-1345-135-123-135-12346
-midendword stee 234-2345-15-15
-always steelband 23456-15-15-123-12-235-145
-midendword steich 234-2345-146-1456
-midword steilnahm 234-2345-146-123-1345-134
-midendword eisteil 146-234-2345-146-123
-midword steilnehm 234-2345-146-123-1345-125
-midendword steils 234-2345-146-123-234
-always steilst 23456-146-123-23456
-midendword steilzeit 234-2345-146-123-1356-2345
-midendword stelefon 234-2345-13456-15-124-135-1345
-midendword stelegraf 234-2345-13456-15-1245-1235-1-124
-midendword estelegraf 123456-2345-13456-15-1245-1235-1-124
-midendword stelegramm 234-2345-13456-15-1245-1235-1-1346
-midendword stemperatur 234-2345-12356-1234-12456-1-2345-136-1235
-midendword stempo 234-2345-12356-1234-135
-midendword stendenz 234-2345-14-145-14-1356
-endword stensor 234-2345-14-234-135-1235
-midword stensor 234-2345-14-234-26
-midendword steppich 234-236-1234-1234-3456
-midendword sterm 234-2345-12456-134
-always läster 123-345-23456-12456
-always pflaster 1234-124-123-1-23456-12456
-always raster 1235-1-23456-12456
-always priester 1234-1235-346-23456-12456
-always meister 134-146-23456-12456
-always geschwister 12346-156-2456-24-23456-12456
-always fenster 124-14-23456-12456
-always polster 1234-135-123-23456-12456
-always oster 135-23456-12456
-always östermalm 246-23456-12456-134-25-134
-always kloster 13-123-135-23456-12456
-always schuster 156-136-23456-12456
-always flüster 124-123-1256-23456-12456
-always muster 134-136-23456-12456
-midword sterrass 234-2345-12456-1235-1-2346
-midword sterrin 234-2345-12456-1235-35
-midword sterritori 234-2345-12456-1235-24-2345-26-24
-midendword ationstest 5-1345-234-236-23456
-sufword aussteuer 34-23456-126-12456
-midendword aussteuer 16-234-23456-126-12456
-always auftragssteuerung 2-16-2345-1245-234-23456-126-12456-136
-midendword niersteuerung 1345-346-1235-23456-126-12456-136
-always baggersteuerung 12-1-1245-1245-12456-23456-126-12456-136
-always bausteuerung 12-16-23456-126-12456-136
-midendword steufel 234-2345-126-124-13456
-midendword stext 234-236-6-1346-2345
-endword stexte 234-236-6-1346-236
-midword stheat 234-2345-125-15-1-2345
-midendword stheke 234-2345-125-15-13-15
-midendword stheken 234-2345-125-15-13-14
-midendword sthema 234-2345-125-12356-1
-midendword sthemen 234-2345-125-12356-14
-midword stheni 234-2345-125-14-24
-endword sthenie 234-2345-125-14-346
-midword stheno 234-2345-125-14-135
-midendword stheo 234-2345-125-15-135
-midword stheor 234-2345-125-15-26
-midword stherap 234-2345-125-12456-1-1234
-midendword stherm 234-2345-125-12456-134
-midendword sthese 234-2345-125-123456-15
-midendword sthesen 234-2345-125-123456-14
-midendword sthron 234-2345-125-1235-135-1345
-midendword sticket 234-2345-24-46-15-2345
-midendword stief 234-2345-346-124
-always stief 23456-346-124
-always stiefbruder 23456-346-124-12-1235-136-145-12456
-always stiefbrüder 23456-346-124-12-1235-1256-145-12456
-always stiefel 23456-346-124-13456
-always stiefgeschwister 23456-346-124-12346-156-2456-24-23456-12456
-always stiefkind 23456-346-124-13-35-145
-always stiefmutter 23456-346-124-134-136-2345-2345-12456
-always stiefmütter 23456-346-124-134-1256-2345-2345-12456
-always stiefschwester 23456-346-124-156-2456-15-23456-12456
-always stiefsohn 23456-346-124-234-135-125-1345
-always stiefsöhn 23456-346-124-234-246-125-1345
-always stieftochter 23456-346-124-2345-135-1456-2345-12456
-always stieftöchter 23456-346-124-2345-246-1456-2345-12456
-always stiefvater 23456-346-124-1236-1-2345-12456
-always stiefväter 23456-346-124-1236-345-2345-12456
-endword stilge 234-2345-24-123-12346
-midendword stilgen 234-2345-24-123-1245-14
-midendword stilger 234-2345-24-123-1245-12456
-midendword stilgung 234-2345-24-123-1245-136
-endword stinte 234-2345-35-236
-midendword stinten 234-2345-35-2345-14
-midendword stip 234-2345-24-1234
-always stipend 23456-24-1234-14-145
-always stippbesuch 23456-24-1234-1234-23-234-136-1456
-always stippchen 23456-24-1234-1234-1456-14
-always stippe 23456-24-1234-1234-15
-always stippen 23456-24-1234-1234-14
-always stippmilch 23456-24-1234-1234-134-24-123-1456
-always stippvisi 23456-24-1234-1234-1236-24-234-24
-always stipulation 23456-24-1234-136-123-5-1345
-always stipulier 23456-24-1234-136-123-346-1235
-midendword stitel 234-2345-24-2345-13456
-midendword stiter 234-2345-24-2345-12456
-midendword stoast 234-2345-135-1-23456
-midendword stochter 234-2345-135-1456-2345-12456
-midendword stod 234-2345-135-145
-begmidword mastodon 134-1-23456-135-145-135-1345
-midendword estod 123456-2345-135-145
-midword stoleran 234-2345-135-123-12456-235
-midendword stool 234-2345-135-135-123
-midendword stopo 234-2345-135-1234-135
-midendword storkel 234-2345-26-13-13456
-midendword storte 234-2345-26-236
-midendword storten 234-2345-26-2345-14
-midendword stour 234-2345-135-136-1235
-midendword stown 234-2345-135-2456-1345
-midendword stracht 234-2345-1235-56-2345
-midendword stradition 234-2345-1235-1-145-24-2345-245
-midendword strag 234-2345-1245
-midendword stragödi 234-2345-1245-246-145-24
-midendword strain 234-2345-1235-1-24-1345
-midword strak 234-2345-1235-1-13
-midword stranch 234-2345-1235-235-1456
-midendword strank 234-2345-1235-235-13
-midendword strans 234-2345-1235-235-234
-midendword stratsch 234-2345-1235-1-2345-156
-midendword strauer 234-2345-1235-16-12456
-midendword straum 234-2345-1235-16-134
-midendword sträum 234-2345-1235-34-134
-always gastraum 1245-1-23456-1235-16-134
-begmidword gasträum 1245-1-23456-1235-34-134
-always lastraum 123-1-23456-1235-16-134
-begmidword lasträum 123-1-23456-1235-34-134
-always kunst 13-256-23456
-midendword ostraum 135-23456-1235-16-134
-midendword osträum 135-23456-1235-34-134
-midendword straurig 234-2345-1235-16-1235-45
-midendword strauung 234-2345-1235-16-136
-midendword streff 234-2345-124
-midendword streib 234-2345-1235-146-12
-midendword strend 234-2345-1235-14-145
-endword strendite 23456-1235-14-145-24-236
-midendword strenditen 23456-1235-14-145-24-2345-14
-midword strenn 234-2345-1235-14-1345
-midword streppe 234-2345-1235-15-1234-1234
-midword stret 234-2345-1235-15-2345
-endword strete 234-2345-1235-15-236
-midendword stribun 234-2345-1235-24-12-256
-midendword strieb 234-2345-1235-346-12
-midendword striller 234-2345-1235-24-12345-12456
-midendword strink 234-2345-1235-35-13
-midendword strog 234-2345-1235-135-1245
-always gastrogel 1245-1-23456-1235-135-1245-13456
-always gastrogen 1245-1-23456-1235-135-1245-14
-begmidword astrogl 1-23456-1235-135-1245-123
-begmidword astrogn 1-23456-1235-135-1245-1345
-always astrograf 1-23456-1235-135-1245-1235-1-124
-always astrograph 1-23456-1235-135-1245-1235-1-1234-125
-always östrogen 246-23456-1235-135-1245-14
-midendword strommel 234-2345-1235-135-1346-13456
-midword strompet 234-2345-1235-135-134-1234-15-2345
-endword strompete 234-2345-1235-135-134-1234-15-236
-midendword strompetet 234-2345-1235-135-134-1234-15-236-2345
-endword strompetete 234-2345-1235-135-134-1234-15-236-236
-midendword stropf 234-2345-1235-135-1234-124
-midword strophä 234-2345-1235-135-1234-125-345
-midendword stross 234-2345-1235-135-2346
-midendword strost 234-2345-1235-135-23456
-midword strot 234-2345-1235-135-2345
-always rostrot 1235-135-23456-1235-135-2345
-prfword rostrote 1235-135-23456-1235-135-236
-midendword strug 234-2345-1235-136-1245
-midendword struthahn 234-2345-1235-136-2345-125-1-125-1345
-midword struthähn 234-2345-1235-136-2345-125-345-125-1345
-midendword strächtig 234-2345-1235-345-1456-2345-45
-midendword sträg 234-5-2345-1245
-midword strän 234-2345-1235-345-1345
-prfword strände 23456-1235-345-1345-145-15
-always stränden 23456-1235-345-1345-145-14
-always ostränder 135-23456-1235-345-1345-145-12456
-prfword stränge 23456-1235-345-1345-12346
-always strängen 23456-1235-345-1345-1245-14
-always strängig 23456-1235-345-1345-1245-45
-midendword sträum 234-2345-1235-34-134
-midword sträum 234-2345-1235-34-134
-endword strög 234-2345-1235-246-12346
-midword strög 234-2345-1235-246-1245
-midword ströpf 234-2345-1235-246-1234-124
-midendword strüb 234-2345-1235-1256-12
-midendword strümmer 234-2345-1235-1256-1346-12456
-midword stuberk 234-2345-136-12-12456-13
-midendword stuch 234-2345-136-1456
-endword stumor 234-2345-136-134-135-1235
-midword stumor 234-2345-136-134-26
-midword sturbin 234-2345-136-1235-12-35
-midendword sturbo 234-2345-136-1235-12-135
-midword sturbul 234-2345-136-1235-12-136-123
-midendword sturn 234-2345-136-1235-1345
-midendword styp 234-2345-6-13456-1234
-midendword styrann 234-2345-6-13456-1235-235-1345
-midword stäfel 234-2345-345-124-13456
-midendword stägig 234-2345-345-1245-45
-midendword stäglich 234-2345-345-1245-456
-midendword stäler 234-2345-345-123-12456
-midword stänz 234-2345-345-1345-1356
-midendword stäter 234-2345-345-2345-12456
-midword stäusch 234-2345-34-156
-midendword stöchter 234-2345-246-1456-2345-12456
-midendword stöne 234-2345-246-1345-15
-midendword stönen 234-2345-246-1345-14
-midendword stöter 234-2345-246-2345-12456
-midendword stötung 234-2345-246-2345-136
-midword stüch 234-2345-1256-1456
-always stücksteil 23456-1256-46-234-2345-146-123
-midword stüft 234-2345-1256-124-2345
-midword stüll 234-2345-1256-12345
-midword stümel 234-2345-1256-134-13456
-midendword stümlich 234-2345-1256-134-456
-midendword stür 234-2345-1256-1235
-always stürb 23456-1256-1235-12
-always stürm 23456-1256-1235-134
-always stürz 23456-1256-1235-1356
-midendword stüte 234-2345-1256-236
-midendword estüte 123456-2345-1256-236
-prfword gestüte 12346-23456-1256-236
-midendword stüten 234-2345-1256-2345-14
-midendword estüten 123456-2345-1256-2345-14
-prfword gestüten 12346-23456-1256-2345-14
-always sthm 234-2345-125-134
-always ästhesie 345-234-2345-125-123456-346
-always ästhet 345-234-2345-125-15-2345
-syllable abgas 1-12-1245-1-234
-always gastank 1245-1-234-2345-235-13
-always gästeelf 1245-345-23456-15-13456-124
-always gasturm 1245-1-234-2345-136-1235-134
-always gastürm 1245-1-234-2345-1256-1235-134
-always kastagnet 13-1-23456-1-1245-1345-15-2345
-always glasteil 1245-123-1-234-2345-146-123
-always glastisch 1245-123-1-234-2345-24-156
-always glasturm 1245-123-1-234-2345-136-1235-134
-always glastürm 1245-123-1-234-2345-1256-1235-134
-always mastermind 134-1-23456-12456-134-35-145
-always anästh 235-345-234-2345-125
-always pastagericht 1234-1-23456-1-12346-2-3456
-always pastagrinsen 1234-1-23456-1-1245-1235-35-234-14
-always frästisch 124-1235-345-234-2345-24-156
-begmidword abstrak 1-12-23456-1235-1-13
-always betriebsteil 23-2345-1235-346-12-234-2345-146-123
-always betriebstreu 23-2345-1235-346-12-234-2345-1235-126
-always krebstier 13-1235-15-12-234-2345-346-1235
-always obstipation 135-12-23456-24-1234-5-1345
-always wettbewerbsteil 2456-15-2345-2345-23-2456-12456-12-234-2345-146-123
-always erwerbstätig 12456-2456-12456-12-234-2345-345-2345-45
-always abschiedstrunk 1-12-156-346-145-234-2345-1235-256-13
-always aidstest 1-24-145-234-236-23456
-sufword verbandstisch 36-12-235-145-234-2345-24-156
-midendword verbandstisch 1236-12456-12-235-145-234-2345-24-156
-always kindstauf 13-35-145-234-2345-16-124
-always kindstäuf 13-35-145-234-2345-34-124
-always rindstalg 1235-35-145-234-2345-25-1245
-always hundsteuer 125-256-145-234-2345-126-12456
-always mordsteuer 134-26-145-234-2345-126-12456
-always mordsteur 134-26-145-234-2345-126-1235
-always esther 123456-2345-125-12456
-always pestherd 1234-15-23456-125-12456-145
-always aesthet 1-15-234-2345-125-15-2345
-always liebestat 123-346-12-123456-2345-1-2345
-always liebestoll 123-346-12-123456-2345-135-12345
-always liebestrunk 123-346-12-123456-2345-1235-256-13
-always landesteil 123-235-145-123456-2345-146-123
-always bundestrupp 12-256-145-123456-2345-1235-136-1234-1234
-always gestippt 12346-23456-24-1234-1234-2345
-prfword gestippte 12346-23456-24-1234-1234-236
-midendword gestüt 12346-23456-1256-2345
-midendword gestüte 12346-23456-1256-236
-always frühstücksteller 124-1235-1256-125-23456-1256-46-234-236-12345-12456
-always tagesteller 2345-1-1245-123456-236-12345-12456
-always siegestrunk 234-346-1245-123456-2345-1235-256-13
-always ruhmestat 1235-136-125-134-123456-2345-1-2345
-before t begmidword pommes 1234-135-1346-123456
-always kirmestanz 13-24-1235-134-123456-2345-235-1356
-always einesteils 1246-123456-2345-146-123-234
-always heeresteil 125-15-15-1235-123456-2345-146-123
-always meerestier 134-15-15-1235-123456-2345-346-1235
-always gottestreu 1245-135-2345-2345-123456-2345-1235-126
-begmidword westempor 2456-15-23456-12356-1234-26
-always gesetzestreu 12346-2-15-123456-2345-1235-126
-# HOMONYM
-always schiffstau 156-24-124-124-234-2345-16
-always schiffstäuf 156-24-124-124-234-2345-34-124
-prfword schiffstonnage 156-24-124-124-234-2345-135-1345-1345-1-12346
-always schiffstonnage 156-24-124-124-234-2345-135-1345-1345-1-1245
-always hilfstaucher 125-24-123-124-234-2345-16-1456-12456
-always hilfstätig 125-24-123-124-234-2345-345-2345-45
-always hilfstrupp 125-24-123-124-234-2345-1235-136-1234-1234
-prfword hofstor 125-135-124-234-2345-135-1235
-begmidword hofstor 125-135-124-234-2345-26
-midendword kaufstresen 13-16-124-234-2345-1235-123456-14
-midendword kaufstrick 13-16-124-234-2345-1235-24-46
-midendword kaufstrip 13-16-124-234-2345-1235-24-1234
-sufword verkaufstisch 36-13-16-124-234-2345-24-156
-midendword verkaufstisch 1236-12456-13-16-124-234-2345-24-156
-always berufstätig 23-1235-136-124-234-2345-345-2345-45
-midendword gstresen 1245-234-2345-1235-15-234-15-1345
-sufword vertragsteil 36-2345-1245-234-2345-146-123
-midendword vertragsteil 1236-12456-2345-1245-234-2345-146-123
-sufword vertragstreu 36-2345-1245-234-2345-1235-126
-midendword vertragstreu 1236-12456-2345-1245-234-2345-1235-126
-always tagstisch 2345-1-1245-234-2345-24-156
-syllable alltags 1-12345-2345-1-1245-234
-always mittagstrunk 134-24-2345-2345-1-1245-234-2345-1235-256-13
-always kriegstalk 13-1235-346-1245-234-2345-25-13
-always kriegstanz 13-1235-346-1245-234-2345-235-1356
-always kriegsteil 13-1235-346-1245-234-2345-146-123
-always kriegstheater 13-1235-346-1245-234-2345-125-15-1-2345-12456
-always kriegsto 13-1235-346-1245-234-2345-135
-always königstreu 13-246-1345-45-234-2345-1235-126
-always anfangsteil 235-124-235-1245-234-2345-146-123
-always empfangsteil 12356-1234-124-235-1245-234-2345-146-123
-prfword längstal 5-123-1245-234-2345-1-123
-always längstal 5-123-1245-234-2345-25
-always zwangstauf 1356-2456-235-1245-234-2345-16-124
-always zwangstäuf 1356-2456-235-1245-234-2345-34-124
-always lieblingst 123-346-12-123-35-1245-234-2345
-always zwillingsturm 1356-2456-24-12345-35-1245-234-2345-136-1235-134
-always zwillingstürm 1356-2456-24-12345-35-1245-234-2345-1256-1235-134
-always flüchtlingstreck 124-123-1256-1456-2345-123-35-1245-234-2345-1235-15-46
-midendword ungstank 136-234-2345-235-13
-midendword ungstat 136-234-2345-1-2345
-midendword ungsteil 136-234-2345-146-123
-midendword ungstisch 136-234-2345-24-156
-midendword ungstresen 136-234-2345-1235-15-234-15-1345
-midendword ungstreu 136-234-2345-1235-126
-midendword ungstrick 136-234-2345-1235-24-46
-midendword ungstrupp 136-234-2345-1235-136-1234-1234
-midendword ungsturm 136-234-2345-136-1235-134
-midendword ungstät 136-234-2345-345-2345
-prfword brandungstor 12-1235-235-145-136-234-2345-135-1235
-always brandungstor 12-1235-235-145-136-234-2345-26
-always mündungstrichter 134-1256-1345-145-136-234-2345-1235-3456-2345-12456
-always spannungston 234-1234-235-1345-136-234-2345-135-1345
-always spannungstön 234-1234-235-1345-136-234-2345-246-1345
-sufword versöhnungstrunk 36-234-246-125-1345-136-234-2345-1235-256-13
-midendword versöhnungstrunk 1236-12456-234-246-125-1345-136-234-2345-1235-256-13
-prfword führungstor 124-125-136-234-2345-135-1235
-always führungstor 124-125-136-234-2345-26
-always führungstrupp 124-125-136-234-2345-1235-136-1234-1234
-always beobachtungstürm 23-135-12-56-2345-136-234-2345-1256-1235-134
-always begrüßungstrunk 23-1245-1235-1256-2346-136-234-2345-1235-256-13
-always zeitungstisch 1356-2345-136-234-2345-24-156
-always gebirgstrupp 12346-12-24-1235-1245-234-2345-1235-136-1234-1234
-always zugsteil 1356-136-1245-234-2345-146-123
-always gesprächsteil 12346-5-234-1234-234-2345-146-123
-always wachstum 2456-56-234-2345-136-134
-always sechsteil 234-15-1456-234-2345-146-123
-sufword ausgleichs 34-1245-1456-234
-midword ausgleichs 16-234-1245-1456-234
-always reichsteil 1235-146-1456-234-2345-146-123
-always reichstrupp 1235-146-1456-234-2345-1235-136-1234-1234
-always mönchstum 134-246-1345-1456-234-2345-136-134
-prfword durchbruchstal 2-1456-12-1235-136-1456-234-2345-1-123
-always durchbruchstal 2-1456-12-1235-136-1456-234-2345-25
-prfword einbruchstal 1246-12-1235-136-1456-234-2345-1-123
-always einbruchstal 1246-12-1235-136-1456-234-2345-25
-sufword versuchstier 36-234-136-1456-234-2345-346-1235
-midendword versuchstier 1236-12456-234-136-1456-234-2345-346-1235
-always frühstücksteller 124-1235-1256-125-23456-1256-46-234-2345-15-12345-12456
-always frühstückstisch 124-1235-1256-125-23456-1256-46-234-2345-24-156
-always hephaistostempel 125-15-1234-125-1-24-23456-135-234-2345-12356-1234-13456
-always distorsion 145-24-234-2345-26-234-245
-always eistanz 146-234-2345-235-1356
-begmidword eistort 146-234-2345-26-2345
-prfword eistorte 146-234-2345-26-236
-begmidword eistört 146-234-2345-246-1235-2345
-always reisteig 1235-146-234-2345-146-1245
-always reistopf 1235-146-234-2345-135-1234-124
-always kreisteil 13-1235-146-234-2345-146-123
-always beweisteil 23-2-146-2345-146-123
-syllable geheimnis 12346-125-146-134-1346
-always tischtennistisch 2345-24-156-2345-14-1345-24-234-2345-24-156
-always bündnistreu 12-1256-1345-145-1346-2345-1235-126
-always eucharistiefeier 126-1456-356-24-23456-346-124-146-12456
-begmidword elvistoll 13456-1236-24-234-2345-135-12345
-always backstage 12-1-46-23456-1-12346
-always speckstipp 234-1234-15-46-23456-24-1234-1234
-always fockstag 124-135-46-23456-1-1245
-prfword glückstor 1245-46-234-2345-135-1235
-always glückstor 1245-46-234-2345-26
-sufword ausdruckstanz 34-145-46-234-2345-235-1356
-always ausdruckstanz 16-234-145-46-234-2345-235-1356
-always volkstanz 1236-13-234-2345-235-1356
-always volkstänz 1236-13-234-2345-345-1345-1356
-always volkstum 1236-13-234-2345-136-134
-always bezirkstier 23-1356-24-1235-13-234-2345-346-1235
-always karnevalstrubel 13-356-1345-15-1236-25-234-2345-1235-136-12-13456
-always handelsteil 125-145-13456-234-2345-146-123
-always himmelstanz 125-24-1346-13456-234-2345-235-1356
-always himmelstempel 125-24-1346-13456-234-2345-12356-1234-13456
-prfword himmelstor 125-24-1346-13456-234-2345-135-1235
-always himmelstor 125-24-1346-13456-234-2345-26
-syllable befehls 23-124-2356-123-234
-prfword fallstor 124-12345-234-2345-135-1235
-always fallstor 124-12345-234-2345-26
-prfword hadrianstor 125-1-145-1235-24-235-234-2345-135-1235
-always hadrianstor 125-1-145-1235-24-235-234-2345-26
-always kapitänstisch 13-1-1234-24-2345-345-1345-234-2345-24-156
-always friedenstaub 124-1235-346-145-14-234-2345-16-12
-prfword friedenstaube 124-1235-346-145-14-234-2345-16-12-15
-always friedenstrupp 124-1235-346-145-14-234-2345-1235-136-1234-1234
-always kondenstopf 13-135-1345-145-14-234-2345-135-1234-124
-always kondenstöpf 13-135-1345-145-14-234-2345-246-1234-124
-sufword vermögensteil 36-2-246-14-234-2345-146-123
-midendword vermögensteil 1236-12456-2-246-14-234-2345-146-123
-always dienstagent 145-346-1345-23456-1-1245-14-2345
-always schreckenstat 156-1235-15-46-14-234-2345-1-2345
-always namensteil 1345-1-134-14-234-2345-146-123
-always unternehmensteil 2-256-1345-125-14-234-2345-146-123
-always willkommenstrunk 2456-12345-13-1346-14-234-2345-1235-256-13
-always wissenstempel 2456-2346-14-234-2345-12356-1234-13456
-always einstipp 1246-23456-24-1234-1234
-always mannstoll 134-1345-234-2345-135-12345
-always wahnsinnstat 2456-1-125-1345-234-35-1345-234-2345-1-2345
-always wahnsinnstät 2456-1-125-1345-234-35-1345-234-2345-345-2345
-always irrsinnstat 24-1235-1235-234-35-1345-234-2345-1-2345
-always ionsteil 24-135-1345-234-2345-146-123
-always ionstisch 24-135-1345-234-2345-24-156
-midendword ionstreu 24-135-1345-234-2345-1235-126
-always legionstrupp 123-15-1245-24-135-1345-234-2345-1235-136-1234-1234
-always unionstrupp 256-24-135-1345-234-2345-1235-136-1234-1234
-always invasionstrupp 35-1236-1-234-245-234-2345-1235-136-1234-1234
-always formationstanz 124-26-134-5-1345-234-2345-235-1356
-always rezitationston 1235-15-1356-24-2345-5-1345-234-2345-135-1345
-always aktionstrupp 1-13-2345-245-234-2345-1235-136-1234-1234
-always revolutionstrupp 1235-15-1236-135-123-136-2345-245-234-2345-1235-136-1234-1234
-always ostagent 135-23456-1-1245-14-2345
-always lostrab 123-135-234-2345-1235-1-12
-always moostier 134-135-135-234-2345-346-1235
-word pst 1234-234-2345
-sufword verkehrsteil 36-13-2356-1235-234-2345-146-123
-midendword verkehrsteil 1236-12456-13-2356-1235-234-2345-146-123
-begword verkehrsto 36-13-2356-1235-234-2345-135
-midword verkehrsto 1236-12456-13-2356-1235-234-2345-135
-always kursteil 13-136-1235-234-2345-146-123
-sufword ausstieg 34-23456-346-1245
-midendword ausstieg 16-234-23456-346-1245
-word ausstiege 34-23456-346-12346
-endword ausstiege 16-234-23456-346-12346
-always sstell 234-2-13456
-always fasst 124-1-2346-2345
-prfword fasste 124-1-2346-236
-prfword fasstest 124-1-2346-236-23456
-prfword fasstet 124-1-2346-236-2345
-always hasst 125-1-2346-2345
-always agulhasstrom 1-1245-136-123-125-1-234-23456-1235-135-134
-prfword hasste 125-1-2346-236
-always hasstest 125-1-2346-236-23456
-always schasst 156-1-2346-2345
-prfword schasste 156-1-2346-236
-prfword schasstest 156-1-2346-236-23456
-prfword schasstet 156-1-2346-236-2345
-midendword blasst 12-123-1-2346-2345
-endword blasste 12-123-1-2346-236
-midendword blasstest 12-123-1-2346-236-23456
-endword blasstet 12-123-1-2346-236-2345
-always thomasst 2345-125-135-134-1-234-23456
-always eidesstatt 146-145-123456-23456-1-2345-2345
-always kongressteil 13-135-1345-1245-1235-15-2346-2345-146-123
-word isst 24-2346-2345
-always beißt 12-146-2346-2345
-sufword vergisst 36-1245-24-2346-2345
-always hisst 125-24-2346-2345
-prfword hisste 125-24-2346-236
-prfword hisstest 125-24-2346-236-23456
-prfword hisstet 125-24-2346-236-2345
-word wisst 2456-2346-2345
-word psst 1234-234-234-2345
-midendword ssst 234-234-234-2345
-before s begmidword mess 134-15-2346
-before s begmidword miss 134-24-2346
-word pssst 1234-234-234-234-2345
-word psssst 1234-234-234-234-234-2345
-always gussteil 1245-136-2346-2345-146-123
-always küsst 13-1256-2346-2345
-prfword küsste 13-1256-2346-236
-prfword küsstest 13-1256-2346-236-23456
-prfword küsstet 13-1256-2346-236-2345
-prfword flusstal 124-123-136-2346-2345-1-123
-begmidword flusstal 124-123-136-2346-2345-25
-always schlussteil 156-123-136-2346-2345-146-123
-always wusst 2456-136-2346-2345
-prfword wusste 2456-136-2346-236
-always wusstest 2456-136-2346-236-23456
-prfword wusstet 2456-136-2346-236-2345
-always wüsst 2456-1256-2346-2345
-prfword wüsste 2456-1256-2346-236
-prfword wüsstest 2456-1256-2346-236-23456
-prfword wüsstet 2456-1256-2346-236-2345
-always ratstisch 1235-1-2345-234-2345-24-156
-midendword itätstreu 5-345-234-2345-1235-126
-always sanitätstrupp 234-235-5-345-234-2345-1235-136-1234-1234
-always gebietsteil 12346-12-346-2345-234-2345-146-123
-always gesellschaftstanz 1245-156-234-2345-235-1356
-always schaftsteil 156-234-2345-146-123
-midendword schaftstreu 156-234-2345-1235-126
-always geschäftsteil 1245-124-234-2345-146-123
-always anschriftsteil 235-156-2345-234-2345-146-123
-prfword stiftstor 23456-24-124-2345-234-2345-135-1235
-begmidword stiftstor 23456-24-124-2345-234-2345-26
-midendword kunftstrick 13-256-124-2345-234-2345-1235-24-46
-always machtsteil 134-56-2345-234-2345-146-123
-always weihnachtsteller 2456-146-125-1345-56-2345-234-236-12345-12456
-always weihnachtstisch 2456-146-125-1345-56-2345-234-2345-24-156
-always gefechtsturm 12346-124-15-1456-2345-234-2345-136-1235-134
-always geschlechtsteil 12346-156-123-15-1456-2345-234-2345-146-123
-syllable gesichts 12346-234-3456-2345-234
-always nichtstuer 1345-234-2345-136-12456
-always nichtstun 1345-234-2345-256
-sufword aussichtsturm 34-234-3456-2345-234-2345-136-1235-134
-always aussichtsturm 16-234-234-3456-2345-234-2345-136-1235-134
-begword aussichtstürm 34-234-3456-2345-234-2345-1256-1235-134
-always aussichtstürm 16-234-234-3456-2345-234-2345-1256-1235-134
-always arbeitsteil 356-12-234-2345-146-123
-midendword heitstick 125-234-2345-24-46
-midendword heitstrunk 125-234-2345-1235-256-13
-always gewohnheitstier 12346-2456-135-125-1345-125-234-2345-346-1235
-always sicherheitstrupp 234-3456-12456-125-234-2345-1235-136-1234-1234
-always keitsteil 13-234-2345-146-123
-midendword keitstreu 13-234-2345-1235-126
-prfword abseitstor 1-12-234-146-2345-234-2345-135-1235
-always abseitstor 1-12-234-146-2345-234-2345-26
-always veitstanz 1236-146-2345-234-2345-235-1356
-always veitstänz 1236-146-2345-234-2345-345-1345-1356
-always amtston 1-134-2345-234-2345-135-1345
-word auswärtstor 34-2456-2345-135-1235
-begword auswärtstor 34-2456-2345-26
-midword auswärtstor 16-234-2456-2345-26
-endword auswärtstor 16-234-2456-2345-135-1235
-always wirtstier 2456-24-1235-2345-234-2345-346-1235
-always ortsteil 26-2345-234-2345-146-123
-always geburtstaub 12346-12-136-1235-2345-234-2345-16-12
-always kabinettstisch 13-1-12-35-15-2345-2345-234-2345-24-156
-always blutstrunk 12-123-136-2345-234-2345-1235-256-13
-sufword austausch 34-2345-16-156
-always austausch 16-234-2345-16-156
-sufword austeil 34-2345-146-123
-always austeil 16-234-2345-146-123
-sufword austob 34-2345-135-12
-always austob 16-234-2345-135-12
-word austobe 34-2345-135-12-15
-midword austobe 16-234-2345-135-23
-endword austobe 16-234-2345-135-12-15
-word austoben 34-2345-135-12-14
-midendword austoben 16-234-2345-135-12-14
-sufword austoll 34-2345-135-12345
-always austoll 16-234-2345-135-12345
-sufword austonn 34-2345-135-1345-1345
-always austonn 16-234-2345-135-1345-1345
-midword stonn 234-2345-135-1345-1345
-sufword austramp 34-2345-1235-1-134-1234
-always austramp 16-234-2345-1235-1-134-1234
-sufword austrat 34-2345-1235-1-2345
-word austratet 34-2345-1235-1-236-2345
-word austratest 34-2345-1235-1-236-23456
-always austrat 16-234-2345-1235-1-2345
-endword austratet 16-234-2345-1235-1-236-2345
-endword austratest 16-234-2345-1235-1-236-23456
-sufword austrick 34-2345-1235-24-46
-always austrick 16-234-2345-1235-24-46
-sufword austritt 34-2345-1235-24-2345-2345
-always austritt 16-234-2345-1235-24-2345-2345
-word austritte 34-2345-1235-24-2345-236
-endword austritte 16-234-2345-1235-24-2345-236
-sufword austrock 34-2345-1235-135-46
-always austrock 16-234-2345-1235-135-46
-sufword austun 34-2345-256
-always austun 16-234-2345-256
-sufword austupf 34-2345-136-1234-124
-always austupf 16-234-2345-136-1234-124
-sufword austusch 34-2345-136-156
-always austusch 16-234-2345-136-156
-always haustaub 125-16-234-2345-16-12
-prfword haustaube 125-16-234-2345-16-12-15
-always haustempel 125-16-234-2345-12356-1234-13456
-always haustier 125-16-234-2345-346-1235
-always haustisch 125-16-234-2345-24-156
-prfword haustor 125-16-234-2345-135-1235
-always haustor 125-16-234-2345-26
-begmidword haustrepp 125-16-234-2345-1235-15-1234-1234
-always haustrunk 125-16-234-2345-1235-256-13
-always hausturm 125-16-234-2345-136-1235-134
-always voraustrupp 2-26-16-234-2345-1235-136-1234-1234
-always sausteil 234-16-23456-146-123
-always moschustier 134-135-156-136-234-2345-346-1235
-always juliusturm 245-136-123-24-136-234-2345-136-1235-134
-always konfuziustempel 13-135-1345-124-136-1356-24-136-234-2345-12356-1234-13456
-always adjustage 1-145-245-136-23456-1-12346
-always kustode 13-136-23456-135-145-15
-always kustoden 13-136-23456-135-145-14
-always zirkustier 1356-24-1235-13-136-234-2345-346-1235
-always kursusteil 13-136-1235-234-136-234-2345-146-123
-before t begmidword dys 145-6-13456-234
-always body 12-135-145-6-13456
-always nystagmus 1345-6-13456-23456-1-1245-134-136-234
-
-# STAAT (4.4 Zweiformige Kürzungen)
-always staat 23456-2345
-
-# STAND STÄND (4.3.6 Kommakürzungen)
-always stand 2-23456
-always ständ 5-23456
-always stands 2-23456-234
-always standschaft 2-23456-156
-always standsetz 2-23456-2-15
-always standsprach 2-23456-234-1234
-always standsprung 2-23456-234-1234-1235-256-1245
-prfword standst 2-23456-23456
-always standstreif 2-23456-23456-1235-146-124
-
-# STELL (4.3.6 Kommakürzungen)
-always stell 2-13456
-always bruchstell 12-1235-136-1456-2-13456
-
-# STETS (4.4 Zweiformige Kürzungen)
-always stets 23456-234
-always stetson 23456-15-2345-234-135-1345
-
-# TE  (4.1 Lautgruppenkürzungen)
-midendword te 236
-always teakbaum 2345-15-1-13-12-16-134
-always teakholz 2345-15-1-13-125-135-123-1356
-always teakhölz 2345-15-1-13-125-246-123-1356
-always teakwald 2345-15-1-13-2456-25-145
-always teakwäld 2345-15-1-13-2456-345-123-145
-always team 2345-15-1-134
-always tearoom 2345-15-1-1235-135-135-134
-always teaser 2345-15-1-234-12456
-endword teditor 2345-15-145-24-2345-135-1235
-midword teditor 2345-15-145-24-2345-26
-always tee 2345-15-15
-always güteein 1245-1256-236-1246
-midword teffek 2345-15-124-124-15-13
-midword teffizien 2345-15-124-124-24-1356-24-14
-midendword tehirn 236-125-24-1235-1345
-midendword tei 2345-146
-midendword tein 2345-1246
-always jutein 245-136-236-35
-midendword tekzem 2345-15-13-1356-12356
-midword tepidem 2345-15-1234-24-145-12356
-midword tepilep 2345-15-1234-24-123-15-1234
-midword tepoch 2345-15-1234-135-1456
-midendword tetat 2345-15-2345-1-2345
-midendword tethik 2345-15-2345-125-24-13
-midendword tethisch 2345-15-2345-125-24-156
-always teuer 2345-126-12456
-always teuf 2345-126-124
-always teupitz 2345-126-1234-24-2345-1356
-always teur 2345-126-1235
-always teutoburg 2345-126-2345-135-12-136-1235-1245
-always teuton 2345-126-2345-135-1345
-midword tevaku 2345-15-1236-1-13-136
-midword tevalu 2345-15-1236-25-136
-midword tex 2345-15-6-1346
-midword texan 236-6-1346-235
-always latex 123-1-236-6-1346
-midendword text 236-6-1346-2345
-midendword textra 2345-15-6-1346-2345-1235-1
-sufword textrand 2345-15-6-1346-2345-1235-235-145
-midendword textrand 236-6-1346-2345-1235-235-145
-endword texte 236-6-1346-236
-midendword textet 236-6-1346-236-2345
-endword textete 236-6-1346-236-236
-midword texemp 2345-15-6-1346-12356-1234
-midword texpand 2345-15-6-1346-1234-235-145
-midendword texpansion 2345-15-6-1346-1234-235-234-245
-midword texper 2345-15-6-1346-1234-12456
-midword texplo 2345-15-6-1346-1234-123-135
-midword texpor 2345-15-6-1346-1234-26
-midendword texpress 2345-15-6-1346-1234-1235-15-2346
-midendword texzess 2345-15-6-1346-1356-15-2346
-always saateul 234-1-1-2345-126-123
-midendword teau 2345-15-16
-always raterund 1235-1-236-1235-256-145
-before s begmidword karate 13-356-1-236
-prfword karates 13-356-1-2345-123456
-before a begmidword geräte 12346-1235-345-236
-before a begmidword elite 13456-24-236
-before a begmidword härte 125-345-1235-236
-begmidword spinatess 234-1234-35-1-2345-15-2346
-always geräteeigen 12346-1235-345-236-146-1245-14
-begmidword geräteein 12346-1235-345-236-1246
-begmidword geräteent 12346-1235-345-236-14-2345
-always pentateuch 1234-14-2345-1-2345-126-1456
-always cocteau 6-14-135-6-14-2345-15-16
-begmidword kräfteein 5-13-124-15-1246
-always beeftea 12-15-15-124-2345-15-1
-always giftefeu 1245-24-124-2345-15-124-126
-always duftessenz 145-136-124-2345-15-2346-14-1356
-sufword achteck 1-1456-2345-15-46
-always achteck 56-2345-15-46
-always nachteul 1345-56-2345-126-123
-sufword lichtecht 123-3456-2345-15-1456-2345
-midendword lichtecht 456-2345-15-1456-2345
-word lichtechte 123-3456-2345-15-1456-236
-midendword lichtechte 456-2345-15-1456-236
-always zuchteber 1356-136-1456-2345-15-12-12456
-always drahtextension 145-1235-1-125-2345-15-6-1346-2345-14-234-245
-begmidword eliteein 13456-24-236-1246
-always eliteelf 13456-24-236-13456-124
-begmidword friteus 124-1235-24-2345-126-234
-always kakteen 13-1-13-236-14
-always distrikteben 145-24-23456-1235-24-13-2345-15-12-14
-begmidword halteein 125-25-236-1246
-begmidword kälteein 13-345-123-236-1246
-begmidword kälteempfind 13-345-123-236-12356-1234-124-35-145
-begmidword kälteerzeug 13-345-123-236-12456-1356-126-1245
-begmidword kälteex 13-345-123-236-15-6-1346
-always zelteck 1356-13456-2345-15-46
-always gesamtetat 12346-234-1-134-2345-15-2345-1-2345
-always gesamtex 12346-234-1-134-2345-15-6-1346
-always montezuma 134-135-1345-236-1356-136-134-1
-begmidword ernteameis 12456-1345-236-1-134-146-234
-begmidword ernteaus 12456-1345-236-16-234
-begmidword ernteein 12456-1345-236-1246
-begmidword ernteer 12456-1345-236-12456
-always proteus 1234-1235-135-2345-126-234
-always stripteas 23456-1235-24-1234-2345-15-1-234
-always stripteus 23456-1235-24-1234-2345-126-234
-begmidword dompteus 145-135-134-1234-2345-126-234
-always hunderteck 125-256-145-12456-2345-15-46
-begmidword werteein 2456-12456-236-1246
-begmidword werteel 2456-12456-236-13456
-always wertethik 2456-12456-2345-15-2345-125-24-13
-always wertethisch 2456-12456-2345-15-2345-125-24-156
-always fortexist 124-26-2345-15-6-1346-24-23456
-begmidword portefeuill 1234-26-236-124-126-24-12345
-always steelband 23456-15-15-123-12-235-145
-begmidword gersteein 1245-12456-23456-15-1246
-always glattechs 1245-123-1-2345-2345-15-1456-234
-always bretteffekt 12-1235-15-2345-2345-15-124-124-15-13-2345
-prfword bretteffekte 12-1235-15-2345-2345-15-124-124-15-13-236
-begmidword balletteus 12-1-12345-15-2345-2345-126-234
-begmidword wettess 2456-15-2345-2345-15-2346
-always schnitteben 156-1345-24-2345-2345-15-12-14
-begmidword fritteus 124-1235-24-2345-2345-126-234
-always fauteuil 124-16-2345-126-24-123
-begmidword leuteess 123-126-236-15-2346
-always gutedel 1245-136-2345-15-145-13456
-begmidword güteeigen 1245-1256-236-146-1245-14
-always blutegel 12-123-136-2345-15-1245-13456
-
-# TEh
-begmidword teh 2345-2356
-before h begmidword geräte 12346-1235-345-236
-begmidword geschäftehalber 1245-124-15-125
-always rechtehand 1235-2345-15-125-145
-always früchtehändler 124-1235-1256-1456-236-5-125-145-123-12456
-before h begmidword white 2456-125-24-236
-before h begmidword elite 13456-24-236
-before h begmidword ernte 12456-1345-236
-always remotehost 1235-12356-135-236-125-135-23456
-before h begmidword warte 2456-356-236
-before h begmidword gäste 1245-345-23456-15
-begmidword restehauf 1235-15-23456-15-125-16-124
-before h begmidword zugute 2-1356-1245-136-236
-always hütehund 125-1256-236-125-256-145
-always buxtehud 12-136-6-1346-236-125-136-145
-begmidword ärztehon 345-1235-1356-236-125-135-1345
-
-# TEl
-always tel 2345-13456
-midendword telang 236-123-1245
-midword teläng 236-5-123-1245
-midword teleist 236-123-146-23456
-midword teliefer 236-123-346-124-12456
-midword telini 236-123-35-24
-sufword tell 2345-15-12345
-midendword tell 236-12345
-midendword tellang 2345-13456-123-1245
-midendword telläng 2345-13456-5-123-1245
-midendword telliter 2345-13456-123-24-2345-12456
-midendword tellos 2345-13456-123-135-234
-begmidword kräftel 5-13-124-15-123
-always wachtel 2456-56-2345-13456
-always scheitel 156-146-2345-13456
-before l begmidword seite 234-146-236
-always whitelist 2456-125-24-236-123-24-23456
-always kapitellang 13-1-1234-24-2345-13456-123-1245
-always kapitelläng 13-1-1234-24-2345-13456-5-123-1245
-always titel 2345-24-2345-13456
-begmidword kältel 13-345-123-236-123
-always mantel 134-235-2345-13456
-always jahrzehntelang 245-1356-15-123-1245
-always hotel 125-135-2345-13456
-always hoteller 125-135-236-12345-12456
-before l begmidword warte 2456-356-236
-always jahrhundertelang 245-125-15-123-1245
-before l begmidword werte 2456-12456-236
-always gürtel 1245-1256-1235-2345-13456
-always debattelos 145-15-12-1-2345-236-123-135-234
-always sattel 234-1-2345-2345-13456
-always schüttel 156-1256-2345-2345-13456
-always beutelust 12-126-236-123-136-23456
-always beutelüst 12-126-236-123-1256-23456
-begmidword jutel 245-136-236-123
-# TEm
-always tem 2345-12356
-midword temanipul 236-134-235-24-1234-136-123
-midendword temann 236-134-1345
-midendword temänn 236-5-134-1345
-midendword temaschin 236-134-156
-midword temechan 236-134-15-1456-235
-midendword temedizin 236-134-15-145-24-1356-35
-midendword temess 236-134-15-2346
-midendword temilieu 236-134-24-123-24-126
-midendword temittel 236-134-2345
-endword temmal 2345-12356-134
-before m midendword apparate 1-1234-1234-356-1-236
-before m midendword geräte 12346-1235-345-236
-before m midendword geschäfte 1245-124-15
-before m midendword kräfte 5-13-124-15
-before m midendword rechte 1235-2345-15
-prfword rechtem 1235-2345-12356
-before m midendword gerüchte 12346-1235-1256-1456-236
-always sitemap 234-24-236-134-1-1234
-begmidword haltem 125-25-236-134
-before m begmidword kälte 13-345-123-236
-before m begmidword warte 2456-356-236
-always portemonnaie 1234-26-236-134-135-1345-1345-1-24-15
-prfword portemonnaies 1234-26-236-134-135-1345-1345-1-24-123456
-before m begmidword gäste 1245-345-23456-15
-before m begmidword leute 123-126-236
-before m begmidword güte 1245-1256-236
-prfword ärztem 345-1235-1356-2345-12356
-before m begmidword ärzte 345-1235-1356-236
-# TEn
-always ten 2345-14
-endword tename 236-1345-1-134-15
-midendword tenamen 236-1345-1-134-14
-midendword tenummer 236-1345-136-1346-12456
-always kräftenach 5-13-124-15-1345-56
-begmidword seitenahm 234-146-236-1345-134
-begmidword seitenehm 234-146-236-1345-125
-always monteneg 134-135-1345-236-1345-15-1245
-always gutenacht 1245-136-236-1345-56-2345
-always gütenorm 1245-1256-236-1345-26-134
-# TEr
-always ter 2345-12456
-always räterepublik 1235-345-236-1235-13
-before r midendword geräte 12346-1235-345-236
-always städtereis 23456-345-145-236-1235-146-234
-begmidword früchter 124-1235-1256-1456-236-1235
-always halteraum 125-25-236-1235-16-134
-always kältereg 13-345-123-236-1235-15-1245
-always kälteresist 13-345-123-236-1235-123456-24-23456
-always halteriegel 125-25-236-1235-346
-always haltering 125-25-236-1235-35-1245
-prfword halteringe 125-25-236-1235-35-12346
-always halteräum 125-25-236-1235-34-134
-always erntereif 12456-1345-236-1235-146-124
-always warteraum 2456-356-236-1235-16-134
-always warteräum 2456-356-236-1235-34-134
-always werterechn 2456-12456-236-1235-15-1456-1345
-before r begmidword gäste 1245-345-23456-15
-always pusterohr 1234-136-23456-15-1235-135-125-1235
-always pusteröhr 1234-136-23456-15-1235-246-125-1235
-always beuterecht 12-126-236-1235-2345
-always güteregelung 1245-1256-236-1235-15-1245-13456-136
-begmidword ärzter 345-1235-1356-236-1235
-# TEs
-always tes 2345-123456
-midendword tesaal 236-234-1-1-123
-midendword tesegen 236-234-15-1245-14
-midendword teseil 236-234-146-123
-endword teseite 236-234-146-236
-midendword teseiten 236-234-146-2345-14
-midendword teseriell 236-234-12456-24-15-12345
-midendword tesetz 236-2-15
-midendword tesiegel 236-234-346-1245-13456
-endword tesignal 236-234-45-1345-1-123
-midword tesignal 236-234-45-1345-25
-midendword tesilo 236-234-24-123-135
-midendword teskala 236-234-13-25-1
-midendword teskalation 2345-123456-13-25-5-1345
-midword tesoftwar 236-234-135-124-2345-2456-356
-midendword tesoldat 236-234-135-123-145-1-2345
-midendword tespannung 236-234-1234-235-1345-136
-midword tespektr 236-234-1234-15-13-2345-1235
-midendword tespezifisch 236-234-1234-15-1356-24-124-24-156
-midendword tespiel 236-2-346
-midendword tespray 236-234-1234-1235-1-6-13456
-midendword tesystem 236-234-6-13456-23456-12356
-endword tesäle 236-234-345-123-15
-midendword tesälen 236-234-345-123-14
-always ratesendung 1235-1-236-234-14-145-136
-always kräftespiel 5-13-124-15-2-346
-always rechtesystem 1235-2345-15-234-6-13456-23456-12356
-always whitespac 2456-125-24-236-234-1234-1-6-14
-always punktesamm 1234-2345-15-234-1-1346
-always punktespiel 1234-2345-15-2-346
-always punktesystem 1234-2345-15-234-6-13456-23456-12356
-begmidword montesin 134-135-1345-236-234-35
-always jutesack 245-136-236-234-1-46
-always jutespinn 245-136-236-234-1234-35-1345
-always jutesäck 245-136-236-234-345-46
-# TEsch
-always tesch 236-156
-midendword teschaft 236-156
-midendword teschlag 236-156-1245
-midendword teschlang 236-156-123-235-1245
-endword teschlange 236-156-123-235-12346
-midendword teschrift 236-156-2345
-midendword teschwung 236-156-2456-256-1245
-prfword weltesche 2456-13456-2345-15-156-15
-prfword welteschen 2456-13456-2345-15-156-14
-# TEss
-midendword tess 236-2346
-sufword tess 2345-15-2346
-always acetessig 1-6-14-15-2345-15-2346-45
-prfword diabetesstar 145-24-1-23-2345-123456-23456-1-1235
-always diabetesstar 145-24-1-23-2345-123456-23456-356
-always nachtessen 1345-56-2345-15-2346-14
-always fruchtessenz 124-1235-136-1456-2345-15-2346-14-1356
-always quintessenz 6-12345-136-35-2345-15-2346-14-1356
-always obstessig 135-12-23456-15-2346-45
-always festessen 124-15-23456-15-2346-14
-begmidword geistessch 1245-146-23456-123456-156
-begmidword geistesst 1245-146-23456-123456-23456
-# TEst
-sufword test 2345-15-23456
-midendword test 236-23456
-midendword testand 236-2-23456
-midendword teständ 236-5-23456
-midendword testell 236-2-13456
-midendword testund 236-23456-256-145
-midendword testünd 236-23456-1256-1345-145
-always asphaltestrich 1-234-1234-125-25-2345-15-23456-1235-3456
-always zementestrich 1356-12356-14-2345-15-23456-1235-3456
-
-# TECHNIK (4.4 Zweiformige Kürzungen)
-syllable technik 2345-13
-
-# TECHNISCH (4.4 Zweiformige Kürzungen)
-syllable technisch 2345-156
-
-# TRAG (4.4 Zweiformige Kürzungen)
-always trag 2345-1245
-always träg 5-2345-1245
-sufword tetragon 2345-15-2345-1235-1-1245-135-1345
-midendword tetragon 236-2345-1235-1-1245-135-1345
-always arbitr 356-12-24-2345-1235
-before g begmidword ultra 136-123-2345-1235-1
-prfword astragal 1-23456-1235-1-1245-1-123
-always astragal 1-23456-1235-1-1245-25
-always estragon 15-23456-1235-1-1245-135-1345
-before g begword extra 1346-2345-1235-1
-before g midword extra 15-6-1346-2345-1235-1
-
-# TREFF (4.4 Zweiformige Kürzungen)
-always treff 2345-124
-
-# TROTZ (4.4 Zweiformige Kürzungen)
-always trotz 2345-1356
-always trotzki 2345-1235-135-2345-1356-13-24
-always trotzkismus 2345-1235-135-2345-1356-13-5-24
-always trotzkistisch 2345-1235-135-2345-1356-13-5-156
-always strotz 23456-1235-135-2345-1356
-
-# ÜBER (4.3.2 Einformige Kürzungen, alleinstehend oder in Wortverbindungen)
-word über 1256
-always über-\s 2-1256-36-0
-word über'm 1256-6-134
-word über'n 1256-6-1345
-word über's 1256-6-234
-always über 2-1256
-always büberei 12-1256-12-12456-146
-always trüber 2345-1235-1256-12-12456
-sufword stüber 23456-1256-12-12456
-prfword stüber 23456-1256-12-12456
-
-# ÜBERHAUPT (4.4 Zweiformige Kürzungen)
-always überhaupt 1256-125
-
-# ÜBRIG (4.4 Zweiformige Kürzungen)
-always übrig 1256-45
-
-# UN  (4.1 Lautgruppenkürzungen)
-word un 136-1345
-always un-\s 256-36-0
-always un 256
-always un-\s 256-36-0
-always un-,\s 256-36-2-0
-sufword ausbaunummer 34-12-16-1345-136-1346-12456
-midendword ausbaunummer 16-234-12-16-1345-136-1346-12456
-always werbeun 2456-12456-23-256
-always werbeunter 2456-12456-23-2-256
-always reunier 1235-15-256-346-1235
-always council 6-14-135-136-1345-6-14-24-123
-always count 6-14-135-136-1345-2345
-always mount 134-135-136-1345-2345
-prfword mounte 134-135-136-1345-236
-prfword mountest 134-135-136-1345-236-23456
-always mountet 134-135-136-1345-236-2345
-prfword mountete 134-135-136-1345-236-236
-always mountetet 134-135-136-1345-236-236-2345
-always mountetest 134-135-136-1345-236-236-23456
-always thermounter 2345-125-12456-134-135-2-256
-always tunichtgut 2345-136-2-1345-1245-136-2345
-always bantuneger 12-235-2345-136-1345-15-1245-12456
-always neuunter 1345-126-2-256
-
-# UND (4.3.2 Einformige Kürzungen, alleinstehend oder in Wortverbindungen)
-word und 136
-always und 2-136
-always undank 256-145-13
-always undatier 256-145-1-2345-346-1235
-begmidword undefin 256-145-15-124-35
-always undehn 256-145-2356-1345
-always undekl 256-145-15-13-123
-always undeklarier 256-145-15-13-123-356-346-1235
-always undemokrat 256-145-2345
-always undenk 256-145-14-13
-always under 256-145-12456
-always undestillier 256-145-15-23456-24-12345-346-1235
-prfword undeutbar 256-145-126-2345-12-1-1235
-begmidword undeutbar 256-145-126-2345-12-356
-always undeutlich 256-145-126-2345-456
-always undeutsch 256-145-156
-always undezim 256-145-15-1356-24-134
-always undialekt 256-145-24-25-15-13-2345
-always undicht 256-145-3456-2345
-prfword undichte 256-145-3456-236
-always undichtest 256-145-3456-236-23456
-always undifferenzier 256-145-24-124-124-12456-14-1356-346-1235
-sufword undin 256-145-35
-always unding 256-145-35-1245
-prfword undinge 256-145-35-12346
-always undiplomatisch 256-145-24-1234-123-135-134-1-2345-24-156
-begmidword undiszi 256-145-24-234-1356-24
-always undogmatisch 256-145-135-1245-134-1-2345-24-156
-begmidword undokumentier 256-145-135-13-136-134-14-2345-346-1235
-begmidword undotier 256-145-135-2345-346-1235
-always undramatisch 256-145-1235-1-134-1-2345-24-156
-always undulier 256-145-136-123-346-1235
-always unduldsam 256-145-136-123-145-2346
-always undurch 256-2-1456
-always undynamisch 256-145-6-13456-1345-1-134-24-156
-always bund 12-256-145
-always secund 234-15-6-14-256-145
-begmidword redundan 1235-15-145-256-145-235
-always redundantwort 1235-15-145-2-136-235-2345-2456-26-2345
-always dundee 145-256-145-15-15
-always fund 124-256-145
-always fünfund 124-1256-1345-124-2-136
-sufword gund 1245-256-145
-sufword gunda 1245-256-145-1
-sufword gunde 1245-256-145-15
-always gundel 1245-256-145-13456
-always gunder 1245-256-145-12456
-always gundula 1245-256-145-136-123-1
-begmidword segund 234-15-1245-256-145
-always kunigund 13-256-24-1245-256-145
-always burgund 12-136-1235-1245-256-145
-always hund 125-256-145
-always schund 156-256-145
-always kund 13-256-145
-always lund 123-256-145
-always kalundborg 13-25-256-145-12-26-1245
-always alundum 25-256-145-136-134
-always mund 134-256-145
-always immund 24-1346-256-145
-always bound 12-135-136-1345-145
-always found 124-135-136-1345-145
-sufword mound 134-135-136-1345-145
-sufword pound 1234-135-136-1345-145
-always round 1235-135-136-1345-145
-always around 356-135-136-1345-145
-always sound 234-135-136-1345-145
-always spund 234-1234-256-145
-always rund 1235-256-145
-always korund 13-26-256-145
-always vierund 1236-346-1235-2-136
-always sund 234-256-145
-midendword esund 15-234-256-145
-always sechsund 234-15-1456-234-2-136
-always stund 23456-256-145
-always tund 2345-256-145
-always tundurch 2345-256-2-1456
-begword achtund 1-1456-2345-2-136
-midendword achtund 56-2345-2-136
-always kattun 13-1-2345-2345-256
-always wund 2456-256-145
-begword yund 6-13456-256-145
-always hyundai 125-6-13456-256-145-1-24
-
-# -UNG    4.2.1 a) Nachsilbenkürzungen
-midendword ung 136
-midendword ungs 136-234
-midword ungsauf 136-234-2-16
-midendword ungstell 136-2-13456
-begmidword ungeach 256-12346-56
-always ungebunden 256-12346-12-256-145-14
-always ungeheuer 256-12346-125-126-12456
-always ungenau 256-12346-1345-16
-always ungetüm 256-12346-2345-1256-134
-always ungezogen 256-12346-1356-135-1245-14
-always ungleich 256-1245-1456
-always unglimpf 256-1245-123-24-134-1234-124
-always ungültig 256-1245-1256-123-2345-45
-begmidword braung 12-1235-16-1345-1245
-begmidword braunge 12-1235-16-1345-12346
-always braungelb 12-1235-16-1345-1245-13456-12
-always bungalow 12-256-1245-25-135-2456
-always bungee 12-256-1245-15-15
-sufword dung 145-256-1245
-always bedungen 23-145-256-1245-14
-always pferdedung 1234-124-12456-145-15-145-256-1245
-always gedungen 12346-145-256-1245-14
-always schweinedung 156-2456-1246-15-145-256-1245
-always schafdung 156-1-124-145-256-1245
-always kuhdung 13-136-125-145-256-1245
-always viehdung 1236-346-125-145-256-1245
-always kameldung 13-1-134-13456-145-256-1245
-always stalldung 23456-1-12345-145-256-1245
-always ziegendung 1356-346-1245-14-145-256-1245
-always elefantendung 13456-15-124-235-2345-14-145-256-1245
-sufword verdungen 36-145-256-1245-14
-always verdungen 1236-12456-145-256-1245-14
-always fungier 124-256-1245-346-1235
-always fungizid 124-256-1245-24-1356-24-145
-syllable hunger 125-256-1245-12456
-syllable hungrig 125-256-1245-1235-45
-syllable hungry 125-256-1245-1235-6-13456
-always dschungel 145-156-256-1245-13456
-always jung 245-256-1245
-prfword junge 245-256-12346
-always jungem 245-256-1245-12356
-always jungen 245-256-1245-14
-always junger 245-256-1245-12456
-always junges 245-256-1245-123456
-always jungfer 245-256-1245-124-12456
-prfword jungs 245-256-1245-234
-sufword kung 13-256-1245
-always kungel 13-256-1245-13456
-prfword lunge 123-256-12346
-sufword lungen 123-256-1245-14
-always lungenmaschin 123-256-1245-14-134-156
-always lunger 123-256-1245-12456
-begmidword staublun 23456-16-12-123-256
-always nibelung 1345-24-12-13456-256-1245
-prfword nibelunge 1345-24-12-13456-256-12346
-always gelungen 12346-123-256-1245-14
-always schlungen 156-123-256-1245-14
-always geschlungen 12346-156-123-256-1245-14
-word exilungar 1346-24-123-256-1245-1-1235
-begword exilungar 1346-24-123-256-1245-356
-midword exilungar 15-6-1346-24-123-256-1245-356
-endword exilungar 15-6-1346-24-123-256-1245-1-1235
-always geklungen 12346-13-123-256-1245-14
-always erklungen 12456-13-123-256-1245-14
-sufword verklungen 36-13-123-256-1245-14
-begmidword taucherlun 2345-16-1456-12456-123-256
-always misslungen 134-24-2346-123-256-1245-14
-begword mung 134-256-1245
-always immun 24-1346-256
-always immung 24-1346-136
-prfword lounge 123-135-136-1345-12346
-prfword lounges 123-135-136-1345-1245-123456
-always young 6-13456-135-136-1345-1245
-always pungier 1234-256-1245-346-1235
-prfword runge 1235-256-12346
-always rungentasch 1235-256-1245-14-2345-1-156
-always rungenwagen 1235-256-1245-14-2456-1-1245-14
-always drungen 145-1235-256-1245-14
-always gerungen 12346-1235-256-1245-14
-always steigerungen 23456-146-1245-12456-136-14
-word verengerungen 36-14-1245-12456-136-14
-midendword verengerungen 1236-12456-14-1245-12456-136-14
-always sprung 234-1234-1235-256-1245
-always errungen 12456-1235-256-1245-14
-always zerrungen 1356-12456-1235-136-14
-always sperrungen 234-1234-12456-1235-136-14
-sufword entrungen 2346-1235-256-1245-14
-always entrungen 14-2345-1235-256-1245-14
-always wrungen 2456-1235-256-1245-14
-sufword sung 234-256-1245
-always besungen 23-234-256-1245-14
-always gesungen 12346-234-256-1245-14
-always samsung 234-1-134-234-256-1245
-begword tungst 2345-256-1245-23456
-always zuungunsten 2-1356-256-1245-256-23456-14
-always schwung 156-2456-256-1245
-always geschwung 12346-156-2456-256-1245
-always zwungen 1356-2456-256-1245-14
-prfword zunge 1356-256-12346
-always zung 1356-136
-sufword zungen 1356-256-1245-14
-always landzungen 123-235-145-1356-256-1245-14
-always pferdzungen 1234-124-12456-145-1356-256-1245-14
-endword dezungen 145-15-1356-256-1245-14
-always seezungen 234-15-15-1356-256-1245-14
-always betonzungen 23-2345-135-1345-1356-256-1245-14
-always flammenzungen 124-123-1-1346-14-1356-256-1245-14
-always ochsenzungen 135-1456-234-14-1356-256-1245-14
-always lästerzungen 123-345-23456-12456-1356-256-1245-14
-midendword erzungen 12456-1356-256-1245-14
-midendword sabberzungen 234-1-12-12-12456-1356-256-1245-14
-always unterzungen 2-256-1356-256-1245-14
-midendword eszungen 123456-1356-256-1245-14
-midendword sszungen 2346-1356-256-1245-14
-midendword szungen 234-1356-256-1245-14
-always kreuzunglücklich 13-1235-126-1356-256-1245-46-456
-midword zungs 1356-136-234
-
-# UNTER (4.3.2 Einformige Kürzungen, alleinstehend oder in Wortverbindungen)
-word unter 256
-always unter-\s 2-256-36-0
-always unter 2-256
-always gelaunter 12346-123-16-1345-2345-12456
-always geraunter 12346-1235-16-1345-2345-12456
-always bräunter 12-1235-34-1345-2345-12456
-always staunter 23456-16-1345-2345-12456
-always zäunter 1356-34-1345-2345-12456
-always bunter 12-256-2345-12456
-always siebunter 234-346-12-2-256
-always schreibunter 156-12-2-256
-begmidword farbunter 124-356-12-2-256
-always erbuntertänig 12456-12-2-256-2345-345-1345-45
-always subunter 234-136-12-2-256
-always neunter 1345-126-1345-2345-12456
-always routineunter 1235-135-136-2345-35-15-2-256
-sufword gunter 1245-256-2345-12456
-always hunter 125-256-2345-12456
-always schuhunter 156-136-125-2-256
-always kunterbun 13-256-2345-12456-12-256
-always munter 134-256-2345-12456
-always islamunter 24-234-123-1-134-2-256
-always systemunter 234-6-13456-23456-12356-2-256
-always heimunter 125-146-134-2-256
-always geheimunter 12346-125-146-134-2-256
-always filmunter 124-24-123-134-2-256
-begword programmunter 12345-1245-1235-1-1346-2-256
-midword programmunter 1234-1235-135-1245-1235-1-1346-2-256
-always schwimmunter 156-2456-24-1346-2-256
-always stromunter 23456-1235-135-134-2-256
-always atomunter 1-2345-135-134-2-256
-always schirmunter 156-24-1235-134-2-256
-always counter 6-14-135-136-1345-2345-12456
-after z midendword unter 2-256
-always zunter 1356-2-256
-
-# VER- (4.2.1 Vorsilbenkürzungen)
-begword ver 36
-always -ver 36-1236-12456
-always -verhältnis 36-1236-125
-word vera 1236-12456-1
-sufword veracruz 1236-12456-1-6-14-1235-136-1356
-sufword veranda 1236-12456-235-145-1
-sufword veranden 1236-12456-235-145-14
-word veras 1236-12456-1-234
-word verb 1236-12456-12
-word verba 1236-12456-12-1
-word verbal 1236-12456-12-1-123
-begword verbal 1236-12456-12-25
-begword verball 36-12-1-12345
-sufword verbatim 1236-12456-12-1-2345-24-134
-word verben 1236-12456-12-14
-begword verbf 1236-12456-12-124
-begword verbg 1236-12456-12-1245
-word verbis 1236-12456-12-24-234
-begword verbk 1236-12456-12-13
-begword verbm 1236-12456-12-134
-word verbs 1236-12456-12-234
-begword verbstell 1236-12456-12-2-13456
-word verbum 1236-12456-12-136-134
-word verbums 1236-12456-12-136-134-234
-begword verbw 1236-12456-12-2456
-begword verbwieder 1236-12456-12-346-145
-sufword verbzusatz 1236-12456-12-2-1356-234-1356
-begword verbzusätz 1236-12456-12-2-1356-5-234-1356
-sufword vercingetorix 1236-12456-6-14-35-12346-2345-26-24-6-1346
-word verdi 1236-12456-145-24
-sufword verdikt 1236-12456-145-24-13-2345
-word verdikte 1236-12456-145-24-13-236
-word verdis 1236-12456-145-24-234
-word verdun 1236-12456-145-256
-word verduns 1236-12456-145-256-234
-sufword verena 1236-12456-14-1
-sufword vergil 1236-12456-1245-24-123
-sufword vergilb 36-1245-24-123-12
-sufword vergilt 36-1245-24-123-2345
-word vergine 1236-12456-1245-35-15
-sufword verifikation 1236-12456-24-124-24-13-5-1345
-sufword verifizier 1236-12456-24-124-24-1356-346-1235
-sufword verita 1236-12456-24-2345-1
-sufword verlain 1236-12456-123-1-24-1345
-sufword vermeer 1236-12456-134-15-15-1235
-sufword vermont 1236-12456-134-135-1345-2345
-begword veron 1236-12456-135-1345
-word vers 1236-12456-234
-word versace 1236-12456-234-1-6-14-15
-word versaces 1236-12456-234-1-6-14-123456
-begword versaill 1236-12456-234-1-24-12345
-word versal 1236-12456-234-1-123
-begword versal 1236-12456-234-25
-begword versalz 36-234-25-1356
-always versanf 1236-12456-234-235-124
-always versart 1236-12456-234-356-2345
-begword versb 1236-12456-234-12
-begword versd 1236-12456-234-145
-word verse 1236-12456-234-15
-begword versemach 1236-12456-234-15-134-56
-word versen 1236-12456-234-14
-word versepos 1236-12456-234-15-1234-135-234
-word versepen 1236-12456-234-15-1234-14
-begword verserzähl 1236-12456-234-12456-5-1356-123
-word verses 1236-12456-234-123456
-sufword verseschmied 1236-12456-234-15-156-134-346-145
-begword versf 1236-12456-234-124
-begword versier 1236-12456-234-346-1235
-sufword version 1236-12456-234-245
-begword versläng 1236-12456-234-5-123-1245
-begword verslehr 1236-12456-234-123-2356-1235
-begword versk 1236-12456-234-13
-sufword versklav 36-234-13-123-1-1236
-begword verskomödi 1236-12456-234-13-135-134-246-145-24
-begword versm 1236-12456-234-134
-begword versn 1236-12456-234-1345
-begword versniff 36-234-1345-24-124-124
-begword versnob 36-234-1345-135-12
-sufword verspaar 1236-12456-234-1234-1-1-1235
-word versroman 1236-12456-234-1235-135-134-1-1345
-begword versroman 1236-12456-234-1235-135-134-235
-sufword versspiel 1236-12456-234-2-346
-word versus 1236-12456-234-136-234
-always vertebrat 1236-12456-236-12-1235-1-2345
-always vertigo 1236-12456-2345-24-1245-135
-word vertikal 1236-12456-2345-24-13-1-123
-begword vertikal 1236-12456-2345-24-13-25
-word verum 1236-12456-136-134
-word verve 1236-12456-1236-15
-
-# VERHÄLTNIS (4.4 Zweiformige Kürzungen)
-always verhältnis 1236-125
-
-# VIEL (4.4 Zweiformige Kürzungen)
-always viel 1236-123
-
-# VIELLEICHT (4.4 Zweiformige Kürzungen)
-always vielleicht 1236-2345
-
-# VOLK VÖLK (4.4 Zweiformige Kürzungen)
-always volk 1236-13
-always völk 5-1236-13
-word volker 1236-135-123-13-12456
-word volkers 1236-135-123-13-12456-234
-always volketswil 1236-135-123-13-15-2345-234-2456-24-123
-sufword volkhard 1236-135-123-13-125-356-145
-sufword volkmann 1236-135-123-13-134-235-1345
-word volkmar 1236-135-123-13-134-1-1235
-word volkmars 1236-135-123-13-134-356-234
-
-# VOLL (4.3.2 Einformige Kürzungen, alleinstehend oder in Wortverbindungen)
-word voll 12345
-always voll-\s 2-12345-36-0
-always voll 2-12345
-always völl 5-12345
-always volley 1236-135-12345-15-6-13456
-
-# VOM (4.4 Zweiformige Kürzungen)
-always vom 1236-134
-word servomotor 234-12456-1236-135-134-135-2345-135-1235
-begword servomotor 234-12456-1236-135-134-135-2345-26
-always ovomalt 135-1236-135-134-25-2345
-
-# VON (4.3.2 Einformige Kürzungen, alleinstehend oder in Wortverbindungen)
-word von 1236
-always von-\s 2-1236-36-0
-always von 2-1236
-sufword avon 1-1236-135-1345
-sufword savona 234-1-1236-135-1345-1
-sufword devon 145-15-1236-135-1345
-syllable yvonn 6-13456-1236-135-1345-1345
-
-# VOR (4.3.2 Einformige Kürzungen, alleinstehend oder in Wortverbindungen)
-word vor 26
-always vor-\s 2-26-36-0
-always vor 2-26
-always voraus 2-26-16-234
-always favorisier 124-1-1236-26-24-234-346-1235
-always favorit 124-1-1236-26-24-2345
-word flavor 124-123-1-1236-135-1235
-always flavor 124-123-1-1236-26
-always bravoruf 12-1235-1-1236-135-1235-136-124
-always ivorer 24-1236-26-12456
-always ivory 24-1236-26-6-13456
-begmidword herbivor 125-12456-12-24-1236-26
-begword livorn 123-24-1236-26-1345
-begword omnivor 135-134-1345-24-1236-26
-begword karnivor 13-356-1345-24-1236-26
-midword tivor 2345-24-1236-26
-always yvorn 6-13456-1236-26-1345
-
-# WAHR WÄHR (4.4 Zweiformige Kürzungen)
-always wahr 2456-125
-always währ 5-2456-125
-
-# WÄHREND (4.4 Zweiformige Kürzungen)
-always während 345-145
-
-# WAR WÄR (4.3.3 Einformige Kürzungen, alleinstehend oder am Wortanfang)
-word war 356
-word wär 5-356
-word ware 356-15
-word wäre 5-356-15
-sufword waren 356-14
-word wären 5-356-14
-word wärest 5-356-15-23456
-word wäret 5-356-15-2345
-word warst 356-23456
-word wärst 5-356-23456
-word wärt 5-356-2345
-word are 1-1235-15
-word aren 1-1235-14
-
-# -WÄRTS  4.2.1 a) Nachsilbenkürzungen
-midendword wärts 2456
-
-# WAS   (4.3.1 Einformige Wortkürzungen, nur alleinstehend)
-word was 2456
-
-# WEG (4.4 Zweiformige Kürzungen)
-always weg 2456-1245
-word wega 2456-15-1245-1
-word wegas 2456-15-1245-1-234
-before h midword wege 2456-1245-15
-prfword weggen 2456-15-1245-1245-14
-prfword weggens 2456-15-1245-1245-14-234
-always schwegler 156-2456-15-1245-123-12456
-always nimwegen 1345-24-134-2456-15-1245-14
-always norwegen 1345-26-2456-15-1245-14
-always norweger 1345-26-2456-15-1245-12456
-always norwegisch 1345-26-2456-15-1245-24-156
-always wegerich 2456-15-1245-12456-3456
-
-# WEIT (4.4 Zweiformige Kürzungen)
-always weit 2456-2345
-always schweitzer 156-2456-146-2345-1356-12456
-always zweit 1356-2456-146-2345
-always reizweiter 1235-146-1356-2456-2345-12456
-always schweizweit 156-2456-146-1356-2456-2345
-prfword zweite 1356-2456-146-236
-always zweitemal 1356-2456-146-236-134
-
-# WENIG (4.4 Zweiformige Kürzungen)
-always wenig 2456-45
-
-# WENN (4.4 Zweiformige Kürzungen)
-always wenn 2456-1345
-sufword wenner 2456-14-1345-12456
-always schwenning 156-2456-14-1345-35-1245
-always löwen 123-246-2456-14
-
-# WESENTLICH (4.4 Zweiformige Kürzungen)
-always wesentlich 2456-456
-
-# WEIS (4.3.6 Kommakürzungen)
-always weis 2-146
-always weisel 2456-146-234-13456
-always budweiser 12-136-145-2456-146-234-12456
-always zweisait 1356-2456-146-234-1-24-2345
-always zweisam 1356-2456-146-2346
-always zweiseit 1356-2456-146-234-146-2345
-always zweisemest 1356-2456-146-234-12356-15-23456
-always zweisilb 1356-2456-146-234-24-123-12
-always zweisch 1356-2456-146-156
-begmidword zweisimm 1356-2456-146-234-24-1346
-always zweisitz 1356-2456-146-2-24
-always zweisprach 1356-2456-146-234-1234
-always zweisp 1356-2456-146-234-1234
-begmidword zweist 1356-2456-146-23456
-prfword zweist 1356-2456-146-23456
-always zweistand 1356-2456-146-2-23456
-always zweiständ 1356-2456-146-5-23456
-always zweistell 1356-2456-146-2-13456
-always zweistund 1356-2456-146-23456-256-145
-sufword entzwei 2346-1356-2456-146
-always entzwei 14-2345-1356-2456-146
-
-# WELCH (4.3.4 Einformige Kürzungen, alleinstehend, mit Endungen oder in Wortverbindungen)
-always welch 13456
-
-# WERD (4.3.6 Kommakürzungen)
-always werd 2-2456
-word werder 2456-12456-145-12456
-word werdern 2456-12456-145-12456-1345
-word werders 2456-12456-145-12456-234
-begword schwerd 156-2456-12456-145
-syllable beschwerd 23-156-2456-12456-145
-always friedrichswerder 124-1235-346-145-1235-3456-234-2456-12456-145-12456
-always hoyerswerda 125-135-6-13456-12456-234-2456-12456-145-1
-
-# WIE (4.3.2 Einformige Kürzungen, alleinstehend oder in Wortverbindungen)
-word wie 126
-word wie's 126-6-234
-always wieso 2-126-2-1234
-always wieviel 2-126-1236-123
-always wieweit 2-126-2456-2345
-always wiewohl 2-126-2456-123
-always irgendwie 24-1245-2-126
-always gleichwie 1245-1456-2-126
-always inwiefern 35-2-126-124-12456-1345
-always sowie 2-1234-2-126
-always sowieso 2-1234-2-126-2-1234
-always anderswie 2-12456-234-2-126
-always sonstwie 234-135-1345-23456-2-126
-
-# WIEDER (4.4 Zweiformige Kürzungen)
-always wieder 346-145
-
-# WILL (4.4 Zweiformige Kürzungen)
-always will 2456-12345
-always willard 2456-24-12345-356-145
-always willebrand 2456-24-12345-15-12-1235-235-145
-sufword willem 2456-24-12345-12356
-word willi 2456-24-12345-24
-always william 2456-24-12345-24-1-134
-always willibald 2456-24-12345-24-12-25-145
-sufword willie 2456-24-12345-346
-word willis 2456-24-12345-24-234
-word willy 2456-24-12345-6-13456
-word willys 2456-24-12345-6-13456-234
-always goodwill 1245-135-135-145-2456-24-12345
-always schwill 156-2456-24-12345
-begword swill 234-2456-24-12345
-word zwille 1356-2456-24-12345-15
-word zwillen 1356-2456-24-12345-14
-always zwillich 1356-2456-24-12345-3456
-prfword zwillinge 1356-2456-24-12345-35-12346
-always zwilling 1356-2456-24-12345-35-1245
-
-# WIR (4.4 Zweiformige Kürzungen)
-word wir 2456-1235
-word wir's 2456-1235-6-234
-
-# WIRD (4.4 Zweiformige Kürzungen)
-always wird 2456-145
-
-# WIRK (4.4 Zweiformige Kürzungen)
-always wirk 2456-13
-
-# WIRST (4.4 Zweiformige Kürzungen)
-always wirst 2456-23456
-
-# WIRTSCHAFT (4.4 Zweiformige Kürzungen)
-always wirtschaft 2456-156
-always wirtschafts 2456-156-234
-
-# WISS (4.4 Zweiformige Kürzungen)
-always wiss 2456-2346
-# Alte Rechtschreibung
-always wiß 2456-2346
-sufword swiss 234-2456-24-2346
-
-# WOHL (4.4 Zweiformige Kürzungen)
-always wohl 2456-123
-sufword rowohlt 1235-135-2456-135-125-123-2345
-sufword grotewohl 1245-1235-135-236-2456-135-125-123
-
-# WOLL WÖLL (4.3.6 Kommakürzungen)
-always woll 2-135
-always wöll 5-135
-begmidword wollespinn 2-135-15-234-1234-35-1345
-always wollust 2456-135-123-123-136-23456
-always wollüst 2456-135-123-123-1256-23456
-always schwoll 156-2456-135-12345
-begmidword geschwoll 12346-156-2456-135-12345
-always schwöll 156-2456-246-12345
-begword zwoll 1356-2456-135-12345
-
-# WORDEN (4.4 Zweiformige Kürzungen)
-always worden 135-14
-
-# WURD (4.3.5 Einformige Kürzungen, nur mit Erweiterung)
-word wurd 2456-136-1235-145
-begword wurd 136
-begword innewurd 35-1345-15-136
-
-# WÜRD (4.3.5 Einformige Kürzungen, nur mit Erweiterung)
-word würd 2456-1256-1235-145
-always würd 1256
-always würd's 1256-6-234
-always würdig 2456-1256-1235-145-45
-
-# X   (4.1 Lautgruppenkürzungen)
-word x 6-1346
-always x 6-1346
-# Grossgeschriebene Wortanfänge erhalten sonst keinen Pt.6!
-noback context ["X"]$u @6-1346
-
-# Y   (4.1 Lautgruppenkürzungen)
-word y 6-13456
-always y 6-13456
-# Grossgeschriebene Wortanfänge erhalten sonst keinen Pt.6!
-noback context ["Y"]$u @6-13456
-
-# ZAHL ZÄHL (4.4 Zweiformige Kürzungen)
-always zahl 1356-123
-always zähl 5-1356-123
-always zählebig 1356-345-125-123-12-45
-always rübezahl 1235-1256-23-1356-1-125-123
-
-# ZEIT (4.4 Zweiformige Kürzungen)
-always zeit 1356-2345
-word zeiter 1356-146-2345-12456
-word zeiters 1356-146-2345-12456-234
-sufword prophezei 12345-1234-125-15-1356-146
-midendword prophezei 1234-1235-135-1234-125-15-1356-146
-
-# ZU (4.3.2 Einformige Kürzungen, alleinstehend oder in Wortverbindungen)
-word zu 1356
-always zu-\s 2-1356-36-0
-always zu 2-1356
-prfword zuber 1356-136-12-12456
-sufword zuberbühler 1356-136-12-12456-12-1256-125-123-12456
-prfword zubers 1356-136-12-12456-234
-always azubi 1-1356-136-12-24
-always zucc 1356-136-6-14-6-14
-always zucch 1356-136-6-14-1456
-always zucht 1356-136-1456-2345
-always zuck 1356-136-46
-begmidword venezuel 1236-14-15-1356-136-13456
-always salzuflen 234-25-1356-136-124-123-14
-prfword zug 1356-136-1245
-begmidword zugb 1356-136-1245-12
-always zugrabauk 1356-136-1245-1235-1-12-16-13
-begmidword zugreinig 1356-136-1245-1235-1246-45
-begmidword herumzu 125-12456-136-134-2-1356
-begmidword herumzupf 125-12456-136-134-1356-136-1234-124
-always anzugärmel 235-1356-136-1245-345-1235-134-13456
-always eilzug 146-123-1356-136-1245
-always sattelzug 234-1-2345-2345-13456-1356-136-1245
-always bevorzug 23-2-26-1356-136-1245
-prfword bevorzuge 23-2-26-1356-136-12346
-before s begmidword zugs 1356-136-1245-234
-begmidword zugaukel 2-1356-1245-16-13-13456
-begmidword zugeb 2-1356-12346-12
-begmidword zugebet 2-1356-12346-23-2345
-# HOMONYM
-begmidword zugreif 2-1356-1245-1235-146-124
-prfword zugst 1356-136-1245-23456
-always zugabteil 1356-136-1245-1-12-2345-146-123
-always zugabfahr 1356-136-1245-1-12-2-1235
-always zuganschluss 1356-136-1245-235-156-123-136-2346
-always zuganschlüss 1356-136-1245-235-156-123-1256-2346
-begmidword zugbalk 1356-136-1245-12-25-13
-always zugband 1356-136-1245-12-235-145
-begmidword zugbänd 1356-136-1245-12-345-1345-145
-begmidword zugbr 1356-136-1245-12-1235
-always zugbügel 1356-136-1245-12-1256-1245-13456
-begmidword zugbe 1356-136-1245-23
-before d begmidword zug 1356-136-1245
-prfword zuge 1356-136-12346
-begmidword zuge 2-1356-12346
-always zugebunden 2-1356-12346-12-256-145-14
-always zugegen 2-1356-2-1245
-begmidword zugeh 2-1356-1245-2356
-begmidword zugehab 2-1356-12346-2-125
-begmidword zugehak 2-1356-12346-125-1-13
-always zugehalten 2-1356-12346-125-25-2345-14
-begmidword zugehämmer 2-1356-12346-125-345-1346-12456
-begmidword zugehäng 2-1356-12346-125-345-1345-1245
-begmidword zugehef 2-1356-12346-125-15-124
-begmidword zugeheil 2-1356-12346-125-146-123
-begmidword zugehopp 2-1356-12346-125-135-1234-1234
-always zugehör 2-1356-12346-125-246-1235
-begmidword zugehump 2-1356-12346-125-136-134-1234
-begmidword zugent 1356-136-1245-14-2345
-always lastzug 123-1-23456-1356-136-1245
-begmidword zugemal 2-1356-12346-134-25
-prfword zugehe 2-1356-1245-2356-15
-prfword zugehen 2-1356-1245-2356-14
-always zugehend 2-1356-1245-2356-14-145
-prfword zugeher 2-1356-1245-2356-12456
-always zugehfrau 2-1356-1245-2356-124-1235-16
-prfword zugehst 2-1356-1245-2356-23456
-prfword zugeht 2-1356-1245-2356-2345
-prfword zugeinricht 1356-136-1245-1246-2-3456
-prfword zuger 1356-136-1245-12456
-sufword zugerin 1356-136-1245-12456-35
-always zugerland 1356-136-1245-12456-123-235-145
-begmidword zugerländ 1356-136-1245-12456-123-345-1345-145
-always zugersee 1356-136-1245-12456-234-15-15
-prfword zuges 1356-136-1245-123456
-before f begmidword zug 1356-136-1245
-before g begmidword zug 1356-136-1245
-before h begmidword zug 1356-136-1245
-before j begmidword zug 1356-136-1245
-always zugig 1356-136-1245-45
-before k begmidword zug 1356-136-1245
-always zugkräft 1356-136-1245-5-13-124
-always zuglang 1356-136-1245-123-1245
-always zugläng 1356-136-1245-5-123-1245
-always zuglast 1356-136-1245-123-1-23456
-always zuglein 1356-136-1245-123-1246
-always zugloch 1356-136-1245-123-135-1456
-always zuglöch 1356-136-1245-123-246-1456
-always zugluft 1356-136-1245-123-136-124-2345
-before m begmidword zug 1356-136-1245
-before n begmidword zug 1356-136-1245
-always zugober 1356-136-1245-135-12-12456
-always zugochs 1356-136-1245-135-1456-234
-always zugraub 1356-136-1245-1235-16-12
-always zugräub 1356-136-1245-1235-34-12
-always zugrecht 1356-136-1245-1235-2345
-always zugreis 1356-136-1245-1235-146-234
-begmidword zugrestaur 1356-136-1245-1235-15-23456-16-1235
-always zugroll 1356-136-1245-1235-135-12345
-before s begmidword zug 1356-136-1245
-before s begmidword zugs 1356-136-1245-234
-before t begmidword zug 1356-136-1245
-always bezug 23-1356-136-1245
-always zugüber 1356-136-1245-2-1256
-always zugunglück 1356-136-1245-256-1245-46
-before kpvw begmidword zug 1356-136-1245
-before z begmidword zug 1356-136-1245
-
-after z midendword uhr 136-125-1235
-always zuhr 1356-136-125-1235
-always zuider 1356-136-24-145-12456
-always suzuki 234-136-1356-136-13-24
-always lapislazuli 123-1-1234-24-234-123-1-1356-136-123-24
-always zull 1356-136-12345
-always zulp 1356-136-123-1234
-always zulu 1356-136-123-136
-begmidword abzuluchs 1-12-2-1356-123-136-1456-234
-begmidword abzulutsch 1-12-2-1356-123-136-2345-156
-always zuluft 2-1356-123-136-124-2345
-always zulugen 2-1356-123-136-1245-14
-begmidword pelzum 1234-13456-1356-136-134
-midendword zunabhängig 1356-256-1-12-125-345-1345-1245-45
-always zunder 1356-256-145-12456
-begmidword schmerzun 156-134-12456-1356-256
-always zunft 1356-256-124-2345
-# siehe -ung           zunge
-# siehe -ung           zungen
-always münzunion 134-1256-1345-1356-256-24-135-1345
-always zupf 1356-136-1234-124
-begmidword zupfeif 2-1356-1234-124-146-124
-begmidword zupferch 2-1356-1234-124-12456-1456
-begmidword zupflanz 2-1356-1234-124-123-235-1356
-begmidword zupflüg 2-1356-1234-124-123-1256-1245
-prfword zupflüge 2-1356-1234-124-123-1256-12346
-begmidword zupfropf 2-1356-1234-124-1235-135-1234-124
-begmidword putzutensi 1234-136-2345-1356-136-2345-14-234-24
-always zutsch 1356-136-2345-156
-always zuzel 1356-136-1356-13456
-always frequenz 124-1235-15-6-12345-136-14-1356
-
-# ZUM (4.4 Zweiformige Kürzungen)
-word zum 1356-134
-always zumal 2-1356-134
-word kurzum 13-1356-136-134
-begmidword lizenzum 123-24-1356-14-1356-136-134
-begmidword blitzum 12-123-24-2345-1356-136-134
-begmidword schutzum 156-136-2345-1356-136-134
-
-# ZUNÄCHST (4.4 Zweiformige Kürzungen)
-always zunächst 1356-1345
-
-# ZUR (4.4 Zweiformige Kürzungen)
-word zur 1356-1235
-always zurecht 2-1356-1235-2345
-always zurr 1356-136-1235-1235
-begmidword zurred 1356-1235-1235-15-145
-begmidword zurruh 1356-1235-1235-136-125
-begmidword zurruhesetz 1356-1235-1235-136-125-15-2-15
-begmidword zurschau 1356-1235-156-16
-begmidword zurver 1356-1235-1236-12456
-word zurzeit 1356-1235-1356-2345
-sufword azur 1-1356-136-1235
-begmidword mazurk 134-1-1356-136-1235-13
-begmidword karenzur 13-356-14-1356-136-1235
-begmidword lizenzur 123-24-1356-14-1356-136-1235
-begmidword kurzur 13-1356-136-1235
-begmidword sturzursach 23456-136-1235-1356-136-1235-234-56
-
-# ZURÜCK (4.4 Zweiformige Kürzungen)
-always zurück 1356-46
-prfword zurücken 2-1356-1235-46-14
-begmidword zurücken 2-1356-1235-46-14
-begmidword zurückent 1356-46-14-2345
-
-# ZUSAMMEN (4.4 Zweiformige Kürzungen)
-always zusammen 1356-234
-
-# ZWISCHEN (4.4 Zweiformige Kürzungen)
-always zwischen 1356-2456
-#
-# Copyright (C) 1995-2008 by The BRLTTY Developers.
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-
-# This text subtable defines braille representations for the chess figures in
-# terms of the letters that are used for them in the German language.
-
-# See: http://en.wikipedia.org/wiki/Chess_symbols_in_Unicode
-
-# generated by ttbtest
-punctuation \x2654 137		WHITE CHESS KING
-punctuation \x2655 1457		WHITE CHESS QUEEN
-punctuation \x2656 23457		WHITE CHESS ROOK
-punctuation \x2657 1237		WHITE CHESS BISHOP
-punctuation \x2658 2347		WHITE CHESS KNIGHT
-punctuation \x2659 127		WHITE CHESS PAWN
-punctuation \x265a 13		BLACK CHESS KING
-punctuation \x265b 145		BLACK CHESS QUEEN
-punctuation \x265c 2345		BLACK CHESS ROOK
-punctuation \x265d 123		BLACK CHESS BISHOP
-punctuation \x265e 234		BLACK CHESS KNIGHT
-punctuation \x265f 12		BLACK CHESS PAWN
-# liblouis: Welsh Grade 1 table
-#
-# ------------
-#-display-name: Welsh uncontracted braille
-#
-#+locale:cy
-#+type:literary
-#+contraction:no
-#+grade:1
-#
-# TODO: Please correct the metadata above. It is not meant to be
-# accurate nor complete. It hasn't been verified by the table
-# author yet. It is merely an attempt by the liblouis maintainers
-# to get some sensible initial values in place.
-#
-# TODO: Please add a reference to official documentation about
-# the implemented braille code. Preferably submit the documents
-# to https://github.com/liblouis/braille-specs.
-# ------------
-
-# Based on the braille contraction modules in BRLTTY
-#
-# Copyright (C) 1995-2004 by The BRLTTY Team.
-# Copyright (C) 2004 ViewPlus Technologies, inc.,  www.viewplustech.com
-# Copyright (C) 2004 Computers to Help People, Inc., www.chpi.org
-
-# This file is free software; you can redistribute it and/or
-# modify it under the terms of the GNU Lesser General Public
-# License as published by the Free Software Foundation; either
-# version 2.1 of the License, or (at your option) any later version.
-
-# This file is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-# Lesser General Public License for more details.
-
-# You should have received a copy of the GNU Lesser General Public
-# License along with this file; if not, write to the Free Software
-# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
-
-include text_nabcc.dis All display opcodes
-space \s 0 blank
-space \t 9 tab
-space \x000a 0 newline
-space \x000c 0
-space \x000d 0 carriage return
-space \x001b 1b escape character for html back-translation
-space \x00A0 a NO-BREAK SPACE <noBreak> 0020 NON-BREAKING SPACE 
-include loweredDigits6Dots.uti
-
-include latinLetterDef8Dots.uti
-
-punctuation ( 12356
-punctuation } 12456
-punctuation ] 124567
-punctuation ? 1456
-punctuation : 156
-punctuation ) 23456
-punctuation ! 2346
-punctuation { 246
-punctuation [ 2467
-punctuation ' 3
-punctuation - 36
-punctuation . 46
-punctuation " 5
-punctuation ; 56
-punctuation , 6
-sign & 12346
-sign $ 1246
-sign | 1256
-sign \\ 12567
-sign % 146
-sign * 16
-sign # 3456
-punctuation ` 4
-sign _ 456
-sign ^ 457
-sign @ 47
-math = 123456
-math < 126
-math / 34
-math > 345
-math + 346
-math ~ 45
-
-# Miscellaneous
-math \x00B1 346-36 PLUS-MINUS SIGN PLUS-OR-MINUS SIGN 
-math \x00B7 16 MIDDLE DOT 
-math \x00BC 1456-2-34-256-3456 VULGAR FRACTION ONE QUARTER No 0031 2044 
-math \x00BD 1456-2-34-23-3456 VULGAR FRACTION ONE HALF No 0031 2044 0032 
-math \x00BE 1456-25-34-23-3456 VULGAR FRACTION THREE QUARTERS No 0033 
-math \x00D7 4-16 MULTIPLICATION SIGN 
-math \x00F7 46-34 DIVISION SIGN 
-punctuation \x0092 3
-punctuation \x0097 36-36
-punctuation \x00A1 235 INVERTED EXCLAMATION MARK 
-punctuation \x00ad 36
-punctuation \x00BF 236 INVERTED QUESTION MARK 
-punctuation \x2011 36
-punctuation \x2013 36-36
-punctuation \x2014 36-36
-punctuation \x2018 6-236
-punctuation \x2019 3
-punctuation \x2019 356-3
-punctuation \x201c 236
-punctuation \x201d 356
-punctuation \x2026 3
-sign \x2122 45-2345 trademark sign
-sign \x00A2 4-14 CENT SIGN 
-sign \x00A3 3456 POUND SIGN 
-sign \x00A4 1246 CURRENCY SIGN 
-sign \x00A7 4-234 SECTION SIGN 
-sign \x00A9 45-14 COPYRIGHT SIGN 
-sign \x00AE 45-1235 REGISTERED SIGN REGISTERED TRADE MARK SIGN 
-sign \x00B0 56-145-1245 DEGREE SIGN 
-sign \x00B4 b4 ACUTE ACCENT 0020 0301 SPACING ACUTE 
-sign \x00B5 46-134 MICRO SIGN 03BC 039C 039C
-sign \x00A5 4-13456 YEN SIGN 
-punctuation \x00A6 456-1256 BROKEN BAR BROKEN VERTICAL BAR 
-# sign \x00A8 DIAERESIS 0020 0308 SPACING DIAERESIS 
-# sign \x00AA FEMININE ORDINAL INDICATOR 0061 
-# punctuation \x00AB LEFT-POINTING DOUBLE ANGLE QUOTATION MARK LEFT 
-# sign \x00AC NOT SIGN 
-# sign \x00AF MACRON 0020 0304 SPACING MACRON 
-# math \x00B2 SUPERSCRIPT TWO 0032 2 2 SUPERSCRIPT DIGIT TWO 
-# math \x00B3 SUPERSCRIPT THREE 0033 3 3 SUPERSCRIPT DIGIT THREE 
-sign \x00B6 1234-345 PILCROW SIGN PARAGRAPH SIGN 
-# sign \x00B8 CEDILLA 0020 0327 SPACING CEDILLA 
-# math \x00B9 SUPERSCRIPT ONE 0031 1 1 SUPERSCRIPT DIGIT ONE 
-sign \x00BA 145-1245 MASCULINE ORDINAL INDICATOR 006F 
-# punctuation \x00BB RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK Pf Y 
-
-punctuation \x2010 36			# 8208  hyphen
-punctuation	\x201F 356		# 8223	smart double high reverse quotation mark
-punctuation	\x201E 236		# 8222	smart double low quotation mark
-
-noback sign \X25CF 16 black circle
-
-# Braille indicators
-numsign 3456  number sign, just a dots operand
-multind 56-6 letsign capsletter
-letsign 56
-capsletter 6
-begcapsword 6-6
-endcapsword 6-3
-emphclass italic
-emphclass underline
-emphclass bold
-begemph italic 46
-endemph italic 46-3
-begemph bold 46-46
-endemph bold 46-3
-begcomp 6-346
-endcomp 6-346
-
-# the decimal digits
-include litdigits6Dots.uti
-
-# Letters not defined in en-chardefs
-always ch 16
-always th 1456
-
-#single letter words
-word a 1
-word A 1
-word i 24
-word I 24
-word o 135
-word O 135
-word y 13456
-word Y 13456
-
-# punctuation
-prepunc " 236
-postpunc " 356
-always " 5
-prepunc ' 6-236
-postpunc ' 356-3
-postpunc '' 356
-postpunc ''' 356-3-356
-
-always ' 3
-midnum , 3
-always , 2
-midnum . 2
-decpoint . 2
-always . 256
-always ; 23
-midnum : 6-25
-always : 25
-endnum ! 6-235
-always ! 235
-always # 4-3456
-midnum / 456-34-3456
-always / 456-34
-always ? 236
-endnum % 0-25-1234
-always % 25-1234
-midnum ^ 346-3456
-always ^ 456-126
-always ~ 4-156
-always & 4-12346
-midnum * 0-56-236-3456
-always * 35-35
-repeated *** 35-35-0-35-35-0-35-35
-prepunc ( 2356
-postpunc ) 2356
-always [ 6-2356
-always ] 2356-3
-always { 46-2356
-always } 46-2356
-always -com =
-endword -to = pointed-to resource
-endword -by = used-by
-# always _ 78
-prepunc `` 236
-prepunc ` 6-236
-always ` 4
-always @ 2346
-always \\ 5-16
-always | 5-123
-repeated --- 36-36-36
-
-# repeated ___ 78-78-78
-repeated ___ 46-46-46
-
-repeated ::: 25-25-25
-
-repeated === 56-2356-56-2356-56-2356
-repeated ~~~ 4-156-4-156-4-156
-always \s-\s 36-36
-always \s-\scom 36-36-14-135-134
-always ... 3-3-3
-always .\s.\s. 3-3-3 . . .
-# always  \x2026 3-3-3 # 8230			MS Word smart ellipsis
-
-# the hyphen
-# always ­ 36
-repeated ­­­ 36-36-36
-always \s­\s 36-36
-
-# accented letters
-
-uplow \x00C0\x00E0 1				# a with grave
-uplow \x00C1\x00E1 1				# a with acute
-uplow \x00C2\x00E2 1				# a with circumflex
-#uplow \x00C3\x00E3 1				# a with tilde
-uplow \x00C4\x00E4 1				# a with dieresis
-#uplow \x00C5\x00E5 1				# a with ring above
-uplow \x00C6\x00E6 1				# letter ae
-#uplow \x00C7\x00E7 14				# c with cedilla
-uplow \x00C8\x00E8 15				# e with grave
-uplow \x00C9\x00E9 15				# e with acute
-uplow \x00CA\x00EA 15				# e with circumflex
-uplow \x00CB\x00EB 15				# e with dieresis
-uplow \x00CC\x00EC 24				# i with grave above
-uplow \x00CD\x00ED 24				# i with acute above
-uplow \x00CE\x00EE 24				# i with circumflex
-uplow \x00CF\x00EF 24				# i with dieresis
-#uplow \x00D0\x00F0 15				# letter eth
-#uplow \x00D1\x00F1 1345			# n with tilde
-uplow \x00D2\x00F2 135			# o with grave above
-uplow \x00D3\x00F3 135			# o with acute above
-uplow \x00D4\x00F4 135			# o with circumflex
-#uplow \x00D5\x00F5 135			# o with tilde
-uplow \x00D6\x00F6 135			# o with dieresis
-# \x00D7	× multiplication sign	----------------------
-#uplow \x00D8\x00F8 135			# o with stroke
-uplow \x00D9\x00F9 136			# u with grave above
-uplow \x00DA\x00FA 136			# u with acute above
-uplow \x00DB\x00FB 136			# u with circumflex above
-uplow \x00DC\x00FC 136				# u with dieeresis
-uplow \x00DD\x00FD 13456		# y with acute above
-#uplow \x00DE\x00FE 2345			# letter thorn
-letter \x00DF 2346		# small sharp s
-uplow \x0174\x0175 2456 w with circumflex
-uplow \x0176\x0177 13456 # y with circumflex
-uplow \x0178\x00ff 13456 # y with diaeresis
-uplow \x1ef2\x1ef3 13456 # y with grave
-
-largesign \x00C0 23-1      [C0] upper a grave
-largesign \x00E0   23-1      [E0] lower a grave
-
-largesign \x00C1 25-1      [C1] upper a acute
-largesign \x00E1   25-1      [E1] lower a acute
-
-largesign \x00C2 4-1      [C2] upper a circumflex
-largesign \x00E2   4-1      [E2] lower a circumflex
-
-#largesign \x00C3 4-1      [C3] upper a tilde
-#largesign \x00E3   4-1      [E3] lower a tilde
-
-largesign \x00C4 45-1      [C4] upper a dieresis
-largesign \x00E4   45-1      [E4] lower a dieresis
-
-#largesign \x00C5 4-1      [C5] upper a ring
-#largesign \x00E5   4-1      [E5] lower a ring
-
-largesign \x00C6 1-15     [C6] upper ae
-largesign \x00E6   1-15			[E6] lower ae
-
-#largesign \x00C7 4-14     [C7] upper c cedilla
-#largesign \x00E7   4-14     [E7] lower c cedilla
-
-largesign \x00C8 23-15     [C8] upper e grave
-largesign \x00E8   23-15     [E8] lower e grave
-
-largesign \x00C9 25-15     [C9] upper e acute
-largesign \x00E9   25-15     [E9] lower e acute
-
-largesign \x00CA 4-15     [CA] upper e circumflex
-largesign \x00EA   4-15     [EA] lower e circumflex
-
-largesign \x00CB 45-15     [CB] upper e dieresis
-largesign \x00EB   45-15     [EB] lower e dieresis
-
-largesign \x00CC 23-24     [CC] upper i grave
-largesign \x00EC   23-24     [EC] lower i grave
-
-largesign \x00CD 25-24     [CD] upper i acute
-largesign \x00ED   25-24     [ED] lower i acute
-
-largesign \x00CE 4-24     [CE] upper i circumflex
-largesign \x00EE   4-24     [EE] lower i circumflex
-
-largesign \x00CF 45-24     [CF] upper i dieresis
-largesign \x00EF   45-24     [EF] lower i dieresis
-
-#largesign \x00D0 4-15     [D0] upper eth
-#largesign \x00F0   4-15     [F0] lower eth
-
-#largesign \x00D1 4-1345   [D1] upper n tilde
-#largesign \x00F1   4-1345   [F1] lower n tilde
-
-largesign \x00D2 23-135    [D2] upper o grave
-largesign \x00F2   23-135    [F2] lower o grave
-
-largesign \x00D3 25-135    [D3] upper o acute
-largesign \x00F3   25-135    [F3] lower o acute
-
-largesign \x00D4 4-135    [D4] upper o circumflex
-largesign \x00F4   4-135    [F4] lower o circumflex
-
-#largesign \x00D5 4-135    [D5] upper o tilde
-#largesign \x00F5   4-135    [F5] lower o tilde
-
-largesign \x00D6 45-135    [D6] upper o dieresis
-largesign \x00F6   45-135			[F6] lower o dieresis
-
-#largesign \x00D8 4-135    [D8] upper o slash
-#largesign \x00f8   4-135    [F8] lower o slash
-
-largesign \x00D9 23-136    [D9] upper u grave
-largesign \x00F9   23-136    [F9] lower u grave
-
-largesign \x00DA 25-136    [DA] upper u acute
-largesign \x00FA   25-136    [FA] lower u acute
-
-largesign \x00DB 4-136    [DB] upper u circumflex
-largesign \x00FB   4-136    [FB] lower u circumflex
-
-largesign \x00DC 45-136    [DC] upper u dieresis
-largesign \x00FC   54-136    [FC] lower u dieresis
-
-largesign \x00DD 25-13456  [DD] upper y acute
-largesign \x00FD   25-13456  [FD] lower y acute
-
-#largesign \x00DE 4-2345   [DE] upper t horn
-#largesign \x00FE   4-2345   [FE] lower t horn
-
-largesign \x00DF 234-234 (DF) lower ss
-
-largesign \x0174 4-2456 lower w circumflex
-largesign \x0175 4-2456 upper w circumflex
-
-largesign \x0176 4-13456 upper y circumflex
-largesign \x0177 4-13456 lower y circumflex
-
-largesign \x0178 45-13456 upper y with dieresis
-largesign \x00FF 45-13456 lower y with dieresis
-
-largesign \x1EF2 23-13456 upper y with grave
-largesign \x1EF3 23-13456 lower y with grave
-
-hyphen 	\x2010 36		 # 8208			hyphen
-
-# punctuation \x2011 36		 # 8209			non-breaking hyphen
-punctuation \x2011 23478	# 8209  non-breaking hyphen
-
-
-always	\x2013 56-36		 # 8211		smart minus sign
-
-
-always	\x201C 236	 # 8220			smart opening double quote
-always	\x201D 356	 # 8221			smart closing double quote
-always	\x201E 236	 # 8222			smart double low quotation mark
-always	\x201F 356	 # 8223			smart double high reverse quotation mark
-
-
-# mathematical symbols
-decpoint . 2
-always < 246
-joinword = 56-2356
-joinnum = 56-2356
-always > 135
-midnum + 0-56-235-3456
-joinnum + 56-235
-joinword + 56-235
-midnum - 36-3456
-always - 36
-joinnum × 56-236
-joinword × 56-236
-midnum ÷ 0-56-256-3456 division sign
-joinnum ÷ 56-256
-joinword ÷ 56-256
-begnum £ 123
-always £ 4-123 pounds
-
-# other special characters
-always © 45-14 copyright
-sign ™ 45-2345 trademark
-sign ® 45-1235 registered
-always ¶ 1234-345 paragraph
-always § 234-3 section
-always ° 356 degrees
-begnum $ 256
-always $ 4-256
-always ¢ 4-14 cents
-sign € 4-15	euro
-always € 4-15	euro
-always ¥ 4-13456 yen
-always µ 2-134 mu
-
-# special character sequences
-literal :// URLs
-literal www.
-
-literal .com
-literal .edu
-literal .gov
-literal .mil
-literal .net
-literal .org
- include countries.cti
-
-literal .doc
-literal .htm
-literal .html
-literal .tex
-literal .txt
-
-literal .gif
-literal .jpg
-literal .png
-literal .wav
-
-literal .tar
-literal .zip
-
-# liblouis: sub table for defining latin letters with diacritics, 6 dots.
-#
-#  Copyright (C) 2015 NLB Norwegian library of talking books and braille, http://www.nlb.no/
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-#
-# This table maps letters with diacritics to their closest matching
-# letter a-z, including a dot 4 prefix as required by norwegian braille.
-
-uplow Ṥṥ 4-234        # Latin Letter S with Acute and Dot Above
-uplow Áá 4-1          # Latin Letter a with Acute
-uplow Ćć 4-14         # Latin Letter C with Acute
-uplow Éé 4-15         # Latin Letter E with Acute
-uplow Ǵǵ 4-1245       # Latin Letter G with Acute
-uplow Íí 4-24         # Latin Letter I with Acute
-uplow Ḱḱ 4-13         # Latin Letter K with Acute
-uplow Ĺĺ 4-123        # Latin Letter L with Acute
-uplow Ḿḿ 4-134        # Latin Letter M with Acute
-uplow Ńń 4-1345       # Latin Letter N with Acute
-uplow Óó 4-135        # Latin Letter O with Acute
-uplow Ṕṕ 4-1234       # Latin Letter P with Acute
-uplow Ŕŕ 4-1235       # Latin Letter R with Acute
-uplow Śś 4-234        # Latin Letter S with Acute
-uplow Úú 4-136        # Latin Letter U with Acute
-uplow Ẃẃ 4-2456       # Latin Letter W with Acute
-uplow Ýý 4-13456      # Latin Letter Y with Acute
-uplow Źź 4-1356       # Latin Letter Z with Acute
-uplow Ƚƚ 4-123        # Latin Letter L with Bar
-uplow Ꞓꞓ 4-14       # Latin Letter C with Bar
-uplow Ɬɬ 4-123        # Latin Letter L with Belt
-uplow Ắắ 4-1          # Latin Letter a with Breve and Acute
-uplow Ặặ 4-1          # Latin Letter a with Breve and Dot Below
-uplow Ằằ 4-1          # Latin Letter a with Breve and Grave
-uplow Ẳẳ 4-1          # Latin Letter a with Breve and Hook Above
-uplow Ẵẵ 4-1          # Latin Letter a with Breve and Tilde
-uplow Ḫḫ 4-125        # Latin Letter H with Breve Below
-uplow Ăă 4-1          # Latin Letter a with Breve
-uplow Ĕĕ 4-15         # Latin Letter E with Breve
-uplow Ğğ 4-1245       # Latin Letter G with Breve
-uplow Ĭĭ 4-24         # Latin Letter I with Breve
-uplow Ŏŏ 4-135        # Latin Letter O with Breve
-uplow Ŭŭ 4-136        # Latin Letter U with Breve
-uplow Ṧṧ 4-234        # Latin Letter S with Caron and Dot Above
-uplow Ǎǎ 4-1          # Latin Letter a with Caron
-uplow Čč 4-14         # Latin Letter C with Caron
-uplow Ďď 4-145        # Latin Letter D with Caron
-uplow Ěě 4-15         # Latin Letter E with Caron
-uplow Ǧǧ 4-1245       # Latin Letter G with Caron
-uplow Ȟȟ 4-125        # Latin Letter H with Caron
-uplow Ǐǐ 4-24         # Latin Letter I with Caron
-lowercase  ǰ  4-245   # Latin Small Letter J with Caron
-uplow Ǩǩ 4-13         # Latin Letter K with Caron
-uplow Ľľ 4-123        # Latin Letter L with Caron
-uplow Ňň 4-1345       # Latin Letter N with Caron
-uplow Ǒǒ 4-135        # Latin Letter O with Caron
-uplow Řř 4-1235       # Latin Letter R with Caron
-uplow Šš 4-234        # Latin Letter S with Caron
-uplow Ťť 4-2345       # Latin Letter T with Caron
-uplow Ǔǔ 4-136        # Latin Letter U with Caron
-sign  Dž  4-1356       # Latin Capital Letter D with Small Letter Z with Caron
-uplow Žž 4-1356       # Latin Letter Z with Caron
-uplow Ḉḉ 4-14         # Latin Letter C with Cedilla and Acute
-uplow Ḝḝ 4-15         # Latin Letter E with Cedilla and Breve
-uplow Çç 4-14         # Latin Letter C with Cedilla
-uplow Ḑḑ 4-145        # Latin Letter D with Cedilla
-uplow Ȩȩ 4-15         # Latin Letter E with Cedilla
-uplow Ģģ 4-1245       # Latin Letter G with Cedilla
-uplow Ḩḩ 4-125        # Latin Letter H with Cedilla
-uplow Ķķ 4-13         # Latin Letter K with Cedilla
-uplow Ļļ 4-123        # Latin Letter L with Cedilla
-uplow Ņņ 4-1345       # Latin Letter N with Cedilla
-uplow Ŗŗ 4-1235       # Latin Letter R with Cedilla
-uplow Şş 4-234        # Latin Letter S with Cedilla
-uplow Ţţ 4-2345       # Latin Letter T with Cedilla
-uplow Ấấ 4-1          # Latin Letter a with Circumflex and Acute
-uplow Ếế 4-15         # Latin Letter E with Circumflex and Acute
-uplow Ốố 4-135        # Latin Letter O with Circumflex and Acute
-uplow Ậậ 4-1          # Latin Letter a with Circumflex and Dot Below
-uplow Ệệ 4-15         # Latin Letter E with Circumflex and Dot Below
-uplow Ộộ 4-135        # Latin Letter O with Circumflex and Dot Below
-uplow Ầầ 4-1          # Latin Letter a with Circumflex and Grave
-uplow Ềề 4-15         # Latin Letter E with Circumflex and Grave
-uplow Ồồ 4-135        # Latin Letter O with Circumflex and Grave
-uplow Ẩẩ 4-1          # Latin Letter a with Circumflex and Hook Above
-uplow Ểể 4-15         # Latin Letter E with Circumflex and Hook Above
-uplow Ổổ 4-135        # Latin Letter O with Circumflex and Hook Above
-uplow Ẫẫ 4-1          # Latin Letter a with Circumflex and Tilde
-uplow Ễễ 4-15         # Latin Letter E with Circumflex and Tilde
-uplow Ỗỗ 4-135        # Latin Letter O with Circumflex and Tilde
-uplow Ḓḓ 4-145        # Latin Letter D with Circumflex Below
-uplow Ḙḙ 4-15         # Latin Letter E with Circumflex Below
-uplow Ḽḽ 4-123        # Latin Letter L with Circumflex Below
-uplow Ṋṋ 4-1345       # Latin Letter N with Circumflex Below
-uplow Ṱṱ 4-2345       # Latin Letter T with Circumflex Below
-uplow Ṷṷ 4-136        # Latin Letter U with Circumflex Below
-uplow Ââ 4-1          # Latin Letter a with Circumflex
-uplow Ĉĉ 4-14         # Latin Letter C with Circumflex
-uplow Êê 4-15         # Latin Letter E with Circumflex
-uplow Ĝĝ 4-1245       # Latin Letter G with Circumflex
-uplow Ĥĥ 4-125        # Latin Letter H with Circumflex
-uplow Îî 4-24         # Latin Letter I with Circumflex
-uplow Ĵĵ 4-245        # Latin Letter J with Circumflex
-uplow Ôô 4-135        # Latin Letter O with Circumflex
-uplow Ŝŝ 4-234        # Latin Letter S with Circumflex
-uplow Ûû 4-136        # Latin Letter U with Circumflex
-uplow Ŵŵ 4-2456       # Latin Letter W with Circumflex
-uplow Ŷŷ 4-13456      # Latin Letter Y with Circumflex
-uplow Ẑẑ 4-1356       # Latin Letter Z with Circumflex
-uplow Șș 4-234        # Latin Letter S with Comma Below
-uplow Țț 4-2345       # Latin Letter T with Comma Below
-lowercase  ʝ  4-245   # Latin Small Letter J with Crossed-Tail
-lowercase  ꬺ  4-134   # Latin Small Letter M with Crossed-Tail
-lowercase  ꬻ  4-1345  # Latin Small Letter N with Crossed-Tail
-lowercase  ꭉ  4-1235  # Latin Small Letter R with Crossed-Tail
-lowercase  ɕ  4-14    # Latin Small Letter C with Curl
-lowercase  ȡ  4-145   # Latin Small Letter D with Curl
-lowercase  ȴ  4-123   # Latin Small Letter L with Curl
-lowercase  ȵ  4-1345  # Latin Small Letter N with Curl
-lowercase  ȶ  4-2345  # Latin Small Letter T with Curl
-lowercase  ⱴ  4-1236  # Latin Small Letter V with Curl
-lowercase  ʑ  4-1356  # Latin Small Letter Z with Curl
-uplow Ⱨⱨ 4-125        # Latin Letter H with Descender
-uplow Ⱪⱪ 4-13         # Latin Letter K with Descender
-uplow Ꞑꞑ 4-1345       # Latin Letter N with Descender
-uplow Ⱬⱬ 4-1356       # Latin Letter Z with Descender
-uplow Ḯḯ 4-24         # Latin Letter I with Diaeresis and Acute
-uplow Ǘǘ 4-136        # Latin Letter U with Diaeresis and Acute
-uplow Ǚǚ 4-136        # Latin Letter U with Diaeresis and Caron
-uplow Ǜǜ 4-136        # Latin Letter U with Diaeresis and Grave
-uplow Ǟǟ 4-1          # Latin Letter a with Diaeresis and Macron
-uplow Ȫȫ 4-135        # Latin Letter O with Diaeresis and Macron
-uplow Ǖǖ 4-136        # Latin Letter U with Diaeresis and Macron
-uplow Ṳṳ 4-136        # Latin Letter U with Diaeresis Below
-uplow Ää 4-1          # Latin Letter a with Diaeresis
-uplow Ëë 4-15         # Latin Letter E with Diaeresis
-uplow Ḧḧ 4-125        # Latin Letter H with Diaeresis
-uplow Ïï 4-24         # Latin Letter I with Diaeresis
-uplow Öö 4-135        # Latin Letter O with Diaeresis
-lowercase  ẗ  4-2345  # Latin Small Letter T with Diaeresis
-uplow Üü 4-136        # Latin Letter U with Diaeresis
-uplow Ẅẅ 4-2456       # Latin Letter W with Diaeresis
-uplow Ẍẍ 4-1346       # Latin Letter X with Diaeresis
-uplow Ÿÿ 4-13456      # Latin Letter Y with Diaeresis
-uplow Ꝃꝃ 4-13         # Latin Letter K with Diagonal Stroke
-uplow Ꝙꝙ 4-12345      # Latin Letter Q with Diagonal Stroke
-uplow Ⱦⱦ 4-2345       # Latin Letter T with Diagonal Stroke
-uplow Ꝟꝟ 4-1236       # Latin Letter V with Diagonal Stroke
-uppercase  İ  4-24    # Latin Capital Letter I with Dot Above : i dot
-uplow Ǡǡ 4-1          # Latin Letter a with Dot Above and Macron
-uplow Ȱȱ 4-135        # Latin Letter O with Dot Above and Macron
-uplow Ȧȧ 4-1          # Latin Letter a with Dot Above
-uplow Ḃḃ 4-12         # Latin Letter B with Dot Above
-uplow Ċċ 4-14         # Latin Letter C with Dot Above
-uplow Ḋḋ 4-145        # Latin Letter D with Dot Above
-uplow Ėė 4-15         # Latin Letter E with Dot Above
-uplow Ḟḟ 4-124        # Latin Letter F with Dot Above
-uplow Ġġ 4-1245       # Latin Letter G with Dot Above
-uplow Ḣḣ 4-125        # Latin Letter H with Dot Above
-uplow Ṁṁ 4-134        # Latin Letter M with Dot Above
-uplow Ṅṅ 4-1345       # Latin Letter N with Dot Above
-uplow Ȯȯ 4-135        # Latin Letter O with Dot Above
-uplow Ṗṗ 4-1234       # Latin Letter P with Dot Above
-uplow Ṙṙ 4-1235       # Latin Letter R with Dot Above
-uplow Ṡṡ 4-234        # Latin Letter S with Dot Above
-uplow Ṫṫ 4-2345       # Latin Letter T with Dot Above
-uplow Ẇẇ 4-2456       # Latin Letter W with Dot Above
-uplow Ẋẋ 4-1346       # Latin Letter X with Dot Above
-uplow Ẏẏ 4-13456      # Latin Letter Y with Dot Above
-uplow Żż 4-1356       # Latin Letter Z with Dot Above
-uplow Ṩṩ 4-234        # Latin Letter S with Dot Below and Dot Above
-uplow Ḹḹ 4-123        # Latin Letter L with Dot Below and Macron
-uplow Ṝṝ 4-1235       # Latin Letter R with Dot Below and Macron
-uplow Ạạ 4-1          # Latin Letter a with Dot Below
-uplow Ḅḅ 4-12         # Latin Letter B with Dot Below
-uplow Ḍḍ 4-145        # Latin Letter D with Dot Below
-uplow Ẹẹ 4-15         # Latin Letter E with Dot Below
-uplow Ḥḥ 4-125        # Latin Letter H with Dot Below
-uplow Ịị 4-24         # Latin Letter I with Dot Below
-uplow Ḳḳ 4-13         # Latin Letter K with Dot Below
-uplow Ḷḷ 4-123        # Latin Letter L with Dot Below
-uplow Ṃṃ 4-134        # Latin Letter M with Dot Below
-uplow Ṇṇ 4-1345       # Latin Letter N with Dot Below
-uplow Ọọ 4-135        # Latin Letter O with Dot Below
-uplow Ṛṛ 4-1235       # Latin Letter R with Dot Below
-uplow Ṣṣ 4-234        # Latin Letter S with Dot Below
-uplow Ṭṭ 4-2345       # Latin Letter T with Dot Below
-uplow Ụụ 4-136        # Latin Letter U with Dot Below
-uplow Ṿṿ 4-1236       # Latin Letter V with Dot Below
-uplow Ẉẉ 4-2456       # Latin Letter W with Dot Below
-uplow Ỵỵ 4-13456      # Latin Letter Y with Dot Below
-uplow Ẓẓ 4-1356       # Latin Letter Z with Dot Below
-uplow Őő 4-135        # Latin Letter O with Double Acute
-uplow Űű 4-136        # Latin Letter U with Double Acute
-uplow Ⱡⱡ 4-123        # Latin Letter L with Double Bar
-uplow Ȁȁ 4-1          # Latin Letter a with Double Grave
-uplow Ȅȅ 4-15         # Latin Letter E with Double Grave
-uplow Ȉȉ 4-24         # Latin Letter I with Double Grave
-uplow Ȍȍ 4-135        # Latin Letter O with Double Grave
-uplow Ȑȑ 4-1235       # Latin Letter R with Double Grave
-uplow Ȕȕ 4-136        # Latin Letter U with Double Grave
-lowercase  ꬸ  4-123   # Latin Small Letter L with Double Middle Tilde
-lowercase  ᵳ  4-1235  # Latin Small Letter R with Fishhook and Middle Tilde
-lowercase  ɾ  4-1235  # Latin Small Letter R with Fishhook
-uplow Ꞗꞗ 4-12         # Latin Letter B with Flourish
-lowercase  ꬴ  4-15    # Latin Small Letter E with Flourish
-uplow Ꝓꝓ 4-1234       # Latin Letter P with Flourish
-uplow Àà 4-1          # Latin Letter a with Grave
-uplow Èè 4-15         # Latin Letter E with Grave
-uplow Ìì 45-24         # Latin Letter I with Grave
-uplow Ǹǹ 4-1345       # Latin Letter N with Grave
-uplow Òò 4-135        # Latin Letter O with Grave
-uplow Ùù 45-136        # Latin Letter U with Grave
-uplow Ẁẁ 4-2456       # Latin Letter W with Grave
-uplow Ỳỳ 4-13456      # Latin Letter Y with Grave
-uplow Ꝉꝉ 4-123        # Latin Letter L with High Stroke
-uplow Ʋʋ 4-1236      # Latin Letter V with Hook
-uplow Ƒƒ 4-124       # Latin Letter F with Hook
-uplow Ảả 4-1          # Latin Letter a with Hook Above
-uplow Ẻẻ 4-15         # Latin Letter E with Hook Above
-uplow Ỉỉ 4-24         # Latin Letter I with Hook Above
-uplow Ỏỏ 4-135        # Latin Letter O with Hook Above
-uplow Ủủ 4-136        # Latin Letter U with Hook Above
-uplow Ỷỷ 4-13456      # Latin Letter Y with Hook Above
-lowercase  ᶑ  4-145   # Latin Small Letter D with Hook and Tail
-lowercase  ɋ  4-12345 # Latin Small Letter Q with Hook Tail
-uplow Ɓɓ 4-12         # Latin Letter B with Hook
-uplow Ƈƈ 4-14         # Latin Letter C with Hook
-uplow Ɗɗ 4-145        # Latin Letter D with Hook
-uplow Ɠɠ 4-1245       # Latin Letter G with Hook
-uplow Ɦɦ 4-125        # Latin Letter H with Hook
-uplow Ƙƙ 4-13         # Latin Letter K with Hook
-uplow Ɱɱ 4-134        # Latin Letter M with Hook
-uplow Ƥƥ 4-1234       # Latin Letter P with Hook
-lowercase  ʠ  4-12345 # Latin Small Letter Q with Hook
-lowercase  ʂ  4-234   # Latin Small Letter S with Hook
-uplow Ƭƭ 4-2345       # Latin Letter T with Hook
-uplow Ⱳⱳ 4-2456       # Latin Letter W with Hook
-uplow Ƴƴ 4-13456      # Latin Letter Y with Hook
-uplow Ȥȥ 4-1356       # Latin Letter Z with Hook
-uplow Ớớ 4-135        # Latin Letter O with Horn and Acute
-uplow Ứứ 4-136        # Latin Letter U with Horn and Acute
-uplow Ợợ 4-135        # Latin Letter O with Horn and Dot Below
-uplow Ựự 4-136        # Latin Letter U with Horn and Dot Below
-uplow Ờờ 4-135        # Latin Letter O with Horn and Grave
-uplow Ừừ 4-136        # Latin Letter U with Horn and Grave
-uplow Ởở 4-135        # Latin Letter O with Horn and Hook Above
-uplow Ửử 4-136        # Latin Letter U with Horn and Hook Above
-uplow Ỡỡ 4-135        # Latin Letter O with Horn and Tilde
-uplow Ữữ 4-136        # Latin Letter U with Horn and Tilde
-uplow Ơơ 4-135        # Latin Letter O with Horn
-uplow Ưư 4-136        # Latin Letter U with Horn
-uplow Ȃȃ 4-1          # Latin Letter a with Inverted Breve
-uplow Ȇȇ 4-15         # Latin Letter E with Inverted Breve
-uplow Ȋȋ 4-24         # Latin Letter I with Inverted Breve
-uplow Ȏȏ 4-135        # Latin Letter O with Inverted Breve
-uplow Ȓȓ 4-1235       # Latin Letter R with Inverted Breve
-uplow Ȗȗ 4-136        # Latin Letter U with Inverted Breve
-lowercase  ꬷ  4-123   # Latin Small Letter L with Inverted Lazy S
-uplow Ɲɲ 4-1345       # Latin Letter N with Left Hook
-lowercase  ꭒ  4-136   # Latin Small Letter U with Left Hook
-uplow Ḇḇ 4-12         # Latin Letter B with Line Below
-uplow Ḏḏ 4-145        # Latin Letter D with Line Below
-lowercase  ẖ  4-125   # Latin Small Letter H with Line Below
-uplow Ḵḵ 4-13         # Latin Letter K with Line Below
-uplow Ḻḻ 4-123        # Latin Letter L with Line Below
-uplow Ṉṉ 4-1345       # Latin Letter N with Line Below
-uplow Ṟṟ 4-1235       # Latin Letter R with Line Below
-uplow Ṯṯ 4-2345       # Latin Letter T with Line Below
-uplow Ẕẕ 4-1356       # Latin Letter Z with Line Below
-lowercase  ꭘ  4-1346  # Latin Small Letter X with Long Left Leg and Low Right Ring
-lowercase  ꭙ  4-1346  # Latin Small Letter X with Long Left Leg with Serif
-lowercase  ꭗ  4-1346  # Latin Small Letter X with Long Left Leg
-lowercase  ɼ  4-1235  # Latin Small Letter R with Long Leg
-uplow Ƞƞ 4-1345       # Latin Letter N with Long Right Leg
-uplow Ꝋꝋ 4-135        # Latin Letter O with Long Stroke Overlay
-uplow Ꝍꝍ 4-135        # Latin Letter O with Loop
-uplow Ỿỿ 4-13456      # Latin Letter Y with Loop
-lowercase  ꭖ  4-1346  # Latin Small Letter X with Low Right Ring
-lowercase  ⱺ  4-135   # Latin Small Letter O with Low Ring Inside
-uplow Ḗḗ 4-15         # Latin Letter E with Macron and Acute
-uplow Ṓṓ 4-135        # Latin Letter O with Macron and Acute
-uplow Ṻṻ 4-136        # Latin Letter U with Macron and Diaeresis
-uplow Ḕḕ 4-15         # Latin Letter E with Macron and Grave
-uplow Ṑṑ 4-135        # Latin Letter O with Macron and Grave
-uplow Āā 4-1          # Latin Letter a with Macron
-uplow Ēē 4-15         # Latin Letter E with Macron
-uplow Ḡḡ 4-1245       # Latin Letter G with Macron
-uplow Īī 4-24         # Latin Letter I with Macron
-uplow Ōō 4-135        # Latin Letter O with Macron
-uplow Ūū 4-136        # Latin Letter U with Macron
-uplow Ȳȳ 4-13456      # Latin Letter Y with Macron
-uplow Ŀŀ 4-123        # Latin Letter L with Middle Dot
-lowercase  ꬹ  4-123   # Latin Small Letter L with Middle Ring
-uplow Ɵᵬ 4-135        # Latin Letter O with Middle Tilde : barred o o bar
-lowercase  ᵭ  4-145   # Latin Small Letter D with Middle Tilde
-lowercase  ᵮ  4-124   # Latin Small Letter F with Middle Tilde
-uplow Ɫɫ 4-123        # Latin Letter L with Middle Tilde
-lowercase  ᵯ  4-134   # Latin Small Letter M with Middle Tilde
-lowercase  ᵰ  4-1345  # Latin Small Letter N with Middle Tilde
-lowercase  ᵱ  4-1234  # Latin Small Letter P with Middle Tilde
-lowercase  ᵲ  4-1235  # Latin Small Letter R with Middle Tilde
-lowercase  ᵴ  4-234   # Latin Small Letter S with Middle Tilde
-lowercase  ᵵ  4-2345  # Latin Small Letter T with Middle Tilde
-lowercase  ᵶ  4-1356  # Latin Small Letter Z with Middle Tilde
-lowercase  ⱸ  4-15    # Latin Small Letter E with Notch
-uplow Ꞡꞡ 4-1245       # Latin Letter G with Oblique Stroke
-uplow Ꞣꞣ 4-13         # Latin Letter K with Oblique Stroke
-uplow Ꞥꞥ 4-1345       # Latin Letter N with Oblique Stroke
-uplow Ꞧꞧ 4-1235       # Latin Letter R with Oblique Stroke
-uplow Ꞩꞩ 4-234        # Latin Letter S with Oblique Stroke
-uplow Ǭǭ 4-135        # Latin Letter O with Ogonek and Macron
-uplow Ąą 4-1          # Latin Letter a with Ogonek
-uplow Ęę 4-15         # Latin Letter E with Ogonek
-uplow Įį 4-24         # Latin Letter I with Ogonek
-uplow Ǫǫ 4-135        # Latin Letter O with Ogonek
-uplow Ųų 4-136        # Latin Letter U with Ogonek
-lowercase  ᶀ  4-12    # Latin Small Letter B with Palatal Hook
-lowercase  ꞔ  4-14    # Latin Small Letter C with Palatal Hook
-lowercase  ᶁ  4-145   # Latin Small Letter D with Palatal Hook
-lowercase  ᶂ  4-124   # Latin Small Letter F with Palatal Hook
-lowercase  ᶃ  4-1245  # Latin Small Letter G with Palatal Hook
-lowercase  ꞕ  4-125   # Latin Small Letter H with Palatal Hook
-lowercase  ᶄ  4-13    # Latin Small Letter K with Palatal Hook
-lowercase  ᶅ  4-123   # Latin Small Letter L with Palatal Hook
-lowercase  ᶆ  4-134   # Latin Small Letter M with Palatal Hook
-lowercase  ᶇ  4-1345  # Latin Small Letter N with Palatal Hook
-lowercase  ᶈ  4-1234  # Latin Small Letter P with Palatal Hook
-lowercase  ᶉ  4-1235  # Latin Small Letter R with Palatal Hook
-lowercase  ᶊ  4-234   # Latin Small Letter S with Palatal Hook
-lowercase  ƫ  4-2345  # Latin Small Letter T with Palatal Hook
-lowercase  ᶌ  4-1236  # Latin Small Letter V with Palatal Hook
-lowercase  ᶍ  4-1346  # Latin Small Letter X with Palatal Hook
-lowercase  ᶎ  4-1356  # Latin Small Letter Z with Palatal Hook
-lowercase  ꞎ  4-123   # Latin Small Letter L with Retroflex Hook and Belt
-lowercase  ᶏ  4-1     # Latin Small Letter a with Retroflex Hook
-lowercase  ᶒ  4-15    # Latin Small Letter E with Retroflex Hook
-lowercase  ᶖ  4-24    # Latin Small Letter I with Retroflex Hook
-lowercase  ɭ  4-123   # Latin Small Letter L with Retroflex Hook
-lowercase  ɳ  4-1345  # Latin Small Letter N with Retroflex Hook
-uplow Ʈʈ 4-2345       # Latin Letter T with Retroflex Hook
-lowercase  ᶙ  4-136   # Latin Small Letter U with Retroflex Hook
-lowercase  ʐ  4-1356  # Latin Small Letter Z with Retroflex Hook
-lowercase  ẚ  4-1     # Latin Small Letter a with Right Half Ring
-lowercase  ⱱ  4-1236  # Latin Small Letter V with Right Hook
-uplow Ǻǻ 4-1          # Latin Letter a with Ring Above and Acute
-#uplow Åå 4-1          # Latin Letter a with Ring Above
-sign ̊  4              # Latin Letter Ring Above unicode U+030A
-always e̊ 4-15         # Latin Letter e with Ring Above
-uplow Ůů 4-136        # Latin Letter U with Ring Above
-lowercase  ẘ  4-2456  # Latin Small Letter W with Ring Above
-lowercase  ẙ  4-13456 # Latin Small Letter Y with Ring Above
-uplow Ḁḁ 4-1          # Latin Letter a with Ring Below
-lowercase  ꭎ  4-136   # Latin Small Letter U with Short Right Leg
-lowercase  ꭚ  4-13456 # Latin Small Letter Y with Short Right Leg
-sign  Lj  4-123        # Latin Capital Letter L with Small Letter J
-sign  Nj  4-1345       # Latin Capital Letter N with Small Letter J
-sign  Dz  4-145        # Latin Capital Letter D with Small Letter Z
-uplow Ꝕꝕ 4-1234       # Latin Letter P with Squirrel Tail
-uplow Ƀƀ 4-12        # Latin Letter B with Stroke
-uplow Ɨɨ 4-24         # Latin Letter I with Stroke : barred i i bar
-uplow Ƶƶ 4-1356      # Latin Letter Z with Stroke
-uplow Łł 4-123       # Latin Letter L with Stroke
-#uplow Øø 4-135        # Latin Letter O with Stroke : o slash
-uplow Ǿǿ 4-135        # Latin Letter O with Stroke and Acute
-uplow Ꝅꝅ 4-13         # Latin Letter K with Stroke and Diagonal Stroke
-uplow Ꝑꝑ 4-1234       # Latin Letter P with Stroke Through Descender
-uplow Ꝗꝗ 4-12345      # Latin Letter Q with Stroke Through Descender
-uplow Ⱥⱥ 4-1          # Latin Letter a with Stroke
-uplow Ȼȼ 4-14         # Latin Letter C with Stroke
-uplow Đđ 4-145        # Latin Letter D with Stroke
-uplow Ɇɇ 4-15         # Latin Letter E with Stroke
-uplow Ꞙꞙ 4-124        # Latin Letter F with Stroke
-uplow Ǥǥ 4-1245       # Latin Letter G with Stroke
-uplow Ħħ 4-125        # Latin Letter H with Stroke
-uplow Ɉɉ 4-245        # Latin Letter J with Stroke
-uplow Ꝁꝁ 4-13         # Latin Letter K with Stroke
-uplow Ᵽᵽ 4-1234       # Latin Letter P with Stroke
-uplow Ɍɍ 4-1235       # Latin Letter R with Stroke
-uplow Ŧŧ 4-2345       # Latin Letter T with Stroke
-uplow Ɏɏ 4-13456      # Latin Letter Y with Stroke
-uplow Ȿȿ 4-234        # Latin Letter S with Swash Tail
-uplow Ɀɀ 4-1356       # Latin Letter Z with Swash Tail
-lowercase  ɖ  4-145   # Latin Small Letter D with Tail : d retroflex hook
-uplow Ɽɽ 4-1235       # Latin Letter R with Tail
-uplow Ṍṍ 4-135        # Latin Letter O with Tilde and Acute
-uplow Ṹṹ 4-136        # Latin Letter U with Tilde and Acute
-uplow Ṏṏ 4-135        # Latin Letter O with Tilde and Diaeresis
-uplow Ȭȭ 4-135        # Latin Letter O with Tilde and Macron
-uplow Ḛḛ 4-15         # Latin Letter E with Tilde Below
-uplow Ḭḭ 4-24         # Latin Letter I with Tilde Below
-uplow Ṵṵ 4-136        # Latin Letter U with Tilde Below
-uplow Ãã 4-1          # Latin Letter a with Tilde
-uplow Ẽẽ 4-15         # Latin Letter E with Tilde
-uplow Ĩĩ 4-24         # Latin Letter I with Tilde
-uplow Ññ 4-1345       # Latin Letter N with Tilde
-uplow Õõ 4-135        # Latin Letter O with Tilde
-uplow Ũũ 4-136        # Latin Letter U with Tilde
-uplow Ṽṽ 4-1236       # Latin Letter V with Tilde
-uplow Ỹỹ 4-13456      # Latin Letter Y with Tilde
-uplow Ƃƃ 4-12         # Latin Letter B with Topbar
-uplow Ƌƌ 4-145        # Latin Letter D with Topbar
-lowercase  ᷲ  4-1     # Combining Latin Small Letter a with Diaeresis
-lowercase  ᷬ  4-123   # Combining Latin Small Letter L with Double Middle Tilde
-lowercase  ᷳ  4-135   # Combining Latin Small Letter O with Diaeresis
-lowercase  ᷭ  4-135   # Combining Latin Small Letter O with Light Centralization Stroke
-lowercase  ᷴ  4-136   # Combining Latin Small Letter U with Diaeresis
-lowercase  ᷰ  4-136   # Combining Latin Small Letter U with Light Centralization Stroke
-uplow Ǽǽ 4-345       # Latin Letter Ae with Acute
-uplow Ǣǣ 4-345       # Latin Letter Ae with Macron
-uplow Ꜿꜿ 4-14        # Latin Letter Reversed C with Dot
-sign  Ɋ  4-12345      # Latin Capital Small Letter Q with Hook Tail
-sign  ᵻ  4-24         # Latin Small Capital Letter I with Stroke
-sign  ᵾ  4-136        # Latin Small Capital Letter U with Stroke
-lowercase  ꬾ  4-246   # Latin Small Letter Blackletter O with Stroke
-sign  ʛ  4-1245       # Latin Small Letter Capital G with Hook
-sign  ᴌ  4-123        # Latin Small Letter Capital L with Stroke
-sign  ꭆ  4-1235       # Latin Small Letter Capital R with Right Leg
-lowercase  ʄ  4-245   # Latin Small Letter Dotless J with Stroke and Hook
-lowercase  ɟ  4-245   # Latin Small Letter Dotless J with Stroke
-lowercase  ꭊ  4-1235  # Latin Small Letter Double R with Crossed-Tail
-lowercase  ẜ  4-234   # Latin Small Letter Long S with Diagonal Stroke
-lowercase  ẛ  4-234   # Latin Small Letter Long S with Dot Above
-lowercase  ẝ  4-234   # Latin Small Letter Long S with High Stroke
-lowercase  ᶓ  4-15    # Latin Small Letter Open E with Retroflex Hook
-lowercase  ᶗ  4-135   # Latin Small Letter Open O with Retroflex Hook
-lowercase  ꬿ  4-135   # Latin Small Letter Open O with Stroke
-lowercase  ꭇ  4-1235  # Latin Small Letter R Without Handle
-lowercase  ɝ  4-15    # Latin Small Letter Reversed Open E with Hook
-lowercase  ᶔ  4-15    # Latin Small Letter Reversed Open E with Retroflex Hook
-lowercase  ɿ  4-1235  # Latin Small Letter Reversed R with Fishhook : long leg turned iota (a misnomer)
-lowercase  ꬶ  4-1245  # Latin Small Letter Script G with Crossed-Tail
-lowercase  ꭌ  4-1235  # Latin Small Letter Script R with Ring
-lowercase  ᴓ  4-135   # Latin Small Letter Sideways O with Stroke
-lowercase  ʯ  4-125   # Latin Small Letter Turned H with Fishhook and Tail
-lowercase  ʮ  4-125   # Latin Small Letter Turned H with Fishhook
-lowercase  ɰ  4-134   # Latin Small Letter Turned M with Long Leg
-lowercase  ꭄ  4-135   # Latin Small Letter Turned O Open-O with Stroke
-lowercase  ꭂ  4-246   # Latin Small Letter Turned Oe with Horizontal Stroke
-lowercase  ꭁ  4-246   # Latin Small Letter Turned Oe with Stroke
-lowercase  ɻ  4-1235  # Latin Small Letter Turned R with Hook
-lowercase  ɺ  4-1235  # Latin Small Letter Turned R with Long Leg
-lowercase  ⱹ  4-1235  # Latin Small Letter Turned R with Tail
-lowercase  ꭏ  4-136   # Latin Small Letter U Bar with Short Right Leg
-
-# classes commented out due to "character class table overflow" error
-#class diacritics_acute ÁáÉéÍíÓóÚúÝýĆćĹĺŃńŔশŹźǴǵǼǽḰḱḾḿṔṕẂẃ
-#class diacritics_acuteanddotabove Ṥṥ
-#class diacritics_bar Ƚꞓ
-#class diacritics_barbarredl ƚ
-#class diacritics_barcambriansymbol Ꞓ
-#class diacritics_belt ɬꞭ
-#class diacritics_breve ĂăĔĕĞğĬĭŎŏŬŭ
-#class diacritics_breveandacute Ắắ
-#class diacritics_breveanddotbelow Ặặ
-#class diacritics_breveandgrave Ằằ
-#class diacritics_breveandhookabove Ẳẳ
-#class diacritics_breveandtilde Ẵẵ
-#class diacritics_brevebelow Ḫḫ
-#class diacritics_caron ČčĎďĚ켾ŇňŘřŠšŤťŽžǍǎǏǐǑǒǓǔǦǧǨǩǰȞȟ
-#class diacritics_caronanddotabove Ṧṧ
-#class diacritics_cedilla ÇçĢģĶķĻļŅņŖŗŞşŢţȨȩḐḑḨḩ
-#class diacritics_cedillaandacute ḈḉḜḝ
-#class diacritics_circumflex ÂâÊêÎîÔôÛûĈĉĜĝĤĥĴĵŜŝŴŵŶŷẐẑ
-#class diacritics_circumflexandacute ẤấẾếỐố
-#class diacritics_circumflexanddotbelow ẬậỆệỘộ
-#class diacritics_circumflexandgrave ẦầỀềỒồ
-#class diacritics_circumflexandhookabove ẨẩỂểỔổ
-#class diacritics_circumflexandtilde ẪẫỄễỖỗ
-#class diacritics_circumflexbelow ḒḓḘḙḼḽṊṋṰṱṶṷ
-#class diacritics_commabelow ȘșȚț
-#class diacritics_crossedtail ʝꬶꬺꬻꭉꭊ
-#class diacritics_curl ȡȴȵȶɕʑⱴ
-#class diacritics_descender ⱧⱨⱩⱪⱫⱬꞐꞑ
-#class diacritics_diaeresis ÄäËëÏïÖöÜüŸÿᷲᷳᷴḦḧẄẅẌẍẗ
-#class diacritics_diaeresisandacute ǗǘḮḯ
-#class diacritics_diaeresisandcaron Ǚǚ
-#class diacritics_diaeresisandgrave Ǜǜ
-#class diacritics_diaeresisandmacron ǕǖǞǟȪȫ
-#class diacritics_diaeresisbelow Ṳṳ
-#class diacritics_diagonalstroke ẜȾⱦꝂꝃꝘꝙꝞꝟ
-#class diacritics_dot Ꜿꜿ
-#class diacritics_dotabove ĊċĖėĠġŻżȦȧȮȯḂḃḊḋḞḟḢḣṀṁṄṅṖṗṘṙṠṡṪṫẆẇẊẋẎẏẛ
-#class diacritics_dotaboveandmacron ǠǡȰȱ
-#class diacritics_dotaboveidot İ
-#class diacritics_dotbelow ḄḅḌḍḤḥḲḳḶḷṂṃṆṇṚṛṢṣṬṭṾṿẈẉẒẓẠạẸẹỊịỌọỤụỴỵ
-#class diacritics_dotbelowanddotabove Ṩṩ
-#class diacritics_dotbelowandmacron ḸḹṜṝ
-#class diacritics_doubleacute ŐőŰű
-#class diacritics_doublebar Ⱡⱡ
-#class diacritics_doublegrave ȀȁȄȅȈȉȌȍȐȑȔȕ
-#class diacritics_doublemiddletilde ᷬꬸ
-#class diacritics_fishhook ɾʮ
-#class diacritics_flourish ꝒꝓꞖꞗꬴ
-#class diacritics_grave ÀàÈèÌìÒòÙùǸǹẀẁỲỳ
-#class diacritics_highstroke ẝꝈꝉ
-#class diacritics_hook ƇƈƑƘƙƤƥƬƭƳƴȤȥƁɓƊɗɝƓɠꞪɦⱮɱɻʂʛʠⱲⱳ
-#class diacritics_hookabove ẢảẺẻỈỉỎỏỦủỶỷ
-#class diacritics_hooktail ɋɊ
-#class diacritics_horn ƠơƯư
-#class diacritics_hornandacute ỚớỨứ
-#class diacritics_hornanddotbelow ỢợỰự
-#class diacritics_hornandgrave ỜờỪừ
-#class diacritics_hornandhookabove ỞởỬử
-#class diacritics_hornandtilde ỠỡỮữ
-#class diacritics_invertedbreve ȂȃȆȇȊȋȎȏȒȓȖȗ
-#class diacritics_lefthook Ɲɲꭒ
-#class diacritics_lightcentralizationstroke ᷭᷰ
-#class diacritics_linebelow ḆḇḎḏḴḵḺḻṈṉṞṟṮṯẔẕẖ
-#class diacritics_longleg ɰɺɼ
-#class diacritics_longrightleg Ƞƞ
-#class diacritics_longstrokeoverlay Ꝋꝋ
-#class diacritics_loop ỾỿꝌꝍ
-#class diacritics_macron ĀāĒēĪīŌōŪūǢǣȲȳḠḡ
-#class diacritics_macronandacute ḖḗṒṓ
-#class diacritics_macronanddiaeresis Ṻṻ
-#class diacritics_macronandgrave ḔḕṐṑ
-#class diacritics_middledot Ŀŀ
-#class diacritics_middletilde Ɫɫᵭᵮᵯᵰᵱᵲᵴᵵᵶ
-#class diacritics_middletildebarredoobar Ɵᵬ
-#class diacritics_obliquestroke ꞠꞡꞢꞣꞤꞥꞦꞧꞨꞩ
-#class diacritics_ogonek ĄąĘęĮįŲųǪǫ
-#class diacritics_ogonekandmacron Ǭǭ
-#class diacritics_palatalhook ƫᶀᶁᶂᶃᶄᶅᶆᶇᶈᶉᶊᶌᶍᶎꞔꞕ
-#class diacritics_retroflexhook ɭɳƮʈʐᶏᶒᶓᶔᶖᶗᶙ
-#class diacritics_ringabove ÅåŮůẘẙ
-#class diacritics_ringaboveandacute Ǻǻ
-#class diacritics_ringbelow Ḁḁ
-#class diacritics_shortrightleg ꭎꭏꭚ
-#class diacritics_squirreltail Ꝕꝕ
-#class diacritics_stroke ĐđĦħłŦŧƀƵǤǥȻȼɆɇɈɉɌɍɎɏɟᴌᴓᵻⱣᵽᵾȺⱥꝀꝁꞘꞙꬾꬿꭁꭄ
-#class diacritics_strokeandacute Ǿǿ
-#class diacritics_strokeanddiagonalstroke Ꝅꝅ
-#class diacritics_strokebarrediibar Ɨɨ
-#class diacritics_strokeoslash Øø
-#class diacritics_strokethroughdescender ꝐꝑꝖꝗ
-#class diacritics_swashtail ⱾȿⱿɀ
-#class diacritics_tail Ɽɽⱹ
-#class diacritics_tilde ÃãÑñÕõĨĩŨũṼṽẼẽỸỹ
-#class diacritics_tildeandacute ṌṍṸṹ
-#class diacritics_tildeanddiaeresis Ṏṏ
-#class diacritics_tildeandmacron Ȭȭ
-#class diacritics_tildebelow ḚḛḬḭṴṵ
-#class diacritics_topbar ƂƃƋƌ
-# Finnish 6-dot braille based on the official specification document
-#
-# -----------
-#-display-name: Finnish braille
-#
-#+locale:fi
-#+type:literary
-#+contraction:no
-#+dots:6
-#
-# TODO: Please correct the metadata above. It is not meant to be
-# accurate nor complete. It hasn't been verified by the table
-# author yet. It is merely an attempt by the liblouis maintainers
-# to get some sensible initial values in place.
-#
-# TODO: Please add a reference to official documentation about
-# the implemented braille code. Preferably submit the documents
-# to https://github.com/liblouis/braille-specs.
-# -----------
-#
-#  Copyright (C) 2014,2015 Celia Library https://www.celia.fi
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-
-# Created by Jukka Eerikäinen
-
-# Based on official specification document available on
-# https://github.com/liblouis/liblouis/tree/formal_braille_spec#pistekirjoituksen-perusteet
+#use 8 dots for the following chars to avoid conflict with indicators
+uplow Qq 123457
+uplow Ww 24567
+uplow Xx 13467
+uplow Zz 13567
+punctuation | 4568 VERTICAL LINE
+punctuation ~ 467 TILDE (changed by pass 2 to not conflict with indicators
+uplow \x00dc\x00fc 12567
 
-# Includes
-include latinLetterDef6Dots.uti
 include digits6Dots.uti
-include litdigits6Dots.uti
+
+punctuation \x00a7 346 SECTION SIGN (0xa7)
+
+uplow \x00c5\x00e5 16 LATIN LETTER A WITH RING ABOVE
+uplow \x00c6\x00e6 345 LATIN LETTER AE
+uplow \x00d8\x00f8 246 LATIN LETTER O WITH STROKE
+
+# cover all other Braille patterns
 include braille-patterns.cti
 
-# Finnish-specific letters
-uplow \x00C5\x00E5 16 Åå
-uplow \x00C4\x00E4 345 Ää
-uplow \x00D6\x00F6 246 Öö
+# Characters with two or more cells
 
-# Common foreign-language letters that have single sign
-uplow \x00C9\x00E9 123456 Éé
-uplow \x1E9E\x00DF 2346 ẞß
-uplow \x00DC\x00FC 1256 Üü
-uplow \x0152\x0153 246 Œœ
-uplow \x00C6\x00E6 345 Ææ
+punctuation # 45-3456 NUMBER SIGN
+sign $ 45-256 DOLLAR SIGN
+math % 245-356 PERCENT SIGN
+sign & 6-12346 AMPERSAND
+punctuation * 6-35 ASTERISK
+math + 45-235 PLUS SIGN
+math < 45-134 LESS-THAN SIGN
+math = 45-2356 EQUALS SIGN
+math > 45-234 GREATER-THAN SIGN
+sign @ 45-1 COMMERCIAL AT
+punctuation [ 5-236 LEFT SQUARE BRACKET
+punctuation \\ 45-16 REVERSE SLASH
+punctuation ] 5-356 RIGHT SQUARE BRACKET
+punctuation ^ 45-346 CIRCUMFLEX ACCENT
+punctuation _ 45-36 LOW LINE
+punctuation ` 4 GRAVE ACCENT
+punctuation { 45-246 LEFT CURLY BRACKET
+punctuation } 45-135 RIGHT CURLY BRACKET
+math \x00f7 45-256 DIVISION SIGN
 
-# Other foreign letters with double sign
-# From UTF-8 table. Does not include every possible letter-diacritic-combination.
-# For foreign letters with no single specified sign, a generic "foreign letter" sign is used before the braille sign for the base letter.
-uplow \x00C0\x00E0 45-1 Àà
-uplow \x00C1\x00E1 45-1 Áá
-uplow \x00C2\x00E2 45-1 Ââ
-uplow \x00C3\x00E3 45-1 Ãã
-uplow \x00C7\x00E7 45-14 Çç
-uplow \x00C8\x00E8 45-15 Èè
-uplow \x00CA\x00EA 45-15 Êê
-uplow \x00CB\x00EB 45-15 Ëë
-uplow \x00CC\x00EC 45-24 Ìì
-uplow \x00CD\x00ED 45-24 Íí
-uplow \x00CE\x00EE 45-24 Îî
-uplow \x00CF\x00EF 45-24 Ïï
-uplow \x00D0\x00F0 45-145 Ðð
-uplow \x00D1\x00F1 45-1345 Ññ
-uplow \x00D2\x00F2 45-135 Òò
-uplow \x00D3\x00F3 45-135 Óó
-uplow \x00D4\x00F4 45-135 Ôô
-uplow \x00D5\x00F5 45-135 Õõ
-uplow \x00D8\x00F8 45-135 Øø
-uplow \x00D9\x00F9 45-136 Ùù
-uplow \x00DA\x00FA 45-136 Úú
-uplow \x00DB\x00FB 45-136 Ûû
-uplow \x00DD\x00FD 45-13456 Ýý
-uplow \x00DE\x00FE 45-145 Þþ
-lowercase \x00FF 45-13456 ÿ
+# Misc unicode characters
+include da-dk-6miscChars.cti
 
-# Whitespace
-space \s 0
+# Extra chars for private use:
+space \xf800 234f # Used to force a hidden word boundary
+letter \xf801 123f # Used to prevent word contractions in certain cases
+
+# Litdigits
+include litdigits6Dots.uti
+midendnumericmodechars /,.:^
+
+undefined 26
+
+### Braille indicators and special characters
+
+#hyphen - 36
+
+letsign 6
+
+# No letsign before capital letters or letters with accents
+
+noletsign I\x0160\x0152\x017d\x0178\x00c0\x00c1\x00c2\x00c3\x00c7\x00c8\x00c9\x00ca\x00cb\x00cc\x00cd\x00ce\x00cf\x00d0\x00d1\x00d2\x00d3\x00d4\x00d5\x00d9\x00da\x00db\x00dc\x00dd\x00de\x008a\x008c\x008e
+noletsign i\x0161\x0153\x017e\x00ff\x00df\x00e0\x00e1\x00e2\x00e3\x00e7\x00e8\x00e9\x00ea\x00eb\x00ec\x00ed\x00ee\x00ef\x00f0\x00f1\x00f2\x00f3\x00f4\x00f5\x00f9\x00fa\x00fb\x00fd\x00fe\x009a\x009c
+
+# Emphasis opcodes
+emphclass italic
+emphclass underline
+emphclass bold
+
+begemphphrase italic 56
+endemphphrase italic after 56
+begemphword italic 56
+endemphword italic 56
+
+begemphphrase bold 56
+endemphphrase bold after 56
+begemphword bold 56
+endemphword bold 56
+
+begemphphrase underline 56
+endemphphrase underline after 56
+begemphword underline 56
+endemphword underline 56
+
+capsletter 46
+begcapsword 456
+endcapsword 6
+multind 6-46 letsign capsletter
+multind 46-6 capsletter letsign
+multind 6-456 letsign begcapsword
+
+numsign 3456
+multind 6-3456 letsign numsign
+
+#class of none-space characters that demand double dashes
+# Used in context lines later.
+#must be the first class defined.
+class charsWDoubleDash .,?!/:"'() # class w
+
+### Correct - forward translation
+
+# Chars that don't require a space before percent and permille:
+class charsBeforePercent "(\x201e\x0084\x201c\x0093\x201d\x0094\x00ab\x00bb #class x
+noback correct `["%"] *
+noback correct !$sx["%"] " %"
+noback correct `["\x2030"] *
+noback correct !$sx["\x2030"] " \x2030"
+noback correct `["\x0089"] *
+noback correct !$sx["\x0089"] " \x2030"
+
+# Chars to be treated like digits when switching back to letter mode
+class extraDigits \x00bc\x00bd\x00be
+
+#Use the "correct" opcode to convert chars that can't be back-translated
+# and make the table more simple.
+
+# Dashes
+class dashes \x2013\x2014\x0096\x0097\x00ad
+noback correct %dashes "-"
+
+class quotes \x201e\x0084\x201c\x0093\x201d\x0094\x00ab\x00bb 
+noback correct %quotes "\""
+
+class apostrophes `\x201a\x0082\x2039\x008b\x2018\x0091\x2019\x0092\x203a\x009b\x00b4
+noback correct %apostrophes "'"
+
+### Correct - backward translation
+
+# characters that may get mangled by the insertion of extra letsigns
+nofor correct "\x2818" "~"
+#nofor correct "\x282f" "&"
+#nofor correct "\x2814" "*"
+
+# Try to distinguish between times (\x00d7) and bullit (\x2022),
+# which share the same Braille representation.
+nofor correct `["\x00d7"] "\x2022" 
+# nofor correct $d["\s\x00d7\s"]$d * #apparently doesn't work now
+nofor correct ["\x00d7"]!$d "\x2022" 
+nofor correct !$d["\x00d7"] "\x2022" 
+
+nofor correct "\x28a0" ? # Extraneous endcaps signs
+#nofor correct "\x2820" ?
+nofor correct "~\\456/" "|"
+
+#ensure \xf800\xf801 between a digit and a letter
+noback correct $dy[]$l "\xf800\xf801"
+noback correct $dy$Spm.[]$l "\xf800\xf801"
+### Pass 1 - Forward and backward
+
+# Punctuations, math and numbers
+#midnum , 2
+#midnum . 3
+#midnum - 36
+endnum - 36
+#midnum / 34
+#midnum : 25
+nofor midnum ^ 346
+nofor midnum ^ 45-346
+
+midnum ^ 45-346
+midnum \x00d7 45-3
+
+# various back rules for math signs etc.
+nofor midnum % 0-245-356-0-3456
+nofor endnum % 0-245-356
+nofor endnum \x2030 0-245-356-356
+nofor midnum \x00d7 45-3
+#nofor midnum \x00d7 3
 
 # Punctuation
-# For purposes of this table intended for general literary texts, some mathematical symbols and operators, such as < and > are considered as general punctuation. For reasoning, see section "General symbols" below.
-punctuation . 3
-punctuation , 2
-punctuation : 25
-punctuation ; 23
-punctuation ! 256
-punctuation ? 26
-punctuation ' 5
-punctuation " 56
-punctuation ! 256
-punctuation ? 26
-punctuation \x0027 5 '
-punctuation \x0022 56 "
-punctuation ( 236
-punctuation ) 356
-punctuation [ 12356
-punctuation ] 23456
-punctuation { 1246
-punctuation } 12456
-punctuation < 126
-punctuation > 156
-punctuation / 34
+prepunc " 2356
+postpunc " 2356
+always /\s 6-34-0
+always \s/ 0-6-34
+nofor always / 6-34
+prepunc - 36
+postpunc - 36
+nofor always \s-\s 0-36-36-0
+always :- 25-36
+always ;- 23-36
+always --- 36-36-36
+always ---- 36-36-36-36
+always ----- 36-36-36-36-36
+# Star enclosed by parentheses
+always (*) 236-35-356
 
-# General symbols
-# For purposes of this table intended for general literary texts, some mathematical symbols and operators, such as + and % are considered as general symbols.
-# This is because in Finnish braille, mathematical symbols are always preceded with space. Hence, if "+" was considered a mathematical symbol, expressions such as "my grade from the exam was B+" would be incorrectly translated to "B +". In table intended for mathematical textbooks, the preference would lean towards mathematical way of writing, and "+" would be considered a math symbol.
-sign \\ 146
-sign | 456
-sign / 34
-sign + 235
-sign % 1456
-sign = 2356
-sign ~ 45
-sign @ 4
-sign & 12346
-sign \x00A3 123 £
-sign $ 2346
-sign \x20AC 4-15 €
-sign \x00A2 4-14 ¢
-sign * 35
-sign \x00A7 3456 §
-sign _ 346
-sign # 3456
-sign ^ 346
-sign \x2022 3 • Bullet sign
-sign \x00B7 3 · Interpunct
-sign - 36 Hyphen, not a dash. Hyphens are spaced as in print text.
-sign \x2013 36 – En-dash, not a hyphen.
-sign \x2014 36 – Em-dash, not a hyphen.
+before punctuation before sign always ( 6-236
 
-# Additional general symbols
-# These are not covered by the specification document, but reflect the conventions.
-sign \x00A9 236-14-356 © Copyright symbol
-sign \x00AE 236-1235-356 ® Registered trademark symbol
-sign \x2122 2345-134 ™ Trademark symbol
-noback sign \X25CF 35	# 9679 black circle
+# these characters must be separated from ")" by a letsign.
+class SepToRightpar Jj%'\x2030\x0089\x201a\x0082\x2039\x009b\x2018\x0091\x2019\x0092\x203a\x009b
+after SepToRightpar always ) 6-356
+after punctuation after sign always ) 6-356
 
-# Undefined characters
-# Not covered by the specification document, but conventionally replaced with an asterisk.
-undefined 35
+prepunc ( 236
+postpunc ) 356
+always .) 3-356
+always ( 6-236
+always ) 6-356
 
-# Mathematical symbols - these are ONLY used in mathematical context
-# Thus, these may have special rules
-math \x2212 36 − Minus sign, not a hyphen
-math \x2030 25-1456 ‰ Per mille sign
-math \x221E 123456 ∞ Infinity sign
-math \x221A 146 √ Root sign
-math \x00B0 356 ° Degree symbol
-math \x2219 3 ∙ Bullet operator
-math \x22C5 3 ⋅ Dot operator
-math \x00D7 3 × Multiplication sign
-math \x00F7 25 ÷ Division sign; Obelus
-decpoint , 2 Decimal comma
+# extra back rules for ")"
+nofor after punctuation always ) 356
+nofor always \x00b0 4-356
+nofor always ') 4-6-356
+nofor always ") 2356-356
+nofor endword j) 245-356
+nofor always ) 6-356
 
-# Vulgar fractions
-# This is not the mathematically correct notation for fractions; rather, the fractions are converted to division-like notation to ease reading of literary texts, cookbooks et cetera. For _mathematical_ texts, another table must be written.
-math \x00BC 3456-1-0-34-3456-145 ¼
-math \x00BD 3456-1-0-34-3456-12 ½
-math \x00BE 3456-14-0-34-3456-145 ¾
-math \x2153 3456-1-0-34-3456-14 ⅓
-math \x2154 3456-12-0-34-3456-14 ⅔
-math \x2155 3456-1-0-34-3456-15 ⅕
-math \x2156 3456-12-0-34-3456-15 ⅖
-math \x2157 3456-14-0-34-3456-15 ⅗
-math \x2158 3456-145-0-34-3456-15 ⅘
-math \x2159 3456-1-0-34-3456-124 ⅙
-math \x215A 3456-15-0-34-3456-124 ⅚
-math \x215B 3456-1-0-34-3456-125 ⅛
-math \x215C 3456-14-0-34-3456-125 ⅜
-math \x215D 3456-15-0-34-3456-125 ⅝
-math \x215E 3456-1245-0-34-3456-125 ⅞
+always ... 3-3-3
+
+# Exclamation and "fra"
+always fra! 124-1235-1-235
+always !fra 235-124-1235-1
+always ?! 26-6-235
+always )! 356-6-235
+always (!) 236-6-235-356
+always "fra" 2356-124-1235-1-2356
+always "!" 2356-6-235-2356
+always !! 235-235
+always !!! 235-235-235
+always !!!! 235-235-235-235
+always !!!!! 235-235-235-235-235
+always '! 4-6-235
+always \s! 0-6-235
+prepunc ! 6-235
+always \x00a1 6-256
+
+### Contractions ###
+
+#Special sequences, urls emails and file names.
+
+nocont $
+nocont \x005c
+nocont @
+nocont ://
+nocont www
+nocont .com
+nocont .dk
+nocont .eu
+nocont .edu
+nocont .gov
+nocont .mil
+nocont .net
+nocont .org
+nocont .uk
+nocont .doc
+nocont .exe
+nocont .htm
+nocont .tex
+nocont .txt
+nocont .gif
+nocont .jpg
+nocont .png
+nocont .wav
+nocont .tar
+nocont .zip
+
+# Ensure no contractions in English ordinal numbers
+endnum nd 6-1345-145
+endnum st 6-234-2345
+endnum ve 6-1236-15
+
+#Words
+word af 356
+always 'af 4-1-124
+word aldrig 1-35
+word aig =
+word alle 1-15
+begnum ae 6-1-15
+contraction ae
+word allerede 1-123-1235
+begnum alr 6-1-123-1235
+contraction alr
+word alligevel 1-123-1236
+begnum alv 6-1-123-1236
+contraction alv
+word altid 1-2345-145
+begnum atd 6-1-2345-145
+contraction atd
+word altså 1-16
+begnum aå 6-1-16
+contraction aå
+word at 1
+
+word blevet 12-2345
+begnum bt 6-12-2345
+contraction bt
+word blev 12-1236
+begnum bv 6-12-1236
+contraction bv
+word blive 12-3456
+word bve 12-1236-15
+word bliver 12
+
+word derefter 23456-1356
+word derst =
+word deres 256
+word derfor 23456-124
+word derf =
+word derigennem 23456-24-12456
+word derige 1456-1235-24-12456
+word dermed 23456-134
+word derm =
+word derned 23456-1246
+word derne =
+word derop 23456-135
+word dero =
+word derover 23456-1346
+word deror =
+word derpå 23456-1234
+word derp =
+word dersom 23456-234
+word ders =
+word dertil 23456-2345
+word dert =
+word derunder 23456-12345
+word derved 23456-1236
+word din 145-1345
+begnum dn 6-145-1345
+contraction dn
+word disse 145-234
+begnum ds 6-145-234
+contraction ds
+word dit 145-2345
+begnum dt 6-145-2345
+contraction dt
+word du 145
+
+word efter 1356
+word eller 15
+word endnu 15-136
+begnum eu 6-15-136
+contraction eu
+
+word fik 124-13
+begnum fk 6-124-13
+contraction fk
+word fordi 124-145
+begnum fd 6-124-145
+contraction fd
+word forskellige 124-123456-15
+word fske =
+word forskelligt 124-123456-2345
+word fskt =
+word forskellig 124-123456
+word fsk =
+word for 124
+word fra 235
+word første 124-1356-15
+word først 124-1356
+word før 246
+
+word ganske 1245-123456
+word gennem 12456
+word ge =
+word gik 1245-13
+begnum gk 6-1245-13
+contraction gk
+word gør 1245
+
+word ham 236
+word hans 13456-234
+begnum ys 6-13456-234
+contraction ys
+word han 13456
+word har 125
+word havde 125-1456
+word hde =
+word have 125-3456
+word hve =
+word helt 125-2345
+begnum ht 6-125-2345
+contraction ht
+word hendes 125-234
+begnum hs 6-125-234
+contraction hs
+word hende 125-145
+begnum hd 6-125-145
+contraction hd
+word hun 136
+word hvad 2456
+word hv =
+word hvis 2456-234
+word hvs =
+word hvordan 34-1
+word hvora 34-6-1
+word hvorefter 34-1356
+word hvorst 34-234-2345
+word hvorfor 34-124
+word hvorf 34-6-124
+word hvorigennem 34-24-12456
+word hvorledes 34-15
+word hvore 34-6-15
+word hvormed 34-134
+word hvorm 34-6-134
+word hvornår 34-1345
+word hvorn 34-6-1345
+word hvorover 34-1346
+word hvoror 34-135-1235
+word hvorpå 34-1234
+word hvorp 34-6-1234
+word hvortil 34-2345
+word hvort 34-6-2345
+word hvorunder 34-12345
+word hvornd 34-1345-145
+word hvorved 34-1236
+word hvorv 34-6-1236
+word hvor 34
+
+word igennem 24-12456
+word ige =
+word igen 35
+word (igen) 236-24-1245-126-356
+word ig =
+word ikke 24-13
+begnum ik 6-24-13
+contraction ik
+word imidlertid 24-24
+begnum ii 6-24-24
+contraction ii
+
+word jeg 245
+word jeg) 245-6-356
+
+word kan 13
+word kommer 13-156
+word ker =
+word kommet 13-346
+word ket =
+word komme 13-146
+word kme =
+word kom 13-134
+begnum km 6-13-134
+contraction km
+word kunne 13-1246
+word kne =
+
+word ligesom 123-234
+begnum ls 6-123-234
+contraction ls
+word lige 123
+word lille 123-123
+begnum ll 6-123-123
+contraction ll
+
+word mange 134-12456
+word mge =
+word med 134
+word megen 146-126
+word meen =
+word meget 146-346
+word meet =
+word mellem 146-134
+word mem =
+word men 146
+word me =
+word min 134-1345
+begnum mn 6-134-1345
+contraction mn
+word mit 134-2345
+begnum mt 6-145-2345
+contraction mt
+word måske 134-123456
+word msk =
+word måtte 134-1256
+word mte =
+
+word naturligvis 1345-2345-1236
+begnum ntv 6-1345-2345-1236
+contraction ntv
+word nd =
+word ned 1246
+word ne =
+word nogen 1345-1345
+begnum nn 6-1345-1345
+contraction nn
+word noget 1345-2345
+begnum nt 6-1345-2345
+contraction nt
+word nogle 1345-123-15
+begnum nle 6-1345-123-15
+contraction nle
+word når 1345
+
+word også 14-16
+begnum cå 6-14-16
+contraction cå
+word og 14
+word omkring 135-134-13
+begnum omk 6-135-134-13
+contraction omk
+word op 135
+word or =
+word over 1346
+
+word på 1234
+
+word ret 12356
+word re 1235-15
+word rigtige 1235-12456
+word rge =
+word rigtigt 1235-2345
+begnum rt 6-1235-2345
+contraction rt
+word rigtig 1235
+
+word sagde 234-1456
+word sammen 234-134
+begnum sm 6-234-134
+contraction sm
+word samme 234-146
+word sme =
+word selvfølgelig 234-1236-124
+begnum svf 6-234-1236-124
+contraction svf
+word selv 234-1236
+begnum sv 6-234-1236
+contraction sv
+word sidste 234-1356-15
+word sste =
+word sidst 234-1356
+word sst =
+word sin 234-1345
+begnum sn 6-234-1345
+contraction sn
+word sit 234-2345
+begnum st 6-234-2345
+contraction st
+word skal 123456
+word sk =
+word skulle 123456-123-15
+word skle =
+word snart 234-1235
+begnum sr 6-234-1235
+contraction sr
+word som 234
+word sådan 16-1
+begnum åa 6-16-1
+contraction åa
+word således 16-15
+begnum åe 6-16-15
+contraction åe
+word så 16
+
+word tid 2345-145
+begnum td 6-2345-145
+contraction td
+word tilbage 2345-12
+begnum tb 6-2345-12
+contraction tb
+word til 2345
+
+word under 12345
+
+sufword var- =
+sufword var. =
+word var 36
+word ve 3456
+word ved 1236
+word ville 1236-123-15
+begnum vle 6-1236-123-15
+contraction vle
+word vil 1236-123
+begnum vl 6-1236-123
+contraction vl
+word været 1236-2345
+begnum vt 6-1236-2345
+contraction vt
+word være 345
+
+#Part words
+nocross den 12346
+nocross der 23456
+nocross det 2346
+nocross de 1456
+nocross en 126
+nocross er 156
+nocross et 346
+nocross ge 12456
+#nocross hvor 34
+nocross hv 2456
+nocross ig 35
+nocross me 146
+nocross nd 12345
+nocross ne 1246
+nocross or 1346
+nocross re 12356
+nocross sk 123456
+nocross st 1356
+nocross te 1256
+
+# Numsign/"ve", special case when back-translating
+noback nocross ve 3456
+
+# Additional words containing "hvor"
+# these are made explicit in 6-dots to handle / better
+
+word hvoraf 34-1-124
+word hvorfra 34-124-1235-1
+word hvorhen 34-125-126
+word hvorhenne 34-125-126-1246
+word hvori 34-24
+word hvoriblandt 34-24-12-123-1-12345-2345
+word hvorimellem 34-24-146-123-123-15-134
+word hvorimod 34-24-134-135-145
+word hvorlænge 34-123-345-1345-12456
+word hvormange 34-134-1-1345-12456
+word hvorom 34-135-134
+word hvormeget 34-146-1245-346
+word hvorudfra 34-136-145-124-1235-1
+word hvorvidt 34-1236-24-145-2345
+word ihvorvel 24-34-3456-123
+
+# Rules and corrections for back-translation
+
+#ve special case
+nofor midendword ve 3456
+
+# nondigletters covers small letters from k + various part word contractions with dots 5 or 6. Necesary to ensure correct back-translation.
+class nondigletter klmnopqrstuvwxyzæøå\x017e\x00e0\x00e7\x00e8\x00e9\x00ea\x00eb\x00ee\x00ef\x00f4\x00f9\x00fb\x00fc\x283f\x2829\x282b\x2837
+nofor before nondigletter begword ve 3456
+nofor before nondigletter begword vea 3456-1
+nofor sufword veade 3456-1-1456
+nofor sufword veader 3456-1-23456
+nofor sufword veage 3456-1-12456
+nofor before nondigletter begword veag 3456-1-1245
+
+# veb
+nofor before nondigletter begword veb 3456-12
+nofor before nondigletter begword veba 3456-12-1
+nofor before nondigletter begword vebb 3456-12-12
+nofor sufword vebbest 3456-12-12-15-1356
+nofor before nondigletter begword vebe 3456-12-15
+nofor before nondigletter begword vebi 3456-12-24
+
+# vec
+nofor before nondigletter begword vec 3456-14
+nofor before nondigletter begword vecchi 3456-14-14-125-24
+
+# ved
+nofor before nondigletter begword ved 3456-145
+nofor before nondigletter begword veda 3456-145-1
+nofor sufword vedaer 3456-145-1-156
+nofor before nondigletter begword vedb 3456-145-12
+nofor sufword vedben 3456-145-12-126
+nofor sufword vedbend 3456-145-12-15-12345
+nofor sufword vedbenden 3456-145-12-126-12346
+nofor before nondigletter begword vedc 3456-145-14
+nofor before nondigletter begword vedd 3456-145-145
+nofor before nondigletter begword vedda 3456-145-145-1
+nofor sufword vedde 3456-145-1456
+nofor sufword veddet 3456-145-2346
+nofor sufword vede 3456-1456
+nofor sufword veden 3456-12346
+nofor sufword veder 3456-23456
+nofor sufword vedet 3456-2346
+nofor before nondigletter begword vedf 3456-145-124
+nofor before nondigletter begword vedfa 3456-145-124-1
+nofor before nondigletter begword vedfe 3456-145-124-15
+nofor before nondigletter begword vedfi 3456-145-124-24
+nofor before nondigletter begword vedg 3456-145-1245
+nofor before nondigletter begword vedga 3456-145-1245-1
+nofor sufword vedge 3456-145-12456
+nofor before nondigletter begword vedgi 3456-145-1245-24
+nofor before nondigletter begword vedh 3456-145-125
+nofor before nondigletter begword vedha 3456-145-125-1
+nofor before nondigletter begword vedhe 3456-145-125-15
+nofor before nondigletter begword vedhef 3456-145-125-15-124
+nofor sufword vedhefte 3456-145-125-15-124-1256
+nofor before nondigletter begword vedhi 3456-145-125-24
+nofor before nondigletter begword vedi 3456-145-24
+nofor before nondigletter begword vedj 3456-145-245
+nofor sufword vedst 3456-145-1356
+nofor sufword vedte 3456-145-1256
+
+# vee
+nofor before nondigletter begword vee 3456-15
+nofor before nondigletter begword veeb 3456-15-12
+nofor sufword veen 3456-126
+nofor sufword veer 3456-156
+nofor sufword veet 3456-346
+
+# vef
+nofor before nondigletter begword vef 3456-124
+nofor before nondigletter begword vefa 3456-124-1
+nofor before nondigletter begword vefe 3456-124-15
+nofor before nondigletter begword vefi 3456-124-24
+
+# veg
+nofor before nondigletter begword veg 3456-1245
+nofor before nondigletter begword vega 3456-1245-1
+nofor sufword vege 3456-12456
+nofor sufword vegen 3456-1245-126
+nofor word veget 3456-1245-346
+nofor sufword vegger 3456-1245-1245-156
+nofor before nondigletter begword vegi 3456-1245-24
+nofor sufword vegst 3456-1245-1356
+
+# veh
+nofor before nondigletter begword veh 3456-125
+nofor before nondigletter begword veha 3456-125-1
+nofor sufword vehand 3456-125-1-12345
+nofor sufword vehage 3456-125-1-23456
+nofor before nondigletter begword vehe 3456-125-15
+nofor before nondigletter begword vehi 3456-125-24
+
+# vei
+nofor before nondigletter begword vei 3456-24
+nofor before nondigletter begword veibe 3456-24-12-15
+nofor sufword veide 3456-24-1456
+nofor sufword veien 3456-24-126
+nofor sufword veige 3456-24-12456
+nofor before nondigletter begword veij 3456-24-245
+nofor sufword veind 3456-24-12345
+
+# vej
+nofor before nondigletter begword vej 3456-245
+nofor before nondigletter begword veja 3456-245-1
+nofor before nondigletter begword vejadga 3456-245-1-145-1245-1
+nofor before nondigletter begword vejaf 3456-245-1-124
+nofor sufword vejafde 3456-245-1-124-1456
+nofor before nondigletter begword vejafgif 3456-245-1-124-1245-24-124
+nofor before nondigletter begword vejb 3456-245-12
+nofor before nondigletter begword vejba 3456-245-12-1
+nofor before nondigletter begword vejbe 3456-245-12-15
+nofor before nondigletter begword vejbi 3456-245-12-24
+nofor before nondigletter begword vejbid 3456-245-12-24-145
+nofor before nondigletter begword vejc 3456-245-14
+nofor before nondigletter begword vejd 3456-245-145
+nofor before nondigletter begword vejda 3456-245-145-1
+nofor sufword vejde 3456-245-1456
+nofor before nondigletter begword vejdi 3456-245-145-24
+nofor before nondigletter begword veje 3456-245-15
+nofor before nondigletter begword vejea 3456-245-15-1
+nofor before nondigletter begword vejeb 3456-245-15-12
+nofor before nondigletter begword vejed 3456-245-15-145
+nofor before nondigletter begword vejeda 3456-245-15-145-1
+nofor sufword vejede 3456-245-15-1456
+nofor before nondigletter begword vejef 3456-245-15-124
+nofor before nondigletter begword vejeg 3456-245-15-1245
+nofor sufword vejege 3456-245-15-12456
+nofor sufword vejen 3456-245-126
+nofor sufword vejene 3456-245-15-1246
+nofor sufword vejer 3456-245-156
+nofor word vejet 3456-245-346
+nofor before nondigletter begword vejf 3456-245-124
+nofor before nondigletter begword vejfa 3456-245-124-1
+nofor before nondigletter begword vejfe 3456-245-124-15
+nofor sufword vejfest 3456-245-124-15-1356
+nofor before nondigletter begword vejfi 3456-245-124-24
+nofor begword vejfor 3456-245-124-1346
+nofor before nondigletter begword vejg 3456-245-1245
+nofor before nondigletter begword vejga 3456-245-1245-1
+nofor before nondigletter begword vejgaa 3456-245-1245-1-1
+nofor sufword vejge 3456-245-12456
+nofor before nondigletter begword vejgi 3456-245-1245-24
+nofor before nondigletter begword vejh 3456-245-125
+nofor before nondigletter begword vejha 3456-245-125-1
+nofor before nondigletter begword vejhe 3456-245-125-15
+nofor before nondigletter begword vejhi 3456-245-125-24
+nofor sufword vejhist 3456-245-125-24-1356
+nofor before nondigletter begword vejhj 3456-245-125-245
+nofor before nondigletter begword veji 3456-245-24
+nofor before nondigletter begword vejid 3456-245-24-145
+nofor before nondigletter begword vejj 3456-245-245
+nofor before nondigletter begword vejja 3456-245-245-1
+nofor before nondigletter begword vejje 3456-245-245-15
+nofor before nondigletter begword vejji 3456-245-245-24
+nofor sufword vejor 3456-245-1346
+nofor begword vejst 3456-245-1356
+
+nofor always vend 3456-12345
+nofor always veor 3456-1346
+nofor always vest 3456-1356
+nofor always vete 3456-1256
+
+# Corrections of letters with accents
+nofor sufword aïda 1-5-24-145-1
+nofor sufword anaïs 1-1345-1-5-24-234
+nofor sufword barsebäck 12-1-1235-234-15-12-345-14-13
+nofor sufword bohè 12-135-125-5-15
+nofor sufword château 14-125-5-1-1256-1-136
+nofor sufword citroën 14-24-2345-1235-135-5-15-1345
+nofor sufword däniken 145-345-1345-24-13-126
+nofor word fór 124-5-135-1235
+nofor sufword göran 1245-246-1235-1-1345
+nofor sufword göring 1245-246-1235-24-1345-1245
+nofor word händel 125-345-1345-1456-123
+nofor word händels 125-345-1345-1456-123-234
+nofor sufword lagerlöf 123-1-1245-156-123-246-124
+nofor sufword márquez 134-5-1-1235-6-12345-136-15-6-1356
+nofor sufword miró 134-24-1235-5-135
+nofor sufword moliè 134-135-123-24-5-15
+nofor sufword norröna 1345-1346-1235-246-1345-1
+nofor sufword tannhäus 2345-1-1345-1345-125-345-136-234
+nofor sufword tórshavn 2345-5-135-1235-234-125-1-1236-1345
+ nofor sufword václav 1236-5-1-14-123-1-1236
+nofor sufword verän 1236-156-345-1345
+nofor sufword weizsäck 6-2456-15-24-6-1356-234-345-14-13
+
+# Common combinations of one word contractions with slash
+word af/på 356-34-1234
+word du/i 145-34-24
+word eller/og 15-34-14
+word fra/til 235-34-2345
+word han/hun 13456-34-136
+word hun/han 136-34-13456
+word i/du 24-34-145
+word og/eller 14-34-15
+word over/under 1346-34-12345
+word på/af 1234-34-356
+word til/fra 2345-34-235
+word under/over 12345-34-1346
+
+# no backtrans of ^1 and `2. use contractions
+nofor always eta 346-1
+nofor always etb 346-12
+always etc 346-14
+
+# Ensure no one-letter word contraction before or after a dash
+
+endword -af 36-1-124
+begword af- 1-124-36
+endword -altid 36-1-2345-145
+begword altid- 1-2345-145-36
+endword -at 36-1-2345
+endword -a 36-6-1
+begword at- 1-2345-36
+endword -og 36-135-1245
+endword -c 36-6-14
+begword og- 135-1245-36
+endword -du 36-145-136
+endword -d 36-6-145
+begword du- 145-136-36
+endword -efter 36-15-124-2345-156
+endword -z 36-6-1356
+begword efter- 15-124-2345-156-36
+midword -efter- 36-1356-36
+endword -e 36-6-15
+endword -for 36-124-1346
+endword -f 36-6-124
+begword for- 124-1346-36
+endword -fra 36-124-1235-1
+begword fra- 124-1235-1-36
+endword -g 36-6-1245
+endword -gennem 36-1245-126-1246-134
+begword gennem- 1245-126-1246-134-36
+endword -ham 36-125-1-134
+begword ham- 125-1-134-36
+endword -han 36-125-1-1345
+endword -y 36-6-13456
+begword han- 125-1-1345-36
+endword -har 36-125-1-1235
+endword -h 36-6-125
+begword har- 125-1-1235-36
+endword -hun 36-125-136-1345
+endword -u 36-6-136
+begword hun- 125-136-1345-36
+endword -j 36-6-245
+endword -kan 36-13-1-1345
+endword -k 36-6-13
+begword kan- 13-1-1345-36
+endword -lige 36-123-24-12456
+endword -l 36-6-123
+begword lige- 123-24-12456-36
+endword -med 36-146-145
+endword -m 36-6-134
+begword med- 146-145-36
+endword -men 36-134-126
+begword men- 134-126-36
+ endword -ned 36-1246-145
+begword ned- 1246-145-36
+endword -når 36-1345-16-1235
+endword -n 36-6-1345
+begword når- 1345-16-1235-36
+endword -op 36-135-1234
+endword -o 36-6-135
+begword op- 135-1234-36
+endword -over 36-135-1236-156
+endword -x 36-6-1346
+begword over- 135-1236-156-36
+endword -på 36-1234-16
+endword -p 36-6-1234
+begword på- 1234-16-36
+midword -på- 36-1234-36
+endword -ret 36-1235-346
+begword ret- 1235-346-36
+midword -ret- 36-12356-36
+endword -rigtig 36-1235-35-2345-35
+endword -r 36-6-1235
+begword rigtig- 1235-35-2345-35-36
+midword -rigtig- 36-1235-36
+endword -skal 36-123456-1-123
+begword skal- 123456-1-123-36
+midword -skal- 36-123456-36
+endword -som 36-234-135-134
+endword -s 36-6-234
+begword som- 234-135-134-36
+midword -som- 36-234-36
+endword -så 36-234-16
+endword -å 36-6-16
+begword så- 234-16-36
+endword -til 36-2345-24-123
+endword -t 36-6-2345
+begword til- 2345-24-123-36
+midword -til- 36-2345-36
+endword -under 36-136-1345-23456
+begword under- 136-1345-23456-36
+midword -under- 36-12345-36
+endword -ved 36-1236-15-145
+endword -v 36-6-1236
+begword ved- 1236-15-145-36
+midword -ved- 36-1236-36
 
 
-# Braille indicators
-numsign 3456
-capsletter 6 
-begcapsword 6-6
-endcapsword 56
+### Context rules - forward translation
 
-# Emphasis
-emphclass italic
-emphclass underline
-emphclass bold
+# Exclamation at beginning of string
+noback context `["!"] @6-235
 
-begemphphrase underline 346-346
-endemphphrase underline before 346
-begemphword underline 346
-endemphword underline 346
-lenemphphrase underline 3
+# Ensure two dashes where appropriate.
+noback context $w["-"]$w @36
+noback context $sw["-"]"\xf800\xf801" @36
+noback context $sw["-"]$sw @36-36
+noback context `["-"]$sw @36-36
+noback context $sw["-"]~ @36-36
+noback context !$sw["-"]~ @36
+noback context `["-"]~ @36-36
 
-begemphphrase bold 346-346
-endemphphrase bold before 346
-begemphword bold 346
-endemphword bold 346
-lenemphphrase bold 3
+# Ensure letsign between letter and numsign
+noback context $l[]$D @6
 
-begemphphrase italic 46-46
-endemphphrase italic before 46
-begemphword italic 46
-endemphword italic 46
-lenemphphrase italic 3
 
-# Longer number expressions
-midnum . 3
-midnum : 25
+### context - backward translation
 
-# Context rules for transition from digits to letters
-class digitletter abcdefhjiklmnopqrstuvwxyz\x00E5\x00E4\x00F6
-noback context $d[]%digitletter @56
+# Ensure the correct number of dashes
+nofor context @36[@36-36] "--"
+nofor context [@36-36]@36 "--"
+nofor context $w[@36-36]$w "--"
+nofor context $sw[@36-36]$sw "-"
+nofor context `[@36-36]$sw "-"
+nofor context $sw[@36-36]~ "-"
+nofor context `@36-36~ "-"
 
-# Second power
-# Powers are generally marked using power sign. However, if the power is two, the number is omitted.
-noback context ["^2\s"] @346-0
-noback context ["^2"]$p @346
 
-# Numbers and mathematical symbols
-# Slash is always preceded by space within number expressions.
-noback context $d[]"/" @0
-# Degree sign is always preceded by space, even when it's adjacent to preceding digit in print text.
-noback context $d[]"\x00B0" @0 Degree sign
-# Mathematical symbols and operators are always preceded by space.
-noback context $d[]$m @0
-# Dashes, not a hyphen. Dashes always have spaces around them.
-noback context !$s["\x2013"]!$s @0-36-0
-noback context !$s["\x2014"]!$s @0-36-0
-# liblouis: Persian  Grade 1 Braille table
+### Pass 2 - forward translation
+
+# No "nd", "hv", "or", or "st" after a digit and a letsign
+noback pass2 @234f-123f-2456 @6-125-1236
+noback pass2 @234f-123f-12345 @6-1345-145
+noback pass2 @234f-123f-1346 @6-135-1235
+noback pass2 @234f-123f-1356 @6-234-2345
+noback pass2 @234f-123f-1256 @6-2345-15
+# extra lines to correct hyphenation errors caused by \xf801
+noback pass2 @234f-123f-135-3456-1235 @6-135-1236-156
+noback pass2 @234f-123f-3456 @6-1236-15
+
+noback pass2 @234f-123f @6
+
+# Correct chars defined as 8 dots because they include letsign
+noback pass2 @467 @45-6
+noback pass2 @4568 @45-456
+noback pass2 @123457 @6-12345
+noback pass2 @24567 @6-2456
+noback pass2 @13467 @6-1346
+noback pass2 @13567 @6-1356
+noback pass2 @12567 @6-1256
+
+noback pass2 @6-46-5 @46-5 # no letsign before cap letters with accent
+noback pass2 @234f-123f-46-5 @46-5 # no letsign before cap letters with accent
+noback pass2 _$D[@6-46-6] *
+noback pass2 _$D[@6-46] *
+noback pass2 @6-46-6 @46-6 # Ensure correct order and no double letsign
+noback pass2 @6-46 @46-6 # Ensure correct order
+
+ ### Pass 2 - backward
+
+# Insert letsign between number (with extra punctuation) and capsletter sign
+#nofor pass2 @3456$l.$Spm$l.@3$l.@3[]@46 @6
+#nofor pass2 @3456$l.$Spm$l.@3[]@46 @6
+#nofor pass2 @3456$l.$Spm$Spm[]@46 @6
+#nofor pass2 @3456$l.$Spm[]@46 @6
+
+# Insert letsign between number (with extra punctuation) and capsword sign
+#nofor pass2 @3456$l.$Spm$l.@3$l.@3[]@456 @6
+#nofor pass2 @3456$l.$Spm$l.@34$l.@34[]@456 @6
+#nofor pass2 @3456$l.$Spm$l.@36$l.@36[]@456 @6
+#nofor pass2 @3456$l.$Spm$l.@3[]@456 @6
+#nofor pass2 @3456$l.$Spm$l.@34[]@456 @6
+#nofor pass2 @3456$l.$Spm$l.@36[]@456 @6
+#nofor pass2 @3456$l.$Spm$Spm[]@456 @6
+#nofor pass2 @3456$l.$Spm[]@456 @6
+#nofor pass2 @3456$l.[]@456 @6
+
+#nofor pass2 $l[]@46 @6
+#nofor pass2 $a[]@456 @6
+
+### Pass 3 - forward translation
+
+# Ensure there is only one letsign
+ noback pass3 @6-6 @6
+
+
+### Pass 3 - backward translation
+
+# Save letters that have been defined with letsign as part of their definitions
+nofor pass3 @6-12345 @123457
+nofor pass3 @6-2456 @24567
+nofor pass3 @6-1346 @13467
+nofor pass3 @6-1356 @13567
+nofor pass3 @6-1256 @6-12567
+
+# save ~ and |  before inserting extra letsigns and endcapsword in pass 2.
+nofor pass3 @45-6 @467 # Create alternative representation of "~"
+nofor pass3 @45-456 @4568
+
+# Include hyphenation file as the last thing
+include hyph_brl_da_dk.dic
+ISO8859-1
+1b2ra
+1b2rá
+1b2re
+1b2ré
+1b2ri
+1b2rí
+1b2ro
+1b2ró
+1b2ru
+1b2rú
+1b2la
+1b2lá
+1b2le
+1b2lé
+1b2li
+1b2lí
+1b2lo
+1b2ló
+1b2lu
+1b2lú
+1c2ra
+1c2rá
+1c2re
+1c2ré
+1c2ri
+1c2rí
+1c2ro
+1c2ró
+1c2ru
+1c2rú
+1c2la
+1c2lá
+1c2le
+1c2lé
+1c2li
+1c2lí
+1c2lo
+1c2ló
+1c2lu
+1c2lú
+1d2ra
+1d2rá
+1d2re
+1d2ré
+1d2ri
+1d2rí
+1d2ro
+1d2ró
+1d2ru
+1d2rú
+1f2ra
+1d2rá
+1d2re
+1d2ré
+1d2ri
+1d2rí
+1d2ro
+1d2ró
+1d2ru
+1d2rú
+1f2la
+1f2lá
+1f2le
+1f2lé
+1f2li
+1f2lí
+1f2lo
+1f2ló
+1f2lu
+1f2lú
+1f2ra
+1f2rá
+1f2re
+1f2ré
+1f2ri
+1f2rí
+1f2ro
+1f2ró
+1f2ru
+1f2rú
+1g2ra
+1g2rá
+1g2re
+1g2ré
+1g2ri
+1g2rí
+1g2ro
+1g2ró
+1g2ru
+1g2rú
+1g2la
+1g2lá
+1g2le
+1g2lé
+1g2li
+1g2lí
+1g2lo
+1g2ló
+1g2lu
+1g2lú
+1k2ra
+1k2rá
+1k2re
+1k2ré
+1k2ri
+1k2rí
+1k2ro
+1k2ró
+1k2ru
+1k2rú
+1l2la
+1l2lá
+1l2le
+1l2lé
+1l2li
+1l2lí
+1l2lo
+1l2ló
+1l2lu
+1l2lú
+1p2ra
+1p2rá
+1p2re
+1p2ré
+1p2ri
+1p2rí
+1p2ro
+1p2ró
+1p2ru
+1p2rú
+1p2la
+1p2lá
+1p2le
+1p2lé
+1p2li
+1p2lí
+1p2lo
+1p2ló
+1p2lu
+1p2lú
+1t2ra
+1t2rá
+1t2re
+1t2ré
+1t2ri
+1t2rí
+1t2ro
+1t2ró
+1t2ru
+1t2rú
+1r2ra
+1r2rá
+1r2re
+1r2ré
+1r2ri
+1r2rí
+1r2ro
+1r2ró
+1r2ru
+1r2rú
+1c2ha
+1c2há
+1c2he
+1c2hé
+1c2hi
+1c2hí
+1c2ho
+1c2hó
+1c2hu
+1c2hú
+
+1ba
+1bá
+1be
+1bé
+1bi
+1bí
+1bo
+1bó
+1bu
+1bú
+1bü
+1ca
+1cá
+1ce
+1cé
+1ci
+1cí
+1co
+1có
+1cu
+1cú
+1cü
+1da
+1dá
+1de
+1dé
+1di
+1dí
+1do
+1dó
+1du
+1dú
+1dü
+1fa
+1fá
+1fe
+1fé
+1fi
+1fí
+1fo
+1fó
+1fu
+1fú
+1fü
+1ga
+1gá
+1ge
+1gé
+1gi
+1gí
+1go
+1gó
+1gu
+1gú
+1gü
+1ja
+1já
+1je
+1jé
+1ji
+1jí
+1jo
+1jó
+1ju
+1jú
+1jü
+1ka
+1ká
+1ke
+1ké
+1ki
+1kí
+1ko
+1kó
+1ku
+1kú
+1kü
+1la
+1lá
+1le
+1lé
+1li
+1lí
+1lo
+1ló
+1lu
+1lú
+1lü
+1ma
+1má
+1me
+1mé
+1mi
+1mí
+1mo
+1mó
+1mu
+1mú
+1mü
+1na
+1ná
+1ne
+1né
+1ni
+1ní
+1no
+1nó
+1nu
+1nú
+1nü
+1ña
+1ñá
+1ñe
+1ñé
+1ñi
+1ñí
+1ño
+1ñó
+1ñu
+1ñú
+1ñü
+1pa
+1pá
+1pe
+1pé
+1pi
+1pí
+1po
+1pó
+1pu
+1pú
+1pü
+1qa
+1qá
+1qe
+1qé
+1qi
+1qí
+1qo
+1qó
+1qú
+1qü
+1ra
+1rá
+1re
+1ré
+1ri
+1rí
+1ro
+1ró
+1ru
+1rú
+1rü
+1sa
+1sá
+1se
+1sé
+1si
+1sí
+1so
+1só
+1su
+1sú
+1sü
+1ta
+1tá
+1te
+1té
+1ti
+1tí
+1to
+1tó
+1tu
+1tú
+1tü
+1va
+1vá
+1ve
+1vé
+1vi
+1ví
+1vo
+1vó
+1vu
+1vú
+1vü
+1wa
+1wá
+1we
+1wé
+1wi
+1wí
+1wo
+1wó
+1wu
+1wú
+1wü
+1xa
+1xá
+1xe
+1xé
+1xi
+1xí
+1xo
+1xó
+1xu
+1xú
+1xü
+1ya
+1yá
+1ye
+1yé
+1yi
+1yí
+1yo
+1yó
+1yu
+1yú
+1yü
+1za
+1zá
+1ze
+1zé
+1zi
+1zí
+1zo
+1zó
+1zu
+1zú
+1zü
+h1b
+h1c
+h1d
+h1f
+h1g
+h1h
+h1j
+h1k
+h1l
+h1m
+h1n
+h1ñ
+h1p
+h1q
+h1r
+h1s
+h1t
+h1v
+h1w
+h1x
+h1y
+h1z
+1ai
+1au
+1ei
+1eu
+1io
+1ou
+1ia
+1ua
+1ie
+1ue
+1oi
+1uo
+1ui
+1iu
+1ay
+1ey
+1oy
+a1a
+a1e
+a1o
+e1a
+e1e
+e1o
+o1a
+o1e
+o1o
+
+a1ha
+a1há
+á1ha
+a1he
+a1hé
+á1he
+a1ho
+a1hó
+á1ho
+e1ha
+e1há
+é1ha
+e1he
+e1hé
+é1he
+e1ho
+e1hó
+é1ho
+o1ha
+o1há
+ó1ha
+o1he
+o1hé
+ó1he
+o1ho
+o1hó
+ó1ho
+
+1ahy
+1ehy
+1ohy
+1iai
+1iei
+1uai
+1uei
+1uau
+1iau
+1uay
+1uey
+
+1guay
+
+1gua
+1güa
+1gue
+1güe
+1gui
+1güi
+1guo
+1güo
+
+1bai
+1cai
+1dai
+1fai
+1gai
+1jai
+1kai
+1lai
+1mai
+1nai
+1ñai
+1pai
+1rai
+1sai
+1tai
+1vai
+1wai
+1xai
+1zai
+1bau
+1cau
+1dau
+1fau
+1gau
+1jau
+1kau
+1lau
+1mau
+1nau
+1ñau
+1pau
+1rau
+1sau
+1tau
+1vau
+1wau
+1xau
+1zau
+1bei
+1cei
+1dei
+1fei
+1gei
+1jei
+1kei
+1lei
+1mei
+1nei
+1ñei
+1pei
+1rei
+1sei
+1tei
+1vei
+1wei
+1xei
+1zei
+1beu
+1ceu
+1deu
+1feu
+1geu
+1jeu
+1keu
+1leu
+1meu
+1neu
+1ñeu
+1peu
+1reu
+1seu
+1teu
+1veu
+1weu
+1xeu
+1zeu
+1bio
+1cio
+1dio
+1fio
+1gio
+1jio
+1kio
+1lio
+1mio
+1nio
+1ñio
+1pio
+1rio
+1sio
+1tio
+1vio
+1wio
+1xio
+1zio
+1bou
+1cou
+1dou
+1fou
+1gou
+1jou
+1kou
+1lou
+1mou
+1nou
+1ñou
+1pou
+1rou
+1sou
+1tou
+1vou
+1wou
+1xou
+1zou
+1bia
+1cia
+1dia
+1fia
+1gia
+1jia
+1kia
+1lia
+1mia
+1nia
+1ñia
+1pia
+1ria
+1sia
+1tia
+1via
+1wia
+1xia
+1zia
+1bua
+1cua
+1dua
+1fua
+
+1jua
+1kua
+1lua
+1mua
+1nua
+1ñua
+1pua
+1qua
+1rua
+1sua
+1tua
+1vua
+1wua
+1xua
+1zua
+1bie
+1cie
+1die
+1fie
+1gie
+1jie
+1kie
+1lie
+1mie
+1nie
+1ñie
+1pie
+1rie
+1sie
+1tie
+1vie
+1wie
+1xie
+1zie
+1bue
+1cue
+1due
+1fue
+
+1jue
+1kue
+1lue
+1mue
+1nue
+1ñue
+1pue
+1que
+1qué
+1rue
+1sue
+1tue
+1vue
+1wue
+1xue
+1zue
+1boi
+1coi
+1doi
+1foi
+1goi
+1joi
+1koi
+1loi
+1moi
+1noi
+1ñoi
+1poi
+1roi
+1soi
+1toi
+1voi
+1woi
+1xoi
+1zoi
+1buo
+1cuo
+1duo
+1fuo
+
+1juo
+1kuo
+1luo
+1muo
+1nuo
+1ñuo
+1puo
+1quo
+1ruo
+1suo
+1tuo
+1vuo
+1wuo
+1xuo
+1zuo
+1bui
+1cui
+1dui
+1fui
+
+1jui
+1kui
+1lui
+1mui
+1nui
+1ñui
+1pui
+1qui
+1rui
+1sui
+1tui
+1vui
+1wui
+1xui
+1zui
+1biu
+1ciu
+1diu
+1fiu
+1giu
+1jiu
+1kiu
+1liu
+1miu
+1niu
+1ñiu
+1piu
+1riu
+1siu
+1tiu
+1viu
+1wiu
+1xiu
+1ziu
+1bay
+1cay
+1day
+1fay
+1gay
+1jay
+1kay
+1lay
+1may
+1nay
+1ñay
+1pay
+1ray
+1say
+1tay
+1vay
+1way
+1xay
+1zay
+1bey
+1cey
+1dey
+1fey
+1gey
+1jey
+1key
+1ley
+1mey
+1ney
+1ñey
+1pey
+1rey
+1sey
+1tey
+1vey
+1wey
+1xey
+1zey
+1boy
+1coy
+1doy
+1foy
+1goy
+1joy
+1koy
+1loy
+1moy
+1noy
+1ñoy
+1poy
+1roy
+1soy
+1toy
+1voy
+1woy
+1xoy
+1zoy
+
+í1a
+a1í
+a1ú
+ú1a
+e1í
+í1e
+e1ú
+ú1e
+í1o
+o1í
+o1ú
+ú1o
+ú1i
+í1u
+
+quei
+quéi
+queí
+queu
+quéu
+queú
+quio
+quío
+quió
+quia
+quía
+quiá
+quie
+quíe
+quié
+
+guei
+guéi
+gueí
+gueu
+guéu
+gueú
+guio
+guío
+guió
+guia
+guía
+guiá
+guie
+guíe
+guié
+# liblouis: sub table for digits, 6 dots
 #
-# -----------
-#-display-name: Persian braille
-#
-#+locale:fa-IR
-#+contraction:no
-#+grade:1
-#
-# TODO: Please correct the metadata above. It is not meant to be
-# accurate nor complete. It hasn't been verified by the table
-# author yet. It is merely an attempt by the liblouis maintainers
-# to get some sensible initial values in place.
-#
-# TODO: Please add a reference to official documentation about
-# the implemented braille code. Preferably submit the documents
-# to https://github.com/liblouis/braille-specs.
-# -----------
-#
-# Copyright (C) 2011 by Mesar Hameed <mesar.hameed@gmail.com>
-# Copyright (C) 2011 by Abdolamir Banisaeid <saedjan at gmail.com>
-# Copyright (C) 2016 by Mohammadreza Rashad <mohammadreza5712@gmail.com>
+#  Copyright (C) 2012-2014 Mesar Hameed <mesar.hameed@gmail.com>
 #
 #  This file is part of liblouis.
 #
@@ -11786,256 +3701,2252 @@
 #  License along with liblouis. If not, see
 #  <http://www.gnu.org/licenses/>.
 
-# Fixed some conflicts in Persian Braille script and added
-# Persian-specific signs which weren't available in previous table.
+digit 0 245
+digit 1 1
+digit 2 12
+digit 3 14
+digit 4 145
+digit 5 15
+digit 6 124
+digit 7 1245
+digit 8 125
+digit 9 24
+# This table contains braille codes and rules for Sinhala script.
+#
+# Copyright (C) 2017 Access to success, 248/1 A, New city land, Kadawela, Katana, Sri Lanka
+#
+# This file is part of liblouis.
+#
+# liblouis is free software: you can redistribute it and/or modify it
+# under the terms of the GNU Lesser General Public License as
+# published by the Free Software Foundation, either version 2.1 of the
+# License, or (at your option) any later version.
+#
+# liblouis is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with liblouis. If not, see
+# <http://www.gnu.org/licenses/>.
 
-include braille-patterns.cti # unicode braille.
+# This table is built and maintained by the "Access to Success" under
+# an activity of WIPO-DLF capacity building project phase ii, Sri
+# Lanka.
+
+# Contributors: Ashoka Bandula Weerawardhana of Sri Lanka with the
+# extensive support from Dipendra Manocha, and Sreeja param of India.
+
+# Last updated on April 16, 2017
+
+# To report any bugs or any suggestion, please write to
+# asokabandula@gmail.com
+
+include braille-patterns.cti
+
+letter \x0D82 3 # SINHALA SIGN ANUSVARAYA
+letter \x0D83 3-3 # SINHALA SIGN VISARGAYA
+letter \x0D85 1 # SINHALA LETTER AYANNA
+letter \x0D86 345 # SINHALA LETTER AAYANNA
+letter \x0D87 12356 #SINHALA LETTER AEYANNA
+letter \x0D88 12456 #SINHALA LETTER AEEYANNA
+letter \x0D89 24 #SINHALA LETTER IYANNA
+letter \x0D8A 35 #SINHALA LETTER IIYANNA
+letter \x0D8B 136 #SINHALA LETTER UYANNA
+letter \x0D8C 1256 #SINHALA LETTER UUYANNA
+letter \x0D8D 5-1235 #SINHALA LETTER IRUYANNA
+letter \x0D8E 6-1235 #SINHALA LETTER IRUUYANNA
+letter \x0D8F 5-123 #SINHALA LETTER ILUYANNA
+letter \x0D90 6-123 #SINHALA LETTER ILUUYANNA
+letter \x0D91 15 #SINHALA LETTER EYANNA
+letter \x0D92 26 #SINHALA LETTER EEYANNA
+letter \x0D93 34 #SINHALA LETTER AIYANNA
+letter \x0D94 1346 #SINHALA LETTER OYANNA
+letter \x0D95 135 #SINHALA LETTER OOYANNA
+letter \x0D96 246 #SINHALA LETTER AUYANNA
+letter \x0D9A 13 #SINHALA ALPAPRAANA KAYANNA
+letter \x0D9B 46 #SINHALA MAHAAPRAANA KAYANNA
+letter \x0D9C 1245 #SINHALA ALPAPRAANA GAYANNA
+letter \x0D9D 126 #SINHALA MAHAAPRAANA GAYANNA
+letter \x0D9E 346 #SINHALA KANTAJA NAASIKYAYA
+letter \x0D9F 23-1245 # SINHALA SANYAKA GAYANNA
+letter \x0DA0 14 #SINHALA ALPAPRAANA CAYANNA
+letter \x0DA1 16 #SINHALA MAHAAPRAANA CAYANNA
+letter \x0DA2 245 #SINHALA ALPAPRAANA JAYANNA
+letter \x0DA3 356 #SINHALA MAHAAPRAANA JAYANNA
+letter \x0DA4 25 #SINHALA TAALUJA NAASIKYAYA
+letter \x0DA5 12345 #SINHALA TAALUJA SANYOOGA NAASIKYAYA
+letter \x0DA6 23-245 #SINHALA SANYAKA JAYANNA
+letter \x0DA7 23456 #SINHALA ALPAPRAANA TAYANNA
+letter \x0DA8 2456 #SINHALA MAHAAPRAANA TAYANNA
+letter \x0DA9 1246 #SINHALA ALPAPRAANA DAYANNA
+letter \x0DAA 123456 #SINHALA MAHAAPRAANA DAYANNA
+letter \x0DAB 1356 #SINHALA MUURDHAJA NAYANNA
+letter \x0DAC 23-1246 #SINHALA SANYAKA DAYANNA
+letter \x0DAD 2345 #SINHALA ALPAPRAANA THAYANNA
+letter \x0DAE 1456 #SINHALA MAHAAPRAANA THAYANNA
+letter \x0DAF 145 #SINHALA ALPAPRAANA DHAYANNA
+letter \x0DB0 2346 #SINHALA MAHAAPRAANA DHAYANNA
+
+letter \x0DB1 1345 #SINHALA DHANTAJA NAYANNA
+letter \x0DB3 23-145 #SINHALA SANYAKA DHAYANNA
+letter \x0DB4 1234 #SINHALA ALPAPRAANA PAYANNA
+letter \x0DB5 156 #SINHALA MAHAAPRAANA PAYANNA
+letter \x0DB6 12 #SINHALA ALPAPRAANA BAYANNA
+letter \x0DB7 45 #SINHALA MAHAAPRAANA BAYANNA
+letter \x0DB8 134 #SINHALA MAYANNA
+letter \x0DB9 23-12 #SINHALA AMBA BAYANNA
+letter \x0DBA 13456 #SINHALA YAYANNA
+letter \x0DBB 1235 #SINHALA RAYANNA
+letter \x0DBD 123 #SINHALA DANTAJA LAYANNA
+letter \x0DC0 1236 #SINHALA VAYANNA
+letter \x0DC1 12346 #SINHALA TAALUJA SHAYANNA
+letter \x0DC2 146 #SINHALA MUURDHAJA SHAYANNA
+letter \x0DC3 234 #SINHALA DANTAJA SAYANNA
+letter \x0DC4 125 #SINHALA HAYANNA
+letter \x0DC5 456 #SINHALA MUURDHAJA LAYANNA
+letter \x0DC6 124 #SINHALA FAYANNA
+letter \x0DCA 4 # #SINHALA SIGN HAL-LAKUNA
+#--------
+# matras
+
+letter \x0DCF 345 #SINHALA VOWEL SIGN AELA-PILLA
+letter \x0DD0 12356 #SINHALA VOWEL SIGN KETTI AEDA-PILLA
+letter \x0DD1 12456 #SINHALA VOWEL SIGN DIGA AEDA-PILLA
+letter \x0DD2 24 #SINHALA VOWEL SIGN KETTI IS-PILLA
+letter \x0DD3 35 #SINHALA VOWEL SIGN DIGA IS-PILLA
+letter \x0DD4 136 #SINHALA VOWEL SIGN KETTI PAA-PILLA
+letter \x0DD6 1256 #SINHALA VOWEL SIGN DIGA PAA-PILLA
+letter \x0DD8 5-1235 #SINHALA VOWEL SIGN GAETTA-PILLA
+letter \x0DD9 15 #SINHALA VOWEL SIGN KOMBUVA
+letter \x0DDA 26 #SINHALA VOWEL SIGN DIGA KOMBUVA
+letter \x0DDB 34 #SINHALA VOWEL SIGN KOMBU DEKA
+letter \x0DDC 1346 #SINHALA VOWEL SIGN KOMBUVA HAA AELAPILLA
+letter \x0DDD 135 #SINHALA VOWEL SIGN KOMBUVA HAA DIGA AELA-PILLA
+letter \x0DDE 246 #SINHALA VOWEL SIGN KOMBUVA HAA GAYANUKITTA
+letter \x0DDF 5-123 # sinhala vowel sign vocalic l
+letter \x200D 0
 
 
-# ----------- define all chars --------------------------------------
+always \x0D9A\x0DCA 4-13 #SINHALA ALPAPRAANA HALKAYANNA
+always \x0D9B\x0DCA 4-46 #SINHALA MAHAAPRAANA HALKAYANNA
+always \x0D9C\x0DCA 4-1245 #SINHALA ALPAPRAANA HalGAYANNA
+always \x0D9D\x0DCA 4-126 #SINHALA MAHAAPRAANA HALGAYANNA
+always \x0D9E\x0DCA 4-346 #SINHALA KANTAJA HALNAASIKYAYA
+always \x0DA0\x0DCA 4-14 #SINHALA ALPAPRAANA HALCHAYANNA
+always \x0DA1\x0DCA 4-16 #SINHALA MAHAAPRAANA HALCHAYANNA
+always \x0DA2\x0DCA 4-245 #SINHALA ALPAPRAANA HALJAYANNA
+always \x0DA3\x0DCA 4-356 #SINHALA MAHAAPRAANA HALJAYANNA
+always \x0DA4\x0DCA 4-25 #SINHALA TAALUJA HALNAASIKYAYA
+always \x0DA7\x0DCA 4-23456 #SINHALA ALPAPRAANA HALTAYANNA
+always \x0DA8\x0DCA 4-2456 #SINHALA MAHAAPRAANA HalTAYANNA
+always \x0DA9\x0DCA 4-1246 #SINHALA ALPAPRAANA HALDAYANNA
+always \x0DAA\x0DCA 4-123456 #SINHALA MAHAAPRAANA HALDAYANNA
+always \x0DAB\x0DCA 4-1356 #SINHALA MUURDHAJA HALNAYANNA
+always \x0DAD\x0DCA 4-2345 #SINHALA ALPAPRAANA HALTHAYANNA
+always \x0DAE\x0DCA 4-1456 #SINHALA MAHAAPRAANA HALTHAYANNA
+always \x0DAF\x0DCA 4-145 #SINHALA ALPAPRAANA HALDHAYANNA
+always \x0DB0\x0DCA 4-2346 #SINHALA MAHAAPRAANA HALDHAYANNA
+always \x0DB1\x0DCA 4-1345 #SINHALA DHANTAJA HALNAYANNA
+always \x0DB4\x0DCA 4-1234 #SINHALA ALPAPRAANA HALPAYANNA
+always \x0DB5\x0DCA 4-156 #SINHALA MAHAAPRAANA HALPAYANNA
+always \x0DB6\x0DCA 4-12 #SINHALA ALPAPRAANA HALBAYANNA
+always \x0DB7\x0DCA 4-45 #SINHALA MAHAAPRAANA HALBAYANNA
+always \x0DB8\x0DCA 4-134 #SINHALA HALMAYANNA
+always \x0DBA\x0DCA 4-13456 #SINHALA HALYAYANNA
+always \x0DBB\x0DCA 4-1235 #SINHALA HALRAYANNA
+always \x0DBD\x0DCA 4-123 #SINHALA DANTAJA HALLAYANNA
+always \x0DC0\x0DCA 4-1236 #SINHALA HALVAYANNA
+always \x0DC1\x0DCA 4-12346 #SINHALA TAALUJA HALSHAYANNA
+always \x0DC2\x0DCA 4-146 #SINHALA MUURDHAJA HALSHAYANNA
+always \x0DC3\x0DCA 4-234 #SINHALA DANTAJA HALSAYANNA
+always \x0DC4\x0DCA 4-125 #SINHALA HALHAYANNA
+always \x0DC5\x0DCA 4-456 #SINHALA MUURDHAJA HALLAYANNA
+always \x0DC6\x0DCA 4-124 #SINHALA HALFAYANNA
 
-space \t 0 tab
-space \x000A 0
-space \x000D 0
-space \s 0 blank
-punctuation ! 235
-punctuation " 58
-sign # 3456
-sign $ 4-234
-sign % 25-1234
-sign & 123468
-punctuation ' 3
-punctuation ) 2356
-punctuation ( 2356
-sign * 246-135
-math + 56-235
-punctuation , 2
-punctuation - 36
-punctuation \x06D4 256
-punctuation . 256
-math / 348
-punctuation : 25
-punctuation ; 23
-sign \x061B 23
-math < 246
-math = 56-2356
-math > 135
-punctuation ? 236
-sign @ 4
-punctuation [ 6-236
-sign \\ 12568
-punctuation ] 356-3
-sign ^ 3468
-sign _ 78
-sign ` 48
-punctuation { 5-236
-sign | 4568-1237
-punctuation } 356-2
-math ~ 45
-space \X00A0 0
-sign \x00A2 4-14
-sign \x00A3 4-123
-sign \x00A5 4-13456
-sign \x00A7 4-234-3
-sign \x00A9 147-7
-sign \x00AB 236
-sign \x00AE 12357-7
-punctuation \x00Ad 367
-sign \x00B0 3568
-sign \x00B5 46-134
-sign \x00B6 4-1234-345
-sign \x00BB 356
-sign \x00BF 236
-math \x00D7 56-236
-math \x00F7 56-256
-space \x200C 8
-punctuation \x2010 368
-punctuation \x2011 36-3
-punctuation \x2013 6-36
-punctuation	\x2018 236
-punctuation	\x2019 356
-punctuation	\x201C 6-12356
-punctuation	\x201D 23456-3
-punctuation	\x201E 123567
-punctuation	\x201F 234568
-punctuation \x2026 3-3-3
-sign \x20AC 4-15
-sign \x25CF 134678
-math \x2212 56-36 (−)
-sign \x2022 358 (•)
-sign \x25E6 3578 (◦)
-sign \x25FE 35678 (◾)
+always \x0D9A\x0DCA\x200D\x0DBB 4-13-1235 #SINHALA ALPAPRAANA KRAYANNA
+always \x0D9B\x0DCA\x200D\x0DBB 4-46-1235 #SINHALA MAHAAPRAANA KRAYANNA
+always \x0D9C\x0DCA\x200D\x0DBB 4-1245-1235 #SINHALA ALPAPRAANA GRAYANNA
+always \x0D9D\x0DCA\x200D\x0DBB 4-126-1235 #SINHALA MAHAAPRAANA GRAYANNA
+always \x0DA0\x0DCA\x200D\x0DBB 4-14-1235 #SINHALA ALPAPRAANA CHRAYANNA
+always \x0DA1\x0DCA\x200D\x0DBB 4-16-1235 #SINHALA MAHAAPRAANA CHRAYANNA
+always \x0DA2\x0DCA\x200D\x0DBB 4-245-1235 #SINHALA ALPAPRAANA JRAYANNA
+always \x0DA3\x0DCA\x200D\x0DBB 4-356-1235 #SINHALA MAHAAPRAANA JRAYANNA
+always \x0DA7\x0DCA\x200D\x0DBB 4-23456-1235 #SINHALA ALPAPRAANA TRAYANNA
+always \x0DA8\x0DCA\x200D\x0DBB 4-2456-1235 #SINHALA MAHAAPRAANA TRAYANNA
+always \x0DA9\x0DCA\x200D\x0DBB 4-1246-1235 #SINHALA ALPAPRAANA DRAYANNA
+always \x0DAA\x0DCA\x200D\x0DBB 4-123456-1235 #SINHALA MAHAAPRAANA DRAYANNA
+always \x0DAD\x0DCA\x200D\x0DBB 4-2345-1235 #SINHALA ALPAPRAANA THRAYANNA
+always \x0DAE\x0DCA\x200D\x0DBB 4-1456-1235 #SINHALA MAHAAPRAANA THAYANNA
+always \x0DAF\x0DCA\x200D\x0DBB 4-145-1235 #SINHALA ALPAPRAANA DHRAYANNA
+always \x0DB0\x0DCA\x200D\x0DBB 4-2346-1235 #SINHALA MAHAAPRAANA DHRAYANNA
+always \x0DB4\x0DCA\x200D\x0DBB 4-1234-1235 #SINHALA ALPAPRAANA PRAYANNA
+always \x0DB5\x0DCA\x200D\x0DBB 4-156-1235 #SINHALA MAHAAPRAANA PRAYANNA
+always \x0DB6\x0DCA\x200D\x0DBB 4-12-1235 #SINHALA ALPAPRAANA BRAYANNA
+always \x0DB7\x0DCA\x200D\x0DBB 4-45-1235 #SINHALA MAHAAPRAANA BRAYANNA
+always \x0DB8\x0DCA\x200D\x0DBB 4-134-1235 #SINHALA MRAYANNA
+always \x0DC0\x0DCA\x200D\x0DBB 4-1236-1235 #SINHALA VRAYANNA
+always \x0DC1\x0DCA\x200D\x0DBB 4-12346-1235 #SINHALA TAALUJA SHRAYANNA
+always \x0DC2\x0DCA\x200D\x0DBB 4-146-1235 #SINHALA MUURDHAJA SHRAYANNA
+always \x0DC3\x0DCA\x200D\x0DBB 4-234-1235 #SINHALA DANTAJA SRAYANNA
+always \x0DC4\x0DCA\x200D\x0DBB 4-125-1235 #SINHALA HRAYANNA
+always \x0DC6\x0DCA\x200D\x0DBB 4-124-1235 #SINHALA FRAYANNA
 
-# English letters
+always \x0D9A\x0DCA\x200D\x0DBA 4-13-13456 #SINHALA ALPAPRAANA KYAYANNA
+always \x0D9B\x0DCA\x200D\x0DBA 4-46-13456 #SINHALA MAHAAPRAANA KYAYANNA
+always \x0D9C\x0DCA\x200D\x0DBA 4-1245-13456 #SINHALA ALPAPRAANA GYAYANNA
+always \x0D9D\x0DCA\x200D\x0DBA 4-126-13456 #SINHALA MAHAAPRAANA GYAYANNA
+always \x0DA0\x0DCA\x200D\x0DBA 4-14-13456 #SINHALA ALPAPRAANA CHYAYANNA
+always \x0DA1\x0DCA\x200D\x0DBA 4-16-13456 #SINHALA MAHAAPRAANA CHYAYANNA
+always \x0DA2\x0DCA\x200D\x0DBA 4-245-13456 #SINHALA ALPAPRAANA JYAYANNA
+always \x0DA3\x0DCA\x200D\x0DBA 4-356-13456 #SINHALA MAHAAPRAANA JYAYANNA
+always \x0DA7\x0DCA\x200D\x0DBA 4-23456-13456 #SINHALA ALPAPRAANA TYAYANNA
+always \x0DA8\x0DCA\x200D\x0DBA 4-2456-13456 #SINHALA MAHAAPRAANA TYAYANNA
+always \x0DA9\x0DCA\x200D\x0DBA 4-1246-13456 #SINHALA ALPAPRAANA DYAYANNA
+always \x0DAA\x0DCA\x200D\x0DBA 4-123456-13456 #SINHALA MAHAAPRAANA DYAYANNA
+always \x0DAB\x0DCA\x200D\x0DBA 4-1356-13456 #SINHALA MUURDHAJA NYAYANNA
+always \x0DAD\x0DCA\x200D\x0DBA 4-2345-13456 #SINHALA ALPAPRAANA THYAYANNA
+always \x0DAE\x0DCA\x200D\x0DBA 4-1456-13456 #SINHALA MAHAAPRAANA THYANNA
+always \x0DAF\x0DCA\x200D\x0DBA 4-145-13456 #SINHALA ALPAPRAANA DHYAYANNA
+always \x0DB0\x0DCA\x200D\x0DBA 4-2346-13456 #SINHALA MAHAAPRAANA DHYAYANNA
+always \x0DB1\x0DCA\x200D\x0DBA 4-1345-13456 #SINHALA DHANTAJA NYAYANNA
+always \x0DB4\x0DCA\x200D\x0DBA 4-1234-13456 #SINHALA ALPAPRAANA PYAYANNA
+always \x0DB5\x0DCA\x200D\x0DBA 4-156-13456 #SINHALA MAHAAPRAANA PYAYANNA
+always \x0DB6\x0DCA\x200D\x0DBA 4-12-13456 #SINHALA ALPAPRAANA BYAYANNA
+always \x0DB7\x0DCA\x200D\x0DBA 4-45-13456 #SINHALA MAHAAPRAANA BYAYANNA
+always \x0DB8\x0DCA\x200D\x0DBA 4-134-13456 #SINHALA MYAYANNA
+always \x0DBD\x0DCA\x200D\x0DBA 4-123-13456 #SINHALA DANTAJA LYAYANNA
+always \x0DC0\x0DCA\x200D\x0DBA 4-1236-13456 #SINHALA VYAYANNA
+always \x0DC1\x0DCA\x200D\x0DBA 4-12346-13456 #SINHALA TAALUJA SHYAYANNA
+always \x0DC2\x0DCA\x200D\x0DBA 4-146-13456 #SINHALA MUURDHAJA SHYAYANNA
+always \x0DC3\x0DCA\x200D\x0DBA 4-234-13456 #SINHALA DANTAJA SYAYANNA
+always \x0DC4\x0DCA\x200D\x0DBA 4-125-13456 #SINHALA HYAYANNA
+always \x0DC5\x0DCA\x200D\x0DBA 4-456-13456 #SINHALA MUURDHAJA LYAYANNA
+always \x0DC6\x0DCA\x200D\x0DBA 4-124-13456 #SINHALA FYAYANNA
+#  Copyright (C) 2017 by Davy Kager <mail@davykager.nl>
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+#
+# --------------------------------------------------------------------------
+#
+#  U.S. English 8-dot computer braille for Windows
+#
+#  Based on:
+#    * BRLTTY
+#      1) en-nabcc.ttb
+#      2) en_US.ttb
+#    * liblouis (en-us-comp8.ctb)
+#    * JAWS (US_Unicode.jtb)
+#    * Window-Eyes (US8.BWE)
+#    * SuperNova (usa.utb)
+#
+#  Goals:
+#    * Complete coverage of the characters in Windows-1252.
+#    * Definitions for other common symbols.
+#    * Unambiguous backtranslation.
+#    * Easy to adopt by users of Windows screen readers.
+#
+#  References:
+#    * North American Braille Computer Code:
+#      <http://brltty.com/doc/Manual-BRLTTY/English/BRLTTY-14.html>
+#    * Computer Braille Code, BANA, 2000:
+#      <http://brailleauthority.org/cbc/cbc2000.pdf>
 
-uplow Aa 17,18
-uplow Bb 127,128
-uplow Cc 147,148
-uplow Dd 1457,1458
-uplow Ee 157,158
-uplow Ff 1247,1248
-uplow Gg 12457,12458
-uplow Hh 1257,1258
-uplow Ii 247,248
-uplow Jj 2457,2458
-uplow Kk 137,138
-uplow Ll 1237,1238
-uplow Mm 1347,1348
-uplow Nn 13457,13458
-uplow Oo 1357,1358
-uplow Pp 12347,12348
-uplow Qq 123457,123458
-uplow Rr 12357,12358
-uplow Ss 2347,2348
-uplow Tt 23457,23458
-uplow Uu 1367,1368
-uplow Vv 12367,12368
-uplow Ww 24567,24568
-uplow Xx 13467,13468
-uplow Yy 134567,134568
-uplow Zz 13567,13568
+# --------------------------------------------------------------------------
+# Standard includes
+#   * ASCII letters (41-5A, 61-7A)
+#   * ASCII digits (30-39)
+#   * Braille patterns (2800-28FF)
 
-# -------------------------- Arabic and Persian letters and symbols ---------------------------------
+include latinLetterDef8Dots.uti
+include loweredDigits6Dots.uti
+include braille-patterns.cti
 
-sign \x060C 2
-sign \x061B 23
-sign \x061F 236
-sign \x0621 3
-sign \x0622 345
-sign \x0623 34
-sign \x0624 1256
-sign \x0625 34
-sign \x0626 13456
-sign \x0627 1
-sign \x0628 12
-sign \x067E 1234
-sign \x0629 16
-sign \x062A 2345
-sign \x062B 1456
-sign \x062C 245
-sign \x0686 14
-sign \x062D 156
-sign \x062E 1346
-sign \x062F 145
-sign \x0630 2346
-sign \x0631 1235
-sign \x0632 1356
-sign \x0698 346
-sign \x0633 234
-sign \x0634 146
-sign \x0635 12346
-sign \x0636 1246
-sign \x0637 23456
-sign \x0638 123456
-sign \x0639 12356
-sign \x063A 126
-sign \x0640 6-3
-sign \x0641 124
-sign \x0642 12345
-sign \x0643 13
-sign \x06A9 13
-sign \x06AF 1245
-sign \x0644 123
-sign \x0645 134
-sign \x0646 1345
-sign \x0648 2456
-sign \x0647 125
-sign \x064A 24
-sign \x06CC 24
-sign \x0649 135
-sign \x064E 2
-sign \x0650 15
-sign \x064F 136
-sign \x064B 23
-sign \x064D 35
-sign \x064C 26
-sign \x0651 6
-sign \x0652 25
-sign \xFDFC 4-1235
-sign \x066A 25-1234
-sign \x066B 2
-sign \x066C 3
+# --------------------------------------------------------------------------
+# ASCII symbols (20-7F)
+#   All products have the same definitions.
+#
+# Exceptions:
+#   * LOW LINE, DELETE (5F, 7F)
+#     JAWS, Window-Eyes and SuperNova use dots 4567 for 5F.
+#     BRLTTY and liblouis use dots 456 for 5F.
+#     Literary codes tend to also use dots 456 for 5F.
+#     Use the definitions from BRLTTY and liblouis for this table.
 
-# --------------------------- end definitions ---------------------------------
+space \x0020 0 SPACE
+punctuation ! 2346 EXCLAMATION MARK
+punctuation " 5 QUOTATION MARK
+sign \x0023 3456 NUMBER SIGN
+sign $ 1246 DOLLAR SIGN
+sign % 146 PERCENT SIGN
+sign & 12346 AMPERSAND
+punctuation ' 3 APOSTROPHE
+punctuation ( 12356 LEFT PARENTHESIS
+punctuation ) 23456 RIGHT PARENTHESIS
+sign * 16 ASTERISK
+sign + 346 PLUS SIGN
+punctuation , 6 COMMA
+sign - 36 HYPHEN-MINUS
+punctuation . 46 FULL STOP
+sign / 34 SOLIDUS
+# ... DIGIT ZERO-NINE (30-39)
+punctuation : 156 COLON
+punctuation ; 56 SEMICOLON
+sign < 126 LESS-THAN SIGN
+sign = 123456 EQUALS SIGN
+sign > 345 GREATER-THAN SIGN
+punctuation ? 1456 QUESTION MARK
+sign @ 47 COMMERCIAL AT
+# ... LATIN CAPITAL LETTER A-Z (41-5A)
+sign [ 2467 LEFT SQUARE BRACKET
+sign \\ 12567 REVERSE SOLIDUS
+sign ] 124567 RIGHT SQUARE BRACKET
+sign ^ 457 CIRCUMFLEX ACCENT
+sign _ 456 LOW LINE
+sign ` 4 GRAVE ACCENT
+# ... LATIN SMALL LETTER A-Z (61-7A)
+sign { 246 LEFT CURLY BRACKET
+sign | 1256 VERTICAL LINE
+sign } 12456 RIGHT CURLY BRACKET
+sign ~ 45 TILDE
+letter \x007F 4567 DELETE
 
-# include countries.cti
+# --------------------------------------------------------------------------
+# ASCII control characters (00-1F)
+#   BRLTTY, JAWS and Window-Eyes use letters and symbols with dots 78.
+#   SuperNova uses abbreviations, e.g. FF is Form Feed.
+#   liblouis does not have all definitions.
+#
+# Use the definitions from BRLTTY, JAWS and Window-Eyes for this table,
+# but not for backtranslation.
+# Exceptions:
+#   * CHARACTER TABULATION, LINE FEED (LF), CARRIAGE RETURN (CR)
+#       (09, 0A, 0D)
+#     BRLTTY, JAWS and Window-Eyes use letters with dots 78.
+#     liblouis uses no dots, dots 78 and no dots, respectively,
+#     which improves readability.
+#     Use the definitions from liblouis for this table.
+
+noback letter \x0000 478 NULL
+noback letter \x0001 178 START OF HEADING
+noback letter \x0002 1278 START OF TEXT
+noback letter \x0003 1478 END OF TEXT
+noback letter \x0004 14578 END OF TRANSMISSION
+noback letter \x0005 1578 ENQUIRY
+noback letter \x0006 12478 ACKNOWLEDGE
+noback letter \x0007 124578 BELL
+noback letter \x0008 12578 BACKSPACE
+noback space \x0009 0 CHARACTER TABULATION
+noback space \x000A 78 LINE FEED (LF)
+noback space \x000B 1378 LINE TABULATION
+noback space \x000C 12378 FORM FEED (FF)
+noback space \x000D 0 CARRIAGE RETURN (CR)
+noback letter \x000E 134578 SHIFT OUT
+noback letter \x000F 13578 SHIFT IN
+noback letter \x0010 123478 DATA LINK ESCAPE
+noback letter \x0011 1234578 DEVICE CONTROL ONE
+noback letter \x0012 123578 DEVICE CONTROL TWO
+noback letter \x0013 23478 DEVICE CONTROL THREE
+noback letter \x0014 234578 DEVICE CONTROL FOUR
+noback letter \x0015 13678 NEGATIVE ACKNOWLEDGE
+noback letter \x0016 123678 SYNCHRONOUS IDLE
+noback letter \x0017 245678 END OF TRANSMISSION BLOCK
+noback letter \x0018 134678 CANCEL
+noback letter \x0019 1345678 END OF MEDIUM
+noback letter \x001A 135678 SUBSTITUTE
+noback letter \x001B 24678 ESCAPE
+noback letter \x001C 125678 INFORMATION SEPARATOR FOUR
+noback letter \x001D 1245678 INFORMATION SEPARATOR THREE
+noback letter \x001E 4578 INFORMATION SEPARATOR TWO
+noback letter \x001F 45678 INFORMATION SEPARATOR ONE
+
+# --------------------------------------------------------------------------
+# Extended control characters (80-9F)
+#   BRLTTY[1] uses letters and symbols with dot 8.
+#   BRLTTY[2] has different definitions.
+#   JAWS does not have all definitions.
+#   liblouis, Window-Eyes and SuperNova do not have any definitions.
+#
+#   JAWS, Window-Eyes and SuperNova use some of the BRLTTY[1] definitions
+#   for accented letters and symbols.
+#
+# Use the definitions from BRLTTY[1] for this table,
+# but not for backtranslation.
+
+noback letter \x0080 48 <control>
+noback letter \x0081 18 <control>
+noback letter \x0082 128 BREAK PERMITTED HERE
+noback letter \x0083 148 NO BREAK HERE
+noback letter \x0084 1458 <control>
+noback letter \x0085 158 NEXT LINE
+noback letter \x0086 1248 START OF SELECTED AREA
+noback letter \x0087 12458 END OF SELECTED AREA
+noback letter \x0088 1258 CHARACTER TABULATION SET
+noback letter \x0089 248 CHARACTER TABULATION WITH JUSTIFICATION
+noback letter \x008A 2458 LINE TABULATION SET
+noback letter \x008B 138 PARTIAL LINE FORWARD
+noback letter \x008C 1238 PARTIAL LINE BACKWARD
+noback letter \x008D 1348 REVERSE LINE FEED
+noback letter \x008E 13458 SINGLE SHIFT TWO
+noback letter \x008F 1358 SINGLE SHIFT THREE
+noback letter \x0090 12348 DEVICE CONTROL STRING
+noback letter \x0091 123458 PRIVATE USE ONE
+noback letter \x0092 12358 PRIVATE USE TWO
+noback letter \x0093 2348 SET TRANSMIT STATE
+noback letter \x0094 23458 CANCEL CHARACTER
+noback letter \x0095 1368 MESSAGE WAITING
+noback letter \x0096 12368 START OF GUARDED AREA
+noback letter \x0097 24568 END OF GUARDED AREA
+noback letter \x0098 13468 START OF STRING
+noback letter \x0099 134568 <control>
+noback letter \x009A 13568 SINGLE CHARACTER INTRODUCER
+noback letter \x009B 2468 CONTROL SEQUENCE INTRODUCER
+noback letter \x009C 12568 STRING TERMINATOR
+noback letter \x009D 124568 OPERATING SYSTEM COMMAND
+noback letter \x009E 458 PRIVACY MESSAGE
+noback letter \x009F 4568 APPLICATION PROGRAM COMMAND
+
+# --------------------------------------------------------------------------
+# Symbols (A0-BF)
+#   JAWS and SuperNova have similar definitions.
+#   BRLTTY[2] has many different definitions.
+#   BRLTTY[1] has different definitions that are well explained.
+#   Window-Eyes (based on descriptions) does not have all definitions.
+#   liblouis does not have any definitions.
+#
+#   JAWS and SuperNova have the same definitions, except for A0, A1.
+#   BRLTTY[2] has the same definitions,
+#   except for A4, A6-A9, AD-AF, B3-B4, B6, B8, B9, BE.
+#
+# A number of conventions can be extracted:
+#   * Inverted punctuation marks use the lowered literary form.
+#   * Currency symbols use dots 46 with combinations of dots 78.
+#   * Symbols resembling letters often use that letter,
+#     either lowered or with dot 8.
+#   * Accents use combinations of dots 456 with dot 8.
+#   * Ordinal indicators use mirrored dots for the letters hj with dot 8.
+#   * Quotation marks use dots for a more or less visual representation.
+#   * Superscript digits use the letters abc with dot 8.
+#   * Fractions use the letters uvx with dot 8.
+#
+# Use the definitions from JAWS and SuperNova for this table.
+# Exceptions:
+#   * NO-BREAK SPACE (A0)
+#     JAWS uses no dots.
+#     SuperNova uses dot 7.
+#     Use the definition from JAWS for this table.
+#   * INVERTED EXCLAMATION MARK (A1)
+#     JAWS uses dots 235, a literary exclamation mark,
+#     which is also used for DIGIT SIX (36).
+#     SuperNova uses dots 367, a lowered literary exclamation mark,
+#     which is in line with INVERTED QUESTION MARK (BF).
+#     Use the definition from SuperNova for this table.
+#   * BROKEN BAR (A6)
+#     JAWS and SuperNova use dots 158.
+#     This is a good definition for EURO SIGN (20AC).
+#     Instead, use dots 1578.
+#   * NOT SIGN (AC)
+#     JAWS and SuperNova use dots 25678.
+#     This is a good definition for LATIN CAPITAL LETTER Y WITH DIAERESIS
+#     (0178).
+#     Instead, use dots 125678, the backslash with dot 8.
+#     This leads to an exception for LATIN CAPITAL LETTER Y WITH DIAERESIS
+#     (0178).
+
+space \x00A0 0 NO-BREAK SPACE
+punctuation \x00A1 367 INVERTED EXCLAMATION MARK
+sign \x00A2 58 CENT SIGN
+sign \x00A3 467 POUND SIGN
+sign \x00A4 4678 CURRENCY SIGN
+sign \x00A5 468 YEN SIGN
+sign \x00A6 1578 BROKEN BAR
+sign \x00A7 357 SECTION SIGN
+sign \x00A8 48 DIAERESIS
+sign \x00A9 123468 COPYRIGHT SIGN
+sign \x00AA 1258 FEMININE ORDINAL INDICATOR
+punctuation \x00AB 1235678 LEFT-POINTING DOUBLE ANGLE QUOTATION MARK
+sign \x00AC 125678 NOT SIGN
+sign \x00AD 368 SOFT HYPHEN
+sign \x00AE 12358 REGISTERED SIGN
+sign \x00AF 458 MACRON
+sign \x00B0 4568 DEGREE SIGN
+math \x00B1 23578 PLUS-MINUS SIGN
+digit \x00B2 128 SUPERSCRIPT TWO
+digit \x00B3 148 SUPERSCRIPT THREE
+sign \x00B4 568 ACUTE ACCENT
+sign \x00B5 1348 MICRO SIGN
+sign \x00B6 1458 PILCROW SIGN
+punctuation \x00B7 37 MIDDLE DOT
+sign \x00B8 68 CEDILLA
+digit \x00B9 18 SUPERSCRIPT ONE
+sign \x00BA 2458 MASCULINE ORDINAL INDICATOR
+punctuation \x00BB 2345678 RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK
+math \x00BC 1368 VULGAR FRACTION ONE QUARTER
+math \x00BD 12368 VULGAR FRACTION ONE HALF
+math \x00BE 13468 VULGAR FRACTION THREE QUARTERS
+punctuation \x00BF 38 INVERTED QUESTION MARK
+
+# --------------------------------------------------------------------------
+# Accented letters and symbols (C0-FF)
+#   BRLTTY[2], JAWS, Window-Eyes and SuperNova have similar definitions.
+#   BRLTTY[1] has different definitions that is well explained.
+#   liblouis does not have any definitions.
+#
+#   JAWS and SuperNova have the same definitions,
+#   except for C1, CD, D3, D8, DA, DD, F2, FD.
+#   Window-Eyes (based on descriptions) has the same definitions
+#   for E0-FF, except for E6, F4, F6,
+#   has no definitions for E3, EC, F0, F5, F8, FC, FD,
+#   and has many missing definitions for C0-DF.
+#   BRLTTY[2] has the same definitions for E0-FF,
+#   except for E3, F0, F2, F5, F8, FD-FF,
+#   and has many different definitions for C0-DF.
+#
+# Two number of conventions can be extracted for small letters:
+#   1) Letters with acute, diaeresis, grave or tilde, and eth and thorn
+#      use dot 8 but not dot 7.
+#      To transform from small to capital, lower the entire cell,
+#      discarding dot 8.
+#   2) Letters with cedilla, circumflex, ring above or stroke, and ae
+#      use dots 78.
+#      To transform from small to capital, remove dot 8.
+#
+# Use the definitions from JAWS, Window-Eyes and SuperNova for this table.
+# If they differ, follow the appropriate convention as described above.
+# Exceptions:
+#   * LATIN CAPITAL LETTER A WITH TILDE, LATIN SMALL LETTER A WITH TILDE
+#       (C3, E3)
+#     JAWS and SuperNova follow convention (2) instead of (1).
+#     This is most likely because using dots 18 (a with dot 8 for tilde)
+#     and lowering the cell yields dot 2, which is DIGIT ONE (31).
+#   * LATIN CAPITAL LETTER Y WITH ACUTE, LATIN SMALL LETTER Y WITH ACUTE
+#       (DD, FD)
+#     JAWS uses dots 1245678 for FD. This does not follow convention (1),
+#     and can thus not be transformed into uppercase.
+#     Following convention (2) also does not work,
+#     because transforming yields RIGHT SQUARE BRACKET (5D).
+#     On the other hand, this definition somewhat resembles the y (13456).
+#     SuperNova uses dots 24568 for FD. This follows convention (1),
+#     and can be transformed into uppercase.
+#     Use the definitions from SuperNova for this table.
+
+uplow \x00C0\x00E0 23678,123568 LATIN LETTER A WITH GRAVE
+uplow \x00C1\x00E1 28,168 LATIN LETTER A WITH ACUTE
+uplow \x00C2\x00E2 167,1678 LATIN LETTER A WITH CIRCUMFLEX
+uplow \x00C3\x00E3 3467,34678 LATIN LETTER A WITH TILDE
+uplow \x00C4\x00E4 567,3458 LATIN LETTER A WITH DIAERESIS
+uplow \x00C5\x00E5 34567,345678 LATIN LETTER A WITH RING ABOVE
+uplow \x00C6\x00E6 3457,34578 LATIN LETTER AE
+uplow \x00C7\x00E7 123467,1234678 LATIN LETTER C WITH CEDILLA
+uplow \x00C8\x00E8 3578,23468 LATIN LETTER E WITH GRAVE
+uplow \x00C9\x00E9 238,1268 LATIN LETTER E WITH ACUTE
+uplow \x00CA\x00EA 1267,12678 LATIN LETTER E WITH CIRCUMFLEX
+uplow \x00CB\x00EB 2358,12468 LATIN LETTER E WITH DIAERESIS
+uplow \x00CC\x00EC 57,348 LATIN LETTER I WITH GRAVE
+uplow \x00CD\x00ED 258,1468 LATIN LETTER I WITH ACUTE
+uplow \x00CE\x00EE 1467,14678 LATIN LETTER I WITH CIRCUMFLEX
+uplow \x00CF\x00EF 23568,124568 LATIN LETTER I WITH DIAERESIS
+uplow \x00D0\x00F0 3567,23458 LATIN LETTER ETH
+uplow \x00D1\x00F1 2567,13458 LATIN LETTER N WITH TILDE
+uplow \x00D2\x00F2 578,3468 LATIN LETTER O WITH GRAVE
+uplow \x00D3\x00F3 2568,14568 LATIN LETTER O WITH ACUTE
+uplow \x00D4\x00F4 14567,145678 LATIN LETTER O WITH CIRCUMFLEX
+uplow \x00D5\x00F5 267,1358 LATIN LETTER O WITH TILDE
+uplow \x00D6\x00F6 358,2468 LATIN LETTER O WITH DIAERESIS
+uplow \x00D8\x00F8 2467,24678 LATIN LETTER O WITH STROKE
+uplow \x00D9\x00F9 35678,234568 LATIN LETTER U WITH GRAVE
+uplow \x00DA\x00FA 268,1568 LATIN LETTER U WITH ACUTE
+uplow \x00DB\x00FB 1567,15678 LATIN LETTER U WITH CIRCUMFLEX
+uplow \x00DC\x00FC 2368,12568 LATIN LETTER U WITH DIAERESIS
+uplow \x00DD\x00FD 3568,24568 LATIN LETTER Y WITH ACUTE
+uplow \x00DE\x00FE 2357,12348 LATIN LETTER THORN
+lowercase \x00DF 34568 LATIN SMALL LETTER SHARP S
+lowercase \x00FF 134568 LATIN SMALL LETTER Y WITH DIAERESIS
+math \x00D7 2348 MULTIPLICATION SIGN
+math \x00F7 3478 DIVISION SIGN
+
+# --------------------------------------------------------------------------
+# Windows-1252 symbols
+#   JAWS and Window-Eyes have similar definitions.
+#   SuperNova has many different definitions.
+#   BRLTTY and liblouis do not have any definitions.
+#
+#   JAWS duplicates definitions from 00-FF,
+#   except for 0152, 0160, 0178, 0192, 2013, 2022.
+#   JAWS and Window-Eyes (based on codepoints) have the same definitions,
+#   except for 0152, 0160, 0161, 0178, 017D, 017E, 0192,
+#   2013, 2014, 2018, 201C, 2022.
+#   SuperNova does not have definitions for 017D, 017E.
+#
+# A number of conventions can be extracted:
+#   * Symbols resembling letters use that letter,
+#     either lowered or with dot 8. SuperNova uses this.
+#   * Quotation marks use dots for a more or less visual representation.
+#     SuperNova uses this.
+#   * Pretty/Smart symbols are flattened to their plain form.
+#     JAWS and Window-Eyes use this.
+#   * Bullets use the notation from UEB. JAWS uses this.
+#
+# The definitions from SuperNova have a number of advantages:
+#   * Left-pointing and right-pointing symbols are easy to identify.
+#   * Symbols resembling letters are intuitive,
+#     because the definitions include the letter.
+#   * The definitions are unambiguous and thus allow backtranslation.
+#
+# Use the definitions from SuperNova for this table.
+# Exceptions:
+#   * LATIN CAPITAL LIGATURE OE, LATIN SMALL LIGATURE OE (0152, 0153)
+#     SuperNova uses dots 13568 for 0153, the z with dot 8,
+#     and uses convention (1) for accented letters to transform to capital.
+#     Instead, use dots 234678 for 0153, the mirrored z with dots 78,
+#     and use convention (2) to transform to capital.
+#   * LATIN CAPITAL LETTER Y WITH DIAERESIS (0178)
+#     SuperNova uses dots 125678.
+#     Instead, use dots 25678, LATIN SMALL LETTER Y WITH DIAERESIS (FF)
+#     transformed to capital using convention (1) for accented letters.
+#     This leads to an exception for NOT SIGN (AC).
+#   * LATIN CAPITAL LETTER Z WITH CARON, LATIN SMALL LETTER Z WITH CARON
+#       (017D, 017E)
+#     SuperNova has no definitions.
+#     Use dots 13568 for 017E, the z with dot 8,
+#     and use convention (1) to transform to capital.
+#   * EURO SIGN (20AC)
+#     JAWS and Window-Eyes use dots 123467.
+#     SuperNova uses dots 158, the e with dot 8.
+#     This leads to an exception for BROKEN BAR (A6).
+
+uplow \x0152\x0153 23467,234678 LATIN LIGATURE OE
+uplow \x0160\x0161 23567,123458 LATIN LETTER S WITH CARON
+uppercase \x0178 25678 LATIN CAPITAL LETTER Y WITH DIAERESIS
+uplow \x017D\x017E 2678,13568 LATIN LETTER Z WITH CARON
+lowercase \x0192 1248 LATIN SMALL LETTER F WITH HOOK
+sign \x02C6 4578 MODIFIER LETTER CIRCUMFLEX ACCENT
+sign \x02DC 478 SMALL TILDE
+punctuation \x2013 3678 EN DASH
+punctuation \x2014 2578 EM DASH
+punctuation \x2018 378 LEFT SINGLE QUOTATION MARK
+punctuation \x2019 678 RIGHT SINGLE QUOTATION MARK
+punctuation \x201A 12467 SINGLE LOW-9 QUOTATION MARK
+punctuation \x201C 2378 LEFT DOUBLE QUOTATION MARK
+punctuation \x201D 5678 RIGHT DOUBLE QUOTATION MARK
+punctuation \x201E 124678 DOUBLE LOW-9 QUOTATION MARK
+sign \x2020 237 DAGGER
+sign \x2021 1238 DOUBLE DAGGER
+sign \x2022 235678 BULLET
+sign \x2026 27 HORIZONTAL ELLIPSIS
+sign \x2030 347 PER MILLE SIGN
+punctuation \x2039 1234567 SINGLE LEFT-POINTING ANGLE QUOTATION MARK
+punctuation \x203A 1234568 SINGLE RIGHT-POINTING ANGLE QUOTATION MARK
+sign \x20AC 158 EURO SIGN
+sign \x2122 2367 TRADE MARK SIGN
+
+# --------------------------------------------------------------------------
+# Greek letters
+#   JAWS uses letters and symbols with dot 8.
+#   BRLTTY, liblouis, Window-Eyes and SuperNova have no definitions.
+#
+# Use the definitions from JAWS for this table,
+# but not for backtranslation.
+
+noback uplow \x0391\x03B1 178,18 GREEK LETTER ALPHA
+noback uplow \x0392\x03B2 1278,128 GREEK LETTER BETA
+noback uplow \x0393\x03B3 124578,12458 GREEK LETTER GAMMA
+noback uplow \x0394\x03B4 14578,1458 GREEK LETTER DELTA
+noback uplow \x0395\x03B5 1578,158 GREEK LETTER EPSILON
+noback uplow \x0396\x03B6 135678,13568 GREEK LETTER ZETA
+noback uplow \x0397\x03B7 15678,1568 GREEK LETTER ETA
+noback uplow \x0398\x03B8 145678,14568 GREEK LETTER THETA
+noback uplow \x0399\x03B9 2478,248 GREEK LETTER IOTA
+noback uplow \x039A\x03BA 1378,138 GREEK LETTER KAPPA
+noback uplow \x039B\x03BB 12378,1238 GREEK LETTER LAMDA
+noback uplow \x039C\x03BC 13478,1348 GREEK LETTER MU
+noback uplow \x039D\x03BD 134578,13458 GREEK LETTER NU
+noback uplow \x039E\x03BE 134678,13468 GREEK LETTER XI
+noback uplow \x039F\x03BF 13578,1358 GREEK LETTER OMICRON
+noback uplow \x03A0\x03C0 123478,12348 GREEK LETTER PI
+noback uplow \x03A1\x03C1 123578,12358 GREEK LETTER RHO
+noback lowercase \x03C2 2348 GREEK SMALL LETTER FINAL SIGMA
+noback uplow \x03A3\x03C3 23478,2348 GREEK LETTER SIGMA
+noback uplow \x03A4\x03C4 234578,23458 GREEK LETTER TAU
+noback uplow \x03A5\x03C5 13678,1368 GREEK LETTER UPSILON
+noback uplow \x03A6\x03C6 12478,1248 GREEK LETTER PHI
+noback uplow \x03A7\x03C7 1234678,123468 GREEK LETTER CHI
+noback uplow \x03A8\x03C8 1345678,134568 GREEK LETTER PSI
+noback uplow \x03A9\x03C9 245678,24568 GREEK LETTER OMEGA
+
+# --------------------------------------------------------------------------
+# Whitespace characters
+#   Not based on any definitions from a screen reader.
+
+space \x2000 0 EN QUAD
+space \x2001 0 EM QUAD
+space \x2002 0 EN SPACE
+space \x2003 0 EM SPACE
+space \x2004 0 THREE-PER-EM SPACE
+space \x2005 0 FOUR-PER-EM SPACE
+space \x2006 0 SIX-PER-EM SPACE
+space \x2007 0 FIGURE SPACE
+space \x2008 0 PUNCTUATION SPACE
+space \x2009 0 THIN SPACE
+space \x200A 0 HAIR SPACE
+space \x2028 0 LINE SEPARATOR
+space \x2029 0 PARAGRAPH SEPARATOR
+space \x202F 0 NARROW NO-BREAK SPACE
+space \x205F 0 MEDIUM MATHEMATICAL SPACE
+
+# --------------------------------------------------------------------------
+# Miscellaneous symbols
+#   Not based on any definitions from a screen reader.
+
+noback sign \x2010 36 HYPHEN
+noback sign \x2011 36 NON-BREAKING HYPHEN
+noback sign \x2012 36 FIGURE DASH
+noback sign \x2015 36 HORIZONTAL BAR
+noback math \x2016 1256-1256 DOUBLE VERTICAL LINE
+noback sign \x2027 36 HYPHENATION POINT
+noback punctuation \x203C 2346-2346 DOUBLE EXCLAMATION MARK
+noback math \x2044 34 FRACTION SLASH
+noback punctuation \x2047 1456-1456 DOUBLE QUESTION MARK
+noback punctuation \x2048 1456-2346 QUESTION EXCLAMATION MARK
+noback punctuation \x2049 2346-1456 EXCLAMATION QUESTION MARK
+noback sign \x204E 28 LOW ASTERISK
+noback math \x2212 36 MINUS SIGN
+noback math \x2215 34 DIVISION SLASH
+noback math \x2217 16 ASTERISK OPERATOR
+noback sign \x25CF 16 BLACK CIRCLE
+
+# --------------------------------------------------------------------------
+# Bullets
+#   This provides definitions for the Unicode equivalents
+#   of common bullet shapes from the Symbol and Wingdings fonts.
+#   As such, the definitions do not match the actual symbol descriptions.
+#   Not based on any definitions from a screen reader.
+
+noback sign \x2043 36 HYPHEN BULLET
+noback sign \x21D2 235678 RIGHTWARDS DOUBLE ARROW
+noback sign \x21E8 235678 RIGHTWARDS WHITE ARROW
+noback sign \x25A0 235678 BLACK SQUARE
+noback sign \x25E6 235678 WHITE BULLET
+noback sign \x25FE 235678 BLACK MEDIUM SMALL SQUARE
+noback sign \x2663 235678 BLACK CLUB SUIT
+noback sign \x2666 235678 BLACK DIAMOND SUIT
+noback sign \x2756 235678 BLACK DIAMOND MINUS WHITE X
+noback sign \x2714 235678 HEAVY CHECK MARK
+noback sign \x27A2 235678 THREE-D TOP-LIGHTED RIGHTWARDS ARROWHEAD
+
+# --------------------------------------------------------------------------
+# Ligatures
+#   Not based on any definitions from a screen reader.
+
+noback letter \xFB00 124-124 LATIN SMALL LIGATURE FF
+noback letter \xFB01 124-24 LATIN SMALL LIGATURE FI
+noback letter \xFB02 124-123 LATIN SMALL LIGATURE FL
+noback letter \xFB03 124-124-24 LATIN SMALL LIGATURE FFI
+noback letter \xFB04 124-124-123 LATIN SMALL LIGATURE FFL
+noback letter \xFB06 234-2345 LATIN SMALL LIGATURE ST
+
+# --------------------------------------------------------------------------
+# Formatting characters
+#   Not based on any definitions from a screen reader.
+
+replace \x200B # ZERO WIDTH SPACE
+replace \x200C # ZERO WIDTH NON-JOINER
+replace \x200D # ZERO WIDTH JOINER
+replace \x200E # LEFT-TO-RIGHT MARK
+replace \x200F # RIGHT-TO-LEFT MARK
+replace \x202A # LEFT-TO-RIGHT EMBEDDING
+replace \x202B # RIGHT-TO-LEFT EMBEDDING
+replace \x202C # POP DIRECTIONAL FORMATTING
+replace \x202D # LEFT-TO-RIGHT OVERRIDE
+replace \x202E # RIGHT-TO-LEFT OVERRIDE
+replace \x2060 # WORD JOINER
+replace \x2061 # FUNCTION APPLICATION
+replace \x2062 # INVISIBLE TIMES
+replace \x2063 # INVISIBLE SEPARATOR
+replace \x2064 # INVISIBLE PLUS
+replace \x2066 # LEFT-TO-RIGHT ISOLATE
+replace \x2067 # RIGHT-TO-LEFT ISOLATE
+replace \x2068 # FIRST STRONG ISOLATE
+replace \x2069 # POP DIRECTIONAL ISOLATE
+replace \x206A # INHIBIT SYMMETRIC SWAPPING
+replace \x206B # ACTIVATE SYMMETRIC SWAPPING
+replace \x206C # INHIBIT ARABIC FORM SHAPING
+replace \x206D # ACTIVATE ARABIC FORM SHAPING
+replace \x206E # NATIONAL DIGIT SHAPES
+replace \x206F # NOMINAL DIGIT SHAPES
+replace \xFEFF # ZERO WIDTH NO-BREAK SPACE
+replace \xFFF9 # INTERLINEAR ANNOTATION ANCHOR
+replace \xFFFA # INTERLINEAR ANNOTATION SEPARATOR
+replace \xFFFB # INTERLINEAR ANNOTATION TERMINATOR
+UTF-8
+
+% Du vokaloj disigas silabon
+
+%  a-a  a-e  a-i  a-o  a-u 
+%  e-a  e-e  e-i  e-o  e-u 
+%  i-a  i-e  i-i  i-o  i-u 
+%  o-a  o-e  o-i  o-o  o-u 
+%  u-a  u-e  u-i  u-o  u-u 
+
+a1a
+a1e
+a1i
+a1o
+a1u
+
+e1a
+e1e
+e1i
+e1o
+e1u
+
+i1a
+i1e
+i1i
+i1o
+i1u
+
+o1a
+o1e
+o1i
+o1o
+o1u
+
+u1a
+u1e
+u1i
+u1o
+u1u
 
 
-# Braille indicators
+% Konsonanto + vokalo disigas la silabon antaŭ la konsonanto
 
-emphclass italic
-emphclass underline
-emphclass bold
+%  -ba  -be  -bi  -bo  -bu 
+%  -ca  -ce  -ci  -co  -cu 
+%  -ĉa  -ĉe  -ĉi  -ĉo  -ĉu 
+%  -da  -de  -di  -do  -du 
+%  -fa  -fe  -fi  -fo  -fu 
+%  -ga  -ge  -gi  -go  -gu 
+%  -ĝa  -ĝe  -ĝi  -ĝo  -ĝu 
+%  -ha  -he  -hi  -ho  -hu 
+%  -ĥa  -ĥe  -ĥi  -ĥo  -ĥu 
+%  -ja  -je  -ji  -jo  -ju 
+%  -ĵa  -ĵe  -ĵi  -ĵo  -ĵu 
+%  -ka  -ke  -ki  -ko  -ku 
+%  -la  -le  -li  -lo  -lu 
+%  -ma  -me  -mi  -mo  -mu 
+%  -na  -ne  -ni  -no  -nu 
+%  -pa  -pe  -pi  -po  -pu 
+%  -ra  -re  -ri  -ro  -ru 
+%  -sa  -se  -si  -so  -su 
+%  -ŝa  -ŝe  -ŝi  -ŝo  -ŝu 
+%  -ta  -te  -ti  -to  -tu 
+%  -ŭa  -ŭe  -ŭi  -ŭo  -ŭu 
+%  -va  -ve  -vi  -vo  -vu 
+%  -za  -ze  -zi  -zo  -zu 
 
-begemph italic 46-46
-endemph italic 46
-begemph bold 456-456
-endemph bold 4568
-begemph underline 78-78
-endemph underline 78
+1ba
+1be
+1bi
+1bo
+1bu
 
-numsign 3456  number sign, just a dots operand
-begnum # 3456-4 print number sign before number
-midnum , 3
-midnum ٬ 3
+1ca
+1ce
+1ci
+1co
+1cu
 
-# the decimal digits
-include digits6Dots.uti
+1ĉa
+1ĉe
+1ĉi
+1ĉo
+1ĉu
 
-# Arabic numerals
+1da
+1de
+1di
+1do
+1du
 
-digit \x0660 245
-digit \x0661 1
-digit \x0662 12
-digit \x0663 14
-digit \x0664 145
-digit \x0665 15
-digit \x0666 124
-digit \x0667 1245
-digit \x0668 125
-digit \x0669 24
+1fa
+1fe
+1fi
+1fo
+1fu
 
-# Persian numerals
+1ga
+1ge
+1gi
+1go
+1gu
 
-digit \x06F0 245
-digit \x06F1 1
-digit \x06F2 12
-digit \x06F3 14
-digit \x06F4 145
-digit \x06F5 15
-digit \x06F6 124
-digit \x06F7 1245
-digit \x06F8 125
-digit \x06F9 24
+1ĝa
+1ĝe
+1ĝi
+1ĝo
+1ĝu
 
-# punctuation
+1ha
+1he
+1hi
+1ho
+1hu
 
-prepunc ) 2356
-postpunc ( 2356
-prepunc " 57
-postpunc " 58
-prepunc ' 2367
-postpunc ' 3567
-postpunc , 2
-decpoint . 2
-decpoint ٫ 2
-midnum - 36
-hyphen - 36
-postpunc . 256
-postpunc ; 23
-postpunc : 25
-postpunc ! 235
-postpunc ? 236
-endnum % 25-1234
-prepunc ` 48
-always ... 3-3-3
+1ĥa
+1ĥe
+1ĥi
+1ĥo
+1ĥu
 
-#-display-name: Czech braille
+1ja
+1je
+1ji
+1jo
+1ju
 
-#+locale:cs
+1ĵa
+1ĵe
+1ĵi
+1ĵo
+1ĵu
+
+1ka
+1ke
+1ki
+1ko
+1ku
+
+1la
+1le
+1li
+1lo
+1lu
+
+1ma
+1me
+1mi
+1mo
+1mu
+
+1na
+1ne
+1ni
+1no
+1nu
+
+1pa
+1pe
+1pi
+1po
+1pu
+
+1ra
+1re
+1ri
+1ro
+1ru
+
+1sa
+1se
+1si
+1so
+1su
+
+1ŝa
+1ŝe
+1ŝi
+1ŝo
+1ŝu
+
+1ta
+1te
+1ti
+1to
+1tu
+
+1ŭa
+1ŭe
+1ŭi
+1ŭo
+1ŭu
+
+1va
+1ve
+1vi
+1vo
+1vu
+
+1za
+1ze
+1zi
+1zo
+1zu
+
+
+% La jenaj konsonantoj kunigitaj agas kvazaŭ unu sola sono
+
+%  -fra  -fre  -fri  -fro  -fru 
+%  -kra  -kre  -kri  -kro  -kru 
+%  -pra  -pre  -pri  -pro  -pru 
+%  -tra  -tre  -tri  -tro  -tru 
+%  -vra  -vre  -vri  -vro  -vru 
+%  -gra  -gre  -gri  -gro  -gru 
+%  -bra  -bre  -bri  -bro  -bru 
+%  -dra  -dre  -dri  -dro  -dru 
+%  -fla  -fle  -fli  -flo  -flu 
+%  -kla  -kle  -kli  -klo  -klu 
+%  -pla  -ple  -pli  -plo  -plu 
+%  -tla  -tle  -tli  -tlo  -tlu 
+%  -vla  -vle  -vli  -vlo  -vlu 
+%  -gla  -gle  -gli  -glo  -glu 
+%  -bla  -ble  -bli  -blo  -blu 
+%  -kna  -kne  -kni  -kno  -knu 
+%  -gna  -gne  -gni  -gno  -gnu 
+%  -ksa  -kse  -ksi  -kso  -ksu 
+%  -psa  -pse  -psi  -pso  -psu 
+%  -kva  -kve  -kvi  -kvo  -kvu 
+%  -gva  -gve  -gvi  -gvo  -gvu 
+%  -kŭa  -kŭe  -kŭi  -kŭo  -kŭu 
+%  -gŭa  -gŭe  -gŭi  -gŭo  -gŭu 
+%  -ĉja  -ĉje  -ĉji  -ĉjo  -ĉju 
+%  -nja  -nje  -nji  -njo  -nju 
+
+1fra
+1fre
+1fri
+1fro
+1fru
+
+1kra
+1kre
+1kri
+1kro
+1kru
+
+1pra
+1pre
+1pri
+1pro
+1pru
+
+1tra
+1tre
+1tri
+1tro
+1tru
+
+1vra
+1vre
+1vri
+1vro
+1vru
+
+1gra
+1gre
+1gri
+1gro
+1gru
+
+1bra
+1bre
+1bri
+1bro
+1bru
+
+1dra
+1dre
+1dri
+1dro
+1dru
+
+1fla
+1fle
+1fli
+1flo
+1flu
+
+1kla
+1kle
+1kli
+1klo
+1klu
+
+1pla
+1ple
+1pli
+1plo
+1plu
+
+1tla
+1tle
+1tli
+1tlo
+1tlu
+
+1vla
+1vle
+1vli
+1vlo
+1vlu
+
+1gla
+1gle
+1gli
+1glo
+1glu
+
+1bla
+1ble
+1bli
+1blo
+1blu
+
+1kna
+1kne
+1kni
+1kno
+1knu
+
+1gna
+1gne
+1gni
+1gno
+1gnu
+
+1ksa
+1kse
+1ksi
+1kso
+1ksu
+
+1psa
+1pse
+1psi
+1pso
+1psu
+
+1kva
+1kve
+1kvi
+1kvo
+1kvu
+
+1gva
+1gve
+1gvi
+1gvo
+1gvu
+
+1kŭa
+1kŭe
+1kŭi
+1kŭo
+1kŭu
+
+1gŭa
+1gŭe
+1gŭi
+1gŭo
+1gŭu
+
+1ĉja
+1ĉje
+1ĉji
+1ĉjo
+1ĉju
+
+1nja
+1nje
+1nji
+1njo
+1nju
+
+
+% Nun, la kombinoj komencantaj per S kaj Ŝ
+
+%  -sca  -sce  -sci  -sco  -scu 
+%  -sfa  -sfe  -sfi  -sfo  -sfu 
+%  -sja  -sje  -sji  -sjo  -sju 
+%  -ŝja  -ŝje  -ŝji  -ŝjo  -ŝju 
+%  -ska  -ske  -ski  -sko  -sku 
+%  -ŝka  -ŝke  -ŝki  -ŝko  -ŝku 
+%  -skla  -skle  -skli  -sklo  -sklu 
+%  -skra  -skre  -skri  -skro  -skru 
+%  -skva  -skve  -skvi  -skvo  -skvu 
+%  -skŭa  -skŭe  -skŭi  -skŭo  -skŭu 
+%  -sla  -sle  -sli  -slo  -slu 
+%  -ŝla  -ŝle  -ŝli  -ŝlo  -ŝlu 
+%  -sma  -sme  -smi  -smo  -smu 
+%  -ŝma  -ŝme  -ŝmi  -ŝmo  -ŝmu 
+%  -sna  -sne  -sni  -sno  -snu 
+%  -ŝna  -ŝne  -ŝni  -ŝno  -ŝnu 
+%  -spa  -spe  -spi  -spo  -spu 
+%  -ŝpa  -ŝpe  -ŝpi  -ŝpo  -ŝpu 
+%  -spla  -sple  -spli  -splo  -splu 
+%  -ŝpla  -ŝple  -ŝpli  -ŝplo  -ŝplu 
+%  -spra  -spre  -spri  -spro  -spru 
+%  -ŝpra  -ŝpre  -ŝpri  -ŝpro  -ŝpru 
+%  -sra  -sre  -sri  -sro  -sru 
+%  -ŝra  -ŝre  -ŝri  -ŝro  -ŝru 
+%  -sta  -ste  -sti  -sto  -stu 
+%  -ŝta  -ŝte  -ŝti  -ŝto  -ŝtu 
+%  -stra  -stre  -stri  -stro  -stru 
+%  -ŝtra  -ŝtre  -ŝtri  -ŝtro  -ŝtru 
+%  -sva  -sve  -svi  -svo  -svu 
+%  -ŝva  -ŝve  -ŝvi  -ŝvo  -ŝvu 
+
+1sca
+1sce
+1sci
+1sco
+1scu
+
+1sfa
+1sfe
+1sfi
+1sfo
+1sfu
+
+1sja
+1sje
+1sji
+1sjo
+1sju
+
+1ŝja
+1ŝje
+1ŝji
+1ŝjo
+1ŝju
+
+1ska
+1ske
+1ski
+1sko
+1sku
+
+1ŝka
+1ŝke
+1ŝki
+1ŝko
+1ŝku
+
+1skla
+1skle
+1skli
+1sklo
+1sklu
+
+1skra
+1skre
+1skri
+1skro
+1skru
+
+1skva
+1skve
+1skvi
+1skvo
+1skvu
+
+1skŭa
+1skŭe
+1skŭi
+1skŭo
+1skŭu
+
+1sla
+1sle
+1sli
+1slo
+1slu
+
+1ŝla
+1ŝle
+1ŝli
+1ŝlo
+1ŝlu
+
+1sma
+1sme
+1smi
+1smo
+1smu
+
+1ŝma
+1ŝme
+1ŝmi
+1ŝmo
+1ŝmu
+
+1sna
+1sne
+1sni
+1sno
+1snu
+
+1ŝna
+1ŝne
+1ŝni
+1ŝno
+1ŝnu
+
+1spa
+1spe
+1spi
+1spo
+1spu
+
+1ŝpa
+1ŝpe
+1ŝpi
+1ŝpo
+1ŝpu
+
+1spla
+1sple
+1spli
+1splo
+1splu
+
+1ŝpla
+1ŝple
+1ŝpli
+1ŝplo
+1ŝplu
+
+1spra
+1spre
+1spri
+1spro
+1spru
+
+1ŝpra
+1ŝpre
+1ŝpri
+1ŝpro
+1ŝpru
+
+1sra
+1sre
+1sri
+1sro
+1sru
+
+1ŝra
+1ŝre
+1ŝri
+1ŝro
+1ŝru
+
+1sta
+1ste
+1sti
+1sto
+1stu
+
+1ŝta
+1ŝte
+1ŝti
+1ŝto
+1ŝtu
+
+1stra
+1stre
+1stri
+1stro
+1stru
+
+1ŝtra
+1ŝtre
+1ŝtri
+1ŝtro
+1ŝtru
+
+1sva
+1sve
+1svi
+1svo
+1svu
+
+1ŝva
+1ŝve
+1ŝvi
+1ŝvo
+1ŝvu
+
+
+% Sed, se antaŭ S aŭ Ŝ venas vokalo aŭ [k,p,t,b,d,n,j,ŭ], S aŭ Ŝ restas apud ili
+
+%  as-c  as-f  as-j  aŝ-j  as-k  aŝ-k  as-kl  as-kr  as-kv  as-kŭ  as-l  aŝ-l  as-m  aŝ-m  as-n  aŝ-n  as-p  aŝ-p  as-pl  aŝ-pl  as-pr  aŝ-pr  as-r  aŝ-r  as-t  aŝ-t  as-tr  aŝ-tr  as-v  aŝ-v 
+%  es-c  es-f  es-j  eŝ-j  es-k  eŝ-k  es-kl  es-kr  es-kv  es-kŭ  es-l  eŝ-l  es-m  eŝ-m  es-n  eŝ-n  es-p  eŝ-p  es-pl  eŝ-pl  es-pr  eŝ-pr  es-r  eŝ-r  es-t  eŝ-t  es-tr  eŝ-tr  es-v  eŝ-v 
+%  is-c  is-f  is-j  iŝ-j  is-k  iŝ-k  is-kl  is-kr  is-kv  is-kŭ  is-l  iŝ-l  is-m  iŝ-m  is-n  iŝ-n  is-p  iŝ-p  is-pl  iŝ-pl  is-pr  iŝ-pr  is-r  iŝ-r  is-t  iŝ-t  is-tr  iŝ-tr  is-v  iŝ-v 
+%  os-c  os-f  os-j  oŝ-j  os-k  oŝ-k  os-kl  os-kr  os-kv  os-kŭ  os-l  oŝ-l  os-m  oŝ-m  os-n  oŝ-n  os-p  oŝ-p  os-pl  oŝ-pl  os-pr  oŝ-pr  os-r  oŝ-r  os-t  oŝ-t  os-tr  oŝ-tr  os-v  oŝ-v 
+%  us-c  us-f  us-j  uŝ-j  us-k  uŝ-k  us-kl  us-kr  us-kv  us-kŭ  us-l  uŝ-l  us-m  uŝ-m  us-n  uŝ-n  us-p  uŝ-p  us-pl  uŝ-pl  us-pr  uŝ-pr  us-r  uŝ-r  us-t  uŝ-t  us-tr  uŝ-tr  us-v  uŝ-v 
+%  ks-c  ks-f  ks-j  kŝ-j  ks-k  kŝ-k  ks-kl  ks-kr  ks-kv  ks-kŭ  ks-l  kŝ-l  ks-m  kŝ-m  ks-n  kŝ-n  ks-p  kŝ-p  ks-pl  kŝ-pl  ks-pr  kŝ-pr  ks-r  kŝ-r  ks-t  kŝ-t  ks-tr  kŝ-tr  ks-v  kŝ-v 
+%  ps-c  ps-f  ps-j  pŝ-j  ps-k  pŝ-k  ps-kl  ps-kr  ps-kv  ps-kŭ  ps-l  pŝ-l  ps-m  pŝ-m  ps-n  pŝ-n  ps-p  pŝ-p  ps-pl  pŝ-pl  ps-pr  pŝ-pr  ps-r  pŝ-r  ps-t  pŝ-t  ps-tr  pŝ-tr  ps-v  pŝ-v 
+%  ts-c  ts-f  ts-j  tŝ-j  ts-k  tŝ-k  ts-kl  ts-kr  ts-kv  ts-kŭ  ts-l  tŝ-l  ts-m  tŝ-m  ts-n  tŝ-n  ts-p  tŝ-p  ts-pl  tŝ-pl  ts-pr  tŝ-pr  ts-r  tŝ-r  ts-t  tŝ-t  ts-tr  tŝ-tr  ts-v  tŝ-v 
+%  bs-c  bs-f  bs-j  bŝ-j  bs-k  bŝ-k  bs-kl  bs-kr  bs-kv  bs-kŭ  bs-l  bŝ-l  bs-m  bŝ-m  bs-n  bŝ-n  bs-p  bŝ-p  bs-pl  bŝ-pl  bs-pr  bŝ-pr  bs-r  bŝ-r  bs-t  bŝ-t  bs-tr  bŝ-tr  bs-v  bŝ-v 
+%  ds-c  ds-f  ds-j  dŝ-j  ds-k  dŝ-k  ds-kl  ds-kr  ds-kv  ds-kŭ  ds-l  dŝ-l  ds-m  dŝ-m  ds-n  dŝ-n  ds-p  dŝ-p  ds-pl  dŝ-pl  ds-pr  dŝ-pr  ds-r  dŝ-r  ds-t  dŝ-t  ds-tr  dŝ-tr  ds-v  dŝ-v 
+%  ns-c  ns-f  ns-j  nŝ-j  ns-k  nŝ-k  ns-kl  ns-kr  ns-kv  ns-kŭ  ns-l  nŝ-l  ns-m  nŝ-m  ns-n  nŝ-n  ns-p  nŝ-p  ns-pl  nŝ-pl  ns-pr  nŝ-pr  ns-r  nŝ-r  ns-t  nŝ-t  ns-tr  nŝ-tr  ns-v  nŝ-v 
+%  js-c  js-f  js-j  jŝ-j  js-k  jŝ-k  js-kl  js-kr  js-kv  js-kŭ  js-l  jŝ-l  js-m  jŝ-m  js-n  jŝ-n  js-p  jŝ-p  js-pl  jŝ-pl  js-pr  jŝ-pr  js-r  jŝ-r  js-t  jŝ-t  js-tr  jŝ-tr  js-v  jŝ-v 
+%  ŭs-c  ŭs-f  ŭs-j  ŭŝ-j  ŭs-k  ŭŝ-k  ŭs-kl  ŭs-kr  ŭs-kv  ŭs-kŭ  ŭs-l  ŭŝ-l  ŭs-m  ŭŝ-m  ŭs-n  ŭŝ-n  ŭs-p  ŭŝ-p  ŭs-pl  ŭŝ-pl  ŭs-pr  ŭŝ-pr  ŭs-r  ŭŝ-r  ŭs-t  ŭŝ-t  ŭs-tr  ŭŝ-tr  ŭs-v  ŭŝ-v 
+
+a2s1c
+a2s1f
+a2s1j
+a2ŝ1j
+a2s1k
+a2ŝ1k
+a2s1kl
+a2s1kr
+a2s1kv
+a2s1kŭ
+a2s1l
+a2ŝ1l
+a2s1m
+a2ŝ1m
+a2s1n
+a2ŝ1n
+a2s1p
+a2ŝ1p
+a2s1pl
+a2ŝ1pl
+a2s1pr
+a2ŝ1pr
+a2s1r
+a2ŝ1r
+a2s1t
+a2ŝ1t
+a2s1tr
+a2ŝ1tr
+a2s1v
+a2ŝ1v
+
+e2s1c
+e2s1f
+e2s1j
+e2ŝ1j
+e2s1k
+e2ŝ1k
+e2s1kl
+e2s1kr
+e2s1kv
+e2s1kŭ
+e2s1l
+e2ŝ1l
+e2s1m
+e2ŝ1m
+e2s1n
+e2ŝ1n
+e2s1p
+e2ŝ1p
+e2s1pl
+e2ŝ1pl
+e2s1pr
+e2ŝ1pr
+e2s1r
+e2ŝ1r
+e2s1t
+e2ŝ1t
+e2s1tr
+e2ŝ1tr
+e2s1v
+e2ŝ1v
+
+i2s1c
+i2s1f
+i2s1j
+i2ŝ1j
+i2s1k
+i2ŝ1k
+i2s1kl
+i2s1kr
+i2s1kv
+i2s1kŭ
+i2s1l
+i2ŝ1l
+i2s1m
+i2ŝ1m
+i2s1n
+i2ŝ1n
+i2s1p
+i2ŝ1p
+i2s1pl
+i2ŝ1pl
+i2s1pr
+i2ŝ1pr
+i2s1r
+i2ŝ1r
+i2s1t
+i2ŝ1t
+i2s1tr
+i2ŝ1tr
+i2s1v
+i2ŝ1v
+
+o2s1c
+o2s1f
+o2s1j
+o2ŝ1j
+o2s1k
+o2ŝ1k
+o2s1kl
+o2s1kr
+o2s1kv
+o2s1kŭ
+o2s1l
+o2ŝ1l
+o2s1m
+o2ŝ1m
+o2s1n
+o2ŝ1n
+o2s1p
+o2ŝ1p
+o2s1pl
+o2ŝ1pl
+o2s1pr
+o2ŝ1pr
+o2s1r
+o2ŝ1r
+o2s1t
+o2ŝ1t
+o2s1tr
+o2ŝ1tr
+o2s1v
+o2ŝ1v
+
+u2s1c
+u2s1f
+u2s1j
+u2ŝ1j
+u2s1k
+u2ŝ1k
+u2s1kl
+u2s1kr
+u2s1kv
+u2s1kŭ
+u2s1l
+u2ŝ1l
+u2s1m
+u2ŝ1m
+u2s1n
+u2ŝ1n
+u2s1p
+u2ŝ1p
+u2s1pl
+u2ŝ1pl
+u2s1pr
+u2ŝ1pr
+u2s1r
+u2ŝ1r
+u2s1t
+u2ŝ1t
+u2s1tr
+u2ŝ1tr
+u2s1v
+u2ŝ1v
+
+k2s1c
+k2s1f
+k2s1j
+k2ŝ1j
+k2s1k
+k2ŝ1k
+k2s1kl
+k2s1kr
+k2s1kv
+k2s1kŭ
+k2s1l
+k2ŝ1l
+k2s1m
+k2ŝ1m
+k2s1n
+k2ŝ1n
+k2s1p
+k2ŝ1p
+k2s1pl
+k2ŝ1pl
+k2s1pr
+k2ŝ1pr
+k2s1r
+k2ŝ1r
+k2s1t
+k2ŝ1t
+k2s1tr
+k2ŝ1tr
+k2s1v
+k2ŝ1v
+
+p2s1c
+p2s1f
+p2s1j
+p2ŝ1j
+p2s1k
+p2ŝ1k
+p2s1kl
+p2s1kr
+p2s1kv
+p2s1kŭ
+p2s1l
+p2ŝ1l
+p2s1m
+p2ŝ1m
+p2s1n
+p2ŝ1n
+p2s1p
+p2ŝ1p
+p2s1pl
+p2ŝ1pl
+p2s1pr
+p2ŝ1pr
+p2s1r
+p2ŝ1r
+p2s1t
+p2ŝ1t
+p2s1tr
+p2ŝ1tr
+p2s1v
+p2ŝ1v
+
+t2s1c
+t2s1f
+t2s1j
+t2ŝ1j
+t2s1k
+t2ŝ1k
+t2s1kl
+t2s1kr
+t2s1kv
+t2s1kŭ
+t2s1l
+t2ŝ1l
+t2s1m
+t2ŝ1m
+t2s1n
+t2ŝ1n
+t2s1p
+t2ŝ1p
+t2s1pl
+t2ŝ1pl
+t2s1pr
+t2ŝ1pr
+t2s1r
+t2ŝ1r
+t2s1t
+t2ŝ1t
+t2s1tr
+t2ŝ1tr
+t2s1v
+t2ŝ1v
+
+b2s1c
+b2s1f
+b2s1j
+b2ŝ1j
+b2s1k
+b2ŝ1k
+b2s1kl
+b2s1kr
+b2s1kv
+b2s1kŭ
+b2s1l
+b2ŝ1l
+b2s1m
+b2ŝ1m
+b2s1n
+b2ŝ1n
+b2s1p
+b2ŝ1p
+b2s1pl
+b2ŝ1pl
+b2s1pr
+b2ŝ1pr
+b2s1r
+b2ŝ1r
+b2s1t
+b2ŝ1t
+b2s1tr
+b2ŝ1tr
+b2s1v
+b2ŝ1v
+
+d2s1c
+d2s1f
+d2s1j
+d2ŝ1j
+d2s1k
+d2ŝ1k
+d2s1kl
+d2s1kr
+d2s1kv
+d2s1kŭ
+d2s1l
+d2ŝ1l
+d2s1m
+d2ŝ1m
+d2s1n
+d2ŝ1n
+d2s1p
+d2ŝ1p
+d2s1pl
+d2ŝ1pl
+d2s1pr
+d2ŝ1pr
+d2s1r
+d2ŝ1r
+d2s1t
+d2ŝ1t
+d2s1tr
+d2ŝ1tr
+d2s1v
+d2ŝ1v
+
+n2s1c
+n2s1f
+n2s1j
+n2ŝ1j
+n2s1k
+n2ŝ1k
+n2s1kl
+n2s1kr
+n2s1kv
+n2s1kŭ
+n2s1l
+n2ŝ1l
+n2s1m
+n2ŝ1m
+n2s1n
+n2ŝ1n
+n2s1p
+n2ŝ1p
+n2s1pl
+n2ŝ1pl
+n2s1pr
+n2ŝ1pr
+n2s1r
+n2ŝ1r
+n2s1t
+n2ŝ1t
+n2s1tr
+n2ŝ1tr
+n2s1v
+n2ŝ1v
+
+j2s1c
+j2s1f
+j2s1j
+j2ŝ1j
+j2s1k
+j2ŝ1k
+j2s1kl
+j2s1kr
+j2s1kv
+j2s1kŭ
+j2s1l
+j2ŝ1l
+j2s1m
+j2ŝ1m
+j2s1n
+j2ŝ1n
+j2s1p
+j2ŝ1p
+j2s1pl
+j2ŝ1pl
+j2s1pr
+j2ŝ1pr
+j2s1r
+j2ŝ1r
+j2s1t
+j2ŝ1t
+j2s1tr
+j2ŝ1tr
+j2s1v
+j2ŝ1v
+
+ŭ2s1c
+ŭ2s1f
+ŭ2s1j
+ŭ2ŝ1j
+ŭ2s1k
+ŭ2ŝ1k
+ŭ2s1kl
+ŭ2s1kr
+ŭ2s1kv
+ŭ2s1kŭ
+ŭ2s1l
+ŭ2ŝ1l
+ŭ2s1m
+ŭ2ŝ1m
+ŭ2s1n
+ŭ2ŝ1n
+ŭ2s1p
+ŭ2ŝ1p
+ŭ2s1pl
+ŭ2ŝ1pl
+ŭ2s1pr
+ŭ2ŝ1pr
+ŭ2s1r
+ŭ2ŝ1r
+ŭ2s1t
+ŭ2ŝ1t
+ŭ2s1tr
+ŭ2ŝ1tr
+ŭ2s1v
+ŭ2ŝ1v
+
+
+% Esceptoj
+
+3p2neŭ
+hi3p2n
+3ka2p3n
+# liblouis: Letters with accents (without ä ö ü)
+#
+#  Copyright (C) 2018 SBS Schweizerische Bibliothek für Blinde, Seh- und Lesebehinderte
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+#
+#-------------------------------------------------------------------------------
+
+uplow        \x00C0\x00E0      4-1           Àà  &#192;&#224;   LATIN LETTER A WITH GRAVE
+uplow        \x00C1\x00E1      4-1           Áá  &#193;&#225;   LATIN LETTER A WITH ACUTE
+uplow        \x00C2\x00E2      4-1           Ââ  &#194;&#226;   LATIN LETTER A WITH CIRCUMFLEX
+uplow        \x00C3\x00E3      4-1           Ãã  &#195;&#227;   LATIN LETTER A WITH TILDE
+uplow        \x00C5\x00E5      4-1           Åå  &#197;&#229;   LATIN LETTER A WITH RING ABOVE
+uplow        \x00C6\x00E6      1-15          Ææ  &#198;&#230;   LATIN LETTER AE
+uplow        \x00C7\x00E7      4-14          Çç  &#199;&#231;   LATIN LETTER C WITH CEDILLA
+uplow        \x00C8\x00E8      4-15          Èè  &#200;&#232;   LATIN LETTER E WITH GRAVE
+uplow        \x00C9\x00E9      4-15          Éé  &#201;&#233;   LATIN LETTER E WITH ACUTE
+uplow        \x00CA\x00EA      4-15          Êê  &#202;&#234;   LATIN LETTER E WITH CIRCUMFLEX
+uplow        \x00CB\x00EB      4-15          Ëë  &#203;&#235;   LATIN LETTER E WITH DIAERESIS
+uplow        \x00CC\x00EC      4-24          Ìì  &#204;&#236;   LATIN LETTER I WITH GRAVE
+uplow        \x00CD\x00ED      4-24          Íí  &#205;&#237;   LATIN LETTER I WITH ACUTE
+uplow        \x00CE\x00EE      4-24          Îî  &#206;&#238;   LATIN LETTER I WITH CIRCUMFLEX
+uplow        \x00CF\x00EF      4-24          Ïï  &#207;&#239;   LATIN LETTER I WITH DIAERESIS
+uplow        \x00D0\x00F0      4-145         Ðð  &#208;&#240;   LATIN LETTER ETH
+uplow        \x00D1\x00F1      4-1345        Ññ  &#209;&#241;   LATIN LETTER N WITH TILDE
+uplow        \x00D2\x00F2      4-135         Òò  &#210;&#242;   LATIN LETTER O WITH GRAVE
+uplow        \x00D3\x00F3      4-135         Óó  &#211;&#243;   LATIN LETTER O WITH ACUTE
+uplow        \x00D4\x00F4      4-135         Ôô  &#212;&#244;   LATIN LETTER O WITH CIRCUMFLEX
+uplow        \x00D5\x00F5      4-135         Õõ  &#213;&#245;   LATIN LETTER O WITH TILDE
+uplow        \x00D8\x00F8      4-135         Øø  &#216;&#248;   LATIN LETTER O WITH STROKE
+uplow        \x00D9\x00F9      4-136         Ùù  &#217;&#249;   LATIN LETTER U WITH GRAVE
+uplow        \x00DA\x00FA      4-136         Úú  &#218;&#250;   LATIN LETTER U WITH ACUTE
+uplow        \x00DB\x00FB      4-136         Ûû  &#219;&#251;   LATIN LETTER U WITH CIRCUMFLEX
+uplow        \x00DD\x00FD      4-13456       Ýý  &#221;&#253;   LATIN LETTER Y WITH ACUTE
+uplow        \x00DE\x00FE      4-2345        Þþ  &#222;&#254;   LATIN LETTER THORN
+uplow        \x0178\x00FF      4-13456       Ÿÿ  &#255;&#376;   LATIN LETTER Y WITH DIAERESIS
+uplow        \x0152\x0153      135-15        Œœ  &#338;&#339;   LATIN LIGATURE OE
+
+uplow        \x0100\x0101      4-1           Āā  &#256;&#257;   LATIN LETTER A WITH MACRON
+uplow        \x0102\x0103      4-1           Ăă  &#258;&#259;   LATIN LETTER A WITH BREVE
+uplow        \x0104\x0105      4-1           Ąą  &#260;&#261;   LATIN LETTER A WITH OGONEK
+uplow        \x0106\x0107      4-14          Ćć  &#262;&#263;   LATIN LETTER C WITH ACUTE
+uplow        \x0108\x0109      4-14          Ĉĉ  &#264;&#265;   LATIN LETTER C WITH CIRCUMFLEX
+uplow        \x010A\x010B      4-14          Ċċ  &#266;&#267;   LATIN LETTER C WITH DOT ABOVE
+uplow        \x010C\x010D      4-14          Čč  &#268;&#269;   LATIN LETTER C WITH CARON
+uplow        \x010E\x010F      4-145         Ďď  &#270;&#271;   LATIN LETTER D WITH CARON
+uplow        \x0110\x0111      4-145         Đđ  &#272;&#273;   LATIN LETTER D WITH STROKE
+uplow        \x0112\x0113      4-15          Ēē  &#274;&#275;   LATIN LETTER E WITH MACRON
+uplow        \x0116\x0117      4-15          Ėė  &#278;&#279;   LATIN LETTER E WITH DOT ABOVE
+uplow        \x0118\x0119      4-15          Ęę  &#280;&#281;   LATIN LETTER E WITH OGONEK
+uplow        \x011A\x011B      4-15          Ěě  &#282;&#283;   LATIN LETTER E WITH CARON
+uplow        \x011E\x011F      4-1245        Ğğ  &#286;&#287;   LATIN LETTER G WITH BREVE
+uplow        \x0122\x0123      4-1245        Ģģ  &#290;&#291;   LATIN LETTER G WITH CEDILLA
+uplow        \x0124\x0125      4-125         Ĥĥ  &#292;&#293;   LATIN LETTER H WITH CIRCUMFLEX
+uplow        \x0126\x0127      4-125         Ħħ  &#294;&#295;   LATIN LETTER H WITH STROKE
+uplow        \x0128\x0129      4-24          Ĩĩ  &#296;&#297;   LATIN LETTER I WITH TILDE
+uplow        \x012A\x012B      4-24          Īī  &#298;&#299;   LATIN LETTER I WITH MACRON
+uplow        \x012E\x012F      4-24          Įį  &#302;&#303;   LATIN LETTER I WITH OGONEK
+uplow        \x0130\x0131      4-24          İı  &#304;&#305;   LATIN CAPITAL LETTER I WITH DOT ABOVE - LATIN SMALL LETTER DOTLESS I
+uplow        \x0132\x0133      4-245         IJij  &#306;&#307;   LATIN LIGATURE IJ
+uplow        \x0134\x0135      4-245         Ĵĵ  &#308;&#309;   LATIN LETTER J WITH CIRCUMFLEX
+uplow        \x0136\x0137      4-13          Ķķ  &#310;&#311;   LATIN LETTER K WITH CEDILLA
+uplow        \x0139\x013A      4-123         Ĺĺ  &#313;&#314;   LATIN LETTER L WITH ACUTE
+uplow        \x013B\x013C      4-123         Ļļ  &#315;&#316;   LATIN LETTER L WITH CEDILLA
+uplow        \x013D\x013E      4-123         Ľľ  &#317;&#318;   LATIN LETTER L WITH CARON
+uplow        \x013F\x0140      4-123         Ŀŀ  &#319;&#320;   LATIN LETTER L WITH MIDDLE DOT
+uplow        \x0141\x0142      4-123         Łł  &#321;&#322;   LATIN LETTER L WITH STROKE
+uplow        \x0143\x0144      4-1345        Ńń  &#323;&#324;   LATIN LETTER N WITH ACUTE
+uplow        \x0145\x0146      4-1345        Ņņ  &#325;&#326;   LATIN LETTER N WITH CEDILLA
+uplow        \x0147\x0148      4-1345        Ňň  &#327;&#328;   LATIN LETTER N WITH CARON
+uplow        \x014A\x014B      4-1345        Ŋŋ  &#330;&#331;   LATIN LETTER ENG
+uplow        \x014C\x014D      4-135         Ōō  &#332;&#333;   LATIN LETTER O WITH MACRON
+uplow        \x014E\x014F      4-135         Ŏŏ  &#334;&#335;   LATIN LETTER O WITH BREVE
+uplow        \x0150\x0151      4-135         Őő  &#336;&#337;   LATIN LETTER O WITH DOUBLE ACUTE
+uplow        \x0154\x0155      4-1235        Ŕŕ  &#340;&#341;   LATIN LETTER R WITH ACUTE
+uplow        \x0156\x0157      4-1235        Ŗŗ  &#342;&#343;   LATIN LETTER R WITH CEDILLA
+uplow        \x0158\x0159      4-1235        Řř  &#344;&#345;   LATIN LETTER R WITH CARON
+uplow        \x015A\x015B      4-234         Śś  &#346;&#347;   LATIN LETTER S WITH ACUTE
+uplow        \x015C\x015D      4-234         Ŝŝ  &#348;&#349;   LATIN LETTER S WITH CIRCUMFLEX
+uplow        \x015E\x015F      4-234         Şş  &#350;&#351;   LATIN LETTER S WITH CEDILLA
+uplow        \x0160\x0161      4-234         Šš  &#352;&#353;   LATIN LETTER S WITH CARON
+uplow        \x0218\x0219      4-234         Șș                 LATIN LETTER S WITH COMMA BELOW
+uplow        \x0162\x0163      4-2345        Ţţ  &#354;&#355;   LATIN LETTER T WITH CEDILLA
+uplow        \x0164\x0165      4-2345        Ťť  &#356;&#357;   LATIN LETTER T WITH CARON
+uplow        \x0166\x0167      4-2345        Ŧŧ  &#358;&#359;   LATIN LETTER T WITH STROKE
+uplow        \x021A\x021B      4-2345        Țț                 LATIN LETTER T WITH COMMA BELOW
+uplow        \x0168\x0169      4-136         Ũũ  &#360;&#361;   LATIN LETTER U WITH TILDE
+uplow        \x016A\x016B      4-136         Ūū  &#362;&#363;   LATIN LETTER U WITH MACRON
+uplow        \x016C\x016D      4-136         Ŭŭ  &#364;&#365;   LATIN LETTER U WITH BREVE
+uplow        \x016E\x016F      4-136         Ůů  &#366;&#367;   LATIN LETTER U WITH RING ABOVE
+uplow        \x0170\x0171      4-136         Űű  &#368;&#369;   LATIN LETTER U WITH DOUBLE ACUTE
+uplow        \x0172\x0173      4-136         Ųų  &#370;&#371;   LATIN LETTER U WITH OGONEK
+uplow        \x0174\x0175      4-2456        Ŵŵ  &#372;&#373;   LATIN LETTER W WITH CIRCUMFLEX
+uplow        \x0176\x0177      4-13456       Ŷŷ  &#374;&#375;   LATIN LETTER Y WITH CIRCUMFLEX
+uplow        \x0179\x017A      4-1356        Źź  &#377;&#378;   LATIN LETTER Z WITH ACUTE
+uplow        \x017B\x017C      4-1356        Żż  &#379;&#380;   LATIN LETTER Z WITH DOT ABOVE
+uplow        \x017D\x017E      4-1356        Žž  &#381;&#382;   LATIN LETTER Z WITH CARON
+uplow        \x01CD\x01CE      4-1           Ǎǎ  &#461;&#462;   LATIN LETTER A WITH CARON
+uplow        \x1E80\x1E81      4-2456        Ẁẁ  &#7808;&#7809; LATIN LETTER W WITH GRAVE
+uplow        \x1E82\x1E83      4-2456        Ẃẃ  &#7810;&#7811; LATIN LETTER W WITH ACUTE
+uplow        \x1E84\x1E85      4-2456        Ẅẅ  &#7812;&#7813; LATIN LETTER W WITH DIAERESIS
+uplow        \x1EF2\x1EF3      4-13456       Ỳỳ  &#7922;&#7923; LATIN LETTER Y WITH GRAVE
+
+#-index-name: Mandarin, mainland China, without tones
+#-display-name: Chinese braille without tones, for simplified Chinese characters
+
+#+locale:cmn-Hans-CN
+#+type:literary
+#+system:cmn-traditional
+#+variant:no-tone
+
+# We corresponded to Braille and the simplify Chinese characters
+# referring to the rules of a book named the website linking
+# http://blog.chinaunix.net/uid-25544300-id-3281847.html. And first we
+# looked up the Chinese character coding rules turning to the Unicode
+# and download the library. Then what we need was the rules of Chinese
+# pinyin text to Braille referring to the web link
+# http://www.doc88.com/p-387479699152.html. In order to achieve the
+# function we wrote the code with CPP
+
+include zh-chn.ctb
+include braille-patterns.cti
+# This table contains braille codes and rules for Manipuri Grade 1 and includes English grade 1
+#
+# Copyright (C) 2014 National Institute for Visually Handicapped, 116, Rajpur Road, Dehradun, Uttrakhand, India
+#
+# This file is part of liblouis.
+#
+# liblouis is free software: you can redistribute it and/or modify it
+# under the terms of the GNU Lesser General Public License as
+# published by the Free Software Foundation, either version 2.1 of the
+# License, or (at your option) any later version.
+#
+# liblouis is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with liblouis. If not, see
+# <http://www.gnu.org/licenses/>.
+
+# This table is built and maintained under an activity of Braille Council of India
+# Contributors: Dipendra Manocha, Sreeja, Dinesh Kaushal, Mesar Hameed
+# Last updated on May 5, 2014
+# To report any bugs or any suggestion, please write to d@saksham.org and sreeja.param@gmail.com
+
+include bengali.cti
+include en-in-g1.ctb
+Most of the liblouis tables in this subdirectory were supplied by
+ViewPlus Technologies, Inc.
+
+The hyphenation tables are the ones used in TeX and OpenOffice.
+
+
+
+#  Copyright (C) 2016 by Simone Dal Maso <simone.dalmaso@juvox.it>
+
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+#
+
+#--- Polytonic greek extended character set
+lowercase  \x1F00  1   # small alpha with psili
+lowercase  \x1F01  125-1   # small alpha with dasia
+lowercase  \x1F02  12356   # small alpha with psili and varia
+lowercase  \x1F03  125-12356   # small alpha with dasia and varia
+lowercase  \x1F04  345   # small alpha with psili and oxia
+lowercase  \x1F05  125-345   # small alpha with dasia and oxia
+lowercase  \x1F06  16   # small alpha with psili and perispomeni
+lowercase  \x1F07  125-16   # small alpha with dasia and perispomeni
+uppercase  \x1F08  17   # capital alpha with psili
+uppercase  \x1F09  125-17   # capital alpha with dasia
+uppercase  \x1F0A  12356   # capital alpha with psili and varia
+uppercase  \x1F0B  125-123567   # capital alpha with dasia and varia
+uppercase  \x1F0C  3457   # capital alpha with psili and oxia
+uppercase  \x1F0D  125-23457   # capital alpha with dasia and oxia
+uppercase  \x1F0E  167   # capital alpha with psili and perispomeni
+uppercase  \x1F0F  125-167   # capital alpha with dasia and perispomeni
+lowercase  \x1F10  15   # small epsilon with psili
+lowercase  \x1F11  125-15   # small epsilon with dasia
+lowercase  \x1F12  14   # small epsilon with psili and varia
+lowercase  \x1F13  125-14   # small epsilon with dasia and varia
+lowercase  \x1F14  1246   # small epsilon with psili and oxia
+lowercase  \x1F15  125-1246   # small epsilon with dasia and oxia
+uppercase  \x1F18  157   # capital epsilon with psili
+uppercase  \x1F19  125-157   # capital epsilon with dasia
+uppercase  \x1F1A  12467   # capital epsilon with psili and varia
+uppercase  \x1F1B  125-12467   # capital epsilon with dasia and varia
+uppercase  \x1F1C  12467   # capital epsilon with psili and oxia
+uppercase  \x1F1D  125-12467   # capital epsilon with dasia and oxia
+lowercase  \x1F20  156   # small eta with psili
+lowercase  \x1F21  125-156   # small eta with dasia
+lowercase  \x1F22  2346   # small eta with psili and varia
+lowercase  \x1F23  125-2346   # small eta with dasia and varia
+lowercase  \x1F24  123456   # small eta with psili and oxia
+lowercase  \x1F25  125-123456   # small eta with dasia and oxia
+lowercase  \x1F26  126   # small eta with psili and perispomeni
+lowercase  \x1F27  125-126   # small eta with dasia and perispomeni
+uppercase  \x1F28  1567   # capital eta with psili
+uppercase  \x1F29  125-1567   # capital eta with dasia
+uppercase  \x1F2A  23467   # capital eta with psili and varia
+uppercase  \x1F2B  125-23467   # capital eta with dasia and varia
+uppercase  \x1F2C  1234567   # capital eta with psili and oxia
+uppercase  \x1F2D  125-1234567   # capital eta with dasia and oxia
+uppercase  \x1F2E  1267   # capital eta with psili and perispomeni
+uppercase  \x1F2F  125-1267   # capital eta with dasia and perispomeni
+lowercase  \x1F30  24   # small iota with psili
+lowercase  \x1F31  125-24   # small iota with dasia
+lowercase  \x1F32  34   # small iota with psili and varia
+lowercase  \x1F33  125-34   # small iota with dasia and varia
+lowercase  \x1F34  12456   # small iota with psili and oxia
+lowercase  \x1F35  125-12456   # small iota with dasia and oxia
+lowercase  \x1F36  1467   # small iota with psili and perispomeni
+lowercase  \x1F37  125-146   # small iota with dasia and perispomeni
+uppercase  \x1F38  247   # capital iota with psili
+uppercase  \x1F39  125-247   # capital iota with dasia
+uppercase  \x1F3A  347   # capital iota with psili and varia
+uppercase  \x1F3B  125-347   # capital iota with dasia and varia
+uppercase  \x1F3C  124567   # capital iota with psili and oxia
+uppercase  \x1F3D  125-124567   # capital iota with dasia and oxia
+uppercase  \x1F3E  1467   # capital iota with psili and perispomeni
+uppercase  \x1F3F  125-1467   # capital iota with dasia and perispomeni
+lowercase  \x1F40  135   # small omicron with psili
+lowercase  \x1F41  125-135   # small omicron with dasia
+lowercase  \x1F42  346   # small omicron with psili and varia
+lowercase  \x1F43  125-346   # small omicron with dasia and varia
+lowercase  \x1F44  246   # small omicron with psili and oxia
+lowercase  \x1F45  125-246   # small omicron with dasia and oxia
+uppercase  \x1F48  1357   # capital omicron with psili
+uppercase  \x1F49  125-1357   # capital omicron with dasia
+uppercase  \x1F4A  3467   # capital omicron with psili and varia
+uppercase  \x1F4B  125-3467   # capital omicron with dasia and varia
+uppercase  \x1F4C  2467   # capital omicron with psili and oxia
+uppercase  \x1F4D  125-2467   # capital omicron with dasia and oxia
+lowercase  \x1F50  136   # small upsilon with psili
+lowercase  \x1F51  125-136   # small upsilon with dasia
+lowercase  \x1F52  23456   # small upsilon with psili and varia
+lowercase  \x1F53  125-23456   # small upsilon with dasia and varia
+lowercase  \x1F54  1256   # small upsilon with psili and oxia
+lowercase  \x1F55  125-1256   # small upsilon with dasia and oxia
+lowercase  \x1F56  1236   # small upsilon with psili and perispomeni
+lowercase  \x1F57  125-1236   # small upsilon with dasia and perispomeni
+uppercase  \x1F59  125-1367   # capital upsilon with dasia
+uppercase  \x1F5B  125-234567   # capital upsilon with dasia and varia
+uppercase  \x1F5D  125-12567   # capital upsilon with dasia and oxia
+uppercase  \x1F5F  125-12367   # capital upsilon with dasia and perispomeni
+lowercase  \x1F60  2456   # small omega with psili
+lowercase  \x1F61  125-2456   # small omega with dasia
+lowercase  \x1F62  12345   # small omega with psili and varia
+lowercase  \x1F63  125-12345   # small omega with dasia and varia
+lowercase  \x1F64  245   # small omega with psili and oxia
+lowercase  \x1F65  125-245   # small omega with dasia and oxia
+lowercase  \x1F66  3456   # small omega with psili and perispomeni
+lowercase  \x1F67  125-3456   # small omega with dasia and perispomeni
+uppercase  \x1F68  24567   # capital omega with psili
+uppercase  \x1F69  125-24567   # capital omega with dasia
+uppercase  \x1F6A  125-123457   # capital omega with psili and varia
+uppercase  \x1F6B  125-123457   # capital omega with dasia and varia
+uppercase  \x1F6C  2457   # capital omega with psili and oxia
+uppercase  \x1F6D  125-2457   # capital omega with dasia and oxia
+uppercase  \x1F6E  34567   # capital omega with psili and perispomeni
+uppercase  \x1F6F  125-34567   # capital omega with dasia and perispomeni
+lowercase  \x1F70  12356   # small alpha with varia
+lowercase  \x1F71  345   # small alpha with oxia
+lowercase  \x1F72  14   # small epsilon with varia
+lowercase  \x1F73  1246   # small epsilon with oxia
+lowercase  \x1F74  2346   # small eta with varia
+lowercase  \x1F75  123456   # small eta with oxia
+lowercase  \x1F76  34   # small iota with varia
+lowercase  \x1F77  12456   # small iota with oxia
+lowercase  \x1F78  346   # small omicron with varia
+lowercase  \x1F79  246   # small omicron with oxia
+lowercase  \x1F7A  23456   # small upsilon with varia
+lowercase  \x1F7B  1256   # small upsilon with oxia
+lowercase  \x1F7C  12345   # small omega with varia
+lowercase  \x1F7D  245   # small omega with oxia
+lowercase  \x1F80  18   # small alpha with psili and ypogegrammeni
+lowercase  \x1F81  125-18   # small alpha with dasia and ypogegrammeni
+lowercase  \x1F82  123568   # small alpha with psili and varia and ypogegrammeni
+lowercase  \x1F83  125-123568   # small alpha with dasia and varia and ypogegrammeni
+lowercase  \x1F84  3458   # small alpha with psili and oxia and ypogegrammeni
+lowercase  \x1F85  125-3458   # small alpha with dasia and oxia and ypogegrammeni
+lowercase  \x1F86  168   # small alpha with psili and perispomeni and ypogegrammeni
+lowercase  \x1F87  125-168   # small alpha with dasia and perispomeni and ypogegrammeni
+uppercase  \x1F88  178   # capital alpha with psili and prosgegrammeni
+uppercase  \x1F89  125-178   # capital alpha with dasia and prosgegrammeni
+uppercase  \x1F8A  1235678   # capital alpha with psili and varia and prosgegrammeni
+uppercase  \x1F8B  125-1235678   # capital alpha with dasia and varia and prosgegrammeni
+uppercase  \x1F8C  34578   # capital alpha with psili and oxia and prosgegrammeni
+uppercase  \x1F8D  125-34578   # capital alpha with dasia and oxia and prosgegrammeni
+uppercase  \x1F8E  1678   # capital alpha with psili and perispomeni and prosgegrammeni
+uppercase  \x1F8F  125-1678   # capital alpha with dasia and perispomeni and prosgegrammeni
+lowercase  \x1F90  1568   # small eta with psili and ypogegrammeni
+lowercase  \x1F91  125-1568   # small eta with dasia and ypogegrammeni
+lowercase  \x1F92  23468   # small eta with psili and varia and ypogegrammeni
+lowercase  \x1F93  125-23468   # small eta with dasia and varia and ypogegrammeni
+lowercase  \x1F94  1234568   # small eta with psili and oxia and ypogegrammeni
+lowercase  \x1F95  125-1234568   # small eta with dasia and oxia and ypogegrammeni
+lowercase  \x1F96  1268   # small eta with psili and perispomeni and ypogegrammeni
+lowercase  \x1F97  125-1268   # small eta with dasia and perispomeni and ypogegrammeni
+uppercase  \x1F98  15678   # capital eta with psili and prosgegrammeni
+uppercase  \x1F99  125-15678   # capital eta with dasia and prosgegrammeni
+uppercase  \x1F9A  234678   # capital eta with psili and varia and prosgegrammeni
+uppercase  \x1F9B  125-234678   # capital eta with dasia and varia and prosgegrammeni
+uppercase  \x1F9C  12345678   # capital eta with psili and oxia and prosgegrammeni
+uppercase  \x1F9D  125-12345678   # capital eta with dasia and oxia and prosgegrammeni
+uppercase  \x1F9E  12678   # capital eta with psili and perispomeni and prosgegrammeni
+uppercase  \x1F9F  125-12678   # capital eta with dasia and perispomeni and prosgegrammeni
+lowercase  \x1FA0  24568   # small omega with psili and ypogegrammeni
+lowercase  \x1FA1  125-24568   # small omega with dasia and ypogegrammeni
+lowercase  \x1FA2  123458   # small omega with psili and varia and ypogegrammeni
+lowercase  \x1FA3  125-123458   # small omega with dasia and varia and ypogegrammeni
+lowercase  \x1FA4  2458   # small omega with psili and oxia and ypogegrammeni
+lowercase  \x1FA5  125-2458   # small omega with dasia and oxia and ypogegrammeni
+lowercase  \x1FA6  34568   # small omega with psili and perispomeni and ypogegrammeni
+lowercase  \x1FA7  125-34568   # small omega with dasia and perispomeni and ypogegrammeni
+uppercase  \x1FA8  245678   # capital omega with psili and prosgegrammeni
+uppercase  \x1FA9  125-245678   # capital omega with dasia and prosgegrammeni
+uppercase  \x1FAA  1234578   # capital omega with psili and varia and prosgegrammeni
+uppercase  \x1FAB  125-1234578   # capital omega with dasia and varia and prosgegrammeni
+uppercase  \x1FAC  24578   # capital omega with psili and oxia and prosgegrammeni
+uppercase  \x1FAD  125-24578   # capital omega with dasia and oxia and prosgegrammeni
+uppercase  \x1FAE  345678   # capital omega with psili and perispomeni and prosgegrammeni
+uppercase  \x1FAF  125-345678   # capital omega with dasia and perispomeni and prosgegrammeni
+lowercase  \x1FB0  4-1   # small alpha with vrachy
+lowercase  \x1FB1  45-1   # small alpha with macron
+lowercase  \x1FB2  123568   # small alpha with varia and ypogegrammeni
+lowercase  \x1FB3  18   # small alpha with ypogegrammeni
+lowercase  \x1FB4  3458   # small alpha with oxia and ypogegrammeni
+lowercase  \x1FB6  16   # small alpha with perispomeni
+lowercase  \x1FB7  168   # small alpha with perispomeni and ypogegrammeni
+uppercase  \x1FB8  4-17   # capital alpha with vrachy
+uppercase  \x1FB9  45-17   # capital alpha with macron
+uppercase  \x1FBA  123567   # capital alpha with varia
+uppercase  \x1FBB  3457   # capital alpha with oxia
+uppercase  \x1FBC  178   # capital alpha with prosgegrammeni
+sign  \x1FBD  6   # koronis
+#sign  \x1FBE     # prosgegrammeni
+#sign  \x1FBF     # psili
+#sign  \x1FC0     # perispomeni
+#sign  \x1FC1     # dialytika and perispomeni
+lowercase  \x1FC2  23468   # small eta with varia and ypogegrammeni
+lowercase  \x1FC3  1568   # small eta with ypogegrammeni
+lowercase  \x1FC4  1234568   # small eta with oxia and ypogegrammeni
+lowercase  \x1FC6  126   # small eta with perispomeni
+lowercase  \x1FC7  1268   # small eta with perispomeni and ypogegrammeni
+uppercase  \x1FC8  147   # capital epsilon with varia
+uppercase  \x1FC9  12467   # capital epsilon with oxia
+uppercase  \x1FCA  23467   # capital eta with varia
+uppercase  \x1FCB  1234567   # capital eta with oxia
+uppercase  \x1FCC  15678   # capital eta with prosgegrammeni
+#sign  \x1FCD     # psili and varia
+#sign  \x1FCE     # psili and oxia
+#sign  \x1FCF     # psili and perispomeni
+lowercase  \x1FD0  4-24   # small iota with vrachy
+lowercase  \x1FD1  45-24   # small iota with macron
+lowercase  \x1FD2  125-34   # small iota with dialytika and varia
+lowercase  \x1FD3  12456-125   # small iota with dialytika and oxia
+lowercase  \x1FD6  146   # small iota with perispomeni
+#lowercase  \x1FD7     # small iota with dialytika and perispomeni
+uppercase  \x1FD8  4-247   # capital iota with vrachy
+uppercase  \x1FD9  45-247   # capital iota with macron
+uppercase  \x1FDA  347   # capital iota with varia
+uppercase  \x1FDB  124567   # capital iota with oxia
+#sign  \x1FDD     # dasia and varia
+#sign  \x1FDE     # dasia and oxia
+#sign  \x1FDF     # dasia and perispomeni
+lowercase  \x1FE0  4-136   # small upsilon with vrachy
+lowercase  \x1FE1  45-136   # small upsilon with macron
+lowercase  \x1FE2  23456-125   # small upsilon with dialytika and varia
+lowercase  \x1FE3  1256-125   # small upsilon with dialytika and oxia
+lowercase  \x1FE4  1235   # small rho with psili
+lowercase  \x1FE5  125-1235   # small rho with dasia
+lowercase  \x1FE6  1236   # small upsilon with perispomeni
+lowercase  \x1FE7  1236-125   # small upsilon with dialytika and perispomeni
+uppercase  \x1FE8  4-1367   # capital upsilon with vrachy
+uppercase  \x1FE9  45-1367   # capital upsilon with macron
+uppercase  \x1FEA  234567   # capital upsilon with varia
+uppercase  \x1FEB  12567   # capital upsilon with oxia
+uppercase  \x1FEC  125-12357   # capital rho with dasia
+#sign  \x1FED     # dialytika and varia
+#sign  \x1FEE     # dialytika and oxia
+#sign  \x1FEF     # varia
+lowercase  \x1FF2  123458   # small omega with varia and ypogegrammeni
+lowercase  \x1FF3  24568   # small omega with ypogegrammeni
+lowercase  \x1FF4  2458   # small omega with oxia and ypogegrammeni
+lowercase  \x1FF6  3456   # small omega with perispomeni
+lowercase  \x1FF7  34568   # small omega with perispomeni and ypogegrammeni
+uppercase  \x1FF8  3467   # capital omicron with varia
+uppercase  \x1FF9  2467   # capital omicron with oxia
+uppercase  \x1FFA  123457   # capital omega with varia
+uppercase  \x1FFB  2457   # capital omega with oxia
+uppercase  \x1FFC  245678   # capital omega with prosgegrammeni
+#sign  \x1FFD     # oxia
+sign  \x1FFE  125   # dasia
+
+#-index-name: Ethiopic
+#-display-name: Ethiopic braille
+
+#+locale:gez
 #+type:literary
 #+grade:1
-#+hyphenation:yes
 
 # TODO: Please correct the metadata above. It is not meant to be
 # accurate nor complete. It hasn't been verified by the table
@@ -12046,300 +5957,30 @@
 # the implemented braille code. Preferably submit the documents
 # to https://github.com/liblouis/braille-specs.
 
-include cs-g1.ctb
-include hyph_cs_CZ.dic
-# File: no-no.dis
+include ethio-g1.ctb
+include braille-patterns.cti
+#-index-name: Spanish, uncontracted
+#-display-name: Spanish uncontracted braille
+
+#+locale:es
+#+type:literary
+#+contraction:no
+#+grade:1
+
+# TODO: Please correct the metadata above. It is not meant to be
+# accurate nor complete. It hasn't been verified by the table
+# author yet. It is merely an attempt by the liblouis maintainers
+# to get some sensible initial values in place.
+
+# TODO: Please add a reference to official documentation about
+# the implemented braille code. Preferably submit the documents
+# to https://github.com/liblouis/braille-specs.
+
+include es-g1.ctb
+include braille-patterns.cti
+# liblouis: sub table for lowered digits, 6 dots
 #
-# Based on the braille contraction modules in BRLTTY
-#
-# Copyright (C) 1995-2004 by The BRLTTY Team
-# Copyright (C) 2004 ViewPlus Technologies, Inc., www.viewplustech.com
-# Copyright (C) 2004 Computers to Help People, Inc., www.chpi.org
-
-# This file is free software; you can redistribute it and/or
-# modify it under the terms of the GNU Lesser General Public
-# License as published by the Free Software Foundation; either
-# version 2.1 of the License, or (at your option) any later version.
-
-# This file is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-# Lesser General Public License for more details.
-
-# You should have received a copy of the GNU Lesser General Public
-# License along with this file; if not, write to the Free Software
-# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
-# liblouis  comes with ABSOLUTELY NO WARRANTY.
-
-# This is to be used with Norwegian translation tables.
-
-# BRLTTY Text Translation Table - Norwegian (iso-8859-1), based on the
-# Offentlig Utvalg for Blindeskrift (Public Commission for Braille)
-# translation table for Windows 1252.
-# Updated January 2008.
-
-# display \X0000 4578 	# 000 null
-# display \X0000 0 	# 000 null
-display \X0001 178 	# 001 start of heading
-display \X0002 1278 	# 002 start of text
-display \X0003 1478 	# 003 end of text
-display \X0004 14578 	# 004 end of transmission
-display \X0005 1578 	# 005 enquiry
-display \X0006 12478 	# 006 acknowledge
-display \X0007 124578 	# 007 bell
-display \X0008 12578 	# 008 backspace
-# display \X0009 2478 	# 009 horizontal tabulation
-# display \X000A 24578 	# 010 line feed
-# display \X000B 1378 	# 011 vertical tabulation
-# display \X000C 12378 	# 012 form feed
-# display \X000D 13478 	# 013 carriage return
-display \X000E 134578 	# 014 shift out
-display \X000F 13578 	# 015 shift in
-display \X0010 123478 	# 016 data link escape
-display \X0011 1234578	# 017 device control one
-display \X0012 123578 	# 018 device control two
-display \X0013 23478 	# 019 device control three
-display \X0014 234578 	# 020 device control four
-display \X0015 13678 	# 021 negative acknowledge
-display \X0016 123678 	# 022 synchronous idle
-display \X0017 245678 	# 023 end of transmission block
-display \X0018 134678 	# 024 cancel
-display \X0019 1345678 	# 025 end of medium
-display \X001A 135678 	# 026 substitute
-# display \X001B 12348 	# 027 escape
-display \X001C 123458 	# 028 file separator
-display \X001D 1368 	# 029 group separator
-display \X001E 24568 	# 030 record separator
-display \X001F 13568 	# 031 unit separator
-# display \X0020 0 	# 032 space
-display \X0021 235 	# 033 exclamation mark
-display \X0022 256 	# 034 quotation mark
-display \X0023 3456 	# 035 number sign
-display \X0024 25678 	# 036 dollar sign
-display \X0025 46 	# 037 percent sign
-display \X0026 578 	# 038 ampersand
-display \X0027 5 	# 039 apostrophe
-display \X0028 236 	# 040 left parenthesis
-display \X0029 356 	# 041 right parenthesis
-display \X002A 35 	# 042 asterisk
-display \X002B 2357 	# 043 plus sign
-display \X002C 2 	# 044 comma
-display \X002D 36 	# 045 hyphen-minus
-display \X002E 3 	# 046 full stop
-display \X002F 57 	# 047 solidus
-display \X0030 2458 	# 048 digit zero
-display \X0031 18 	# 049 digit one
-display \X0032 128 	# 050 digit two
-display \X0033 148 	# 051 digit three
-display \X0034 1458 	# 052 digit four
-display \X0035 158 	# 053 digit five
-display \X0036 1248 	# 054 digit six
-display \X0037 12458 	# 055 digit seven
-display \X0038 1258 	# 056 digit eight
-display \X0039 248 	# 057 digit nine
-display \X003A 25 	# 058 colon
-display \X003B 23 	# 059 semicolon
-display \X003C 358 	# 060 less-than sign
-display \X003D 2356 	# 061 equals sign
-display \X003E 267 	# 062 greater-than sign
-display \X003F 26 	# 063 question mark
-display \X0040 4 	# 064 commercial at
-display \X0041 17 	# 065 latin capital letter a
-display \X0042 127 	# 066 latin capital letter b
-display \X0043 147 	# 067 latin capital letter c
-display \X0044 1457 	# 068 latin capital letter d
-display \X0045 157 	# 069 latin capital letter e
-display \X0046 1247 	# 070 latin capital letter f
-display \X0047 12457 	# 071 latin capital letter g
-display \X0048 1257 	# 072 latin capital letter h
-display \X0049 247 	# 073 latin capital letter i
-display \X004A 2457 	# 074 latin capital letter j
-display \X004B 137 	# 075 latin capital letter k
-display \X004C 1237 	# 076 latin capital letter l
-display \X004D 1347 	# 077 latin capital letter m
-display \X004E 13457 	# 078 latin capital letter n
-display \X004F 1357 	# 079 latin capital letter o
-display \X0050 12347 	# 080 latin capital letter p
-display \X0051 123457 	# 081 latin capital letter q
-display \X0052 12357 	# 082 latin capital letter r
-display \X0053 2347 	# 083 latin capital letter s
-display \X0054 23457 	# 084 latin capital letter t
-display \X0055 1367 	# 085 latin capital letter u
-display \X0056 12367 	# 086 latin capital letter v
-display \X0057 24567 	# 087 latin capital letter w
-display \X0058 13467 	# 088 latin capital letter x
-display \X0059 134567 	# 089 latin capital letter y
-display \X005A 13567 	# 090 latin capital letter z
-display \X005B 23678 	# 091 left square bracket
-display \X005C 28 	# 092 reverse solidus
-display \X005D 35678 	# 093 right square bracket
-display \X005E 58 	# 094 circumflex accent
-display \X005F 456 	# 095 low line
-display \X0060 45 	# 096 grave accent
-display \X0061 1 	# 097 latin small letter a
-display \X0062 12 	# 098 latin small letter b
-display \X0063 14 	# 099 latin small letter c
-display \X0064 145 	# 100 latin small letter d
-display \X0065 15 	# 101 latin small letter e
-display \X0066 124 	# 102 latin small letter f
-display \X0067 1245 	# 103 latin small letter g
-display \X0068 125 	# 104 latin small letter h
-display \X0069 24 	# 105 latin small letter i
-display \X006A 245 	# 106 latin small letter j
-display \X006B 13 	# 107 latin small letter k
-display \X006C 123 	# 108 latin small letter l
-display \X006D 134 	# 109 latin small letter m
-display \X006E 1345 	# 110 latin small letter n
-display \X006F 135 	# 111 latin small letter o
-display \X0070 1234 	# 112 latin small letter p
-display \X0071 12345 	# 113 latin small letter q
-display \X0072 1235 	# 114 latin small letter r
-display \X0073 234 	# 115 latin small letter s
-display \X0074 2345 	# 116 latin small letter t
-display \X0075 136 	# 117 latin small letter u
-display \X0076 1236 	# 118 latin small letter v
-display \X0077 2456 	# 119 latin small letter w
-display \X0078 1346 	# 120 latin small letter x
-display \X0079 13456 	# 121 latin small letter y
-display \X007A 1356 	# 122 latin small letter z
-display \X007B 238 	# 123 left curly bracket
-display \X007C 56 	# 124 vertical line
-display \X007D 567 	# 125 right curly bracket
-display \X007E 38 	# 126 tilde
-display \X007F 3578 	# 127 delete
-display \X0080 2678 	# 128 <control>
-display \X0081 13458 	# 129 <control>
-display \X0082 67 	# 130 break permitted here
-display \X0083 45678 	# 131 no break here
-display \X0084 3567 	# 132 <control>
-display \X0085 37 	# 133 next line
-display \X0086 47 	# 134 start of selected area
-display \X0087 457 	# 135 end of selected area
-display \X0088 468 	# 136 character tabulation set
-display \X0089 4568 	# 137 character tabulation with justification
-display \X008A 15678 	# 138 line tabulation set
-display \X008B 378 	# 139 partial line down
-display \X008C 12345678	# 140 partial line up
-display \X008D 478 	# 141 reverse line feed
-display \X008E 234678 	# 142 single shift two
-display \X008F 2367 	# 143 single shift three
-display \X0090 2368 	# 144 device control string
-display \X0091 367 	# 145 private use one
-display \X0092 368 	# 146 private use two
-display \X0093 23567 	# 147 set transmit state
-display \X0094 23568 	# 148 cancel character
-display \X0095 3678 	# 149 message waiting
-display \X0096 68 	# 150 start of guarded area
-display \X0097 568 	# 151 end of guarded area
-display \X0098 2568 	# 152 start of string
-display \X0099 23458 	# 153 <control>
-display \X009A 1568 	# 154 single character introducer
-display \X009B 678 	# 155 control sequence introducer
-display \X009C 1234568 	# 156 string terminator
-display \X009D 235678 	# 157 operating system command
-display \X009E 23468 	# 158 privacy message
-display \X009F 125678 	# 159 application program command
-display \X00A0 8 	# 160 no-break space
-display \X00A1 2358 	# 161 inverted exclamation mark
-display \X00A2 2578 	# 162 cent sign
-display \X00A3 1238 	# 163 pound sign
-display \X00A4 12368 	# 164 currency sign
-display \X00A5 134568 	# 165 yen sign
-display \X00A6 4567 	# 166 broken bar
-display \X00A7 4678 	# 167 section sign
-display \X00A8 258 	# 168 diaeresis
-display \X00A9 138 	# 169 copyright sign
-display \X00AA 278 	# 170 feminine ordinal indicator
-display \X00AB 2378 	# 171 left-pointing double angle quotation mark
-display \X00AC 357 	# 172 not sign
-display \X00AD 78 	# 173 soft hyphen
-display \X00AE 12358 	# 174 registered sign
-display \X00AF 458 	# 175 macron
-display \X00B0 3568 	# 176 degree sign
-display \X00B1 23578 	# 177 plus-minus sign
-display \X00B2 237 	# 178 superscript two
-display \X00B3 257 	# 179 superscript three
-display \X00B4 6 	# 180 acute accent
-display \X00B5 1348 	# 181 micro sign
-display \X00B6 467 	# 182 pilcrow sign
-display \X00B7 7 	# 183 middle dot
-display \X00B8 48 	# 184 cedilla
-display \X00B9 27 	# 185 superscript one
-display \X00BA 1358 	# 186 masculine ordinal indicator
-display \X00BB 5678 	# 187 right-pointing double angle quotation mark
-display \X00BC 34568 	# 188 vulgar fraction one quarter
-display \X00BD 34567 	# 189 vulgar fraction one half
-display \X00BE 345678 	# 190 vulgar fraction three quarters
-display \X00BF 268 	# 191 inverted question mark
-display \X00C0 1235678 	# 192 latin capital letter a with grave
-display \X00C1 123567 	# 193 latin capital letter a with acute
-display \X00C2 1678 	# 194 latin capital letter a with circumflex
-display \X00C3 12678 	# 195 latin capital letter a with tilde
-display \X00C4 34578 	# 196 latin capital letter a with diaeresis
-display \X00C5 167 	# 197 latin capital letter a with ring above
-display \X00C6 3457 	# 198 latin capital letter ae
-display \X00C7 1234678 	# 199 latin capital letter c with cedilla
-display \X00C8 23467 	# 200 latin capital letter e with grave
-display \X00C9 1234567 	# 201 latin capital letter e with acute
-display \X00CA 1267 	# 202 latin capital letter e with circumflex
-display \X00CB 12467 	# 203 latin capital letter e with diaeresis
-display \X00CC 3478 	# 204 latin capital letter i with grave
-display \X00CD 347 	# 205 latin capital letter i with acute
-display \X00CE 1467 	# 206 latin capital letter i with circumflex
-display \X00CF 124567 	# 207 latin capital letter i with diaeresis
-display \X00D0 145678 	# 208 latin capital letter eth
-display \X00D1 1245678 	# 209 latin capital letter n with tilde
-display \X00D2 34678 	# 210 latin capital letter o with grave
-display \X00D3 3467 	# 211 latin capital letter o with acute
-display \X00D4 14567 	# 212 latin capital letter o with circumflex
-display \X00D5 14678 	# 213 latin capital letter o with tilde
-display \X00D6 24678 	# 214 latin capital letter o with diaeresis
-display \X00D7 13468 	# 215 multiplication sign
-display \X00D8 2467 	# 216 latin capital letter o with stroke
-display \X00D9 2345678 	# 217 latin capital letter u with grave
-display \X00DA 234567 	# 218 latin capital letter u with acute
-display \X00DB 1567 	# 219 latin capital letter u with circumflex
-display \X00DC 12567 	# 220 latin capital letter u with diaeresis
-display \X00DD 123467 	# 221 latin capital letter y with acute
-display \X00DE 124678 	# 222 latin capital letter thorn
-display \X00DF 2348 	# 223 latin small letter sharp s
-display \X00E0 123568 	# 224 latin small letter a with grave
-display \X00E1 12356 	# 225 latin small letter a with acute
-display \X00E2 168 	# 226 latin small letter a with circumflex
-display \X00E3 1268 	# 227 latin small letter a with tilde
-display \X00E4 3458 	# 228 latin small letter a with diaeresis
-display \X00E5 16 	# 229 latin small letter a with ring above
-display \X00E6 345 	# 230 latin small letter ae
-display \X00E7 123468 	# 231 latin small letter c with cedilla
-display \X00E8 2346 	# 232 latin small letter e with grave
-display \X00E9 123456 	# 233 latin small letter e with acute
-display \X00EA 126 	# 234 latin small letter e with circumflex
-display \X00EB 1246 	# 235 latin small letter e with diaeresis
-display \X00EC 348 	# 236 latin small letter i with grave
-display \X00ED 34 	# 237 latin small letter i with acute
-display \X00EE 146 	# 238 latin small letter i with circumflex
-display \X00EF 12456 	# 239 latin small letter i with diaeresis
-display \X00F0 14568 	# 240 latin small letter eth
-display \X00F1 124568 	# 241 latin small letter n with tilde
-display \X00F2 3468 	# 242 latin small letter o with grave
-display \X00F3 346 	# 243 latin small letter o with acute
-display \X00F4 1456 	# 244 latin small letter o with circumflex
-display \X00F5 1468 	# 245 latin small letter o with tilde
-display \X00F6 2468 	# 246 latin small letter o with diaeresis
-display \X00F7 2567 	# 247 division sign
-display \X00F8 246 	# 248 latin small letter o with stroke
-display \X00F9 234568 	# 249 latin small letter u with grave
-display \X00FA 23456 	# 250 latin small letter u with acute
-display \X00FB 156 	# 251 latin small letter u with circumflex
-display \X00FC 1256 	# 252 latin small letter u with diaeresis
-display \X00FD 12346 	# 253 latin small letter y with acute
-display \X00FE 12468 	# 254 latin small letter thorn
-display \X00FF 12568 	# 255 latin small letter y with diaeresis
-# liblouis: Latvian Grade 1 Braille Table
-#
-#  Copyright (C) 2004-2008 ViewPlus Technologies, Inc. www.viewplus.com
-#  Copyright (C) 2004-2006 JJB Software, Inc. www.jjb-software.com
-#  Copyright (C) 2012 Mesar Hameed <mesar.hameed@gmail.com>
+#  Copyright (C) 2012-2014 Mesar Hameed <mesar.hameed@gmail.com>
 #
 #  This file is part of liblouis.
 #
@@ -12357,252 +5998,18 @@
 #  License along with liblouis. If not, see
 #  <http://www.gnu.org/licenses/>.
 
-# Created & maintained by Leon Ungier <Leon.Ungier@ViewPlus.com>.
-
-include text_nabcc.dis
-
-# ----------- define all chars --------------------------------------
-
-space \t 0 tab						#  9
-space \x000A 0
-space \x000D 0
-space \s 0 blank					# 32
-punctuation ! 235				exclamation sign 						x0021
-punctuation " 356				double quote								x0022
-sign # 3456							number sign									x0023
-sign $ 4-256						dollar sign									x0024
-sign % 25-1234					percent sign								x0025
-sign & 4-12346					ampersand										z0026
-punctuation ' 3					apostrophe									x0027
-punctuation ( 2356			left parenthesis						x0028
-punctuation ) 2356			right parenthesis						x0029
-sign * 35-35						asterisk										x002A
-math + 56-235						plus												002B
-punctuation , 2					coma												002C
-punctuation - 36			hyphen-minus								002D
-punctuation . 256				point												002E
-math / 34								solidus											002F
-
-punctuation : 25				colon								x003A
-punctuation ; 23				semicolon						x003B
-punctuation < 126				less-than sign			x003C
-math = 123456						equal sign					x003D
-math > 345							greater-than sign		x003E
-punctuation ? 26				question mark				x003F
-sign @ 3456-12456				commercial at				x0040
-
-uplow \x0100\x0101 16			letter A with macron
-uplow \x010C\x010D 146		letter C with caron
-uplow \x0112\x0113 156		letter E with macron
-uplow \x0122\x0123 12456	letter g with cedilla
-uplow \x012A\x012B 246		letter I with macron
-uplow \x0136\x0137 136		letter K with cedilla
-uplow \x013B\x013C 1236		letter L with cedilla
-uplow \x0145\x0146 13456	Letter N with cedilla
-uplow \x014C\x014D 1356		letter O with macron
-uplow \x0156\x0157 16-12346	letter T with cedilla
-uplow \x0160\x0161 2346			letter S with caron
-uplow \x016A\x016B 346			letter U with macron
-uplow \x017D\x017E 3456			letter Z with caron
-
-# define the dot combinations that are different from the default.
-# placed before the include to take precedence.
-uplow Uu 34									letter U *** Different from other langs ***
-uplow Vv 2456								letter V *** Different from other langs ***
-uplow Zz 345								letter Z *** Different from other langs ***
-include latinLetterDef6Dots.uti
-include digits6Dots.uti # Must come after letters.
-include litdigits6Dots.uti # Must come after letters.
-
-punctuation [ 6-2356		left square bracket		x005B
-sign \\ 3456-1256				reverse solidus				x005C
-punctuation ] 356-3			right square bracket	x005D
-sign ^ 45								circumflex accent			x005E
-sign _ 6-36							low line							x005F
-sign ` 45-4							grave accent					x0060
-
-# a - z								# 97 - 122							x0061-x007A
-
-punctuation { 45-236		left curly bracket		x007B
-sign | 456							vertical line					x007C
-punctuation } 45-356		right curly bracket		x007D
-math ~ 5								tilde									x007E
-sign \x0080 15-136-1235-135										x0080
-
-space \X00A0 0		no-break space																x00A0
-sign ¢ 4-14				cent sign																			x00A2
-sign £ 45-123			pound sign																		x00A3
-sign ¤ 45-15			currency sign																	x00A4
-sign ¥ 45-13456		yen	sign																			x00A5
-sign § 346				section sign																	x00A7
-sign © 2356-6-14-2356		copyright																x00A9
-punctuation « 236		left-pointing double angle quotation 		x00AB
-punctuation \x00AD 36 soft hyphen
-sign ° 4-356			degree sign																		x00B0
-sign ² 4-6-126		superscript 2 sign														x00B2
-sign ³ 4-6-146		superscript 3 sign														x00B3
-sign µ 46-134			micro sign																		x00B5
-sign ¶ 4-1234-345 pilcrow sign (paragraph)											x00B6
-sign ¹ 1-27				superscript 1 sign														x00B9
-punctuation » 356		right-pointing double angle quotation		x00BB
-math ¼ 6-16-34-1456		vulgar fraction one quarter								x00BC
-math ½ 6-16-34-126		vulgar fraction one half									x00BD
-math ¾ 6-126-34-1456	vulgar fraction 3 quarters								x00BE
-
-
-
-uplow \x00C0\x00E0 12356	letter a with grave							x00C0 / 00E0
-uplow \x00C1\x00E1 16			letter a with acute									x00E1
-uplow \x00C2\x00E2 16					letter a with circumflex						x00E2
-uplow \x00C3\x00E3 126		letter a with tilde											x00E3
-uplow Ää 345				A with diaeresis											x00C4 / 00E4
-uplow Åå 16					A with ring above											x00C5 / 00E5
-uplow \x00C6\x00E6 6-345	ae															x00C6
-uplow Çç 12346							letter c with cedilla					x00C7 / 00E7
-uplow Èè 2346								e with grave									x00C8 / 00E8
-uplow \x00C9\x00E9 345			e with acute									x00E9
-uplow \x00CA\x00EA 126			e with circumflex							x00EA
-uplow \x00CB\x00EB 1246		e with diaeresis								x00EB
-uplow \x00CD\x00ED 34			i with acute										x00ED
-uplow \x00CE\x00EE 146		i with circumflex								x00EE
-uplow \x00CF\x00EF 12456	i with diaeresis								x00CF / 00EF
-
-uplow	\x00D3\x00F3	246		O with acute										x00D3 / 00F3
-uplow \x00D4\x00F4 1456		o with circumflex												x00F4
-uplow \x00D5\x00F5 246		o with tilde														x00F5
-uplow Öö 246							O with diaeresis								x00D6 / 00F6
-math × 236				multiplication sign											x00D7
-uplow \x00D8\x00F8 246		o with stroke										x00D8 / 00F8
-
-math ÷ 256				division sign										x00F7
-
-uplow \x00DA\x00FA 346				u with acute							x00DA / 00FA
-uplow \x00DB\x00FB 156				u with circumflex					x00FB
-uplow \x00DC\x00FC 1256				u with diaeresis					x00FC
-uplow \x00DD\x00FD 12346			y with acute							x00DD / 00FD
-
-noback sign \X25CF 35-35			black circle
-
-# the letter a with ogonek -----------------------------------
-uplow \x0104\x0105 16
-
-# the letter c with acute
-uplow \x0106\x0107 146
-
-uplow \x010C\x010D 146					C with caron
-uplow \x010E\x010F 1456					D with caron
-
-
-# the letter e with ogonek
-uplow \x0118\x0119 156
-
-uplow \x011A\x011B 126					E with caron
-
-# the letter l with stroke
-uplow \x0141\x0142 126
-
-# the letter n with acute
-uplow \x0143\x0144 1456
-uplow \x0147\x0148 1246					N with caron
-
-uplow \x0158\x0159 2456					R with caron
-
-# the letter s	with acute
-uplow \x015A\x015B 246
-
-uplow \x0164\x0165 1256						T with caron
-uplow \x016C\x016D 23456						U with breve
-uplow \x016E\x016F 23456					U with ring above
-
-
-# the letter z	with acute
-uplow \x0179\x017A 2346
-
-# the letter z with dot above
-uplow \x017B\x017C 12346
-
-
-punctuation	\x2010 36		 # 8208			hyphen
-punctuation	\x2011 36		 # 8209			non-breaking hyphen
-punctuation	\x2013 36		 # 8211			smart minus sign
-punctuation	\x2018 3		 # 8216			smart single left quotation mark
-punctuation	\x2019 3		 # 8217			smart single right quotation mark
-
-punctuation	\x201C 236	 # 8220			smart opening double quote
-punctuation	\x201D 356	 # 8221			smart closing double quote
-punctuation	\x201E 236	 # 8222			smart double low quotation mark
-punctuation	\x201F 356	 # 8223			smart double high reverse quotation mark
-punctuation  \x2026 3-3-3 # 8230		smart ellipsis
-
-# ------------------------------------------------------
-
-
-capsletter 46				# single capital letter indicator
-begcapsword 6-6			# a block of consecutive capital letters indicator
-
-
-numsign 3456		#	number sign, just one operand
-midnum , 6
-midnum . 256
-midnum + 235
-midnum - 36
-midnum / 256
-midnum : 25
-midnum = 2356
-
-# endnum # 56-3456
-
-prepunc " 236
-postpunc " 356
-
-prepunc ' 6-236
-postpunc ' 356-3
-postpunc '' 356
-postpunc ''' 356-3-356
-
-repeated *** 16-16-16
-
-prepunc `` 236
-prepunc ` 6-236
-
-
-repeated --- 36-36-36
-
-repeated ::: 25-25-25
-
-repeated ~~~ 156-156-156
-always \s-\s 36-36
-always \s-\scom 36-36-14-135-134
-always ... 3-3-3
-always .\s.\s. 3-3-3 . . .
-
-always \s­\s 36-36
-
-# special character sequences
-literal :// URLs
-literal www.
-
-literal .com
-literal .edu
-literal .gov
-literal .mil
-literal .net
-literal .org
-
-literal .doc
-literal .htm
-literal .html
-literal .tex
-literal .txt
-
-literal .gif
-literal .jpg
-literal .png
-literal .wav
-
-literal .tar
-literal .zip
+digit 0 356
+digit 1 2
+digit 2 23
+digit 3 25
+digit 4 256
+digit 5 26
+digit 6 235
+digit 7 2356
+digit 8 236
+digit 9 35
 # -----------
+#-index-name: Slovenian, computer
 #-display-name: Slovenian computer braille
 #
 #+locale:sl
@@ -12800,8 +6207,5106 @@
 punctuation \x02d9 67		DOT ABOVE
 punctuation \x02db 58		OGONEK
 punctuation \x02dd 68		DOUBLE ACUTE ACCENT
+# liblouis: Croatian grade 1 Braille
+#
+# Copyright (C) 2017. Zlatko Sobočan <zlatko.sobocan@tifloglobus.hr>
+# by company Tiflo globus d.o.o. <http://www.tifloglobus.hr>
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
 
-#  Copyright (C) 2004-2008 ViewPlus Technologies, Inc. www.viewplus.com
+#-------------------------------------------------------------------------------
+#
+#  Croatian grade 1 Braille
+#  Version: 2017-06-15
+# Created and maintained: Zlatko Sobočan <zlatko.sobocan@tifloglobus.hr>
+# by company Tiflo globus d.o.o. <http://www.tifloglobus.hr>
+# Especially thanks Arend Arends <arend.arends@hccnet.nl> by TactileView for testing.
+# If you found bugs with Croatian grade1 table, report it with following address:
+# Zlatko Sobočan <zlatko.sobocan@tifloglobus.hr>
+#
+#-------------------------------------------------------------------------------
+
+# --- Braille indicator opcodes ------------------------------------------------
+
+# letsign 6
+capsletter 46
+begcapsword 45
+endcapsword 6
+numsign 3456
+
+emphclass italic
+emphclass underline
+emphclass bold
+begemphphrase italic 456-13-456
+endemphphrase italic after 456
+lenemphphrase italic 4
+begemphword italic 456
+endemphword italic 6
+emphletter italic 456
+begemphphrase underline 36-36
+endemphphrase underline after 36-36
+lenemphphrase underline 1
+begemphword underline 36-36
+endemphword underline 6
+emphletter underline 36-36
+begemphphrase bold 456-134-456
+endemphphrase bold after 456-456
+lenemphphrase bold 4
+begemphword bold 456-456
+endemphword bold 6
+emphletter bold 456-456
+# Underlined the words with content in "literal" section:
+# begcomp 36-36
+# endcomp 36-36
+
+# --- Special Processing Opcodes -----------------------------------------------
+#capsnocont
+
+# --- Translation opcodes ------------------------------------------------------
+
+always \\ 34
+prepunc " 2356 Navodnik
+prepunc « 2356
+prepunc » 2356
+endnum " 2356
+postpunc " 2356
+postpunc » 2356
+postpunc « 2356
+always # 6-3456
+endnum .a 3-6-1
+endnum .b 3-6-12
+endnum .c 3-6-14
+endnum .d 3-6-145
+endnum .e 3-6-15
+endnum .f 3-6-124
+endnum .g 3-6-1245
+endnum .h 3-6-125
+endnum .i 3-6-24
+endnum .j 3-6-245
+always .\s.\s. 3-3-3
+always .\s, 3-2
+always \x0027\x0027 2356
+prepunc \x2039 2356 Pametni navodnik, otvoren
+prepunc \x203a 2356
+prepunc \x2018 2356
+prepunc \x2019 2356
+postpunc \x2039 2356 Pametni navodnik, zatvoren
+postpunc \x203a 2356
+postpunc \x2018 2356
+postpunc \x2019 2356
+
+include litdigits6Dots.uti
+numericmodechars .,
+nocontractsign 6
+numericnocontchars abcdefghij
+
+endnum \s% 3456-245-356 Postotak
+endnum \s%) 3456-245-356-6-356
+always % 3456-245-356
+always %) 3456-245-356-6-356
+endnum \s\x2030 3456-245-356-356 Promil
+endnum \x2030\x0029 3456-245-356-356-6-356
+always \x2030\x0029 3456-245-356-356-6-356
+always \s\x2031 3456-245-356-356-356
+endnum \s° 45-356 Stupanj
+endnum °) 45-356-6-356
+endnum \s°) 45-356-6-356
+endnum \s°C 45-356-46-14
+endnum \s°F 45-356-46-124
+always °) 45-356-6-356
+always °C 45-356-46-14
+always °F 45-356-46-124
+always \s\x2032 45-256 Minuta
+always \x2032\x0027 45-256-6-256
+always \s\x2033 45-256-256 Sekunda
+always \x2033\x0027 45-256-256-6-256
+begnum § 4-346 Članak
+joinnum § 4-346
+
+endnum .-- 3-36-36
+endnum ,-- 2-36-36
+#noback always \x2013 36 en crtica
+#noback always \x2014 36 EM crtica
+always | 6-45 Okomita crta
+
+joinnum € 5-15 Euro
+joinnum £ 5-123 Pfund
+joinnum $ 5-145 Dollar
+joinnum ¢ 5-14 Cent
+joinnum ¥ 5-13456 Yen
+
+# Minus:
+begnum - 4-36
+midnum - 4-36
+midnum -- 36
+midnum -( 4-36-236
+midnum -[ 4-36-6-12356
+midnum -{ 4-36-12356
+midnum \s\x2212\s 0-4-36-0
+midnum \s\x2212 0-4-36
+midnum \x2212 4-36
+always \x2212 4-36
+hyphen - 36
+# Plus Minus:
+midnum \s±\s 0-4-235-36-0
+midnum \s± 0-4-235-36
+midnum ± 4-235-36
+always ± 4-235-36
+# jednako je:
+midnum \s=\s 0-4-2356-0
+midnum \s= 0-4-2356
+midnum = 4-2356
+always = 4-2356
+# Različito:
+midnum \s\x2260\s 0-4-256-2356
+midnum \s\x2260 0-4-256-2356
+midnum \x2260 4-256-2356
+always \x2260 4-256-2356
+# Kongruentno:
+midnum \s\x2261\s 0-4-2356-2356
+midnum \s\x2261 0-4-2356-2356
+midnum \x2261 4-2356-2356
+always \x2261 4-2356-2356
+# Sličan (Äquivalent):
+midnum \s\x2259\s 0-4-26
+midnum \s\x2259 0-4-26
+midnum \x2259 4-26
+always \x2259 4-26
+# Približan:
+midnum \s\x2245\s 0-4-26-26
+midnum \s\x2245 0-4-26-26
+midnum \x2245 4-26-26
+always \x2245 4-26-26
+# Kartezijev produkt (puta kao x):
+midnum x 4-236
+# Puta:
+midnum \s×\s 0-4-3-0
+midnum \s× 0-4-3
+midnum × 4-3
+always × 4-3
+# Puta (kao zvjezdica):
+midnum \s\x2217\s 0-4-3-0
+midnum \s\x2217 0-4-3
+midnum \x2217 4-3
+midnum \s*\s 0-4-3-0
+midnum \s* 0-4-3
+midnum * 4-3
+endnum )* 356-4-3
+midnum )* 356-4-3
+always )* 356-4-3
+begnum *( 4-3-236
+endnum *( 4-3-236
+always *( 4-3-236
+begnum *[ 4-3-6-12356
+endnum *[ 4-3-6-12356
+always *[ 4-3-6-12356
+always ]* 6-23456-4-3
+begnum ]* 6-23456-4-3
+endnum ]* 6-23456-4-3
+always *{ 4-3-12356
+begnum }* 23456-4-3
+endnum }* 23456-4-3
+always }* 23456-4-3
+# Puta (kao točka u sredini):
+midnum \s\x22c5\s 0-4-3-0
+midnum \s\x22c5 0-4-3
+midnum \x22c5 4-3
+# Puta (kao zvjezda):
+midnum \s\x22c6\s 0-4-3-0
+midnum \s\x22c6 0-4-3
+midnum \x22c6 4-3
+# Podijeljeno sa:
+midnum \s÷\s 0-4-25-0
+midnum \s÷ 0-4-25
+midnum ÷ 4-25
+always ÷ 4-25
+midnum \s\x2215\s 0-4-25-0
+midnum \s\x2215 0-4-25
+midnum \x2215 4-25
+always \x2215 4-25
+# Proportional:
+midnum \s~\s 0-4-26-0
+midnum \s~ 0-4-26
+midnum ~ 4-26
+midnum \s\x223C\s 0-4-25-25
+midnum \s\x223C 0-4-25-25
+midnum \x223C 0-4-25-25
+always \x223C 4-25-25
+# Manji od:
+midnum \s<\s 0-246-3
+midnum \s< 0-246-3
+midnum < 246-3
+always < 246-3
+# Manji ili jednak:
+midnum \s\x2264\s 0-246-2356
+midnum \s\x2264 0-246-2356
+midnum \x2264 0-246-2356
+always \x2264 4-246-2356
+midnum \s\x2266\s 0-246-2356
+midnum \s\x2266 0-246-2356
+midnum \x2266 0-246-2356
+always \x2266 4-246-2356
+# Veći od:
+midnum \s>\s 0-135-2
+midnum \s> 0-135-2
+midnum > 0-135-2
+always > 135-2
+# Veći ili jednak:
+midnum \s\x2265\s 0-135-2356
+midnum \s\x2265 0-135-2356
+midnum \x2265 0-135-2356
+always \x2265 4-135-2356
+midnum \s\x2267\s 0-135-2356
+midnum \s\x2267 0-135-2356
+midnum \x2267 0-135-2356
+always \x2267 4-135-2356
+
+#----------- SPECIAL SYLLABLES -----------------------------------------------
+
+always \x0044\x017D 12456			# LATIN CAPITAL LETTER D + LATIN CAPITAL LETTER Z WITH CARON
+always \x0044\x017E 12456			# LATIN CAPITAL LETTER D + LATIN SMALL LETTER Z WITH CARON
+always \x0064\x017E 12456			# LATIN SMALL LETTER D + LATIN SMALL LETTER Z WITH CARON
+always LJ 126						# LJ
+always Lj 126						# Lj
+always lj 126						# lj
+always NJ 1246						# NJ
+always Nj 1246						# Nj
+always nj 1246						# nj
+
+#----------- SPECIAL WORDS ---------------------------------------------------
+
+always džanr 145-2346-1-1345-1235
+always injekc 24-1345-245-15-13-14
+always injekt 24-1345-245-15-13-2345
+always konjunk 13-135-1345-245-136-1345-13
+always konjug 13-135-1345-245-136-1245
+always nadživ 1345-1-145-2346-24-1236
+always odživ 135-145-2346-24-1236
+always predživot 1234-1235-15-145-2346-24-1236-135-2345
+always tanjug 2345-1-1345-245-136-1245
+
+# ----------- Special character sequences -------------------------------------
+
+literal :// URLs
+literal www.
+literal @ Mail-address
+
+literal .at
+literal .ba
+literal .be
+literal .ch
+literal .com
+literal .cz
+literal .de
+literal .edu
+literal .es
+literal .fr
+literal .gov
+literal .hr
+literal .hu
+literal .info
+literal .it
+literal .me
+literal .mk
+literal .mil
+literal .net
+literal .org
+literal .rs
+literal .ru
+literal .se
+literal .uk
+
+literal .doc
+literal .docx
+literal .htm
+literal .html
+literal .mht
+literal .pdf
+literal .pps
+literal .ppsx
+literal .ppt
+literal .rtf
+literal .tex
+literal .txt
+literal .xls
+literal .xlsx
+
+literal .avi
+literal .flac
+literal .gif
+literal .ico
+literal .jpg
+literal .mp3
+literal .mp4
+literal .ogg
+literal .png
+literal .vob
+literal .wav
+literal .wma
+
+literal .7z
+literal .arc
+literal .arh
+literal .gz
+literal .gzip
+literal .jar
+literal .rar
+literal .tar
+literal .zip
+literal .zipx
+
+
+#-index-name: Cantonese
+#-display-name: Cantonese braille
+
+#+locale:yue-HK
+#+type:literary
+
+# TODO: Please add a reference to official documentation about
+# the implemented braille code. Preferably submit the documents
+# to https://github.com/liblouis/braille-specs.
+
+include zh-hk.ctb
+include braille-patterns.cti
+#
+# Copyright (C) 2010 by JJB Software, Inc. www.jjb-software.com
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+
+# These defintions prevouisly were hardcoded in the liblouis library
+# itself. Now they are migrated to an external table which can be
+# included by other tables. They are necesary for the proper operation
+# of liblouis or liblouisutdml.
+
+# Also this table defines all the space characters to be empty braille
+# cells.
+
+space \s     0		SPACE
+
+sign  \x0000 0		NULL
+space \x0009 0		CHARACTER TABULATION
+space \x000a 0		LINE FEED (LF)
+space \x000b 0		LINE TABULATION
+space \x000c 0		FORM FEED (FF)
+space \x000d 0		CARRIAGE RETURN (CR)
+space \x00a0 0		NO-BREAK SPACE
+space \x2000 0		EN QUAD
+space \x2001 0		EM QUAD
+space \x2002 0		EN SPACE
+space \x2003 0		EM SPACE
+space \x2004 0		THREE-PER-EM SPACE
+space \x2005 0		FOUR-PER-EM SPACE
+space \x2006 0		SIX-PER-EM SPACE
+space \x2007 0		FIGURE SPACE
+space \x2008 0		PUNCTUATION SPACE
+space \x2009 0		THIN SPACE
+space \x200a 0		HAIR SPACE
+space \x200b 0		ZERO WIDTH SPACE
+space \x2028 0		LINE SEPARATOR
+space \x2029 0		PARAGRAPH SEPARATOR
+space \x202f 0		NARROW NO-BREAK SPACE
+space \x205f 0		MEDIUM MATHEMATICAL SPACE
+space \x2060 0		WORD JOINER
+space \x2800 0		BRAILLE PATTERN BLANK
+space \xfeff 0		ZERO WIDTH NO-BREAK SPACE (also Unicode BOM)
+
+# replace \x200b		ZERO WIDTH SPACE
+noback correct "\x200b" ""
+
+replace \x2060		WORD JOINER
+replace \xfeff		ZERO WIDTH NO-BREAK SPACE (also Unicode BOM)
+
+# Liblouis: Persian 8 dot computer Braille table
+#
+# -----------
+#-index-name: Persian, computer
+#-display-name: Persian computer braille
+#
+#+locale:fa
+#+type:computer
+#+dots:8
+#
+# TODO: Please correct the metadata above. It is not meant to be
+# accurate nor complete. It hasn't been verified by the table
+# author yet. It is merely an attempt by the liblouis maintainers
+# to get some sensible initial values in place.
+#
+# TODO: Please add a reference to official documentation about
+# the implemented braille code. Preferably submit the documents
+# to https://github.com/liblouis/braille-specs.
+# -----------
+#
+# Copyright (C) 2017 by Mohammadreza Rashad <mohammadreza5712@gmail.com>
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+
+space \t 67 tab
+space \s 0 blank
+space \x00a0 a unbreakable space
+sign \x000a 78 newline
+space \x000d 0 carriage return
+sign \x200C 68 (نیم‌فاصله)
+
+# Persian alphabets and diacritics 
+
+sign \x0621 3 (ء)
+sign \x0622 345 (آ)
+sign \x0623 34 (أ)
+sign \x0624 1256 (ؤ)
+sign \x0625 347 (إ)
+sign \x0626 13456 (ئ)
+sign \x0627 1 (ا)
+sign \x0628 12 (ب)
+sign \x067E 1234 (پ)
+sign \x0629 16 (ة)
+sign \x062A 2345 (ت)
+sign \x062B 1456 (ث)
+sign \x062C 245 (ج)
+sign \x0686 14 (چ)
+sign \x062D 156 (ح)
+sign \x062E 1346 (خ)
+sign \x062F 145 (د)
+sign \x0630 2346 (ذ)
+sign \x0631 1235 (ر)
+sign \x0632 1356 (ز)
+sign \x0698 346 (ژ)
+sign \x0633 234 (س)
+sign \x0634 146 (ش)
+sign \x0635 12346 (ص)
+sign \x0636 1246 (ض)
+sign \x0637 23456 (ط)
+sign \x0638 123456 (ظ)
+sign \x0639 12356 (ع)
+sign \x063A 126 (غ)
+sign \x0641 124 (ف)
+sign \x0642 12345 (ق)
+sign \x06A9 13 (ک)
+sign \x0643 1378 (ك عربی)
+sign \x06AF 1245 (گ)
+sign \x0644 123 (ل)
+sign \x0645 134 (م)
+sign \x0646 1345 (ن)
+sign \x0648 2456 (و)
+sign \x0647 125 (ه)
+sign \x06CC 24 (ی)
+sign \x064A 24678 (ي عربی)
+sign \x0649 135 (الف مقصوره)
+sign \x064E 2 (َ)
+sign \x0650 15 (ِ)
+sign \x064F 136 (ُ)
+sign \x064B 23 (ً)
+sign \x064D 35 (ٍ)
+sign \x064C 26 (ٌ)
+sign \x0651 6 (ّ)
+sign \x0652 25 (ْ)
+sign \x0640 4567 (ـ)
+
+# Persian Numerals
+
+digit \x06F0 24578 (۰)
+digit \x06F1 178 (۱)
+digit \x06F2 1278 (۲)
+digit \x06F3 1478 (۳)
+digit \x06F4 14578 (۴)
+digit \x06F5 1578 (۵)
+digit \x06F6 12478 (۶)
+digit \x06F7 124578 (۷)
+digit \x06F8 12578 (۸)
+digit \x06F9 2478 (۹)
+
+# English letters
+
+uplow Aa 17,18
+uplow Bb 127,128
+uplow Cc 147,148
+uplow Dd 1457,1458
+uplow Ee 157,158
+uplow Ff 1247,1248
+uplow Gg 12457,12458
+uplow Hh 1257,1258
+uplow Ii 247,248
+uplow Jj 2457,2458
+uplow Kk 137,138
+uplow Ll 1237,1238
+uplow Mm 1347,1348
+uplow Nn 13457,13458
+uplow Oo 1357,1358
+uplow Pp 12347,12348
+uplow Qq 123457,123458
+uplow Rr 12357,12358
+uplow Ss 2347,2348
+uplow Tt 23457,23458
+uplow Uu 1367,1368
+uplow Vv 12367,12368
+uplow Ww 24567,24568
+uplow Xx 13467,13468
+uplow Yy 134567,134568
+uplow Zz 13567,13568
+
+# Latin numerals
+
+digit 0 35678
+digit 1 278
+digit 2 2378
+digit 3 2578
+digit 4 25678
+digit 5 2678
+digit 6 23578
+digit 7 235678
+digit 8 23678
+digit 9 3578
+
+# Other symbols
+
+punctuation \x0021 235 (!)
+sign \x0022 58 (")
+sign \x0023 3456 (#)
+sign \x0024 124678 ($)
+math \x0025 1468 (%)
+sign \x0026 123468 (&)
+sign \x0027 38 (')
+sign \x0028 23567 (()
+sign \x0029 23568 ())
+sign \x002A 168 (*)
+math \x002B 2358 (+)
+punctuation \x002C 28 (,)
+sign \x002D 36 (-)
+punctuation \x002E 256 (.)
+math \x002F 348 (/)
+punctuation \x003A 258 (:)
+punctuation \x003B 238 (;)
+math \x003C 1268 (<)
+math \x003D 2356 (=)
+math \x003E 3458 (>)
+punctuation \x003F 14568 (?)
+sign \x0040 47 (@)
+punctuation \x005B 123567 ([)
+sign \x005C 12568 (\)
+punctuation \x005D 234568 (])
+sign \x005E 457 (^)
+sign \x005F 456 (_)
+sign \x0060 48 (`)
+sign \x007B 2468 ({)
+sign \x007C 4568 (|)
+sign \x007D 124568 (})
+math \x007E 458 (~)
+sign \x00A2 14678 (¢)
+sign \x00A3 12378 (£)
+sign \x00A5 1345678 (¥)
+sign \x00A6 1567 (¦)
+sign \x00A7 12345678 (§)
+sign \x00A9 134678 (©)
+punctuation \x00AB 236 («)
+math \x00AC 134578 (¬)
+sign \x00AE 234578 (®)
+math \x00B0 34568 (°)
+math \x00B1 34678 (±)
+punctuation \x00BB 356 (»)
+sign \x00B6 45678 (¶)
+math \x00D7 2368 (×)
+math \x00F7 2568 (÷)
+punctuation \x060C 27 (،)
+punctuation \x061B 237 (؛)
+punctuation \x061F 14567 (؟)
+math \x066A 1467 (٪)
+math \x066B 5 (٫)
+math \x066C 37 (٬)
+sign \x2010 367 (‐)
+sign \x201C 378 (“)
+sign \x201D 678 (”)
+sign \x2022 2467 (•)
+sign \x2026 468 (…)
+sign \x2030 145678 (‰)
+sign \x20AC 13678 (€)
+math \x2212 368 (−)
+sign \x25E6 358 (◦)
+sign \x25FE 3568 (◾)
+sign \xFDFC 123578 (﷼)
+noback sign \x25CF 168 (●) # 9679 black circle
+#-index-name: Malayalam
+#-display-name: Malayalam braille
+
+#+locale:ml
+#+type:literary
+#+grade:1
+
+# TODO: Please correct the metadata above. It is not meant to be
+# accurate nor complete. It hasn't been verified by the table
+# author yet. It is merely an attempt by the liblouis maintainers
+# to get some sensible initial values in place.
+
+# TODO: Please add a reference to official documentation about
+# the implemented braille code. Preferably submit the documents
+# to https://github.com/liblouis/braille-specs.
+
+include ml-in-g1.utb
+include braille-patterns.cti
+#-index-name: Icelandic
+#-display-name: Icelandic braille
+
+#+locale:is
+#+type:literary
+#+dots:6
+
+# TODO: Please correct the metadata above. It is not meant to be
+# accurate nor complete. It hasn't been verified by the table
+# author yet. It is merely an attempt by the liblouis maintainers
+# to get some sensible initial values in place.
+
+# TODO: Please add a reference to official documentation about
+# the implemented braille code. Preferably submit the documents
+# to https://github.com/liblouis/braille-specs.
+
+include is-chardefs6.cti
+include braille-patterns.cti
+# Urdu 6 Dot Grade 2 Braille Table
+#
+#-index-name: Urdu, contracted
+#-display-name: Urdu contracted braille
+#
+#+locale:ur
+#+type:literary
+#+contraction:full
+#+grade:2
+#
+# Copyright (C) 2018 Compass Braille
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+#
+# Prepared by Jake Kyle, Compass Braille in consultation with Buta Masih
+# Contact: jake@compassbraille.org
+# www.compassbraille.org
+# Last updated 15th August 2018
+
+include ur-pk-g1.utb
+
+# ---------------------------------------
+# Contractions of Aspirated Digraphs
+# ---------------------------------------
+
+# basic aspirated digraphs
+always \x0628\x06BE 23          B8          2
+always \x067E\x06BE 235         P8          6
+always \x062A\x06BE 1256        T8          [backslash]
+always \x0679\x06BE 135         [8          O
+always \x062C\x06BE 356         J8          0
+always \x06A9\x06BE 46          K8          .
+partword \x0686\x06BE 16        C8          *
+
+# ------------------------------------------------------------------------------------------
+# Contractions of aspirated digraphs followed by Fatha (1), Kasra (E) or Damma (U)
+# Needed because of the order that the characters appear in text file
+# ------------------------------------------------------------------------------------------
+
+#                                                        ASCII in full   ASCII contraction
+# BU8
+always \x0628\x064F\x06BE\x0648 23-136-2456              BU8W            2UW
+always \x0628\x064F\x06BE\x0646 23-136-1345              BU8N            2UN
+always \x0628\x064F\x06BE\x0644\x0627 23-136-1236        BU8LA           2UV
+
+# BE8
+always \x0628\x0650\x06BE\x062C 23-15-245                BE8J            2EJ
+
+# PE8
+partword \x067E\x0650\x06BE\x0631 235-15-1235            PE8R            6ER
+word \x067E\x0650\x06BE\x0631 235                        PE8R            6
+
+# P18
+always \x067E\x064E\x06BE\x0644 235-2-123                P18L            61L
+always \x067E\x064E\x06BE\x0644\x0627 235-2-1236         P18LA           61V
+always \x067E\x064E\x06BE\x06CC 235-2-24                 P18I            61I
+
+# PU8
+always \x067E\x064F\x06BE\x0644 235-136-123              PU8L            6UL
+always \x067E\x064F\x06BE\x0648 235-136-2456             PU8W            6UW
+
+# TE8
+always \x062A\x0650\x06BE\x06CC 1256-15-24               TE8I            [backslash]EI
+always \x0633\x0627\x062A\x0650\x06BE 3456-234-15        SATE8            #S           
+
+# T18
+always \x062A\x064E\x06BE\x06CC 1256-2-24                T18I            [backslash]1I
+
+# [E8
+always \x0679\x0650\x06BE\x06CC\x0627 135-15-13456       [E8Y            OEY
+
+# CE8
+always \x0686\x0650\x06BE\x062F 16-15-145                CE8D            *ED
+always \x0686\x0650\x06BE\x06CC 16-15-24                 CE8I            *EI
+always \x0686\x0650\x06BE\x0646\x0627 16-15-26           CE8NA           *E5
+
+# CU8
+always \x0686\x064F\x06BE\x067E 16-136-1234              CU8P            *UP
+always \x0686\x064F\x06BE\x0631 16-136-1235              CU8P            *UR
+always \x0686\x064F\x06BE\x0648 16-136-2456              CU8W            *UW
+always \x0686\x064F\x06BE\x0648\x0626\x06D2 16-136-56-34 CU8W'/          *U;/          
+always \x0686\x064F\x06BE\x0679 16-136-246               CU8[            *U[
+always \x0686\x064F\x06BE\x0691 16-136-12456             CU8]            *U]
+
+# C18
+always \x0686\x064E\x06BE\x0648 16-2-2456                C18W            *1W
+
+# JU8
+always \x062C\x064F\x06BE\x06A9 356-136-13               JU8K            0UK
+
+# KE8
+always \x06A9\x0650\x06BE\x0691 46-15-12456              KE8]            .E]
+always \x06A9\x0650\x06BE\x0644\x0627 46-15-1236         KE8LA           .EV
+
+# KU8
+always \x06A9\x064F\x06BE\x0648 46-136-2456              KU8W            .UW
+always \x06A9\x064F\x06BE\x067E 46-136-1234              KU8P            .UP
+always \x06A9\x064F\x06BE\x0644 46-136-123               KU8L            .UL
+always \x06A9\x064F\x06BE\x0679 46-136-246               KU8[            .U[
+always \x06A9\x064F\x06BE\x062F 46-136-145               KU8D            .UD
+
+
+# -------------------------------------------------------------------------------------------
+# Shadda (\x0651) goes after consonant in text file but must go before it in Braille
+# -------------------------------------------------------------------------------------------
+
+# ------------------------------------
+# Dealing with Shadda Grade 2
+# ------------------------------------
+
+always \x0646\x0651\x0627 6-26                   N,A          ,5
+always \x06CC\x0651\x0627 6-13456                I,A          ,Y
+always \x06A9\x06BE\x0651\x0627 6-46-1           K8,A         ,.A
+always \x06A9\x06BE\x0651\x0650 6-46-15          K8,E         ,.E
+always \x06A9\x06BE\x0651\x06CC 6-46-24          K8,I         ,.I
+always \x06A9\x06BE\x0651\x0648 6-46-2456        K8,W         ,.W
+always \x06A9\x06BE\x0651\x06D2 6-46-34          K8,/         ,./
+always \x06A9\x06BE\x0651\x064F 6-46-136         K8,U         ,.U
+always \x06A9\x06BE\x0651\x0646 6-46-1345        K8,N         ,.N
+always \x06A9\x06BE\x0650\x0651 6-46-15          K8E,         ,.E
+always \x06A9\x0651\x06BE\x0646 6-46-1345        K,8N         ,.N
+always \x0686\x06BE\x0651\x0627 6-16-1           C8,A         ,*A
+always \x0686\x0651\x06BE\x0627 6-16-1           C,8A         ,*A
+always \x0686\x06BE\x0651\x06CC 6-16-24          C8,I         ,*I
+always \x0686\x0651\x06BE\x06CC 6-16-24          C,8I         ,*I
+always \x0686\x06BE\x0651\x06D2 6-16-34          C8,/         ,*/
+always \x0686\x0651\x06BE\x06D2 6-16-34          C,8/         ,*/
+always \x0686\x0651\x06BE\x064F 6-16-136         C,8U         ,*U
+always \x0686\x0651\x06BE\x0645 6-16-134         C,8M         ,*M
+always \x0686\x06BE\x0651\x0648 6-16-2456        C8,W         ,*W
+always \x062A\x0651\x06BE 6-1256                 T,8          ,[backslash]
+always \x062A\x06BE\x0651 6-1256                 T8,          ,[backslash]
+begmidword \x062A\x0651\x0627 6-256              T,A          ,4
+begmidword \x0628\x0651\x0627 6-25               B,A          ,3
+always \x0628\x0651\x0627\x0646 6-12-35          B,AN         ,B9
+always \x0644\x0627\x0651 6-1236                 LA,          ,V
+always \x0644\x0651\x0627 6-1236                 L,A          ,V
+always \x0679\x0651\x06BE 6-135                  [,8          ,O
+always \x0679\x06BE\x0651\x06D2 6-135-34         [8,/         ,O/
+always \x0679\x06BE\x0651\x0627 6-135-1          [8,A         ,OA
+
+
+# -----------------------------------------------------
+# Grade 2 Contractions
+# -----------------------------------------------------
+
+# 1 Character Signs                                                        ASCII Full          ASCII Contraction    Remarks
+midword \x064E 2                                                           1                   1                    Needed for correct back-translation
+midendword \x06BE 236                                                      8                   8                    Needed for correct back-translation
+endword \x0627\x064B 6                                                     A2                  ,
+word \x0627\x06CC\x06A9 1                                                  AIK                 A          
+word \x0628\x064F\x06C1\x062A 12                                           BUHT                B          
+word \x0628\x06C1\x062A 12                                                 BHT                 B          
+word \x067E\x0631 1234                                                     PR                  P          
+word \x062A\x0648 2345                                                     TW                  T          
+word \x062A\x06C1\x0627\x0628\x062A 1456                                   THABT               ?          
+word \x062C\x0648 245                                                      JW                  J          
+word \x0686\x0627\x06C1\x06CC\x06D2 14                                     CAHI/               C          
+word \x0686\x0627\x06C1\x0626\x06D2 14                                     CAH'/               C
+word \x0634\x0627\x0635\x0644 156                                          :A&L                :     
+word \x062E\x0627\x0644\x06CC 1346                                         XALI                X          
+word \x062F\x0648\x0646\x0648\x06BA 145                                    DWNW;               D          
+word \x0688\x0627\x06A9\x062A\x0631 346                                    +AKTR               +          
+word \x0630\x0631\x0627 2346                                               !RA                 !
+word \x0631\x0627\x0626\x06D2 1235                                         RA'/                R          
+word \x0631\x0627\x0654\x06D2 1235                                         RA'/                R          
+word \x06A9\x0648 12456                                                    KW                  ]          
+word \x0632\x06CC\x0627\x062F\x06C1 1356                                   ZIADH               Z            
+word \x0632\x0650\x06CC\x0627\x062F\x06C1 1356                             ZEYDH               Z
+word \x0633\x06D2 234                                                      S/                  S          
+word \x0634\x0627\x06CC\x062F 146                                          %AID                %
+word \x0635\x0650\x0631\x0641 12346                                        &ERF                &          
+word \x0636\x0627\x0626\x0639 1246                                         $A'(                $          
+word \x0637\x0631\x062D 23456                                              )R:                 )          
+word \x063A\x0631\x0636 126                                                <R$                 <          
+word \x0641\x0627\x0636 124                                                FR$                 F           
+word \x0642\x0628\x0644 12345                                              QBL                 Q          
+word \x06A9\x06C1 13                                                       KH                  K          
+word \x0644\x06CC\x06A9\x0646 123                                          LIKN                L          
+word \x0645\x06CC\x06BA 134                                                MI;                 M          
+begword \x0645\x064B\x06CC\x06BA 134                                       M2I;                M
+word \x0646\x06C1\x06CC\x06BA 1345                                         NHI;                N          
+word \x0648\x06C1 2456                                                     WH                  W          
+word \x06C1\x06D2 125                                                      H/                  H          
+#midendword \x0633\x0627 345                                                SA                  >                     Contraction correct but advised to ignore as it is confusing.
+prfword \x0646\x06D2 3456                                                  N/                  #          
+word \x06CC\x06C1 24                                                       IH                  I          
+midendword \x06D2 34                                                       /                   /                    Needed for correct back-translation
+sufword \x06C1\x0648 34                                                    HW                  /          
+always \x06C1\x064F\x0648\x0626\x06CC 34-24                                HUW'I               /I
+always \x06C1\x064F\x0648\x0654\x0627 34-1                                 HUW'A               /A
+always \x06C1\x064F\x0648\x0626\x06D2 34-34                                HUW'/               //
+always \x06C1\x064F\x0648\x0626\x0650\x06CC\x06BA 34-15-24-56              HUW'EI;             /EI;
+word \x06C1\x0648\x0627 125-2456-1                                         HWA                 HWA                   added 14-11-2017
+word \x06C1\x0648\x0020\x06AF\x0627 34-1245-1                              HW GA               /GA                   join words up.
+word \x06C1\x0648\x0020\x06AF\x06CC 34-1245-24                             HW GI               /GI                   join words up.
+always \x06CC\x0627 13456                                                  IA                  Y          
+always \x0628\x06CC\x0627 12-13456                                         BIA                 BY                    to override BI contraction
+always \x0650\x06CC\x0627\x0646 13456-1345                                 EIAN                YN          
+always \x0627\x0646 35                                                     AN                  9          
+always \x0628\x0627\x0646 12-35                                            BAN                 B9                    to override BA contraction
+always \x0644\x0627 1236                                                   LA                  V                     but not when LA' in which case A' takes precedence
+begword \x0628\x06CC 36                                                    BI                  -          
+begword \x0628\x06D2 36                                                    B/                  -          
+begmidword \x0628\x0627 25                                                 BA                  3          
+begmidword \x062A\x0627 256                                                TA                  4          
+always \x0627\x0626 4                                                      A'                  @          
+syllable \x0627\x0626 4                                                    A'                  @          
+always \x0627\x0654 4                                                      A'                  @          
+syllable \x0627\x0654 4                                                    A'                  @          
+always \x0627\x0648\x0654 4-2456                                           AW'                 @W
+syllable \x0627\x0648\x0654 4-2456                                         AW'                 @W
+always \x0627\x0648\x0654\x064F 4-136-2456                                 AW'U                @UW 
+syllable \x0627\x0648\x0654\x064F 4-136-2456                               AW'U                @UW 
+word \x067E\x06BE\x0650\x0631 235                                          P8ER                6          
+word \x062A\x06A9 1256                                                     TK                  [backslash]
+word \x062C\x0628 356                                                      JB                  J          
+word \x062C\x0628\x06A9\x06C1 245-13                                       JBKH                JK                    Using contraction for JB and KH together        
+word \x0627\x0648\x0631 136                                                AWR                 U          
+lowword \x0628\x06BE\x06CC 23                                              B8I                 2
+word \x0679\x0650\x06BE\x06CC\x06A9 135                                    [E8IK               O          
+word \x0679\x06BE\x06CC\x06A9 135                                          [8IK                O          
+#word \x0645\x06AF\x0631 2356                                               MGR                 7                     Contraction correct but better to ignore
+#endword \x0648\x0646\x06AF 2356                                            WNG                 7                     Contraction correct but better to ignore
+always \x0646\x0627 26                                                     NA                  5          
+word \x062D\x0627\x0635\x0650\x0644 156                                    :A&EL               :
+always \x0020\x0648\x0020 36                                               spaceWspace         -                      join words with hyphen
+
+# New Ones
+word \x0639\x0631\x0636 12356                                              (R$                  (          
+
+# Dot 5 Signs
+always \x0622\x0626\x0646\x062F\x06C1 5-345                                >'NDH               ">          
+always \x0622\x0654\x0646\x062F\x06C1 5-345                                >'NDH               ">          
+begword \x067E\x0631\x0648 5-1234                                          PRW                 "P          
+always \x062A\x06CC\x0631 5-2345                                           TIR                 "T          
+begword \x062C\x0646\x06A9 5-245                                           JNK                 "J          
+always \x0686\x0627\x0631 5-14                                             CAR                 "C          
+always \x062D\x0627\x0644 5-156                                            :AL                 ":          
+sufword \x062E\x064F\x0648\x0634 5-1346                                    XUW%                "X          
+always \x062F\x0627\x0631 5-145                                            DAR                 "D          
+always \x0688\x0627\x0644 5-346                                            +AL                 "+          
+always \x0630\x0631\x06CC\x0630 5-2346                                     !RI(                "!          
+always \x0631\x0648\x0632 5-1235                                           RWZ                 "R          
+word \x06A9\x0648\x0626\x06CC 5-12456                                      KW'I                ")          
+sufword \x0633\x0627\x0631 5-234                                           SAR                 "S          corrected 04-01-2018
+always \x0634\x0627\x062F 5-146                                            %AD                 "%          
+always \x0635\x0627\x062D\x0650\x0628 5-12346                              &A:EB               "&          
+always \x0636\x0631\x064F\x0648\x0631 5-1246                               $RUWR               "$          
+word \x0637\x0631\x0641 5-23456                                            )RF                 ")          
+always \x0638\x0627\x06C1\x0650\x0631 5-123456                             =AHER               "=          
+always \x0639\x0627\x0645 5-12356                                          (AM                 "(          
+always \x063A\x064E\x06CC\x0631 5-126                                      <2IR                "<          
+always \x0641\x0631\x0642 5-124                                            FRQ                 "F          
+always \x0642\x0631\x0650\x06CC\x0628 5-12345                              QREIB               "Q          
+always \x0642\x0631\x06CC\x0628 5-12345                                    QRIB                "Q          
+always \x06A9\x0627\x0631 5-13                                             KAR                 "K          
+always \x06AF\x064F\x0632\x0631 5-1245                                     GUZR                "G          
+word \x0644\x0650\x0626\x06D2 5-123                                        LE'/                "L          
+always \x0644\x06CC\x0626\x06D2 5-123                                      LI'/                "L          
+always \x0645\x06CC\x0631 5-134                                            MIR                 "M          
+always \x0646\x0638\x0631 5-1345                                           N=R                 "N          
+partword \x0648\x0627\x0631 5-2456                                         WAR                 "W          
+word \x06C1\x06CC\x06BA 5-125                                              HI;                 "H          
+word \x06C1\x064E\x06CC\x06BA 5-125                                        H1I;                "H          
+sufword \x06CC\x0642\x0650\x06CC\x0646 5-24                                IQEIN               "I
+sufword \x06CC\x0642\x06CC\x0646 5-24                                      IQIN                "I
+always \x062A\x06BE\x0648\x0691 5-1256                                     T8W]                "[backslash]
+always \x0679\x064E\x06BE\x06CC\x0631 5-135                                [81IR               "O                   appears as [18IR in text file   
+always \x0679\x06BE\x06C1\x0631 5-135                                      [8HR                "O
+always \x0686\x06BE\x0648\x0691 5-16                                       C8W]                "*          
+# New Ones
+always \x062B\x0648\x0627\x0628 5-1456                                     ?WAB                "?          
+prfword \x06CC\x0648\x06BA 5-34                                            IW;                 "/
+prfword \x06CC\x064F\x0648\x06BA 5-34                                      IUW;                "/
+
+# Dot 45 Signs
+always \x0622\x06C1\x0650\x0633\x062A\x06C1 45-345                         >HESTH              ^>          
+always \x067E\x064F\x06C1\x0646\x0686 45-1234                              PUHNC               ^P          
+always \x067E\x06C1\x0648\x064F\x0646\x0686 45-1234                        PHWUNC              ^P          
+always \x067E\x06C1\x0646\x0686 45-1234                                    PHNC                ^P
+always \x0633\x0650\x0648\x0627 45-234                                     SEWA                ^S          corrected 04-01-2018
+always \x062A\x0639\x0644\x0651\x0642 45-2345                              T(,LQ               ^T          appears as T(L,Q in text file
+always \x062D\x0642\x06CC\x0642 45-156                                     :QIQ                ^:          
+always \x062D\x0642\x0650\x06CC\x0642 45-156                               :QEIQ               ^:
+always \x062E\x064F\x0648\x062F 45-1346                                    XUWD                ^X          
+always \x062E\x0648\x062F 45-1346                                          XWD                 ^X
+always \x06A9\x0648\x0634\x0650\x0634 45-12456                             KW%E%               ^]          
+always \x0632\x0650\x0646\x062F\x06AF\x06CC 45-1356                        ZENDGI              ^Z          
+always \x0635\x062D\x06CC\x062D 45-12346                                   &:I:                ^&          corrected 25-01-2018
+always \x0637\x0631\x0642\x0642 45-23456                                   )RIQ                ^)          
+always \x0639\x0651\x0627\x0648\x06C1 45-12356                             (LAWH               ^(          
+always \x0642\x0627\x0639\x062F 45-12345                                   QA(D                ^Q          
+always \x06A9\x0626\x06CC 45-13                                            K'I                 ^K          
+always \x0645\x0639\x0644\x064F\x0648\x0645 45-134                         M(LUWM              ^M          
+always \x0646\x0650\x06A9\x0644 45-1345                                    NEKL                ^N          
+always \x0648\x0627\x0642\x0639 45-2456                                    WAQ(                ^W          
+always \x0648\x0627\x0642\x0650\x0639 45-2456                              WAQE(               ^W
+always \x0627\x064F\x067E\x0631 45-136                                     AUPR                ^U          
+always \x0627\x064F\x0648\x067E\x0631 45-136                               AURPR               ^U
+
+# New Ones
+always \x062B\x0628\x0648\x062A 45-1456                                    ?BWT                ^?          
+word \x0634\x0627\x0645\x0644 45-146                                       %AML                ^%          
+
+# Dot 456 Signs
+always \x067E\x06C1\x0644 456-1234                                         PHL                 _P          
+always \x062A\x064F\x0645\x06C1\x0627\x0631 456-2345                       TUMHAR              _T          
+always \x062A\x0645\x06C1\x0627\x0631 456-2345                             TMHAR               _T          
+always \x062C\x06C1\x0627\x06BA 456-245                                    JHA;                _J          
+always \x0686\x0627\x06C1 456-14                                           CAH                 _C          
+always \x0686\x06C1\x0627\x06C1 456-14                                     CHAH                _C          
+always \x062E\x0635\x064F\x0648\x0635 456-1346                             X&UW&               _X          
+always \x0631\x0646\x06AF 456-1235                                         RNG                 _R          
+always \x06A9\x0650\x062F\x06BE\x0631 456-12456                            KED8R               _]       
+always \x0633\x0628\x06A9 456-234                                          SBK                 _S           
+always \x0634\x0631\x064F\x0648\x0639 456-146                              %RUW(               _%          
+always \x0635\x064F\x0648\x0631\x062A 456-12346                            &UWRT               _&          
+always \x0639\x0644\x0627\x062D\x062F\x06C1 456-12356                      (LA:DH              _(          
+always \x0641\x0627\x0626\x062F\x06C1 456-124                              FA'DH               _F          
+always \x0642\x0627\x0628\x0650\x0644 456-12345                            QABEL               _Q          
+always \x06AF\x064F\x0632\x0627\x0631 456-1245                             GUZAR               _G          
+always \x0646\x0650\x06C1\x0627\x06CC\x062A 456-1345                       NEHAIT              _N          
+always \x0648\x06C1\x0627\x06BA 456-2456                                   WHA;                _W          
+always \x06C1\x0645\x0627\x0631 456-125                                    HMAR                _H          
+always \x06CC\x06C1\x0627\x06BA 456-24                                     IHA;                _I          
+word \x06A9\x06C1\x0627\x06BA 456-13                                       KHA;                _K          
+# New Ones
+always \x0622\x0645\x0627\x062F\x06C1 456-345                              >MADH               _>          
+always \x0628\x0627\x0644\x06A9\x0644 456-12                               BALKL               _B          
+always \x0628\x0650\x0627\x0644\x06A9\x064F\x0644 456-12                   BEALKUL             _B
+begword \x0645\x064F\x0633\x062A 456-134                                   MUST                _M          
+begword \x0645\x0633\x062A 456-134                                         MST                 _M          
+
+
+# Dot 3456 Signs
+always \x062A\x0645\x0627\x0645 3456-2345                                  TMAM                #T          
+always \x062E\x0627\x0635 3456-1346                                        XA&                 #X          
+always \x06A9\x0627\x0641\x06CC 3456-12456                                 KAFI                #]          
+always \x0633\x0627\x062A\x06BE 3456-234                                   SAT8                #S          
+always \x06A9\x0650\x0633\x06CC 3456-13                                    KESI                #K          
+always \x0648\x0627\x067E\x0633 3456-2456                                  WAPS                #W          
+# New Ones
+always \x0622\x0648\x0627\x0632 3456-345                                   >WAZ                #>          
+always \x067E\x0632\x0646\x062F 3456-1234                                  PZND                #P          
+always \x067E\x0633\x0646\x062F 3456-1234                                  PSND                #P
+
+# Dot 56 Signs
+always \x0645\x0646\x062F 56-145                                           MND                 ;D
+endword \x06AF\x0627\x0631 56-1235                                         GAR                 ;R
+always \x062E\x06CC\x0632 56-1356                                          XIZ                 ;Z          
+#always \x06CC\x0646\x06AF 56-1245                                          ING                 ;G          Correct but advised to ignore
+always \x0646\x06D2\x0020\x0648\x0627\x0644 56-123                         NI WAL              ;L          
+always \x0646\x06D2\x0648\x0627\x0644 56-123                               NIWAL               ;L          
+always \x0648\x0626\x06CC 56-24                                            W'I                 ;I          
+always \x0648\x0626\x06D2 56-34                                            W'/                 ;/          
+always \x06CC\x062C\x06CC\x06D2 56-13456                                   IJI/                ;Y          
+always \x0650\x06CC\x062C\x0626\x06D2 56-13456                             EIJ'/               ;Y
+# New Ones
+always \x062F\x0627\x0634\x062A 56-2345                                    DA%T                ;T
+endword \x0641\x0631\x0648\x0634 56-146                                    FRW%                ;%
+endword \x0646\x0634\x06CC\x0646 56-1345                                   N%IN                ;N          
+endword \x062E\x0627\x0646\x0627 56-125                                    XANA                ;H          
+
+
+# Dot 6 Signs
+word \x0628\x0644\x06A9\x06C1 6-12                                          BLKH               ,B          
+word \x0628\x0627\x0648\x062C\x064F\x0648\x062F\x06CC\x06A9\x06C1 6-12-2456 BAWJUWDIKH         ,BW          
+word \x0628\x0634\x0631\x062A\x06CC\x06A9\x06C1 6-12-146                    B%RTIKH            ,B%          
+word \x062A\x0627\x06A9\x06C1 6-2345                                        TAKH               ,T          
+word \x062A\x0627\x0648\x0642\x062A\x06CC\x06A9\x06C1 6-2345-2456           TAWQTIKH           ,TW          
+word \x0686\x064F\x0648\x0646\x06A9\x06C1 6-14                              CUWNKH             ,C          
+word \x062D\x0627\x0644\x0627\x0646\x06A9\x0650 6-156                       :ALANKE            ,:          
+word \x062D\x0627\x0644\x0627\x0646\x06A9\x06C1 6-156                       :ALANKH            ,:
+word \x06D2\x062A\x0651\x0627\x06A9\x0650 6-156-2345                        :,TAKE             ,:T          appears as :T,AKE in text file.
+word \x06A9\x06CC\x064F\x0648\x0646\x06A9\x06C1 6-13                        KIUWNKH            ,K          
+word \x06A9\x06CC\x0648\x0646\x06A9\x06C1 6-13                              KIWNKH             ,K          
+word \x063A\x0631\x0636\x06CC\x06A9\x06C1 6-126                             <R$IKH             ,<          
+
+
+# Dot 46 Signs - all "New Ones"
+always \x067E\x0631\x0633\x062A 46-2345                                     PRST               .T          
+endword \x0628\x0627\x062F 46-145                                           BAD                .D          
+endword \x06AF\x06CC\x0631 46-1235                                          GIR                .R          
+endword \x0627\x0646\x06AF\x06CC\x0632 46-1356                              ANGIZ              .Z          
+endword \x0627\x0646\x062F\x06CC\x0634 46-146                               ANDI%              .%          
+endword \x062A\x0631\x06CC\x0646 46-1345                                    TRIN               .N          
+endword \x06AF\x0627\x06C1 46-125                                           GAH                .H          
+
+
+# Shortforms
+word \x0627\x0670\x06CC 1-23                                                A2I                 A2          
+word \x0627\x06C3\x0651\x0641\x0627\x0642 1-2345-124                        A,TFAQ              ATF          appears as AT,FAQ in text file
+word \x0627\x06C3\x0651\x0641\x0627\x0642\x0627\x06C3 1-2345-124-2345       A,TFAQAT            ATFT         appears as AT,FAQAT in text file
+word \x0627\x0686\x0627\x0646\x06A9 1-14                                    ACANK               AC          
+word \x0627\x06AF\x0631\x0686\x06C1 1-1245-14                               AGRCH               AGC          
+word \x0627\x0644\x0628\x062A\x0651\x06C1 1-123-12                          ALB,TH              ALB          appears as ALBT,H in text file
+word \x0627\x0645\x06A9\x0627\x0646 1-134-13                                AMKAN               AMK          
+word \x0627\x0645\x06A9\x0627\x0646\x0627\x062A 1-134-13-2345               AMKANAT             AMKT          
+word \x0686\x06BE 16-34                                                     C8                  */
+word \x062A\x0628\x06BE\x06CC 2345-23                                       TB8I                T2          
+word \x062C\x0628\x06BE\x06CC 245-23                                        JB8I                J2          
+word \x0633\x0628\x06BE\x06CC 234-23                                        SB8I                S2          
+word \x0639\x0646\x06A9\x0631\x06CC\x0628 12356-1345-13                     (NKRIB              (NK          
+word \x0639\x0646\x06A9\x0631\x0650\x06CC\x0628 12356-1345-13               (NKREIB             (NK          
+word \x06A9\x0628\x06BE\x06CC 13-23                                         KB8I                K2          
+word \x0644\x062D\x0627\x0638 123-156                                       L:A=                L:          
+word \x0644\x06C1\x0627\x0630\x0627 123-125                                 LHA!A               LH          
+word \x0645\x0631\x062A\x0628\x06C1 134-1235-2345                           MRTBH               MRT          
+word \x0645\x0632\x06CC\x062F 134-1356                                      MZID                MZ          
+word \x0645\x0637\x0627\x0628\x0642 134-23456                               M)ABQ               M)          
+word \x0645\x064F\x0637\x0627\x0628\x0650\x0642 134-23456                   MU)ABEQ             M)
+word \x0645\x064F\x0645\x06A9\x0650\x0646 134-134                           MUMKEN              MM          
+word \x0645\x064F\x0645\x06A9\x0650\x0646\x0627\x062A 134-135-2345          MUMKENAT            MMT          
+word \x0645\x0639\x0645\x064F\x0648\x0644 134-12356-134                     M(MUWL              M(M          
+word \x0645\x0639\x0645\x064F\x0648\x0644\x0627\x062A 134-12356-134         M(MUWLAT            M(MT          
+word \x0646\x0632\x062F\x06CC\x06A9 1345-1356                               NZDIK               NZ          
+word \x0648\x062C\x06C1 2456-245                                            WJH                 WJ          
+word \x0648\x063A\x064E\x06CC\x0631\x06C1 2456-126                          W<1IRH              W<          
+word \x0648\x063A\x06CC\x0631\x06C1 2456-126                                W<IRH               W<          
+word \x0648\x0631\x0646\x0627 2456-1235                                     WRNA                WR          
+word \x0648\x0631\x0646\x06C1 2456-1235                                     WRNH                WR
+word \x06CC\x0639\x0646\x06CC 24-12356                                      I(NI                I(          
+word \x0628\x0627\x0639\x062B 12-1456                                       BA(?                B?          
+word \x0628\x0639\x0636 12-1246                                             B($                 B$          
+word \x06C1\x0631\x06AF\x0650\x0632 125-1356                                HRGEZ               HZ          
+word \x06C1\x0631\x06AF\x0650\x0632 125-1356                                HWGEZ               HZ          
+word \x06C1\x0645\x06CC\x0634\x06C1 125-125                                 HMI%H               HH          
+word \x0645\x064F\x0646\x0627\x0633\x0650\x0628 134-12                      MUNASEB             MB          
+word \x0645\x0646\x0627\x0633\x0650\x0628 134-12                            MNASEB              MB          
+word \x067E\x06CC\x0634\x062A\x0631 1234-146                                PI%TR               P%          
+word \x062F\x06CC\x06AF\x0631 145-1245                                      DIGR                DG          
+word \x0628\x0631\x0627\x0628\x0631 12-12                                   BRABR               BB          
+word \x062C\x064F\x0633\x062A\x062C\x064F\x0648 245-245                     JUSTJUW             JJ          
+word \x0686\x064F\x0646\x0627\x0646\x0686\x06C1 14-14                       CUNANCH             CC          
+word \x062E\x0648\x0627\x06C1\x0645\x062E\x0648\x0627\x06C1 1346-1346       XWAHMXWAH           XX          
+word \x0633\x0650\x0644\x0633\x0650\x0644\x06C1 234-234                     SELSELH             SS          
+word \x06A9\x06CC\x0648\x06BA\x06A9\x0631 13-13                             KIW;KR              KK          as below but wthout space
+word \x06A9\x06CC\x0648\x06BA\x0020\x06A9\x0631 13-13                       KIW; KR             KK          
+word \x06AF\x064F\x0641\x062A\x06AF\x064F\x0648 1245-1245                   GUFTGUW             GG          
+word \x06AF\x0641\x062A\x06AF\x0648 1245-1245                               GFTGW               GG          
+word \x06CC\x06A9\x0627\x06CC\x06A9 24-24                                   IKAIK               II          
+word \x0627\x0628\x0020\x062A\x06A9 1-2345                                  AB TK               AT          
+word \x062C\x0628\x0020\x062A\x06A9 245-2345                                JB TK               JT          
+word \x062C\x0650\x0633\x0020\x0637\x0631\x06D2 245-23456                   JES )R:             J)          
+word \x062C\x0650\x0633\x0020\x0637\x0631\x0641 245-23456-124               JES )RF             J)F          
+word \x06A9\x0628\x0020\x062A\x06A9 13-2345                                 KB TK               KT          
+word \x06A9\x0650\x0633\x0020\x0637\x0631\x06D2 13-23456                    KES )R:             K)          
+word \x06A9\x0650\x0633\x0020\x0637\x0631\x0641 13-23456-124                KES )RF             K)F          
+word \x062A\x0639\x0627\x0644\x0627 2345-12356                              T(ALA               T(          
+word \x062A\x0639\x0627\x0644\x06D2\x0670 2345-12356                        T(AL/2              T(          
+word \x062A\x0639\x0627\x0644\x06CC\x0670 2345-12356                        T(ALI2              T(          
+word \x062A\x064E\x0639 2345-12356                                          T1(                 T(          removing fatha
+word \x0646\x0632\x062F\x0650\x06CC\x06A9 1345-1356                         NZDEIK              NZ
+word \x0631\x064F\x0648\x062D\x064F\x0020\x0627\x0644\x0642\x064F\x062F\x0633 1235-12345-234      RUW:U ALQUDS          RQS          
+
+# New Ones
+word \x0627\x0644\x0020\x062E\x06CC\x0631 1-123-1346                        AL XIR              ALX          
+word \x0627\x0633\x0020\x0642\x062F\x0631 15-12345                          AS QDR              EQ          
+word \x06A9\x0633\x0020\x0642\x062F\x0631 13-12345                          KS QDR              KQ          
+word \x062A\x0645\x0020\x0633\x06D2 2345-234                                TM S/               TS          
+word \x06C1\x0645\x0020\x0633\x06D2 125-234                                 HM S/               HS          
+#word \x06A9\x06CC\x0648\x06BA 13-5-34                                       KIW;               K"/
+
+# Miscellaneous
+word \x0631\x06C1 1235-2-125                                                RH                 R1H          adding vowel
+word \x0627\x064E\x0628\x0650\x06CC\x0651\x0627\x06C1 1-12-6-13456-125      A1BE,IAH           AB,YH        word for Abijah
+word \x0627\x06CC\x0644\x06CC\x0651\x0627\x06C1 1-24-123-15-13456-125       AILE,IAH           AILEYH       word for Elijah
+word \x062F\x0627\x0648\x0654\x064F\x062F 145-4-2456-145                    DAW'UD             D@WD         word for David
+word \x062F\x0627\x0648\x0654\x064F\x0614\x062F 145-4-2456-145              DAW'UD             D@WD         alternate spelling for David
+word \x0645\x064F\x0648\x0633\x06CC\x0670 134-136-2456-234-1                MUWSE2             MUWSA        word for Moses
+word \x0645\x064F\x0648\x0614\x0633\x06CC\x0670 134-136-2456-234-1          MUWSE2             MUWSA        word for Moses
+word \x06A9\x06C1\x06C1 13-2-125                                            KHH                K1H          word for say
+word \x0628\x0650\x0679\x0651\x06CC 12-2-246-24                             BE[,I              B1[I
+word \x0645\x0648\x0631\x06C1 134-2456-1235-15-125                          MWRH               MWREH        adding vowell
+word \x0635\x062F\x0642 12346-15-145-12345                                  &DQ                &EDQ
+word \x06A9\x0646\x0648\x0626\x06CC\x06BA 13-136-1345-2456-24-56            KNW'I;             KUNWI;       spelling out as unusual word
+word \x06A9\x064F\x0646\x0648\x0626\x06CC\x06BA 13-136-1345-2456-24-56      KUNW'I;            KUNWI;       spelling out as unusual word
+word \x0628\x06CC\x0631\x0633\x0628\x0639 12-15-24-1235-234-12-12356        BIRSB[             BEIRSB[      spelling out as unusual word
+word \x0628\x06CC\x0631 12-15-24-1235                                       BIR                BEIR         spelling out as unusual word
+word \x0628\x0626\x06CC\x0631 12-15-24-1235                                 B'IR               BEIR         spelling out as unusual word
+word \x0628\x06CC\x0648\x06CC 12-15-24-2456-24                              BEIWI              BEIWI        spelling out word for 'wife'
+word \x067E\x0650\x06CC\x062C\x06CC\x06D2 1234-15-24-245-24-34              PEIJI34            PEIJI34      keep uncontracted
+word \x0641\x0648\x0631\x0627\x064B 124-2456-1235-6                         FWRA;              FWR,
+word \x0646\x0627\x0646\x0627 1345-1-1345-1                                 NANA               NANA         keep uncontracted 'grandfather'
+word \x0645\x06C1\x0644\x062A 134-125-1-1236-2345                           MHLT               MHAVT        spelling out unusual word
+word \x067E\x0644\x0627 1234-15-1236                                        PLA                PEV          adding vowell and contracting LA
+word \x067E\x0644\x0627\x06CC\x0627 1234-15-1236-13456                      PLAIA              PEVY         adding vowell and contracting LA and IA
+word \x0627\x0650\x0644\x06C1\x0650 1-15-1236-125-15                        AELHE              AEVHA        adding vowell and contracting LA
+word \x0642\x0631\x06CC\x062A 12345-1235-13456-2345                         QRIT               QRYT         for pronunciation
+word \x0645\x0650\x0637\x0631\x062F 134-2-23456-1235-145                    MITRD              M1TRD        for pronunciation
+word \x0644\x06AF\x06CC\x06BA 123-1245-15-24-56                             LGI;               LGEI;        adding vowell
+word \x0628\x06CC\x062C 12-15-24-245                                        BIJ                BEIJ         add vowell - 'seed'
+word \x0628\x06CC\x0679\x06BE 12-2-24-135                                   BI[8               B1IO         add vowell
+word \x0645\x064F\x0637\x0644\x0642 134-136-23456-123-2-12345               MU)LQ              MU)L1Q       add vowell
+word \x0627\x0639\x0644\x06D2\x0670 1-12356-123-1236                        A(LYA              A(LV
+begword \x0628\x0648\x0679\x0650 12-136-2456-246-15                         BWOE               BUWOE        add vowell
+word \x0633\x062A\x0631\x06BE\x0648\x06CC\x06BA 234-2345-1235-2456-15-24-56 STR0WI;            STRWEI;      spelling
+word \x062D\x064E\x0635\x06D2\x0650\x0635\x064E\x0648\x0646 156-2-12346-24-15-12346-2-2456-1345  :1&/E&1WN   :1&IE&1WN   spelling
+word \x0628\x06CC\x062A\x064F\x0648\x0627\x06CC\x0644 12-24-2345-136-2456-1-24-123  -TUWAIL    BITUWAIL     spelling out name
+
+# Repeated words
+word \x0679\x0650\x06BE\x06CC\x06A9\x0020\x0679\x0650\x06BE\x06CC\x06A9 135-6-6
+word \x0622\x06AF\x06D2\x0020\x0622\x06AF\x06D2 345-1245-34-6-6
+word \x0628\x0691\x06D2\x0020\x0628\x0691\x06D2 12-12456-34-6-6
+word \x0627\x067E\x0646\x06CC\x0020\x0627\x067E\x0646\x06CC 1-1234-1345-24-6-6
+word \x06A9\x0631\x062A\x0627\x0020\x06A9\x0631\x062A\x0627 13-1235-2345-1-6-6
+word \x062C\x0644\x062F\x06CC\s\x062C\x0644\x062F\x06CC 245-123-145-24-6-6              JLDI
+word \x0627\x0686\x06BE\x0651\x06D2\s\x0627\x0686\x06BE\x0651\x06D2 1-6-16-34-6-6
+word \x062A\x06BE\x0648\x0691\x0627\s\x062A\x06BE\x0648\x0691\x0627 5-1256-1-6-6
+word \x0633\x0627\x062A\x06BE\s\x0633\x0627\x062A\x06BE 3456-234-6-6
+
+# -- End of table --
+#-index-name: Serbian
+#-display-name: Serbian braille
+
+#+locale:sr
+#+type:literary
+#+grade:1
+
+# TODO: Please correct the metadata above. It is not meant to be
+# accurate nor complete. It hasn't been verified by the table
+# author yet. It is merely an attempt by the liblouis maintainers
+# to get some sensible initial values in place.
+
+# TODO: Please add a reference to official documentation about
+# the implemented braille code. Preferably submit the documents
+# to https://github.com/liblouis/braille-specs.
+
+include sr-g1.ctb
+include braille-patterns.cti
+# liblouis: Lithuanian 6-dot Braille table
+#
+# Copyright (C) 2017 Rimas Kudelis <rq@akl.lt>
+# Copyright (C) 2017 Tadas Matusevičius <tadas.matus@gmail.com>
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+
+# The Lithuanian 6-dot Braille alphabet is described in a decree
+# no. 878 of the Minister of Education, called "Dėl perėjimo prie
+# naujos lietuviškos Brailio rašto abėcėlės tvarkos ir programos",
+# which is in effect since 2000-07-08. Document number is 55-1620. At
+# the time of writing this file, the document was accessible at
+# https://www.e-tar.lt/portal/lt/legalAct/TAR.A110E8E6A83F .
+# The document is referred to as "the standard" below.
+#
+# The standard specifies only the mapping of Lithuanian letters to 6-dot
+# Braille writing system, no other characters are defined in it.
+# Definitions of some punctuation and other characters are informally
+# available on the Internet.
+#
+# This table builds on from these bits of information, but also adds
+# a number of other definitions to make it more useful in computing.
+
+###
+### WHITESPACE
+###
+
+noback space           \x0009 0-0                          [CHARACTER TABULATION]
+nofor space            \x0009 6-0                          [CHARACTER TABULATION]
+space \x00a0 a
+include spaces.uti
+
+###
+### LETTERS
+###
+
+# Base Latin letters.
+include latinLetterDef6Dots.uti
+
+# Letters with diacritics which are part of the Lithuanian alphabet.
+uplow                  \x0104\x0105 16                     Ąą LATIN CAPITAL LETTER A WITH OGONEK,LATIN SMALL LETTER A WITH OGONEK
+uplow                  \x010c\x010d 146                    Čč LATIN CAPITAL LETTER C WITH CARON,LATIN SMALL LETTER C WITH CARON
+uplow                  \x0118\x0119 156                    Ęę LATIN CAPITAL LETTER E WITH OGONEK,LATIN SMALL LETTER E WITH OGONEK
+uplow                  \x0116\x0117 345                    Ėė LATIN CAPITAL LETTER E WITH DOT ABOVE,LATIN SMALL LETTER E WITH DOT ABOVE
+uplow                  \x012e\x012f 246                    Įį LATIN CAPITAL LETTER I WITH OGONEK,LATIN SMALL LETTER E WITH OGONEK
+uplow                  \x0160\x0161 2346                   Šš LATIN CAPITAL LETTER S WITH CARON,LATIN SMALL LETTER S WITH CARON
+uplow                  \x0172\x0173 346                    Ųų LATIN CAPITAL LETTER U WITH OGONEK,LATIN SMALL LETTER U WITH OGONEK
+uplow                  \x016a\x016b 1256                   Ūū LATIN CAPITAL LETTER U WITH MACRON,LATIN SMALL LETTER U WITH MACRON
+uplow                  \x017d\x017e 126                    Žž LATIN CAPITAL LETTER Z WITH CARON,LATIN SMALL LETTER Z WITH CARON
+
+
+###
+### DIGITS
+###
+
+include digits6Dots.uti
+include litdigits6Dots.uti
+
+
+###
+### PUNCTUATION
+###
+
+punctuation            \x002c 2                            , COMMA
+punctuation            \x002e 256                          . FULL STOP
+punctuation            \x003f 26                           ? QUESTION MARK
+punctuation            \x0021 235                          ! EXCLAMATION MARK
+punctuation            \x003a 25                           : COLON
+punctuation            \x003b 23                           ; SEMICOLON
+punctuation            \x0022 4                            " QUOTATION MARK
+punctuation            \x0027 3                            ' APOSTROPHE
+# According to Unicode, this is the preferred character to use for apostrophe.
+noback punctuation     \x2019 3                            ’ RIGHT SINGLE QUOTATION MARK
+
+punctuation            \x0028 2356                         ( LEFT PARENTHESIS
+noback punctuation     \x0029 2356                         ) RIGHT PARENTHESIS
+nofor punctuation      \x0029 6-2356                       ) RIGHT PARENTHESIS
+punctuation            \x005b 12356                        [ LEFT SQUARE BRACKET
+punctuation            \x005d 23456                        ] RIGHT SQUARE BRACKET
+punctuation            \x007b 6-246                        { LEFT CURLY BRACKET
+punctuation            \x007d 6-135                        } RIGHT CURLY BRACKET
+
+punctuation            \x002d 36                           - HYPHEN-MINUS
+punctuation            \x2013 6-36                         – EN DASH
+noback punctuation     \x00ad 36                           [SOFT HYPHEN]
+noback punctuation     \x2010 36                           ‐ HYPHEN
+noback punctuation     \x2011 36                           ‑ NON-BREAKING HYPHEN
+noback punctuation     \x2012 36                           ‒ FIGURE DASH
+noback punctuation     \x2014 36                           — EM DASH
+noback punctuation     \x2015 36                           ― HORIZONTAL BAR
+
+# These are the typographically correct quotes in Lithuania.
+punctuation            \x201e 236                          „ DOUBLE LOW-9 QUOTATION MARK
+punctuation            \x201c 356                          “ LEFT DOUBLE QUOTATION MARK
+# The following characters should not be used in Lithuanian texts.
+noback punctuation     \x201d 6-4                          ” RIGHT DOUBLE QUOTATION MARK
+noback punctuation     \x201f 6-4                          ” DOUBLE HIGH-REVERSED-9 QUOTATION MARK
+# Angle quotation marks are not commonly used in Lithuanian text.
+# It's probably much more common to see them as fancy breadcrumb separators
+# than anything else, thus marking them as sign, not punctuation.
+noback sign            \x00ab 6-4                          « LEFT-POINTING DOUBLE ANGLE QUOTATION MARK
+noback sign            \x00bb 6-4                          » RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK
+noback sign            \x2039 6-4                          ‹ SINGLE LEFT-POINTING ANGLE QUOTATION MARK
+noback sign            \x203a 6-4                          › SINGLE RIGHT-POINTING ANGLE QUOTATION MARK
+
+
+
+# Two versions of horizontal ellipsis.
+# Both should consume any further repetitions of the same character.
+noback punctuation     \x2026 256-256-256                  … HORIZONTAL ELLIPSIS
+noback repeated        \x2026 256-256-256                  … HORIZONTAL ELLIPSIS
+noback repeated        \x002e\x002e\x002e 256-256-256      ... Three times FULL STOP
+
+
+###
+### MATHEMATICAL SYMBOLS
+###
+
+math                   \x002b 5-235                        + PLUS SIGN
+math                   \x2212 5-36                         − MINUS SIGN
+math                   \x003c 5-246                        < LESS-THAN SIGN
+math                   \x003d 5-2356                       = EQUALS SIGN
+math                   \x003e 5-135                        > GREATER-THAN SIGN
+noback math            \x00b1 5-235-36                     ± PLUS-MINUS SIGN
+noback math            \x2213 5-36-235                     ∓ MINUS-OR-PLUS SIGN
+math                   \x00d7 5-3                          × MULTIPLICATION SIGN
+noback math            \x22C5 5-3                          ⋅ DOT OPERATOR
+math                   \x00f7 5-256                        ÷ DIVISION SIGN
+noback math            \x2236 5-256                        ∶ RATIO
+noback math            \x2044 34                           ⁄ FRACTION SLASH
+noback math            \x2215 34                           ∕ DIVISION SLASH
+
+
+###
+### OTHER CHARACTERS
+###
+
+sign                   \x0023 6-3456                       # NUMBER SIGN
+sign                   \x0024 6-46                         $ DOLLAR SIGN
+sign                   \x0025 123456                       % PERCENT SIGN
+sign                   \x0026 12346                        & AMPERSAND
+sign                   \x002a 35                           * ASTERISK
+sign                   \x002f 34                           / SOLIDUS
+sign                   \x0040 6-345                        @ COMMERCIAL AT
+sign                   \x005c 6-34                         \ REVERSE SOLIDUS
+sign                   \x005e 6-256                        ^ CIRCUMFLEX ACCENT
+sign                   \x005f 1456                         _ LOW LINE
+sign                   \x007c 6-456                        | VERTICAL LINE
+# sign                   \x00a6 6-1456                       ¦ BROKEN BAR
+sign                   \x00a7 6-346                        § SECTION SIGN
+# sign                   \x00ac 6-235                        ¬ NOT SIGN
+sign                   \x00b5 6-134                        µ MICRO SIGN
+# sign                   \x00b6 6-1234                       ¶ PILCROW SIGN
+
+sign                   \x0060 6-3                          ` GRAVE ACCENT
+sign                   \x007e 6-26                         ~ TILDE
+
+# sign                   \x00a2 6-14                         ¢ CENT SIGN
+sign                   \x00a3 6-123                        £ POUND SIGN
+sign                   \x20ac 6-15                         € EURO SIGN
+
+sign                   \x2022 6-35                         • BULLET
+
+noback sign            \x00a9 2356-46-14-2356              © COPYRIGHT SIGN
+noback sign            \x00ae 2356-46-1235-2356            ® REGISTERED SIGN
+noback sign            \x2117 2356-46-1234-2356            ℗ SOUND RECORDING COPYRIGHT
+
+noback sign            \x2190 246-25                       ← LEFTWARDS ARROW
+noback sign            \x2192 25-135                       → RIGHTWARDS ARROW
+
+# Middle dot is unlikely to appear in text, except perhaps as a multiplication sign (dot operator).
+noback sign            \x00b7 5-3                          · MIDDLE DOT
+
+sign                   \x00b0 5-356                        ° DEGREE SIGN
+noback sign            \x2032 5-35                         ′ PRIME
+noback sign            \x2033 5-35-35                      ″ DOUBLE PRIME
+
+noback sign            \x2103 5-356-46-14                  ℃ DEGREE CELSIUS
+noback sign            \x2109 5-356-46-124                 ℉ DEGREE FAHRENHEIT
+
+
+###
+### INDICATOR AND SPECIAL SYMBOL OPCODES
+###
+
+hyphen                 \x002d 36                           - HYPHEN-MINUS
+# TODO: this is same problem as https://github.com/liblouis/liblouis/issues/439. When that
+#       issue is resolved, this decpoint line should be reviewed.
+#decpoint               \x002c 2                            , COMMA
+
+sign                   \xfffd 7                            � REPLACEMENT CHARACTER
+undefined                     7                            Replacement dots for characters not defined in this table
+
+# Including Braille patterns to avoid undefined dot combinations.
+include braille-patterns.cti
+
+capsletter                    46                           Single capital letter indicator
+begcapsword                   456                          Capital letter word/block start indicator
+endcapsword                   56                           Capital letter block end indicator
+numsign                       3456                         Number start indicator in text
+
+nocontractsign                56
+numericnocontchars     abcdefghij
+midendnumericmodechars .,:
+UTF-8
+.a2
+.a4da
+.a4de
+.a4di
+.a4do
+.a4dé
+.a4kl
+.a4ko
+.a4kr
+.a4ku
+.ale3x
+.a4ra
+.a4re
+.a4ri
+.a4ro
+.a4ry
+.a4rá
+.a4sa
+.a4se
+.a4so
+.as3t3
+.a4sy
+.a4ta
+.a4te
+.at3l
+.a4to
+.a4tr
+.a4ty
+.a4ve
+.b2
+.c2
+.ch2
+.cyk3
+.d2
+.dez3
+.d4na
+.dne4
+.dneš4k
+.d4ny
+.dos4
+.d4ve
+.d4vě
+.d4ví
+.e2
+.e4ch
+.e4ko
+.es3k
+.es3t
+.e4ve
+.f4ri
+.g2
+.h2
+.h4le
+.h4ne
+.i2
+.i4na
+.i4ni
+.i4no
+.is3l
+.j2
+.j4ak
+.je4dl
+.j4se
+.j4zd
+.jád4
+.k2
+.k4li
+.k4ly
+.kří3d
+.l2
+.le4gr
+.li3kv
+.m2
+.mi3st4
+.moud3
+.na3č4
+.ne3c
+.neč4
+.ne3š
+.ni2t
+.no4s3t
+.n4vp
+.ná1
+.nář4k
+.o2
+.o4bé
+.ode3
+.od3l
+.od3rá
+.o4ka
+.o4ko
+.o4na
+.o4ne
+.o4ni
+.o4no
+.o4nu
+.o4ny
+.o4ně
+.o4ní
+.o4pe
+.o4po
+.o4se
+.o4sl
+.os4to
+.os3t3r
+.os4tě
+.ot3rá
+.ot3v
+.o4tí
+.o4tř
+.ově4t
+.o4za
+.oz3do
+.o4zi
+.o4zo
+.o4zu
+.o4šk
+.o4šl
+.o4ži
+.p2
+.pa4re
+.pa3tř
+.polk4l
+.po3č4
+.p4ro
+.p4rý
+.p4se
+.pu3b
+.r2
+.rej4
+.re3s
+.ro4k
+.roze3
+.roz3r
+.ru4dl
+.s2
+.s4ch
+.s4ci
+.sem4
+.se3pn
+.s4ke
+.sk4l
+.s4ká
+.s4le
+.s4na
+.s4ny
+.s4pe
+.s4po
+.st2
+.s4tá
+.s4ži
+.t2
+.u2
+.u4ba
+.u4be
+.u4bi
+.u4bo
+.u4de
+.u4di
+.u4do
+.u4du
+.u4dí
+.uh4n
+.uj4m
+.u4ko
+.u4ku
+.ul4h
+.u4ma
+.u4me
+.u4mi
+.u4mu
+.u4ne
+.u4ni
+.u4pa
+.u4pe
+.u4pi
+.up4n
+.u4po
+.u4pu
+.u4pá
+.u4pě
+.u4pí
+.u4ra
+.u4ro
+.u4rá
+.us2
+.u4so
+.u4st
+.u4sy
+.u4sí
+.ut2
+.u4vi
+.u4ze
+.u4če
+.u4či
+.u4čí
+.u4še
+.u4ši
+.u4šk
+.uš4t
+.u4ší
+.u4ži
+.už4n
+.u4žo
+.u4ží
+.v2
+.va4dl
+.v4po
+.vy3
+.v4zá
+.vý1
+.v4ži
+.y4or
+.y4ve
+.z2
+.za3
+.zao3s
+.zar2
+.zač2
+.zd2
+.z4di
+.z4dr
+.z4ky
+.z4mn
+.z4no
+.z4nu
+.z4ně
+.z4ní
+.z4pe
+.z4po
+.z4tř
+.z4ve
+.z4vi
+.č2
+.č4te
+.é2
+.í2
+.ó2
+.š2
+.še3t
+.š4ka
+.š4ke
+.š4ky
+.š4ťo
+.š4ťá
+.ú2
+.ú4dů
+.ž2
+a1
+2a.
+aa3t2
+ab3lon
+ab4lý
+ab3ri
+ab4sb
+ab2st
+ac4ci
+a2d
+a3da
+a3de
+a3di
+ad2la
+a4dli
+a4dlá
+a4dlé
+ad4me
+ad4mu
+a3do
+ado4s
+a3d3ra
+ad3ri
+a3drž
+a3du
+a4duž
+3a3dva
+ad3vo
+a3dy
+a3dá
+a3dé
+a3dě
+a3dí
+ad4úz
+ad4úř
+a3dů
+a3dý
+ae4vi
+afi2a
+a2g
+a3ga
+ag4fa
+a3go
+ag3ro
+a3gu
+a3gá
+ah4li
+ah3v
+a2i
+a3in
+ai4re
+a3iv
+a2jd
+a2jm
+aj4me
+aj2o
+a2k
+a3ke
+a3ki
+a3kl
+ak4ni
+a3ko
+a3kr
+a3ku
+a3ky
+a3ká
+a3ké
+a3kó
+a3ků
+a3ký
+al4fb
+al4kl
+al4tz
+al3ží
+am4bd
+am4kl
+am4nu
+amo3s
+am4ži
+a4nae
+a4name
+an4dt
+ane4sk
+aneu4
+an4sc
+an4sg
+an4sl
+an4sm
+an2sp
+an4sv
+an4tč
+an4žh
+ao4ed
+ao4hm
+ao4stř
+ao4tč
+ap4r.
+a4pso
+ap3t
+a4př.
+a2r
+a3ra
+ar4dw
+a3re
+a4rer
+ar4gl
+a3ri
+ar4kh
+a3ro
+a4rox
+ar3st
+a3ru
+ar2va
+a3ry
+a3rá
+a3ró
+ar3š2
+ar4šr
+a3rů
+arůs3
+a3rý
+a2s
+a3sa
+a3se
+a3sh
+a3sin
+as3ná
+a3so
+as3pi
+as4tat
+a4stk
+as4tm
+a4stru.
+as3tv
+a3su
+a3sv
+a3sy
+a3sá
+a3sé
+a3sí
+a3sů
+a2t
+a3ta
+at4ch
+a3te
+a3ti
+a4tio
+at4kl
+at3lo
+a3to
+a3tr
+at3re
+at3ron
+at3rov
+a4tru
+at4rá
+at4th
+a3tu
+a3tv
+a3ty
+a3tá
+a3té
+a3tě
+a3tí
+a3tó
+at1ř
+a4tří.
+a3tů
+a3tý
+a2u
+au4gs
+a3uj
+auj4m
+aus3t
+a3uč
+2av
+av3d
+av4d.
+av3lo
+a4vlu
+a4vlí
+av3t
+av4ti
+2ay
+ay4on
+az3k
+az3la
+az4lé
+az3ni
+a3zp
+a2č
+a3ča
+a3če
+a3či
+a3čl
+ač4má
+a3čo
+a3ču
+a3čá
+a3čí
+a3čů
+a2ň
+a3ňo
+a3ňu
+aře4k
+a3ří
+a4špl
+a4špy
+a2ť
+aú3t
+2b.
+3ba.
+ba4br
+ba4chr
+ba3ka
+ba4se
+2b1c
+b1d
+be4ef
+be4et
+bej4m
+be3p
+beu4r
+be2z3
+beze3
+b1h
+1bi
+bi2b3
+bis3
+bist4
+bi4tr
+b1j
+2bk
+3bl.
+bl4bl
+b2lem
+b2les
+3blk
+b4lán
+b2lém
+b1m
+2bn
+1bo
+bo4et
+bo4jm
+bo4ok
+bo4tr
+bou3s
+bo4šk
+b2ral
+b2ran
+2bri
+b4rodit
+b4rou
+broz4
+b2ru
+b3ru.
+b3rub
+b2rán
+2b1s2
+bs3tr
+2b1t
+btáh4
+bu2c
+bu4en
+3by.
+bys3
+by4sm
+by4tč
+by4zn
+b2z
+1bá
+2b1č
+bé4rc
+1bě.
+bě3ta
+1bí
+3bín
+bí4rc
+2bň
+b3řa
+b3ře.
+bře4s
+b1ří
+2bš2
+2c.
+1ca
+cad4l
+ca4es
+2cc
+1ce
+cech4
+ced4l
+celo3
+ce4ns
+ce4ov
+ce4ps
+cer4v
+ce2u
+2ch.
+1cha
+4chalg
+3che
+4che.
+2chl
+ch4ly
+ch4mb
+2ch3n
+2cht
+4chte
+1chu
+ch4u.
+1chy
+1chá
+2chř
+1ci
+cien4c
+cik4l
+2ck2
+c4ket
+ckte4rý
+2cl
+c3la
+c3lé
+2cn
+1co
+co4at
+co4mm
+co4žp
+c2p
+2ct
+c2ti
+ctis4
+ct4la
+ct2n
+c3tv
+c2tě
+cuk1
+1c2v
+cy2
+1cá
+1cí
+cí4pl
+2cň
+1ců
+2d.
+1da
+da3d
+da4jš
+da4kl
+da4tr
+d1b
+d2ba
+4dbat.
+d2bá
+2d1c
+dch4l
+3dch4n
+d1d
+dd4ha
+1de
+de4bre
+de3hn
+de3jd
+dej4mo
+de3kl
+de3kv
+de2na
+de2oz
+de3sl
+de4sm
+de4so
+de2sp
+des4t
+de3str
+de1x
+de4xt
+de2z
+de3zn
+dez3o
+de3čt
+de4žp
+2d1h
+1di
+di4gg
+4dind
+dis3k
+di4so
+d1j
+dj4us
+2dk
+d3kv
+3dl.
+d1la
+d4lab
+d4lak
+d3li
+1dln
+d2lou
+d3lou.
+d2lu
+d3luč
+d4láž
+d1lé
+2d1lí
+d2lů
+d1m
+1dmd
+dmýš4
+2dn
+1do
+4dobl
+4doboj
+dob4rat
+do3by
+do3bě
+do3bý
+do1d
+4do4dd
+4do4dj
+dod4n
+do3h
+doj4m
+4dokn
+4doly
+do3mn
+domoh4
+do3p
+do4pc
+dop4n
+dor2v
+do1s
+dos4p
+dos4tiv
+do3t
+do3uk
+do3uč
+do3z2
+doz4n
+do3č
+4do4čn
+doč4t
+do4žp
+4dran
+d4rap
+d1re
+d4ren
+3drobn
+d3ros
+d3rou
+d3roš
+dr4sc
+d3ruš
+d3ré
+d3rý
+d4rýv
+2d1s2
+ds4ků
+ds4po
+d1t
+d3tl
+d3tř
+1du
+dum3ř
+du3na
+du3p
+du4pn
+2dur
+du3si
+du4í.
+d2v
+d4vac
+d3ve
+d3vl
+d3vr
+d3vy
+d3vá
+d3vě
+d3ví
+1dy
+dy4su
+d3zb
+d3zd
+d3zn
+1dá
+2d1č
+1dé
+1dě
+3děj
+1dí
+2dň
+d1řa
+dře4k
+d4řep
+dře4pn
+d4řev
+d1ří
+d2řít
+2dš2
+d3šk
+d3št
+1dů
+3dů.
+dů3s
+1dý
+d2ž2
+2e.
+e1a
+ea3dr
+e2ar
+e1b
+eb4er
+ebez2
+eb4li
+e2bř
+e4ch.
+e3chl.
+e4chm
+e3cho
+e2chr
+e3chv
+e4chť
+ed4be
+ed4kv
+ed1l
+ed2ma
+e3dmn
+ed3v
+ed4ří
+e1e
+ee4th
+ee3xi
+eg4gi
+e1ha
+e1he
+ehno4
+eh4ně
+e1ho
+e1hr
+e1hu
+e1hy
+e1há
+e1hý
+e1i
+eilus3
+ej3ag
+e3jas
+e1je
+e3jed
+ej3ele
+e3jez
+ej3in
+e3jis
+ej1m
+ej3mo
+e3jmu
+ej1o
+ej1u
+eju3st
+ej3v
+e2k
+e3ka
+e3ke
+e4kly
+e3ko
+e3kr
+e3ku
+e3ky
+e3ká
+e3ké
+e3kó
+e3kř
+e3ků
+e1la
+e4lau
+el4dv
+e1le
+e1lo
+e1lu
+e1ly
+el4ze
+e1lá
+e1lé
+e1lí
+e1ml
+e4mlí
+emo3k
+e1mr
+e1my
+e3má
+e1mě
+e1mí
+e3mř
+e3mů
+e1mý
+em3že
+en4dv
+enitos4
+en4sc
+en4si
+ent3r
+e1o
+eo3by
+eoch3r
+eod3l
+eo4du
+e4ole
+eo1s
+eo2st
+eo4tř
+eo3z
+eo4zb
+eo4zd
+eoše3
+epa3t
+e2pl
+e4pni
+ep2no
+e4pný
+epoč3t
+epro4zř
+ep4tl
+ep4tm
+ep4tn
+e4ptu
+epy3
+2er
+e1ra
+er4a.
+e1re
+e1ri
+e1ro
+er3s
+er4s.
+er4sn
+e1ru
+e1ry
+e1rá
+e1ré
+e1rů
+e1rý
+e1s
+e4sag
+e2sce
+e4sin
+esi4s
+e2sk
+es4k.
+e4s4kn
+es3ku.
+es3ky
+es3ké
+e2sl
+e4s3li
+e4sly
+es2m
+e4sp.
+es4pe
+e2st
+e4st.
+e4ste
+es3tiž
+es4tol
+e4strou
+es3tán
+e1t
+e4tki
+e4tkr
+e4tli
+e4tly
+et3ri
+et3ro
+et3rů
+et1ř
+et4ún
+e1u
+eu3b
+eu3ct
+eu3d
+eu3k
+eu3m
+eu4m.
+eu3n
+eu3p
+eu3r
+eu4r.
+e4ura
+eu4ras
+eu4rg
+eu3s2
+eu3t
+e4u4t.
+eu4tra
+eu4ts
+eu3v
+eu3z
+eu3ž
+e3vd
+eve4š
+e3v2k
+e4vsk
+evy3
+evyjad4
+evypá4t
+evy4čk
+evě4tr
+ex4ta
+e3xu
+ey4or
+ey4ov
+ezaos3
+ez4ap
+ez4bo
+ez3de
+ez3dov
+ez3du
+ez4dě
+e3ze
+ez4ed2
+ez4ej
+ez4el
+ez4er
+ez4es
+ez4ez
+ez4eš
+ezis4
+ez4it
+ez4le
+ez4ná
+ez4ně
+ez4py
+ez2t
+ez4ác
+ez4áh
+ez4če
+e3zí
+e3zř
+ez4ře
+e1á
+eč4kat
+e1čt
+eč4te
+e4čti
+e4čtí
+e2ň
+e3ňo
+e3ňu
+e3ňá
+e3ón
+e1ř
+eře4k
+eř4ku
+e3ří
+e2š
+e3še
+e3ši
+e4ška
+e3šl
+eš4lá
+e3šo
+eš4to
+eštíh4
+e3ší
+eú1
+eúmy4
+eú3n
+eú3p
+eú3t
+eú3č
+ežíš4
+1f
+2f.
+fe4in
+fene4
+fe4ue
+fi4em
+fi4fl
+f2l
+f3lí
+fló4r
+fm4no
+2fn
+2fr
+f4ran
+f4ras
+3frek
+f1ri
+2fs
+fs4te
+2ft
+fu4ch
+2fé
+f2ú
+1g
+2g.
+ga4uč
+ge2s
+ghou4
+3gic
+3gin
+gi4ím
+g4lom
+2g1m
+2gn
+g4noi
+g4nos
+go1
+go4hm
+3graf
+gu4el
+gu4it
+gu3m
+gu4m.
+gus4t
+gu3v
+2h.
+ha4ag
+ha4ar
+ha4bl
+ha4br
+ha3dl
+ha4dla
+ha4ke
+has3t
+hatos4
+ha4yd
+h2b
+h2c
+2hd
+he4br
+he4id
+hej4s
+he2s
+he2u
+he3x
+hi4an
+hi3er
+hi4gh
+hi4re
+2hk
+4hla.
+h4led
+h3len
+2hli
+4h3lo.
+h3lob
+h3lop
+h3lov
+h3luj
+2h1ly
+4hlá.
+h4lás
+h3lí.
+4hlík
+2hlý
+h2m
+2h2n
+h3ne
+h4ned
+h3niv
+h4noj
+3hněd
+3hodin
+ho3str
+hos4tě
+4hove
+4hovna
+4hovny
+4hovná
+4hovně
+h2r
+hra4p
+2h1t
+h4tin
+h2tě
+h4tít
+hu4ch
+hu3mo
+hu4tň
+2h2v
+hyd1
+hy4do
+hy4ps
+hys3
+hy2t3r
+hy4zd
+h1č
+2hň
+hř2
+hř4by
+hý4bl
+h2ž
+2i.
+i1a
+ia3d
+ia3g2
+i4al.
+ias4t
+ia4tr
+i1b
+ib2l
+i2b1r
+i1ch
+i4chž
+i1d
+id4ge
+id2l
+id4lo.
+i4dlý
+i1em
+i1en
+i1et
+if1r
+ig4ne
+i1h
+i2hl
+i3hl.
+i4hli
+ih3n
+ih4na
+i3im
+i1j
+ijed4
+ij4me
+ij4mi
+i2kl
+ik3le
+ik3lo.
+ik3m
+ik4ry
+i4kve
+ik4úř
+i1l
+il4ba
+ilič4n
+i4lnu
+ilu3
+i1m
+i4mla
+i4mly
+i4mun
+i2n
+i3na
+ina3d
+in4cm
+in4dl
+i3ne
+3infe
+in4gh
+in4gp
+in4gs
+in4gt
+i3ni
+i3no
+i3nu
+i3ny
+i3ná
+i3né
+i3ně
+i3ní
+in4šp
+i3nů
+i3ný
+i1o
+io4sk
+i2ps
+i1r
+iro4s
+i1sa
+is3c
+is4ch
+is4k.
+is3ka
+is3ke
+is3ko.
+is3kr
+is3ku
+is3kv
+is3ky
+i3slav
+is3lo
+is3lé
+is3pl
+is3po
+is1t
+is4tal
+is4tat
+is4th
+ist3v
+is3tí
+i1sy
+i3sá
+i1t
+it1r
+it4rh
+it4rp
+it4se
+it4su
+i2tv
+i1um
+iv3d
+i1x
+ix4td
+i3zp
+iz1r
+i1á
+i1čl
+ič3t
+ič4tl
+ič4to
+i2ď
+i1é
+ié4re.
+i1íc
+i1ím
+i1ó
+i1ř
+iř4kl
+iř4če
+i2š
+i3še
+i3ši
+iš3k
+iš4kr
+iš4kv
+i3šo
+iš4to
+i3šu
+i3šá
+i3ší
+i2ž
+i3ža
+i3že
+i3ži
+i3žo
+i3žu
+i3žá
+2j.
+ja2b2
+jac4k
+ja4cq
+ja3d
+ja3g
+j3akt
+j1b2
+jbyst3
+2j1c
+j2d
+j3dob
+j3dok
+j3dos
+j3dr
+j3dá
+jd4ří
+j3dů
+jech4
+j3ef
+j3ex
+jez3dí
+jg4ra
+2j1h
+1ji
+ji4ch
+jih3l
+ji4mž
+j4ina
+jis3k
+jit4ro
+ji2zv
+j1j
+2jk
+j3kv
+2j1l
+j2m
+j3ma
+j3mi
+jmou3d
+2jmí
+2jn
+jne3
+j1ob
+j1od
+jod2ř
+j1oh
+j1op
+j4ora
+j1os
+jo3sv
+j2ov
+j3ovl
+j1o3z2
+2jp
+jpor4
+jpo4zv
+jpříz4
+2j1r
+2j1s2
+j4sem
+j4si.
+j4sk.
+js4ko
+js4ká
+j4s4ků
+j4s4me
+j3sn
+j4sou.
+j4souc
+js4po
+j4s4te
+2j1t
+j3tl
+ju4an
+ju3na
+ju3p
+j1us
+ju3sp
+ju3t
+ju4t.
+ju3v
+ju4xt
+ju3z
+j1už
+ju3ži
+2jv2
+j3vd
+j3vn
+2jz
+j3zb
+j3zd
+j3zk
+j3zn
+j3zp
+jád2r
+2j1č
+2jď
+1jí
+j3št
+jš4ti
+j3šť
+2jú1
+jú3n
+jú3č
+jú3ž
+2jž
+1k
+2k.
+ka4bl
+ka4ch
+ka3dl
+3kaj
+ka3ka
+3kami
+3kaně
+ka2p3l
+ka2p3r
+ka2ps
+ka4pv
+ka2př
+kas3t
+kast3r
+3kat
+ka4uč
+3kav
+3kač
+3kař
+kaš3l
+ka4šp
+2k1c
+k2d
+k2e
+ke4bl
+ke3jo
+ke4pr
+ke4ps
+3ket
+2kf
+2kk
+k2l
+3kl.
+4k3la.
+k3lej
+4k3li.
+k4lib
+k3lic
+4klička
+4klo.
+k3los
+2k3ly
+k3lá.
+k3lé
+k3ló
+k3lý
+2k2m
+k3mě
+2kn
+kna4s
+ko3by
+3kof
+ko4jm
+ko2př
+ko4sk
+ko2t3v
+kous3k
+3kov
+ko3zá
+4kroa
+k3rob
+k3rof
+kr2s
+kr4ú.
+2ks
+2k1t
+kt2r
+kuch4
+ku4fř
+ku4hr
+3kuj
+ku3se
+ku3si
+ku3su
+ku4th
+ku3v
+2k2v
+k4vrň
+3kyn
+ky2pr
+kyp3ř
+ky4zn
+3kác
+ká4pl
+3kár
+3kář
+2kč
+k2ň
+k2ř2
+k3řej
+kš4ti
+3ků.
+2l.
+1la.
+la4br
+lab4s
+la3ka
+la4nq
+la4ps
+4la3si
+la4vš
+la4y.
+la2zm
+2l1b
+2l1c
+2l1d
+ld4ne
+le4ad
+le4au
+lech3t
+leh3n
+le2i
+1lej
+le3jo
+4lejšk
+1lel
+4lench
+lepa3d
+lepo4s
+le4pr
+le4ps
+le4sc
+le4sm
+le4sv
+let4li
+let3m
+le2tr
+le4tč
+le4uk
+le4vh
+le4vk
+le3xi
+lez3n
+2lf
+2lg
+2lh
+3lhan
+1li
+li4az
+li4bl
+li4bv
+li4dm
+lind4
+3lio
+li4tň
+li4vr
+2liž
+2lj
+2lk
+l4kat
+l2kl
+lk4nu
+2ll
+2l1m
+2ln
+l4nul
+lo3br
+lo4id
+lo4is
+1los
+lo3sp
+lo3stř
+lo3sv
+lo2tr
+lo4tř
+lo4u.
+lo3z
+loz4d
+lo4šk
+2lp
+l2pě
+2l1s2
+l4sla
+ls3n
+lst4n
+l4stí
+2l1t
+lt4ra
+lt4ru
+lt4ry
+lu4id
+lu4j.
+lu4k.
+lu4lk
+lu4m.
+lu4mn
+lu3pr
+lu3va
+lu3vl
+lu3vy
+lu3ví
+2lv
+2lz
+1lá.
+lá4jš
+lá4vš
+2l1č
+1lé.
+1lík
+lí4pl
+lí4zn
+1líř
+2lň
+2lš2
+l3št
+l4štý
+1lů
+1lý
+lý2t
+2l2ž
+2m.
+1ma
+maj4s
+ma4kl
+ma4kr
+4mald
+mas3k
+mat3r
+ma4tra
+ma4vš
+maz3l
+2m1b
+2m1c
+2m1d2
+m2dl
+1me
+3me.
+me4go
+me4is
+met3re
+me3x
+mezi3s
+2mf
+mh4le
+1mi
+mid3l
+mik3r
+mi4xt
+2mk2
+3m2kl
+mk4la
+mk4li
+m2l
+4mla.
+2mle
+ml3h
+ml4h.
+2mli
+ml4sc
+ml4sk
+4mlu.
+2mn
+m3na
+mna4s
+m4noh
+m3nos
+m4noz
+3množ
+m3ná
+m3né
+m4néz
+m3něj
+m3ný
+1mo
+mod3r
+mo2hl
+mo2k
+mo2s
+mo4s.
+mot3ř
+4mout
+moza4
+mo3zř
+moú3
+2mp
+m4plo
+mpo4s
+m2ps
+mp4se
+mp2t
+mr2s
+2m1s2
+m4stl
+2m1t
+1mu
+mu4fl
+mu3n
+mu4n.
+mu4nd
+mu4nn
+mu4ns
+mu4nš
+2muš
+2mv
+mys3lo
+my4šk
+2mz
+3má.
+málo3
+má2s
+2mč
+m2če
+mí1c
+mí4rň
+2m2š
+mš4či
+mš3ť
+mš4ťan.
+3mů.
+3mý.
+m2ž
+1n
+2n.
+3na.
+na3ch
+na4do
+na4em
+na3h
+na4h.
+na3jd
+na3ka
+nam4ne
+na3p2
+na3s2
+na4s.
+nat2
+na3tl
+na3tř
+na3z
+naz4k
+na4zš
+na4č.
+na3š
+naž4n
+2nb
+2n1c
+n4chc
+2n1d
+nd4hi
+ndo4t
+nd2re
+nd4ri
+nd4ří
+ne1d
+ne4gl
+ne1h
+ne3h4n
+ne2j
+nej3t
+nej3u
+ne3kl
+ne4kro
+ne3kv
+ne4m.
+ne3p
+ne3s2
+ne4s.
+nes4le
+ne4ss
+4nesti
+ne3tl
+net4r
+ne3ud
+ne3v2
+ne4v.
+ne3z
+nez4n
+ne3šk
+ne3šť
+2nf
+n3fr
+2ng
+ng1l
+ng4la
+ng4le
+ng4lí
+n4gro
+ng4vi
+nik4t
+ni4mr
+ni4mž
+3nio
+3nisk
+2nitř
+n1j
+2nk
+2n1l
+2nn
+no3b2
+no4bs
+no3hn
+no4hs
+no4ir
+no4mž
+no4sky
+no3sm
+no3str
+not4r
+no3z
+no4zd
+no4šk
+2nož
+2n1s2
+n2sa
+ns3ak
+ns4ko
+n4soc
+ns3po
+nst4ra
+2n1t
+nte4r3a
+nt4lem
+nt4r.
+nt3ru
+nt3rá
+2nub
+nu4gg
+3ny.
+2nz
+3nák
+ná3s2
+ná4s.
+2n1č
+2nď
+2nív
+2níž
+2nó
+2nš2
+n3št
+nš4ťo
+nů2
+2nž
+2o.
+o1a
+oang4
+o1ba
+o1be
+obe3j
+obe3s
+obe3z
+ob1l
+ob1r
+ob4rň
+o1bu
+obys4
+ob3z
+o3bé
+ob3řez
+o1c
+o4chl
+o2chr
+oc4ke
+oc4ko
+o4ct.
+oct3n
+ocy3
+oc4ún
+od3b
+odej4m
+ode3p
+ode3s
+od1l
+o4doc
+odos4
+odo4tk
+od3ra
+od4ran
+od3rů
+o3drž
+od3v
+od1ř
+o1e2
+oe3g
+oe3ti
+o2fl
+ofrek4
+og2
+o3gn
+o1h
+oh4ne
+o1i
+oi4ce
+o4int
+o1j
+o4jar
+oje4dl
+o4jmi
+o4jmov
+o4jmu
+o4jmů
+oj2o
+o4juz
+2oka
+ok2te
+o1l
+ol4gl
+ol4to
+o1m
+om4kl
+om2n
+o2n
+o3na
+ona4s
+o3ne
+o3ni
+o3no
+ont4ra
+o3nu
+o3ny
+o3ná
+onář4ka
+o3ně
+o3ní
+o3nů
+o3ný
+o1o
+oo4hř
+oote2
+opoč3t
+opro4s
+o2ps
+o4ptu
+opá4t
+o4př.
+opřej4
+opře4jm
+o1ra
+o4rae
+or4dm
+o1re
+o1ri
+o1ro
+or3st
+o1ru
+or4vá
+o1ry
+o1rá
+o3ré
+o1rů
+orůs3
+o3rý
+o1sa
+o4sai
+ose4s
+osi4d
+o1sk
+o4s3ke
+o4sku
+osk3v
+o4ská
+o4ský
+o1sl
+os4la
+os4li
+os4lý
+os3mo
+os4mu
+o4st.
+o4stg
+o4stm
+os4tor
+os3trů
+o4sté
+o4stš
+o4stý
+o1sy
+o1t
+ot4kl
+o4tlý
+oto3s
+ot3ro
+ot3ví
+o3tí
+o3tř
+ot3ři
+o2u
+ou3bě
+ou3dě
+ou4fl
+ou4il
+ou4is
+ou4k.
+ou3ka
+o4ukl
+ou3kr
+ou3ká
+ou3m
+oup3n
+oupo4
+ou4s.
+ou3sa
+ou3se
+ou4sk
+ou3sm
+ou4tv
+ou3v
+ou4vl
+ou4vn
+ouz3d
+o4učk
+ou3ži
+ovi4dla
+o4vsk
+ovy2p
+o2všt
+o1x
+o2z
+o3za
+oz1b
+oz4d.
+oz3dá
+oz3dě
+oz3dí
+o3ze
+oze3d2
+ozer4
+oz1h
+o3zi
+oz3j
+oz3k
+oz4ko
+oz1l
+oz3m
+o4zn.
+o3zo
+oz3p
+oz4py
+oz4pě
+oz4pí
+oz3ro
+oz3ru
+oz3rů
+oz3t
+o3zu
+o4zut
+oz3vr
+oz3vá
+o3zí
+o3zů
+ozů4s
+o1č
+oč2k
+oč4ka
+o2ň
+o3ňa
+o3ňo
+o1ř
+oři2s
+o3šk
+o4šku
+o4šky
+o3šl
+oš4lá
+oš4mo
+oš4ti
+oš4ťu
+o3žl
+ož4mo
+1p
+2p.
+pa4ed
+pa4es
+pa4kl
+pa3si
+pa4t.
+pat4ri
+2p1c
+pe4al
+pede4
+pe4ig
+pe4np
+peri3
+pes3t3
+pe4tra
+3peč
+pi4kr
+pi4pl
+2pk
+p2kl
+p2l
+3pl.
+4p3la.
+pl3h
+pl4h.
+4p3li.
+4plo.
+2pn
+p2nu
+po1b2
+po3c2
+3pod
+podbě4h
+pod4nes
+po3dru
+po3drá
+po3h
+poly3
+po3m2
+po4mp
+po4ol
+po3p
+po4p.
+po4pm
+po1s2
+pos4p
+post4r
+po3t2
+po4t.
+po4tn
+po3uk
+po3uč
+po3už
+3po3v
+po3z2
+po4zd
+poč2
+po3čk
+poč3te
+po3ří
+po4šv
+2pp
+4pra.
+pra3st
+pr2c
+pro1
+prob2
+pro3p
+pro3t4
+pro3z
+pr2s
+4prán
+prů3
+pse4s
+2p1sk
+p4sut
+2pt
+p4tej
+p4ter
+p4tev
+pt4ri
+p3tu
+p4tá.
+pu4dl
+pu4tr
+pyt3l
+pá1
+pá2c
+pád3l
+pá4nv
+pá4sl
+2pč
+pé4rh
+2př.
+pře3h
+pře3j
+pře3t4
+pře3z
+pře3č2
+při3
+přih4
+2pš
+pš4ti
+2pť
+qu2
+2r.
+1ra.
+ra4br
+ra4em
+ra4es
+ra4ff
+ra4hl
+ra4hm
+ra4jg
+ra4jš
+2rak
+ra4nh
+ra3si
+rast4r
+ra4vv
+ra4wl
+ra4y.
+ra4yo
+ra4ďm
+4raži
+r1b
+r2bl
+r1c
+rca3
+r3cha
+r3cho
+rc4ki
+r1d
+r4dla
+rdo2s
+re4ad
+re4au
+red4r
+re4et
+re3kl
+re3kvi
+re4mr
+re2sb
+res3l
+retis4
+ret4r
+re4um
+r1ha
+r3hl.
+rh3n
+r1ho
+r3hu
+r1há
+ri4bb
+1ric
+ric4ku
+ri4dg
+ri4dr
+ri4fl
+ri4gh
+ri4zm
+2rk
+r2kl
+r1l
+2r1m
+r4mio
+2rn
+rna4vš
+rn4dr
+ro4ad
+ro3by
+rod2l
+ro3d4r
+3rofy
+ro3h
+ro4h.
+ro4jb
+ro4kš
+rom3n
+romy4s
+ropát4
+ro2sb
+ro4skv
+ro4sky
+ro3sv
+ro3ti
+ro3tl
+ro4tč
+ro3vd
+rově4t
+3rový
+roz3d
+roz3n
+ro4zo
+roz3v
+ro3zá
+ro4čp
+rpa3d
+2rr
+rr4ha
+rr4ho
+2r1s
+r2st
+r4stu
+rs3tvě
+rs3tvý
+2r1t
+r2th
+r4trá
+rt4sm
+rtu3
+r2t3v
+rt4zu
+1ru.
+ru3se
+ru3si
+rus3k
+ru3ži
+3rvaní
+r1x
+1ry.
+rych3
+ryd2
+rys3ky
+rys3t
+ry4zk
+ry4zn
+ry4í.
+ry4šk
+2rz
+rz3d
+rz3l
+rád4l
+rá4dž
+1rák
+rá3ri
+1rář
+r1č
+4rčitý.
+rč3t
+3ré.
+2ró
+2rš
+rš4ní
+rů4m.
+růs3ta
+rů4v.
+3rý.
+rý4zn
+2s.
+sa4pf
+sa4pr
+sas3k
+s2b2
+s2c
+s3ca
+s3ce.
+sch2
+sch4l
+sch4n
+3schop
+s3ci
+sci4e
+s3cí
+s2d
+1se
+se4au
+se3h
+se4ig
+se4il
+sej4m
+se4ku
+3sel
+se3lh
+3sem
+ser4va
+se3s2
+ses4k
+se4ss
+se4stra
+se4stru
+se4stř
+set2
+se3tk
+se3tř
+se4ur
+se3z
+se3čt
+2sf
+s3fo
+3sfé
+s3fú
+1si
+3sic
+3sif
+si4fl
+sig4no
+3sik
+si3ste
+3sit
+s2j
+s3ju
+s2k
+4skac
+s4kak
+4skam
+s4kok
+2skon
+skos4
+4skot
+sk4ra
+sk4ru
+sk4ry
+4skve
+sk4vo
+s3kán
+s3ků
+3sl.
+4s3la.
+s4lav
+s3le.
+s4led
+s3lem
+s3len
+s3let
+s4lib
+s4liči
+3sln
+4s3lo.
+s2ly
+s3ly.
+s1lí
+s2ma
+s4mek
+s2mo
+2sn
+s2na
+s3nat
+s2ne
+s3ne.
+sn4tl
+s2ná
+s3ná.
+s4níd
+1so
+sob4l
+so3br
+so4sk
+so4tv
+sou3h
+sou3s
+souz4
+so4šk
+s2p
+s4pol
+spro4s
+1sr
+2ss
+ss4sr
+2st.
+4sta.
+s3taj
+s2tan
+st4at
+4stec
+s4tep
+st4er
+s4tero
+s4tich
+2stil
+s4tink
+4stit.
+4stič
+st3lo
+2stn
+4sto.
+s4tona
+4stou.
+4str.
+4stram
+s4trik
+4strn
+4strác
+4stupni
+s2tv
+st4ve
+3ství
+4sty.
+s4tyl
+3styš
+s2tá
+4stá.
+s3tář
+4stě.
+s4těd
+3stěh
+s2těr
+s2těž
+s1tí
+2stí.
+s3třej
+1su
+su4ba
+su4bo
+suma4
+su3ve
+s2v
+sy3c
+sych3r
+sy4nes
+sá2d
+3sáh
+sá2kl
+2s2č
+s3či
+1sé
+1sí
+2sň
+2sť
+s3ťo
+1sů
+s2ž
+2t.
+1ta.
+ta2bl
+tac4tvo
+t2a3d
+1taj
+ta4jf
+ta4jg
+4talt
+4tand
+3taně
+t1ao
+2tark
+tast4
+ta3str
+ta4čk
+2t1b
+2t1c
+1te
+3te.
+te4ak
+te4fl
+te4in
+4teném
+teob4
+tep3l
+ters4
+tes3ta
+te4tr
+te4uc
+te4ur
+te4ut
+2tf
+2tg
+1ti
+ti4gr
+2tih
+ti3kl
+tin4g
+ti4pl
+ti3sl
+tis4tr
+ti4tr
+2titu
+tiz4r
+4tizí
+tiú3
+2tiž
+2tk2
+t4kal
+4t2kan
+t4kat
+t2kl
+tk4la
+tk4li
+4tkně
+t2ká
+2tl
+3tl.
+4tla.
+t1le
+tles3
+3tlm
+t3lo.
+t4lou
+tlu3
+tlu4s
+t1ly
+t1lé
+2tm
+t2ma
+2tn
+t3ní
+1to
+to4as
+to3b
+tob4l
+to3dr
+to4hm
+to4ir
+2toj
+tol4s
+to4ol
+4top.
+4topt
+4topu
+2torn
+2toup
+2tp
+t3rant
+t4rea
+t4ref
+tre4t
+4tric.
+trip4
+t4rit
+t4rog
+t3rol
+tro4sk
+t4rou
+4trouh
+4troň.
+4trun
+t4rus
+4t4ruž
+t3ráln
+4tráš
+2trč
+t3rům
+t3rův
+2trý
+2t1s
+ts4ko
+ts2t
+2t1t
+tt4ch
+tt4ri
+1tu.
+tu4ff
+1tuj
+tu4lk
+2tup
+tu4r.
+tu3ry
+tu4s.
+tu4ť.
+tu3ži
+t2v
+2tve
+2t3vi
+t4vinn
+t4viš
+t4výc
+1ty.
+ty4gř
+ty2la
+ty4ře
+ty4řh
+ty4řj
+ty4řo
+ty4řr
+ty4řú
+3tá.
+tá4fl
+t2č
+t3či
+2tčí
+1té
+té2bl
+3tém
+1tě
+tě3d4l
+2těh
+2těnn
+2těp
+1tíc
+4tíc.
+4tíce
+1tím
+2tín
+2tír
+2tř
+t4řeb
+třeh3n
+t2řel
+t2řic
+t3řil
+tř4ti
+t1řu
+t2řá
+3třáb
+tří4s
+2tš
+t3št
+tš4ti
+1tů
+1tý.
+1tým
+1týř
+3týš
+u1
+2u.
+u2at
+u2b
+u3ba
+u3be
+u3bi
+u3bo
+ubs4t
+u3bu
+u3bá
+u3bí.
+u3bů
+uc4tí
+2u2d
+u3de
+u3di
+u3do
+u3dru
+u3du
+u3dy
+u3dí
+ue4fa
+2uf
+u2hl
+uh3lá
+uh3no
+u2in
+u2jm
+u2k
+u3ka.
+uk4aj
+uk4al
+uk4at
+u3ke
+uk3la
+uk3le
+u3ko
+u3ku
+u3ky
+uk4á.
+u3ků
+ul4fa
+ul1h
+ul4pí
+u2m
+u3ma
+u3me
+u3mi
+um4pl
+um4ru
+u3mu
+u3má
+3umř
+u2n
+un4dl
+u3ne
+u3no
+u3nu
+u3ně
+u3ní
+u3nů
+un4žr
+u2p
+u3pa
+u3pe
+upe2r3
+u3pi
+u3pln
+u3pu
+u3py
+u3pá
+u3pě
+u3pí
+u3pů
+u2r
+u3ra
+u3re
+u3ri
+2u3ro
+u3ru
+u3ry.
+u3rá
+1urč
+u3rů
+u2s
+us3ky
+us3ká
+us3ké
+us3ký
+us1l
+us2lo
+u3so
+u4ste
+u4sty
+u4sté
+u4stě
+u3stř
+u4stš
+u4stý
+u3su.
+u3sy
+u3sá
+u3sí
+u3sů
+u4tro
+u4trá
+u2v
+u3vi
+u3vu
+u2z
+u3ze
+u3zi
+uz1l
+u3zo
+u3zu
+u3zí
+u2č
+u3ča
+u3če
+u3či
+u3čo
+uč3t
+u3ču
+u3čá
+u3čí
+u2ď
+u2ň
+u2š
+u3še
+u3ši
+uš4kl
+u3šo
+uš3tí
+u3šu
+u3šá
+u3ší
+u2ž
+u3že
+u3žo
+u3žu
+u3žá
+u3ží
+1v
+2v.
+va3dl
+va4jť
+va4kl
+2v1b
+2v1c
+v2ch
+2v2d
+v4dal
+v3di
+v4děk
+v4děč
+ve3dle
+ve3jd
+3ven
+ve2p
+ve3ps
+vep3ř
+ves3l
+ve4sm
+ves4p
+ve3sta
+ve3t4ř
+ve2z3m
+vi4ch
+vide2
+vi4dr
+vi4et
+vi4kr
+vi2tr
+2vk
+v2kr
+v2l
+2v3la.
+4vle.
+4vlem
+2vlo
+2vm
+2vn
+v4nad
+vo3b
+vo4ic
+vo4ja
+vo4jb
+vo4jd
+vo4jj
+vo4jm
+vo4jř
+vo2s
+vo4tř
+vou3
+vous2
+v2p
+vr2c
+vr2dl
+4vrny
+v1ro
+vr4st
+vrst3v
+vrs4tvě
+2vs2
+v1sk
+v3stv
+2v2t
+vy3c
+vy3d2
+vy4dra
+vyp2
+vy3s2
+vy4sn
+vys4t
+vy3t
+vy3č
+vyč4k
+vyš2
+vy4š.
+vy4šm
+vy4šš
+vy4žl
+v2z2
+vz4no
+vz4né
+vz4ně
+vz4ní
+vá3ri
+2v2č
+v3čá
+v3čí
+v4čír
+vě4cm
+vě3t4a
+více3
+ví4hat
+3vín
+2vň
+2vří
+v3řín
+v2š2
+vše3s
+v3ští.
+3výs
+vý3t
+3vý3z
+v2ž2
+wa4fd
+3war
+wa4re
+we2
+2x.
+xand4
+2xf
+xisk4
+2xn
+3xov
+x1t
+xt4ra
+xy4sm
+y1
+y2a
+y2bl
+yb3ri
+y2ch
+y4chr
+y2d1l
+yd4lá
+y2dr
+yd4y.
+y2e
+y2gr
+y3hn
+yh4ne
+yj4ma
+yj4me
+y2kl
+yk3la
+y3klop
+yk4ly
+ymané4
+ym4kl
+yna4s
+y3ni
+ype4r
+yp4si
+yp4tá
+y2př
+yr2v
+y2s
+y3sa
+y3se
+y3si
+ys3lu
+y3sm
+y3so
+y3sp
+ys2t
+ys3te
+yst4r
+y3su
+y3sv
+y3sy
+y3sá
+y3sé
+y3sí
+yt4me
+yu3ž
+y3vs
+yvě4t
+y3zb
+y3zd
+y3zk
+y3zn
+yz4ně
+yz4ní
+y3zp
+yz4po
+yč2k
+y2ň
+yř3b
+yřk4n
+yř4če
+y3ří
+y2š
+y3še
+y3ši
+y3šk
+yš1l
+y3šo
+y3šp
+y3šu
+y3ší
+yž2
+y3žd
+1z
+2z.
+zab2l
+za4bs
+za4dk
+za3dl
+za4dn
+za3h
+za3i
+za3j
+za4jk
+za3k
+za4kt
+zal4k
+zam4n
+za3p2
+za3s2
+zat2
+za3tl
+zat4r
+za4ut
+za3z
+zaz4n
+za4zš
+za4č.
+za3š
+zaš4k
+za4šs
+2zb
+zban4
+z2by
+zbys4
+2z1c
+2z2d
+z3di
+zdně4ní
+z4doba
+z4dobný
+zd4re
+zd4ví
+z2e
+ze3h
+ze3p2
+4zerot
+ze3s2
+zes4p
+zet2
+zev2
+ze3vn
+ze3z
+ze4z.
+2z2f
+z1há
+z4ine
+z2j
+z3jí
+2z2k
+z3ka.
+z3ky
+z3ké
+z3ků
+z3ký
+2zl
+3zl.
+zlhos4
+zlik3
+z3ly.
+z2m2
+2zme
+z3mn
+z3my
+z4měn
+2z2n
+3znak
+z4nal
+z3ne.
+z3nic
+z3no
+z3nu
+z3ny
+z3né
+z3ně
+z4něl
+z3ní
+z4nít
+z4nív
+z3ný
+zo4tr
+zo4šk
+2z2p
+z3pt
+z4pát
+3zrak
+2z1s2
+2zt
+ztros3
+z4trá
+z3tř
+3zu.
+zu3mo
+zu3mě
+zu3mí
+zu3š
+z2v
+zva4d
+z3vař
+z3vi
+zvik4
+zv4ně
+z3vod
+z3voj
+z4von
+zv4ro
+z4ván
+z4věs
+z3víj
+3zy.
+2zz
+zá1
+záh2
+zá4kl.
+3záp
+zá3s2
+zá3z
+záš2
+2zč
+z3čl
+2zň
+z2ř
+zřej3
+z3řez
+z3řeš
+2zš2
+z3šk
+zš4ka
+z3št
+2z2ú1
+zú3č
+zú3ž
+zů3s
+á1b
+á2bl
+áb4ry
+á4bř.
+á3cho
+ác3ti3
+á1d
+á2dl
+ádo4s
+ádos4ti
+ád1ř
+á1ha
+á3he
+áh1l
+á3hl.
+áh3n
+á1ho
+á1hr
+á1há
+á1j
+á4jmu
+áj4mů
+á4kli
+ák4ni
+á1la
+á1le
+á1lo
+á1lu
+á1ly
+á3lé
+á1lí
+á3my
+á3mé
+á1mě
+á3mí
+á3mý
+áne4v
+á1ra
+á1re
+ár2m
+á1ro
+á1ru
+á3rů
+á1s
+á2sc
+á2s3k
+ás4k.
+ás4kl
+ás4kn
+á2sla
+ás4ly
+á2sm
+ás4po
+á2st
+át3k
+át1r
+á1tu
+á1ty
+á1tí
+á3tý
+áv4si
+áv4sí
+áz3k
+áz3ni
+ázni4c
+áz4vi
+á2ň
+á1ř
+ář4ke
+ář4ků
+á2š
+á3še
+á3ší
+2č.
+1ča
+ča4br
+2čb
+2č1c
+1če
+3če.
+če1c
+čes3k
+1či
+2čk
+č3ka.
+č3ko
+č3ku
+č3ky
+2č1m
+2čn
+č2ne
+1čo
+č2p
+2čs
+č1sk
+čs4la
+čs4sr
+2č2t
+č4tené.
+č4tený
+čt4la
+č4tový.
+3čtv
+4čtěn
+č3tí
+1ču
+1čá
+1čí
+čís3l
+1čů
+2ď.
+1ďa
+1ďo
+ďs4te
+2ď1t
+3ďuj
+é1
+é2d
+é3di
+é3do
+é2f
+é3fo
+éf1r
+é2kl
+é2l
+é2m
+é3ma
+é3me
+é3mi
+é3mo
+é3mu
+é3mů
+4ére.
+é2s
+é2t
+é3ta
+é3to
+é3tá
+é2š
+é2ž
+ě1c
+ěd3r
+ě3ha
+ě3he
+ě3hl.
+ěh3lo
+ěh3n
+ě1ho
+ě3hu
+ě3hů
+ě3ja
+ě1je
+ě1jo
+ě3jů
+ě4klé
+ě3k2t
+ě1l
+ě1ra
+ěra3d
+ě1re
+ě1ro
+ěr3s
+ěrs4t
+ě1ru
+ě1ry
+ě1rů
+ěs3k
+ěs3n
+ět1a3
+ět4ac
+ět1l
+ě1tr
+ět3ra
+ě4traj
+ět3v
+ě1tí
+ět3ří
+ě2v
+ě3va
+ě3ve
+ě3vl
+ě3vo
+ě3vu
+ě3vá
+ěv3č
+ě2z
+ě3ze
+ě3zi
+ěz3n
+ě3zo
+ě3zí
+ě1ř
+ě2š
+ě3še
+ě3ši
+ě3šo
+ě3šu
+ě3šá
+ě3ší
+ěš3ť
+ěš4ťs
+ě2ť
+ě3ťo
+ě2ž
+ě3že
+ě3ži
+ě3žo
+ě3žu
+ě3ží
+í1b
+íb3ř
+í3cho
+ích4t
+íd1l
+í1h
+í2hl
+íh3n
+í1j
+íjed4
+íj4mů
+í2kr
+í1l
+í1má
+í3mé
+í1mě
+í1r
+í1sa
+í2s3k
+ís4kl
+ís4kn
+ís4l.
+ís3le
+ís4ln
+ísáh2
+í1t
+ít3k
+í3t3ře
+íz3da
+íz3de
+íz3k
+í3zna
+í3z3ni
+í3zněn
+í2ň
+í1ř
+í2š
+í3še
+í3ši
+í3šo
+í3ší
+1ň
+2ň.
+2ňa
+ňa3d
+2ňk
+2ňm
+3ňov
+ň1s
+2ň1t
+ó1
+ó2z
+ó3za
+ó3zi
+ó3zo
+ó3zy
+2ř.
+řa4pl
+řa4ďm
+2ř2b
+2řc
+2řd
+ře3ch
+ře4dob
+ře1h
+ře3jd
+ře3kl
+ře3kv
+ře4kří
+řeo4r
+ře3p2
+ře4p.
+ře4pk
+ře4pč
+řer4v
+2řes
+ře3ska
+ře3sko
+ře2sp
+řes3po
+ře4sr
+ře3sta
+ře3stu
+ře3stá
+ře3stř
+ře3tl
+řet4ř
+ře3zd
+ře3zk
+4řezl
+ře3čt
+ři1
+řia3
+ři3h
+ři4h.
+ři4hn
+ři4jď
+ři4l.
+ři4lb
+řil2n
+4řine
+řis2
+3ři4t.
+ři4v.
+ři4vk
+ři4vn
+ři3z
+řič4t
+ři3ř
+ři4š.
+2řk
+ř2kl
+řk4la
+řk4li
+řk4ly
+řk4no
+2ř1l
+2ř1m
+2řn
+1řo
+2řou
+2ř2p
+2ř1s
+řs4to
+2ř1t
+ř2v
+2řz
+řá4pl
+řá2sl
+2ř1č
+2říd
+ří4kř
+ří1s
+2řš
+ř3št
+řš4ti
+1š
+2š.
+šab3
+ša4vl
+2š1c
+šej4d
+šep3t
+ši4mr
+2š2k
+š3ka
+š3ke
+š3k3li
+4š3kou
+4škov
+3škr
+šk4ro
+š3ku.
+š3ky
+2šl
+š2la
+š2li
+š3liv
+š2lo
+šlá2
+š2lé
+š2lý
+2š1m
+šmi4d
+2šn
+š2p
+2š1s
+2št
+š4tip
+št4ka
+št4kl
+š4těk
+š2těs
+š4těv
+š4típ
+š2v
+ší3d
+š2ň
+š3ší
+2š2ť
+š3ťo
+š3ťu
+š3ťá
+1ť
+2ť.
+3ťal
+2ťk
+2ťm
+2ťt
+ťáč4k
+1ú
+ú2c2
+ú2d
+új4ma
+ú2k
+ú2l
+ú2n
+ú2p
+ú2t
+út4ko
+ú2v
+ú2z
+úz3k
+ú2č
+3úče
+úře4z
+úš4ti
+ú2ž
+ů1b
+ů1c
+ů1hl
+ů3jd
+ů4jmový
+ů1le
+ů1my
+ů1mě
+ů1ra
+ůr4va
+ůr4vy
+ů1s2
+ů2st
+ůs3te
+ůs3tán
+ůt2
+ů3tkl
+ů2v
+ů3va
+ů3vo
+ů3vě
+ů2z
+ů3zo
+ů2ž
+ů3že
+ů3ži
+ů3žo
+ý1b
+ý3cho
+ý1d
+ýd4la
+ý1h
+ý1j
+ý1l
+ý1ml
+ý1mě
+ý2n
+ý3no
+ýpo3č4
+ý1r
+ý1s2
+ý2sk
+ý1t
+ýt4ku
+ýt4ky
+ý1u
+ý4vli
+ý3zk
+ý3zn
+ý4zvu
+ýč4ně
+ý1ř
+ýš3l
+1ž
+2ž.
+ža3d
+ža4tv
+3žač
+2ž1b
+2ž1c
+2ž1d
+že2b3
+žeh3n
+že4ml
+že4zg
+ži4dl
+ži4jm
+3žil
+ži2vl
+2žk
+žk4ni
+2žl
+ž4lic
+3žlo
+2ž1m
+2žn
+žon2
+2ž1s2
+2ž1t
+ž2v
+žá4br
+žá4nr
+2žď
+ží4zn
+2žň
+2žš
+žš4ti
+žš4tě
+# liblouis: en-us-brf.dis
+
+#  Based on the Linux screenreader BRLTTY, copyright (C) 1999-2006 by
+#  The BRLTTY Team
+#
+#  Copyright (C) 2004-2006 ViewPlus Technologies, Inc. www.viewplus.com
 #  Copyright (C) 2004-2006 JJB Software, Inc. www.jjb-software.com
 #
 #  This file is part of liblouis.
@@ -12819,324 +11324,983 @@
 #  You should have received a copy of the GNU Lesser General Public
 #  License along with liblouis. If not, see
 #  <http://www.gnu.org/licenses/>.
+#
+# Display table for working with 6-dot BRF files.
+#
+# This representation form is known as Braille ASCII, or more formally,
+# The North American Braille ASCII Code.
+#
+# Note: Braille ASCII only defines 64 dot combinations consisting of dots 1-6,
+# thus this table DOES NOT map combinations with dots 7 and/or 8 to any
+# particular output characters.
+#
+# If your device supports 8-dot braille, or you want to convert a lowercase
+# braille file, you may want to use text_nabcc.dis table instead of this one.
+#
+# For more information, refer to https://en.wikipedia.org/wiki/Braille_ASCII
 
-include braille-patterns.cti
+display \s 0
+display A 1
+display B 12
+display C 14
+display D 145
+display E 15
+display F 124
+display G 1245
+display H 125
+display I 24
+display J 245
+display K 13
+display L 123
+display M 134
+display N 1345
+display O 135
+display P 1234
+display Q 12345
+display R 1235
+display S 234
+display T 2345
+display U 136
+display V 1236
+display W 2456
+display X 1346
+display Y 13456
+display Z 1356
+display 0 356
+display 1 2
+display 2 23
+display 3 25
+display 4 256
+display 5 26
+display 6 235
+display 7 2356
+display 8 236
+display 9 35
+display ' 3
+display @ 4
+display " 5
+display , 6
+display * 16
+display / 34
+display - 36
+display ^ 45
+display . 46
+display ; 56
+display < 126
+display % 146
+display : 156
+display [ 246
+display > 345
+display + 346
+display _ 456
+display $ 1246
+display \\ 1256
+display ? 1456
+display ! 2346
+display # 3456
+display & 12346
+display ( 12356
+display ] 12456
+display ) 23456
+display = 123456
+# liblouis: International Phonetic Alphabet
 
-sign \x0000 0
-sign \x0001 178
-sign \x0002 1278
-sign \x0003 1478
-sign \x0004 14578
-sign \x0005 1578
-sign \x0006 12478
-sign \x0007 124578
-sign \x0008 12578
-sign \x0009 2478
-sign \x000a 24578
-sign \x000b 1378
-sign \x000c 12378
-sign \x000d 13478
-sign \x000e 134578
-sign \x000f 13578
-sign \x0010 123478
-sign \x0011 1234578
-sign \x0012 123578
-sign \x0013 23478
-sign \x0014 234578
-sign \x0015 13678
-sign \x0016 123678
-sign \x0017 245678
-sign \x0018 134678
-sign \x0019 1345678
-sign \x001a 135678
-sign \x001b 1235678
-sign \x001c 3478
-sign \x001d 2345678
-sign \x001e 234678
-sign \x001f 45678
-sign \x0020 0
-sign \x0021 5
-sign \x0022 4
-sign \x0023 3456
-sign \x0024 46
-sign \x0025 123456
-sign \x0026 12346
-sign \x0027 6
-sign \x0028 236
-sign \x0029 356
-sign \x002a 35
-sign \x002b 235
-sign \x002c 2
-sign \x002d 36
-sign \x002e 3
-sign \x002f 256
-sign \x0030 346
-sign \x0031 16
-sign \x0032 126
-sign \x0033 146
-sign \x0034 1456
-sign \x0035 156
-sign \x0036 1246
-sign \x0037 12456
-sign \x0038 1256
-sign \x0039 246
-sign \x003a 25
-sign \x003b 23
-sign \x003c 56
-sign \x003d 2356
-sign \x003e 45
-sign \x003f 26
-sign \x0040 3457
-sign \x0041 17
-sign \x0042 127
-sign \x0043 147
-sign \x0044 1457
-sign \x0045 157
-sign \x0046 1247
-sign \x0047 12457
-sign \x0048 1257
-sign \x0049 247
-sign \x004a 2457
-sign \x004b 137
-sign \x004c 1237
-sign \x004d 1347
-sign \x004e 13457
-sign \x004f 1357
-sign \x0050 12347
-sign \x0051 123457
-sign \x0052 12357
-sign \x0053 2347
-sign \x0054 23457
-sign \x0055 1367
-sign \x0056 12367
-sign \x0057 24567
-sign \x0058 13467
-sign \x0059 134567
-sign \x005a 13567
-sign \x005b 123567
-sign \x005c 347
-sign \x005d 234567
-sign \x005e 23467
-sign \x005f 4567
-sign \x0060 345
-sign \x0061 1
-sign \x0062 12
-sign \x0063 14
-sign \x0064 145
-sign \x0065 15
-sign \x0066 124
-sign \x0067 1245
-sign \x0068 125
-sign \x0069 24
-sign \x006a 245
-sign \x006b 13
-sign \x006c 123
-sign \x006d 134
-sign \x006e 1345
-sign \x006f 135
-sign \x0070 1234
-sign \x0071 12345
-sign \x0072 1235
-sign \x0073 234
-sign \x0074 2345
-sign \x0075 136
-sign \x0076 1236
-sign \x0077 2456
-sign \x0078 1346
-sign \x0079 13456
-sign \x007a 1356
-sign \x007b 12356
-sign \x007c 34
-sign \x007d 23456
-sign \x007e 2346
-sign \x007f 456
-sign \x0080 457
-sign \x0081 8
-sign \x0082 3678
-sign \x0083 78
-sign \x0084 1268
-sign \x0085 238
-sign \x0086 1248
-sign \x0087 12458
-sign \x0088 378
-sign \x0089 248
-sign \x008a 678
-sign \x008b 27
-sign \x008c 237
-sign \x008d 257
-sign \x008e 12567
-sign \x008f 12467
-sign \x0090 124678
-sign \x0091 23567
-sign \x0092 2367
-sign \x0093 138
-sign \x0094 1238
-sign \x0095 278
-sign \x0096 2378
-sign \x0097 13568
-sign \x0098 2578
-sign \x0099 1245678
-sign \x009a 2678
-sign \x009b 123458
-sign \x009c 67
-sign \x009d 124567
-sign \x009e 235678
-sign \x009f 12345678
-sign \x00a0 7
-sign \x00a1 367
-sign \x00a2 58
-sign \x00a3 467
-sign \x00a4 4678
-sign \x00a5 468
-sign \x00a6 158
-sign \x00a7 357
-sign \x00a8 48
-sign \x00a9 123468
-sign \x00aa 1258
-sign \x00ab 5678
-sign \x00ac 25678
-sign \x00ad 368
-sign \x00ae 12358
-sign \x00af 458
-sign \x00b0 4568
-sign \x00b1 23578
-sign \x00b2 128
-sign \x00b3 148
-sign \x00b4 568
-sign \x00b5 1348
-sign \x00b6 1458
-sign \x00b7 37
-sign \x00b8 68
-sign \x00b9 18
-sign \x00ba 2458
-sign \x00bb 4578
-sign \x00bc 1368
-sign \x00bd 12368
-sign \x00be 13468
-sign \x00bf 38
-sign \x00c0 23678
-sign \x00c1 28
-sign \x00c2 167
-sign \x00c3 3467
-sign \x00c4 567
-sign \x00c5 34567
-sign \x00c6 47
-sign \x00c7 123467
-sign \x00c8 3578
-sign \x00c9 1234567
-sign \x00ca 1267
-sign \x00cb 2358
-sign \x00cc 57
-sign \x00cd 258
-sign \x00ce 1467
-sign \x00cf 23568
-sign \x00d0 3567
-sign \x00d1 2567
-sign \x00d2 578
-sign \x00d3 2568
-sign \x00d4 14567
-sign \x00d5 267
-sign \x00d6 358
-sign \x00d7 2348
-sign \x00d8 2467
-sign \x00d9 35678
-sign \x00da 268
-sign \x00db 1567
-sign \x00dc 2368
-sign \x00dd 3568
-sign \x00de 2357
-sign \x00df 34568
-sign \x00e0 123568
-sign \x00e1 168
-sign \x00e2 1678
-sign \x00e3 34678
-sign \x00e4 3458
-sign \x00e5 345678
-sign \x00e6 478
-sign \x00e7 1234678
-sign \x00e8 23468
-sign \x00e9 1234568
-sign \x00ea 12678
-sign \x00eb 12468
-sign \x00ec 348
-sign \x00ed 1468
-sign \x00ee 14678
-sign \x00ef 124568
-sign \x00f0 23458
-sign \x00f1 13458
-sign \x00f2 3468
-sign \x00f3 14568
-sign \x00f4 145678
-sign \x00f5 1358
-sign \x00f6 2468
-sign \x00f7 125678
-sign \x00f8 24678
-sign \x00f9 234568
-sign \x00fa 1568
-sign \x00fb 15678
-sign \x00fc 12568
-sign \x00fd 24568
-sign \x00fe 12348
-sign \x00ff 134568
-sign \x2022 35		# •
-sign \x2014 36		# —
-sign \x2013 36		# –
-sign \x201e 1268	# „
-sign \x201c 138		# “
-sign \x201a 3678	# ‚
-sign \x2018 2367	# ‘
-noback sign \X25CF 35	# 9679 black circle
+# Copyright (C) 2016 Ludovic Oger <oger.ludovic@gmail.com>
 
-# those symbols should be ignored because there is no one character mapping in the actual braille table
-sign \x2192 0	# →
-sign \x2190 0	# ←
-sign \x25bc 0	# ▼
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
 
 
-#-display-name: Armenian computer braille
+# This table contains braille codes for a part of the International Phonetic Alphabet (IPA, 2005) :
+# The IPA symbols in this table do not conflict with other tables
+# The others IPA symbols might conflict with other tables are inclued in the 'IPA.utb' table.
+# (e.g. conflict: θ (Unicode 03B8) is the greek letter theta, french braille code is different between greek and phonetic)
+ 
 
-#+locale:hy
-#+type:computer
-#+dots:8
+# --------REFERENCES--------
+#   - IPA Braille: An Updated Tactile Representation of the International Phonetic Alphabet
+#     Print Edition
+#     Edited by Robert Englebretson, Ph.D.
+#     Produced by CNIB
+#     For the International Council on English Braille - 2008
+#     <http://www.iceb.org/icebipa.htm>
+#     (this reference document is reprinted in 'World Braille Usage - Third Edition - 2013 - Copyright (C) 1954, 1990 UNESCO')
+#
+#   - "IPA Chart, http://www.internationalphoneticassociation.org/content/ipa-chart,
+#      available under a Creative Commons Attribution-Sharealike 3.0 Unported License.
+#      Copyright (C) 2015 International Phonetic Association."
 
-# TODO: Please correct the metadata above. It is not meant to be
-# accurate nor complete. It hasn't been verified by the table
-# author yet. It is merely an attempt by the liblouis maintainers
-# to get some sensible initial values in place.
 
-# TODO: Please add a reference to official documentation about
-# the implemented braille code. Preferably submit the documents
-# to https://github.com/liblouis/braille-specs.
+# Last updated on January 23, 2018
 
-include hy.ctb
-include braille-patterns.cti
-# liblouis: Korean Grade 1 (Uncontracted, 2006 edition)
+
+#--------PULMONIC CONSONANTS--------
+# UNICODE DOTS                 # GLYPH - TYPOGRAPHIC DESC. - ARTICULATORY DESC.
+noback sign \x0288 256-2345    # ʈ - right-tail t - voiceless retroflex plosive
+noback sign \x0256 256-145     # ɖ - right-tail d - voiced retroflex plosive
+noback sign \x025F 35-245      # ɟ - barred dotless j - voiced palatal plosive
+noback sign \x0261 1245        # ɡ - lowercase script g - voiced velar plosive
+noback sign \x0262 35-1245     # ɢ - small capital g - voiced uvular plosive
+noback sign \x0294 23          # ʔ - glottal stop - glottal plosive
+noback sign \x0271 235-134     # ɱ - left-tail m (at right) - voiced labiodental nasal
+noback sign \x0273 256-1345    # ɳ - right-tail n - voiced retroflex nasal
+noback sign \x0272 123456      # ɲ - left-tail n (at left) - voiced palatal nasal
+noback sign \x014B 1246        # ŋ - eng - voiced velar nasal
+noback sign \x0274 35-1345     # ɴ - small capital n - voiced uvular nasal
+noback sign \x0299 35-12       # ʙ - small capital b - voiced bilabial trill
+noback sign \x0280 35-1235     # ʀ - small capital r - voiced uvular trill
+noback sign \x027E 235-1235    # ɾ - fish-hook r - voiced alveolar tap
+noback sign \x027D 256-1235    # ɽ - right-tail r - voiced retroflex flap
+noback sign \x0278 46-124      # ɸ - 'phi' (latin small letter phi) - voiceless bilabial fricative (IPA Extensions here, greek phi is \x03D5)
+noback sign \x00F0 12456       # ð - edh - voiced dental fricative
+noback sign \x0283 156         # ʃ - esh - voiceless postalveolar fricative
+noback sign \x0292 2346        # ʒ - ezh - voiced postalveolar fricative
+noback sign \x0282 256-234     # ʂ - right-tail s (at left) - voiceless retroflex fricative
+noback sign \x0290 256-1356    # ʐ - right-tail z - voiced retroflex fricative
+noback sign \x029D 236-245     # ʝ - curly-tail j - voiced palatal fricative
+noback sign \x0263 46-1245     # ɣ - 'gamma' (latin small letter gamma) - voiced velar fricative (IPA Extensions here, greek gamma is \x03B3)
+noback sign \x0281 35-3456     # ʁ - inverted small capital r - voiced uvular fricative
+noback sign \x0127 235-125     # ħ - barred h - voiceless pharyngeal fricative
+noback sign \x0295 235-23      # ʕ - reversed glottal stop - voiced pharyngeal fricative or approximant
+noback sign \x0266 236-125     # ɦ - hooktop h - voiced glottal fricative
+noback sign \x026C 236-123     # ɬ - belted l - voiceless alveolar lateral fricative
+noback sign \x026E 123-5-2346  # ɮ - l-ezh ligature - voiced alveolar lateral fricative
+noback sign \x028B 236-1236    # ʋ - script v - voiced labiodental approximant
+noback sign \x0279 3456        # ɹ - turned r - voiced alveolar approximant
+noback sign \x027B 256-3456    # ɻ - turned r, right tail - voiced retroflex approximant
+noback sign \x0270 236-134     # ɰ - turned m, right leg - voiced velar approximant
+noback sign \x026D 256-123     # ɭ - right-tail l - voiced retroflex lateral approximant
+noback sign \x028E 236-13456   # ʎ - turned y - voiced palatal lateral approximant
+noback sign \x029F 35-123      # ʟ - small capital l - voiced velar lateral approximant
+
+
+#--------NON-PULMONIC CONSONANTS--------
+# UNICODE DOTS                 # GLYPH - TYPOGRAPHIC DESC. - ARTICULATORY DESC.
+noback sign \x0253 236-12      # ɓ - hooktop b - voiced bilabial implosive
+noback sign \x0257 236-145     # ɗ - hooktop d - voiced dental/alveolar implosive
+noback sign \x0284 236-35-245  # ʄ - hooktop barred dotless j - voiced palatal implosive
+noback sign \x0260 236-1245    # ɠ - hooktop g - voiced velar implosive
+noback sign \x029B 236-35-1245 # ʛ - hooktop small capital g - voiced uvular implosive
+noback sign \x0298 12346-1234  # ʘ - bull's eye - bilabial click
+noback sign \x01C0 12346-1456  # ǀ - pipe - dental click
+noback sign \x01C3 12346-2345  # ǃ - exclamation point - (post-)alveolar click
+noback sign \x01C2 12346-156   # ǂ - double-barred pipe - palatoalveolar click
+noback sign \x01C1 12346-123   # ǁ - double pipe - alveolar lateral click
+
+
+#--------OTHER PULMONIC CONSONANTS--------
+# UNICODE DOTS                 # GLYPH - TYPOGRAPHIC DESC. - ARTICULATORY DESC.
+noback sign \x028D 235-2456    # ʍ - turned w - voiceless labial-velar fricative
+noback sign \x0265 256-125     # ɥ - turned h - voiced labial-palatal approximant
+noback sign \x029C 35-125      # ʜ - small capital h - voiceless epiglottal fricative
+noback sign \x02A1 236-23      # ʡ - barred glottal stop - epiglottal plosive
+noback sign \x02A2 35-23       # ʢ - barred reversed glottal stop - voiced epiglottal fricative
+noback sign \x0267 236-1246    # ɧ - hooktop heng - simultaneous voiceless postalveolar and velar fricative
+noback sign \x027A 236-3456    # ɺ - turned long-leg r - voiced alveolar lateral flap
+noback sign \x0255 236-14      # ɕ - curly-tail c - voiceless alveolopalatal fricative
+noback sign \x0291 236-1356    # ʑ - curly-tail z - voiced alveolopalatal fricative
+noback sign \x026B 235-123     # ɫ - lowercase l with tilde - velarized voiced alveolar lateral approximant
+
+
+#--------VOWELS--------
+# UNICODE DOTS                 # GLYPH - TYPOGRAPHIC DESC. - ARTICULATORY DESC.
+noback sign \x025B 345         # ɛ - 'epsilon' (latin small letter open e) - open-mid front unrounded vowel (IPA Extensions here, greek epsilon is \x03B5)
+noback sign \x0251 16          # ɑ - script a - open back unrounded vowel
+noback sign \x0254 126         # ɔ - open o - open-mid back rounded vowel
+noback sign \x0276 35-246      # ɶ - small capital o-e ligature - open front rounded vowel
+noback sign \x0252 235-16      # ɒ - turned script a - open back rounded vowel
+noback sign \x028C 346         # ʌ - turned v (caret) - open-mid back unrounded vowel
+noback sign \x0264 235-135     # ɤ - ram's horns - close-mid back unrounded vowel
+noback sign \x026F 235-136     # ɯ - turned m - close back unrounded vowel
+noback sign \x0268 356-24      # ɨ - barred i - close central unrounded vowel
+noback sign \x0289 356-136     # ʉ - barred u - close central rounded vowel
+noback sign \x026A 34          # ɪ - small capital i - near-close near-front unrounded vowel
+noback sign \x028F 35-13456    # ʏ - small capital y - near-close near-front rounded vowel
+noback sign \x028A 12356       # ʊ - 'upsilon' (latin small letter upsilon) - near-close near-back rounded vowel (IPA Extensions here, greek upsilon is \x03C5)
+noback sign \x0259 26          # ə - schwa - mid central vowel
+noback sign \x0275 356-135     # ɵ - barred o - close-mid central rounded vowel
+noback sign \x0250 235-1       # ɐ - turned a - near-open central vowel
+noback sign \x025C 235-345     # ɜ - reversed epsilon - open-mid central unrounded vowel
+noback sign \x025A 26-5-1235   # ɚ - right-hook schwa - r-colored mid central vowel
+noback sign \x025E 236-345     # ɞ - closed reversed epsilon - open-mid central rounded vowel
+noback sign \x0258 235-15      # ɘ - reversed e - close-mid central unrounded vowel
+
+
+#--------DIACRITICS--------
+# UNICODE DOTS                 # GLYPH - TYPOGRAPHIC DESC. - ARTICULATORY DESC.
+noback sign \x02BC 5-3         # ʼ - apostrophe - ejective
+noback sign \x0325 6-1246      # ̥  - ring below - voiceless
+noback sign \x030A 4-1246      # ̊  - ring above - voiceless
+noback sign \x032C 6-236       # ̬  - wedge below - voiced
+noback sign \x02B0 4-125       # ʰ - superscript h - aspirated
+noback sign \x0324 6-25        # ̤  - umlaut below - breathy voiced
+noback sign \x0330 6-12456     # ̰  - tilde below - creaky voiced
+noback sign \x033C 6-12346     # ̼  - seagull below - linguolabial
+noback sign \x032A 6-1456      # ̪  - bridge below - dental
+noback sign \x033A 6-235-1456  # ̺  - inverted bridge below - apical
+noback sign \x033B 6-2356      # ̻  - square below - laminal
+noback sign \x0339 6-135       # ̹  - right half-ring below - more rounded
+noback sign \x031C 6-246       # ̜  - left half-ring below - less rounded
+noback sign \x031F 6-346       # ̟  - plus below - advanced
+noback sign \x0320 6-36        # ̠  - minus below - retracted
+noback sign \x0308 4-25        # ̈  - umlaut above - centralized
+noback sign \x033D 4-1346      # ̽  - over-cross above - mid-centralized
+noback sign \x0318 6-156       # ̘  - advancing sign below - advanced tongue root
+noback sign \x0319 6-234       # ̙  - retracting sign below - retracted tongue root
+noback sign \x02DE 5-1235      # ˞  - right hook - rhoticity
+noback sign \x02B7 4-2456      # ʷ - superscript w - labialized
+noback sign \x02B2 4-245       # ʲ - superscript j - palatalized
+noback sign \x02E0 4-46-1245   # ˠ - superscript gamma - velarized
+noback sign \x02E4 4-235-23    # ˤ - superscript reversed glottal stop - pharyngealized
+noback sign \x0303 4-12456     # ̃  - tilde above - nasalized
+noback sign \x207F 4-1345      # ⁿ - superscript n - nasal release
+noback sign \x02E1 4-123       # ˡ - superscript l - lateral release
+noback sign \x031A 4-145       # ̚  - corner above - no audible release
+noback sign \x0334 5-12456     # ̴  - superimposed tilde - velarized or pharyngealized
+noback sign \x031D 6-345       # ̝  - raising sign below - raised
+noback sign \x031E 6-126       # ̞  - lowering sign below - lowered
+noback sign \x0329 6-23        # ̩  - vertical line below - syllabic
+noback sign \x032F 6-23456     # ̯  - arch below - non-syllabic
+noback sign \x0361 5           # ͡  - top tie bar - affricate or double articulation
+
+
+#--------SUPRASEGMENTALS--------
+# UNICODE DOTS                 # GLYPH - TYPOGRAPHIC DESC. - ARTICULATORY DESC.
+noback sign \x02C8 456-12      # ˈ - vertical stroke (superior) - (primary) stress
+noback sign \x02CC 456-23      # ˌ - vertical stroke (inferior) - secondary stress
+noback sign \x02D0 25          # ː - length mark - long
+noback sign \x02D1 5-2         # ˑ - half-length mark - half-long
+noback sign \x0306 4-12356     # ̆  - breve above - extra-short
+noback sign \x2016 456-123456  # ‖ - double vertical line - major (intonation) group
+noback sign \x203F 456-123     # ‿ - bottom tie bar - linking (absence of a break)
+
+
+#--------TONES AND WORD ACCENTS--------
+# UNICODE DOTS                 # GLYPH - TYPOGRAPHIC DESC. - ARTICULATORY DESC.
+noback sign \x030B 4-6-34      # ̋  - double acute accent above - extra high level tone
+noback sign \x0301 4-34        # ́  - acute accent above - high level tone
+noback sign \x0304 4-14        # ̄  - macron above - mid level tone
+noback sign \x0300 4-16        # ̀  - grave accent above - low level tone
+noback sign \x030F 4-6-16      # ̏  - double grave accent above - extra low level tone
+noback sign \x030C 4-236       # ̌  - wedge above - rising contour tone
+noback sign \x0302 4-146       # ̂  - circumflex above - falling contour tone
+noback sign \x1DC4 4-24        #  (UTF-16) - macron-acute above - high -rising contour tone
+noback sign \x1DC5 4-35        #  (UTF-16) - grave-macron above - low-rising contour tone
+noback sign \x1DC8 4-256       #  (UTF-16) - grave-acute- grave above - rising-falling contour tone
+noback sign \x2193 456-2346    # ↓ - down arrow - downstep
+noback sign \xF19D 456-2346    # ↓ - down arrow - downstep
+noback sign \x2191 456-1246    # ↑ - up arrow - upstep
+noback sign \xF19C 456-1246    # ↑ - up arrow - upstep
+noback sign \x2197 456-145     # ↗ - upward diagonal arrow - global rise
+noback sign \x2198 456-356     # ↘ - downward diagonal arrow - global fall
+noback sign \x02E5 456-4-14    # ˥ - extra-high (55) tone bar - extra high level tone
+noback sign \x02E6 456-14      # ˦ - high (44) tone bar - high level tone
+noback sign \x02E7 456-25      # ˧ - mid (33) tone bar - mid level tone
+noback sign \x02E8 456-36      # ˨ - low (22) tone bar - low level tone
+noback sign \x02E9 456-6-36    # ˩ - extra-low (11) tone bar - extra low level tone
+# LibLouis table for both modern and ancient Greek braille
+# ελληνικό σύστημα μπράιγ [Greek Braille System]
+# κέντρο εκπαίδευσης και αποκατάστασης τυφλών [Center for Education and Rehabilitation for the Blind]
 #
 # -----------
-#-display-name: Korean uncontracted braille (2006 standard)
+#-name: ελληνικό σύστημα μπράιγ
+#-index-name: Greek
+#-display-name: Greek braille
 #
-#+locale:ko
+#+locale: el
+#+type: literary
+#+dots: 6
+#+contraction: full
+#+direction: both
+#
+#-copyright: 2017, Dave Mielke
+#-license: LGPLv2.1
+#
+#-author-name: Dave Mielke
+#-author-email: dave@mielke.cc
+#-author-url: http://mielke.cc/
+# -----------
+#
+# Copyright (C) 2017 Dave Mielke: <dave@mielke.cc>, [http://mielke.cc/]
+
+# This file is part of LibLouis.
+#
+# LibLouis is free software. You may redistribute it and/or modify it
+# under the terms of the GNU Lesser General Public License as
+# published by the Free Software Foundation - either version 2.1 of the
+# License or, at your option, any later version.
+#
+# LibLouis is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with LibLouis. If not, see: http://www.gnu.org/licenses/
+#
+# Created and maintained by Dave Mielke: <dave@mielke.cc>, [http://mielke.cc/]
+
+##########
+# Spaces #
+##########
+
+space \x00a0 a
+include spaces.uti
+
+##################
+# Greek Alphabet #
+##################
+
+uplow	\x0391\x03B1	1	# Αα Alpha
+uplow	\x0392\x03B2	12	# Ββ Beta
+uplow	\x0393\x03B3	1245	# Γγ Gamma
+uplow	\x0394\x03B4	145	# Δδ Delta
+uplow	\x0395\x03B5	15	# Εε Epsilon
+uplow	\x0396\x03B6	1356	# Ζζ Zeta
+uplow	\x0397\x03B7	345	# Ηη Eta
+uplow	\x0398\x03B8	1456	# Θθ Theta
+uplow	\x0399\x03B9	24	# Ιι Iota
+uplow	\x039A\x03BA	13	# Κκ Kappa
+uplow	\x039B\x03BB	123	# Λλ Lambda
+uplow	\x039C\x03BC	134	# Μμ Mu
+uplow	\x039D\x03BD	1345	# Νν Nu
+uplow	\x039E\x03BE	1346	# Ξξ Xi
+uplow	\x039F\x03BF	135	# Οο Omicron
+uplow	\x03A0\x03C0	1234	# Ππ Pi
+uplow	\x03A1\x03C1	1235	# Ρρ Rho
+uplow	\x03A3\x03C3	234	# Σσ Sigma
+uplow	\x03A4\x03C4	2345	# Ττ Tau
+uplow	\x03A5\x03C5	13456	# Υυ Upsilon
+uplow	\x03A6\x03C6	124	# Φφ Phi
+uplow	\x03A7\x03C7	125	# Χχ Chi
+uplow	\x03A8\x03C8	12346	# Ψψ Psi
+uplow	\x03A9\x03C9	245	# Ωω Omega
+
+# ς Final Sigma
+lowercase \x03C2 234
+endword \x03C2 234
+
+#################
+# Greek Accents #
+#################
+
+sign	\x1FEF	4	# ` Varia Accent (Grave)
+sign	\x0384	5	# ΄ Tonos Accent (Acute)
+sign	\x1FFD	5	# ´ Oxia Accent (Acute)
+sign	\x1FC0	6	# ῀ Perispomeni Accent (Circumflex)
+
+sign	\x1FCD	23456	# ῍ Psili and Varia Accents (Smooth Breathing and Grave)
+sign	\x1FCE	356	# ῎ Psili and Oxia Accents (Smooth Breathing and Acute)
+sign	\x1FCF	256	# ῏ Psili and Perispomeni Accents (Smooth Breathing and Circumflex)
+
+sign	\x1FFE	1236	# ῾ Dasia Accent (Rough Breathing)
+sign	\x1FDD	12356	# ῝ Dasia and Varia Accents (Rough Breathing and Grave)
+sign	\x1FDE	26	# ῞ Dasia and Oxia Accents (Rough Breathing and Acute)
+sign	\x1FDF	235	# ῟ Dasia and Perispomeni Accents (Rough Breathing and Circumflex)
+
+#            ⠈ v   ⠐ o   ⠠ p   ⠾ p+v ⠴ p+o ⠲ p+p ⠧ d   ⠷ d+v ⠢ d+o ⠖ d+p
+class accent \x1FEF\x0384\x1FC0\x1FCD\x1FCE\x1FCF\x1FFE\x1FDD\x1FDE\x1FDF
+
+##########################
+# Greek Accented Letters #
+##########################
+
+uplow \x0386\x03AC 5-1 # Άά Alpha with Tonos
+uplow \x1FBB\x1F71 5-1 # Άά Alpha with Oxia
+uplow \x1FBA\x1F70 4-1 # Ὰὰ Alpha with Varia
+uplow \x1FB9\x1FB1 1 # Ᾱᾱ Alpha with Macron
+uplow \x1FB8\x1FB0 1 # Ᾰᾰ Alpha with Vrachy
+uplow \x1F08\x1F00 1 # Ἀἀ Alpha with Psili
+uplow \x1F0C\x1F04 356-1 # Ἄἄ Alpha with Psili and Oxia
+uplow \x1F0A\x1F02 23456-1 # Ἂἂ Alpha with Psili and Varia
+uplow \x1F0E\x1F06 256-1 # Ἆἆ Alpha with Psili and Perispomeni
+uplow \x1F09\x1F01 1236-1 # Ἁἁ Alpha with Dasia
+uplow \x1F0D\x1F05 26-1 # Ἅἅ Alpha with Dasia and Oxia
+uplow \x1F0B\x1F03 12356-1 # Ἃἃ Alpha with Dasia and Varia
+uplow \x1F0F\x1F07 235-1 # Ἇἇ Alpha with Dasia and Perispomeni
+uplow \x0388\x03AD 5-15 # Έέ Epsilon with Tonos
+uplow \x1FC9\x1F73 5-15 # Έέ Epsilon with Oxia
+uplow \x1FC8\x1F72 4-15 # Ὲὲ Epsilon with Varia
+uplow \x1F18\x1F10 15 # Ἐἐ Epsilon with Psili
+uplow \x1F1C\x1F14 356-15 # Ἔἔ Epsilon with Psili and Oxia
+uplow \x1F1A\x1F12 23456-15 # Ἒἒ Epsilon with Psili and Varia
+uplow \x1F19\x1F11 1236-15 # Ἑἑ Epsilon with Dasia
+uplow \x1F1D\x1F15 26-15 # Ἕἕ Epsilon with Dasia and Oxia
+uplow \x1F1B\x1F13 12356-15 # Ἓἓ Epsilon with Dasia and Varia
+uplow \x0389\x03AE 5-345 # Ήή Eta with Tonos
+uplow \x1FCB\x1F75 5-345 # Ήή Eta with Oxia
+uplow \x1FCA\x1F74 4-345 # Ὴὴ Eta with Varia
+uplow \x1F28\x1F20 345 # Ἠἠ Eta with Psili
+uplow \x1F2C\x1F24 356-345 # Ἤἤ Eta with Psili and Oxia
+uplow \x1F2A\x1F22 23456-345 # Ἢἢ Eta with Psili and Varia
+uplow \x1F2E\x1F26 256-345 # Ἦἦ Eta with Psili and Perispomeni
+uplow \x1F29\x1F21 1236-345 # Ἡἡ Eta with Dasia
+uplow \x1F2D\x1F25 26-345 # Ἥἥ Eta with Dasia and Oxia
+uplow \x1F2B\x1F23 12356-345 # Ἣἣ Eta with Dasia and Varia
+uplow \x1F2F\x1F27 235-345 # Ἧἧ Eta with Dasia and Perispomeni
+uplow \x03AA\x03CA 24 # Ϊϊ Iota with Dialytika
+uplow \x038A\x03AF 5-24 # Ίί Iota with Tonos
+uplow \x1FDB\x1F77 5-24 # Ίί Iota with Oxia
+uplow \x1FDA\x1F76 4-24 # Ὶὶ Iota with Varia
+uplow \x1FD9\x1FD1 24 # Ῑῑ Iota with Macron
+uplow \x1FD8\x1FD0 24 # Ῐῐ Iota with Vrachy
+uplow \x1F38\x1F30 24 # Ἰἰ Iota with Psili
+uplow \x1F3C\x1F34 356-24 # Ἴἴ Iota with Psili and Oxia
+uplow \x1F3A\x1F32 23456-24 # Ἲἲ Iota with Psili and Varia
+uplow \x1F3E\x1F36 256-24 # Ἶἶ Iota with Psili and Perispomeni
+uplow \x1F39\x1F31 1236-24 # Ἱἱ Iota with Dasia
+uplow \x1F3D\x1F35 26-24 # Ἵἵ Iota with Dasia and Oxia
+uplow \x1F3B\x1F33 12356-24 # Ἳἳ Iota with Dasia and Varia
+uplow \x1F3F\x1F37 235-24 # Ἷἷ Iota with Dasia and Perispomeni
+uplow \x038C\x03CC 5-135 # Όό Omicron with Tonos
+uplow \x1FF9\x1F79 5-135 # Όό Omicron with Oxia
+uplow \x1FF8\x1F78 4-135 # Ὸὸ Omicron with Varia
+uplow \x1F48\x1F40 135 # Ὀὀ Omicron with Psili
+uplow \x1F4C\x1F44 356-135 # Ὄὄ Omicron with Psili and Oxia
+uplow \x1F4A\x1F42 23456-135 # Ὂὂ Omicron with Psili and Varia
+uplow \x1F49\x1F41 1236-135 # Ὁὁ Omicron with Dasia
+uplow \x1F4D\x1F45 26-135 # Ὅὅ Omicron with Dasia and Oxia
+uplow \x1F4B\x1F43 12356-135 # Ὃὃ Omicron with Dasia and Varia
+uplow \x1FEC\x1FE5 1236-1235 # Ῥῥ Rho with Dasia
+uplow \x03AB\x03CB 13456 # Ϋϋ Upsilon with Dialytika
+uplow \x038E\x03CD 5-13456 # Ύύ Upsilon with Tonos
+uplow \x1FEB\x1F7B 5-13456 # Ύύ Upsilon with Oxia
+uplow \x1FEA\x1F7A 4-13456 # Ὺὺ Upsilon with Varia
+uplow \x1FE9\x1FE1 13456 # Ῡῡ Upsilon with Macron
+uplow \x1FE8\x1FE0 13456 # Ῠῠ Upsilon with Vrachy
+uplow \x1F59\x1F51 1236-13456 # Ὑὑ Upsilon with Dasia
+uplow \x1F5D\x1F55 26-13456 # Ὕὕ Upsilon with Dasia and Oxia
+uplow \x1F5B\x1F53 12356-13456 # Ὓὓ Upsilon with Dasia and Varia
+uplow \x1F5F\x1F57 235-13456 # Ὗὗ Upsilon with Dasia and Perispomeni
+uplow \x038F\x03CE 5-245 # Ώώ Omega with Tonos
+uplow \x1FFB\x1F7D 5-245 # Ώώ Omega with Oxia
+uplow \x1FFA\x1F7C 4-245 # Ὼὼ Omega with Varia
+uplow \x1F68\x1F60 245 # Ὠὠ Omega with Psili
+uplow \x1F6C\x1F64 356-245 # Ὤὤ Omega with Psili and Oxia
+uplow \x1F6A\x1F62 23456-245 # Ὢὢ Omega with Psili and Varia
+uplow \x1F6E\x1F66 256-245 # Ὦὦ Omega with Psili and Perispomeni
+uplow \x1F69\x1F61 1236-245 # Ὡὡ Omega with Dasia
+uplow \x1F6D\x1F65 26-245 # Ὥὥ Omega with Dasia and Oxia
+uplow \x1F6B\x1F63 12356-245 # Ὣὣ Omega with Dasia and Varia
+uplow \x1F6F\x1F67 235-245 # Ὧὧ Omega with Dasia and Perispomeni
+
+uppercase \x1FBC 1-35 # ᾼ Capital Alpha with Prosgegrammeni
+uppercase \x1F88 1-35 # ᾈ Capital Alpha with Psili and Prosgegrammeni
+uppercase \x1F8C 356-1-35 # ᾌ Capital Alpha with Psili and Oxia and Prosgegrammeni
+uppercase \x1F8A 23456-1-35 # ᾊ Capital Alpha with Psili and Varia and Prosgegrammeni
+uppercase \x1F8E 256-1-35 # ᾎ Capital Alpha with Psili and Perispomeni and Prosgegrammeni
+uppercase \x1F89 1236-1-35 # ᾉ Capital Alpha with Dasia and Prosgegrammeni
+uppercase \x1F8D 26-1-35 # ᾍ Capital Alpha with Dasia and Oxia and Prosgegrammeni
+uppercase \x1F8B 12356-1-35 # ᾋ Capital Alpha with Dasia and Varia and Prosgegrammeni
+uppercase \x1F8F 235-1-35 # ᾏ Capital Alpha with Dasia and Perispomeni and Prosgegrammeni
+uppercase \x1FCC 3456 # ῌ Capital Eta with Prosgegrammeni
+uppercase \x1F98 3456 # ᾘ Capital Eta with Psili and Prosgegrammeni
+uppercase \x1F9C 356-3456 # ᾜ Capital Eta with Psili and Oxia and Prosgegrammeni
+uppercase \x1F9A 23456-3456 # ᾚ Capital Eta with Psili and Varia and Prosgegrammeni
+uppercase \x1F9E 256-3456 # ᾞ Capital Eta with Psili and Perispomeni and Prosgegrammeni
+uppercase \x1F99 1236-3456 # ᾙ Capital Eta with Dasia and Prosgegrammeni
+uppercase \x1F9D 26-3456 # ᾝ Capital Eta with Dasia and Oxia and Prosgegrammeni
+uppercase \x1F9B 12356-3456 # ᾛ Capital Eta with Dasia and Varia and Prosgegrammeni
+uppercase \x1F9F 235-3456 # ᾟ Capital Eta with Dasia and Perispomeni and Prosgegrammeni
+uppercase \x1FFC 2456 # ῼ Capital Omega with Prosgegrammeni
+uppercase \x1FA8 2456 # ᾨ Capital Omega with Psili and Prosgegrammeni
+uppercase \x1FAC 356-2456 # ᾬ Capital Omega with Psili and Oxia and Prosgegrammeni
+uppercase \x1FAA 23456-2456 # ᾪ Capital Omega with Psili and Varia and Prosgegrammeni
+uppercase \x1FAE 256-2456 # ᾮ Capital Omega with Psili and Perispomeni and Prosgegrammeni
+uppercase \x1FA9 1236-2456 # ᾩ Capital Omega with Dasia and Prosgegrammeni
+uppercase \x1FAD 26-2456 # ᾭ Capital Omega with Dasia and Oxia and Prosgegrammeni
+uppercase \x1FAB 12356-2456 # ᾫ Capital Omega with Dasia and Varia and Prosgegrammeni
+uppercase \x1FAF 235-2456 # ᾯ Capital Omega with Dasia and Perispomeni and Prosgegrammeni
+
+lowercase \x1FB6 6-1 # ᾶ Small Alpha with Perispomeni
+lowercase \x1FB3 1-35 # ᾳ Small Alpha with Ypogegrammeni
+lowercase \x1FB4 5-1-35 # ᾴ Small Alpha with Oxia and Ypogegrammeni
+lowercase \x1FB2 4-1-35 # ᾲ Small Alpha with Varia and Ypogegrammeni
+lowercase \x1FB7 6-1-35 # ᾷ Small Alpha with Perispomeni and Ypogegrammeni
+lowercase \x1F80 1-35 # ᾀ Small Alpha with Psili and Ypogegrammeni
+lowercase \x1F84 356-1-35 # ᾄ Small Alpha with Psili and Oxia and Ypogegrammeni
+lowercase \x1F82 23456-1-35 # ᾂ Small Alpha with Psili and Varia and Ypogegrammeni
+lowercase \x1F86 256-1-35 # ᾆ Small Alpha with Psili and Perispomeni and Ypogegrammeni
+lowercase \x1F81 1236-1-35 # ᾁ Small Alpha with Dasia and Ypogegrammeni
+lowercase \x1F85 26-1-35 # ᾅ Small Alpha with Dasia and Oxia and Ypogegrammeni
+lowercase \x1F83 12356-1-35 # ᾃ Small Alpha with Dasia and Varia and Ypogegrammeni
+lowercase \x1F87 235-1-35 # ᾇ Small Alpha with Dasia and Perispomeni and Ypogegrammeni
+lowercase \x1FC6 6-345 # ῆ Small Eta with Perispomeni
+lowercase \x1FC3 3456 # ῃ Small Eta with Ypogegrammeni
+lowercase \x1FC4 5-3456 # ῄ Small Eta with Oxia and Ypogegrammeni
+lowercase \x1FC2 4-3456 # ῂ Small Eta with Varia and Ypogegrammeni
+lowercase \x1FC7 6-3456 # ῇ Small Eta with Perispomeni and Ypogegrammeni
+lowercase \x1F90 3456 # ᾐ Small Eta with Psili and Ypogegrammeni
+lowercase \x1F94 356-3456 # ᾔ Small Eta with Psili and Oxia and Ypogegrammeni
+lowercase \x1F92 23456-3456 # ᾒ Small Eta with Psili and Varia and Ypogegrammeni
+lowercase \x1F96 256-3456 # ᾖ Small Eta with Psili and Perispomeni and Ypogegrammeni
+lowercase \x1F91 1236-3456 # ᾑ Small Eta with Dasia and Ypogegrammeni
+lowercase \x1F95 26-3456 # ᾕ Small Eta with Dasia and Oxia and Ypogegrammeni
+lowercase \x1F93 12356-3456 # ᾓ Small Eta with Dasia and Varia and Ypogegrammeni
+lowercase \x1F97 235-3456 # ᾗ Small Eta with Dasia and Perispomeni and Ypogegrammeni
+lowercase \x0390 5-24 # ΐ Small Iota with Dialytika and Tonos
+lowercase \x1FD3 5-24 # ΐ Small Iota with Dialytika and Oxia
+lowercase \x1FD2 4-24 # ῒ Small Iota with Dialytika and Varia
+lowercase \x1FD6 6-24 # ῖ Small Iota with Perispomeni
+lowercase \x1FD7 6-24 # ῗ Small Iota with Dialytika and Perispomeni
+lowercase \x1FE4 1235 # ῤ Small Rho with Psili
+lowercase \x03B0 5-13456 # ΰ Small Upsilon with Dialytika and Tonos
+lowercase \x1FE3 5-13456 # ΰ Small Upsilon with Dialytika and Oxia
+lowercase \x1FE2 4-13456 # ῢ Small Upsilon with Dialytika and Varia
+lowercase \x1FE6 6-13456 # ῦ Small Upsilon with Perispomeni
+lowercase \x1FE7 6-13456 # ῧ Small Upsilon with Dialytika and Perispomeni
+lowercase \x1F50 13456 # ὐ Small Upsilon with Psili
+lowercase \x1F54 356-13456 # ὔ Small Upsilon with Psili and Oxia
+lowercase \x1F52 23456-13456 # ὒ Small Upsilon with Psili and Varia
+lowercase \x1F56 256-13456 # ὖ Small Upsilon with Psili and Perispomeni
+lowercase \x1FF6 6-245 # ῶ Small Omega with Perispomeni
+lowercase \x1FF3 2456 # ῳ Small Omega with Ypogegrammeni
+lowercase \x1FF4 5-2456 # ῴ Small Omega with Oxia and Ypogegrammeni
+lowercase \x1FF2 4-2456 # ῲ Small Omega with Varia and Ypogegrammeni
+lowercase \x1FF7 6-2456 # ῷ Small Omega with Perispomeni and Ypogegrammeni
+lowercase \x1FA0 2456 # ᾠ Small Omega with Psili and Ypogegrammeni
+lowercase \x1FA4 356-2456 # ᾤ Small Omega with Psili and Oxia and Ypogegrammeni
+lowercase \x1FA2 23456-2456 # ᾢ Small Omega with Psili and Varia and Ypogegrammeni
+lowercase \x1FA6 256-2456 # ᾦ Small Omega with Psili and Perispomeni and Ypogegrammeni
+lowercase \x1FA1 1236-2456 # ᾡ Small Omega with Dasia and Ypogegrammeni
+lowercase \x1FA5 26-2456 # ᾥ Small Omega with Dasia and Oxia and Ypogegrammeni
+lowercase \x1FA3 12356-2456 # ᾣ Small Omega with Dasia and Varia and Ypogegrammeni
+lowercase \x1FA7 235-2456 # ᾧ Small Omega with Dasia and Perispomeni and Ypogegrammeni
+
+#######################
+# General Punctuation #
+#######################
+
+# Hyphen
+sign	-	36
+hyphen	-	36
+
+punctuation	'	3	# ’ Apostrophe
+always '\x03C2 3-234
+always \x03C3' 234-3
+
+punctuation , 2 # , Comma
+midnum , 2 # Decimal Point
+
+punctuation	:	25	# : Colon
+
+punctuation	\x0387	23	# · Ano Teleia (Semicolon)
+punctuation	\x1FBD	3	# ᾽ Koronis (Apostrophe)
+punctuation	\x2015	6-36	# ― Dialog (Horizontal) Bar
+punctuation	\x2018	3	# ‘ Left Single Quote
+punctuation	\x2019	3	# ’ Right Single Quote
+punctuation	\x2026	3-3-3	# … Horizontal Ellipsis
+
+#########
+# Signs #
+#########
+
+sign	*	35-35	# Asterisk
+sign	/	34	# Slash
+sign	_	456	# Underline
+sign	@	4-1	# At Sign
+sign	%	4-356	# Percent Sign
+sign	€	4-15	# Euro Sign
+sign	$	4-234	# Dollar Sign
+
+################
+# Math Symbols #
+################
+
+math	+	346	# Addition
+
+math	\x2212	36	# Subtraction
+endnum	-	36	# Subtraction
+
+math	\x00D7	46-16	# Multiplication
+endnum	*	46-16	# Multiplication
+
+math	\x00F7	46-34	# Division
+endnum	/	46-34	# Division
+
+math	=	46-13	# Equals
+math	<	5-13	# Less Than
+math	>	46-2	# Greater Than
+
+#################
+# Braille Cells #
+#################
+
+include braille-patterns.cti
+
+##########################
+# Positional Punctuation #
+##########################
+
+# . Period
+punctuation . 256
+midnum . 46 # Digit Grouping
+postpunc . 256
+
+# « Greek Opening Quotation Mark (Left-Pointing Double Angle Quotation Mark)
+punctuation \x00AB 23678
+prepunc     \x00AB 236
+
+# » Greek Closing Quotation Mark (Right-Pointing Double Angle Quotation Mark)
+punctuation \x00BB 35678
+postpunc    \x00BB 356
+
+# "" English Quotation Marks
+punctuation " 235678
+prepunc     " 6-236
+postpunc    " 356-3
+
+# ( Opening Parenthesis
+punctuation ( 23678
+prepunc     ( 2356
+
+# ) Closing Parenthesis
+punctuation ) 35678
+postpunc    ) 2356
+
+# [ Opening Bracket
+punctuation [ 1235678
+prepunc     [ 12356
+
+# ] Closing Bracket
+punctuation ] 2345678
+postpunc    ] 23456
+
+# { Opening Brace
+punctuation { 1234678
+prepunc     { 12346
+
+# } Closing Brace
+punctuation } 1345678
+postpunc    } 13456
+
+# ? English Question Mark
+punctuation ? 236
+postpunc ? 236
+
+# ! Exclamation Mark
+punctuation	!	235
+postpunc	!	235
+
+# ; Greek Question Mark
+punctuation	\x037E	26
+postpunc	\x037E	26
+
+###########
+# Numbers #
+###########
+
+include digits6Dots.uti
+
+numsign 3456
+include litdigits6Dots.uti
+
+####################
+# Greek Diphthongs #
+####################
+
+# For the diphthong contractions to be mroe easily coded,
+# we first remove accents that don't generate any braille.
+
+# The Dialytika isn't rendered in braille.
+noback correct "\x03AA" "\x0399" # ΪΙ Capital Iota with Dialytika
+noback correct "\x03CA" "\x03B9" # ϊι Small Iota with Dialytika
+noback correct "\x0390" "\x03AF" # ΐί Small Iota with Dialytika and Tonos
+noback correct "\x1FD3" "\x1F77" # ΐί Small Iota with Dialytika and Oxia
+noback correct "\x1FD2" "\x1F76" # ῒὶ Small Iota with Dialytika and Varia
+noback correct "\x1FD7" "\x1FD6" # ῗῖ Small Iota with Dialytika and Perispomeni
+noback correct "\x03AB" "\x03A5" # ΫΥ Capital Upsilon with Dialytika
+noback correct "\x03CB" "\x03C5" # ϋυ Small Upsilon with Dialytika
+noback correct "\x03B0" "\x03CD" # ΰύ Small Upsilon with Dialytika and Tonos
+noback correct "\x1FE3" "\x1F7B" # ΰύ Small Upsilon with Dialytika and Oxia
+noback correct "\x1FE2" "\x1F7A" # ῢὺ Small Upsilon with Dialytika and Varia
+noback correct "\x1FE7" "\x1FE6" # ῧῦ Small Upsilon with Dialytika and Perispomeni
+
+# The Psili when not used with any other accent isn't rendered in braille.
+noback correct "\x1F08" "\x0391" # ἈΑ Capital Alpha with Psili
+noback correct "\x1F18" "\x0395" # ἘΕ Capital Epsilon with Psili
+noback correct "\x1F28" "\x0397" # ἨΗ Capital Eta with Psili
+noback correct "\x1F38" "\x0399" # ἸΙ Capital Iota with Psili
+noback correct "\x1F48" "\x039F" # ὈΟ Capital Omicron with Psili
+noback correct "\x1F68" "\x03A9" # ὨΩ Capital Omega with Psili
+noback correct "\x1F00" "\x03B1" # ἀα Small Alpha with Psili
+noback correct "\x1F10" "\x03B5" # ἐε Small Epsilon with Psili
+noback correct "\x1F20" "\x03B7" # ἠη Small Eta with Psili
+noback correct "\x1F30" "\x03B9" # ἰι Small Iota with Psili
+noback correct "\x1F40" "\x03BF" # ὀο Small Omicron with Psili
+noback correct "\x1FE4" "\x03C1" # ῤρ Small Rho with Psili
+noback correct "\x1F50" "\x03C5" # ὐυ Small Upsilon with Psili
+noback correct "\x1F60" "\x03C9" # ὠω Small Omega with Psili
+
+# These are the diphthong contractions.
+always \x03B1\x03B9	126	# αι Alpha Iota
+always \x03B1\x03C5	16	# αυ Alpha Upsilon
+always \x03B5\x03B9	146	# ει Epsilon Iota
+always \x03B5\x03C5	156	# ευ Epsilon Upsilon
+always \x03B7\x03C5	1256	# ηυ Eta Upsilon
+always \x03BF\x03B9	246	# οι Omicron Iota
+always \x03BF\x03C5	136	# ου Omicron Upsilon
+always \x03C5\x03B9	12456	# υι Upsilon Iota
+
+# Accents are always applied to the second vowel of a diphthong.
+
+# For forward translation, move the accents to before the contraction.
+noback pass2 @1[%accent]@24	*@126	# αι Alpha Iota
+noback pass2 @1[%accent]@13456	*@16	# αυ Alpha Upsilon
+noback pass2 @15[%accent]@24	*@146	# ει Epsilon Iota
+noback pass2 @15[%accent]@13456	*@156	# ευ Epsilon Upsilon
+noback pass2 @345[%accent]@13456	*@1256	# ηυ Eta Upsilon
+noback pass2 @135[%accent]@24	*@246	# οι Omicron Iota
+noback pass2 @135[%accent]@13456	*@136	# ου Omicron Upsilon
+noback pass2 @13456[%accent]@24	*@12456	# υι Upsilon Iota
+
+# For back translation, move the accents to before the second vowel.
+nofor pass2 [%accent]@126	@1*@24	# αι Alpha Iota
+nofor pass2 [%accent]@16	@1*@13456	# αυ Alpha Upsilon
+nofor pass2 [%accent]@146	@15*@24	# ει Epsilon Iota
+nofor pass2 [%accent]@156	@15*@13456	# ευ Epsilon Upsilon
+nofor pass2 [%accent]@1256	@345*@13456	# ηυ Eta Upsilon
+nofor pass2 [%accent]@246	@135*@24	# οι Omicron Iota
+nofor pass2 [%accent]@136	@135*@13456	# ου Omicron Upsilon
+nofor pass2 [%accent]@12456	@13456*@24	# υι Upsilon Iota
+
+##############
+# Indicators #
+##############
+
+capsletter	46
+begcapsword 46-46
+
+####################
+# English Alphabet #
+####################
+
+# Define all of them as just letters in order to avoid Greek capital signs.
+# Add virtual dot E to the uppercase letters, and virtual dot F to the
+# lowercase letters, so that they have unique braille representations that
+# don't overlap with those used for Greek characters.
+
+# The uppercase English letters.
+letter A 1E
+letter B 12E
+letter C 14E
+letter D 145E
+letter E 15E
+letter F 124E
+letter G 1245E
+letter H 125E
+letter I 24E
+letter J 245E
+letter K 13E
+letter L 123E
+letter M 134E
+letter N 1345E
+letter O 135E
+letter P 1234E
+letter Q 12345E
+letter R 1235E
+letter S 234E
+letter T 2345E
+letter U 136E
+letter V 1236E
+letter W 2456E
+letter X 1346E
+letter Y 13456E
+letter Z 1356E
+
+# The lowercase English letters.
+letter a 1F
+letter b 12F
+letter c 14F
+letter d 145F
+letter e 15F
+letter f 124F
+letter g 1245F
+letter h 125F
+letter i 24F
+letter j 245F
+letter k 13F
+letter l 123F
+letter m 134F
+letter n 1345F
+letter o 135F
+letter p 1234F
+letter q 12345F
+letter r 1235F
+letter s 234F
+letter t 2345F
+letter u 136F
+letter v 1236F
+letter w 2456F
+letter x 1346F
+letter y 13456F
+letter z 1356F
+
+##########################################
+# Forward Translation of English Letters #
+##########################################
+
+# Prepend the English letter sign to each block of English letters.
+class englishLetter abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
+noback pass2 %englishLetter. @56*
+
+# Prepend the English capital sign to each uppercase English letter.
+class englishUpper ABCDEFGHIJKLMNOPQRSTUVWXYZ
+noback pass3 %englishUpper @6*
+
+# Remove virtual dot F from the lowercase English letters.
+noback pass4 [@1F] @1 # a
+noback pass4 [@12F] @12 # b
+noback pass4 [@14F] @14 # c
+noback pass4 [@145F] @145 # d
+noback pass4 [@15F] @15 # e
+noback pass4 [@124F] @124 # f
+noback pass4 [@1245F] @1245 # g
+noback pass4 [@125F] @125 # h
+noback pass4 [@24F] @24 # i
+noback pass4 [@245F] @245 # j
+noback pass4 [@13F] @13 # k
+noback pass4 [@123F] @123 # l
+noback pass4 [@134F] @134 # m
+noback pass4 [@1345F] @1345 # n
+noback pass4 [@135F] @135 # o
+noback pass4 [@1234F] @1234 # p
+noback pass4 [@12345F] @12345 # q
+noback pass4 [@1235F] @1235 # r
+noback pass4 [@234F] @234 # s
+noback pass4 [@2345F] @2345 # t
+noback pass4 [@136F] @136 # u
+noback pass4 [@1236F] @1236 # v
+noback pass4 [@2456F] @2456 # w
+noback pass4 [@1346F] @1346 # x
+noback pass4 [@13456F] @13456 # y
+noback pass4 [@1356F] @1356 # z
+
+# Remove virtual dot E from the uppercase English letters.
+noback pass4 [@1E] @1 # A
+noback pass4 [@12E] @12 # B
+noback pass4 [@14E] @14 # C
+noback pass4 [@145E] @145 # D
+noback pass4 [@15E] @15 # E
+noback pass4 [@124E] @124 # F
+noback pass4 [@1245E] @1245 # G
+noback pass4 [@125E] @125 # H
+noback pass4 [@24E] @24 # I
+noback pass4 [@245E] @245 # J
+noback pass4 [@13E] @13 # K
+noback pass4 [@123E] @123 # L
+noback pass4 [@134E] @134 # M
+noback pass4 [@1345E] @1345 # N
+noback pass4 [@135E] @135 # O
+noback pass4 [@1234E] @1234 # P
+noback pass4 [@12345E] @12345 # Q
+noback pass4 [@1235E] @1235 # R
+noback pass4 [@234E] @234 # S
+noback pass4 [@2345E] @2345 # T
+noback pass4 [@136E] @136 # U
+noback pass4 [@1236E] @1236 # V
+noback pass4 [@2456E] @2456 # W
+noback pass4 [@1346E] @1346 # X
+noback pass4 [@13456E] @13456 # Y
+noback pass4 [@1356E] @1356 # Z
+
+###########################################
+# Backward Translation of English Letters #
+###########################################
+
+nofor pass2 @56 ?#1=1
+nofor pass2 #1=1@6 ?#1=2
+nofor pass2 [$a] *#1=0
+
+# Add virtual dot F to indicate a lowercase English letter.
+nofor pass2 #1=1@1 @1F # a
+nofor pass2 #1=1@12 @12F # b
+nofor pass2 #1=1@14 @14F # c
+nofor pass2 #1=1@145 @145F # d
+nofor pass2 #1=1@15 @15F # e
+nofor pass2 #1=1@124 @124F # f
+nofor pass2 #1=1@1245 @1245F # g
+nofor pass2 #1=1@125 @125F # h
+nofor pass2 #1=1@24 @24F # i
+nofor pass2 #1=1@245 @245F # j
+nofor pass2 #1=1@13 @13F # k
+nofor pass2 #1=1@123 @123F # l
+nofor pass2 #1=1@134 @134F # m
+nofor pass2 #1=1@1345 @1345F # n
+nofor pass2 #1=1@135 @135F # o
+nofor pass2 #1=1@1234 @1234F # p
+nofor pass2 #1=1@12345 @12345F # q
+nofor pass2 #1=1@1235 @1235F # r
+nofor pass2 #1=1@234 @234F # s
+nofor pass2 #1=1@2345 @2345F # t
+nofor pass2 #1=1@136 @136F # u
+nofor pass2 #1=1@1236 @1236F # v
+nofor pass2 #1=1@2456 @2456F # w
+nofor pass2 #1=1@1346 @1346F # x
+nofor pass2 #1=1@13456 @13456F # y
+nofor pass2 #1=1@1356 @1356F # z
+
+# Add virtual dot E to indicate an uppercase English letter.
+nofor pass2 #1=2@1 @1E#1=1 # A
+nofor pass2 #1=2@12 @12E#1=1 # B
+nofor pass2 #1=2@14 @14E#1=1 # C
+nofor pass2 #1=2@145 @145E#1=1 # D
+nofor pass2 #1=2@15 @15E#1=1 # E
+nofor pass2 #1=2@124 @124E#1=1 # F
+nofor pass2 #1=2@1245 @1245E#1=1 # G
+nofor pass2 #1=2@125 @125E#1=1 # H
+nofor pass2 #1=2@24 @24E#1=1 # I
+nofor pass2 #1=2@245 @245E#1=1 # J
+nofor pass2 #1=2@13 @13E#1=1 # K
+nofor pass2 #1=2@123 @123E#1=1 # L
+nofor pass2 #1=2@134 @134E#1=1 # M
+nofor pass2 #1=2@1345 @1345E#1=1 # N
+nofor pass2 #1=2@135 @135E#1=1 # O
+nofor pass2 #1=2@1234 @1234E#1=1 # P
+nofor pass2 #1=2@12345 @12345E#1=1 # Q
+nofor pass2 #1=2@1235 @1235E#1=1 # R
+nofor pass2 #1=2@234 @234E#1=1 # S
+nofor pass2 #1=2@2345 @2345E#1=1 # T
+nofor pass2 #1=2@136 @136E#1=1 # U
+nofor pass2 #1=2@1236 @1236E#1=1 # V
+nofor pass2 #1=2@2456 @2456E#1=1 # W
+nofor pass2 #1=2@1346 @1346E#1=1 # X
+nofor pass2 #1=2@13456 @13456E#1=1 # Y
+nofor pass2 #1=2@1356 @1356E#1=1 # Z
+
+#-index-name: Polish
+#-display-name: Polish braille
+
+#+locale:pl
 #+type:literary
-#+contraction:no
 #+grade:1
-#+version:2006
-#
+
 # TODO: Please correct the metadata above. It is not meant to be
 # accurate nor complete. It hasn't been verified by the table
 # author yet. It is merely an attempt by the liblouis maintainers
 # to get some sensible initial values in place.
-#
+
 # TODO: Please add a reference to official documentation about
 # the implemented braille code. Preferably submit the documents
 # to https://github.com/liblouis/braille-specs.
-# -----------
+
+include Pl-Pl-g1.utb
+include braille-patterns.cti
 #
-# Based on the braille contraction table in BRLTTY
-#
-#  Copyright (C) 1995-2012 by The BRLTTY Team.
-#  Copyright (C) 2012 by Samuel Thibault <samuel.thibault@ens-lyon.org>
-#  Copyright (C) 2012 by Mesar Hameed <mhameed@src.gnome.org>
-#  Copyright (C) 2014 by Joseph Lee <joseph.lee22590@gmail.com>
+# Copyright (C) 1995-2008 by The BRLTTY Developers.
 #
 #  This file is part of liblouis.
 #
@@ -13154,19 +12318,5664 @@
 #  License along with liblouis. If not, see
 #  <http://www.gnu.org/licenses/>.
 
-#Same as ko-g1.ctb except it includes ko-2006 dictionary.
-include ko-2006.cti
-include ko-g1-rules.cti
+# BRLTTY Text Table - Russian (koi8-r)
+# by Hans Schou <chlor@schou.dk> and Dave Mielke <dave@mielke.cc>
 
-# liblouis: Generic Arabic Grade 1 table
+# This is the Russian braille table. It is based on the KOI8-R character set
+# which to our knowledge is the most used in Russia.
+
+# As the Russian cyrillic definition conflicts with the latin definition, some
+# decisions had to be taken. Russians need to type both latin for the command
+# prompt and cyrillic while reading and writing documents and mail.
+
+# In the following, latin letters are quoted with apostrophes like in 'a', and
+# cyrillic letters are enclosed within brackets like in [a].
+
+# Dot 1 in the cyrillic definition is the cyrillic letter which looks and
+# sounds like 'a'. The problem is that in the KOI8-R character set, there is
+# both a latin 'a' and a cyrillic [a]. In decimal, their character numbers are
+# 97 and 193 respectively.  To handle conflicts like these, we have prioritized
+# which characters are most important to match the standard.
+
+# RULES:
+# 1. All cyrillic characters must follow the Russian standard. KOI8-R character 
+#    193 [a] must be dot-1, and so on.
+# 2. Capital cyrillic letters have dot 7 on.
+# 3. The latin alphabet is implemented to follow the international standard
+#    except it has dot 8 on.
+# 4. Capital latin letters have dots 7 and 8 on.
+# 5. Numbers are defined as in the American standard. This means dot-2 for
+#    number '1', and so on. This will conflict with the cyrillic comma which is
+#    also dot-2.
+# 4. Special characters like !"#¤%&/()=? follow the American standard if 
+#    possible.
+# 2. Control characters are often used on Linux. These are not very well 
+#    implemented. More work should be done.
+
+# Comments from Russians are very welcome as neither Hans Schou nor Dave Mielke
+# understand a single word in Russian.
+
+# generated by ttbtest
+letter \x0000 12345678		NULL
+letter \x0001 1678		START OF HEADING
+letter \x0002 124678		START OF TEXT
+letter \x0003 14678		END OF TEXT
+letter \x0004 1467		END OF TRANSMISSION
+letter \x0005 15678		ENQUIRY
+letter \x0006 2358		ACKNOWLEDGE
+letter \x0007 235678		BELL
+letter \x0008 378		BACKSPACE
+space \t 2468		CHARACTER TABULATION
+space \n 678		LINE FEED (LF)
+space \v 345678		LINE TABULATION
+space \f 12367		FORM FEED (FF)
+space \r 458		CARRIAGE RETURN (CR)
+letter \x000e 134567		SHIFT OUT
+letter \x000f 1235678		SHIFT IN
+letter \x0010 34568		DATA LINK ESCAPE
+letter \x0011 124568		DEVICE CONTROL ONE
+letter \x0012 23468		DEVICE CONTROL TWO
+letter \x0013 4578		DEVICE CONTROL THREE
+letter \x0014 3458		DEVICE CONTROL FOUR
+letter \x0015 23578		NEGATIVE ACKNOWLEDGE
+letter \x0016 1236		SYNCHRONOUS IDLE
+letter \x0017 25678		END OF TRANSMISSION BLOCK
+letter \x0018 3478		CANCEL
+letter \x0019 13456		END OF MEDIUM
+letter \x001a 4678		SUBSTITUTE
+letter \x001b 24678		ESCAPE
+letter \x001c 125678		INFORMATION SEPARATOR FOUR
+letter \x001d 1245678		INFORMATION SEPARATOR THREE
+letter \x001e 1234678		INFORMATION SEPARATOR TWO
+letter \x001f 45678		INFORMATION SEPARATOR ONE
+space \s 0		SPACE
+punctuation ! 2357		EXCLAMATION MARK
+punctuation " 5		QUOTATION MARK
+punctuation # 3456		NUMBER SIGN
+punctuation $ 57		DOLLAR SIGN
+punctuation % 146		PERCENT SIGN
+punctuation & 2578		AMPERSAND
+punctuation ' 3		APOSTROPHE
+punctuation ( 478		LEFT PARENTHESIS
+punctuation ) 578		RIGHT PARENTHESIS
+punctuation * 12678		ASTERISK
+punctuation + 346		PLUS SIGN
+punctuation , 6		COMMA
+punctuation - 36		HYPHEN-MINUS
+punctuation . 46		FULL STOP
+punctuation / 34		SOLIDUS
+include loweredDigits6Dots.uti
+punctuation : 237		COLON
+punctuation ; 56		SEMICOLON
+punctuation < 126		LESS-THAN SIGN
+punctuation = 123456		EQUALS SIGN
+punctuation > 345		GREATER-THAN SIGN
+punctuation ? 1456		QUESTION MARK
+punctuation @ 47		COMMERCIAL AT
+uppercase A 178		LATIN CAPITAL LETTER A
+uppercase B 1278		LATIN CAPITAL LETTER B
+uppercase C 1478		LATIN CAPITAL LETTER C
+uppercase D 14578		LATIN CAPITAL LETTER D
+uppercase E 1578		LATIN CAPITAL LETTER E
+uppercase F 12478		LATIN CAPITAL LETTER F
+uppercase G 124578		LATIN CAPITAL LETTER G
+uppercase H 12578		LATIN CAPITAL LETTER H
+uppercase I 2478		LATIN CAPITAL LETTER I
+uppercase J 24578		LATIN CAPITAL LETTER J
+uppercase K 1378		LATIN CAPITAL LETTER K
+uppercase L 12378		LATIN CAPITAL LETTER L
+uppercase M 13478		LATIN CAPITAL LETTER M
+uppercase N 134578		LATIN CAPITAL LETTER N
+uppercase O 13578		LATIN CAPITAL LETTER O
+uppercase P 123478		LATIN CAPITAL LETTER P
+uppercase Q 1234578		LATIN CAPITAL LETTER Q
+uppercase R 123578		LATIN CAPITAL LETTER R
+uppercase S 23478		LATIN CAPITAL LETTER S
+uppercase T 234578		LATIN CAPITAL LETTER T
+uppercase U 13678		LATIN CAPITAL LETTER U
+uppercase V 123678		LATIN CAPITAL LETTER V
+uppercase W 245678		LATIN CAPITAL LETTER W
+uppercase X 134678		LATIN CAPITAL LETTER X
+uppercase Y 1345678		LATIN CAPITAL LETTER Y
+uppercase Z 135678		LATIN CAPITAL LETTER Z
+punctuation [ 234678		LEFT SQUARE BRACKET
+punctuation \\ 3567		REVERSE SOLIDUS
+punctuation ] 124567		RIGHT SQUARE BRACKET
+punctuation ^ 457		CIRCUMFLEX ACCENT
+punctuation _ 456		LOW LINE
+punctuation ` 4		GRAVE ACCENT
+lowercase a 18		LATIN SMALL LETTER A
+lowercase b 128		LATIN SMALL LETTER B
+lowercase c 148		LATIN SMALL LETTER C
+lowercase d 1458		LATIN SMALL LETTER D
+lowercase e 158		LATIN SMALL LETTER E
+lowercase f 1248		LATIN SMALL LETTER F
+lowercase g 12458		LATIN SMALL LETTER G
+lowercase h 1258		LATIN SMALL LETTER H
+lowercase i 248		LATIN SMALL LETTER I
+lowercase j 2458		LATIN SMALL LETTER J
+lowercase k 138		LATIN SMALL LETTER K
+lowercase l 1238		LATIN SMALL LETTER L
+lowercase m 1348		LATIN SMALL LETTER M
+lowercase n 13458		LATIN SMALL LETTER N
+lowercase o 1358		LATIN SMALL LETTER O
+lowercase p 12348		LATIN SMALL LETTER P
+lowercase q 123458		LATIN SMALL LETTER Q
+lowercase r 12358		LATIN SMALL LETTER R
+lowercase s 2348		LATIN SMALL LETTER S
+lowercase t 23458		LATIN SMALL LETTER T
+lowercase u 1368		LATIN SMALL LETTER U
+lowercase v 12368		LATIN SMALL LETTER V
+lowercase w 24568		LATIN SMALL LETTER W
+lowercase x 13468		LATIN SMALL LETTER X
+lowercase y 134568		LATIN SMALL LETTER Y
+lowercase z 13568		LATIN SMALL LETTER Z
+punctuation { 23678		LEFT CURLY BRACKET
+punctuation | 34567		VERTICAL LINE
+punctuation } 12456		RIGHT CURLY BRACKET
+punctuation ~ 45		TILDE
+letter \x007f 4567		DELETE
+punctuation \x00a0 0		NO-BREAK SPACE
+punctuation \x00a9 34678		COPYRIGHT SIGN
+punctuation \x00b0 23567		DEGREE SIGN
+punctuation \x00b2 268		SUPERSCRIPT TWO
+punctuation \x00b7 34578		MIDDLE DOT
+punctuation \x00f7 145678		DIVISION SIGN
+uppercase \x0401 167		CYRILLIC CAPITAL LETTER IO
+uppercase \x0410 17		CYRILLIC CAPITAL LETTER A
+uppercase \x0411 127		CYRILLIC CAPITAL LETTER BE
+uppercase \x0412 24567		CYRILLIC CAPITAL LETTER VE
+uppercase \x0413 12457		CYRILLIC CAPITAL LETTER GHE
+uppercase \x0414 1457		CYRILLIC CAPITAL LETTER DE
+uppercase \x0415 157		CYRILLIC CAPITAL LETTER IE
+uppercase \x0416 2457		CYRILLIC CAPITAL LETTER ZHE
+uppercase \x0417 13567		CYRILLIC CAPITAL LETTER ZE
+uppercase \x0418 247		CYRILLIC CAPITAL LETTER I
+uppercase \x0419 123467		CYRILLIC CAPITAL LETTER SHORT I
+uppercase \x041a 137		CYRILLIC CAPITAL LETTER KA
+uppercase \x041b 1237		CYRILLIC CAPITAL LETTER EL
+uppercase \x041c 1347		CYRILLIC CAPITAL LETTER EM
+uppercase \x041d 13457		CYRILLIC CAPITAL LETTER EN
+uppercase \x041e 1357		CYRILLIC CAPITAL LETTER O
+uppercase \x041f 12347		CYRILLIC CAPITAL LETTER PE
+uppercase \x0420 12357		CYRILLIC CAPITAL LETTER ER
+uppercase \x0421 2347		CYRILLIC CAPITAL LETTER ES
+uppercase \x0422 23457		CYRILLIC CAPITAL LETTER TE
+uppercase \x0423 1367		CYRILLIC CAPITAL LETTER U
+uppercase \x0424 1247		CYRILLIC CAPITAL LETTER EF
+uppercase \x0425 1257		CYRILLIC CAPITAL LETTER HA
+uppercase \x0426 147		CYRILLIC CAPITAL LETTER TSE
+uppercase \x0427 123457		CYRILLIC CAPITAL LETTER CHE
+uppercase \x0428 1567		CYRILLIC CAPITAL LETTER SHA
+uppercase \x0429 13467		CYRILLIC CAPITAL LETTER SHCHA
+uppercase \x042a 123567		CYRILLIC CAPITAL LETTER HARD SIGN
+uppercase \x042b 23467		CYRILLIC CAPITAL LETTER YERU
+uppercase \x042c 234567		CYRILLIC CAPITAL LETTER SOFT SIGN
+uppercase \x042d 2467		CYRILLIC CAPITAL LETTER E
+uppercase \x042e 12567		CYRILLIC CAPITAL LETTER YU
+uppercase \x042f 12467		CYRILLIC CAPITAL LETTER YA
+lowercase \x0430 1		CYRILLIC SMALL LETTER A
+lowercase \x0431 12		CYRILLIC SMALL LETTER BE
+lowercase \x0432 2456		CYRILLIC SMALL LETTER VE
+lowercase \x0433 1245		CYRILLIC SMALL LETTER GHE
+lowercase \x0434 145		CYRILLIC SMALL LETTER DE
+lowercase \x0435 15		CYRILLIC SMALL LETTER IE
+lowercase \x0436 245		CYRILLIC SMALL LETTER ZHE
+lowercase \x0437 1356		CYRILLIC SMALL LETTER ZE
+lowercase \x0438 24		CYRILLIC SMALL LETTER I
+lowercase \x0439 12346		CYRILLIC SMALL LETTER SHORT I
+lowercase \x043a 13		CYRILLIC SMALL LETTER KA
+lowercase \x043b 123		CYRILLIC SMALL LETTER EL
+lowercase \x043c 134		CYRILLIC SMALL LETTER EM
+lowercase \x043d 1345		CYRILLIC SMALL LETTER EN
+lowercase \x043e 135		CYRILLIC SMALL LETTER O
+lowercase \x043f 1234		CYRILLIC SMALL LETTER PE
+lowercase \x0440 1235		CYRILLIC SMALL LETTER ER
+lowercase \x0441 234		CYRILLIC SMALL LETTER ES
+lowercase \x0442 2345		CYRILLIC SMALL LETTER TE
+lowercase \x0443 136		CYRILLIC SMALL LETTER U
+lowercase \x0444 124		CYRILLIC SMALL LETTER EF
+lowercase \x0445 125		CYRILLIC SMALL LETTER HA
+lowercase \x0446 14		CYRILLIC SMALL LETTER TSE
+lowercase \x0447 12345		CYRILLIC SMALL LETTER CHE
+lowercase \x0448 156		CYRILLIC SMALL LETTER SHA
+lowercase \x0449 1346		CYRILLIC SMALL LETTER SHCHA
+lowercase \x044a 12356		CYRILLIC SMALL LETTER HARD SIGN
+lowercase \x044b 2346		CYRILLIC SMALL LETTER YERU
+lowercase \x044c 23456		CYRILLIC SMALL LETTER SOFT SIGN
+lowercase \x044d 246		CYRILLIC SMALL LETTER E
+lowercase \x044e 1256		CYRILLIC SMALL LETTER YU
+lowercase \x044f 1246		CYRILLIC SMALL LETTER YA
+lowercase \x0451 16		CYRILLIC SMALL LETTER IO
+uppercase \x0462 3457		CYRILLIC CAPITAL LETTER YAT
+lowercase \x0463 345		CYRILLIC SMALL LETTER YAT
+uppercase \x046a 2467		CYRILLIC CAPITAL LETTER BIG YUS
+lowercase \x046b 246		CYRILLIC SMALL LETTER BIG YUS
+punctuation \x2219 238		BULLET OPERATOR
+punctuation \x221a 568		SQUARE ROOT
+punctuation \x2248 358		ALMOST EQUAL TO
+punctuation \x2264 4568		LESS-THAN OR EQUAL TO
+punctuation \x2265 35678		GREATER-THAN OR EQUAL TO
+punctuation \x2320 2568		TOP HALF INTEGRAL
+punctuation \x2321 258		BOTTOM HALF INTEGRAL
+punctuation \x2580 348		UPPER HALF BLOCK
+punctuation \x2584 468		LOWER HALF BLOCK
+punctuation \x2588 68		FULL BLOCK
+punctuation \x258c 278		LEFT HALF BLOCK
+punctuation \x2590 2378		RIGHT HALF BLOCK
+punctuation \x2591 3578		LIGHT SHADE
+punctuation \x2592 267		MEDIUM SHADE
+punctuation \x2593 3568		DARK SHADE
+punctuation \x25a0 23568		BLACK SQUARE
+UTF-8
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+% auto-generated file, don't edit! %
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+.aa1
+.aci1
+.ade1
+.adi1
+.ae1
+.age1
+.aids1
+.ai1
+.akkadi1
+.al1e1ut
+.alti1
+.amma1
+.anes1
+.ani1
+.apuli1
+.ari1
+.arzi1
+.assi1
+.asti1
+.athe1
+.audi1
+.aus1che
+.aus1ta
+.aus1t1eil
+.aus1tes
+.aus1th
+.aus1to
+.avers1
+.axi1
+.azi1
+.bedi2
+.belgi1
+.biss1
+.bis1tu
+.boe1
+.brus1c
+.cerisi1
+.ces1c
+.chi1en
+.chi1er
+.cobi1
+.couri1
+.cue1
+.d1e1i.
+.de1ind
+.de1inst
+.derni1
+.destri1
+.didi1
+.divi1
+.dizi1
+.dys1c
+.dys1ton
+.dys1tr
+.dzi1
+.echs1
+.ehe1
+.einge1
+.eises1
+.1eis
+.eis1ta
+.eis1tr
+.eis1tü
+.elis1che
+.els1c
+.emma1
+.enns1
+.1enn
+.1enti1
+.erzbis1t
+.1erzb
+.es1cha
+.ess1
+.essens1
+.es1th
+.fee1
+.fels1ti
+.fels1tu
+.fels1tü
+.feri1
+.fi1era
+.fres1c
+.gerli1
+.germani1
+.gri2
+.guri1
+.happi1
+.hari1
+.hi1erar
+.hilli1
+.hunde1
+.husse1
+.i1
+.ile1
+.imi1
+.ini1
+.intra1
+.ioni1
+.is1chä
+.isis1
+.istri1
+.izi1
+.joi1
+.jugi1
+.kassi1e.
+.kass1
+.ki1erb
+.kies1
+.kiss1
+.kolli1
+.kordi1
+.kuss1
+.lachs1te
+.lage1
+.lagni1
+.lanti1
+.leids1
+.lese1
+.li2en
+.ligni1
+.lili1
+.lori1
+.los1tr
+.lute1
+.läus1
+.mali1
+.mana1
+.mass1
+.medi1
+.meni1
+.meri1
+.mess1
+.meti1
+.mi1edo
+.mi1el.
+.mi1erz
+.moos1
+.mori1
+.morti1
+.muli1
+.muss1
+.nass1
+.ne1ii
+.ni2enb
+.ni1en
+.ni2end
+.nuss1
+.oe1
+.ogi1
+.oi1
+.olds1
+.orgi1
+.ori1
+.orki1
+.osteri1
+.pelli1
+.pelti1
+.perri1
+.pes1che.
+.pi1ed
+.pi1em
+.pi1era
+.pi1erd
+.pi1erf
+.pi1ern
+.pi1err
+.pi1ev
+.piss1
+.podi1
+.porti1er.
+.porti1ere.
+.porti1eren.
+.pri2en
+.pris1c
+.puni1
+.rabi1
+.raini1
+.rai1
+.rani1
+.re1inkon
+.re1insz
+.reis1che
+.r1eis
+.reli1
+.re1un
+.ri1esk
+.ringi1
+.rivi1
+.robi1er
+.rodi1
+.rogi1
+.roni1
+.rossi1
+.russ1
+.rös1chen.
+.safi1
+.sali1
+.sari1
+.sauri1
+.s1chiap
+.s1chool
+.see1
+.selli1
+.s1enti1
+.seri1e.
+.sevi1
+.sieges1
+.si1en
+.si1err
+.si1est
+.si1et
+.ski1er
+.sorbi1
+.s1t.
+.s1ta.
+.s2tag
+.studi1e.
+.tages1
+.tarsi1
+.tele1
+.telli1
+.teni1
+.tes1trä
+.thani1
+.ti1en.
+.ti1ev
+.tri1est
+.ugri1
+.uri1
+.urä1
+.vari1
+.veni1
+.vers1chen.
+.väs1c
+.weiss1
+.w1eis
+.wies1c
+.xi1
+.zebra1
+.zins1
+.zvi1
+.éti1
+'arvi1
+'bri1
+'oe1
+'offici1
+'ori1
+aadi1
+aani1
+aare1
+aas1ta
+aats1t
+abali1
+abetes1
+abre1u
+abäus1
+acchi1
+achs1tig
+achs1tum
+aci1er.
+aci1ers
+adde1
+adi1en.
+adi1ent
+adies1
+adoni1
+adungs1
+adä1
+a1e1i.
+aene1
+aere1u
+a1e1ub
+ae1um
+a1e1us
+affi1el
+afi1en.
+afi1ens
+afts1tem
+afts1trä
+afungs1
+age1id
+agi1ern
+agi1erzi
+agi1ez.
+agni1et
+agore1
+ags1tab
+ags1tal
+ags1tee
+ags1tem
+ags1term
+ags1th
+ags1tor
+ags1tre
+ags1tru
+ags1trä
+ags1tät
+ahe1u
+ahme1u
+ahäs1c
+ahös1c
+ai1
+aims1
+aintra1
+ais1chip
+aissi1
+ais1tor
+akadi1
+akmus1
+aknäs1
+alabri1
+alanti1
+ale1inp
+ale1uti
+al1eut
+alici1
+ali1eri
+ali1ern
+alile1
+alili1
+aline1
+alini1
+alizi1
+alleti1
+all1e1us
+alli1er.
+aloni1
+als1tit
+als1trau
+alstudi1
+aludi1
+amali1
+amandi1
+ambä1
+amera1
+ameri1
+ami1el
+ami1en.
+ami1erb
+ami1et
+amili1
+ammeri1
+amni1
+ams1tag
+ams1test
+anadi1
+anas1chi.
+ance1i
+ands1tag
+anebi1
+anesi1
+an1e1us
+anezi1
+angeri1et.
+angs1tes
+ani1ele
+ani1eli
+ani1els
+ani1ern
+ani1et.
+anqui1
+ansani1
+anseri1
+anspapi1
+ans1tor
+anthi1
+anti1en
+antons1
+aorgi1
+apali1
+aprämi1
+aragi1
+arali1
+aras1che.
+ara1un
+arce1
+ardini1
+arems1
+are1un
+ari1eh
+ari1en
+ari1era
+ari1erfa
+ari1erg
+ari1ers.
+ari1esf
+ari1ess
+ari1est
+ari1eta
+ari1eto
+armee1
+arm1enti1
+aroli2
+aroni1
+arri1er
+arri1et
+ars1tho
+arthi1
+arungs1
+asauri1
+asaus1
+ashi1
+asi1ek.
+asi1eri
+askus1
+asma1
+asmani1
+asowi1
+as1tev
+asthi1
+asti1en
+as1tink
+as1topf
+as1trep
+as1tür
+atbis1
+at1e1us
+athani1
+athe1u
+ati1el
+ati1en
+atoli1
+ats1chef
+ats1tem
+ats1tic
+ats1träu
+ats1tur
+attä1
+atungs1
+atus1t
+auci1
+aulmi1
+aupi1
+aure1u
+auri1er.
+auriti1
+ausseri1
+aus1tag
+aus1tanz
+aus1tea
+aus1tee
+aus1term
+aus1tick
+aus1tier
+aus1tig
+aus1tob
+aus1toi1
+aus1tom
+aus1tor
+aus1tot
+aus1tram
+aus1trat
+aus1trau
+aus1tric
+aus1trom
+austudi1
+aus1tup
+aus1tut
+aus1tür
+authi1
+averni1
+avri1
+awi1en
+aysi1
+azde1
+az1e1is
+azi1el
+azri1
+azzi1
+aéri1
+bade1
+badi1er
+bae1
+banki1
+bardi1e.
+bars1tal.
+bass1
+basti1
+bathi1
+bati1
+bdös1
+be1imm
+be1ing.
+be1inhalte.
+be1inhalten
+be1inhaltet
+beits1t
+beli1e.
+bens1tag
+bens1treu
+bens1tri
+bes1tag
+bes1tat.
+besti1e.
+bes1tod
+bes1tol
+bes1tou
+bes1trai1
+bes1trau
+bes1trun
+be1ufe
+b1euf
+be1uh
+be1um
+be1und
+be1ung
+be1unk
+be1unt
+be1urk
+b1eur
+be1url
+be1urt
+bgangs1
+bgas1
+bge1u
+bhös1
+bi1ell
+bi1en.
+bi1enb
+bi1ens
+bi1ent
+bilä1
+birs1ta
+bisis1
+bkr1eis1
+blage1
+blass1
+blas1test
+blese1
+bli1edl
+bli1er.
+bl1ings1
+bläs1c
+blöss1
+blüs1c
+bmagi1
+bnis1t
+bombi1
+bonni1er.
+borgi1
+bos1chel
+bosni1
+boulli1
+bpari1
+brani1
+brass1
+breli1
+bri1en
+bri1er.
+bri1ern
+bries1c
+brios1
+bsauri1
+bs1chef
+bseri1
+bsidi1
+bsstudi1
+bs1tag
+bs1tata
+bs1teic
+bs1t1eil
+bs1tob
+bs1tod
+bs1tou
+bs1treu
+bs1täti
+b1tags1
+bundes1
+bungs1c
+bussi1
+bus1tab
+bus1tei
+bus1term
+busti1
+bus1tis
+bus1tor
+bus1tr
+buzi1
+bäs1che1
+bä1us.
+béli1
+béri1
+böss1
+cadi1
+caffe1
+cafi1
+cahi1
+cale1
+cali1
+cami1
+canti1
+capes1
+carabini1
+carti1
+case1in
+casti1
+cavali1ere
+cavali1ers
+cce1
+ccheri1
+cchi1ere
+cegli1
+c1e1is
+cere1
+cerni1
+ces1chi
+c1e1u.
+ce1uh
+ce1um
+ce1un
+ce1us.
+c1eus
+1chaem
+1chaffela
+1champs
+1chanc
+1chanse
+1chansh
+1chanso
+1chaos1
+1chap.
+1charak
+chari1
+1chauff
+1checkl
+1chef.
+1chefr
+1chefs
+1chemie.
+1chemik
+1chemis
+1chen1ect
+1ch1eria
+1ch1eron
+1cherzan
+1cherzo
+1ch1etti
+1cheven
+1chiat
+1chiav
+1chicc
+1chieda
+chi1edi
+chi1edo
+1chieha
+chi1ern
+chi1esa
+1chietp
+1chi1ett
+1chillac
+1chillà
+1chimst
+1chini.
+1chinok
+1chinot
+1chio
+1chiph
+1chipl
+1chips
+1chirur
+1chirò
+1chizophr1enia1
+1chizz
+chnee1
+1chofi
+1chola.
+1cholars
+1cholastic
+1choles
+1chool.
+1choolb
+1choole
+1choolf
+1choolg
+1chools
+1choral
+1choreo
+1chores
+1chors.
+1chorä
+1christ
+1chromo
+1chron
+1chutn
+1chyl
+ci1eg
+ci1ek
+ci1el
+ci1enf
+ci1ens
+ci1ent
+ci1erg
+ci1eri
+ci1erp
+ci1err
+cili1
+cimi1
+cis1to
+ckaus1
+cki1el
+cki1en
+cki1est
+cks1tas
+cks1taub
+cks1turm
+ckungs1
+claudi1
+cle1
+cobs1t
+code1
+coe1
+coffe1
+coli1
+colli1er
+combi1
+comic1
+condotti1
+conti1
+cordi1
+cormi1
+cousi1
+coussi1
+couti1
+crassi1
+cressi1
+creti1
+crissi1
+cross1
+croupi1
+cseri1
+cudi1
+culi1
+cune1
+cuvi1
+cyste1
+dami1
+dani1el
+danti1
+dari1
+darni1er
+dasi1
+dats1t
+daumi1
+dauni1
+da1url
+dawi1
+dcolli1
+ddä1
+deaus1
+dechs1
+de1ik
+de1imp
+de1ino
+de1ist.
+d1eis
+de1isten
+de1isti
+de1ists2
+demi1en
+deni1er
+dens1tanz
+dens1top
+deorgi1
+des1chef
+des1tag
+des1tit
+des1tou
+des1trai1
+des1treu
+destudi1
+des1tät
+d1e1u.
+d1e1uf
+de1um
+de1un
+de1url
+d1eur
+de1us.
+d1eus
+dfoli1
+dhaus1
+dheits1
+dhäs1
+dhös1
+dia1
+didas1
+di1ek.
+di1elek
+di1em.
+di1enc
+di1end
+di1eng
+di1eni
+di1ens.
+di1ensc
+di1enz
+di1epp
+di1er'
+di1esse.
+di1et.
+di1ets.
+di1eva
+di1ez
+digli1
+dilli1
+dindi1
+diseri1
+diss1te
+dis1th
+dis1to
+ditschi1
+dji1
+dles1c
+dlili1
+dlos1
+dlungs1
+dmedi1
+dnuss1
+doni1er
+dorgi1
+dorni1
+dprämi1
+dreli1
+dress1
+dr1e1u.
+dr1e1us
+dri1el
+dri1en
+dri1eser
+driess1
+drowi1
+dsari1
+dsaus1
+ds1chine
+dsee1
+dseri1
+dski1
+ds1tabe
+ds1tag.
+ds1tagen
+ds1tas
+ds1tata
+ds1tauf
+ds1tea
+ds1t1eil
+ds1term
+ds1terr
+ds1t1eur
+ds1tex
+ds1th
+ds1tin
+ds1tis
+ds1tod
+ds1toi1
+ds1tor.
+ds1torp
+ds1tou
+ds1trau
+ds1trup
+ds1trü
+dstudi1
+ds1turb
+ds1tus
+ds1täti
+duilli1
+dus1tal
+dös1che
+1ea.
+eali1
+1eark
+earli1
+ease1
+easi1
+ebes1tem
+ebes1tes
+ebes1trä
+1ebi.
+ebiss1
+ebs1tanz
+ebs1tea
+ebs1t1emp
+ebs1tend
+ebs1th
+ebs1tie
+ebs1top
+ebs1tra
+ebungs1
+1ec.
+1ec'
+1eca
+1echel
+echi1en
+1echti.
+1eci
+1ecki
+ecks1tag
+1ect
+1ecz
+1edad
+edens1tau
+edens1t1emp
+1edetek
+1edit
+1edmo
+1edono
+edossi1
+1edron
+eds1cho
+eds1tag
+eds1tan
+eds1tee
+eds1tri
+eds1tru
+eds1trä
+edä1
+edös1c
+eeee1
+eehaus1
+ee1ig.
+e1eig
+ee1igs
+ee1ii
+e1e1in.
+eeni2
+eess1
+e1e1u.
+e1e1uf
+ee1um
+ee1un
+e1e1ur
+e1e1ut
+e1e1uw
+eeweiss1
+eew1eis
+efaus1
+1efdar
+efehls1
+1effas
+1effi
+1effö
+efoli1
+efos1
+1efpf
+1efpl
+1efsaa
+1eftap
+1ega.
+1egas
+1egat
+eges1tro
+ege1u
+1egg.
+1egia
+1egie
+egi1en
+egni1er
+1ego.
+egoni1
+1egos
+egratti1
+egs1tak
+egs1tal
+egs1term
+egs1th
+egs1tro
+egs1trä
+1egui
+egungs1
+1ehac
+ehi1er
+1eholms
+ehungs1
+ehäs1
+ehös1
+1ehöö
+1ei.
+eiaus1
+1eig
+1eil
+1eime
+1ein.
+1einb
+1einr
+eipi1
+1eir
+1eis
+eiseri1
+eis1tabe
+eis1tag
+eis1tanz
+eis1tas
+eis1top
+eis1tor
+eis1tou
+eis1tur
+1ej.
+1eki.
+1ekta
+1ekå
+1ela.
+1ela'
+elags1
+elais1
+elai1
+elari1
+1elas.
+1elce
+elci1
+eleti1
+ele1un
+1elia
+elici1
+1elick
+1elicz
+eli1ec
+eli1erb
+eli1erf
+eli1ern
+eli1erp
+eli1err
+elies1
+eli1ez
+elili1
+1elis.
+elissi1
+elite1
+1elito
+1elitä
+elizi1
+1eljär
+1ell.
+1elle.
+1ellem
+1ellen
+1eller
+elles1c
+1ello.
+1ells
+1elly
+1elm.
+1elo.
+1elon
+elosi1
+elporti1
+1elsk
+els1tafe
+els1tag
+els1terr
+els1tit
+els1topf
+els1tore
+1elund
+elungs1
+1elus.
+1emale
+emarci1
+emass1
+1embl
+1em1env
+1emeti
+1emi.
+1emia
+emi1er.
+emili1
+1emine
+1emis.
+1emię
+1emli.
+1emlif
+1emlis
+1emn
+1emoz
+1emp
+empi1
+emstudi1
+1emy
+1en'a
+1ena.
+1enabb
+1enabe
+1enabg
+1enabs
+1enabt
+1enabw
+1enad
+1enae
+1enaf
+1enag
+1enak
+1enal
+1enana
+1enand
+1enanf
+1enang
+1enans
+1enant
+1enanw
+1enanz
+1enapa
+1enapp
+1enar
+enari1
+1enass
+1enatm
+1enatt
+1enau
+1enbas
+1enbea
+1enbed
+1enbeg
+1enbek
+1enbeo
+1enbet
+1enbew
+1enbi
+1enbl
+1enboy
+1enbr
+1enbu
+1enbä
+1enbö
+1enbü
+1enca
+1ence
+1enci
+1encl
+1enco
+1encr
+1ency
+1end'
+1endar
+1ende
+1endi.
+1endic
+1endie
+1endl
+1endo
+1endr
+1endu
+1endw
+1endz
+1endä
+1endö
+1enea
+enebi1
+1enech
+1ened
+1enee
+1enef
+1eneg
+1eneh
+1en1eig
+1enemb
+1eneo
+1enep
+1enerfa
+1enes.
+1eneth
+1enev
+1enew
+1enex
+1enez
+enezi1
+1eneü
+1enfab
+1enfah
+1enfam
+1enfer
+1enfes
+1enfet
+1enfi
+1enflo
+1enfon
+1enfor
+1enfos
+1enfr
+1enfuz
+1enfä
+1enfö
+1enfü
+1enga
+1engeb
+1engef
+1engeg
+1engeh
+1engel
+1engem
+1enger
+1enges2
+1enget
+1engew
+1engi
+1engl
+1engr
+1engu
+1engä
+2enhag
+1enhal
+1enhat
+1enhau
+1enhe
+1enhil
+1enhoc
+1enhu
+1enhy
+1enhä
+1enhö
+1enhü
+1eni.
+1enia1
+2enic
+1enid
+1enik
+1enim
+1enin
+1enis
+1enj
+1enk
+2enknö
+1enla
+1enleh
+1enlen
+1enleu
+1enlie
+1enlit
+1enlo
+1enlu
+1enly
+1enlä
+1enlö
+1enmac
+1enmag
+1enmap
+1enmar
+1enmas
+1enmat
+1enme
+1enmi
+1enmo
+1enmu
+1enmy
+1enmä
+1enmü
+1enn
+enneli1
+2enner.
+1eno.
+1enobj
+1enof
+1enoh
+1enol
+enoli1
+1enop
+1enorc
+1enord
+1enorg
+1enori
+1enort
+1enou
+1enpap
+1enpar
+1enpf
+1enph
+1enpi
+1enpl
+1enpo
+1enpr
+1enpä
+1enq
+1enr
+1ens'
+1ensa
+ensee1
+1enseg
+1ensei
+1ensek
+1ensel
+1ensem
+enseri1
+1ensh
+1ensi
+ensi1e.
+1ensk
+1enso
+1enspe
+1enspi
+1enspo
+1enspr
+ens1tate
+1enstel
+ens1test
+1enstif
+ens1tipp
+ens1trai1
+ens1trös
+enstudi1
+1ensu
+1ensy
+1ensz
+1ensä
+1ensü
+1entab
+1entaf
+1entag
+1ental
+1entau
+1entb
+1entc
+1entea
+1entec
+1entf
+1entg
+1enti
+enti1en
+entini1
+entins1
+1entk
+1entl
+1entm
+1ento
+1entr
+1ents
+1entt
+1entu
+1entw
+1enty
+1entz
+1entä
+1entô
+1entö
+1entü
+1enunt
+1enur
+1enus
+1env
+1enwa
+1enwe
+1enwi
+1enwo
+1enwä
+1enzah
+1enzb
+1enzel
+1enzen
+1enzer
+1enzeu
+1enzg
+1enzh
+1enzi
+1enzk
+1enzm
+1enzo
+1enzp
+1enzr
+1enzs
+1enzt
+1enzu
+1enzv
+1enzw
+1enzy
+1enzz
+1enzä
+1enzü
+1enäm
+1enär
+1enäu
+1enöf
+1enü
+1eo.
+eonni1
+eorgs1
+eoseri1
+epagni1
+1epaj
+epi1ed
+episs1
+eprämi1
+eps1ton
+1epł
+1er'sc
+1era.
+1erako
+1erakü
+1eralle
+1eramo
+erani1
+1erano
+1erare
+1eras.
+eraus1t
+1erba.
+1erbas.
+1erbir
+1ercel
+erci1er
+1ercu
+1erda.
+1erdac
+erdi1er
+1erdir
+1erdis
+1erea
+1erebr
+1erebü
+1erede
+1eredi
+1eredr
+1eree
+1erefi
+1erefr
+1erefu
+1erefä
+1erefö
+1eregr
+1erehi
+1ereho
+1erehu
+1er1ei.
+1ereis.
+er1eis
+1erej
+1ereka
+1ereki1
+1erekn
+ereli1
+1erelo
+1erema
+1eremä
+1eremö
+1eremü
+1ereo
+1erepe
+1erepl
+1erepr
+eresi1
+1eresp
+eres1tie
+eres1to
+1ereta
+1erete
+1eretr
+1erety
+ere1un
+1erew
+1ereü
+1erfeu
+1erfos
+1erfuße
+1erfäu
+1erge.
+1ergio
+1ergäs
+1erhün
+1eria
+1erib
+eri1ene
+eri1ens
+eri1ent
+eri1enz
+eri1er.
+eri1ern
+1erif
+erims1
+1erimä1
+1erinfo
+1erini
+1erino
+1eris.
+2erism
+1eriw
+1erjar
+1erkac
+1erkier
+1erkoll
+1erlog
+1erlui
+1ermaché
+ermi1er
+1erna.
+1ernas.
+1erno.
+1ero.
+1ero'
+erobi1
+1erog
+1eron
+1eroph
+1eropo
+1eros.
+1erot
+1erou
+1erpaa
+1erpog
+1erpuz
+1erra.
+1erraf
+1erras.
+1errav
+1erre.
+erreli1
+1erret.
+1erri.
+1erris
+1errita
+1erro.
+1erry
+1ersdy
+erseri1
+1ershä
+1erskin
+erski1
+1erskli
+ers1tag
+ers1takt
+ers1tas
+1erstöh
+1ersva
+1erta.
+1erthem
+1erto.
+1ertum
+eruchs1
+erufs1c
+1erumä
+1erus
+1erva.
+1ervah
+1ervi.
+1ervil
+1erweib
+1erwein
+1erz.
+1erzb
+1erzon.
+1erzyc
+1erò
+esari1
+1esbau
+1esca
+1esco
+1escu
+eseki1
+eseri1
+ese1un
+1esfre
+1esi.
+esieges1
+1esiw
+1eski.
+1eslo
+1eslö
+esporti1
+1essaa
+esseri1
+ess1ten
+ess1tor
+1esta.
+es1tag.
+estari1
+1estas
+es1taum
+1estaz
+1esteb
+es1t1eil
+es1terman.
+esti1en
+1estin
+es1trac
+es1tr1eu.
+1estræ
+estudi1e.
+es1täubc
+es1töt
+1eszk
+1eta.
+e1tags1
+1etall
+1etalo
+etani1
+1etar
+etari1
+1etas.
+1etat
+1etees
+1eteet
+1etek.
+eteli1
+1eteni
+ethani1
+eth1e1is
+ethi1
+1ethn
+1ethy
+1eti.
+1eti1en
+1eties
+2eting
+1etism
+1etist
+1eto.
+1etok
+1etol
+1etoo
+1etra.
+1etraf
+1etral
+1etram
+1etrap
+1etre.
+1etrin
+1etro.
+1etro'
+1etros
+ets1t1emp
+ets1tep
+1etta
+1etti
+1etto
+1etts
+1etuv
+1ety.
+1età
+1etär
+1etät
+1eté
+1etê
+1eu.
+1eub
+eube1
+1euc
+1eud
+1eue
+1euf
+1eug
+1euk
+e1um.
+e1umb
+1e2ume
+e1umf
+e1umg
+e1umh
+e1umk
+e1uml
+e1umm
+e1ump
+e1umq
+e1umr
+e1ums
+eums1te
+eums1ti
+eums1tü
+e1umt
+e1umv
+e1umw
+e1umz
+e1unr
+e1unv
+1eup
+1eur
+eurasi1
+euri1er
+eurti1
+1eus
+e1usb
+eustudi1
+e1usz
+1eut
+eute1
+1euw
+1eux
+1eva.
+evali1
+evalli1
+evals1
+1eveso
+1evi.
+1evlu
+1evo.
+1ew.
+1ewb
+ewebe1
+1ewern
+1ewf
+1ewg
+1ewic
+1ewits
+1ewk
+1ewl
+1ewm
+1ewp
+1ewr
+1ews
+1eww
+1ewz
+1exp
+eydi1
+eyri1
+1eza.
+1ezas
+1ezh.
+ezi1es1
+1ezo.
+1ezoc
+1ezoe
+1ezog
+1ezok
+1ezom
+1ezop
+1ezoq
+1ezos
+1ezow
+eßsi1
+1eć
+1eń
+1eś
+eści1
+1eż
+fabi1
+faci1
+fali1
+fass1
+favi1
+fbesti1
+feaus1
+ferde1
+feri1et
+feti1
+fe1unt
+ffee1
+ffoli1
+ffoni1
+ffs1tag
+ffs1tal
+ffs1tau
+ffs1tep
+ffs1tic
+ffs1tie
+ffs1tou
+ffs1tut
+fide1
+fi1eh.
+fi1ei
+fi1ent
+fi1enz
+fi1erb
+fi1eri
+fi1ern
+fi1err
+fi1eso
+figli1
+flavi1
+flege1
+flili1
+fl1ings1
+fluss1
+flöss1
+fmagi1
+fmuss1
+fnungs1
+fnäs1
+fogli1
+foi1
+foli1e.
+fonci1
+fonds1
+forgi1
+forni1er
+forti1er
+forzi1
+fouchi1
+fourni1
+fporti1
+fprämi1
+fradi1
+frage1
+frazi1
+freni1
+fress1
+fri1en
+fs1chart
+fs1chor
+fseri1
+fshi1
+fsseri1
+fs1tak
+fs1tale
+fs1tank
+fs1tas
+fs1tauc
+fs1tee
+fs1t1eil
+fs1term
+fs1terr
+fs1tex
+fs1th
+fs1tipp.
+fs1tis
+fs1tit
+fs1toi1
+fs1ton
+fs1tor.
+fs1tore
+fs1tot
+fs1trab
+fs1trai1
+fs1trap
+fs1trep
+fs1trip
+fs1trol
+fs1tros
+fs1trub
+fs1truc
+fs1trup
+fstudi1
+fs1täti
+fs1tüte
+ft1eis1
+fteri1
+fts1chef
+ftsstudi1
+fts1taf
+fts1taus
+fts1tee
+fts1tep
+fts1tes
+fts1tier
+fts1tig
+fts1ton
+fts1tor
+fts1treu
+fts1tru
+ftstudi1
+fts1tut
+fts1tät
+funki1
+funni1
+furi1e.
+fuss1
+fäss1
+féti1
+gabri1
+gadi1
+galli1
+gambi1
+gani1
+ganti1
+gardi1
+gari1
+garni1er.
+gas1chem
+gas1chro
+gas1tank
+gas1tur
+gas1tü
+gauli1
+gaulti1
+gauti1
+gche1
+ge1imk
+ge1imp
+ge1ini
+ge1inse
+ge1inv
+ge1ix
+gens1tag
+ges1tal.
+ges1tale
+ges1th
+ges1tor.
+ges1tou
+ges1trun
+g1e1uf
+ge1uh
+ge1um
+ge1unt
+g1e1up
+ge1url
+g1eur
+ge1urt
+g1e1ut
+ggi1eri
+ghs1c
+ghts1
+ghäs1
+gici1
+gidi1
+gi1ele.
+gi1ell
+gi1en.
+gi1end
+giene1i
+gi1enh
+gi1ens
+gi1ersh
+gi1erzy
+giess1
+gi1et.
+gi1ev.
+gili1
+gioni1
+gions1
+giss1
+gis1th
+gis1trä
+gji1
+glasi1e.
+glas1tie
+glas1tis
+glas1tra
+glas1tri
+glili1
+glori1
+gläs1
+gmedi1
+gmuss1
+gni1ers.
+gnoli1
+gnose1
+gnungs1
+gobi1
+goli1
+gommi1
+gondoli1
+goni1er
+gooi1
+gorgi1
+gporti1
+gprämi1
+grangi1
+grari1
+gras1ta
+gras1tr
+gratis1
+grazi1
+greis1c
+gr1eis
+greli1
+gremi1
+greni1
+gress1
+groli1
+gross1
+grums1
+gräs1
+gsari1
+gsauri1
+gs1chans
+gs1chari1
+gs1chef
+gs1chip.
+gs1chol
+gs1chor
+gs1chör
+gseri1
+gshaus1
+gsporti1
+gsseri1
+gsstudi1
+gs1tabe
+gs1tabl
+gs1tafel
+gs1tag
+gs1takt
+gs1tal.
+gs1tala
+gs1tale
+gs1talk
+gs1tank
+gs1tanz.
+gs1tas
+gs1tat.
+gs1tate
+gs1tauc
+gs1taum
+gs1tausc
+gs1tax
+gs1team
+gs1tee.
+gs1tees
+gs1teic
+gs1t1eil
+gs1tempe
+gst1emp
+gs1tend
+gs1t1enn
+gs1teno
+gs1tep
+gs1term.
+gs1termi
+gs1terras
+gs1tex
+gs1ther
+gs1tid
+gs1tip
+gs1tis
+gs1tit
+gs1toi1
+gs1tole
+gs1too
+gs1tor.
+gs1torg
+gs1tors
+gs1tort
+gs1tose
+gs1tou
+gs1tow
+gs1trab
+gs1trac
+gs1trad
+gs1trag
+gs1trai1
+gs1trak
+gs1traum
+gs1tren
+gs1trep
+gs1tr1eu.
+gs1tria
+gs1trib
+gs1trie
+gs1troc
+gs1troi
+gs1trub
+gs1trun
+gs1trü
+gs1tul
+gs1tum
+gs1turb
+gs1turm
+gs1tus
+gs1tyc
+gs1täte
+gs1täti
+gs1törn
+gs1töt
+gs1tüm
+gs1türc
+gs1türme
+gs1tüte
+gugli1
+guiti1
+gungs1c
+guss1
+guste1
+guti1
+gäns1
+gäss1
+haci1
+hage1
+haluti1
+handeli1
+hanne1
+haos1
+hass1
+has1to
+haus1ta
+haus1tei
+haus1tis
+haus1tru
+hazi1
+hd1enti1
+hdös1
+hebe1in
+hechi1
+hee1id
+1heft.
+1heftc
+1hefts
+heide1
+heiss1
+h1eis
+heks1
+1held.
+helse1
+1hemd
+hemi1en
+hera1u.
+herbi1er
+herni1e.
+herungs1
+hes1tag
+he1unf
+he1unte
+hezi1e.
+hfoli1
+hglas1
+hhaus1
+hheits1
+hherni1
+hhäs1
+hidi1
+hi1eh.
+hi1ekk
+hi1eko
+hi1elb
+hi1ell
+hi1ener
+hi1erat
+hiess1
+hi1eta
+hi1ett
+hi1ewü
+higli1
+hischi1
+hise1
+hiss1
+hlachs1
+hle1int
+hleiss1
+hl1eis
+hli1e.
+hloss1
+hls1tag
+hls1ton
+hlungs1
+hluss1
+hlöss1
+hmedi1
+hmi1el.
+hmi1en.
+hnachts1t
+hnams1
+horbi1
+horgi1
+hosse1
+hoss1t
+houlli1
+hporti1
+hprämi1
+hrass1
+hreli1
+hres1tal
+hre1un
+hri1en
+hrs1taf
+hrs1tag
+hrs1t1eil
+hrös1c
+hsee1
+hseri1
+hshi1
+hsi1e.
+hsseri1
+hsstudi1
+hs1tafe
+hs1tag
+hs1tak
+hs1tal.
+hs1tale
+hs1tarta
+hs1tas
+hs1tata
+hs1tato
+hs1team
+hs1t1eil
+hs1term
+hs1terr
+hs1test.
+hs1tex
+hs1tiere
+hs1tiers
+hs1tilg
+hs1tis
+hs1ton.
+hs1tor.
+hs1tou
+hs1trak
+hs1tranc
+hs1tr1eu.
+hs1tr1eue
+hs1trub
+hs1trup
+hstudi1e.
+hs1tum.
+hstums1
+hs1täte
+hs1töt
+htale1
+htari1
+hthi1er
+hts1cham
+hts1chor
+hts1chro
+hts1tal
+hts1tee
+hts1tem
+hts1tep
+hts1test
+hts1ton
+hts1tor
+hts1trau
+hts1tr1eue
+hts1trun
+hts1träu
+hts1tur
+hts1tür
+hts1tüt
+huggs1
+hunds1ta
+huni1
+huri1
+hus1ti
+hweiss1
+hw1eis
+hygi1
+hyni1
+hzeits1t
+häls1c
+häns1che
+häs1chen
+häsche1
+häti1
+häus1
+hä1usp
+hémi1
+héni1
+hös1che
+höss1
+hüls1c
+iahi1
+iale1uten
+ial1eut
+ialeute1
+iams1
+iape1
+iardi1
+ia1un
+ia1ur.
+ia1url
+ibats1
+ibaudi1
+ibhaus1
+ibi1en
+ibiss1
+ibungs1
+1ic.
+icci1
+ic1haf
+ichi1er.
+ichori1
+ici1en
+ici1ers
+icki1er
+1idee.
+iderös1
+idi1en.
+1idio
+idiums1
+ids1tub
+ids1tur
+idungs1
+1idy
+iebes1ta
+iegi1
+iegs1c
+iegs1ta
+iegs1tr
+ienhi1
+i1ere1is.
+ier1eis
+ierre1iss
+ierr1eis
+ierre1iß
+iers1tis
+iers1ton
+iers1tres
+ierungs1
+ies1tal
+ifalls1
+ifi1er.
+1ifik
+ifoli1
+igali1
+igeni1
+iggs1
+ighi1
+iglas1
+igli1e.
+ignis1
+igs1tee
+igs1tig
+igs1tor
+igs1treu
+igungs1
+igä1
+iheits1
+ihi1er
+ihäs1
+ihös1
+ii1e.
+1iii1
+iji1
+1ijsb
+ikari1
+ikaus1
+1ikone
+ikure1
+ilates1
+ilaus1
+il1e1i.
+il1e1us
+ilfe1i
+illi1er.
+iloni1
+ils1tag
+ilstudi1
+ilungs1
+1imagin
+imali1
+imass1
+imi1el
+imnis1t
+1impor
+ims1tal
+imuss1
+imä1
+imös1
+1inabh
+1inabl
+1inase
+inaus1
+inavi1
+1ince
+1index
+1indiv
+1indiä
+1indok
+1indust
+ine1igel
+in1eig
+ine1isc
+in1eis
+inere1u
+in1e1uf
+in1e1us
+1infark
+1infek
+1infiz
+1inforc
+1infusi
+1ings
+ings1tric
+1ingt
+1inhaltes
+1inhaltete
+ini1e.
+ini1el
+ini1eri
+ini1ern
+ini1ers.
+ini1erv
+in1ings1
+1inisi
+1inist
+1initi
+1inkarn
+1innere
+inns1tem
+1inseln
+ins1tis
+ins1trai1
+ins1tät
+1inszent
+1intab
+1integ
+1intern
+1interv
+1intol
+1introd
+inungs1
+inus1
+1invent
+1inves
+iobs1
+iochi1
+iopi1er
+ioseri1
+ipari1
+ipedi1
+ipi1el
+ippe1
+ips1top
+ips1tre
+irani1
+irgs1c
+irgs1te
+iri1en
+iri1er.
+iri1eri
+iri1ern
+irks1c
+irniss1
+1irrb
+1irre
+1irrs
+1irrt
+irts1ti
+irös1
+isams1
+isauri1
+is1chia.
+is1chy
+ise1id
+ise1ik
+ise1inf
+ise1un
+ishi1
+isi1ec
+1isier
+isi1eri
+iskus1
+1ism.
+iss1tag
+iss1ten.
+iss1tet
+iss1tri
+iss1tup
+is1take1
+is1tasc
+is1tauc
+is1team
+is1tee
+is1t1eil
+is1t1eller
+isti1en
+is1tip
+is1too
+is1trai1
+is1treu
+is1trut
+is1tüm
+is1tüte
+1iteratmen
+1iteratmet
+1iteratt
+ite1un
+iti1el
+iti1en
+iti1ern
+itski1
+itsstudi1
+its1taf
+its1tea
+its1tee
+its1tes
+its1tol
+its1ton
+its1träu
+its1tur
+itungs1
+ituri1
+itus1
+ituts1
+1ity.
+itzi1en
+iungs1
+ivi1en
+izi1ell
+izi1en
+iäs1
+jagi1
+jahrs1
+janvi1
+jass1
+jas1th
+javi1
+jci1
+ji1e.
+jli1
+jmi1
+jners1
+jons1t
+jophi1
+jouti1
+juli1er
+jurassi1
+juri1e.
+jute1
+jäss1
+kabi1
+kali1e.
+kalmani1
+kameli1
+kanari1
+kareli1
+kari1e.
+kari1es
+karri1
+kase1
+kass1
+katri2
+kaufs1tem
+kazi1
+kdös1
+keaus1
+keits1
+keks1
+kens1tag
+kens1tat.
+kens1traum
+kes1taf
+ke1um
+k1e1up
+kfoli1
+kglas1
+kheits1
+khi1er
+khofs1
+khäs1
+ki1ella
+ki2enr
+ki1erf
+ki1ersk
+ki1erv
+ki1ev
+ki1ewer
+kindes1
+kinni1
+klecks1c
+kleri1
+kl1e1us
+klili1
+klivi1
+kläus1
+klöss1
+kmani1
+kmedi1
+kmuss1
+kmus1tes
+kode1
+koffe1
+kofi1
+korgi1
+kos1tep
+kprämi1
+krebs1c
+kre1ier
+kreli1
+kri1ens
+krole1in
+ksals1t
+ksauri1
+kseri1
+kski1
+ksseri1
+ksstudi1
+ks1tabl
+ks1taf
+ks1tale
+ks1tanz
+ks1tat.
+ks1taum
+ks1tausc
+ks1tax
+ks1team
+ks1tee
+ks1t1eil
+ks1tend
+ks1term
+ks1terr
+ks1tis
+ks1tit
+ks1tod
+ks1tor.
+ks1tot
+ks1tow
+ks1trad
+ks1tres
+ks1trib
+kstudi1
+ks1tul
+ks1tus
+ks1töl
+ks1tüm
+ks1tüte
+k1tags1
+kte1info
+kteri1
+ktesi1
+kthi1
+kti1e.
+kti1en
+kts1trun
+ktstudi1
+kules1
+kums1tis
+kuri1e.
+kurs1tu
+kuseri1
+kyri1
+käs1chen
+käsche1
+käs1tu
+küre1
+ladi1er
+laini2
+lai1
+lamts1
+landi1
+langi1
+las1tas
+las1t1eil
+las1tel
+las1t1emp
+las1tor
+las1tub
+las1tur
+laubi1
+laugi1
+laus1tal
+lbari1
+ldhi1
+ldossi1
+ldrös1
+lds1tag
+ldös1
+lebens1t
+le1ikon
+le1indu
+leiti1
+lemä1
+lesbi1er
+lesgi1
+lesi1
+leti1ers.
+l1e1uf
+le1uma
+le1umö
+le1ung
+lfi1er
+lfoli1
+lfs1tau
+lfs1tea
+lfs1tri
+lfs1tru
+lfs1tät
+lfts1t
+lge1in
+lgeri1
+lgi1erg
+lgi1ern
+lglas1
+lgs1tra
+lgs1tre
+lgs1tru
+lhaus1
+lhi1era
+lhäs1
+lhös1
+lici1er
+li1ee
+li1efa
+li1efb
+li1efg
+li1efh
+li1efk
+li1efl
+li1efo
+li1efw
+liege1
+li1egl
+li1egr
+li1ei
+li1eku
+li1el
+li1en
+li1epi
+li1erad
+li1erec
+li1eres
+li1eri.
+li1erli
+li1ers'
+li1ersi
+li1ersl
+li1erti
+li1ertü
+lies1che
+li1eth
+li1ett
+li1eu
+li1ewi
+li1ez.
+ligi1er.
+liguri1
+liki1
+lili1e.
+lindi1
+line1u
+liqui1
+liss1te
+lis1tag
+lis1th
+litäts1
+lius1
+lkani1
+lks1tag
+lks1ton.
+lks1tra
+lks1tum
+lkurs1
+lladi1
+llari1
+lle1isc
+ll1eis
+lleti1er.
+lle1un
+lli1er'
+lli1ers.
+lli1et
+lloqui1
+llosse2
+lls1tag
+lls1tor
+llstudi1
+llungs1
+llus1c
+lmati1
+lmedi1
+lmeti1
+lness1
+lnuss1
+lnös1
+lodi1en
+loi1
+lome1
+lommi1
+lomä1
+loni1er.
+looi1
+lorgi1
+lorze1
+lose1u
+los1tag
+los1tanz
+los1tic
+los1tob
+los1tro
+lotos1
+lours1
+lprämi1
+lr1eis1
+lreli1
+lrös1c
+lsaus1
+ls1chak
+ls1chor.
+ls1chör
+lseri1
+lski1
+ls1tabl
+ls1tage
+ls1tal.
+ls1tanz.
+ls1tas
+ls1tat.
+ls1tate
+ls1taum
+ls1teic
+ls1t1eil
+ls1tend
+ls1tex
+ls1tha
+ls1tho
+ls1tier
+ls1tir
+ls1tis
+ls1tor.
+ls1torp
+ls1tot
+ls1tou
+ls1trac
+ls1trep
+ls1trib
+lstudi1e.
+ls1turme
+ls1täte
+ls1täti
+ls1türl
+l1tags1
+ltati1
+lters1tic
+lters1toc
+ltra1un
+lts1tab
+lts1tea
+lts1ton
+lts1tri
+ltstudi1
+lts1tüt
+ltungs1
+ltäts1
+luis1
+lumbi1
+lunti1
+lusi1
+lus1tin
+lus1tor
+luteti1
+lute1u
+luthi1
+luvi1
+lvis1t
+lympi1
+lyri1
+läums1
+léori1
+lödi2
+magi1er.
+magi1eri
+magi1ers
+mali1er
+malli2
+manci1
+mannes1
+marni1er
+mas1ch1era.
+mas1chere
+mas1tor
+materi1
+matte1
+ma1unt
+mauri1
+ma1uta
+mbiss1
+mdidi1
+mdös1c
+meaus1
+medi1en
+meini1
+me1iso
+m1eis
+melde1
+mels1tem
+mens1tag
+mens1tanz
+mens1tor
+mens1trun
+menä1
+merasi1
+messi1er
+mesti1
+mes1tüt
+meti1er
+m1e1u.
+me1um
+meuni1
+me1unt
+me1us.
+m1eus
+mfoli1
+mgangs1
+mibi1
+michi1
+mi1ena
+mi1enb
+mi1enf
+mi1eng
+mi1enh
+mi1enl
+mi1enm
+mi1ens
+mi1ent
+mi1enz
+mihi1
+minti1
+mis1chie
+miseri1
+miss1
+mitri1
+mlili1
+mlungs1
+mmedi1
+mmeli1
+mmes1c
+mmes1ta
+mmes1tr
+mmes1tä
+mmi1ei
+mnibus1
+mns1
+mobili1
+mode1
+monni1
+morbi1
+morsi1
+mos1chin
+mose1
+mot1e1us
+mothe1
+mouti1
+mpeli1
+mpi1el
+mpuls1
+mrös1
+msams1
+ms1chef
+mseri1
+mse1u
+mski1
+ms1tag.
+ms1tal.
+ms1tas
+ms1t1eil
+ms1term
+ms1tex
+ms1th
+ms1tier
+ms1tische
+ms1torg
+ms1tou
+ms1trai1
+ms1trep
+mtess1
+mts1chin
+mts1ton
+mts1tät
+mulus1
+mumi1
+mungs1
+muni1
+muri1
+mus1cha
+mus1tau
+mus1trä
+musä1
+mydi1
+myri1
+mysi1
+mäus1
+méti1
+môti1
+möps1
+mös1che
+nace1
+nage1
+nahi1
+nali1e.
+nanas1
+nanci1
+nanti1
+nanzi1er.
+nari1er
+nastasi1
+nati1
+natri1
+nats1ti
+natti1er
+na1um.
+naus1tei
+nazi1
+nboni1
+nbonni1
+nchi1en
+nchs1c
+nci1en
+ncolli1
+nda1unt
+ndaus1
+nde1insp
+ndi1en.
+ndi1enh
+ndi1eri
+ndivi1
+ndnis1t
+ndrös1
+nds1chef
+ndungs1
+ndös1c
+nee1ic
+ne1e1ig
+ne1itä
+neli1er.
+neme1
+nere1id
+nerungs1
+nes1tag
+nes1tau
+nes1tum
+nes1tät
+neurs1
+n1eur
+nfangs1t
+nfoli1
+nfts1tr
+ngas1ta
+ngaus1
+ngni1er
+ngnis1
+ngs1cham
+ngs1chec
+ngs1taf
+ngs1tea
+ngs1tick
+ngs1top
+ngs1tore
+ngs1trup
+ngs1träu
+ngs1tub
+nhaus1c
+nheits1
+nhems1
+nhi1era
+nhäs1
+nhös1
+nici1
+ni1edi
+ni1ekt
+ni1el'
+ni1elb
+ni1elg
+ni1elh
+ni1ell
+ni1elm
+ni1elt
+ni1elw
+ni1ema.
+ni1emer
+ni1en
+ni1eri.
+ni1ern.
+ni1eve.
+ni1eves
+ni1ez.
+niki1
+ninti1
+nippes1
+nippe1
+nis1cham
+niseri1
+nisons1
+nis1taf
+nis1tag
+nis1tou
+nis1tö
+nitari1
+nke1ind
+nki1en
+nkolli1
+nkungs1
+nkurs1
+nlage1
+nlass1
+nlili1
+nmass1
+nmedi1
+nmeti1
+nmuss1
+nnesi1
+nnevi1
+nnhi1
+nni1em
+nni1ers.
+nnis1ti
+nnis1tr
+nnivi1
+nnoiseri1
+nns1chor
+nnseri1
+nns1tag
+nns1tan
+nns1tat.
+nns1tate
+nns1t1eil
+nns1th
+nns1tief
+nns1tol
+nns1topf
+nns1toren
+nns1tou
+nns1treu
+nns1trip
+nns1tru
+nnungs1
+nodi1
+nopi1er
+norgi1
+nothe1
+npazi1
+nporti1
+nprämi1
+nreli1
+nruss1
+nrös1c
+nsauri1
+ns1chef
+nseri1e.
+nshi1
+nsi1em
+nsi1er.
+nski1
+nsonni1
+nsseri1
+nsstudi1
+ns1tafe
+ns1tag.
+ns1tage.
+ns1tagen.
+ns1tages
+ns1tagn
+ns1tale
+ns1tas
+ns1teil.
+nst1eil
+ns1teile
+nsthi1
+ns1tite
+ns1toi1
+ns1torf
+ns1trac
+ns1trupp
+ns1täti
+ns1tüte
+ntali1
+ntalli1
+ntani1
+ntari1er
+nte1is.
+nt1eis
+nti1el.
+nti1ell
+nti1eme
+nti1ene
+nts1tee
+nts1tät
+nturi1e.
+nubi1
+nukle1
+nunti1
+nus1ta
+nus1te
+nus1to
+nus1tr
+nutri1
+nväs1
+nyi1
+nysi1
+nze1imi
+nzess1
+nzi1ell
+nzi1en
+nzi1eri
+nzi1ers.
+näs1chen
+näsche1
+näss1
+nä1um
+näus1
+oailli1
+oai1
+oari1
+oastri1
+obogi1
+obos1
+obungs1
+ocardi1
+oci1
+ocoti1
+odesi1
+odi1en.
+odi1enf
+odä1
+oe1ij
+oens1c
+o1etti1
+o1e1uf
+o1e1us
+oe1uv
+ofi1en
+ofs1trau
+ogni1
+ogs1tre
+ogä1
+ohels1
+ohemi1
+ohle1u
+ohms1t
+ohäs1
+oile1
+oini1
+oire1
+oirti1
+oissi1
+ois1to
+okee1
+oki1en
+okti1
+okus1
+okuss1
+olari1
+olati1
+ole1um
+ol1e1us
+olga1
+oli1et
+oli1ev
+olivi1
+olks1c
+olombi1
+olungs1
+omaus1
+omes1c
+omi1en
+ommi1er.
+onali1
+onars1
+onesi1
+on1e1uf
+oni1ess
+onseri1
+ons1tag
+ons1th
+ons1tis
+ons1treu
+ons1trup
+onus1
+oosi1
+oots1ta
+oots1ti
+opali1
+opari1
+ophe1
+opi1eri
+opi1ern
+opodi1
+opori1
+oprämi1
+opä1
+orani1
+ora1un
+oraus1t
+orca1
+ordeli1
+oreli1
+oresti1
+orgi1er
+ori1ens
+ori1ent
+orni1ers.
+orovi1
+orps1
+orri1er
+orseri1
+orsi1er
+or1ti1erfr
+orti1ers.
+orti1ersf
+osali1
+osauri1
+ose1inh
+oshi1
+osi1ers.
+ospermi1
+ossi1er.
+ossi1ers.
+os1tass
+ostati1
+os1tee
+osti1e.
+osti1en
+os1tip
+os1trab
+os1tuc
+ostudi1
+otari1
+ot1e1in.
+ote1ina
+ot1e1inb
+ote1ind
+ote1inf
+ote1inm
+ote1inp
+ote1inq
+ot1e1inr
+ote1int
+ote1inv
+ote1inw
+ote1inz
+ote1isc
+ot1eis
+oteli1
+othe1u
+oti1en
+otili1
+ots1taf
+ots1trau
+otstudi1
+ottes1c
+ottes1tr
+otus1
+ouli1
+ouqui1
+ouri1et
+ourri1
+ourti1
+ous1che
+ousti1
+ouvi1
+ouvri1
+ouzi1
+overni1
+oweiss1
+ow1eis
+ozess1
+pade1
+pae1
+paigi1
+pai1
+palmi1
+palti1
+pami1
+pas1chi
+pass1
+pati1
+pa1unt
+pa1ura
+pedi1en
+pee1
+peise1
+p1eis
+penhaus1
+p1enhau
+perse1id
+p1e1us
+pfaus1
+phans1
+phibi1
+phi1en
+phodi1
+phös1
+pici1
+pi1ede
+pi1edi
+pi1edr
+pi1eds
+pi1en
+pierre1ih
+piess1
+pi1ezo
+pils1
+pini1
+pipi1
+pirä1
+pissi1
+pleiss1
+pl1eis
+plessi1
+pli1er.
+pli1ers
+pnäs1
+poi1
+poiri1
+poiti1
+pomeli1
+pomi1
+pommi1
+pompi1
+popi1
+porgi1
+posti1er.
+potti1
+ppali1
+ppi1ev
+ppus1t
+pranari1
+prass1
+pree1
+pre1ind
+preis1c
+pr1eis
+premi1
+press1
+probe1
+prote1i
+prämi1e.
+ps1tabl
+ps1tot
+ps1tro
+ps1tüt
+ptili1
+ptri1en
+ptus1
+pugli1
+pumi1
+pungs1
+punti1
+puss1
+pus1tr
+pyi1
+päss1
+päus1
+qi1e.
+qui1ere.
+rags1to
+raki1
+rali1er
+ralli1
+randes1c
+randidi1
+rani1er
+raos1
+rari1e.
+ras1chi.
+ras1chin
+ras1tep
+ras1tüt
+ra1urb
+ra1url
+rawi1
+raxis1
+rbesti1
+rbeti1
+rbe1un
+rbi1eri
+rbis1tu
+rbonni1
+rbs1tis
+rbs1tät
+rbungs1
+rbusi1
+rchi1en
+rci1en
+rci1er.
+rcus1
+rcuti1
+rdani1
+rdelli1
+rdeni1
+rdi1ern
+rdossi1
+rds1tap
+rds1tem
+rds1tru
+rdös1c
+redi1en
+reesi1
+reichs1t1emp
+re1impl
+reini1
+re1instal
+reins1treu
+rein1tra1ue
+reis1taf
+r1eis
+reis1tei
+reis1terr
+reis1tis
+reki1
+reli1ef.
+reli1efs
+rems1tr
+r1enci1
+renä1
+res1tag
+res1takt
+res1tang
+res1tauc
+res1tem
+res1tief
+res1tob
+retä1
+reuss1
+r1eus
+rfoli1
+rfs1tag
+rghaus1
+rghi1
+rgi1er.
+rgi1ern
+rgoni1
+rgs1tru
+rgui1
+rgungs1
+rh1e1i.
+rheits1
+rhi1er
+rhäs1
+rhös1
+rics1
+ri1edic
+ri1efas
+ri1e1i.
+ri1ekt
+ri1ell
+ri1en.
+ri1enan
+ri1enb
+ri1enc
+ri1enf
+ri1enh
+ri1enl
+ri1enm
+ri1enp
+ri1enw
+ri1erar
+ri1erbü
+ri1erem
+ri1erfü
+ri1erga
+ri1erinn
+ri1erjä
+ri1erki
+ri1erkn
+ri1erkr
+ri1erkö
+ri1ermo
+ri1ermu
+ri1ern.
+ri1ersk
+ri1ett
+ri1eä
+rigni1
+rindi1
+rine1
+rkadi1
+rkis1to
+rkolli1
+rkose1
+rks1tor
+rks1tur
+rkungs1
+rkus1t
+rlachs1te
+rli1et.
+rlili1
+rls1tag
+rmali1
+rmaus1
+rmedi1
+rmeni1
+rmeti1
+rmi1el
+rmi1en.
+rmiti1
+rmstudi1
+rmuss1
+rnali1
+rnari1
+rnaus1
+rneli1e.
+rnesi1
+rn1e1uf
+rnhaus1
+rni1eri
+rnseri1
+rochä1
+rofi1
+roli1er
+rooi1
+rope1
+rorgi1
+rosni1
+ross1t
+rozi1
+rp1enti1
+rpiss1
+rpodi1
+rporti1
+rpr1eis1
+rradi1
+rre1un
+rri1el
+rri1en
+rri1er.
+rri1era
+rri1erb
+rriere1
+rri1erf
+rri1erg
+rri1eri
+rri1erm
+rri1ern
+rri1ers.
+rri1erw
+rroni1
+rronni1
+rrovi1
+rrseri1
+rruss1
+rsali1
+rsauri1
+rs1choo
+rsee1
+rsili1
+rski1
+rsstudi1
+rs1tafel
+rs1teil.
+rst1eil
+rs1toil
+rstoi1
+rs1tou
+rs1trai1
+rs1trak
+rs1tros
+rs1trüb
+rstudi1e.
+rs1täti
+rsus1
+rteri1
+rthi1er
+rti1ell
+rti1en
+rti1erg
+rti1erhä
+rti1eri
+rti1erkl
+rtini1
+rtri1er
+rts1taf
+rts1tau
+rts1tea
+rts1trau
+rts1tr1eu.
+rubi1
+ruhe1
+rule1u
+rungs1tr
+runi1
+rupi1
+ruri1
+rv1enti1
+rweiss1
+rw1eis
+rygi1
+rysi1
+rzas1
+rzi1ell
+rzi1en
+rächs1te
+räss1c
+räs1ti
+réti1
+rös1chens
+röss1
+saci1
+sage1
+sagli1
+saisonni1
+sai1
+sangli1
+sardi1
+sassi1
+sathe1
+sbesti1
+sbi1eri
+sbis1tu
+sci1
+scolli1
+scous1
+sdossi1
+sdös1
+se1imp
+se1info
+se1io
+se1irr
+s1eir
+sels1tur
+semilie1
+semili1
+seni1er
+sens1tis
+sepi1
+sess1
+s1e1u.
+se1uh
+se1um
+se1unf
+se1ung
+s1eus1
+se1ute1
+s1eut
+sexi1
+sfoli1
+shami1
+sherni1
+shi1er
+shäs1
+shös1
+sibiri1
+sichi1
+si1ell
+si1en.
+si1enb
+si1enf
+si1eng
+si1enh
+si1enl
+si1eno
+si1enp
+si1ens
+si1ent
+si1erke
+si1ero
+si1ett
+si1etz
+si1ez.
+sigli1
+siness1
+sini1
+sinki1
+sions1
+sis1tak
+sis1tes
+sis1th
+sius1
+ski1en
+ski1ern
+skäss1
+sli1er
+slili1
+smedi1
+smeti1
+smodi1
+snadi1
+snäs1
+sobi1
+soe1u
+sogli1
+sohnes1
+soi1
+soldi1
+sorci1
+sorge1
+sorgi1
+sori1
+spani1
+spezi1
+spi1ed
+spi1err
+sreli1
+srös1c
+ssali1
+ssams1
+ssandi1
+ssari1
+sse1ini
+sse1un
+ssias1
+ssi1ern
+ssi1et
+ssonni1
+ssseri1
+ss1t.
+ss1t'
+ss1tabl
+ss1tax
+ss1td
+ss1te.
+ss1ted
+ss1tee
+ss1t1eil
+ss1tem.
+ss1ter.
+ss1tes
+ss1tex
+ss1tf
+ss1tg
+ss1th
+ss1tid
+ss1tis
+ss1tit
+ss1tl
+ss1tm
+ss1tn
+ss1toi1
+ss1ton
+ss1tou
+ss1tow
+ss1trai1
+ss2trat
+ss1ts2
+ss1tue
+ss1tus
+ss1tw
+ss1tz
+ss1täti
+ss1töl
+s1tags1
+stani1
+stazi1
+ste1io
+stelli1
+stes1ti
+sti1ens
+stili1
+stis1t
+sts2
+stungs1
+suchs1ti
+sui1
+sungs1t
+szi1en
+szugs1
+säss1
+söss1
+taats1
+1tabak
+1tablar
+1tabled
+1tablet
+1tabu
+tade1
+tadi1
+1tafeln
+1taga
+1tageg
+1tagfr
+1tagh
+1tagk
+tagli1
+1tagmi
+1tagmo
+1tagnä
+1tags
+tags1ta
+tags1te
+tags1tr
+1tagt
+1tagu
+1tagv
+1taill
+tai1
+take1
+taki1
+1taktf
+1taktg
+1taktik
+1taktun
+1talern
+1talg.
+1talgl
+1talh
+tali1er
+talts1
+tami1er
+1tamta
+1tanga.
+tani1er
+1tankwa
+1tanne
+tanni1
+tansi1
+1tantc
+1tantiem
+tapas1
+1tape.
+1tapet
+1tapez
+1taps
+tareli1
+tari1e.
+tari1er.
+1tariern
+1tarif
+tarli1
+1tarnf
+tarni1
+1tarnu
+tarseri1
+tarsi1e.
+1tarza
+1tastl
+1tastu
+1tatb
+1tatsa
+1tattoo
+tatus1
+1taufe.
+1taugl
+ta1umw
+ta1unf
+ta1url
+2tausee
+1tausen
+1taxe
+tbis1tu
+tche1u
+tcolli1
+tdös1
+1teate
+1techn
+1techte
+1teddy
+tedes1
+1teekü
+1teelö
+1teena
+1teeni2
+te1enti1
+1teez
+1teilc
+t1eil
+1teildi
+1teilend
+1teili
+1teiln
+1teils.
+1teilt.
+1teilte
+1teilun
+1teilz
+te1imm
+te1imp
+te1inhab
+te1insy
+1telef
+1teleg
+1telep
+teli1er
+1tempo.
+t1emp
+1tempos
+tens1th
+1teppic
+1terato
+1terme.
+1termen.
+1termin.
+1terms
+1termäp
+1terrai1
+1terrar
+1t1erre.
+1terror
+1terzet
+tessi1er
+tes1tag
+tes1t1emp
+1testet
+tes1tisc
+1tests2
+1testun
+tes1tät
+t1e1u.
+1t1euf
+te1um
+te1unt
+1text.
+1texte
+tfoli1
+1thail
+thai1
+1thal.
+1thale
+1than.
+thaus1
+1thea
+th1e1i.
+the1ism
+th1eis
+the1ist
+1thek
+1thema
+1theme
+1then
+1theo
+1therap
+1therm
+1these
+1thet
+1thi.
+thias1
+thi1en.
+thi1err
+thivi1
+1thm
+thmus1
+2thol
+1thr
+1thw
+thäs1
+thä1us.
+thäus1
+1thè
+1thür.
+1thüre
+1ticket
+tidi1
+1tidn
+1tiefe.
+1tiefer
+1tiefs.
+1tiefst
+ti1elek
+ti1ena
+ti1enb
+ti1end
+ti1ene.
+ti1enf
+ti1enh
+ti1enm
+ti1eno
+ti1enp
+ti1ens.
+ti1ensc
+ti1ent
+ti1enu
+ti1enz
+ti1epi
+ti1epo
+1tierab
+1tierar
+1tierda
+1tierfr
+1tierga
+ti1eri.
+1tierlo
+1tierpa
+1tierpe
+1tierpf
+1tierpr
+1tierra
+1tiersa
+ti1ersga
+ti1ersl
+ti1ersm
+ti1ersso
+ti1ersun
+ti1erswo
+1tierta
+1tiertr
+1tierve
+1tierzo
+ti1et.
+ti1eth
+ti1eto
+ti2eurk
+ti1eur
+1tigeri
+tiles1
+1tilgb
+1tilgu
+tindi1
+tini1er.
+1tinti
+tions1
+1tip.
+1tipps
+1tirad
+1tischc
+1tischp
+1tischs.
+tissi1
+tis1tag
+tis1tep
+tis1tüt
+1titer
+1titt
+tius1
+tjes1
+tkolli1
+tl1ings1
+tlos1
+tlungs1
+tmass1
+tmedi1
+tmuss1
+tness1
+tnis1t
+1toas
+1tobe.
+1tobel
+1tobt
+tochi1
+1tocht
+1tod.
+todes1
+1todoulo
+1tods
+toi1
+1tokai1
+1tollh
+1tomb
+1tonar
+1tonf
+1tonisc
+1tonl
+1tonn
+1tonsu
+1topi
+topi1er
+1topog
+1torei
+1torf.
+1torf'
+1torff
+1torfs
+torgi1
+tori1e.
+1torna
+1torne
+1torso
+1tortu
+toseri1
+toss1t
+tos1tem
+1tota
+1tote.
+1totem
+1toten
+1town.
+1tox
+tpeli1
+tpelli1
+tp1ensi1
+tporti1
+1trab.
+1trabt
+1tradit
+1trafik
+1trag.
+1trage.
+1tragh
+1tragi
+1trags
+1tragt
+1tragu
+1tragö
+1trail
+trai1
+1trains
+1traints
+1trank
+1trans
+1tratet
+1tratsc
+1tratst
+1traue
+tra1unt
+1traut
+1trauu
+1tree.
+1treff
+1treib
+tre1ink
+tre1isc
+tr1eis
+treli1
+1trend.
+1trends
+1trennu
+tr1enn
+1trennw
+1treppe
+1tresen
+1tresor
+tress1
+1trete
+1tretm
+1treuem
+tr1eue
+1treues
+1treuha
+1treuhä
+1triad
+1tribü
+1trickfi
+1trieb.
+1trieben
+1triebs
+1triebw
+tri1ens
+tri1ent.
+tri1ente
+tri1est.
+tri1ests2
+1trifl
+1trigg
+1triko
+1trill
+1trime
+1trink
+1trio.
+1trito
+1triv
+trizi1
+1tromml
+1trompe
+troni1
+tronni1
+1tropf
+1trophä
+1trost.
+1trott
+1troub
+1troß
+1trug.
+1truge
+1trugs
+1truhe1
+1trupp.
+1trupps
+1trust
+1träc
+1träg
+1tränc
+1träne
+1tränk
+1träsk
+1träumer
+trä2ume
+träuss1
+1tröp
+1tröte
+1trübh
+1trübu
+1trüg
+1trümm
+tsari1
+tsaus1
+ts1chor.
+ts1chör
+ts1chüe
+tsee1
+tseri1
+tshaus1
+tshi1
+tsseri1
+ts1tabe
+ts1tafe
+ts1tag
+ts1tak
+ts1tal.
+ts1tale
+ts1tank
+ts1tant
+ts1tanz
+ts1tas
+ts1tat.
+ts1tate
+ts1taug
+ts1tauw
+ts1tax
+ts1team
+ts1t1eil
+ts1tend
+ts1term
+ts1terr
+ts1tex
+ts1th
+ts1tid
+ts1tief.
+ts1tis
+ts1tit
+ts1toi1
+ts1ton.
+ts1tor.
+ts1tore
+ts1tort
+ts1tot
+ts1tou
+ts1tow
+ts1trac
+ts1trad
+ts1trag
+ts1trai1
+ts1trak
+ts1traum
+ts1tren
+ts1trep
+ts1trie
+ts1trub
+ts1trup
+ts1trut
+ts1ts2
+tstudi1e.
+ts1tus
+ts1tuto
+ts1täte
+ts1täti
+ttennis1
+tt1enn
+tti1eri
+tti1ess
+ttili1
+ttrös1c
+tts1chef
+tts1chin
+ttsstudi1
+tts1tem
+tts1ter
+tts1tief
+tts1tor
+ttstudi1
+ttungs1
+1tuberk
+1tubi
+1tubu
+1tuch
+tudi1en
+1tuend
+1tuer
+tuffi1
+tufi1
+1tuge
+1tull.
+1tulls
+tumi1
+1tumo
+1tums.
+1tumsal
+1tumsan
+1tumsau
+1t1umsb
+1t1umsd
+1tumse
+1t1umsf
+1t1umsg
+1tumsh
+1tumsi
+1tumsk
+1tumsl
+1t1umsm
+1tumso
+1tumsp
+1t1umsr
+1t1umss
+1tumsta
+tums1tr
+1tumstu
+1tumsu
+1t1umsv
+1t1umsw
+1tumsz
+1tumsö
+1tumu
+1tun.
+tune1
+tuni1
+1tunik
+1tunn
+1tuns.
+1turbu
+turi1er.
+turi1ers.
+1turn
+1turtl
+1tusc
+tus1tag
+tus1tu
+tuts1t
+tware1
+1typ
+tyri1
+tysi1
+tze1un
+1täfe
+1tägi
+1tägl
+1täle
+1tänn
+täns1
+1tänz
+1täs
+täss1
+1tätigk
+1täto
+1tätsc
+1täus
+téli1
+1töch
+1tölp
+1tön
+1töpf
+1törns
+1törtc
+töss1
+1tötu
+1tüch
+tücks1tel
+1tüf
+1tüll
+1tümpel
+1tür.
+1türco
+1türe
+1türfl
+1türfü
+1türg
+1türk
+1türla
+1türmc
+1türr
+1türs
+1türt
+1türv
+1türö
+1tütc
+uage1
+uagli1
+uani1
+uardi1
+uares1
+uarni1
+uasi1
+uate1i
+ubi1el
+ubs1tab
+ubs1tas
+ubs1term
+ubs1th
+ubs1tip
+ubs1trau
+ubs1tri
+ucavali1
+1ucc
+uci1en
+ucli1
+uconni1
+udde1
+udi1en.
+udi1ena
+udi1enb
+udi1enf
+udi1enl
+udi1enm
+udi1enw
+udi1eri
+udi1ern
+udös1
+ues1tan
+ufalls1
+ufoli1
+ufski1
+ufs1tag
+ufs1tea
+ufs1ten
+ufs1ter
+ufs1tes
+ufs1tick.
+ufs1tou
+ufs1trau
+ufs1trick
+ufungs1
+ugeni1
+uge1u
+uggs1c
+ugnaci1
+1ugop
+ugs1tea
+ugs1tem
+ugs1term
+ugs1tür
+uhmes1
+uhsi1
+ui1el
+ui1em
+ui1en
+ui1er.
+ui1era
+ui1eres
+ui1ese
+ui1et.
+ui1eti
+uile1u
+ukani1
+ukasi1
+ulali1
+ulanzi1
+ul1enti1
+uli1eri
+uli1ern
+uli1erp
+uli1et
+ulivi1
+1ulkt
+ulli1er.
+ulni1
+uls1test
+ulstudi1
+ulungs1
+umbri1
+1umdr
+2ume
+umedi1
+umeis1c
+um1eis
+1umof
+1umsb
+1umsd
+1umsf
+1umsg
+1umsj
+1umsm
+1umsr
+1umss
+ums1taf
+1umsv
+1umsw
+umzugs1
+1unda
+und1e1ur
+unesi1
+ungs1tau
+ungs1tem
+ungs1tes
+ungs1tri
+ungs1tro
+ungs1tü
+1ungü
+1uni.
+1unif
+1unio
+1unkt
+1unku
+1unlu
+uns1tem
+1unwi
+uoi1
+uonti1
+1upd
+upi1er.
+upi1erb
+uprämi1
+urani1
+urci1
+urdi1er
+ureli1
+uresti1
+ure1un
+uri1el
+uri1en
+uri1eran
+uri1erh
+uri1erl
+uri1ern
+uri1ertr
+uri1erz
+uri1ez
+urmi1
+1ursac
+urs1taf
+urs1tag
+urs1term
+urstudi1
+urundi1
+urusi1
+us1e1i.
+useli1
+1usevan
+usi1ern
+usporti1
+ussi1er.
+ussi1ers.
+uss1tag
+uss1ten
+uss1tet
+uss1tor
+uss1tudiums
+us1tari
+us1tast
+us1taum
+us1taus
+us1teils
+ust1eil
+us1tep
+us1tilg
+us1tou
+us1trab
+us1trac
+us1trag
+us1trai1
+us1trak
+us1trip
+us1trit
+us1troc
+us1trudelt.
+us1trup
+us1trät
+us1träu
+us1tub
+us1tuc
+us1turm
+us1tyc
+us1tyr
+us1tüte
+1ut1ensi
+uti1en
+utine1
+uts1tem
+utungs1
+1uu.
+uule1
+uungs1
+uus1c
+1uu1uu.
+uvali1
+uverni1
+uzi1en
+vagni1
+vals1c
+vani1
+vanns1
+vanti1
+vardi1
+varni1
+vasi1
+vati1
+vaugi1
+vauti1
+ve1int
+veli1
+vendi1er
+v1endie
+verbi1er
+verni1er
+vers1tal
+vers1t1eil
+veti1
+v1e1uf
+ve1un
+vfoli1
+viari1
+vice1
+vide1
+vi1ed
+vi1ej
+vi1ellu
+vi1en.
+vi1enb
+vi1ene.
+vi1eng
+vi1ens
+vi1ent
+vi1erne.
+vi1esk
+vi1et
+vi1ev
+vi1ew
+vi1ez
+vili1
+villi1
+vini1
+vinzi1
+viri1
+vivi1
+vize1
+vni1
+voi1
+voili1
+voisi1
+voli1
+vori1
+vulli1
+wachs1tü
+warte1
+weis1taf
+w1eis
+weis1ton
+weni1
+werbe1
+werbs1ta
+werde1
+wetens1
+whitti1
+wici1
+wi1elk
+wi1erz
+wi1ets
+wiss1
+witani1
+witzi1
+wochs1
+woi1
+woni1
+wseri1
+ws1tic
+wuns1t
+wuss1
+xabi1
+xanti1
+xavi1
+xenhi1
+xi1en
+xi1et
+xini1
+xorgi1
+xterri1
+xtili1
+x1tra1ut
+xtstudi1
+xus1
+yce1
+ydi1en.
+yeni1
+yezi1
+yfoli1
+yhäs1
+yki1
+yklus1
+ylanzi1
+yloni1
+ymi1en
+ymi1er
+ynere1
+ynesi1
+ynke1
+ynni1
+yoga1
+ypri1
+yri1en
+yri1er
+ysauri1
+yse1in
+yseri1
+ys1talg
+ys1th
+yteri1
+ythe1
+ythi1
+zachä1
+zanti1
+zari1
+za1ur
+zbesti1
+zdossi1
+zdös1
+zeani1
+zechi1
+ze1inta
+zeki1
+zes1taf
+zes1treu
+ze1uh
+ze1um
+zfoli1
+zhi1er
+zhös1
+zi1eln
+zi1enb
+zi1end
+zi1ene
+zi1enf
+zi1eng
+zi1enh
+zi1enl
+zi1enm
+zi1ent
+zi1enz
+zi1enö
+zi1erku
+zi1esk
+zi1ess
+zinni1
+zirks1
+ziss1
+zius1
+zkiss1
+zlili1
+zmedi1
+znäs1
+zoni1
+zorgi1
+zprämi1
+zqui1
+zreli1
+zsauri1
+zseri1
+zski1
+zungs1
+zvi1eri
+zzes1
+ßaus1
+ßfoli1
+ßhäs1
+ßorgi1
+ßprämi1
+ßseri1
+ßungs1
+âqui1
+äbnis1
+äcks1tu
+ädi1en
+äfts1
+äge1
+älte1
+ämi1en
+äms1c
+äps1c
+ärfe1
+ärhi1
+ärs1tag
+ärts1t
+ärungs1
+äsche1
+äse1
+äste1
+äs1th
+äs1tor
+äte1ind
+äte1u
+äti1en
+ätpi1
+äts1chor
+ätsstudi1
+äts1tan
+äts1tau
+äts1te
+äts1tie
+äts1to
+äts1tre
+äts1tri
+äts1tro
+äts1tru
+äude1
+äure1
+ä1us'.
+äuse1
+ä1usg
+ä1usk
+ä1usn
+ès1
+ébas1to
+édi1en
+égi1er
+égni1
+égui1
+éhaus1
+émoni1
+éoti1
+équi1
+éridi1
+éri1en
+érisi1
+évri1
+ézi1
+ôchi1
+ôteli1
+ödi1
+ögens1
+ökokos1
+ölbe1
+ömi1
+önchs1
+öni1
+önizi1
+öoti1
+öps1che
+örri1
+örungs1
+ös1chent
+öze1
+öös1
+øi1
+øveri1
+übungs1
+üchs1c
+ücki1
+ücks1tag
+ücks1tru
+üf1etti1
+üfungs1
+ühls1ta
+ürbis1
+üse1
+üseri1
+üss1
+üts1t
+ąski1
+# liblouis: German Eurobraille Display Table
+#
+#  Copyright (C) 2009 SBS Schweizerische Bibliothek für Blinde und Sehbehinderte
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+#
+#-------------------------------------------------------------------------------
+#
+#  EUROBRAILLE DISPLAY TABLE
+#
+#  This character mapping of 6-dot braille is widely being
+#  used in german speaking parts of europe.
+#
+#  Version 2009-11-19
+#  christian.waldvogel@sbszh.ch
+#
+#-------------------------------------------------------------------------------
+
+display \s 0
+display a 1
+display b 12
+display c 14
+display d 145
+display e 15
+display f 124
+display g 1245
+display h 125
+display i 24
+display j 245
+display k 13
+display l 123
+display m 134
+display n 1345
+display o 135
+display p 1234
+display q 12345
+display r 1235
+display s 234
+display t 2345
+display u 136
+display v 1236
+display x 1346
+display y 13456
+display z 1356
+display & 12346
+display % 123456
+display { 12356
+display ~ 2346
+display } 23456
+display 1 16
+display 2 126
+display 3 146
+display 4 1456
+display 5 156
+display 6 1246
+display 7 12456
+display 8 1256
+display 9 246
+display w 2456
+display , 2
+display ; 23
+display : 25
+display / 256
+display ? 26
+display + 235
+display = 2356
+display ( 236
+display * 35
+display ) 356
+display . 3
+display - 36
+display | 34
+display 0 346
+display ` 345
+display # 3456
+display " 4
+display ! 5
+display > 45
+display $ 46
+# according to the standard it should be \x007F but _ seems more convenient and used more widely
+# display \x007F 456
+display _ 456 
+display < 56
+display ' 6
+# Slovene braille translation table
+#
+#  Copyright (C) 2004-2008 ViewPlus Technologies, Inc. www.viewplus.com
+#  Copyright (C) 2009 JJB Software, Inc. www.jjb-software.com
+#  Copyright (C) 2012 Mesar Hameed <mesar.hameed@gmail.com>
+#  Copyright (C) 2018 Robert Merič
+#  Copyright (C) 2019 Bert Frees
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+#
+# by Mike Sivill <Mike.Sivill@viewplus.com>
+#
+# corrections 15.12.2018 - new Slovenian braille standard: http://liblouis.org/braille-specs/slovenian
+# Robert Merič <info@slepslaboviden.si>
+
+include text_nabcc.dis
+include braille-patterns.cti
+
+space \x00a0 a
+include spaces.uti
+
+# ----------- define all chars --------------------------------------
+
+replace \x0007
+punctuation ! 235				# 33
+punctuation " 5-2356						# 34
+sign # 3456								# 35
+sign $ 46								# 36
+sign % 12456								# 37
+sign & 5-24								# 38
+punctuation ' 3						# 39 apostrophe
+punctuation ( 126				# 40
+punctuation ) 345				# 41
+sign * 35									# 42
+math + 1256								# 43
+punctuation , 2						# 44
+punctuation - 36					# 45
+punctuation . 256					# 46
+math / 23456									# 47
+include loweredDigits6Dots.uti
+punctuation : 25					# 58
+punctuation ; 23					# 59
+math < 6-236								# 60
+math = 2356
+math > 6-356								# 62
+punctuation ? 26				# 63
+sign @ 246								# 64
+
+include latinLetterDef6Dots.uti
+
+punctuation [ 4-12346				# 91
+sign \\ 12356							# 92
+punctuation ] 4-13456			# 93
+sign ^ 6-45								# 94 circumflex accent
+sign _ 5-36								# 95 underscore
+sign ` 4									# 96 grave accent
+# a - z										# 97 - 122
+punctuation { 4-246					# 123
+sign | 5-1236								# 124
+punctuation } 4-135				# 125
+math ~ 5-1356									# 126
+
+sign \x00A2 4-14					# 162 ¢ cents sign
+sign \x00A3 5-1234					# 163 £ pound sign
+sign \x20A4 4-123  # lira sign
+sign \x00A5 4-13456				#165 ¥ yen sign
+sign § 4-234-3                                          # 167 
+begnum § 234-3						# 167
+always § 4-234-3                                          # 167 
+sign \x2022 36-36-0 # bullet
+sign \x00A9 5-14	# 169 © copyright sign
+sign \x00AE 5-1235	# 174 ® registered sign
+sign \x2665 2356-125-15-345-2345-2356 # heart symbol
+sign \x21FD 246-25-25 # LEFTWARDS OPEN-HEADED ARROW 
+sign \x21FE 25-25-135 # RIGHTWARDS OPEN-HEADED ARROW 
+sign \x21FF 246-25-25-135 # LEFT RIGHT OPEN-HEADED ARROW 
+always \x21FD 246-25-25 # LEFTWARDS OPEN-HEADED ARROW 
+always \x21FE 25-25-135 # RIGHTWARDS OPEN-HEADED ARROW 
+always \x21FF 246-25-25-135 # LEFT RIGHT OPEN-HEADED ARROW 
+sign \x00BA 145-1245 MASCULINE ORDINAL INDICATOR 006F 
+punctuation \x00Ad 36			# 173	  soft hyphen
+sign \x00B0 5-234	# 176 ° degree sign
+sign \x00B4 4
+noback always \x00B4 4 # acute accent sign
+sign \x00B5 2-134 # micro sign, (mu)
+sign \x00B6 4-1234-345		#	182	  ¶ pilcrow sign
+math \x00D7 4-16				# 215		× multiplication sign
+midnum \x00D7 4-16
+
+math \x00F7 46-34                              # 247           ÷ division sign
+midnum \x00F7 46-34
+punctuation \x2010 36			# 8208  hyphen
+punctuation \x2011 23478	# 8209  non-breaking hyphen
+
+punctuation \x2013 6-36		# 8211	en dash
+punctuation \x2014 6-36		# 8212	em dash
+punctuation	\x2018 236			# 8216	smart single left quotation mark
+punctuation	\x2019 356-3			# 8217	smart single right quotation mark
+
+punctuation	\x201C 236		# 8220	smart opening double quote					***začetni narekovaj
+punctuation	\x201D 356		# 8221	smart closing double quote					***končni narekovaj
+punctuation	\x201E 236		# 8222	smart double low quotation mark
+punctuation	\x201F 356		# 8223	smart double high reverse quotation mark
+
+punctuation \x2026 3-3-3	# 8230 smart ellipsis
+math \x2030 5-12456	# 8240 ‰ per mille sign
+math \x2260 235	# 8800 ≠ not equal to
+always != 235
+sign \x20AC 5-15					# 8364 Euro sign anywhere else
+
+# --------------------------- end definitions ---------------------------------
+
+include countries.cti
+
+
+# Braille indicators
+numsign 3456  number sign, just a dots operand
+capsletter 46
+begcapsword 456
+endcapsword 6
+nocontractsign 6
+numericnocontchars abcdefghij
+numericmodechars .,:
+
+# Roman numbers are preceded with 456, also if single letter
+class roman IVXLCDM
+noback pass2 $ps[@46]%roman$ps @456
+noback pass2 $ps[@46]%roman~ @456
+noback pass2 `[@46]%roman$ps @456
+noback pass2 `[@46]%roman~ @456
+
+# the decimal digits
+include litdigits6Dots.uti
+
+# special accented chars 
+uplow \x0110\x0111 1456			# đ
+uplow \x0160\x0161 156				# š
+uplow \x010C\x010D 16				# č
+uplow \x0106\x0107 146				# ć
+uplow \x017D\x017E 2346				# ž
+uplow \x00D0\x00F0 1456				# ð (dž)
+
+
+# accented letters
+
+uplow \x00C0\x00E0 1				# a with grave
+uplow \x00C1\x00E1 1				# a with acute
+uplow \x00C2\x00E2 1				# a with circumflex
+uplow \x00C3\x00E3 1				# a with tilde
+uplow \x00C4\x00E4 1				# a with dieresis
+uplow \x00C5\x00E5 1				# a with ring above
+uplow \x00C6\x00E6 1				# letter ae
+uplow \x00C7\x00E7 14				# c with cedilla
+uplow \x00C8\x00E8 15				# e with grave
+uplow \x00C9\x00E9 15				# e with acute
+uplow \x00CA\x00EA 15				# e with circumflex
+uplow \x00CB\x00EB 15				# e with dieresis
+uplow \x00CC\x00EC 24				# i with grave above
+uplow \x00CD\x00ED 24				# i with acute above
+uplow \x00CE\x00EE 24				# i with circumflex
+uplow \x00CF\x00EF 24				# i with dieresis
+uplow \x00D0\x00F0 15				# letter eth
+uplow \x00D1\x00F1 1345			# n with tilde
+uplow \x00D2\x00F2 135			# o with grave above
+uplow \x00D3\x00F3 135			# o with acute above
+uplow \x00D4\x00F4 135			# o with circumflex
+uplow \x00D5\x00F5 135			# o with tilde
+uplow \x00D6\x00F6 135			# o with dieresis
+# \x00D7	× multiplication sign	----------------------
+uplow \x00D8\x00F8 135			# o with stroke
+uplow \x00D9\x00F9 136			# u with grave above
+uplow \x00DA\x00FA 136			# u with acute above
+uplow \x00DB\x00FB 136			# u with circumflex above
+uplow \x00DC\x00FC 136				# u with dieeresis
+uplow \x00DD\x00FD 13456		# y with acute above
+uplow \x00DE\x00FE 4-1456                 # letter thorn
+letter \x00DF 2346		# small sharp s
+uplow \x0174\x0175 4-2456 w with circumflex
+uplow \x0176\x0177 4-13456 # y with circumflex
+uplow \x0178\x00ff 4-13456 # y with diaeresis
+uplow \x1ef2\x1ef3 4-13456 # y with grave
+largesign \x00C0 4-1      [C0] upper a grave
+largesign \x00E0   4-1      [E0] lower a grave
+largesign \x00C1 4-1      [C1] upper a acute
+largesign \x00E1   4-1      [E1] lower a acute
+largesign \x00C2 4-1      [C2] upper a circumflex
+largesign \x00E2   4-1      [E2] lower a circumflex
+largesign \x00C3 4-1      [C3] upper a tilde
+largesign \x00E3   4-1      [E3] lower a tilde
+largesign \x00C4 4-1      [C4] upper a dieresis
+largesign \x00E4   4-1      [E4] lower a dieresis
+
+largesign \x00C5 4-1      [C5] upper a ring
+largesign \x00E5   4-1      [E5] lower a ring
+
+largesign \x00C6 1-15     [C6] upper ae
+largesign \x00E6   1-15			[E6] lower ae
+
+largesign \x00C7 4-14     [C7] upper c cedilla
+largesign \x00E7   4-14     [E7] lower c cedilla
+
+largesign \x00C8 4-15     [C8] upper e grave
+largesign \x00E8   4-15     [E8] lower e grave
+
+largesign \x00C9 4-15     [C9] upper e acute
+largesign \x00E9   4-15     [E9] lower e acute
+
+largesign \x00CA 4-15     [CA] upper e circumflex
+largesign \x00EA   4-15     [EA] lower e circumflex
+
+largesign \x00CB 4-15     [CB] upper e dieresis
+largesign \x00EB   4-15     [EB] lower e dieresis
+
+largesign \x00CC 4-24     [CC] upper i grave
+largesign \x00EC   4-24     [EC] lower i grave
+
+largesign \x00CD 4-24     [CD] upper i acute
+largesign \x00ED   4-24     [ED] lower i acute
+
+largesign \x00CE 4-24     [CE] upper i circumflex
+largesign \x00EE   4-24     [EE] lower i circumflex
+
+largesign \x00CF 4-24     [CF] upper i dieresis
+largesign \x00EF   4-24     [EF] lower i dieresis
+
+largesign \x00D0 4-15     [D0] upper eth
+largesign \x00F0   4-15     [F0] lower eth
+
+largesign \x00D1 4-1345   [D1] upper n tilde
+largesign \x00F1   4-1345   [F1] lower n tilde
+
+largesign \x00D2 4-135    [D2] upper o grave
+largesign \x00F2   4-135    [F2] lower o grave
+
+largesign \x00D3 4-135    [D3] upper o acute
+largesign \x00F3   4-135    [F3] lower o acute
+
+largesign \x00D4 4-135    [D4] upper o circumflex
+largesign \x00F4   4-135    [F4] lower o circumflex
+
+largesign \x00D5 4-135    [D5] upper o tilde
+largesign \x00F5   4-135    [F5] lower o tilde
+
+largesign \x00D6 4-135    [D6] upper o dieresis
+largesign \x00F6   4-135			[F6] lower o dieresis
+
+largesign \x00D8 4-135    [D8] upper o slash
+largesign \x00f8   4-135    [F8] lower o slash
+
+largesign \x00D9 4-136    [D9] upper u grave
+largesign \x00F9   4-136    [F9] lower u grave
+
+largesign \x00DA 4-136    [DA] upper u acute
+largesign \x00FA   4-136    [FA] lower u acute
+
+largesign \x00DB 4-136    [DB] upper u circumflex
+largesign \x00FB   4-136    [FB] lower u circumflex
+
+largesign \x00DC 4-136    [DC] upper u dieresis
+largesign \x00FC   4-136    [FC] lower u dieresis
+
+largesign \x00DD 4-13456  [DD] upper y acute
+largesign \x00FD   4-13456  [FD] lower y acute
+
+largesign \x00DE 4-2345   [DE] upper t horn
+largesign \x00FE   4-2345   [FE] lower t horn
+
+largesign \x00DF 234-234 (DF) lower ss
+
+largesign \x0174 4-2456 lower w circumflex
+largesign \x0175 4-2456 upper w circumflex
+
+letter \x0176 4-13456 upper y circumflex
+letter \x0177 4-13456 lower y circumflex
+
+largesign \x0178 4-13456 upper y with dieresis
+largesign \x00FF 4-13456 lower y with dieresis
+
+largesign \x1EF2 4-13456 upper y with grave
+largesign \x1EF3 4-13456 lower y with grave
+
+# Greek letters
+uplow     \x0391\x03b1 1      # 913 greek letter alpha Αα
+uplow     \x0392\x03b2 12     # 914 greek letter beta Ββ
+uplow     \x0393\x03b3 1245   # 915 greek letter gamma Γγ
+uplow     \x0394\x03b4 145    # 916 greek letter delta Δδ
+uplow     \x0395\x03b5 156    # 917 greek letter epsilon Εε
+uplow     \x0396\x03b6 1356   # 918 greek letter zeta Ζζ
+uplow     \x0397\x03b7 15     # 919 greek letter eta Ηη
+uplow     \x0398\x03b8 125    # 920 greek letter theta Θθ
+uplow     \x0399\x03b9 24     # 921 greek letter iota Ιι
+uplow     \x039a\x03ba 13     # 922 greek letter kappa Κκ
+uplow     \x039b\x03bb 123    # 923 greek letter lamda Λλ
+uplow     \x039c\x03bc 134    # 924 greek letter mu Μμ
+uplow     \x039d\x03bd 1345   # 925 greek letter nu Νν
+uplow     \x039e\x03be 1346   # 926 greek letter xi Ξξ
+uplow     \x039f\x03bf 135    # 927 greek letter omicron Οο
+uplow     \x03a0\x03c0 1234   # 928 greek letter pi Ππ
+uplow     \x03a1\x03c1 1235   # 929 greek letter rho Ρρ
+uplow     \x03a3\x03c3 234    # 931 greek letter sigma Σσ
+lowercase \x03c2       234    # 962 greek small letter final sigma ς
+uplow     \x03a4\x03c4 2345   # 932 greek letter tau Ττ
+uplow     \x03a5\x03c5 136    # 933 greek letter upsilon Υυ
+uplow     \x03a6\x03c6 124    # 934 greek letter phi Φφ
+uplow     \x03a7\x03c7 14     # 935 greek letter chi Χχ
+uplow     \x03a8\x03c8 13456  # 936 greek letter psi Ψψ
+uplow     \x03a9\x03c9 2456   # 937 greek letter omega Ωω
+
+class greek αβγδεζηθικλμνξοπρσςτυφχψωΑΒΓΔΕΖΗΘΙΚΛΜΝΞΟΠΡΣΤΥΦΧΨΩ
+noback context %greek. @56*
+noback pass2 @46@56 @56@46
+noback pass2 @456@56 @56@456
+
+# punctuation
+prepunc ( 236
+postpunc ) 356
+begword ` 236
+prepunc " 236
+postpunc " 356
+prepunc ' 2
+postpunc ' 3
+sign # 456-1456  #  Pound, number sign, hash
+always # 5-1345
+sign \x20AC 5-15       # euro sign atend  of number
+midnum , 2
+postpunc , 2
+decpoint . 256
+midnum - 36
+hyphen - 36
+#capsnocont
+postpunc . 256
+postpunc ; 23
+midnum : 25
+postpunc : 25
+postpunc ! 235
+midnum / 23456
+noback always / 23456
+always < 6-236
+always > 6-356
+punctuation ? 26
+sign % 12456
+endnum % 12456
+midnum ^ 5-156
+always ^ 5-156
+always ~ 5-1356
+always & 5-24
+midnum * 35
+midnum + 1256
+noback always * 35
+midword \x2019 3	# stupid smart apostrophe
+always [ 6-235
+always ] 6-256
+always { 6-126
+always } 6-345
+prepunc ` 236
+noback always @ 246
+always \\ 12356
+always | 5-1236
+repeated \s 0
+repeated \t 0
+always \s-\s 36
+always ... 256-256-256
+always .\s.\s. 256-256-256 . . .
+begnum $ 46
+always $ 5-145
+endword (s) 2356-234-2356
+
+# Vulgar Fractions
+sign \x00BD 3456-1-34-12 # one half
+sign \x00BC 3456-1-34-145 # one fourth
+sign \x00BE 3456-14-34-145 # three fourths
+sign \x2153  3456-1-34-14 # one third
+sign \x2154  3456-12-34-14 # two thirds
+sign \x215B 3456-1-34-125 # one eighth
+sign \x215C 3456-14-34-125 # three eighths
+sign \x215D 3456-15-34-125 # five eighths
+sign \x215E  3456-1245-34-125 # seven eighths
+
+sign \x00B1 346-36 # plus or minus
+sign \x00B2 45-23
+sign \x00B3 45-25
+postpunc \x00B2 45-23-456
+sign \x00B3 45-25-456
+always \x00B2 45-23
+always \x00B2 45-25
+always \x00BA 56-145-1245
+sign \x2122 5-2345   # trade mark symbol
+
+sign \x00BB 236
+sign \x00AB 356
+#-index-name: Sanskrit
+#-display-name: Sanskrit braille
+
+#+locale:sa
+#+type:literary
+#+grade:1
+
+# TODO: Please correct the metadata above. It is not meant to be
+# accurate nor complete. It hasn't been verified by the table
+# author yet. It is merely an attempt by the liblouis maintainers
+# to get some sensible initial values in place.
+
+# TODO: Please add a reference to official documentation about
+# the implemented braille code. Preferably submit the documents
+# to https://github.com/liblouis/braille-specs.
+
+include sa-in-g1.utb
+include braille-patterns.cti
+# liblouis: Finnish 8 dot braille table
+#
+# -----------
+#-index-name: Finnish, computer
+#-display-name: Finnish computer braille
+#
+#+locale:fi
+#+type:computer
+#+dots:8
+#
+# TODO: Please correct the metadata above. It is not meant to be
+# accurate nor complete. It hasn't been verified by the table
+# author yet. It is merely an attempt by the liblouis maintainers
+# to get some sensible initial values in place.
+#
+# TODO: Please add a reference to official documentation about
+# the implemented braille code. Preferably submit the documents
+# to https://github.com/liblouis/braille-specs.
+# -----------
 #
 # Based on the braille contraction modules in BRLTTY
 #
-# Copyright (C) 1995-2004 by The BRLTTY Team. 
-# Copyright (C) 2004 by ViewPlus Technologies, Inc.,  www.viewplustech.com
-# Copyright (C) 2004 by Computers to Help People, Inc., www.chpi.org  
-# Copyright (C) 2011-2012 by Mesar Hameed <mesar.hameed@gmail.com>
-#
+# Copyright (C) 1995-2004 by The BRLTTY Team.
+# Copyright (C) 2004 ViewPlus Technologies, Inc., www.viewplustech.com
+# Copyright (C) 2004 Computers to Help People, Inc., www.chpi.org
+
 # This file is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
 # License as published by the Free Software Foundation; either
@@ -13180,282 +17989,3332 @@
 # You should have received a copy of the GNU Lesser General Public
 # License along with this file; if not, write to the Free Software
 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+# liblouis  comes with ABSOLUTELY NO WARRANTY.
 
 # Maintained by John J. Boyer, director@chpi.org, www.chpi.org
+
+# Created by Code Factory S.L.
+
+include text_nabcc.dis
+
+letter \x0002 1278
+letter \x0003 1478
+letter \x0004 14578
+letter \x0005 2678
+letter \x0006 12478
+letter \x0007 124578
+letter \x0008 12578
+letter \x0009 3578
+letter \x000A 24578
+letter \x000B 1378
+letter \x000C 12378
+letter \x000D 13478
+letter \x000E 134578
+letter \x000F 23678
+letter \x0010 123478
+letter \x0011 1234578
+letter \x0012 123578
+letter \x0013 23478
+letter \x0014 234578
+letter \x0015 35678
+letter \x0016 123678
+letter \x0017 245678
+letter \x0018 134678
+letter \x0019 1345678
+letter \x001A 135678
+letter \x001B 345678
+letter \x001C 12345678
+letter \x001D 4678
+letter \x001E 4578
+letter \x001F 67
+
+letter \x0020 0
+
+space \x00a0 0
+#space \t 0-0
+#space \s 0
+
+# non Capital characters 
+letter a 1
+letter b 12
+letter c 14
+letter d 145
+letter e 15
+letter f 124
+letter g 1245
+letter h 125
+letter i  24
+letter j  245
+letter k 13
+letter l 123
+letter m 134
+letter n 1345
+letter o 135
+letter p 1234
+letter q 12345
+letter r 1235
+letter s 234
+letter t  2345
+letter u 136
+letter v 1236
+letter w  2456
+letter x 1346
+letter y 13456
+letter z 1356
+
+# capital characters
+letter A 17
+letter B 127
+letter C 147
+letter D 1457
+letter E 157
+letter F 1247
+letter G 12457
+letter H 1257
+letter I  247
+letter J  2457
+letter K 137
+letter L 1237
+letter M 1347
+letter N 13457
+letter O 1357
+letter P 12347
+letter Q 123457
+letter R 12357
+letter S 2347
+letter T  23457
+letter U 1367
+letter V 12367
+letter W  24567
+letter X 13467
+letter Y 134567
+letter Z 13567
+
+# the decimal digits
+include digits8Dots.uti
+
+
+
+# punctuations 
+punctuation ! 256
+punctuation " 56
+letter \x0023 3456
+letter $ 2346
+punctuation % 1456
+punctuation & 12346
+punctuation ' 5
+
+punctuation ( 236
+punctuation ) 356 
+punctuation * 35
+punctuation + 235
+punctuation , 2 
+letter - 36  
+punctuation . 3
+letter /  34
+
+punctuation :  25
+punctuation ;  23
+punctuation < 126
+punctuation = 2356
+punctuation > 156
+punctuation ? 26
+letter @ 4
+
+punctuation [   12356
+letter \x005C  146 # escape for \
+punctuation ]   23456
+letter ^  457
+letter _  346
+letter `  1234568
+
+punctuation {  1246
+punctuation |   456
+punctuation }  12456
+letter ~  45
+letter \x007f  7 
+
+
+#Hex Dots Dec Char Description
+letter \x00C2 24578 # 194Â Latin capital letter a with circumflex
+letter \x00CA  1267 # 202Ê Latin capital letter e with circumflex
+letter \x00CE  1467 # 206Î Latin capital letter i with circumflex
+letter \x00D4  14567 # 212Ô Latin capital letter o with circumflex
+letter \x00DB  1567 # 219Û Latin capital letter u with circumflex
+letter \x00E2 1678 # 226â Latin small letter a with circumflex
+letter \x00EA  12678 # 234ê Latin small letter e with circumflex
+letter \x00EE  14678 # 238î Latin small letter i with circumflex
+letter \x00F4  145678 # 244ô Latin small letter o with circumflex
+letter \x00FB  15678 # 251û Latin small letter u with circumflex
+
+# The 5 letters with a grave accent `) use the [6-0] dot combinations:
+
+#Hex Dots Dec Char Description
+letter \x00C0  235678 # 192À Latin capital letter a with grave
+letter \x00C8  3578 # 200È Latin capital letter e with grave
+letter \x00CC  57 # 204Ì Latin capital letter i with grave
+letter \x00D2 578 # 210Ò Latin capital letter o with grave
+letter \x00D9 35678 # 217Ù Latin capital letter u with grave
+letter \x00E0  123568 # 224à Latin small letter a with grave
+letter \x00E8  23468 # 232è Latin small letter e with grave
+letter \x00EC  348 # 236ì Latin small letter i with grave
+letter \x00F2 3468 # 242ò Latin small letter o with grave
+letter \x00F9 234568 # 249ù Latin small letter u with grave
+
+# The6 letters with an acute accent ') use the [a-f] dot combinations with
+# dots 3 and 6 added:
+
+#Hex Dots Dec Char Description
+letter \x00C1 28 # 193Á Latin capital letter a with acute
+letter \x00C9 1234567 # 201É Latin capital letter e with acute
+letter \x00CD 258 # 205Í Latin capital letter i with acute
+letter \x00D3 267 # 211Ó Latin capital letter o with acute
+letter \x00DA 268 # 218Ú Latin capital letter u with acute
+letter \x00DD 3568 # 221Ý Latin capital letter y with acute
+letter \x00E1 168 # 225á Latin small letter a with acute
+letter \x00E9 123456 # 233é Latin small letter e with acute
+letter \x00ED 2478 # 237í Latin small letter i with acute
+letter \x00F3 13578 # 243ó Latin small letter o with acute
+letter \x00FA 13678 # 250ú Latin small letter u with acute
+letter \x00FD 24568 # 253ý Latin small letter y with acute
+
+# The 6 letters with a dieresis accent ") use the [f-j] dot combinations with
+# dots 3 and 6 added, and the number sign because it fits the sequence
+# reasonably well):
+
+#Hex Dots Dec Char Description
+letter \x00C4 3457 # 196Ä Latin capital letter a with diaeresis
+letter \x00CB 2358 # 203Ë Latin capital letter e with diaeresis
+letter \x00CF 23568 # 207Ï Latin capital letter i with diaeresis
+letter \x00D6  2467 # 214Ö Latin capital letter o with diaeresis
+letter \x00DC  12567 # 220Ü Latin capital letter u with diaeresis
+letter \x00E4 345 # 228ä Latin small letter a with diaeresis
+letter \x00EB 12468 # 235ë Latin small letter e with diaeresis
+letter \x00EF 124568 # 239ï Latin small letter i with diaeresis
+letter \x00F6  246 # 246ö Latin small letter o with diaeresis
+letter \x00FC  1256 # 252ü Latin small letter u with diaeresis
+letter \x00FF 134568 # 255ÿ Latin small letter y with diaeresis
+
+# There is no uppercase y-dieresis in the  Latin 1 character set. The German
+# lowercase double-s, which also doesn't have an uppercase counterpart in the
+#  Latin 1 character set, uses its representation:
+
+#Hex Dots Dec Char Description
+letter \x00DF 34568 # 223ß Latin small letter sharp s
+
+# The remaining accented letters are:
+
+#Hex Dots Dec Char Description
+letter \x00C3 3467 # 195Ã Latin capital letter a with tilde
+letter \x00D1 2567 # 209Ñ Latin capital letter n with tilde
+letter \x00D5  267 # 213Õ Latin capital letter o with tilde
+letter \x00C5 167 # 197Å Latin capital letter a with ring above
+letter \x00C7 1578 # 199Ç Latin capital letter c with cedilla
+letter \x00D8 1567 # 216Ø Latin capital letter o with stroke
+letter \x00C6 47 # 198Æ Latin capital letter ae
+letter \x00D0 3567 # 208Ð Latin capital letter eth
+letter \x00DE 2357 # 222Þ Latin capital letter thorn
+letter \x00E3 13678 # 227ã Latin small letter a with tilde
+letter \x00F1 13458 # 241ñ Latin small letter n with tilde
+letter \x00F5  1358 # 245õ Latin small letter o with tilde
+letter \x00E5 16 # 229å Latin small letter a with ring above
+letter \x00E7 1234678 # 231ç Latin small letter c with cedilla
+letter \x00F8 24678 # 248ø Latin small letter o with stroke
+letter \x00E6 34578 # 230æ Latin small letter ae
+letter \x00F0 23458 # 240ð Latin small letter eth
+letter \x00FE 12348 # 254þ Latin small letter thorn
+sign \x25CF 35
+# liblouis: Norwegian literary braille, 8-dot
 #
-# This table is built and maintained by Leon Ungier <Leon.Ungier@ViewPlus.com>
-# with help and guidance from Mohammed R. Ramadan <mramadan@nattiq.com>
+#-name: Norsk litterær punktskrift, 8-punkt
+#-index-name: Norwegian, uncontracted, 8-dot
+#-display-name: Norwegian 8-dot uncontracted braille
+#
+#+locale:no
+#+type:literary
+#+contraction:no
+#+dots:8
+#+grade:0
+#
+#-copyright: 2015, Norwegian library of talking books and braille (NLB)
+#-license: LGPLv2.1
+#
+# Created August 2015 by Jostein Austvik Jacobsen <jostein@nlb.com> and Ammar Usama <ammar.usama@nlb.no>
+#
+#-author-name: Jostein Austvik Jacobsen
+#-author-email: jostein@nlb.no
+#-author-url: https://github.com/josteinaj
+#
+#-author-name: Ammar Usama
+#-author-email: ammar.usama@nlb.no
+#-author-url: https://github.com/usama49
+#
+# Official norwegian braille specifications are collected here:
+# http://liblouis.org/braille-specs/norwegian
+# This specific table is based on the document "Punkttabell for JAWS".
+#
+#  Copyright (C) 2015 NLB Norwegian library of talking books and braille, http://www.nlb.no/
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+#
 
-include text_nabcc.dis All display opcodes
-include braille-patterns.cti # unicode braille.
+# Extend norwegian computer braille table
+include no-no-comp8.ctb
+
+# Added 21.02.2012
+# Updated August 2015
+sign \x20AC 2678       # EURO SIGN (€ - Euro-tegn)
+sign \xFFFE 13458      # NOT USED ( - <Kontrolltegn>)
+sign \x201A 67         # SINGLE LOW-9 QUOTATION MARK (‚ - Enkelt nedre anførselstegn (9))
+sign \x0192 45678      # LATIN SMALL LETTER F WITH HOOK (ƒ - Liten latinsk bokstav f med krok)
+sign \x200E 0          # left to right marker
+sign \x200F 0          # right to left marker
+sign \x201E 3567       # DOUBLE LOW-9 QUOTATION MARK („ - Dobbelt nedre anførselstegn (99))
+sign \x2026 37         # HORIZONTAL ELLIPSIS (… - Horisontal ellipse (tre prikker))
+sign \x2020 47         # DAGGER († - Dagger)
+sign \x2021 457        # DOUBLE DAGGER (‡ - Dobbel dagger)
+sign \x02C6 468        # MODIFIER LETTER CIRCUMFLEX ACCENT (ˆ - Liten cirkumfleks (over bokstav))
+sign \x2030 4568       # PER MILLE SIGN (‰ - Promille-tegn)
+sign \x0160 15678      # LATIN CAPITAL LETTER S WITH CARON (Š - Stor latinsk bokstav S med caron)
+sign \x2039 378        # SINGLE LEFT-POINTING ANGLE QUOTATION MARK (‹ - Enkelt anførselstegn med vinkelen mot venstre)
+sign \x0152 12345678   # LATIN CAPITAL LIGATURE OE (Π- Stor latinsk bokstav OE)
+sign \x017D 234678     # LATIN CAPITAL LETTER Z WITH CARON (Ž - Stor latinsk bokstav Z med caron)
+sign \x2018 367        # LEFT SINGLE QUOTATION MARK (‘ - Enkelt øvre anførselstegn (6))
+sign \x2019 368        # RIGHT SINGLE QUOTATION MARK (’ - Enkelt øvre anførselstegn (9))
+sign \x201C 23567      # LEFT DOUBLE QUOTATION MARK (“ - Dobbelt øvre anførselstegn (66))
+sign \x201D 23568      # RIGHT DOUBLE QUOTATION MARK (” - Dobbelt øvre anførselstegn (99))
+sign \x2022 3678       # BULLET (• - Kulepunkt)
+sign \x2013 68         # EN DASH (– - En dash (n-tankestrek))
+sign \x2014 568        # EM DASH (— - Em dash (m-tankestrek))
+sign \x02DC 2568       # SMALL TILDE (˜ - Liten tilde (over bokstav))
+sign \x2122 23458      # TRADE MARK SIGN (™ - Trademark-tegn (varemerke))
+sign \x0161 1568       # LATIN SMALL LETTER S WITH CARON (š - Liten latinsk bokstav s med caron)
+sign \x203A 678        # SINGLE RIGHT-POINTING ANGLE QUOTATION MARK (› - Enkelt anførselstegn med vinkelen mot høyre)
+sign \x0153 1234568    # LATIN SMALL LIGATURE OE (œ - Liten latinsk bokstav oe)
+sign \x017E 23468      # LATIN SMALL LETTER Z WITH CARON (ž - Liten latinsk bokstav z med caron)
+sign \x0178 125678     # LATIN CAPITAL LETTER Y WITH DIAERESIS (Ÿ - Stor latinsk bokstav Y med trema)
+
+# Latin Extended-A
+sign \x010C 1467       # Latin Capital Letter C with Caron
+sign \x010D 146        # Latin Small Letter C with Caron
+sign \x0110 14567      # Latin Capital Letter D with Stroke
+sign \x0111 1456       # Latin Small Letter D with Stroke
+sign \x014A 12467      # Latin Capital Letter Eng
+sign \x014B 1246       # Latin Small Letter Eng
+sign \x0166 12567      # Latin Capital Letter T with Stroke
+sign \x0167 1256       # Latin Small Letter T with Stroke
+sign \x0108 1467       # Latin Capital Letter C with Circumflex
+sign \x0109 146        # Latin Small Letter C with Circumflex
+sign \x011C 124567     # Latin Capital Letter G with Circumflex
+sign \x011D 12456      # Latin Small Letter G with Circumflex
+sign \x0124 12567      # Latin Capital Letter H with Circumflex
+sign \x0125 1256       # Latin Small Letter H with Circumflex
+sign \x0134 24567      # Latin Capital Letter J with Circumflex
+sign \x0135 2456       # Latin Small Letter J with Circumflex
+sign \x015C 23467      # Latin Capital Letter S with Circumflex
+sign \x015D 2346       # Latin Small Letter S with Circumflex
+sign \x016C 3467       # Latin Capital Letter U with Breve
+sign \x016D 346        # Latin Small Letter U with Breve
+
+# Arabic
+sign \x061F 3          # Arabic Question Mark
+sign \x060C 23         # Arabic Comma
+sign \x0624 2456       # Arabic Letter Waw with Hamza Above
+sign \x0643 13         # Arabic Letter Kaf
+sign \x064A 24         # Arabic Letter Yeh
+sign \x06CC 24         # Arabic Letter Farsi Yeh
+sign \x0621 3          # Arabic Letter Hamza
+sign \x0622 345        # Arabic Letter Alef with Madda Above
+sign \x0626 15         # Arabic Letter Yeh with Hamza Above
+sign \x0627 1          # Arabic Letter Alef
+sign \x0628 12         # Arabic Letter Beh
+sign \x062A 2345       # Arabic Letter Teh
+sign \x062B 1456       # Arabic Letter Theh
+sign \x062C 245        # Arabic Letter Jeem
+sign \x062D 156        # Arabic Letter Hah
+sign \x062E 1346       # Arabic Letter Khah
+sign \x062F 145        # Arabic Letter Dal
+sign \x0630 2346       # Arabic Letter Thal
+sign \x0631 1235       # Arabic Letter Reh
+sign \x0632 1356       # Arabic Letter Zain
+sign \x0633 234        # Arabic Letter Seen
+sign \x0634 146        # Arabic Letter Sheen
+sign \x0635 12346      # Arabic Letter Sad
+sign \x0636 1246       # Arabic Letter Dad
+sign \x0637 23456      # Arabic Letter Tah
+sign \x0638 123456     # Arabic Letter Zah
+sign \x0639 12356      # Arabic Letter Ain
+sign \x063A 126        # Arabic Letter Ghain
+sign \x0641 124        # Arabic Letter Feh
+sign \x0642 12345      # Arabic Letter Qaf
+sign \x0644 123        # Arabic Letter Lam
+sign \x0645 134        # Arabic Letter Meem
+sign \x0646 1345       # Arabic Letter Noon
+sign \x0647 125        # Arabic Letter Heh
+sign \x0648 2456       # Arabic Letter Waw
+sign \x0649 24         # Arabic Letter Alef Maksura
+sign \x0660 2458       # Arabic-Indic Digit Zero
+sign \x0661 18         # Arabic-Indic Digit One
+sign \x0662 128        # Arabic-Indic Digit Two
+sign \x0663 148        # Arabic-Indic Digit Three
+sign \x06F4 1458       # Extended Arabic-Indic Digit Four
+sign \x0667 12458      # Arabic-Indic Digit Seven
+sign \x0668 1258       # Arabic-Indic Digit Eight
+sign \x0669 248        # Arabic-Indic Digit Nine
+sign \x06F5 158        # Extended Arabic-Indic Digit Five
+sign \x06F6 1458       # Extended Arabic-Indic Digit Six
+sign \x0686 14         # Arabic Letter Tcheh
+sign \x0698 356        # Arabic Letter Jeh
+sign \x06A9 13         # Arabic Letter Keheh
+sign \x06AF 1245       # Arabic Letter Gaf
+
+# Special characters
+sign \xFFFD 2345       # Replacement Character
+
+# Greek and Coptic
+sign \x0374 3456       # Greek Numeral Sign
+sign \x0375 5678       # Greek Lower Numeral Sign
+sign \x037E 26         # Greek Question Mark
+sign \x0384 4          # Greek Tonos
+sign \x0385 45         # Greek Dialytika Tonos
+sign \x0386 34578      # Greek Capital Letter Alpha with Tonos
+sign \x0387 746        # Greek Ano Teleia
+sign \x0388 124678     # Greek Capital Letter Epsilon with Tonos
+sign \x0389 12345678   # Greek Capital Letter Eta with Tonos
+sign \x038A 1245678    # Greek Capital Letter Iota with Tonos
+sign \x038C 24678      # Greek Capital Letter Omicron with Tonos
+sign \x038E 125678     # Greek Capital Letter Upsilon with Tonos
+sign \x038F 24578      # Greek Capital Letter Omega with Tonos
+sign \x0390 248        # Greek Small Letter Iota with Dialytika and Tonos
+sign \x0391 178        # Greek Capital Letter Alpha
+sign \x0392 1278       # Greek Capital Letter Beta
+sign \x0393 124578     # Greek Capital Letter Gamma
+sign \x0394 14578      # Greek Capital Letter Delta
+sign \x0395 1578       # Greek Capital Letter Epsilon
+sign \x0396 135678     # Greek Capital Letter Zeta
+sign \x0397 15678      # Greek Capital Letter Eta
+sign \x0398 145678     # Greek Capital Letter Theta
+sign \x0399 248        # Greek Capital Letter Iota
+sign \x039A 1378       # Greek Capital Letter Kappa
+sign \x039B 12378      # Greek Capital Letter Lamda
+sign \x039C 13478      # Greek Capital Letter Mu
+sign \x039D 134578     # Greek Capital Letter Nu
+sign \x039E 134678     # Greek Capital Letter Xi
+sign \x039F 13578      # Greek Capital Letter Omicron
+sign \x03A0 123478     # Greek Capital Letter Pi
+sign \x03A1 123578     # Greek Capital Letter Rho
+sign \x03A3 23478      # Greek Capital Letter Sigma
+sign \x03A4 234578     # Greek Capital Letter Tau
+sign \x03A5 13678      # Greek Capital Letter Upsilon
+sign \x03A6 12478      # Greek Capital Letter Phi
+sign \x03A7 1234678    # Greek Capital Letter Chi
+sign \x03A8 1345678    # Greek Capital Letter Psi
+sign \x03A9 245678     # Greek Capital Letter Omega
+sign \x03AA 2478       # Greek Capital Letter Iota with Dialytika
+sign \x03AB 1345678    # Greek Capital Letter Upsilon with Dialytika
+sign \x03AC 3458       # Greek Small Letter Alpha with Tonos
+sign \x03AD 12468      # Greek Small Letter Epsilon with Tonos
+sign \x03AE 1234568    # Greek Small Letter Eta with Tonos
+sign \x03AF 124568     # Greek Small Letter Iota with Tonos
+sign \x03B0 134568     # Greek Small Letter Upsilon with Dialytika and Tonos
+sign \x03B1 18         # Greek Small Letter Alpha
+sign \x03B2 128        # Greek Small Letter Beta
+sign \x03B3 12458      # Greek Small Letter Gamma
+sign \x03B4 1458       # Greek Small Letter Delta
+sign \x03B5 158        # Greek Small Letter Epsilon
+sign \x03B6 13568      # Greek Small Letter Zeta
+sign \x03B7 1568       # Greek Small Letter Eta
+sign \x03B8 14568      # Greek Small Letter Theta
+sign \x03B9 248        # Greek Small Letter Iota
+sign \x03BA 138        # Greek Small Letter Kappa
+sign \x03BB 1238       # Greek Small Letter Lamda
+sign \x03BC 1348       # Greek Small Letter Mu
+sign \x03BD 13458      # Greek Small Letter Nu
+sign \x03BE 13468      # Greek Small Letter Xi
+sign \x03BF 1358       # Greek Small Letter Omicron
+sign \x03C0 12348      # Greek Small Letter Pi
+sign \x03C1 12358      # Greek Small Letter Rho
+sign \x03C2 2348       # Greek Small Letter Final Sigma
+sign \x03C3 2348       # Greek Small Letter Sigma
+sign \x03C4 23458      # Greek Small Letter Tau
+sign \x03C5 1368       # Greek Small Letter Upsilon
+sign \x03C6 1248       # Greek Small Letter Phi
+sign \x03C7 123468     # Greek Small Letter Chi
+sign \x03C8 13456      # Greek Small Letter Psi
+sign \x03C9 24568      # Greek Small Letter Omega
+sign \x03CA 348        # Greek Small Letter Iota with Dialytika
+sign \x03CB 234568     # Greek Small Letter Upsilon with Dialytika
+sign \x03CC 2468       # Greek Small Letter Omicron with Tonos
+sign \x03CD 12568      # Greek Small Letter Upsilon with Tonos
+sign \x03CE 2458       # Greek Small Letter Omega with Tonos
+sign \x03D0 1278       # Greek Beta Symbol
+sign \x03D1 145678     # Greek Theta Symbol
+sign \x03D2 12368      # Greek Upsilon with Hook Symbol
+sign \x03D3 23456      # Greek Upsilon with Acute and Hook Symbol
+sign \x03D4 1368       # Greek Upsilon with Diaeresis and Hook Symbol
+sign \x03D5 12478      # Greek Phi Symbol
+sign \x03D6 123478     # Greek Pi Symbol
+sign \x03D7 12346      # Greek Kai Symbol
+sign \x03D8 1234578    # Greek Letter Archaic Koppa
+sign \x03D9 123458     # Greek Small Letter Archaic Koppa
+sign \x03DA 123678     # Greek Letter Stigma
+sign \x03DB 12368      # Greek Small Letter Stigma
+sign \x03DC 145678     # Greek Letter Digamma
+sign \x03DD 12368      # Greek Small Letter Digamma
+sign \x03DE 1234578    # Greek Letter Koppa
+sign \x03DF 123458     # Greek Small Letter Koppa
+sign \x03E0 234678     # Greek Letter Sampi
+sign \x03E1 23468      # Greek Small Letter Sampi
+sign \x03F0 1234578    # Greek Kappa Symbol
+sign \x03F1 123578     # Greek Rho Symbol
+sign \x03F2 23478      # Greek Lunate Sigma Symbol
+sign \x03F4 145678     # Greek Capital Theta Symbol
+sign \x03F5 1578       # Greek Lunate Epsilon Symbol
+sign \x03FA 234678     # Greek Capital Letter San
+sign \x03FB 23468      # Greek Small Letter San
+sign \x03D8 12678      # Greek Letter Archaic Koppa
+sign \x03D9 1268       # Greek Small Letter Archaic Koppa
+sign \x03E0 34578      # Greek Letter Sampi
+sign \x03E1 3458       # Greek Small Letter Sampi
+
+# Cyrillic
+sign \x0401 167        # Cyrillic Capital Letter Io
+sign \x0404 34578      # Cyrillic Capital Letter Ukrainian Ie
+sign \x0406 1345678    # Cyrillic Capital Letter Byelorussian-Ukrainian I
+sign \x0407 145678     # Cyrillic Capital Letter Yi
+sign \x0410 17         # Cyrillic Capital Letter A
+sign \x0411 127        # Cyrillic Capital Letter Be
+sign \x0412 24567      # Cyrillic Capital Letter Ve
+sign \x0413 12457      # Cyrillic Capital Letter Ghe
+sign \x0414 1457       # Cyrillic Capital Letter De
+sign \x0415 157        # Cyrillic Capital Letter Ie
+sign \x0416 2457       # Cyrillic Capital Letter Zhe
+sign \x0417 13567      # Cyrillic Capital Letter Ze
+sign \x0418 247        # Cyrillic Capital Letter I
+sign \x0419 123467     # Cyrillic Capital Letter Short I
+sign \x041A 137        # Cyrillic Capital Letter Ka
+sign \x041B 1237       # Cyrillic Capital Letter El
+sign \x041C 1347       # Cyrillic Capital Letter Em
+sign \x041D 13457      # Cyrillic Capital Letter En
+sign \x041E 1357       # Cyrillic Capital Letter O
+sign \x041F 12347      # Cyrillic Capital Letter Pe
+sign \x0420 12357      # Cyrillic Capital Letter Er
+sign \x0421 2347       # Cyrillic Capital Letter Es
+sign \x0422 23457      # Cyrillic Capital Letter Te
+sign \x0423 1367       # Cyrillic Capital Letter U
+sign \x0424 1247       # Cyrillic Capital Letter Ef
+sign \x0425 1257       # Cyrillic Capital Letter Ha
+sign \x0426 147        # Cyrillic Capital Letter Tse
+sign \x0427 123457     # Cyrillic Capital Letter Che
+sign \x0428 1567       # Cyrillic Capital Letter Sha
+sign \x0429 13467      # Cyrillic Capital Letter Shcha
+sign \x042A 123567     # Cyrillic Capital Letter Hard Sign
+sign \x042B 23467      # Cyrillic Capital Letter Yeru
+sign \x042C 234567     # Cyrillic Capital Letter Soft Sign
+sign \x042D 2467       # Cyrillic Capital Letter E
+sign \x042E 12567      # Cyrillic Capital Letter Yu
+sign \x042F 12467      # Cyrillic Capital Letter Ya
+sign \x0430 1          # Cyrillic Small Letter A
+sign \x0431 12         # Cyrillic Small Letter Be
+sign \x0432 2456       # Cyrillic Small Letter Ve
+sign \x0433 1245       # Cyrillic Small Letter Ghe
+sign \x0434 145        # Cyrillic Small Letter De
+sign \x0435 15         # Cyrillic Small Letter Ie
+sign \x0436 245        # Cyrillic Small Letter Zhe
+sign \x0437 1356       # Cyrillic Small Letter Ze
+sign \x0438 24         # Cyrillic Small Letter I
+sign \x0439 12346      # Cyrillic Small Letter Short I
+sign \x043A 13         # Cyrillic Small Letter Ka
+sign \x043B 123        # Cyrillic Small Letter El
+sign \x043C 134        # Cyrillic Small Letter Em
+sign \x043D 1345       # Cyrillic Small Letter En
+sign \x043E 135        # Cyrillic Small Letter O
+sign \x043F 1234       # Cyrillic Small Letter Pe
+sign \x0440 1235       # Cyrillic Small Letter Er
+sign \x0441 234        # Cyrillic Small Letter Es
+sign \x0442 2345       # Cyrillic Small Letter Te
+sign \x0443 136        # Cyrillic Small Letter U
+sign \x0444 124        # Cyrillic Small Letter Ef
+sign \x0445 125        # Cyrillic Small Letter Ha
+sign \x0446 14         # Cyrillic Small Letter Tse
+sign \x0447 12345      # Cyrillic Small Letter Che
+sign \x0448 156        # Cyrillic Small Letter Sha
+sign \x0449 1346       # Cyrillic Small Letter Shcha
+sign \x044A 12356      # Cyrillic Small Letter Hard Sign
+sign \x044B 2346       # Cyrillic Small Letter Yeru
+sign \x044C 23456      # Cyrillic Small Letter Soft Sign
+sign \x044D 246        # Cyrillic Small Letter E
+sign \x044E 1256       # Cyrillic Small Letter Yu
+sign \x044F 1246       # Cyrillic Small Letter Ya
+sign \x045B 1468       # Cyrillic Small Letter Tshe
+sign \x0451 16         # Cyrillic Small Letter Io
+sign \x0452 1468       # Cyrillic Small Letter Dje
+sign \x0454 3458       # Cyrillic Small Letter Ukrainian Ie
+sign \x0455 12368      # Cyrillic Small Letter Dze
+sign \x0456 134568     # Cyrillic Small Letter Byelorussian-Ukrainian I
+sign \x0457 14568      # Cyrillic Small Letter Yi
+sign \x0458 3458       # Cyrillic Small Letter Je
+sign \x0459 1268       # Cyrillic Small Letter Lje
+sign \x045A 12468      # Cyrillic Small Letter Nje
+sign \x045E 3468       # Cyrillic Small Letter Short U
+sign \x0463 3458       # Cyrillic Small Letter Yat
+sign \x0467 18         # Cyrillic Small Letter Little Yus
+sign \x046B 124568     # Cyrillic Small Letter Big Yus
+sign \x0479 3468       # Cyrillic Small Letter Uk
+sign \x0484 478        # Combining Cyrillic Palatalization
+sign \x0490 1245678    # Cyrillic Capital Letter Ghe with Upturn
+sign \x0491 124568     # Cyrillic Small Letter Ghe with Upturn
+sign \x04A3 13458      # Cyrillic Small Letter En with Descender
+sign \x04AF 12568      # Cyrillic Small Letter Straight U
+sign \x04BB 128        # Cyrillic Small Letter Shha
+sign \x04D9 2468       # Cyrillic Small Letter Schwa
+
+# Hebrew
+sign \x05D0 18         # Hebrew Letter Alef
+sign \x05D1 128        # Hebrew Letter Bet
+sign \x05D2 1245       # Hebrew Letter Gimel
+sign \x05D3 1458       # Hebrew Letter Dalet
+sign \x05D4 1258       # Hebrew Letter He
+sign \x05D5 24568      # Hebrew Letter Vav
+sign \x05D6 13568      # Hebrew Letter Zayin
+sign \x05D7 13468      # Hebrew Letter Het
+sign \x05D8 23458      # Hebrew Letter Tet
+sign \x05D9 2458       # Hebrew Letter Yod
+sign \x05DA 138        # Hebrew Letter Final Kaf
+sign \x05DB 168        # Hebrew Letter Kaf
+sign \x05DC 1238       # Hebrew Letter Lamed
+sign \x05DD 1348       # Hebrew Letter Final Mem
+sign \x05DE 1348       # Hebrew Letter Mem
+sign \x05DF 13458      # Hebrew Letter Final Nun
+sign \x05E0 13458      # Hebrew Letter Nun
+sign \x05E1 2348       # Hebrew Letter Samekh
+sign \x05E2 12468      # Hebrew Letter Ayin
+sign \x05E3 12348      # Hebrew Letter Final Pe
+sign \x05E4 12348      # Hebrew Letter Pe
+sign \x05E5 23468      # Hebrew Letter Final Tsadi
+sign \x05E6 23468      # Hebrew Letter Tsadi
+sign \x05E7 123458     # Hebrew Letter Qof
+sign \x05E8 12358      # Hebrew Letter Resh
+sign \x05E9 1468       # Hebrew Letter Shin
+sign \x05EA 14568      # Hebrew Letter Tav
+sign \x05B0 3          # Hebrew Point Sheva
+sign \x05B1 26         # Hebrew Point Hataf Segol
+sign \x05B2 25         # Hebrew Point Hataf Patah
+sign \x05B3 345        # Hebrew Point Hataf Qamats
+sign \x05B4 24         # Hebrew Point Hiriq
+sign \x05B5 34         # Hebrew Point Tsere
+sign \x05B6 15         # Hebrew Point Segol
+sign \x05B7 14         # Hebrew Point Patah
+sign \x05B8 126        # Hebrew Point Qamats
+sign \x05B9 135        # Hebrew Point Holam
+sign \x05BB 136        # Hebrew Point Qubuts
+sign \x05BC 5          # Hebrew Point Dagesh or Mapiq
+sign \x05BD 4          # Hebrew Point Meteg
+sign \x05C1 1568       # Hebrew Point Shin Dot
+sign \x05C2 2348       # Hebrew Point Sin Dot
+
+# Geometric Shapes
+sign \x25CF 35         # Black Circle
+# liblouis: Portuguese Grade 1 Braille Table
+#
+# -----------
+#-index-name: Portuguese, uncontracted
+#-display-name: Portuguese uncontracted braille
+#
+#+locale:pt
+#+type:literary
+#+contraction:no
+#+grade:1
+#
+# TODO: Please correct the metadata above. It is not meant to be
+# accurate nor complete. It hasn't been verified by the table
+# author yet. It is merely an attempt by the liblouis maintainers
+# to get some sensible initial values in place.
+#
+# TODO: Please add a reference to official documentation about
+# the implemented braille code. Preferably submit the documents
+# to https://github.com/liblouis/braille-specs.
+# -----------
+#
+#  Copyright (C) 2004-2008 ViewPlus Technologies, Inc. www.viewplus.com
+#  Copyright (C) 2004-2006 JJB Software, Inc. www.jjb-software.com
+#  Copyright (C) 2012 Mesar Hameed <mesar.hameed@gmail.com>
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+
+# Created by Leon Ungier <Leon.Ungier@ViewPlus.com>.
+
+space \x00a0 a
+include spaces.uti
+include text_nabcc.dis
+
+#--------------------- All chars definitions ------------------------------
+
+punctuation ! 235				exclamation mark	33
+punctuation " 236				double quote			34
+sign # 3456-13					number sign				35
+sign $ 56								dollar						36						x0024
+sign % 456-356					percent						37
+sign & 12346						ampersand					38
+punctuation ' 3					apostrophe				39
+punctuation ( 126-3			left parenthesis  40
+punctuation ) 6-345			right parenthesis	41
+punctuation * 35				asterisk					42
+math + 235							plus							43
+punctuation , 2					coma							44
+punctuation - 36				hyphen-minus			45
+punctuation . 3					point							46
+math / 6-2							solidus						47
+punctuation : 25			colon					58		x003A
+punctuation ;	23			semicolon			59		x003B
+math < 246													60		x003C
+math = 2356						equal sign		61		x003D
+math > 135													62		x003E
+punctuation ? 26										63		x003F
+sign @ 156						commercial at	64		x0040
+
+include latinLetterDef6Dots.uti 
+include digits6Dots.uti # Must come after letters.
+include litdigits6Dots.uti # Must come after letters.
+
+punctuation [ 12356-3		left square bracket			x005B
+sign \\ 5-3							reverse solidus					x005C
+punctuation ] 6-23456		right square bracket		x005D
+sign ^ 4							circumflex accent				x005E
+sign _ 46-36						low line								x005F
+sign ` 26								grave accent						x0060
+
+# a - z								# 97 - 122							x0061 - x007A
+
+punctuation { 5-123		left curly bracket			x007B
+sign | 456						vertical line						x007C
+punctuation } 456-2		right curly bracket			x007D
+sign ~ 5						tilde										x007E
+sign \x0080 15-136-1235-135										x0080
+
+sign ¢ 4-14						cent sign																	x00A2
+sign £ 4-123					pound sign																x00A3
+sign ¤ 45-15					currency sign															x00A4
+sign ¥ 45-13456				yen	sign																	x00A5
+sign § 234-234				paragraph	sign														x00A7
+sign © 6-14-135-1234-13456-1235-24-1245-125-2345		copyright		x00A9
+sign \x00AA 1					feminine ordinal indicator
+punctuation « 6-236		left-pointing double quotation mark			x00AB
+sign ° 356						degree sign																x00B0
+sign ² 16-3456-12				superscript 2 sign												x00B2
+sign ³ 16-3456-14				superscript 3 sign												x00B3
+# sign \x00B4 35			acute accent
+sign \x00B4 35					acute accent
+sign \x00B5 46-134		# 181				µ micro sign									x00B5
+sign \x00B6 346				#						¶ pilcrow sign								x00B6
+sign ¹ 16-3456-1					superscript 1 sign												x00B9
+sign \x00BA 135				masculine ordinal indicator
+punctuation » 6-236		right-pointing double quotation mark		x00BB
+sign ¼ 3456-2-145			vulgar fraction one quarter								x00BC
+sign ½ 3456-2-12			vulgar fraction one half									x00BD
+sign ¾ 3456-25-145		vulgar fraction 3 quarters				x00BE
+
+uplow \x00C0\x00E0 1246			a with grave						x00C0 / 00E0
+uplow Áá 12356							A with acute						x00C1 / 00E1
+uplow Ââ 16									a with circumflex				x00C2 / 00E2
+uplow \x00C3\x00E3 345			a with tilde						x00C3 / 00E3
+uplow Åå 16									A with ring above				x00C5 / 00C4
+uplow Ää 345								A with diaeresis				x00C4 / 00E4
+uplow Çç 12346							letter c with cedilla		x00C7 / 00E7
+uplow \x00C8\x00E8 2346		e with grave è					x00C8 / 00E8
+uplow \x00C9\x00E9 123456		e with acute é					x00C9 / 00E9
+uplow \x00CA\x00EA 126			e with circumflex				x00CA /	00EA
+uplow \x00CC\x00EC 146				i with grave						x00CC	/ 00EC
+uplow \x00CD\x00ED 34				i with acute						x00CD	/ 00ED
+uplow \x00D2\x00F2 2456			o with grave ò					x00D2 / 00F2
+uplow \x00D3\x00F3 346			o with acute ó					x00D3 / 00F3
+uplow \x00D4\x00F4 1456			o with circumflex ô			x00D4 / 00F4
+uplow \x00D5\x00F5 246			o with tilde						x00D5 / 00F5
+uplow Öö 246								O with diaeresis				x00D6 / 00F6
+uplow \x00DA\x00FA 23456		u with acute						x00DA / 00FA
+uplow \x00DC\x00FC 1256			u with diaeresis				x00FC
+
+uplow \x00D1\x00F1 12456			n with tilde
 
 
-# ----------- define all chars --------------------------------------
+math ÷ 256			division sign															x00F7
+math × 236			multiplication sign												x00D7
 
-space \t 0 tab					#  9
-space \x000A 0
-space \x000D 0
-space \s 0 blank				# 32
-punctuation ! 235				# 33
-punctuation " 2356				# 34
-sign # 3456					# 35
-sign $ 4-234					# 36
-sign % 25-1234					# 37
-sign & 1234					# 38
-punctuation ' 3					# 39 apostrophe
-
-punctuation ) 356				# 40
-punctuation ( 236				# 41
-
-sign * 56-35					# 42
-math + 56-235					# 43
-punctuation , 46				# 44
-punctuation - 36				# 45
-
-punctuation \x06D4 256				# Arabic Full stop
-punctuation . 256				# 46
-
-math / 34					# 47
-include loweredDigits6Dots.uti
-punctuation : 25				# 58
-punctuation ; 56				# 59
-math < 0-246-0					# 60
-math = 56-2356					# 61
-math > 0-135-0					# 62
-punctuation ? 1456				# 63
-sign @ 4					# 64
-
-include latinLetterDef6Dots.uti
-
-punctuation [ 6-236				# 91
-sign \\ 6-34					# 92
-punctuation ] 356-6				# 93
-sign ^ 346					# 94 circumflex accent
-sign _ 456					# 95 underscore
-sign ` 4					# 96 grave accent
-punctuation { 5-236				# 123
-sign | 1245					# 124
-punctuation } 356-2				# 125
-math ~ 45					# 126
-
-space \X00A0 0					# 160 no-break space
-sign \x00A2 4-14				# 162 ¢ cents sign
-sign \x00A3 4-123				# 163 £ pounds sign
-
-sign \x00A5 4-13456				# 165 ¥ yen sign
-
-sign \x00A7 4-234-3				# 167 section sign §
-
-sign \x00A9 2356-6-14-2356 			# 169 © copyright sign
-
-sign \x00AB 2356 				# LEFT-POINTING DOUBLE ANGLE QUOTATION
-sign \x00AE 16-256				# ® Registered mark
-
-punctuation \x00Ad 36				# 173 soft hyphen
-
-sign \x00B0 356					# 176 ° degrees sign
-
-sign \x00B5 46-134				# 181 µ micro sign
-sign \x00B6 4-1234-345				# 182 ¶ pilcrow sign
-
-sign \x00BB 2356 				# RIGHT-POINTING DOUBLE ANGLE QUOTATION
-sign \x00BF 236					# 191 inverted question mark
-
-math \x00D7 56-236				# 215 × multiplication sign
-
-math \x00F7 56-256				# 247 ÷ division sign
-
-sign \x200C 9 					# ZERO WIDTH NON-JOINER
-punctuation \x2010 36				# 8208 hyphen
-punctuation \x2011 23478			# 8209 non-breaking hyphen
-
-punctuation \x2013 6-36				# 8211	en dash
+# this is for compiler
+uplow \x0104\x0105 6			# a with ogonek
+uplow \x0118\x0119 3456		# the letter e with ogonek
 
 
-punctuation	\x2018 3			# 8216	smart single left quotation mark
-punctuation	\x2019 3			# 8217	smart single right quotation mark
+punctuation	\x2010 36						# 8208			hyphen
+punctuation	\x2011 36						# 8209			non-breaking hyphen
+punctuation	\x2012 36												figure dash
+math	\x2013 36						# 8211			en dash (smart minus sign)
+punctuation	\x2013 36-36				# 8211			en dash (smart minus sign)
+punctuation	\x2014 36-36										em dash
+sign \x2015 4-14														horizontal bar
+punctuation	\x2018 56-236						# 8216			smart single left quotation mark
+punctuation	\x2019 56-236						# 8217			smart single right quotation mark
+sign \x20AC 4-15														Euro sign				x0080
+punctuation	\x201C 56-236					# 8220			smart opening double quote
+punctuation	\x201D 56-236					# 8221			smart closing double quote
+punctuation	\x201E 56-236					# 8222			smart double low quotation mark
+punctuation	\x201F 56-236					# 8223			double high reverse quotation mark
 
-punctuation	\x201C 2356			# 8220	smart opening double quote
-punctuation	\x201D 2356			# 8221	smart closing double quote
-punctuation	\x201E 2356			# 8222	smart double low quotation mark
-punctuation	\x201F 2356			# 8223	smart double high reverse quotation mark
+sign \x2022 246-135											bullet
+punctuation \x2026 35-26-35	# 8230	smart ellipsis
+sign \x2030 456-356-356									per mile sign
+sign \x2190	246-25											leftwards arrow
+sign \x2192 25-135											rightwards arrow
+sign \x2194 246-25-135									left right arrow
+sign \x2260 45-2356											not equal to
+#-------------- end defintions ------------------------------------------
 
 
-punctuation \x2026 3-3-3			# 8230 smart ellipsis
+capsletter 46
+# capsword 46-46-136			# uncomment if you don't want capitalization
+begcapsword 46-46
 
-sign \x20AC 4-15				# 8364 Euro sign
-sign \x25CF 35 					# BLACK CIRCLE
-
-#-------------------------- Arabic characters ---------------------------------
-
-sign \x060C 5
-sign \x061B 56
-sign \x061F 236					# Arabic question mark (؟)
-sign \x0621 3
-sign \x0622 345
-sign \x0623 34
-sign \x0624 1256
-sign \x0625 46
-sign \x0626 13456
-sign \x0627 1					# Alef (ا)
-sign \x0628 12
-sign \x0629 16
-sign \x062B 1456
-sign \x062A 2345				# Teh (ت)
-sign \x062C 245
-sign \x062D 156
-sign \x062E 1346
-sign \x062F 145
-sign \x0630 2346
-sign \x0631 1235
-sign \x0632 1356
-sign \x0633 234
-sign \x0634 146
-sign \x0635 12346
-sign \x0636 1246
-sign \x0637 23456
-sign \x0638 123456
-sign \x0639 12356
-sign \x063A 126
-sign \x0640 2
-sign \x0641 124
-sign \x0642 12345
-sign \x0643 13
-sign \x0644 123
-sign \x0645 134
-sign \x0646 1345
-sign \x0647 125
-sign \x0648 2456
-sign \x0649 135
-sign \x064A 24
-sign \x064E 2
-sign \x0650 15
-
-
-sign \x064B 23
-sign \x064C 26
-sign \x064D 35
-sign \x064F 136
-sign \x0651 6
-sign \x0652 25
-
-
-always \x0644\x0627 1236
-always \x0640\x0640\x0640\x064F 136
-always \x0640\x0640\x0640\x064B 23
-always \x0640\x0640\x0640\x064C 26
-
-# --------------------------- end definitions ---------------------------------
-
-include countries.cti
-
-# include text.nabcc.dis All display opcodes
-# include text_nabcc.dis All display opcodes
-
-# Braille indicators
-numsign 3456  number sign, just a dots operand
-multind 56-6 letsign capsletter
-# letsign 56
-capsletter 6
-begcapsword 6-6
-endcapsword 6-3
 emphclass italic
 emphclass underline
 emphclass bold
-begemph italic 46
-endemph italic 46-46
-begemph bold 456
-endemph bold 456-456
+begemph italic 35
+begemph bold 35
+begemph underline 35
+endemph italic 35
+endemph bold 35
+endemph underline 35
+begcomp 5-2
+endcomp 5-2
+
+begnum ( 126
+endnum ) 345
+begnum [ 12356
+endnum ] 23456
+endnum \x00AA 1
+endnum \x00BA 135
+numsign 3456
+midnum , 2
+midnum . 3
+midnum + 235-3456
+midnum - 36-3456
+midnum / 6-2-3456
+midnum : 25-3456
+
+endnum # 56-3456
+
+repeated ... 3-3-3		points de suite
+repeated --- 36-36-36
+repeated ___ 46-36
+
+always \s--\s 36-36	tiret
+
+# liblouis: Hungarian Grade 2 table
+#
+# -----------
+#-index-name: Hungarian, contracted
+#-display-name: Hungarian contracted braille
+#
+#+locale:hu
+#+type:literary
+#+contraction:full
+#+grade:2
+#
+# TODO: Please correct the metadata above. It is not meant to be
+# accurate nor complete. It hasn't been verified by the table
+# author yet. It is merely an attempt by the liblouis maintainers
+# to get some sensible initial values in place.
+#
+# TODO: Please add a reference to official documentation about
+# the implemented braille code. Preferably submit the documents
+# to https://github.com/liblouis/braille-specs.
+# -----------
+#
+#  Copyright (C) 2017 Attila Hammer from IT Foundation for the Visually Impaired - Hungary. www.infoalap.hu
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+#
+#  Maintained by Attila Hammer  hammer.attila@infoalap.hu
+#
+# If you found bugs with hungarian grade1 table, report it with following address:
+# Attila Hammer <hammer.attila@infoalap.hu
+#If you have a Launchpad account, report table related requests with following bug tracker address: https://bugs.launchpad.net/belin
+
+include hu-backtranslate-correction.dis
+include hu-chardefs.cti
+include hu-exceptionwords.cti
+include hu-hu-g2_exceptions.cti
+include braille-patterns.cti
+#Braille indicators
+numsign 3456
+begcapsword 46
+emphclass italic
+emphclass underline
+emphclass bold
+begemph italic 356
+endemph italic  236
+begemph bold 356
+endemph bold 236
+begemph underline 356
+endemph underline 236
 begcomp 456-346
 endcomp 456-156
-
-# the decimal digits
-include litdigits6Dots.uti
-
-# Arabic numerals
-digit \x0660 345		# 0 (٠)
-digit \x0661 1			# 1 (١)
-digit \x0662 12 		# 2 (٢)
-digit \x0663 14 		# 3 (٣)
-digit \x0664 145 		# 4 (٤)
-digit \x0665 15 		# 5 (٥)
-digit \x0666 124 		# 6 (٦)
-digit \x0667 1245 		# 7 (٧)
-digit \x0668 125 		# 8 (٨)
-digit \x0669 24 		# 9 (٩)
-
-# Letters are defined in en-chardefs
-# punctuation
-
-# prepunc ( 356
-# postpunc ) 236
-prepunc ) 356
-postpunc ( 236
-
-prepunc " 2356
-postpunc " 2356
-
-prepunc ' 6-236
-postpunc ' 356-3
-word 'em = 
-word 'tis =
-word 'twas =
-begnum # 3456-4 print number sign before number
-midnum , 46
-postpunc , 46
-decpoint . 46
-midnum - 36
+midnum : 3
+midnum - 36-3456
 hyphen - 36
-#capsnocont
+decpoint , 2
+midnum . 3-3456
+endnum . 3
+endnum – 36-36
+#Following part implementing the new braille standard changes
+#When some punctuation character have after end of numbers, need add a dot6 prefix before the punctuation character dots
+endnum : 6-25
+endnum ? 6-26
+endnum ; 6-23
+endnum ! 6-235
+endnum " 6-236
+endnum * 6-35
+noback always . 3
+always ' 6-3
 postpunc . 256
 postpunc ; 23
+word ; 23
 midnum : 25
 postpunc : 25
-postpunc ! 235
-midnum / 34
-always / 34
-always < 0-246-0
-always > 0-135-0
-postpunc ? 236
-endnum % 25-1234
-midnum ^ 346
-always ^ 346
-always ~ 45
-always & 1234
-midnum * 56-35
-always * 56-35
-always [ 6-236
-always ] 356-3
-always { 5-236
-always } 356-2
-prepunc ` 6-236
-always @ 4
-always \\ 6-34
-always | 1245
-always ... 3-3-3
-always $ 4-234
+noback always : 25
+noback always ! 235
+endnum . 3
+always • 6-35
+endnum % 3456-245-356
+endnum / 5-2
+# literary forms of the decimal digits
+include litdigits6Dots.uti
+midendnumericmodechars ,:.-
+#Special letter replacements
+always cs 146	General need replacing cs letters with a combined dot combination
+always ccs 146-146	General need replacing ccs letters with a combined dot combination
+always csz 14-156
+always cszs 146-345
+always ccsz 14-14-156
+always gy 1456	General need replacing gy letters with a combined dot combination
+always ggy 1456-1456	General need replacing ggy letters with a combined dot combination
+always ly 456
+always lly 456-456	General need replacing ly letters with a combined dot combination
+always ny 1246	General need replacing ny letters with a combined dot combination
+always nny 1246-1246	General need replacing nny letters with a combined dot combination
+always ty 1256	General need replacing ty letter pairs with a combined dot combination
+always tty 1256-1256		General need replacing ty letter pairs with a combined dot combination combined dot combination
+always sz 156	General need replacing sz letters with a combined dot combination
+always ssz 156-156
+always zsz 126-156
+always zszs 345-345
+always zs 345	General need replacing zs letters with a combined dot combination
+always zzs 345-345	General need replacing zs letters with a combined dot combination
 
-# special character sequences
-compbrl :// URLs
-compbrl www.
-compbrl .com
-compbrl .edu
-compbrl .gov
-compbrl .mil
-compbrl .net
-compbrl .org
-# include countries.cti
-compbrl .doc
-compbrl .htm
-compbrl .html
-compbrl .tex
-compbrl .txt
-compbrl .gif
-compbrl .jpg
-compbrl .png
-compbrl .wav
-compbrl .tar
-compbrl .zip
+#Special punctuation simbols
+prepunc " 236	Opening quotation simbol
+postpunc " 356	Closing quotation simbol
+prepunc « 236
+postpunc » 356
+prepunc » 236
+postpunc « 356
+noback always " 236	Need this rule to present one left quotation mark if the user firsttyping the " character
+prepunc ( 2346	Opening left parenthese
+postpunc ) 1356	Closing right parenthese
+noback always ( 2346	Need this rule to the user always see 2346 dot combination if type first ( character a text
+noback always ) 1356	Need this rule to the user always see 2346 dot combination if type first ) character a text
+prepunc « 236
+postpunc » 356
+prepunc ‘ 236
+postpunc ’ 356
+prepunc ‚ 236
+postpunc ‚ 356
+prepunc “ 236
+prepunc ” 236
+postpunc ” 356
+prepunc „ 236
+postpunc „ 356
+prepunc < 5-13
+postpunc > 46-2
+
+#Other exceptions With need marking different dot combination
+noback always Q 12346
+noback always Z 126
+noback always # 123456
+always $ 5-145
+always % 3456-245-356
+always ~ 5-2345
+always < 5-13
+always > 46-2
+always / 5-2
+noback always | 45
+always { 5-2346
+always } 5-1356
+always [ 46-2346
+always ] 46-1356
+always \\ 16
+noback always ^ 2346
+noback always ` 4
+noback always Æ 1
+always lyú 456-346
+always lysz 456-156
+
+#define context rules related need classes
+class orszag O
+class nevelo A
+class oneromannumber I
+class fiveromannumber V
+class tenromannumber X
+class fiftyromannumber L 
+class hundredromannumber C
+class nagysz S
+
+#handle extra special abbreviation rules with context opcodes
+#not always need abbreviate the ország word, for example person and continent names. The next rule handle this situation
+noback context $U["rszág"]$s$U$a @1235-156-4-1245
+
+#general, need abbreviate the "volt" word, but this word some time meaning hungarian language the electric measurement.
+#following context rules handles this extra situation
+noback context [%nevelo$s"Volt"]$s"egy"$s @2-1236-135-123-2345
+noback context ["volt"]$s"körül" @1236-135-123-2345
+noback context ["egyenlő\shány\svolt"] @15-1456-15-1345-123-12456-0-125-4-1246-0-1236-135-123-2345
+noback context $l["ány\svolt\sáram"] @4-1246-0-1236-135-123-2345-0-4-1235-1-134
+
+#some context rules with the "az" and "a" verbs related
+noback context ["az\sokoz"] @1-126-0-135-13-135-126
+noback context ["az\saz\s"] @1-126-0-3	General, if a text part have the "az" word, need joining the second word before a dot3 cell dot. But, if a text part have the az word two times, the first az word not need abbreviate with dot2 and joining the second az word, the first az word need presenting with following dots: 1-126-0. An example: az az igazság
+noback context ["az\sa\s"] @1-126-0-2
+noback context [%nevelo"z\sa\s"] @1-126-0-2
+noback context ["az\s"]"is"$p @1-126-0
+noback context ["az\s"]"is\s" @1-126-0
+noback context [%nevelo"z\sis\s"] @1-126-0-24-0
+noback context [%nevelo"z\s"]"is"$p @1-126-0
+noback context ["a\s"]"és" @1-0
+noback context ["az\segyelőre"] @1-126-0-15-1456-15-123-12456-1235-15
+noback context ["az\sugyanis"] @1-126-0-136-1456-1-1345-24-234
+noback context ["az\sadja"] @1-126-0-1-145-245-1
+noback context ["az\sadta"] @1-126-0-1-145-2345-1
+noback context ["az\ssem"]$s @1-126-0-234-15-134
+noback context ["az\ssem"]$p @1-126-0-234-15-134
+noback context ["az\saz\ssem"]$p @1-126-0-1-126-0-234-15-134
+noback context ["az\slenne"] @1-126-0-123-15-1345-1345-15
+noback context ["az\slesz"] @1-126-0-123
+noback context ["az\sleszel"] @1-126-0-123-15-156-15-123
+noback context ["az\sleszek"] @1-126-0-123-15-156-15-13
+noback context ["az\s"]"volt" @1-126-0
+noback context [%nevelo"z"]$s"az"$s @1-126
+noback context [%nevelo"z"]$s"okoz" @1-126
+noback context [%nevelo"z"]$s"egyelőre" @1-126
+noback context [%nevelo"z"]$s"ugyanis" @1-126
+noback context [%nevelo"z"]$s"adja" @1-126
+noback context [%nevelo"z"]$s"adta" @1-126
+noback context [%nevelo"z"]$s"lenne" @1-126
+noback context [%nevelo"z"]$s"sem" @1-126
+noback context [%nevelo"z"]$s"lesz"$s @1-126
+noback context [%nevelo"z"]$s"lesz" @1-126
+noback context [%nevelo"z"]$s"lesz"$p @1-126
+noback context [%nevelo"z"]$s"volt" @1-126
+noback context [%nevelo"z"]$s"volt"$p @1-126
+noback context ["az\salábbi"] @1-126-0-1-123-4-12-12-24
+noback context [%nevelo"z\salábbi"] @1-126-0-1-123-4-12-12-24
+#general, after comma character need joining the next text part with after the comma character, but need some context rules to this braille standard works gracefully
+noback context [",\saz\sa\s"] @2-1-126-0-2
+noback context [",\saz\saz\s"] @2-1-126-0-3
+noback context [",\s"] @2
+noback context [",\n"] @2
+noback context [",\n\r"] @2
+noback context $a["\na\s"] @0-2
+#handle roman numbers related special rules
+noback context [%oneromannumber]"." @46-24
+noback context $U[%oneromannumber]"." @24
+noback context [%fiveromannumber]"." @46-1236
+noback context $U[%fiveromannumber]"." @1236
+noback context [%tenromannumber]"." @46-1346
+noback context $U[%tenromannumber]"." @1346
+noback context [%fiftyromannumber]"." @46-123
+noback context $U[%fiftyromannumber]"." @123
+noback context [%hundredromannumber]"." @46-14
+noback context $U[%hundredromannumber]"." @14
+
+#some country names related context rules
+noback context $U"io"$s["de"]$s$U"anerio" @145-15 
+noback context $U"io"$s["de"]$s$U"aneiro" @145-15 
+
+#General, need abbreviate end of llal suffix part, but the vállal word have some exceptions, depending the text context.
+#Following context rules gracefully handle this different situations
+noback context ["vállal"]$s"ige\s" @1236-4-123-123-1-123
+noback context "ciát"$s["vállal"] @1236-4-123-123-1-123	For example the "garanciát vállal" context not need abbreviate the end of llal suffix
+noback context "séget"$s["vállal"] @1236-4-123-123-1-123	For example felelősséget vállal context not need abbreviate the end of llal word suffix
+noback context ["kockázatot\svállal"] @13-135-14-13-4-126-1-2345-135-2345-0-1236-4-123-123-1-123	This text part doesn't need abbreviate the llal suffix with end of vállal word, and the kockázatot text part need presenting with contracted word
+noback context ["vállal"]$s"el" @1236-4-123-123-1-123
+noback context ["vállal"]$s"felelősséget" @1236-4-123-123-1-123
+noback context $l["em\svállal"] @0-1236-4-123-123-1-123	The "Nem vállal" and "nem vállal" text parts doesn't need abbreviate the end of llal suffix, only the nem and Nem word part
+noback context $l["észt\svállal"] @16-156-2345-0-1236-4-123-123-1-123
+noback context "ligha"$s["vállal"] @1236-4-123-123-1-123
+noback context ["vállal"]$s"állás" @1236-4-123-123-1-123
+noback context ["vállal"]$s"munkát" @1236-4-123-123-1-123
+noback context ["vállal"]$s$s"fogcsonk" @1236-4-123-123-1-123
+noback context ["vállal"]$s"fogcsonk" @1236-4-123-123-1-123
+noback context ["vállal"]$s"kezes" @1236-4-123-123-1-123
+noback context ["vállal"]$s"magára" @1236-4-123-123-1-123
+always átvállal 4-2345-1236-4-123-123-1-123
+always bevállal 12-15-1236-4-123-123-1-123
+always elvállal 15-123-1236-4-123-123-1-123
+
+noback context ["\f,"] @2
+noback context $l["+"]$s$l @0-1234-123-136-156	If a word ends with a + simbol and follow up a next word after a space character, need replacing the + punctuation character with the "plusz" text
+
+#names related context rules, when not need abbreviate a general abbreviated word part
+noback context $U["oldog"]$s$U$a @135-123-145-135-1245	For example Boldog Gizella name not need abbreviate the boldog word part with 12-1245 dots
+noback context $U["oldog"]$l1-30$s$U$a @135-123-145-135-1245	For example Boldogfalvi Tamás name not need abbreviate the boldog word part with 12-1245 dots
+noback context $U$l1-30$s["de"]$s$U$a @145-15	General, need abbrewiate the de word with 1545 dots, but hungarian literary texts some spanish or portuguese names need replacing the abbreviated de word with normal 145-15 dots. For example: Rio de Janeiro, 
+noback context $U["ond"]$l1-30$s$U$a @135-1345-145	General need abbreviate the gond word part with 1245-145 dots, but in names, this is not need. For example: Gonda János, Gondos Réka.
+noback context [%nagysz"zabad"]$s$U$a @156-1-12-1-145
+noback context [%nagysz"zabad"]$l1-30$s$U$a @156-1-12-1-145
+always ponta-kormá 1234-135-1345-2345-1-36-13-135-1235-134-4
+
+noback context [", "] @2
+noback context $U["emmel"]$s$U$a @15-134-134-15-123	For example Temmel Anikó, Temmel Márta names not need apply the suffix abbreviation
+noback context $U["an"]$s$U"ogh" @1-1345
+
+#Some pass2 step related rules
+noback pass2 @135-1235-156-4-1245-1456 @135-1245-1456
+noback pass2 @1234-16-1345-126 @1234-126
+noback pass2 @13-15-1235-15-234-16-234-234-15-123 @13-234-16-234-1236
+noback pass2 @13-15-1235-15-234-16-234 @13-234-16-234
+noback pass2 @12345-156-156-15-13 @12345-15-13
+noback pass2 @124-135-1235-1235-4-234 @1235-1235-4-234
+noback pass2 @145-16-123-136-2345-4-1345 @145-16-123-136
+noback pass2 @1236-24-123-4-1245 @1236-1245
+noback pass2 @1236-1-13-135-13-0-1236-24-123-4-1245 @1236-1-13-135-13-0-1236-24-123-4-1245
+always ä 5-1
+noback context $l$p["–"] @36-36
+noback context $l["–"] @36-36
+noback always \\_ 6 letter sign before Roman page numbers
+noback pass2 @3456-356 @356-3456
+undefined 26
+#-index-name: Lithuanian, 8-dot
+#-display-name: Lithuanian 8-dot braille
+
+#+locale:lt
+#+type:literary
+#+contraction:no
+#+dots:8
+
+# TODO: Please correct the metadata above. It is not meant to be
+# accurate nor complete. It hasn't been verified by the table
+# author yet. It is merely an attempt by the liblouis maintainers
+# to get some sensible initial values in place.
+
+# TODO: Please add a reference to official documentation about
+# the implemented braille code. Preferably submit the documents
+# to https://github.com/liblouis/braille-specs.
+
+include lt.ctb
+include braille-patterns.cti
+#-index-name: Sindhi
+#-display-name: Sindhi braille
+
+#+locale:sd
+#+type:literary
+#+grade:1
+
+# TODO: Please correct the metadata above. It is not meant to be
+# accurate nor complete. It hasn't been verified by the table
+# author yet. It is merely an attempt by the liblouis maintainers
+# to get some sensible initial values in place.
+
+# TODO: Please add a reference to official documentation about
+# the implemented braille code. Preferably submit the documents
+# to https://github.com/liblouis/braille-specs.
+
+include si-in-g1.utb
+include braille-patterns.cti
+#-index-name: Arabic, uncontracted
+#-display-name: Arabic uncontracted braille
+
+#+locale:ar
+#+type:literary
+#+contraction:no
+#+grade:1
+
+# TODO: Please correct the metadata above. It is not meant to be
+# accurate nor complete. It hasn't been verified by the table
+# author yet. It is merely an attempt by the liblouis maintainers
+# to get some sensible initial values in place.
+
+# TODO: Please add a reference to official documentation about
+# the implemented braille code. Preferably submit the documents
+# to https://github.com/liblouis/braille-specs.
+
+include ar-ar-g1.utb
+include braille-patterns.cti
+#-index-name: Armenian, computer
+#-display-name: Armenian computer braille
+
+#+locale:hy
+#+type:computer
+#+dots:8
+
+# TODO: Please correct the metadata above. It is not meant to be
+# accurate nor complete. It hasn't been verified by the table
+# author yet. It is merely an attempt by the liblouis maintainers
+# to get some sensible initial values in place.
+
+# TODO: Please add a reference to official documentation about
+# the implemented braille code. Preferably submit the documents
+# to https://github.com/liblouis/braille-specs.
+
+include hy.ctb
+include braille-patterns.cti
+# LibLouis: North American Braille Computer Code
+#
+# -----------
+#-index-name: English, U.S., computer, NABCC
+#-display-name: North American Braille Computer Code
+#
+#+locale: en
+#+type: computer
+#+dots: 8
+#+system: nabcc
+# -----------
+#
+# Copyright (C) 2019 Dave Mielke: <dave@mielke.cc>, [http://mielke.cc/]
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+
+sign \x0000 478      #   0 ^@   NULL
+sign \x0001 178      #   1 ^A   START OF HEADING
+sign \x0002 1278     #   2 ^B   START OF TEXT
+sign \x0003 1478     #   3 ^C   END OF TEXT
+sign \x0004 14578    #   4 ^D   END OF TRANSMISSION
+sign \x0005 1578     #   5 ^E   ENQUIRY
+sign \x0006 12478    #   6 ^F   ACKNOWLEDGE
+sign \x0007 124578   #   7 ^G   BELL
+sign \x0008 12578    #   8 ^H   BACKSPACE
+sign \x0009 2478     #   9 ^I   HORIZONTAL TABULATION
+sign \x000A 24578    #  10 ^J   LINE FEED
+sign \x000B 1378     #  11 ^K   VERTICAL TABULATION
+sign \x000C 12378    #  12 ^L   FORM FEED
+sign \x000D 13478    #  13 ^M   CARRIAGE RETURN
+sign \x000E 134578   #  14 ^N   SHIFT OUT
+sign \x000F 13578    #  15 ^O   SHIFT IN
+
+sign \x0010 123478   #  16 ^P   DATA LINK ESCAPE
+sign \x0011 1234578  #  17 ^Q   DEVICE CONTROL ONE
+sign \x0012 123578   #  18 ^R   DEVICE CONTROL TWO
+sign \x0013 23478    #  19 ^S   DEVICE CONTROL THREE
+sign \x0014 234578   #  20 ^T   DEVICE CONTROL FOUR
+sign \x0015 13678    #  21 ^U   NEGATIVE ACKNOWLEDGE
+sign \x0016 123678   #  22 ^V   SYNCHRONOUS IDLE
+sign \x0017 245678   #  23 ^W   END OF TRANSMISSION BLOCK
+sign \x0018 134678   #  24 ^X   CANCEL
+sign \x0019 1345678  #  25 ^Y   END OF MEDIUM
+sign \x001A 135678   #  26 ^Z   SUBSTITUTE
+sign \x001B 24678    #  27 ^[   ESCAPE
+sign \x001C 125678   #  28 ^\   FILE SEPARATOR
+sign \x001D 1245678  #  29 ^]   GROUP SEPARATOR
+sign \x001E 4578     #  30 ^^   RECORD SEPARATOR
+sign \x001F 45678    #  31 ^_   UNIT SEPARATOR
+
+sign \x0020 0        #  32      SPACE
+sign \x0021 2346     #  33 !    EXCLAMATION MARK
+sign \x0022 5        #  34 "    QUOTATION MARK
+sign \x0023 3456     #  35 #    NUMBER SIGN
+sign \x0024 1246     #  36 $    DOLLAR SIGN
+sign \x0025 146      #  37 %    PERCENT SIGN
+sign \x0026 12346    #  38 &    AMPERSAND
+sign \x0027 3        #  39 '    APOSTROPHE
+sign \x0028 12356    #  40 (    LEFT PARENTHESIS
+sign \x0029 23456    #  41 )    RIGHT PARENTHESIS
+sign \x002A 16       #  42 *    ASTERISK
+sign \x002B 346      #  43 +    PLUS SIGN
+sign \x002C 6        #  44 ,    COMMA
+sign \x002D 36       #  45 -    HYPHEN-MINUS
+sign \x002E 46       #  46 .    FULL STOP
+sign \x002F 34       #  47 /    SOLIDUS
+
+sign \x0030 356      #  48 0    DIGIT ZERO
+sign \x0031 2        #  49 1    DIGIT ONE
+sign \x0032 23       #  50 2    DIGIT TWO
+sign \x0033 25       #  51 3    DIGIT THREE
+sign \x0034 256      #  52 4    DIGIT FOUR
+sign \x0035 26       #  53 5    DIGIT FIVE
+sign \x0036 235      #  54 6    DIGIT SIX
+sign \x0037 2356     #  55 7    DIGIT SEVEN
+sign \x0038 236      #  56 8    DIGIT EIGHT
+sign \x0039 35       #  57 9    DIGIT NINE
+sign \x003A 156      #  58 :    COLON
+sign \x003B 56       #  59 ;    SEMICOLON
+sign \x003C 126      #  60 <    LESS-THAN SIGN
+sign \x003D 123456   #  61 =    EQUALS SIGN
+sign \x003E 345      #  62 >    GREATER-THAN SIGN
+sign \x003F 1456     #  63 ?    QUESTION MARK
+
+sign \x0040 47       #  64 @    COMMERCIAL AT
+sign \x0041 17       #  65 A    LATIN CAPITAL LETTER A
+sign \x0042 127      #  66 B    LATIN CAPITAL LETTER B
+sign \x0043 147      #  67 C    LATIN CAPITAL LETTER C
+sign \x0044 1457     #  68 D    LATIN CAPITAL LETTER D
+sign \x0045 157      #  69 E    LATIN CAPITAL LETTER E
+sign \x0046 1247     #  70 F    LATIN CAPITAL LETTER F
+sign \x0047 12457    #  71 G    LATIN CAPITAL LETTER G
+sign \x0048 1257     #  72 H    LATIN CAPITAL LETTER H
+sign \x0049 247      #  73 I    LATIN CAPITAL LETTER I
+sign \x004A 2457     #  74 J    LATIN CAPITAL LETTER J
+sign \x004B 137      #  75 K    LATIN CAPITAL LETTER K
+sign \x004C 1237     #  76 L    LATIN CAPITAL LETTER L
+sign \x004D 1347     #  77 M    LATIN CAPITAL LETTER M
+sign \x004E 13457    #  78 N    LATIN CAPITAL LETTER N
+sign \x004F 1357     #  79 O    LATIN CAPITAL LETTER O
+
+sign \x0050 12347    #  80 P    LATIN CAPITAL LETTER P
+sign \x0051 123457   #  81 Q    LATIN CAPITAL LETTER Q
+sign \x0052 12357    #  82 R    LATIN CAPITAL LETTER R
+sign \x0053 2347     #  83 S    LATIN CAPITAL LETTER S
+sign \x0054 23457    #  84 T    LATIN CAPITAL LETTER T
+sign \x0055 1367     #  85 U    LATIN CAPITAL LETTER U
+sign \x0056 12367    #  86 V    LATIN CAPITAL LETTER V
+sign \x0057 24567    #  87 W    LATIN CAPITAL LETTER W
+sign \x0058 13467    #  88 X    LATIN CAPITAL LETTER X
+sign \x0059 134567   #  89 Y    LATIN CAPITAL LETTER Y
+sign \x005A 13567    #  90 Z    LATIN CAPITAL LETTER Z
+sign \x005B 2467     #  91 [    LEFT SQUARE BRACKET
+sign \x005C 12567    #  92 \    REVERSE SOLIDUS
+sign \x005D 124567   #  93 ]    RIGHT SQUARE BRACKET
+sign \x005E 457      #  94 ^    CIRCUMFLEX ACCENT
+sign \x005F 456      #  95 _    LOW LINE
+
+sign \x0060 4        #  96 `    GRAVE ACCENT
+sign \x0061 1        #  97 a    LATIN SMALL LETTER A
+sign \x0062 12       #  98 b    LATIN SMALL LETTER B
+sign \x0063 14       #  99 c    LATIN SMALL LETTER C
+sign \x0064 145      # 100 d    LATIN SMALL LETTER D
+sign \x0065 15       # 101 e    LATIN SMALL LETTER E
+sign \x0066 124      # 102 f    LATIN SMALL LETTER F
+sign \x0067 1245     # 103 g    LATIN SMALL LETTER G
+sign \x0068 125      # 104 h    LATIN SMALL LETTER H
+sign \x0069 24       # 105 i    LATIN SMALL LETTER I
+sign \x006A 245      # 106 j    LATIN SMALL LETTER J
+sign \x006B 13       # 107 k    LATIN SMALL LETTER K
+sign \x006C 123      # 108 l    LATIN SMALL LETTER L
+sign \x006D 134      # 109 m    LATIN SMALL LETTER M
+sign \x006E 1345     # 110 n    LATIN SMALL LETTER N
+sign \x006F 135      # 111 o    LATIN SMALL LETTER O
+
+sign \x0070 1234     # 112 p    LATIN SMALL LETTER P
+sign \x0071 12345    # 113 q    LATIN SMALL LETTER Q
+sign \x0072 1235     # 114 r    LATIN SMALL LETTER R
+sign \x0073 234      # 115 s    LATIN SMALL LETTER S
+sign \x0074 2345     # 116 t    LATIN SMALL LETTER T
+sign \x0075 136      # 117 u    LATIN SMALL LETTER U
+sign \x0076 1236     # 118 v    LATIN SMALL LETTER V
+sign \x0077 2456     # 119 w    LATIN SMALL LETTER W
+sign \x0078 1346     # 120 x    LATIN SMALL LETTER X
+sign \x0079 13456    # 121 y    LATIN SMALL LETTER Y
+sign \x007A 1356     # 122 z    LATIN SMALL LETTER Z
+sign \x007B 246      # 123 {    LEFT CURLY BRACKET
+sign \x007C 1256     # 124 |    VERTICAL LINE
+sign \x007D 12456    # 125 }    RIGHT CURLY BRACKET
+sign \x007E 45       # 126 ~    TILDE
+sign \x007F 4567     # 127 ^?   DELETE
+
+# liblouis: Hungarian Grade 1 Braille input subtable
+#
+#  Copyright (C) 2018-2019 Attila Hammer from IT Foundation for the Visually Impaired - Hungary. www.infoalap.hu
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+#
+#  Maintained by Attila Hammer  hammer.attila@infoalap.hu
+#
+# If you found bugs with hungarian grade1 table, report it with following address:
+# Attila Hammer <hammer.attila@infoalap.hu
+#If you have a Launchpad account, report table related requests with following bug tracker address: https://bugs.launchpad.net/belin
+
+#Hungarian Braille input related rules
+#Exceptions for two simple equals special letter rules related (for example two literary cscs letter, two literary gygy letter, etc)
+#cscs letter related input rules
+nofor always cscs 146-5-146
+noback always cscs 146-5-146
+noback pass2 @146-5-146 @146-146
+
+#gygy letter related input rules
+nofor always gygy 1456-5-1456
+noback always gygy 1456-5-1456
+noback pass2 @1456-5-1456 @1456-1456
+
+#nyny related input rules
+nofor always nyny 1246-5-1246
+noback always nyny 1246-5-1246
+noback pass2 @1246-5-1246 @1246-1246
+
+#Exceptions for lyly letter related input rules
+nofor always lyly 456-5-456
+noback always lyly 456-5-456
+noback pass2 @456-5-456 @456-456
+
+#Exceptions for tyty lrelated rules
+nofor always tyty 1256-5-1256
+noback always tyty 1256-5-1256
+noback pass2 @1256-5-1256 @1256-1256
+
+#Exception  for szsz related input
+nofor always szsz 156-5-156
+noback always szsz 156-5-156
+noback pass2 @156-5-156 @156-156
+
+#Exception rules for zszs input related
+nofor always zszs 345-5-345
+noback always zszs 345-5-345
+noback pass2 @345-5-345 @345-345
+
+#punctuation related exceptions
+nofor always – 5-36
+nofor context @8 "\n"
+nofor context @235-8 "!\n"
+nofor context @235-0 "! "
+
+#for plus sign related rule
+nofor context @5-235 "+"
+noback context $a["+"] @5-235
+noback pass2 @5-235 @235
+
+#for [ and ] character input related old dot combinations related rules, need keeping this rules with compatibility purposes
+nofor always [ 5-12356
+noback always [ 5-12356
+noback pass2 @5-12356 @46-2346
+nofor always ] 5-23456
+noback always ] 5-23456
+noback pass2 @5-23456 @46-1356
+
+#\ character related rule related exception
+nofor always \\ 5-16
+noback always \\ 5-16
+noback pass2 @5-16 @16
+
+#for ` related exception rules
+nofor always ` 5-4
+noback always ` 5-4
+noback pass2 @5-4 @4
+
+#for { and } related old rules, need keeping this rules with compatibility purposes:
+nofor always { 5-12345
+noback always { 5-12345
+noback pass2 @5-12345 @5-2345
+nofor always } 5-12456
+noback always } 5-12456
+noback pass2 @5-12456 @5-1356
+
+#For | punctuation character related input rule related exception
+nofor always | 5-45
+noback always | 5-45
+noback pass2 @5-45 @45
+# liblouis: Croatian 8-dots computer Braille
+#
+# Copyright (C) 2008-2008 by The BRLTTY Developers.
+# Copyright (C) 2005 by Sébastien Sablé
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+
+# BRLTTY Text Table - Croatian
+
+# Table generated by Sébastien Sablé <sable@users.sourceforge.net> for
+# libbraille http://libbraille.org and gnome-braille
+# http://cvs.gnome.org/viewcvs/gnome-braille/
+#
+# Table adapted for BRLTTY by Samuel Thibault <samuel.thibault@ens-lyon.org>
+#
+# *Many thanks to Danko Butorac <danko at ipsis.hr> for his help*
+# Table based on "Croatian code page for computer 8-dot Braille
+# alphabet ANSI-1250" from the "Croatian Association of the Blind" at
+# http://www.savez-slijepih.hr/en/download.htm
+#
+# 2015-08-28: Additional character definitions by Zvonimir Stanecic
+
+# generated by ttbtest
+space \s 0		SPACE
+punctuation " 2356		QUOTATION MARK
+punctuation $ 2346		DOLLAR SIGN
+punctuation # 3456		NUMBER SIGN
+punctuation ! 5		EXCLAMATION MARK
+punctuation € 125678		EURO SIGN
+punctuation % 46		PERCENT SIGN
+punctuation & 12346		AMPERSAND
+punctuation ' 6		APOSTROPHE
+punctuation ( 126		LEFT PARENTHESIS
+punctuation ) 345		RIGHT PARENTHESIS
+punctuation * 35		ASTERISK
+punctuation + 235		PLUS SIGN
+punctuation , 2		COMMA
+punctuation - 36		HYPHEN-MINUS
+punctuation . 3		FULL STOP
+punctuation / 256		SOLIDUS
+digit 0 346		DIGIT ZERO
+digit 1 16		DIGIT ONE
+digit 2 34		DIGIT TWO
+digit 3 146		DIGIT THREE
+digit 4 1456		DIGIT FOUR
+digit 5 156		DIGIT FIVE
+digit 6 1246		DIGIT SIX
+digit 7 12456		DIGIT SEVEN
+digit 8 1256		DIGIT EIGHT
+digit 9 246		DIGIT NINE
+punctuation : 25		COLON
+punctuation ; 23		SEMICOLON
+punctuation < 236		LESS-THAN SIGN
+punctuation = 123456		EQUALS SIGN
+punctuation > 356		GREATER-THAN SIGN
+punctuation ? 26		QUESTION MARK
+punctuation @ 47		COMMERCIAL AT
+uppercase A 17		LATIN CAPITAL LETTER A
+uppercase B 127		LATIN CAPITAL LETTER B
+uppercase C 147		LATIN CAPITAL LETTER C
+uppercase D 1457		LATIN CAPITAL LETTER D
+uppercase E 157		LATIN CAPITAL LETTER E
+uppercase F 1247		LATIN CAPITAL LETTER F
+uppercase G 12457		LATIN CAPITAL LETTER G
+uppercase H 1257		LATIN CAPITAL LETTER H
+uppercase I 247		LATIN CAPITAL LETTER I
+uppercase J 2457		LATIN CAPITAL LETTER J
+uppercase K 137		LATIN CAPITAL LETTER K
+uppercase L 1237		LATIN CAPITAL LETTER L
+uppercase M 1347		LATIN CAPITAL LETTER M
+uppercase N 13457		LATIN CAPITAL LETTER N
+uppercase O 1357		LATIN CAPITAL LETTER O
+uppercase P 12347		LATIN CAPITAL LETTER P
+uppercase Q 123457		LATIN CAPITAL LETTER Q
+uppercase R 12357		LATIN CAPITAL LETTER R
+uppercase S 2347		LATIN CAPITAL LETTER S
+uppercase T 23457		LATIN CAPITAL LETTER T
+uppercase U 1367		LATIN CAPITAL LETTER U
+uppercase V 12367		LATIN CAPITAL LETTER V
+uppercase W 24567		LATIN CAPITAL LETTER W
+uppercase X 13467		LATIN CAPITAL LETTER X
+uppercase Y 134567		LATIN CAPITAL LETTER Y
+uppercase Z 13567		LATIN CAPITAL LETTER Z
+punctuation [ 123567		LEFT SQUARE BRACKET
+punctuation \\ 457		REVERSE SOLIDUS
+punctuation ] 234567		RIGHT SQUARE BRACKET
+punctuation ^ 567		CIRCUMFLEX ACCENT
+punctuation _ 4567		LOW LINE
+punctuation ` 4		GRAVE ACCENT
+lowercase a 1		LATIN SMALL LETTER A
+lowercase b 12		LATIN SMALL LETTER B
+lowercase c 14		LATIN SMALL LETTER C
+lowercase d 145		LATIN SMALL LETTER D
+lowercase e 15		LATIN SMALL LETTER E
+lowercase f 124		LATIN SMALL LETTER F
+lowercase g 1245		LATIN SMALL LETTER G
+lowercase h 125		LATIN SMALL LETTER H
+lowercase i 24		LATIN SMALL LETTER I
+lowercase j 245		LATIN SMALL LETTER J
+lowercase k 13		LATIN SMALL LETTER K
+lowercase l 123		LATIN SMALL LETTER L
+lowercase m 134		LATIN SMALL LETTER M
+lowercase n 1345		LATIN SMALL LETTER N
+lowercase o 135		LATIN SMALL LETTER O
+lowercase p 1234		LATIN SMALL LETTER P
+lowercase q 12345		LATIN SMALL LETTER Q
+lowercase r 1235		LATIN SMALL LETTER R
+lowercase s 234		LATIN SMALL LETTER S
+lowercase t 2345		LATIN SMALL LETTER T
+lowercase u 136		LATIN SMALL LETTER U
+lowercase v 1236		LATIN SMALL LETTER V
+lowercase w 2456		LATIN SMALL LETTER W
+lowercase x 1346		LATIN SMALL LETTER X
+lowercase y 13456		LATIN SMALL LETTER Y
+lowercase z 1356		LATIN SMALL LETTER Z
+punctuation { 12356		LEFT CURLY BRACKET
+punctuation | 45		VERTICAL LINE
+punctuation } 23456		RIGHT CURLY BRACKET
+punctuation ~ 56		TILDE
+punctuation \x00a0 0		NO-BREAK SPACE
+punctuation \x00a4 4678		CURRENCY SIGN
+punctuation \x00a6 468		BROKEN BAR
+punctuation \x00a7 3578		SECTION SIGN
+punctuation \x00a8 8		DIAERESIS
+punctuation \x00a9 12458		COPYRIGHT SIGN
+punctuation \x00ab 378		LEFT-POINTING DOUBLE ANGLE QUOTATION MARK
+punctuation \x00ac 2357		NOT SIGN
+punctuation \x00ad 78		SOFT HYPHEN
+punctuation \x00ae 1245678		REGISTERED SIGN
+punctuation \x00b0 578		DEGREE SIGN
+punctuation \x00b1 1234678		PLUS-MINUS SIGN
+punctuation \x00b4 48		ACUTE ACCENT
+lowercase \x00b5 34567		MICRO SIGN
+punctuation \x00b6 12348		PILCROW SIGN
+punctuation \x00b7 38		MIDDLE DOT
+punctuation \x00b8 568		CEDILLA
+punctuation \x00bb 678		RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK
+uppercase \x00c1 138		LATIN CAPITAL LETTER A WITH ACUTE
+uppercase \x00c2 123568		LATIN CAPITAL LETTER A WITH CIRCUMFLEX
+uppercase \x00c4 3457		LATIN CAPITAL LETTER A WITH DIAERESIS
+uppercase \x00c7 123467		LATIN CAPITAL LETTER C WITH CEDILLA
+uppercase \x00c9 1234567		LATIN CAPITAL LETTER E WITH ACUTE
+uppercase \x00cb 12467		LATIN CAPITAL LETTER E WITH DIAERESIS
+uppercase \x00cd 347		LATIN CAPITAL LETTER I WITH ACUTE
+uppercase \x00ce 124567		LATIN CAPITAL LETTER I WITH CIRCUMFLEX
+uppercase \x00d3 1358		LATIN CAPITAL LETTER O WITH ACUTE
+uppercase \x00d4 145678		LATIN CAPITAL LETTER O WITH CIRCUMFLEX
+uppercase \x00d6 2467		LATIN CAPITAL LETTER O WITH DIAERESIS
+punctuation \x00d7 13468		MULTIPLICATION SIGN
+uppercase \x00da 1368		LATIN CAPITAL LETTER U WITH ACUTE
+uppercase \x00dc 12567		LATIN CAPITAL LETTER U WITH DIAERESIS
+uppercase \x00dd 134568		LATIN CAPITAL LETTER Y WITH ACUTE
+lowercase \x00df 234678		LATIN SMALL LETTER SHARP S
+lowercase \x00e1 27		LATIN SMALL LETTER A WITH ACUTE
+lowercase \x00e2 23678		LATIN SMALL LETTER A WITH CIRCUMFLEX
+lowercase \x00e4 3458		LATIN SMALL LETTER A WITH DIAERESIS
+lowercase \x00e7 123468		LATIN SMALL LETTER C WITH CEDILLA
+lowercase \x00e9 1234568		LATIN SMALL LETTER E WITH ACUTE
+lowercase \x00eb 12468		LATIN SMALL LETTER E WITH DIAERESIS
+lowercase \x00ed 348		LATIN SMALL LETTER I WITH ACUTE
+lowercase \x00ee 124568		LATIN SMALL LETTER I WITH CIRCUMFLEX
+lowercase \x00f3 267		LATIN SMALL LETTER O WITH ACUTE
+lowercase \x00f4 2568		LATIN SMALL LETTER O WITH CIRCUMFLEX
+lowercase \x00f6 2468		LATIN SMALL LETTER O WITH DIAERESIS
+punctuation \x00f7 2578		DIVISION SIGN
+lowercase \x00fa 278		LATIN SMALL LETTER U WITH ACUTE
+lowercase \x00fc 12568		LATIN SMALL LETTER U WITH DIAERESIS
+lowercase \x00fd 25678		LATIN SMALL LETTER Y WITH ACUTE
+uppercase \x0102 18		LATIN CAPITAL LETTER A WITH BREVE
+lowercase \x0103 28		LATIN SMALL LETTER A WITH BREVE
+uppercase \x0104 34578		LATIN CAPITAL LETTER A WITH OGONEK
+lowercase \x0105 567		LATIN SMALL LETTER A WITH OGONEK
+uppercase \x0106 1467		LATIN CAPITAL LETTER C WITH ACUTE
+lowercase \x0107 1468		LATIN SMALL LETTER C WITH ACUTE
+uppercase \x010c 167		LATIN CAPITAL LETTER C WITH CARON
+lowercase \x010d 168		LATIN SMALL LETTER C WITH CARON
+uppercase \x010e 1458		LATIN CAPITAL LETTER D WITH CARON
+lowercase \x010f 368		LATIN SMALL LETTER D WITH CARON
+uppercase \x0110 14567		LATIN CAPITAL LETTER D WITH STROKE
+lowercase \x0111 14568		LATIN SMALL LETTER D WITH STROKE
+uppercase \x0118 15678		LATIN CAPITAL LETTER E WITH OGONEK
+lowercase \x0119 268		LATIN SMALL LETTER E WITH OGONEK
+uppercase \x011a 1267		LATIN CAPITAL LETTER E WITH CARON
+lowercase \x011b 238		LATIN SMALL LETTER E WITH CARON
+uppercase \x0139 1238		LATIN CAPITAL LETTER L WITH ACUTE
+lowercase \x013a 237		LATIN SMALL LETTER L WITH ACUTE
+uppercase \x013d 4568		LATIN CAPITAL LETTER L WITH CARON
+lowercase \x013e 128		LATIN SMALL LETTER L WITH CARON
+uppercase \x0141 12368		LATIN CAPITAL LETTER L WITH STROKE
+lowercase \x0142 2378		LATIN SMALL LETTER L WITH STROKE
+uppercase \x0143 13458		LATIN CAPITAL LETTER N WITH ACUTE
+lowercase \x0144 2567		LATIN SMALL LETTER N WITH ACUTE
+uppercase \x0147 124678		LATIN CAPITAL LETTER N WITH CARON
+lowercase \x0148 2358		LATIN SMALL LETTER N WITH CARON
+uppercase \x0150 24678		LATIN CAPITAL LETTER O WITH DOUBLE ACUTE
+lowercase \x0151 358		LATIN SMALL LETTER O WITH DOUBLE ACUTE
+uppercase \x0154 12358		LATIN CAPITAL LETTER R WITH ACUTE
+lowercase \x0155 2367		LATIN SMALL LETTER R WITH ACUTE
+uppercase \x0158 24568		LATIN CAPITAL LETTER R WITH CARON
+lowercase \x0159 3568		LATIN SMALL LETTER R WITH CARON
+uppercase \x015a 2348		LATIN CAPITAL LETTER S WITH ACUTE
+lowercase \x015b 357		LATIN SMALL LETTER S WITH ACUTE
+uppercase \x015e 234568		LATIN CAPITAL LETTER S WITH CEDILLA
+lowercase \x015f 35678		LATIN SMALL LETTER S WITH CEDILLA
+uppercase \x0160 1567		LATIN CAPITAL LETTER S WITH CARON
+lowercase \x0161 1568		LATIN SMALL LETTER S WITH CARON
+uppercase \x0162 23458		LATIN CAPITAL LETTER T WITH CEDILLA
+lowercase \x0163 3567		LATIN SMALL LETTER T WITH CEDILLA
+uppercase \x0164 123458		LATIN CAPITAL LETTER T WITH CARON
+lowercase \x0165 23567		LATIN SMALL LETTER T WITH CARON
+uppercase \x016e 3467		LATIN CAPITAL LETTER U WITH RING ABOVE
+lowercase \x016f 3468		LATIN SMALL LETTER U WITH RING ABOVE
+uppercase \x0170 34678		LATIN CAPITAL LETTER U WITH DOUBLE ACUTE
+lowercase \x0171 14678		LATIN SMALL LETTER U WITH DOUBLE ACUTE
+uppercase \x0179 13568		LATIN CAPITAL LETTER Z WITH ACUTE
+lowercase \x017a 2678		LATIN SMALL LETTER Z WITH ACUTE
+uppercase \x017b 12678		LATIN CAPITAL LETTER Z WITH DOT ABOVE
+lowercase \x017c 1678		LATIN SMALL LETTER Z WITH DOT ABOVE
+uppercase \x017d 23467		LATIN CAPITAL LETTER Z WITH CARON
+lowercase \x017e 23468		LATIN SMALL LETTER Z WITH CARON
+letter \x02c7 458		CARON
+punctuation \x02d8 467		BREVE
+punctuation \x02d9 67		DOT ABOVE
+punctuation \x02db 58		OGONEK
+punctuation \x02dd 68		DOUBLE ACUTE ACCENT
+# liblouis: English (Unified) math definitions
+#
+#  Copyright (C) 2016 American Printing House for the Blind, Inc. www.aph.org
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+
+# Semantic character sequences
+# Prefix characters, only definitions as they should always occur as pairs with other characters.
+
+math \xf400 0
+math \xf401 0
+math \xf402 0
+math \xf403 0
+# Begin and end equations
+replace \xf32e
+replace \xf32f
+# Subscript and superscript
+math \xf320 26-126
+replace \xf401\xf320
+#always \xf402\xf320 345
+math \xf321 35-126
+replace \xf401\xf321
+#always \xf402\xf321 345
+# Underscript and overscript
+math \xf322 46-26-126
+replace \xf401\xf322
+#always \xf402\xf322 345
+math \xf323 46-35-126
+replace \xf401\xf323
+#always \xf402\xf323 345
+# Roots
+math \xf32a 146
+math \xf32b 346
+math \xf32c 146-35-126
+#always \xf403\xf32a 345
+# Fractions
+math \xf500 12356
+math \xf501 23456
+math \xf503 46-34
+# Grouping symbols
+math \xf326 126
+#math \xf327 345
+
+# Protect against incorrect use of escapes or where escape not really needed
+# eg. brackets from mfenced
+replace \xf400
+replace \xf401
+replace \xf402
+replace \xf403
+
+# Corrections
+# Remove grouping from around superscripts and subscripts
+noback pass2 @35-126[$d1-5]@345 @35*
+noback pass2 @26-126[$d1-5]@345 @26*
+# Remove grouping from fractions
+noback pass2 @12356-126[$d1-5]@345-46-34_2 @12356*
+noback pass2 @46-34-126[$d1-5]@345-23456 @46-34*@23456
+#mao#1#Maori Uncontracted#
+# liblouis: Maori Braille Table
+#
+# -----------
+#-index-name: Maori
+#-display-name: Maori braille
+#
+#+locale:mi
+#+type:literary
+#+contraction:no
+#+grade:1
+#
+# TODO: Please correct the metadata above. It is not meant to be
+# accurate nor complete. It hasn't been verified by the table
+# author yet. It is merely an attempt by the liblouis maintainers
+# to get some sensible initial values in place.
+#
+# TODO: Please add a reference to official documentation about
+# the implemented braille code. Preferably submit the documents
+# to https://github.com/liblouis/braille-specs.
+# -----------
+#
+# Based on World Braille Usage 2013
+# <http://liblouis.org/braille-specs/world-braille-usage-third-edition.pdf>.
+#
+# Copyright (C) 2014, Greg Kearney, gkearney@gmail.com
+#
+# This file is part of liblouis.
+#
+# liblouis is free software: you can redistribute it and/or modify it
+# under the terms of the GNU Lesser General Public License as
+# published by the Free Software Foundation, either version 2.1 of
+# the License, or (at your option) any later version.
+#
+# liblouis is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with liblouis. If not, see
+# <http://www.gnu.org/licenses/>.
+
+#include text_nabcc.dis All display opcodes
+
+include en-ueb-g1.ctb
+
+# Maori specific
+
+always	ng	1345-1245
+always	wh	156
+uplow	Āā	456-1
+uplow	Ēē	456-15
+uplow	Īī	456-24
+uplow	Ōō	456-135
+uplow	Ūū	456-136
+ISO8859-1
+.a4
+.ab3réa
+.ae3s4ch
+.amino1a2c
+.ana3s4tr
+.anti1a2
+.anti1e2
+.anti1s2
+.anti1é2
+.anti2enne
+.apo2s3ta
+.ar3dent.
+.ar3gent.
+.ar3pent.
+.as2ta
+.bai2se3main
+.bi1a2c
+.bi1a2t
+.bi1au
+.bi1u2
+.bi2s1a2
+.bio1a2
+.ch4
+.chè2vre3feuille
+.ci2s1alp
+.co1o2
+.co2o3lie
+.com3ment.
+.con4
+.cons4
+.contre1s2c
+.contre3maître
+.cul4
+.dacryo1a2
+.di1a2cid
+.di1a2cé
+.di1a2mi
+.di1a2tom
+.di1ald
+.di1e2n
+.di2s3h
+.do3lent.
+.dy2s1a2
+.dy2s1i2
+.dy2s1o2
+.dy2s1u2
+.dy2s3
+.dé1a2
+.dé1io
+.dé1o2
+.dé2s
+.dé2s1i2
+.dé2s1oe0
+.dé2s1u2n
+.dé2s1½0
+.dé2s1é2
+.dé3s2a3cr
+.dé3s2a3tell
+.dé3s2astr
+.dé3s2c
+.dé3s2ensib
+.dé3s2ert
+.dé3s2exu
+.dé3s2i3d
+.dé3s2i3gn
+.dé3s2i3li
+.dé3s2i3nen
+.dé3s2i3r
+.dé3s2invo
+.dé3s2ist
+.dé3s2o3dé
+.dé3s2o3l
+.dé3s2o3pil
+.dé3s2orm
+.dé3s2orp
+.dé3s2oufr
+.dé3s2p
+.dé3s2t
+.dé3s2é3gr
+.dés2a3m
+.e4
+.en1a2
+.en1o2
+.eu2r1a2
+.gem2ment.
+.i4
+.in1a2
+.in1e2
+.in1i2
+.in1o2
+.in1s2tab
+.in1u2
+.in1é2
+.in2a3nit
+.in2augur
+.in2effab
+.in2ept
+.in2er
+.in2exora
+.in2i3miti
+.in2i3q
+.in2i3t
+.in2o3cul
+.in2ond
+.in2u3l
+.in2uit
+.in2é3lucta
+.in2é3narra
+.inte4r3
+.intera2
+.intere2
+.interi2
+.intero2
+.inters2
+.interu2
+.interé2
+.kh4
+.la3tent.
+.ma2c3k
+.ma2l1a2dres
+.ma2l1a2dro
+.ma2l1a2v
+.ma2l1aisé
+.ma2l1ap
+.ma2l1en
+.ma2l1int
+.ma2l1o2d
+.ma2l1oc
+.ma2r1x
+.macro1s2c
+.milli1am
+.mono1a2
+.mono1e2
+.mono1i2
+.mono1o2
+.mono1s2
+.mono1u2
+.mono1é2
+.mono1ï2dé
+.mé2g1oh
+.mé2s1es
+.mé2s1i
+.mé2s1u2s
+.mé2sa
+.mé3san
+.méta1s2ta
+.no2n1obs
+.o4
+.on3guent.
+.oua1ou
+.ovi1s2c
+.pa2n1a2f
+.pa2n1a2mé
+.pa2n1a2ra
+.pa2n1is
+.pa2n1o2ph
+.pa2n1opt
+.pa2r1a2che
+.pa2r1a2chè
+.pa2r3hé
+.pa3rent.
+.pa3tent.
+.para1s2
+.pe4r
+.pen2ta
+.per1a2
+.per1e2
+.per1i2
+.per1o2
+.per1u2
+.per1é2
+.ph4
+.phalan3s2t
+.pluri1a
+.pon2tet
+.pos2t1in
+.pos2t1o2
+.pos2t3h
+.pos2t3r
+.post1s2
+.pro1s2cé
+.pro1é2
+.prou3d2h
+.pré1a2
+.pré1e2
+.pré1i2
+.pré1o2
+.pré1s2
+.pré1u2
+.pré1é2
+.pré2a3la
+.pré2au
+.psycho1a2n
+.pud1d2l
+.péri1os
+.péri1s2
+.péri1u2
+.péri2s3s
+.péri2s3ta
+.re1s2
+.re2s3cap
+.re2s3cisi
+.re2s3ciso
+.re2s3cou
+.re2s3cri
+.re2s3pect
+.re2s3pir
+.re2s3plend
+.re2s3pons
+.re2s3quil
+.re2s3s
+.re2s3t
+.re3s4tab
+.re3s4tag
+.re3s4tand
+.re3s4tat
+.re3s4tim
+.re3s4tip
+.re3s4toc
+.re3s4top
+.re3s4tr
+.re3s4tu
+.re3s4ty
+.re3s4tén
+.re3s4tér
+.re4s5trein
+.re4s5trict
+.re4s5trin
+.res3sent.
+.ré1a2
+.ré1e2
+.ré1i2
+.ré1o2
+.ré1é2
+.ré2a3le
+.ré2a3lis
+.ré2a3lit
+.ré2aux
+.ré2el
+.ré2er
+.ré2i3fi
+.ré2uss
+.ré2èr
+.rétro1a2
+.réu2
+.sar3ment.
+.sch4
+.ser3ment.
+.seu2le
+.sh4
+.sou3vent.
+.sta2g3n
+.stil3l
+.su2b1a2
+.su2b1in
+.su2b1ur
+.su2b1é2
+.su2b3limin
+.su2b3lin
+.su2b3lu
+.su2r1a2
+.su2r1e2
+.su2r1i2m
+.su2r1inf
+.su2r1int
+.su2r1of
+.su2r1ox
+.su2r1é2
+.su2r3h
+.su3b2alt
+.su3b2é3r
+.su3r2a3t
+.su3r2eau
+.su3r2ell
+.su3r2et
+.ta3lent.
+.th4
+.tri1a2c
+.tri1a2n
+.tri1a2t
+.tri1o2n
+.u4
+.y4
+.â4
+.è4
+.é4
+.émi3nent.
+.ê4
+.î4
+.ô4
+.û4
+1a2nesthési
+1alcool
+1b2l
+1b2r
+1ba
+1be
+1bi
+1bo
+1bu
+1by
+1bâ
+1bè
+1bé
+1bê
+1bî
+1bô
+1bû
+1c2h
+1c2k
+1c2l
+1c2r
+1ca
+1ce
+1ci
+1co
+1coe0
+1cu
+1cy
+1c½0
+1câ
+1cè
+1cé
+1cê
+1cî
+1cô
+1cû
+1d2r
+1da
+1de
+1di
+1do
+1du
+1dy
+1dâ
+1dè
+1dé
+1dê
+1dî
+1dô
+1dû
+1f2l
+1f2r
+1fa
+1fe
+1fi
+1fo
+1fu
+1fy
+1fâ
+1fè
+1fé
+1fê
+1fî
+1fô
+1fû
+1g2ha
+1g2he
+1g2hi
+1g2ho
+1g2hy
+1g2l
+1g2n
+1g2r
+1ga
+1ge
+1gi
+1go
+1gu
+1gy
+1gâ
+1gè
+1gé
+1gê
+1gî
+1gô
+1gû
+1ha
+1he
+1hi
+1ho
+1hu
+1hy
+1hâ
+1hè
+1hé
+1hê
+1hî
+1hô
+1hû
+1informat
+1j
+1k2h
+1k2r
+1ka
+1ke
+1ki
+1ko
+1ku
+1ky
+1kâ
+1kè
+1ké
+1kê
+1kî
+1kô
+1kû
+1la
+1le
+1li
+1lo
+1lu
+1ly
+1là
+1lâ
+1lè
+1lé
+1lê
+1lî
+1lô
+1lû
+1m2nès
+1m2némo
+1m2nési
+1ma
+1me
+1mi
+1mo
+1moe0
+1mu
+1my
+1m½0
+1mâ
+1mè
+1mé
+1mê
+1mî
+1mô
+1mû
+1na
+1ne
+1ni
+1no
+1noe0
+1nu
+1ny
+1n½0
+1nâ
+1nè
+1né
+1nê
+1nî
+1nô
+1nû
+1octet
+1p2h
+1p2l
+1p2neu
+1p2né
+1p2r
+1p2sych
+1p2tèr
+1p2tér
+1pa
+1pe
+1pi
+1po
+1pu
+1py
+1pâ
+1pè
+1pé
+1pê
+1pî
+1pô
+1pû
+1q
+1r2h
+1ra
+1re
+1ri
+1ro
+1ru
+1ry
+1râ
+1rè
+1ré
+1rê
+1rî
+1rô
+1rû
+1s2caph
+1s2ch
+1s2clér
+1s2cop
+1s2h
+1s2lav
+1s2lov
+1s2patia
+1s2perm
+1s2phèr
+1s2phér
+1s2piel
+1s2piros
+1s2por
+1s2tandard
+1s2tein
+1s2tigm
+1s2tock
+1s2tomos
+1s2troph
+1s2tructu
+1s2tyle
+1sa
+1se
+1si
+1so
+1soe0
+1su
+1sy
+1s½0
+1sâ
+1sè
+1sé
+1sê
+1sî
+1sô
+1sû
+1t2h
+1t2r
+1ta
+1te
+1ti
+1to
+1tu
+1ty
+1tà
+1tâ
+1tè
+1té
+1tê
+1tî
+1tô
+1tû
+1v2r
+1va
+1ve
+1vi
+1vo
+1vu
+1vy
+1vâ
+1vè
+1vé
+1vê
+1vî
+1vô
+1vû
+1w2r
+1wa
+1we
+1wi
+1wo
+1wu
+1za
+1ze
+1zi
+1zo
+1zu
+1zy
+1zè
+1zé
+1ç
+1é2drie
+1é2drique
+1é2lectr
+1é2lément
+1é2nerg
+2bent.
+2blent.
+2brent.
+2cent.
+2chb
+2chent.
+2chg
+2chm
+2chn
+2chp
+2chs
+2cht
+2chw
+2ck3h
+2ckb
+2ckent.
+2ckf
+2ckg
+2ckp
+2cks
+2ckt
+2clent.
+2crent.
+2dent.
+2dlent.
+2drent.
+2fent.
+2flent.
+2frent.
+2gent.
+2glent.
+2gnent.
+2grent.
+2guent.
+2jent.
+2jk
+2kent.
+2lent.
+2nent.
+2pent.
+2phent.
+2phn
+2phs
+2pht
+2plent.
+2prent.
+2quent.
+2r3heur
+2r3hydr
+2rent.
+2s3hom
+2schs
+2sent.
+2shent.
+2shm
+2shr
+2shs
+2t3heur
+2tent.
+2thl
+2thm
+2thn
+2ths
+2trent.
+2vent.
+2vrent.
+2went.
+2xent.
+2zent.
+3d2hal
+3d2houd
+3ph2talé
+3ph2tis
+4be.
+4bes.
+4ble.
+4bles.
+4bre.
+4bres.
+4ce.
+4ces.
+4ch.
+4che.
+4ches.
+4chle.
+4chles.
+4chre.
+4chres.
+4ck.
+4cke.
+4ckes.
+4cle.
+4cles.
+4cre.
+4cres.
+4de.
+4des.
+4dre.
+4dres.
+4fe.
+4fes.
+4fle.
+4fles.
+4fre.
+4fres.
+4ge.
+4ges.
+4gle.
+4gles.
+4gne.
+4gnes.
+4gre.
+4gres.
+4gue.
+4gues.
+4he.
+4hes.
+4je.
+4jes.
+4ke.
+4kes.
+4kh.
+4le.
+4les.
+4me.
+4mes.
+4ne.
+4nes.
+4pe.
+4pes.
+4ph.
+4phe.
+4phes.
+4phle.
+4phles.
+4phre.
+4phres.
+4ple.
+4ples.
+4pre.
+4pres.
+4que.
+4ques.
+4re.
+4res.
+4rhe.
+4rhes.
+4sch.
+4sche.
+4sches.
+4se.
+4ses.
+4sh.
+4she.
+4shes.
+4te.
+4tes.
+4th.
+4the.
+4thes.
+4thre.
+4thres.
+4tre.
+4tres.
+4ve.
+4ves.
+4vre.
+4vres.
+4we.
+4wes.
+4ze.
+4zes.
+a1è2dre
+a2l1algi
+a2s3tro
+ab2h
+ab3sent.
+absti3nent.
+abî2ment.
+ac3cent.
+acquies4cent.
+ad2h
+ai2ment.
+amalga2ment.
+ani2ment.
+antifer3ment.
+apo2s3tr
+appa3rent.
+ar2ment.
+archi1é2pis
+armil5l
+as2ment.
+au2ment.
+avil4l
+bou2ment.
+boutil3l
+bru2ment.
+ca3ou3t2
+capil3l
+carê2ment.
+cci3dent.
+ch2l
+ch2r
+chevil4l
+chien3dent.
+chlo2r3a2c
+chlo2r3é2t
+chro2ment.
+cil3l
+cla2ment.
+co1a2d
+co1acc
+co1acq
+co1ap
+co1ar
+co1assoc
+co1assur
+co1au
+co1ax
+co1ef
+co1en
+co1ex
+co1é2
+co2nurb
+compé3tent.
+confi3dent.
+conni3vent.
+conti3nent.
+contin3gent.
+corpu3lent.
+cur3rent.
+cyril3l
+d1d2h
+d1s2
+da2ment.
+di2s3cop
+dia2g3n
+diaphrag2ment.
+dili3gent.
+dissi3dent.
+distil3l
+déca3dent.
+détri3ment.
+e2n1i2vr
+e2s3ch
+e2s3cop
+entre3gent.
+er2ment.
+es3cent.
+esti2ment.
+eu1s2tat
+extra1
+extra2c
+extra2i
+f1s2
+fa2ment.
+fichu3ment.
+fir2ment.
+flam2ment.
+fritil3l
+fu2ment.
+fécu3lent.
+g1s2
+gil3l
+gram2ment.
+grandilo3quent.
+hil3l
+hu2ment.
+hype4r1
+hypera2
+hypere2
+hyperi2
+hypero2
+hypers2
+hyperu2
+hyperé2
+hypo1a2
+hypo1e2
+hypo1i2
+hypo1o2
+hypo1s2
+hypo1u2
+hypo1é2
+hémi1é
+hémo1p2t
+i1algi
+i1arthr
+i1oxy
+i1s2tat
+i1è2dre
+i2s3chia
+i2s3chio
+i2s3ché
+ibril3l
+il2l
+imma3nent.
+immi3nent.
+immis4cent.
+impo3tent.
+impu3dent.
+inci3dent.
+indi3gent.
+indo3lent.
+indul3gent.
+inno3cent.
+inso3lent.
+instil3l
+intelli3gent.
+inti2ment.
+io1a2ct
+is3cent.
+iva3lent.
+ja3cent.
+l1s2t
+l2ment.
+l3lion
+la2w3re
+lil3l
+llu2ment.
+m1s2
+mi2ment.
+mil3l
+mil4let
+mit3tent.
+mon2t3réal
+monova3lent.
+moye2n1â2g
+munifi3cent.
+mécon3tent.
+n1x
+n3s2at.
+n3s2ats.
+nutri3ment.
+o1d2l
+o1ioni
+o1s2tas
+o1s2tat
+o1s2tim
+o1s2tom
+o1s2trad
+o1s2tratu
+o1s2triction
+o1s2téro
+o1è2dre
+o2b3long
+om2ment.
+ombud2s3
+omni1s2
+omnipo3tent.
+opu3lent.
+or2ment.
+oxy1a2
+paléo1é2
+papil3la
+papil3le
+papil3li
+papil3lom
+per3h
+perma3nent.
+perti3nent.
+ph2l
+ph2r
+photo1s2
+piril3l
+plu2ment.
+po1astre
+poly1a2
+poly1e2
+poly1i2
+poly1o2
+poly1s2
+poly1u2
+poly1è2
+poly1é2
+polyva3lent.
+privatdo3cent.
+privatdo3zent.
+pro2s3tat
+proémi3nent.
+pru3dent.
+pré3sent.
+préémi3nent.
+pupil3l
+pusil3l
+pé1r2é2q
+pé2nul
+qua2ment.
+ra2ment.
+radio1a2
+rai3ment.
+rcil4l
+re3lent.
+re3pent.
+reli2ment.
+ri2ment.
+rin3gent.
+rmil4l
+ru3lent.
+ryth2ment.
+ré3gent.
+réma3nent.
+résur3gent.
+réti3cent.
+semil4l
+ser3gent.
+ser3pent.
+sesqui1a2
+slalo2ment.
+sporu4lent.
+stéréo1s2
+su2ment.
+su3r2ah
+sub1s2
+subli2ment.
+succu3lent.
+supe4r1
+supero2
+supers2
+surémi3nent.
+t1t2l
+ta2ment.
+tachy1a2
+tan3gent.
+tchin3t2
+tempéra3ment.
+ter3gent.
+testa3ment.
+th2r
+thermo1s2
+thril3l
+to2ment.
+tor3rent.
+tran2s1a2
+tran2s1o2
+tran2s1u2
+tran2s3h
+tran2s3p
+tran3s2act
+tran3s2ats
+transpa3rent.
+tri3dent.
+trucu3lent.
+tu2ment.
+tung2s3
+turbu3lent.
+télé1e2
+télé1i2
+télé1o2b
+télé1o2p
+télé1s2
+u2s3tr
+ucil4l
+uevil4l
+uni1a2x
+uni1o2v
+uvil4l
+vacil4l
+vanil3lin
+vanil3lis
+veni2ment.
+ventripo3tent.
+vidi2ment.
+vil3l
+vol2t1amp
+vélo1s2ki
+wa2g3n
+xil3l
+y1algi
+y1asth
+y1s2tom
+â2ment.
+è2ment.
+é3cent.
+é3dent.
+é3quent.
+é3rent.
+éci2ment.
+écu2ment.
+éd2hi
+éli2ment.
+élo3quent.
+émil4l
+éni3tent.
+épi2s3cop
+épi3s4cope
+équipo3tent.
+équiva4lent.
+ô2ment.
+# Unicode character definitions, usually multi-cell
+#
+#  Copyright (C) 2009 JJB Software, Inc. www.jjb-software.com
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+
+
+lowercase \x2113 4-123 SCRIPT SMALL 006C 
+sign \x00B0 356 Degree
+math \x00B1 a-56-235-36 PLUS-MINUS SIGN PLUS-OR-MINUS SIGN 
+math \x0391 456-1 GREEK CAPITAL LETTER ALPHA 03B1 
+math \x0392 456-12 GREEK CAPITAL LETTER BETA 03B2 
+math  \x0393 456-1245 GREEK CAPITAL LETTER GAMMA 03B3 
+math  \x0394 456-145 GREEK CAPITAL LETTER DELTA 03B4 
+math  \x0395 456-15 GREEK CAPITAL LETTER EPSILON 03B5 
+math  \x0396 456-156 GREEK CAPITAL LETTER ZETA 03B6 
+math  \x0397 456-126 GREEK CAPITAL LETTER ETA 03B7 
+math  \x0398 456-1456 GREEK CAPITAL LETTER THETA 03B8 
+math  \x0399 456-24 GREEK CAPITAL LETTER IOTA 03B9 
+math  \x039A 456-13 GREEK CAPITAL LETTER KAPPA 03BA 
+math  \x039B 456-123 GREEK CAPITAL LETTER LAMDA 
+math \x039C 456-134 GREEK CAPITAL LETTER MU 03BC 
+math  \x039D 456-1345 GREEK CAPITAL LETTER NU 03BD 
+math  \x039E 456-1346 GREEK CAPITAL LETTER XI 03BE 
+math  \x039F 456-135 GREEK CAPITAL LETTER OMICRON 03BF 
+math  \x03A0 456-1234 GREEK CAPITAL LETTER PI 03C0 
+math  \x03A1 456-1235 GREEK CAPITAL LETTER RHO 03C1 
+math  \x03A3 456-234 GREEK CAPITAL LETTER SIGMA 03C3 
+math  \x03A4 456-136 GREEK CAPITAL LETTER TAU 03C4 
+math  \x03A5 456-136 GREEK CAPITAL LETTER UPSILON 03C5 
+math  \x03A6 456-124 GREEK CAPITAL LETTER PHI 03C6 
+math \x03A7 456-12346 GREEK CAPITAL LETTER CHI 03C7 
+math  \x03A8 456-1246 GREEK CAPITAL LETTER PSI 03C8 
+math  \x03A9 456-2456 GREEK CAPITAL LETTER OMEGA 03C9 
+math  \x03B1 46-1 GREEK SMALL LETTER ALPHA 0391 0391
+math  \x03B2 46-12 GREEK SMALL LETTER BETA 0392 0392
+math  \x03B3 46-1245 GREEK SMALL LETTER GAMMA 0393 0393
+math \x03B4 46-145 GREEK SMALL LETTER DELTA 0394 0394
+math  \x03B5 46-15 GREEK SMALL LETTER EPSILON 0395 0395
+math  \x03B6 46-156 GREEK SMALL LETTER ZETA 0396 0396
+math  \x03B7 46-236 GREEK SMALL LETTER ETA 0397 0397
+math  \x03B8 46-1456 GREEK SMALL LETTER THETA 0398 0398
+math  \x03B9 46-24 GREEK SMALL LETTER IOTA 0399 0399
+math  \x03BA 46-13 GREEK SMALL LETTER KAPPA 039A 039A
+math  \x03BB 46-123 GREEK SMALL LETTER LAMDA GREEK 
+math \x03BC 46-134 GREEK SMALL LETTER MU 039C 039C
+math  \x03BD 46-1345 GREEK SMALL LETTER NU 039D 039D
+math  \x03BE 46-1346 GREEK SMALL LETTER XI 039E 039E
+math  \x03BF 46-135 GREEK SMALL LETTER OMICRON 039F 039F
+math \x03C0 46-1234 GREEK SMALL LETTER PI 03A0 03A0
+math \x03C1 46-1235 GREEK SMALL LETTER RHO 03A1 03A1
+math  \x03C2 46-25 GREEK SMALL LETTER FINAL SIGMA 03A3 03A3
+math \x03C3 46-234 GREEK SMALL LETTER SIGMA 03A3 03A3
+math \x03C4 46-2345 GREEK SMALL LETTER TAU 03A4 03A4
+math \x03C5 46-136 GREEK SMALL LETTER UPSILON 03A5 03A5
+math \x03C6 46-124 GREEK SMALL LETTER PHI 03A6 03A6
+math \x03C7 46-12346 GREEK SMALL LETTER CHI 03A7 03A7
+math \x03C8 46-125 GREEK SMALL LETTER PSI 03A8 03A8
+math  \x03C9 46-135 GREEK SMALL LETTER OMEGA 03A9 03A9
+math  \x03D5 46-124 GREEK PHI SYMBOL 03C6 GREEK SMALL LETTER SCRIPT PHI 
+math \x2026 a-3-3-3 HORIZONTAL ELLIPSIS 002E 002E 002E 
+math \x2032 4-35 PRIME 
+math \x2033 3-3 DOUBLE PRIME 2032 2032 
+math \x2114 1256 B BAR SYMBOL 
+math \x211D 4-6-1235 DOUBLE-STRUCK CAPITAL 0052 DOUBLE-STRUCK 
+math \x212B 45-1 ANGSTROM SIGN 
+math \x2190 a246-25 LEFTWARDS ARROW 
+math \x2191 a-25-24 UPWARDS ARROW 
+math \x2192 a-25-135 RIGHTWARDS ARROW 
+math \x2193 a-25-36 DOWNWARDS ARROW 
+math \x2194 a-246-25-135 LEFT RIGHT ARROW 
+math \x2195 a-1246-126-146-246-25-25-135 UP DOWN ARROW 
+math \x2196 a-1246-45-246-25-25 NORTH WEST ARROW 
+math \x2197 a-1246-45-25-25-135 NORTH EAST ARROW 
+math \x2198 a-1246-56-25-25-135  SOUTH EAST ARROW 
+math \x2199 a-1246-56-246-25-25  SOUTH WEST ARROW 
+math \x219A a-1256-4-1246-246-25-25-12456  LEFTWARDS ARROW WITH STROKE 
+math \x219B a-1256-4-1246-25-25-135-12456  RIGHTWARDS ARROW WITH STROKE 
+math \x219C a-1246-246-35-25-26 LEFTWARDS WAVE ARROW 
+math \x219D a-1246-35-25-26-135 RIGHTWARDS WAVE ARROW 
+math \x219E a-1246-246-246-25-25 LEFTWARDS TWO HEADED ARROW 
+math \x219F a-1246-126-25-25-135-135 UPWARDS TWO HEADED ARROW 
+math \x21A0 a-1246-25-25-135-135 RIGHTWARDS TWO HEADED ARROW 
+math \x21A1 a-1246-146-25-25-135-135  DOWNWARDS TWO HEADED ARROW 
+math \x21A2 a-1246-246-25-25-6-13456 LEFTWARDS ARROW WITH TAIL 
+math \x21A3 a-12456-12346-25-25-135 RIGHTWARDS ARROW WITH TAIL 
+math \x21A4 a-1246-246-25-25-1256 LEFTWARDS ARROW FROM BAR 
+math \x21A5 a-1246-126-1256-25-25-135 UPWARDS ARROW FROM BAR 
+math \x21A6 a-1246-1256-25-25-135 RIGHTWARDS ARROW FROM BAR 
+math \x21A7 a-1246-146-1256-25-25-135 DOWNWARDS ARROW FROM BAR 
+math \x21A8 a-1246-246-25-1256-25-135 UP DOWN ARROW WITH BASE 
+math \x21A9 a-1246-246-25-25-6-135 LEFTWARDS ARROW WITH HOOK 
+math \x21AA a-12456-246-25-25-135 RIGHTWARDS ARROW WITH HOOK 
+math \x21AB a-1246-246-25-25-46-16 LEFTWARDS ARROW WITH LOOP 
+math \x21AC a-1246-46-16-25-25-135 RIGHTWARDS ARROW WITH LOOP 
+math \x21AD a-1246-246-35-25-26-135 LEFT RIGHT WAVE ARROW 
+math \x21AE a-1256-4-1246-246-25-25-135 LEFT RIGHT ARROW WITH STROKE 
+math \x21AF a-1246-146-35-26-35-1359 DOWNWARDS ZIGZAG ARROW 
+math \x21B4 a-12456-1256-25-25-135 RIGHTWARDS ARROW WITH CORNER DOWNWARDS 
+math \x21B5 a-1246-1456-1256-25-25-135 DOWNWARDS ARROW WITH CORNER LEFTWARDS 
+math \x21B6 a-1246-26-35-135 ANTICLOCKWISE TOP SEMICIRCLE ARROW 
+math \x21B7 a-1246-246-26-35 CLOCKWISE TOP SEMICIRCLE ARROW 
+math \x21BA a-1246-26-35-135 ANTICLOCKWISE OPEN CIRCLE ARROW 
+math \x21BB a-1246-246-26-35 CLOCKWISE OPEN CIRCLE ARROW 
+math \x21BC a-1246-4-246-25-25 LEFTWARDS HARPOON WITH BARB UPWARDS 
+math \x21BD a-12456-246-25-25 LEFTWARDS HARPOON WITH BARB DOWNWARDS 
+math \x21BE a-1246-126-25-25-6-135 UPWARDS HARPOON WITH BARB RIGHTWARDS 
+math \x21BF a-1246-126-25-25-4-135 UPWARDS HARPOON WITH BARB LEFTWARDS 
+math \x21C0 a-1246-25-25-4-135 RIGHTWARDS HARPOON WITH BARB UPWARDS 
+math \x21C1 a-1246-25-25-6-135 RIGHTWARDS HARPOON WITH BARB DOWNWARS 
+math \x21C2 a-1246-246-25-25-4-135 DOWNWARDS HARPOON WITH BARB RIGHTWARDS 
+math \x21C3 a-1246-146-25-25-6-135 DOWNWARDS HARPOON WITH BARB LEFTWARDS 
+math \x21C4 1246-25-25-135-1246-246-25-25  RIGHTWARDS ARROW OVER LEFTWARDS ARROW 
+math \x21C5 1246-126-25-25-135-5-1246-146-25-25-135  UPWARDS ARROW LEFTWARDS OF DOWNWARDS ARROW 
+math \x21C6 1246-246-25-25-1246-25-25-135  LEFTWARDS ARROW OVER RIGHTWARDS ARROW 
+math \x21C7 1246-245-25-25-1246-245-25-25 LEFTWARDS PAIRED ARROWS 
+math \x21C8 1246-126-25-25-135-5-1246-126-25-25-135 UPWARDS PAIRED ARROWS 
+math \x21C9 1246-25-25-135-1246-25-25-135 RIGHTWARDS PAIRED ARROWS 
+math \x21CA 1246-146-25-25-135-5-1246-146-25-25-135 DOWNWARDS PAIRED ARROWS 
+math \x21CB 1246-4-246-25-25-1246-25-25-4-135 LEFTWARDS HARPOON OVER RIGHTWARDS HARPOON 
+math \x21CC 1246-25-25-4-135-1246-4-246-25-25 RIGHTWARDS HARPOON OVER LEFTWARDS HARPOON 
+math \x21CD a-1256-4-1246-246-246-25-25 LEFTWARDS DOUBLE ARROW WITH STROKE 
+math \x21CE a-1256-4-1246-246-246-25-25-135-135 LEFT RIGHT DOUBLE ARROW WITH STROKE 
+math \x21CF a-1256-4-1246-25-25-135-135 RIGHTWARDS DOUBLE ARROW WITH STROKE 
+math \x21D0 a-246-246-25 LEFTWARDS DOUBLE ARROW 
+math \x21D1 a-1246-126-25-25-135-135 UPWARDS DOUBLE ARROW 
+math \x21D2 a-25-135-135 RIGHTWARDS DOUBLE ARROW 
+math \x21D3 a-1246-126-25-25-135-135 DOWNWARDS DOUBLE ARROW 
+math \x21D4 a-1246-246-246-25-25-135-135 LEFT RIGHT DOUBLE ARROW 
+math \x21D5 a-1246-126-246-246-25-25-135-135 UP DOWN DOUBLE ARROW 
+math \x21D6 a-1246-45-246-246-25-25 NORTH WEST DOUBLE ARROW 
+math \x21D7 a-1246-45-25-25-135-135 NORTH EAST DOUBLE ARROW 
+math \x21D8 a-1246-56-25-25-135-135 SOUTH EAST DOUBLE ARROW 
+math \x21D9 a-1246-56-246-246-25-25 SOUTH WEST DOUBLE ARROW 
+math \x21DA a-1246-246-246-246-25-25 LEFTWARDS TRIPLE ARROW 
+math \x21DB a-1246-25-25-135-135-135 RIGHTWARDS TRIPLE ARROW 
+math \x21DC a-1246-246-26-36-35-25-26 LEFTWARDS SQUIGGLE ARROW 
+math \x21DD a-1246-26-36-35-25-26-135 RIGHTWARDS SQUIGGLE ARROW 
+math \x21DE a-1256-1256-4-1246-126-25-25-135-12456 UPWARDS ARROW WITH DOUBLE STROKE
+math \x21DF a-1256-1256-4-1246-146-25-25-135-12456 DOWNWARDS ARROW WITH DOUBLE STROKE 
+math \x21E0 a-1246-246-25-25 LEFTWARDS DASHED ARROW 
+math \x21E1 a-1246-126-25-25-135 UPWARDS DASHED ARROW 
+math \x21E2 a-1246-25-25-135 RIGHTWARDS DASHED ARROW 
+math \x21E3 a-1246-146-25-25-135 DOWNWARDS DASHED ARROW 
+math \x21E4 a-1246-1256-246-25-25 LEFTWARDS ARROW TO BAR 
+math \x21E5 a-1246-25-25-135-1256 RIGHTWARDS ARROW TO BAR 
+math \x21E6 a-1246-456-246-25-25 LEFTWARDS WHITE ARROW 
+math \x21E7 a-1246-126-456-25-25-135 UPWARDS WHITE ARROW 
+math \x21E8 a-1246-456-25-25-135 RIGHTWARDS WHITE ARROW 
+math \x21E9 a-1246-146-456-25-25-135 DOWNWARDS WHITE ARROW 
+math \x21F3 a-1246-126-456-246-25-25-135 UP DOWN WHITE ARROW 
+math \x21F4 a-1246-25-25-135-46-16 RIGHT ARROW WITH SMALL CIRCLE 
+math \x21F5 a-1246-146-25-25-135-5-1246-126-25-25-135 DOWNWARDS ARROW LEFTWARDS OF UPWARDS ARROW 
+math \x21F6 a-1246-25-25-135-1246-25-25-135-1246-25-25-135 THREE RIGHTWARDS ARROWS 
+math \x21F7 a-1256-4-1246-246-25-25-12456 LEFTWARDS ARROW WITH VERTICAL STROKE 
+math \x21F8 a-1256-4-1246-25-25-135-12456  RIGHTWARDS ARROW WITH VERTICAL STROKE 
+math \x21F9 a-1256-4-1246-246-25-25-135 LEFT RIGHT ARROW WITH VERTICAL STROKE 
+math \x21FA a-1256-1256-4-1246-246-25-25-12456 LEFTWARDS ARROW WITH DOUBLE VERTICAL STROKE 
+math \x21FB a-1256-1256-4-1246-25-25-135-12456  RIGHTWARDS ARROW WITH DOUBLE VERTICAL STROKE 
+math \x21FC a-1256-1256-4-1246-246-25-25-135 LEFT RIGHT ARROW WITH DOUBLE VERTICAL STROKE 
+math \x21FD a-1246-1256-25-25 LEFTWARDS OPEN-HEADED ARROW 
+math \x21FE a-1246-25-25-1256 RIGHTWARDS OPEN-HEADED ARROW 
+math \x21FF a-1246-1256-25-25-1256 LEFT RIGHT OPEN-HEADED ARROW 
+math \x2200 1256-2 FOR ALL 
+math \x2202 4-145 PARTIAL DIFFERENTIAL 
+math \x2203 1256-26 THERE EXISTS 
+math \x2204 34-4-123456 THERE DOES NOT EXIST 
+math \x2205 1256-356 EMPTY SET 
+math \x2207 456-356 NABLA 
+math \x2208 1256-35 ELEMENT OF 
+math \x2209 34-4-15 NOT AN ELEMENT OF 
+math \x220B 1256-135 CONTAINS AS MEMBER 
+math \x220C 35-1256-135 DOES NOT CONTAIN AS MEMBER 
+math \x220D 4-26 SMALL CONTAINS AS MEMBER 
+math \x220E a-123456-123456 END OF PROOF 
+math  \x2211 456-234 NRY SUMMATION 
+math \x2212 a-56-36 MINUS SIGN 
+math \x2217 4-3456 ASTERISK OPERATOR 
+math \x2218 356 degrees sign
+math \x221D a-25-2356 PROPORTIONAL TO 
+math \x221E 123456 INFINITY 
+math \x221F 1246-246-46-1235-12456 RIGHT ANGLE 
+math \x2220 1456-246 ANGLE 
+math \x2221 1246-246-456-1246-1246-1-12456 MEASURED ANGLE 
+math \x2222 1246-246-456-1246-1246-1-12456 Spherical ANGLE 
+math \x2223 1256 DIVIDES 
+math \x2224 34-1256 DOES NOT DIVIDE 
+math \x2225 a-1246-123 PARALLEL TO 
+math \x2226 a-34-1246-123 NOT PARALLEL TO 
+math \x2229 1256-2356 INTERSECTION 
+math \x222A 1256-235 UNION 
+math \x222B 2346 INTEGRAL 
+math \x222C 2346-2346 DOUBLE INTEGRAL 
+math \x222D 2346-2346-2346 TRIPLE INTEGRAL
+math \x222E 2346-4-1246-14-12456 CONTOUR INTEGRAL 
+math \x2232 2346-4-1246-246-26-35-12456 CLOCKWISE CONTOUR INTEGRAL 
+math \x2233 2346-4-1246-26-35-135-12456 ANTICLOCKWISE CONTOUR INTEGRAL 
+math \x2234 a-6-16 THEREFORE 
+math \x2235 a-4-34 BECAUSE 
+math \x2236 a-5-2 RATIO 
+math \x2245 a-456-2356 APPROXIMATELY EQUAL TO 
+math \x224D a-2356-2356 EQUIVALENT TO 
+math \x2260 a-35-2356 NOT EQUAL TO 
+math \x2261 a-456-123 IDENTICAL TO 
+math \x2264 a-246-2356 LESS-THAN OR EQUAL TO 
+math \x2265 a-135-2356 GREATER-THAN OR EQUAL TO GREATER THAN OR EQUAL TO 
+math \x2266 a-246-456-2356 LESS-THAN OVER EQUAL TO 
+math \x2267 a-46-2-46-13 GREATER-THAN OVER EQUAL TO 
+math \x2268 a-246-35-2356 LESS-THAN BUT NOT EQUAL TO 
+math \x2269 a-135-35-2356 GREATER-THAN BUT NOT EQUAL TO 
+math \x226A a-246-246 MUCH LESS-THAN 
+math \x226B a-135-135 MUCH GREATER-THAN 
+math \x226D a-35-2356-2356 NOT EQUIVALENT TO 
+math \x226E a-35-246 NOT LESS-THAN 
+math \x226F a-35-135 NOT GREATER-THAN 
+math \x2270 a-34-5-13-156 NEITHER LESS-THAN NOR EQUAL TO 
+math \x2271 a-34-46-2-156 NEITHER GREATER-THAN NOR EQUAL TO 
+math \x2272 a-246-2356-2356 LESS-THAN OR EQUIVALENT TO 
+math \x2273 a-135-2356-2356 GREATER-THAN OR EQUIVALENT TO 
+math \x2274 a-34-5-13-456-123 NEITHER LESS-THAN NOR EQUIVALENT TO 
+math \x2275 a-34-46-2-456-123 NEITHER GREATER-THAN NOR EQUIVALENT TO 
+math \x2276 a-5-13-46-2 LESS-THAN OR GREATER-THAN 
+math \x2277 a-46-2-5-13 GREATER-THAN OR LESS-THAN 
+math \x2278 a-34-5-13-46-2 NEITHER LESS-THAN NOR GREATER-THAN 
+math \x2279 a-34-46-2-5-13 NEITHER GREATER-THAN NOR LESS-THAN 
+math \x2282 456-5-13 SUBSET OF 
+math \x2283 456-46-2 SUPERSET OF 
+math \x2284 34-456-5-13 NOT A SUBSET OF 
+math \x2285 34-456-46-2 NOT A SUPERSET OF 
+math \x2286 456-5-13-156 SUBSET OF OR EQUAL TO 
+math \x2287 46-2-156 SUPERSET OF OR EQUAL TO 
+math \x2288 34-5-13-156 NEITHER A SUBSET OF NOR EQUAL TO 
+math \x2289 34-46-2-156 NEITHER A SUPERSET OF NOR EQUAL TO 
+math \x228A 456-5-13-34-46-13 SUBSET OF WITH NOT EQUAL TO 
+math \x228B 456-46-2-34-46-13 SUPERSET OF WITH NOT EQUAL TO 
+math \x2295 1246-14-456-1246-346-12456 CIRCLED PLUS 
+math \x2296 1246-14-456-1246-36-12456 CIRCLED MINUS 
+math \x2297 1246-14-456-1246-4-16-12456 CIRCLED TIMES 
+math \x2298 1246-14-456-1246-456-34-12456 CIRCLED DIVISION SLASH 
+math \x2299 1246-14-456-1246-16-12456 CIRCLED DOT OPERATOR 
+math \x229B 1246-14-456-1246-4-3456-12456 CIRCLED ASTERISK OPERATOR 
+math \x229C 1246-14-456-1246-46-13-12456 CIRCLED EQUALS 
+math \x229D 1246-14-456-1246-36-36-12456 CIRCLED DASH 
+math \x229E 1246-256-456-1246-346-12456 SQUARED PLUS 
+math \x229F 1246-256-456-1246-36-12456 SQUARED MINUS 
+math \x22A0 1246-256-456-1246-4-16-12456 SQUARED TIMES 
+math \x22A1 1246-256-456-1246-16-12456 SQUARED DOT OPERATOR 
+math \x22A5 a-3456-3 Perpendicular TO 
+math \x22A5 a-34-1246-1234 not Perpendicular TO 
+math \x22C5 56-3 dot operator
+math \x22DC a-2356-246 EQUAL TO OR LESS-THAN 
+math \x22DD a-2356-135 EQUAL TO OR GREATER-THAN 
+math \x22EE 126-3-3-3 VERTICAL ELLIPSIS 
+math \x22EF 3-3-3 MIDLINE HORIZONTAL ELLIPSIS 
+math \x22F0 45-3-3-3 UP RIGHT DIAGONAL ELLIPSIS 
+math \x22F1 56-3-3-3 DOWN RIGHT DIAGONAL ELLIPSIS 
+math \x2322 a-1246-1 arc
+math \x25A0 1246-456-12345 filled Square
+math \x25A1 1246-12345 Square
+math \x25AB 1246-456-1235 filled Rectangle
+math \x25AC 1246-1235 Rectangle
+math \x25B0 1246-456-1245 filled PARALLELOGRAM 
+math \x25B1 1246-1245 PARALLELOGRAM 
+math \x25B2 1246-456-145 Filled Triangle
+math \x25B3 1246-145 Triangle
+math \x25BC 456-46-1246 BLACK DOWN-POINTING TRIANGLE 
+math \x25BD 46-1246 WHITE DOWN-POINTING TRIANGLE 
+math \x25CF 1246-456-14 Filled Circle
+math \x25CB 1246-25 Circle
+math \xf577 1246-135 contracted right arrow
+sign * 4-3456 ASTERISK OPERATOR 
+sign \x009A a SINGLE CHARACTER INTRODUCER 
+sign \x00A2 4-14 CENT SIGN 
+sign \x00A7 4-6-234 SECTION SIGN 
+sign \x00A9 12356-6-14-23456 COPYRIGHT SIGN 
+sign \x00B7 16 MIDDLE DOT 
+sign \x00D7 a-56-236 MULTIPLICATION SIGN 
+sign \x00F7 a-56-256 DIVISION SIGN 
+sign \x2022 35-35 BULLET 
+sign \x2215 456-34 DIVISION slash
+sign \x2715 a-56-236 MULTIPLICATION SIGN 
+space \x2009 0 THIN SPACE 0020 
+space \x2061 0 FUNCTION APPLICATION
+
+# Attributes and dot patterns for the printable ASCII characters
+#
+#  Copyright (C) 2008 JJB Software, Inc. www.jjb-software.com
+#  Copyright (C) 2012 Mesar Hameed <mesar.hameed@gmail.com>
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+
+# Attributes and dot patterns for the printable ASCII characters
+
+space \x00a0 a
+include spaces.uti
+
+punctuation ! 2346				# 33
+punctuation " 5						# 34
+sign # 3456								# 35
+sign $ 1246								# 36
+sign % 146								# 37
+sign & 12346							# 38
+punctuation ' 3						# 39 apostrophe
+punctuation ( 2356				# 40
+punctuation ) 2356				# 41
+
+sign * 16									# 42
+math + 346								# 43
+punctuation , 6						# 44
+punctuation - 36					# 45
+punctuation . 256					# 256
+punctuation / 34									# 47
+include loweredDigits6Dots.uti
+punctuation : 156					# 58
+punctuation ; 56					# 59
+math < 126								# 60
+math = 123456							# 61
+math > 345								# 62
+punctuation ? 1456				# 63
+sign @ 2346								# 64
+
+include latinLetterDef6Dots.uti
+
+punctuation [ 2467				# 91
+sign \\ 12567							# 92
+punctuation ] 124567			# 93
+sign ^ 457								# 94 circumflex accent
+sign _ 456								# 95 underscore
+sign ` 4									# 96 grave accent
+# a - z										# 97 - 122
+punctuation { 246					# 123
+sign | 1256								# 124
+punctuation } 12456				# 125
+math ~ 45									# 126
+
+sign \x00A2 4-14					# 162 ¢ cents sign
+sign \x00A3 4-123					# 163 £ pounds sign
+
+sign \x00A5 4-13456				#	165 ¥ yen sign
+
+sign § 4-234-3						# 167 section sign \x00A7
+
+sign \x00A9 2356-6-14-2356 # 169	© copyright sign
+
+punctuation \x00Ad 36-36			# 173	  soft hyphen
+
+sign \x00B0 356						# 176	  ° degrees sign
+sign \x00B4 3 						# 180 ´ accute accent !!!! used for apostrophe override
+sign \x00B5 46-134				# 181		µ micro sign
+sign \x00B6 4-1234-345		#	182	  ¶ pilcrow sign
+
+sign \x00BC 3456-1-256 #Quarter
+sign \x00BD 3456-1-23 #Half
+
+math \x00D7 56-236				# 215		× multiplication sign
+
+math \x00F7 56-256				# 247		÷ division sign
+
+punctuation \x2010 36-36			# 8208  hyphen
+punctuation \x2013 36-36		# 8211	en dash
+punctuation \x2014 36-36		# 8212	em dash
+punctuation – 36-36		# 150	En dash
+
+
+punctuation	\x2018 6-236			# 8216	smart single left quotation mark
+punctuation	\x2019 356-3			# 8217	smart single right quotation mark
+
+punctuation	\x201C 236		# 8220	smart opening double quote
+punctuation	\x201D 356		# 8221	smart closing double quote
+punctuation	\x201E 236		# 8222	smart double low quotation mark
+punctuation	\x201F 356		# 8223	smart double high reverse quotation mark
+
+punctuation \x2026 3-3-3	# 8230 smart ellipsis
+
+sign \x20AC 4-15					# 8364 Euro sign
+
 #  liblouis: Simplified-Chinese Braille Translation Table
 #
 #  Copyright (C) 2017 Kaifang Bao
@@ -13494,6 +21353,13 @@
 #  the second one is "\x" follow by Hexadecimal Value of the Chinese word,
 #  the third one is braille dot pattern of the Chinese word
 
+space \s 0
+sign \x000a 0 newline
+sign \x000d 0 carriage return
+sign \x00a0 0 space
+punctuation	\t	4
+include spaces.uti
+
 # include Greek letters
 # include digit.cti
 
@@ -13522,7 +21388,6 @@
 sign _ 456
 sign `	4
 sign | 1256
-space  \s 0
 
 uplow	Aa	6-1,1
 uplow	Bb	6-12,12
@@ -13585,7 +21450,6 @@
 punctuation	-	36
 punctuation	[	246
 punctuation	\\	456-1256
-punctuation	\t	4
 punctuation	]	12456
 punctuation	_	456-456
 punctuation	·	5-2
@@ -13628,9 +21492,6 @@
 sign * 16
 sign @ 47
 sign \\ 12567
-sign \x000a 0 newline
-sign \x000d 0 carriage return
-sign \x00a0 0 space
 
 
 #hanzi
@@ -58438,12 +66299,5251 @@
 always \x9f9f\x7f29 1245-2456-234-135
 always \x9f9f\x80cc 1245-2456-12-2346
 always \x9f9f\x88c2 1245-456-123-15
-#-display-name: Vietnamese braille
+# This table contains braille codes and rules for Awadhi Grade 1 and includes English grade 1
+#
+# Copyright (C) 2014 National Institute for Visually Handicapped, 116, Rajpur Road, Dehradun, Uttrakhand, India
+#
+# This file is part of liblouis.
+#
+# liblouis is free software: you can redistribute it and/or modify it
+# under the terms of the GNU Lesser General Public License as
+# published by the Free Software Foundation, either version 2.1 of the
+# License, or (at your option) any later version.
+#
+# liblouis is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with liblouis. If not, see
+# <http://www.gnu.org/licenses/>.
 
-#+locale:vi
+# This table is built and maintained under an activity of Braille Council of India
+# Contributors: Dipendra Manocha, Sreeja, Dinesh Kaushal, Mesar Hamid
+# Last updated on May 5, 2014
+# To report any bugs or any suggestion, please write to d@saksham.org and sreeja.param@gmail.com
+
+include devanagari.cti
+include en-in-g1.ctb
+# liblouis: Hungarian Grade 2 table
+#
+#  Copyright (C) 2017 Attila Hammer from IT Foundation for the Visually Impaired - Hungary. www.infoalap.hu
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+#
+#  Maintained by Attila Hammer  hammer.attila@infoalap.hu
+#
+# If you found bugs with hungarian grade1 table, report it with following address:
+# Attila Hammer <hammer.attila@infoalap.hu
+#If you have a Launchpad account, report table related requests with following bug tracker address: https://bugs.launchpad.net/belin
+
+#simple abbreviations
+endword babban =
+endword cabban =
+endword csabban 146-1-12-12-1-1345	For example makacsabban
+endword dabban =	For example szabadabban word
+always szabadabban 156-145-1-12-12-1-1345
+endword fabban =
+endword gabban =
+endword gyabban 1456-1-12-12-1-1345
+endword habban =
+endword jabban =
+endword kabban =
+endword labban =
+endword lyabban 456-15-12-12-15-1345
+endword mabban =
+endword nabban =
+endword nyabban 1246-1-12-12-1-1345
+endword pabban =
+endword rabban =
+endword sabban =
+endword szabban 156-1-12-12-1-1345
+endword tabban =
+endword tyabban 1256-1-12-12-1-1345
+endword vabban =
+endword zabban 126-1-12-12-1-1345
+endword zsabban 345-1-12-12-1-1345
+endword ábban =
+endword bebben =
+endword cebben =
+endword csebben 146-15-12-12-15-1345
+endword debben =
+always rövidebben 1235-145-15-12-12-15-1345
+endword febben =
+endword gebben =
+endword gyebben 1456-15-12-12-15-1345
+endword hebben =
+endword jebben =
+endword kebben =
+endword lebben =
+endword lebbem =
+endword lyebben 456-15-12-12-15-1345
+endword nebben =
+endword nyebben 1246-15-12-12-15-1345
+endword mebben =
+endword pebben =
+endword rebben =
+endword sebben =
+always vörösebben =
+always sikeresebben =
+endword szebben 156-15-12-12-15-1345
+word szebben 156-15-12-12-15-1345
+endword tebben =
+endword tyebben 1256-15-12-12-15-1345
+endword vebben =
+endword zebben 126-15-12-12-15-1345
+endword zsebben 345-15-12-12-15-1345
+endword ébben =
+endword ibban =
+endword ibben =
+endword íbben =
+endword obban =
+endword óbban =
+endword öbben =
+endword őbben =
+endword ubban =
+endword úbban =
+endword übben =
+endword űbben =
+endword ban 12
+endword ben 12
+endword -ban 36-12
+endword -ben 36-12
+endword ból 12-123
+endword ből 12-123
+endword -ból 36-12-123
+endword -ből 36-12-123
+endword hoz 125-126
+endword hez 125-126
+endword höz 125-126
+endword -hoz 36-125-126
+endword -hez 36-125-126
+endword -höz 36-125-126
+endword ként 13-2345
+endword -ként 36-13-2345
+endword ról 1235-123
+endword ről 1235-123
+endword -ról 36-1235-123
+endword -ről 36-1235-123
+endword tól 2345-123
+endword től 2345-123
+endword -tól 36-2345-123
+endword -től 36-2345-123
+endword val 1236
+endword vel 1236
+endword -val 36-1236
+endword -vel 36-1236
+word csak 146
+word de 145
+word és 16
+word hogy 125
+word is 24
+word így 34
+word kell 13
+word lesz 123
+word mely 134
+word nem 1345
+word óta 246
+word pedig 1234
+word tehát 2345
+word után 136
+word úgy 346
+word van 1236
+
+#abbreviations, with possible using word parts too
+always csakis 146-24
+always csakhogy 146-125
+always csaknem 146-1345
+always csakugyan 146-136-1456-1-1345
+always csakhamar 146-125-1-134-1-1235
+always akárcsak 1-13-4-135-146
+always ugyancsak 136-1456-1-1345-146
+always dehogy 145-125
+always nemde 1345-145
+always éspedig 16-234-1234
+always mégpedig 134-16-1245-1234
+always dehogyis 145-125-24
+always úgyis 346-24
+always nemcsak 1345-146
+always majdnem 134-1-245-145-1345
+always nemrég 1345-1235-16-1245
+always nemlátó 1345-123-4-2345-246
+always azóta 1-126-246
+always ezóta 15-126-246
+always mióta 134-24-246
+always régóta 1235-16-1245-246
+always azután 1-126-136
+always ezután 15-126-136
+always miután 134-24-136
+always délután 145-16-123-136
+always délutánnal 145-16-123-136-1236
+always akárhogy 1-13-4-1235-125
+always alighanem 1-123-24-1245-125-1-1345
+always alighogy 1-123-24-1245-125
+always amely 1-134
+always amellyel 1-134-1236
+always aminthogy 1-134-2345-125
+always amióta 1-134-24-246
+always azazhogy 1-126-1-126-125
+always azóta 1-126-246
+always bárhogy 12-4-1235-125
+always csakannyi 146-1-24
+always csakennyi 146-15-24
+always csakhogy 146-125
+always csakígy 146-34
+always csakilyen 146-24-456-15-1345
+always csakolyan 146-135-456-1-1345
+always csakúgy 146-346
+always dehogyisnem 145-125-24-234-1345-15-134
+always dehogynem 145-125-1345
+always épphogy 16-1234-1234-125
+always ezóta 15-126-246
+always hanem 125-1-1345
+always hogymint 125-134-2345
+always majdcsak 134-1-245-145-146
+always majdhogy 134-1-245-145-125
+always márpedig 134-4-1235-1234
+always mégiscsak 134-16-1245-24-234-146
+always mellyel 134-1236
+always merthogy 134-15-1235-2345-125
+always mígnem 134-34-1245-1345
+always mindenhogy 134-145-15-1345-125
+always minthogy 134-2345-125
+always mivelhogy 134-24-1236-15-123-125
+always semhogy 234-15-134-125
+always úgyhogy 346-125
+
+#two braille mark containing word abbreviations
+always annyi 1-24
+always boldog 12-1245
+always ennyi 15-24
+always gond 1245-145
+always függ 1245-1245
+always gyors 1456-234
+always keresz 13-15-1235-15-156
+always keres 13-234
+always mind 134-145
+always mint 134-2345
+always ország 135-1245
+always olvas 135-234
+always össze 12345-15
+always összekap 12345-15-13-1-1234
+always pont 1234-2345
+always ponttal 1234-2345-1236
+always ponty 1234-135-1345-1256
+always ponttyal 1234-135-1345-1256-1236
+always pontty 1234-135-1345-1256-1256
+always pénz 1234-126
+always rövid 1235-145
+always forr 1235-1235
+always szabad 156-145
+always tanács 2345-146
+always teljes 2345-234
+always világ 1236-1245
+always világosabban 1236-1245-135-234-1-12-12-1-1345
+always gyorsabban 1456-234-1-12-12-1-1345
+always leggyorsabban 123-15-1245-1456-234-1-12-12-1-1345
+always világos 1236-1245-135-234
+always volt 1236-2345
+always interjúvolt 24-1345-2345-15-1235-245-346-1236-135-123-2345
+always távoltart 2345-4-1236-135-123-2345-1-1235-2345
+always mikrovolt =
+always mikrovolttal 134-24-13-1235-135-1236-135-123-2345-1236
+always mikrovolt-tal 134-24-13-1235-135-1236-135-123-2345-36-1236
+always kilovolt =
+always kilovolttal 13-24-123-135-1236-135-123-2345-1236
+always kilovolt-tal 13-24-123-135-1236-135-123-2345-36-1236
+always millivolt =
+always millivolttal 134-24-123-123-24-1236-135-123-2345-1236
+always millivolt-tal 134-24-123-123-24-1236-135-123-2345-36-1236
+always voltnál =
+always voltnak =
+always volt-nak =
+always voltnyi 1236-135-123-2345-1246-24
+always volt-nyi 1236-135-123-2345-36-1246-24
+always volton =
+always voltos =
+always voltot =
+always voltban 1236-135-123-2345-12
+always volt-ban 1236-135-123-2345-36-12
+always voltból 1236-135-123-2345-12-123
+always volt-ból 1236-135-123-2345-36-12-123
+always volthoz 1236-135-123-2345-125-126
+always volt-hoz 1236-135-123-2345-36-125-126
+always voltra =
+always volt-ra =
+always voltról 1236-135-123-2345-1235-123
+always volt-ról 1236-135-123-2345-36-1235-123
+always volttal 1236-135-123-2345-1236
+always volt-tal 1236-135-123-2345-36-1236
+always volttól 1236-135-123-2345-2345-123
+always volt-tól 1236-135-123-2345-36-2345-123
+always voltmérő =
+always elektronvolt =
+always elektronvolttal 15-123-15-13-2345-1235-135-1345-1236-135-123-2345-1236
+always elektronvolt-tal 15-123-15-13-2345-1235-135-1345-1236-135-123-2345-36-1236
+always -a 36-1
+joinword a 2
+joinword A 2
+joinword az 3
+
+#Other grammatic suffixes related abbreviations
+endword bbal 12-1236
+endword bbel 12-1236
+endword ccal 14-1236
+endword ccel 14-1236
+endword ccsal 146-1236
+endword ccsel 146-1236
+endword chcsal 14-125-1236
+endword chcsel 14-125-1236
+endword chhal 14-125-1236
+endword chhel 14-125-1236
+endword ddal 145-1236
+endword ddel 145-1236
+endword ffal 124-1236
+endword ffel 124-1236
+endword ggal 1245-1236
+endword ghgal 1245-125-1236
+endword ggel 1245-1236
+endword ghgel 1245-125-1236
+endword ggyal 1456-1236
+endword ggyel 1456-1236
+endword hhal 125-1236
+endword hhel 125-1236
+endword jjal 245-1236
+endword jjel 245-1236
+endword kkal 13-1236
+endword kkel 13-1236
+endword llal 123-1236
+endword llel 123-1236
+endword llyal 456-1236
+endword llyel 456-1236
+endword mmal 134-1236
+endword mmel 134-1236
+endword nnal 1345-1236
+endword nnel 1345-1236
+endword nnyal 1246-1236
+endword nnyel 1246-1236
+endword ppal 1234-1236
+endword ppel 1234-1236
+endword rral 1235-1236
+endword rrel 1235-1236
+endword ssal 234-1236
+endword ssel 234-1236
+endword sszal 156-1236
+endword sszel 156-1236
+endword ttal 2345-1236
+endword ttel 2345-1236
+endword ttyal 1256-1236
+endword ttyel 1256-1236
+endword vval 1236-1236
+endword vvel 1236-1236
+endword wval 2456-1236
+endword wvel 2456-1236
+endword xszal 1346-1236
+endword xszel 1346-1236
+endword yval 13456-1236
+endword yvel 13456-1236
+endword zzal 126-1236
+endword zzel 126-1236
+endword zzsal 345-1236
+endword zzsel 345-1236
+endword -bal 36-1236
+endword -bel 36-1236
+endword -cal 36-1236
+endword -cel 36-1236
+endword -csal 36-1236
+endword -csel 36-1236
+endword -del 36-1236
+endword -gyal 36-1236
+endword -gyel 36-1236
+endword -kal 36-1236
+endword -kel 36-1236
+endword -lal 36-1236
+endword -lel 36-1236
+endword -mal 36-1236
+endword -mel 36-1236
+endword -nel 36-1236
+endword -ral 36-1236
+endword -rel 36-1236
+endword -sal 36-1236
+endword -sel 36-1236
+endword -szal 36-1236
+endword -szel 36-1236
+endword -tal 36-1236
+endword -tel 36-1236
+endword -zal 36-1236
+endword -zel 36-1236
+endword -zsal 36-1236
+endword -zsel 36-1236
+
+#Words, with only end of suffix need abbreviate, and need different marking braille with previous defined in hu-exceptionwords.cti file
+always akáccal 1-13-4-14-1236
+always lánccal 123-4-1345-14-1236
+always tánccal 2345-4-1345-14-1236
+always habarccsal 125-1-12-1-1235-146-1236
+always országgal 135-1245-1236
+always barlanggal 12-1-1235-123-1-1345-1245-1236
+always betegséggel 12-15-2345-15-234-16-1245-1236
+always dömpinggel 145-12345-134-24-1345-1245-1236
+always marketinggel 134-1-1235-13-15-2345-24-1345-1245-1236
+always sereggel 234-15-1235-15-1245-1236
+always üveggel 12356-1236-15-1245-1236
+always sebességgel 234-15-12-15-234-234-16-1245-1236
+always rendszerben 1235-15-1345-145-156-15-1235-12
+endword lemezzel 123-15-134-15-126-1236
+word lemezzel 123-15-134-15-126-1236
+always pénzzel 1234-126-1236
+always réteggel 1235-16-2345-15-1245-1236
+always rézzel 1235-16-126-1236
+always vízzel 1236-34-126-1236
+always tűzzel 2345-23456-126-1236
+endword vízzel 1236-34-126-1236
+always kézzel 13-16-126-1236
+always áramlással 4-1235-1-134-123-4-234-1236
+always csalással 146-1-123-4-234-1236
+always típussal 2345-34-1234-136-234-1236
+always várossal 1236-4-1235-135-234-1236
+always bírsággal 12-34-1235-234-4-1245-1236
+always világgal 1236-1245-1236
+always virággal 1236-24-1235-4-1245-1236
+always működéssel 134-23456-13-12345-145-16-234-1236
+always halmazzal 125-1-123-134-1-126-1236
+always aktivitással 1-13-2345-24-1236-24-2345-4-234-1236
+always alvással 1-123-1236-4-234-1236
+always állomással 4-123-123-135-134-4-234-1236
+always ápolással 4-1234-135-123-4-234-1236
+always árréssel 4-1235-1235-16-234-1236
+always árveréssel 4-1235-1236-15-1235-16-234-1236
+always áttöréssel 4-2345-12345-1235-16-234-1236
+always bukással 12-136-13-4-234-1236
+always ciklussal 14-24-13-123-136-234-1236
+always dolgozással 145-135-123-1245-135-126-4-234-1236
+always effektussal 15-124-124-15-13-2345-136-234-1236
+always egyenessel 15-1456-15-1345-15-234-1236
+always énekessel 16-1345-15-13-15-234-1236
+always ellátással 15-123-123-4-2345-4-234-1236
+always emelkedéssel 15-134-15-123-13-15-145-16-234-1236
+always erősítéssel 15-1235-12456-234-34-2345-16-234-1236
+always hirdetéssel 125-24-1235-145-15-2345-16-234-1236
+always intrikussal 24-1345-2345-1235-24-13-136-234-1236
+always járással 245-4-1235-4-234-1236
+always kezdéssel 13-15-126-145-16-234-1236
+always képzéssel 13-16-1234-126-16-234-1236
+always kiadással 13-24-1-145-4-234-1236
+always kutatással 13-136-2345-1-2345-4-234-1236
+always kórussal 13-246-1235-136-234-1236
+always látással 123-4-2345-4-234-1236
+always légzéssel 123-16-1245-126-16-234-1236
+always lépéssel 123-16-1234-16-234-1236
+always munkással 134-136-1345-13-4-234-1236
+always oktatással 135-13-2345-1-2345-4-234-1236
+always orvossal 135-1235-1236-135-234-1236
+always óriással 246-1235-24-4-234-1236
+always réssel 1235-16-234-1236
+always ritmussal 1235-24-2345-134-136-234-1236
+always rovással 1235-135-1236-4-234-1236
+always településsel 2345-15-123-15-1234-12356-123-16-234-1236
+always tojással 2345-135-245-4-234-1236
+always töréssel 2345-12345-1235-16-234-1236
+always utasítással 136-2345-1-234-34-2345-4-234-1236
+always ütéssel 12356-2345-16-234-1236
+always vallással 1236-1-123-123-4-234-1236
+always viselkedéssel 1236-24-234-15-123-13-15-145-16-234-1236
+always elemzéssel 15-123-15-134-126-16-234-1236
+always kérdéssel 13-16-1235-145-16-234-1236
+always biznisszel 12-24-126-1345-24-156-1236
+always százzal 156-4-126-1236
+always vázzal 1236-4-126-1236
+always házzal 125-4-126-1236
+always bűnözéssel 12-345-1345-12345-126-16-234-1236
+always ejtőernyőssel 15-245-2345-12456-15-1235-1246-12456-234-1236
+always feltevéssel 124-15-123-2345-15-1236-16-234-1236
+always említéssel 15-134-123-34-2345-16-234-1236
+always ötvössel 12345-2345-1236-12345-234-1236
+always erőlködéssel 15-1235-12456-123-13-12345-145-16-234-1236
+always érveléssel 16-1235-1236-15-123-16-234-1236
+always vörössel 1236-12345-1235-12345-234-1236
+always felszereléssel 124-15-123-156-15-1235-15-123-16-234-1236
+always hitelesítéssel 125-24-2345-15-123-15-234-34-2345-16-234-1236
+always meggyessel 134-15-1456-1456-15-234-1236
+always sertéssel 234-15-1235-2345-16-234-1236
+always incidenssel 24-1345-14-24-145-15-1345-234-1236
+always kontinenssel 13-135-1345-2345-24-1345-15-1345-234-1236
+always művelődéssel 134-23456-1236-15-123-12456-145-16-234-1236
+always lebegéssel 123-15-12-15-1245-16-234-1236
+always mágnessel 134-4-1245-1345-15-234-1236
+always meglepetéssel 134-15-1245-123-15-1234-15-2345-16-234-1236
+always mesterségessel 134-15-234-2345-15-1235-234-16-1245-15-234-1236
+always pilissel 1234-24-123-24-234-1236
+always sikeressel 234-24-13-15-1235-15-234-1236
+always szekeressel 156-15-13-15-1235-15-234-1236
+always tetszéssel 2345-15-2345-156-16-234-1236
+always ciripeléssel 14-24-1235-24-1234-15-123-16-234-1236
+always örökséggel 12345-1235-12345-13-234-16-1245-1236
+always zománccal 126-135-134-4-1345-14-1236
+always piaccal 1234-24-1-14-1236
+always árboccal 4-1235-12-135-14-1236
+always árbóccal 4-1235-12-246-14-1236
+always tanonccal 2345-1-1345-135-1345-14-1236
+always matraccal 134-1-2345-1235-1-14-1236
+always bohóccal 12-135-125-246-14-1236
+always daróccal 145-1-1235-246-14-1236
+always lazaccal 123-1-126-1-14-1236
+always harminccal 125-1-1235-134-24-1345-14-1236
+always párduccal 1234-4-1235-145-136-14-1236
+always ifjonccal 24-124-245-135-1345-14-1236
+always polccal 1234-135-123-14-1236
+always kudarccal 13-136-145-1-1235-14-1236
+always kuruccal 13-136-1235-136-14-1236
+always malaccal 134-1-123-1-14-1236
+always martalóccal 134-1-1235-2345-1-123-246-14-1236
+always nyolccal 1246-135-123-14-1236
+always palóccal 1234-1-123-246-14-1236
+always pokróccal 1234-135-13-1235-246-14-1236
+always ribanccal 1235-24-12-1-1345-14-1236
+always suhanccal 234-136-125-1-1345-14-1236
+always tornáccal 2345-135-1235-1345-4-14-1236
+always udvaronccal 136-145-1236-1-1235-135-1345-14-1236
+always újonccal 346-245-135-1345-14-1236
+always fegyenccel 124-15-1456-15-1345-14-1236
+always fejléccel 124-15-245-123-16-14-1236
+always filccel 124-24-123-14-1236
+always gerinccel 1245-15-1235-24-1345-14-1236
+always kilenccel 13-24-123-15-1345-14-1236
+always pereccel 1234-15-1235-15-14-1236
+always ketreccel 13-15-2345-1235-15-14-1236
+always licenccel 123-24-14-15-1345-14-1236
+always ujjperccel 136-245-245-1234-15-1235-14-1236
+always barccsal 12-1-1235-146-1236
+always kaviccsal 13-1-1236-24-146-1236
+always kapolccsal 13-1-1234-135-123-146-1236
+always táncsiccsal 2345-4-1345-146-24-146-1236
+always vakarccsal 1236-1-13-1-1235-146-1236
+word azonnal 1-126-135-1345-1345-1-123
+endword darabban 145-1-1235-1-12-12
+word darabban 145-1-1235-1-12-12
+word küszöbben 13-12356-156-12345-12-12
+endword küszöbben 13-12356-156-12345-12-12
+endword klubban 13-123-136-12-12
+word klubban 13-123-136-12-12
+endword clubban 14-123-136-12-12
+word clubban 14-123-136-12-12
+word lábban 123-4-12-12
+endword lábban 123-4-12-12
+always ugyanabban 136-1456-1-1345-1-12-12
+always ugyanebben 136-1456-1-1345-15-12-12
+word aként =
+always ellenállással 15-123-123-15-1345-4-123-123-4-234-1236
+always rajzzal 1235-1-245-126-1236
+always gazsággal 1245-1-126-234-4-1245-1236
+always alkotással 1-123-13-135-2345-4-234-1236
+always pátosszal 1234-4-2345-135-156-1236
+always antikvitással 1-1345-2345-24-13-1236-24-2345-4-234-1236
+always protonnal 1234-1235-135-2345-135-1345-1236
+always farkassal 124-1-1235-13-1-234-1236
+always gyilkossággal 1456-24-123-13-135-234-234-4-1245-1236
+always árulással 4-1235-136-123-4-234-1236
+always robbanással 1235-135-12-12-1-1345-4-234-1236
+always utalással 136-2345-1-123-4-234-1236
+always vívással 1236-34-1236-4-234-1236
+always mutatkozással 134-136-2345-1-2345-13-135-126-4-234-1236
+always lakással 123-1-13-4-234-1236
+always fordítással 124-135-1235-145-34-2345-4-234-1236
+always terrorizmussal 2345-15-1235-1235-135-1235-24-126-134-136-234-1236
+always kontaktussal 13-135-1345-2345-1-13-2345-136-234-1236
+always carlitosszal 14-1-1235-123-24-2345-135-156-1236
+always ciprussal 14-24-1234-1235-136-234-1236
+always periódussal 1234-15-1235-24-246-145-136-234-1236
+always csősszel 146-12456-156-1236
+always mászással 134-4-156-4-234-1236
+always diakónussal 145-24-1-13-246-1345-136-234-1236
+always dialógussal 145-24-1-123-246-1245-136-234-1236
+always dinoszaurusszal 145-24-1345-135-156-1-136-1235-136-156-1236
+always pólussal 1234-246-123-136-234-1236
+always dobolással 145-135-12-135-123-4-234-1236
+always dragonyossal 145-1235-1-1245-135-1246-135-234-1236
+always pedagógussal 1234-15-145-1-1245-246-1245-136-234-1236
+always mítosszal 134-34-2345-135-156-1236
+always migránssal 134-24-1245-1235-4-1345-234-1236
+always epidermisszel 15-1234-24-145-15-1235-134-24-156-1236
+always epilógussal 15-1234-24-123-246-1245-136-234-1236
+always prológussal 1234-1235-135-123-246-1245-136-234-1236
+always eposszal 15-1234-135-156-1236
+always erőforrással 15-1235-12456-1235-1235-4-234-1236
+always politikussal 1234-135-123-24-2345-24-13-136-234-1236
+always felsorolással 124-15-123-234-135-1235-135-123-4-234-1236
+always fuvarossal 124-136-1236-1-1235-135-234-1236
+always identitással 24-145-15-1345-234-24-2345-4-234-1236
+always puskással 1234-136-234-13-4-234-1236
+always gránátossal 1245-1235-4-1345-4-2345-135-234-1236
+always gyalogossal 1456-1-123-135-1245-135-234-1236
+always zaklatással 126-1-13-123-1-2345-4-234-1236
+always hallással 125-1-123-123-4-234-1236
+always démokritosszal 145-16-134-135-13-1235-24-2345-135-156-1236
+always héphaisztosszal 125-16-1234-125-1-24-156-2345-135-156-1236
+always hérakleitosszal 125-16-1235-1-13-123-15-24-2345-135-156-1236
+always hérodotosszal 125-16-1235-135-145-135-2345-135-156-1236
+always milétosszal 134-24-123-16-2345-135-156-1236
+always taigetosszal 2345-1-24-1245-15-2345-135-156-1236
+always horkolással 125-135-1235-13-135-123-4-234-1236
+always hússzelettel 125-346-234-156-15-123-15-2345-1236
+always ikarosszal 24-13-1-1235-135-156-1236
+always szurkolással 156-136-1235-13-135-123-4-234-1236
+always kerékpárossal 13-15-1235-16-13-1234-4-1235-135-234-1236
+always koldussal 13-135-123-145-136-234-1236
+always konfliktussal 13-135-1345-124-123-24-13-2345-136-234-1236
+always konstanssal 13-135-1345-234-2345-1-1345-234-1236
+always kortárssal 13-135-1235-2345-4-1235-234-1236
+always tetoválással 2345-15-2345-135-1236-4-123-4-234-1236
+always kreativitással 13-1235-15-1-2345-24-1236-24-2345-4-234-1236
+always likviditással 123-24-13-1236-24-145-24-2345-4-234-1236
+always páncélossal 1234-4-1345-14-16-123-135-234-1236
+always magatartással 13-1-1245-1-2345-1-1235-2345-4-234-1236
+always megtorlással 134-15-1245-2345-135-1235-123-4-234-1236
+always piramissal 1234-24-1235-1-134-24-234-1236
+always mikulással 134-24-13-136-123-4-234-1236
+always mitugrásszal 134-24-2345-136-1245-1235-4-156-1236
+always nyilassal 1246-24-123-1-234-1236
+always nyílással 1246-34-123-4-234-1236
+always ozirisszel 135-126-24-1235-24-156-1236
+always padlással 1234-1-145-123-4-234-1236
+always pénisszel 1234-16-1345-24-156-1236
+always pirossal 1234-24-1235-135-234-1236
+always puffanással 1234-136-124-124-1-1345-4-234-1236
+always realitással 1235-15-1-123-24-2345-4-234-1236
+always tapssal 2345-1-1234-234-1236
+always toposszal 2345-135-1234-135-156-1236
+always vassal 1236-1-234-1236
+always verbunkossal 1236-15-1235-12-136-1345-13-135-234-1236
+always vonóssal 1236-135-1345-246-234-1236
+always telefonnal 2345-15-123-15-124-135-1345-1236
+always átlaggal 4-2345-123-1-1245-1236
+always óceánnal 246-14-15-4-1345-1236
+always mérleggel 134-16-1235-123-15-1245-1236
+always bádoggal 12-4-145-135-1245-1236
+always balatonnal 12-1-123-1-2345-135-1345-1236
+always horoggal 125-135-1235-135-1245-1236
+always baromsággal 12-1-1235-135-134-234-4-1245-1236
+always tehetséggel 2345-15-125-15-2345-234-16-1245-1236
+always tamponnal 2345-1-134-1234-135-1345-1236
+always maratonnal 134-1-1235-1-2345-135-1345-1236
+always börtönnel 12-12345-1235-2345-12345-1345-1236
+always bronzzal 12-1235-135-1345-126-1236
+always újsággal 346-245-2345-4-1245-1236
+always bumeránggal 12-136-134-15-1235-4-1345-1245-1236
+always haranggal 125-1-1235-1-1345-1245-1236
+always vagonnal 1236-1-1245-135-1345-1236
+always ingatlannal 24-1345-1245-1-2345-123-1-1345-1236
+always vendéggel 1236-15-1345-145-16-1245-1236
+always doppinggal 145-135-1234-1234-24-1345-1245-1236
+always dőlésszöggel 145-12456-123-16-234-156-12345-1245-1236
+always dramaturggal 145-1235-1-134-1-2345-136-1235-1245-1236
+always édességgel 16-145-15-234-234-16-1245-1236
+always egyezséggel 15-1456-15-126-234-16-1245-1236
+always kuponnal 13-136-1234-135-1345-1236
+always elektronnal 15-123-15-13-2345-1235-135-1345-1236
+always hűséggel 125-23456-234-16-1245-1236
+always méreggel 134-16-1235-15-1245-1236
+always ellenséggel 15-123-123-15-1345-234-16-1245-1236
+always dásszámmal 145-4-234-156-4-134-1236
+always érdekességgel 16-1235-145-15-13-15-234-234-16-1245-1236
+always értelmiséggel 16-1235-2345-15-123-134-24-234-16-1245-1236
+always szavarral 234-126-1-1236-1-1235-1236
+always lánggal 123-4-1345-1245-1236
+always többséggel 2345-12345-12-12-234-16-1245-1236
+always sablonnal 234-1-12-123-135-1345-1236
+always filmintézettel 124-24-123-134-24-1345-2345-16-126-15-2345-1236
+always flakonnal 124-123-1-13-135-1345-1236
+always fogasszíjjal 124-135-1245-1-234-156-34-245-1236
+always furgonnal 124-136-1235-1245-135-1345-1236
+always stadionnal 234-2345-1-145-24-135-1345-1236
+always kabinnal 13-1-12-24-1345-1236
+always gallonnal 1245-1-123-123-135-1345-1236
+always zsugárral 126-234-136-1245-4-1235-1236
+always mikrofonnal 134-24-13-1235-135-124-135-1345-1236
+always gerebennel 1245-15-1235-15-12-15-1345-1236
+always ginsenggel 1245-24-1345-234-15-1345-1245-1236
+always kartonnal 13-1-1235-2345-135-1345-1236
+always gluténnal 1245-123-136-2345-16-1345-1236
+always gluténnel 1245-123-136-2345-16-1345-1236
+always nemezzel 1345-15-134-15-126-1236
+always húshagyókeddel 125-346-234-125-1-1456-246-13-15-145-145-15-123
+always aiszóposszal 1-24-156-246-135-135-156-1236
+always borsóbükkönnyel 12-135-1235-234-246-12-12356-13-13-12345-1246-1236
+always brutasszal 12-1235-136-2345-1-156-1236
+always bűnnel 12-23456-1345-1236
+always crixusszal 14-1235-24-1346-136-156-1236
+always pennysekkel 1234-15-1345-1345-13456-234-15-13-1236
+always pennyvel 1234-15-1345-1345-13456-1236
+always pennykkel 1234-15-1345-1345-13456-13-1236
+always pennyével 1234-15-1345-1345-13456-16-1236
+always sopronnal 234-135-1234-1235-135-1345-1236
+always kalauzzal 13-1-123-1-136-126-1236
+always hazugsággal 125-1-126-136-1245-234-4-1245-1236
+always helyszínnel 125-15-456-156-34-1345-1236
+always hírességgel 125-34-1235-15-234-234-16-1245-1236
+always hollywooddal 125-135-123-123-13456-2456-135-145-1236
+always hússzaggal 125-346-234-156-1-1245-1236
+always idegennel 24-145-15-1245-15-1345-1236
+always záloggal 126-4-123-135-1245-1236
+always jonesszal 245-135-1345-15-156-1236
+always kalózzal 13-1-123-246-126-1236
+always kamionnal 13-1-134-24-135-1345-1236
+always kansasszel 13-1-1345-234-1-156-1236
+always karbonnal 13-1-1235-12-135-1345-1236
+always kéjjel 13-16-245-1236
+always szölddel 234-126-12345-123-145-1236
+always kereszténységgel 13-15-1235-15-156-2345-16-1246-234-16-1245-1236
+always ördöggel 12345-1235-145-12345-1245-1236
+always kívánsággal 13-34-1236-4-1345-234-4-1245-1236
+always kokainnal 13-135-13-1-24-1345-1236
+always röntgennel 1235-12345-1345-2345-1245-15-1345-1236
+always kötelességgel 13-12345-2345-15-123-15-234-234-16-1245-1236
+always kuplunggal 13-136-1234-123-136-1345-1245-1236
+always lábcinnel 123-4-12-14-24-1345-1236
+always népességgel 1345-16-1234-15-234-234-16-1245-1236
+always lakossággal 123-1-13-135-234-234-4-1245-1236
+always lexikonnal 123-15-1346-24-13-135-1345-1236
+always marcipánnal 134-1-1235-14-24-1234-4-1345-1236
+always porcelánnal 1234-135-1235-14-15-123-4-1345-1236
+always mássággal 134-4-234-234-4-1245-1236
+always matrózzal 134-1-2345-1235-246-126-1236
+always mediánnal 134-15-145-24-4-1345-1236
+always mézsörrel 134-16-126-234-12345-1235-1236
+always vulkánnal 1236-136-123-13-4-1345-1236
+always morfinnal 134-135-1235-124-24-1345-1236
+always tehénnel 2345-15-125-16-1345-1236
+always végtaggal 1236-16-1245-2345-1-1245-1236
+always szebennel 156-15-12-15-1345-1236
+always vázsonnyal 1236-4-345-135-1246-1236
+always neutronnal 1345-15-136-2345-1235-135-1345-1236
+always newtonnal 1345-15-2456-135-1345-1236
+always nukleonnal 1345-136-13-123-15-135-1345-1236
+always ostobasággal 135-234-2345-135-12-1-2345-4-1245-1236
+always oxigénnel 135-1346-24-1245-16-1345-1236
+always őzsöréttel 12456-126-234-12345-1235-16-2345-1236
+always panteonnal 1234-1-1345-2345-15-135-1345-1236
+always platánnal 1234-123-1-2345-4-1345-1236
+always radiánnal 1235-1-145-24-4-1345-1236
+always ritkasággal 1235-24-2345-13-1-234-4-1245-1236
+always szarvaszsírral 156-1-1235-1236-1-234-345-34-1235-1236
+always szsákkal 234-345-4-13-1236
+always tízzel 2345-34-126-1236
+always topázzal 2345-135-1234-4-126-1236
+always vaszillal 1236-1-156-24-123-1236
+always végtelennel 1236-15-1245-2345-15-123-15-1345-1236
+always gonddal 1245-145-1236
+always gyorssal 1456-234-1236
+always röviddel 1235-145-1236
+always teljessel 2345-234-1236
+always minddel 134-145-1236
+always szabaddal 156-145-1236
+always árral 4-1235-1236
+word lomban =
+noback pass2 @134-15-1456-1456-15-123 @134-15-1456-1236
+
+#Special number suffixes related rules
+endnum A 6-1
+endnum B 6-12
+endnum C 6-14
+endnum D 6-145
+endnum E 6-15
+endnum F 6-124
+endnum G 6-1245
+endnum H 6-125
+endnum I 6-24
+endnum J 6-245
+endnum ban 6-12
+endnum ben 6-12
+endnum -ban 36-12
+endnum -ben 36-12
+endnum ből 6-12-123
+endnum ból 6-12-123
+endnum -ból 36-12-123
+endnum -ből 36-12-123
+endnum hoz 6-125-126
+endnum hez 6-125-126
+endnum höz 6-125-126
+endnum -hoz 36-125-126
+endnum -éhez 36-16-125-126
+endnum -hez 36-125-126
+endnum -höz 36-125-126
+endnum -ként 36-13-2345
+endnum rel 1235-123
+endnum ról 1235-12
+endnum ről 1235-123
+endnum -rel 36-1235-123
+endnum -ról 36-1235-123
+endnum -ről 36-1235-123
+endnum tól 2345-123
+endnum től 2345-123
+endnum -tól 36-2345-123
+endnum -től 36-2345-123
+endnum -val 36-1236
+endnum -vel 36-1236
+endnum a\sés 6-1-0-16
+endnum -cal 36-1236
+endnum -cel 36-1236
+endnum -gyel 36-1236
+endnum %-kal 3456-245-356-36-1236
+endnum -kel 36-1236
+endnum -lel 36-1236
+endnum -mal 36-1236
+endnum -nel 36-1236
+endnum -szal 36-1236
+endnum -tal 36-1236
+endnum -tel 36-1236
+endnum -zal 36-1236
+endnum -zel 36-1236
+endnum %-ban 3456-245-356-36-12
+endnum %-ból 3456-245-356-36-12-123
+endnum %-hoz 3456-245-356-36-125-126
+endnum %-ról 3456-245-356-36-1235-123
+endnum %-tól 3456-245-356-36-2345-123
+endnum §-ban 3456-1236-36-12
+endnum §-hoz 3456-1236-36-125-126
+endnum %-ként 3456-245-356-36-13-2345
+
+#words, with not need abbreviate anything
+always bonyolultabbal 12-135-1246-135-123-136-123-2345-1-12-12-1-123
+word szívvel 156-34-1236-1236-15-123
+word érrel 16-1235-1235-15-123
+#endword érrel =
+always könyvel 13-12345-1246-1236-15-123
+always könnyel 13-12345-1246-1246-15-123
+always kedvel =
+word keddel =
+word orral =
+always nevel =
+always növel =
+always szaval 156-1-1236-1-123
+always széjjel 156-16-245-245-15-123
+word reggel =
+always harmadannyi 125-1-1235-134-1-145-1-1246-1246-24
+always huszadannyi 125-136-156-1-145-1-1246-1246-24
+always százannyi 156-4-126-1-1246-1246-24
+always boldogasszony 12-135-123-145-135-1245-1-156-156-135-1246
+always mennyi 134-15-1246-1246-24
+always szennyirodal 156-15-1246-1246-24-1235-135-145-1-123
+always sróforr =
+always beforr =
+always foszforral 124-135-156-124-135-1235-1235-1-123
+always brókeres =
+always fiákeres =
+always gyökeres 1456-12345-13-15-1235-15-234
+always pacemakeres =
+always pókeres =
+always sikeres =
+always szekeres 156-15-13-15-1235-15-234
+always programindító =
+always rámindul =
+always számindex 156-4-134-24-1345-145-15-1346
+always vitamindús =
+always mindszenti 134-24-1345-145-156-15-1345-2345-24
+always albumint =
+always amphetamint =
+always benjámint =
+always filmintézet 124-24-123-134-24-1345-2345-16-126-15-2345
+always glutamint =
+always gyámintézet 1456-4-134-24-1345-2345-16-126-15-2345
+always jázmint 245-4-126-134-24-1345-2345
+always minta =
+always mintá =
+always villáminterjú =
+always vitamint =
+always villámolvasás =
+always villámolvasni =
+always fürössze 124-12356-1235-12345-156-156-15
+always szösszenet 156-12345-156-156-15-1345-15-2345
+always kupont =
+always naponta =
+always pompont =
+always pontifex 1234-135-1345-2345-24-124-15-1346
+always pontifexszel 1234-135-1345-2345-24-124-15-1346-1236
+always pontonh 1234-135-1345-2345-135-1345-125
+always sampont =
+always spontaneitás =
+always spontaneitással 234-1234-135-1345-2345-1-1345-15-24-2345-4-234-1236
+always spontán =
+always tampont =
+always szabadka 156-1-12-1-145-13-1
+always szabadká 156-1-12-1-145-13-4
+always voltaire =
+always hisztamint 125-24-156-2345-1-134-24-1345-2345
+always tanulással 2345-1-1345-136-123-4-234-1236
+always szerben 156-15-1235-12-15-1345
+always verében =
+always gereben =
+always seben =
+always zseben 345-15-12-15-1345
+always különben =
+always hasában =
+always véreben =
+always eben =
+always szível 156-34-1236-15-123
+always lebben =
+always libben =
+always rebben =
+word áthoz 4-2345-125-135-126
+word éhez 16-125-15-126
+word kolhoz 13-135-123-125-135-126
+word behoz 12-15-125-135-126
+word elhoz 15-123-125-135-126
+word felhoz 124-15-123-125-135-126
+word idehoz 24-145-15-125-135-126
+word kihoz 13-24-125-135-126
+word lehoz 123-15-125-135-126
+word meghoz 134-15-1245-125-135-126
+word odahoz 135-145-1-125-135-126
+word összehoz 12345-15-125-135-126
+word rához 1235-4-125-135-126
+word reához 1235-15-4-125-135-126
+word széthoz 156-16-2345-125-135-126
+word visszahoz 1236-24-156-156-1-125-135-126
+always érvel 16-1235-1236-15-123
+always amelyik 1-134-15-456-24-13
+always amelynek 1-134-15-456-1345-15-13
+always amelyre 1-134-15-456-1235-15
+always nyelvel 1246-15-123-1236-15-123
+always éjjel =
+always jászboldogház 245-4-156-12-135-123-145-135-1245-125-4-126
+always zalaboldog 126-1-123-1-12-135-123-145-135-1245
+always stimmel =
+begword szabadal 156-1-12-1-145-1-123
+always tavasszal 2345-1-1236-1-156-156-1-123
+always nappal 1345-1-1234-1234-1-123
+always boldogfalv =
+begword boldogház 12-135-123-145-135-1245-125-4-126
+always boldog-hegyi 12-135-123-145-135-1245-36-125-15-1456-24
+word boldogi 12-135-123-145-135-1245-24
+word boldogiak =
+always boldogkő =
+always boldog-liget =
+always boldogon =
+always boldog-szigetek 12-135-123-145-135-1245-36-156-24-1245-15-2345-15-13
+# liblouis: Russian translation table for program sources
+#
+# -----------
+#-index-name: Russian, computer
+#-display-name: Russian computer braille
+#
+#+locale:ru
+#+type:computer
+#
+# TODO: Please correct the metadata above. It is not meant to be
+# accurate nor complete. It hasn't been verified by the table
+# author yet. It is merely an attempt by the liblouis maintainers
+# to get some sensible initial values in place.
+#
+# TODO: Please add a reference to official documentation about
+# the implemented braille code. Preferably submit the documents
+# to https://github.com/liblouis/braille-specs.
+# -----------
+#
+#  Copyright (C) 2013 Igor B. Poretsky <poretsky@mlbox.ru>
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 3 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+
+# This table is not a computer braille in usual sense.
+# It is intended for producing printable braille representation
+# of a program source text, especially when it contains
+# Russian comments or literals. Use it as an alternative
+# literary braille table.
+
+# Display and character definitions:
+include ru-letters.dis
+include ru-chardefs.cti
+include en-chardefs.cti English character definitions
+
+# Braille indicators:
+numsign 3456  number sign, just a dots operand
+capsletter 46
+begcapsword 56
+endcapsword 6
+
+# The decimal digits:
+include litdigits6Dots.uti
+
+# Punctuations:
+decpoint . 256
+prepunc " 236
+postpunc " 356
+hyphen - 36
+noback always . 256
+noback always , 2
+always ; 6-23
+noback always : 25
+always ? 6-26
+always ! 6-235
+noback always ' 3
+noback always ` 4
+
+# Special symbols:
+always @ 4-1
+always # 4-1345
+always $ 4-145
+always % 3456-356
+always ^ 56-26
+always & 6-12346
+noback always * 23
+noback always ( 126
+noback always ) 345
+always _ 6-25
+noback always [ 12356
+noback always ] 23456
+always { 46-126
+always } 46-345
+always \\ 4-16
+always | 456-3
+noback always ~ 26
+
+# mathematical symbols:
+noback always - 36
+noback always + 235
+always / 6-34
+always < 4-246
+always > 4-135
+noback always = 2356
+
+# Symbol classes for special rules below:
+class upperlatin ABCDEFGHIJKLMNOPQRSTUVWXYZ
+class lowerlatin abcdefghijklmnopqrstuvwxyz
+class uppercyrillic \x0401\x0410\x0411\x0412\x0413\x0414\x0415\x0416\x0417\x0418\x0419\x041A\x041B\x041C\x041D\x041E\x041F\x0420\x0421\x0422\x0423\x0424\x0425\x0426\x0427\x0428\x0429\x042A\x042B\x042C\x042D\x042E\x042F
+class lowercyrillic \x0430\x0431\x0432\x0433\x0434\x0435\x0436\x0437\x0438\x0439\x043A\x043B\x043C\x043D\x043E\x043F\x0440\x0441\x0442\x0443\x0444\x0445\x0446\x0447\x0448\x0449\x044A\x044B\x044C\x044D\x044E\x044F\x0451
+
+class latin ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz
+class cyrillic \x0401\x0410\x0411\x0412\x0413\x0414\x0415\x0416\x0417\x0418\x0419\x041A\x041B\x041C\x041D\x041E\x041F\x0420\x0421\x0422\x0423\x0424\x0425\x0426\x0427\x0428\x0429\x042A\x042B\x042C\x042D\x042E\x042F\x0430\x0431\x0432\x0433\x0434\x0435\x0436\x0437\x0438\x0439\x043A\x043B\x043C\x043D\x043E\x043F\x0440\x0441\x0442\x0443\x0444\x0445\x0446\x0447\x0448\x0449\x044A\x044B\x044C\x044D\x044E\x044F\x0451
+
+swapcd updigit 1234567890 1,12,14,145,15,124,1245,125,24,245
+
+# Mark letters immediately following digits.
+noback context [$d]%lowerlatin %updigit@6
+noback context [$d]%lowercyrillic %updigit@5
+noback context [$d"."]%lowerlatin %updigit@256@6
+noback context [$d"."]%lowercyrillic %updigit@256@5
+
+# Fix cyrillic letter marks.
+noback pass2 [@46]%cyrillic @45
+noback pass2 [@56]%cyrillic @456
+noback pass2 [@6]%cyrillic @5
+#
+# Copyright (C) 1995-2008 by The BRLTTY Developers.
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+
+# BRLTTY Text Table - Gaelic
+#
+# Samuel Thibault <samuel.thibault@ens-lyon.org>
+# 
+# This table is based on the Unesco report on the progress of unification of
+# braille writing « L'ÉCRITURE BRAILLE DANS LE MONDE », by Sir Clutha
+# MACKENZIE: http://unesdoc.unesco.org/images/0013/001352/135251fo.pdf
+# The document is dated 1954, so this table may be quite outdated.
+
+# generated by ttbtest
+space \s 0		SPACE
+punctuation ! 235		EXCLAMATION MARK
+punctuation " 2356		QUOTATION MARK
+punctuation ' 3		APOSTROPHE
+punctuation ( 236		LEFT PARENTHESIS
+punctuation ) 356		RIGHT PARENTHESIS
+punctuation , 2		COMMA
+punctuation - 36		HYPHEN-MINUS
+punctuation . 256		FULL STOP
+include digits8Dots.uti
+punctuation : 25		COLON
+punctuation ; 23		SEMICOLON
+punctuation ? 236		QUESTION MARK
+uppercase A 17		LATIN CAPITAL LETTER A
+uppercase B 127		LATIN CAPITAL LETTER B
+uppercase C 147		LATIN CAPITAL LETTER C
+uppercase D 1457		LATIN CAPITAL LETTER D
+uppercase E 157		LATIN CAPITAL LETTER E
+uppercase F 1247		LATIN CAPITAL LETTER F
+uppercase G 12457		LATIN CAPITAL LETTER G
+uppercase H 1257		LATIN CAPITAL LETTER H
+uppercase I 247		LATIN CAPITAL LETTER I
+uppercase J 2457		LATIN CAPITAL LETTER J
+uppercase K 137		LATIN CAPITAL LETTER K
+uppercase L 1237		LATIN CAPITAL LETTER L
+uppercase M 1347		LATIN CAPITAL LETTER M
+uppercase N 13457		LATIN CAPITAL LETTER N
+uppercase O 1357		LATIN CAPITAL LETTER O
+uppercase P 12347		LATIN CAPITAL LETTER P
+uppercase Q 123457		LATIN CAPITAL LETTER Q
+uppercase R 12357		LATIN CAPITAL LETTER R
+uppercase S 2347		LATIN CAPITAL LETTER S
+uppercase T 23457		LATIN CAPITAL LETTER T
+uppercase U 1367		LATIN CAPITAL LETTER U
+uppercase V 12367		LATIN CAPITAL LETTER V
+uppercase W 24567		LATIN CAPITAL LETTER W
+uppercase X 13467		LATIN CAPITAL LETTER X
+uppercase Y 134567		LATIN CAPITAL LETTER Y
+uppercase Z 13567		LATIN CAPITAL LETTER Z
+lowercase a 1		LATIN SMALL LETTER A
+lowercase b 12		LATIN SMALL LETTER B
+lowercase c 14		LATIN SMALL LETTER C
+lowercase d 145		LATIN SMALL LETTER D
+lowercase e 15		LATIN SMALL LETTER E
+lowercase f 124		LATIN SMALL LETTER F
+lowercase g 1245		LATIN SMALL LETTER G
+lowercase h 125		LATIN SMALL LETTER H
+lowercase i 24		LATIN SMALL LETTER I
+lowercase j 245		LATIN SMALL LETTER J
+lowercase k 13		LATIN SMALL LETTER K
+lowercase l 123		LATIN SMALL LETTER L
+lowercase m 134		LATIN SMALL LETTER M
+lowercase n 1345		LATIN SMALL LETTER N
+lowercase o 135		LATIN SMALL LETTER O
+lowercase p 1234		LATIN SMALL LETTER P
+lowercase q 12345		LATIN SMALL LETTER Q
+lowercase r 1235		LATIN SMALL LETTER R
+lowercase s 234		LATIN SMALL LETTER S
+lowercase t 2345		LATIN SMALL LETTER T
+lowercase u 136		LATIN SMALL LETTER U
+lowercase v 1236		LATIN SMALL LETTER V
+lowercase w 2456		LATIN SMALL LETTER W
+lowercase x 1346		LATIN SMALL LETTER X
+lowercase y 13456		LATIN SMALL LETTER Y
+lowercase z 1356		LATIN SMALL LETTER Z
+punctuation \x00a0 0		NO-BREAK SPACE
+uppercase \x00c1 123467		LATIN CAPITAL LETTER A WITH ACUTE
+uppercase \x00c9 1234567		LATIN CAPITAL LETTER E WITH ACUTE
+uppercase \x00cd 123567		LATIN CAPITAL LETTER I WITH ACUTE
+uppercase \x00d3 23467		LATIN CAPITAL LETTER O WITH ACUTE
+uppercase \x00da 234567		LATIN CAPITAL LETTER U WITH ACUTE
+lowercase \x00e1 12346		LATIN SMALL LETTER A WITH ACUTE
+lowercase \x00e9 123456		LATIN SMALL LETTER E WITH ACUTE
+lowercase \x00ed 12356		LATIN SMALL LETTER I WITH ACUTE
+lowercase \x00f3 2346		LATIN SMALL LETTER O WITH ACUTE
+lowercase \x00fa 23456		LATIN SMALL LETTER U WITH ACUTE
+uppercase \x010a 1467		LATIN CAPITAL LETTER C WITH DOT ABOVE
+lowercase \x010b 146		LATIN SMALL LETTER C WITH DOT ABOVE
+uppercase \x0120 12467		LATIN CAPITAL LETTER G WITH DOT ABOVE
+lowercase \x0121 1246		LATIN SMALL LETTER G WITH DOT ABOVE
+uppercase \x1e02 1267		LATIN CAPITAL LETTER B WITH DOT ABOVE
+lowercase \x1e03 126		LATIN SMALL LETTER B WITH DOT ABOVE
+uppercase \x1e0a 14567		LATIN CAPITAL LETTER D WITH DOT ABOVE
+lowercase \x1e0b 1456		LATIN SMALL LETTER D WITH DOT ABOVE
+uppercase \x1e1e 1567		LATIN CAPITAL LETTER F WITH DOT ABOVE
+lowercase \x1e1f 156		LATIN SMALL LETTER F WITH DOT ABOVE
+uppercase \x1e40 124567		LATIN CAPITAL LETTER M WITH DOT ABOVE
+lowercase \x1e41 12456		LATIN SMALL LETTER M WITH DOT ABOVE
+uppercase \x1e56 12567		LATIN CAPITAL LETTER P WITH DOT ABOVE
+lowercase \x1e57 1256		LATIN SMALL LETTER P WITH DOT ABOVE
+uppercase \x1e60 2467		LATIN CAPITAL LETTER S WITH DOT ABOVE
+lowercase \x1e61 246		LATIN SMALL LETTER S WITH DOT ABOVE
+uppercase \x1e6a 24567		LATIN CAPITAL LETTER T WITH DOT ABOVE
+lowercase \x1e6b 2456		LATIN SMALL LETTER T WITH DOT ABOVE
+# liblouis: Unified English Braille Code (Grade 2)
+#
+# -----------
+#-name: Unified English braille, grade 2
+#-index-name: English, unified, contracted
+#-display-name: Unified English contracted braille
+#
+#+locale:en
+#+type:literary
+#+contraction:full
+#+grade:2
+#+system:ueb
+#
+# TODO: Please correct the metadata above. It is not meant to be
+# accurate nor complete. It hasn't been verified by the table
+# author yet. It is merely an attempt by the liblouis maintainers
+# to get some sensible initial values in place.
+#
+# TODO: Please add a reference to official documentation about
+# the implemented braille code. Preferably submit the documents
+# to https://github.com/liblouis/braille-specs.
+# -----------
+#
+#  Copyright (C) 2004-2008 ViewPlus Technologies, Inc. www.viewplus.com
+#  Copyright (C) 2004-2006 JJB Software, Inc. www.jjb-software.com
+#  Copyright (C) 2016 American Printing House for the Blind, Inc. www.aph.org
+#  Copyright (C) 2016 Joseph Lee <joseph.lee22590@gmail.com>
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+#
+#  Maintained by John J. Boyer john.boyer@jjb-software.com
+#                Mike Gray <mgray@aph.org>
+#  Modified by Mike Gray <mgray@aph.org>
+#              Joseph Lee <joseph.lee22590@gmail.com>
+
+include en-ueb-g1.ctb
+
+multind 56-6 nocontractsign capsletter
+
+seqdelimiter -—
+seqdelimiter ‐   \x2010
+seqdelimiter ‑   \x2011
+seqdelimiter –   \x2013
+seqdelimiter —   \x2014
+seqbeforechars ([{"“'‘
+seqafterchars  )]}"”'’.,;:.!?…
+seqafterpattern 'd
+seqafterpattern 'll
+seqafterpattern 're
+seqafterpattern 's
+seqafterpattern 't
+seqafterpattern 've
+seqafterpattern ’d
+seqafterpattern ’ll
+seqafterpattern ’re
+seqafterpattern ’s
+seqafterpattern ’t
+seqafterpattern ’ve
+#TODO:  all caps words (see lou_translateString.c:inSequence()
+seqafterpattern 'D
+seqafterpattern 'LL
+seqafterpattern 'RE
+seqafterpattern 'S
+seqafterpattern 'T
+seqafterpattern 'VE
+seqafterexpression '([DSTdst]|ll|[rv]e|LL|[RV]E)
+seqafterpattern ’D
+seqafterpattern ’LL
+seqafterpattern ’RE
+seqafterpattern ’S
+seqafterpattern ’T
+seqafterpattern ’VE
+seqafterexpression ’([DSTdst]|ll|[rv]e|LL|[RV]E)
+
+#   10.1   Alphabetic Wordsigns
+#   - 10.1.1   standing alone
+#   - 10.1.2   followed by 'd, 'll, 're, 's, 't, 've and standing alone
+#   - 2.6.4
+
+#   must be before contractions?
+match %[^_~]%<* as (['’]([DSTdst]|ll|[rv]e|LL|[RV]E))?%>*%[^_~] 1356
+match %[^_~]%<* but (['’]([DSTdst]|ll|[rv]e|LL|[RV]E))?%>*%[^_~] 12
+match %[^_~]%<* can (['’]([DSTdst]|ll|[rv]e|LL|[RV]E))?%>*%[^_~] 14
+match %[^_~]%<* do (['’]([DSTdst]|ll|[rv]e|LL|[RV]E))?%>*%[^_~] 145
+match %[^_~]%<* every (['’]([DSTdst]|ll|[rv]e|LL|[RV]E))?%>*%[^_~] 15
+match %[^_~]%<* from (['’]([DSTdst]|ll|[rv]e|LL|[RV]E))?%>*%[^_~] 124
+match %[^_~]%<* go (['’]([DSTdst]|ll|[rv]e|LL|[RV]E))?%>*%[^_~] 1245
+match %[^_~]%<* have (['’]([DSTdst]|ll|[rv]e|LL|[RV]E))?%>*%[^_~] 125
+match %[^_~]%<* it (['’]([DSTdst]|ll|[rv]e|LL|[RV]E))?%>*%[^_~] 1346
+match %[^_~]%<* just (['’]([DSTdst]|ll|[rv]e|LL|[RV]E))?%>*%[^_~] 245
+match %[^_~]%<* knowledge (['’]([DSTdst]|ll|[rv]e|LL|[RV]E))?%>*%[^_~] 13
+match %[^_~]%<* like (['’]([DSTdst]|ll|[rv]e|LL|[RV]E))?%>*%[^_~] 123
+match %[^_~]%<* more (['’]([DSTdst]|ll|[rv]e|LL|[RV]E))?%>*%[^_~] 134
+match %[^_~]%<* not (['’]([DSTdst]|ll|[rv]e|LL|[RV]E))?%>*%[^_~] 1345
+match %[^_~]%<* people (['’]([DSTdst]|ll|[rv]e|LL|[RV]E))?%>*%[^_~] 1234
+match %[^_~]%<* quite (['’]([DSTdst]|ll|[rv]e|LL|[RV]E))?%>*%[^_~] 12345
+match %[^_~]%<* rather (['’]([DSTdst]|ll|[rv]e|LL|[RV]E))?%>*%[^_~] 1235
+match %[^_~]%<* so (['’]([DSTdst]|ll|[rv]e|LL|[RV]E))?%>*%[^_~] 234
+match %[^_~]%<* that (['’]([DSTdst]|ll|[rv]e|LL|[RV]E))?%>*%[^_~] 2345
+match %[^_~]%<* us (['’]([DSTdst]|ll|[rv]e|LL|[RV]E))?%>*%[^_~] 136
+match %[^_~]%<* very (['’]([DSTdst]|ll|[rv]e|LL|[RV]E))?%>*%[^_~] 1236
+match %[^_~]%<* will (['’]([DSTdst]|ll|[rv]e|LL|[RV]E))?%>*%[^_~] 2456
+match %[^_~]%<* you (['’]([DSTdst]|ll|[rv]e|LL|[RV]E))?%>*%[^_~] 13456
+
+nofor word as  1356
+nofor word but  12
+nofor word can  14
+nofor word do  145
+nofor word every  15
+nofor word from  124
+nofor word go  1245
+nofor word have  125
+nofor word it  1346
+nofor word just  245
+nofor word knowledge  13
+nofor word like  123
+nofor word more  134
+nofor word not  1345
+nofor word people  1234
+nofor word quite  12345
+nofor word rather  1235
+nofor word so  234
+nofor word that  2345
+nofor word us  136
+nofor word very  1236
+nofor word will  2456
+nofor word you  13456
+
+nofor word it's 1346-3-234
+nofor word it’s 1346-3-234
+nofor word people's 1234-3-234
+nofor word people’s 1234-3-234
+nofor word that's 2345-3-234
+nofor word that’s 2345-3-234
+nofor word you'll 13456-3-123-123
+nofor word you’ll 13456-3-123-123
+
+contraction b
+contraction c
+contraction d
+contraction e
+contraction f
+contraction g
+contraction h
+contraction j
+contraction k
+contraction l
+contraction m
+contraction n
+contraction p
+contraction q
+contraction r
+contraction s
+contraction t
+contraction u
+contraction v
+contraction w
+contraction x
+contraction y
+contraction z
+
+contraction B
+contraction C
+contraction D
+contraction E
+contraction F
+contraction G
+contraction H
+contraction J
+contraction K
+contraction L
+contraction M
+contraction N
+contraction P
+contraction Q
+contraction R
+contraction S
+contraction T
+contraction U
+contraction V
+contraction W
+contraction X
+contraction Y
+contraction Z
+
+
+#   10.2   Strong Wordsigns
+#   - 10.2.1   standing alone
+#   - 10.2.2   followed by 'd, 'll, 're, 's, 't, 've and standing alone
+#   - 2.6.4
+
+match %[^_~]%<* child (['’]([DSTdst]|ll|[rv]e|LL|[RV]E))?%>*%[^_~] 16
+match %[^_~]%<* out (['’]([DSTdst]|ll|[rv]e|LL|[RV]E))?%>*%[^_~] 1256
+match %[^_~]%<* shall (['’]([DSTdst]|ll|[rv]e|LL|[RV]E))?%>*%[^_~] 146
+match %[^_~]%<* still (['’]([DSTdst]|ll|[rv]e|LL|[RV]E))?%>*%[^_~] 34
+match %[^_~]%<* this (['’]([DSTdst]|ll|[rv]e|LL|[RV]E))?%>*%[^_~] 1456
+match %[^_~]%<* which (['’]([DSTdst]|ll|[rv]e|LL|[RV]E))?%>*%[^_~] 156
+
+nofor word child  16
+nofor word out  1256
+nofor word shall  146
+nofor word still  34
+nofor word this  1456
+nofor word which  156
+
+nofor word child's 16-3-234
+nofor word child’s 16-3-234
+
+
+#   10.3   Strong Contractions
+#   - 10.11.2
+
+# end
+always and 12346
+
+# for
+always for 123456
+
+# of
+always of 12356
+
+#match [Bb] io f =
+#match [Cc]h loro f =
+#match [Ii]n so f =
+#match [Pp] iano f =
+#match [Rr] ibo f =
+#match [Ss]t yro f =
+#match [Tt] wo f =
+#match [Mm] icro [fw] =   ow 10.4.2
+#match [Rr] etro f =
+
+sufword aeroflot 1-12456-135-124-123-135-2345
+sufword aerofoil 1-12456-135-124-135-24-123
+sufword biofeedback 12-24-135-124-15-1246-12-1-14-13
+sufword chlorofluorocarbon 16-123-135-1235-135-124-123-136-135-1235-135-14-345-12-135-1345
+sufword chloroform 16-123-135-1235-135-123456-134
+sufword cofounder 14-135-124-46-145-12456
+sufword filofax 124-24-123-135-124-1-1346
+sufword hydrofoil 125-13456-145-1235-135-124-135-24-123
+sufword insofar 35-234-135-124-345
+sufword microfiche 134-24-14-1235-135-124-24-16-15
+sufword microfilm 134-24-14-1235-135-124-24-123-134
+sufword microwave 134-24-14-1235-135-2456-1-1236-15
+sufword microwaved 134-24-14-1235-135-2456-1-1236-1246
+sufword microwaving 134-24-14-1235-135-2456-1-1236-346
+sufword photoflash 1234-125-135-2345-135-124-123-1-146
+sufword pianoforte 1234-24-1-1345-135-123456-2345-15
+sufword retrofit 1235-15-2345-1235-135-124-24-2345
+sufword retroflex 1235-15-2345-1235-135-124-123-15-1346
+sufword riboflavin 1235-24-12-135-124-123-1-1236-35
+sufword styrofoam 34-13456-1235-135-124-135-1-134
+sufword twofer 2345-2456-135-124-12456
+sufword twofold 2345-2456-135-124-135-123-145
+
+# the
+always the 2346
+
+sufword aesthete 1-15-234-2346-2345-15
+sufword aesthetic 1-15-234-2346-2345-24-14
+sufword anaesthesia 1-1345-1-15-234-2346-234-24-1
+sufword anaesthetic 1-1345-1-15-234-2346-2345-24-14
+sufword anaesthetist 1-1345-1-15-234-2346-2345-24-34
+sufword anaesthetize 1-1345-1-15-234-2346-2345-24-1356-15
+sufword anaesthetized 1-1345-1-15-234-2346-2345-24-1356-1246
+sufword anaesthetizing 1-1345-1-15-234-2346-2345-24-1356-346
+sufword anesthesia 1-1345-15-234-2346-234-24-1
+sufword anesthesiologist 1-1345-15-234-2346-234-24-135-123-135-1245-24-34
+sufword anesthesiology 1-1345-15-234-2346-234-24-135-123-135-1245-13456
+sufword anesthetic 1-1345-15-234-2346-2345-24-14
+sufword anesthetist 1-1345-15-234-2346-2345-24-34
+sufword anesthetize 1-1345-15-234-2346-2345-24-1356-15
+sufword anesthetized 1-1345-15-234-2346-2345-24-1356-1246
+sufword anesthetizing 1-1345-15-234-2346-2345-24-1356-346
+sufword calisthenic 14-1-123-24-234-2346-1345-24-14
+sufword demosthenes 145-15-134-135-234-2346-1345-15-234
+sufword eratosthenes 12456-1-2345-135-234-2346-1345-15-234
+sufword esther 15-234-2346-1235
+sufword esthete 15-234-2346-2345-15
+sufword esthetic 15-234-2346-2345-24-14
+sufword fainthearted 124-1-35-2345-125-15-345-2345-1246
+sufword fathead 124-1-2345-125-2-145
+sufword hothead 125-135-2345-125-2-145
+sufword lightheaded 123-24-126-2345-125-2-145-1246
+sufword lighthearted 123-24-126-2345-125-15-345-2345-1246
+sufword motheaten 134-135-1456-2-2345-26
+sufword northeast 1345-135-1235-1456-2-34
+sufword prostheses 1234-1235-135-234-2346-234-15-234
+sufword prosthesis 1234-1235-135-234-2346-234-24-234
+sufword prosthetic 1234-1235-135-234-2346-2345-24-14
+sufword softhearted 234-12356-2345-125-15-345-2345-1246
+sufword sontheim 234-135-1345-2345-125-15-24-134
+sufword sontheimer 234-135-1345-2345-125-15-24-134-12456
+sufword southeast 234-1256-1456-2-34
+sufword southend 234-1256-1456-26-145
+sufword sweetheart 234-2456-15-15-2345-125-15-345-2345
+sufword thence 1456-56-15
+
+# with
+always with 23456
+
+
+#   10.4   Strong Groupsigns
+#   - 10.4.2    ch sh th wh ou st
+#   - 10.4.3    ing
+#   - 10.11.2   ch gh sh th wh
+#   - 2.6.4     referred from 10.4.2 - 10.2
+
+# ar
+always ar 345
+match (%[^_~]%<*) ar (['’]([DSTdst]|ll|[rv]e|LL|[RV]E))?(%>*%[^_~]) =
+
+sufword aright 1-5-1235
+sufword flearidden 124-123-15-1-1235-24-145-145-26
+sufword indiarubber 35-145-24-1-1235-136-23-12456
+sufword infrared 35-124-1235-1-1235-1246
+sufword tearoom 2345-2-1235-135-135-134
+
+# ch   10.4.2   10.11.2
+always ch 16
+match (%[^_~]%<*) ch (['’]([DSTdst]|ll|[rv]e|LL|[RV]E))?(%>*%[^_~]) =
+
+sufword overreact 135-1236-12456-1235-15-1-14-2345
+sufword overreaction 135-1236-12456-1235-15-1-14-56-1345
+sufword react 1235-15-1-14-2345
+sufword reaction 1235-15-1-14-56-1345
+
+# ed
+always ed 1246
+
+sufword airedale 1-24-1235-15-145-1-123-15
+sufword comedown 14-135-134-15-145-246-1345
+sufword daredevil 145-345-15-145-15-1236-24-123
+sufword dumbledore 145-136-134-12-123-15-145-135-1235-15
+sufword doubleday 145-1256-12-123-15-5-145
+sufword hoedown 125-135-15-145-246-1345
+sufword kettledrum 13-15-2345-2345-123-15-145-1235-136-134
+sufword nosedive 1345-135-234-15-145-24-1236-15
+sufword nosedived 1345-135-234-15-145-24-1236-1246
+sufword nosediving 1345-135-234-15-145-24-1236-346
+sufword shakedown 146-1-13-15-145-246-1345
+sufword thistledown 1456-24-34-123-15-145-246-1345
+sufword tumbledown 2345-136-134-12-123-15-145-246-1345
+sufword turtledove 2345-136-1235-2345-123-15-145-135-1236-15
+sufword tweedledee 2345-2456-15-1246-123-15-145-15-15
+sufword tweedledum 2345-2456-15-1246-123-15-145-136-134
+sufword viced 1236-24-14-15-145
+
+# er
+always er 12456
+
+sufword hedgerow 125-1246-1245-15-1235-246
+sufword homeroom 125-135-134-15-1235-135-135-134
+sufword horseradish 125-135-1235-234-15-1235-1-145-24-146
+sufword spareribs 234-1234-345-15-1235-24-12-234
+sufword stateroom 34-1-2345-15-1235-135-135-134
+sufword storeroom 34-135-1235-15-1235-135-135-134
+sufword viceregal 1236-24-14-15-1235-15-1245-1-123
+sufword viceroy 1236-24-14-15-1235-135-13456
+
+#TODO:  check pronunciation
+sufword castlereagh 14-1-34-123-15-1235-2-126
+
+# gh
+always gh 126
+match (%[^_~]%<*) gh ('([DSTdst]|ll|[rv]e|LL|[RV]E))?(%>*%[^_~]) =
+
+sufword bighearted 12-24-1245-125-15-345-2345-1246
+sufword bighorn 12-24-1245-125-135-1235-1345
+sufword bunghole 12-136-1345-1245-125-135-123-15
+sufword cunnyngham 14-136-1345-1345-13456-1345-1245-125-1-134
+sufword doghouse 145-135-1245-125-1256-234-15
+sufword foghorn 124-135-1245-125-135-1235-1345
+sufword pigheaded 1234-24-1245-125-2-145-1246
+sufword shanghai 146-1-1345-1245-125-1-24
+sufword yoghourt 13456-135-1245-125-1256-1235-2345
+
+#TODO:  check pronunciation
+sufword senghor 234-26-1245-125-135-1235
+sufword songhai 234-135-1345-126-1-24
+
+# ing
+match !%[^_~] ing - 346
+#nofor endword ing'['’]s 346-3-234
+#nofor endword ingly 346-123-13456
+nofor midendword ing 346
+nofor always ing 35-1245
+
+sufword disingenuous 256-35-1245-26-136-1256-234
+sufword leningrad 123-26-35-1245-1235-1-145
+sufword stalingrad 34-1-123-35-1245-1235-1-145
+sufword vainglorious 1236-1-35-1245-123-135-1235-24-1256-234
+sufword vainglory 1236-1-35-1245-123-135-1235-13456
+
+# ou
+always ou 1256
+#match (%[^_~]%<*) ou (['’]([DSTdst]|ll|[rv]e|LL|[RV]E))?(%>*%[^_~]) =
+
+sufword prounion 1234-1235-135-136-1345-24-135-1345
+
+# ow
+always ow 246
+
+sufword autoworker 1-136-2345-135-5-2456-12456
+sufword coworker 14-135-5-2456-12456
+sufword kilowatt 13-24-123-135-2456-1-2345-2345
+sufword locoweed 123-135-14-135-2456-15-1246
+sufword monowheel 134-135-1345-135-156-15-15-123
+sufword noway 1345-135-2456-1-13456
+sufword nowhere 1345-135-5-156
+sufword nowise 1345-135-2456-24-234-15
+
+# sh
+always sh 146
+match (%[^_~]%<*) sh (['’]([DSTdst]|ll|[rv]e|LL|[RV]E))?(%>*%[^_~]) =
+
+sufword asshole 1-234-234-125-135-123-15
+sufword deshabille 145-15-234-125-1-12-24-123-123-15
+sufword grasshopper 1245-1235-1-234-234-125-135-1234-1234-12456
+sufword hogshead 125-135-1245-234-125-2-145
+sufword mishandle 134-24-234-125-12346-123-15
+sufword mishandled 134-24-234-125-12346-123-1246
+sufword mishandling 134-24-234-125-12346-123-346
+sufword mishap 134-24-234-125-1-1234
+sufword mishear 134-24-234-125-15-345
+
+#TODO:  check pronunciation
+sufword chisholm 16-24-234-125-135-123-134
+sufword dachshund 145-1-16-234-125-136-1345-145
+sufword florsheim 124-123-135-1235-234-125-15-24-134
+
+# st
+always st 34
+match (%[^_~]%<*) st (['’]([DSTdst]|ll|[rv]e|LL|[RV]E))?(%>*%[^_~]) =
+
+sufword asthma 1-234-1456-134-1
+sufword bastion 12-1-234-56-1345
+sufword combustion 14-135-134-12-136-234-56-1345
+sufword congestion 25-1245-15-234-56-1345
+sufword cooperstown 14-135-135-1234-12456-234-2345-246-1345
+sufword crosstown 14-1235-135-234-234-2345-246-1345
+sufword digestion 145-24-1245-15-234-56-1345
+sufword exhaustion 15-1346-125-1-136-234-56-1345
+sufword guesstimate 1245-136-15-234-234-2345-24-134-1-2345-15
+sufword guesstimated 1245-136-15-234-234-2345-24-134-1-2345-1246
+sufword guesstimating 1245-136-15-234-234-2345-24-134-1-2345-346
+sufword indigestion 35-145-24-1245-15-234-56-1345
+sufword ingestion 35-1245-15-234-56-1345
+sufword isthmi 24-234-1456-134-24
+sufword isthmus 24-234-1456-134-136-234
+sufword jamestown 245-1-134-15-234-2345-246-1345
+sufword kingstown 13-346-234-2345-246-1345
+sufword mistime 134-24-234-5-2345
+sufword painstaking 1234-1-35-234-2345-1-13-346
+sufword pastime 1234-1-234-5-2345
+sufword reichstag 1235-15-24-16-234-2345-1-1245
+sufword suggestion 234-136-2356-15-234-56-1345
+sufword youngstown 5-13456-234-2345-246-1345
+
+#TODO:  check pronunciation
+sufword bundestag 12-136-1345-145-15-234-2345-1-1245
+
+# th
+always th 1456
+match (%[^_~]%<*) th (['’]([DSTdst]|ll|[rv]e|LL|[RV]E))?(%>*%[^_~]) =
+
+sufword adulthood 1-145-136-123-2345-125-135-135-145
+sufword anthill 1-1345-2345-125-24-123-123
+sufword bartholdi 12-345-2345-125-135-123-145-24
+sufword beethoven 12-15-15-2345-125-135-1236-26
+sufword carthorse 14-345-2345-125-135-1235-234-15
+sufword courthouse 14-1256-1235-2345-125-1256-234-15
+sufword foothill 124-135-135-2345-125-24-123-123
+sufword foothold 124-135-135-2345-125-135-123-145
+sufword goatherd 1245-135-1-2345-125-12456-145
+sufword hothouse 125-135-2345-125-1256-234-15
+sufword knighthood 13-1345-24-126-2345-125-135-135-145
+sufword knothole 13-1345-135-2345-125-135-123-15
+sufword lighthouse 123-24-126-2345-125-1256-234-15
+sufword nighthawk 1345-24-126-2345-125-1-2456-13
+sufword nuthatch 1345-136-2345-125-1-2345-16
+sufword outhouse 1256-2345-125-1256-234-15
+sufword parenthood 1234-345-26-2345-125-135-135-145
+sufword penthouse 1234-26-2345-125-1256-234-15
+sufword pilothouse 1234-24-123-135-2345-125-1256-234-15
+sufword porthole 1234-135-1235-2345-125-135-123-15
+sufword potholder 1234-135-2345-125-135-123-145-12456
+sufword pothole 1234-135-2345-125-135-123-15
+sufword pothook 1234-135-2345-125-135-135-13
+sufword richthofen 1235-24-16-2345-125-12356-26
+sufword sainthood 234-1-35-2345-125-135-135-145
+sufword shorthand 146-135-1235-2345-125-12346
+sufword shorthorn 146-135-1235-2345-125-135-1235-1345
+sufword warthog 2456-345-2345-125-135-1245
+
+#TODO:  check pronunciation
+sufword lufthansa 123-136-124-2345-125-1-1345-234-1
+
+# wh
+always wh 156
+#match (%[^_~]%<*) wh (['’]([DSTdst]|ll|[rv]e|LL|[RV]E))?(%>*%[^_~]) =
+
+sufword newhaven 1345-15-2456-125-1-1236-26
+sufword rawhide 1235-1-2456-125-24-145-15
+sufword sawhorse 234-1-2456-125-135-1235-234-15
+
+
+#   10.5   Lower Wordsigns
+#   - 10.5.1   be were his was
+#   - 10.5.2   enough
+#   - 10.5.3   in
+#   - 10.5.4   enough in
+
+attribute 1 +=*,.;:?!"'“”‘’  punctuation with only lower dots (except hyphens)
+#class lowerdotspunc +=*,.?!"'“”‘’
+
+# be
+match %[^_]|%[^_~]%<*[([{] be %[^_]|[)}\\]]%>*%[^_~] 23
+
+# enough
+word enough's 26-3-234
+word enough’s 26-3-234
+match %[^_~]([\\([{]*|[\\([{]+%<*) enough (%>*[\\)\\]}]+|[\\)\\]}]*)%[^_~] 26
+always enough 26-1256-126
+
+# his
+match %[^_]|%[^_~]%<*[([{] his %[^_]|[)}\\]]%>*%[^_~] 236
+nofor lowword his 236
+
+# in
+match %[^_]!%[_1]* in !%[_1]*%[^_] 35
+nofor always in 35
+
+# was
+match %[^_]|%[^_~]%<*[([{] was %[^_]|[)}\\]]%>*%[^_~] 356
+nofor lowword was 356
+
+# were
+match %[^_]|%[^_~]%<*[([{] were %[^_]|[)}\\]]%>*%[^_~] 2356
+nofor lowword were 2356
+
+
+#   10.6   Lower Groupsigns
+#   - 10.6.1    be con dis
+#   - 10.6.2    be con dis
+#   - 10.6.3    be con dis
+#   - 10.6.4    be con dis
+#   - 10.6.5    ea bb cc ff gg
+#   - 10.6.6    ea bb cc ff gg
+#   - 10.6.7    ea
+#   - 10.6.8    en in
+#   - 10.6.9    en
+#   - 10.6.10
+
+# bb   10.6.5   10.6.6
+match %a bb %a 23
+
+sufword dumbbell 145-136-134-12-12-15-123-123
+sufword subbasement 234-136-12-12-1-234-15-56-2345
+sufword subbing 234-136-12-12-346
+
+# be   10.6.1   10.6.2   10.6.3   10.6.4
+empmatchafter match %[^_~]%<* be [Aa][Tt][Ii]![Nn] 23               beati*
+empmatchafter match %[^_~]%<* be [Aa][Tt][Rr] 23                    bea*
+empmatchafter match %[^_~]%<* be [Cc]![HKQhkq] 23                   bec*
+empmatchafter match %[^_~]%<* be [Dd][Rr][Aa] 23                    bedr*
+empmatchafter match %[^_~]%<* be [Dd][Ee]!(%>*%[_~^]) 23            bede*
+empmatchafter match %[^_~]%<* be [Dd][Aa] 23                        bed*
+empmatchafter match %[^_~]%<* be [Ee][Ll][Zz] 23                    bee*
+empmatchafter match %[^_~]%<* be [Gg]![GSgs] 23                     beg*
+empmatchafter match %[^_~]%<* be [Ii][Nn] 23                        bei*
+empmatchafter match %[^_~]%<* be [Ll][AEIOUWYaeiouwy] 23            bel*
+empmatchafter match %[^_~]%<* be [Nn][Ee][Ff][Ii][Cc][Ee][Nn] 23    beneficen*
+empmatchafter match %[^_~]%<* be [Nn][Ee][Tt](['’]s)?%>*%[_~^] 23   benet
+empmatchafter match %[^_~]%<* be [Nn][Ee]![DFTdft] 23               bene*
+empmatchafter match %[^_~]%<* be [Nn][AIUaiu] 23                    ben*
+empmatchafter match %[^_~]%<* be [Rr][Aa] 23                        bere*
+empmatchafter match %[^_~]%<* be [Rr][Ee]![Nn] 23                   ber*
+empmatchafter match %[^_~]%<* be [Ss][Tt][Ii][Rr] 23                besti*
+empmatchafter match %[^_~]%<* be [Ss][Tt][ORor] 23                  best*
+empmatchafter match %[^_~]%<* be [Ss]![STst] 23                     bes*
+empmatchafter match %[^_~]%<* be [Tt]![CHSTchst'’] 23               bet*
+empmatchafter match %[^_~]%<* be [BFHJMOPQWXZbfhjmopqwxz] 23
+
+nofor sufword be 23
+
+sufword bethesda 23-2346-234-145-1
+
+#   be[cfhlnsty] are handled in 10.9.5
+word beg =
+
+sufword   bein'   23-24-1345-3
+always    betws   12-15-2345-2456-234
+
+#   easier if after "be" cause both are dots 23
+# bb   10.6.5   10.6.6
+empmatchbefore empmatchafter match %a bb %a 23
+
+nofor midword bb 23
+
+# cc   10.6.5   10.6.6
+empmatchbefore empmatchafter match %a cc %a 25
+
+nofor midword cc 25
+
+sufword arccosine 345-14-14-135-234-35-15
+sufword bacchanal 12-1-14-16-1-1345-1-123
+sufword bacchus 12-1-14-16-136-234
+sufword gracchus 1245-1235-1-14-16-136-234
+sufword pinocchio 1234-35-135-14-16-24-135
+sufword saccharin 234-1-14-16-345-35
+sufword zucchini 1356-136-14-16-35-24
+
+# con   10.6.1   10.6.2   10.6.3   10.6.4
+empmatchafter match %[^_~]%<* con [Cc]![Hh] 25
+empmatchafter match %[^_~]%<* con [Ee][Ss][Tt] 25
+empmatchafter match %[^_~]%<* con s%a 25  [Cc][Oo][Nn][Ss]  "mod cons" 10.6.4
+empmatchafter match %[^_~]%<* con [ABDFGHIJLMNOPQRTUVWXYZabdfghijlmnopqrtuvwxyz] 25
+sufword conakry 14-135-1345-1-13-1235-13456
+sufword conan  14-135-1345-1-1345
+sufword conned 14-135-1345-1345-1246
+
+nofor begword con 25
+
+# dis   10.6.1   10.6.2   10.6.3   10.6.4
+word disc 145-24-234-14
+word dish 145-24-146
+word diss 145-24-234-234
+empmatchafter match %[^_~]%<* dis [Cc]![Ss'’] 256
+empmatchafter match %[^_~]%<* dis [Hh][Ee]![DSVdsv] 256
+empmatchafter match %[^_~]%<* dis [Hh]![CEIPRTWceiprtw'’] 256
+empmatchafter match %[^_~]%<* dis [Pp]![Ii] 256
+empmatchafter match %[^_~]%<* dis [ABDEFGIJLMNOQRSTUVWXYZabdefgijlmnoqrstuvwxyz] 256
+
+nofor begword dis 256
+
+word disulphide 145-24-234-136-123-1234-125-24-145-15
+
+# ea   10.6.5   10.6.6   10.6.7
+empmatchbefore empmatchafter match %a ea %a 2
+
+#   cheap fix, still fails with ,ea,ea,
+nofor always , 2
+nofor midword ea 2
+
+always ear 15-345
+midendword eand 15-12346 meander
+begword givea = giveaway
+word limeade =
+word orangeade =
+always pineapple 1234-35-15-1-1234-1234-123-15
+begword readj = readjust
+begword readm = readmit
+begword reaff 1235-15-1-235
+sufword reagent 1235-15-1-1245-26-2345
+begword realig = realign
+begword rean = reanalyze, reanimate
+begword reapp = reappear
+begword reass 1235-15-1-234-234
+begword reaw = reawaken
+always wiseacr =
+midendword eance 15-46-15 vengeance
+sufword takeaway =
+begword deact =   deactivate
+begword deallo = deallocate
+begword reallo = deallocate - really
+sufword geanticline 1245-15-1-1345-2345-24-14-123-35-15
+sufword pream =   preamble
+sufword hideaway 125-24-145-15-1-2456-1-13456
+sufword shakespearean 146-1-13-15-234-1234-15-345-15-1-1345
+
+#TODO:  check pronunciation
+sufword gilead 1245-24-123-15-1-145
+sufword deandre 145-2-1345-145-1235-15
+sufword deanna 145-15-1-1345-1345-1
+sufword boreas 12-135-1235-15-1-234
+sufword roseann 1235-135-234-15-1-1345-1345
+sufword leah 123-15-1-125
+word leann 123-15-1-1345-1345   leanness
+sufword leanna 123-15-1-1345-1345-1
+word leanne 123-15-1-1345-1345-15   leanness
+
+# en   10.6.8   10.6.9
+match %[^_~]%<* en %>*%[_~^] =   must be first
+match !%[_1]%1* en - 26
+match - en %1*!%[_1] 26
+
+nofor always en 26
+
+midendword eness 15-56-234 closeness
+sufword bluenose 12-123-136-15-1345-135-234-15
+sufword bottleneck 12-135-2345-2345-123-15-1345-15-14-13
+sufword forenoon 123456-15-1345-135-135-1345
+sufword forerunner 123456-15-1235-136-1345-1345-12456
+sufword toenail 2345-135-15-1345-1-24-123
+sufword turtleneck 2345-136-1235-2345-123-15-1345-15-14-13
+
+# ff   10.6.5   10.6.6
+empmatchbefore empmatchafter match %a ff %a 235
+
+nofor midword ff 235
+
+sufword afford 1-124-123456-145
+sufword afforest 1-124-123456-15-34
+sufword clifford 14-123-24-124-123456-145
+sufword effort 15-124-123456-2345
+sufword stafford 34-1-124-123456-145
+
+# gg   10.6.5   10.6.6
+empmatchbefore empmatchafter match %a gg %a 2356
+
+nofor midword gg 2356
+
+# in   10.6.8
+match !%[_1]%1* in - 35
+match - in %1*!%[_1] 35
+midendword iness 24-56-234
+sufword multinational 134-136-123-2345-35-1-56-1345-1-123
+
+
+#   10.7   Initial-Letter Contractions
+
+# cannot
+always cannot 456-14
+
+# character
+always character 5-16
+
+# day
+always day 5-145
+
+sufword   dayan   145-1-13456-1-1345
+sufword   whaddaya   156-1-145-145-1-13456-1
+
+# ever   10.7.4
+always ever 5-15
+
+sufword achiever 1-16-24-15-1236-12456
+sufword believer 23-123-24-15-1236-12456
+sufword cheever 16-15-15-1236-12456
+sufword eversion 15-1236-12456-46-1345
+sufword evert 15-1236-12456-2345
+sufword guinevere 1245-136-35-15-1236-12456-15
+sufword monteverdi 134-135-1345-2345-15-1236-12456-145-24
+sufword nonbeliever 1345-135-1345-12-15-123-24-15-1236-12456
+sufword overachiever 135-1236-12456-1-16-24-15-1236-12456
+sufword retriever 1235-15-2345-1235-24-15-1236-12456
+sufword reversion 1235-15-1236-12456-46-1345
+sufword revert 1235-15-1236-12456-2345
+sufword thievery 1456-24-15-1236-12456-13456
+sufword unbeliever 136-1345-12-15-123-24-15-1236-12456
+sufword underachiever 5-136-1-16-24-15-1236-12456
+
+#   reverend,revery <> reverse,revert,reverb,irreversible
+
+sufword irreversibl 24-1235-1235-15-1236-12456-234-24-12-123
+
+sufword reverb           1235-15-1236-12456-12
+#sufword reverbera       1235-15-1236-12456-12-12456-1
+#sufword reverberate     1235-15-1236-12456-12-12456-1-2345-15
+#sufword reverberated    1235-15-1236-12456-12-12456-1-2345-1246
+#sufword reverberating   1235-15-1236-12456-12-12456-1-2345-346
+#sufword reverberation   1235-15-1236-12456-12-12456-1-56-1345
+
+sufword revere 1235-15-1236-12456-15
+sufword revered 1235-15-1236-12456-1246
+sufword reverify 1235-15-1236-12456-24-124-13456
+sufword revering 1235-15-1236-12456-346
+sufword reversal 1235-15-1236-12456-234-1-123
+sufword reverse 1235-15-1236-12456-234-15
+sufword reversed 1235-15-1236-12456-234-1246
+sufword reversible 1235-15-1236-12456-234-24-12-123-15
+sufword reversing 1235-15-1236-12456-234-346
+
+sufword reverence 1235-5-15-56-15
+sufword reverencing 1235-5-15-26-14-346
+sufword reverend 1235-5-15-26-145
+sufword reverent 1235-5-15-26-2345
+
+#   sever <> severe
+
+sufword persever        1234-12456-234-15-1236-12456
+#sufword perseverance   1234-12456-234-15-1236-12456-46-15
+#sufword persevere      1234-12456-234-15-1236-12456-15
+#sufword persevered     1234-12456-234-15-1236-12456-1246
+#sufword persevering    1234-12456-234-15-1236-12456-346
+
+sufword severe 234-15-1236-12456-15
+sufword severer 234-15-1236-12456-12456
+sufword severity 234-15-1236-12456-56-13456
+sufword severus 234-15-1236-12456-136-234
+
+sufword  severed  234-5-15-1246
+
+endword  keever 13-15-15-1236-12456   McKeever?
+
+# father
+always father 5-124
+
+# had   10.7.3
+always had 456-125
+always phad 1234-125-1-145
+
+#TODO:  check word jehad =
+#TODO:  check word jihad =
+sufword hades 125-1-145-15-234
+sufword hadrian 125-1-145-1235-24-1-1345
+sufword menhaden 134-26-125-1-145-26
+
+# here   10.7.5
+always here 5-125
+
+sufword adhered 1-145-125-12456-1246
+sufword adherer 1-145-125-12456-12456
+sufword adherence 1-145-125-12456-56-15
+sufword adherent 1-145-125-12456-26-2345
+sufword ciphered 14-24-1234-125-12456-1246
+sufword cohered 14-135-125-12456-1246
+sufword coherence 14-135-125-12456-56-15
+sufword coherent 14-135-125-12456-26-2345
+sufword deciphered 145-15-14-24-1234-125-12456-1246
+sufword hereditary 125-12456-1246-24-2345-345-13456
+sufword heredity 125-12456-1246-56-13456
+sufword hereford 125-12456-15-123456-145
+sufword herero 125-12456-12456-135
+sufword heresies 125-12456-15-234-24-15-234
+sufword heresy 125-12456-15-234-13456
+sufword heretic 125-12456-15-2345-24-14
+sufword heretofore 5-125-2345-135-123456-15
+sufword hereupon 5-125-45-136
+sufword incoherence 35-14-135-125-12456-56-15
+sufword incoherent 35-14-135-125-12456-26-2345
+sufword inhered 35-125-12456-1246
+sufword inherent 35-125-12456-26-2345
+
+# know
+always know 5-13
+
+sufword lucknow 123-136-14-13-1345-246
+
+# lord
+always lord 5-123
+
+word chlordane 16-123-135-1235-145-1-1345-15
+
+# many
+always many 456-134
+
+# mother
+always mother 5-134
+
+sufword chemotherapy 16-15-134-135-2346-1235-1-1234-13456
+
+# name   10.7.5
+always name 5-1345
+
+sufword filename 124-24-123-15-5-1345
+sufword forename 123456-15-5-1345
+sufword ornament 135-1235-1345-1-56-2345
+sufword rename 1235-15-5-1345
+sufword tournament 2345-1256-1235-1345-1-56-2345
+sufword unamended 136-1345-1-134-26-145-1246
+sufword vietnamese 1236-24-15-2345-1345-1-134-15-234-15
+
+# one   10.7.6
+always one 5-135
+
+midendword oned 135-1345-1246
+midendword onent 135-1345-26-2345
+midendword oner 135-1345-12456
+midendword onest 135-1345-15-34
+
+sufword abalone 1-12-1-123-135-1345-15
+sufword alcyone 1-123-14-13456-135-1345-15
+sufword anemone 1-1345-15-134-135-1345-15
+sufword antigone 1-1345-2345-24-1245-135-1345-15
+sufword austronesian 1-136-34-1235-135-1345-15-234-24-1-1345
+sufword baroness 12-345-135-56-234
+sufword baronet 12-345-135-1345-15-2345
+sufword bayonet 12-1-13456-135-1345-15-2345
+sufword boone 12-135-135-1345-15
+sufword cantonese 14-1-1345-2345-135-1345-15-234-15
+sufword citronella 14-24-2345-1235-135-1345-15-123-123-1
+sufword colonel 14-135-123-135-1345-15-123
+sufword coronet 14-135-1235-135-1345-15-2345
+sufword deaconess 145-2-14-135-56-234
+sufword dishonest 256-125-5-135-34
+sufword donegal 145-135-1345-15-1245-1-123
+sufword doonesbury 145-135-135-1345-15-234-12-136-1235-13456
+sufword erroneous 12456-1235-135-1345-15-1256-234
+sufword giorgione 1245-24-135-1235-1245-24-135-1345-15
+sufword hermione 125-12456-134-24-135-1345-15
+sufword honecker 125-135-1345-15-14-13-12456
+sufword honest 125-5-135-34
+sufword indonesia 35-145-135-1345-15-234-24-1
+sufword ionesco 24-135-1345-15-234-14-135
+sufword krone 13-1235-135-1345-15
+sufword leonel 123-15-135-1345-15-123
+sufword lionel 123-24-135-1345-15-123
+sufword lioness 123-24-135-56-234
+sufword looney 123-135-135-1345-15-13456
+sufword luncheonette 123-136-1345-16-15-135-1345-15-2345-2345-15
+sufword marchioness 134-345-16-24-135-56-234
+sufword marionette 134-345-24-135-1345-15-2345-2345-15
+sufword micronesia 134-24-14-1235-135-1345-15-234-24-1
+sufword minestrone 134-35-15-34-1235-135-1345-15
+sufword monet 134-135-1345-15-2345
+sufword mooney 134-135-135-1345-15-13456
+sufword nonempty 1345-135-1345-15-134-1234-2345-13456
+sufword nonessential 1345-135-1345-15-234-234-26-2345-24-1-123
+sufword nonevent 1345-135-1345-15-1236-26-2345
+sufword nonexempt 1345-135-1345-15-1346-15-134-1234-2345
+sufword nonexistence 1345-135-1345-15-1346-24-34-56-15
+sufword nonexistent 1345-135-1345-15-1346-24-34-26-2345
+sufword oneal 135-1345-2-123
+sufword onega 135-1345-15-1245-1
+sufword onegin 135-1345-15-1245-35
+sufword oneida 135-1345-15-24-145-1
+sufword onerous 135-1345-12456-1256-234
+sufword peritonea 1234-12456-24-2345-135-1345-15-1
+sufword peritoneum 1234-12456-24-2345-135-1345-15-136-134
+sufword persephone 1234-12456-234-15-1234-125-135-1345-15
+sufword phoneme 1234-125-135-1345-15-134-15
+sufword phonemic 1234-125-135-1345-15-134-24-14
+sufword phonetic 1234-125-135-1345-15-2345-24-14
+sufword pioneer 1234-24-135-1345-15-12456
+sufword rooney 1235-135-135-1345-15-13456
+sufword salmonella 234-1-123-134-135-1345-15-123-123-1
+sufword shoshone 146-135-146-135-1345-15
+sufword spumone 234-1234-136-134-135-1345-15
+sufword veronese 1236-12456-135-1345-15-234-15
+
+sufword kroner 13-1235-135-1345-12456
+sufword monetarily 134-5-135-2345-345-24-123-13456
+sufword monetarism 134-5-135-2345-345-24-234-134
+sufword monetary 134-5-135-2345-345-13456
+
+# ought
+always ought 5-1256
+
+# part
+always part 5-1234
+
+sufword parthenogenesis 1234-345-2346-1345-135-1245-26-15-234-24-234
+sufword parthenon 1234-345-2346-1345-135-1345
+sufword parthia 1234-345-1456-24-1
+
+# question
+always question 5-12345
+
+# right
+always right 5-1235
+
+# some   10.7.7
+always some 5-234
+
+sufword blossomed 12-123-135-234-234-135-134-1246
+sufword gasometer 1245-1-234-135-134-15-2345-12456
+sufword isometric 24-234-135-134-15-2345-1235-24-14
+sufword ransomed 1235-1-1345-234-135-134-1246
+sufword somersault 234-135-134-12456-234-1-136-123-2345
+sufword somerset 234-135-134-12456-234-15-2345
+sufword unbosomed 136-1345-12-135-234-135-134-1246
+
+# spirit
+always spirit 456-234
+
+# their
+always their 456-2346
+
+# there   10.7.2
+word there 5-2346
+word thereby 5-2346-12-13456
+word therefore 5-2346-123456-15
+word therefrom 5-2346-124-1235-135-134
+word therein 5-2346-35
+word thereof 5-2346-12356
+word thereon 5-2346-135-1345
+word thereto 5-2346-2345-135
+word thereupon 5-2346-45-136
+word therewith 5-2346-23456
+
+# these   10.7.2
+always these 45-2346
+
+sufword antitheses 1-1345-2345-24-2346-234-15-234
+sufword hypotheses 125-13456-1234-135-2346-234-15-234
+sufword parentheses 1234-345-26-2346-234-15-234
+sufword syntheses 234-13456-1345-2346-234-15-234
+sufword theses 2346-234-15-234
+sufword theseus 2346-234-15-136-234
+
+# those   10.7.2
+always those 45-1456
+
+sufword spathose 234-1234-1-1456-135-234-15
+sufword thoseby 1456-135-234-15-12-13456
+
+# through
+always through 5-1456
+
+# time   10.7.8
+always time 5-2345
+
+sufword altimeter 1-123-2345-24-134-15-2345-12456
+sufword centime 14-26-2345-24-134-15
+sufword mortimer 134-135-1235-2345-24-134-12456
+sufword multimedia 134-136-123-2345-24-134-1246-24-1
+sufword presentiment 1234-1235-15-234-26-2345-24-56-2345
+sufword sentiment 234-26-2345-24-56-2345
+sufword unsentimental 136-1345-234-26-2345-24-56-2345-1-123
+
+# under   10.7.9
+match %[^_~]%<*|![ao] under - 5-136
+
+sufword underived 136-1345-145-12456-24-1236-1246
+sufword underogatory 136-1345-145-12456-135-1245-1-2345-135-1235-13456
+
+nofor sufword asunder 1-234-5-136
+nofor sufword blunder 12-123-5-136
+nofor sufword misunder 134-24-234-5-136
+nofor sufword plunder 1234-123-5-136
+nofor sufword sunder 234-5-136
+nofor sufword thunder 1456-5-136
+nofor sufword under 5-136
+
+# upon   10.7.2
+always upon 45-136
+
+sufword dupont 145-136-1234-135-1345-2345
+
+# where
+always where 5-156
+
+sufword where'er 156-12456-15-3-12456
+sufword whereupon 5-156-45-136
+sufword wherever 156-12456-5-15
+
+#nofor begword where 5-156
+
+# whose   10.7.2
+always whose 45-156
+
+# word
+always word 45-2456
+
+# work
+always work 5-2456
+
+sufword   dworkin   145-2456-135-1235-13-35
+
+# world
+always world 456-2456
+
+# young
+always young 5-13456
+
+
+#   10.8   Final-Letter Groupsigns
+
+# ance
+match %a ance - 46-15
+nofor midendword ance 46-15
+
+sufword fiance 124-24-1-1345-14-15   should be fiancé
+
+# ence
+match %a ence - 56-15
+nofor midendword ence 56-15
+
+#midendword oence 135-26-14-15 electroencephalogram
+sufword electroencephalogram 15-123-15-14-2345-1235-135-26-14-15-1234-125-1-123-135-1245-1235-1-134
+sufword electroencephalograph 15-123-15-14-2345-1235-135-26-14-15-1234-125-1-123-135-1245-1235-1-1234-125
+
+# ful
+match %a ful - 56-123
+nofor midendword ful 56-123
+
+sufword overfull 135-1236-12456-124-136-123-123 #TODO:  check
+
+# ity   10.8.3
+match %a ity - 56-13456
+nofor midendword ity 56-13456
+
+word biscuity 12-24-234-14-136-24-2345-13456
+word dacoity 145-1-14-135-24-2345-13456
+word fruity 124-1235-136-24-2345-13456
+word hoity-toity 124-135-24-2345-13456-36-2345-135-24-2345-13456
+word rabbity 1235-1-23-24-2345-13456
+word pityard 1234-24-2345-13456-345-145
+
+sufword antitype 1-1345-2345-24-2345-13456-1234-15
+sufword captainess 14-1-1234-2345-1-24-35-15-234-234
+
+# less
+match %a less - 46-234
+nofor midendword less 46-234
+
+# ment
+match %a ment - 56-2345
+nofor midendword ment 56-2345
+
+sufword aforementioned 1-123456-15-134-26-56-1345-1246
+sufword unmentionable 136-1345-134-26-56-1345-1-12-123-15
+
+# ness   10.8.4
+match %a ness - 56-234
+nofor midendword ness 56-234
+
+sufword chieftainess 16-24-15-124-2345-1-35-15-234-234
+sufword citizeness 14-24-2345-24-1356-26-15-234-234
+sufword heatheness 125-2-2346-1345-15-234-234
+
+# ong
+match %a ong - 56-1245
+nofor midendword ong 56-1245
+
+sufword moongod 134-135-135-1345-1245-135-145
+#begword nong = nongraphical
+sufword nongaseous 1345-135-1345-1245-1-234-15-1256-234
+sufword nongovernmental 1345-135-1345-1245-135-1236-12456-1345-56-2345-1-123
+
+# ound
+match %a ound - 46-145
+nofor midendword ound 46-145
+
+# ount
+match %a ount - 46-2345
+nofor midendword ount 46-2345
+
+# sion
+match %a sion - 46-1345
+nofor midendword sion 46-1345
+
+# tion
+match %a tion - 56-1345
+nofor midendword tion 56-1345
+
+sufword cation 14-1-2345-24-135-1345
+
+
+#   10.9   Shortforms   not including 10.9.3
+#TODO:  2.6.4
+
+attribute 2 BCDFGHJKLMNPQRSTVWXZbcdfghjklmnpqrstvwxz'’  no vowels (except w) and 2.6.4
+
+match %[_~^]%<* about ([Ss]|['’][Ss])?%>*%[_~^] 1-12
+match %[_~^]%<* above ([Ss]|['’][Ss])?%>*%[_~^] 1-12-1236
+match %[_~^]%<* according ([Ss]|['’][Ss])?%>*%[_~^] 1-14
+match %[_~^]%<* across ([Ss]|['’][Ss])?%>*%[_~^] 1-14-1235
+match %[_~^]%<*%a* after (%2%a*)?%>*%[_~^] 1-124   appendix 1.4
+match %[_~^]%<* afternoon ([Ss]|['’][Ss])?%>*%[_~^] 1-124-1345
+match %[_~^]%<* afterward ([Ss]|['’][Ss])?%>*%[_~^] 1-124-2456
+match %[_~^]%<* again ([Ss]|['’][Ss])?%>*%[_~^] 1-1245
+match %[_~^]%<* against ([Ss]|['’][Ss])?%>*%[_~^] 1-1245-34
+match %[_~^]%<* almost ([Ss]|['’][Ss])?%>*%[_~^] 1-123-134
+match %[_~^]%<* already ([Ss]|['’][Ss])?%>*%[_~^] 1-123-1235
+match %[_~^]%<* also ([Ss]|['’][Ss])?%>*%[_~^] 1-123
+match %[_~^]%<* although ([Ss]|['’][Ss])?%>*%[_~^] 1-123-1456
+match %[_~^]%<* altogether ([Ss]|['’][Ss])?%>*%[_~^] 1-123-2345
+match %[_~^]%<* always ([Ss]|['’][Ss])?%>*%[_~^] 1-123-2456
+match %[_~^]%<* because ([Ss]|['’][Ss])?%>*%[_~^] 23-14
+match %[_~^]%<* before ([Ss]|['’][Ss])?%>*%[_~^] 23-124
+match %[_~^]%<* behind ([Ss]|['’][Ss])?%>*%[_~^] 23-125
+match %[_~^]%<* below ([Ss]|['’][Ss])?%>*%[_~^] 23-123
+match %[_~^]%<* beneath ([Ss]|['’][Ss])?%>*%[_~^] 23-1345
+match %[_~^]%<* beside ([Ss]|['’][Ss])?%>*%[_~^] 23-234
+match %[_~^]%<* between ([Ss]|['’][Ss])?%>*%[_~^] 23-2345
+match %[_~^]%<* beyond ([Ss]|['’][Ss])?%>*%[_~^] 23-13456
+match %[_~^]%<*%a* blind (%2%a*)?%>*%[_~^] 12-123   appendix 1.4
+match %[_~^]%<*%a* braille %a*([Ss]|['’][Ss])?%>*%[_~^] 12-1235-123   10.9.3
+match %[_~^]%<*%a* children (%2%a*)?([Ss]|['’][Ss])?%>*%[_~^] 16-1345   10.9.3
+match %[_~^]%<* conceive ([Ss]|['’][Ss])?%>*%[_~^] 25-14-1236
+match %[_~^]%<* conceiving ([Ss]|['’][Ss])?%>*%[_~^] 25-14-1236-1245
+match %[_~^]%<* could ([Ss]|['’][Ss])?%>*%[_~^] 14-145
+match %[_~^]%<* deceive ([Ss]|['’][Ss])?%>*%[_~^] 145-14-1236
+match %[_~^]%<* deceiving ([Ss]|['’][Ss])?%>*%[_~^] 145-14-1236-1245
+match %[_~^]%<* declare ([Ss]|['’][Ss])?%>*%[_~^] 145-14-123
+match %[_~^]%<* declaring ([Ss]|['’][Ss])?%>*%[_~^] 145-14-123-1245
+match %[_~^]%<* either ([Ss]|['’][Ss])?%>*%[_~^] 15-24
+match %[_~^]%<* first (%2%a*)?([Ss]|['’][Ss])?%>*%[_~^] 124-34   10.9.3
+match %[_~^]%<*%a* friend (%2%a*)?%>*%[_~^] 124-1235   appendix 1.4
+match %[_~^]%<* good (%2%a*)?([Ss]|['’][Ss])?%>*%[_~^] 1245-145   10.9.3
+match %[_~^]%<*%a* great %a*([Ss]|['’][Ss])?%>*%[_~^] 1245-1235-2345   10.9.3
+match %[_~^]%<* herself ([Ss]|['’][Ss])?%>*%[_~^] 125-12456-124
+match %[_~^]%<* him ([Ss]|['’][Ss])?%>*%[_~^] 125-134
+match %[_~^]%<* himself ([Ss]|['’][Ss])?%>*%[_~^] 125-134-124
+match %[_~^]%<* immediate ([Ss]|['’][Ss])?%>*%[_~^] 24-134-134
+match %[_~^]%<* its ([Ss]|['’][Ss])?%>*%[_~^] 1346-234
+match %[_~^]%<* itself ([Ss]|['’][Ss])?%>*%[_~^] 1346-124
+match %[_~^]%<* letter (%2%a*)?([Ss]|['’][Ss])?%>*%[_~^] 123-1235   10.9.3
+match %[_~^]%<* little (%2%a*)?([Ss]|['’][Ss])?%>*%[_~^] 123-123   10.9.3
+match %[_~^]%<* much ([Ss]|['’][Ss])?%>*%[_~^] 134-16
+match %[_~^]%<* must ([Ss]|['’][Ss])?%>*%[_~^] 134-34
+match %[_~^]%<* myself ([Ss]|['’][Ss])?%>*%[_~^] 134-13456-124
+match %[_~^]%<* necessary ([Ss]|['’][Ss])?%>*%[_~^] 1345-15-14
+match %[_~^]%<* neither ([Ss]|['’][Ss])?%>*%[_~^] 1345-15-24
+match %[_~^]%<* oneself ([Ss]|['’][Ss])?%>*%[_~^] 5-135-124
+match %[_~^]%<* ourselves ([Ss]|['’][Ss])?%>*%[_~^] 1256-1235-1236-234
+match %[_~^]%<* paid ([Ss]|['’][Ss])?%>*%[_~^] 1234-145
+match %[_~^]%<* perceive ([Ss]|['’][Ss])?%>*%[_~^] 1234-12456-14-1236
+match %[_~^]%<* perceiving ([Ss]|['’][Ss])?%>*%[_~^] 1234-12456-14-1236-1245
+match %[_~^]%<* perhaps ([Ss]|['’][Ss])?%>*%[_~^] 1234-12456-125
+match %[_~^]%<* quick (%2%a*)?([Ss]|['’][Ss])?%>*%[_~^] 12345-13   10.9.3
+match %[_~^]%<* receive ([Ss]|['’][Ss])?%>*%[_~^] 1235-14-1236
+match %[_~^]%<* receiving ([Ss]|['’][Ss])?%>*%[_~^] 1235-14-1236-1245
+match %[_~^]%<* rejoice ([Ss]|['’][Ss])?%>*%[_~^] 1235-245-14
+match %[_~^]%<* rejoicing ([Ss]|['’][Ss])?%>*%[_~^] 1235-245-14-1245
+match %[_~^]%<* said ([Ss]|['’][Ss])?%>*%[_~^] 234-145
+match %[_~^]%<* should ([Ss]|['’][Ss])?%>*%[_~^] 146-145
+match %[_~^]%<* such ([Ss]|['’][Ss])?%>*%[_~^] 234-16
+match %[_~^]%<* themselves ([Ss]|['’][Ss])?%>*%[_~^] 2346-134-1236-234
+match %[_~^]%<* thyself ([Ss]|['’][Ss])?%>*%[_~^] 1456-13456-124
+match %[_~^]%<* today ([Ss]|['’][Ss])?%>*%[_~^] 2345-145
+match %[_~^]%<* together ([Ss]|['’][Ss])?%>*%[_~^] 2345-1245-1235
+match %[_~^]%<* tomorrow ([Ss]|['’][Ss])?%>*%[_~^] 2345-134
+match %[_~^]%<* tonight ([Ss]|['’][Ss])?%>*%[_~^] 2345-1345
+match %[_~^]%<* would ([Ss]|['’][Ss])?%>*%[_~^] 2456-145
+match %[_~^]%<* your ([Ss]|['’][Ss])?%>*%[_~^] 13456-1235
+match %[_~^]%<* yourself ([Ss]|['’][Ss])?%>*%[_~^] 13456-1235-124
+match %[_~^]%<* yourselves ([Ss]|['’][Ss])?%>*%[_~^] 13456-1235-1236-234
+
+#TODO:  backmatch should be able to merge these
+nofor word about  1-12
+nofor word above  1-12-1236
+nofor word according  1-14
+nofor word across  1-14-1235
+nofor word after  1-124   appendix 1.4
+nofor word afternoon  1-124-1345
+nofor word afterward  1-124-2456
+nofor word again  1-1245
+nofor word against  1-1245-34
+nofor word almost  1-123-134
+nofor word already  1-123-1235
+nofor word also  1-123
+nofor word although  1-123-1456
+nofor word altogether  1-123-2345
+nofor word always  1-123-2456
+nofor word because  23-14
+nofor word before  23-124
+nofor word behind  23-125
+nofor word below  23-123
+nofor word beneath  23-1345
+nofor word beside  23-234
+nofor word between  23-2345
+nofor word beyond  23-13456
+nofor word blind  12-123   appendix 1.4
+nofor word braille  12-1235-123   10.9.3
+nofor word children  16-1345   10.9.3
+nofor word conceive  25-14-1236
+nofor word conceiving  25-14-1236-1245
+nofor word could  14-145
+nofor word deceive  145-14-1236
+nofor word deceiving  145-14-1236-1245
+nofor word declare  145-14-123
+nofor word declaring  145-14-123-1245
+nofor word either  15-24
+nofor word first  124-34   10.9.3
+nofor word friend  124-1235   appendix 1.4
+nofor word good  1245-145   10.9.3
+nofor word great  1245-1235-2345   10.9.3
+nofor word herself  125-12456-124
+nofor word him  125-134
+nofor word himself  125-134-124
+nofor word immediate  24-134-134
+nofor word its  1346-234
+nofor word itself  1346-124
+nofor word letter  123-1235   10.9.3
+nofor word little  123-123   10.9.3
+nofor word much  134-16
+nofor word must  134-34
+nofor word myself  134-13456-124
+nofor word necessary  1345-15-14
+nofor word neither  1345-15-24
+nofor word oneself  5-135-124
+nofor word ourselves  1256-1235-1236-234
+nofor word paid  1234-145
+nofor word perceive  1234-12456-14-1236
+nofor word perceiving  1234-12456-14-1236-1245
+nofor word perhaps  1234-12456-125
+nofor word quick 12345-13   10.9.3
+nofor word receive  1235-14-1236
+nofor word receiving  1235-14-1236-1245
+nofor word rejoice  1235-245-14
+nofor word rejoicing  1235-245-14-1245
+nofor word said  234-145
+nofor word should  146-145
+nofor word such  234-16
+nofor word themselves  2346-134-1236-234
+nofor word thyself  1456-13456-124
+nofor word today  2345-145
+nofor word together  2345-1245-1235
+nofor word tomorrow  2345-134
+nofor word tonight  2345-1345
+nofor word would  2456-145
+nofor word your  13456-1235
+nofor word yourself  13456-1235-124
+nofor word yourselves  13456-1235-1236-234
+
+#nofor word abouts  1-12-234   appendix 1
+nofor word aboves  1-12-1236-234
+nofor word accordings  1-14-234
+nofor word acrosss  1-14-1235-234
+nofor word afters  1-124-234   appendix 1.4
+nofor word afternoons  1-124-1345-234
+nofor word afterwards  1-124-2456-234
+nofor word agains  1-1245-234
+nofor word againsts  1-1245-34-234
+#nofor word almosts  1-123-134-234   appendix 1
+nofor word alreadys  1-123-1235-234
+nofor word alsos  1-123-234
+nofor word althoughs  1-123-1456-234
+nofor word altogethers  1-123-2345-234
+nofor word alwayss  1-123-2456-234
+nofor word becauses  23-14-234
+nofor word befores  23-124-234
+nofor word behinds  23-125-234
+nofor word belows  23-123-234
+nofor word beneaths  23-1345-234
+nofor word besides  23-234-234
+nofor word betweens  23-2345-234
+nofor word beyonds  23-13456-234
+nofor word blinds  12-123-234   appendix 1.4
+nofor word brailles  12-1235-123-234   10.9.3
+nofor word childrens  16-1345-234   10.9.3
+nofor word conceives  25-14-1236-234
+nofor word conceivings  25-14-1236-1245-234
+nofor word coulds  14-145-234
+nofor word deceives  145-14-1236-234
+nofor word deceivings  145-14-1236-1245-234
+nofor word declares  145-14-123-234
+nofor word declarings  145-14-123-1245-234
+nofor word eithers  15-24-234
+nofor word firsts  124-34-234   10.9.3
+nofor word friends  124-1235-234-234   appendix 1.4
+nofor word goods  1245-145-234   10.9.3
+nofor word greats  1245-1235-2345-234   10.9.3
+nofor word herselfs  125-12456-124-234
+#nofor word hims  125-134-234   appendix 1
+nofor word himselfs  125-134-124-234
+nofor word immediates  24-134-134-234
+nofor word itss  1346-234-234
+nofor word itselfs  1346-124-234
+nofor word letters  123-1235-234   10.9.3
+nofor word littles  123-123-234   10.9.3
+nofor word muchs  134-16-234
+nofor word musts  134-34-234
+nofor word myselfs  134-13456-124-234
+nofor word necessarys  1345-15-14-234
+nofor word neithers  1345-15-24-234
+nofor word oneselfs  5-135-124-234
+nofor word ourselvess  1256-1235-1236-234-234
+nofor word paids  1234-145-234
+nofor word perceives  1234-12456-14-1236-234
+nofor word perceivings  1234-12456-14-1236-1245-234
+nofor word perhapss  1234-12456-125-234
+nofor word quicks  12345-13-234   10.9.3
+nofor word receives  1235-14-1236-234
+nofor word receivings  1235-14-1236-1245-234
+nofor word rejoices  1235-245-14-234
+nofor word rejoicings  1235-245-14-1245-234
+nofor word saids  234-145-234
+nofor word shoulds  146-145-234
+nofor word suchs  234-16-234
+nofor word themselvess  2346-134-1236-234-234
+nofor word thyselfs  1456-13456-124-234
+nofor word todays  2345-145-234
+nofor word togethers  2345-1245-1235-234
+nofor word tomorrows  2345-134-234
+nofor word tonights  2345-1345-234
+nofor word woulds  2456-145-234
+nofor word yours  13456-1235-234
+nofor word yourselfs  13456-1235-124-234
+nofor word yourselvess  13456-1235-1236-234-234
+
+nofor word about's  1-12-3-234
+nofor word above's  1-12-1236-3-234
+nofor word according's  1-14-3-234
+nofor word across's  1-14-1235-3-234
+nofor word after's  1-124-3-234   appendix 1.4
+nofor word afternoon's  1-124-1345-3-234
+nofor word afterward's  1-124-2456-3-234
+nofor word again's  1-1245-3-234
+nofor word against's  1-1245-34-3-234
+nofor word almost's  1-123-134-3-234
+nofor word already's  1-123-1235-3-234
+nofor word also's  1-123-3-234
+nofor word although's  1-123-1456-3-234
+nofor word altogether's  1-123-2345-3-234
+nofor word always's  1-123-2456-3-234
+nofor word because's  23-14-3-234
+nofor word before's  23-124-3-234
+nofor word behind's  23-125-3-234
+nofor word below's  23-123-3-234
+nofor word beneath's  23-1345-3-234
+nofor word beside's  23-234-3-234
+nofor word between's  23-2345-3-234
+nofor word beyond's  23-13456-3-234
+nofor word blind's  12-123-3-234   appendix 1.4
+nofor word braille's  12-1235-123-3-234   10.9.3
+nofor word children's  16-1345-3-234   10.9.3
+nofor word conceive's  25-14-1236-3-234
+nofor word conceiving's  25-14-1236-1245-3-234
+nofor word could's  14-145-3-234
+nofor word deceive's  145-14-1236-3-234
+nofor word deceiving's  145-14-1236-1245-3-234
+nofor word declare's  145-14-123-3-234
+nofor word declaring's  145-14-123-1245-3-234
+nofor word either's  15-24-3-234
+nofor word first's  124-34-3-234   10.9.3
+nofor word friend's  124-1235-3-234   appendix 1.4
+nofor word good's  1245-145-3-234   10.9.3
+nofor word great's  1245-1235-2345-3-234   10.9.3
+nofor word herself's  125-12456-124-3-234
+nofor word him's  125-134-3-234
+nofor word himself's  125-134-124-3-234
+nofor word immediate's  24-134-134-3-234
+nofor word its's  1346-234-3-234
+nofor word itself's  1346-124-3-234
+nofor word letter's  123-1235-3-234   10.9.3-3-234
+nofor word little's  123-123-3-234   10.9.3-3-234
+nofor word much's  134-16-3-234
+nofor word must's  134-34-3-234
+nofor word myself's  134-13456-124-3-234
+nofor word necessary's  1345-15-14-3-234
+nofor word neither's  1345-15-24-3-234
+nofor word oneself's  5-135-124-3-234
+nofor word ourselves's  1256-1235-1236-234-3-234
+nofor word paid's  1234-145-3-234
+nofor word perceive's  1234-12456-14-1236-3-234
+nofor word perceiving's  1234-12456-14-1236-1245-3-234
+nofor word perhaps's  1234-12456-125-3-234
+nofor word quick's  12345-13-3-234   10.9.3
+nofor word receive's  1235-14-1236-3-234
+nofor word receiving's  1235-14-1236-1245-3-234
+nofor word rejoice's  1235-245-14-3-234
+nofor word rejoicing's  1235-245-14-1245-3-234
+nofor word said's  234-145-3-234
+nofor word should's  146-145-3-234
+nofor word such's  234-16-3-234
+nofor word themselves's  2346-134-1236-234-3-234
+nofor word thyself's  1456-13456-124-3-234
+nofor word today's  2345-145-3-234
+nofor word together's  2345-1245-1235-3-234
+nofor word tomorrow's  2345-134-3-234
+nofor word tonight's  2345-1345-3-234
+nofor word would's  2456-145-3-234
+nofor word your's  13456-1235-3-234
+nofor word yourself's  13456-1235-124-3-234
+nofor word yourselves's  13456-1235-1236-234-3-234
+
+#   10.9.4
+
+word herf =
+word mst =
+
+#   10.9.5
+
+contraction ab     about
+contraction abv    above
+contraction ac     according
+contraction acr    across
+contraction af     after
+contraction afn    afternoon
+contraction afw    afterward
+contraction ag     again
+word agst =        against
+contraction alm    almost
+contraction alr    already
+contraction al     also
+word alth =        although
+contraction alt    altogether
+contraction alw    always
+word bec =         because
+word bef =         before
+word beh =         behind
+word bel =         below
+word ben 12-26     beneath
+word bes =         beside
+word bet =         between
+word bey =         beyond
+contraction bl     blind
+contraction brl    braille
+word chn =         children
+word concv =       conceive
+word concvg =      conceiving
+contraction cd     could
+contraction dcv    deceive
+contraction dcvg   deceiving
+contraction dcl    declare
+contraction dclg   declaring
+contraction ei     either
+word fst =         first
+contraction fr     friend
+contraction gd     good
+contraction grt    great
+word herf =        herself
+contraction hm     him
+contraction hmf    himself
+contraction imm    immediate
+contraction xs     its
+contraction xf     itself
+contraction lr     letter
+contraction ll     little
+word mch =         much
+word mst =         must
+contraction myf    myself
+contraction nec    necessary
+contraction nei    neither
+word onef =        oneself
+word ourvs =       ourselves
+contraction pd     paid
+word percv =       perceive
+word percvg =      perceiving
+word perh =        perhaps
+contraction qk     quick
+contraction rcv    receive
+contraction rcvg   receiving
+contraction rjc    rejoice
+contraction rjcg   rejoicing
+contraction sd     said
+word shd =         should
+word sch =         such
+word themvs =      themselves
+word thyf =        thyself
+contraction td     today
+contraction tgr    together
+contraction tm     tomorrow
+contraction tn     tonight
+contraction wd     would
+contraction yr     your
+contraction yrf    yourself
+contraction yrvs   yourselves
+
+#   10.9.6
+#TODO
+
+#   Appendex 1
+
+word abouts 1-12-1256-2345-234
+word almosts 1-123-134-135-34-234
+word hims 125-24-134-234
+
+nofor word alms 1-123-134-234
+
+#   don't mix ’ with ' together
+match %[_~^]%<* ’twould ([Ss]|['’][Ss])?%>*%[_~^] 3-2345-2456-145
+match %[_~^]%<* 'twould ([Ss]|['’][Ss])?%>*%[_~^] 3-2345-2456-145
+match %[_~^]%<* ’twould’ve ([Ss]|['’][Ss])?%>*%[_~^] 3-2345-2456-145-3-1236-15
+match %[_~^]%<* 'twould've ([Ss]|['’][Ss])?%>*%[_~^] 3-2345-2456-145-3-1236-15
+match %[_~^]%<* ’twoulda ([Ss]|['’][Ss])?%>*%[_~^] 3-2345-2456-145-1
+match %[_~^]%<* 'twoulda ([Ss]|['’][Ss])?%>*%[_~^] 3-2345-2456-145-1
+match %[_~^]%<* ’twouldn’t ([Ss]|['’][Ss])?%>*%[_~^] 3-2345-2456-145-1345-3-2345
+match %[_~^]%<* 'twouldn't ([Ss]|['’][Ss])?%>*%[_~^] 3-2345-2456-145-1345-3-2345
+match %[_~^]%<* ’twouldn’t’ve ([Ss]|['’][Ss])?%>*%[_~^] 3-2345-2456-145-1345-3-2345-3-1236-15
+match %[_~^]%<* 'twouldn't've ([Ss]|['’][Ss])?%>*%[_~^] 3-2345-2456-145-1345-3-2345-3-1236-15
+match %[_~^]%<* aboutface ([Ss]|['’][Ss])?%>*%[_~^] 1-12-124-1-14-15
+match %[_~^]%<* aboutfaced ([Ss]|['’][Ss])?%>*%[_~^] 1-12-124-1-14-1246
+match %[_~^]%<* aboutfacer ([Ss]|['’][Ss])?%>*%[_~^] 1-12-124-1-14-12456
+match %[_~^]%<* aboutfacing ([Ss]|['’][Ss])?%>*%[_~^] 1-12-124-1-14-346
+match %[_~^]%<* aboutturn ([Ss]|['’][Ss])?%>*%[_~^] 1-12-2345-136-1235-1345
+match %[_~^]%<* aboutturned ([Ss]|['’][Ss])?%>*%[_~^] 1-12-2345-136-1235-1345-1246
+match %[_~^]%<* aboveboard ([Ss]|['’][Ss])?%>*%[_~^] 1-12-1236-12-135-345-145
+match %[_~^]%<* aboveground ([Ss]|['’][Ss])?%>*%[_~^] 1-12-1236-1245-1235-46-145
+match %[_~^]%<* abovementioned ([Ss]|['’][Ss])?%>*%[_~^] 1-12-1236-134-26-56-1345-1246
+match %[_~^]%<* accordingly ([Ss]|['’][Ss])?%>*%[_~^] 1-14-123-13456
+match %[_~^]%<* aforesaid ([Ss]|['’][Ss])?%>*%[_~^] 1-123456-15-234-145
+match %[_~^]%<* afterbattle ([Ss]|['’][Ss])?%>*%[_~^] 1-124-12-1-2345-2345-123-15
+match %[_~^]%<* afterbirth ([Ss]|['’][Ss])?%>*%[_~^] 1-124-12-24-1235-1456
+match %[_~^]%<* afterbreakfast ([Ss]|['’][Ss])?%>*%[_~^] 1-124-12-1235-2-13-124-1-34
+match %[_~^]%<* afterburn ([Ss]|['’][Ss])?%>*%[_~^] 1-124-12-136-1235-1345
+match %[_~^]%<* afterburned ([Ss]|['’][Ss])?%>*%[_~^] 1-124-12-136-1235-1345-1246
+match %[_~^]%<* afterburner ([Ss]|['’][Ss])?%>*%[_~^] 1-124-12-136-1235-1345-12456
+match %[_~^]%<* afterburning ([Ss]|['’][Ss])?%>*%[_~^] 1-124-12-136-1235-1345-346
+match %[_~^]%<* aftercare ([Ss]|['’][Ss])?%>*%[_~^] 1-124-14-345-15
+match %[_~^]%<* afterclap ([Ss]|['’][Ss])?%>*%[_~^] 1-124-14-123-1-1234
+match %[_~^]%<* aftercoffee ([Ss]|['’][Ss])?%>*%[_~^] 1-124-14-12356-124-15-15
+match %[_~^]%<* afterdamp ([Ss]|['’][Ss])?%>*%[_~^] 1-124-145-1-134-1234
+match %[_~^]%<* afterdark ([Ss]|['’][Ss])?%>*%[_~^] 1-124-145-345-13
+match %[_~^]%<* afterdeck ([Ss]|['’][Ss])?%>*%[_~^] 1-124-145-15-14-13
+match %[_~^]%<* afterdinner ([Ss]|['’][Ss])?%>*%[_~^] 1-124-145-35-1345-12456
+match %[_~^]%<* afterflow ([Ss]|['’][Ss])?%>*%[_~^] 1-124-124-123-246
+match %[_~^]%<* aftergame ([Ss]|['’][Ss])?%>*%[_~^] 1-124-1245-1-134-15
+match %[_~^]%<* afterglow ([Ss]|['’][Ss])?%>*%[_~^] 1-124-1245-123-246
+match %[_~^]%<* afterguard ([Ss]|['’][Ss])?%>*%[_~^] 1-124-1245-136-345-145
+match %[_~^]%<* afterhatch ([Ss]|['’][Ss])?%>*%[_~^] 1-124-125-1-2345-16
+match %[_~^]%<* afterhatches ([Ss]|['’][Ss])?%>*%[_~^] 1-124-125-1-2345-16-15-234
+match %[_~^]%<* afterhour ([Ss]|['’][Ss])?%>*%[_~^] 1-124-125-1256-1235
+match %[_~^]%<* afterlife ([Ss]|['’][Ss])?%>*%[_~^] 1-124-123-24-124-15
+match %[_~^]%<* afterlight ([Ss]|['’][Ss])?%>*%[_~^] 1-124-123-24-126-2345
+match %[_~^]%<* afterlives ([Ss]|['’][Ss])?%>*%[_~^] 1-124-123-24-1236-15-234
+match %[_~^]%<* afterlunch ([Ss]|['’][Ss])?%>*%[_~^] 1-124-123-136-1345-16
+match %[_~^]%<* afterlunches ([Ss]|['’][Ss])?%>*%[_~^] 1-124-123-136-1345-16-15-234
+match %[_~^]%<* aftermarket ([Ss]|['’][Ss])?%>*%[_~^] 1-124-134-345-13-15-2345
+match %[_~^]%<* aftermatch ([Ss]|['’][Ss])?%>*%[_~^] 1-124-134-1-2345-16
+match %[_~^]%<* aftermatches ([Ss]|['’][Ss])?%>*%[_~^] 1-124-134-1-2345-16-15-234
+match %[_~^]%<* aftermath ([Ss]|['’][Ss])?%>*%[_~^] 1-124-134-1-1456
+match %[_~^]%<* aftermeeting ([Ss]|['’][Ss])?%>*%[_~^] 1-124-134-15-15-2345-346
+match %[_~^]%<* aftermidday ([Ss]|['’][Ss])?%>*%[_~^] 1-124-134-24-145-5-145
+match %[_~^]%<* aftermidnight ([Ss]|['’][Ss])?%>*%[_~^] 1-124-134-24-145-1345-24-126-2345
+match %[_~^]%<* aftermost ([Ss]|['’][Ss])?%>*%[_~^] 1-124-134-135-34
+match %[_~^]%<* afternoontea ([Ss]|['’][Ss])?%>*%[_~^] 1-124-1345-2345-15-1
+match %[_~^]%<* afterpain ([Ss]|['’][Ss])?%>*%[_~^] 1-124-1234-1-35
+match %[_~^]%<* afterparties ([Ss]|['’][Ss])?%>*%[_~^] 1-124-5-1234-24-15-234
+match %[_~^]%<* afterparty ([Ss]|['’][Ss])?%>*%[_~^] 1-124-5-1234-13456
+match %[_~^]%<* afterpiece ([Ss]|['’][Ss])?%>*%[_~^] 1-124-1234-24-15-14-15
+match %[_~^]%<* afterplay ([Ss]|['’][Ss])?%>*%[_~^] 1-124-1234-123-1-13456
+match %[_~^]%<* aftersale ([Ss]|['’][Ss])?%>*%[_~^] 1-124-234-1-123-15
+match %[_~^]%<* afterschool ([Ss]|['’][Ss])?%>*%[_~^] 1-124-234-16-135-135-123
+match %[_~^]%<* aftersensation ([Ss]|['’][Ss])?%>*%[_~^] 1-124-234-26-234-1-56-1345
+match %[_~^]%<* aftershave ([Ss]|['’][Ss])?%>*%[_~^] 1-124-146-1-1236-15
+match %[_~^]%<* aftershock ([Ss]|['’][Ss])?%>*%[_~^] 1-124-146-135-14-13
+match %[_~^]%<* aftershow ([Ss]|['’][Ss])?%>*%[_~^] 1-124-146-246
+match %[_~^]%<* aftershower ([Ss]|['’][Ss])?%>*%[_~^] 1-124-146-246-12456
+match %[_~^]%<* aftersupper ([Ss]|['’][Ss])?%>*%[_~^] 1-124-234-136-1234-1234-12456
+match %[_~^]%<* aftertaste ([Ss]|['’][Ss])?%>*%[_~^] 1-124-2345-1-34-15
+match %[_~^]%<* aftertax ([Ss]|['’][Ss])?%>*%[_~^] 1-124-2345-1-1346
+match %[_~^]%<* aftertaxes ([Ss]|['’][Ss])?%>*%[_~^] 1-124-2345-1-1346-15-234
+match %[_~^]%<* aftertea ([Ss]|['’][Ss])?%>*%[_~^] 1-124-2345-15-1
+match %[_~^]%<* aftertheatre ([Ss]|['’][Ss])?%>*%[_~^] 1-124-2346-1-2345-1235-15
+match %[_~^]%<* afterthought ([Ss]|['’][Ss])?%>*%[_~^] 1-124-1456-5-1256
+match %[_~^]%<* aftertime ([Ss]|['’][Ss])?%>*%[_~^] 1-124-5-2345
+match %[_~^]%<* aftertreatment ([Ss]|['’][Ss])?%>*%[_~^] 1-124-2345-1235-2-2345-56-2345
+match %[_~^]%<* afterword ([Ss]|['’][Ss])?%>*%[_~^] 1-124-45-2456
+match %[_~^]%<* afterwork ([Ss]|['’][Ss])?%>*%[_~^] 1-124-5-2456
+match %[_~^]%<* afterworld ([Ss]|['’][Ss])?%>*%[_~^] 1-124-456-2456
+match %[_~^]%<* apperceive ([Ss]|['’][Ss])?%>*%[_~^] 1-1234-1234-12456-14-1236
+match %[_~^]%<* apperceived ([Ss]|['’][Ss])?%>*%[_~^] 1-1234-1234-12456-14-1236-145
+match %[_~^]%<* apperceiver ([Ss]|['’][Ss])?%>*%[_~^] 1-1234-1234-12456-14-1236-1235
+match %[_~^]%<* apperceiving ([Ss]|['’][Ss])?%>*%[_~^] 1-1234-1234-12456-14-1236-1245
+match %[_~^]%<* archdeceiver ([Ss]|['’][Ss])?%>*%[_~^] 345-16-145-14-1236-1235
+match %[_~^]%<* beforehand ([Ss]|['’][Ss])?%>*%[_~^] 23-124-125-12346
+match %[_~^]%<* befriend ([Ss]|['’][Ss])?%>*%[_~^] 23-124-1235
+match %[_~^]%<* behindhand ([Ss]|['’][Ss])?%>*%[_~^] 23-125-125-12346
+match %[_~^]%<* belittle ([Ss]|['’][Ss])?%>*%[_~^] 23-123-123
+match %[_~^]%<* belittled ([Ss]|['’][Ss])?%>*%[_~^] 23-123-123-145
+match %[_~^]%<* belittlement ([Ss]|['’][Ss])?%>*%[_~^] 23-123-123-56-2345
+match %[_~^]%<* belittler ([Ss]|['’][Ss])?%>*%[_~^] 23-123-123-1235
+match %[_~^]%<* belowdeck ([Ss]|['’][Ss])?%>*%[_~^] 23-123-145-15-14-13
+match %[_~^]%<* belowground ([Ss]|['’][Ss])?%>*%[_~^] 23-123-1245-1235-46-145
+match %[_~^]%<* belowmentioned ([Ss]|['’][Ss])?%>*%[_~^] 23-123-134-26-56-1345-1246
+match %[_~^]%<* beneathdeck ([Ss]|['’][Ss])?%>*%[_~^] 23-1345-145-15-14-13
+match %[_~^]%<* beneathground ([Ss]|['’][Ss])?%>*%[_~^] 23-1345-1245-1235-46-145
+match %[_~^]%<* betweendeck ([Ss]|['’][Ss])?%>*%[_~^] 23-2345-145-15-14-13
+match %[_~^]%<* betweentime ([Ss]|['’][Ss])?%>*%[_~^] 23-2345-5-2345
+match %[_~^]%<* betweenwhile ([Ss]|['’][Ss])?%>*%[_~^] 23-2345-156-24-123-15
+match %[_~^]%<* blindfish ([Ss]|['’][Ss])?%>*%[_~^] 12-123-124-24-146
+match %[_~^]%<* blindfishes ([Ss]|['’][Ss])?%>*%[_~^] 12-123-124-24-146-15-234
+match %[_~^]%<* blindfold ([Ss]|['’][Ss])?%>*%[_~^] 12-123-124-135-123-145
+match %[_~^]%<* blindfolded ([Ss]|['’][Ss])?%>*%[_~^] 12-123-124-135-123-145-1246
+match %[_~^]%<* blindfolder ([Ss]|['’][Ss])?%>*%[_~^] 12-123-124-135-123-145-12456
+match %[_~^]%<* blindfolding ([Ss]|['’][Ss])?%>*%[_~^] 12-123-124-135-123-145-346
+match %[_~^]%<* blindly ([Ss]|['’][Ss])?%>*%[_~^] 12-123-123-13456
+match %[_~^]%<* blindman ([Ss]|['’][Ss])?%>*%[_~^] 12-123-134-1-1345
+match %[_~^]%<* blindmen ([Ss]|['’][Ss])?%>*%[_~^] 12-123-134-26
+match %[_~^]%<* blindness ([Ss]|['’][Ss])?%>*%[_~^] 12-123-56-234
+match %[_~^]%<* blindnesses ([Ss]|['’][Ss])?%>*%[_~^] 12-123-56-234-15-234
+match %[_~^]%<* blindside ([Ss]|['’][Ss])?%>*%[_~^] 12-123-234-24-145-15
+match %[_~^]%<* blindsided ([Ss]|['’][Ss])?%>*%[_~^] 12-123-234-24-145-1246
+match %[_~^]%<* blindsider ([Ss]|['’][Ss])?%>*%[_~^] 12-123-234-24-145-12456
+match %[_~^]%<* blindsiding ([Ss]|['’][Ss])?%>*%[_~^] 12-123-234-24-145-346
+match %[_~^]%<* blindsight ([Ss]|['’][Ss])?%>*%[_~^] 12-123-234-24-126-2345
+match %[_~^]%<* blindstories ([Ss]|['’][Ss])?%>*%[_~^] 12-123-34-135-1235-24-15-234
+match %[_~^]%<* blindstory ([Ss]|['’][Ss])?%>*%[_~^] 12-123-34-135-1235-13456
+match %[_~^]%<* blindworm ([Ss]|['’][Ss])?%>*%[_~^] 12-123-2456-135-1235-134
+match %[_~^]%<* bloodletter ([Ss]|['’][Ss])?%>*%[_~^] 12-123-135-135-145-123-1235
+match %[_~^]%<* boyfriend ([Ss]|['’][Ss])?%>*%[_~^] 12-135-13456-124-1235
+match %[_~^]%<* brailled ([Ss]|['’][Ss])?%>*%[_~^] 12-1235-123-145
+match %[_~^]%<* brailler ([Ss]|['’][Ss])?%>*%[_~^] 12-1235-123-1235
+match %[_~^]%<* braillewriter ([Ss]|['’][Ss])?%>*%[_~^] 12-1235-123-2456-1235-24-2345-12456
+match %[_~^]%<* braillewriting ([Ss]|['’][Ss])?%>*%[_~^] 12-1235-123-2456-1235-24-2345-346
+match %[_~^]%<* brailley ([Ss]|['’][Ss])?%>*%[_~^] 12-1235-123-13456
+match %[_~^]%<* brainchildren ([Ss]|['’][Ss])?%>*%[_~^] 12-1235-1-35-16-1345
+match %[_~^]%<* chainletter ([Ss]|['’][Ss])?%>*%[_~^] 16-1-35-123-1235
+match %[_~^]%<* children’swear ([Ss]|['’][Ss])?%>*%[_~^] 16-1345-3-234-2456-15-345
+match %[_~^]%<* children'swear ([Ss]|['’][Ss])?%>*%[_~^] 16-1345-3-234-2456-15-345
+match %[_~^]%<* colorblind ([Ss]|['’][Ss])?%>*%[_~^] 14-135-123-135-1235-12-123
+match %[_~^]%<* colorblindness ([Ss]|['’][Ss])?%>*%[_~^] 14-135-123-135-1235-12-123-56-234
+match %[_~^]%<* colorblindnesses ([Ss]|['’][Ss])?%>*%[_~^] 14-135-123-135-1235-12-123-56-234-15-234
+match %[_~^]%<* colourblind ([Ss]|['’][Ss])?%>*%[_~^] 14-135-123-1256-1235-12-123
+match %[_~^]%<* colourblindness ([Ss]|['’][Ss])?%>*%[_~^] 14-135-123-1256-1235-12-123-56-234
+match %[_~^]%<* colourblindnesses ([Ss]|['’][Ss])?%>*%[_~^] 14-135-123-1256-1235-12-123-56-234-15-234
+match %[_~^]%<* conceived ([Ss]|['’][Ss])?%>*%[_~^] 25-14-1236-145
+match %[_~^]%<* conceiver ([Ss]|['’][Ss])?%>*%[_~^] 25-14-1236-1235
+match %[_~^]%<* could’ve ([Ss]|['’][Ss])?%>*%[_~^] 14-145-3-1236-15
+match %[_~^]%<* could've ([Ss]|['’][Ss])?%>*%[_~^] 14-145-3-1236-15
+match %[_~^]%<* coulda ([Ss]|['’][Ss])?%>*%[_~^] 14-145-1
+match %[_~^]%<* couldest ([Ss]|['’][Ss])?%>*%[_~^] 14-145-15-34
+match %[_~^]%<* couldn’t ([Ss]|['’][Ss])?%>*%[_~^] 14-145-1345-3-2345
+match %[_~^]%<* couldn't ([Ss]|['’][Ss])?%>*%[_~^] 14-145-1345-3-2345
+match %[_~^]%<* couldn’t’ve ([Ss]|['’][Ss])?%>*%[_~^] 14-145-1345-3-2345-3-1236-15
+match %[_~^]%<* couldn't've ([Ss]|['’][Ss])?%>*%[_~^] 14-145-1345-3-2345-3-1236-15
+match %[_~^]%<* couldst ([Ss]|['’][Ss])?%>*%[_~^] 14-145-34
+match %[_~^]%<* deafblind ([Ss]|['’][Ss])?%>*%[_~^] 145-2-124-12-123
+match %[_~^]%<* deafblindness ([Ss]|['’][Ss])?%>*%[_~^] 145-2-124-12-123-56-234
+match %[_~^]%<* deafblindnesses ([Ss]|['’][Ss])?%>*%[_~^] 145-2-124-12-123-56-234-15-234
+match %[_~^]%<* deceived ([Ss]|['’][Ss])?%>*%[_~^] 145-14-1236-145
+match %[_~^]%<* deceiver ([Ss]|['’][Ss])?%>*%[_~^] 145-14-1236-1235
+match %[_~^]%<* declared ([Ss]|['’][Ss])?%>*%[_~^] 145-14-123-145
+match %[_~^]%<* declarer ([Ss]|['’][Ss])?%>*%[_~^] 145-14-123-1235
+match %[_~^]%<* defriend ([Ss]|['’][Ss])?%>*%[_~^] 145-15-124-1235
+match %[_~^]%<* do-it-yourselfer ([Ss]|['’][Ss])?%>*%[_~^] 145-36-1346-36-13456-1235-124-12456
+match %[_~^]%<* doublequick ([Ss]|['’][Ss])?%>*%[_~^] 145-1256-12-123-15-12345-13
+match %[_~^]%<* eastabout ([Ss]|['’][Ss])?%>*%[_~^] 15-1-34-1-12
+match %[_~^]%<* feelgood ([Ss]|['’][Ss])?%>*%[_~^] 124-15-15-123-1245-145
+match %[_~^]%<* feetfirst ([Ss]|['’][Ss])?%>*%[_~^] 124-15-15-2345-124-34
+match %[_~^]%<* firstaid ([Ss]|['’][Ss])?%>*%[_~^] 124-34-1-24-145
+match %[_~^]%<* firstaider ([Ss]|['’][Ss])?%>*%[_~^] 124-34-1-24-145-12456
+match %[_~^]%<* firstborn ([Ss]|['’][Ss])?%>*%[_~^] 124-34-12-135-1235-1345
+match %[_~^]%<* firstclass ([Ss]|['’][Ss])?%>*%[_~^] 124-34-14-123-1-234-234
+match %[_~^]%<* firstclasses ([Ss]|['’][Ss])?%>*%[_~^] 124-34-14-123-1-234-234-15-234
+match %[_~^]%<* firstday ([Ss]|['’][Ss])?%>*%[_~^] 124-34-5-145
+match %[_~^]%<* firstdayer ([Ss]|['’][Ss])?%>*%[_~^] 124-34-5-145-12456
+match %[_~^]%<* firstfruit ([Ss]|['’][Ss])?%>*%[_~^] 124-34-124-1235-136-24-2345
+match %[_~^]%<* firstfruiting ([Ss]|['’][Ss])?%>*%[_~^] 124-34-124-1235-136-24-2345-346
+match %[_~^]%<* firstgeneration ([Ss]|['’][Ss])?%>*%[_~^] 124-34-1245-26-12456-1-56-1345
+match %[_~^]%<* firsthand ([Ss]|['’][Ss])?%>*%[_~^] 124-34-125-12346
+match %[_~^]%<* firsthanded ([Ss]|['’][Ss])?%>*%[_~^] 124-34-125-12346-1246
+match %[_~^]%<* firstling ([Ss]|['’][Ss])?%>*%[_~^] 124-34-123-346
+match %[_~^]%<* firstly ([Ss]|['’][Ss])?%>*%[_~^] 124-34-123-13456
+match %[_~^]%<* firstness ([Ss]|['’][Ss])?%>*%[_~^] 124-34-56-234
+match %[_~^]%<* firstnight ([Ss]|['’][Ss])?%>*%[_~^] 124-34-1345-24-126-2345
+match %[_~^]%<* firstnighter ([Ss]|['’][Ss])?%>*%[_~^] 124-34-1345-24-126-2345-12456
+match %[_~^]%<* firstrate ([Ss]|['’][Ss])?%>*%[_~^] 124-34-1235-1-2345-15
+match %[_~^]%<* firstrated ([Ss]|['’][Ss])?%>*%[_~^] 124-34-1235-1-2345-1246
+match %[_~^]%<* firstrating ([Ss]|['’][Ss])?%>*%[_~^] 124-34-1235-1-2345-346
+match %[_~^]%<* firststring ([Ss]|['’][Ss])?%>*%[_~^] 124-34-34-1235-346
+match %[_~^]%<* forasmuch ([Ss]|['’][Ss])?%>*%[_~^] 123456-1-234-134-16
+match %[_~^]%<* foresaid ([Ss]|['’][Ss])?%>*%[_~^] 123456-15-234-145
+match %[_~^]%<* fosterchildren ([Ss]|['’][Ss])?%>*%[_~^] 124-135-34-12456-16-1345
+match %[_~^]%<* friendless ([Ss]|['’][Ss])?%>*%[_~^] 124-1235-46-234
+match %[_~^]%<* friendlessness ([Ss]|['’][Ss])?%>*%[_~^] 124-1235-46-234-56-234
+match %[_~^]%<* friendlessnesses ([Ss]|['’][Ss])?%>*%[_~^] 124-1235-46-234-56-234-15-234
+match %[_~^]%<* friendlier ([Ss]|['’][Ss])?%>*%[_~^] 124-1235-123-24-12456
+match %[_~^]%<* friendlies ([Ss]|['’][Ss])?%>*%[_~^] 124-1235-123-24-15-234
+match %[_~^]%<* friendliest ([Ss]|['’][Ss])?%>*%[_~^] 124-1235-123-24-15-34
+match %[_~^]%<* friendliness ([Ss]|['’][Ss])?%>*%[_~^] 124-1235-123-24-56-234
+match %[_~^]%<* friendlinesses ([Ss]|['’][Ss])?%>*%[_~^] 124-1235-123-24-56-234-15-234
+match %[_~^]%<* friendly ([Ss]|['’][Ss])?%>*%[_~^] 124-1235-123-13456
+match %[_~^]%<* friendship ([Ss]|['’][Ss])?%>*%[_~^] 124-1235-146-24-1234
+match %[_~^]%<* gadabout ([Ss]|['’][Ss])?%>*%[_~^] 1245-1-145-1-12
+match %[_~^]%<* gainsaid ([Ss]|['’][Ss])?%>*%[_~^] 1245-1-35-234-145
+match %[_~^]%<* galfriend ([Ss]|['’][Ss])?%>*%[_~^] 1245-1-123-124-1235
+match %[_~^]%<* gentlemanfriend ([Ss]|['’][Ss])?%>*%[_~^] 1245-26-2345-123-15-134-1-1345-124-1235
+match %[_~^]%<* gentlemenfriends ([Ss]|['’][Ss])?%>*%[_~^] 1245-26-2345-123-15-134-26-124-1235-234
+match %[_~^]%<* girlfriend ([Ss]|['’][Ss])?%>*%[_~^] 1245-24-1235-123-124-1235
+match %[_~^]%<* godchildren ([Ss]|['’][Ss])?%>*%[_~^] 1245-135-145-16-1345
+match %[_~^]%<* goodafternoon ([Ss]|['’][Ss])?%>*%[_~^] 1245-145-1-124-1345
+match %[_~^]%<* goodby ([Ss]|['’][Ss])?%>*%[_~^] 1245-145-12-13456
+match %[_~^]%<* goodbye ([Ss]|['’][Ss])?%>*%[_~^] 1245-145-12-13456-15
+match %[_~^]%<* goodbyeing ([Ss]|['’][Ss])?%>*%[_~^] 1245-145-12-13456-15-346
+match %[_~^]%<* goodbying ([Ss]|['’][Ss])?%>*%[_~^] 1245-145-12-13456-346
+match %[_~^]%<* goodday ([Ss]|['’][Ss])?%>*%[_~^] 1245-145-5-145
+match %[_~^]%<* gooder ([Ss]|['’][Ss])?%>*%[_~^] 1245-145-12456
+match %[_~^]%<* goodest ([Ss]|['’][Ss])?%>*%[_~^] 1245-145-15-34
+match %[_~^]%<* goodevening ([Ss]|['’][Ss])?%>*%[_~^] 1245-145-15-1236-26-346
+match %[_~^]%<* goodfellow ([Ss]|['’][Ss])?%>*%[_~^] 1245-145-124-15-123-123-246
+match %[_~^]%<* goodfellowship ([Ss]|['’][Ss])?%>*%[_~^] 1245-145-124-15-123-123-246-146-24-1234
+match %[_~^]%<* goodhearted ([Ss]|['’][Ss])?%>*%[_~^] 1245-145-125-15-345-2345-1246
+match %[_~^]%<* goodheartedly ([Ss]|['’][Ss])?%>*%[_~^] 1245-145-125-15-345-2345-1246-123-13456
+match %[_~^]%<* goodheartedness ([Ss]|['’][Ss])?%>*%[_~^] 1245-145-125-15-345-2345-1246-56-234
+match %[_~^]%<* goodhumor ([Ss]|['’][Ss])?%>*%[_~^] 1245-145-125-136-134-135-1235
+match %[_~^]%<* goodhumored ([Ss]|['’][Ss])?%>*%[_~^] 1245-145-125-136-134-135-1235-1246
+match %[_~^]%<* goodhumoredly ([Ss]|['’][Ss])?%>*%[_~^] 1245-145-125-136-134-135-1235-1246-123-13456
+match %[_~^]%<* goodhumoredness ([Ss]|['’][Ss])?%>*%[_~^] 1245-145-125-136-134-135-1235-1246-56-234
+match %[_~^]%<* goodhumorednesses ([Ss]|['’][Ss])?%>*%[_~^] 1245-145-125-136-134-135-1235-1246-56-234-15-234
+match %[_~^]%<* goodhumour ([Ss]|['’][Ss])?%>*%[_~^] 1245-145-125-136-134-1256-1235
+match %[_~^]%<* goodhumoured ([Ss]|['’][Ss])?%>*%[_~^] 1245-145-125-136-134-1256-1235-1246
+match %[_~^]%<* goodhumouredly ([Ss]|['’][Ss])?%>*%[_~^] 1245-145-125-136-134-1256-1235-1246-123-13456
+match %[_~^]%<* goodhumouredness ([Ss]|['’][Ss])?%>*%[_~^] 1245-145-125-136-134-1256-1235-1246-56-234
+match %[_~^]%<* goodhumourednesses ([Ss]|['’][Ss])?%>*%[_~^] 1245-145-125-136-134-1256-1235-1246-56-234-15-234
+match %[_~^]%<* goodie ([Ss]|['’][Ss])?%>*%[_~^] 1245-145-24-15
+match %[_~^]%<* goodish ([Ss]|['’][Ss])?%>*%[_~^] 1245-145-24-146
+match %[_~^]%<* goodlier ([Ss]|['’][Ss])?%>*%[_~^] 1245-145-123-24-12456
+match %[_~^]%<* goodliest ([Ss]|['’][Ss])?%>*%[_~^] 1245-145-123-24-15-34
+match %[_~^]%<* goodliness ([Ss]|['’][Ss])?%>*%[_~^] 1245-145-123-24-56-234
+match %[_~^]%<* goodlook ([Ss]|['’][Ss])?%>*%[_~^] 1245-145-123-135-135-13
+match %[_~^]%<* goodlooker ([Ss]|['’][Ss])?%>*%[_~^] 1245-145-123-135-135-13-12456
+match %[_~^]%<* goodlooking ([Ss]|['’][Ss])?%>*%[_~^] 1245-145-123-135-135-13-346
+match %[_~^]%<* goodly ([Ss]|['’][Ss])?%>*%[_~^] 1245-145-123-13456
+match %[_~^]%<* goodman ([Ss]|['’][Ss])?%>*%[_~^] 1245-145-134-1-1345
+match %[_~^]%<* goodmen ([Ss]|['’][Ss])?%>*%[_~^] 1245-145-134-26
+match %[_~^]%<* goodmorning ([Ss]|['’][Ss])?%>*%[_~^] 1245-145-134-135-1235-1345-346
+match %[_~^]%<* goodnature ([Ss]|['’][Ss])?%>*%[_~^] 1245-145-1345-1-2345-136-1235-15
+match %[_~^]%<* goodnatured ([Ss]|['’][Ss])?%>*%[_~^] 1245-145-1345-1-2345-136-1235-1246
+match %[_~^]%<* goodnaturedly ([Ss]|['’][Ss])?%>*%[_~^] 1245-145-1345-1-2345-136-1235-1246-123-13456
+match %[_~^]%<* goodnaturedness ([Ss]|['’][Ss])?%>*%[_~^] 1245-145-1345-1-2345-136-1235-1246-56-234
+match %[_~^]%<* goodness ([Ss]|['’][Ss])?%>*%[_~^] 1245-145-56-234
+match %[_~^]%<* goodnesses ([Ss]|['’][Ss])?%>*%[_~^] 1245-145-56-234-15-234
+match %[_~^]%<* goodnight ([Ss]|['’][Ss])?%>*%[_~^] 1245-145-1345-24-126-2345
+match %[_~^]%<* goodsize ([Ss]|['’][Ss])?%>*%[_~^] 1245-145-234-24-1356-15
+match %[_~^]%<* goodsized ([Ss]|['’][Ss])?%>*%[_~^] 1245-145-234-24-1356-1246
+match %[_~^]%<* goodtempered ([Ss]|['’][Ss])?%>*%[_~^] 1245-145-2345-15-134-1234-12456-1246
+match %[_~^]%<* goodtemperedly ([Ss]|['’][Ss])?%>*%[_~^] 1245-145-2345-15-134-1234-12456-1246-123-13456
+match %[_~^]%<* goodtime ([Ss]|['’][Ss])?%>*%[_~^] 1245-145-5-2345
+match %[_~^]%<* goodun ([Ss]|['’][Ss])?%>*%[_~^] 1245-145-136-1345
+match %[_~^]%<* goodwife ([Ss]|['’][Ss])?%>*%[_~^] 1245-145-2456-24-124-15
+match %[_~^]%<* goodwill ([Ss]|['’][Ss])?%>*%[_~^] 1245-145-2456-24-123-123
+match %[_~^]%<* goodwilled ([Ss]|['’][Ss])?%>*%[_~^] 1245-145-2456-24-123-123-1246
+match %[_~^]%<* goodwives ([Ss]|['’][Ss])?%>*%[_~^] 1245-145-2456-24-1236-15-234
+match %[_~^]%<* goody ([Ss]|['’][Ss])?%>*%[_~^] 1245-145-13456
+match %[_~^]%<* goodyear ([Ss]|['’][Ss])?%>*%[_~^] 1245-145-13456-15-345
+match %[_~^]%<* grandchildren ([Ss]|['’][Ss])?%>*%[_~^] 1245-1235-12346-16-1345
+match %[_~^]%<* greataunt ([Ss]|['’][Ss])?%>*%[_~^] 1245-1235-2345-1-136-1345-2345
+match %[_~^]%<* greatbatch ([Ss]|['’][Ss])?%>*%[_~^] 1245-1235-2345-12-1-2345-16
+match %[_~^]%<* greatcircle ([Ss]|['’][Ss])?%>*%[_~^] 1245-1235-2345-14-24-1235-14-123-15
+match %[_~^]%<* greatcoat ([Ss]|['’][Ss])?%>*%[_~^] 1245-1235-2345-14-135-1-2345
+match %[_~^]%<* greaten ([Ss]|['’][Ss])?%>*%[_~^] 1245-1235-2345-26
+match %[_~^]%<* greatened ([Ss]|['’][Ss])?%>*%[_~^] 1245-1235-2345-26-1246
+match %[_~^]%<* greatener ([Ss]|['’][Ss])?%>*%[_~^] 1245-1235-2345-26-12456
+match %[_~^]%<* greatening ([Ss]|['’][Ss])?%>*%[_~^] 1245-1235-2345-26-346
+match %[_~^]%<* greater ([Ss]|['’][Ss])?%>*%[_~^] 1245-1235-2345-12456
+match %[_~^]%<* greatest ([Ss]|['’][Ss])?%>*%[_~^] 1245-1235-2345-15-34
+match %[_~^]%<* greatgrandaunt ([Ss]|['’][Ss])?%>*%[_~^] 1245-1235-2345-1245-1235-12346-1-136-1345-2345
+match %[_~^]%<* greatgrandchild ([Ss]|['’][Ss])?%>*%[_~^] 1245-1235-2345-1245-1235-12346-16-24-123-145
+match %[_~^]%<* greatgrandchildren ([Ss]|['’][Ss])?%>*%[_~^] 1245-1235-2345-1245-1235-12346-16-1345
+match %[_~^]%<* greatgranddad ([Ss]|['’][Ss])?%>*%[_~^] 1245-1235-2345-1245-1235-12346-145-1-145
+match %[_~^]%<* greatgranddaughter ([Ss]|['’][Ss])?%>*%[_~^] 1245-1235-2345-1245-1235-12346-145-1-136-126-2345-12456
+match %[_~^]%<* greatgrandfather ([Ss]|['’][Ss])?%>*%[_~^] 1245-1235-2345-1245-1235-12346-5-124
+match %[_~^]%<* greatgrandfatherhood ([Ss]|['’][Ss])?%>*%[_~^] 1245-1235-2345-1245-1235-12346-5-124-125-135-135-145
+match %[_~^]%<* greatgrandma ([Ss]|['’][Ss])?%>*%[_~^] 1245-1235-2345-1245-1235-12346-134-1
+match %[_~^]%<* greatgrandmother ([Ss]|['’][Ss])?%>*%[_~^] 1245-1235-2345-1245-1235-12346-5-134
+match %[_~^]%<* greatgrandmotherhood ([Ss]|['’][Ss])?%>*%[_~^] 1245-1235-2345-1245-1235-12346-5-134-125-135-135-145
+match %[_~^]%<* greatgrandnephew ([Ss]|['’][Ss])?%>*%[_~^] 1245-1235-2345-1245-1235-12346-1345-15-1234-125-15-2456
+match %[_~^]%<* greatgrandniece ([Ss]|['’][Ss])?%>*%[_~^] 1245-1235-2345-1245-1235-12346-1345-24-15-14-15
+match %[_~^]%<* greatgrandpa ([Ss]|['’][Ss])?%>*%[_~^] 1245-1235-2345-1245-1235-12346-1234-1
+match %[_~^]%<* greatgrandparent ([Ss]|['’][Ss])?%>*%[_~^] 1245-1235-2345-1245-1235-12346-1234-345-26-2345
+match %[_~^]%<* greatgrandparenthood ([Ss]|['’][Ss])?%>*%[_~^] 1245-1235-2345-1245-1235-12346-1234-345-26-2345-125-135-135-145
+match %[_~^]%<* greatgrandson ([Ss]|['’][Ss])?%>*%[_~^] 1245-1235-2345-1245-1235-12346-234-135-1345
+match %[_~^]%<* greatgranduncle ([Ss]|['’][Ss])?%>*%[_~^] 1245-1235-2345-1245-1235-12346-136-1345-14-123-15
+match %[_~^]%<* greathearted ([Ss]|['’][Ss])?%>*%[_~^] 1245-1235-2345-125-15-345-2345-1246
+match %[_~^]%<* greatheartedly ([Ss]|['’][Ss])?%>*%[_~^] 1245-1235-2345-125-15-345-2345-1246-123-13456
+match %[_~^]%<* greatheartedness ([Ss]|['’][Ss])?%>*%[_~^] 1245-1235-2345-125-15-345-2345-1246-56-234
+match %[_~^]%<* greatheartednesses ([Ss]|['’][Ss])?%>*%[_~^] 1245-1235-2345-125-15-345-2345-1246-56-234-15-234
+match %[_~^]%<* greatly ([Ss]|['’][Ss])?%>*%[_~^] 1245-1235-2345-123-13456
+match %[_~^]%<* greatnephew ([Ss]|['’][Ss])?%>*%[_~^] 1245-1235-2345-1345-15-1234-125-15-2456
+match %[_~^]%<* greatness ([Ss]|['’][Ss])?%>*%[_~^] 1245-1235-2345-56-234
+match %[_~^]%<* greatnesses ([Ss]|['’][Ss])?%>*%[_~^] 1245-1235-2345-56-234-15-234
+match %[_~^]%<* greatniece ([Ss]|['’][Ss])?%>*%[_~^] 1245-1235-2345-1345-24-15-14-15
+match %[_~^]%<* greatsword ([Ss]|['’][Ss])?%>*%[_~^] 1245-1235-2345-234-45-2456
+match %[_~^]%<* greatuncle ([Ss]|['’][Ss])?%>*%[_~^] 1245-1235-2345-136-1345-14-123-15
+match %[_~^]%<* guyfriend ([Ss]|['’][Ss])?%>*%[_~^] 1245-136-13456-124-1235
+match %[_~^]%<* hateletter ([Ss]|['’][Ss])?%>*%[_~^] 125-1-2345-15-123-1235
+match %[_~^]%<* headfirst ([Ss]|['’][Ss])?%>*%[_~^] 125-2-145-124-34
+match %[_~^]%<* hereabout ([Ss]|['’][Ss])?%>*%[_~^] 5-125-1-12
+match %[_~^]%<* hereafter ([Ss]|['’][Ss])?%>*%[_~^] 5-125-1-124
+match %[_~^]%<* hereagain ([Ss]|['’][Ss])?%>*%[_~^] 5-125-1-1245
+match %[_~^]%<* hereagainst ([Ss]|['’][Ss])?%>*%[_~^] 5-125-1-1245-34
+match %[_~^]%<* hereinabove ([Ss]|['’][Ss])?%>*%[_~^] 5-125-35-1-12-1236
+match %[_~^]%<* hereinafter ([Ss]|['’][Ss])?%>*%[_~^] 5-125-35-1-124
+match %[_~^]%<* hereinagain ([Ss]|['’][Ss])?%>*%[_~^] 5-125-35-1-1245
+match %[_~^]%<* highlypaid ([Ss]|['’][Ss])?%>*%[_~^] 125-24-126-123-13456-1234-145
+match %[_~^]%<* himbo ([Ss]|['’][Ss])?%>*%[_~^] 125-134-12-135
+match %[_~^]%<* himboes ([Ss]|['’][Ss])?%>*%[_~^] 125-134-12-135-15-234
+match %[_~^]%<* illpaid ([Ss]|['’][Ss])?%>*%[_~^] 24-123-123-1234-145
+match %[_~^]%<* immediately ([Ss]|['’][Ss])?%>*%[_~^] 24-134-134-123-13456
+match %[_~^]%<* immediateness ([Ss]|['’][Ss])?%>*%[_~^] 24-134-134-56-234
+match %[_~^]%<* inasmuch ([Ss]|['’][Ss])?%>*%[_~^] 35-1-234-134-16
+match %[_~^]%<* insomuch ([Ss]|['’][Ss])?%>*%[_~^] 35-234-135-134-16
+match %[_~^]%<* knockabout ([Ss]|['’][Ss])?%>*%[_~^] 13-1345-135-14-13-1-12
+match %[_~^]%<* ladyfriend ([Ss]|['’][Ss])?%>*%[_~^] 123-1-145-13456-124-1235
+match %[_~^]%<* layabout ([Ss]|['’][Ss])?%>*%[_~^] 123-1-13456-1-12
+match %[_~^]%<* letterbodies ([Ss]|['’][Ss])?%>*%[_~^] 123-1235-12-135-145-24-15-234
+match %[_~^]%<* letterbody ([Ss]|['’][Ss])?%>*%[_~^] 123-1235-12-135-145-13456
+match %[_~^]%<* letterbomb ([Ss]|['’][Ss])?%>*%[_~^] 123-1235-12-135-134-12
+match %[_~^]%<* letterbombed ([Ss]|['’][Ss])?%>*%[_~^] 123-1235-12-135-134-12-1246
+match %[_~^]%<* letterbomber ([Ss]|['’][Ss])?%>*%[_~^] 123-1235-12-135-134-12-12456
+match %[_~^]%<* letterbombing ([Ss]|['’][Ss])?%>*%[_~^] 123-1235-12-135-134-12-346
+match %[_~^]%<* letterbox ([Ss]|['’][Ss])?%>*%[_~^] 123-1235-12-135-1346
+match %[_~^]%<* letterboxed ([Ss]|['’][Ss])?%>*%[_~^] 123-1235-12-135-1346-1246
+match %[_~^]%<* letterboxer ([Ss]|['’][Ss])?%>*%[_~^] 123-1235-12-135-1346-12456
+match %[_~^]%<* letterboxes ([Ss]|['’][Ss])?%>*%[_~^] 123-1235-12-135-1346-15-234
+match %[_~^]%<* letterboxing ([Ss]|['’][Ss])?%>*%[_~^] 123-1235-12-135-1346-346
+match %[_~^]%<* lettered ([Ss]|['’][Ss])?%>*%[_~^] 123-1235-1246
+match %[_~^]%<* letterer ([Ss]|['’][Ss])?%>*%[_~^] 123-1235-12456
+match %[_~^]%<* letterform ([Ss]|['’][Ss])?%>*%[_~^] 123-1235-123456-134
+match %[_~^]%<* letterhead ([Ss]|['’][Ss])?%>*%[_~^] 123-1235-125-2-145
+match %[_~^]%<* letterheading ([Ss]|['’][Ss])?%>*%[_~^] 123-1235-125-2-145-346
+match %[_~^]%<* lettering ([Ss]|['’][Ss])?%>*%[_~^] 123-1235-346
+match %[_~^]%<* letterman ([Ss]|['’][Ss])?%>*%[_~^] 123-1235-134-1-1345
+match %[_~^]%<* lettermen ([Ss]|['’][Ss])?%>*%[_~^] 123-1235-134-26
+match %[_~^]%<* letteropener ([Ss]|['’][Ss])?%>*%[_~^] 123-1235-135-1234-26-12456
+match %[_~^]%<* letterperfect ([Ss]|['’][Ss])?%>*%[_~^] 123-1235-1234-12456-124-15-14-2345
+match %[_~^]%<* letterpress ([Ss]|['’][Ss])?%>*%[_~^] 123-1235-1234-1235-15-234-234
+match %[_~^]%<* letterpressed ([Ss]|['’][Ss])?%>*%[_~^] 123-1235-1234-1235-15-234-234-1246
+match %[_~^]%<* letterpresses ([Ss]|['’][Ss])?%>*%[_~^] 123-1235-1234-1235-15-234-234-15-234
+match %[_~^]%<* letterpressing ([Ss]|['’][Ss])?%>*%[_~^] 123-1235-1234-1235-15-234-234-346
+match %[_~^]%<* letterquality ([Ss]|['’][Ss])?%>*%[_~^] 123-1235-12345-136-1-123-56-13456
+match %[_~^]%<* letterspace ([Ss]|['’][Ss])?%>*%[_~^] 123-1235-234-1234-1-14-15
+match %[_~^]%<* letterspaced ([Ss]|['’][Ss])?%>*%[_~^] 123-1235-234-1234-1-14-1246
+match %[_~^]%<* letterspacing ([Ss]|['’][Ss])?%>*%[_~^] 123-1235-234-1234-1-14-346
+match %[_~^]%<* lettertext ([Ss]|['’][Ss])?%>*%[_~^] 123-1235-2345-15-1346-2345
+match %[_~^]%<* littled ([Ss]|['’][Ss])?%>*%[_~^] 123-123-145
+match %[_~^]%<* littleneck ([Ss]|['’][Ss])?%>*%[_~^] 123-123-1345-15-14-13
+match %[_~^]%<* littleness ([Ss]|['’][Ss])?%>*%[_~^] 123-123-56-234
+match %[_~^]%<* littlenesses ([Ss]|['’][Ss])?%>*%[_~^] 123-123-56-234-15-234
+match %[_~^]%<* littler ([Ss]|['’][Ss])?%>*%[_~^] 123-123-1235
+match %[_~^]%<* littlest ([Ss]|['’][Ss])?%>*%[_~^] 123-123-34
+match %[_~^]%<* lovechildren ([Ss]|['’][Ss])?%>*%[_~^] 123-135-1236-15-16-1345
+match %[_~^]%<* loveletter ([Ss]|['’][Ss])?%>*%[_~^] 123-135-1236-15-123-1235
+match %[_~^]%<* lowlypaid ([Ss]|['’][Ss])?%>*%[_~^] 123-246-123-13456-1234-145
+match %[_~^]%<* manfriend ([Ss]|['’][Ss])?%>*%[_~^] 134-1-1345-124-1235
+match %[_~^]%<* menfriends ([Ss]|['’][Ss])?%>*%[_~^] 134-26-124-1235-234
+match %[_~^]%<* midafternoon ([Ss]|['’][Ss])?%>*%[_~^] 134-24-145-1-124-1345
+match %[_~^]%<* misbraille ([Ss]|['’][Ss])?%>*%[_~^] 134-24-234-12-1235-123
+match %[_~^]%<* misbrailled ([Ss]|['’][Ss])?%>*%[_~^] 134-24-234-12-1235-123-145
+match %[_~^]%<* misperceive ([Ss]|['’][Ss])?%>*%[_~^] 134-24-234-1234-12456-14-1236
+match %[_~^]%<* misperceived ([Ss]|['’][Ss])?%>*%[_~^] 134-24-234-1234-12456-14-1236-145
+match %[_~^]%<* misperceiver ([Ss]|['’][Ss])?%>*%[_~^] 134-24-234-1234-12456-14-1236-1235
+match %[_~^]%<* misperceiving ([Ss]|['’][Ss])?%>*%[_~^] 134-24-234-1234-12456-14-1236-1245
+match %[_~^]%<* missaid ([Ss]|['’][Ss])?%>*%[_~^] 134-24-234-234-145
+match %[_~^]%<* morningafter ([Ss]|['’][Ss])?%>*%[_~^] 134-135-1235-1345-346-1-124
+match %[_~^]%<* muchly ([Ss]|['’][Ss])?%>*%[_~^] 134-16-123-13456
+match %[_~^]%<* muchness ([Ss]|['’][Ss])?%>*%[_~^] 134-16-56-234
+match %[_~^]%<* must’ve ([Ss]|['’][Ss])?%>*%[_~^] 134-34-3-1236-15
+match %[_~^]%<* must've ([Ss]|['’][Ss])?%>*%[_~^] 134-34-3-1236-15
+match %[_~^]%<* musta ([Ss]|['’][Ss])?%>*%[_~^] 134-34-1
+match %[_~^]%<* mustard ([Ss]|['’][Ss])?%>*%[_~^] 134-34-345-145
+match %[_~^]%<* mustier ([Ss]|['’][Ss])?%>*%[_~^] 134-34-24-12456
+match %[_~^]%<* mustiest ([Ss]|['’][Ss])?%>*%[_~^] 134-34-24-15-34
+match %[_~^]%<* mustily ([Ss]|['’][Ss])?%>*%[_~^] 134-34-24-123-13456
+match %[_~^]%<* mustiness ([Ss]|['’][Ss])?%>*%[_~^] 134-34-24-56-234
+match %[_~^]%<* mustn’t ([Ss]|['’][Ss])?%>*%[_~^] 134-34-1345-3-2345
+match %[_~^]%<* mustn't ([Ss]|['’][Ss])?%>*%[_~^] 134-34-1345-3-2345
+match %[_~^]%<* mustn’t’ve ([Ss]|['’][Ss])?%>*%[_~^] 134-34-1345-3-2345-3-1236-15
+match %[_~^]%<* mustn't've ([Ss]|['’][Ss])?%>*%[_~^] 134-34-1345-3-2345-3-1236-15
+match %[_~^]%<* musty ([Ss]|['’][Ss])?%>*%[_~^] 134-34-13456
+match %[_~^]%<* newsletter ([Ss]|['’][Ss])?%>*%[_~^] 1345-15-2456-234-123-1235
+match %[_~^]%<* nonesuch ([Ss]|['’][Ss])?%>*%[_~^] 1345-5-135-234-16
+match %[_~^]%<* nonsuch ([Ss]|['’][Ss])?%>*%[_~^] 1345-135-1345-234-16
+match %[_~^]%<* northabout ([Ss]|['’][Ss])?%>*%[_~^] 1345-135-1235-1456-1-12
+match %[_~^]%<* overmuch ([Ss]|['’][Ss])?%>*%[_~^] 135-1236-12456-134-16
+match %[_~^]%<* overpaid ([Ss]|['’][Ss])?%>*%[_~^] 135-1236-12456-1234-145
+match %[_~^]%<* penfriend ([Ss]|['’][Ss])?%>*%[_~^] 1234-26-124-1235
+match %[_~^]%<* perceived ([Ss]|['’][Ss])?%>*%[_~^] 1234-12456-14-1236-145
+match %[_~^]%<* perceiver ([Ss]|['’][Ss])?%>*%[_~^] 1234-12456-14-1236-1235
+match %[_~^]%<* perhapses ([Ss]|['’][Ss])?%>*%[_~^] 1234-12456-125-15-234
+match %[_~^]%<* poorlypaid ([Ss]|['’][Ss])?%>*%[_~^] 1234-135-135-1235-123-13456-1234-145
+match %[_~^]%<* postpaid ([Ss]|['’][Ss])?%>*%[_~^] 1234-135-34-1234-145
+match %[_~^]%<* preceive ([Ss]|['’][Ss])?%>*%[_~^] 1234-1235-14-1236
+match %[_~^]%<* preceiver ([Ss]|['’][Ss])?%>*%[_~^] 1234-1235-14-1236-1235
+match %[_~^]%<* preceiving ([Ss]|['’][Ss])?%>*%[_~^] 1234-1235-14-1236-1245
+match %[_~^]%<* prepaid ([Ss]|['’][Ss])?%>*%[_~^] 1234-1235-15-1234-145
+match %[_~^]%<* purblind ([Ss]|['’][Ss])?%>*%[_~^] 1234-136-1235-12-123
+match %[_~^]%<* purblindly ([Ss]|['’][Ss])?%>*%[_~^] 1234-136-1235-12-123-123-13456
+match %[_~^]%<* purblindness ([Ss]|['’][Ss])?%>*%[_~^] 1234-136-1235-12-123-56-234
+match %[_~^]%<* purblindnesses ([Ss]|['’][Ss])?%>*%[_~^] 1234-136-1235-12-123-56-234-15-234
+match %[_~^]%<* quickdraw ([Ss]|['’][Ss])?%>*%[_~^] 12345-13-145-1235-1-2456
+match %[_~^]%<* quicken ([Ss]|['’][Ss])?%>*%[_~^] 12345-13-26
+match %[_~^]%<* quickened ([Ss]|['’][Ss])?%>*%[_~^] 12345-13-26-1246
+match %[_~^]%<* quickener ([Ss]|['’][Ss])?%>*%[_~^] 12345-13-26-12456
+match %[_~^]%<* quickening ([Ss]|['’][Ss])?%>*%[_~^] 12345-13-26-346
+match %[_~^]%<* quicker ([Ss]|['’][Ss])?%>*%[_~^] 12345-13-12456
+match %[_~^]%<* quickest ([Ss]|['’][Ss])?%>*%[_~^] 12345-13-15-34
+match %[_~^]%<* quickfire ([Ss]|['’][Ss])?%>*%[_~^] 12345-13-124-24-1235-15
+match %[_~^]%<* quickfiring ([Ss]|['’][Ss])?%>*%[_~^] 12345-13-124-24-1235-346
+match %[_~^]%<* quickfreeze ([Ss]|['’][Ss])?%>*%[_~^] 12345-13-124-1235-15-15-1356-15
+match %[_~^]%<* quickfreezing ([Ss]|['’][Ss])?%>*%[_~^] 12345-13-124-1235-15-15-1356-346
+match %[_~^]%<* quickfroze ([Ss]|['’][Ss])?%>*%[_~^] 12345-13-124-1235-135-1356-15
+match %[_~^]%<* quickfrozen ([Ss]|['’][Ss])?%>*%[_~^] 12345-13-124-1235-135-1356-26
+match %[_~^]%<* quickie ([Ss]|['’][Ss])?%>*%[_~^] 12345-13-24-15
+match %[_~^]%<* quickish ([Ss]|['’][Ss])?%>*%[_~^] 12345-13-24-146
+match %[_~^]%<* quickishly ([Ss]|['’][Ss])?%>*%[_~^] 12345-13-24-146-123-13456
+match %[_~^]%<* quicklime ([Ss]|['’][Ss])?%>*%[_~^] 12345-13-123-24-134-15
+match %[_~^]%<* quickly ([Ss]|['’][Ss])?%>*%[_~^] 12345-13-123-13456
+match %[_~^]%<* quickness ([Ss]|['’][Ss])?%>*%[_~^] 12345-13-56-234
+match %[_~^]%<* quicknesses ([Ss]|['’][Ss])?%>*%[_~^] 12345-13-56-234-15-234
+match %[_~^]%<* quicksand ([Ss]|['’][Ss])?%>*%[_~^] 12345-13-234-12346
+match %[_~^]%<* quickset ([Ss]|['’][Ss])?%>*%[_~^] 12345-13-234-15-2345
+match %[_~^]%<* quicksilver ([Ss]|['’][Ss])?%>*%[_~^] 12345-13-234-24-123-1236-12456
+match %[_~^]%<* quicksilvered ([Ss]|['’][Ss])?%>*%[_~^] 12345-13-234-24-123-1236-12456-1246
+match %[_~^]%<* quicksilvering ([Ss]|['’][Ss])?%>*%[_~^] 12345-13-234-24-123-1236-12456-346
+match %[_~^]%<* quicksnap ([Ss]|['’][Ss])?%>*%[_~^] 12345-13-234-1345-1-1234
+match %[_~^]%<* quickstep ([Ss]|['’][Ss])?%>*%[_~^] 12345-13-34-15-1234
+match %[_~^]%<* quickstepped ([Ss]|['’][Ss])?%>*%[_~^] 12345-13-34-15-1234-1234-1246
+match %[_~^]%<* quickstepper ([Ss]|['’][Ss])?%>*%[_~^] 12345-13-34-15-1234-1234-12456
+match %[_~^]%<* quickstepping ([Ss]|['’][Ss])?%>*%[_~^] 12345-13-34-15-1234-1234-346
+match %[_~^]%<* quicktempered ([Ss]|['’][Ss])?%>*%[_~^] 12345-13-2345-15-134-1234-12456-1246
+match %[_~^]%<* quicktime ([Ss]|['’][Ss])?%>*%[_~^] 12345-13-5-2345
+match %[_~^]%<* quickwitted ([Ss]|['’][Ss])?%>*%[_~^] 12345-13-2456-24-2345-2345-1246
+match %[_~^]%<* quickwittedly ([Ss]|['’][Ss])?%>*%[_~^] 12345-13-2456-24-2345-2345-1246-123-13456
+match %[_~^]%<* quickwittedness ([Ss]|['’][Ss])?%>*%[_~^] 12345-13-2456-24-2345-2345-1246-56-234
+match %[_~^]%<* quicky ([Ss]|['’][Ss])?%>*%[_~^] 12345-13-13456
+match %[_~^]%<* readacross ([Ss]|['’][Ss])?%>*%[_~^] 1235-2-145-1-14-1235
+match %[_~^]%<* rebraille ([Ss]|['’][Ss])?%>*%[_~^] 1235-15-12-1235-123
+match %[_~^]%<* rebrailled ([Ss]|['’][Ss])?%>*%[_~^] 1235-15-12-1235-123-145
+match %[_~^]%<* rebrailler ([Ss]|['’][Ss])?%>*%[_~^] 1235-15-12-1235-123-1235
+match %[_~^]%<* received ([Ss]|['’][Ss])?%>*%[_~^] 1235-14-1236-145
+match %[_~^]%<* receiver ([Ss]|['’][Ss])?%>*%[_~^] 1235-14-1236-1235
+match %[_~^]%<* receivership ([Ss]|['’][Ss])?%>*%[_~^] 1235-14-1236-1235-146-24-1234
+match %[_~^]%<* rejoiced ([Ss]|['’][Ss])?%>*%[_~^] 1235-245-14-145
+match %[_~^]%<* rejoiceful ([Ss]|['’][Ss])?%>*%[_~^] 1235-245-14-56-123
+match %[_~^]%<* rejoicefully ([Ss]|['’][Ss])?%>*%[_~^] 1235-245-14-56-123-123-13456
+match %[_~^]%<* rejoicefulness ([Ss]|['’][Ss])?%>*%[_~^] 1235-245-14-56-123-56-234
+match %[_~^]%<* rejoicer ([Ss]|['’][Ss])?%>*%[_~^] 1235-245-14-1235
+match %[_~^]%<* rejoicingly ([Ss]|['’][Ss])?%>*%[_~^] 1235-245-14-1245-123-13456
+match %[_~^]%<* reletter ([Ss]|['’][Ss])?%>*%[_~^] 1235-15-123-1235
+match %[_~^]%<* relettered ([Ss]|['’][Ss])?%>*%[_~^] 1235-15-123-1235-1246
+match %[_~^]%<* relettering ([Ss]|['’][Ss])?%>*%[_~^] 1235-15-123-1235-346
+match %[_~^]%<* repaid ([Ss]|['’][Ss])?%>*%[_~^] 1235-15-1234-145
+match %[_~^]%<* rightabout ([Ss]|['’][Ss])?%>*%[_~^] 5-1235-1-12
+match %[_~^]%<* roundabout ([Ss]|['’][Ss])?%>*%[_~^] 1235-46-145-1-12
+match %[_~^]%<* roustabout ([Ss]|['’][Ss])?%>*%[_~^] 1235-1256-34-1-12
+match %[_~^]%<* runabout ([Ss]|['’][Ss])?%>*%[_~^] 1235-136-1345-1-12
+match %[_~^]%<* saidest ([Ss]|['’][Ss])?%>*%[_~^] 234-145-15-34
+match %[_~^]%<* saidst ([Ss]|['’][Ss])?%>*%[_~^] 234-145-34
+match %[_~^]%<* scattergood ([Ss]|['’][Ss])?%>*%[_~^] 234-14-1-2345-2345-12456-1245-145
+match %[_~^]%<* schoolchildren ([Ss]|['’][Ss])?%>*%[_~^] 234-16-135-135-123-16-1345
+match %[_~^]%<* schoolfriend ([Ss]|['’][Ss])?%>*%[_~^] 234-16-135-135-123-124-1235
+match %[_~^]%<* should’ve ([Ss]|['’][Ss])?%>*%[_~^] 146-145-3-1236-15
+match %[_~^]%<* should've ([Ss]|['’][Ss])?%>*%[_~^] 146-145-3-1236-15
+match %[_~^]%<* shoulda ([Ss]|['’][Ss])?%>*%[_~^] 146-145-1
+match %[_~^]%<* shouldest ([Ss]|['’][Ss])?%>*%[_~^] 146-145-15-34
+match %[_~^]%<* shouldn’t ([Ss]|['’][Ss])?%>*%[_~^] 146-145-1345-3-2345
+match %[_~^]%<* shouldn't ([Ss]|['’][Ss])?%>*%[_~^] 146-145-1345-3-2345
+match %[_~^]%<* shouldn’t’ve ([Ss]|['’][Ss])?%>*%[_~^] 146-145-1345-3-2345-3-1236-15
+match %[_~^]%<* shouldn't've ([Ss]|['’][Ss])?%>*%[_~^] 146-145-1345-3-2345-3-1236-15
+match %[_~^]%<* shouldst ([Ss]|['’][Ss])?%>*%[_~^] 146-145-34
+match %[_~^]%<* snowblind ([Ss]|['’][Ss])?%>*%[_~^] 234-1345-246-12-123
+match %[_~^]%<* snowblindness ([Ss]|['’][Ss])?%>*%[_~^] 234-1345-246-12-123-56-234
+match %[_~^]%<* snowblindnesses ([Ss]|['’][Ss])?%>*%[_~^] 234-1345-246-12-123-56-234-15-234
+match %[_~^]%<* somesuch ([Ss]|['’][Ss])?%>*%[_~^] 5-234-234-16
+match %[_~^]%<* southabout ([Ss]|['’][Ss])?%>*%[_~^] 234-1256-1456-1-12
+match %[_~^]%<* stepchildren ([Ss]|['’][Ss])?%>*%[_~^] 34-15-1234-16-1345
+match %[_~^]%<* stirabout ([Ss]|['’][Ss])?%>*%[_~^] 34-24-1235-1-12
+match %[_~^]%<* suchlike ([Ss]|['’][Ss])?%>*%[_~^] 234-16-123-24-13-15
+match %[_~^]%<* supergood ([Ss]|['’][Ss])?%>*%[_~^] 234-136-1234-12456-1245-145
+match %[_~^]%<* superquick ([Ss]|['’][Ss])?%>*%[_~^] 234-136-1234-12456-12345-13
+match %[_~^]%<* tailfirst ([Ss]|['’][Ss])?%>*%[_~^] 2345-1-24-123-124-34
+match %[_~^]%<* thereabout ([Ss]|['’][Ss])?%>*%[_~^] 5-2346-1-12
+match %[_~^]%<* thereafter ([Ss]|['’][Ss])?%>*%[_~^] 5-2346-1-124
+match %[_~^]%<* thereagain ([Ss]|['’][Ss])?%>*%[_~^] 5-2346-1-1245
+match %[_~^]%<* thereagainst ([Ss]|['’][Ss])?%>*%[_~^] 5-2346-1-1245-34
+match %[_~^]%<* thereinafter ([Ss]|['’][Ss])?%>*%[_~^] 5-2346-35-1-124
+match %[_~^]%<* thereinagain ([Ss]|['’][Ss])?%>*%[_~^] 5-2346-35-1-1245
+match %[_~^]%<* togetherness ([Ss]|['’][Ss])?%>*%[_~^] 2345-1245-1235-56-234
+match %[_~^]%<* turnabout ([Ss]|['’][Ss])?%>*%[_~^] 2345-136-1235-1345-1-12
+match %[_~^]%<* unaccording ([Ss]|['’][Ss])?%>*%[_~^] 136-1345-1-14
+match %[_~^]%<* unaccordingly ([Ss]|['’][Ss])?%>*%[_~^] 136-1345-1-14-123-13456
+match %[_~^]%<* unblindfold ([Ss]|['’][Ss])?%>*%[_~^] 136-1345-12-123-124-135-123-145
+match %[_~^]%<* unblindfolded ([Ss]|['’][Ss])?%>*%[_~^] 136-1345-12-123-124-135-123-145-1246
+match %[_~^]%<* unblindfolding ([Ss]|['’][Ss])?%>*%[_~^] 136-1345-12-123-124-135-123-145-346
+match %[_~^]%<* unbraille ([Ss]|['’][Ss])?%>*%[_~^] 136-1345-12-1235-123
+match %[_~^]%<* unbrailled ([Ss]|['’][Ss])?%>*%[_~^] 136-1345-12-1235-123-145
+match %[_~^]%<* undeceive ([Ss]|['’][Ss])?%>*%[_~^] 136-1345-145-14-1236
+match %[_~^]%<* undeceived ([Ss]|['’][Ss])?%>*%[_~^] 136-1345-145-14-1236-145
+match %[_~^]%<* undeceiver ([Ss]|['’][Ss])?%>*%[_~^] 136-1345-145-14-1236-1235
+match %[_~^]%<* undeceiving ([Ss]|['’][Ss])?%>*%[_~^] 136-1345-145-14-1236-1245
+match %[_~^]%<* undeclare ([Ss]|['’][Ss])?%>*%[_~^] 136-1345-145-14-123
+match %[_~^]%<* undeclared ([Ss]|['’][Ss])?%>*%[_~^] 136-1345-145-14-123-145
+match %[_~^]%<* underpaid ([Ss]|['’][Ss])?%>*%[_~^] 5-136-1234-145
+match %[_~^]%<* unfriend ([Ss]|['’][Ss])?%>*%[_~^] 136-1345-124-1235
+match %[_~^]%<* unfriendlier ([Ss]|['’][Ss])?%>*%[_~^] 136-1345-124-1235-123-24-12456
+match %[_~^]%<* unfriendliest ([Ss]|['’][Ss])?%>*%[_~^] 136-1345-124-1235-123-24-15-34
+match %[_~^]%<* unfriendliness ([Ss]|['’][Ss])?%>*%[_~^] 136-1345-124-1235-123-24-56-234
+match %[_~^]%<* unfriendlinesses ([Ss]|['’][Ss])?%>*%[_~^] 136-1345-124-1235-123-24-56-234-15-234
+match %[_~^]%<* unfriendly ([Ss]|['’][Ss])?%>*%[_~^] 136-1345-124-1235-123-13456
+match %[_~^]%<* unlettered ([Ss]|['’][Ss])?%>*%[_~^] 136-1345-123-1235-1246
+match %[_~^]%<* unnecessary ([Ss]|['’][Ss])?%>*%[_~^] 136-1345-1345-15-14
+match %[_~^]%<* unpaid ([Ss]|['’][Ss])?%>*%[_~^] 136-1345-1234-145
+match %[_~^]%<* unperceive ([Ss]|['’][Ss])?%>*%[_~^] 136-1345-1234-12456-14-1236
+match %[_~^]%<* unperceived ([Ss]|['’][Ss])?%>*%[_~^] 136-1345-1234-12456-14-1236-145
+match %[_~^]%<* unperceiving ([Ss]|['’][Ss])?%>*%[_~^] 136-1345-1234-12456-14-1236-1245
+match %[_~^]%<* unquick ([Ss]|['’][Ss])?%>*%[_~^] 136-1345-12345-13
+match %[_~^]%<* unreceived ([Ss]|['’][Ss])?%>*%[_~^] 136-1345-1235-14-1236-145
+match %[_~^]%<* unrejoice ([Ss]|['’][Ss])?%>*%[_~^] 136-1345-1235-245-14
+match %[_~^]%<* unrejoiced ([Ss]|['’][Ss])?%>*%[_~^] 136-1345-1235-245-14-145
+match %[_~^]%<* unrejoiceful ([Ss]|['’][Ss])?%>*%[_~^] 136-1345-1235-245-14-56-123
+match %[_~^]%<* unrejoicefully ([Ss]|['’][Ss])?%>*%[_~^] 136-1345-1235-245-14-56-123-123-13456
+match %[_~^]%<* unrejoicefulness ([Ss]|['’][Ss])?%>*%[_~^] 136-1345-1235-245-14-56-123-56-234
+match %[_~^]%<* unrejoicer ([Ss]|['’][Ss])?%>*%[_~^] 136-1345-1235-245-14-1235
+match %[_~^]%<* unrejoicing ([Ss]|['’][Ss])?%>*%[_~^] 136-1345-1235-245-14-1245
+match %[_~^]%<* unrejoicingly ([Ss]|['’][Ss])?%>*%[_~^] 136-1345-1235-245-14-1245-123-13456
+match %[_~^]%<* walkabout ([Ss]|['’][Ss])?%>*%[_~^] 2456-1-123-13-1-12
+match %[_~^]%<* wellpaid ([Ss]|['’][Ss])?%>*%[_~^] 2456-15-123-123-1234-145
+match %[_~^]%<* westabout ([Ss]|['’][Ss])?%>*%[_~^] 2456-15-34-1-12
+match %[_~^]%<* whereabout ([Ss]|['’][Ss])?%>*%[_~^] 5-156-1-12
+match %[_~^]%<* whereafter ([Ss]|['’][Ss])?%>*%[_~^] 5-156-1-124
+match %[_~^]%<* whereagain ([Ss]|['’][Ss])?%>*%[_~^] 5-156-1-1245
+match %[_~^]%<* whereagainst ([Ss]|['’][Ss])?%>*%[_~^] 5-156-1-1245-34
+match %[_~^]%<* whereinafter ([Ss]|['’][Ss])?%>*%[_~^] 5-156-35-1-124
+match %[_~^]%<* whereinagain ([Ss]|['’][Ss])?%>*%[_~^] 5-156-35-1-1245
+match %[_~^]%<* womanfriend ([Ss]|['’][Ss])?%>*%[_~^] 2456-135-134-1-1345-124-1235
+match %[_~^]%<* womenfriends ([Ss]|['’][Ss])?%>*%[_~^] 2456-135-134-26-124-1235-234
+match %[_~^]%<* would’ve ([Ss]|['’][Ss])?%>*%[_~^] 2456-145-3-1236-15
+match %[_~^]%<* would've ([Ss]|['’][Ss])?%>*%[_~^] 2456-145-3-1236-15
+match %[_~^]%<* woulda ([Ss]|['’][Ss])?%>*%[_~^] 2456-145-1
+match %[_~^]%<* wouldest ([Ss]|['’][Ss])?%>*%[_~^] 2456-145-15-34
+match %[_~^]%<* wouldn’t ([Ss]|['’][Ss])?%>*%[_~^] 2456-145-1345-3-2345
+match %[_~^]%<* wouldn't ([Ss]|['’][Ss])?%>*%[_~^] 2456-145-1345-3-2345
+match %[_~^]%<* wouldn’t’ve ([Ss]|['’][Ss])?%>*%[_~^] 2456-145-1345-3-2345-3-1236-15
+match %[_~^]%<* wouldn't've ([Ss]|['’][Ss])?%>*%[_~^] 2456-145-1345-3-2345-3-1236-15
+match %[_~^]%<* wouldst ([Ss]|['’][Ss])?%>*%[_~^] 2456-145-34
+
+match %[_~^]%<* whereabouts (['’][Ss])?%>*%[_~^] 5-156-1-12-234
+
+nofor word 'twould  3-2345-2456-145
+nofor word 'twould've  3-2345-2456-145-3-1236-15
+nofor word 'twoulda  3-2345-2456-145-1
+nofor word 'twouldn't  3-2345-2456-145-1345-3-2345
+nofor word 'twouldn't've  3-2345-2456-145-1345-3-2345-3-1236-15
+nofor word aboutface  1-12-124-1-14-15
+nofor word aboutfaced  1-12-124-1-14-1246
+nofor word aboutfacer  1-12-124-1-14-12456
+nofor word aboutfacing  1-12-124-1-14-346
+nofor word aboutturn  1-12-2345-136-1235-1345
+nofor word aboutturned  1-12-2345-136-1235-1345-1246
+nofor word aboveboard  1-12-1236-12-135-345-145
+nofor word aboveground  1-12-1236-1245-1235-46-145
+nofor word abovementioned  1-12-1236-134-26-56-1345-1246
+nofor word accordingly  1-14-123-13456
+nofor word aforesaid  1-123456-15-234-145
+nofor word afterbattle  1-124-12-1-2345-2345-123-15
+nofor word afterbirth  1-124-12-24-1235-1456
+nofor word afterbreakfast  1-124-12-1235-2-13-124-1-34
+nofor word afterburn  1-124-12-136-1235-1345
+nofor word afterburned  1-124-12-136-1235-1345-1246
+nofor word afterburner  1-124-12-136-1235-1345-12456
+nofor word afterburning  1-124-12-136-1235-1345-346
+nofor word aftercare  1-124-14-345-15
+nofor word afterclap  1-124-14-123-1-1234
+nofor word aftercoffee  1-124-14-12356-124-15-15
+nofor word afterdamp  1-124-145-1-134-1234
+nofor word afterdark  1-124-145-345-13
+nofor word afterdeck  1-124-145-15-14-13
+nofor word afterdinner  1-124-145-35-1345-12456
+nofor word afterflow  1-124-124-123-246
+nofor word aftergame  1-124-1245-1-134-15
+nofor word afterglow  1-124-1245-123-246
+nofor word afterguard  1-124-1245-136-345-145
+nofor word afterhatch  1-124-125-1-2345-16
+nofor word afterhatches  1-124-125-1-2345-16-15-234
+nofor word afterhour  1-124-125-1256-1235
+nofor word afterlife  1-124-123-24-124-15
+nofor word afterlight  1-124-123-24-126-2345
+nofor word afterlives  1-124-123-24-1236-15-234
+nofor word afterlunch  1-124-123-136-1345-16
+nofor word afterlunches  1-124-123-136-1345-16-15-234
+nofor word aftermarket  1-124-134-345-13-15-2345
+nofor word aftermatch 1-124-134-1-2345-16
+nofor word aftermatches  1-124-134-1-2345-16-15-234
+nofor word aftermath  1-124-134-1-1456
+nofor word aftermeeting  1-124-134-15-15-2345-346
+nofor word aftermidday  1-124-134-24-145-5-145
+nofor word aftermidnight  1-124-134-24-145-1345-24-126-2345
+nofor word aftermost  1-124-134-135-34
+nofor word afternoontea  1-124-1345-2345-15-1
+nofor word afterpain  1-124-1234-1-35
+nofor word afterparties  1-124-5-1234-24-15-234
+nofor word afterparty  1-124-5-1234-13456
+nofor word afterpiece  1-124-1234-24-15-14-15
+nofor word afterplay  1-124-1234-123-1-13456
+nofor word aftersale  1-124-234-1-123-15
+nofor word afterschool  1-124-234-16-135-135-123
+nofor word aftersensation  1-124-234-26-234-1-56-1345
+nofor word aftershave  1-124-146-1-1236-15
+nofor word aftershock  1-124-146-135-14-13
+nofor word aftershow  1-124-146-246
+nofor word aftershower  1-124-146-246-12456
+nofor word aftersupper  1-124-234-136-1234-1234-12456
+nofor word aftertaste  1-124-2345-1-34-15
+nofor word aftertax  1-124-2345-1-1346
+nofor word aftertaxes  1-124-2345-1-1346-15-234
+nofor word aftertea  1-124-2345-15-1
+nofor word aftertheatre  1-124-2346-1-2345-1235-15
+nofor word afterthought  1-124-1456-5-1256
+nofor word aftertime  1-124-5-2345
+nofor word aftertreatment  1-124-2345-1235-2-2345-56-2345
+nofor word afterword  1-124-45-2456
+nofor word afterwork  1-124-5-2456
+nofor word afterworld  1-124-456-2456
+nofor word apperceive  1-1234-1234-12456-14-1236
+nofor word apperceived  1-1234-1234-12456-14-1236-145
+nofor word apperceiver  1-1234-1234-12456-14-1236-1235
+nofor word apperceiving  1-1234-1234-12456-14-1236-1245
+nofor word archdeceiver  345-16-145-14-1236-1235
+nofor word beforehand  23-124-125-12346
+nofor word befriend  23-124-1235
+nofor word behindhand  23-125-125-12346
+nofor word belittle  23-123-123
+nofor word belittled  23-123-123-145
+nofor word belittlement  23-123-123-56-2345
+nofor word belittler  23-123-123-1235
+nofor word belowdeck  23-123-145-15-14-13
+nofor word belowground  23-123-1245-1235-46-145
+nofor word belowmentioned  23-123-134-26-56-1345-1246
+nofor word beneathdeck  23-1345-145-15-14-13
+nofor word beneathground  23-1345-1245-1235-46-145
+nofor word betweendeck  23-2345-145-15-14-13
+nofor word betweentime  23-2345-5-2345
+nofor word betweenwhile  23-2345-156-24-123-15
+nofor word blindfish  12-123-124-24-146
+nofor word blindfishes  12-123-124-24-146-15-234
+nofor word blindfold  12-123-124-135-123-145
+nofor word blindfolded  12-123-124-135-123-145-1246
+nofor word blindfolder  12-123-124-135-123-145-12456
+nofor word blindfolding  12-123-124-135-123-145-346
+nofor word blindly  12-123-123-13456
+nofor word blindman  12-123-134-1-1345
+nofor word blindmen  12-123-134-26
+nofor word blindness  12-123-56-234
+nofor word blindnesses  12-123-56-234-15-234
+nofor word blindside  12-123-234-24-145-15
+nofor word blindsided  12-123-234-24-145-1246
+nofor word blindsider  12-123-234-24-145-12456
+nofor word blindsiding  12-123-234-24-145-346
+nofor word blindsight  12-123-234-24-126-2345
+nofor word blindstories  12-123-34-135-1235-24-15-234
+nofor word blindstory  12-123-34-135-1235-13456
+nofor word blindworm  12-123-2456-135-1235-134
+nofor word bloodletter  12-123-135-135-145-123-1235
+nofor word boyfriend  12-135-13456-124-1235
+nofor word brailled  12-1235-123-145
+nofor word brailler  12-1235-123-1235
+nofor word braillewriter  12-1235-123-2456-1235-24-2345-12456
+nofor word braillewriting  12-1235-123-2456-1235-24-2345-346
+nofor word brailley  12-1235-123-13456
+nofor word brainchildren  12-1235-1-35-16-1345
+nofor word chainletter  16-1-35-123-1235
+nofor word children'swear  16-1345-3-234-2456-15-345
+nofor word colorblind  14-135-123-135-1235-12-123
+nofor word colorblindness  14-135-123-135-1235-12-123-56-234
+nofor word colorblindnesses  14-135-123-135-1235-12-123-56-234-15-234
+nofor word colourblind  14-135-123-1256-1235-12-123
+nofor word colourblindness  14-135-123-1256-1235-12-123-56-234
+nofor word colourblindnesses  14-135-123-1256-1235-12-123-56-234-15-234
+nofor word conceived  25-14-1236-145
+nofor word conceiver  25-14-1236-1235
+nofor word could've  14-145-3-1236-15
+nofor word coulda  14-145-1
+nofor word couldest  14-145-15-34
+nofor word couldn't  14-145-1345-3-2345
+nofor word couldn't've  14-145-1345-3-2345-3-1236-15
+nofor word couldst  14-145-34
+nofor word deafblind  145-2-124-12-123
+nofor word deafblindness  145-2-124-12-123-56-234
+nofor word deafblindnesses  145-2-124-12-123-56-234-15-234
+nofor word deceived  145-14-1236-145
+nofor word deceiver  145-14-1236-1235
+nofor word declared  145-14-123-145
+nofor word declarer  145-14-123-1235
+nofor word defriend  145-15-124-1235
+nofor word do-it-yourselfer  145-36-1346-36-13456-1235-124-12456
+nofor word doublequick  145-1256-12-123-15-12345-13
+nofor word eastabout  15-1-34-1-12
+nofor word feelgood  124-15-15-123-1245-145
+nofor word feetfirst  124-15-15-2345-124-34
+nofor word firstaid  124-34-1-24-145
+nofor word firstaider  124-34-1-24-145-12456
+nofor word firstborn  124-34-12-135-1235-1345
+nofor word firstclass  124-34-14-123-1-234-234
+nofor word firstclasses  124-34-14-123-1-234-234-15-234
+nofor word firstday  124-34-5-145
+nofor word firstdayer  124-34-5-145-12456
+nofor word firstfruit  124-34-124-1235-136-24-2345
+nofor word firstfruiting  124-34-124-1235-136-24-2345-346
+nofor word firstgeneration  124-34-1245-26-12456-1-56-1345
+nofor word firsthand  124-34-125-12346
+nofor word firsthanded  124-34-125-12346-1246
+nofor word firstling  124-34-123-346
+nofor word firstly  124-34-123-13456
+nofor word firstness  124-34-56-234
+nofor word firstnight  124-34-1345-24-126-2345
+nofor word firstnighter  124-34-1345-24-126-2345-12456
+nofor word firstrate  124-34-1235-1-2345-15
+nofor word firstrated  124-34-1235-1-2345-1246
+nofor word firstrating  124-34-1235-1-2345-346
+nofor word firststring  124-34-34-1235-346
+nofor word forasmuch  123456-1-234-134-16
+nofor word foresaid  123456-15-234-145
+nofor word fosterchildren  124-135-34-12456-16-1345
+nofor word friendless  124-1235-46-234
+nofor word friendlessness  124-1235-46-234-56-234
+nofor word friendlessnesses  124-1235-46-234-56-234-15-234
+nofor word friendlier  124-1235-123-24-12456
+nofor word friendlies  124-1235-123-24-15-234
+nofor word friendliest  124-1235-123-24-15-34
+nofor word friendliness  124-1235-123-24-56-234
+nofor word friendlinesses  124-1235-123-24-56-234-15-234
+nofor word friendly  124-1235-123-13456
+nofor word friendship  124-1235-146-24-1234
+nofor word gadabout  1245-1-145-1-12
+nofor word gainsaid  1245-1-35-234-145
+nofor word galfriend  1245-1-123-124-1235
+nofor word gentlemanfriend  1245-26-2345-123-15-134-1-1345-124-1235
+nofor word gentlemenfriends  1245-26-2345-123-15-134-26-124-1235-234
+nofor word girlfriend  1245-24-1235-123-124-1235
+nofor word godchildren  1245-135-145-16-1345
+nofor word goodafternoon  1245-145-1-124-1345
+nofor word goodby  1245-145-12-13456
+nofor word goodbye  1245-145-12-13456-15
+nofor word goodbyeing  1245-145-12-13456-15-346
+nofor word goodbying  1245-145-12-13456-346
+nofor word goodday  1245-145-5-145
+nofor word gooder  1245-145-12456
+nofor word goodest  1245-145-15-34
+nofor word goodevening  1245-145-15-1236-26-346
+nofor word goodfellow  1245-145-124-15-123-123-246
+nofor word goodfellowship  1245-145-124-15-123-123-246-146-24-1234
+nofor word goodhearted  1245-145-125-15-345-2345-1246
+nofor word goodheartedly  1245-145-125-15-345-2345-1246-123-13456
+nofor word goodheartedness  1245-145-125-15-345-2345-1246-56-234
+nofor word goodhumor  1245-145-125-136-134-135-1235
+nofor word goodhumored  1245-145-125-136-134-135-1235-1246
+nofor word goodhumoredly  1245-145-125-136-134-135-1235-1246-123-13456
+nofor word goodhumoredness  1245-145-125-136-134-135-1235-1246-56-234
+nofor word goodhumorednesses  1245-145-125-136-134-135-1235-1246-56-234-15-234
+nofor word goodhumour  1245-145-125-136-134-1256-1235
+nofor word goodhumoured  1245-145-125-136-134-1256-1235-1246
+nofor word goodhumouredly  1245-145-125-136-134-1256-1235-1246-123-13456
+nofor word goodhumouredness  1245-145-125-136-134-1256-1235-1246-56-234
+nofor word goodhumourednesses  1245-145-125-136-134-1256-1235-1246-56-234-15-234
+nofor word goodie  1245-145-24-15
+nofor word goodish  1245-145-24-146
+nofor word goodlier  1245-145-123-24-12456
+nofor word goodliest  1245-145-123-24-15-34
+nofor word goodliness  1245-145-123-24-56-234
+nofor word goodlook  1245-145-123-135-135-13
+nofor word goodlooker  1245-145-123-135-135-13-12456
+nofor word goodlooking  1245-145-123-135-135-13-346
+nofor word goodly  1245-145-123-13456
+nofor word goodman  1245-145-134-1-1345
+nofor word goodmen  1245-145-134-26
+nofor word goodmorning  1245-145-134-135-1235-1345-346
+nofor word goodnature  1245-145-1345-1-2345-136-1235-15
+nofor word goodnatured  1245-145-1345-1-2345-136-1235-1246
+nofor word goodnaturedly  1245-145-1345-1-2345-136-1235-1246-123-13456
+nofor word goodnaturedness  1245-145-1345-1-2345-136-1235-1246-56-234
+nofor word goodness  1245-145-56-234
+nofor word goodnesses  1245-145-56-234-15-234
+nofor word goodnight  1245-145-1345-24-126-2345
+nofor word goodsize  1245-145-234-24-1356-15
+nofor word goodsized  1245-145-234-24-1356-1246
+nofor word goodtempered  1245-145-2345-15-134-1234-12456-1246
+nofor word goodtemperedly  1245-145-2345-15-134-1234-12456-1246-123-13456
+nofor word goodtime  1245-145-5-2345
+nofor word goodun  1245-145-136-1345
+nofor word goodwife  1245-145-2456-24-124-15
+nofor word goodwill  1245-145-2456-24-123-123
+nofor word goodwilled  1245-145-2456-24-123-123-1246
+nofor word goodwives  1245-145-2456-24-1236-15-234
+nofor word goody  1245-145-13456
+nofor word goodyear  1245-145-13456-15-345
+nofor word grandchildren  1245-1235-12346-16-1345
+nofor word greataunt  1245-1235-2345-1-136-1345-2345
+nofor word greatbatch  1245-1235-2345-12-1-2345-16
+nofor word greatcircle  1245-1235-2345-14-24-1235-14-123-15
+nofor word greatcoat  1245-1235-2345-14-135-1-2345
+nofor word greaten  1245-1235-2345-26
+nofor word greatened  1245-1235-2345-26-1246
+nofor word greatener  1245-1235-2345-26-12456
+nofor word greatening  1245-1235-2345-26-346
+nofor word greater  1245-1235-2345-12456
+nofor word greatest  1245-1235-2345-15-34
+nofor word greatgrandaunt  1245-1235-2345-1245-1235-12346-1-136-1345-2345
+nofor word greatgrandchild  1245-1235-2345-1245-1235-12346-16-24-123-145
+nofor word greatgrandchildren  1245-1235-2345-1245-1235-12346-16-1345
+nofor word greatgranddad  1245-1235-2345-1245-1235-12346-145-1-145
+nofor word greatgranddaughter  1245-1235-2345-1245-1235-12346-145-1-136-126-2345-12456
+nofor word greatgrandfather  1245-1235-2345-1245-1235-12346-5-124
+nofor word greatgrandfatherhood  1245-1235-2345-1245-1235-12346-5-124-125-135-135-145
+nofor word greatgrandma  1245-1235-2345-1245-1235-12346-134-1
+nofor word greatgrandmother  1245-1235-2345-1245-1235-12346-5-134
+nofor word greatgrandmotherhood  1245-1235-2345-1245-1235-12346-5-134-125-135-135-145
+nofor word greatgrandnephew  1245-1235-2345-1245-1235-12346-1345-15-1234-125-15-2456
+nofor word greatgrandniece  1245-1235-2345-1245-1235-12346-1345-24-15-14-15
+nofor word greatgrandpa  1245-1235-2345-1245-1235-12346-1234-1
+nofor word greatgrandparent  1245-1235-2345-1245-1235-12346-1234-345-26-2345
+nofor word greatgrandparenthood  1245-1235-2345-1245-1235-12346-1234-345-26-2345-125-135-135-145
+nofor word greatgrandson  1245-1235-2345-1245-1235-12346-234-135-1345
+nofor word greatgranduncle  1245-1235-2345-1245-1235-12346-136-1345-14-123-15
+nofor word greathearted  1245-1235-2345-125-15-345-2345-1246
+nofor word greatheartedly  1245-1235-2345-125-15-345-2345-1246-123-13456
+nofor word greatheartedness  1245-1235-2345-125-15-345-2345-1246-56-234
+nofor word greatheartednesses  1245-1235-2345-125-15-345-2345-1246-56-234-15-234
+nofor word greatly  1245-1235-2345-123-13456
+nofor word greatnephew  1245-1235-2345-1345-15-1234-125-15-2456
+nofor word greatness  1245-1235-2345-56-234
+nofor word greatnesses  1245-1235-2345-56-234-15-234
+nofor word greatniece  1245-1235-2345-1345-24-15-14-15
+nofor word greatsword  1245-1235-2345-234-45-2456
+nofor word greatuncle  1245-1235-2345-136-1345-14-123-15
+nofor word guyfriend  1245-136-13456-124-1235
+nofor word hateletter  125-1-2345-15-123-1235
+nofor word headfirst  125-2-145-124-34
+nofor word hereabout  5-125-1-12
+nofor word hereafter  5-125-1-124
+nofor word hereagain  5-125-1-1245
+nofor word hereagainst  5-125-1-1245-34
+nofor word hereinabove  5-125-35-1-12-1236
+nofor word hereinafter  5-125-35-1-124
+nofor word hereinagain  5-125-35-1-1245
+nofor word highlypaid  125-24-126-123-13456-1234-145
+nofor word himbo  125-134-12-135
+nofor word himboes  125-134-12-135-15-234
+nofor word illpaid  24-123-123-1234-145
+nofor word immediately  24-134-134-123-13456
+nofor word immediateness  24-134-134-56-234
+nofor word inasmuch  35-1-234-134-16
+nofor word insomuch  35-234-135-134-16
+nofor word knockabout  13-1345-135-14-13-1-12
+nofor word ladyfriend  123-1-145-13456-124-1235
+nofor word layabout  123-1-13456-1-12
+nofor word letterbodies  123-1235-12-135-145-24-15-234
+nofor word letterbody  123-1235-12-135-145-13456
+nofor word letterbomb  123-1235-12-135-134-12
+nofor word letterbombed  123-1235-12-135-134-12-1246
+nofor word letterbomber  123-1235-12-135-134-12-12456
+nofor word letterbombing  123-1235-12-135-134-12-346
+nofor word letterbox  123-1235-12-135-1346
+nofor word letterboxed  123-1235-12-135-1346-1246
+nofor word letterboxer  123-1235-12-135-1346-12456
+nofor word letterboxes  123-1235-12-135-1346-15-234
+nofor word letterboxing  123-1235-12-135-1346-346
+nofor word lettered  123-1235-1246
+nofor word letterer  123-1235-12456
+nofor word letterform  123-1235-123456-134
+nofor word letterhead  123-1235-125-2-145
+nofor word letterheading  123-1235-125-2-145-346
+nofor word lettering  123-1235-346
+nofor word letterman  123-1235-134-1-1345
+nofor word lettermen  123-1235-134-26
+nofor word letteropener  123-1235-135-1234-26-12456
+nofor word letterperfect  123-1235-1234-12456-124-15-14-2345
+nofor word letterpress  123-1235-1234-1235-15-234-234
+nofor word letterpressed  123-1235-1234-1235-15-234-234-1246
+nofor word letterpresses  123-1235-1234-1235-15-234-234-15-234
+nofor word letterpressing  123-1235-1234-1235-15-234-234-346
+nofor word letterquality  123-1235-12345-136-1-123-56-13456
+nofor word letterspace  123-1235-234-1234-1-14-15
+nofor word letterspaced  123-1235-234-1234-1-14-1246
+nofor word letterspacing  123-1235-234-1234-1-14-346
+nofor word lettertext  123-1235-2345-15-1346-2345
+nofor word littled  123-123-145
+nofor word littleneck  123-123-1345-15-14-13
+nofor word littleness  123-123-56-234
+nofor word littlenesses  123-123-56-234-15-234
+nofor word littler  123-123-1235
+nofor word littlest  123-123-34
+nofor word lovechildren  123-135-1236-15-16-1345
+nofor word loveletter  123-135-1236-15-123-1235
+nofor word lowlypaid  123-246-123-13456-1234-145
+nofor word manfriend  134-1-1345-124-1235
+nofor word menfriends  134-26-124-1235-234
+nofor word midafternoon  134-24-145-1-124-1345
+nofor word misbraille  134-24-234-12-1235-123
+nofor word misbrailled  134-24-234-12-1235-123-145
+nofor word misperceive  134-24-234-1234-12456-14-1236
+nofor word misperceived  134-24-234-1234-12456-14-1236-145
+nofor word misperceiver  134-24-234-1234-12456-14-1236-1235
+nofor word misperceiving  134-24-234-1234-12456-14-1236-1245
+nofor word missaid  134-24-234-234-145
+nofor word morningafter  134-135-1235-1345-346-1-124
+nofor word muchly  134-16-123-13456
+nofor word muchness  134-16-56-234
+nofor word must've  134-34-3-1236-15
+nofor word musta  134-34-1
+nofor word mustard  134-34-345-145
+nofor word mustier  134-34-24-12456
+nofor word mustiest  134-34-24-15-34
+nofor word mustily  134-34-24-123-13456
+nofor word mustiness  134-34-24-56-234
+nofor word mustn't  134-34-1345-3-2345
+nofor word mustn't've  134-34-1345-3-2345-3-1236-15
+nofor word musty  134-34-13456
+nofor word newsletter  1345-15-2456-234-123-1235
+nofor word nonesuch  1345-5-135-234-16
+nofor word nonsuch  1345-135-1345-234-16
+nofor word northabout  1345-135-1235-1456-1-12
+nofor word overmuch  135-1236-12456-134-16
+nofor word overpaid  135-1236-12456-1234-145
+nofor word penfriend  1234-26-124-1235
+nofor word perceived  1234-12456-14-1236-145
+nofor word perceiver  1234-12456-14-1236-1235
+nofor word perhapses  1234-12456-125-15-234
+nofor word poorlypaid  1234-135-135-1235-123-13456-1234-145
+nofor word postpaid  1234-135-34-1234-145
+nofor word preceive  1234-1235-14-1236
+nofor word preceiver  1234-1235-14-1236-1235
+nofor word preceiving  1234-1235-14-1236-1245
+nofor word prepaid  1234-1235-15-1234-145
+nofor word purblind  1234-136-1235-12-123
+nofor word purblindly  1234-136-1235-12-123-123-13456
+nofor word purblindness  1234-136-1235-12-123-56-234
+nofor word purblindnesses  1234-136-1235-12-123-56-234-15-234
+nofor word quickdraw  12345-13-145-1235-1-2456
+nofor word quicken  12345-13-26
+nofor word quickened  12345-13-26-1246
+nofor word quickener  12345-13-26-12456
+nofor word quickening  12345-13-26-346
+nofor word quicker  12345-13-12456
+nofor word quickest  12345-13-15-34
+nofor word quickfire  12345-13-124-24-1235-15
+nofor word quickfiring  12345-13-124-24-1235-346
+nofor word quickfreeze  12345-13-124-1235-15-15-1356-15
+nofor word quickfreezing  12345-13-124-1235-15-15-1356-346
+nofor word quickfroze  12345-13-124-1235-135-1356-15
+nofor word quickfrozen  12345-13-124-1235-135-1356-26
+nofor word quickie  12345-13-24-15
+nofor word quickish  12345-13-24-146
+nofor word quickishly  12345-13-24-146-123-13456
+nofor word quicklime  12345-13-123-24-134-15
+nofor word quickly  12345-13-123-13456
+nofor word quickness  12345-13-56-234
+nofor word quicknesses  12345-13-56-234-15-234
+nofor word quicksand  12345-13-234-12346
+nofor word quickset  12345-13-234-15-2345
+nofor word quicksilver  12345-13-234-24-123-1236-12456
+nofor word quicksilvered  12345-13-234-24-123-1236-12456-1246
+nofor word quicksilvering  12345-13-234-24-123-1236-12456-346
+nofor word quicksnap  12345-13-234-1345-1-1234
+nofor word quickstep  12345-13-34-15-1234
+nofor word quickstepped  12345-13-34-15-1234-1234-1246
+nofor word quickstepper  12345-13-34-15-1234-1234-12456
+nofor word quickstepping  12345-13-34-15-1234-1234-346
+nofor word quicktempered  12345-13-2345-15-134-1234-12456-1246
+nofor word quicktime  12345-13-5-2345
+nofor word quickwitted  12345-13-2456-24-2345-2345-1246
+nofor word quickwittedly  12345-13-2456-24-2345-2345-1246-123-13456
+nofor word quickwittedness  12345-13-2456-24-2345-2345-1246-56-234
+nofor word quicky  12345-13-13456
+nofor word readacross  1235-2-145-1-14-1235
+nofor word rebraille  1235-15-12-1235-123
+nofor word rebrailled  1235-15-12-1235-123-145
+nofor word rebrailler  1235-15-12-1235-123-1235
+nofor word received  1235-14-1236-145
+nofor word receiver  1235-14-1236-1235
+nofor word receivership  1235-14-1236-1235-146-24-1234
+nofor word rejoiced  1235-245-14-145
+nofor word rejoiceful  1235-245-14-56-123
+nofor word rejoicefully  1235-245-14-56-123-123-13456
+nofor word rejoicefulness  1235-245-14-56-123-56-234
+nofor word rejoicer  1235-245-14-1235
+nofor word rejoicingly  1235-245-14-1245-123-13456
+nofor word reletter  1235-15-123-1235
+nofor word relettered  1235-15-123-1235-1246
+nofor word relettering  1235-15-123-1235-346
+nofor word repaid  1235-15-1234-145
+nofor word rightabout  5-1235-1-12
+nofor word roundabout  1235-46-145-1-12
+nofor word roustabout  1235-1256-34-1-12
+nofor word runabout  1235-136-1345-1-12
+nofor word saidest  234-145-15-34
+nofor word saidst  234-145-34
+nofor word scattergood  234-14-1-2345-2345-12456-1245-145
+nofor word schoolchildren  234-16-135-135-123-16-1345
+nofor word schoolfriend  234-16-135-135-123-124-1235
+nofor word should've  146-145-3-1236-15
+nofor word shoulda  146-145-1
+nofor word shouldest  146-145-15-34
+nofor word shouldn't  146-145-1345-3-2345
+nofor word shouldn't've  146-145-1345-3-2345-3-1236-15
+nofor word shouldst  146-145-34
+nofor word snowblind  234-1345-246-12-123
+nofor word snowblindness  234-1345-246-12-123-56-234
+nofor word snowblindnesses  234-1345-246-12-123-56-234-15-234
+nofor word somesuch  5-234-234-16
+nofor word southabout  234-1256-1456-1-12
+nofor word stepchildren  34-15-1234-16-1345
+nofor word stirabout  34-24-1235-1-12
+nofor word suchlike  234-16-123-24-13-15
+nofor word supergood  234-136-1234-12456-1245-145
+nofor word superquick  234-136-1234-12456-12345-13
+nofor word tailfirst  2345-1-24-123-124-34
+nofor word thereabout  5-2346-1-12
+nofor word thereafter  5-2346-1-124
+nofor word thereagain  5-2346-1-1245
+nofor word thereagainst  5-2346-1-1245-34
+nofor word thereinafter  5-2346-35-1-124
+nofor word thereinagain  5-2346-35-1-1245
+nofor word togetherness  2345-1245-1235-56-234
+nofor word turnabout  2345-136-1235-1345-1-12
+nofor word unaccording  136-1345-1-14
+nofor word unaccordingly  136-1345-1-14-123-13456
+nofor word unblindfold  136-1345-12-123-124-135-123-145
+nofor word unblindfolded  136-1345-12-123-124-135-123-145-1246
+nofor word unblindfolding  136-1345-12-123-124-135-123-145-346
+nofor word unbraille  136-1345-12-1235-123
+nofor word unbrailled  136-1345-12-1235-123-145
+nofor word undeceive  136-1345-145-14-1236
+nofor word undeceived  136-1345-145-14-1236-145
+nofor word undeceiver  136-1345-145-14-1236-1235
+nofor word undeceiving  136-1345-145-14-1236-1245
+nofor word undeclare  136-1345-145-14-123
+nofor word undeclared  136-1345-145-14-123-145
+nofor word underpaid  5-136-1234-145
+nofor word unfriend  136-1345-124-1235
+nofor word unfriendlier  136-1345-124-1235-123-24-12456
+nofor word unfriendliest  136-1345-124-1235-123-24-15-34
+nofor word unfriendliness  136-1345-124-1235-123-24-56-234
+nofor word unfriendlinesses  136-1345-124-1235-123-24-56-234-15-234
+nofor word unfriendly  136-1345-124-1235-123-13456
+nofor word unlettered  136-1345-123-1235-1246
+nofor word unnecessary  136-1345-1345-15-14
+nofor word unpaid  136-1345-1234-145
+nofor word unperceive  136-1345-1234-12456-14-1236
+nofor word unperceived  136-1345-1234-12456-14-1236-145
+nofor word unperceiving  136-1345-1234-12456-14-1236-1245
+nofor word unquick  136-1345-12345-13
+nofor word unreceived  136-1345-1235-14-1236-145
+nofor word unrejoice  136-1345-1235-245-14
+nofor word unrejoiced  136-1345-1235-245-14-145
+nofor word unrejoiceful  136-1345-1235-245-14-56-123
+nofor word unrejoicefully  136-1345-1235-245-14-56-123-123-13456
+nofor word unrejoicefulness  136-1345-1235-245-14-56-123-56-234
+nofor word unrejoicer  136-1345-1235-245-14-1235
+nofor word unrejoicing  136-1345-1235-245-14-1245
+nofor word unrejoicingly  136-1345-1235-245-14-1245-123-13456
+nofor word walkabout  2456-1-123-13-1-12
+nofor word wellpaid  2456-15-123-123-1234-145
+nofor word westabout  2456-15-34-1-12
+nofor word whereabout  5-156-1-12
+nofor word whereafter  5-156-1-124
+nofor word whereagain  5-156-1-1245
+nofor word whereagainst  5-156-1-1245-34
+nofor word whereinafter  5-156-35-1-124
+nofor word whereinagain  5-156-35-1-1245
+nofor word womanfriend  2456-135-134-1-1345-124-1235
+nofor word womenfriends  2456-135-134-26-124-1235-234
+nofor word would've  2456-145-3-1236-15
+nofor word woulda  2456-145-1
+nofor word wouldest  2456-145-15-34
+nofor word wouldn't  2456-145-1345-3-2345
+nofor word wouldn't've  2456-145-1345-3-2345-3-1236-15
+nofor word wouldst  2456-145-34
+
+#TODO:  backmatch should be able to merge these
+nofor word 'twoulds  3-2345-2456-145-234
+nofor word 'twould'ves  3-2345-2456-145-3-1236-15-234
+nofor word 'twouldas  3-2345-2456-145-1-234
+nofor word 'twouldn'ts  3-2345-2456-145-1345-3-2345-234
+nofor word 'twouldn't'ves  3-2345-2456-145-1345-3-2345-3-1236-15-234
+nofor word aboutfaces  1-12-124-1-14-15-234
+nofor word aboutfacers  1-12-124-1-14-12456-234
+nofor word aboutfacings  1-12-124-1-14-346-234
+nofor word aboutturns  1-12-2345-136-1235-1345-234
+nofor word aboveboards  1-12-1236-12-135-345-145-234
+nofor word abovegrounds  1-12-1236-1245-1235-46-145-234
+nofor word aforesaids  1-123456-15-234-145-234
+nofor word afterbattles  1-124-12-1-2345-2345-123-15-234
+nofor word afterbirths  1-124-12-24-1235-1456-234
+nofor word afterbreakfasts  1-124-12-1235-2-13-124-1-34-234
+nofor word afterburns  1-124-12-136-1235-1345-234
+nofor word afterburners  1-124-12-136-1235-1345-12456-234
+nofor word afterburnings  1-124-12-136-1235-1345-346-234
+nofor word aftercares  1-124-14-345-15-234
+nofor word afterclaps  1-124-14-123-1-1234-234
+nofor word aftercoffees  1-124-14-12356-124-15-15-234
+nofor word afterdamps  1-124-145-1-134-1234-234
+nofor word afterdarks  1-124-145-345-13-234
+nofor word afterdecks  1-124-145-15-14-13-234
+nofor word afterdinners  1-124-145-35-1345-12456-234
+nofor word afterflows  1-124-124-123-246-234
+nofor word aftergames  1-124-1245-1-134-15-234
+nofor word afterglows  1-124-1245-123-246-234
+nofor word afterguards  1-124-1245-136-345-145-234
+nofor word afterhatchs  1-124-125-1-2345-16-234
+nofor word afterhatchess  1-124-125-1-2345-16-15-234-234
+nofor word afterhours  1-124-125-1256-1235-234
+nofor word afterlifes  1-124-123-24-124-15-234
+nofor word afterlights  1-124-123-24-126-2345-234
+nofor word afterlivess  1-124-123-24-1236-15-234-234
+nofor word afterlunchs  1-124-123-136-1345-16-234
+nofor word afterlunchess  1-124-123-136-1345-16-15-234-234
+nofor word aftermarkets  1-124-134-345-13-15-2345-234
+nofor word aftermatchs 1-124-134-1-2345-16-234
+nofor word aftermaths  1-124-134-1-1456-234
+nofor word aftermeetings  1-124-134-15-15-2345-346-234
+nofor word aftermiddays  1-124-134-24-145-5-145-234
+nofor word aftermidnights  1-124-134-24-145-1345-24-126-2345-234
+nofor word aftermosts  1-124-134-135-34-234
+nofor word afternoonteas  1-124-1345-2345-15-1-234
+nofor word afterpains  1-124-1234-1-35-234
+nofor word afterpartiess  1-124-5-1234-24-15-234-234
+nofor word afterpartys  1-124-5-1234-13456-234
+nofor word afterpieces  1-124-1234-24-15-14-15-234
+nofor word afterplays  1-124-1234-123-1-13456-234
+nofor word aftersales  1-124-234-1-123-15-234
+nofor word afterschools  1-124-234-16-135-135-123-234
+nofor word aftersensations  1-124-234-26-234-1-56-1345-234
+nofor word aftershaves  1-124-146-1-1236-15-234
+nofor word aftershocks  1-124-146-135-14-13-234
+nofor word aftershows  1-124-146-246-234
+nofor word aftershowers  1-124-146-246-12456-234
+nofor word aftersuppers  1-124-234-136-1234-1234-12456-234
+nofor word aftertastes  1-124-2345-1-34-15-234
+nofor word aftertaxs  1-124-2345-1-1346-234
+nofor word aftertaxess  1-124-2345-1-1346-15-234-234
+nofor word afterteas  1-124-2345-15-1-234
+nofor word aftertheatres  1-124-2346-1-2345-1235-15-234
+nofor word afterthoughts  1-124-1456-5-1256-234
+nofor word aftertimes  1-124-5-2345-234
+nofor word aftertreatments  1-124-2345-1235-2-2345-56-2345-234
+nofor word afterwords  1-124-45-2456-234
+nofor word afterworks  1-124-5-2456-234
+nofor word afterworlds  1-124-456-2456-234
+nofor word apperceives  1-1234-1234-12456-14-1236-234
+nofor word apperceivers  1-1234-1234-12456-14-1236-1235-234
+nofor word apperceivings  1-1234-1234-12456-14-1236-1245-234
+nofor word archdeceivers  345-16-145-14-1236-1235-234
+nofor word beforehands  23-124-125-12346-234
+nofor word befriends  23-124-1235-234
+nofor word behindhands  23-125-125-12346-234
+nofor word belittles  23-123-123-234
+nofor word belittlements  23-123-123-56-2345-234
+nofor word belittlers  23-123-123-1235-234
+nofor word belowdecks  23-123-145-15-14-13-234
+nofor word belowgrounds  23-123-1245-1235-46-145-234
+nofor word beneathdecks  23-1345-145-15-14-13-234
+nofor word beneathgrounds  23-1345-1245-1235-46-145-234
+nofor word betweendecks  23-2345-145-15-14-13-234
+nofor word betweentimes  23-2345-5-2345-234
+nofor word betweenwhiles  23-2345-156-24-123-15-234
+nofor word blindfishs  12-123-124-24-146-234
+nofor word blindfishess  12-123-124-24-146-15-234-234
+nofor word blindfolds  12-123-124-135-123-145-234
+nofor word blindfolders  12-123-124-135-123-145-12456-234
+nofor word blindfoldings  12-123-124-135-123-145-346-234
+nofor word blindlys  12-123-123-13456-234
+nofor word blindmans  12-123-134-1-1345-234
+nofor word blindmens  12-123-134-26-234
+nofor word blindnesss  12-123-56-234-234
+nofor word blindnessess  12-123-56-234-15-234-234
+nofor word blindsides  12-123-234-24-145-15-234
+nofor word blindsiders  12-123-234-24-145-12456-234
+nofor word blindsidings  12-123-234-24-145-346-234
+nofor word blindsights  12-123-234-24-126-2345-234
+nofor word blindstoriess  12-123-34-135-1235-24-15-234-234
+nofor word blindstorys  12-123-34-135-1235-13456-234
+nofor word blindworms  12-123-2456-135-1235-134-234
+nofor word bloodletters  12-123-135-135-145-123-1235-234
+nofor word boyfriends  12-135-13456-124-1235-234
+nofor word braillers  12-1235-123-1235-234
+nofor word braillewriters  12-1235-123-2456-1235-24-2345-12456-234
+nofor word braillewritings  12-1235-123-2456-1235-24-2345-346-234
+nofor word brailleys  12-1235-123-13456-234
+nofor word brainchildrens  12-1235-1-35-16-1345-234
+nofor word chainletters  16-1-35-123-1235-234
+nofor word children'swears  16-1345-3-234-2456-15-345-234
+nofor word colorblinds  14-135-123-135-1235-12-123-234
+nofor word colorblindnesss  14-135-123-135-1235-12-123-56-234-234
+nofor word colorblindnessess  14-135-123-135-1235-12-123-56-234-15-234-234
+nofor word colourblinds  14-135-123-1256-1235-12-123-234
+nofor word colourblindnesss  14-135-123-1256-1235-12-123-56-234-234
+nofor word colourblindnessess  14-135-123-1256-1235-12-123-56-234-15-234-234
+nofor word conceivers  25-14-1236-1235-234
+nofor word could'ves  14-145-3-1236-15-234
+nofor word couldas  14-145-1-234
+nofor word couldests  14-145-15-34-234
+nofor word couldn'ts  14-145-1345-3-2345-234
+nofor word couldn't'ves  14-145-1345-3-2345-3-1236-15-234
+nofor word couldsts  14-145-34-234
+nofor word deafblinds  145-2-124-12-123-234
+nofor word deafblindnesss  145-2-124-12-123-56-234-234
+nofor word deafblindnessess  145-2-124-12-123-56-234-15-234-234
+nofor word deceivers  145-14-1236-1235-234
+nofor word declarers  145-14-123-1235-234
+nofor word defriends  145-15-124-1235-234
+nofor word do-it-yourselfers  145-36-1346-36-13456-1235-124-12456-234
+nofor word doublequicks  145-1256-12-123-15-12345-13-234
+nofor word eastabouts  15-1-34-1-12-234
+nofor word feelgoods  124-15-15-123-1245-145-234
+nofor word feetfirsts  124-15-15-2345-124-34-234
+nofor word firstaids  124-34-1-24-145-234
+nofor word firstaiders  124-34-1-24-145-12456-234
+nofor word firstborns  124-34-12-135-1235-1345-234
+nofor word firstclasss  124-34-14-123-1-234-234-234
+nofor word firstclassess  124-34-14-123-1-234-234-15-234-234
+nofor word firstdays  124-34-5-145-234
+nofor word firstdayers  124-34-5-145-12456-234
+nofor word firstfruits  124-34-124-1235-136-24-2345-234
+nofor word firstfruitings  124-34-124-1235-136-24-2345-346-234
+nofor word firstgenerations  124-34-1245-26-12456-1-56-1345-234
+nofor word firsthands  124-34-125-12346-234
+nofor word firstlings  124-34-123-346-234
+nofor word firstlys  124-34-123-13456-234
+nofor word firstnesss  124-34-56-234-234
+nofor word firstnights  124-34-1345-24-126-2345-234
+nofor word firstnighters  124-34-1345-24-126-2345-12456-234
+nofor word firstrates  124-34-1235-1-2345-15-234
+nofor word firstratings  124-34-1235-1-2345-346-234
+nofor word firststrings  124-34-34-1235-346-234
+nofor word forasmuchs  123456-1-234-134-16-234
+nofor word foresaids  123456-15-234-145-234
+nofor word fosterchildrens  124-135-34-12456-16-1345-234
+nofor word friendlesss  124-1235-46-234-234
+nofor word friendlessnesss  124-1235-46-234-56-234-234
+nofor word friendlessnessess  124-1235-46-234-56-234-15-234-234
+nofor word friendliers  124-1235-123-24-12456-234
+nofor word friendliess  124-1235-123-24-15-234-234
+nofor word friendliests  124-1235-123-24-15-34-234
+nofor word friendlinesss  124-1235-123-24-56-234-234
+nofor word friendlinessess  124-1235-123-24-56-234-15-234-234
+nofor word friendlys  124-1235-123-13456-234
+nofor word friendships  124-1235-146-24-1234-234
+nofor word gadabouts  1245-1-145-1-12-234
+nofor word gainsaids  1245-1-35-234-145-234
+nofor word galfriends  1245-1-123-124-1235-234
+nofor word gentlemanfriends  1245-26-2345-123-15-134-1-1345-124-1235-234
+nofor word gentlemenfriendss  1245-26-2345-123-15-134-26-124-1235-234-234
+nofor word girlfriends  1245-24-1235-123-124-1235-234
+nofor word godchildrens  1245-135-145-16-1345-234
+nofor word goodafternoons  1245-145-1-124-1345-234
+nofor word goodbys  1245-145-12-13456-234
+nofor word goodbyes  1245-145-12-13456-15-234
+nofor word goodbyeings  1245-145-12-13456-15-346-234
+nofor word goodbyings  1245-145-12-13456-346-234
+nofor word gooddays  1245-145-5-145-234
+nofor word gooders  1245-145-12456-234
+nofor word goodests  1245-145-15-34-234
+nofor word goodevenings  1245-145-15-1236-26-346-234
+nofor word goodfellows  1245-145-124-15-123-123-246-234
+nofor word goodfellowships  1245-145-124-15-123-123-246-146-24-1234-234
+nofor word goodheartedlys  1245-145-125-15-345-2345-1246-123-13456-234
+nofor word goodheartednesss  1245-145-125-15-345-2345-1246-56-234-234
+nofor word goodhumors  1245-145-125-136-134-135-1235-234
+nofor word goodhumoredlys  1245-145-125-136-134-135-1235-1246-123-13456-234
+nofor word goodhumorednesss  1245-145-125-136-134-135-1235-1246-56-234-234
+nofor word goodhumorednessess  1245-145-125-136-134-135-1235-1246-56-234-15-234-234
+nofor word goodhumours  1245-145-125-136-134-1256-1235-234
+nofor word goodhumouredlys  1245-145-125-136-134-1256-1235-1246-123-13456-234
+nofor word goodhumourednesss  1245-145-125-136-134-1256-1235-1246-56-234-234
+nofor word goodhumourednessess  1245-145-125-136-134-1256-1235-1246-56-234-15-234-234
+nofor word goodies  1245-145-24-15-234
+nofor word goodishs  1245-145-24-146-234
+nofor word goodliers  1245-145-123-24-12456-234
+nofor word goodliests  1245-145-123-24-15-34-234
+nofor word goodlinesss  1245-145-123-24-56-234-234
+nofor word goodlooks  1245-145-123-135-135-13-234
+nofor word goodlookers  1245-145-123-135-135-13-12456-234
+nofor word goodlookings  1245-145-123-135-135-13-346-234
+nofor word goodlys  1245-145-123-13456-234
+nofor word goodmans  1245-145-134-1-1345-234
+nofor word goodmens  1245-145-134-26-234
+nofor word goodmornings  1245-145-134-135-1235-1345-346-234
+nofor word goodnatures  1245-145-1345-1-2345-136-1235-15-234
+nofor word goodnaturedlys  1245-145-1345-1-2345-136-1235-1246-123-13456-234
+nofor word goodnaturednesss  1245-145-1345-1-2345-136-1235-1246-56-234-234
+nofor word goodnesss  1245-145-56-234-234
+nofor word goodnessess  1245-145-56-234-15-234-234
+nofor word goodnights  1245-145-1345-24-126-2345-234
+nofor word goodsizes  1245-145-234-24-1356-15-234
+nofor word goodtemperedlys  1245-145-2345-15-134-1234-12456-1246-123-13456-234
+nofor word goodtimes  1245-145-5-2345-234
+nofor word gooduns  1245-145-136-1345-234
+nofor word goodwifes  1245-145-2456-24-124-15-234
+nofor word goodwills  1245-145-2456-24-123-123-234
+nofor word goodwivess  1245-145-2456-24-1236-15-234-234
+nofor word goodys  1245-145-13456-234
+nofor word goodyears  1245-145-13456-15-345-234
+nofor word grandchildrens  1245-1235-12346-16-1345-234
+nofor word greataunts  1245-1235-2345-1-136-1345-2345-234
+nofor word greatbatchs  1245-1235-2345-12-1-2345-16-234
+nofor word greatcircles  1245-1235-2345-14-24-1235-14-123-15-234
+nofor word greatcoats  1245-1235-2345-14-135-1-2345-234
+nofor word greatens  1245-1235-2345-26-234
+nofor word greateners  1245-1235-2345-26-12456-234
+nofor word greatenings  1245-1235-2345-26-346-234
+nofor word greaters  1245-1235-2345-12456-234
+nofor word greatests  1245-1235-2345-15-34-234
+nofor word greatgrandaunts  1245-1235-2345-1245-1235-12346-1-136-1345-2345-234
+nofor word greatgrandchilds  1245-1235-2345-1245-1235-12346-16-24-123-145-234
+nofor word greatgrandchildrens  1245-1235-2345-1245-1235-12346-16-1345-234
+nofor word greatgranddads  1245-1235-2345-1245-1235-12346-145-1-145-234
+nofor word greatgranddaughters  1245-1235-2345-1245-1235-12346-145-1-136-126-2345-12456-234
+nofor word greatgrandfathers  1245-1235-2345-1245-1235-12346-5-124-234
+nofor word greatgrandfatherhoods  1245-1235-2345-1245-1235-12346-5-124-125-135-135-145-234
+nofor word greatgrandmas  1245-1235-2345-1245-1235-12346-134-1-234
+nofor word greatgrandmothers  1245-1235-2345-1245-1235-12346-5-134-234
+nofor word greatgrandmotherhoods  1245-1235-2345-1245-1235-12346-5-134-125-135-135-145-234
+nofor word greatgrandnephews  1245-1235-2345-1245-1235-12346-1345-15-1234-125-15-2456-234
+nofor word greatgrandnieces  1245-1235-2345-1245-1235-12346-1345-24-15-14-15-234
+nofor word greatgrandpas  1245-1235-2345-1245-1235-12346-1234-1-234
+nofor word greatgrandparents  1245-1235-2345-1245-1235-12346-1234-345-26-2345-234
+nofor word greatgrandparenthoods  1245-1235-2345-1245-1235-12346-1234-345-26-2345-125-135-135-145-234
+nofor word greatgrandsons  1245-1235-2345-1245-1235-12346-234-135-1345-234
+nofor word greatgranduncles  1245-1235-2345-1245-1235-12346-136-1345-14-123-15-234
+nofor word greatheartedlys  1245-1235-2345-125-15-345-2345-1246-123-13456-234
+nofor word greatheartednesss  1245-1235-2345-125-15-345-2345-1246-56-234-234
+nofor word greatheartednessess  1245-1235-2345-125-15-345-2345-1246-56-234-15-234-234
+nofor word greatlys  1245-1235-2345-123-13456-234
+nofor word greatnephews  1245-1235-2345-1345-15-1234-125-15-2456-234
+nofor word greatnesss  1245-1235-2345-56-234-234
+nofor word greatnessess  1245-1235-2345-56-234-15-234-234
+nofor word greatnieces  1245-1235-2345-1345-24-15-14-15-234
+nofor word greatswords  1245-1235-2345-234-45-2456-234
+nofor word greatuncles  1245-1235-2345-136-1345-14-123-15-234
+nofor word guyfriends  1245-136-13456-124-1235-234
+nofor word hateletters  125-1-2345-15-123-1235-234
+nofor word headfirsts  125-2-145-124-34-234
+nofor word hereabouts  5-125-1-12-234
+nofor word hereafters  5-125-1-124-234
+nofor word hereagains  5-125-1-1245-234
+nofor word hereagainsts  5-125-1-1245-34-234
+nofor word hereinaboves  5-125-35-1-12-1236-234
+nofor word hereinafters  5-125-35-1-124-234
+nofor word hereinagains  5-125-35-1-1245-234
+nofor word highlypaids  125-24-126-123-13456-1234-145-234
+nofor word himbos  125-134-12-135-234
+nofor word himboess  125-134-12-135-15-234-234
+nofor word illpaids  24-123-123-1234-145-234
+nofor word immediatelys  24-134-134-123-13456-234
+nofor word immediatenesss  24-134-134-56-234-234
+nofor word inasmuchs  35-1-234-134-16-234
+nofor word insomuchs  35-234-135-134-16-234
+nofor word knockabouts  13-1345-135-14-13-1-12-234
+nofor word ladyfriends  123-1-145-13456-124-1235-234
+nofor word layabouts  123-1-13456-1-12-234
+nofor word letterbodiess  123-1235-12-135-145-24-15-234-234
+nofor word letterbodys  123-1235-12-135-145-13456-234
+nofor word letterbombs  123-1235-12-135-134-12-234
+nofor word letterbombers  123-1235-12-135-134-12-12456-234
+nofor word letterbombings  123-1235-12-135-134-12-346-234
+nofor word letterboxs  123-1235-12-135-1346-234
+nofor word letterboxers  123-1235-12-135-1346-12456-234
+nofor word letterboxess  123-1235-12-135-1346-15-234-234
+nofor word letterboxings  123-1235-12-135-1346-346-234
+nofor word letterers  123-1235-12456-234
+nofor word letterforms  123-1235-123456-134-234
+nofor word letterheads  123-1235-125-2-145-234
+nofor word letterheadings  123-1235-125-2-145-346-234
+nofor word letterings  123-1235-346-234
+nofor word lettermans  123-1235-134-1-1345-234
+nofor word lettermens  123-1235-134-26-234
+nofor word letteropeners  123-1235-135-1234-26-12456-234
+nofor word letterperfects  123-1235-1234-12456-124-15-14-2345-234
+nofor word letterpresss  123-1235-1234-1235-15-234-234-234
+nofor word letterpressess  123-1235-1234-1235-15-234-234-15-234-234
+nofor word letterpressings  123-1235-1234-1235-15-234-234-346-234
+nofor word letterqualitys  123-1235-12345-136-1-123-56-13456-234
+nofor word letterspaces  123-1235-234-1234-1-14-15-234
+nofor word letterspacings  123-1235-234-1234-1-14-346-234
+nofor word lettertexts  123-1235-2345-15-1346-2345-234
+nofor word littlenecks  123-123-1345-15-14-13-234
+nofor word littlenesss  123-123-56-234-234
+nofor word littlenessess  123-123-56-234-15-234-234
+nofor word littlers  123-123-1235-234
+nofor word littlests  123-123-34-234
+nofor word lovechildrens  123-135-1236-15-16-1345-234
+nofor word loveletters  123-135-1236-15-123-1235-234
+nofor word lowlypaids  123-246-123-13456-1234-145-234
+nofor word manfriends  134-1-1345-124-1235-234
+nofor word menfriendss  134-26-124-1235-234-234
+nofor word midafternoons  134-24-145-1-124-1345-234
+nofor word misbrailles  134-24-234-12-1235-123-234
+nofor word misperceives  134-24-234-1234-12456-14-1236-234
+nofor word misperceivers  134-24-234-1234-12456-14-1236-1235-234
+nofor word misperceivings  134-24-234-1234-12456-14-1236-1245-234
+nofor word missaids  134-24-234-234-145-234
+nofor word morningafters  134-135-1235-1345-346-1-124-234
+nofor word muchlys  134-16-123-13456-234
+nofor word muchnesss  134-16-56-234-234
+nofor word must'ves  134-34-3-1236-15-234
+nofor word mustas  134-34-1-234
+nofor word mustards  134-34-345-145-234
+nofor word mustiers  134-34-24-12456-234
+nofor word mustiests  134-34-24-15-34-234
+nofor word mustilys  134-34-24-123-13456-234
+nofor word mustinesss  134-34-24-56-234-234
+nofor word mustn'ts  134-34-1345-3-2345-234
+nofor word mustn't'ves  134-34-1345-3-2345-3-1236-15-234
+nofor word mustys  134-34-13456-234
+nofor word newsletters  1345-15-2456-234-123-1235-234
+nofor word nonesuchs  1345-5-135-234-16-234
+nofor word nonsuchs  1345-135-1345-234-16-234
+nofor word northabouts  1345-135-1235-1456-1-12-234
+nofor word overmuchs  135-1236-12456-134-16-234
+nofor word overpaids  135-1236-12456-1234-145-234
+nofor word penfriends  1234-26-124-1235-234
+nofor word perceivers  1234-12456-14-1236-1235-234
+nofor word perhapsess  1234-12456-125-15-234-234
+nofor word poorlypaids  1234-135-135-1235-123-13456-1234-145-234
+nofor word postpaids  1234-135-34-1234-145-234
+nofor word preceives  1234-1235-14-1236-234
+nofor word preceivers  1234-1235-14-1236-1235-234
+nofor word preceivings  1234-1235-14-1236-1245-234
+nofor word prepaids  1234-1235-15-1234-145-234
+nofor word purblinds  1234-136-1235-12-123-234
+nofor word purblindlys  1234-136-1235-12-123-123-13456-234
+nofor word purblindnesss  1234-136-1235-12-123-56-234-234
+nofor word purblindnessess  1234-136-1235-12-123-56-234-15-234-234
+nofor word quickdraws  12345-13-145-1235-1-2456-234
+nofor word quickens  12345-13-26-234
+nofor word quickeners  12345-13-26-12456-234
+nofor word quickenings  12345-13-26-346-234
+nofor word quickers  12345-13-12456-234
+nofor word quickests  12345-13-15-34-234
+nofor word quickfires  12345-13-124-24-1235-15-234
+nofor word quickfirings  12345-13-124-24-1235-346-234
+nofor word quickfreezes  12345-13-124-1235-15-15-1356-15-234
+nofor word quickfreezings  12345-13-124-1235-15-15-1356-346-234
+nofor word quickfrozes  12345-13-124-1235-135-1356-15-234
+nofor word quickfrozens  12345-13-124-1235-135-1356-26-234
+nofor word quickies  12345-13-24-15-234
+nofor word quickishs  12345-13-24-146-234
+nofor word quickishlys  12345-13-24-146-123-13456-234
+nofor word quicklimes  12345-13-123-24-134-15-234
+nofor word quicklys  12345-13-123-13456-234
+nofor word quicknesss  12345-13-56-234-234
+nofor word quicknessess  12345-13-56-234-15-234-234
+nofor word quicksands  12345-13-234-12346-234
+nofor word quicksets  12345-13-234-15-2345-234
+nofor word quicksilvers  12345-13-234-24-123-1236-12456-234
+nofor word quicksilverings  12345-13-234-24-123-1236-12456-346-234
+nofor word quicksnaps  12345-13-234-1345-1-1234-234
+nofor word quicksteps  12345-13-34-15-1234-234
+nofor word quicksteppers  12345-13-34-15-1234-1234-12456-234
+nofor word quicksteppings  12345-13-34-15-1234-1234-346-234
+nofor word quicktimes  12345-13-5-2345-234
+nofor word quickwittedlys  12345-13-2456-24-2345-2345-1246-123-13456-234
+nofor word quickwittednesss  12345-13-2456-24-2345-2345-1246-56-234-234
+nofor word quickys  12345-13-13456-234
+nofor word readacrosss  1235-2-145-1-14-1235-234
+nofor word rebrailles  1235-15-12-1235-123-234
+nofor word rebraillers  1235-15-12-1235-123-1235-234
+nofor word receivers  1235-14-1236-1235-234
+nofor word receiverships  1235-14-1236-1235-146-24-1234-234
+nofor word rejoicefuls  1235-245-14-56-123-234
+nofor word rejoicefullys  1235-245-14-56-123-123-13456-234
+nofor word rejoicefulnesss  1235-245-14-56-123-56-234-234
+nofor word rejoicers  1235-245-14-1235-234
+nofor word rejoicinglys  1235-245-14-1245-123-13456-234
+nofor word reletters  1235-15-123-1235-234
+nofor word reletterings  1235-15-123-1235-346-234
+nofor word repaids  1235-15-1234-145-234
+nofor word rightabouts  5-1235-1-12-234
+nofor word roundabouts  1235-46-145-1-12-234
+nofor word roustabouts  1235-1256-34-1-12-234
+nofor word runabouts  1235-136-1345-1-12-234
+nofor word saidests  234-145-15-34-234
+nofor word saidsts  234-145-34-234
+nofor word scattergoods  234-14-1-2345-2345-12456-1245-145-234
+nofor word schoolchildrens  234-16-135-135-123-16-1345-234
+nofor word schoolfriends  234-16-135-135-123-124-1235-234
+nofor word should'ves  146-145-3-1236-15-234
+nofor word shouldas  146-145-1-234
+nofor word shouldests  146-145-15-34-234
+nofor word shouldn'ts  146-145-1345-3-2345-234
+nofor word shouldn't'ves  146-145-1345-3-2345-3-1236-15-234
+nofor word shouldsts  146-145-34-234
+nofor word snowblinds  234-1345-246-12-123-234
+nofor word snowblindnesss  234-1345-246-12-123-56-234-234
+nofor word snowblindnessess  234-1345-246-12-123-56-234-15-234-234
+nofor word somesuchs  5-234-234-16-234
+nofor word southabouts  234-1256-1456-1-12-234
+nofor word stepchildrens  34-15-1234-16-1345-234
+nofor word stirabouts  34-24-1235-1-12-234
+nofor word suchlikes  234-16-123-24-13-15-234
+nofor word supergoods  234-136-1234-12456-1245-145-234
+nofor word superquicks  234-136-1234-12456-12345-13-234
+nofor word tailfirsts  2345-1-24-123-124-34-234
+nofor word thereabouts  5-2346-1-12-234
+nofor word thereafters  5-2346-1-124-234
+nofor word thereagains  5-2346-1-1245-234
+nofor word thereagainsts  5-2346-1-1245-34-234
+nofor word thereinafters  5-2346-35-1-124-234
+nofor word thereinagains  5-2346-35-1-1245-234
+nofor word togethernesss  2345-1245-1235-56-234-234
+nofor word turnabouts  2345-136-1235-1345-1-12-234
+nofor word unaccordings  136-1345-1-14-234
+nofor word unaccordinglys  136-1345-1-14-123-13456-234
+nofor word unblindfolds  136-1345-12-123-124-135-123-145-234
+nofor word unblindfoldings  136-1345-12-123-124-135-123-145-346-234
+nofor word unbrailles  136-1345-12-1235-123-234
+nofor word undeceives  136-1345-145-14-1236-234
+nofor word undeceivers  136-1345-145-14-1236-1235-234
+nofor word undeceivings  136-1345-145-14-1236-1245-234
+nofor word undeclares  136-1345-145-14-123-234
+nofor word underpaids  5-136-1234-145-234
+nofor word unfriends  136-1345-124-1235-234
+nofor word unfriendliers  136-1345-124-1235-123-24-12456-234
+nofor word unfriendliests  136-1345-124-1235-123-24-15-34-234
+nofor word unfriendlinesss  136-1345-124-1235-123-24-56-234-234
+nofor word unfriendlinessess  136-1345-124-1235-123-24-56-234-15-234-234
+nofor word unfriendlys  136-1345-124-1235-123-13456-234
+nofor word unnecessarys  136-1345-1345-15-14-234
+nofor word unpaids  136-1345-1234-145-234
+nofor word unperceives  136-1345-1234-12456-14-1236-234
+nofor word unperceivings  136-1345-1234-12456-14-1236-1245-234
+nofor word unquicks  136-1345-12345-13-234
+nofor word unrejoices  136-1345-1235-245-14-234
+nofor word unrejoicefuls  136-1345-1235-245-14-56-123-234
+nofor word unrejoicefullys  136-1345-1235-245-14-56-123-123-13456-234
+nofor word unrejoicefulnesss  136-1345-1235-245-14-56-123-56-234-234
+nofor word unrejoicers  136-1345-1235-245-14-1235-234
+nofor word unrejoicings  136-1345-1235-245-14-1245-234
+nofor word unrejoicinglys  136-1345-1235-245-14-1245-123-13456-234
+nofor word walkabouts  2456-1-123-13-1-12-234
+nofor word wellpaids  2456-15-123-123-1234-145-234
+nofor word westabouts  2456-15-34-1-12-234
+nofor word whereabouts  5-156-1-12-234
+nofor word whereafters  5-156-1-124-234
+nofor word whereagains  5-156-1-1245-234
+nofor word whereagainsts  5-156-1-1245-34-234
+nofor word whereinafters  5-156-35-1-124-234
+nofor word whereinagains  5-156-35-1-1245-234
+nofor word womanfriends  2456-135-134-1-1345-124-1235-234
+nofor word womenfriendss  2456-135-134-26-124-1235-234-234
+nofor word would'ves  2456-145-3-1236-15-234
+nofor word wouldas  2456-145-1-234
+nofor word wouldests  2456-145-15-34-234
+nofor word wouldn'ts  2456-145-1345-3-2345-234
+nofor word wouldn't'ves  2456-145-1345-3-2345-3-1236-15-234
+nofor word wouldsts  2456-145-34-234
+
+#TODO:  what about s'?
+nofor word 'twould's  3-2345-2456-145-3-234
+nofor word 'twould've's  3-2345-2456-145-3-1236-15-3-234
+nofor word 'twoulda's  3-2345-2456-145-1-3-234
+nofor word 'twouldn't's  3-2345-2456-145-1345-3-2345-3-234
+nofor word 'twouldn't've's  3-2345-2456-145-1345-3-2345-3-1236-15-3-234
+nofor word aboutface's  1-12-124-1-14-15-3-234
+nofor word aboutfaced's  1-12-124-1-14-1246-3-234
+nofor word aboutfacer's  1-12-124-1-14-12456-3-234
+nofor word aboutfacing's  1-12-124-1-14-346-3-234
+nofor word aboutturn's  1-12-2345-136-1235-1345-3-234
+nofor word aboutturned's  1-12-2345-136-1235-1345-1246-3-234
+nofor word aboveboards's  1-12-1236-12-135-345-145-3-234
+nofor word abovegrounds's  1-12-1236-1245-1235-46-145-3-234
+nofor word abovementioned's  1-12-1236-134-26-56-1345-1246-3-234
+nofor word accordingly's  1-14-123-13456-3-234
+nofor word aforesaid's  1-123456-15-234-145-3-234
+nofor word afterbattle's  1-124-12-1-2345-2345-123-15-3-234
+nofor word afterbirth's  1-124-12-24-1235-1456-3-234
+nofor word afterbreakfast's  1-124-12-1235-2-13-124-1-34-3-234
+nofor word afterburn's  1-124-12-136-1235-1345-3-234
+nofor word afterburned's  1-124-12-136-1235-1345-1246-3-234
+nofor word afterburner's  1-124-12-136-1235-1345-12456-3-234
+nofor word afterburning's  1-124-12-136-1235-1345-346-3-234
+nofor word aftercare's  1-124-14-345-15-3-234
+nofor word afterclap's  1-124-14-123-1-1234-3-234
+nofor word aftercoffee's  1-124-14-12356-124-15-15-3-234
+nofor word afterdamp's  1-124-145-1-134-1234-3-234
+nofor word afterdark's  1-124-145-345-13-3-234
+nofor word afterdeck's  1-124-145-15-14-13-3-234
+nofor word afterdinner's  1-124-145-35-1345-12456-3-234
+nofor word afterflow's  1-124-124-123-246-3-234
+nofor word aftergame's  1-124-1245-1-134-15-3-234
+nofor word afterglow's  1-124-1245-123-246-3-234
+nofor word afterguard's  1-124-1245-136-345-145-3-234
+nofor word afterhatch's  1-124-125-1-2345-16-3-234
+nofor word afterhatches's  1-124-125-1-2345-16-15-234-3-234
+nofor word afterhour's  1-124-125-1256-1235-3-234
+nofor word afterlife's  1-124-123-24-124-15-3-234
+nofor word afterlight's  1-124-123-24-126-2345-3-234
+nofor word afterlives's  1-124-123-24-1236-15-234-3-234
+nofor word afterlunch's  1-124-123-136-1345-16-3-234
+nofor word afterlunches's  1-124-123-136-1345-16-15-234-3-234
+nofor word aftermarket's  1-124-134-345-13-15-2345-3-234
+nofor word aftermatch 1-124-134-1-2345-16-3-234
+nofor word aftermatches's  1-124-134-1-2345-16-15-234-3-234
+nofor word aftermath's  1-124-134-1-1456-3-234
+nofor word aftermeeting's  1-124-134-15-15-2345-346-3-234
+nofor word aftermidday's  1-124-134-24-145-5-145-3-234
+nofor word aftermidnight's  1-124-134-24-145-1345-24-126-2345-3-234
+nofor word aftermost's  1-124-134-135-34-3-234
+nofor word afternoontea's  1-124-1345-2345-15-1-3-234
+nofor word afterpain's  1-124-1234-1-35-3-234
+nofor word afterparties's  1-124-5-1234-24-15-234-3-234
+nofor word afterparty's  1-124-5-1234-13456-3-234
+nofor word afterpiece's  1-124-1234-24-15-14-15-3-234
+nofor word afterplay's  1-124-1234-123-1-13456-3-234
+nofor word aftersale's  1-124-234-1-123-15-3-234
+nofor word afterschool's  1-124-234-16-135-135-123-3-234
+nofor word aftersensation's  1-124-234-26-234-1-56-1345-3-234
+nofor word aftershave's  1-124-146-1-1236-15-3-234
+nofor word aftershock's  1-124-146-135-14-13-3-234
+nofor word aftershow's  1-124-146-246-3-234
+nofor word aftershower's  1-124-146-246-12456-3-234
+nofor word aftersupper's  1-124-234-136-1234-1234-12456-3-234
+nofor word aftertaste's  1-124-2345-1-34-15-3-234
+nofor word aftertax's  1-124-2345-1-1346-3-234
+nofor word aftertaxes's  1-124-2345-1-1346-15-234-3-234
+nofor word aftertea's  1-124-2345-15-1-3-234
+nofor word aftertheatre's  1-124-2346-1-2345-1235-15-3-234
+nofor word afterthought's  1-124-1456-5-1256-3-234
+nofor word aftertime's  1-124-5-2345-3-234
+nofor word aftertreatment's  1-124-2345-1235-2-2345-56-2345-3-234
+nofor word afterword's  1-124-45-2456-3-234
+nofor word afterwork's  1-124-5-2456-3-234
+nofor word afterworld's  1-124-456-2456-3-234
+nofor word apperceive's  1-1234-1234-12456-14-1236-3-234
+nofor word apperceived's  1-1234-1234-12456-14-1236-145-3-234
+nofor word apperceiver's  1-1234-1234-12456-14-1236-1235-3-234
+nofor word apperceiving's  1-1234-1234-12456-14-1236-1245-3-234
+nofor word archdeceiver's  345-16-145-14-1236-1235-3-234
+nofor word beforehand's  23-124-125-12346-3-234
+nofor word befriend's  23-124-1235-3-234
+nofor word behindhand's  23-125-125-12346-3-234
+nofor word belittle's  23-123-123-3-234
+nofor word belittled's  23-123-123-145-3-234
+nofor word belittlement's  23-123-123-56-2345-3-234
+nofor word belittler's  23-123-123-1235-3-234
+nofor word belowdeck's  23-123-145-15-14-13-3-234
+nofor word belowground's  23-123-1245-1235-46-145-3-234
+nofor word belowmentioned's  23-123-134-26-56-1345-1246-3-234
+nofor word beneathdeck's  23-1345-145-15-14-13-3-234
+nofor word beneathground's  23-1345-1245-1235-46-145-3-234
+nofor word betweendeck's  23-2345-145-15-14-13-3-234
+nofor word betweentime's  23-2345-5-2345-3-234
+nofor word betweenwhile's  23-2345-156-24-123-15-3-234
+nofor word blindfish's  12-123-124-24-146-3-234
+nofor word blindfishes's  12-123-124-24-146-15-234-3-234
+nofor word blindfold's  12-123-124-135-123-145-3-234
+nofor word blindfolded's  12-123-124-135-123-145-1246-3-234
+nofor word blindfolder's  12-123-124-135-123-145-12456-3-234
+nofor word blindfolding's  12-123-124-135-123-145-346-3-234
+nofor word blindly's  12-123-123-13456-3-234
+nofor word blindman's  12-123-134-1-1345-3-234
+nofor word blindmen's  12-123-134-26-3-234
+nofor word blindness's  12-123-56-234-3-234
+nofor word blindnesses's  12-123-56-234-15-234-3-234
+nofor word blindside's  12-123-234-24-145-15-3-234
+nofor word blindsided's  12-123-234-24-145-1246-3-234
+nofor word blindsider's  12-123-234-24-145-12456-3-234
+nofor word blindsiding's  12-123-234-24-145-346-3-234
+nofor word blindsight's  12-123-234-24-126-2345-3-234
+nofor word blindstories's  12-123-34-135-1235-24-15-234-3-234
+nofor word blindstory's  12-123-34-135-1235-13456-3-234
+nofor word blindworm's  12-123-2456-135-1235-134-3-234
+nofor word bloodletter's  12-123-135-135-145-123-1235-3-234
+nofor word boyfriend's  12-135-13456-124-1235-3-234
+nofor word brailled's  12-1235-123-145-3-234
+nofor word brailler's  12-1235-123-1235-3-234
+nofor word braillewriter's  12-1235-123-2456-1235-24-2345-12456-3-234
+nofor word braillewriting's  12-1235-123-2456-1235-24-2345-346-3-234
+nofor word brailley's  12-1235-123-13456-3-234
+nofor word brainchildren's  12-1235-1-35-16-1345-3-234
+nofor word chainletter's  16-1-35-123-1235-3-234
+nofor word children'swear's  16-1345-3-234-2456-15-345-3-234
+nofor word colorblind's  14-135-123-135-1235-12-123-3-234
+nofor word colorblindness's  14-135-123-135-1235-12-123-56-234-3-234
+nofor word colorblindnesses's  14-135-123-135-1235-12-123-56-234-15-234-3-234
+nofor word colourblind's  14-135-123-1256-1235-12-123-3-234
+nofor word colourblindness's  14-135-123-1256-1235-12-123-56-234-3-234
+nofor word colourblindnesses's  14-135-123-1256-1235-12-123-56-234-15-234-3-234
+nofor word conceived's  25-14-1236-145-3-234
+nofor word conceiver's  25-14-1236-1235-3-234
+nofor word could've's  14-145-3-1236-15-3-234
+nofor word coulda's  14-145-1-3-234
+nofor word couldest's  14-145-15-34-3-234
+nofor word couldn't's  14-145-1345-3-2345-3-234
+nofor word couldn't've's  14-145-1345-3-2345-3-1236-15-3-234
+nofor word couldst's  14-145-34-3-234
+nofor word deafblind's  145-2-124-12-123-3-234
+nofor word deafblindness's  145-2-124-12-123-56-234-3-234
+nofor word deafblindnesses's  145-2-124-12-123-56-234-15-234-3-234
+nofor word deceived's  145-14-1236-145-3-234
+nofor word deceiver's  145-14-1236-1235-3-234
+nofor word declared's  145-14-123-145-3-234
+nofor word declarer's  145-14-123-1235-3-234
+nofor word defriend's  145-15-124-1235-3-234
+nofor word do-it-yourselfer's  145-36-1346-36-13456-1235-124-12456-3-234
+nofor word doublequick's  145-1256-12-123-15-12345-13-3-234
+nofor word eastabout's  15-1-34-1-12-3-234
+nofor word feelgood's  124-15-15-123-1245-145-3-234
+nofor word feetfirst's  124-15-15-2345-124-34-3-234
+nofor word firstaid's  124-34-1-24-145-3-234
+nofor word firstaider's  124-34-1-24-145-12456-3-234
+nofor word firstborn's  124-34-12-135-1235-1345-3-234
+nofor word firstclass's  124-34-14-123-1-234-234-3-234
+nofor word firstclasses's  124-34-14-123-1-234-234-15-234-3-234
+nofor word firstday's  124-34-5-145-3-234
+nofor word firstdayer's  124-34-5-145-12456-3-234
+nofor word firstfruit's  124-34-124-1235-136-24-2345-3-234
+nofor word firstfruiting's  124-34-124-1235-136-24-2345-346-3-234
+nofor word firstgeneration's  124-34-1245-26-12456-1-56-1345-3-234
+nofor word firsthand's  124-34-125-12346-3-234
+nofor word firsthanded's  124-34-125-12346-1246-3-234
+nofor word firstling's  124-34-123-346-3-234
+nofor word firstly's  124-34-123-13456-3-234
+nofor word firstness's  124-34-56-234-3-234
+nofor word firstnight's  124-34-1345-24-126-2345-3-234
+nofor word firstnighter's  124-34-1345-24-126-2345-12456-3-234
+nofor word firstrate's  124-34-1235-1-2345-15-3-234
+nofor word firstrated's  124-34-1235-1-2345-1246-3-234
+nofor word firstrating's  124-34-1235-1-2345-346-3-234
+nofor word firststring's  124-34-34-1235-346-3-234
+nofor word forasmuch's  123456-1-234-134-16-3-234
+nofor word foresaid's  123456-15-234-145-3-234
+nofor word fosterchildren's  124-135-34-12456-16-1345-3-234
+nofor word friendless's  124-1235-46-234-3-234
+nofor word friendlessness's  124-1235-46-234-56-234-3-234
+nofor word friendlessnesses's  124-1235-46-234-56-234-15-234-3-234
+nofor word friendlier's  124-1235-123-24-12456-3-234
+nofor word friendlies's  124-1235-123-24-15-234-3-234
+nofor word friendliest's  124-1235-123-24-15-34-3-234
+nofor word friendliness's  124-1235-123-24-56-234-3-234
+nofor word friendlinesses's  124-1235-123-24-56-234-15-234-3-234
+nofor word friendly's  124-1235-123-13456-3-234
+nofor word friendship's  124-1235-146-24-1234-3-234
+nofor word gadabout's  1245-1-145-1-12-3-234
+nofor word gainsaid's  1245-1-35-234-145-3-234
+nofor word galfriend's  1245-1-123-124-1235-3-234
+nofor word gentlemanfriend's  1245-26-2345-123-15-134-1-1345-124-1235-3-234
+nofor word gentlemenfriends's  1245-26-2345-123-15-134-26-124-1235-234-3-234
+nofor word girlfriend's  1245-24-1235-123-124-1235-3-234
+nofor word godchildren's  1245-135-145-16-1345-3-234
+nofor word goodafternoon's  1245-145-1-124-1345-3-234
+nofor word goodby's  1245-145-12-13456-3-234
+nofor word goodbye's  1245-145-12-13456-15-3-234
+nofor word goodbyeing's  1245-145-12-13456-15-346-3-234
+nofor word goodbying's  1245-145-12-13456-346-3-234
+nofor word goodday's  1245-145-5-145-3-234
+nofor word gooder's  1245-145-12456-3-234
+nofor word goodest's  1245-145-15-34-3-234
+nofor word goodevening's  1245-145-15-1236-26-346-3-234
+nofor word goodfellow's  1245-145-124-15-123-123-246-3-234
+nofor word goodfellowship's  1245-145-124-15-123-123-246-146-24-1234-3-234
+nofor word goodhearted's  1245-145-125-15-345-2345-1246-3-234
+nofor word goodheartedly's  1245-145-125-15-345-2345-1246-123-13456-3-234
+nofor word goodheartedness's  1245-145-125-15-345-2345-1246-56-234-3-234
+nofor word goodhumor's  1245-145-125-136-134-135-1235-3-234
+nofor word goodhumored's  1245-145-125-136-134-135-1235-1246-3-234
+nofor word goodhumoredly's  1245-145-125-136-134-135-1235-1246-123-13456-3-234
+nofor word goodhumoredness's  1245-145-125-136-134-135-1235-1246-56-234-3-234
+nofor word goodhumorednesses's  1245-145-125-136-134-135-1235-1246-56-234-15-234-3-234
+nofor word goodhumour's  1245-145-125-136-134-1256-1235-3-234
+nofor word goodhumoured's  1245-145-125-136-134-1256-1235-1246-3-234
+nofor word goodhumouredly's  1245-145-125-136-134-1256-1235-1246-123-13456-3-234
+nofor word goodhumouredness's  1245-145-125-136-134-1256-1235-1246-56-234-3-234
+nofor word goodhumourednesses's  1245-145-125-136-134-1256-1235-1246-56-234-15-234-3-234
+nofor word goodie's  1245-145-24-15-3-234
+nofor word goodish's  1245-145-24-146-3-234
+nofor word goodlier's  1245-145-123-24-12456-3-234
+nofor word goodliest's  1245-145-123-24-15-34-3-234
+nofor word goodliness's  1245-145-123-24-56-234-3-234
+nofor word goodlook's  1245-145-123-135-135-13-3-234
+nofor word goodlooker's  1245-145-123-135-135-13-12456-3-234
+nofor word goodlooking's  1245-145-123-135-135-13-346-3-234
+nofor word goodly's  1245-145-123-13456-3-234
+nofor word goodman's  1245-145-134-1-1345-3-234
+nofor word goodmen's  1245-145-134-26-3-234
+nofor word goodmorning's  1245-145-134-135-1235-1345-346-3-234
+nofor word goodnature's  1245-145-1345-1-2345-136-1235-15-3-234
+nofor word goodnatured's  1245-145-1345-1-2345-136-1235-1246-3-234
+nofor word goodnaturedly's  1245-145-1345-1-2345-136-1235-1246-123-13456-3-234
+nofor word goodnaturedness's  1245-145-1345-1-2345-136-1235-1246-56-234-3-234
+nofor word goodness's  1245-145-56-234-3-234
+nofor word goodnesses's  1245-145-56-234-15-234-3-234
+nofor word goodnight's  1245-145-1345-24-126-2345-3-234
+nofor word goodsize's  1245-145-234-24-1356-15-3-234
+nofor word goodsized's  1245-145-234-24-1356-1246-3-234
+nofor word goodtempered's  1245-145-2345-15-134-1234-12456-1246-3-234
+nofor word goodtemperedly's  1245-145-2345-15-134-1234-12456-1246-123-13456-3-234
+nofor word goodtime's  1245-145-5-2345-3-234
+nofor word goodun's  1245-145-136-1345-3-234
+nofor word goodwife's  1245-145-2456-24-124-15-3-234
+nofor word goodwill's  1245-145-2456-24-123-123-3-234
+nofor word goodwilled's  1245-145-2456-24-123-123-1246-3-234
+nofor word goodwives's  1245-145-2456-24-1236-15-234-3-234
+nofor word goody's  1245-145-13456-3-234
+nofor word goodyear's  1245-145-13456-15-345-3-234
+nofor word grandchildren's  1245-1235-12346-16-1345-3-234
+nofor word greataunt's  1245-1235-2345-1-136-1345-2345-3-234
+nofor word greatbatch's  1245-1235-2345-12-1-2345-16-3-234
+nofor word greatcircle's  1245-1235-2345-14-24-1235-14-123-15-3-234
+nofor word greatcoat's  1245-1235-2345-14-135-1-2345-3-234
+nofor word greaten's  1245-1235-2345-26-3-234
+nofor word greatened's  1245-1235-2345-26-1246-3-234
+nofor word greatener's  1245-1235-2345-26-12456-3-234
+nofor word greatening's  1245-1235-2345-26-346-3-234
+nofor word greater's  1245-1235-2345-12456-3-234
+nofor word greatest's  1245-1235-2345-15-34-3-234
+nofor word greatgrandaunt's  1245-1235-2345-1245-1235-12346-1-136-1345-2345-3-234
+nofor word greatgrandchild's  1245-1235-2345-1245-1235-12346-16-24-123-145-3-234
+nofor word greatgrandchildren's  1245-1235-2345-1245-1235-12346-16-1345-3-234
+nofor word greatgranddad's  1245-1235-2345-1245-1235-12346-145-1-145-3-234
+nofor word greatgranddaughter's  1245-1235-2345-1245-1235-12346-145-1-136-126-2345-12456-3-234
+nofor word greatgrandfather's  1245-1235-2345-1245-1235-12346-5-124-3-234
+nofor word greatgrandfatherhood's  1245-1235-2345-1245-1235-12346-5-124-125-135-135-145-3-234
+nofor word greatgrandma's  1245-1235-2345-1245-1235-12346-134-1-3-234
+nofor word greatgrandmother's  1245-1235-2345-1245-1235-12346-5-134-3-234
+nofor word greatgrandmotherhood's  1245-1235-2345-1245-1235-12346-5-134-125-135-135-145-3-234
+nofor word greatgrandnephew's  1245-1235-2345-1245-1235-12346-1345-15-1234-125-15-2456-3-234
+nofor word greatgrandniece's  1245-1235-2345-1245-1235-12346-1345-24-15-14-15-3-234
+nofor word greatgrandpa's  1245-1235-2345-1245-1235-12346-1234-1-3-234
+nofor word greatgrandparent's  1245-1235-2345-1245-1235-12346-1234-345-26-2345-3-234
+nofor word greatgrandparenthood's  1245-1235-2345-1245-1235-12346-1234-345-26-2345-125-135-135-145-3-234
+nofor word greatgrandson's  1245-1235-2345-1245-1235-12346-234-135-1345-3-234
+nofor word greatgranduncle's  1245-1235-2345-1245-1235-12346-136-1345-14-123-15-3-234
+nofor word greathearted's  1245-1235-2345-125-15-345-2345-1246-3-234
+nofor word greatheartedly's  1245-1235-2345-125-15-345-2345-1246-123-13456-3-234
+nofor word greatheartedness's  1245-1235-2345-125-15-345-2345-1246-56-234-3-234
+nofor word greatheartednesses's  1245-1235-2345-125-15-345-2345-1246-56-234-15-234-3-234
+nofor word greatly's  1245-1235-2345-123-13456-3-234
+nofor word greatnephew's  1245-1235-2345-1345-15-1234-125-15-2456-3-234
+nofor word greatness's  1245-1235-2345-56-234-3-234
+nofor word greatnesses's  1245-1235-2345-56-234-15-234-3-234
+nofor word greatniece's  1245-1235-2345-1345-24-15-14-15-3-234
+nofor word greatsword's  1245-1235-2345-234-45-2456-3-234
+nofor word greatuncle's  1245-1235-2345-136-1345-14-123-15-3-234
+nofor word guyfriend's  1245-136-13456-124-1235-3-234
+nofor word hateletter's  125-1-2345-15-123-1235-3-234
+nofor word headfirst's  125-2-145-124-34-3-234
+nofor word hereabout's  5-125-1-12-3-234
+nofor word hereafter's  5-125-1-124-3-234
+nofor word hereagain's  5-125-1-1245-3-234
+nofor word hereagainst's  5-125-1-1245-34-3-234
+nofor word hereinabove's  5-125-35-1-12-1236-3-234
+nofor word hereinafter's  5-125-35-1-124-3-234
+nofor word hereinagain's  5-125-35-1-1245-3-234
+nofor word highlypaid's  125-24-126-123-13456-1234-145-3-234
+nofor word himbo's  125-134-12-135-3-234
+nofor word himboes's  125-134-12-135-15-234-3-234
+nofor word illpaid's  24-123-123-1234-145-3-234
+nofor word immediately's  24-134-134-123-13456-3-234
+nofor word immediateness's  24-134-134-56-234-3-234
+nofor word inasmuch's  35-1-234-134-16-3-234
+nofor word insomuch's  35-234-135-134-16-3-234
+nofor word knockabout's  13-1345-135-14-13-1-12-3-234
+nofor word ladyfriend's  123-1-145-13456-124-1235-3-234
+nofor word layabout's  123-1-13456-1-12-3-234
+nofor word letterbodies's  123-1235-12-135-145-24-15-234-3-234
+nofor word letterbody's  123-1235-12-135-145-13456-3-234
+nofor word letterbomb's  123-1235-12-135-134-12-3-234
+nofor word letterbombed's  123-1235-12-135-134-12-1246-3-234
+nofor word letterbomber's  123-1235-12-135-134-12-12456-3-234
+nofor word letterbombing's  123-1235-12-135-134-12-346-3-234
+nofor word letterbox's  123-1235-12-135-1346-3-234
+nofor word letterboxed's  123-1235-12-135-1346-1246-3-234
+nofor word letterboxer's  123-1235-12-135-1346-12456-3-234
+nofor word letterboxes's  123-1235-12-135-1346-15-234-3-234
+nofor word letterboxing's  123-1235-12-135-1346-346-3-234
+nofor word lettered's  123-1235-1246-3-234
+nofor word letterer's  123-1235-12456-3-234
+nofor word letterform's  123-1235-123456-134-3-234
+nofor word letterhead's  123-1235-125-2-145-3-234
+nofor word letterheading's  123-1235-125-2-145-346-3-234
+nofor word lettering's  123-1235-346-3-234
+nofor word letterman's  123-1235-134-1-1345-3-234
+nofor word lettermen's  123-1235-134-26-3-234
+nofor word letteropener's  123-1235-135-1234-26-12456-3-234
+nofor word letterperfect's  123-1235-1234-12456-124-15-14-2345-3-234
+nofor word letterpress's  123-1235-1234-1235-15-234-234-3-234
+nofor word letterpressed's  123-1235-1234-1235-15-234-234-1246-3-234
+nofor word letterpresses's  123-1235-1234-1235-15-234-234-15-234-3-234
+nofor word letterpressing's  123-1235-1234-1235-15-234-234-346-3-234
+nofor word letterquality's  123-1235-12345-136-1-123-56-13456-3-234
+nofor word letterspace's  123-1235-234-1234-1-14-15-3-234
+nofor word letterspaced's  123-1235-234-1234-1-14-1246-3-234
+nofor word letterspacing's  123-1235-234-1234-1-14-346-3-234
+nofor word lettertext's  123-1235-2345-15-1346-2345-3-234
+nofor word littled's  123-123-145-3-234
+nofor word littleneck's  123-123-1345-15-14-13-3-234
+nofor word littleness's  123-123-56-234-3-234
+nofor word littlenesses's  123-123-56-234-15-234-3-234
+nofor word littler's  123-123-1235-3-234
+nofor word littlest's  123-123-34-3-234
+nofor word lovechildren's  123-135-1236-15-16-1345-3-234
+nofor word loveletter's  123-135-1236-15-123-1235-3-234
+nofor word lowlypaid's  123-246-123-13456-1234-145-3-234
+nofor word manfriend's  134-1-1345-124-1235-3-234
+nofor word menfriends's  134-26-124-1235-234-3-234
+nofor word midafternoon's  134-24-145-1-124-1345-3-234
+nofor word misbraille's  134-24-234-12-1235-123-3-234
+nofor word misbrailled's  134-24-234-12-1235-123-145-3-234
+nofor word misperceive's  134-24-234-1234-12456-14-1236-3-234
+nofor word misperceived's  134-24-234-1234-12456-14-1236-145-3-234
+nofor word misperceiver's  134-24-234-1234-12456-14-1236-1235-3-234
+nofor word misperceiving's  134-24-234-1234-12456-14-1236-1245-3-234
+nofor word missaid's  134-24-234-234-145-3-234
+nofor word morningafter's  134-135-1235-1345-346-1-124-3-234
+nofor word muchly's  134-16-123-13456-3-234
+nofor word muchness's  134-16-56-234-3-234
+nofor word must've's  134-34-3-1236-15-3-234
+nofor word musta's  134-34-1-3-234
+nofor word mustard's  134-34-345-145-3-234
+nofor word mustier's  134-34-24-12456-3-234
+nofor word mustiest's  134-34-24-15-34-3-234
+nofor word mustily's  134-34-24-123-13456-3-234
+nofor word mustiness's  134-34-24-56-234-3-234
+nofor word mustn't's  134-34-1345-3-2345-3-234
+nofor word mustn't've's  134-34-1345-3-2345-3-1236-15-3-234
+nofor word musty's  134-34-13456-3-234
+nofor word newsletter's  1345-15-2456-234-123-1235-3-234
+nofor word nonesuch's  1345-5-135-234-16-3-234
+nofor word nonsuch's  1345-135-1345-234-16-3-234
+nofor word northabout's  1345-135-1235-1456-1-12-3-234
+nofor word overmuch's  135-1236-12456-134-16-3-234
+nofor word overpaid's  135-1236-12456-1234-145-3-234
+nofor word penfriend's  1234-26-124-1235-3-234
+nofor word perceived's  1234-12456-14-1236-145-3-234
+nofor word perceiver's  1234-12456-14-1236-1235-3-234
+nofor word perhapses's  1234-12456-125-15-234-3-234
+nofor word poorlypaid's  1234-135-135-1235-123-13456-1234-145-3-234
+nofor word postpaid's  1234-135-34-1234-145-3-234
+nofor word preceive's  1234-1235-14-1236-3-234
+nofor word preceiver's  1234-1235-14-1236-1235-3-234
+nofor word preceiving's  1234-1235-14-1236-1245-3-234
+nofor word prepaid's  1234-1235-15-1234-145-3-234
+nofor word purblind's  1234-136-1235-12-123-3-234
+nofor word purblindly's  1234-136-1235-12-123-123-13456-3-234
+nofor word purblindness's  1234-136-1235-12-123-56-234-3-234
+nofor word purblindnesses's  1234-136-1235-12-123-56-234-15-234-3-234
+nofor word quickdraw's  12345-13-145-1235-1-2456-3-234
+nofor word quicken's  12345-13-26-3-234
+nofor word quickened's  12345-13-26-1246-3-234
+nofor word quickener's  12345-13-26-12456-3-234
+nofor word quickening's  12345-13-26-346-3-234
+nofor word quicker's  12345-13-12456-3-234
+nofor word quickest's  12345-13-15-34-3-234
+nofor word quickfire's  12345-13-124-24-1235-15-3-234
+nofor word quickfiring's  12345-13-124-24-1235-346-3-234
+nofor word quickfreeze's  12345-13-124-1235-15-15-1356-15-3-234
+nofor word quickfreezing's  12345-13-124-1235-15-15-1356-346-3-234
+nofor word quickfroze's  12345-13-124-1235-135-1356-15-3-234
+nofor word quickfrozen's  12345-13-124-1235-135-1356-26-3-234
+nofor word quickie's  12345-13-24-15-3-234
+nofor word quickish's  12345-13-24-146-3-234
+nofor word quickishly's  12345-13-24-146-123-13456-3-234
+nofor word quicklime's  12345-13-123-24-134-15-3-234
+nofor word quickly's  12345-13-123-13456-3-234
+nofor word quickness's  12345-13-56-234-3-234
+nofor word quicknesses's  12345-13-56-234-15-234-3-234
+nofor word quicksand's  12345-13-234-12346-3-234
+nofor word quickset's  12345-13-234-15-2345-3-234
+nofor word quicksilver's  12345-13-234-24-123-1236-12456-3-234
+nofor word quicksilvered's  12345-13-234-24-123-1236-12456-1246-3-234
+nofor word quicksilvering's  12345-13-234-24-123-1236-12456-346-3-234
+nofor word quicksnap's  12345-13-234-1345-1-1234-3-234
+nofor word quickstep's  12345-13-34-15-1234-3-234
+nofor word quickstepped's  12345-13-34-15-1234-1234-1246-3-234
+nofor word quickstepper's  12345-13-34-15-1234-1234-12456-3-234
+nofor word quickstepping's  12345-13-34-15-1234-1234-346-3-234
+nofor word quicktempered's  12345-13-2345-15-134-1234-12456-1246-3-234
+nofor word quicktime's  12345-13-5-2345-3-234
+nofor word quickwitted's  12345-13-2456-24-2345-2345-1246-3-234
+nofor word quickwittedly's  12345-13-2456-24-2345-2345-1246-123-13456-3-234
+nofor word quickwittedness's  12345-13-2456-24-2345-2345-1246-56-234-3-234
+nofor word quicky's  12345-13-13456-3-234
+nofor word readacross's  1235-2-145-1-14-1235-3-234
+nofor word rebraille's  1235-15-12-1235-123-3-234
+nofor word rebrailled's  1235-15-12-1235-123-145-3-234
+nofor word rebrailler's  1235-15-12-1235-123-1235-3-234
+nofor word received's  1235-14-1236-145-3-234
+nofor word receiver's  1235-14-1236-1235-3-234
+nofor word receivership's  1235-14-1236-1235-146-24-1234-3-234
+nofor word rejoiced's  1235-245-14-145-3-234
+nofor word rejoiceful's  1235-245-14-56-123-3-234
+nofor word rejoicefully's  1235-245-14-56-123-123-13456-3-234
+nofor word rejoicefulness's  1235-245-14-56-123-56-234-3-234
+nofor word rejoicer's  1235-245-14-1235-3-234
+nofor word rejoicingly's  1235-245-14-1245-123-13456-3-234
+nofor word reletter's  1235-15-123-1235-3-234
+nofor word relettered's  1235-15-123-1235-1246-3-234
+nofor word relettering's  1235-15-123-1235-346-3-234
+nofor word repaid's  1235-15-1234-145-3-234
+nofor word rightabout's  5-1235-1-12-3-234
+nofor word roundabout's  1235-46-145-1-12-3-234
+nofor word roustabout's  1235-1256-34-1-12-3-234
+nofor word runabout's  1235-136-1345-1-12-3-234
+nofor word saidest's  234-145-15-34-3-234
+nofor word saidst's  234-145-34-3-234
+nofor word scattergood's  234-14-1-2345-2345-12456-1245-145-3-234
+nofor word schoolchildren's  234-16-135-135-123-16-1345-3-234
+nofor word schoolfriend's  234-16-135-135-123-124-1235-3-234
+nofor word should've's  146-145-3-1236-15-3-234
+nofor word shoulda's  146-145-1-3-234
+nofor word shouldest's  146-145-15-34-3-234
+nofor word shouldn't's  146-145-1345-3-2345-3-234
+nofor word shouldn't've's  146-145-1345-3-2345-3-1236-15-3-234
+nofor word shouldst's  146-145-34-3-234
+nofor word snowblind's  234-1345-246-12-123-3-234
+nofor word snowblindness's  234-1345-246-12-123-56-234-3-234
+nofor word snowblindnesses's  234-1345-246-12-123-56-234-15-234-3-234
+nofor word somesuch's  5-234-234-16-3-234
+nofor word southabout's  234-1256-1456-1-12-3-234
+nofor word stepchildren's  34-15-1234-16-1345-3-234
+nofor word stirabout's  34-24-1235-1-12-3-234
+nofor word suchlike's  234-16-123-24-13-15-3-234
+nofor word supergood's  234-136-1234-12456-1245-145-3-234
+nofor word superquick's  234-136-1234-12456-12345-13-3-234
+nofor word tailfirst's  2345-1-24-123-124-34-3-234
+nofor word thereabout's  5-2346-1-12-3-234
+nofor word thereafter's  5-2346-1-124-3-234
+nofor word thereagain's  5-2346-1-1245-3-234
+nofor word thereagainst's  5-2346-1-1245-34-3-234
+nofor word thereinafter's  5-2346-35-1-124-3-234
+nofor word thereinagain's  5-2346-35-1-1245-3-234
+nofor word togetherness's  2345-1245-1235-56-234-3-234
+nofor word turnabout's  2345-136-1235-1345-1-12-3-234
+nofor word unaccording's  136-1345-1-14-3-234
+nofor word unaccordingly's  136-1345-1-14-123-13456-3-234
+nofor word unblindfold's  136-1345-12-123-124-135-123-145-3-234
+nofor word unblindfolded's  136-1345-12-123-124-135-123-145-1246-3-234
+nofor word unblindfolding's  136-1345-12-123-124-135-123-145-346-3-234
+nofor word unbraille's  136-1345-12-1235-123-3-234
+nofor word unbrailled's  136-1345-12-1235-123-145-3-234
+nofor word undeceive's  136-1345-145-14-1236-3-234
+nofor word undeceived's  136-1345-145-14-1236-145-3-234
+nofor word undeceiver's  136-1345-145-14-1236-1235-3-234
+nofor word undeceiving's  136-1345-145-14-1236-1245-3-234
+nofor word undeclare's  136-1345-145-14-123-3-234
+nofor word undeclared's  136-1345-145-14-123-145-3-234
+nofor word underpaid's  5-136-1234-145-3-234
+nofor word unfriend's  136-1345-124-1235-3-234
+nofor word unfriendlier's  136-1345-124-1235-123-24-12456-3-234
+nofor word unfriendliest's  136-1345-124-1235-123-24-15-34-3-234
+nofor word unfriendliness's  136-1345-124-1235-123-24-56-234-3-234
+nofor word unfriendlinesses's  136-1345-124-1235-123-24-56-234-15-234-3-234
+nofor word unfriendly's  136-1345-124-1235-123-13456-3-234
+nofor word unlettered's  136-1345-123-1235-1246-3-234
+nofor word unnecessary's  136-1345-1345-15-14-3-234
+nofor word unpaid's  136-1345-1234-145-3-234
+nofor word unperceive's  136-1345-1234-12456-14-1236-3-234
+nofor word unperceived's  136-1345-1234-12456-14-1236-145-3-234
+nofor word unperceiving's  136-1345-1234-12456-14-1236-1245-3-234
+nofor word unquick's  136-1345-12345-13-3-234
+nofor word unreceived's  136-1345-1235-14-1236-145-3-234
+nofor word unrejoice's  136-1345-1235-245-14-3-234
+nofor word unrejoiced's  136-1345-1235-245-14-145-3-234
+nofor word unrejoiceful's  136-1345-1235-245-14-56-123-3-234
+nofor word unrejoicefully's  136-1345-1235-245-14-56-123-123-13456-3-234
+nofor word unrejoicefulness's  136-1345-1235-245-14-56-123-56-234-3-234
+nofor word unrejoicer's  136-1345-1235-245-14-1235-3-234
+nofor word unrejoicing's  136-1345-1235-245-14-1245-3-234
+nofor word unrejoicingly's  136-1345-1235-245-14-1245-123-13456-3-234
+nofor word walkabout's  2456-1-123-13-1-12-3-234
+nofor word wellpaid's  2456-15-123-123-1234-145-3-234
+nofor word westabout's  2456-15-34-1-12-3-234
+nofor word whereabout's  5-156-1-12-3-234
+nofor word whereafter's  5-156-1-124-3-234
+nofor word whereagain's  5-156-1-1245-3-234
+nofor word whereagainst's  5-156-1-1245-34-3-234
+nofor word whereinafter's  5-156-35-1-124-3-234
+nofor word whereinagain's  5-156-35-1-1245-3-234
+nofor word womanfriend's  2456-135-134-1-1345-124-1235-3-234
+nofor word womenfriends's  2456-135-134-26-124-1235-234-3-234
+nofor word would've's  2456-145-3-1236-15-3-234
+nofor word woulda's  2456-145-1-3-234
+nofor word wouldest's  2456-145-15-34-3-234
+nofor word wouldn't's  2456-145-1345-3-2345-3-234
+nofor word wouldn't've's  2456-145-1345-3-2345-3-1236-15-3-234
+nofor word wouldst's  2456-145-34-3-234
+
+nofor word whereabouts's  5-156-1-12-234-234
+
+contraction abface      aboutface
+contraction abturn      aboutturn
+contraction acly        accordingly
+contraction afbattle    afterbattle
+contraction afburn      afterburn
+contraction afclap      afterclap
+contraction afdamp      afterdamp
+contraction afdeck      afterdeck
+contraction afgame      aftergame
+contraction aflife      afterlife
+contraction aflives     afterlives
+contraction afntea      afternoontea
+contraction afpiece     afterpiece
+contraction afplay      afterplay
+contraction afsale      aftersale
+contraction aftax       aftertax
+contraction aftaxes     aftertaxes
+contraction aftea       aftertea
+contraction blfold      blindfold
+contraction blly        blindly
+contraction blman       blindman
+contraction blside      blindside
+contraction blworm      blindworm
+contraction bloodlr     bloodletter
+contraction boyfr       boyfriend
+contraction brld        brailled
+contraction brlr        brailler
+contraction brly        brailley
+contraction colorbl     colorblind
+contraction cda         coulda
+contraction dcvd        deceived
+contraction dcvr        deceiver
+contraction dcld        declared
+contraction dclr        declarer
+contraction defr        defriend
+contraction defr        defriend
+contraction feelgd      feelgood
+contraction frlies      friendlies
+contraction frly        friendly
+contraction gadab       gadabout
+contraction galfr       galfriend
+contraction girlfr      girlfriend
+contraction gdafn       goodafternoon
+contraction gdby        goodby
+contraction gdbye       goodbye
+contraction gdhumor     goodhumor
+contraction gdie        goodie
+contraction gdlook      goodlook
+contraction gdly        goodly
+contraction gdman       goodman
+contraction gdnature    goodnature
+contraction gdsize      goodsize
+contraction gdun        goodun
+contraction gdwife      goodwife
+contraction gdwill      goodwill
+contraction gdwives     goodwives
+contraction gdy         goody
+contraction grtaunt     greataunt
+contraction grtcircle   greatcircle
+contraction grtcoat     greatcoat
+contraction grtly       greatly
+contraction grtnephew   greatnephew
+contraction grtniece    greatniece
+contraction grtuncle    greatuncle
+contraction guyfr       guyfriend
+contraction hatelr      hateletter
+contraction hmbo        himbo
+contraction hmboes      himboes
+contraction illpd       illpaid
+contraction immly       immediately
+contraction knockab     knockabout
+contraction ladyfr      ladyfriend
+contraction layab       layabout
+contraction lrbodies    letterbodies
+contraction lrbody      letterbody
+contraction lrbomb      letterbomb
+contraction lrbox       letterbox
+contraction lrboxes     letterboxes
+contraction lrman       letterman
+contraction lrpress     letterpress
+contraction lrpresses   letterpresses
+contraction lrspace     letterspace
+contraction lrtext      lettertext
+contraction lld         littled
+contraction llneck      littleneck
+contraction llr         littler
+contraction lovelr      loveletter
+contraction manfr       manfriend
+contraction midafn      midafternoon
+contraction misbrl      misbraille
+contraction misbrld     misbrailled
+contraction missd       missaid
+contraction newslr      newsletter
+contraction poorlypd    poorlypaid
+contraction prcv        preceive
+contraction prcvr       preceiver
+contraction prcvg       preceiving
+contraction prepd       prepaid
+contraction purbl       purblind
+contraction purblly     purblindly
+contraction qkdraw      quickdraw
+contraction qkfire      quickfire
+contraction qkfreeze    quickfreeze
+contraction qkfroze     quickfroze
+contraction qkie        quickie
+contraction qklime      quicklime
+contraction qkly        quickly
+contraction qkset       quickset
+contraction qksnap      quicksnap
+contraction qky         quicky
+contraction rebrl       rebraille
+contraction rebrld      rebrailled
+contraction rebrlr      rebrailler
+contraction rcvd        received
+contraction rcvr        receiver
+contraction rjcd        rejoiced
+contraction rjcr        rejoicer
+contraction rjcgly      rejoicingly
+contraction relr        reletter
+contraction repd        repaid
+contraction runab       runabout
+contraction turnab      turnabout
+contraction unac        unaccording
+contraction unacly      unaccordingly
+contraction unblfold    unblindfold
+contraction unbrl       unbraille
+contraction unbrld      unbrailled
+contraction undcv       undeceive
+contraction undcvd      undeceived
+contraction undcvr      undeceiver
+contraction undcvg      undeceiving
+contraction undcl       undeclare
+contraction undcld      undeclared
+contraction unfr        unfriend
+contraction unfrly      unfriendly
+contraction unnec       unnecessary
+contraction unpd        unpaid
+contraction unqk        unquick
+contraction unrcvd      unreceived
+contraction unrjc       unrejoice
+contraction unrjcd      unrejoiced
+contraction unrjcr      unrejoicer
+contraction unrjcg      unrejoicing
+contraction unrjcgly    unrejoicingly
+contraction walkab      walkabout
+contraction wellpd      wellpaid
+contraction womanfr     womanfriend
+contraction wda         woulda
+
+#   Appendix 1.2
+
+#sufword acrosses 1-14-1235-135-234-234-15-234
+sufword dafter 145-1-124-2345-12456
+sufword drafter 145-1235-1-124-2345-12456
+sufword grafter 1245-1235-1-124-2345-12456
+sufword rafter 1235-1-124-2345-12456
+
+#   extra shortforms
+
+match %[_~^]%<* unrepaid ([Ss]|['’][Ss])?%>*%[_~^] 136-1345-1235-15-1234-145
+match %[_~^]%<* unsaid   ([Ss]|['’][Ss])?%>*%[_~^] 136-1345-234-145
+
+contraction unrepd
+contraction unsd
+
+#   misc
+
+sufword preadmit 1234-1235-15-1-145-134-24-2345
+word rared 1235-1-1235-1246
+word firedrill 124-24-1235-15-145-1235-24-123-123
+
+contraction bldg
+contraction blt
+contraction blvd
+contraction llc
+
+contraction .com
+contraction .org
+contraction .gov
+contraction .edu
+contraction .mil
+contraction .net
+
+word   somesch 234-135-134-15-234-14-125
+
+contraction blcup
+contraction grtsamada
+
+# Shape symbols require a grade 1 indicator (Section 3.22.1)
+contraction \x25a0 ■ filled (solid) square
+contraction \x25a1 □ square
+contraction \x25a7 ▧ shaded square (upper left to lower right)
+contraction \x25b2 ▲ filled (solid) (equilateral) triangle
+contraction \x25b3 △ regular (equilateral) triangle
+contraction \x25cb ○ circle
+contraction \x25cd ◍ shaded circle
+
+
+# This table contains braille codes and rules for Gurumukhi script.
+#
+# Copyright (C) 2014 National Institute for Visually Handicapped, 116, Rajpur Road, Dehradun, Uttrakhand, India
+#
+# This file is part of liblouis.
+#
+# liblouis is free software: you can redistribute it and/or modify it
+# under the terms of the GNU Lesser General Public License as
+# published by the Free Software Foundation, either version 2.1 of the
+# License, or (at your option) any later version.
+#
+# liblouis is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with liblouis. If not, see
+# <http://www.gnu.org/licenses/>.
+
+# This table is built and maintained under an activity of Braille Council of India
+# Contributors: Dipendra Manocha, Sreeja, Dinesh Kaushal, Mesar Hameed
+# Last updated on May 5, 2014
+# To report any bugs or any suggestion, please write to d@saksham.org and sreeja.param@gmail.com
+    
+include braille-patterns.cti
+
+# generated by ttbtest
+ letter      \x0A01		3	# GURUMUKHI SIGN ADAK B1NDI
+ letter      \x0A02	56	# GURUMUKHI SIGN BINDI
+ letter      \x0A03	6	# GURUMUKHI SIGN VISARGA
+ letter      \x0A05	1	# GURUMUKHI LETTER A = aira
+ letter      \x0A06	345	# GURUMUKHI LETTER AA
+ letter      \x0A07	24	# GURUMUKHI LETTER I
+ letter      \x0A08	35	# GURUMUKHI LETTER II
+ letter      \x0A09	136	# GURUMUKHI LETTER U
+ letter      \x0A0A	1256	# GURUMUKHI LETTER UU
+ letter      \x0A0F	15	# GURUMUKHI LETTER EE
+ letter      \x0A10	34	# GURUMUKHI LETTER Al
+ letter      \x0A13	135	# GURUMUKHI LETTER OO
+ letter      \x0A14	246	# GURUMUKHI LETTER AU
+
+ replace \x200D
+# consonants 
+ 
+ letter      \x0A15	13	# GURUMUKHI LETTER KA
+ letter      \x0A16	24	# GURUMUKHI LETTER KHA
+ letter      \x0A17	1245	# GURUMUKHI LETTER GA
+ letter      \x0A18	126	# GURUMUKHI LETTER GHA
+ letter      \x0A19	346	# GURUMUKHI LETTER NGA
+ letter      \x0A1A	14	# GURUMUKHI LETTER CA
+ letter      \x0A1B	16	# GURUMUKHI LETTER CHA
+ letter      \x0A1C	245	# GURUMUKHI LETTER JA
+ letter      \x0A1D	356	# GURUMUKHI LETTER JHA
+ letter      \x0A1E	25	# GURUMUKHI LETTER NYA
+ letter      \x0A1F	23456	# GURUMUKHI LETTER TTA
+ letter      \x0A20	2456	# GURUMUKHI LETTER TTHA
+ letter      \x0A21	1246	# GURUMUKHI LETTER DDA
+ letter      \x0A22	123456	   # GURUMUKHI LETTER DDHA
+ letter      \x0A23	3456	# GURUMUKHI LETTER NNA
+ letter      \x0A24	2345	# GURUMUKHI LETTER TA
+ letter      \x0A25	1456	# GURUMUKHI LETTER THA
+ letter      \x0A26	145	# GURUMUKHI LETTER DA
+ letter      \x0A27	2346	# GURUMUKHI LETTER DHA
+ letter      \x0A28	1345	# GURUMUKHI LETTER NA
+ letter      \x0A2A	1234	# GURUMUKHI LETTER PA
+ letter      \x0A2B	235	# GURUMUKHI LETTER PHA
+ letter      \x0A2C	12	# GURUMUKHI LETTER BA
+ letter      \x0A2D	45	# GURUMUKHI LETTER BHA
+ letter      \x0A2E	134	# GURUMUKHI LETTER MA
+ letter      \x0A2F	13456	# GURUMUKHI LETTER YA
+ letter      \x0A30	1235	# GURUMUKHI LETTER RA
+ letter      \x0A32	123	# GURUMUKHI LETTER LA
+ letter      \x0A33	456	# GURUMUKHI LETTER LLA =  0A32 AND 0A3C
+ letter      \x0A35	1236	# GURUMUKHI LETTER VA
+ letter      \x0A36	146	# GURUMUKHI LETTER SHA - 0A38 AND 0A3C
+ letter      \x0A38	234	# GURUMUKHI LETTER SA
+ letter      \x0A39	125	# GURUMUKHI LETTER HA
+ 
+ # vowels 
+ 
+ letter      \x0A3E	345	# GURUMUKHI VOWEL SIGN AA= kanna
+ letter      \x0A3F	24	# GURUMUKHI VOWEL SIGN I= sihari stands to the left of the consonant
+ letter      \x0A40	35	# GURUMUKHI VOWEL SIGN II = BIHARI
+ letter      \x0A41	136	# GURUMUKHI VOWEL SIGN U = AUNKAR
+ letter      \x0A42	1256	# GURUMUKHI VOWEL SIGN UU = DULAINKAR
+ letter      \x0A47	15	# GURUMUKHI VOWEL SIGN EE
+ letter      \x0A48	34	# GURUMUKHI VOWEL SIGN AI = DULAINKAR
+ letter      \x0A4B	135	# GURUMUKHI VOWEL SIGN OO =HORA
+ letter      \x0A4C	246	# GURUMUKHI VOWEL SIGN AU = KANAURA
+ 
+letter      \x0A59		46	# GURUMUKHI LETTER KHHA= 0A16 AND 0A3C
+letter      \x0A5B	245	# GURUMUKHI LETTER ZA = 0A1C AND 0A3C
+ letter      \x0A5C	12456	# GURUMUKHI LETTER RRA
+ letter      \x0A5E	235	# GURUMUKHI LETTER FA
+ letter      \x0A64	256	RESERVED- 0964 #DEVANAGARI DANDA
+ letter      \x0A65	256-256	RESERVED- 0965 # DEVANAGARI DOUBLE DANDA
+ 
+ # Digits
+ 
+ litdigit      \x0A66	245	# GURUMUKHI DIGIT ZERO
+ litdigit      \x0A67	1	# GURUMUKHI DIGIT ONE
+ litdigit      \x0A68	12	# GURUMUKHI DIGIT TWO
+ litdigit      \x0A69	14	# GURUMUKHI DIGIT THREE
+ litdigit      \x0A6A	145	# GURUMUKHI DIGIT FOUR
+ litdigit      \x0A6B	15	# GURUMUKHI DIGIT FIVE
+ litdigit      \x0A6C	124	# GURUMUKHI DIGIT SIX
+ litdigit      \x0A6D	1245	# GURUMUKHI DIGIT SEVEN
+ litdigit      \x0A6E	125	# GURUMUKHI DIGIT EIGHT
+ litdigit      \x0A6F	24	# GURUMUKHI DIGIT NINE
+ 
+ letter      \x0A70	56	# GURUMUKHI TIPPI • nasalization
+ letter      \x0A71	4	# GURUMUKHI ADDAK • doubles following consonant
+letter      \x0A74	3456-1-136	# GURUMUKHI EK ONKAR • God is One
+
+  # half characters
+   always      \x0A15\x0A71	4-13	# GURUMUKHI LETTER KA
+ always      \x0A16\x0A71	4-24	# GURUMUKHI LETTER KHA
+ always      \x0A17\x0A71	4-1245	# GURUMUKHI LETTER GA
+ always      \x0A18\x0A71	4-126	# GURUMUKHI LETTER GHA
+ always      \x0A19\x0A71	4-346	# GURUMUKHI LETTER NGA
+
+ always      \x0A1A\x0A71	4-14	# GURUMUKHI LETTER CA
+ always      \x0A1B\x0A71	4-16	# GURUMUKHI LETTER CHA
+ always      \x0A1C\x0A71	4-245	# GURUMUKHI LETTER JA
+ always      \x0A1D\x0A71	4-356	# GURUMUKHI LETTER JHA
+ always      \x0A1E\x0A71	4-25	# GURUMUKHI LETTER NYA
+
+ always      \x0A1F\x0A71	4-23456	# GURUMUKHI LETTER TTA
+ always      \x0A20\x0A71	4-2456	# GURUMUKHI LETTER TTHA
+ always      \x0A21\x0A71	4-1246	# GURUMUKHI LETTER DDA
+ always      \x0A22\x0A71	4-123456	   # GURUMUKHI LETTER DDHA
+ always      \x0A23\x0A71	4-3456	# GURUMUKHI LETTER NNA
+
+ always      \x0A24\x0A71	4-2345	# GURUMUKHI LETTER TA
+ always      \x0A25\x0A71	4-1456	# GURUMUKHI LETTER THA
+ always      \x0A26\x0A71	4-145	# GURUMUKHI LETTER DA
+ always      \x0A27\x0A71	4-2346	# GURUMUKHI LETTER DHA
+ always      \x0A28\x0A71	4-1345	# GURUMUKHI LETTER NA
+
+ always      \x0A2A\x0A71	4-1234	# GURUMUKHI LETTER PA
+ always      \x0A2B\x0A71	4-235	# GURUMUKHI LETTER PHA
+ always      \x0A2C\x0A71	4-12	# GURUMUKHI LETTER BA
+ always      \x0A2D\x0A71	4-45	# GURUMUKHI LETTER BHA
+ always      \x0A2E\x0A71	4-134	# GURUMUKHI LETTER MA
+
+ always      \x0A2F\x0A71	4-13456	# GURUMUKHI LETTER YA
+ always      \x0A30\x0A71	4-1235	# GURUMUKHI LETTER RA
+ always      \x0A32\x0A71	4-123	# GURUMUKHI LETTER LA
+ always      \x0A33\x0A71	4-456	# GURUMUKHI LETTER LLA =  0A32 AND 0A3C
+ always      \x0A35\x0A71	4-1236	# GURUMUKHI LETTER VA
+ always      \x0A36\x0A71	4-146	# GURUMUKHI LETTER SHA - 0A38 AND 0A3C
+ always      \x0A38\x0A71	4-234	# GURUMUKHI LETTER SA
+ always      \x0A39\x0A71	4-125	# GURUMUKHI LETTER HA
+
+always      \x0A59\x0A71		4-46	# GURUMUKHI LETTER KHHA= 0A16 AND 0A3C
+always      \x0A5B\x0A71	4-245	# GURUMUKHI LETTER ZA = 0A1C AND 0A3C
+ always      \x0A5C\x0A71	4-12456	# GURUMUKHI LETTER RRA
+ always      \x0A5E\x0A71	4-235	# GURUMUKHI LETTER FA
+ always      \x0A64\x0A71	4-256	RESERVED- 0964 #DEVANAGARI DANDA
+always        \x0A65\x0A71	4-256-256	RESERVED- 0965 # DEVANAGARI DOUBLE DANDA
+
+# consonent followed by vowel but not matra
+
+class GurumukiVowel \x0A07\x0A08\x0A09\x0A0A\x0A0F\x0A10\x0A13\x0A14
+class Halant \x0A71
+
+ before GurumukiVowel always      \x0A15 	  13-1	# GURUMUKHI LETTER KA
+ before GurumukiVowel always      \x0A16 	  24-1	# GURUMUKHI LETTER KHA
+ before GurumukiVowel always      \x0A17 	  1245-1	# GURUMUKHI LETTER GA
+ before GurumukiVowel always      \x0A18 	  126-1	# GURUMUKHI LETTER GHA
+
+ before GurumukiVowel always      \x0A1A 	  14-1	# GURUMUKHI LETTER CA
+ before GurumukiVowel always      \x0A1B 	  16-1	# GURUMUKHI LETTER CHA
+ before GurumukiVowel always      \x0A1C 	  245-1	# GURUMUKHI LETTER JA
+ before GurumukiVowel always      \x0A1D 	  356-1	# GURUMUKHI LETTER JHA
+
+ before GurumukiVowel always      \x0A1F 	  23456-1 	# GURUMUKHI LETTER TTA
+ before GurumukiVowel always      \x0A20 	  2456-1	# GURUMUKHI LETTER TTHA
+ before GurumukiVowel always      \x0A21 	  1246-1	# GURUMUKHI LETTER DDA
+ before GurumukiVowel always      \x0A22 	  123456-1	   # GURUMUKHI LETTER DDHA
+ before GurumukiVowel always      \x0A23 	  3456-1	# GURUMUKHI LETTER NNA
+
+ before GurumukiVowel always      \x0A24 	  2345-1	# GURUMUKHI LETTER TA
+ before GurumukiVowel always      \x0A25 	  1456-1	# GURUMUKHI LETTER THA
+ before GurumukiVowel always      \x0A26 	  145-1	            # GURUMUKHI LETTER DA
+ before GurumukiVowel always      \x0A27 	  2346-1	# GURUMUKHI LETTER DHA
+ before GurumukiVowel always      \x0A28 	  1345-1	# GURUMUKHI LETTER NA
+
+ before GurumukiVowel always      \x0A2A 	  1234-1	# GURUMUKHI LETTER PA
+ before GurumukiVowel always      \x0A2B 	  235-1   	# GURUMUKHI LETTER PHA
+ before GurumukiVowel always      \x0A2C 	  12-1	# GURUMUKHI LETTER BA
+ before GurumukiVowel always      \x0A2D 	  45-1	# GURUMUKHI LETTER BHA
+ before GurumukiVowel always      \x0A2E 	  134-1	# GURUMUKHI LETTER MA
+
+ before GurumukiVowel always      \x0A2F 	  13456-1	# GURUMUKHI LETTER YA
+ before GurumukiVowel always      \x0A30 	  1235-1	# GURUMUKHI LETTER RA
+ before GurumukiVowel always      \x0A32 	  123-1	# GURUMUKHI LETTER LA
+ before GurumukiVowel always      \x0A33 	  456-1	# GURUMUKHI LETTER LLA =  0A32 AND 0A3C
+ before GurumukiVowel always      \x0A35 	  1236-1	# GURUMUKHI LETTER VA
+ before GurumukiVowel always      \x0A36 	  146-1	# GURUMUKHI LETTER SHA - 0A38 AND 0A3C
+ before GurumukiVowel always      \x0A38 	  234-1	# GURUMUKHI LETTER SA
+ before GurumukiVowel always      \x0A39 	  125-1	# GURUMUKHI LETTER HA
+
+before GurumukiVowel always      \x0A59 		  46-1	# GURUMUKHI LETTER KHHA= 0A16 AND 0A3C
+before GurumukiVowel always      \x0A5B 	  245-1	# GURUMUKHI LETTER ZA = 0A1C AND 0A3C
+ before GurumukiVowel always      \x0A5C 	  12456-1	# GURUMUKHI LETTER RRA
+ before GurumukiVowel always      \x0A5E 	  235-1	# GURUMUKHI LETTER FA
+ before GurumukiVowel always      \x0A64 	  256-1	RESERVED- 0964 #DEVANAGARI DANDA
+before GurumukiVowel always        \x0A65 	  256-256-1	RESERVED- 0965 # DEVANAGARI DOUBLE DANDA
+#-index-name: Catalan
+#-display-name: Catalan braille
+
+#+locale:ca
 #+type:literary
 #+grade:1
-#+dots:6
 
 # TODO: Please correct the metadata above. It is not meant to be
 # accurate nor complete. It hasn't been verified by the table
@@ -58454,14 +71554,113788 @@
 # the implemented braille code. Preferably submit the documents
 # to https://github.com/liblouis/braille-specs.
 
-include vi-g1.ctb
+include ca-g1.ctb
 include braille-patterns.cti
+# This table contains braille codes and rules for Devanagari  script.
+#
+# Copyright (C) 2014 National Institute for Visually Handicapped, 116, Rajpur Road, Dehradun, Uttrakhand, India
+#
+# This file is part of liblouis.
+#
+# liblouis is free software: you can redistribute it and/or modify it
+# under the terms of the GNU Lesser General Public License as
+# published by the Free Software Foundation, either version 2.1 of the
+# License, or (at your option) any later version.
+#
+# liblouis is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with liblouis. If not, see
+# <http://www.gnu.org/licenses/>.
+
+# This table is built and maintained under an activity of Braille Council of India
+# Contributors: Dipendra Manocha, Sreeja, Dinesh Kaushal, Mesar Hameed
+# Last updated on May 5, 2014
+# To report any bugs or any suggestion, please write to d@saksham.org and sreeja.param@gmail.com
+  
+include braille-patterns.cti
+
+letter \x0901 3 # davanagari chandra bindu 
+letter \x0902 56 # davanagari anuswar 
+letter \x0903 6 # davanagari visarg
+letter \x0904 1 #chhoTa aa"
+letter \x0905 1 #chhoTa aa"
+letter \x0906 345 #baraa aa"
+letter \x0907 24 #"chhoTi ii"
+letter \x0908 35 #"baRii ii"
+letter \x0909 136 #"chhoTaa u"
+letter \x090A 1256 #"baRaa uu"
+letter \x090B 5-1235 #"RRi"
+letter \x090C 5-123 #"lri"
+letter \x090D 34 #"e"
+letter \x090E 26 #"short e for dravidian"
+letter \x090F 15 #"e"
+letter \x0910 34 #"ai"
+letter \x0911 1346 #"o as in office"
+letter \x0912 135 #"short o"
+letter \x0913 135 #"o"
+letter \x0914 246 #"au"
+
+replace \x200D  
+
+letter \x0915 13 # davanagari ka
+letter \x0916 46 # davanagari kha
+letter \x0917 1245 # davanagari ga
+letter \x0918 126 # davanagari gha
+letter \x0919 346 #davanagari aNgaa
+
+letter \x091A 14 # davanagari cha
+letter \x091B 16 # davanagari cha
+letter \x091C 245 # davanagari ja
+letter \x091D 356 # davanagari jha
+letter \x091E 25 #davanagari yangaa
+
+letter \x091F 23456 # davanagari ta
+letter \x0920 2456 # davanagari tha
+letter \x0921 1246 # davanagari da
+letter \x0922 123456 # davanagari dha
+letter \x0923 3456 #davanagari nna
+
+letter \x0924 2345 # davanagari ta
+letter \x0925 1456 # davanagari tha
+letter \x0926 145 # davanagari da
+letter \x0927 2346 # davanagari dha
+letter \x0928 1345 #davanagari na
+
+letter \x0929 56 #davanagari na nukta
+
+letter \x092A 1234 # davanagari pa
+letter \x092B 235 # davanagari tha
+letter \x092C 12 # davanagari ba
+letter \x092D 45 # davanagari bha
+letter \x092E 134 #davanagari ma
+
+letter \x092F 13456 # davanagari yaa
+letter \x0930 1235 # davanagari ra
+letter \x0931 12456 # davanagari rra
+letter \x0932 123 # davanagari la
+letter \x0933 456 #davanagari la
+letter \x0934 123 #davanagari la
+letter \x0935 1236 #davanagari va
+letter \x0936 146 #davanagari sha
+letter \x0937 12346 #davanagari ssha
+letter \x0938 234 #davanagari sa
+letter \x0939 125 #davanagari ha
+
+letter \x093d 2 #davanagari avagrah
+
+#--------
+# matras
+
+letter \x093E 345 #baraa aa ki matra
+letter \x093F 24 #"chhoTi ii matra
+letter \x0940 35 #"baRii ii matra
+letter \x0941 136 #chhoTaa u matra
+letter \x0942 1256 #"baRaa uu matra"
+letter \x0943 5-1235 #"RRi matra"
+letter \x0944 6-1235 #"lri matra"
+letter \x0945 34 #"e matra"
+letter \x0946 26 #"ai matra"
+letter \x0947 15 #"e matra"
+letter \x0948 34 #"ai matra"
+letter \x0949 1346 #"o"
+letter \x094A 135 #"au"
+letter \x094B 135 #"o matra"
+letter \x094C 246 #"au matra"
+
+letter \x094D 4 # Halant
+letter \x0950 135-4-134 #"Devnagari sign for om"
+letter \x0958 13 #"Ka qith Nukhta"
+letter \x0959 46 #"kha with nukhta"
+letter \x095A 1245 #"ga with nukhta"
+letter \x095B 245 #"ja with nukhta"
+letter \x095C 12456 #"da with nukhta"
+letter \x095D 5-12456 #"dhaa with nukhta"
+
+replace \x093C 
+
+always \x0921\x093C 12456 #"da with nukhta"
+always \x0922\x093C 5-12456 #"dhaa with nukhta"
+
+
+letter \x095E 235 #"fa with nukhta"
+letter \x095F 13456 #"ya with nukhta"
+letter \x0960 6-1235 #"vocalic rr"
+letter \x0961 6-123 #"vocalic lla"
+letter \x0962 5-123 #"vocalic la"
+letter \x0963 6-123 #"vocalic ll"
+
+# poorn Viram and double poorn Viraam
+punctuation \x0964 256 # "Poorn Viraam"
+punctuation \x0965 256-256 # "Double Poorn Viraam"
+punctuation \x0970 256 # "abbreviation sign"
+
+
+#--------
+# digits
+
+litdigit \x0966 245 # davanagari 0
+litdigit \x0967 1 # davanagari 1
+litdigit \x0968 12 # davanagari 2
+litdigit \x0969 14 # davanagari 3
+litdigit \x096A 145 # davanagari 4
+litdigit \x096B 15 # davanagari 5
+litdigit \x096C 124 # davanagari 6
+litdigit \x096D 1245 # davanagari 7
+litdigit \x096E 125 # davanagari 8
+litdigit \x096F 24 # davanagari 9
+
+# ksha and gya
+
+always \x0915\x094D\x0937\x094D 4-12345 #"ksha"
+always \x091C\x094D\x091E 156 #"gyan"
+always \x0915\x094D\x0937  12345 #"ksha"
+
+
+#--------
+# half characters
+
+always \x0915\x094D 4-13 # davanagari ka
+always \x0916\x094D 4-46 # davanagari kha
+always \x0917\x094D 4-1245 # davanagari ga
+always \x0918\x094D 4-126 # davanagari gha
+always \x0919\x094D 4-346 #davanagari aNgaa
+
+always \x091A\x094D 4-14 # davanagari ca
+always \x091B\x094D 4-16 # davanagari cha
+always \x091C\x094D 4-245 # davanagari ja
+always \x091D\x094D 4-356 # davanagari jha
+always \x091E\x094D 4-25 #davanagari yangaa
+
+always \x091F\x094d 4-23456 # davanagari ta
+always \x0920\x094D 4-2456 # davanagari tha
+always \x0921\x094D 4-1246 # davanagari da
+always \x0922\x094D 4-123456 # davanagari dha
+always \x0923\x094D 4-3456 #davanagari nna
+
+always \x0924\x094D 4-2345 # davanagari ta
+always \x0925\x094D 4-1456 # davanagari tha
+always \x0926\x094D 4-145 # davanagari da
+always \x0927\x094D 4-2346 # davanagari dha
+always \x0928\x094D 4-1345 #davanagari na
+always \x0929\x094D 4-56 #davanagari na nukta
+
+always \x092A\x094D 4-1234 # davanagari pa
+always \x092B\x094D 4-235 # davanagari tha
+always \x092C\x094D 4-12 # davanagari ba
+always \x092D\x094D 4-45 # davanagari bha
+always \x092E\x094D 4-134 #davanagari ma
+
+always \x092F\x094D 4-13456 # davanagari yaa
+always \x0930\x094D 4-1235 # davanagari ra
+always \x0931\x094D 4-12456 # davanagari rra
+always \x0932\x094D 4-123 # davanagari la
+always \x0933\x094D 4-456 #davanagari la
+always \x0934\x094D 4-123 #davanagari la
+always \x0935\x094D 4-1236 #davanagari va
+always \x0936\x094D 4-146 #davanagari sha
+always \x0937\x094D 4-12346 #davanagari ssha
+always \x0938\x094D 4-234 #davanagari sa
+always \x0939\x094D 4-125 #davanagari ha
+
+always \x0958\x094D 4-13 #"Ka qith Nukhta"
+always \x0959\x094D 4-46 #"kha with nukhta"
+always \x095A\x094D 4-1245 #"ga with nukhta"
+always \x095B\x094D 4-245 #"ja with nukhta"
+always \x095C\x094D 4-12456 #"da with nukhta"
+always \x095D\x094D 4-5-12456 #"dhaa with nukhta"
+
+replace \x093C  
+
+always \x0921\x093C\x094D 4-12456 #"da with nukhta"
+always \x0922\x093C\x094D 4-5-12456 #"dhaa with nukhta"
+
+always \x095E\x094D 4-235 #"fa with nukhta"
+always \x095F\x094D 4-13456 #"ya with nukhta"
+always \x0960\x094D 4-6-1235 #"vocalic rr"
+always \x0961\x094D 4-6-123 #"vocalic lla"
+always \x0962\x094D 4-5-123 #"vocalic la"
+always \x0963\x094D 4-6-123 #"vocalic ll"
+
+#------------
+# consonent followed by vowel but not matra
+
+class HindiVowel \x0907\x0908\x0909\x090A\x090D\x090E\x090F\x0910\x0911\x0912\x0913\x0914
+
+class HALANT \x094D
+
+before HindiVowel always \x0915 13-1 # davanagari ka
+before HindiVowel always \x0916 46-1 # davanagari kha
+before HindiVowel always \x0917 1245-1 # davanagari ga
+before HindiVowel always \x0918 126-1 # davanagari gha
+
+#before HALANT always \x0915 4-13 # davanagari ka
+
+before HindiVowel always \x091A 14-1 # davanagari ca
+before HindiVowel always \x091B 16-1 # davanagari cha
+before HindiVowel always \x091C 245-1 # davanagari ja
+before HindiVowel always \x091D 356-1 # davanagari jha
+
+before HindiVowel always \x091F 23456-1 # davanagari ta
+before HindiVowel always \x0920 2456-1 # davanagari tha
+before HindiVowel always \x0921 1246-1 # davanagari da
+before HindiVowel always \x0922 123456-1 # davanagari dha
+before HindiVowel always \x0923 3456-1 #davanagari nna
+
+before HindiVowel always \x0924 2345-1 # davanagari ta
+before HindiVowel always \x0925 1456-1 # davanagari tha
+before HindiVowel always \x0926 145-1 # davanagari da
+before HindiVowel always \x0927 2346-1 # davanagari dha
+before HindiVowel always \x0928 1345-1 #davanagari na
+
+before HindiVowel always \x092A 1234-1 # davanagari pa
+before HindiVowel always \x092B 235-1 # davanagari tha
+before HindiVowel always \x092C 12-1 # davanagari ba
+before HindiVowel always \x092D 45-1 # davanagari bha
+before HindiVowel always \x092E 134-1 #davanagari ma
+
+before HindiVowel always \x092F 13456-1 # davanagari yaa
+before HindiVowel always \x0930 1235-1 # davanagari ra
+before HindiVowel always \x0931 12456-1 # davanagari rra
+before HindiVowel always \x0932 123-1 # davanagari la
+before HindiVowel always \x0933 456-1 #davanagari la
+before HindiVowel always \x0934 123-1 #davanagari la
+before HindiVowel always \x0935 1236-1 #davanagari va
+before HindiVowel always \x0936 146-1 #davanagari sha
+before HindiVowel always \x0937 12346-1 #davanagari ssha
+before HindiVowel always \x0938 234-1 #davanagari sa
+before HindiVowel always \x0939 125-1 #davanagari ha
+
+#-index-name: Croatian, computer
+#-display-name: Croatian computer braille
+
+#+locale:hr
+#+type:computer
+#+dots:8
+
+# TODO: Please correct the metadata above. It is not meant to be
+# accurate nor complete. It hasn't been verified by the table
+# author yet. It is merely an attempt by the liblouis maintainers
+# to get some sensible initial values in place.
+
+# TODO: Please add a reference to official documentation about
+# the implemented braille code. Preferably submit the documents
+# to https://github.com/liblouis/braille-specs.
+
+include hr-comp8.utb
+include braille-patterns.cti
+#
+# Copyright (C) 1995-2009 by The BRLTTY Developers.
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+
+# BRLTTY Text Table - Maltese
+#
+# Samuel Thibault <samuel.thibault@ens-lyon.org>
+# 
+# This table is based on the Unesco report on the progress of unification of
+# braille writing « L'ÉCRITURE BRAILLE DANS LE MONDE », by Sir Clutha
+# MACKENZIE: http://unesdoc.unesco.org/images/0013/001352/135251fo.pdf
+# The document is dated 1954, so this table may be quite outdated.
+
+# generated by ttbtest
+space	\s	0	# SPACE
+punctuation	!	235	# EXCLAMATION MARK
+punctuation	"	2356	# QUOTATION MARK
+punctuation	'	3	# APOSTROPHE
+punctuation	(	236	# LEFT PARENTHESIS
+punctuation	)	356	# RIGHT PARENTHESIS
+punctuation	,	2	# COMMA
+punctuation	-	36	# HYPHEN-MINUS
+punctuation	.	256	# FULL STOP
+include digits8Dots.uti
+punctuation	:	25	# COLON
+punctuation	;	23	# SEMICOLON
+punctuation	?	236	# QUESTION MARK
+uppercase	A	17	# LATIN CAPITAL LETTER A
+uppercase	B	127	# LATIN CAPITAL LETTER B
+uppercase	C	147	# LATIN CAPITAL LETTER C
+uppercase	D	1457	# LATIN CAPITAL LETTER D
+uppercase	E	157	# LATIN CAPITAL LETTER E
+uppercase	F	1247	# LATIN CAPITAL LETTER F
+uppercase	G	12457	# LATIN CAPITAL LETTER G
+uppercase	H	1257	# LATIN CAPITAL LETTER H
+uppercase	I	247	# LATIN CAPITAL LETTER I
+uppercase	J	134567	# LATIN CAPITAL LETTER J
+uppercase	K	137	# LATIN CAPITAL LETTER K
+uppercase	L	1237	# LATIN CAPITAL LETTER L
+uppercase	M	1347	# LATIN CAPITAL LETTER M
+uppercase	N	13457	# LATIN CAPITAL LETTER N
+uppercase	O	1357	# LATIN CAPITAL LETTER O
+uppercase	P	12347	# LATIN CAPITAL LETTER P
+uppercase	Q	123457	# LATIN CAPITAL LETTER Q
+uppercase	R	12357	# LATIN CAPITAL LETTER R
+uppercase	S	2347	# LATIN CAPITAL LETTER S
+uppercase	T	23457	# LATIN CAPITAL LETTER T
+uppercase	U	1367	# LATIN CAPITAL LETTER U
+uppercase	V	12367	# LATIN CAPITAL LETTER V
+uppercase	W	24567	# LATIN CAPITAL LETTER W
+uppercase	X	13467	# LATIN CAPITAL LETTER X
+uppercase	Y	134567	# LATIN CAPITAL LETTER Y
+uppercase	Z	13567	# LATIN CAPITAL LETTER Z
+lowercase	a	1	# LATIN SMALL LETTER A
+lowercase	b	12	# LATIN SMALL LETTER B
+lowercase	c	14	# LATIN SMALL LETTER C
+lowercase	d	145	# LATIN SMALL LETTER D
+lowercase	e	15	# LATIN SMALL LETTER E
+lowercase	f	124	# LATIN SMALL LETTER F
+lowercase	g	1245	# LATIN SMALL LETTER G
+lowercase	h	125	# LATIN SMALL LETTER H
+lowercase	i	24	# LATIN SMALL LETTER I
+lowercase	j	13456	# LATIN SMALL LETTER J
+lowercase	k	13	# LATIN SMALL LETTER K
+lowercase	l	123	# LATIN SMALL LETTER L
+lowercase	m	134	# LATIN SMALL LETTER M
+lowercase	n	1345	# LATIN SMALL LETTER N
+lowercase	o	135	# LATIN SMALL LETTER O
+lowercase	p	1234	# LATIN SMALL LETTER P
+lowercase	q	12345	# LATIN SMALL LETTER Q
+lowercase	r	1235	# LATIN SMALL LETTER R
+lowercase	s	234	# LATIN SMALL LETTER S
+lowercase	t	2345	# LATIN SMALL LETTER T
+lowercase	u	136	# LATIN SMALL LETTER U
+lowercase	v	1236	# LATIN SMALL LETTER V
+lowercase	w	2456	# LATIN SMALL LETTER W
+lowercase	x	1346	# LATIN SMALL LETTER X
+lowercase	y	13456	# LATIN SMALL LETTER Y
+lowercase	z	1356	# LATIN SMALL LETTER Z
+punctuation	\x00a0	0	# NO-BREAK SPACE
+uppercase	\x010a	167	# LATIN CAPITAL LETTER C WITH DOT ABOVE
+lowercase	\x010b	16	# LATIN SMALL LETTER C WITH DOT ABOVE
+uppercase	\x0120	2457	# LATIN CAPITAL LETTER G WITH DOT ABOVE
+lowercase	\x0121	245	# LATIN SMALL LETTER G WITH DOT ABOVE
+uppercase	\x0126	1567	# LATIN CAPITAL LETTER H WITH STROKE
+lowercase	\x0127	156	# LATIN SMALL LETTER H WITH STROKE
+uppercase	\x017b	13567	# LATIN CAPITAL LETTER Z WITH DOT ABOVE
+lowercase	\x017c	1356	# LATIN SMALL LETTER Z WITH DOT ABOVE
+space	\x2002	0	# EN SPACE
+space	\x2003	0	# EM SPACE
+space	\x2004	0	# THREE-PER-EM SPACE
+space	\x2005	0	# FOUR-PER-EM SPACE
+space	\x2006	0	# SIX-PER-EM SPACE
+punctuation	\x2007	0	# FIGURE SPACE
+space	\x2008	0	# PUNCTUATION SPACE
+space	\x2009	0	# THIN SPACE
+space	\x200a	0	# HAIR SPACE
+punctuation	\x202f	0	# NARROW NO-BREAK SPACE
+space	\x205f	0	# MEDIUM MATHEMATICAL SPACE
+# liblouis: Korean Grade 2 (contracted rules)
+#
+# Based on the braille contraction table in BRLTTY
+#
+#  Copyright (C) 1995-2012 by The BRLTTY Team.
+#  Copyright (C) 2012 by Samuel Thibault <samuel.thibault@ens-lyon.org>
+#  Copyright (C) 2012 by Mesar Hameed <mhameed@src.gnome.org>
+#  Copyright (C) 2013, 2014 by Joseph Lee <joseph.lee22590@gmail.com>
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+
+# Globals:
+include en-us-g2.ctb To display contracted English in Korean grade 2 mode. Contributed by a certain Mr. Hahn in U.S.
+
+# Common letter contractions:
+# Using "always" opcode in order for contraction to work correctly.
+# Otherwise letters shows grade 1 dot patterns.
+# This is because many Korean contractions are shorthand for Hangul characters (see ko.cti).
+
+# Special cases:
+# Since there are a number of rules in place about special char placement, had to put one of the special cases at the top.
+
+# Case 1: numbers followed by Korean characters:
+# Included case 1 before actual common char contractions to help with translations.
+# See ko.cti for more info regarding this matter.
+after digit always 나 0-14
+after digit always 낙 0-14-1
+after digit always 낚 0-14-1-1
+after digit always 낛 0-14-1-3
+after digit always 난 0-14-25
+after digit always 낝 0-14-25-13
+after digit always 낞 0-14-25-356
+after digit always 낟 0-14-35
+after digit always 날 0-14-2
+after digit always 낡 0-14-2-1
+after digit always 낢 0-14-2-26
+after digit always 낣 0-14-2-12
+after digit always 낤 0-14-2-3
+after digit always 낥 0-14-2-236
+after digit always 낦 0-14-2-256
+after digit always 낧 0-14-2-356
+after digit always 남 0-14-26
+after digit always 납 0-14-12
+after digit always 낪 0-14-12-3
+after digit always 낫 0-14-3
+after digit always 났 0-14-34
+after digit always 낭 0-14-2356
+after digit always 낮 0-14-13
+after digit always 낯 0-14-23
+after digit always 낰 0-14-235
+after digit always 낱 0-14-236
+after digit always 낲 0-14-256
+after digit always 낳 0-14-356
+after digit always 넉 0-14-1456
+after digit always 넊 0-14-1456-1
+after digit always 넋 0-14-1456-3
+after digit always 넌 0-14-23456
+after digit always 넍 0-14-23456-13
+after digit always 넎 0-14-23456-356
+after digit always 널 0-14-2345
+after digit always 넑 0-14-2345-1
+after digit always 넒 0-14-2345-26
+after digit always 넓 0-14-2345-12
+after digit always 넔 0-14-2345-3
+after digit always 넕 0-14-2345-236
+after digit always 넖 0-14-2345-256
+after digit always 넗 0-14-2345-356
+after digit always 년 0-14-16
+after digit always 녅 0-14-16-13
+after digit always 녆 0-14-16-356
+after digit always 녈 0-14-1256
+after digit always 녉 0-14-1256-1
+after digit always 녊 0-14-1256-26
+after digit always 녋 0-14-1256-12
+after digit always 녌 0-14-1256-3
+after digit always 녍 0-14-1256-236
+after digit always 녎 0-14-1256-256
+after digit always 녏 0-14-1256-356
+after digit always 녕 0-14-12456
+after digit always 녹 0-14-1346
+after digit always 녺 0-14-1346-1
+after digit always 녻 0-14-1346-3
+after digit always 논 0-14-12356
+after digit always 녽 0-14-12356-13
+after digit always 녾 0-14-12356-356
+after digit always 농 0-14-123456
+after digit always 눈 0-14-1245
+after digit always 눉 0-14-1245-13
+after digit always 눊 0-14-1245-356
+after digit always 눌 0-14-12346
+after digit always 눍 0-14-12346-1
+after digit always 눎 0-14-12346-26
+after digit always 눏 0-14-12346-12
+after digit always 눐 0-14-12346-3
+after digit always 눑 0-14-12346-236
+after digit always 눒 0-14-12346-256
+after digit always 눓 0-14-12346-356
+after digit always 는 0-14-1356
+after digit always 늕 0-14-1356-13
+after digit always 늖 0-14-1356-356
+after digit always 늘 0-14-2346
+after digit always 늙 0-14-2346-1
+after digit always 늚 0-14-2346-26
+after digit always 늛 0-14-2346-12
+after digit always 늜 0-14-2346-3
+after digit always 늝 0-14-2346-236
+after digit always 늞 0-14-2346-256
+after digit always 늟 0-14-2346-356
+after digit always 닌 0-14-12345
+after digit always 닍 0-14-12345-13
+after digit always 닎 0-14-12345-356
+after digit always 다 0-24
+after digit always 닥 0-24-1
+after digit always 닦 0-24-1-1
+after digit always 닧 0-24-1-3
+after digit always 단 0-24-25
+after digit always 닩 0-24-25-13
+after digit always 닪 0-24-25-356
+after digit always 닫 0-24-35
+after digit always 달 0-24-2
+after digit always 닭 0-24-2-1
+after digit always 닮 0-24-2-26
+after digit always 닯 0-24-2-12
+after digit always 닰 0-24-2-3
+after digit always 닱 0-24-2-236
+after digit always 닲 0-24-2-256
+after digit always 닳 0-24-2-356
+after digit always 담 0-24-26
+after digit always 답 0-24-12
+after digit always 닶 0-24-12-3
+after digit always 닷 0-24-3
+after digit always 닸 0-24-34
+after digit always 당 0-24-2356
+after digit always 닺 0-24-13
+after digit always 닻 0-24-23
+after digit always 닼 0-24-235
+after digit always 닽 0-24-236
+after digit always 닾 0-24-256
+after digit always 닿 0-24-356
+after digit always 덕 0-24-1456
+after digit always 덖 0-24-1456-1
+after digit always 덗 0-24-1456-3
+after digit always 던 0-24-23456
+after digit always 덙 0-24-23456-13
+after digit always 덚 0-24-23456-356
+after digit always 덜 0-24-2345
+after digit always 덝 0-24-2345-1
+after digit always 덞 0-24-2345-26
+after digit always 덟 0-24-2345-12
+after digit always 덠 0-24-2345-3
+after digit always 덡 0-24-2345-236
+after digit always 덢 0-24-2345-256
+after digit always 덣 0-24-2345-356
+after digit always 뎐 0-24-16
+after digit always 뎑 0-24-16-13
+after digit always 뎒 0-24-16-356
+after digit always 뎔 0-24-1256
+after digit always 뎕 0-24-1256-1
+after digit always 뎖 0-24-1256-26
+after digit always 뎗 0-24-1256-12
+after digit always 뎘 0-24-1256-3
+after digit always 뎙 0-24-1256-236
+after digit always 뎚 0-24-1256-256
+after digit always 뎛 0-24-1256-356
+after digit always 뎡 0-24-12456
+after digit always 독 0-24-1346
+after digit always 돆 0-24-1346-1
+after digit always 돇 0-24-1346-3
+after digit always 돈 0-24-12356
+after digit always 돉 0-24-12356-13
+after digit always 돊 0-24-12356-356
+after digit always 동 0-24-123456
+after digit always 둔 0-24-1245
+after digit always 둕 0-24-1245-13
+after digit always 둖 0-24-1245-356
+after digit always 둘 0-24-12346
+after digit always 둙 0-24-12346-1
+after digit always 둚 0-24-12346-26
+after digit always 둛 0-24-12346-12
+after digit always 둜 0-24-12346-3
+after digit always 둝 0-24-12346-236
+after digit always 둞 0-24-12346-256
+after digit always 둟 0-24-12346-356
+after digit always 든 0-24-1356
+after digit always 듡 0-24-1356-13
+after digit always 듢 0-24-1356-356
+after digit always 들 0-24-2346
+after digit always 듥 0-24-2346-1
+after digit always 듦 0-24-2346-26
+after digit always 듧 0-24-2346-12
+after digit always 듨 0-24-2346-3
+after digit always 듩 0-24-2346-236
+after digit always 듪 0-24-2346-256
+after digit always 듫 0-24-2346-356
+after digit always 딘 0-24-12345
+after digit always 딙 0-24-12345-13
+after digit always 딚 0-24-12345-356
+after digit always 마 0-15
+after digit always 막 0-15-1
+after digit always 맊 0-15-1-1
+after digit always 맋 0-15-1-3
+after digit always 만 0-15-25
+after digit always 맍 0-15-25-13
+after digit always 많 0-15-25-356
+after digit always 맏 0-15-35
+after digit always 말 0-15-2
+after digit always 맑 0-15-2-1
+after digit always 맒 0-15-2-26
+after digit always 맓 0-15-2-12
+after digit always 맔 0-15-2-3
+after digit always 맕 0-15-2-236
+after digit always 맖 0-15-2-256
+after digit always 맗 0-15-2-356
+after digit always 맘 0-15-26
+after digit always 맙 0-15-12
+after digit always 맚 0-15-12-3
+after digit always 맛 0-15-3
+after digit always 맜 0-15-34
+after digit always 망 0-15-2356
+after digit always 맞 0-15-13
+after digit always 맟 0-15-23
+after digit always 맠 0-15-235
+after digit always 맡 0-15-236
+after digit always 맢 0-15-256
+after digit always 맣 0-15-356
+after digit always 먹 0-15-1456
+after digit always 먺 0-15-1456-1
+after digit always 먻 0-15-1456-3
+after digit always 먼 0-15-23456
+after digit always 먽 0-15-23456-13
+after digit always 먾 0-15-23456-356
+after digit always 멀 0-15-2345
+after digit always 멁 0-15-2345-1
+after digit always 멂 0-15-2345-26
+after digit always 멃 0-15-2345-12
+after digit always 멄 0-15-2345-3
+after digit always 멅 0-15-2345-236
+after digit always 멆 0-15-2345-256
+after digit always 멇 0-15-2345-356
+after digit always 면 0-15-16
+after digit always 멵 0-15-16-13
+after digit always 멶 0-15-16-356
+after digit always 멸 0-15-1256
+after digit always 멹 0-15-1256-1
+after digit always 멺 0-15-1256-26
+after digit always 멻 0-15-1256-12
+after digit always 멼 0-15-1256-3
+after digit always 멽 0-15-1256-236
+after digit always 멾 0-15-1256-256
+after digit always 멿 0-15-1256-356
+after digit always 명 0-15-12456
+after digit always 목 0-15-1346
+after digit always 몪 0-15-1346-1
+after digit always 몫 0-15-1346-3
+after digit always 몬 0-15-12356
+after digit always 몭 0-15-12356-13
+after digit always 몮 0-15-12356-356
+after digit always 몽 0-15-123456
+after digit always 문 0-15-1245
+after digit always 묹 0-15-1245-13
+after digit always 묺 0-15-1245-356
+after digit always 물 0-15-12346
+after digit always 묽 0-15-12346-1
+after digit always 묾 0-15-12346-26
+after digit always 묿 0-15-12346-12
+after digit always 뭀 0-15-12346-3
+after digit always 뭁 0-15-12346-236
+after digit always 뭂 0-15-12346-256
+after digit always 뭃 0-15-12346-356
+after digit always 믄 0-15-1356
+after digit always 믅 0-15-1356-13
+after digit always 믆 0-15-1356-356
+after digit always 믈 0-15-2346
+after digit always 믉 0-15-2346-1
+after digit always 믊 0-15-2346-26
+after digit always 믋 0-15-2346-12
+after digit always 믌 0-15-2346-3
+after digit always 믍 0-15-2346-236
+after digit always 믎 0-15-2346-256
+after digit always 믏 0-15-2346-356
+after digit always 민 0-15-12345
+after digit always 믽 0-15-12345-13
+after digit always 믾 0-15-12345-356
+after digit always 운 0-1245
+after digit always 욵 0-1245-13
+after digit always 욶 0-1245-356
+after digit always 카 0-124
+after digit always 칵 0-124-1
+after digit always 칶 0-124-1-1
+after digit always 칷 0-124-1-3
+after digit always 칸 0-124-25
+after digit always 칹 0-124-25-13
+after digit always 칺 0-124-25-356
+after digit always 칻 0-124-35
+after digit always 칼 0-124-2
+after digit always 칽 0-124-2-1
+after digit always 칾 0-124-2-26
+after digit always 칿 0-124-2-12
+after digit always 캀 0-124-2-3
+after digit always 캁 0-124-2-236
+after digit always 캂 0-124-2-256
+after digit always 캃 0-124-2-356
+after digit always 캄 0-124-26
+after digit always 캅 0-124-12
+after digit always 캆 0-124-12-3
+after digit always 캇 0-124-3
+after digit always 캈 0-124-34
+after digit always 캉 0-124-2356
+after digit always 캊 0-124-13
+after digit always 캋 0-124-23
+after digit always 캌 0-124-235
+after digit always 캍 0-124-236
+after digit always 캎 0-124-256
+after digit always 캏 0-124-356
+after digit always 컥 0-124-1456
+after digit always 컦 0-124-1456-1
+after digit always 컧 0-124-1456-3
+after digit always 컨 0-124-23456
+after digit always 컩 0-124-23456-13
+after digit always 컪 0-124-23456-356
+after digit always 컬 0-124-2345
+after digit always 컭 0-124-2345-1
+after digit always 컮 0-124-2345-26
+after digit always 컯 0-124-2345-12
+after digit always 컰 0-124-2345-3
+after digit always 컱 0-124-2345-236
+after digit always 컲 0-124-2345-256
+after digit always 컳 0-124-2345-356
+after digit always 켠 0-124-16
+after digit always 켡 0-124-16-13
+after digit always 켢 0-124-16-356
+after digit always 켤 0-124-1256
+after digit always 켥 0-124-1256-1
+after digit always 켦 0-124-1256-26
+after digit always 켧 0-124-1256-12
+after digit always 켨 0-124-1256-3
+after digit always 켩 0-124-1256-236
+after digit always 켪 0-124-1256-256
+after digit always 켫 0-124-1256-356
+after digit always 켱 0-124-12456
+after digit always 콕 0-124-1346
+after digit always 콖 0-124-1346-1
+after digit always 콗 0-124-1346-3
+after digit always 콘 0-124-12356
+after digit always 콙 0-124-12356-13
+after digit always 콚 0-124-12356-356
+after digit always 콩 0-124-123456
+after digit always 쿤 0-124-1245
+after digit always 쿥 0-124-1245-13
+after digit always 쿦 0-124-1245-356
+after digit always 쿨 0-124-12346
+after digit always 쿩 0-124-12346-1
+after digit always 쿪 0-124-12346-26
+after digit always 쿫 0-124-12346-12
+after digit always 쿬 0-124-12346-3
+after digit always 쿭 0-124-12346-236
+after digit always 쿮 0-124-12346-256
+after digit always 쿯 0-124-12346-356
+after digit always 큰 0-124-1356
+after digit always 큱 0-124-1356-13
+after digit always 큲 0-124-1356-356
+after digit always 클 0-124-2346
+after digit always 큵 0-124-2346-1
+after digit always 큶 0-124-2346-26
+after digit always 큷 0-124-2346-12
+after digit always 큸 0-124-2346-3
+after digit always 큹 0-124-2346-236
+after digit always 큺 0-124-2346-256
+after digit always 큻 0-124-2346-356
+after digit always 킨 0-124-12345
+after digit always 킩 0-124-12345-13
+after digit always 킪 0-124-12345-356
+after digit always 타 0-125
+after digit always 탁 0-125-1
+after digit always 탂 0-125-1-1
+after digit always 탃 0-125-1-3
+after digit always 탄 0-125-25
+after digit always 탅 0-125-25-13
+after digit always 탆 0-125-25-356
+after digit always 탇 0-125-35
+after digit always 탈 0-125-2
+after digit always 탉 0-125-2-1
+after digit always 탊 0-125-2-26
+after digit always 탋 0-125-2-12
+after digit always 탌 0-125-2-3
+after digit always 탍 0-125-2-236
+after digit always 탎 0-125-2-256
+after digit always 탏 0-125-2-356
+after digit always 탐 0-125-26
+after digit always 탑 0-125-12
+after digit always 탒 0-125-12-3
+after digit always 탓 0-125-3
+after digit always 탔 0-125-34
+after digit always 탕 0-125-2356
+after digit always 탖 0-125-13
+after digit always 탗 0-125-23
+after digit always 탘 0-125-235
+after digit always 탙 0-125-236
+after digit always 탚 0-125-256
+after digit always 탛 0-125-356
+after digit always 턱 0-125-1456
+after digit always 턲 0-125-1456-1
+after digit always 턳 0-125-1456-3
+after digit always 턴 0-125-23456
+after digit always 턵 0-125-23456-13
+after digit always 턶 0-125-23456-356
+after digit always 털 0-125-2345
+after digit always 턹 0-125-2345-1
+after digit always 턺 0-125-2345-26
+after digit always 턻 0-125-2345-12
+after digit always 턼 0-125-2345-3
+after digit always 턽 0-125-2345-236
+after digit always 턾 0-125-2345-256
+after digit always 턿 0-125-2345-356
+after digit always 텬 0-125-16
+after digit always 텭 0-125-16-13
+after digit always 텮 0-125-16-356
+after digit always 텰 0-125-1256
+after digit always 텱 0-125-1256-1
+after digit always 텲 0-125-1256-26
+after digit always 텳 0-125-1256-12
+after digit always 텴 0-125-1256-3
+after digit always 텵 0-125-1256-236
+after digit always 텶 0-125-1256-256
+after digit always 텷 0-125-1256-356
+after digit always 텽 0-125-12456
+after digit always 톡 0-125-1346
+after digit always 톢 0-125-1346-1
+after digit always 톣 0-125-1346-3
+after digit always 톤 0-125-12356
+after digit always 톥 0-125-12356-13
+after digit always 톦 0-125-12356-356
+after digit always 통 0-125-123456
+after digit always 툰 0-125-1245
+after digit always 툱 0-125-1245-13
+after digit always 툲 0-125-1245-356
+after digit always 툴 0-125-12346
+after digit always 툵 0-125-12346-1
+after digit always 툶 0-125-12346-26
+after digit always 툷 0-125-12346-12
+after digit always 툸 0-125-12346-3
+after digit always 툹 0-125-12346-236
+after digit always 툺 0-125-12346-256
+after digit always 툻 0-125-12346-356
+after digit always 튼 0-125-1356
+after digit always 튽 0-125-1356-13
+after digit always 튾 0-125-1356-356
+after digit always 틀 0-125-2346
+after digit always 틁 0-125-2346-1
+after digit always 틂 0-125-2346-26
+after digit always 틃 0-125-2346-12
+after digit always 틄 0-125-2346-3
+after digit always 틅 0-125-2346-236
+after digit always 틆 0-125-2346-256
+after digit always 틇 0-125-2346-356
+after digit always 틴 0-125-12345
+after digit always 틵 0-125-12345-13
+after digit always 틶 0-125-12345-356
+after digit always 파 0-145
+after digit always 팍 0-145-1
+after digit always 팎 0-145-1-1
+after digit always 팏 0-145-1-3
+after digit always 판 0-145-25
+after digit always 팑 0-145-25-13
+after digit always 팒 0-145-25-356
+after digit always 팓 0-145-35
+after digit always 팔 0-145-2
+after digit always 팕 0-145-2-1
+after digit always 팖 0-145-2-26
+after digit always 팗 0-145-2-12
+after digit always 팘 0-145-2-3
+after digit always 팙 0-145-2-236
+after digit always 팚 0-145-2-256
+after digit always 팛 0-145-2-356
+after digit always 팜 0-145-26
+after digit always 팝 0-145-12
+after digit always 팞 0-145-12-3
+after digit always 팟 0-145-3
+after digit always 팠 0-145-34
+after digit always 팡 0-145-2356
+after digit always 팢 0-145-13
+after digit always 팣 0-145-23
+after digit always 팤 0-145-235
+after digit always 팥 0-145-236
+after digit always 팦 0-145-256
+after digit always 팧 0-145-356
+after digit always 퍽 0-145-1456
+after digit always 퍾 0-145-1456-1
+after digit always 퍿 0-145-1456-3
+after digit always 펀 0-145-23456
+after digit always 펁 0-145-23456-13
+after digit always 펂 0-145-23456-356
+after digit always 펄 0-145-2345
+after digit always 펅 0-145-2345-1
+after digit always 펆 0-145-2345-26
+after digit always 펇 0-145-2345-12
+after digit always 펈 0-145-2345-3
+after digit always 펉 0-145-2345-236
+after digit always 펊 0-145-2345-256
+after digit always 펋 0-145-2345-356
+after digit always 편 0-145-16
+after digit always 펹 0-145-16-13
+after digit always 펺 0-145-16-356
+after digit always 펼 0-145-1256
+after digit always 펽 0-145-1256-1
+after digit always 펾 0-145-1256-26
+after digit always 펿 0-145-1256-12
+after digit always 폀 0-145-1256-3
+after digit always 폁 0-145-1256-236
+after digit always 폂 0-145-1256-256
+after digit always 폃 0-145-1256-356
+after digit always 평 0-145-12456
+after digit always 폭 0-145-1346
+after digit always 폮 0-145-1346-1
+after digit always 폯 0-145-1346-3
+after digit always 폰 0-145-12356
+after digit always 폱 0-145-12356-13
+after digit always 폲 0-145-12356-356
+after digit always 퐁 0-145-123456
+after digit always 푼 0-145-1245
+after digit always 푽 0-145-1245-13
+after digit always 푾 0-145-1245-356
+after digit always 풀 0-145-12346
+after digit always 풁 0-145-12346-1
+after digit always 풂 0-145-12346-26
+after digit always 풃 0-145-12346-12
+after digit always 풄 0-145-12346-3
+after digit always 풅 0-145-12346-236
+after digit always 풆 0-145-12346-256
+after digit always 풇 0-145-12346-356
+after digit always 픈 0-145-1356
+after digit always 픉 0-145-1356-13
+after digit always 픊 0-145-1356-356
+after digit always 플 0-145-2346
+after digit always 픍 0-145-2346-1
+after digit always 픎 0-145-2346-26
+after digit always 픏 0-145-2346-12
+after digit always 픐 0-145-2346-3
+after digit always 픑 0-145-2346-236
+after digit always 픒 0-145-2346-256
+after digit always 픓 0-145-2346-356
+after digit always 핀 0-145-12345
+after digit always 핁 0-145-12345-13
+after digit always 핂 0-145-12345-356
+after digit always 하 0-245
+after digit always 학 0-245-1
+after digit always 핚 0-245-1-1
+after digit always 핛 0-245-1-3
+after digit always 한 0-245-25
+after digit always 핝 0-245-25-13
+after digit always 핞 0-245-25-356
+after digit always 핟 0-245-35
+after digit always 할 0-245-2
+after digit always 핡 0-245-2-1
+after digit always 핢 0-245-2-26
+after digit always 핣 0-245-2-12
+after digit always 핤 0-245-2-3
+after digit always 핥 0-245-2-236
+after digit always 핦 0-245-2-256
+after digit always 핧 0-245-2-356
+after digit always 함 0-245-26
+after digit always 합 0-245-12
+after digit always 핪 0-245-12-3
+after digit always 핫 0-245-3
+after digit always 핬 0-245-34
+after digit always 항 0-245-2356
+after digit always 핮 0-245-13
+after digit always 핯 0-245-23
+after digit always 핰 0-245-235
+after digit always 핱 0-245-236
+after digit always 핲 0-245-256
+after digit always 핳 0-245-356
+after digit always 헉 0-245-1456
+after digit always 헊 0-245-1456-1
+after digit always 헋 0-245-1456-3
+after digit always 헌 0-245-23456
+after digit always 헍 0-245-23456-13
+after digit always 헎 0-245-23456-356
+after digit always 헐 0-245-2345
+after digit always 헑 0-245-2345-1
+after digit always 헒 0-245-2345-26
+after digit always 헓 0-245-2345-12
+after digit always 헔 0-245-2345-3
+after digit always 헕 0-245-2345-236
+after digit always 헖 0-245-2345-256
+after digit always 헗 0-245-2345-356
+after digit always 현 0-245-16
+after digit always 혅 0-245-16-13
+after digit always 혆 0-245-16-356
+after digit always 혈 0-245-1256
+after digit always 혉 0-245-1256-1
+after digit always 혊 0-245-1256-26
+after digit always 혋 0-245-1256-12
+after digit always 혌 0-245-1256-3
+after digit always 혍 0-245-1256-236
+after digit always 혎 0-245-1256-256
+after digit always 혏 0-245-1256-356
+after digit always 형 0-245-12456
+after digit always 혹 0-245-1346
+after digit always 혺 0-245-1346-1
+after digit always 혻 0-245-1346-3
+after digit always 혼 0-245-12356
+after digit always 혽 0-245-12356-13
+after digit always 혾 0-245-12356-356
+after digit always 홍 0-245-123456
+after digit always 훈 0-245-1245
+after digit always 훉 0-245-1245-13
+after digit always 훊 0-245-1245-356
+after digit always 훌 0-245-12346
+after digit always 훍 0-245-12346-1
+after digit always 훎 0-245-12346-26
+after digit always 훏 0-245-12346-12
+after digit always 훐 0-245-12346-3
+after digit always 훑 0-245-12346-236
+after digit always 훒 0-245-12346-256
+after digit always 훓 0-245-12346-356
+after digit always 흔 0-245-1356
+after digit always 흕 0-245-1356-13
+after digit always 흖 0-245-1356-356
+after digit always 흘 0-245-2346
+after digit always 흙 0-245-2346-1
+after digit always 흚 0-245-2346-26
+after digit always 흛 0-245-2346-12
+after digit always 흜 0-245-2346-3
+after digit always 흝 0-245-2346-236
+after digit always 흞 0-245-2346-256
+after digit always 흟 0-245-2346-356
+after digit always 힌 0-245-12345
+after digit always 힍 0-245-12345-13
+after digit always 힎 0-245-12345-356
+
+# Common letter contraction:
+# Due to special rules with numbers, the rest of the chars are reproduced here.
+noback always 가 1246
+always 각 1246-1
+always 갂 1246-1-1
+always 갃 1246-1-3
+always 간 1246-25
+always 갅 1246-25-13
+always 갆 1246-25-356
+always 갇 1246-35
+always 갈 1246-2
+always 갉 1246-2-1
+always 갊 1246-2-26
+always 갋 1246-2-12
+always 갌 1246-2-3
+always 갍 1246-2-236
+always 갎 1246-2-256
+always 갏 1246-2-356
+always 감 1246-26
+always 갑 1246-12
+always 값 1246-12-3
+always 갓 1246-3
+always 갔 1246-34
+always 강 1246-2356
+always 갖 1246-13
+always 갗 1246-23
+always 갘 1246-235
+always 같 1246-236
+always 갚 1246-256
+always 갛 1246-356
+always 걱 4-1456
+always 걲 4-1456-1
+always 걳 4-1456-3
+always 건 4-23456
+always 걵 4-23456-13
+always 걶 4-23456-356
+always 걸 4-2345
+always 걹 4-2345-1
+always 걺 4-2345-26
+always 걻 4-2345-12
+always 걼 4-2345-3
+always 걽 4-2345-236
+always 걾 4-2345-256
+always 걿 4-2345-356
+always 것 456-234
+always 겄 456-234-3
+always 견 4-16
+always 겭 4-16-13
+always 겮 4-16-356
+always 결 4-1256
+always 겱 4-1256-1
+always 겲 4-1256-26
+always 겳 4-1256-12
+always 겴 4-1256-3
+always 겵 4-1256-236
+always 겶 4-1256-256
+always 겷 4-1256-356
+always 경 4-12456
+always 곡 4-1346
+always 곢 4-1346-1
+always 곣 4-1346-3
+always 곤 4-12356
+always 곥 4-12356-13
+always 곦 4-12356-356
+always 공 4-123456
+always 군 4-1245
+always 굱 4-1245-13
+always 굲 4-1245-356
+always 굴 4-12346
+always 굵 4-12346-1
+always 굶 4-12346-26
+always 굷 4-12346-12
+always 굸 4-12346-3
+always 굹 4-12346-236
+always 굺 4-12346-256
+always 굻 4-12346-356
+always 근 4-1356
+always 귽 4-1356-13
+always 귾 4-1356-356
+always 글 4-2346
+always 긁 4-2346-1
+always 긂 4-2346-26
+always 긃 4-2346-12
+always 긄 4-2346-3
+always 긅 4-2346-236
+always 긆 4-2346-256
+always 긇 4-2346-356
+always 긴 4-12345
+always 긵 4-12345-13
+always 긶 4-12345-356
+always 까 6-1246
+always 깍 6-1246-1
+always 깎 6-1246-1-1
+always 깏 6-1246-1-3
+always 깐 6-1246-25
+always 깑 6-1246-25-13
+always 깒 6-1246-25-356
+always 깓 6-1246-35
+always 깔 6-1246-2
+always 깕 6-1246-2-1
+always 깖 6-1246-2-26
+always 깗 6-1246-2-12
+always 깘 6-1246-2-3
+always 깙 6-1246-2-236
+always 깚 6-1246-2-256
+always 깛 6-1246-2-356
+always 깜 6-1246-26
+always 깝 6-1246-12
+always 깞 6-1246-12-3
+always 깟 6-1246-3
+always 깠 6-1246-34
+always 깡 6-1246-2356
+always 깢 6-1246-13
+always 깣 6-1246-23
+always 깤 6-1246-235
+always 깥 6-1246-236
+always 깦 6-1246-256
+always 깧 6-1246-356
+always 꺽 6-4-1456
+always 꺾 6-4-1456-1
+always 꺿 6-4-1456-3
+always 껀 6-4-23456
+always 껁 6-4-23456-13
+always 껂 6-4-23456-356
+always 껄 6-4-2345
+always 껅 6-4-2345-1
+always 껆 6-4-2345-26
+always 껇 6-4-2345-12
+always 껈 6-4-2345-3
+always 껉 6-4-2345-236
+always 껊 6-4-2345-256
+always 껋 6-4-2345-356
+always 껏 6-456-234
+always 껐 6-456-234-3
+always 껸 6-4-16
+always 껹 6-4-16-13
+always 껺 6-4-16-356
+always 껼 6-4-1256
+always 껽 6-4-1256-1
+always 껾 6-4-1256-26
+always 껿 6-4-1256-12
+always 꼀 6-4-1256-3
+always 꼁 6-4-1256-236
+always 꼂 6-4-1256-256
+always 꼃 6-4-1256-356
+always 꼉 6-4-12456
+always 꼭 6-4-1346
+always 꼮 6-4-1346-1
+always 꼯 6-4-1346-3
+always 꼰 6-4-12356
+always 꼱 6-4-12356-13
+always 꼲 6-4-12356-356
+always 꽁 6-4-123456
+always 꾼 6-4-1245
+always 꾽 6-4-1245-13
+always 꾾 6-4-1245-356
+always 꿀 6-4-12346
+always 꿁 6-4-12346-1
+always 꿂 6-4-12346-26
+always 꿃 6-4-12346-12
+always 꿄 6-4-12346-3
+always 꿅 6-4-12346-236
+always 꿆 6-4-12346-256
+always 꿇 6-4-12346-356
+always 끈 6-4-1356
+always 끉 6-4-1356-13
+always 끊 6-4-1356-356
+always 끌 6-4-2346
+always 끍 6-4-2346-1
+always 끎 6-4-2346-26
+always 끏 6-4-2346-12
+always 끐 6-4-2346-3
+always 끑 6-4-2346-236
+always 끒 6-4-2346-256
+always 끓 6-4-2346-356
+always 낀 6-4-12345
+always 낁 6-4-12345-13
+always 낂 6-4-12345-356
+noback always 나 14
+always 낙 14-1
+always 낚 14-1-1
+always 낛 14-1-3
+always 난 14-25
+always 낝 14-25-13
+always 낞 14-25-356
+always 낟 14-35
+always 날 14-2
+always 낡 14-2-1
+always 낢 14-2-26
+always 낣 14-2-12
+always 낤 14-2-3
+always 낥 14-2-236
+always 낦 14-2-256
+always 낧 14-2-356
+always 남 14-26
+always 납 14-12
+always 낪 14-12-3
+always 낫 14-3
+always 났 14-34
+always 낭 14-2356
+always 낮 14-13
+always 낯 14-23
+always 낰 14-235
+always 낱 14-236
+always 낲 14-256
+always 낳 14-356
+always 넉 14-1456
+always 넊 14-1456-1
+always 넋 14-1456-3
+always 넌 14-23456
+always 넍 14-23456-13
+always 넎 14-23456-356
+always 널 14-2345
+always 넑 14-2345-1
+always 넒 14-2345-26
+always 넓 14-2345-12
+always 넔 14-2345-3
+always 넕 14-2345-236
+always 넖 14-2345-256
+always 넗 14-2345-356
+always 년 14-16
+always 녅 14-16-13
+always 녆 14-16-356
+always 녈 14-1256
+always 녉 14-1256-1
+always 녊 14-1256-26
+always 녋 14-1256-12
+always 녌 14-1256-3
+always 녍 14-1256-236
+always 녎 14-1256-256
+always 녏 14-1256-356
+always 녕 14-12456
+always 녹 14-1346
+always 녺 14-1346-1
+always 녻 14-1346-3
+always 논 14-12356
+always 녽 14-12356-13
+always 녾 14-12356-356
+always 농 14-123456
+always 눈 14-1245
+always 눉 14-1245-13
+always 눊 14-1245-356
+always 눌 14-12346
+always 눍 14-12346-1
+always 눎 14-12346-26
+always 눏 14-12346-12
+always 눐 14-12346-3
+always 눑 14-12346-236
+always 눒 14-12346-256
+always 눓 14-12346-356
+always 는 14-1356
+always 늕 14-1356-13
+always 늖 14-1356-356
+always 늘 14-2346
+always 늙 14-2346-1
+always 늚 14-2346-26
+always 늛 14-2346-12
+always 늜 14-2346-3
+always 늝 14-2346-236
+always 늞 14-2346-256
+always 늟 14-2346-356
+always 닌 14-12345
+always 닍 14-12345-13
+always 닎 14-12345-356
+noback always 다 24
+always 닥 24-1
+always 닦 24-1-1
+always 닧 24-1-3
+always 단 24-25
+always 닩 24-25-13
+always 닪 24-25-356
+always 닫 24-35
+always 달 24-2
+always 닭 24-2-1
+always 닮 24-2-26
+always 닯 24-2-12
+always 닰 24-2-3
+always 닱 24-2-236
+always 닲 24-2-256
+always 닳 24-2-356
+always 담 24-26
+always 답 24-12
+always 닶 24-12-3
+always 닷 24-3
+always 닸 24-34
+always 당 24-2356
+always 닺 24-13
+always 닻 24-23
+always 닼 24-235
+always 닽 24-236
+always 닾 24-256
+always 닿 24-356
+always 덕 24-1456
+always 덖 24-1456-1
+always 덗 24-1456-3
+always 던 24-23456
+always 덙 24-23456-13
+always 덚 24-23456-356
+always 덜 24-2345
+always 덝 24-2345-1
+always 덞 24-2345-26
+always 덟 24-2345-12
+always 덠 24-2345-3
+always 덡 24-2345-236
+always 덢 24-2345-256
+always 덣 24-2345-356
+always 뎐 24-16
+always 뎑 24-16-13
+always 뎒 24-16-356
+always 뎔 24-1256
+always 뎕 24-1256-1
+always 뎖 24-1256-26
+always 뎗 24-1256-12
+always 뎘 24-1256-3
+always 뎙 24-1256-236
+always 뎚 24-1256-256
+always 뎛 24-1256-356
+always 뎡 24-12456
+always 독 24-1346
+always 돆 24-1346-1
+always 돇 24-1346-3
+always 돈 24-12356
+always 돉 24-12356-13
+always 돊 24-12356-356
+always 동 24-123456
+always 둔 24-1245
+always 둕 24-1245-13
+always 둖 24-1245-356
+always 둘 24-12346
+always 둙 24-12346-1
+always 둚 24-12346-26
+always 둛 24-12346-12
+always 둜 24-12346-3
+always 둝 24-12346-236
+always 둞 24-12346-256
+always 둟 24-12346-356
+always 든 24-1356
+always 듡 24-1356-13
+always 듢 24-1356-356
+always 들 24-2346
+always 듥 24-2346-1
+always 듦 24-2346-26
+always 듧 24-2346-12
+always 듨 24-2346-3
+always 듩 24-2346-236
+always 듪 24-2346-256
+always 듫 24-2346-356
+always 딘 24-12345
+always 딙 24-12345-13
+always 딚 24-12345-356
+always 따 6-24
+always 딱 6-24-1
+always 딲 6-24-1-1
+always 딳 6-24-1-3
+always 딴 6-24-25
+always 딵 6-24-25-13
+always 딶 6-24-25-356
+always 딷 6-24-35
+always 딸 6-24-2
+always 딹 6-24-2-1
+always 딺 6-24-2-26
+always 딻 6-24-2-12
+always 딼 6-24-2-3
+always 딽 6-24-2-236
+always 딾 6-24-2-256
+always 딿 6-24-2-356
+always 땀 6-24-26
+always 땁 6-24-12
+always 땂 6-24-12-3
+always 땃 6-24-3
+always 땄 6-24-34
+always 땅 6-24-2356
+always 땆 6-24-13
+always 땇 6-24-23
+always 땈 6-24-235
+always 땉 6-24-236
+always 땊 6-24-256
+always 땋 6-24-356
+always 떡 6-24-1456
+always 떢 6-24-1456-1
+always 떣 6-24-1456-3
+always 떤 6-24-23456
+always 떥 6-24-23456-13
+always 떦 6-24-23456-356
+always 떨 6-24-2345
+always 떩 6-24-2345-1
+always 떪 6-24-2345-26
+always 떫 6-24-2345-12
+always 떬 6-24-2345-3
+always 떭 6-24-2345-236
+always 떮 6-24-2345-256
+always 떯 6-24-2345-356
+always 뗜 6-24-16
+always 뗝 6-24-16-13
+always 뗞 6-24-16-356
+always 뗠 6-24-1256
+always 뗡 6-24-1256-1
+always 뗢 6-24-1256-26
+always 뗣 6-24-1256-12
+always 뗤 6-24-1256-3
+always 뗥 6-24-1256-236
+always 뗦 6-24-1256-256
+always 뗧 6-24-1256-356
+always 뗭 6-24-12456
+always 똑 6-24-1346
+always 똒 6-24-1346-1
+always 똓 6-24-1346-3
+always 똔 6-24-12356
+always 똕 6-24-12356-13
+always 똖 6-24-12356-356
+always 똥 6-24-123456
+always 뚠 6-24-1245
+always 뚡 6-24-1245-13
+always 뚢 6-24-1245-356
+always 뚣 6-24-134-35
+always 뚤 6-24-12346
+always 뚥 6-24-12346-1
+always 뚦 6-24-12346-26
+always 뚧 6-24-12346-12
+always 뚨 6-24-12346-3
+always 뚩 6-24-12346-236
+always 뚪 6-24-12346-256
+always 뚫 6-24-12346-356
+always 뜬 6-24-1356
+always 뜭 6-24-1356-13
+always 뜮 6-24-1356-356
+always 뜰 6-24-2346
+always 뜱 6-24-2346-1
+always 뜲 6-24-2346-26
+always 뜳 6-24-2346-12
+always 뜴 6-24-2346-3
+always 뜵 6-24-2346-236
+always 뜶 6-24-2346-256
+always 뜷 6-24-2346-356
+always 띤 6-24-12345
+always 띥 6-24-12345-13
+always 띦 6-24-12345-356
+always 럭 5-1456
+always 럮 5-1456-1
+always 럯 5-1456-3
+always 런 5-23456
+always 럱 5-23456-13
+always 럲 5-23456-356
+always 럴 5-2345
+always 럵 5-2345-1
+always 럶 5-2345-26
+always 럷 5-2345-12
+always 럸 5-2345-3
+always 럹 5-2345-236
+always 럺 5-2345-256
+always 럻 5-2345-356
+always 련 5-16
+always 렩 5-16-13
+always 렪 5-16-356
+always 렬 5-1256
+always 렭 5-1256-1
+always 렮 5-1256-26
+always 렯 5-1256-12
+always 렰 5-1256-3
+always 렱 5-1256-236
+always 렲 5-1256-256
+always 렳 5-1256-356
+always 령 5-12456
+always 록 5-1346
+always 롞 5-1346-1
+always 롟 5-1346-3
+always 론 5-12356
+always 롡 5-12356-13
+always 롢 5-12356-356
+always 롱 5-123456
+always 룬 5-1245
+always 룭 5-1245-13
+always 룮 5-1245-356
+always 룰 5-12346
+always 룱 5-12346-1
+always 룲 5-12346-26
+always 룳 5-12346-12
+always 룴 5-12346-3
+always 룵 5-12346-236
+always 룶 5-12346-256
+always 룷 5-12346-356
+always 른 5-1356
+always 륹 5-1356-13
+always 륺 5-1356-356
+always 를 5-2346
+always 륽 5-2346-1
+always 륾 5-2346-26
+always 륿 5-2346-12
+always 릀 5-2346-3
+always 릁 5-2346-236
+always 릂 5-2346-256
+always 릃 5-2346-356
+always 린 5-12345
+always 릱 5-12345-13
+always 릲 5-12345-356
+noback always 마 15
+always 막 15-1
+always 맊 15-1-1
+always 맋 15-1-3
+always 만 15-25
+always 맍 15-25-13
+always 많 15-25-356
+always 맏 15-35
+always 말 15-2
+always 맑 15-2-1
+always 맒 15-2-26
+always 맓 15-2-12
+always 맔 15-2-3
+always 맕 15-2-236
+always 맖 15-2-256
+always 맗 15-2-356
+always 맘 15-26
+always 맙 15-12
+always 맚 15-12-3
+always 맛 15-3
+always 맜 15-34
+always 망 15-2356
+always 맞 15-13
+always 맟 15-23
+always 맠 15-235
+always 맡 15-236
+always 맢 15-256
+always 맣 15-356
+always 먹 15-1456
+always 먺 15-1456-1
+always 먻 15-1456-3
+always 먼 15-23456
+always 먽 15-23456-13
+always 먾 15-23456-356
+always 멀 15-2345
+always 멁 15-2345-1
+always 멂 15-2345-26
+always 멃 15-2345-12
+always 멄 15-2345-3
+always 멅 15-2345-236
+always 멆 15-2345-256
+always 멇 15-2345-356
+always 면 15-16
+always 멵 15-16-13
+always 멶 15-16-356
+always 멸 15-1256
+always 멹 15-1256-1
+always 멺 15-1256-26
+always 멻 15-1256-12
+always 멼 15-1256-3
+always 멽 15-1256-236
+always 멾 15-1256-256
+always 멿 15-1256-356
+always 명 15-12456
+always 목 15-1346
+always 몪 15-1346-1
+always 몫 15-1346-3
+always 몬 15-12356
+always 몭 15-12356-13
+always 몮 15-12356-356
+always 몽 15-123456
+always 문 15-1245
+always 묹 15-1245-13
+always 묺 15-1245-356
+always 물 15-12346
+always 묽 15-12346-1
+always 묾 15-12346-26
+always 묿 15-12346-12
+always 뭀 15-12346-3
+always 뭁 15-12346-236
+always 뭂 15-12346-256
+always 뭃 15-12346-356
+always 믄 15-1356
+always 믅 15-1356-13
+always 믆 15-1356-356
+always 믈 15-2346
+always 믉 15-2346-1
+always 믊 15-2346-26
+always 믋 15-2346-12
+always 믌 15-2346-3
+always 믍 15-2346-236
+always 믎 15-2346-256
+always 믏 15-2346-356
+always 민 15-12345
+always 믽 15-12345-13
+always 믾 15-12345-356
+noback always 바 45
+always 박 45-1
+always 밖 45-1-1
+always 밗 45-1-3
+always 반 45-25
+always 밙 45-25-13
+always 밚 45-25-356
+always 받 45-35
+always 발 45-2
+always 밝 45-2-1
+always 밞 45-2-26
+always 밟 45-2-12
+always 밠 45-2-3
+always 밡 45-2-236
+always 밢 45-2-256
+always 밣 45-2-356
+always 밤 45-26
+always 밥 45-12
+always 밦 45-12-3
+always 밧 45-3
+always 밨 45-34
+always 방 45-2356
+always 밪 45-13
+always 밫 45-23
+always 밬 45-235
+always 밭 45-236
+always 밮 45-256
+always 밯 45-356
+always 벅 45-1456
+always 벆 45-1456-1
+always 벇 45-1456-3
+always 번 45-23456
+always 벉 45-23456-13
+always 벊 45-23456-356
+always 벌 45-2345
+always 벍 45-2345-1
+always 벎 45-2345-26
+always 벏 45-2345-12
+always 벐 45-2345-3
+always 벑 45-2345-236
+always 벒 45-2345-256
+always 벓 45-2345-356
+always 변 45-16
+always 볁 45-16-13
+always 볂 45-16-356
+always 별 45-1256
+always 볅 45-1256-1
+always 볆 45-1256-26
+always 볇 45-1256-12
+always 볈 45-1256-3
+always 볉 45-1256-236
+always 볊 45-1256-256
+always 볋 45-1256-356
+always 병 45-12456
+always 복 45-1346
+always 볶 45-1346-1
+always 볷 45-1346-3
+always 본 45-12356
+always 볹 45-12356-13
+always 볺 45-12356-356
+always 봉 45-123456
+always 분 45-1245
+always 붅 45-1245-13
+always 붆 45-1245-356
+always 불 45-12346
+always 붉 45-12346-1
+always 붊 45-12346-26
+always 붋 45-12346-12
+always 붌 45-12346-3
+always 붍 45-12346-236
+always 붎 45-12346-256
+always 붏 45-12346-356
+always 븐 45-1356
+always 븑 45-1356-13
+always 븒 45-1356-356
+always 블 45-2346
+always 븕 45-2346-1
+always 븖 45-2346-26
+always 븗 45-2346-12
+always 븘 45-2346-3
+always 븙 45-2346-236
+always 븚 45-2346-256
+always 븛 45-2346-356
+always 빈 45-12345
+always 빉 45-12345-13
+always 빊 45-12345-356
+always 빠 6-45
+always 빡 6-45-1
+always 빢 6-45-1-1
+always 빣 6-45-1-3
+always 빤 6-45-25
+always 빥 6-45-25-13
+always 빦 6-45-25-356
+always 빧 6-45-35
+always 빨 6-45-2
+always 빩 6-45-2-1
+always 빪 6-45-2-26
+always 빫 6-45-2-12
+always 빬 6-45-2-3
+always 빭 6-45-2-236
+always 빮 6-45-2-256
+always 빯 6-45-2-356
+always 빰 6-45-26
+always 빱 6-45-12
+always 빲 6-45-12-3
+always 빳 6-45-3
+always 빴 6-45-34
+always 빵 6-45-2356
+always 빶 6-45-13
+always 빷 6-45-23
+always 빸 6-45-235
+always 빹 6-45-236
+always 빺 6-45-256
+always 빻 6-45-356
+always 뻑 6-45-1456
+always 뻒 6-45-1456-1
+always 뻓 6-45-1456-3
+always 뻔 6-45-23456
+always 뻕 6-45-23456-13
+always 뻖 6-45-23456-356
+always 뻘 6-45-2345
+always 뻙 6-45-2345-1
+always 뻚 6-45-2345-26
+always 뻛 6-45-2345-12
+always 뻜 6-45-2345-3
+always 뻝 6-45-2345-236
+always 뻞 6-45-2345-256
+always 뻟 6-45-2345-356
+always 뼌 6-45-16
+always 뼍 6-45-16-13
+always 뼎 6-45-16-356
+always 뼐 6-45-1256
+always 뼑 6-45-1256-1
+always 뼒 6-45-1256-26
+always 뼓 6-45-1256-12
+always 뼔 6-45-1256-3
+always 뼕 6-45-1256-236
+always 뼖 6-45-1256-256
+always 뼗 6-45-1256-356
+always 뼝 6-45-12456
+always 뽁 6-45-1346
+always 뽂 6-45-1346-1
+always 뽃 6-45-1346-3
+always 뽄 6-45-12356
+always 뽅 6-45-12356-13
+always 뽆 6-45-12356-356
+always 뽕 6-45-123456
+always 뿐 6-45-1245
+always 뿑 6-45-1245-13
+always 뿒 6-45-1245-356
+always 뿔 6-45-12346
+always 뿕 6-45-12346-1
+always 뿖 6-45-12346-26
+always 뿗 6-45-12346-12
+always 뿘 6-45-12346-3
+always 뿙 6-45-12346-236
+always 뿚 6-45-12346-256
+always 뿛 6-45-12346-356
+always 쁜 6-45-1356
+always 쁝 6-45-1356-13
+always 쁞 6-45-1356-356
+always 쁠 6-45-2346
+always 쁡 6-45-2346-1
+always 쁢 6-45-2346-26
+always 쁣 6-45-2346-12
+always 쁤 6-45-2346-3
+always 쁥 6-45-2346-236
+always 쁦 6-45-2346-256
+always 쁧 6-45-2346-356
+always 삔 6-45-12345
+always 삕 6-45-12345-13
+always 삖 6-45-12345-356
+noback always 사 123
+always 삭 123-1
+always 삮 123-1-1
+always 삯 123-1-3
+always 산 123-25
+always 삱 123-25-13
+always 삲 123-25-356
+always 삳 123-35
+always 살 123-2
+always 삵 123-2-1
+always 삶 123-2-26
+always 삷 123-2-12
+always 삸 123-2-3
+always 삹 123-2-236
+always 삺 123-2-256
+always 삻 123-2-356
+always 삼 123-26
+always 삽 123-12
+always 삾 123-12-3
+always 삿 123-3
+always 샀 123-34
+always 상 123-2356
+always 샂 123-13
+always 샃 123-23
+always 샄 123-235
+always 샅 123-236
+always 샆 123-256
+always 샇 123-356
+always 석 6-1456
+always 섞 6-1456-1
+always 섟 6-1456-3
+always 선 6-23456
+always 섡 6-23456-13
+always 섢 6-23456-356
+always 설 6-2345
+always 섥 6-2345-1
+always 섦 6-2345-26
+always 섧 6-2345-12
+always 섨 6-2345-3
+always 섩 6-2345-236
+always 섪 6-2345-256
+always 섫 6-2345-356
+always 성 6-12456
+always 션 6-16
+always 셙 6-16-13
+always 셚 6-16-356
+always 셜 6-1256
+always 셝 6-1256-1
+always 셞 6-1256-26
+always 셟 6-1256-12
+always 셠 6-1256-3
+always 셡 6-1256-236
+always 셢 6-1256-256
+always 셣 6-1256-356
+always 속 6-1346
+always 솎 6-1346-1
+always 솏 6-1346-3
+always 손 6-12356
+always 솑 6-12356-13
+always 솒 6-12356-356
+always 송 6-123456
+always 순 6-1245
+always 숝 6-1245-13
+always 숞 6-1245-356
+always 술 6-12346
+always 숡 6-12346-1
+always 숢 6-12346-26
+always 숣 6-12346-12
+always 숤 6-12346-3
+always 숥 6-12346-236
+always 숦 6-12346-256
+always 숧 6-12346-356
+always 슨 6-1356
+always 슩 6-1356-13
+always 슪 6-1356-356
+always 슬 6-2346
+always 슭 6-2346-1
+always 슮 6-2346-26
+always 슯 6-2346-12
+always 슰 6-2346-3
+always 슱 6-2346-236
+always 슲 6-2346-256
+always 슳 6-2346-356
+always 신 6-12345
+always 싡 6-12345-13
+always 싢 6-12345-356
+always 싸 6-123
+always 싹 6-123-1
+always 싺 6-123-1-1
+always 싻 6-123-1-3
+always 싼 6-123-25
+always 싽 6-123-25-13
+always 싾 6-123-25-356
+always 싿 6-123-35
+always 쌀 6-123-2
+always 쌁 6-123-2-1
+always 쌂 6-123-2-26
+always 쌃 6-123-2-12
+always 쌄 6-123-2-3
+always 쌅 6-123-2-236
+always 쌆 6-123-2-256
+always 쌇 6-123-2-356
+always 쌈 6-123-26
+always 쌉 6-123-12
+always 쌊 6-123-12-3
+always 쌋 6-123-3
+always 쌌 6-123-34
+always 쌍 6-123-2356
+always 쌎 6-123-13
+always 쌏 6-123-23
+always 쌐 6-123-235
+always 쌑 6-123-236
+always 쌒 6-123-256
+always 쌓 6-123-356
+always 썩 6-6-1456
+always 썪 6-6-1456-1
+always 썫 6-6-1456-3
+always 썬 6-6-23456
+always 썭 6-6-23456-13
+always 썮 6-6-23456-356
+always 썰 6-6-2345
+always 썱 6-6-2345-1
+always 썲 6-6-2345-26
+always 썳 6-6-2345-12
+always 썴 6-6-2345-3
+always 썵 6-6-2345-236
+always 썶 6-6-2345-256
+always 썷 6-6-2345-356
+always 썽 6-6-12456
+always 쎤 6-6-16
+always 쎥 6-6-16-13
+always 쎦 6-6-16-356
+always 쎨 6-6-1256
+always 쎩 6-6-1256-1
+always 쎪 6-6-1256-26
+always 쎫 6-6-1256-12
+always 쎬 6-6-1256-3
+always 쎭 6-6-1256-236
+always 쎮 6-6-1256-256
+always 쎯 6-6-1256-356
+always 쏙 6-6-1346
+always 쏚 6-6-1346-1
+always 쏛 6-6-1346-3
+always 쏜 6-6-12356
+always 쏝 6-6-12356-13
+always 쏞 6-6-12356-356
+always 쏭 6-6-123456
+always 쑨 6-6-1245
+always 쑩 6-6-1245-13
+always 쑪 6-6-1245-356
+always 쑬 6-6-12346
+always 쑭 6-6-12346-1
+always 쑮 6-6-12346-26
+always 쑯 6-6-12346-12
+always 쑰 6-6-12346-3
+always 쑱 6-6-12346-236
+always 쑲 6-6-12346-256
+always 쑳 6-6-12346-356
+always 쓴 6-6-1356
+always 쓵 6-6-1356-13
+always 쓶 6-6-1356-356
+always 쓸 6-6-2346
+always 쓹 6-6-2346-1
+always 쓺 6-6-2346-26
+always 쓻 6-6-2346-12
+always 쓼 6-6-2346-3
+always 쓽 6-6-2346-236
+always 쓾 6-6-2346-256
+always 쓿 6-6-2346-356
+always 씬 6-6-12345
+always 씭 6-6-12345-13
+always 씮 6-6-12345-356
+noback always 억 1456
+always 얶 1456-1
+always 얷 1456-3
+noback always 언 23456
+always 얹 23456-13
+always 얺 23456-356
+noback always 얼 2345
+always 얽 2345-1
+always 얾 2345-26
+always 얿 2345-12
+always 엀 2345-3
+always 엁 2345-236
+always 엂 2345-256
+always 엃 2345-356
+noback always 연 16
+always 엱 16-13
+always 엲 16-356
+noback always 열 1256
+always 엵 1256-1
+always 엶 1256-26
+always 엷 1256-12
+always 엸 1256-3
+always 엹 1256-236
+always 엺 1256-256
+always 엻 1256-356
+noback always 영 12456
+noback always 옥 1346
+always 옦 1346-1
+always 옧 1346-3
+noback always 온 12356
+always 옩 12356-13
+always 옪 12356-356
+noback always 옹 123456
+noback always 운 1245
+always 욵 1245-13
+always 욶 1245-356
+noback always 울 12346
+always 욹 12346-1
+always 욺 12346-26
+always 욻 12346-12
+always 욼 12346-3
+always 욽 12346-236
+always 욾 12346-256
+always 욿 12346-356
+noback always 은 1356
+always 읁 1356-13
+always 읂 1356-356
+noback always 을 2346
+always 읅 2346-1
+always 읆 2346-26
+always 읇 2346-12
+always 읈 2346-3
+always 읉 2346-236
+always 읊 2346-256
+always 읋 2346-356
+noback always 인 12345
+always 읹 12345-13
+always 읺 12345-356
+noback always 자 46
+always 작 46-1
+always 잒 46-1-1
+always 잓 46-1-3
+always 잔 46-25
+always 잕 46-25-13
+always 잖 46-25-356
+always 잗 46-35
+always 잘 46-2
+always 잙 46-2-1
+always 잚 46-2-26
+always 잛 46-2-12
+always 잜 46-2-3
+always 잝 46-2-236
+always 잞 46-2-256
+always 잟 46-2-356
+always 잠 46-26
+always 잡 46-12
+always 잢 46-12-3
+always 잣 46-3
+always 잤 46-34
+always 장 46-2356
+always 잦 46-13
+always 잧 46-23
+always 잨 46-235
+always 잩 46-236
+always 잪 46-256
+always 잫 46-356
+always 적 46-1456
+always 젂 46-1456-1
+always 젃 46-1456-3
+always 전 46-23456
+always 젅 46-23456-13
+always 젆 46-23456-356
+always 절 46-2345
+always 젉 46-2345-1
+always 젊 46-2345-26
+always 젋 46-2345-12
+always 젌 46-2345-3
+always 젍 46-2345-236
+always 젎 46-2345-256
+always 젏 46-2345-356
+always 정 46-12456
+always 젼 46-16
+always 젽 46-16-13
+always 젾 46-16-356
+always 졀 46-1256
+always 졁 46-1256-1
+always 졂 46-1256-26
+always 졃 46-1256-12
+always 졄 46-1256-3
+always 졅 46-1256-236
+always 졆 46-1256-256
+always 졇 46-1256-356
+always 족 46-1346
+always 졲 46-1346-1
+always 졳 46-1346-3
+always 존 46-12356
+always 졵 46-12356-13
+always 졶 46-12356-356
+always 종 46-123456
+always 준 46-1245
+always 줁 46-1245-13
+always 줂 46-1245-356
+always 줄 46-12346
+always 줅 46-12346-1
+always 줆 46-12346-26
+always 줇 46-12346-12
+always 줈 46-12346-3
+always 줉 46-12346-236
+always 줊 46-12346-256
+always 줋 46-12346-356
+always 즌 46-1356
+always 즍 46-1356-13
+always 즎 46-1356-356
+always 즐 46-2346
+always 즑 46-2346-1
+always 즒 46-2346-26
+always 즓 46-2346-12
+always 즔 46-2346-3
+always 즕 46-2346-236
+always 즖 46-2346-256
+always 즗 46-2346-356
+always 진 46-12345
+always 짅 46-12345-13
+always 짆 46-12345-356
+always 짜 6-46
+always 짝 6-46-1
+always 짞 6-46-1-1
+always 짟 6-46-1-3
+always 짠 6-46-25
+always 짡 6-46-25-13
+always 짢 6-46-25-356
+always 짣 6-46-35
+always 짤 6-46-2
+always 짥 6-46-2-1
+always 짦 6-46-2-26
+always 짧 6-46-2-12
+always 짨 6-46-2-3
+always 짩 6-46-2-236
+always 짪 6-46-2-256
+always 짫 6-46-2-356
+always 짬 6-46-26
+always 짭 6-46-12
+always 짮 6-46-12-3
+always 짯 6-46-3
+always 짰 6-46-34
+always 짱 6-46-2356
+always 짲 6-46-13
+always 짳 6-46-23
+always 짴 6-46-235
+always 짵 6-46-236
+always 짶 6-46-256
+always 짷 6-46-356
+always 쩍 6-46-1456
+always 쩎 6-46-1456-1
+always 쩏 6-46-1456-3
+always 쩐 6-46-23456
+always 쩑 6-46-23456-13
+always 쩒 6-46-23456-356
+always 쩔 6-46-2345
+always 쩕 6-46-2345-1
+always 쩖 6-46-2345-26
+always 쩗 6-46-2345-12
+always 쩘 6-46-2345-3
+always 쩙 6-46-2345-236
+always 쩚 6-46-2345-256
+always 쩛 6-46-2345-356
+always 쩡 6-46-12456
+always 쪈 6-46-16
+always 쪉 6-46-16-13
+always 쪊 6-46-16-356
+always 쪌 6-46-1256
+always 쪍 6-46-1256-1
+always 쪎 6-46-1256-26
+always 쪏 6-46-1256-12
+always 쪐 6-46-1256-3
+always 쪑 6-46-1256-236
+always 쪒 6-46-1256-256
+always 쪓 6-46-1256-356
+always 쪽 6-46-1346
+always 쪾 6-46-1346-1
+always 쪿 6-46-1346-3
+always 쫀 6-46-12356
+always 쫁 6-46-12356-13
+always 쫂 6-46-12356-356
+always 쫑 6-46-123456
+always 쭌 6-46-1245
+always 쭍 6-46-1245-13
+always 쭎 6-46-1245-356
+always 쭐 6-46-12346
+always 쭑 6-46-12346-1
+always 쭒 6-46-12346-26
+always 쭓 6-46-12346-12
+always 쭔 6-46-12346-3
+always 쭕 6-46-12346-236
+always 쭖 6-46-12346-256
+always 쭗 6-46-12346-356
+always 쯘 6-46-1356
+always 쯙 6-46-1356-13
+always 쯚 6-46-1356-356
+always 쯜 6-46-2346
+always 쯝 6-46-2346-1
+always 쯞 6-46-2346-26
+always 쯟 6-46-2346-12
+always 쯠 6-46-2346-3
+always 쯡 6-46-2346-236
+always 쯢 6-46-2346-256
+always 쯣 6-46-2346-356
+always 찐 6-46-12345
+always 찑 6-46-12345-13
+always 찒 6-46-12345-356
+always 척 56-1456
+always 첚 56-1456-1
+always 첛 56-1456-3
+always 천 56-23456
+always 첝 56-23456-13
+always 첞 56-23456-356
+always 철 56-2345
+always 첡 56-2345-1
+always 첢 56-2345-26
+always 첣 56-2345-12
+always 첤 56-2345-3
+always 첥 56-2345-236
+always 첦 56-2345-256
+always 첧 56-2345-356
+always 청 56-12456
+always 쳔 56-16
+always 쳕 56-16-13
+always 쳖 56-16-356
+always 쳘 56-1256
+always 쳙 56-1256-1
+always 쳚 56-1256-26
+always 쳛 56-1256-12
+always 쳜 56-1256-3
+always 쳝 56-1256-236
+always 쳞 56-1256-256
+always 쳟 56-1256-356
+always 촉 56-1346
+always 촊 56-1346-1
+always 촋 56-1346-3
+always 촌 56-12356
+always 촍 56-12356-13
+always 촎 56-12356-356
+always 총 56-123456
+always 춘 56-1245
+always 춙 56-1245-13
+always 춚 56-1245-356
+always 출 56-12346
+always 춝 56-12346-1
+always 춞 56-12346-26
+always 춟 56-12346-12
+always 춠 56-12346-3
+always 춡 56-12346-236
+always 춢 56-12346-256
+always 춣 56-12346-356
+always 츤 56-1356
+always 츥 56-1356-13
+always 츦 56-1356-356
+always 츨 56-2346
+always 츩 56-2346-1
+always 츪 56-2346-26
+always 츫 56-2346-12
+always 츬 56-2346-3
+always 츭 56-2346-236
+always 츮 56-2346-256
+always 츯 56-2346-356
+always 친 56-12345
+always 칝 56-12345-13
+always 칞 56-12345-356
+noback always 카 124
+always 칵 124-1
+always 칶 124-1-1
+always 칷 124-1-3
+always 칸 124-25
+always 칹 124-25-13
+always 칺 124-25-356
+always 칻 124-35
+always 칼 124-2
+always 칽 124-2-1
+always 칾 124-2-26
+always 칿 124-2-12
+always 캀 124-2-3
+always 캁 124-2-236
+always 캂 124-2-256
+always 캃 124-2-356
+always 캄 124-26
+always 캅 124-12
+always 캆 124-12-3
+always 캇 124-3
+always 캈 124-34
+always 캉 124-2356
+always 캊 124-13
+always 캋 124-23
+always 캌 124-235
+always 캍 124-236
+always 캎 124-256
+always 캏 124-356
+always 컥 124-1456
+always 컦 124-1456-1
+always 컧 124-1456-3
+always 컨 124-23456
+always 컩 124-23456-13
+always 컪 124-23456-356
+always 컬 124-2345
+always 컭 124-2345-1
+always 컮 124-2345-26
+always 컯 124-2345-12
+always 컰 124-2345-3
+always 컱 124-2345-236
+always 컲 124-2345-256
+always 컳 124-2345-356
+always 켠 124-16
+always 켡 124-16-13
+always 켢 124-16-356
+always 켤 124-1256
+always 켥 124-1256-1
+always 켦 124-1256-26
+always 켧 124-1256-12
+always 켨 124-1256-3
+always 켩 124-1256-236
+always 켪 124-1256-256
+always 켫 124-1256-356
+always 켱 124-12456
+always 콕 124-1346
+always 콖 124-1346-1
+always 콗 124-1346-3
+always 콘 124-12356
+always 콙 124-12356-13
+always 콚 124-12356-356
+always 콩 124-123456
+always 쿤 124-1245
+always 쿥 124-1245-13
+always 쿦 124-1245-356
+always 쿨 124-12346
+always 쿩 124-12346-1
+always 쿪 124-12346-26
+always 쿫 124-12346-12
+always 쿬 124-12346-3
+always 쿭 124-12346-236
+always 쿮 124-12346-256
+always 쿯 124-12346-356
+always 큰 124-1356
+always 큱 124-1356-13
+always 큲 124-1356-356
+always 클 124-2346
+always 큵 124-2346-1
+always 큶 124-2346-26
+always 큷 124-2346-12
+always 큸 124-2346-3
+always 큹 124-2346-236
+always 큺 124-2346-256
+always 큻 124-2346-356
+always 킨 124-12345
+always 킩 124-12345-13
+always 킪 124-12345-356
+noback always 타 125
+always 탁 125-1
+always 탂 125-1-1
+always 탃 125-1-3
+always 탄 125-25
+always 탅 125-25-13
+always 탆 125-25-356
+always 탇 125-35
+always 탈 125-2
+always 탉 125-2-1
+always 탊 125-2-26
+always 탋 125-2-12
+always 탌 125-2-3
+always 탍 125-2-236
+always 탎 125-2-256
+always 탏 125-2-356
+always 탐 125-26
+always 탑 125-12
+always 탒 125-12-3
+always 탓 125-3
+always 탔 125-34
+always 탕 125-2356
+always 탖 125-13
+always 탗 125-23
+always 탘 125-235
+always 탙 125-236
+always 탚 125-256
+always 탛 125-356
+always 턱 125-1456
+always 턲 125-1456-1
+always 턳 125-1456-3
+always 턴 125-23456
+always 턵 125-23456-13
+always 턶 125-23456-356
+always 털 125-2345
+always 턹 125-2345-1
+always 턺 125-2345-26
+always 턻 125-2345-12
+always 턼 125-2345-3
+always 턽 125-2345-236
+always 턾 125-2345-256
+always 턿 125-2345-356
+always 텬 125-16
+always 텭 125-16-13
+always 텮 125-16-356
+always 텰 125-1256
+always 텱 125-1256-1
+always 텲 125-1256-26
+always 텳 125-1256-12
+always 텴 125-1256-3
+always 텵 125-1256-236
+always 텶 125-1256-256
+always 텷 125-1256-356
+always 텽 125-12456
+always 톡 125-1346
+always 톢 125-1346-1
+always 톣 125-1346-3
+always 톤 125-12356
+always 톥 125-12356-13
+always 톦 125-12356-356
+always 통 125-123456
+always 툰 125-1245
+always 툱 125-1245-13
+always 툲 125-1245-356
+always 툴 125-12346
+always 툵 125-12346-1
+always 툶 125-12346-26
+always 툷 125-12346-12
+always 툸 125-12346-3
+always 툹 125-12346-236
+always 툺 125-12346-256
+always 툻 125-12346-356
+always 튼 125-1356
+always 튽 125-1356-13
+always 튾 125-1356-356
+always 틀 125-2346
+always 틁 125-2346-1
+always 틂 125-2346-26
+always 틃 125-2346-12
+always 틄 125-2346-3
+always 틅 125-2346-236
+always 틆 125-2346-256
+always 틇 125-2346-356
+always 틴 125-12345
+always 틵 125-12345-13
+always 틶 125-12345-356
+noback always 파 145
+always 팍 145-1
+always 팎 145-1-1
+always 팏 145-1-3
+always 판 145-25
+always 팑 145-25-13
+always 팒 145-25-356
+always 팓 145-35
+always 팔 145-2
+always 팕 145-2-1
+always 팖 145-2-26
+always 팗 145-2-12
+always 팘 145-2-3
+always 팙 145-2-236
+always 팚 145-2-256
+always 팛 145-2-356
+always 팜 145-26
+always 팝 145-12
+always 팞 145-12-3
+always 팟 145-3
+always 팠 145-34
+always 팡 145-2356
+always 팢 145-13
+always 팣 145-23
+always 팤 145-235
+always 팥 145-236
+always 팦 145-256
+always 팧 145-356
+always 퍽 145-1456
+always 퍾 145-1456-1
+always 퍿 145-1456-3
+always 펀 145-23456
+always 펁 145-23456-13
+always 펂 145-23456-356
+always 펄 145-2345
+always 펅 145-2345-1
+always 펆 145-2345-26
+always 펇 145-2345-12
+always 펈 145-2345-3
+always 펉 145-2345-236
+always 펊 145-2345-256
+always 펋 145-2345-356
+always 편 145-16
+always 펹 145-16-13
+always 펺 145-16-356
+always 펼 145-1256
+always 펽 145-1256-1
+always 펾 145-1256-26
+always 펿 145-1256-12
+always 폀 145-1256-3
+always 폁 145-1256-236
+always 폂 145-1256-256
+always 폃 145-1256-356
+always 평 145-12456
+always 폭 145-1346
+always 폮 145-1346-1
+always 폯 145-1346-3
+always 폰 145-12356
+always 폱 145-12356-13
+always 폲 145-12356-356
+always 퐁 145-123456
+always 푼 145-1245
+always 푽 145-1245-13
+always 푾 145-1245-356
+always 풀 145-12346
+always 풁 145-12346-1
+always 풂 145-12346-26
+always 풃 145-12346-12
+always 풄 145-12346-3
+always 풅 145-12346-236
+always 풆 145-12346-256
+always 풇 145-12346-356
+always 픈 145-1356
+always 픉 145-1356-13
+always 픊 145-1356-356
+always 플 145-2346
+always 픍 145-2346-1
+always 픎 145-2346-26
+always 픏 145-2346-12
+always 픐 145-2346-3
+always 픑 145-2346-236
+always 픒 145-2346-256
+always 픓 145-2346-356
+always 핀 145-12345
+always 핁 145-12345-13
+always 핂 145-12345-356
+noback always 하 245
+always 학 245-1
+always 핚 245-1-1
+always 핛 245-1-3
+always 한 245-25
+always 핝 245-25-13
+always 핞 245-25-356
+always 핟 245-35
+always 할 245-2
+always 핡 245-2-1
+always 핢 245-2-26
+always 핣 245-2-12
+always 핤 245-2-3
+always 핥 245-2-236
+always 핦 245-2-256
+always 핧 245-2-356
+always 함 245-26
+always 합 245-12
+always 핪 245-12-3
+always 핫 245-3
+always 핬 245-34
+always 항 245-2356
+always 핮 245-13
+always 핯 245-23
+always 핰 245-235
+always 핱 245-236
+always 핲 245-256
+always 핳 245-356
+always 헉 245-1456
+always 헊 245-1456-1
+always 헋 245-1456-3
+always 헌 245-23456
+always 헍 245-23456-13
+always 헎 245-23456-356
+always 헐 245-2345
+always 헑 245-2345-1
+always 헒 245-2345-26
+always 헓 245-2345-12
+always 헔 245-2345-3
+always 헕 245-2345-236
+always 헖 245-2345-256
+always 헗 245-2345-356
+always 현 245-16
+always 혅 245-16-13
+always 혆 245-16-356
+always 혈 245-1256
+always 혉 245-1256-1
+always 혊 245-1256-26
+always 혋 245-1256-12
+always 혌 245-1256-3
+always 혍 245-1256-236
+always 혎 245-1256-256
+always 혏 245-1256-356
+always 형 245-12456
+always 혹 245-1346
+always 혺 245-1346-1
+always 혻 245-1346-3
+always 혼 245-12356
+always 혽 245-12356-13
+always 혾 245-12356-356
+always 홍 245-123456
+always 훈 245-1245
+always 훉 245-1245-13
+always 훊 245-1245-356
+always 훌 245-12346
+always 훍 245-12346-1
+always 훎 245-12346-26
+always 훏 245-12346-12
+always 훐 245-12346-3
+always 훑 245-12346-236
+always 훒 245-12346-256
+always 훓 245-12346-356
+always 흔 245-1356
+always 흕 245-1356-13
+always 흖 245-1356-356
+always 흘 245-2346
+always 흙 245-2346-1
+always 흚 245-2346-26
+always 흛 245-2346-12
+always 흜 245-2346-3
+always 흝 245-2346-236
+always 흞 245-2346-256
+always 흟 245-2346-356
+always 힌 245-12345
+always 힍 245-12345-13
+always 힎 245-12345-356
+
+
+# Special cases:
+
+# Case 1: multi-cell contractions:
+# These require that two cells are used for contractions (shorthand for commonly used words).
+always 그래서	1-234
+always 그러나	1-14
+always 그러면	1-25
+always 그러므로	1-26
+always 그런데	1-1345
+always 그리고	1-136
+always 그리하여	1-156
+
+# Case 2: Special jamo (conscenant-vowel) sequences (mostly "ah" sounds):
+# These require that "ah" (dots 126) be inserted before reading "ng" conscenant.
+always 나아 14-126-126
+always 나악 14-126-126-1
+always 나앆 14-126-126-1-1
+always 나앇 14-126-126-1-3
+always 나안 14-126-126-25
+always 나앉 14-126-126-25-13
+always 나않 14-126-126-25-356
+always 나앋 14-126-126-35
+always 나알 14-126-126-2
+always 나앍 14-126-126-2-1
+always 나앎 14-126-126-2-26
+always 나앏 14-126-126-2-12
+always 나앐 14-126-126-2-3
+always 나앑 14-126-126-2-236
+always 나앒 14-126-126-2-256
+always 나앓 14-126-126-2-356
+always 나암 14-126-126-26
+always 나압 14-126-126-12
+always 나앖 14-126-126-12-3
+always 나앗 14-126-126-3
+always 나았 14-126-126-34
+always 나앙 14-126-126-2356
+always 나앚 14-126-126-13
+always 나앛 14-126-126-23
+always 나앜 14-126-126-235
+always 나앝 14-126-126-236
+always 나앞 14-126-126-256
+always 나앟 14-126-126-356
+always 나애 14-126-1235
+always 나액 14-126-1235-1
+always 나앢 14-126-1235-1-1
+always 나앣 14-126-1235-1-3
+always 나앤 14-126-1235-25
+always 나앥 14-126-1235-25-13
+always 나앦 14-126-1235-25-356
+always 나앧 14-126-1235-35
+always 나앨 14-126-1235-2
+always 나앩 14-126-1235-2-1
+always 나앪 14-126-1235-2-26
+always 나앫 14-126-1235-2-12
+always 나앬 14-126-1235-2-3
+always 나앭 14-126-1235-2-236
+always 나앮 14-126-1235-2-256
+always 나앯 14-126-1235-2-356
+always 나앰 14-126-1235-26
+always 나앱 14-126-1235-12
+always 나앲 14-126-1235-12-3
+always 나앳 14-126-1235-3
+always 나앴 14-126-1235-34
+always 나앵 14-126-1235-2356
+always 나앶 14-126-1235-13
+always 나앷 14-126-1235-23
+always 나앸 14-126-1235-235
+always 나앹 14-126-1235-236
+always 나앺 14-126-1235-256
+always 나앻 14-126-1235-356
+always 나야 14-126-345
+always 나약 14-126-345-1
+always 나앾 14-126-345-1-1
+always 나앿 14-126-345-1-3
+always 나얀 14-126-345-25
+always 나얁 14-126-345-25-13
+always 나얂 14-126-345-25-356
+always 나얃 14-126-345-35
+always 나얄 14-126-345-2
+always 나얅 14-126-345-2-1
+always 나얆 14-126-345-2-26
+always 나얇 14-126-345-2-12
+always 나얈 14-126-345-2-3
+always 나얉 14-126-345-2-236
+always 나얊 14-126-345-2-256
+always 나얋 14-126-345-2-356
+always 나얌 14-126-345-26
+always 나얍 14-126-345-12
+always 나얎 14-126-345-12-3
+always 나얏 14-126-345-3
+always 나얐 14-126-345-34
+always 나양 14-126-345-2356
+always 나얒 14-126-345-13
+always 나얓 14-126-345-23
+always 나얔 14-126-345-235
+always 나얕 14-126-345-236
+always 나얖 14-126-345-256
+always 나얗 14-126-345-356
+always 나얘 14-126-345-1235
+always 나얙 14-126-345-1235-1
+always 나얚 14-126-345-1235-1-1
+always 나얛 14-126-345-1235-1-3
+always 나얜 14-126-345-1235-25
+always 나얝 14-126-345-1235-25-13
+always 나얞 14-126-345-1235-25-356
+always 나얟 14-126-345-1235-35
+always 나얠 14-126-345-1235-2
+always 나얡 14-126-345-1235-2-1
+always 나얢 14-126-345-1235-2-26
+always 나얣 14-126-345-1235-2-12
+always 나얤 14-126-345-1235-2-3
+always 나얥 14-126-345-1235-2-236
+always 나얦 14-126-345-1235-2-256
+always 나얧 14-126-345-1235-2-356
+always 나얨 14-126-345-1235-26
+always 나얩 14-126-345-1235-12
+always 나얪 14-126-345-1235-12-3
+always 나얫 14-126-345-1235-3
+always 나얬 14-126-345-1235-34
+always 나얭 14-126-345-1235-2356
+always 나얮 14-126-345-1235-13
+always 나얯 14-126-345-1235-23
+always 나얰 14-126-345-1235-235
+always 나얱 14-126-345-1235-236
+always 나얲 14-126-345-1235-256
+always 나얳 14-126-345-1235-356
+always 나어 14-126-234
+always 나억 14-126-1456
+always 나얶 14-126-1456-1
+always 나얷 14-126-1456-3
+always 나언 14-126-23456
+always 나얹 14-126-23456-13
+always 나얺 14-126-23456-356
+always 나얻 14-126-234-35
+always 나얼 14-126-2345
+always 나얽 14-126-2345-1
+always 나얾 14-126-2345-26
+always 나얿 14-126-2345-12
+always 나엀 14-126-2345-3
+always 나엁 14-126-2345-236
+always 나엂 14-126-2345-256
+always 나엃 14-126-2345-356
+always 나엄 14-126-234-26
+always 나업 14-126-234-12
+always 나없 14-126-234-12-3
+always 나엇 14-126-234-3
+always 나었 14-126-234-34
+always 나엉 14-126-234-2356
+always 나엊 14-126-234-13
+always 나엋 14-126-234-23
+always 나엌 14-126-234-235
+always 나엍 14-126-234-236
+always 나엎 14-126-234-256
+always 나엏 14-126-234-356
+always 나에 14-126-1345
+always 나엑 14-126-1345-1
+always 나엒 14-126-1345-1-1
+always 나엓 14-126-1345-1-3
+always 나엔 14-126-1345-25
+always 나엕 14-126-1345-25-13
+always 나엖 14-126-1345-25-356
+always 나엗 14-126-1345-35
+always 나엘 14-126-1345-2
+always 나엙 14-126-1345-2-1
+always 나엚 14-126-1345-2-26
+always 나엛 14-126-1345-2-12
+always 나엜 14-126-1345-2-3
+always 나엝 14-126-1345-2-236
+always 나엞 14-126-1345-2-256
+always 나엟 14-126-1345-2-356
+always 나엠 14-126-1345-26
+always 나엡 14-126-1345-12
+always 나엢 14-126-1345-12-3
+always 나엣 14-126-1345-3
+always 나엤 14-126-1345-34
+always 나엥 14-126-1345-2356
+always 나엦 14-126-1345-13
+always 나엧 14-126-1345-23
+always 나엨 14-126-1345-235
+always 나엩 14-126-1345-236
+always 나엪 14-126-1345-256
+always 나엫 14-126-1345-356
+always 나여 14-126-156
+always 나역 14-126-156-1
+always 나엮 14-126-156-1-1
+always 나엯 14-126-156-1-3
+always 나연 14-126-16
+always 나엱 14-126-16-13
+always 나엲 14-126-16-356
+always 나열 14-126-1256
+always 나엵 14-126-1256-1
+always 나엶 14-126-1256-26
+always 나엷 14-126-1256-12
+always 나엸 14-126-1256-3
+always 나엹 14-126-1256-236
+always 나엺 14-126-1256-256
+always 나엻 14-126-1256-356
+always 나염 14-126-156-26
+always 나엽 14-126-156-12
+always 나엾 14-126-156-12-3
+always 나엿 14-126-156-3
+always 나였 14-126-156-34
+always 나영 14-126-12456
+always 나옂 14-126-156-13
+always 나옃 14-126-156-23
+always 나옄 14-126-156-235
+always 나옅 14-126-156-236
+always 나옆 14-126-156-256
+always 나옇 14-126-156-356
+always 나예 14-126-34
+always 나옉 14-126-34-1
+always 나옊 14-126-34-1-1
+always 나옋 14-126-34-1-3
+always 나옌 14-126-34-25
+always 나옍 14-126-34-25-13
+always 나옎 14-126-34-25-356
+always 나옏 14-126-34-35
+always 나옐 14-126-34-2
+always 나옑 14-126-34-2-1
+always 나옒 14-126-34-2-26
+always 나옓 14-126-34-2-12
+always 나옔 14-126-34-2-3
+always 나옕 14-126-34-2-236
+always 나옖 14-126-34-2-256
+always 나옗 14-126-34-2-356
+always 나옘 14-126-34-26
+always 나옙 14-126-34-12
+always 나옚 14-126-34-12-3
+always 나옛 14-126-34-3
+always 나옜 14-126-34-34
+always 나옝 14-126-34-2356
+always 나옞 14-126-34-13
+always 나옟 14-126-34-23
+always 나옠 14-126-34-235
+always 나옡 14-126-34-236
+always 나옢 14-126-34-256
+always 나옣 14-126-34-356
+always 나오 14-126-136
+always 나옥 14-126-1346
+always 나옦 14-126-1346-1
+always 나옧 14-126-1346-3
+always 나온 14-126-12356
+always 나옩 14-126-12356-13
+always 나옪 14-126-12356-356
+always 나옫 14-126-136-35
+always 나올 14-126-136-2
+always 나옭 14-126-136-2-1
+always 나옮 14-126-136-2-26
+always 나옯 14-126-136-2-12
+always 나옰 14-126-136-2-3
+always 나옱 14-126-136-2-236
+always 나옲 14-126-136-2-256
+always 나옳 14-126-136-2-356
+always 나옴 14-126-136-26
+always 나옵 14-126-136-12
+always 나옶 14-126-136-12-3
+always 나옷 14-126-136-3
+always 나옸 14-126-136-34
+always 나옹 14-126-123456
+always 나옺 14-126-136-13
+always 나옻 14-126-136-23
+always 나옼 14-126-136-235
+always 나옽 14-126-136-236
+always 나옾 14-126-136-256
+always 나옿 14-126-136-356
+always 나와 14-126-1236
+always 나왁 14-126-1236-1
+always 나왂 14-126-1236-1-1
+always 나왃 14-126-1236-1-3
+always 나완 14-126-1236-25
+always 나왅 14-126-1236-25-13
+always 나왆 14-126-1236-25-356
+always 나왇 14-126-1236-35
+always 나왈 14-126-1236-2
+always 나왉 14-126-1236-2-1
+always 나왊 14-126-1236-2-26
+always 나왋 14-126-1236-2-12
+always 나왌 14-126-1236-2-3
+always 나왍 14-126-1236-2-236
+always 나왎 14-126-1236-2-256
+always 나왏 14-126-1236-2-356
+always 나왐 14-126-1236-26
+always 나왑 14-126-1236-12
+always 나왒 14-126-1236-12-3
+always 나왓 14-126-1236-3
+always 나왔 14-126-1236-34
+always 나왕 14-126-1236-2356
+always 나왖 14-126-1236-13
+always 나왗 14-126-1236-23
+always 나왘 14-126-1236-235
+always 나왙 14-126-1236-236
+always 나왚 14-126-1236-256
+always 나왛 14-126-1236-356
+always 나왜 14-126-1236-1235
+always 나왝 14-126-1236-1235-1
+always 나왞 14-126-1236-1235-1-1
+always 나왟 14-126-1236-1235-1-3
+always 나왠 14-126-1236-1235-25
+always 나왡 14-126-1236-1235-25-13
+always 나왢 14-126-1236-1235-25-356
+always 나왣 14-126-1236-1235-35
+always 나왤 14-126-1236-1235-2
+always 나왥 14-126-1236-1235-2-1
+always 나왦 14-126-1236-1235-2-26
+always 나왧 14-126-1236-1235-2-12
+always 나왨 14-126-1236-1235-2-3
+always 나왩 14-126-1236-1235-2-236
+always 나왪 14-126-1236-1235-2-256
+always 나왫 14-126-1236-1235-2-356
+always 나왬 14-126-1236-1235-26
+always 나왭 14-126-1236-1235-12
+always 나왮 14-126-1236-1235-12-3
+always 나왯 14-126-1236-1235-3
+always 나왰 14-126-1236-1235-34
+always 나왱 14-126-1236-1235-2356
+always 나왲 14-126-1236-1235-13
+always 나왳 14-126-1236-1235-23
+always 나왴 14-126-1236-1235-235
+always 나왵 14-126-1236-1235-236
+always 나왶 14-126-1236-1235-256
+always 나왷 14-126-1236-1235-356
+always 나외 14-126-13456
+always 나왹 14-126-13456-1
+always 나왺 14-126-13456-1-1
+always 나왻 14-126-13456-1-3
+always 나왼 14-126-13456-25
+always 나왽 14-126-13456-25-13
+always 나왾 14-126-13456-25-356
+always 나왿 14-126-13456-35
+always 나욀 14-126-13456-2
+always 나욁 14-126-13456-2-1
+always 나욂 14-126-13456-2-26
+always 나욃 14-126-13456-2-12
+always 나욄 14-126-13456-2-3
+always 나욅 14-126-13456-2-236
+always 나욆 14-126-13456-2-256
+always 나욇 14-126-13456-2-356
+always 나욈 14-126-13456-26
+always 나욉 14-126-13456-12
+always 나욊 14-126-13456-12-3
+always 나욋 14-126-13456-3
+always 나욌 14-126-13456-34
+always 나욍 14-126-13456-2356
+always 나욎 14-126-13456-13
+always 나욏 14-126-13456-23
+always 나욐 14-126-13456-235
+always 나욑 14-126-13456-236
+always 나욒 14-126-13456-256
+always 나욓 14-126-13456-356
+always 나요 14-126-346
+always 나욕 14-126-346-1
+always 나욖 14-126-346-1-1
+always 나욗 14-126-346-1-3
+always 나욘 14-126-346-25
+always 나욙 14-126-346-25-13
+always 나욚 14-126-346-25-356
+always 나욛 14-126-346-35
+always 나욜 14-126-346-2
+always 나욝 14-126-346-2-1
+always 나욞 14-126-346-2-26
+always 나욟 14-126-346-2-12
+always 나욠 14-126-346-2-3
+always 나욡 14-126-346-2-236
+always 나욢 14-126-346-2-256
+always 나욣 14-126-346-2-356
+always 나욤 14-126-346-26
+always 나욥 14-126-346-12
+always 나욦 14-126-346-12-3
+always 나욧 14-126-346-3
+always 나욨 14-126-346-34
+always 나용 14-126-346-2356
+always 나욪 14-126-346-13
+always 나욫 14-126-346-23
+always 나욬 14-126-346-235
+always 나욭 14-126-346-236
+always 나욮 14-126-346-256
+always 나욯 14-126-346-356
+always 나우 14-126-134
+always 나욱 14-126-134-1
+always 나욲 14-126-134-1-1
+always 나욳 14-126-134-1-3
+always 나운 14-126-1245
+always 나욵 14-126-1245-13
+always 나욶 14-126-1245-356
+always 나욷 14-126-134-35
+always 나울 14-126-12346
+always 나욹 14-126-12346-1
+always 나욺 14-126-12346-26
+always 나욻 14-126-12346-12
+always 나욼 14-126-12346-3
+always 나욽 14-126-12346-236
+always 나욾 14-126-12346-256
+always 나욿 14-126-12346-356
+always 나움 14-126-134-26
+always 나웁 14-126-134-12
+always 나웂 14-126-134-12-3
+always 나웃 14-126-134-3
+always 나웄 14-126-134-34
+always 나웅 14-126-134-2356
+always 나웆 14-126-134-13
+always 나웇 14-126-134-23
+always 나웈 14-126-134-235
+always 나웉 14-126-134-236
+always 나웊 14-126-134-256
+always 나웋 14-126-134-356
+always 나워 14-126-1234
+always 나웍 14-126-1234-1
+always 나웎 14-126-1234-1-1
+always 나웏 14-126-1234-1-3
+always 나원 14-126-1234-25
+always 나웑 14-126-1234-25-13
+always 나웒 14-126-1234-25-356
+always 나웓 14-126-1234-35
+always 나월 14-126-1234-2
+always 나웕 14-126-1234-2-1
+always 나웖 14-126-1234-2-26
+always 나웗 14-126-1234-2-12
+always 나웘 14-126-1234-2-3
+always 나웙 14-126-1234-2-236
+always 나웚 14-126-1234-2-256
+always 나웛 14-126-1234-2-356
+always 나웜 14-126-1234-26
+always 나웝 14-126-1234-12
+always 나웞 14-126-1234-12-3
+always 나웟 14-126-1234-3
+always 나웠 14-126-1234-34
+always 나웡 14-126-1234-2356
+always 나웢 14-126-1234-13
+always 나웣 14-126-1234-23
+always 나웤 14-126-1234-235
+always 나웥 14-126-1234-236
+always 나웦 14-126-1234-256
+always 나웧 14-126-1234-356
+always 나웨 14-126-1234-1235
+always 나웩 14-126-1234-1235-1
+always 나웪 14-126-1234-1235-1-1
+always 나웫 14-126-1234-1235-1-3
+always 나웬 14-126-1234-1235-25
+always 나웭 14-126-1234-1235-25-13
+always 나웮 14-126-1234-1235-25-356
+always 나웯 14-126-1234-1235-35
+always 나웰 14-126-1234-1235-2
+always 나웱 14-126-1234-1235-2-1
+always 나웲 14-126-1234-1235-2-26
+always 나웳 14-126-1234-1235-2-12
+always 나웴 14-126-1234-1235-2-3
+always 나웵 14-126-1234-1235-2-236
+always 나웶 14-126-1234-1235-2-256
+always 나웷 14-126-1234-1235-2-356
+always 나웸 14-126-1234-1235-26
+always 나웹 14-126-1234-1235-12
+always 나웺 14-126-1234-1235-12-3
+always 나웻 14-126-1234-1235-3
+always 나웼 14-126-1234-1235-34
+always 나웽 14-126-1234-1235-2356
+always 나웾 14-126-1234-1235-13
+always 나웿 14-126-1234-1235-23
+always 나윀 14-126-1234-1235-235
+always 나윁 14-126-1234-1235-236
+always 나윂 14-126-1234-1235-256
+always 나윃 14-126-1234-1235-356
+always 나위 14-126-134-1235
+always 나윅 14-126-134-1235-1
+always 나윆 14-126-134-1235-1-1
+always 나윇 14-126-134-1235-1-3
+always 나윈 14-126-134-1235-25
+always 나윉 14-126-134-1235-25-13
+always 나윊 14-126-134-1235-25-356
+always 나윋 14-126-134-1235-35
+always 나윌 14-126-134-1235-2
+always 나윍 14-126-134-1235-2-1
+always 나윎 14-126-134-1235-2-26
+always 나윏 14-126-134-1235-2-12
+always 나윐 14-126-134-1235-2-3
+always 나윑 14-126-134-1235-2-236
+always 나윒 14-126-134-1235-2-256
+always 나윓 14-126-134-1235-2-356
+always 나윔 14-126-134-1235-26
+always 나윕 14-126-134-1235-12
+always 나윖 14-126-134-1235-12-3
+always 나윗 14-126-134-1235-3
+always 나윘 14-126-134-1235-34
+always 나윙 14-126-134-1235-2356
+always 나윚 14-126-134-1235-13
+always 나윛 14-126-134-1235-23
+always 나윜 14-126-134-1235-235
+always 나윝 14-126-134-1235-236
+always 나윞 14-126-134-1235-256
+always 나윟 14-126-134-1235-356
+always 나유 14-126-146
+always 나육 14-126-146-1
+always 나윢 14-126-146-1-1
+always 나윣 14-126-146-1-3
+always 나윤 14-126-146-25
+always 나윥 14-126-146-25-13
+always 나윦 14-126-146-25-356
+always 나윧 14-126-146-35
+always 나율 14-126-146-2
+always 나윩 14-126-146-2-1
+always 나윪 14-126-146-2-26
+always 나윫 14-126-146-2-12
+always 나윬 14-126-146-2-3
+always 나윭 14-126-146-2-236
+always 나윮 14-126-146-2-256
+always 나윯 14-126-146-2-356
+always 나윰 14-126-146-26
+always 나윱 14-126-146-12
+always 나윲 14-126-146-12-3
+always 나윳 14-126-146-3
+always 나윴 14-126-146-34
+always 나융 14-126-146-2356
+always 나윶 14-126-146-13
+always 나윷 14-126-146-23
+always 나윸 14-126-146-235
+always 나윹 14-126-146-236
+always 나윺 14-126-146-256
+always 나윻 14-126-146-356
+always 나으 14-126-246
+always 나윽 14-126-246-1
+always 나윾 14-126-246-1-1
+always 나윿 14-126-246-1-3
+always 나은 14-126-1356
+always 나읁 14-126-1356-13
+always 나읂 14-126-1356-356
+always 나읃 14-126-246-35
+always 나을 14-126-2346
+always 나읅 14-126-2346-1
+always 나읆 14-126-2346-26
+always 나읇 14-126-2346-12
+always 나읈 14-126-2346-3
+always 나읉 14-126-2346-236
+always 나읊 14-126-2346-256
+always 나읋 14-126-2346-356
+always 나음 14-126-246-26
+always 나읍 14-126-246-12
+always 나읎 14-126-246-12-3
+always 나읏 14-126-246-3
+always 나읐 14-126-246-34
+always 나응 14-126-246-2356
+always 나읒 14-126-246-13
+always 나읓 14-126-246-23
+always 나읔 14-126-246-235
+always 나읕 14-126-246-236
+always 나읖 14-126-246-256
+always 나읗 14-126-246-356
+always 나의 14-126-2456
+always 나읙 14-126-2456-1
+always 나읚 14-126-2456-1-1
+always 나읛 14-126-2456-1-3
+always 나읜 14-126-2456-25
+always 나읝 14-126-2456-25-13
+always 나읞 14-126-2456-25-356
+always 나읟 14-126-2456-35
+always 나읠 14-126-2456-2
+always 나읡 14-126-2456-2-1
+always 나읢 14-126-2456-2-26
+always 나읣 14-126-2456-2-12
+always 나읤 14-126-2456-2-3
+always 나읥 14-126-2456-2-236
+always 나읦 14-126-2456-2-256
+always 나읧 14-126-2456-2-356
+always 나읨 14-126-2456-26
+always 나읩 14-126-2456-12
+always 나읪 14-126-2456-12-3
+always 나읫 14-126-2456-3
+always 나읬 14-126-2456-34
+always 나읭 14-126-2456-2356
+always 나읮 14-126-2456-13
+always 나읯 14-126-2456-23
+always 나읰 14-126-2456-235
+always 나읱 14-126-2456-236
+always 나읲 14-126-2456-256
+always 나읳 14-126-2456-356
+always 나이 14-126-135
+always 나익 14-126-135-1
+always 나읶 14-126-135-1-1
+always 나읷 14-126-135-1-3
+always 나인 14-126-12345
+always 나읹 14-126-12345-13
+always 나읺 14-126-12345-356
+always 나읻 14-126-135-35
+always 나일 14-126-135-2
+always 나읽 14-126-135-2-1
+always 나읾 14-126-135-2-26
+always 나읿 14-126-135-2-12
+always 나잀 14-126-135-2-3
+always 나잁 14-126-135-2-236
+always 나잂 14-126-135-2-256
+always 나잃 14-126-135-2-356
+always 나임 14-126-135-26
+always 나입 14-126-135-12
+always 나잆 14-126-135-12-3
+always 나잇 14-126-135-3
+always 나있 14-126-135-34
+always 나잉 14-126-135-2356
+always 나잊 14-126-135-13
+always 나잋 14-126-135-23
+always 나잌 14-126-135-235
+always 나잍 14-126-135-236
+always 나잎 14-126-135-256
+always 나잏 14-126-135-356
+always 다아 24-126-126
+always 다악 24-126-126-1
+always 다앆 24-126-126-1-1
+always 다앇 24-126-126-1-3
+always 다안 24-126-126-25
+always 다앉 24-126-126-25-13
+always 다않 24-126-126-25-356
+always 다앋 24-126-126-35
+always 다알 24-126-126-2
+always 다앍 24-126-126-2-1
+always 다앎 24-126-126-2-26
+always 다앏 24-126-126-2-12
+always 다앐 24-126-126-2-3
+always 다앑 24-126-126-2-236
+always 다앒 24-126-126-2-256
+always 다앓 24-126-126-2-356
+always 다암 24-126-126-26
+always 다압 24-126-126-12
+always 다앖 24-126-126-12-3
+always 다앗 24-126-126-3
+always 다았 24-126-126-34
+always 다앙 24-126-126-2356
+always 다앚 24-126-126-13
+always 다앛 24-126-126-23
+always 다앜 24-126-126-235
+always 다앝 24-126-126-236
+always 다앞 24-126-126-256
+always 다앟 24-126-126-356
+always 다애 24-126-1235
+always 다액 24-126-1235-1
+always 다앢 24-126-1235-1-1
+always 다앣 24-126-1235-1-3
+always 다앤 24-126-1235-25
+always 다앥 24-126-1235-25-13
+always 다앦 24-126-1235-25-356
+always 다앧 24-126-1235-35
+always 다앨 24-126-1235-2
+always 다앩 24-126-1235-2-1
+always 다앪 24-126-1235-2-26
+always 다앫 24-126-1235-2-12
+always 다앬 24-126-1235-2-3
+always 다앭 24-126-1235-2-236
+always 다앮 24-126-1235-2-256
+always 다앯 24-126-1235-2-356
+always 다앰 24-126-1235-26
+always 다앱 24-126-1235-12
+always 다앲 24-126-1235-12-3
+always 다앳 24-126-1235-3
+always 다앴 24-126-1235-34
+always 다앵 24-126-1235-2356
+always 다앶 24-126-1235-13
+always 다앷 24-126-1235-23
+always 다앸 24-126-1235-235
+always 다앹 24-126-1235-236
+always 다앺 24-126-1235-256
+always 다앻 24-126-1235-356
+always 다야 24-126-345
+always 다약 24-126-345-1
+always 다앾 24-126-345-1-1
+always 다앿 24-126-345-1-3
+always 다얀 24-126-345-25
+always 다얁 24-126-345-25-13
+always 다얂 24-126-345-25-356
+always 다얃 24-126-345-35
+always 다얄 24-126-345-2
+always 다얅 24-126-345-2-1
+always 다얆 24-126-345-2-26
+always 다얇 24-126-345-2-12
+always 다얈 24-126-345-2-3
+always 다얉 24-126-345-2-236
+always 다얊 24-126-345-2-256
+always 다얋 24-126-345-2-356
+always 다얌 24-126-345-26
+always 다얍 24-126-345-12
+always 다얎 24-126-345-12-3
+always 다얏 24-126-345-3
+always 다얐 24-126-345-34
+always 다양 24-126-345-2356
+always 다얒 24-126-345-13
+always 다얓 24-126-345-23
+always 다얔 24-126-345-235
+always 다얕 24-126-345-236
+always 다얖 24-126-345-256
+always 다얗 24-126-345-356
+always 다얘 24-126-345-1235
+always 다얙 24-126-345-1235-1
+always 다얚 24-126-345-1235-1-1
+always 다얛 24-126-345-1235-1-3
+always 다얜 24-126-345-1235-25
+always 다얝 24-126-345-1235-25-13
+always 다얞 24-126-345-1235-25-356
+always 다얟 24-126-345-1235-35
+always 다얠 24-126-345-1235-2
+always 다얡 24-126-345-1235-2-1
+always 다얢 24-126-345-1235-2-26
+always 다얣 24-126-345-1235-2-12
+always 다얤 24-126-345-1235-2-3
+always 다얥 24-126-345-1235-2-236
+always 다얦 24-126-345-1235-2-256
+always 다얧 24-126-345-1235-2-356
+always 다얨 24-126-345-1235-26
+always 다얩 24-126-345-1235-12
+always 다얪 24-126-345-1235-12-3
+always 다얫 24-126-345-1235-3
+always 다얬 24-126-345-1235-34
+always 다얭 24-126-345-1235-2356
+always 다얮 24-126-345-1235-13
+always 다얯 24-126-345-1235-23
+always 다얰 24-126-345-1235-235
+always 다얱 24-126-345-1235-236
+always 다얲 24-126-345-1235-256
+always 다얳 24-126-345-1235-356
+always 다어 24-126-234
+always 다억 24-126-1456
+always 다얶 24-126-1456-1
+always 다얷 24-126-1456-3
+always 다언 24-126-23456
+always 다얹 24-126-23456-13
+always 다얺 24-126-23456-356
+always 다얻 24-126-234-35
+always 다얼 24-126-2345
+always 다얽 24-126-2345-1
+always 다얾 24-126-2345-26
+always 다얿 24-126-2345-12
+always 다엀 24-126-2345-3
+always 다엁 24-126-2345-236
+always 다엂 24-126-2345-256
+always 다엃 24-126-2345-356
+always 다엄 24-126-234-26
+always 다업 24-126-234-12
+always 다없 24-126-234-12-3
+always 다엇 24-126-234-3
+always 다었 24-126-234-34
+always 다엉 24-126-234-2356
+always 다엊 24-126-234-13
+always 다엋 24-126-234-23
+always 다엌 24-126-234-235
+always 다엍 24-126-234-236
+always 다엎 24-126-234-256
+always 다엏 24-126-234-356
+always 다에 24-126-1345
+always 다엑 24-126-1345-1
+always 다엒 24-126-1345-1-1
+always 다엓 24-126-1345-1-3
+always 다엔 24-126-1345-25
+always 다엕 24-126-1345-25-13
+always 다엖 24-126-1345-25-356
+always 다엗 24-126-1345-35
+always 다엘 24-126-1345-2
+always 다엙 24-126-1345-2-1
+always 다엚 24-126-1345-2-26
+always 다엛 24-126-1345-2-12
+always 다엜 24-126-1345-2-3
+always 다엝 24-126-1345-2-236
+always 다엞 24-126-1345-2-256
+always 다엟 24-126-1345-2-356
+always 다엠 24-126-1345-26
+always 다엡 24-126-1345-12
+always 다엢 24-126-1345-12-3
+always 다엣 24-126-1345-3
+always 다엤 24-126-1345-34
+always 다엥 24-126-1345-2356
+always 다엦 24-126-1345-13
+always 다엧 24-126-1345-23
+always 다엨 24-126-1345-235
+always 다엩 24-126-1345-236
+always 다엪 24-126-1345-256
+always 다엫 24-126-1345-356
+always 다여 24-126-156
+always 다역 24-126-156-1
+always 다엮 24-126-156-1-1
+always 다엯 24-126-156-1-3
+always 다연 24-126-16
+always 다엱 24-126-16-13
+always 다엲 24-126-16-356
+always 다열 24-126-1256
+always 다엵 24-126-1256-1
+always 다엶 24-126-1256-26
+always 다엷 24-126-1256-12
+always 다엸 24-126-1256-3
+always 다엹 24-126-1256-236
+always 다엺 24-126-1256-256
+always 다엻 24-126-1256-356
+always 다염 24-126-156-26
+always 다엽 24-126-156-12
+always 다엾 24-126-156-12-3
+always 다엿 24-126-156-3
+always 다였 24-126-156-34
+always 다영 24-126-12456
+always 다옂 24-126-156-13
+always 다옃 24-126-156-23
+always 다옄 24-126-156-235
+always 다옅 24-126-156-236
+always 다옆 24-126-156-256
+always 다옇 24-126-156-356
+always 다예 24-126-34
+always 다옉 24-126-34-1
+always 다옊 24-126-34-1-1
+always 다옋 24-126-34-1-3
+always 다옌 24-126-34-25
+always 다옍 24-126-34-25-13
+always 다옎 24-126-34-25-356
+always 다옏 24-126-34-35
+always 다옐 24-126-34-2
+always 다옑 24-126-34-2-1
+always 다옒 24-126-34-2-26
+always 다옓 24-126-34-2-12
+always 다옔 24-126-34-2-3
+always 다옕 24-126-34-2-236
+always 다옖 24-126-34-2-256
+always 다옗 24-126-34-2-356
+always 다옘 24-126-34-26
+always 다옙 24-126-34-12
+always 다옚 24-126-34-12-3
+always 다옛 24-126-34-3
+always 다옜 24-126-34-34
+always 다옝 24-126-34-2356
+always 다옞 24-126-34-13
+always 다옟 24-126-34-23
+always 다옠 24-126-34-235
+always 다옡 24-126-34-236
+always 다옢 24-126-34-256
+always 다옣 24-126-34-356
+always 다오 24-126-136
+always 다옥 24-126-1346
+always 다옦 24-126-1346-1
+always 다옧 24-126-1346-3
+always 다온 24-126-12356
+always 다옩 24-126-12356-13
+always 다옪 24-126-12356-356
+always 다옫 24-126-136-35
+always 다올 24-126-136-2
+always 다옭 24-126-136-2-1
+always 다옮 24-126-136-2-26
+always 다옯 24-126-136-2-12
+always 다옰 24-126-136-2-3
+always 다옱 24-126-136-2-236
+always 다옲 24-126-136-2-256
+always 다옳 24-126-136-2-356
+always 다옴 24-126-136-26
+always 다옵 24-126-136-12
+always 다옶 24-126-136-12-3
+always 다옷 24-126-136-3
+always 다옸 24-126-136-34
+always 다옹 24-126-123456
+always 다옺 24-126-136-13
+always 다옻 24-126-136-23
+always 다옼 24-126-136-235
+always 다옽 24-126-136-236
+always 다옾 24-126-136-256
+always 다옿 24-126-136-356
+always 다와 24-126-1236
+always 다왁 24-126-1236-1
+always 다왂 24-126-1236-1-1
+always 다왃 24-126-1236-1-3
+always 다완 24-126-1236-25
+always 다왅 24-126-1236-25-13
+always 다왆 24-126-1236-25-356
+always 다왇 24-126-1236-35
+always 다왈 24-126-1236-2
+always 다왉 24-126-1236-2-1
+always 다왊 24-126-1236-2-26
+always 다왋 24-126-1236-2-12
+always 다왌 24-126-1236-2-3
+always 다왍 24-126-1236-2-236
+always 다왎 24-126-1236-2-256
+always 다왏 24-126-1236-2-356
+always 다왐 24-126-1236-26
+always 다왑 24-126-1236-12
+always 다왒 24-126-1236-12-3
+always 다왓 24-126-1236-3
+always 다왔 24-126-1236-34
+always 다왕 24-126-1236-2356
+always 다왖 24-126-1236-13
+always 다왗 24-126-1236-23
+always 다왘 24-126-1236-235
+always 다왙 24-126-1236-236
+always 다왚 24-126-1236-256
+always 다왛 24-126-1236-356
+always 다왜 24-126-1236-1235
+always 다왝 24-126-1236-1235-1
+always 다왞 24-126-1236-1235-1-1
+always 다왟 24-126-1236-1235-1-3
+always 다왠 24-126-1236-1235-25
+always 다왡 24-126-1236-1235-25-13
+always 다왢 24-126-1236-1235-25-356
+always 다왣 24-126-1236-1235-35
+always 다왤 24-126-1236-1235-2
+always 다왥 24-126-1236-1235-2-1
+always 다왦 24-126-1236-1235-2-26
+always 다왧 24-126-1236-1235-2-12
+always 다왨 24-126-1236-1235-2-3
+always 다왩 24-126-1236-1235-2-236
+always 다왪 24-126-1236-1235-2-256
+always 다왫 24-126-1236-1235-2-356
+always 다왬 24-126-1236-1235-26
+always 다왭 24-126-1236-1235-12
+always 다왮 24-126-1236-1235-12-3
+always 다왯 24-126-1236-1235-3
+always 다왰 24-126-1236-1235-34
+always 다왱 24-126-1236-1235-2356
+always 다왲 24-126-1236-1235-13
+always 다왳 24-126-1236-1235-23
+always 다왴 24-126-1236-1235-235
+always 다왵 24-126-1236-1235-236
+always 다왶 24-126-1236-1235-256
+always 다왷 24-126-1236-1235-356
+always 다외 24-126-13456
+always 다왹 24-126-13456-1
+always 다왺 24-126-13456-1-1
+always 다왻 24-126-13456-1-3
+always 다왼 24-126-13456-25
+always 다왽 24-126-13456-25-13
+always 다왾 24-126-13456-25-356
+always 다왿 24-126-13456-35
+always 다욀 24-126-13456-2
+always 다욁 24-126-13456-2-1
+always 다욂 24-126-13456-2-26
+always 다욃 24-126-13456-2-12
+always 다욄 24-126-13456-2-3
+always 다욅 24-126-13456-2-236
+always 다욆 24-126-13456-2-256
+always 다욇 24-126-13456-2-356
+always 다욈 24-126-13456-26
+always 다욉 24-126-13456-12
+always 다욊 24-126-13456-12-3
+always 다욋 24-126-13456-3
+always 다욌 24-126-13456-34
+always 다욍 24-126-13456-2356
+always 다욎 24-126-13456-13
+always 다욏 24-126-13456-23
+always 다욐 24-126-13456-235
+always 다욑 24-126-13456-236
+always 다욒 24-126-13456-256
+always 다욓 24-126-13456-356
+always 다요 24-126-346
+always 다욕 24-126-346-1
+always 다욖 24-126-346-1-1
+always 다욗 24-126-346-1-3
+always 다욘 24-126-346-25
+always 다욙 24-126-346-25-13
+always 다욚 24-126-346-25-356
+always 다욛 24-126-346-35
+always 다욜 24-126-346-2
+always 다욝 24-126-346-2-1
+always 다욞 24-126-346-2-26
+always 다욟 24-126-346-2-12
+always 다욠 24-126-346-2-3
+always 다욡 24-126-346-2-236
+always 다욢 24-126-346-2-256
+always 다욣 24-126-346-2-356
+always 다욤 24-126-346-26
+always 다욥 24-126-346-12
+always 다욦 24-126-346-12-3
+always 다욧 24-126-346-3
+always 다욨 24-126-346-34
+always 다용 24-126-346-2356
+always 다욪 24-126-346-13
+always 다욫 24-126-346-23
+always 다욬 24-126-346-235
+always 다욭 24-126-346-236
+always 다욮 24-126-346-256
+always 다욯 24-126-346-356
+always 다우 24-126-134
+always 다욱 24-126-134-1
+always 다욲 24-126-134-1-1
+always 다욳 24-126-134-1-3
+always 다운 24-126-1245
+always 다욵 24-126-1245-13
+always 다욶 24-126-1245-356
+always 다욷 24-126-134-35
+always 다울 24-126-12346
+always 다욹 24-126-12346-1
+always 다욺 24-126-12346-26
+always 다욻 24-126-12346-12
+always 다욼 24-126-12346-3
+always 다욽 24-126-12346-236
+always 다욾 24-126-12346-256
+always 다욿 24-126-12346-356
+always 다움 24-126-134-26
+always 다웁 24-126-134-12
+always 다웂 24-126-134-12-3
+always 다웃 24-126-134-3
+always 다웄 24-126-134-34
+always 다웅 24-126-134-2356
+always 다웆 24-126-134-13
+always 다웇 24-126-134-23
+always 다웈 24-126-134-235
+always 다웉 24-126-134-236
+always 다웊 24-126-134-256
+always 다웋 24-126-134-356
+always 다워 24-126-1234
+always 다웍 24-126-1234-1
+always 다웎 24-126-1234-1-1
+always 다웏 24-126-1234-1-3
+always 다원 24-126-1234-25
+always 다웑 24-126-1234-25-13
+always 다웒 24-126-1234-25-356
+always 다웓 24-126-1234-35
+always 다월 24-126-1234-2
+always 다웕 24-126-1234-2-1
+always 다웖 24-126-1234-2-26
+always 다웗 24-126-1234-2-12
+always 다웘 24-126-1234-2-3
+always 다웙 24-126-1234-2-236
+always 다웚 24-126-1234-2-256
+always 다웛 24-126-1234-2-356
+always 다웜 24-126-1234-26
+always 다웝 24-126-1234-12
+always 다웞 24-126-1234-12-3
+always 다웟 24-126-1234-3
+always 다웠 24-126-1234-34
+always 다웡 24-126-1234-2356
+always 다웢 24-126-1234-13
+always 다웣 24-126-1234-23
+always 다웤 24-126-1234-235
+always 다웥 24-126-1234-236
+always 다웦 24-126-1234-256
+always 다웧 24-126-1234-356
+always 다웨 24-126-1234-1235
+always 다웩 24-126-1234-1235-1
+always 다웪 24-126-1234-1235-1-1
+always 다웫 24-126-1234-1235-1-3
+always 다웬 24-126-1234-1235-25
+always 다웭 24-126-1234-1235-25-13
+always 다웮 24-126-1234-1235-25-356
+always 다웯 24-126-1234-1235-35
+always 다웰 24-126-1234-1235-2
+always 다웱 24-126-1234-1235-2-1
+always 다웲 24-126-1234-1235-2-26
+always 다웳 24-126-1234-1235-2-12
+always 다웴 24-126-1234-1235-2-3
+always 다웵 24-126-1234-1235-2-236
+always 다웶 24-126-1234-1235-2-256
+always 다웷 24-126-1234-1235-2-356
+always 다웸 24-126-1234-1235-26
+always 다웹 24-126-1234-1235-12
+always 다웺 24-126-1234-1235-12-3
+always 다웻 24-126-1234-1235-3
+always 다웼 24-126-1234-1235-34
+always 다웽 24-126-1234-1235-2356
+always 다웾 24-126-1234-1235-13
+always 다웿 24-126-1234-1235-23
+always 다윀 24-126-1234-1235-235
+always 다윁 24-126-1234-1235-236
+always 다윂 24-126-1234-1235-256
+always 다윃 24-126-1234-1235-356
+always 다위 24-126-134-1235
+always 다윅 24-126-134-1235-1
+always 다윆 24-126-134-1235-1-1
+always 다윇 24-126-134-1235-1-3
+always 다윈 24-126-134-1235-25
+always 다윉 24-126-134-1235-25-13
+always 다윊 24-126-134-1235-25-356
+always 다윋 24-126-134-1235-35
+always 다윌 24-126-134-1235-2
+always 다윍 24-126-134-1235-2-1
+always 다윎 24-126-134-1235-2-26
+always 다윏 24-126-134-1235-2-12
+always 다윐 24-126-134-1235-2-3
+always 다윑 24-126-134-1235-2-236
+always 다윒 24-126-134-1235-2-256
+always 다윓 24-126-134-1235-2-356
+always 다윔 24-126-134-1235-26
+always 다윕 24-126-134-1235-12
+always 다윖 24-126-134-1235-12-3
+always 다윗 24-126-134-1235-3
+always 다윘 24-126-134-1235-34
+always 다윙 24-126-134-1235-2356
+always 다윚 24-126-134-1235-13
+always 다윛 24-126-134-1235-23
+always 다윜 24-126-134-1235-235
+always 다윝 24-126-134-1235-236
+always 다윞 24-126-134-1235-256
+always 다윟 24-126-134-1235-356
+always 다유 24-126-146
+always 다육 24-126-146-1
+always 다윢 24-126-146-1-1
+always 다윣 24-126-146-1-3
+always 다윤 24-126-146-25
+always 다윥 24-126-146-25-13
+always 다윦 24-126-146-25-356
+always 다윧 24-126-146-35
+always 다율 24-126-146-2
+always 다윩 24-126-146-2-1
+always 다윪 24-126-146-2-26
+always 다윫 24-126-146-2-12
+always 다윬 24-126-146-2-3
+always 다윭 24-126-146-2-236
+always 다윮 24-126-146-2-256
+always 다윯 24-126-146-2-356
+always 다윰 24-126-146-26
+always 다윱 24-126-146-12
+always 다윲 24-126-146-12-3
+always 다윳 24-126-146-3
+always 다윴 24-126-146-34
+always 다융 24-126-146-2356
+always 다윶 24-126-146-13
+always 다윷 24-126-146-23
+always 다윸 24-126-146-235
+always 다윹 24-126-146-236
+always 다윺 24-126-146-256
+always 다윻 24-126-146-356
+always 다으 24-126-246
+always 다윽 24-126-246-1
+always 다윾 24-126-246-1-1
+always 다윿 24-126-246-1-3
+always 다은 24-126-1356
+always 다읁 24-126-1356-13
+always 다읂 24-126-1356-356
+always 다읃 24-126-246-35
+always 다을 24-126-2346
+always 다읅 24-126-2346-1
+always 다읆 24-126-2346-26
+always 다읇 24-126-2346-12
+always 다읈 24-126-2346-3
+always 다읉 24-126-2346-236
+always 다읊 24-126-2346-256
+always 다읋 24-126-2346-356
+always 다음 24-126-246-26
+always 다읍 24-126-246-12
+always 다읎 24-126-246-12-3
+always 다읏 24-126-246-3
+always 다읐 24-126-246-34
+always 다응 24-126-246-2356
+always 다읒 24-126-246-13
+always 다읓 24-126-246-23
+always 다읔 24-126-246-235
+always 다읕 24-126-246-236
+always 다읖 24-126-246-256
+always 다읗 24-126-246-356
+always 다의 24-126-2456
+always 다읙 24-126-2456-1
+always 다읚 24-126-2456-1-1
+always 다읛 24-126-2456-1-3
+always 다읜 24-126-2456-25
+always 다읝 24-126-2456-25-13
+always 다읞 24-126-2456-25-356
+always 다읟 24-126-2456-35
+always 다읠 24-126-2456-2
+always 다읡 24-126-2456-2-1
+always 다읢 24-126-2456-2-26
+always 다읣 24-126-2456-2-12
+always 다읤 24-126-2456-2-3
+always 다읥 24-126-2456-2-236
+always 다읦 24-126-2456-2-256
+always 다읧 24-126-2456-2-356
+always 다읨 24-126-2456-26
+always 다읩 24-126-2456-12
+always 다읪 24-126-2456-12-3
+always 다읫 24-126-2456-3
+always 다읬 24-126-2456-34
+always 다읭 24-126-2456-2356
+always 다읮 24-126-2456-13
+always 다읯 24-126-2456-23
+always 다읰 24-126-2456-235
+always 다읱 24-126-2456-236
+always 다읲 24-126-2456-256
+always 다읳 24-126-2456-356
+always 다이 24-126-135
+always 다익 24-126-135-1
+always 다읶 24-126-135-1-1
+always 다읷 24-126-135-1-3
+always 다인 24-126-12345
+always 다읹 24-126-12345-13
+always 다읺 24-126-12345-356
+always 다읻 24-126-135-35
+always 다일 24-126-135-2
+always 다읽 24-126-135-2-1
+always 다읾 24-126-135-2-26
+always 다읿 24-126-135-2-12
+always 다잀 24-126-135-2-3
+always 다잁 24-126-135-2-236
+always 다잂 24-126-135-2-256
+always 다잃 24-126-135-2-356
+always 다임 24-126-135-26
+always 다입 24-126-135-12
+always 다잆 24-126-135-12-3
+always 다잇 24-126-135-3
+always 다있 24-126-135-34
+always 다잉 24-126-135-2356
+always 다잊 24-126-135-13
+always 다잋 24-126-135-23
+always 다잌 24-126-135-235
+always 다잍 24-126-135-236
+always 다잎 24-126-135-256
+always 다잏 24-126-135-356
+always 따아 6-24-126-126
+always 따악 6-24-126-126-1
+always 따앆 6-24-126-126-1-1
+always 따앇 6-24-126-126-1-3
+always 따안 6-24-126-126-25
+always 따앉 6-24-126-126-25-13
+always 따않 6-24-126-126-25-356
+always 따앋 6-24-126-126-35
+always 따알 6-24-126-126-2
+always 따앍 6-24-126-126-2-1
+always 따앎 6-24-126-126-2-26
+always 따앏 6-24-126-126-2-12
+always 따앐 6-24-126-126-2-3
+always 따앑 6-24-126-126-2-236
+always 따앒 6-24-126-126-2-256
+always 따앓 6-24-126-126-2-356
+always 따암 6-24-126-126-26
+always 따압 6-24-126-126-12
+always 따앖 6-24-126-126-12-3
+always 따앗 6-24-126-126-3
+always 따았 6-24-126-126-34
+always 따앙 6-24-126-126-2356
+always 따앚 6-24-126-126-13
+always 따앛 6-24-126-126-23
+always 따앜 6-24-126-126-235
+always 따앝 6-24-126-126-236
+always 따앞 6-24-126-126-256
+always 따앟 6-24-126-126-356
+always 따애 6-24-126-1235
+always 따액 6-24-126-1235-1
+always 따앢 6-24-126-1235-1-1
+always 따앣 6-24-126-1235-1-3
+always 따앤 6-24-126-1235-25
+always 따앥 6-24-126-1235-25-13
+always 따앦 6-24-126-1235-25-356
+always 따앧 6-24-126-1235-35
+always 따앨 6-24-126-1235-2
+always 따앩 6-24-126-1235-2-1
+always 따앪 6-24-126-1235-2-26
+always 따앫 6-24-126-1235-2-12
+always 따앬 6-24-126-1235-2-3
+always 따앭 6-24-126-1235-2-236
+always 따앮 6-24-126-1235-2-256
+always 따앯 6-24-126-1235-2-356
+always 따앰 6-24-126-1235-26
+always 따앱 6-24-126-1235-12
+always 따앲 6-24-126-1235-12-3
+always 따앳 6-24-126-1235-3
+always 따앴 6-24-126-1235-34
+always 따앵 6-24-126-1235-2356
+always 따앶 6-24-126-1235-13
+always 따앷 6-24-126-1235-23
+always 따앸 6-24-126-1235-235
+always 따앹 6-24-126-1235-236
+always 따앺 6-24-126-1235-256
+always 따앻 6-24-126-1235-356
+always 따야 6-24-126-345
+always 따약 6-24-126-345-1
+always 따앾 6-24-126-345-1-1
+always 따앿 6-24-126-345-1-3
+always 따얀 6-24-126-345-25
+always 따얁 6-24-126-345-25-13
+always 따얂 6-24-126-345-25-356
+always 따얃 6-24-126-345-35
+always 따얄 6-24-126-345-2
+always 따얅 6-24-126-345-2-1
+always 따얆 6-24-126-345-2-26
+always 따얇 6-24-126-345-2-12
+always 따얈 6-24-126-345-2-3
+always 따얉 6-24-126-345-2-236
+always 따얊 6-24-126-345-2-256
+always 따얋 6-24-126-345-2-356
+always 따얌 6-24-126-345-26
+always 따얍 6-24-126-345-12
+always 따얎 6-24-126-345-12-3
+always 따얏 6-24-126-345-3
+always 따얐 6-24-126-345-34
+always 따양 6-24-126-345-2356
+always 따얒 6-24-126-345-13
+always 따얓 6-24-126-345-23
+always 따얔 6-24-126-345-235
+always 따얕 6-24-126-345-236
+always 따얖 6-24-126-345-256
+always 따얗 6-24-126-345-356
+always 따얘 6-24-126-345-1235
+always 따얙 6-24-126-345-1235-1
+always 따얚 6-24-126-345-1235-1-1
+always 따얛 6-24-126-345-1235-1-3
+always 따얜 6-24-126-345-1235-25
+always 따얝 6-24-126-345-1235-25-13
+always 따얞 6-24-126-345-1235-25-356
+always 따얟 6-24-126-345-1235-35
+always 따얠 6-24-126-345-1235-2
+always 따얡 6-24-126-345-1235-2-1
+always 따얢 6-24-126-345-1235-2-26
+always 따얣 6-24-126-345-1235-2-12
+always 따얤 6-24-126-345-1235-2-3
+always 따얥 6-24-126-345-1235-2-236
+always 따얦 6-24-126-345-1235-2-256
+always 따얧 6-24-126-345-1235-2-356
+always 따얨 6-24-126-345-1235-26
+always 따얩 6-24-126-345-1235-12
+always 따얪 6-24-126-345-1235-12-3
+always 따얫 6-24-126-345-1235-3
+always 따얬 6-24-126-345-1235-34
+always 따얭 6-24-126-345-1235-2356
+always 따얮 6-24-126-345-1235-13
+always 따얯 6-24-126-345-1235-23
+always 따얰 6-24-126-345-1235-235
+always 따얱 6-24-126-345-1235-236
+always 따얲 6-24-126-345-1235-256
+always 따얳 6-24-126-345-1235-356
+always 따어 6-24-126-234
+always 따억 6-24-126-1456
+always 따얶 6-24-126-1456-1
+always 따얷 6-24-126-1456-3
+always 따언 6-24-126-23456
+always 따얹 6-24-126-23456-13
+always 따얺 6-24-126-23456-356
+always 따얻 6-24-126-234-35
+always 따얼 6-24-126-2345
+always 따얽 6-24-126-2345-1
+always 따얾 6-24-126-2345-26
+always 따얿 6-24-126-2345-12
+always 따엀 6-24-126-2345-3
+always 따엁 6-24-126-2345-236
+always 따엂 6-24-126-2345-256
+always 따엃 6-24-126-2345-356
+always 따엄 6-24-126-234-26
+always 따업 6-24-126-234-12
+always 따없 6-24-126-234-12-3
+always 따엇 6-24-126-234-3
+always 따었 6-24-126-234-34
+always 따엉 6-24-126-234-2356
+always 따엊 6-24-126-234-13
+always 따엋 6-24-126-234-23
+always 따엌 6-24-126-234-235
+always 따엍 6-24-126-234-236
+always 따엎 6-24-126-234-256
+always 따엏 6-24-126-234-356
+always 따에 6-24-126-1345
+always 따엑 6-24-126-1345-1
+always 따엒 6-24-126-1345-1-1
+always 따엓 6-24-126-1345-1-3
+always 따엔 6-24-126-1345-25
+always 따엕 6-24-126-1345-25-13
+always 따엖 6-24-126-1345-25-356
+always 따엗 6-24-126-1345-35
+always 따엘 6-24-126-1345-2
+always 따엙 6-24-126-1345-2-1
+always 따엚 6-24-126-1345-2-26
+always 따엛 6-24-126-1345-2-12
+always 따엜 6-24-126-1345-2-3
+always 따엝 6-24-126-1345-2-236
+always 따엞 6-24-126-1345-2-256
+always 따엟 6-24-126-1345-2-356
+always 따엠 6-24-126-1345-26
+always 따엡 6-24-126-1345-12
+always 따엢 6-24-126-1345-12-3
+always 따엣 6-24-126-1345-3
+always 따엤 6-24-126-1345-34
+always 따엥 6-24-126-1345-2356
+always 따엦 6-24-126-1345-13
+always 따엧 6-24-126-1345-23
+always 따엨 6-24-126-1345-235
+always 따엩 6-24-126-1345-236
+always 따엪 6-24-126-1345-256
+always 따엫 6-24-126-1345-356
+always 따여 6-24-126-156
+always 따역 6-24-126-156-1
+always 따엮 6-24-126-156-1-1
+always 따엯 6-24-126-156-1-3
+always 따연 6-24-126-16
+always 따엱 6-24-126-16-13
+always 따엲 6-24-126-16-356
+always 따열 6-24-126-1256
+always 따엵 6-24-126-1256-1
+always 따엶 6-24-126-1256-26
+always 따엷 6-24-126-1256-12
+always 따엸 6-24-126-1256-3
+always 따엹 6-24-126-1256-236
+always 따엺 6-24-126-1256-256
+always 따엻 6-24-126-1256-356
+always 따염 6-24-126-156-26
+always 따엽 6-24-126-156-12
+always 따엾 6-24-126-156-12-3
+always 따엿 6-24-126-156-3
+always 따였 6-24-126-156-34
+always 따영 6-24-126-12456
+always 따옂 6-24-126-156-13
+always 따옃 6-24-126-156-23
+always 따옄 6-24-126-156-235
+always 따옅 6-24-126-156-236
+always 따옆 6-24-126-156-256
+always 따옇 6-24-126-156-356
+always 따예 6-24-126-34
+always 따옉 6-24-126-34-1
+always 따옊 6-24-126-34-1-1
+always 따옋 6-24-126-34-1-3
+always 따옌 6-24-126-34-25
+always 따옍 6-24-126-34-25-13
+always 따옎 6-24-126-34-25-356
+always 따옏 6-24-126-34-35
+always 따옐 6-24-126-34-2
+always 따옑 6-24-126-34-2-1
+always 따옒 6-24-126-34-2-26
+always 따옓 6-24-126-34-2-12
+always 따옔 6-24-126-34-2-3
+always 따옕 6-24-126-34-2-236
+always 따옖 6-24-126-34-2-256
+always 따옗 6-24-126-34-2-356
+always 따옘 6-24-126-34-26
+always 따옙 6-24-126-34-12
+always 따옚 6-24-126-34-12-3
+always 따옛 6-24-126-34-3
+always 따옜 6-24-126-34-34
+always 따옝 6-24-126-34-2356
+always 따옞 6-24-126-34-13
+always 따옟 6-24-126-34-23
+always 따옠 6-24-126-34-235
+always 따옡 6-24-126-34-236
+always 따옢 6-24-126-34-256
+always 따옣 6-24-126-34-356
+always 따오 6-24-126-136
+always 따옥 6-24-126-1346
+always 따옦 6-24-126-1346-1
+always 따옧 6-24-126-1346-3
+always 따온 6-24-126-12356
+always 따옩 6-24-126-12356-13
+always 따옪 6-24-126-12356-356
+always 따옫 6-24-126-136-35
+always 따올 6-24-126-136-2
+always 따옭 6-24-126-136-2-1
+always 따옮 6-24-126-136-2-26
+always 따옯 6-24-126-136-2-12
+always 따옰 6-24-126-136-2-3
+always 따옱 6-24-126-136-2-236
+always 따옲 6-24-126-136-2-256
+always 따옳 6-24-126-136-2-356
+always 따옴 6-24-126-136-26
+always 따옵 6-24-126-136-12
+always 따옶 6-24-126-136-12-3
+always 따옷 6-24-126-136-3
+always 따옸 6-24-126-136-34
+always 따옹 6-24-126-123456
+always 따옺 6-24-126-136-13
+always 따옻 6-24-126-136-23
+always 따옼 6-24-126-136-235
+always 따옽 6-24-126-136-236
+always 따옾 6-24-126-136-256
+always 따옿 6-24-126-136-356
+always 따와 6-24-126-1236
+always 따왁 6-24-126-1236-1
+always 따왂 6-24-126-1236-1-1
+always 따왃 6-24-126-1236-1-3
+always 따완 6-24-126-1236-25
+always 따왅 6-24-126-1236-25-13
+always 따왆 6-24-126-1236-25-356
+always 따왇 6-24-126-1236-35
+always 따왈 6-24-126-1236-2
+always 따왉 6-24-126-1236-2-1
+always 따왊 6-24-126-1236-2-26
+always 따왋 6-24-126-1236-2-12
+always 따왌 6-24-126-1236-2-3
+always 따왍 6-24-126-1236-2-236
+always 따왎 6-24-126-1236-2-256
+always 따왏 6-24-126-1236-2-356
+always 따왐 6-24-126-1236-26
+always 따왑 6-24-126-1236-12
+always 따왒 6-24-126-1236-12-3
+always 따왓 6-24-126-1236-3
+always 따왔 6-24-126-1236-34
+always 따왕 6-24-126-1236-2356
+always 따왖 6-24-126-1236-13
+always 따왗 6-24-126-1236-23
+always 따왘 6-24-126-1236-235
+always 따왙 6-24-126-1236-236
+always 따왚 6-24-126-1236-256
+always 따왛 6-24-126-1236-356
+always 따왜 6-24-126-1236-1235
+always 따왝 6-24-126-1236-1235-1
+always 따왞 6-24-126-1236-1235-1-1
+always 따왟 6-24-126-1236-1235-1-3
+always 따왠 6-24-126-1236-1235-25
+always 따왡 6-24-126-1236-1235-25-13
+always 따왢 6-24-126-1236-1235-25-356
+always 따왣 6-24-126-1236-1235-35
+always 따왤 6-24-126-1236-1235-2
+always 따왥 6-24-126-1236-1235-2-1
+always 따왦 6-24-126-1236-1235-2-26
+always 따왧 6-24-126-1236-1235-2-12
+always 따왨 6-24-126-1236-1235-2-3
+always 따왩 6-24-126-1236-1235-2-236
+always 따왪 6-24-126-1236-1235-2-256
+always 따왫 6-24-126-1236-1235-2-356
+always 따왬 6-24-126-1236-1235-26
+always 따왭 6-24-126-1236-1235-12
+always 따왮 6-24-126-1236-1235-12-3
+always 따왯 6-24-126-1236-1235-3
+always 따왰 6-24-126-1236-1235-34
+always 따왱 6-24-126-1236-1235-2356
+always 따왲 6-24-126-1236-1235-13
+always 따왳 6-24-126-1236-1235-23
+always 따왴 6-24-126-1236-1235-235
+always 따왵 6-24-126-1236-1235-236
+always 따왶 6-24-126-1236-1235-256
+always 따왷 6-24-126-1236-1235-356
+always 따외 6-24-126-13456
+always 따왹 6-24-126-13456-1
+always 따왺 6-24-126-13456-1-1
+always 따왻 6-24-126-13456-1-3
+always 따왼 6-24-126-13456-25
+always 따왽 6-24-126-13456-25-13
+always 따왾 6-24-126-13456-25-356
+always 따왿 6-24-126-13456-35
+always 따욀 6-24-126-13456-2
+always 따욁 6-24-126-13456-2-1
+always 따욂 6-24-126-13456-2-26
+always 따욃 6-24-126-13456-2-12
+always 따욄 6-24-126-13456-2-3
+always 따욅 6-24-126-13456-2-236
+always 따욆 6-24-126-13456-2-256
+always 따욇 6-24-126-13456-2-356
+always 따욈 6-24-126-13456-26
+always 따욉 6-24-126-13456-12
+always 따욊 6-24-126-13456-12-3
+always 따욋 6-24-126-13456-3
+always 따욌 6-24-126-13456-34
+always 따욍 6-24-126-13456-2356
+always 따욎 6-24-126-13456-13
+always 따욏 6-24-126-13456-23
+always 따욐 6-24-126-13456-235
+always 따욑 6-24-126-13456-236
+always 따욒 6-24-126-13456-256
+always 따욓 6-24-126-13456-356
+always 따요 6-24-126-346
+always 따욕 6-24-126-346-1
+always 따욖 6-24-126-346-1-1
+always 따욗 6-24-126-346-1-3
+always 따욘 6-24-126-346-25
+always 따욙 6-24-126-346-25-13
+always 따욚 6-24-126-346-25-356
+always 따욛 6-24-126-346-35
+always 따욜 6-24-126-346-2
+always 따욝 6-24-126-346-2-1
+always 따욞 6-24-126-346-2-26
+always 따욟 6-24-126-346-2-12
+always 따욠 6-24-126-346-2-3
+always 따욡 6-24-126-346-2-236
+always 따욢 6-24-126-346-2-256
+always 따욣 6-24-126-346-2-356
+always 따욤 6-24-126-346-26
+always 따욥 6-24-126-346-12
+always 따욦 6-24-126-346-12-3
+always 따욧 6-24-126-346-3
+always 따욨 6-24-126-346-34
+always 따용 6-24-126-346-2356
+always 따욪 6-24-126-346-13
+always 따욫 6-24-126-346-23
+always 따욬 6-24-126-346-235
+always 따욭 6-24-126-346-236
+always 따욮 6-24-126-346-256
+always 따욯 6-24-126-346-356
+always 따우 6-24-126-134
+always 따욱 6-24-126-134-1
+always 따욲 6-24-126-134-1-1
+always 따욳 6-24-126-134-1-3
+always 따운 6-24-126-1245
+always 따욵 6-24-126-1245-13
+always 따욶 6-24-126-1245-356
+always 따욷 6-24-126-134-35
+always 따울 6-24-126-12346
+always 따욹 6-24-126-12346-1
+always 따욺 6-24-126-12346-26
+always 따욻 6-24-126-12346-12
+always 따욼 6-24-126-12346-3
+always 따욽 6-24-126-12346-236
+always 따욾 6-24-126-12346-256
+always 따욿 6-24-126-12346-356
+always 따움 6-24-126-134-26
+always 따웁 6-24-126-134-12
+always 따웂 6-24-126-134-12-3
+always 따웃 6-24-126-134-3
+always 따웄 6-24-126-134-34
+always 따웅 6-24-126-134-2356
+always 따웆 6-24-126-134-13
+always 따웇 6-24-126-134-23
+always 따웈 6-24-126-134-235
+always 따웉 6-24-126-134-236
+always 따웊 6-24-126-134-256
+always 따웋 6-24-126-134-356
+always 따워 6-24-126-1234
+always 따웍 6-24-126-1234-1
+always 따웎 6-24-126-1234-1-1
+always 따웏 6-24-126-1234-1-3
+always 따원 6-24-126-1234-25
+always 따웑 6-24-126-1234-25-13
+always 따웒 6-24-126-1234-25-356
+always 따웓 6-24-126-1234-35
+always 따월 6-24-126-1234-2
+always 따웕 6-24-126-1234-2-1
+always 따웖 6-24-126-1234-2-26
+always 따웗 6-24-126-1234-2-12
+always 따웘 6-24-126-1234-2-3
+always 따웙 6-24-126-1234-2-236
+always 따웚 6-24-126-1234-2-256
+always 따웛 6-24-126-1234-2-356
+always 따웜 6-24-126-1234-26
+always 따웝 6-24-126-1234-12
+always 따웞 6-24-126-1234-12-3
+always 따웟 6-24-126-1234-3
+always 따웠 6-24-126-1234-34
+always 따웡 6-24-126-1234-2356
+always 따웢 6-24-126-1234-13
+always 따웣 6-24-126-1234-23
+always 따웤 6-24-126-1234-235
+always 따웥 6-24-126-1234-236
+always 따웦 6-24-126-1234-256
+always 따웧 6-24-126-1234-356
+always 따웨 6-24-126-1234-1235
+always 따웩 6-24-126-1234-1235-1
+always 따웪 6-24-126-1234-1235-1-1
+always 따웫 6-24-126-1234-1235-1-3
+always 따웬 6-24-126-1234-1235-25
+always 따웭 6-24-126-1234-1235-25-13
+always 따웮 6-24-126-1234-1235-25-356
+always 따웯 6-24-126-1234-1235-35
+always 따웰 6-24-126-1234-1235-2
+always 따웱 6-24-126-1234-1235-2-1
+always 따웲 6-24-126-1234-1235-2-26
+always 따웳 6-24-126-1234-1235-2-12
+always 따웴 6-24-126-1234-1235-2-3
+always 따웵 6-24-126-1234-1235-2-236
+always 따웶 6-24-126-1234-1235-2-256
+always 따웷 6-24-126-1234-1235-2-356
+always 따웸 6-24-126-1234-1235-26
+always 따웹 6-24-126-1234-1235-12
+always 따웺 6-24-126-1234-1235-12-3
+always 따웻 6-24-126-1234-1235-3
+always 따웼 6-24-126-1234-1235-34
+always 따웽 6-24-126-1234-1235-2356
+always 따웾 6-24-126-1234-1235-13
+always 따웿 6-24-126-1234-1235-23
+always 따윀 6-24-126-1234-1235-235
+always 따윁 6-24-126-1234-1235-236
+always 따윂 6-24-126-1234-1235-256
+always 따윃 6-24-126-1234-1235-356
+always 따위 6-24-126-134-1235
+always 따윅 6-24-126-134-1235-1
+always 따윆 6-24-126-134-1235-1-1
+always 따윇 6-24-126-134-1235-1-3
+always 따윈 6-24-126-134-1235-25
+always 따윉 6-24-126-134-1235-25-13
+always 따윊 6-24-126-134-1235-25-356
+always 따윋 6-24-126-134-1235-35
+always 따윌 6-24-126-134-1235-2
+always 따윍 6-24-126-134-1235-2-1
+always 따윎 6-24-126-134-1235-2-26
+always 따윏 6-24-126-134-1235-2-12
+always 따윐 6-24-126-134-1235-2-3
+always 따윑 6-24-126-134-1235-2-236
+always 따윒 6-24-126-134-1235-2-256
+always 따윓 6-24-126-134-1235-2-356
+always 따윔 6-24-126-134-1235-26
+always 따윕 6-24-126-134-1235-12
+always 따윖 6-24-126-134-1235-12-3
+always 따윗 6-24-126-134-1235-3
+always 따윘 6-24-126-134-1235-34
+always 따윙 6-24-126-134-1235-2356
+always 따윚 6-24-126-134-1235-13
+always 따윛 6-24-126-134-1235-23
+always 따윜 6-24-126-134-1235-235
+always 따윝 6-24-126-134-1235-236
+always 따윞 6-24-126-134-1235-256
+always 따윟 6-24-126-134-1235-356
+always 따유 6-24-126-146
+always 따육 6-24-126-146-1
+always 따윢 6-24-126-146-1-1
+always 따윣 6-24-126-146-1-3
+always 따윤 6-24-126-146-25
+always 따윥 6-24-126-146-25-13
+always 따윦 6-24-126-146-25-356
+always 따윧 6-24-126-146-35
+always 따율 6-24-126-146-2
+always 따윩 6-24-126-146-2-1
+always 따윪 6-24-126-146-2-26
+always 따윫 6-24-126-146-2-12
+always 따윬 6-24-126-146-2-3
+always 따윭 6-24-126-146-2-236
+always 따윮 6-24-126-146-2-256
+always 따윯 6-24-126-146-2-356
+always 따윰 6-24-126-146-26
+always 따윱 6-24-126-146-12
+always 따윲 6-24-126-146-12-3
+always 따윳 6-24-126-146-3
+always 따윴 6-24-126-146-34
+always 따융 6-24-126-146-2356
+always 따윶 6-24-126-146-13
+always 따윷 6-24-126-146-23
+always 따윸 6-24-126-146-235
+always 따윹 6-24-126-146-236
+always 따윺 6-24-126-146-256
+always 따윻 6-24-126-146-356
+always 따으 6-24-126-246
+always 따윽 6-24-126-246-1
+always 따윾 6-24-126-246-1-1
+always 따윿 6-24-126-246-1-3
+always 따은 6-24-126-1356
+always 따읁 6-24-126-1356-13
+always 따읂 6-24-126-1356-356
+always 따읃 6-24-126-246-35
+always 따을 6-24-126-2346
+always 따읅 6-24-126-2346-1
+always 따읆 6-24-126-2346-26
+always 따읇 6-24-126-2346-12
+always 따읈 6-24-126-2346-3
+always 따읉 6-24-126-2346-236
+always 따읊 6-24-126-2346-256
+always 따읋 6-24-126-2346-356
+always 따음 6-24-126-246-26
+always 따읍 6-24-126-246-12
+always 따읎 6-24-126-246-12-3
+always 따읏 6-24-126-246-3
+always 따읐 6-24-126-246-34
+always 따응 6-24-126-246-2356
+always 따읒 6-24-126-246-13
+always 따읓 6-24-126-246-23
+always 따읔 6-24-126-246-235
+always 따읕 6-24-126-246-236
+always 따읖 6-24-126-246-256
+always 따읗 6-24-126-246-356
+always 따의 6-24-126-2456
+always 따읙 6-24-126-2456-1
+always 따읚 6-24-126-2456-1-1
+always 따읛 6-24-126-2456-1-3
+always 따읜 6-24-126-2456-25
+always 따읝 6-24-126-2456-25-13
+always 따읞 6-24-126-2456-25-356
+always 따읟 6-24-126-2456-35
+always 따읠 6-24-126-2456-2
+always 따읡 6-24-126-2456-2-1
+always 따읢 6-24-126-2456-2-26
+always 따읣 6-24-126-2456-2-12
+always 따읤 6-24-126-2456-2-3
+always 따읥 6-24-126-2456-2-236
+always 따읦 6-24-126-2456-2-256
+always 따읧 6-24-126-2456-2-356
+always 따읨 6-24-126-2456-26
+always 따읩 6-24-126-2456-12
+always 따읪 6-24-126-2456-12-3
+always 따읫 6-24-126-2456-3
+always 따읬 6-24-126-2456-34
+always 따읭 6-24-126-2456-2356
+always 따읮 6-24-126-2456-13
+always 따읯 6-24-126-2456-23
+always 따읰 6-24-126-2456-235
+always 따읱 6-24-126-2456-236
+always 따읲 6-24-126-2456-256
+always 따읳 6-24-126-2456-356
+always 따이 6-24-126-135
+always 따익 6-24-126-135-1
+always 따읶 6-24-126-135-1-1
+always 따읷 6-24-126-135-1-3
+always 따인 6-24-126-12345
+always 따읹 6-24-126-12345-13
+always 따읺 6-24-126-12345-356
+always 따읻 6-24-126-135-35
+always 따일 6-24-126-135-2
+always 따읽 6-24-126-135-2-1
+always 따읾 6-24-126-135-2-26
+always 따읿 6-24-126-135-2-12
+always 따잀 6-24-126-135-2-3
+always 따잁 6-24-126-135-2-236
+always 따잂 6-24-126-135-2-256
+always 따잃 6-24-126-135-2-356
+always 따임 6-24-126-135-26
+always 따입 6-24-126-135-12
+always 따잆 6-24-126-135-12-3
+always 따잇 6-24-126-135-3
+always 따있 6-24-126-135-34
+always 따잉 6-24-126-135-2356
+always 따잊 6-24-126-135-13
+always 따잋 6-24-126-135-23
+always 따잌 6-24-126-135-235
+always 따잍 6-24-126-135-236
+always 따잎 6-24-126-135-256
+always 따잏 6-24-126-135-356
+always 마아 15-126-126
+always 마악 15-126-126-1
+always 마앆 15-126-126-1-1
+always 마앇 15-126-126-1-3
+always 마안 15-126-126-25
+always 마앉 15-126-126-25-13
+always 마않 15-126-126-25-356
+always 마앋 15-126-126-35
+always 마알 15-126-126-2
+always 마앍 15-126-126-2-1
+always 마앎 15-126-126-2-26
+always 마앏 15-126-126-2-12
+always 마앐 15-126-126-2-3
+always 마앑 15-126-126-2-236
+always 마앒 15-126-126-2-256
+always 마앓 15-126-126-2-356
+always 마암 15-126-126-26
+always 마압 15-126-126-12
+always 마앖 15-126-126-12-3
+always 마앗 15-126-126-3
+always 마았 15-126-126-34
+always 마앙 15-126-126-2356
+always 마앚 15-126-126-13
+always 마앛 15-126-126-23
+always 마앜 15-126-126-235
+always 마앝 15-126-126-236
+always 마앞 15-126-126-256
+always 마앟 15-126-126-356
+always 마애 15-126-1235
+always 마액 15-126-1235-1
+always 마앢 15-126-1235-1-1
+always 마앣 15-126-1235-1-3
+always 마앤 15-126-1235-25
+always 마앥 15-126-1235-25-13
+always 마앦 15-126-1235-25-356
+always 마앧 15-126-1235-35
+always 마앨 15-126-1235-2
+always 마앩 15-126-1235-2-1
+always 마앪 15-126-1235-2-26
+always 마앫 15-126-1235-2-12
+always 마앬 15-126-1235-2-3
+always 마앭 15-126-1235-2-236
+always 마앮 15-126-1235-2-256
+always 마앯 15-126-1235-2-356
+always 마앰 15-126-1235-26
+always 마앱 15-126-1235-12
+always 마앲 15-126-1235-12-3
+always 마앳 15-126-1235-3
+always 마앴 15-126-1235-34
+always 마앵 15-126-1235-2356
+always 마앶 15-126-1235-13
+always 마앷 15-126-1235-23
+always 마앸 15-126-1235-235
+always 마앹 15-126-1235-236
+always 마앺 15-126-1235-256
+always 마앻 15-126-1235-356
+always 마야 15-126-345
+always 마약 15-126-345-1
+always 마앾 15-126-345-1-1
+always 마앿 15-126-345-1-3
+always 마얀 15-126-345-25
+always 마얁 15-126-345-25-13
+always 마얂 15-126-345-25-356
+always 마얃 15-126-345-35
+always 마얄 15-126-345-2
+always 마얅 15-126-345-2-1
+always 마얆 15-126-345-2-26
+always 마얇 15-126-345-2-12
+always 마얈 15-126-345-2-3
+always 마얉 15-126-345-2-236
+always 마얊 15-126-345-2-256
+always 마얋 15-126-345-2-356
+always 마얌 15-126-345-26
+always 마얍 15-126-345-12
+always 마얎 15-126-345-12-3
+always 마얏 15-126-345-3
+always 마얐 15-126-345-34
+always 마양 15-126-345-2356
+always 마얒 15-126-345-13
+always 마얓 15-126-345-23
+always 마얔 15-126-345-235
+always 마얕 15-126-345-236
+always 마얖 15-126-345-256
+always 마얗 15-126-345-356
+always 마얘 15-126-345-1235
+always 마얙 15-126-345-1235-1
+always 마얚 15-126-345-1235-1-1
+always 마얛 15-126-345-1235-1-3
+always 마얜 15-126-345-1235-25
+always 마얝 15-126-345-1235-25-13
+always 마얞 15-126-345-1235-25-356
+always 마얟 15-126-345-1235-35
+always 마얠 15-126-345-1235-2
+always 마얡 15-126-345-1235-2-1
+always 마얢 15-126-345-1235-2-26
+always 마얣 15-126-345-1235-2-12
+always 마얤 15-126-345-1235-2-3
+always 마얥 15-126-345-1235-2-236
+always 마얦 15-126-345-1235-2-256
+always 마얧 15-126-345-1235-2-356
+always 마얨 15-126-345-1235-26
+always 마얩 15-126-345-1235-12
+always 마얪 15-126-345-1235-12-3
+always 마얫 15-126-345-1235-3
+always 마얬 15-126-345-1235-34
+always 마얭 15-126-345-1235-2356
+always 마얮 15-126-345-1235-13
+always 마얯 15-126-345-1235-23
+always 마얰 15-126-345-1235-235
+always 마얱 15-126-345-1235-236
+always 마얲 15-126-345-1235-256
+always 마얳 15-126-345-1235-356
+always 마어 15-126-234
+always 마억 15-126-1456
+always 마얶 15-126-1456-1
+always 마얷 15-126-1456-3
+always 마언 15-126-23456
+always 마얹 15-126-23456-13
+always 마얺 15-126-23456-356
+always 마얻 15-126-234-35
+always 마얼 15-126-2345
+always 마얽 15-126-2345-1
+always 마얾 15-126-2345-26
+always 마얿 15-126-2345-12
+always 마엀 15-126-2345-3
+always 마엁 15-126-2345-236
+always 마엂 15-126-2345-256
+always 마엃 15-126-2345-356
+always 마엄 15-126-234-26
+always 마업 15-126-234-12
+always 마없 15-126-234-12-3
+always 마엇 15-126-234-3
+always 마었 15-126-234-34
+always 마엉 15-126-234-2356
+always 마엊 15-126-234-13
+always 마엋 15-126-234-23
+always 마엌 15-126-234-235
+always 마엍 15-126-234-236
+always 마엎 15-126-234-256
+always 마엏 15-126-234-356
+always 마에 15-126-1345
+always 마엑 15-126-1345-1
+always 마엒 15-126-1345-1-1
+always 마엓 15-126-1345-1-3
+always 마엔 15-126-1345-25
+always 마엕 15-126-1345-25-13
+always 마엖 15-126-1345-25-356
+always 마엗 15-126-1345-35
+always 마엘 15-126-1345-2
+always 마엙 15-126-1345-2-1
+always 마엚 15-126-1345-2-26
+always 마엛 15-126-1345-2-12
+always 마엜 15-126-1345-2-3
+always 마엝 15-126-1345-2-236
+always 마엞 15-126-1345-2-256
+always 마엟 15-126-1345-2-356
+always 마엠 15-126-1345-26
+always 마엡 15-126-1345-12
+always 마엢 15-126-1345-12-3
+always 마엣 15-126-1345-3
+always 마엤 15-126-1345-34
+always 마엥 15-126-1345-2356
+always 마엦 15-126-1345-13
+always 마엧 15-126-1345-23
+always 마엨 15-126-1345-235
+always 마엩 15-126-1345-236
+always 마엪 15-126-1345-256
+always 마엫 15-126-1345-356
+always 마여 15-126-156
+always 마역 15-126-156-1
+always 마엮 15-126-156-1-1
+always 마엯 15-126-156-1-3
+always 마연 15-126-16
+always 마엱 15-126-16-13
+always 마엲 15-126-16-356
+always 마열 15-126-1256
+always 마엵 15-126-1256-1
+always 마엶 15-126-1256-26
+always 마엷 15-126-1256-12
+always 마엸 15-126-1256-3
+always 마엹 15-126-1256-236
+always 마엺 15-126-1256-256
+always 마엻 15-126-1256-356
+always 마염 15-126-156-26
+always 마엽 15-126-156-12
+always 마엾 15-126-156-12-3
+always 마엿 15-126-156-3
+always 마였 15-126-156-34
+always 마영 15-126-12456
+always 마옂 15-126-156-13
+always 마옃 15-126-156-23
+always 마옄 15-126-156-235
+always 마옅 15-126-156-236
+always 마옆 15-126-156-256
+always 마옇 15-126-156-356
+always 마예 15-126-34
+always 마옉 15-126-34-1
+always 마옊 15-126-34-1-1
+always 마옋 15-126-34-1-3
+always 마옌 15-126-34-25
+always 마옍 15-126-34-25-13
+always 마옎 15-126-34-25-356
+always 마옏 15-126-34-35
+always 마옐 15-126-34-2
+always 마옑 15-126-34-2-1
+always 마옒 15-126-34-2-26
+always 마옓 15-126-34-2-12
+always 마옔 15-126-34-2-3
+always 마옕 15-126-34-2-236
+always 마옖 15-126-34-2-256
+always 마옗 15-126-34-2-356
+always 마옘 15-126-34-26
+always 마옙 15-126-34-12
+always 마옚 15-126-34-12-3
+always 마옛 15-126-34-3
+always 마옜 15-126-34-34
+always 마옝 15-126-34-2356
+always 마옞 15-126-34-13
+always 마옟 15-126-34-23
+always 마옠 15-126-34-235
+always 마옡 15-126-34-236
+always 마옢 15-126-34-256
+always 마옣 15-126-34-356
+always 마오 15-126-136
+always 마옥 15-126-1346
+always 마옦 15-126-1346-1
+always 마옧 15-126-1346-3
+always 마온 15-126-12356
+always 마옩 15-126-12356-13
+always 마옪 15-126-12356-356
+always 마옫 15-126-136-35
+always 마올 15-126-136-2
+always 마옭 15-126-136-2-1
+always 마옮 15-126-136-2-26
+always 마옯 15-126-136-2-12
+always 마옰 15-126-136-2-3
+always 마옱 15-126-136-2-236
+always 마옲 15-126-136-2-256
+always 마옳 15-126-136-2-356
+always 마옴 15-126-136-26
+always 마옵 15-126-136-12
+always 마옶 15-126-136-12-3
+always 마옷 15-126-136-3
+always 마옸 15-126-136-34
+always 마옹 15-126-123456
+always 마옺 15-126-136-13
+always 마옻 15-126-136-23
+always 마옼 15-126-136-235
+always 마옽 15-126-136-236
+always 마옾 15-126-136-256
+always 마옿 15-126-136-356
+always 마와 15-126-1236
+always 마왁 15-126-1236-1
+always 마왂 15-126-1236-1-1
+always 마왃 15-126-1236-1-3
+always 마완 15-126-1236-25
+always 마왅 15-126-1236-25-13
+always 마왆 15-126-1236-25-356
+always 마왇 15-126-1236-35
+always 마왈 15-126-1236-2
+always 마왉 15-126-1236-2-1
+always 마왊 15-126-1236-2-26
+always 마왋 15-126-1236-2-12
+always 마왌 15-126-1236-2-3
+always 마왍 15-126-1236-2-236
+always 마왎 15-126-1236-2-256
+always 마왏 15-126-1236-2-356
+always 마왐 15-126-1236-26
+always 마왑 15-126-1236-12
+always 마왒 15-126-1236-12-3
+always 마왓 15-126-1236-3
+always 마왔 15-126-1236-34
+always 마왕 15-126-1236-2356
+always 마왖 15-126-1236-13
+always 마왗 15-126-1236-23
+always 마왘 15-126-1236-235
+always 마왙 15-126-1236-236
+always 마왚 15-126-1236-256
+always 마왛 15-126-1236-356
+always 마왜 15-126-1236-1235
+always 마왝 15-126-1236-1235-1
+always 마왞 15-126-1236-1235-1-1
+always 마왟 15-126-1236-1235-1-3
+always 마왠 15-126-1236-1235-25
+always 마왡 15-126-1236-1235-25-13
+always 마왢 15-126-1236-1235-25-356
+always 마왣 15-126-1236-1235-35
+always 마왤 15-126-1236-1235-2
+always 마왥 15-126-1236-1235-2-1
+always 마왦 15-126-1236-1235-2-26
+always 마왧 15-126-1236-1235-2-12
+always 마왨 15-126-1236-1235-2-3
+always 마왩 15-126-1236-1235-2-236
+always 마왪 15-126-1236-1235-2-256
+always 마왫 15-126-1236-1235-2-356
+always 마왬 15-126-1236-1235-26
+always 마왭 15-126-1236-1235-12
+always 마왮 15-126-1236-1235-12-3
+always 마왯 15-126-1236-1235-3
+always 마왰 15-126-1236-1235-34
+always 마왱 15-126-1236-1235-2356
+always 마왲 15-126-1236-1235-13
+always 마왳 15-126-1236-1235-23
+always 마왴 15-126-1236-1235-235
+always 마왵 15-126-1236-1235-236
+always 마왶 15-126-1236-1235-256
+always 마왷 15-126-1236-1235-356
+always 마외 15-126-13456
+always 마왹 15-126-13456-1
+always 마왺 15-126-13456-1-1
+always 마왻 15-126-13456-1-3
+always 마왼 15-126-13456-25
+always 마왽 15-126-13456-25-13
+always 마왾 15-126-13456-25-356
+always 마왿 15-126-13456-35
+always 마욀 15-126-13456-2
+always 마욁 15-126-13456-2-1
+always 마욂 15-126-13456-2-26
+always 마욃 15-126-13456-2-12
+always 마욄 15-126-13456-2-3
+always 마욅 15-126-13456-2-236
+always 마욆 15-126-13456-2-256
+always 마욇 15-126-13456-2-356
+always 마욈 15-126-13456-26
+always 마욉 15-126-13456-12
+always 마욊 15-126-13456-12-3
+always 마욋 15-126-13456-3
+always 마욌 15-126-13456-34
+always 마욍 15-126-13456-2356
+always 마욎 15-126-13456-13
+always 마욏 15-126-13456-23
+always 마욐 15-126-13456-235
+always 마욑 15-126-13456-236
+always 마욒 15-126-13456-256
+always 마욓 15-126-13456-356
+always 마요 15-126-346
+always 마욕 15-126-346-1
+always 마욖 15-126-346-1-1
+always 마욗 15-126-346-1-3
+always 마욘 15-126-346-25
+always 마욙 15-126-346-25-13
+always 마욚 15-126-346-25-356
+always 마욛 15-126-346-35
+always 마욜 15-126-346-2
+always 마욝 15-126-346-2-1
+always 마욞 15-126-346-2-26
+always 마욟 15-126-346-2-12
+always 마욠 15-126-346-2-3
+always 마욡 15-126-346-2-236
+always 마욢 15-126-346-2-256
+always 마욣 15-126-346-2-356
+always 마욤 15-126-346-26
+always 마욥 15-126-346-12
+always 마욦 15-126-346-12-3
+always 마욧 15-126-346-3
+always 마욨 15-126-346-34
+always 마용 15-126-346-2356
+always 마욪 15-126-346-13
+always 마욫 15-126-346-23
+always 마욬 15-126-346-235
+always 마욭 15-126-346-236
+always 마욮 15-126-346-256
+always 마욯 15-126-346-356
+always 마우 15-126-134
+always 마욱 15-126-134-1
+always 마욲 15-126-134-1-1
+always 마욳 15-126-134-1-3
+always 마운 15-126-1245
+always 마욵 15-126-1245-13
+always 마욶 15-126-1245-356
+always 마욷 15-126-134-35
+always 마울 15-126-12346
+always 마욹 15-126-12346-1
+always 마욺 15-126-12346-26
+always 마욻 15-126-12346-12
+always 마욼 15-126-12346-3
+always 마욽 15-126-12346-236
+always 마욾 15-126-12346-256
+always 마욿 15-126-12346-356
+always 마움 15-126-134-26
+always 마웁 15-126-134-12
+always 마웂 15-126-134-12-3
+always 마웃 15-126-134-3
+always 마웄 15-126-134-34
+always 마웅 15-126-134-2356
+always 마웆 15-126-134-13
+always 마웇 15-126-134-23
+always 마웈 15-126-134-235
+always 마웉 15-126-134-236
+always 마웊 15-126-134-256
+always 마웋 15-126-134-356
+always 마워 15-126-1234
+always 마웍 15-126-1234-1
+always 마웎 15-126-1234-1-1
+always 마웏 15-126-1234-1-3
+always 마원 15-126-1234-25
+always 마웑 15-126-1234-25-13
+always 마웒 15-126-1234-25-356
+always 마웓 15-126-1234-35
+always 마월 15-126-1234-2
+always 마웕 15-126-1234-2-1
+always 마웖 15-126-1234-2-26
+always 마웗 15-126-1234-2-12
+always 마웘 15-126-1234-2-3
+always 마웙 15-126-1234-2-236
+always 마웚 15-126-1234-2-256
+always 마웛 15-126-1234-2-356
+always 마웜 15-126-1234-26
+always 마웝 15-126-1234-12
+always 마웞 15-126-1234-12-3
+always 마웟 15-126-1234-3
+always 마웠 15-126-1234-34
+always 마웡 15-126-1234-2356
+always 마웢 15-126-1234-13
+always 마웣 15-126-1234-23
+always 마웤 15-126-1234-235
+always 마웥 15-126-1234-236
+always 마웦 15-126-1234-256
+always 마웧 15-126-1234-356
+always 마웨 15-126-1234-1235
+always 마웩 15-126-1234-1235-1
+always 마웪 15-126-1234-1235-1-1
+always 마웫 15-126-1234-1235-1-3
+always 마웬 15-126-1234-1235-25
+always 마웭 15-126-1234-1235-25-13
+always 마웮 15-126-1234-1235-25-356
+always 마웯 15-126-1234-1235-35
+always 마웰 15-126-1234-1235-2
+always 마웱 15-126-1234-1235-2-1
+always 마웲 15-126-1234-1235-2-26
+always 마웳 15-126-1234-1235-2-12
+always 마웴 15-126-1234-1235-2-3
+always 마웵 15-126-1234-1235-2-236
+always 마웶 15-126-1234-1235-2-256
+always 마웷 15-126-1234-1235-2-356
+always 마웸 15-126-1234-1235-26
+always 마웹 15-126-1234-1235-12
+always 마웺 15-126-1234-1235-12-3
+always 마웻 15-126-1234-1235-3
+always 마웼 15-126-1234-1235-34
+always 마웽 15-126-1234-1235-2356
+always 마웾 15-126-1234-1235-13
+always 마웿 15-126-1234-1235-23
+always 마윀 15-126-1234-1235-235
+always 마윁 15-126-1234-1235-236
+always 마윂 15-126-1234-1235-256
+always 마윃 15-126-1234-1235-356
+always 마위 15-126-134-1235
+always 마윅 15-126-134-1235-1
+always 마윆 15-126-134-1235-1-1
+always 마윇 15-126-134-1235-1-3
+always 마윈 15-126-134-1235-25
+always 마윉 15-126-134-1235-25-13
+always 마윊 15-126-134-1235-25-356
+always 마윋 15-126-134-1235-35
+always 마윌 15-126-134-1235-2
+always 마윍 15-126-134-1235-2-1
+always 마윎 15-126-134-1235-2-26
+always 마윏 15-126-134-1235-2-12
+always 마윐 15-126-134-1235-2-3
+always 마윑 15-126-134-1235-2-236
+always 마윒 15-126-134-1235-2-256
+always 마윓 15-126-134-1235-2-356
+always 마윔 15-126-134-1235-26
+always 마윕 15-126-134-1235-12
+always 마윖 15-126-134-1235-12-3
+always 마윗 15-126-134-1235-3
+always 마윘 15-126-134-1235-34
+always 마윙 15-126-134-1235-2356
+always 마윚 15-126-134-1235-13
+always 마윛 15-126-134-1235-23
+always 마윜 15-126-134-1235-235
+always 마윝 15-126-134-1235-236
+always 마윞 15-126-134-1235-256
+always 마윟 15-126-134-1235-356
+always 마유 15-126-146
+always 마육 15-126-146-1
+always 마윢 15-126-146-1-1
+always 마윣 15-126-146-1-3
+always 마윤 15-126-146-25
+always 마윥 15-126-146-25-13
+always 마윦 15-126-146-25-356
+always 마윧 15-126-146-35
+always 마율 15-126-146-2
+always 마윩 15-126-146-2-1
+always 마윪 15-126-146-2-26
+always 마윫 15-126-146-2-12
+always 마윬 15-126-146-2-3
+always 마윭 15-126-146-2-236
+always 마윮 15-126-146-2-256
+always 마윯 15-126-146-2-356
+always 마윰 15-126-146-26
+always 마윱 15-126-146-12
+always 마윲 15-126-146-12-3
+always 마윳 15-126-146-3
+always 마윴 15-126-146-34
+always 마융 15-126-146-2356
+always 마윶 15-126-146-13
+always 마윷 15-126-146-23
+always 마윸 15-126-146-235
+always 마윹 15-126-146-236
+always 마윺 15-126-146-256
+always 마윻 15-126-146-356
+always 마으 15-126-246
+always 마윽 15-126-246-1
+always 마윾 15-126-246-1-1
+always 마윿 15-126-246-1-3
+always 마은 15-126-1356
+always 마읁 15-126-1356-13
+always 마읂 15-126-1356-356
+always 마읃 15-126-246-35
+always 마을 15-126-2346
+always 마읅 15-126-2346-1
+always 마읆 15-126-2346-26
+always 마읇 15-126-2346-12
+always 마읈 15-126-2346-3
+always 마읉 15-126-2346-236
+always 마읊 15-126-2346-256
+always 마읋 15-126-2346-356
+always 마음 15-126-246-26
+always 마읍 15-126-246-12
+always 마읎 15-126-246-12-3
+always 마읏 15-126-246-3
+always 마읐 15-126-246-34
+always 마응 15-126-246-2356
+always 마읒 15-126-246-13
+always 마읓 15-126-246-23
+always 마읔 15-126-246-235
+always 마읕 15-126-246-236
+always 마읖 15-126-246-256
+always 마읗 15-126-246-356
+always 마의 15-126-2456
+always 마읙 15-126-2456-1
+always 마읚 15-126-2456-1-1
+always 마읛 15-126-2456-1-3
+always 마읜 15-126-2456-25
+always 마읝 15-126-2456-25-13
+always 마읞 15-126-2456-25-356
+always 마읟 15-126-2456-35
+always 마읠 15-126-2456-2
+always 마읡 15-126-2456-2-1
+always 마읢 15-126-2456-2-26
+always 마읣 15-126-2456-2-12
+always 마읤 15-126-2456-2-3
+always 마읥 15-126-2456-2-236
+always 마읦 15-126-2456-2-256
+always 마읧 15-126-2456-2-356
+always 마읨 15-126-2456-26
+always 마읩 15-126-2456-12
+always 마읪 15-126-2456-12-3
+always 마읫 15-126-2456-3
+always 마읬 15-126-2456-34
+always 마읭 15-126-2456-2356
+always 마읮 15-126-2456-13
+always 마읯 15-126-2456-23
+always 마읰 15-126-2456-235
+always 마읱 15-126-2456-236
+always 마읲 15-126-2456-256
+always 마읳 15-126-2456-356
+always 마이 15-126-135
+always 마익 15-126-135-1
+always 마읶 15-126-135-1-1
+always 마읷 15-126-135-1-3
+always 마인 15-126-12345
+always 마읹 15-126-12345-13
+always 마읺 15-126-12345-356
+always 마읻 15-126-135-35
+always 마일 15-126-135-2
+always 마읽 15-126-135-2-1
+always 마읾 15-126-135-2-26
+always 마읿 15-126-135-2-12
+always 마잀 15-126-135-2-3
+always 마잁 15-126-135-2-236
+always 마잂 15-126-135-2-256
+always 마잃 15-126-135-2-356
+always 마임 15-126-135-26
+always 마입 15-126-135-12
+always 마잆 15-126-135-12-3
+always 마잇 15-126-135-3
+always 마있 15-126-135-34
+always 마잉 15-126-135-2356
+always 마잊 15-126-135-13
+always 마잋 15-126-135-23
+always 마잌 15-126-135-235
+always 마잍 15-126-135-236
+always 마잎 15-126-135-256
+always 마잏 15-126-135-356
+always 바아 45-126-126
+always 바악 45-126-126-1
+always 바앆 45-126-126-1-1
+always 바앇 45-126-126-1-3
+always 바안 45-126-126-25
+always 바앉 45-126-126-25-13
+always 바않 45-126-126-25-356
+always 바앋 45-126-126-35
+always 바알 45-126-126-2
+always 바앍 45-126-126-2-1
+always 바앎 45-126-126-2-26
+always 바앏 45-126-126-2-12
+always 바앐 45-126-126-2-3
+always 바앑 45-126-126-2-236
+always 바앒 45-126-126-2-256
+always 바앓 45-126-126-2-356
+always 바암 45-126-126-26
+always 바압 45-126-126-12
+always 바앖 45-126-126-12-3
+always 바앗 45-126-126-3
+always 바았 45-126-126-34
+always 바앙 45-126-126-2356
+always 바앚 45-126-126-13
+always 바앛 45-126-126-23
+always 바앜 45-126-126-235
+always 바앝 45-126-126-236
+always 바앞 45-126-126-256
+always 바앟 45-126-126-356
+always 바애 45-126-1235
+always 바액 45-126-1235-1
+always 바앢 45-126-1235-1-1
+always 바앣 45-126-1235-1-3
+always 바앤 45-126-1235-25
+always 바앥 45-126-1235-25-13
+always 바앦 45-126-1235-25-356
+always 바앧 45-126-1235-35
+always 바앨 45-126-1235-2
+always 바앩 45-126-1235-2-1
+always 바앪 45-126-1235-2-26
+always 바앫 45-126-1235-2-12
+always 바앬 45-126-1235-2-3
+always 바앭 45-126-1235-2-236
+always 바앮 45-126-1235-2-256
+always 바앯 45-126-1235-2-356
+always 바앰 45-126-1235-26
+always 바앱 45-126-1235-12
+always 바앲 45-126-1235-12-3
+always 바앳 45-126-1235-3
+always 바앴 45-126-1235-34
+always 바앵 45-126-1235-2356
+always 바앶 45-126-1235-13
+always 바앷 45-126-1235-23
+always 바앸 45-126-1235-235
+always 바앹 45-126-1235-236
+always 바앺 45-126-1235-256
+always 바앻 45-126-1235-356
+always 바야 45-126-345
+always 바약 45-126-345-1
+always 바앾 45-126-345-1-1
+always 바앿 45-126-345-1-3
+always 바얀 45-126-345-25
+always 바얁 45-126-345-25-13
+always 바얂 45-126-345-25-356
+always 바얃 45-126-345-35
+always 바얄 45-126-345-2
+always 바얅 45-126-345-2-1
+always 바얆 45-126-345-2-26
+always 바얇 45-126-345-2-12
+always 바얈 45-126-345-2-3
+always 바얉 45-126-345-2-236
+always 바얊 45-126-345-2-256
+always 바얋 45-126-345-2-356
+always 바얌 45-126-345-26
+always 바얍 45-126-345-12
+always 바얎 45-126-345-12-3
+always 바얏 45-126-345-3
+always 바얐 45-126-345-34
+always 바양 45-126-345-2356
+always 바얒 45-126-345-13
+always 바얓 45-126-345-23
+always 바얔 45-126-345-235
+always 바얕 45-126-345-236
+always 바얖 45-126-345-256
+always 바얗 45-126-345-356
+always 바얘 45-126-345-1235
+always 바얙 45-126-345-1235-1
+always 바얚 45-126-345-1235-1-1
+always 바얛 45-126-345-1235-1-3
+always 바얜 45-126-345-1235-25
+always 바얝 45-126-345-1235-25-13
+always 바얞 45-126-345-1235-25-356
+always 바얟 45-126-345-1235-35
+always 바얠 45-126-345-1235-2
+always 바얡 45-126-345-1235-2-1
+always 바얢 45-126-345-1235-2-26
+always 바얣 45-126-345-1235-2-12
+always 바얤 45-126-345-1235-2-3
+always 바얥 45-126-345-1235-2-236
+always 바얦 45-126-345-1235-2-256
+always 바얧 45-126-345-1235-2-356
+always 바얨 45-126-345-1235-26
+always 바얩 45-126-345-1235-12
+always 바얪 45-126-345-1235-12-3
+always 바얫 45-126-345-1235-3
+always 바얬 45-126-345-1235-34
+always 바얭 45-126-345-1235-2356
+always 바얮 45-126-345-1235-13
+always 바얯 45-126-345-1235-23
+always 바얰 45-126-345-1235-235
+always 바얱 45-126-345-1235-236
+always 바얲 45-126-345-1235-256
+always 바얳 45-126-345-1235-356
+always 바어 45-126-234
+always 바억 45-126-1456
+always 바얶 45-126-1456-1
+always 바얷 45-126-1456-3
+always 바언 45-126-23456
+always 바얹 45-126-23456-13
+always 바얺 45-126-23456-356
+always 바얻 45-126-234-35
+always 바얼 45-126-2345
+always 바얽 45-126-2345-1
+always 바얾 45-126-2345-26
+always 바얿 45-126-2345-12
+always 바엀 45-126-2345-3
+always 바엁 45-126-2345-236
+always 바엂 45-126-2345-256
+always 바엃 45-126-2345-356
+always 바엄 45-126-234-26
+always 바업 45-126-234-12
+always 바없 45-126-234-12-3
+always 바엇 45-126-234-3
+always 바었 45-126-234-34
+always 바엉 45-126-234-2356
+always 바엊 45-126-234-13
+always 바엋 45-126-234-23
+always 바엌 45-126-234-235
+always 바엍 45-126-234-236
+always 바엎 45-126-234-256
+always 바엏 45-126-234-356
+always 바에 45-126-1345
+always 바엑 45-126-1345-1
+always 바엒 45-126-1345-1-1
+always 바엓 45-126-1345-1-3
+always 바엔 45-126-1345-25
+always 바엕 45-126-1345-25-13
+always 바엖 45-126-1345-25-356
+always 바엗 45-126-1345-35
+always 바엘 45-126-1345-2
+always 바엙 45-126-1345-2-1
+always 바엚 45-126-1345-2-26
+always 바엛 45-126-1345-2-12
+always 바엜 45-126-1345-2-3
+always 바엝 45-126-1345-2-236
+always 바엞 45-126-1345-2-256
+always 바엟 45-126-1345-2-356
+always 바엠 45-126-1345-26
+always 바엡 45-126-1345-12
+always 바엢 45-126-1345-12-3
+always 바엣 45-126-1345-3
+always 바엤 45-126-1345-34
+always 바엥 45-126-1345-2356
+always 바엦 45-126-1345-13
+always 바엧 45-126-1345-23
+always 바엨 45-126-1345-235
+always 바엩 45-126-1345-236
+always 바엪 45-126-1345-256
+always 바엫 45-126-1345-356
+always 바여 45-126-156
+always 바역 45-126-156-1
+always 바엮 45-126-156-1-1
+always 바엯 45-126-156-1-3
+always 바연 45-126-16
+always 바엱 45-126-16-13
+always 바엲 45-126-16-356
+always 바열 45-126-1256
+always 바엵 45-126-1256-1
+always 바엶 45-126-1256-26
+always 바엷 45-126-1256-12
+always 바엸 45-126-1256-3
+always 바엹 45-126-1256-236
+always 바엺 45-126-1256-256
+always 바엻 45-126-1256-356
+always 바염 45-126-156-26
+always 바엽 45-126-156-12
+always 바엾 45-126-156-12-3
+always 바엿 45-126-156-3
+always 바였 45-126-156-34
+always 바영 45-126-12456
+always 바옂 45-126-156-13
+always 바옃 45-126-156-23
+always 바옄 45-126-156-235
+always 바옅 45-126-156-236
+always 바옆 45-126-156-256
+always 바옇 45-126-156-356
+always 바예 45-126-34
+always 바옉 45-126-34-1
+always 바옊 45-126-34-1-1
+always 바옋 45-126-34-1-3
+always 바옌 45-126-34-25
+always 바옍 45-126-34-25-13
+always 바옎 45-126-34-25-356
+always 바옏 45-126-34-35
+always 바옐 45-126-34-2
+always 바옑 45-126-34-2-1
+always 바옒 45-126-34-2-26
+always 바옓 45-126-34-2-12
+always 바옔 45-126-34-2-3
+always 바옕 45-126-34-2-236
+always 바옖 45-126-34-2-256
+always 바옗 45-126-34-2-356
+always 바옘 45-126-34-26
+always 바옙 45-126-34-12
+always 바옚 45-126-34-12-3
+always 바옛 45-126-34-3
+always 바옜 45-126-34-34
+always 바옝 45-126-34-2356
+always 바옞 45-126-34-13
+always 바옟 45-126-34-23
+always 바옠 45-126-34-235
+always 바옡 45-126-34-236
+always 바옢 45-126-34-256
+always 바옣 45-126-34-356
+always 바오 45-126-136
+always 바옥 45-126-1346
+always 바옦 45-126-1346-1
+always 바옧 45-126-1346-3
+always 바온 45-126-12356
+always 바옩 45-126-12356-13
+always 바옪 45-126-12356-356
+always 바옫 45-126-136-35
+always 바올 45-126-136-2
+always 바옭 45-126-136-2-1
+always 바옮 45-126-136-2-26
+always 바옯 45-126-136-2-12
+always 바옰 45-126-136-2-3
+always 바옱 45-126-136-2-236
+always 바옲 45-126-136-2-256
+always 바옳 45-126-136-2-356
+always 바옴 45-126-136-26
+always 바옵 45-126-136-12
+always 바옶 45-126-136-12-3
+always 바옷 45-126-136-3
+always 바옸 45-126-136-34
+always 바옹 45-126-123456
+always 바옺 45-126-136-13
+always 바옻 45-126-136-23
+always 바옼 45-126-136-235
+always 바옽 45-126-136-236
+always 바옾 45-126-136-256
+always 바옿 45-126-136-356
+always 바와 45-126-1236
+always 바왁 45-126-1236-1
+always 바왂 45-126-1236-1-1
+always 바왃 45-126-1236-1-3
+always 바완 45-126-1236-25
+always 바왅 45-126-1236-25-13
+always 바왆 45-126-1236-25-356
+always 바왇 45-126-1236-35
+always 바왈 45-126-1236-2
+always 바왉 45-126-1236-2-1
+always 바왊 45-126-1236-2-26
+always 바왋 45-126-1236-2-12
+always 바왌 45-126-1236-2-3
+always 바왍 45-126-1236-2-236
+always 바왎 45-126-1236-2-256
+always 바왏 45-126-1236-2-356
+always 바왐 45-126-1236-26
+always 바왑 45-126-1236-12
+always 바왒 45-126-1236-12-3
+always 바왓 45-126-1236-3
+always 바왔 45-126-1236-34
+always 바왕 45-126-1236-2356
+always 바왖 45-126-1236-13
+always 바왗 45-126-1236-23
+always 바왘 45-126-1236-235
+always 바왙 45-126-1236-236
+always 바왚 45-126-1236-256
+always 바왛 45-126-1236-356
+always 바왜 45-126-1236-1235
+always 바왝 45-126-1236-1235-1
+always 바왞 45-126-1236-1235-1-1
+always 바왟 45-126-1236-1235-1-3
+always 바왠 45-126-1236-1235-25
+always 바왡 45-126-1236-1235-25-13
+always 바왢 45-126-1236-1235-25-356
+always 바왣 45-126-1236-1235-35
+always 바왤 45-126-1236-1235-2
+always 바왥 45-126-1236-1235-2-1
+always 바왦 45-126-1236-1235-2-26
+always 바왧 45-126-1236-1235-2-12
+always 바왨 45-126-1236-1235-2-3
+always 바왩 45-126-1236-1235-2-236
+always 바왪 45-126-1236-1235-2-256
+always 바왫 45-126-1236-1235-2-356
+always 바왬 45-126-1236-1235-26
+always 바왭 45-126-1236-1235-12
+always 바왮 45-126-1236-1235-12-3
+always 바왯 45-126-1236-1235-3
+always 바왰 45-126-1236-1235-34
+always 바왱 45-126-1236-1235-2356
+always 바왲 45-126-1236-1235-13
+always 바왳 45-126-1236-1235-23
+always 바왴 45-126-1236-1235-235
+always 바왵 45-126-1236-1235-236
+always 바왶 45-126-1236-1235-256
+always 바왷 45-126-1236-1235-356
+always 바외 45-126-13456
+always 바왹 45-126-13456-1
+always 바왺 45-126-13456-1-1
+always 바왻 45-126-13456-1-3
+always 바왼 45-126-13456-25
+always 바왽 45-126-13456-25-13
+always 바왾 45-126-13456-25-356
+always 바왿 45-126-13456-35
+always 바욀 45-126-13456-2
+always 바욁 45-126-13456-2-1
+always 바욂 45-126-13456-2-26
+always 바욃 45-126-13456-2-12
+always 바욄 45-126-13456-2-3
+always 바욅 45-126-13456-2-236
+always 바욆 45-126-13456-2-256
+always 바욇 45-126-13456-2-356
+always 바욈 45-126-13456-26
+always 바욉 45-126-13456-12
+always 바욊 45-126-13456-12-3
+always 바욋 45-126-13456-3
+always 바욌 45-126-13456-34
+always 바욍 45-126-13456-2356
+always 바욎 45-126-13456-13
+always 바욏 45-126-13456-23
+always 바욐 45-126-13456-235
+always 바욑 45-126-13456-236
+always 바욒 45-126-13456-256
+always 바욓 45-126-13456-356
+always 바요 45-126-346
+always 바욕 45-126-346-1
+always 바욖 45-126-346-1-1
+always 바욗 45-126-346-1-3
+always 바욘 45-126-346-25
+always 바욙 45-126-346-25-13
+always 바욚 45-126-346-25-356
+always 바욛 45-126-346-35
+always 바욜 45-126-346-2
+always 바욝 45-126-346-2-1
+always 바욞 45-126-346-2-26
+always 바욟 45-126-346-2-12
+always 바욠 45-126-346-2-3
+always 바욡 45-126-346-2-236
+always 바욢 45-126-346-2-256
+always 바욣 45-126-346-2-356
+always 바욤 45-126-346-26
+always 바욥 45-126-346-12
+always 바욦 45-126-346-12-3
+always 바욧 45-126-346-3
+always 바욨 45-126-346-34
+always 바용 45-126-346-2356
+always 바욪 45-126-346-13
+always 바욫 45-126-346-23
+always 바욬 45-126-346-235
+always 바욭 45-126-346-236
+always 바욮 45-126-346-256
+always 바욯 45-126-346-356
+always 바우 45-126-134
+always 바욱 45-126-134-1
+always 바욲 45-126-134-1-1
+always 바욳 45-126-134-1-3
+always 바운 45-126-1245
+always 바욵 45-126-1245-13
+always 바욶 45-126-1245-356
+always 바욷 45-126-134-35
+always 바울 45-126-12346
+always 바욹 45-126-12346-1
+always 바욺 45-126-12346-26
+always 바욻 45-126-12346-12
+always 바욼 45-126-12346-3
+always 바욽 45-126-12346-236
+always 바욾 45-126-12346-256
+always 바욿 45-126-12346-356
+always 바움 45-126-134-26
+always 바웁 45-126-134-12
+always 바웂 45-126-134-12-3
+always 바웃 45-126-134-3
+always 바웄 45-126-134-34
+always 바웅 45-126-134-2356
+always 바웆 45-126-134-13
+always 바웇 45-126-134-23
+always 바웈 45-126-134-235
+always 바웉 45-126-134-236
+always 바웊 45-126-134-256
+always 바웋 45-126-134-356
+always 바워 45-126-1234
+always 바웍 45-126-1234-1
+always 바웎 45-126-1234-1-1
+always 바웏 45-126-1234-1-3
+always 바원 45-126-1234-25
+always 바웑 45-126-1234-25-13
+always 바웒 45-126-1234-25-356
+always 바웓 45-126-1234-35
+always 바월 45-126-1234-2
+always 바웕 45-126-1234-2-1
+always 바웖 45-126-1234-2-26
+always 바웗 45-126-1234-2-12
+always 바웘 45-126-1234-2-3
+always 바웙 45-126-1234-2-236
+always 바웚 45-126-1234-2-256
+always 바웛 45-126-1234-2-356
+always 바웜 45-126-1234-26
+always 바웝 45-126-1234-12
+always 바웞 45-126-1234-12-3
+always 바웟 45-126-1234-3
+always 바웠 45-126-1234-34
+always 바웡 45-126-1234-2356
+always 바웢 45-126-1234-13
+always 바웣 45-126-1234-23
+always 바웤 45-126-1234-235
+always 바웥 45-126-1234-236
+always 바웦 45-126-1234-256
+always 바웧 45-126-1234-356
+always 바웨 45-126-1234-1235
+always 바웩 45-126-1234-1235-1
+always 바웪 45-126-1234-1235-1-1
+always 바웫 45-126-1234-1235-1-3
+always 바웬 45-126-1234-1235-25
+always 바웭 45-126-1234-1235-25-13
+always 바웮 45-126-1234-1235-25-356
+always 바웯 45-126-1234-1235-35
+always 바웰 45-126-1234-1235-2
+always 바웱 45-126-1234-1235-2-1
+always 바웲 45-126-1234-1235-2-26
+always 바웳 45-126-1234-1235-2-12
+always 바웴 45-126-1234-1235-2-3
+always 바웵 45-126-1234-1235-2-236
+always 바웶 45-126-1234-1235-2-256
+always 바웷 45-126-1234-1235-2-356
+always 바웸 45-126-1234-1235-26
+always 바웹 45-126-1234-1235-12
+always 바웺 45-126-1234-1235-12-3
+always 바웻 45-126-1234-1235-3
+always 바웼 45-126-1234-1235-34
+always 바웽 45-126-1234-1235-2356
+always 바웾 45-126-1234-1235-13
+always 바웿 45-126-1234-1235-23
+always 바윀 45-126-1234-1235-235
+always 바윁 45-126-1234-1235-236
+always 바윂 45-126-1234-1235-256
+always 바윃 45-126-1234-1235-356
+always 바위 45-126-134-1235
+always 바윅 45-126-134-1235-1
+always 바윆 45-126-134-1235-1-1
+always 바윇 45-126-134-1235-1-3
+always 바윈 45-126-134-1235-25
+always 바윉 45-126-134-1235-25-13
+always 바윊 45-126-134-1235-25-356
+always 바윋 45-126-134-1235-35
+always 바윌 45-126-134-1235-2
+always 바윍 45-126-134-1235-2-1
+always 바윎 45-126-134-1235-2-26
+always 바윏 45-126-134-1235-2-12
+always 바윐 45-126-134-1235-2-3
+always 바윑 45-126-134-1235-2-236
+always 바윒 45-126-134-1235-2-256
+always 바윓 45-126-134-1235-2-356
+always 바윔 45-126-134-1235-26
+always 바윕 45-126-134-1235-12
+always 바윖 45-126-134-1235-12-3
+always 바윗 45-126-134-1235-3
+always 바윘 45-126-134-1235-34
+always 바윙 45-126-134-1235-2356
+always 바윚 45-126-134-1235-13
+always 바윛 45-126-134-1235-23
+always 바윜 45-126-134-1235-235
+always 바윝 45-126-134-1235-236
+always 바윞 45-126-134-1235-256
+always 바윟 45-126-134-1235-356
+always 바유 45-126-146
+always 바육 45-126-146-1
+always 바윢 45-126-146-1-1
+always 바윣 45-126-146-1-3
+always 바윤 45-126-146-25
+always 바윥 45-126-146-25-13
+always 바윦 45-126-146-25-356
+always 바윧 45-126-146-35
+always 바율 45-126-146-2
+always 바윩 45-126-146-2-1
+always 바윪 45-126-146-2-26
+always 바윫 45-126-146-2-12
+always 바윬 45-126-146-2-3
+always 바윭 45-126-146-2-236
+always 바윮 45-126-146-2-256
+always 바윯 45-126-146-2-356
+always 바윰 45-126-146-26
+always 바윱 45-126-146-12
+always 바윲 45-126-146-12-3
+always 바윳 45-126-146-3
+always 바윴 45-126-146-34
+always 바융 45-126-146-2356
+always 바윶 45-126-146-13
+always 바윷 45-126-146-23
+always 바윸 45-126-146-235
+always 바윹 45-126-146-236
+always 바윺 45-126-146-256
+always 바윻 45-126-146-356
+always 바으 45-126-246
+always 바윽 45-126-246-1
+always 바윾 45-126-246-1-1
+always 바윿 45-126-246-1-3
+always 바은 45-126-1356
+always 바읁 45-126-1356-13
+always 바읂 45-126-1356-356
+always 바읃 45-126-246-35
+always 바을 45-126-2346
+always 바읅 45-126-2346-1
+always 바읆 45-126-2346-26
+always 바읇 45-126-2346-12
+always 바읈 45-126-2346-3
+always 바읉 45-126-2346-236
+always 바읊 45-126-2346-256
+always 바읋 45-126-2346-356
+always 바음 45-126-246-26
+always 바읍 45-126-246-12
+always 바읎 45-126-246-12-3
+always 바읏 45-126-246-3
+always 바읐 45-126-246-34
+always 바응 45-126-246-2356
+always 바읒 45-126-246-13
+always 바읓 45-126-246-23
+always 바읔 45-126-246-235
+always 바읕 45-126-246-236
+always 바읖 45-126-246-256
+always 바읗 45-126-246-356
+always 바의 45-126-2456
+always 바읙 45-126-2456-1
+always 바읚 45-126-2456-1-1
+always 바읛 45-126-2456-1-3
+always 바읜 45-126-2456-25
+always 바읝 45-126-2456-25-13
+always 바읞 45-126-2456-25-356
+always 바읟 45-126-2456-35
+always 바읠 45-126-2456-2
+always 바읡 45-126-2456-2-1
+always 바읢 45-126-2456-2-26
+always 바읣 45-126-2456-2-12
+always 바읤 45-126-2456-2-3
+always 바읥 45-126-2456-2-236
+always 바읦 45-126-2456-2-256
+always 바읧 45-126-2456-2-356
+always 바읨 45-126-2456-26
+always 바읩 45-126-2456-12
+always 바읪 45-126-2456-12-3
+always 바읫 45-126-2456-3
+always 바읬 45-126-2456-34
+always 바읭 45-126-2456-2356
+always 바읮 45-126-2456-13
+always 바읯 45-126-2456-23
+always 바읰 45-126-2456-235
+always 바읱 45-126-2456-236
+always 바읲 45-126-2456-256
+always 바읳 45-126-2456-356
+always 바이 45-126-135
+always 바익 45-126-135-1
+always 바읶 45-126-135-1-1
+always 바읷 45-126-135-1-3
+always 바인 45-126-12345
+always 바읹 45-126-12345-13
+always 바읺 45-126-12345-356
+always 바읻 45-126-135-35
+always 바일 45-126-135-2
+always 바읽 45-126-135-2-1
+always 바읾 45-126-135-2-26
+always 바읿 45-126-135-2-12
+always 바잀 45-126-135-2-3
+always 바잁 45-126-135-2-236
+always 바잂 45-126-135-2-256
+always 바잃 45-126-135-2-356
+always 바임 45-126-135-26
+always 바입 45-126-135-12
+always 바잆 45-126-135-12-3
+always 바잇 45-126-135-3
+always 바있 45-126-135-34
+always 바잉 45-126-135-2356
+always 바잊 45-126-135-13
+always 바잋 45-126-135-23
+always 바잌 45-126-135-235
+always 바잍 45-126-135-236
+always 바잎 45-126-135-256
+always 바잏 45-126-135-356
+always 빠아 6-45-126-126
+always 빠악 6-45-126-126-1
+always 빠앆 6-45-126-126-1-1
+always 빠앇 6-45-126-126-1-3
+always 빠안 6-45-126-126-25
+always 빠앉 6-45-126-126-25-13
+always 빠않 6-45-126-126-25-356
+always 빠앋 6-45-126-126-35
+always 빠알 6-45-126-126-2
+always 빠앍 6-45-126-126-2-1
+always 빠앎 6-45-126-126-2-26
+always 빠앏 6-45-126-126-2-12
+always 빠앐 6-45-126-126-2-3
+always 빠앑 6-45-126-126-2-236
+always 빠앒 6-45-126-126-2-256
+always 빠앓 6-45-126-126-2-356
+always 빠암 6-45-126-126-26
+always 빠압 6-45-126-126-12
+always 빠앖 6-45-126-126-12-3
+always 빠앗 6-45-126-126-3
+always 빠았 6-45-126-126-34
+always 빠앙 6-45-126-126-2356
+always 빠앚 6-45-126-126-13
+always 빠앛 6-45-126-126-23
+always 빠앜 6-45-126-126-235
+always 빠앝 6-45-126-126-236
+always 빠앞 6-45-126-126-256
+always 빠앟 6-45-126-126-356
+always 빠애 6-45-126-1235
+always 빠액 6-45-126-1235-1
+always 빠앢 6-45-126-1235-1-1
+always 빠앣 6-45-126-1235-1-3
+always 빠앤 6-45-126-1235-25
+always 빠앥 6-45-126-1235-25-13
+always 빠앦 6-45-126-1235-25-356
+always 빠앧 6-45-126-1235-35
+always 빠앨 6-45-126-1235-2
+always 빠앩 6-45-126-1235-2-1
+always 빠앪 6-45-126-1235-2-26
+always 빠앫 6-45-126-1235-2-12
+always 빠앬 6-45-126-1235-2-3
+always 빠앭 6-45-126-1235-2-236
+always 빠앮 6-45-126-1235-2-256
+always 빠앯 6-45-126-1235-2-356
+always 빠앰 6-45-126-1235-26
+always 빠앱 6-45-126-1235-12
+always 빠앲 6-45-126-1235-12-3
+always 빠앳 6-45-126-1235-3
+always 빠앴 6-45-126-1235-34
+always 빠앵 6-45-126-1235-2356
+always 빠앶 6-45-126-1235-13
+always 빠앷 6-45-126-1235-23
+always 빠앸 6-45-126-1235-235
+always 빠앹 6-45-126-1235-236
+always 빠앺 6-45-126-1235-256
+always 빠앻 6-45-126-1235-356
+always 빠야 6-45-126-345
+always 빠약 6-45-126-345-1
+always 빠앾 6-45-126-345-1-1
+always 빠앿 6-45-126-345-1-3
+always 빠얀 6-45-126-345-25
+always 빠얁 6-45-126-345-25-13
+always 빠얂 6-45-126-345-25-356
+always 빠얃 6-45-126-345-35
+always 빠얄 6-45-126-345-2
+always 빠얅 6-45-126-345-2-1
+always 빠얆 6-45-126-345-2-26
+always 빠얇 6-45-126-345-2-12
+always 빠얈 6-45-126-345-2-3
+always 빠얉 6-45-126-345-2-236
+always 빠얊 6-45-126-345-2-256
+always 빠얋 6-45-126-345-2-356
+always 빠얌 6-45-126-345-26
+always 빠얍 6-45-126-345-12
+always 빠얎 6-45-126-345-12-3
+always 빠얏 6-45-126-345-3
+always 빠얐 6-45-126-345-34
+always 빠양 6-45-126-345-2356
+always 빠얒 6-45-126-345-13
+always 빠얓 6-45-126-345-23
+always 빠얔 6-45-126-345-235
+always 빠얕 6-45-126-345-236
+always 빠얖 6-45-126-345-256
+always 빠얗 6-45-126-345-356
+always 빠얘 6-45-126-345-1235
+always 빠얙 6-45-126-345-1235-1
+always 빠얚 6-45-126-345-1235-1-1
+always 빠얛 6-45-126-345-1235-1-3
+always 빠얜 6-45-126-345-1235-25
+always 빠얝 6-45-126-345-1235-25-13
+always 빠얞 6-45-126-345-1235-25-356
+always 빠얟 6-45-126-345-1235-35
+always 빠얠 6-45-126-345-1235-2
+always 빠얡 6-45-126-345-1235-2-1
+always 빠얢 6-45-126-345-1235-2-26
+always 빠얣 6-45-126-345-1235-2-12
+always 빠얤 6-45-126-345-1235-2-3
+always 빠얥 6-45-126-345-1235-2-236
+always 빠얦 6-45-126-345-1235-2-256
+always 빠얧 6-45-126-345-1235-2-356
+always 빠얨 6-45-126-345-1235-26
+always 빠얩 6-45-126-345-1235-12
+always 빠얪 6-45-126-345-1235-12-3
+always 빠얫 6-45-126-345-1235-3
+always 빠얬 6-45-126-345-1235-34
+always 빠얭 6-45-126-345-1235-2356
+always 빠얮 6-45-126-345-1235-13
+always 빠얯 6-45-126-345-1235-23
+always 빠얰 6-45-126-345-1235-235
+always 빠얱 6-45-126-345-1235-236
+always 빠얲 6-45-126-345-1235-256
+always 빠얳 6-45-126-345-1235-356
+always 빠어 6-45-126-234
+always 빠억 6-45-126-1456
+always 빠얶 6-45-126-1456-1
+always 빠얷 6-45-126-1456-3
+always 빠언 6-45-126-23456
+always 빠얹 6-45-126-23456-13
+always 빠얺 6-45-126-23456-356
+always 빠얻 6-45-126-234-35
+always 빠얼 6-45-126-2345
+always 빠얽 6-45-126-2345-1
+always 빠얾 6-45-126-2345-26
+always 빠얿 6-45-126-2345-12
+always 빠엀 6-45-126-2345-3
+always 빠엁 6-45-126-2345-236
+always 빠엂 6-45-126-2345-256
+always 빠엃 6-45-126-2345-356
+always 빠엄 6-45-126-234-26
+always 빠업 6-45-126-234-12
+always 빠없 6-45-126-234-12-3
+always 빠엇 6-45-126-234-3
+always 빠었 6-45-126-234-34
+always 빠엉 6-45-126-234-2356
+always 빠엊 6-45-126-234-13
+always 빠엋 6-45-126-234-23
+always 빠엌 6-45-126-234-235
+always 빠엍 6-45-126-234-236
+always 빠엎 6-45-126-234-256
+always 빠엏 6-45-126-234-356
+always 빠에 6-45-126-1345
+always 빠엑 6-45-126-1345-1
+always 빠엒 6-45-126-1345-1-1
+always 빠엓 6-45-126-1345-1-3
+always 빠엔 6-45-126-1345-25
+always 빠엕 6-45-126-1345-25-13
+always 빠엖 6-45-126-1345-25-356
+always 빠엗 6-45-126-1345-35
+always 빠엘 6-45-126-1345-2
+always 빠엙 6-45-126-1345-2-1
+always 빠엚 6-45-126-1345-2-26
+always 빠엛 6-45-126-1345-2-12
+always 빠엜 6-45-126-1345-2-3
+always 빠엝 6-45-126-1345-2-236
+always 빠엞 6-45-126-1345-2-256
+always 빠엟 6-45-126-1345-2-356
+always 빠엠 6-45-126-1345-26
+always 빠엡 6-45-126-1345-12
+always 빠엢 6-45-126-1345-12-3
+always 빠엣 6-45-126-1345-3
+always 빠엤 6-45-126-1345-34
+always 빠엥 6-45-126-1345-2356
+always 빠엦 6-45-126-1345-13
+always 빠엧 6-45-126-1345-23
+always 빠엨 6-45-126-1345-235
+always 빠엩 6-45-126-1345-236
+always 빠엪 6-45-126-1345-256
+always 빠엫 6-45-126-1345-356
+always 빠여 6-45-126-156
+always 빠역 6-45-126-156-1
+always 빠엮 6-45-126-156-1-1
+always 빠엯 6-45-126-156-1-3
+always 빠연 6-45-126-16
+always 빠엱 6-45-126-16-13
+always 빠엲 6-45-126-16-356
+always 빠열 6-45-126-1256
+always 빠엵 6-45-126-1256-1
+always 빠엶 6-45-126-1256-26
+always 빠엷 6-45-126-1256-12
+always 빠엸 6-45-126-1256-3
+always 빠엹 6-45-126-1256-236
+always 빠엺 6-45-126-1256-256
+always 빠엻 6-45-126-1256-356
+always 빠염 6-45-126-156-26
+always 빠엽 6-45-126-156-12
+always 빠엾 6-45-126-156-12-3
+always 빠엿 6-45-126-156-3
+always 빠였 6-45-126-156-34
+always 빠영 6-45-126-12456
+always 빠옂 6-45-126-156-13
+always 빠옃 6-45-126-156-23
+always 빠옄 6-45-126-156-235
+always 빠옅 6-45-126-156-236
+always 빠옆 6-45-126-156-256
+always 빠옇 6-45-126-156-356
+always 빠예 6-45-126-34
+always 빠옉 6-45-126-34-1
+always 빠옊 6-45-126-34-1-1
+always 빠옋 6-45-126-34-1-3
+always 빠옌 6-45-126-34-25
+always 빠옍 6-45-126-34-25-13
+always 빠옎 6-45-126-34-25-356
+always 빠옏 6-45-126-34-35
+always 빠옐 6-45-126-34-2
+always 빠옑 6-45-126-34-2-1
+always 빠옒 6-45-126-34-2-26
+always 빠옓 6-45-126-34-2-12
+always 빠옔 6-45-126-34-2-3
+always 빠옕 6-45-126-34-2-236
+always 빠옖 6-45-126-34-2-256
+always 빠옗 6-45-126-34-2-356
+always 빠옘 6-45-126-34-26
+always 빠옙 6-45-126-34-12
+always 빠옚 6-45-126-34-12-3
+always 빠옛 6-45-126-34-3
+always 빠옜 6-45-126-34-34
+always 빠옝 6-45-126-34-2356
+always 빠옞 6-45-126-34-13
+always 빠옟 6-45-126-34-23
+always 빠옠 6-45-126-34-235
+always 빠옡 6-45-126-34-236
+always 빠옢 6-45-126-34-256
+always 빠옣 6-45-126-34-356
+always 빠오 6-45-126-136
+always 빠옥 6-45-126-1346
+always 빠옦 6-45-126-1346-1
+always 빠옧 6-45-126-1346-3
+always 빠온 6-45-126-12356
+always 빠옩 6-45-126-12356-13
+always 빠옪 6-45-126-12356-356
+always 빠옫 6-45-126-136-35
+always 빠올 6-45-126-136-2
+always 빠옭 6-45-126-136-2-1
+always 빠옮 6-45-126-136-2-26
+always 빠옯 6-45-126-136-2-12
+always 빠옰 6-45-126-136-2-3
+always 빠옱 6-45-126-136-2-236
+always 빠옲 6-45-126-136-2-256
+always 빠옳 6-45-126-136-2-356
+always 빠옴 6-45-126-136-26
+always 빠옵 6-45-126-136-12
+always 빠옶 6-45-126-136-12-3
+always 빠옷 6-45-126-136-3
+always 빠옸 6-45-126-136-34
+always 빠옹 6-45-126-123456
+always 빠옺 6-45-126-136-13
+always 빠옻 6-45-126-136-23
+always 빠옼 6-45-126-136-235
+always 빠옽 6-45-126-136-236
+always 빠옾 6-45-126-136-256
+always 빠옿 6-45-126-136-356
+always 빠와 6-45-126-1236
+always 빠왁 6-45-126-1236-1
+always 빠왂 6-45-126-1236-1-1
+always 빠왃 6-45-126-1236-1-3
+always 빠완 6-45-126-1236-25
+always 빠왅 6-45-126-1236-25-13
+always 빠왆 6-45-126-1236-25-356
+always 빠왇 6-45-126-1236-35
+always 빠왈 6-45-126-1236-2
+always 빠왉 6-45-126-1236-2-1
+always 빠왊 6-45-126-1236-2-26
+always 빠왋 6-45-126-1236-2-12
+always 빠왌 6-45-126-1236-2-3
+always 빠왍 6-45-126-1236-2-236
+always 빠왎 6-45-126-1236-2-256
+always 빠왏 6-45-126-1236-2-356
+always 빠왐 6-45-126-1236-26
+always 빠왑 6-45-126-1236-12
+always 빠왒 6-45-126-1236-12-3
+always 빠왓 6-45-126-1236-3
+always 빠왔 6-45-126-1236-34
+always 빠왕 6-45-126-1236-2356
+always 빠왖 6-45-126-1236-13
+always 빠왗 6-45-126-1236-23
+always 빠왘 6-45-126-1236-235
+always 빠왙 6-45-126-1236-236
+always 빠왚 6-45-126-1236-256
+always 빠왛 6-45-126-1236-356
+always 빠왜 6-45-126-1236-1235
+always 빠왝 6-45-126-1236-1235-1
+always 빠왞 6-45-126-1236-1235-1-1
+always 빠왟 6-45-126-1236-1235-1-3
+always 빠왠 6-45-126-1236-1235-25
+always 빠왡 6-45-126-1236-1235-25-13
+always 빠왢 6-45-126-1236-1235-25-356
+always 빠왣 6-45-126-1236-1235-35
+always 빠왤 6-45-126-1236-1235-2
+always 빠왥 6-45-126-1236-1235-2-1
+always 빠왦 6-45-126-1236-1235-2-26
+always 빠왧 6-45-126-1236-1235-2-12
+always 빠왨 6-45-126-1236-1235-2-3
+always 빠왩 6-45-126-1236-1235-2-236
+always 빠왪 6-45-126-1236-1235-2-256
+always 빠왫 6-45-126-1236-1235-2-356
+always 빠왬 6-45-126-1236-1235-26
+always 빠왭 6-45-126-1236-1235-12
+always 빠왮 6-45-126-1236-1235-12-3
+always 빠왯 6-45-126-1236-1235-3
+always 빠왰 6-45-126-1236-1235-34
+always 빠왱 6-45-126-1236-1235-2356
+always 빠왲 6-45-126-1236-1235-13
+always 빠왳 6-45-126-1236-1235-23
+always 빠왴 6-45-126-1236-1235-235
+always 빠왵 6-45-126-1236-1235-236
+always 빠왶 6-45-126-1236-1235-256
+always 빠왷 6-45-126-1236-1235-356
+always 빠외 6-45-126-13456
+always 빠왹 6-45-126-13456-1
+always 빠왺 6-45-126-13456-1-1
+always 빠왻 6-45-126-13456-1-3
+always 빠왼 6-45-126-13456-25
+always 빠왽 6-45-126-13456-25-13
+always 빠왾 6-45-126-13456-25-356
+always 빠왿 6-45-126-13456-35
+always 빠욀 6-45-126-13456-2
+always 빠욁 6-45-126-13456-2-1
+always 빠욂 6-45-126-13456-2-26
+always 빠욃 6-45-126-13456-2-12
+always 빠욄 6-45-126-13456-2-3
+always 빠욅 6-45-126-13456-2-236
+always 빠욆 6-45-126-13456-2-256
+always 빠욇 6-45-126-13456-2-356
+always 빠욈 6-45-126-13456-26
+always 빠욉 6-45-126-13456-12
+always 빠욊 6-45-126-13456-12-3
+always 빠욋 6-45-126-13456-3
+always 빠욌 6-45-126-13456-34
+always 빠욍 6-45-126-13456-2356
+always 빠욎 6-45-126-13456-13
+always 빠욏 6-45-126-13456-23
+always 빠욐 6-45-126-13456-235
+always 빠욑 6-45-126-13456-236
+always 빠욒 6-45-126-13456-256
+always 빠욓 6-45-126-13456-356
+always 빠요 6-45-126-346
+always 빠욕 6-45-126-346-1
+always 빠욖 6-45-126-346-1-1
+always 빠욗 6-45-126-346-1-3
+always 빠욘 6-45-126-346-25
+always 빠욙 6-45-126-346-25-13
+always 빠욚 6-45-126-346-25-356
+always 빠욛 6-45-126-346-35
+always 빠욜 6-45-126-346-2
+always 빠욝 6-45-126-346-2-1
+always 빠욞 6-45-126-346-2-26
+always 빠욟 6-45-126-346-2-12
+always 빠욠 6-45-126-346-2-3
+always 빠욡 6-45-126-346-2-236
+always 빠욢 6-45-126-346-2-256
+always 빠욣 6-45-126-346-2-356
+always 빠욤 6-45-126-346-26
+always 빠욥 6-45-126-346-12
+always 빠욦 6-45-126-346-12-3
+always 빠욧 6-45-126-346-3
+always 빠욨 6-45-126-346-34
+always 빠용 6-45-126-346-2356
+always 빠욪 6-45-126-346-13
+always 빠욫 6-45-126-346-23
+always 빠욬 6-45-126-346-235
+always 빠욭 6-45-126-346-236
+always 빠욮 6-45-126-346-256
+always 빠욯 6-45-126-346-356
+always 빠우 6-45-126-134
+always 빠욱 6-45-126-134-1
+always 빠욲 6-45-126-134-1-1
+always 빠욳 6-45-126-134-1-3
+always 빠운 6-45-126-1245
+always 빠욵 6-45-126-1245-13
+always 빠욶 6-45-126-1245-356
+always 빠욷 6-45-126-134-35
+always 빠울 6-45-126-12346
+always 빠욹 6-45-126-12346-1
+always 빠욺 6-45-126-12346-26
+always 빠욻 6-45-126-12346-12
+always 빠욼 6-45-126-12346-3
+always 빠욽 6-45-126-12346-236
+always 빠욾 6-45-126-12346-256
+always 빠욿 6-45-126-12346-356
+always 빠움 6-45-126-134-26
+always 빠웁 6-45-126-134-12
+always 빠웂 6-45-126-134-12-3
+always 빠웃 6-45-126-134-3
+always 빠웄 6-45-126-134-34
+always 빠웅 6-45-126-134-2356
+always 빠웆 6-45-126-134-13
+always 빠웇 6-45-126-134-23
+always 빠웈 6-45-126-134-235
+always 빠웉 6-45-126-134-236
+always 빠웊 6-45-126-134-256
+always 빠웋 6-45-126-134-356
+always 빠워 6-45-126-1234
+always 빠웍 6-45-126-1234-1
+always 빠웎 6-45-126-1234-1-1
+always 빠웏 6-45-126-1234-1-3
+always 빠원 6-45-126-1234-25
+always 빠웑 6-45-126-1234-25-13
+always 빠웒 6-45-126-1234-25-356
+always 빠웓 6-45-126-1234-35
+always 빠월 6-45-126-1234-2
+always 빠웕 6-45-126-1234-2-1
+always 빠웖 6-45-126-1234-2-26
+always 빠웗 6-45-126-1234-2-12
+always 빠웘 6-45-126-1234-2-3
+always 빠웙 6-45-126-1234-2-236
+always 빠웚 6-45-126-1234-2-256
+always 빠웛 6-45-126-1234-2-356
+always 빠웜 6-45-126-1234-26
+always 빠웝 6-45-126-1234-12
+always 빠웞 6-45-126-1234-12-3
+always 빠웟 6-45-126-1234-3
+always 빠웠 6-45-126-1234-34
+always 빠웡 6-45-126-1234-2356
+always 빠웢 6-45-126-1234-13
+always 빠웣 6-45-126-1234-23
+always 빠웤 6-45-126-1234-235
+always 빠웥 6-45-126-1234-236
+always 빠웦 6-45-126-1234-256
+always 빠웧 6-45-126-1234-356
+always 빠웨 6-45-126-1234-1235
+always 빠웩 6-45-126-1234-1235-1
+always 빠웪 6-45-126-1234-1235-1-1
+always 빠웫 6-45-126-1234-1235-1-3
+always 빠웬 6-45-126-1234-1235-25
+always 빠웭 6-45-126-1234-1235-25-13
+always 빠웮 6-45-126-1234-1235-25-356
+always 빠웯 6-45-126-1234-1235-35
+always 빠웰 6-45-126-1234-1235-2
+always 빠웱 6-45-126-1234-1235-2-1
+always 빠웲 6-45-126-1234-1235-2-26
+always 빠웳 6-45-126-1234-1235-2-12
+always 빠웴 6-45-126-1234-1235-2-3
+always 빠웵 6-45-126-1234-1235-2-236
+always 빠웶 6-45-126-1234-1235-2-256
+always 빠웷 6-45-126-1234-1235-2-356
+always 빠웸 6-45-126-1234-1235-26
+always 빠웹 6-45-126-1234-1235-12
+always 빠웺 6-45-126-1234-1235-12-3
+always 빠웻 6-45-126-1234-1235-3
+always 빠웼 6-45-126-1234-1235-34
+always 빠웽 6-45-126-1234-1235-2356
+always 빠웾 6-45-126-1234-1235-13
+always 빠웿 6-45-126-1234-1235-23
+always 빠윀 6-45-126-1234-1235-235
+always 빠윁 6-45-126-1234-1235-236
+always 빠윂 6-45-126-1234-1235-256
+always 빠윃 6-45-126-1234-1235-356
+always 빠위 6-45-126-134-1235
+always 빠윅 6-45-126-134-1235-1
+always 빠윆 6-45-126-134-1235-1-1
+always 빠윇 6-45-126-134-1235-1-3
+always 빠윈 6-45-126-134-1235-25
+always 빠윉 6-45-126-134-1235-25-13
+always 빠윊 6-45-126-134-1235-25-356
+always 빠윋 6-45-126-134-1235-35
+always 빠윌 6-45-126-134-1235-2
+always 빠윍 6-45-126-134-1235-2-1
+always 빠윎 6-45-126-134-1235-2-26
+always 빠윏 6-45-126-134-1235-2-12
+always 빠윐 6-45-126-134-1235-2-3
+always 빠윑 6-45-126-134-1235-2-236
+always 빠윒 6-45-126-134-1235-2-256
+always 빠윓 6-45-126-134-1235-2-356
+always 빠윔 6-45-126-134-1235-26
+always 빠윕 6-45-126-134-1235-12
+always 빠윖 6-45-126-134-1235-12-3
+always 빠윗 6-45-126-134-1235-3
+always 빠윘 6-45-126-134-1235-34
+always 빠윙 6-45-126-134-1235-2356
+always 빠윚 6-45-126-134-1235-13
+always 빠윛 6-45-126-134-1235-23
+always 빠윜 6-45-126-134-1235-235
+always 빠윝 6-45-126-134-1235-236
+always 빠윞 6-45-126-134-1235-256
+always 빠윟 6-45-126-134-1235-356
+always 빠유 6-45-126-146
+always 빠육 6-45-126-146-1
+always 빠윢 6-45-126-146-1-1
+always 빠윣 6-45-126-146-1-3
+always 빠윤 6-45-126-146-25
+always 빠윥 6-45-126-146-25-13
+always 빠윦 6-45-126-146-25-356
+always 빠윧 6-45-126-146-35
+always 빠율 6-45-126-146-2
+always 빠윩 6-45-126-146-2-1
+always 빠윪 6-45-126-146-2-26
+always 빠윫 6-45-126-146-2-12
+always 빠윬 6-45-126-146-2-3
+always 빠윭 6-45-126-146-2-236
+always 빠윮 6-45-126-146-2-256
+always 빠윯 6-45-126-146-2-356
+always 빠윰 6-45-126-146-26
+always 빠윱 6-45-126-146-12
+always 빠윲 6-45-126-146-12-3
+always 빠윳 6-45-126-146-3
+always 빠윴 6-45-126-146-34
+always 빠융 6-45-126-146-2356
+always 빠윶 6-45-126-146-13
+always 빠윷 6-45-126-146-23
+always 빠윸 6-45-126-146-235
+always 빠윹 6-45-126-146-236
+always 빠윺 6-45-126-146-256
+always 빠윻 6-45-126-146-356
+always 빠으 6-45-126-246
+always 빠윽 6-45-126-246-1
+always 빠윾 6-45-126-246-1-1
+always 빠윿 6-45-126-246-1-3
+always 빠은 6-45-126-1356
+always 빠읁 6-45-126-1356-13
+always 빠읂 6-45-126-1356-356
+always 빠읃 6-45-126-246-35
+always 빠을 6-45-126-2346
+always 빠읅 6-45-126-2346-1
+always 빠읆 6-45-126-2346-26
+always 빠읇 6-45-126-2346-12
+always 빠읈 6-45-126-2346-3
+always 빠읉 6-45-126-2346-236
+always 빠읊 6-45-126-2346-256
+always 빠읋 6-45-126-2346-356
+always 빠음 6-45-126-246-26
+always 빠읍 6-45-126-246-12
+always 빠읎 6-45-126-246-12-3
+always 빠읏 6-45-126-246-3
+always 빠읐 6-45-126-246-34
+always 빠응 6-45-126-246-2356
+always 빠읒 6-45-126-246-13
+always 빠읓 6-45-126-246-23
+always 빠읔 6-45-126-246-235
+always 빠읕 6-45-126-246-236
+always 빠읖 6-45-126-246-256
+always 빠읗 6-45-126-246-356
+always 빠의 6-45-126-2456
+always 빠읙 6-45-126-2456-1
+always 빠읚 6-45-126-2456-1-1
+always 빠읛 6-45-126-2456-1-3
+always 빠읜 6-45-126-2456-25
+always 빠읝 6-45-126-2456-25-13
+always 빠읞 6-45-126-2456-25-356
+always 빠읟 6-45-126-2456-35
+always 빠읠 6-45-126-2456-2
+always 빠읡 6-45-126-2456-2-1
+always 빠읢 6-45-126-2456-2-26
+always 빠읣 6-45-126-2456-2-12
+always 빠읤 6-45-126-2456-2-3
+always 빠읥 6-45-126-2456-2-236
+always 빠읦 6-45-126-2456-2-256
+always 빠읧 6-45-126-2456-2-356
+always 빠읨 6-45-126-2456-26
+always 빠읩 6-45-126-2456-12
+always 빠읪 6-45-126-2456-12-3
+always 빠읫 6-45-126-2456-3
+always 빠읬 6-45-126-2456-34
+always 빠읭 6-45-126-2456-2356
+always 빠읮 6-45-126-2456-13
+always 빠읯 6-45-126-2456-23
+always 빠읰 6-45-126-2456-235
+always 빠읱 6-45-126-2456-236
+always 빠읲 6-45-126-2456-256
+always 빠읳 6-45-126-2456-356
+always 빠이 6-45-126-135
+always 빠익 6-45-126-135-1
+always 빠읶 6-45-126-135-1-1
+always 빠읷 6-45-126-135-1-3
+always 빠인 6-45-126-12345
+always 빠읹 6-45-126-12345-13
+always 빠읺 6-45-126-12345-356
+always 빠읻 6-45-126-135-35
+always 빠일 6-45-126-135-2
+always 빠읽 6-45-126-135-2-1
+always 빠읾 6-45-126-135-2-26
+always 빠읿 6-45-126-135-2-12
+always 빠잀 6-45-126-135-2-3
+always 빠잁 6-45-126-135-2-236
+always 빠잂 6-45-126-135-2-256
+always 빠잃 6-45-126-135-2-356
+always 빠임 6-45-126-135-26
+always 빠입 6-45-126-135-12
+always 빠잆 6-45-126-135-12-3
+always 빠잇 6-45-126-135-3
+always 빠있 6-45-126-135-34
+always 빠잉 6-45-126-135-2356
+always 빠잊 6-45-126-135-13
+always 빠잋 6-45-126-135-23
+always 빠잌 6-45-126-135-235
+always 빠잍 6-45-126-135-236
+always 빠잎 6-45-126-135-256
+always 빠잏 6-45-126-135-356
+always 자아 46-126-126
+always 자악 46-126-126-1
+always 자앆 46-126-126-1-1
+always 자앇 46-126-126-1-3
+always 자안 46-126-126-25
+always 자앉 46-126-126-25-13
+always 자않 46-126-126-25-356
+always 자앋 46-126-126-35
+always 자알 46-126-126-2
+always 자앍 46-126-126-2-1
+always 자앎 46-126-126-2-26
+always 자앏 46-126-126-2-12
+always 자앐 46-126-126-2-3
+always 자앑 46-126-126-2-236
+always 자앒 46-126-126-2-256
+always 자앓 46-126-126-2-356
+always 자암 46-126-126-26
+always 자압 46-126-126-12
+always 자앖 46-126-126-12-3
+always 자앗 46-126-126-3
+always 자았 46-126-126-34
+always 자앙 46-126-126-2356
+always 자앚 46-126-126-13
+always 자앛 46-126-126-23
+always 자앜 46-126-126-235
+always 자앝 46-126-126-236
+always 자앞 46-126-126-256
+always 자앟 46-126-126-356
+always 자애 46-126-1235
+always 자액 46-126-1235-1
+always 자앢 46-126-1235-1-1
+always 자앣 46-126-1235-1-3
+always 자앤 46-126-1235-25
+always 자앥 46-126-1235-25-13
+always 자앦 46-126-1235-25-356
+always 자앧 46-126-1235-35
+always 자앨 46-126-1235-2
+always 자앩 46-126-1235-2-1
+always 자앪 46-126-1235-2-26
+always 자앫 46-126-1235-2-12
+always 자앬 46-126-1235-2-3
+always 자앭 46-126-1235-2-236
+always 자앮 46-126-1235-2-256
+always 자앯 46-126-1235-2-356
+always 자앰 46-126-1235-26
+always 자앱 46-126-1235-12
+always 자앲 46-126-1235-12-3
+always 자앳 46-126-1235-3
+always 자앴 46-126-1235-34
+always 자앵 46-126-1235-2356
+always 자앶 46-126-1235-13
+always 자앷 46-126-1235-23
+always 자앸 46-126-1235-235
+always 자앹 46-126-1235-236
+always 자앺 46-126-1235-256
+always 자앻 46-126-1235-356
+always 자야 46-126-345
+always 자약 46-126-345-1
+always 자앾 46-126-345-1-1
+always 자앿 46-126-345-1-3
+always 자얀 46-126-345-25
+always 자얁 46-126-345-25-13
+always 자얂 46-126-345-25-356
+always 자얃 46-126-345-35
+always 자얄 46-126-345-2
+always 자얅 46-126-345-2-1
+always 자얆 46-126-345-2-26
+always 자얇 46-126-345-2-12
+always 자얈 46-126-345-2-3
+always 자얉 46-126-345-2-236
+always 자얊 46-126-345-2-256
+always 자얋 46-126-345-2-356
+always 자얌 46-126-345-26
+always 자얍 46-126-345-12
+always 자얎 46-126-345-12-3
+always 자얏 46-126-345-3
+always 자얐 46-126-345-34
+always 자양 46-126-345-2356
+always 자얒 46-126-345-13
+always 자얓 46-126-345-23
+always 자얔 46-126-345-235
+always 자얕 46-126-345-236
+always 자얖 46-126-345-256
+always 자얗 46-126-345-356
+always 자얘 46-126-345-1235
+always 자얙 46-126-345-1235-1
+always 자얚 46-126-345-1235-1-1
+always 자얛 46-126-345-1235-1-3
+always 자얜 46-126-345-1235-25
+always 자얝 46-126-345-1235-25-13
+always 자얞 46-126-345-1235-25-356
+always 자얟 46-126-345-1235-35
+always 자얠 46-126-345-1235-2
+always 자얡 46-126-345-1235-2-1
+always 자얢 46-126-345-1235-2-26
+always 자얣 46-126-345-1235-2-12
+always 자얤 46-126-345-1235-2-3
+always 자얥 46-126-345-1235-2-236
+always 자얦 46-126-345-1235-2-256
+always 자얧 46-126-345-1235-2-356
+always 자얨 46-126-345-1235-26
+always 자얩 46-126-345-1235-12
+always 자얪 46-126-345-1235-12-3
+always 자얫 46-126-345-1235-3
+always 자얬 46-126-345-1235-34
+always 자얭 46-126-345-1235-2356
+always 자얮 46-126-345-1235-13
+always 자얯 46-126-345-1235-23
+always 자얰 46-126-345-1235-235
+always 자얱 46-126-345-1235-236
+always 자얲 46-126-345-1235-256
+always 자얳 46-126-345-1235-356
+always 자어 46-126-234
+always 자억 46-126-1456
+always 자얶 46-126-1456-1
+always 자얷 46-126-1456-3
+always 자언 46-126-23456
+always 자얹 46-126-23456-13
+always 자얺 46-126-23456-356
+always 자얻 46-126-234-35
+always 자얼 46-126-2345
+always 자얽 46-126-2345-1
+always 자얾 46-126-2345-26
+always 자얿 46-126-2345-12
+always 자엀 46-126-2345-3
+always 자엁 46-126-2345-236
+always 자엂 46-126-2345-256
+always 자엃 46-126-2345-356
+always 자엄 46-126-234-26
+always 자업 46-126-234-12
+always 자없 46-126-234-12-3
+always 자엇 46-126-234-3
+always 자었 46-126-234-34
+always 자엉 46-126-234-2356
+always 자엊 46-126-234-13
+always 자엋 46-126-234-23
+always 자엌 46-126-234-235
+always 자엍 46-126-234-236
+always 자엎 46-126-234-256
+always 자엏 46-126-234-356
+always 자에 46-126-1345
+always 자엑 46-126-1345-1
+always 자엒 46-126-1345-1-1
+always 자엓 46-126-1345-1-3
+always 자엔 46-126-1345-25
+always 자엕 46-126-1345-25-13
+always 자엖 46-126-1345-25-356
+always 자엗 46-126-1345-35
+always 자엘 46-126-1345-2
+always 자엙 46-126-1345-2-1
+always 자엚 46-126-1345-2-26
+always 자엛 46-126-1345-2-12
+always 자엜 46-126-1345-2-3
+always 자엝 46-126-1345-2-236
+always 자엞 46-126-1345-2-256
+always 자엟 46-126-1345-2-356
+always 자엠 46-126-1345-26
+always 자엡 46-126-1345-12
+always 자엢 46-126-1345-12-3
+always 자엣 46-126-1345-3
+always 자엤 46-126-1345-34
+always 자엥 46-126-1345-2356
+always 자엦 46-126-1345-13
+always 자엧 46-126-1345-23
+always 자엨 46-126-1345-235
+always 자엩 46-126-1345-236
+always 자엪 46-126-1345-256
+always 자엫 46-126-1345-356
+always 자여 46-126-156
+always 자역 46-126-156-1
+always 자엮 46-126-156-1-1
+always 자엯 46-126-156-1-3
+always 자연 46-126-16
+always 자엱 46-126-16-13
+always 자엲 46-126-16-356
+always 자열 46-126-1256
+always 자엵 46-126-1256-1
+always 자엶 46-126-1256-26
+always 자엷 46-126-1256-12
+always 자엸 46-126-1256-3
+always 자엹 46-126-1256-236
+always 자엺 46-126-1256-256
+always 자엻 46-126-1256-356
+always 자염 46-126-156-26
+always 자엽 46-126-156-12
+always 자엾 46-126-156-12-3
+always 자엿 46-126-156-3
+always 자였 46-126-156-34
+always 자영 46-126-12456
+always 자옂 46-126-156-13
+always 자옃 46-126-156-23
+always 자옄 46-126-156-235
+always 자옅 46-126-156-236
+always 자옆 46-126-156-256
+always 자옇 46-126-156-356
+always 자예 46-126-34
+always 자옉 46-126-34-1
+always 자옊 46-126-34-1-1
+always 자옋 46-126-34-1-3
+always 자옌 46-126-34-25
+always 자옍 46-126-34-25-13
+always 자옎 46-126-34-25-356
+always 자옏 46-126-34-35
+always 자옐 46-126-34-2
+always 자옑 46-126-34-2-1
+always 자옒 46-126-34-2-26
+always 자옓 46-126-34-2-12
+always 자옔 46-126-34-2-3
+always 자옕 46-126-34-2-236
+always 자옖 46-126-34-2-256
+always 자옗 46-126-34-2-356
+always 자옘 46-126-34-26
+always 자옙 46-126-34-12
+always 자옚 46-126-34-12-3
+always 자옛 46-126-34-3
+always 자옜 46-126-34-34
+always 자옝 46-126-34-2356
+always 자옞 46-126-34-13
+always 자옟 46-126-34-23
+always 자옠 46-126-34-235
+always 자옡 46-126-34-236
+always 자옢 46-126-34-256
+always 자옣 46-126-34-356
+always 자오 46-126-136
+always 자옥 46-126-1346
+always 자옦 46-126-1346-1
+always 자옧 46-126-1346-3
+always 자온 46-126-12356
+always 자옩 46-126-12356-13
+always 자옪 46-126-12356-356
+always 자옫 46-126-136-35
+always 자올 46-126-136-2
+always 자옭 46-126-136-2-1
+always 자옮 46-126-136-2-26
+always 자옯 46-126-136-2-12
+always 자옰 46-126-136-2-3
+always 자옱 46-126-136-2-236
+always 자옲 46-126-136-2-256
+always 자옳 46-126-136-2-356
+always 자옴 46-126-136-26
+always 자옵 46-126-136-12
+always 자옶 46-126-136-12-3
+always 자옷 46-126-136-3
+always 자옸 46-126-136-34
+always 자옹 46-126-123456
+always 자옺 46-126-136-13
+always 자옻 46-126-136-23
+always 자옼 46-126-136-235
+always 자옽 46-126-136-236
+always 자옾 46-126-136-256
+always 자옿 46-126-136-356
+always 자와 46-126-1236
+always 자왁 46-126-1236-1
+always 자왂 46-126-1236-1-1
+always 자왃 46-126-1236-1-3
+always 자완 46-126-1236-25
+always 자왅 46-126-1236-25-13
+always 자왆 46-126-1236-25-356
+always 자왇 46-126-1236-35
+always 자왈 46-126-1236-2
+always 자왉 46-126-1236-2-1
+always 자왊 46-126-1236-2-26
+always 자왋 46-126-1236-2-12
+always 자왌 46-126-1236-2-3
+always 자왍 46-126-1236-2-236
+always 자왎 46-126-1236-2-256
+always 자왏 46-126-1236-2-356
+always 자왐 46-126-1236-26
+always 자왑 46-126-1236-12
+always 자왒 46-126-1236-12-3
+always 자왓 46-126-1236-3
+always 자왔 46-126-1236-34
+always 자왕 46-126-1236-2356
+always 자왖 46-126-1236-13
+always 자왗 46-126-1236-23
+always 자왘 46-126-1236-235
+always 자왙 46-126-1236-236
+always 자왚 46-126-1236-256
+always 자왛 46-126-1236-356
+always 자왜 46-126-1236-1235
+always 자왝 46-126-1236-1235-1
+always 자왞 46-126-1236-1235-1-1
+always 자왟 46-126-1236-1235-1-3
+always 자왠 46-126-1236-1235-25
+always 자왡 46-126-1236-1235-25-13
+always 자왢 46-126-1236-1235-25-356
+always 자왣 46-126-1236-1235-35
+always 자왤 46-126-1236-1235-2
+always 자왥 46-126-1236-1235-2-1
+always 자왦 46-126-1236-1235-2-26
+always 자왧 46-126-1236-1235-2-12
+always 자왨 46-126-1236-1235-2-3
+always 자왩 46-126-1236-1235-2-236
+always 자왪 46-126-1236-1235-2-256
+always 자왫 46-126-1236-1235-2-356
+always 자왬 46-126-1236-1235-26
+always 자왭 46-126-1236-1235-12
+always 자왮 46-126-1236-1235-12-3
+always 자왯 46-126-1236-1235-3
+always 자왰 46-126-1236-1235-34
+always 자왱 46-126-1236-1235-2356
+always 자왲 46-126-1236-1235-13
+always 자왳 46-126-1236-1235-23
+always 자왴 46-126-1236-1235-235
+always 자왵 46-126-1236-1235-236
+always 자왶 46-126-1236-1235-256
+always 자왷 46-126-1236-1235-356
+always 자외 46-126-13456
+always 자왹 46-126-13456-1
+always 자왺 46-126-13456-1-1
+always 자왻 46-126-13456-1-3
+always 자왼 46-126-13456-25
+always 자왽 46-126-13456-25-13
+always 자왾 46-126-13456-25-356
+always 자왿 46-126-13456-35
+always 자욀 46-126-13456-2
+always 자욁 46-126-13456-2-1
+always 자욂 46-126-13456-2-26
+always 자욃 46-126-13456-2-12
+always 자욄 46-126-13456-2-3
+always 자욅 46-126-13456-2-236
+always 자욆 46-126-13456-2-256
+always 자욇 46-126-13456-2-356
+always 자욈 46-126-13456-26
+always 자욉 46-126-13456-12
+always 자욊 46-126-13456-12-3
+always 자욋 46-126-13456-3
+always 자욌 46-126-13456-34
+always 자욍 46-126-13456-2356
+always 자욎 46-126-13456-13
+always 자욏 46-126-13456-23
+always 자욐 46-126-13456-235
+always 자욑 46-126-13456-236
+always 자욒 46-126-13456-256
+always 자욓 46-126-13456-356
+always 자요 46-126-346
+always 자욕 46-126-346-1
+always 자욖 46-126-346-1-1
+always 자욗 46-126-346-1-3
+always 자욘 46-126-346-25
+always 자욙 46-126-346-25-13
+always 자욚 46-126-346-25-356
+always 자욛 46-126-346-35
+always 자욜 46-126-346-2
+always 자욝 46-126-346-2-1
+always 자욞 46-126-346-2-26
+always 자욟 46-126-346-2-12
+always 자욠 46-126-346-2-3
+always 자욡 46-126-346-2-236
+always 자욢 46-126-346-2-256
+always 자욣 46-126-346-2-356
+always 자욤 46-126-346-26
+always 자욥 46-126-346-12
+always 자욦 46-126-346-12-3
+always 자욧 46-126-346-3
+always 자욨 46-126-346-34
+always 자용 46-126-346-2356
+always 자욪 46-126-346-13
+always 자욫 46-126-346-23
+always 자욬 46-126-346-235
+always 자욭 46-126-346-236
+always 자욮 46-126-346-256
+always 자욯 46-126-346-356
+always 자우 46-126-134
+always 자욱 46-126-134-1
+always 자욲 46-126-134-1-1
+always 자욳 46-126-134-1-3
+always 자운 46-126-1245
+always 자욵 46-126-1245-13
+always 자욶 46-126-1245-356
+always 자욷 46-126-134-35
+always 자울 46-126-12346
+always 자욹 46-126-12346-1
+always 자욺 46-126-12346-26
+always 자욻 46-126-12346-12
+always 자욼 46-126-12346-3
+always 자욽 46-126-12346-236
+always 자욾 46-126-12346-256
+always 자욿 46-126-12346-356
+always 자움 46-126-134-26
+always 자웁 46-126-134-12
+always 자웂 46-126-134-12-3
+always 자웃 46-126-134-3
+always 자웄 46-126-134-34
+always 자웅 46-126-134-2356
+always 자웆 46-126-134-13
+always 자웇 46-126-134-23
+always 자웈 46-126-134-235
+always 자웉 46-126-134-236
+always 자웊 46-126-134-256
+always 자웋 46-126-134-356
+always 자워 46-126-1234
+always 자웍 46-126-1234-1
+always 자웎 46-126-1234-1-1
+always 자웏 46-126-1234-1-3
+always 자원 46-126-1234-25
+always 자웑 46-126-1234-25-13
+always 자웒 46-126-1234-25-356
+always 자웓 46-126-1234-35
+always 자월 46-126-1234-2
+always 자웕 46-126-1234-2-1
+always 자웖 46-126-1234-2-26
+always 자웗 46-126-1234-2-12
+always 자웘 46-126-1234-2-3
+always 자웙 46-126-1234-2-236
+always 자웚 46-126-1234-2-256
+always 자웛 46-126-1234-2-356
+always 자웜 46-126-1234-26
+always 자웝 46-126-1234-12
+always 자웞 46-126-1234-12-3
+always 자웟 46-126-1234-3
+always 자웠 46-126-1234-34
+always 자웡 46-126-1234-2356
+always 자웢 46-126-1234-13
+always 자웣 46-126-1234-23
+always 자웤 46-126-1234-235
+always 자웥 46-126-1234-236
+always 자웦 46-126-1234-256
+always 자웧 46-126-1234-356
+always 자웨 46-126-1234-1235
+always 자웩 46-126-1234-1235-1
+always 자웪 46-126-1234-1235-1-1
+always 자웫 46-126-1234-1235-1-3
+always 자웬 46-126-1234-1235-25
+always 자웭 46-126-1234-1235-25-13
+always 자웮 46-126-1234-1235-25-356
+always 자웯 46-126-1234-1235-35
+always 자웰 46-126-1234-1235-2
+always 자웱 46-126-1234-1235-2-1
+always 자웲 46-126-1234-1235-2-26
+always 자웳 46-126-1234-1235-2-12
+always 자웴 46-126-1234-1235-2-3
+always 자웵 46-126-1234-1235-2-236
+always 자웶 46-126-1234-1235-2-256
+always 자웷 46-126-1234-1235-2-356
+always 자웸 46-126-1234-1235-26
+always 자웹 46-126-1234-1235-12
+always 자웺 46-126-1234-1235-12-3
+always 자웻 46-126-1234-1235-3
+always 자웼 46-126-1234-1235-34
+always 자웽 46-126-1234-1235-2356
+always 자웾 46-126-1234-1235-13
+always 자웿 46-126-1234-1235-23
+always 자윀 46-126-1234-1235-235
+always 자윁 46-126-1234-1235-236
+always 자윂 46-126-1234-1235-256
+always 자윃 46-126-1234-1235-356
+always 자위 46-126-134-1235
+always 자윅 46-126-134-1235-1
+always 자윆 46-126-134-1235-1-1
+always 자윇 46-126-134-1235-1-3
+always 자윈 46-126-134-1235-25
+always 자윉 46-126-134-1235-25-13
+always 자윊 46-126-134-1235-25-356
+always 자윋 46-126-134-1235-35
+always 자윌 46-126-134-1235-2
+always 자윍 46-126-134-1235-2-1
+always 자윎 46-126-134-1235-2-26
+always 자윏 46-126-134-1235-2-12
+always 자윐 46-126-134-1235-2-3
+always 자윑 46-126-134-1235-2-236
+always 자윒 46-126-134-1235-2-256
+always 자윓 46-126-134-1235-2-356
+always 자윔 46-126-134-1235-26
+always 자윕 46-126-134-1235-12
+always 자윖 46-126-134-1235-12-3
+always 자윗 46-126-134-1235-3
+always 자윘 46-126-134-1235-34
+always 자윙 46-126-134-1235-2356
+always 자윚 46-126-134-1235-13
+always 자윛 46-126-134-1235-23
+always 자윜 46-126-134-1235-235
+always 자윝 46-126-134-1235-236
+always 자윞 46-126-134-1235-256
+always 자윟 46-126-134-1235-356
+always 자유 46-126-146
+always 자육 46-126-146-1
+always 자윢 46-126-146-1-1
+always 자윣 46-126-146-1-3
+always 자윤 46-126-146-25
+always 자윥 46-126-146-25-13
+always 자윦 46-126-146-25-356
+always 자윧 46-126-146-35
+always 자율 46-126-146-2
+always 자윩 46-126-146-2-1
+always 자윪 46-126-146-2-26
+always 자윫 46-126-146-2-12
+always 자윬 46-126-146-2-3
+always 자윭 46-126-146-2-236
+always 자윮 46-126-146-2-256
+always 자윯 46-126-146-2-356
+always 자윰 46-126-146-26
+always 자윱 46-126-146-12
+always 자윲 46-126-146-12-3
+always 자윳 46-126-146-3
+always 자윴 46-126-146-34
+always 자융 46-126-146-2356
+always 자윶 46-126-146-13
+always 자윷 46-126-146-23
+always 자윸 46-126-146-235
+always 자윹 46-126-146-236
+always 자윺 46-126-146-256
+always 자윻 46-126-146-356
+always 자으 46-126-246
+always 자윽 46-126-246-1
+always 자윾 46-126-246-1-1
+always 자윿 46-126-246-1-3
+always 자은 46-126-1356
+always 자읁 46-126-1356-13
+always 자읂 46-126-1356-356
+always 자읃 46-126-246-35
+always 자을 46-126-2346
+always 자읅 46-126-2346-1
+always 자읆 46-126-2346-26
+always 자읇 46-126-2346-12
+always 자읈 46-126-2346-3
+always 자읉 46-126-2346-236
+always 자읊 46-126-2346-256
+always 자읋 46-126-2346-356
+always 자음 46-126-246-26
+always 자읍 46-126-246-12
+always 자읎 46-126-246-12-3
+always 자읏 46-126-246-3
+always 자읐 46-126-246-34
+always 자응 46-126-246-2356
+always 자읒 46-126-246-13
+always 자읓 46-126-246-23
+always 자읔 46-126-246-235
+always 자읕 46-126-246-236
+always 자읖 46-126-246-256
+always 자읗 46-126-246-356
+always 자의 46-126-2456
+always 자읙 46-126-2456-1
+always 자읚 46-126-2456-1-1
+always 자읛 46-126-2456-1-3
+always 자읜 46-126-2456-25
+always 자읝 46-126-2456-25-13
+always 자읞 46-126-2456-25-356
+always 자읟 46-126-2456-35
+always 자읠 46-126-2456-2
+always 자읡 46-126-2456-2-1
+always 자읢 46-126-2456-2-26
+always 자읣 46-126-2456-2-12
+always 자읤 46-126-2456-2-3
+always 자읥 46-126-2456-2-236
+always 자읦 46-126-2456-2-256
+always 자읧 46-126-2456-2-356
+always 자읨 46-126-2456-26
+always 자읩 46-126-2456-12
+always 자읪 46-126-2456-12-3
+always 자읫 46-126-2456-3
+always 자읬 46-126-2456-34
+always 자읭 46-126-2456-2356
+always 자읮 46-126-2456-13
+always 자읯 46-126-2456-23
+always 자읰 46-126-2456-235
+always 자읱 46-126-2456-236
+always 자읲 46-126-2456-256
+always 자읳 46-126-2456-356
+always 자이 46-126-135
+always 자익 46-126-135-1
+always 자읶 46-126-135-1-1
+always 자읷 46-126-135-1-3
+always 자인 46-126-12345
+always 자읹 46-126-12345-13
+always 자읺 46-126-12345-356
+always 자읻 46-126-135-35
+always 자일 46-126-135-2
+always 자읽 46-126-135-2-1
+always 자읾 46-126-135-2-26
+always 자읿 46-126-135-2-12
+always 자잀 46-126-135-2-3
+always 자잁 46-126-135-2-236
+always 자잂 46-126-135-2-256
+always 자잃 46-126-135-2-356
+always 자임 46-126-135-26
+always 자입 46-126-135-12
+always 자잆 46-126-135-12-3
+always 자잇 46-126-135-3
+always 자있 46-126-135-34
+always 자잉 46-126-135-2356
+always 자잊 46-126-135-13
+always 자잋 46-126-135-23
+always 자잌 46-126-135-235
+always 자잍 46-126-135-236
+always 자잎 46-126-135-256
+always 자잏 46-126-135-356
+always 짜아 6-46-126-126
+always 짜악 6-46-126-126-1
+always 짜앆 6-46-126-126-1-1
+always 짜앇 6-46-126-126-1-3
+always 짜안 6-46-126-126-25
+always 짜앉 6-46-126-126-25-13
+always 짜않 6-46-126-126-25-356
+always 짜앋 6-46-126-126-35
+always 짜알 6-46-126-126-2
+always 짜앍 6-46-126-126-2-1
+always 짜앎 6-46-126-126-2-26
+always 짜앏 6-46-126-126-2-12
+always 짜앐 6-46-126-126-2-3
+always 짜앑 6-46-126-126-2-236
+always 짜앒 6-46-126-126-2-256
+always 짜앓 6-46-126-126-2-356
+always 짜암 6-46-126-126-26
+always 짜압 6-46-126-126-12
+always 짜앖 6-46-126-126-12-3
+always 짜앗 6-46-126-126-3
+always 짜았 6-46-126-126-34
+always 짜앙 6-46-126-126-2356
+always 짜앚 6-46-126-126-13
+always 짜앛 6-46-126-126-23
+always 짜앜 6-46-126-126-235
+always 짜앝 6-46-126-126-236
+always 짜앞 6-46-126-126-256
+always 짜앟 6-46-126-126-356
+always 짜애 6-46-126-1235
+always 짜액 6-46-126-1235-1
+always 짜앢 6-46-126-1235-1-1
+always 짜앣 6-46-126-1235-1-3
+always 짜앤 6-46-126-1235-25
+always 짜앥 6-46-126-1235-25-13
+always 짜앦 6-46-126-1235-25-356
+always 짜앧 6-46-126-1235-35
+always 짜앨 6-46-126-1235-2
+always 짜앩 6-46-126-1235-2-1
+always 짜앪 6-46-126-1235-2-26
+always 짜앫 6-46-126-1235-2-12
+always 짜앬 6-46-126-1235-2-3
+always 짜앭 6-46-126-1235-2-236
+always 짜앮 6-46-126-1235-2-256
+always 짜앯 6-46-126-1235-2-356
+always 짜앰 6-46-126-1235-26
+always 짜앱 6-46-126-1235-12
+always 짜앲 6-46-126-1235-12-3
+always 짜앳 6-46-126-1235-3
+always 짜앴 6-46-126-1235-34
+always 짜앵 6-46-126-1235-2356
+always 짜앶 6-46-126-1235-13
+always 짜앷 6-46-126-1235-23
+always 짜앸 6-46-126-1235-235
+always 짜앹 6-46-126-1235-236
+always 짜앺 6-46-126-1235-256
+always 짜앻 6-46-126-1235-356
+always 짜야 6-46-126-345
+always 짜약 6-46-126-345-1
+always 짜앾 6-46-126-345-1-1
+always 짜앿 6-46-126-345-1-3
+always 짜얀 6-46-126-345-25
+always 짜얁 6-46-126-345-25-13
+always 짜얂 6-46-126-345-25-356
+always 짜얃 6-46-126-345-35
+always 짜얄 6-46-126-345-2
+always 짜얅 6-46-126-345-2-1
+always 짜얆 6-46-126-345-2-26
+always 짜얇 6-46-126-345-2-12
+always 짜얈 6-46-126-345-2-3
+always 짜얉 6-46-126-345-2-236
+always 짜얊 6-46-126-345-2-256
+always 짜얋 6-46-126-345-2-356
+always 짜얌 6-46-126-345-26
+always 짜얍 6-46-126-345-12
+always 짜얎 6-46-126-345-12-3
+always 짜얏 6-46-126-345-3
+always 짜얐 6-46-126-345-34
+always 짜양 6-46-126-345-2356
+always 짜얒 6-46-126-345-13
+always 짜얓 6-46-126-345-23
+always 짜얔 6-46-126-345-235
+always 짜얕 6-46-126-345-236
+always 짜얖 6-46-126-345-256
+always 짜얗 6-46-126-345-356
+always 짜얘 6-46-126-345-1235
+always 짜얙 6-46-126-345-1235-1
+always 짜얚 6-46-126-345-1235-1-1
+always 짜얛 6-46-126-345-1235-1-3
+always 짜얜 6-46-126-345-1235-25
+always 짜얝 6-46-126-345-1235-25-13
+always 짜얞 6-46-126-345-1235-25-356
+always 짜얟 6-46-126-345-1235-35
+always 짜얠 6-46-126-345-1235-2
+always 짜얡 6-46-126-345-1235-2-1
+always 짜얢 6-46-126-345-1235-2-26
+always 짜얣 6-46-126-345-1235-2-12
+always 짜얤 6-46-126-345-1235-2-3
+always 짜얥 6-46-126-345-1235-2-236
+always 짜얦 6-46-126-345-1235-2-256
+always 짜얧 6-46-126-345-1235-2-356
+always 짜얨 6-46-126-345-1235-26
+always 짜얩 6-46-126-345-1235-12
+always 짜얪 6-46-126-345-1235-12-3
+always 짜얫 6-46-126-345-1235-3
+always 짜얬 6-46-126-345-1235-34
+always 짜얭 6-46-126-345-1235-2356
+always 짜얮 6-46-126-345-1235-13
+always 짜얯 6-46-126-345-1235-23
+always 짜얰 6-46-126-345-1235-235
+always 짜얱 6-46-126-345-1235-236
+always 짜얲 6-46-126-345-1235-256
+always 짜얳 6-46-126-345-1235-356
+always 짜어 6-46-126-234
+always 짜억 6-46-126-1456
+always 짜얶 6-46-126-1456-1
+always 짜얷 6-46-126-1456-3
+always 짜언 6-46-126-23456
+always 짜얹 6-46-126-23456-13
+always 짜얺 6-46-126-23456-356
+always 짜얻 6-46-126-234-35
+always 짜얼 6-46-126-2345
+always 짜얽 6-46-126-2345-1
+always 짜얾 6-46-126-2345-26
+always 짜얿 6-46-126-2345-12
+always 짜엀 6-46-126-2345-3
+always 짜엁 6-46-126-2345-236
+always 짜엂 6-46-126-2345-256
+always 짜엃 6-46-126-2345-356
+always 짜엄 6-46-126-234-26
+always 짜업 6-46-126-234-12
+always 짜없 6-46-126-234-12-3
+always 짜엇 6-46-126-234-3
+always 짜었 6-46-126-234-34
+always 짜엉 6-46-126-234-2356
+always 짜엊 6-46-126-234-13
+always 짜엋 6-46-126-234-23
+always 짜엌 6-46-126-234-235
+always 짜엍 6-46-126-234-236
+always 짜엎 6-46-126-234-256
+always 짜엏 6-46-126-234-356
+always 짜에 6-46-126-1345
+always 짜엑 6-46-126-1345-1
+always 짜엒 6-46-126-1345-1-1
+always 짜엓 6-46-126-1345-1-3
+always 짜엔 6-46-126-1345-25
+always 짜엕 6-46-126-1345-25-13
+always 짜엖 6-46-126-1345-25-356
+always 짜엗 6-46-126-1345-35
+always 짜엘 6-46-126-1345-2
+always 짜엙 6-46-126-1345-2-1
+always 짜엚 6-46-126-1345-2-26
+always 짜엛 6-46-126-1345-2-12
+always 짜엜 6-46-126-1345-2-3
+always 짜엝 6-46-126-1345-2-236
+always 짜엞 6-46-126-1345-2-256
+always 짜엟 6-46-126-1345-2-356
+always 짜엠 6-46-126-1345-26
+always 짜엡 6-46-126-1345-12
+always 짜엢 6-46-126-1345-12-3
+always 짜엣 6-46-126-1345-3
+always 짜엤 6-46-126-1345-34
+always 짜엥 6-46-126-1345-2356
+always 짜엦 6-46-126-1345-13
+always 짜엧 6-46-126-1345-23
+always 짜엨 6-46-126-1345-235
+always 짜엩 6-46-126-1345-236
+always 짜엪 6-46-126-1345-256
+always 짜엫 6-46-126-1345-356
+always 짜여 6-46-126-156
+always 짜역 6-46-126-156-1
+always 짜엮 6-46-126-156-1-1
+always 짜엯 6-46-126-156-1-3
+always 짜연 6-46-126-16
+always 짜엱 6-46-126-16-13
+always 짜엲 6-46-126-16-356
+always 짜열 6-46-126-1256
+always 짜엵 6-46-126-1256-1
+always 짜엶 6-46-126-1256-26
+always 짜엷 6-46-126-1256-12
+always 짜엸 6-46-126-1256-3
+always 짜엹 6-46-126-1256-236
+always 짜엺 6-46-126-1256-256
+always 짜엻 6-46-126-1256-356
+always 짜염 6-46-126-156-26
+always 짜엽 6-46-126-156-12
+always 짜엾 6-46-126-156-12-3
+always 짜엿 6-46-126-156-3
+always 짜였 6-46-126-156-34
+always 짜영 6-46-126-12456
+always 짜옂 6-46-126-156-13
+always 짜옃 6-46-126-156-23
+always 짜옄 6-46-126-156-235
+always 짜옅 6-46-126-156-236
+always 짜옆 6-46-126-156-256
+always 짜옇 6-46-126-156-356
+always 짜예 6-46-126-34
+always 짜옉 6-46-126-34-1
+always 짜옊 6-46-126-34-1-1
+always 짜옋 6-46-126-34-1-3
+always 짜옌 6-46-126-34-25
+always 짜옍 6-46-126-34-25-13
+always 짜옎 6-46-126-34-25-356
+always 짜옏 6-46-126-34-35
+always 짜옐 6-46-126-34-2
+always 짜옑 6-46-126-34-2-1
+always 짜옒 6-46-126-34-2-26
+always 짜옓 6-46-126-34-2-12
+always 짜옔 6-46-126-34-2-3
+always 짜옕 6-46-126-34-2-236
+always 짜옖 6-46-126-34-2-256
+always 짜옗 6-46-126-34-2-356
+always 짜옘 6-46-126-34-26
+always 짜옙 6-46-126-34-12
+always 짜옚 6-46-126-34-12-3
+always 짜옛 6-46-126-34-3
+always 짜옜 6-46-126-34-34
+always 짜옝 6-46-126-34-2356
+always 짜옞 6-46-126-34-13
+always 짜옟 6-46-126-34-23
+always 짜옠 6-46-126-34-235
+always 짜옡 6-46-126-34-236
+always 짜옢 6-46-126-34-256
+always 짜옣 6-46-126-34-356
+always 짜오 6-46-126-136
+always 짜옥 6-46-126-1346
+always 짜옦 6-46-126-1346-1
+always 짜옧 6-46-126-1346-3
+always 짜온 6-46-126-12356
+always 짜옩 6-46-126-12356-13
+always 짜옪 6-46-126-12356-356
+always 짜옫 6-46-126-136-35
+always 짜올 6-46-126-136-2
+always 짜옭 6-46-126-136-2-1
+always 짜옮 6-46-126-136-2-26
+always 짜옯 6-46-126-136-2-12
+always 짜옰 6-46-126-136-2-3
+always 짜옱 6-46-126-136-2-236
+always 짜옲 6-46-126-136-2-256
+always 짜옳 6-46-126-136-2-356
+always 짜옴 6-46-126-136-26
+always 짜옵 6-46-126-136-12
+always 짜옶 6-46-126-136-12-3
+always 짜옷 6-46-126-136-3
+always 짜옸 6-46-126-136-34
+always 짜옹 6-46-126-123456
+always 짜옺 6-46-126-136-13
+always 짜옻 6-46-126-136-23
+always 짜옼 6-46-126-136-235
+always 짜옽 6-46-126-136-236
+always 짜옾 6-46-126-136-256
+always 짜옿 6-46-126-136-356
+always 짜와 6-46-126-1236
+always 짜왁 6-46-126-1236-1
+always 짜왂 6-46-126-1236-1-1
+always 짜왃 6-46-126-1236-1-3
+always 짜완 6-46-126-1236-25
+always 짜왅 6-46-126-1236-25-13
+always 짜왆 6-46-126-1236-25-356
+always 짜왇 6-46-126-1236-35
+always 짜왈 6-46-126-1236-2
+always 짜왉 6-46-126-1236-2-1
+always 짜왊 6-46-126-1236-2-26
+always 짜왋 6-46-126-1236-2-12
+always 짜왌 6-46-126-1236-2-3
+always 짜왍 6-46-126-1236-2-236
+always 짜왎 6-46-126-1236-2-256
+always 짜왏 6-46-126-1236-2-356
+always 짜왐 6-46-126-1236-26
+always 짜왑 6-46-126-1236-12
+always 짜왒 6-46-126-1236-12-3
+always 짜왓 6-46-126-1236-3
+always 짜왔 6-46-126-1236-34
+always 짜왕 6-46-126-1236-2356
+always 짜왖 6-46-126-1236-13
+always 짜왗 6-46-126-1236-23
+always 짜왘 6-46-126-1236-235
+always 짜왙 6-46-126-1236-236
+always 짜왚 6-46-126-1236-256
+always 짜왛 6-46-126-1236-356
+always 짜왜 6-46-126-1236-1235
+always 짜왝 6-46-126-1236-1235-1
+always 짜왞 6-46-126-1236-1235-1-1
+always 짜왟 6-46-126-1236-1235-1-3
+always 짜왠 6-46-126-1236-1235-25
+always 짜왡 6-46-126-1236-1235-25-13
+always 짜왢 6-46-126-1236-1235-25-356
+always 짜왣 6-46-126-1236-1235-35
+always 짜왤 6-46-126-1236-1235-2
+always 짜왥 6-46-126-1236-1235-2-1
+always 짜왦 6-46-126-1236-1235-2-26
+always 짜왧 6-46-126-1236-1235-2-12
+always 짜왨 6-46-126-1236-1235-2-3
+always 짜왩 6-46-126-1236-1235-2-236
+always 짜왪 6-46-126-1236-1235-2-256
+always 짜왫 6-46-126-1236-1235-2-356
+always 짜왬 6-46-126-1236-1235-26
+always 짜왭 6-46-126-1236-1235-12
+always 짜왮 6-46-126-1236-1235-12-3
+always 짜왯 6-46-126-1236-1235-3
+always 짜왰 6-46-126-1236-1235-34
+always 짜왱 6-46-126-1236-1235-2356
+always 짜왲 6-46-126-1236-1235-13
+always 짜왳 6-46-126-1236-1235-23
+always 짜왴 6-46-126-1236-1235-235
+always 짜왵 6-46-126-1236-1235-236
+always 짜왶 6-46-126-1236-1235-256
+always 짜왷 6-46-126-1236-1235-356
+always 짜외 6-46-126-13456
+always 짜왹 6-46-126-13456-1
+always 짜왺 6-46-126-13456-1-1
+always 짜왻 6-46-126-13456-1-3
+always 짜왼 6-46-126-13456-25
+always 짜왽 6-46-126-13456-25-13
+always 짜왾 6-46-126-13456-25-356
+always 짜왿 6-46-126-13456-35
+always 짜욀 6-46-126-13456-2
+always 짜욁 6-46-126-13456-2-1
+always 짜욂 6-46-126-13456-2-26
+always 짜욃 6-46-126-13456-2-12
+always 짜욄 6-46-126-13456-2-3
+always 짜욅 6-46-126-13456-2-236
+always 짜욆 6-46-126-13456-2-256
+always 짜욇 6-46-126-13456-2-356
+always 짜욈 6-46-126-13456-26
+always 짜욉 6-46-126-13456-12
+always 짜욊 6-46-126-13456-12-3
+always 짜욋 6-46-126-13456-3
+always 짜욌 6-46-126-13456-34
+always 짜욍 6-46-126-13456-2356
+always 짜욎 6-46-126-13456-13
+always 짜욏 6-46-126-13456-23
+always 짜욐 6-46-126-13456-235
+always 짜욑 6-46-126-13456-236
+always 짜욒 6-46-126-13456-256
+always 짜욓 6-46-126-13456-356
+always 짜요 6-46-126-346
+always 짜욕 6-46-126-346-1
+always 짜욖 6-46-126-346-1-1
+always 짜욗 6-46-126-346-1-3
+always 짜욘 6-46-126-346-25
+always 짜욙 6-46-126-346-25-13
+always 짜욚 6-46-126-346-25-356
+always 짜욛 6-46-126-346-35
+always 짜욜 6-46-126-346-2
+always 짜욝 6-46-126-346-2-1
+always 짜욞 6-46-126-346-2-26
+always 짜욟 6-46-126-346-2-12
+always 짜욠 6-46-126-346-2-3
+always 짜욡 6-46-126-346-2-236
+always 짜욢 6-46-126-346-2-256
+always 짜욣 6-46-126-346-2-356
+always 짜욤 6-46-126-346-26
+always 짜욥 6-46-126-346-12
+always 짜욦 6-46-126-346-12-3
+always 짜욧 6-46-126-346-3
+always 짜욨 6-46-126-346-34
+always 짜용 6-46-126-346-2356
+always 짜욪 6-46-126-346-13
+always 짜욫 6-46-126-346-23
+always 짜욬 6-46-126-346-235
+always 짜욭 6-46-126-346-236
+always 짜욮 6-46-126-346-256
+always 짜욯 6-46-126-346-356
+always 짜우 6-46-126-134
+always 짜욱 6-46-126-134-1
+always 짜욲 6-46-126-134-1-1
+always 짜욳 6-46-126-134-1-3
+always 짜운 6-46-126-1245
+always 짜욵 6-46-126-1245-13
+always 짜욶 6-46-126-1245-356
+always 짜욷 6-46-126-134-35
+always 짜울 6-46-126-12346
+always 짜욹 6-46-126-12346-1
+always 짜욺 6-46-126-12346-26
+always 짜욻 6-46-126-12346-12
+always 짜욼 6-46-126-12346-3
+always 짜욽 6-46-126-12346-236
+always 짜욾 6-46-126-12346-256
+always 짜욿 6-46-126-12346-356
+always 짜움 6-46-126-134-26
+always 짜웁 6-46-126-134-12
+always 짜웂 6-46-126-134-12-3
+always 짜웃 6-46-126-134-3
+always 짜웄 6-46-126-134-34
+always 짜웅 6-46-126-134-2356
+always 짜웆 6-46-126-134-13
+always 짜웇 6-46-126-134-23
+always 짜웈 6-46-126-134-235
+always 짜웉 6-46-126-134-236
+always 짜웊 6-46-126-134-256
+always 짜웋 6-46-126-134-356
+always 짜워 6-46-126-1234
+always 짜웍 6-46-126-1234-1
+always 짜웎 6-46-126-1234-1-1
+always 짜웏 6-46-126-1234-1-3
+always 짜원 6-46-126-1234-25
+always 짜웑 6-46-126-1234-25-13
+always 짜웒 6-46-126-1234-25-356
+always 짜웓 6-46-126-1234-35
+always 짜월 6-46-126-1234-2
+always 짜웕 6-46-126-1234-2-1
+always 짜웖 6-46-126-1234-2-26
+always 짜웗 6-46-126-1234-2-12
+always 짜웘 6-46-126-1234-2-3
+always 짜웙 6-46-126-1234-2-236
+always 짜웚 6-46-126-1234-2-256
+always 짜웛 6-46-126-1234-2-356
+always 짜웜 6-46-126-1234-26
+always 짜웝 6-46-126-1234-12
+always 짜웞 6-46-126-1234-12-3
+always 짜웟 6-46-126-1234-3
+always 짜웠 6-46-126-1234-34
+always 짜웡 6-46-126-1234-2356
+always 짜웢 6-46-126-1234-13
+always 짜웣 6-46-126-1234-23
+always 짜웤 6-46-126-1234-235
+always 짜웥 6-46-126-1234-236
+always 짜웦 6-46-126-1234-256
+always 짜웧 6-46-126-1234-356
+always 짜웨 6-46-126-1234-1235
+always 짜웩 6-46-126-1234-1235-1
+always 짜웪 6-46-126-1234-1235-1-1
+always 짜웫 6-46-126-1234-1235-1-3
+always 짜웬 6-46-126-1234-1235-25
+always 짜웭 6-46-126-1234-1235-25-13
+always 짜웮 6-46-126-1234-1235-25-356
+always 짜웯 6-46-126-1234-1235-35
+always 짜웰 6-46-126-1234-1235-2
+always 짜웱 6-46-126-1234-1235-2-1
+always 짜웲 6-46-126-1234-1235-2-26
+always 짜웳 6-46-126-1234-1235-2-12
+always 짜웴 6-46-126-1234-1235-2-3
+always 짜웵 6-46-126-1234-1235-2-236
+always 짜웶 6-46-126-1234-1235-2-256
+always 짜웷 6-46-126-1234-1235-2-356
+always 짜웸 6-46-126-1234-1235-26
+always 짜웹 6-46-126-1234-1235-12
+always 짜웺 6-46-126-1234-1235-12-3
+always 짜웻 6-46-126-1234-1235-3
+always 짜웼 6-46-126-1234-1235-34
+always 짜웽 6-46-126-1234-1235-2356
+always 짜웾 6-46-126-1234-1235-13
+always 짜웿 6-46-126-1234-1235-23
+always 짜윀 6-46-126-1234-1235-235
+always 짜윁 6-46-126-1234-1235-236
+always 짜윂 6-46-126-1234-1235-256
+always 짜윃 6-46-126-1234-1235-356
+always 짜위 6-46-126-134-1235
+always 짜윅 6-46-126-134-1235-1
+always 짜윆 6-46-126-134-1235-1-1
+always 짜윇 6-46-126-134-1235-1-3
+always 짜윈 6-46-126-134-1235-25
+always 짜윉 6-46-126-134-1235-25-13
+always 짜윊 6-46-126-134-1235-25-356
+always 짜윋 6-46-126-134-1235-35
+always 짜윌 6-46-126-134-1235-2
+always 짜윍 6-46-126-134-1235-2-1
+always 짜윎 6-46-126-134-1235-2-26
+always 짜윏 6-46-126-134-1235-2-12
+always 짜윐 6-46-126-134-1235-2-3
+always 짜윑 6-46-126-134-1235-2-236
+always 짜윒 6-46-126-134-1235-2-256
+always 짜윓 6-46-126-134-1235-2-356
+always 짜윔 6-46-126-134-1235-26
+always 짜윕 6-46-126-134-1235-12
+always 짜윖 6-46-126-134-1235-12-3
+always 짜윗 6-46-126-134-1235-3
+always 짜윘 6-46-126-134-1235-34
+always 짜윙 6-46-126-134-1235-2356
+always 짜윚 6-46-126-134-1235-13
+always 짜윛 6-46-126-134-1235-23
+always 짜윜 6-46-126-134-1235-235
+always 짜윝 6-46-126-134-1235-236
+always 짜윞 6-46-126-134-1235-256
+always 짜윟 6-46-126-134-1235-356
+always 짜유 6-46-126-146
+always 짜육 6-46-126-146-1
+always 짜윢 6-46-126-146-1-1
+always 짜윣 6-46-126-146-1-3
+always 짜윤 6-46-126-146-25
+always 짜윥 6-46-126-146-25-13
+always 짜윦 6-46-126-146-25-356
+always 짜윧 6-46-126-146-35
+always 짜율 6-46-126-146-2
+always 짜윩 6-46-126-146-2-1
+always 짜윪 6-46-126-146-2-26
+always 짜윫 6-46-126-146-2-12
+always 짜윬 6-46-126-146-2-3
+always 짜윭 6-46-126-146-2-236
+always 짜윮 6-46-126-146-2-256
+always 짜윯 6-46-126-146-2-356
+always 짜윰 6-46-126-146-26
+always 짜윱 6-46-126-146-12
+always 짜윲 6-46-126-146-12-3
+always 짜윳 6-46-126-146-3
+always 짜윴 6-46-126-146-34
+always 짜융 6-46-126-146-2356
+always 짜윶 6-46-126-146-13
+always 짜윷 6-46-126-146-23
+always 짜윸 6-46-126-146-235
+always 짜윹 6-46-126-146-236
+always 짜윺 6-46-126-146-256
+always 짜윻 6-46-126-146-356
+always 짜으 6-46-126-246
+always 짜윽 6-46-126-246-1
+always 짜윾 6-46-126-246-1-1
+always 짜윿 6-46-126-246-1-3
+always 짜은 6-46-126-1356
+always 짜읁 6-46-126-1356-13
+always 짜읂 6-46-126-1356-356
+always 짜읃 6-46-126-246-35
+always 짜을 6-46-126-2346
+always 짜읅 6-46-126-2346-1
+always 짜읆 6-46-126-2346-26
+always 짜읇 6-46-126-2346-12
+always 짜읈 6-46-126-2346-3
+always 짜읉 6-46-126-2346-236
+always 짜읊 6-46-126-2346-256
+always 짜읋 6-46-126-2346-356
+always 짜음 6-46-126-246-26
+always 짜읍 6-46-126-246-12
+always 짜읎 6-46-126-246-12-3
+always 짜읏 6-46-126-246-3
+always 짜읐 6-46-126-246-34
+always 짜응 6-46-126-246-2356
+always 짜읒 6-46-126-246-13
+always 짜읓 6-46-126-246-23
+always 짜읔 6-46-126-246-235
+always 짜읕 6-46-126-246-236
+always 짜읖 6-46-126-246-256
+always 짜읗 6-46-126-246-356
+always 짜의 6-46-126-2456
+always 짜읙 6-46-126-2456-1
+always 짜읚 6-46-126-2456-1-1
+always 짜읛 6-46-126-2456-1-3
+always 짜읜 6-46-126-2456-25
+always 짜읝 6-46-126-2456-25-13
+always 짜읞 6-46-126-2456-25-356
+always 짜읟 6-46-126-2456-35
+always 짜읠 6-46-126-2456-2
+always 짜읡 6-46-126-2456-2-1
+always 짜읢 6-46-126-2456-2-26
+always 짜읣 6-46-126-2456-2-12
+always 짜읤 6-46-126-2456-2-3
+always 짜읥 6-46-126-2456-2-236
+always 짜읦 6-46-126-2456-2-256
+always 짜읧 6-46-126-2456-2-356
+always 짜읨 6-46-126-2456-26
+always 짜읩 6-46-126-2456-12
+always 짜읪 6-46-126-2456-12-3
+always 짜읫 6-46-126-2456-3
+always 짜읬 6-46-126-2456-34
+always 짜읭 6-46-126-2456-2356
+always 짜읮 6-46-126-2456-13
+always 짜읯 6-46-126-2456-23
+always 짜읰 6-46-126-2456-235
+always 짜읱 6-46-126-2456-236
+always 짜읲 6-46-126-2456-256
+always 짜읳 6-46-126-2456-356
+always 짜이 6-46-126-135
+always 짜익 6-46-126-135-1
+always 짜읶 6-46-126-135-1-1
+always 짜읷 6-46-126-135-1-3
+always 짜인 6-46-126-12345
+always 짜읹 6-46-126-12345-13
+always 짜읺 6-46-126-12345-356
+always 짜읻 6-46-126-135-35
+always 짜일 6-46-126-135-2
+always 짜읽 6-46-126-135-2-1
+always 짜읾 6-46-126-135-2-26
+always 짜읿 6-46-126-135-2-12
+always 짜잀 6-46-126-135-2-3
+always 짜잁 6-46-126-135-2-236
+always 짜잂 6-46-126-135-2-256
+always 짜잃 6-46-126-135-2-356
+always 짜임 6-46-126-135-26
+always 짜입 6-46-126-135-12
+always 짜잆 6-46-126-135-12-3
+always 짜잇 6-46-126-135-3
+always 짜있 6-46-126-135-34
+always 짜잉 6-46-126-135-2356
+always 짜잊 6-46-126-135-13
+always 짜잋 6-46-126-135-23
+always 짜잌 6-46-126-135-235
+always 짜잍 6-46-126-135-236
+always 짜잎 6-46-126-135-256
+always 짜잏 6-46-126-135-356
+always 카아 124-126-126
+always 카악 124-126-126-1
+always 카앆 124-126-126-1-1
+always 카앇 124-126-126-1-3
+always 카안 124-126-126-25
+always 카앉 124-126-126-25-13
+always 카않 124-126-126-25-356
+always 카앋 124-126-126-35
+always 카알 124-126-126-2
+always 카앍 124-126-126-2-1
+always 카앎 124-126-126-2-26
+always 카앏 124-126-126-2-12
+always 카앐 124-126-126-2-3
+always 카앑 124-126-126-2-236
+always 카앒 124-126-126-2-256
+always 카앓 124-126-126-2-356
+always 카암 124-126-126-26
+always 카압 124-126-126-12
+always 카앖 124-126-126-12-3
+always 카앗 124-126-126-3
+always 카았 124-126-126-34
+always 카앙 124-126-126-2356
+always 카앚 124-126-126-13
+always 카앛 124-126-126-23
+always 카앜 124-126-126-235
+always 카앝 124-126-126-236
+always 카앞 124-126-126-256
+always 카앟 124-126-126-356
+always 카애 124-126-1235
+always 카액 124-126-1235-1
+always 카앢 124-126-1235-1-1
+always 카앣 124-126-1235-1-3
+always 카앤 124-126-1235-25
+always 카앥 124-126-1235-25-13
+always 카앦 124-126-1235-25-356
+always 카앧 124-126-1235-35
+always 카앨 124-126-1235-2
+always 카앩 124-126-1235-2-1
+always 카앪 124-126-1235-2-26
+always 카앫 124-126-1235-2-12
+always 카앬 124-126-1235-2-3
+always 카앭 124-126-1235-2-236
+always 카앮 124-126-1235-2-256
+always 카앯 124-126-1235-2-356
+always 카앰 124-126-1235-26
+always 카앱 124-126-1235-12
+always 카앲 124-126-1235-12-3
+always 카앳 124-126-1235-3
+always 카앴 124-126-1235-34
+always 카앵 124-126-1235-2356
+always 카앶 124-126-1235-13
+always 카앷 124-126-1235-23
+always 카앸 124-126-1235-235
+always 카앹 124-126-1235-236
+always 카앺 124-126-1235-256
+always 카앻 124-126-1235-356
+always 카야 124-126-345
+always 카약 124-126-345-1
+always 카앾 124-126-345-1-1
+always 카앿 124-126-345-1-3
+always 카얀 124-126-345-25
+always 카얁 124-126-345-25-13
+always 카얂 124-126-345-25-356
+always 카얃 124-126-345-35
+always 카얄 124-126-345-2
+always 카얅 124-126-345-2-1
+always 카얆 124-126-345-2-26
+always 카얇 124-126-345-2-12
+always 카얈 124-126-345-2-3
+always 카얉 124-126-345-2-236
+always 카얊 124-126-345-2-256
+always 카얋 124-126-345-2-356
+always 카얌 124-126-345-26
+always 카얍 124-126-345-12
+always 카얎 124-126-345-12-3
+always 카얏 124-126-345-3
+always 카얐 124-126-345-34
+always 카양 124-126-345-2356
+always 카얒 124-126-345-13
+always 카얓 124-126-345-23
+always 카얔 124-126-345-235
+always 카얕 124-126-345-236
+always 카얖 124-126-345-256
+always 카얗 124-126-345-356
+always 카얘 124-126-345-1235
+always 카얙 124-126-345-1235-1
+always 카얚 124-126-345-1235-1-1
+always 카얛 124-126-345-1235-1-3
+always 카얜 124-126-345-1235-25
+always 카얝 124-126-345-1235-25-13
+always 카얞 124-126-345-1235-25-356
+always 카얟 124-126-345-1235-35
+always 카얠 124-126-345-1235-2
+always 카얡 124-126-345-1235-2-1
+always 카얢 124-126-345-1235-2-26
+always 카얣 124-126-345-1235-2-12
+always 카얤 124-126-345-1235-2-3
+always 카얥 124-126-345-1235-2-236
+always 카얦 124-126-345-1235-2-256
+always 카얧 124-126-345-1235-2-356
+always 카얨 124-126-345-1235-26
+always 카얩 124-126-345-1235-12
+always 카얪 124-126-345-1235-12-3
+always 카얫 124-126-345-1235-3
+always 카얬 124-126-345-1235-34
+always 카얭 124-126-345-1235-2356
+always 카얮 124-126-345-1235-13
+always 카얯 124-126-345-1235-23
+always 카얰 124-126-345-1235-235
+always 카얱 124-126-345-1235-236
+always 카얲 124-126-345-1235-256
+always 카얳 124-126-345-1235-356
+always 카어 124-126-234
+always 카억 124-126-1456
+always 카얶 124-126-1456-1
+always 카얷 124-126-1456-3
+always 카언 124-126-23456
+always 카얹 124-126-23456-13
+always 카얺 124-126-23456-356
+always 카얻 124-126-234-35
+always 카얼 124-126-2345
+always 카얽 124-126-2345-1
+always 카얾 124-126-2345-26
+always 카얿 124-126-2345-12
+always 카엀 124-126-2345-3
+always 카엁 124-126-2345-236
+always 카엂 124-126-2345-256
+always 카엃 124-126-2345-356
+always 카엄 124-126-234-26
+always 카업 124-126-234-12
+always 카없 124-126-234-12-3
+always 카엇 124-126-234-3
+always 카었 124-126-234-34
+always 카엉 124-126-234-2356
+always 카엊 124-126-234-13
+always 카엋 124-126-234-23
+always 카엌 124-126-234-235
+always 카엍 124-126-234-236
+always 카엎 124-126-234-256
+always 카엏 124-126-234-356
+always 카에 124-126-1345
+always 카엑 124-126-1345-1
+always 카엒 124-126-1345-1-1
+always 카엓 124-126-1345-1-3
+always 카엔 124-126-1345-25
+always 카엕 124-126-1345-25-13
+always 카엖 124-126-1345-25-356
+always 카엗 124-126-1345-35
+always 카엘 124-126-1345-2
+always 카엙 124-126-1345-2-1
+always 카엚 124-126-1345-2-26
+always 카엛 124-126-1345-2-12
+always 카엜 124-126-1345-2-3
+always 카엝 124-126-1345-2-236
+always 카엞 124-126-1345-2-256
+always 카엟 124-126-1345-2-356
+always 카엠 124-126-1345-26
+always 카엡 124-126-1345-12
+always 카엢 124-126-1345-12-3
+always 카엣 124-126-1345-3
+always 카엤 124-126-1345-34
+always 카엥 124-126-1345-2356
+always 카엦 124-126-1345-13
+always 카엧 124-126-1345-23
+always 카엨 124-126-1345-235
+always 카엩 124-126-1345-236
+always 카엪 124-126-1345-256
+always 카엫 124-126-1345-356
+always 카여 124-126-156
+always 카역 124-126-156-1
+always 카엮 124-126-156-1-1
+always 카엯 124-126-156-1-3
+always 카연 124-126-16
+always 카엱 124-126-16-13
+always 카엲 124-126-16-356
+always 카열 124-126-1256
+always 카엵 124-126-1256-1
+always 카엶 124-126-1256-26
+always 카엷 124-126-1256-12
+always 카엸 124-126-1256-3
+always 카엹 124-126-1256-236
+always 카엺 124-126-1256-256
+always 카엻 124-126-1256-356
+always 카염 124-126-156-26
+always 카엽 124-126-156-12
+always 카엾 124-126-156-12-3
+always 카엿 124-126-156-3
+always 카였 124-126-156-34
+always 카영 124-126-12456
+always 카옂 124-126-156-13
+always 카옃 124-126-156-23
+always 카옄 124-126-156-235
+always 카옅 124-126-156-236
+always 카옆 124-126-156-256
+always 카옇 124-126-156-356
+always 카예 124-126-34
+always 카옉 124-126-34-1
+always 카옊 124-126-34-1-1
+always 카옋 124-126-34-1-3
+always 카옌 124-126-34-25
+always 카옍 124-126-34-25-13
+always 카옎 124-126-34-25-356
+always 카옏 124-126-34-35
+always 카옐 124-126-34-2
+always 카옑 124-126-34-2-1
+always 카옒 124-126-34-2-26
+always 카옓 124-126-34-2-12
+always 카옔 124-126-34-2-3
+always 카옕 124-126-34-2-236
+always 카옖 124-126-34-2-256
+always 카옗 124-126-34-2-356
+always 카옘 124-126-34-26
+always 카옙 124-126-34-12
+always 카옚 124-126-34-12-3
+always 카옛 124-126-34-3
+always 카옜 124-126-34-34
+always 카옝 124-126-34-2356
+always 카옞 124-126-34-13
+always 카옟 124-126-34-23
+always 카옠 124-126-34-235
+always 카옡 124-126-34-236
+always 카옢 124-126-34-256
+always 카옣 124-126-34-356
+always 카오 124-126-136
+always 카옥 124-126-1346
+always 카옦 124-126-1346-1
+always 카옧 124-126-1346-3
+always 카온 124-126-12356
+always 카옩 124-126-12356-13
+always 카옪 124-126-12356-356
+always 카옫 124-126-136-35
+always 카올 124-126-136-2
+always 카옭 124-126-136-2-1
+always 카옮 124-126-136-2-26
+always 카옯 124-126-136-2-12
+always 카옰 124-126-136-2-3
+always 카옱 124-126-136-2-236
+always 카옲 124-126-136-2-256
+always 카옳 124-126-136-2-356
+always 카옴 124-126-136-26
+always 카옵 124-126-136-12
+always 카옶 124-126-136-12-3
+always 카옷 124-126-136-3
+always 카옸 124-126-136-34
+always 카옹 124-126-123456
+always 카옺 124-126-136-13
+always 카옻 124-126-136-23
+always 카옼 124-126-136-235
+always 카옽 124-126-136-236
+always 카옾 124-126-136-256
+always 카옿 124-126-136-356
+always 카와 124-126-1236
+always 카왁 124-126-1236-1
+always 카왂 124-126-1236-1-1
+always 카왃 124-126-1236-1-3
+always 카완 124-126-1236-25
+always 카왅 124-126-1236-25-13
+always 카왆 124-126-1236-25-356
+always 카왇 124-126-1236-35
+always 카왈 124-126-1236-2
+always 카왉 124-126-1236-2-1
+always 카왊 124-126-1236-2-26
+always 카왋 124-126-1236-2-12
+always 카왌 124-126-1236-2-3
+always 카왍 124-126-1236-2-236
+always 카왎 124-126-1236-2-256
+always 카왏 124-126-1236-2-356
+always 카왐 124-126-1236-26
+always 카왑 124-126-1236-12
+always 카왒 124-126-1236-12-3
+always 카왓 124-126-1236-3
+always 카왔 124-126-1236-34
+always 카왕 124-126-1236-2356
+always 카왖 124-126-1236-13
+always 카왗 124-126-1236-23
+always 카왘 124-126-1236-235
+always 카왙 124-126-1236-236
+always 카왚 124-126-1236-256
+always 카왛 124-126-1236-356
+always 카왜 124-126-1236-1235
+always 카왝 124-126-1236-1235-1
+always 카왞 124-126-1236-1235-1-1
+always 카왟 124-126-1236-1235-1-3
+always 카왠 124-126-1236-1235-25
+always 카왡 124-126-1236-1235-25-13
+always 카왢 124-126-1236-1235-25-356
+always 카왣 124-126-1236-1235-35
+always 카왤 124-126-1236-1235-2
+always 카왥 124-126-1236-1235-2-1
+always 카왦 124-126-1236-1235-2-26
+always 카왧 124-126-1236-1235-2-12
+always 카왨 124-126-1236-1235-2-3
+always 카왩 124-126-1236-1235-2-236
+always 카왪 124-126-1236-1235-2-256
+always 카왫 124-126-1236-1235-2-356
+always 카왬 124-126-1236-1235-26
+always 카왭 124-126-1236-1235-12
+always 카왮 124-126-1236-1235-12-3
+always 카왯 124-126-1236-1235-3
+always 카왰 124-126-1236-1235-34
+always 카왱 124-126-1236-1235-2356
+always 카왲 124-126-1236-1235-13
+always 카왳 124-126-1236-1235-23
+always 카왴 124-126-1236-1235-235
+always 카왵 124-126-1236-1235-236
+always 카왶 124-126-1236-1235-256
+always 카왷 124-126-1236-1235-356
+always 카외 124-126-13456
+always 카왹 124-126-13456-1
+always 카왺 124-126-13456-1-1
+always 카왻 124-126-13456-1-3
+always 카왼 124-126-13456-25
+always 카왽 124-126-13456-25-13
+always 카왾 124-126-13456-25-356
+always 카왿 124-126-13456-35
+always 카욀 124-126-13456-2
+always 카욁 124-126-13456-2-1
+always 카욂 124-126-13456-2-26
+always 카욃 124-126-13456-2-12
+always 카욄 124-126-13456-2-3
+always 카욅 124-126-13456-2-236
+always 카욆 124-126-13456-2-256
+always 카욇 124-126-13456-2-356
+always 카욈 124-126-13456-26
+always 카욉 124-126-13456-12
+always 카욊 124-126-13456-12-3
+always 카욋 124-126-13456-3
+always 카욌 124-126-13456-34
+always 카욍 124-126-13456-2356
+always 카욎 124-126-13456-13
+always 카욏 124-126-13456-23
+always 카욐 124-126-13456-235
+always 카욑 124-126-13456-236
+always 카욒 124-126-13456-256
+always 카욓 124-126-13456-356
+always 카요 124-126-346
+always 카욕 124-126-346-1
+always 카욖 124-126-346-1-1
+always 카욗 124-126-346-1-3
+always 카욘 124-126-346-25
+always 카욙 124-126-346-25-13
+always 카욚 124-126-346-25-356
+always 카욛 124-126-346-35
+always 카욜 124-126-346-2
+always 카욝 124-126-346-2-1
+always 카욞 124-126-346-2-26
+always 카욟 124-126-346-2-12
+always 카욠 124-126-346-2-3
+always 카욡 124-126-346-2-236
+always 카욢 124-126-346-2-256
+always 카욣 124-126-346-2-356
+always 카욤 124-126-346-26
+always 카욥 124-126-346-12
+always 카욦 124-126-346-12-3
+always 카욧 124-126-346-3
+always 카욨 124-126-346-34
+always 카용 124-126-346-2356
+always 카욪 124-126-346-13
+always 카욫 124-126-346-23
+always 카욬 124-126-346-235
+always 카욭 124-126-346-236
+always 카욮 124-126-346-256
+always 카욯 124-126-346-356
+always 카우 124-126-134
+always 카욱 124-126-134-1
+always 카욲 124-126-134-1-1
+always 카욳 124-126-134-1-3
+always 카운 124-126-1245
+always 카욵 124-126-1245-13
+always 카욶 124-126-1245-356
+always 카욷 124-126-134-35
+always 카울 124-126-12346
+always 카욹 124-126-12346-1
+always 카욺 124-126-12346-26
+always 카욻 124-126-12346-12
+always 카욼 124-126-12346-3
+always 카욽 124-126-12346-236
+always 카욾 124-126-12346-256
+always 카욿 124-126-12346-356
+always 카움 124-126-134-26
+always 카웁 124-126-134-12
+always 카웂 124-126-134-12-3
+always 카웃 124-126-134-3
+always 카웄 124-126-134-34
+always 카웅 124-126-134-2356
+always 카웆 124-126-134-13
+always 카웇 124-126-134-23
+always 카웈 124-126-134-235
+always 카웉 124-126-134-236
+always 카웊 124-126-134-256
+always 카웋 124-126-134-356
+always 카워 124-126-1234
+always 카웍 124-126-1234-1
+always 카웎 124-126-1234-1-1
+always 카웏 124-126-1234-1-3
+always 카원 124-126-1234-25
+always 카웑 124-126-1234-25-13
+always 카웒 124-126-1234-25-356
+always 카웓 124-126-1234-35
+always 카월 124-126-1234-2
+always 카웕 124-126-1234-2-1
+always 카웖 124-126-1234-2-26
+always 카웗 124-126-1234-2-12
+always 카웘 124-126-1234-2-3
+always 카웙 124-126-1234-2-236
+always 카웚 124-126-1234-2-256
+always 카웛 124-126-1234-2-356
+always 카웜 124-126-1234-26
+always 카웝 124-126-1234-12
+always 카웞 124-126-1234-12-3
+always 카웟 124-126-1234-3
+always 카웠 124-126-1234-34
+always 카웡 124-126-1234-2356
+always 카웢 124-126-1234-13
+always 카웣 124-126-1234-23
+always 카웤 124-126-1234-235
+always 카웥 124-126-1234-236
+always 카웦 124-126-1234-256
+always 카웧 124-126-1234-356
+always 카웨 124-126-1234-1235
+always 카웩 124-126-1234-1235-1
+always 카웪 124-126-1234-1235-1-1
+always 카웫 124-126-1234-1235-1-3
+always 카웬 124-126-1234-1235-25
+always 카웭 124-126-1234-1235-25-13
+always 카웮 124-126-1234-1235-25-356
+always 카웯 124-126-1234-1235-35
+always 카웰 124-126-1234-1235-2
+always 카웱 124-126-1234-1235-2-1
+always 카웲 124-126-1234-1235-2-26
+always 카웳 124-126-1234-1235-2-12
+always 카웴 124-126-1234-1235-2-3
+always 카웵 124-126-1234-1235-2-236
+always 카웶 124-126-1234-1235-2-256
+always 카웷 124-126-1234-1235-2-356
+always 카웸 124-126-1234-1235-26
+always 카웹 124-126-1234-1235-12
+always 카웺 124-126-1234-1235-12-3
+always 카웻 124-126-1234-1235-3
+always 카웼 124-126-1234-1235-34
+always 카웽 124-126-1234-1235-2356
+always 카웾 124-126-1234-1235-13
+always 카웿 124-126-1234-1235-23
+always 카윀 124-126-1234-1235-235
+always 카윁 124-126-1234-1235-236
+always 카윂 124-126-1234-1235-256
+always 카윃 124-126-1234-1235-356
+always 카위 124-126-134-1235
+always 카윅 124-126-134-1235-1
+always 카윆 124-126-134-1235-1-1
+always 카윇 124-126-134-1235-1-3
+always 카윈 124-126-134-1235-25
+always 카윉 124-126-134-1235-25-13
+always 카윊 124-126-134-1235-25-356
+always 카윋 124-126-134-1235-35
+always 카윌 124-126-134-1235-2
+always 카윍 124-126-134-1235-2-1
+always 카윎 124-126-134-1235-2-26
+always 카윏 124-126-134-1235-2-12
+always 카윐 124-126-134-1235-2-3
+always 카윑 124-126-134-1235-2-236
+always 카윒 124-126-134-1235-2-256
+always 카윓 124-126-134-1235-2-356
+always 카윔 124-126-134-1235-26
+always 카윕 124-126-134-1235-12
+always 카윖 124-126-134-1235-12-3
+always 카윗 124-126-134-1235-3
+always 카윘 124-126-134-1235-34
+always 카윙 124-126-134-1235-2356
+always 카윚 124-126-134-1235-13
+always 카윛 124-126-134-1235-23
+always 카윜 124-126-134-1235-235
+always 카윝 124-126-134-1235-236
+always 카윞 124-126-134-1235-256
+always 카윟 124-126-134-1235-356
+always 카유 124-126-146
+always 카육 124-126-146-1
+always 카윢 124-126-146-1-1
+always 카윣 124-126-146-1-3
+always 카윤 124-126-146-25
+always 카윥 124-126-146-25-13
+always 카윦 124-126-146-25-356
+always 카윧 124-126-146-35
+always 카율 124-126-146-2
+always 카윩 124-126-146-2-1
+always 카윪 124-126-146-2-26
+always 카윫 124-126-146-2-12
+always 카윬 124-126-146-2-3
+always 카윭 124-126-146-2-236
+always 카윮 124-126-146-2-256
+always 카윯 124-126-146-2-356
+always 카윰 124-126-146-26
+always 카윱 124-126-146-12
+always 카윲 124-126-146-12-3
+always 카윳 124-126-146-3
+always 카윴 124-126-146-34
+always 카융 124-126-146-2356
+always 카윶 124-126-146-13
+always 카윷 124-126-146-23
+always 카윸 124-126-146-235
+always 카윹 124-126-146-236
+always 카윺 124-126-146-256
+always 카윻 124-126-146-356
+always 카으 124-126-246
+always 카윽 124-126-246-1
+always 카윾 124-126-246-1-1
+always 카윿 124-126-246-1-3
+always 카은 124-126-1356
+always 카읁 124-126-1356-13
+always 카읂 124-126-1356-356
+always 카읃 124-126-246-35
+always 카을 124-126-2346
+always 카읅 124-126-2346-1
+always 카읆 124-126-2346-26
+always 카읇 124-126-2346-12
+always 카읈 124-126-2346-3
+always 카읉 124-126-2346-236
+always 카읊 124-126-2346-256
+always 카읋 124-126-2346-356
+always 카음 124-126-246-26
+always 카읍 124-126-246-12
+always 카읎 124-126-246-12-3
+always 카읏 124-126-246-3
+always 카읐 124-126-246-34
+always 카응 124-126-246-2356
+always 카읒 124-126-246-13
+always 카읓 124-126-246-23
+always 카읔 124-126-246-235
+always 카읕 124-126-246-236
+always 카읖 124-126-246-256
+always 카읗 124-126-246-356
+always 카의 124-126-2456
+always 카읙 124-126-2456-1
+always 카읚 124-126-2456-1-1
+always 카읛 124-126-2456-1-3
+always 카읜 124-126-2456-25
+always 카읝 124-126-2456-25-13
+always 카읞 124-126-2456-25-356
+always 카읟 124-126-2456-35
+always 카읠 124-126-2456-2
+always 카읡 124-126-2456-2-1
+always 카읢 124-126-2456-2-26
+always 카읣 124-126-2456-2-12
+always 카읤 124-126-2456-2-3
+always 카읥 124-126-2456-2-236
+always 카읦 124-126-2456-2-256
+always 카읧 124-126-2456-2-356
+always 카읨 124-126-2456-26
+always 카읩 124-126-2456-12
+always 카읪 124-126-2456-12-3
+always 카읫 124-126-2456-3
+always 카읬 124-126-2456-34
+always 카읭 124-126-2456-2356
+always 카읮 124-126-2456-13
+always 카읯 124-126-2456-23
+always 카읰 124-126-2456-235
+always 카읱 124-126-2456-236
+always 카읲 124-126-2456-256
+always 카읳 124-126-2456-356
+always 카이 124-126-135
+always 카익 124-126-135-1
+always 카읶 124-126-135-1-1
+always 카읷 124-126-135-1-3
+always 카인 124-126-12345
+always 카읹 124-126-12345-13
+always 카읺 124-126-12345-356
+always 카읻 124-126-135-35
+always 카일 124-126-135-2
+always 카읽 124-126-135-2-1
+always 카읾 124-126-135-2-26
+always 카읿 124-126-135-2-12
+always 카잀 124-126-135-2-3
+always 카잁 124-126-135-2-236
+always 카잂 124-126-135-2-256
+always 카잃 124-126-135-2-356
+always 카임 124-126-135-26
+always 카입 124-126-135-12
+always 카잆 124-126-135-12-3
+always 카잇 124-126-135-3
+always 카있 124-126-135-34
+always 카잉 124-126-135-2356
+always 카잊 124-126-135-13
+always 카잋 124-126-135-23
+always 카잌 124-126-135-235
+always 카잍 124-126-135-236
+always 카잎 124-126-135-256
+always 카잏 124-126-135-356
+always 타아 125-126-126
+always 타악 125-126-126-1
+always 타앆 125-126-126-1-1
+always 타앇 125-126-126-1-3
+always 타안 125-126-126-25
+always 타앉 125-126-126-25-13
+always 타않 125-126-126-25-356
+always 타앋 125-126-126-35
+always 타알 125-126-126-2
+always 타앍 125-126-126-2-1
+always 타앎 125-126-126-2-26
+always 타앏 125-126-126-2-12
+always 타앐 125-126-126-2-3
+always 타앑 125-126-126-2-236
+always 타앒 125-126-126-2-256
+always 타앓 125-126-126-2-356
+always 타암 125-126-126-26
+always 타압 125-126-126-12
+always 타앖 125-126-126-12-3
+always 타앗 125-126-126-3
+always 타았 125-126-126-34
+always 타앙 125-126-126-2356
+always 타앚 125-126-126-13
+always 타앛 125-126-126-23
+always 타앜 125-126-126-235
+always 타앝 125-126-126-236
+always 타앞 125-126-126-256
+always 타앟 125-126-126-356
+always 타애 125-126-1235
+always 타액 125-126-1235-1
+always 타앢 125-126-1235-1-1
+always 타앣 125-126-1235-1-3
+always 타앤 125-126-1235-25
+always 타앥 125-126-1235-25-13
+always 타앦 125-126-1235-25-356
+always 타앧 125-126-1235-35
+always 타앨 125-126-1235-2
+always 타앩 125-126-1235-2-1
+always 타앪 125-126-1235-2-26
+always 타앫 125-126-1235-2-12
+always 타앬 125-126-1235-2-3
+always 타앭 125-126-1235-2-236
+always 타앮 125-126-1235-2-256
+always 타앯 125-126-1235-2-356
+always 타앰 125-126-1235-26
+always 타앱 125-126-1235-12
+always 타앲 125-126-1235-12-3
+always 타앳 125-126-1235-3
+always 타앴 125-126-1235-34
+always 타앵 125-126-1235-2356
+always 타앶 125-126-1235-13
+always 타앷 125-126-1235-23
+always 타앸 125-126-1235-235
+always 타앹 125-126-1235-236
+always 타앺 125-126-1235-256
+always 타앻 125-126-1235-356
+always 타야 125-126-345
+always 타약 125-126-345-1
+always 타앾 125-126-345-1-1
+always 타앿 125-126-345-1-3
+always 타얀 125-126-345-25
+always 타얁 125-126-345-25-13
+always 타얂 125-126-345-25-356
+always 타얃 125-126-345-35
+always 타얄 125-126-345-2
+always 타얅 125-126-345-2-1
+always 타얆 125-126-345-2-26
+always 타얇 125-126-345-2-12
+always 타얈 125-126-345-2-3
+always 타얉 125-126-345-2-236
+always 타얊 125-126-345-2-256
+always 타얋 125-126-345-2-356
+always 타얌 125-126-345-26
+always 타얍 125-126-345-12
+always 타얎 125-126-345-12-3
+always 타얏 125-126-345-3
+always 타얐 125-126-345-34
+always 타양 125-126-345-2356
+always 타얒 125-126-345-13
+always 타얓 125-126-345-23
+always 타얔 125-126-345-235
+always 타얕 125-126-345-236
+always 타얖 125-126-345-256
+always 타얗 125-126-345-356
+always 타얘 125-126-345-1235
+always 타얙 125-126-345-1235-1
+always 타얚 125-126-345-1235-1-1
+always 타얛 125-126-345-1235-1-3
+always 타얜 125-126-345-1235-25
+always 타얝 125-126-345-1235-25-13
+always 타얞 125-126-345-1235-25-356
+always 타얟 125-126-345-1235-35
+always 타얠 125-126-345-1235-2
+always 타얡 125-126-345-1235-2-1
+always 타얢 125-126-345-1235-2-26
+always 타얣 125-126-345-1235-2-12
+always 타얤 125-126-345-1235-2-3
+always 타얥 125-126-345-1235-2-236
+always 타얦 125-126-345-1235-2-256
+always 타얧 125-126-345-1235-2-356
+always 타얨 125-126-345-1235-26
+always 타얩 125-126-345-1235-12
+always 타얪 125-126-345-1235-12-3
+always 타얫 125-126-345-1235-3
+always 타얬 125-126-345-1235-34
+always 타얭 125-126-345-1235-2356
+always 타얮 125-126-345-1235-13
+always 타얯 125-126-345-1235-23
+always 타얰 125-126-345-1235-235
+always 타얱 125-126-345-1235-236
+always 타얲 125-126-345-1235-256
+always 타얳 125-126-345-1235-356
+always 타어 125-126-234
+always 타억 125-126-1456
+always 타얶 125-126-1456-1
+always 타얷 125-126-1456-3
+always 타언 125-126-23456
+always 타얹 125-126-23456-13
+always 타얺 125-126-23456-356
+always 타얻 125-126-234-35
+always 타얼 125-126-2345
+always 타얽 125-126-2345-1
+always 타얾 125-126-2345-26
+always 타얿 125-126-2345-12
+always 타엀 125-126-2345-3
+always 타엁 125-126-2345-236
+always 타엂 125-126-2345-256
+always 타엃 125-126-2345-356
+always 타엄 125-126-234-26
+always 타업 125-126-234-12
+always 타없 125-126-234-12-3
+always 타엇 125-126-234-3
+always 타었 125-126-234-34
+always 타엉 125-126-234-2356
+always 타엊 125-126-234-13
+always 타엋 125-126-234-23
+always 타엌 125-126-234-235
+always 타엍 125-126-234-236
+always 타엎 125-126-234-256
+always 타엏 125-126-234-356
+always 타에 125-126-1345
+always 타엑 125-126-1345-1
+always 타엒 125-126-1345-1-1
+always 타엓 125-126-1345-1-3
+always 타엔 125-126-1345-25
+always 타엕 125-126-1345-25-13
+always 타엖 125-126-1345-25-356
+always 타엗 125-126-1345-35
+always 타엘 125-126-1345-2
+always 타엙 125-126-1345-2-1
+always 타엚 125-126-1345-2-26
+always 타엛 125-126-1345-2-12
+always 타엜 125-126-1345-2-3
+always 타엝 125-126-1345-2-236
+always 타엞 125-126-1345-2-256
+always 타엟 125-126-1345-2-356
+always 타엠 125-126-1345-26
+always 타엡 125-126-1345-12
+always 타엢 125-126-1345-12-3
+always 타엣 125-126-1345-3
+always 타엤 125-126-1345-34
+always 타엥 125-126-1345-2356
+always 타엦 125-126-1345-13
+always 타엧 125-126-1345-23
+always 타엨 125-126-1345-235
+always 타엩 125-126-1345-236
+always 타엪 125-126-1345-256
+always 타엫 125-126-1345-356
+always 타여 125-126-156
+always 타역 125-126-156-1
+always 타엮 125-126-156-1-1
+always 타엯 125-126-156-1-3
+always 타연 125-126-16
+always 타엱 125-126-16-13
+always 타엲 125-126-16-356
+always 타열 125-126-1256
+always 타엵 125-126-1256-1
+always 타엶 125-126-1256-26
+always 타엷 125-126-1256-12
+always 타엸 125-126-1256-3
+always 타엹 125-126-1256-236
+always 타엺 125-126-1256-256
+always 타엻 125-126-1256-356
+always 타염 125-126-156-26
+always 타엽 125-126-156-12
+always 타엾 125-126-156-12-3
+always 타엿 125-126-156-3
+always 타였 125-126-156-34
+always 타영 125-126-12456
+always 타옂 125-126-156-13
+always 타옃 125-126-156-23
+always 타옄 125-126-156-235
+always 타옅 125-126-156-236
+always 타옆 125-126-156-256
+always 타옇 125-126-156-356
+always 타예 125-126-34
+always 타옉 125-126-34-1
+always 타옊 125-126-34-1-1
+always 타옋 125-126-34-1-3
+always 타옌 125-126-34-25
+always 타옍 125-126-34-25-13
+always 타옎 125-126-34-25-356
+always 타옏 125-126-34-35
+always 타옐 125-126-34-2
+always 타옑 125-126-34-2-1
+always 타옒 125-126-34-2-26
+always 타옓 125-126-34-2-12
+always 타옔 125-126-34-2-3
+always 타옕 125-126-34-2-236
+always 타옖 125-126-34-2-256
+always 타옗 125-126-34-2-356
+always 타옘 125-126-34-26
+always 타옙 125-126-34-12
+always 타옚 125-126-34-12-3
+always 타옛 125-126-34-3
+always 타옜 125-126-34-34
+always 타옝 125-126-34-2356
+always 타옞 125-126-34-13
+always 타옟 125-126-34-23
+always 타옠 125-126-34-235
+always 타옡 125-126-34-236
+always 타옢 125-126-34-256
+always 타옣 125-126-34-356
+always 타오 125-126-136
+always 타옥 125-126-1346
+always 타옦 125-126-1346-1
+always 타옧 125-126-1346-3
+always 타온 125-126-12356
+always 타옩 125-126-12356-13
+always 타옪 125-126-12356-356
+always 타옫 125-126-136-35
+always 타올 125-126-136-2
+always 타옭 125-126-136-2-1
+always 타옮 125-126-136-2-26
+always 타옯 125-126-136-2-12
+always 타옰 125-126-136-2-3
+always 타옱 125-126-136-2-236
+always 타옲 125-126-136-2-256
+always 타옳 125-126-136-2-356
+always 타옴 125-126-136-26
+always 타옵 125-126-136-12
+always 타옶 125-126-136-12-3
+always 타옷 125-126-136-3
+always 타옸 125-126-136-34
+always 타옹 125-126-123456
+always 타옺 125-126-136-13
+always 타옻 125-126-136-23
+always 타옼 125-126-136-235
+always 타옽 125-126-136-236
+always 타옾 125-126-136-256
+always 타옿 125-126-136-356
+always 타와 125-126-1236
+always 타왁 125-126-1236-1
+always 타왂 125-126-1236-1-1
+always 타왃 125-126-1236-1-3
+always 타완 125-126-1236-25
+always 타왅 125-126-1236-25-13
+always 타왆 125-126-1236-25-356
+always 타왇 125-126-1236-35
+always 타왈 125-126-1236-2
+always 타왉 125-126-1236-2-1
+always 타왊 125-126-1236-2-26
+always 타왋 125-126-1236-2-12
+always 타왌 125-126-1236-2-3
+always 타왍 125-126-1236-2-236
+always 타왎 125-126-1236-2-256
+always 타왏 125-126-1236-2-356
+always 타왐 125-126-1236-26
+always 타왑 125-126-1236-12
+always 타왒 125-126-1236-12-3
+always 타왓 125-126-1236-3
+always 타왔 125-126-1236-34
+always 타왕 125-126-1236-2356
+always 타왖 125-126-1236-13
+always 타왗 125-126-1236-23
+always 타왘 125-126-1236-235
+always 타왙 125-126-1236-236
+always 타왚 125-126-1236-256
+always 타왛 125-126-1236-356
+always 타왜 125-126-1236-1235
+always 타왝 125-126-1236-1235-1
+always 타왞 125-126-1236-1235-1-1
+always 타왟 125-126-1236-1235-1-3
+always 타왠 125-126-1236-1235-25
+always 타왡 125-126-1236-1235-25-13
+always 타왢 125-126-1236-1235-25-356
+always 타왣 125-126-1236-1235-35
+always 타왤 125-126-1236-1235-2
+always 타왥 125-126-1236-1235-2-1
+always 타왦 125-126-1236-1235-2-26
+always 타왧 125-126-1236-1235-2-12
+always 타왨 125-126-1236-1235-2-3
+always 타왩 125-126-1236-1235-2-236
+always 타왪 125-126-1236-1235-2-256
+always 타왫 125-126-1236-1235-2-356
+always 타왬 125-126-1236-1235-26
+always 타왭 125-126-1236-1235-12
+always 타왮 125-126-1236-1235-12-3
+always 타왯 125-126-1236-1235-3
+always 타왰 125-126-1236-1235-34
+always 타왱 125-126-1236-1235-2356
+always 타왲 125-126-1236-1235-13
+always 타왳 125-126-1236-1235-23
+always 타왴 125-126-1236-1235-235
+always 타왵 125-126-1236-1235-236
+always 타왶 125-126-1236-1235-256
+always 타왷 125-126-1236-1235-356
+always 타외 125-126-13456
+always 타왹 125-126-13456-1
+always 타왺 125-126-13456-1-1
+always 타왻 125-126-13456-1-3
+always 타왼 125-126-13456-25
+always 타왽 125-126-13456-25-13
+always 타왾 125-126-13456-25-356
+always 타왿 125-126-13456-35
+always 타욀 125-126-13456-2
+always 타욁 125-126-13456-2-1
+always 타욂 125-126-13456-2-26
+always 타욃 125-126-13456-2-12
+always 타욄 125-126-13456-2-3
+always 타욅 125-126-13456-2-236
+always 타욆 125-126-13456-2-256
+always 타욇 125-126-13456-2-356
+always 타욈 125-126-13456-26
+always 타욉 125-126-13456-12
+always 타욊 125-126-13456-12-3
+always 타욋 125-126-13456-3
+always 타욌 125-126-13456-34
+always 타욍 125-126-13456-2356
+always 타욎 125-126-13456-13
+always 타욏 125-126-13456-23
+always 타욐 125-126-13456-235
+always 타욑 125-126-13456-236
+always 타욒 125-126-13456-256
+always 타욓 125-126-13456-356
+always 타요 125-126-346
+always 타욕 125-126-346-1
+always 타욖 125-126-346-1-1
+always 타욗 125-126-346-1-3
+always 타욘 125-126-346-25
+always 타욙 125-126-346-25-13
+always 타욚 125-126-346-25-356
+always 타욛 125-126-346-35
+always 타욜 125-126-346-2
+always 타욝 125-126-346-2-1
+always 타욞 125-126-346-2-26
+always 타욟 125-126-346-2-12
+always 타욠 125-126-346-2-3
+always 타욡 125-126-346-2-236
+always 타욢 125-126-346-2-256
+always 타욣 125-126-346-2-356
+always 타욤 125-126-346-26
+always 타욥 125-126-346-12
+always 타욦 125-126-346-12-3
+always 타욧 125-126-346-3
+always 타욨 125-126-346-34
+always 타용 125-126-346-2356
+always 타욪 125-126-346-13
+always 타욫 125-126-346-23
+always 타욬 125-126-346-235
+always 타욭 125-126-346-236
+always 타욮 125-126-346-256
+always 타욯 125-126-346-356
+always 타우 125-126-134
+always 타욱 125-126-134-1
+always 타욲 125-126-134-1-1
+always 타욳 125-126-134-1-3
+always 타운 125-126-1245
+always 타욵 125-126-1245-13
+always 타욶 125-126-1245-356
+always 타욷 125-126-134-35
+always 타울 125-126-12346
+always 타욹 125-126-12346-1
+always 타욺 125-126-12346-26
+always 타욻 125-126-12346-12
+always 타욼 125-126-12346-3
+always 타욽 125-126-12346-236
+always 타욾 125-126-12346-256
+always 타욿 125-126-12346-356
+always 타움 125-126-134-26
+always 타웁 125-126-134-12
+always 타웂 125-126-134-12-3
+always 타웃 125-126-134-3
+always 타웄 125-126-134-34
+always 타웅 125-126-134-2356
+always 타웆 125-126-134-13
+always 타웇 125-126-134-23
+always 타웈 125-126-134-235
+always 타웉 125-126-134-236
+always 타웊 125-126-134-256
+always 타웋 125-126-134-356
+always 타워 125-126-1234
+always 타웍 125-126-1234-1
+always 타웎 125-126-1234-1-1
+always 타웏 125-126-1234-1-3
+always 타원 125-126-1234-25
+always 타웑 125-126-1234-25-13
+always 타웒 125-126-1234-25-356
+always 타웓 125-126-1234-35
+always 타월 125-126-1234-2
+always 타웕 125-126-1234-2-1
+always 타웖 125-126-1234-2-26
+always 타웗 125-126-1234-2-12
+always 타웘 125-126-1234-2-3
+always 타웙 125-126-1234-2-236
+always 타웚 125-126-1234-2-256
+always 타웛 125-126-1234-2-356
+always 타웜 125-126-1234-26
+always 타웝 125-126-1234-12
+always 타웞 125-126-1234-12-3
+always 타웟 125-126-1234-3
+always 타웠 125-126-1234-34
+always 타웡 125-126-1234-2356
+always 타웢 125-126-1234-13
+always 타웣 125-126-1234-23
+always 타웤 125-126-1234-235
+always 타웥 125-126-1234-236
+always 타웦 125-126-1234-256
+always 타웧 125-126-1234-356
+always 타웨 125-126-1234-1235
+always 타웩 125-126-1234-1235-1
+always 타웪 125-126-1234-1235-1-1
+always 타웫 125-126-1234-1235-1-3
+always 타웬 125-126-1234-1235-25
+always 타웭 125-126-1234-1235-25-13
+always 타웮 125-126-1234-1235-25-356
+always 타웯 125-126-1234-1235-35
+always 타웰 125-126-1234-1235-2
+always 타웱 125-126-1234-1235-2-1
+always 타웲 125-126-1234-1235-2-26
+always 타웳 125-126-1234-1235-2-12
+always 타웴 125-126-1234-1235-2-3
+always 타웵 125-126-1234-1235-2-236
+always 타웶 125-126-1234-1235-2-256
+always 타웷 125-126-1234-1235-2-356
+always 타웸 125-126-1234-1235-26
+always 타웹 125-126-1234-1235-12
+always 타웺 125-126-1234-1235-12-3
+always 타웻 125-126-1234-1235-3
+always 타웼 125-126-1234-1235-34
+always 타웽 125-126-1234-1235-2356
+always 타웾 125-126-1234-1235-13
+always 타웿 125-126-1234-1235-23
+always 타윀 125-126-1234-1235-235
+always 타윁 125-126-1234-1235-236
+always 타윂 125-126-1234-1235-256
+always 타윃 125-126-1234-1235-356
+always 타위 125-126-134-1235
+always 타윅 125-126-134-1235-1
+always 타윆 125-126-134-1235-1-1
+always 타윇 125-126-134-1235-1-3
+always 타윈 125-126-134-1235-25
+always 타윉 125-126-134-1235-25-13
+always 타윊 125-126-134-1235-25-356
+always 타윋 125-126-134-1235-35
+always 타윌 125-126-134-1235-2
+always 타윍 125-126-134-1235-2-1
+always 타윎 125-126-134-1235-2-26
+always 타윏 125-126-134-1235-2-12
+always 타윐 125-126-134-1235-2-3
+always 타윑 125-126-134-1235-2-236
+always 타윒 125-126-134-1235-2-256
+always 타윓 125-126-134-1235-2-356
+always 타윔 125-126-134-1235-26
+always 타윕 125-126-134-1235-12
+always 타윖 125-126-134-1235-12-3
+always 타윗 125-126-134-1235-3
+always 타윘 125-126-134-1235-34
+always 타윙 125-126-134-1235-2356
+always 타윚 125-126-134-1235-13
+always 타윛 125-126-134-1235-23
+always 타윜 125-126-134-1235-235
+always 타윝 125-126-134-1235-236
+always 타윞 125-126-134-1235-256
+always 타윟 125-126-134-1235-356
+always 타유 125-126-146
+always 타육 125-126-146-1
+always 타윢 125-126-146-1-1
+always 타윣 125-126-146-1-3
+always 타윤 125-126-146-25
+always 타윥 125-126-146-25-13
+always 타윦 125-126-146-25-356
+always 타윧 125-126-146-35
+always 타율 125-126-146-2
+always 타윩 125-126-146-2-1
+always 타윪 125-126-146-2-26
+always 타윫 125-126-146-2-12
+always 타윬 125-126-146-2-3
+always 타윭 125-126-146-2-236
+always 타윮 125-126-146-2-256
+always 타윯 125-126-146-2-356
+always 타윰 125-126-146-26
+always 타윱 125-126-146-12
+always 타윲 125-126-146-12-3
+always 타윳 125-126-146-3
+always 타윴 125-126-146-34
+always 타융 125-126-146-2356
+always 타윶 125-126-146-13
+always 타윷 125-126-146-23
+always 타윸 125-126-146-235
+always 타윹 125-126-146-236
+always 타윺 125-126-146-256
+always 타윻 125-126-146-356
+always 타으 125-126-246
+always 타윽 125-126-246-1
+always 타윾 125-126-246-1-1
+always 타윿 125-126-246-1-3
+always 타은 125-126-1356
+always 타읁 125-126-1356-13
+always 타읂 125-126-1356-356
+always 타읃 125-126-246-35
+always 타을 125-126-2346
+always 타읅 125-126-2346-1
+always 타읆 125-126-2346-26
+always 타읇 125-126-2346-12
+always 타읈 125-126-2346-3
+always 타읉 125-126-2346-236
+always 타읊 125-126-2346-256
+always 타읋 125-126-2346-356
+always 타음 125-126-246-26
+always 타읍 125-126-246-12
+always 타읎 125-126-246-12-3
+always 타읏 125-126-246-3
+always 타읐 125-126-246-34
+always 타응 125-126-246-2356
+always 타읒 125-126-246-13
+always 타읓 125-126-246-23
+always 타읔 125-126-246-235
+always 타읕 125-126-246-236
+always 타읖 125-126-246-256
+always 타읗 125-126-246-356
+always 타의 125-126-2456
+always 타읙 125-126-2456-1
+always 타읚 125-126-2456-1-1
+always 타읛 125-126-2456-1-3
+always 타읜 125-126-2456-25
+always 타읝 125-126-2456-25-13
+always 타읞 125-126-2456-25-356
+always 타읟 125-126-2456-35
+always 타읠 125-126-2456-2
+always 타읡 125-126-2456-2-1
+always 타읢 125-126-2456-2-26
+always 타읣 125-126-2456-2-12
+always 타읤 125-126-2456-2-3
+always 타읥 125-126-2456-2-236
+always 타읦 125-126-2456-2-256
+always 타읧 125-126-2456-2-356
+always 타읨 125-126-2456-26
+always 타읩 125-126-2456-12
+always 타읪 125-126-2456-12-3
+always 타읫 125-126-2456-3
+always 타읬 125-126-2456-34
+always 타읭 125-126-2456-2356
+always 타읮 125-126-2456-13
+always 타읯 125-126-2456-23
+always 타읰 125-126-2456-235
+always 타읱 125-126-2456-236
+always 타읲 125-126-2456-256
+always 타읳 125-126-2456-356
+always 타이 125-126-135
+always 타익 125-126-135-1
+always 타읶 125-126-135-1-1
+always 타읷 125-126-135-1-3
+always 타인 125-126-12345
+always 타읹 125-126-12345-13
+always 타읺 125-126-12345-356
+always 타읻 125-126-135-35
+always 타일 125-126-135-2
+always 타읽 125-126-135-2-1
+always 타읾 125-126-135-2-26
+always 타읿 125-126-135-2-12
+always 타잀 125-126-135-2-3
+always 타잁 125-126-135-2-236
+always 타잂 125-126-135-2-256
+always 타잃 125-126-135-2-356
+always 타임 125-126-135-26
+always 타입 125-126-135-12
+always 타잆 125-126-135-12-3
+always 타잇 125-126-135-3
+always 타있 125-126-135-34
+always 타잉 125-126-135-2356
+always 타잊 125-126-135-13
+always 타잋 125-126-135-23
+always 타잌 125-126-135-235
+always 타잍 125-126-135-236
+always 타잎 125-126-135-256
+always 타잏 125-126-135-356
+always 파아 145-126-126
+always 파악 145-126-126-1
+always 파앆 145-126-126-1-1
+always 파앇 145-126-126-1-3
+always 파안 145-126-126-25
+always 파앉 145-126-126-25-13
+always 파않 145-126-126-25-356
+always 파앋 145-126-126-35
+always 파알 145-126-126-2
+always 파앍 145-126-126-2-1
+always 파앎 145-126-126-2-26
+always 파앏 145-126-126-2-12
+always 파앐 145-126-126-2-3
+always 파앑 145-126-126-2-236
+always 파앒 145-126-126-2-256
+always 파앓 145-126-126-2-356
+always 파암 145-126-126-26
+always 파압 145-126-126-12
+always 파앖 145-126-126-12-3
+always 파앗 145-126-126-3
+always 파았 145-126-126-34
+always 파앙 145-126-126-2356
+always 파앚 145-126-126-13
+always 파앛 145-126-126-23
+always 파앜 145-126-126-235
+always 파앝 145-126-126-236
+always 파앞 145-126-126-256
+always 파앟 145-126-126-356
+always 파애 145-126-1235
+always 파액 145-126-1235-1
+always 파앢 145-126-1235-1-1
+always 파앣 145-126-1235-1-3
+always 파앤 145-126-1235-25
+always 파앥 145-126-1235-25-13
+always 파앦 145-126-1235-25-356
+always 파앧 145-126-1235-35
+always 파앨 145-126-1235-2
+always 파앩 145-126-1235-2-1
+always 파앪 145-126-1235-2-26
+always 파앫 145-126-1235-2-12
+always 파앬 145-126-1235-2-3
+always 파앭 145-126-1235-2-236
+always 파앮 145-126-1235-2-256
+always 파앯 145-126-1235-2-356
+always 파앰 145-126-1235-26
+always 파앱 145-126-1235-12
+always 파앲 145-126-1235-12-3
+always 파앳 145-126-1235-3
+always 파앴 145-126-1235-34
+always 파앵 145-126-1235-2356
+always 파앶 145-126-1235-13
+always 파앷 145-126-1235-23
+always 파앸 145-126-1235-235
+always 파앹 145-126-1235-236
+always 파앺 145-126-1235-256
+always 파앻 145-126-1235-356
+always 파야 145-126-345
+always 파약 145-126-345-1
+always 파앾 145-126-345-1-1
+always 파앿 145-126-345-1-3
+always 파얀 145-126-345-25
+always 파얁 145-126-345-25-13
+always 파얂 145-126-345-25-356
+always 파얃 145-126-345-35
+always 파얄 145-126-345-2
+always 파얅 145-126-345-2-1
+always 파얆 145-126-345-2-26
+always 파얇 145-126-345-2-12
+always 파얈 145-126-345-2-3
+always 파얉 145-126-345-2-236
+always 파얊 145-126-345-2-256
+always 파얋 145-126-345-2-356
+always 파얌 145-126-345-26
+always 파얍 145-126-345-12
+always 파얎 145-126-345-12-3
+always 파얏 145-126-345-3
+always 파얐 145-126-345-34
+always 파양 145-126-345-2356
+always 파얒 145-126-345-13
+always 파얓 145-126-345-23
+always 파얔 145-126-345-235
+always 파얕 145-126-345-236
+always 파얖 145-126-345-256
+always 파얗 145-126-345-356
+always 파얘 145-126-345-1235
+always 파얙 145-126-345-1235-1
+always 파얚 145-126-345-1235-1-1
+always 파얛 145-126-345-1235-1-3
+always 파얜 145-126-345-1235-25
+always 파얝 145-126-345-1235-25-13
+always 파얞 145-126-345-1235-25-356
+always 파얟 145-126-345-1235-35
+always 파얠 145-126-345-1235-2
+always 파얡 145-126-345-1235-2-1
+always 파얢 145-126-345-1235-2-26
+always 파얣 145-126-345-1235-2-12
+always 파얤 145-126-345-1235-2-3
+always 파얥 145-126-345-1235-2-236
+always 파얦 145-126-345-1235-2-256
+always 파얧 145-126-345-1235-2-356
+always 파얨 145-126-345-1235-26
+always 파얩 145-126-345-1235-12
+always 파얪 145-126-345-1235-12-3
+always 파얫 145-126-345-1235-3
+always 파얬 145-126-345-1235-34
+always 파얭 145-126-345-1235-2356
+always 파얮 145-126-345-1235-13
+always 파얯 145-126-345-1235-23
+always 파얰 145-126-345-1235-235
+always 파얱 145-126-345-1235-236
+always 파얲 145-126-345-1235-256
+always 파얳 145-126-345-1235-356
+always 파어 145-126-234
+always 파억 145-126-1456
+always 파얶 145-126-1456-1
+always 파얷 145-126-1456-3
+always 파언 145-126-23456
+always 파얹 145-126-23456-13
+always 파얺 145-126-23456-356
+always 파얻 145-126-234-35
+always 파얼 145-126-2345
+always 파얽 145-126-2345-1
+always 파얾 145-126-2345-26
+always 파얿 145-126-2345-12
+always 파엀 145-126-2345-3
+always 파엁 145-126-2345-236
+always 파엂 145-126-2345-256
+always 파엃 145-126-2345-356
+always 파엄 145-126-234-26
+always 파업 145-126-234-12
+always 파없 145-126-234-12-3
+always 파엇 145-126-234-3
+always 파었 145-126-234-34
+always 파엉 145-126-234-2356
+always 파엊 145-126-234-13
+always 파엋 145-126-234-23
+always 파엌 145-126-234-235
+always 파엍 145-126-234-236
+always 파엎 145-126-234-256
+always 파엏 145-126-234-356
+always 파에 145-126-1345
+always 파엑 145-126-1345-1
+always 파엒 145-126-1345-1-1
+always 파엓 145-126-1345-1-3
+always 파엔 145-126-1345-25
+always 파엕 145-126-1345-25-13
+always 파엖 145-126-1345-25-356
+always 파엗 145-126-1345-35
+always 파엘 145-126-1345-2
+always 파엙 145-126-1345-2-1
+always 파엚 145-126-1345-2-26
+always 파엛 145-126-1345-2-12
+always 파엜 145-126-1345-2-3
+always 파엝 145-126-1345-2-236
+always 파엞 145-126-1345-2-256
+always 파엟 145-126-1345-2-356
+always 파엠 145-126-1345-26
+always 파엡 145-126-1345-12
+always 파엢 145-126-1345-12-3
+always 파엣 145-126-1345-3
+always 파엤 145-126-1345-34
+always 파엥 145-126-1345-2356
+always 파엦 145-126-1345-13
+always 파엧 145-126-1345-23
+always 파엨 145-126-1345-235
+always 파엩 145-126-1345-236
+always 파엪 145-126-1345-256
+always 파엫 145-126-1345-356
+always 파여 145-126-156
+always 파역 145-126-156-1
+always 파엮 145-126-156-1-1
+always 파엯 145-126-156-1-3
+always 파연 145-126-16
+always 파엱 145-126-16-13
+always 파엲 145-126-16-356
+always 파열 145-126-1256
+always 파엵 145-126-1256-1
+always 파엶 145-126-1256-26
+always 파엷 145-126-1256-12
+always 파엸 145-126-1256-3
+always 파엹 145-126-1256-236
+always 파엺 145-126-1256-256
+always 파엻 145-126-1256-356
+always 파염 145-126-156-26
+always 파엽 145-126-156-12
+always 파엾 145-126-156-12-3
+always 파엿 145-126-156-3
+always 파였 145-126-156-34
+always 파영 145-126-12456
+always 파옂 145-126-156-13
+always 파옃 145-126-156-23
+always 파옄 145-126-156-235
+always 파옅 145-126-156-236
+always 파옆 145-126-156-256
+always 파옇 145-126-156-356
+always 파예 145-126-34
+always 파옉 145-126-34-1
+always 파옊 145-126-34-1-1
+always 파옋 145-126-34-1-3
+always 파옌 145-126-34-25
+always 파옍 145-126-34-25-13
+always 파옎 145-126-34-25-356
+always 파옏 145-126-34-35
+always 파옐 145-126-34-2
+always 파옑 145-126-34-2-1
+always 파옒 145-126-34-2-26
+always 파옓 145-126-34-2-12
+always 파옔 145-126-34-2-3
+always 파옕 145-126-34-2-236
+always 파옖 145-126-34-2-256
+always 파옗 145-126-34-2-356
+always 파옘 145-126-34-26
+always 파옙 145-126-34-12
+always 파옚 145-126-34-12-3
+always 파옛 145-126-34-3
+always 파옜 145-126-34-34
+always 파옝 145-126-34-2356
+always 파옞 145-126-34-13
+always 파옟 145-126-34-23
+always 파옠 145-126-34-235
+always 파옡 145-126-34-236
+always 파옢 145-126-34-256
+always 파옣 145-126-34-356
+always 파오 145-126-136
+always 파옥 145-126-1346
+always 파옦 145-126-1346-1
+always 파옧 145-126-1346-3
+always 파온 145-126-12356
+always 파옩 145-126-12356-13
+always 파옪 145-126-12356-356
+always 파옫 145-126-136-35
+always 파올 145-126-136-2
+always 파옭 145-126-136-2-1
+always 파옮 145-126-136-2-26
+always 파옯 145-126-136-2-12
+always 파옰 145-126-136-2-3
+always 파옱 145-126-136-2-236
+always 파옲 145-126-136-2-256
+always 파옳 145-126-136-2-356
+always 파옴 145-126-136-26
+always 파옵 145-126-136-12
+always 파옶 145-126-136-12-3
+always 파옷 145-126-136-3
+always 파옸 145-126-136-34
+always 파옹 145-126-123456
+always 파옺 145-126-136-13
+always 파옻 145-126-136-23
+always 파옼 145-126-136-235
+always 파옽 145-126-136-236
+always 파옾 145-126-136-256
+always 파옿 145-126-136-356
+always 파와 145-126-1236
+always 파왁 145-126-1236-1
+always 파왂 145-126-1236-1-1
+always 파왃 145-126-1236-1-3
+always 파완 145-126-1236-25
+always 파왅 145-126-1236-25-13
+always 파왆 145-126-1236-25-356
+always 파왇 145-126-1236-35
+always 파왈 145-126-1236-2
+always 파왉 145-126-1236-2-1
+always 파왊 145-126-1236-2-26
+always 파왋 145-126-1236-2-12
+always 파왌 145-126-1236-2-3
+always 파왍 145-126-1236-2-236
+always 파왎 145-126-1236-2-256
+always 파왏 145-126-1236-2-356
+always 파왐 145-126-1236-26
+always 파왑 145-126-1236-12
+always 파왒 145-126-1236-12-3
+always 파왓 145-126-1236-3
+always 파왔 145-126-1236-34
+always 파왕 145-126-1236-2356
+always 파왖 145-126-1236-13
+always 파왗 145-126-1236-23
+always 파왘 145-126-1236-235
+always 파왙 145-126-1236-236
+always 파왚 145-126-1236-256
+always 파왛 145-126-1236-356
+always 파왜 145-126-1236-1235
+always 파왝 145-126-1236-1235-1
+always 파왞 145-126-1236-1235-1-1
+always 파왟 145-126-1236-1235-1-3
+always 파왠 145-126-1236-1235-25
+always 파왡 145-126-1236-1235-25-13
+always 파왢 145-126-1236-1235-25-356
+always 파왣 145-126-1236-1235-35
+always 파왤 145-126-1236-1235-2
+always 파왥 145-126-1236-1235-2-1
+always 파왦 145-126-1236-1235-2-26
+always 파왧 145-126-1236-1235-2-12
+always 파왨 145-126-1236-1235-2-3
+always 파왩 145-126-1236-1235-2-236
+always 파왪 145-126-1236-1235-2-256
+always 파왫 145-126-1236-1235-2-356
+always 파왬 145-126-1236-1235-26
+always 파왭 145-126-1236-1235-12
+always 파왮 145-126-1236-1235-12-3
+always 파왯 145-126-1236-1235-3
+always 파왰 145-126-1236-1235-34
+always 파왱 145-126-1236-1235-2356
+always 파왲 145-126-1236-1235-13
+always 파왳 145-126-1236-1235-23
+always 파왴 145-126-1236-1235-235
+always 파왵 145-126-1236-1235-236
+always 파왶 145-126-1236-1235-256
+always 파왷 145-126-1236-1235-356
+always 파외 145-126-13456
+always 파왹 145-126-13456-1
+always 파왺 145-126-13456-1-1
+always 파왻 145-126-13456-1-3
+always 파왼 145-126-13456-25
+always 파왽 145-126-13456-25-13
+always 파왾 145-126-13456-25-356
+always 파왿 145-126-13456-35
+always 파욀 145-126-13456-2
+always 파욁 145-126-13456-2-1
+always 파욂 145-126-13456-2-26
+always 파욃 145-126-13456-2-12
+always 파욄 145-126-13456-2-3
+always 파욅 145-126-13456-2-236
+always 파욆 145-126-13456-2-256
+always 파욇 145-126-13456-2-356
+always 파욈 145-126-13456-26
+always 파욉 145-126-13456-12
+always 파욊 145-126-13456-12-3
+always 파욋 145-126-13456-3
+always 파욌 145-126-13456-34
+always 파욍 145-126-13456-2356
+always 파욎 145-126-13456-13
+always 파욏 145-126-13456-23
+always 파욐 145-126-13456-235
+always 파욑 145-126-13456-236
+always 파욒 145-126-13456-256
+always 파욓 145-126-13456-356
+always 파요 145-126-346
+always 파욕 145-126-346-1
+always 파욖 145-126-346-1-1
+always 파욗 145-126-346-1-3
+always 파욘 145-126-346-25
+always 파욙 145-126-346-25-13
+always 파욚 145-126-346-25-356
+always 파욛 145-126-346-35
+always 파욜 145-126-346-2
+always 파욝 145-126-346-2-1
+always 파욞 145-126-346-2-26
+always 파욟 145-126-346-2-12
+always 파욠 145-126-346-2-3
+always 파욡 145-126-346-2-236
+always 파욢 145-126-346-2-256
+always 파욣 145-126-346-2-356
+always 파욤 145-126-346-26
+always 파욥 145-126-346-12
+always 파욦 145-126-346-12-3
+always 파욧 145-126-346-3
+always 파욨 145-126-346-34
+always 파용 145-126-346-2356
+always 파욪 145-126-346-13
+always 파욫 145-126-346-23
+always 파욬 145-126-346-235
+always 파욭 145-126-346-236
+always 파욮 145-126-346-256
+always 파욯 145-126-346-356
+always 파우 145-126-134
+always 파욱 145-126-134-1
+always 파욲 145-126-134-1-1
+always 파욳 145-126-134-1-3
+always 파운 145-126-1245
+always 파욵 145-126-1245-13
+always 파욶 145-126-1245-356
+always 파욷 145-126-134-35
+always 파울 145-126-12346
+always 파욹 145-126-12346-1
+always 파욺 145-126-12346-26
+always 파욻 145-126-12346-12
+always 파욼 145-126-12346-3
+always 파욽 145-126-12346-236
+always 파욾 145-126-12346-256
+always 파욿 145-126-12346-356
+always 파움 145-126-134-26
+always 파웁 145-126-134-12
+always 파웂 145-126-134-12-3
+always 파웃 145-126-134-3
+always 파웄 145-126-134-34
+always 파웅 145-126-134-2356
+always 파웆 145-126-134-13
+always 파웇 145-126-134-23
+always 파웈 145-126-134-235
+always 파웉 145-126-134-236
+always 파웊 145-126-134-256
+always 파웋 145-126-134-356
+always 파워 145-126-1234
+always 파웍 145-126-1234-1
+always 파웎 145-126-1234-1-1
+always 파웏 145-126-1234-1-3
+always 파원 145-126-1234-25
+always 파웑 145-126-1234-25-13
+always 파웒 145-126-1234-25-356
+always 파웓 145-126-1234-35
+always 파월 145-126-1234-2
+always 파웕 145-126-1234-2-1
+always 파웖 145-126-1234-2-26
+always 파웗 145-126-1234-2-12
+always 파웘 145-126-1234-2-3
+always 파웙 145-126-1234-2-236
+always 파웚 145-126-1234-2-256
+always 파웛 145-126-1234-2-356
+always 파웜 145-126-1234-26
+always 파웝 145-126-1234-12
+always 파웞 145-126-1234-12-3
+always 파웟 145-126-1234-3
+always 파웠 145-126-1234-34
+always 파웡 145-126-1234-2356
+always 파웢 145-126-1234-13
+always 파웣 145-126-1234-23
+always 파웤 145-126-1234-235
+always 파웥 145-126-1234-236
+always 파웦 145-126-1234-256
+always 파웧 145-126-1234-356
+always 파웨 145-126-1234-1235
+always 파웩 145-126-1234-1235-1
+always 파웪 145-126-1234-1235-1-1
+always 파웫 145-126-1234-1235-1-3
+always 파웬 145-126-1234-1235-25
+always 파웭 145-126-1234-1235-25-13
+always 파웮 145-126-1234-1235-25-356
+always 파웯 145-126-1234-1235-35
+always 파웰 145-126-1234-1235-2
+always 파웱 145-126-1234-1235-2-1
+always 파웲 145-126-1234-1235-2-26
+always 파웳 145-126-1234-1235-2-12
+always 파웴 145-126-1234-1235-2-3
+always 파웵 145-126-1234-1235-2-236
+always 파웶 145-126-1234-1235-2-256
+always 파웷 145-126-1234-1235-2-356
+always 파웸 145-126-1234-1235-26
+always 파웹 145-126-1234-1235-12
+always 파웺 145-126-1234-1235-12-3
+always 파웻 145-126-1234-1235-3
+always 파웼 145-126-1234-1235-34
+always 파웽 145-126-1234-1235-2356
+always 파웾 145-126-1234-1235-13
+always 파웿 145-126-1234-1235-23
+always 파윀 145-126-1234-1235-235
+always 파윁 145-126-1234-1235-236
+always 파윂 145-126-1234-1235-256
+always 파윃 145-126-1234-1235-356
+always 파위 145-126-134-1235
+always 파윅 145-126-134-1235-1
+always 파윆 145-126-134-1235-1-1
+always 파윇 145-126-134-1235-1-3
+always 파윈 145-126-134-1235-25
+always 파윉 145-126-134-1235-25-13
+always 파윊 145-126-134-1235-25-356
+always 파윋 145-126-134-1235-35
+always 파윌 145-126-134-1235-2
+always 파윍 145-126-134-1235-2-1
+always 파윎 145-126-134-1235-2-26
+always 파윏 145-126-134-1235-2-12
+always 파윐 145-126-134-1235-2-3
+always 파윑 145-126-134-1235-2-236
+always 파윒 145-126-134-1235-2-256
+always 파윓 145-126-134-1235-2-356
+always 파윔 145-126-134-1235-26
+always 파윕 145-126-134-1235-12
+always 파윖 145-126-134-1235-12-3
+always 파윗 145-126-134-1235-3
+always 파윘 145-126-134-1235-34
+always 파윙 145-126-134-1235-2356
+always 파윚 145-126-134-1235-13
+always 파윛 145-126-134-1235-23
+always 파윜 145-126-134-1235-235
+always 파윝 145-126-134-1235-236
+always 파윞 145-126-134-1235-256
+always 파윟 145-126-134-1235-356
+always 파유 145-126-146
+always 파육 145-126-146-1
+always 파윢 145-126-146-1-1
+always 파윣 145-126-146-1-3
+always 파윤 145-126-146-25
+always 파윥 145-126-146-25-13
+always 파윦 145-126-146-25-356
+always 파윧 145-126-146-35
+always 파율 145-126-146-2
+always 파윩 145-126-146-2-1
+always 파윪 145-126-146-2-26
+always 파윫 145-126-146-2-12
+always 파윬 145-126-146-2-3
+always 파윭 145-126-146-2-236
+always 파윮 145-126-146-2-256
+always 파윯 145-126-146-2-356
+always 파윰 145-126-146-26
+always 파윱 145-126-146-12
+always 파윲 145-126-146-12-3
+always 파윳 145-126-146-3
+always 파윴 145-126-146-34
+always 파융 145-126-146-2356
+always 파윶 145-126-146-13
+always 파윷 145-126-146-23
+always 파윸 145-126-146-235
+always 파윹 145-126-146-236
+always 파윺 145-126-146-256
+always 파윻 145-126-146-356
+always 파으 145-126-246
+always 파윽 145-126-246-1
+always 파윾 145-126-246-1-1
+always 파윿 145-126-246-1-3
+always 파은 145-126-1356
+always 파읁 145-126-1356-13
+always 파읂 145-126-1356-356
+always 파읃 145-126-246-35
+always 파을 145-126-2346
+always 파읅 145-126-2346-1
+always 파읆 145-126-2346-26
+always 파읇 145-126-2346-12
+always 파읈 145-126-2346-3
+always 파읉 145-126-2346-236
+always 파읊 145-126-2346-256
+always 파읋 145-126-2346-356
+always 파음 145-126-246-26
+always 파읍 145-126-246-12
+always 파읎 145-126-246-12-3
+always 파읏 145-126-246-3
+always 파읐 145-126-246-34
+always 파응 145-126-246-2356
+always 파읒 145-126-246-13
+always 파읓 145-126-246-23
+always 파읔 145-126-246-235
+always 파읕 145-126-246-236
+always 파읖 145-126-246-256
+always 파읗 145-126-246-356
+always 파의 145-126-2456
+always 파읙 145-126-2456-1
+always 파읚 145-126-2456-1-1
+always 파읛 145-126-2456-1-3
+always 파읜 145-126-2456-25
+always 파읝 145-126-2456-25-13
+always 파읞 145-126-2456-25-356
+always 파읟 145-126-2456-35
+always 파읠 145-126-2456-2
+always 파읡 145-126-2456-2-1
+always 파읢 145-126-2456-2-26
+always 파읣 145-126-2456-2-12
+always 파읤 145-126-2456-2-3
+always 파읥 145-126-2456-2-236
+always 파읦 145-126-2456-2-256
+always 파읧 145-126-2456-2-356
+always 파읨 145-126-2456-26
+always 파읩 145-126-2456-12
+always 파읪 145-126-2456-12-3
+always 파읫 145-126-2456-3
+always 파읬 145-126-2456-34
+always 파읭 145-126-2456-2356
+always 파읮 145-126-2456-13
+always 파읯 145-126-2456-23
+always 파읰 145-126-2456-235
+always 파읱 145-126-2456-236
+always 파읲 145-126-2456-256
+always 파읳 145-126-2456-356
+always 파이 145-126-135
+always 파익 145-126-135-1
+always 파읶 145-126-135-1-1
+always 파읷 145-126-135-1-3
+always 파인 145-126-12345
+always 파읹 145-126-12345-13
+always 파읺 145-126-12345-356
+always 파읻 145-126-135-35
+always 파일 145-126-135-2
+always 파읽 145-126-135-2-1
+always 파읾 145-126-135-2-26
+always 파읿 145-126-135-2-12
+always 파잀 145-126-135-2-3
+always 파잁 145-126-135-2-236
+always 파잂 145-126-135-2-256
+always 파잃 145-126-135-2-356
+always 파임 145-126-135-26
+always 파입 145-126-135-12
+always 파잆 145-126-135-12-3
+always 파잇 145-126-135-3
+always 파있 145-126-135-34
+always 파잉 145-126-135-2356
+always 파잊 145-126-135-13
+always 파잋 145-126-135-23
+always 파잌 145-126-135-235
+always 파잍 145-126-135-236
+always 파잎 145-126-135-256
+always 파잏 145-126-135-356
+always 하아 245-126-126
+always 하악 245-126-126-1
+always 하앆 245-126-126-1-1
+always 하앇 245-126-126-1-3
+always 하안 245-126-126-25
+always 하앉 245-126-126-25-13
+always 하않 245-126-126-25-356
+always 하앋 245-126-126-35
+always 하알 245-126-126-2
+always 하앍 245-126-126-2-1
+always 하앎 245-126-126-2-26
+always 하앏 245-126-126-2-12
+always 하앐 245-126-126-2-3
+always 하앑 245-126-126-2-236
+always 하앒 245-126-126-2-256
+always 하앓 245-126-126-2-356
+always 하암 245-126-126-26
+always 하압 245-126-126-12
+always 하앖 245-126-126-12-3
+always 하앗 245-126-126-3
+always 하았 245-126-126-34
+always 하앙 245-126-126-2356
+always 하앚 245-126-126-13
+always 하앛 245-126-126-23
+always 하앜 245-126-126-235
+always 하앝 245-126-126-236
+always 하앞 245-126-126-256
+always 하앟 245-126-126-356
+always 하애 245-126-1235
+always 하액 245-126-1235-1
+always 하앢 245-126-1235-1-1
+always 하앣 245-126-1235-1-3
+always 하앤 245-126-1235-25
+always 하앥 245-126-1235-25-13
+always 하앦 245-126-1235-25-356
+always 하앧 245-126-1235-35
+always 하앨 245-126-1235-2
+always 하앩 245-126-1235-2-1
+always 하앪 245-126-1235-2-26
+always 하앫 245-126-1235-2-12
+always 하앬 245-126-1235-2-3
+always 하앭 245-126-1235-2-236
+always 하앮 245-126-1235-2-256
+always 하앯 245-126-1235-2-356
+always 하앰 245-126-1235-26
+always 하앱 245-126-1235-12
+always 하앲 245-126-1235-12-3
+always 하앳 245-126-1235-3
+always 하앴 245-126-1235-34
+always 하앵 245-126-1235-2356
+always 하앶 245-126-1235-13
+always 하앷 245-126-1235-23
+always 하앸 245-126-1235-235
+always 하앹 245-126-1235-236
+always 하앺 245-126-1235-256
+always 하앻 245-126-1235-356
+always 하야 245-126-345
+always 하약 245-126-345-1
+always 하앾 245-126-345-1-1
+always 하앿 245-126-345-1-3
+always 하얀 245-126-345-25
+always 하얁 245-126-345-25-13
+always 하얂 245-126-345-25-356
+always 하얃 245-126-345-35
+always 하얄 245-126-345-2
+always 하얅 245-126-345-2-1
+always 하얆 245-126-345-2-26
+always 하얇 245-126-345-2-12
+always 하얈 245-126-345-2-3
+always 하얉 245-126-345-2-236
+always 하얊 245-126-345-2-256
+always 하얋 245-126-345-2-356
+always 하얌 245-126-345-26
+always 하얍 245-126-345-12
+always 하얎 245-126-345-12-3
+always 하얏 245-126-345-3
+always 하얐 245-126-345-34
+always 하양 245-126-345-2356
+always 하얒 245-126-345-13
+always 하얓 245-126-345-23
+always 하얔 245-126-345-235
+always 하얕 245-126-345-236
+always 하얖 245-126-345-256
+always 하얗 245-126-345-356
+always 하얘 245-126-345-1235
+always 하얙 245-126-345-1235-1
+always 하얚 245-126-345-1235-1-1
+always 하얛 245-126-345-1235-1-3
+always 하얜 245-126-345-1235-25
+always 하얝 245-126-345-1235-25-13
+always 하얞 245-126-345-1235-25-356
+always 하얟 245-126-345-1235-35
+always 하얠 245-126-345-1235-2
+always 하얡 245-126-345-1235-2-1
+always 하얢 245-126-345-1235-2-26
+always 하얣 245-126-345-1235-2-12
+always 하얤 245-126-345-1235-2-3
+always 하얥 245-126-345-1235-2-236
+always 하얦 245-126-345-1235-2-256
+always 하얧 245-126-345-1235-2-356
+always 하얨 245-126-345-1235-26
+always 하얩 245-126-345-1235-12
+always 하얪 245-126-345-1235-12-3
+always 하얫 245-126-345-1235-3
+always 하얬 245-126-345-1235-34
+always 하얭 245-126-345-1235-2356
+always 하얮 245-126-345-1235-13
+always 하얯 245-126-345-1235-23
+always 하얰 245-126-345-1235-235
+always 하얱 245-126-345-1235-236
+always 하얲 245-126-345-1235-256
+always 하얳 245-126-345-1235-356
+always 하어 245-126-234
+always 하억 245-126-1456
+always 하얶 245-126-1456-1
+always 하얷 245-126-1456-3
+always 하언 245-126-23456
+always 하얹 245-126-23456-13
+always 하얺 245-126-23456-356
+always 하얻 245-126-234-35
+always 하얼 245-126-2345
+always 하얽 245-126-2345-1
+always 하얾 245-126-2345-26
+always 하얿 245-126-2345-12
+always 하엀 245-126-2345-3
+always 하엁 245-126-2345-236
+always 하엂 245-126-2345-256
+always 하엃 245-126-2345-356
+always 하엄 245-126-234-26
+always 하업 245-126-234-12
+always 하없 245-126-234-12-3
+always 하엇 245-126-234-3
+always 하었 245-126-234-34
+always 하엉 245-126-234-2356
+always 하엊 245-126-234-13
+always 하엋 245-126-234-23
+always 하엌 245-126-234-235
+always 하엍 245-126-234-236
+always 하엎 245-126-234-256
+always 하엏 245-126-234-356
+always 하에 245-126-1345
+always 하엑 245-126-1345-1
+always 하엒 245-126-1345-1-1
+always 하엓 245-126-1345-1-3
+always 하엔 245-126-1345-25
+always 하엕 245-126-1345-25-13
+always 하엖 245-126-1345-25-356
+always 하엗 245-126-1345-35
+always 하엘 245-126-1345-2
+always 하엙 245-126-1345-2-1
+always 하엚 245-126-1345-2-26
+always 하엛 245-126-1345-2-12
+always 하엜 245-126-1345-2-3
+always 하엝 245-126-1345-2-236
+always 하엞 245-126-1345-2-256
+always 하엟 245-126-1345-2-356
+always 하엠 245-126-1345-26
+always 하엡 245-126-1345-12
+always 하엢 245-126-1345-12-3
+always 하엣 245-126-1345-3
+always 하엤 245-126-1345-34
+always 하엥 245-126-1345-2356
+always 하엦 245-126-1345-13
+always 하엧 245-126-1345-23
+always 하엨 245-126-1345-235
+always 하엩 245-126-1345-236
+always 하엪 245-126-1345-256
+always 하엫 245-126-1345-356
+always 하여 245-126-156
+always 하역 245-126-156-1
+always 하엮 245-126-156-1-1
+always 하엯 245-126-156-1-3
+always 하연 245-126-16
+always 하엱 245-126-16-13
+always 하엲 245-126-16-356
+always 하열 245-126-1256
+always 하엵 245-126-1256-1
+always 하엶 245-126-1256-26
+always 하엷 245-126-1256-12
+always 하엸 245-126-1256-3
+always 하엹 245-126-1256-236
+always 하엺 245-126-1256-256
+always 하엻 245-126-1256-356
+always 하염 245-126-156-26
+always 하엽 245-126-156-12
+always 하엾 245-126-156-12-3
+always 하엿 245-126-156-3
+always 하였 245-126-156-34
+always 하영 245-126-12456
+always 하옂 245-126-156-13
+always 하옃 245-126-156-23
+always 하옄 245-126-156-235
+always 하옅 245-126-156-236
+always 하옆 245-126-156-256
+always 하옇 245-126-156-356
+always 하예 245-126-34
+always 하옉 245-126-34-1
+always 하옊 245-126-34-1-1
+always 하옋 245-126-34-1-3
+always 하옌 245-126-34-25
+always 하옍 245-126-34-25-13
+always 하옎 245-126-34-25-356
+always 하옏 245-126-34-35
+always 하옐 245-126-34-2
+always 하옑 245-126-34-2-1
+always 하옒 245-126-34-2-26
+always 하옓 245-126-34-2-12
+always 하옔 245-126-34-2-3
+always 하옕 245-126-34-2-236
+always 하옖 245-126-34-2-256
+always 하옗 245-126-34-2-356
+always 하옘 245-126-34-26
+always 하옙 245-126-34-12
+always 하옚 245-126-34-12-3
+always 하옛 245-126-34-3
+always 하옜 245-126-34-34
+always 하옝 245-126-34-2356
+always 하옞 245-126-34-13
+always 하옟 245-126-34-23
+always 하옠 245-126-34-235
+always 하옡 245-126-34-236
+always 하옢 245-126-34-256
+always 하옣 245-126-34-356
+always 하오 245-126-136
+always 하옥 245-126-1346
+always 하옦 245-126-1346-1
+always 하옧 245-126-1346-3
+always 하온 245-126-12356
+always 하옩 245-126-12356-13
+always 하옪 245-126-12356-356
+always 하옫 245-126-136-35
+always 하올 245-126-136-2
+always 하옭 245-126-136-2-1
+always 하옮 245-126-136-2-26
+always 하옯 245-126-136-2-12
+always 하옰 245-126-136-2-3
+always 하옱 245-126-136-2-236
+always 하옲 245-126-136-2-256
+always 하옳 245-126-136-2-356
+always 하옴 245-126-136-26
+always 하옵 245-126-136-12
+always 하옶 245-126-136-12-3
+always 하옷 245-126-136-3
+always 하옸 245-126-136-34
+always 하옹 245-126-123456
+always 하옺 245-126-136-13
+always 하옻 245-126-136-23
+always 하옼 245-126-136-235
+always 하옽 245-126-136-236
+always 하옾 245-126-136-256
+always 하옿 245-126-136-356
+always 하와 245-126-1236
+always 하왁 245-126-1236-1
+always 하왂 245-126-1236-1-1
+always 하왃 245-126-1236-1-3
+always 하완 245-126-1236-25
+always 하왅 245-126-1236-25-13
+always 하왆 245-126-1236-25-356
+always 하왇 245-126-1236-35
+always 하왈 245-126-1236-2
+always 하왉 245-126-1236-2-1
+always 하왊 245-126-1236-2-26
+always 하왋 245-126-1236-2-12
+always 하왌 245-126-1236-2-3
+always 하왍 245-126-1236-2-236
+always 하왎 245-126-1236-2-256
+always 하왏 245-126-1236-2-356
+always 하왐 245-126-1236-26
+always 하왑 245-126-1236-12
+always 하왒 245-126-1236-12-3
+always 하왓 245-126-1236-3
+always 하왔 245-126-1236-34
+always 하왕 245-126-1236-2356
+always 하왖 245-126-1236-13
+always 하왗 245-126-1236-23
+always 하왘 245-126-1236-235
+always 하왙 245-126-1236-236
+always 하왚 245-126-1236-256
+always 하왛 245-126-1236-356
+always 하왜 245-126-1236-1235
+always 하왝 245-126-1236-1235-1
+always 하왞 245-126-1236-1235-1-1
+always 하왟 245-126-1236-1235-1-3
+always 하왠 245-126-1236-1235-25
+always 하왡 245-126-1236-1235-25-13
+always 하왢 245-126-1236-1235-25-356
+always 하왣 245-126-1236-1235-35
+always 하왤 245-126-1236-1235-2
+always 하왥 245-126-1236-1235-2-1
+always 하왦 245-126-1236-1235-2-26
+always 하왧 245-126-1236-1235-2-12
+always 하왨 245-126-1236-1235-2-3
+always 하왩 245-126-1236-1235-2-236
+always 하왪 245-126-1236-1235-2-256
+always 하왫 245-126-1236-1235-2-356
+always 하왬 245-126-1236-1235-26
+always 하왭 245-126-1236-1235-12
+always 하왮 245-126-1236-1235-12-3
+always 하왯 245-126-1236-1235-3
+always 하왰 245-126-1236-1235-34
+always 하왱 245-126-1236-1235-2356
+always 하왲 245-126-1236-1235-13
+always 하왳 245-126-1236-1235-23
+always 하왴 245-126-1236-1235-235
+always 하왵 245-126-1236-1235-236
+always 하왶 245-126-1236-1235-256
+always 하왷 245-126-1236-1235-356
+always 하외 245-126-13456
+always 하왹 245-126-13456-1
+always 하왺 245-126-13456-1-1
+always 하왻 245-126-13456-1-3
+always 하왼 245-126-13456-25
+always 하왽 245-126-13456-25-13
+always 하왾 245-126-13456-25-356
+always 하왿 245-126-13456-35
+always 하욀 245-126-13456-2
+always 하욁 245-126-13456-2-1
+always 하욂 245-126-13456-2-26
+always 하욃 245-126-13456-2-12
+always 하욄 245-126-13456-2-3
+always 하욅 245-126-13456-2-236
+always 하욆 245-126-13456-2-256
+always 하욇 245-126-13456-2-356
+always 하욈 245-126-13456-26
+always 하욉 245-126-13456-12
+always 하욊 245-126-13456-12-3
+always 하욋 245-126-13456-3
+always 하욌 245-126-13456-34
+always 하욍 245-126-13456-2356
+always 하욎 245-126-13456-13
+always 하욏 245-126-13456-23
+always 하욐 245-126-13456-235
+always 하욑 245-126-13456-236
+always 하욒 245-126-13456-256
+always 하욓 245-126-13456-356
+always 하요 245-126-346
+always 하욕 245-126-346-1
+always 하욖 245-126-346-1-1
+always 하욗 245-126-346-1-3
+always 하욘 245-126-346-25
+always 하욙 245-126-346-25-13
+always 하욚 245-126-346-25-356
+always 하욛 245-126-346-35
+always 하욜 245-126-346-2
+always 하욝 245-126-346-2-1
+always 하욞 245-126-346-2-26
+always 하욟 245-126-346-2-12
+always 하욠 245-126-346-2-3
+always 하욡 245-126-346-2-236
+always 하욢 245-126-346-2-256
+always 하욣 245-126-346-2-356
+always 하욤 245-126-346-26
+always 하욥 245-126-346-12
+always 하욦 245-126-346-12-3
+always 하욧 245-126-346-3
+always 하욨 245-126-346-34
+always 하용 245-126-346-2356
+always 하욪 245-126-346-13
+always 하욫 245-126-346-23
+always 하욬 245-126-346-235
+always 하욭 245-126-346-236
+always 하욮 245-126-346-256
+always 하욯 245-126-346-356
+always 하우 245-126-134
+always 하욱 245-126-134-1
+always 하욲 245-126-134-1-1
+always 하욳 245-126-134-1-3
+always 하운 245-126-1245
+always 하욵 245-126-1245-13
+always 하욶 245-126-1245-356
+always 하욷 245-126-134-35
+always 하울 245-126-12346
+always 하욹 245-126-12346-1
+always 하욺 245-126-12346-26
+always 하욻 245-126-12346-12
+always 하욼 245-126-12346-3
+always 하욽 245-126-12346-236
+always 하욾 245-126-12346-256
+always 하욿 245-126-12346-356
+always 하움 245-126-134-26
+always 하웁 245-126-134-12
+always 하웂 245-126-134-12-3
+always 하웃 245-126-134-3
+always 하웄 245-126-134-34
+always 하웅 245-126-134-2356
+always 하웆 245-126-134-13
+always 하웇 245-126-134-23
+always 하웈 245-126-134-235
+always 하웉 245-126-134-236
+always 하웊 245-126-134-256
+always 하웋 245-126-134-356
+always 하워 245-126-1234
+always 하웍 245-126-1234-1
+always 하웎 245-126-1234-1-1
+always 하웏 245-126-1234-1-3
+always 하원 245-126-1234-25
+always 하웑 245-126-1234-25-13
+always 하웒 245-126-1234-25-356
+always 하웓 245-126-1234-35
+always 하월 245-126-1234-2
+always 하웕 245-126-1234-2-1
+always 하웖 245-126-1234-2-26
+always 하웗 245-126-1234-2-12
+always 하웘 245-126-1234-2-3
+always 하웙 245-126-1234-2-236
+always 하웚 245-126-1234-2-256
+always 하웛 245-126-1234-2-356
+always 하웜 245-126-1234-26
+always 하웝 245-126-1234-12
+always 하웞 245-126-1234-12-3
+always 하웟 245-126-1234-3
+always 하웠 245-126-1234-34
+always 하웡 245-126-1234-2356
+always 하웢 245-126-1234-13
+always 하웣 245-126-1234-23
+always 하웤 245-126-1234-235
+always 하웥 245-126-1234-236
+always 하웦 245-126-1234-256
+always 하웧 245-126-1234-356
+always 하웨 245-126-1234-1235
+always 하웩 245-126-1234-1235-1
+always 하웪 245-126-1234-1235-1-1
+always 하웫 245-126-1234-1235-1-3
+always 하웬 245-126-1234-1235-25
+always 하웭 245-126-1234-1235-25-13
+always 하웮 245-126-1234-1235-25-356
+always 하웯 245-126-1234-1235-35
+always 하웰 245-126-1234-1235-2
+always 하웱 245-126-1234-1235-2-1
+always 하웲 245-126-1234-1235-2-26
+always 하웳 245-126-1234-1235-2-12
+always 하웴 245-126-1234-1235-2-3
+always 하웵 245-126-1234-1235-2-236
+always 하웶 245-126-1234-1235-2-256
+always 하웷 245-126-1234-1235-2-356
+always 하웸 245-126-1234-1235-26
+always 하웹 245-126-1234-1235-12
+always 하웺 245-126-1234-1235-12-3
+always 하웻 245-126-1234-1235-3
+always 하웼 245-126-1234-1235-34
+always 하웽 245-126-1234-1235-2356
+always 하웾 245-126-1234-1235-13
+always 하웿 245-126-1234-1235-23
+always 하윀 245-126-1234-1235-235
+always 하윁 245-126-1234-1235-236
+always 하윂 245-126-1234-1235-256
+always 하윃 245-126-1234-1235-356
+always 하위 245-126-134-1235
+always 하윅 245-126-134-1235-1
+always 하윆 245-126-134-1235-1-1
+always 하윇 245-126-134-1235-1-3
+always 하윈 245-126-134-1235-25
+always 하윉 245-126-134-1235-25-13
+always 하윊 245-126-134-1235-25-356
+always 하윋 245-126-134-1235-35
+always 하윌 245-126-134-1235-2
+always 하윍 245-126-134-1235-2-1
+always 하윎 245-126-134-1235-2-26
+always 하윏 245-126-134-1235-2-12
+always 하윐 245-126-134-1235-2-3
+always 하윑 245-126-134-1235-2-236
+always 하윒 245-126-134-1235-2-256
+always 하윓 245-126-134-1235-2-356
+always 하윔 245-126-134-1235-26
+always 하윕 245-126-134-1235-12
+always 하윖 245-126-134-1235-12-3
+always 하윗 245-126-134-1235-3
+always 하윘 245-126-134-1235-34
+always 하윙 245-126-134-1235-2356
+always 하윚 245-126-134-1235-13
+always 하윛 245-126-134-1235-23
+always 하윜 245-126-134-1235-235
+always 하윝 245-126-134-1235-236
+always 하윞 245-126-134-1235-256
+always 하윟 245-126-134-1235-356
+always 하유 245-126-146
+always 하육 245-126-146-1
+always 하윢 245-126-146-1-1
+always 하윣 245-126-146-1-3
+always 하윤 245-126-146-25
+always 하윥 245-126-146-25-13
+always 하윦 245-126-146-25-356
+always 하윧 245-126-146-35
+always 하율 245-126-146-2
+always 하윩 245-126-146-2-1
+always 하윪 245-126-146-2-26
+always 하윫 245-126-146-2-12
+always 하윬 245-126-146-2-3
+always 하윭 245-126-146-2-236
+always 하윮 245-126-146-2-256
+always 하윯 245-126-146-2-356
+always 하윰 245-126-146-26
+always 하윱 245-126-146-12
+always 하윲 245-126-146-12-3
+always 하윳 245-126-146-3
+always 하윴 245-126-146-34
+always 하융 245-126-146-2356
+always 하윶 245-126-146-13
+always 하윷 245-126-146-23
+always 하윸 245-126-146-235
+always 하윹 245-126-146-236
+always 하윺 245-126-146-256
+always 하윻 245-126-146-356
+always 하으 245-126-246
+always 하윽 245-126-246-1
+always 하윾 245-126-246-1-1
+always 하윿 245-126-246-1-3
+always 하은 245-126-1356
+always 하읁 245-126-1356-13
+always 하읂 245-126-1356-356
+always 하읃 245-126-246-35
+always 하을 245-126-2346
+always 하읅 245-126-2346-1
+always 하읆 245-126-2346-26
+always 하읇 245-126-2346-12
+always 하읈 245-126-2346-3
+always 하읉 245-126-2346-236
+always 하읊 245-126-2346-256
+always 하읋 245-126-2346-356
+always 하음 245-126-246-26
+always 하읍 245-126-246-12
+always 하읎 245-126-246-12-3
+always 하읏 245-126-246-3
+always 하읐 245-126-246-34
+always 하응 245-126-246-2356
+always 하읒 245-126-246-13
+always 하읓 245-126-246-23
+always 하읔 245-126-246-235
+always 하읕 245-126-246-236
+always 하읖 245-126-246-256
+always 하읗 245-126-246-356
+always 하의 245-126-2456
+always 하읙 245-126-2456-1
+always 하읚 245-126-2456-1-1
+always 하읛 245-126-2456-1-3
+always 하읜 245-126-2456-25
+always 하읝 245-126-2456-25-13
+always 하읞 245-126-2456-25-356
+always 하읟 245-126-2456-35
+always 하읠 245-126-2456-2
+always 하읡 245-126-2456-2-1
+always 하읢 245-126-2456-2-26
+always 하읣 245-126-2456-2-12
+always 하읤 245-126-2456-2-3
+always 하읥 245-126-2456-2-236
+always 하읦 245-126-2456-2-256
+always 하읧 245-126-2456-2-356
+always 하읨 245-126-2456-26
+always 하읩 245-126-2456-12
+always 하읪 245-126-2456-12-3
+always 하읫 245-126-2456-3
+always 하읬 245-126-2456-34
+always 하읭 245-126-2456-2356
+always 하읮 245-126-2456-13
+always 하읯 245-126-2456-23
+always 하읰 245-126-2456-235
+always 하읱 245-126-2456-236
+always 하읲 245-126-2456-256
+always 하읳 245-126-2456-356
+always 하이 245-126-135
+always 하익 245-126-135-1
+always 하읶 245-126-135-1-1
+always 하읷 245-126-135-1-3
+always 하인 245-126-12345
+always 하읹 245-126-12345-13
+always 하읺 245-126-12345-356
+always 하읻 245-126-135-35
+always 하일 245-126-135-2
+always 하읽 245-126-135-2-1
+always 하읾 245-126-135-2-26
+always 하읿 245-126-135-2-12
+always 하잀 245-126-135-2-3
+always 하잁 245-126-135-2-236
+always 하잂 245-126-135-2-256
+always 하잃 245-126-135-2-356
+always 하임 245-126-135-26
+always 하입 245-126-135-12
+always 하잆 245-126-135-12-3
+always 하잇 245-126-135-3
+always 하있 245-126-135-34
+always 하잉 245-126-135-2356
+always 하잊 245-126-135-13
+always 하잋 245-126-135-23
+always 하잌 245-126-135-235
+always 하잍 245-126-135-236
+always 하잎 245-126-135-256
+always 하잏 245-126-135-356
+
+# This table contains braille codes and rules for Gujarati Grade 1 and includes English grade 1
+#
+# Copyright (C) 2014 National Institute for Visually Handicapped, 116, Rajpur Road, Dehradun, Uttrakhand, India
+#
+# This file is part of liblouis.
+#
+# liblouis is free software: you can redistribute it and/or modify it
+# under the terms of the GNU Lesser General Public License as
+# published by the Free Software Foundation, either version 2.1 of the
+# License, or (at your option) any later version.
+#
+# liblouis is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with liblouis. If not, see
+# <http://www.gnu.org/licenses/>.
+
+# This table is built and maintained under an activity of Braille Council of India
+# Contributors: Dipendra Manocha, Sreeja, Dinesh Kaushal, Mesar Hameed
+# Last updated on May 5, 2014
+# To report any bugs or any suggestion, please write to d@saksham.org and sreeja.param@gmail.com
+
+include gujarati.cti
+include en-in-g1.ctb
+# liblouis: Hungarian Grade 1 table
+#
+#  Copyright (C) 2011-2017 Attila Hammer from IT Foundation for the Visually Impaired - Hungary. www.infoalap.hu
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+#
+#  Maintained by Attila Hammer  hammer.attila@infoalap.hu
+#
+# If you found bugs with hungarian grade1 table, report it with following address:
+# Attila Hammer <hammer.attila@infoalap.hu
+# If you have a Launchpad account, report table related requests with following bug tracker address: https://bugs.launchpad.net/belin
+display " 4
+display 1 16
+display { 12356
+display } 23456
+display q 12345
+display 7 12456
+display 0 346
+display 2 126
+display 9 246
+display | 34
+display z 1356
+display & 12346
+display > 45
+#
+#  Copyright (C) 2011 by Bert Frees <bertfrees@gmail.com>
+#  Copyright (C) 2011 by Jan Halousek <merit@login.cz>
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+#
+#--------------------------------------------------------------------------------
+#
+#  Czech Braille
+#
+#     Created and maintained by Bert Frees <bertfrees@gmail.com>
+#                               Jan Halousek <merit@login.cz>
+#
+#     Based on the official Czech Braille Standard
+# -------------------------------------------------------------------------------
+
+include cs-chardefs.cti
+include braille-patterns.cti
+include cs-translation.cti
+
+undefined 26
+
+# -------------------------------------------------------------------------------
+# liblouis: U.S. English Grade 1 table
+
+#  Based on the Linux screenreader BRLTTY, copyright (C) 1999-2006 by
+#  The BRLTTY Team
+#
+#  Copyright (C) 2004-2006 ViewPlus Technologies, Inc. www.viewplus.com
+#  Copyright (C) 2004-2006 JJB Software, Inc. www.jjb-software.com
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+
+include en-chardefs.cti All character definition opcodes
+
+# Braille indicators
+numsign 3456  number sign, just a dots operand
+multind 56-6 letsign capsletter
+capsletter 6
+begcapsword 6-6
+endcapsword 6-3
+emphclass italic
+emphclass underline
+emphclass bold
+begemphphrase italic 46-46
+endemphphrase italic before 46
+lenemphphrase italic 4
+begemphword italic 46-3
+endemphword italic 46-36
+emphletter italic 46-25
+begemphphrase bold 456-456
+endemphphrase bold before 456
+lenemphphrase bold 4
+begcomp 456-346
+endcomp 456-156
+
+# the decimal digits
+include litdigits6Dots.uti
+
+# Letters are defined in en-chardefs
+# punctuation
+prepunc ( 2356
+postpunc ) 2356
+prepunc " 236
+postpunc " 356
+prepunc ` 6-236
+prepunc ' 6-236
+postpunc ' 356-3
+word 'em = 
+word 'tis =
+word 'twas =
+begnum # 1345-135-256 print number sign before number
+midnum , 2
+postpunc , 2
+decpoint . 46
+midnum - 36
+hyphen - 36
+postpunc . 256
+postpunc ; 23
+midnum : 25
+postpunc : 25
+postpunc ! 235
+midnum / 34
+always / 456-34
+always < 5-13
+always = 46-13
+always > 46-2
+postpunc ? 236
+endnum st 34
+endnum nd 1345-145
+endnum rd 1235-145
+endnum s 234
+endnum th 1456
+endnum 's 3-234
+endnum % 4-25-1234
+midnum ^ 45
+always ^ 456-126
+always ~ 4-156
+always & 4-12346
+midnum * 4-16
+always * 35-35
+prepunc [ 6-2356
+postpunc ] 2356-3
+prepunc { 56-2356
+postpunc } 2356-23
+prepunc ` 6-236
+always @ 4-1
+always \\ 4-1256
+always | 456-1256
+always ..." 3-3-3-356
+always ... 3-3-3
+begnum $ 256-3456
+
+# special character sequences
+compbrl :// URLs
+compbrl ()
+compbrl www.
+compbrl ::
+compbrl .com
+compbrl .edu
+compbrl .gov
+compbrl .ini
+compbrl .mil
+compbrl .net
+compbrl .org
+compbrl .doc
+compbrl .htm
+compbrl .html
+compbrl .tex
+compbrl .txt
+compbrl .gif
+compbrl .jpg
+compbrl .png
+compbrl .wav
+compbrl .tar
+compbrl .zip
+
+letsign 56
+# the letter a
+largesign a 1
+largesign A 1
+always aar 1-345 Aaron
+always aa 1-1 back-translation: maasai
+word about 1-12
+word thereabouts 5-2346-1-12-234
+word runabout 1235-136-1345-1-12
+contraction ab
+sufword above 1-12-1236
+contraction abv
+word according 1-14
+contraction ac
+word accordingly 1-14-123-13456
+contraction acly
+word across 1-14-1235
+contraction acr
+always aed =
+always aer = Rosenlaer
+begword aforem 1-123456-15-134 aforementioned 
+word aforesaid 1-123456-15-234-145
+sufword after 1-124
+contraction af
+always afternoon 1-124-1345 afternoons
+contraction afn
+sufword afterward 1-124-2456
+contraction afw
+word again 1-1245
+contraction ag
+word against 1-1245-34
+always agery =
+midendword ally 6-13456
+word almost 1-123-134
+contraction alm
+word already 1-123-1235
+contraction alr
+word also 1-123
+contraction al
+word although 1-123-1456
+word altogether 1-123-2345
+contraction alt
+word always 1-123-2456
+contraction alw
+midendword ance 46-15
+largesign and 12346
+always andar 12346-345 staodard
+midendword anda 12346-1 panda
+midword angh = Shanghai
+begword anted =
+always anterior 1-1345-2345-23456-24-135-1235
+begword anter =
+begword aqued = aqueduct
+always ar 345
+word aright 1-5-1235
+word as 1356
+contraction as
+always athe 1-2346 back-translation: lathe
+midendword ation 6-1345
+midendword aunder 1-136-1345-145-12456 saunders
+begword auto = autofocus
+syllable away =
+
+# the letter b
+midword bb 23
+midendword bble 12-3456
+lowword be 23
+begword be 23
+begword bea 12-2
+always bear 12-15-345
+begword beatif 23-1-2345-24-124
+begword beatit 23-1-2345-24-2345
+begword beatr 23-1-2345-1235 Beatrice
+always beck 12-15-14-13
+always bed 12-1246
+begword beda 23-145-1 bedazzle
+begword bede 23-145-15 bedevil
+word bede 12-1246-15 bede (a name)
+begword bedi 23-145-24 bedizzened
+word bee 12-15-15
+begword bee 12-15-15
+always been 12-15-26
+always beer 12-15-12456
+word beg =
+begword begg 12-15-2356
+word begs =
+begword bei = beijing
+sufword being 23-346
+sufword belch 12-15-123-16
+begword beld = Beldon
+begword belf = belfry, belfast
+begword belg = Belgium
+begword belk = Belkin
+always bell =
+begword belm = Belmont
+always belt =
+begword belw = belwether
+always ben 12-26
+begword beni 12-26-24
+begword benif 23-1345-24-124 benificient
+sufword benign 23-1345-24-1245-1345 benignity
+begword benov 23-1345-135-1236 benovolent
+begword benu 23-1345-136 benumbed
+begword ber 12-12456
+begword bera 23-1235-1 berating
+begword bere 23-1235-15 bereft
+begword berea 23-1235-2 bereaved
+begword beri 23-1235-24 beribboned
+always best 12-15-34
+sufword bestow 23-34-246
+word bethel 12-15-2346-123
+syllable beth 12-15-1456 Bethany
+always bethe 12-15-2346 Bethel (Hans) Bethe
+always bets =
+always bett =
+sufword bev = bevies
+begword bever 12-5-15 Beverly beverage
+always bio =
+midendword bious 12-24-1256-234 dubious
+always bottlen = bottlenosed
+joinword by 356
+word because 23-14
+word bec =
+sufword before 23-124
+sufword behind 23-125
+word behring 12-15-125-1235-346
+word bel =
+begword beln = Belnick
+word below 23-123
+word beneath 23-1345
+sufword beside 23-234
+sufword bess = Bessie
+word between 23-2345
+word bet =
+word beyond 23-13456
+word bey =
+always bleu =
+midendword ble 3456
+midendword bleau 12-123-2-136 tableau
+syllable bleed 12-123-15-1246 nosebleed
+always bless 12-46-234 joblessness
+word blind 12-123
+contraction bl
+begword blindf 12-123-124 blindfold
+word blindly 12-123-123-13456
+word blindness 12-123-56-234
+sufword blinds 12-123-234 blindsided
+always braille 12-1235-123
+contraction brl
+word but 12
+
+# the letter c
+midword cch 14-16
+always chloro 16-123-135-1235-135
+begword cofac = cofactor
+always cofound 14-135-124-46-145
+begword com 36
+sufword common 36-134-135-1345 commonest
+begword con 25
+sufword conceive 25-14-1236
+sufword conceiving 25-14-1236-1245
+always conch 14-135-1345-16
+always cone 14-5-135
+word cons 14-135-1345-234
+sufword conundrum = 
+sufword could 14-145
+word could've 14-145-3-1236-15
+contraction cd
+always cred 14-1235-1246 incredulous
+midword cc 25
+word can 14
+always cannot 456-14
+always ch 16
+syllable chand 16-12346 merchandise
+always character 5-16
+always chemo 16-15-134-135
+word child 16
+always children 16-1345
+sufword clever 14-123-5-15 cleverest
+
+# the letter d
+always daredevil 145-345-15-145-15-1236-24-123
+always day 5-145
+always dday 145-5-145
+begword deact = deactivation
+begword deall = deallocate
+begword decarb 145-15-14-345-12
+always deceive 145-14-1236
+contraction dcv
+contraction dcvd
+contraction dcvr
+contraction dcvs
+always deceiving 145-14-1236-1245
+contraction dcvg
+always declare 145-14-123
+contraction dcl
+contraction dcld
+contraction dclr
+contraction dcls
+word declaring 145-14-123-1245
+contraction dclg
+begword deref = dereferencing
+begword dereg = deregulation
+midword dd 256
+begword dedic 145-1246-24-14 dedicated
+always dedu = nondeductible
+begword deno = denote
+always denom =
+begword denou 145-15-1345-1256 denounce
+begword denu = denunciation
+begword dera = derail
+begword deri 145-15-1235-24
+begword dero = derogatory
+begword dinu 145-24-1345-136
+begword dis 256
+word disc =
+word discs =
+always dish 145-24-146
+begword disha 256-125-1 dishabile
+begword dishear 256-125-15-345 disheartened
+begword disho 256-125-135 dishonor
+begword dishone 256-125-5-135 dishonest
+sufword disk =
+sufword dispirit 145-24-456-234 dispirited
+begword disul = disulfide
+word do 145
+syllable down 145-246-1345 facedown
+syllable drum = kettledrum
+always edom =
+always reduc =
+always seduc =
+# syllable dun =
+
+# the letter e
+midword ea 2
+midword eabil = interchangeability
+always eable 15-1-3456
+endword eably = noticeably
+midendword eage = mileage
+midendword eager 2-1245-12456 meager
+always eally 15-6-13456
+midendword eance 15-46-15 vengeance
+midendword eand 15-12346 meander
+always eation 15-6-1345
+always ear 15-345
+always ed 1246
+begword edic = edict Benedict
+sufword edition 15-145-24-56-1345 editions
+syllable draw =
+word either 15-24
+contraction ei
+word en =
+always en 26
+always ename 15-5-1345
+sufword enamel 26-1-134-15-123 enameled
+midendword ence 56-15
+syllable neck = bottleneck
+midendword eness 15-56-234 closeness
+begword enor = enormous
+begword enou 15-1345-1256
+lowword enough 26
+word enough 26-1256-126
+begword enu 15-1345-136
+always er 12456
+begword era =
+word eras 12456-1-234
+begword erec = erect 
+begword ero 15-1235-135
+syllable room = storeroom
+begword eru = erupt
+always ever 5-15
+midendword evere 15-1236-12456-15 Everest
+always evered 15-1236-12456-1246
+word every 15
+
+# the letter f
+midword ff 235
+syllable ffold 235-135-123-145 scaffold
+always father 5-124
+always fein 124-15-35 Feingold
+always first 124-34
+always fever 124-15-1236-12456
+always ffor 124-123456
+largesign for 123456
+begword fora 123456-1 foramen
+always fore 123456-15
+begword forens 123456-26-234 forensic
+always forever 123456-5-15 forevermore
+syllable fold =
+syllable foot =
+word from 124
+word friend 124-1235
+word friends 124-1235-234
+word friendless 124-1235-46-234
+sufword friendship 124-1235-146-24-1234
+sufword friendl 124-1235-123
+contraction fr
+midendword ful 56-123
+always funder 124-136-1345-145-12456
+
+# the letter g
+begword geo = geoengineering
+sufword geoff 1245-15-12356-124 Geoffrey
+midword gg 2356
+always gh 126
+endword gham = Langham
+midendword ghill = dunghill
+always ghz = (gigahertz)
+sufword gnome = gnomedb
+word go 1245
+sufword good 1245-145
+contraction gd
+always good-by 1245-145-36-12-13456
+syllable grad = leningrad
+sufword great 1245-1235-2345
+contraction grt
+
+# the letter h
+always had 456-125
+always hadd 125-1-256 haddock
+sufword hade = hadean 
+syllable hand 125-12346
+word have 125
+syllable hawk =
+syllable hawthorn 125-1-2456-1456-135-1235-1345
+syllable head 125-2-145
+syllable heart 125-15-345-2345
+always hedgerow 125-1246-1245-15-1235-246
+syllable herd 125-12456-145 goatherd
+always here 5-125
+always hereafter 5-125-1-124
+always hered 125-12456-1246
+always heren 125-12456-26
+midendword herence 125-12456-56-15 adherence
+always herer 125-12456-12456
+always heres 125-12456-15-234
+always heret 125-12456-15-2345
+word heretofore 5-125-2345-135-123456-15
+word herself 125-12456-124
+word him 125-134
+word His 6-236
+word hm 125-3-134
+sufword hmm =
+word himself 125-134-124
+contraction hmf
+lowword his 236
+syllable hood =
+syllable horn =
+syllable horse = horseradish
+syllable house 125-1256-234-15 
+syllable hydro =
+
+# the letter i
+word I 24
+midendword iever 24-15-1236-12456
+word immediate 24-134-134
+contraction imm
+word immediately 24-134-134-123-13456
+contraction immly
+begword immuno = immunofluorescence
+lowword in 35
+word in =
+always in 35
+endword in' 35-3
+begword incon 35-14-135-1345 incongruous
+midendword iness 24-56-234
+midendword ing 346
+midword inga 35-1245-1 nightingale
+always ingar 35-1245-345 Weingarten
+midendword ingent 346-26-2345 stringent
+midword ingenc 346-26-14 contingency
+midword ingen 35-1245-26 palingenesis (new birth)
+midword ingi 35-1245-24 meningitis
+midendword inging 346-346 bringing
+joinword into 35-235
+always isinglass 24-234-35-1245-123-1-234-234
+always isomer 24-234-135-134-12456
+word it 1346
+word it's 1346-3-234
+word it'd 1346-3-145
+word it'll 1346-3-123-123
+word its 1346-234
+contraction xs
+word itself 1346-124
+contraction xf
+midendword ity 56-13456
+
+# the letter j
+word just 245
+
+# the letter k
+always know 5-13
+word knowledge 13
+
+# the letter l
+always \s-\shis 36-36-125-24-234
+always \s-\swas 36-36-2456-24-234
+word housed 125-1256-234-1246
+sufword land 123-12346 landowner
+midendword less 46-234
+sufword letter 123-1235
+contraction lr
+sufword newsletter 1345-15-2456-234-123-1235
+word unlettered 136-1345-123-1235-1246
+word like 123
+sufword little 123-123
+contraction ll
+sufword lone 123-5-135 lonely
+always loner 123-135-1345-12456
+always lord 5-123
+
+# the letter m
+always maha =
+always many 456-134
+begword mccon 134-14-25
+begword mc =
+always medic 134-1246-24-14 medicare
+midendword ment 56-2345
+midword menth 134-26-1456 Blumenthal
+always mideast 134-24-145-15-1-34
+word milling 134-24-123-123-346
+always minestrone 134-35-15-34-1235-135-1345-15
+always mishap =
+sufword mishear 134-24-234-125-15-345 misheard
+begword missh 134-24-234-146 misshapen
+word mistook =
+begword mistran = mistranslation
+sufword mistreat 134-24-234-2345-1235-2-2345
+begword mistru = mistrust
+begword misty = mistyped
+word monetary 134-5-135-2345-345-13456
+always mongoose =
+word more 134
+always mother 5-134
+always much 134-16
+word must 134-34
+word mustn 134-34-1345
+word musty 134-34-13456
+begword myo = myofibroblasts
+word myself 134-13456-124
+contraction myf
+
+# the letter n
+always name 5-1345
+midendword nament 1345-1-56-2345 tournament
+always namese =
+word near-by 1345-15-345-36-12-13456
+prfword necessary 1345-15-14 unnecessary
+contraction nec
+word neither 1345-15-24
+contraction nei
+midendword ness 56-234
+begword nonen 1345-135-1345-26 nonentity
+begword noness = nonessential
+word nonetheless 1345-5-135-2346-46-234
+always nonex =
+begword nong = nongraphical
+word noone 1345-135-5-135
+begword nose = nosedive
+word nosed 1345-135-234-1246
+word not 1345
+word noways =
+word nowhere 1345-135-5-156
+
+# the letter o
+word O 135
+midword oed = Schroeder
+always oen = Phoenix
+midendword oence 135-26-14-15 electroencephalogram
+largesign of 12356
+midendword ofar 135-124-345 insofar
+midendword ofa 12356-1 back-translation: sofa
+midword ofor 135-123456
+always onesi =
+midendword oness 135-56-234
+midendword oneer 135-1345-15-12456
+midendword oned 135-1345-1246
+always one 5-135
+always oneal = peritoneal
+midendword oneless 5-135-46-234 tonelessly
+midendword onel = salmonella colonel
+always onem = phoneme
+midendword onement 5-135-56-2345 atonement
+midendword onent 135-1345-26-2345
+midendword oneous 135-1345-15-1256-234 erroneous
+always oner 135-1345-12456
+midendword onese = Cantonese,
+word oneself 5-135-124
+midendword oness 135-56-234 Deaconess
+midendword onet = phonetics bayonet
+endword onez = Ordonez
+midendword ong 56-1245
+always oon = sooner
+always osome =
+word ou =
+always ou 1256
+midendword ound 46-145
+midendword ount 46-2345
+always ourselves 1256-1235-1236-234
+word out 1256
+always ought 5-1256
+always ow 246
+word o'clock 135-3-14
+
+# the letter p
+always paid 1234-145
+contraction pd
+always part 5-1234
+begword parta 1234-345-2345-1 partake
+begword parto 1234-345-2345-135
+begword parthen 1234-345-2346-1345 parthenon parthenogenesis
+word people 1234
+always perceive 1234-12456-14-1236
+always perceiving 1234-12456-14-1236-1245
+always perhaps 1234-12456-125
+begword photo =
+always pher 1234-125-12456 cyphered
+always pineapple 1234-35-1234-1234-123-15
+syllable portion 1234-135-1235-56-1345
+syllable port = porthole
+begword potho = pothole pothook
+begword pre =
+always preach 1234-1235-2-16
+sufword predator 1234-1235-1246-1-2345-135-1235
+always prof =
+word prof. 1234-1235-12356-256
+begword proff 1234-1235-12356-124 proffer
+always profit 1234-1235-12356-24-2345
+
+# the letter q
+always quick 12345-13
+contraction qk
+word quite 12345
+always question 5-12345
+
+# the letter r
+sufword rafter 1235-1-124-2345-12456
+word rather 1235
+sufword raw = rawhide
+begword reab = reabsorbed
+always reac =
+always reach 1235-2-16
+begword readj = readjust
+begword readm = readmit
+begword reaff 1235-15-1-235
+sufword reagent 1235-15-1-1245-26-2345
+begword reagg 1235-15-1-2356 reaggregated
+begword realig = realign
+begword rean = reanalyze, reanimate
+begword reapp = reappear
+begword reass 1235-15-1-234-234
+begword reatt = reattach
+begword reau = reauthorization
+begword reaw = reawaken
+begword rede =
+begword redi =
+word redo =
+word redone 1235-15-145-5-135
+begword redou 1235-15-145-1256 redouble redoubt 
+always redu =
+always receive 1235-14-1236
+contraction rcv
+contraction rcvd
+contraction rcvr
+contraction rcvs
+always receiving 1235-14-1236-1245
+contraction rcvg
+begword redis = redistribute
+begword redr = redress
+word reichstag 1235-15-24-16-234-2345-1-1245
+always rejoice 1235-245-14
+contraction rjc
+contraction rjcd
+contraction rjcr
+contraction rjcs
+always rejoicing 1235-245-14-1245
+contraction rjcg
+sufword renaming 1235-15-1345-1-134-346 renamings
+begword rene =
+begword renom = renominate
+begword renou 1235-15-1345-1256 renounce
+sufword renown 1235-15-1345-246-1345 renowned
+begword renu = renunciation
+begword rera = reradiate
+sufword reread 1235-15-1235-2-145
+sufword rerun = reruns
+always rever 1235-15-1236-12456
+always reveren 1235-5-15-26 irreverent
+always reverence 1235-5-15-56-15 irreverence
+sufword reverie 1235-5-15-24-15
+begword ribof =
+begword ribon =
+always right 5-1235
+
+# the letter s
+word said 234-145
+contraction sd
+syllable screw = screwhole
+begword seda =
+always sedu =
+always sent 234-26-2345 sentimental
+always sever 234-15-1236-12456 perseverance 
+always several 234-5-15-1-123 severally
+word shall 146
+word sh =
+always sh 146
+always shaus = In German names
+sufword should 146-145
+always shoulder 146-1256-123-145-12456
+word singapore 234-346-1-1234-135-1235-15 
+midendword sion 46-1345
+midword stak 234-2345-1-13
+midendword stion 234-56-1345
+word so 234
+always some 5-234
+midendword somed 234-135-134-1246 ransomed
+always somer 234-135-134-12456 somersault 
+always spirit 456-234
+midendword ssword 234-234-45-2456 crossword 
+partword st 34
+always sth 234-1456
+always sthe 234-2346
+word still 34
+always stime 234-5-2345
+midendword stown 234-2345-246-1345 Pickstown
+begword styro 34-13456-1235-135 styrofoam
+always ssh =
+word such 234-16
+word sch =
+always sword =
+
+# the letter t
+word th =
+always th 1456
+word that 2345
+word this 1456
+word thyself 1456-13456-124
+word tiddledywinks 2345-24-256-123-15-145-13456-2456-35-13-234
+always tnam =
+joinword to 235
+word today 2345-145
+contraction td
+word tomorrow 2345-134
+contraction tm
+word tonight 2345-1345
+contraction tn
+always thead 2345-125-2-145
+always theast 1456-15-1-34
+largesign the 2346
+always thea 2346-1 theater
+word themselves 2346-134-1236-234
+always their 456-2346
+always thence 1456-56-15
+always there 5-2346
+midendword thereal 2346-1235-2-123 ethereal
+word thereupon 5-2346-45-136
+always thereafter 5-2346-1-124
+always thered 2346-1235-1246
+always therer 2346-1235-12456
+always theres 2346-1235-15-234 theresa therese 
+midendword tion 56-1345
+always time 5-2345
+midendword timed 1245-24-134-1246
+midendword timer 2345-24-134-12456
+midendword timet = altimeter
+word these 45-2346
+always through 5-1456
+word together 2345-1245-1235
+contraction tgr
+word those 45-1456
+begword trans = transtype
+
+# the letter u
+begword un = unameliorated
+begword unble = unblemished
+begword uncon = uncongenial
+begword undis = undisturbed
+begword uneas = unease
+begword uneat = uneaten
+sufword unful = unfulfilled
+begword unmen 136-1345-134-26 unmentioned
+word upon 45-136 Dupont
+word us 136
+always under 5-136
+word unsaid 136-1345-234-145
+
+# the letter v
+begword vaing 1236-1-35-1245 vainglory
+word very 1236
+begword vice = viceroy
+
+# the letter w
+lowword was 356
+word wh =
+always wh 156
+midendword whart 2456-125-345-2345 Newhart
+word which 156
+word will 2456
+lowword were 2356
+lowword Were 6-2356 for back-translation
+always where 5-156
+word whereupon 5-156-45-136
+word wherever 156-12456-5-15
+largesign with 23456
+always word 45-2456
+word whose 45-156
+always work 5-2456
+sufword would 2456-145
+word would've 2456-145-3-1236-15
+contraction wd
+always world 456-2456
+
+# the letter x
+
+# the letter y
+word you 13456
+word you'd 13456-3-145
+word you'll 13456-3-123-123
+word you're 13456-3-1235-15
+word you've 13456-3-1236-15
+always young 5-13456
+word your 13456-1235
+contraction yr
+word yours 13456-1235-234
+contraction yrs
+word yourself 13456-1235-124
+contraction yrf
+word yourselves 13456-1235-1236-234
+contraction yrvs
+
+# the letter z
+
+# Système International Prefixes
+begword yotta 13456-135-2345-2345-1 10^24
+begword zetta 1356-15-2345-2345-1 10^21
+# begword exa 15-1346-1 10^18
+begword peta 1234-15-2345-1 10^15
+begword tera 2345-12456-1 10^12
+begword giga 1245-24-1245-1 10^9
+begword mega 134-15-1245-1 10^6
+begword kilo 13-24-123-135 10^3
+begword hecto 125-15-14-2345-135 10^2
+begword deca 145-15-14-1 10^1
+begword deci 145-15-14-24 10^-1
+begword centi 14-26-2345-24 10^-2
+begword milli 134-24-123-123-24 10^-3
+begword micro 134-24-14-1235-135 10^-6
+begword nano 1345-1-1345-135 10^-9
+begword pico 1234-24-14-135 10^-12
+begword femto 124-15-134-2345-135 10^-15
+begword atto 1-2345-2345-135 10^-18
+begword zepto 1356-15-1234-2345-135 10^-21
+begword yocto 13456-135-14-2345-135 10^-24
+begword anti =
+# begword endo 26-145-135 endow
+begword epi =
+begword extra =
+begword hyper 125-13456-1234-12456
+begword hypo =
+begword infra 35-124-1235-1
+begword inter 35-2345-12456
+begword intra 35-2345-1235-1
+begword iso =
+begword macro =
+begword meta =
+begword micro =
+begword mono =
+begword multi =
+begword patho 1234-1-1456-135
+begword peri 1234-12456-24
+begword poly =
+begword post 1234-135-34
+begword pre =
+begword pseudo =
+begword retro =
+# begword semi = seminar
+begword sub =
+begword super 234-136-1234-12456
+# begword tetra =
+begword trans =
+begword ultra =
+# begword uni =
+
+# other prefixes
+begword electro =
+begword neuro =
+begword psycho 1234-234-13456-16-135
+endword s' 234-3
+endword in' =
+endword 'd 3-145 back-translation: = doesn't work
+endword 'm 3-134
+endword 're 3-1235-15
+endword 've 3-1236-15
+endword 'll 3-123-123
+endword 's 3-234
+endword 't 3-2345
+word 'em = 
+always -com 36-14-135-134
+endword -to = pointed-to resource
+
+word abalone =
+sufword abecedarian 1-12-15-14-15-145-345-24-1-1345
+midendword aean =
+begword aen =
+begword aftere 1-124-2345-12456-15 aftereffect
+begword afteri 1-124-2345-12456-24 afterimage
+sufword airedale =
+sufword anemone = 
+sufword anteat =
+word antigone =
+word baloney =
+sufword bandog =
+sufword battledo = battledor battledome
+always bedragg 23-145-1235-1-2356
+sufword beguine 12-15-1245-136-35-15 proper name
+sufword belittle 23-123-123
+always benares 23-1345-345-15-234
+begword benev 23-1345-15-1236
+begword bene 12-26-15
+always bering 12-12456-346
+always bezel =
+syllable nomial =
+always boer =
+always burlingam =
+word caen =
+midendword lingian 123-346-24-1-1345
+endword reagh 1235-2-126 castlereagh
+sufword cation 14-1-2345-24-135-1345
+always chatham 16-1-2345-125-1-134
+always cicerone 14-24-14-12456-135-1345-15
+always blenz 12-123-26-1356
+always enzym 26-1356-134
+always coname 14-135-5-1345
+word conally 14-135-1345-6-13456
+word conatus =
+word conestoga 25-15-34-135-1245-1
+word coney =
+word conidium =
+endword zione =
+word cony =
+sufword deaconess 145-2-14-135-56-234
+begword denation 145-15-1345-6-1345
+syllable natur =
+always derogate 145-12456-135-1245-1-2345-15
+always dinghy 145-35-126-13456
+always  doggone 145-135-1245-1245-5-135
+always donee =
+word donegal =
+begword equidis = equidistant
+midendword thereally 2346-1235-15-6-13456 ethereally
+midendword enook =
+always eversion 15-1236-12456-46-1345
+sufword falconet =
+sufword feringhee 124-12456-35-126-15-15
+begword fired = firedamp firedrake
+always francene 124-1235-1-1345-14-26-15
+contraction frs
+sufword froward 124-1235-135-2456-345-145
+sufword garderobe 1245-345-145-15-1235-135-12-15
+midendword ometer 135-134-15-2345-12456 gasometer
+always gastight 1245-1-234-2345-24-126-2345
+word goering 1245-135-15-1235-346
+word Goodwill = with a cap
+word Goody = with a cap
+word Goodyear 1245-135-135-145-13456-15-345
+always genealog 1245-26-15-1-123-135-1245
+syllable herd = goatherd
+begword conan =
+always thold = berthold
+always equino =
+syllable thill = anthill
+word conch 14-135-1345-16
+word conches 14-135-1345-16-15-234
+syllable urinary 136-1235-35-345-13456
+always goddam =
+always oering  135-15-1235-346
+always handsomer 125-12346-5-234-1235
+always heartsease 125-15-345-2345-234-15-1-234-15
+always hereford 125-12456-15-123456-145
+always hereupon 5-125-45-136
+endword sheimer 234-125-15-24-134-12456
+always hermione 125-12456-134-24-135-1345-15
+always hoity =
+always toity =
+midendword blence 12-123-56-15
+midendword blend 12-123-26-145
+syllable rubber 1235-136-23-12456 indiarubber
+begword indist 35-145-24-234-2345 indistinct
+begword inerad 35-15-1235-1-145 ineradicable
+begword ingl 35-1245-123 inglewood inglenook
+word iredell =
+begword irre =
+word jaconet =
+word jehad =
+word jihad = 
+word konev =
+contraction lrs
+word limeade =
+always lineag 123-35-2-1245
+contraction llr
+always littleton = proper noun
+always littlejohn = surname
+always letterman = surname
+always oweed 135-2456-15-1246 locoweed
+always lonesome 123-5-135-5-234
+always maenad =
+always menhaden 134-26-125-1-145-26
+midendword encephal 26-14-15-1234-125-1-123
+sufword misoneism =
+sufword misterm 134-24-234-2345-12456-134
+sufword mistitl =
+always misword 134-24-234-45-2456
+word more'n =
+word nonesuch 1345-5-135-234-16
+word noway = change entry of noways
+word nowise =
+sufword nuthatch 1345-136-2345-125-1-2345-16
+begword oed = oedipus
+always oneida =
+word orangeade =
+begword out 1256-2345 outhaul
+endword full = overfull 
+begword oleag = oleaginous
+always peritoneum 1234-12456-24-2345-135-1345-15-136-134
+always peroneal 1234-12456-135-1345-2-123
+always persephone 1234-12456-234-15-1234-125-135-1345-15
+begword pinedr 1234-35-15-145-1235 pinedrop
+syllable root = pokeroot snakeroot
+always poleax = poleax
+sufword potherb 1234-123-2345-125-12456-12
+sufword potsherd 1234-135-2345-146-12456-145
+syllable hunter 125-136-1345-2345-12456 pothunter
+always praenom =
+always predecess 1234-1235-15-14-15-234-234
+always predicat 1234-1235-1246-24-14-1-2345
+always prounion =
+endword  edelic = psychedelic
+begword reaffor 1235-15-1-125-123456 reafforestation
+begword reappor = reapportion
+begword reavow  1235-15-1-1236-246
+begword redac = redact
+begword rededic 1235-15-145-1246-24-14 rededicate
+always redingote 1235-1246-346-135-2345-15
+begword renav = renavigated
+always renegad 1235-26-15-1245-1-145
+always rerefin 1235-15-1235-15-124-35
+begword resth = restharrow
+endword flery = riflery
+begword roped = ropedance
+always roustabout 1235-1256-34-1-12
+word sadowa =
+always scattergood 234-14-1-2345-2345-12456-1245-145
+word sever 234-5-15
+word severs 234-5-15-234
+word severed 234-5-15-1246
+word severing 234-5-15-346
+always severn 234-5-15-1345
+midword sever 234-15-1236-12456 perseverance 
+word several 234-5-15-1-123 severally
+always shofar 146-12356-345
+always shoshone 146-135-146-135-1345-15
+begword skeda = skedaddle
+always smitheren 234-134-24-2346-1235-26 proper name
+endword ouno = radiouno
+always sparerib 234-1234-345-15-1235-14-12
+always speakeas 234-1234-2-13-15-1-234
+begword spiken = spikenard
+syllable hound 125-46-145 loghound 
+always stingar 34-346-345
+always owork 135-5-2456 cowork stuccowork
+begword cowr = cowrote
+endword enaed 15-1345-1-1246 subpoenaed 
+begword threenod 1456-1235-15-15-1345-135-145 threenode
+always tranship 2345-1235-1-1345-146-24-1234
+begword trinar 2345-1235-24-1345-234 trinary trinaries
+always turnabout 2345-136-1235-1345-1-12
+always dledee =
+always dledum = tweedledee and tweedledum
+always twould 2345-2456-145
+begword unblea 136-1345-12-123-2 unbleach?
+begword unbless 136-1345-12-46-234
+begword underog =
+begword underiv =
+always vicenar 1236-24-14-26-345
+sufword violone =
+sufword wakerif =
+always wenceslaus 2456-26-14-15-234-123-1-136-234
+word whereabouts 5-156-1-12-234
+begword wired = wiredance
+always wiseacr =
+always you'n 13456-1256-3-1345
+always zingaro  1356-346-345-135
+always zwinglian 1356-2456-346-123-24-1-1345
+sufword thorn 1456-135-1235-1345
+word hearths 125-15-345-1456-234
+word hearth 125-15-345-1456
+
+# Problems handled with context
+noback context _$l["."]$l @256 U.S.
+noback context _$d["a"] @56-1
+
+always --- 36-36-36
+
+# Copyright 2014 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# Common definitions appended to all braille tables used by liblouis
+# in ChromeVox.
+
+# All tables get the Unicode braille patterns.  They are included by some
+# tables, but not consistently, and adding them again is harmless.
+include braille-patterns.cti
+
+# Use dot 8 to represent undefined Unicode characters.
+# While not ideal, this is much preferable to the built-in default of
+# the code point value preceded by a backslash.
+undefined 8
+# This table contains braille codes and rules for Assamese Grade 1 and includes English grade 1
+#
+# Copyright (C) 2014 National Institute for Visually Handicapped, 116, Rajpur Road, Dehradun, Uttrakhand, India
+#
+# This file is part of liblouis.
+#
+# liblouis is free software: you can redistribute it and/or modify it
+# under the terms of the GNU Lesser General Public License as
+# published by the Free Software Foundation, either version 2.1 of the
+# License, or (at your option) any later version.
+#
+# liblouis is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with liblouis. If not, see
+# <http://www.gnu.org/licenses/>.
+
+# This table is built and maintained under an activity of Braille Council of India
+# Contributors: Dipendra Manocha, Sreeja, Dinesh Kaushal, Mesar Hameed
+# Last updated on May 5, 2014
+# To report any bugs or any suggestion, please write to d@saksham.org and sreeja.param@gmail.com
+
+include bengali.cti
+include en-in-g1.ctb
+#-index-name: Awadhi
+#-display-name: Awadhi braille
+
+#+locale:awa
+#+type:literary
+#+grade:1
+
+# TODO: Please correct the metadata above. It is not meant to be
+# accurate nor complete. It hasn't been verified by the table
+# author yet. It is merely an attempt by the liblouis maintainers
+# to get some sensible initial values in place.
+
+# TODO: Please add a reference to official documentation about
+# the implemented braille code. Preferably submit the documents
+# to https://github.com/liblouis/braille-specs.
+
+include aw-in-g1.utb
+include braille-patterns.cti
+ISO8859-1
+.a4
+.aa4
+.ab4ba
+.ab7be
+.ab6s5t
+.ac6tin
+.adel4s
+.ad8la.
+.ad6le.
+.ad2r
+.ad1s2
+.af7f
+.af5t4
+.af5f6u
+.ag6na.
+.ag6ne.
+.ag4r
+.ai2
+.a6k
+.ak6ka.
+.ak6ke.
+.ak3kl
+.ak3kr
+.ak6ne.
+.ak6r
+.ak8sa.
+.ak4se.
+.ak6ta
+.ak4te.
+.akte4r
+.akter5e
+.ak5tr
+.akva7
+.a6l
+.albu5en
+.alfa3
+.al4ge.
+.al5gi
+.al6ka.
+.al4ke.
+.al4kom
+.al4la.
+.al4le.
+.al5leg
+.al5lo
+.all5s6
+.al4ma.
+.al8me.
+.al5m6in
+.al4na
+.al6s7k
+.als5o
+.alt4a
+.al4ta.
+.al5tar
+.al4te.
+.alt3o
+.al6ve.
+.am7b
+.a6me
+.am6ma.
+.am4me.
+.am4s4
+.am6ta
+.a6n
+.ana3b
+.an4da.
+.an4de.
+.an5d4ra
+.an4d5ø
+.an3er
+.anes5
+.an4ga.
+.an3ge
+.an4ge.
+.ange4s
+.an4ja.
+.an4ka.
+.an4ke.
+.an4la.
+.an3n
+.an4na.
+.an7nal
+.ann4e
+.an4ne.
+.an5s8
+.an4sa.
+.an4se.
+.ant2
+.an4ta.
+.an4te.
+.an5tem
+.an5tep
+.an4ti.
+.an6tin
+.an4tis
+.an4tiv
+.ap8lan
+.ap1p6
+.ap8t
+.arbi5
+.ar6de.
+.are4o7
+.ar4ge.
+.ar5ges
+.ari6a
+.ari8e
+.arie5ne
+.ar5ka
+.ar8ka.
+.arlan9
+.ar4me.
+.ar7mea
+.ar4na.
+.ar3ne
+.ar4ne.
+.ar5nes
+.ar6ra.
+.ar6r7u
+.ar6ta.
+.ar4te.
+.ar9ti
+.ar6va.
+.ar4ve.
+.ar4ved
+.ar4ver
+.arvi6
+.a6s
+.as8ka
+.as4ke.
+.as5kese
+.as4le.
+.as6pa.
+.as5s
+.ast5ru
+.at4h
+.at4ki
+.at4le.
+.at4na.
+.at2o4
+.at3s
+.atte4
+.att6r
+.a5ty
+.au8de
+.au6e
+.au8ga
+.au4ge
+.au4ka.
+.au8le.
+.au4r
+.au6sa.
+.au6se.
+.aus9k
+.au4sp
+.avi2
+.av7i6d
+.av7inde
+.av4la.
+.av4le.
+.av7s6
+.b6
+.ba6by
+.ba6la.
+.ba4le.
+.ba4ne.
+.ban4k3l
+.ba4re.
+.ba4ri.
+.ba8te.
+.be4de.
+.bede4n
+.be6d5ene
+.be4d5et
+.be8di.
+.be3e4d
+.be6ke.
+.be4la.
+.be9nar
+.be4ne.
+.be6ra.
+.be6re.
+.be4res
+.ber6ett
+.be8ri.
+.be7ska
+.be6sten
+.be4ta.
+.be6te.
+.be5t4v
+.bi6de.
+.bi6en
+.bi4le.
+.bilet5
+.bi6t3r
+.bl4
+.bla4d
+.ble4k3
+.ble5k4e
+.blek4k3f
+.blekk3s4t6
+.blekk9s8v4
+.bling5
+.bo8da
+.bo8de.
+.bogs8
+.bok5
+.bo4k4en.
+.bo8la
+.bon2
+.bo4na.
+.bor6t5
+.bort6e
+.bor8ti8
+.bort9r
+.brudd7s6
+.bruddså7
+.bu6da.
+.bu3d6r
+.bu4et
+.bus6sy
+.by6de.
+.by8ta.
+.bæ2
+.bø6k5a
+.bø8nen
+.bø8ner
+.c4
+.ca4en.
+.car4s5
+.ca6se
+.ce6b
+.cos1
+.co4st
+.d6
+.da4ge.
+.da4le.
+.dags6e
+.da2m
+.da4ne.
+.da4ta
+.dau3s
+.deka9r
+.deko7d
+.de4le.
+.de4l5ei
+.del5s6
+.de4mi.
+.demo7e
+.den5sl
+.de4re.
+.de4r5et
+.de4ri.
+.de6r3i4
+.de7r4i5v
+.de4r5om
+.de6s5m
+.de4so
+.de4sto
+.de4u
+.devi5s
+.di2a
+.di5e4l
+.di6er
+.di4et.
+.di9f6t
+.di4ne.
+.dings7a
+.di4sk
+.di8s3t
+.do4en
+.do4er
+.do8et
+.dome5
+.do4ra
+.do6re.
+.drau4m
+.ds4
+.du4a
+.du4en.
+.du4er
+.duft3
+.du4ge.
+.duk3n
+.du4se.
+.du4st
+.dy4re.
+.dø6la.
+.dø6r3
+.dø7r4a
+.dø7r4e
+.dø4ve.
+.då5ren
+.då7ret
+.e6
+.eb4ba
+.ecu6
+.ed4da
+.ed4le.
+.efo7
+.ef4ta
+.efta5s
+.ef6ter
+.eg8de.
+.ege2
+.ege5l
+.eg6ga.
+.eg4ge.
+.eg4gel
+.eg8la.
+.eg4le.
+.eg6na.
+.eg4ne.
+.ego7t8
+.egs4
+.eg8se.
+.eg5si
+.ei2
+.eid5a
+.ei5den
+.ei4ga.
+.ei7ger
+.eik5a
+.ei4ke.
+.ei3l
+.ei3m
+.ei8ma.
+.ei8me.
+.ein7as
+.ei3ni
+.ein5og5
+.ein5s6ta
+.ein8s7to
+.ei9rar
+.ei5res
+.eir9u 
+.ei5te
+.eit9r
+.ekk4o
+.ek4le.
+.ek3li
+.ek6ne.
+.ek4r
+.ek8sa.
+.ek3se
+.ek8se.
+.ek4sp
+.eks6pi
+.eks3t4
+.ek5s4ta
+.ek8ta
+.ek4te.
+.ek7to
+.el8da.
+.el4de.
+.el4g5r
+.eli5ne
+.el3k
+.el5l
+.el6s
+.els6a
+.els4kl
+.els6t
+.el6ta.
+.el6te.
+.el6veg
+.em3b2
+.emfa9
+.em4ma.
+.em8me.
+.em6na.
+.em5p
+.en5a
+.en4da.
+.en4de.
+.end5r
+.en4ga.
+.en6gav
+.en3ge
+.en4ge.
+.en6g5r
+.engs6
+.en6ka
+.en4ke.
+.en5og5
+.en6sa
+.en4se.
+.en5so
+.en3sp
+.en5t
+.en6te.
+.ent4r
+.en6t5ra
+.ent8re
+.en3ø4
+.ep6t
+.er8a
+.er4e
+.er4g5r
+.er4ke
+.er4la.
+.er4le.
+.er6ma.
+.er4me.
+.er4mek
+.er4na.
+.er6ta.
+.er4te.
+.es9ast
+.es1k
+.es3ka
+.es8ka.
+.es4ke.
+.es5l
+.es8la.
+.es8le.
+.es3p
+.es6pa.
+.es6r
+.es8sa.
+.es4se.
+.es4so
+.es5ta
+.es3te
+.es6te.
+.es7tet
+.es5ti
+.est3r
+.es7tu
+.et8la.
+.et8le.
+.et4na
+.et4ne.
+.et4s
+.et8sa.
+.et5s4e
+.et6se.
+.ets4i
+.et1te4
+.et6ter
+.et6ti
+.ev8ja
+.ev4je.
+.ev4ne.
+.ex4
+.f4
+.fa2e
+.fag3s4
+.fa4ne.
+.fan3t4o
+.fe4e
+.feil5i
+.fe2l
+.fela9
+.fel5l
+.fel4ta
+.fe4ma
+.fe8me
+.fem5o6g5
+.fem5t
+.fer8ro
+.fer6s
+.fe8sl
+.fe8st5
+.fes3t6e
+.fi4b5
+.fi6a
+.fi4le.
+.fire5o6g5
+.fis6k
+.fjel4
+.fla4t5o
+.fo4bi.
+.fol2
+.fo2r
+.for3d6ri
+.for7d6ra
+.for5en.
+.form5s
+.for7s6o
+.fre6e
+.fri5e6re
+.fug2
+.fu6ge.
+.ful2
+.fu8se.
+.fy8se
+.fø8rel
+.g6
+.gaf7
+.ga4le.
+.ga8li.
+.ga4me
+.ga4ne.
+.gang5s4
+.gas4
+.gas5ta
+.ga2t
+.ga4ve.
+.ga9vee
+.ge2a
+.gel4e
+.ge3ne
+.ge6ni5
+.gen5s
+.ge4o
+.ge4st
+.ge5s6tap
+.ge9sv
+.gha5
+.gift5s
+.gi4n
+.gi4s
+.gis7p
+.gi8v3a
+.gl6
+.glo6i
+.glo9v
+.gly5s
+.glø9se
+.gnå7la
+.go5des
+.gos7
+.gra4v3end
+.grei4e
+.grunn5s
+.grus5s
+.gu4de.
+.gud3v4
+.gu4lat
+.gus1
+.gu4tu.
+.gø2
+.gås4e5
+.gå4v
+.h4
+.hai5s6
+.ha6ka.
+.ha8ma.
+.hand5s6l
+.handsla9
+.ha6v5ak
+.ha6vi
+.he4er.
+.hei5e
+.he2n
+.hen3i2
+.he6r5i6
+.he6r5o6
+.he9r6oe
+.he7r6oi
+.he7r6ol
+.he9r8os
+.hes4s5
+.het6s5
+.het7s6e
+.he4t5
+.he5t6e
+.hil4l
+.hi4n
+.hi6re.
+.ho2d
+.ho2e
+.ho4re.
+.ho5ren
+.ho7ret
+.ho8ta.
+.ho8va.
+.hu4di
+.hus6val
+.hvit3
+.hvi3t4e
+.hy6ra.
+.hy4re.
+.høi5
+.hø4re
+.hø4va
+.hø4ve.
+.høy6st5æ
+.hå8en.
+.hå8er
+.hånd5s6l
+.i2
+.i3a4
+.i3bl
+.i4da
+.ifø5re
+.ig8la.
+.ig4le.
+.i4her
+.ik2
+.ik6k
+.ikke5
+.i3k6l
+.ik5t
+.ik8te.
+.i5kv
+.i3la
+.i4la.
+.i8lande
+.ilbo8da
+.il6d3r
+.il6de.
+.i3leg
+.i6les
+.il4ja
+.il6je.
+.il6ke.
+.il4le.
+.il6sk
+.il4te.
+.i6me
+.imø5te.
+.in5ad
+.in5de
+.in8ga.
+.in4ge.
+.in3gr
+.in6gri
+.in5k6
+.in6ka.
+.in4n3
+.in4ne.
+.in5n6e
+.in6n7eks
+.in6n7ets
+.in6n7ett
+.in4n3i
+.in5s
+.in7tes
+.io4na
+.io4nom
+.i4rer
+.ir7k8
+.ir8ra.
+.ir6re.
+.i6sa
+.i3sc
+.i6se
+.is7k6
+.isla8ga
+.is6lam
+.is4le.
+.is4let
+.is4me.
+.is8na.
+.is8ne.
+.is5pa
+.i5spe
+.is3s4
+.is6sa.
+.is4se.
+.is5sk
+.ist6
+.is8te.
+.i5sted
+.i5stem
+.is7ti
+.i6s7tj
+.i6s7tr
+.is8ut.
+.i6s5ø
+.i5ti
+.i3va
+.i4van
+.i4var.
+.i3ve
+.i4vel
+.i6ven
+.i4ver.
+.i4vere
+.iv8ra.
+.iv6re.
+.i3ø
+.j4
+.ja4de.
+.ja6e
+.ja4ne
+.ja8se.
+.ja4va.
+.je2a
+.je2l
+.je2m
+.je5re
+.jern5s4
+.je4ta
+.ji4
+.jo8en.
+.jo4se.
+.ju6a
+.ju6la
+.jule3
+.ju4li3
+.jø4dep
+.k6
+.kaf2
+.ka6la.
+.ka6li.
+.kalve5l8
+.ka5me
+.ka3na
+.ka4ne.
+.ka4p3r
+.ka4ra.
+.ka5r6a5v
+.ka6re.
+.ka5rin
+.ka4te.
+.ka5t6h
+.kau9k
+.ka6va.
+.ka4ve.
+.ke6e
+.kel3
+.kier3
+.ki4na
+.ki7ni
+.kino3
+.kir2
+.ki4se.
+.ki8va.
+.ki6ve.
+.kje3de5
+.kje4k
+.kjek7l
+.kjønn4
+.kle4s
+.kli5ne
+.klo9va
+.kly7sa
+.kna7se
+.kne4p3r
+.ko6da.
+.ko7gr
+.ko4la
+.ko3le
+.ko8le.
+.kol5j
+.ko3pe
+.ko6pe.
+.kor6s5ed
+.ko4se.
+.ko6ta.
+.ko4te.
+.ko6ve.
+.kring5s
+.ks6
+.ku5f4l
+.ku4le
+.ku8ra.
+.ku4re.
+.ku8ta.
+.ku8te.
+.kva4r1a
+.kve9ka
+.kve5ke
+.ky8la.
+.ky4le.
+.ky6te.
+.kø3s
+.kå6pa
+.l6
+.la4da.
+.la4de.
+.la4ga
+.la4ge.
+.la5ger
+.la4ma.
+.la6ta.
+.la4te.
+.la3tr
+.la4va
+.la3ve
+.la4ve.
+.le8ar
+.le4da.
+.le4de.
+.le4er
+.le6et
+.le2f
+.lef3l
+.lega5ta
+.le4ge.
+.le4gel
+.le8gi.
+.lei5er.
+.lei4ve
+.le4ke.
+.le4k5r
+.lemu9
+.le4ne.
+.le6o7
+.le7s6a
+.le4se.
+.le4sek
+.le4ses
+.le4s5p
+.le2t
+.le7ta
+.let6tan
+.le2u3
+.le3va
+.le4va.
+.le4ve.
+.le4ves
+.li8a
+.li4de.
+.li4e4
+.li5ene
+.li2g
+.liga3
+.li2k
+.lik5k6
+.lik3o
+.lik3s
+.li4ma
+.link6
+.li6ra
+.li4re.
+.li4sa
+.li4se.
+.li4ta.
+.li4te.
+.li5ti
+.li4ve.
+.li4v5en
+.liv8s7u6
+.liv4s5v
+.lo4e
+.lo6ge.
+.lo8gi.
+.lo6g5r
+.lo4i
+.lo6na
+.lo8o
+.lo6ri
+.lo8sa.
+.lo4se.
+.lo6te
+.lo4va
+.lo3ve
+.lo4ve.
+.lu4d
+.lu2e
+.lu4na
+.lu6pa
+.lu4pe.
+.lu6ra.
+.lu4re.
+.lu6se.
+.lu4ta.
+.lu9tas
+.ly4de.
+.lyd3s
+.ly8e
+.ly8ge
+.ly4se.
+.ly4sk
+.ly5s6e
+.lys5s6
+.ly8str
+.ly4te.
+.ly4ve.
+.lø8de.
+.lø6en.
+.lø8ne.
+.lø6pa.
+.lø4pe.
+.løv5i
+.løye5ne
+.lå8ma
+.lå5re
+.lå6re.
+.lå4te.
+.m8
+.ma4ge.
+.mag9r
+.ma3ka
+.ma4ke.
+.mak6t5at
+.makt5s
+.ma4le.
+.ma4li.
+.ma4na.
+.ma4ne.
+.ma4ni.
+.ma4ra.
+.ma4re.
+.ma4ri.
+.ma4sa.
+.ma4si
+.ma6st
+.ma8ta
+.ma6t8h
+.mat5t8o
+.ma4v
+.me4d3
+.me6d5ei
+.me6d4i
+.me6d7in
+.me6d5r
+.mei5er.
+.mei5et
+.mek5l
+.me6la.
+.mel3l6o
+.me4l5ø
+.me4ne.
+.me3ri
+.me4sk
+.me2t6a3
+.me3ta4ll
+.mes5ti
+.me4tri
+.mi6kj
+.mi4le.
+.mi4me.
+.mi4ni.
+.mi4nik
+.min4k3
+.min5k4e
+.mi6s3t4
+.mne6
+.mo5de
+.mo6er
+.mo4na.
+.mo8ne.
+.mon4st
+.mons6t5r 
+.mor5d6e
+.mo4re.
+.mor3t6a5
+.mo4se.
+.mo4ta
+.mo4tek
+.mo4ter
+.mo4tr
+.mo5v
+.mu8ga
+.mu8ge.
+.mu6le.
+.mul5es
+.mur7
+.mu5r8e
+.my8ka
+.my4ke.
+.mø4re.
+.mø5res
+.mø2t
+.må6la.
+.mål3o
+.n8
+.nabo3
+.na6ge.
+.nak2
+.na8ke.
+.nan5s
+.na4r
+.na4sa.
+.nat2
+.na3tr
+.nat6tr
+.ne4de.
+.ne4den
+.ne4d5i
+.ne4d3r
+.ned3s4
+.nei5e
+.ne8pa.
+.ne6pe.
+.ne2s
+.ne4t
+.ni8ar
+.ni6er
+.nig4l
+.ni4na.
+.ni5o6g5
+.ni4pa.
+.ni6pe.
+.ni8sa
+.ni6se.
+.nita9
+.ni4to
+.ni4va
+.no6de.
+.no6e
+.no8ka
+.no4me.
+.no8mi.
+.no4r
+.no8se
+.no8si.
+.no4va.
+.nu4e
+.ny5a
+.ny8sa.
+.ny6se.
+.ny4te.
+.nær9ast.
+.næ4re.
+.nød4d
+.nø4re.
+.nå4de.
+.nå6le.
+.o6
+.obo5e
+.od4da.
+.od4de.
+.od8la.
+.od8le.
+.offsi6
+.of4te.
+.of5teb
+.og4
+.ok1k
+.ok8ka.
+.ok8ke
+.ok4se.
+.old3s
+.ol4ga.
+.oli5
+.ol8la
+.ol8le.
+.ol6m
+.om1
+.om4ar.
+.om6bo.
+.om4e6n
+.om4gå.
+.om4me
+.om5s2
+.on4de.
+.on5des
+.ond3s
+.on6kl
+.on6na
+.on8ne.
+.op5ar
+.op4pa
+.op4pe
+.opp7el
+.op4pi
+.opp3l
+.oppla8te.
+.opp5s6
+.or4da
+.or4de.
+.or4del
+.or4dr
+.ord5s4
+.or5ga
+.or6ka.
+.or4ke.
+.or6me.
+.or4re.
+.ort6
+.or6va
+.osa5
+.os4k
+.os4s
+.os4te.
+.ot5r
+.ot7t8a
+.ot4ta.
+.ot4te.
+.ot4tes
+.ot3to
+.ot4to.
+.ove6
+.over3
+.overen6d
+.over3i4
+.over5k8
+.ov8re
+.ov5u
+.p6
+.pa8la.
+.pa4le.
+.pa5n6e
+.pa6n7eu
+.pa5n6i
+.pa6re.
+.pe3do
+.pe4ke.
+.pek5t
+.pel4sj
+.pe4ne.
+.pe2p
+.pep3r
+.pe8sa.
+.pese5t
+.pe4st
+.ph2
+.pi6le.
+.pi6p
+.pi9ra
+.pi2s
+.plen5g6
+.plus6s5 
+.plus7s6e
+.plø7se
+.po4et
+.po3la
+.po8la.
+.po4le.
+.po4log
+.po2p1
+.po2p2e
+.pop3p
+.po3p2u
+.po8ra
+.po6re.
+.po4res
+.po6st
+.po8ta.
+.po6tek
+.ps2
+.pøn3
+.pøn9s6
+.på5d6
+.r6
+.ra6da.
+.ra6et
+.ra4ga.
+.ra4ge.
+.ra4ja.
+.ra4ka
+.raks7
+.ra2m
+.ra4na
+.ra4ne.
+.ran7s6a
+.ra6pa.
+.ra6pe.
+.rap4s
+.rap5s4e
+.rap5s4o4
+.ra4re.
+.ra6sa.
+.ra7ti
+.ra6va.
+.ra4ve.
+.re4al
+.re6da.
+.re4de.
+.ree6l
+.rege4l
+.re4gi.
+.rei2
+.rei7de
+.rei5er.
+.re4ins
+.re6ka.
+.re4ke.
+.re8klar
+.re8kle
+.re4kli
+.re6kn
+.re8le.
+.re4ma.
+.re4na.
+.re4ne.
+.ren6sk
+.ren4t
+.rep5s
+.res9s
+.re5s6tan
+.rett7s8kri
+.re4ve.
+.re4ves
+.rev9n
+.ri2d
+.ri8e
+.rie5ne
+.ri6ka.
+.ri6ma
+.ri4me.
+.ri4pa.
+.ri4pe.
+.ri4p5o
+.ri4sa.
+.ri4se.
+.ris5ko
+.ri4s3ø
+.ri4ta.
+.ri6te.
+.ri6va.
+.ri4ve.
+.ro4an
+.ro4de.
+.ro8di
+.ro4e
+.ro8ke.
+.ro4ma.
+.ro4mi
+.ro6pa
+.ro9par
+.ro3pe
+.ro4pe.
+.ro4sa
+.ro9sar
+.ro4se.
+.ro4sed
+.ro4ta.
+.ro4te.
+.ro4tek4
+.ro8va
+.ro3ve
+.ro8ve.
+.ru8ga.
+.ru4ge.
+.rug9le
+.ru8ka
+.ru4na.
+.ru4ne.
+.runes6
+.run7g
+.ru4se.
+.ru4sk
+.ru8va.
+.ru4ve.
+.ry2e
+.rye7ne
+.ry6ke.
+.rød2
+.rød7s4
+.rø8le.
+.rø4re.
+.rø1v
+.rø8va.
+.rø4ve.
+.røy7e
+.rå8da.
+.rå4de.
+.rå4en
+.rå8er.
+.råg8
+.rå6ka.
+.rå4ke.
+.rå3k4l
+.rå6na.
+.rå8sa.
+.s6
+.sa4ge.
+.sag6n
+.sa4la.
+.sa4le.
+.sa4me.
+.sa4mer
+.san6d7
+.san7d8e
+.san7d8i
+.san8s7ku
+.sau6e
+.sch6
+.se2b
+.se2e
+.se4i
+.se4k5l
+.sek4s5o6g5
+.sel4v5
+.sel4v5i6
+.se6na.
+.se4ne.
+.sen7s
+.se4ra.
+.ser7vel
+.se4te.
+.sha9ke.
+.si2d
+.si6er
+.si6ga.
+.si4ge.
+.sik5k6e
+.si8la.
+.si4le.
+.si4ne.
+.sinn6s5
+.si4ra.
+.si5str
+.si4va
+.si4ve.
+.sje4i
+.sju5o6g5
+.sk4
+.ska7ka
+.ska5ke
+.skat4
+.skei5d
+.ski6n
+.skinns6
+.sko7de.
+.skog5u
+.skritt9s8
+.skudd5s6
+.skuddså7
+.sku6m5
+.sky6f7la
+.skå5ra
+.slim5
+.slotts5
+.slu9ka
+.slu5ke.
+.slø5se
+.sma4s
+.smas5k
+.smo9g
+.små3
+.små7k6
+.små9l
+.små5t4
+.småt5t
+.sn4
+.sne3
+.snitt5s6
+.snø3k
+.soa8
+.so8de
+.somma4
+.son6a
+.sop4pa
+.sor4t5
+.so4ta.
+.s8p6
+.spa5ra
+.spe6e
+.spi9la
+.spri5s6
+.st6
+.sta9ka
+.sta5li
+.stat4s
+.sted4s
+.ste4i
+.stein7a8
+.stein7s8
+.stem4m
+.stev9na
+.sti7me
+.sto5ne
+.sto6ra
+.strek5s6
+.stu8a
+.stu9va
+.stål5l6
+.sund5s6
+.su4ri
+.su5te
+.sv8
+.sva5la
+.sva5ra.
+.sva5re
+.svar5s
+.sver8n
+.syd5 
+.sy5d6e
+.sy6na.
+.sy4ne.
+.sy5ter
+.sy3ti
+.sy6v5
+.sy6v5o6g5
+.sz6
+.sæ2
+.sær1
+.sær3e4g
+.sø8ka
+.sø4ke.
+.søl6v5
+.sør3a
+.søye5
+.søy6en
+.så5pen
+.så3re
+.t8
+.ta8ke.
+.tak9r
+.tak5sk
+.tak9s8p
+.ta4la.
+.ta4le.
+.ta4les
+.tal4li
+.tam5m
+.tan5de
+.ta4p5r
+.ta4ra.
+.ta4re.
+.ta2s
+.te4e
+.te6i
+.tei9er
+.te8ke.
+.te4ma.
+.te6o
+.te8ne.
+.te4se.
+.te7si
+.te4sta
+.te4str
+.th2
+.ti8a
+.tid5r
+.tid6s3
+.ti4de.
+.ti4e
+.ti4g3r
+.ti4ki
+.ti4l5
+.tili6
+.ti4med
+.ti4na.
+.ti4ne.
+.ti4p5l
+.ti4s
+.to5arm
+.to6en.
+.to4er.
+.to6et.
+.tokk8
+.to6le.
+.to6na.
+.to5o6g5
+.to4ra.
+.to4re.
+.to6reb
+.to3ro
+.torsk6e5
+.tor4s5v
+.to5rye
+.to4str
+.tota9la.
+.to5t8
+.to8te.
+.to6va
+.to4ve.
+.tr6
+.tra7c
+.tre3b
+.tre7p
+.tre5o6g5
+.tre6skja
+.tre3s8ko
+.tre3sp
+.tre5s6t
+.ts2
+.tsj2
+.tu4en.
+.tu6na
+.tu4ne.
+.tu6ra.
+.tu4re.
+.tu8ve.
+.tve6n
+.tver6r5a6
+.två7g
+.ty6da.
+.ty4de.
+.ty8et
+.ty8re.
+.tyr8s9
+.ty5ter
+.ty5ti
+.tæ4re.
+.tøv9d
+.tø6ve.
+.tø9ver
+.tø5vet
+.tå5ker
+.tå4le.
+.tåp9n
+.tå5ren
+.tå7ret
+.u5a6
+.u1b2
+.u6berg
+.u3d2
+.u7de
+.u3e6
+.u4er.
+.u6era
+.u4ere
+.uf4f
+.uf8sa
+.u4ga
+.u5gi
+.ug6la.
+.ug8n
+.u1i
+.ui6m
+.u1k6
+.u4ka.
+.u6ke
+.u7kn
+.u3le
+.u4le.
+.ule8k
+.ulen4d
+.u6lende
+.u8lene
+.u6let
+.u4lin
+.ul6ka
+.ul4ke.
+.ul4la.
+.ul8le.
+.ul8ma.
+.ul4me.
+.ul4ne.
+.ul5t
+.ul6te
+.u1lu
+.ul4v5i
+.u1ly
+.u3lå
+.u5ma
+.umu7
+.u2n
+.unde6ri
+.und5r
+.une8
+.u5nek
+.u9net
+.un4ge.
+.un2n
+.unn3s
+.u3no
+.un4se.
+.un4t
+.u5nu
+.u1o
+.u1p
+.u4pi
+.up2l
+.u2ra
+.u5raf
+.ur6an
+.u6rane
+.ur4d
+.ure4n
+.u4ret.
+.u6rets
+.u2r2i
+.ur4ke
+.ur6na
+.ur4ne.
+.u1ro
+.ur1s
+.ur8ta
+.ur4te.
+.urte5m8
+.ur6tet
+.u5rut
+.u3ry
+.u5rå
+.u1s2
+.u4sa.
+.u4sas
+.u5se
+.u3ska
+.u5sn
+.u7sp
+.us3se
+.us6t4
+.u7stek
+.u5stel
+.usy5r
+.u2t
+.uta4g
+.ut5age
+.u3tak
+.u4ten.
+.ut5esk
+.ut6e7sko
+.u4ti.
+.ut3kan6t5
+.ut4ne.
+.u5tol
+.ut3o6v
+.ut6rer
+.ut6rov
+.u3trø
+.ut6se.
+.ut4si.
+.ut3t4
+.u3tu
+.v6
+.va4da.
+.va4de.
+.vai4
+.va4ke.
+.va6les
+.valg5s
+.va4ne.
+.van4n5
+.vann5s4
+.va6reta
+.vari4e
+.var5sk
+.ve8en.
+.ve4ga.
+.ve6ge.
+.ve4g3i
+.veg3s4
+.vei3g4
+.vei3s
+.vei4ta
+.ve4l3
+.ve5l4ar
+.ve6l5art
+.vel5d
+.ve4l3e
+.vel5l
+.ve5l4os
+.ve4l5ov
+.ve4ly
+.ve8læ
+.ve4ne.
+.ve4net
+.ve4ra.
+.ve4ras
+.ve6re.
+.vermo9
+.vers4t
+.ver5ste
+.ve4sl
+.ve4st
+.vete5
+.ve8te.
+.ve4ve.
+.vi4da.
+.vide4
+.vi6de.
+.vi4d5å4
+.vi2e
+.vi4ka.
+.vil5l6a5l  
+.vil5l6a5t
+.vi6ma.
+.vi8me.
+.ving7s
+.vin5n
+.vi4sa.
+.vi4se.
+.vi6seri
+.vi4ta.
+.vi4te.
+.vi5tr
+.vok4s3
+.vok5s6e
+.vo6r
+.vo6ta.
+.vy4
+.vye5ne
+.væ4ra
+.væ4re.
+.vå4d
+.vå4r3
+.vårs6
+.wa4r
+.wi6e
+.xe2
+.y6
+.ye4
+.yn8da.
+.yn4de.
+.yn6ge.
+.yn8ka.
+.yn6ke.
+.yn4kv
+.yns2
+.yp8pa.
+.yp4pe.
+.yr8ja.
+.yr8je.
+.yr8ka
+.yr4ke.
+.yrkes5
+.yr6t
+.ys4
+.ysterie8
+.yt9ren
+.yt5t
+.yt6te.
+.yv6
+.z4
+.zj8
+.æ8
+.ære4s5a
+.ære4st
+.æt4te.
+.ø6
+.øg8la
+.øg4le.
+.øi5
+.øi6e
+.øko5
+.øk6ta
+.øk4te.
+.øl3ed
+.øl3s6
+.øl3v6
+.øm4me.
+.øres8t
+.ør4je
+.ør5k
+.ør8na.
+.ør4ne.
+.ør6ski
+.ør9sm
+.ør3st
+.ør8ta
+.ørt9an
+.ør8te.
+.øs2
+.øs4t
+.øv4d
+.øve4r5
+.øve4r6s
+.øv4re.
+.øy6de.
+.øy2e
+.øyele8ge.
+.øy5ene
+.øy4n
+.øy6na
+.øy6ra
+.øy4re
+.øy8rer
+.øy4str
+.å2
+.å6e
+.å6f
+.å6g
+.å6k4
+.å8l
+.ål6t
+.ål8ut.
+.å8m
+.ån8da.
+.ån4de.
+.ånd6s5
+.åp6na
+.års3k
+.å6se
+.ås3k
+.ås7l
+.ås3m
+.å3ste
+.ås5v
+.å4t
+.åt4te.
+.åtte5o6g5
+.å6v
+a1ad
+4aaf
+a3aft
+aa4g
+a1aks
+aak5v
+aa3la
+aa2m
+a1a2n
+a6an.
+aans9t
+a7antr
+a1ap
+aa4ri6
+aarie9ne
+aar5n
+aa2s
+3aase
+aa5t6h
+a1av
+a6bab
+ab7av
+ab9b8l
+ab4but
+abe4lei
+abel5t4
+abe9na.
+abes9ka
+4abev
+a5bh
+abie6
+abi9er
+abi9la
+a4bist
+ab1l
+ab9lara
+ab4lok
+abl7u
+a5bo9a
+abo3b
+abo3e
+a3boer
+abo3kl
+a3bord
+5aborte
+ab1r
+ab8re
+ab2sl
+abu5e
+a4buel
+a4buf
+a6busk
+a4bute
+a4by.
+a4byb
+a4byk
+aby3r
+8ac
+aca5
+a6ca.
+ache3a
+ack3
+a1co
+6ada
+a5dal
+ad5ant
+a4dart
+ad9da
+a2deb
+ade5i6s
+a2dek
+a4del
+a4d5elv
+a5dend
+a3dene
+a2deo
+a2dep
+a5der.
+aderle7
+a2des
+a5de4ser
+a3desl
+a3det.
+a3dets
+3adfer
+1adg
+ad8ge
+adi4ene
+ad1j
+1adju
+2adl
+1adm
+ad5n
+ado7a
+a4dob
+ad7opp
+4ador
+a7dora
+ad5raf
+ad7ran
+a2dre
+ad7rel
+ad5rep
+ad3ret
+ad3rid
+ad1ro
+a7drø
+ad4s5amt
+ad4si
+adsle6ge.
+ad5s4let
+ads5te
+ad5s6tek
+ad3str
+ad5un
+1adv
+adva5re
+2adve
+a4dy.
+a4d5øy
+2a1e2
+4aea
+a4ed
+ae3de
+aed7r
+aek5t
+a4el.
+ae5la
+ae3li
+ael5o
+aen5t
+a3ep
+aes8ke.
+aes4t
+6afa
+6afc
+a4fe.
+afei5
+af4fan
+af4fei
+affe3s
+af7fi.
+affi3d
+af5f4u
+af4i
+afia1
+afi5an
+a2fib
+a6f5inn
+afi7re
+a4fiti
+a5fjo
+af9la.
+af9lar
+af3le
+af5li
+a4frik
+6afo
+afo7ra.
+afo7r8e
+afore5ne
+afra5s
+1afri
+afs1l
+aft5ei
+af4t5e4l
+af6t5o
+aft1s4
+af5yr
+afø4r
+afø5ri
+4aga
+a2gaa
+a5gae
+a4ganf
+agang7s8
+a4gart
+a5gas.
+aga6ve.
+ag5de
+a7gelen
+a2gem
+3a4gent
+age4r3a
+age6rek
+age5risk
+a7gers
+a5geru
+age5s2
+a4geta
+a4gé
+ag5gar
+ag4gas
+ag5ge
+agg1s2
+agg7u
+ag6gut
+a4gi.
+ag5id
+agi6s
+ag1la
+ag4lem
+ag6lesa
+ag5lå
+agmo8e
+agn5om
+4ago
+ago5d8
+ag1or
+a5gos
+a3got
+ag5ov
+ag7ras
+ag1re
+ag1ri
+4a3gru
+ag1rå
+ag4samb
+ags4ang
+ag3s4ei
+ag4sel
+ag3sem
+ag5s6ing
+ag6sju
+ag4ska
+ags4kul
+ag2sl
+agsmå6la
+ags3tr
+ags3t2v
+ag2sy
+a6gu.
+agu3ay
+agå8va
+agå8ve.
+a1h
+a5hi
+ah4n5
+ah4v
+ai1a4
+ai3e2
+ai3er.
+ai4is
+ai5ke.
+ai5ko
+ai9kv
+ai5ne
+a3ing
+a1inn
+ai4n5o4
+ai1ro
+ais4e
+ai4s3k
+aisk2h
+ai8sm
+ais6om
+ais5s
+ai5s4v
+ai5ve
+ai5ø
+a1j
+aja9d
+a7je
+a8je.
+ajes7
+a4jé
+a4ji
+a6jl
+6ak.
+a1ka
+4aka.
+1a2kad
+6akaf
+ak3aks
+6akan
+aka4o5
+4akar
+ak6arb
+aka4t5r
+ak4au
+2akd
+2ake
+a9kec
+a2keh
+a3kei5
+a6kek
+akel8e
+akelei9er
+ake5l4i
+ake4rek
+a4kerø
+ake5sm
+akes6p
+a8kete
+akhe6n
+4a1ki
+a6kid
+a6kik
+ak7ind
+akis1
+2a1kj
+akk6and
+ak5ke.
+ak3ken
+akk5erst
+ak4kes
+akki4
+ak5kim
+ak4k5is
+ak6kj
+ak1ko
+akk3ol
+ak6k5ri
+ak1ku
+ak4kul
+ak4k5v
+2ak1l
+ak3lev
+ak6lik
+ak6lus
+6akn
+ak5ne
+a5kno
+2a1ko
+ak5om.
+a5kon
+a7kos
+ak1o2v
+ak4pe6
+akra8sa
+ak5reg
+akregi4
+ak3res
+ak3ro.
+ak3roe
+ak1ru
+ak4s5and
+ak4sek
+akse3l4o
+ak4s5elv
+ak4ses
+ak7s6id
+3aksje
+ak2s1k
+ak7sku
+ak6sl
+4akso
+4aksr
+aks5ti
+ak5stol
+aks4tr
+akst7ren
+4aksu
+ak4tab
+ak4tai
+ak4tak
+akta6le.
+akt5all
+ak6tam
+ak6tans
+ak4tap
+ak4tas
+ak4tav
+ak4teg
+ak4tek
+ak5teme
+4akth
+7aktig
+ak5tit
+aktle6ge.
+ak2tr
+ak6tre
+akt3rå
+akt5s4la
+5aktue
+akut2
+2akv
+ak3val
+ak5øl
+a5kå
+8ala.
+al7adr
+ala4g
+ala9ga
+a5lagm
+alag8ra
+a5lah
+a1lai
+al3all
+al3a4me
+al3ana
+a3land
+a5lande.
+a5lane
+alan5gr
+al3anl
+al3anv
+ala4o
+ala5pr
+a5lar.
+a3lara
+a5laren
+al3ark
+a7larl
+3a4larm
+al5arr
+a5lars
+al3art
+a7larv
+al3a4si
+2alat
+ala7tr
+4alau
+al5auk
+al1av
+ala4va
+al4ba.
+albo4g
+albu7er.
+5album
+al3de
+al7der
+4aldo
+ald3re
+2ale
+a2lef
+a2leg
+a9leg.
+aleie6n
+a9l8eik
+a5leke
+a4leks
+a4leli
+a2lem
+al5e4mu
+al8en.
+a4l3enh
+a4l5en5tr
+ale4pos
+a7lept
+a4lered
+alere6de.
+a4le5ro
+a4leru
+ale1s2
+ale7se
+a4lesk
+ale6s5kr
+a4lesl
+a6lesu
+a4leta
+a4le3te
+a2leu
+ale5v
+a4leva
+a4levi
+3alfab
+2alg.
+al3geb
+al2gu
+al4går
+al3ill
+a2lim
+a9lin.
+ali5na.
+a4l3ind
+a4l3ins
+al3int
+al9ja.
+al3je.
+alj5end
+al3jer
+al1jo
+al4jor
+al2j1u
+al1jø
+alj5ø6v
+al9kera
+alk7s6
+alla4ga
+alla6ge.
+al4lap
+all5art
+al5lea
+alle6ge.
+al4lek
+al5len.
+all5erst
+alle3s4
+al4lest
+al5let
+3allia
+al4lid
+5alli5e
+alli9ne
+al6list.
+al4lo3m
+all4sen
+all4sti
+al6lul
+al6løs.
+al4løse
+al8løst
+al6lå
+al6mek
+al4met
+4aln
+a5lo.
+al1o4b
+a5loi
+al1om
+a1lon
+al3ope
+al7ord
+alori5
+alo6rit
+al3ove
+alow7
+alp2
+al3ps
+2als
+al7sed
+al9skap
+al7skare
+als1l
+als5lø
+al2sn
+al6spu
+als4te
+als6ter
+6alsu
+alt6ak
+alta8le.
+al3ted
+al7tema
+5alterna
+alte4t
+al4t5eta
+al4t5ete
+al4t3op
+a4l5u4k
+alul8la
+al5und
+alu8re.
+al5va.
+alv5aks
+alvak8se.
+al4ved
+al5v6er
+al8v9er8m
+alve5s
+al9ves.
+alvi8se
+al1vo
+alv3s
+6a1ly
+a2l5y4te
+alø5se
+al3øv
+a1lå
+al7å6t
+a4mah
+ama5is
+a2mak
+a5maki
+am3aks
+a2mal
+am5ald
+a3man
+a3mar.
+a5mara
+a7mas.
+amaso7
+3a4matø
+am4bar
+3ambas
+am4bat
+am5be
+a2mei
+am3eie
+a3meis
+a2mek
+am3eks
+amen8de.
+amen4s3
+amen6t7arv
+ame4ram
+a4meret
+3a4meri
+4amerin
+ame5u
+amhu7
+2ami
+ami7na
+ami7ne
+amisk3
+amis4ku
+am4lese
+am6lest
+am4mad
+6amn.
+am4ned
+a2mo
+amo5e
+am1op
+am1or
+amo6ve
+am4pap
+am4pare
+amp5ei
+am8peria
+am6perie
+ampes6
+amp7inn
+am2p3l
+am5p4let
+am4p4re
+am4pun
+am2på
+amru4
+am5rå
+am1s
+am7s6ku
+ams4l
+amst6
+am4s3tr
+ams9ut
+ams2v
+am4s5ve
+am2sø
+am3ti
+amti5da
+5amtm
+am7tv
+am6ul
+am5yr
+am5øy
+6ana.
+anak8te.
+ana3la
+anal4f
+3analy
+8anan
+a3nane
+a5nang
+anant8
+4anar
+a6narb
+an5art
+ana3to
+6an7au
+anaus7
+an9av.
+3anbef
+4and.
+an4da5m6
+anda5ta
+an4dek
+an5den
+anderle7
+an9det
+6ando
+an4dos
+4ands
+and4sel
+and8send
+and7slet
+and5s6tre
+a2ned
+an5egg
+a4n5elv
+a2nem
+2anen
+2aner
+ane3ru
+a5nes.
+a4nest
+ane5sv
+an5e6tika
+a5netike
+an5e6tikk
+an5e4tis
+a2nev
+3anfal
+anfø5re.
+ang4e
+an4ged
+an4g5enh
+ang5erme
+an8geste
+an4gi.
+5angiv
+ang5of
+an5gos
+an4g9ra
+an4gre.
+an6gres
+an4gret
+an4g3ry
+ang4sm
+angs6tro
+angs8t9rå
+angst5y
+ang5sva
+ang6søy
+ang4t5re
+ang5t6ve
+an4gun
+an4gå.
+ania7
+a6nib
+a4nisj
+4aniv
+an4kana
+4anki
+4ankj
+an4kob
+an4kop
+an4kos
+an2k1r
+ankra8na.
+ank3re
+ank3ut
+8an2kv
+an4kø
+an6k5å6
+2anla
+anland6
+anlø9pa
+ann5ans
+an6neme
+an5nen
+an5ner
+an5nid
+an4ninn
+an4nom
+5annon
+an4nov
+ann4sei
+ann4sid
+ann6s7kå
+ann6sl
+ann3st
+ann5sta
+ann4s3u
+an4ny
+an2nø
+a3no.
+a9noa.
+ano6deb
+2anog
+a7norm
+a6not
+a2no4v
+ano5va
+an3ove
+anri7ke
+ans5aft
+ansa7ka
+4ansan
+3ansat
+an4sek
+an4sent
+anseri8e9ne
+an4ses
+3ansik
+ans5ind
+ans5ins
+an4ski
+an3skj
+ans4k3l
+ans6kun
+an5skø
+an6slø
+an4sn
+ans5or
+an4s3pi
+ansport7s6
+an1st6
+6anstar
+ans4te4
+6ans6ti	
+2ansu
+an9s6und
+5ansunda
+1an1sv
+4ansve
+6ansy
+an4så
+anta8la
+an5t6and
+an4tans
+an3ted
+ant5emi
+5antenn
+an4tesl
+anti7kl
+an4tim
+an5toi
+ant5ord
+ant5rab
+ant7rom
+ant5ryg
+ant5s6
+an4tul
+antus4t
+2anu
+anus7a
+an5ut
+3anven
+6anvin
+6any
+a4nya
+a2n1æ2
+anær8
+2anø
+a2nøk
+an7å
+a1o
+ao9a
+aog9
+a2oi
+ao6k6
+aon8de.
+ao2p
+ao4r
+a5pea
+a7pé
+a1pi
+a2pia
+ap1id
+a6pik
+a6pins
+a2pio
+api6r5
+api7r6e
+api7se
+ap1j
+a1pla
+a5p6las
+ap3li
+ap9lo
+ap2ly
+4apol
+a4pon
+a4poo
+apo3p
+apo5s4ti
+a2pot
+3ap3par
+4appar.
+6appare
+app7esk
+ap5plas
+ap4ple
+ap5pli
+ap6pri
+ap3ra
+ap5ren
+ap5ret
+ap3rin
+ap2s1
+apsa4
+ap3sel
+apse4s
+ap8s9l
+a3psy
+ap4s5ø
+8apu
+a6p5ut
+a1py
+ap7ø
+a3p8øls
+a5på.
+a1ra
+ara9bi
+ar5aks
+arak5t
+ar3alt
+a4rami
+2aran
+a4ranor
+a4rans
+a4ranv
+2arar
+a4r5ass
+ara5te.
+ar5aug
+ar7auk
+arau9ken
+ar7avh
+1arb
+2arba
+arba8ne.
+6arbeh
+4arben
+6arbet
+2arbi
+4arbj
+6arbl
+2arbo
+arbo8da
+2arbr
+2arbu
+2arby
+2arbø
+4arbå
+ar7deb
+ar6deli
+ardfø5re
+ard3re
+ard5sta
+a1re
+1a2rea
+4arear
+a4reb
+areba4r
+a2red
+a2ref
+a2rei
+are3in
+a2rek
+a6r5ekt
+a4rela
+ar7elek
+a4r6eli
+ar7emn
+a5remo.
+3arena
+a6r5eng
+a4reni
+aren5tes
+a2reo
+a2rep
+a6rerel
+a4r5erfa
+a6rerk
+a4rero
+a6rerø
+a5res.
+ares8ka
+ar4et
+a7reta.
+a4rev
+ar7e6va
+ar3evn
+arev6ne.
+8a1ré
+6arf
+ar7g6h
+ar5g6i
+6argj
+arg4l
+ar7go
+arg5stj
+2a1ri
+aria7ne
+a3rib
+ariba9
+ar5idr
+a4rim
+ar3inn
+ar3ins
+arins9k
+ar3int
+ari3se
+arise4a
+a4risto
+a2riv
+ar4kau
+ar3ke
+ar4ke5s
+ar5kha
+3arkit
+3arkiv
+ar4kle
+ar4k5løf
+ar6kod
+ark6ste
+ark4str
+ark7veg
+ar4køy
+arla4ga
+ar4map
+5armbå
+ar4medi
+arme7t
+ar6metr
+ar4minf
+armle6ne.
+armå6la
+2ar2n
+ar4nad
+ar4nal
+arneva7la
+ar3ni
+ar3no
+ar3nu
+ar3nå
+a1ro.
+aro8de.
+a5rok
+a1ron
+ar1op
+aro6pa
+a4r1o4r
+a1ros
+ar7ost
+a1rot
+ar3ove
+ar6ped
+ar9po
+arp5ret
+1arra
+ar5ree
+ar7resk
+arri8e7
+arrå6da
+2ars
+arsa6ka
+ars5ans
+ar3sel
+ar6s5ers
+ar4sin
+ars5kam
+ar5skar
+ars5kes
+ars7kre
+ar4spr
+ars6tr
+ars4vei
+ars7æ
+arta4la
+arta6le.
+ar3te
+ar7tele
+8artets
+art4ha.
+art4has
+ar4tika
+6ar4tim
+4artn
+4arto
+ar4top
+6artr
+art9ra
+ar6trin
+art6s5t
+arts5ø
+6artu
+8arty
+ar4tyv
+ar1ul
+ar1un
+ar5u6r
+a1rus
+ar5utb
+ar5utn
+arve3s
+ar6vete
+arvi8sa
+arvi8se.
+a1ry
+ar7æ6
+arø8ve.
+ar1øy
+a1rå
+arå8de.
+ar7åp
+a6r5åt
+6as.
+4a1sa
+asab4
+asak4
+a4salo
+as6an
+as7aug
+asbe2
+a1sc
+a2se.
+asea4
+a2sed
+a2seg
+a2sek
+as4el
+ase5le
+a2sem
+a6senet
+a4senk
+a7seol
+a2se5s
+a6sest
+a4sete
+a2se3u
+as2h
+as5hu
+a4sib
+a2sip
+a2sir
+a7sis.
+asis5t
+a2siv
+as4ja
+a6sjett
+as5jor
+as3kar
+ask6et
+as5keti
+ask2i
+as5kis
+a5skj
+as5ko.
+as5koe
+a4s5kopi
+as3kor
+as3kot
+a1skr
+as7kra
+as3kul
+a5s6kula
+as6kule
+ask9u8t
+as4kv
+ask5øy
+as1l
+a5s4lag
+asla8ga
+as4lev
+as4lit
+a1so
+a4so.
+a2s5om
+as5ov
+as4pan
+as3pe
+as7pis
+as5pl
+as9sa.
+as4sab
+as4sal
+ass5ald
+ass5alt
+as4sam
+as5se.
+as4sed
+as4sek
+asseri7e6
+as4serv
+as4ses
+as6sifr
+as5sing
+assi3s
+as4sit
+as2sj
+as6s1k
+assku6le.
+as2s3n
+as5so.
+asso9a
+as7sos.
+as6s1p
+as2s3t
+as4stan
+as4str
+ass5tru
+as2s1v
+as4sys
+as4søk
+as2s5å
+as1ta
+as6tab
+a6stande
+a4statu
+as5te.
+as3ted
+as4teg
+as4tek
+as4t5enh
+a1stj
+a9stof
+a5stok
+ast5ov
+ast5ren
+as4tro
+as9tua
+astu8ve.
+ast5ø4v
+a1su
+asu3n
+asu9sa
+as1va
+a6sym
+asyn7d
+as7øye
+as5å
+4at.
+4ata1
+a5taene
+at6af
+ata8ka.
+ata8la.
+a4tang
+ata9rar
+a6t7arv
+atas4
+a5tas.
+atat8
+a2tau
+at5avh
+atch5
+a2tea
+a2tec
+at7edd
+a2tee
+a4tei
+at5eid
+at3eig
+ate3in
+a4teka
+ate5k8e
+ateke7ta
+a6t5ekte
+ate7le
+at3emb
+4aten
+a5tene.
+a4teni
+a4tenu
+a2teo
+4ater
+a5ter.
+a6terat
+a8terek
+a4teril
+a2tes
+a4t3ett
+at6e5u
+a4té
+3atfer
+at4ha.
+at8has
+4ati
+atik6ka
+atili5
+ati5nea
+ati4rep
+ati8sta
+at3jo
+5atlant
+atl9øy
+3atmos
+at4nel
+ato5a
+ato5gr
+at1oi
+a2tom
+a6t5oppr
+a1tor
+a5tose
+a3to1v
+a1tra
+at5reg
+at3ren
+at3rer
+a4trif
+at3rin
+at5rot
+a9tru
+at5røs
+at5røy
+2ats
+at3ser
+at7sje
+at7s6kat
+at7skj
+ats6kul
+at2s3ø
+4att.
+at6tat
+4at5te.
+at5tens
+attfø7re
+at4tid
+atti4s
+att5ise
+at3tit
+att1o
+att7o6p
+atto6v
+at1tr
+at4traf
+at4t3re
+at6trin
+att3s6k
+att5s8l
+att3sp
+att3sv
+at6tys
+at2t3ø2
+a1tu
+atu5e4
+a2tut
+at5v
+atvi5er.
+a3t3w
+a1ty
+atyr8ke.
+a5t6yv
+a1tø
+atør3s
+atø9se
+a4t5øy
+a3tå.
+a7tåa
+a1tåe
+at5år
+at5å4se
+at7åt8
+4au.
+8a8ua
+au9ar.
+4au5b
+auba6ne.
+au3c
+au5da.
+au9det
+au4di.
+4a6ue
+au7en
+au7er
+aue5re
+au3est
+au6e5ta
+au5e6te.
+au4gal
+au4gas
+au4gel
+augele8ge.
+5aug2n
+3augu
+au5i
+au5keli
+au5ket
+auk5la
+1auk7s6
+au5kve
+au6las
+au4lat
+aul5l
+aul8la
+au5lu
+au9men
+au6mo
+aum5s6k
+aum7s4t
+a5und
+au5rae
+aure5s
+au5ret
+au5ri
+aur5s6
+au1ru
+auru4e
+au1sa
+aus9kj
+au6skr
+au1so
+aus5s
+au6s8tas
+aus8tett
+austi6s
+aus6t7ise
+aus6ton
+au5str
+au6stri
+au1su
+au4sun
+au2s5ø4
+aut6a
+au3ta.
+au7tar
+au5te
+1auto
+auto5v
+au3t4re
+au4ty
+2aux
+a1va
+av5ab
+a5vae
+ava7g
+6aval
+av3alv
+a4v3and
+av3ang
+a4v5anl
+3a4van5s
+a9var.
+av3art
+avar6ta.
+4avas
+5avbi
+1avd
+3avdel
+2a1ve
+a2ve3d2
+a5vede.
+a7veil
+ave3in
+a2vek
+a4vela
+a4vele
+a5veleg
+avens4
+a5ver.
+ave7ras
+aver5d
+a6verei
+a2ves
+a2vev
+1avfa
+1avg
+avi4ar
+4a5vig
+a1vik
+avi9ke
+a1vin
+a4v5int
+2avir
+5avisa
+avi5sa.
+3a6vise
+av5ising
+avis3t
+a5vit
+avlu9t
+avlø5se
+6avn
+av7na
+av4nes
+a1vo
+a4vok
+avo3r
+avo4v
+av1r
+av4res
+av5ri
+av1sa
+av5seg
+avs2i
+avsko7g
+3avsni
+av1s2p
+avspe9g4
+avs4te
+av5su
+av1s2v
+1avt
+avta9ka
+2avu
+1avvi
+av3øl
+4a1vå
+a6v7å6l
+a1wa
+awat4
+a5we
+awe9ne
+a1wi
+ay2a
+ay7ane.
+ay5ar
+ay9s8t
+a5y4t
+a5zu
+azz3o
+a1ø
+a7å6
+1b4a
+ba3a
+baby5
+ba4bys
+ba5cl
+ba2d
+ba4da.
+ba7dan
+b5add
+ba8de.
+ba4deb
+ba5den.
+ba7dens
+ba3di
+bad1s
+4baf
+ba2k
+ba5kan7
+ba3kar
+bakars9
+ba3ken
+ba4k5end
+baken6de.
+ba3ker
+bake3s
+ba9ket.
+bak9ett
+ba3ki
+ba8ki.
+bak6kers
+bak6ko
+bak5kr
+4bakr
+bak4re
+ba5kri
+bak3ro
+bak3sm
+bak5sp
+bak5s6ti
+bak5str
+bak7t6
+bak1v
+ba3la
+bal7ak
+ba4les
+ba4li.
+bal3j
+bal4lag
+bal4lan
+bal4led
+bal4leg
+bal4lei
+bal4lev
+bal4lig
+bal6lov
+ball5s6
+bal6læ
+ba1lo
+bal5t
+ba1lu
+ban4a
+ba4na.
+ba5nan
+ba5nar
+ban9da
+ba4nel
+ba4nes
+ban6kap
+ban4kor
+ban2k3u
+bantu5
+ba3re
+baret5t
+ba3ri
+bari6e7n
+bark5s
+bar5skr
+bar5tr
+ba5ru
+ba5sen
+ba4seru
+ba4set
+ba3si
+ba2s1k
+bas6sak
+bas4san
+bassi4
+bassis5
+bas4so
+bas4st
+bass6tr
+ba2st
+ba7s8u
+ba1ta
+2ba1tr
+bat6ti
+bau9la
+6bav
+ba5z
+2b1b
+b3ba
+b6bak
+b4b5arb
+b6base
+b3be.
+b4beb
+b4beda
+b2bef
+b4beg
+b6beh
+b2bei
+bb3eie
+bb5eig
+b2bek
+b6belo
+bbel6t3
+bbelte4
+b4bem
+b9bene.
+b2beo
+b3ber
+b4b5erf
+b4bes6
+b7beska
+b6beta
+b6beten
+b4beti
+b6beto
+b6betr
+b2bev
+b8b1h
+b3bi
+bbi9e8
+b4b5inn
+b2b1l
+bb7len
+bb5op
+bb5rek
+bbu9ra
+bb5ut.
+bb5ute
+b2by5
+bby3e
+bby1k
+b4bø
+b6bå
+2bc
+2b1d
+b2dek
+b7den
+b4dep
+1be
+be2au
+be4bo.
+bebo5er.
+bebo9k
+be4da.
+be9dar
+be3der
+bedi9e8
+be4dre
+bed5red
+bed2s1
+bedy9ra
+be1då3
+2bee
+be5ed
+be6ef
+b4ef
+befa5re
+be3g
+bega9
+be4ga.
+be4gi.
+be4gn
+be5go
+be4g5re.
+be4g5rene.
+be4gå.
+be6ha.
+beha7g
+behers7
+4behu
+behå4r
+be6i
+be5ke
+be2k3i
+bek6kel
+bekke5r
+bek4kes
+bek6l
+4beks
+be4l3ab
+bela9ga
+bel5eie
+bel5eig
+bel5ein
+be4lek
+beli9na
+beli9v
+belle5sa
+bel5let
+bel5læ
+be2l1o
+bel5s4p
+bel7s4t
+bel4tag
+bel4te5s
+bel4t3ø
+bel3u
+bel5v
+belæ5re
+belå7ne
+be4na
+be5nat
+be3ne
+4bened
+be4nest
+ben5gu
+be5ni
+ben5s4i
+ben5skj
+ben5sp
+ben5te
+2bep
+b4er
+4berai
+be7ras
+ber5d
+be4rep
+8berest
+bere5te
+ber4ga
+ber4g5ende
+ber5ges
+berg3j
+berg3l
+berg3o
+ber4g3å
+be5rib
+beri5ke
+be7ris
+ber6kl
+ber5na
+ber5ne
+be1ro
+be4ro.
+bero9a
+berri6
+ber5te
+ber5ti
+be1ru
+beru9sa
+berø5v
+b4e1s2
+5bes.
+be4se.
+be5s4i
+4besik
+6besj
+bes5ke
+bes6k5n
+be3sn
+bes7ne
+4be3so
+beso9v
+be5sp
+bes3s
+bes6s7a6
+bes6sel
+bes7si
+bes7tens
+bes6tes
+be5stes.
+be6så
+3b4et
+5bet.
+be4tab
+be3te
+4betei
+be7tes
+beto5ne
+be6trar
+be6tre.
+be4t3ri
+4betu
+be4ty.
+beva5re
+be6ve.
+bevi5se.
+be9vo
+bev9r
+6beå
+beån9
+7bé
+2b5f
+6bg
+2bh
+bhu1
+1b4i
+bi5ak
+bi6bla
+bi5ce
+bi1d
+bi5dee
+bi8dé
+bid6r
+bidu8
+bi5el
+bi6ele
+bi5erv
+4bifa
+bi5g
+bi3ka
+bik1k
+bik6ki
+bi5k4l
+4bi7kr
+bi6la.
+bi4las
+bi4lau
+bi3let
+bilet5r
+bi4lin
+bil3j
+bil5la
+billa8ga
+bil5leg
+bil5m6
+bil1o
+6bi5m
+bi4nans
+bingo5
+bin4gol
+bi7no
+4b5int
+bio7
+bi3o8m3s4
+4bip
+bi4ri5
+bi7ris.
+bir4ken
+bi1ro
+bis2a
+bi3se
+b5ish
+bis6hi
+bis7ke
+bi5s4la
+8bisn
+bi4sp
+bis4p5i
+bis5se
+bi1st
+bi5s6ta
+bis4til
+bis5tru
+bi3s4v
+bi6ta.
+bi4te.
+bi5tes
+bi8ti.
+bi4tre
+bi6tri
+bjar3
+bjek4t5o
+bjø6r
+2b1k4
+b5kh
+bl2
+1b2lad
+blad3a
+bla6f3
+bla8ga
+blak5r
+bla5me
+blan9da
+b4lank
+blan5ke
+b4lant
+b1lar
+b8larar
+b3lat
+bla4u
+b4lef
+bleie5
+blei5er
+b4lek
+ble4k3a
+ble5kes
+ble4mo
+b3ler
+ble7r6a
+b6lesa
+blesse9ne
+b4lest
+2blet
+bli9ke
+bli5ma
+bli5me
+blings6i
+blis3s
+b5lj
+blja4
+blo6dr
+1blok
+blom5m
+b6lu
+blues3
+blu9sa
+bly7gl
+blæ5re.
+blå5n
+blå3r
+blå7sa
+blå5se.
+2b1m
+6bn
+b3ne.
+b3ner
+b7nes.
+b7ni
+b2o
+boa5s4
+bobba6ne.
+bob5by.
+bob9bye
+bo2bl
+bob7la
+bobs4
+bo3de
+bo6din
+bo6d7r
+bo2dø
+4boef
+1boen
+bo2er
+bo4et.
+2bo3f6
+bo4gel
+bogn7
+bog1s
+2boh
+2boj
+3bok.
+bo2ka
+bo6kel
+bo4k3et
+bok1i
+bok1k
+bo6kop
+bo6k5ri
+5bok1s
+boksi8da
+boks4p
+bo2ku
+bok3ve
+b4ol
+bol5eie
+bo7li
+boli7n
+bo7lo.
+bo5loi
+bo4l5o4r
+bol5s4p
+bolst6
+1bomb
+bom4bel
+bom5m
+bo6mo
+bom1s4
+bo5nap
+bon5ato
+4bonn
+bon5ne
+bons4
+bo5nus
+boo6
+boom1
+bo1p4
+bo1ra
+bo4ra.
+bo6re.
+bo7rel
+bo3ren
+bo3ret
+bo4rete
+bo6ri.
+bo3ro
+bor6t7ef
+bor6tei
+bor4tes
+bor6t7et
+bor4ti
+bort5s6
+b4o1s
+bose8te.
+3boska
+bo2sl
+bos5se
+bo4sto
+1bot
+bo4ta.
+bo4tak
+bo4tal
+bo6te.
+2bo7to
+4bot6r
+4bot4v
+bou3c
+4bo1v
+bow4e
+bo6y
+4bp
+b7pl
+br8
+1b4ra
+bra5ka
+brak5s
+bra5se
+bred5sp
+brei5e
+brei3s
+bret7te
+b6rev
+brevi9er.
+bre4vin
+bri5a
+b4rio
+b2ro
+bro9ar
+bro1s4
+3b4ru
+bru5ke
+bruk4s3
+bru4na
+bru7na.
+bru5nes
+bru5pl
+bru7ren
+bru5sa
+brus4l
+1bry
+bryn4s
+b4rø
+brø5de
+bråe6
+brå9ne
+brå5te.
+6b1s
+bs4e
+b5s6e6a5m4
+b4s5el
+b5s6i
+bsk4
+b4sli
+b2sm
+b2s1of
+bs2t6
+b6st7f
+b7s6v
+bså5
+6b5t
+b7t6s
+1b2u
+bu4ar
+4bub
+bu3da
+bud5d6h
+bu3de
+4bu3em
+bu4en.
+bu9ene
+bu4er.
+bue5s
+bu1i
+bu6is
+6buki
+buk3l
+bu5la
+bu4le.
+bul3le
+bun7de
+bund4s3
+bun8ge.
+bunk3r
+bunnla8ga
+bunn3s
+2bu3o
+bu1p
+bu6ra.
+bu4re.
+4bu3ro
+bu3ru
+bus6e
+bu4se.
+bus4h5e
+busk7ø
+bus6sek
+bus4sel
+bus6sent
+bus6set
+busse6te.
+bus6sj
+bus4sn
+bus4sp
+bus4st
+buss3v
+bu1st
+4bustr
+4busy
+bu1ta
+bu4tal
+bu7tem
+b5utg
+4butst
+bu2tu
+bu1tø
+4buv
+6buø
+2b1v
+4b5w
+1by
+bya2
+by5al
+by9are
+by7dep
+by4en.
+by7ene
+by5ens
+by2er
+by3ers
+by4ge.
+byg3l
+3byi
+by1lo
+4bylø
+by5n
+by1re
+by6re.
+by1s
+5bys.
+4byse
+6bysi
+6bysp
+byst4
+by4ste
+4bysv
+by5tar
+by4te.
+by1tr
+2byv
+bæ5rar
+bæ6rar.
+bæ4re.
+bæ5ren
+bæ5rer.
+bæ5rere
+bæ5res.
+bæ5ret.
+bæ3ri
+bæ4r5is
+bæ3ru
+1b4ø
+bø4e
+bø7ens
+bøf3
+bø4kes
+bø6la.
+bø6le.
+bø2n
+bøne5
+bøn6nes
+bøn7o
+bø6re.
+bør4s5k
+bør4sp
+børs3t
+børs8ta.
+børs3v
+bø5ta
+bø1v
+bøy7ar
+bøye5
+bøy4ene
+bøy4es
+bøy4et
+1b4å
+bå4de
+bå9des
+bå6e
+bå7ene
+bå4la
+bå1re
+bå6reg
+bå4rep
+bå4s3te
+bå6s7ti
+bå6t5j
+bå6to
+båt5r
+1c4a
+cab4
+ca4e
+ca5le
+ca5me
+ca5mo
+ca4pe.
+cap1r
+ca6pris
+ca3ra
+car5n
+ca5ro
+car4te.
+ca2sa3
+ca6set
+cash5
+ca5s4til
+cas5to
+ca1t
+cath5
+ca4to.
+6cb
+4cc
+c1ci
+c2d
+cde6
+cebo9
+ce3d
+ce1i
+1cel
+ce5le
+cel4les
+cel4lev
+3cen.
+ce4ned
+ce4nee
+ce4nem
+ce4ne5s4
+ce5nes.
+ce4net
+ce4nev
+5cens
+cen4ti9m
+cen6to
+ce5o4
+1cer
+cerba6ne.
+ce3re
+ce1ro5
+cer3t
+6ceru
+cest3o
+2ch.
+cha5le
+3cham4
+cha7ne
+cha5t
+2chb
+4chei
+chel5s
+che7te
+chi4li
+4ch3h
+2chm
+4chn
+ch5ne
+chom4
+cho5s6
+2chp
+8chs
+6cht
+ch1v
+ci1c
+3cid
+ci2e
+cie8n
+cie2s5
+cil5l
+ci3ne
+ci5ta
+2c6k
+ck5ar.
+ck5art
+ck1en
+ck3er.
+ck4ere
+ck5e4t3
+ck5et.
+cke8y5
+ck1i
+ck1k
+ck1o2
+ck7r
+ck5s2
+cku6
+ckup3
+ck9ut
+c2l
+clai4r5
+cly4
+c1m
+cmini4
+coa6
+coat5
+co6bid
+1co4c
+2cod
+6cof
+6cog
+co4la.
+co4lab
+co4lak
+co4la5r
+co2m
+co5ma
+com5t
+co6n5os
+con5s
+con7t
+co2o
+co7pa
+2cor
+co3r6a
+co1re
+co4so
+4cost
+co4ver
+c1pr
+cr8
+cras4h
+crack4
+cre2e
+creen7
+cros2
+5cru
+4c4s
+4c1t
+c6ta
+cty5
+1cu
+4cu.
+cu5la
+cu5le
+cu5lu
+cup1l
+cu6po
+cup1r
+cup7s
+cu4på
+2cur
+cures4
+cu6t
+cy2a
+cy6p7
+cys3
+c6z
+cæ5
+1da
+4daa
+4daber
+8dabo
+d5abs
+6d5adel
+d4adg
+dadø4
+dadør5
+4daef
+2daf
+5dagb
+da4gev
+4dagj
+dag7l
+da6go.
+da4g1r
+da6gun
+4dagå
+4dahe
+5dahl
+da1i
+2daka
+4dako
+4dakr
+dak4se.
+4daktig
+da5kv
+7d6al5j
+da1la
+da8la.
+da4las
+6dalau
+dalbu8er
+4d5ald
+da4les
+dal6so
+da1lu
+da4ma.
+da4man
+da3mas
+da4me.
+da3men
+6d5ameri
+dame3s
+dame5t6
+da3mo
+dam7pe
+5dan.
+6danal
+d8ane
+9dani
+2d1anl
+3dann
+dan5neb
+4danno
+7dano
+d4ans.
+dan3sa
+dan4sel
+dan9s8kan
+4dansv
+9dant.
+9danti
+8dany
+2da3o
+2dap
+da3pe
+d3app
+3dar.
+5dara
+2darb
+dard3s4
+4darea
+da4res
+d5arn
+da2ro
+dar5os.
+dar5s6
+dar4ta.
+dar6va.
+dar8ve.
+4dasei
+2dash
+6dasi
+4dasjef
+da4sk
+da9sko
+6dastr
+6dasu
+data5
+4da4tal
+data6le.
+datali8na
+da4tek
+7d6ato
+da3toa
+4da5tr
+dats6j
+d6aud
+daud7s8
+dau5go
+2daut
+2dav
+d5avb
+d1avl
+d3av5s
+4daø
+2d1b2
+dba8le.
+dba4ne.
+dbe8ta.
+dbe6te.
+dbling7
+dbo6en.
+d6byf
+4d1c
+6d1d
+d2dad
+ddag4
+d4dak
+d4d5arm
+dd3eie
+d2dek
+dde4lap
+dde4l5o
+ddel5sv
+d4demi
+dder5s
+d4desu
+ddie8
+d7dom
+d4d1re
+dd5run
+ddsa4
+dd4sala
+dd4skap
+dds5tab
+dd3s4te
+dds5tr
+d2dyb
+ddø2
+ddør3
+d4d5øy
+dd1år
+1de
+2dea
+deak3
+de2al
+de7b
+6debar
+4debas
+3debat
+2debe
+4debl
+2debo
+5debon.
+2debr
+3debut
+2deby
+4debø
+de1c
+5ded.
+2deda
+6d7edd
+7dede.
+4dedek
+4dedel
+4dedia
+2ded4r
+2dedy
+2dee
+5dee.
+de7er
+2def
+d5eff
+d5eft
+2deg
+6d6e5ge
+5degg
+de3gl
+2deh
+5dehavs
+2dei
+dei4d
+dei4ene
+3deig.
+dei8ge.
+5deigen
+dei4g5r
+5deik
+d2e1in
+3deir
+de5is.
+de3ist
+7de7it
+2dej
+8deka
+2deke
+2deki
+2dekj
+5dekk
+dekk3a
+dek4kan
+dek4kel
+de6k6kv
+dek2l
+6dekly
+5dekni
+de5ko
+4dekod
+4dekon
+4dekos
+2de5k6r
+dek6st
+deks7ti
+deks6tr
+5dekt
+2deku
+4dekv
+4dekø
+4dekå
+d4el.
+6delad
+6delage
+de6lans
+4delau
+4deled
+de4lef
+4delei
+del5ei4d
+del5eie
+4de4lek
+de5lele
+4d5elem
+de4lest
+6d3e4lev
+4delid
+6delinj
+del5int
+4delis
+4deliv
+del4lap
+del6lei
+del4lek
+del6lerf
+del6lig
+d4els
+del4s5at
+del3se
+delses7
+del4si
+del4spo
+d4elt
+del6tala
+del3te
+del7tr
+6deluk
+del5ve
+4dely
+4delæ
+2delø
+delø6pa.
+6deløy
+2delå
+2de5ma
+d3emb
+2deme
+demie4
+4demj
+dem8na.
+de4mo.
+de4mog
+5demok
+4demol
+demo5no
+5demos
+dem5pe
+3demr
+5dems
+4demu
+2demø
+2demå
+d2en.
+4dena
+de7nak
+6d5en6den.
+de5neb
+4dened
+6denel
+4denem
+4denet
+4denev
+6d5engen.
+4deni
+4deno
+de4nom
+d2ens
+den4sin
+den4s3t8
+den6t5ant
+4dentif
+4dentit
+dent3o
+den4tr
+dent5s8
+den6t5u6
+den6tå
+4denu
+2denæ
+2denø
+de2ob
+de4og
+2deol
+4deopp
+4de3or
+de4ove
+4depak
+4depap
+2depe
+4depi
+4depl
+6depu
+d2er
+der8am
+de6rant
+de4rare
+de4rark
+5de7rast
+dera5te
+der3av
+der5d
+4derea
+4dered
+de4r5edd
+de4ref
+4dereg
+4derep
+6deresi
+der5est
+8derest.
+6dereste
+4derett
+de4rif
+de4ril
+5derin
+de4rinæ
+der5k
+der5ne
+de5rob
+4derog
+4deros
+de5rose
+dero8se.
+6de7rot
+dero4v
+der5s6n
+der4sp
+der3t
+der5un
+de5rup
+6derus
+der3v
+4derør
+2derå
+de1s
+3d6es.
+2desa
+4desc
+2dese
+de5seg
+des5ers
+4desho
+de8s9hop
+desi4s5t
+2desj
+2desk
+9desk.
+5deske
+4des4le
+2deso
+2desp
+7despl
+6de5s6pr
+d4es2t
+5dest.
+5deste.
+des6tem
+de5sti
+4destj
+4desto
+4destrå
+4destu
+6desty
+de4s3tå
+6desup
+des6v
+2desy
+deså7
+d2et.
+2deta
+deta8ka.
+de3te
+4detea
+6deteg
+6detekk
+4detel
+4deten
+4detep
+detes7
+2deti
+2detj
+4deto
+4det6r
+2detu
+4dety
+4detø
+6detå
+2deu
+d1eur
+5deus
+2dev
+deva8ne.
+devi9er.
+3devik
+d7ev8n
+de5vu
+2dey
+4deø
+2deå
+2d1f
+dfø6rarar
+2d1g4
+d4gel
+d5gi
+dgi6n
+dgjø6re7n6h
+d3go
+2d1h
+dhav4s
+dheim2s5
+dhu9ga
+dhø4r
+1di
+di6ak
+di5alg
+dia5li
+di1ar
+dia3re
+dia1s
+dia7sp
+dias6t
+diats4
+2diav
+2dib
+did5ri
+di7ell
+di5en.
+4di5end
+di1er
+dies4
+3diff
+diffe5
+3diful
+4difø
+di8g9and
+di4gat
+di3ge4s5
+dig7g
+2digj
+dig8la.
+dig6le.
+4digren
+dig5ret
+4digru
+di2gu
+4dih
+4dii
+2dij
+di5ka
+di8ka.
+di5kem
+2dikj
+6dikn
+2diko
+2di1kr
+dik7v
+2dili
+dil4les
+di5ma
+6dimed
+6d5i6mel
+4dimes
+4dimet
+2dimo
+4d5imp
+4dimå
+di5na
+2d1ind
+di7nen
+4d5ingk
+din3gr
+ding8s5en
+ding6s5er
+din8g9å
+dini4
+di4ni.
+4d1inn
+2dino
+2dinv
+4dinø
+3diog
+7diol
+dio3na
+dio4no
+di3ori
+dio5tr
+2dip
+3dipl
+4dired
+4direg
+4d5irs
+5dis.
+di6sc
+di6sed
+dis4i
+disie5ne
+d6isk
+dis6kam
+di4skj
+dis6k7l
+di4sk6o
+dis5ko.
+dis7koe
+dis7ku
+dis5s
+dis1t
+dis7tik
+di5sv
+dis4vi
+2disy
+di4tal
+di7te
+4ditek
+dit4tet
+ditt3r
+di9us.
+di4va.
+4dival
+di7van
+4divek
+div6i
+2divu
+2diøk
+d1ja
+d1je.
+d1jen
+djer5ve
+d7jes.
+dje9ve
+d6jingan
+d6jingar
+d1jo
+dju8la.
+5djup
+6djupar
+d4jø.
+2d5k2
+dka8ra.
+dki6
+d5kj
+dko2r
+dku4le.
+4d1l4
+d3la
+dla4ga
+dland7as
+dla6te.
+dla4v
+d4ledi
+d2lef
+d4lega
+d7legar
+dle3ge
+dlei7er.
+d5leka
+d2lel
+dlem4st
+d4lenet
+d4leru
+dleva8ne.
+d5li
+dli4f
+dli5ke
+d5lo
+dly8se.
+dlø8pa.
+d5lå
+dlå9re
+2d1m
+dme6la.
+dmo4e
+dmors6
+dmo8s
+dmø4re.
+dmå6la.
+8d1n
+dn6a
+dno8de.
+1do
+2doav
+do2b3
+4doba
+do3be
+8do9b8lan
+2dobå
+do4da
+dodø4
+dodør5
+4doeu
+2dof
+d3off
+d5ofr
+dog6med
+dog4me5s
+2dogr
+6do5i
+do3ki
+4dokine
+dok6kan
+4dokn
+do5le
+4doled
+doli8ne.
+4dolinj
+6dolis
+4dolj
+dol5l4
+4domes
+do5mis
+4doml
+do4mo
+dom7p
+2domr
+dom8sa
+dom8s5e6
+dom6s5i
+dom4s3k
+doms3l
+domsla6ga
+dom4so
+do4mu
+do4na.
+don5g
+4donke
+6d7on6kl
+don5st
+don5t4
+2dop
+do4pa.
+do4pe.
+3dopi
+d6o1ra
+do5ran
+2d1ord
+dor4da
+do1re
+dor6gest
+d5orie
+dorm8
+do3ro
+5dorp
+3dorr
+dors6
+dors7ke
+do1ru
+do7rye
+5dos.
+do4se.
+do4set
+do1sk
+6do7s6l
+2doso
+4dosp
+2dost
+do3str
+4dotr
+2dov
+do5va
+do5ven
+do4ver
+dov9n
+4doø
+2d7p8
+5dq
+dr4
+d1ra.
+d5raa
+d9rad.
+d5rade
+1d6rag
+dra5gen
+dra6kes
+3drakt
+1dram
+5d6rang
+3drap.
+5drapa
+3drape
+d3rapp
+d1rar
+d6rarar
+d3rarb
+dra6ret
+d5rarm
+d5rarr
+d9ra8sa
+9dratt
+drau7ma
+2dre.
+5dreass
+2dred
+d5rede.
+d5reder
+dre7d6r
+d5reds
+9dreg.
+9drege.
+d3regj
+3dreie
+drei5en
+drei5er.
+drei7ern
+d5rej
+d6reka
+d7rekk
+3drekt
+4drel
+d7relig
+4drem
+d1ren
+4drer
+d3ret.
+d3retn
+d6retr
+d3rets
+drett4
+dretts5
+5drevet
+3drevn
+4dria
+3d2rif
+2d1rig
+d2rik
+d3rik.
+dri8ka.
+d3rike
+3drikk
+drik7s6
+d9rikt
+5d4ril
+2d1rin
+dring6
+drit7tr
+drit5u
+dritun8ge.
+1d2riv
+3dronn
+dro6pa.
+drop5s
+2d1ror
+3d4ros
+dro8ta.
+2d1rov
+dro5va
+dro3ve
+2dru
+3druk
+d1rul
+d1rum
+d3rup
+6d5rut
+2dryk
+drykk4
+d2rys
+d4røm
+drø6re.
+d7røt
+drø3ve
+d1råd
+drå4de.
+3dråp
+8ds
+d5sa.
+d3sabl
+ds1ad
+ds3a6del
+d1sag
+dsa9ga
+dsak6se.
+d1sal
+dsa8la.
+d4s3alf
+d6sall
+d9same
+ds1a6n
+ds5ane
+ds1a2r
+d2sas
+d4satf
+dsbø6n
+d5se.
+dse4d
+ds1ef
+d2s1ei
+ds7eks
+ds3ela
+dsel4s5a
+dse2m
+ds3emi
+d6s7enda
+dsen8de.
+d4s3eng
+d5sens
+ds3e2p
+d7ser.
+d6serf
+ds5erk
+d4s5e4sk
+ds5e4st
+ds3eta
+dse4te.
+d5setj
+ds1ev
+d2s1i
+d3s2id
+d7sida
+ds5ident
+ds3idr
+d7sil
+ds5ind
+d3sir
+ds3i4s
+dsi4ve
+d4s3jen
+d2sjo
+ds7jor
+ds6ju
+ds5kab
+d4s3kan
+ds3kar
+d4skat
+d1skj
+ds5kjen
+d6s5kjøt
+ds1ko
+d5skot
+ds3kro
+ds1kv
+ds1l
+ds5la.
+ds5lan
+ds6lem
+dsli6k
+ds6lo.
+d9slott.
+ds4luk
+ds3ma
+d6smo
+dsmå6la
+ds3ne
+ds5no
+ds1o2
+d7somst
+d4s5os
+d7sot
+ds1p
+d3spek
+d3spel
+ds2pi
+d9s8py
+ds5s4
+dst4
+ds3tak
+d4s3tal
+d3s8tar
+d5s4tat
+ds6tau
+dss8t
+d8s9te.
+ds9teik
+dste6ma.
+d6s5temp
+ds5teo
+d3s4tig
+d3s4tik
+d5stilli
+ds1tj
+d3stor
+d3stri
+dstu8na
+d5stund
+ds3tv
+dsty8e
+ds3tyv
+ds1u2
+dsure6
+d5s6us
+d6s7usk
+ds1v
+dsva8ne.
+d3s4vet
+dsvi6ka.
+d5syk
+d3syn
+dsy6na
+ds1yt
+d2s1ø
+d6sør
+ds1å6
+4d1t
+d3t4a
+dta6la.
+dta4le.
+dta4s
+d3tem
+dte4ma.
+dt4eng
+dterle7
+dte4se.
+d5t4et
+d3ti
+dt6j
+d7to
+d5t4rag
+d6troc
+d5t4rø
+d6t1s2
+d3t2va
+dtø8
+dt6øk
+dtørs3
+dtå4
+1du
+dub5b
+dub5l
+du1c
+du9ene
+du9ens
+due5s
+4dufo
+3dug
+4dugu
+duit6
+du6ka.
+dul5l
+4duly
+dums2
+du4na.
+dun7de
+4d5uni
+dun5s6
+dun7sta
+7duo
+d3upk
+3dur
+du6ra.
+du6re.
+du6rei
+dur8ta
+du1s
+du5s4a
+du9sem
+du5s2i
+du2sk
+du2sl
+du2sp
+duss4
+dust4
+du2sv
+2d1ut
+du6va.
+du4ve.
+2d1v
+dva6la.
+dva6lel
+dva4ne.
+dve6s
+dve6va
+dve8ve.
+d7vo
+dvo8r
+2d1w
+1dy
+dy9a
+2dyba
+2dyf
+dy5ke.
+4dykl
+4dykø
+2dyl
+dy4na.
+dy4ne.
+4dynk
+dynk6s5
+dy3pes
+dy2p3r
+dy4ra.
+dy5reba
+dyrle8ge.
+dyr5s4
+dy2r5u
+dyr5ø
+7dys.
+dy8sa
+4dyse
+dy6se.
+dys7s
+dyst7r
+dy2t
+d5z
+8dz.
+1dæ
+dærs4
+1dø
+4dø.
+død2s1
+dø3gr
+2døk
+d5økn
+dø4ma
+dø4pe.
+dø4pen
+d2ør
+dør3i
+2døs
+d6øs.
+dø2st3
+døt3
+dø9va
+dø3vel
+dø1vi
+6døvl
+døv8le.
+2døy.
+døya8
+døy8g
+4d9øys
+1dåd
+dåd6s5
+då8na.
+1dåp
+då8ra.
+då5ri
+d3ås.
+då8sa.
+då7sem
+d7åt.
+2ea
+e1a2b
+e1ad
+ea2d1i
+eadli5
+e1af
+ea2gu
+e1a2k
+e4akr
+6eakt
+eak6se.
+e1al.
+e5alle
+eal8le.
+ea4lov
+e3alte
+ea2lø
+ea4m1
+e3aman
+e5amn
+e1an
+e2an.
+ea4ne.
+e6a5net
+e4ani
+ean7n
+ea4nor
+e6ans.
+ean3sl
+e1ap
+ea4pe
+e1ar
+ea2re
+ea5rer
+ea5ret
+ea5r4i
+ear6ka.
+ear8ma.
+ear4ta.
+ea2s1i
+e3asp
+e1ass
+ea7ta
+e5a4tel
+eate6ren
+ea4t3et
+eat8h
+eat6le
+e8ato
+ea5tri
+e1att
+e1au
+eau6ga
+eau6ge.
+eau8ra.
+eau6re
+eau5s
+eau8sa
+eau8se.
+e1av
+eav8la
+eav8le.
+2e1b2
+eba3d
+eba4ne.
+eb3be
+eb4be.
+ebe4d3e6
+ebei7er.
+eben6s5k
+ebers6
+ebesku5
+ebet5s
+eb3h
+e5b6lo
+eblæ5
+ebob3
+ebo4da
+ebo5ers.
+ebo6kr
+ebo6la
+eb5s
+ebu4e5re
+ebu5ern
+ebu6et
+eby4ta
+ebø6n
+2ec
+e4ca
+ec4c
+e1ce
+e5cha
+e3com
+e2dad
+ed5ad.
+e5d4ag
+edag4s5
+e2dar
+ed3ark
+ed3arv
+ed7dela
+ed4dyr
+e3de.
+ed5e6ge
+ed5eg4n
+ed3eie
+e4deks
+ede8le.
+e4denf
+e8d5eng
+eden5t
+e6depr
+ede4ra
+e4derø
+e4desk
+ede4sl
+ede4sm
+e4desn
+ede4s5p
+ede4ta
+e6d5ett
+e8dé
+e5d6ia
+edi6a5ne
+edi4ene
+edi6gj
+ed4is
+edi3si
+edi4s5k
+e7div
+edle6ge.
+ed8ob
+edok8se.
+e4dol
+ed1op
+ed1ov
+e1dr
+ed2ra
+ed3reg
+e5drev.
+ed3rom
+e6d5ryg
+ed7ski
+ed3skr
+ed3s4la
+ed2sm
+ed5ta
+ed3te
+edt6r
+edu8a
+ed7va
+edvi6s
+e3dyk
+ed5ynk
+edyr6ke.
+edæ4
+e3d6ø1r
+e3e2
+eea7
+ee3b
+e2ed
+ee3di
+eeg4ga
+eeg6n
+ee5gå
+eei4d
+eei7ni
+eek1e
+eek4te
+ee3la
+e5e4li
+eem6na
+ee4n
+e5enb
+een3in
+een6k
+een5t
+e3epl
+ee8ra
+eer3en
+ee3ri
+e4er3l
+eer4me.
+e6e5sh
+ees8ka
+ees6ke.
+e3e6t
+eev4ne.
+e1f
+4efa
+efal6s7
+e4fana
+ef3ank
+e4fark
+efar6s5
+ef7ea
+ef5ef
+ef3fe
+3effek
+ef3fo
+4efi
+e4f3id
+e5fig
+e5f4ilm
+efi7ren
+efisken8
+4e3fj
+2efl
+efle6ge.
+eflå3
+e2fn
+efo8bi.
+efo4no
+8efr
+ef2sj
+ef2sk
+ef2sp
+ef6str
+e8ft
+ef2ta
+efta5r
+eft5ei
+ef5ter
+eftle8ge.
+eft1s4
+6efu
+efyrs5
+e3fæ
+4efø
+efø5le
+eføy9
+2ega
+e3gaf
+e6gala
+e7gam
+ega4ve.
+egde8l
+eg7des
+e5gedo
+egei9e
+ege4let
+e2gem
+e3geme
+egen5s
+3e4gensk
+e7geom
+e2ges2
+ege5sp
+eg9gen
+egg3l
+eg8g9ut
+egi3an
+egie2
+e4giko
+egis4p
+e3g6lad
+e3g4led
+eg7lesa
+e5g4lit
+eg7ly
+e5g6lø
+6egm
+e9g8nag
+eg4nem
+eg6no
+e7gnå
+4ego
+e4go.
+7egoi
+eg2r
+egrans5
+e7g8rø
+egs4am
+egs4ki
+egs4ta
+e1gø
+egøy6e5ne
+4egå
+egå4va
+egå4ve.
+e1h
+ehea4
+ehei9e
+eh5er.
+e4h5ere
+eh7ern
+eher4s
+ehog5
+ehov2
+ehy6re.
+ehø8va
+e6hå.
+2e8ia
+e9iakt
+ei9a4n
+ei7ar.
+ei4c
+e8id.
+ei3d8ar
+e3idea
+e3ideo
+ei9der
+ei5det
+5eidf
+5eidg
+e6i2do
+e1idr
+ei3d4u
+ei7e
+eie5d
+ei8eg
+eie2n
+ei9en.
+eier3a
+ei4ert
+ei6es
+ei1fl
+8eig.
+ei3ga
+eig6e
+ei6gev
+ei5gi
+ei6gra
+ei6gu
+4eii
+ei5kaa
+ei3ke.
+ei6kee
+ei6keh
+ei4kel
+ei6keri
+ei4ket
+ei1kr
+eiks3a
+eik6se
+eik4so
+4eil
+ei9led
+eil5egg
+e3illu
+ei3lo.
+ei9loa
+eil5op
+ei5los
+eil5s6
+4eim
+ei7ma.
+e5imag
+ei4m5a6l
+ei4med
+ei6mei
+ei7men
+ei4me5s
+ei4met
+eim9ett
+ei6mo
+8e1imp
+ei4n3al
+ei4nans
+ein5ant
+ei7nare
+ein1d
+4e3indu
+ei5ned
+ei7nel
+ein9f
+einga6
+ein3gr
+e4ini
+6ei6nit
+ein3k4
+e5inkar
+4e1inn
+ei4nom
+ei4nov
+einsi9d
+ein4s3l
+eins6o
+e4inspi
+ein7sto
+ei2n1u4
+ei3num
+6einv
+ei2n3ø
+ei5or
+e4ip
+ei9pa
+ei3pe
+eip5s
+2eir
+eir9ak
+ei7ren
+ei3ri
+eir5s
+2eis
+ei5sar
+e4ise
+ei3se.
+eise5i
+ei3sen
+eiseri9e8
+ei3s4ha
+ei4sil
+e3isk.
+e3iske
+ei6s3kj
+eis3ko
+ei3s4pe
+ei4spi
+ei4tek
+ei4tera
+ei4tere
+ei2to
+eit7ta
+ei6t7ut
+ei3tve
+ei6t7ø
+ei4vak
+eiva9r
+ei9ven
+ei3vi
+eiv5s4
+e1j
+ejo8en.
+eju6la
+4e1ka
+ekali7
+ekalie6
+ekam6s5
+eka6ra.
+e5kavr
+ek3eie
+e4kero
+e4kes
+ek5e4ta
+e6key
+e5k6hov
+e1ki
+e4ki.
+4e1kj
+2ekk
+ekke7le
+ekk9ist
+ek1kj
+ek4kjø
+ekk3l
+ek5kok
+ekko5v
+ek6ku
+ek4ky
+e1kl
+e8klane
+ek6leg
+e6klen
+ek5let
+e3klu
+e5klæ
+ek2lø
+4ekn
+ek9na.
+e3knek
+ekne7s
+ekni7p
+ek3no
+e3k4nok
+e1knu
+e5knø
+e1k2o
+e4ko.
+eko7le
+ekords8
+eko6te.
+e4kov
+2e1kr
+e3k2ra
+e3k4red
+e7kref
+e3kren
+e4k5ret.
+e5krets
+e5k4rev
+e3k2ri
+e3kro
+ek4ry
+e3k4rå
+ek5råd
+ek3s4ak
+ek4sal
+3eksam
+ek3sel
+3eksem
+ek4sig
+eks1k
+ek4ska
+1eksp
+eks5pe
+ek4sta
+ek7s6tel
+ek3sti
+ek4stil
+ekst5o
+ekst3å
+ek4sæ
+ek6t7arm
+ekt3av
+ek3tef
+5ek3tep
+ek5tes
+ek6test
+ek4tid
+ekti5m
+ek5tiv
+4ekto
+ektori6a
+ek4t3ra
+e1ku
+eku4le.
+e1k2v
+ek4val
+ek6var.
+6ekve
+e4k5ve4d
+e4k5vik
+ek4vin
+ek6vis
+3ekviv
+6e5kw
+e5ky
+eky6te.
+e3kæ
+e1kø
+e1kå
+ekå6pa
+2e1la
+ela4ga
+el3agg
+e2l1ak
+e5lake
+elak8se.
+el7akt
+el1al
+e8lame
+el3anl
+e6l5arg
+e4larr
+el7arti
+e5las.
+e5lase
+ela4te.
+el5ato
+el5avl
+el3avs
+elbo8da
+el4ch
+el5do
+eld4rer
+eld5sle
+4eled
+e4ledi
+e4ledr
+e3lee
+eleg5d
+ele7ger
+eleg8na
+e7leir
+e7leis
+e5leke
+e2lel
+e2lem
+e5lem.
+e5lemat
+5elemen
+e5lemet
+e3lemm
+e3lemp
+4elen
+ele9na
+e4l5enh
+elens3
+e4lentu
+e5lepa
+2e3ler
+ele8ra.
+e7leret
+e6l7erg
+ele3sk
+e6lesku
+e4leta
+e4lete
+5e8lev.
+ele4vak
+6e5levn
+el5fi
+el9ga.
+el5gele
+el5gi
+elg3s8
+2eli
+e9lie
+eli5e6rer
+e4lif
+e4li5g4r
+e4l3ind
+elin5es
+e4linsp
+eli6o5s
+eli8ta.
+eli4tet
+6e5litt
+eli6v7en
+el1j
+elk2
+el6k5al
+el4ke5s
+el4kete
+el3kn
+el5la.
+el5l6ar
+el4led
+el4leg
+ell5eie
+el5ler
+el3le4s
+el6lete
+elli7ga.
+el4lisj
+ell7sa
+ell5sk
+ell5s4l
+ell5sp
+ell5sv
+el5l4ur
+el4læ
+el5m4o
+el5mu
+el5n
+2e1lo
+elo6ka.
+e2lom
+e3lomm
+el3omn
+el3oms
+el1op
+e2l1or
+e3lort
+el3ost
+el4ot
+elo7vers.
+e4l5ovn
+el4pet
+el5ph
+elro4s
+el4sei
+els5eie
+el3sen
+el3se6s3
+el3si
+el4sje
+el4skal
+7elskand
+els5kare
+els1l
+el6sno
+el4spe
+el3spr
+els4ten
+el4sti
+el4stj
+el2sø
+els5øk
+el5s6åpe
+elta8le.
+el5te.
+el6teg
+el4tero
+el4t5ett
+el4t3op
+el4tro
+elt5rop
+el2tu
+e3lua
+e1lu2e
+e4lu4he
+e3luk
+e7lum
+el3ung
+elun6ge.
+e7lup
+elu8pe.
+e1lur
+e7lus
+el3utr
+elv3an
+el4ve3d
+el4vei
+el6vere
+elv1r
+5elvs.
+elvæ6re.
+4e1ly
+ely8et.
+el5ynd
+2elæ
+elæ5res
+el9ærv
+e6l5æt
+2elø
+e4l3ø4r
+el3øy.
+el5øya
+el5øyd
+e6l3øyn
+2e1lå
+el1år
+e5låt
+4em.
+e2mad
+emafo5
+ema4ge.
+e4magr
+e2mah
+ema4ke.
+e4mako
+em5akti
+e4maku
+ema6le.
+5e4malj
+e4mam
+e4mana
+ema4ni.
+e6manu
+e4mare
+em7ar8m
+e4masi
+e6masku
+e4mata
+ema3uk
+ema5ve
+5emball
+3embed
+embe6r5
+3embet
+6emd
+8eme
+emei9e
+eme4li
+e4mend
+eme5tri
+eme6trisk
+em5e4v
+e4mib
+emi5ert
+e4mig
+4emin
+emi5ni
+emini6st
+e4minor
+e6mir
+emi9sa
+em7je
+e5mju
+em5le
+emle6s
+em5me.
+em5men
+em8mi.
+8emnd
+em4ne.
+em4ned
+em4nem
+6emni
+emo5nol
+em1op
+e2m3o4v
+em4ped
+em6peri
+em2p3l
+emp9lane.
+em6pli
+empo3
+em4pol
+em4pos
+em4ses
+emse8te.
+em4s5ju
+em4s1l
+em2sn
+em4sor
+em1st8
+ems4te
+ems3u
+emta8la
+em4til
+e3mug
+e2muk
+e5my
+emy4k
+6emø
+emø8r
+e5møy
+emå4la
+emå9lan
+emål4s
+em1å8r
+2ena
+en1ak
+en3ald
+ena5li
+en3all
+en5and
+e5nane
+e6n7ang
+e4n3ant
+e5nar.
+en8are
+e4narr
+en3ass
+enat6s5p
+ena2v
+en3avi
+4enb
+enbe9na
+en4d5and
+en4dek
+en3del
+endelø7se
+en5demi
+en3der
+en4desl
+end5l
+1endr
+en4d3ro
+end3st
+en7dø
+endø4r
+endør5e
+en5egg
+eneg8ga
+en3eie
+en5eks
+e3nekt
+4enem
+2enen
+en5eng
+3energ
+e4nesk
+4enev
+ene7ven
+eng6a
+en7gar
+en4gem
+en4geri
+enge6r5u
+en4gle
+eng4les
+eng4r
+eng3s4e
+eng5so
+eng5sp
+engs4ti
+en4gut
+en4g5å
+4enhj
+e4ni.
+e4nierk
+e2nif
+e5nir
+en4kera
+en4keri
+2enna
+en9nal
+2enne
+en4nem
+ennes6t
+enne4s5v
+enn2i
+enn2o
+enn4sj
+enn5sta
+enn7ø
+2eno
+en3ok
+en3og
+en3om.
+en1op
+e6n5ord
+2enp
+en4pås
+en4rem
+en5sab
+ens5af
+en6s7a6ker
+en4sek
+en4seli
+5ensemb
+en4ses4
+ense3u
+en3si
+ensi8de.
+ensi5ert
+en4sim
+ensle7g
+ens6lev
+en7s6opt
+en1st
+en6s7tal
+ens4ter
+ens4ti
+ens7und
+ens4ve
+ensvi6
+en2sø
+ens3øk
+ens7å
+en5ta.
+en4tap
+en5te.
+en4tec
+en4teg
+en4tel
+en3ti
+en5tie
+en5tig
+en5tik
+en9tima
+en7timen
+en4to4r
+ent5ori
+ent5rab
+en4tre
+ent5ren
+en4t5rol
+entropi5
+en4t3rå
+en6tul
+entun6ge.
+3entus
+2enu
+e2n7ul
+e4n5ur
+2en3v
+4enw
+e4ny.
+e2nyb
+e6nyr
+e2nys
+e4nyta
+4e7næ
+enæ8m
+enø4k
+e2n3øv
+en5øyd
+4enå
+en1ås
+en6ås.
+e3o6
+eo3a
+e6obe
+eo2bl
+eo5d
+eod8de.
+e1og1
+eo7gr
+e2o1i
+e2ok
+e3oks
+e2ol
+e4o7lo
+eom1s4
+eon8de.
+eo5ne
+e7onk
+eon4kl
+e3ont
+eo2p
+eo3pa
+eo5pl
+eopo3
+eopp5r
+eo3pr
+eor4da
+eo9re
+e2ori
+eo4rid
+eori5e6
+eo4rik
+eo4ris
+eo1ro
+eo1s
+eos6l
+e2o1u
+2e1p
+epa3t
+e6peno
+epe6p
+eper5r
+e3pes
+epe4st
+e4peta
+e6peu
+3epid
+epi6ka.
+epi7kr
+3episo
+ep2l
+e8plen
+ep5lene
+ep5ler
+eple9s6
+3eplet
+epo6et
+3epoke
+epp2s
+ep6sem
+ep4ses4
+ep6s5lu
+eps1t
+ep2su
+e3p2sy
+ep6tin
+ept6r
+2e1ra
+e4r3abb
+era8da.
+e4rael
+e2raf
+er3aft
+e4ra4g
+e2r1ak
+e3rake
+era5kl
+eral3u
+e4rama
+era6na.
+e5rande.
+e5ra7ne
+er7anli
+era4no
+er5ape.
+er5aper
+er5a4pin
+er3apo
+er5appe
+e5rar.
+e4rarg
+e5rasane
+e5rasar
+e4rasje
+e4rask
+e6raso
+e4r3ass
+er6ast
+e4ratek
+era7tor
+e4ratr
+er5att
+e2rau
+er5auk
+erau9ken
+erau8s
+er3av.
+er3avh
+er5avl
+e3ravn
+er3avr
+er3avs
+4erb
+erbi9ti
+erbo8da
+erbo8de.
+er8byl
+erd2e
+er4ded
+erden8s
+er4dis
+er1dr
+erd4ra
+erd8re
+erd4skj
+erds3t
+erd4sto
+erdsto8ga
+er3d4v
+e1re
+er3eff
+er3eft
+er5e4gen
+er3eid
+er3eie
+ere6ka
+ere6ke.
+e4r3eks
+e6r5ekte
+e4r3e4le
+ere4lit
+e6relli
+e4r3els
+e9rem.
+e5remm
+er3emn
+er5enden
+e4r3eng
+e4r5enh
+e3re4o7
+er8er.
+e4r3erf
+e5reri
+er3ess
+ere4t
+e5ret.
+e4r3eta
+eret6h
+ere5to
+e7rets
+6erett
+eretts5
+e4r3e4va
+e4r5e4ve
+e4r3evn
+erev6ne.
+e8ré
+5erfari
+6erfi
+4erfr
+2erg
+erg5elv
+ergi3f
+er6gli
+er4go.
+erg5ret
+erg5sko
+erg5sp
+2erh
+erhø6re.
+e1ri
+e4riad
+e4riak
+erib3b
+eri3bl
+e4rice
+e2rid
+e5rid.
+e5ridn
+eri4kat
+e6rikn
+4eril
+e7ri6ma.
+er3ind
+e3ring
+6eringar
+ering6si
+er3inn
+er3ins
+er3int
+e5riori
+e5ris.
+e4risa
+eri3se
+e4riso
+e6risp
+e5rist.
+e7rista
+e5riste
+eri5stil
+e4ri5s6to
+eri5sø
+e4rite
+e4rito
+er7ivo
+er7jes.
+4erka
+8erke
+erkeri6e
+er4kesa
+er4kese
+er4kete
+er6k5ett
+3erklæ
+6erkn
+4er5k4o
+4erkr
+erland7as
+erle6ge.
+erle7s8t
+er3me
+ermo8de.
+erm1s
+ermå6la.
+2ern
+er4nad
+er4ned
+er5nede
+er6nee
+er4nero
+er4nest
+er2no
+er3nob
+2ero
+e3roa
+er3obl
+5ero4b7r
+e1roe
+er3off
+e1rog
+er5oks
+e1rol
+er3oly
+e1rom
+er5omk
+ero5mo
+e1ron
+er5ond
+erono5
+er1op
+e5rop.
+e7ro6pa
+e5ropen
+er1o2r
+e5ror.
+e3rore
+e7ro4sa
+3erosj
+er3osl
+ero4ta
+er1ov
+2erp
+2err
+er3ra
+er4rae
+er4rel
+errie9n
+6ersa
+ersa8ka
+ers6al
+er3sep
+6ersj
+er1sk
+er3ska
+ers4ka.
+er8skaran
+er9s6karar
+ers5kor
+er1sl
+ers4la
+ers6led
+ers4mi
+er5sne
+6ersp
+ers5tens
+ers5ter
+er7stev
+er1su
+4ersv
+er4sva
+ers4ve
+er1så
+er4s5år
+2erta
+er4tare
+er4te3s4
+er5tia
+er3tib
+erti4e
+er5til
+erti4mo
+er4top
+ert5rol
+4erts
+ert3sa
+erty6e
+ertå7ren
+2eru
+e1rua
+e5rud3
+e1rui
+er1u2k
+e3rum
+e4r3ung
+er3uni
+e3rup.
+er1u8r
+erure8
+e1rus
+er5ut.
+e5ruta
+e3rute
+er5utn
+er9uto
+e4ruts
+er7u6v
+ervele8
+6ervi
+ervs3
+ervæ6re.
+e1ry4
+e2r3ya
+erye7ne
+er1yr
+erys3
+e1ræ
+e9r4ære
+2e1rø
+er5økn
+e4røko
+er1ø4l
+e4r5øn
+e5r6ønn
+erø8ra
+e6r5ør6s
+er3øya
+e4r5øy7e
+erøy4n
+e4r5øys.
+er7øysk
+2e1rå
+e9rå.
+erå4da
+erå8de.
+erå6e
+erå4k
+er5åke
+er3å4l
+e2r1ån
+er3å4p
+er3å4se
+erå6t
+er7åta9
+e6råv
+2es.
+e1sa
+es5aa
+e2sad
+esag6
+es4al
+esa6la.
+esa9met
+e4s3ant
+es5arab
+es5arv
+esbi9e
+2ese
+es5ege
+es3ei4d
+es5eie.
+es3eig
+esei8ge.
+e3sek
+e4seku
+esel5s4
+e3s2en
+e5ser.
+e5sere
+e5seri
+e4s3erk
+ese5s2
+e3sest
+e4sesv
+ese5tas
+ese4te.
+e5setj
+e9sets
+e4seu
+e4sha
+es6har
+esh9ar.
+es4h5er
+e4shi
+e1sho
+e7s8hop
+esi6ar
+esi5ert
+e4sil
+e5sili
+es3ill
+e4s3ins
+esi6v
+esi3st
+es3jor
+e5skab
+es6ked
+es4kee
+es4ker
+8eskil
+e4sking
+eskinns5
+e1skj
+e8s9kjer.
+es4kjæ
+e6skjøn
+es5k4n
+e5sko.
+es7koa
+e3skot
+e1skr
+e1sku
+esku5et
+es3kvi
+e5sky
+e6skyr
+e1skø
+e7skå
+eskå7r
+e1sla
+es4lek
+es4let
+es7let.
+es7lets
+es4lit
+e4s5lok
+es4løk
+es4løv
+es4make
+e7s4mett
+es9na.
+es4ner
+es2no
+es4nu
+es2ny
+esnæ5re
+4e1so
+eso4b
+e2s3od
+e2s1of
+es3oks
+e2som
+e3somm
+e4s3ori
+e1s2p
+espa9ra
+es3pas
+es5pe.
+e4s4ped
+es5perm
+es3pl
+es4p5le
+es3pol
+e3spor
+es3pun
+es4sed
+es4see
+es4seg
+esse7i
+es6sendi
+es4s5enk
+es4ses
+es4sete
+ess5e4va
+es4s3ja
+es4sje
+es4skr
+ess4let
+ess3om
+es4sos
+es4spa
+ess5tilt
+es4stol
+ess5tor
+ess9tua
+ess5tue
+esstu8en.
+4essu
+es2s1v
+es7så
+e7stad
+es5tae
+es7takt
+es9tala
+e8stane
+e5stans
+es5tant
+es3tap
+e5start
+e3stat
+es5tato
+e4s3tau
+e7stav.
+est5avs
+e6s5te.
+es4teg
+est5eie
+est5eig
+es4tek
+es4tel
+e5stell
+es5tels
+e4stema
+e6steme
+e4stemo
+es5temp
+6esten
+e7steng
+es5tenk
+e8s7ter.
+e5s6terk
+esterne8
+este3s4
+es4test
+es4tien
+e3stif
+es4tig
+e3stik
+es4tikk
+5e6s5tima
+es4tis
+e4stiv
+e1stj
+es3t6on
+e4stog
+e3stok
+e3s4tol
+es6tone
+est5ord
+est5ori
+es5trak
+est5rene
+est5rer
+est9ré
+es5trib
+e5stryk
+e3strå
+e1stu
+e5stud
+es5tus
+8estå
+estå5ren
+estå6s
+est7åse
+e1su
+es5ut
+esva5re
+e5s4vek
+es5vig
+e5svikt
+es3vis
+2e3sy
+esy4na
+e4s5yt
+es5øvi
+es7øye
+e1ta
+4eta.
+e4tae
+e2taf
+etafo7
+e3tak
+e6tako
+e3tal
+eta3la
+eta4la.
+et5ald
+eta5le
+4e5tall
+etal6list
+etall5s6
+etal4s7
+et3amb
+e6tand
+eta4nen
+et4ap
+e9tapa
+e5tape
+3etappe
+et8ar.
+et8are
+et5art
+5e6tasjes
+1e2tat
+4e5tati
+e5tato
+e3tatt
+et5aun
+e8tax
+et1c
+2ete
+e4teie
+e4teka
+ete4ma.
+e5teran
+ete5ru
+etes5i
+e4tesl
+et8et
+e5tet.
+e7tets
+4eté
+4eth
+2eti
+e3tit
+2e1tj
+e7tjer
+et3jø
+6etl
+et5m
+2etn
+et6nev
+etning4
+etnings7
+2e1to
+eto4er
+et5oppd
+et3ord
+e4tot
+2e1tr
+e5t4rad
+e7t6rak
+8etre
+e5tree
+e5tref
+e4t3ris
+e9tru.
+et5rum
+ets1
+et9sar.
+et4sku
+etsku8le.
+ets7l
+etsla8ga
+etsnæ4
+et2sø
+et4tak
+et4tal
+etta6le.
+ett5alt
+et4tank
+et8tap
+et5te.
+et6tei
+et6telt
+et4tenk
+et4tenn
+ettera4
+etter5at
+et5t6erf
+5etterk
+5etterr
+ett5esk
+2etti
+et6tia
+ettian8
+et4til
+et2tj
+etto5a
+et4tr
+ett3re
+ett4ski
+ett4sti
+et3tug
+et4tur
+ettvi5se
+et2ty
+2e1tu
+5e6tui
+etu6na
+et3uni
+2e3t2v
+e4t3va
+e5t6vang
+2e1ty
+4etz
+4etæ
+etæ3ra
+e1tø
+e1tå
+etå5re
+e1u
+eu4a
+e8uf
+eug8la
+eu4h
+eu4ka.
+eu2ke
+eu5kem
+eu7kr
+eu2l
+eum2
+e3u2n
+eun4ge.
+eu5nu
+e4up5a
+e6upk
+e2ur
+eu6rat
+eure4
+2euri
+e3urn
+eur8na
+eur6ne.
+euro1
+3europ
+e3urt
+e2us
+eu4si
+eu1ta
+e3uts
+eut7t
+e4u3z
+e1v
+evad6r
+ev5akti
+eva4la
+evann4s
+e4v5anta
+e4varar
+e4varb
+e4v5ark
+e6vatf
+6eved
+eve5d6a
+eve5del
+6eveg
+e5vegg
+evei6s5
+6evenn
+even5s
+5eventy
+e4veny
+e9ver.
+e5ves.
+e5veta
+e5vev.
+evi4e
+evi5ere
+evi5ert
+evin4s
+evi4se.
+evis3t
+e2vj
+ev2na
+evn5a4k
+ev7nu
+ev7oms
+e4vre
+e7vri.
+ev9rå
+ev1s
+evs8v
+evta8la
+evti4
+e2v3un
+e5vyrk
+e2vø
+ew3a
+ey1
+eybal4
+e1y2d
+ey5k
+e1yng
+e1yr
+eyr6ka
+eyr4ke.
+e1y2t
+e7yti
+ey3tr
+e3zi
+e1zu
+e1æ2
+eær3
+e1ø4
+eør6na.
+eøy4
+eøy9an
+eøy7en
+e1å6
+eåk4
+eån8da
+eåt8t
+é1a
+é1b
+é1d
+édø4r5
+é5e8
+é1f
+é1g
+é1h
+é1i
+é1k
+é1l
+é1m
+é4n5e
+é5n6et
+é5o
+é1p
+é1r
+é2rj
+é1s
+ése2
+é1t
+é1v
+éva8la
+évo8re.
+é5å
+è1r
+è2red
+è2ref
+è2rek4
+è4rener
+è2rep
+ère3s2
+è4rest
+è2rev
+è6ves
+ê8lan
+ê6ra
+ê1re
+êr7o
+êr9sl
+1fa
+4fabo
+fac8
+fa1ci
+fa3de
+fa6de.
+6fadm
+fa4f
+fa2g1a
+fa5ger
+fage4t
+fag5eti
+fa2gi
+fa2go
+fa2gr
+6f5agro
+fag3sk
+fa2g1u
+fai5
+2fakr
+fakse9t
+fakta3
+fa1ku
+5fal
+fa1la
+fal6kes
+fal4k3l
+fal6lers
+fal5m
+fa4lo
+fal4sk
+4fa5mo
+fa4na.
+7fan5d
+5fane
+fanfa5
+fang4s
+fangst7ev
+4fank
+2f3anl
+fan5s6
+fan7tesk
+fan5ti
+fan3to
+fan4try
+6fanu
+2fap
+3far
+9f8ar.
+fa3ra
+fa4ra.
+fa4re.
+fa4res
+far4gel
+far4ges
+fa4rit
+far5n
+far6skj
+fart2
+far4vel
+4fary
+fa7sa
+fa4sel
+fa4seru
+2fasl
+fast3r
+fa3tal
+fa4te.
+fa6t7ers
+fa1to
+fat2r
+fa3t6re
+fav5ne
+fa1vø
+2f1b
+fba4ne.
+2f1d
+1fe
+3fe.
+2fe1a4
+5fea.
+fe5a6l
+2fec
+fe4da
+3fede
+fe2dr
+fe3dra
+fe3d4ri
+fe7ene
+2fef
+2fe3g
+2fehj
+fei5en
+fei5er.
+feig4de
+fei5ge
+feil5es
+fei4li
+9fein.
+7feine
+fei7ter
+8fej
+2fek4a
+4fekl
+2feko
+4fekr
+fek6tes
+fekt5ev
+fe5lag
+fe5len
+fe5li
+feli7e6
+6felik
+felles5
+fel7læ
+2felo
+fel5ok
+fel9ta.
+fel4tek
+fel4ti
+fel4tra
+fem5ak
+fem9b
+fem9ne
+fe4mo
+fem5s
+fem4tid
+fe2m1ø
+5fen.
+4fena
+fend9r
+4feni
+5fens
+fentleg5
+2feo
+2fe3p2
+5fer.
+fe6ral
+4feram
+fe5ras
+fer6at
+fer4dam
+fer5de
+4ferea
+4fereg
+fe4rek
+fer6en
+fe7rer.
+fer5ers
+feri6e
+feri8e5ne
+7fern
+fer2r
+fers9kar
+fers7ke
+2fe1ru
+3fes.
+2fesi
+2fe1sk
+fe2st
+fes9t6i
+fes8t3r
+fes9tum
+fe6st9ø
+4fesy
+fe6ta.
+4fetap
+fe4te.
+4fetea
+fe5ti
+4fetil
+2fet6r
+fett5j
+fett7s6
+4fe4ty
+2feu
+2fev
+fe4ven
+2feø
+fe6øy.
+2feå
+1fér
+2ff
+f7fa.
+f4fab
+f2f3a2g
+f4f3ak
+ffa7l
+f6fann
+f4farb
+ffar6d
+ffa7re
+f9fas
+f6fat
+f8f9au
+f2f3av
+f2feb
+f2fe3d
+f2fee
+f6feh
+f2fem
+f6ferdi
+ffe4rer
+f2fes
+f4feti
+f4feto
+ff5eve
+f2fib
+f4fice
+f2fid
+f9fien
+f4finn
+ff5int
+f2fip
+ffi5s4
+f2fj
+ff3la
+ffla8ga
+ff9leg
+ff3li
+f2fo
+ff4ol
+f2f3re
+ff1ro
+ff5sl
+ff5t4
+ffu6r
+ff5ut
+f3fæ
+f4fø
+2f3g2
+2f1h
+1fi
+fia7l
+fia4n
+4fiap
+fi4as1
+fibi6en
+fi9cen
+fici7
+fi7di
+fie2
+fi1er
+fi7e6re
+fi4f
+fi5fi
+fi5fo
+fi7fl
+f6ig
+figh9t
+fi7g6r
+4fih
+fi9ka
+fikali7
+fikalie6
+fi7ken
+fik6ka
+fik6k5n
+fi5ko
+fik7sa
+4fiku
+fi4la.
+fi3li
+fil6lel
+fil6leri
+fil4les
+fil7leti
+fil8m7at
+fi1lo
+filt6re
+fil7tres
+fil4tri
+4filæ
+fin5art
+fin5d
+fi4ne.
+fi5ner
+fing3r
+6finj
+finn5ei
+6finnsa
+fi4n3o
+fi9nor
+2fins
+fin6sleg
+fin6te5s
+fi2nu
+7fio5
+fi2r
+fi3ra
+fi6ra.
+fi9rene
+fi5res.
+fi3ri
+fi5s4a
+4fisc
+fi6se.
+fiser6s
+fi8si.
+fi2sk
+fi6ska
+fisk5a6d
+fis7kal
+fisk5and
+fis6kart
+fis6k5end
+fis4k3l
+6fiskol
+6fisku
+fis5ti
+6fistu
+fiti6me.
+4fitr
+fitt5s
+fi7ty
+fi4ve.
+1fj
+f1jeg
+fjel6lend
+f5jen
+fjer5ne
+fje4sk
+fje2t3
+f5ju
+fjære5
+fjæ4res8
+2f5k6
+f2l2
+f5lag.
+f6lagg
+fla7ke
+f4las
+2fleg
+fle6i
+f4lek
+f6lel
+fle4sl
+f4lett
+f3lev
+fli7ne
+flis7t
+flit9t8
+1flo
+flo9ga
+flok9s
+flo2m3
+flo6r5o
+flos6kl
+f6lu
+flue3s
+flus8
+fl5ut
+3fly
+fly3s4
+f3løn
+flø5s
+1flå
+flå9sa
+flå7se
+2f1m
+fn6
+1fo
+2fo.
+fo9ar
+6fobs
+2foe
+4fof
+foi7la
+fo8ke.
+fo6la.
+fol4dr
+fo4le.
+fo5led
+fol6k5v
+fol9ler
+fol5lese
+folke5s6
+fol5li
+fo4lu
+3fon
+fo4na
+fond2
+fo5ne
+fo3n4id
+fo4nin
+fon1s2
+f1op
+for1a
+for9drev
+for7dro
+for5d6u
+fo6re.
+for9ei
+for7e6n
+for5ent
+for5ess
+for4et
+for9e8te.
+for9e8ten
+for9g6
+forh6
+fo4r9in
+fork8
+forlo7v
+forlø9pa
+forlø9se
+formo9r
+for3n
+foro6
+for5p
+for3se
+forsi9da
+forsi7de.
+for3s4m
+fors8t
+for9ste
+fors4v
+forta8le.
+for5t6e
+fortei9e
+for7t6i
+forti5da
+for3t4v
+for3u4l
+for7v6
+forva9re
+for5æ4
+for5ø4
+for9å
+fo9se
+fosfo5re
+4fosj
+fo4ta
+fo6te.
+foto5
+fo4tok
+fo4tom
+fo6top
+fo4tor
+fot3s
+fots6v
+fot3t
+4f1ov
+3fô
+2f3p2
+fpo6e
+fr2
+1fra
+fra5l
+fra4m5e
+fra6mi
+framma8ne.
+franko5
+fran7se
+fra7r8
+fra1s
+fra5se.
+fra7sep
+frasi8e
+fra7sk
+fras6p
+fra7v
+fra7v6r
+f2re.
+fred8sel
+freds5t
+fre4e3
+8freg
+f4rek
+fre4m5
+fremma8ne.
+frems4
+fre7ne
+fre6sk
+fres7ko.
+fres5koe
+fre8s9v
+fri5a6re
+6f5ridi
+fri4erf
+f1rin
+fris6ka
+fri5s4p
+fri5s6til
+frite8re.
+friti8me.
+6froc
+fro7f
+fronta9le
+fro8st
+frus1
+fruta6le.
+f1ryt
+frø5b
+frø7ko
+frå9r
+fråve4
+2f1s
+fs2h
+fsho6
+fsi2
+f5sjuk
+f2sl
+fsle6ge.
+f4sm
+f2sn
+fs7ne8
+fs5ov
+fs2t
+f2s3tab
+f6s5tan
+f4s9v
+2ft
+f1ta
+f3ta.
+fta7f
+ft1ak
+fta8la.
+ft3alg
+f2t1am
+f4tana
+f7tane
+ft3anl
+f5tar.
+ft8as4
+f6t1av
+f2tea
+f3ted
+f4tee
+f2teg
+f2tei
+f2tek
+f6tem
+fte4na
+ften3d
+f4t3enh
+ften5s6v
+f2teo
+fte4r5a4
+f4terin
+fter5s
+f4test
+f4teta
+f4t5ett
+ft3ind
+f2t5i4s
+ft5l
+ft7n
+f2t1o2
+f5tog
+3fton
+ft3r
+fts5alt
+fts3ei
+fts5ers
+fts5erv
+ft2s1i
+fts1k
+ft2skaf
+ftsla6ga
+ft5s4lan
+ftsle6ge.
+ft3sto
+ft6s5top
+ft5s6tri
+ft5stø
+fts1u
+ft2s1ø4
+ft5t4
+ftta8ka
+ft1u
+1fu
+fu8ga.
+fug9le.
+fug6l7eg
+fu6le
+full3
+ful9lar
+fulle6
+ful9le.
+ful4len
+fullen8de.
+ful4ler
+ful7les
+fullfø7re
+funn2
+funns3
+funnsla8ga
+fu6ra.
+fu6re.
+fu9ret
+fu7ro
+furu1
+fu7sel
+fu6sk
+fus6o7
+fu4s5t
+fut4h
+futu1
+4f1v
+fva8la
+1fy
+fy5la
+fyr2
+fy8ra.
+fy4r5a4b
+fy1re
+fy4re.
+fyr7k
+fyr8ke.
+fyr5t
+fy3s
+fysa7
+fy8sa.
+2fæ1
+1fø
+fø4da.
+fø4dek
+fø5den
+fø4des
+fø5des.
+fø1f
+2føk
+fø4le.
+f8ør
+før6a
+fø5rar
+fø4re.
+fø4res
+fø7resv
+fø8rete
+før6tin
+4få
+få7ren
+få7ret
+få5ri
+får7u
+få7va
+1ga
+4gaba
+ga1bo
+6gabø
+ga3da
+ga4ded
+4gadg
+2gadm
+4g5adr
+ga4e5k
+6gaflo
+g3aft
+6gah
+6gak
+g1aks
+gak8ta.
+gak8te
+ga3kv
+ga1la
+ga4la.
+galei5
+ga7len
+gal4les
+4galli
+5ga7lo
+ga4ma.
+4gamb
+ga5mer
+gamme6l5
+6gand.
+6ganden
+9gane
+gan5g6en
+gan4g5j
+4gan5k
+2g1anl
+4gann
+4gansa
+4gansv
+4g5antre
+ga6pa.
+ga4pe.
+ga4p5l
+gap3s2
+ga6p7u
+9gar.
+ga6raf
+ga6r5ak
+2garb
+5garbr
+5garby
+gar4dek
+7gare.
+4garea
+gar5es
+gares6ke.
+gar2i
+4garki
+gar3ne
+gar6ta.
+g5arte
+gar8te.
+g3arti
+gart5s6la
+gar4un
+ga4ryl
+ga4sc
+ga5s2i
+gas8ka.
+gas8ke.
+ga6ski
+4gasp
+gas6sel
+gas5sen
+gas7ser
+gass5ett
+gass3l
+5gast.
+gas5te
+ga5sto
+gas7t6ra
+gas9tri
+g2at
+ga4te.
+ga5tens
+gate5s
+ga3ti
+ga1to
+ga3tr
+gat6tap
+gau5la.
+9gav.
+2gavd
+6ga4vei
+ga4veri
+4gavg
+g5avk
+2g1avs
+2gavt
+4gavv
+2gaw
+4gaø
+2g1b
+gba4ne.
+g6byk
+2g1c
+8g1d
+gd5alt
+g6d5au
+gde3a
+g2deb
+g3deba
+g4dedi
+gde5lo
+g2dem
+g4dend
+g2de5o
+g4dera
+g4de5re
+g6dero
+g2des
+g2det
+g3det.
+gdevi8sa
+gd5op
+gd1or
+gdy4d
+g6d1øy
+1ge
+2ge1a
+geak8ta
+geak6te.
+gea7ren
+ge4ark
+2geb
+6geba
+4ge5be
+3gebri
+4gebrå
+3gebyr
+ged4
+4gedan
+6gedel
+gedia5
+9gedom.
+7gedoma
+9gedome
+7gedomme
+6gedoms
+4gedos
+2gedr
+2gedy
+2gedø
+2gee
+geen8de.
+2gef
+g5eft
+3gefæ
+2ge1g2
+g5egg
+g3e2gn
+2geh
+gehø8ve.
+2gei
+g1eie
+g4e1in
+gei4r3
+gei9re
+gei8s7p
+gei6st5
+3geit
+geit3a
+geit3o
+gei4t3r
+2gej
+2gek2
+ge9kl
+ge3kn
+g1eks
+6gekt
+5gel.
+ge4lar
+4gelau
+ge6le.
+ge7lea
+4geled
+4gelei
+gelei5er
+4gelek
+4g3elem
+ge5len.
+ge5lens
+5gelet
+gel5ett
+3geli
+4gelid
+6geligg
+4gelit
+6geliv
+2gelo
+ge5lov
+7gels4
+gel3se
+gel5si
+gelsk7l
+gel5t4
+4gelu
+ge5lun
+gel7ve
+4gely
+2gelæ
+2gelø
+2gelå
+5gem.
+2gema
+9gema.
+2gemi
+3geml
+4g5emn
+gem6na
+2gemo
+9gemr
+3gems
+3gem4s5t
+ge3mu
+2gemy
+2gemø
+2gemå
+g2en
+3gen.
+ge2n1a
+ge7n6am
+gends6t
+ge3nea
+4genem
+gen5erf
+ge5nes
+gene4t
+gen5eti
+4genev
+gene5ve.
+gen8ga.
+gen5gr
+ge4ni6n
+6geniv
+gen5k
+genle6ge.
+gen3n
+gens5l
+gen6sun
+gen5tr
+4genum
+4geny
+4genæ
+4genø
+2geo
+5geog
+3geol
+geome5
+geomet4
+ge5on
+6geop
+ge9ope
+2gep
+g2er
+3ger.
+ge5ra.
+ge6ral
+ge4r5ant
+ge9ras
+ger5di
+4gered
+4geref
+4gereg
+4gerek
+ge6rene
+4gerep
+6gerese
+4gerett
+ger4i5d
+4gerik
+geri8ka
+6gerike
+ge4rim
+ge4ris
+ge4rit
+ge4riv
+gerle9g
+g9er8ma.
+ger3n
+gerne6
+4geroa
+4gerom.
+4geromm
+6gerop.
+4gerope
+ger5p
+ger4s5af
+5gerud
+ge5rup
+ger5v
+gerø6re.
+ge4r3ø4v
+4gerå
+g6es
+5ges.
+2gesa
+2gese
+5gesen.
+5gesens
+4gesi
+4ge5sja
+4gesje
+2ge1sk
+ge1sl
+geslu7
+ges4lø
+4geso
+4gespe
+ge4spr
+ge5spra
+2ge1st
+3gest.
+gesta7b6l
+5geste.
+ges6tekk
+ges8ti.
+gest5rid
+gestri8de.
+6gestå
+2gesu
+ges5vik.
+2gesy
+6gesæ
+2gesø
+2ge1så
+geså5re
+5get.
+ge5tak
+geta6le.
+6getat.
+6getate
+4ge3te
+5gete.
+2geti
+2getj
+2geto
+2getr
+5get5s
+2getu
+2gety
+gety8e
+2getø
+2geu
+g2ev
+2ge7v8a
+2geve
+4gevir
+gevi6sa
+4g5evn
+gev6ne.
+4ge5vo
+5gevå
+2gey
+4geæ
+2geø
+2geå
+1gé
+2g1f
+gfe2l
+4g1g
+g6g5al
+gg5ask
+g2g1av
+g4gedi
+gg1ei
+g4gela
+g4gele
+g2gem
+g4genu
+g6gerei
+gge4rin
+g4gerø
+gges6b
+gges5l
+g4gesm
+g6geso
+g4gesp
+g6ges6tio
+g6ge5sv
+g2gev
+ggie6
+g4gif
+g4g5i4m
+gg4je
+ggje5s
+g2gl
+g7glu
+g4gn
+g2g1o2
+g3go.
+g5gos
+gg3rad
+ggra6da
+gg5rat
+gg8re.
+gg3red
+gg7rek
+gg5s4par
+gg3sto
+gg4sy
+gg3sø
+g7g8ud
+g4g5u4r
+2g1h
+ghe8n
+ght5ene
+gh4to
+ghæ8
+1gi
+3gi.
+4giak
+gi1ar
+4giarb
+6giav
+2gib
+gi8c
+2gid
+gi3de
+gi1e
+4giek
+3gien
+gi9end
+5gier
+4gifa
+2gifo
+4gifr
+4gifu
+gi6ga.
+2gigr
+2gih
+2gii
+5gika
+3gike
+4giki
+3gikk
+gi5k4r
+4giku
+gi5le
+4gimess
+gi4metr
+4gimi
+4gimø
+2g1ind
+6gingeni
+gi4nin
+2g1inn
+gin5nu
+4gino
+4g1ins
+4g1int
+2ginv
+4gi5om
+2gi1op
+gio4r
+2gip
+gip5si
+6gira
+gi3re
+gi4re.
+giro3
+gi6rob
+5gis.
+2gisa
+gi3se
+4gisel
+4gisen
+5gisk
+6giska
+gis8lu
+gis4lø
+4giso
+4gisp
+gi3s4pa
+gi5s4pr
+giste6ru
+gis5ti
+gist5ra
+gi5stré
+gi6st5rer
+4gistu
+6gisty
+gi5ta
+4gi5te
+gite4s
+gi2t9r
+git5te
+2giu
+gi7va
+4gival
+4givo
+4givu
+1gj
+2g1jak
+g5jarn
+2gjaz
+gje5f
+4g3jeg
+gjels4
+gje2n
+gjen1opp3s4
+gjen5s8
+6gjent
+3gjer
+gje7sk
+gje4s3p
+gje8v9ak
+2gjob
+2g1ju
+7g6jut
+gjø9de
+2g3k2
+gkly9
+gl2a
+6gla.
+gla3de
+4glag
+gla4ga
+gla8ge.
+g3land
+g1lar
+gl5art
+glar7v
+1g2las
+7glase
+g6lass
+6glast
+g5last.
+3glat
+g5lau
+gl6e
+gle6dero
+g2lef
+gle3ge
+gleg8ga
+6glei
+glei7er.
+g2lek
+g7lek.
+g5leke
+g2lel
+3glemt
+4glen
+g9len.
+g9lene.
+g9lenes
+g9lens
+gle9pl
+4gler
+gle4ra
+glere8de.
+g9les.
+gle6se.
+g4le5sk
+g6le7sm
+4glet
+g2lev
+1g2lid
+gli4del
+gli7e6n
+gli8er
+glig1
+3g2lim
+gli9me
+4glio
+glitt4
+6g7liv
+4glj
+gl7ja
+gl5l
+g4lo.
+g2loa
+5glob
+5g6lome
+1g4lor
+gloria7
+glori6an
+glorie7ne
+g4los
+glo5ste
+6glov
+gls4
+5glug
+g5luk
+6glun
+gl5ung
+glun8ge.
+gl5ut
+g5lyd
+3glyf
+gly4se.
+g2løg
+glø8pa
+2gløs
+gl7øy.
+5gløym
+2g1m
+g4mete
+g4metr
+g5mé
+gmini6
+gmo4e
+g3mu
+gmu8le.
+gmå6la
+g1n
+gn1ak
+gna5lem
+gna4lo
+g2nav
+gn1d
+gndø6
+gndør5
+gn4e
+g2nee
+g4nelo
+g6nero
+g6nerø
+gne1s4
+gne8se.
+g4nesk
+g4nest
+g5net
+g6netr
+g2nev
+g4nib
+g4nid
+g6nik
+gning4
+gnings5
+gni4s
+g6ni5sk
+gni6st
+gnist9r
+gn5k4
+g2nom
+gn5o6p
+gn7o6v
+gn5r
+gn1s
+gn4skr
+gn6sm
+gn4som
+gns4pr
+gn4sti
+gn2s1v
+gn5t4
+gnu5re
+gnæ6re
+g2nå
+1go
+7goan
+go1ar
+7goar.
+2gob
+gobe5
+go4da
+go5dal
+god5ar
+2godd
+go4de.
+gods9t
+2gof
+go9ga
+go5ge.
+go9g8r
+6goi
+2gok
+gok4se.
+go3le
+gol6fa
+go5lo
+gol4va
+gol6var
+go4lå
+2gom
+g7o6ma
+6gometris
+7gomm
+go4n5and
+go9ne.
+go7ni
+go5nok
+gon9s
+2g1op
+3g6or4a5
+go5ra.
+go7rae
+go7ras
+2gord
+gor6da
+go1re
+gore8a7
+2gorg
+g4ori
+gori5e6
+g5orv
+gor8va
+go5rø
+gos3p
+4gost
+6goto
+got6r
+4gov
+go8ve.
+go8vi.
+2g3p6
+1gr4
+8gr.
+4grab
+6grac
+gra5ce
+9grads
+graf5f
+graf5t6
+gra4m5
+grand3s4
+gran5to
+grant4r
+gra9se.
+gra9set
+gra6sk
+gras3t
+gra5t
+gra8te.
+grati4s
+gra4u
+gra4v3ak
+gra7vis
+gravta8
+2grea
+4g5reds
+gre4en
+2gref
+g7refe
+g4rega
+greie5n
+grei6ene
+6g3reis
+4grek
+2g5rel
+g5rent
+4grepi
+grep4s3
+g7rese
+gres6sak
+gres6sent
+6g5rest
+4grett
+4g5ri.
+grib3
+4grid
+4grif
+4g1rig
+gri5sete
+4grit
+gro9ar
+g4ro7i
+grom5m
+g4ron
+gro5sk
+gro3ve
+4g5rui
+4g3rul
+grun7g
+5g4rup
+gru7sa
+grus5t
+2g1rut
+2gryd
+4g5ryg
+6g5rytm
+grø5de.
+6g5rør
+4g5røv
+grø5ve
+4grøy
+gr7øy.
+6gråd
+grå6da
+gråk4
+grå7n
+grå5te.
+8gs1
+gsa2
+gs5akers
+g7sal.
+g7sale
+g5salg.
+g5salge
+gsam3
+gs3amb
+gs7amn
+g3s6ank
+g5sard
+g2sas
+g7sast
+gsbø6n
+gs2ce
+gs5ef
+g2seg
+g2sei
+g2sek
+g5sekr
+g7sekv
+gse9la.
+gsel4s5a
+gsel4st
+g2sem
+gs6ende.
+gsen6ke.
+g5sens
+g3sent
+g2ser
+g5ser.
+g3seri
+gse4st
+gse4t
+g3sete
+gs3eti
+g9sets
+gs4ett
+gse2v
+gsfø2
+g2si
+g5sider
+gs5is
+gsi2v
+gs4jar
+g3sjef
+g5sji
+g2sjo
+g5sjå
+gs4ka.
+g5skad
+gs4kal
+g5skall
+g6skam
+g4skan
+g4skapa
+g5skape
+g4skapi
+gs7kav
+g5skilt
+g7s4kj
+g7s6kjæ
+g3skot
+g5skren
+g7skug
+g6skv
+gsla6ga
+gsle6ge.
+gs6leri
+g4sluk
+gs4lun
+gsl9ut.
+g5slyn
+gs5med
+g9s6mert
+g7snel
+g5sog
+gs9ope
+g5spal
+g3spel
+gs2pi
+gs5pik
+g3spil
+gs5pile
+g6s5pors
+g3spur
+gs3s4
+gsse4e
+gs5tak
+g9s8tand
+g5stang
+gs4tasj
+g7s4tat
+gstatsrå7
+gst6e
+gs5te.
+g5ste4e
+gs4tell
+gs5tema
+gste6ma.
+g7stemt
+gs4tere
+g5s4terf
+g5s4terk
+g5s4tern
+g5s4ters
+g5s4terv
+gst7evnen
+g5s4ti.
+g3s4tie
+g3stif
+g3s4tig
+gs5tiå
+g5sto.
+gs4tol
+g5stol.
+g7stola
+g5stole
+gs5toll
+gs4trap
+g5strau
+gst5rea
+g5strede
+gst5rei
+g5streke
+gs6tret
+gstri8de.
+g5s4trof
+g3strø
+g5s6trå
+g5stue
+gst5ut
+gstyr8ka
+gs4tør
+g5s4tå
+gsu2
+gsu5g
+gs4vane
+gs5vik
+gs7væ
+gsy2d
+g7sym
+gsy6na
+gsy6t
+g2sø
+gsø6ki
+gs6øt
+gså4
+2g1t
+g3ta
+gta8ka.
+gta8ke.
+gta6la.
+gta4le.
+g9t6e
+gte6ke.
+gte6ma.
+g3ti
+gti8de.
+g4t5if
+gt6re.
+gtråd5s6
+gt7sv
+gt5t
+gtu8en.
+gtvek8
+gty8e
+gt9yt
+1gu
+4g5u4bå
+gu2di
+guds3t
+gu4el
+6gug
+g5ug6l
+gui4d
+guid5ar
+gu4le.
+4g5ulk
+gul8ke.
+gul4la
+gul5o
+gul7ø
+7gum
+gun4g
+gur2g
+gu4ri
+gur8na
+gur6ne.
+gu5rua
+gu3rue
+gu4st
+gu1ta
+2gutb
+4gutd
+g5ute.
+6gutg
+g7utl
+4gutn
+2guts
+gut4tak
+gut4tes
+4guttr
+2g1v
+gva4ke.
+gva8la
+gvedli6
+gvi8ta
+6g1w
+1gy
+g9y8a
+gy4da.
+7gym
+gy3ne
+gyr6
+gy8sa.
+gy6se.
+gy4te.
+gy4ve.
+g5æt
+4g5øk
+gør3s
+2g3øv
+gøy9a
+gøye6r
+gøy5n
+1gå
+gå6as
+gå6en.
+gå4er.
+4g5å4k
+4gåm
+4g3ån
+gån8da
+2g1å4p
+2g3åre
+gå2s
+gå3st
+gå9ven
+gå4vet
+h2a
+ha4a
+haba9
+4hae
+ha2el
+4hafi
+ha2g
+ha3ga
+ha4ga.
+ha3gen
+hai1
+ha7ism
+ha5ka
+ha4ke.
+ha5ken
+ha7kera
+ha4ke5s
+ha1la
+ha6la.
+hald4s7
+ha4le.
+ha4lev
+hal6lei
+hal6lø
+hal4s3k
+hal4so
+hal4s3t
+ha5lu
+hal4v5
+ha5ma
+ha8me.
+ham6nest
+ha5mo
+ham4st
+hams4t7r
+ha5na
+han6d5r
+hand7skr
+hand5ø
+ha4ne.
+hani1
+hanis4
+han2n3
+han4ne
+han6nel
+han5nen
+han5n4o5
+han3se
+han4sk
+ha4pe
+ha4re.
+ha5rei
+ha4rel
+ha3rem
+ha4res
+har5k
+ha5rov
+har7se
+har5tre
+har4tri
+ha4sj
+hasj5e
+ha2sl
+has6p7l
+has5v
+ha3tar
+ha4te.
+hat6le
+h4au
+hau5ke.
+hau6st
+hau4t5r
+hav4a
+ha4va.
+ha5van5
+ha4ve.
+ha4veg
+ha4vei
+have3s
+ha1vi
+ha4vo
+hav4sl
+ha6vu6
+hav1ø
+4havå
+2h1b
+hba4ne.
+4hc
+2he.
+he2a
+he7ans
+heat4r
+heb5n
+he4de.
+heder6s5
+he2d9r
+hef9ta
+hef7tes
+he3ge
+he4ge.
+he2g3r
+he2i
+heia3
+hei5en
+3heim
+he3ins
+hei4sk
+heit4s
+he2k
+hek4sek
+hek6serin
+hel1a
+he4la.
+he4le.
+he4l5ei4
+hel6lesu
+hel3o
+hel2s2
+hel3sa
+hel4se7
+helses4
+hel3sk
+hel5sp
+hel5ste
+hel3sv
+hel4tes
+hel9ve
+he4mak
+hem5ne
+hem3s8k
+henfø5re
+hen5o6
+hen1s2
+hen5se
+hera9da
+he5ret
+he4ri.
+her5j
+herle9ge
+herli9ga
+4her5n
+he1ro
+he4ro.
+hero9a
+her7p
+her6rei
+her6resi
+her6ret
+her6ska.
+her8s7kare
+her6sv
+her5un4
+he2r3ø
+he4se.
+he2sp
+hes7pa
+hes5pel
+hes5pen
+hes9per
+heste5ri
+hes4tes
+he6stø
+het2
+he4te.
+he5t6i
+het4s3a4
+het4s5p
+het3t
+he6va.
+he6v7arm
+he4ve.
+hev9na.
+2hf
+2hh
+h5hu
+hi5ao
+hi4bak
+hie4n
+hi2et
+hi4f1
+hiff2
+hif9r
+hi6ge.
+hik7e
+himme6l5o
+hi6n7an
+hin4nes
+hins4
+hins9ke
+hi4pl
+hip3p
+hi1ro
+hi2s1
+hi9se.
+hi3sen
+hi5s4i
+4hisk
+hit7o
+hi4t5r
+hit5ti
+hi8va.
+hi4ve.
+hiv1s
+hjar4
+hje4
+hjem7e
+hjorte5
+hju6l7
+hju7l8e
+2hl
+h5lan
+2h1m
+hma8n
+2hn
+h2na
+hne6n
+hn1s
+h4o
+ho5ar.
+hob6
+ho6da
+ho4de.
+ho5den
+hode3r
+ho5der.
+ho5dy
+hof4f3
+hof4f3a4
+hof4f3e4
+hof5f6er
+hof4fi
+hogs6
+hog6str
+hog7stra
+hoi5
+ho2la
+ho5lag
+ho5lan
+ho4le.
+ho4lin
+hol5l
+ho4lom
+hols4
+ho4lu
+hol7ut
+ho4me.
+ho4mo.
+ho4mod
+ho4mos
+ho5n6o
+ho4o
+ho8pa.
+ho4pe.
+ho8pi.
+ho5ra
+ho6ra.
+hor2e1
+ho1ro
+2hort
+ho4s
+hos5a
+ho5sen
+ho5ser
+ho5si5
+hou2
+ho1v
+hove5re
+ho4vé
+2how
+h1p
+2hr
+h1ra
+h1re
+hri5ne
+hri2s3
+6h1s
+h5s4e
+4ht
+h5ter
+htere4
+h1tr
+ht5t
+hu4da
+hu4d3
+hud5s6
+hudså9re
+hu4er
+hu6et.
+hu4ga
+hu4ge.
+hu8ja.
+hu6ka.
+huk8ra
+hu4la
+hu4le.
+hu4leg
+hu5les
+hu4lev
+hu5ma
+hun6des
+hun2n3
+hu1ru4
+hus1a
+hu8sa.
+hu5s6a6r
+hu6s7arr
+husa7r8e
+hu4se.
+hu4s3ed
+hu2s1i
+hu2s5j
+hu2s1k
+hus7m
+hus5s4
+hus1t
+hu8str
+hust9ran
+hus4tre
+hu6sty
+hu6s5u6
+hu2sø
+hu4va
+hu4ve.
+hu4ves
+hv4
+hva5le
+hvas5
+hve2r
+hver3a
+hvi5l6i
+h4v4ir
+hvits4
+hvo2
+hvor5
+hvor5i6
+h6y
+hya3
+hy2bl
+hyd4
+hy2e
+hye5ne.
+hye9nes
+hyg5gel
+hy6la.
+hyldes7
+hy4le.
+hyr4des
+hys3
+hy8sa
+hy4se.
+hy2s1j
+hys5t
+hæ5g
+hærfø9
+hær3s6
+hø4e
+høf5
+hø2g
+høg3ri
+høg7rø
+høk6
+hø6le.
+hø4na
+hø4ne.
+hø5rar
+hø5ren
+hø5rer
+hø4res
+hør6sp
+hø2s
+høst7a
+høst5ø
+hø1va
+hø1ve
+hø1vi
+høy5a6
+høy5k
+høy7n
+høy7rar
+høys4
+høyse6te.
+h6å
+hå7a
+hå8le
+hå6na.
+hånd5skr
+hå5nel
+hå6pa.
+hå4pe.
+hå4p5l
+hå1re
+hå1ri
+hår3s
+hår7u
+hå8va.
+hå4ve.
+ia9al
+i1abl
+ia1bo
+i2a3de
+i1adj
+ia5d8r
+ia1g2
+ia2ge
+ia1in
+ia1kr
+i1aks
+iak8se.
+ia5ku
+i1al.
+ial1a
+ial5ein
+iale4t
+ial5eti
+ia4l5ett
+i2alf
+ial3g
+ia4lin
+i4alk
+ial3op
+ia6lov
+i5als.
+ials4t
+i3alt.
+ial1u
+ia2lø
+i1an.
+i2ana
+ia4nal
+ian5ald
+ia5nar
+i7andr
+i5a4ne.
+ia8nes
+ia7net
+i5ank
+i1anm
+ia2no1
+i1ans
+ian3sa
+ian3sl
+i1ant
+ia7nø
+ia2pa
+i3app
+i1ar.
+iar4do
+iard5s4
+iar4du
+i2are
+i5area
+ia5r6e8l
+i5arn.
+i9arns
+i7arska
+i6asi
+i1asm
+ia4sp
+ias3s6
+i3assi
+i1ast
+i7ast.
+ia1t
+ia5te
+iat6r
+iaty6ra
+i1att
+i7auk
+i1av
+i1b2
+iba4ne.
+ib5bo
+ib3bu
+i3bere
+ibe4ro
+ibi5er.
+ib7lar
+i2b3le
+ib4leg
+ib4le5s
+i5bo
+ibo4e
+ibo7n
+ib4r
+ib3st
+ib8t
+ibya7
+iby9ar.
+8icanarar
+ice5ne
+i1ci
+ick1
+ick7ete
+i1co
+i5cy
+2ida
+i5dal
+i3das
+id1av
+id3del
+iddel5u
+id6dep
+2ide.
+3ideal
+i2deb
+i6def
+id5e4ge
+i7deki
+i9del.
+id3elv
+2iden
+i5dend
+iden5sv
+5identif
+5identit
+ideo3v
+i6derap
+i9de5re.
+i7deren
+i9deres
+iderla8ga
+iderle7g
+i7dern
+i5ders
+i6desm
+id6gem
+id4ges
+idi4en
+1i2dio
+i8dj
+id7jer
+id9na
+1i4dol
+id9ran
+id5reg
+4i3drev
+2idri
+id2s1
+id5sam
+idse4
+id6sel
+id5sim
+ids5l
+idsla6ga
+ids3t
+id4s5tu
+id2t1
+i2d1un
+i2dy
+3idyl
+i3dyr
+i3dø
+i6d7øy
+id7å
+2ie
+ie1a2
+i2ed
+i1eff
+ie4ge
+iego4
+ie1i
+iei6d
+i1eie
+i3eig
+i5eini
+iek8l
+i1eks
+ie5l6a
+i2ele
+i5elem
+ie4lev
+i7e6lim
+i1els
+i9elt
+ielø8pa
+i8e9ma
+iem7b8
+ie3me
+i1en
+ie7na
+i2end
+ien6dela
+ie8né
+i2e5ni
+ien7n
+ie5no
+i5ens
+ien4sk
+ien4s5v
+ien4t3r
+ie5nu
+i6eny
+ie4ran
+i4erd
+ie6re.
+ie5reg
+ie4r5eng
+i6eret
+i2eri
+ie4ril
+ie4ris
+ie4riv
+i2erl
+i6ero
+ie7ro.
+ier4ra
+ier4sp
+iers3v
+ier5t
+ie3run
+ier5v
+i2e1s
+i6es.
+ies4c
+ie3se
+ies5s
+ies4ti
+i8es6v
+i1et
+i2eta
+i5e4tabl
+i3etat
+ie9te
+ie5té
+iet4re
+ieu2
+ie7ved
+2if
+ife4s1
+if2fa
+ifi6e
+ifjø8
+if3le
+if4les
+iform4
+if1re
+i8ft
+if4tal
+if4tere
+ifte5s
+ift2s
+i3fø
+2ig
+i2gae
+ig3ann
+i7gark
+ig4art
+iga3ru
+iga7te
+ig3att
+i2gav
+ig3d
+i6geb
+i6gedi
+i6gedomm
+igedoms5
+i2gem
+i3gen
+ige6no
+i5gers
+i4gerø
+i4gesp
+ig3e4ta
+ig5ett
+ig4ged
+igges4
+ig4gra
+igg9s2
+i6gh
+i2g1ia
+i5gib
+i4gim
+igion4
+igje9va
+ig1l
+igl6d
+igli6se.
+ig5loa
+ig5neu
+ig5no
+igof6
+igo5fr 
+ig1om
+igo4no
+ig2ra
+ig2re
+i2g1rø
+ig3råd
+igrå5t
+igs4al
+ig5sel
+igs2j
+ig5s4ka
+ig3s4kr
+igs4mu
+ig3s4pa
+igst4
+igs4ta
+ig4ste
+ig5stek
+ig7stel
+ig5stem
+igs4tra
+ig5s4va
+ig1un
+ig9ut
+i3h
+ihen3
+iho7le.
+i4huk
+ihu9la
+ihu5le.
+i1i
+i5in
+i7is.
+i6ita
+i1j
+2ik
+i1k2a
+i2kab
+i5kabel
+i2kaf
+i2kak
+ikan9d
+i2kao
+i4kapo
+i5kar.
+i5kara
+ika5re
+i4karei
+i6kasa
+ika3sp
+i2ke.
+i2ked
+ik9ei
+i9keleg
+i5keli
+ike5lu
+i5ken.
+i4kena
+i5kene
+i9kens
+i3ker.
+i4kera
+i5kere.
+ike5ri
+ike4r5o
+i2ke1s2
+ike3si
+i6kesk
+i5keso
+ike5su
+i5ket.
+i5kets
+i1ki
+iki9ne
+ik5inn
+iki5st
+i1kj
+ik4kaf
+ik6kana
+ik4kap
+ikk5arv
+ik4kas
+ik4kat
+ikk5att
+ik6k7ent
+ik4keru
+ik8kesk
+ik4kest
+ik3kjø
+ik4kjøp
+ik4kl
+ikk5lag
+ik2ko
+ikk5ord
+ik4kr
+ikk3re
+ikk5sv
+4ik2ku2
+ikk5und
+ik2kv
+ik6ky
+ik1l
+i5klæ
+i1ko
+i2koa
+i9koar
+i2kob
+i4kod
+iko5de
+i2ko3f
+i4kog
+i4koh
+i2kok
+iko5na.
+i2koo
+i5k6ord
+i4kore
+i2kov
+ik1r
+ik4rak
+ik5rem
+ik5robe
+ik3ros
+ik2ry
+ik2sa
+ik4sek
+iksmå8la
+ik7sot
+ik5spel
+iks5ti
+iks5to
+ik8stu
+ik4tav
+ik4teg
+ik2t1r
+iktsla8ga
+i1ku
+iku6le.
+i6k7u6t
+ik1v
+ik4vin
+i1ky
+i3kø
+i3kå
+ikå8pa
+i1la
+il5adr
+il7af
+i2l3ak
+il3al
+i4lana
+il6and
+i4lark
+il3art
+il5ass
+ilas5t6
+ila5t
+il5av
+il4dak
+il4deko
+il4dete
+il7dj
+ild3re
+ildsfa9re
+ild3s4t
+ilea9r
+ile8are
+i3le7e
+i2lef
+ile4ge.
+i4l3egn
+i2l1ei
+i6leig
+i2lek
+i2lel
+i4leno
+i4lero
+ile1s
+i4lese
+i4le5sk
+i4lest
+ile6tri
+ilet5te
+ile4tu
+i1lé
+ilfø5re
+il5ge
+il1gl
+i4lid
+ili5ers
+ili9ga
+i5lik
+i2l1im
+i4l3ind
+i7line
+i4lins
+i4l3i4r
+ili5s6tik
+il3ja.
+il1je
+il5jese
+il1jo
+il1ju
+ilke3
+il5ker
+il4kes
+ilk4o6s
+il5ku
+il4lab
+il6lam
+illan8da
+il6lap
+il9lau
+il4lee
+illei9e
+il6l7ender
+il6lesk
+il4lev
+illi9ga
+il4lo5m
+ill3s2
+ills5kå
+illæ4
+illæ9re.
+il4m5est
+ilm5e4v
+il4mi
+ilm5s
+i1loe
+i9lolo
+i4lom
+il5omv
+i5lon
+il3opp
+i4l1o4r
+i5loso
+ilot3u
+i4love
+ilo1w
+ilret4
+ilset8je
+il3sl
+ilsla7
+ilsle7ge
+ils4mu
+ils2p
+ils2t
+il5str
+il7su
+il3s2v
+ilsva9ra
+ilsva5re
+ilta9la
+ilt5rett
+il6t7å
+ilu4h
+i5luk
+il7ul8
+il3un
+i5lur
+i9lus
+il1ut
+il5v6
+ilve8d
+ilve4r
+i1ly
+il1å8
+ilår6
+8im.
+4ima
+i2mad
+i4maen
+i2mag
+i6m5akk
+i4mako
+imal8n
+i2mam
+i9man
+i2map
+i5mar.
+ima5s
+i4matr
+i8mb2
+i4mee
+i2me1g
+i2mek
+i6melu
+im5enh
+im8et
+i9met.
+i4meta
+i4meti
+i6mey
+i8mé
+imi9la
+imini6
+i7mj
+im4lev
+im8l9u
+im5m
+i6mog
+imo9l
+im5ord
+imor8da
+im7o6v
+imp2
+5imperi
+imp4l
+1impo
+imp9s
+impse8
+1impu
+im4ref
+im4rek
+im4res
+im9se
+ims4k5l
+ims3kr
+im5s4me
+im1s4t
+im6sti
+imta8la
+4imu
+i3mø2
+2in.
+6ina
+i4nag
+in5agg
+i5nakk
+ina4let
+i4na2m
+in3ame
+in2an
+i9nane
+in5ann
+i2nap
+in5app
+i5nar.
+i5nars
+i4nask
+i4nasp
+i4n5ass
+ina4t5ak
+i6nau
+in7auk
+in5avl
+in5avr
+ince2
+in7der
+6indig
+in4dog
+ind9ra
+in3dru
+indr5ø
+ind5sk
+ind3sp
+ind5s4t
+5industr
+ind7å
+4ine
+ine8are
+i2ned
+inedy6
+in5egg
+in5eid
+in3eie
+i6nele
+ine4li
+in7eng
+ine8pa
+ine8pe.
+i7nere.
+i5neren
+i9neres
+ine4rik
+i7nern
+i5nert
+i5nes.
+i4nesk
+ines8ka
+ines8ke.
+ines4st
+ine5s4ti
+i4nesø
+i2nev
+8iné
+3infek
+in4fos
+in4fot
+infu9
+4infy
+in4g5ald
+in4gav
+in5gebj
+in6gem
+5ingeni
+in5geri
+in4geru
+in3gev
+ing5jen
+in4goa
+in4gos
+in2gr
+ing5rep
+ing7ris
+ing2s
+ings5om
+ingst8
+ings5v
+6ingu
+in2g5ø
+i7nia
+ini9ar.
+i2nib
+i5nie
+i4nif
+i2nig
+i4nil
+ini7m
+i4ninn
+i2nip
+i4nisa
+ini3se
+i4nises
+5initia
+i4nito
+5injek
+2ink
+in5kel
+in4kero
+in4k3la
+in4kok
+in5l
+inla8ga
+2inn.
+in4nal
+in4nem
+in4nerø
+in4nesi
+innes6t
+4innet
+in6n7ette
+innfa9s
+1inng
+5innhal
+3innho
+2inni4
+in4ni.
+in4n5om
+in5n6ova
+inn1s4
+6inns.
+3innsa
+inn5se
+inn9sen
+inn9ste
+inn7sve
+1innt
+in4n5u4
+4innæ
+in2nø4
+2ino
+ino5a
+i5noar
+i4nod
+inok6
+in7oks
+in1s
+4ins.
+8insa
+in9sa.
+in7sal
+in5sar
+in5se.
+in4sek
+in3sen
+inseri8e9ne
+in3si
+insis5
+6insj
+in4sja
+in3sje
+4insk
+in9s8kas
+in5skat
+inske4t
+ins4ki
+in3skj
+ins5kjøt
+ins6kor
+ins4k3v
+ins6kø
+insle7g
+ins8lega
+in3slo
+in3s2lø
+in5s4ma
+in3sop
+1insp
+in4spa
+in5s4pl
+ins4po
+5instal
+in8s5te.
+ins5ten.
+ins9tens
+3in3s4ti
+in4stin
+4in3s6to
+in5stra
+inst5rel
+5instru
+in6stå
+in7sul
+in2sv
+6in3sy
+8int.
+2in3ta
+inta8la
+4inte.
+5in7teg
+in8t7ege
+in5ter
+int5ess
+in5te4t5
+4in5ti
+inti5me
+int2r
+intran4
+int4rer
+in5tres
+6inu
+inu6i
+i8n9ul8
+in7ut.
+in9u8te
+1inv
+6invev
+iny4i
+iny4t
+6inø
+in7øk
+i7nøt
+in3øv
+4io
+io1a4
+i2ob
+io4dere
+i1off
+io5gn
+io1i
+i1oks
+iol4
+io3le
+iol7jen
+io3mu
+io4nans
+io4narr
+io6n5erst
+ion3g4
+io4nin
+io4nu
+io1pl
+i1opp
+io5ra.
+ior8da
+io1re
+io4rie
+io4r5in
+iorla8ga
+iosk3v
+io1st
+iota6le.
+io3t4e
+io4tra
+i5pap
+ipa4ti.
+i4pee
+ipela9
+i7pe6p
+i1pi
+ipi1e
+ipi9ne
+i4p5ings
+i1pl
+i2ple
+ip4peli
+ippel7s6
+ipp6lan
+ipplæ8re.
+ip2pr
+ipp4s3t
+ippsy8na
+ipp4sø
+ip7pun
+i1pr
+i6pra
+ip5ru
+ipru8te.
+ips1a
+ipse4l
+ipsfø5
+ip2si
+ip2s1k
+ipsle6ge.
+ips1t
+ip6tar
+i5py7
+i3pø
+2ir
+i1ra
+i9r6and
+ir5ark
+i9rast
+ira6tr
+ir5de
+ird5s
+i1re
+ir3eie
+ir6ek
+i3repo
+i3rer
+ire6r5a
+ire7st
+i3ret
+i8reto
+ir7g
+i1ri
+iri4a
+iri8ka.
+ir3ind
+ir3inn
+ir5inst
+iri9t
+ir5ka.
+ir4kat
+ir5ker.
+irke3s6
+ir4kest
+ir4kle
+ir5kv
+irk5ø
+ir4mag
+ir4mal
+ir4mast
+ir9mé
+i5roa
+i1roe
+i4roi
+i1rol
+ir5opp
+iro1s
+ir3re
+ir7sko
+irs2p
+ir3s4t
+irt6
+ir3ta
+irti6g5r
+i1ru
+ir5u4k
+iru8m
+iru7sa.
+i1rø
+i1rå
+ir7å6l
+i1sa
+i4saks
+i4sanb
+i4s3ang
+is3ann
+i4s3ans
+is3ant
+i7sas
+is5aud
+3isbry
+is6cen
+isch5
+is3co
+i5scr
+i2sed
+i4seel
+i4seen
+ise5ern
+i2s2e3g4
+i2sei
+is3eie
+is5eig
+ise5is
+i2sek
+i3sekt
+i4sekte
+i6s7eld
+is4e5li
+i2sem
+ise5ne
+i4seno
+isensi6
+i5ser.
+i5sers
+i2ses
+is5ess
+i4sete
+iset8je
+i2seu
+8isé
+isha7ne
+3ishav
+is4h5in
+ishø9ve
+isi6ene
+is5ild
+i4s3ind
+isis5t
+is7jun
+is9ka.
+is3kal
+is3kar
+isk9art.
+isk5arte
+i8ske
+is5ke.
+is8kee
+is4kel
+isk5els
+iske5s4
+is3kje
+i3skjo
+iskla8ga
+is6k5le
+isk3lo
+isko5g
+is7kogr
+is3kop
+is3kot
+is1kr
+is6k5rin
+is1ku
+is4kul
+i5skula
+is1kv
+is4kvi
+is1l
+i6slu
+isl7ut
+isl9øy.
+i5smak
+is4med
+ismo5e
+i6smus
+is5ne
+is5nu
+1isol
+6isold
+5isomo
+is5omr
+iso3pa
+iso5pe
+iso7pr
+3isot
+is1ov
+is1p
+is4pan
+is5pane.
+is6pis
+is7pru
+is4ses
+is5si
+issis5
+is6s7kj
+is4sko
+is7skr
+is5sky
+is4skå
+is5sok
+is7sto
+is6sve
+is5svo
+is9s4ær
+is4søk
+i5stab
+ista9le
+is5tane
+is5tap
+i4s5tar
+ist5avb
+ist7avi
+i2ste
+is5te.
+is4tek
+ist5ekt
+istel5l
+iste6ma.
+ist6en
+is5ten.
+is5tene
+is5ter.
+is5tern
+is6terø
+is6té
+is4tik
+is5tilb
+is5tis
+is3tok
+is3tol
+i2str
+i8s8tre.
+i4st5ren
+i5strer
+i6strer.
+i4stres
+i6stret
+is3try
+is3tus
+6isu
+is5uf
+is5ul
+is1un
+is1v
+is4vak
+is7w
+isy8na
+isy5r
+is5yt
+i2s1øk
+i4søy
+is7åk
+is3år
+i1ta
+ita4l3a
+ita6l5ers
+ita4lo
+ita4ly
+i6tang
+itan7s6v
+itau4
+i4tav
+i4tec
+i2teg
+ite8ke.
+i7teky
+i6t7elg
+i4teni
+i2teo
+ite3re
+i4tero
+iter6s5
+i4te5ru
+i2te1s
+ite6se.
+itet6s5
+i1té
+it2i
+iti6er.
+i4ties
+i2tif
+i4tikam
+i4ti3kv
+iti5me
+i2tio
+i2tip
+iti3r
+i4tisa
+i4tisen
+i4tisi
+i4tisj
+i4tisko
+i4ti3sp
+i4tist
+iti5str
+i2tiu
+itiv4
+itivs5
+it7jaran
+it7jer
+it7ji
+itma6le.
+itnes4s
+i1to
+ito9a
+i4tom
+it5ord
+ito4s
+itostra6
+ito8v
+i1tr
+i4tra.
+i6trae
+it3rel
+it3ren
+it5rim
+itri8ma
+it3rin
+i5tris
+it7ro6s
+it1sa
+it4s3ei
+it3ser
+it6ses
+it5sku
+itsla8ga
+it1sn
+it6sti
+it3sun
+it4tag
+it6tak
+it4tal
+itta9la
+it6tann
+it6tap
+it4t5at
+it5ted
+itte4l5o
+it4tenk
+itte5s4
+itt5ett
+it4tid
+it4til
+it4tj
+itt1o
+it6tof
+it7ton
+it4tr
+itt5skr
+itt4sø
+it4ty
+it7tys
+i1tu
+itu5e
+itær1
+i1tø
+i5tå9
+i1u
+iu6a
+iu2b
+i5u6l
+i5um.
+ium4f5ar
+iu2m1i
+ium5m
+iu4mo
+i6umse
+i4um5s4t
+i4umsu
+iu2n
+iu8p
+i2ur
+iu5se
+4i1va
+i4vad
+i6vaj
+i4v3aks
+i5val
+iva6la.
+i4vana
+i4v5ank
+i4varb
+ivar5s6
+i4v5ass
+ivat3t
+i1ve
+i2veg
+ive6ge
+iv5eg6n
+i4vei
+iv7eig
+i2vek
+ive4ra
+ive5ras
+iver5d
+i6veret
+i4vesk
+i4vesti
+i6vesv
+i6vetø
+i2vev
+i1vé
+i1vi
+iv5ins
+iv5is.
+iv5isb
+ivle6ge.
+iv3n
+i1vo
+iv7om
+iv3r
+iv4sal
+iv2si
+iv2sk
+iv2sl
+iv2sn
+iv4so
+ivs5v
+i2v3un
+iv7y
+ivyr8ke.
+i9væ
+iv7åpn
+i1wa
+iwi5
+i5wie6
+i5y
+iyr8ke.
+i5za.
+i7zas
+i4ze
+i1zo
+i1ø
+i1ø4k
+i1ør.
+iør5i
+iør5s
+i4øs
+iø3se
+i1øy
+i1å4
+iårs7l
+iåt4te.
+ja1ak
+ja9ar
+ja4da
+1jae
+ja7en
+5jag.
+ja4ga.
+ja7gar
+ja4ge.
+jag6r
+ja4ha
+ja4hv
+ja4j
+jak4kel
+jak7kele
+jak4ko
+jakk5s4
+ja1k8r
+ja8kre
+jaktel
+ja7ku
+ja3lo
+ja1lu
+jam7b
+6jambi
+jamhø8ve.
+5jamm
+jams2
+jan4gr
+j5anl
+ja6ra.
+ja6r5ap
+ja9rek
+jarn3s4
+jar5ta
+jar5te.
+jar5tet.
+jar7ti
+6jarø
+ja6rå
+ja7se
+ja8ski
+ja5sti
+ja5ta
+jau4ere
+ja9vi
+1jaz
+j1b
+2jd
+j2e
+2je1a2
+je5ak
+2jeb
+jeb9b
+je4deb
+6je4dek
+4jedr
+jeep1
+6jeev
+2jef
+je4f3et
+je2fj
+jef5lag
+je4f3re
+jef4sa
+jef6s5i
+jef3t4r
+je5ge
+jeg5ge
+6jegl
+jeg6les
+4jego
+4jegr
+4jegy
+2jeh
+je1i
+je5i8s
+4jej
+2jeka
+jek6keru
+4jekl
+je4kli
+2jeko
+jekt3a
+jek4tan
+jek6tes
+jekt5ev
+jek4t5in
+jek4t3r
+jekts4t
+4jekø
+2jel
+je6legr
+jelei7er
+je7lele
+je4les
+jel7ge
+jel6lag
+jell5ang
+jel5len
+jel4lo
+jelt3
+jel4tr
+jel9ut
+jel7va.
+2jem
+je4mia
+je4mit
+jemp6
+jem5pl
+jem5se
+jem4sti
+2je7na
+jen1d
+4jendr
+je3ne.
+je7ne8s
+4jenet
+jen5ged
+jeng5s4
+2jeni
+jen3k
+4jenl
+4jeno
+4jenu
+je2n1y4
+4jenæ
+2je5o4
+2jep
+je3raf
+je4r5ant
+jer4dep
+jerd6s
+je3r6e
+4jered
+6jereg
+6jerei
+6jerenn
+je5rik
+je6rim
+je6rinæ
+jer4kes
+jer6k5l
+jer4kv
+jerle7
+jer6mu
+jer6n5as
+jern5sl
+je6ron
+jer4sp
+jert5s
+4je1ru
+6jerå
+5jesf
+5jesh
+jes4kil
+2je3sp
+jes4tea
+je6stim
+je3str
+5jesut
+je5sve
+je4t3ag
+jeta6ka
+je9tar.
+je7tara
+je9tare
+je4t3ru
+jets2
+jet4t5an
+jet6term
+jett3o
+jett5s6
+je4t3v
+jety8e
+2jeu6
+4jev6a
+je7vark
+je6vas
+4jeve
+jevi4s
+jev7na.
+jev7ne
+6jeø
+j1f
+4jg
+j1h
+4ji.
+jib5b
+ji7e6
+6jik
+2j3inf
+ji7ro
+ji6sj
+4jiø
+2j1k
+j4kap
+6j1l
+6j1m
+6j1n
+6jn.
+j5ni
+j2o
+1job
+5joc
+jo4da.
+jo6dat
+jo6dis
+jo4fl
+jok9ker
+jokk9o8
+jol5t6
+j3omr
+jon2
+jo5ne
+jon7n
+jons1
+jons5a
+jonse4
+jons3p
+jons5t
+jon6sti
+jon4str
+jonsu4
+4jop
+jo5ra
+jor6dek
+jor6d7erv
+jor6d7is.
+jor4d3o
+jord3r
+jord5s
+jords4l
+jor6du
+jo1re
+jo4rie
+jort6a
+jor5tet
+jo3r4u
+2jos
+jo3se
+jo4ses
+jo5stei
+1jou
+jour5
+j1p
+4j1r
+2j3s2
+j1t
+ju8are
+1jub
+jubi3
+ju9bo
+ju3de
+ju2do
+ju7doe
+jue7ni
+ju4e5re
+jue9s
+jug9le
+5jugo
+4ju2k
+ju3ka
+ju3ke.
+ju3ken
+juk9sar
+ju2l
+ju3la.
+ju5lar
+ju5las
+ju8l9ei
+ju4li.
+ju6lid
+ju4lik
+jul7inn
+jull6
+1jung
+jun7ge
+j6u6ni
+8jup
+jup7s
+ju6p5å6
+ju4ra
+ju7ras
+3juris
+ju9ro
+ju3ru
+5jury
+1jus
+ju5so5
+ju1ta
+jut5o
+ju6va.
+ju6vak
+ju1å
+j5v
+jy1
+jy8de.
+jy2p3
+jæ5le.
+jæ3ra.
+jæ9ran
+jæ9res.
+jæ7te.
+j2ø
+1jø.
+1jøa.
+jø5b4
+1jøe
+2jøef
+4jøeg
+6jøei
+2jøek
+4jøend
+4jøeng
+4jøeta
+jø1f
+jø3gr
+jø9kj
+4jøl
+jø4les
+jøl6ver
+jø5me
+jøn5ne
+jø5pa
+jør4kel
+jør4sp
+jørs5v
+jør4tel
+jø3ru
+jør7ut
+jø1rø
+jø4ses
+jøst2
+jø9ta
+jø3te.
+jøte4t
+jøt5eta
+jø1tr
+jøtte4
+4jø1v
+jø4vel
+2jå
+jå5ar.
+jå9ge.
+jå6la.
+jå4le.
+jå7les
+jå5let
+1ka.
+2kaa
+5kaa.
+5ka4an4
+k3aas
+ka3at
+6kabes
+ka7bo
+4ka1br
+4kaby
+ka3da
+6kadale
+ka5del
+ka6del.
+ka4deri
+4kadg
+kadi7e
+2kadr
+5kadu
+4kady
+3kaen
+ka3fe
+kaf5fere
+2kafo
+ka9fr
+2kaft
+kaf5ta
+6kafø
+2kag
+k5a4gi
+kag2r
+2kah
+ka5isk
+ka5ism
+6kajo
+ka4ka.
+ka4ke.
+ka4ked
+ka4kel
+ka4kes
+ka4ki.
+ka4kis
+6k5aksj
+4kakt
+ka3ku
+ka3lam
+ka3lan
+ka6lant
+ka3las
+kald5s
+5kaldt
+kal2e
+3kalen
+ka5lev
+5kalis
+k6alk
+5kalky
+kal7la
+kal6lero
+kall4s
+ka1lo
+kal3p
+kal7s6v
+kal4ves
+1kam
+ka6ma.
+ka8me.
+4kameri
+4kammel
+kam4p3i
+kam4pr
+7kamu
+1kana
+ka8na.
+4kanda
+kan6da.
+5k6ande.
+1kane
+ka5ner
+kan4i
+ka5nin
+2k1anl
+4k1anm
+k3anno
+5kano
+ka4no.
+ka8nom
+4kansa
+6kansi
+3kansl
+1kant
+kan6t7end
+kan6t9r
+2kap.
+5kapad
+ka4pak
+3kapas
+ka5pe
+5kapell
+4kapen
+3kapit
+1kapp
+kap3re
+kap4s3t
+1kar.
+1kara
+4karab
+4karam
+karan5
+ka3rav
+1karb
+4karbei
+4karea
+ka6rek
+ka5rel
+1karf
+5karg
+ka4ri.
+ka6rid
+6k3arki
+6k5arkt
+1karm
+kar3n
+ka3rol
+kar3om
+kar5pes
+karp3s
+3karri
+7karsj
+kars4t
+1kart
+kar5ti
+5karu
+4karå
+1kas
+7kas.
+ka5se4i
+ka3sek
+kas5ev
+kas2ju
+6kasjø
+ka4sk
+kas3ka
+kasko5
+6kasp
+ka4spi
+kass6
+kas6sad
+kas4sak
+4k3assi
+kas4so
+ka4st
+8kas5to
+kas2t3r
+1ka7t6a
+ka3ted
+3kateg
+ka3tet
+ka1to
+ka4t5op
+4ka1t4r
+kat7s
+kat5ta
+kat4tel
+kat6term
+katte5s
+kat4til
+kat4tri
+ka4t5y
+k7au4r
+2kav
+ka7ves
+k9avis
+kav8l9u
+9kay
+2k1b4
+2kc
+k5ce
+kcen4
+2k1d
+k5d6v
+1ke
+2ke1a8
+ke9al
+2keb
+4kebr
+4kebuk
+4kec
+ked4
+ke5da
+4kedag
+4kedal
+5kedan.
+9kedant
+ke5de
+6kedei
+4kedem
+4kedes
+7kedes.
+2kedi
+2ke5dr
+ked8sk
+kedu6
+4kedy
+2kedø
+2keeg
+2keek
+2keel
+ke4ep
+ke7ern
+2keev
+4kef
+k3eff
+k5eft
+2ke1g
+k3egg
+keg8ga
+5kegladh
+ke5h
+3kehet
+4kehj
+2kei
+k3ei2d
+k1eig
+ke5il
+ke1im
+k6e1in
+keis2
+2kej
+2kek
+kek2l
+ke3kn
+k1eks
+k5ek4t
+k6el.
+2kela
+ke3l4ak
+5kelal
+ke6lans
+ke6lat
+kel5eier
+kel5eig
+kel7eik
+kelei8ke.
+6keleis
+kel3e4l
+4k5elem
+4keleng
+4ke5lep
+4keles
+7k6elet
+4kelev
+keli8e8
+keli9en
+3kelig
+4kelign
+4kelinj
+kel5int
+4kelis
+ke4lise
+5kelit
+4keliv
+kel5l
+4kelof
+6kelov.
+4kelove
+kels4
+kels7kar
+kel5sl
+kel5sp
+kel5st
+kel3sv
+kelsva9
+kel2t
+kelt3e
+6kelua
+4kelue
+kel9uka
+kel5uke
+ke4l3ur
+6keluv
+kel5v
+2kely
+2kelæ
+2kelø
+kelø8pa.
+6ke5l4å
+kelå7re
+2kem
+ke4mit
+5kena.
+6kenam
+ken6ap
+ke4nas
+5kenatts
+ken5de
+6k5en6den
+6k5en4der
+4kend5r
+ke3ne
+4keneb
+4kenek
+4kenel
+4kenem
+6kenett
+4kenev
+3kenf
+ke4ni
+5k6enh
+4ke5niv
+ken3k
+ken7n
+kenne4l3
+ke4nom
+ken1s2
+4k5ense
+kens6t
+ken7te
+ken5t6r
+4k3entu
+6ke3ny
+6kenø
+2keo
+ke3on
+4kep
+5kepi.
+9kepia
+7kepie
+6kepl
+kera7l
+4keram
+ke4ran
+ker5ant
+6kerau
+4kered
+4kereg
+kerei4d
+4kereir
+6kereis
+4kerek
+4ke5rem
+kere6n
+6kerene
+ke6r5eng
+4kerenn
+4kerep
+ke4r5ert
+ke3res
+4keress
+4kerest
+4keresu
+4keret
+5keret.
+5kereta
+7kerets
+3keri
+ke4rif
+6kerik.
+4kerike
+6kerikt
+ke4rim
+ke4rine
+6keringi
+6keringj
+ke4rinæ
+ke4ris
+8kerist.
+8kerista
+6keriste
+3kerm
+7kerop
+5keror
+4ke3ros
+kero6se.
+ke3rot
+k4ert
+ker5to
+ker3t4v
+ker3un
+4kerus
+keru6se.
+kerø6re.
+8ker8øya
+6ker6øye
+2kerå
+5kes.
+4kesam
+9kesam.
+7kesdale
+5kese.
+k5esel
+ke5sil
+4kesit
+2kesj
+k9es8ka.
+4k5eske
+kes8ke.
+4keski
+4keskj
+6keskå
+kesle6ge.
+kes5ped
+5kespot
+5ke4spu
+5kest.
+4ke3sta
+5keste.
+4ke5sted
+4ke5stei
+kes6tem
+4ke5s4ten
+ke3sto
+4kestri
+4ke5stru
+4kestu
+4kestø
+ke4s5un
+kes1v
+2kesy
+kes1å
+2keta
+keta6ka
+keta6le.
+5ketals
+k6etar
+ke3te
+5kete.
+4ketek
+7keth
+2keti
+2ketj
+2keto
+2ket2r
+kets2
+ket6t7enh
+ket8tes
+2ketu
+2kety
+kety6e
+4ketæ
+ketøy6s5
+2ketå
+2keu2
+ke5ur
+2kev
+kev2a
+keva8ne.
+5kevas
+3kevel
+kevi6sa.
+k1evj
+kev6ja
+kev4je.
+k3evn
+kev6ne.
+ke3vr
+kevæ8ra
+ke2yt
+6keæ
+2keø
+2keå
+1ké4
+két5
+2k1f
+k5fi
+4k5g2
+k3ge
+k5gh
+kgu4
+4k1h
+kh5ak
+k4har
+khe4o
+khjul8s
+kh6m
+ki3a2r
+k3ideo
+4kidol
+ki3dr
+k4ie2
+kie5re
+ki6el
+ki3er.
+2kif
+ki5g4
+ki6ka.
+kikk8s9
+ki1k8l
+ki3k2r
+kik4s
+ki8la.
+3kilde
+ki4le.
+ki5li
+4kilj
+kil9ja
+kil6le5st
+ki7loa
+ki4log
+ki3los
+ki4lov
+2kilt
+ki7lå
+ki8ma.
+ki4me.
+5kimo5
+ki4mol
+2k1imp
+kin9and
+ki4nark
+ki5nas.
+6kind
+ki5ne
+ki6ne.
+2kinf
+1king
+king5and
+kin3ge
+kin5ing
+2kinn
+kinnsi8da
+kinnsi8de.
+kinn4sp
+ki2no
+2kins
+kinsi6de.
+2kint
+kinti8me.
+ki6nu
+2kinv
+kio4
+4kiol
+7kios
+2kip
+ki5pe
+ki4p5l
+kip5pe
+kip2s3
+1kir
+ki5re
+ki5ri
+4kirs
+ki3se
+ki5sko
+ki3smu
+ki1s2p
+ki5stav
+ki5str
+ki6ten
+ki7ti
+5kito
+ki4ton
+4kiu
+k6iv
+ki4vek
+ki4v5enh
+ki6vi.
+kiv3s
+kj2
+3k8jan
+kjap5pe
+6k7jarn
+kje7fj
+kje7f6r
+4kjegg
+3kjeld
+kjel7leg
+5kjemas
+3kjemp
+6kjenk
+kje9ny
+kje1s
+kje6t5r
+kjet5t
+6kjor
+kju5le.
+kju5len
+kju9r
+3kjærl
+k5jødi
+1kjøp
+3kjøri
+kjø4tr
+2kk
+k1ka
+k2kab
+kk3aft
+k2k1ak
+k2k3al
+k2kam
+k4kanb
+kk5and
+k8kand.
+k6kanden
+k4k5ang
+k4kann
+k4kao
+k4karb
+k6karg
+k4k7art
+kkar6ta.
+k5kast
+k6kasu
+k6katt
+k2k1au
+kk1av
+k6kedo
+k4kedu
+k2kee
+k2keh
+kk1ei
+k5kel.
+kke6lei
+kk5e4lev
+kkel3t4
+kkelu4
+kke4luk
+kkel5un
+kke6nan
+k5ker.
+k4kerei
+k4kerel
+k6kerent
+k4kerig
+k4kerit
+kke5r6und
+k4kesa
+k5kesau
+k4kese
+k4kesi
+kke3s4l
+k4kesp
+k6kestad
+k4kete
+k5ketet
+k4ketø
+k4k9g2
+k1ki
+kk3ind
+kk3inf
+kk9inn
+kk3ins
+kk3int
+k2kir
+k1kja
+kkjek8
+kk5jent
+k4k5jern
+kkje7t
+kk5ju
+kk5k
+kkla4g
+kk3lan
+kk8lar
+kk7lau
+kk1lo
+kk1ly
+kk3læ
+k4kn
+kk5ne
+kk5ny
+kk6s5v
+k1kod
+k1koe
+k4k1of
+kko6lig
+kk5oml
+kk7oms
+kk9omt
+k6koo
+kk1op
+kko7s
+k4kosi
+k6kosk
+k4kost
+kk3ove
+k4kra
+kk5ram
+kk3rap
+kk3rea
+kk5rei
+kk3ren
+kk3res
+kkri6k
+kk3ro
+kkro8e
+kkro4s
+kk3ru
+kk4rus
+kk7rø
+kk7rå
+kk7s
+kks6al
+kk4sar
+kk5sed
+kk3s4ei
+kk4sin
+kk1sk
+kks4kj
+kks4l
+kk3sla
+kk7sle
+kk5sli
+kk3spe
+kk1s2t
+kks5tak
+kks7tep
+kkst4r
+kk8s7va
+kk5s4å7
+kk3t2
+kk5uk
+k4kuni
+k2k1u6t
+kk1v
+k2kvo
+k1ky6
+kkyl4
+kk5yr
+kk7yt
+k2k1ø
+k8køl
+kkø6r
+kkøy6
+kk1å2
+kl4
+6kl.
+4kla.
+4k5lagt
+2klak
+kla9ke.
+kla4mel
+3k2las
+k7lati
+kla4tr
+kleby7t
+3k4ledd
+kle4deb
+kle4des
+2kleg
+klei9e
+k7leik
+k4leiv
+k2lem
+5k6lem.
+7k4leno
+k6lerik
+kles7j
+kle5sno
+kle4sp
+kle5sti
+kles7s8
+2klet
+8klia
+4klie.
+4klig
+1k2lim2
+3k4lini
+k5linj
+1klip
+4klit
+klon7a8l
+1klos
+2klov
+k3lukt
+4klun
+klun5t
+k5lyd
+6k7lyf
+3k4lyng
+klyse7te
+k2læ
+klæ5res
+klø7na
+k6lør
+6kløs
+klø9va
+klø5ve
+6k1lån
+klå5re
+2k3m
+kmann6
+kmål2
+2k1n2
+3k2nap
+kna5t4re
+kne4b3l
+k4nedi
+5k2nee
+kne8se.
+k4nest
+kn5f
+3k4nip
+knippe6
+kni2t3
+3k2niv
+kno7g
+kno6kl
+5knop
+kno9ta
+kno5te
+3k2nu
+4k3num
+3k2ny
+kny4s
+k2nø
+knø9le
+kn3øy
+9koa.
+4ko1ak
+9koane
+ko7ar
+ko2b3
+ko3bo
+4ko3br
+ko5da
+4kodd
+ko4de.
+3kodek
+5koden
+2kodø
+ko3e
+3koef
+4koek
+4koel
+4koes
+4koev
+ko4g5eng
+kog9ger
+kog3l
+ko4gre
+kogst6
+ko4gu
+ko6gå
+2koi
+koi4e5ne
+ko7i6k
+ko1in
+2koj
+ko8ja.
+ko4ka.
+ko4kab
+ko4ke.
+ko6kel
+ko1ki
+kokk6o
+k3okku
+4kok4l
+4koko
+2koku
+kolba5
+2kole
+ko4leg
+ko4lei
+ko6lel
+ko4let
+ko4leu
+3kolle
+ko5lo.
+kol5p
+4koly
+2kolå
+1kom
+ko4ma.
+4komaf
+ko4me.
+6komg
+ko4mi.
+4komil
+4komisb
+ko4mise
+2komr
+4komse
+kom3sl
+kom5so
+kom4st
+4kom5t
+4komu
+4komå
+k6on
+ko4na.
+kon3d
+kon6dr
+kone5l6å
+4koniv
+kon3s2
+kon6s7v
+kon6ton
+ko4nu
+1ko1o
+4koom
+ko5pa
+ko5pers
+4kopet
+ko4pi.
+ko4pip
+ko4p9l
+4kopo
+kop5per
+2kopr
+ko1ra
+ko4ra.
+kor6da.
+kor4d3o
+kord5s4ø
+kor4du
+ko1r6e
+6koref
+4ko7rei9
+ko5rem
+ko7ret
+ko3ri
+ko6rik
+4korm
+ko5rol
+6korpa
+6korpe
+1kor3r
+kor4sal
+kor6s5inn
+kor4s5l
+kor6str
+kor4sv
+kor5tes
+kor6top
+kor4t5r
+kort5s4
+ko5ru
+ko6rume
+1kos
+2kosa
+ko6sa.
+ko4sed
+ko4sek
+5kosele
+ko5sen
+ko4ses
+ko9si
+kosi9d
+ko2sk
+ko1sl
+4kosmu
+2koso
+2ko1s2p
+ko6sta
+kost7as
+kos6t5ers
+kost5j
+4kosø
+kotes7
+ko5t4i
+4kotil
+4kotr
+ko6tre
+kot2s
+kots5tr
+kot4ti
+kott4s
+kotts5t
+4koty
+2kou4
+kout3
+kou7ta
+ko1va
+kover7e
+4kovr
+1kov4s3
+4koø
+4koå
+6k1p
+kr6
+k3rad
+1k4raf
+5krag
+3krakk
+krani6e7n
+6krank
+3krans
+4krap
+kra9se
+7k8ra4sj
+kras5s
+kra4to
+kra4u
+1krav
+4kred.
+3kredi
+4k1reg
+kregi3
+4krei
+krei9e
+krei5s
+6krek
+kre4kli
+2krel
+k5rela
+4k3renn
+4krent
+6kreo
+k5repr
+5kreps
+5kresj
+4k3ress
+kreta9
+6k7retn
+k4rets
+k3rett
+2krib
+4krif
+7k6rig
+krig6s5
+kri9ga
+4krik
+kri5ke
+kri4kj
+krik6ka
+1krim
+kri4me
+3k6rins
+krin6s7t
+kri2p
+1k2ris
+7krisene
+k2rit
+3krite
+6kriv
+k2ro
+kro5b4
+kro5de
+k3rofo
+k4rofor
+krok7k
+k6roni
+k5ronl
+kro4nom
+k4rop
+krop9n
+kropp4
+k4rost
+kro9t8e
+kroten9
+kro3v
+kru3i4
+krum3
+kru5sa
+krutt5i
+kru3tr
+2k5ryg
+kry7pa
+kry5pe
+kry4pi
+3krys
+krø5ke
+6k5rør
+krø3v
+4kråd
+krå8da
+kråe6
+5kråk
+krå5le
+krå9m
+krå7ne
+k1sa
+k3sa.
+k2s3ad
+ks3alt
+ksa5me
+k3sane
+k4sans
+k4s3ant
+k3sar.
+k7sara
+k6s3ark
+k7sas
+k1sc
+k2sed
+k2see
+kse6ge
+k2s1ei
+k5sekt
+k5sela
+kse5lev
+ksen5to
+k4serf
+ks3erk
+k5serol
+k4sesa
+k4ses6k
+k4se3sm
+k5seso
+kses4p
+k5sess
+kses6sel
+kses8serie
+kses4sp
+kses4st
+kse6te.
+ksfø4
+k5sia
+k2sif
+ksi5ko
+ks3ind
+k3sing
+ksi7ni
+ks3inn
+k4s3ins
+k7sio
+ksi3st
+k4siti
+ks9kab
+k6s3kal
+k6skio
+ks1kj
+ks5kl
+ksko7na
+ksko5ne
+ks1kr
+ksk8u
+ks9ku.
+ks7kua
+ks8kut
+ks1k6v
+ks1l
+ksla8ga.
+ks5lo
+k7s6lu
+k8s7lug
+ks5løs
+kslø8va
+kslø8ve.
+k5s4mak
+ks4mel
+ksmå
+k5s4no
+k7s8nø
+k1so
+k6s7oa
+k6sod
+k4sog
+k4somb
+k2s1or
+k2sot
+ks1ov
+k3spal
+ks3pek
+ks5pio
+ks3pir
+kspor6t5r
+6k6s5pors
+ks1pr
+k8sr
+k3spy
+kss6
+ks3sm
+k5stad
+k4stak
+ks3tal
+ks5tant
+k7s8vak
+ks6tav
+kste4da
+ks4teg
+k3stei
+k4stek
+kst3ev
+kstev6ne.
+ks4til
+k4stin
+ks1tj
+ks1tr
+kst6ran
+ks4t5rek
+k6stren
+k6strer
+ks4tri
+ks4tro
+ks9tum
+k5stus
+ks3tyv
+k2stå
+k1su
+k6sun
+ks1v
+k9s8vake
+ksva8ne.
+ks5veg
+k7s6vert
+k5s4vin
+ks5w
+ksy8na
+ksy8s7m
+ks5ær
+ksø4ke.
+k6s3øl
+ks1å
+k3så.
+k4såp
+ksår4
+ksåt4
+6k1t
+k5ta.
+kta7f6
+k4tag
+kta6ka
+k4t3aks
+k4takt
+kta6la.
+k4t3ana
+kta9na.
+kt3anl
+k4t3ann
+k4tanv
+kt3app
+k9tar.
+k4t3arr
+k4t3art
+k6tass
+k5tast
+k6t7atl
+kt5avh
+kt5avk
+k6t3avl
+k3ted
+k4teda
+k6tee
+k4tefø
+kt5e4ge
+k2te5i
+k6teka
+kte5le
+k6t5elsk
+kt5e4lit
+ktem8
+kt7emn
+k4t3enh
+k9ter.
+kterie5n
+kterie7ns
+kter5s6
+k7tes.
+k6tesa
+k6tese
+kt5eske
+ktes6ke.
+kt5esti
+k4t5e4ta
+k4tete
+kt5evn
+ktev6ne.
+k5tib
+k3til
+k4t3ins
+k5tir
+ktis5t
+kt7i6te
+kti6v7end
+k2tja
+kt7ju
+kto9a
+kt5off
+k6togram
+k4toli
+k2tom
+kt5omf
+k2t1op
+k9tor.
+k7tora
+kt5ord.
+k5tore
+ktori9e8
+ktor7s
+kt1ov
+kt3ral
+k2t1re
+kt2ro
+ktro5s
+k2t1ru
+kt4s5amb
+kts5ar
+kt5sek
+kt7sem
+kt4s5er
+kt6sin
+kts5kra
+kt5sku
+kts4kv
+ktsle6ge.
+kt6sok
+kt4spa
+kt5spre
+kt4sta
+kts6ton
+kts5top
+kt4stå
+kt3t8
+ktu9er.
+k4tuk
+kt7und
+k2t1ut
+kt7yrk
+ktyr8ke.
+ktør7
+ktør8e
+k6t5øs
+kt1øv
+k2t3år
+ku2a
+ku9an
+ku4be.
+ku3bj
+2kud
+ku4dal
+ku4er.
+kue4r5a
+ku4et
+6kuf
+ku4f3l
+6kug
+k5u4gr
+ku7is
+kuit6
+6kuldi
+kuld3r
+ku4led
+ku4leg
+ku6lei
+ku4lem
+ku5len
+ku4let
+ku4lev
+ku5li
+ku6li.
+3kull
+1kult
+ku4man
+kumen6tal
+ku6mi
+kum2s
+3kumu
+1kun
+kund5s6l
+2k1ung
+kun4ge.
+k6unn
+ku4o
+1kup
+ku4pe.
+kup4pl
+ku7ra
+ku4rek
+ku8r7o
+ku7r6op
+kuro8pa
+1kurs
+kur6sk
+kur4sp
+kur4s3t
+kurs3v
+kur3t
+ku5ru6
+kuru9ken
+kuru7ker
+1kurv
+kur4v3i
+1kus
+5kus.
+ku7sa.
+kus5a6k
+kus5ar
+5kuse
+ku4s5el
+ku4ska
+ku7s6pe
+kus3t
+6k1ut.
+ku1ta
+4ku5te.
+ku5to
+ku6t7r
+2kuts
+1kuu8
+kuøy6
+kv2
+kva8ke
+k4vali
+k6vard
+kvari6e5n
+5k6vart
+kva9se
+kve3d2
+kve7e
+k6veil
+kvei9se
+1k4vel
+kve5la
+4k3verd
+5kvern
+kverns8
+2kves
+kves5t
+7k6via
+4kvid
+3k4vie
+kvi4ene
+kvi5er
+kvi7la
+3kvinn
+kvi5se
+7kvist
+2kviv
+1kvo
+k1vog
+6kvok
+k4vot
+k2vu
+4k3væ
+k1vå
+k7we
+k5wu
+ky5a
+ky6el
+4kyf
+kyf5le
+2kyg
+ky4leg
+2k3yns
+kyn6skjer
+ky2p1
+ky4p5r
+1kyr
+kyrie5ne
+kyr8ke.
+ky8sa
+4kyse
+ky6se.
+kyse8te.
+ky3skr
+kys6sk
+1ky4st
+kyst3a
+kys4tel
+2kyt
+ky6ta.
+kyte3s
+k1æt3
+1kø.
+kø2ar
+1køe
+kø4en.
+kø2er
+6k1øk
+kø4le
+k1øn
+køn6skjer
+k3ørr
+køs4
+kø5se
+køy7ar.
+k7øyd
+køy4e5ne
+1k6øyr
+4kåke
+kå3le
+kån8da
+kå5ne
+kå4pe.
+kå7pen
+kå9ras
+kå1re
+kå1ri
+kå2t5
+k5åt6t
+1la.
+2laa
+la1b
+4laba
+la6bl
+1labo
+2l3abon
+4laby
+4lad.
+l6ade
+la4dem
+4ladg
+ladi9e8
+2ladm
+2ladr
+lad3s4
+1lae
+2laei
+4laent
+4laep
+2laf
+la3fl
+4lagg
+lagi4
+6lagne
+la2go8
+lag5om
+la2g1r
+lag5san
+lag4sj
+2laha
+2la1in
+la5ka
+la4ke.
+4lakj
+l2akk
+la2kr
+l7aksj
+l5aksl
+4lakt
+lakterie6
+la5kø
+2lal
+l1alk
+la5mab
+4lamb
+la4mes
+la4met
+la3mo
+l8a8mu
+4l3anal
+lan2c
+lan6das
+lan6deb
+land3r
+l6a3ne
+3lane.
+4lanet
+lan6gel
+lan4gem
+lan6germ
+lan4gr
+lang3s4
+lang4s5e
+lan6g5ø6
+4lanl
+4lann
+l3anno
+la4nor
+6l5ansi
+lan5ti
+4lanv
+l3anvi
+2lao
+la6pal
+la7pi
+la8pl
+lap5sa
+lap5sen
+lap5s4i
+1l8ar.
+6l7arab
+2larb
+l8are.
+4l7area
+la9red
+la5rem
+l6aren.
+4larena
+lare6t
+la6r7eta
+5larf
+la7ria
+lariar
+lari6e7n
+4l3arki
+l2arm
+lar3n
+6l7arr
+4lart
+lar6ta.
+lar7vet
+la6sc
+la5se
+lasi9e
+la2sk
+7laskj
+4lasm
+la5smi
+4la4sp
+las6sak
+las6sam
+las6sat
+las6sel
+l6ast
+4lastr
+las3v
+la1ta
+lat5ang
+6latau
+la4teg
+lat6ek
+la4teno
+late5s4
+la5ti
+la6ti.
+4latm
+la1to
+lat7ra.
+lat9ran
+lat5rar
+lat4t5is
+lat4tra
+latt6u
+lau7a
+2laud
+laue6
+4laun
+4laur
+lau7se
+lau6st
+2laut
+2lav
+la4v5al
+la4vel
+l5avh
+lav5inn
+6lavs
+7lavå
+1law
+la6y5
+2l1b2
+lba3de
+lba4k
+lba5ke.
+lba4ne.
+l5be
+lbe9na
+lbe8re.
+l4boa
+l6buh
+lby4e
+l5bå
+2l1c
+l4ce.
+6ld
+l7da.
+ld5aks
+ld5akt
+l9dand
+lda6t5o
+lda6t5y
+l2deb
+l5den
+l2de5o
+l2dep
+l3der
+l7der.
+lder7a
+l4derek
+l6derik
+l6derklæ
+lderle9g
+lder5s6te
+lder6s5ti
+l4desh
+l6destr
+l9dé
+ldis7k
+ldo9a
+l8d5oks
+l2dol
+l4dore
+ld5ovn
+l3drak
+ld3ran
+ld5ras
+l6dre.
+ld7regn
+ld5rer.
+l8dres.
+ld1ri
+l7dry
+ld1rø
+ldse8
+ld4sek
+ld4sel
+ld4ses
+lds1k
+ld4ska
+lds4kj
+ldsla8ga
+lds6leg
+lds4let
+ld4s9m
+ld5s4om
+lds3tr
+ld6tus
+ldø2
+ldø5d
+ldø5l
+ld7øy
+1le
+2lea
+le7ag
+le3ak
+le1al
+lea5la
+3leas
+le5at
+2leb
+le4bem
+le6bosta
+5lebæk
+lec4
+2leda
+5ledar
+led4dø
+4ledeb
+le4dem
+6ledep
+le5der
+le3des
+2ledo
+3ledop
+5ledov
+le4dro
+le5dry
+led1s2
+6ledu
+4ledy
+2ledø
+4le3då
+2lee
+6leei
+6lefa
+lefa6ne.
+4l1eff
+2lefi
+4lefl
+4lefor
+4lefot
+2lefr
+l1eft
+6lefy
+4lefø
+6legap
+5legas
+3lege
+le4ged
+le9gen
+le4gera
+le9geran
+le9geras
+le4gero
+le4geta
+le4gev
+7leggi
+le3gi
+6legif
+4legj
+2le1g2l
+le4gol
+4legre
+leg3s4
+2legu
+2legå
+2leh
+6lehal
+6lehamr
+6lehan
+6lehau
+6lehave
+le3ido
+l6eie.
+lei5ende
+lei4e5ne
+l6ei8et
+leig6d
+lei4ger
+lei7ger.
+lei4get
+leig4h5
+leig6na
+leig8ne
+2lein
+le3int
+lei6r7u
+leis7t
+l6eit
+2lej
+2leka
+le4ka.
+6lekan
+lek6e
+le3ki
+2lekj
+lekk7s
+2lek2l
+2lekn
+lek4na
+2leko
+2lekr
+4l3ekso
+4leksp
+lekt5ord
+lekt4s5t
+2leku
+2lekv
+4lekø
+4lekå
+2le3la
+8l9eld
+2lele
+l3elem
+4l5elg
+5lelig
+2lelo
+3lels
+4l3elsk
+le1lu
+4leluk
+l5elv
+2lely
+4lelæ
+2lelø
+lelø6pa
+4lema
+le3me
+le8me.
+4lemet
+8lemetrisk
+8l9emn
+lem8na
+2lemo
+lem9ped
+lem5pes
+3lemr
+lem4si
+lem4s5ø
+2lemt
+lem5ti
+2lemu
+6lemy
+4lemø
+2lemå
+le4na.
+le4nal
+4lenav
+lend8a
+len9dan
+6lenden
+l6endre
+4lendri
+4lened
+4lenem
+4lenev
+l4engd
+len4g5r
+leng9u
+le5ni
+4leniv
+lensa4
+len4s5ak
+4lensem
+len5ses
+len4sta
+len4tam
+len4tr
+len8t9ra
+2lenø
+4lenå
+2leo
+5leol
+2lep
+le5pa
+le4pel
+le8p9enden
+le2p3j
+le8pla.
+le4ple
+4lepo
+4leraba
+4leram
+le2r3amb
+ler5d
+l8ere
+le9re.
+6lerea
+4leref
+4lereg
+4le9r8ei
+4lerek
+le5res
+4lereso
+4leresu
+4leret
+4lerev
+9leri.
+7lerie
+le6riei
+le7rina
+le4riv
+4l5ernæ
+le5ro.
+4lerom
+6lerope
+le3ros
+4le3rot
+7lers.
+lers4p
+ler7te
+le1ru
+4lerus
+leru8se.
+2lery
+5leryr
+2lerø
+2lerå
+5l6es.
+le4sab
+4lesam
+7lesar
+4lesau
+2lesc
+le5sed
+le4seg
+4lesek
+le5sen
+le3ser
+4leset
+4lesho
+le6si.
+4lesig
+le7sing
+les5inn
+4lesit
+4lesju
+le7skap
+le4s3kj
+6leskol
+le6sk9u8t
+4lesla
+2lesp
+6lespal
+les3s6
+lesse6ne.
+4lesta
+9lesta.
+7lestal
+le5sted
+le5steg
+le5stel
+le4stim
+le3sto
+4lestrø
+4lestyr
+4lestø
+4lestå
+4lesug
+les1v
+le5s6vi
+4le5sy
+4lesø
+5lesøy
+3let.
+le4tab
+6letak
+leta8ka
+leta8le.
+l5e4tas
+5lete.
+6letea
+4leteg
+4letek
+le5ten
+6letenk
+6le7tep
+le5ter.
+4letes
+2le3ti
+l5e4tik
+2letj
+2leto
+2let2r
+le7tre
+le5t4ri
+3lets
+let6sj
+lets8k
+let6tea
+let6tr
+lett3s4
+2letu
+le4tv
+2lety
+lety8e
+4letø
+8letå
+4leul
+2leun
+l1eur
+2leut
+le4ute
+2lev.
+le6vad
+le6valu
+le4ved
+4leveg
+4levei
+4levek
+6levern
+4le4vev
+levi6d
+lev5n
+2levo
+lev1r
+4levs
+4levæ
+lex1
+4leø
+2leå
+5lée
+1lér
+7lét.
+7lè
+5lê
+4l1f
+l4fa.
+lf5ant
+l5far
+l5fe
+lf3f
+l5fig
+l5f6in
+lf5ja
+l7fje
+l6f3nul
+l4fom
+l4fut
+2lg
+l6gaf
+lga8le.
+l4g5alt
+l4g3ana
+lga5t
+lga4ve.
+l2ged
+l4gela
+l4gele
+l2gem
+lge3na
+lge4r5an
+lge4rap
+lge5ri
+lger5un
+l4gery
+l4gesl
+l6ge7sp
+lg5g
+lgie8n
+lg1lo
+lg5ly
+lg5n
+lg3ob
+lgo2d
+lg1ok
+lg1om
+lg5ov
+lg3ref
+lgr9øy
+lg3s2e
+lg2sk
+lg5s4kre
+lgsle9g
+lg5s4tr
+lgu4l
+lg3un
+lg3ur
+l1gæ
+lg5ø
+l6gå.
+lg5år.
+lgå8va
+lgå8ve.
+8l1h
+lha8ka.
+lhav6s5
+l5hj
+1li
+li1a
+li4ala
+li2am
+li5ans
+li4as
+liba5
+libe5ro
+libi5
+libie6
+liby5e
+li4dak
+li4ded
+li4do.
+2l1idr
+lid3t
+li4ene
+li3er.
+li5ers.
+lie5s
+3lif
+4lifat
+lif5f
+3lig
+li4ga.
+li4g3an
+li4gar
+lig9art
+li8gas.
+li4g5enh
+li4get
+5lign
+li4g3re
+lig3se
+lig3s4i
+lig3sl
+lig3s4p
+lig5s4ti
+lig5str
+li2gu
+4lih
+li5kan
+li9kar
+li7kas
+li5kee
+li3ken
+li5keså
+li9ki
+likk3o
+li1k2l
+9likn
+liks4t
+li5ku
+6lila
+8l5ild
+li3le
+lil5lebe
+lil5let
+li4mar
+li4mas
+li6mate
+l6ime
+li4me.
+4limh
+limp3r
+lim7r
+lim9u
+li4na.
+4lina6l
+lin6c
+linch5
+5l4indr
+4lindu
+lind3s4
+l5indus
+li4ne.
+li3ne6a
+li6nem
+2l1inf
+lin4g3j
+ling5l
+ling7sen.
+5lingv
+4l5inju
+lin5kes
+lin5kle
+lin4kv
+2l1inn
+lin5net
+3linni
+6linns
+6l5inntr
+li4nor
+l4inse
+5linsk
+4l3inst
+4lint
+2linv
+li6n5ø6
+lio4no
+lion5sp
+lion5sv
+li5o6s
+2lip
+lipes4
+lipp4s3
+li9rar
+li4rek
+4lisak
+li5set
+lis4kl
+2liso
+4lisp
+lis6sp
+lis7tan
+lis6terk
+lis5ti
+4lis6til
+list3o
+li6s8tr
+list7rø
+lis4t3u4
+li4st5y
+listyr8ke.
+li4tee
+li4tek
+li4ti3a
+li4tid
+li4tig
+li4til
+li4tim
+liti5st
+li4tiv
+lit5j
+6litn
+li5to
+li2t1r
+lit5rer
+lit6tele
+lit6terk
+lit6term
+litt5s6
+li5ty
+7liu
+li6va.
+li4v3ak
+liv5eg
+livi5e
+liv2s3
+2lj
+l1jan
+l1jar
+l4jarb
+ljar5s6
+ljas4
+l4jed
+l6jee
+l2jei
+l2jek
+lje3l
+lj9elv
+l1jen
+l3jer.
+l4je1s
+l5jes.
+ljes4t
+l5jet.
+l4jete
+l5jete.
+l6je5t6r
+l2jev
+l5jé
+l1ji
+3l2jod
+ljo8e
+l4jom
+lj5ori
+3ljos
+lj5un
+l7jur
+lj7ut
+ljø3
+l5jøs.
+6l1k
+l3ka
+l5ka6l
+lkali9e8
+lk4an
+l6k5b
+lk4e
+l3ke.
+l2ked
+l5kedal
+l3kede
+lkeei4
+l6keh
+l5keleg
+l3ken
+l7ker.
+l4kera
+l4keri
+l4k5ers
+l4ke3ru
+l5kestad
+l5ket.
+l5kets
+lk2l
+lk4li
+l5k4lu
+l6k5nin
+l6ko.
+lko9ma
+lko9sa
+l2kot
+lkras5
+lk5ri6k
+lk4ser
+l4k3s2h
+lk1s4t
+lku4le.
+lku8t
+lk9ute
+l6kveg
+lkå1
+2l1l
+l5la6a
+ll6a5f
+l2lak
+ll1al
+l4lami
+l5lane
+ll3anl
+l4l5ano
+llans4
+ll5ansk
+ll7apa
+llap3s
+ll4as
+ll5asp
+ll5aur
+llau6re
+ll7avl
+ll5avr
+ll3d2
+lle5a
+l5leak
+lle8da.
+lle4d3r
+l3lee
+l2lef
+lle5gev
+lle5gr
+l5leha
+l5leho
+l5lehå
+l4l5eig
+l4leki
+l6l5ekst
+l4leli
+l2lem
+llen6da.
+ll5enden
+l4lendr
+l6lendt
+l4lenk
+l5l8ens
+l4lentu
+l4lenu
+ll5eple
+l6l5e6rik
+l4lerob
+ll6es
+lle4so
+lles5pr
+lle5stø
+l5let.
+l4leta
+l5lets
+llet6tele
+l8letæ
+l2leu
+ll5even
+lle7vev
+l5levå
+lle6y
+l2lé.
+ll7g2
+lli1e
+lli5e4n
+l9lig
+l2lim
+l4l3ind
+l4lins
+ll3int
+l9lint.
+l3lip
+l4lir
+lli6sen
+l4liv
+ll1j
+ll7k2
+ll5m
+llmue9ne
+llmu7ens
+llmu9er
+l5lo.
+llob5
+l2lod
+l4l3off
+llo5id
+ll5oks
+llo2m1
+llom5s6
+ll3op
+ll5opp
+l2l1or
+l4loso
+l6lote
+ll5p
+llra7n
+ll4sak
+llsa6me.
+ll4sem
+lls5end
+llsk4
+lls6kar
+lls5kv
+ll5skå
+lls5lag
+ll3smy
+lls4no
+lls4te
+lls6tig
+lls7øk
+ll3t4
+llto4e
+l8lua
+l4lu4e
+l4luf
+ll7ug
+llu4k
+l8l7uka
+l4l3uke
+l6luks
+l5lum
+l4l1un
+llun6ge.
+llu4pi
+l2l1ur
+l3lus
+l2l1ut
+ll1v4
+llva8n
+lly4se.
+l4løk
+ll5øks
+llø6pa.
+l4løve
+ll7øy.
+ll5øya
+ll3øye
+lløy6er
+ll5øy6n
+ll1å8r
+ll3å2s
+2l1m
+l5ma.
+lm3anm
+l4map
+l4marki
+lm3av
+lm7b
+l4m3els
+l4melu
+lm5e4po
+l4m5erf
+lme7ri
+lme7sti
+lme5t4r
+l5mil
+lmi8le.
+lm3ind
+l5ming
+lmini6
+lmin7ne
+lm3ins
+lm5int
+l7mis
+lm5l
+lm5m
+lm1op
+lm1s
+lms6j
+lm5s2p
+lm3t
+lmu4le.
+lm3ut
+lmyr8ke.
+l4mø.
+l6m5øs
+lm5øy6
+lmøya9
+lmå6la.
+lm5å4r
+l4m5ås
+2l1n
+l2nab
+l3ne
+lni4u
+l7ny
+lo1al
+7loane
+lo1a4r
+5loar.
+2lob
+lob5by.
+lob9byan
+lob9byar.
+lob5bye
+lo2bl
+lo2d3a
+lo3de
+lo4d3ri
+lod3s4m
+lod7ste
+lod7s6v
+lo6d5u
+6loeng
+6lofj
+3loft
+1log
+lo5ge
+lo6g5e8v
+lo4gir
+log2o
+lo3gop
+log8res
+lo6g5ro
+log5sa
+4loh
+lo5id.
+lo3ide
+lo1in
+3loja
+lo1ki
+lok4ko
+lok6kul
+2lo1k4l
+4lokon
+2lok7s4
+lok8se.
+lo1k4v
+lole6ge.
+2lolj
+lolo9
+l5omdr
+lo4m5in
+lom4mel
+lomst9r
+lo4nal
+6lond
+lo5ne
+lon4g3r
+lo4nit
+lon7skj
+2lop
+lo3pa
+lo4pea
+lop5pa
+5l4opt
+lo1ra
+2lord
+lor6da.
+lo1re
+4l1org
+lor4g5l
+lorie6
+lo1ro
+lo7rød
+lo7sa
+lo6sek
+lo4ses
+lo5sev
+los4kle
+lo1sl
+lo7sp
+2lost
+lo9tes
+lo8ti.
+lo3to
+4lottet
+lo1un
+1lov
+lov7ald
+lo3van
+lo9vand
+lo7vane
+lo3var
+lo3ve7d6
+l6over.
+love5re
+l5overn
+6l5overs
+6l5overt
+7lovo
+lov3sa
+2l1p
+l7pa
+lpa5re
+lpas5
+l4pedo
+l4pee
+l2pei
+l2pel
+l5peleg
+l3peli
+l4pelin
+l3pesm
+l4peti
+l2peu
+lp2h
+lp2i
+lpin3e
+lpi5ne.
+lp2l
+lpo6et
+l4put
+l5q
+2l5r4
+lra8da
+lradi4u
+lra6ne.
+lre4de
+lre4i
+lre8ka
+lre8ke.
+lre8va
+lri8ma
+lri4ve.
+lro8de.
+lro6pa.
+lro8sa.
+lro4se.
+lrot5s
+lrø6re.
+lrø5v
+lrå8da.
+lrå4de.
+8l1s
+l2sad
+lsag6
+ls5ald
+ls4am
+l7sana
+lsan6ke.
+l4s5ano
+l4s3ans
+ls5ark
+l4sat.
+l4scu
+l3se.
+l2sed
+l2see
+ls3eid
+ls5eig
+l4s3ele
+l4s3elv
+l2sem
+ls5emb
+l4seno
+l7ser.
+lse2s
+lses5ku
+lses3l
+lses5pa
+lses5s
+lse8s5tr
+lse4te.
+l2seu
+l6sev
+l4sf
+l2sh
+l5sig
+l5sik
+l6s5ill
+l4sim
+l5simu
+l4s3inn
+ls5jakk
+l5sjef
+ls3jeg
+ls3jen
+8lsk.
+ls5kabi
+l4s5kan
+ls5kari
+lsk5art
+l6s5ke
+lskif5
+l2s3kild
+lskinn6
+lskinns5
+ls1kjed
+ls3kjo
+l6skl
+lsk3læ
+ls3koa
+ls5kor
+ls3kov
+l4skra
+ls8ks
+lsk5un
+ls7kva
+ls3kvi
+l4skå
+ls3kåp
+lskå6pa
+l2sl
+lsla4ga
+l7slagn
+lsle6ge.
+ls5lo
+l5s4luk
+l6s5løs
+l2sm
+l5smør
+lsmå6la
+l2snu
+lsok3
+ls5ond
+lson6de.
+l2s1or
+ls7o6se
+l5sot
+ls1ov
+l2spa
+l9speg
+l5spei
+l9spel
+l5spi
+l4spr
+l5spred
+ls3pri
+l8s7s
+l4s3tak
+l4s3tal
+l6stank
+l6ste.
+ls4ted
+l4steg
+l3ste4i
+ls4tel
+ls5terr
+ls6ti.
+ls4tie
+ls6ton
+ls5tren
+l9stri
+l2su
+l5sub
+l3suk
+ls1un
+l2s1v
+ls7vea
+ls5vee
+lsve8en.
+l6s5vek
+lsve7re
+l4svik
+ls6vind
+l4sør
+l2s1øy
+l2s1å
+2l1t
+l4taa
+l4taf
+lt3akt
+l3tal
+lta4la.
+l4t3alb
+lta6lev
+lt3anl
+lta6no
+lt3art
+lta4st
+lta8tes
+lta4t3o
+ltat3r
+lt3avk
+l5tavæ
+lt9b
+l3tede
+l4teka
+lte6ma.
+lt4en.
+l4t5enh
+lt3epi
+l4teras
+l4t5erst
+ltesa8me.
+ltid6s
+l4tiet
+l2tif
+lti6g5
+l2tik
+l4tina
+lt3ind
+lt9inn
+lt3ins
+l4tivi
+l2t1ja
+ltle8ge.
+lt9n
+lto9ar
+l3tog
+lto4s
+lt3ost
+lt2r
+l3tra
+lt3reg
+lt3rei
+l6treko
+l6t5rel
+l6t7rem
+l4trens
+lt3res
+l5t4rest
+l5trev
+l4t5rit
+lt3rol
+lt3rom
+ltro8pa
+l5tros
+l4t5rød
+l5trå
+lt1s2
+ltsa8me.
+lt5s4i
+lt7s6t
+lt2s3v
+lts4vi
+lt7t8
+lt3und
+ltu4ra
+ltur5e6
+ltu5r6en
+ltu5r6er
+ltur5s6
+ltur5å6
+l2tut
+l5tv.
+ltva8la
+l3tvs
+l4t5w
+l3ty
+lty8d
+lt7øl
+lt3øv
+lua8r
+2lub
+lub6band
+lu6bri
+lu5c
+lu7ere
+1luf
+3lugar
+lu7go
+lui6
+luid6er
+1luj
+4luk.
+lu4ka.
+4luket
+luk6keri
+lu3kr
+5l6ukt
+4luly
+l4um
+lu6mel
+lu2mo
+lum6sk
+lu4mø
+lun5d4r
+lu4ne.
+lun4gel
+l7u2ni
+lun5ne
+3lunsj
+4lunt
+lu6o
+lup4s
+lu2p3u
+lur2e
+6lurei
+lu5ren
+lu5ri
+6l5urn
+lur8na
+lur8ne.
+lur8ta
+1lus.
+lusa5
+lu7sak
+lu6sel
+lush7e
+lu2s5k
+lus4o5
+lus4sid
+lus4s3t
+lus1t
+lus2t3r
+luta3
+lu3ta.
+lu7tet
+6lutf
+4lutg
+luth
+3lu5t6he
+lutla9
+lut6m
+lu1to
+lu4t5r
+2luts
+lut4tal
+lut4tap
+lut4t5at
+6lutv
+1luv
+lu4va
+lu4ve.
+lu9ven
+lu9ver
+8lv
+l1va
+l4va.
+lva6k
+l4vakti
+lva6la
+l4va4m
+l4vana
+lv8and
+l7var.
+lv7asa
+l4v5ass
+lve3d4a
+lve5i6s
+l4vela
+l4vele
+lv4en
+lve9ne
+l9ver.
+lve9rau
+l4veru
+l4vesk
+lve5sl
+l7v6et.
+lve5str
+l9vé
+l1vi
+lvi8ene
+lvi9er
+lvi6ka.
+lv9im
+lvin5g6r
+lv3iro
+lv1j
+lvly8se.
+l6v3n
+lv1of
+lv9op
+lvo8re.
+lvor4s
+lv5o4v
+l6v5p
+lvra8r
+lv9ri
+lv1s2
+lv5se
+lv7s6k
+lvs6l
+lv9ta
+l5vøe
+lv1å
+l3våg
+lvå4p4
+lvå6r
+l5w
+ly1a
+2lyb
+ly4d7r
+ly5e
+lyes3
+ly4gel
+ly5g6l
+ly8is
+2lykj
+lyk6keri
+ly5ku
+ly7kv
+6lykø
+ly5l
+ly5me
+2lymp
+ly2n3a
+ly4ne.
+ly4n5il
+lyn3s2
+2lyo
+ly5ok
+ly3pe
+ly1r8
+ly8ra.
+ly6re.
+6l7yrk
+ly4sa.
+ly4s5a4k
+lyse6te.
+lysk4
+lys3kj
+lys9kl
+ly2s1l
+4lysp
+lyst9ra
+6lysy
+ly8ta.
+4lytek
+ly4teri
+lyte5s
+l5y4tin
+ly1tr
+ly3ve
+l3z
+l6z5b
+1læ1
+læ6ra.
+læ5rar
+lær4arm
+læ4re.
+lære3i
+læ3rer
+læ4re3s
+læ5res.
+lær6sv
+læ6ta
+1lø
+lø3de.
+lø4del
+lø5dem
+lø4er
+løk5kj
+4l1økn
+2løko
+lø4k5r
+l5ø6l
+lø9me
+lø2na
+løns5t
+løp6s5
+5l4ørd
+lør5k6
+lør5n
+4l5ørr
+5løs.
+lø2sa
+lø5san
+lø5ser
+løs3k
+løs3s
+2løt
+lø9ta.
+lø3te.
+lø4teg
+løva9r
+6l7øv8d
+lø4ve.
+lø3ver
+lø5ves
+6løy.
+4løya
+2løyd
+4løye
+løy8ed
+løy5el
+2løyf
+løy4g
+løyg5e
+4løym
+6l5øys.
+løy5ter
+lå6gal
+lå6gre
+lågs4
+lå4gå
+2låi
+lå1k4
+lå6ke.
+lå9me
+lå2m5o
+lå2n
+6l5ånd
+lån2s1
+2låp
+l1åp9n
+2lår
+lå8ra.
+lå9rar
+lå5ras
+lå3rin
+lå1ru
+lå6sa.
+lå1sk
+lå6sko
+lå4s5l
+lå4ste
+lås7ten
+lås5ter
+lå5su
+lå3te.
+lå4teg
+lå4tek
+lå8ti.
+4lått
+lå4ve.
+1ma
+2maa
+3maa.
+ma3ar
+2mab
+ma5br
+ma3che
+mada5me
+ma4del
+ma3dra
+m6ad9s
+4maef
+4maek
+7maene
+2ma1f
+3mafia
+3mafr
+6mafrå
+ma8ga.
+ma4ged
+ma4gel
+ma4ges
+3magn
+ma2gr
+2mahe
+ma4is
+ma4ja
+2mak.
+ma5kab
+4makad
+ma4kes
+mak7ke
+4makl
+mak6le
+ma4kot
+mak2r
+ma3kre
+mak5ron
+mak4tal
+4m3akti
+mak4to
+makts4t
+ma1ku
+2ma1kv
+ma1la
+ma7leb
+ma6leng
+ma4let
+mali9e8n
+mal5l
+ma4lov
+mals4
+mal4t5ek
+mal3u
+mal3å
+4mamer
+ma3mo
+m4an.
+ma3nak
+m3anal
+6manam
+4manav
+man8ce
+man4dom
+man4don
+ma3ne
+m4anf
+man5g4a
+m6ange
+4mangr
+mania8
+2manl
+m3anle
+4manm
+5m4ann
+man4nem
+manns5l
+ma4no
+2mao
+4mapa
+2mapr
+4marb
+mar5d6
+7mare.
+6mareg
+ma3rei
+ma7rel
+5ma9ren
+ma5res
+3mar4i
+mari8e9ne
+ma3rin
+m4arka
+4markit
+mar4kv
+mar5m
+marmo9ra.
+mar7n
+ma1ro
+ma4ro6p
+mar3s4h
+mar7sl
+mar5te
+ma4ry.
+ma6rå
+4masel
+ma5set
+mash3
+ma4sia
+ma4sik
+ma4sis
+6masju
+mas4ki
+4masko
+4masp
+mas4see
+mas6set
+massø9
+7mast.
+ma5stem
+4masto
+4ma5str
+2masy
+m6at
+ma1ta
+ma5tad
+ma3te
+ma4te.
+ma6ted
+ma4tel
+7maten
+7mater.
+6matera
+7matet
+6m7atfe
+4matil
+7matil.
+ma1to
+ma1tr
+4matra
+ma4t5ras
+ma4t3re
+ma6t7rom
+mat3s2
+mats8l
+mat5ta
+m8at7t8r
+2mau
+mau4k
+mau7l
+ma1un
+5maur
+mau7su
+2mav
+ma6ve.
+ma5ven
+m7avh
+m5avk
+ma4ze
+ma3zo
+2m1b
+m4bao
+mbar3d
+m2bea
+m4beb
+mbe9da
+m4bedø
+m2bef
+m2bek
+m4beli
+m2bem
+m4bena
+m4beo
+m4bereg
+m4bero
+mbet2
+mbi6ar
+m2bib
+m3b4l
+mboe2
+mbo4end
+mbo5er.
+mbo5ere
+mbo5id
+mbo5n
+m4bop
+mbo5re
+mbo9t
+mbu7ar.
+mbu4e
+mbue7re
+mbus5
+m1c
+m6co
+2m1d2
+m3de
+md7om
+1me
+2mea2
+me5al
+mea5m
+2meb
+2mec
+meck4
+4medat
+2medb
+5mede.
+me4ded
+med5ei
+me7den
+me7det
+4medf
+me3di
+4medik
+4medir
+2medm
+me6dok
+4medom
+2medr
+me6dret
+med1s4
+4medu
+me6dun
+me5d4us
+med5v
+7medve
+2medy
+4medå
+me7e
+2meef
+6meek
+2meel
+4mees
+4meev
+2mef
+m3eff
+6me2ga
+me7gal
+2megr
+2megu
+4meh
+mei2e
+meie5n
+m1eig
+me3ild
+me3ind
+mei5ni
+me7isk
+4meiso
+2mej
+4meki
+4mekj
+2mekk
+me2k1l
+me3kn
+4meko
+2me5k8r
+4meks
+mek5t
+6mekte
+m2el
+4mela
+me5l4aks
+5melane
+5melar
+me3le
+me4le.
+4meled
+4melei
+4melek
+6m5e6lem
+me4l5eng
+4melik
+4melis
+4melit
+4meliv
+mel5le
+mello6m3
+4melok
+4melov
+mel4si
+mel2s3j
+melsk4
+mel5s4t
+mel7tr
+me1lu
+mel5v
+melvi6
+2mely
+2melæ
+4melø
+4me5l4å5
+2mem
+me6mo.
+4m5enga
+men5k
+menle6ge.
+m6enn
+men4ny
+me4nom
+me4nor
+men4si
+men3sm
+men5spl
+men5te
+men6tek
+men4tom
+men5tr
+me4nyt
+2me3o
+me6os
+2mep
+5mer.
+me6rab
+4merad
+me4ra5l
+me4r5ant
+mer5di
+4mered
+4mereg
+4merei
+4merek
+4merel
+me6rense
+me3res
+4meress
+mere6t
+m4eri
+4me5rib
+meri5ke
+5merin
+merle7g
+mer9n
+mer5os
+5mers
+mer5sk
+me3run
+mer5und
+4merus
+2mery
+me2r3ø
+2merå
+me4råk
+5mes.
+2me5sa
+4me5s4h
+2mesj
+2me1sk
+mes5ke
+2me1sl
+mes6le
+4me3so
+2mesp
+5mess
+7mest.
+4mesta
+5meste.
+mes4ti
+6me7sto
+mest3r
+me5stro
+6mestrø
+4mestrå
+4mestu
+4mesu
+2mesy
+2mesø
+4metab
+4me9tap
+me4tar
+me3te
+4meteg
+4metei
+4metek
+4metel
+4metep
+4metil
+2metj
+4meton
+me4t3ra
+me4tre
+met5ren
+met7rer
+met5res
+met5rik
+me4tru
+4metræ
+2metu
+4metv
+2mety
+2metø
+4metå
+2meu4
+7m4eu3s
+2mev
+meva8n
+2meø
+2meå
+2mé
+2m1f
+mfa9ra
+mfar8ta
+mfav5
+m2fek
+m6f3ess
+m4fi.
+m4fibr
+m2fit
+m5fru5s6
+m5funn8s5
+mfu6se.
+2m5g6
+m4ga.
+m4gi.
+mgå8va
+mgå8ve.
+2m1h
+mhea4
+m4hu.
+1mi
+mi1a
+5mi6al
+mia2n
+9miane
+7miar.
+2miav
+mi6c
+miche6l
+8m9idé
+2midi
+mid5j
+mid3s4
+mid4t
+4mi3ele
+mi3er.
+mie9s8
+2mi5f
+5migraf
+2mih
+2mii
+4mij
+mik6h
+4mikj
+2miko
+mik5ro.
+mik5ron
+mik5sa
+6miku
+mi4la.
+mile6t
+mil7eti
+mi4lev
+mi7li
+4milin
+mil6s5v
+4milæ
+2mim
+mi8ma.
+5mimo
+m7imp
+mi4na.
+mi5nar
+mi4ne.
+mi4n5ers
+4m3innh
+4m3inns
+6minnt
+min2s
+min3sp
+mins4t
+mi3nu
+m4inv
+mi4n5y
+mi7ov
+2mip
+4misa
+mi4san
+mi3se
+4misek
+4misel
+9misé
+misha9ge
+4mi7si
+mi2sk
+mis4ko
+mi3s4la
+mis9le
+7mism
+mis4s5k
+mis4s7p
+mista9k
+5mis7te
+mis4tra
+4mistu
+2misy
+4miså
+6mita
+mi3te
+4mitj
+4mito
+2mit6r
+mitt3s
+mi5ur
+2miv
+mi5vå
+m6ja.
+m6jan
+m5jar.
+m7jarn
+2mje
+m7je.
+m1ji
+m8jingan
+m8jingar
+8mjo
+mju7ke
+1mjø
+mjøs5t
+2m3k2
+m4ko.
+mkro5
+mku6le.
+mkå8pa
+4m3l
+m7la
+mla6ga
+m2lef
+mlei5er.
+m2lek
+m2lel
+m2lem
+m4lera
+mle6se.
+m4lesk
+m6le5s8v
+m4leta
+mle4ve.
+ml6i
+ml5ja
+mly6se.
+mlø6pe.
+mløy3
+2m1m4
+m6mai
+mma5kl
+mmal5
+mma8le.
+m4mam
+mmando5
+mman6dol
+m5mar
+mmar7in
+mmar7o
+mmatik7ka
+m4medø
+m2meg
+m2mei
+m2me3k2
+m4melu
+m6meni
+m4menu
+mmer5t
+mme4run
+m2me1s
+mmest6
+m5met.
+m4meta
+m4meti
+m4metra
+mme5t6re
+mme3u
+m3mé
+m4mia
+m7mian
+m2mib
+m4mid
+mmie6n
+m2mik
+mmi5sk
+mmi5so
+mmi3st
+mm5n
+m3mu
+mmø2
+mmå8la.
+2m1n
+m2nee
+mn7eid
+m2ne9l
+mne4ra
+m5nese
+m4nesk
+m4nesta
+mnes9tie
+m9net.
+m4nete
+m2nev
+m6nip
+mn7sk
+1mo
+3moa
+mo2ar
+4moba
+5mode
+mo3dem
+mo5di
+mo6di.
+2mody
+3moe
+mo4en.
+m1off
+mofo6bi.
+mo6gi
+5mogl
+mo5go
+m5ogs
+4moh
+2moka
+mo8ka.
+mo8ke
+mo1ki
+mo6la.
+mo3le
+mo4le.
+mo7le6s
+4molt
+mo3ly
+m5om.
+4momf
+2momr
+mom4s5ø
+mo5ne
+mo4nisa
+mo2no
+mon1s
+mon4ste
+mon5t6
+2mop
+5mo1ra
+mo4ra.
+mo4rar
+mo7rar.
+mor5d6e
+4mordl
+mor6d5r
+mo3re
+mores7
+m2ori
+mo4ri.
+mo6rid
+4m3o4rie
+mor4kl
+morla8ga
+mo5rok
+mo4rom
+mor4si
+mor4skj
+mor7sky
+mor4sp
+mo1rø
+mo9sen
+mo2s7k
+mos4o
+6mostab
+4motap
+mo4te.
+mo6te6g6e
+mo4tei
+mote7kl
+mo5ter.
+mo4tes
+mo5to
+4motr
+mot7re
+mot1s2
+6motsagd
+motsva5
+mot7t
+mour5
+3mo3va
+mo5w
+8m1p
+m4pana
+m4p5anta
+m4pee
+m4pelot
+m6pena
+m6pep
+mpera8te.
+mpe5res
+m6peress
+m4p5erfa
+mperi6e7n
+mpes2
+mpes6te
+mpe4sti
+m5pett
+m2pe5u
+mp3id
+m4pinje
+m8pla.
+m3p4lan
+mp5le.
+m6p5lin
+m6p5n
+m6p5ob
+mpoe4
+m4poeta
+m4pog
+m6pok
+m2pop
+mp3opp
+mp1p8
+mp3rad
+mp5ret
+mp3rop
+mpro8pa
+mp1s
+mp3sek
+mps4p
+mp5s6t
+mpun6ge.
+m9pur
+mp5ut.
+mp5ys
+mpø5
+m9på.
+m3q
+2m1r6
+mro8sa.
+mro6se.
+mru7te.
+mrø9de
+m9rår
+6ms
+m5sa.
+ms1ak
+ms5ant
+m1sc
+mse5lu
+m9s6ei
+m4sem
+m4s3eng
+ms5e4pl
+m4serv
+mse5s
+m5s6etn
+mse6t7jare
+mse8t9jas
+msi6e
+ms4ing
+ms3inn
+m4s5ja
+ms5kab
+mska9k
+ms6kin
+msk5ing
+ms3kor
+msk8u
+ms3lan
+ms6lega
+ms9lua
+ms3lue
+ms4ly
+m2sm
+m1s2n
+ms9ne
+ms5no
+ms3næ
+m1so
+m4soms
+ms3ori
+ms1ov
+ms3s2
+m4s3tal
+m8s7te.
+ms7tea
+ms2ti
+ms5tilb
+ms3tim
+m1sto
+m4s5top
+m5s6topp
+mst5ord
+m8strand
+m5strane
+mst5red
+ms5tref
+mst5ren
+ms5trik
+ms4tru
+ms3unn
+msu9ta
+msu7ten
+ms1v
+msva9ra
+msva5re
+m3s4vet
+ms3ynd
+msø4ke.
+m4s5ør
+ms1øy
+ms1å
+2m1t
+m3ta
+mt4b
+mtbe6
+m2tee
+m2teg
+mteks7
+m6te7kv
+m4tel
+m6testu
+mti9a
+m9tida
+mti5e
+m6tien.
+m6tif
+m2tik
+m6tini
+m4tiø
+mtiør6
+m5to
+mt4r
+mt6ve
+mt4vin
+mtå5
+1mu
+mu6a
+m1u2b
+mu2e
+mu3el
+mue7r
+mues1
+2mug
+mug5l
+mu4he
+mu2k
+8m9uka
+4m1uke
+mu5la
+mu4leg
+mule6s
+mull2
+mull6s7
+mul6tiv
+4muly
+7mum
+mu3mi
+mum2s
+mun2c
+munes6
+4mung
+mun6ge.
+6m5univ
+mun3k
+munn5s6
+mun4t3r
+mu6ra.
+mu4re.
+2murn
+murs4
+6murt
+m2us
+mu4se.
+mu4ses4
+mu4sé
+mu2s3k
+muske6l5a
+must4
+mus5tan
+2mut
+3mu1ta
+mu8ta.
+mutsa8la
+mut7t6r
+2m1v
+mvak5t
+mva6la
+mvari6
+mveg5s4
+mvi7e6
+mvi6se.
+2mw
+1my
+my5a
+myg4ga
+my3ke
+myk4kes
+myk3l
+my8kr
+my2ra
+my9ran
+my9rar
+my1re
+my4re.
+4myrk
+m5yrke
+my4r5u
+mys3
+my6sa
+my4se.
+my4so
+my4te.
+mytt6s5
+5mæ
+mæ6la.
+1mø
+møb3l
+mø7des
+mø6e
+mø9ens
+møkk6a
+m3økn
+2møko
+mø6na
+mø4ne.
+møne9s
+mø8nest
+6m5ønsk
+mø2o
+3mørke
+mør4k5r
+mør5sm
+mør3ø
+mø5se
+7møt
+mø9tas
+mø4tere
+møt9t
+2møy
+møy9ar
+m5øys.
+1må
+2må.
+må5a
+6måenh
+må7g2
+må1k
+må4ka.
+må4ke.
+må4kes
+m6ål
+må5lar
+må4le.
+må6led
+måle3i
+målø6pe.
+må4ne5s6
+må9nese
+må8pa.
+må4pe.
+må7pl
+2mår
+måra6r
+må1re
+må1ro
+må1ru
+må1s4
+må6tak
+6måtf
+må5tr
+må3tø
+1na
+na6ans
+2nabo
+7na7bortr
+na6bot
+4naby
+na4ded
+na8dem
+nadi4
+n3adop
+nad2s1
+4nadv
+8naf
+n1aff
+nafo7r
+na3fr
+naf7t
+na8ga.
+na3ge
+4nagen
+nag3s4
+nagså5
+na7gø
+6nah
+4nair
+2nak
+n6akk
+nak7ka
+nak6ko
+5nakl
+na1kr
+n1aks
+nak8sa
+nak8se.
+8n1akt
+nak6ta.
+na7kv
+na9lag
+na6lare
+6nalarv
+na7leg
+na4l3ei
+na4lek
+nal5epo
+na4les
+na4l5ett
+na4lev
+nal5g
+nal6ge.
+na4lil
+nal6lag
+nal4løp
+nal3op
+nal5s2
+nal3t
+na3lur
+2naly
+na2l5ø
+4nalå
+na3lå5r
+5nam.
+na7mere
+na5mes
+na5mo9
+5nams
+2namø
+9nan.
+4nana
+n3anal
+n6ane
+nanfø8
+4n5angr
+nan5k
+nan6ke.
+4n3anl
+6n5anle
+nan4ne
+na4n5o
+n4n5ans
+nan4sin
+nan4skj
+nan4s5t
+4nany
+na7o
+na5pe
+nape4s
+nap3s4
+n4ar.
+na4rap
+2narb
+nar5dr
+4narea
+nar7ei
+4na5rek
+nari4e5n
+7nariksk
+4narkiv
+6n5armé
+6n5arme
+nar8ma.
+nar5s
+nar8ste
+2nart
+nar6ta.
+nar5ti
+nar7v
+nar5ø
+nasa3r
+na4sas
+nas7h
+8nasik
+na4ski
+na2s5t4
+nasta5
+8nasu
+na1ta
+nate8k
+na7tem
+4natl
+4natom
+natori5e6
+nat8ra
+nat3sp
+nat6tak
+nat6tea
+naty5
+2nauk
+naus6p
+na6va.
+4navd
+6navf
+2navg
+2n3avh
+na1vi
+4n5avk
+4navl
+nav4les
+3navn
+6navo
+4navr
+n1avs
+4navt
+4n1b2
+n5ba2
+nba3d
+nba9ser
+nben4s
+nbo5et
+n6buf
+n6butr
+nbyr5
+nbø9le
+nbø6n
+n1c
+n5ca
+ncel5
+n3che
+nch3ei
+n6cot
+n2cy1
+6nd
+n7daa.
+n6dabi
+n4dad
+nda5f
+n7dag4
+ndags5
+n4daks
+n3dal
+n4dalf
+n4d5all
+ndals3
+n4dark
+n6d3art
+n8dask
+nda5tal
+nd5d4
+n3de.
+nde5a
+n2deb
+n2ded
+n5defi
+nd1ei
+nd4ein
+nd6ek
+n4dekl
+n4deko
+n5d4e5l
+nde4le.
+n4delik
+ndel4sk
+ndel4st
+n2dem
+n5dem.
+nde5mo
+n5den.
+n6dener
+n5dens
+n2de5o2
+n2dep
+n4derab
+n4deras
+n4derei
+n4derim
+nd6erk
+nderla6ga
+n4desi
+n4dest
+n4desu
+n1dé
+ndi4en
+n4d3int
+ndi6sk
+nditori5
+nditorie6
+ndit4t5a
+nd3jer
+nd1ju
+nd5k
+nd4lem
+nd4lese
+nd4lest
+nd4lev
+ndo9a
+n6dob
+n6d5okk
+nd4om4s3
+n2doo
+nd1op
+n2dor
+nd3org
+nd5orm
+n6dote
+nd5rae
+n4d3ram
+nd3ran
+nd6rek
+ndre4ra
+nd5resen
+nd5rett
+nd1ri
+n1dro
+nd4sag
+nds3ak
+nd4s5amb
+nds5elv
+nds5ende
+nd4ser
+nd4sje
+nd4skj
+nds7kul
+ndsla6ga
+nds6lett
+nd7spu
+nd3s4te
+nds9teg
+nds5trek
+nd5stry
+ndta6ka.
+n6duf
+ndu3is
+n4dun
+nd3ung
+ndun6ge.
+n2dup
+ndu6si
+ndus7k
+nd7v
+n2dyg
+ndy1k
+n2dys
+ndy5sp
+ndø5l
+n2d1øy
+1ne
+2nea
+5neae
+nea4g
+ne7a6le
+ne5alp
+ne5als
+nea9m
+ne9a8r9an
+nea9ren
+ne1as
+6ne7av
+2neb
+3nebb
+4nebe
+ne4ble
+neck5
+2neda
+3nedal
+ned3d
+6n5eddik
+4nedeb
+4nedeg
+4nedel
+5nedg
+ne4di.
+nedi4s
+2nedo
+ned5over7
+ned1r
+ne6dre
+5neds
+ned3st
+6nedu
+4nedø
+ne5dår
+4neeg
+4neei
+2neek
+5ne4e4r5
+2nef
+n1eff
+n5eft
+2neg
+5negati
+ne3gla
+neg5lesp
+neg8r
+6negru
+6neh
+2nei
+n2eid
+nei8dan
+n5eig
+n2e1in
+n3eini
+5neir
+2nej
+2nek
+ne4ka.
+6nek2l
+ne3kn
+nek2r
+nek5rin
+n7ekser
+nek5t
+4nela
+nel3de
+4neled
+6nelegg
+7neleggj
+4nelei
+nelei5er
+4n3elem
+6nelê
+4nelid
+4neliga
+4nelis
+4nelit
+4neliv
+nel4lov
+nel7s
+2ne1lu
+4nely
+2nelæ
+2nelø
+nelø8pa
+4nelås
+2nema
+4n3emb
+4nemel
+4nemer
+6nemes
+2nemi
+nemie8
+6nemj
+nem6k
+5nemn
+nem5ne.
+nem7nel
+2nemo
+2nemu
+2nemy
+2nemø
+2nemå
+3nen
+4nena
+nen5at.
+6n5en6den
+6nendr
+nene4
+4nened
+4nenem
+ne3nes
+4nenesl
+4nenet
+nen5eta
+4nenev
+nen4ga.
+4n3enhe
+6nenhet
+4neni
+nen5se
+nent5ei
+6n3en5tr
+4nenu
+4neny
+4nenæ
+2neo
+5neo.
+ne5o4r
+7neos
+2nep
+ne5pe
+3n4er.
+4nerad
+6nerap
+3nerb
+4nerea
+4nered
+nere6de.
+4neref
+4nereg
+4nerek
+4nerent
+4nerep
+ne5res
+4neress
+4neresu
+4neret
+4nerev
+4nerfar
+4ner2g
+ner3ga
+ner3ge
+4ne3rib
+4nerik
+4nerit
+ne4ri9v
+5nerl
+nerla8ga
+n3erob
+6neroc
+ne7rof
+ne5rok
+4nerom
+ne5rot
+ne1r4ov
+n6ers.
+ner7se
+ner5s4i
+ners4p
+ners8ten
+4ne3rul
+ner5un
+2nery
+3neryr
+4nerør
+2nerå
+2nesa
+ne4sa.
+5nesar
+4nesc
+4nese
+6nesek
+nes6er
+5nesets
+nes5eva
+ne3si
+nes5ind
+4nesit
+2ne5sj
+ne5skam
+4ne5skar
+nesk4e
+4neski
+5neskins
+4neskj
+4ne5sko
+4neskr
+6nesku
+2nesl
+ne3sli
+ne7slø
+nes6mi
+6nesn
+ne7snø
+2neso
+3nesot
+2nesp
+nes6sam
+nes4stu
+5nest.
+4nestas
+nes9tas.
+nes9te.
+4nesto
+nes5tor
+4ne3str
+4nestu
+4nestø
+2nesu
+2ne1sv
+nes8va
+6nesy
+4nesæ
+5nesøy
+4ne5så
+neså5re
+3net.
+2neta
+4netaks
+neta6le.
+ne3te
+5nete.
+4ne3ti
+6netid
+2netj
+2ne5to
+6netom
+2net4r
+3nets
+net5s4p
+nett3a4
+net6tel
+2netu
+ne4tv
+4nety
+4netå
+netå5ker
+2neu
+neu1r
+ne5us
+ne6va.
+ne4ve.
+6ne8vent
+5nevik
+nevi8sa
+3nevn
+nev1r
+ne4y5t
+2neø
+4neå
+1né
+4néb
+4néd
+2néf
+6néh
+2nél
+4ném
+6néo
+2nép
+5nér
+4név
+4néå
+4n1f
+nfall4
+nfalls5
+nfan5t
+n6foa
+n4fob
+n4fole
+n4fom
+n4fora
+nfor9en.
+nfos4
+nfø5des
+nføy8ed
+6ng
+n8g8ad
+n4gaf
+n6gag
+ng1ak
+ng5and.
+n8gan8da
+ng3ank
+n4g5arm
+n4gart
+ng5art.
+n5garta
+ngar5u
+n2gat
+ng5ato
+nga4ve.
+ng7avi
+ngd4
+ng4ded
+ng4del
+ng4dep
+ng3dr
+n4geda
+n4gela
+n3gen
+n4gena
+n7gene
+n4g3eng
+n6geno
+n4genu
+n3ger
+n4geret
+nge5run
+n2ges
+nge3sl
+n4geta
+n2ge7v
+ngfø4
+ng5g2
+ng5id
+ngjen5g
+ng1l
+n5glem
+ng4lu
+ng7n
+ngo4d
+ng5odd
+n7goe
+n3g4ok
+n8g7o8m
+ng9ome
+ng5ond
+ng7o6pe
+n2gor
+ng5ord
+ng3ork
+ngos6p
+n2got
+ng3ra.
+n5grad.
+ng5rand
+ng7rea
+ng3reg
+ng3ren
+n4grend
+n4grer
+ng5rest
+ng3ret
+ng3rev
+ng3rid
+ng3rin
+ng7ro.
+ng9roa
+ng7roe
+n5g6ros5
+ng3råd
+ng8sa.
+ngs5elv
+ng4sem
+ng4ses
+ng2sj
+ng2sk
+ng6skj
+ngs7leg
+ng5sløy
+ngsmå6la.
+ngs3ne
+ngs7tep
+ngst5rid
+ngstyr8ke.
+ngs9tør
+ng3und
+ngu5ru.
+ngvi4s
+ng5ye
+n1gø
+n2g1øy
+ngå8va
+ngå8ve.
+4n1h2
+nhat5
+nhet4s
+1ni
+ni1ak
+ni1a2n
+nian5dep
+ni2bl
+4niby
+4nibå
+4nicr
+n8ida
+ni4del
+ni7dele
+n5idé
+ni6do
+nid7r
+nids4
+nid5st
+4nieg
+ni1el
+7ni3e2n
+ni3er.
+nie5ri
+ni7ers
+ni5ert
+4n3i4fr
+ni5gla
+ni9glo
+2nih
+8nij
+ni3ke
+2nikj
+4ni5ko
+2nikr
+4nikv
+ni5l4i
+5nilu
+4nimar
+4nimas
+4nimo
+2nimp
+ni6n7al
+2n1ind
+4ninf
+ning3o
+nin5gr
+ning6s5
+ningse4
+nings5te
+2n1inj
+n1inn
+4ninnb
+4ninnh
+4ninns
+4ninnt
+2n1ins
+2n1int
+2ninv
+5nio.
+nion2
+nions3
+4niop
+7nios
+4ni5ov
+ni4pet
+ni9pet.
+ni9pets
+ni2pl
+nip3li
+nip5si
+4nir
+nir7kel
+4nisem
+ni5set
+nis5im
+4ni3skj
+nis4k3o
+ni9sol
+niso5ne
+niss4
+4nistas
+6nistat
+nis5tik
+4nistil
+ni3str
+4nisty
+4nistø
+6nisu
+6nisy
+n4it
+ni3ted
+6nitj
+ni4tog
+ni4tos
+nitt4r
+nitt4s3
+nitt6sk
+4nitu
+ni3ty
+nit5z
+nitær6e
+2niub
+ni4umf
+2niut
+4niva
+2nive
+niv5ei8
+4n5ivo
+niv3s2
+6niå
+4n1j
+n6jah
+njav9
+n2jed
+n5jede.
+n4jee
+n6jei
+n2je1s
+n3jes.
+n2jet
+n3jet.
+njet6r
+n5jett
+2nk
+n1ka
+n2kak
+nk3aks
+nkal5l
+n2kau
+n4kedo
+n4keer
+n4keh
+nk5eie
+nkel5s
+nkelt3
+n4k5enh
+n8keno
+n4k5erfa
+nker4st
+n4ke1s4
+n6ketø
+n1ki
+n4kid
+n4kie
+nk3ier
+nk5ind
+nk7inf
+nk3inn
+nk7int
+n5kj
+nk1k4
+n1kla
+n5k6lang
+n7k4lis
+nk3lok
+n1klu
+nk3ly
+n3klæ
+nk1lå
+n1knu
+n1kny
+n3ko
+n4kof
+nkofi8
+nk5oks
+nko5le
+nkol4la
+n6kot
+n6kov
+n1kr
+n3krav
+nk1s2
+nk4tak
+nk6tal
+nk4tin
+nkt3sk
+n1ku
+nku4le.
+nkuri9
+nkurie8
+n4ku6t
+nk9ute
+n1kv
+nk3ve
+n7kvit
+n6kvo
+n9ky
+n1kø
+n1kå
+nkå6pa
+4n1l
+nland9a
+nland6se
+n5le
+nlei7er.
+nle8ma.
+nli4en.
+n3lj
+nlu4e
+nly6de.
+nly6di
+nly4se.
+nlø6pa.
+n7lå
+4n3m
+nma4le.
+nmik3
+nmi8l
+nmini6
+nmo6se.
+nmusik7k
+nmå6la.
+4nn
+n2nad
+nn5ad.
+nn9aft
+nn5air
+n6n1ak
+n4nala
+nn5alg
+n4name
+nn4an
+nn5ana
+n9nane
+nna8ni
+n4n5ank
+n5nanl
+n6n7anta
+n9nar.
+n4nari
+n6nasi
+n4nask
+n2nat
+n2nav
+nn3avl
+nnbo9e
+nnbu9e
+nn5d2
+nndø4
+nndør3
+n5nea.
+n5neap
+n5nebar
+nnebe8r
+n5nebu
+n4nedi
+n2nee
+n6nef
+nn1ei
+n3neke
+n4nelo
+n3n4en
+nne6nat
+nne4n3o
+n9ner.
+n4nerel
+n4nero
+n7nes.
+n6nesj
+n5nes4la
+n4ne3st
+n5n6et.
+n4nesø
+n4nete
+n2nev
+n2ney
+nn3g2
+nnhø8re.
+n4nid
+nn3ide
+nni3e
+n2nim
+nn7inf
+n5nis
+nni4sj
+nni4s3t6
+nn7k2
+nnle6ge.
+nnlø6pe.
+n4no.
+nn5of
+nno2m1
+nn6oms
+nnomsy8na
+nn1op
+n2n1o4r
+nn7ord
+n4n3o4ve
+nn9r
+nnsa9ka
+nn4s5amb
+nns5and
+nns3ar
+nn5seg
+nnsei8g
+nn4s3em
+nn6s5enk
+nn4s3es
+nnse6te.
+nnsi7da
+nn4s3in
+nn4s5i6s
+nn6s5jak
+nns5kan
+nn5s4kli
+nns5op
+nns3or
+nnst6
+nn6s5tab
+nns5tal
+nns5telt
+nns4ten
+nns5tep
+nns7tin
+nns5top
+nn6s5tre
+nns5tro
+nns3tv
+nn4s5ul
+nns3va
+nn6s5vo
+nnsy8na
+nn2sø
+nns3øk
+nn3så5r
+nn7t4
+nnte6se.
+nnto9ga
+nnu1i
+nn6ung
+nn1ut
+nnvi4s
+nn1yn
+nny4t
+nn7øk
+nn1øv
+nn1å
+1no
+noa4g
+no1ak
+5noane
+no7ar.
+2nob
+nobe4l
+no4bl
+nob5le
+no3b4r
+no5co
+nodi4e5n
+3noe
+4noef
+4noei
+4noek
+4noent
+2nof
+n1off
+3no3ft
+n6ogra
+no5id
+no3in
+2nok
+no1ki
+nok8r
+nok6se.
+n3oksi
+no9le
+2nolj
+no6mid
+no6mik
+no4mil
+4nomj
+nom9m
+nom7s2
+5nomy
+non1s4
+non5t
+2noo
+2nop
+n1opp
+no1r4a
+no5ran
+no5rar
+no5ras
+nor4da
+nor6d5end
+4nordn
+nor4d5r
+nord3s4
+nor4dø
+no9ree
+no3rek
+no3ren
+no7ret
+nor5g
+3norge
+norges5
+n3o4rie
+7norit
+4nork
+nor6kla
+nor6kle
+n4orm
+normlø7se
+nor2s
+nors6ka.
+no3ræ
+no4sel
+no4ses
+nose8te.
+4nosp
+no3stj
+nostra4
+2nosy
+no4ta.
+no4te.
+note5i
+5notek
+no4tel
+no4tes
+not3s
+4noty
+4nou
+no1v
+no3ve
+4no5vi
+4n5ovn
+7nó
+6n3p2
+n5pe
+npo8ta
+n4påk
+n3q
+2n1r2
+n9ra
+nra8na
+nra8sa
+n3re
+n4reb
+nrei7e
+n6renem
+n6reo
+n6ri.
+nro6de.
+nro6t
+nry6
+nrå8da
+6ns
+n1sa.
+ns1a4d
+n5sag
+n5sakk
+n5sa4kr
+ns3aks
+nsak6se.
+6n5akti
+ns5akv
+n3sala
+ns3ald
+n6s5alp
+n5sane
+n4sanf
+n5s6ann
+n5sanse
+ns5ansi
+ns5ant
+n5saren.
+ns6arm
+n6sart
+n4sati
+n1sch
+n3sco
+nse9a8l
+n2sed
+ns5edd
+ns8ede
+n2see
+nse5ei
+nse6er
+n6sef
+n2seg
+ns5ege
+nsei6d
+ns5eie.
+ns9eig
+n4seks
+n4s3elv
+n2sem
+n5sen.
+n5sene.
+n4sener
+n9senes
+n4senet
+n4seni
+n7sens
+n3ser.
+n4sera
+nseri7e6
+n4sesa
+n4sesi
+n4se3sk
+nse3sl
+n4ses4p
+n4sest
+n6sesu
+n4se3s4v
+n4sete
+n9sets
+n2seu
+ns5fr
+n2sh
+ns3ha
+ns7he
+ns5hi
+nsi5de.
+nsi4ent
+nsi6er.
+nsin5d
+n3s4ing
+ns3inn
+n4sinte
+nsi8ra
+nsis7k
+ns3jak
+n4sjav
+n5sjef
+n6s5jord
+n4skan
+n6s5kauk
+ns7kele
+ns4kete
+n9skim
+ns5kir
+n5skis
+n6skja
+n6skjele
+ns5kjen
+n3skjæ
+nskog6s
+ns5kor
+ns3kro
+nsku9et
+n4skug
+ns5kuli
+n5skum
+ns1kv
+n5s6ky.
+n5s4kye
+n5skyss
+n5slang
+n7slarar
+ns5las
+nsle6ge.
+n3s4lekt
+ns6leri
+ns5lid
+n5slyn
+n1slå
+ns3mi
+n4smal
+n4s5mo
+n4smur
+n4smus
+nsmå6la.
+n5s4nar
+ns5nes
+nso4d
+ns1of
+n3s2ok
+n1sol
+n4sond
+nson6de.
+nso5ris
+ns1ov
+n3sovn
+nspa9ra
+ns5pels
+n5spet
+ns1pr
+n6spros
+n7spur
+ns7s6
+nsse4e
+nsså5
+ns4ta.
+n4stak
+n4stag
+ns5take
+n3stam
+n4stank
+nst5art
+nstar8ta.
+ns4tau
+n3s6ted
+n3s4tei
+ns4tel
+nste6ma.
+ns5tenk
+n6step
+n5s4tik
+ns5tild
+ns7tilf
+n4s5tils
+ns4tin
+ns4t3i4s
+ns1tj
+n5sto.
+n3stru
+ns7trøy
+n3stue
+n6stuk
+ns5tur
+nst3ut
+n1su
+ns1uk
+n4sung
+ns5vang
+nsva9ra
+n2s3ve
+ns9veg
+ns5verd
+ns5vern
+ns1vi
+n5s4vill
+ns4vind
+ns9vis
+n4svu
+n3s4væ
+nsy4d
+ns1yt
+n5søn
+n4s1øv
+ns5øya
+n5såpe
+nså7pen
+ns7ås.
+6n1t
+n5tab
+n4tagr
+nta4lan
+ntall4
+nta5na.
+n4t5and
+nt3anl
+nt4anv
+nt3app
+n7tart
+n6t5arvi
+nt6as
+nta5sia
+nt4at
+nt3avi
+nt5avr
+nt7avs
+n2tea
+n5teat
+n2tee
+n4tef
+n4tege
+n4tegi
+n7tegn
+n2tei
+nt5eini
+nte5ins
+n5teis
+n4teka
+n7tekn
+n4tekse
+n9teleg
+n5telig
+n5tell
+n4tels
+n9telt
+nte4ma.
+nt3emb
+nte4mis
+n5ten.
+n4te7na
+n5tene.
+n4t3enh
+n5tens
+n2teo
+n5teori
+n5tepp
+nt4er
+n5ter.
+n7terek
+n6terest
+nte6risk
+nteriø7ra.
+n5ters
+n7tes.
+n4tesel
+n4teta
+n4tete
+nt4e3u
+nt5e4va
+nt9g
+nti1a
+n4tiat
+n4tid
+n5tiem
+n4tig
+n4tikap
+n5tiki
+n4tikl
+nti5kli
+n5tile
+nti3lo
+n9time.
+n7times
+n4t3ind
+nti6net
+n6tini
+n2tio
+n2tip
+n4tisa
+n4ti5sti
+nt5l
+nt5n
+nto3a
+n2tob
+nt5omf
+nt5omn
+nt3oms
+n2t1op
+n5tor.
+n5to5re
+n6torg
+n2tou
+nt1ov
+nt6ran
+n4trep
+n5trer
+nt5resi
+ntres9kjare
+n4t3rin
+ntrol6li
+n6trom
+n6trul
+ntrøy4
+nt5skj
+nt5s6la
+nts2t
+nt3t4
+n6t7ub
+ntu9e
+ntu4l
+n2t1u2n
+n4t5uro
+n2t1ut
+ntva8la
+nty6e
+ntyr3s
+nt7år.
+1nu
+4nu.
+nu3an
+nu4av
+nuft4
+nufts5
+2nug
+nug6la
+4nu4h
+nuit8e
+nuk5
+nul9t8
+4nulu
+6nuly
+nu9me
+2n1un
+nun4ge.
+nuo2
+6nup
+nu3pl
+nu4re
+nu5sa.
+nu5sen
+nu7ser
+nus4k5l
+nus7l
+nuss4
+nu6st
+nus3ta
+2nut
+nu7ta
+nu3te.
+nute6r
+nut5eri
+n7utl
+nu6ume
+6n1v
+nva6la
+nvand5
+nverle9
+nves1
+n5vi
+nvi4et
+nvi4ka.
+nvi5ke
+n3vu
+nvæ8ra
+n3w
+1ny
+ny5ar.
+ny9ast
+2nyd
+ny4de.
+4nyef
+4nyg
+ny5ge
+5n6yhe
+ny3ke
+ny3k4le
+4nyko
+ny1lo
+2nyn
+nyn8da.
+nyn4de.
+4nyo
+4nyp
+ny8pa
+ny6ra.
+ny4re.
+ny7rev
+ny4ru
+ny1s
+ny5se
+ny9s6k
+nyst4
+nystu4
+ny3te
+ny3tr
+2nyv
+ny8va.
+ny5vak
+ny8ve.
+4nyø
+n1z
+1næ1
+næ8ra.
+nær9and
+næ8rast.
+1nø
+nø2da
+4nødd
+nødde5
+nød3sk
+nød5sto
+nø9dun
+2nøe
+4nøf
+nø1fl
+nø1fr
+nø7gr
+4nøko
+4nøks
+nø4le.
+nø9mo
+nø5mu
+nø3p4
+nø7ra
+nø6red
+nø1ry
+nø3se
+nø1sk
+nøs4l
+nø7te
+nø7tr
+n6øtt
+nøtt6r
+nøv4d
+nø3ver
+nøy1
+2n1øy.
+nøy8a9n
+n7øyh
+4nøys
+n3øys.
+nå6as
+1nåd
+nå5ded
+nå8en
+nå6et
+nå8j
+n1å2k4
+1nål
+nå2la
+nå5lev
+nå8ma
+nån6de.
+n1å4p
+nåp8na
+n1å6r
+nå2s
+nå5sa
+nåse4
+2oa
+oa5c
+o1af
+oa4k
+oak6kana
+oak4ku
+o1all
+o3alt
+o1a2m
+o3a6n
+o9and
+o1a6p
+oar6d7e
+oar4d5in
+oa4r5e4g
+oa4r5enh
+oa6ré
+oa4r5i
+oar5m
+oa9té
+o1au
+o1a4v
+2o3ba
+obakk8s
+obb4l
+ob4bo
+ob4b5r
+ob4b3u
+ob4e
+o4bea
+ober5et
+ober4s
+obers5ta
+obers5te
+o3bes
+2o3bi
+obi5e6
+1ob1j
+o1b2l
+ob5la.
+ob3le.
+ob3len
+o2b5li
+3oblig
+ob4lo
+o1b4o
+obo9a
+2obr
+ob5rar
+ob1re
+ob1ri
+3obser
+ob5st
+2obu
+2oby
+obyl5
+o5bø
+o3bå
+4oc
+ock5ers
+o5cy
+2o1d
+o6dab
+oda4f
+od7att
+odd5ei
+od4del
+od4dest
+od9do
+od4e
+o2deb
+o6d5ei
+o4deko
+o5deku
+o2dep
+oderle7
+o2des
+o5det.
+o5dets
+odie4n
+o4d3igl
+o4dj
+odko5
+od3oml
+od3ov
+o2d5re
+o4d3rø
+od3sk
+ods4ka
+od3s4po
+od5s4tol
+ods8t
+odu7s
+o4dy.
+o4dyb
+od5øk
+o5døs
+od5øy
+o2d1å6
+6o1e
+oe6f
+o4ein
+oek6s
+oe2l
+oe4mu
+oe2n
+oen5a
+o7ene
+oeng5d
+oen2g7r
+oeng3s
+oeng3u
+o5ens4
+o7ens.
+oen5t
+o3e4re
+o6erer
+oer8ma
+o3ersk
+o2es
+oe6sip
+oe6sit
+oes8ka
+oes8ke.
+o4etan
+oet2h
+oe5ti
+oev6ne.
+2ofa
+o2fa.
+ofag6a
+o4fara
+ofa4se
+o2fav
+o2feb
+o4fei
+o4fera
+o4fe3st
+o1fé
+off9and
+of4fek
+of5fes
+of6fia
+off5id
+of6fr
+of2fu
+of6fy
+2ofi
+o4fip
+o1fl
+of5le
+2ofo
+o6fra.
+of9ras
+of1re
+6o5fri
+of8sa
+of8se.
+6oft
+of4tel
+oft2s3
+2ofy
+2og
+o2ga.
+og7ank
+o4gare
+o2g7av
+o2ge.
+o4ged
+og1ei
+oge7na.
+o3get
+og4gera
+og4g5j
+ogg3s4
+og6g7u
+ogi3a4
+ogie2
+o4giev
+o2gif
+o6gig
+o4giko
+o2gil
+o2gim
+o2gin
+o3ging
+o2gi1o
+o6gista
+o6gi7str
+o2giv
+og5jer
+og7la
+ogly7
+og4ned
+5o4g5ni
+og6nel
+o5g6nos
+o2go.
+og6ra
+og4re.
+o4g3reg
+o4g3rei
+og4rer
+og7rett
+o4g3ri
+og3ryd
+o4g5rø
+og5rå
+ogs4a
+ogs6an
+og3s2e
+og1sk
+ogs4kj
+og5sl
+ogs4le
+og1s4p
+ogs5pa
+og5ste
+og3sti
+og4s5tj
+ogs4to
+ogs4tr
+ogs5t6ra
+og5stre
+og5sy
+5og5s6y4v3
+ogt6r
+5o4g5åt
+og1un
+og5ø
+og7ås
+2o1h6
+ohe5te
+ohm9a
+o4ho.
+ohø4
+oia4
+o1i2d9i
+o1idr
+oid5t
+oie4n
+oi5er
+oi6es
+oi5k
+oi4la
+o1im
+o3in.
+o1ing
+oi2n1o4
+o4insp
+oi6r
+o1is
+o2is.
+o6isa
+o2ise
+o4isi
+4o1j
+o8je.
+o4jo.
+o1ka
+ok7aft
+ok1ak
+oka4n5i6
+ok2ar
+ok5ark
+o3kas
+ok1ef
+ok5els5
+ok5elv
+o5k6en
+o4kesk
+o6kev
+o1kj
+ok4kand
+4okke
+ok6kera
+ok4ke5s
+ok3kje
+ok3ko.
+ok5kol
+ok4kun
+4okl
+ok8la.
+okla5m
+ok8le.
+o1klu
+ok7lut
+oklå5
+2okn
+okna8sa
+o3ko
+o8ko.
+ok8ol
+o4k3oms
+ok3omt
+oko5pe
+ok5opp
+ok3orm
+oko4s
+oko9se
+o6kov
+o1kr
+ok5reo
+o6kret
+o4k5ru
+oks4al
+oks4e
+ok4sek
+okse5kr
+ok4sem
+ok7sen
+ok6serin
+ok4ses
+okse9te
+ok5s4i
+oksi7da
+okst2
+oks6ti
+ok6s5vi
+oks6tr
+ok5ta
+3oktan
+ok3ti
+ok5to
+okto4r5i
+okt6r
+o1ku
+ok5u4k
+oku8le.
+oku6t
+ok7ute
+o5kva
+o3kvi
+ok5øy
+o3kå
+8ol.
+4o1la
+ola6ded
+ola8ga
+ol5anl
+ol3ant
+o9lar.
+o6larbe
+ola5t
+olber4
+olbo7e
+olbo7ge.
+ol4bol
+olbu7
+2old
+ol9dan
+ol5de.
+ol4dem
+ol4dest
+ol5det
+ol3do
+oldo7ve7
+ol5drev
+ol3dri
+old3s4kr
+2ole
+o5leaks
+o6leb
+o2led
+o2lef
+ol5eig
+ole5in
+o2lek
+o7leki
+o2lel
+olele6ge.
+o2lem
+o5lem.
+o5lems
+o7lene.
+o9lenes
+o4lenet
+o4leni
+o4leno
+o6lered
+o4leru
+o2les
+ole5sta
+ole5str
+o9let.
+o2lev
+o1lé
+ol4f5i
+ol4fj
+ol3g4e
+ol1g4l
+2oli
+o4liba
+oli9e6n
+oli7ert
+oli5ne
+3o6lj
+olke3s4
+ol4kese
+ol4kesk
+ol4kest
+ol2k3l
+ol9ko
+ol6ku
+ol5kv
+ol5la.
+oll3ak
+ol4lam
+ol7le.
+ol4led
+ol4lel
+ol7len
+ol4les
+ol6linj
+ol4log
+ol4lom
+ol5los
+ol4lov
+oll5over
+olls4t
+oll5sv
+ol2lu
+ol4løp
+ol6løs
+ol6løy
+ol2lå
+olme5s
+ol4mest
+ol4må
+ol9n
+2o1lo
+o4lo.
+o5loan
+o3loe
+o4lof
+olo3i
+ol5oks
+ol3oms
+ol3op
+o6l7os.
+o6l7o6se
+o6l5osf
+olo5ve
+ol4ped
+ol7so
+ols8t
+ol5sva
+ols5vik
+ol3ted
+ol5tep
+ol2tr
+ol6t7ra
+olt5re.
+olt5rer
+olt5ret
+o1lu
+olu5l
+o4l3ung
+olun8ge.
+o4l5ur
+ol5va
+ol1vo
+o1ly
+oly7d
+ol5ør
+o1lå
+2om.
+2oma
+om3ald
+o2ma2m
+om5ang
+oma4nif
+omann4
+oman5t
+om3ars
+omar7ø8
+om4as
+om1av
+omb6
+om4bet
+om4bis
+om3bl
+5ombod
+1ombu
+2ome
+o2m1ek
+o5meka
+o7menes
+omer6s
+o6mese
+o5met
+ome4tak
+ome7tar
+om1eu
+3omfan
+3omgre
+8omh
+o2mia
+o2mib
+omi3e4
+o4miek
+o2mig
+o7mikk
+o7mine
+om7inn
+om3in5s
+o4mio
+o2mir
+o4misj
+o4mist
+o2miu
+om1j
+2omm
+om6mat
+om4med
+om4metr
+3ommø
+2omo
+o4mofo
+om1op
+omo1v
+omp2
+ompa3t
+1omr
+2omre
+2omro
+2omru
+6oms.
+oms3al
+om4sek
+3omset
+omsko9d
+omsku9la
+om4som
+oms3un
+oms4ø
+omt2
+3omtal
+om4tes
+om3ti
+om3tv
+o2m1u
+o3mus
+omvæ8re.
+6omy
+omyr8ke.
+o2møk
+omø4r
+om5øy6
+o5må
+2on
+on3abo
+o4nac
+o6nak
+o4n3ang
+o4nap
+on3app
+o6narb
+o4n3arg
+o4n3arv
+onat5r
+o2n1a4v
+on5b
+on4dar
+onder6e
+ond3re
+on4d5ri
+onds4i
+o4ne.
+on5eie
+o4nele
+o7nell
+o2nem
+o3ner
+o4neru
+onesi6
+o4nesk
+o4ne3s8t
+o4nete
+o2nev
+on7f
+on7ga.
+ong3d
+on5ge.
+on6ged
+onges4
+on5gi
+on5go.
+ong2r
+on8gro
+ong9ros
+ongs4j
+on2gu
+on4gy
+on4g5ø
+o9ni.
+o2n3i2d
+oni1e
+o2nil
+on5ild
+o2nim
+oni6mi
+on3inf
+o6n7inn
+o2ni1o
+o4ni5p
+o6niso
+on3j
+on1k
+on5k6a
+3onkel
+on5k6i
+on4kle
+on5ku
+onle6g
+on5nad
+on3ni
+on5ny
+o4no.
+o5nor.
+o4no4v
+on3ove
+on4sh
+ons1i
+onsi3s
+onsi4v
+ons1k4
+ons7ke
+ons1l
+onsla6ga
+onstitue9ra
+onstitue9re
+onst5rum
+ons5und
+ons1v
+on4sve
+ons1å
+ont6a
+on3te
+on4ted
+on5ten
+on5ti
+on4tok
+on5tor
+ont2r
+on7ul8
+on5ur
+onu4sk
+o4n5ø4
+on6øy.
+on7å6
+2oo
+ood1s
+o1off
+oo2k1
+oo5k8a
+ook5es
+ool7a
+oo4m5i
+oo6mo
+o1o2p
+oopa8
+oop9an
+oo4pe
+oop5en
+oop5et
+o6opi
+o1o4r
+oor6da
+oo5s
+oo6sp
+o1o4v
+2op.
+2opa
+o4pab
+o2pak
+opan9d
+o4pa3re
+o7paren
+o4pasj
+o4pau
+o3pea
+ope1i
+opel6lø
+2open
+o4pena
+o9pend
+o4penet
+o7pent
+o2per
+6o3per.
+3opera
+ope6rar
+o7pero
+o5pert
+2opet
+o4peta
+4oph
+o1pi
+o4piek
+oping9s
+o4pir
+2opl
+o1pla
+o4p5land
+op3li
+op9lu
+op4na.
+op4ne
+2o3po
+2opp.
+4oppa
+op4p5art
+op4pas
+4oppe
+1oppg
+op4pi.
+op6pia
+op4pis
+opp3li
+3opply
+op6poe
+op6pr
+opp5rop
+opp5und
+opp1å2
+2o1pr
+op6re
+op7ru
+op7rå
+op6sa.
+o8p8si
+op2t1r
+o4q
+4or.
+o6r7add
+or3adr
+o2rag
+or1ak
+2oral
+or5ald
+o4r5alg
+oral4st
+or6alt.
+o3r4am
+o4rana
+o3rane
+o4rang
+o4rans
+or6ap
+or3att
+o4rau
+ora3uk
+or1a4v
+4orb
+orbit5
+or7by
+4orc
+orda9ta
+or3dea
+6ordel
+ord7e6pl
+or7dik
+ordi4s
+or4d5ise
+ord3it
+1ordn
+ordre8gi.
+ordsa6me.
+ords6e
+ord3st
+ordy9ra
+8ore
+orear8a
+orear8e
+o5rebra
+o8redi
+or1ei
+or1el
+o4rela
+o6reld
+ore6na.
+ore4ned
+ore4net
+or3enk
+oren3s
+ore6o5g6
+o6rerf
+o4rero
+ore1s2
+o5resc
+ores6te
+o4reta
+or9et8n
+o6retv
+o2rev
+2orf
+orfa6re.
+orfi7ne
+orfø9re.
+1or3g4a
+4orga.
+or3ge
+or5ger
+orge4s
+orgi6e5ne
+org4sk
+orha9g
+orha9le
+o1ri
+o3ria
+ori5b4
+ori4e5ne
+5orient
+o7riet
+o2rig
+ori7ka
+o6rim
+or3ind
+or3ink
+or3inn
+or3ins
+oriro8
+6oris
+oris4a
+6orit
+o4riti
+oriti6me.
+or5ka
+3orkes
+or5ko
+orko6se.
+ork7s2
+6orl
+orla7te
+or5le
+orm5ang
+or6map
+or5mel
+or4m3un
+ormæ9
+or4nar
+orned5
+orne6dr
+or5net
+or4nol
+orn3t
+4oro
+o3roa
+o3roe
+or3off
+o5rog
+oro5i
+o1ron
+or1op
+o4r1or
+oror9da
+o5rosa
+o5rot
+or3ove
+or5ovn
+orpe6s
+4orr
+2ors
+ors5alt
+or5sen
+or4serk
+orse9ta
+orse7te.
+or3si
+ors5kar
+orsk5ei4
+ors8k9l
+ors4ku
+or1s4l
+orsmå8la
+or1sn
+or3s2o
+orso9na
+orso9ne
+orso9v
+ors4pa
+ors4ten
+or1su
+orsva9re
+or3sy
+or9sø
+2ort
+or4t3ak
+orta8la.
+or4t5and
+orta9pe
+or4t5av
+orte5i6g
+or4tek
+or3tem
+or6t5erf
+or4t5erm
+or5tii
+or7til
+or5tis
+3ortod
+or6tok
+orto9ne
+orto4r
+ort5ori
+or4tou
+ort5res
+ort5råd
+ortå4
+or4t3år
+or1u
+oru8d
+or9ude
+oru4h
+o5rum
+oru4t5
+oruta4
+or4utf
+orva9ra
+or5veg
+orv3s
+4ory
+o7rya
+or1yn
+o9r4ære
+2orø
+or9ø8k
+orøk8t
+or5ør
+or3ø4v
+orøv8d
+or1øy
+or5ås
+2os
+o1sa
+o4sa5b
+o6sad
+o2saf
+o4saku
+6o5sau
+osbi7
+osefi5
+o2seg
+o5selei
+o2sem
+os2en
+o6sena
+ose5sl
+ose5sm
+oses4sk
+oses6sp
+oses4st
+o4seu
+osfa9ta
+os2hi
+os7his
+osi6e7ne
+osi5ere
+osi5ert
+o2s1ing
+osk3ei
+oskei6e
+o4skil
+osk9lar
+osk5len
+o1sko
+osko5p
+o3skri
+os8k3v
+os2l
+os3le
+oslo1
+os3lod
+os5lu
+os5lø
+os9ma
+os5me
+os3mo
+o2sn
+o3so
+os7ove
+os6pa.
+os6pe.
+os4pil
+os4por
+os4sek
+os3sem
+os5sens
+osseri7e6
+osse5v
+ossis5te
+os6ski
+oss3kj
+os4s5ko
+oss9l
+os6spa
+oss7tro
+os7sty
+os8sv
+ost5adr
+os5tal
+osta5le
+o8ste.
+os4teg
+ost5egg
+os4tek
+ost6el
+os5teo
+o4sti.
+o8stia
+o4stie
+o4stin
+os5tis
+ost1o
+os6tons
+ost5ran
+ost3re
+o3stro
+ost5rup
+ost7rå
+o5stø
+os1v
+os5øy
+os7år
+2ot
+o1ta
+o5tad
+ota4l5a
+ot5ald
+otal7ev
+ota4lov
+o9tane
+o9tar.
+ot3arg
+o8t9arm
+o5tas
+ote7d
+ot6ei
+ote5int
+otek5i
+ote6k7la
+otekla8ga
+ote4kle
+ot5elem
+ote5lev
+otel6lan
+otel6lek
+otel4li
+otel8lø
+o4tena
+o4t5ende
+oten8de.
+o2teo
+o4teram
+o4teret
+o6terev
+o4tero
+oter5s
+ote5r8u
+o4terå
+otes6ter
+ote5sté
+otet5a
+otet5o
+otet3s6
+otfø4
+oti7ert
+oti2k
+otika3
+ot7i6ko
+o1tj
+o6tja
+ot5jer
+ot6nero
+otno7te.
+ot6nå
+o1to
+o2to.
+o4to3a
+o5toa.
+o2tob
+oto6en.
+o6tof
+ot3off
+o6toga
+o6togram
+o4toi
+o2tol
+oto5ne
+oto4ral
+otor5d
+o2tot
+o2tou
+o1tr
+ot7red
+ot5rer
+ot5rev
+o6t7ri
+o6t5rom
+o6t5rø
+ots5el
+ot6sh
+otshusvæ8
+ot4s3ki
+ots6op
+otsopp6
+ots5pr
+ots5tab
+ot7ste
+ots6å
+ot6tank
+ot5tas
+ot5tegn
+ot6tenk
+ot5tese
+ot5tin
+ot5toa
+ott4s3k
+otts5po
+otts4ti
+ot7tug
+ot4typ
+o1tu
+o6t5ut
+o1ty
+oty8e
+ot1yt
+o1tø
+ot7å
+oub8
+oul5l
+oun6ge.
+ou4r
+ou7ri
+ou5ro
+ou9sa
+out8a
+ouve4
+o5vae
+o1vak
+ovanfø8
+ovan9o
+ov3anv
+o7var.
+o6varb
+ova9re
+ov5art
+ov7arv
+oved3
+o1vei
+o1vel
+ove4la
+4oven
+o4vend
+o5vende
+ove6nya
+ove2r
+over3a
+ove7ra.
+ove9ras
+o6verdr
+overe6
+ove8r5es
+3o6verf
+3overg
+o5verks
+5overr
+5oversik
+overs4p
+over9v
+o1vet
+6ovh
+2o1vi
+oviso3
+2ovj
+6ovna
+ov4nes
+2ovni
+4ovo
+o5vo.
+o7vom
+ov1or
+o5vot
+ov1o2v
+ov5sal
+ov4sek
+ov4sen
+ov9ske
+ov4sle
+ovs1p
+ovs5te
+ov4sti
+ov7sun
+ovsy5k
+ovta6le.
+ovveg7i
+ow1
+owa8
+o7was
+owat2
+ow5h
+ox3
+oy9ar
+oys5l
+o1y2t
+o1za
+o3zy
+o1ø
+o1å
+ô6ra
+ô2re
+ôr5ei
+ô1ri
+ô4t
+ó9sa
+ó7t
+ó8v
+ò9re
+1pa
+4paa
+2pac
+pa8cen
+p5ad.
+pa3deb
+p4adg
+pads4
+2paj
+6pak.
+6paka
+4pake
+pak4kas
+pakke4s
+pakk7esl
+4pakti
+3pa1la
+pa3le
+pa7lim
+pal5in
+pal1j
+pal5lø
+5palm
+4palø
+2pam
+pa5me
+p3anal
+pa4nap
+pan9de
+pa5ne
+pang5s6
+pan3ka
+9panne.
+pan5se
+pan5sl
+pant8r
+4panv
+pa4ny
+2papa
+pa8pa.
+pa3pe
+4papo
+pap4pr
+4papr
+pap3ri
+pa4ra.
+5parad
+2parb
+4parek
+4parena
+par5ess
+par5g
+2pari
+pa4ri.
+pa3ris
+4parki
+par6k7l
+par4kv
+par3m8
+pa1ro
+4parr
+par8ra.
+par9s4
+par6tid
+par4tig
+par4tin
+par5u
+par7v
+parvi6
+6parø
+4parå
+p6as
+pasa5
+pa9se
+pase6r5
+4pasp
+3pass
+pas5sab
+pa4s3t
+pas4tar
+pas5ti
+pas9v
+pa1t
+pa3te
+pa4tist
+pa6tre
+p8atta
+pat6tak
+2patu
+p8at6v
+pau7k
+2pav
+pa4ve.
+3pa1vi
+2p1b6
+pba4ne.
+pbo6da
+pce6
+2p1d4
+pde4le.
+pdø2
+pdø9d
+1pe
+2pea
+peak3
+pe4a3re
+4peb
+pec3
+pe7d6a
+5pedas
+4pedd
+pe3de
+pedfø9
+pedi9e8
+pe6doa
+pe6don
+4pedr
+pe4dro
+4pedu
+4pedy6
+2pedø
+pe7då
+pee6
+pe3er
+2pef
+p5eft
+2peg
+p5egg
+peg8ge.
+pego4
+2peh
+pe4il
+pei4leg
+2pe1in
+pe6ism
+2pej
+2pek
+pe8ka.
+pek4l
+pek4tro
+pekt7ros
+8peku
+p6el
+4pela
+pe5l4aks
+5pelal
+pe5lar
+pel9d
+4peled
+pe4lef
+4pelei
+pe6lep
+4peler
+pe6lev
+6peliv
+6pelj
+pel4lo
+4pelov
+pel5s6e
+pel5s4i
+pel7st
+4pelu
+pe5lun
+2pely
+2pelø
+6pelå
+2pem
+p1emb
+pe4nan
+pe4n3ar
+pen3de
+6p5enden.
+4pener
+pe3net
+5peng8
+pen4gel
+pen7gl
+peni4n
+4peniv
+penly4
+pen7s8a
+pensa7k
+pensa8la
+pen5sk
+pen4s5l
+pen3s6m
+pen5s6o
+pens4t
+pen9sta
+pen7ste
+pen7tag
+pen5tr
+6peny
+2penå
+2peo
+pe7o6s
+2pep
+pep5ar.
+pep7p
+pera3a
+4pe4rab
+4perad
+pe4rai
+pe4ral
+4perap
+pera5t
+4perate
+4pered
+4perei
+4perek
+4peresp
+4perest
+4peresu
+4peret
+pe4rev
+3peri
+perie8ns
+4pe5rik
+peri3s4
+4perit
+per5k
+per6les
+per5mu
+per5n
+4pero
+pe3ros
+pero6se.
+per6regj
+per6rei
+5perro
+pers6m
+per4tro
+per4t5rå
+pervi6k
+2pery
+6perø
+4pe7rå
+2pe1s
+3pes.
+pe3se
+pe6se.
+pe7si
+pes8ka.
+p3eske
+pes4ke.
+6pesl
+pes4n
+5pess
+3pest.
+5peste.
+pes5til
+4petab
+peta6ka
+4petal
+4petas
+4petau
+pe3te
+5pete.
+4peted
+6petei
+6petek
+4petel
+4petem
+pe3ti
+4petid
+4petil
+pe4tim
+2petj
+2peto
+2pet4r
+pe4t5ru
+pet1s6
+4pett
+2petu
+4petø
+4petå
+pe2u
+2pev
+peva8ne.
+pe5vi
+p5evn
+pev6ne.
+4peø
+4peå
+3pér
+2p1f
+3p6fenn
+p3fo
+p5fr
+pfri4
+pfø5re
+2p1g2
+pgjer4
+2p1h
+phav2
+pha9va
+phavs5
+phe9te
+phe7va
+phe5ve
+phi5li
+7pi3ane
+7piar
+pi4as
+7piase
+4piav
+4pib
+pi6ca.
+2pid
+pid3s2
+pie2n
+6piend
+pi3er.
+pi9ers
+2pif
+pi9fr
+pig5ge
+pig6g9u
+p7i6gj
+2pih
+6pii
+pi4keh
+pi6kel
+pike5r6o
+pi4ké
+8pikk
+pik3ko
+4pikl
+piku5
+pi5la
+pi6la.
+pi3lep
+pil4lag
+pillba6
+pil6led
+pil4leg
+pillega6
+pille6ra
+pil4le5s6
+pi1lo
+2pim
+pi4na.
+pi4ne.
+pi9ned
+pi4nel
+pine4v
+3ping
+pin6go
+ping3r
+ping5sk
+6pinns
+pin4sl
+pi2nø
+pio6n5an
+pion5s
+3pi2p
+pi4pi
+pip9la
+pi4rar
+pi4res
+pi4rut
+pisi9e
+pi4ski
+2piso
+piss4l
+pis4sp
+pis4st
+pis1t
+pis4t5r
+pis9t8ra.
+1pit
+pi9ta
+pita7la.
+pi5té
+2piti
+4pitj
+4pitr
+pit5t
+2piu
+2pi5v
+4piø
+4p5k4
+pka5v
+pka8va
+pl6
+8pl.
+2plad
+pla8de.
+p4lak
+p4lan.
+plan7de
+4plane.
+plan5g
+plan5s
+plap3
+4p1lar
+p2las
+pla4st
+p2lat
+platina5
+2ple.
+2pled
+4pleis
+p2lek
+p6le5n4u
+ple5n4a
+ple6r5u
+ple8se.
+4plev
+p2li
+4plit
+p3liv
+pli7va
+plo4gj
+p4lo8i
+p1lok
+4p5lov
+plu4e
+p4luk
+plun3
+plun6d7ri
+p1ly
+ply5d8
+plæ5re
+plø6pa
+p1lå
+2p3m
+2p1n4
+p7ner
+pne6se.
+1po
+po9a
+pod8
+po6da.
+po4de.
+po6em
+2pof
+po6f7r
+pog6
+4poh
+po5id
+2poke
+po6lan
+po3le
+po4lek
+6polj
+pol5li
+po6lom
+pol6s4ka
+po2lu
+2pom
+pom6p9u
+pom5s
+4pon.
+pon5d
+pon4gr
+pongs6
+2pon1s
+pon5sa
+pon4sv
+po2p1a
+po6pe.
+p5opn
+pop1s
+2por.
+po1ra
+2p5ord
+po1r4e
+po4ref
+po6reg
+po8ré
+2p1org
+2pori
+2pork
+por6s7v
+por4tor
+por4t5ro
+por4trå
+2porv
+po1ræ
+po1rø
+po4se.
+po4ses
+4posj
+po2st
+po4sta
+pos5tas
+po5stat
+pos3te
+4pos4v
+5pot.
+7pota
+potak9
+po3te
+po4te.
+potek5l
+po5t6ha
+3poti
+4potr
+4pou
+2po4v
+pove6
+pover6n
+pow4
+2pp
+p2pad
+p2pak
+pp3akt
+p2p3a4l
+p9pane
+pp5angr
+pp5ank
+p4p3anl
+p2pap
+p9par.
+pp5arr
+p7past
+p4p7at
+p4pee
+p2pe5i4
+ppel5s6
+p4pena
+p8p9ender
+p4pendr
+ppe9nes
+ppe5p8
+p4penø
+ppe5ra
+p7pere.
+p4perkl
+pp7e6sen
+pp9esn
+ppes8ti
+p4peta
+pp5e4tas
+p4pete
+pp5ett
+p2peu
+p1pi
+pp1id
+p2p1il
+pp5im
+pp3inf
+p4p5inn
+pp7ir
+ppir8re.
+p4pist
+pp1j
+pp3k
+pp1l
+pp5last
+pp3led
+pp5lei
+pp9lev
+pp5n
+pp1of
+p2pol4
+pp3old
+pp5om
+p2p1op
+pp3ork
+pp1ov
+pp5p
+pp1r
+pp5rei
+pp5rin
+pp4ris
+pp7riss
+pp9riv
+pp9ro.
+ppropri6
+pp7rot
+pp1s
+ppse6te.
+pp3ska
+ppska9k
+pps2p
+pp9spe
+pp3spl
+pps2t
+pp7sto
+pp7t2
+p2pu
+pp1uk
+pp5ut
+pp3ø4
+ppøs8
+p6på
+pr6
+4pr.
+4prad
+3praks
+pra7li
+2pran
+pran3s
+5prat.
+5prate
+pra5te.
+4pray
+5pref
+prei7er.
+4preii
+pr5elem
+1prem
+pren4s
+1pres
+6pres.
+pres6sak
+p6restas
+4prett
+p3rif
+pri5ke
+pri4l3e
+4pring
+5prino
+3pr6in6s5
+3pr6in7s6e
+3pr6in7s6i
+1pris
+pri6s5k
+pris3t
+2prit
+pri9ve
+1p2ro
+8pro.
+6p7roc
+3prof
+4prog.
+4proge
+4progl
+4p3roi
+p5rop.
+3pros
+7prose
+6pru
+prun7ge
+pru5ta
+pru5te
+6prør
+prørs5t
+prø5s4
+5prøv
+prø5vels
+2prøy
+4prå
+prå8da
+pråk3i
+prå4ko
+pråk5k6
+2ps
+p1sa.
+ps5a6n
+p1sc
+p3se.
+psei8ge
+p2sek
+p2s1el
+ps5e4ly
+p3sen.
+p5sens
+p7ser.
+p5sete
+p5sets
+p2sh
+p6sib
+ps5ins
+p7sis
+p3s4jo
+p4s3kil
+ps7kjen
+p2s1ko
+p7s6ko.
+p3skod
+p5s4koe
+p2sle
+p9s8lo.
+pslø8va
+pslø6ve.
+p3s4lå
+p2sm
+psmå8la.
+p2sn
+ps4no
+ps1o
+p3sod
+pspi9la
+ps5ple
+p3s4pre
+p4s5pro
+ps5pu
+ps3s2
+pst2
+ps7tal
+p4s5tem
+ps3tv
+p5s6tå
+psu4r
+p3s4us
+ps1v
+p2sva
+p2sve
+ps4ving
+p4svæ
+ps5w
+psy3ke
+3psyko
+4psys
+p2s1ø
+p3s2øk
+psø4ke.
+psøy8
+psøy9ene
+ps1å
+2p1t
+pta8la.
+pta4le.
+pt7ark
+p3te
+pte6k
+pte4ma.
+pte7re
+p5ti
+pto7g
+p4tou
+ptus5t
+p4tut
+1pu
+pu4br
+5puc
+6pu6dy
+pu2k
+pu7la
+pu8le.
+pull6
+5pum
+pu4ma.
+punk4t5
+punk5t6e
+2punn
+2pur
+pu4re.
+pu8rea
+3puri
+3purk
+pur5u
+pur3v
+pu7sa
+pus4h
+pusl7u
+pu1ta
+pu4ta.
+pu5tas
+pu5ter
+pu5tev
+4putg
+2puts
+put6tr
+put4tu
+2putv
+6putø
+2p1v
+pver7
+pvi4se.
+py4dr
+py8o
+3pyra
+py1re
+py1ro
+6pys
+py6sa.
+py4se.
+pys6t
+4p5z
+1pæ
+pæ4re.
+pø1kj
+pør4ret
+pø8sa.
+pø9ta
+pø9te
+p1ø2v8
+5påb
+på4by.
+på1k2
+1pål
+på4la.
+på4le.
+p5ån
+på3pe
+på1pl
+p1åpn
+på1r
+1pås
+på7sko
+på5sm
+på3t2
+6påtå7
+1påv
+qa5
+qu2
+qu9ar.
+1que
+que7r
+4raam
+4raar
+4rabis
+ra1bo4
+4rabr
+2raby
+ra3cet
+ra3ch
+5raci
+ra3d2a
+4radf
+3radio3
+4radir
+4radj
+2radm
+2ra1dr
+r3adre
+rad2s3
+radvi4
+ra5ede
+rael4
+4raerk
+raf4fer
+ra4fiu
+ra2fj
+2rafo
+ra5fo.
+ra4fos
+2rafr
+ra5fre
+6raft
+ra4fu
+ra6fy
+ra7gea
+ra5gee
+2ragl
+2rah6
+7raid
+ra5int
+ra3isk
+6r5akad
+ra9kar
+ra7kel
+ra5k6ha
+r2akk
+rak4kel
+r6akr
+ra5kro
+2raks
+rak6sa
+rak3s4e
+rak6se.
+rakst6
+4rakti
+rakt3r
+r4a5ku
+4rakv
+ral5ans
+6ralbum
+5ralds
+4raled
+ra5leo
+ral3g
+4r5alge
+4r5algo
+rali5e6n
+ra4lin
+ral1j
+ral5le
+ral7m
+ralo6i
+ral3op
+ra5ly
+4ralø
+4ra5l8å
+ra4mag
+ra4mas
+ram3b
+6r9ambi
+rambu9ens
+6ramed
+4ra4mer
+ram8et.
+4ramil
+ram1o
+ramperi8
+ram6p3u
+ramse8te.
+ramta8la.
+ramta6le.
+4ramu
+6ramy
+r4an.
+ra4naa
+6r3anal
+ra5nar
+ran9cs
+r4an9de.
+r5andel
+rand3r
+rand5s6a
+r4ane
+4ranfa
+ran5ge
+6rangi
+rang5st
+rania8
+ra6nin
+ran3kv
+2r5anl
+r6anli
+2r1anm
+r4ann
+ran6n5ett
+ran4n5in
+rann3s4
+rans7kar
+4ransv
+ran4tik
+ra5nu
+ran6ut
+4ranø
+2rao
+4rapa
+ra4pel
+4rapin
+ra4pir
+ra4pis
+ra6pit
+ra1pl
+4rapo
+ra4pos
+4rappa
+4r5appl
+3rappo
+2ra1pr
+4raps
+4rapu
+1r4ar.
+2rarb
+7rarbeh
+4rarea
+4rareg
+rar5e6l
+4ra3rep
+rar7eta
+r1arg
+6rargu
+8rarinna
+6rarinne
+rar8ka.
+4r1arm
+rar8ma.
+6rarn
+4rarr
+rar3re
+rar5s
+2r1ar5t
+rar6ta.
+ra3rø
+4rasa
+2rasc
+ra3sea
+4rasel
+ras3h
+raska8ra
+ras3ke
+ra4ski
+ra7s6ko
+ra6sl
+rass4l
+ras7st
+4rasti
+ra5s4til
+4rastj
+rast5re
+6rasty
+ras7v
+ra1ta
+ratak9
+r6ate
+ra4te.
+6ra5teg
+8r7a6teli
+4ratfe
+ra1to
+ra1t4r
+ra4t5ro
+ra4trø
+ra5t6røy
+rat5tel
+ratte4s
+4ratub
+rat5ut
+6raty
+7raud
+raud3s
+6raug
+rau6ga
+rau6ge.
+4rau4k
+raus6s
+2rav
+6ravd
+rave5s4
+4ravg
+ra1vi
+r3a4vis
+4ravl
+rav8l9ut
+ravlø8pa
+ravlø8s
+rav6r
+4ravt
+ra5vy
+ra3vør
+4raw
+raz5z6
+2raø
+raøy4
+2r1b8
+rba3d
+rbe2d
+rbede4
+rbed5en
+rbed5et
+rbed9ra
+rbie8
+rbi9er
+r2big
+r2bik
+rbist6
+rbis5tr
+rbo8di.
+rbo4ni
+rbon7s
+rbo5re
+rbra5s
+rbrei6
+rbu5en
+r5bø
+r1c
+4rd
+r4dab
+r5dag
+rdag4s5
+r5dah
+r4d5ak
+rdal4
+r4dala
+rda4le.
+rdals5
+rda4mes
+rda8n9o
+r4dant
+rd5anta
+r4d3arm
+r4d3art
+rd5atl
+r4datm
+r4d3au
+rd3d2
+r6dedi
+rde4en
+r3defi
+rd5e4ge
+rd1ei
+r9deka
+r4dekl
+r4deks
+r6delo
+r6demi
+r7dena
+r6d7eng
+r6d7enh
+rden4s3
+rdense4
+rdenta8le.
+r4deo
+r6depo
+r4derik
+r4d5erst
+rde6sm
+rd3e4ta
+r6d7ett
+r8dé
+rdfes5
+rdi3an
+r4diana
+r4dians
+r6diau
+r4did
+rdi3e2
+r2dif
+rdi6gres
+rdig3s4
+r4dika
+r4dikl
+r4diku
+r2dil
+r6dimi
+r2dio
+rdi3ov
+r4dish
+r2dit
+r2diu
+rd5je
+r1dju
+rd7m
+rd3n
+rdnæ4
+r9dob
+r4d5o4d
+r4dol
+rdon8na.
+rd1op
+r6dor
+rd3ost
+rd1o4v
+rdover5
+r9drad
+r3drak
+rd5ran
+rd7rara
+rd3ras
+r3drei
+rd3ret
+r5drev.
+rd1ri
+rd3rot
+rd3sei
+rd8ske
+rds4kv
+rds5tan
+rd3sto
+rdsto5g
+rds7tre
+rds7tu
+rdsva9r
+rd5t
+rdta8ka
+rd5tr
+rd7tø
+rd3und
+rd5ve
+rdvi8ka.
+r4dyg
+rdy5pe
+rdy3re
+r6d7yt
+r6d5æ
+r7d6ær
+r7d6æ5r6e
+rd1øs6
+rdø4ve.
+rd3år
+rd7å6s
+1re.
+2rean
+re7a6r7an
+rear5e
+4reav
+2reb
+3redak
+6redam
+re3def
+re5den
+re3des
+re3di
+3redig
+r1edl
+2redo
+2redr
+re4d5ri
+red5sku
+red4sl
+reds5la
+red7s6led
+3reduk
+6redy
+2redø
+2ree
+re4el.
+re3er
+8refa
+4reff
+4refi
+2refj
+6refos
+6refr
+4reft
+2refø
+4regar
+rega7ta
+re3ge
+4regeb
+re5gel
+4regen
+4reger
+4regg
+1regi
+re4gia
+re4gil
+reg1l
+2regr
+4regub
+4regud
+2regå
+2reh
+2reid
+2reie
+2r1eig
+rei8ga.
+rei8ge.
+4reik
+rei9l
+rei5na.
+rei7nas
+re5inde
+rei5ne.
+rei7nes
+rein6skj
+re4inva
+rei9ra
+rei5sa
+rei3si
+rei7ska
+reis6led
+re7ism
+rei7va
+rei5ve
+2rej
+6rek.
+re5ka.
+re5kav
+re7ken
+4rekj
+rekk6an
+rek4k5v
+5reklam
+rek4led
+re5k6lir
+re7ko
+4rekob
+4rekom
+4rekon
+6rekos
+4rekra
+3rekru
+r3eksa
+6reksp
+rek4ter
+4reku
+r8el.
+re9la
+4relag
+9relandsk.
+9relandske
+2r2ele
+rele8ge.
+r4e5lei
+6relek
+re7len
+7relene
+6relg
+r3elit
+4re3lj
+r2ell
+rel4lag
+rel6land
+rel5led
+rel4lev
+5r4elm
+rel5ses
+rel4sk
+4re1lu
+4relv
+2re5ly
+2relæ
+2relø
+4re7l6å
+relå7r
+2rem
+remann6
+r1emb
+remi6ene
+remi6l
+re7mis
+rem9ji
+remmed5
+6remn
+rem8na
+rem5p4
+rem1s
+remti9da
+4remu
+8remy
+4remå
+2re3na
+ren4del
+4rendr
+8rened
+re5neg
+re7nei
+4renek
+r3e4nel
+4renest
+6renet
+6rengd
+reng5l
+4rengn
+reng5st
+re5ni
+2renk
+ren6kl
+r3enl
+ren8ne8sl
+rennes9la
+re5no
+ren5sa
+r3enss
+6r7entit
+4r3en5tr
+6rentu
+4renu
+5renz
+6renæ
+4renø
+re5og
+2reop
+re3o2r
+5reou
+8repen
+6r5e6pi
+1repu
+6repus
+1rer
+6rerad
+6re9rang
+4rer6at
+re5re.
+4rered
+4reref
+4rereg
+4rerei
+re4rek
+4rerent
+4rerep
+4rerese
+4reresu
+4reret
+6rerfa
+4rerig
+4rerik
+4r3ernæ
+4rerol
+4rerom
+re3ros
+rero6se.
+re5rot
+3rers
+rers4p
+4rerute
+re6r7øy
+2rerå
+1res.
+2resa
+re2s3c
+re3se
+4resel
+re4sem
+4reset
+resi7ere
+4resin
+2resj
+2resk
+res5ke
+re6s7kje.
+res6kl
+res7kod
+re6sky
+6re1sl
+re4slu
+1resm
+re5smo
+re3sov
+re9spe
+4respi
+4respr
+2ress
+res4sal
+res4sek
+res4sit
+res4sj
+res6sk
+res6sort
+res4sp
+res4st
+res4sy
+res9tane
+5restau
+res6t5erv
+res4tes
+res3té
+4re3sti
+res4til
+re3str
+4restre
+7restv
+4re5sty
+4restå
+1resu
+6resuk
+4resun
+re3svi
+2resy
+2resø
+4retaki
+4retal
+re4tap
+4retea
+8retek.
+6reteke
+4retekn
+6retel
+6re5tem
+re5ten
+4re5ti
+4retj
+4retoa
+2re5t2r
+rets4i
+ret4st
+ret7ted
+ret5ter
+rett8o
+rett6set
+4re5tu
+2rety
+2retø
+5retøya.
+7retøyets
+4re7tå
+2reu
+reu6r
+4revak
+re5van
+reva5re.
+6reveg
+4revei
+4revel
+re6v7enh
+re5ver
+reve5s
+r3e4vig
+re4v5inn
+re7vom
+1revy
+re4v5åp
+3rew
+2reå
+2r1f
+rfa5re
+rfat5
+rfe8en.
+rfe8er
+rfe4et.
+rfei5li
+r4fik
+rflå3
+rfe5m6ø
+rft2
+rfu8se
+rfyr4
+r9fæ
+rfø8rarar
+2r1g
+r5ga.
+rga8le.
+rga8li
+rg5and
+r7gann
+r4g5anv
+rga3ri
+rg3art
+rga4ve.
+r6gedi
+r4gef
+r2gem
+rgent4
+r3geo
+r4gerei
+r4geret
+r4ge3ru
+r4gesj
+r4gesl
+r4gesta
+rgi1a
+rgie4n
+r2gik
+r2gil
+r2gim
+r2gio
+r2gir
+rg3i4ri
+rgi7sl
+r2giø
+rg2le
+rg5le.
+rglem5
+rg3len
+rg3ler
+r2gn
+r4gog
+r3gom
+r2got
+rg5rab
+rg3rea
+rg3rel
+rg5reps
+rg5rin
+r3gru
+rg5sc
+rgs6kor
+rg5s4le
+rg1sn
+rg5s6till
+rg5sto
+rg9stu
+rg2sy
+rgu7d
+rg6ut
+rgå9as
+rgå6va
+rgå6ve.
+2r1h
+rhav2
+rhavs3
+rhjul8s
+rho3d
+r7hu
+rhø5re
+rhånd6s9
+rhå9ne
+ri1an
+4rianf
+4rianl
+6riansv
+ri1ar
+4riarb
+4riarr
+6riau
+2riav
+ri4ava
+3ri6avo
+2rib
+ri2b3l
+ri8ca.
+ri4co.
+ri5da
+4ridale
+ri5der
+ri5di
+2r1idr
+rid3t
+4rieie
+4rieig
+4rieks
+ri1el
+6rield
+4rielem
+6rielim
+riel4la
+rie4n
+ri3end
+4rienh
+4rient
+rien5t4r
+ri1er
+rie5ra
+rie5ri
+4rietat
+ri5even
+2rifa
+riferi9e8
+rif4fi
+rifiserba8
+6rifj
+1rifl
+rif5la
+2rifo
+2rifu
+4rifø4
+ri4ga.
+rig4gr
+ri3gi
+4rigj
+4rigre
+rig2s
+rig6s7t
+2rih
+2rii
+2rij
+5rij.
+ri4kali
+ri5kan
+5rikd
+ri3kes
+ri7ki
+rik7ken
+rikk5j
+4rikl
+ri8k9la
+2ri7ko
+6rikon
+2ri1k2r
+rik4sk
+rik4s5u
+rikt6
+rikts3
+riku6m
+ri3k4v
+4rikå
+2rila
+6r5ilde
+6riled
+ri5lei
+ril6lest
+2ri5lo
+ril4sn
+2rilø
+4rima
+ri9mab
+ri9mar
+6rimes
+ri5met
+2rimi
+ri4mi.
+7rimis
+rim7l
+4rimm
+4rimo
+ri4mor
+4r1imp
+4rimu
+rim9ut
+4rimy
+rina5l
+ri5n6am
+4rinas
+4r5inc
+4rind
+r3indu
+ri4nee
+ri4nes
+2r1inf
+rin7gom
+ring3r
+ring4sa4
+rings5ak
+ring8spa
+2r3inj
+2rink
+4rinn
+rin9nes
+4rinor
+2rins
+rins6k
+rin6sm
+2rint
+rin4t5j
+rin4tr
+2rinv
+ri6nø
+2ri1of
+6ri3om
+2ri1op
+2rior
+rio5s4
+riot3r
+2rip
+4ripe
+ripo4s3
+4ri1r
+4risau
+4rised
+rise5i
+6risek
+4risel
+ri4seli
+4rish
+5risiko
+2risj
+ri6sju
+4riska
+ri4ski
+6risku
+4risky
+6ristad
+4ri5sted
+ris5tik
+4ristil
+ri4sto
+ris5tof
+ri5stun
+6ristø
+ri6stå
+4risv
+4risy
+4risø
+ri3te
+6riteo
+ri7ti
+riti9da
+4ritil
+4ritj
+ri5t6o
+ri5tr
+rit1s6
+ritt8s7t
+ri6tun
+4rity
+2riun
+riu4r
+2riut
+4rivar
+ri6ved
+rive9ge
+ri5vei
+4riverk
+2rivi
+ri4vi4s
+riv5ise
+6rivo
+4riøk
+riø4r3a
+8riøya
+4riå
+r1j
+rj7ambi
+r4jere
+r2jes
+r4jeti
+r4jetr
+r4jetu
+rju6la
+2r1k
+rk3akt
+r6kanf
+r4kao
+r4kapr
+r6katr
+r3ke.
+r2keh
+rk5eik
+rkei8ka
+r6kek
+r4kelo
+r4ke3lu
+r3ken.
+r4kenav
+r3kene
+r4keni
+r5kens
+rke5ri
+r4keris
+r4kero
+r5kers
+r4ke3ru
+r4kerø
+rke4se
+rkeslø7se
+r9ket.
+rk4han
+r3ki
+rki3d
+rki3e
+rki4vi
+rkjek8
+rk5jor
+rk1k2
+r5k8led
+rk2li
+rk5lun
+rk9lut
+rklæ5re
+rk2lø
+rklå9ra
+r3knek
+r5knep
+rk7nes
+r3kno
+r2kob
+rko6b5r
+r6kofo
+r2koh
+r4kola
+r4koli
+r4kope
+r4kora
+r4koru
+r4kosel
+rko6sele
+r4kosj
+r6k7ras
+rk5rei
+r5k6rem
+r8ks
+rk4sar
+r6k6seg
+rk2s1i
+rk4ska
+rk1st
+rk6stal
+rk4sten
+rk4s5ti
+rk4stj
+rk4sto
+rk6s5vi
+rk5ti
+rkti4s
+rk5to
+rku4le.
+r6k7u6t
+r4k5ve6d
+rk9vei
+r5kvel
+r4kver
+rk3ves
+rk5vik
+r4k5øl
+r2k3øy
+rk9øys
+rkå4k
+rk5åke
+rkå6pa
+rk5å4s
+2r1l
+rla4te.
+rle4a
+r2lef
+r3lep
+r4l5e4ri
+r6le7sl
+rle4st
+r4lesu
+r4leu
+r3l4i
+rli9ke
+rling3s4
+rli8ta
+rli4te.
+r3lj
+rl6o
+rlog2
+rlo5ve
+rl4sk
+rlu4e
+r3ly
+rlys7k
+r6l5z
+rlø8pa.
+r5løy9
+2r1m
+rma6ge.
+rma5k4l
+r4m5alte
+rm3anl
+rm4ans
+r6manv
+r4mare
+r4marr
+rm5av
+rm3b
+r2me7g
+r2mek
+rme6lap
+rme5ne
+r4menet
+r6merev
+r4mese
+rme9tar
+r4mey
+r4m5ide
+rmi6ene
+rmini6
+rmin5ski
+r6m5inst
+rm5i4v
+rm1je
+rmlø8pa
+rmo4e
+r2mof
+rm1op
+rmo7st
+rm7p
+rm5s6ko
+rm1sl
+rms6n
+rm1st
+rms5til
+rm1su
+rmta8la
+rm3te
+rmu7an
+rmue4
+rmue5ne
+rmu8la.
+rmu6le.
+rm5øy.
+r9må.
+rmål4
+r6m5åp
+r9mår
+r6m7åta
+2rn
+r3na
+r4n1ak
+r4n3ald
+r6n5appar
+r4narb
+r4n3art
+rnat7r
+r4natv
+r6n9a6vis
+rn3avl
+rn3d
+rndø4
+rndør5
+r3ne.
+rne5a2
+r5neboe
+r2nec
+r4nef
+r2nel
+rnele6ge.
+r3nell
+r3nels
+r4n3eng
+r4nenh
+r4nerei
+r6neris
+rne3ro
+rne1s2
+r5nes.
+rne6se.
+r8nesi
+r4ne3sk
+r4nesm
+rne3so
+rn5e4tab
+r4nete
+r2nev
+rne5vr
+r2nés
+rn5g6
+r4ninn
+rn5k4
+rn3n
+r5no.
+r4noa
+rno5b
+r4nod
+r4noi
+r6nok
+r2nom
+rn5omn
+rn3oms
+r4n1op
+rn3ork
+r2nos
+r4n1o4v
+rn7se
+rn4s3in
+rn5ske
+rn3skr
+rn5sla
+rnsle7ge
+rn7s6mi
+rn6s3ovn
+rn5spon
+rn3s4pr
+rn1st
+rn4sti
+rn3te
+rn5ti
+rn7tr
+rntre4
+rnt4v
+rnu4
+rn5ug
+r6n3ut
+r7nøt
+r4n5øv
+rnå8le.
+rn3ås
+ro1ak
+roa4s
+ro5asi
+9roban
+9robar
+1robe
+ro4bed
+ro4bef
+5roben
+ro4bes
+5robølgj
+1roc
+r3odds
+7rodo
+ro5end
+ro7ens
+ro7fa
+ro4fel
+ro4fem
+roff5ri
+ro7ga.
+roga9ta
+ro7ge.
+rog5ret
+ro6gry
+rog1s4
+ro2gu
+1roi
+ro4kel
+ro5ki
+rok6kat
+rok6keri
+rok5kl
+rok4kom
+ro7k6l
+rok5n
+rok7s
+rok8se.
+rok5v
+roli7ga
+4rolj
+rol4lab
+rol4lap
+rol4leg
+rolle8ge.
+rolle8se.
+rol4lis
+rol6ly
+rolo9v
+2roly
+ro6mak
+ro4mal
+3ro5m8an
+ro4mate
+2rom7b
+4ro3me
+rome5d
+4romk
+4r3omn
+ro4mor
+2romr
+rom5sla
+r7omsy
+romsø3
+rom3t
+ro5ne.
+ro7nim
+6ronism
+6ronista
+8roniste
+6ronisti
+4ronn
+ron4na
+rono5s
+ron1s4
+ronta6le.
+ro4pad
+5ropet
+ro4pia
+ro8pla.
+2ropp
+ro9py
+ror3a
+ror6da.
+ro3re
+ro1ru
+ro4sat
+ro5sel
+ro3sen
+4rosl
+ros3la
+ro4sm
+ro6sov
+ro1s1p
+ros4st
+ros4sy
+ros7tas
+ro3sti
+ro3str
+rost7rø
+rot5ekte
+ro5tes
+rote7ster
+roti7ka
+rot5ord
+ro5tu
+6roty
+roun2
+round3
+ro5ut
+ro5va.
+ro9vare
+ro7vas
+ro5vek
+ro7ven
+rove5re
+rov5sm
+rovve6
+rò6te.
+2r1p
+r5pa
+r6parb
+r5pefo
+r4peno
+r6penø
+r5pesk
+r5pet
+rp6j
+rp2l
+rp3lad
+rprø5ve
+r3pu
+rpun7g
+r6p5ut.
+r6p5øy
+r2påk
+2r1r
+r8raa
+r2rag
+rra3r
+r4raro
+rr3d
+rr6e
+r4reb
+r7rebart.
+r2ref
+rre7int
+r4rekl
+r5relat
+r4reo
+r4repl
+r4re3ru
+rre5sk
+r4resm
+r4reso
+r4respe
+r3ress
+rre4st
+rres5ta
+rre7sti
+rre5str
+rret6s5
+rre5u
+r3ri
+rri6ka.
+r6rip
+rri5v
+rr3m4
+rrmå8la
+rro6e
+r5rom
+rro8sa
+rro8se.
+rro8ta
+rr5s2
+r2r3un
+rr5v
+rrå5de
+4rs
+6rs.
+r1sa
+rs3ab
+r2s7ad
+r3sak
+rsa5ka
+r6sakt
+rsa6la.
+r8s9ald
+rs3all
+r5sam
+r4sarr
+rs3arv
+r1sc
+5s6ch6l
+r8sedi
+rse6g7
+r4seku
+rs4ela
+rs7eld
+r4seli
+r4s3elv
+rs5e4rik
+r3ses
+r4sesi
+r6sesu
+rse4te.
+rs6ett
+rsett8o
+r7sim6
+rsimp7
+rs1in
+r5s4ing
+r4sins
+rsis5t
+r7sja
+r4sjh
+rsj3or
+r3skad
+r6s7kaf
+rs4kam
+r3skap
+r4skar.
+r4skas
+r4ski
+r5skil
+rsk7inns
+r1skj
+rs5kjens
+r6skl
+rskla8g
+rsk5lar
+rs4k5le
+rs4k3læ
+r5sko.
+r5skoe
+rsk3op
+r4skor
+r3skot
+r1skr
+r4s3kra
+r5skriv
+r4s3kro
+r1sku
+r5sku.
+r5skue
+rsku7et
+rsk5und
+rsk5var
+rs5kys
+rsk5ø
+rs4lef
+r4slei
+rs4lek
+rs4les
+r5s6lit
+rs3lok
+r4slun
+rs4make
+rs4mo.
+rsmål4
+rs6nev
+r1so
+rso9a
+rs5oml
+rso6n5
+rso7n6al
+rso5n8e
+rso5n6i
+rsons4
+r2s1or
+rs5ord
+rso7ris
+rs1ov
+r1sp
+rs4pan
+rs6pat
+r5spel
+r4sper
+r7spes
+r5spi
+rs4por
+r5spred
+r4spå
+rs3s6
+r1s2t
+r4s5tabb
+rs5tank
+rs3tap
+r6st7b
+rs4ted
+rs4tem
+rs5tend
+rsten6s
+rs5ter.
+rstev9na
+r3stil
+r4s5tilf
+r4s5tilh
+r4s5tils
+r4s5tilv
+r5stis
+r4stit
+r6st5k
+rst4r
+rs9tre.
+rs7tree
+r4strin
+r4s5tro
+r5strø
+rst7ut
+rstu9va
+rstyg7
+r3st6ø
+r7stå
+rs5ukl
+rsu9r
+rsu7sa
+rs5usi
+r1sv
+rs8vak
+rsva9ra
+rsvar4s5
+rs1ve
+r3s4vek
+rs5vit
+rsy4na
+rsy3t
+r1sz
+rsøks3
+rs9øye
+6r1t
+rt5ad
+r4t5af
+rta4ka.
+r4tana
+rt3anl
+rta9pa
+r4tarr
+rt3art
+rt3avs
+r4tec
+r4teda
+r3tede
+r2tee
+r4tego
+r4tegr
+r4teie
+r4te3in
+r4teka
+rte6ke.
+r4teki
+r4teku
+rt5e4lit
+rte6ma.
+r3temp
+rten4s5k
+rtentle8
+r2teo
+r7t6er
+r5terd
+r5teres
+r4teris
+r5terk
+r4terå
+r4tese
+r6tesk
+r6testi
+r4teta
+r4tete
+r4tev
+r4th
+rtian8d
+r4tians
+r4tiar
+rti8ar.
+rti5en
+rti6gra
+r4ti3kv
+r4tila
+r4tili
+r4tilo
+r4ti7na
+r2tio
+r2tip
+rti7sa
+r6tiska
+r4tiski
+rt6i9so
+r4tisp
+rtis3s
+r4ti5str
+r3titu
+r2tiv
+rtma6le.
+r5to.
+rt3off
+r9tofo
+r9tok.
+rt3omk
+r4t3opp
+rt6opp.
+rt3ord
+r6t7o6s
+rt1o4v
+rt2r
+rt8ra
+r9tre.
+rt6red
+rt3reg
+rt3rei
+r4t5reko
+rt5rel
+rt5rep
+r7trib
+r4t3ris
+r4t5ros
+rt3rut
+r5t6rål
+rts3ar
+rt4seg
+rts5eng
+rt2si
+rt4s5ja
+rt5ske
+rt3skj
+rt5s4no
+rt3s4pe
+rt4sti
+rt7s6trek
+rt4s5tøy
+rts5unde
+rt3t4
+rtu6en.
+r7tug
+rt3und
+r2t1ut
+rtu8ve.
+rty8da.
+rty8de.
+rtyr5s
+rty6ra
+rt5yt
+rtæ9ra
+rt5øl
+r6t5ås3
+ru3and
+6ruav
+ru6avh
+ru8bl
+ru5bo
+ru4di.
+rud4r
+ruds4l
+ru4ele
+rue4r
+rue3s4
+ruga8l
+ruga5t
+rui3d6
+4ruk
+ruk4su
+rukt3s
+ru9la
+4ruli
+6r7ulk
+rul8ke.
+r2ull
+r7ulv
+r4um
+rum3al
+rum4p9l
+5r2unde
+run5del
+6r3under
+7r4under.
+r5unders
+rund3r
+rund3s4
+run6ge.
+4ru2ni
+run5kr
+r7uly
+ru4nøy
+ru2r
+ru5ra
+ru8ran
+ru8rar
+ru9rer
+rur8ta
+r4us
+rus2h3
+6r7u6sik
+rus5j
+rus7lu
+ru1s4o
+rus5sel
+rus4st
+ru4s4t3r
+r4uta
+ru3tal
+ruta8la.
+r7utan.
+r4utbe
+4rutd
+rut8e
+rute3i
+ru4tel
+ru9tene.
+ru9ter
+2rutg
+r1utk
+rut9o
+6rutr
+rut4re
+ru6trø
+rutto5
+2rutv
+ru5va
+ru4ved
+ru4veg
+ru4vei
+ru4vel
+ru4vere
+ru4ves
+ruvi8
+ru6v7is
+2r1v
+rv4a
+rva7ka
+rva6la
+rve3de
+rve4den
+r4vedr
+r4vega
+r4vegi
+r4vegr
+r4veim
+rveis7e6
+rve5kl
+r4vela
+rvel9le
+r4v5eng
+r5ver.
+rve5re
+r2ves
+r2vev
+rvil9l
+rville9d
+rv2j
+r4vos
+r4vov
+r3vr
+rv2s1
+rv5ung
+rvå7r
+4r1w
+rx1
+ry1a4
+ry2dr
+ry7fe
+ry5fl
+ry5ke.
+2ry1kl
+ry7le
+ryl4l5i8s
+4r5yndl
+ry4nes
+ry5nes.
+ry4pa.
+2ryr
+ry8re
+r1yrk
+ryr4ke.
+ry9ro
+ry5rø
+rys6sal
+ry5ta
+ry4tek
+1rytm
+r3ytr
+r4z
+ræ7le
+8r3æ4re
+8r3æ4ren
+rær5in
+rær8t
+ræ8v
+2rø.
+rø8ar
+6røb
+rø4be.
+rø4dek
+rød1s
+4røep
+røf5l
+rø4ke.
+rø4kero
+røk3l
+4røkn
+røk5s4
+røk7t
+røk1v
+2røl
+rø6m
+røm1a
+røn5nes
+rønn5s4a
+rønn5sk
+røn5sko
+5r6øntg
+rø4pe.
+røp9l
+1rør
+rør5d6
+r6ørende.
+rø7ret
+5rørl
+rø2r3o
+rør4sp
+r8øs.
+rø3se
+rø5sla
+røs5v
+rø8ta
+røt9as
+rø1va
+rø5vede
+rø9vers
+rø1vi
+r4ø5væ
+2r1øy.
+4røya
+røy9ar
+røy6ed
+røy6ene
+røy5es
+røy4et
+5r6øyk
+3røyr
+røy5re
+røy8senes
+6røy4s3k
+røy4st
+2rå.
+rå7a
+4råag
+4råb
+3rådet
+rådy9ra
+rå9ene
+2råf
+4rå5g4
+2råkj
+råk3re
+rå2k3u
+råk1v
+4rål
+råle7s8
+rå4let
+rå5let.
+rå5lu
+r5ånd
+rån6da
+2råp
+2r1år
+rårs5k
+rå5ru
+rå1s
+4råsb
+2råse
+rå5si
+2råsj
+rås4t
+6råta
+råta8ka.
+rå5tr
+rå5tu
+2saa
+5saa.
+sa4ba.
+s6abe
+s8abl
+sa5bok
+s3abon
+sa5by
+sa3ce
+sa4dag
+4sadam
+sa4dere
+4sadm
+sa4do
+2sadv
+sae5d
+3saen
+7saer
+1safe
+5saga
+sa4ga.
+sa4gas
+sa4gat
+6sagent
+6s5agg
+6s5a6gi
+sag8na
+sa6go.
+sa4gog
+2s1a2gr
+sag3s4
+sa3ik
+sa5ir
+sa1is
+5sak.
+sa2ka
+3saka.
+4sakad
+sa5kai
+3sakb
+3sakd
+3s4a3ke
+5sakf
+1sakh
+sakh5e
+1saki
+sa4kj
+sak5kr
+s4akky
+5sakl
+5sakm
+4sako
+3sakp
+sa1k2r
+5s4aks.
+sak4s3i
+4s3aksj
+sak4sp
+5saksr
+5saksu
+2s1akt
+sak6ta.
+5s4akto
+s4aku
+4sa7kø
+1s4al.
+sa1la
+4s5alarm
+7sala.
+5sa5lat
+4salb
+1sa3le
+sa9let
+1salg
+s4alge
+4s5algo
+salg6s5
+s6ali
+sal4mes
+sa5lo
+5sal2s3
+sals4a
+4salter
+sa1lu
+3salv
+sal5ved
+2saly
+1s2am
+5sam.
+sa2ma
+sa5ma.
+sam4an7
+sa5mas
+sam5ei
+sa4mel
+sa4met
+5saml
+sam4lev
+5samm
+sammen5
+sa4my
+4s1a2na
+sa9na.
+sa7nar
+sa3nat
+san6da.
+san7d8al
+5s6ande.
+sand5r
+sand5s6lo
+sand5st
+san4d5ø
+1s2a5ne
+4s3a6nek
+5sang.
+3sange
+4s3angr
+s7anken
+2s1anl
+s5anm
+san5ne
+6sanno
+sa2no
+s5anor
+san5os
+san1s
+5s4ans.
+4sansa
+5s4ansen
+san7s6k
+4s5ans8l
+6sansv
+s8ant.
+san9te
+6santr
+4santy
+4s1anv
+2s1ap
+sa2po
+1s2ar.
+1sara
+6sarab
+2sarb
+s4ard
+9s8are.
+4sareal
+4sareg
+sa5rev
+3sari
+sa4ri.
+sar6ka.
+4s3arki
+2s1arm
+sar5me
+sar8me.
+s1arr
+2s1art
+sar4ta.
+sa4ru
+4sarv
+s4ary
+1sas
+8sasju
+2s1a4sp
+4s1ass
+s6ast
+4sasty
+2sasu
+4sasy
+1sat
+sa1ta
+sa5ten
+sa3ti
+2s1atl
+4s3atmos
+sa1to
+4sa5t6r
+s5atsk
+5satt.
+4s3atta
+6s5atten
+satte4s
+5sau.
+sau4d
+sau5di.
+5saue
+4saug
+sau6ga
+s3auge
+sau6ge.
+2s1auk
+5saum
+3saus
+4saut
+2s1av
+s2ava
+sa4ve.
+5s6a5v6in
+sav5n
+3savu
+8s9b4
+sba4ne.
+sbi6e
+sbo4da
+sbu6et
+s6bug
+sbul3
+sby8ta
+4sca
+1sce
+2scel
+s4cene
+s3cer
+6sch.
+8schl.
+6s7cl
+4sco.
+6scoc
+4scos
+s4cus
+8s9d6
+sdag4s5
+sdam9p
+sde6le.
+sdu8en.
+sdu8er
+sdø8v
+1se
+2se1a
+3sea.
+sea4g
+se3an5d 
+se7ansa
+sea9re
+5se4au3sk
+2seb
+4sec
+4sedag
+sed5d
+se3de
+5sede.
+5sedl
+4sedo
+2sedr
+2sedu
+6sedvanle
+2sedø
+5see.
+see3d
+2seef
+2seeg
+se6e3i
+se3e4l
+se5en
+seer1
+5sees
+2seev
+2sef
+s1eff
+4s1eft
+6sega
+sega6l
+se2ge
+se6ges
+se3gev
+seg8ga.
+9segl.
+7seglet
+3segm
+4s2e7g8r
+2seh
+2seid
+sei8dan
+sei9den
+sei8e9nes
+s5ei4et
+2seig
+sei6ga.
+sei5ge
+sei5k
+3se8il
+6seim
+2sein
+se3ind
+s3eini
+se6ink
+se3ins
+se3int
+sei5r
+3seis
+2sej
+5sej.
+2se5ka
+3seke
+4seki
+2sekj
+5sekk
+sek4kes
+2sek4l
+4se3kn
+2seko
+se2k1r
+4sekra
+4sekri
+4sekro
+3s4eksj
+4seksp
+sek4st
+sek2t3an
+sek6te.
+sekte9ra
+3sek5to
+4seky
+4sekå
+s2el
+2sela
+se6la.
+3selak
+5selane
+5selar
+sel5art
+s3e4las
+se6l5at
+sel1d
+se4le.
+4se5led
+6selega
+4selei
+4s3elem
+4seleng
+4seles
+4s3e4lev
+5s6elg
+4selik
+4selil
+4selis
+4s3e4lit
+sel6løp
+2selo
+7selol
+se3lom
+3sels
+sel4sin
+8s5elske
+sel9s8lag
+sel4spo
+sel5t6
+2selu
+se6l7u6r
+sel4v5ak
+sel4van
+selv3e4
+sel4ve.
+selvei4
+sel4ver
+sel8vin
+2sely
+2selæ
+2selø
+selø8pa.
+6selå
+2se3ma
+3semb
+7semd
+se5me
+se4mi.
+semini6
+2s1emn
+sem4na
+9semnd
+2semo
+sem5pe
+2semå
+s2en.
+6senau
+sen9d8a
+sen6dela
+6senden
+4sendr
+s2ene
+4sened
+se3neg
+4senem
+8senesa
+6senese
+sene8se.
+s5engas
+2s1enh
+se6nin
+s3enkj
+5sen3n
+s2ens
+4s5ensem
+sen6s5end
+sen4sj
+sen3so
+7s6ent
+sen5ter
+8s7en5trep
+4senum
+4seny
+2senæ
+6senø
+2seo2
+7seod
+se3or
+2sep
+se3pe
+seperso5
+3sept
+s2er.
+se3ra
+4seram
+5seran
+4serap
+5seras
+6serau
+ser5d
+s2e5r4e
+5sere.
+4serea
+4sered
+4seref
+4sereg
+4serei
+4serek
+4serel
+4serenn
+4serent
+4serep
+4sereso
+4seress
+4serest
+4seresu
+4seret
+4serev
+s1erf
+s2eri
+seri6e5ne
+4serik
+4serkje
+5serkr
+5sern
+ser7nev
+2se1ro
+se4rop
+se4ror
+se4ros
+9s6ert
+ser4tak
+ser6tat
+ser4tr
+se1ru
+4serul
+se4r3un
+ser4ved
+ser4vel
+2sery
+2se5r6ø
+2serå
+5ses.
+ses5ald
+5sesals
+ses5alt
+4sesc
+2sese
+se4sene
+ses5in
+se3sj
+4sesje
+4sesjuk
+ses5kal
+ses5kar
+ses5kv
+ses5lit
+se3sna
+5seso
+ses3pr
+ses4s5in
+se1st
+5sest.
+5seste.
+4sesto
+ses5un
+ses1v
+2sesy
+4sesø
+ses3å
+3s2et.
+2se2t6a
+3seta.
+se5tae
+seta8ka
+se5tar
+6setea
+4seteg
+4setei
+4setek
+se7tel
+se4tera
+se5tero
+4setes
+2se3ti
+se8ti.
+s3e4tik
+s3e4tis
+4setje
+5setje.
+7setl
+5setn
+2seto
+2set6r
+s4ets
+s5etters
+2setu
+2setv
+2sety
+6setø
+3seum
+4seun
+seure9ne
+seu2t
+2sev
+seva6ne.
+s8e5var
+sev4d
+sevi4sa
+s1evn
+sev4ne.
+se3vr
+3sevåg
+2seyn
+2seø
+2seå
+1sé
+2séa
+6séb
+4sée
+4séf
+4séj
+4sék
+2sél
+4séo
+6sép
+9sér
+4sés
+2sév
+2s1f
+sfa4ne.
+6sfe
+sfe6et.
+sfes5
+sfisken8
+sflå3
+s5fo
+sfo8ra
+sforlø9
+sfra5s
+sfri5e6re
+sfyrs5
+3sfæ
+sfø9ren
+sfø5rer
+sfø5ri
+6s9g6
+sga4l
+sga8va
+sga4ve.
+sgen9s
+sge4st
+sgå4va
+sgå4ve.
+s1h
+4sh.
+sha2k
+s7hat
+s3hau
+6she
+shea4
+s5hei5
+7sh6e4rif
+s4hi.
+s6hip
+sh5isk
+4shj
+6s7hopp
+3short
+3show
+6shs
+2shu
+4s5hy
+s5hø
+shø8l
+shø6va
+shø6ve.
+s7hå
+1si
+sial5v6
+4sia5m
+si7ans
+4siap
+4siav
+si2bl
+3si2da
+3si4de.
+3si3den
+si4deo
+s4ider
+si5der.
+si4dete
+2si2do
+4s1idr
+sid8ra
+4sidy
+4sieg
+si1el
+sie4n
+si5er.
+si6eren
+sie4s
+si3est
+6sife
+si3fl
+2sifo
+si4f3r
+2sifu
+4sifø
+3sig
+siger4s
+4sigi
+4s3iglo
+si5gr
+4sih
+3sik
+si3ka
+si5ke.
+sik2h7
+sik4ka
+sikk8artet
+sik4k5el
+sik4ko
+siko3
+si4kom
+si4kop
+si4kos
+si4kot
+sikt4s3
+s2il
+5sil.
+3sild
+sil4del
+sil4der
+sil4des
+sil5j
+sil2k
+sil4les
+2silø
+si6mel
+4simet
+2simp
+si3mu
+4sinde
+4s3indu
+si3nek
+2s1inf
+sing4s5a4
+7singu
+si4ni
+4sinj
+2sinn
+3s4inn.
+7s4inna
+s6inne.
+5sinnet
+s3innh
+s5innk
+s3innl
+4sinnt
+si5nob
+sinsk5e
+2s1int
+4sinv
+si6nø
+4si5ov
+si4pa.
+si8pe.
+si6re.
+si7ren
+si4ri.
+sir8kl
+s2is
+si5sel
+si4serf
+sis5e4v
+si6sin
+6sisju
+si4sk
+sis5ke
+si4sn
+si4s5te
+si4sti
+sis3to
+4sisy
+3s2it
+si5ta
+sit8ji
+si6t7ra
+si4t5re
+si4tri
+sit3s4
+sitsva9
+sit6term
+sit4tes
+si4umf
+4siut
+5siva
+si9van
+si6vek
+si8vi.
+si9våt
+1sj
+2sj.
+s2ja.
+8s5ja9g
+4sjam
+s4jan
+4sjanl
+s7jarn
+2sj3av
+6s7jaz
+2sjb
+6sjd
+5s4je.
+sje4f3i
+sje4fla
+sjef5t
+sje3g
+sjek4t5o
+3sjel
+sje4lev
+3s2jen.
+5s2jene
+4s3jent
+5s4jer.
+s2je5s4
+5s4jet.
+sjet4ti
+2sjf
+2sjg
+s6jim
+2sjk
+2sjl
+2sjm
+2sjn
+2sjob
+5sjok
+4sjom
+9sjon
+sjons7
+2sjor
+2sjou
+2sjp
+2sjr
+2sjs
+2s6jt
+s6j3t6sj
+sju1a
+6sjub
+6s7jug
+sju8la
+4sjun
+4sjur
+2s7jus
+5s2jø
+sjø3k6
+sjø1p
+sjø9rø
+sjø1s2
+sjø3t8
+6sk.
+1ska
+2ska.
+4skab
+skabe3
+s2kad
+8skae
+4s6kag
+2skak
+5s4kal8a
+ska5lar
+2skam
+s4kaml
+4s5kana
+4skande
+4skane
+4skano
+6skant
+5s6kap.
+9s8kapa.
+4skapas
+5skapen.
+6skapit
+4skapp
+2sk2ar
+sk5arab
+sk7arbe
+5skard
+4s5kark
+6skars
+4skart
+3s8karv
+2skas
+4skate
+8skay
+4skb
+6skd
+2ske
+s4keda
+s6kedo
+s2keh
+s6kei
+skei5er.
+s8k5e4lev
+s6kelik
+skel3t
+s4kelu
+s3ken.
+s4kena
+s6kenav
+s4keno
+s5kens
+5skept
+s5ker.
+s4kero
+s5kers
+s2ke1s
+ske3si
+skes4m
+ske5sn
+s4ketet
+s3ke4t3j
+s6kev
+s2key
+2skf
+2skh
+1ski
+5s6ki.
+7skia
+4skid
+5skie
+5skif
+5s4kik
+s6kill
+5s4kilt
+ski6net
+ski4nin
+5sk8inns5
+skino6
+5skiol
+5skip
+2skir
+s4kire
+6s5kirk
+sk5irs
+s6kis.
+7skiss
+4s5kist
+5s2kiv
+s6kje.
+5skjema
+6skjemas
+5s6kjer4m3
+3skjer5m4e
+7skjers
+3skjor
+4s5kjærl
+5skjøn
+6skjøp
+skjø5res
+2sk1k4
+2s1k2l
+6skla
+sk5lak
+s6k5lan
+s5klas
+sk9leg
+s6klei
+sk3lek
+sk5ling
+sk5lit
+s4k5luf
+s2klyd
+2skm
+2skn
+s1knu
+4skoa
+7skodd
+4skof
+3s2kog
+2s3koi
+1skol
+7s4kola
+3skole
+4s3koll
+4skom
+s6koma
+s5k6ome
+6s1kon
+4skoo
+sk5ord
+s6korpi
+s7kors
+4skort
+2skos
+s2kot
+3skott
+sk8ra
+s4k9ra.
+5s4kral
+s4krat
+s2k7re.
+4s3kref
+6skreg
+5s8krek
+4s3kret
+5skrevn
+3skrib
+3skrif
+4skrig
+3skrik
+3skrip
+4skrite
+3skriv
+5s4krog
+s3kron
+4s3krop
+sk6rud
+skru3s6
+6skryss
+1s2krå
+2sk1s2
+2sk3t4
+5skud
+1s4kue
+sku4end
+sku4er
+skue5re
+1skuf
+5skulan
+5skular
+3skule
+6s5kulis
+4skull
+s4kulp
+4skult
+skum3s
+2skun
+s6k5underv
+4skup
+8s5kurs
+8skurv
+2skv
+sk5va.
+3skvad
+sk3vas
+s6kven
+sk3ver
+sk5vit
+3skvu
+1sky
+s6kya
+s6kye
+4skyr
+sky3re
+4skys
+6s6kyss
+5s6kysk
+3skyt
+6skæ
+6skø.
+6s5køa
+4skøe
+1skå
+skå5re
+6skåt
+sl4
+sla8da
+s3lade
+sla5ge
+sla8ge.
+sla5ke
+s5laks
+3slakt
+3slal
+4s3land
+slap5pe
+s5laran
+s5lare
+4s5last
+s1lat
+sla4te.
+4s1lau
+s5laus
+sla1v
+3slave
+sla4vin
+2sle.
+s8leda
+7slegare
+5s6legas
+s4legi
+s4legn
+s6legr
+6slei
+slei5er.
+s4leiv
+8s5leke
+s5lekk
+s2lel
+s4leme
+4sle7ne
+s6lener
+s6len6t3
+2sler
+8s5les
+s6lesj
+s4leso
+s6lest
+s4leta
+s5lev
+s4leva
+4sley
+s5lia
+2slid
+sli4en.
+6slig
+sli5ke
+s4likk
+2slin
+8s3linj
+slin6t5
+3slip
+5s4lit.
+3s4lite
+4s5liv
+slob5b
+slott4
+s6lott.
+7slottet
+1slu
+8slu7a
+2slu2e
+slu5es
+6sluf
+4slug
+sluk3s6
+slum4p5
+slum5p6e
+s3lund
+s5luns
+s6lup
+slu7sa
+s4lut
+s1ly
+sly8et.
+1s4lyn
+4s5lys
+sly8t
+slæ6rari
+2sløn
+8s5løp
+slø4pa.
+s6lør
+2sløs
+slø8s5a
+3s4løsi
+slø5va
+slø5ve
+slø5vi
+5sløyd
+sløye7
+9s4lå.
+s4låe
+s1lån
+slå5ner
+1slåt
+s1m
+sma6d
+3smak.
+5s4maken
+sma9let
+4sman
+s4med.
+s4mede
+6s5medi
+s4medk
+smeg5
+4smei
+smek7l
+s4mekt
+8s5meld
+3s4mell
+5s4melt
+2s5men
+3s4mert
+6smes
+s6mesi
+s6mia
+s4mie
+smi4ene
+s4mig
+s6mil.
+smi7la
+s6mile
+smini6
+s2mit
+smo7a
+smo8de.
+s2mok
+6smot
+3smug
+6s5mugg
+smul2
+s6mula
+s4muld
+s6mule
+5smurt
+1s2my4k
+6smøn
+1s2mør
+smør3s
+4smøt
+5små.
+små5r
+s8mått
+s1n
+8sna.
+s4nab
+7snak
+4s3nas
+6s3nat
+4snav
+4sne.
+4sneb
+4sned
+s6nee
+s4neg
+3snei
+snei5er
+sne4kri
+s7nekt
+s4nel
+2snem
+4sner
+6snes
+sne9sa
+snes9v
+4snet
+s6nif
+sni6gl
+s2nik
+snik5ko
+3s2nil
+6s3nin
+3s2nip
+snir4
+5s2nit
+2s3niv
+s8no.
+s6noe
+s5nord
+6s7not
+5s6nud
+s3num
+s4nur
+7snut
+8snyh
+2snæ
+snæ4re.
+5s6nø.
+snø5d4r
+5snøe
+1s2nør
+snø1s
+snø5vi
+so3al
+so8ar
+4soav
+2s1ob
+so2bl
+1sod
+so4da.
+5soe
+sofa1
+so4fag
+so4fas
+6s5off
+6s5ofre
+soft1
+so2ga
+so8gi
+so7gl
+sog6nem
+6soh
+5s4oi4
+so5id
+5sokn
+4soks
+sok4se.
+7sol.
+so4la.
+sol5av
+1sold
+so4le.
+solei5er
+so4lene
+sol5f6
+1so7li
+2solj
+so2lo
+so8lo.
+sol3s2
+sol5t4
+so4lum
+so4lø
+3som.
+so6mend
+4s3omfa
+4s1omg
+5somh
+2s1omk
+4soml
+1som5m
+sommar5a
+3s6omme
+somme6r5e6
+2somr
+7somren
+5somrer
+6s3områ
+s1oms
+som5sl
+s4omst
+som5sti
+4somsy
+1s2omt
+5somt.
+6somta
+3son
+so4na.
+son7da
+7s6one
+so8nea
+song3s4
+so4n3o
+sons4k
+son5st
+so2nu
+so4ny.
+2s1o2p
+so7pak
+so9par
+so7pet
+3sopp.
+5soppa
+3soppe
+sop4pi
+8sopple
+so3pr
+1sor.
+7sora
+so3ran
+5sorb
+4s1ord
+sor4da
+1so1re
+so4rek
+7sorga.
+sor4gl
+so2ri
+4s3orie
+7soris
+so5riu
+4sorke
+sor5n
+3sor5s
+7s8ort
+1sos
+4s5osc
+so8se.
+6sosf
+4sosj
+so4sl
+so5te
+so8te.
+so4tra
+sots4
+sot5te
+sot4ti
+4sou
+2sov
+so3va
+so4ve.
+so5ven
+sover5e
+sove3s4
+5sovet
+3sovj
+sp2
+4sp.
+spa5g6h
+7spak.
+7spaka
+5spake
+8spakk
+s2pal
+s3pall
+5spalt
+3s4pann
+3spari
+4spas
+5s6paser
+4spe.
+spe4a
+8speda
+spe9dé
+s4pee
+1s2pei
+s2pel
+spe4leg
+spe4les
+5spelet
+3s4penn
+s4pent
+s5pep
+spe4r5and
+6speri
+4sperl
+s4perr
+s3pers
+3spesi
+s4pest
+s9pet.
+1spi
+6s5pilo
+4sping
+s2pio
+2spip
+spi7res
+spi7ri
+spi7ro
+5s6piss
+2s3piz
+2s1pl
+8s9plant
+sp9lar
+4sple
+s4plin
+3split
+sp6o
+2spoe
+spo6et
+2spol
+5s6pole
+6s7poli
+s4pora
+s4pore
+5s4pors
+sport6s5
+3sporv
+2s5pos
+4spot
+s3pote
+spo5v
+9sprag
+5spran
+6s3preg
+5sprei
+s4prek
+spre5ke
+s3prem
+5s4pren
+6s5pres
+5s4pret
+s6print
+s5prio
+8sprinsi
+8s3pris
+8s7pro
+6s5prob
+s3prod
+4sprof
+5sprog.
+5sproge
+5s6pross
+1spru
+s4pry
+3sprøy
+5språ
+2s3ps
+8spub
+2spul
+3s2pyd
+5s2pø
+6s3pøl
+sp5øy
+9spå.
+5spåd
+8s9r
+sre8ka
+sre8ke.
+sri8e9
+sri8ka
+sri8ma
+sri4ve.
+s5ro
+sro4e
+sro6pa
+sro6sa
+sro6se.
+sro2t
+sro9te
+srot5o
+srø1v
+srå4da.
+sråde9r
+srå6ders
+srå8ma
+4s1s
+s7sabel
+s7sabl
+s6sae
+s4saj
+ssa8ke.
+ssa6la.
+ss5all
+ssa4me.
+ss5amp
+s5sane
+s7s8ar.
+ssari8e9n
+s7s6arm
+s4sarr
+ssar8ve.
+ss6as
+ssau8sa
+ssau6se.
+s6seet
+s2seg
+sse5ge
+ss5egg
+ss4el
+sse5li
+ssel5s
+ss9elv.
+ssel5v6å
+s2sem
+s5sen.
+sse8na.
+ss5enden
+s5sene
+s4seni
+ssen6ke.
+s4senu
+s6senå
+s5ser.
+s6serab
+s6serat
+sse7sk
+s4seski
+s4sest
+s7set.
+s9sets
+s2seu
+s4sey
+s2sh
+ssi4a
+ssi7e6rer
+s4siff
+s6silo
+s8s9ime
+s6s3ind
+ss5init
+ss3inj
+ss3inn
+s4s3ins
+s5sis4
+ssis5m
+ssi6v7end
+s5s6jarg
+ss4kape
+ss3kar
+sska8ra
+ss3kof
+s7skog
+s4skor
+ss6ky.
+ss4kye
+ss4kå
+ss5kål
+s7skåp
+s2sl
+ss1lo
+ss5ly
+s2sm
+ss6nar
+ss2no
+ss4nø
+s4s5nød
+ss5nøk
+s2sof
+s4sok6
+sso5lo
+s2som
+ss4oma
+sso3ra
+s4sorga
+ss3ove
+ss6pil
+ss4por
+ss9ri
+ss2t
+s5stad
+ss4ted
+ss3tek
+sstel6li
+ss5tep
+ss7tilp
+s7stip
+sst6r
+ss5tren
+ss4trå
+ss3tus
+ss3t4v
+s2sul
+s3sur
+ssva7ra
+ss1ve
+ssy6na
+ssy5r
+ss7øye
+s6så
+6st.
+2s1ta.
+stabs3
+3s6t2ad
+stad3a
+sta6d3o
+s5tafa
+3stafe
+sta5fl
+st3aft
+sta7ge
+4stah
+sta6ka.
+5stakk
+4stakl
+6stal.
+6sta4la
+sta5lak
+st5ald
+4stale
+sta4le.
+5s6tali
+5stalt
+s3tame
+3stamm
+sta5na.
+3s4tand
+6stande.
+st8ane
+s4tanf
+s4tang
+stang5s6
+st3anl
+sta8n9o
+s6t5antr
+st3anv
+4stao
+2stap
+s7tapa
+s4tapp
+s8tapå
+s3tari
+1stas
+3s8tasj
+4s5tast
+1stat
+4stato
+sta5top
+sta3tu
+3stave
+2s4t5b
+st7c
+2std
+2s3te.
+2stea
+2steb
+3sted.
+s4teda
+5stedt
+s2tee
+2s4tef
+3s6teg.
+stega6l
+s4tege
+3stegh
+4s5tegn
+s4tegr
+4stegsp
+5stegspl
+ste4her
+s2t4ei
+stei5er
+4steikn
+ste6in6s5
+3s4tek.
+4s4teka
+s6teke
+ste4ket
+s4teki
+4s5tekn
+4steko
+v4s5tekst
+s4tekt
+s8te5kv
+4stela
+ste5le.
+s5teleg
+ste5lev
+s5telig
+5stemd
+3s4temm
+5stemn
+4stemø
+sten5a
+ste4nar
+5s4tenen
+s4tener
+4ste5nes
+3s6teng
+s4teni
+6stenk
+4steno
+stens5l
+4steo
+s5teol
+2step
+step7per
+st8er.
+8s5tera
+s4teram
+s6terest
+s4terev
+s7t6erf
+s4terid
+ste7ris
+s6teri6v
+4s3term
+6sterr
+ste5run
+2stes
+s4tese
+ste7sle
+4stet
+s4teta
+ste7t6r
+s6tetø
+4steve
+4stevi
+6stevl
+5stevn
+6steå
+2s4t5f
+2stg
+stga6ve.
+stgå8va
+stgå8ve.
+2s6t5h
+st5he
+2s3tia
+4stib
+s5tibe
+s9tibl
+3stic
+6s5tid
+s6tidel
+sti5en
+s2tif
+3stift
+s4tigen
+7s6tigi
+st9i8gj
+3stign
+s5tij
+6s5tika
+4s5tike
+s4tikl
+3s6til.
+5s4tila
+sti4lag
+4stild
+3stile
+stile9ge
+s6tilk
+6stiln
+s4tilo
+6s5tils
+5s4tilt.
+6s5tilta
+5stilte
+4stime
+sti7mer
+6stimé
+3s6timu
+s6t3ind
+s6tini
+4s6tinn
+s6tinst
+s6tint
+1s2tip
+4s3tipp
+6stips
+5stir
+2stis
+6s7tisk
+4stitt
+4stiå
+s4tja
+5stjel
+4s3tjen
+s6t5jent
+3stjer
+4stju
+2stk
+2stl
+2stm
+2st5n2
+s2to.
+1stof
+2s3tog
+4stoks
+6stokt
+3stoli
+4stolj
+s5toll
+4stom
+s9tomm
+st3oms
+6s5tomt
+4stoni
+st3ope
+st5oppl
+6s8t5ord
+sto4ret
+s6torm
+stor3o
+4stors
+st5o4s
+s1tot
+sto4t5r
+5s6tore.
+st5ou
+5stova
+2stp
+8str.
+st3ra.
+4s5trad
+s8traff
+6strafi
+6strail
+st3ral
+st4ran
+stra8na.
+5strand
+4strane
+6strans
+4strap
+4strar
+st7ras.
+st7rast.
+5s4traum
+s4tre3a
+s4tred
+7s6treik
+st5reis
+7strek.
+st5rekl
+6streni
+st5rer.
+6strers
+6strh
+9stria
+9s8trid
+5strie
+st5rige
+st3rin
+3s4t6rip
+5stri3s
+6stroe
+s5t4rog
+5s4trok
+st3rol
+6s4t5rom
+st3ron
+st7rop.
+st7ro6pa
+s6trope
+9s6truk
+st5rum.
+2stry
+6stryg
+s7trykt
+4s3træ
+1s2trø
+6s5trøb
+st6røm
+4strør
+4strøs
+st5røse
+s5trøst
+4strøy
+6stråd
+2st5s6
+stsa6me.
+stsy8na
+4st7t6
+stta6le.
+st3t4r
+s4tua
+1s2tub
+3s4tud
+s2tue
+stu4el
+stu4er
+stue5re
+3s4tum
+6s3tung
+6stunn
+3s8tunt
+6stur
+2s4tut
+2stv
+s3t4ved
+1sty
+2stya
+2styd
+3s4tyk
+sty6l
+2s5tyn
+2s7typ
+3s4tyr
+styrs3
+6stysk
+4styv
+sty5ve
+1stø
+2støk
+5støl
+6støm
+5støp
+6størk
+5støt
+stø7va.
+stø5var
+stø3ve
+stø5vi
+st8øy
+1stå
+5s4tåe
+stå5k
+4su.
+1su4a
+su7a8l
+1su2b
+sub7l
+sub3o
+5subs
+s3ubå
+1sue
+su8er
+su2f
+5s2ug
+su6ga.
+su4ge.
+sug3g
+su2h
+3sui6
+su3is5
+suit5a
+su2k
+4s1uke
+3suk5k
+suk3r
+1suk5s
+su4le.
+3s4ulf
+su4lik
+sul4t5r
+s1ulu
+2suly
+sulæ5
+3s2um
+4s3umid
+su2mo
+sums6
+5sund.
+8s5under
+5sundet
+5s4undi
+sun6d7r
+9sunds
+sun4ge.
+6s7u2ni
+su4o
+3s2up
+su4pe.
+super3
+supi9
+sup4r
+su8pre
+sur5d
+su4re.
+4s3u4rei
+1surf
+su4rie
+su4riu
+surs5k
+sur4sp
+sur4sti
+1sus
+su3san
+su4se.
+su6s5es
+4susi
+su4sik
+sus3p
+sus3s
+su2sy
+2s1u4t1
+sut6ra.
+sut8reg
+7suv
+8s5u6vi
+sv2
+6sv.
+sva5a
+svai5
+5svak.
+3svake
+6svaks
+sva4la
+sva4les
+6svalet
+5s6vali
+7s6vam
+s4var.
+s4varet
+s3varm
+3s4vart
+6s1vas
+6s1veg
+sve6g7i
+s5veie
+3s4veis
+s5veka
+6s5veks
+5s4vens
+sverd5s4
+sve4re
+sve8res
+3s4verg
+5s4verj
+s5verk
+sver4ki
+s4verm
+6s7verv
+7s4vev
+s4vie
+svi6e3l
+4svig
+svi5ke.
+6svikg
+4sviks.
+3svikt
+4s5vikti
+4svil
+s6vindel
+svi4nes
+sving5s4
+ll6svint
+4svir
+2svis
+svi4sa.
+svi4se
+svi5sen
+svi5ser
+s8viv
+svi9ve
+4svol
+5s2vor
+svor7t
+s3vr
+3svul
+5s6vulm
+s3vy4
+svye7ne
+1s2vø
+4svæs
+2s7vå
+1sy
+sy4c
+sy4de.
+sy5den
+5sye
+sy2er
+sy8ka
+sy4ker
+sy5kere
+2syko
+sy6kog
+s4ym
+sy7me
+s2yn
+4s5yndl
+synk4
+syn6sk
+syn3te
+sy4ra
+sy5rar
+s6yre
+sy4re.
+2s1yrk
+syr4ka
+syr4ke.
+3sy1s
+sy4se
+sy2sl
+sy2s3t
+sys4tr
+2sy2t
+sy5ten
+sy5t6h
+9sytt
+sy2vå
+s4z
+sz3c4z
+6szt.
+1sæ
+sæ2l
+8s3æ4re
+8s3æ4ren
+sæ4r1i
+særle9
+sær5s8
+7s6æ5te4
+4sætt
+1sø
+4sø.
+sø2d
+s1øde
+4søf
+søg4
+4søj
+9søk.
+3s6øke
+5søkj
+5søkk
+søk7kj
+3s6økna
+2søko
+søk4sk
+søk6s3e6
+5s6øksm
+søk4ta
+3s4øl
+sø4la.
+sø4le.
+sø5let
+3s2øm
+sø6må
+3sønn
+s1øns
+s4øp
+sø4ras
+sø4re.
+sø4r5end
+søren6de.
+sø8ret
+sør9ett
+7sørl
+sør3s
+sør5ø
+3s2øs
+4søs.
+sø8sa
+7søt
+sø7tast
+sø7tel
+sø5tes
+2søv
+s1øve
+3søvn
+2s5øy.
+4s3øya
+søy8de.
+6s5øyd
+8søye
+3søyl
+6s5øy4n
+søy2r
+2s7øys
+5såg
+s3å2ke
+5s4ål
+så4le.
+6s1ån
+sån4da
+sån6de.
+så2p
+9såpa
+så5pet
+6s1åpn
+såp9u
+så2r
+så6ra
+sår9ast.
+så4re.
+sår3sk
+sår7ø
+så2s
+s7åsa
+s4åsb
+s5åse
+sås5k
+sås5t
+9såv
+såva7
+ta1a
+4tabo
+tab2r
+tab2s
+ta4bu.
+4tabø
+ta1c
+4tad
+ta2da
+ta8d3ei
+ta6d3e4t
+tad5spa
+tad7s6v
+ta6du
+t8ae
+6taei
+4taek
+4tael
+1taen
+4taend
+4taenh
+ta6es
+2ta5fe
+taf7f6
+5tafis
+4tafl
+1tage
+4tagj
+8tah
+ta7is
+1tak.
+ta4ka.
+4takau
+ta7ken
+ta5ker
+tak7kel
+tak5k4l
+ta8k9la
+2takr
+tak4sal
+tak6se.
+tak4si
+4t3aksj
+5takst
+tak4tal
+4taktig
+tak4to
+t5aktø
+ta1ku
+tak3v
+1tal.
+ta9lam
+ta3lan
+tal5ang
+ta7las
+3tale
+ta4lei
+tal5eie
+ta4lek
+ta5ler.
+tale7s6
+1talg
+tal6ge.
+7talj
+talj5es
+tal4led
+tal4leg
+8t7allerg
+tall7es
+tal8lign
+tall6s9a
+tal4ly
+tal3op
+6talter
+t5altern
+ta6l9u
+ta6lå
+2tamb
+tamba6ne.
+t3ambi
+t4ame
+4tamet
+tam4i
+2ta3m4o
+t6an.
+ta2na
+4t3anal
+ta3nar
+ta5nas
+ta5nat
+t5andak
+5t6ande.
+t7andel.
+t5andele
+tand5r
+tandø4
+tandør5e
+1tane
+ta4nel
+ta5nem
+4tanett
+t3anfa
+tanfø6
+6tangf
+6t3angr
+1tank
+2tanl
+t3anle
+2t1anm
+3tannl
+t5anno
+tanns4
+tan6sk
+tans5ka
+t5an5sl
+4t5anstr
+4tansv
+8tantil
+tan4tra
+6t7antre
+t3anve
+2ta3o4
+5tap.
+ta4pa.
+1tape
+ta4pe.
+3tapi
+4tapl
+4tappa
+5tappi
+1t4ar.
+t6ara
+ta4r3ak
+4taram
+ta6rare
+2tarb
+3tarbo
+5tarbø
+4t9arena
+6t7ark.
+tar8ka.
+4t5arke
+4t3arki
+4tarra
+tar9si
+tar7sp
+tars6v
+4tart
+tart7est
+t5artik
+tar7tit
+tar4t3r
+ta6r5å8k
+4tasa
+ta3se
+6t9asf
+t3a4sia
+tasi3e
+ta4sif
+ta4sil
+ta4si5s4
+tas4p
+tas5s4
+6ta7sto
+ta7str
+4tasu
+ta1ta
+ta7tes
+tate8se.
+tat5e4v
+tati1
+tat3op
+tat2s1
+tat3te
+t3attr
+1tau
+9tau.
+7taue
+4t5aug
+2t1a4uk
+4taun
+tau4ne.
+tau4sk
+2taut
+2tav
+6tavin
+3tavl
+4tavli
+ta9xy
+6t1b2
+tba3d
+tba2n
+t6be.
+tbe6te.
+tbe6t7r
+tbe6t8ra
+tbo6da
+tbu8da
+tby3k
+tby4s
+tby7te
+2tc
+t1ce
+tcen4
+tch5e
+t5co
+2t3d
+tdy5pe
+1te
+4tead
+4te3ag
+2teak
+2te9a8l
+tea6m
+2tea2n
+2teap
+2tear
+te5arb
+tea4s
+3teatr
+4teatt
+2teau
+2teav
+4teb
+t5ebb
+tebu8da
+4tecel
+te1co
+2ted
+6t5eddi
+3tede.
+4tedeb
+te7def
+4tedek
+4tedel
+4tedem
+te5den
+4tedi
+5tedil
+4tedo
+tedo6en.
+tedo4er
+tedo8et.
+te4dor
+ted4sk
+ted4sl
+6tedu
+4tedy
+tedyr9k
+4tedø
+te3e4
+2tef
+8tefa
+4tefi
+4tefl
+4tefo
+tefo8r
+t3efte
+3tefø
+2tega
+5tegat
+4t3egd
+te7gea
+te9gee
+4tegg
+teg8ga.
+2tegh
+te4gim
+2tegj
+2tegl
+te3gla
+te9g8li
+8tegs.
+6tegspl
+6tegsv
+2tegu
+tegvi8
+2tegå
+5tegås
+4teh
+5tei.
+2tei4d
+t3eie
+t3eiga
+tei6ga.
+t7ei6ge.
+6teigr
+3teikn
+tei5le
+te1im
+6teinf
+te4inne
+te5inte
+te5i4s
+6teiso
+2tej
+te7ken
+te5ker
+4tekil
+2tekj
+5tek1k
+2tekl
+te5k4la
+tek6lede.
+tek4li
+4teknu
+2teko
+2tekr
+te7kra
+te6k5ru
+9teks.
+4t3eksa
+t3ekse
+4teksp
+t4ek8st
+tek8t9r
+tekt4s
+tek6ty
+2teku
+te2k3v
+4teky
+2tekø
+4tekå
+2te3la
+tel6ak
+5te4l5ar
+3telav
+8te4le.
+4teled
+4telei
+4telek
+4teleme
+te4lene
+6teler
+te4les
+te5lesk
+4te4lev
+te6leva
+4telid
+4telik
+4telil
+4telin
+te4lir
+4telis
+4telit
+4teliv
+tel5lef
+tel4lei
+tel4lev
+tel8lign
+tel4lo
+2telo
+tel3se
+telses5
+t3elsk
+tel7s6v
+5teltet
+2te1lu
+7telut
+2tely
+6telæ
+2telø
+telø8pa.
+2telå
+2tem
+3temae
+6teman
+te4mans
+t5emba
+6temenn
+5temik
+tem9ma
+6temn
+tem5ne.
+tem5ord
+tem5pe
+tempe8l7
+3tempo
+tem3s
+4temø
+3ten.
+te5nab
+te4n5al
+ten8am
+te4nan
+te4nat
+ten5at.
+6t7enc
+6t5en6den
+4tendr
+4tened
+te5neg
+6tenem
+6tenerg
+5tenes
+4tenet
+2teng
+7tengon
+t5e4nig
+7tenik
+5tenis
+4teniv
+ten9no
+te4nom
+te5nor
+6tenorm
+4tenot
+te6nov
+6tenó
+ten3sa
+ten5sko
+ten6slu
+ten3so
+tens5v
+ten4t5in
+tentle8ge.
+4tenum
+4teny
+4tenæ
+2tenø
+ten5øks
+2teom
+5teon
+4teop
+te6ora
+4teord
+2teov
+2tep
+te3pa
+4tepak
+tepa9ra
+4tepas
+4te5pe
+7tepee
+9tepé
+tep6pere
+t5e6ple
+4tepr
+4terac
+te7rakk
+6teramm
+ter7apa
+4terapp
+te4rare
+6terasa
+4terase
+7terast
+terba6ne.
+t6er5d
+4tered
+4teref
+4tereg
+4tereis
+te4rel
+8terem.
+6teremm
+te4r5eng
+teren6ga
+6terenn
+4terep
+te4rerk
+ter5esti
+4terett
+6terevo
+3ter5g
+3terh
+te4rig
+4terik
+4terisi
+te4riv
+ter5j
+4terk.
+4terke
+4terkh
+7terkr
+6terks4
+4terkt
+terla6ga
+terle7ge
+terle6ve.
+ter8ma.
+ter3no
+tern5s
+te5ro.
+tero6e
+te3rof
+4teroll
+4terom
+5teromr
+4te3ros
+4te3rot
+tero6v
+ter5r
+5ters.
+5tersjøo
+ters4kl
+ter7s6ko
+ters4l
+ters4h
+ter3s4m
+ters6ne
+ter5sv
+tersø6ke.
+3ter3t
+ter9to
+ter9ul
+8terum
+ter7v
+tervi6se
+2tery
+ter5ør
+4terøt
+te4r3øv
+4teråd
+te4r3ås
+t4es
+5tes.
+2tesa
+5tesar
+te7sen
+2te1sh
+4tesid
+4tesik
+6te3sin
+4tesit
+4tesj
+6tesjef
+4te1sk
+t9es6ka.
+6teski
+te5sko
+2te1s2m
+7tesmåe
+2te1sn
+2te3so
+6tesp
+5tesr
+3tess
+5test.
+4testaf
+tes5tas
+4testat
+5tes7te.
+4te5stei
+te5s6tiv
+5testid
+tes4tik
+4te5s4til
+4te3sto
+4te3str
+4testy
+4testø
+2tesu
+4te1sv
+tes8væ
+2tesy
+2te3sø
+te7så
+te8sår
+teså9re
+3tet.
+teta6ka
+teta6le.
+te4tap
+te3te
+5tete.
+tete4e
+4teteg
+4tetei
+4tetek
+4tetem
+2teti
+3tetik
+3tetis
+2tetj
+2teto
+2t8et2r
+3tet2s
+tet5ti
+tett3s
+2tetu
+5tetu.
+2tetv
+2tety
+te2t3å
+2teu
+teu8k
+t1eur
+3teus
+2tev
+t6eva
+te4valu
+3tevl
+tevo6r
+te3vr
+2tey6
+2teø
+2teå
+4téa
+2téb
+2téf
+2téh
+2téi
+4téle
+2tém
+2tése
+4tést
+6t1f
+tfe6e
+tfe4l
+tflå3
+t7fo
+2t3g2
+t4ga.
+tge4a
+tgei5
+t4gi.
+tgi5ros
+tgrei9e
+t4gå.
+2t1h
+t4hap
+t4hea3
+thei5m
+tho7li
+tho3re
+3thr
+thu5le
+thu6s
+thy5r
+1ti
+2tiad
+ti3ag
+2ti1ak
+4ti3all
+ti5als
+2tia2m
+2ti1ap
+ti3asp
+4tiau
+2tiav
+2tib
+2tick
+3tid
+ti2da
+4tidan
+tid7d
+6t3idee
+4ti5dem
+4t7idé
+4tidis
+4tido
+4tidr
+2tidu
+tidvi4
+6tidy
+4tidø
+ti1e2
+2tief
+2tiei
+2tiem
+4tienh
+tie5ra
+4tierf
+4tierk
+ti4ert
+ties3
+ti3esk
+ti3et
+4tieta
+4tiett
+2tifa
+tifa8ne.
+2tife
+4tifl
+2tifo
+2ti5f6r
+t8ifrå
+4tift
+tif5te
+2tifu
+4tifø
+ti9ge.
+4tigj
+2tign
+3tigno
+ti6gun
+2tih
+2tii
+2tij
+ti3ka.
+6tikarr
+ti5ke
+4tiket
+4ti5ki
+6tikj
+tik4kj
+2ti3ko
+2ti1k2r
+ti3ku
+6tikular
+6tikult
+6tiky
+4tikø
+t4il
+tila6ga
+til1d4
+3tilde
+2tile
+ti3lei
+3tilfe
+3tilg
+til3id
+4tilke
+3tilkn
+4tille.
+4tillh
+4tillin
+tillø7
+4tilm
+7tilnæ
+3tilst
+til3t4
+4tilte
+2tilu
+2tilø
+ti7mab
+5timat
+ti4me.
+5timedie
+ti4mera
+5timeri
+2timl
+4timo7
+4tim6o8r
+2t1imp
+tim7s
+2timu
+2timy
+2timø
+ti6nab
+tin5art
+4tinaz
+2tind
+t3indu
+ti4nem
+4t1inf
+tin5ge4s
+6ti4nit
+6t5inj
+2tink
+7tinks
+4t1inn
+6t5inne
+ti5no
+tinsk5
+4tinsp
+4t3inst
+4t1int
+2tinv
+4tinva
+4tiny
+9tiol
+6ti7om
+tion9s6
+4tiop
+ti1or
+ti1ov
+ti3pa
+ti6pla
+4tipr
+3tips
+2tir
+tira4t
+ti4ref
+ti1ro
+6tisak
+4tisam
+ti5s6an
+ti3se
+4tis4ei
+4tisek
+4tisel
+4tisem
+4tisep
+tise8ra.
+4tisers
+6tisig
+4tisio
+4tisje
+4tisju
+tis4ka
+4tiskan
+4tiskil
+tis5kok
+6tisku
+tis5l
+4tisn
+4tiso
+6tisprå
+4tistat
+tis4ti.
+tis4til
+ti5stre
+4tisty
+4tistø
+ti8støy
+2tisy
+2tit
+ti7ta
+ti3te
+ti1tj
+3titl
+tit4r
+tit3s
+3titt
+4tiub
+2tiut
+ti4v5and
+tiva9re
+ti4v5art
+tiv6is
+2tivo
+tiv5si
+tiv5sk
+4tiy
+ti5ær.
+ti7ære
+ti9ært.
+ti1ø8
+2tiå
+6t3jag
+2t1jak
+t5jarn
+2t1je.
+2t1jeg
+2tjel
+1tjen
+tjen6st
+6tjep
+2tjer
+t5jev
+2t1ji
+5t6jingan
+5t6jingar
+2tjo
+t5jord
+2tjub
+tju4e
+2tjun
+6tjur
+3t8juv
+tjæ4res
+2tjø
+4tjå
+4t3k2
+t6kag
+tka8ra.
+tkly9
+tku6le.
+tkå8pa
+6t3l6
+tla4ga
+tla8te.
+tle6da.
+t4ledr
+t6lef
+tlei5er.
+tle8se.
+tle5ti
+tligh6
+tlight5
+tli6nes
+tli4te.
+tlu4e
+t6l7ut
+tlø4pa.
+tl7øy.
+tlå3ne
+tlå7r
+2t1m
+tma3d
+tma8ge.
+t6maku
+t2mam
+t2meg4
+tme3in
+t2mek
+tmini6
+tmin5s6
+t2mos
+tmå4la.
+8t1n
+t3na
+t6nee
+t4neli
+t7nelig
+tne4rek
+tne4r5ø
+tne8se.
+t4nesk
+t4nest
+t5ni
+t8no.
+tn5sk
+tnæ6re
+7toan
+7toar.
+toa6t
+6toau
+2toav
+tobe6r
+t3o2bl
+6tobs
+4toc
+to5da
+to9de.
+to4dera
+3todo
+1toe
+2toek
+6toel
+toe4t
+2tof
+6toff.
+t3ofre
+to5fri
+to2g3at
+to7gen
+4togg
+to6gl
+6tograv
+to4gre
+tog3st
+to2gu
+2toh
+toil3
+2to1in
+4toj
+t6ok
+1to3ke
+to3ki
+2tokj
+2tokk
+tokk5end
+to3kl
+5toksi
+5tokt
+2toku
+to4l5arm
+5tolat
+to5lel
+tolele7
+5tolera
+toli8ne.
+2tolj
+1to4l3k
+7tolki
+tol4lab
+tol4lag
+tol6leg
+tol6lett
+3tolo
+tol5tr
+4tolå
+to9ma.
+2tomb
+to5mene.
+2tomf
+4tomg
+to3mi
+to5mise
+to7mist
+4tomk
+tomlø8pa
+t8omm
+2tomr
+4tom1s
+5toms.
+1ton
+to5na
+to4ned
+to4nel
+tong5s4
+to8nib
+2tono
+ton3sa
+ton5s4l
+ton5sp
+2tonu
+to4ny.
+2to3o
+4to1pl
+4toppd
+6toppg
+6t5opple
+4t5opplæ
+top4po
+4toppt
+4topr
+to1ra
+to4rak
+tor5alt
+tor5ang
+to4r5ant
+to4r3as
+4tord
+tor8da.
+to1re
+6toreg
+to4rek
+tor7eks
+to7rem
+6torent
+5torer
+tore4t
+tor5ete
+4torga
+tor5int
+tor7me
+torm5s
+tor5na
+tors4i
+tor5t8
+torvei5
+to4rø
+4torå
+to1s
+4tosa
+4to3se
+to2sh
+6tosj
+tos5ke
+to8sku
+4tos2p
+2tosy
+4tota
+to5te
+to8ti.
+to5to.
+to4tor
+6toty
+2tov
+to1va
+to7veg
+to5verd
+tove7re
+t5overs
+5tow
+4toø
+6t3p2
+t7pa
+tpi7ne
+tpi7pi
+tpo4et
+t4påk
+tr4
+8tr.
+6t9rabat
+3trafi
+tra8ka.
+trak7to
+t5rane
+3t6rans
+tran7ske
+5trap
+tra3pe
+tra5po
+tra5r4
+5trase
+tra5se.
+tra5ses
+5trasé
+t2rat
+t5rate.
+3trav
+tre4al.
+tre1c
+4t3reds
+t3refu
+6t1reg
+t5regi
+4trei
+tre5int
+6trek.
+4treke
+4trekl
+4t3rekor
+4trela
+3t6re7na
+tre5ne
+t6reng
+3t6reni
+4t3renn
+tren6sk
+t7repe
+t5repres
+t2rer
+t4rero
+t4re3ru
+2tres
+6tresi
+tre5sko
+tres4l
+3tresn
+t5resu
+t1ret
+t4reta
+t6reto
+t5retted
+5t6rettel
+4trev
+tre9va
+t6rib
+4t1ric
+4t4rid
+tri7ei
+t5rig.
+t4rikk
+t8rina
+t4ri5ne
+4t5ring
+3trinn
+7t6rio
+t4rist
+tri5to
+t4riu
+t2riv
+tri7vi
+5trix
+3t4ro.
+5troa
+tro9ar
+3troe
+t4rof
+tro5g
+3t2roi
+tro3in
+t4rok
+t2rol
+4t3rom.
+t6rond
+5t4rong
+tro5per
+t2ros
+5t6rosk
+tros3l
+tro1v
+t8ru.
+t8rua
+7trua.
+5trued
+5truet
+3trug
+tru1i
+5trukn
+t3rull
+2t1run9
+t3rund
+4trupe
+tru5sa.
+7t6rusk
+2trut
+t5ruta
+t3rute
+t3ruti
+tru5v
+try3dr
+3t2ryg
+tryg5ge
+7trykk.
+5trykke
+try7pe.
+t6ræ
+trø8a
+t5rød.
+t5rødt
+4trøk
+4trøm
+2trør
+5trøt
+5trøya
+5trøye5
+trøy9et
+4trøyr
+6trøys
+5trøyt
+trå8da.
+4trådet
+trå4dr
+t6råkl
+t3råst
+4ts
+6ts.
+t5sa.
+t5sab
+tsa2g
+tsak6se.
+ts1an
+ts4ang
+tsau6r
+t1sc
+t6scha
+t6sch5k
+t5se.
+tse6d
+tse4er
+ts5ege
+tsei4d
+ts3eig
+ts2em
+t3sen.
+ts4ende
+t5sendi
+tsen8ka
+tsen6ke.
+t5sens
+t4sentu
+t5ser.
+t3seri
+t4s3erk
+tser3o
+t5s6ers.
+ts4es
+t4sesk
+ts5e6st
+ts3eta
+tse4te.
+ts1e4v
+ts3f
+ts4fæ
+t7s8hop
+ts7ill
+ts3inn
+t4s3ins
+t5sir
+ts5jeg
+tsje5t6sj
+ts5jor
+5t6sjov.
+t7sjuk
+t4sjur
+t5skad
+t4skan
+ts6kis
+t4s5kjed
+ts6kjø
+t5skol
+t6skoll
+t7skot
+ts5kren
+tsk5ru
+ts5krø
+ts1k6v
+ts9kvi
+ts6ky.
+t6s7kyn
+ts1l
+t7s6lo.
+t3s4lot
+ts2lu
+ts5lø
+t5smit
+tsmå6la.
+ts1o
+t4s5o4d
+t5sok
+t5somst
+t5spek
+t3spel
+ts2pi
+t2s3pike
+t3s4por
+ts5s4
+t1st4
+t2s3tabb
+t5stad
+ts3tak
+t4s3tal
+t5stand
+t5stang
+t5star
+t5stat
+ts6tau
+t3sted
+t4steg
+t4stek
+ts6tig
+ts4tik
+t4stilk
+t4stin
+t4stit
+t2s1tj
+ts5ton
+ts5tors
+ts5tree
+t4s5tren
+t4s5tro
+ts3try
+ts6trål
+t5stu
+ts3tv
+t4sua
+tsu7ge
+tsu4l
+ts3uli
+ts3u4r
+ts5usi
+ts1v
+t3svik
+ts1w
+t5syk
+ts5yt
+tsø8ka
+ts5økni
+ts5øv
+tsøy8er
+ts1å
+tsåt8
+6tt
+t1ta
+t3ta.
+t2tab
+ttaba6ne.
+tt9abo
+tt5adr
+t2taf
+tta9fr
+tt3aft
+tta4la.
+t6t3ald
+tta7lel
+ttall4
+t4t3ana
+t5t6ane
+t4t3ang
+t4tans
+t4tanv
+tt5appe
+t7t8ar.
+ttare6
+t4tarr
+tt5ar5t
+tt6arta
+t4tase
+t4tasj
+t4tav
+tt3avi
+tt5avk
+tt5avr
+t3te.
+t2tea
+t3ted
+t4teda
+t5tede.
+t8tedr
+t2tee
+t4tef
+tt3eff
+t2teg
+t2tei
+tt7eid
+tte3in
+t2tek
+tte7kv
+tt7elev
+tteli6te.
+t4tem
+tte4ma.
+tt5emn
+ttem8na
+ttem6ne.
+t3ten
+t5ten.
+t4tena
+t5tene.
+t4teni
+tten5s
+t9tens.
+t4t5ense
+t2teo
+t5ter.
+t4terei
+tter5un
+tte4r5ø
+t4terå
+t4tese
+t4tesi
+ttes6ke.
+t4tesl
+t5tet.
+t4teta
+t4tete
+t1té
+t4th
+tt5he
+tti5a
+t4tidel
+tti3e
+t2tif
+t5tig
+tti4g5j
+tt3ind
+t5tine
+t7tiné
+t5ting
+t4tini
+t4t3ins
+t4tisj
+t6tisti
+t7tite
+ttle6de.
+ttlin5
+t1to.
+t5tofr
+tt5om.
+t7tomr
+t2ton
+tton6na
+tt3opp
+t5tora
+tt3ord
+tto5re
+tt5o4ri
+tt3orm
+tto5u
+ttpar4
+tt6pås
+tt9raka
+tt5rake
+tt3ram
+tt3rap
+tt7rat
+t4t3rep
+tt3res
+tt3rev
+tt5rom
+t5trop
+t5try
+t2t1rø
+t6ts
+tt7saf
+tts3ar
+tts5kan
+tts5kj
+ttsla6ga
+tt3sok
+tt5still
+tts5top
+tts5tra
+tts5tøy
+tt3ugl
+t1tum
+tt1un
+ttun6ge.
+tt1ut
+tt8ute
+ttva8la
+tt5ve
+tt6vun
+t5tw
+t5ty.
+tty8e
+tt1y6t
+ttæ6
+tt3ø4l
+t1tør
+tt3øv
+tt7øy6r
+tt1å4
+5tual
+4tu4av
+tuba3
+tu4be.
+tu6bå
+tu6dem
+5tuel
+tu4er.
+tug8la
+tu1in
+tu2k
+t5uka
+t1uke
+7tukt
+3tula
+1tule
+tul5les
+tum5m
+tum4s
+3tun.
+4tund
+3tune
+tun5gesv
+6tungd
+tung9s
+6t5uni
+tu4nio
+5t4un5n
+9tuns
+3t2ur
+tur7ant
+tu4ras
+4tu4rei
+tu4rek
+turi4
+tu4rin
+tur1o
+tur3p
+tur5s4
+tur3uk
+tu5rus
+tur1ø
+1tus.
+tu1sa
+3tusb
+3tusf
+tu4sin
+tu4sm
+tus5o
+tus7s6t
+tust6r
+tus5u
+2tutg
+t5utj
+t5utk
+t1utr
+tut6tenk
+tut5tor
+tutt5ov
+tu8va.
+2t1v
+tv4a
+tva8k
+tva6ne.
+3tvang
+t4v5anl
+8t9var
+tve5del
+3tveit
+4t7ver
+tvert5
+t2vet
+3tvet.
+7tvets
+t5vik
+tvi8ka.
+t8viklas
+5t4vil.
+tvi5la
+5t4vile
+t4vi5l4i
+t6ving
+tvi4sa.
+tvi4se.
+6t7vo
+3tvung
+6twa2
+1tyd
+tyg9gel
+tyg5ges
+6tyh
+tykk5s6
+ty4med
+1tyn
+ty4ne.
+6t5yo
+1typ
+5t6ype
+ty4pere
+ty4pet
+ty4rak
+5tyrann
+6tyreg
+ty4rep
+tyre5st
+ty4ri.
+tyri9e
+ty4ri5s
+ty2s
+3tysk
+tys3t
+2ty2t
+ty8ta
+t3ytel
+ty5ten
+ty4ve.
+2tz
+t5za
+5t6zel
+6t6z5l
+1tæ
+tæ5l
+tær6ene
+tæ4renh
+tær4er
+tær4et
+tær5s4
+tøf3l
+2t1øk
+tø9ket
+tøk8ta
+4tøl
+t7ø4let
+5t4øm5
+tøn5nes
+4tøp
+tøp5se
+t2ør
+tø4r3as
+tør3in
+tørk4
+7tørk.
+9tørka
+5tørke
+tør5ne
+tørs7ta.
+tørs7ter
+tørs5tin
+tør3t
+tøs4
+tø8sa
+4tøt
+tøt5a
+tø5ta.
+tø3te
+tøtt6
+2tøv
+tøv6d
+tø7vele
+t4øy
+tøy5a
+t9øyem
+tøy5r
+tøy5te
+tå4en.
+tå2k
+tå5ket.
+tå5ki
+tåk6r
+tå2l3a
+tå9la.
+tå4leg
+tå7lel
+tål5s4
+tån8da
+tån6de.
+tå3ne
+4tåp
+tå6pe.
+t1åpn
+tå6re.
+tå4rep
+t3året
+4t5åri
+3t8årn
+2t1års1
+tå3s
+tå2t
+t3åtak
+tå7ten
+ua7g
+u1ak
+uak3s
+u1al.
+ua7la
+ual5l
+ual3o
+ual3u
+u3a4ne.
+u5anl
+u3ans
+u1ar.
+uar5d
+u4arr
+u5ars.
+uash3
+ua3t
+u5au8
+u1av
+1uavh
+u4ba.
+ub7alt
+ub7ant
+ub5ark
+ub4bo
+ub2br
+ub4bu
+ubel5s
+ub5h
+ubi6s
+ubis7t
+ub1j
+ub7lande.
+uble3s4
+u1b4r
+ub5rin
+2ubs
+ubu8e
+u4bå
+uch5en
+uch5er
+u1ci
+uck1
+ucu5
+2ud
+u3da.
+u7das.
+ud4dag
+ud2dr
+udd4s5e
+ud2då
+udea9
+ude8are
+u2deb
+udeie5
+udei5er
+u2dek
+ude3lu
+u2dep
+u6dero
+u2des
+u3d2et
+u6d5ett
+u5devo
+udia2
+udi3an
+udi4en
+udio5
+ud7ir
+ud7ji
+ud5leg
+udle6ge.
+u7dob
+u6doe
+u2dot
+udover7
+ud1r
+udse4
+ud3t
+ud5v
+3u4dy
+udy9ra
+ud5å4s
+ue5a8
+u5ei
+u1el
+uem8na
+u1e2n
+uend5r
+u7ene
+uensar4
+ue7o
+u1er
+u5e6rast
+ue4re.
+ue5ren
+ue4rer
+ue4res
+ue5ri
+uerle7
+u2erm
+ue4se
+ue2si
+ue4skj
+ues6n
+u1et
+uet8r
+ueul8
+u4fe.
+u6feb
+ufe6e
+uf1f4
+uf4f5erm
+ufi9l
+ufi5ne
+u1fl
+u6foa
+ufor3s
+u1fr
+uft3a
+uf4tan
+uft5s4la
+uft3sp
+ufø6
+u5gag
+u5gar
+u6g5av
+ugby7
+u2gem
+u5gen
+u3ger
+u4gerø
+u2ge5s4
+u9get.
+u8geta
+u2gev
+ugg3s4
+u5gis
+u4gl
+ug1la
+u5g4lad
+ug9lar.
+ug4le.
+ug9ler.
+ugle7s
+ug5ly
+ug7na
+ug7ne.
+ugo1
+u4go.
+ug4re
+ugrei9er
+u4grø
+ug5s4i
+ugs4k
+ug7so
+ug3s4pr
+ug5s4va7
+uguay7ans
+ug5øyn
+u1h
+3uhel
+ui8a
+u4i6c
+ui2d
+uid5el
+uid5en.
+uid5ens
+uid5er
+uid5in
+ui3e6
+u4il
+uil5l
+u1im
+ui3ne
+u1ing
+uinnsmi8
+uinnsmig9
+u1ism
+uista7
+uit3en
+uit5er
+u1itt
+u1j
+u4jas
+u8je.
+u7jå
+4uk.
+u1k2a
+u7kar
+ukare6
+ukar5t4
+u5kat
+u2ke.
+u4ked
+uke5l4
+4ukem
+uker5an
+uke4rek
+uker5i
+ukho7
+u7ki
+u1kj
+4ukk
+ukk6a
+uk7kestal
+uk8k9l
+ukk7n
+ukks6
+u5klem
+uk8lu
+ukl7ut
+u5k4no
+u1ko
+u4k5og
+u2kra
+uk3rus
+2uks
+uk2sa
+uk4sek
+uk4sel
+ukse7te
+uk2si
+uk2s1k
+uk7ski
+uk2so
+uks5t
+uk4s3un
+uk2sø
+ukt5e4sk
+ukteslø9se
+uk4t3id
+uk6tj
+uk4t5ori
+uk2t7r
+ukts6l
+ukt3sp
+ukt9s6v
+ukt4sti
+uktu8e9ra
+uktue5re
+u1ku
+uku6e
+uku5le
+uk5vik
+ukys8
+uk3ø4
+uk5å4
+6ul.
+u1la
+u4la.
+ula7d
+u6l1af
+ul3aks
+ul5art
+ul4det
+u4lef
+u2lek
+u2lel
+ulele8ge.
+ule5ma
+u3len.
+u6leni
+u3lens
+u5ler.
+u5lere.
+ule3ri
+u2l3erl
+u4lero
+u2les
+ule3st
+u5lest.
+u5leste.
+u2leu
+u1lé
+ul4f5l
+ul4fo
+ul4fr
+u3l4i
+ulie8
+uli9en
+uli5ke.
+3ulikh
+uli9na.
+uli5ne
+u7linj
+ul1j
+ul5ka
+ul4k3v
+ul4lag
+ul4lam
+ull7arm
+ul4leg
+ull5egg
+ulleg8ga
+ul6leng
+ul9lere
+ul4le3s4
+ul8li.
+ul8lig
+ulling7s
+ull5i4v
+ul4l3o6s
+ul8lot
+ullo3v
+ull5sle
+ull3s6m
+ulls4t
+ull3sv
+ul2lu4
+ul6ly
+ul2lø
+ulm4u
+u1lo
+ulo6i
+ul5op
+ulo7va
+ul4sk
+uls4po
+ul8sn
+ulss8
+ul2st
+ul8s3t6r
+4ult
+ul4teg
+ul4tek
+ul4tes
+ul4til
+ul4tim
+ul4to
+ul7tor
+ul4t3re
+ult3ri
+u7lua
+u3lue
+1uluk
+u5lup
+u5lus
+ul9ut.
+u7luta
+u9lute
+ul7va.
+ul5van
+ul4var
+ul4ve.
+ul4veg
+ul4vei
+ul4ves
+ulv3t
+ul4v3u
+1uly
+ulyk5kes
+ulæ6ra
+ulæ5re
+ulø3se
+uløy6e
+ul5å6l
+2uma
+uma8ge.
+u6mare
+um5au
+umau7ken
+um3av
+2umb
+um5be
+4umc
+4umd
+2ume
+u4mend
+u4m3enh
+umen4t5i
+ume5ra
+2umfo
+2umh
+2umi
+u6midd
+umie6n
+umi9na
+u4mint
+um9ja
+2umk
+4uml
+4umm
+um3me
+um4mil
+um4mis
+um3n
+umna8
+4umo
+umo6g
+um5ok
+2ump
+um7pan
+um4ple
+um4p7ut
+4umr
+ums1
+um7se.
+um4sku
+umsku8le.
+um2sn
+um4sor
+ums3t
+6um7t
+umta8l
+um5ut
+4umve
+umør3s
+um7øy
+umå7
+2un.
+una6da
+un5alg
+u4n3ap
+u9nar
+u7nas
+u3nat
+2und.
+6unda
+6unde.
+un4dek
+un4del
+6unden
+5undersk
+5underv
+4undet
+un6d7im
+4unds
+und5s4i
+u2ned
+u4nee
+u9nei.
+u2nel
+unele6ge.
+u4n5eng
+u4neno
+u2ne1s2
+u3nes.
+u2nev
+unev5n
+1ungd
+ungele8ge.
+un4gem
+un2g1j
+un4g5l
+un4go
+un2g1r
+un9g8ru
+ung3s4i
+un6i
+u4ni.
+u2nid
+1u2nif
+u4nim
+u3nin
+3union
+uni4st
+4unk
+un4k5l
+un7ko
+un4kr
+un7nak
+unn5erf
+un4n5ers
+un4n5erv
+un5nes
+un4niv
+un2no
+unn5ste
+unnta8la
+un4n3y
+u4no.
+u2n3os
+uno7t
+4uns
+un6sj5i
+un3skr
+un5s4p
+un3stek
+unst5e6l
+un7s6tenk
+unst3o
+un1s2v
+un4tal
+un4tam
+un4tas
+un3t2r
+unt5rep
+un4tri
+untun8ge.
+unu6
+un5ut
+u3ny
+u3nø
+un5øy6d
+u7nøyg
+u3nå
+uo9a
+u1ob
+u1om
+uom7s
+u1op
+uor8da
+uo1re
+uo5ro
+u1ov
+up3av
+u3pea4
+u5per
+uper3a
+upe6ren
+u4peta
+6upf
+u3pi
+u8pi.
+up3ins
+up3li
+up6nev
+upo9pe
+up1p2
+up4ped
+up4pla
+up6pre
+upp5s
+4upr
+u3pra
+6ups
+up6sen
+up2s3k
+ups4ke
+ups5pr
+6upt
+6upu
+u1på
+upåvi6
+u1ra
+u2rad
+u2raf
+ur3aft
+u2r1ak
+ura6ly
+u4ram
+u5rane
+u3rans
+uran6t5re
+u5rar.
+u6r7arl
+ur3arv
+u9ras.
+ur5asp
+ur3att
+ur7au
+urau9ken
+ur1av
+ur4bod
+ur4c
+urd4
+ur3di
+ur4d5o
+u1re
+ure8al
+ureer6e
+ur5egg
+uregi6
+uregist5
+3urein
+ure4l
+ur3ele
+u4reli
+u7r8ell
+u7r8elt
+u4r3els
+u4r5eng
+u7reom
+ure7o6s
+u4resu
+u4reta
+u4rete
+ur4e5v
+2urf
+ur4feb
+ur6fed
+ur3ge
+u1ri
+u4ri.
+uri6a7ne
+uri9en.
+uri4e5ne
+uri9er.
+u3rik
+u3rim
+uri5ne
+ur3inn
+ur3ins
+ur3int
+uri6sp
+ur4ke5s
+ur7k6j
+ur6k7ja
+ur8kla
+ur4kle
+ur6k5n
+urk5s
+urla8ga
+urle6ge.
+urle8se.
+urma7g
+ur3nea
+urn1s2
+urnæ6re
+u4ro.
+u6roc
+5uroe
+urom5s
+u2rop
+uro7pi
+ur3opp
+ur1or
+uro3s4
+uro4sta
+uro8ta
+ur4pel
+ur6p9ut
+ur3re
+ursa8ka
+ur4sal
+ur4s3el
+ur4sin
+ur4skr
+ur4spe
+ur5ste
+urs5til
+ur4stj
+ur2sv
+urs3va
+ur2s1ø
+ur3teo
+ur5ti
+ur4to
+ur6t5ri
+urts4t
+urue7re
+u6rug8
+ur7ugl
+uruk6
+uru4ke
+uru7kn
+ur6ul
+urumo7
+urun4g
+u7runk
+uru7v
+ur4vel
+urv3s
+u6rys
+urø2
+ur1ød
+ur1øy
+4usa
+u9sane
+us3ang
+u9sar.
+u7saren
+u6s7ark
+us7au
+us1c
+2use
+u5seal
+use4al.
+us7edvanle
+u2s1ei
+u2sek
+u4sele
+u2sem
+u6s5endi
+us7erk
+u4s5erm
+u6sesi
+uset8je
+us3eva
+4usg
+u2sh
+u2s3h4a
+u2s3h4o
+us4id
+us3ind
+us5inn
+us7jag
+u4sji
+us5kaf
+u4s3kan
+uska8ra
+us7kat
+us5ken
+u6s5kis
+usk4l
+us6k5le
+us5klo
+us1ko
+u1skr
+us7kru
+usk7u6t
+us4ky
+us1l
+usle6ge.
+us5lin
+u4slu
+us7mø
+u4sn
+us1ok
+uso5l
+uso6l5d
+us1or
+u3sori
+usove7r6e
+us1p
+u1s2pin
+us5sar
+us6sat
+us4sjå
+us4skj
+uss5kor
+us4skur
+uss1l
+us7smi
+uss7mø
+us4s5ti
+us4str
+us2sv
+u6stande
+u4stat
+us3tav
+u2ste
+us3ted
+u5stei
+us7ten
+ust9ette
+us5ti
+u5s6tig
+us1tj
+ust5of
+uston8
+ust7onn
+us5tor
+ust5o6v
+us8tra.
+us8tran
+us8trar
+u6stre
+ust5ren
+us4tri
+us3tro
+ust5rød
+u6st5rå
+ust7ut
+u4stå
+us3ung
+u2sur
+us1v
+u5svale
+u7s6valt
+usva8n
+usvi8ka.
+6usæ
+usæ9le
+usø6m
+us1øy
+u1tae
+u2tag
+u7tagg
+u9tal.
+ut3alb
+ut5ald
+u3tall
+u5tande
+uta7no
+ut6anv
+ut3arm
+ut3art
+uta1s4
+u5tas.
+u6t5a6sa
+u6t5a6se
+u2ta1u4
+1utb
+ut4ba.
+utbe8d
+4utbi
+ut6by.
+utch5
+1utd
+4utdat
+utda7ta.
+u2te.
+u2tea
+u4tee
+u4tei
+u2tek
+ut3eks
+u5tekst
+ute6ma.
+u5temm
+u9temt
+ut2en
+u6tena
+u3tenk
+u4tenu
+u2teo
+2uter
+u6terø
+u2te1s6
+u4teta
+u3tett
+ut6eu
+uteva9
+1utf
+utfa7s
+utfø5re
+1utg
+8utgåe
+6u3ti
+u4t5if
+utikk6u
+utiku9
+u4tili
+u6tiven
+ut1j
+u5tjen
+ut6ju
+3utlei
+utlø5se
+utlå7na
+utmå5le
+u8tni
+1utny
+2uto
+ut7oms
+uto5s
+uto4v
+3utpr
+ut4på
+ut1r
+u5t4radi
+ut3re
+u5treng
+u3triv
+u3trol
+u3tros
+5utru
+u5t6rul
+ut4rø
+ut9rød
+1ut1s4
+4uts.
+4utsei
+utse8t9ja
+2utsj
+ut3sk
+5utst
+7uttak.
+5uttake
+ut4terk
+utt5eva
+ut4tid
+ut4til
+ut5torea
+ut1tr
+ut4tra
+3uttry
+utt1s2
+u1tu
+utu5e
+u6t5un
+utun8ge.
+u2t5ut
+1utv
+u3t4vil
+utvi5se
+2u3ty
+3u4t6yd
+u8ty.
+8utz
+ut1ø
+u5tør
+ut4ø8s
+utøs7t
+1utø4v
+ut5øya
+ut7åk
+u3tål
+ut1ån
+ut7år
+u1u
+u7uma
+u5ume
+u7ut
+u1v
+uve5di
+uve3in
+uve6ris
+uve3s
+u7ves.
+uvet5ø
+u6vev
+u5vi
+uvi6k
+uv5ra
+uv9sa
+u5vu
+uvø9re
+u1w
+4ux1
+ux4a4
+uy6a
+u7yn
+u1æ
+uærle9ge
+u1ø6
+uøv5
+u9åra
+u7åre
+va3am
+va8an
+4vab
+6vadj
+vad1r
+vaf3
+vaf6r
+vai5r
+vai5s
+va6ka.
+va7kan
+va5ker
+6vakh
+va8ki.
+4vako
+vak3r
+7v6aksi
+4v3aksj
+vak5s6t
+1vakt
+vakt5r
+va1ku
+vak3v
+va3lan
+va4led
+val9eks
+4valel
+val4g3r
+vali9e8
+val3la
+val6mes
+va6l1o
+va1lu
+va4lun
+4valv
+va4løy
+val7å
+vam8pu
+4v3anal
+vand5s
+v4ane
+vane5s
+va4net
+2vang
+van4gr
+vang4s7
+va8ni.
+1v4ann
+van4nan
+van4niv
+vann6sti
+va4nom
+v4ans
+van5sem
+5vansk
+van5s6ki
+van3sm
+van3ti
+van9tr
+va4ny
+2vap
+va5po
+va4ra.
+va6rak
+va4ral
+va4ram
+va4rap
+va4re.
+va4reg
+va6rem
+va4res
+var8ka
+var5ma
+var4mee
+var4sa
+var4sk
+var4s5ti
+var4sv
+varta9la
+var6tem
+var4t5i4s
+4vasa
+va4sa.
+va9set
+6vasid
+va6sie
+va4sif
+va4sik
+va4sil
+va6sis
+va2sk
+vass5a
+vas4sau
+vas4sel
+vas6s7ø
+4vasta
+vat5a
+va3ta.
+va6t7e8l
+va2terf
+vatle6ge.
+5vatn
+va1to
+va6tr
+vat7ra
+vat1s
+4vau
+2v1av
+va4z
+2v1b2
+vba4ne.
+vber5g
+vbo6da
+6v1d
+v7dev
+vding5s4
+v7doi
+v7don
+vd6r
+vdu6en.
+vdu6er
+v7dø
+1ve.
+2ve1a2
+ve6ag
+ve6ar.
+2veb
+2vec
+ve2d1
+ve9dob
+vedom5
+veds2
+ved5s4k
+3ve8d5t
+vedø4
+vedå6
+2vee
+ve4er
+2vef
+ve6g5av
+ve5ge
+3vegg
+veggs4
+2vegj
+4vegl
+ve3gle
+ve5g6lød
+veg5n
+2vego
+6vegre
+veg5rett
+4vegru
+ve4gut
+ve4g5å
+2veh
+1vei1e
+vei3en
+4veill
+6veit
+2vej
+4veka
+5ve4ka.
+ve4ke.
+ve4ked
+4vekee
+2veki
+4vekj
+2vekl
+vek8la
+vek8le
+ve4kli
+2veko
+2vekr
+3veks
+vek4st
+veks4t5r
+1vekt
+vek4t5an
+vek5to
+vek4t5r
+2vekå
+5vel.
+ve4l5as
+5velat.
+5velatp
+6veld.
+vel4del
+8velds
+4veled
+6velei
+7velet
+4velis
+4velit
+6veliv
+2velo
+5veloc
+vels2
+vel3se
+velses5
+vel3sm
+vel5sp
+vel5st
+4velug
+vel5un
+vel5v
+2vely
+2velæ
+2velø
+velø8pa
+2vem
+ve5ma
+1ven
+ve8na.
+4venem
+ve5net
+ve6nete
+4venev
+ve4nin
+ven6n5i
+vennle7
+ve2no
+ven6sti
+ven6str
+vent6a
+ven5t6r
+vent4s
+4venty
+2venu
+ve4nus
+ve5ny.
+4venya
+ve4nym
+2ve3o4
+2vep
+1v8er.
+ver5ak
+ver3al
+8verau
+ver6des
+ver6din
+ver6dir
+verd7v
+ve3re.
+4vered
+4vereg
+5vereig
+4verek
+ve4rel
+ve6r7eng
+4verenn
+4verep
+ve5rer
+ve5res.
+4verett
+4veretu
+verfø5re
+ve9ri.
+veri3a
+ve4rial
+ve7rie
+4verik
+ver3il
+5verkn
+ver5m6
+ver6nal
+vern6s5
+ve9ro.
+ve3rom
+ver8ska.
+ver5ski
+ver7spo
+verta8la.
+verta6le.
+ve1ru
+5verum.
+6very
+verø6
+ver3øs4
+4verå
+v4es
+3ves.
+2ves4a
+ve5san
+4veset
+4vesh
+4vesi
+4vesj
+4veski
+2vesl
+ve9sli
+ve1s2m
+6ve3so
+4vesp
+ve6s3per
+ve5sted
+ves6t5end
+vest5o4v
+4vestr
+4vestu
+4vestø
+vesva7
+5vesynds
+2vesø
+ve1så
+veså5re
+v4et
+1vet.
+2veta
+8vetaka
+4veteg
+4vetek
+ve5te6s7
+6vetev
+2ve7ti
+4vetj
+2veto
+ve4to.
+veto7e
+9vetoke
+9vetoks.
+ve4tor
+2vetr
+1vets
+vett5sk
+6vetv
+4vety
+vety8e
+2veu
+ve8um
+2veva
+ve6vak
+ve5van
+ve9var
+2vevi
+vevi8sa
+vev4sm
+vev4sp
+2veø
+2veå
+1vê
+2v1f
+vfall4
+vfø7re.
+2v1g2
+v4ga.
+vga4le.
+vga6li
+vga8ve.
+v9ge
+v4gi.
+vgjer6s7
+vgo4
+v4gå.
+2v1h
+vhø4re.
+1via
+vi1an
+vi6bl
+vice5s
+1vid
+vi5de
+vide4o7
+vi4d5o4
+vid3r
+vid3s4
+vi1el
+vi5end
+vig4m
+vi4gu
+vi5gø
+vi4kat
+5vikb
+vi5ked
+7vikg
+vik5ke
+vik5n
+vi2k3o6
+3viks.
+vik5sa
+vik5s6l
+4vikt
+5vikti
+vi4k5ø4
+vi2l1a
+vi5la.
+vi4les4
+vi4l3in
+1vilj
+vil4l5an
+vil4led
+ville6de.
+vil4lei
+vill9ep
+6v5illu
+vil5m
+vil1o
+vil4sti
+vilt7o
+vil6tret
+vil4tri
+vi2lø
+4vim
+vim7p
+vim7u
+4vindl
+5vindu
+vine5st
+v6ing
+4vingn
+vin5gom.
+ving3r
+vin8g9u
+vin3na
+vin4ned
+6vinnh
+4v5innl
+4v5inns
+4vinnt
+vi6n5o6ver
+v2in2s
+vin7sja
+vin4tes
+vin5tre
+vi8pa.
+vi6pe.
+vip5s
+1vir
+4viro
+7viru
+vis3ab
+vis3ak
+vis5and
+vi4see
+vi3sen
+vi6seng
+vi2s1k
+visk6re
+vis5m
+vi1so
+vis3om
+vi4sp
+vis9pa
+viss4p
+vis5ti
+vi4tak
+vi5tese
+5vi6t5j
+vi4t3o
+vi4tr
+vit7ra
+vit5re
+vit5skr
+vit6te6s7
+vi4t5un
+vitun6ge.
+vi4t5øy4
+vi4va.
+vi6ves
+vivi3
+v1ja
+v1je
+vje4t5a
+vje5t6e
+vje4t5r
+vjet3t
+vje4tu
+v1ji
+4v5jo
+vju3t
+6v3k6
+vk4le
+vk4ler
+vku4le.
+6v1l2
+v6lab
+vla6ga
+v9led
+v9leg
+vlei9e
+vl6el
+vle4se.
+v5lesn
+vle5str
+v6lesv
+vli7v
+vls9
+vlu9sa
+2v1m
+vma8le.
+vmo8de.
+vmord4
+vmå8la
+2v1n
+v3nad
+vna8ke.
+vn5al
+v9nar
+vn5dy
+vne7b
+v2ned
+vne7de
+v4nele
+v4neli
+v4nelo
+v2nem
+vne5r6e
+v4nero
+vne1s
+v4nesta
+v6neste
+v2nev
+vnor9s8kas
+vn4s5pa
+vn1s4t
+vn5t4
+vnæ4re.
+vn5ør
+vo1al
+vo2ar
+6vob
+2vof
+vof8fan
+vo4gu
+voi1
+1vok
+4voko
+voks3k
+vok6s5
+1vol
+voli7
+vo4litu
+vol4tes
+2vom
+vo4na
+vo9nal
+vo9nar
+von5de
+vons6
+von5sh
+2v1o6p
+2vord
+vor8da.
+vo1re
+vo9ren
+2v1org
+4voro
+vors7k
+1vos
+4vosj
+vos4se
+vo4teg
+vo4tel
+6votr
+vo1v
+vo4ve.
+vo6vi.
+2v1p4
+2vr8
+3v6rak
+v7rar
+v1re
+vregi3
+6vrenge
+4vrengi
+v6rengj
+v6rengt
+vrett4s
+v6ri.
+3vrid
+7vrie
+v6rigas
+vri6ma.
+vri8me.
+v3ring
+vrin5s
+vri6ve.
+v1ro
+v4rob
+v4rof
+v4rok
+v4rop
+vro8te.
+v1ru
+v7ry
+vrø3ve
+v1rå
+vrå8da.
+8vs
+v6sa.
+v7sali
+v6se.
+v4seg
+vs3egg
+v3s4el
+v4s5e4li
+vse4n
+v5sen.
+v4s5eng
+v5s4ens
+v2ser
+v6si.
+vs1in
+v1sk
+vs8ke
+v6s5kum
+vs1kv
+v1sl
+vs3lan
+vs6let
+v6slik
+vsmå8la
+v1s2n
+v6s7na
+vs3ne
+vs3ny
+vs3næ
+v4s3nø
+vs5od
+vsom5
+vs5oms4
+v7son
+vs1or
+vs2pe
+vsre6de.
+vs7s6t
+vs4s5å
+v1s2t2
+vste6ma.
+vs3til
+vs1v
+vsø6ke.
+vsøl5
+v2s5øy
+vsøy4er
+v8så.
+vså7re
+2v1t
+vta1
+v4ta.
+vta8ka.
+vta6led
+vta9len
+vta4lev
+vta6s
+v5tepp
+v5t4i
+vti8na
+vti8ne.
+v5t4r
+v3t2v
+vty8e
+1vu
+vu2d1
+vud5d
+vuden5t
+vuds4
+8vué
+vu8k
+2vul
+2vung
+vun4ge.
+6vu6o
+2v1ut
+2v1v
+vva8la
+vve8g9ing.
+vve6g7inga
+vven7n6i
+vvi5ke
+vvi6k7l
+vvi8s9an
+vvi4se.
+2vy1
+vya4
+vy7ens
+1væ
+væ1ra
+væ9ret
+væ8ta.
+v3ø4d
+vø4l
+vø7li
+vøm4met
+3vøre
+vø6re.
+v3ørke
+vør8na.
+vø3se.
+v5øv
+4v1øy
+vøy6e
+vøy7ene.
+vøy9enes
+1våa
+1våe
+4våend
+v4åk
+vå8ka.
+vå4ke.
+vå4kene
+vå9kene.
+vå4le.
+1vån
+vå5ne
+4vånu
+vå3ren
+vå8sa.
+vå5tes
+6våtf
+våt7å
+w2a
+wa6l
+5wald
+wal4k
+walk5o4
+wal4l
+2wap
+war6d7er
+wash3
+1wat
+wa3z
+w1b
+wboy5
+we2
+weate7
+we7b
+we3g
+we5re
+wes2
+wes3s
+wester6
+western7
+wet5
+wett4
+w4i2
+wi9ar.
+wich3
+3wicz
+wi3d
+5wi6en
+wi9er.
+wi5f
+wi3ni
+wi5ra
+wi3ren
+wi5ta
+wk3r
+w1l
+w1m
+wn5s
+wob5
+wou6
+wout7
+ws5
+ws6k
+wurs6
+wy2
+w1yo
+wyor2
+wyork3
+w1z
+xan5t
+x7b
+x3f
+xga6
+x7h
+x1ic
+5x6id
+xi5e4
+x5k
+x1l
+x1p6
+x3r
+x1s2
+x7t
+x6u
+xy2
+ya7b
+1yac
+ya5f
+ya4h
+y1ak
+yak6te.
+ya2l
+y7am
+y1an
+y6an.
+y2ana
+ya4ne.
+yan7k
+yan7sl
+y1ark
+y7arr
+yas4
+ya5si
+ya5t
+y1av
+y1b
+yba4ne.
+yb4bed
+ybde3
+ybo2
+ybu6er
+ybue7re
+ybu7ern
+ybyg5
+y1c
+y8ce.
+y8cé
+y2co3
+y6dab
+yd5av
+4ydd
+yd6dela
+yd4dep
+y6d7enh
+y4deo
+y2dep
+y4dero
+y2d1is
+yd6je
+yd1ji
+ydo4
+yd3op
+yd5ov
+y1dr
+y4d4r5au
+yd1re
+yd5rem
+y4dro
+y4d4r5oks
+yd3si
+yds4v
+y2du
+yd1un
+ydø4
+y4døm
+ydør5
+yd1øs
+4y1e
+yed8l
+ye6dre
+y2ek
+y5eks
+ye4len
+ye6let
+yel4s5j
+yel4sk
+yels3m
+yel6s5t
+y2em
+ye2n
+y7e6ne
+y8ener
+y2enh
+ye5ni
+y2enk
+y2enl
+yenle6ge.
+yens4
+y4ense
+y3e6re
+ye4rel
+y3ern
+yer8sk
+y4erst
+yes2
+ye5sm
+ye2t
+ye9te
+ye5ty
+y2ev
+y1f
+yfan9
+yfjell4
+y4fle
+yf5le.
+y8ga.
+yga8ve.
+yg4dal
+yg4dek
+yg4del
+yg4dep
+yg2do
+yg2d1r
+yg2d1y
+yg2dø
+yge5i
+ygen5s
+y6geret
+y2ges
+y4gev
+yg6gam
+ygg7art
+ygges4
+yg5gj
+ygg5l
+yg6gr
+ygg3s2
+yg6gu
+yg6g5å
+ygi2
+y5glo
+yg7m
+yg6r
+y1h
+yhes5
+y1i
+y9in.
+yis7t
+y1j
+6yk
+y1ka
+ykap3
+y6kara
+y2ke
+y7kel.
+y5kelen
+y3keli
+y7kels
+y3ken
+y3ker
+y4kerel
+y4kero
+y5ket.
+y9kets
+y1ki
+y1kj
+y4kjar
+y5kjare
+ykjeva8ne.
+yk4kana
+yk4k5enh
+yk5kesj
+ykke6s5ta
+yk1kj
+ykk5ni
+ykk4s5k
+yk8k5vi6
+yk4ky
+yk1la
+yk6lest
+y1klo
+y3klub
+yk3lus
+y5klæ
+y1ko
+y2koa
+y6koli
+y4komo
+y5kosa
+y2kot
+y5koti
+y1kr
+yk1s
+yku6le.
+yk3var
+y1la
+yla8ga
+yl4dan
+yl4derk
+ylde4s
+yld1r
+yld5s6k
+yle6ge.
+y7les
+y4lev
+yligh9
+yl5k8
+ylke2
+ylke4s3
+ylkesla8ga
+yl4lev
+yll5is.
+yl3s6
+ylst7re
+yl5tet
+y8luse
+3ylven
+y1ly
+ylæ7re
+y6mei
+y4mete
+ym4fe5d6
+ym5jara
+y4mo.
+ymo5e
+ym3p2
+ym1s
+ym8sa.
+ym4se
+ym8sl
+ym6ta.
+ym6te.
+ymå6la
+y9n8and
+yndes8
+yn5det
+y2nel
+yn7eld
+yner3g
+yne5s4
+ynesi8
+y6nev
+yn5gel
+yn4gem
+yn2gr
+yn4g5ø
+ynko3
+yn6k5v
+yn5na
+yn5ne
+ynn3s4
+ynn4ø
+y3no
+y4no.
+yns1
+yns6are
+yn4sem
+yn9set
+yn2si
+yn2sk
+yns9ket.
+yns7ki
+yn5skj
+yns7kjele
+yn8s9kjer.
+yn4st
+yn2su
+yn4s5ver
+yn4tap
+yn8teg
+ynt5ei
+yn4tek
+yn6tete
+yo4gat
+yo6gi.
+y1om
+yon4
+yon5nen
+yo6nu
+y1o2p
+y1o2r
+yor6da
+yo5re
+you4
+yout5
+yp8e
+y2pe.
+y4pee
+y4pena
+y4penet
+ype4rel
+y6peta
+y1pi
+y4pi.
+y7ping
+yp5inn
+ypin8na
+y1p2l
+y5po
+yp7p6a
+yp3pe
+y1pr
+yp5s8
+yp4tok
+y3pu
+y1ra
+yra8ka
+y4r3a6l
+y7rarb
+y4r5au
+yr5av
+yr7da
+yr5dø
+y7real
+yre3in
+y5reis
+yrek4
+y7rek7k
+y3rels
+y5rems
+y1ren
+yre9ne
+y4reo
+y6rerel
+y4rero
+yre5sc
+y5rest.
+yre5ste
+y5reste.
+yres6ten
+y1ret
+y4reta
+y4rete
+y4reto
+y7retø
+yr7ga
+y1ri
+yrin5g6
+yri6ene.
+y4rif
+yri8ka.
+yr3inn
+yris6p
+yr4kee
+yrke4s
+yr5kj
+yr3m
+y7roe
+y3romm
+yr1op
+y5rosk
+yr5r8
+yr4san
+yr7set
+yr5sk
+yr6skj
+yr6skr
+yr2sp
+yrs7tan
+yrs5tar
+yrs7tene
+yrs5tens
+yr3sti
+yr4sv
+yr3te
+yr6tek
+yr2t3r
+yr3tra
+yrty8
+y1ru
+yrul8la.
+yr5ut5r
+yr3v
+y1ry
+yr3øk
+yrøy4
+y1rå1
+yråd2
+yrå8da
+yråde7r
+yrå6ders
+y4rådi
+y2råm
+y6råst
+y4råt
+y4råv
+2ys
+y1sa
+ys6a7kers
+ys4e
+yse4bu
+y4sed
+y4see
+yse5ei
+y2seg
+y2sek
+ys7ekte
+y2sem
+y4sera
+yse7rid
+yseri7e6
+y4sesj
+y4sesk
+y4se5s6l
+y4sest
+y5seste
+y6sesu
+y9set.
+y4seu
+ys6i
+ysi8e
+y5sjk
+y7skag
+ys6kara
+ys7kare
+ysk9au
+ys2k3l
+ysk5øs
+ys4mi
+ys4nø
+y1so
+y4s5or
+ys2pe
+ys5pis
+y5s4po
+ys6sak
+ys6sam
+ys4s3ei
+ys4s3ek
+ys4s5il
+ys2sj
+ys4sku
+ys2so
+ys2sp
+yss5pe
+ys4sta
+yss5tab
+ys4s5ti
+ys4su
+ys2s5v
+ys2t
+ys3ta
+y8star.
+ys4tat
+ys3tel
+ys3ten
+y4s3ter
+ysterie7n
+ys7tesl
+y2s3ti
+yst3op
+yst3r
+ys5t6ry
+ys6ty
+y1su
+ys1ve
+ys5år
+y1ta
+y4t3ana
+y2tee
+y4tef
+y2teg
+yt5e4ge
+yte3in
+y4teka
+y4teki
+y4tena
+y4teno
+y2teo
+y4teret
+yte6ro
+yters6
+yter5ske
+yte5r6ø
+y2tes2
+y2tet
+y3t2hi
+6y5til
+y6tj
+yt9ja
+yt5jen
+yt9jer
+yt4mei
+yt4mes
+y3to
+yt8ra
+yt4re.
+yt5rer
+yt1ri
+yt4rik
+y5trå
+yt4s3en
+yt3sk
+yt5sv
+4ytt
+yt5t6a
+ytt4e
+ytte8r9end
+yttes6
+yt4test
+yt8tien.
+yttsa6me.
+2y3tu
+y1ty
+yt4ys
+y7tå8
+y1u
+y6ua
+y8ue
+yu8g
+yu4l
+y1v
+y4vak
+yva8la
+y2ved
+yve4ria
+yve4ris
+y4vese
+y6vesy
+y6vev
+yvi8sa
+yvi6se.
+yv1år
+yvå5te
+y1w
+y5æ
+y5ø
+y1å2
+za5b
+3zae
+4zaes
+za4g5
+za5k6h
+zani4
+zania5
+5za5v
+z1b4
+zbu4
+z1c
+z1d
+1ze
+zea1
+zebu9
+zeli5
+zen3s
+4z3ense
+4z3ent
+z1f
+z1g
+5zha
+z3hi
+z5hu
+5zie
+1zifi
+5zing
+z5int
+1zis
+6zisty
+4zi5s4v
+2zisy
+z1k
+4z1l
+z1m
+5zo.
+5zoe
+zo1f2
+zo4no
+zo5re
+6zos
+z1p
+z5r
+z1s
+4z1t
+zu3e
+z1un
+z1v
+z1za.
+z2z3el
+æ5by
+æ2bø
+æ5de
+æ7di
+æ1f
+æg6
+æ2k
+æ3ke
+æ5ki
+æ8kj
+æk1ja
+æk7je.
+æk9jer.
+ække7
+ækkel6
+æk6l
+æ1la
+æ4le.
+æ2le3d
+æ4lena
+æ4lev
+æl5j
+ælsle9
+æ4r1ak
+æ3rane
+æ4rans
+æ4rarb
+æ6rarbe
+ær4arte
+æ4r1at
+ærbu5e
+ær1d4
+æ1re
+æ2rea
+æ4red
+æ2ref
+æ2reg
+æ8r7ei
+ærei6e
+æ2rek
+æ6r7eld
+ære5ne.
+ære7nes
+æ2rep
+æ5rern
+æresa4m
+ære6skr
+ære4sl
+ære4sp
+æ4reta
+æ4retek
+æ9rets
+æ2rev
+4ærf
+ærgen5
+ærhø8
+æ1ri
+æri6e7ne
+æ4r3il
+ær3ins
+æri6s
+ær5is.
+4ærk2
+ærle6ge.
+4ærm
+ærmå8la
+ær3n
+ær5ne4
+ær4nå
+æ2r7o6
+ærom5
+æroms4
+ær5r
+ær6sel
+ær4s5il
+ær1sk
+ær7s6no
+ær2sp
+æ2r1u
+ærut5
+ær3v
+æ2r1ø4
+ærøy7e
+ær3å4
+æ8se.
+æ2sj
+æ2s1k
+æ5ta
+4æte
+æ4te.
+æt4r
+æt4ta
+æ5va
+ævar5
+æve4s
+æ5vi
+6ø1a2
+øa7re
+øau4
+ø1b
+øbe6lev
+øbe4li
+ø2bl
+øbl9u
+øb4r
+ød3ag
+ø4dak
+ød3d
+ød9de.
+ø2de.
+ø4dede
+ø6def
+ø4dela
+ø4dem
+ø4deo
+ø4deri
+ø4dero
+ø5dj
+ød1r
+ød4red
+ød4rek
+ød4rep
+ød2sc
+ød6s5ek
+øds7ke
+øds4ko
+ød6sku6
+øds4mu
+ød8t5om
+ødt6r
+ø2du
+ød3und
+ø4d5ur
+ø6d5ø
+4ø1e2
+ø4ed
+ø5ene
+ø5ep
+ø3e6re
+øfe8
+øf3fe
+øf6j
+øf8la.
+øf8le.
+øffe8l7a
+ø5fn
+øfte5s
+øg1
+øg2a
+øg5ak
+øg5al
+ø7gar
+ø5gas
+ø3ger
+øg5gl
+øg8gå
+ø7g4j
+øglo8ve
+øgn6s7p
+ø2g2r
+øg5re.
+øg5res.
+øgs2
+øg4ste
+øg4str
+øgta5
+4øg4u
+ø1h
+ø4i
+øi4e
+ø5ing
+ø5isk
+ø4it
+ø1j
+6øk.
+6ø1ka
+ø5kav
+øka8ve.
+ø6keh
+ø4kelo
+ø6kerada
+ø6kerel
+ø4ke5ru
+øke1s
+ø6kese
+ø8kesl
+ø4kest
+ø4kete
+ø1ki
+4økj
+ø5kjare
+ø5kjas
+ø1kje
+2økk
+øk5kel
+øk5ket
+øk4k5l
+økk5r
+øk3lag
+øk3lan
+2økna
+1øko
+øk5opp
+ø1kr
+ø8krar
+øk8sa.
+øk6se.
+øk4ses
+øk4si
+øk2so
+øks1t6
+øks5ti
+øku4r
+øk5ur.
+øk5ure
+øk7ve
+ø7ky
+ø1la
+ø2lah
+ø6lam
+øl3d
+øled
+ø4ledi
+ø6lelu
+ø4lero
+ø6leta
+ø4le5te
+ø2lev
+øl4gera
+ølge5s6v
+øl1j
+øl2ke
+ølke7s
+øl4lese
+øl9leti
+øl6lev
+ø1lo
+øl7op
+ølrå4
+øl6sel
+øl4sere
+øl4se3s
+øls6t4
+øl5s4v
+ø5luk
+øl7ut
+ølva6
+øl4var
+øl4v3ei
+øl6vek
+øl8vel
+ølv7erk
+øl4v3in
+ølv5o
+ølv7r
+ø1ly
+ø4me.
+ø9met
+1ømfi
+ø5mi
+ømini6
+øm4med
+øm4mero
+ømmet6
+øm4metr
+øm3op
+øm4pel
+øm7s6p
+øm1st
+øm5svi
+ø2m1u
+ømå8la
+øn2ad
+ø6n5al
+ø5nas
+ø2nem
+ø3nes.
+ø9nese
+ønhø8re.
+4ønn
+øn4nal
+ønni4
+øn4n5it
+ønns5al
+ønn4s3e
+ønn4s5i4d
+ønns5kje
+ønns5kre
+ønns5ku
+ønns3l
+ønns3t
+øn2nø
+ø6nom
+øn2s
+øn9sa.
+øn5sak
+øn5sam
+øn5se.
+øn3ser
+øn3skj
+øn8skjer.
+ønst3r
+ønst9ra
+ønt1
+øn2ta
+øn2to
+øn7u8
+ø1o
+ø4peda
+ø6pe5i
+ø4penu
+ø5pero
+ø4peru
+øpes4
+ø4pete
+ø4peti
+ø1pi
+øp3li
+øp5p
+øp6pl
+ø1pr
+øp6s1
+øpsa4
+øpsla8ga
+øps8leg
+øp5ste
+øp4s5ø
+ø1ra
+ø2ra.
+ø2r1af
+ø2r1ak
+ø2r1a2m
+ø4rans
+ø4r3ant
+øra8sa
+øra6si
+ø4r7au
+ørd4e
+ø1re
+ø2rea
+ør7edd
+ø6redu
+ø2ref
+ø2reg
+ø6rein
+ø2rek
+ørek6l
+ør3eks
+ør5ekt
+ørele8se
+ø9relet
+ø4r5eng
+ø2re5o4
+ø2rep
+ø6reret
+ø4reru
+øre1s2
+ø5res.
+ø4rese
+ø6resi
+ø7reskrivi
+ø8reso
+ø4rest
+øre6s7v
+ør6et
+ø4reta
+ør1eu
+ø2rev
+ør5fe
+ørge5s
+ø1ri
+øri8m
+ør4jet
+ør4keri
+ør4kes
+ør8k9lag
+ør6k5n
+ør4kve
+ør4kå
+ørla8ga
+ørm9ut
+ørn4e
+ør4nere
+ør4nes4
+ør4n3u
+ør4n5ø
+ør1o
+ø5r6ok
+ø1ros
+ø4r3ost
+øro4v
+ør4rek
+ør4rep
+ørri4
+ør4r5is
+ør4råt
+ør4sak
+ørsa8ka
+ørsa6me.
+ør4sc
+ør6ses
+ør2si
+ør5ski
+ør4skr
+ørs6lev
+ør4som
+ør4spe
+ør2st
+ørs9tar
+ørste5i
+ørs5tens
+ørs5tig
+ør3sto
+ørs9u
+ør2sv
+ørs1å
+ør9tar
+ør4tek
+ør6ti9a
+ør4tide
+ør8tien.
+ør6tif
+ør3to
+ørum5
+ø6rut
+ør5v
+ør1ø2s
+ørø1v
+ør1åp
+ø1sa
+øsa6me.
+ø8sarar
+ø1sc
+ø2se.
+ø2sem
+øse4n5o
+øseri7
+øserie6
+øs5jo
+øs7kar
+øs1l
+øs4lag
+ø4slu
+øs2me
+ø1s2p
+øs8tas
+øst9ast
+øs6teg
+øs5terse
+øst9ett
+østo2
+øst5of
+øst5ov
+øst1r
+øst3re
+østø4
+ø2s1ø2
+4øt
+øt3ak
+ø9tar
+øta4s
+øt5asa
+ø2te.
+ø2tea
+ø6tef
+ø6tege
+ø2tei
+ø2tel
+ø5tela.
+ø3ten
+ø4teni
+ø3ter.
+øte3ru
+ø2te1s
+øte7sn
+ø4teta
+øt7ri
+øt1sa
+øt3s4p
+øt7s6å
+øtså9re
+øt4tero
+øt6test
+øtt5av
+øtt5eta
+øtt5ete
+øtt5ra
+øtt7ri
+øtt1s2
+øttså7re
+øt4tur
+øt4ty
+ø1tu
+ø5ty
+ø1u2
+øug8la
+øv5aa
+øv5ans
+øve5in
+ø4vek
+øve5no
+øveren8
+øve1s
+øves4t
+øve3te
+ø5vik
+øv6l7ut
+øv7ne
+øv6nø
+øv9o8
+øv1r
+øv5reb
+øv1s
+øv9sa
+ø5vå
+øy3al
+øya2n
+7øyan.
+9øy8ans
+øy4dek
+øy4dere
+øyd8i
+5øyeb
+øy7e4de
+øy2ee
+øy4ele
+øye4n
+øy4ep
+øy4erf
+øy1gl
+øy3ke.
+øyks4
+øyk5t
+2øyl
+øy4led
+øy4leg
+øy5na
+øy5ni
+øy3o
+6øyp
+øy3pe.
+øy4pel
+øy4ra.
+øy5rer.
+øyri6v
+øy3rø
+øy1s
+øy5s4ar
+øy5si
+øys2l
+øy4sm
+øy4spi
+5øysund
+øy4tei
+øy4tel
+øy4tere
+øyte5s6
+øyti7da
+øy1tr
+øy2t3y6
+øy5tø
+øy4vei
+5øyvå
+ø1ø2
+ø5å6
+å1a
+åak6ta
+åa4n5
+åan8ka.
+åan6ke.
+å2ar
+å5aran
+åau4re
+å1b4
+åba8ne.
+åber2
+åbo9ta
+6å1d
+å7dan
+å9dar
+å4ded
+å4dek
+å4dem
+å4deo
+å4dep
+å4dere
+å4deri
+å6dero
+å2des
+å7di
+åd4ra
+åd8re
+åds1
+åd2sk
+åd3s4la
+åd7slo
+åd3slå
+åd1s2n
+åd3s4pe
+åd7spu
+åd5st
+åd6s7te
+4å1e
+å2ele
+åem8na
+åe2n
+å7ens
+å3er
+å3e6re.
+å1f
+åfe6
+åfø5re
+2åg
+å4ga.
+åg7ald
+å4ge.
+åg7ei
+å2ges
+ågna5
+åg5ne
+åg4r
+åg5rin
+ågs6k
+åg5sl
+åg7sp
+ågs4t
+ågu4l
+åg5ø
+å4gå.
+å1h
+å1i
+å1j
+å1ka
+å3kan
+å3kar
+å4karb
+åk7av
+å4keh
+å3ken
+å4kena
+å4k3enh
+å4kere
+åke5s
+å4kesl
+å5kevi
+å1ki
+å6kid
+å1kj
+åk1k
+åk5ka
+åkk6l
+åk7kr
+åk7lau
+åklist7
+åk3læ
+å1ko
+åk3opp
+åko4s
+åk6ra
+åk5røk
+åk3rå
+åk1s2
+åks7l
+åk3t4
+åku8
+å5k8ul
+åkva8la.
+åkøy8rar.
+å2k3å
+å1la
+å5l6amp
+å6larb
+å9las
+ål5au8
+ål9av
+ål3d
+å2lef
+ål5eini
+å2lek
+å2lem
+å4l5enh
+å4leni
+åle6ris
+å2le1s2
+åle9s6und
+å4lete
+å2lev
+ålgå6
+å6lio
+ål5j
+ålla6ga
+ål3or
+ål4san
+ål4sek
+ål4ser
+åls7i
+ål2sp
+ål4sti
+ålsy8na
+ål5ti
+ålti5d
+ål1u
+ålul8la
+å1ly
+å2l1øy
+åløy4e
+ål5å6k
+ålå8te.
+6åm
+å6me.
+åm4li.
+åm1om
+åm5øy
+å3nar
+å9nas
+ånd3r
+ånd4sa
+ånd4se
+ånd4so
+å4ne.
+åned4
+åneds5
+åne5i6
+å2nel
+ånely6
+å5nes.
+å3net
+å4netr
+å3ni
+ån5o
+å9ny
+å3o
+åp2e
+åpe4n3a
+åpe4n5i
+åpen3s
+å5per
+å6pero
+å1pi
+åp6j
+å1pla
+åp4ne.
+åp7p
+å1pr
+åpra5
+åp2s1
+åp6ta
+å4på
+år3ak
+å9ran
+å7rara
+ård5str
+å2re.
+å5rei
+å6rel
+åre7s
+å4rest
+årfi4
+å7riv
+år3k2
+år4le.
+2årn
+årn5s
+år3on
+år3op
+årpo8
+år2s
+års5af
+års3el
+år3sem
+års3ko
+år8sku
+årsla8ga
+år3sol
+års3ta
+år7ste
+års3ti
+år7sto
+år5stu
+års1u
+års1v
+år5sy
+år5u4k
+år3un
+år5y4
+å1rø
+å5r8å
+ås2
+å1sa
+ås7au
+å4se.
+å4see
+ås5eid
+å4sek
+å4sem
+åseri7e6
+åse3s2
+å4sesm
+å4seso
+åse5ta
+ås3h
+å8si.
+ås5ka.
+ås9kene
+ås8ki
+å1skj
+ås7kop
+å1skr
+å5sku
+å1sl
+ås5ne
+ås3ni
+å5so
+å1sp
+ås7pl
+ås5sa
+ås5se
+ås3si
+åss3k
+4å1st
+å7stei
+åsu4
+ås3un
+ås7ut
+ås7væ
+ås5øy
+åså9
+å1ta
+å4ta.
+åtaks5
+åta2l
+åta9la
+åtale3
+åta5le.
+åta5len
+å4tang
+å4tark
+å4t5arm
+å2te.
+å2tea
+å4tee
+å2t1ei
+åte6ke.
+å4teo
+å9ter
+å2tes
+5åtferd
+å5ti
+åti7da
+2åtn
+å1to
+åt7ov
+6åtp
+åt1re
+åtri6pa.
+åtri8pe.
+åt1ru
+åt5sk
+åt1t
+åt4ted
+åt4ti
+ått3o
+åt4tri
+åtts4
+åt6t5æ
+åt1u
+åt4un
+åtva5ra
+åtva7re
+åt5ve
+å5ty
+åt1øv
+å3u
+åun8ge.
+å1v
+åv4a
+å2ve7d
+å4veg
+åve5l
+å4veni
+å9ver.
+å2vev
+åv7s6
+å7vy
+åvæ4re.
+å1ø8
+åøy4
+# liblouis: Norwegian Grade 0 Braille Table, uncontracted braille
+#
+#  Copyright (C) 2004-2008 ViewPlus Technologies, Inc. www.viewplus.com
+#  Copyright (C) 2004-2006 JJB Software, Inc. www.jjb-software.com
+#  Copyright (C) 2009-2019 Lars Bjørndal <lars@lamasti.net>
+#  Copyright (C) 2015-2018 NLB Norwegian library of talking books and braille, http://www.nlb.no/
+#
+#-copyright: 2004-2008, ViewPlus Technologies, Inc. www.viewplus.com
+#-copyright: 2004-2006, JJB Software, Inc. www.jjb-software.com
+#-copyright: 2009-2019, Lars Bjørndal <lars@lamasti.net>
+#-copyright: 2015-2018, NLB Norwegian library of talking books and braille, http://www.nlb.no/
+#
+# Created June 9, 2005 by Leon Ungier <Leon.Ungier@ViewPlus.com> with
+# help and guidance from Lars Bjørndal <lars@lamasti.net>
+# Updated June 2009 by Lars Bjørndal <lars@lamasti.net>
+# Updated April 2015 by Jostein Austvik Jacobsen <jostein@nlb.com> and Ammar Usama <ammar.usama@nlb.no>
+#
+#-author-name: Leon Ungier
+#-author-email: Leon.Ungier@ViewPlus.com
+#-author-url: www.viewplus.com
+#
+#-author-name: Lars Bjørndal
+#-author-email: lars@lamasti.net
+#-author-url: https://github.com/larsbjorndal
+#
+#-author-name: Jostein Austvik Jacobsen
+#-author-email: jostein@nlb.no
+#-author-url: https://github.com/josteinaj
+#
+#-author-name: Ammar Usama
+#-author-email: ammar.usama@nlb.no
+#-author-url: https://github.com/usama49
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+#
+
+space \t 9                   # tab x0009
+space \x001b 1b              # escape character for html back-translation # dec 27
+space \x00A0 a               # NO-BREAK SPACE <noBreak> 0020 NON-BREAKING SPACE # dec 160
+include spaces.uti
+
+include digits8Dots.uti
+include latinLetterDef6Dots.uti
+
+punctuation ! 235            # exclamation mark x0021
+punctuation " 256            # double quote x0022
+punctuation ' 5              # apostrophe x0027
+punctuation ( 236            # left parenthesis x0028
+punctuation ) 356            # right parenthesis x0029
+punctuation , 2              # coma x002C
+punctuation . 3              # point x002E
+punctuation : 25             # colon x003A
+punctuation ; 23             # semicolon x003B
+punctuation ? 26             # question mark x003F
+punctuation [ 12356          # left square bracket x005B
+punctuation ] 23456          # right square bracket x005D
+punctuation { 6-12356        # left curly bracket x007B
+punctuation } 6-23456        # right curly bracket x007D
+punctuation « 256            # left-pointing double angle quotation mark x00AB
+punctuation » 256            # right-pointing double angle quotation mark x00BB
+punctuation \x2010 36        # 8208 hyphen
+punctuation \x2011 36        # 8209 non-breaking hyphen
+punctuation \x2012 36        # figure dash
+punctuation \x2013 36-36     # en dash
+punctuation \x2014 36-36     # em dash
+punctuation \x002D 36        # hyphen-minus x002D
+punctuation \x2018 5         # 8216 smart single left quotation mark
+punctuation \x2019 5         # 8217 smart single right quotation mark
+punctuation \x201C 256       # 8220 smart opening double quote
+punctuation \x201D 256       # 8221 smart closing double quote
+punctuation \x201E 256       # 8222 smart double low quotation mark
+punctuation \x201F 256       # 8223 smart double high reverse quotation mark
+punctuation \x2026 3-3-3     # 8230 smart ellipsis
+punctuation \x2212 36        # 8722 minus sign
+
+sign # 3456                  # number sign x0023
+sign $ 256                   # dollar sign x0024
+sign £ 123                   # pound sign
+sign % 46-356                # percent sign x0025
+sign ‰ 46-356-356            # per mille sign
+sign & 346                   # ampersand z0026
+sign * 35                    # asterisk x002A
+sign @ 4                     # commercial at x0040
+sign \\ 156                  # reverse solidus x005C
+sign ^ 46                    # circumflex accent x005E (math power)
+sign _ 456                   # low line x005F
+sign ` 45                    # grave accent x0060
+sign \x00AF 45               # macron
+sign \x0304 45               # combining macron
+uplow \x00C9\x00E9 123456    # e with acute é x00C9 / 00E9
+sign | 123456                # vertical line x007C
+sign ~ 1456                  # tilde x007E
+sign \x0080 15-136-1235-135  # Euro sign x0080
+sign ¢ 4-14                  # cent sign x00A2
+sign £ 45-123                # pound sign x00A3
+sign ¤ 236-134-356           # currency sign x00A4
+sign ¥ 45-13456              # yen sign x00A5
+sign § 346                   # section sign x00A7
+sign © 236-14-356            # copyright x00A9
+sign ® 236-1235-356          # Registered trademark
+sign ™ 236-2345-356          # Trademark
+sign ° 5-356                 # degree sign x00B0
+sign ² 4-6-126               # superscript 2 sign x00B2
+sign ³ 4-6-146               # superscript 3 sign x00B3
+sign \x00B4 4                # acute sign dec-180
+sign ¹ 1-27                  # superscript 1 sign x00B9
+sign \x20AC 26               # Euro sign x0080
+sign ■ 123456                # Filled square
+sign □ 123456                # Empty square
+sign ● 2356                  # Filled circle
+sign ○ 2356                  # Empty circle
+sign • 2356                  # Bullet
+sign ß 35-234                # Latin Small Letter Sharp S
+
+uplow Αα 1                   # alpha
+uplow Ββ 12                  # beta
+uplow Γγ 1245                # gamma
+uplow Δδ 145                 # delta
+uplow Εε 15                  # epsilon
+uplow Ζζ 1356                # zeta
+uplow Ηη 5                   # eta
+uplow Θθ 4                   # theta
+uplow Ιι 24                  # iota
+uplow Κκ 13                  # kappa
+uplow Λλ 123                 # lambda
+uplow Μμ 134                 # my
+uplow Νν 1345                # ny
+uplow Ξξ 1346                # ksi
+uplow Οο 135                 # omikron
+uplow Ππ 1234                # pi
+uplow Ρρ 1235                # rho
+uplow Σς 234                 # sigma
+uplow Ττ 2345                # tau
+uplow Υυ 136                 # ypsilon
+uplow Φφ 124                 # fi
+uplow Χχ 12346               # khi
+uplow Ψψ 13456               # psi
+uplow Ωω 2456                # omega
+
+uplow \x00C8\x00E8 2346      # e with grave è x00C8 / 00E8
+uplow \x00CA\x00EA 126       # e with circumflex x00CA / 00EA
+uplow \x010C\x010D 146       # c with caron x00CE / 00EE
+uplow \x00CF\x00EF 34        # i with diaeresis x00CF / 00EF
+uplow \x00D4\x00F4 46-135    # o with circumflex ô x00D4 / 00F4
+uplow \x00CD\x00ED 126       # i with acute x00CD / 00ED
+uplow \x00C6\x00E6 345       # æ x00C6 / 00E6
+uplow Åå 16                  # A with ring above x00C5 / 00E5
+uplow \x00C1\x00E1 16        # a with acute x00C1 / 00E1
+uplow Øø 246                 # o with stroke
+uplow \x00DA\x00FA 12456     # u with acute x00DA / 00FA
+uplow \x00DC\x00FC 1256      # u with diaeresis x00FC
+uplow \x00DD\x00FD 12346     # y with acute x00FD
+uplow \x00C0\x00E0 12356     # a with grave x00C0 / 00E0
+uplow \x00C2\x00E2 46-1      # a with circumflex x00C2 / 00E2
+uplow Ää 345                 # A with diaeresis x00C4 / 00E4
+uplow \x00C7\x00E7 12346     # c with cedilla ç x00C7 / 00E7
+uplow \x00D5\x00F5 1456-135  # o with tilde x00D5 / 00F5
+uplow Öö 246                 # O with diaeresis x00D6 / 00F6
+uplow \x00D2\x00F2 346       # O with grave ò
+uplow \x017D\x017E 2346      # z with caron
+uplow \x01EA\x01EB 23456     # o with ogonek
+uplow Đđ 1456                # d with stroke
+uplow Ðð 156                 # Eth
+uplow Ŋŋ 1246                # Eng
+uplow Þþ 35-2345             # Thorn
+#uplow Üü 1245                # u with diaeresis
+uplow Üü 1256                # u with diaeresis
+uplow Ŧŧ 1256                # t with stroke
+uplow Ṥṥ 156                 # Latin Letter S with Acute and Dot Above
+uplow Šš 156                 # Latin Letter S with Caron
+uplow Œœ 346                 # Latin Ligature Oe
+
+math + 235                   # plus x002B
+math / 34 solidus            # x002F
+math < 246-3                 # less-than sign x003C
+math = 2356                  # equal sign x003D
+math > 135-2                 # greater-than sign x003E
+math × 3                     # multiplication sign x00D7
+math ÷ 25                    # division sign x00F7
+math √ 146                   # root sign
+
+# 8.3 Fractions and mixed numbers
+math ½ 3456-1-34-3456-12      # vulgar fraction 1/2 (x00BD)
+math ¼ 3456-1-34-3456-145     # vulgar fraction 1/4 (x00BC)
+math ¾ 3456-14-34-3456-145    # vulgar fraction 3/4 (x00BE)
+math ⅓ 3456-1-34-3456-14      # vulgar fraction 1/3 (x2153)
+math ⅔ 3456-12-34-3456-14     # vulgar fraction 2/3 (x2154)
+math ⅒ 3456-1-34-3456-1-245   # vulgar fraction 1/10 (x2152)
+math ⅕ 3456-1-34-3456-15      # vulgar fraction 1/5 (x2155)
+math ⅖ 3456-12-34-3456-15     # vulgar fraction 2/5 (x2156)
+math ⅗ 3456-14-34-3456-15     # vulgar fraction 3/5 (x2157)
+math ⅘ 3456-145-34-3456-15    # vulgar fraction 4/5 (x2158)
+math ⅙ 3456-1-34-3456-124     # vulgar fraction 1/6 (x2159)
+math ⅚ 3456-15-34-3456-124    # vulgar fraction 5/6 (x215a)
+math ⅐ 3456-1-34-3456-1245    # vulgar fraction 1/7 (x2150)
+math ⅛ 3456-1-34-3456-125     # vulgar fraction 1/8 (x215b)
+math ⅜ 3456-14-34-3456-125    # vulgar fraction 3/8 (x215c)
+math ⅝ 3456-15-34-3456-125    # vulgar fraction 5/8 (x215d)
+math ⅞ 3456-1245-34-3456-125  # vulgar fraction 7/8 (x215e)
+math ⅑ 3456-1-34-3456-24      # vulgar fraction 1/9 (x2151)
+math ↉ 3456-245-34-3456-14    # vulgar fraction 0/3 (x2189)
+
+lowercase \x00F3 1456         # DEC 243 ó
+lowercase \x00F4 4-135        # DEC 244 ô
+
+undefined 0                   # sign used for undefined characters
+
+# no space within mixed numbers like 1 1/2
+# the swapcd rule is for compensating that the litdigit rule is not matched anymore
+swapcd aslitdigit 1234567890 1,12,14,145,15,124,1245,125,24,245 # as defined in litdigits6Dots.uti
+noback context [%aslitdigit$s.]$d."/"$d %aslitdigit
+
+# arrows
+sign → 25-5 # rightwards arrow x2192
+sign ← 5-25 # leftwards arrow x2190
+
+# Diacritic characters
+
+include no-no-latinLetterDef6Dots_diacritics.uti
+# liblouis: Character definitions for Croatian tables
+#
+#  Copyright (©) 2017. Zlatko Sobočan <zlatko.sobocan@tifloglobus.hr>
+# by company Tiflo globus d.o.o. <http://www.tifloglobus.hr>
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+
+#-------------------------------------------------------------------------------
+#
+#  Character definitions for Croatian tables
+#
+#  Version 2017-06-15
+# Created and maintained by zlatko Sobočan <zlatko.sobocan@tifloglobus.hr>
+# by company Tiflo globus d.o.o. <http://www.tifloglobus.hr>
+# Especially thanks Arend Arends <arend.arends@hccnet.nl> by TactileView for testing.
+# If you found bugs with Croatian grade1 table, report it with following address:
+# Zlatko Sobočan <zlatko.sobocan@tifloglobus.hr>
+#
+#-------------------------------------------------------------------------------
+
+space         \x0009 0-0               #9     [CHARACTER TABULATION]
+space \x00a0 a
+include spaces.uti
+
+# ===== BASIC LATIN - 0000-007F ================================================
+
+punctuation   \x0021 235               #33    ! EXCLAMATION MARK
+punctuation   \x0022 2356               #34    " QUOTATION MARK
+sign          \x0023 3456            #35    # NUMBER SIGN
+sign          \x0024 5-145              #36    $ DOLLAR SIGN
+sign          \x0025 3456-245-356          #37    % PERCENT SIGN
+sign          \x0026 12346           #38    & AMPERSAND
+punctuation   \x0027 256               #39    ' APOSTROPHE APOSTROPHE-QUOTE
+punctuation   \x0028 236             #40    ( LEFT PARENTHESIS
+punctuation   \x0029 356             #41    ) RIGHT PARENTHESIS
+sign          \x002A 35              #42    * ASTERISK
+math          \x002B 4-235             #43    + PLUS SIGN
+punctuation   \x002C 2               #44    , COMMA
+punctuation   \x002D 36              #45    - HYPHEN-MINUS
+punctuation   \x002E 3               #46    . FULL STOP PERIOD
+sign          \x002F 1256             #47    / SOLIDUS SLASH
+include hr-digits.uti
+
+punctuation   \x003A 25              #58    : COLON
+punctuation   \x003B 23              #59    ; SEMICOLON
+math          \x003C 246-3              #60    < LESS-THAN SIGN
+math          \x003D 4-2356            #61    = EQUALS SIGN
+math          \x003E 135-2              #62    > GREATER-THAN SIGN
+punctuation   \x003F 26              #63    ? QUESTION MARK
+
+include latinLetterDef6Dots.uti
+
+punctuation   \x005B 6-12356          #91    [  LEFT SQUARE BRACKET
+sign          \x005C 4-1256            #92    \  REVERSE SOLIDUS
+punctuation   \x005D 6-23456          #93    ]  RIGHT SQUARE BRACKET
+sign          \x005E 5          #94    ^  CIRCUMFLEX ACCENT
+sign          \x005F 456           #95    _  LOW LINE
+sign          \x0060 4             #96    `  GRAVE ACCENT
+punctuation   \x007B 12356           #123   {  LEFT CURLY BRACKET
+sign          \x007C 45              #124   |  VERTICAL LINE
+punctuation   \x007D 23456           #125   }  RIGHT CURLY BRACKET
+sign          \x007E 56            #126   ~  TILDE
+sign          \x007F 456             #127  [DELETE]
+sign          \x0040 4-345           #64    @  COMMERCIAL AT
+sign          \x2022 6-35           #82226 •
+sign          \x2026 3-3-3           #8230 elipsis
+sign          \xF0B7 0-0-36           #bullet
+
+# ===== LATIN-1 SUPPLEMENT: 0080-00FF ==========================================
+
+punctuation   \x00A1 0               #161   ¡ INVERTED EXCLAMATION MARK
+sign          \x00A2 5-14            #162   ¢ CENT SIGN
+sign          \x00A3 5-123           #163   £ POUND SIGN
+sign          \x00A4 5-1236               #164   ¤ CURRENCY SIGN
+sign          \x00A5 5-13456         #165   ¥ YEN SIGN
+sign          \x00A6 56-36     #166   ¦ BROKEN BAR
+sign          \x00A7 346           #167   § SECTION SIGN
+sign          \x00A8 4               #168   ¨ DIAERESIS
+sign          \x00A9 236-45-14-356 #169   © COPYRIGHT SIGN
+lowercase     \x00AA 34-1               #170   ª FEMININE ORDINAL INDICATOR
+punctuation   \x00AB 2356             #171   « LEFT-POINTING DOUBLE ANGLE QUOTATION MARK
+sign          \x00AC 0               #172   ¬ NOT SIGN
+sign          \x00AD 36               #173   ­ SOFT HYPHEN
+sign          \x00AE 236-45-1235-356   #174 ® REGISTERED SIGN
+sign          \x00AF 0               #175   ¯ MACRON
+sign          \x00B0 45-356           #176   ° DEGREE SIGN
+math          \x00B1 235-36          #177   ± PLUS-MINUS SIGN
+sign          \x00B2 34-3456-12               #178   ² SUPERSCRIPT TWO
+sign          \x00B3 34-3456-14               #179   ³ SUPERSCRIPT THREE
+sign          \x00B4 0               #180   ´ ACUTE ACCENT
+sign          \x00B5 5-134          #181   µ MICRO SIGN
+sign          \x00B6 346               #182   ¶ PILCROW SIGN
+sign          \x00B7 4-236               #183   · MIDDLE DOT
+sign          \x00B8 5               #184   ¸ CEDILLA
+sign          \x00B9 34-3456-1               #185   ¹ SUPERSCRIPT ONE
+lowercase     \x00BA 34-135             #186   º MASCULINE ORDINAL INDICATOR
+punctuation   \x00BB 2356             #187   » RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK
+math          \x00BC 3456-1-1256-3456-145      #188   ¼ VULGAR FRACTION ONE QUARTER
+math          \x00BD 3456-1-1256-3456-12       #189   ½ VULGAR FRACTION ONE HALF
+math          \x00BE 3456-14-1256-3456-145     #190   ¾ VULGAR FRACTION THREE QUARTERS
+punctuation   \x00BF 0               #191   ¿ INVERTED QUESTION MARK
+#uplow        \x00C0\x00E0 4-1				#192 #224 LATIN LETTER A WITH GRAVE
+#uplow        \x00C8\x00E8 4-15  #200 #232 LATIN LETTER E WITH GRAVE
+#uplow        \x00C9\x00E9 4-15				#201 #231 LATIN LETTER E WITH ACUTE
+#uplow        \x00CC\x00EC 4-24				#204 #236 LATIN LETTER I WITH GRAVE
+#uplow        \x00D2\x00F2 4-135				#210 #242 LATIN LETTER O WITH GRAVE
+#uplow        \x00DA\x00FA 4-136				#218 #250 LATIN LETTER U WITH ACUTE
+uplow         \x00C4\x00E4  345      #196 #228  Ää LATIN CAPITAL LETTER A WITH DIAERESIS
+uplow         \x00D6\x00F6  246      #214 #246  Öö LATIN CAPITAL LETTER O WITH DIAERESIS
+math          \x00D7 4-3             #215   × MULTIPLICATION SIGN
+uplow         \x00DC\x00FC  1256     #220 #252   Üü LATIN CAPITAL LETTER U WITH DIAERESIS
+lowercase     \x00DF 2346            #223   ß LATIN SMALL LETTER SHARP S
+math          \x00F7 4-25               #247   ÷ DIVISION SIGN
+sign          \x02D8 6     #728 ˘ brevis
+sign          \x2122 236-45-2345-356     #8482 trademark mark
+
+# ===== Latin letters with diaresis: =====
+
+uplow         \x010C\x010D 16      #200 #232 Čč LATIN LETTER C WITH CARON
+uplow         \x0106\x0107 146      #198 #230 Ćć LATIN LETTER C WITH ACUTE
+uplow         \x0110\x0111 1456     #208 #240 Đđ LATIN LETTER D WITH STROKE
+uplow         \x0160\x0161 156    #138 #154 Šš LATIN LETTER S WITH CARON
+uplow       \x017D\x017E 2346      #142 #158 Žž LATIN LETTER Z WITH CARON
+uplow        \x008E\x009E 2346    # Žž LATIN LETTER Z WITH CARON (ASCII)
+
+# ===== GENERAL PUNCTUATION: 2000-206F =========================================
+
+punctuation   \x2013 6-36            #8211          EN DASH
+punctuation   \x2014 5-36            #8212          EM DASH
+punctuation   \x2018 6-2356           #8216          LEFT SINGLE QUOTATION MARK
+punctuation   \x2019 6-2356           #8217          RIGHT SINGLE QUOTATION MARK
+punctuation   \x201A 6-2356           #8218          SINGLE LOW-9 QUOTATION MARK
+punctuation   \x201B 6-2356           #8219          SINGLE HIGH-REVERSED-9 QUOTATION MARK
+punctuation   \x201C 2356             #8220          LEFT DOUBLE QUOTATION MARK
+punctuation   \x201D 2356             #8221          RIGHT DOUBLE QUOTATION MARK
+punctuation   \x201E 2356             #8222          DOUBLE LOW-9 QUOTATION MARK
+punctuation   \x201F 2356             #8223          DOUBLE HIGH-REVERSED-9 QUOTATION MARK
+sign          \x2030 3456-245-356-356      #8240    PER MILLE SIGN
+sign          \x2031 3456-245-356-356-356  #8241    PER TEN THOUSAND SIGN
+sign          \x2032 45-256            #8242          PRIME
+sign          \x2033 45-256-256         #8243          DOUBLE PRIME
+punctuation   \x2039 2356                          SINGLE LEFT-POINTING ANGLE QUOTATION MARK
+punctuation   \x203a 2356                          SINGLE RIGHT-POINTING ANGLE QUOTATION MARK
+
+# ===== CURRENCY SYMBOLS: 20A0-20CF ============================================
+
+sign          \x20A0 5-15                           #8352 ₠ EURO-CURRENCY SIGN
+sign          \x20AC 5-15                           #8364 € EURO-CURRENCY SIGN
+
+# ===== NUMBER FORMS: 2150-218F ================================================
+
+math          \x2153 3456-1-1256-3456-14               VULGAR FRACTION ONE THIRD
+math          \x2154 3456-12-1256-3456-14              VULGAR FRACTION TWO THIRDS
+math          \x2155 3456-1-1256-3456-15               VULGAR FRACTION ONE FIFTH
+math          \x2156 3456-12-1256-3456-15              VULGAR FRACTION TWO FIFTHS
+math          \x2157 3456-14-1256-3456-15              VULGAR FRACTION THREE FIFTHS
+math          \x2158 3456-145-1256-3456-15             VULGAR FRACTION FOUR FIFTHS
+math          \x2159 3456-1-1256-3456-124              VULGAR FRACTION ONE SIXTH
+math          \x215a 3456-15-1256-3456-124             VULGAR FRACTION FIVE SIXTHS
+math          \x215b 3456-1-1256-3456-125              VULGAR FRACTION ONE EIGHTH
+math          \x215c 3456-14-1256-3456-125             VULGAR FRACTION THREE EIGHTHS
+math          \x215d 3456-15-1256-3456-125             VULGAR FRACTION FIVE EIGHTHS
+math          \x215e 3456-1245-1256-3456-125           VULGAR FRACTION SEVEN EIGHTHS
+
+# ===== ARROWS: 2190-21FF ======================================================
+
+sign          \x2190 5-25           LEFTWARDS ARROW
+sign          \x2192 25-2           RIGHTWARDS ARROW
+sign          \x2194 5-25-2       LEFT RIGHT ARROW
+
+# ===== MATHEMATICAL OPERATORS: 2200-22FF ======================================
+
+math          \x2212 4-36              #8722   MINUS SIGN
+math          \x2215 4-25              #8725   DIVISION SLASH
+math          \x2217 4-35              #8727   ASTERISK OPERATOR
+math          \x223C 4-26           #8764   TILDE OPERATOR
+math          \x2245 4-26-26           #8773   APPROXIMATELY EQUAL TO
+math          \x2259 26              #8793   ESTIMATES
+math          \x2260 4-256-2356         #8800   NOT EQUAL TO
+math          \x2261 4-2356-2356       #8801   IDENTICAL TO
+math          \x2264 4-246-2356        #8804   LESS-THAN OR EQUAL TO
+math          \x2265 4-135-2356        #8805   GREATER-THAN OR EQUAL TO
+math          \x2266 4-246-2356-2356        #8806   LESS-THAN OVER EQUAL TO
+math          \x2267 4-135-2356-2356        #8807   GREATER-THAN OVER EQUAL TO
+math          \x22c5 4-3               #8901   DOT OPERATOR
+math          \x22c6 4-3               #8902   STAR OPERATOR
+
+# ===== BRAILLE PATTERNS: 2800-28FF ============================================
+
+space         \x2800 0               #10240  BRAILLE PATTERN BLANK
+sign          \x2801 1               #10241  BRAILLE PATTERN DOTS-1
+sign          \x2802 2               #10242  BRAILLE PATTERN DOTS-2
+sign          \x2803 12              #10243  BRAILLE PATTERN DOTS-12
+sign          \x2804 3               #10244  BRAILLE PATTERN DOTS-3
+sign          \x2805 13              #10245  BRAILLE PATTERN DOTS-13
+sign          \x2806 23              #10246  BRAILLE PATTERN DOTS-23
+sign          \x2807 123             #10247  BRAILLE PATTERN DOTS-123
+sign          \x2808 4               #10248  BRAILLE PATTERN DOTS-4
+sign          \x2809 14              #10249  BRAILLE PATTERN DOTS-14
+sign          \x280a 24              #10250  BRAILLE PATTERN DOTS-24
+sign          \x280b 124             #10251  BRAILLE PATTERN DOTS-124
+sign          \x280c 34              #10252  BRAILLE PATTERN DOTS-34
+sign          \x280d 134             #10253  BRAILLE PATTERN DOTS-134
+sign          \x280e 234             #10254  BRAILLE PATTERN DOTS-234
+sign          \x280f 1234            #10255  BRAILLE PATTERN DOTS-1234
+sign          \x2810 5               #10256  BRAILLE PATTERN DOTS-5
+sign          \x2811 15              #10257  BRAILLE PATTERN DOTS-15
+sign          \x2812 25              #10258  BRAILLE PATTERN DOTS-25
+sign          \x2813 125             #10259  BRAILLE PATTERN DOTS-125
+sign          \x2814 35              #10260  BRAILLE PATTERN DOTS-35
+sign          \x2815 135             #10261  BRAILLE PATTERN DOTS-135
+sign          \x2816 235             #10262  BRAILLE PATTERN DOTS-235
+sign          \x2817 1235            #10263  BRAILLE PATTERN DOTS-1235
+sign          \x2818 45              #10264  BRAILLE PATTERN DOTS-45
+sign          \x2819 145             #10265  BRAILLE PATTERN DOTS-145
+sign          \x281a 245             #10266  BRAILLE PATTERN DOTS-245
+sign          \x281b 1245            #10267  BRAILLE PATTERN DOTS-1245
+sign          \x281c 345             #10268  BRAILLE PATTERN DOTS-345
+sign          \x281d 1345            #10269  BRAILLE PATTERN DOTS-1345
+sign          \x281e 2345            #10270  BRAILLE PATTERN DOTS-2345
+sign          \x281f 12345           #10271  BRAILLE PATTERN DOTS-12345
+sign          \x2820 6               #10272  BRAILLE PATTERN DOTS-6
+sign          \x2821 16              #10273  BRAILLE PATTERN DOTS-16
+sign          \x2822 26              #10274  BRAILLE PATTERN DOTS-26
+sign          \x2823 126             #10275  BRAILLE PATTERN DOTS-126
+sign          \x2824 36              #10276  BRAILLE PATTERN DOTS-36
+sign          \x2825 136             #10277  BRAILLE PATTERN DOTS-136
+sign          \x2826 236             #10278  BRAILLE PATTERN DOTS-236
+sign          \x2827 1236            #10279  BRAILLE PATTERN DOTS-1236
+sign          \x2828 46              #10280  BRAILLE PATTERN DOTS-46
+sign          \x2829 146             #10281  BRAILLE PATTERN DOTS-146
+sign          \x282a 246             #10282  BRAILLE PATTERN DOTS-246
+sign          \x282b 1246            #10283  BRAILLE PATTERN DOTS-1246
+sign          \x282c 346             #10284  BRAILLE PATTERN DOTS-346
+sign          \x282d 1346            #10285  BRAILLE PATTERN DOTS-1346
+sign          \x282e 2346            #10286  BRAILLE PATTERN DOTS-2346
+sign          \x282f 12346           #10287  BRAILLE PATTERN DOTS-12346
+sign          \x2830 56              #10288  BRAILLE PATTERN DOTS-56
+sign          \x2831 156             #10289  BRAILLE PATTERN DOTS-156
+sign          \x2832 256             #10290  BRAILLE PATTERN DOTS-256
+sign          \x2833 1256            #10291  BRAILLE PATTERN DOTS-1256
+sign          \x2834 356             #10292  BRAILLE PATTERN DOTS-356
+sign          \x2835 1356            #10293  BRAILLE PATTERN DOTS-1356
+sign          \x2836 2356            #10294  BRAILLE PATTERN DOTS-2356
+sign          \x2837 12356           #10295  BRAILLE PATTERN DOTS-12356
+sign          \x2838 456             #10296  BRAILLE PATTERN DOTS-456
+sign          \x2839 1456            #10297  BRAILLE PATTERN DOTS-1456
+sign          \x283a 2456            #10298  BRAILLE PATTERN DOTS-2456
+sign          \x283b 12456           #10299  BRAILLE PATTERN DOTS-12456
+sign          \x283c 3456            #10300  BRAILLE PATTERN DOTS-3456
+sign          \x283d 13456           #10301  BRAILLE PATTERN DOTS-13456
+sign          \x283e 23456           #10302  BRAILLE PATTERN DOTS-23456
+sign          \x283f 123456          #10303  BRAILLE PATTERN DOTS-123456
+# liblouis: German grade 0 braille
+#
+#  Copyright (C) 2018 SBS Schweizerische Bibliothek für Blinde, Seh- und Lesebehinderte
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+#
+#-------------------------------------------------------------------------------
+
+
+# --- Corrects -----------------------------------------------------------------
+
+# --- Korrektur der Bindestrich-Probleme
+
+# Bindestrich nach Leerschlag vor Zahl ist Minuszeichen.
+noback correct $s["-"]$d "\x2212"
+# Bindestrich nach öffnender Klammer vor Zahl ist Minuszeichen.
+noback correct ["(-"]$d "(\x2212"
+noback correct ["[-"]$d "[\x2212"
+# begword nach Wortersatzstrich verhindern
+noback correct $s["-"] "-\x250A"
+# begword Wortersatzstrich nach Schrägstrich verhindern
+noback correct ["/-"]$l "/\x2013\x250A"
+# endword vor Wortersatzstrich verhindern
+noback correct "-\s" "\x250A-\s"
+# endword vor Wortersatzstrich und Komma verhindern
+noback correct "-,\s" "\x250A-,\s"
+
+# --- Satzzeichen im Wort: Keine Wortgrenze
+
+noback correct $l["("]$l "\x250A(\x250A"
+noback correct $l[")"]$l "\x250A)\x250A"
+noback correct $l["["]$l "\x250A[\x250A"
+noback correct $l["]"]$l "\x250A]\x250A"
+noback correct $l["»"]$l "\x250A»\x250A"
+noback correct $l["«"]$l "\x250A«\x250A"
+noback correct $l["\x2039"]$l "\x250A\x2039\x250A"
+noback correct $l["\x203a"]$l "\x250A\x203a\x250A"
+
+# --- Apostroph, Punkt, Komma, Strich vor Zahl
+
+noback correct $d["'"]$d "."
+noback correct ["'"]$d "\x2500"
+noback correct $dl["."]$d "."
+noback correct ["."]$d "\x2501"
+noback correct ["--."]$d "\x2510"
+noback correct ["\x2013."]$d "\x2510"
+noback correct ["\x2014."]$d "\x2510"
+noback correct ["--,"]$d "\x2511"
+noback correct ["\x2013,"]$d "\x2511"
+noback correct ["\x2014,"]$d "\x2511"
+
+# --- Dagger ("gestorben")
+
+noback correct ["\x2020"] "gest."
+
+# --- Satzzeichen nach zahlenähnlichen Zeichen
+
+class puncAfterOrdinal ;:?!()[]\x00AB\x00BB
+# Prozent
+noback correct ["%"]%puncAfterOrdinal "%\x250B"
+noback correct ["%,"] "%\x256C,"
+# Promille
+noback correct ["\x2030"]%puncAfterOrdinal "\x2030\x250B"
+noback correct ["\x2030,"] "\x2030\x256C,"
+# Grad
+noback correct ["\x00B0"]%puncAfterOrdinal "\x00B0\x250B"
+noback correct ["\x00B0,"] "\x00B0\x256C,"
+# Superscript 2
+noback correct ["\x00B2"]%puncAfterOrdinal "\x00B2\x250B"
+noback correct ["\x00B2,"] "\x00B2\x256C,"
+# Superscript 3
+noback correct ["\x00B3"]%puncAfterOrdinal "\x00B3\x250B"
+noback correct ["\x00B3,"] "\x00B3\x256C,"
+noback correct "\x00BC"[]%puncAfterOrdinal "\x250B"
+noback correct "\x00BD"[]%puncAfterOrdinal "\x250B"
+noback correct "\x00BE"[]%puncAfterOrdinal "\x250B"
+noback correct "\x2153"[]%puncAfterOrdinal "\x250B"
+noback correct "\x2154"[]%puncAfterOrdinal "\x250B"
+noback correct "\x2155"[]%puncAfterOrdinal "\x250B"
+noback correct "\x2156"[]%puncAfterOrdinal "\x250B"
+noback correct "\x2157"[]%puncAfterOrdinal "\x250B"
+noback correct "\x2158"[]%puncAfterOrdinal "\x250B"
+noback correct "\x2159"[]%puncAfterOrdinal "\x250B"
+noback correct "\x215a"[]%puncAfterOrdinal "\x250B"
+noback correct "\x215b"[]%puncAfterOrdinal "\x250B"
+noback correct "\x215c"[]%puncAfterOrdinal "\x250B"
+noback correct "\x215d"[]%puncAfterOrdinal "\x250B"
+noback correct "\x215e"[]%puncAfterOrdinal "\x250B"
+
+# --- Brüche vor Komma
+
+noback correct "\x00BC"[]"," "\x256C"
+noback correct "\x00BD"[]"," "\x256C"
+noback correct "\x00BE"[]"," "\x256C"
+noback correct "\x2153"[]"," "\x256C"
+noback correct "\x2154"[]"," "\x256C"
+noback correct "\x2155"[]"," "\x256C"
+noback correct "\x2156"[]"," "\x256C"
+noback correct "\x2157"[]"," "\x256C"
+noback correct "\x2158"[]"," "\x256C"
+noback correct "\x2159"[]"," "\x256C"
+noback correct "\x215a"[]"," "\x256C"
+noback correct "\x215b"[]"," "\x256C"
+noback correct "\x215c"[]"," "\x256C"
+noback correct "\x215d"[]"," "\x256C"
+noback correct "\x215e"[]"," "\x256C"
+
+# --- Markieren von Zahl-Buchstabenverbindung für Kurzschrift
+
+noback correct $d["bis"]!$l "b\x250Ais"
+noback correct $d[]$l "\x2504"
+
+# --- Braille indicator opcodes ------------------------------------------------
+
+# "Fake"-use of capitalization (removed by pass2)
+capsletter  46a
+begcapsword 45a
+endcapsword 45b
+begcaps     45a
+endcaps     45b
+
+numsign 3456
+
+# --- Emphasis opcodes ---------------------------------------------------------
+
+emphclass italic
+emphclass underline
+emphclass bold
+
+begemphphrase italic 456-456
+endemphphrase italic after 6-3
+lenemphphrase italic 2
+begemphword italic 456
+
+begemphphrase bold 456-456
+endemphphrase bold after 6-3
+lenemphphrase bold 2
+begemphword bold 456
+
+begemphphrase underline 456-456
+endemphphrase underline after 6-3
+lenemphphrase underline 2
+begemphword underline 456
+
+begcomp 6-46
+# endcomp 6-3         # Omitted here (only to be used when longer than one word)
+
+# --- Special Symbol Opcodes ---------------------------------------------------
+
+hyphen - 36
+
+# --- Translation opcodes ------------------------------------------------------
+
+include litdigits6Dots.uti
+
+midnum  ,          2
+endnum  ;          6-23
+
+endnum  ?          6-26
+midword ?          6-26
+always  \s?        0-6-26
+always  (?         2356-6-26
+
+endnum  !          6-235
+midword !          6-235
+always  \s!        0-6-235
+noback always  !          235
+
+midword :          6-25
+
+midword (          6-2356
+midnum  (          6-2356-3456
+endnum  (          6-2356
+noback always  (          2356
+
+midword )          6-2356
+midnum  )          6-2356-3456
+endnum  )          6-2356
+noback always  )          2356
+
+midword [          6-6-2356
+midnum  [          6-6-2356-3456
+endnum  [          6-6-2356
+midword ]          6-6-2356
+midnum  ]          6-6-2356-3456
+endnum  ]          6-6-2356
+
+always  {          5-12356
+always  }          5-12356
+
+prepunc  "         236
+prepunc  «        236
+prepunc  »        236
+prepunc  \x201f    236
+
+endnum    "       6-356
+postpunc  "       356
+endnum    »      6-356
+postpunc  »      356
+endnum    «      6-356
+postpunc  «      356
+endnum    \x201f  6-356
+postpunc  \x201f  356
+
+midword   »      6-236
+midword   «      6-356
+midword   \x2039  6-6-356
+midword   \x203a  6-6-236
+
+midnum  .          3
+always  .\s.\s.    3-3-3
+
+always  #          4-3456
+
+always  **         6-35-35
+always  ***        6-35-35-35
+
+prepunc    \x2039    6-236
+prepunc    \x203a    6-236
+prepunc    \x201b    6-236
+postpunc   \x2039    6-356
+postpunc   \x203a    6-356
+postpunc   \x201b    6-356
+
+always  \x2192     25-25-135
+always  \x2190     246-25-25
+always  \x2194     246-25-25-135
+
+always  &          5-136
+
+always  %          3456-245-356
+always  \s%        3456-245-356
+always  \s\x2030   3456-245-356-356
+always  \s\x2031   3456-245-356-356-356
+
+always  \s°       4-356
+always  \s\x2032   4-35
+always  \s\x2033   4-35-35
+
+joinnum §         346
+joinnum §§       346-346
+word    §         4-346
+word    §§       4-346-346
+
+endnum  .--        3-36a-36a
+endnum  .\x2013    3-36a-36a
+endnum  ,--        2-36a-36a
+endnum  ,\x2013    2-36a-36a
+
+always  \s-\s      6-36a-0
+always  \s--       6-36a
+always  --         6-36a
+always  \s\x2013   6-36a
+always  \x2013     6-36a
+always  \s\x2014   6-36a
+always  \x2014     6-36a
+
+always  /          5-2
+always  |          5-36
+
+joinnum £         4-123
+joinnum $          4-234
+always  $          4-234
+joinnum ¢         4-14
+joinnum ¥         4-13456
+joinnum \x20A0     4-15
+joinnum \x20AC     4-15
+
+begnum  +\s        4-235
+midnum  \s+\s      0-4-235-3456
+midnum  \s+        0-4-235-3456
+midnum  +          0-4-235-3456
+always  +          4-235
+
+begnum  \s-        0-4-36a-3456
+always  \s-        0-6-36a
+begnum  \x2212\s   4-36a
+midnum  \s\x2212\s 0-4-36a-3456
+midnum  \s\x2212   0-4-36a-3456
+midnum  \x2212     0-4-36a-3456
+always  \x2212     4-36a
+
+midnum  \s±\s     0-4-235-36a-3456
+midnum  \s±       0-4-235-36a-3456
+midnum  ±         0-4-235-36a-3456
+always  ±         4-235-36a
+
+begnum  =\s        4-2356
+midnum  \s=\s      0-4-2356-3456
+midnum  \s=        0-4-2356-3456
+midnum  =          0-4-2356-3456
+always  =          4-2356
+
+midnum  \s\x2260\s 0-4-35-2356-3456
+midnum  \s\x2260   0-4-35-2356-3456
+midnum  \x2260     0-4-35-2356-3456
+always  \x2260     4-35-2356
+
+midnum  \s\x2261\s 0-4-2356-2356-3456
+midnum  \s\x2261   0-4-2356-2356-3456
+midnum  \x2261     0-4-2356-2356-3456
+always  \x2261     4-2356-2356
+
+midnum  \s\x2259\s 0-4-26-3456
+midnum  \s\x2259   0-4-26-3456
+midnum  \x2259     0-4-26-3456
+always  \x2259     4-26
+
+midnum  \s~\s      0-4-26-26-3456
+midnum  \s~        0-4-26-26-3456
+midnum  ~          0-4-26-26-3456
+always  ~          0-4-26-26
+midnum  \s\x223C\s 0-4-26-26-3456
+midnum  \s\x223C   0-4-26-26-3456
+midnum  \x223C     0-4-26-26-3456
+always  \x223C     4-26-26
+midnum  \s\x2245\s 0-4-26-26-3456
+midnum  \s\x2245   0-4-26-26-3456
+midnum  \x2245     0-4-26-26-3456
+always  \x2245     4-26-26
+
+begnum  \x00D7\s   4-236
+midnum  \s\x00D7\s 0-4-236-3456
+midnum  \s\x00D7   0-4-236-3456
+midnum  \x00D7     0-4-236-3456
+always  \x00D7     4-236
+midnum  \s\x2217\s 3-3456
+midnum  \s\x2217   3-3456
+midnum  \x2217     3-3456
+midnum  \s*\s      3-3456
+midnum  \s*        3-3456
+midnum  *          3-3456
+always  *          6-35    (Anmerkungsstern)
+midnum  \s\x22c5\s 3-3456
+midnum  \s\x22c5   3-3456
+midnum  \x22c5     3-3456
+midnum  \s\x22c6\s 3-3456
+midnum  \s\x22c6   3-3456
+midnum  \x22c6     3-3456
+
+midnum  \s:\s      4-25-3456
+midnum  \s:        4-25-3456
+midnum  :          4-25-3456
+endnum  :          6-25
+begnum  ÷\s        4-25
+midnum  \s÷\s     0-4-25-3456
+midnum  \s÷       0-4-25-3456
+midnum  ÷         0-4-25-3456
+always  ÷         4-25
+midnum  \s\x2215\s 0-4-25-3456
+midnum  \s\x2215   0-4-25-3456
+midnum  \x2215     0-4-25-3456
+always  \x2215     4-25
+
+midnum  \s<\s      0-4-246-3-3456
+midnum  \s<        0-4-246-3-3456
+midnum  <          0-4-246-3-3456
+always  <          4-246-3
+
+midnum  \s\x2264\s 0-4-246-2356-3456
+midnum  \s\x2264   0-4-246-2356-3456
+midnum  \x2264     0-4-246-2356-3456
+always  \x2264     4-246-2356
+midnum  \s\x2266\s 0-4-246-2356-3456
+midnum  \s\x2266   0-4-246-2356-3456
+midnum  \x2266     0-4-246-2356-3456
+always  \x2266     4-246-2356
+
+midnum  \s>\s      0-4-135-2-3456
+midnum  \s>        0-4-135-2-3456
+midnum  >          0-4-135-2-3456
+always  >          4-135-2
+
+midnum  \s\x2265\s 0-4-135-2356-3456
+midnum  \s\x2265   0-4-135-2356-3456
+midnum  \x2265     0-4-135-2356-3456
+always  \x2265     4-135-2356
+midnum  \s\x2267\s 0-4-135-2356-3456
+midnum  \s\x2267   0-4-135-2356-3456
+midnum  \x2267     0-4-135-2356-3456
+always  \x2267     4-135-2356
+
+# --- 6-Dot Computer Braille ---------------------------------------------------
+
+include countries.cti
+compbrl :// URLs
+compbrl www.
+compbrl @ Mail-address
+compbrl .com
+compbrl .edu
+compbrl .gov
+compbrl .mil
+compbrl .net
+compbrl .org
+compbrl .doc
+compbrl .htm
+compbrl .html
+compbrl .tex
+compbrl .txt
+compbrl .gif
+compbrl .jpg
+compbrl .png
+compbrl .wav
+compbrl .tar
+compbrl .zip
+
+#comp6 \x0020         0      &#32;   SPACE
+comp6 \x0021         5      &#33;   EXCLAMATION MARK
+comp6 \x0022       4-4      &#34;   QUOTATION MARK
+comp6 \x0023      3456      &#35;   NUMBER SIGN
+comp6 \x0024     46-46      &#36;   DOLLAR SIGN
+comp6 \x0025    123456      &#37;   PERCENT SIGN
+comp6 \x0026     12346      &#38;   AMPERSAND
+comp6 \x0027       6-6      &#39;   APOSTROPHE APOSTROPHE-QUOTE
+comp6 \x0028       236      &#40;   LEFT PARENTHESIS
+comp6 \x0029       356      &#41;   RIGHT PARENTHESIS
+comp6 \x002A        35      &#42;   ASTERISK
+comp6 \x002B       235      &#43;   PLUS SIGN
+comp6 \x002C         2      &#44;   COMMA
+comp6 \x002D        36      &#45;   HYPHEN-MINUS
+comp6 \x002E         3      &#46;   FULL STOP PERIOD
+comp6 \x002F       256      &#47;   SOLIDUS SLASH
+comp6 \x0030       346      &#48;   DIGIT ZERO
+comp6 \x0031        16      &#49;   DIGIT ONE
+comp6 \x0032       126      &#50;   DIGIT TWO
+comp6 \x0033       146      &#51;   DIGIT THREE
+comp6 \x0034      1456      &#52;   DIGIT FOUR
+comp6 \x0035       156      &#53;   DIGIT FIVE
+comp6 \x0036      1246      &#54;   DIGIT SIX
+comp6 \x0037     12456      &#55;   DIGIT SEVEN
+comp6 \x0038      1256      &#56;   DIGIT EIGHT
+comp6 \x0039       246      &#57;   DIGIT NINE
+comp6 \x003A        25      &#58;   COLON
+comp6 \x003B        23      &#59;   SEMICOLON
+comp6 \x003C        56      &#60;   LESS-THAN SIGN
+comp6 \x003D      2356      &#61;   EQUALS SIGN
+comp6 \x003E        45      &#62;   GREATER-THAN SIGN
+comp6 \x003F        26      &#63;   QUESTION MARK
+comp6 \x0040     4-345      &#64;   COMMERCIAL AT
+comp6 \x0041       4-1      &#65;   LATIN CAPITAL LETTER A
+comp6 \x0042      4-12      &#66;   LATIN CAPITAL LETTER B
+comp6 \x0043      4-14      &#67;   LATIN CAPITAL LETTER C
+comp6 \x0044     4-145      &#68;   LATIN CAPITAL LETTER D
+comp6 \x0045      4-15      &#69;   LATIN CAPITAL LETTER E
+comp6 \x0046     4-124      &#70;   LATIN CAPITAL LETTER F
+comp6 \x0047    4-1245      &#71;   LATIN CAPITAL LETTER G
+comp6 \x0048     4-125      &#72;   LATIN CAPITAL LETTER H
+comp6 \x0049      4-24      &#73;   LATIN CAPITAL LETTER I
+comp6 \x004A     4-245      &#74;   LATIN CAPITAL LETTER J
+comp6 \x004B      4-13      &#75;   LATIN CAPITAL LETTER K
+comp6 \x004C     4-123      &#76;   LATIN CAPITAL LETTER L
+comp6 \x004D     4-134      &#77;   LATIN CAPITAL LETTER M
+comp6 \x004E    4-1345      &#78;   LATIN CAPITAL LETTER N
+comp6 \x004F     4-135      &#79;   LATIN CAPITAL LETTER O
+comp6 \x0050    4-1234      &#80;   LATIN CAPITAL LETTER P
+comp6 \x0051   4-12345      &#81;   LATIN CAPITAL LETTER Q
+comp6 \x0052    4-1235      &#82;   LATIN CAPITAL LETTER R
+comp6 \x0053     4-234      &#83;   LATIN CAPITAL LETTER S
+comp6 \x0054    4-2345      &#84;   LATIN CAPITAL LETTER T
+comp6 \x0055     4-136      &#85;   LATIN CAPITAL LETTER U
+comp6 \x0056    4-1236      &#86;   LATIN CAPITAL LETTER V
+comp6 \x0057    4-2456      &#87;   LATIN CAPITAL LETTER W
+comp6 \x0058    4-1346      &#88;   LATIN CAPITAL LETTER X
+comp6 \x0059   4-13456      &#89;   LATIN CAPITAL LETTER Y
+comp6 \x005A    4-1356      &#90;   LATIN CAPITAL LETTER Z
+comp6 \x005B   4-12356      &#91;   LEFT SQUARE BRACKET
+comp6 \x005C      4-34      &#92;   REVERSE SOLIDUS
+comp6 \x005D   4-23456      &#93;   RIGHT SQUARE BRACKET
+comp6 \x005E    4-2346      &#94;   CIRCUMFLEX ACCENT
+comp6 \x005F     4-456      &#95;   LOW LINE
+comp6 \x0060       345      &#96;   GRAVE ACCENT
+comp6 \x0061         1      &#97;   LATIN SMALL LETTER A
+comp6 \x0062        12      &#97;   LATIN SMALL LETTER B
+comp6 \x0063        14      &#97;   LATIN SMALL LETTER C
+comp6 \x0064       145      &#97;   LATIN SMALL LETTER D
+comp6 \x0065        15      &#97;   LATIN SMALL LETTER E
+comp6 \x0066       124      &#97;   LATIN SMALL LETTER F
+comp6 \x0067      1245      &#97;   LATIN SMALL LETTER G
+comp6 \x0068       125      &#97;   LATIN SMALL LETTER H
+comp6 \x0069        24      &#97;   LATIN SMALL LETTER I
+comp6 \x006A       245      &#97;   LATIN SMALL LETTER J
+comp6 \x006B        13      &#97;   LATIN SMALL LETTER K
+comp6 \x006C       123      &#97;   LATIN SMALL LETTER L
+comp6 \x006D       134      &#97;   LATIN SMALL LETTER M
+comp6 \x006E      1345      &#97;   LATIN SMALL LETTER N
+comp6 \x006F       135      &#111;  LATIN SMALL LETTER O
+comp6 \x0070      1234      &#112;  LATIN SMALL LETTER P
+comp6 \x0071     12345      &#113;  LATIN SMALL LETTER Q
+comp6 \x0072      1235      &#114;  LATIN SMALL LETTER R
+comp6 \x0073       234      &#115;  LATIN SMALL LETTER S
+comp6 \x0074      2345      &#116;  LATIN SMALL LETTER T
+comp6 \x0075       136      &#117;  LATIN SMALL LETTER U
+comp6 \x0076      1236      &#118;  LATIN SMALL LETTER V
+comp6 \x0077      2456      &#119;  LATIN SMALL LETTER W
+comp6 \x0078      1346      &#120;  LATIN SMALL LETTER X
+comp6 \x0079     13456      &#121;  LATIN SMALL LETTER Y
+comp6 \x007A      1356      &#122;  LATIN SMALL LETTER Z
+comp6 \x007B     12356      &#123;  LEFT CURLY BRACKET
+comp6 \x007C        34      &#124;  VERTICAL LINE
+comp6 \x007D     23456      &#125;  RIGHT CURLY BRACKET
+comp6 \x007E      2346      &#126;  TILDE
+comp6 \x00A1      4-36      &#161;  INVERTED EXCLAMATION MARK
+comp6 \x00A2       6-5      &#162;  CENT SIGN
+comp6 \x00A3      4-46      &#163;  POUND SIGN
+comp6 \x00A4     46-46      &#164;  CURRENCY SIGN
+comp6 \x00A5      6-46      &#165;  YEN SIGN
+comp6 \x00A6      6-15      &#166;  BROKEN BAR
+comp6 \x00A7      4-35      &#167;  SECTION SIGN
+comp6 \x00A8       6-4      &#168;  DIAERESIS
+comp6 \x00A9   6-12346      &#169;  COPYRIGHT SIGN
+comp6 \x00AA     6-125      &#170;  FEMININE ORDINAL INDICATOR
+comp6 \x00AB     46-56      &#171;  LEFT-POINTING DOUBLE ANGLE QUOTATION MARK
+comp6 \x00AC    46-256      &#172;  NOT SIGN
+comp6 \x00AD      6-36      &#173;  SOFT HYPHEN
+comp6 \x00AE    6-1235      &#174;  REGISTERED SIGN
+comp6 \x00AF      6-45      &#175;  MACRON
+comp6 \x00B0     6-456      &#176;  DEGREE SIGN
+comp6 \x00B1    46-235      &#177;  PLUS-MINUS SIGN
+comp6 \x00B2      6-12      &#178;  SUPERSCRIPT TWO
+comp6 \x00B3      6-14      &#179;  SUPERSCRIPT THREE
+comp6 \x00B4      6-56      &#180;  ACUTE ACCENT
+comp6 \x00B5     6-134      &#181;  MICRO SIGN
+comp6 \x00B6     6-145      &#182;  PILCROW SIGN
+comp6 \x00B7       4-3      &#183;  MIDDLE DOT
+comp6 \x00B8       6-6      &#184;  CEDILLA
+comp6 \x00B9       6-1      &#185;  SUPERSCRIPT ONE
+comp6 \x00BA     6-245      &#186;  MASCULINE ORDINAL INDICATOR
+comp6 \x00BB     46-45      &#187;  RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK
+comp6 \x00BC     6-136      &#188;  VULGAR FRACTION ONE QUARTER
+comp6 \x00BD    6-1236      &#189;  VULGAR FRACTION ONE HALF
+comp6 \x00BE    6-1346      &#190;  VULGAR FRACTION THREE QUARTERS
+comp6 \x00BF       6-3      &#191;  INVERTED QUESTION MARK
+comp6 \x00C0    46-236      &#192;  LATIN CAPITAL LETTER A WITH GRAVE
+comp6 \x00C1       6-2      &#193;  LATIN CAPITAL LETTER A WITH ACUTE
+comp6 \x00C2      4-16      &#194;  LATIN CAPITAL LETTER A WITH CIRCUMFLEX
+comp6 \x00C3     4-346      &#195;  LATIN CAPITAL LETTER A WITH TILDE
+comp6 \x00C4      4-56      &#196;  LATIN CAPITAL LETTER A WITH DIAERESIS
+comp6 \x00C5    4-3456      &#197;  LATIN CAPITAL LETTER A WITH RING ABOVE
+comp6 \x00C6       4-4      &#198;  LATIN CAPITAL LETTER AE
+comp6 \x00C7   4-12346      &#199;  LATIN CAPITAL LETTER C WITH CEDILLA
+comp6 \x00C8     46-35      &#200;  LATIN CAPITAL LETTER E WITH GRAVE
+comp6 \x00C9  4-123456      &#201;  LATIN CAPITAL LETTER E WITH ACUTE
+comp6 \x00CA     4-126      &#202;  LATIN CAPITAL LETTER E WITH CIRCUMFLEX
+comp6 \x00CB     6-235      &#203;  LATIN CAPITAL LETTER E WITH DIAERESIS
+comp6 \x00CC       4-5      &#204;  LATIN CAPITAL LETTER I WITH GRAVE
+comp6 \x00CD      6-25      &#205;  LATIN CAPITAL LETTER I WITH ACUTE
+comp6 \x00CE     4-146      &#206;  LATIN CAPITAL LETTER I WITH CIRCUMFLEX
+comp6 \x00CF    6-2356      &#207;  LATIN CAPITAL LETTER I WITH DIAERESIS
+comp6 \x00D0     4-356      &#208;  LATIN CAPITAL LETTER ETH
+comp6 \x00D1     4-256      &#209;  LATIN CAPITAL LETTER N WITH TILDE
+comp6 \x00D2      46-5      &#210;  LATIN CAPITAL LETTER O WITH GRAVE
+comp6 \x00D3     6-256      &#211;  LATIN CAPITAL LETTER O WITH ACUTE
+comp6 \x00D4    4-1456      &#212;  LATIN CAPITAL LETTER O WITH CIRCUMFLEX
+comp6 \x00D5      4-26      &#213;  LATIN CAPITAL LETTER O WITH TILDE
+comp6 \x00D6      6-35      &#214;  LATIN CAPITAL LETTER O WITH DIAERESIS
+comp6 \x00D7     6-234      &#215;  MULTIPLICATION SIGN
+comp6 \x00D8     4-246      &#216;  LATIN CAPITAL LETTER O WITH STROKE
+comp6 \x00D9    46-356      &#217;  LATIN CAPITAL LETTER U WITH GRAVE
+comp6 \x00DA      6-26      &#218;  LATIN CAPITAL LETTER U WITH ACUTE
+comp6 \x00DB     4-156      &#219;  LATIN CAPITAL LETTER U WITH CIRCUMFLEX
+comp6 \x00DC     6-236      &#220;  LATIN CAPITAL LETTER U WITH DIAERESIS
+comp6 \x00DD     6-356      &#221;  LATIN CAPITAL LETTER Y WITH ACUTE
+comp6 \x00DE     4-235      &#222;  LATIN CAPITAL LETTER THORN
+comp6 \x00DF    6-3456      &#223;  LATIN SMALL LETTER SHARP S
+comp6 \x00E0   6-12356      &#224;  LATIN SMALL LETTER A WITH GRAVE
+comp6 \x00E1      6-16      &#225;  LATIN SMALL LETTER A WITH ACUTE
+comp6 \x00E2     46-16      &#226;  LATIN SMALL LETTER A WITH CIRCUMFLEX
+comp6 \x00E3    46-346      &#227;  LATIN SMALL LETTER A WITH TILDE
+comp6 \x00E4     6-345      &#228;  LATIN SMALL LETTER A WITH DIAERESIS
+comp6 \x00E5   46-3456      &#229;  LATIN SMALL LETTER A WITH RING ABOVE
+comp6 \x00E6      46-4      &#230;  LATIN SMALL LETTER AE
+comp6 \x00E7  46-12346      &#231;  LATIN SMALL LETTER C WITH CEDILLA
+comp6 \x00E8    6-2346      &#232;  LATIN SMALL LETTER E WITH GRAVE
+comp6 \x00E9  6-123456      &#233;  LATIN SMALL LETTER E WITH ACUTE
+comp6 \x00EA    46-126      &#234;  LATIN SMALL LETTER E WITH CIRCUMFLEX
+comp6 \x00EB    6-1246      &#235;  LATIN SMALL LETTER E WITH DIAERESIS
+comp6 \x00EC      6-34      &#236;  LATIN SMALL LETTER I WITH GRAVE
+comp6 \x00ED     6-146      &#237;  LATIN SMALL LETTER I WITH ACUTE
+comp6 \x00EE    46-146      &#238;  LATIN SMALL LETTER I WITH CIRCUMFLEX
+comp6 \x00EF   6-12456      &#239;  LATIN SMALL LETTER I WITH DIAERESIS
+comp6 \x00F0    6-2345      &#240;  LATIN SMALL LETTER ETH
+comp6 \x00F1    6-1345      &#241;  LATIN SMALL LETTER N WITH TILDE
+comp6 \x00F2     6-346      &#242;  LATIN SMALL LETTER O WITH GRAVE
+comp6 \x00F3    6-1456      &#243;  LATIN SMALL LETTER O WITH ACUTE
+comp6 \x00F4   46-1456      &#244;  LATIN SMALL LETTER O WITH CIRCUMFLEX
+comp6 \x00F5     6-135      &#245;  LATIN SMALL LETTER O WITH TILDE
+comp6 \x00F6     6-246      &#246;  LATIN SMALL LETTER O WITH DIAERESIS
+comp6 \x00F7   46-1256      &#247;  DIVISION SIGN
+comp6 \x00F8    46-246      &#248;  LATIN SMALL LETTER O WITH STROKE
+comp6 \x00F9   6-23456      &#249;  LATIN SMALL LETTER U WITH GRAVE
+comp6 \x00FA     6-156      &#250;  LATIN SMALL LETTER U WITH ACUTE
+comp6 \x00FB    46-156      &#251;  LATIN SMALL LETTER U WITH CIRCUMFLEX
+comp6 \x00FC    6-1256      &#252;  LATIN SMALL LETTER U WITH DIAERESIS
+comp6 \x00FD    6-2456      &#253;  LATIN SMALL LETTER Y WITH ACUTE
+comp6 \x00FE    6-1234      &#254;  LATIN SMALL LETTER THORN
+comp6 \x00FF   6-13456      &#255;  LATIN SMALL LETTER Y WITH DIAERESIS
+
+
+# --- Handling of virtual dots -------------------------------------------------
+
+# Kürzungsverbot entfernen
+noback pass2 @abcdef ?
+# Grosschreibungsmarken entfernen
+noback pass2 @46a ?      # capsletter
+noback pass2 @45a ?      # begcaps, begcapsword
+noback pass2 @45b ?      # endcaps, endcapsword
+# Apostroph vor Zahl ('98)
+noback pass2 @3456-69 @3456-6
+# Punkt vor Zahl (.45)
+noback pass2 @3456-39 @3456-3
+# Dummy-Zahl entfernen
+noback pass2 @3456-b ?
+
+# Aufhebungspunkt vor Komma nach tiefgestellten Zahlen
+noback pass2 @ab @6
+
+# Fehlende Lettersigns bei Zahl-Buchstaben-Verbindung in Kurzschrift bei
+# Buchstaben a-j ergänzen
+noback pass2 @ac-1 @6-1
+noback pass2 @ac-12 @6-12
+noback pass2 @ac-14 @6-14
+noback pass2 @ac-145 @6-145
+noback pass2 @ac-15 @6-15
+noback pass2 @ac-124 @6-124
+noback pass2 @ac-1245 @6-1245
+noback pass2 @ac-125 @6-125
+noback pass2 @ac-24 @6-24
+noback pass2 @ac-245 @6-245
+# Lettersigns bei Zahl-Buchstaben-Verbindung in Kurzschrift erhalten
+noback pass2 @ac-6-1 @6-1
+noback pass2 @ac-6-12 @6-12
+noback pass2 @ac-6-14 @6-14
+noback pass2 @ac-6-145 @6-145
+noback pass2 @ac-6-15 @6-15
+noback pass2 @ac-6-124 @6-124
+noback pass2 @ac-6-1245 @6-1245
+noback pass2 @ac-6-125 @6-125
+noback pass2 @ac-6-24 @6-24
+noback pass2 @ac-6-245 @6-245
+# Restliche Lettersigns bei Zahl-Buchstaben-Verbindung in Kurzschrift entfernen
+noback pass2 @ac-6 ?
+# Markierung für Zahl-Buchstaben-Verbindung in Vollschrift entfernen
+noback pass2 @ac ?
+
+# Korrektur: Kürzung "des" zwischen Bindestrichen auflösen
+noback pass3 @36-3-36 @36-145-123456-36
+# Korrektur: Kürzung "im" vor Bindestrich oder zwischen Bindestrichen auflösen
+noback pass3 @36-36a-36 @36-24-134-36
+noback pass3 @36a-36 @24-134-36
+# Korrektur: Als Bindestrich geschriebens Minuszeichen vor Zahl
+noback pass3 @0-6-36a-6-3456 @0-4-36-3456
+# Korrektur: Kürzung "ver" nach Bindestrich auflösen
+noback pass3 @36[@36a] @1236-12456
+# Bei allen weiteren P36 virtuellen Punkt a entfernen
+noback pass3 @36a @36
+# Attributes and dot patterns for the printable ASCII characters
+#
+#  Copyright (C) 2008 JJB Software, Inc. www.jjb-software.com
+#  Copyright (C) 2012 Mesar Hameed <mesar.hameed@gmail.com>
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+
+punctuation ! 5					# 33
+punctuation " 4					# 34
+sign # 3456							# 35
+sign $ 46								# 36
+sign % 123456						% 37
+sign & 12346						# 38
+punctuation ' 6					# 39 apostrophe
+punctuation ( 236				# 40
+punctuation ) 356				# 41
+sign * 35								# 42 asterisk
+math + 235							# 43
+punctuation , 2					# 44 comma
+punctuation - 36				# 45 hyphen minus
+punctuation . 3					# 46
+math / 256							# 47
+
+include digits6DotsPlusDot6.uti
+
+punctuation : 25				# 58
+punctuation ; 23				# 59
+math < 56								# 60
+math = 2356							# 61
+math > 45								# 62
+punctuation ? 26				# 63
+sign @ 345							# 64
+
+include latinLetterDef6Dots.uti
+
+punctuation [ 123567					# 91
+sign \\ 347										# 92 backslash
+punctuation ] 234567					# 93
+sign ^ 23467									# 94 circumflex accent
+sign _ 456										# 95 underscore
+sign ` 3458										# 96 grave accent
+
+# a - z												# 97 - 122
+
+punctuation { 12356						# 123
+sign | 34											# 124 vertical line
+punctuation } 23456						# 125
+math ~ 2346										# 126
+
+sign \x00A2 4-14						# ¢ cents sign
+sign \x00A3 4-123						# £ pounds sign
+sign \x00A5 4-13456					#	¥ yen sign
+sign \x00A7 356							# § section sign
+sign \x00A9 2356-46-14-2356 # 169				© copyright sign
+punctuation \x00Ad 36				# 173				soft hyphen
+sign \x00B0 4-356						# 176				° degrees sign
+sign \x00B5 46-134					# 181				µ micro sign
+sign \x00B6 346							#						¶ pilcrow sign
+math \x00D7 4-236						#						× multiplication sign
+math \x00F7 4-256						#						÷ division sign
+
+punctuation \x2010 36					# 8208			hyphen
+punctuation \x2013 56-36			# 8211			en dash
+punctuation \x2014 6-36				# 8212			em dash
+punctuation	\x2018 6-236			# 8216			smart single left quotation mark
+punctuation	\x2019 6-356			# 8217			smart single right quotation mark
+punctuation	\x201C 236				# 8220			smart opening double quote
+punctuation	\x201D 356				# 8221			smart closing double quote
+punctuation	\x201E 236				# 8222			smart double low quotation mark
+punctuation	\x201F 356				# 8223			smart double high reverse quotation mark
+punctuation \x2026 3-3-3			#	8230			smart ellipsis
+
+noback sign \x25CF 35						# 9679			black circle
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+#iut##1#Inuktitut Uncontracted#
+#
+# -----------
+#-index-name: Inuktitut
+#-display-name: Inuktitut braille
+#
+#+locale:iu
+#+type:literary
+#+contraction:no
+#+grade:1
+#+dots:6
+#
+# TODO: Please correct the metadata above. It is not meant to be
+# accurate nor complete. It hasn't been verified by the table
+# author yet. It is merely an attempt by the liblouis maintainers
+# to get some sensible initial values in place.
+# -----------
+#
+# Based on the Inuktitut syllabary Braille code developed by Tamara
+# Johnson Kearney <https://www.cbtbc.org/braille/inuktitut/>.
+#
+# Copyright (C) 2012, maintained by Greg Kearney, gkearney@gmail.com
+#
+# This file is part of liblouis.
+#
+# liblouis is free software: you can redistribute it and/or modify it
+# under the terms of the GNU Lesser General Public License as
+# published by the Free Software Foundation, either version 2.1 of
+# the License, or (at your option) any later version.
+#
+# liblouis is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with liblouis. If not, see
+# <http://www.gnu.org/licenses/>.
+
+#include text_nabcc.dis All display opcodes
+
+include en-ueb-g1.ctb
+
+letsign 456 ink letter sign
+
+# The Vowels
+
+letter		\x1401		56-1		CANADIAN SYLLABICS E
+letter		\x1403		45-1		CANADIAN SYLLABICS I
+letter		\x1404		45-16		CANADIAN SYLLABICS II
+letter		\x1405		135-1		CANADIAN SYLLABICS O
+letter		\x1406		135-16		CANADIAN SYLLABICS OO
+letter		\x140A		246-1		CANADIAN SYLLABICS A
+letter		\x140B		246-16		CANADIAN SYLLABICS AA
+
+# The Consonants
+# P
+
+letter		\x142F		56-1234		CANADIAN SYLLABICS PE
+letter		\x1431		45-1234		CANADIAN SYLLABICS PI
+letter		\x1432		45-12346		CANADIAN SYLLABICS PII
+letter		\x1433		135-1234		CANADIAN SYLLABICS PO
+letter		\x1434		135-12346		CANADIAN SYLLABICS POO
+letter		\x1438		246-1234		CANADIAN SYLLABICS PA
+letter		\x1439		246-12346		CANADIAN SYLLABICS PAA
+letter		\x1449		1234			CANADIAN SYLLABICS P
+
+# T
+
+letter		\x144C		56-2345		CANADIAN SYLLABICS TE
+letter		\x144E		45-2345		CANADIAN SYLLABICS TI
+letter		\x144F		45-23456		CANADIAN SYLLABICS TII
+letter		\x1450		135-2345		CANADIAN SYLLABICS TO
+letter		\x1451		135-23456		CANADIAN SYLLABICS TOO
+letter		\x1455		246-2345		CANADIAN SYLLABICS TA
+letter		\x1456		246-23456		CANADIAN SYLLABICS TAA
+letter		\x1466		2345			CANADIAN SYLLABICS T
+
+# K
+
+letter		\x146B		56-13		CANADIAN SYLLABICS KE
+letter		\x146D		45-13		CANADIAN SYLLABICS KI
+letter		\x146E		45-136		CANADIAN SYLLABICS KII
+letter		\x146F		135-13		CANADIAN SYLLABICS KO
+letter		\x1470		135-136	CANADIAN SYLLABICS KOO
+letter		\x1472		246-13		CANADIAN SYLLABICS KA
+letter		\x1473		246-136	CANADIAN SYLLABICS KAA
+letter		\x1483		13			CANADIAN SYLLABICS K
+
+# G (C)
+
+letter		\x1489		56-1245		CANADIAN SYLLABICS CE
+letter		\x148B		45-1245		CANADIAN SYLLABICS CI
+letter		\x148C		45-12456		CANADIAN SYLLABICS CII
+letter		\x148D		135-1245		CANADIAN SYLLABICS CO
+letter		\x148E		135-12456		CANADIAN SYLLABICS COO
+letter		\x1490		246-1245		CANADIAN SYLLABICS CA
+letter		\x1491		246-12456		CANADIAN SYLLABICS CAA
+letter		\x14A1		1245			CANADIAN SYLLABICS C
+
+# M
+
+letter		\x14A3		56-134			CANADIAN SYLLABICS ME
+letter		\x14A5		45-134			CANADIAN SYLLABICS MI
+letter		\x14A6		45-1346		CANADIAN SYLLABICS MII
+letter		\x14A7		135-134		CANADIAN SYLLABICS MO
+letter		\x14A8		135-1346		CANADIAN SYLLABICS MOO
+letter		\x14AA		246-134		CANADIAN SYLLABICS MA
+letter		\x14AB		246-1346		CANADIAN SYLLABICS MAA
+letter		\x14BB		134				CANADIAN SYLLABICS M
+
+# N
+
+letter		\x14C0		56-1345			CANADIAN SYLLABICS NE
+letter		\x14C2		45-1345			CANADIAN SYLLABICS NI
+letter		\x14C3		45-13456			CANADIAN SYLLABICS NII
+letter		\x14C4		135-1345			CANADIAN SYLLABICS NO
+letter		\x14C5		135-13456			CANADIAN SYLLABICS NOO
+letter		\x14C7		246-1345			CANADIAN SYLLABICS NA
+letter		\x14C8		246-13456			CANADIAN SYLLABICS NAA
+letter		\x14D0		1345				CANADIAN SYLLABICS N
+
+# L
+
+letter		\x14D3		56-123				CANADIAN SYLLABICS LE
+letter		\x14D5		45-123				CANADIAN SYLLABICS LI
+letter		\x14D6		45-1236			CANADIAN SYLLABICS LII
+letter		\x14D7		135-123			CANADIAN SYLLABICS LO
+letter		\x14D8		135-1236			CANADIAN SYLLABICS LOO
+letter		\x14DA		246-123			CANADIAN SYLLABICS LA
+letter		\x14DB		246-1236			CANADIAN SYLLABICS LAA
+letter		\x14EA		123					CANADIAN SYLLABICS L
+
+# S
+
+letter		\x14ED		56-234				CANADIAN SYLLABICS SE
+letter		\x14EF		45-234				CANADIAN SYLLABICS SI
+letter		\x14F0		45-2346			CANADIAN SYLLABICS SII
+letter		\x14F1		135-234			CANADIAN SYLLABICS SO
+letter		\x14F2		135-2346			CANADIAN SYLLABICS SOO
+letter		\x14F4		246-234			CANADIAN SYLLABICS SA
+letter		\x14F5		246-2346			CANADIAN SYLLABICS SAA
+letter		\x1505		234					CANADIAN SYLLABICS S
+
+# J (Y)
+
+letter		\x1526		56-245				CANADIAN SYLLABICS YE
+letter		\x1528		45-245				CANADIAN SYLLABICS YI
+letter		\x1529		45-2456			CANADIAN SYLLABICS YII
+letter		\x152A		135-245			CANADIAN SYLLABICS YO
+letter		\x152B		135-2456			CANADIAN SYLLABICS YOO
+letter		\x152D		246-245			CANADIAN SYLLABICS YA
+letter		\x152E		246-2456			CANADIAN SYLLABICS YAA
+letter		\x153E		245					CANADIAN SYLLABICS Y
+
+# R
+
+letter		\x1542		56-1235			CANADIAN SYLLABICS RE
+letter		\x1546		45-1235			CANADIAN SYLLABICS RI
+letter		\x1547		45-12356			CANADIAN SYLLABICS RII
+letter		\x1548		135-1235			CANADIAN SYLLABICS RO
+letter		\x1549		135-12356			CANADIAN SYLLABICS ROO
+letter		\x154B		246-1235			CANADIAN SYLLABICS RA
+letter		\x154C		246-12356			CANADIAN SYLLABICS RAA
+letter		\x1550		1235				CANADIAN SYLLABICS r
+
+
+# V (F)
+
+letter		\x1553		56-124				CANADIAN SYLLABICS FE
+letter		\x1555		45-124				CANADIAN SYLLABICS FI
+letter		\x1556		45-1246			CANADIAN SYLLABICS FII
+letter		\x1557		135-124			CANADIAN SYLLABICS FO
+letter		\x1558		135-1246			CANADIAN SYLLABICS FOO
+letter		\x1559		246-124			CANADIAN SYLLABICS FA
+letter		\x155A		246-1246			CANADIAN SYLLABICS FAA
+letter		\x155D		124					CANADIAN SYLLABICS F
+
+# Q
+
+letter		\x166F		56-12345		CANADIAN SYLLABICS QE
+letter		\x157F		45-12345			CANADIAN SYLLABICS QI
+letter		\x1580		45-123456			CANADIAN SYLLABICS QII
+letter		\x1581		135-12345			CANADIAN SYLLABICS QO
+letter		\x1582		135-123456			CANADIAN SYLLABICS QOO
+letter		\x1583		246-12345			CANADIAN SYLLABICS QA
+letter		\x1584		246-123456			CANADIAN SYLLABICS QAA
+letter		\x1585		12345				CANADIAN SYLLABICS Q
+
+# NG
+
+letter		\x1553		56-15		CANADIAN SYLLABICS NGE
+letter		\x158F		45-15			CANADIAN SYLLABICS NGI
+letter		\x1590		45-156			CANADIAN SYLLABICS NGII
+letter		\x1591		135-15			CANADIAN SYLLABICS NGO
+letter		\x1592		135-156		CANADIAN SYLLABICS NGOO
+letter		\x1593		246-15			CANADIAN SYLLABICS NGA
+letter		\x1594		246-156		CANADIAN SYLLABICS NGAA
+letter		\x1595		15				CANADIAN SYLLABICS NG
+
+# NNG
+
+#letter		\x1553		56-145		CANADIAN SYLLABICS NNGE
+letter		\x1671		45-145			CANADIAN SYLLABICS NNGI
+letter		\x1672		45-1456		CANADIAN SYLLABICS NNGII
+letter		\x1673		135-145		CANADIAN SYLLABICS NNGO
+letter		\x1674		135-1456		CANADIAN SYLLABICS NNGOO
+letter		\x1675		246-145		CANADIAN SYLLABICS NNGA
+letter		\x1676		246-1456		CANADIAN SYLLABICS NNGAA
+letter		\x1596		145				CANADIAN SYLLABICS NNNG
+
+# Belted L
+
+#letter		\x1553		56-24			CANADIAN SYLLABICS LHE
+letter		\x15A0		45-24			CANADIAN SYLLABICS LHI
+letter		\x15A1		45-246		CANADIAN SYLLABICS LHII
+letter		\x15A2		135-24		CANADIAN SYLLABICS LHO
+letter		\x15A3		135-246		CANADIAN SYLLABICS LHOO
+letter		\x15A4		246-24		CANADIAN SYLLABICS LHA
+letter		\x15A5		246-246		CANADIAN SYLLABICS LHAA
+letter		\x15A6		24				CANADIAN SYLLABICS LH
+
+# H
+
+letter		\x157C				125				CANADIAN SYLLABICS H
+always		\x157C\x1403		45-125-1		CANADIAN SYLLABICS HI
+always		\x157C\x1404		45-125-16		CANADIAN SYLLABICS HII
+always		\x157C\x1405		135-125-1		CANADIAN SYLLABICS HO
+always		\x157C\x1406		135-125-16		CANADIAN SYLLABICS HOO
+always		\x157C\x140A		246-125-1		CANADIAN SYLLABICS HA
+always		\x157C\x140B		246-125-16		CANADIAN SYLLABICS HAA
+letter		'					125				CANADIAN SYLLABICS H
+# liblouis: Character definitions for german tables
+#
+#  Copyright (C) 2018 SBS Schweizerische Bibliothek für Blinde, Seh- und Lesebehinderte
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+#
+#-------------------------------------------------------------------------------
+
+space \x00a0 a
+include spaces.uti
+
+# ===== BASIC LATIN - 0000-007F ================================================
+
+punctuation   \x0021 5               #33    ! EXCLAMATION MARK
+punctuation   \x0022 4               #34    " QUOTATION MARK
+sign          \x0023 3456            #35    # NUMBER SIGN
+sign          \x0024 46              #36    $ DOLLAR SIGN
+sign          \x0025 123456          #37    % PERCENT SIGN
+sign          \x0026 12346           #38    & AMPERSAND
+punctuation   \x0027 6               #39    ' APOSTROPHE APOSTROPHE-QUOTE
+lowercase     \x0027 6               #39    ' APOSTROPHE APOSTROPHE-QUOTE        # doesn't work with letter!
+punctuation   \x0028 236             #40    ( LEFT PARENTHESIS
+punctuation   \x0029 356             #41    ) RIGHT PARENTHESIS
+punctuation   \x002A 35              #42    * ASTERISK
+math          \x002B 235             #43    + PLUS SIGN
+punctuation   \x002C 2               #44    , COMMA
+punctuation   \x002D 36              #45    - HYPHEN-MINUS
+punctuation   \x002E 3               #46    . FULL STOP PERIOD
+punctuation   \x002F 256             #47    / SOLIDUS SLASH
+
+include digits6DotsPlusDot6.uti
+
+punctuation   \x003A 25              #58    : COLON
+punctuation   \x003B 23              #59    ; SEMICOLON
+math          \x003C 56              #60    < LESS-THAN SIGN
+math          \x003D 2356            #61    = EQUALS SIGN
+math          \x003E 45              #62    > GREATER-THAN SIGN
+punctuation   \x003F 26              #63    ? QUESTION MARK
+
+include latinLetterDef6Dots.uti
+
+sign          \x0060 345             #96    `  GRAVE ACCENT
+punctuation   \x007B 12356           #123   {  LEFT CURLY BRACKET
+sign          \x007C 34              #124   |  VERTICAL LINE
+punctuation   \x007D 23456           #125   }  RIGHT CURLY BRACKET
+sign          \x007E 2346            #126   ~  TILDE
+sign          \x007F 456             #127   [DELETE]
+
+sign          \x0040 4-345           #64    @  COMMERCIAL AT
+punctuation   \x005B 6-2356          #91    [  LEFT SQUARE BRACKET
+sign          \x005C 4-34            #92    \  REVERSE SOLIDUS
+punctuation   \x005D 6-2356          #93    ]  RIGHT SQUARE BRACKET
+sign          \x005E 4-2346          #94    ^  CIRCUMFLEX ACCENT
+sign          \x005F 4-456           #95    _  LOW LINE
+
+# ===== LATIN-1 SUPPLEMENT: 0080-00FF ==========================================
+
+punctuation   \x00A1 6-235           #161   ¡ INVERTED EXCLAMATION MARK
+sign          \x00A2 4-14            #162   ¢ CENT SIGN
+sign          \x00A3 4-123           #163   £ POUND SIGN
+sign          \x00A4 0               #164   ¤ CURRENCY SIGN
+sign          \x00A5 4-13456         #165   ¥ YEN SIGN
+sign          \x00A6 5-36            #166   ¦ BROKEN BAR
+sign          \x00A7 346             #167   § SECTION SIGN
+sign          \x00A8 0               #168   ¨ DIAERESIS
+sign          \x00A9 2356-45-14-2356 #169   © COPYRIGHT SIGN
+lowercase     \x00AA 1               #170   ª FEMININE ORDINAL INDICATOR
+punctuation   \x00AB 236             #171   « LEFT-POINTING DOUBLE ANGLE QUOTATION MARK
+sign          \x00AC 0               #172   ¬ NOT SIGN
+sign          \x00AD 0               #173   ­ SOFT HYPHEN
+sign          \x00AE 6-2356-45-1235-2356   #174 ® REGISTERED SIGN
+sign          \x00AF 0               #175   ¯ MACRON
+sign          \x00B0 4-356           #176   ° DEGREE SIGN
+math          \x00B1 235-36          #177   ± PLUS-MINUS SIGN
+sign          \x00B2 34-23           #178   ² SUPERSCRIPT TWO
+sign          \x00B3 34-25           #179   ³ SUPERSCRIPT THREE
+sign          \x00B4 0               #180   ´ ACUTE ACCENT
+sign          \x00B5 56-134          #181   µ MICRO SIGN
+sign          \x00B6 0               #182   ¶ PILCROW SIGN
+sign          \x00B7 0               #183   · MIDDLE DOT
+sign          \x00B8 0               #184   ¸ CEDILLA
+sign          \x00B9 0               #185   ¹ SUPERSCRIPT ONE
+lowercase     \x00BA 135             #186   º MASCULINE ORDINAL INDICATOR
+punctuation   \x00BB 356             #187   » RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK
+math          \x00BC 3456-1-256      #188   ¼ VULGAR FRACTION ONE QUARTER
+math          \x00BD 3456-1-23       #189   ½ VULGAR FRACTION ONE HALF
+math          \x00BE 3456-14-256     #190   ¾ VULGAR FRACTION THREE QUARTERS
+punctuation   \x00BF 6-26            #191   ¿ INVERTED QUESTION MARK
+uplow         \x00C4\x00E4  345      #196 #228  Ää LATIN CAPITAL LETTER A WITH DIAERESIS
+uplow         \x00D6\x00F6  246      #214 #246  Öö LATIN CAPITAL LETTER O WITH DIAERESIS
+math          \x00D7 236             #215   × MULTIPLICATION SIGN
+uplow         \x00DC\x00FC  1256     #220 #252   Üü LATIN CAPITAL LETTER U WITH DIAERESIS
+uplow         \x1e9e\x00DF 2346           #223   ß LATIN SMALL LETTER SHARP S
+math          \x00F7 0               #247   ÷ DIVISION SIGN
+
+# ===== GENERAL PUNCTUATION: 2000-206F =========================================
+
+punctuation   \x2013 6-36            #8211          EN DASH
+punctuation   \x2014 6-36            #8212          EM DASH
+punctuation   \x2018 6-236           #8216          LEFT SINGLE QUOTATION MARK
+punctuation   \x2019 6-356           #8217          RIGHT SINGLE QUOTATION MARK
+punctuation   \x201A 6-236           #8218          SINGLE LOW-9 QUOTATION MARK
+punctuation   \x201B 6-356           #8219          SINGLE HIGH-REVERSED-9 QUOTATION MARK
+punctuation   \x201C 236             #8220          LEFT DOUBLE QUOTATION MARK
+punctuation   \x201D 356             #8221          RIGHT DOUBLE QUOTATION MARK
+punctuation   \x201E 236             #8222          DOUBLE LOW-9 QUOTATION MARK
+punctuation   \x201F 356             #8223          DOUBLE HIGH-REVERSED-9 QUOTATION MARK
+sign          \x2020 4-235           #8224          DAGGER
+sign          \x2030 3456-245-356-356      #8240    PER MILLE SIGN
+sign          \x2031 3456-245-356-356-356  #8241    PER TEN THOUSAND SIGN
+sign          \x2032 4-35            #8242          PRIME
+sign          \x2033 4-35-35         #8243          DOUBLE PRIME
+punctuation   \x2039 6-236                          SINGLE LEFT-POINTING ANGLE QUOTATION MARK
+punctuation   \x203a 6-356                          SINGLE RIGHT-POINTING ANGLE QUOTATION MARK
+
+# ===== CURRENCY SYMBOLS: 20A0-20CF ============================================
+
+sign          \x20A0 4-15            #8352          EURO-CURRENCY SIGN
+sign          \x20AC 4-15            #8364          EURO SIGN
+
+# ===== LETTERLIKE SYMBOLS 2100-214F ===========================================
+
+sign          \x2122 6-2356-45-2345-134-2356 #8482   TRADE MARK SIGN
+
+# ===== NUMBER FORMS: 2150-218F ================================================
+
+math          \x2153 3456-1-25               VULGAR FRACTION ONE THIRD
+math          \x2154 3456-12-25              VULGAR FRACTION TWO THIRDS
+math          \x2155 3456-1-26               VULGAR FRACTION ONE FIFTH
+math          \x2156 3456-12-26              VULGAR FRACTION TWO FIFTHS
+math          \x2157 3456-14-26              VULGAR FRACTION THREE FIFTHS
+math          \x2158 3456-145-26             VULGAR FRACTION FOUR FIFTHS
+math          \x2159 3456-1-235              VULGAR FRACTION ONE SIXTH
+math          \x215a 3456-15-235             VULGAR FRACTION FIVE SIXTHS
+math          \x215b 3456-1-236              VULGAR FRACTION ONE EIGHTH
+math          \x215c 3456-14-236             VULGAR FRACTION THREE EIGHTHS
+math          \x215d 3456-15-236             VULGAR FRACTION FIVE EIGHTHS
+math          \x215e 3456-1245-236           VULGAR FRACTION SEVEN EIGHTHS
+
+# ===== ARROWS: 2190-21FF ======================================================
+
+sign          \x2190 0-246-25-25-0           LEFTWARDS ARROW
+sign          \x2192 0-25-25-135-0           RIGHTWARDS ARROW
+sign          \x2194 0-246-25-25-135-0       LEFT RIGHT ARROW
+
+# ===== MATHEMATICAL OPERATORS: 2200-22FF ======================================
+
+math          \x2212 36a             #8722   MINUS SIGN
+math          \x2215 25              #8725   DIVISION SLASH
+math          \x2217 35              #8727   ASTERISK OPERATOR
+math          \x223C 25-25           #8764   TILDE OPERATOR
+math          \x2245 26-26           #8773   APPROXIMATELY EQUAL TO
+math          \x2259 26              #8793   ESTIMATES
+math          \x2260 35-2356         #8800   NOT EQUAL TO
+math          \x2261 2356-2356       #8801   IDENTICAL TO
+math          \x2264 246-2356        #8804   LESS-THAN OR EQUAL TO
+math          \x2265 135-2356        #8805   GREATER-THAN OR EQUAL TO
+math          \x2266 246-2356        #8806   LESS-THAN OVER EQUAL TO
+math          \x2267 135-2356        #8807   GREATER-THAN OVER EQUAL TO
+math          \x22c5 3               #8901   DOT OPERATOR
+math          \x22c6 3               #8902   STAR OPERATOR
+
+# ===== MISCELLANEOUS TECHNICAL: 2300-23FF =====================================
+
+punctuation   \x2329 5-2356          #9001 LEFT-POINTING ANGLE BRACKET
+punctuation   \x232a 5-2356          #9002 RIGHT-POINTING ANGLE BRACKET
+
+# ===== MISCELLANEOUS SYMBOLS: 2600-26FF =======================================
+
+sign          \x2639 6-46-25-36-236  #9785   WHITE FROWNING FACE
+sign          \x263a 6-46-25-36-356  #9786   WHITE SMILING FACE
+
+# ===== SPECIAL PURPOSE CHARACTERS (from BOX DRAWING: 2500-257F) ===============
+
+# KUERZUNGSVERBOT und "DUMMY"-TEXT:
+lowercase     \x250A abcdef          #9482    BOX DRAWINGS LIGHT QUADRUPLE DASH VERTICAL
+# "DUMMY"-ZAHL:
+digit         \x250B b               #9483    BOX DRAWINGS HEAVY QUADRUPLE DASH VERTICAL
+# GROSSBUCHSTABE (virtual use only):
+sign          \x2565 46a             #9573    BOX DRAWINGS DOWN DOUBLE AND HORIZONTAL SINGLE
+# GROSSBUCHSTABENFOLGE (virtual use only):
+sign          \x2567 45a             #9575    BOX DRAWINGS UP SINGLE AND HORIZONTAL DOUBLE
+# ENDE GROSSBUCHSTABENFOLGE (virtual use only):
+sign          \x2568 45b             #9576    BOX DRAWINGS UP DOUBLE AND HORIZONTAL SINGLE
+# AUFHEBUNGSPUNKT bei Wort-Zahl-Ausdruecken (grade 2):
+sign          \x256C ab              #9580    BOX DRAWINGS DOUBLE VERTICAL AND HORIZONTAL
+# DOPPELPUNKT bei Zeitangaben:
+sign          \x2573 6-25            #9587    BOX DRAWINGS LIGHT DIAGONAL CROSS
+# MARKIERUNG FÜR ZAHL-BUCHSTABE-VERBINDUNG (zum Eliminieren überflüssiger Letter-Signs):
+digit         \x2504 ac              #9476    BOX DRAWINGS LIGHT TRIPLE DASH HORIZONTAL
+# APOSTROPH VOR ZAHL (z.B. Im Jahr '97):
+digit         \x2500 69              #9472    BOX DRAWINGS LIGHT HORIZONTAL
+# PUNKT VOR ZAHL (z.B. Kaliber .45):
+digit         \x2501 39              #9473    BOX DRAWINGS HEAVY HORIZONTAL
+# Strich und Punkt vor Zahl (Fr. --.45):
+digit         \x2510 36a-36a-3       #9488    BOX DRAWINGS LIGHT DOWN AND LEFT
+# Strich und Komma vor Zahl (EUR --,45):
+digit         \x2511 36a-36a-2       #9489    BOX DRAWINGS DOWN LIGHT AND LEFT HEAVY
+
+# ===== BRAILLE PATTERNS: 2800-28FF ============================================
+
+space         \x2800 0               #10240  BRAILLE PATTERN BLANK
+sign          \x2801 1               #10241  BRAILLE PATTERN DOTS-1
+sign          \x2802 2               #10242  BRAILLE PATTERN DOTS-2
+sign          \x2803 12              #10243  BRAILLE PATTERN DOTS-12
+sign          \x2804 3               #10244  BRAILLE PATTERN DOTS-3
+sign          \x2805 13              #10245  BRAILLE PATTERN DOTS-13
+sign          \x2806 23              #10246  BRAILLE PATTERN DOTS-23
+sign          \x2807 123             #10247  BRAILLE PATTERN DOTS-123
+sign          \x2808 4               #10248  BRAILLE PATTERN DOTS-4
+sign          \x2809 14              #10249  BRAILLE PATTERN DOTS-14
+sign          \x280a 24              #10250  BRAILLE PATTERN DOTS-24
+sign          \x280b 124             #10251  BRAILLE PATTERN DOTS-124
+sign          \x280c 34              #10252  BRAILLE PATTERN DOTS-34
+sign          \x280d 134             #10253  BRAILLE PATTERN DOTS-134
+sign          \x280e 234             #10254  BRAILLE PATTERN DOTS-234
+sign          \x280f 1234            #10255  BRAILLE PATTERN DOTS-1234
+sign          \x2810 5               #10256  BRAILLE PATTERN DOTS-5
+sign          \x2811 15              #10257  BRAILLE PATTERN DOTS-15
+sign          \x2812 25              #10258  BRAILLE PATTERN DOTS-25
+sign          \x2813 125             #10259  BRAILLE PATTERN DOTS-125
+sign          \x2814 35              #10260  BRAILLE PATTERN DOTS-35
+sign          \x2815 135             #10261  BRAILLE PATTERN DOTS-135
+sign          \x2816 235             #10262  BRAILLE PATTERN DOTS-235
+sign          \x2817 1235            #10263  BRAILLE PATTERN DOTS-1235
+sign          \x2818 45              #10264  BRAILLE PATTERN DOTS-45
+sign          \x2819 145             #10265  BRAILLE PATTERN DOTS-145
+sign          \x281a 245             #10266  BRAILLE PATTERN DOTS-245
+sign          \x281b 1245            #10267  BRAILLE PATTERN DOTS-1245
+sign          \x281c 345             #10268  BRAILLE PATTERN DOTS-345
+sign          \x281d 1345            #10269  BRAILLE PATTERN DOTS-1345
+sign          \x281e 2345            #10270  BRAILLE PATTERN DOTS-2345
+sign          \x281f 12345           #10271  BRAILLE PATTERN DOTS-12345
+sign          \x2820 6               #10272  BRAILLE PATTERN DOTS-6
+sign          \x2821 16              #10273  BRAILLE PATTERN DOTS-16
+sign          \x2822 26              #10274  BRAILLE PATTERN DOTS-26
+sign          \x2823 126             #10275  BRAILLE PATTERN DOTS-126
+sign          \x2824 36              #10276  BRAILLE PATTERN DOTS-36
+sign          \x2825 136             #10277  BRAILLE PATTERN DOTS-136
+sign          \x2826 236             #10278  BRAILLE PATTERN DOTS-236
+sign          \x2827 1236            #10279  BRAILLE PATTERN DOTS-1236
+sign          \x2828 46              #10280  BRAILLE PATTERN DOTS-46
+sign          \x2829 146             #10281  BRAILLE PATTERN DOTS-146
+sign          \x282a 246             #10282  BRAILLE PATTERN DOTS-246
+sign          \x282b 1246            #10283  BRAILLE PATTERN DOTS-1246
+sign          \x282c 346             #10284  BRAILLE PATTERN DOTS-346
+sign          \x282d 1346            #10285  BRAILLE PATTERN DOTS-1346
+sign          \x282e 2346            #10286  BRAILLE PATTERN DOTS-2346
+sign          \x282f 12346           #10287  BRAILLE PATTERN DOTS-12346
+sign          \x2830 56              #10288  BRAILLE PATTERN DOTS-56
+sign          \x2831 156             #10289  BRAILLE PATTERN DOTS-156
+sign          \x2832 256             #10290  BRAILLE PATTERN DOTS-256
+sign          \x2833 1256            #10291  BRAILLE PATTERN DOTS-1256
+sign          \x2834 356             #10292  BRAILLE PATTERN DOTS-356
+sign          \x2835 1356            #10293  BRAILLE PATTERN DOTS-1356
+sign          \x2836 2356            #10294  BRAILLE PATTERN DOTS-2356
+sign          \x2837 12356           #10295  BRAILLE PATTERN DOTS-12356
+sign          \x2838 456             #10296  BRAILLE PATTERN DOTS-456
+sign          \x2839 1456            #10297  BRAILLE PATTERN DOTS-1456
+sign          \x283a 2456            #10298  BRAILLE PATTERN DOTS-2456
+sign          \x283b 12456           #10299  BRAILLE PATTERN DOTS-12456
+sign          \x283c 3456            #10300  BRAILLE PATTERN DOTS-3456
+sign          \x283d 13456           #10301  BRAILLE PATTERN DOTS-13456
+sign          \x283e 23456           #10302  BRAILLE PATTERN DOTS-23456
+sign          \x283f 123456          #10303  BRAILLE PATTERN DOTS-123456
+# liblouis: Arabic Grade 2 table
+
+# Copyright (C) 2018 by Ikrami Ahmad <ikrami.ahmad@gmail.com>
+
+# This file is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public
+# License as published by the Free Software Foundation; either
+# version 2.1 of the License, or (at your option) any later version.
+
+# This file is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+# Lesser General Public License for more details.
+
+# You should have received a copy of the GNU Lesser General Public
+# License along with this file; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+
+#-index-name: Arabic, contracted
+#-display-name: Arabic contracted braille
+#+locale: ar
+#+type: literary
+#+contraction: full
+#+grade: 2
+#-author-name: Ikrami Ahmad
+#-author-email: ikrami.ahmad@gmail.com
+
+include ar-ar-g1.utb
+
+# first rule: these should be abbriviated everywhere, whether as stand alone word or part of a bigger word.
+always برمج 4-12
+always بعد 5-12
+always بعيد 45-12
+always برنامج 456-12
+
+always تعليم 4-2345
+always تحت 5-2345
+always تدريب 45-2345
+always تدريج 456-2345
+
+always ثقاف 4-1456
+always أثناء 5-1456
+always ثاني 45-1456
+always ثالث 456-1456
+
+always جديد 4-245
+always جميع 5-245
+always جانب 45-245
+always جعل 456-245
+
+always أحيان 4-156
+always حياة 5-156
+always حقيق 45-156
+always حول 456-156
+
+always خروج 4-1346
+always خصوص 5-1346
+always خارج 45-1346
+always خاصة 456-1346
+
+always دقيق 4-145
+always دائم 5-145
+always داخل 45-145
+always دليل 456-145
+
+always ذاهب 4-2346
+always ذلك 5-2346
+always حينئذ 45-2346
+always عندئذ 456-2346
+
+always رياض 4-1235
+always روح 5-1235
+always رئيس 45-1235
+always رسول 456-1235
+
+always زواج 4-1356
+always زمان 5-1356
+always زمن 45-1356
+always زوج 456-1356
+
+always سياس 4-234
+always سريع 5-234
+always سائر 45-234
+always سبيل 456-234
+
+always شيئا 4-146
+always شديد 5-146
+always شاهد 45-146
+always شؤون 456-146
+
+always صديق 4-12346
+always صاحب 5-12346
+always صغير 45-12346
+always صور 456-12346
+
+always ضعيف 4-1246
+always ضمير 5-1246
+always بعض 45-1246
+always ضرور 456-1246
+
+always طبيع 4-23456
+always طريق 5-23456
+always طبع 45-23456
+always طويل 456-23456
+
+always حافظ 4-123456
+always ظاهر 5-123456
+always ظروف 45-123456
+always ظهور 456-123456
+
+always عادة 4-12356
+always عزيز 5-12356
+always عبارة 45-12356
+always عظيم 456-12356
+
+always غادر 4-126
+always غير 5-126
+always غالب 45-126
+always غريب 456-126
+
+always فراغ 4-124
+always فوق 5-124
+always فائدة 45-124
+always فعل 456-124
+
+always قطع 4-12345
+always قليل 5-12345
+always قريب 45-12345
+always قديم 456-12345 # previously partword
+
+always كتاب 4-13
+always كثير 5-13
+always كبير 45-13
+always كاتب 456-13
+
+always لطيف 4-123
+always لكن 5-123
+always لعل 45-123
+always لسان 456-123
+
+always مكفوف 4-134
+always مرة 5-134
+always معنى 45-134
+always معظم 456-134
+
+always ناسب 4-1345
+always نفس 5-1345
+always ناحية 45-1345
+always نعم 456-1345
+
+always هكذا 4-125
+always هذا 5-125
+always هذه 45-125
+always هؤلاء 456-125
+
+always وارد 4-2456
+always واحد 5-2456
+always واجب 45-2456
+always وجود 456-2456
+
+always \x0644\x0627\x0020\x0633\x064A\x0645\x0627 4-1236 # لا سيما
+always \x0644\x0627\x0020\x0634\x0643 5-1236 # لا شك
+always \x0644\x0627\x0020\x0628\x062F 45-1236 # لا بد
+always \x0644\x0627\x0020\x064A\x0632\x0627\x0644 456-1236 # لا يزال
+
+always يسير 4-24
+always أيام 5-24
+always يمكن 45-24
+always يقول 456-24
+
+always أعلى 4-135
+always أولى 5-135
+always أدنى 6-135
+always أخرى 45-135
+always أغنى 56-135
+always أقصى 456-135
+
+always جملة 4-16
+always ساعة 5-16
+always تارة 45-16
+always تربية 56-16
+always لحظة 456-16
+
+always أكبر 4-34
+always أحد 5-34
+always أسفل 6-34
+always أخير 45-34
+always أصغر 56-34
+always أكثر 456-34
+
+always مؤمن 4-1256
+always مسؤول 5-1256
+always مؤلف 6-1256
+always مؤسس 45-1256
+always مؤتمر 56-1256
+always مؤثر 456-1256
+
+always قائل 4-13456
+always لأجل 5-13456
+always سائل 6-13456
+always قائم 45-13456
+always شائع 56-13456
+always فائز 456-13456
+
+always آداب 4-345
+always آراء 5-345
+always آفاق 6-345
+always آخر 45-345
+always آثار 56-345
+always أيها 456-345
+
+always \x0644\x0645\x0020\x064A\x0639\x062F 4-15 # لم يعد
+always \x0644\x0645\x0020\x064A\x0643\x0646 5-15 # لم يكن
+always \x0644\x0645\x0020\x064A\x062A\x0645\x0643\x0646 6-15 # لم يتمكن
+always \x0644\x0645\x0020\x0020\x064A\x0644\x0628\x062B 45-15 # لم يلبث
+always \x0644\x0645\x0020\x064A\x0633\x062A\x0637\x0639 56-15 # لم يستطع
+always \x0644\x0645\x0020\x064A\x0632\x0644 456-15 # لم يزل
+
+always حقوق 4-136
+always حاسب 5-136
+always حاسوب 6-136
+always حروف 45-136
+always حدود 56-136
+always دنيا 456-136
+
+always ال 14
+always اللائي 4-14
+always الذي 5-14
+always الناس 6-14
+always التي 45-14
+always اللاتي 56-14
+always الذين 456-14
+
+always كان 1245
+always كون 4-1245
+always كائن 5-1245
+always كلم 6-1245
+always كريم 45-1245
+always تكوين 56-1245
+always تكنولوجي 456-1245
+
+always ما 1234
+always \x0645\x0627\x0020\x0632\x0627\x0644 4-1234 # ما زال
+always ماذا 5-1234
+always \x0645\x0627\x0020\x0627\x0646\x0641\x0643 6-1234 # ما انفك
+always \x0645\x0627\x0020\x0628\x0631\x062D 45-1234 # ما برح
+always \x0645\x0627\x0020\x062F\x0627\x0645 56-1234 # ما دام
+always \x0645\x0627\x0020\x0639\x062F\x0627 456-1234 # ما عدا
+
+always هم 12456
+always هاجر 4-12456
+always هاتف 5-12456
+always هامش 6-12456
+always هندس 45-12456
+always هيئة 56-12456
+always هيمن 456-12456
+
+always إحصاء 4-246
+always إنسان 5-246
+always إنتاج 6-246
+always إسلام 45-246
+always إخراج 56-246
+always إيمان 456-246
+
+always ين 346
+always ينطبق 4-346
+always ينمو 5-346
+always ينعكس 6-346
+always ينبغي 45-346
+always ينتشر 56-346
+always يندرج 456-346
+
+#Second rule: these should be abbriviated if they come as a single word only, they can't be abbriviated if part of bigger word.
+word أو 1
+word بل 12
+word ثم 1456
+word قد 3
+word كل 345
+
+#Third rule: these should be abbriviated if they are a word or at the beginning of a word only, because of their similarity with diacritic symbols.
+sufword لم 15
+sufword عن 35
+sufword إلى 26
+sufword حيث 136
+sufword مع 23
+sufword لل 25
+
+#fourth rule: these should be abbriviated if they came as a seperate word and if they came in the middle of words only, because of their similarity to punctuation marks.
+lowword هو 236
+lowword متى 2356
+midword هو 236
+midword متى 2356
+
+#fifth rule: these should be abbriviated if they come as a word or part of a word at the beginning or the middle, because of their similarity with punctuation marks that close sentences.
+lowword من 356
+lowword في 235
+lowword ست 256
+begmidword من 356
+begmidword في 235
+begmidword ست 256
+
+#sixth rule: if the following abbriviations come as single words, they should be abbriviated normally. but if they come as a part of bigger word, dots 36 must be placed before the character that represents the abbreviated word.
+#firstly we will identify them as part of bigger words.
+partword تلك 36-2345
+partword جدا 36-245
+partword حتى 36-156
+partword خير 36-1346
+partword إذا 36-246
+partword دخول 36-145 
+partword ذاكر 36-2346 
+partword ربما 36-1235 
+partword زاول 36-1356 
+partword سوف 36-234 
+partword أيضا 36-1246 
+partword شيء 36-146 
+partword صار 36-12346 
+partword فقط 36-23456
+partword ظهر 36-123456 
+partword عسى 36-12356 
+partword غاية 36-126 
+partword فلما 36-124 
+partword قرب 36-12345 
+partword كيف 36-13 
+partword ليس 36-123 
+partword مثل 36-134 
+partword نحو 36-1345 
+partword هناك 36-125
+partword ولما 36-2456
+partword يوم 36-24 
+partword على 36-135 
+partword قبل 36-16 
+partword أولئك 36-1256 
+partword إلا 36-13456 
+partword أسئلة 36-34
+
+#as a single word, no 36 placed before the character.
+word تلك 2345
+word جدا 245
+word حتى 156
+word خير 1346
+word إذا 246
+word دخول 145
+word ذاكر 2346
+word ربما 1235
+word زاول 1356 
+word سوف 234 
+word أيضا 1246 
+word شيء 146 
+word صار 12346 
+word فقط 23456 
+word ظهر 123456 
+word عسى 12356 
+word غاية 126 
+word فلما 124 
+word قرب 12345 
+word كيف 13 
+word ليس 123 
+word مثل 134 
+word نحو 1345 
+word هناك 125
+word ولما 2456 
+word يوم 24 
+word على 135
+word قبل 16 
+word أولئك 1256 
+word إلا 13456
+word إسئلة 34 
+
+#seventh rule: if the letter that procedes any of these abbreviations consists of dots 1 2 and 3 only, they should not be abbreviated.
+#here i will use the match opcode to define the 6 possible characters that can come before these contractions.
+match ل ون %[_.^] 2456-1345
+match ب ون %[_.^] 2456-1345
+match ا ون %[_.^] 2456-1345
+match ك ون %[_.^] 2456-1345
+match ء ون %[_.^] 2456-1345
+match َ ون %[_.^] 2456-1345
+
+match ل ات %[_.^] 1-2345
+match ب ات %[_.^] 1-2345
+match ا ات %[_.^] 1-2345
+match ك ات %[_.^] 1-2345
+match ء ات %[_.^] 1-2345
+match َ ات %[_.^] 1-2345
+
+match ل ية %[_.^] 24-16
+match ب ية %[_.^] 24-16
+match ا ية %[_.^] 24-16
+match ك ية %[_.^] 24-16
+match ء ية %[_.^] 24-16
+match َ ية %[_.^] 24-16
+
+#eighth rule: those should be abbreviated only at the end of word.
+endword ات 46
+endword ون 456
+endword ية 45
+endword وا 3456
+# liblouis: Character definitions for german tables
+#
+#  Copyright (C) 2009 SBS Schweizerische Bibliothek für Blinde und Sehbehinderte
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+#
+#-------------------------------------------------------------------------------
+#
+#  EUROBRAILLE
+#  This computer braille table is widely
+#  being used in german speaking parts of europe
+#
+#  Version 2009-11-19
+#  christian.waldvogel@sbszh.ch
+#
+#-------------------------------------------------------------------------------
+
+#                   34578           \x0000 &#0;    <control> [NULL]
+#                   178             \x0001 &#1;    <control> [START OF HEADING]
+#                   1278            \x0002 &#2;    <control> [START OF TEXT]
+#                   1478            \x0003 &#3;    <control> [END OF TEXT]
+#                   14578           \x0004 &#4;    <control> [END OF TRANSMISSION]
+#                   1578            \x0005 &#5;    <control> [ENQUIRY]
+#                   12478           \x0006 &#6;    <control> [ACKNOWLEDGE]
+#                   124578          \x0007 &#7;    <control> [BELL]
+#                   12578           \x0008 &#8;    <control> [BACKSPACE]
+#                   2478            \x0009 &#9;    <control> [CHARACTER TABULATION]
+#                   24578           \x000A &#10;   <control> [LINE FEED (LF)]
+#                   1378            \x000B &#11;   <control> [LINE TABULATION]
+#                   12378           \x000C &#12;   <control> [FORM FEED (FF)]
+#                   13478           \x000D &#13;   <control> [CARRIAGE RETURN (CR)]
+#                   134578          \x000E &#14;   <control> [SHIFT OUT]
+#                   13578           \x000F &#15;   <control> [SHIFT IN]
+#                   123478          \x0010 &#16;   <control> [DATA LINK ESCAPE]
+#                   1234578         \x0011 &#17;   <control> [DEVICE CONTROL ONE]
+#                   123578          \x0012 &#18;   <control> [DEVICE CONTROL TWO]
+#                   23478           \x0013 &#19;   <control> [DEVICE CONTROL THREE]
+#                   234578          \x0014 &#20;   <control> [DEVICE CONTROL FOUR]
+#                   13678           \x0015 &#21;   <control> [NEGATIVE ACKNOWLEDGE]
+#                   123678          \x0016 &#22;   <control> [SYNCHRONOUS IDLE]
+#                   245678          \x0017 &#23;   <control> [END OF TRANSMISSION BLOCK]
+#                   134678          \x0018 &#24;   <control> [CANCEL]
+#                   1345678         \x0019 &#25;   <control> [END OF MEDIUM]
+#                   135678          \x001A &#26;   <control> [SUBSTITUTE]
+#                   1235678         \x001B &#27;   <control> [ESCAPE]
+#                   3478            \x001C &#28;   <control> [INFORMATION SEPARATOR FOUR]
+#                   2345678         \x001D &#29;   <control> [INFORMATION SEPARATOR THREE]
+#                   234678          \x001E &#30;   <control> [INFORMATION SEPARATOR TWO]
+#                   45678           \x001F &#31;   <control> [INFORMATION SEPARATOR ONE]
+space        \s     0               \x0020 &#32;   SPACE
+punctuation  !      5               \x0021 &#33;   EXCLAMATION MARK
+punctuation  "      4               \x0022 &#34;   QUOTATION MARK
+sign         #      3456            \x0023 &#35;   NUMBER SIGN
+sign         $      46              \x0024 &#36;   DOLLAR SIGN
+sign         %      123456          \x0025 &#37;   PERCENT SIGN
+sign         &      12346           \x0026 &#38;   AMPERSAND
+punctuation  '      6               \x0027 &#39;   APOSTROPHE APOSTROPHE-QUOTE
+punctuation  (      236             \x0028 &#40;   LEFT PARENTHESIS
+punctuation  )      356             \x0029 &#41;   RIGHT PARENTHESIS
+sign         *      35              \x002A &#42;   ASTERISK
+math         +      235             \x002B &#43;   PLUS SIGN
+punctuation  ,      2               \x002C &#44;   COMMA
+punctuation  -      36              \x002D &#45;   HYPHEN-MINUS
+punctuation  .      3               \x002E &#46;   FULL STOP PERIOD
+punctuation  /      256             \x002F &#47;   SOLIDUS SLASH
+include digits6DotsPlusDot6.uti
+punctuation  :      25              \x003A &#58;   COLON
+punctuation  ;      23              \x003B &#59;   SEMICOLON
+math         <      56              \x003C &#60;   LESS-THAN SIGN
+math         =      2356            \x003D &#61;   EQUALS SIGN
+math         >      45              \x003E &#62;   GREATER-THAN SIGN
+punctuation  ?      26              \x003F &#63;   QUESTION MARK
+sign         @      3457            \x0040 &#64;   COMMERCIAL AT
+uppercase    A      17              \x0041 &#65;   LATIN CAPITAL LETTER A
+uppercase    B      127             \x0042 &#66;   LATIN CAPITAL LETTER B
+uppercase    C      147             \x0043 &#67;   LATIN CAPITAL LETTER C
+uppercase    D      1457            \x0044 &#68;   LATIN CAPITAL LETTER D
+uppercase    E      157             \x0045 &#69;   LATIN CAPITAL LETTER E
+uppercase    F      1247            \x0046 &#70;   LATIN CAPITAL LETTER F
+uppercase    G      12457           \x0047 &#71;   LATIN CAPITAL LETTER G
+uppercase    H      1257            \x0048 &#72;   LATIN CAPITAL LETTER H
+uppercase    I      247             \x0049 &#73;   LATIN CAPITAL LETTER I
+uppercase    J      2457            \x004A &#74;   LATIN CAPITAL LETTER J
+uppercase    K      137             \x004B &#75;   LATIN CAPITAL LETTER K
+uppercase    L      1237            \x004C &#76;   LATIN CAPITAL LETTER L
+uppercase    M      1347            \x004D &#77;   LATIN CAPITAL LETTER M
+uppercase    N      13457           \x004E &#78;   LATIN CAPITAL LETTER N
+uppercase    O      1357            \x004F &#79;   LATIN CAPITAL LETTER O
+uppercase    P      12347           \x0050 &#80;   LATIN CAPITAL LETTER P
+uppercase    Q      123457          \x0051 &#81;   LATIN CAPITAL LETTER Q
+uppercase    R      12357           \x0052 &#82;   LATIN CAPITAL LETTER R
+uppercase    S      2347            \x0053 &#83;   LATIN CAPITAL LETTER S
+uppercase    T      23457           \x0054 &#84;   LATIN CAPITAL LETTER T
+uppercase    U      1367            \x0055 &#85;   LATIN CAPITAL LETTER U
+uppercase    V      12367           \x0056 &#86;   LATIN CAPITAL LETTER V
+uppercase    W      24567           \x0057 &#87;   LATIN CAPITAL LETTER W
+uppercase    X      13467           \x0058 &#88;   LATIN CAPITAL LETTER X
+uppercase    Y      134567          \x0059 &#89;   LATIN CAPITAL LETTER Y
+uppercase    Z      13567           \x005A &#90;   LATIN CAPITAL LETTER Z
+punctuation  [      123567          \x005B &#91;   LEFT SQUARE BRACKET
+sign         \\     347             \x005C &#92;   REVERSE SOLIDUS
+punctuation  ]      234567          \x005D &#93;   RIGHT SQUARE BRACKET
+sign         ^      23467           \x005E &#94;   CIRCUMFLEX ACCENT
+sign         _      4567            \x005F &#95;   LOW LINE
+sign         `      345             \x0060 &#96;   GRAVE ACCENT
+lowercase    a      1               \x0061 &#97;   LATIN SMALL LETTER A
+lowercase    b      12              \x0062 &#97;   LATIN SMALL LETTER B
+lowercase    c      14              \x0063 &#97;   LATIN SMALL LETTER C
+lowercase    d      145             \x0064 &#97;   LATIN SMALL LETTER D
+lowercase    e      15              \x0065 &#97;   LATIN SMALL LETTER E
+lowercase    f      124             \x0066 &#97;   LATIN SMALL LETTER F
+lowercase    g      1245            \x0067 &#97;   LATIN SMALL LETTER G
+lowercase    h      125             \x0068 &#97;   LATIN SMALL LETTER H
+lowercase    i      24              \x0069 &#97;   LATIN SMALL LETTER I
+lowercase    j      245             \x006A &#97;   LATIN SMALL LETTER J
+lowercase    k      13              \x006B &#97;   LATIN SMALL LETTER K
+lowercase    l      123             \x006C &#97;   LATIN SMALL LETTER L
+lowercase    m      134             \x006D &#97;   LATIN SMALL LETTER M
+lowercase    n      1345            \x006E &#97;   LATIN SMALL LETTER N
+lowercase    o      135             \x006F &#111;  LATIN SMALL LETTER O
+lowercase    p      1234            \x0070 &#112;  LATIN SMALL LETTER P
+lowercase    q      12345           \x0071 &#113;  LATIN SMALL LETTER Q
+lowercase    r      1235            \x0072 &#114;  LATIN SMALL LETTER R
+lowercase    s      234             \x0073 &#115;  LATIN SMALL LETTER S
+lowercase    t      2345            \x0074 &#116;  LATIN SMALL LETTER T
+lowercase    u      136             \x0075 &#117;  LATIN SMALL LETTER U
+lowercase    v      1236            \x0076 &#118;  LATIN SMALL LETTER V
+lowercase    w      2456            \x0077 &#119;  LATIN SMALL LETTER W
+lowercase    x      1346            \x0078 &#120;  LATIN SMALL LETTER X
+lowercase    y      13456           \x0079 &#121;  LATIN SMALL LETTER Y
+lowercase    z      1356            \x007A &#122;  LATIN SMALL LETTER Z
+punctuation  {      12356           \x007B &#123;  LEFT CURLY BRACKET
+sign         |      34              \x007C &#124;  VERTICAL LINE
+punctuation  }      23456           \x007D &#125;  RIGHT CURLY BRACKET
+sign         ~      2346            \x007E &#126;  TILDE
+sign         \x007F 456             \x007F &#127;  [DELETE]
+#                   457             \x0080 &#128;  <control>
+#                   8               \x0081 &#129;  <control>
+#                   3678            \x0082 &#130;  <control> [BREAK PERMITTED HERE]
+#                   78              \x0083 &#131;  <control> [NO BREAK HERE]
+#                   1268            \x0084 &#132;  <control>
+#                   238             \x0085 &#133;  <control> [NEXT LINE (NEL)]
+#                   1248            \x0086 &#134;  <control> [START OF SELECTED AREA]
+#                   12458           \x0087 &#135;  <control> [END OF SELECTED AREA]
+#                   378             \x0088 &#136;  <control> [CHARACTER TABULATION SET]
+#                   248             \x0089 &#137;  <control> [CHARACTER TABULATION WITH JUSTIFICATION]
+#                   678             \x008A &#138;  <control> [LINE TABULATION SET]
+#                   27              \x008B &#139;  <control> [PARTIAL LINE FORWARD]
+#                   237             \x008C &#140;  <control> [PARTIAL LINE BACKWARD]
+#                   257             \x008D &#141;  <control> [REVERSE LINE FEED]
+#                   12567           \x008E &#142;  <control> [SINGLE SHIFT TWO]
+#                   12467           \x008F &#143;  <control> [SINGLE SHIFT THREE]
+#                   124678          \x0090 &#144;  <control> [DEVICE CONTROL STRING]
+#                   23567           \x0091 &#145;  <control> [PRIVATE USE ONE]
+#                   2367            \x0092 &#146;  <control> [PRIVATE USE TWO]
+#                   138             \x0093 &#147;  <control> [SET TRANSMIT STATE]
+#                   1238            \x0094 &#148;  <control> [CANCEL CHARACTER]
+#                   278             \x0095 &#149;  <control> [MESSAGE WAITING]
+#                   2378            \x0096 &#150;  <control> [START OF GUARDED AREA]
+#                   13568           \x0097 &#151;  <control> [END OF GUARDED AREA]
+#                   2578            \x0098 &#152;  <control> [START OF STRING]
+#                   1245678         \x0099 &#153;  <control>
+#                   2678            \x009A &#154;  <control> [SINGLE CHARACTER INTRODUCER]
+#                   123458          \x009B &#155;  <control> [CONTROL SEQUENCE INTRODUCER]
+#                   67              \x009C &#156;  <control> [STRING TERMINATOR]
+#                   124567          \x009D &#157;  <control> [OPERATING SYSTEM COMMAND]
+#                   235678          \x009E &#158;  <control> [PRIVACY MESSAGE]
+#                   12345678        \x009F &#159;  <control> [APPLICATION PROGRAM COMMAND]
+space        \x00a0 7               \x00A0 &#160;  NO-BREAK SPACE
+punctuation  ¡      367             \x00A1 &#161;  INVERTED EXCLAMATION MARK
+sign         ¢      58              \x00A2 &#162;  CENT SIGN
+sign         £      467             \x00A3 &#163;  POUND SIGN
+sign         ¤      4678            \x00A4 &#164;  CURRENCY SIGN
+sign         ¥      468             \x00A5 &#165;  YEN SIGN
+sign         ¦      158             \x00A6 &#166;  BROKEN BAR
+sign         §      357             \x00A7 &#167;  SECTION SIGN
+sign         ¨      48              \x00A8 &#168;  DIAERESIS
+sign         ©      123468          \x00A9 &#169;  COPYRIGHT SIGN
+sign         ª      1258            \x00AA &#170;  FEMININE ORDINAL INDICATOR
+punctuation  «      5678            \x00AB &#171;  LEFT-POINTING DOUBLE ANGLE QUOTATION MARK
+sign         ¬      25678           \x00AC &#172;  NOT SIGN
+sign         ­      368             \x00AD &#173;  SOFT HYPHEN
+sign         ®      12358           \x00AE &#174;  REGISTERED SIGN
+sign         ¯      458             \x00AF &#175;  MACRON
+sign         °      4568            \x00B0 &#176;  DEGREE SIGN
+math         ±      23578           \x00B1 &#177;  PLUS-MINUS SIGN
+sign         ²      128             \x00B2 &#178;  SUPERSCRIPT TWO
+sign         ³      148             \x00B3 &#179;  SUPERSCRIPT THREE
+sign         ´      568             \x00B4 &#180;  ACUTE ACCENT
+sign         µ      1348            \x00B5 &#181;  MICRO SIGN
+sign         ¶      1458            \x00B6 &#182;  PILCROW SIGN
+sign         ·      37              \x00B7 &#183;  MIDDLE DOT
+sign         ¸      68              \x00B8 &#184;  CEDILLA
+sign         ¹      18              \x00B9 &#185;  SUPERSCRIPT ONE
+sign         º      2458            \x00BA &#186;  MASCULINE ORDINAL INDICATOR
+punctuation  »      4578            \x00BB &#187;  RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK
+math         ¼      1368            \x00BC &#188;  VULGAR FRACTION ONE QUARTER
+math         ½      12368           \x00BD &#189;  VULGAR FRACTION ONE HALF
+math         ¾      13468           \x00BE &#190;  VULGAR FRACTION THREE QUARTERS
+punctuation  ¿      38              \x00BF &#191;  INVERTED QUESTION MARK
+uppercase    À      23678           \x00C0 &#192;  LATIN CAPITAL LETTER A WITH GRAVE
+uppercase    Á      28              \x00C1 &#193;  LATIN CAPITAL LETTER A WITH ACUTE
+uppercase    Â      167             \x00C2 &#194;  LATIN CAPITAL LETTER A WITH CIRCUMFLEX
+uppercase    Ã      3467            \x00C3 &#195;  LATIN CAPITAL LETTER A WITH TILDE
+uppercase    Ä      567             \x00C4 &#196;  LATIN CAPITAL LETTER A WITH DIAERESIS
+uppercase    Å      34567           \x00C5 &#197;  LATIN CAPITAL LETTER A WITH RING ABOVE
+uppercase    Æ      47              \x00C6 &#198;  LATIN CAPITAL LETTER AE
+uppercase    Ç      123467          \x00C7 &#199;  LATIN CAPITAL LETTER C WITH CEDILLA
+uppercase    È      3578            \x00C8 &#200;  LATIN CAPITAL LETTER E WITH GRAVE
+uppercase    É      1234567         \x00C9 &#201;  LATIN CAPITAL LETTER E WITH ACUTE
+uppercase    Ê      1267            \x00CA &#202;  LATIN CAPITAL LETTER E WITH CIRCUMFLEX
+uppercase    Ë      2358            \x00CB &#203;  LATIN CAPITAL LETTER E WITH DIAERESIS
+uppercase    Ì      57              \x00CC &#204;  LATIN CAPITAL LETTER I WITH GRAVE
+uppercase    Í      258             \x00CD &#205;  LATIN CAPITAL LETTER I WITH ACUTE
+uppercase    Î      1467            \x00CE &#206;  LATIN CAPITAL LETTER I WITH CIRCUMFLEX
+uppercase    Ï      23568           \x00CF &#207;  LATIN CAPITAL LETTER I WITH DIAERESIS
+uppercase    Ð      3567            \x00D0 &#208;  LATIN CAPITAL LETTER ETH
+uppercase    Ñ      2567            \x00D1 &#209;  LATIN CAPITAL LETTER N WITH TILDE
+uppercase    Ò      578             \x00D2 &#210;  LATIN CAPITAL LETTER O WITH GRAVE
+uppercase    Ó      2568            \x00D3 &#211;  LATIN CAPITAL LETTER O WITH ACUTE
+uppercase    Ô      14567           \x00D4 &#212;  LATIN CAPITAL LETTER O WITH CIRCUMFLEX
+uppercase    Õ      267             \x00D5 &#213;  LATIN CAPITAL LETTER O WITH TILDE
+uppercase    Ö      358             \x00D6 &#214;  LATIN CAPITAL LETTER O WITH DIAERESIS
+math         ×      2348            \x00D7 &#215;  MULTIPLICATION SIGN
+uppercase    Ø      2467            \x00D8 &#216;  LATIN CAPITAL LETTER O WITH STROKE
+uppercase    Ù      35678           \x00D9 &#217;  LATIN CAPITAL LETTER U WITH GRAVE
+uppercase    Ú      268             \x00DA &#218;  LATIN CAPITAL LETTER U WITH ACUTE
+uppercase    Û      1567            \x00DB &#219;  LATIN CAPITAL LETTER U WITH CIRCUMFLEX
+uppercase    Ü      2368            \x00DC &#220;  LATIN CAPITAL LETTER U WITH DIAERESIS
+uppercase    Ý      3568            \x00DD &#221;  LATIN CAPITAL LETTER Y WITH ACUTE
+uppercase    Þ      2357            \x00DE &#222;  LATIN CAPITAL LETTER THORN
+lowercase    ß      34568           \x00DF &#223;  LATIN SMALL LETTER SHARP S
+lowercase    à      123568          \x00E0 &#224;  LATIN SMALL LETTER A WITH GRAVE
+lowercase    á      168             \x00E1 &#225;  LATIN SMALL LETTER A WITH ACUTE
+lowercase    â      1678            \x00E2 &#226;  LATIN SMALL LETTER A WITH CIRCUMFLEX
+lowercase    ã      34678           \x00E3 &#227;  LATIN SMALL LETTER A WITH TILDE
+lowercase    ä      3458            \x00E4 &#228;  LATIN SMALL LETTER A WITH DIAERESIS
+lowercase    å      345678          \x00E5 &#229;  LATIN SMALL LETTER A WITH RING ABOVE
+lowercase    æ      478             \x00E6 &#230;  LATIN SMALL LETTER AE
+lowercase    ç      1234678         \x00E7 &#231;  LATIN SMALL LETTER C WITH CEDILLA
+lowercase    è      23468           \x00E8 &#232;  LATIN SMALL LETTER E WITH GRAVE
+lowercase    é      1234568         \x00E9 &#233;  LATIN SMALL LETTER E WITH ACUTE
+lowercase    ê      12678           \x00EA &#234;  LATIN SMALL LETTER E WITH CIRCUMFLEX
+lowercase    ë      12468           \x00EB &#235;  LATIN SMALL LETTER E WITH DIAERESIS
+lowercase    ì      348             \x00EC &#236;  LATIN SMALL LETTER I WITH GRAVE
+lowercase    í      1468            \x00ED &#237;  LATIN SMALL LETTER I WITH ACUTE
+lowercase    î      14678           \x00EE &#238;  LATIN SMALL LETTER I WITH CIRCUMFLEX
+lowercase    ï      124568          \x00EF &#239;  LATIN SMALL LETTER I WITH DIAERESIS
+lowercase    ð      23458           \x00F0 &#240;  LATIN SMALL LETTER ETH
+lowercase    ñ      13458           \x00F1 &#241;  LATIN SMALL LETTER N WITH TILDE
+lowercase    ò      3468            \x00F2 &#242;  LATIN SMALL LETTER O WITH GRAVE
+lowercase    ó      14568           \x00F3 &#243;  LATIN SMALL LETTER O WITH ACUTE
+lowercase    ô      145678          \x00F4 &#244;  LATIN SMALL LETTER O WITH CIRCUMFLEX
+lowercase    õ      1358            \x00F5 &#245;  LATIN SMALL LETTER O WITH TILDE
+lowercase    ö      2468            \x00F6 &#246;  LATIN SMALL LETTER O WITH DIAERESIS
+math         ÷      125678          \x00F7 &#247;  DIVISION SIGN
+lowercase    ø      24678           \x00F8 &#248;  LATIN SMALL LETTER O WITH STROKE
+lowercase    ù      234568          \x00F9 &#249;  LATIN SMALL LETTER U WITH GRAVE
+lowercase    ú      1568            \x00FA &#250;  LATIN SMALL LETTER U WITH ACUTE
+lowercase    û      15678           \x00FB &#251;  LATIN SMALL LETTER U WITH CIRCUMFLEX
+lowercase    ü      12568           \x00FC &#252;  LATIN SMALL LETTER U WITH DIAERESIS
+lowercase    ý      24568           \x00FD &#253;  LATIN SMALL LETTER Y WITH ACUTE
+lowercase    þ      12348           \x00FE &#254;  LATIN SMALL LETTER THORN
+lowercase    ÿ      134568          \x00FF &#255;  LATIN SMALL LETTER Y WITH DIAERESIS
+#
+#  Copyright (C) 2011 by Peter Engström <peter.engstrom@indexbraille.com>
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+#
+# -----------------------------------------------------------------------------
+#
+# 	SORANI (KURDISH)
+#	================
+# 	Author:		Peter Engström
+# 	Company:	Index Braille
+#
+# 	Date: 		Note:
+#	2011-02-08	Initial release based on _chardefs_ar.cti
+#	2011-03-15	Updated
+#	2011-03-22	Removing U+200C from text. New braille code for Heh.
+#				Arabic letters where coded as signs.
+#	2011-03-23	New handling of U+200C. Letter Heh changed again.
+#
+#
+
+# Remove U+200C three-per-em space = thick space but let it be a virtual space.
+space \x200C 9							# Assign x200C to virtual dot 9. [Peter Engström 2011-03-23]
+noback pass2 @9 ?						# Remove virtual dot 9 during second pass. [Peter Engström 2011-03-23]
+space \x00a0 a
+include spaces.uti
+
+# ----------- define all chars ------------------------------------------------
+
+punctuation ! 235						# 33
+punctuation " 236						# 34	[Peter Engström 2011-03-15]
+sign # 3456								# 35
+sign $ 1246								# 36	[Peter Engström 2011-03-15]
+sign % 1234								# 37	[Peter Engström 2011-03-15]
+sign & 12346							# 38	[Peter Engström 2011-03-15]
+punctuation ' 3							# 39 apostrophe
+punctuation ) 356						# 40
+punctuation ( 236						# 41
+sign * 16								# 42	[Peter Engström 2011-03-15]
+math + 346								# 43	[Peter Engström 2011-03-15]
+punctuation , 46						# 44
+punctuation - 36						# 45
+punctuation \x06D4 256					# Arabic Full stop
+punctuation . 256						# 46	[Peter Engström 2011-03-15]
+math / 34								# 47
+include loweredDigits6Dots.uti
+punctuation : 5-2						# 58	[Peter Engström 2011-03-15]
+punctuation ; 5							# 59	[Peter Engström 2011-03-15]
+math < 0-126-0							# 60	[Peter Engström 2011-03-15]
+math = 123456							# 61	[Peter Engström 2011-03-15]
+letter > 0-246-0
+math > 0-345-0							# 62	[Peter Engström 2011-03-15]
+punctuation ? 1456						# 63
+sign @ 4								# 64
+
+include latinLetterDef6Dots.uti
+
+punctuation [ 13456						# 91	[Peter Engström 2011-03-15]
+sign \\ 1256							# 92	[Peter Engström 2011-03-15]
+punctuation ] 12346						# 93	[Peter Engström 2011-03-15]
+sign ^ 45								# 94 circumflex accent	[Peter Engström 2011-03-15]
+sign _ 456								# 95 underscore
+sign ` 4								# 96 grave accent
+# a - z									# 97 - 122
+punctuation { 135						# 123	[Peter Engström 2011-03-15]
+sign | 1245								# 124
+punctuation } 246						# 125	[Peter Engström 2011-03-15]
+math ~ 45								# 126
+sign \x00A2 4-14						# 162 ¢ cents sign
+sign \x00A3 4-123						# 163 £ pounds sign
+sign \x00A5 4-13456						# 165 ¥ yen sign
+sign § 4-234-3							# 167 section sign \x00A7
+sign \x00A9 2356-6-14-2356 				# 169 © copyright sign
+sign \x00AE 16-256				 		# ® Registered mark
+punctuation \x00Ad 36					# 173 soft hyphen
+sign \x00B0 356							# 176 ° degrees sign
+sign \x00B5 46-134						# 181 µ micro sign
+sign \x00B6 4-1234-345					# 182 ¶ pilcrow sign
+sign \x00BF 236							# 191 inverted question mark
+math \x00D7 56-236						# 215 × multiplication sign
+math \x00F7 56-256						# 247 ÷ division sign
+
+punctuation \x2010 36					# 8208 hyphen
+punctuation \x2011 23478				# 8209 non-breaking hyphen
+punctuation \x2013 246					# 8211 en dash	[Peter Engström 2011-03-15]
+punctuation \x2014 246					# 8212	[Peter Engström 2011-03-15]
+punctuation	\x2018 3					# 8216 smart single left quotation mark
+punctuation	\x2019 3					# 8217 smart single right quotation mark
+punctuation	\x201C 2356					# 8220 smart opening double quote
+punctuation	\x201D 2356					# 8221 smart closing double quote
+punctuation	\x201E 2356					# 8222 smart double low quotation mark
+punctuation	\x201F 2356					# 8223 smart double high reverse quotation mark
+punctuation \x2026 3-3-3				# 8230 smart ellipsis
+sign \x20AC 4-15						# 8364 Euro sign
+noback sign \x25CF 16					# 9679 black circle
+
+#-------------------------- Arabic characters ---------------------------------
+sign \x060C 5							# Arabic comma
+sign \x061B 56							# Arabic semicolon
+sign \x061F 236							# Arabic question mark
+
+letter \x0621 345						# Hamza	[Peter Engström 2011-03-15]
+letter \x0622 345						# Alef with madda above
+letter \x0623 34						# Alef with hamza above
+letter \x0624 1256						# Waw with hamza above
+letter \x0625 34						# Alef with hamza below	[Peter Engström 2011-03-15]
+letter \x0626 345						# Yeh with hamza above 
+letter \x0627 1							# Alef
+letter \x0628 12						# Beh
+letter \x0629 16						# Teh marbutha
+letter \x062A 2345						# Teh
+letter \x062B 1456						# Theh
+letter \x062C 245						# Jeem
+letter \x062D 156						# Hah
+letter \x062E 1346						# Khah
+letter \x062F 145						# Dal
+letter \x0630 2346						# Thal
+letter \x0631 246						# Reh	[Peter Engström 2011-03-15]
+letter \x0632 1356						# Zain
+letter \x0633 234						# Seen
+letter \x0634 146						# Sheen
+letter \x0635 12346						# Sad
+letter \x0636 1246						# Dad
+letter \x0637 23456						# Tah
+letter \x0638 123456					# Zah
+letter \x0639 12356						# Ain
+letter \x063A 126						# Ghain
+letter \x0640 2							# Tatweel (=kashida inserted to stretch characters).
+letter \x0641 124						# Feh
+letter \x0642 12345						# Qaf
+letter \x0643 13						# Kaf
+letter \x0644 123						# Lam
+letter \x0645 134						# Meem
+letter \x0646 1345						# Noon
+
+#--BEGIN--------------------------------------------[Peter Engström 2011-02-08]
+letter \x0647 15						# Heh
+begword \x0647 125						
+midword \x0647 125						
+endword \x0647 15						
+#--END----------------------------------------------[Peter Engström 2011-02-08]
+
+letter \x0648 2456						# Waw
+letter \x0649 135						# Alef maksura
+letter \x064A 24						# Yeh
+letter \x064B 23						# Fathatan
+letter \x064C 26						# Dammatan
+letter \x064D 35						# Kasratan
+letter \x064E 2							# Fatha
+letter \x064F 136						# Damma
+letter \x0650 15						# Kasra
+letter \x0651 6							# Shadda
+letter \x0652 25						# Sukun
+
+#--BEGIN--------------------------------------------[Peter Engström 2011-02-08]
+sign \x02C7 456							# Caron (=hacek)
+sign \x032C 56							# Combinding caron below
+sign \x065A 456							# Vowel sign small v above
+sign \x0660 356							# 0 Arabic numbers
+sign \x0661 2							# 1
+sign \x0662 23							# 2
+sign \x0663 25							# 3
+sign \x0664 256							# 4
+sign \x0665 26							# 5
+sign \x0666 235							# 6
+sign \x0667 2356						# 7
+sign \x0668 236							# 8
+sign \x0669 35							# 9
+sign \x066C 5							# Arabic thousands separator
+
+letter \x067E 1234						# Peh
+letter \x0686 14						# Tcheh
+letter \x0695 1235						# Reh with small v below
+letter \x0698 346						# Jeh
+letter \x06A4 1236						# Veh
+letter \x06A9 13						# Keheh
+letter \x06AF 1245						# Gaf
+letter \x06B5 123456					# Lam with small v
+letter \x06BE 125						# Heh doachashmee
+letter \x06C1 15						# Heh goal
+letter \x06C6 135						# Oe
+letter \x06CB 1236						# Ve
+letter \x06CC 24						# Farsi Yeh
+letter \x06CE 34						# Yeh with small v
+letter \x06D5 15						# Ae
+letter \xFB8A 346						# Jeh isolated form
+letter \xFBA6 15						# Heh goal isolated form
+letter \xFBAA 125						# Heh doachashmee isolated form
+letter \xFBAB 15						# Heh doachashmee final form
+letter \xFBAC 125						# Heh doachashmee initial form
+letter \xFBAD 125						# Heh doachashmee medial form
+letter \xFBFC 24						# Farsi yeh isolated form
+letter \xFEAD 246						# Reh isolated form
+letter \xFEAE 246						# Reh final form
+letter \xFEDD 123						# Lam isolated form
+letter \xFEDE 123						# Lam final form
+letter \xFEE9 15						# Heh isolated form
+letter \xFEEA 15						# Heh final form
+letter \xFEEB 125						# Heh initial form
+letter \xFEEC 125						# Heh medial form
+letter \xFEEF 24						# Alef maksura isolated form
+letter \xFEFB 123-1						# Ligature lam with alef with hamza below isolated form 
+letter \xFEFC 123-1						# Ligature lam with alef with hamza below final form 
+
+#--END----------------------------------------------[Peter Engström 2011-02-08]
+#
+# Copyright (C) 1995-2008 by The BRLTTY Developers.
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+
+# BRLTTY Text Table - 8-dot Icelandic
+#
+# originally written by: Samuel Thibault <samuel.thibault@ens-lyon.org>
+# Updated and maintained by Birkir R. Gunnarsson birkir@midstod.is
+# last updated February 16th, 2012
+# Table now compliant with the official IceBraille specifications
+# which can be found at http://www.midstod.is/Pages/239
+
+space \s 0		SPACE
+punctuation ! 2357		EXCLAMATION MARK
+punctuation " 56		QUOTATION MARK
+sign # 3456 number sign
+sign $ 14578 dollar sign
+sign % 46 per cent
+sign & 123468 ampersand
+punctuation ' 5		APOSTROPHE
+punctuation ( 236		LEFT PARENTHESIS
+punctuation ) 356		RIGHT PARENTHESIS
+sign * 35 asterisk
+math + 235 plus sign
+punctuation , 2		COMMA
+punctuation - 36		HYPHEN-MINUS
+punctuation . 3		FULL STOP
+math / 34 slash
+include digits8Dots.uti
+punctuation : 25 COLON
+punctuation ; 23 SEMICOLON
+math < 358 less than
+math = 2356 equals
+math > 267 greater than
+punctuation ? 26 ? questionmark
+sign @ 123456 at sign
+punctuation [ 12356 left bracket
+sign \\ 347 backslash
+punctuation ] 23456 right bracket
+sign ^ 346 caret/superscript symbol
+sign _ 3678 hyphen/underline
+punctuation { 123567 left brace
+sign | 4568 vertical bar
+punctuation } 234568 right brace
+
+# misc. punctuation and math symbols, less frequently used
+sign \x2026 6 elipsis
+punctuation \x201E 2378 open quotation symbol, used in Icelandic quotes
+sign ~ 457 tilde
+math ` 4
+math ° 256 degrees
+sign ¨ 38 dieresis
+sign \x2022 37 bullet
+punctuation \x2014 367 em dash
+punctuation \x2013 368 en dash, long dash
+sign © 1478 copyright
+sign \x2122 234578 trademark
+sign ® 123578 registerred
+sign \x20AC 1578 Euro symbol
+sign \x00A3 123478 pound sign
+sign \x00AB 2578 cents
+sign \x00A5 1345678 yen
+math \x00B1 123568 plus or minus
+math \x00F7 2367 divided by
+noback sign \x25CF 35	# 9679 black circle
+
+# English alphabet, Icelandic uses all of these though c, w and z are not used in the Icelandic language
+uppercase A 17		LATIN CAPITAL LETTER A
+uppercase B 127		LATIN CAPITAL LETTER B
+uppercase C 147		LATIN CAPITAL LETTER C
+uppercase D 1457		LATIN CAPITAL LETTER D
+uppercase E 157		LATIN CAPITAL LETTER E
+uppercase F 1247		LATIN CAPITAL LETTER F
+uppercase G 12457		LATIN CAPITAL LETTER G
+uppercase H 1257		LATIN CAPITAL LETTER H
+uppercase I 247		LATIN CAPITAL LETTER I
+uppercase J 2457		LATIN CAPITAL LETTER J
+uppercase K 137		LATIN CAPITAL LETTER K
+uppercase L 1237		LATIN CAPITAL LETTER L
+uppercase M 1347		LATIN CAPITAL LETTER M
+uppercase N 13457		LATIN CAPITAL LETTER N
+uppercase O 1357		LATIN CAPITAL LETTER O
+uppercase P 12347		LATIN CAPITAL LETTER P
+uppercase Q 123457		LATIN CAPITAL LETTER Q
+uppercase R 12357		LATIN CAPITAL LETTER R
+uppercase S 2347		LATIN CAPITAL LETTER S
+uppercase T 23457		LATIN CAPITAL LETTER T
+uppercase U 1367		LATIN CAPITAL LETTER U
+uppercase V 12367		LATIN CAPITAL LETTER V
+uppercase W 24567		LATIN CAPITAL LETTER W
+uppercase X 13467		LATIN CAPITAL LETTER X
+uppercase Y 134567		LATIN CAPITAL LETTER Y
+uppercase Z 13567		LATIN CAPITAL LETTER Z
+lowercase a 1		LATIN SMALL LETTER A
+lowercase b 12		LATIN SMALL LETTER B
+lowercase c 14		LATIN SMALL LETTER C
+lowercase d 145		LATIN SMALL LETTER D
+lowercase e 15		LATIN SMALL LETTER E
+lowercase f 124		LATIN SMALL LETTER F
+lowercase g 1245		LATIN SMALL LETTER G
+lowercase h 125		LATIN SMALL LETTER H
+lowercase i 24		LATIN SMALL LETTER I
+lowercase j 245		LATIN SMALL LETTER J
+lowercase k 13		LATIN SMALL LETTER K
+lowercase l 123		LATIN SMALL LETTER L
+lowercase m 134		LATIN SMALL LETTER M
+lowercase n 1345		LATIN SMALL LETTER N
+lowercase o 135		LATIN SMALL LETTER O
+lowercase p 1234		LATIN SMALL LETTER P
+lowercase q 12345		LATIN SMALL LETTER Q
+lowercase r 1235		LATIN SMALL LETTER R
+lowercase s 234		LATIN SMALL LETTER S
+lowercase t 2345		LATIN SMALL LETTER T
+lowercase u 136		LATIN SMALL LETTER U
+lowercase v 1236		LATIN SMALL LETTER V
+lowercase w 2456		LATIN SMALL LETTER W
+lowercase x 1346		LATIN SMALL LETTER X
+lowercase y 13456		LATIN SMALL LETTER Y
+lowercase z 1356		LATIN SMALL LETTER Z
+punctuation \x00a0 0		NO-BREAK SPACE
+
+# letters specific to Icelandic (though part of the Windows 1252 set)
+uppercase \x00c1 167		LATIN CAPITAL LETTER A WITH ACUTE
+uppercase \x00c6 3457		LATIN CAPITAL LETTER AE
+uppercase \x00c9 23467		LATIN CAPITAL LETTER E WITH ACUTE
+uppercase \x00cd 1267		LATIN CAPITAL LETTER I WITH ACUTE
+uppercase \x00d0 1567		LATIN CAPITAL LETTER ETH
+uppercase \x00d3 14567		LATIN CAPITAL LETTER O WITH ACUTE
+uppercase \x00d6 2467		LATIN CAPITAL LETTER O WITH DIAERESIS
+uppercase \x00da 124567		LATIN CAPITAL LETTER U WITH ACUTE
+uppercase \x00dd 123467		LATIN CAPITAL LETTER Y WITH ACUTE
+uppercase \x00de 12467		LATIN CAPITAL LETTER THORN
+lowercase \x00e1 16		LATIN SMALL LETTER A WITH ACUTE
+lowercase \x00e6 345		LATIN SMALL LETTER AE
+lowercase \x00e9 2346		LATIN SMALL LETTER E WITH ACUTE
+lowercase \x00ed 126		LATIN SMALL LETTER I WITH ACUTE
+lowercase \x00f0 156		LATIN SMALL LETTER ETH
+lowercase \x00f3 1456		LATIN SMALL LETTER O WITH ACUTE
+lowercase \x00f6 246		LATIN SMALL LETTER O WITH DIAERESIS
+lowercase \x00fa 12456		LATIN SMALL LETTER U WITH ACUTE
+lowercase \x00fd 12346		LATIN SMALL LETTER Y WITH ACUTE
+lowercase \x00fe 1246		LATIN SMALL LETTER THORN
+# liblouis: Türkçe Tam Kısaltmalı Braille
+#
+#  Copyright (C) 2015 Braille Teknik Ltd. www.brailleteknik.com
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+#
+#--------------------------------
+# Bu dosya, Braille Teknik Ltd. - Uğur Gürbüz tarafından
+# hazırlanmıştır. www.brailleteknik.com
+#
+# ugur.gurbuz@brailleteknik.com
+# Son Değiştirilme Tarihi 23.10.2015
+
+include litdigits6Dots.uti
+
+include braille-patterns.cti
+
+# include tr-chardefs.cti
+
+# Aralık Ayarlamaları
+space \s 0		SPACE
+space \x00a0 0		NO-BREAK SPACE
+space \x2002 78		EN SPACE, modified to show space holders
+space \x2003 0		EM SPACE
+space \x2004 0		THREE-PER-EM SPACE
+space \x2005 0		FOUR-PER-EM SPACE
+space \x2006 0		SIX-PER-EM SPACE
+space \x2007 0		FIGURE SPACE
+space \x2008 0		PUNCTUATION SPACE
+space \x2009 0		THIN SPACE
+space \x200a 0		HAIR SPACE
+space \x202f 0		NARROW NO-BREAK SPACE
+space \x205f 0		MEDIUM MATHEMATICAL SPACE
+
+# Noktalamalar
+punctuation . 256
+punctuation , 2
+punctuation : 25
+punctuation ; 23
+punctuation ! 235
+punctuation ? 236
+punctuation ' 3
+punctuation " 56
+punctuation \x0027 3 '
+punctuation \x0022 56 "
+punctuation ( 2356
+punctuation ) 356
+punctuation [ 12356
+punctuation ] 23456
+punctuation { 2467
+punctuation } 1357
+punctuation < 3-246
+punctuation > 3-135
+punctuation / 34
+
+# Genel Semboller
+sign . 4-256
+sign ¦ 123456
+sign ¤ 345
+sign ¿ 1346
+sign ¨ 2456
+sign ° 12345
+sign · 156
+sign ê 26
+sign ò 346
+sign ï 12456
+sign ë 1246
+sign ~ 45
+sign # 3456
+sign \\ 4-34
+# sign \\ 4
+sign | 6
+sign / 34
+sign + 56-26
+sign % 1456
+sign = 56-2356
+sign ^ 5
+sign @ 4
+sign & 12346
+sign \x00A3 4 £
+sign $ 2346
+sign \x20AC 4-15 €
+sign \x00A2 345 ¢
+sign * 56-236
+sign _ 456
+sign \x2022 3 • Bullet sign
+sign \x00B7 3 · Interpunct
+sign - 36 Hyphen, not a dash. Hyphens are spaced as in print text.
+sign \x2013 36 – En-dash, not a hyphen.
+sign \x2014 36 – Em-dash, not a hyphen.
+
+# Matematik Sembolleri
+math \x2212 56-36 − Minus sign, not a hyphen
+math \x2030 25-1456 ‰ Per mille sign
+math \x221E 123456 ∞ Infinity sign
+math \x00B0 3-14 ° Degree symbol
+math \x2219 3 ∙ Bullet operator
+math \x22C5 2 ⋅ Dot operator
+math \x00D7 56-236 × Multiplication sign
+math \x00F7 56-25 ÷ Division sign; Obelus
+decpoint , 2 Decimal comma
+decpoint . 256
+decpoint : 25
+
+# Karakter Belirteçleri
+numsign 3456
+letsign 56
+#noletsignafter .
+#noletsignafter '
+capsletter 6
+begcapsword 6-6
+endcapsword 6-3
+
+emphclass italic
+emphclass underline
+emphclass bold
+
+begemphphrase italic 46-46
+endemphphrase italic before 46
+lenemphphrase italic 4
+begemphword italic 46-3
+endemphword italic 46-36
+emphletter italic 46-25
+
+begemphphrase bold 456-456
+#lastwordboldbefore 456
+lenemphphrase bold 4
+#begcomp 456-346
+# endcomp 456-156
+
+# Rakkamlar
+digit 0 2457
+digit 1 17
+digit 2 127
+digit 3 147
+digit 4 1457
+digit 5 157
+digit 6 1247
+digit 7 12457
+digit 8 1257
+digit 9 247
+
+# multind 56-6 letsign capsign
+
+# Latin Harfleri
+uplow Aa 1
+uplow Bb 12
+uplow Cc 14
+uplow Dd 145
+uplow Ee 15
+uplow Ff 124
+uplow Gg 1245
+uplow Hh 125
+uplow İi 24
+uplow Jj 245
+uplow Kk 13
+uplow Ll 123
+uplow Mm 134
+uplow Nn 1345
+uplow Oo 135
+uplow Pp 1234
+uplow Qq 4-12345
+uplow Rr 1235
+uplow Ss 234
+uplow Tt 2345
+uplow Uu 136
+uplow Vv 1236
+uplow Ww 4-2456
+uplow Xx 4-1346
+uplow Yy 13456
+uplow Zz 1356
+uplow Çç 16
+uplow Ğğ 126
+uplow Iı 35
+uplow Öö 246
+uplow Şş 146
+uplow Üü 1256
+#uppercase Q 123457
+#lowercase q 4-12345		LATIN SMALL LETTER q 123457
+
+
+# özel karakter düzeltmeleri
+word o 135
+word O 135
+always ... 256-256-256
+begnum $ 2346
+midnum - 36
+midnum , 2
+midnum : 25
+midnum / 34
+midnum ' 3
+
+endnum a 56-1
+endnum b 56-12
+endnum c 56-14
+endnum d 56-145
+endnum e 56-15
+endnum f 56-124
+endnum g 56-1245
+endnum h 56-125
+endnum i 56-24
+endnum j 56-245
+endnum A 6-1
+endnum B 6-12
+endnum C 6-14
+endnum D 6-145
+endnum E 6-15
+endnum F 6-124
+endnum G 6-1245
+endnum H 6-125
+endnum İ 6-24
+endnum J 6-245
+
+repeated .... 256-256-256
+repeated ____ 456
+repeated ---- 36
+
+multind 56-6 letsign capsletter
+
+# Türkçe Kısaltmalar
+# Hece Kısaltmaları
+begmidword ba 235
+begmidword be 356
+begmidword ba' 235-3
+begmidword be' 356-3
+always bir 2346
+begmidword bu 23
+begmidword bu' 23-3
+word bu 23
+always da 1456
+always de 2456
+always di 12346
+begmidword ha 25
+begmidword ha' 25-3
+begmidword ka 256
+begmidword ka' 256-3
+endword ki 3456
+# word ki 3456
+always la 123456
+always le 346
+always ma 34
+always na 1346
+always ne 12345
+always sa 156
+always se 345
+always ta 23456
+always te 12456
+always ve 26
+always ya 1246
+always ye 12356
+
+# iki harfli kısaltmalar
+sufword beden 12-145
+sufword bağımsız 12-126
+sufword bilgi 12-123
+sufword bundan 12-1345
+sufword beraber 12-1235
+sufword basit 12-234
+sufword başka 12-146
+sufword bütün 12-2345
+sufword böyle 12-13456
+sufword bazı 12-1356
+sufword cumhuriyet 14-134
+sufword cisim 14-234
+sufword cevap 14-1236
+sufword çocuk 16-14
+sufword çoğu 16-126
+sufword çalışkan 16-123
+sufword çünkü 16-1345
+sufword çeşit 16-146
+sufword çevre 16-1236
+sufword değil 145-126
+sufword dolayı 145-123
+sufword demek 145-134
+sufword deney 145-1345
+sufword devlet 145-1236
+sufword madde 134-145
+sufword millet 134-123
+sufword memleket 134-134
+sufword ancak 1345-14
+sufword niçin 1345-16
+sufword anadolu 1345-145
+sufword nehir 1345-125
+sufword anne 1345-1345
+sufword insan 1345-234
+sufword arka 1235-13
+sufword örneğin 1235-1345
+sufword arası 1235-234
+sufword orta 1235-2345
+sufword sebep 234-12
+sufword sıcak 234-14
+sufword soğuk 234-126
+sufword eski 234-13
+sufword osmanlı 234-134
+sufword soru 234-1235
+sufword savaş 234-1236
+sufword aşağı 146-126
+sufword şehir 146-125
+sufword şekil 146-13
+sufword şimdi 146-134
+sufword fazla 124-1356
+sufword gibi 1245-12
+sufword gece 1245-14
+sufword genel 1245-1345
+sufword güzel 1245-1356
+sufword haber 125-12
+sufword hiç 125-16
+sufword halk 125-123
+sufword hemen 125-134
+always hangi 125-1345
+sufword hepsi 125-1234
+sufword hayat 125-13456
+sufword hazır 125-1356
+sufword kabul 13-12
+sufword küçük 13-16
+sufword kadın 13-145
+sufword kahraman 13-125
+sufword kolay 13-123
+sufword kendi 13-1345
+sufword kısım 13-234
+sufword kitap 13-2345
+sufword kuvvet 13-1236
+sufword kuzey 13-1356
+sufword lazım 123-1356
+sufword işte 146-2345
+sufword şöyle 146-13456
+sufword tabiyat 2345-12
+sufword toprak 2345-1234
+sufword vatan 1236-2345
+sufword aydın 13456-145
+sufword yukarı 13456-13
+sufword yalnız 13456-123
+sufword yeni 13456-1345
+sufword yarar 13456-1235
+sufword yavaş 13456-1236
+sufword yüzyıl 13456-1356
+sufword özel 1356-123
+sufword uzun 1356-1345
+sufword üzere 1356-1235
+
+# tek harfli kısaltmalar
+word aynı 1
+word büyük 12
+word can 14
+word çok 16
+word daha 145
+word ekonomi 15
+word fakat 124
+word göre 1245
+word eğer 126
+word her 125
+word kısa 35
+word için 24
+word gün 245
+word kadar 13
+word ilgi 123
+word meydan 134
+word neden 1345
+word öyle 246
+word para 1234
+word artık 1235
+word sonra 234
+word şey 146
+word taraf 2345
+word uygun 136
+word dünya 1256
+word var 1236
+word yok 13456
+word zaman 1356
+begmidword aynı 1-3
+begmidword büyük 12-3
+begmidword can 14-3
+begmidword çok 16-3
+begmidword daha 145-3
+begmidword ekonomi 15-3
+begmidword fakat 124-3
+begmidword göre 1245-3
+begmidword eğer 126-3
+begmidword her 125-3
+begmidword kısa 35-3
+begmidword için 24-3
+begmidword gün 245-3
+begmidword kadar 13-3
+begmidword ilgi 123-3
+begmidword meydan 134-3
+begmidword neden 1345-3
+begmidword öyle 246-3
+begmidword para 1234-3
+begmidword artık 1235-3
+begmidword sonra 234-3
+begmidword şey 146-3
+begmidword taraf 2345-3
+begmidword uygun 136-3
+begmidword dünya 1256-3
+begmidword var 1236-3
+begmidword yok 13456-3
+begmidword zaman 1356-3
+
+# Kelime Kökü fiil Kısaltmaları
+always  bil 5-12
+sufword incele 5-14
+sufword çalış 5-16
+always dur 5-145
+sufword eğit 5-15
+sufword faydalan 5-124
+always gel 5-1245
+sufword öğren 5-126
+sufword harca 5-125
+always kır 5-35
+sufword iste 5-24
+sufword kullan 5-13
+sufword alış 5-123
+sufword tamamla 5-134
+sufword anla 5-1345
+always sor 5-135
+sufword gör 5-246
+sufword topla 5-1234
+sufword bırak 5-1235
+sufword söyle 5-234
+sufword başla 5-146
+always tut 5-2345
+sufword uğra 5-136
+sufword yürü 5-1256
+always vur 5-1236
+sufword yetiş 5-13456
+sufword gözle 5-1356
+begmidword bekle 5-356
+sufword yüksel 5-1456
+sufword koy 5-3456
+sufword öğret 5-346
+always oku 5-1346
+sufword yerleş 5-156
+sufword getir 5-23456
+sufword yaşa 5-1246
+sufword bulun 5-235
+always koş 5-2346
+always geç 5-2456
+begmidword kalk 5-256-3
+sufword konuş 5-123456
+sufword oyna 5-3456
+sufword göster 5-12345
+always yara 5-345
+sufword götür 5-12456
+sufword büyü 5-12356
+
+# Kelime Kökü Kısaltmaları
+midendword ınca 45-14
+midendword ince 45-14
+midendword unca 45-14
+midendword ünce 45-14
+midendword ıncı 56-14
+midendword inci 56-14
+midendword uncu 56-14
+midendword üncü 56-14
+midendword tıkları 45-145
+midendword tikleri 45-145
+midendword tukları 45-145
+midendword tükleri 45-145
+midendword tıkça 45-16
+midendword tikçe 45-16
+midendword tukça 45-16
+midendword tükçe 45-16
+midendword dıkça 56-2345
+midendword dikçe 56-2345
+midendword dukça 56-2345
+midendword dükçe 56-2345
+midendword dıkları 56-145
+midendword dikleri 56-145
+midendword dukları 56-145
+midendword dükleri 56-145
+midendword lara 45-15
+midendword lere 45-15
+midendword ları 56-15
+midendword leri 56-15
+midendword gan 45-1245
+midendword gen 45-1245
+midendword gın 56-1245
+midendword gin 56-1245
+midendword gun 56-1245
+midendword gün 56-1245
+midendword mayı 45-126
+midendword meyi 45-126
+midendword mağa 56-126
+midendword meğe 56-126
+midendword tığı 45-24
+midendword tiği 45-24
+midendword tuğu 45-24
+midendword tüğü 45-24
+midendword dığı 56-24
+midendword diği 56-24
+midendword duğu 56-24
+midendword düğü 56-24
+midendword tır 45-245
+midendword tir 45-245
+midendword tur 45-245
+midendword tür 45-245
+midendword dır 56-245
+midendword dir 56-245
+midendword dur 56-245
+midendword dür 56-245
+midendword ken 56-13
+midendword luk 45-123
+midendword lük 45-123
+midendword lık 56-123
+midendword lik 56-123
+midendword madan 56-134
+midendword meden 56-134
+midendword nun 45-1345
+midendword nün 45-1345
+midendword nın 56-1345
+midendword nin 56-1345
+midendword yor 56-135
+midendword arak 56-1235
+midendword erek 56-1235
+midendword ması 56-234
+midendword mesi 56-234
+midendword muş 45-146
+midendword müş 45-146
+midendword mış 56-146
+midendword miş 56-146
+midendword tıktan 45-2345
+midendword tikten 45-2345
+midendword tuktan 45-2345
+midendword tükten 45-2345
+midendword dıktan 56-2345
+midendword dikten 56-2345
+midendword duktan 56-2345
+midendword dükten 56-2345
+midendword uyla 45-13456
+midendword üyle 45-13456
+midendword ıyla 56-13456
+midendword iyle 56-13456
+midendword suz 45-1356
+midendword süz 45-1356
+midendword sız 56-1356
+midendword siz 56-1356
+midendword sun 45-2346
+midendword sün 45-2346
+midendword sın 56-2346
+midendword sin 56-2346
+midendword lığa 45-12345
+midendword liğe 45-12345
+midendword luğa 45-12345
+midendword lüğe 45-12345
+midendword lığı 56-12345
+midendword liği 56-12345
+midendword luğu 56-12345
+midendword lüğü 56-12345
+midendword malı 56-34
+midendword meli 56-34
+midendword cak 45-12456
+midendword cek 45-12456
+midendword cağı 56-12456
+midendword ceği 56-12456
+
+# Özel Karakterler ve Türkçe için sözlük tanımları
+literal :// URLs
+literal www.
+literal @ Mail-address
+literal .com
+literal .com.tr
+literal .edu
+literal .edu.tr
+literal .gov
+literal .gov.tr
+literal .mil
+literal .mil.tr
+literal .net
+literal .net.tr
+literal .org
+literal .org.tr
+literal .doc
+literal .htm
+literal .html
+literal .tex
+literal .txt
+literal .gif
+literal .jpg
+literal .png
+literal .wav
+literal .tar
+literal .zip
+always www 2456-2456-2456
+always www. 2456-2456-2456-256
+always .com 256-14-135-134
+always .com.tr 256-14-135-134-256-2345-1235
+begword kla 13-123-1
+begword kli 13-123-24
+begword klo 13-123-135
+begword bra 12-1235-1
+begword bre 12-1235-15
+begword kbps 13-12-1234-234
+# liblouis: Norwegian literary braille, 6-dot, contracted level 1
+#
+#-name: Norsk litterær punktskrift, 6-punkt, kortskrift nivå 1
+#-index-name: Norwegian, contracted, grade 1
+#-display-name: Norwegian grade 1 contracted braille
+#
+#+locale:no
+#+type:literary
+#+direction:both
+#+contraction:partial
+#+dots:6
+#+grade:1
+#
+#  Copyright (C) 2005 ViewPlus Technologies, Inc. www.viewplus.com
+#  Copyright (C) 2009-2014 Lars Bjørndal <lars@lamasti.net>
+#
+#-copyright: 2005, ViewPlus Technologies, Inc. www.viewplus.com
+#-copyright: 2009-2014, Lars Bjørndal
+#-license: LGPLv2.1
+#
+# Created June 9, 2005 by Leon Ungier <Leon.Ungier@ViewPlus.com> with
+# help and guidance from Lars Bjørndal <lars@lamasti.net>.
+# Modified Sep 30, 2005 by LU
+# Heavily overworked by lars@lamasti.net, 2009.
+#
+#-author-name: Leon Ungier
+#-author-email: Leon.Ungier@ViewPlus.com
+#-author-url: www.viewplus.com
+#
+#-author-name: Lars Bjørndal
+#-author-email: lars@lamasti.net
+#-author-url: https://github.com/larsbjorndal
+#
+# Official norwegian braille specifications are collected here:
+# http://liblouis.org/braille-specs/norwegian
+# This specific table is based on the document "Kortskrift i norsk punktskrift - KS04".
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+#
+
+include no-no-g0.utb
+capsnocont
+#------------------------------------------------------
+# -------------- level 1 contractions -----------------
+#------------------------------------------------------
+endword ar 3456
+word at 1
+word ble 12
+word de 1456
+endword de 1456
+word du 145
+word eg 1245
+word eller 15
+word ellers 15-234
+word en 126
+endword en 126
+word ende 126-1456
+endword ende 126-1456
+word er 156
+endword er 156
+word et 346
+endword et 346
+word etter 1356
+begword etter 1356
+word etterat 1356-1
+word ettersom 1356-234
+word etterpå 1356-1234
+
+word for 1246											# level 1 contractions
+endword for 1246
+begword for 1246
+word forat 1246-1
+word forfra 1246-124
+word forover 1246-1346
+word forlike 1246-123
+
+word forhold 12346
+endword forhold 12346
+begword forhold 12346
+
+word forholdsvis 12346-1236
+
+word fra 124											# level 1 contractions
+word før 246
+word gjennom 12456
+begword gjennom 12456
+endword gjennom 12456
+word gjennomfør 12456-246
+
+word han 125
+word hans 125-234
+word har 1235
+word hun 136
+word hvor 2456
+begword hvor 2456
+
+word ikke 24-13										# level 1 contractions
+word ikkje 24-13-245
+word jeg 245
+word kan 13
+word like 123
+word mange 134
+word med 146
+word mye 13456
+word når 1345
+
+word og 14												# level 1 contractions
+word også 14-234
+word oss 135										
+word over 1346
+begword over 1346
+word overfor 1346-1246
+word overpå 1346-1234
+word overunder 1346-12345
+word overfør 1346-246
+word overvære 1346-345
+word overvar 1346-3456
+
+word på 1234
+word som 234
+word til 2345
+word under 12345
+begword under 12345
+word underer 12345-345
+word underet 12345-346
+word underfra 12345-124
+word undersom 12345-234
+word undertil 12345-2345
+
+word var 3456
+word ved 1236
+word være 345											# level 1 contractions
+
+letsign 56
+noletsign i
+noletsign I
+noletsign å
+noletsign Å
+noletsign à
+noletsign á
+#noletsignbefore '.
+noletsignafter :.
+
+# Remove dot 56 before e-post (email)
+noback pass2 @56-15-36-1234-135-234-2345 @15-36-1234-135-234-2345
+noback pass2 @56-6-15-36-1234-135-234-2345 @6-15-36-1234-135-234-2345
+
+# -------------------------------------------------------------------
+#  Copyright (C) 2010 Leon Ungier <Leon.Ungier@ViewPlus.com>, 
+#  Copyright (C) 2010 Samuel Thibault <samuel.thibault@ens-lyon.org>
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+
+# Table for Bihari
+space \x00a0 a
+include spaces.uti
+include devanagari.cti
+include text_nabcc.dis
+#-index-name: Braj
+#-display-name: Braj braille
+
+#+locale:bra
+#+type:literary
+#+grade:1
+
+# TODO: Please correct the metadata above. It is not meant to be
+# accurate nor complete. It hasn't been verified by the table
+# author yet. It is merely an attempt by the liblouis maintainers
+# to get some sensible initial values in place.
+
+# TODO: Please add a reference to official documentation about
+# the implemented braille code. Preferably submit the documents
+# to https://github.com/liblouis/braille-specs.
+
+include br-in-g1.utb
+include braille-patterns.cti
+# ----------------------------------------------------------------------------------------------
+#  odt2braille - Braille authoring in OpenOffice.org.
+#  Copyright (c) 2010 by DocArch <http://www.docarch.be>.
+# ----------------------------------------------------------------------------------------------
+
+display \x0020 0        #       \x2800
+display \x00A0 a
+
+display \x000A 1        # a     \x2801
+display \x002C 2        # ,     \x2802
+display \x000B 12       # b     \x2803
+display \x002E 3        # .     \x2804
+display \x006B 13       # k     \x2805
+display \x003B 23       # ;     \x2806
+display \x006C 123      # l     \x2807
+display \x0027 4        # '     \x2808
+display \x0063 14       # c     \x2809
+display \x0069 24       # i     \x280A
+display \x0066 124      # f     \x280B
+display \x00ED 34       # í     \x280C
+display \x006D 134      # m     \x280D
+display \x0073 234      # s     \x280E
+display \x0070 1234     # p     \x280F
+display \x0040 5        # @     \x2810
+display \x000E 15       # e     \x2811
+display \x003A 25       # :     \x2812
+display \x0068 125      # h     \x2813
+display \x007D 35       # }     \x2814
+display \x006F 135      # o     \x2815
+display \x002B 235      # +     \x2816
+display \x0072 1235     # r     \x2817
+display \x005E 45       # ^     \x2818
+display \x0064 145      # d     \x2819
+display \x006A 245      # j     \x281A
+display \x0067 1245     # g     \x281B
+display \x00CC 345      # Ì     \x281C
+display \x006E 1345     # n     \x281D
+display \x0074 2345     # t     \x281E
+display \x0071 12345    # q     \x281F
+display \x005F 6        # _     \x2820
+display \x0031 16       # 1     \x2821
+display \x003F 26       # ?     \x2822
+display \x0032 126      # 2     \x2823
+display \x002D 36       # -     \x2824
+display \x0075 136      # u     \x2825
+display \x003C 236      # <     \x2826
+display \x0076 1236     # v     \x2827
+display \x007B 46       # {     \x2828
+display \x0033 146      # 3     \x2829
+display \x0039 246      # 9     \x282A
+display \x0036 1246     # 6     \x282B
+display \x00F3 346      # ó     \x282C
+display \x0078 1346     # x     \x282D
+display \x00E9 2346     # é     \x282E
+display \x0026 12346    # &     \x282F
+display \x0022 56       # "     \x2830
+display \x0005 156      # 5     \x2831
+display \x002A 256      # *     \x2832
+display \x0008 1256     # 8     \x2833
+display \x003E 356      # >     \x2834
+display \x007A 1356     # z     \x2835
+display \x003D 2356     # =     \x2836
+display \x00E1 12356    # á     \x2837
+display \x0025 456      # %     \x2838
+display \x0034 1456     # 4     \x2839
+display \x0077 2456     # w     \x283A
+display \x0037 12456    # 7     \x283B
+display \x0023 3456     # #     \x283C
+display \x0079 13456    # y     \x283D
+display \x00FA 23456    # ú     \x283E
+display \x005C 123456   # \     \x283F
+
+display \x2840 7
+display \x2841 17
+display \x2842 27
+display \x2843 127
+display \x2844 37
+display \x2845 137
+display \x2846 237
+display \x2847 1237
+display \x2848 47
+display \x2849 147
+display \x284A 247
+display \x284B 1247
+display \x284C 347
+display \x284D 1347
+display \x284E 2347
+display \x284F 12347
+display \x2850 57
+display \x2851 157
+display \x2852 257
+display \x2853 1257
+display \x2854 357
+display \x2855 1357
+display \x2856 2357
+display \x2857 12357
+display \x2858 457
+display \x2859 1457
+display \x285A 2457
+display \x285B 12457
+display \x285C 3457
+display \x285D 13457
+display \x285E 23457
+display \x285F 123457
+display \x2860 67
+display \x2861 167
+display \x2862 267
+display \x2863 1267
+display \x2864 367
+display \x2865 1367
+display \x2866 2367
+display \x2867 12367
+display \x2868 467
+display \x2869 1467
+display \x286A 2467
+display \x286B 12467
+display \x286C 3467
+display \x286D 13467
+display \x286E 23467
+display \x286F 123467
+display \x2870 567
+display \x2871 1567
+display \x2872 2567
+display \x2873 12567
+display \x2874 3567
+display \x2875 13567
+display \x2876 23567
+display \x2877 123567
+display \x2878 4567
+display \x2879 14567
+display \x287A 24567
+display \x287B 124567
+display \x287C 34567
+display \x287D 134567
+display \x287E 234567
+display \x287F 1234567
+display \x2880 8
+display \x2881 18
+display \x2882 28
+display \x2883 128
+display \x2884 38
+display \x2885 138
+display \x2886 238
+display \x2887 1238
+display \x2888 48
+display \x2889 148
+display \x288A 248
+display \x288B 1248
+display \x288C 348
+display \x288D 1348
+display \x288E 2348
+display \x288F 12348
+display \x2890 58
+display \x2891 158
+display \x2892 258
+display \x2893 1258
+display \x2894 358
+display \x2895 1358
+display \x2896 2358
+display \x2897 12358
+display \x2898 458
+display \x2899 1458
+display \x289A 2458
+display \x289B 12458
+display \x289C 3458
+display \x289D 13458
+display \x289E 23458
+display \x289F 123458
+display \x28A0 68
+display \x28A1 168
+display \x28A2 268
+display \x28A3 1268
+display \x28A4 368
+display \x28A5 1368
+display \x28A6 2368
+display \x28A7 12368
+display \x28A8 468
+display \x28A9 1468
+display \x28AA 2468
+display \x28AB 12468
+display \x28AC 3468
+display \x28AD 13468
+display \x28AE 23468
+display \x28AF 123468
+display \x28B0 568
+display \x28B1 1568
+display \x28B2 2568
+display \x28B3 12568
+display \x28B4 3568
+display \x28B5 13568
+display \x28B6 23568
+display \x28B7 123568
+display \x28B8 4568
+display \x28B9 14568
+display \x28BA 24568
+display \x28BB 124568
+display \x28BC 34568
+display \x28BD 134568
+display \x28BE 234568
+display \x28BF 1234568
+display \x28C0 78
+display \x28C1 178
+display \x28C2 278
+display \x28C3 1278
+display \x28C4 378
+display \x28C5 1378
+display \x28C6 2378
+display \x28C7 12378
+display \x28C8 478
+display \x28C9 1478
+display \x28CA 2478
+display \x28CB 12478
+display \x28CC 3478
+display \x28CD 13478
+display \x28CE 23478
+display \x28CF 123478
+display \x28D0 578
+display \x28D1 1578
+display \x28D2 2578
+display \x28D3 12578
+display \x28D4 3578
+display \x28D5 13578
+display \x28D6 23578
+display \x28D7 123578
+display \x28D8 4578
+display \x28D9 14578
+display \x28DA 24578
+display \x28DB 124578
+display \x28DC 34578
+display \x28DD 134578
+display \x28DE 234578
+display \x28DF 1234578
+display \x28E0 678
+display \x28E1 1678
+display \x28E2 2678
+display \x28E3 12678
+display \x28E4 3678
+display \x28E5 13678
+display \x28E6 23678
+display \x28E7 123678
+display \x28E8 4678
+display \x28E9 14678
+display \x28EA 24678
+display \x28EB 124678
+display \x28EC 34678
+display \x28ED 134678
+display \x28EE 234678
+display \x28EF 1234678
+display \x28F0 5678
+display \x28F1 15678
+display \x28F2 25678
+display \x28F3 125678
+display \x28F4 35678
+display \x28F5 135678
+display \x28F6 235678
+display \x28F7 1235678
+display \x28F8 45678
+display \x28F9 145678
+display \x28FA 245678
+display \x28FB 1245678
+display \x28FC 345678
+display \x28FD 1345678
+display \x28FE 2345678
+display \x28FF 12345678
+
+# ----------------------------------------------------------------------------------------------# Liblouis: Danish table for 8 dots grade 1
+#
+#  Copyright (C) 2014-2017, Bue Vester-Andersen <bue@vester-andersen.dk>
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+#
+#------------
+#
+# This  is the Danish table for 8 dots grade 1 (fuldskrift).
+# Use this table for translation and back-translation of Danish 8 dots grade 1.
+#
+# Version: Bue Vester-Andersen, 170604
+
+### Table Metadata
+
+#-name: Dansk fuldskrift 8-punkt
+#-index-name: Danish, uncontracted, 8-dot
+#-display-name: Danish 8-dot uncontracted braille
+
+#+locale: da
+#+type: literary
+#+contraction: no
+#+grade: 1
+#+dots: 8
+#+direction: both
+
+# Display upcodes
+include da-dk-octobraille.dis
+
+### Character definitions ###
+
+sign \x0000 8 NULL
+sign \x0001 178 START OF HEADING
+sign \x0002 1278 START OF TEXT
+sign \x0003 1478 END OF TEXT
+sign \x0004 14578 END OF TRANSMISSION
+sign \x0005 24568 ENQUIRY
+sign \x0006 12478 ACKNOWLEDGE
+sign \x0007 124578 BELL
+sign \x0008 12578 BACKSPACE
+space \t 2478 CHARACTER TABULATION
+space \n 678 LINE FEED (LF)
+space \v 1368 LINE TABULATION
+space \f 12378 FORM FEED (FF)
+space \r 257 CARRIAGE RETURN (CR)
+sign \x000e 134578 SHIFT OUT
+sign \x000f 12358 SHIFT IN
+sign \x0010 123478 DATA LINK ESCAPE
+sign \x0011 1234578 DEVICE CONTROL ONE
+sign \x0012 13568 DEVICE CONTROL TWO
+sign \x0013 4578 DEVICE CONTROL THREE
+sign \x0014 268 DEVICE CONTROL FOUR
+sign \x0015 13678 NEGATIVE ACKNOWLEDGE
+sign \x0016 278 SYNCHRONOUS IDLE
+sign \x0017 3578 END OF TRANSMISSION BLOCK
+sign \x0018 78 CANCEL
+sign \x0019 68 END OF MEDIUM
+sign \x001a 135678 SUBSTITUTE
+sign \x001b 2678 ESCAPE
+sign \x001c 45678 INFORMATION SEPARATOR FOUR
+sign \x001d 12368 INFORMATION SEPARATOR THREE
+sign \x001e 1234678 INFORMATION SEPARATOR TWO
+sign \x001f 235678 INFORMATION SEPARATOR ONE
+space \s 0 SPACE
+punctuation ! 235 EXCLAMATION MARK
+punctuation " 2356 QUOTATION MARK
+punctuation # 34568 NUMBER SIGN
+sign $ 25678 DOLLAR SIGN
+math % 24578 PERCENT SIGN
+sign & 123468 AMPERSAND
+punctuation ' 4 APOSTROPHE
+punctuation ( 2368 LEFT PARENTHESIS
+punctuation ) 3568 RIGHT PARENTHESIS
+punctuation * 35 ASTERISK
+math + 2358 PLUS SIGN
+punctuation , 2 COMMA
+punctuation - 368 HYPHEN-MINUS
+punctuation . 3 FULL STOP
+punctuation / 348 SLASH
+include digits8Dots.uti
+punctuation : 25 COLON
+punctuation ; 23 SEMICOLON
+math < 358 LESS-THAN SIGN
+math = 23568 EQUALS SIGN
+math > 267 GREATER-THAN SIGN
+punctuation ? 26 QUESTION MARK
+sign @ 478 COMMERCIAL AT
+uppercase A 17 LATIN CAPITAL LETTER A
+uppercase B 127 LATIN CAPITAL LETTER B
+uppercase C 147 LATIN CAPITAL LETTER C
+uppercase D 1457 LATIN CAPITAL LETTER D
+uppercase E 157 LATIN CAPITAL LETTER E
+uppercase F 1247 LATIN CAPITAL LETTER F
+uppercase G 12457 LATIN CAPITAL LETTER G
+uppercase H 1257 LATIN CAPITAL LETTER H
+uppercase I 247 LATIN CAPITAL LETTER I
+uppercase J 2457 LATIN CAPITAL LETTER J
+uppercase K 137 LATIN CAPITAL LETTER K
+uppercase L 1237 LATIN CAPITAL LETTER L
+uppercase M 1347 LATIN CAPITAL LETTER M
+uppercase N 13457 LATIN CAPITAL LETTER N
+uppercase O 1357 LATIN CAPITAL LETTER O
+uppercase P 12347 LATIN CAPITAL LETTER P
+uppercase Q 123457 LATIN CAPITAL LETTER Q
+uppercase R 12357 LATIN CAPITAL LETTER R
+uppercase S 2347 LATIN CAPITAL LETTER S
+uppercase T 23457 LATIN CAPITAL LETTER T
+uppercase U 1367 LATIN CAPITAL LETTER U
+uppercase V 12367 LATIN CAPITAL LETTER V
+uppercase W 24567 LATIN CAPITAL LETTER W
+uppercase X 13467 LATIN CAPITAL LETTER X
+uppercase Y 134567 LATIN CAPITAL LETTER Y
+uppercase Z 13567 LATIN CAPITAL LETTER Z
+punctuation [ 23678 LEFT SQUARE BRACKET
+punctuation \\ 347 REVERSE SLASH
+punctuation ] 35678 RIGHT SQUARE BRACKET
+punctuation ^ 12348 CIRCUMFLEX ACCENT
+punctuation _ 3678 LOW LINE
+punctuation ` 5 GRAVE ACCENT
+lowercase a 1 LATIN SMALL LETTER A
+lowercase b 12 LATIN SMALL LETTER B
+lowercase c 14 LATIN SMALL LETTER C
+lowercase d 145 LATIN SMALL LETTER D
+lowercase e 15 LATIN SMALL LETTER E
+lowercase f 124 LATIN SMALL LETTER F
+lowercase g 1245 LATIN SMALL LETTER G
+lowercase h 125 LATIN SMALL LETTER H
+lowercase i 24 LATIN SMALL LETTER I
+lowercase j 245 LATIN SMALL LETTER J
+lowercase k 13 LATIN SMALL LETTER K
+lowercase l 123 LATIN SMALL LETTER L
+lowercase m 134 LATIN SMALL LETTER M
+lowercase n 1345 LATIN SMALL LETTER N
+lowercase o 135 LATIN SMALL LETTER O
+lowercase p 1234 LATIN SMALL LETTER P
+lowercase q 12345 LATIN SMALL LETTER Q
+lowercase r 1235 LATIN SMALL LETTER R
+lowercase s 234 LATIN SMALL LETTER S
+lowercase t 2345 LATIN SMALL LETTER T
+lowercase u 136 LATIN SMALL LETTER U
+lowercase v 1236 LATIN SMALL LETTER V
+lowercase w 2456 LATIN SMALL LETTER W
+lowercase x 1346 LATIN SMALL LETTER X
+lowercase y 13456 LATIN SMALL LETTER Y
+lowercase z 1356 LATIN SMALL LETTER Z
+punctuation { 123678 LEFT CURLY BRACKET
+punctuation | 4568 VERTICAL LINE
+punctuation } 345678 RIGHT CURLY BRACKET
+punctuation ~ 467 TILDE
+sign \x007f 7 DELETE
+sign \x20AC 1578 #EURO SIGN (0x80)
+sign \x0081 45 <control-0081>
+punctuation \x201A 457 #Low single quote (0x82)
+sign \x0192 58 #Flurihn (0x83)
+punctuation \x201E 2378 #Low quote (0x84)
+letter \x2020 2357 #Dagger (0x86
+letter \x2021 23578 #Double dagger (0x87
+letter \x02c6 5678 #Modifier letter circumflex (0x88)
+math \x2030 245678 #permille sign (0x89)
+uppercase \x0160 23478 #LATIN CAPITAL LETTER S WITH CARON (0x8a)
+punctuation \x2039 456 #SINGLE LEFT-POINTING ANGLE QUOTATION MARK (0x8b)
+uppercase \x0152 13578 #LATIN CAPITAL LIGATURE OE (0x8c)
+sign \x008d 3567 REVERSE LINE FEED (not defined in cp1252)
+uppercase \x017d 3467 #LATIN CAPITAL LETTER Z WITH CARON (0x8e)
+letter \x008f 27 SINGLE SHIFT THREE (not defined in cp1252)
+letter \x0090 357 DEVICE CONTROL STRING (not defined in cp1252)
+punctuation \x2018 47 #LEFT SINGLE QUOTATION MARK (0x91)
+punctuation \x2019 48 #RIGHT SINGLE QUOTATION MARK (0x92)
+punctuation \x201c 237 #LEFT DOUBLE QUOTATION MARK (0x93)
+punctuation \x201d 568 #RIGHT DOUBLE QUOTATION MARK (0x94)
+sign \x2022 37 #Bullit (0x95)
+sign \x02DC 46 #SMALL TILDE (0x98)
+sign \x2122 234578 #TRADE MARK SIGN (0x99)
+lowercase \x0161 2348 #LATIN SMALL LETTER S WITH CARON (0x9a)
+punctuation \x203A 4567 #SINGLE RIGHT-POINTING ANGLE QUOTATION MARK (0x9b)
+lowercase \x0153 1358 #LATIN SMALL LIGATURE OE (0x9c)
+letter \x009d 2567 OPERATING SYSTEM COMMAND
+lowercase \x017E 346 #LATIN SMALL LETTER Z WITH CARON (0x9e)
+uppercase \x0178 2345678 #LATIN CAPITAL LETTER Y WITH DIAERESIS (0x9f)
+punctuation \x00a0 23458 NO-BREAK SPACE (0xa0)
+punctuation \x00a1 256 INVERTED EXCLAMATION MARK )0xa1)
+punctuation \x00a2 2578 CENT SIGN (0xa2)
+punctuation \x00a3 1238 POUND SIGN (0xa3)
+punctuation \x00a4 2367 CURRENCY SIGN (0xa4)
+punctuation \x00a5 67 YEN SIGN (0xa5)
+punctuation \x00a6 3478 BROKEN BAR (0xa6)
+punctuation \x00a7 578 SECTION SIGN (0xa7)
+punctuation \x00a8 56 DIAERESIS (0xa8)
+punctuation \x00a9 134678 COPYRIGHT SIGN (0xa9)
+letter \x00aa 234678 FEMININE ORDINAL INDICATOR (0xaa)
+punctuation \x00ab 57 LEFT-POINTING DOUBLE ANGLE QUOTATION MARK (0xab)
+punctuation \x00ac 34567 NOT SIGN (0xac)
+letter \x00ad 378 SOFT HYPHEN (0xad)
+punctuation \x00ae 123578 REGISTERED SIGN (0xae)
+punctuation \x00af 23567 MACRON (0xaf)
+sign \x00b0 356 DEGREE SIGN (0xb0)
+math \x00b1 123458 PLUS-MINUS SIGN
+punctuation \x00b2 238 SUPERSCRIPT TWO
+punctuation \x00b3 258 SUPERSCRIPT THREE
+punctuation \x00b4 468 ACUTE ACCENT
+sign \x00b5 236 MICRO SIGN
+punctuation \x00b6 1234568 PILCROW SIGN
+punctuation \x00b7 38 MIDDLE DOT
+punctuation \x00b8 4678 CEDILLA
+punctuation \x00b9 28 SUPERSCRIPT ONE
+letter \x00ba 12345678 MASCULINE ORDINAL INDICATOR
+punctuation \x00bb 567 RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK
+punctuation \x00bc 13458 VULGAR FRACTION ONE QUARTER
+punctuation \x00bd 458 VULGAR FRACTION ONE HALF
+punctuation \x00be 3456 VULGAR FRACTION THREE QUARTERS
+punctuation \x00bf 34 INVERTED QUESTION MARK
+uppercase \x00c0 123567 LATIN CAPITAL LETTER A WITH GRAVE
+uppercase \x00c1 1235678 LATIN CAPITAL LETTER A WITH ACUTE
+uppercase \x00c2 1678 LATIN CAPITAL LETTER A WITH CIRCUMFLEX
+uppercase \x00c3 14678 LATIN CAPITAL LETTER A WITH TILDE
+uppercase \x00c4 34578 LATIN CAPITAL LETTER A WITH DIAERESIS
+uppercase \x00c5 167 LATIN CAPITAL LETTER A WITH RING ABOVE
+uppercase \x00c6 3457 LATIN CAPITAL LETTER AE
+uppercase \x00c7 123467 LATIN CAPITAL LETTER C WITH CEDILLA
+uppercase \x00c8 23467 LATIN CAPITAL LETTER E WITH GRAVE
+uppercase \x00c9 1234567 LATIN CAPITAL LETTER E WITH ACUTE
+uppercase \x00ca 1267 LATIN CAPITAL LETTER E WITH CIRCUMFLEX
+uppercase \x00cb 12467 LATIN CAPITAL LETTER E WITH DIAERESIS
+uppercase \x00cc 15678 LATIN CAPITAL LETTER I WITH GRAVE
+uppercase \x00cd 12678 LATIN CAPITAL LETTER I WITH ACUTE
+uppercase \x00ce 1467 LATIN CAPITAL LETTER I WITH CIRCUMFLEX
+uppercase \x00cf 124567 LATIN CAPITAL LETTER I WITH DIAERESIS
+uppercase \x00d0 1345678 LATIN CAPITAL LETTER ETH
+uppercase \x00d1 1245678 LATIN CAPITAL LETTER N WITH TILDE
+uppercase \x00d2 124678 LATIN CAPITAL LETTER O WITH GRAVE
+uppercase \x00d3 34678 LATIN CAPITAL LETTER O WITH ACUTE
+uppercase \x00d4 14567 LATIN CAPITAL LETTER O WITH CIRCUMFLEX
+uppercase \x00d5 145678 LATIN CAPITAL LETTER O WITH TILDE
+uppercase \x00d6 24678 LATIN CAPITAL LETTER O WITH DIAERESIS
+math \x00d7 13468 MULTIPLICATION SIGN
+uppercase \x00d8 2467 LATIN CAPITAL LETTER O WITH STROKE
+uppercase \x00d9 234567 LATIN CAPITAL LETTER U WITH GRAVE
+uppercase \x00da 125678 LATIN CAPITAL LETTER U WITH ACUTE
+uppercase \x00db 1567 LATIN CAPITAL LETTER U WITH CIRCUMFLEX
+uppercase \x00dc 12567 LATIN CAPITAL LETTER U WITH DIAERESIS
+uppercase \x00dd 13478 LATIN CAPITAL LETTER Y WITH ACUTE (infinite?)
+uppercase \x00de 1378 LATIN CAPITAL LETTER THORN
+lowercase \x00df 23468 LATIN SMALL LETTER SHARP S
+lowercase \x00e0 12356 LATIN SMALL LETTER A WITH GRAVE
+lowercase \x00e1 123568 LATIN SMALL LETTER A WITH ACUTE
+lowercase \x00e2 168 LATIN SMALL LETTER A WITH CIRCUMFLEX
+lowercase \x00e3 1468 LATIN SMALL LETTER A WITH TILDE
+lowercase \x00e4 3458 LATIN SMALL LETTER A WITH DIAERESIS
+lowercase \x00e5 16 LATIN SMALL LETTER A WITH RING ABOVE
+lowercase \x00e6 345 LATIN SMALL LETTER AE
+lowercase \x00e7 12346 LATIN SMALL LETTER C WITH CEDILLA
+lowercase \x00e8 2346 LATIN SMALL LETTER E WITH GRAVE
+lowercase \x00e9 123456 LATIN SMALL LETTER E WITH ACUTE
+lowercase \x00ea 126 LATIN SMALL LETTER E WITH CIRCUMFLEX
+lowercase \x00eb 1246 LATIN SMALL LETTER E WITH DIAERESIS
+lowercase \x00ec 1568 LATIN SMALL LETTER I WITH GRAVE
+lowercase \x00ed 1268 LATIN SMALL LETTER I WITH ACUTE
+lowercase \x00ee 146 LATIN SMALL LETTER I WITH CIRCUMFLEX
+lowercase \x00ef 12456 LATIN SMALL LETTER I WITH DIAERESIS
+lowercase \x00f0 134568 LATIN SMALL LETTER ETH
+lowercase \x00f1 124568 LATIN SMALL LETTER N WITH TILDE
+lowercase \x00f2 12468 LATIN SMALL LETTER O WITH GRAVE
+lowercase \x00f3 3468 LATIN SMALL LETTER O WITH ACUTE
+lowercase \x00f4 1456 LATIN SMALL LETTER O WITH CIRCUMFLEX
+lowercase \x00f5 14568 LATIN SMALL LETTER O WITH TILDE
+lowercase \x00f6 2468 LATIN SMALL LETTER O WITH DIAERESIS
+math \x00f7 2568 DIVISION SIGN
+lowercase \x00f8 246 LATIN SMALL LETTER O WITH STROKE
+lowercase \x00f9 23456 LATIN SMALL LETTER U WITH GRAVE
+lowercase \x00fa 12568 LATIN SMALL LETTER U WITH ACUTE
+lowercase \x00fb 156 LATIN SMALL LETTER U WITH CIRCUMFLEX
+lowercase \x00fc 1256 LATIN SMALL LETTER U WITH DIAERESIS
+lowercase \x00fd 1348 LATIN SMALL LETTER Y WITH ACUTE
+lowercase \x00fe 138 LATIN SMALL LETTER THORN
+lowercase \x00ff 234568 LATIN SMALL LETTER Y WITH DIAERESIS
+
+# In CP-1252 the following chars are different from Unicode.
+# This placement ensures that Liblouis will always return the unicode when back-translating.
+sign \x0080 1578 #EURO SIGN (0x80)
+punctuation \x0082 457 #Low single quote (0x82)
+sign \x0083 58 #Flurihn (0x83)
+punctuation \x0084 2378 #Low quote (0x84)
+letter \x0086 2357 #Dagger (0x86
+letter \x0087 23578 #Double dagger (0x87
+letter \x0088 5678 #Modifier letter circumflex (0x88)
+math \x0089 245678 #permille sign (0x89)
+uppercase \x008a 23478 #LATIN LETTER S WITH CARON (0x8a)
+lowercase \x009a 2348
+punctuation \x008b 456 #SINGLE LEFT-POINTING ANGLE QUOTATION MARK (0x8b)
+uppercase \x008c 13578 #LATIN LIGATURE OE (0x8c)
+lowercase \x009c 1358
+uppercase \x008e 3467 #LATIN CAPITAL LETTER Z WITH CARON (0x8e)
+lowercase \x009e 346
+punctuation \x0091 47 #LEFT SINGLE QUOTATION MARK (0x91)
+punctuation \x0092 48 #RIGHT SINGLE QUOTATION MARK (0x92)
+punctuation \x0093 237 #LEFT DOUBLE QUOTATION MARK (0x93)
+punctuation \x0094 568 #RIGHT DOUBLE QUOTATION MARK (0x94)
+sign \x0095 37 #Bullit (0x95)
+sign \x0098 46 #SMALL TILDE (0x98)
+sign \x0099 234578 #TRADE MARK SIGN (0x99)
+punctuation \x009b 4567 #SINGLE RIGHT-POINTING ANGLE QUOTATION MARK (0x9b)
+uppercase \x009f 2345678 #LATIN CAPITAL LETTER Y WITH DIAERESIS (0x9f)
+
+#Unicode Braille patterns
+include braille-patterns.cti
+
+# characters that have letsign as part of their definition
+# (to be removed when the alwaysletsign opcode has been implemented).
+
+punctuation \x2026 6-3-3-3 #Elipsis (0x85)
+noback punctuation \x0085 6-3-3-3 #Elipsis (0x85)
+letter \x2013 6-36 #EN DASH (0x96)
+noback sign \x0096 6-36 #EN DASH (0x96)
+letter \x2014 6-367 #Em DASH (0x97)
+noback sign \x0097 6-367 #Em DASH (0x97)
+
+# Misc letters from other character sets prefixed with dot 5
+# to be implemented
+
+
+# Rules for grade 1 and grade 2
+
+# Emphasis opcodes
+emphclass italic
+emphclass underline
+emphclass bold
+
+begemphphrase italic 56
+endemphphrase italic after 56
+begemphword italic 56
+endemphword italic 56
+
+begemphphrase bold 56
+endemphphrase bold after 56
+begemphword bold 56
+endemphword bold 56
+
+begemphphrase underline 56
+endemphphrase underline after 56
+begemphword underline 56
+endemphword underline 56
+
+# liblouis: Latvian Grade 1 Braille Table
+#
+#  Copyright (C) 2004-2008 ViewPlus Technologies, Inc. www.viewplus.com
+#  Copyright (C) 2004-2006 JJB Software, Inc. www.jjb-software.com
+#  Copyright (C) 2012 Mesar Hameed <mesar.hameed@gmail.com>
+#  Copyright (C) 2018-2019 Bert Frees
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+
+# Created & maintained by Leon Ungier <Leon.Ungier@ViewPlus.com>.
+
+# Modifications done by Bert Frees based on input from Gatis Grintals
+# and Artis Raugulis.
+
+include text_nabcc.dis
+
+space \x00a0 a
+include spaces.uti
+
+# ----------- define all chars --------------------------------------
+
+punctuation ! 235				exclamation sign 						x0021
+punctuation " 356				double quote								x0022
+sign # 3456							number sign									x0023
+sign $ 4-256						dollar sign									x0024
+math % 3456-245-356					percent sign								x0025
+sign & 4-12346					ampersand										z0026
+punctuation ' 3					apostrophe									x0027
+punctuation ( 2356			left parenthesis						x0028
+punctuation ) 2356			right parenthesis						x0029
+sign * 35						asterisk										x002A
+math + 235						plus												002B
+punctuation , 2					coma												002C
+punctuation - 36			hyphen-minus								002D
+punctuation . 256				point												002E
+math / 34								solidus											002F
+
+punctuation : 25				colon								x003A
+punctuation ; 23				semicolon						x003B
+punctuation < 246				less-than sign			x003C
+math = 2356						equal sign					x003D
+punctuation ? 26				question mark				x003F
+sign @ 4				commercial at				x0040
+
+uplow \x0100\x0101 16			letter A with macron
+uplow \x010C\x010D 146		letter C with caron
+uplow \x0112\x0113 156		letter E with macron
+uplow \x0122\x0123 12456	letter g with cedilla
+uplow \x012A\x012B 246		letter I with macron
+uplow \x0136\x0137 136		letter K with cedilla
+uplow \x013B\x013C 1236		letter L with cedilla
+uplow \x0145\x0146 13456	Letter N with cedilla
+uplow \x014C\x014D 1356		letter O with macron
+uplow \x0156\x0157 12356	letter R with cedilla
+uplow \x0160\x0161 2346			letter S with caron
+uplow \x016A\x016B 346			letter U with macron
+uplow \x017D\x017E 3456			letter Z with caron
+
+# define the dot combinations that are different from the default: U, V and Z
+# these definitions need to be placed before AND after the "latinLetterDef6Dots" include
+# in order for both the lower- and uppercase part to take precedence
+# see issue https://github.com/liblouis/liblouis/issues/384
+uplow Uu 34
+uplow Vv 2456
+uplow Zz 345
+include latinLetterDef6Dots.uti
+include digits6Dots.uti # Must come after letters.
+include litdigits6Dots.uti # Must come after letters.
+uplow Uu 34
+uplow Vv 2456
+uplow Zz 345
+
+math > 135							greater-than sign		x003E
+punctuation [ 12356		left square bracket		x005B
+sign \\ 56-36				reverse solidus				x005C
+punctuation ] 23456			right square bracket	x005D
+sign ^ 46								circumflex accent			x005E
+sign _ 6							low line							x005F
+sign ` 3							grave accent					x0060
+
+# a - z								# 97 - 122							x0061-x007A
+
+punctuation { 12346		left curly bracket		x007B
+sign | 456							vertical line					x007C
+punctuation } 13456		right curly bracket		x007D
+math ~ 25-25								tilde									x007E
+sign \x0080 15-136-1235-135										x0080
+
+sign ¢ 4-14				cent sign																			x00A2
+sign £ 4-123			pound sign																		x00A3
+sign ¤ 45-15			currency sign																	x00A4
+sign ¥ 45-13456		yen	sign																			x00A5
+sign € 4-15		euro sign																			x20AC
+sign § 346				section sign																	x00A7
+sign © 2356-6-14-2356		copyright																x00A9
+punctuation « 236		left-pointing double angle quotation 		x00AB
+punctuation ¬ 1256		not sign									x00AC
+punctuation \x00AD 36 soft hyphen
+sign ° 356			degree sign																		x00B0
+sign ² 4-6-126		superscript 2 sign														x00B2
+sign ³ 4-6-146		superscript 3 sign														x00B3
+sign µ 46-134			micro sign																		x00B5
+sign ¶ 1456 pilcrow sign (paragraph)											x00B6
+sign ¹ 156				superscript 1 sign														x00B9
+punctuation » 356		right-pointing double angle quotation		x00BB
+math ¼ 6-16-34-1456		vulgar fraction one quarter								x00BC
+math ½ 6-16-34-126		vulgar fraction one half									x00BD
+math ¾ 6-126-34-1456	vulgar fraction 3 quarters								x00BE
+
+
+
+uplow \x00C0\x00E0 12356	letter a with grave							x00C0 / 00E0
+uplow \x00C1\x00E1 16			letter a with acute									x00E1
+uplow \x00C2\x00E2 16					letter a with circumflex						x00E2
+uplow \x00C3\x00E3 126		letter a with tilde											x00E3
+uplow Ää 1356				A with diaeresis											x00C4 / 00E4
+uplow Åå 16					A with ring above											x00C5 / 00E5
+uplow \x00C6\x00E6 456	ae															x00C6
+uplow Çç 12346							letter c with cedilla					x00C7 / 00E7
+uplow Èè 2346								e with grave									x00C8 / 00E8
+uplow \x00C9\x00E9 123456			e with acute									x00E9
+uplow \x00CA\x00EA 126			e with circumflex							x00EA
+uplow \x00CB\x00EB 1246		e with diaeresis								x00EB
+uplow \x00CD\x00ED 34			i with acute										x00ED
+uplow \x00CE\x00EE 146		i with circumflex								x00EE
+uplow \x00CF\x00EF 12456	i with diaeresis								x00CF / 00EF
+
+uplow	\x00D3\x00F3	246		O with acute										x00D3 / 00F3
+uplow \x00D4\x00F4 1456		o with circumflex												x00F4
+uplow \x00D5\x00F5 246		o with tilde														x00F5
+uplow Öö 246							O with diaeresis								x00D6 / 00F6
+math × 236				multiplication sign											x00D7
+uplow \x00D8\x00F8 246		o with stroke										x00D8 / 00F8
+
+math ÷ 256				division sign										x00F7
+
+uplow \x00DA\x00FA 346				u with acute							x00DA / 00FA
+uplow \x00DB\x00FB 156				u with circumflex					x00FB
+uplow \x00DC\x00FC 1256				u with diaeresis					x00FC
+uplow \x00DD\x00FD 12346			y with acute							x00DD / 00FD
+
+noback sign \x25CF 35-35			black circle
+
+# the letter a with ogonek -----------------------------------
+uplow \x0104\x0105 16
+
+# the letter c with acute
+uplow \x0106\x0107 146
+
+uplow \x010C\x010D 146					C with caron
+uplow \x010E\x010F 1456					D with caron
+
+
+# the letter e with ogonek
+uplow \x0118\x0119 156
+
+uplow \x011A\x011B 126					E with caron
+
+lowercase \x012F 1246					I with ogonek
+
+# the letter l with stroke
+uplow \x0141\x0142 126
+
+# the letter n with acute
+uplow \x0143\x0144 1456
+uplow \x0147\x0148 1246					N with caron
+
+uplow \x0158\x0159 2456					R with caron
+
+# the letter s	with acute
+uplow \x015A\x015B 246
+
+uplow \x0164\x0165 1256						T with caron
+uplow \x016C\x016D 23456						U with breve
+uplow \x016E\x016F 23456					U with ring above
+
+
+# the letter z	with acute
+uplow \x0179\x017A 2346
+
+# the letter z with dot above
+uplow \x017B\x017C 12346
+
+# Russian letters
+letter \x0410 1			# 1040 cyrillic capital letter a А
+letter \x0430 1			# 1072 cyrillic small letter a а
+letter \x0411 12		# 1041 cyrillic capital letter be Б
+letter \x0431 12		# 1073 cyrillic small letter be б
+letter \x0412 2456		# 1042 cyrillic capital letter ve В
+letter \x0432 2456		# 1074 cyrillic small letter ve в
+letter \x0413 1245		# 1043 cyrillic capital letter ghe Г
+letter \x0433 1245		# 1075 cyrillic small letter ghe г
+letter \x0414 145		# 1044 cyrillic capital letter de Д
+letter \x0434 145		# 1076 cyrillic small letter de д
+letter \x0415 15		# 1045 cyrillic capital letter ie Е
+letter \x0435 15		# 1077 cyrillic small letter ie е
+letter \x0401 16		# 1025 cyrillic capital letter io Ё
+letter \x0451 16		# 1105 cyrillic small letter io ё
+letter \x0416 245		# 1046 cyrillic capital letter zhe Ж
+letter \x0436 245		# 1078 cyrillic small letter zhe ж
+letter \x0417 1356		# 1047 cyrillic capital letter ze З
+letter \x0437 1356		# 1079 cyrillic small letter ze з
+letter \x0418 24		# 1048 cyrillic capital letter i И
+letter \x0438 24		# 1080 cyrillic small letter i и
+letter \x0419 12346		# 1049 cyrillic capital letter short i Й
+letter \x0439 12346		# 1081 cyrillic small letter short i й
+letter \x041a 13		# 1050 cyrillic capital letter ka К
+letter \x043a 13		# 1082 cyrillic small letter ka к
+letter \x041b 123		# 1051 cyrillic capital letter el Л
+letter \x043b 123		# 1083 cyrillic small letter el л
+letter \x041c 134		# 1052 cyrillic capital letter em М
+letter \x043c 134		# 1084 cyrillic small letter em м
+letter \x041d 1345		# 1053 cyrillic capital letter en Н
+letter \x043d 1345		# 1085 cyrillic small letter en н
+letter \x041e 135		# 1054 cyrillic capital letter o О
+letter \x043e 135		# 1086 cyrillic small letter o о
+letter \x041f 1234		# 1055 cyrillic capital letter pe П
+letter \x043f 1234		# 1087 cyrillic small letter pe п
+letter \x0420 1235		# 1056 cyrillic capital letter er Р
+letter \x0440 1235		# 1088 cyrillic small letter er р
+letter \x0421 234		# 1057 cyrillic capital letter es С
+letter \x0441 234		# 1089 cyrillic small letter es с
+letter \x0422 2345		# 1058 cyrillic capital letter te Т
+letter \x0442 2345		# 1090 cyrillic small letter te т
+letter \x0423 136		# 1059 cyrillic capital letter u У
+letter \x0443 136		# 1091 cyrillic small letter u у
+letter \x0424 124		# 1060 cyrillic capital letter ef Ф
+letter \x0444 124		# 1092 cyrillic small letter ef ф
+letter \x0425 125		# 1061 cyrillic capital letter ha Х
+letter \x0445 125		# 1093 cyrillic small letter ha х
+letter \x0426 14		# 1062 cyrillic capital letter tse Ц
+letter \x0446 14		# 1094 cyrillic small letter tse ц
+letter \x0427 12345		# 1063 cyrillic capital letter che Ч
+letter \x0447 12345		# 1095 cyrillic small letter che ч
+letter \x0428 156		# 1064 cyrillic capital letter sha Ш
+letter \x0448 156		# 1096 cyrillic small letter sha ш
+letter \x0429 1346		# 1065 cyrillic capital letter shcha Щ
+letter \x0449 1346		# 1097 cyrillic small letter shcha щ
+letter \x042a 12356		# 1066 cyrillic capital letter hard sign Ъ
+letter \x044a 12356		# 1098 cyrillic small letter hard sign ъ
+letter \x042b 2346		# 1067 cyrillic capital letter yeru Ы
+letter \x044b 2346		# 1099 cyrillic small letter yeru ы
+letter \x042c 23456		# 1068 cyrillic capital letter soft sign Ь
+letter \x044c 23456		# 1100 cyrillic small letter soft sign ь
+letter \x042d 246		# 1069 cyrillic capital letter e Э
+letter \x044d 246		# 1101 cyrillic small letter e э
+letter \x042e 1256		# 1070 cyrillic capital letter yu Ю
+letter \x044e 1256		# 1102 cyrillic small letter yu ю
+letter \x042f 1246		# 1071 cyrillic capital letter ya Я
+letter \x044f 1246		# 1103 cyrillic small letter ya я
+
+# Greek letters
+letter \x0391 1			# 913 greek capital letter alpha Α
+letter \x03b1 1			# 945 greek small letter alpha α
+letter \x0392 12		# 914 greek capital letter beta Β
+letter \x03b2 12		# 946 greek small letter beta β
+letter \x0393 1245		# 915 greek capital letter gamma Γ
+letter \x03b3 1245		# 947 greek small letter gamma γ
+letter \x0394 145		# 916 greek capital letter delta Δ
+letter \x03b4 145		# 948 greek small letter delta δ
+letter \x0395 15		# 917 greek capital letter epsilon Ε
+letter \x03b5 15		# 949 greek small letter epsilon ε
+letter \x0396 1356		# 918 greek capital letter zeta Ζ
+letter \x03b6 1356		# 950 greek small letter zeta ζ
+letter \x0397 156		# 919 greek capital letter eta Η
+letter \x03b7 156		# 951 greek small letter eta η
+letter \x0398 1456		# 920 greek capital letter theta Θ
+letter \x03b8 1456		# 952 greek small letter theta θ
+letter \x0399 24		# 921 greek capital letter iota Ι
+letter \x03b9 24		# 953 greek small letter iota ι
+letter \x039a 13		# 922 greek capital letter kappa Κ
+letter \x03ba 13		# 954 greek small letter kappa κ
+letter \x039b 123		# 923 greek capital letter lamda Λ
+letter \x03bb 123		# 955 greek small letter lamda λ
+letter \x039c 134		# 924 greek capital letter mu Μ
+letter \x03bc 134		# 956 greek small letter mu μ
+letter \x039d 1345		# 925 greek capital letter nu Ν
+letter \x03bd 1345		# 957 greek small letter nu ν
+letter \x039e 1346		# 926 greek capital letter xi Ξ
+letter \x03be 1346		# 958 greek small letter xi ξ
+letter \x039f 135		# 927 greek capital letter omicron Ο
+letter \x03bf 135		# 959 greek small letter omicron ο
+letter \x03a0 1234		# 928 greek capital letter pi Π
+letter \x03c0 1234		# 960 greek small letter pi π
+letter \x03a1 1235		# 929 greek capital letter rho Ρ
+letter \x03c1 1235		# 961 greek small letter rho ρ
+letter \x03a3 234		# 931 greek capital letter sigma Σ
+letter \x03c2 234		# 962 greek small letter final sigma ς
+letter \x03c3 234		# 963 greek small letter sigma σ
+letter \x03a4 2345		# 932 greek capital letter tau Τ
+letter \x03c4 2345		# 964 greek small letter tau τ
+letter \x03a5 136		# 933 greek capital letter upsilon Υ
+letter \x03c5 136		# 965 greek small letter upsilon υ
+letter \x03a6 124		# 934 greek capital letter phi Φ
+letter \x03c6 124		# 966 greek small letter phi φ
+letter \x03a7 12346		# 935 greek capital letter chi Χ
+letter \x03c7 12346		# 967 greek small letter chi χ
+letter \x03a8 13456		# 936 greek capital letter psi Ψ
+letter \x03c8 13456		# 968 greek small letter psi ψ
+letter \x03a9 2456		# 937 greek capital letter omega Ω
+letter \x03c9 2456		# 969 greek small letter omega ω
+
+punctuation	\x2010 36		 # 8208			hyphen
+punctuation	\x2011 36		 # 8209			non-breaking hyphen
+punctuation	\x2013 36		 # 8211			smart minus sign
+punctuation \x2212 36        # 8722			minus sign
+punctuation	\x2014 25		 # 8212			em dash
+punctuation	\x2018 23		 # 8216			smart single left quotation mark
+punctuation	\x2019 56		 # 8217			smart single right quotation mark
+
+punctuation	\x201C 236		 # 8220			smart opening double quote
+punctuation	\x201D 356		 # 8221			smart closing double quote
+punctuation	\x201E 236		 # 8222			smart double low quotation mark
+punctuation	\x201F 356		 # 8223			smart double high reverse quotation mark
+punctuation	\x2020 126		 # 8224			dagger
+punctuation	\x2022 5		 # 8226			bullet
+punctuation	\x2026 256-256-256 # 8230		smart ellipsis
+
+math		\x2030 3456-245-356-356 # 8240	promille
+
+sign \x00af 46-25			# 175 macron ¯
+sign \x00b1 235-36			# 177 plus-minus sign ±
+sign \x02b9 5-35			# 697 modifier letter prime ʹ
+sign \x02ba 5-35-35			# 698 modifier letter double prime ʺ
+sign \x1d17 456-345			# 7447 latin small letter bottom half o ᴗ
+sign \x2032 35				# 8242 prime ′
+sign \x2044 1256			# 8260 fraction slash ⁄
+sign \x2081 156				# 8321 subscript one ₁
+sign \x20d1 45-25-2			# 8401 combining right harpoon above ⃑
+sign \x20d7 25-2			# 8407 combining right arrow above ⃗
+sign \x211c 6-1235			# 8476 black-letter capital r ℜ
+sign \x2192 25-135			# 8594 rightwards arrow →
+sign \x21c5 34-16			# 8645 upwards arrow leftwards of downwards arrow ⇅
+sign \x21c8 34-34			# 8648 upwards paired arrows ⇈
+sign \x21d2 2356-345		# 8658 rightwards double arrow ⇒
+sign \x21d4 126-2356-345	# 8660 left right double arrow ⇔
+sign \x2205 4-356			# 8709 empty set ∅
+sign \x2206 456-145			# 8710 increment ∆
+sign \x2208 5-246			# 8712 element of ∈
+sign \x2209 45-246			# 8713 not an element of ∉
+sign \x2211 456-234			# 8721 n-ary summation ∑
+sign \x2215 456-123			# 8725 division slash ∕
+sign \x2217 123456			# 8727 asterisk operator ∗
+sign \x2218 3456-356		# 8728 ring operator ∘
+sign \x221a 146-156			# 8730 square root √
+sign \x221b 146				# 8731 cube root ∛
+sign \x221e 12456			# 8734 infinity ∞
+sign \x2222 456-246			# 8738 spherical angle ∢
+sign \x2223 123				# 8739 divides ∣
+sign \x2225 123-123			# 8741 parallel to ∥
+sign \x2226 4-123-123		# 8742 not parallel to ∦
+sign \x2229 56-256			# 8745 intersection ∩
+sign \x222a 56-356			# 8746 union ∪
+sign \x222b 2346			# 8747 integral ∫
+sign \x2236 5-25			# 8758 ratio ∶
+sign \x223e 456-1456		# 8766 inverted lazy s ∾
+sign \x2245 26-2356			# 8773 approximately equal to ≅
+sign \x2248 46-2356			# 8776 almost equal to ≈
+sign \x2248 46-2356			# 8776 almost equal to ≈
+sign \x2260 4-2356			# 8800 not equal to ≠
+sign \x2264 246-2356		# 8804 less-than or equal to ≤
+sign \x2265 135-2356		# 8805 greater-than or equal to ≥
+sign \x226a 246-246			# 8810 much less-than ≪
+sign \x226b 135-135			# 8811 much greater-than ≫
+sign \x2282 12346			# 8834 subset of ⊂
+sign \x2283 13456			# 8835 superset of ⊃
+sign \x2284 4-12346			# 8836 not a subset of ⊄
+sign \x2299 46-1235			# 8857 circled dot operator ⊙
+sign \x22a5 3456-3			# 8869 up tack ⊥
+sign \x22c5 3				# 8901 dot operator ⋅
+sign \x2300 456-1456		# 8960 diameter sign ⌀
+sign \x2502 4-16			# 9474 box drawings light vertical │
+sign \x25e1 45-256			# 9697 lower half circle ◡
+sign \xff01 12346			# 65281 fullwidth exclamation mark !
+sign \xff08 126				# 65288 fullwidth left parenthesis (
+sign \xff09 345				# 65289 fullwidth right parenthesis )
+
+# ------------------------------------------------------
+
+
+capsletter 46				# single capital letter indicator
+begcapsword 46-46			# a block of consecutive capital letters indicator
+
+
+numsign 3456		#	number sign, just one operand
+midnum , 6
+midnum . 256
+midnum + 235
+# midnum - 36
+midnum / 256
+midnum : 25
+midnum = 2356
+
+# endnum # 56-3456
+
+prepunc " 236
+postpunc " 356
+
+prepunc ' 6-236
+postpunc ' 356-3
+postpunc '' 356
+postpunc ''' 356-3-356
+
+repeated *** 16-16-16
+
+prepunc `` 236
+prepunc ` 6-236
+
+
+repeated --- 36-36-36
+
+repeated ::: 25-25-25
+
+repeated ~~~ 156-156-156
+always \s-\s 36-36
+always \s-\scom 36-36-14-135-134
+always ... 3-3-3
+always .\s.\s. 3-3-3 . . .
+
+always \s­\s 36-36
+
+# remove spaces after comma
+noback context _","[$s.]$l ?
+
+# special character sequences
+literal :// URLs
+literal www.
+
+literal .com
+literal .edu
+literal .gov
+literal .mil
+literal .net
+literal .org
+
+literal .doc
+literal .htm
+literal .html
+literal .tex
+literal .txt
+
+literal .gif
+literal .jpg
+literal .png
+literal .wav
+
+literal .tar
+literal .zip
+charset ISO8859-1
+.a4b
+.ab5i
+.ab5ol
+.ab3r
+.ac3
+.a4d
+.a3dr
+.ad3s
+.a5g4ra
+.a5gre
+.a5kl
+.a5le
+.al4pr
+.a3lu
+.am4br
+.amp3l
+.a5mu
+.and4rar
+.a2n5es
+.ang4er
+.an5go
+.an5s
+.ap1p
+.as2k
+.a3sket
+.as4t
+.a5sten
+.a3sti
+.a5ta
+.at3t
+.au3st
+.a4val
+.av3s4
+.b4
+.bak5s
+.ben5s
+.bild3s
+.bo2k
+.bort1
+.cis4
+.cy5klop
+.d4
+.d^^e4r3
+.ek1v
+.e3l4a
+.e2l5in
+.en5st
+.e4n^^e4
+.e2r3i
+.e2s
+.e5skad
+.es3kal
+.es5kap
+.es4t
+.e5strad
+.e3tr
+.evan5
+.ex3
+.f4
+.feb3r
+.fram3
+.fres5
+.f^^e5gel3
+.f^^f6r1a
+.f^^f6r1en
+.g2
+.gu4l^^e4
+.gus3
+.he2m
+.hu5sa
+.ib4
+.ik4
+.im3p
+.i2n1
+.i4na
+.in3d
+.in4ger
+.ink2
+.in3s2
+.in3t
+.is5ka
+.i3so
+.k4
+.kans4k
+.ko5li
+.kort5s
+.kring3
+.krings2
+.k^^f6p5s
+.l2
+.lak5r
+.lek5tr
+.lu2st
+.m2
+.mas2ke
+.ma5skeri
+.me4re
+.minis4
+.mj^^f6lk5s
+.mon2s
+.m^^e5n3s
+.m^^e54st
+.m^^e4n5sko
+.m^^f6rk5r
+.n4
+.ner1
+.no4n
+.n^^f6d5r
+.oc1ku
+.ok3t
+.o3kv
+.o2ma
+.o2mo
+.om3s4
+.o3mu
+.on4k
+.o3o
+.ord3s
+.o5sc
+.o1s4k
+.o3sl
+.o3stra
+.o3sv
+.o3tr
+.o1u
+.p4
+.papp5s
+.pa3ste
+.pa5sti
+.pi5sti
+.pres2s
+.pub3lika
+.r2
+.re4gr
+.re2ste
+.runs4
+.rym2d
+.r^^f6ve5
+.s4
+.sa2k
+.seg3r
+.si5o
+.sj^^f61
+.sk4
+.skott3s
+.slut3s
+.st4
+.sta2m
+.sten3s
+.string4
+.sup3p
+.t4
+.ta3bl
+.ta4k
+.tak5l
+.tes3ta
+.tig3r
+.til4l
+.ti3o
+.topp5s
+.tred2s
+.tre3s
+.tr^^e45k
+.u3k
+.ult5r
+.ung2e
+.up2
+.u4ra
+.ur3s
+.u2t1
+.u4ta
+.u5trer
+.ut5s
+.v2
+.var4t
+.vatten3
+.ved5s
+.v^^e42g
+.v^^e4g3s
+.x2
+.y2a
+.y4e
+.^^e5ng3
+.^^e5r4s5
+.^^e53st
+.^^e5ter1
+.^^e43ro
+.^^f63ro
+a2b
+ab4bu
+a5be
+abel4s
+abe2s
+ab1l
+ab3la
+ab3ort
+ab5ric
+ab3rio
+ab4sc
+ab4sk
+a5bu
+ac4kes
+ac4kis
+ack3sk
+ack3u4p
+a5dag
+a5dek
+a5del
+ad5ep
+ad3j
+ad3op
+a5dran
+a3dre
+1adres
+ad3ril
+ad3ru
+ad2s
+a5ed
+af4fo
+3aff^^e4
+1af3ri
+af4tor
+a1ga
+aga4ra
+a1ge
+a2ge.
+ag1gr
+ag1l
+ag5ord
+ag3ro
+a4gur
+a4hj
+aib4
+a3iv
+a1j
+a3ka
+a4kart
+a5ke
+a1ki
+ak3n
+a1ko
+ak5ram
+akri5s
+ak3rob
+ak4sta
+1aktig
+ak3tri
+a1ku
+a5kvari
+ak3ve
+a5k^^e5r
+ak5^^e5t
+4ak^^f6
+a1la
+al5adm
+ali2br
+a2lin
+a5lin.
+a3line
+al3ins
+ali5stik
+a4lj
+alk3ak
+al2kv
+al4k^^e4
+all3st
+al3l^^e5
+alms4k
+a1lo
+al5ort
+als5pa
+al3tr
+al4tu
+al4t^^e4
+a1lu
+alu5s
+alv3s
+a1ly
+a4maf
+am4i
+am4pr
+am1s
+am3^^e5t
+a3m^^f6
+ana4bo
+an3alf
+an3ark
+an3c
+anci5
+an5dak
+andel2s
+an4dun
+an4d^^e4n
+a4nef
+ang4es
+an3gi
+an1gr
+aniu4
+ank3r
+ano2i
+a4nok
+a4nop
+an5sce
+ansis3t
+an4sj
+ans5ku
+ans3li
+ans3par
+an1st
+an4sto
+an4sty
+1ansvar
+an4tj
+an4tre
+a1nu
+a5ny
+a3n^^f6
+a1o
+a1pe
+a2pe.
+ape4n3
+a1pi
+ap4lan
+apo3str
+1appara
+apps4k
+ap3ric
+ap3rif
+a5pris
+ap2s
+ap3se
+aps5l
+aps3p
+apu5s
+a5py
+a5p^^e4
+2ara
+a4rann
+a4rarv
+1arb
+4arbi
+2arbo
+4arbr
+ar3dr
+ard5st
+a4rend
+arg5si
+2arh
+a1ri
+a4rigen
+ar3ka
+ark3lan
+ar5kr
+4arl
+4arn.
+ar4nal
+a1ro
+a2rob
+4arp
+ar2sa
+ar5skal
+arsk5l
+ar2sv
+ar4tro
+arts5p
+ar4tur
+4aru
+a4rur
+a5rus
+ar4v^^e4g
+a3ry
+a3r^^e4
+2asa
+asbe4
+a1sc
+as2h
+asis5t
+as3kis
+a2sko
+a4skr
+as3ku
+as5l
+as3pa
+as3pig
+as2sk
+as2s5op
+as2sp
+as2st
+ass5up
+as3ta
+a5stard
+as5ter
+as5tiker
+asti5o
+as3to
+as4tr
+ast5rak
+a5stral
+ast3rol
+as5t^^f6r
+a3su
+a4sul
+a4sund
+as2ut
+as3v
+a1sy
+a2s5^^e5
+a2s^^f6
+a1t
+ata5ra
+a5te
+ati5^^f6
+a4tj
+a2tr
+a3tral
+4atrar
+a4t3re
+at3ria
+a3tric
+at3rie
+a5trik
+a3tris
+a3t4ro
+a4tro.
+at4ska
+1attac
+at2tak
+at4tj
+at4tos
+att3s
+a4tung
+2au
+au5b
+au2t5a
+3autom
+aut5s
+2a1va
+a4vart
+1avg
+2a1vi
+av3r
+4a3v^^e4
+a5^^e5
+1b2
+3ba
+ba4di
+ba4do
+bad3s4
+bak5l
+ba4ko
+ba4ku
+bank5l
+bas4ta
+ba5stu
+4bb
+b4bak
+b4batt
+bbb4
+bb3l
+bb4ler
+b4b3r
+bb4so
+4b3d
+3be
+be3d4r
+be5e
+be1k
+4beld
+be5lu
+be3ly
+be3l^^e5
+be5l^^f6
+beng4
+be3n^^e5
+be1r^^f6
+be1s
+be3sl
+bes5s
+be4sta
+be4ste
+be5su
+be3tr
+be3tv
+be3u
+4bex
+2b3f
+2b5h
+3bi
+bi3d4
+4binv
+bis3ko
+bi5skv
+b3je
+b3k
+b5lar
+b5lat
+ble4mo
+b5len
+5blera
+3bles
+5blid
+3blikr
+3bliks
+4b3m
+2b3n
+3bo
+bo4gr
+bo2kl
+bo1mu
+5bon
+bors5te
+bor4ti
+bort3r
+borts2
+bort3sl
+bo1s
+bo4sc
+boy5
+4b3p
+2b5raf
+4brar
+2b5rati
+3brik.
+b3rika
+3brike
+3briks
+b5rik^^f6
+bru4st
+3bry
+3br^^f6
+4b3s
+b5sce
+bs3ch
+b4slan
+b4sof
+b4sp
+bst4
+b4stj
+4b3t
+3bu
+bund4s
+bus2st
+b3v
+3by
+by5r
+3b^^e5
+b^^e5ng3
+b^^e5t2s
+3b^^e4
+3b^^f6
+b^^f6r2s
+c2
+5cap
+c3c
+1c4e
+cens3t
+3centr
+ceu4s
+4ch.
+3chau
+3chef
+5choc
+4cht
+ch^^e4s3
+ch^^f6r4
+1ci
+ci4lu
+cim2
+cipp4
+4ck
+c3ka
+c3ke
+c3ki
+ck5j
+ck1l
+ck5lis
+ck3n
+c3ko
+c4kordn
+ck3org
+c4kort
+ck3r
+ck4re
+ck3sla
+ckus2
+ck3va
+ck3ve
+ck3v^^e4
+ck5^^e4
+ck3^^f6
+cle2a
+co2a
+co4m
+4cr
+cros2
+4cs
+1cy
+1d
+3da
+5da.
+4dadr
+dags3
+2dak
+5dako
+da3li
+5dam
+da3m^^e5
+4dand.
+4d1ap
+4darb
+4dart
+da4tr
+dat5t
+4dax
+2db
+4dc
+dcen3
+2dd
+ddd4
+ddi4s
+d3dj
+d4dos
+dd3ra
+dd3re
+dd3ri
+d3dr^^e4
+dd2s
+dds3v
+3d2e
+de1k4
+4deko
+4deld
+del2sa
+dels5ti
+de5lut
+d4en
+denti5^^f6
+den2to
+de3pr
+5der
+der1k
+de2ro
+de5rol
+der5sti
+de4ru
+de2s
+de3se
+de3sp
+des3ti
+d4et
+de3tr
+4dex
+2d1f
+df^^f63ra
+2d1g
+d3gl
+2d5h
+3di
+dias4
+di5el
+di2gr
+di3ka
+di5ku
+4dinf
+din3g4o
+4dinr
+4dins
+2dinsp
+4dint
+di1o
+di4od
+di3sc
+di4sj
+dis3ko
+dis1kr
+dis1p
+dis5to
+dis3tra
+di4tre
+2dj
+d3jor
+djup5p
+3djur
+2d3k2
+4d5l
+2d1m
+2d1n
+3do
+d2ol
+do5lo
+4domr
+dom2sk
+5don
+do4pak
+4d5ord
+4dori
+4dort
+d5ost
+do3y
+2d1p
+2d2r2
+d3rad
+3d4rag
+d3rand
+d5rarb
+d5rassera
+d5ratu
+3drej
+d3ren
+5dres
+d3ret
+d4ric
+3drif
+d3rig
+4d5rik
+d3rin
+3d4riv
+d5roc
+3dropp
+d3ror
+4drot
+drotts3
+d3r^^e4kn
+3dr^^e4kt
+5dr^^e4n
+d3r^^e4t
+d5r^^f6d
+4ds
+d2s1an
+d2se
+ds5enh
+d4sf
+d2si
+ds3ins
+d2sj
+dsk2
+d3skef
+ds4ken
+d3ski
+ds3kl
+ds5kn
+ds1l
+ds4lot
+ds4mo
+d4sm^^e5
+ds5n^^e5
+d2so
+ds3pl
+ds3s4
+ds3tal
+d5stat
+ds4te
+dste4a
+d5stig
+ds3tin
+ds5tro
+d2su
+ds1v
+d2s^^f6
+2d3t
+3du
+dub3ble
+4dup
+du1s
+du2sc
+du4ste
+du5s^^f6
+4dut
+du4vu
+2d1v
+d3vr
+2d3w
+3dy
+dy4kan
+dy4ro
+4dz
+5d^^e5g
+2d^^e5s
+4d^^e5t
+4d^^e4g
+d^^e42r
+3d^^f6
+d^^f6ds1
+4d^^f6g
+4d^^f6p
+d5^^f6st
+d^^e94
+e1a
+e2ake
+e4am
+4eb
+e2br
+eb3ril
+4ec
+e3ch
+echiff5
+ecis4
+e3co
+e2d
+e4dans
+edd4r
+edi4u
+ed3j
+e5dral
+ed1sk
+ed2sko
+ed3s2l
+edso4
+e3d^^e5
+e1e
+e2ed
+e4ei
+ee2k5
+e4en.
+e4ene
+e1f
+ef4s
+3efte
+e1g
+e3ga
+e3ge
+ege2l
+eg1l
+eg2ler
+e3glera
+e5gleri
+e4gran
+eg5rat
+eg3rin
+e5gru
+egs3
+e5g^^e5
+eig2
+ei5gn
+e3ik
+e1in
+ei5sh
+e1isk
+e1jo
+e3ju
+e3j^^e4
+e5j^^f6
+e3ka
+e1ki
+e1kl
+ek3lat
+ek4le
+ek3n
+e1ko
+ekord5s
+ek3orr
+ek4ret.
+ek5ro
+e1ku
+e1kve
+ek5vis
+e1ky
+e1k^^e4
+e1la
+el1akt
+el4arb
+3eld.
+eleb3r
+elekt3ri
+el4fra
+eli5ku
+el3k4
+el3li
+ell3s
+el3l^^e4
+e1lo
+e4lob
+el3p
+el2si
+el5ug
+e5luv
+2e1l^^e4
+e1m
+e5mat
+e5mis
+emon1s
+em5ort
+emp5le
+en5art
+e2nav
+en4ce
+e4ned
+e4nek
+ene3r^^f6
+2enj
+en5klo
+en3kn
+en5kr
+en5k^^e4
+enning5
+ennings2
+eno2m
+en3si
+ens5ke
+ens2m
+en2sp
+ens4te
+ens4vin
+en4s^^e5
+ent4ha
+en2t1r
+ent4rat.
+ent3rati
+ent3ri
+ent5ru
+e5nus
+2eny
+2e1n^^e4
+e1o
+e2og
+eo4i
+e5or
+2ep
+e1pe
+e1pi
+e3pla
+ep5le
+epp2s3
+epps5t
+e1pr
+ep3s
+ep4tr
+epu3b
+e3p^^e5
+er1ak
+4eras
+er3d4
+erg4l
+er4gu
+er4g^^e5s
+e1ri
+e5rib
+e4rinf
+erings3
+eri5stik
+erk4lin
+erl^^e44
+er5na
+e1ro
+e3rob
+e2rom
+erp4
+er3ra
+er5sc
+ers4ken
+er3sl
+ers4le
+er4sta
+er2ste
+er3str
+er3sv
+e1ru
+e5rum
+e3ry
+e5r^^e5d
+e1r^^e4
+e2sal
+es5all
+es3arm
+e1sc
+2ese
+es4hi
+esi4u
+es2k
+e4skan
+es5kar
+e4s3ken
+es3ker
+es5kul
+e1sl
+e5slag
+es2mi
+e1sp
+es3pl
+es2sk
+ess5l^^e4
+es2st
+e3stal
+es5ten.
+esti2ge
+es3tin
+es5tor.
+es4tr
+est5rer
+e3stru
+est4r^^f6
+e3st^^e5
+es2u
+e1sy
+eta3b
+e5ti
+eti3^^f6
+e1to
+e5tri.
+et3ris
+e5tr^^e4
+et2s
+ets2ad
+ets3kr
+ets1l
+ets3m
+ets5pa
+et4sv
+ett3r
+e1tu
+etu4ri
+et4va
+et5vu
+e1ty
+2etz
+e1t^^e4
+et^^e4c4
+euk4
+e5um.
+e5up4
+4eur
+eu4se.
+eu5tro
+e1v
+e4varm
+e4vj
+ev3r
+3exp
+ext4r
+4e^^e4
+f2
+3fa
+fac4
+fac5ke
+4fans
+4farb
+fa3sh
+fa4st
+fa4t^^f6
+4fav
+4f3b
+f3d
+3fe
+4fef
+fe2l
+fes5ta
+fe3sto
+4fex
+2f1f
+fff4
+ff3l
+ff3n
+f3fo
+ff3r
+ffs4
+f3f^^e4
+ff^^f65re
+f3g2
+f5h
+3fi
+fi2br
+fib5rig
+fi3li
+fin5sm
+fi3skal
+fisk3r
+fi2ti
+2f3k
+1fl
+flo4da
+4f3m
+fma4
+1fo
+4fof
+fol2
+folk1
+2f5om
+fo2na
+for4mo
+fost3r
+4f3p
+fra2m
+fram5p
+f4rer
+5freri
+fre4s
+f4ri.
+fri5sp
+5frit
+fros5ta
+fru5str
+fr^^e5n5
+2f3s
+fs2k
+f4sl
+f4sm
+f4sn
+f4sp
+f4st
+f4sv
+2ft
+f3ta
+f4taf
+f4tak
+f4tap
+f4tarm
+fte4r
+f4tex
+f3ti
+f4tin
+f3to
+f4t3r
+ft2sa
+ft4set
+ft2s5i
+ft4sj
+fts4t
+fts5v^^e4
+ft5t
+ft1v
+3fu
+furs5te
+fu5ru
+fu3tu
+4fv
+5fy
+fy4ma
+f^^e53t^^f6
+1f^^e4
+f^^e4s5ti
+3f^^f6
+f^^f62ra
+f^^f62ren
+f^^f62ri
+f^^f6r3k
+f^^f6r3sm
+f^^f6r3su
+f^^f6rt4
+f^^f6r1^^f6
+ga5br
+3g2ag
+4gakt
+3g2al
+gall3s
+ga5l^^e4
+ga4no
+2garb
+4garm
+ga2ro
+4gart
+ga4st
+ga4su
+5g2ati
+gaus4
+g4av
+g5avsn
+4gax
+2gb
+2gd
+g3d4r
+ge2a
+ge5b4
+2gef
+2ge4j
+g2eli
+3gelis
+gel5st
+gel5y
+3gel^^e4
+gel5^^e4n
+g4em
+ge4nap
+gen5g
+3g2eni
+3genj
+4genm
+genom5
+gen4sa
+g4ense
+1g2ent
+4genv
+ge5ny
+3gen^^e4
+ge2o
+1g2era
+4gerarb
+3g2eri
+gers5n
+5gese
+ge4to
+get5s
+5g2ett
+2g1f
+2gg
+g1ga
+g4gap
+g1ge
+gg5g
+gg1l
+g4gos
+ggs4la
+ggs4m
+gg3s4t
+gg3s4v
+g4gu
+2gh
+gh4te
+1g2i
+gi1o
+gi5sn
+gi4ste
+gis4tr
+gi5stral
+gi5st4rat
+3giv
+gi2^^f6
+g2jo
+3gjor
+g3j^^e4
+2g3k2
+2gl
+g4lans
+g1lar
+g2las
+5glase
+glas5k
+5glas^^f6
+g4lid
+4glj
+g4l^^f6g
+5gl^^f6m
+2g1m
+2g1n
+g4nag
+g2no
+1g2o
+3go.
+3gol
+gon3s4
+4gont
+2gord
+4gorm
+4gort
+go3sl
+2g1p
+g2r4
+3graf
+5gral
+gra2m5
+5grans
+4gras
+5grec
+5grett
+g3rig
+4g5rik
+5grip
+3gris
+g5roi
+gro2v
+4grum
+grus5t
+g4r^^e5
+5gr^^e5.
+gr^^e44n
+5gr^^e4ns
+2g2s
+gs1an
+g5satt
+g3sel
+g4sf
+gsi4d
+g3sju
+g5skaf
+gs4ki
+gs3kn
+gs4kot
+g3sky
+gs1l
+gs1m
+g4sme
+gs3n
+gs4ni
+gs4n^^f6
+gs1or
+gs3pl
+gs3po
+gs4por
+gs5pre
+gs3pu
+gs3s
+gs3tak
+gs3tal
+g3stark
+gs4ten
+g3stif
+gs3till
+gs3tj
+g3stol
+gs3tra
+gst4re
+g3st^^e4m
+g4sug
+gs1v
+g4s3ve
+gs3vi
+gs3v^^e5
+gs3yt
+gs1^^e4
+2g1t
+g3tr
+1g2u
+4gug
+guld3
+gul4da
+4gul^^e4
+gu2ma
+4gup
+gu5ru
+gus4k
+2gut
+g3utb
+2g1v
+4gw
+3gy
+gytt3j
+1g2^^e5
+g^^e5rds5
+2g5^^e5ri
+g4^^e4l
+g2^^e4r
+g^^e44s
+1g2^^f6
+4g^^f6g
+g^^f65ro
+2g5^^f6rt
+1h
+ha3bl
+ha5ge
+ha4li
+hal4so
+halv3^^e5
+ham4st
+handels3
+hands4l
+han5g2a
+ha5ra
+ha4sc
+ha4sp
+hasp5l
+has3t
+hav2
+havs3
+h5c
+4hd
+he4at
+he4fr
+he4l^^e4
+hets1
+hets3t
+hets3v
+h3g
+h2i
+4hir
+his2sk
+hi4t
+hj^^e4l3s
+h1k
+2hl
+h4le
+2hm
+4hn
+h2na
+h2nit
+ho5nu
+hop5plo
+hop3s
+hos3p
+hos5ti
+4how
+h3p
+h5ru
+h1s
+2ht
+hu2s
+hust5r
+hyg5r
+hys4t
+hys5ta
+hy3ster
+h^^e5rd5s4
+h^^e4ll2
+h^^e4lls1
+h^^e4lso3
+h^^e44ri
+h^^e44s
+h^^e44var
+h2^^f6
+h^^f62g
+h^^f65gen
+h^^f6g5r
+h^^f6rn5s
+h^^f64s
+h^^f6st5r
+i1a
+ia3fr
+ia3g
+ia4lu
+ia4sk
+ia3tr
+i2b3l
+i5bril
+i3ca
+i4ce.
+i5cha
+ic4kord
+ick3u4
+i5co
+i2d
+iden3s
+id4ge
+i4dom
+id1r
+id3ro
+id2s
+ids3v
+i4dun
+i3d^^e5
+i4d^^f6
+2i1e
+ifes4
+i5fn
+i1fr
+3ifr^^e5n
+i1g
+4igan
+i2geb
+ig5ej
+ig1l
+ig3no
+i3i
+i4kart
+i1ki
+i3klo
+ik5l^^e4n
+ik3n
+i1ko
+ik3re
+i5krob
+ik5rof
+ik5ros
+ik5s2h
+ik5skor
+i3kul
+i3kum
+ik5u4t
+ik1v
+i3ky
+i3k^^e5
+i3k^^f6
+i1la
+il4dan
+i2lin
+il1j^^f6
+il5k
+il5lak
+il4lik
+ill3s2
+3illu
+il5l^^e4r
+il2min
+i1lo
+il2tj
+i3lu
+ilufts5
+i4lup
+i5l^^e4
+im2b3r
+im5sm
+im4so
+i1mu
+i5m^^e5
+i3m^^e4
+i5m^^f6
+i4nau
+ind5sk^^e4
+ind5sti
+1indu
+in4ga
+in4ge.
+ing4es.
+ing5is
+in5glas
+ings5te
+i3ni
+i4nif
+in5j
+in5kve
+1inneh
+5inre
+1inri
+3inr^^e4
+in4sem
+in3skr^^e4
+in3sl
+ins4m
+in3sn
+1inspe
+5inspeln
+in5spr
+3instink
+3instru
+in4st^^e5
+in5te
+1intr
+in4tra
+int3s
+i1nu
+i4nun
+in3ym
+i1n^^e4
+i5oc
+i1og
+i3ok
+io4kr
+i1ol
+io5li
+i5om
+ion2
+i3ono
+ions3
+i1op
+i1or
+i1os
+i1ot
+i1pe
+i1pi
+ipos4
+ip5pi
+i3ra
+i4res
+i1ri
+irk5l
+i1ro
+iro3p
+i1ru
+i5sce
+isel4
+is2h
+i2sk
+is5kep
+isk5na
+is3kopa
+is3ku
+is4kun
+is3ky
+i5slam
+is3l^^e4n
+is3m
+is3n
+i2s3p
+is4pri
+is3sa
+is3se
+iss5n
+is4s3tr
+iss3t^^e4
+i1stal
+i1stans
+ist5att
+is5ten.
+i1stent
+is4tes
+is3tig
+is5ting
+is5tor.
+is5tore
+ist5ro
+ist^^e54
+is5v
+i3sy
+i4s^^e5
+i1t
+it5c
+i4tei
+i4tex
+i4tj
+it5ran
+i5trin
+i3tris
+it2t5op
+it4t3r
+it4tu
+i2t5^^e5
+4i1u
+i1va
+i2vak
+i1vi
+i4vin
+iv3r
+iv2s
+i1v^^e5
+ix2t
+ix5tu
+i1^^f6
+1ja
+3jakt.
+4jarb
+jas5p
+2jb
+2jd
+jd3r
+jd4sty
+j4du
+1je
+je2a
+5jef
+je5sta
+2j1f
+4j3g
+4jh
+1ji
+4jin
+4jk
+j4kl
+j3ko
+jk3v
+2j1l
+2jm
+2j1n
+j2o
+3job
+jo4kr
+4jolj
+jo5l^^f6
+jor4din
+jord3s4
+3jou
+4jp
+j5pl
+2j3r
+2j1s
+j5sa
+j4sk
+js4me
+js4te
+2jt
+jts4
+2j2u
+ju4kos
+juk3s
+jul3k
+4jur
+jus5kr
+juss4
+jus4t
+jus5ta
+jut4sta
+j^^e45lo
+j^^e4l4p5r
+j^^e4l4sa
+j^^e4rn3sk
+j^^e4r5s
+j^^f6r2s
+j^^f6s4t
+5j^^e9
+1k2a
+3ka.
+3kad.
+3kade.
+ka4dr
+2kaf
+5kaf^^e4
+ka3i
+ka5ju
+2kak
+k3akti
+4kalf
+4kalg
+kal4lo
+kall3s
+3kamp
+3kamr
+3kan.
+4kand.
+5kano
+2kap
+3kapi
+ka5pla
+kap4pr
+kaps5t
+5kapten
+3kar.
+ka3ra
+4karb
+k5arbet
+ka5ri
+4kark
+3karna
+4karp
+karp5s
+4kart.
+4karte
+4karv
+3kas
+ka4sk
+kas3ti
+3kat.
+3kats.
+4kau
+2kb
+4kc
+2k3d4
+kdom4
+1k2e
+3ke.
+2ked.
+2keda
+ke3dr
+ked4s
+ke4er
+2kefu
+4keld
+kels4
+4kense
+ke5n^^e5
+2kep
+3kern
+ke2s
+kes3s
+4kex
+2k1f
+kf^^f62
+kf^^f63ri
+2k5g4
+2kh4
+kid3s
+4kif
+1kig
+kik4s
+kilt4
+5kim^^e5
+king3r
+4kinne
+4kins
+2kint
+ki4nu
+ki4tr
+kiv3s
+4kj
+5kjol
+k3j^^e4
+2k3k
+kl2
+1klag
+k2lama
+kla4mi
+3klang.
+3klass
+2klat
+5klav
+2kle
+k2lej
+2klig
+k2lim
+3klip
+k2lis
+5klist3r
+k5lock.
+5klocka
+3klos
+1klub
+4kluk
+1kl^^e4d
+2k3l^^e4g
+2k1m
+2k2n
+k4nal
+3k4nap
+5knip
+3k4niv
+3k4nu
+k4ny
+k5nyk
+k2o
+4koc
+ko5de
+k5odl
+kog3n
+ko4gr
+kog4s3
+4kola
+ko2lin
+4kolj
+kol5tr
+5kolv.
+1kom
+3komm
+5komp
+2k3omr
+kom4s
+1kon
+3konf
+3konst
+3kont
+ko3nu
+1kor
+3korg
+ko3ri
+2korr
+3korres
+5kortera
+ko5s4k
+ko3sl
+3kost
+ko4str
+4k3ou
+2k1p
+k2r4
+3kraf
+5kra3ge
+4krang
+5krera
+k4reten
+krid5s2
+1krig
+krigs3
+krings2k
+4kriv
+3kropp
+kropps5
+kru5stad
+k3ryg
+kr^^e5k5s
+kr^^e54pa
+k5r^^e4dd.
+kr^^e4k5l
+4kr^^e4l
+k3r^^e4t
+2ks
+ksaks5
+k2s5as
+ks3ch
+k4ser
+ks2k4
+ks3kl
+ks5kra
+ks5kv
+k3sk^^e4
+k3sk^^f6
+k5slag.
+ks2li
+k5sly
+k2so
+ks3pl
+k1s4t
+kstavs3
+ks5tid
+k2su
+4k1t
+k4tex
+kti5ge
+k4tinn
+k2tins
+k2tod
+k2tom
+k2tr
+kt3re
+kt3rin
+k5trod
+kt5rog
+kt3rol
+kt5r^^e4t
+kt2st
+kt5t4
+k4tug
+k2tut
+k4t^^e4l
+4kug
+k5ugn
+ku5la
+4kuld
+3kul^^f6
+kum5pl
+kungs5
+5kunn
+ku4pen
+ku4ro
+3kurs
+3kus
+kust3a
+kv4
+3kvali
+k5vare
+3kvarn
+kvar3s
+3kvart
+k4vato
+k2ve
+2kvente
+1kvinn
+5kvire
+k4vo
+k1v^^e5
+3kv^^e4ll
+k1v^^e4r
+kydds3
+ky4lin
+3kyrk
+k^^e4l4m
+5k^^e4mp
+5k^^e4nn
+3k^^e4ns
+3k^^e4rl
+4k^^f6g
+k^^f6ks5t
+5k^^f6p.
+k^^f6r4l
+k^^f6r4sl
+3la.
+1lade.
+2ladm
+4ladr
+2laf
+3lagd.
+la4gin
+5lagm
+lag3r
+2lak
+5lakan.
+5laki
+3laktis
+la5lo
+3lande.
+lan4di
+2lappara
+2larb
+1larn
+lar5s
+4lart
+las3h
+4lask
+la4st
+5laste.
+1lat.
+la5tr
+lat4tis
+2lau
+2lav
+la5vu
+2lb4
+4l1c
+2l2d
+lder4s
+l3dj
+ld3ra
+l5dry
+lds4an
+1le
+3le.
+le4ge.
+le5ig
+le2kl
+le4kv
+lem4s^^f6
+2l5enl
+3ler.
+ler5k
+3lern
+ler3ste
+le5s2l
+le5t^^e5
+le3um
+le4vu
+2lex
+2l1f
+2l1g
+l2gj
+l3g2l
+lgs4
+lg5st
+2lh
+1li
+li5ch
+3lif
+3lig
+li4go
+lig3s
+lik2l
+li5kli
+lik3s
+5limer
+2lind
+2linga.
+ling5o
+4lingr
+lings5t
+2lini
+5linj
+2lint
+li1o
+2lip
+lis3c
+li4sta
+li3str^^f6
+li4vo
+livs1
+l2jak
+4l1jo
+1lju
+l5j^^e5
+l1j^^e4
+l3j^^f6r
+2l1k
+l3ke
+l5kju
+l2kl
+lk5lag
+l5kl^^e4
+l2kr
+l3k4ra
+lk3t
+l1la
+lld4
+ll3dr
+lle5b
+ll3k
+ll1l
+l1lo
+llok5v
+ll3p
+ll4san
+ll2se
+ll3ska
+ll2so
+ll4sva
+ll4tig
+ll3tr
+l1lu
+ll5un
+llust3ra
+ll5v
+l5ly
+ll^^e4ggs5
+l5l^^f6d
+ll^^f6r4
+ll5^^f6rt
+4l1m
+l4mol
+lm3st
+l1n
+lo2af
+loc4ku
+4lodl
+lo4do
+lod3st
+lo2ge.
+2lolj
+2lom
+4lord
+2lorg
+lor4s
+lo4vo
+l4pak
+l1pe
+l1pi
+l5pla
+lp5l^^f6
+lp4st
+4l3r
+2l1s
+l2sc
+l4sjo
+l4sj^^e4
+l2sk
+l4skensv
+l3ski
+lsk3n
+l5skot
+l3skr^^e4
+l3sky
+l3sk^^e5
+lsk^^e54p
+l3sk^^e4
+l3slu
+l4sm
+ls4mo
+ls5nyt
+l2sp
+l3spe
+ls3pl
+ls3pol
+ls5s
+l2st
+l3sta
+l4stak
+ls4te
+ls5ter
+l3sto
+l3sty
+l4styg
+l3st^^e5
+l3st^^e4
+l5st^^f6
+l2su
+l5sur
+l2sv
+l4svi
+ls5vid
+l4s^^e5
+4l1t
+lta2tu
+l4tef
+l4tif
+l4tih
+l4tos
+lt5rati
+l4tret
+l4tr^^f6
+lt5sk
+ltu4
+lu5i
+luk4to
+4lull.
+2lun
+lung3
+2lupp
+lu4pu
+lus2s5p
+5lust.
+4lutb
+4luts
+2lv
+l1va
+l4varm
+lvers4
+l1vi
+l4vos
+lv3ri
+lv3sp
+l1v^^e4
+lv^^e4v4
+lycks5t
+ly4gat
+lyg3r
+lyg3s2
+3lyste
+5lystn
+ly4str
+2l^^e5.
+l^^e5g3s
+1l^^e5ng
+l^^e5ng3s
+l^^e54sk
+l^^e5s5te
+l^^e54st^^e5
+4l^^e4c
+l^^e4g5r
+1l^^e4nds
+5l^^e4ngder
+l^^e44san
+l^^e44sp
+l^^e4tt3s
+4l^^f6l
+4l^^f6m
+3l^^f6n
+3l^^f6rer
+1l^^f6s
+l^^f64v^^e4
+3l^^e9
+1ma
+ma5fr
+mag5n
+mag5s
+ma5ju
+mak3r
+ma3li
+mand4
+mang2a
+man5g4o
+ma5ni
+mani1k
+5ma3ri
+mash5
+mas3ko
+mask3ro
+ma5sk^^f6
+mas3ti
+mas4v
+2mb
+mb4sk
+2mc
+2md
+m4dat
+m4di
+m4do
+m3d4r
+1me
+2meds
+me4du
+me4kl
+me4ko
+4meld
+melo5
+me5lu
+men5k
+me5nu
+me5ny
+mer2sko
+me4so
+mes4t
+me3sti
+2meta
+me5trin
+met3ro
+meu4
+2mex
+2m1f
+m4fes
+m4fn
+2m1g4
+2mh
+1mi
+mid3s
+mi4lu
+2mind
+ming4o
+4mink
+min4kr
+4minv
+mi3n^^f6
+mis2
+mi5sf
+mi4sp
+miss3t
+mi4te.
+mi4tr
+mitt3s
+2m1k
+2m3l
+2m1m2
+mme5d
+mm3s4
+m4mul
+2m1n
+m2nam
+mnas3t
+m4nav
+mn5dr
+mn3g4
+mn5st
+mn5tu
+m2n3^^e5
+1mo
+m4od
+mo4i
+2momr
+mo3na
+mos3k
+mo2ta
+mo4tin
+mo4tu
+mot3v
+2m1p
+m2pak
+m4part
+m2pl
+mp3lad
+m5plane
+mp3lat
+mp3lin
+mpos4
+mp5p4
+mps4k
+mp5sp
+m4p^^e5
+2m1r
+4ms
+m4sal
+m4ske
+m3slag
+ms3l^^e4
+ms2m
+mste2
+m1sto
+m2str
+mst3rin
+ms5^^e4p
+2m1t
+4mud
+mulls3
+mult5r
+5mum
+4mun3g4
+mun4ko
+3mur
+3musi
+mu3sta
+mut4sl
+2m3v
+1myn
+mys4te
+m^^e5g4
+1m^^e5l.
+5m^^e5let.
+5m^^e5n.
+4m^^e5r
+m^^e51s
+4m^^e4g
+m^^e4k3
+1m^^e4n
+m^^e4ns4
+3m^^e4rk
+1m^^e4s
+m^^e4s5ta
+1m^^e4t
+m^^f64bl
+m^^f64gen.
+3m^^f6j
+m^^f6r4kl
+3m^^f6s
+4m^^f6v
+1na
+3na.
+3nad
+nads3
+2naf
+na5gr
+2nak
+3nako
+3nakr
+na3kro
+n1akt
+2nalf
+5nalfl
+4nalg
+nal3s
+na2lu
+n5amb
+5namn
+4nand.
+4nanv
+na4rap
+2narb
+2nark
+4narm
+2nart
+nast3r
+2nb4
+2n1c
+n2ch
+n3cha
+n3che
+n3chi
+ncis4
+ncyk3l
+2nd
+n4dak
+n4dav
+nd3d4
+n5de
+nde3s
+n4dil
+nd5rak
+nd5ras
+nd3rat
+nd3ri
+n5dril
+n3drop
+nd5ros
+nd5skal
+nd3sn
+nds3or
+nds5v^^e4
+nd5^^e5s
+1ne
+3ne.
+ne4di
+5nedl
+ne4d3r
+ned3s
+ne4d^^f6
+ne2gr
+ne5gres
+4nek.
+ne5ly
+4nenl
+ner5sm
+nes3s4
+ne4sta
+ne5s4ti
+ne3tre
+ne1ut
+2nex
+2n1f4
+nfalls5
+nfis3
+2ng1
+n4gar
+n4gen.
+n4gend
+n4gens
+n4genti
+n4germ
+n4get
+n2gi
+ng3ig
+ngi4s
+ng4ly
+n2go
+ng5om
+ng3or
+ng3rad
+n4gr^^f6
+ng4ser
+ngs1k
+ngs3pa
+ngs5tim
+ngs3val
+n4g^^f6d
+2nh
+1n2i
+4nid
+ni5ec
+ni4ki
+ni5li
+3nin
+nings1
+nings3k
+nings5v
+ni1o
+4nip
+nip4pr
+ni5steri
+nist3ra
+ni3t4r
+niv5sk
+niv5st
+2n1j
+n4jar
+n3jun
+nju4s
+n3j^^e4
+2nk
+n4kart
+n1ki
+n4kis.
+n3kny
+n1ko
+nkrafts5
+nk3ri
+n1kro
+nkrus4
+nk5sl
+nk3sp
+nk4tin
+n1ku
+n1k^^f6
+2n1l
+2n1m
+2n1n
+nn3d
+n3ne
+nnis4
+nn3k
+nn3s4t
+1no
+2nodl
+no4kl
+2nolj
+2nomr
+nom3s4
+2nord
+2norg
+no5sa
+no5sc
+no4tu
+2n1p
+2n1r
+4ns
+ns2i
+n4sint
+n4sis.
+n4sise
+ns2k
+ns3kan
+n1ski
+ns3kor
+nslags5
+ns5las
+ns5mit
+n4soc
+n1spi
+ns3pl
+ns3po
+ns3s4
+n3stans
+n3stap
+ns4tel
+n3stif
+ns3tig
+ns4tra
+n2strik
+nst5up
+nst5vil
+n3s4ty
+n1sva
+ns3vi
+ns3v^^e4r
+2n1t
+n4tark
+nter5s4
+n4tinf
+n2t5omb
+nt3rad
+n3trah
+n3trak
+n5trala
+nt3rali
+n5tram
+nt3rep
+n3trer
+nt3ria
+nt3rin
+nt3ris
+n4tropin
+n4tror
+n4tr^^f6
+nts3c
+nt4se
+nts5kor
+nt4str
+n4tut
+n3tv^^e5
+nufts4
+4nug
+n5ugn
+3nui
+3num
+nums5
+2nup
+n3upp
+2nutb
+2n1v
+ny5gr
+n5z
+4n^^e5r
+4n^^e4.
+4n^^e4c
+3n^^e4m
+3n^^e4t
+4n^^f6g4
+3n^^f6j
+n^^f62ja
+n^^f65kr
+4n^^f6l
+n^^f6s4
+n^^f6s5ke
+o1a
+o2ard
+o2b
+5o4bj
+o4bli
+oby4
+oc4k5r
+ock3sk
+oc3ku
+o2d
+ode4k
+odi4a
+1odli
+o5dral
+o3dro
+ods4k
+od2st
+ods4ti
+od5stu
+o3d^^e4
+o1e
+offs5t
+o4fl
+o3fr
+of^^f6rm^^e54
+o1g
+o4gav
+og3gr
+o4gj
+o5glo
+o5gly
+ognos4
+ogno5st
+o4gri
+o4gr^^f6
+og3se
+og4s3t
+o4g^^e4
+o1i
+o4il
+o1j
+o1k
+o4kli
+ok3n
+ok3sl
+ok4su
+o2kv
+o1la
+o5lak
+ol5au
+olf^^f64
+1olj
+ol3ka
+olk3r
+ol4ku
+ol4k^^e4
+oll4si
+oll5sl^^e4
+ol3l^^e4
+olm4s
+oln3s
+o1lo
+olo5kv
+ol4sa
+ol4t^^e5
+o1lu
+o4lug
+o4lur
+o1ly
+ol5^^e5r
+o1l^^e4
+om4br^^e4
+o3men
+o4mord
+om5pa
+om3pl
+1omr
+4omra
+om1sk
+om4ste
+3oms^^e4t
+om4tr
+om3tv
+on3c
+on5gi
+on1gr
+ongs4l
+o4nins
+on3j
+on1k4
+ons3c
+onsi3s
+ons3m
+on5stel
+ons4ter
+on3tras
+on4tre
+ont4s
+o1ny
+on5^^e5
+o1n^^e4
+o3n^^f6
+oo4d
+oom5s
+o3or
+o1pe
+o1pi
+o5pline
+op4pl
+opp3le
+op4pr
+op4pu
+o3pri
+op4st
+o3p^^e5
+o5q
+4ora
+o3rak
+oran3g4
+o2rap
+1ordn
+or4d5^^e4
+o4reh
+1orga
+5organi
+or4gr
+or4g^^e5
+o1ri
+3orient
+4ork
+or4m^^f6
+or4nu
+or4n^^e4
+o1ro
+or4pl
+or5pr
+or4spa
+ors5tig
+or5te
+or2tr
+ort3re
+ort3ro
+o1ru
+o3ry
+o1r^^e4
+o1r^^f6
+o3s2f^^e4
+osk4l
+o1skop
+o3som
+os5pig
+os4sk
+os4s4t
+os3tig
+os5tiker
+o5still
+os4tr
+ost5ron
+ost5r^^f6
+os3tul
+ota2lan
+4oti.
+4otie
+4otin
+o1to
+o5tro
+ot5run
+ot3sv
+ot5ti
+ot4tr^^e4
+ott2s
+o1tu
+o5tun
+otvin4
+o1ty
+o5t^^e5
+o3t^^e4
+oun4
+oup4
+4our
+ou3r^^f6
+ou4s
+o3ut3t
+o1va
+ova4n
+o1vi
+ov3r
+ov4si
+ov3sl
+ovs4me
+o1v^^e4
+o3we
+ox5
+oy2
+o3^^e5
+o3^^e4n
+o3^^f6
+1pa
+4paf
+pag4
+paki3
+pakis4
+pa5la
+pals5
+pa5l^^e4
+4pand.
+pan4tr
+3pap
+2parb
+4parm
+par3s
+2pask
+pa5ski
+pa2st
+3patr
+pa3u
+2pb4
+2pc
+2p3d4
+pek5tri
+pekt3ro
+4peld
+pel3s4i
+4pem
+5peng
+3penn
+pent5r
+per4bl
+3perio
+3pers
+per4sl
+pe5tro
+4pex
+2p1f
+4p3g
+2ph
+pi4el
+1pig
+pi1o
+3pip
+pi5so
+pi5sta
+pi5sto
+p2j
+3pj^^e4s
+4p3k2
+p2l
+p4lac
+5plan.
+p4lane
+p3larn
+p3lev
+3plex
+3plic
+1plik
+4plit
+p3lj
+1plom
+p3lop
+2p1m
+4p1n
+p3ni
+1po
+5poa
+2poc
+2pof
+po2i
+3polit
+4polj
+poly3
+2porg
+3pos
+pos4ter
+4pov
+po4v^^e4
+2pp
+p4part
+pp5ask
+p4pax
+p3pe
+p1pi
+p4pins
+pp3j
+pp1l
+pp3la
+pp3lin
+pp5lis
+pp5lu
+pp3ly
+pp3l^^e5n
+pp3l^^e5t
+pp3l^^e4
+pp3l^^f6
+pp5oc
+pp3of
+pp3p4
+pp1r
+pp3ra
+pp3ri
+pp3ru
+pp3ry
+pp3r^^e4
+pp3tr
+p2pu
+p5py
+pp3^^e5
+p2r2
+2pra
+5prax
+1pres
+pres4t
+pre3sta
+pres5to
+p3rig
+p3rik
+5pril
+3princ
+pring3
+p5riol
+3pro
+pro3g
+p3ror
+4pr^^e5
+3pr^^e4s
+3pr^^f6v
+2ps
+p2sal
+3psalm
+p5s2ho
+ps4ken
+ps2li
+p3sna
+4pso
+p3sod
+p1s4t
+p4stak
+p4st^^e4v
+p2s^^f6
+2p1t
+p3tri
+1pu
+4pug
+pul2l5ov
+pul5tr
+5pung
+3punk
+pus3t
+2p1v
+p^^e53dr
+3p^^e4l
+p^^e45ro
+4p^^f6r
+3p^^e9
+qu4
+3que
+1ra
+3ra.
+raci4t
+3rade.
+4radr
+ra4du
+5ra1e
+2raff^^e4
+ra3fr
+ra5is
+2rak
+ra2lo
+r4ande
+3rande.
+4ran4d3r
+rand3s
+2ransv
+ra3pl
+3rar
+r4ar.
+4rarb
+r4are
+4rarg
+r4ark
+4rarm
+r4arn
+r4ars
+4rart
+r3arta
+ra5r^^f6
+r4as
+ras3h
+ra2st
+3raste.
+3rativ
+ra3tri
+2rav
+ra5yo
+2rb
+2r1c
+2r2d
+r4daf
+rda5gr
+r3dj
+r4dos
+rd3ran
+rd3rat
+r4dul
+r3d^^e5
+r3d^^e4
+r4d^^f6s
+1re
+3re.
+4reaus
+re3b
+4rec
+5reco
+re3d4r
+re5du
+4reft
+4regg
+3regn.
+re1kr
+rek5tri
+4reld
+re3lu
+rem5p
+3rems
+r4en.
+2reni
+2renk
+2renl
+re3n^^f6
+re3o
+3rer.
+3rern
+3reso
+ress5k
+re1sti
+3ret.
+4retet
+ret3ro
+4rety
+re5t^^e5
+2revig
+4rex
+2r1f
+rf^^f63ri
+2r1g
+rg3g2
+rgs5top
+2rh
+rhands5
+3rial
+4rib
+3rifi
+2rifr
+r3ifr^^e5
+3rifu
+3rigt
+rik2s
+3riktn
+ri4mo
+2rind
+rind3s
+5ringen.
+ring3r
+2rinr
+2rins
+2rint
+ri1o
+3riot
+ri5ple
+ri2st^^e4
+ri4tut
+ri4vis
+riv3s
+4rj
+r4jis
+r3jo
+r5ju
+r5j^^f6
+2rk
+rk3akt
+r4kek
+rkes3
+r1ki
+r3klas
+rk2le
+r4kl^^f6
+rk3n
+rk4ne
+r1ko
+r4kod
+rk3tr
+r1ku
+r4kup
+r1k^^e4
+r5k^^f6r
+2r1l
+r5laka
+r5lav
+rld2
+rlds3
+rl5sp
+2r1m
+r4marb
+r4mil
+rm2s5j
+rm5tr
+2r1n
+rnal4
+rn3g4
+rn1k
+r2nom
+rns4k
+rns4t
+rn3t
+ro3b
+ro4gro
+ro2kr
+2rolj
+rol4li
+rom4a
+5roman
+5ronau
+5rond.
+ron4v
+ro3pl
+ropp2s
+ro4ra
+2rord
+2rorg
+2rorie
+3rorn
+ro4sin
+ro4sn
+ros3v
+ro5te
+2r1p
+r4pl^^f6
+r4p^^f6
+4r1r
+rra4n
+rrd4
+rreligi5
+rres4
+r5rib
+rr5k4
+r4rob
+r4rom
+rr1s
+rrs2k
+r4rur
+2rs
+r4seld
+r4sex
+r2sin
+r1ski
+r4skid
+rsk3na
+rs5koll
+rs4kos
+rskotts3
+r2sku
+r3sk^^f6
+rslags4v
+r4sle
+r4slo
+r4s5l^^f6
+rs4mo
+rs5nat
+rs5n^^e4
+r1sp
+r2spl
+r2spo
+rs3s4
+rs5tak
+rs4te
+r5stek
+rs5tend
+r5steni
+rs5till
+r1sto
+r4ston
+rst4r
+r3str^^f6
+r3stu
+r1sv
+rs4vag
+r2sv^^e4
+r1sy
+2r1t
+r2taf
+r2takti
+rt4an
+r4tins
+r4tom
+r5trit
+r3tr^^e4
+rt3t
+r4tut
+rubb5l
+ru3br
+ru4dan
+ruks1
+ruks3v
+5rullera
+3rum.
+runn2
+runns5
+4rupp
+rus2h
+ru5sha
+2rut
+5rutig
+rut4ra
+ru4vi
+5ru^^f6
+2r1v
+rv4sj
+rv2s5k^^e4
+r3w
+rydd5s
+ry5o
+r^^e5ge5l
+4r^^e5l
+r^^e5ng3s
+r^^e55ra
+r^^e53st
+r^^e4ck5s
+4r^^e4kt
+4r^^e4m
+r^^e4ng3s
+r^^e4ns5t
+4r^^e4s
+r^^e44san
+r^^e4s3s
+r^^e45sti
+r^^e4v5s
+r^^f6d5el
+r^^f6d5r
+r^^f6d3s
+2r^^f6g
+r3^^f6i
+r^^f6k3s
+r^^f6ns4t
+4r^^f6p
+3r^^f6r
+r^^f6r4s
+r^^f64st
+r^^f6st3r
+r1^^f6vr
+1sa
+3sa.
+3sad.
+3sade
+4sadj
+2sa3dr
+sad5s
+2saf
+sa3i
+sak5ri
+2s1akt
+sa5lo
+3s2am
+sa2ma
+samman3
+sa2mor
+sand3s
+4sang
+2sanl
+s3anl^^e4
+san3sla
+2sap
+3s4ar.
+2sarb
+2sarm
+s5arm.
+3sarn
+2sart
+4sarv
+4sass
+5sat.
+sa4tu
+2sau
+s3auk
+2s1av
+4sb
+s2c
+2sch.
+1scha
+2schau
+4schb
+1schen
+1scher
+1schet
+1schi
+4schk
+4schm
+4schp
+3schy
+3sch^^f6
+sci3p
+4s3d
+1se
+se4at.
+se2g
+2s3egg
+3segl
+seg3ra
+sek5le
+sek3r
+sek5tr
+3sel.
+se5ly
+sem2
+3sen.
+s5ers^^e4
+3set.
+2sexp
+2s1f
+s4f^^e4r.
+sf^^f62
+4s3g2
+2sh
+5s2haw
+shi1s
+s5h^^f6
+1si
+sid5s
+5sie
+si4eri
+si4esk
+si2ett
+3s2ig
+3sik
+sikts3
+5sill.
+silver3
+silv3r
+2s1ind
+2s1inf
+sinne2s3
+3sinni
+4sinr
+2sin1s
+s1inst
+5sint.
+2sintr
+3sio
+sis4t
+siu4
+1s2j
+2sjak
+s3jakt
+4sjn
+4sjt
+s4ju
+5sjuk
+4sjur
+sj^^e4ls3
+3sj^^f6
+4sk.
+2ska.
+3s2kada
+s2kado
+3skaffn
+1skaft
+s4kag
+s2kal
+3skal.
+1skap
+5skap.
+5skapet
+4skapi
+skaps1
+4skar
+s4kara
+5skarv
+4skas
+s2kat
+s4kav
+4ske.
+3sked.
+s4kene
+3skepp
+4skh
+sk4i
+3skif
+5skin
+4skis.
+5skiv
+5skjor
+3skju
+4skl
+sk5lap
+s3klas
+4skn
+3s4ko.
+1s4kog
+4skogsg
+1skol
+3skola
+s4kolo
+s4korp
+skor1st
+1skot
+s5kran.
+3skrat
+sk4ret
+3skrev
+1skri
+3skrif
+s3krig
+5skrin
+3skrip
+s5kris
+3skriv
+s5kron
+s4kru
+5skrub
+3skruv
+5skr^^e4c
+sk3s
+2skt
+3skulp
+s3kup
+2skv
+s4kve
+1s2ky
+s4kyn
+2skyrk
+1sk^^e5
+s4k^^e5l
+5sk^^e5p.
+4sk^^e5r
+5sk^^e4nk
+3sk^^e4rv
+2sl2
+4sla.
+s5lad.
+s3land
+3s2lang
+s4lant
+s3lar.
+4slas
+s1lat
+s2lev
+3slev.
+s4lic
+slins3
+4slis
+s2lit
+s5lor
+slotts3
+s2lu
+s3luc
+s3luf
+4slus
+s3lust
+3slut
+slu4to
+3sl^^e5.
+5s4l^^e5r
+s4l^^e4k
+s5l^^e4m
+s5l^^e4nn
+3s4l^^e4p
+4s3l^^e4r
+s2l^^e4t
+3s2l^^f6j
+2sm
+s2mak
+3smak.
+s3makt
+s2mal
+s2met.
+s2mid
+s2mit
+3smitta
+s3mj
+5smug
+5smyg
+sm^^e55g
+sm^^e53k
+sm^^e53s
+3sm^^e4d
+3sm^^e4l
+4sm^^e4s
+3sm^^f6r
+2s2n4
+3snab
+3s4nac
+s3nam
+s5nare
+s3nast
+s5ner
+3snib
+3snil
+3snit
+1snitt
+s3niv
+3snut
+s4n^^e5
+5sn^^e5r
+5sn^^e4c
+s4n^^e4r
+3sn^^f6.
+sn^^f65g
+3sn^^f6r
+sn^^f63s
+1so
+3soc
+5sock
+2sod
+5soi
+2solj
+sol3s2
+2som
+5somm
+3son
+son4st
+so5pra
+so4pu
+3sor.
+2sord
+s5ord.
+2sorg
+3sorn
+3sot
+4sott
+s2p2
+5spann.
+s4park
+5sparv
+4spas
+s3pass
+spa5tr
+1spe
+4sped
+3s4pek
+3s4pel
+4spelsl
+2spen
+2sper
+5spets
+3spill
+3spir
+4spl
+s1pla
+s3plan
+s3plats
+spli4
+s4plin
+5split
+s5pl^^e4
+4spre
+s3pres
+4s3pris
+3sprit
+2spro
+s3pry
+3spr^^e5
+5spr^^e4n
+s3ps
+1s4p^^e5
+3sp^^e5n
+3sp^^e5r
+5sp^^e4n
+3sp^^f6
+4s1r
+4s1s
+s5sad
+sse4lin
+s5sil
+ss2k
+ss5kl
+ss3kun
+ss1l
+ss2lag.
+ss2l^^e4
+ss2l^^f6
+ss3na
+sss4
+ss3unn
+s2sv
+ss3vi
+s2t
+2st.
+4sta.
+5stac
+3stadi
+s4taf
+5stalgis
+3stalla
+2stalli
+5stam.
+5stamm
+1stant
+5stark.
+5startad
+1state
+3statl
+1stau
+st3c
+2s5te.
+4stea
+5steg.
+s4tek.
+2stekn
+5stekt
+s4tell
+3stem.
+3steme
+5stenar
+3s4tene
+3stense
+5stensm
+1stera
+1stering
+s4teriu
+3sterne
+5stetis
+2stia
+2stib
+3stick
+2stid
+s4tiken
+2stil
+3stil.
+3stink
+3stisc
+1stit
+2stj
+s5tju
+3stj^^e4l
+3stj^^e4r
+2stm
+5stoc
+1stol
+4stolk
+4stom
+stori4eu
+5storis
+stor3s
+3straff
+4strativ
+3strato
+3strec
+3strej
+st3ren
+1strer
+2stria
+1strid
+5stride
+2striel
+st4rif
+1strikt
+st5risk
+1stru
+3struk
+2strumm
+s3tryc
+5stryk
+5str^^e5k
+3str^^e5l
+3str^^e4c
+4str^^e4d
+3str^^e4ng
+5str^^e4v
+3str^^f6m
+2st3s4
+st3t
+4stv
+s3tvis
+1sty
+2styp
+1st^^e5
+4st^^e5g
+5st^^e5l
+1st^^e4
+3st^^e4l
+1st^^f6
+1su
+su4b
+3sug
+su3i
+3sum
+2sun
+5sun.
+s1under
+5sune
+s5ung
+2sup
+5supa
+su2pu
+5sus
+2s1ut
+su4to
+su4tr
+s2v2
+5svag.
+s3vagn
+4s3vak
+5svam
+4svap
+svars3
+3svart
+4svas
+s3vat
+4svec
+3sven
+5svep
+4s3ver
+s5ves
+4s3vil
+s4vine
+4svis
+s5vitt
+s5v^^e5d
+3sv^^e5ri
+3sv^^e4ng
+5sv^^e4rm.
+s3v^^e4s
+s3v^^e4t
+4syk
+5syl
+3syn
+syn3k
+s3yrk
+3sys
+sys4t
+sys5ter
+syt2
+sy5th
+1s^^e5
+5s^^e5g
+4s^^e5k
+2s^^e5lde
+s^^e5ng3
+1s^^e4
+s4^^e4d
+2s5^^e4gg
+s4^^e4l
+2s^^e4p
+5s^^e4s
+3s^^e4t
+4s^^e4ta
+1s^^f6
+4s^^f6d
+2s^^f6g
+s5^^f6ga
+s^^f64ko
+4s^^f6l
+4s^^f6p
+s^^f6r2s
+2s3^^f6rt
+1ta
+3ta.
+ta1ch
+3tade.
+4tadi
+4tads5
+2taff
+3taga
+5tak.
+ta5kre
+2taktig
+tak4to
+4talf
+5tallise
+tall5s
+4talv
+3tame
+3tami
+3tan.
+ta4nab
+3tande.
+2t3anfa
+4tanl
+t4ap3l
+2tappar
+3tar.
+4tarb
+tar4mi
+3tarn
+tars4
+4tart
+5tartavl
+4tarv
+4task
+3tast
+ta1str
+tat2
+ta4tan
+tats3
+2tatt
+2tav
+4tave
+5tavla.
+3tavlan
+3tavlo
+tav2s
+3tax
+2tb4
+2tc
+t3cha
+t3che
+2t3d4
+3t2e
+te4as
+te3b4
+5tec
+4teg
+te2g1r
+te3gre
+te3i
+te4int
+4tej
+tej2s
+te4kl
+5teknik
+5teknis
+4teld
+5te5l^^f6
+5tema
+4temo
+te4mu
+ten3g4
+5tensi
+ten3tr
+te4n^^e4
+te5n^^f6r
+5ter.
+5teri^^f6
+ter3k4
+5term
+5terna
+5ters
+ter3t
+te4ru
+5tes.
+5test
+tes4te
+te5stik
+te5stu
+5tetik
+tets3
+4texa
+2texp
+2t1f4
+2t3g4
+2th
+t4hen
+1ti
+3tial
+5tib
+5tici
+3tid
+5tide
+ti4du
+4tid^^f6
+ti4ed
+tifts5
+ti2gel
+3tigh
+ti4go
+ti2gr
+3tigt
+tik3l
+3tiks
+5tikul
+t2il
+5tilj
+3tillst
+3tillv
+3till^^e4
+5time
+2tind
+2tinr
+2tint
+ti4od
+3tion
+ti2os
+3tis
+4tisc
+5tisk
+3tiva
+ti4van
+5tivite
+ti2^^f6
+t2j
+4tje
+4tjob
+2tjou
+4tj^^e4l
+4tj^^e4m
+3tj^^e4n
+2t3k2
+2t3l
+2t1m
+2t5n4
+tne4r
+4todl
+3tok
+4tol.
+4tolj
+2tomr
+4toms
+t2op
+5torap
+t5ord.
+5toriett
+4torm
+torm3s
+3torn
+tor1st
+4tort.
+tos4k
+t5ost.
+t4ov
+2t1p
+t2r4
+2tra
+t4raf
+3trafi
+3t4ral.
+t4rala
+3t4rale
+5tralo
+3trals
+t4ralt
+3trans
+tran2s5a
+4trar
+t3ras.
+t3rat.
+t4rato
+4treg
+4tren
+4trer.
+4trern
+t3rets.
+2tri
+3tribu
+5trick
+trids3
+t5riel
+t1ring
+t3ring.
+2troc
+t3rock
+t4rog
+t5ronik
+t3rono
+4tropi.
+5tross
+5trotn
+t4rump
+t4rup
+3trupp
+trus5ta
+1tryc
+5tryck.
+5tryggh
+4tr^^e5k
+5tr^^e4.
+3tr^^e4d
+tr^^e4ds4
+3tr^^e4f
+3tr^^e4g
+4tr^^e4k
+t3r^^e4kn
+t4r^^e4n
+5tr^^e4ni
+5tr^^f6ja
+t4r^^f6t
+5tr^^e9
+2ts
+t5s4and
+ts5art
+t3s4at
+t3se
+t4seg
+ts4en
+t4sex
+ts2k
+t5skall
+t3skatt
+t1ski
+ts3kl
+tskotts5
+t5slot
+ts5l^^e4k
+ts3n^^e4
+t3sn^^f6
+t2so
+ts3ord
+ts3pl
+tss4
+t1st
+ts4te
+ts5ter
+ts5tillf
+ts3tj
+t3stol
+t4ston
+t2stra
+t4stry
+t4stur
+t5styr
+t2su
+t3sud
+t5sy
+2tt
+t3tac
+t4tau
+t4ted
+tte5g4
+t4tem
+tte2n
+ttes4
+t4tex
+t4tins
+t4tip
+tt3ja
+t1to
+tt3rad
+tt3rand
+tt3rat
+tt3re
+tt3ri
+tt4ry
+tt4se
+tt2si
+tt4sta
+t3tu
+t4tug
+tt1v
+tt4v^^e5
+t3ty
+t3t^^e4
+t3t^^f6r
+4t5ugn
+2tund
+3tunga
+tung3s
+5tunn
+2tupp
+tu5re
+2tutb
+t3utv
+t3ut^^f6
+tu4vu
+5tu^^f6
+2tv
+t1va
+4tve
+t3vig
+3tving
+t3vit
+3tviv
+t3v^^e5g
+3tv^^e5n
+t3v^^e4n
+tv^^e4r3s
+3tv^^e4tt
+ty5da
+5tyg.
+3tyngd
+3typ
+ty3pi
+5tys
+2tz
+3t^^e5g
+t^^e5s4
+4t^^e5t
+t^^e4c4ko
+4t5^^e4g
+4t^^e4m
+4t^^e4rm
+3t^^e4vl
+4t^^f64d
+t^^f65de
+4t^^f6g
+4t^^f6p
+t^^f64pi
+3t^^f6rer
+t^^f6rs3t
+t^^f64vas
+5t^^e9
+u1a
+u2b
+ub5al
+ubb4le
+ub3lic
+u4bo
+u3cha
+u5cl
+u2d
+u4dak
+u5de
+ud3r
+ud4ret
+uds4a
+u4du
+u4dy
+u1e
+u2es
+uf4f^^e4
+uf4tan
+uf4to
+4u1ga
+u1ge
+ugg3s
+ugn4
+ugns5
+ug3s4
+u5ie
+u1in
+u3is
+u3itet
+u3j
+u2keb
+u5ki
+u4kl
+uk5la
+uk3n
+u1ko
+ukos4
+uk2s
+uks5ko
+uk3tris
+ukt5s
+uk4t^^e4
+u3ku
+uk3v
+u1la
+ul4di
+ulds2m
+ul4du
+ul4d^^f6
+ull3ste
+ull3^^e4n
+u1lo
+uls5ti
+ul2tr
+u3lu
+u1l^^e4
+u1l^^f6
+um4f^^e4
+um4so
+ums4t
+u1mu
+u3m^^f6r
+5underl
+1unders^^f6
+1underv
+un4dom
+und3r
+un4d^^e5
+un5g2ef
+un3gersk
+ung5it
+ung3r
+ungs4p
+3unif
+unk3l
+unk3n
+un4kr
+un1sk
+un4tr
+un5trati
+u5nu
+u1o
+u1pe
+u4pern
+u1pi
+u2pl
+u3plet
+up3lik
+3uppfa
+1uppg
+up4pin
+1uppla
+5uppl^^e4
+up4p3r
+upp3s
+upp5sp
+up5ut
+ur5ak
+ur5arv
+u3re
+u1ri
+u1ro
+u4rob
+u4rom
+urs5tin
+ur4st^^e4
+u5ry
+u2sak
+us5anl
+u3scha
+u3se
+usen3
+u2s1k
+us3ka
+us4kla
+us4kr
+u5sky
+us4k^^e5
+us5l^^e4
+us3n
+u2sp
+us3pen
+us5tat
+us3tig
+u3stik
+us5tin
+ust5ro
+u4st^^e5
+u4st^^e4
+us3v
+u4s^^e5
+u4s^^e4
+u2s^^f6
+u4tak
+1utb
+u4tef
+ute3s
+utik2
+u5til
+uti3^^f6
+ut3j
+3utj^^e4m
+utlands3
+u1to
+u3top
+uto5s
+ut3r
+ut4rer
+ut4ro
+ut5rop
+1utru
+2utsid
+ut3sl
+3utsl^^e4
+2utt
+utt4j
+ut1v
+3utvec
+u5ty
+ut3^^f6v
+u5u
+2u1v
+u2vak
+u4vj
+u4v^^e4
+u5^^e5
+u3^^f6
+va5dro
+1vagn
+2v1akti
+val3k
+val4li
+val4st
+5valv
+5vama
+4vand.
+4vanp
+van4st
+van5tr
+5vap
+2varb
+va4res
+va4ri.
+4vark
+var2s
+vart5r
+va1ru
+vas5ti
+5vattn
+4vau
+4vav
+5vavi
+2vb4
+2v1c
+2v3d4
+1ve
+5vec
+ve2k
+ve3ke
+4veld
+vensk3^^e4
+5ventera
+ve3ny
+ve5n^^f6
+4vep
+ver5g
+3verk
+ves4
+ve2s5p
+ve1st
+3veta
+3vete
+vet5sa
+vett5s
+2v1f
+2v1g
+2vh
+v4i
+vi4c
+vid3s
+vild3s
+vil4t
+3vind.
+ving3s4
+3vinkl
+vi2no
+5vinst.
+5vinste
+vi5ny
+3vis.
+vi5sa
+vis5h
+vis5ko
+vi4st
+vis3ta
+vi2tr
+vi4var
+4vjo
+2v3k2
+2v1l
+2v1m
+vm^^f6rk4
+2v1n4
+1vo
+4vok.
+2vom
+4vord
+2vorg
+vos4
+2v1p
+2v2r
+5vrak
+3vrera
+v3ru
+2vs
+v4sc
+v1s2k
+v2skri
+vs4mi
+v3sni
+v2so
+v1st
+vs4te
+vs5tr^^e5
+v5styc
+vs3v^^e5
+v2s^^f6
+2v1t
+vu4d1
+v1und
+4v5up
+4vut
+2v1v
+3vy
+5v^^e5ld
+v^^e5ngs3
+3v^^e5rd
+4v^^e5ri
+v^^e53ru
+3v^^e4g
+v^^e4gg5s
+v^^e44l
+v^^e4ll4s3
+3v^^e4nl
+3v^^e4rde
+v^^e44ril
+4v^^e4rj
+5v^^e4rk
+3v^^e4rld
+2v^^e4t
+3v^^e4x
+4v^^f6g
+4v^^f6p
+3v^^f6r
+1wa
+we2
+w2h
+whi2
+wi2e
+w4na
+x1
+xan5d4
+xem3pla
+xis4
+xk2
+xli4
+xs4
+xti2
+x4t^^e5
+2y
+y1a
+y4bris
+yb4s
+y2d
+y4da
+y5dan
+y4do
+yd3r
+yds4
+y4du
+y4d^^f6
+y1e
+y1ga
+y1ge
+ygg3r
+yg4g^^e5
+ygs4p
+y1i
+y1ki
+y5klist
+yk5lon
+yk3n
+y1ko
+y1la
+yl4gj
+y3li
+yl5k
+yl5l^^e4
+y1lo
+yl4tr
+ym2fl
+ym4for
+y3m^^e5
+yng3r
+ynk5l
+yn4sa
+yns4t
+y3or
+y5ou
+y1pe
+y5po
+yp3ri
+yre4s
+y1ri
+yr4ku
+yrk5v
+y1ro
+yrs4k
+yr5st
+yr5tu
+y1r^^e53
+y5scho
+ys2st
+ys3ta
+ys3ti
+ys4tik.
+yst3ra
+y2tak
+y4te.
+y4tea
+y1to
+ytt3r
+yt5v
+y3va
+y3vi
+y3v^^e4
+y5w
+y5^^e5
+1za
+1ze
+ze4ro
+1zi
+1zo
+zo4nal
+4zp
+z5s
+3zu
+z4zin
+^^e51a
+^^e53dj
+^^e5ds4l
+^^e51e
+^^e51f
+^^e51ga
+^^e51ge
+^^e5ge2l
+^^e5g3l
+^^e5g3s4k
+^^e5g3st
+^^e5g^^e54
+^^e53i
+^^e51ki
+5^^e5klag
+^^e5k4str^^e4
+^^e51la
+1^^e5lder
+^^e52lin
+^^e5l3k
+^^e5ll4sp
+^^e5l2s5e
+^^e5l3st
+^^e51l^^e4
+^^e51m
+^^e5man4s
+^^e5nd4r
+^^e5n4du
+^^e5ns4t
+^^e5ns4v
+^^e53o
+^^e51p
+^^e52pl
+^^e55pla
+^^e54p^^f6
+^^e5r4do
+^^e5rd4ra
+^^e5rd2s
+^^e5rd4s3t
+^^e54rel
+^^e51ri
+^^e55ror
+5^^e5rsav
+^^e5r5s2li
+^^e5r2sv
+^^e5r5^^f6
+^^e5s4ke
+^^e5s3n
+^^e5ss4
+^^e5s4skr
+^^e5s4t
+^^e5te2
+^^e5t3ri
+^^e53tr^^e5
+^^e5t2sj
+^^e5tt5s
+^^e51v
+^^e41a
+^^e42b
+2^^e4c
+^^e4ck5v
+^^e42d
+^^e4dd3s
+^^e4d4du
+^^e4de4s
+^^e4d3r
+^^e4d5se
+^^e4d3st
+^^e43e
+^^e41ga
+^^e41ge
+^^e4g4go
+^^e4g1l
+^^e4g3r
+^^e4g4re
+^^e4g3se
+^^e43i
+^^e45jo
+4^^e4k
+^^e41ki
+^^e4k3n
+^^e4k3r
+^^e41la
+^^e4l4pap
+^^e4l4seg
+^^e4ls5kog
+^^e4l4slu
+^^e4l2t3r
+^^e4l2tu
+^^e4l4vin
+^^e4mp3l
+4^^e4ndligh
+^^e4nd3r
+^^e4nd1st
+^^e4ng5r
+^^e4nni3s
+^^e4nn3s
+^^e44no
+^^e4ns1l
+^^e4n4st
+^^e4ns5te
+^^e4n4sv
+^^e4n2t3r
+^^e43pe
+^^e4pp3l
+^^e44pr
+^^e4p4st
+^^e44rap
+^^e4r2bre
+^^e4rg5l
+^^e4r4gr
+^^e41ri
+^^e4rib4
+^^e4r4k^^e4
+^^e4r4nis
+^^e4rn3st
+^^e4r2n^^e5
+^^e4r4n^^f6
+^^e4r5ob
+^^e45rol
+^^e43rop
+^^e45ror
+^^e45ros
+^^e4r2si
+^^e4r4sko
+^^e4r2so
+^^e4r4sp
+^^e4r2sv
+^^e4r4tand
+^^e4r2tr
+^^e4rt3s
+4^^e4s
+^^e4s3pa
+^^e4s5pi
+^^e4s4sk
+^^e4s4sp
+^^e4s3ta
+^^e4st3r
+^^e44st^^e4
+^^e44s^^e5
+2^^e4t
+^^e43to
+^^e45tre
+^^e4t4s3k
+^^e4t5te
+^^e4t4top
+^^e4tt3r
+^^e4t4tu
+^^e4t4tv
+^^e41va
+^^e42vak
+^^e43vi
+^^e45vu
+^^f61a
+^^f62d
+^^f64dak
+^^f64dal
+^^f64darv
+^^f6de4s5
+^^f64dis
+^^f6d3ra
+^^f6d2s
+^^f6d3se
+^^f64du
+^^f64d^^f6
+^^f61e
+^^f61ga
+^^f6g5ak
+^^f65gar
+1^^f6gd
+^^f61ge
+^^f65ger
+^^f6gg4
+^^f6g1l
+^^f6g2n
+^^f6gn3e
+1^^f6go
+^^f6g3si
+^^f6g3sk
+^^f61i
+^^f63jo
+^^f6j4sv
+^^f64karm
+^^f61ki
+^^f6k3n
+^^f6k2s
+^^f6k3sl
+^^f61la
+^^f6l4kv
+^^f6l4k^^f6
+^^f6l2p
+^^f65l^^e4
+^^f6man4
+^^f6m2kl
+^^f64nal
+^^f62nom
+^^f6ns3ke
+^^f6n4so
+^^f6nst3r
+^^f63pe
+^^f64pel
+^^f63pi
+^^f6p5li
+^^f65plo
+1^^f6ppn
+^^f64pr
+^^f63rande
+^^f63ras
+^^f64rask
+^^f6rb4
+^^f6r3d4r
+^^f6r1eni
+^^f63res
+^^f64restr
+^^f63ret
+^^f6r5evig
+^^f6r3g
+^^f61ri
+^^f65rig
+^^f63ring
+^^f6r3int
+^^f6r5ir
+^^f6r5iv
+^^f6r4kal
+^^f6r1k2l
+^^f6r5kli
+^^f6r4nis
+^^f6r3ol
+^^f6r1or
+^^f6r2p5la
+^^f6r1s2k
+^^f6r3sl
+^^f6r4sl^^e4
+^^f6r5te
+^^f6rt5s
+^^f6r1u
+^^f6r3vr
+^^f6r3y
+^^f6r1^^e4
+^^f6r^^f64d
+^^f62sak
+^^f6s3n
+^^f6s4sj
+^^f6s2sk
+^^f6s4sp
+^^f6s3ta
+^^f6st3v
+^^f62tak
+^^f6ts5ko
+^^f6t4st
+^^f61v
+^^f6ve4
+^^f6ver1
+5^^f6vere
+^^f62vj
+^^f6v3ra
+^^f6v3ri
+^^f6v4sk
+^^e93e
+}
+}
+
+# liblouis braille Table - Esperanto
+#
+# Copyright (C) 1995-2008 by The BRLTTY Team.
+# Copyright (C) 2011 Samuel Thibault <samuel.thibault@ens-lyon.org>
+# Copyright (C) 2013 Aaron Cannon <cannona@fireantproductions.com>
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+
+# Based on the document from Mus�e national de l'Espéranto à Gray
+# "Maison pour tous", 19 rue Victor Hugo 70100 GRAY
+# esperanto-muzeo@wanadoo.fr
+#
+# Updated and corrected for LibLouis and 6-dot Braille by
+# Aaron Cannon <cannona@fireantproductions.com>
+# with kind assistance from the members of
+# The International league of Blind Esperantists (LIBE)
+# http://libe.narzan.com/
+# July 7, 2012
+# Further amendments based on World Braille Usage, 3rd Ed.
+# October 13, 2013
+
+include spaces.uti
+punctuation \x00a0 0		NO-BREAK SPACE
+
+include braille-patterns.cti
+
+numsign 3456  number sign
+capsletter 46
+begcapsword 46-46
+endcapsword 46-3
+punctuation ! 235		EXCLAMATION MARK
+punctuation ' 3		APOSTROPHE
+punctuation ( 2356		LEFT PARENTHESIS
+punctuation ) 2356		RIGHT PARENTHESIS
+punctuation [  2356-2356
+punctuation ] 2356-2356
+punctuation , 2		COMMA
+punctuation - 36		HYPHEN-MINUS
+punctuation — 6-36
+punctuation . 256		FULL STOP
+punctuation : 25		COLON
+punctuation ; 23		SEMICOLON
+punctuation ? 26		QUESTION MARK
+punctuation " 236
+punctuation … 3-3-3
+punctuation / 34
+punctuation * 35
+prepunc " 236
+postpunc " 356
+include digits6Dots.uti
+
+# define w prior to the included definition so that it is overwridden.
+uplow Ww 23456
+include latinLetterDef6Dots.uti
+
+uplow Ĉĉ 146		LATIN LETTER C WITH CIRCUMFLEX
+uplow Ĝĝ 12456		LATIN LETTER G WITH CIRCUMFLEX
+uplow Ĥĥ 1256		LATIN LETTER H WITH CIRCUMFLEX
+uplow Ĵĵ 2456		LATIN LETTER J WITH CIRCUMFLEX
+uplow Ŝŝ 2346		LATIN LETTER S WITH CIRCUMFLEX
+uplow Ŭŭ 346		LATIN LETTER U WITH BREVE
+# generate the list of tables as follows:
+# $ ls | grep -v Makefile | grep -v README | grep -v maketablelist.sh | grep -v '.*~$' | sort -df | sed -e 's/$/ \\/' -e 's/^/	/' -e '$s/\\$//'
+table_files = \
+	afr-za-g1.ctb \
+	afr-za-g2.ctb \
+	ar-ar-g1.utb \
+	ar-ar-g2.ctb \
+	ar-ar-comp8.utb \
+	ar.tbl \
+	as-in-g1.utb \
+	as.tbl \
+	awa.tbl \
+	aw-in-g1.utb \
+	spaces.uti \
+	be-in-g1.utb \
+	bengali.cti \
+	bg.ctb \
+	bg.tbl \
+	bh.ctb \
+	bh.tbl \
+	bn.tbl \
+	bo.ctb \
+	bo.tbl \
+	boxes.ctb \
+	braille-patterns.cti \
+	bra.tbl \
+	br-in-g1.utb \
+	ca-chardefs.cti \
+	ca-g1.ctb \
+	ca.tbl \
+	en-chardefs.cti \
+	chr-us-g1.ctb \
+	ckb-chardefs.cti \
+	ckb-g1.ctb \
+	ckb.tbl \
+	ckb-translation.cti \
+	compress.cti \
+	controlchars.cti \
+	corrections.cti \
+	countries.cti \
+	cs-chardefs.cti \
+	cs-comp8.utb \
+	cs-g1.ctb \
+	cs-letterDef8Dots.uti \
+	cs.tbl \
+	cs-translation.cti \
+	cy-cy-g1.utb \
+	cy-cy-g2.ctb \
+	cy.tbl \
+	da-dk-6miscChars.cti \
+	da-dk.dis \
+	da-dk-g08.ctb \
+	da-dk-g16.ctb \
+	da-dk-g16-lit.ctb \
+	da-dk-g18.ctb \
+	da-dk-g26.ctb \
+	da-dk-g26l.ctb \
+	da-dk-g26-lit.ctb \
+	da-dk-g26l-lit.ctb \
+	da-dk-g28.ctb \
+	da-dk-g28l.ctb \
+	da-dk-octobraille.dis \
+	da-lt.ctb \
+	de-accents.cti \
+	de-accents-detailed.cti \
+	de-chardefs6.cti \
+	de-chardefs8.cti \
+	de-chess.ctb \
+	de-de-comp8.ctb \
+	de-de.dis \
+	de-eurobrl6.dis \
+	de-eurobrl6u.dis \
+	de-g0-core.uti \
+	de-g0.utb \
+	de-g1-core.cti \
+	de-g1-core-patterns.dic \
+	de-g1.ctb \
+	de-g2-core.cti \
+	de-g2-core-patterns.dic \
+	de-g2.ctb \
+	devanagari.cti \
+	digits6DotsPlusDot6.uti \
+	digits6Dots.uti \
+	digits8Dots.uti \
+	dra.ctb \
+	dra.tbl \
+	el.ctb \
+	en_CA.ctb \
+	en_CA.tbl \
+	en-chess.ctb \
+	en-gb-comp8.ctb \
+	en-gb-g1.utb \
+	en-GB-g2.ctb \
+	en_GB.tbl \
+	en-in-g1.ctb \
+	en-nabcc.utb \
+	en-ueb-chardefs.uti \
+	en-ueb-g1.ctb \
+	en-ueb-g2.ctb \
+	en-ueb-math.ctb \
+	en-us-brf.dis \
+	en-us-comp6.ctb \
+	en-us-comp8.ctb \
+	en_US-comp8-ext.tbl \
+	en-us-comp8-ext.utb \
+	en-us-compbrl.uti \
+	en-us-g1.ctb \
+	en-us-g2.ctb \
+	en-us-interline.ctb \
+	en-us-mathtext.ctb \
+	en_US.tbl \
+	eo-g1.ctb \
+	eo-g1-x-system.ctb \
+	eo.tbl \
+	es-chardefs.cti \
+	Es-Es-G0.utb \
+	es-g1.ctb \
+	es-g2.ctb \
+	es-new.dis \
+	es-old.dis \
+	es.tbl \
+	et.ctb \
+	et-g0.utb \
+	ethio-g1.ctb \
+	et.tbl \
+	eurodefs.cti \
+	fa-ir-comp8.ctb \
+	fa-ir-g1.utb \
+	fi1.ctb \
+	fi2.ctb \
+	fi-fi-8dot.ctb \
+	fi.utb \
+	fr-bfu-comp68.cti \
+	fr-bfu-comp6.utb \
+	fr-bfu-comp8.utb \
+	fr-bfu-g2.ctb \
+	ga-g1.utb \
+	ga-g2.ctb \
+	gd.ctb \
+	gd.tbl \
+	gez.tbl \
+	gon.ctb \
+	gon.tbl \
+	grc-international-en.utb \
+	grc-international-common.uti \
+	grc-international-composed.uti \
+	grc-international-decomposed.uti \
+	gr-pl-comp8.uti \
+	gu-in-g1.utb \
+	gujarati.cti \
+	gurumuki.cti \
+	gu.tbl \
+	haw-us-g1.ctb \
+	he.ctb \
+	he.tbl \
+	hi-in-g1.utb \
+	hi.tbl \
+	hr-chardefs.cti \
+	hr-comp8.tbl \
+	hr-comp8.utb \
+	hr-digits.uti \
+	hr-g1.ctb \
+	hr-g1.tbl \
+	hr-translation.cti \
+	hu-backtranslate-correction.dis \
+	hu-chardefs.cti \
+	hu-exceptionwords.cti \
+	hu-hu-g1_braille_input.cti \
+	hu-hu-comp8.ctb \
+	hu-hu-g1.ctb \
+	hu-hu-g2.ctb \
+	hu-hu-g2_exceptions.cti \
+	hu.tbl \
+	hy.ctb \
+	hyph_brl_da_dk.dic \
+	hyph_cs_CZ.dic \
+	hyph_da_DK.dic \
+	hyph_de_DE.dic \
+	hyph_en_US.dic \
+	hyph_eo.dic \
+	hyph_es_ES.dic \
+	hyph_fr_FR.dic \
+	hyph_hu_HU.dic \
+	hyph_it_IT.dic \
+	hyph_nb_NO.dic \
+	hyph_nl_NL.dic \
+	hyph_nn_NO.dic \
+	hyph_pl_PL.dic \
+	hyph_pt_PT.dic \
+	hyph_ru.dic \
+	hyph_sv_SE.dic \
+	hy.tbl \
+	IPA-unicode-range.uti \
+	IPA.utb \
+	is-chardefs6.cti \
+	is-chardefs8.cti \
+	is.ctb \
+	is.tbl \
+	it-it-comp6.utb \
+	it-it-comp8.utb \
+	it.tbl \
+	iu-ca-g1.ctb \
+	ka-in-g1.utb \
+	kannada.cti \
+	kha.tbl \
+	kh-in-g1.utb \
+	kn.tbl \
+	ko-2006.cti \
+	ko-2006-g1.ctb \
+	ko-2006-g2.ctb \
+	ko-chars.cti \
+	ko.cti \
+	ko-g1.ctb \
+	ko-g1-rules.cti \
+	ko-g2.ctb \
+	ko-g2-rules.cti \
+	kok.ctb \
+	kok.tbl \
+	kru.ctb \
+	kru.tbl \
+	ks-in-g1.utb \
+	latinLetterDef6Dots.uti \
+	latinLetterDef8Dots.uti \
+	litdigits6DotsPlusDot6.uti \
+	litdigits6Dots.uti \
+	loweredDigits6Dots.uti \
+	loweredDigits8Dots.uti \
+	lt.ctb \
+	lt.tbl \
+	lt-6dot.utb \
+	lt-6dot.tbl \
+	Lv-Lv-g1.utb \
+	lv.tbl \
+	malayalam.cti \
+	mao-nz-g1.ctb \
+	marburg_single_cell_defs.cti \
+	marburg_unicode_defs.cti \
+	ml-in-g1.utb \
+	ml.tbl \
+	mn-in-g1.utb \
+	mni.tbl \
+	mn-MN-common.cti \
+	mn-MN-g1.utb \
+	mn-MN-g2.ctb \
+	mr-in-g1.utb \
+	mr.tbl \
+	mt.ctb \
+	mt.tbl \
+	mun.ctb \
+	mun.tbl \
+	mwr.ctb \
+	mwr.tbl \
+	ne.ctb \
+	nemethdefs.cti \
+	ne.tbl \
+	nl-BE.dis \
+	nl-BE-g0.utb \
+	nl_BE.tbl \
+	nl-chardefs.uti \
+	nl-g0.uti \
+	nl-NL-g0.utb \
+	nl.tbl \
+	no-no-8dot-fallback-6dot-g0.utb \
+	no-no-8dot.utb \
+	no-no-braillo-047-01.dis \
+	no-no-chardefs6.uti \
+	no-no-comp8.ctb \
+	no-no.dis \
+	no-no-g0.utb \
+	no-no-g1.ctb \
+	no-no-g2.ctb \
+	no-no-g3.ctb \
+	no-no-generic.ctb \
+	no-no-generic.dis \
+	no-no-latinLetterDef6Dots_diacritics.uti \
+	no.tbl \
+	np-in-g1.utb \
+	or-in-g1.utb \
+	oriya.cti \
+	or.tbl \
+	pa.tbl \
+	pi.ctb \
+	pi.tbl \
+	pl-pl-comp8.ctb \
+	Pl-Pl-g1.utb \
+	pl.tbl \
+	printables.cti \
+	pt-pt-comp8.ctb \
+	pt-pt-g1.utb \
+	pt-pt-g2.ctb \
+	pt.tbl \
+	pu-in-g1.utb \
+	ro.ctb \
+	ro.tbl \
+	ru-chardefs.cti \
+	ru-compbrl.ctb \
+	ru.ctb \
+	ru-letters.dis \
+	ru-litbrl.ctb \
+	ru-ru.dis \
+	ru-ru-g1.utb \
+	ru-unicode.dis \
+	ru.tbl \
+	sa-in-g1.utb \
+	sa.tbl \
+	sd.tbl \
+	se-se.ctb \
+	se-se.dis \
+	Se-Se-g1.utb \
+	si-in-g1.utb \
+	sin.cti \
+	sin.utb \
+	sk-chardefs.cti \
+	sk-g1.ctb \
+	sk-sk-g1.utb \
+	sk-sk.utb \
+	sk.tbl \
+	sk-translation.cti \
+	sl-si-comp8.ctb \
+	sl-si-g1.utb \
+	sl.tbl \
+	sot-za-g1.ctb \
+	sr-chardefs.cti \
+	sr-g1.ctb \
+	sr.tbl \
+	sv-1989.ctb \
+	sv-1996.ctb \
+	sv.tbl \
+	ta.ctb \
+	tamil.cti \
+	ta-ta-g1.ctb \
+	ta.tbl \
+	te-in-g1.utb \
+	telugu.cti \
+	te.tbl \
+	text_nabcc.dis \
+	tr.ctb \
+	tr-g1.ctb \
+	tr-g2.ctb \
+	tr-g2.tbl \
+	tr.tbl \
+	tsn-za-g1.ctb \
+	uk.utb \
+	ukchardefs.cti \
+	ukmaths_single_cell_defs.cti \
+	ukmaths_unicode_defs.cti \
+	unicode-braille.utb \
+	unicode.dis \
+	unicode-without-blank.dis \
+	uni-text.dis \
+	ur-pk-g1.utb \
+	ur-pk-g2.ctb \
+	us-table.dis \
+	vi.ctb \
+	vi-g1.ctb \
+	vi.tbl \
+	wiskunde-chardefs.cti \
+	zh-chn.ctb \
+	zh_CHN.tbl \
+	zhcn-g1.ctb \
+	zhcn-g2.ctb \
+	zh-hk.ctb \
+	zh_HK.tbl \
+	zh-tw.ctb \
+	zh_TW.tbl 
+
+tablesdir = $(datadir)/liblouis/tables
+tables_DATA = $(table_files)
+EXTRA_DIST = $(table_files)
+#-index-name: Scottish Gaelic, computer
+#-display-name: Scottish Gaelic computer braille
+
+#+locale:gd
+#+type:computer
+#+dots:8
+
+# TODO: Please correct the metadata above. It is not meant to be
+# accurate nor complete. It hasn't been verified by the table
+# author yet. It is merely an attempt by the liblouis maintainers
+# to get some sensible initial values in place.
+
+# TODO: Please add a reference to official documentation about
+# the implemented braille code. Preferably submit the documents
+# to https://github.com/liblouis/braille-specs.
+
+include gd.ctb
+include braille-patterns.cti
+ISO8859-1
+.aa6l
+.ab3a4s
+.ab3ei
+.abi2
+.ab3it
+.ab1l
+.ab1r
+.ab3u
+.ad3o4r
+.alti6
+.ana3c
+.an5alg
+.an1e
+.ang8s2t1
+.an1s
+.ap1p
+.ar6sc
+.ar6ta
+.ar6tei
+.as2z
+.au2f1
+.au2s3
+.be5erb
+.be3na
+.ber6t5r
+.bie6r5
+.bim6s5t
+.brot3
+.bru6s
+.ch6
+.che6f5
+.da8c
+.da2r
+.dar5in
+.dar5u
+.den6ka
+.de5r6en
+.des6pe
+.de8spo
+.de3sz
+.dia3s4
+.dien4
+.dy2s1
+.ehren5
+.eine6
+.ei6n5eh
+.ei8nen
+.ein5sa
+.en6der
+.en6d5r
+.en3k4
+.en8ta8
+.en8tei
+.en4t3r
+.epo1
+.er6ban
+.er6b5ei
+.er6bla
+.er6d5um
+.er3ei
+.er5er
+.er3in
+.er3o4b
+.erwi5s
+.es1p
+.es8t1l
+.es8t1n
+.ex1a2
+.ex3em
+.fal6sc
+.fe6st5a
+.flu4g3
+.furch8
+.ga6ner
+.ge3n4a
+.ge5rö
+.ges6
+.halb5
+.halbe6
+.hal6br
+.haup4
+.hau4t
+.heima6
+.he4r3e
+.her6za
+.he5x
+.hin3
+.hir8sc
+.ho4c
+.hu3sa
+.hy5o
+.ibe5
+.ima6ge
+.in1
+.ini6
+.is5chi
+.jagd5
+.kal6k5o
+.ka6ph
+.ki4e
+.kop6f3
+.kraf6
+.kü5ra
+.lab6br
+.liie6
+.lo6s5k
+.lö4s3t
+.ma5d
+.mi2t1
+.no6th
+.no6top
+.obe8ri
+.ob1l
+.obs2
+.ob6st5e
+.or3c
+.ort6s5e
+.ost3a
+.oste8r
+.pe4re
+.pe3ts
+.ph6
+.po8str
+.rau4m3
+.re5an
+.ro8q
+.ru5the
+.rü5be
+.sch8
+.se6e
+.se5n6h
+.se5ra
+.si2e
+.spi6ke
+.st4
+.sy2n
+.tages5
+.tan6kl
+.ta8th
+.te6e
+.te8str
+.to6der
+.to8nin
+.to6we
+.um1
+.umpf4
+.un1
+.une6
+.unge5n
+.ur1c
+.ur5en
+.ve6rin
+.vora8
+.wah6l5
+.we8ges
+.we8s2t
+.wes3te
+.wo6r
+.wor3a
+.wun4s
+.zi4e
+.zuch8
+.ände8re
+.öch8
+aa1c
+aa2gr
+aal5e
+aa6r5a
+a5arti
+aa2s1t
+aat2s
+6aba
+ab3art
+1abdr
+6abel
+aben6dr
+ab5erk
+ab5err
+ab5esse
+1abf
+1abg
+1abhä
+ab1ir
+1abko
+a1bl
+ab1la
+5ablag
+a6blaß
+ab4ler
+ab1lu
+a8blä
+5a6blö
+abma5c
+1abn
+ab1ra
+ab1re
+5a6brec
+ab1ro
+ab1s
+ab8sk
+abs2z
+3abtei
+ab1ur
+1abw
+5abze
+5abzu
+ab1än
+abäu8
+a4ce.
+a5chal
+ach5art
+ach5au
+a1che
+a8chent
+ach6er.
+a6ch5erf
+a1chi
+ach1l
+ach3m
+ach5n
+a1cho
+ach3re
+a1chu
+ach1w
+a1chy
+ach5äf
+ack1o
+acks6t
+ack5sta
+a1d
+8ad.
+a6d5ac
+ad3ant
+ad8ar
+5addi
+a8dein
+ade5o8
+adi5en
+1adj
+1adle
+ad1op
+a2dre
+3adres
+adt1
+1adv
+a6dä
+a1e2d
+ae1r
+a1er.
+1aero
+8afa
+a3fal
+af1an
+a5far
+a5fat
+af1au
+a6fentl
+a2f1ex
+af1fr
+af5rau
+af1re
+1afri
+af6tent
+af6tra
+aft5re
+a6f5um
+8afä
+ag5abe
+5a4gent
+ag8er
+ages5e
+1aggr
+ag5las
+ag1lo
+a1gn
+ag2ne
+1agog
+a6g5und
+a1ha
+a1he
+ah5ein
+a4h3erh
+a1hi
+ahl1a
+ah1le
+ah4m3ar
+ahn1a
+a5ho
+ahra6
+ahr5ab
+ah1re
+ah8rei
+ahren8s
+ahre4s3
+ahr8ti
+ah1ru
+a1hu
+ah8ö
+ai3d2s
+ai1e
+aif6
+a3inse
+ai4re.
+a5isch.
+ais8e
+a3ismu
+ais6n
+aiso6
+a1j
+1akad
+a4kade
+a1ke
+a1ki
+1akko
+5akro1
+a5lal
+al5ans
+3al8arm
+al8beb
+al8berw
+alb5la
+3album
+al1c
+a1le
+a6l5e6be
+a4l3ein
+a8lel
+a8lerb
+a8lerh
+a6lert
+5a6l5eth
+1algi
+al4gli
+al3int
+al4lab
+al8lan
+al4l3ar
+alle3g
+a1lo
+a4l5ob
+al6schm
+al4the
+al4t3re
+8a1lu
+alu5i
+a6lur
+alu3ta
+a1lä
+a6mate
+8ame.
+5a6meise
+am6m5ei
+am6mum
+am2n
+ampf3a
+am6schw
+am2ta
+a1mu
+a1mä
+a3nac
+a1nad
+anadi5e
+an3ako
+an3alp
+3analy
+an3ame
+an3ara
+a1nas
+an5asti
+a1nat
+anat5s
+an8dent
+ande4s3
+an1ec
+an5eis
+an1e2k
+4aner.
+a6n5erd
+a8nerf
+a6n5erke
+1anfa
+5anfert
+1anfä
+3angab
+5angebo
+an3gli
+ang6lis
+an2gn
+3angri
+ang5t6
+5anhä
+ani5g
+ani4ka
+an5i8on
+an1kl
+an6kno
+an4kro
+1anl
+anma5c
+anmar4
+3annah
+anne4s3
+a1no
+5a6n1o2d
+5a6n3oma
+5a6nord
+1anr
+an1sa
+5anschl
+an4soz
+an1st
+5anstal
+an1s2z
+5antenn
+an1th
+5anwä
+a5ny
+an4z3ed
+5anzeig
+5anzieh
+3anzug
+an1ä
+5anäs
+a1nö
+anö8d
+a1os
+a1pa
+3apfel
+a2ph1t
+aph5ä6
+a1pi
+8apl
+apo1c
+apo1s
+a6pos2t
+a6poth
+1appa
+ap1pr
+a1pr
+a5pä
+a3pü
+a1ra
+a4r3af
+ar3all
+3arbei
+2arbt
+ar1c
+2a1re
+ar3ein
+ar2gl
+2a1ri
+ari5es
+ar8kers
+ar6les
+ar4nan
+ar5o6ch
+ar1o2d
+a1rol
+ar3ony
+a8ror
+a3ros
+ar5ox
+ar6schl
+8artei
+ar6t5ri
+a1ru
+a1ry
+1arzt
+arz1w
+ar8zä
+arä8m
+arö6
+ar5öm
+ar1ü2
+a1sa
+a6schec
+asch5l
+asch3m
+a6schn
+a3s4hi
+as1pa
+asp5l
+as5tev
+1asth
+a1str
+ast3re
+8a1ta
+ata5c
+ata3la
+a6tapf
+ata5pl
+a1te
+a6teli
+aten5a
+ate5ran
+6atf
+6atg
+a1th
+at3hal
+1athl
+2a1ti
+5atlant
+3atlas
+8atmus
+6atn
+a1to
+a6t5ops
+ato6ra
+a6t5ort.
+4a1tr
+a6t5ru
+at2t1h
+at5t6hä
+6a1tu
+atz1w
+a1tä
+a1tü
+au1a
+au6bre
+auch3a
+au1e
+aue4l
+5aufent
+3auffü
+3aufga
+1aufn
+auf1t
+3auftr
+1aufw
+3auge.
+au4kle
+aule8s
+6aum
+au8mar
+aum5p
+1ausb
+3ausd
+1ausf
+1ausg
+au8sin
+au4sta
+1ausw
+1ausz
+aut5eng
+au1th
+1auto
+auße8
+a1v
+ave5r6a
+aver6i
+a1w
+a6wes
+a1x
+a2xia
+a6xio
+a1ya
+a1z
+azi5er.
+8aß
+1ba
+8ba8del
+ba1la
+ba1na
+ban6k5r
+ba5ot
+bardi6n
+ba1ro
+basten6
+bau3sp
+2b1b
+bb6le
+b2bli
+2b1c
+2b1d
+1be
+be1a
+be8at.
+be1ch
+8becht
+8becke.
+be5el
+be1en
+bee8rei
+be5eta
+bef2
+8beff
+be1g2
+behö8
+bei1s
+6b5eisen
+bei3tr
+b8el
+bel8o
+belu3t
+be3nac
+bend6o
+be6ners
+be6nerw
+be4nor
+ben4se6
+bens5el
+be1nä
+be1nü
+be1o2
+b8er.
+be1ra
+be8rac
+ber8gab.
+ber1r
+be1rü
+bes8c
+bes5erh
+bes2p
+be5tha
+bet5sc
+be1un
+be1ur
+8bex
+be6zwec
+2b1f8
+2b1g2
+bga2s5
+bge1
+2b1h
+bhole6
+1bi
+bi1bl
+b6ie
+bi1el
+bi1la
+bilä5
+bi1na
+bi4nok
+bi6stu
+bi5tr
+bit4t5r
+b1j
+2b1k2
+bkü6
+bl8
+b6la.
+6b1lad
+6blag
+8blam
+1blat
+b8latt
+3blau.
+b6lav
+3ble.
+b1leb
+b1led
+8b1leg
+8b1leh
+8bleid
+8bleih
+6b3lein
+ble4m3o
+4blich
+b4lind
+8bling
+b2lio
+5blit
+b4litz
+b1loh
+8b1los
+1blu
+5blum
+2blun
+blut3a
+blut5sc
+3blä
+bläs5c
+5blö
+3blü
+blü8sc
+2b1m
+2b1n
+1bo
+bo1ch
+bo5d6s
+boe5
+8boff
+8bonk
+bo1ra
+b1ort
+2b1p2
+b1q
+1br
+brail6
+brast8
+bre4a
+b5red
+8bref
+8b5riem
+b6riga
+bro1s
+b1rup
+b2ruz
+8bröh
+brös5c
+8bs
+b1sa
+b8sang
+b2s1ar
+b1sc
+bs3erl
+bs3erz
+b8sof
+b1s2p
+bst1h
+b3stru
+b5stä
+b6sun
+2b1t
+b2t1h
+1bu
+bu1ie
+bul6k
+b8ure
+bu6sin
+6b1v
+2b1w
+1by1
+by6te.
+8b1z
+1bä
+b5ä6s5
+1bü
+b6ü5bere
+büge6
+bügel5e
+bür6sc
+1ca
+cag6
+ca5la
+ca6re
+ca5y
+c1c
+1ce
+celi4c
+celich5
+ce1ro
+c8h
+2ch.
+1chae
+ch1ah
+ch3akt
+cha6mer
+8chanz
+5chara
+3chari
+5chato
+6chb
+1chef
+6chei
+ch3eil
+ch3eis
+6cherkl
+6chf
+4chh
+5chiad
+5chias
+6chins
+8chj
+chl6
+5chlor
+6ch2m
+2chn6
+ch8nie
+5cho.
+8chob
+choi8d
+6chp
+ch3ren
+ch6res
+ch3rü
+2chs
+2cht
+cht5ha
+cht3hi
+5chthon
+ch6tin
+6chuh
+chu4la
+6ch3unt
+chut6t
+8chw
+1ci
+ci5tr
+c2k
+2ck.
+ck1ei
+4ckh
+ck3l
+ck3n
+ck5o8f
+ck1r
+2cks
+ck5stra
+ck6s5u
+c2l
+1c8o
+con6ne
+8corb
+cos6t
+c3q
+1c6r
+8c1t
+1cu
+1cy
+5cä1
+cö5
+1da.
+8daas
+2dabg
+8dabr
+6dabt
+6dabw
+1dac
+da2gr
+6d5alk
+8d5amt
+dan6ce.
+dani5er
+dan8ker
+2danl
+danla6
+6dans
+8danzi
+6danzu
+d1ap
+da2r1a8
+2d1arb
+d3arc
+dar6men
+4d3art
+8darz
+1dat
+8datm
+2d1auf
+2d1aus
+2d1b
+2d1c
+2d1d
+d5de
+d3d2h
+ddämme8
+1de
+2deal
+de5an
+de3cha
+de1e
+defe6
+6deff
+2d1ehr
+5d4eic
+de5isc
+de8lar
+del6s5e
+del6spr
+de4mag
+de8mun
+de8nep
+dene6r
+8denge.
+8dengen
+de5o6d
+2deol
+de5ram
+8derdb
+der5ein
+de1ro
+der1r
+d8ers
+der5um
+de4s3am
+de4s3an
+de4sau
+de6sil
+de4sin
+de8sor
+de4spr
+de2su
+8deul
+de5us.
+2d1f
+df2l
+2d1g
+2d1h
+1di
+dia5c
+di5ara
+dice5
+di3chr
+di5ena
+di1gn
+di1la
+dil8s
+di1na
+8dind
+6dinf
+4d3inh
+2d1ins
+di5o6d
+di3p4t
+di8sen
+dis1p
+di5s8per
+di6s5to
+dis3tr
+di8tan
+di8tin
+d1j
+6dje
+2dju
+2d1k
+2d1l
+2d1m
+2d1n6
+dni6
+dnje6
+1do
+6d5obe
+do6berf
+6d5ony
+do3ran
+6dord
+2d1org
+dor4t3h
+6doth
+dott8e
+2d1p
+d5q
+dr4
+1drah
+8drak
+d5rand
+6dre.
+4drech
+d6reck
+4d3reg
+8d3reic
+d5reife
+8drem
+8d1ren
+2drer
+8dres.
+6d5rh
+1dria
+d1ric
+8drind
+droi6
+dro5x
+1dru
+8drut
+drös5c
+1drü
+drü5b
+drü8sc
+2ds
+d1sa
+d6san
+dsat6
+d1sc
+5d6scha.
+5dschik
+dse8e
+d8serg
+8dsl
+d1sp
+d4spak
+ds2po
+d8spä
+d1st
+d1sü
+2dt
+d1ta
+d1te
+d1ti
+d1to
+dt1s6
+d1tu
+d5tä
+1du
+du5als
+du1b6
+du1e
+duf4t3r
+4d3uh
+du5ie
+8duml
+8dumw
+2d1und
+du8ni
+6d5unt
+dur2c
+durch3
+6durl
+6dursa
+8durt
+dus1t
+du8schr
+2d1v
+2d1w
+dwa8l
+2d1z
+1dä
+6däh
+8dänd
+dä6r
+dö8bl
+d5öl
+dör6fl
+dö8sc
+d5ö4st
+1dü
+ea4ben
+e1ac
+e1ah
+e1akt
+e1al.
+e5alf
+e1alg
+e5a8lin
+e1alk
+e1all
+e5alp
+e1alt
+e5alw
+e1am
+e1and
+ea6nim
+e1ar.
+e5arf
+e1ark
+e5arm
+e3art
+e5at.
+e6ate
+e6a5t6l
+e8ats
+e5att
+e6au.
+e1aus
+e1b
+e6b5am
+ebens5e
+eb4lie
+eb4ser
+eb4s3in
+e1che
+e8cherz
+e1chi
+ech3m
+8ech3n
+ech1r
+ech8send
+ech4su
+e1chu
+eck5an
+e5cl
+e1d
+ee5a
+ee3e
+ee5g
+e1ei
+ee5isc
+eei4s3t
+ee6lend
+e1ell
+ee5lö
+e1erd
+ee3r4e
+ee8reng
+eere6s5
+ee5rä
+ee6tat
+e1ex
+e1f
+e6fau
+e8fe8b
+3effek
+ef3rom
+ege6ra
+eglo6si
+1egy
+e1ha
+e6h5ach
+eh5ans
+e6hap
+eh5auf
+e1he
+e1hi
+ehl3a
+eh1le
+ehl5ein
+eh1mu
+ehn5ec
+e1ho
+ehr1a
+eh1re
+ehre6n
+eh1ri
+eh1ru
+ehr5um
+e1hu
+eh1w
+e1hy
+e1hä
+e1hö
+e3hüt
+ei1a
+eia6s
+ei6bar
+eich3a
+eich5r
+ei4dar
+ei6d5ei
+ei8derf
+ei3d4sc
+ei1e
+8eifen
+3eifri
+1eign
+eil1d
+ei6mab
+ei8mag
+ein1a4
+ei8nat
+ei8nerh
+ei8ness
+ei6nete
+ein1g
+e8ini
+ein1k
+ei6n5od
+ei8nok
+ei4nor
+e3insä
+ei1o
+e1irr
+ei5ru
+ei8sab
+ei5schn
+ei6s5ent
+ei8sol
+ei4t3al
+eit3ar
+eit1h
+ei6thi
+ei8tho
+eit8samt
+ei6t5um
+e1j
+1ekd
+e1ke
+e1ki
+e1k2l
+e1kn
+ekni4
+e1la
+e2l1al
+6elan
+e6lanf
+e8lanl
+e6l5ans
+el3arb
+el3arm
+e6l3art
+5e6lasti
+e6lauge
+elbst5a
+e1le
+6elef
+ele6h
+e6l5ehe
+e8leif
+e6l5einh
+1elek
+e8lel
+3eleme
+e6lemen
+e6lente
+el5epi
+e4l3err
+e6l5ersc
+elf2l
+elg2
+e6l5ins
+ell8er
+4e1lo
+e4l3ofe
+el8soh
+el8tent
+5eltern
+e1lu
+elut2
+e1lä
+e1lü
+em8dei
+em8meis
+4emo
+emo5s
+1emp1f
+1empt
+1emto
+e1mu
+emurk4
+emurks5
+e1mä
+en5a6ben
+en5achs
+en5ack
+e1nad
+en5af
+en5all
+en3alt
+en1am
+en3an.
+en3ant
+en3anz
+en1a6p
+en1ar
+en1a6s
+6e1nat
+en3auf
+en3aus
+en2ce
+enda6l
+end5erf
+end5erg
+en8dess
+4ene.
+en5eck
+e8neff
+e6n5ehr
+e6n5eim
+en3eis
+6enem.
+6enen
+e4nent
+4ener.
+e8nerd
+e6n3erf
+e4nerg
+5energi
+e6n5erla
+en5ers
+e6nerst
+en5erw
+6enes
+e6n5ess
+e2nex
+en3glo
+2eni
+enni6s5
+ennos4
+enns8
+e1no
+e6nober
+eno8f
+en5opf
+e4n3ord
+en8sers
+ens8kl
+en1sp
+ens6por
+en5t6ag
+enta5go
+en8terbu
+en6tid
+3entla
+ent5ric
+5entwic
+5entwu
+1entz
+enu5i
+e3ny
+en8zan
+en1öf
+e1nös
+e1nüg
+eo1c
+e5o6fe
+e5okk
+e1on.
+e3onf
+e5onk
+e5onl
+e5onr
+e5opf
+e5ops
+e5or.
+e1ord
+e1org
+eo5r6h
+eo1t
+e1pa
+e8pee
+e6p5e6g
+ep5ent
+e1p2f
+e1pi
+5epid
+e6pidem
+e1pl
+5epos
+e6pos.
+ep4p3a
+e1pr
+e1pä
+e1q
+e1ra.
+er5aal
+8eraba
+e5rabel
+er5a6ben
+e5rabi
+er3abs
+er3ach
+era5e
+era5k6l
+er3all
+er3amt
+e3rand
+e3rane
+er3ans
+e5ranz.
+e1rap
+er3arc
+e3rari
+er3a6si
+e1rat
+erat3s
+er3auf
+e3raum
+3erbse
+er1c
+e1re
+4e5re.
+er3eck
+er5egg
+er5e2h
+2erei
+e3rei.
+e8reine
+er5einr
+6eren.
+e4r3enm
+4erer.
+e6r5erm
+er5ero
+er5erst
+e4r3erz
+er3ess
+5erfül
+er8gan.
+5ergebn
+er2g5h
+5ergänz
+5erhöhu
+2e1ri
+eri5ak
+e6r5iat
+e4r3ind
+e6r5i6n5i6
+er5ins
+e6r5int
+er5itio
+er1kl
+3erklä
+5erlös.
+ermen6s
+er6nab
+3ernst
+6e1ro.
+e1rod
+er1o2f
+e1rog
+6e3roi
+ero8ide
+e3rol
+e1rom
+e1ron
+e3rop8
+e2r1or
+e1ros
+e1rot
+er5ox
+ersch4
+5erstat
+er6t5ein
+er2t1h
+er5t6her
+2e1ru
+eruf4s3
+e4r3uhr
+er3ums
+e5rus
+5erwerb
+e1ry
+er5zwa
+er3zwu
+erä8m
+er5äs
+erö8
+e3rös.
+e6r1ü2b
+e1sa
+esa8b
+e8sap
+e6s5a6v
+e1sc
+esch4l
+ese1a
+es5ebe
+eserve5
+e8sh
+es5ill
+es3int
+es4kop
+e2sl
+eso8b
+e1sp
+espei6s5
+es2po
+es2pu
+5essenz
+e6stabs
+e6staf
+e6st5ak
+est3ar
+e8stob
+e1str
+est5res
+es3ur
+e2sz
+e1sü
+e1ta
+et8ag
+etari5e
+eta8ta
+e1te
+eten6te
+et5hal
+e5thel
+e1ti
+1etn
+e1to
+e1tr
+et3rec
+e8tscha
+et8se
+et6tei
+et2th
+et2t1r
+e1tu
+etu1s
+et8zent
+et8zw
+e1tä
+e1tö
+e1tü
+eu1a2
+eu1e
+eue8rei
+eu5fe
+euin5
+euk2
+e1um.
+eu6nio
+e5unter
+eu1o6
+eu5p
+3europ
+eu1sp
+eu5str
+eu8zo
+e1v
+eval6s
+eve5r6en
+ever4i
+e1w
+e2wig
+ex1or
+1exp
+1extr
+ey3er.
+e1z
+e1ä2
+e5ö8
+e1ü
+e8ßes
+fa6ch5i
+fade8
+fa6del
+fa5el.
+fal6lo
+falt8e
+fa1na
+fan4gr
+6fanl
+6fap
+far6ba
+far4bl
+far6r5a
+2f1art
+fa1sc
+fau8str
+fa3y
+2f1b2
+6f1c
+2f1d
+1fe
+2f1eck
+fe6dr
+feh6lei
+f6eim
+8feins
+f5eis
+fel5en
+8feltern
+8femp
+fe5rant
+4ferd.
+ferri8
+fe8stof
+fe6str
+fe6stum
+fe8tag
+fet6ta
+fex1
+2ff
+f1fa
+f6f5arm
+f5fe
+ffe5in
+ffe6la
+ffe8ler
+ff1f
+f1fla
+ff3lei
+ff4lie
+ff8sa
+ff6s5ta
+2f1g2
+fgewen6
+4f1h
+1fi
+fid4
+fi3ds
+fieb4
+fi1la
+fi8lei
+fil4m5a
+f8in.
+fi1na
+8finf
+fi8scho
+fi6u
+6f1j
+2f1k2
+f8lanz
+fl8e
+4f3lein
+8flib
+4fling
+f2lix
+6f3lon
+5flop
+1flor
+5f8läc
+3flöt
+2f1m
+2f1n
+1fo
+foh1
+f2on
+fo6na
+2f1op
+fo5ra
+for8mei
+for8str
+for8th
+for6t5r
+fo5ru
+6f5otte
+2f1p8
+f1q
+fr6
+f5ram
+1f8ran
+f8raß
+f8re.
+frei1
+5frei.
+f3reic
+f3rest
+f1rib
+8f1ric
+6frig
+1fris
+fro8na
+fräs5t
+2fs
+f1sc
+f2s1er
+f5str
+fs3tät
+2ft
+f1tak
+f1te
+ft5e6h
+ftere6
+ft1h
+f1ti
+f5to
+f1tr
+ft5rad
+ft1sc
+ft2so
+f1tu
+ftwi3d4
+ft1z
+1fu
+6f5ums
+6funf
+fun4ka
+fu8ßend
+6f1v
+2f1w
+2f1z
+1fä
+fä1c
+8färm
+6fäug
+fä8ß
+föde3
+8föf
+3för
+1fü
+fün4f3u
+1ga
+ga6bl
+6gabw
+8gabz
+g3a4der
+ga8ho
+ga5isc
+4gak
+ga1la
+6g5amt
+ga1na
+gan5erb
+gan6g5a
+ga5nj
+6ganl
+8gansc
+6garb
+2g1arc
+2g1arm
+ga5ro
+6g3arti
+ga8sa
+ga8sc
+ga6stre
+2g1atm
+6g5auf
+gau5fr
+g5aus
+2g1b
+g5c
+6gd
+g1da
+1ge
+ge1a2
+ge6an
+ge8at.
+ge1e2
+ge6es
+gef2
+8geff
+ge1g2l
+ge1im
+4g3eise
+geist5r
+gel8bra
+gelt8s
+ge5lö
+ge8nin
+gen3k
+6g5entf
+ge3nä
+ge1or
+ge1ra
+ge6rab
+ger8au
+8gerhö
+ger8ins
+ge1ro
+6g5erz.
+ge1rä
+ge1rü
+ge1s
+ges2p
+ge2s7te.
+ge2s7ten
+ge2s7ter
+ge2s7tik
+ge5unt
+4g3ex3
+2g1f8
+2g1g
+g1ha
+6g1hei
+5ghel.
+g5henn
+6g1hi
+g1ho
+1ghr
+g1hö
+1gi
+gi5la
+gi8me.
+gi1na
+4g3ins
+gis1tr
+g1j
+2g1k
+8gl.
+1glad
+g5lag
+glan4z3
+1glas
+6glass
+5glaub
+g3lauf
+1gle.
+g5leb
+3gleic
+g3lein
+5gleis
+1glem
+2gler
+8g3leu
+gli8a
+g2lie
+3glied
+1g2lik
+1g2lim
+g6lio
+1gloa
+5glom
+1glon
+1glop
+g1los
+g4loss
+g5luf
+1g2ly
+1glü
+2g1m
+gn8
+6gn.
+1gna
+8gnach
+2gnah
+g1nas
+g8neu
+g2nie
+g3nis
+1gno
+8gnot
+1go
+goe1
+8gof
+2gog
+5gogr
+6g5oh
+goni5e
+6gonist
+go1ra
+8gord
+2g1p2
+g1q
+1gr4
+g5rahm
+gra8m
+gra4s3t
+6g1rec
+gre6ge
+4g3reic
+g5reit
+8grenn
+gri4e
+g5riem
+5grif
+2grig
+g5ring
+6groh
+2grot
+gro6ß
+4grut
+2gs
+gs1ab
+g5sah
+gs1ak
+gs1an
+gs8and
+gs1ar
+gs1au
+g1sc
+gs1ef
+g5seil
+gs5ein
+g2s1er
+gs1in
+g2s1o
+gso2r
+gs1pr
+g2s1u
+2g1t
+g3te
+g2t1h
+1gu
+gu5as
+gu2e
+2gue.
+6gued
+4g3uh
+8gums
+6g5unt
+gut3h
+gu2tu
+4g1v
+2g1w
+gy1n
+g1z
+1gä
+8gä8m
+6gärm
+1gö
+1gü
+6güb
+1haa
+hab8r
+ha8del
+hade4n
+8hae
+ha5el.
+haf6tr
+2hal.
+ha1la
+hal4b5a
+6hale
+8han.
+ha1na
+han6dr
+han6ge.
+2hani
+h5anth
+6hanz
+6harb
+h3arbe
+h3arme
+ha5ro
+ha2t1h
+h1atm
+hau6san
+ha8ß
+h1b2
+h1c
+h1d
+he2bl
+he3cho
+h3echt
+he5d6s
+5heft
+h5e6he.
+hei8ds
+h1eif
+2hein
+he3ism
+he5ist.
+heit8s3
+hek6ta
+hel8lau
+8helt
+he6mer
+1hemm
+6h1emp
+hen5end
+hen5klo
+hen6tri
+he2nu
+8heo
+he8q
+her3ab
+he5rak
+her3an
+4herap
+her3au
+h3erbi
+he1ro
+he8ro8b
+he4r3um
+her6z5er
+he4spe
+he1st
+heta6
+het5am
+he5th
+heu3sc
+he1xa
+hey5e
+h1f2
+h1g
+hgol8
+h1h
+h1iat
+hie6r5i
+hi5kt
+hil1a2
+hil4fr
+hi5nak
+hin4ta
+hi2nu
+hi5ob
+hirn5e
+hir6ner
+hi1sp
+hi1th
+hi5tr
+5hitz
+h1j
+h6jo
+h1k2
+hlabb4
+hla4ga
+hla6gr
+h5lai
+hl8am
+h1las
+h1laß
+hl1c
+h1led
+h3lein
+h5ler.
+h2lif
+h2lim
+h8linf
+hl5int
+h2lip
+h2lit
+h4lor
+h3lose
+h1läs
+hme5e
+h2nee
+h2nei
+hn3eig
+h2nel
+hne8n
+hne4p3f
+hn8erz
+h6netz
+h2nip
+h2nit
+h1nol
+hn5sp
+h2nuc
+h2nud
+h2nul
+hoch1
+1hoh
+hoh8lei
+2hoi
+ho4l3ar
+1holz
+h2on
+ho1ra
+6horg
+5horn.
+ho3sl
+hos1p
+ho4spi
+h1p
+hpi6
+h1q
+6hr
+h1rai
+h8rank
+h5raum
+hr1c
+hrcre8
+h1red
+h3reg
+h8rei.
+h4r3erb
+h8rert
+hrg2
+h1ric
+hr5ins
+h2rom
+hr6t5erl
+hr2t1h
+hr6t5ra
+hr8tri
+h6rum
+hr1z
+hs3ach
+h6s5amt
+h1sc
+h6s5ec
+h6s5erl
+hs8erle
+h4sob
+h1sp
+h8spaß
+h8spel
+hs6po
+h4spun
+h1str
+h4s3tum
+hs3und
+h1sü
+h5ta.
+h5tab
+ht3ac
+ht1ak
+ht3ang
+h5tanz
+ht1ar
+ht1at
+h5taub
+h1te
+h2t1ec
+ht3eff
+ht3ehe
+h4t3eif
+h8teim
+h4t3ein
+ht3eis
+h6temp
+h8tentf
+hte8ren
+h6terfü
+h8tergr
+h4t3erh
+h6t5ersc
+h8terst
+h8tese
+h8tess
+h2t1eu
+h4t3ex
+ht1he
+ht5hu
+h1ti
+ht5rak
+hts3ah
+ht1sc
+ht6sex
+ht8sk
+ht8so
+h1tu
+htz8
+h5tüm
+hub5l
+hu6b5r
+huh1l
+h5uhr.
+huld5a6
+hu8lent
+hu8lä
+h5up.
+h1v
+h5weib
+h3weis
+h1z
+hä8kl
+häl8s
+häma8tu8
+hä8sche.
+hät1s
+häu4s3c
+2hö.
+2höe
+8höi
+hö6s
+hös5c
+hühne6
+hül4s3t
+hütte8re
+i5adn
+i1af
+i5ak.
+i1al.
+i1al1a
+i1alb
+i1ald
+i5alei
+i1alf
+i1alg
+i3alh
+i1alk
+i1all
+i1alp
+i1alr
+i1als
+i1alt
+i1alv
+i5alw
+i3alz
+i1an.
+ia5na
+i3and
+ian8e
+ia8ne8b
+i1ang
+i3ank
+i5ann
+i1ant
+i1anz
+i6apo
+i1ar.
+ia6rab
+i5arr
+i1as.
+i1asm
+i1ass
+i5ast.
+i1at.
+i5ats
+i1au
+i5azz
+i6b5eig
+i6b5eis
+ib2le
+i4blis
+i6brig
+i6b5unt
+i6büb
+i1che
+ich5ei
+i6cherb
+i1chi
+ich5ins
+ich1l
+ich3m
+ich1n
+i1cho
+icht5an
+icht3r
+i1chu
+ich1w
+ick6s5te
+ic5l
+i1d
+id3arm
+3ideal
+ide8na
+3ideol
+ide5rö
+i6diot
+id5rec
+id1t
+ie1a
+ie6b5ar
+iebe4s3
+ie2bl
+ieb1r
+ie8bra
+ie4bre
+ie8bä
+ie2dr
+ie1e8
+ie6f5ad
+ief5f
+ie2f1l
+ie4fro
+ief1t
+i1ei
+ie4l3ec
+ie8lei
+ie4lek
+i3ell
+i1en.
+i1end
+ien6e
+i3enf
+i5enn
+ien6ne.
+i1enp
+i1enr
+i5ensa
+ien8stal
+i5env
+i1enz
+ie5o
+ier3a4b
+ie4rap
+i2ere
+ie4rec
+ie6r5ein
+ie6r5eis
+ier8er
+i3ern.
+ie8rum
+ie8rund
+ie6s5che
+ie6tau
+ie8tert
+ie5the
+ie6t5ri
+i1ett
+ie5un
+iex5
+2if
+i1fa
+if5ang
+i6fau
+if1fr
+if5lac
+i5f6lie
+i1fre
+ift5a
+if6t5r
+ig3art
+2ige
+i8gess
+ig5he
+i5gla
+ig2ni
+i5go
+ig3rot
+ig3s2p
+i1ha
+i8ham
+i8hans
+i1he
+i1hi
+ih1n
+ih1r
+i1hu
+i8hum
+ih1w
+8i1i
+ii2s
+ii2t
+i1j
+i1k
+i6kak
+i8kerz
+i6kes
+ik4ler
+i6k5unt
+2il
+i5lac
+i1lag
+il3ans
+i5las
+i1lau
+il6auf
+i1le
+ile8h
+i8lel
+il2fl
+il3ipp
+il6l5enn
+i1lo
+ilt8e
+i1lu
+i1lä
+i8mart
+imb2
+i8mele
+i8mid
+imme6l5a
+i1mu
+i1mä
+i5mö
+ina5he
+i1nat
+in1au
+inau8s
+8ind.
+in4d3an
+5index
+ind2r
+3indus
+i5nec
+i2n1ei
+i8nerw
+3infek
+1info
+5ingeni
+ing5s6o
+5inhab
+ini5er.
+5inj
+in8kät
+in8nan
+i1no
+inoi8d
+in3o4ku
+in5sau
+in1sp
+5inspe
+5instit
+5instru
+ins4ze
+5intere
+5interv
+in3the
+in5t2r
+i5ny
+inä2
+i1när
+in1äs
+inö8
+in5öd
+i1nös
+2io
+io1a8
+io1c
+iode4
+io2di
+ioi8
+i1ol.
+i1om.
+i1on.
+i5onb
+ion2s1
+i1ont
+i5ops
+i5o8pt
+i1or.
+i3oral
+io3rat
+i5orc
+i1os.
+i1ot.
+i1o8x
+2ip
+i1pa
+i1pi
+i1p2l
+i1pr
+i1q
+i1ra
+ir6bl
+i1re
+i1ri
+ir8me8d
+ir2m1o2
+ir8nak
+i1ro
+ir5rho
+ir6schl
+ir6sch5r
+i5rus
+i5ry
+i5rä
+i1sa
+i8samt
+i6sar
+i2s1au
+i8scheh
+i8schei
+isch5m
+isch3r
+ischä8
+is8ele
+ise3ra
+i4s3erh
+is3err
+isi6de
+i8sind
+is4kop
+ison5e
+is6por
+i8s5tum
+i5sty
+i5sö
+i1ta
+it5ab.
+i2t1a2m
+i8tax
+i1te
+i8tersc
+i1thi
+i1tho
+i5thr
+it8hä
+i1ti
+i8ti8d
+iti6kl
+itmen4
+i1to
+i8tof
+it3ran
+it3rau
+i1tri
+itri5o
+it1sc
+it2se
+it5spa
+it8tru
+i1tu
+it6z5erg
+it6z1w
+i1tä
+itä6r5e
+ität2
+itäts5
+i1tü
+i1u
+iu6r
+2i1v
+i6vad
+iva8tin
+i8vei
+i6v5ene
+i8verh
+i2vob
+i8vur
+i1w
+iwi2
+i5xa
+i1xe
+i1z
+ize8n
+i8zir
+i6z5w
+iä8m
+i1ä6r
+i5ät.
+i5äv
+i1ö8
+iü8
+i6ß5ers
+ja5la
+je2t3r
+6jm
+5jo
+jo5as
+jo1ra
+jou6l
+ju5cha
+jugen4
+jugend5
+jung5s6
+3jä
+1ka
+8kachs
+8kakz
+ka1la
+kal5d
+kam5t
+ka1na
+2kanl
+8kapf
+ka6pl
+ka5r6a
+6k3arbe
+ka1ro
+kar6p5f
+4k3arti
+8karz
+ka1rä
+kasi5e
+ka6teb
+kat8ta
+kauf6s
+kau3t2
+2k1b
+2k1c
+4k1d
+kehr6s
+kehrs5a
+8keic
+2k1eig
+6k5ein
+6k5eis
+ke6lar
+ke8leis
+ke8lo
+8kemp
+k5ente.
+k3entf
+8k5ents
+6kentz
+ke1ra
+k5erlau
+2k1f8
+2k1g
+2k1h
+ki5fl
+8kik
+king6s5
+6kinh
+ki5os
+ki5sp
+ki5th
+8ki8ö
+2k1k2
+kl8
+1kla
+8klac
+k5lager
+kle4br
+k3leib
+3kleid
+kle5isc
+4k3leit
+k3lek
+6k5ler.
+5klet
+2klic
+8klig
+k2lim
+k2lin
+5klip
+5klop
+k3lor
+1klä
+2k1m
+kmani5e
+kn8
+6kner
+k2ni
+knä8
+1k2o
+ko1a2
+ko6de.
+ko1i
+koi8t
+ko6min
+ko1op
+ko1or
+ko6pht
+ko3ra
+kor6d5er
+ko5ru
+ko5t6sc
+k3ou
+3kow
+6k5ox
+2k1p2
+k1q
+1kr8
+4k3rad
+2k1rec
+4k3reic
+kre5ie
+2krib
+6krig
+2krip
+6kroba
+2ks
+k1sa
+k6sab
+ksal8s
+k8samt
+k6san
+k1sc
+k2s1ex
+k5spat
+k5spe
+k8spil
+ks6por
+k1spr
+kst8
+k2s1uf
+2k1t
+kta8l
+kt5a6re
+k8tein
+kte8re
+k2t1h
+k8tinf
+kt3rec
+kt1s
+1ku
+ku1ch
+kuck8
+k3uhr
+ku5ie
+kum2s1
+kunfts5
+kun2s
+kunst3
+ku8rau
+ku4ro
+kurz1
+4kusti
+ku1ta
+ku8ß
+6k1v
+2k1w
+ky5n
+2k1z
+1kä
+kä4m
+4k3ämi
+käse5
+1kö
+kö1c
+kö1s
+1kü
+kü1c
+kür6sc
+1la.
+8labf
+8labh
+lab2r
+2l1abs
+lach3r
+la8dr
+5ladu
+8ladv
+6laff
+laf5t
+la2gn
+5laken
+8lamb
+la6mer
+5lampe.
+2l1amt
+la1na
+1land
+lan4d3a
+lan4d3r
+lan4gr
+8lanme
+6lann
+8lanw
+6lanä
+8lappa
+lap8pl
+lap6pr
+l8ar.
+la5ra
+lar4af
+la8rag
+la8ran
+la6r5a6s
+l3arbe
+la8rei
+6larm.
+la8sa
+la1sc
+la8sta
+lat8i
+6l5atm
+4lauss
+4lauto
+1law
+2lb
+l8bab
+l8bauf
+l8bede
+l4b3ins
+l5blo
+lbst5an
+lbst3e
+8lc
+l1che
+l8chert
+l1chi
+lch3m
+l5cho
+lch5w
+6ld
+l4d3ei
+ld1re
+l6düb
+le2bl
+le8bre
+lecht6s5
+led2r
+6leff
+le4gas
+1lehr
+lei6br
+le8inf
+8leinn
+5leistu
+4lektr
+le6l5ers
+lemo2
+8lemp
+l8en.
+8lends
+6lendun
+le8nend
+len8erw
+6l5ents
+4l3entw
+4lentz
+8lenzy
+8leoz
+6lepi
+le6pip
+8lepo
+1ler
+l6er.
+8lerbs
+6l5erde
+le8reis
+le8rend
+le4r3er
+4l3erg
+l8ergr
+6lerkl
+6l5erzie
+8lerö
+8lesel
+lesi5e
+le3sko
+le3tha
+let1s
+5leuc
+4leuro
+leu4s3t
+le5xe
+6lexp
+l1f
+2l1g
+lgend8
+l8gh
+lglie3
+lglied6
+6l1h
+1li
+li1ar
+li1as
+2lick
+li8dr
+li1en
+lien6n
+li8ers
+li8ert
+2ließ
+3lig
+li8ga8b
+li1g6n
+li1l8a
+8limb
+li1na
+4l3indu
+lings5
+4l3inh
+6linj
+link4s3
+4linkt
+2lint
+8linv
+4lipp
+5lipt
+4lisam
+livi5e
+6l1j
+6l1k
+l8keim
+l8kj
+lk2l
+lko8f
+lkor8
+lk2sa
+lk2se
+6ll
+l1la
+ll3a4be
+l8labt
+ll8anl
+ll1b
+ll1c
+ll1d6
+l1le
+l4l3eim
+l6l5eise
+ller3a
+l4leti
+l5lip
+l1lo
+ll3ort
+ll5ov
+ll6spr
+llte8
+l1lu
+ll3urg
+l1lä
+l5lü
+l6lüb
+2l1m
+l6m5o6d
+6ln
+l1na
+l1no
+8lobl
+lo6br
+3loch.
+l5o4fen
+5loge.
+5lohn
+4l3ohr
+1lok
+l2on
+4l3o4per
+lo1ra
+2l1ord
+6lorg
+4lort
+lo1ru
+1los.
+lo8sei
+3losig
+lo6ve
+lowi5
+6l1p
+lp2f
+l8pho
+l8pn
+lp4s3te
+l2pt
+l1q
+8l1r
+2ls
+l1sa
+l6sarm
+l1sc
+l8sec
+l6s5erg
+l4s3ers
+l8sh
+l5s6la
+l1sp
+ls4por
+ls2pu
+l1str
+l8suni
+l1sü
+2l1t
+lt5amp
+l4t3ein
+l5ten
+l6t5eng
+l6t5erp
+l4t3hei
+lt3her
+l2t1ho
+l6t5i6b
+lti1l
+l8trö
+lt1sc
+lt6ser
+lt4s3o
+lt5ums
+lu8br
+lu2dr
+lu1en8
+8lu8fe
+luft3a
+luf8tr
+lu6g5r
+2luh
+l1uhr
+lu5it
+5luk
+2l1umf
+2l1umw
+1lun
+6l5u6nio
+4l3unte
+lu5ol
+4lurg
+6lurs
+l3urt
+lu4sto
+lus1tr
+lu6st5re
+lu8su
+lu6tal
+lu6t5e6g
+lu8terg
+lu3the
+lu6t5or
+lu2t1r
+lu6ß5
+l1v
+lve5r6u
+2l1w
+1ly
+lya6
+6lymp
+ly1no
+l8zess
+l8zo8f
+l3zwei
+lz5wu
+3länd
+lä5on
+lä6sc
+lät1s
+5läuf
+2läug
+läu6s5c
+lä5v
+l1öl
+1lös
+lö1ß6t
+6l1übe
+1ma
+8mabg
+ma5chan
+mad2
+ma5el
+4magg
+mag8n
+ma1la
+ma8lau
+mal5d
+8malde
+mali5e
+malu8
+ma8lut
+2m1amp
+3man
+mand2
+man3ds
+8mangr
+mani5o
+8m5anst
+6mappa
+4m3arbe
+mar8kr
+ma1r4o
+mar8schm
+3mas
+ma1sc
+ma1tö
+4m5auf
+ma5yo
+2m1b
+mb6r
+2m1c
+2m1d
+md6sä
+1me
+me1ch
+me5isc
+5meld
+mel8sa
+8memp
+me5nal
+men4dr
+men8schl
+men8schw
+8mentsp
+me1ra
+mer4gl
+me1ro
+3mes
+me6s5ei
+me1th
+me8ß
+2m1f6
+2m1g
+2m1h
+1mi
+mi1a
+mi6ale
+mi1la
+2m1imm
+mi1na
+mi5nü
+mi4s3an
+mit1h
+mi5t6ra
+3mitt
+mitta8
+mi6ß5
+6mj
+2m1k8
+2m1l
+2m1m
+m6mad
+m6m5ak
+m8menth
+m8mentw
+mme6ra
+m2mn
+mm5sp
+mm5ums
+mmut5s
+m8män
+m1n8
+m5ni
+1mo
+mo5ar
+mo4dr
+8mof
+mo8gal
+mo4kla
+mol5d
+m2on
+mon8do
+mo4n3od
+mon2s1tr
+mont8a
+6m5ony
+mopa6
+mo1ra
+mor8d5a
+mo1sc
+mo1sp
+5mot
+moy5
+2mp
+m1pa
+mpfa6
+mpf3l
+mphe6
+m1pi
+mpin6
+m1pl
+mp2li
+m2plu
+mpo8ste
+m1pr
+mprä5
+mp8th
+mput6
+mpu5ts
+m1pö
+8m1q
+2m1r
+2ms
+ms5au
+m1sc
+msch4l
+ms6po
+m3spri
+m1str
+2m1t
+mt1ar
+m8tein
+m2t1h
+mt6se
+mt8sä
+mu5e
+6m5uh
+mumi1
+1mun
+mun6dr
+muse5e
+mu1ta
+2m1v
+mvol2
+mvoll3
+2m1w
+1my
+2m1z
+mä6kl
+1män
+mä1s
+mä5tr
+mäu4s3c
+3mäß
+möb2
+6möl
+1mü
+5mün
+3müt
+1na.
+n5ab.
+8nabn
+n1abs
+n1abz
+na6bä
+na2c
+nach3e
+3nacht
+1nae
+na5el
+n1afr
+1nag
+1n2ah
+na8ha
+na8ho
+1nai
+6nair
+na4kol
+n1akt
+nal1a
+8naly
+1nama
+na4mer
+na1mn
+n1amp
+8n1amt
+5nanc
+nan6ce
+n1and
+n6and.
+2n1ang
+1nani
+1nann
+n1ans
+8nanw
+5napf.
+1n2ar.
+na2ra
+2n1arc
+n8ard
+1nari
+n8ark
+6n1arm
+5n6ars
+2n1art
+n8arv
+6natm
+nat6s5e
+1naue
+4nauf
+n3aug
+5naui
+n5auk
+na5um
+6nausb
+6nauto
+1nav
+2nax
+3naz
+1naß
+n1b2
+nbau5s
+n1c
+nche5e
+nch5m
+2n1d
+nda8d
+n2d1ak
+nd5ans
+n2d1ei
+nde8lac
+ndel6sa
+n8derhi
+nde4se
+nde8stal
+n2dj
+ndnis5
+n6d5or6t
+nd3rec
+nd3rot
+nd8samt
+nd6sau
+ndt1h
+n8dumd
+1ne
+ne5as
+ne2bl
+6n5ebn
+2nec
+5neei
+ne5en
+ne1g4l
+2negy
+4n1ein
+8neis
+4n3e4lem
+8nemb
+2n1emp
+nen1a
+6n5energ
+nen3k
+8nentb
+4n3en3th
+8nentl
+8n5entn
+8n5ents
+ne1ra
+ne5r8al
+ne8ras
+8nerbi
+6n5erde.
+nere5i6d
+nerfor6
+6n5erhö
+8nerlö
+2n1err
+n8ers.
+6n5ertra
+2n1erz
+nesi3e
+net1h
+neu4ra
+neu5sc
+8neuß
+n1f
+nf5f
+nf2l
+nflei8
+nf5lin
+nft8st
+n8g5ac
+ng5d
+ng8en
+nge8ram
+ngg2
+ng1h
+n6glic
+ng3rip
+ng8ru
+ng2se4
+ng2si
+n2g1um
+n1gy
+n8gäl
+n1h
+nhe6r5e
+1ni
+ni1bl
+ni5chä
+ni8dee
+n6ie
+ni1en
+nie6s5te
+niet5h
+ni8etn
+4n3i6gel
+n6ik
+ni1la
+2n1imp
+ni5na
+2n1ind
+8ninf
+6n5inh
+ni8nit
+6n5inn
+2n1ins
+4n1int
+n6is
+nis1tr
+ni1th
+ni1tr
+n1j
+n6ji
+n8kad
+nk5ans
+n1ke
+n8kerla
+n1ki
+nk5inh
+n5klö
+n1k2n
+n8k5not
+nk3rot
+n8krü
+nk5spo
+nk6t5r
+n8kuh
+n6küb
+n5l6
+nli4mi
+n1m
+nmen4s
+n1na
+n8nerg
+nni5o
+n1no
+nn4t3ak
+nnt1h
+nnu1e
+n1ny
+n1nä
+n1nö
+n1nü
+no5a
+no4b3la
+4n3obs
+2nobt
+noche8
+no6die
+no4dis
+no8ia
+no5isc
+6n5o6leu
+no4mal
+noni6er
+2n1onk
+n1ony
+4n3o4per
+6nopf
+6nopti
+no3ra
+no4ram
+nor6da
+4n1org
+2n1ort
+n6os
+no1st
+8nost.
+no8tan
+no8ter
+noty6pe
+6n5ox
+n1p2
+n1q
+n1r
+nrös3
+6ns
+n1sac
+ns3ang
+n1sc
+n8self
+n8s5erf
+n8serg
+n6serk
+ns5erw
+n8sint
+n1s2pe
+n1spr
+n6s5tat.
+n6stob
+n1str
+n1ta
+n4t3a4go
+nt5anh
+nt3ark
+nt3art
+n1te
+nt3eis
+nte5n6ar
+nte8nei
+nter3a
+nte6rei
+nt1ha
+nt6har
+n3ther
+nt5hie
+n3thus
+n1ti
+nti1c
+n8tinh
+nti1t
+ntlo6b
+ntmen8
+n1to
+nt3o4ti
+n1tr
+ntra5f
+ntra5ut
+nt8rea
+nt3rec
+nt8rep
+n4t3rin
+nt8rop
+n4t3rot
+n4trü
+nt1s
+nts6an
+nt2sk
+n1tu
+nt1z
+n1tä
+n1tö
+n8töl
+n1tü
+1nu
+nu1a
+nu5el
+nu5en
+4n1uhr
+nu5ie
+8numl
+6n5ums
+6n5umw
+2n1und
+6nuni
+6n5unr
+2n1unt
+2nup
+2nu6r
+n5uri
+nu3skr
+nu5ta
+n1v
+8n1w
+1nys
+n1za
+n6zab
+n2z1ar
+n6zaus
+nzi4ga
+n8zof
+n6z5unt
+n1zw
+n6zwir
+1näc
+5näe
+5näi
+n8äl
+nä6m
+nä6re
+n5ärz
+5näus
+n1öl
+1nöt
+n5öz
+5nü.
+6n1ü2b
+5nüß
+o5ab.
+oa2l
+o8ala
+o1a2m
+o1an
+ob1ac
+obe4ra
+o6berh
+5o4bers
+o4beru
+obe6ser
+1obj
+o1bl
+o2bli
+ob5sk
+3obst.
+ob8sta
+obst5re
+ob5sz
+o1che
+oche8b
+o8chec
+o3chi
+och1l
+och3m
+ocho8f
+o3chro
+och3to
+o3chu
+och1w
+o1d
+o2d1ag
+od2dr
+ode5i
+ode6n5e
+od1tr
+o5e6b
+o5e6der.
+oe8du
+o1ef
+o1e2l
+o1e2p
+o1er.
+o5e8x
+o1fa
+of8fan
+1offi
+of8fin
+of6f5la
+o5fla
+o1fr
+8o1g
+og2n
+o1ha
+o1he
+o6h5eis
+o1hi
+ohl1a
+oh1le
+oh4l3er
+5ohm.
+oh2ni
+o1ho
+oh1re
+oh1ru
+o1hu
+oh1w
+o1hy
+o1hä
+o5ia
+o1id.
+o8idi
+oi8dr
+o5ids
+o5isch.
+oiset6
+o1ism
+o3ist.
+o5i6tu
+o1j
+o1k
+ok2l
+ok3lau
+o8klä
+1okta
+o1la
+old5am
+old5r
+o1le
+ole5in
+ole1r
+ole3u
+ol6gl
+ol2kl
+olk4s1
+ol8lak
+ol8lauf.
+ol6lel
+ol8less
+o1lo
+ol1s
+ol2ster
+ol6sk
+o1lu
+oly1e2
+5olym
+o2mab
+om6an
+o8mau
+ombe4
+o8merz
+om5sp
+o1mu
+o8munt
+o1mä
+o1mö
+o1na
+ona8m
+on1ax
+on8ent
+o6n5erb
+8oni
+oni5er.
+on1k
+on6n5a6b
+o1no
+ono1c
+o4nokt
+1ons
+onts8
+o1nä
+oo8f
+1oog
+oo2pe
+oo2sa
+o1pa
+3o4pera
+o3pfli
+opf3lo
+opf3r
+o1pi
+o1pl
+o2pli
+o5p6n
+op8pa
+op6pl
+o1pr
+o3p4ter
+1opti
+o1pä
+o5pö
+o1q
+o1ra.
+o3rad
+o8radd
+1oram
+o6rang
+o5ras
+o8rauf
+or5cha
+or4d3a4m
+or8dei
+or8deu
+1ordn
+or4dos
+o1re
+o5re.
+ore2h
+o8r5ein
+ore5isc
+or6enn
+or8fla
+or8fli
+1orga
+5orgel.
+or2gl
+o1ri
+5o6rient
+or8nan
+or8nä
+o1ro
+or1r2h
+or6t5an
+or8tau
+or8tere
+o1rus
+o1ry
+o1rä
+or1ü2
+o1sa
+osa3i
+6ose
+o8serk
+o1sk
+o6ske
+o6ski
+os2kl
+os2ko
+os2kr
+osni5e
+o2s1o2d
+o3s4per
+o4stam
+o6stau
+o3stra
+ost3re
+osu6
+o6s5ur
+o5s6ze
+o1ta
+ot3auf
+o6taus
+o1te
+o6terw
+o1th
+othe5u
+o2th1r
+o1ti
+o1to
+oto1a
+ot1re
+o1tri
+o1tro
+ot1sc
+o3tsu
+ot6t5erg
+ot2t3h
+ot2t5r
+ot8tö
+o1tu
+ou3e
+ouf1
+ou5f6l
+o5u6gr
+ou5ie
+ou6rar
+ou1t6a
+o1v
+o1wa
+o1we
+o6wer.
+o1wi
+owid6
+o1wo
+o5wu
+o1xe
+oy5al.
+oy1e
+oy1i
+o5yo
+o1z
+oza2r
+1o2zea
+ozo3is
+oö8
+oß5elt
+oß1t
+3paa
+pa6ce
+5pad
+pag2
+1pak
+pa1la
+pa8na8t
+pani5el
+pa4nor
+pan1s2
+1pap
+pap8s
+pa8rei
+par8kr
+paro8n
+par5o6ti
+part8e
+5partei
+3partn
+pas6sep
+pa4tha
+1pau
+6paug
+pau3sc
+p1b
+8p5c
+4p1d
+1pe
+4peic
+pe5isc
+2pek
+pen3k
+pen8to8
+p8er
+pe1ra
+pere6
+per5ea
+per5eb
+pe4rem
+2perr
+per8ran
+3pers
+4persi
+pe3rü
+pe4sta
+pet2s
+p2f1ec
+p4fei
+pf1f
+pf2l
+5pflanz
+pf8leg
+pf3lei
+2pft
+pf3ta
+p1g
+1ph
+2ph.
+2p1haf
+6phb
+8phd
+6p5heit
+ph5eme
+6phg
+phi6e
+8phk
+6phn
+p5holl
+pht2
+ph3tha
+4ph3the
+phu6
+6phz
+pi1en
+pi5err
+pi1la
+pi1na
+5pinse
+pioni8e
+1pis
+pi1s2k
+pi1th
+p1k
+pl8
+5pla
+p2lau
+4plei
+p3lein
+2pler
+6p5les
+2plig
+p6lik
+6p5ling
+p2liz
+plo8min
+6p1m
+p1n
+1p2o
+8poh
+5pol
+po8lan
+poly1
+po3ny
+po1ra
+2porn
+por4t3h
+po5rö
+5poti
+p1pa
+p6p5ei
+ppe6la
+pp5f
+p2p1h
+p1pi
+pp1l
+ppp6
+pp5ren
+pp1s
+pp2ste
+p5pö
+pr6
+3preis
+1pres
+2p3rig
+5prinz
+1prob
+1prod
+5prog
+pro8pt
+pro6t5a
+prote5i
+8proß
+prä3l
+1präs
+präte4
+1prüf
+p5schl
+2pst
+1p2sy
+p1t
+p8to8d
+pt1s
+5p6ty
+1pu
+pu1b2
+2puc
+pu2dr
+puf8fr
+6p5uh
+pun8s
+pu8rei
+pu5s6h
+pu1ta
+p1v
+p3w
+5py
+py5l
+p1z
+pä6der
+p5ä6m
+pä8nu
+8pär
+pät5h
+pät1s
+qu6
+1qui
+8rabk
+ra6bla
+3rable
+ra2br
+r1abt
+6rabz
+ra4dan
+ra2dr
+5rafal
+ra4f3er
+ra5gla
+ra2g3n
+6raha
+ral5am
+5rald
+4ralg
+ra8lins
+2rall
+ral5t
+8ramei
+r3anal
+r6and
+ran8der
+ran4dr
+8ranf
+6ranga
+5rangi
+ran8gli
+r3angr
+rans5pa
+8ranw
+r8anz.
+ra5or
+6rapf
+ra5pl
+rap6s5er
+2r1arb
+1rarh
+r1arm
+ra5ro
+2r1art
+6r1arz
+ra8tei
+ra6t5he
+6ratl
+ra4t3ro
+r5atta
+raue4n
+6raus.
+r5austa
+rau8tel
+raut5s
+ray1
+r1b
+rb5lass
+r6bler
+rb4lie
+rbon6n
+r8brecht
+rb6s5tä
+r8ces
+r1che
+rch1l
+rch3m
+rch3re
+rch3tr
+rch1w
+8rd
+r1da
+r8dachs
+r8dap
+rda5ro
+rde5ins
+rdio5
+r8dir
+rd3ost
+r1dr
+r8drau
+1re.
+re1ak
+3reakt
+re3als
+re6am.
+re1as
+4reben
+re6bl
+rech5a
+r8edi
+re3er
+8reff
+3refl
+2reh
+5reha
+r4ei.
+reich6s5
+8reier
+6reign
+re5imp
+4r3eina
+6r3einb
+6reing
+6r5einn
+6reinr
+4r3eins
+r3eint
+reli3e
+8r5elt
+6rempf
+2remt
+ren5a6b
+ren8gl
+r3enni
+1reno
+5rente
+4r3enth
+8rentl
+4r3entw
+8rentz
+ren4zw
+re1on
+requi5
+1rer
+rer4bl
+6rerbs
+4r3erd
+8rerhö
+8rerkl
+4r3erla
+8rerlö
+4r3erns
+6r5ernä
+rer5o
+6r5erreg
+r5ertr
+r5erwec
+r5erö
+re2sa
+re8schm
+2ress
+re5u8ni
+6rewo
+2r1ex
+r1f
+r8ferd
+rf4lie
+8r1g
+r8gah
+rge4bl
+rge5na
+rgest4
+rg6ne
+r2gni2
+r8gob
+r4g3ret
+rg8sel
+r1h8
+r2hy
+5rhyt
+ri1ar
+ri5cha
+rid2g
+r2ie
+rieg4s5
+ri8ei
+ri1el
+ri6ele
+ri1en
+ri3er.
+ri5ers.
+ri6fan
+ri8fer
+ri8fr
+1r2ig
+ri8kn
+ri5la
+rimä8
+ri1na
+r8inde
+rin4ga
+rin6gr
+1rinn
+6rinner
+rino1
+r8insp
+4rinst
+ri1nä
+ri5o6ch
+ri1o2d
+ri3o6st
+2r1ir
+r2is
+ri3sko
+ri8spr
+ri5sv
+r2it
+6r5i6tal
+ri5tr
+ri6ve.
+8r1j
+6rk
+r1ke
+rkehrs5
+r1ki
+r3klin
+r1k2n
+rk3str
+rk4t3an
+rk6to
+r6kuh
+rkä4s3t
+r1l
+r5li
+rline5a
+6r1m
+r6manl
+rma4p
+r4m3aph
+r8minf
+r8mob
+rm5sa
+2rn
+r1na
+rna8be
+r5ne
+rn2ei
+r6neif
+r6nex
+r6nh
+rn1k
+r1no
+r6n5oc
+rn1sp
+r1nä
+r1nü
+ro6bern
+6robs
+ro1ch
+3rock.
+ro5de
+ro1e
+4rofe
+ro8hert
+1rohr
+ro5id
+ro1in
+ro5isc
+6rolym
+r2on
+6roog
+ro6phan
+r3ort
+ro1s2p
+ro5s6w
+ro4tau
+ro1tr
+ro6ts
+5rout
+r1p
+rpe8re
+rp2f
+r2ps
+r2pt
+r1q
+2rr
+r1ra
+r1re
+rrer6
+rr6hos
+r5rhö
+r1ri
+r1ro
+rro8f
+rr8or
+rror5a
+r1ru
+r3ry
+r1rä
+r1rö
+r1rü
+2r1s
+r2ste
+r2sti
+r6sab
+r4sanf
+rse6e
+rse5na
+r2sh
+r6ska
+r6ski
+rs2kl
+r8sko
+r2sl
+rs2p
+r6stauf
+r8sterw
+r8stran
+rswi3d4
+r2sz
+2r1t
+rt3art
+r8taut
+r5tei
+rt5eige
+r8tepe
+r4t3erh
+r8terla
+r4t3hei
+r5t6hu
+r4t3int
+rt5reif
+rt1sc
+rt6ser
+rt6s5o
+rt6s5u
+rt5und
+r8turt
+rube6
+ru1en
+1r4uf
+ruf4st
+ru1ie
+2r1umg
+2r1uml
+2rums
+run8der
+run4d5r
+6rundz
+6runf
+8runs
+2r1unt
+2r1ur
+r6us
+ru6sta
+rus1tr
+ru6tr
+1ruts
+r1v
+rven1
+rvi2c
+r1w
+r1x
+r1za
+rz5ac
+r6z5al
+r8z1ar
+r8zerd
+r6z5erf
+rz8erh
+rz4t3h
+r8zum
+rä4ste
+räu8sc
+r1öf
+5röhr
+rö5le
+3röll
+5römis
+r1ör
+rö2sc
+3rümp
+1sa.
+1saa
+s3a4ben
+sa2bl
+2s1abs
+6s1abt
+6sabw
+3sack.
+6s3a4der
+1saf
+sa1fa
+4s1aff
+sa5fr
+1sag
+1sai
+sa1i2k1
+4s1akt
+1sal
+sa1la
+4s3alpi
+6salter
+salz3a
+1sam
+s5anb
+san2c
+1sand
+s5angeh
+6sanl
+2s1ans
+6s3antr
+8s1anw
+s1ap
+s6aph
+8sapo
+sap5p6
+s8ar.
+2s1arb
+3sarg
+s1arm
+sa5ro
+2s1art
+6s1arz
+1sas
+1sat
+sat8a
+2s1atl
+sa8tom
+3s8aue
+s5auff
+sau5i
+s6aur
+2s1aus
+5s6ause
+2s1b2
+2sca
+s4ce
+8sch.
+3scha.
+5schade
+3schaf
+3schal
+sch5ame
+8schanc
+8schb
+1sche
+6schef
+8schex
+2schf
+2schg
+2schh
+1schi
+2schk
+5schlag
+5schlu
+6schmäß
+6schnaß
+1scho
+6schord
+6schp
+3schri
+8schric
+8schrig
+8schrou
+6schs
+2scht
+sch3ta
+sch3tr
+1schu
+8schunt
+6schv
+2schz
+5schö
+5schü
+2sco
+scre6
+6scu
+2s1d
+1se
+se5an
+se1ap
+se6ben
+se5ec
+see5i6g
+se3erl
+8seff
+se6han
+se8hi
+se8hö
+6s5eid.
+2s1eig
+s8eil
+5sein.
+sei5n6e
+6s5einh
+3s8eit
+3sel.
+se4lar
+selb4
+6s3e4lem
+se8lerl
+2s1emp
+sen3ac
+se5nec
+6s5ents
+4sentz
+s8er.
+se8reim
+ser5inn
+8sermä
+8s5erzi
+6seröf
+se1um
+8sexa
+6sexp
+2s1f2
+sfal8ler
+2s3g2
+sge5b2
+s1h
+s8hew
+5s6hip
+5s4hop
+1si
+2siat
+si1b
+sicht6s
+6s5i6dee
+siege6s5
+si1en
+si5err
+si1f2
+si1g2n
+si6g5r
+si8kau
+sik1i
+si4kin
+si2kl
+si8kü
+si1la
+sil6br
+si1na
+2s1inf
+sin5gh
+2s1inh
+sinne6s5
+2s1ins
+si5ru
+si5str
+4s1j
+s1k2
+6sk.
+2skau
+skel6c
+skelch5
+s6kele
+1s2ki.
+3s4kin.
+s6kiz
+s8kj
+6skn
+2skow
+3skrib
+3skrip
+2sku
+8skü
+s1l
+s8lal
+slei3t
+s4low
+2s1m
+s1n
+6sna
+6snot
+1so
+so1ch
+2s1odo
+so4dor
+6s5o4fen
+solo3
+s2on
+so5of
+4sope
+so1ra
+2s1ord
+4sorga
+sou5c
+so3un
+4s3ox
+sp2
+8spaa
+5spal
+1span
+2spap
+s2pec
+s4peis
+1spek
+s6perg
+4spers
+s6pes
+2s1pf
+8sphi
+1s2phä
+1spi
+spi4e
+6s5pig
+6spinse
+2spis
+2spla
+2spol
+5s6pom
+6s5pos
+6spoti
+1spra
+3s8prec
+6spreis
+5spring
+6sprob
+1spru
+s2pul
+1s2pur
+6spy
+5spän
+1spü
+s1q
+2s1r
+2ssa
+2sse
+2ssi
+2sso
+2ssä
+2ssö
+2ssü
+2s1sch
+sse8nu
+ssini6s
+ssoi6r
+2st.
+1sta
+4stafe
+2stag
+sta3la
+6stale
+4s2talg
+8stalk
+8stamt
+6st5anf
+4stans
+6stanw
+6starb
+sta4te
+6staus
+2stb
+6stc
+6std
+s1te
+4steil
+6steppi
+8stesse
+6stf
+2stg
+2sth
+st1ha
+st3hei
+s8t1hi
+st1ho
+st5hu
+s1ti
+s2ti4el
+4s2tigm
+6s2tind
+4s2tinf
+s2ti8r
+2stk
+2stl
+2stm
+1sto
+6stoll.
+4st3ope
+6stopf.
+6stord
+6stp
+4strai
+s3tral
+6s5traum
+3straß
+3strec
+6s3tref
+8streib
+5streif
+6streno
+6stres
+6strev
+2st5rig
+8s2t1ris
+s8troma
+st5rose
+4struf
+3strum
+6sträg
+2st1s6
+2stt
+1stu
+stu5a
+4stuc
+2stue
+8stun.
+2stv
+2stw
+s2tyl
+6stz
+1stä
+8stäg
+1stö
+1stü
+8stüch
+4stür.
+1su
+su2b1
+3suc
+su1e
+su2fe
+su8mar
+6sumfa
+8sumk
+2s1unt
+sup1p2
+6s5u6ran
+6surte
+2s1v
+2s1w
+1sy
+8syl.
+sy5la
+syn1
+sy2na
+syne4
+s1z
+s4zend
+5s6zene.
+8szu
+1sä
+6s5änd
+6säugi
+6säuß
+5söm
+2s1ü2b
+1süc
+sü8di
+1sün
+5süß
+taats3
+4tab.
+taba6k
+ta8ban
+tab2l
+ta6bre
+4tabs
+t3absc
+8tabz
+6t3acht
+ta6der
+6tadr
+tad6s
+tad2t
+1tafe4
+1tag
+ta6ga6
+ta8gei
+tage4s
+tag6s5t
+tah8
+tahl3
+tai6ne.
+ta5ir.
+tak8ta
+tal3au
+1tale
+ta8leng
+tal5ert
+6t5a6mer
+6tamp
+tampe6
+2t1amt
+tan5d6a
+tan8dr
+tands5a
+tani5e
+6tanl
+2tanr
+t3ans
+8t5antr
+tanu6
+t5anw
+8tanwa
+tan8zw
+ta8rau
+6tarbe
+1tari
+2tark
+2t1arm
+ta1ro
+2tart
+t3arti
+6tarz
+ta1sc
+ta6sien
+ta8stem
+ta8sto
+t5aufb
+4taufn
+8taus.
+5tause
+8tausf
+6tausg
+t5ausl
+2t1b2
+2t1c
+t6chu
+2t1d
+te2am
+tea4s
+te8ben
+5techn
+4teff
+te4g3re
+te6hau
+2tehe
+te4hel
+2t1ehr
+te5id.
+teig5l
+6teign
+tei8gr
+1teil
+4teinh
+t5einhe
+4teis
+t5eisen
+8teiw
+te8lam
+te4lar
+4telek
+8telem
+te6man
+te6n5ag
+ten8erw
+ten5k
+tens4p
+ten8tro
+4t3entw
+8tentz
+te6pli
+5teppi
+ter5a6b
+te3ral
+ter5au
+8terbar
+t5erbe.
+6terben
+8terbs
+4t3erbt
+t5erde.
+ter5ebe
+ter5ein
+te8rers
+terf4
+8terhö
+6terklä
+ter8nor
+ter6re.
+t8erscha
+t5e6sel
+te8stau
+t3euro
+te1xa
+tex3e
+8texp
+tex6ta
+2t1f2
+2t1g2
+2th.
+th6a
+5tha.
+2thaa
+6t1hab
+6t5haf
+t5hah
+8thak
+3thal.
+6thals
+6t3hand
+2t1hau
+1the.
+3t4hea
+t1heb
+t5heil
+t3heit
+t3helf
+1theo
+5therap
+5therf
+6t5herz
+1thes
+1thet
+5thi.
+2t1hil
+t3him
+8thir
+3this
+t5hj
+2th1l
+2th1m
+th1n
+t5hob
+t5hof
+4tholz
+6thopti
+1thr6
+4ths
+t1hum
+1thy
+4t1hä
+2t1hö
+t1hü
+ti1a2m
+ti1b
+tie6fer
+ti1en
+ti8gerz
+tig3l
+ti8kin
+ti5lat
+1tilg
+t1ind
+tin4k3l
+ti3spa
+ti5str
+5tite
+ti5tr
+ti8vel
+ti8vr
+2t1j
+2t1k2
+2t1l
+tl8a
+2t1m8
+2t1n
+3tobe
+8tobj
+to3cha
+5tocht
+8tock
+tode4
+to8del
+to8du
+to1e
+6t5o6fen
+to1in
+toi6r
+5toll.
+to8mene
+t2ons
+2t1ony
+to4per
+5topf.
+6topt
+to1ra
+to1s
+to2ste
+to6ska
+tos2l
+2toti
+to1tr
+t8ou
+2t1p2
+6t1q
+tr6
+tra5cha
+tra8far
+traf5t
+1trag
+tra6gl
+tra6gr
+t3rahm
+1trai
+t6rans
+tra3sc
+tra6st
+3traue
+t4re.
+2trec
+t3rech
+t8reck
+6t1red
+t8ree
+4t1reg
+3treib
+4treif
+8t3reis
+8trepo
+tre6t5r
+t3rev
+4t3rez
+1trib
+t6rick
+tri6er
+2trig
+t8rink
+tri6o5d
+trizi5
+tro1a
+3troc
+trocke6
+troi8d
+tro8man.
+tro3ny
+5tropf
+6t5rosa
+t5roß
+5trub
+5trup
+trut5
+1träg
+6t1röh
+5trüb
+trü3bu
+t1rüc
+t1rüs
+2ts
+ts1ab
+t1sac
+tsa8d
+ts1ak
+t6s5alt
+ts1an
+ts1ar
+ts3auf
+t3schr
+t5schä
+tse6e
+tsee5i
+tsein6s
+ts3ent
+ts1er
+t8serf
+t4serk
+t8sh
+5t6sik
+t4s3int
+ts5ort.
+t5s6por
+t6sprei
+t1st
+t2ste
+t6s5tanz
+ts1th
+t6stit
+t4s3tor
+1t2sua
+t2s1uf
+t8sum.
+t2s1u8n
+t2s1ur
+2t1t
+tt5eif
+tte6sa
+tt1ha
+tt8ret
+tt1sc
+tt8ser
+tt5s6z
+1tuc
+tuch5a
+1tu1e
+6tuh
+t5uhr
+tu1i
+tu6it
+1tumh
+6t5umr
+1tums
+8tumt
+6tund
+6tunf
+2t1unt
+tu5ra
+tu6rau
+tu6re.
+tu4r3er
+2t1v
+2t1w
+1ty1
+ty6a
+ty8la
+8tym
+6ty6o
+2tz
+tz5al
+tz1an
+tz1ar
+t8zec
+tzeh6
+tzehn5
+t6z5ei.
+t6zor
+t4z3um
+t6zäu
+5täg
+6täh
+t5ält
+t8än
+täre8
+8tä8st
+6täuß
+t5öffen
+8tö8k
+1tön
+4tüb
+t6ü5ber.
+5tüch
+1tür.
+u3al.
+u5alb
+u5alf
+u3alh
+u5alk
+u3alp
+u3an.
+ua5na
+u3and
+u5ans
+u5ar.
+ua6th
+u1au
+ua1y
+u2bab
+ubi5er.
+u6b5rit
+ubs2k
+u5bö
+u8büb
+2uc
+u1che
+u6ch5ec
+u1chi
+uch1l
+uch3m
+uch5n
+uch1r
+uch5to
+ucht5re
+u1chu
+uch1w
+uck1a
+uck5in
+u1d
+ud4a
+u1ei
+u6ela
+uene8
+u6ep
+u1er
+uer1a
+ue8rerl
+uer5o
+u8esc
+u2est
+u8ev
+u1fa
+u2f1ei
+u4f3ent
+u8ferh
+uf1fr
+uf1l
+uf1ra
+uf1re
+uf1rä
+uf1rü
+uf1s2p
+uf1st
+uft1s
+u8gabt
+u8gad
+u6gap
+ugeb8
+u8gn
+ugo3s4
+u1ha
+u1he
+u1hi
+uh1le
+u1ho
+uh1re
+u1hu
+uh1w
+u1hä
+u1hö
+6ui
+ui5en
+u1ig
+u3ins
+uin8tes
+u5isch.
+u1j
+6uk
+u1ke
+u1ki
+u1kl
+u8klu
+u1k6n
+u5ky
+u1la
+uld8se
+u1le
+ul8lac
+ul6lau
+ul6le6l
+ul6lo
+ulni8
+u1lo
+ulo6i
+ult6a
+ult8e
+u1lu
+ul2vr
+u1lä
+u1lö
+3umfan
+5umlau
+umo8f
+um8pho
+u1mu
+umu8s
+u5mö
+u1n1a
+un2al
+un6at
+unau2
+6und.
+5undein
+un4d3um
+3undzw
+undü8
+un8düb
+une2b
+un1ec
+une2h
+un3eis
+3unfal
+1unfä
+5ungea
+3unglü
+ung2s1
+un8gä
+1u2nif
+un4it
+un8kro
+unk5s
+u1no
+unpa2
+uns2p
+unvol4
+unvoll5
+u5os.
+u1pa
+u1pi
+u1p2l
+u1pr
+up4s3t
+up2t1a
+u1q
+u1ra
+ur5abs
+ura8d
+ur5ah
+u6rak
+ur3alt
+u6rana
+u6r5ans
+u8rap
+ur5a6ri
+u8ratt
+u1re
+ur3eig
+ur8gri
+u1ri
+ur5ins
+3urlau
+urmen6
+ur8nan
+u1ro
+3ursac
+ur8sau
+ur8sei
+ur4sk
+3urtei
+u1ru
+uru5i6
+uru6r
+u1ry
+ur2za
+ur6zä
+ur5ä6m
+u5rö
+u1rü
+urück3
+u1sa
+usa4gi
+u2s1ar
+u2s1au
+u8schec
+usch5wi
+u2s1ei
+use8kel
+u8sl
+u4st3a4b
+us3tau
+u2s1uf
+u8surn
+ut1ac
+u1tal
+uta8m
+u1tan
+ut1ar
+u1tas
+ut1au
+u1te
+u8teic
+u4tent
+u8terf
+u6terin
+u4t3hei
+ut5ho
+ut1hu
+u1ti
+utine5
+uti6q
+u1to
+uto5c
+u1tr
+ut1sa
+ut1s6p
+ut6stro
+u1tu
+utz5w
+u1u
+u1v
+uve5n
+uve3r4ä
+u1w
+u1xe
+u5ya
+uy5e6
+u1yi
+u2z1eh
+u8zerh
+u5ö
+uße6n
+ußen5e
+8vanb
+6vang
+6varb
+var8d
+va6t5a
+va8tei
+va2t1r
+2v1b
+6v5c
+6vd
+1ve
+6ve5g6
+ver1
+ver5b
+verb8l
+ve2re2
+verg8
+ve2ru8
+ve1s
+ve2s3p
+ve3xe
+2v1f
+2v1g
+6v5h
+vi6el
+vie6w5
+vi1g4
+vi8leh
+vil6le.
+8vint
+vi1ru
+vi1tr
+2v1k
+2v1l
+2v1m
+4v5n
+8vo8f
+voi6le
+vol8lend
+vol8li
+v2or1
+vo2re
+vo8rin
+vo2ro
+2v1p
+8vra
+v6re
+2v2s
+2v1t
+2v1v
+4v3w
+2v1z
+waffe8
+wa6g5n
+1wah
+wah8n
+wa5la
+wal8din
+wal6ta
+wan4dr
+5ware
+wa8ru
+war4za
+1was
+w5c
+w1d
+5wech
+we6fl
+1weg
+we8geng
+weg5h
+weg3l
+we2g1r
+weh6r5er
+5weise
+weit3r
+wel2t
+welt3r
+we6rat
+8werc
+5werdu
+wer4fl
+5werk.
+wer4ka
+wer8ku
+wer4ta
+wer8term
+we2sp
+we8s4tend
+we8str
+we8stö
+wet8ta
+wich6s5t
+1wid
+wi2dr
+wiede4
+wieder5
+wik6
+wim6ma
+win4d3r
+5wirt
+wisch5l
+1wj
+6wk
+2w1l
+8w1n
+wo1c
+woche6
+wol6f
+wor6t5r
+6ws2
+w1sk
+6w5t
+5wunde.
+wun6gr
+wu1sc
+wu2t1
+6w5w
+wy5a
+wärme5
+wä1sc
+1xag
+x1ak
+x3a4men
+8xamt
+x1an
+8x1b
+x1c
+1xe.
+x3e4g
+1xen
+xe1ro
+x1erz
+1xes
+8xf
+x1g
+8x1h
+1xi
+8xid
+xi8so
+4xiste
+x1k
+6x1l
+x1m
+8xn
+1xo
+8x5o6d
+8x3p2
+x1r
+x1s6
+8x1t
+x6tak
+x8terf
+x2t1h
+1xu
+xu1e
+x5ul
+6x3w
+x1z
+5ya.
+y5an.
+y5ank
+y1b
+y1c
+y6cha
+y4chia
+y1d
+yen6n
+y5ern
+y1g
+y5h
+y5in
+y1j
+y1k2
+y1lak
+yl1al
+yla8m
+y5lax
+y1le
+y1lo
+y5lu
+y8mn
+ym1p2
+y3mu
+y1na
+yno2d
+yn1t
+y1on.
+y1o4p
+y5ou
+ypo1
+y1pr
+y8ps
+y1r
+yri3e
+yr1r2
+ys5iat
+ys8ty
+y1t
+y3w
+y1z
+yä8m
+z5a6b
+zab5l
+8za6d
+1zah
+za5is
+4z3ak
+6z1am
+5zange.
+8zanl
+2z1ara
+6z5as
+z5auf
+3zaun
+2z1b
+6z1c
+6z1d
+1ze
+ze4dik
+4z3eff
+8zein
+zei4ta
+zei8ters
+ze6la
+ze8lec
+zel8th
+4zemp
+6z5engel
+zen8zin
+8zergä
+zer8i
+ze1ro
+zers8
+zerta8
+zer8tab
+zer8tag
+8zerz
+ze8ste
+zeu6gr
+2z1ex
+2z1f8
+z1g
+4z1h
+1zi
+zi1en
+zi5es.
+4z3imp
+zi1na
+6z5inf
+6z5inni
+zin6s5er
+8zinsuf
+zist5r
+zi5th
+zi1tr
+6z1j
+2z1k
+2z1l
+2z1m
+6z1n
+1zo
+zo6gl
+4z3oh
+zo1on
+zor6na8
+4z1p
+z5q
+6z1r
+2z1s8
+2z1t
+z4t3end
+z4t3hei
+z8thi
+1zu
+zu3al
+zu1b4
+zu1f2
+6z5uhr
+zun2a
+8zunem
+zunf8
+8zungl
+zu1o
+zup8fi
+zu1s8
+zu1z
+2z1v
+zw8
+z1wal
+5zweck
+zwei3s
+z1wel
+z1wer
+z6werg
+8z5wes
+1zwi
+zwi1s
+6z1wo
+1zy
+2z1z
+zz8a
+zzi1s
+1zä
+1zö
+6zöl.
+zö1le
+1zü
+2z1ü2b
+ä1a6
+äb1l
+ä1che
+ä3chi
+äch8sc
+äch8sp
+ä5chu
+äck5a
+äd1a
+äd5era
+ä6d5ia
+ä1e
+ä5fa
+äf1l
+äft6s
+äg1h
+äg3le
+ä6g5nan
+äg5str
+ä1he
+ä1hi
+äh1le
+äh5ne
+1ähnl
+äh1re
+äh5ri
+äh1ru
+ä1hu
+äh1w
+6äi
+ä1isc
+ä6ische
+ä5ism
+ä5j
+ä1k
+äl1c
+ä1le
+ä8lei
+äl6schl
+ämi1e
+äm8n
+äm8s
+ä5na
+5änderu
+äne5i8
+äng3l
+änk5l
+ä1no
+än6s5c
+ä1pa
+äp6s5c
+3äq
+är1c
+ä1re
+äre8m
+5ärgern
+är6gl
+ä1ri
+3ärmel
+ä1ro
+ärt6s5
+ä1ru
+3ärztl
+ä5rö
+ä6s5chen
+äsen8s
+äs1th
+äta8b
+ä1te
+äteri4
+äter5it
+ä6thy
+ä1ti
+3ätk
+ä1to
+ät8schl
+äts1p
+ä5tu
+äub1l
+äu1e
+1äug
+äu8ga
+äu5i
+ä1um.
+ä1us.
+1äuß
+ä1z
+ö1b
+ö1che
+ö5chi
+öch8s2tei
+öch8str
+öcht6
+5ö6dem
+5öffn
+ö1he
+öh1l8
+öh1re
+ö1hu
+ö1is
+ö1ke
+1ö2ko
+1öl.
+öl6k5l
+öl8pl
+ö1mu
+ö5na
+önig6s3
+ö1no
+ö5o6t
+öpf3l
+öp6s5c
+ö1re
+ör8gli
+ö1ri
+ör8tr
+ö1ru
+5österr
+ö1te
+ö5th
+ö1ti
+ö1tu
+ö1v
+ö1w
+öwe8
+ö2z
+üb6e2
+3ü4ber1
+üb1l
+üb1r
+5ü2bu
+ü1che
+ü1chi
+ü8ch3l
+üch6s5c
+ü8ck
+ück1a
+ück5ers
+üd1a2
+ü6deu
+üdi8t
+ü2d1o4
+üd5s6
+üge4l5a
+üg1l
+üh5a
+ü1he
+ü8heh
+ü6h5erk
+üh1le
+üh1re
+üh1ru
+ü1hu
+üh1w
+ü3k
+ü1le
+ül4l5a
+ül8lo
+ül4ps
+ül6s5c
+ü1lu
+ün8da
+ün8fei
+ünk5l
+ün8za
+ün6zw
+ü5pi
+ü1re
+ü8rei
+ür8fl
+ür8fr
+ür8geng
+ü1ri
+ü1ro
+ür8sta
+ü1ru
+üse8n
+ü8sta
+ü8stes
+ü3ta
+ü1te
+ü1ti
+üt8tr
+ü1tu
+üt8zei
+ü1v
+ß1a8
+5ßa.
+ß8as
+ß1b8
+ß1c
+ß1d
+1ße
+ß5ec
+8ße8g
+8ße8h
+2ß1ei
+8ßem
+ß1f8
+ß1g
+ß1h
+1ßi
+ß1k
+ß1l
+ß1m
+ß1n
+ß1o
+ß1p8
+ß5q
+ß1r
+ß1s2
+ßst8
+ß1ta
+ß1te
+ßt3hei
+ß1ti
+ß5to
+ß1tr
+1ßu8
+6ß5um
+ß1v
+ß1w
+ß1z
+2s1ta.
+i2s1tal
+2s1tani
+2s1tan.
+fe2s1ta
+te2s1ta
+nd2ste
+ve2ste
+3s2tec
+4s3techn
+3s2teg
+3s2teh
+3s2tein
+3s2teig
+3s2teif
+3s2tell
+3s2telz
+a4s3tel
+3s2temm
+3s2temp
+3s2tep
+s3s2ter
+t3s2tern
+3s2teue
+6s4teuro
+bs2ti
+te2s3ti
+ve2sti
+3s2tic
+3s2tieb
+3s2tieg
+3s2tif
+3s2til
+3s2tim
+3s2tink
+3s2titu
+a2s1to
+gu2s1to
+ku2s1to
+i2s1tol
+i2s1tor
+ve2s1to
+2s1tung
+2s7tus
+o2s1tul
+aus3s4
+ens3s4
+gs3s4
+.mis2s1
+s2s1b8
+s2s3chen
+s2s3d
+s2s5ec
+2s2s1ei
+s2s3f
+s2s1g
+s2s3h
+s2s3k
+s2s3l
+s2s3m
+s2s3n
+s2s3p8
+s2s5q
+s2s3r
+s2s3s2
+sss2t8
+as2s3te
+is2s3te
+us2s3te
+üs2s3te
+s2st3hei
+s2s3ti
+s2s1to
+s2s1tr
+6ss5um
+s2s3v
+s2s3w
+s2s3z
+1cker.
+1ckert
+1ckad
+1cke.
+1ckel
+1cken
+4ck1ent
+1ckere
+1ckern
+1ckeru
+1ckie
+1ckig
+1ckun
+# liblouis: German grade 1 braille
+#
+#  Copyright (C) 2018 SBS Schweizerische Bibliothek für Blinde, Seh- und Lesebehinderte
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+#
+#-------------------------------------------------------------------------------
+
+include de-g1-core-patterns.dic
+
+nocross    au         16                           # 1 #
+nocross    eu         126                          # 2 #
+nocross    ei         146                          # 3 #
+nocross    ch         1456                         # 4 #
+nocross    sch        156                          # 5 #
+nocross    st         23456                        # ] #
+nocross    äu         34                           # \ #
+nocross    ie         346                          # 0 #
+# Liblouis: Danish table for 8 dots computer Braille (G0)
+#
+#  Copyright (C) 2014-2017, Bue Vester-Andersen <bue@vester-andersen.dk>
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+#
+#------------
+#
+# This  is the Danish table for 8 dots computer Braille.
+# Use this table for translation and back-translation of Danish 8 dots computer Braille (Octo-Braille).
+#
+# Version: Bue Vester-Andersen, 170604
+
+### Table Metadata
+
+#-name: Dansk computer
+#-index-name: Danish, computer
+#-display-name: Danish computer braille
+
+#+locale: da
+#+type: computer
+#+contraction: no
+#+grade: 0
+#+dots: 8
+#+direction: both
+
+
+# Display upcodes
+include da-dk-octobraille.dis
+
+### Character definitions
+
+sign \x0000 8 NULL
+sign \x0001 178 START OF HEADING
+sign \x0002 1278 START OF TEXT
+sign \x0003 1478 END OF TEXT
+sign \x0004 14578 END OF TRANSMISSION
+sign \x0005 24568 ENQUIRY
+sign \x0006 12478 ACKNOWLEDGE
+sign \x0007 124578 BELL
+sign \x0008 12578 BACKSPACE
+space \t 2478 CHARACTER TABULATION
+space \n 678 LINE FEED (LF)
+space \v 1368 LINE TABULATION
+space \f 12378 FORM FEED (FF)
+space \r 257 CARRIAGE RETURN (CR)
+sign \x000e 134578 SHIFT OUT
+sign \x000f 12358 SHIFT IN
+sign \x0010 123478 DATA LINK ESCAPE
+sign \x0011 1234578 DEVICE CONTROL ONE
+sign \x0012 13568 DEVICE CONTROL TWO
+sign \x0013 4578 DEVICE CONTROL THREE
+sign \x0014 268 DEVICE CONTROL FOUR
+sign \x0015 13678 NEGATIVE ACKNOWLEDGE
+sign \x0016 278 SYNCHRONOUS IDLE
+sign \x0017 3578 END OF TRANSMISSION BLOCK
+sign \x0018 78 CANCEL
+sign \x0019 68 END OF MEDIUM
+sign \x001a 135678 SUBSTITUTE
+sign \x001b 2678 ESCAPE
+sign \x001c 45678 INFORMATION SEPARATOR FOUR
+sign \x001d 12368 INFORMATION SEPARATOR THREE
+sign \x001e 1234678 INFORMATION SEPARATOR TWO
+sign \x001f 235678 INFORMATION SEPARATOR ONE
+space \s 0 SPACE
+punctuation ! 235 EXCLAMATION MARK
+punctuation " 2356 QUOTATION MARK
+punctuation # 34568 NUMBER SIGN
+sign $ 25678 DOLLAR SIGN
+math % 24578 PERCENT SIGN
+sign & 123468 AMPERSAND
+punctuation ' 4 APOSTROPHE
+punctuation ( 2368 LEFT PARENTHESIS
+punctuation ) 3568 RIGHT PARENTHESIS
+punctuation * 35 ASTERISK
+math + 2358 PLUS SIGN
+punctuation , 2 COMMA
+punctuation - 368 HYPHEN-MINUS
+punctuation . 3 FULL STOP
+punctuation / 348 SLASH
+include digits8Dots.uti
+punctuation : 25 COLON
+punctuation ; 23 SEMICOLON
+math < 358 LESS-THAN SIGN
+math = 23568 EQUALS SIGN
+math > 267 GREATER-THAN SIGN
+punctuation ? 26 QUESTION MARK
+sign @ 478 COMMERCIAL AT
+uppercase A 17 Latin capital letter A
+uppercase B 127 Latin capital letter B
+uppercase C 147 Latin capital letter C
+uppercase D 1457 Latin capital letter D
+uppercase E 157 Latin capital letter E
+uppercase F 1247 Latin capital letter F
+uppercase G 12457 Latin capital letter G
+uppercase H 1257 Latin capital letter H
+uppercase I 247 Latin capital letter I
+uppercase J 2457 Latin capital letter J
+uppercase K 137 Latin capital letter K
+uppercase L 1237 Latin capital letter L
+uppercase M 1347 Latin capital letter M
+uppercase N 13457 Latin capital letter N
+uppercase O 1357 Latin capital letter O
+uppercase P 12347 Latin capital letter P
+uppercase Q 123457 Latin capital letter Q
+uppercase R 12357 Latin capital letter R
+uppercase S 2347 Latin capital letter S
+uppercase T 23457 Latin capital letter T
+uppercase U 1367 Latin capital letter U
+uppercase V 12367 Latin capital letter V
+uppercase W 24567 Latin capital letter W
+uppercase X 13467 Latin capital letter X
+uppercase Y 134567 Latin capital letter Y
+uppercase Z 13567 Latin capital letter Z
+punctuation [ 23678 LEFT SQUARE BRACKET
+punctuation \\ 347 REVERSE SLASH
+punctuation ] 35678 RIGHT SQUARE BRACKET
+punctuation ^ 12348 CIRCUMFLEX ACCENT
+punctuation _ 3678 LOW LINE
+punctuation ` 5 GRAVE ACCENT
+lowercase a 1 Latin small letter A
+lowercase b 12 Latin small letter B
+lowercase c 14 Latin small letter C
+lowercase d 145 Latin small letter D
+lowercase e 15 Latin small letter E
+lowercase f 124 Latin small letter F
+lowercase g 1245 Latin small letter G
+lowercase h 125 Latin small letter H
+lowercase i 24 Latin small letter I
+lowercase j 245 Latin small letter J
+lowercase k 13 Latin small letter K
+lowercase l 123 Latin small letter L
+lowercase m 134 Latin small letter M
+lowercase n 1345 Latin small letter N
+lowercase o 135 Latin small letter O
+lowercase p 1234 Latin small letter P
+lowercase q 12345 Latin small letter Q
+lowercase r 1235 Latin small letter R
+lowercase s 234 Latin small letter S
+lowercase t 2345 Latin small letter T
+lowercase u 136 Latin small letter U
+lowercase v 1236 Latin small letter V
+lowercase w 2456 Latin small letter W
+lowercase x 1346 Latin small letter X
+lowercase y 13456 Latin small letter Y
+lowercase z 1356 Latin small letter Z
+punctuation { 123678 LEFT CURLY BRACKET
+punctuation | 4568 VERTICAL LINE
+punctuation } 345678 RIGHT CURLY BRACKET
+punctuation ~ 467 TILDE
+sign \x007f 7 DELETE
+sign \x20AC 1578 #EURO SIGN (0x80)
+sign \x0081 45 <control-0081>
+punctuation \x201A 457 #Low single quote (0x82)
+sign \x0192 58 #Flurihn (0x83)
+punctuation \x201E 2378 #Low quote (0x84)
+punctuation \x2026 6 #Elipsis (0x85)
+sign \x2020 2357 #Dagger (0x86
+sign \x2021 23578 #Double dagger (0x87
+sign \x02c6 5678 #Modifier letter circumflex (0x88)
+math \x2030 245678 #permille sign (0x89)
+uppercase \x0160 23478 #Latin  capital Letter S with caron (0x8a/0x9a)
+punctuation \x2039 456 #SINGLE LEFT-POINTING ANGLE QUOTATION MARK (0x8b)
+uppercase \x0152 13578 #Latin capital LIGATURE OE (0x8c)
+sign \x008d 3567 REVERSE LINE FEED (not defined in cp1252)
+uppercase \x017d 3467 #Latin capital letter Z with caron (0x8e)
+sign \x008f 27 SINGLE SHIFT THREE (not defined in cp1252)
+sign \x0090 357 DEVICE CONTROL STRING (not defined in cp1252)
+punctuation \x2018 47 #LEFT SINGLE QUOTATION MARK (0x91)
+punctuation \x2019 48 #RIGHT SINGLE QUOTATION MARK (0x92)
+punctuation \x201c 237 #LEFT DOUBLE QUOTATION MARK (0x93)
+punctuation \x201d 568 #RIGHT DOUBLE QUOTATION MARK (0x94)
+sign \x2022 37 #Bullit (0x95)
+sign \x2013 36 #EN DASH (0x96)
+sign \x2014 367 #Em DASH (0x97)
+sign \x02DC 46 #small TILDE (0x98)
+sign \x2122 234578 #TRADE MARK SIGN (0x99)
+lowercase \x0161 2348 #Latin  lowercase Letter S with caron (0x8a/0x9a)
+punctuation \x203A 4567 #SINGLE RIGHT-POINTING ANGLE QUOTATION MARK (0x9b)
+lowercase \x0153 1358 #Latin small LIGATURE OE (0x9c)
+letter \x009d 2567 OPERATING SYSTEM COMMAND
+lowercase \x017E 346 #Latin small letter Z with caron (0x9e)
+uppercase \x0178 2345678 #Latin capital letter Y with DIAERESIS (0x9f)
+# FIXME: this rule now actually works, so adapt tests
+punctuation \x00a0 23458 NO-BREAK SPACE (0xa0)
+punctuation \x00a1 256 INVERTED EXCLAMATION MARK )0xa1)
+punctuation \x00a2 2578 CENT SIGN (0xa2)
+punctuation \x00a3 1238 POUND SIGN (0xa3)
+punctuation \x00a4 2367 CURRENCY SIGN (0xa4)
+punctuation \x00a5 67 YEN SIGN (0xa5)
+punctuation \x00a6 3478 BROKEN BAR (0xa6)
+punctuation \x00a7 578 SECTION SIGN (0xa7)
+punctuation \x00a8 56 DIAERESIS (0xa8)
+punctuation \x00a9 134678 COPYRIGHT SIGN (0xa9)
+letter \x00aa 234678 FEMININE ORDINAL INDICATOR (0xaa)
+punctuation \x00ab 57 LEFT-POINTING DOUBLE ANGLE QUOTATION MARK (0xab)
+punctuation \x00ac 34567 NOT SIGN (0xac)
+letter \x00ad 378 SOFT HYPHEN (0xad)
+punctuation \x00ae 123578 Registered sign (0xae)
+punctuation \x00af 23567 macron (0xaf)
+sign \x00b0 356 Degree sign (0xb0)
+math \x00b1 123458 PLUS-MINUS SIGN
+punctuation \x00b2 238 SUPERSCRIPT TWO
+punctuation \x00b3 258 SUPERSCRIPT THREE
+punctuation \x00b4 468 acute ACCENT
+sign \x00b5 236 MICRO SIGN
+punctuation \x00b6 1234568 PILCROW SIGN
+punctuation \x00b7 38 MIDDLE DOT
+punctuation \x00b8 4678 CEDILLA
+punctuation \x00b9 28 SUPERSCRIPT ONE
+letter \x00ba 12345678 MASCULINE ORDINAL INDICATOR
+punctuation \x00bb 567 RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK
+punctuation \x00bc 13458 VULGAR FRACTION ONE QUARTER
+punctuation \x00bd 458 VULGAR FRACTION ONE HALF
+punctuation \x00be 3456 VULGAR FRACTION THREE QUARTERS
+punctuation \x00bf 34 INVERTED QUESTION MARK
+uppercase \x00c0 123567 Latin capital letter A with GRAVE
+uppercase \x00c1 1235678 Latin capital letter A with acute
+uppercase \x00c2 1678 Latin capital letter A with CIRCUMFLEX
+uppercase \x00c3 14678 Latin capital letter A with TILDE
+uppercase \x00c4 34578 Latin capital letter A with DIAERESIS
+uppercase \x00c5 167 Latin capital letter A with RING ABOVE
+uppercase \x00c6 3457 Latin capital letter AE
+uppercase \x00c7 123467 Latin capital letter C with CEDILLA
+uppercase \x00c8 23467 Latin capital letter E with GRAVE
+uppercase \x00c9 1234567 Latin capital letter E with acute
+uppercase \x00ca 1267 Latin capital letter E with CIRCUMFLEX
+uppercase \x00cb 12467 Latin capital letter E with DIAERESIS
+uppercase \x00cc 15678 Latin capital letter I with GRAVE
+uppercase \x00cd 12678 Latin capital letter I with acute
+uppercase \x00ce 1467 Latin capital letter I with CIRCUMFLEX
+uppercase \x00cf 124567 Latin capital letter I with DIAERESIS
+uppercase \x00d0 1345678 Latin capital letter ETH
+uppercase \x00d1 1245678 Latin capital letter N with TILDE
+uppercase \x00d2 124678 Latin capital letter O with GRAVE
+uppercase \x00d3 34678 Latin capital letter O with acute
+uppercase \x00d4 14567 Latin capital letter O with CIRCUMFLEX
+uppercase \x00d5 145678 Latin capital letter O with TILDE
+uppercase \x00d6 24678 Latin capital letter O with DIAERESIS
+math \x00d7 13468 MULTIPLICATION SIGN
+uppercase \x00d8 2467 Latin capital letter O with STROKE
+uppercase \x00d9 234567 Latin capital letter U with GRAVE
+uppercase \x00da 125678 Latin capital letter U with acute
+uppercase \x00db 1567 Latin capital letter U with CIRCUMFLEX
+uppercase \x00dc 12567 Latin capital letter U with DIAERESIS
+uppercase \x00dd 13478 Latin capital letter Y with acute (infinite?)
+uppercase \x00de 1378 Latin capital letter THORN
+lowercase \x00df 23468 Latin small letter SHARP S
+lowercase \x00e0 12356 Latin small letter A with GRAVE
+lowercase \x00e1 123568 Latin small letter A with acute
+lowercase \x00e2 168 Latin small letter A with CIRCUMFLEX
+lowercase \x00e3 1468 Latin small letter A with TILDE
+lowercase \x00e4 3458 Latin small letter A with DIAERESIS
+lowercase \x00e5 16 Latin small letter A with RING ABOVE
+lowercase \x00e6 345 Latin small letter AE
+lowercase \x00e7 12346 Latin small letter C with CEDILLA
+lowercase \x00e8 2346 Latin small letter E with GRAVE
+lowercase \x00e9 123456 Latin small letter E with acute
+lowercase \x00ea 126 Latin small letter E with CIRCUMFLEX
+lowercase \x00eb 1246 Latin small letter E with DIAERESIS
+lowercase \x00ec 1568 Latin small letter I with GRAVE
+lowercase \x00ed 1268 Latin small letter I with acute
+lowercase \x00ee 146 Latin small letter I with CIRCUMFLEX
+lowercase \x00ef 12456 Latin small letter I with DIAERESIS
+lowercase \x00f0 134568 Latin small letter ETH
+lowercase \x00f1 124568 Latin small letter N with TILDE
+lowercase \x00f2 12468 Latin small letter O with GRAVE
+lowercase \x00f3 3468 Latin small letter O with acute
+lowercase \x00f4 1456 Latin small letter O with CIRCUMFLEX
+lowercase \x00f5 14568 Latin small letter O with TILDE
+lowercase \x00f6 2468 Latin small letter O with DIAERESIS
+math \x00f7 2568 DIVISION SIGN
+lowercase \x00f8 246 Latin small letter O with STROKE
+lowercase \x00f9 23456 Latin small letter U with GRAVE
+lowercase \x00fa 12568 Latin small letter U with acute
+lowercase \x00fb 156 Latin small letter U with CIRCUMFLEX
+lowercase \x00fc 1256 Latin small letter U with DIAERESIS
+lowercase \x00fd 1348 Latin small letter Y with acute
+lowercase \x00fe 138 Latin small letter THORN
+lowercase \x00ff 234568 Latin small letter Y with DIAERESIS
+
+# In CP-1252 the following chars are different from Unicode.
+# This placement ensures that Liblouis will always return the unicode when back-translating.
+sign \x0080 1578 #EURO SIGN (0x80)
+punctuation \x0082 457 #Low single quote (0x82)
+sign \x0083 58 #Flurihn (0x83)
+punctuation \x0084 2378 #Low quote (0x84)
+punctuation \x0085 6 #Elipsis (0x85)
+letter \x0086 2357 #Dagger (0x86
+letter \x0087 23578 #Double dagger (0x87
+letter \x0088 5678 #Modifier letter circumflex (0x88)
+math \x0089 245678 #permille sign (0x89)
+uppercase \x008a 23478 #Latin letter S with caron (0x8a)
+lowercase \x009a 2348
+punctuation \x008b 456 #SINGLE LEFT-POINTING ANGLE QUOTATION MARK (0x8b)
+uppercase \x008c 13578 #Latin LIGATURE OE (0x8c)
+lowercase \x009c 1358
+uppercase \x008e 3467 #Latin capital letter Z with caron (0x8e)
+lowercase \x009e 346
+punctuation \x0091 47 #LEFT SINGLE QUOTATION MARK (0x91)
+punctuation \x0092 48 #RIGHT SINGLE QUOTATION MARK (0x92)
+punctuation \x0093 237 #LEFT DOUBLE QUOTATION MARK (0x93)
+punctuation \x0094 568 #RIGHT DOUBLE QUOTATION MARK (0x94)
+sign \x0095 37 #Bullit (0x95)
+sign \x0096 36 #EN DASH (0x96)
+sign \x0097 367 #Em DASH (0x97)
+sign \x0098 46 #small TILDE (0x98)
+sign \x0099 234578 #TRADE MARK SIGN (0x99)
+punctuation \x009b 4567 #SINGLE RIGHT-POINTING ANGLE QUOTATION MARK (0x9b)
+uppercase \x009f 2345678 #Latin capital letter Y with DIAERESIS (0x9f)
+
+#Unicode Braille patterns
+include braille-patterns.cti
+
+undefined 26
+# liblouis: Korean Grade 1 (Uncontracted rules)
+#
+# Based on the braille contraction table in BRLTTY
+#
+#  Copyright (C) 1995-2012 by The BRLTTY Team.
+#  Copyright (C) 2012 by Samuel Thibault <samuel.thibault@ens-lyon.org>
+#  Copyright (C) 2012 by Mesar Hameed <mhameed@src.gnome.org>
+#  Copyright (C) 2013 by Joseph Lee <joseph.lee22590@gmail.com>
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+
+# Rules specific to grade 1:
+
+# Case 1: Numbers followed by Korean characters:
+# There are seven Korean conscenant dots which may be confused with numberals.
+# In this case, a speace character (dot 0) is inserted between end of number(s) and Korean charaacters.
+after digit always 나 0-14-126
+after digit always 낙 0-14-126-1
+after digit always 낚 0-14-126-1-1
+after digit always 낛 0-14-126-1-3
+after digit always 난 0-14-126-25
+after digit always 낝 0-14-126-25-13
+after digit always 낞 0-14-126-25-356
+after digit always 낟 0-14-126-35
+after digit always 날 0-14-126-2
+after digit always 낡 0-14-126-2-1
+after digit always 낢 0-14-126-2-26
+after digit always 낣 0-14-126-2-12
+after digit always 낤 0-14-126-2-3
+after digit always 낥 0-14-126-2-236
+after digit always 낦 0-14-126-2-256
+after digit always 낧 0-14-126-2-356
+after digit always 남 0-14-126-26
+after digit always 납 0-14-126-12
+after digit always 낪 0-14-126-12-3
+after digit always 낫 0-14-126-3
+after digit always 났 0-14-126-34
+after digit always 낭 0-14-126-2356
+after digit always 낮 0-14-126-13
+after digit always 낯 0-14-126-23
+after digit always 낰 0-14-126-235
+after digit always 낱 0-14-126-236
+after digit always 낲 0-14-126-256
+after digit always 낳 0-14-126-356
+after digit always 넉 0-14-234-1
+after digit always 넊 0-14-234-1-1
+after digit always 넋 0-14-234-1-3
+after digit always 넌 0-14-234-25
+after digit always 넍 0-14-234-25-13
+after digit always 넎 0-14-234-25-356
+after digit always 널 0-14-234-2
+after digit always 넑 0-14-234-2-1
+after digit always 넒 0-14-234-2-26
+after digit always 넓 0-14-234-2-12
+after digit always 넔 0-14-234-2-3
+after digit always 넕 0-14-234-2-236
+after digit always 넖 0-14-234-2-256
+after digit always 넗 0-14-234-2-356
+after digit always 년 0-14-156-25
+after digit always 녅 0-14-156-25-13
+after digit always 녆 0-14-156-25-356
+after digit always 녈 0-14-156-2
+after digit always 녉 0-14-156-2-1
+after digit always 녊 0-14-156-2-26
+after digit always 녋 0-14-156-2-12
+after digit always 녌 0-14-156-2-3
+after digit always 녍 0-14-156-2-236
+after digit always 녎 0-14-156-2-256
+after digit always 녏 0-14-156-2-356
+after digit always 녕 0-14-156-2356
+after digit always 녹 0-14-136-1
+after digit always 녺 0-14-136-1-1
+after digit always 녻 0-14-136-1-3
+after digit always 논 0-14-136-25
+after digit always 녽 0-14-136-25-13
+after digit always 녾 0-14-136-25-356
+after digit always 농 0-14-136-2356
+after digit always 눈 0-14-134-25
+after digit always 눉 0-14-134-25-13
+after digit always 눊 0-14-134-25-356
+after digit always 눌 0-14-134-2
+after digit always 눍 0-14-134-2-1
+after digit always 눎 0-14-134-2-26
+after digit always 눏 0-14-134-2-12
+after digit always 눐 0-14-134-2-3
+after digit always 눑 0-14-134-2-236
+after digit always 눒 0-14-134-2-256
+after digit always 눓 0-14-134-2-356
+after digit always 는 0-14-246-25
+after digit always 늕 0-14-246-25-13
+after digit always 늖 0-14-246-25-356
+after digit always 늘 0-14-246-2
+after digit always 늙 0-14-246-2-1
+after digit always 늚 0-14-246-2-26
+after digit always 늛 0-14-246-2-12
+after digit always 늜 0-14-246-2-3
+after digit always 늝 0-14-246-2-236
+after digit always 늞 0-14-246-2-256
+after digit always 늟 0-14-246-2-356
+after digit always 닌 0-14-135-25
+after digit always 닍 0-14-135-25-13
+after digit always 닎 0-14-135-25-356
+after digit always 다 0-24-126
+after digit always 닥 0-24-126-1
+after digit always 닦 0-24-126-1-1
+after digit always 닧 0-24-126-1-3
+after digit always 단 0-24-126-25
+after digit always 닩 0-24-126-25-13
+after digit always 닪 0-24-126-25-356
+after digit always 닫 0-24-126-35
+after digit always 달 0-24-126-2
+after digit always 닭 0-24-126-2-1
+after digit always 닮 0-24-126-2-26
+after digit always 닯 0-24-126-2-12
+after digit always 닰 0-24-126-2-3
+after digit always 닱 0-24-126-2-236
+after digit always 닲 0-24-126-2-256
+after digit always 닳 0-24-126-2-356
+after digit always 담 0-24-126-26
+after digit always 답 0-24-126-12
+after digit always 닶 0-24-126-12-3
+after digit always 닷 0-24-126-3
+after digit always 닸 0-24-126-34
+after digit always 당 0-24-126-2356
+after digit always 닺 0-24-126-13
+after digit always 닻 0-24-126-23
+after digit always 닼 0-24-126-235
+after digit always 닽 0-24-126-236
+after digit always 닾 0-24-126-256
+after digit always 닿 0-24-126-356
+after digit always 덕 0-24-234-1
+after digit always 덖 0-24-234-1-1
+after digit always 덗 0-24-234-1-3
+after digit always 던 0-24-234-25
+after digit always 덙 0-24-234-25-13
+after digit always 덚 0-24-234-25-356
+after digit always 덜 0-24-234-2
+after digit always 덝 0-24-234-2-1
+after digit always 덞 0-24-234-2-26
+after digit always 덟 0-24-234-2-12
+after digit always 덠 0-24-234-2-3
+after digit always 덡 0-24-234-2-236
+after digit always 덢 0-24-234-2-256
+after digit always 덣 0-24-234-2-356
+after digit always 뎐 0-24-156-25
+after digit always 뎑 0-24-156-25-13
+after digit always 뎒 0-24-156-25-356
+after digit always 뎔 0-24-156-2
+after digit always 뎕 0-24-156-2-1
+after digit always 뎖 0-24-156-2-26
+after digit always 뎗 0-24-156-2-12
+after digit always 뎘 0-24-156-2-3
+after digit always 뎙 0-24-156-2-236
+after digit always 뎚 0-24-156-2-256
+after digit always 뎛 0-24-156-2-356
+after digit always 뎡 0-24-156-2356
+after digit always 독 0-24-136-1
+after digit always 돆 0-24-136-1-1
+after digit always 돇 0-24-136-1-3
+after digit always 돈 0-24-136-25
+after digit always 돉 0-24-136-25-13
+after digit always 돊 0-24-136-25-356
+after digit always 동 0-24-136-2356
+after digit always 둔 0-24-134-25
+after digit always 둕 0-24-134-25-13
+after digit always 둖 0-24-134-25-356
+after digit always 둘 0-24-134-2
+after digit always 둙 0-24-134-2-1
+after digit always 둚 0-24-134-2-26
+after digit always 둛 0-24-134-2-12
+after digit always 둜 0-24-134-2-3
+after digit always 둝 0-24-134-2-236
+after digit always 둞 0-24-134-2-256
+after digit always 둟 0-24-134-2-356
+after digit always 든 0-24-246-25
+after digit always 듡 0-24-246-25-13
+after digit always 듢 0-24-246-25-356
+after digit always 들 0-24-246-2
+after digit always 듥 0-24-246-2-1
+after digit always 듦 0-24-246-2-26
+after digit always 듧 0-24-246-2-12
+after digit always 듨 0-24-246-2-3
+after digit always 듩 0-24-246-2-236
+after digit always 듪 0-24-246-2-256
+after digit always 듫 0-24-246-2-356
+after digit always 딘 0-24-135-25
+after digit always 딙 0-24-135-25-13
+after digit always 딚 0-24-135-25-356
+after digit always 마 0-15-126
+after digit always 막 0-15-126-1
+after digit always 맊 0-15-126-1-1
+after digit always 맋 0-15-126-1-3
+after digit always 만 0-15-126-25
+after digit always 맍 0-15-126-25-13
+after digit always 많 0-15-126-25-356
+after digit always 맏 0-15-126-35
+after digit always 말 0-15-126-2
+after digit always 맑 0-15-126-2-1
+after digit always 맒 0-15-126-2-26
+after digit always 맓 0-15-126-2-12
+after digit always 맔 0-15-126-2-3
+after digit always 맕 0-15-126-2-236
+after digit always 맖 0-15-126-2-256
+after digit always 맗 0-15-126-2-356
+after digit always 맘 0-15-126-26
+after digit always 맙 0-15-126-12
+after digit always 맚 0-15-126-12-3
+after digit always 맛 0-15-126-3
+after digit always 맜 0-15-126-34
+after digit always 망 0-15-126-2356
+after digit always 맞 0-15-126-13
+after digit always 맟 0-15-126-23
+after digit always 맠 0-15-126-235
+after digit always 맡 0-15-126-236
+after digit always 맢 0-15-126-256
+after digit always 맣 0-15-126-356
+after digit always 먹 0-15-234-1
+after digit always 먺 0-15-234-1-1
+after digit always 먻 0-15-234-1-3
+after digit always 먼 0-15-234-25
+after digit always 먽 0-15-234-25-13
+after digit always 먾 0-15-234-25-356
+after digit always 멀 0-15-234-2
+after digit always 멁 0-15-234-2-1
+after digit always 멂 0-15-234-2-26
+after digit always 멃 0-15-234-2-12
+after digit always 멄 0-15-234-2-3
+after digit always 멅 0-15-234-2-236
+after digit always 멆 0-15-234-2-256
+after digit always 멇 0-15-234-2-356
+after digit always 면 0-15-156-25
+after digit always 멵 0-15-156-25-13
+after digit always 멶 0-15-156-25-356
+after digit always 멸 0-15-156-2
+after digit always 멹 0-15-156-2-1
+after digit always 멺 0-15-156-2-26
+after digit always 멻 0-15-156-2-12
+after digit always 멼 0-15-156-2-3
+after digit always 멽 0-15-156-2-236
+after digit always 멾 0-15-156-2-256
+after digit always 멿 0-15-156-2-356
+after digit always 명 0-15-156-2356
+after digit always 목 0-15-136-1
+after digit always 몪 0-15-136-1-1
+after digit always 몫 0-15-136-1-3
+after digit always 몬 0-15-136-25
+after digit always 몭 0-15-136-25-13
+after digit always 몮 0-15-136-25-356
+after digit always 몽 0-15-136-2356
+after digit always 문 0-15-134-25
+after digit always 묹 0-15-134-25-13
+after digit always 묺 0-15-134-25-356
+after digit always 물 0-15-134-2
+after digit always 묽 0-15-134-2-1
+after digit always 묾 0-15-134-2-26
+after digit always 묿 0-15-134-2-12
+after digit always 뭀 0-15-134-2-3
+after digit always 뭁 0-15-134-2-236
+after digit always 뭂 0-15-134-2-256
+after digit always 뭃 0-15-134-2-356
+after digit always 믄 0-15-246-25
+after digit always 믅 0-15-246-25-13
+after digit always 믆 0-15-246-25-356
+after digit always 믈 0-15-246-2
+after digit always 믉 0-15-246-2-1
+after digit always 믊 0-15-246-2-26
+after digit always 믋 0-15-246-2-12
+after digit always 믌 0-15-246-2-3
+after digit always 믍 0-15-246-2-236
+after digit always 믎 0-15-246-2-256
+after digit always 믏 0-15-246-2-356
+after digit always 민 0-15-135-25
+after digit always 믽 0-15-135-25-13
+after digit always 믾 0-15-135-25-356
+after digit always 카 0-124-126
+after digit always 칵 0-124-126-1
+after digit always 칶 0-124-126-1-1
+after digit always 칷 0-124-126-1-3
+after digit always 칸 0-124-126-25
+after digit always 칹 0-124-126-25-13
+after digit always 칺 0-124-126-25-356
+after digit always 칻 0-124-126-35
+after digit always 칼 0-124-126-2
+after digit always 칽 0-124-126-2-1
+after digit always 칾 0-124-126-2-26
+after digit always 칿 0-124-126-2-12
+after digit always 캀 0-124-126-2-3
+after digit always 캁 0-124-126-2-236
+after digit always 캂 0-124-126-2-256
+after digit always 캃 0-124-126-2-356
+after digit always 캄 0-124-126-26
+after digit always 캅 0-124-126-12
+after digit always 캆 0-124-126-12-3
+after digit always 캇 0-124-126-3
+after digit always 캈 0-124-126-34
+after digit always 캉 0-124-126-2356
+after digit always 캊 0-124-126-13
+after digit always 캋 0-124-126-23
+after digit always 캌 0-124-126-235
+after digit always 캍 0-124-126-236
+after digit always 캎 0-124-126-256
+after digit always 캏 0-124-126-356
+after digit always 컥 0-124-234-1
+after digit always 컦 0-124-234-1-1
+after digit always 컧 0-124-234-1-3
+after digit always 컨 0-124-234-25
+after digit always 컩 0-124-234-25-13
+after digit always 컪 0-124-234-25-356
+after digit always 컬 0-124-234-2
+after digit always 컭 0-124-234-2-1
+after digit always 컮 0-124-234-2-26
+after digit always 컯 0-124-234-2-12
+after digit always 컰 0-124-234-2-3
+after digit always 컱 0-124-234-2-236
+after digit always 컲 0-124-234-2-256
+after digit always 컳 0-124-234-2-356
+after digit always 켠 0-124-156-25
+after digit always 켡 0-124-156-25-13
+after digit always 켢 0-124-156-25-356
+after digit always 켤 0-124-156-2
+after digit always 켥 0-124-156-2-1
+after digit always 켦 0-124-156-2-26
+after digit always 켧 0-124-156-2-12
+after digit always 켨 0-124-156-2-3
+after digit always 켩 0-124-156-2-236
+after digit always 켪 0-124-156-2-256
+after digit always 켫 0-124-156-2-356
+after digit always 켱 0-124-156-2356
+after digit always 콕 0-124-136-1
+after digit always 콖 0-124-136-1-1
+after digit always 콗 0-124-136-1-3
+after digit always 콘 0-124-136-25
+after digit always 콙 0-124-136-25-13
+after digit always 콚 0-124-136-25-356
+after digit always 콩 0-124-136-2356
+after digit always 쿤 0-124-134-25
+after digit always 쿥 0-124-134-25-13
+after digit always 쿦 0-124-134-25-356
+after digit always 쿨 0-124-134-2
+after digit always 쿩 0-124-134-2-1
+after digit always 쿪 0-124-134-2-26
+after digit always 쿫 0-124-134-2-12
+after digit always 쿬 0-124-134-2-3
+after digit always 쿭 0-124-134-2-236
+after digit always 쿮 0-124-134-2-256
+after digit always 쿯 0-124-134-2-356
+after digit always 큰 0-124-246-25
+after digit always 큱 0-124-246-25-13
+after digit always 큲 0-124-246-25-356
+after digit always 클 0-124-246-2
+after digit always 큵 0-124-246-2-1
+after digit always 큶 0-124-246-2-26
+after digit always 큷 0-124-246-2-12
+after digit always 큸 0-124-246-2-3
+after digit always 큹 0-124-246-2-236
+after digit always 큺 0-124-246-2-256
+after digit always 큻 0-124-246-2-356
+after digit always 킨 0-124-135-25
+after digit always 킩 0-124-135-25-13
+after digit always 킪 0-124-135-25-356
+after digit always 타 0-125-126
+after digit always 탁 0-125-126-1
+after digit always 탂 0-125-126-1-1
+after digit always 탃 0-125-126-1-3
+after digit always 탄 0-125-126-25
+after digit always 탅 0-125-126-25-13
+after digit always 탆 0-125-126-25-356
+after digit always 탇 0-125-126-35
+after digit always 탈 0-125-126-2
+after digit always 탉 0-125-126-2-1
+after digit always 탊 0-125-126-2-26
+after digit always 탋 0-125-126-2-12
+after digit always 탌 0-125-126-2-3
+after digit always 탍 0-125-126-2-236
+after digit always 탎 0-125-126-2-256
+after digit always 탏 0-125-126-2-356
+after digit always 탐 0-125-126-26
+after digit always 탑 0-125-126-12
+after digit always 탒 0-125-126-12-3
+after digit always 탓 0-125-126-3
+after digit always 탔 0-125-126-34
+after digit always 탕 0-125-126-2356
+after digit always 탖 0-125-126-13
+after digit always 탗 0-125-126-23
+after digit always 탘 0-125-126-235
+after digit always 탙 0-125-126-236
+after digit always 탚 0-125-126-256
+after digit always 탛 0-125-126-356
+after digit always 턱 0-125-234-1
+after digit always 턲 0-125-234-1-1
+after digit always 턳 0-125-234-1-3
+after digit always 턴 0-125-234-25
+after digit always 턵 0-125-234-25-13
+after digit always 턶 0-125-234-25-356
+after digit always 털 0-125-234-2
+after digit always 턹 0-125-234-2-1
+after digit always 턺 0-125-234-2-26
+after digit always 턻 0-125-234-2-12
+after digit always 턼 0-125-234-2-3
+after digit always 턽 0-125-234-2-236
+after digit always 턾 0-125-234-2-256
+after digit always 턿 0-125-234-2-356
+after digit always 텬 0-125-156-25
+after digit always 텭 0-125-156-25-13
+after digit always 텮 0-125-156-25-356
+after digit always 텰 0-125-156-2
+after digit always 텱 0-125-156-2-1
+after digit always 텲 0-125-156-2-26
+after digit always 텳 0-125-156-2-12
+after digit always 텴 0-125-156-2-3
+after digit always 텵 0-125-156-2-236
+after digit always 텶 0-125-156-2-256
+after digit always 텷 0-125-156-2-356
+after digit always 텽 0-125-156-2356
+after digit always 톡 0-125-136-1
+after digit always 톢 0-125-136-1-1
+after digit always 톣 0-125-136-1-3
+after digit always 톤 0-125-136-25
+after digit always 톥 0-125-136-25-13
+after digit always 톦 0-125-136-25-356
+after digit always 통 0-125-136-2356
+after digit always 툰 0-125-134-25
+after digit always 툱 0-125-134-25-13
+after digit always 툲 0-125-134-25-356
+after digit always 툴 0-125-134-2
+after digit always 툵 0-125-134-2-1
+after digit always 툶 0-125-134-2-26
+after digit always 툷 0-125-134-2-12
+after digit always 툸 0-125-134-2-3
+after digit always 툹 0-125-134-2-236
+after digit always 툺 0-125-134-2-256
+after digit always 툻 0-125-134-2-356
+after digit always 튼 0-125-246-25
+after digit always 튽 0-125-246-25-13
+after digit always 튾 0-125-246-25-356
+after digit always 틀 0-125-246-2
+after digit always 틁 0-125-246-2-1
+after digit always 틂 0-125-246-2-26
+after digit always 틃 0-125-246-2-12
+after digit always 틄 0-125-246-2-3
+after digit always 틅 0-125-246-2-236
+after digit always 틆 0-125-246-2-256
+after digit always 틇 0-125-246-2-356
+after digit always 틴 0-125-135-25
+after digit always 틵 0-125-135-25-13
+after digit always 틶 0-125-135-25-356
+after digit always 파 0-145-126
+after digit always 팍 0-145-126-1
+after digit always 팎 0-145-126-1-1
+after digit always 팏 0-145-126-1-3
+after digit always 판 0-145-126-25
+after digit always 팑 0-145-126-25-13
+after digit always 팒 0-145-126-25-356
+after digit always 팓 0-145-126-35
+after digit always 팔 0-145-126-2
+after digit always 팕 0-145-126-2-1
+after digit always 팖 0-145-126-2-26
+after digit always 팗 0-145-126-2-12
+after digit always 팘 0-145-126-2-3
+after digit always 팙 0-145-126-2-236
+after digit always 팚 0-145-126-2-256
+after digit always 팛 0-145-126-2-356
+after digit always 팜 0-145-126-26
+after digit always 팝 0-145-126-12
+after digit always 팞 0-145-126-12-3
+after digit always 팟 0-145-126-3
+after digit always 팠 0-145-126-34
+after digit always 팡 0-145-126-2356
+after digit always 팢 0-145-126-13
+after digit always 팣 0-145-126-23
+after digit always 팤 0-145-126-235
+after digit always 팥 0-145-126-236
+after digit always 팦 0-145-126-256
+after digit always 팧 0-145-126-356
+after digit always 퍽 0-145-234-1
+after digit always 퍾 0-145-234-1-1
+after digit always 퍿 0-145-234-1-3
+after digit always 펀 0-145-234-25
+after digit always 펁 0-145-234-25-13
+after digit always 펂 0-145-234-25-356
+after digit always 펄 0-145-234-2
+after digit always 펅 0-145-234-2-1
+after digit always 펆 0-145-234-2-26
+after digit always 펇 0-145-234-2-12
+after digit always 펈 0-145-234-2-3
+after digit always 펉 0-145-234-2-236
+after digit always 펊 0-145-234-2-256
+after digit always 펋 0-145-234-2-356
+after digit always 편 0-145-156-25
+after digit always 펹 0-145-156-25-13
+after digit always 펺 0-145-156-25-356
+after digit always 펼 0-145-156-2
+after digit always 펽 0-145-156-2-1
+after digit always 펾 0-145-156-2-26
+after digit always 펿 0-145-156-2-12
+after digit always 폀 0-145-156-2-3
+after digit always 폁 0-145-156-2-236
+after digit always 폂 0-145-156-2-256
+after digit always 폃 0-145-156-2-356
+after digit always 평 0-145-156-2356
+after digit always 폭 0-145-136-1
+after digit always 폮 0-145-136-1-1
+after digit always 폯 0-145-136-1-3
+after digit always 폰 0-145-136-25
+after digit always 폱 0-145-136-25-13
+after digit always 폲 0-145-136-25-356
+after digit always 퐁 0-145-136-2356
+after digit always 푼 0-145-134-25
+after digit always 푽 0-145-134-25-13
+after digit always 푾 0-145-134-25-356
+after digit always 풀 0-145-134-2
+after digit always 풁 0-145-134-2-1
+after digit always 풂 0-145-134-2-26
+after digit always 풃 0-145-134-2-12
+after digit always 풄 0-145-134-2-3
+after digit always 풅 0-145-134-2-236
+after digit always 풆 0-145-134-2-256
+after digit always 풇 0-145-134-2-356
+after digit always 픈 0-145-246-25
+after digit always 픉 0-145-246-25-13
+after digit always 픊 0-145-246-25-356
+after digit always 플 0-145-246-2
+after digit always 픍 0-145-246-2-1
+after digit always 픎 0-145-246-2-26
+after digit always 픏 0-145-246-2-12
+after digit always 픐 0-145-246-2-3
+after digit always 픑 0-145-246-2-236
+after digit always 픒 0-145-246-2-256
+after digit always 픓 0-145-246-2-356
+after digit always 핀 0-145-135-25
+after digit always 핁 0-145-135-25-13
+after digit always 핂 0-145-135-25-356
+after digit always 하 0-245-126
+after digit always 학 0-245-126-1
+after digit always 핚 0-245-126-1-1
+after digit always 핛 0-245-126-1-3
+after digit always 한 0-245-126-25
+after digit always 핝 0-245-126-25-13
+after digit always 핞 0-245-126-25-356
+after digit always 핟 0-245-126-35
+after digit always 할 0-245-126-2
+after digit always 핡 0-245-126-2-1
+after digit always 핢 0-245-126-2-26
+after digit always 핣 0-245-126-2-12
+after digit always 핤 0-245-126-2-3
+after digit always 핥 0-245-126-2-236
+after digit always 핦 0-245-126-2-256
+after digit always 핧 0-245-126-2-356
+after digit always 함 0-245-126-26
+after digit always 합 0-245-126-12
+after digit always 핪 0-245-126-12-3
+after digit always 핫 0-245-126-3
+after digit always 핬 0-245-126-34
+after digit always 항 0-245-126-2356
+after digit always 핮 0-245-126-13
+after digit always 핯 0-245-126-23
+after digit always 핰 0-245-126-235
+after digit always 핱 0-245-126-236
+after digit always 핲 0-245-126-256
+after digit always 핳 0-245-126-356
+after digit always 헉 0-245-234-1
+after digit always 헊 0-245-234-1-1
+after digit always 헋 0-245-234-1-3
+after digit always 헌 0-245-234-25
+after digit always 헍 0-245-234-25-13
+after digit always 헎 0-245-234-25-356
+after digit always 헐 0-245-234-2
+after digit always 헑 0-245-234-2-1
+after digit always 헒 0-245-234-2-26
+after digit always 헓 0-245-234-2-12
+after digit always 헔 0-245-234-2-3
+after digit always 헕 0-245-234-2-236
+after digit always 헖 0-245-234-2-256
+after digit always 헗 0-245-234-2-356
+after digit always 현 0-245-156-25
+after digit always 혅 0-245-156-25-13
+after digit always 혆 0-245-156-25-356
+after digit always 혈 0-245-156-2
+after digit always 혉 0-245-156-2-1
+after digit always 혊 0-245-156-2-26
+after digit always 혋 0-245-156-2-12
+after digit always 혌 0-245-156-2-3
+after digit always 혍 0-245-156-2-236
+after digit always 혎 0-245-156-2-256
+after digit always 혏 0-245-156-2-356
+after digit always 형 0-245-156-2356
+after digit always 혹 0-245-136-1
+after digit always 혺 0-245-136-1-1
+after digit always 혻 0-245-136-1-3
+after digit always 혼 0-245-136-25
+after digit always 혽 0-245-136-25-13
+after digit always 혾 0-245-136-25-356
+after digit always 홍 0-245-136-2356
+after digit always 훈 0-245-134-25
+after digit always 훉 0-245-134-25-13
+after digit always 훊 0-245-134-25-356
+after digit always 훌 0-245-134-2
+after digit always 훍 0-245-134-2-1
+after digit always 훎 0-245-134-2-26
+after digit always 훏 0-245-134-2-12
+after digit always 훐 0-245-134-2-3
+after digit always 훑 0-245-134-2-236
+after digit always 훒 0-245-134-2-256
+after digit always 훓 0-245-134-2-356
+after digit always 흔 0-245-246-25
+after digit always 흕 0-245-246-25-13
+after digit always 흖 0-245-246-25-356
+after digit always 흘 0-245-246-2
+after digit always 흙 0-245-246-2-1
+after digit always 흚 0-245-246-2-26
+after digit always 흛 0-245-246-2-12
+after digit always 흜 0-245-246-2-3
+after digit always 흝 0-245-246-2-236
+after digit always 흞 0-245-246-2-256
+after digit always 흟 0-245-246-2-356
+after digit always 힌 0-245-135-25
+after digit always 힍 0-245-135-25-13
+after digit always 힎 0-245-135-25-356
+
+# For grade 2 versions of these dots, see ko2.ctb.
+#
+#  Copyright (C) 2011 by Peter Engström <peter.engstrom@indexbraille.com>
+#  Copyright (C) 2011 by Monk Jeremiah, Manastir Decani <visokidecani@gmail.com>
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 3 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+#
+# -----------------------------------------------------------------------------
+#
+# 	SERBIAN
+#	=======
+# 	Authors:	Peter Engström, Index Braille <peter.engstrom@indexbraille.com>
+#				Monk Jeremiah, Manastir Decani <visokidecani@gmail.com>
+#
+# 	Date: 		Note:
+#	2011-03-28	Initial release
+#	2015-08-28	Additions and fixes by Zvonimir Stanecic
+#
+# ---------------------------------------------------------------------------------------
+
+include sr-chardefs.cti
+include braille-patterns.cti
+
+numsign 3456								# number sign
+capsletter 46
+begcapsword 45
+
+prepunc `` 236
+# --- Emphasis opcodes ---------------------------------------------------------
+emphclass italic
+emphclass underline
+emphclass bold
+
+endemphphrase italic after 6-3
+lenemphphrase italic 1
+begemphword italic 6-456
+endemphword italic 6-3
+emphletter italic 456
+
+endemphphrase bold after 6-3
+lenemphphrase bold 1
+begemphword bold 6-456
+endemphword bold 6-3
+emphletter bold 456
+
+endemphphrase underline after 6-3
+lenemphphrase underline 1
+begemphword underline 6-456
+endemphword underline 6-3
+emphletter underline 456
+
+#----------- SPECIAL SYLLABLES ------------------------------------------------
+always \x0044\x017D 12456			# LATIN CAPITAL LETTER D + LATIN CAPITAL LETTER Z WITH CARON
+always \x0044\x017E 12456			# LATIN CAPITAL LETTER D + LATIN SMALL LETTER Z WITH CARON
+always \x0064\x017E 12456			# LATIN SMALL LETTER D + LATIN SMALL LETTER Z WITH CARON
+always LJ 126						# LJ
+always Lj 126						# Lj
+always lj 126						# lj
+always NJ 1246						# NJ
+always Nj 1246						# Nj
+always nj 1246						# nj
+#-----------------------------------------------------------------------------
+
+#----------- SPECIAL WORDS ---------------------------------------------------
+word injekc 24-1345-245-15-13-14
+word injekt 24-1345-245-15-13-2345
+word konjunk 13-135-1345-245-136-1345-13
+word konjug 13-135-1345-245-136-1245
+word nadživ 1345-1-145-2346-24-1236
+word odživ 135-145-2346-24-1236
+word predživot 1234-1235-15-145-2346-24-1236-135-2345
+word tanjug 2345-1-1345-245-136-1245
+#-----------------------------------------------------------------------------
+
+# mathematical symbols
+midnum ­ 36
+midnum - 36
+endnum % 3456-245-356 #46
+
+
+# special character sequences
+literal :// URLs
+literal www.
+
+literal .com
+literal .edu
+literal .gov
+literal .mil
+literal .net
+literal .org
+
+literal .doc
+literal .htm
+literal .html
+literal .tex
+literal .txt
+
+literal .gif
+literal .jpg
+literal .png
+literal .wav
+
+literal .tar
+literal .zip
+# liblouis: Korean (Characters)
+#
+# Based on the braille contraction table in BRLTTY
+#
+#  Copyright (C) 1995-2012 by The BRLTTY Team.
+#  Copyright (C) 2012 by Samuel Thibault <samuel.thibault@ens-lyon.org>
+#  Copyright (C) 2012 by Mesar Hameed <mhameed@src.gnome.org>
+#  Copyright (C) 2013-2014 by Joseph Lee <joseph.lee22590@gmail.com>
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+
+# This is missing CHITUEUM*, CEONGCHIEUMSIOS, PANSIOS, YESIEUNG, RINHIEUH and
+# ARAEA for which I couldn't find documentation.  Please contact me to fix
+# anything, as this table was generated from a C program.
+
+#A dictionary of individual Korean characters and their dot representations.
+#This will be merged into base Korean tables for both old set (ko.cti) and new 2006 edition (ko-2006.cti).
+# This dictionary also includes basic translation rules to be applied in both grades 1 and 2.
+
+sign ᄀ 4
+sign ᄁ 6-4
+sign ᄂ 14
+sign ᄃ 24
+sign ᄄ 6-24
+sign ᄅ 5
+sign ᄆ 15
+sign ᄇ 45
+sign ᄈ 6-45
+sign ᄉ 6
+sign ᄊ 6-6
+sign ᄋ 2356
+sign ᄌ 46
+sign ᄍ 6-46
+sign ᄎ 56
+sign ᄏ 124
+sign ᄐ 125
+sign ᄑ 145
+sign ᄒ 245
+sign ᄓ 14-4
+sign ᄔ 14-14
+sign ᄕ 14-24
+sign ᄖ 14-45
+sign ᄗ 24-4
+sign ᄘ 5-14
+sign ᄙ 5-5
+sign ᄚ 5-245
+sign ᄛ 5
+sign ᄜ 15-45
+sign ᄝ 15
+sign ᄞ 45-4
+sign ᄟ 45-14
+sign ᄠ 45-24
+sign ᄡ 45-6
+sign ᄢ 45-6-4
+sign ᄣ 45-6-24
+sign ᄤ 45-6-45
+sign ᄥ 45-6-6
+sign ᄦ 45-6-46
+sign ᄧ 45-46
+sign ᄨ 45-56
+sign ᄩ 45-125
+sign ᄪ 45-145
+sign ᄫ 45
+sign ᄬ 45-45
+sign ᄭ 6-4
+sign ᄮ 6-14
+sign ᄯ 6-24
+sign ᄰ 6-5
+sign ᄱ 6-15
+sign ᄲ 6-45
+sign ᄳ 6-45-4
+sign ᄴ 6-6-6
+sign ᄵ 6-2356
+sign ᄶ 6-46
+sign ᄷ 6-56
+sign ᄸ 6-124
+sign ᄹ 6-125
+sign ᄺ 6-145
+sign ᄻ 6-245
+sign ᅁ 4
+sign ᅂ 24
+sign ᅃ 15
+sign ᅄ 45
+sign ᅅ 6
+sign ᅇ 2356-2356
+sign ᅈ 46
+sign ᅉ 56
+sign ᅊ 125
+sign ᅋ 145
+sign ᅍ 46-2356
+sign ᅒ 56-124
+sign ᅓ 56-245
+sign ᅖ 145-45
+sign ᅗ 145
+sign ᅘ 245-245
+sign ᅟ 0
+sign ᅠ 0
+sign ᅡ 126
+sign ᅢ 1235
+sign ᅣ 345
+sign ᅤ 345-1235
+sign ᅥ 234
+sign ᅦ 1345
+sign ᅧ 156
+sign ᅨ 34
+sign ᅩ 136
+sign ᅪ 1236
+sign ᅫ 1236-1235
+sign ᅬ 13456
+sign ᅭ 346
+sign ᅮ 134
+sign ᅯ 1234
+sign ᅰ 1234-1235
+sign ᅱ 134-1235
+sign ᅲ 146
+sign ᅳ 246
+sign ᅴ 2456
+sign ᅵ 135
+sign ᅶ 126-136
+sign ᅷ 126-134
+sign ᅸ 345-136
+sign ᅹ 345-346
+sign ᅺ 234-136
+sign ᅻ 234-134
+sign ᅼ 234-246
+sign ᅽ 156-136
+sign ᅾ 156-134
+sign ᅿ 136-234
+sign ᆀ 136-1345
+sign ᆁ 136-34
+sign ᆂ 136-136
+sign ᆃ 136-134
+sign ᆄ 346-345
+sign ᆅ 346-345-1235
+sign ᆆ 346-156
+sign ᆇ 346-136
+sign ᆈ 346-135
+sign ᆉ 134-126
+sign ᆊ 134-1235
+sign ᆋ 134-234-246
+sign ᆌ 134-34
+sign ᆍ 134-134
+sign ᆎ 146-126
+sign ᆏ 146-234
+sign ᆐ 146-1345
+sign ᆑ 146-156
+sign ᆒ 146-34
+sign ᆓ 146-134
+sign ᆔ 146-135
+sign ᆕ 246-134
+sign ᆖ 246-246
+sign ᆗ 2456-134
+sign ᆘ 135-126
+sign ᆙ 135-345
+sign ᆚ 135-136
+sign ᆛ 135-134
+sign ᆜ 135-246
+sign ᆨ 1
+sign ᆩ 1-1
+sign ᆪ 1-3
+sign ᆫ 25
+sign ᆬ 25-13
+sign ᆭ 25-356
+sign ᆮ 35
+sign ᆯ 2
+sign ᆰ 2-1
+sign ᆱ 2-26
+sign ᆲ 2-12
+sign ᆳ 2-3
+sign ᆴ 2-236
+sign ᆵ 2-256
+sign ᆶ 2-356
+sign ᆷ 26
+sign ᆸ 12
+sign ᆹ 12-3
+sign ᆺ 3
+sign ᆻ 3-4
+sign ᆼ 2356
+sign ᆽ 13
+sign ᆾ 23
+sign ᆿ 235
+sign ᇀ 236
+sign ᇁ 256
+sign ᇂ 356
+sign ᇃ 1-2
+sign ᇄ 1-3-1
+sign ᇅ 25-1
+sign ᇆ 25-35
+sign ᇇ 25-3
+sign ᇉ 25-236
+sign ᇊ 35-1
+sign ᇋ 35-2
+sign ᇌ 2-1-3
+sign ᇍ 2-25
+sign ᇎ 2-35
+sign ᇏ 2-35-356
+sign ᇐ 2-2
+sign ᇑ 2-26-1
+sign ᇒ 2-26-3
+sign ᇓ 2-12-3
+sign ᇔ 2-12-356
+sign ᇕ 2-12
+sign ᇖ 2-34
+sign ᇘ 2-235
+sign ᇚ 26-1
+sign ᇛ 26-2
+sign ᇜ 26-12
+sign ᇝ 26-3
+sign ᇞ 26-34
+sign ᇠ 26-23
+sign ᇡ 26-356
+sign ᇢ 26
+sign ᇣ 12-2
+sign ᇤ 12-256
+sign ᇥ 12-356
+sign ᇦ 12
+sign ᇧ 3-1
+sign ᇨ 3-35
+sign ᇩ 3-2
+sign ᇪ 3-12
+sign ᇬ 1
+sign ᇭ 1-1
+sign ᇮ 2356-2356
+sign ᇯ 235
+sign ᇳ 256-12
+sign ᇴ 256
+sign ᇵ 356-25
+sign ᇶ 356-2
+sign ᇷ 356-26
+sign ᇸ 356-12
+sign ㄱ 4
+sign ㄲ 6-4
+sign ㄳ 4-6
+sign ㄴ 14
+sign ㄵ 14-46
+sign ㄶ 14-245
+sign ㄷ 24
+sign ㄸ 6-24
+sign ㄹ 5
+sign ㄺ 5-4
+sign ㄻ 5-15
+sign ㄼ 5-45
+sign ㄽ 5-6
+sign ㄾ 5-125
+sign ㄿ 5-145
+sign ㅀ 5-245
+sign ㅁ 15
+sign ㅂ 45
+sign ㅃ 6-45
+sign ㅄ 45-6
+sign ㅅ 6
+sign ㅆ 6-6
+sign ㅇ 1245
+sign ㅈ 46
+sign ㅉ 6-46
+sign ㅊ 56
+sign ㅋ 124
+sign ㅌ 125
+sign ㅍ 145
+sign ㅎ 245
+sign ㅏ 126
+sign ㅐ 1235
+sign ㅑ 345
+sign ㅒ 345-1235
+sign ㅓ 234
+sign ㅔ 1345
+sign ㅕ 156
+sign ㅖ 34
+sign ㅗ 136
+sign ㅘ 1236
+sign ㅙ 1236-1235
+sign ㅚ 13456
+sign ㅛ 346
+sign ㅜ 134
+sign ㅝ 1234
+sign ㅞ 1234-1235
+sign ㅟ 134-1235
+sign ㅠ 146
+sign ㅡ 246
+sign ㅢ 2456
+sign ㅣ 135
+sign ㅤ 0
+sign ㅥ 25-25
+sign ㅦ 25-35
+sign ㅧ 25-3
+sign ㅩ 2-1-3
+sign ㅪ 2-35
+sign ㅫ 2-12-3
+sign ㅮ 26-12
+sign ㅯ 26-3
+sign ㅱ 26
+sign ㅲ 12-1
+sign ㅳ 12-35
+sign ㅴ 12-3-1
+sign ㅵ 12-345
+sign ㅶ 12-13
+sign ㅷ 12-236
+sign ㅸ 12
+sign ㅹ 12-12
+sign ㅺ 3-1
+sign ㅻ 3-25
+sign ㅼ 3-35
+sign ㅽ 3-12
+sign ㅾ 3-13
+sign ㆀ 2356-2356
+sign ㆄ 256
+sign ㆅ 356-356
+sign ㆇ 346-345
+sign ㆈ 346-345-1235
+sign ㆉ 346-135
+sign ㆊ 146-156
+sign ㆋ 146-34
+sign ㆌ 146-135
+sign ㈀ 1
+sign ㈁ 25
+sign ㈂ 35
+sign ㈃ 2
+sign ㈄ 26
+sign ㈅ 12
+sign ㈆ 3
+sign ㈇ 2356
+sign ㈈ 13
+sign ㈉ 23
+sign ㈊ 235
+sign ㈋ 236
+sign ㈌ 256
+sign ㈍ 356
+sign ㈎ 1-126
+sign ㈏ 25-126
+sign ㈐ 35-126
+sign ㈑ 2-126
+sign ㈒ 26-126
+sign ㈓ 12-126
+sign ㈔ 3-126
+sign ㈕ 126
+sign ㈖ 13-126
+sign ㈗ 23-126
+sign ㈘ 235-126
+sign ㈙ 236-126
+sign ㈚ 256-126
+sign ㈛ 356-126
+sign ㈜ 13-134
+sign ㉠ 1
+sign ㉡ 25
+sign ㉢ 35
+sign ㉣ 2
+sign ㉤ 26
+sign ㉥ 12
+sign ㉦ 3
+sign ㉧ 2356
+sign ㉨ 13
+sign ㉩ 23
+sign ㉪ 235
+sign ㉫ 236
+sign ㉬ 256
+sign ㉭ 356
+sign ㉮ 1-126
+sign ㉯ 25-126
+sign ㉰ 35-126
+sign ㉱ 2-126
+sign ㉲ 26-126
+sign ㉳ 12-126
+sign ㉴ 3-126
+sign ㉵ 126
+sign ㉶ 13-126
+sign ㉷ 23-126
+sign ㉸ 235-126
+sign ㉹ 236-126
+sign ㉺ 256-126
+sign ㉻ 356-126
+sign 가 4-126
+sign 각 4-126-1
+sign 갂 4-126-1-1
+sign 갃 4-126-1-3
+sign 간 4-126-25
+sign 갅 4-126-25-13
+sign 갆 4-126-25-356
+sign 갇 4-126-35
+sign 갈 4-126-2
+sign 갉 4-126-2-1
+sign 갊 4-126-2-26
+sign 갋 4-126-2-12
+sign 갌 4-126-2-3
+sign 갍 4-126-2-236
+sign 갎 4-126-2-256
+sign 갏 4-126-2-356
+sign 감 4-126-26
+sign 갑 4-126-12
+sign 값 4-126-12-3
+sign 갓 4-126-3
+sign 갔 4-126-34
+sign 강 4-126-2356
+sign 갖 4-126-13
+sign 갗 4-126-23
+sign 갘 4-126-235
+sign 같 4-126-236
+sign 갚 4-126-256
+sign 갛 4-126-356
+sign 개 4-1235
+sign 객 4-1235-1
+sign 갞 4-1235-1-1
+sign 갟 4-1235-1-3
+sign 갠 4-1235-25
+sign 갡 4-1235-25-13
+sign 갢 4-1235-25-356
+sign 갣 4-1235-35
+sign 갤 4-1235-2
+sign 갥 4-1235-2-1
+sign 갦 4-1235-2-26
+sign 갧 4-1235-2-12
+sign 갨 4-1235-2-3
+sign 갩 4-1235-2-236
+sign 갪 4-1235-2-256
+sign 갫 4-1235-2-356
+sign 갬 4-1235-26
+sign 갭 4-1235-12
+sign 갮 4-1235-12-3
+sign 갯 4-1235-3
+sign 갰 4-1235-34
+sign 갱 4-1235-2356
+sign 갲 4-1235-13
+sign 갳 4-1235-23
+sign 갴 4-1235-235
+sign 갵 4-1235-236
+sign 갶 4-1235-256
+sign 갷 4-1235-356
+sign 갸 4-345
+sign 갹 4-345-1
+sign 갺 4-345-1-1
+sign 갻 4-345-1-3
+sign 갼 4-345-25
+sign 갽 4-345-25-13
+sign 갾 4-345-25-356
+sign 갿 4-345-35
+sign 걀 4-345-2
+sign 걁 4-345-2-1
+sign 걂 4-345-2-26
+sign 걃 4-345-2-12
+sign 걄 4-345-2-3
+sign 걅 4-345-2-236
+sign 걆 4-345-2-256
+sign 걇 4-345-2-356
+sign 걈 4-345-26
+sign 걉 4-345-12
+sign 걊 4-345-12-3
+sign 걋 4-345-3
+sign 걌 4-345-34
+sign 걍 4-345-2356
+sign 걎 4-345-13
+sign 걏 4-345-23
+sign 걐 4-345-235
+sign 걑 4-345-236
+sign 걒 4-345-256
+sign 걓 4-345-356
+sign 걔 4-345-1235
+sign 걕 4-345-1235-1
+sign 걖 4-345-1235-1-1
+sign 걗 4-345-1235-1-3
+sign 걘 4-345-1235-25
+sign 걙 4-345-1235-25-13
+sign 걚 4-345-1235-25-356
+sign 걛 4-345-1235-35
+sign 걜 4-345-1235-2
+sign 걝 4-345-1235-2-1
+sign 걞 4-345-1235-2-26
+sign 걟 4-345-1235-2-12
+sign 걠 4-345-1235-2-3
+sign 걡 4-345-1235-2-236
+sign 걢 4-345-1235-2-256
+sign 걣 4-345-1235-2-356
+sign 걤 4-345-1235-26
+sign 걥 4-345-1235-12
+sign 걦 4-345-1235-12-3
+sign 걧 4-345-1235-3
+sign 걨 4-345-1235-34
+sign 걩 4-345-1235-2356
+sign 걪 4-345-1235-13
+sign 걫 4-345-1235-23
+sign 걬 4-345-1235-235
+sign 걭 4-345-1235-236
+sign 걮 4-345-1235-256
+sign 걯 4-345-1235-356
+sign 거 4-234
+sign 걱 4-234-1
+sign 걲 4-234-1-1
+sign 걳 4-234-1-3
+sign 건 4-234-25
+sign 걵 4-234-25-13
+sign 걶 4-234-25-356
+sign 걷 4-234-35
+sign 걸 4-234-2
+sign 걹 4-234-2-1
+sign 걺 4-234-2-26
+sign 걻 4-234-2-12
+sign 걼 4-234-2-3
+sign 걽 4-234-2-236
+sign 걾 4-234-2-256
+sign 걿 4-234-2-356
+sign 검 4-234-26
+sign 겁 4-234-12
+sign 겂 4-234-12-3
+sign 것 4-234-3
+sign 겄 4-234-34
+sign 겅 4-234-2356
+sign 겆 4-234-13
+sign 겇 4-234-23
+sign 겈 4-234-235
+sign 겉 4-234-236
+sign 겊 4-234-256
+sign 겋 4-234-356
+sign 게 4-1345
+sign 겍 4-1345-1
+sign 겎 4-1345-1-1
+sign 겏 4-1345-1-3
+sign 겐 4-1345-25
+sign 겑 4-1345-25-13
+sign 겒 4-1345-25-356
+sign 겓 4-1345-35
+sign 겔 4-1345-2
+sign 겕 4-1345-2-1
+sign 겖 4-1345-2-26
+sign 겗 4-1345-2-12
+sign 겘 4-1345-2-3
+sign 겙 4-1345-2-236
+sign 겚 4-1345-2-256
+sign 겛 4-1345-2-356
+sign 겜 4-1345-26
+sign 겝 4-1345-12
+sign 겞 4-1345-12-3
+sign 겟 4-1345-3
+sign 겠 4-1345-34
+sign 겡 4-1345-2356
+sign 겢 4-1345-13
+sign 겣 4-1345-23
+sign 겤 4-1345-235
+sign 겥 4-1345-236
+sign 겦 4-1345-256
+sign 겧 4-1345-356
+sign 겨 4-156
+sign 격 4-156-1
+sign 겪 4-156-1-1
+sign 겫 4-156-1-3
+sign 견 4-156-25
+sign 겭 4-156-25-13
+sign 겮 4-156-25-356
+sign 겯 4-156-35
+sign 결 4-156-2
+sign 겱 4-156-2-1
+sign 겲 4-156-2-26
+sign 겳 4-156-2-12
+sign 겴 4-156-2-3
+sign 겵 4-156-2-236
+sign 겶 4-156-2-256
+sign 겷 4-156-2-356
+sign 겸 4-156-26
+sign 겹 4-156-12
+sign 겺 4-156-12-3
+sign 겻 4-156-3
+sign 겼 4-156-34
+sign 경 4-156-2356
+sign 겾 4-156-13
+sign 겿 4-156-23
+sign 곀 4-156-235
+sign 곁 4-156-236
+sign 곂 4-156-256
+sign 곃 4-156-356
+sign 계 4-34
+sign 곅 4-34-1
+sign 곆 4-34-1-1
+sign 곇 4-34-1-3
+sign 곈 4-34-25
+sign 곉 4-34-25-13
+sign 곊 4-34-25-356
+sign 곋 4-34-35
+sign 곌 4-34-2
+sign 곍 4-34-2-1
+sign 곎 4-34-2-26
+sign 곏 4-34-2-12
+sign 곐 4-34-2-3
+sign 곑 4-34-2-236
+sign 곒 4-34-2-256
+sign 곓 4-34-2-356
+sign 곔 4-34-26
+sign 곕 4-34-12
+sign 곖 4-34-12-3
+sign 곗 4-34-3
+sign 곘 4-34-34
+sign 곙 4-34-2356
+sign 곚 4-34-13
+sign 곛 4-34-23
+sign 곜 4-34-235
+sign 곝 4-34-236
+sign 곞 4-34-256
+sign 곟 4-34-356
+sign 고 4-136
+sign 곡 4-136-1
+sign 곢 4-136-1-1
+sign 곣 4-136-1-3
+sign 곤 4-136-25
+sign 곥 4-136-25-13
+sign 곦 4-136-25-356
+sign 곧 4-136-35
+sign 골 4-136-2
+sign 곩 4-136-2-1
+sign 곪 4-136-2-26
+sign 곫 4-136-2-12
+sign 곬 4-136-2-3
+sign 곭 4-136-2-236
+sign 곮 4-136-2-256
+sign 곯 4-136-2-356
+sign 곰 4-136-26
+sign 곱 4-136-12
+sign 곲 4-136-12-3
+sign 곳 4-136-3
+sign 곴 4-136-34
+sign 공 4-136-2356
+sign 곶 4-136-13
+sign 곷 4-136-23
+sign 곸 4-136-235
+sign 곹 4-136-236
+sign 곺 4-136-256
+sign 곻 4-136-356
+sign 과 4-1236
+sign 곽 4-1236-1
+sign 곾 4-1236-1-1
+sign 곿 4-1236-1-3
+sign 관 4-1236-25
+sign 괁 4-1236-25-13
+sign 괂 4-1236-25-356
+sign 괃 4-1236-35
+sign 괄 4-1236-2
+sign 괅 4-1236-2-1
+sign 괆 4-1236-2-26
+sign 괇 4-1236-2-12
+sign 괈 4-1236-2-3
+sign 괉 4-1236-2-236
+sign 괊 4-1236-2-256
+sign 괋 4-1236-2-356
+sign 괌 4-1236-26
+sign 괍 4-1236-12
+sign 괎 4-1236-12-3
+sign 괏 4-1236-3
+sign 괐 4-1236-34
+sign 광 4-1236-2356
+sign 괒 4-1236-13
+sign 괓 4-1236-23
+sign 괔 4-1236-235
+sign 괕 4-1236-236
+sign 괖 4-1236-256
+sign 괗 4-1236-356
+sign 괘 4-1236-1235
+sign 괙 4-1236-1235-1
+sign 괚 4-1236-1235-1-1
+sign 괛 4-1236-1235-1-3
+sign 괜 4-1236-1235-25
+sign 괝 4-1236-1235-25-13
+sign 괞 4-1236-1235-25-356
+sign 괟 4-1236-1235-35
+sign 괠 4-1236-1235-2
+sign 괡 4-1236-1235-2-1
+sign 괢 4-1236-1235-2-26
+sign 괣 4-1236-1235-2-12
+sign 괤 4-1236-1235-2-3
+sign 괥 4-1236-1235-2-236
+sign 괦 4-1236-1235-2-256
+sign 괧 4-1236-1235-2-356
+sign 괨 4-1236-1235-26
+sign 괩 4-1236-1235-12
+sign 괪 4-1236-1235-12-3
+sign 괫 4-1236-1235-3
+sign 괬 4-1236-1235-34
+sign 괭 4-1236-1235-2356
+sign 괮 4-1236-1235-13
+sign 괯 4-1236-1235-23
+sign 괰 4-1236-1235-235
+sign 괱 4-1236-1235-236
+sign 괲 4-1236-1235-256
+sign 괳 4-1236-1235-356
+sign 괴 4-13456
+sign 괵 4-13456-1
+sign 괶 4-13456-1-1
+sign 괷 4-13456-1-3
+sign 괸 4-13456-25
+sign 괹 4-13456-25-13
+sign 괺 4-13456-25-356
+sign 괻 4-13456-35
+sign 괼 4-13456-2
+sign 괽 4-13456-2-1
+sign 괾 4-13456-2-26
+sign 괿 4-13456-2-12
+sign 굀 4-13456-2-3
+sign 굁 4-13456-2-236
+sign 굂 4-13456-2-256
+sign 굃 4-13456-2-356
+sign 굄 4-13456-26
+sign 굅 4-13456-12
+sign 굆 4-13456-12-3
+sign 굇 4-13456-3
+sign 굈 4-13456-34
+sign 굉 4-13456-2356
+sign 굊 4-13456-13
+sign 굋 4-13456-23
+sign 굌 4-13456-235
+sign 굍 4-13456-236
+sign 굎 4-13456-256
+sign 굏 4-13456-356
+sign 교 4-346
+sign 굑 4-346-1
+sign 굒 4-346-1-1
+sign 굓 4-346-1-3
+sign 굔 4-346-25
+sign 굕 4-346-25-13
+sign 굖 4-346-25-356
+sign 굗 4-346-35
+sign 굘 4-346-2
+sign 굙 4-346-2-1
+sign 굚 4-346-2-26
+sign 굛 4-346-2-12
+sign 굜 4-346-2-3
+sign 굝 4-346-2-236
+sign 굞 4-346-2-256
+sign 굟 4-346-2-356
+sign 굠 4-346-26
+sign 굡 4-346-12
+sign 굢 4-346-12-3
+sign 굣 4-346-3
+sign 굤 4-346-34
+sign 굥 4-346-2356
+sign 굦 4-346-13
+sign 굧 4-346-23
+sign 굨 4-346-235
+sign 굩 4-346-236
+sign 굪 4-346-256
+sign 굫 4-346-356
+sign 구 4-134
+sign 국 4-134-1
+sign 굮 4-134-1-1
+sign 굯 4-134-1-3
+sign 군 4-134-25
+sign 굱 4-134-25-13
+sign 굲 4-134-25-356
+sign 굳 4-134-35
+sign 굴 4-134-2
+sign 굵 4-134-2-1
+sign 굶 4-134-2-26
+sign 굷 4-134-2-12
+sign 굸 4-134-2-3
+sign 굹 4-134-2-236
+sign 굺 4-134-2-256
+sign 굻 4-134-2-356
+sign 굼 4-134-26
+sign 굽 4-134-12
+sign 굾 4-134-12-3
+sign 굿 4-134-3
+sign 궀 4-134-34
+sign 궁 4-134-2356
+sign 궂 4-134-13
+sign 궃 4-134-23
+sign 궄 4-134-235
+sign 궅 4-134-236
+sign 궆 4-134-256
+sign 궇 4-134-356
+sign 궈 4-1234
+sign 궉 4-1234-1
+sign 궊 4-1234-1-1
+sign 궋 4-1234-1-3
+sign 권 4-1234-25
+sign 궍 4-1234-25-13
+sign 궎 4-1234-25-356
+sign 궏 4-1234-35
+sign 궐 4-1234-2
+sign 궑 4-1234-2-1
+sign 궒 4-1234-2-26
+sign 궓 4-1234-2-12
+sign 궔 4-1234-2-3
+sign 궕 4-1234-2-236
+sign 궖 4-1234-2-256
+sign 궗 4-1234-2-356
+sign 궘 4-1234-26
+sign 궙 4-1234-12
+sign 궚 4-1234-12-3
+sign 궛 4-1234-3
+sign 궜 4-1234-34
+sign 궝 4-1234-2356
+sign 궞 4-1234-13
+sign 궟 4-1234-23
+sign 궠 4-1234-235
+sign 궡 4-1234-236
+sign 궢 4-1234-256
+sign 궣 4-1234-356
+sign 궤 4-1234-1235
+sign 궥 4-1234-1235-1
+sign 궦 4-1234-1235-1-1
+sign 궧 4-1234-1235-1-3
+sign 궨 4-1234-1235-25
+sign 궩 4-1234-1235-25-13
+sign 궪 4-1234-1235-25-356
+sign 궫 4-1234-1235-35
+sign 궬 4-1234-1235-2
+sign 궭 4-1234-1235-2-1
+sign 궮 4-1234-1235-2-26
+sign 궯 4-1234-1235-2-12
+sign 궰 4-1234-1235-2-3
+sign 궱 4-1234-1235-2-236
+sign 궲 4-1234-1235-2-256
+sign 궳 4-1234-1235-2-356
+sign 궴 4-1234-1235-26
+sign 궵 4-1234-1235-12
+sign 궶 4-1234-1235-12-3
+sign 궷 4-1234-1235-3
+sign 궸 4-1234-1235-34
+sign 궹 4-1234-1235-2356
+sign 궺 4-1234-1235-13
+sign 궻 4-1234-1235-23
+sign 궼 4-1234-1235-235
+sign 궽 4-1234-1235-236
+sign 궾 4-1234-1235-256
+sign 궿 4-1234-1235-356
+sign 귀 4-134-1235
+sign 귁 4-134-1235-1
+sign 귂 4-134-1235-1-1
+sign 귃 4-134-1235-1-3
+sign 귄 4-134-1235-25
+sign 귅 4-134-1235-25-13
+sign 귆 4-134-1235-25-356
+sign 귇 4-134-1235-35
+sign 귈 4-134-1235-2
+sign 귉 4-134-1235-2-1
+sign 귊 4-134-1235-2-26
+sign 귋 4-134-1235-2-12
+sign 귌 4-134-1235-2-3
+sign 귍 4-134-1235-2-236
+sign 귎 4-134-1235-2-256
+sign 귏 4-134-1235-2-356
+sign 귐 4-134-1235-26
+sign 귑 4-134-1235-12
+sign 귒 4-134-1235-12-3
+sign 귓 4-134-1235-3
+sign 귔 4-134-1235-34
+sign 귕 4-134-1235-2356
+sign 귖 4-134-1235-13
+sign 귗 4-134-1235-23
+sign 귘 4-134-1235-235
+sign 귙 4-134-1235-236
+sign 귚 4-134-1235-256
+sign 귛 4-134-1235-356
+sign 규 4-146
+sign 귝 4-146-1
+sign 귞 4-146-1-1
+sign 귟 4-146-1-3
+sign 균 4-146-25
+sign 귡 4-146-25-13
+sign 귢 4-146-25-356
+sign 귣 4-146-35
+sign 귤 4-146-2
+sign 귥 4-146-2-1
+sign 귦 4-146-2-26
+sign 귧 4-146-2-12
+sign 귨 4-146-2-3
+sign 귩 4-146-2-236
+sign 귪 4-146-2-256
+sign 귫 4-146-2-356
+sign 귬 4-146-26
+sign 귭 4-146-12
+sign 귮 4-146-12-3
+sign 귯 4-146-3
+sign 귰 4-146-34
+sign 귱 4-146-2356
+sign 귲 4-146-13
+sign 귳 4-146-23
+sign 귴 4-146-235
+sign 귵 4-146-236
+sign 귶 4-146-256
+sign 귷 4-146-356
+sign 그 4-246
+sign 극 4-246-1
+sign 귺 4-246-1-1
+sign 귻 4-246-1-3
+sign 근 4-246-25
+sign 귽 4-246-25-13
+sign 귾 4-246-25-356
+sign 귿 4-246-35
+sign 글 4-246-2
+sign 긁 4-246-2-1
+sign 긂 4-246-2-26
+sign 긃 4-246-2-12
+sign 긄 4-246-2-3
+sign 긅 4-246-2-236
+sign 긆 4-246-2-256
+sign 긇 4-246-2-356
+sign 금 4-246-26
+sign 급 4-246-12
+sign 긊 4-246-12-3
+sign 긋 4-246-3
+sign 긌 4-246-34
+sign 긍 4-246-2356
+sign 긎 4-246-13
+sign 긏 4-246-23
+sign 긐 4-246-235
+sign 긑 4-246-236
+sign 긒 4-246-256
+sign 긓 4-246-356
+sign 긔 4-2456
+sign 긕 4-2456-1
+sign 긖 4-2456-1-1
+sign 긗 4-2456-1-3
+sign 긘 4-2456-25
+sign 긙 4-2456-25-13
+sign 긚 4-2456-25-356
+sign 긛 4-2456-35
+sign 긜 4-2456-2
+sign 긝 4-2456-2-1
+sign 긞 4-2456-2-26
+sign 긟 4-2456-2-12
+sign 긠 4-2456-2-3
+sign 긡 4-2456-2-236
+sign 긢 4-2456-2-256
+sign 긣 4-2456-2-356
+sign 긤 4-2456-26
+sign 긥 4-2456-12
+sign 긦 4-2456-12-3
+sign 긧 4-2456-3
+sign 긨 4-2456-34
+sign 긩 4-2456-2356
+sign 긪 4-2456-13
+sign 긫 4-2456-23
+sign 긬 4-2456-235
+sign 긭 4-2456-236
+sign 긮 4-2456-256
+sign 긯 4-2456-356
+sign 기 4-135
+sign 긱 4-135-1
+sign 긲 4-135-1-1
+sign 긳 4-135-1-3
+sign 긴 4-135-25
+sign 긵 4-135-25-13
+sign 긶 4-135-25-356
+sign 긷 4-135-35
+sign 길 4-135-2
+sign 긹 4-135-2-1
+sign 긺 4-135-2-26
+sign 긻 4-135-2-12
+sign 긼 4-135-2-3
+sign 긽 4-135-2-236
+sign 긾 4-135-2-256
+sign 긿 4-135-2-356
+sign 김 4-135-26
+sign 깁 4-135-12
+sign 깂 4-135-12-3
+sign 깃 4-135-3
+sign 깄 4-135-34
+sign 깅 4-135-2356
+sign 깆 4-135-13
+sign 깇 4-135-23
+sign 깈 4-135-235
+sign 깉 4-135-236
+sign 깊 4-135-256
+sign 깋 4-135-356
+sign 까 6-4-126
+sign 깍 6-4-126-1
+sign 깎 6-4-126-1-1
+sign 깏 6-4-126-1-3
+sign 깐 6-4-126-25
+sign 깑 6-4-126-25-13
+sign 깒 6-4-126-25-356
+sign 깓 6-4-126-35
+sign 깔 6-4-126-2
+sign 깕 6-4-126-2-1
+sign 깖 6-4-126-2-26
+sign 깗 6-4-126-2-12
+sign 깘 6-4-126-2-3
+sign 깙 6-4-126-2-236
+sign 깚 6-4-126-2-256
+sign 깛 6-4-126-2-356
+sign 깜 6-4-126-26
+sign 깝 6-4-126-12
+sign 깞 6-4-126-12-3
+sign 깟 6-4-126-3
+sign 깠 6-4-126-34
+sign 깡 6-4-126-2356
+sign 깢 6-4-126-13
+sign 깣 6-4-126-23
+sign 깤 6-4-126-235
+sign 깥 6-4-126-236
+sign 깦 6-4-126-256
+sign 깧 6-4-126-356
+sign 깨 6-4-1235
+sign 깩 6-4-1235-1
+sign 깪 6-4-1235-1-1
+sign 깫 6-4-1235-1-3
+sign 깬 6-4-1235-25
+sign 깭 6-4-1235-25-13
+sign 깮 6-4-1235-25-356
+sign 깯 6-4-1235-35
+sign 깰 6-4-1235-2
+sign 깱 6-4-1235-2-1
+sign 깲 6-4-1235-2-26
+sign 깳 6-4-1235-2-12
+sign 깴 6-4-1235-2-3
+sign 깵 6-4-1235-2-236
+sign 깶 6-4-1235-2-256
+sign 깷 6-4-1235-2-356
+sign 깸 6-4-1235-26
+sign 깹 6-4-1235-12
+sign 깺 6-4-1235-12-3
+sign 깻 6-4-1235-3
+sign 깼 6-4-1235-34
+sign 깽 6-4-1235-2356
+sign 깾 6-4-1235-13
+sign 깿 6-4-1235-23
+sign 꺀 6-4-1235-235
+sign 꺁 6-4-1235-236
+sign 꺂 6-4-1235-256
+sign 꺃 6-4-1235-356
+sign 꺄 6-4-345
+sign 꺅 6-4-345-1
+sign 꺆 6-4-345-1-1
+sign 꺇 6-4-345-1-3
+sign 꺈 6-4-345-25
+sign 꺉 6-4-345-25-13
+sign 꺊 6-4-345-25-356
+sign 꺋 6-4-345-35
+sign 꺌 6-4-345-2
+sign 꺍 6-4-345-2-1
+sign 꺎 6-4-345-2-26
+sign 꺏 6-4-345-2-12
+sign 꺐 6-4-345-2-3
+sign 꺑 6-4-345-2-236
+sign 꺒 6-4-345-2-256
+sign 꺓 6-4-345-2-356
+sign 꺔 6-4-345-26
+sign 꺕 6-4-345-12
+sign 꺖 6-4-345-12-3
+sign 꺗 6-4-345-3
+sign 꺘 6-4-345-34
+sign 꺙 6-4-345-2356
+sign 꺚 6-4-345-13
+sign 꺛 6-4-345-23
+sign 꺜 6-4-345-235
+sign 꺝 6-4-345-236
+sign 꺞 6-4-345-256
+sign 꺟 6-4-345-356
+sign 꺠 6-4-345-1235
+sign 꺡 6-4-345-1235-1
+sign 꺢 6-4-345-1235-1-1
+sign 꺣 6-4-345-1235-1-3
+sign 꺤 6-4-345-1235-25
+sign 꺥 6-4-345-1235-25-13
+sign 꺦 6-4-345-1235-25-356
+sign 꺧 6-4-345-1235-35
+sign 꺨 6-4-345-1235-2
+sign 꺩 6-4-345-1235-2-1
+sign 꺪 6-4-345-1235-2-26
+sign 꺫 6-4-345-1235-2-12
+sign 꺬 6-4-345-1235-2-3
+sign 꺭 6-4-345-1235-2-236
+sign 꺮 6-4-345-1235-2-256
+sign 꺯 6-4-345-1235-2-356
+sign 꺰 6-4-345-1235-26
+sign 꺱 6-4-345-1235-12
+sign 꺲 6-4-345-1235-12-3
+sign 꺳 6-4-345-1235-3
+sign 꺴 6-4-345-1235-34
+sign 꺵 6-4-345-1235-2356
+sign 꺶 6-4-345-1235-13
+sign 꺷 6-4-345-1235-23
+sign 꺸 6-4-345-1235-235
+sign 꺹 6-4-345-1235-236
+sign 꺺 6-4-345-1235-256
+sign 꺻 6-4-345-1235-356
+sign 꺼 6-4-234
+sign 꺽 6-4-234-1
+sign 꺾 6-4-234-1-1
+sign 꺿 6-4-234-1-3
+sign 껀 6-4-234-25
+sign 껁 6-4-234-25-13
+sign 껂 6-4-234-25-356
+sign 껃 6-4-234-35
+sign 껄 6-4-234-2
+sign 껅 6-4-234-2-1
+sign 껆 6-4-234-2-26
+sign 껇 6-4-234-2-12
+sign 껈 6-4-234-2-3
+sign 껉 6-4-234-2-236
+sign 껊 6-4-234-2-256
+sign 껋 6-4-234-2-356
+sign 껌 6-4-234-26
+sign 껍 6-4-234-12
+sign 껎 6-4-234-12-3
+sign 껏 6-4-234-3
+sign 껐 6-4-234-34
+sign 껑 6-4-234-2356
+sign 껒 6-4-234-13
+sign 껓 6-4-234-23
+sign 껔 6-4-234-235
+sign 껕 6-4-234-236
+sign 껖 6-4-234-256
+sign 껗 6-4-234-356
+sign 께 6-4-1345
+sign 껙 6-4-1345-1
+sign 껚 6-4-1345-1-1
+sign 껛 6-4-1345-1-3
+sign 껜 6-4-1345-25
+sign 껝 6-4-1345-25-13
+sign 껞 6-4-1345-25-356
+sign 껟 6-4-1345-35
+sign 껠 6-4-1345-2
+sign 껡 6-4-1345-2-1
+sign 껢 6-4-1345-2-26
+sign 껣 6-4-1345-2-12
+sign 껤 6-4-1345-2-3
+sign 껥 6-4-1345-2-236
+sign 껦 6-4-1345-2-256
+sign 껧 6-4-1345-2-356
+sign 껨 6-4-1345-26
+sign 껩 6-4-1345-12
+sign 껪 6-4-1345-12-3
+sign 껫 6-4-1345-3
+sign 껬 6-4-1345-34
+sign 껭 6-4-1345-2356
+sign 껮 6-4-1345-13
+sign 껯 6-4-1345-23
+sign 껰 6-4-1345-235
+sign 껱 6-4-1345-236
+sign 껲 6-4-1345-256
+sign 껳 6-4-1345-356
+sign 껴 6-4-156
+sign 껵 6-4-156-1
+sign 껶 6-4-156-1-1
+sign 껷 6-4-156-1-3
+sign 껸 6-4-156-25
+sign 껹 6-4-156-25-13
+sign 껺 6-4-156-25-356
+sign 껻 6-4-156-35
+sign 껼 6-4-156-2
+sign 껽 6-4-156-2-1
+sign 껾 6-4-156-2-26
+sign 껿 6-4-156-2-12
+sign 꼀 6-4-156-2-3
+sign 꼁 6-4-156-2-236
+sign 꼂 6-4-156-2-256
+sign 꼃 6-4-156-2-356
+sign 꼄 6-4-156-26
+sign 꼅 6-4-156-12
+sign 꼆 6-4-156-12-3
+sign 꼇 6-4-156-3
+sign 꼈 6-4-156-34
+sign 꼉 6-4-156-2356
+sign 꼊 6-4-156-13
+sign 꼋 6-4-156-23
+sign 꼌 6-4-156-235
+sign 꼍 6-4-156-236
+sign 꼎 6-4-156-256
+sign 꼏 6-4-156-356
+sign 꼐 6-4-34
+sign 꼑 6-4-34-1
+sign 꼒 6-4-34-1-1
+sign 꼓 6-4-34-1-3
+sign 꼔 6-4-34-25
+sign 꼕 6-4-34-25-13
+sign 꼖 6-4-34-25-356
+sign 꼗 6-4-34-35
+sign 꼘 6-4-34-2
+sign 꼙 6-4-34-2-1
+sign 꼚 6-4-34-2-26
+sign 꼛 6-4-34-2-12
+sign 꼜 6-4-34-2-3
+sign 꼝 6-4-34-2-236
+sign 꼞 6-4-34-2-256
+sign 꼟 6-4-34-2-356
+sign 꼠 6-4-34-26
+sign 꼡 6-4-34-12
+sign 꼢 6-4-34-12-3
+sign 꼣 6-4-34-3
+sign 꼤 6-4-34-34
+sign 꼥 6-4-34-2356
+sign 꼦 6-4-34-13
+sign 꼧 6-4-34-23
+sign 꼨 6-4-34-235
+sign 꼩 6-4-34-236
+sign 꼪 6-4-34-256
+sign 꼫 6-4-34-356
+sign 꼬 6-4-136
+sign 꼭 6-4-136-1
+sign 꼮 6-4-136-1-1
+sign 꼯 6-4-136-1-3
+sign 꼰 6-4-136-25
+sign 꼱 6-4-136-25-13
+sign 꼲 6-4-136-25-356
+sign 꼳 6-4-136-35
+sign 꼴 6-4-136-2
+sign 꼵 6-4-136-2-1
+sign 꼶 6-4-136-2-26
+sign 꼷 6-4-136-2-12
+sign 꼸 6-4-136-2-3
+sign 꼹 6-4-136-2-236
+sign 꼺 6-4-136-2-256
+sign 꼻 6-4-136-2-356
+sign 꼼 6-4-136-26
+sign 꼽 6-4-136-12
+sign 꼾 6-4-136-12-3
+sign 꼿 6-4-136-3
+sign 꽀 6-4-136-34
+sign 꽁 6-4-136-2356
+sign 꽂 6-4-136-13
+sign 꽃 6-4-136-23
+sign 꽄 6-4-136-235
+sign 꽅 6-4-136-236
+sign 꽆 6-4-136-256
+sign 꽇 6-4-136-356
+sign 꽈 6-4-1236
+sign 꽉 6-4-1236-1
+sign 꽊 6-4-1236-1-1
+sign 꽋 6-4-1236-1-3
+sign 꽌 6-4-1236-25
+sign 꽍 6-4-1236-25-13
+sign 꽎 6-4-1236-25-356
+sign 꽏 6-4-1236-35
+sign 꽐 6-4-1236-2
+sign 꽑 6-4-1236-2-1
+sign 꽒 6-4-1236-2-26
+sign 꽓 6-4-1236-2-12
+sign 꽔 6-4-1236-2-3
+sign 꽕 6-4-1236-2-236
+sign 꽖 6-4-1236-2-256
+sign 꽗 6-4-1236-2-356
+sign 꽘 6-4-1236-26
+sign 꽙 6-4-1236-12
+sign 꽚 6-4-1236-12-3
+sign 꽛 6-4-1236-3
+sign 꽜 6-4-1236-34
+sign 꽝 6-4-1236-2356
+sign 꽞 6-4-1236-13
+sign 꽟 6-4-1236-23
+sign 꽠 6-4-1236-235
+sign 꽡 6-4-1236-236
+sign 꽢 6-4-1236-256
+sign 꽣 6-4-1236-356
+sign 꽤 6-4-1236-1235
+sign 꽥 6-4-1236-1235-1
+sign 꽦 6-4-1236-1235-1-1
+sign 꽧 6-4-1236-1235-1-3
+sign 꽨 6-4-1236-1235-25
+sign 꽩 6-4-1236-1235-25-13
+sign 꽪 6-4-1236-1235-25-356
+sign 꽫 6-4-1236-1235-35
+sign 꽬 6-4-1236-1235-2
+sign 꽭 6-4-1236-1235-2-1
+sign 꽮 6-4-1236-1235-2-26
+sign 꽯 6-4-1236-1235-2-12
+sign 꽰 6-4-1236-1235-2-3
+sign 꽱 6-4-1236-1235-2-236
+sign 꽲 6-4-1236-1235-2-256
+sign 꽳 6-4-1236-1235-2-356
+sign 꽴 6-4-1236-1235-26
+sign 꽵 6-4-1236-1235-12
+sign 꽶 6-4-1236-1235-12-3
+sign 꽷 6-4-1236-1235-3
+sign 꽸 6-4-1236-1235-34
+sign 꽹 6-4-1236-1235-2356
+sign 꽺 6-4-1236-1235-13
+sign 꽻 6-4-1236-1235-23
+sign 꽼 6-4-1236-1235-235
+sign 꽽 6-4-1236-1235-236
+sign 꽾 6-4-1236-1235-256
+sign 꽿 6-4-1236-1235-356
+sign 꾀 6-4-13456
+sign 꾁 6-4-13456-1
+sign 꾂 6-4-13456-1-1
+sign 꾃 6-4-13456-1-3
+sign 꾄 6-4-13456-25
+sign 꾅 6-4-13456-25-13
+sign 꾆 6-4-13456-25-356
+sign 꾇 6-4-13456-35
+sign 꾈 6-4-13456-2
+sign 꾉 6-4-13456-2-1
+sign 꾊 6-4-13456-2-26
+sign 꾋 6-4-13456-2-12
+sign 꾌 6-4-13456-2-3
+sign 꾍 6-4-13456-2-236
+sign 꾎 6-4-13456-2-256
+sign 꾏 6-4-13456-2-356
+sign 꾐 6-4-13456-26
+sign 꾑 6-4-13456-12
+sign 꾒 6-4-13456-12-3
+sign 꾓 6-4-13456-3
+sign 꾔 6-4-13456-34
+sign 꾕 6-4-13456-2356
+sign 꾖 6-4-13456-13
+sign 꾗 6-4-13456-23
+sign 꾘 6-4-13456-235
+sign 꾙 6-4-13456-236
+sign 꾚 6-4-13456-256
+sign 꾛 6-4-13456-356
+sign 꾜 6-4-346
+sign 꾝 6-4-346-1
+sign 꾞 6-4-346-1-1
+sign 꾟 6-4-346-1-3
+sign 꾠 6-4-346-25
+sign 꾡 6-4-346-25-13
+sign 꾢 6-4-346-25-356
+sign 꾣 6-4-346-35
+sign 꾤 6-4-346-2
+sign 꾥 6-4-346-2-1
+sign 꾦 6-4-346-2-26
+sign 꾧 6-4-346-2-12
+sign 꾨 6-4-346-2-3
+sign 꾩 6-4-346-2-236
+sign 꾪 6-4-346-2-256
+sign 꾫 6-4-346-2-356
+sign 꾬 6-4-346-26
+sign 꾭 6-4-346-12
+sign 꾮 6-4-346-12-3
+sign 꾯 6-4-346-3
+sign 꾰 6-4-346-34
+sign 꾱 6-4-346-2356
+sign 꾲 6-4-346-13
+sign 꾳 6-4-346-23
+sign 꾴 6-4-346-235
+sign 꾵 6-4-346-236
+sign 꾶 6-4-346-256
+sign 꾷 6-4-346-356
+sign 꾸 6-4-134
+sign 꾹 6-4-134-1
+sign 꾺 6-4-134-1-1
+sign 꾻 6-4-134-1-3
+sign 꾼 6-4-134-25
+sign 꾽 6-4-134-25-13
+sign 꾾 6-4-134-25-356
+sign 꾿 6-4-134-35
+sign 꿀 6-4-134-2
+sign 꿁 6-4-134-2-1
+sign 꿂 6-4-134-2-26
+sign 꿃 6-4-134-2-12
+sign 꿄 6-4-134-2-3
+sign 꿅 6-4-134-2-236
+sign 꿆 6-4-134-2-256
+sign 꿇 6-4-134-2-356
+sign 꿈 6-4-134-26
+sign 꿉 6-4-134-12
+sign 꿊 6-4-134-12-3
+sign 꿋 6-4-134-3
+sign 꿌 6-4-134-34
+sign 꿍 6-4-134-2356
+sign 꿎 6-4-134-13
+sign 꿏 6-4-134-23
+sign 꿐 6-4-134-235
+sign 꿑 6-4-134-236
+sign 꿒 6-4-134-256
+sign 꿓 6-4-134-356
+sign 꿔 6-4-1234
+sign 꿕 6-4-1234-1
+sign 꿖 6-4-1234-1-1
+sign 꿗 6-4-1234-1-3
+sign 꿘 6-4-1234-25
+sign 꿙 6-4-1234-25-13
+sign 꿚 6-4-1234-25-356
+sign 꿛 6-4-1234-35
+sign 꿜 6-4-1234-2
+sign 꿝 6-4-1234-2-1
+sign 꿞 6-4-1234-2-26
+sign 꿟 6-4-1234-2-12
+sign 꿠 6-4-1234-2-3
+sign 꿡 6-4-1234-2-236
+sign 꿢 6-4-1234-2-256
+sign 꿣 6-4-1234-2-356
+sign 꿤 6-4-1234-26
+sign 꿥 6-4-1234-12
+sign 꿦 6-4-1234-12-3
+sign 꿧 6-4-1234-3
+sign 꿨 6-4-1234-34
+sign 꿩 6-4-1234-2356
+sign 꿪 6-4-1234-13
+sign 꿫 6-4-1234-23
+sign 꿬 6-4-1234-235
+sign 꿭 6-4-1234-236
+sign 꿮 6-4-1234-256
+sign 꿯 6-4-1234-356
+sign 꿰 6-4-1234-1235
+sign 꿱 6-4-1234-1235-1
+sign 꿲 6-4-1234-1235-1-1
+sign 꿳 6-4-1234-1235-1-3
+sign 꿴 6-4-1234-1235-25
+sign 꿵 6-4-1234-1235-25-13
+sign 꿶 6-4-1234-1235-25-356
+sign 꿷 6-4-1234-1235-35
+sign 꿸 6-4-1234-1235-2
+sign 꿹 6-4-1234-1235-2-1
+sign 꿺 6-4-1234-1235-2-26
+sign 꿻 6-4-1234-1235-2-12
+sign 꿼 6-4-1234-1235-2-3
+sign 꿽 6-4-1234-1235-2-236
+sign 꿾 6-4-1234-1235-2-256
+sign 꿿 6-4-1234-1235-2-356
+sign 뀀 6-4-1234-1235-26
+sign 뀁 6-4-1234-1235-12
+sign 뀂 6-4-1234-1235-12-3
+sign 뀃 6-4-1234-1235-3
+sign 뀄 6-4-1234-1235-34
+sign 뀅 6-4-1234-1235-2356
+sign 뀆 6-4-1234-1235-13
+sign 뀇 6-4-1234-1235-23
+sign 뀈 6-4-1234-1235-235
+sign 뀉 6-4-1234-1235-236
+sign 뀊 6-4-1234-1235-256
+sign 뀋 6-4-1234-1235-356
+sign 뀌 6-4-134-1235
+sign 뀍 6-4-134-1235-1
+sign 뀎 6-4-134-1235-1-1
+sign 뀏 6-4-134-1235-1-3
+sign 뀐 6-4-134-1235-25
+sign 뀑 6-4-134-1235-25-13
+sign 뀒 6-4-134-1235-25-356
+sign 뀓 6-4-134-1235-35
+sign 뀔 6-4-134-1235-2
+sign 뀕 6-4-134-1235-2-1
+sign 뀖 6-4-134-1235-2-26
+sign 뀗 6-4-134-1235-2-12
+sign 뀘 6-4-134-1235-2-3
+sign 뀙 6-4-134-1235-2-236
+sign 뀚 6-4-134-1235-2-256
+sign 뀛 6-4-134-1235-2-356
+sign 뀜 6-4-134-1235-26
+sign 뀝 6-4-134-1235-12
+sign 뀞 6-4-134-1235-12-3
+sign 뀟 6-4-134-1235-3
+sign 뀠 6-4-134-1235-34
+sign 뀡 6-4-134-1235-2356
+sign 뀢 6-4-134-1235-13
+sign 뀣 6-4-134-1235-23
+sign 뀤 6-4-134-1235-235
+sign 뀥 6-4-134-1235-236
+sign 뀦 6-4-134-1235-256
+sign 뀧 6-4-134-1235-356
+sign 뀨 6-4-146
+sign 뀩 6-4-146-1
+sign 뀪 6-4-146-1-1
+sign 뀫 6-4-146-1-3
+sign 뀬 6-4-146-25
+sign 뀭 6-4-146-25-13
+sign 뀮 6-4-146-25-356
+sign 뀯 6-4-146-35
+sign 뀰 6-4-146-2
+sign 뀱 6-4-146-2-1
+sign 뀲 6-4-146-2-26
+sign 뀳 6-4-146-2-12
+sign 뀴 6-4-146-2-3
+sign 뀵 6-4-146-2-236
+sign 뀶 6-4-146-2-256
+sign 뀷 6-4-146-2-356
+sign 뀸 6-4-146-26
+sign 뀹 6-4-146-12
+sign 뀺 6-4-146-12-3
+sign 뀻 6-4-146-3
+sign 뀼 6-4-146-34
+sign 뀽 6-4-146-2356
+sign 뀾 6-4-146-13
+sign 뀿 6-4-146-23
+sign 끀 6-4-146-235
+sign 끁 6-4-146-236
+sign 끂 6-4-146-256
+sign 끃 6-4-146-356
+sign 끄 6-4-246
+sign 끅 6-4-246-1
+sign 끆 6-4-246-1-1
+sign 끇 6-4-246-1-3
+sign 끈 6-4-246-25
+sign 끉 6-4-246-25-13
+sign 끊 6-4-246-25-356
+sign 끋 6-4-246-35
+sign 끌 6-4-246-2
+sign 끍 6-4-246-2-1
+sign 끎 6-4-246-2-26
+sign 끏 6-4-246-2-12
+sign 끐 6-4-246-2-3
+sign 끑 6-4-246-2-236
+sign 끒 6-4-246-2-256
+sign 끓 6-4-246-2-356
+sign 끔 6-4-246-26
+sign 끕 6-4-246-12
+sign 끖 6-4-246-12-3
+sign 끗 6-4-246-3
+sign 끘 6-4-246-34
+sign 끙 6-4-246-2356
+sign 끚 6-4-246-13
+sign 끛 6-4-246-23
+sign 끜 6-4-246-235
+sign 끝 6-4-246-236
+sign 끞 6-4-246-256
+sign 끟 6-4-246-356
+sign 끠 6-4-2456
+sign 끡 6-4-2456-1
+sign 끢 6-4-2456-1-1
+sign 끣 6-4-2456-1-3
+sign 끤 6-4-2456-25
+sign 끥 6-4-2456-25-13
+sign 끦 6-4-2456-25-356
+sign 끧 6-4-2456-35
+sign 끨 6-4-2456-2
+sign 끩 6-4-2456-2-1
+sign 끪 6-4-2456-2-26
+sign 끫 6-4-2456-2-12
+sign 끬 6-4-2456-2-3
+sign 끭 6-4-2456-2-236
+sign 끮 6-4-2456-2-256
+sign 끯 6-4-2456-2-356
+sign 끰 6-4-2456-26
+sign 끱 6-4-2456-12
+sign 끲 6-4-2456-12-3
+sign 끳 6-4-2456-3
+sign 끴 6-4-2456-34
+sign 끵 6-4-2456-2356
+sign 끶 6-4-2456-13
+sign 끷 6-4-2456-23
+sign 끸 6-4-2456-235
+sign 끹 6-4-2456-236
+sign 끺 6-4-2456-256
+sign 끻 6-4-2456-356
+sign 끼 6-4-135
+sign 끽 6-4-135-1
+sign 끾 6-4-135-1-1
+sign 끿 6-4-135-1-3
+sign 낀 6-4-135-25
+sign 낁 6-4-135-25-13
+sign 낂 6-4-135-25-356
+sign 낃 6-4-135-35
+sign 낄 6-4-135-2
+sign 낅 6-4-135-2-1
+sign 낆 6-4-135-2-26
+sign 낇 6-4-135-2-12
+sign 낈 6-4-135-2-3
+sign 낉 6-4-135-2-236
+sign 낊 6-4-135-2-256
+sign 낋 6-4-135-2-356
+sign 낌 6-4-135-26
+sign 낍 6-4-135-12
+sign 낎 6-4-135-12-3
+sign 낏 6-4-135-3
+sign 낐 6-4-135-34
+sign 낑 6-4-135-2356
+sign 낒 6-4-135-13
+sign 낓 6-4-135-23
+sign 낔 6-4-135-235
+sign 낕 6-4-135-236
+sign 낖 6-4-135-256
+sign 낗 6-4-135-356
+sign 나 14-126
+sign 낙 14-126-1
+sign 낚 14-126-1-1
+sign 낛 14-126-1-3
+sign 난 14-126-25
+sign 낝 14-126-25-13
+sign 낞 14-126-25-356
+sign 낟 14-126-35
+sign 날 14-126-2
+sign 낡 14-126-2-1
+sign 낢 14-126-2-26
+sign 낣 14-126-2-12
+sign 낤 14-126-2-3
+sign 낥 14-126-2-236
+sign 낦 14-126-2-256
+sign 낧 14-126-2-356
+sign 남 14-126-26
+sign 납 14-126-12
+sign 낪 14-126-12-3
+sign 낫 14-126-3
+sign 났 14-126-34
+sign 낭 14-126-2356
+sign 낮 14-126-13
+sign 낯 14-126-23
+sign 낰 14-126-235
+sign 낱 14-126-236
+sign 낲 14-126-256
+sign 낳 14-126-356
+sign 내 14-1235
+sign 낵 14-1235-1
+sign 낶 14-1235-1-1
+sign 낷 14-1235-1-3
+sign 낸 14-1235-25
+sign 낹 14-1235-25-13
+sign 낺 14-1235-25-356
+sign 낻 14-1235-35
+sign 낼 14-1235-2
+sign 낽 14-1235-2-1
+sign 낾 14-1235-2-26
+sign 낿 14-1235-2-12
+sign 냀 14-1235-2-3
+sign 냁 14-1235-2-236
+sign 냂 14-1235-2-256
+sign 냃 14-1235-2-356
+sign 냄 14-1235-26
+sign 냅 14-1235-12
+sign 냆 14-1235-12-3
+sign 냇 14-1235-3
+sign 냈 14-1235-34
+sign 냉 14-1235-2356
+sign 냊 14-1235-13
+sign 냋 14-1235-23
+sign 냌 14-1235-235
+sign 냍 14-1235-236
+sign 냎 14-1235-256
+sign 냏 14-1235-356
+sign 냐 14-345
+sign 냑 14-345-1
+sign 냒 14-345-1-1
+sign 냓 14-345-1-3
+sign 냔 14-345-25
+sign 냕 14-345-25-13
+sign 냖 14-345-25-356
+sign 냗 14-345-35
+sign 냘 14-345-2
+sign 냙 14-345-2-1
+sign 냚 14-345-2-26
+sign 냛 14-345-2-12
+sign 냜 14-345-2-3
+sign 냝 14-345-2-236
+sign 냞 14-345-2-256
+sign 냟 14-345-2-356
+sign 냠 14-345-26
+sign 냡 14-345-12
+sign 냢 14-345-12-3
+sign 냣 14-345-3
+sign 냤 14-345-34
+sign 냥 14-345-2356
+sign 냦 14-345-13
+sign 냧 14-345-23
+sign 냨 14-345-235
+sign 냩 14-345-236
+sign 냪 14-345-256
+sign 냫 14-345-356
+sign 냬 14-345-1235
+sign 냭 14-345-1235-1
+sign 냮 14-345-1235-1-1
+sign 냯 14-345-1235-1-3
+sign 냰 14-345-1235-25
+sign 냱 14-345-1235-25-13
+sign 냲 14-345-1235-25-356
+sign 냳 14-345-1235-35
+sign 냴 14-345-1235-2
+sign 냵 14-345-1235-2-1
+sign 냶 14-345-1235-2-26
+sign 냷 14-345-1235-2-12
+sign 냸 14-345-1235-2-3
+sign 냹 14-345-1235-2-236
+sign 냺 14-345-1235-2-256
+sign 냻 14-345-1235-2-356
+sign 냼 14-345-1235-26
+sign 냽 14-345-1235-12
+sign 냾 14-345-1235-12-3
+sign 냿 14-345-1235-3
+sign 넀 14-345-1235-34
+sign 넁 14-345-1235-2356
+sign 넂 14-345-1235-13
+sign 넃 14-345-1235-23
+sign 넄 14-345-1235-235
+sign 넅 14-345-1235-236
+sign 넆 14-345-1235-256
+sign 넇 14-345-1235-356
+sign 너 14-234
+sign 넉 14-234-1
+sign 넊 14-234-1-1
+sign 넋 14-234-1-3
+sign 넌 14-234-25
+sign 넍 14-234-25-13
+sign 넎 14-234-25-356
+sign 넏 14-234-35
+sign 널 14-234-2
+sign 넑 14-234-2-1
+sign 넒 14-234-2-26
+sign 넓 14-234-2-12
+sign 넔 14-234-2-3
+sign 넕 14-234-2-236
+sign 넖 14-234-2-256
+sign 넗 14-234-2-356
+sign 넘 14-234-26
+sign 넙 14-234-12
+sign 넚 14-234-12-3
+sign 넛 14-234-3
+sign 넜 14-234-34
+sign 넝 14-234-2356
+sign 넞 14-234-13
+sign 넟 14-234-23
+sign 넠 14-234-235
+sign 넡 14-234-236
+sign 넢 14-234-256
+sign 넣 14-234-356
+sign 네 14-1345
+sign 넥 14-1345-1
+sign 넦 14-1345-1-1
+sign 넧 14-1345-1-3
+sign 넨 14-1345-25
+sign 넩 14-1345-25-13
+sign 넪 14-1345-25-356
+sign 넫 14-1345-35
+sign 넬 14-1345-2
+sign 넭 14-1345-2-1
+sign 넮 14-1345-2-26
+sign 넯 14-1345-2-12
+sign 넰 14-1345-2-3
+sign 넱 14-1345-2-236
+sign 넲 14-1345-2-256
+sign 넳 14-1345-2-356
+sign 넴 14-1345-26
+sign 넵 14-1345-12
+sign 넶 14-1345-12-3
+sign 넷 14-1345-3
+sign 넸 14-1345-34
+sign 넹 14-1345-2356
+sign 넺 14-1345-13
+sign 넻 14-1345-23
+sign 넼 14-1345-235
+sign 넽 14-1345-236
+sign 넾 14-1345-256
+sign 넿 14-1345-356
+sign 녀 14-156
+sign 녁 14-156-1
+sign 녂 14-156-1-1
+sign 녃 14-156-1-3
+sign 년 14-156-25
+sign 녅 14-156-25-13
+sign 녆 14-156-25-356
+sign 녇 14-156-35
+sign 녈 14-156-2
+sign 녉 14-156-2-1
+sign 녊 14-156-2-26
+sign 녋 14-156-2-12
+sign 녌 14-156-2-3
+sign 녍 14-156-2-236
+sign 녎 14-156-2-256
+sign 녏 14-156-2-356
+sign 념 14-156-26
+sign 녑 14-156-12
+sign 녒 14-156-12-3
+sign 녓 14-156-3
+sign 녔 14-156-34
+sign 녕 14-156-2356
+sign 녖 14-156-13
+sign 녗 14-156-23
+sign 녘 14-156-235
+sign 녙 14-156-236
+sign 녚 14-156-256
+sign 녛 14-156-356
+sign 녜 14-34
+sign 녝 14-34-1
+sign 녞 14-34-1-1
+sign 녟 14-34-1-3
+sign 녠 14-34-25
+sign 녡 14-34-25-13
+sign 녢 14-34-25-356
+sign 녣 14-34-35
+sign 녤 14-34-2
+sign 녥 14-34-2-1
+sign 녦 14-34-2-26
+sign 녧 14-34-2-12
+sign 녨 14-34-2-3
+sign 녩 14-34-2-236
+sign 녪 14-34-2-256
+sign 녫 14-34-2-356
+sign 녬 14-34-26
+sign 녭 14-34-12
+sign 녮 14-34-12-3
+sign 녯 14-34-3
+sign 녰 14-34-34
+sign 녱 14-34-2356
+sign 녲 14-34-13
+sign 녳 14-34-23
+sign 녴 14-34-235
+sign 녵 14-34-236
+sign 녶 14-34-256
+sign 녷 14-34-356
+sign 노 14-136
+sign 녹 14-136-1
+sign 녺 14-136-1-1
+sign 녻 14-136-1-3
+sign 논 14-136-25
+sign 녽 14-136-25-13
+sign 녾 14-136-25-356
+sign 녿 14-136-35
+sign 놀 14-136-2
+sign 놁 14-136-2-1
+sign 놂 14-136-2-26
+sign 놃 14-136-2-12
+sign 놄 14-136-2-3
+sign 놅 14-136-2-236
+sign 놆 14-136-2-256
+sign 놇 14-136-2-356
+sign 놈 14-136-26
+sign 놉 14-136-12
+sign 놊 14-136-12-3
+sign 놋 14-136-3
+sign 놌 14-136-34
+sign 농 14-136-2356
+sign 놎 14-136-13
+sign 놏 14-136-23
+sign 놐 14-136-235
+sign 놑 14-136-236
+sign 높 14-136-256
+sign 놓 14-136-356
+sign 놔 14-1236
+sign 놕 14-1236-1
+sign 놖 14-1236-1-1
+sign 놗 14-1236-1-3
+sign 놘 14-1236-25
+sign 놙 14-1236-25-13
+sign 놚 14-1236-25-356
+sign 놛 14-1236-35
+sign 놜 14-1236-2
+sign 놝 14-1236-2-1
+sign 놞 14-1236-2-26
+sign 놟 14-1236-2-12
+sign 놠 14-1236-2-3
+sign 놡 14-1236-2-236
+sign 놢 14-1236-2-256
+sign 놣 14-1236-2-356
+sign 놤 14-1236-26
+sign 놥 14-1236-12
+sign 놦 14-1236-12-3
+sign 놧 14-1236-3
+sign 놨 14-1236-34
+sign 놩 14-1236-2356
+sign 놪 14-1236-13
+sign 놫 14-1236-23
+sign 놬 14-1236-235
+sign 놭 14-1236-236
+sign 놮 14-1236-256
+sign 놯 14-1236-356
+sign 놰 14-1236-1235
+sign 놱 14-1236-1235-1
+sign 놲 14-1236-1235-1-1
+sign 놳 14-1236-1235-1-3
+sign 놴 14-1236-1235-25
+sign 놵 14-1236-1235-25-13
+sign 놶 14-1236-1235-25-356
+sign 놷 14-1236-1235-35
+sign 놸 14-1236-1235-2
+sign 놹 14-1236-1235-2-1
+sign 놺 14-1236-1235-2-26
+sign 놻 14-1236-1235-2-12
+sign 놼 14-1236-1235-2-3
+sign 놽 14-1236-1235-2-236
+sign 놾 14-1236-1235-2-256
+sign 놿 14-1236-1235-2-356
+sign 뇀 14-1236-1235-26
+sign 뇁 14-1236-1235-12
+sign 뇂 14-1236-1235-12-3
+sign 뇃 14-1236-1235-3
+sign 뇄 14-1236-1235-34
+sign 뇅 14-1236-1235-2356
+sign 뇆 14-1236-1235-13
+sign 뇇 14-1236-1235-23
+sign 뇈 14-1236-1235-235
+sign 뇉 14-1236-1235-236
+sign 뇊 14-1236-1235-256
+sign 뇋 14-1236-1235-356
+sign 뇌 14-13456
+sign 뇍 14-13456-1
+sign 뇎 14-13456-1-1
+sign 뇏 14-13456-1-3
+sign 뇐 14-13456-25
+sign 뇑 14-13456-25-13
+sign 뇒 14-13456-25-356
+sign 뇓 14-13456-35
+sign 뇔 14-13456-2
+sign 뇕 14-13456-2-1
+sign 뇖 14-13456-2-26
+sign 뇗 14-13456-2-12
+sign 뇘 14-13456-2-3
+sign 뇙 14-13456-2-236
+sign 뇚 14-13456-2-256
+sign 뇛 14-13456-2-356
+sign 뇜 14-13456-26
+sign 뇝 14-13456-12
+sign 뇞 14-13456-12-3
+sign 뇟 14-13456-3
+sign 뇠 14-13456-34
+sign 뇡 14-13456-2356
+sign 뇢 14-13456-13
+sign 뇣 14-13456-23
+sign 뇤 14-13456-235
+sign 뇥 14-13456-236
+sign 뇦 14-13456-256
+sign 뇧 14-13456-356
+sign 뇨 14-346
+sign 뇩 14-346-1
+sign 뇪 14-346-1-1
+sign 뇫 14-346-1-3
+sign 뇬 14-346-25
+sign 뇭 14-346-25-13
+sign 뇮 14-346-25-356
+sign 뇯 14-346-35
+sign 뇰 14-346-2
+sign 뇱 14-346-2-1
+sign 뇲 14-346-2-26
+sign 뇳 14-346-2-12
+sign 뇴 14-346-2-3
+sign 뇵 14-346-2-236
+sign 뇶 14-346-2-256
+sign 뇷 14-346-2-356
+sign 뇸 14-346-26
+sign 뇹 14-346-12
+sign 뇺 14-346-12-3
+sign 뇻 14-346-3
+sign 뇼 14-346-34
+sign 뇽 14-346-2356
+sign 뇾 14-346-13
+sign 뇿 14-346-23
+sign 눀 14-346-235
+sign 눁 14-346-236
+sign 눂 14-346-256
+sign 눃 14-346-356
+sign 누 14-134
+sign 눅 14-134-1
+sign 눆 14-134-1-1
+sign 눇 14-134-1-3
+sign 눈 14-134-25
+sign 눉 14-134-25-13
+sign 눊 14-134-25-356
+sign 눋 14-134-35
+sign 눌 14-134-2
+sign 눍 14-134-2-1
+sign 눎 14-134-2-26
+sign 눏 14-134-2-12
+sign 눐 14-134-2-3
+sign 눑 14-134-2-236
+sign 눒 14-134-2-256
+sign 눓 14-134-2-356
+sign 눔 14-134-26
+sign 눕 14-134-12
+sign 눖 14-134-12-3
+sign 눗 14-134-3
+sign 눘 14-134-34
+sign 눙 14-134-2356
+sign 눚 14-134-13
+sign 눛 14-134-23
+sign 눜 14-134-235
+sign 눝 14-134-236
+sign 눞 14-134-256
+sign 눟 14-134-356
+sign 눠 14-1234
+sign 눡 14-1234-1
+sign 눢 14-1234-1-1
+sign 눣 14-1234-1-3
+sign 눤 14-1234-25
+sign 눥 14-1234-25-13
+sign 눦 14-1234-25-356
+sign 눧 14-1234-35
+sign 눨 14-1234-2
+sign 눩 14-1234-2-1
+sign 눪 14-1234-2-26
+sign 눫 14-1234-2-12
+sign 눬 14-1234-2-3
+sign 눭 14-1234-2-236
+sign 눮 14-1234-2-256
+sign 눯 14-1234-2-356
+sign 눰 14-1234-26
+sign 눱 14-1234-12
+sign 눲 14-1234-12-3
+sign 눳 14-1234-3
+sign 눴 14-1234-34
+sign 눵 14-1234-2356
+sign 눶 14-1234-13
+sign 눷 14-1234-23
+sign 눸 14-1234-235
+sign 눹 14-1234-236
+sign 눺 14-1234-256
+sign 눻 14-1234-356
+sign 눼 14-1234-1235
+sign 눽 14-1234-1235-1
+sign 눾 14-1234-1235-1-1
+sign 눿 14-1234-1235-1-3
+sign 뉀 14-1234-1235-25
+sign 뉁 14-1234-1235-25-13
+sign 뉂 14-1234-1235-25-356
+sign 뉃 14-1234-1235-35
+sign 뉄 14-1234-1235-2
+sign 뉅 14-1234-1235-2-1
+sign 뉆 14-1234-1235-2-26
+sign 뉇 14-1234-1235-2-12
+sign 뉈 14-1234-1235-2-3
+sign 뉉 14-1234-1235-2-236
+sign 뉊 14-1234-1235-2-256
+sign 뉋 14-1234-1235-2-356
+sign 뉌 14-1234-1235-26
+sign 뉍 14-1234-1235-12
+sign 뉎 14-1234-1235-12-3
+sign 뉏 14-1234-1235-3
+sign 뉐 14-1234-1235-34
+sign 뉑 14-1234-1235-2356
+sign 뉒 14-1234-1235-13
+sign 뉓 14-1234-1235-23
+sign 뉔 14-1234-1235-235
+sign 뉕 14-1234-1235-236
+sign 뉖 14-1234-1235-256
+sign 뉗 14-1234-1235-356
+sign 뉘 14-134-1235
+sign 뉙 14-134-1235-1
+sign 뉚 14-134-1235-1-1
+sign 뉛 14-134-1235-1-3
+sign 뉜 14-134-1235-25
+sign 뉝 14-134-1235-25-13
+sign 뉞 14-134-1235-25-356
+sign 뉟 14-134-1235-35
+sign 뉠 14-134-1235-2
+sign 뉡 14-134-1235-2-1
+sign 뉢 14-134-1235-2-26
+sign 뉣 14-134-1235-2-12
+sign 뉤 14-134-1235-2-3
+sign 뉥 14-134-1235-2-236
+sign 뉦 14-134-1235-2-256
+sign 뉧 14-134-1235-2-356
+sign 뉨 14-134-1235-26
+sign 뉩 14-134-1235-12
+sign 뉪 14-134-1235-12-3
+sign 뉫 14-134-1235-3
+sign 뉬 14-134-1235-34
+sign 뉭 14-134-1235-2356
+sign 뉮 14-134-1235-13
+sign 뉯 14-134-1235-23
+sign 뉰 14-134-1235-235
+sign 뉱 14-134-1235-236
+sign 뉲 14-134-1235-256
+sign 뉳 14-134-1235-356
+sign 뉴 14-146
+sign 뉵 14-146-1
+sign 뉶 14-146-1-1
+sign 뉷 14-146-1-3
+sign 뉸 14-146-25
+sign 뉹 14-146-25-13
+sign 뉺 14-146-25-356
+sign 뉻 14-146-35
+sign 뉼 14-146-2
+sign 뉽 14-146-2-1
+sign 뉾 14-146-2-26
+sign 뉿 14-146-2-12
+sign 늀 14-146-2-3
+sign 늁 14-146-2-236
+sign 늂 14-146-2-256
+sign 늃 14-146-2-356
+sign 늄 14-146-26
+sign 늅 14-146-12
+sign 늆 14-146-12-3
+sign 늇 14-146-3
+sign 늈 14-146-34
+sign 늉 14-146-2356
+sign 늊 14-146-13
+sign 늋 14-146-23
+sign 늌 14-146-235
+sign 늍 14-146-236
+sign 늎 14-146-256
+sign 늏 14-146-356
+sign 느 14-246
+sign 늑 14-246-1
+sign 늒 14-246-1-1
+sign 늓 14-246-1-3
+sign 는 14-246-25
+sign 늕 14-246-25-13
+sign 늖 14-246-25-356
+sign 늗 14-246-35
+sign 늘 14-246-2
+sign 늙 14-246-2-1
+sign 늚 14-246-2-26
+sign 늛 14-246-2-12
+sign 늜 14-246-2-3
+sign 늝 14-246-2-236
+sign 늞 14-246-2-256
+sign 늟 14-246-2-356
+sign 늠 14-246-26
+sign 늡 14-246-12
+sign 늢 14-246-12-3
+sign 늣 14-246-3
+sign 늤 14-246-34
+sign 능 14-246-2356
+sign 늦 14-246-13
+sign 늧 14-246-23
+sign 늨 14-246-235
+sign 늩 14-246-236
+sign 늪 14-246-256
+sign 늫 14-246-356
+sign 늬 14-2456
+sign 늭 14-2456-1
+sign 늮 14-2456-1-1
+sign 늯 14-2456-1-3
+sign 늰 14-2456-25
+sign 늱 14-2456-25-13
+sign 늲 14-2456-25-356
+sign 늳 14-2456-35
+sign 늴 14-2456-2
+sign 늵 14-2456-2-1
+sign 늶 14-2456-2-26
+sign 늷 14-2456-2-12
+sign 늸 14-2456-2-3
+sign 늹 14-2456-2-236
+sign 늺 14-2456-2-256
+sign 늻 14-2456-2-356
+sign 늼 14-2456-26
+sign 늽 14-2456-12
+sign 늾 14-2456-12-3
+sign 늿 14-2456-3
+sign 닀 14-2456-34
+sign 닁 14-2456-2356
+sign 닂 14-2456-13
+sign 닃 14-2456-23
+sign 닄 14-2456-235
+sign 닅 14-2456-236
+sign 닆 14-2456-256
+sign 닇 14-2456-356
+sign 니 14-135
+sign 닉 14-135-1
+sign 닊 14-135-1-1
+sign 닋 14-135-1-3
+sign 닌 14-135-25
+sign 닍 14-135-25-13
+sign 닎 14-135-25-356
+sign 닏 14-135-35
+sign 닐 14-135-2
+sign 닑 14-135-2-1
+sign 닒 14-135-2-26
+sign 닓 14-135-2-12
+sign 닔 14-135-2-3
+sign 닕 14-135-2-236
+sign 닖 14-135-2-256
+sign 닗 14-135-2-356
+sign 님 14-135-26
+sign 닙 14-135-12
+sign 닚 14-135-12-3
+sign 닛 14-135-3
+sign 닜 14-135-34
+sign 닝 14-135-2356
+sign 닞 14-135-13
+sign 닟 14-135-23
+sign 닠 14-135-235
+sign 닡 14-135-236
+sign 닢 14-135-256
+sign 닣 14-135-356
+sign 다 24-126
+sign 닥 24-126-1
+sign 닦 24-126-1-1
+sign 닧 24-126-1-3
+sign 단 24-126-25
+sign 닩 24-126-25-13
+sign 닪 24-126-25-356
+sign 닫 24-126-35
+sign 달 24-126-2
+sign 닭 24-126-2-1
+sign 닮 24-126-2-26
+sign 닯 24-126-2-12
+sign 닰 24-126-2-3
+sign 닱 24-126-2-236
+sign 닲 24-126-2-256
+sign 닳 24-126-2-356
+sign 담 24-126-26
+sign 답 24-126-12
+sign 닶 24-126-12-3
+sign 닷 24-126-3
+sign 닸 24-126-34
+sign 당 24-126-2356
+sign 닺 24-126-13
+sign 닻 24-126-23
+sign 닼 24-126-235
+sign 닽 24-126-236
+sign 닾 24-126-256
+sign 닿 24-126-356
+sign 대 24-1235
+sign 댁 24-1235-1
+sign 댂 24-1235-1-1
+sign 댃 24-1235-1-3
+sign 댄 24-1235-25
+sign 댅 24-1235-25-13
+sign 댆 24-1235-25-356
+sign 댇 24-1235-35
+sign 댈 24-1235-2
+sign 댉 24-1235-2-1
+sign 댊 24-1235-2-26
+sign 댋 24-1235-2-12
+sign 댌 24-1235-2-3
+sign 댍 24-1235-2-236
+sign 댎 24-1235-2-256
+sign 댏 24-1235-2-356
+sign 댐 24-1235-26
+sign 댑 24-1235-12
+sign 댒 24-1235-12-3
+sign 댓 24-1235-3
+sign 댔 24-1235-34
+sign 댕 24-1235-2356
+sign 댖 24-1235-13
+sign 댗 24-1235-23
+sign 댘 24-1235-235
+sign 댙 24-1235-236
+sign 댚 24-1235-256
+sign 댛 24-1235-356
+sign 댜 24-345
+sign 댝 24-345-1
+sign 댞 24-345-1-1
+sign 댟 24-345-1-3
+sign 댠 24-345-25
+sign 댡 24-345-25-13
+sign 댢 24-345-25-356
+sign 댣 24-345-35
+sign 댤 24-345-2
+sign 댥 24-345-2-1
+sign 댦 24-345-2-26
+sign 댧 24-345-2-12
+sign 댨 24-345-2-3
+sign 댩 24-345-2-236
+sign 댪 24-345-2-256
+sign 댫 24-345-2-356
+sign 댬 24-345-26
+sign 댭 24-345-12
+sign 댮 24-345-12-3
+sign 댯 24-345-3
+sign 댰 24-345-34
+sign 댱 24-345-2356
+sign 댲 24-345-13
+sign 댳 24-345-23
+sign 댴 24-345-235
+sign 댵 24-345-236
+sign 댶 24-345-256
+sign 댷 24-345-356
+sign 댸 24-345-1235
+sign 댹 24-345-1235-1
+sign 댺 24-345-1235-1-1
+sign 댻 24-345-1235-1-3
+sign 댼 24-345-1235-25
+sign 댽 24-345-1235-25-13
+sign 댾 24-345-1235-25-356
+sign 댿 24-345-1235-35
+sign 덀 24-345-1235-2
+sign 덁 24-345-1235-2-1
+sign 덂 24-345-1235-2-26
+sign 덃 24-345-1235-2-12
+sign 덄 24-345-1235-2-3
+sign 덅 24-345-1235-2-236
+sign 덆 24-345-1235-2-256
+sign 덇 24-345-1235-2-356
+sign 덈 24-345-1235-26
+sign 덉 24-345-1235-12
+sign 덊 24-345-1235-12-3
+sign 덋 24-345-1235-3
+sign 덌 24-345-1235-34
+sign 덍 24-345-1235-2356
+sign 덎 24-345-1235-13
+sign 덏 24-345-1235-23
+sign 덐 24-345-1235-235
+sign 덑 24-345-1235-236
+sign 덒 24-345-1235-256
+sign 덓 24-345-1235-356
+sign 더 24-234
+sign 덕 24-234-1
+sign 덖 24-234-1-1
+sign 덗 24-234-1-3
+sign 던 24-234-25
+sign 덙 24-234-25-13
+sign 덚 24-234-25-356
+sign 덛 24-234-35
+sign 덜 24-234-2
+sign 덝 24-234-2-1
+sign 덞 24-234-2-26
+sign 덟 24-234-2-12
+sign 덠 24-234-2-3
+sign 덡 24-234-2-236
+sign 덢 24-234-2-256
+sign 덣 24-234-2-356
+sign 덤 24-234-26
+sign 덥 24-234-12
+sign 덦 24-234-12-3
+sign 덧 24-234-3
+sign 덨 24-234-34
+sign 덩 24-234-2356
+sign 덪 24-234-13
+sign 덫 24-234-23
+sign 덬 24-234-235
+sign 덭 24-234-236
+sign 덮 24-234-256
+sign 덯 24-234-356
+sign 데 24-1345
+sign 덱 24-1345-1
+sign 덲 24-1345-1-1
+sign 덳 24-1345-1-3
+sign 덴 24-1345-25
+sign 덵 24-1345-25-13
+sign 덶 24-1345-25-356
+sign 덷 24-1345-35
+sign 델 24-1345-2
+sign 덹 24-1345-2-1
+sign 덺 24-1345-2-26
+sign 덻 24-1345-2-12
+sign 덼 24-1345-2-3
+sign 덽 24-1345-2-236
+sign 덾 24-1345-2-256
+sign 덿 24-1345-2-356
+sign 뎀 24-1345-26
+sign 뎁 24-1345-12
+sign 뎂 24-1345-12-3
+sign 뎃 24-1345-3
+sign 뎄 24-1345-34
+sign 뎅 24-1345-2356
+sign 뎆 24-1345-13
+sign 뎇 24-1345-23
+sign 뎈 24-1345-235
+sign 뎉 24-1345-236
+sign 뎊 24-1345-256
+sign 뎋 24-1345-356
+sign 뎌 24-156
+sign 뎍 24-156-1
+sign 뎎 24-156-1-1
+sign 뎏 24-156-1-3
+sign 뎐 24-156-25
+sign 뎑 24-156-25-13
+sign 뎒 24-156-25-356
+sign 뎓 24-156-35
+sign 뎔 24-156-2
+sign 뎕 24-156-2-1
+sign 뎖 24-156-2-26
+sign 뎗 24-156-2-12
+sign 뎘 24-156-2-3
+sign 뎙 24-156-2-236
+sign 뎚 24-156-2-256
+sign 뎛 24-156-2-356
+sign 뎜 24-156-26
+sign 뎝 24-156-12
+sign 뎞 24-156-12-3
+sign 뎟 24-156-3
+sign 뎠 24-156-34
+sign 뎡 24-156-2356
+sign 뎢 24-156-13
+sign 뎣 24-156-23
+sign 뎤 24-156-235
+sign 뎥 24-156-236
+sign 뎦 24-156-256
+sign 뎧 24-156-356
+sign 뎨 24-34
+sign 뎩 24-34-1
+sign 뎪 24-34-1-1
+sign 뎫 24-34-1-3
+sign 뎬 24-34-25
+sign 뎭 24-34-25-13
+sign 뎮 24-34-25-356
+sign 뎯 24-34-35
+sign 뎰 24-34-2
+sign 뎱 24-34-2-1
+sign 뎲 24-34-2-26
+sign 뎳 24-34-2-12
+sign 뎴 24-34-2-3
+sign 뎵 24-34-2-236
+sign 뎶 24-34-2-256
+sign 뎷 24-34-2-356
+sign 뎸 24-34-26
+sign 뎹 24-34-12
+sign 뎺 24-34-12-3
+sign 뎻 24-34-3
+sign 뎼 24-34-34
+sign 뎽 24-34-2356
+sign 뎾 24-34-13
+sign 뎿 24-34-23
+sign 돀 24-34-235
+sign 돁 24-34-236
+sign 돂 24-34-256
+sign 돃 24-34-356
+sign 도 24-136
+sign 독 24-136-1
+sign 돆 24-136-1-1
+sign 돇 24-136-1-3
+sign 돈 24-136-25
+sign 돉 24-136-25-13
+sign 돊 24-136-25-356
+sign 돋 24-136-35
+sign 돌 24-136-2
+sign 돍 24-136-2-1
+sign 돎 24-136-2-26
+sign 돏 24-136-2-12
+sign 돐 24-136-2-3
+sign 돑 24-136-2-236
+sign 돒 24-136-2-256
+sign 돓 24-136-2-356
+sign 돔 24-136-26
+sign 돕 24-136-12
+sign 돖 24-136-12-3
+sign 돗 24-136-3
+sign 돘 24-136-34
+sign 동 24-136-2356
+sign 돚 24-136-13
+sign 돛 24-136-23
+sign 돜 24-136-235
+sign 돝 24-136-236
+sign 돞 24-136-256
+sign 돟 24-136-356
+sign 돠 24-1236
+sign 돡 24-1236-1
+sign 돢 24-1236-1-1
+sign 돣 24-1236-1-3
+sign 돤 24-1236-25
+sign 돥 24-1236-25-13
+sign 돦 24-1236-25-356
+sign 돧 24-1236-35
+sign 돨 24-1236-2
+sign 돩 24-1236-2-1
+sign 돪 24-1236-2-26
+sign 돫 24-1236-2-12
+sign 돬 24-1236-2-3
+sign 돭 24-1236-2-236
+sign 돮 24-1236-2-256
+sign 돯 24-1236-2-356
+sign 돰 24-1236-26
+sign 돱 24-1236-12
+sign 돲 24-1236-12-3
+sign 돳 24-1236-3
+sign 돴 24-1236-34
+sign 돵 24-1236-2356
+sign 돶 24-1236-13
+sign 돷 24-1236-23
+sign 돸 24-1236-235
+sign 돹 24-1236-236
+sign 돺 24-1236-256
+sign 돻 24-1236-356
+sign 돼 24-1236-1235
+sign 돽 24-1236-1235-1
+sign 돾 24-1236-1235-1-1
+sign 돿 24-1236-1235-1-3
+sign 됀 24-1236-1235-25
+sign 됁 24-1236-1235-25-13
+sign 됂 24-1236-1235-25-356
+sign 됃 24-1236-1235-35
+sign 됄 24-1236-1235-2
+sign 됅 24-1236-1235-2-1
+sign 됆 24-1236-1235-2-26
+sign 됇 24-1236-1235-2-12
+sign 됈 24-1236-1235-2-3
+sign 됉 24-1236-1235-2-236
+sign 됊 24-1236-1235-2-256
+sign 됋 24-1236-1235-2-356
+sign 됌 24-1236-1235-26
+sign 됍 24-1236-1235-12
+sign 됎 24-1236-1235-12-3
+sign 됏 24-1236-1235-3
+sign 됐 24-1236-1235-34
+sign 됑 24-1236-1235-2356
+sign 됒 24-1236-1235-13
+sign 됓 24-1236-1235-23
+sign 됔 24-1236-1235-235
+sign 됕 24-1236-1235-236
+sign 됖 24-1236-1235-256
+sign 됗 24-1236-1235-356
+sign 되 24-13456
+sign 됙 24-13456-1
+sign 됚 24-13456-1-1
+sign 됛 24-13456-1-3
+sign 된 24-13456-25
+sign 됝 24-13456-25-13
+sign 됞 24-13456-25-356
+sign 됟 24-13456-35
+sign 될 24-13456-2
+sign 됡 24-13456-2-1
+sign 됢 24-13456-2-26
+sign 됣 24-13456-2-12
+sign 됤 24-13456-2-3
+sign 됥 24-13456-2-236
+sign 됦 24-13456-2-256
+sign 됧 24-13456-2-356
+sign 됨 24-13456-26
+sign 됩 24-13456-12
+sign 됪 24-13456-12-3
+sign 됫 24-13456-3
+sign 됬 24-13456-34
+sign 됭 24-13456-2356
+sign 됮 24-13456-13
+sign 됯 24-13456-23
+sign 됰 24-13456-235
+sign 됱 24-13456-236
+sign 됲 24-13456-256
+sign 됳 24-13456-356
+sign 됴 24-346
+sign 됵 24-346-1
+sign 됶 24-346-1-1
+sign 됷 24-346-1-3
+sign 됸 24-346-25
+sign 됹 24-346-25-13
+sign 됺 24-346-25-356
+sign 됻 24-346-35
+sign 됼 24-346-2
+sign 됽 24-346-2-1
+sign 됾 24-346-2-26
+sign 됿 24-346-2-12
+sign 둀 24-346-2-3
+sign 둁 24-346-2-236
+sign 둂 24-346-2-256
+sign 둃 24-346-2-356
+sign 둄 24-346-26
+sign 둅 24-346-12
+sign 둆 24-346-12-3
+sign 둇 24-346-3
+sign 둈 24-346-34
+sign 둉 24-346-2356
+sign 둊 24-346-13
+sign 둋 24-346-23
+sign 둌 24-346-235
+sign 둍 24-346-236
+sign 둎 24-346-256
+sign 둏 24-346-356
+sign 두 24-134
+sign 둑 24-134-1
+sign 둒 24-134-1-1
+sign 둓 24-134-1-3
+sign 둔 24-134-25
+sign 둕 24-134-25-13
+sign 둖 24-134-25-356
+sign 둗 24-134-35
+sign 둘 24-134-2
+sign 둙 24-134-2-1
+sign 둚 24-134-2-26
+sign 둛 24-134-2-12
+sign 둜 24-134-2-3
+sign 둝 24-134-2-236
+sign 둞 24-134-2-256
+sign 둟 24-134-2-356
+sign 둠 24-134-26
+sign 둡 24-134-12
+sign 둢 24-134-12-3
+sign 둣 24-134-3
+sign 둤 24-134-34
+sign 둥 24-134-2356
+sign 둦 24-134-13
+sign 둧 24-134-23
+sign 둨 24-134-235
+sign 둩 24-134-236
+sign 둪 24-134-256
+sign 둫 24-134-356
+sign 둬 24-1234
+sign 둭 24-1234-1
+sign 둮 24-1234-1-1
+sign 둯 24-1234-1-3
+sign 둰 24-1234-25
+sign 둱 24-1234-25-13
+sign 둲 24-1234-25-356
+sign 둳 24-1234-35
+sign 둴 24-1234-2
+sign 둵 24-1234-2-1
+sign 둶 24-1234-2-26
+sign 둷 24-1234-2-12
+sign 둸 24-1234-2-3
+sign 둹 24-1234-2-236
+sign 둺 24-1234-2-256
+sign 둻 24-1234-2-356
+sign 둼 24-1234-26
+sign 둽 24-1234-12
+sign 둾 24-1234-12-3
+sign 둿 24-1234-3
+sign 뒀 24-1234-34
+sign 뒁 24-1234-2356
+sign 뒂 24-1234-13
+sign 뒃 24-1234-23
+sign 뒄 24-1234-235
+sign 뒅 24-1234-236
+sign 뒆 24-1234-256
+sign 뒇 24-1234-356
+sign 뒈 24-1234-1235
+sign 뒉 24-1234-1235-1
+sign 뒊 24-1234-1235-1-1
+sign 뒋 24-1234-1235-1-3
+sign 뒌 24-1234-1235-25
+sign 뒍 24-1234-1235-25-13
+sign 뒎 24-1234-1235-25-356
+sign 뒏 24-1234-1235-35
+sign 뒐 24-1234-1235-2
+sign 뒑 24-1234-1235-2-1
+sign 뒒 24-1234-1235-2-26
+sign 뒓 24-1234-1235-2-12
+sign 뒔 24-1234-1235-2-3
+sign 뒕 24-1234-1235-2-236
+sign 뒖 24-1234-1235-2-256
+sign 뒗 24-1234-1235-2-356
+sign 뒘 24-1234-1235-26
+sign 뒙 24-1234-1235-12
+sign 뒚 24-1234-1235-12-3
+sign 뒛 24-1234-1235-3
+sign 뒜 24-1234-1235-34
+sign 뒝 24-1234-1235-2356
+sign 뒞 24-1234-1235-13
+sign 뒟 24-1234-1235-23
+sign 뒠 24-1234-1235-235
+sign 뒡 24-1234-1235-236
+sign 뒢 24-1234-1235-256
+sign 뒣 24-1234-1235-356
+sign 뒤 24-134-1235
+sign 뒥 24-134-1235-1
+sign 뒦 24-134-1235-1-1
+sign 뒧 24-134-1235-1-3
+sign 뒨 24-134-1235-25
+sign 뒩 24-134-1235-25-13
+sign 뒪 24-134-1235-25-356
+sign 뒫 24-134-1235-35
+sign 뒬 24-134-1235-2
+sign 뒭 24-134-1235-2-1
+sign 뒮 24-134-1235-2-26
+sign 뒯 24-134-1235-2-12
+sign 뒰 24-134-1235-2-3
+sign 뒱 24-134-1235-2-236
+sign 뒲 24-134-1235-2-256
+sign 뒳 24-134-1235-2-356
+sign 뒴 24-134-1235-26
+sign 뒵 24-134-1235-12
+sign 뒶 24-134-1235-12-3
+sign 뒷 24-134-1235-3
+sign 뒸 24-134-1235-34
+sign 뒹 24-134-1235-2356
+sign 뒺 24-134-1235-13
+sign 뒻 24-134-1235-23
+sign 뒼 24-134-1235-235
+sign 뒽 24-134-1235-236
+sign 뒾 24-134-1235-256
+sign 뒿 24-134-1235-356
+sign 듀 24-146
+sign 듁 24-146-1
+sign 듂 24-146-1-1
+sign 듃 24-146-1-3
+sign 듄 24-146-25
+sign 듅 24-146-25-13
+sign 듆 24-146-25-356
+sign 듇 24-146-35
+sign 듈 24-146-2
+sign 듉 24-146-2-1
+sign 듊 24-146-2-26
+sign 듋 24-146-2-12
+sign 듌 24-146-2-3
+sign 듍 24-146-2-236
+sign 듎 24-146-2-256
+sign 듏 24-146-2-356
+sign 듐 24-146-26
+sign 듑 24-146-12
+sign 듒 24-146-12-3
+sign 듓 24-146-3
+sign 듔 24-146-34
+sign 듕 24-146-2356
+sign 듖 24-146-13
+sign 듗 24-146-23
+sign 듘 24-146-235
+sign 듙 24-146-236
+sign 듚 24-146-256
+sign 듛 24-146-356
+sign 드 24-246
+sign 득 24-246-1
+sign 듞 24-246-1-1
+sign 듟 24-246-1-3
+sign 든 24-246-25
+sign 듡 24-246-25-13
+sign 듢 24-246-25-356
+sign 듣 24-246-35
+sign 들 24-246-2
+sign 듥 24-246-2-1
+sign 듦 24-246-2-26
+sign 듧 24-246-2-12
+sign 듨 24-246-2-3
+sign 듩 24-246-2-236
+sign 듪 24-246-2-256
+sign 듫 24-246-2-356
+sign 듬 24-246-26
+sign 듭 24-246-12
+sign 듮 24-246-12-3
+sign 듯 24-246-3
+sign 듰 24-246-34
+sign 등 24-246-2356
+sign 듲 24-246-13
+sign 듳 24-246-23
+sign 듴 24-246-235
+sign 듵 24-246-236
+sign 듶 24-246-256
+sign 듷 24-246-356
+sign 듸 24-2456
+sign 듹 24-2456-1
+sign 듺 24-2456-1-1
+sign 듻 24-2456-1-3
+sign 듼 24-2456-25
+sign 듽 24-2456-25-13
+sign 듾 24-2456-25-356
+sign 듿 24-2456-35
+sign 딀 24-2456-2
+sign 딁 24-2456-2-1
+sign 딂 24-2456-2-26
+sign 딃 24-2456-2-12
+sign 딄 24-2456-2-3
+sign 딅 24-2456-2-236
+sign 딆 24-2456-2-256
+sign 딇 24-2456-2-356
+sign 딈 24-2456-26
+sign 딉 24-2456-12
+sign 딊 24-2456-12-3
+sign 딋 24-2456-3
+sign 딌 24-2456-34
+sign 딍 24-2456-2356
+sign 딎 24-2456-13
+sign 딏 24-2456-23
+sign 딐 24-2456-235
+sign 딑 24-2456-236
+sign 딒 24-2456-256
+sign 딓 24-2456-356
+sign 디 24-135
+sign 딕 24-135-1
+sign 딖 24-135-1-1
+sign 딗 24-135-1-3
+sign 딘 24-135-25
+sign 딙 24-135-25-13
+sign 딚 24-135-25-356
+sign 딛 24-135-35
+sign 딜 24-135-2
+sign 딝 24-135-2-1
+sign 딞 24-135-2-26
+sign 딟 24-135-2-12
+sign 딠 24-135-2-3
+sign 딡 24-135-2-236
+sign 딢 24-135-2-256
+sign 딣 24-135-2-356
+sign 딤 24-135-26
+sign 딥 24-135-12
+sign 딦 24-135-12-3
+sign 딧 24-135-3
+sign 딨 24-135-34
+sign 딩 24-135-2356
+sign 딪 24-135-13
+sign 딫 24-135-23
+sign 딬 24-135-235
+sign 딭 24-135-236
+sign 딮 24-135-256
+sign 딯 24-135-356
+sign 따 6-24-126
+sign 딱 6-24-126-1
+sign 딲 6-24-126-1-1
+sign 딳 6-24-126-1-3
+sign 딴 6-24-126-25
+sign 딵 6-24-126-25-13
+sign 딶 6-24-126-25-356
+sign 딷 6-24-126-35
+sign 딸 6-24-126-2
+sign 딹 6-24-126-2-1
+sign 딺 6-24-126-2-26
+sign 딻 6-24-126-2-12
+sign 딼 6-24-126-2-3
+sign 딽 6-24-126-2-236
+sign 딾 6-24-126-2-256
+sign 딿 6-24-126-2-356
+sign 땀 6-24-126-26
+sign 땁 6-24-126-12
+sign 땂 6-24-126-12-3
+sign 땃 6-24-126-3
+sign 땄 6-24-126-34
+sign 땅 6-24-126-2356
+sign 땆 6-24-126-13
+sign 땇 6-24-126-23
+sign 땈 6-24-126-235
+sign 땉 6-24-126-236
+sign 땊 6-24-126-256
+sign 땋 6-24-126-356
+sign 때 6-24-1235
+sign 땍 6-24-1235-1
+sign 땎 6-24-1235-1-1
+sign 땏 6-24-1235-1-3
+sign 땐 6-24-1235-25
+sign 땑 6-24-1235-25-13
+sign 땒 6-24-1235-25-356
+sign 땓 6-24-1235-35
+sign 땔 6-24-1235-2
+sign 땕 6-24-1235-2-1
+sign 땖 6-24-1235-2-26
+sign 땗 6-24-1235-2-12
+sign 땘 6-24-1235-2-3
+sign 땙 6-24-1235-2-236
+sign 땚 6-24-1235-2-256
+sign 땛 6-24-1235-2-356
+sign 땜 6-24-1235-26
+sign 땝 6-24-1235-12
+sign 땞 6-24-1235-12-3
+sign 땟 6-24-1235-3
+sign 땠 6-24-1235-34
+sign 땡 6-24-1235-2356
+sign 땢 6-24-1235-13
+sign 땣 6-24-1235-23
+sign 땤 6-24-1235-235
+sign 땥 6-24-1235-236
+sign 땦 6-24-1235-256
+sign 땧 6-24-1235-356
+sign 땨 6-24-345
+sign 땩 6-24-345-1
+sign 땪 6-24-345-1-1
+sign 땫 6-24-345-1-3
+sign 땬 6-24-345-25
+sign 땭 6-24-345-25-13
+sign 땮 6-24-345-25-356
+sign 땯 6-24-345-35
+sign 땰 6-24-345-2
+sign 땱 6-24-345-2-1
+sign 땲 6-24-345-2-26
+sign 땳 6-24-345-2-12
+sign 땴 6-24-345-2-3
+sign 땵 6-24-345-2-236
+sign 땶 6-24-345-2-256
+sign 땷 6-24-345-2-356
+sign 땸 6-24-345-26
+sign 땹 6-24-345-12
+sign 땺 6-24-345-12-3
+sign 땻 6-24-345-3
+sign 땼 6-24-345-34
+sign 땽 6-24-345-2356
+sign 땾 6-24-345-13
+sign 땿 6-24-345-23
+sign 떀 6-24-345-235
+sign 떁 6-24-345-236
+sign 떂 6-24-345-256
+sign 떃 6-24-345-356
+sign 떄 6-24-345-1235
+sign 떅 6-24-345-1235-1
+sign 떆 6-24-345-1235-1-1
+sign 떇 6-24-345-1235-1-3
+sign 떈 6-24-345-1235-25
+sign 떉 6-24-345-1235-25-13
+sign 떊 6-24-345-1235-25-356
+sign 떋 6-24-345-1235-35
+sign 떌 6-24-345-1235-2
+sign 떍 6-24-345-1235-2-1
+sign 떎 6-24-345-1235-2-26
+sign 떏 6-24-345-1235-2-12
+sign 떐 6-24-345-1235-2-3
+sign 떑 6-24-345-1235-2-236
+sign 떒 6-24-345-1235-2-256
+sign 떓 6-24-345-1235-2-356
+sign 떔 6-24-345-1235-26
+sign 떕 6-24-345-1235-12
+sign 떖 6-24-345-1235-12-3
+sign 떗 6-24-345-1235-3
+sign 떘 6-24-345-1235-34
+sign 떙 6-24-345-1235-2356
+sign 떚 6-24-345-1235-13
+sign 떛 6-24-345-1235-23
+sign 떜 6-24-345-1235-235
+sign 떝 6-24-345-1235-236
+sign 떞 6-24-345-1235-256
+sign 떟 6-24-345-1235-356
+sign 떠 6-24-234
+sign 떡 6-24-234-1
+sign 떢 6-24-234-1-1
+sign 떣 6-24-234-1-3
+sign 떤 6-24-234-25
+sign 떥 6-24-234-25-13
+sign 떦 6-24-234-25-356
+sign 떧 6-24-234-35
+sign 떨 6-24-234-2
+sign 떩 6-24-234-2-1
+sign 떪 6-24-234-2-26
+sign 떫 6-24-234-2-12
+sign 떬 6-24-234-2-3
+sign 떭 6-24-234-2-236
+sign 떮 6-24-234-2-256
+sign 떯 6-24-234-2-356
+sign 떰 6-24-234-26
+sign 떱 6-24-234-12
+sign 떲 6-24-234-12-3
+sign 떳 6-24-234-3
+sign 떴 6-24-234-34
+sign 떵 6-24-234-2356
+sign 떶 6-24-234-13
+sign 떷 6-24-234-23
+sign 떸 6-24-234-235
+sign 떹 6-24-234-236
+sign 떺 6-24-234-256
+sign 떻 6-24-234-356
+sign 떼 6-24-1345
+sign 떽 6-24-1345-1
+sign 떾 6-24-1345-1-1
+sign 떿 6-24-1345-1-3
+sign 뗀 6-24-1345-25
+sign 뗁 6-24-1345-25-13
+sign 뗂 6-24-1345-25-356
+sign 뗃 6-24-1345-35
+sign 뗄 6-24-1345-2
+sign 뗅 6-24-1345-2-1
+sign 뗆 6-24-1345-2-26
+sign 뗇 6-24-1345-2-12
+sign 뗈 6-24-1345-2-3
+sign 뗉 6-24-1345-2-236
+sign 뗊 6-24-1345-2-256
+sign 뗋 6-24-1345-2-356
+sign 뗌 6-24-1345-26
+sign 뗍 6-24-1345-12
+sign 뗎 6-24-1345-12-3
+sign 뗏 6-24-1345-3
+sign 뗐 6-24-1345-34
+sign 뗑 6-24-1345-2356
+sign 뗒 6-24-1345-13
+sign 뗓 6-24-1345-23
+sign 뗔 6-24-1345-235
+sign 뗕 6-24-1345-236
+sign 뗖 6-24-1345-256
+sign 뗗 6-24-1345-356
+sign 뗘 6-24-156
+sign 뗙 6-24-156-1
+sign 뗚 6-24-156-1-1
+sign 뗛 6-24-156-1-3
+sign 뗜 6-24-156-25
+sign 뗝 6-24-156-25-13
+sign 뗞 6-24-156-25-356
+sign 뗟 6-24-156-35
+sign 뗠 6-24-156-2
+sign 뗡 6-24-156-2-1
+sign 뗢 6-24-156-2-26
+sign 뗣 6-24-156-2-12
+sign 뗤 6-24-156-2-3
+sign 뗥 6-24-156-2-236
+sign 뗦 6-24-156-2-256
+sign 뗧 6-24-156-2-356
+sign 뗨 6-24-156-26
+sign 뗩 6-24-156-12
+sign 뗪 6-24-156-12-3
+sign 뗫 6-24-156-3
+sign 뗬 6-24-156-34
+sign 뗭 6-24-156-2356
+sign 뗮 6-24-156-13
+sign 뗯 6-24-156-23
+sign 뗰 6-24-156-235
+sign 뗱 6-24-156-236
+sign 뗲 6-24-156-256
+sign 뗳 6-24-156-356
+sign 뗴 6-24-34
+sign 뗵 6-24-34-1
+sign 뗶 6-24-34-1-1
+sign 뗷 6-24-34-1-3
+sign 뗸 6-24-34-25
+sign 뗹 6-24-34-25-13
+sign 뗺 6-24-34-25-356
+sign 뗻 6-24-34-35
+sign 뗼 6-24-34-2
+sign 뗽 6-24-34-2-1
+sign 뗾 6-24-34-2-26
+sign 뗿 6-24-34-2-12
+sign 똀 6-24-34-2-3
+sign 똁 6-24-34-2-236
+sign 똂 6-24-34-2-256
+sign 똃 6-24-34-2-356
+sign 똄 6-24-34-26
+sign 똅 6-24-34-12
+sign 똆 6-24-34-12-3
+sign 똇 6-24-34-3
+sign 똈 6-24-34-34
+sign 똉 6-24-34-2356
+sign 똊 6-24-34-13
+sign 똋 6-24-34-23
+sign 똌 6-24-34-235
+sign 똍 6-24-34-236
+sign 똎 6-24-34-256
+sign 똏 6-24-34-356
+sign 또 6-24-136
+sign 똑 6-24-136-1
+sign 똒 6-24-136-1-1
+sign 똓 6-24-136-1-3
+sign 똔 6-24-136-25
+sign 똕 6-24-136-25-13
+sign 똖 6-24-136-25-356
+sign 똗 6-24-136-35
+sign 똘 6-24-136-2
+sign 똙 6-24-136-2-1
+sign 똚 6-24-136-2-26
+sign 똛 6-24-136-2-12
+sign 똜 6-24-136-2-3
+sign 똝 6-24-136-2-236
+sign 똞 6-24-136-2-256
+sign 똟 6-24-136-2-356
+sign 똠 6-24-136-26
+sign 똡 6-24-136-12
+sign 똢 6-24-136-12-3
+sign 똣 6-24-136-3
+sign 똤 6-24-136-34
+sign 똥 6-24-136-2356
+sign 똦 6-24-136-13
+sign 똧 6-24-136-23
+sign 똨 6-24-136-235
+sign 똩 6-24-136-236
+sign 똪 6-24-136-256
+sign 똫 6-24-136-356
+sign 똬 6-24-1236
+sign 똭 6-24-1236-1
+sign 똮 6-24-1236-1-1
+sign 똯 6-24-1236-1-3
+sign 똰 6-24-1236-25
+sign 똱 6-24-1236-25-13
+sign 똲 6-24-1236-25-356
+sign 똳 6-24-1236-35
+sign 똴 6-24-1236-2
+sign 똵 6-24-1236-2-1
+sign 똶 6-24-1236-2-26
+sign 똷 6-24-1236-2-12
+sign 똸 6-24-1236-2-3
+sign 똹 6-24-1236-2-236
+sign 똺 6-24-1236-2-256
+sign 똻 6-24-1236-2-356
+sign 똼 6-24-1236-26
+sign 똽 6-24-1236-12
+sign 똾 6-24-1236-12-3
+sign 똿 6-24-1236-3
+sign 뙀 6-24-1236-34
+sign 뙁 6-24-1236-2356
+sign 뙂 6-24-1236-13
+sign 뙃 6-24-1236-23
+sign 뙄 6-24-1236-235
+sign 뙅 6-24-1236-236
+sign 뙆 6-24-1236-256
+sign 뙇 6-24-1236-356
+sign 뙈 6-24-1236-1235
+sign 뙉 6-24-1236-1235-1
+sign 뙊 6-24-1236-1235-1-1
+sign 뙋 6-24-1236-1235-1-3
+sign 뙌 6-24-1236-1235-25
+sign 뙍 6-24-1236-1235-25-13
+sign 뙎 6-24-1236-1235-25-356
+sign 뙏 6-24-1236-1235-35
+sign 뙐 6-24-1236-1235-2
+sign 뙑 6-24-1236-1235-2-1
+sign 뙒 6-24-1236-1235-2-26
+sign 뙓 6-24-1236-1235-2-12
+sign 뙔 6-24-1236-1235-2-3
+sign 뙕 6-24-1236-1235-2-236
+sign 뙖 6-24-1236-1235-2-256
+sign 뙗 6-24-1236-1235-2-356
+sign 뙘 6-24-1236-1235-26
+sign 뙙 6-24-1236-1235-12
+sign 뙚 6-24-1236-1235-12-3
+sign 뙛 6-24-1236-1235-3
+sign 뙜 6-24-1236-1235-34
+sign 뙝 6-24-1236-1235-2356
+sign 뙞 6-24-1236-1235-13
+sign 뙟 6-24-1236-1235-23
+sign 뙠 6-24-1236-1235-235
+sign 뙡 6-24-1236-1235-236
+sign 뙢 6-24-1236-1235-256
+sign 뙣 6-24-1236-1235-356
+sign 뙤 6-24-13456
+sign 뙥 6-24-13456-1
+sign 뙦 6-24-13456-1-1
+sign 뙧 6-24-13456-1-3
+sign 뙨 6-24-13456-25
+sign 뙩 6-24-13456-25-13
+sign 뙪 6-24-13456-25-356
+sign 뙫 6-24-13456-35
+sign 뙬 6-24-13456-2
+sign 뙭 6-24-13456-2-1
+sign 뙮 6-24-13456-2-26
+sign 뙯 6-24-13456-2-12
+sign 뙰 6-24-13456-2-3
+sign 뙱 6-24-13456-2-236
+sign 뙲 6-24-13456-2-256
+sign 뙳 6-24-13456-2-356
+sign 뙴 6-24-13456-26
+sign 뙵 6-24-13456-12
+sign 뙶 6-24-13456-12-3
+sign 뙷 6-24-13456-3
+sign 뙸 6-24-13456-34
+sign 뙹 6-24-13456-2356
+sign 뙺 6-24-13456-13
+sign 뙻 6-24-13456-23
+sign 뙼 6-24-13456-235
+sign 뙽 6-24-13456-236
+sign 뙾 6-24-13456-256
+sign 뙿 6-24-13456-356
+sign 뚀 6-24-346
+sign 뚁 6-24-346-1
+sign 뚂 6-24-346-1-1
+sign 뚃 6-24-346-1-3
+sign 뚄 6-24-346-25
+sign 뚅 6-24-346-25-13
+sign 뚆 6-24-346-25-356
+sign 뚇 6-24-346-35
+sign 뚈 6-24-346-2
+sign 뚉 6-24-346-2-1
+sign 뚊 6-24-346-2-26
+sign 뚋 6-24-346-2-12
+sign 뚌 6-24-346-2-3
+sign 뚍 6-24-346-2-236
+sign 뚎 6-24-346-2-256
+sign 뚏 6-24-346-2-356
+sign 뚐 6-24-346-26
+sign 뚑 6-24-346-12
+sign 뚒 6-24-346-12-3
+sign 뚓 6-24-346-3
+sign 뚔 6-24-346-34
+sign 뚕 6-24-346-2356
+sign 뚖 6-24-346-13
+sign 뚗 6-24-346-23
+sign 뚘 6-24-346-235
+sign 뚙 6-24-346-236
+sign 뚚 6-24-346-256
+sign 뚛 6-24-346-356
+sign 뚜 6-24-134
+sign 뚝 6-24-134-1
+sign 뚞 6-24-134-1-1
+sign 뚟 6-24-134-1-3
+sign 뚠 6-24-134-25
+sign 뚡 6-24-134-25-13
+sign 뚢 6-24-134-25-356
+sign 뚣 6-24-134-35
+sign 뚤 6-24-134-2
+sign 뚥 6-24-134-2-1
+sign 뚦 6-24-134-2-26
+sign 뚧 6-24-134-2-12
+sign 뚨 6-24-134-2-3
+sign 뚩 6-24-134-2-236
+sign 뚪 6-24-134-2-256
+sign 뚫 6-24-134-2-356
+sign 뚬 6-24-134-26
+sign 뚭 6-24-134-12
+sign 뚮 6-24-134-12-3
+sign 뚯 6-24-134-3
+sign 뚰 6-24-134-34
+sign 뚱 6-24-134-2356
+sign 뚲 6-24-134-13
+sign 뚳 6-24-134-23
+sign 뚴 6-24-134-235
+sign 뚵 6-24-134-236
+sign 뚶 6-24-134-256
+sign 뚷 6-24-134-356
+sign 뚸 6-24-1234
+sign 뚹 6-24-1234-1
+sign 뚺 6-24-1234-1-1
+sign 뚻 6-24-1234-1-3
+sign 뚼 6-24-1234-25
+sign 뚽 6-24-1234-25-13
+sign 뚾 6-24-1234-25-356
+sign 뚿 6-24-1234-35
+sign 뛀 6-24-1234-2
+sign 뛁 6-24-1234-2-1
+sign 뛂 6-24-1234-2-26
+sign 뛃 6-24-1234-2-12
+sign 뛄 6-24-1234-2-3
+sign 뛅 6-24-1234-2-236
+sign 뛆 6-24-1234-2-256
+sign 뛇 6-24-1234-2-356
+sign 뛈 6-24-1234-26
+sign 뛉 6-24-1234-12
+sign 뛊 6-24-1234-12-3
+sign 뛋 6-24-1234-3
+sign 뛌 6-24-1234-34
+sign 뛍 6-24-1234-2356
+sign 뛎 6-24-1234-13
+sign 뛏 6-24-1234-23
+sign 뛐 6-24-1234-235
+sign 뛑 6-24-1234-236
+sign 뛒 6-24-1234-256
+sign 뛓 6-24-1234-356
+sign 뛔 6-24-1234-1235
+sign 뛕 6-24-1234-1235-1
+sign 뛖 6-24-1234-1235-1-1
+sign 뛗 6-24-1234-1235-1-3
+sign 뛘 6-24-1234-1235-25
+sign 뛙 6-24-1234-1235-25-13
+sign 뛚 6-24-1234-1235-25-356
+sign 뛛 6-24-1234-1235-35
+sign 뛜 6-24-1234-1235-2
+sign 뛝 6-24-1234-1235-2-1
+sign 뛞 6-24-1234-1235-2-26
+sign 뛟 6-24-1234-1235-2-12
+sign 뛠 6-24-1234-1235-2-3
+sign 뛡 6-24-1234-1235-2-236
+sign 뛢 6-24-1234-1235-2-256
+sign 뛣 6-24-1234-1235-2-356
+sign 뛤 6-24-1234-1235-26
+sign 뛥 6-24-1234-1235-12
+sign 뛦 6-24-1234-1235-12-3
+sign 뛧 6-24-1234-1235-3
+sign 뛨 6-24-1234-1235-34
+sign 뛩 6-24-1234-1235-2356
+sign 뛪 6-24-1234-1235-13
+sign 뛫 6-24-1234-1235-23
+sign 뛬 6-24-1234-1235-235
+sign 뛭 6-24-1234-1235-236
+sign 뛮 6-24-1234-1235-256
+sign 뛯 6-24-1234-1235-356
+sign 뛰 6-24-134-1235
+sign 뛱 6-24-134-1235-1
+sign 뛲 6-24-134-1235-1-1
+sign 뛳 6-24-134-1235-1-3
+sign 뛴 6-24-134-1235-25
+sign 뛵 6-24-134-1235-25-13
+sign 뛶 6-24-134-1235-25-356
+sign 뛷 6-24-134-1235-35
+sign 뛸 6-24-134-1235-2
+sign 뛹 6-24-134-1235-2-1
+sign 뛺 6-24-134-1235-2-26
+sign 뛻 6-24-134-1235-2-12
+sign 뛼 6-24-134-1235-2-3
+sign 뛽 6-24-134-1235-2-236
+sign 뛾 6-24-134-1235-2-256
+sign 뛿 6-24-134-1235-2-356
+sign 뜀 6-24-134-1235-26
+sign 뜁 6-24-134-1235-12
+sign 뜂 6-24-134-1235-12-3
+sign 뜃 6-24-134-1235-3
+sign 뜄 6-24-134-1235-34
+sign 뜅 6-24-134-1235-2356
+sign 뜆 6-24-134-1235-13
+sign 뜇 6-24-134-1235-23
+sign 뜈 6-24-134-1235-235
+sign 뜉 6-24-134-1235-236
+sign 뜊 6-24-134-1235-256
+sign 뜋 6-24-134-1235-356
+sign 뜌 6-24-146
+sign 뜍 6-24-146-1
+sign 뜎 6-24-146-1-1
+sign 뜏 6-24-146-1-3
+sign 뜐 6-24-146-25
+sign 뜑 6-24-146-25-13
+sign 뜒 6-24-146-25-356
+sign 뜓 6-24-146-35
+sign 뜔 6-24-146-2
+sign 뜕 6-24-146-2-1
+sign 뜖 6-24-146-2-26
+sign 뜗 6-24-146-2-12
+sign 뜘 6-24-146-2-3
+sign 뜙 6-24-146-2-236
+sign 뜚 6-24-146-2-256
+sign 뜛 6-24-146-2-356
+sign 뜜 6-24-146-26
+sign 뜝 6-24-146-12
+sign 뜞 6-24-146-12-3
+sign 뜟 6-24-146-3
+sign 뜠 6-24-146-34
+sign 뜡 6-24-146-2356
+sign 뜢 6-24-146-13
+sign 뜣 6-24-146-23
+sign 뜤 6-24-146-235
+sign 뜥 6-24-146-236
+sign 뜦 6-24-146-256
+sign 뜧 6-24-146-356
+sign 뜨 6-24-246
+sign 뜩 6-24-246-1
+sign 뜪 6-24-246-1-1
+sign 뜫 6-24-246-1-3
+sign 뜬 6-24-246-25
+sign 뜭 6-24-246-25-13
+sign 뜮 6-24-246-25-356
+sign 뜯 6-24-246-35
+sign 뜰 6-24-246-2
+sign 뜱 6-24-246-2-1
+sign 뜲 6-24-246-2-26
+sign 뜳 6-24-246-2-12
+sign 뜴 6-24-246-2-3
+sign 뜵 6-24-246-2-236
+sign 뜶 6-24-246-2-256
+sign 뜷 6-24-246-2-356
+sign 뜸 6-24-246-26
+sign 뜹 6-24-246-12
+sign 뜺 6-24-246-12-3
+sign 뜻 6-24-246-3
+sign 뜼 6-24-246-34
+sign 뜽 6-24-246-2356
+sign 뜾 6-24-246-13
+sign 뜿 6-24-246-23
+sign 띀 6-24-246-235
+sign 띁 6-24-246-236
+sign 띂 6-24-246-256
+sign 띃 6-24-246-356
+sign 띄 6-24-2456
+sign 띅 6-24-2456-1
+sign 띆 6-24-2456-1-1
+sign 띇 6-24-2456-1-3
+sign 띈 6-24-2456-25
+sign 띉 6-24-2456-25-13
+sign 띊 6-24-2456-25-356
+sign 띋 6-24-2456-35
+sign 띌 6-24-2456-2
+sign 띍 6-24-2456-2-1
+sign 띎 6-24-2456-2-26
+sign 띏 6-24-2456-2-12
+sign 띐 6-24-2456-2-3
+sign 띑 6-24-2456-2-236
+sign 띒 6-24-2456-2-256
+sign 띓 6-24-2456-2-356
+sign 띔 6-24-2456-26
+sign 띕 6-24-2456-12
+sign 띖 6-24-2456-12-3
+sign 띗 6-24-2456-3
+sign 띘 6-24-2456-34
+sign 띙 6-24-2456-2356
+sign 띚 6-24-2456-13
+sign 띛 6-24-2456-23
+sign 띜 6-24-2456-235
+sign 띝 6-24-2456-236
+sign 띞 6-24-2456-256
+sign 띟 6-24-2456-356
+sign 띠 6-24-135
+sign 띡 6-24-135-1
+sign 띢 6-24-135-1-1
+sign 띣 6-24-135-1-3
+sign 띤 6-24-135-25
+sign 띥 6-24-135-25-13
+sign 띦 6-24-135-25-356
+sign 띧 6-24-135-35
+sign 띨 6-24-135-2
+sign 띩 6-24-135-2-1
+sign 띪 6-24-135-2-26
+sign 띫 6-24-135-2-12
+sign 띬 6-24-135-2-3
+sign 띭 6-24-135-2-236
+sign 띮 6-24-135-2-256
+sign 띯 6-24-135-2-356
+sign 띰 6-24-135-26
+sign 띱 6-24-135-12
+sign 띲 6-24-135-12-3
+sign 띳 6-24-135-3
+sign 띴 6-24-135-34
+sign 띵 6-24-135-2356
+sign 띶 6-24-135-13
+sign 띷 6-24-135-23
+sign 띸 6-24-135-235
+sign 띹 6-24-135-236
+sign 띺 6-24-135-256
+sign 띻 6-24-135-356
+sign 라 5-126
+sign 락 5-126-1
+sign 띾 5-126-1-1
+sign 띿 5-126-1-3
+sign 란 5-126-25
+sign 랁 5-126-25-13
+sign 랂 5-126-25-356
+sign 랃 5-126-35
+sign 랄 5-126-2
+sign 랅 5-126-2-1
+sign 랆 5-126-2-26
+sign 랇 5-126-2-12
+sign 랈 5-126-2-3
+sign 랉 5-126-2-236
+sign 랊 5-126-2-256
+sign 랋 5-126-2-356
+sign 람 5-126-26
+sign 랍 5-126-12
+sign 랎 5-126-12-3
+sign 랏 5-126-3
+sign 랐 5-126-34
+sign 랑 5-126-2356
+sign 랒 5-126-13
+sign 랓 5-126-23
+sign 랔 5-126-235
+sign 랕 5-126-236
+sign 랖 5-126-256
+sign 랗 5-126-356
+sign 래 5-1235
+sign 랙 5-1235-1
+sign 랚 5-1235-1-1
+sign 랛 5-1235-1-3
+sign 랜 5-1235-25
+sign 랝 5-1235-25-13
+sign 랞 5-1235-25-356
+sign 랟 5-1235-35
+sign 랠 5-1235-2
+sign 랡 5-1235-2-1
+sign 랢 5-1235-2-26
+sign 랣 5-1235-2-12
+sign 랤 5-1235-2-3
+sign 랥 5-1235-2-236
+sign 랦 5-1235-2-256
+sign 랧 5-1235-2-356
+sign 램 5-1235-26
+sign 랩 5-1235-12
+sign 랪 5-1235-12-3
+sign 랫 5-1235-3
+sign 랬 5-1235-34
+sign 랭 5-1235-2356
+sign 랮 5-1235-13
+sign 랯 5-1235-23
+sign 랰 5-1235-235
+sign 랱 5-1235-236
+sign 랲 5-1235-256
+sign 랳 5-1235-356
+sign 랴 5-345
+sign 략 5-345-1
+sign 랶 5-345-1-1
+sign 랷 5-345-1-3
+sign 랸 5-345-25
+sign 랹 5-345-25-13
+sign 랺 5-345-25-356
+sign 랻 5-345-35
+sign 랼 5-345-2
+sign 랽 5-345-2-1
+sign 랾 5-345-2-26
+sign 랿 5-345-2-12
+sign 럀 5-345-2-3
+sign 럁 5-345-2-236
+sign 럂 5-345-2-256
+sign 럃 5-345-2-356
+sign 럄 5-345-26
+sign 럅 5-345-12
+sign 럆 5-345-12-3
+sign 럇 5-345-3
+sign 럈 5-345-34
+sign 량 5-345-2356
+sign 럊 5-345-13
+sign 럋 5-345-23
+sign 럌 5-345-235
+sign 럍 5-345-236
+sign 럎 5-345-256
+sign 럏 5-345-356
+sign 럐 5-345-1235
+sign 럑 5-345-1235-1
+sign 럒 5-345-1235-1-1
+sign 럓 5-345-1235-1-3
+sign 럔 5-345-1235-25
+sign 럕 5-345-1235-25-13
+sign 럖 5-345-1235-25-356
+sign 럗 5-345-1235-35
+sign 럘 5-345-1235-2
+sign 럙 5-345-1235-2-1
+sign 럚 5-345-1235-2-26
+sign 럛 5-345-1235-2-12
+sign 럜 5-345-1235-2-3
+sign 럝 5-345-1235-2-236
+sign 럞 5-345-1235-2-256
+sign 럟 5-345-1235-2-356
+sign 럠 5-345-1235-26
+sign 럡 5-345-1235-12
+sign 럢 5-345-1235-12-3
+sign 럣 5-345-1235-3
+sign 럤 5-345-1235-34
+sign 럥 5-345-1235-2356
+sign 럦 5-345-1235-13
+sign 럧 5-345-1235-23
+sign 럨 5-345-1235-235
+sign 럩 5-345-1235-236
+sign 럪 5-345-1235-256
+sign 럫 5-345-1235-356
+sign 러 5-234
+sign 럭 5-234-1
+sign 럮 5-234-1-1
+sign 럯 5-234-1-3
+sign 런 5-234-25
+sign 럱 5-234-25-13
+sign 럲 5-234-25-356
+sign 럳 5-234-35
+sign 럴 5-234-2
+sign 럵 5-234-2-1
+sign 럶 5-234-2-26
+sign 럷 5-234-2-12
+sign 럸 5-234-2-3
+sign 럹 5-234-2-236
+sign 럺 5-234-2-256
+sign 럻 5-234-2-356
+sign 럼 5-234-26
+sign 럽 5-234-12
+sign 럾 5-234-12-3
+sign 럿 5-234-3
+sign 렀 5-234-34
+sign 렁 5-234-2356
+sign 렂 5-234-13
+sign 렃 5-234-23
+sign 렄 5-234-235
+sign 렅 5-234-236
+sign 렆 5-234-256
+sign 렇 5-234-356
+sign 레 5-1345
+sign 렉 5-1345-1
+sign 렊 5-1345-1-1
+sign 렋 5-1345-1-3
+sign 렌 5-1345-25
+sign 렍 5-1345-25-13
+sign 렎 5-1345-25-356
+sign 렏 5-1345-35
+sign 렐 5-1345-2
+sign 렑 5-1345-2-1
+sign 렒 5-1345-2-26
+sign 렓 5-1345-2-12
+sign 렔 5-1345-2-3
+sign 렕 5-1345-2-236
+sign 렖 5-1345-2-256
+sign 렗 5-1345-2-356
+sign 렘 5-1345-26
+sign 렙 5-1345-12
+sign 렚 5-1345-12-3
+sign 렛 5-1345-3
+sign 렜 5-1345-34
+sign 렝 5-1345-2356
+sign 렞 5-1345-13
+sign 렟 5-1345-23
+sign 렠 5-1345-235
+sign 렡 5-1345-236
+sign 렢 5-1345-256
+sign 렣 5-1345-356
+sign 려 5-156
+sign 력 5-156-1
+sign 렦 5-156-1-1
+sign 렧 5-156-1-3
+sign 련 5-156-25
+sign 렩 5-156-25-13
+sign 렪 5-156-25-356
+sign 렫 5-156-35
+sign 렬 5-156-2
+sign 렭 5-156-2-1
+sign 렮 5-156-2-26
+sign 렯 5-156-2-12
+sign 렰 5-156-2-3
+sign 렱 5-156-2-236
+sign 렲 5-156-2-256
+sign 렳 5-156-2-356
+sign 렴 5-156-26
+sign 렵 5-156-12
+sign 렶 5-156-12-3
+sign 렷 5-156-3
+sign 렸 5-156-34
+sign 령 5-156-2356
+sign 렺 5-156-13
+sign 렻 5-156-23
+sign 렼 5-156-235
+sign 렽 5-156-236
+sign 렾 5-156-256
+sign 렿 5-156-356
+sign 례 5-34
+sign 롁 5-34-1
+sign 롂 5-34-1-1
+sign 롃 5-34-1-3
+sign 롄 5-34-25
+sign 롅 5-34-25-13
+sign 롆 5-34-25-356
+sign 롇 5-34-35
+sign 롈 5-34-2
+sign 롉 5-34-2-1
+sign 롊 5-34-2-26
+sign 롋 5-34-2-12
+sign 롌 5-34-2-3
+sign 롍 5-34-2-236
+sign 롎 5-34-2-256
+sign 롏 5-34-2-356
+sign 롐 5-34-26
+sign 롑 5-34-12
+sign 롒 5-34-12-3
+sign 롓 5-34-3
+sign 롔 5-34-34
+sign 롕 5-34-2356
+sign 롖 5-34-13
+sign 롗 5-34-23
+sign 롘 5-34-235
+sign 롙 5-34-236
+sign 롚 5-34-256
+sign 롛 5-34-356
+sign 로 5-136
+sign 록 5-136-1
+sign 롞 5-136-1-1
+sign 롟 5-136-1-3
+sign 론 5-136-25
+sign 롡 5-136-25-13
+sign 롢 5-136-25-356
+sign 롣 5-136-35
+sign 롤 5-136-2
+sign 롥 5-136-2-1
+sign 롦 5-136-2-26
+sign 롧 5-136-2-12
+sign 롨 5-136-2-3
+sign 롩 5-136-2-236
+sign 롪 5-136-2-256
+sign 롫 5-136-2-356
+sign 롬 5-136-26
+sign 롭 5-136-12
+sign 롮 5-136-12-3
+sign 롯 5-136-3
+sign 롰 5-136-34
+sign 롱 5-136-2356
+sign 롲 5-136-13
+sign 롳 5-136-23
+sign 롴 5-136-235
+sign 롵 5-136-236
+sign 롶 5-136-256
+sign 롷 5-136-356
+sign 롸 5-1236
+sign 롹 5-1236-1
+sign 롺 5-1236-1-1
+sign 롻 5-1236-1-3
+sign 롼 5-1236-25
+sign 롽 5-1236-25-13
+sign 롾 5-1236-25-356
+sign 롿 5-1236-35
+sign 뢀 5-1236-2
+sign 뢁 5-1236-2-1
+sign 뢂 5-1236-2-26
+sign 뢃 5-1236-2-12
+sign 뢄 5-1236-2-3
+sign 뢅 5-1236-2-236
+sign 뢆 5-1236-2-256
+sign 뢇 5-1236-2-356
+sign 뢈 5-1236-26
+sign 뢉 5-1236-12
+sign 뢊 5-1236-12-3
+sign 뢋 5-1236-3
+sign 뢌 5-1236-34
+sign 뢍 5-1236-2356
+sign 뢎 5-1236-13
+sign 뢏 5-1236-23
+sign 뢐 5-1236-235
+sign 뢑 5-1236-236
+sign 뢒 5-1236-256
+sign 뢓 5-1236-356
+sign 뢔 5-1236-1235
+sign 뢕 5-1236-1235-1
+sign 뢖 5-1236-1235-1-1
+sign 뢗 5-1236-1235-1-3
+sign 뢘 5-1236-1235-25
+sign 뢙 5-1236-1235-25-13
+sign 뢚 5-1236-1235-25-356
+sign 뢛 5-1236-1235-35
+sign 뢜 5-1236-1235-2
+sign 뢝 5-1236-1235-2-1
+sign 뢞 5-1236-1235-2-26
+sign 뢟 5-1236-1235-2-12
+sign 뢠 5-1236-1235-2-3
+sign 뢡 5-1236-1235-2-236
+sign 뢢 5-1236-1235-2-256
+sign 뢣 5-1236-1235-2-356
+sign 뢤 5-1236-1235-26
+sign 뢥 5-1236-1235-12
+sign 뢦 5-1236-1235-12-3
+sign 뢧 5-1236-1235-3
+sign 뢨 5-1236-1235-34
+sign 뢩 5-1236-1235-2356
+sign 뢪 5-1236-1235-13
+sign 뢫 5-1236-1235-23
+sign 뢬 5-1236-1235-235
+sign 뢭 5-1236-1235-236
+sign 뢮 5-1236-1235-256
+sign 뢯 5-1236-1235-356
+sign 뢰 5-13456
+sign 뢱 5-13456-1
+sign 뢲 5-13456-1-1
+sign 뢳 5-13456-1-3
+sign 뢴 5-13456-25
+sign 뢵 5-13456-25-13
+sign 뢶 5-13456-25-356
+sign 뢷 5-13456-35
+sign 뢸 5-13456-2
+sign 뢹 5-13456-2-1
+sign 뢺 5-13456-2-26
+sign 뢻 5-13456-2-12
+sign 뢼 5-13456-2-3
+sign 뢽 5-13456-2-236
+sign 뢾 5-13456-2-256
+sign 뢿 5-13456-2-356
+sign 룀 5-13456-26
+sign 룁 5-13456-12
+sign 룂 5-13456-12-3
+sign 룃 5-13456-3
+sign 룄 5-13456-34
+sign 룅 5-13456-2356
+sign 룆 5-13456-13
+sign 룇 5-13456-23
+sign 룈 5-13456-235
+sign 룉 5-13456-236
+sign 룊 5-13456-256
+sign 룋 5-13456-356
+sign 료 5-346
+sign 룍 5-346-1
+sign 룎 5-346-1-1
+sign 룏 5-346-1-3
+sign 룐 5-346-25
+sign 룑 5-346-25-13
+sign 룒 5-346-25-356
+sign 룓 5-346-35
+sign 룔 5-346-2
+sign 룕 5-346-2-1
+sign 룖 5-346-2-26
+sign 룗 5-346-2-12
+sign 룘 5-346-2-3
+sign 룙 5-346-2-236
+sign 룚 5-346-2-256
+sign 룛 5-346-2-356
+sign 룜 5-346-26
+sign 룝 5-346-12
+sign 룞 5-346-12-3
+sign 룟 5-346-3
+sign 룠 5-346-34
+sign 룡 5-346-2356
+sign 룢 5-346-13
+sign 룣 5-346-23
+sign 룤 5-346-235
+sign 룥 5-346-236
+sign 룦 5-346-256
+sign 룧 5-346-356
+sign 루 5-134
+sign 룩 5-134-1
+sign 룪 5-134-1-1
+sign 룫 5-134-1-3
+sign 룬 5-134-25
+sign 룭 5-134-25-13
+sign 룮 5-134-25-356
+sign 룯 5-134-35
+sign 룰 5-134-2
+sign 룱 5-134-2-1
+sign 룲 5-134-2-26
+sign 룳 5-134-2-12
+sign 룴 5-134-2-3
+sign 룵 5-134-2-236
+sign 룶 5-134-2-256
+sign 룷 5-134-2-356
+sign 룸 5-134-26
+sign 룹 5-134-12
+sign 룺 5-134-12-3
+sign 룻 5-134-3
+sign 룼 5-134-34
+sign 룽 5-134-2356
+sign 룾 5-134-13
+sign 룿 5-134-23
+sign 뤀 5-134-235
+sign 뤁 5-134-236
+sign 뤂 5-134-256
+sign 뤃 5-134-356
+sign 뤄 5-1234
+sign 뤅 5-1234-1
+sign 뤆 5-1234-1-1
+sign 뤇 5-1234-1-3
+sign 뤈 5-1234-25
+sign 뤉 5-1234-25-13
+sign 뤊 5-1234-25-356
+sign 뤋 5-1234-35
+sign 뤌 5-1234-2
+sign 뤍 5-1234-2-1
+sign 뤎 5-1234-2-26
+sign 뤏 5-1234-2-12
+sign 뤐 5-1234-2-3
+sign 뤑 5-1234-2-236
+sign 뤒 5-1234-2-256
+sign 뤓 5-1234-2-356
+sign 뤔 5-1234-26
+sign 뤕 5-1234-12
+sign 뤖 5-1234-12-3
+sign 뤗 5-1234-3
+sign 뤘 5-1234-34
+sign 뤙 5-1234-2356
+sign 뤚 5-1234-13
+sign 뤛 5-1234-23
+sign 뤜 5-1234-235
+sign 뤝 5-1234-236
+sign 뤞 5-1234-256
+sign 뤟 5-1234-356
+sign 뤠 5-1234-1235
+sign 뤡 5-1234-1235-1
+sign 뤢 5-1234-1235-1-1
+sign 뤣 5-1234-1235-1-3
+sign 뤤 5-1234-1235-25
+sign 뤥 5-1234-1235-25-13
+sign 뤦 5-1234-1235-25-356
+sign 뤧 5-1234-1235-35
+sign 뤨 5-1234-1235-2
+sign 뤩 5-1234-1235-2-1
+sign 뤪 5-1234-1235-2-26
+sign 뤫 5-1234-1235-2-12
+sign 뤬 5-1234-1235-2-3
+sign 뤭 5-1234-1235-2-236
+sign 뤮 5-1234-1235-2-256
+sign 뤯 5-1234-1235-2-356
+sign 뤰 5-1234-1235-26
+sign 뤱 5-1234-1235-12
+sign 뤲 5-1234-1235-12-3
+sign 뤳 5-1234-1235-3
+sign 뤴 5-1234-1235-34
+sign 뤵 5-1234-1235-2356
+sign 뤶 5-1234-1235-13
+sign 뤷 5-1234-1235-23
+sign 뤸 5-1234-1235-235
+sign 뤹 5-1234-1235-236
+sign 뤺 5-1234-1235-256
+sign 뤻 5-1234-1235-356
+sign 뤼 5-134-1235
+sign 뤽 5-134-1235-1
+sign 뤾 5-134-1235-1-1
+sign 뤿 5-134-1235-1-3
+sign 륀 5-134-1235-25
+sign 륁 5-134-1235-25-13
+sign 륂 5-134-1235-25-356
+sign 륃 5-134-1235-35
+sign 륄 5-134-1235-2
+sign 륅 5-134-1235-2-1
+sign 륆 5-134-1235-2-26
+sign 륇 5-134-1235-2-12
+sign 륈 5-134-1235-2-3
+sign 륉 5-134-1235-2-236
+sign 륊 5-134-1235-2-256
+sign 륋 5-134-1235-2-356
+sign 륌 5-134-1235-26
+sign 륍 5-134-1235-12
+sign 륎 5-134-1235-12-3
+sign 륏 5-134-1235-3
+sign 륐 5-134-1235-34
+sign 륑 5-134-1235-2356
+sign 륒 5-134-1235-13
+sign 륓 5-134-1235-23
+sign 륔 5-134-1235-235
+sign 륕 5-134-1235-236
+sign 륖 5-134-1235-256
+sign 륗 5-134-1235-356
+sign 류 5-146
+sign 륙 5-146-1
+sign 륚 5-146-1-1
+sign 륛 5-146-1-3
+sign 륜 5-146-25
+sign 륝 5-146-25-13
+sign 륞 5-146-25-356
+sign 륟 5-146-35
+sign 률 5-146-2
+sign 륡 5-146-2-1
+sign 륢 5-146-2-26
+sign 륣 5-146-2-12
+sign 륤 5-146-2-3
+sign 륥 5-146-2-236
+sign 륦 5-146-2-256
+sign 륧 5-146-2-356
+sign 륨 5-146-26
+sign 륩 5-146-12
+sign 륪 5-146-12-3
+sign 륫 5-146-3
+sign 륬 5-146-34
+sign 륭 5-146-2356
+sign 륮 5-146-13
+sign 륯 5-146-23
+sign 륰 5-146-235
+sign 륱 5-146-236
+sign 륲 5-146-256
+sign 륳 5-146-356
+sign 르 5-246
+sign 륵 5-246-1
+sign 륶 5-246-1-1
+sign 륷 5-246-1-3
+sign 른 5-246-25
+sign 륹 5-246-25-13
+sign 륺 5-246-25-356
+sign 륻 5-246-35
+sign 를 5-246-2
+sign 륽 5-246-2-1
+sign 륾 5-246-2-26
+sign 륿 5-246-2-12
+sign 릀 5-246-2-3
+sign 릁 5-246-2-236
+sign 릂 5-246-2-256
+sign 릃 5-246-2-356
+sign 름 5-246-26
+sign 릅 5-246-12
+sign 릆 5-246-12-3
+sign 릇 5-246-3
+sign 릈 5-246-34
+sign 릉 5-246-2356
+sign 릊 5-246-13
+sign 릋 5-246-23
+sign 릌 5-246-235
+sign 릍 5-246-236
+sign 릎 5-246-256
+sign 릏 5-246-356
+sign 릐 5-2456
+sign 릑 5-2456-1
+sign 릒 5-2456-1-1
+sign 릓 5-2456-1-3
+sign 릔 5-2456-25
+sign 릕 5-2456-25-13
+sign 릖 5-2456-25-356
+sign 릗 5-2456-35
+sign 릘 5-2456-2
+sign 릙 5-2456-2-1
+sign 릚 5-2456-2-26
+sign 릛 5-2456-2-12
+sign 릜 5-2456-2-3
+sign 릝 5-2456-2-236
+sign 릞 5-2456-2-256
+sign 릟 5-2456-2-356
+sign 릠 5-2456-26
+sign 릡 5-2456-12
+sign 릢 5-2456-12-3
+sign 릣 5-2456-3
+sign 릤 5-2456-34
+sign 릥 5-2456-2356
+sign 릦 5-2456-13
+sign 릧 5-2456-23
+sign 릨 5-2456-235
+sign 릩 5-2456-236
+sign 릪 5-2456-256
+sign 릫 5-2456-356
+sign 리 5-135
+sign 릭 5-135-1
+sign 릮 5-135-1-1
+sign 릯 5-135-1-3
+sign 린 5-135-25
+sign 릱 5-135-25-13
+sign 릲 5-135-25-356
+sign 릳 5-135-35
+sign 릴 5-135-2
+sign 릵 5-135-2-1
+sign 릶 5-135-2-26
+sign 릷 5-135-2-12
+sign 릸 5-135-2-3
+sign 릹 5-135-2-236
+sign 릺 5-135-2-256
+sign 릻 5-135-2-356
+sign 림 5-135-26
+sign 립 5-135-12
+sign 릾 5-135-12-3
+sign 릿 5-135-3
+sign 맀 5-135-34
+sign 링 5-135-2356
+sign 맂 5-135-13
+sign 맃 5-135-23
+sign 맄 5-135-235
+sign 맅 5-135-236
+sign 맆 5-135-256
+sign 맇 5-135-356
+sign 마 15-126
+sign 막 15-126-1
+sign 맊 15-126-1-1
+sign 맋 15-126-1-3
+sign 만 15-126-25
+sign 맍 15-126-25-13
+sign 많 15-126-25-356
+sign 맏 15-126-35
+sign 말 15-126-2
+sign 맑 15-126-2-1
+sign 맒 15-126-2-26
+sign 맓 15-126-2-12
+sign 맔 15-126-2-3
+sign 맕 15-126-2-236
+sign 맖 15-126-2-256
+sign 맗 15-126-2-356
+sign 맘 15-126-26
+sign 맙 15-126-12
+sign 맚 15-126-12-3
+sign 맛 15-126-3
+sign 맜 15-126-34
+sign 망 15-126-2356
+sign 맞 15-126-13
+sign 맟 15-126-23
+sign 맠 15-126-235
+sign 맡 15-126-236
+sign 맢 15-126-256
+sign 맣 15-126-356
+sign 매 15-1235
+sign 맥 15-1235-1
+sign 맦 15-1235-1-1
+sign 맧 15-1235-1-3
+sign 맨 15-1235-25
+sign 맩 15-1235-25-13
+sign 맪 15-1235-25-356
+sign 맫 15-1235-35
+sign 맬 15-1235-2
+sign 맭 15-1235-2-1
+sign 맮 15-1235-2-26
+sign 맯 15-1235-2-12
+sign 맰 15-1235-2-3
+sign 맱 15-1235-2-236
+sign 맲 15-1235-2-256
+sign 맳 15-1235-2-356
+sign 맴 15-1235-26
+sign 맵 15-1235-12
+sign 맶 15-1235-12-3
+sign 맷 15-1235-3
+sign 맸 15-1235-34
+sign 맹 15-1235-2356
+sign 맺 15-1235-13
+sign 맻 15-1235-23
+sign 맼 15-1235-235
+sign 맽 15-1235-236
+sign 맾 15-1235-256
+sign 맿 15-1235-356
+sign 먀 15-345
+sign 먁 15-345-1
+sign 먂 15-345-1-1
+sign 먃 15-345-1-3
+sign 먄 15-345-25
+sign 먅 15-345-25-13
+sign 먆 15-345-25-356
+sign 먇 15-345-35
+sign 먈 15-345-2
+sign 먉 15-345-2-1
+sign 먊 15-345-2-26
+sign 먋 15-345-2-12
+sign 먌 15-345-2-3
+sign 먍 15-345-2-236
+sign 먎 15-345-2-256
+sign 먏 15-345-2-356
+sign 먐 15-345-26
+sign 먑 15-345-12
+sign 먒 15-345-12-3
+sign 먓 15-345-3
+sign 먔 15-345-34
+sign 먕 15-345-2356
+sign 먖 15-345-13
+sign 먗 15-345-23
+sign 먘 15-345-235
+sign 먙 15-345-236
+sign 먚 15-345-256
+sign 먛 15-345-356
+sign 먜 15-345-1235
+sign 먝 15-345-1235-1
+sign 먞 15-345-1235-1-1
+sign 먟 15-345-1235-1-3
+sign 먠 15-345-1235-25
+sign 먡 15-345-1235-25-13
+sign 먢 15-345-1235-25-356
+sign 먣 15-345-1235-35
+sign 먤 15-345-1235-2
+sign 먥 15-345-1235-2-1
+sign 먦 15-345-1235-2-26
+sign 먧 15-345-1235-2-12
+sign 먨 15-345-1235-2-3
+sign 먩 15-345-1235-2-236
+sign 먪 15-345-1235-2-256
+sign 먫 15-345-1235-2-356
+sign 먬 15-345-1235-26
+sign 먭 15-345-1235-12
+sign 먮 15-345-1235-12-3
+sign 먯 15-345-1235-3
+sign 먰 15-345-1235-34
+sign 먱 15-345-1235-2356
+sign 먲 15-345-1235-13
+sign 먳 15-345-1235-23
+sign 먴 15-345-1235-235
+sign 먵 15-345-1235-236
+sign 먶 15-345-1235-256
+sign 먷 15-345-1235-356
+sign 머 15-234
+sign 먹 15-234-1
+sign 먺 15-234-1-1
+sign 먻 15-234-1-3
+sign 먼 15-234-25
+sign 먽 15-234-25-13
+sign 먾 15-234-25-356
+sign 먿 15-234-35
+sign 멀 15-234-2
+sign 멁 15-234-2-1
+sign 멂 15-234-2-26
+sign 멃 15-234-2-12
+sign 멄 15-234-2-3
+sign 멅 15-234-2-236
+sign 멆 15-234-2-256
+sign 멇 15-234-2-356
+sign 멈 15-234-26
+sign 멉 15-234-12
+sign 멊 15-234-12-3
+sign 멋 15-234-3
+sign 멌 15-234-34
+sign 멍 15-234-2356
+sign 멎 15-234-13
+sign 멏 15-234-23
+sign 멐 15-234-235
+sign 멑 15-234-236
+sign 멒 15-234-256
+sign 멓 15-234-356
+sign 메 15-1345
+sign 멕 15-1345-1
+sign 멖 15-1345-1-1
+sign 멗 15-1345-1-3
+sign 멘 15-1345-25
+sign 멙 15-1345-25-13
+sign 멚 15-1345-25-356
+sign 멛 15-1345-35
+sign 멜 15-1345-2
+sign 멝 15-1345-2-1
+sign 멞 15-1345-2-26
+sign 멟 15-1345-2-12
+sign 멠 15-1345-2-3
+sign 멡 15-1345-2-236
+sign 멢 15-1345-2-256
+sign 멣 15-1345-2-356
+sign 멤 15-1345-26
+sign 멥 15-1345-12
+sign 멦 15-1345-12-3
+sign 멧 15-1345-3
+sign 멨 15-1345-34
+sign 멩 15-1345-2356
+sign 멪 15-1345-13
+sign 멫 15-1345-23
+sign 멬 15-1345-235
+sign 멭 15-1345-236
+sign 멮 15-1345-256
+sign 멯 15-1345-356
+sign 며 15-156
+sign 멱 15-156-1
+sign 멲 15-156-1-1
+sign 멳 15-156-1-3
+sign 면 15-156-25
+sign 멵 15-156-25-13
+sign 멶 15-156-25-356
+sign 멷 15-156-35
+sign 멸 15-156-2
+sign 멹 15-156-2-1
+sign 멺 15-156-2-26
+sign 멻 15-156-2-12
+sign 멼 15-156-2-3
+sign 멽 15-156-2-236
+sign 멾 15-156-2-256
+sign 멿 15-156-2-356
+sign 몀 15-156-26
+sign 몁 15-156-12
+sign 몂 15-156-12-3
+sign 몃 15-156-3
+sign 몄 15-156-34
+sign 명 15-156-2356
+sign 몆 15-156-13
+sign 몇 15-156-23
+sign 몈 15-156-235
+sign 몉 15-156-236
+sign 몊 15-156-256
+sign 몋 15-156-356
+sign 몌 15-34
+sign 몍 15-34-1
+sign 몎 15-34-1-1
+sign 몏 15-34-1-3
+sign 몐 15-34-25
+sign 몑 15-34-25-13
+sign 몒 15-34-25-356
+sign 몓 15-34-35
+sign 몔 15-34-2
+sign 몕 15-34-2-1
+sign 몖 15-34-2-26
+sign 몗 15-34-2-12
+sign 몘 15-34-2-3
+sign 몙 15-34-2-236
+sign 몚 15-34-2-256
+sign 몛 15-34-2-356
+sign 몜 15-34-26
+sign 몝 15-34-12
+sign 몞 15-34-12-3
+sign 몟 15-34-3
+sign 몠 15-34-34
+sign 몡 15-34-2356
+sign 몢 15-34-13
+sign 몣 15-34-23
+sign 몤 15-34-235
+sign 몥 15-34-236
+sign 몦 15-34-256
+sign 몧 15-34-356
+sign 모 15-136
+sign 목 15-136-1
+sign 몪 15-136-1-1
+sign 몫 15-136-1-3
+sign 몬 15-136-25
+sign 몭 15-136-25-13
+sign 몮 15-136-25-356
+sign 몯 15-136-35
+sign 몰 15-136-2
+sign 몱 15-136-2-1
+sign 몲 15-136-2-26
+sign 몳 15-136-2-12
+sign 몴 15-136-2-3
+sign 몵 15-136-2-236
+sign 몶 15-136-2-256
+sign 몷 15-136-2-356
+sign 몸 15-136-26
+sign 몹 15-136-12
+sign 몺 15-136-12-3
+sign 못 15-136-3
+sign 몼 15-136-34
+sign 몽 15-136-2356
+sign 몾 15-136-13
+sign 몿 15-136-23
+sign 뫀 15-136-235
+sign 뫁 15-136-236
+sign 뫂 15-136-256
+sign 뫃 15-136-356
+sign 뫄 15-1236
+sign 뫅 15-1236-1
+sign 뫆 15-1236-1-1
+sign 뫇 15-1236-1-3
+sign 뫈 15-1236-25
+sign 뫉 15-1236-25-13
+sign 뫊 15-1236-25-356
+sign 뫋 15-1236-35
+sign 뫌 15-1236-2
+sign 뫍 15-1236-2-1
+sign 뫎 15-1236-2-26
+sign 뫏 15-1236-2-12
+sign 뫐 15-1236-2-3
+sign 뫑 15-1236-2-236
+sign 뫒 15-1236-2-256
+sign 뫓 15-1236-2-356
+sign 뫔 15-1236-26
+sign 뫕 15-1236-12
+sign 뫖 15-1236-12-3
+sign 뫗 15-1236-3
+sign 뫘 15-1236-34
+sign 뫙 15-1236-2356
+sign 뫚 15-1236-13
+sign 뫛 15-1236-23
+sign 뫜 15-1236-235
+sign 뫝 15-1236-236
+sign 뫞 15-1236-256
+sign 뫟 15-1236-356
+sign 뫠 15-1236-1235
+sign 뫡 15-1236-1235-1
+sign 뫢 15-1236-1235-1-1
+sign 뫣 15-1236-1235-1-3
+sign 뫤 15-1236-1235-25
+sign 뫥 15-1236-1235-25-13
+sign 뫦 15-1236-1235-25-356
+sign 뫧 15-1236-1235-35
+sign 뫨 15-1236-1235-2
+sign 뫩 15-1236-1235-2-1
+sign 뫪 15-1236-1235-2-26
+sign 뫫 15-1236-1235-2-12
+sign 뫬 15-1236-1235-2-3
+sign 뫭 15-1236-1235-2-236
+sign 뫮 15-1236-1235-2-256
+sign 뫯 15-1236-1235-2-356
+sign 뫰 15-1236-1235-26
+sign 뫱 15-1236-1235-12
+sign 뫲 15-1236-1235-12-3
+sign 뫳 15-1236-1235-3
+sign 뫴 15-1236-1235-34
+sign 뫵 15-1236-1235-2356
+sign 뫶 15-1236-1235-13
+sign 뫷 15-1236-1235-23
+sign 뫸 15-1236-1235-235
+sign 뫹 15-1236-1235-236
+sign 뫺 15-1236-1235-256
+sign 뫻 15-1236-1235-356
+sign 뫼 15-13456
+sign 뫽 15-13456-1
+sign 뫾 15-13456-1-1
+sign 뫿 15-13456-1-3
+sign 묀 15-13456-25
+sign 묁 15-13456-25-13
+sign 묂 15-13456-25-356
+sign 묃 15-13456-35
+sign 묄 15-13456-2
+sign 묅 15-13456-2-1
+sign 묆 15-13456-2-26
+sign 묇 15-13456-2-12
+sign 묈 15-13456-2-3
+sign 묉 15-13456-2-236
+sign 묊 15-13456-2-256
+sign 묋 15-13456-2-356
+sign 묌 15-13456-26
+sign 묍 15-13456-12
+sign 묎 15-13456-12-3
+sign 묏 15-13456-3
+sign 묐 15-13456-34
+sign 묑 15-13456-2356
+sign 묒 15-13456-13
+sign 묓 15-13456-23
+sign 묔 15-13456-235
+sign 묕 15-13456-236
+sign 묖 15-13456-256
+sign 묗 15-13456-356
+sign 묘 15-346
+sign 묙 15-346-1
+sign 묚 15-346-1-1
+sign 묛 15-346-1-3
+sign 묜 15-346-25
+sign 묝 15-346-25-13
+sign 묞 15-346-25-356
+sign 묟 15-346-35
+sign 묠 15-346-2
+sign 묡 15-346-2-1
+sign 묢 15-346-2-26
+sign 묣 15-346-2-12
+sign 묤 15-346-2-3
+sign 묥 15-346-2-236
+sign 묦 15-346-2-256
+sign 묧 15-346-2-356
+sign 묨 15-346-26
+sign 묩 15-346-12
+sign 묪 15-346-12-3
+sign 묫 15-346-3
+sign 묬 15-346-34
+sign 묭 15-346-2356
+sign 묮 15-346-13
+sign 묯 15-346-23
+sign 묰 15-346-235
+sign 묱 15-346-236
+sign 묲 15-346-256
+sign 묳 15-346-356
+sign 무 15-134
+sign 묵 15-134-1
+sign 묶 15-134-1-1
+sign 묷 15-134-1-3
+sign 문 15-134-25
+sign 묹 15-134-25-13
+sign 묺 15-134-25-356
+sign 묻 15-134-35
+sign 물 15-134-2
+sign 묽 15-134-2-1
+sign 묾 15-134-2-26
+sign 묿 15-134-2-12
+sign 뭀 15-134-2-3
+sign 뭁 15-134-2-236
+sign 뭂 15-134-2-256
+sign 뭃 15-134-2-356
+sign 뭄 15-134-26
+sign 뭅 15-134-12
+sign 뭆 15-134-12-3
+sign 뭇 15-134-3
+sign 뭈 15-134-34
+sign 뭉 15-134-2356
+sign 뭊 15-134-13
+sign 뭋 15-134-23
+sign 뭌 15-134-235
+sign 뭍 15-134-236
+sign 뭎 15-134-256
+sign 뭏 15-134-356
+sign 뭐 15-1234
+sign 뭑 15-1234-1
+sign 뭒 15-1234-1-1
+sign 뭓 15-1234-1-3
+sign 뭔 15-1234-25
+sign 뭕 15-1234-25-13
+sign 뭖 15-1234-25-356
+sign 뭗 15-1234-35
+sign 뭘 15-1234-2
+sign 뭙 15-1234-2-1
+sign 뭚 15-1234-2-26
+sign 뭛 15-1234-2-12
+sign 뭜 15-1234-2-3
+sign 뭝 15-1234-2-236
+sign 뭞 15-1234-2-256
+sign 뭟 15-1234-2-356
+sign 뭠 15-1234-26
+sign 뭡 15-1234-12
+sign 뭢 15-1234-12-3
+sign 뭣 15-1234-3
+sign 뭤 15-1234-34
+sign 뭥 15-1234-2356
+sign 뭦 15-1234-13
+sign 뭧 15-1234-23
+sign 뭨 15-1234-235
+sign 뭩 15-1234-236
+sign 뭪 15-1234-256
+sign 뭫 15-1234-356
+sign 뭬 15-1234-1235
+sign 뭭 15-1234-1235-1
+sign 뭮 15-1234-1235-1-1
+sign 뭯 15-1234-1235-1-3
+sign 뭰 15-1234-1235-25
+sign 뭱 15-1234-1235-25-13
+sign 뭲 15-1234-1235-25-356
+sign 뭳 15-1234-1235-35
+sign 뭴 15-1234-1235-2
+sign 뭵 15-1234-1235-2-1
+sign 뭶 15-1234-1235-2-26
+sign 뭷 15-1234-1235-2-12
+sign 뭸 15-1234-1235-2-3
+sign 뭹 15-1234-1235-2-236
+sign 뭺 15-1234-1235-2-256
+sign 뭻 15-1234-1235-2-356
+sign 뭼 15-1234-1235-26
+sign 뭽 15-1234-1235-12
+sign 뭾 15-1234-1235-12-3
+sign 뭿 15-1234-1235-3
+sign 뮀 15-1234-1235-34
+sign 뮁 15-1234-1235-2356
+sign 뮂 15-1234-1235-13
+sign 뮃 15-1234-1235-23
+sign 뮄 15-1234-1235-235
+sign 뮅 15-1234-1235-236
+sign 뮆 15-1234-1235-256
+sign 뮇 15-1234-1235-356
+sign 뮈 15-134-1235
+sign 뮉 15-134-1235-1
+sign 뮊 15-134-1235-1-1
+sign 뮋 15-134-1235-1-3
+sign 뮌 15-134-1235-25
+sign 뮍 15-134-1235-25-13
+sign 뮎 15-134-1235-25-356
+sign 뮏 15-134-1235-35
+sign 뮐 15-134-1235-2
+sign 뮑 15-134-1235-2-1
+sign 뮒 15-134-1235-2-26
+sign 뮓 15-134-1235-2-12
+sign 뮔 15-134-1235-2-3
+sign 뮕 15-134-1235-2-236
+sign 뮖 15-134-1235-2-256
+sign 뮗 15-134-1235-2-356
+sign 뮘 15-134-1235-26
+sign 뮙 15-134-1235-12
+sign 뮚 15-134-1235-12-3
+sign 뮛 15-134-1235-3
+sign 뮜 15-134-1235-34
+sign 뮝 15-134-1235-2356
+sign 뮞 15-134-1235-13
+sign 뮟 15-134-1235-23
+sign 뮠 15-134-1235-235
+sign 뮡 15-134-1235-236
+sign 뮢 15-134-1235-256
+sign 뮣 15-134-1235-356
+sign 뮤 15-146
+sign 뮥 15-146-1
+sign 뮦 15-146-1-1
+sign 뮧 15-146-1-3
+sign 뮨 15-146-25
+sign 뮩 15-146-25-13
+sign 뮪 15-146-25-356
+sign 뮫 15-146-35
+sign 뮬 15-146-2
+sign 뮭 15-146-2-1
+sign 뮮 15-146-2-26
+sign 뮯 15-146-2-12
+sign 뮰 15-146-2-3
+sign 뮱 15-146-2-236
+sign 뮲 15-146-2-256
+sign 뮳 15-146-2-356
+sign 뮴 15-146-26
+sign 뮵 15-146-12
+sign 뮶 15-146-12-3
+sign 뮷 15-146-3
+sign 뮸 15-146-34
+sign 뮹 15-146-2356
+sign 뮺 15-146-13
+sign 뮻 15-146-23
+sign 뮼 15-146-235
+sign 뮽 15-146-236
+sign 뮾 15-146-256
+sign 뮿 15-146-356
+sign 므 15-246
+sign 믁 15-246-1
+sign 믂 15-246-1-1
+sign 믃 15-246-1-3
+sign 믄 15-246-25
+sign 믅 15-246-25-13
+sign 믆 15-246-25-356
+sign 믇 15-246-35
+sign 믈 15-246-2
+sign 믉 15-246-2-1
+sign 믊 15-246-2-26
+sign 믋 15-246-2-12
+sign 믌 15-246-2-3
+sign 믍 15-246-2-236
+sign 믎 15-246-2-256
+sign 믏 15-246-2-356
+sign 믐 15-246-26
+sign 믑 15-246-12
+sign 믒 15-246-12-3
+sign 믓 15-246-3
+sign 믔 15-246-34
+sign 믕 15-246-2356
+sign 믖 15-246-13
+sign 믗 15-246-23
+sign 믘 15-246-235
+sign 믙 15-246-236
+sign 믚 15-246-256
+sign 믛 15-246-356
+sign 믜 15-2456
+sign 믝 15-2456-1
+sign 믞 15-2456-1-1
+sign 믟 15-2456-1-3
+sign 믠 15-2456-25
+sign 믡 15-2456-25-13
+sign 믢 15-2456-25-356
+sign 믣 15-2456-35
+sign 믤 15-2456-2
+sign 믥 15-2456-2-1
+sign 믦 15-2456-2-26
+sign 믧 15-2456-2-12
+sign 믨 15-2456-2-3
+sign 믩 15-2456-2-236
+sign 믪 15-2456-2-256
+sign 믫 15-2456-2-356
+sign 믬 15-2456-26
+sign 믭 15-2456-12
+sign 믮 15-2456-12-3
+sign 믯 15-2456-3
+sign 믰 15-2456-34
+sign 믱 15-2456-2356
+sign 믲 15-2456-13
+sign 믳 15-2456-23
+sign 믴 15-2456-235
+sign 믵 15-2456-236
+sign 믶 15-2456-256
+sign 믷 15-2456-356
+sign 미 15-135
+sign 믹 15-135-1
+sign 믺 15-135-1-1
+sign 믻 15-135-1-3
+sign 민 15-135-25
+sign 믽 15-135-25-13
+sign 믾 15-135-25-356
+sign 믿 15-135-35
+sign 밀 15-135-2
+sign 밁 15-135-2-1
+sign 밂 15-135-2-26
+sign 밃 15-135-2-12
+sign 밄 15-135-2-3
+sign 밅 15-135-2-236
+sign 밆 15-135-2-256
+sign 밇 15-135-2-356
+sign 밈 15-135-26
+sign 밉 15-135-12
+sign 밊 15-135-12-3
+sign 밋 15-135-3
+sign 밌 15-135-34
+sign 밍 15-135-2356
+sign 밎 15-135-13
+sign 및 15-135-23
+sign 밐 15-135-235
+sign 밑 15-135-236
+sign 밒 15-135-256
+sign 밓 15-135-356
+sign 바 45-126
+sign 박 45-126-1
+sign 밖 45-126-1-1
+sign 밗 45-126-1-3
+sign 반 45-126-25
+sign 밙 45-126-25-13
+sign 밚 45-126-25-356
+sign 받 45-126-35
+sign 발 45-126-2
+sign 밝 45-126-2-1
+sign 밞 45-126-2-26
+sign 밟 45-126-2-12
+sign 밠 45-126-2-3
+sign 밡 45-126-2-236
+sign 밢 45-126-2-256
+sign 밣 45-126-2-356
+sign 밤 45-126-26
+sign 밥 45-126-12
+sign 밦 45-126-12-3
+sign 밧 45-126-3
+sign 밨 45-126-34
+sign 방 45-126-2356
+sign 밪 45-126-13
+sign 밫 45-126-23
+sign 밬 45-126-235
+sign 밭 45-126-236
+sign 밮 45-126-256
+sign 밯 45-126-356
+sign 배 45-1235
+sign 백 45-1235-1
+sign 밲 45-1235-1-1
+sign 밳 45-1235-1-3
+sign 밴 45-1235-25
+sign 밵 45-1235-25-13
+sign 밶 45-1235-25-356
+sign 밷 45-1235-35
+sign 밸 45-1235-2
+sign 밹 45-1235-2-1
+sign 밺 45-1235-2-26
+sign 밻 45-1235-2-12
+sign 밼 45-1235-2-3
+sign 밽 45-1235-2-236
+sign 밾 45-1235-2-256
+sign 밿 45-1235-2-356
+sign 뱀 45-1235-26
+sign 뱁 45-1235-12
+sign 뱂 45-1235-12-3
+sign 뱃 45-1235-3
+sign 뱄 45-1235-34
+sign 뱅 45-1235-2356
+sign 뱆 45-1235-13
+sign 뱇 45-1235-23
+sign 뱈 45-1235-235
+sign 뱉 45-1235-236
+sign 뱊 45-1235-256
+sign 뱋 45-1235-356
+sign 뱌 45-345
+sign 뱍 45-345-1
+sign 뱎 45-345-1-1
+sign 뱏 45-345-1-3
+sign 뱐 45-345-25
+sign 뱑 45-345-25-13
+sign 뱒 45-345-25-356
+sign 뱓 45-345-35
+sign 뱔 45-345-2
+sign 뱕 45-345-2-1
+sign 뱖 45-345-2-26
+sign 뱗 45-345-2-12
+sign 뱘 45-345-2-3
+sign 뱙 45-345-2-236
+sign 뱚 45-345-2-256
+sign 뱛 45-345-2-356
+sign 뱜 45-345-26
+sign 뱝 45-345-12
+sign 뱞 45-345-12-3
+sign 뱟 45-345-3
+sign 뱠 45-345-34
+sign 뱡 45-345-2356
+sign 뱢 45-345-13
+sign 뱣 45-345-23
+sign 뱤 45-345-235
+sign 뱥 45-345-236
+sign 뱦 45-345-256
+sign 뱧 45-345-356
+sign 뱨 45-345-1235
+sign 뱩 45-345-1235-1
+sign 뱪 45-345-1235-1-1
+sign 뱫 45-345-1235-1-3
+sign 뱬 45-345-1235-25
+sign 뱭 45-345-1235-25-13
+sign 뱮 45-345-1235-25-356
+sign 뱯 45-345-1235-35
+sign 뱰 45-345-1235-2
+sign 뱱 45-345-1235-2-1
+sign 뱲 45-345-1235-2-26
+sign 뱳 45-345-1235-2-12
+sign 뱴 45-345-1235-2-3
+sign 뱵 45-345-1235-2-236
+sign 뱶 45-345-1235-2-256
+sign 뱷 45-345-1235-2-356
+sign 뱸 45-345-1235-26
+sign 뱹 45-345-1235-12
+sign 뱺 45-345-1235-12-3
+sign 뱻 45-345-1235-3
+sign 뱼 45-345-1235-34
+sign 뱽 45-345-1235-2356
+sign 뱾 45-345-1235-13
+sign 뱿 45-345-1235-23
+sign 벀 45-345-1235-235
+sign 벁 45-345-1235-236
+sign 벂 45-345-1235-256
+sign 벃 45-345-1235-356
+sign 버 45-234
+sign 벅 45-234-1
+sign 벆 45-234-1-1
+sign 벇 45-234-1-3
+sign 번 45-234-25
+sign 벉 45-234-25-13
+sign 벊 45-234-25-356
+sign 벋 45-234-35
+sign 벌 45-234-2
+sign 벍 45-234-2-1
+sign 벎 45-234-2-26
+sign 벏 45-234-2-12
+sign 벐 45-234-2-3
+sign 벑 45-234-2-236
+sign 벒 45-234-2-256
+sign 벓 45-234-2-356
+sign 범 45-234-26
+sign 법 45-234-12
+sign 벖 45-234-12-3
+sign 벗 45-234-3
+sign 벘 45-234-34
+sign 벙 45-234-2356
+sign 벚 45-234-13
+sign 벛 45-234-23
+sign 벜 45-234-235
+sign 벝 45-234-236
+sign 벞 45-234-256
+sign 벟 45-234-356
+sign 베 45-1345
+sign 벡 45-1345-1
+sign 벢 45-1345-1-1
+sign 벣 45-1345-1-3
+sign 벤 45-1345-25
+sign 벥 45-1345-25-13
+sign 벦 45-1345-25-356
+sign 벧 45-1345-35
+sign 벨 45-1345-2
+sign 벩 45-1345-2-1
+sign 벪 45-1345-2-26
+sign 벫 45-1345-2-12
+sign 벬 45-1345-2-3
+sign 벭 45-1345-2-236
+sign 벮 45-1345-2-256
+sign 벯 45-1345-2-356
+sign 벰 45-1345-26
+sign 벱 45-1345-12
+sign 벲 45-1345-12-3
+sign 벳 45-1345-3
+sign 벴 45-1345-34
+sign 벵 45-1345-2356
+sign 벶 45-1345-13
+sign 벷 45-1345-23
+sign 벸 45-1345-235
+sign 벹 45-1345-236
+sign 벺 45-1345-256
+sign 벻 45-1345-356
+sign 벼 45-156
+sign 벽 45-156-1
+sign 벾 45-156-1-1
+sign 벿 45-156-1-3
+sign 변 45-156-25
+sign 볁 45-156-25-13
+sign 볂 45-156-25-356
+sign 볃 45-156-35
+sign 별 45-156-2
+sign 볅 45-156-2-1
+sign 볆 45-156-2-26
+sign 볇 45-156-2-12
+sign 볈 45-156-2-3
+sign 볉 45-156-2-236
+sign 볊 45-156-2-256
+sign 볋 45-156-2-356
+sign 볌 45-156-26
+sign 볍 45-156-12
+sign 볎 45-156-12-3
+sign 볏 45-156-3
+sign 볐 45-156-34
+sign 병 45-156-2356
+sign 볒 45-156-13
+sign 볓 45-156-23
+sign 볔 45-156-235
+sign 볕 45-156-236
+sign 볖 45-156-256
+sign 볗 45-156-356
+sign 볘 45-34
+sign 볙 45-34-1
+sign 볚 45-34-1-1
+sign 볛 45-34-1-3
+sign 볜 45-34-25
+sign 볝 45-34-25-13
+sign 볞 45-34-25-356
+sign 볟 45-34-35
+sign 볠 45-34-2
+sign 볡 45-34-2-1
+sign 볢 45-34-2-26
+sign 볣 45-34-2-12
+sign 볤 45-34-2-3
+sign 볥 45-34-2-236
+sign 볦 45-34-2-256
+sign 볧 45-34-2-356
+sign 볨 45-34-26
+sign 볩 45-34-12
+sign 볪 45-34-12-3
+sign 볫 45-34-3
+sign 볬 45-34-34
+sign 볭 45-34-2356
+sign 볮 45-34-13
+sign 볯 45-34-23
+sign 볰 45-34-235
+sign 볱 45-34-236
+sign 볲 45-34-256
+sign 볳 45-34-356
+sign 보 45-136
+sign 복 45-136-1
+sign 볶 45-136-1-1
+sign 볷 45-136-1-3
+sign 본 45-136-25
+sign 볹 45-136-25-13
+sign 볺 45-136-25-356
+sign 볻 45-136-35
+sign 볼 45-136-2
+sign 볽 45-136-2-1
+sign 볾 45-136-2-26
+sign 볿 45-136-2-12
+sign 봀 45-136-2-3
+sign 봁 45-136-2-236
+sign 봂 45-136-2-256
+sign 봃 45-136-2-356
+sign 봄 45-136-26
+sign 봅 45-136-12
+sign 봆 45-136-12-3
+sign 봇 45-136-3
+sign 봈 45-136-34
+sign 봉 45-136-2356
+sign 봊 45-136-13
+sign 봋 45-136-23
+sign 봌 45-136-235
+sign 봍 45-136-236
+sign 봎 45-136-256
+sign 봏 45-136-356
+sign 봐 45-1236
+sign 봑 45-1236-1
+sign 봒 45-1236-1-1
+sign 봓 45-1236-1-3
+sign 봔 45-1236-25
+sign 봕 45-1236-25-13
+sign 봖 45-1236-25-356
+sign 봗 45-1236-35
+sign 봘 45-1236-2
+sign 봙 45-1236-2-1
+sign 봚 45-1236-2-26
+sign 봛 45-1236-2-12
+sign 봜 45-1236-2-3
+sign 봝 45-1236-2-236
+sign 봞 45-1236-2-256
+sign 봟 45-1236-2-356
+sign 봠 45-1236-26
+sign 봡 45-1236-12
+sign 봢 45-1236-12-3
+sign 봣 45-1236-3
+sign 봤 45-1236-34
+sign 봥 45-1236-2356
+sign 봦 45-1236-13
+sign 봧 45-1236-23
+sign 봨 45-1236-235
+sign 봩 45-1236-236
+sign 봪 45-1236-256
+sign 봫 45-1236-356
+sign 봬 45-1236-1235
+sign 봭 45-1236-1235-1
+sign 봮 45-1236-1235-1-1
+sign 봯 45-1236-1235-1-3
+sign 봰 45-1236-1235-25
+sign 봱 45-1236-1235-25-13
+sign 봲 45-1236-1235-25-356
+sign 봳 45-1236-1235-35
+sign 봴 45-1236-1235-2
+sign 봵 45-1236-1235-2-1
+sign 봶 45-1236-1235-2-26
+sign 봷 45-1236-1235-2-12
+sign 봸 45-1236-1235-2-3
+sign 봹 45-1236-1235-2-236
+sign 봺 45-1236-1235-2-256
+sign 봻 45-1236-1235-2-356
+sign 봼 45-1236-1235-26
+sign 봽 45-1236-1235-12
+sign 봾 45-1236-1235-12-3
+sign 봿 45-1236-1235-3
+sign 뵀 45-1236-1235-34
+sign 뵁 45-1236-1235-2356
+sign 뵂 45-1236-1235-13
+sign 뵃 45-1236-1235-23
+sign 뵄 45-1236-1235-235
+sign 뵅 45-1236-1235-236
+sign 뵆 45-1236-1235-256
+sign 뵇 45-1236-1235-356
+sign 뵈 45-13456
+sign 뵉 45-13456-1
+sign 뵊 45-13456-1-1
+sign 뵋 45-13456-1-3
+sign 뵌 45-13456-25
+sign 뵍 45-13456-25-13
+sign 뵎 45-13456-25-356
+sign 뵏 45-13456-35
+sign 뵐 45-13456-2
+sign 뵑 45-13456-2-1
+sign 뵒 45-13456-2-26
+sign 뵓 45-13456-2-12
+sign 뵔 45-13456-2-3
+sign 뵕 45-13456-2-236
+sign 뵖 45-13456-2-256
+sign 뵗 45-13456-2-356
+sign 뵘 45-13456-26
+sign 뵙 45-13456-12
+sign 뵚 45-13456-12-3
+sign 뵛 45-13456-3
+sign 뵜 45-13456-34
+sign 뵝 45-13456-2356
+sign 뵞 45-13456-13
+sign 뵟 45-13456-23
+sign 뵠 45-13456-235
+sign 뵡 45-13456-236
+sign 뵢 45-13456-256
+sign 뵣 45-13456-356
+sign 뵤 45-346
+sign 뵥 45-346-1
+sign 뵦 45-346-1-1
+sign 뵧 45-346-1-3
+sign 뵨 45-346-25
+sign 뵩 45-346-25-13
+sign 뵪 45-346-25-356
+sign 뵫 45-346-35
+sign 뵬 45-346-2
+sign 뵭 45-346-2-1
+sign 뵮 45-346-2-26
+sign 뵯 45-346-2-12
+sign 뵰 45-346-2-3
+sign 뵱 45-346-2-236
+sign 뵲 45-346-2-256
+sign 뵳 45-346-2-356
+sign 뵴 45-346-26
+sign 뵵 45-346-12
+sign 뵶 45-346-12-3
+sign 뵷 45-346-3
+sign 뵸 45-346-34
+sign 뵹 45-346-2356
+sign 뵺 45-346-13
+sign 뵻 45-346-23
+sign 뵼 45-346-235
+sign 뵽 45-346-236
+sign 뵾 45-346-256
+sign 뵿 45-346-356
+sign 부 45-134
+sign 북 45-134-1
+sign 붂 45-134-1-1
+sign 붃 45-134-1-3
+sign 분 45-134-25
+sign 붅 45-134-25-13
+sign 붆 45-134-25-356
+sign 붇 45-134-35
+sign 불 45-134-2
+sign 붉 45-134-2-1
+sign 붊 45-134-2-26
+sign 붋 45-134-2-12
+sign 붌 45-134-2-3
+sign 붍 45-134-2-236
+sign 붎 45-134-2-256
+sign 붏 45-134-2-356
+sign 붐 45-134-26
+sign 붑 45-134-12
+sign 붒 45-134-12-3
+sign 붓 45-134-3
+sign 붔 45-134-34
+sign 붕 45-134-2356
+sign 붖 45-134-13
+sign 붗 45-134-23
+sign 붘 45-134-235
+sign 붙 45-134-236
+sign 붚 45-134-256
+sign 붛 45-134-356
+sign 붜 45-1234
+sign 붝 45-1234-1
+sign 붞 45-1234-1-1
+sign 붟 45-1234-1-3
+sign 붠 45-1234-25
+sign 붡 45-1234-25-13
+sign 붢 45-1234-25-356
+sign 붣 45-1234-35
+sign 붤 45-1234-2
+sign 붥 45-1234-2-1
+sign 붦 45-1234-2-26
+sign 붧 45-1234-2-12
+sign 붨 45-1234-2-3
+sign 붩 45-1234-2-236
+sign 붪 45-1234-2-256
+sign 붫 45-1234-2-356
+sign 붬 45-1234-26
+sign 붭 45-1234-12
+sign 붮 45-1234-12-3
+sign 붯 45-1234-3
+sign 붰 45-1234-34
+sign 붱 45-1234-2356
+sign 붲 45-1234-13
+sign 붳 45-1234-23
+sign 붴 45-1234-235
+sign 붵 45-1234-236
+sign 붶 45-1234-256
+sign 붷 45-1234-356
+sign 붸 45-1234-1235
+sign 붹 45-1234-1235-1
+sign 붺 45-1234-1235-1-1
+sign 붻 45-1234-1235-1-3
+sign 붼 45-1234-1235-25
+sign 붽 45-1234-1235-25-13
+sign 붾 45-1234-1235-25-356
+sign 붿 45-1234-1235-35
+sign 뷀 45-1234-1235-2
+sign 뷁 45-1234-1235-2-1
+sign 뷂 45-1234-1235-2-26
+sign 뷃 45-1234-1235-2-12
+sign 뷄 45-1234-1235-2-3
+sign 뷅 45-1234-1235-2-236
+sign 뷆 45-1234-1235-2-256
+sign 뷇 45-1234-1235-2-356
+sign 뷈 45-1234-1235-26
+sign 뷉 45-1234-1235-12
+sign 뷊 45-1234-1235-12-3
+sign 뷋 45-1234-1235-3
+sign 뷌 45-1234-1235-34
+sign 뷍 45-1234-1235-2356
+sign 뷎 45-1234-1235-13
+sign 뷏 45-1234-1235-23
+sign 뷐 45-1234-1235-235
+sign 뷑 45-1234-1235-236
+sign 뷒 45-1234-1235-256
+sign 뷓 45-1234-1235-356
+sign 뷔 45-134-1235
+sign 뷕 45-134-1235-1
+sign 뷖 45-134-1235-1-1
+sign 뷗 45-134-1235-1-3
+sign 뷘 45-134-1235-25
+sign 뷙 45-134-1235-25-13
+sign 뷚 45-134-1235-25-356
+sign 뷛 45-134-1235-35
+sign 뷜 45-134-1235-2
+sign 뷝 45-134-1235-2-1
+sign 뷞 45-134-1235-2-26
+sign 뷟 45-134-1235-2-12
+sign 뷠 45-134-1235-2-3
+sign 뷡 45-134-1235-2-236
+sign 뷢 45-134-1235-2-256
+sign 뷣 45-134-1235-2-356
+sign 뷤 45-134-1235-26
+sign 뷥 45-134-1235-12
+sign 뷦 45-134-1235-12-3
+sign 뷧 45-134-1235-3
+sign 뷨 45-134-1235-34
+sign 뷩 45-134-1235-2356
+sign 뷪 45-134-1235-13
+sign 뷫 45-134-1235-23
+sign 뷬 45-134-1235-235
+sign 뷭 45-134-1235-236
+sign 뷮 45-134-1235-256
+sign 뷯 45-134-1235-356
+sign 뷰 45-146
+sign 뷱 45-146-1
+sign 뷲 45-146-1-1
+sign 뷳 45-146-1-3
+sign 뷴 45-146-25
+sign 뷵 45-146-25-13
+sign 뷶 45-146-25-356
+sign 뷷 45-146-35
+sign 뷸 45-146-2
+sign 뷹 45-146-2-1
+sign 뷺 45-146-2-26
+sign 뷻 45-146-2-12
+sign 뷼 45-146-2-3
+sign 뷽 45-146-2-236
+sign 뷾 45-146-2-256
+sign 뷿 45-146-2-356
+sign 븀 45-146-26
+sign 븁 45-146-12
+sign 븂 45-146-12-3
+sign 븃 45-146-3
+sign 븄 45-146-34
+sign 븅 45-146-2356
+sign 븆 45-146-13
+sign 븇 45-146-23
+sign 븈 45-146-235
+sign 븉 45-146-236
+sign 븊 45-146-256
+sign 븋 45-146-356
+sign 브 45-246
+sign 븍 45-246-1
+sign 븎 45-246-1-1
+sign 븏 45-246-1-3
+sign 븐 45-246-25
+sign 븑 45-246-25-13
+sign 븒 45-246-25-356
+sign 븓 45-246-35
+sign 블 45-246-2
+sign 븕 45-246-2-1
+sign 븖 45-246-2-26
+sign 븗 45-246-2-12
+sign 븘 45-246-2-3
+sign 븙 45-246-2-236
+sign 븚 45-246-2-256
+sign 븛 45-246-2-356
+sign 븜 45-246-26
+sign 븝 45-246-12
+sign 븞 45-246-12-3
+sign 븟 45-246-3
+sign 븠 45-246-34
+sign 븡 45-246-2356
+sign 븢 45-246-13
+sign 븣 45-246-23
+sign 븤 45-246-235
+sign 븥 45-246-236
+sign 븦 45-246-256
+sign 븧 45-246-356
+sign 븨 45-2456
+sign 븩 45-2456-1
+sign 븪 45-2456-1-1
+sign 븫 45-2456-1-3
+sign 븬 45-2456-25
+sign 븭 45-2456-25-13
+sign 븮 45-2456-25-356
+sign 븯 45-2456-35
+sign 븰 45-2456-2
+sign 븱 45-2456-2-1
+sign 븲 45-2456-2-26
+sign 븳 45-2456-2-12
+sign 븴 45-2456-2-3
+sign 븵 45-2456-2-236
+sign 븶 45-2456-2-256
+sign 븷 45-2456-2-356
+sign 븸 45-2456-26
+sign 븹 45-2456-12
+sign 븺 45-2456-12-3
+sign 븻 45-2456-3
+sign 븼 45-2456-34
+sign 븽 45-2456-2356
+sign 븾 45-2456-13
+sign 븿 45-2456-23
+sign 빀 45-2456-235
+sign 빁 45-2456-236
+sign 빂 45-2456-256
+sign 빃 45-2456-356
+sign 비 45-135
+sign 빅 45-135-1
+sign 빆 45-135-1-1
+sign 빇 45-135-1-3
+sign 빈 45-135-25
+sign 빉 45-135-25-13
+sign 빊 45-135-25-356
+sign 빋 45-135-35
+sign 빌 45-135-2
+sign 빍 45-135-2-1
+sign 빎 45-135-2-26
+sign 빏 45-135-2-12
+sign 빐 45-135-2-3
+sign 빑 45-135-2-236
+sign 빒 45-135-2-256
+sign 빓 45-135-2-356
+sign 빔 45-135-26
+sign 빕 45-135-12
+sign 빖 45-135-12-3
+sign 빗 45-135-3
+sign 빘 45-135-34
+sign 빙 45-135-2356
+sign 빚 45-135-13
+sign 빛 45-135-23
+sign 빜 45-135-235
+sign 빝 45-135-236
+sign 빞 45-135-256
+sign 빟 45-135-356
+sign 빠 6-45-126
+sign 빡 6-45-126-1
+sign 빢 6-45-126-1-1
+sign 빣 6-45-126-1-3
+sign 빤 6-45-126-25
+sign 빥 6-45-126-25-13
+sign 빦 6-45-126-25-356
+sign 빧 6-45-126-35
+sign 빨 6-45-126-2
+sign 빩 6-45-126-2-1
+sign 빪 6-45-126-2-26
+sign 빫 6-45-126-2-12
+sign 빬 6-45-126-2-3
+sign 빭 6-45-126-2-236
+sign 빮 6-45-126-2-256
+sign 빯 6-45-126-2-356
+sign 빰 6-45-126-26
+sign 빱 6-45-126-12
+sign 빲 6-45-126-12-3
+sign 빳 6-45-126-3
+sign 빴 6-45-126-34
+sign 빵 6-45-126-2356
+sign 빶 6-45-126-13
+sign 빷 6-45-126-23
+sign 빸 6-45-126-235
+sign 빹 6-45-126-236
+sign 빺 6-45-126-256
+sign 빻 6-45-126-356
+sign 빼 6-45-1235
+sign 빽 6-45-1235-1
+sign 빾 6-45-1235-1-1
+sign 빿 6-45-1235-1-3
+sign 뺀 6-45-1235-25
+sign 뺁 6-45-1235-25-13
+sign 뺂 6-45-1235-25-356
+sign 뺃 6-45-1235-35
+sign 뺄 6-45-1235-2
+sign 뺅 6-45-1235-2-1
+sign 뺆 6-45-1235-2-26
+sign 뺇 6-45-1235-2-12
+sign 뺈 6-45-1235-2-3
+sign 뺉 6-45-1235-2-236
+sign 뺊 6-45-1235-2-256
+sign 뺋 6-45-1235-2-356
+sign 뺌 6-45-1235-26
+sign 뺍 6-45-1235-12
+sign 뺎 6-45-1235-12-3
+sign 뺏 6-45-1235-3
+sign 뺐 6-45-1235-34
+sign 뺑 6-45-1235-2356
+sign 뺒 6-45-1235-13
+sign 뺓 6-45-1235-23
+sign 뺔 6-45-1235-235
+sign 뺕 6-45-1235-236
+sign 뺖 6-45-1235-256
+sign 뺗 6-45-1235-356
+sign 뺘 6-45-345
+sign 뺙 6-45-345-1
+sign 뺚 6-45-345-1-1
+sign 뺛 6-45-345-1-3
+sign 뺜 6-45-345-25
+sign 뺝 6-45-345-25-13
+sign 뺞 6-45-345-25-356
+sign 뺟 6-45-345-35
+sign 뺠 6-45-345-2
+sign 뺡 6-45-345-2-1
+sign 뺢 6-45-345-2-26
+sign 뺣 6-45-345-2-12
+sign 뺤 6-45-345-2-3
+sign 뺥 6-45-345-2-236
+sign 뺦 6-45-345-2-256
+sign 뺧 6-45-345-2-356
+sign 뺨 6-45-345-26
+sign 뺩 6-45-345-12
+sign 뺪 6-45-345-12-3
+sign 뺫 6-45-345-3
+sign 뺬 6-45-345-34
+sign 뺭 6-45-345-2356
+sign 뺮 6-45-345-13
+sign 뺯 6-45-345-23
+sign 뺰 6-45-345-235
+sign 뺱 6-45-345-236
+sign 뺲 6-45-345-256
+sign 뺳 6-45-345-356
+sign 뺴 6-45-345-1235
+sign 뺵 6-45-345-1235-1
+sign 뺶 6-45-345-1235-1-1
+sign 뺷 6-45-345-1235-1-3
+sign 뺸 6-45-345-1235-25
+sign 뺹 6-45-345-1235-25-13
+sign 뺺 6-45-345-1235-25-356
+sign 뺻 6-45-345-1235-35
+sign 뺼 6-45-345-1235-2
+sign 뺽 6-45-345-1235-2-1
+sign 뺾 6-45-345-1235-2-26
+sign 뺿 6-45-345-1235-2-12
+sign 뻀 6-45-345-1235-2-3
+sign 뻁 6-45-345-1235-2-236
+sign 뻂 6-45-345-1235-2-256
+sign 뻃 6-45-345-1235-2-356
+sign 뻄 6-45-345-1235-26
+sign 뻅 6-45-345-1235-12
+sign 뻆 6-45-345-1235-12-3
+sign 뻇 6-45-345-1235-3
+sign 뻈 6-45-345-1235-34
+sign 뻉 6-45-345-1235-2356
+sign 뻊 6-45-345-1235-13
+sign 뻋 6-45-345-1235-23
+sign 뻌 6-45-345-1235-235
+sign 뻍 6-45-345-1235-236
+sign 뻎 6-45-345-1235-256
+sign 뻏 6-45-345-1235-356
+sign 뻐 6-45-234
+sign 뻑 6-45-234-1
+sign 뻒 6-45-234-1-1
+sign 뻓 6-45-234-1-3
+sign 뻔 6-45-234-25
+sign 뻕 6-45-234-25-13
+sign 뻖 6-45-234-25-356
+sign 뻗 6-45-234-35
+sign 뻘 6-45-234-2
+sign 뻙 6-45-234-2-1
+sign 뻚 6-45-234-2-26
+sign 뻛 6-45-234-2-12
+sign 뻜 6-45-234-2-3
+sign 뻝 6-45-234-2-236
+sign 뻞 6-45-234-2-256
+sign 뻟 6-45-234-2-356
+sign 뻠 6-45-234-26
+sign 뻡 6-45-234-12
+sign 뻢 6-45-234-12-3
+sign 뻣 6-45-234-3
+sign 뻤 6-45-234-34
+sign 뻥 6-45-234-2356
+sign 뻦 6-45-234-13
+sign 뻧 6-45-234-23
+sign 뻨 6-45-234-235
+sign 뻩 6-45-234-236
+sign 뻪 6-45-234-256
+sign 뻫 6-45-234-356
+sign 뻬 6-45-1345
+sign 뻭 6-45-1345-1
+sign 뻮 6-45-1345-1-1
+sign 뻯 6-45-1345-1-3
+sign 뻰 6-45-1345-25
+sign 뻱 6-45-1345-25-13
+sign 뻲 6-45-1345-25-356
+sign 뻳 6-45-1345-35
+sign 뻴 6-45-1345-2
+sign 뻵 6-45-1345-2-1
+sign 뻶 6-45-1345-2-26
+sign 뻷 6-45-1345-2-12
+sign 뻸 6-45-1345-2-3
+sign 뻹 6-45-1345-2-236
+sign 뻺 6-45-1345-2-256
+sign 뻻 6-45-1345-2-356
+sign 뻼 6-45-1345-26
+sign 뻽 6-45-1345-12
+sign 뻾 6-45-1345-12-3
+sign 뻿 6-45-1345-3
+sign 뼀 6-45-1345-34
+sign 뼁 6-45-1345-2356
+sign 뼂 6-45-1345-13
+sign 뼃 6-45-1345-23
+sign 뼄 6-45-1345-235
+sign 뼅 6-45-1345-236
+sign 뼆 6-45-1345-256
+sign 뼇 6-45-1345-356
+sign 뼈 6-45-156
+sign 뼉 6-45-156-1
+sign 뼊 6-45-156-1-1
+sign 뼋 6-45-156-1-3
+sign 뼌 6-45-156-25
+sign 뼍 6-45-156-25-13
+sign 뼎 6-45-156-25-356
+sign 뼏 6-45-156-35
+sign 뼐 6-45-156-2
+sign 뼑 6-45-156-2-1
+sign 뼒 6-45-156-2-26
+sign 뼓 6-45-156-2-12
+sign 뼔 6-45-156-2-3
+sign 뼕 6-45-156-2-236
+sign 뼖 6-45-156-2-256
+sign 뼗 6-45-156-2-356
+sign 뼘 6-45-156-26
+sign 뼙 6-45-156-12
+sign 뼚 6-45-156-12-3
+sign 뼛 6-45-156-3
+sign 뼜 6-45-156-34
+sign 뼝 6-45-156-2356
+sign 뼞 6-45-156-13
+sign 뼟 6-45-156-23
+sign 뼠 6-45-156-235
+sign 뼡 6-45-156-236
+sign 뼢 6-45-156-256
+sign 뼣 6-45-156-356
+sign 뼤 6-45-34
+sign 뼥 6-45-34-1
+sign 뼦 6-45-34-1-1
+sign 뼧 6-45-34-1-3
+sign 뼨 6-45-34-25
+sign 뼩 6-45-34-25-13
+sign 뼪 6-45-34-25-356
+sign 뼫 6-45-34-35
+sign 뼬 6-45-34-2
+sign 뼭 6-45-34-2-1
+sign 뼮 6-45-34-2-26
+sign 뼯 6-45-34-2-12
+sign 뼰 6-45-34-2-3
+sign 뼱 6-45-34-2-236
+sign 뼲 6-45-34-2-256
+sign 뼳 6-45-34-2-356
+sign 뼴 6-45-34-26
+sign 뼵 6-45-34-12
+sign 뼶 6-45-34-12-3
+sign 뼷 6-45-34-3
+sign 뼸 6-45-34-34
+sign 뼹 6-45-34-2356
+sign 뼺 6-45-34-13
+sign 뼻 6-45-34-23
+sign 뼼 6-45-34-235
+sign 뼽 6-45-34-236
+sign 뼾 6-45-34-256
+sign 뼿 6-45-34-356
+sign 뽀 6-45-136
+sign 뽁 6-45-136-1
+sign 뽂 6-45-136-1-1
+sign 뽃 6-45-136-1-3
+sign 뽄 6-45-136-25
+sign 뽅 6-45-136-25-13
+sign 뽆 6-45-136-25-356
+sign 뽇 6-45-136-35
+sign 뽈 6-45-136-2
+sign 뽉 6-45-136-2-1
+sign 뽊 6-45-136-2-26
+sign 뽋 6-45-136-2-12
+sign 뽌 6-45-136-2-3
+sign 뽍 6-45-136-2-236
+sign 뽎 6-45-136-2-256
+sign 뽏 6-45-136-2-356
+sign 뽐 6-45-136-26
+sign 뽑 6-45-136-12
+sign 뽒 6-45-136-12-3
+sign 뽓 6-45-136-3
+sign 뽔 6-45-136-34
+sign 뽕 6-45-136-2356
+sign 뽖 6-45-136-13
+sign 뽗 6-45-136-23
+sign 뽘 6-45-136-235
+sign 뽙 6-45-136-236
+sign 뽚 6-45-136-256
+sign 뽛 6-45-136-356
+sign 뽜 6-45-1236
+sign 뽝 6-45-1236-1
+sign 뽞 6-45-1236-1-1
+sign 뽟 6-45-1236-1-3
+sign 뽠 6-45-1236-25
+sign 뽡 6-45-1236-25-13
+sign 뽢 6-45-1236-25-356
+sign 뽣 6-45-1236-35
+sign 뽤 6-45-1236-2
+sign 뽥 6-45-1236-2-1
+sign 뽦 6-45-1236-2-26
+sign 뽧 6-45-1236-2-12
+sign 뽨 6-45-1236-2-3
+sign 뽩 6-45-1236-2-236
+sign 뽪 6-45-1236-2-256
+sign 뽫 6-45-1236-2-356
+sign 뽬 6-45-1236-26
+sign 뽭 6-45-1236-12
+sign 뽮 6-45-1236-12-3
+sign 뽯 6-45-1236-3
+sign 뽰 6-45-1236-34
+sign 뽱 6-45-1236-2356
+sign 뽲 6-45-1236-13
+sign 뽳 6-45-1236-23
+sign 뽴 6-45-1236-235
+sign 뽵 6-45-1236-236
+sign 뽶 6-45-1236-256
+sign 뽷 6-45-1236-356
+sign 뽸 6-45-1236-1235
+sign 뽹 6-45-1236-1235-1
+sign 뽺 6-45-1236-1235-1-1
+sign 뽻 6-45-1236-1235-1-3
+sign 뽼 6-45-1236-1235-25
+sign 뽽 6-45-1236-1235-25-13
+sign 뽾 6-45-1236-1235-25-356
+sign 뽿 6-45-1236-1235-35
+sign 뾀 6-45-1236-1235-2
+sign 뾁 6-45-1236-1235-2-1
+sign 뾂 6-45-1236-1235-2-26
+sign 뾃 6-45-1236-1235-2-12
+sign 뾄 6-45-1236-1235-2-3
+sign 뾅 6-45-1236-1235-2-236
+sign 뾆 6-45-1236-1235-2-256
+sign 뾇 6-45-1236-1235-2-356
+sign 뾈 6-45-1236-1235-26
+sign 뾉 6-45-1236-1235-12
+sign 뾊 6-45-1236-1235-12-3
+sign 뾋 6-45-1236-1235-3
+sign 뾌 6-45-1236-1235-34
+sign 뾍 6-45-1236-1235-2356
+sign 뾎 6-45-1236-1235-13
+sign 뾏 6-45-1236-1235-23
+sign 뾐 6-45-1236-1235-235
+sign 뾑 6-45-1236-1235-236
+sign 뾒 6-45-1236-1235-256
+sign 뾓 6-45-1236-1235-356
+sign 뾔 6-45-13456
+sign 뾕 6-45-13456-1
+sign 뾖 6-45-13456-1-1
+sign 뾗 6-45-13456-1-3
+sign 뾘 6-45-13456-25
+sign 뾙 6-45-13456-25-13
+sign 뾚 6-45-13456-25-356
+sign 뾛 6-45-13456-35
+sign 뾜 6-45-13456-2
+sign 뾝 6-45-13456-2-1
+sign 뾞 6-45-13456-2-26
+sign 뾟 6-45-13456-2-12
+sign 뾠 6-45-13456-2-3
+sign 뾡 6-45-13456-2-236
+sign 뾢 6-45-13456-2-256
+sign 뾣 6-45-13456-2-356
+sign 뾤 6-45-13456-26
+sign 뾥 6-45-13456-12
+sign 뾦 6-45-13456-12-3
+sign 뾧 6-45-13456-3
+sign 뾨 6-45-13456-34
+sign 뾩 6-45-13456-2356
+sign 뾪 6-45-13456-13
+sign 뾫 6-45-13456-23
+sign 뾬 6-45-13456-235
+sign 뾭 6-45-13456-236
+sign 뾮 6-45-13456-256
+sign 뾯 6-45-13456-356
+sign 뾰 6-45-346
+sign 뾱 6-45-346-1
+sign 뾲 6-45-346-1-1
+sign 뾳 6-45-346-1-3
+sign 뾴 6-45-346-25
+sign 뾵 6-45-346-25-13
+sign 뾶 6-45-346-25-356
+sign 뾷 6-45-346-35
+sign 뾸 6-45-346-2
+sign 뾹 6-45-346-2-1
+sign 뾺 6-45-346-2-26
+sign 뾻 6-45-346-2-12
+sign 뾼 6-45-346-2-3
+sign 뾽 6-45-346-2-236
+sign 뾾 6-45-346-2-256
+sign 뾿 6-45-346-2-356
+sign 뿀 6-45-346-26
+sign 뿁 6-45-346-12
+sign 뿂 6-45-346-12-3
+sign 뿃 6-45-346-3
+sign 뿄 6-45-346-34
+sign 뿅 6-45-346-2356
+sign 뿆 6-45-346-13
+sign 뿇 6-45-346-23
+sign 뿈 6-45-346-235
+sign 뿉 6-45-346-236
+sign 뿊 6-45-346-256
+sign 뿋 6-45-346-356
+sign 뿌 6-45-134
+sign 뿍 6-45-134-1
+sign 뿎 6-45-134-1-1
+sign 뿏 6-45-134-1-3
+sign 뿐 6-45-134-25
+sign 뿑 6-45-134-25-13
+sign 뿒 6-45-134-25-356
+sign 뿓 6-45-134-35
+sign 뿔 6-45-134-2
+sign 뿕 6-45-134-2-1
+sign 뿖 6-45-134-2-26
+sign 뿗 6-45-134-2-12
+sign 뿘 6-45-134-2-3
+sign 뿙 6-45-134-2-236
+sign 뿚 6-45-134-2-256
+sign 뿛 6-45-134-2-356
+sign 뿜 6-45-134-26
+sign 뿝 6-45-134-12
+sign 뿞 6-45-134-12-3
+sign 뿟 6-45-134-3
+sign 뿠 6-45-134-34
+sign 뿡 6-45-134-2356
+sign 뿢 6-45-134-13
+sign 뿣 6-45-134-23
+sign 뿤 6-45-134-235
+sign 뿥 6-45-134-236
+sign 뿦 6-45-134-256
+sign 뿧 6-45-134-356
+sign 뿨 6-45-1234
+sign 뿩 6-45-1234-1
+sign 뿪 6-45-1234-1-1
+sign 뿫 6-45-1234-1-3
+sign 뿬 6-45-1234-25
+sign 뿭 6-45-1234-25-13
+sign 뿮 6-45-1234-25-356
+sign 뿯 6-45-1234-35
+sign 뿰 6-45-1234-2
+sign 뿱 6-45-1234-2-1
+sign 뿲 6-45-1234-2-26
+sign 뿳 6-45-1234-2-12
+sign 뿴 6-45-1234-2-3
+sign 뿵 6-45-1234-2-236
+sign 뿶 6-45-1234-2-256
+sign 뿷 6-45-1234-2-356
+sign 뿸 6-45-1234-26
+sign 뿹 6-45-1234-12
+sign 뿺 6-45-1234-12-3
+sign 뿻 6-45-1234-3
+sign 뿼 6-45-1234-34
+sign 뿽 6-45-1234-2356
+sign 뿾 6-45-1234-13
+sign 뿿 6-45-1234-23
+sign 쀀 6-45-1234-235
+sign 쀁 6-45-1234-236
+sign 쀂 6-45-1234-256
+sign 쀃 6-45-1234-356
+sign 쀄 6-45-1234-1235
+sign 쀅 6-45-1234-1235-1
+sign 쀆 6-45-1234-1235-1-1
+sign 쀇 6-45-1234-1235-1-3
+sign 쀈 6-45-1234-1235-25
+sign 쀉 6-45-1234-1235-25-13
+sign 쀊 6-45-1234-1235-25-356
+sign 쀋 6-45-1234-1235-35
+sign 쀌 6-45-1234-1235-2
+sign 쀍 6-45-1234-1235-2-1
+sign 쀎 6-45-1234-1235-2-26
+sign 쀏 6-45-1234-1235-2-12
+sign 쀐 6-45-1234-1235-2-3
+sign 쀑 6-45-1234-1235-2-236
+sign 쀒 6-45-1234-1235-2-256
+sign 쀓 6-45-1234-1235-2-356
+sign 쀔 6-45-1234-1235-26
+sign 쀕 6-45-1234-1235-12
+sign 쀖 6-45-1234-1235-12-3
+sign 쀗 6-45-1234-1235-3
+sign 쀘 6-45-1234-1235-34
+sign 쀙 6-45-1234-1235-2356
+sign 쀚 6-45-1234-1235-13
+sign 쀛 6-45-1234-1235-23
+sign 쀜 6-45-1234-1235-235
+sign 쀝 6-45-1234-1235-236
+sign 쀞 6-45-1234-1235-256
+sign 쀟 6-45-1234-1235-356
+sign 쀠 6-45-134-1235
+sign 쀡 6-45-134-1235-1
+sign 쀢 6-45-134-1235-1-1
+sign 쀣 6-45-134-1235-1-3
+sign 쀤 6-45-134-1235-25
+sign 쀥 6-45-134-1235-25-13
+sign 쀦 6-45-134-1235-25-356
+sign 쀧 6-45-134-1235-35
+sign 쀨 6-45-134-1235-2
+sign 쀩 6-45-134-1235-2-1
+sign 쀪 6-45-134-1235-2-26
+sign 쀫 6-45-134-1235-2-12
+sign 쀬 6-45-134-1235-2-3
+sign 쀭 6-45-134-1235-2-236
+sign 쀮 6-45-134-1235-2-256
+sign 쀯 6-45-134-1235-2-356
+sign 쀰 6-45-134-1235-26
+sign 쀱 6-45-134-1235-12
+sign 쀲 6-45-134-1235-12-3
+sign 쀳 6-45-134-1235-3
+sign 쀴 6-45-134-1235-34
+sign 쀵 6-45-134-1235-2356
+sign 쀶 6-45-134-1235-13
+sign 쀷 6-45-134-1235-23
+sign 쀸 6-45-134-1235-235
+sign 쀹 6-45-134-1235-236
+sign 쀺 6-45-134-1235-256
+sign 쀻 6-45-134-1235-356
+sign 쀼 6-45-146
+sign 쀽 6-45-146-1
+sign 쀾 6-45-146-1-1
+sign 쀿 6-45-146-1-3
+sign 쁀 6-45-146-25
+sign 쁁 6-45-146-25-13
+sign 쁂 6-45-146-25-356
+sign 쁃 6-45-146-35
+sign 쁄 6-45-146-2
+sign 쁅 6-45-146-2-1
+sign 쁆 6-45-146-2-26
+sign 쁇 6-45-146-2-12
+sign 쁈 6-45-146-2-3
+sign 쁉 6-45-146-2-236
+sign 쁊 6-45-146-2-256
+sign 쁋 6-45-146-2-356
+sign 쁌 6-45-146-26
+sign 쁍 6-45-146-12
+sign 쁎 6-45-146-12-3
+sign 쁏 6-45-146-3
+sign 쁐 6-45-146-34
+sign 쁑 6-45-146-2356
+sign 쁒 6-45-146-13
+sign 쁓 6-45-146-23
+sign 쁔 6-45-146-235
+sign 쁕 6-45-146-236
+sign 쁖 6-45-146-256
+sign 쁗 6-45-146-356
+sign 쁘 6-45-246
+sign 쁙 6-45-246-1
+sign 쁚 6-45-246-1-1
+sign 쁛 6-45-246-1-3
+sign 쁜 6-45-246-25
+sign 쁝 6-45-246-25-13
+sign 쁞 6-45-246-25-356
+sign 쁟 6-45-246-35
+sign 쁠 6-45-246-2
+sign 쁡 6-45-246-2-1
+sign 쁢 6-45-246-2-26
+sign 쁣 6-45-246-2-12
+sign 쁤 6-45-246-2-3
+sign 쁥 6-45-246-2-236
+sign 쁦 6-45-246-2-256
+sign 쁧 6-45-246-2-356
+sign 쁨 6-45-246-26
+sign 쁩 6-45-246-12
+sign 쁪 6-45-246-12-3
+sign 쁫 6-45-246-3
+sign 쁬 6-45-246-34
+sign 쁭 6-45-246-2356
+sign 쁮 6-45-246-13
+sign 쁯 6-45-246-23
+sign 쁰 6-45-246-235
+sign 쁱 6-45-246-236
+sign 쁲 6-45-246-256
+sign 쁳 6-45-246-356
+sign 쁴 6-45-2456
+sign 쁵 6-45-2456-1
+sign 쁶 6-45-2456-1-1
+sign 쁷 6-45-2456-1-3
+sign 쁸 6-45-2456-25
+sign 쁹 6-45-2456-25-13
+sign 쁺 6-45-2456-25-356
+sign 쁻 6-45-2456-35
+sign 쁼 6-45-2456-2
+sign 쁽 6-45-2456-2-1
+sign 쁾 6-45-2456-2-26
+sign 쁿 6-45-2456-2-12
+sign 삀 6-45-2456-2-3
+sign 삁 6-45-2456-2-236
+sign 삂 6-45-2456-2-256
+sign 삃 6-45-2456-2-356
+sign 삄 6-45-2456-26
+sign 삅 6-45-2456-12
+sign 삆 6-45-2456-12-3
+sign 삇 6-45-2456-3
+sign 삈 6-45-2456-34
+sign 삉 6-45-2456-2356
+sign 삊 6-45-2456-13
+sign 삋 6-45-2456-23
+sign 삌 6-45-2456-235
+sign 삍 6-45-2456-236
+sign 삎 6-45-2456-256
+sign 삏 6-45-2456-356
+sign 삐 6-45-135
+sign 삑 6-45-135-1
+sign 삒 6-45-135-1-1
+sign 삓 6-45-135-1-3
+sign 삔 6-45-135-25
+sign 삕 6-45-135-25-13
+sign 삖 6-45-135-25-356
+sign 삗 6-45-135-35
+sign 삘 6-45-135-2
+sign 삙 6-45-135-2-1
+sign 삚 6-45-135-2-26
+sign 삛 6-45-135-2-12
+sign 삜 6-45-135-2-3
+sign 삝 6-45-135-2-236
+sign 삞 6-45-135-2-256
+sign 삟 6-45-135-2-356
+sign 삠 6-45-135-26
+sign 삡 6-45-135-12
+sign 삢 6-45-135-12-3
+sign 삣 6-45-135-3
+sign 삤 6-45-135-34
+sign 삥 6-45-135-2356
+sign 삦 6-45-135-13
+sign 삧 6-45-135-23
+sign 삨 6-45-135-235
+sign 삩 6-45-135-236
+sign 삪 6-45-135-256
+sign 삫 6-45-135-356
+sign 사 6-126
+sign 삭 6-126-1
+sign 삮 6-126-1-1
+sign 삯 6-126-1-3
+sign 산 6-126-25
+sign 삱 6-126-25-13
+sign 삲 6-126-25-356
+sign 삳 6-126-35
+sign 살 6-126-2
+sign 삵 6-126-2-1
+sign 삶 6-126-2-26
+sign 삷 6-126-2-12
+sign 삸 6-126-2-3
+sign 삹 6-126-2-236
+sign 삺 6-126-2-256
+sign 삻 6-126-2-356
+sign 삼 6-126-26
+sign 삽 6-126-12
+sign 삾 6-126-12-3
+sign 삿 6-126-3
+sign 샀 6-126-34
+sign 상 6-126-2356
+sign 샂 6-126-13
+sign 샃 6-126-23
+sign 샄 6-126-235
+sign 샅 6-126-236
+sign 샆 6-126-256
+sign 샇 6-126-356
+sign 새 6-1235
+sign 색 6-1235-1
+sign 샊 6-1235-1-1
+sign 샋 6-1235-1-3
+sign 샌 6-1235-25
+sign 샍 6-1235-25-13
+sign 샎 6-1235-25-356
+sign 샏 6-1235-35
+sign 샐 6-1235-2
+sign 샑 6-1235-2-1
+sign 샒 6-1235-2-26
+sign 샓 6-1235-2-12
+sign 샔 6-1235-2-3
+sign 샕 6-1235-2-236
+sign 샖 6-1235-2-256
+sign 샗 6-1235-2-356
+sign 샘 6-1235-26
+sign 샙 6-1235-12
+sign 샚 6-1235-12-3
+sign 샛 6-1235-3
+sign 샜 6-1235-34
+sign 생 6-1235-2356
+sign 샞 6-1235-13
+sign 샟 6-1235-23
+sign 샠 6-1235-235
+sign 샡 6-1235-236
+sign 샢 6-1235-256
+sign 샣 6-1235-356
+sign 샤 6-345
+sign 샥 6-345-1
+sign 샦 6-345-1-1
+sign 샧 6-345-1-3
+sign 샨 6-345-25
+sign 샩 6-345-25-13
+sign 샪 6-345-25-356
+sign 샫 6-345-35
+sign 샬 6-345-2
+sign 샭 6-345-2-1
+sign 샮 6-345-2-26
+sign 샯 6-345-2-12
+sign 샰 6-345-2-3
+sign 샱 6-345-2-236
+sign 샲 6-345-2-256
+sign 샳 6-345-2-356
+sign 샴 6-345-26
+sign 샵 6-345-12
+sign 샶 6-345-12-3
+sign 샷 6-345-3
+sign 샸 6-345-34
+sign 샹 6-345-2356
+sign 샺 6-345-13
+sign 샻 6-345-23
+sign 샼 6-345-235
+sign 샽 6-345-236
+sign 샾 6-345-256
+sign 샿 6-345-356
+sign 섀 6-345-1235
+sign 섁 6-345-1235-1
+sign 섂 6-345-1235-1-1
+sign 섃 6-345-1235-1-3
+sign 섄 6-345-1235-25
+sign 섅 6-345-1235-25-13
+sign 섆 6-345-1235-25-356
+sign 섇 6-345-1235-35
+sign 섈 6-345-1235-2
+sign 섉 6-345-1235-2-1
+sign 섊 6-345-1235-2-26
+sign 섋 6-345-1235-2-12
+sign 섌 6-345-1235-2-3
+sign 섍 6-345-1235-2-236
+sign 섎 6-345-1235-2-256
+sign 섏 6-345-1235-2-356
+sign 섐 6-345-1235-26
+sign 섑 6-345-1235-12
+sign 섒 6-345-1235-12-3
+sign 섓 6-345-1235-3
+sign 섔 6-345-1235-34
+sign 섕 6-345-1235-2356
+sign 섖 6-345-1235-13
+sign 섗 6-345-1235-23
+sign 섘 6-345-1235-235
+sign 섙 6-345-1235-236
+sign 섚 6-345-1235-256
+sign 섛 6-345-1235-356
+sign 서 6-234
+sign 석 6-234-1
+sign 섞 6-234-1-1
+sign 섟 6-234-1-3
+sign 선 6-234-25
+sign 섡 6-234-25-13
+sign 섢 6-234-25-356
+sign 섣 6-234-35
+sign 설 6-234-2
+sign 섥 6-234-2-1
+sign 섦 6-234-2-26
+sign 섧 6-234-2-12
+sign 섨 6-234-2-3
+sign 섩 6-234-2-236
+sign 섪 6-234-2-256
+sign 섫 6-234-2-356
+sign 섬 6-234-26
+sign 섭 6-234-12
+sign 섮 6-234-12-3
+sign 섯 6-234-3
+sign 섰 6-234-34
+sign 성 6-234-2356
+sign 섲 6-234-13
+sign 섳 6-234-23
+sign 섴 6-234-235
+sign 섵 6-234-236
+sign 섶 6-234-256
+sign 섷 6-234-356
+sign 세 6-1345
+sign 섹 6-1345-1
+sign 섺 6-1345-1-1
+sign 섻 6-1345-1-3
+sign 센 6-1345-25
+sign 섽 6-1345-25-13
+sign 섾 6-1345-25-356
+sign 섿 6-1345-35
+sign 셀 6-1345-2
+sign 셁 6-1345-2-1
+sign 셂 6-1345-2-26
+sign 셃 6-1345-2-12
+sign 셄 6-1345-2-3
+sign 셅 6-1345-2-236
+sign 셆 6-1345-2-256
+sign 셇 6-1345-2-356
+sign 셈 6-1345-26
+sign 셉 6-1345-12
+sign 셊 6-1345-12-3
+sign 셋 6-1345-3
+sign 셌 6-1345-34
+sign 셍 6-1345-2356
+sign 셎 6-1345-13
+sign 셏 6-1345-23
+sign 셐 6-1345-235
+sign 셑 6-1345-236
+sign 셒 6-1345-256
+sign 셓 6-1345-356
+sign 셔 6-156
+sign 셕 6-156-1
+sign 셖 6-156-1-1
+sign 셗 6-156-1-3
+sign 션 6-156-25
+sign 셙 6-156-25-13
+sign 셚 6-156-25-356
+sign 셛 6-156-35
+sign 셜 6-156-2
+sign 셝 6-156-2-1
+sign 셞 6-156-2-26
+sign 셟 6-156-2-12
+sign 셠 6-156-2-3
+sign 셡 6-156-2-236
+sign 셢 6-156-2-256
+sign 셣 6-156-2-356
+sign 셤 6-156-26
+sign 셥 6-156-12
+sign 셦 6-156-12-3
+sign 셧 6-156-3
+sign 셨 6-156-34
+sign 셩 6-156-2356
+sign 셪 6-156-13
+sign 셫 6-156-23
+sign 셬 6-156-235
+sign 셭 6-156-236
+sign 셮 6-156-256
+sign 셯 6-156-356
+sign 셰 6-34
+sign 셱 6-34-1
+sign 셲 6-34-1-1
+sign 셳 6-34-1-3
+sign 셴 6-34-25
+sign 셵 6-34-25-13
+sign 셶 6-34-25-356
+sign 셷 6-34-35
+sign 셸 6-34-2
+sign 셹 6-34-2-1
+sign 셺 6-34-2-26
+sign 셻 6-34-2-12
+sign 셼 6-34-2-3
+sign 셽 6-34-2-236
+sign 셾 6-34-2-256
+sign 셿 6-34-2-356
+sign 솀 6-34-26
+sign 솁 6-34-12
+sign 솂 6-34-12-3
+sign 솃 6-34-3
+sign 솄 6-34-34
+sign 솅 6-34-2356
+sign 솆 6-34-13
+sign 솇 6-34-23
+sign 솈 6-34-235
+sign 솉 6-34-236
+sign 솊 6-34-256
+sign 솋 6-34-356
+sign 소 6-136
+sign 속 6-136-1
+sign 솎 6-136-1-1
+sign 솏 6-136-1-3
+sign 손 6-136-25
+sign 솑 6-136-25-13
+sign 솒 6-136-25-356
+sign 솓 6-136-35
+sign 솔 6-136-2
+sign 솕 6-136-2-1
+sign 솖 6-136-2-26
+sign 솗 6-136-2-12
+sign 솘 6-136-2-3
+sign 솙 6-136-2-236
+sign 솚 6-136-2-256
+sign 솛 6-136-2-356
+sign 솜 6-136-26
+sign 솝 6-136-12
+sign 솞 6-136-12-3
+sign 솟 6-136-3
+sign 솠 6-136-34
+sign 송 6-136-2356
+sign 솢 6-136-13
+sign 솣 6-136-23
+sign 솤 6-136-235
+sign 솥 6-136-236
+sign 솦 6-136-256
+sign 솧 6-136-356
+sign 솨 6-1236
+sign 솩 6-1236-1
+sign 솪 6-1236-1-1
+sign 솫 6-1236-1-3
+sign 솬 6-1236-25
+sign 솭 6-1236-25-13
+sign 솮 6-1236-25-356
+sign 솯 6-1236-35
+sign 솰 6-1236-2
+sign 솱 6-1236-2-1
+sign 솲 6-1236-2-26
+sign 솳 6-1236-2-12
+sign 솴 6-1236-2-3
+sign 솵 6-1236-2-236
+sign 솶 6-1236-2-256
+sign 솷 6-1236-2-356
+sign 솸 6-1236-26
+sign 솹 6-1236-12
+sign 솺 6-1236-12-3
+sign 솻 6-1236-3
+sign 솼 6-1236-34
+sign 솽 6-1236-2356
+sign 솾 6-1236-13
+sign 솿 6-1236-23
+sign 쇀 6-1236-235
+sign 쇁 6-1236-236
+sign 쇂 6-1236-256
+sign 쇃 6-1236-356
+sign 쇄 6-1236-1235
+sign 쇅 6-1236-1235-1
+sign 쇆 6-1236-1235-1-1
+sign 쇇 6-1236-1235-1-3
+sign 쇈 6-1236-1235-25
+sign 쇉 6-1236-1235-25-13
+sign 쇊 6-1236-1235-25-356
+sign 쇋 6-1236-1235-35
+sign 쇌 6-1236-1235-2
+sign 쇍 6-1236-1235-2-1
+sign 쇎 6-1236-1235-2-26
+sign 쇏 6-1236-1235-2-12
+sign 쇐 6-1236-1235-2-3
+sign 쇑 6-1236-1235-2-236
+sign 쇒 6-1236-1235-2-256
+sign 쇓 6-1236-1235-2-356
+sign 쇔 6-1236-1235-26
+sign 쇕 6-1236-1235-12
+sign 쇖 6-1236-1235-12-3
+sign 쇗 6-1236-1235-3
+sign 쇘 6-1236-1235-34
+sign 쇙 6-1236-1235-2356
+sign 쇚 6-1236-1235-13
+sign 쇛 6-1236-1235-23
+sign 쇜 6-1236-1235-235
+sign 쇝 6-1236-1235-236
+sign 쇞 6-1236-1235-256
+sign 쇟 6-1236-1235-356
+sign 쇠 6-13456
+sign 쇡 6-13456-1
+sign 쇢 6-13456-1-1
+sign 쇣 6-13456-1-3
+sign 쇤 6-13456-25
+sign 쇥 6-13456-25-13
+sign 쇦 6-13456-25-356
+sign 쇧 6-13456-35
+sign 쇨 6-13456-2
+sign 쇩 6-13456-2-1
+sign 쇪 6-13456-2-26
+sign 쇫 6-13456-2-12
+sign 쇬 6-13456-2-3
+sign 쇭 6-13456-2-236
+sign 쇮 6-13456-2-256
+sign 쇯 6-13456-2-356
+sign 쇰 6-13456-26
+sign 쇱 6-13456-12
+sign 쇲 6-13456-12-3
+sign 쇳 6-13456-3
+sign 쇴 6-13456-34
+sign 쇵 6-13456-2356
+sign 쇶 6-13456-13
+sign 쇷 6-13456-23
+sign 쇸 6-13456-235
+sign 쇹 6-13456-236
+sign 쇺 6-13456-256
+sign 쇻 6-13456-356
+sign 쇼 6-346
+sign 쇽 6-346-1
+sign 쇾 6-346-1-1
+sign 쇿 6-346-1-3
+sign 숀 6-346-25
+sign 숁 6-346-25-13
+sign 숂 6-346-25-356
+sign 숃 6-346-35
+sign 숄 6-346-2
+sign 숅 6-346-2-1
+sign 숆 6-346-2-26
+sign 숇 6-346-2-12
+sign 숈 6-346-2-3
+sign 숉 6-346-2-236
+sign 숊 6-346-2-256
+sign 숋 6-346-2-356
+sign 숌 6-346-26
+sign 숍 6-346-12
+sign 숎 6-346-12-3
+sign 숏 6-346-3
+sign 숐 6-346-34
+sign 숑 6-346-2356
+sign 숒 6-346-13
+sign 숓 6-346-23
+sign 숔 6-346-235
+sign 숕 6-346-236
+sign 숖 6-346-256
+sign 숗 6-346-356
+sign 수 6-134
+sign 숙 6-134-1
+sign 숚 6-134-1-1
+sign 숛 6-134-1-3
+sign 순 6-134-25
+sign 숝 6-134-25-13
+sign 숞 6-134-25-356
+sign 숟 6-134-35
+sign 술 6-134-2
+sign 숡 6-134-2-1
+sign 숢 6-134-2-26
+sign 숣 6-134-2-12
+sign 숤 6-134-2-3
+sign 숥 6-134-2-236
+sign 숦 6-134-2-256
+sign 숧 6-134-2-356
+sign 숨 6-134-26
+sign 숩 6-134-12
+sign 숪 6-134-12-3
+sign 숫 6-134-3
+sign 숬 6-134-34
+sign 숭 6-134-2356
+sign 숮 6-134-13
+sign 숯 6-134-23
+sign 숰 6-134-235
+sign 숱 6-134-236
+sign 숲 6-134-256
+sign 숳 6-134-356
+sign 숴 6-1234
+sign 숵 6-1234-1
+sign 숶 6-1234-1-1
+sign 숷 6-1234-1-3
+sign 숸 6-1234-25
+sign 숹 6-1234-25-13
+sign 숺 6-1234-25-356
+sign 숻 6-1234-35
+sign 숼 6-1234-2
+sign 숽 6-1234-2-1
+sign 숾 6-1234-2-26
+sign 숿 6-1234-2-12
+sign 쉀 6-1234-2-3
+sign 쉁 6-1234-2-236
+sign 쉂 6-1234-2-256
+sign 쉃 6-1234-2-356
+sign 쉄 6-1234-26
+sign 쉅 6-1234-12
+sign 쉆 6-1234-12-3
+sign 쉇 6-1234-3
+sign 쉈 6-1234-34
+sign 쉉 6-1234-2356
+sign 쉊 6-1234-13
+sign 쉋 6-1234-23
+sign 쉌 6-1234-235
+sign 쉍 6-1234-236
+sign 쉎 6-1234-256
+sign 쉏 6-1234-356
+sign 쉐 6-1234-1235
+sign 쉑 6-1234-1235-1
+sign 쉒 6-1234-1235-1-1
+sign 쉓 6-1234-1235-1-3
+sign 쉔 6-1234-1235-25
+sign 쉕 6-1234-1235-25-13
+sign 쉖 6-1234-1235-25-356
+sign 쉗 6-1234-1235-35
+sign 쉘 6-1234-1235-2
+sign 쉙 6-1234-1235-2-1
+sign 쉚 6-1234-1235-2-26
+sign 쉛 6-1234-1235-2-12
+sign 쉜 6-1234-1235-2-3
+sign 쉝 6-1234-1235-2-236
+sign 쉞 6-1234-1235-2-256
+sign 쉟 6-1234-1235-2-356
+sign 쉠 6-1234-1235-26
+sign 쉡 6-1234-1235-12
+sign 쉢 6-1234-1235-12-3
+sign 쉣 6-1234-1235-3
+sign 쉤 6-1234-1235-34
+sign 쉥 6-1234-1235-2356
+sign 쉦 6-1234-1235-13
+sign 쉧 6-1234-1235-23
+sign 쉨 6-1234-1235-235
+sign 쉩 6-1234-1235-236
+sign 쉪 6-1234-1235-256
+sign 쉫 6-1234-1235-356
+sign 쉬 6-134-1235
+sign 쉭 6-134-1235-1
+sign 쉮 6-134-1235-1-1
+sign 쉯 6-134-1235-1-3
+sign 쉰 6-134-1235-25
+sign 쉱 6-134-1235-25-13
+sign 쉲 6-134-1235-25-356
+sign 쉳 6-134-1235-35
+sign 쉴 6-134-1235-2
+sign 쉵 6-134-1235-2-1
+sign 쉶 6-134-1235-2-26
+sign 쉷 6-134-1235-2-12
+sign 쉸 6-134-1235-2-3
+sign 쉹 6-134-1235-2-236
+sign 쉺 6-134-1235-2-256
+sign 쉻 6-134-1235-2-356
+sign 쉼 6-134-1235-26
+sign 쉽 6-134-1235-12
+sign 쉾 6-134-1235-12-3
+sign 쉿 6-134-1235-3
+sign 슀 6-134-1235-34
+sign 슁 6-134-1235-2356
+sign 슂 6-134-1235-13
+sign 슃 6-134-1235-23
+sign 슄 6-134-1235-235
+sign 슅 6-134-1235-236
+sign 슆 6-134-1235-256
+sign 슇 6-134-1235-356
+sign 슈 6-146
+sign 슉 6-146-1
+sign 슊 6-146-1-1
+sign 슋 6-146-1-3
+sign 슌 6-146-25
+sign 슍 6-146-25-13
+sign 슎 6-146-25-356
+sign 슏 6-146-35
+sign 슐 6-146-2
+sign 슑 6-146-2-1
+sign 슒 6-146-2-26
+sign 슓 6-146-2-12
+sign 슔 6-146-2-3
+sign 슕 6-146-2-236
+sign 슖 6-146-2-256
+sign 슗 6-146-2-356
+sign 슘 6-146-26
+sign 슙 6-146-12
+sign 슚 6-146-12-3
+sign 슛 6-146-3
+sign 슜 6-146-34
+sign 슝 6-146-2356
+sign 슞 6-146-13
+sign 슟 6-146-23
+sign 슠 6-146-235
+sign 슡 6-146-236
+sign 슢 6-146-256
+sign 슣 6-146-356
+sign 스 6-246
+sign 슥 6-246-1
+sign 슦 6-246-1-1
+sign 슧 6-246-1-3
+sign 슨 6-246-25
+sign 슩 6-246-25-13
+sign 슪 6-246-25-356
+sign 슫 6-246-35
+sign 슬 6-246-2
+sign 슭 6-246-2-1
+sign 슮 6-246-2-26
+sign 슯 6-246-2-12
+sign 슰 6-246-2-3
+sign 슱 6-246-2-236
+sign 슲 6-246-2-256
+sign 슳 6-246-2-356
+sign 슴 6-246-26
+sign 습 6-246-12
+sign 슶 6-246-12-3
+sign 슷 6-246-3
+sign 슸 6-246-34
+sign 승 6-246-2356
+sign 슺 6-246-13
+sign 슻 6-246-23
+sign 슼 6-246-235
+sign 슽 6-246-236
+sign 슾 6-246-256
+sign 슿 6-246-356
+sign 싀 6-2456
+sign 싁 6-2456-1
+sign 싂 6-2456-1-1
+sign 싃 6-2456-1-3
+sign 싄 6-2456-25
+sign 싅 6-2456-25-13
+sign 싆 6-2456-25-356
+sign 싇 6-2456-35
+sign 싈 6-2456-2
+sign 싉 6-2456-2-1
+sign 싊 6-2456-2-26
+sign 싋 6-2456-2-12
+sign 싌 6-2456-2-3
+sign 싍 6-2456-2-236
+sign 싎 6-2456-2-256
+sign 싏 6-2456-2-356
+sign 싐 6-2456-26
+sign 싑 6-2456-12
+sign 싒 6-2456-12-3
+sign 싓 6-2456-3
+sign 싔 6-2456-34
+sign 싕 6-2456-2356
+sign 싖 6-2456-13
+sign 싗 6-2456-23
+sign 싘 6-2456-235
+sign 싙 6-2456-236
+sign 싚 6-2456-256
+sign 싛 6-2456-356
+sign 시 6-135
+sign 식 6-135-1
+sign 싞 6-135-1-1
+sign 싟 6-135-1-3
+sign 신 6-135-25
+sign 싡 6-135-25-13
+sign 싢 6-135-25-356
+sign 싣 6-135-35
+sign 실 6-135-2
+sign 싥 6-135-2-1
+sign 싦 6-135-2-26
+sign 싧 6-135-2-12
+sign 싨 6-135-2-3
+sign 싩 6-135-2-236
+sign 싪 6-135-2-256
+sign 싫 6-135-2-356
+sign 심 6-135-26
+sign 십 6-135-12
+sign 싮 6-135-12-3
+sign 싯 6-135-3
+sign 싰 6-135-34
+sign 싱 6-135-2356
+sign 싲 6-135-13
+sign 싳 6-135-23
+sign 싴 6-135-235
+sign 싵 6-135-236
+sign 싶 6-135-256
+sign 싷 6-135-356
+sign 싸 6-6-126
+sign 싹 6-6-126-1
+sign 싺 6-6-126-1-1
+sign 싻 6-6-126-1-3
+sign 싼 6-6-126-25
+sign 싽 6-6-126-25-13
+sign 싾 6-6-126-25-356
+sign 싿 6-6-126-35
+sign 쌀 6-6-126-2
+sign 쌁 6-6-126-2-1
+sign 쌂 6-6-126-2-26
+sign 쌃 6-6-126-2-12
+sign 쌄 6-6-126-2-3
+sign 쌅 6-6-126-2-236
+sign 쌆 6-6-126-2-256
+sign 쌇 6-6-126-2-356
+sign 쌈 6-6-126-26
+sign 쌉 6-6-126-12
+sign 쌊 6-6-126-12-3
+sign 쌋 6-6-126-3
+sign 쌌 6-6-126-34
+sign 쌍 6-6-126-2356
+sign 쌎 6-6-126-13
+sign 쌏 6-6-126-23
+sign 쌐 6-6-126-235
+sign 쌑 6-6-126-236
+sign 쌒 6-6-126-256
+sign 쌓 6-6-126-356
+sign 쌔 6-6-1235
+sign 쌕 6-6-1235-1
+sign 쌖 6-6-1235-1-1
+sign 쌗 6-6-1235-1-3
+sign 쌘 6-6-1235-25
+sign 쌙 6-6-1235-25-13
+sign 쌚 6-6-1235-25-356
+sign 쌛 6-6-1235-35
+sign 쌜 6-6-1235-2
+sign 쌝 6-6-1235-2-1
+sign 쌞 6-6-1235-2-26
+sign 쌟 6-6-1235-2-12
+sign 쌠 6-6-1235-2-3
+sign 쌡 6-6-1235-2-236
+sign 쌢 6-6-1235-2-256
+sign 쌣 6-6-1235-2-356
+sign 쌤 6-6-1235-26
+sign 쌥 6-6-1235-12
+sign 쌦 6-6-1235-12-3
+sign 쌧 6-6-1235-3
+sign 쌨 6-6-1235-34
+sign 쌩 6-6-1235-2356
+sign 쌪 6-6-1235-13
+sign 쌫 6-6-1235-23
+sign 쌬 6-6-1235-235
+sign 쌭 6-6-1235-236
+sign 쌮 6-6-1235-256
+sign 쌯 6-6-1235-356
+sign 쌰 6-6-345
+sign 쌱 6-6-345-1
+sign 쌲 6-6-345-1-1
+sign 쌳 6-6-345-1-3
+sign 쌴 6-6-345-25
+sign 쌵 6-6-345-25-13
+sign 쌶 6-6-345-25-356
+sign 쌷 6-6-345-35
+sign 쌸 6-6-345-2
+sign 쌹 6-6-345-2-1
+sign 쌺 6-6-345-2-26
+sign 쌻 6-6-345-2-12
+sign 쌼 6-6-345-2-3
+sign 쌽 6-6-345-2-236
+sign 쌾 6-6-345-2-256
+sign 쌿 6-6-345-2-356
+sign 썀 6-6-345-26
+sign 썁 6-6-345-12
+sign 썂 6-6-345-12-3
+sign 썃 6-6-345-3
+sign 썄 6-6-345-34
+sign 썅 6-6-345-2356
+sign 썆 6-6-345-13
+sign 썇 6-6-345-23
+sign 썈 6-6-345-235
+sign 썉 6-6-345-236
+sign 썊 6-6-345-256
+sign 썋 6-6-345-356
+sign 썌 6-6-345-1235
+sign 썍 6-6-345-1235-1
+sign 썎 6-6-345-1235-1-1
+sign 썏 6-6-345-1235-1-3
+sign 썐 6-6-345-1235-25
+sign 썑 6-6-345-1235-25-13
+sign 썒 6-6-345-1235-25-356
+sign 썓 6-6-345-1235-35
+sign 썔 6-6-345-1235-2
+sign 썕 6-6-345-1235-2-1
+sign 썖 6-6-345-1235-2-26
+sign 썗 6-6-345-1235-2-12
+sign 썘 6-6-345-1235-2-3
+sign 썙 6-6-345-1235-2-236
+sign 썚 6-6-345-1235-2-256
+sign 썛 6-6-345-1235-2-356
+sign 썜 6-6-345-1235-26
+sign 썝 6-6-345-1235-12
+sign 썞 6-6-345-1235-12-3
+sign 썟 6-6-345-1235-3
+sign 썠 6-6-345-1235-34
+sign 썡 6-6-345-1235-2356
+sign 썢 6-6-345-1235-13
+sign 썣 6-6-345-1235-23
+sign 썤 6-6-345-1235-235
+sign 썥 6-6-345-1235-236
+sign 썦 6-6-345-1235-256
+sign 썧 6-6-345-1235-356
+sign 써 6-6-234
+sign 썩 6-6-234-1
+sign 썪 6-6-234-1-1
+sign 썫 6-6-234-1-3
+sign 썬 6-6-234-25
+sign 썭 6-6-234-25-13
+sign 썮 6-6-234-25-356
+sign 썯 6-6-234-35
+sign 썰 6-6-234-2
+sign 썱 6-6-234-2-1
+sign 썲 6-6-234-2-26
+sign 썳 6-6-234-2-12
+sign 썴 6-6-234-2-3
+sign 썵 6-6-234-2-236
+sign 썶 6-6-234-2-256
+sign 썷 6-6-234-2-356
+sign 썸 6-6-234-26
+sign 썹 6-6-234-12
+sign 썺 6-6-234-12-3
+sign 썻 6-6-234-3
+sign 썼 6-6-234-34
+sign 썽 6-6-234-2356
+sign 썾 6-6-234-13
+sign 썿 6-6-234-23
+sign 쎀 6-6-234-235
+sign 쎁 6-6-234-236
+sign 쎂 6-6-234-256
+sign 쎃 6-6-234-356
+sign 쎄 6-6-1345
+sign 쎅 6-6-1345-1
+sign 쎆 6-6-1345-1-1
+sign 쎇 6-6-1345-1-3
+sign 쎈 6-6-1345-25
+sign 쎉 6-6-1345-25-13
+sign 쎊 6-6-1345-25-356
+sign 쎋 6-6-1345-35
+sign 쎌 6-6-1345-2
+sign 쎍 6-6-1345-2-1
+sign 쎎 6-6-1345-2-26
+sign 쎏 6-6-1345-2-12
+sign 쎐 6-6-1345-2-3
+sign 쎑 6-6-1345-2-236
+sign 쎒 6-6-1345-2-256
+sign 쎓 6-6-1345-2-356
+sign 쎔 6-6-1345-26
+sign 쎕 6-6-1345-12
+sign 쎖 6-6-1345-12-3
+sign 쎗 6-6-1345-3
+sign 쎘 6-6-1345-34
+sign 쎙 6-6-1345-2356
+sign 쎚 6-6-1345-13
+sign 쎛 6-6-1345-23
+sign 쎜 6-6-1345-235
+sign 쎝 6-6-1345-236
+sign 쎞 6-6-1345-256
+sign 쎟 6-6-1345-356
+sign 쎠 6-6-156
+sign 쎡 6-6-156-1
+sign 쎢 6-6-156-1-1
+sign 쎣 6-6-156-1-3
+sign 쎤 6-6-156-25
+sign 쎥 6-6-156-25-13
+sign 쎦 6-6-156-25-356
+sign 쎧 6-6-156-35
+sign 쎨 6-6-156-2
+sign 쎩 6-6-156-2-1
+sign 쎪 6-6-156-2-26
+sign 쎫 6-6-156-2-12
+sign 쎬 6-6-156-2-3
+sign 쎭 6-6-156-2-236
+sign 쎮 6-6-156-2-256
+sign 쎯 6-6-156-2-356
+sign 쎰 6-6-156-26
+sign 쎱 6-6-156-12
+sign 쎲 6-6-156-12-3
+sign 쎳 6-6-156-3
+sign 쎴 6-6-156-34
+sign 쎵 6-6-156-2356
+sign 쎶 6-6-156-13
+sign 쎷 6-6-156-23
+sign 쎸 6-6-156-235
+sign 쎹 6-6-156-236
+sign 쎺 6-6-156-256
+sign 쎻 6-6-156-356
+sign 쎼 6-6-34
+sign 쎽 6-6-34-1
+sign 쎾 6-6-34-1-1
+sign 쎿 6-6-34-1-3
+sign 쏀 6-6-34-25
+sign 쏁 6-6-34-25-13
+sign 쏂 6-6-34-25-356
+sign 쏃 6-6-34-35
+sign 쏄 6-6-34-2
+sign 쏅 6-6-34-2-1
+sign 쏆 6-6-34-2-26
+sign 쏇 6-6-34-2-12
+sign 쏈 6-6-34-2-3
+sign 쏉 6-6-34-2-236
+sign 쏊 6-6-34-2-256
+sign 쏋 6-6-34-2-356
+sign 쏌 6-6-34-26
+sign 쏍 6-6-34-12
+sign 쏎 6-6-34-12-3
+sign 쏏 6-6-34-3
+sign 쏐 6-6-34-34
+sign 쏑 6-6-34-2356
+sign 쏒 6-6-34-13
+sign 쏓 6-6-34-23
+sign 쏔 6-6-34-235
+sign 쏕 6-6-34-236
+sign 쏖 6-6-34-256
+sign 쏗 6-6-34-356
+sign 쏘 6-6-136
+sign 쏙 6-6-136-1
+sign 쏚 6-6-136-1-1
+sign 쏛 6-6-136-1-3
+sign 쏜 6-6-136-25
+sign 쏝 6-6-136-25-13
+sign 쏞 6-6-136-25-356
+sign 쏟 6-6-136-35
+sign 쏠 6-6-136-2
+sign 쏡 6-6-136-2-1
+sign 쏢 6-6-136-2-26
+sign 쏣 6-6-136-2-12
+sign 쏤 6-6-136-2-3
+sign 쏥 6-6-136-2-236
+sign 쏦 6-6-136-2-256
+sign 쏧 6-6-136-2-356
+sign 쏨 6-6-136-26
+sign 쏩 6-6-136-12
+sign 쏪 6-6-136-12-3
+sign 쏫 6-6-136-3
+sign 쏬 6-6-136-34
+sign 쏭 6-6-136-2356
+sign 쏮 6-6-136-13
+sign 쏯 6-6-136-23
+sign 쏰 6-6-136-235
+sign 쏱 6-6-136-236
+sign 쏲 6-6-136-256
+sign 쏳 6-6-136-356
+sign 쏴 6-6-1236
+sign 쏵 6-6-1236-1
+sign 쏶 6-6-1236-1-1
+sign 쏷 6-6-1236-1-3
+sign 쏸 6-6-1236-25
+sign 쏹 6-6-1236-25-13
+sign 쏺 6-6-1236-25-356
+sign 쏻 6-6-1236-35
+sign 쏼 6-6-1236-2
+sign 쏽 6-6-1236-2-1
+sign 쏾 6-6-1236-2-26
+sign 쏿 6-6-1236-2-12
+sign 쐀 6-6-1236-2-3
+sign 쐁 6-6-1236-2-236
+sign 쐂 6-6-1236-2-256
+sign 쐃 6-6-1236-2-356
+sign 쐄 6-6-1236-26
+sign 쐅 6-6-1236-12
+sign 쐆 6-6-1236-12-3
+sign 쐇 6-6-1236-3
+sign 쐈 6-6-1236-34
+sign 쐉 6-6-1236-2356
+sign 쐊 6-6-1236-13
+sign 쐋 6-6-1236-23
+sign 쐌 6-6-1236-235
+sign 쐍 6-6-1236-236
+sign 쐎 6-6-1236-256
+sign 쐏 6-6-1236-356
+sign 쐐 6-6-1236-1235
+sign 쐑 6-6-1236-1235-1
+sign 쐒 6-6-1236-1235-1-1
+sign 쐓 6-6-1236-1235-1-3
+sign 쐔 6-6-1236-1235-25
+sign 쐕 6-6-1236-1235-25-13
+sign 쐖 6-6-1236-1235-25-356
+sign 쐗 6-6-1236-1235-35
+sign 쐘 6-6-1236-1235-2
+sign 쐙 6-6-1236-1235-2-1
+sign 쐚 6-6-1236-1235-2-26
+sign 쐛 6-6-1236-1235-2-12
+sign 쐜 6-6-1236-1235-2-3
+sign 쐝 6-6-1236-1235-2-236
+sign 쐞 6-6-1236-1235-2-256
+sign 쐟 6-6-1236-1235-2-356
+sign 쐠 6-6-1236-1235-26
+sign 쐡 6-6-1236-1235-12
+sign 쐢 6-6-1236-1235-12-3
+sign 쐣 6-6-1236-1235-3
+sign 쐤 6-6-1236-1235-34
+sign 쐥 6-6-1236-1235-2356
+sign 쐦 6-6-1236-1235-13
+sign 쐧 6-6-1236-1235-23
+sign 쐨 6-6-1236-1235-235
+sign 쐩 6-6-1236-1235-236
+sign 쐪 6-6-1236-1235-256
+sign 쐫 6-6-1236-1235-356
+sign 쐬 6-6-13456
+sign 쐭 6-6-13456-1
+sign 쐮 6-6-13456-1-1
+sign 쐯 6-6-13456-1-3
+sign 쐰 6-6-13456-25
+sign 쐱 6-6-13456-25-13
+sign 쐲 6-6-13456-25-356
+sign 쐳 6-6-13456-35
+sign 쐴 6-6-13456-2
+sign 쐵 6-6-13456-2-1
+sign 쐶 6-6-13456-2-26
+sign 쐷 6-6-13456-2-12
+sign 쐸 6-6-13456-2-3
+sign 쐹 6-6-13456-2-236
+sign 쐺 6-6-13456-2-256
+sign 쐻 6-6-13456-2-356
+sign 쐼 6-6-13456-26
+sign 쐽 6-6-13456-12
+sign 쐾 6-6-13456-12-3
+sign 쐿 6-6-13456-3
+sign 쑀 6-6-13456-34
+sign 쑁 6-6-13456-2356
+sign 쑂 6-6-13456-13
+sign 쑃 6-6-13456-23
+sign 쑄 6-6-13456-235
+sign 쑅 6-6-13456-236
+sign 쑆 6-6-13456-256
+sign 쑇 6-6-13456-356
+sign 쑈 6-6-346
+sign 쑉 6-6-346-1
+sign 쑊 6-6-346-1-1
+sign 쑋 6-6-346-1-3
+sign 쑌 6-6-346-25
+sign 쑍 6-6-346-25-13
+sign 쑎 6-6-346-25-356
+sign 쑏 6-6-346-35
+sign 쑐 6-6-346-2
+sign 쑑 6-6-346-2-1
+sign 쑒 6-6-346-2-26
+sign 쑓 6-6-346-2-12
+sign 쑔 6-6-346-2-3
+sign 쑕 6-6-346-2-236
+sign 쑖 6-6-346-2-256
+sign 쑗 6-6-346-2-356
+sign 쑘 6-6-346-26
+sign 쑙 6-6-346-12
+sign 쑚 6-6-346-12-3
+sign 쑛 6-6-346-3
+sign 쑜 6-6-346-34
+sign 쑝 6-6-346-2356
+sign 쑞 6-6-346-13
+sign 쑟 6-6-346-23
+sign 쑠 6-6-346-235
+sign 쑡 6-6-346-236
+sign 쑢 6-6-346-256
+sign 쑣 6-6-346-356
+sign 쑤 6-6-134
+sign 쑥 6-6-134-1
+sign 쑦 6-6-134-1-1
+sign 쑧 6-6-134-1-3
+sign 쑨 6-6-134-25
+sign 쑩 6-6-134-25-13
+sign 쑪 6-6-134-25-356
+sign 쑫 6-6-134-35
+sign 쑬 6-6-134-2
+sign 쑭 6-6-134-2-1
+sign 쑮 6-6-134-2-26
+sign 쑯 6-6-134-2-12
+sign 쑰 6-6-134-2-3
+sign 쑱 6-6-134-2-236
+sign 쑲 6-6-134-2-256
+sign 쑳 6-6-134-2-356
+sign 쑴 6-6-134-26
+sign 쑵 6-6-134-12
+sign 쑶 6-6-134-12-3
+sign 쑷 6-6-134-3
+sign 쑸 6-6-134-34
+sign 쑹 6-6-134-2356
+sign 쑺 6-6-134-13
+sign 쑻 6-6-134-23
+sign 쑼 6-6-134-235
+sign 쑽 6-6-134-236
+sign 쑾 6-6-134-256
+sign 쑿 6-6-134-356
+sign 쒀 6-6-1234
+sign 쒁 6-6-1234-1
+sign 쒂 6-6-1234-1-1
+sign 쒃 6-6-1234-1-3
+sign 쒄 6-6-1234-25
+sign 쒅 6-6-1234-25-13
+sign 쒆 6-6-1234-25-356
+sign 쒇 6-6-1234-35
+sign 쒈 6-6-1234-2
+sign 쒉 6-6-1234-2-1
+sign 쒊 6-6-1234-2-26
+sign 쒋 6-6-1234-2-12
+sign 쒌 6-6-1234-2-3
+sign 쒍 6-6-1234-2-236
+sign 쒎 6-6-1234-2-256
+sign 쒏 6-6-1234-2-356
+sign 쒐 6-6-1234-26
+sign 쒑 6-6-1234-12
+sign 쒒 6-6-1234-12-3
+sign 쒓 6-6-1234-3
+sign 쒔 6-6-1234-34
+sign 쒕 6-6-1234-2356
+sign 쒖 6-6-1234-13
+sign 쒗 6-6-1234-23
+sign 쒘 6-6-1234-235
+sign 쒙 6-6-1234-236
+sign 쒚 6-6-1234-256
+sign 쒛 6-6-1234-356
+sign 쒜 6-6-1234-1235
+sign 쒝 6-6-1234-1235-1
+sign 쒞 6-6-1234-1235-1-1
+sign 쒟 6-6-1234-1235-1-3
+sign 쒠 6-6-1234-1235-25
+sign 쒡 6-6-1234-1235-25-13
+sign 쒢 6-6-1234-1235-25-356
+sign 쒣 6-6-1234-1235-35
+sign 쒤 6-6-1234-1235-2
+sign 쒥 6-6-1234-1235-2-1
+sign 쒦 6-6-1234-1235-2-26
+sign 쒧 6-6-1234-1235-2-12
+sign 쒨 6-6-1234-1235-2-3
+sign 쒩 6-6-1234-1235-2-236
+sign 쒪 6-6-1234-1235-2-256
+sign 쒫 6-6-1234-1235-2-356
+sign 쒬 6-6-1234-1235-26
+sign 쒭 6-6-1234-1235-12
+sign 쒮 6-6-1234-1235-12-3
+sign 쒯 6-6-1234-1235-3
+sign 쒰 6-6-1234-1235-34
+sign 쒱 6-6-1234-1235-2356
+sign 쒲 6-6-1234-1235-13
+sign 쒳 6-6-1234-1235-23
+sign 쒴 6-6-1234-1235-235
+sign 쒵 6-6-1234-1235-236
+sign 쒶 6-6-1234-1235-256
+sign 쒷 6-6-1234-1235-356
+sign 쒸 6-6-134-1235
+sign 쒹 6-6-134-1235-1
+sign 쒺 6-6-134-1235-1-1
+sign 쒻 6-6-134-1235-1-3
+sign 쒼 6-6-134-1235-25
+sign 쒽 6-6-134-1235-25-13
+sign 쒾 6-6-134-1235-25-356
+sign 쒿 6-6-134-1235-35
+sign 쓀 6-6-134-1235-2
+sign 쓁 6-6-134-1235-2-1
+sign 쓂 6-6-134-1235-2-26
+sign 쓃 6-6-134-1235-2-12
+sign 쓄 6-6-134-1235-2-3
+sign 쓅 6-6-134-1235-2-236
+sign 쓆 6-6-134-1235-2-256
+sign 쓇 6-6-134-1235-2-356
+sign 쓈 6-6-134-1235-26
+sign 쓉 6-6-134-1235-12
+sign 쓊 6-6-134-1235-12-3
+sign 쓋 6-6-134-1235-3
+sign 쓌 6-6-134-1235-34
+sign 쓍 6-6-134-1235-2356
+sign 쓎 6-6-134-1235-13
+sign 쓏 6-6-134-1235-23
+sign 쓐 6-6-134-1235-235
+sign 쓑 6-6-134-1235-236
+sign 쓒 6-6-134-1235-256
+sign 쓓 6-6-134-1235-356
+sign 쓔 6-6-146
+sign 쓕 6-6-146-1
+sign 쓖 6-6-146-1-1
+sign 쓗 6-6-146-1-3
+sign 쓘 6-6-146-25
+sign 쓙 6-6-146-25-13
+sign 쓚 6-6-146-25-356
+sign 쓛 6-6-146-35
+sign 쓜 6-6-146-2
+sign 쓝 6-6-146-2-1
+sign 쓞 6-6-146-2-26
+sign 쓟 6-6-146-2-12
+sign 쓠 6-6-146-2-3
+sign 쓡 6-6-146-2-236
+sign 쓢 6-6-146-2-256
+sign 쓣 6-6-146-2-356
+sign 쓤 6-6-146-26
+sign 쓥 6-6-146-12
+sign 쓦 6-6-146-12-3
+sign 쓧 6-6-146-3
+sign 쓨 6-6-146-34
+sign 쓩 6-6-146-2356
+sign 쓪 6-6-146-13
+sign 쓫 6-6-146-23
+sign 쓬 6-6-146-235
+sign 쓭 6-6-146-236
+sign 쓮 6-6-146-256
+sign 쓯 6-6-146-356
+sign 쓰 6-6-246
+sign 쓱 6-6-246-1
+sign 쓲 6-6-246-1-1
+sign 쓳 6-6-246-1-3
+sign 쓴 6-6-246-25
+sign 쓵 6-6-246-25-13
+sign 쓶 6-6-246-25-356
+sign 쓷 6-6-246-35
+sign 쓸 6-6-246-2
+sign 쓹 6-6-246-2-1
+sign 쓺 6-6-246-2-26
+sign 쓻 6-6-246-2-12
+sign 쓼 6-6-246-2-3
+sign 쓽 6-6-246-2-236
+sign 쓾 6-6-246-2-256
+sign 쓿 6-6-246-2-356
+sign 씀 6-6-246-26
+sign 씁 6-6-246-12
+sign 씂 6-6-246-12-3
+sign 씃 6-6-246-3
+sign 씄 6-6-246-34
+sign 씅 6-6-246-2356
+sign 씆 6-6-246-13
+sign 씇 6-6-246-23
+sign 씈 6-6-246-235
+sign 씉 6-6-246-236
+sign 씊 6-6-246-256
+sign 씋 6-6-246-356
+sign 씌 6-6-2456
+sign 씍 6-6-2456-1
+sign 씎 6-6-2456-1-1
+sign 씏 6-6-2456-1-3
+sign 씐 6-6-2456-25
+sign 씑 6-6-2456-25-13
+sign 씒 6-6-2456-25-356
+sign 씓 6-6-2456-35
+sign 씔 6-6-2456-2
+sign 씕 6-6-2456-2-1
+sign 씖 6-6-2456-2-26
+sign 씗 6-6-2456-2-12
+sign 씘 6-6-2456-2-3
+sign 씙 6-6-2456-2-236
+sign 씚 6-6-2456-2-256
+sign 씛 6-6-2456-2-356
+sign 씜 6-6-2456-26
+sign 씝 6-6-2456-12
+sign 씞 6-6-2456-12-3
+sign 씟 6-6-2456-3
+sign 씠 6-6-2456-34
+sign 씡 6-6-2456-2356
+sign 씢 6-6-2456-13
+sign 씣 6-6-2456-23
+sign 씤 6-6-2456-235
+sign 씥 6-6-2456-236
+sign 씦 6-6-2456-256
+sign 씧 6-6-2456-356
+sign 씨 6-6-135
+sign 씩 6-6-135-1
+sign 씪 6-6-135-1-1
+sign 씫 6-6-135-1-3
+sign 씬 6-6-135-25
+sign 씭 6-6-135-25-13
+sign 씮 6-6-135-25-356
+sign 씯 6-6-135-35
+sign 씰 6-6-135-2
+sign 씱 6-6-135-2-1
+sign 씲 6-6-135-2-26
+sign 씳 6-6-135-2-12
+sign 씴 6-6-135-2-3
+sign 씵 6-6-135-2-236
+sign 씶 6-6-135-2-256
+sign 씷 6-6-135-2-356
+sign 씸 6-6-135-26
+sign 씹 6-6-135-12
+sign 씺 6-6-135-12-3
+sign 씻 6-6-135-3
+sign 씼 6-6-135-34
+sign 씽 6-6-135-2356
+sign 씾 6-6-135-13
+sign 씿 6-6-135-23
+sign 앀 6-6-135-235
+sign 앁 6-6-135-236
+sign 앂 6-6-135-256
+sign 앃 6-6-135-356
+sign 아 126
+sign 악 126-1
+sign 앆 126-1-1
+sign 앇 126-1-3
+sign 안 126-25
+sign 앉 126-25-13
+sign 않 126-25-356
+sign 앋 126-35
+sign 알 126-2
+sign 앍 126-2-1
+sign 앎 126-2-26
+sign 앏 126-2-12
+sign 앐 126-2-3
+sign 앑 126-2-236
+sign 앒 126-2-256
+sign 앓 126-2-356
+sign 암 126-26
+sign 압 126-12
+sign 앖 126-12-3
+sign 앗 126-3
+sign 았 126-34
+sign 앙 126-2356
+sign 앚 126-13
+sign 앛 126-23
+sign 앜 126-235
+sign 앝 126-236
+sign 앞 126-256
+sign 앟 126-356
+sign 애 1235
+sign 액 1235-1
+sign 앢 1235-1-1
+sign 앣 1235-1-3
+sign 앤 1235-25
+sign 앥 1235-25-13
+sign 앦 1235-25-356
+sign 앧 1235-35
+sign 앨 1235-2
+sign 앩 1235-2-1
+sign 앪 1235-2-26
+sign 앫 1235-2-12
+sign 앬 1235-2-3
+sign 앭 1235-2-236
+sign 앮 1235-2-256
+sign 앯 1235-2-356
+sign 앰 1235-26
+sign 앱 1235-12
+sign 앲 1235-12-3
+sign 앳 1235-3
+sign 앴 1235-34
+sign 앵 1235-2356
+sign 앶 1235-13
+sign 앷 1235-23
+sign 앸 1235-235
+sign 앹 1235-236
+sign 앺 1235-256
+sign 앻 1235-356
+sign 야 345
+sign 약 345-1
+sign 앾 345-1-1
+sign 앿 345-1-3
+sign 얀 345-25
+sign 얁 345-25-13
+sign 얂 345-25-356
+sign 얃 345-35
+sign 얄 345-2
+sign 얅 345-2-1
+sign 얆 345-2-26
+sign 얇 345-2-12
+sign 얈 345-2-3
+sign 얉 345-2-236
+sign 얊 345-2-256
+sign 얋 345-2-356
+sign 얌 345-26
+sign 얍 345-12
+sign 얎 345-12-3
+sign 얏 345-3
+sign 얐 345-34
+sign 양 345-2356
+sign 얒 345-13
+sign 얓 345-23
+sign 얔 345-235
+sign 얕 345-236
+sign 얖 345-256
+sign 얗 345-356
+sign 얘 345-1235
+sign 얙 345-1235-1
+sign 얚 345-1235-1-1
+sign 얛 345-1235-1-3
+sign 얜 345-1235-25
+sign 얝 345-1235-25-13
+sign 얞 345-1235-25-356
+sign 얟 345-1235-35
+sign 얠 345-1235-2
+sign 얡 345-1235-2-1
+sign 얢 345-1235-2-26
+sign 얣 345-1235-2-12
+sign 얤 345-1235-2-3
+sign 얥 345-1235-2-236
+sign 얦 345-1235-2-256
+sign 얧 345-1235-2-356
+sign 얨 345-1235-26
+sign 얩 345-1235-12
+sign 얪 345-1235-12-3
+sign 얫 345-1235-3
+sign 얬 345-1235-34
+sign 얭 345-1235-2356
+sign 얮 345-1235-13
+sign 얯 345-1235-23
+sign 얰 345-1235-235
+sign 얱 345-1235-236
+sign 얲 345-1235-256
+sign 얳 345-1235-356
+sign 어 234
+sign 억 234-1
+sign 얶 234-1-1
+sign 얷 234-1-3
+sign 언 234-25
+sign 얹 234-25-13
+sign 얺 234-25-356
+sign 얻 234-35
+sign 얼 234-2
+sign 얽 234-2-1
+sign 얾 234-2-26
+sign 얿 234-2-12
+sign 엀 234-2-3
+sign 엁 234-2-236
+sign 엂 234-2-256
+sign 엃 234-2-356
+sign 엄 234-26
+sign 업 234-12
+sign 없 234-12-3
+sign 엇 234-3
+sign 었 234-34
+sign 엉 234-2356
+sign 엊 234-13
+sign 엋 234-23
+sign 엌 234-235
+sign 엍 234-236
+sign 엎 234-256
+sign 엏 234-356
+sign 에 1345
+sign 엑 1345-1
+sign 엒 1345-1-1
+sign 엓 1345-1-3
+sign 엔 1345-25
+sign 엕 1345-25-13
+sign 엖 1345-25-356
+sign 엗 1345-35
+sign 엘 1345-2
+sign 엙 1345-2-1
+sign 엚 1345-2-26
+sign 엛 1345-2-12
+sign 엜 1345-2-3
+sign 엝 1345-2-236
+sign 엞 1345-2-256
+sign 엟 1345-2-356
+sign 엠 1345-26
+sign 엡 1345-12
+sign 엢 1345-12-3
+sign 엣 1345-3
+sign 엤 1345-34
+sign 엥 1345-2356
+sign 엦 1345-13
+sign 엧 1345-23
+sign 엨 1345-235
+sign 엩 1345-236
+sign 엪 1345-256
+sign 엫 1345-356
+sign 여 156
+sign 역 156-1
+sign 엮 156-1-1
+sign 엯 156-1-3
+sign 연 156-25
+sign 엱 156-25-13
+sign 엲 156-25-356
+sign 엳 156-35
+sign 열 156-2
+sign 엵 156-2-1
+sign 엶 156-2-26
+sign 엷 156-2-12
+sign 엸 156-2-3
+sign 엹 156-2-236
+sign 엺 156-2-256
+sign 엻 156-2-356
+sign 염 156-26
+sign 엽 156-12
+sign 엾 156-12-3
+sign 엿 156-3
+sign 였 156-34
+sign 영 156-2356
+sign 옂 156-13
+sign 옃 156-23
+sign 옄 156-235
+sign 옅 156-236
+sign 옆 156-256
+sign 옇 156-356
+sign 예 34
+sign 옉 34-1
+sign 옊 34-1-1
+sign 옋 34-1-3
+sign 옌 34-25
+sign 옍 34-25-13
+sign 옎 34-25-356
+sign 옏 34-35
+sign 옐 34-2
+sign 옑 34-2-1
+sign 옒 34-2-26
+sign 옓 34-2-12
+sign 옔 34-2-3
+sign 옕 34-2-236
+sign 옖 34-2-256
+sign 옗 34-2-356
+sign 옘 34-26
+sign 옙 34-12
+sign 옚 34-12-3
+sign 옛 34-3
+sign 옜 34-34
+sign 옝 34-2356
+sign 옞 34-13
+sign 옟 34-23
+sign 옠 34-235
+sign 옡 34-236
+sign 옢 34-256
+sign 옣 34-356
+sign 오 136
+sign 옥 136-1
+sign 옦 136-1-1
+sign 옧 136-1-3
+sign 온 136-25
+sign 옩 136-25-13
+sign 옪 136-25-356
+sign 옫 136-35
+sign 올 136-2
+sign 옭 136-2-1
+sign 옮 136-2-26
+sign 옯 136-2-12
+sign 옰 136-2-3
+sign 옱 136-2-236
+sign 옲 136-2-256
+sign 옳 136-2-356
+sign 옴 136-26
+sign 옵 136-12
+sign 옶 136-12-3
+sign 옷 136-3
+sign 옸 136-34
+sign 옹 136-2356
+sign 옺 136-13
+sign 옻 136-23
+sign 옼 136-235
+sign 옽 136-236
+sign 옾 136-256
+sign 옿 136-356
+sign 와 1236
+sign 왁 1236-1
+sign 왂 1236-1-1
+sign 왃 1236-1-3
+sign 완 1236-25
+sign 왅 1236-25-13
+sign 왆 1236-25-356
+sign 왇 1236-35
+sign 왈 1236-2
+sign 왉 1236-2-1
+sign 왊 1236-2-26
+sign 왋 1236-2-12
+sign 왌 1236-2-3
+sign 왍 1236-2-236
+sign 왎 1236-2-256
+sign 왏 1236-2-356
+sign 왐 1236-26
+sign 왑 1236-12
+sign 왒 1236-12-3
+sign 왓 1236-3
+sign 왔 1236-34
+sign 왕 1236-2356
+sign 왖 1236-13
+sign 왗 1236-23
+sign 왘 1236-235
+sign 왙 1236-236
+sign 왚 1236-256
+sign 왛 1236-356
+sign 왜 1236-1235
+sign 왝 1236-1235-1
+sign 왞 1236-1235-1-1
+sign 왟 1236-1235-1-3
+sign 왠 1236-1235-25
+sign 왡 1236-1235-25-13
+sign 왢 1236-1235-25-356
+sign 왣 1236-1235-35
+sign 왤 1236-1235-2
+sign 왥 1236-1235-2-1
+sign 왦 1236-1235-2-26
+sign 왧 1236-1235-2-12
+sign 왨 1236-1235-2-3
+sign 왩 1236-1235-2-236
+sign 왪 1236-1235-2-256
+sign 왫 1236-1235-2-356
+sign 왬 1236-1235-26
+sign 왭 1236-1235-12
+sign 왮 1236-1235-12-3
+sign 왯 1236-1235-3
+sign 왰 1236-1235-34
+sign 왱 1236-1235-2356
+sign 왲 1236-1235-13
+sign 왳 1236-1235-23
+sign 왴 1236-1235-235
+sign 왵 1236-1235-236
+sign 왶 1236-1235-256
+sign 왷 1236-1235-356
+sign 외 13456
+sign 왹 13456-1
+sign 왺 13456-1-1
+sign 왻 13456-1-3
+sign 왼 13456-25
+sign 왽 13456-25-13
+sign 왾 13456-25-356
+sign 왿 13456-35
+sign 욀 13456-2
+sign 욁 13456-2-1
+sign 욂 13456-2-26
+sign 욃 13456-2-12
+sign 욄 13456-2-3
+sign 욅 13456-2-236
+sign 욆 13456-2-256
+sign 욇 13456-2-356
+sign 욈 13456-26
+sign 욉 13456-12
+sign 욊 13456-12-3
+sign 욋 13456-3
+sign 욌 13456-34
+sign 욍 13456-2356
+sign 욎 13456-13
+sign 욏 13456-23
+sign 욐 13456-235
+sign 욑 13456-236
+sign 욒 13456-256
+sign 욓 13456-356
+sign 요 346
+sign 욕 346-1
+sign 욖 346-1-1
+sign 욗 346-1-3
+sign 욘 346-25
+sign 욙 346-25-13
+sign 욚 346-25-356
+sign 욛 346-35
+sign 욜 346-2
+sign 욝 346-2-1
+sign 욞 346-2-26
+sign 욟 346-2-12
+sign 욠 346-2-3
+sign 욡 346-2-236
+sign 욢 346-2-256
+sign 욣 346-2-356
+sign 욤 346-26
+sign 욥 346-12
+sign 욦 346-12-3
+sign 욧 346-3
+sign 욨 346-34
+sign 용 346-2356
+sign 욪 346-13
+sign 욫 346-23
+sign 욬 346-235
+sign 욭 346-236
+sign 욮 346-256
+sign 욯 346-356
+sign 우 134
+sign 욱 134-1
+sign 욲 134-1-1
+sign 욳 134-1-3
+sign 운 134-25
+sign 욵 134-25-13
+sign 욶 134-25-356
+sign 욷 134-35
+sign 울 134-2
+sign 욹 134-2-1
+sign 욺 134-2-26
+sign 욻 134-2-12
+sign 욼 134-2-3
+sign 욽 134-2-236
+sign 욾 134-2-256
+sign 욿 134-2-356
+sign 움 134-26
+sign 웁 134-12
+sign 웂 134-12-3
+sign 웃 134-3
+sign 웄 134-34
+sign 웅 134-2356
+sign 웆 134-13
+sign 웇 134-23
+sign 웈 134-235
+sign 웉 134-236
+sign 웊 134-256
+sign 웋 134-356
+sign 워 1234
+sign 웍 1234-1
+sign 웎 1234-1-1
+sign 웏 1234-1-3
+sign 원 1234-25
+sign 웑 1234-25-13
+sign 웒 1234-25-356
+sign 웓 1234-35
+sign 월 1234-2
+sign 웕 1234-2-1
+sign 웖 1234-2-26
+sign 웗 1234-2-12
+sign 웘 1234-2-3
+sign 웙 1234-2-236
+sign 웚 1234-2-256
+sign 웛 1234-2-356
+sign 웜 1234-26
+sign 웝 1234-12
+sign 웞 1234-12-3
+sign 웟 1234-3
+sign 웠 1234-34
+sign 웡 1234-2356
+sign 웢 1234-13
+sign 웣 1234-23
+sign 웤 1234-235
+sign 웥 1234-236
+sign 웦 1234-256
+sign 웧 1234-356
+sign 웨 1234-1235
+sign 웩 1234-1235-1
+sign 웪 1234-1235-1-1
+sign 웫 1234-1235-1-3
+sign 웬 1234-1235-25
+sign 웭 1234-1235-25-13
+sign 웮 1234-1235-25-356
+sign 웯 1234-1235-35
+sign 웰 1234-1235-2
+sign 웱 1234-1235-2-1
+sign 웲 1234-1235-2-26
+sign 웳 1234-1235-2-12
+sign 웴 1234-1235-2-3
+sign 웵 1234-1235-2-236
+sign 웶 1234-1235-2-256
+sign 웷 1234-1235-2-356
+sign 웸 1234-1235-26
+sign 웹 1234-1235-12
+sign 웺 1234-1235-12-3
+sign 웻 1234-1235-3
+sign 웼 1234-1235-34
+sign 웽 1234-1235-2356
+sign 웾 1234-1235-13
+sign 웿 1234-1235-23
+sign 윀 1234-1235-235
+sign 윁 1234-1235-236
+sign 윂 1234-1235-256
+sign 윃 1234-1235-356
+sign 위 134-1235
+sign 윅 134-1235-1
+sign 윆 134-1235-1-1
+sign 윇 134-1235-1-3
+sign 윈 134-1235-25
+sign 윉 134-1235-25-13
+sign 윊 134-1235-25-356
+sign 윋 134-1235-35
+sign 윌 134-1235-2
+sign 윍 134-1235-2-1
+sign 윎 134-1235-2-26
+sign 윏 134-1235-2-12
+sign 윐 134-1235-2-3
+sign 윑 134-1235-2-236
+sign 윒 134-1235-2-256
+sign 윓 134-1235-2-356
+sign 윔 134-1235-26
+sign 윕 134-1235-12
+sign 윖 134-1235-12-3
+sign 윗 134-1235-3
+sign 윘 134-1235-34
+sign 윙 134-1235-2356
+sign 윚 134-1235-13
+sign 윛 134-1235-23
+sign 윜 134-1235-235
+sign 윝 134-1235-236
+sign 윞 134-1235-256
+sign 윟 134-1235-356
+sign 유 146
+sign 육 146-1
+sign 윢 146-1-1
+sign 윣 146-1-3
+sign 윤 146-25
+sign 윥 146-25-13
+sign 윦 146-25-356
+sign 윧 146-35
+sign 율 146-2
+sign 윩 146-2-1
+sign 윪 146-2-26
+sign 윫 146-2-12
+sign 윬 146-2-3
+sign 윭 146-2-236
+sign 윮 146-2-256
+sign 윯 146-2-356
+sign 윰 146-26
+sign 윱 146-12
+sign 윲 146-12-3
+sign 윳 146-3
+sign 윴 146-34
+sign 융 146-2356
+sign 윶 146-13
+sign 윷 146-23
+sign 윸 146-235
+sign 윹 146-236
+sign 윺 146-256
+sign 윻 146-356
+sign 으 246
+sign 윽 246-1
+sign 윾 246-1-1
+sign 윿 246-1-3
+sign 은 246-25
+sign 읁 246-25-13
+sign 읂 246-25-356
+sign 읃 246-35
+sign 을 246-2
+sign 읅 246-2-1
+sign 읆 246-2-26
+sign 읇 246-2-12
+sign 읈 246-2-3
+sign 읉 246-2-236
+sign 읊 246-2-256
+sign 읋 246-2-356
+sign 음 246-26
+sign 읍 246-12
+sign 읎 246-12-3
+sign 읏 246-3
+sign 읐 246-34
+sign 응 246-2356
+sign 읒 246-13
+sign 읓 246-23
+sign 읔 246-235
+sign 읕 246-236
+sign 읖 246-256
+sign 읗 246-356
+sign 의 2456
+sign 읙 2456-1
+sign 읚 2456-1-1
+sign 읛 2456-1-3
+sign 읜 2456-25
+sign 읝 2456-25-13
+sign 읞 2456-25-356
+sign 읟 2456-35
+sign 읠 2456-2
+sign 읡 2456-2-1
+sign 읢 2456-2-26
+sign 읣 2456-2-12
+sign 읤 2456-2-3
+sign 읥 2456-2-236
+sign 읦 2456-2-256
+sign 읧 2456-2-356
+sign 읨 2456-26
+sign 읩 2456-12
+sign 읪 2456-12-3
+sign 읫 2456-3
+sign 읬 2456-34
+sign 읭 2456-2356
+sign 읮 2456-13
+sign 읯 2456-23
+sign 읰 2456-235
+sign 읱 2456-236
+sign 읲 2456-256
+sign 읳 2456-356
+sign 이 135
+sign 익 135-1
+sign 읶 135-1-1
+sign 읷 135-1-3
+sign 인 135-25
+sign 읹 135-25-13
+sign 읺 135-25-356
+sign 읻 135-35
+sign 일 135-2
+sign 읽 135-2-1
+sign 읾 135-2-26
+sign 읿 135-2-12
+sign 잀 135-2-3
+sign 잁 135-2-236
+sign 잂 135-2-256
+sign 잃 135-2-356
+sign 임 135-26
+sign 입 135-12
+sign 잆 135-12-3
+sign 잇 135-3
+sign 있 135-34
+sign 잉 135-2356
+sign 잊 135-13
+sign 잋 135-23
+sign 잌 135-235
+sign 잍 135-236
+sign 잎 135-256
+sign 잏 135-356
+sign 자 46-126
+sign 작 46-126-1
+sign 잒 46-126-1-1
+sign 잓 46-126-1-3
+sign 잔 46-126-25
+sign 잕 46-126-25-13
+sign 잖 46-126-25-356
+sign 잗 46-126-35
+sign 잘 46-126-2
+sign 잙 46-126-2-1
+sign 잚 46-126-2-26
+sign 잛 46-126-2-12
+sign 잜 46-126-2-3
+sign 잝 46-126-2-236
+sign 잞 46-126-2-256
+sign 잟 46-126-2-356
+sign 잠 46-126-26
+sign 잡 46-126-12
+sign 잢 46-126-12-3
+sign 잣 46-126-3
+sign 잤 46-126-34
+sign 장 46-126-2356
+sign 잦 46-126-13
+sign 잧 46-126-23
+sign 잨 46-126-235
+sign 잩 46-126-236
+sign 잪 46-126-256
+sign 잫 46-126-356
+sign 재 46-1235
+sign 잭 46-1235-1
+sign 잮 46-1235-1-1
+sign 잯 46-1235-1-3
+sign 잰 46-1235-25
+sign 잱 46-1235-25-13
+sign 잲 46-1235-25-356
+sign 잳 46-1235-35
+sign 잴 46-1235-2
+sign 잵 46-1235-2-1
+sign 잶 46-1235-2-26
+sign 잷 46-1235-2-12
+sign 잸 46-1235-2-3
+sign 잹 46-1235-2-236
+sign 잺 46-1235-2-256
+sign 잻 46-1235-2-356
+sign 잼 46-1235-26
+sign 잽 46-1235-12
+sign 잾 46-1235-12-3
+sign 잿 46-1235-3
+sign 쟀 46-1235-34
+sign 쟁 46-1235-2356
+sign 쟂 46-1235-13
+sign 쟃 46-1235-23
+sign 쟄 46-1235-235
+sign 쟅 46-1235-236
+sign 쟆 46-1235-256
+sign 쟇 46-1235-356
+sign 쟈 46-345
+sign 쟉 46-345-1
+sign 쟊 46-345-1-1
+sign 쟋 46-345-1-3
+sign 쟌 46-345-25
+sign 쟍 46-345-25-13
+sign 쟎 46-345-25-356
+sign 쟏 46-345-35
+sign 쟐 46-345-2
+sign 쟑 46-345-2-1
+sign 쟒 46-345-2-26
+sign 쟓 46-345-2-12
+sign 쟔 46-345-2-3
+sign 쟕 46-345-2-236
+sign 쟖 46-345-2-256
+sign 쟗 46-345-2-356
+sign 쟘 46-345-26
+sign 쟙 46-345-12
+sign 쟚 46-345-12-3
+sign 쟛 46-345-3
+sign 쟜 46-345-34
+sign 쟝 46-345-2356
+sign 쟞 46-345-13
+sign 쟟 46-345-23
+sign 쟠 46-345-235
+sign 쟡 46-345-236
+sign 쟢 46-345-256
+sign 쟣 46-345-356
+sign 쟤 46-345-1235
+sign 쟥 46-345-1235-1
+sign 쟦 46-345-1235-1-1
+sign 쟧 46-345-1235-1-3
+sign 쟨 46-345-1235-25
+sign 쟩 46-345-1235-25-13
+sign 쟪 46-345-1235-25-356
+sign 쟫 46-345-1235-35
+sign 쟬 46-345-1235-2
+sign 쟭 46-345-1235-2-1
+sign 쟮 46-345-1235-2-26
+sign 쟯 46-345-1235-2-12
+sign 쟰 46-345-1235-2-3
+sign 쟱 46-345-1235-2-236
+sign 쟲 46-345-1235-2-256
+sign 쟳 46-345-1235-2-356
+sign 쟴 46-345-1235-26
+sign 쟵 46-345-1235-12
+sign 쟶 46-345-1235-12-3
+sign 쟷 46-345-1235-3
+sign 쟸 46-345-1235-34
+sign 쟹 46-345-1235-2356
+sign 쟺 46-345-1235-13
+sign 쟻 46-345-1235-23
+sign 쟼 46-345-1235-235
+sign 쟽 46-345-1235-236
+sign 쟾 46-345-1235-256
+sign 쟿 46-345-1235-356
+sign 저 46-234
+sign 적 46-234-1
+sign 젂 46-234-1-1
+sign 젃 46-234-1-3
+sign 전 46-234-25
+sign 젅 46-234-25-13
+sign 젆 46-234-25-356
+sign 젇 46-234-35
+sign 절 46-234-2
+sign 젉 46-234-2-1
+sign 젊 46-234-2-26
+sign 젋 46-234-2-12
+sign 젌 46-234-2-3
+sign 젍 46-234-2-236
+sign 젎 46-234-2-256
+sign 젏 46-234-2-356
+sign 점 46-234-26
+sign 접 46-234-12
+sign 젒 46-234-12-3
+sign 젓 46-234-3
+sign 젔 46-234-34
+sign 정 46-234-2356
+sign 젖 46-234-13
+sign 젗 46-234-23
+sign 젘 46-234-235
+sign 젙 46-234-236
+sign 젚 46-234-256
+sign 젛 46-234-356
+sign 제 46-1345
+sign 젝 46-1345-1
+sign 젞 46-1345-1-1
+sign 젟 46-1345-1-3
+sign 젠 46-1345-25
+sign 젡 46-1345-25-13
+sign 젢 46-1345-25-356
+sign 젣 46-1345-35
+sign 젤 46-1345-2
+sign 젥 46-1345-2-1
+sign 젦 46-1345-2-26
+sign 젧 46-1345-2-12
+sign 젨 46-1345-2-3
+sign 젩 46-1345-2-236
+sign 젪 46-1345-2-256
+sign 젫 46-1345-2-356
+sign 젬 46-1345-26
+sign 젭 46-1345-12
+sign 젮 46-1345-12-3
+sign 젯 46-1345-3
+sign 젰 46-1345-34
+sign 젱 46-1345-2356
+sign 젲 46-1345-13
+sign 젳 46-1345-23
+sign 젴 46-1345-235
+sign 젵 46-1345-236
+sign 젶 46-1345-256
+sign 젷 46-1345-356
+sign 져 46-156
+sign 젹 46-156-1
+sign 젺 46-156-1-1
+sign 젻 46-156-1-3
+sign 젼 46-156-25
+sign 젽 46-156-25-13
+sign 젾 46-156-25-356
+sign 젿 46-156-35
+sign 졀 46-156-2
+sign 졁 46-156-2-1
+sign 졂 46-156-2-26
+sign 졃 46-156-2-12
+sign 졄 46-156-2-3
+sign 졅 46-156-2-236
+sign 졆 46-156-2-256
+sign 졇 46-156-2-356
+sign 졈 46-156-26
+sign 졉 46-156-12
+sign 졊 46-156-12-3
+sign 졋 46-156-3
+sign 졌 46-156-34
+sign 졍 46-156-2356
+sign 졎 46-156-13
+sign 졏 46-156-23
+sign 졐 46-156-235
+sign 졑 46-156-236
+sign 졒 46-156-256
+sign 졓 46-156-356
+sign 졔 46-34
+sign 졕 46-34-1
+sign 졖 46-34-1-1
+sign 졗 46-34-1-3
+sign 졘 46-34-25
+sign 졙 46-34-25-13
+sign 졚 46-34-25-356
+sign 졛 46-34-35
+sign 졜 46-34-2
+sign 졝 46-34-2-1
+sign 졞 46-34-2-26
+sign 졟 46-34-2-12
+sign 졠 46-34-2-3
+sign 졡 46-34-2-236
+sign 졢 46-34-2-256
+sign 졣 46-34-2-356
+sign 졤 46-34-26
+sign 졥 46-34-12
+sign 졦 46-34-12-3
+sign 졧 46-34-3
+sign 졨 46-34-34
+sign 졩 46-34-2356
+sign 졪 46-34-13
+sign 졫 46-34-23
+sign 졬 46-34-235
+sign 졭 46-34-236
+sign 졮 46-34-256
+sign 졯 46-34-356
+sign 조 46-136
+sign 족 46-136-1
+sign 졲 46-136-1-1
+sign 졳 46-136-1-3
+sign 존 46-136-25
+sign 졵 46-136-25-13
+sign 졶 46-136-25-356
+sign 졷 46-136-35
+sign 졸 46-136-2
+sign 졹 46-136-2-1
+sign 졺 46-136-2-26
+sign 졻 46-136-2-12
+sign 졼 46-136-2-3
+sign 졽 46-136-2-236
+sign 졾 46-136-2-256
+sign 졿 46-136-2-356
+sign 좀 46-136-26
+sign 좁 46-136-12
+sign 좂 46-136-12-3
+sign 좃 46-136-3
+sign 좄 46-136-34
+sign 종 46-136-2356
+sign 좆 46-136-13
+sign 좇 46-136-23
+sign 좈 46-136-235
+sign 좉 46-136-236
+sign 좊 46-136-256
+sign 좋 46-136-356
+sign 좌 46-1236
+sign 좍 46-1236-1
+sign 좎 46-1236-1-1
+sign 좏 46-1236-1-3
+sign 좐 46-1236-25
+sign 좑 46-1236-25-13
+sign 좒 46-1236-25-356
+sign 좓 46-1236-35
+sign 좔 46-1236-2
+sign 좕 46-1236-2-1
+sign 좖 46-1236-2-26
+sign 좗 46-1236-2-12
+sign 좘 46-1236-2-3
+sign 좙 46-1236-2-236
+sign 좚 46-1236-2-256
+sign 좛 46-1236-2-356
+sign 좜 46-1236-26
+sign 좝 46-1236-12
+sign 좞 46-1236-12-3
+sign 좟 46-1236-3
+sign 좠 46-1236-34
+sign 좡 46-1236-2356
+sign 좢 46-1236-13
+sign 좣 46-1236-23
+sign 좤 46-1236-235
+sign 좥 46-1236-236
+sign 좦 46-1236-256
+sign 좧 46-1236-356
+sign 좨 46-1236-1235
+sign 좩 46-1236-1235-1
+sign 좪 46-1236-1235-1-1
+sign 좫 46-1236-1235-1-3
+sign 좬 46-1236-1235-25
+sign 좭 46-1236-1235-25-13
+sign 좮 46-1236-1235-25-356
+sign 좯 46-1236-1235-35
+sign 좰 46-1236-1235-2
+sign 좱 46-1236-1235-2-1
+sign 좲 46-1236-1235-2-26
+sign 좳 46-1236-1235-2-12
+sign 좴 46-1236-1235-2-3
+sign 좵 46-1236-1235-2-236
+sign 좶 46-1236-1235-2-256
+sign 좷 46-1236-1235-2-356
+sign 좸 46-1236-1235-26
+sign 좹 46-1236-1235-12
+sign 좺 46-1236-1235-12-3
+sign 좻 46-1236-1235-3
+sign 좼 46-1236-1235-34
+sign 좽 46-1236-1235-2356
+sign 좾 46-1236-1235-13
+sign 좿 46-1236-1235-23
+sign 죀 46-1236-1235-235
+sign 죁 46-1236-1235-236
+sign 죂 46-1236-1235-256
+sign 죃 46-1236-1235-356
+sign 죄 46-13456
+sign 죅 46-13456-1
+sign 죆 46-13456-1-1
+sign 죇 46-13456-1-3
+sign 죈 46-13456-25
+sign 죉 46-13456-25-13
+sign 죊 46-13456-25-356
+sign 죋 46-13456-35
+sign 죌 46-13456-2
+sign 죍 46-13456-2-1
+sign 죎 46-13456-2-26
+sign 죏 46-13456-2-12
+sign 죐 46-13456-2-3
+sign 죑 46-13456-2-236
+sign 죒 46-13456-2-256
+sign 죓 46-13456-2-356
+sign 죔 46-13456-26
+sign 죕 46-13456-12
+sign 죖 46-13456-12-3
+sign 죗 46-13456-3
+sign 죘 46-13456-34
+sign 죙 46-13456-2356
+sign 죚 46-13456-13
+sign 죛 46-13456-23
+sign 죜 46-13456-235
+sign 죝 46-13456-236
+sign 죞 46-13456-256
+sign 죟 46-13456-356
+sign 죠 46-346
+sign 죡 46-346-1
+sign 죢 46-346-1-1
+sign 죣 46-346-1-3
+sign 죤 46-346-25
+sign 죥 46-346-25-13
+sign 죦 46-346-25-356
+sign 죧 46-346-35
+sign 죨 46-346-2
+sign 죩 46-346-2-1
+sign 죪 46-346-2-26
+sign 죫 46-346-2-12
+sign 죬 46-346-2-3
+sign 죭 46-346-2-236
+sign 죮 46-346-2-256
+sign 죯 46-346-2-356
+sign 죰 46-346-26
+sign 죱 46-346-12
+sign 죲 46-346-12-3
+sign 죳 46-346-3
+sign 죴 46-346-34
+sign 죵 46-346-2356
+sign 죶 46-346-13
+sign 죷 46-346-23
+sign 죸 46-346-235
+sign 죹 46-346-236
+sign 죺 46-346-256
+sign 죻 46-346-356
+sign 주 46-134
+sign 죽 46-134-1
+sign 죾 46-134-1-1
+sign 죿 46-134-1-3
+sign 준 46-134-25
+sign 줁 46-134-25-13
+sign 줂 46-134-25-356
+sign 줃 46-134-35
+sign 줄 46-134-2
+sign 줅 46-134-2-1
+sign 줆 46-134-2-26
+sign 줇 46-134-2-12
+sign 줈 46-134-2-3
+sign 줉 46-134-2-236
+sign 줊 46-134-2-256
+sign 줋 46-134-2-356
+sign 줌 46-134-26
+sign 줍 46-134-12
+sign 줎 46-134-12-3
+sign 줏 46-134-3
+sign 줐 46-134-34
+sign 중 46-134-2356
+sign 줒 46-134-13
+sign 줓 46-134-23
+sign 줔 46-134-235
+sign 줕 46-134-236
+sign 줖 46-134-256
+sign 줗 46-134-356
+sign 줘 46-1234
+sign 줙 46-1234-1
+sign 줚 46-1234-1-1
+sign 줛 46-1234-1-3
+sign 줜 46-1234-25
+sign 줝 46-1234-25-13
+sign 줞 46-1234-25-356
+sign 줟 46-1234-35
+sign 줠 46-1234-2
+sign 줡 46-1234-2-1
+sign 줢 46-1234-2-26
+sign 줣 46-1234-2-12
+sign 줤 46-1234-2-3
+sign 줥 46-1234-2-236
+sign 줦 46-1234-2-256
+sign 줧 46-1234-2-356
+sign 줨 46-1234-26
+sign 줩 46-1234-12
+sign 줪 46-1234-12-3
+sign 줫 46-1234-3
+sign 줬 46-1234-34
+sign 줭 46-1234-2356
+sign 줮 46-1234-13
+sign 줯 46-1234-23
+sign 줰 46-1234-235
+sign 줱 46-1234-236
+sign 줲 46-1234-256
+sign 줳 46-1234-356
+sign 줴 46-1234-1235
+sign 줵 46-1234-1235-1
+sign 줶 46-1234-1235-1-1
+sign 줷 46-1234-1235-1-3
+sign 줸 46-1234-1235-25
+sign 줹 46-1234-1235-25-13
+sign 줺 46-1234-1235-25-356
+sign 줻 46-1234-1235-35
+sign 줼 46-1234-1235-2
+sign 줽 46-1234-1235-2-1
+sign 줾 46-1234-1235-2-26
+sign 줿 46-1234-1235-2-12
+sign 쥀 46-1234-1235-2-3
+sign 쥁 46-1234-1235-2-236
+sign 쥂 46-1234-1235-2-256
+sign 쥃 46-1234-1235-2-356
+sign 쥄 46-1234-1235-26
+sign 쥅 46-1234-1235-12
+sign 쥆 46-1234-1235-12-3
+sign 쥇 46-1234-1235-3
+sign 쥈 46-1234-1235-34
+sign 쥉 46-1234-1235-2356
+sign 쥊 46-1234-1235-13
+sign 쥋 46-1234-1235-23
+sign 쥌 46-1234-1235-235
+sign 쥍 46-1234-1235-236
+sign 쥎 46-1234-1235-256
+sign 쥏 46-1234-1235-356
+sign 쥐 46-134-1235
+sign 쥑 46-134-1235-1
+sign 쥒 46-134-1235-1-1
+sign 쥓 46-134-1235-1-3
+sign 쥔 46-134-1235-25
+sign 쥕 46-134-1235-25-13
+sign 쥖 46-134-1235-25-356
+sign 쥗 46-134-1235-35
+sign 쥘 46-134-1235-2
+sign 쥙 46-134-1235-2-1
+sign 쥚 46-134-1235-2-26
+sign 쥛 46-134-1235-2-12
+sign 쥜 46-134-1235-2-3
+sign 쥝 46-134-1235-2-236
+sign 쥞 46-134-1235-2-256
+sign 쥟 46-134-1235-2-356
+sign 쥠 46-134-1235-26
+sign 쥡 46-134-1235-12
+sign 쥢 46-134-1235-12-3
+sign 쥣 46-134-1235-3
+sign 쥤 46-134-1235-34
+sign 쥥 46-134-1235-2356
+sign 쥦 46-134-1235-13
+sign 쥧 46-134-1235-23
+sign 쥨 46-134-1235-235
+sign 쥩 46-134-1235-236
+sign 쥪 46-134-1235-256
+sign 쥫 46-134-1235-356
+sign 쥬 46-146
+sign 쥭 46-146-1
+sign 쥮 46-146-1-1
+sign 쥯 46-146-1-3
+sign 쥰 46-146-25
+sign 쥱 46-146-25-13
+sign 쥲 46-146-25-356
+sign 쥳 46-146-35
+sign 쥴 46-146-2
+sign 쥵 46-146-2-1
+sign 쥶 46-146-2-26
+sign 쥷 46-146-2-12
+sign 쥸 46-146-2-3
+sign 쥹 46-146-2-236
+sign 쥺 46-146-2-256
+sign 쥻 46-146-2-356
+sign 쥼 46-146-26
+sign 쥽 46-146-12
+sign 쥾 46-146-12-3
+sign 쥿 46-146-3
+sign 즀 46-146-34
+sign 즁 46-146-2356
+sign 즂 46-146-13
+sign 즃 46-146-23
+sign 즄 46-146-235
+sign 즅 46-146-236
+sign 즆 46-146-256
+sign 즇 46-146-356
+sign 즈 46-246
+sign 즉 46-246-1
+sign 즊 46-246-1-1
+sign 즋 46-246-1-3
+sign 즌 46-246-25
+sign 즍 46-246-25-13
+sign 즎 46-246-25-356
+sign 즏 46-246-35
+sign 즐 46-246-2
+sign 즑 46-246-2-1
+sign 즒 46-246-2-26
+sign 즓 46-246-2-12
+sign 즔 46-246-2-3
+sign 즕 46-246-2-236
+sign 즖 46-246-2-256
+sign 즗 46-246-2-356
+sign 즘 46-246-26
+sign 즙 46-246-12
+sign 즚 46-246-12-3
+sign 즛 46-246-3
+sign 즜 46-246-34
+sign 증 46-246-2356
+sign 즞 46-246-13
+sign 즟 46-246-23
+sign 즠 46-246-235
+sign 즡 46-246-236
+sign 즢 46-246-256
+sign 즣 46-246-356
+sign 즤 46-2456
+sign 즥 46-2456-1
+sign 즦 46-2456-1-1
+sign 즧 46-2456-1-3
+sign 즨 46-2456-25
+sign 즩 46-2456-25-13
+sign 즪 46-2456-25-356
+sign 즫 46-2456-35
+sign 즬 46-2456-2
+sign 즭 46-2456-2-1
+sign 즮 46-2456-2-26
+sign 즯 46-2456-2-12
+sign 즰 46-2456-2-3
+sign 즱 46-2456-2-236
+sign 즲 46-2456-2-256
+sign 즳 46-2456-2-356
+sign 즴 46-2456-26
+sign 즵 46-2456-12
+sign 즶 46-2456-12-3
+sign 즷 46-2456-3
+sign 즸 46-2456-34
+sign 즹 46-2456-2356
+sign 즺 46-2456-13
+sign 즻 46-2456-23
+sign 즼 46-2456-235
+sign 즽 46-2456-236
+sign 즾 46-2456-256
+sign 즿 46-2456-356
+sign 지 46-135
+sign 직 46-135-1
+sign 짂 46-135-1-1
+sign 짃 46-135-1-3
+sign 진 46-135-25
+sign 짅 46-135-25-13
+sign 짆 46-135-25-356
+sign 짇 46-135-35
+sign 질 46-135-2
+sign 짉 46-135-2-1
+sign 짊 46-135-2-26
+sign 짋 46-135-2-12
+sign 짌 46-135-2-3
+sign 짍 46-135-2-236
+sign 짎 46-135-2-256
+sign 짏 46-135-2-356
+sign 짐 46-135-26
+sign 집 46-135-12
+sign 짒 46-135-12-3
+sign 짓 46-135-3
+sign 짔 46-135-34
+sign 징 46-135-2356
+sign 짖 46-135-13
+sign 짗 46-135-23
+sign 짘 46-135-235
+sign 짙 46-135-236
+sign 짚 46-135-256
+sign 짛 46-135-356
+sign 짜 6-46-126
+sign 짝 6-46-126-1
+sign 짞 6-46-126-1-1
+sign 짟 6-46-126-1-3
+sign 짠 6-46-126-25
+sign 짡 6-46-126-25-13
+sign 짢 6-46-126-25-356
+sign 짣 6-46-126-35
+sign 짤 6-46-126-2
+sign 짥 6-46-126-2-1
+sign 짦 6-46-126-2-26
+sign 짧 6-46-126-2-12
+sign 짨 6-46-126-2-3
+sign 짩 6-46-126-2-236
+sign 짪 6-46-126-2-256
+sign 짫 6-46-126-2-356
+sign 짬 6-46-126-26
+sign 짭 6-46-126-12
+sign 짮 6-46-126-12-3
+sign 짯 6-46-126-3
+sign 짰 6-46-126-34
+sign 짱 6-46-126-2356
+sign 짲 6-46-126-13
+sign 짳 6-46-126-23
+sign 짴 6-46-126-235
+sign 짵 6-46-126-236
+sign 짶 6-46-126-256
+sign 짷 6-46-126-356
+sign 째 6-46-1235
+sign 짹 6-46-1235-1
+sign 짺 6-46-1235-1-1
+sign 짻 6-46-1235-1-3
+sign 짼 6-46-1235-25
+sign 짽 6-46-1235-25-13
+sign 짾 6-46-1235-25-356
+sign 짿 6-46-1235-35
+sign 쨀 6-46-1235-2
+sign 쨁 6-46-1235-2-1
+sign 쨂 6-46-1235-2-26
+sign 쨃 6-46-1235-2-12
+sign 쨄 6-46-1235-2-3
+sign 쨅 6-46-1235-2-236
+sign 쨆 6-46-1235-2-256
+sign 쨇 6-46-1235-2-356
+sign 쨈 6-46-1235-26
+sign 쨉 6-46-1235-12
+sign 쨊 6-46-1235-12-3
+sign 쨋 6-46-1235-3
+sign 쨌 6-46-1235-34
+sign 쨍 6-46-1235-2356
+sign 쨎 6-46-1235-13
+sign 쨏 6-46-1235-23
+sign 쨐 6-46-1235-235
+sign 쨑 6-46-1235-236
+sign 쨒 6-46-1235-256
+sign 쨓 6-46-1235-356
+sign 쨔 6-46-345
+sign 쨕 6-46-345-1
+sign 쨖 6-46-345-1-1
+sign 쨗 6-46-345-1-3
+sign 쨘 6-46-345-25
+sign 쨙 6-46-345-25-13
+sign 쨚 6-46-345-25-356
+sign 쨛 6-46-345-35
+sign 쨜 6-46-345-2
+sign 쨝 6-46-345-2-1
+sign 쨞 6-46-345-2-26
+sign 쨟 6-46-345-2-12
+sign 쨠 6-46-345-2-3
+sign 쨡 6-46-345-2-236
+sign 쨢 6-46-345-2-256
+sign 쨣 6-46-345-2-356
+sign 쨤 6-46-345-26
+sign 쨥 6-46-345-12
+sign 쨦 6-46-345-12-3
+sign 쨧 6-46-345-3
+sign 쨨 6-46-345-34
+sign 쨩 6-46-345-2356
+sign 쨪 6-46-345-13
+sign 쨫 6-46-345-23
+sign 쨬 6-46-345-235
+sign 쨭 6-46-345-236
+sign 쨮 6-46-345-256
+sign 쨯 6-46-345-356
+sign 쨰 6-46-345-1235
+sign 쨱 6-46-345-1235-1
+sign 쨲 6-46-345-1235-1-1
+sign 쨳 6-46-345-1235-1-3
+sign 쨴 6-46-345-1235-25
+sign 쨵 6-46-345-1235-25-13
+sign 쨶 6-46-345-1235-25-356
+sign 쨷 6-46-345-1235-35
+sign 쨸 6-46-345-1235-2
+sign 쨹 6-46-345-1235-2-1
+sign 쨺 6-46-345-1235-2-26
+sign 쨻 6-46-345-1235-2-12
+sign 쨼 6-46-345-1235-2-3
+sign 쨽 6-46-345-1235-2-236
+sign 쨾 6-46-345-1235-2-256
+sign 쨿 6-46-345-1235-2-356
+sign 쩀 6-46-345-1235-26
+sign 쩁 6-46-345-1235-12
+sign 쩂 6-46-345-1235-12-3
+sign 쩃 6-46-345-1235-3
+sign 쩄 6-46-345-1235-34
+sign 쩅 6-46-345-1235-2356
+sign 쩆 6-46-345-1235-13
+sign 쩇 6-46-345-1235-23
+sign 쩈 6-46-345-1235-235
+sign 쩉 6-46-345-1235-236
+sign 쩊 6-46-345-1235-256
+sign 쩋 6-46-345-1235-356
+sign 쩌 6-46-234
+sign 쩍 6-46-234-1
+sign 쩎 6-46-234-1-1
+sign 쩏 6-46-234-1-3
+sign 쩐 6-46-234-25
+sign 쩑 6-46-234-25-13
+sign 쩒 6-46-234-25-356
+sign 쩓 6-46-234-35
+sign 쩔 6-46-234-2
+sign 쩕 6-46-234-2-1
+sign 쩖 6-46-234-2-26
+sign 쩗 6-46-234-2-12
+sign 쩘 6-46-234-2-3
+sign 쩙 6-46-234-2-236
+sign 쩚 6-46-234-2-256
+sign 쩛 6-46-234-2-356
+sign 쩜 6-46-234-26
+sign 쩝 6-46-234-12
+sign 쩞 6-46-234-12-3
+sign 쩟 6-46-234-3
+sign 쩠 6-46-234-34
+sign 쩡 6-46-234-2356
+sign 쩢 6-46-234-13
+sign 쩣 6-46-234-23
+sign 쩤 6-46-234-235
+sign 쩥 6-46-234-236
+sign 쩦 6-46-234-256
+sign 쩧 6-46-234-356
+sign 쩨 6-46-1345
+sign 쩩 6-46-1345-1
+sign 쩪 6-46-1345-1-1
+sign 쩫 6-46-1345-1-3
+sign 쩬 6-46-1345-25
+sign 쩭 6-46-1345-25-13
+sign 쩮 6-46-1345-25-356
+sign 쩯 6-46-1345-35
+sign 쩰 6-46-1345-2
+sign 쩱 6-46-1345-2-1
+sign 쩲 6-46-1345-2-26
+sign 쩳 6-46-1345-2-12
+sign 쩴 6-46-1345-2-3
+sign 쩵 6-46-1345-2-236
+sign 쩶 6-46-1345-2-256
+sign 쩷 6-46-1345-2-356
+sign 쩸 6-46-1345-26
+sign 쩹 6-46-1345-12
+sign 쩺 6-46-1345-12-3
+sign 쩻 6-46-1345-3
+sign 쩼 6-46-1345-34
+sign 쩽 6-46-1345-2356
+sign 쩾 6-46-1345-13
+sign 쩿 6-46-1345-23
+sign 쪀 6-46-1345-235
+sign 쪁 6-46-1345-236
+sign 쪂 6-46-1345-256
+sign 쪃 6-46-1345-356
+sign 쪄 6-46-156
+sign 쪅 6-46-156-1
+sign 쪆 6-46-156-1-1
+sign 쪇 6-46-156-1-3
+sign 쪈 6-46-156-25
+sign 쪉 6-46-156-25-13
+sign 쪊 6-46-156-25-356
+sign 쪋 6-46-156-35
+sign 쪌 6-46-156-2
+sign 쪍 6-46-156-2-1
+sign 쪎 6-46-156-2-26
+sign 쪏 6-46-156-2-12
+sign 쪐 6-46-156-2-3
+sign 쪑 6-46-156-2-236
+sign 쪒 6-46-156-2-256
+sign 쪓 6-46-156-2-356
+sign 쪔 6-46-156-26
+sign 쪕 6-46-156-12
+sign 쪖 6-46-156-12-3
+sign 쪗 6-46-156-3
+sign 쪘 6-46-156-34
+sign 쪙 6-46-156-2356
+sign 쪚 6-46-156-13
+sign 쪛 6-46-156-23
+sign 쪜 6-46-156-235
+sign 쪝 6-46-156-236
+sign 쪞 6-46-156-256
+sign 쪟 6-46-156-356
+sign 쪠 6-46-34
+sign 쪡 6-46-34-1
+sign 쪢 6-46-34-1-1
+sign 쪣 6-46-34-1-3
+sign 쪤 6-46-34-25
+sign 쪥 6-46-34-25-13
+sign 쪦 6-46-34-25-356
+sign 쪧 6-46-34-35
+sign 쪨 6-46-34-2
+sign 쪩 6-46-34-2-1
+sign 쪪 6-46-34-2-26
+sign 쪫 6-46-34-2-12
+sign 쪬 6-46-34-2-3
+sign 쪭 6-46-34-2-236
+sign 쪮 6-46-34-2-256
+sign 쪯 6-46-34-2-356
+sign 쪰 6-46-34-26
+sign 쪱 6-46-34-12
+sign 쪲 6-46-34-12-3
+sign 쪳 6-46-34-3
+sign 쪴 6-46-34-34
+sign 쪵 6-46-34-2356
+sign 쪶 6-46-34-13
+sign 쪷 6-46-34-23
+sign 쪸 6-46-34-235
+sign 쪹 6-46-34-236
+sign 쪺 6-46-34-256
+sign 쪻 6-46-34-356
+sign 쪼 6-46-136
+sign 쪽 6-46-136-1
+sign 쪾 6-46-136-1-1
+sign 쪿 6-46-136-1-3
+sign 쫀 6-46-136-25
+sign 쫁 6-46-136-25-13
+sign 쫂 6-46-136-25-356
+sign 쫃 6-46-136-35
+sign 쫄 6-46-136-2
+sign 쫅 6-46-136-2-1
+sign 쫆 6-46-136-2-26
+sign 쫇 6-46-136-2-12
+sign 쫈 6-46-136-2-3
+sign 쫉 6-46-136-2-236
+sign 쫊 6-46-136-2-256
+sign 쫋 6-46-136-2-356
+sign 쫌 6-46-136-26
+sign 쫍 6-46-136-12
+sign 쫎 6-46-136-12-3
+sign 쫏 6-46-136-3
+sign 쫐 6-46-136-34
+sign 쫑 6-46-136-2356
+sign 쫒 6-46-136-13
+sign 쫓 6-46-136-23
+sign 쫔 6-46-136-235
+sign 쫕 6-46-136-236
+sign 쫖 6-46-136-256
+sign 쫗 6-46-136-356
+sign 쫘 6-46-1236
+sign 쫙 6-46-1236-1
+sign 쫚 6-46-1236-1-1
+sign 쫛 6-46-1236-1-3
+sign 쫜 6-46-1236-25
+sign 쫝 6-46-1236-25-13
+sign 쫞 6-46-1236-25-356
+sign 쫟 6-46-1236-35
+sign 쫠 6-46-1236-2
+sign 쫡 6-46-1236-2-1
+sign 쫢 6-46-1236-2-26
+sign 쫣 6-46-1236-2-12
+sign 쫤 6-46-1236-2-3
+sign 쫥 6-46-1236-2-236
+sign 쫦 6-46-1236-2-256
+sign 쫧 6-46-1236-2-356
+sign 쫨 6-46-1236-26
+sign 쫩 6-46-1236-12
+sign 쫪 6-46-1236-12-3
+sign 쫫 6-46-1236-3
+sign 쫬 6-46-1236-34
+sign 쫭 6-46-1236-2356
+sign 쫮 6-46-1236-13
+sign 쫯 6-46-1236-23
+sign 쫰 6-46-1236-235
+sign 쫱 6-46-1236-236
+sign 쫲 6-46-1236-256
+sign 쫳 6-46-1236-356
+sign 쫴 6-46-1236-1235
+sign 쫵 6-46-1236-1235-1
+sign 쫶 6-46-1236-1235-1-1
+sign 쫷 6-46-1236-1235-1-3
+sign 쫸 6-46-1236-1235-25
+sign 쫹 6-46-1236-1235-25-13
+sign 쫺 6-46-1236-1235-25-356
+sign 쫻 6-46-1236-1235-35
+sign 쫼 6-46-1236-1235-2
+sign 쫽 6-46-1236-1235-2-1
+sign 쫾 6-46-1236-1235-2-26
+sign 쫿 6-46-1236-1235-2-12
+sign 쬀 6-46-1236-1235-2-3
+sign 쬁 6-46-1236-1235-2-236
+sign 쬂 6-46-1236-1235-2-256
+sign 쬃 6-46-1236-1235-2-356
+sign 쬄 6-46-1236-1235-26
+sign 쬅 6-46-1236-1235-12
+sign 쬆 6-46-1236-1235-12-3
+sign 쬇 6-46-1236-1235-3
+sign 쬈 6-46-1236-1235-34
+sign 쬉 6-46-1236-1235-2356
+sign 쬊 6-46-1236-1235-13
+sign 쬋 6-46-1236-1235-23
+sign 쬌 6-46-1236-1235-235
+sign 쬍 6-46-1236-1235-236
+sign 쬎 6-46-1236-1235-256
+sign 쬏 6-46-1236-1235-356
+sign 쬐 6-46-13456
+sign 쬑 6-46-13456-1
+sign 쬒 6-46-13456-1-1
+sign 쬓 6-46-13456-1-3
+sign 쬔 6-46-13456-25
+sign 쬕 6-46-13456-25-13
+sign 쬖 6-46-13456-25-356
+sign 쬗 6-46-13456-35
+sign 쬘 6-46-13456-2
+sign 쬙 6-46-13456-2-1
+sign 쬚 6-46-13456-2-26
+sign 쬛 6-46-13456-2-12
+sign 쬜 6-46-13456-2-3
+sign 쬝 6-46-13456-2-236
+sign 쬞 6-46-13456-2-256
+sign 쬟 6-46-13456-2-356
+sign 쬠 6-46-13456-26
+sign 쬡 6-46-13456-12
+sign 쬢 6-46-13456-12-3
+sign 쬣 6-46-13456-3
+sign 쬤 6-46-13456-34
+sign 쬥 6-46-13456-2356
+sign 쬦 6-46-13456-13
+sign 쬧 6-46-13456-23
+sign 쬨 6-46-13456-235
+sign 쬩 6-46-13456-236
+sign 쬪 6-46-13456-256
+sign 쬫 6-46-13456-356
+sign 쬬 6-46-346
+sign 쬭 6-46-346-1
+sign 쬮 6-46-346-1-1
+sign 쬯 6-46-346-1-3
+sign 쬰 6-46-346-25
+sign 쬱 6-46-346-25-13
+sign 쬲 6-46-346-25-356
+sign 쬳 6-46-346-35
+sign 쬴 6-46-346-2
+sign 쬵 6-46-346-2-1
+sign 쬶 6-46-346-2-26
+sign 쬷 6-46-346-2-12
+sign 쬸 6-46-346-2-3
+sign 쬹 6-46-346-2-236
+sign 쬺 6-46-346-2-256
+sign 쬻 6-46-346-2-356
+sign 쬼 6-46-346-26
+sign 쬽 6-46-346-12
+sign 쬾 6-46-346-12-3
+sign 쬿 6-46-346-3
+sign 쭀 6-46-346-34
+sign 쭁 6-46-346-2356
+sign 쭂 6-46-346-13
+sign 쭃 6-46-346-23
+sign 쭄 6-46-346-235
+sign 쭅 6-46-346-236
+sign 쭆 6-46-346-256
+sign 쭇 6-46-346-356
+sign 쭈 6-46-134
+sign 쭉 6-46-134-1
+sign 쭊 6-46-134-1-1
+sign 쭋 6-46-134-1-3
+sign 쭌 6-46-134-25
+sign 쭍 6-46-134-25-13
+sign 쭎 6-46-134-25-356
+sign 쭏 6-46-134-35
+sign 쭐 6-46-134-2
+sign 쭑 6-46-134-2-1
+sign 쭒 6-46-134-2-26
+sign 쭓 6-46-134-2-12
+sign 쭔 6-46-134-2-3
+sign 쭕 6-46-134-2-236
+sign 쭖 6-46-134-2-256
+sign 쭗 6-46-134-2-356
+sign 쭘 6-46-134-26
+sign 쭙 6-46-134-12
+sign 쭚 6-46-134-12-3
+sign 쭛 6-46-134-3
+sign 쭜 6-46-134-34
+sign 쭝 6-46-134-2356
+sign 쭞 6-46-134-13
+sign 쭟 6-46-134-23
+sign 쭠 6-46-134-235
+sign 쭡 6-46-134-236
+sign 쭢 6-46-134-256
+sign 쭣 6-46-134-356
+sign 쭤 6-46-1234
+sign 쭥 6-46-1234-1
+sign 쭦 6-46-1234-1-1
+sign 쭧 6-46-1234-1-3
+sign 쭨 6-46-1234-25
+sign 쭩 6-46-1234-25-13
+sign 쭪 6-46-1234-25-356
+sign 쭫 6-46-1234-35
+sign 쭬 6-46-1234-2
+sign 쭭 6-46-1234-2-1
+sign 쭮 6-46-1234-2-26
+sign 쭯 6-46-1234-2-12
+sign 쭰 6-46-1234-2-3
+sign 쭱 6-46-1234-2-236
+sign 쭲 6-46-1234-2-256
+sign 쭳 6-46-1234-2-356
+sign 쭴 6-46-1234-26
+sign 쭵 6-46-1234-12
+sign 쭶 6-46-1234-12-3
+sign 쭷 6-46-1234-3
+sign 쭸 6-46-1234-34
+sign 쭹 6-46-1234-2356
+sign 쭺 6-46-1234-13
+sign 쭻 6-46-1234-23
+sign 쭼 6-46-1234-235
+sign 쭽 6-46-1234-236
+sign 쭾 6-46-1234-256
+sign 쭿 6-46-1234-356
+sign 쮀 6-46-1234-1235
+sign 쮁 6-46-1234-1235-1
+sign 쮂 6-46-1234-1235-1-1
+sign 쮃 6-46-1234-1235-1-3
+sign 쮄 6-46-1234-1235-25
+sign 쮅 6-46-1234-1235-25-13
+sign 쮆 6-46-1234-1235-25-356
+sign 쮇 6-46-1234-1235-35
+sign 쮈 6-46-1234-1235-2
+sign 쮉 6-46-1234-1235-2-1
+sign 쮊 6-46-1234-1235-2-26
+sign 쮋 6-46-1234-1235-2-12
+sign 쮌 6-46-1234-1235-2-3
+sign 쮍 6-46-1234-1235-2-236
+sign 쮎 6-46-1234-1235-2-256
+sign 쮏 6-46-1234-1235-2-356
+sign 쮐 6-46-1234-1235-26
+sign 쮑 6-46-1234-1235-12
+sign 쮒 6-46-1234-1235-12-3
+sign 쮓 6-46-1234-1235-3
+sign 쮔 6-46-1234-1235-34
+sign 쮕 6-46-1234-1235-2356
+sign 쮖 6-46-1234-1235-13
+sign 쮗 6-46-1234-1235-23
+sign 쮘 6-46-1234-1235-235
+sign 쮙 6-46-1234-1235-236
+sign 쮚 6-46-1234-1235-256
+sign 쮛 6-46-1234-1235-356
+sign 쮜 6-46-134-1235
+sign 쮝 6-46-134-1235-1
+sign 쮞 6-46-134-1235-1-1
+sign 쮟 6-46-134-1235-1-3
+sign 쮠 6-46-134-1235-25
+sign 쮡 6-46-134-1235-25-13
+sign 쮢 6-46-134-1235-25-356
+sign 쮣 6-46-134-1235-35
+sign 쮤 6-46-134-1235-2
+sign 쮥 6-46-134-1235-2-1
+sign 쮦 6-46-134-1235-2-26
+sign 쮧 6-46-134-1235-2-12
+sign 쮨 6-46-134-1235-2-3
+sign 쮩 6-46-134-1235-2-236
+sign 쮪 6-46-134-1235-2-256
+sign 쮫 6-46-134-1235-2-356
+sign 쮬 6-46-134-1235-26
+sign 쮭 6-46-134-1235-12
+sign 쮮 6-46-134-1235-12-3
+sign 쮯 6-46-134-1235-3
+sign 쮰 6-46-134-1235-34
+sign 쮱 6-46-134-1235-2356
+sign 쮲 6-46-134-1235-13
+sign 쮳 6-46-134-1235-23
+sign 쮴 6-46-134-1235-235
+sign 쮵 6-46-134-1235-236
+sign 쮶 6-46-134-1235-256
+sign 쮷 6-46-134-1235-356
+sign 쮸 6-46-146
+sign 쮹 6-46-146-1
+sign 쮺 6-46-146-1-1
+sign 쮻 6-46-146-1-3
+sign 쮼 6-46-146-25
+sign 쮽 6-46-146-25-13
+sign 쮾 6-46-146-25-356
+sign 쮿 6-46-146-35
+sign 쯀 6-46-146-2
+sign 쯁 6-46-146-2-1
+sign 쯂 6-46-146-2-26
+sign 쯃 6-46-146-2-12
+sign 쯄 6-46-146-2-3
+sign 쯅 6-46-146-2-236
+sign 쯆 6-46-146-2-256
+sign 쯇 6-46-146-2-356
+sign 쯈 6-46-146-26
+sign 쯉 6-46-146-12
+sign 쯊 6-46-146-12-3
+sign 쯋 6-46-146-3
+sign 쯌 6-46-146-34
+sign 쯍 6-46-146-2356
+sign 쯎 6-46-146-13
+sign 쯏 6-46-146-23
+sign 쯐 6-46-146-235
+sign 쯑 6-46-146-236
+sign 쯒 6-46-146-256
+sign 쯓 6-46-146-356
+sign 쯔 6-46-246
+sign 쯕 6-46-246-1
+sign 쯖 6-46-246-1-1
+sign 쯗 6-46-246-1-3
+sign 쯘 6-46-246-25
+sign 쯙 6-46-246-25-13
+sign 쯚 6-46-246-25-356
+sign 쯛 6-46-246-35
+sign 쯜 6-46-246-2
+sign 쯝 6-46-246-2-1
+sign 쯞 6-46-246-2-26
+sign 쯟 6-46-246-2-12
+sign 쯠 6-46-246-2-3
+sign 쯡 6-46-246-2-236
+sign 쯢 6-46-246-2-256
+sign 쯣 6-46-246-2-356
+sign 쯤 6-46-246-26
+sign 쯥 6-46-246-12
+sign 쯦 6-46-246-12-3
+sign 쯧 6-46-246-3
+sign 쯨 6-46-246-34
+sign 쯩 6-46-246-2356
+sign 쯪 6-46-246-13
+sign 쯫 6-46-246-23
+sign 쯬 6-46-246-235
+sign 쯭 6-46-246-236
+sign 쯮 6-46-246-256
+sign 쯯 6-46-246-356
+sign 쯰 6-46-2456
+sign 쯱 6-46-2456-1
+sign 쯲 6-46-2456-1-1
+sign 쯳 6-46-2456-1-3
+sign 쯴 6-46-2456-25
+sign 쯵 6-46-2456-25-13
+sign 쯶 6-46-2456-25-356
+sign 쯷 6-46-2456-35
+sign 쯸 6-46-2456-2
+sign 쯹 6-46-2456-2-1
+sign 쯺 6-46-2456-2-26
+sign 쯻 6-46-2456-2-12
+sign 쯼 6-46-2456-2-3
+sign 쯽 6-46-2456-2-236
+sign 쯾 6-46-2456-2-256
+sign 쯿 6-46-2456-2-356
+sign 찀 6-46-2456-26
+sign 찁 6-46-2456-12
+sign 찂 6-46-2456-12-3
+sign 찃 6-46-2456-3
+sign 찄 6-46-2456-34
+sign 찅 6-46-2456-2356
+sign 찆 6-46-2456-13
+sign 찇 6-46-2456-23
+sign 찈 6-46-2456-235
+sign 찉 6-46-2456-236
+sign 찊 6-46-2456-256
+sign 찋 6-46-2456-356
+sign 찌 6-46-135
+sign 찍 6-46-135-1
+sign 찎 6-46-135-1-1
+sign 찏 6-46-135-1-3
+sign 찐 6-46-135-25
+sign 찑 6-46-135-25-13
+sign 찒 6-46-135-25-356
+sign 찓 6-46-135-35
+sign 찔 6-46-135-2
+sign 찕 6-46-135-2-1
+sign 찖 6-46-135-2-26
+sign 찗 6-46-135-2-12
+sign 찘 6-46-135-2-3
+sign 찙 6-46-135-2-236
+sign 찚 6-46-135-2-256
+sign 찛 6-46-135-2-356
+sign 찜 6-46-135-26
+sign 찝 6-46-135-12
+sign 찞 6-46-135-12-3
+sign 찟 6-46-135-3
+sign 찠 6-46-135-34
+sign 찡 6-46-135-2356
+sign 찢 6-46-135-13
+sign 찣 6-46-135-23
+sign 찤 6-46-135-235
+sign 찥 6-46-135-236
+sign 찦 6-46-135-256
+sign 찧 6-46-135-356
+sign 차 56-126
+sign 착 56-126-1
+sign 찪 56-126-1-1
+sign 찫 56-126-1-3
+sign 찬 56-126-25
+sign 찭 56-126-25-13
+sign 찮 56-126-25-356
+sign 찯 56-126-35
+sign 찰 56-126-2
+sign 찱 56-126-2-1
+sign 찲 56-126-2-26
+sign 찳 56-126-2-12
+sign 찴 56-126-2-3
+sign 찵 56-126-2-236
+sign 찶 56-126-2-256
+sign 찷 56-126-2-356
+sign 참 56-126-26
+sign 찹 56-126-12
+sign 찺 56-126-12-3
+sign 찻 56-126-3
+sign 찼 56-126-34
+sign 창 56-126-2356
+sign 찾 56-126-13
+sign 찿 56-126-23
+sign 챀 56-126-235
+sign 챁 56-126-236
+sign 챂 56-126-256
+sign 챃 56-126-356
+sign 채 56-1235
+sign 책 56-1235-1
+sign 챆 56-1235-1-1
+sign 챇 56-1235-1-3
+sign 챈 56-1235-25
+sign 챉 56-1235-25-13
+sign 챊 56-1235-25-356
+sign 챋 56-1235-35
+sign 챌 56-1235-2
+sign 챍 56-1235-2-1
+sign 챎 56-1235-2-26
+sign 챏 56-1235-2-12
+sign 챐 56-1235-2-3
+sign 챑 56-1235-2-236
+sign 챒 56-1235-2-256
+sign 챓 56-1235-2-356
+sign 챔 56-1235-26
+sign 챕 56-1235-12
+sign 챖 56-1235-12-3
+sign 챗 56-1235-3
+sign 챘 56-1235-34
+sign 챙 56-1235-2356
+sign 챚 56-1235-13
+sign 챛 56-1235-23
+sign 챜 56-1235-235
+sign 챝 56-1235-236
+sign 챞 56-1235-256
+sign 챟 56-1235-356
+sign 챠 56-345
+sign 챡 56-345-1
+sign 챢 56-345-1-1
+sign 챣 56-345-1-3
+sign 챤 56-345-25
+sign 챥 56-345-25-13
+sign 챦 56-345-25-356
+sign 챧 56-345-35
+sign 챨 56-345-2
+sign 챩 56-345-2-1
+sign 챪 56-345-2-26
+sign 챫 56-345-2-12
+sign 챬 56-345-2-3
+sign 챭 56-345-2-236
+sign 챮 56-345-2-256
+sign 챯 56-345-2-356
+sign 챰 56-345-26
+sign 챱 56-345-12
+sign 챲 56-345-12-3
+sign 챳 56-345-3
+sign 챴 56-345-34
+sign 챵 56-345-2356
+sign 챶 56-345-13
+sign 챷 56-345-23
+sign 챸 56-345-235
+sign 챹 56-345-236
+sign 챺 56-345-256
+sign 챻 56-345-356
+sign 챼 56-345-1235
+sign 챽 56-345-1235-1
+sign 챾 56-345-1235-1-1
+sign 챿 56-345-1235-1-3
+sign 첀 56-345-1235-25
+sign 첁 56-345-1235-25-13
+sign 첂 56-345-1235-25-356
+sign 첃 56-345-1235-35
+sign 첄 56-345-1235-2
+sign 첅 56-345-1235-2-1
+sign 첆 56-345-1235-2-26
+sign 첇 56-345-1235-2-12
+sign 첈 56-345-1235-2-3
+sign 첉 56-345-1235-2-236
+sign 첊 56-345-1235-2-256
+sign 첋 56-345-1235-2-356
+sign 첌 56-345-1235-26
+sign 첍 56-345-1235-12
+sign 첎 56-345-1235-12-3
+sign 첏 56-345-1235-3
+sign 첐 56-345-1235-34
+sign 첑 56-345-1235-2356
+sign 첒 56-345-1235-13
+sign 첓 56-345-1235-23
+sign 첔 56-345-1235-235
+sign 첕 56-345-1235-236
+sign 첖 56-345-1235-256
+sign 첗 56-345-1235-356
+sign 처 56-234
+sign 척 56-234-1
+sign 첚 56-234-1-1
+sign 첛 56-234-1-3
+sign 천 56-234-25
+sign 첝 56-234-25-13
+sign 첞 56-234-25-356
+sign 첟 56-234-35
+sign 철 56-234-2
+sign 첡 56-234-2-1
+sign 첢 56-234-2-26
+sign 첣 56-234-2-12
+sign 첤 56-234-2-3
+sign 첥 56-234-2-236
+sign 첦 56-234-2-256
+sign 첧 56-234-2-356
+sign 첨 56-234-26
+sign 첩 56-234-12
+sign 첪 56-234-12-3
+sign 첫 56-234-3
+sign 첬 56-234-34
+sign 청 56-234-2356
+sign 첮 56-234-13
+sign 첯 56-234-23
+sign 첰 56-234-235
+sign 첱 56-234-236
+sign 첲 56-234-256
+sign 첳 56-234-356
+sign 체 56-1345
+sign 첵 56-1345-1
+sign 첶 56-1345-1-1
+sign 첷 56-1345-1-3
+sign 첸 56-1345-25
+sign 첹 56-1345-25-13
+sign 첺 56-1345-25-356
+sign 첻 56-1345-35
+sign 첼 56-1345-2
+sign 첽 56-1345-2-1
+sign 첾 56-1345-2-26
+sign 첿 56-1345-2-12
+sign 쳀 56-1345-2-3
+sign 쳁 56-1345-2-236
+sign 쳂 56-1345-2-256
+sign 쳃 56-1345-2-356
+sign 쳄 56-1345-26
+sign 쳅 56-1345-12
+sign 쳆 56-1345-12-3
+sign 쳇 56-1345-3
+sign 쳈 56-1345-34
+sign 쳉 56-1345-2356
+sign 쳊 56-1345-13
+sign 쳋 56-1345-23
+sign 쳌 56-1345-235
+sign 쳍 56-1345-236
+sign 쳎 56-1345-256
+sign 쳏 56-1345-356
+sign 쳐 56-156
+sign 쳑 56-156-1
+sign 쳒 56-156-1-1
+sign 쳓 56-156-1-3
+sign 쳔 56-156-25
+sign 쳕 56-156-25-13
+sign 쳖 56-156-25-356
+sign 쳗 56-156-35
+sign 쳘 56-156-2
+sign 쳙 56-156-2-1
+sign 쳚 56-156-2-26
+sign 쳛 56-156-2-12
+sign 쳜 56-156-2-3
+sign 쳝 56-156-2-236
+sign 쳞 56-156-2-256
+sign 쳟 56-156-2-356
+sign 쳠 56-156-26
+sign 쳡 56-156-12
+sign 쳢 56-156-12-3
+sign 쳣 56-156-3
+sign 쳤 56-156-34
+sign 쳥 56-156-2356
+sign 쳦 56-156-13
+sign 쳧 56-156-23
+sign 쳨 56-156-235
+sign 쳩 56-156-236
+sign 쳪 56-156-256
+sign 쳫 56-156-356
+sign 쳬 56-34
+sign 쳭 56-34-1
+sign 쳮 56-34-1-1
+sign 쳯 56-34-1-3
+sign 쳰 56-34-25
+sign 쳱 56-34-25-13
+sign 쳲 56-34-25-356
+sign 쳳 56-34-35
+sign 쳴 56-34-2
+sign 쳵 56-34-2-1
+sign 쳶 56-34-2-26
+sign 쳷 56-34-2-12
+sign 쳸 56-34-2-3
+sign 쳹 56-34-2-236
+sign 쳺 56-34-2-256
+sign 쳻 56-34-2-356
+sign 쳼 56-34-26
+sign 쳽 56-34-12
+sign 쳾 56-34-12-3
+sign 쳿 56-34-3
+sign 촀 56-34-34
+sign 촁 56-34-2356
+sign 촂 56-34-13
+sign 촃 56-34-23
+sign 촄 56-34-235
+sign 촅 56-34-236
+sign 촆 56-34-256
+sign 촇 56-34-356
+sign 초 56-136
+sign 촉 56-136-1
+sign 촊 56-136-1-1
+sign 촋 56-136-1-3
+sign 촌 56-136-25
+sign 촍 56-136-25-13
+sign 촎 56-136-25-356
+sign 촏 56-136-35
+sign 촐 56-136-2
+sign 촑 56-136-2-1
+sign 촒 56-136-2-26
+sign 촓 56-136-2-12
+sign 촔 56-136-2-3
+sign 촕 56-136-2-236
+sign 촖 56-136-2-256
+sign 촗 56-136-2-356
+sign 촘 56-136-26
+sign 촙 56-136-12
+sign 촚 56-136-12-3
+sign 촛 56-136-3
+sign 촜 56-136-34
+sign 총 56-136-2356
+sign 촞 56-136-13
+sign 촟 56-136-23
+sign 촠 56-136-235
+sign 촡 56-136-236
+sign 촢 56-136-256
+sign 촣 56-136-356
+sign 촤 56-1236
+sign 촥 56-1236-1
+sign 촦 56-1236-1-1
+sign 촧 56-1236-1-3
+sign 촨 56-1236-25
+sign 촩 56-1236-25-13
+sign 촪 56-1236-25-356
+sign 촫 56-1236-35
+sign 촬 56-1236-2
+sign 촭 56-1236-2-1
+sign 촮 56-1236-2-26
+sign 촯 56-1236-2-12
+sign 촰 56-1236-2-3
+sign 촱 56-1236-2-236
+sign 촲 56-1236-2-256
+sign 촳 56-1236-2-356
+sign 촴 56-1236-26
+sign 촵 56-1236-12
+sign 촶 56-1236-12-3
+sign 촷 56-1236-3
+sign 촸 56-1236-34
+sign 촹 56-1236-2356
+sign 촺 56-1236-13
+sign 촻 56-1236-23
+sign 촼 56-1236-235
+sign 촽 56-1236-236
+sign 촾 56-1236-256
+sign 촿 56-1236-356
+sign 쵀 56-1236-1235
+sign 쵁 56-1236-1235-1
+sign 쵂 56-1236-1235-1-1
+sign 쵃 56-1236-1235-1-3
+sign 쵄 56-1236-1235-25
+sign 쵅 56-1236-1235-25-13
+sign 쵆 56-1236-1235-25-356
+sign 쵇 56-1236-1235-35
+sign 쵈 56-1236-1235-2
+sign 쵉 56-1236-1235-2-1
+sign 쵊 56-1236-1235-2-26
+sign 쵋 56-1236-1235-2-12
+sign 쵌 56-1236-1235-2-3
+sign 쵍 56-1236-1235-2-236
+sign 쵎 56-1236-1235-2-256
+sign 쵏 56-1236-1235-2-356
+sign 쵐 56-1236-1235-26
+sign 쵑 56-1236-1235-12
+sign 쵒 56-1236-1235-12-3
+sign 쵓 56-1236-1235-3
+sign 쵔 56-1236-1235-34
+sign 쵕 56-1236-1235-2356
+sign 쵖 56-1236-1235-13
+sign 쵗 56-1236-1235-23
+sign 쵘 56-1236-1235-235
+sign 쵙 56-1236-1235-236
+sign 쵚 56-1236-1235-256
+sign 쵛 56-1236-1235-356
+sign 최 56-13456
+sign 쵝 56-13456-1
+sign 쵞 56-13456-1-1
+sign 쵟 56-13456-1-3
+sign 쵠 56-13456-25
+sign 쵡 56-13456-25-13
+sign 쵢 56-13456-25-356
+sign 쵣 56-13456-35
+sign 쵤 56-13456-2
+sign 쵥 56-13456-2-1
+sign 쵦 56-13456-2-26
+sign 쵧 56-13456-2-12
+sign 쵨 56-13456-2-3
+sign 쵩 56-13456-2-236
+sign 쵪 56-13456-2-256
+sign 쵫 56-13456-2-356
+sign 쵬 56-13456-26
+sign 쵭 56-13456-12
+sign 쵮 56-13456-12-3
+sign 쵯 56-13456-3
+sign 쵰 56-13456-34
+sign 쵱 56-13456-2356
+sign 쵲 56-13456-13
+sign 쵳 56-13456-23
+sign 쵴 56-13456-235
+sign 쵵 56-13456-236
+sign 쵶 56-13456-256
+sign 쵷 56-13456-356
+sign 쵸 56-346
+sign 쵹 56-346-1
+sign 쵺 56-346-1-1
+sign 쵻 56-346-1-3
+sign 쵼 56-346-25
+sign 쵽 56-346-25-13
+sign 쵾 56-346-25-356
+sign 쵿 56-346-35
+sign 춀 56-346-2
+sign 춁 56-346-2-1
+sign 춂 56-346-2-26
+sign 춃 56-346-2-12
+sign 춄 56-346-2-3
+sign 춅 56-346-2-236
+sign 춆 56-346-2-256
+sign 춇 56-346-2-356
+sign 춈 56-346-26
+sign 춉 56-346-12
+sign 춊 56-346-12-3
+sign 춋 56-346-3
+sign 춌 56-346-34
+sign 춍 56-346-2356
+sign 춎 56-346-13
+sign 춏 56-346-23
+sign 춐 56-346-235
+sign 춑 56-346-236
+sign 춒 56-346-256
+sign 춓 56-346-356
+sign 추 56-134
+sign 축 56-134-1
+sign 춖 56-134-1-1
+sign 춗 56-134-1-3
+sign 춘 56-134-25
+sign 춙 56-134-25-13
+sign 춚 56-134-25-356
+sign 춛 56-134-35
+sign 출 56-134-2
+sign 춝 56-134-2-1
+sign 춞 56-134-2-26
+sign 춟 56-134-2-12
+sign 춠 56-134-2-3
+sign 춡 56-134-2-236
+sign 춢 56-134-2-256
+sign 춣 56-134-2-356
+sign 춤 56-134-26
+sign 춥 56-134-12
+sign 춦 56-134-12-3
+sign 춧 56-134-3
+sign 춨 56-134-34
+sign 충 56-134-2356
+sign 춪 56-134-13
+sign 춫 56-134-23
+sign 춬 56-134-235
+sign 춭 56-134-236
+sign 춮 56-134-256
+sign 춯 56-134-356
+sign 춰 56-1234
+sign 춱 56-1234-1
+sign 춲 56-1234-1-1
+sign 춳 56-1234-1-3
+sign 춴 56-1234-25
+sign 춵 56-1234-25-13
+sign 춶 56-1234-25-356
+sign 춷 56-1234-35
+sign 춸 56-1234-2
+sign 춹 56-1234-2-1
+sign 춺 56-1234-2-26
+sign 춻 56-1234-2-12
+sign 춼 56-1234-2-3
+sign 춽 56-1234-2-236
+sign 춾 56-1234-2-256
+sign 춿 56-1234-2-356
+sign 췀 56-1234-26
+sign 췁 56-1234-12
+sign 췂 56-1234-12-3
+sign 췃 56-1234-3
+sign 췄 56-1234-34
+sign 췅 56-1234-2356
+sign 췆 56-1234-13
+sign 췇 56-1234-23
+sign 췈 56-1234-235
+sign 췉 56-1234-236
+sign 췊 56-1234-256
+sign 췋 56-1234-356
+sign 췌 56-1234-1235
+sign 췍 56-1234-1235-1
+sign 췎 56-1234-1235-1-1
+sign 췏 56-1234-1235-1-3
+sign 췐 56-1234-1235-25
+sign 췑 56-1234-1235-25-13
+sign 췒 56-1234-1235-25-356
+sign 췓 56-1234-1235-35
+sign 췔 56-1234-1235-2
+sign 췕 56-1234-1235-2-1
+sign 췖 56-1234-1235-2-26
+sign 췗 56-1234-1235-2-12
+sign 췘 56-1234-1235-2-3
+sign 췙 56-1234-1235-2-236
+sign 췚 56-1234-1235-2-256
+sign 췛 56-1234-1235-2-356
+sign 췜 56-1234-1235-26
+sign 췝 56-1234-1235-12
+sign 췞 56-1234-1235-12-3
+sign 췟 56-1234-1235-3
+sign 췠 56-1234-1235-34
+sign 췡 56-1234-1235-2356
+sign 췢 56-1234-1235-13
+sign 췣 56-1234-1235-23
+sign 췤 56-1234-1235-235
+sign 췥 56-1234-1235-236
+sign 췦 56-1234-1235-256
+sign 췧 56-1234-1235-356
+sign 취 56-134-1235
+sign 췩 56-134-1235-1
+sign 췪 56-134-1235-1-1
+sign 췫 56-134-1235-1-3
+sign 췬 56-134-1235-25
+sign 췭 56-134-1235-25-13
+sign 췮 56-134-1235-25-356
+sign 췯 56-134-1235-35
+sign 췰 56-134-1235-2
+sign 췱 56-134-1235-2-1
+sign 췲 56-134-1235-2-26
+sign 췳 56-134-1235-2-12
+sign 췴 56-134-1235-2-3
+sign 췵 56-134-1235-2-236
+sign 췶 56-134-1235-2-256
+sign 췷 56-134-1235-2-356
+sign 췸 56-134-1235-26
+sign 췹 56-134-1235-12
+sign 췺 56-134-1235-12-3
+sign 췻 56-134-1235-3
+sign 췼 56-134-1235-34
+sign 췽 56-134-1235-2356
+sign 췾 56-134-1235-13
+sign 췿 56-134-1235-23
+sign 츀 56-134-1235-235
+sign 츁 56-134-1235-236
+sign 츂 56-134-1235-256
+sign 츃 56-134-1235-356
+sign 츄 56-146
+sign 츅 56-146-1
+sign 츆 56-146-1-1
+sign 츇 56-146-1-3
+sign 츈 56-146-25
+sign 츉 56-146-25-13
+sign 츊 56-146-25-356
+sign 츋 56-146-35
+sign 츌 56-146-2
+sign 츍 56-146-2-1
+sign 츎 56-146-2-26
+sign 츏 56-146-2-12
+sign 츐 56-146-2-3
+sign 츑 56-146-2-236
+sign 츒 56-146-2-256
+sign 츓 56-146-2-356
+sign 츔 56-146-26
+sign 츕 56-146-12
+sign 츖 56-146-12-3
+sign 츗 56-146-3
+sign 츘 56-146-34
+sign 츙 56-146-2356
+sign 츚 56-146-13
+sign 츛 56-146-23
+sign 츜 56-146-235
+sign 츝 56-146-236
+sign 츞 56-146-256
+sign 츟 56-146-356
+sign 츠 56-246
+sign 측 56-246-1
+sign 츢 56-246-1-1
+sign 츣 56-246-1-3
+sign 츤 56-246-25
+sign 츥 56-246-25-13
+sign 츦 56-246-25-356
+sign 츧 56-246-35
+sign 츨 56-246-2
+sign 츩 56-246-2-1
+sign 츪 56-246-2-26
+sign 츫 56-246-2-12
+sign 츬 56-246-2-3
+sign 츭 56-246-2-236
+sign 츮 56-246-2-256
+sign 츯 56-246-2-356
+sign 츰 56-246-26
+sign 츱 56-246-12
+sign 츲 56-246-12-3
+sign 츳 56-246-3
+sign 츴 56-246-34
+sign 층 56-246-2356
+sign 츶 56-246-13
+sign 츷 56-246-23
+sign 츸 56-246-235
+sign 츹 56-246-236
+sign 츺 56-246-256
+sign 츻 56-246-356
+sign 츼 56-2456
+sign 츽 56-2456-1
+sign 츾 56-2456-1-1
+sign 츿 56-2456-1-3
+sign 칀 56-2456-25
+sign 칁 56-2456-25-13
+sign 칂 56-2456-25-356
+sign 칃 56-2456-35
+sign 칄 56-2456-2
+sign 칅 56-2456-2-1
+sign 칆 56-2456-2-26
+sign 칇 56-2456-2-12
+sign 칈 56-2456-2-3
+sign 칉 56-2456-2-236
+sign 칊 56-2456-2-256
+sign 칋 56-2456-2-356
+sign 칌 56-2456-26
+sign 칍 56-2456-12
+sign 칎 56-2456-12-3
+sign 칏 56-2456-3
+sign 칐 56-2456-34
+sign 칑 56-2456-2356
+sign 칒 56-2456-13
+sign 칓 56-2456-23
+sign 칔 56-2456-235
+sign 칕 56-2456-236
+sign 칖 56-2456-256
+sign 칗 56-2456-356
+sign 치 56-135
+sign 칙 56-135-1
+sign 칚 56-135-1-1
+sign 칛 56-135-1-3
+sign 친 56-135-25
+sign 칝 56-135-25-13
+sign 칞 56-135-25-356
+sign 칟 56-135-35
+sign 칠 56-135-2
+sign 칡 56-135-2-1
+sign 칢 56-135-2-26
+sign 칣 56-135-2-12
+sign 칤 56-135-2-3
+sign 칥 56-135-2-236
+sign 칦 56-135-2-256
+sign 칧 56-135-2-356
+sign 침 56-135-26
+sign 칩 56-135-12
+sign 칪 56-135-12-3
+sign 칫 56-135-3
+sign 칬 56-135-34
+sign 칭 56-135-2356
+sign 칮 56-135-13
+sign 칯 56-135-23
+sign 칰 56-135-235
+sign 칱 56-135-236
+sign 칲 56-135-256
+sign 칳 56-135-356
+sign 카 124-126
+sign 칵 124-126-1
+sign 칶 124-126-1-1
+sign 칷 124-126-1-3
+sign 칸 124-126-25
+sign 칹 124-126-25-13
+sign 칺 124-126-25-356
+sign 칻 124-126-35
+sign 칼 124-126-2
+sign 칽 124-126-2-1
+sign 칾 124-126-2-26
+sign 칿 124-126-2-12
+sign 캀 124-126-2-3
+sign 캁 124-126-2-236
+sign 캂 124-126-2-256
+sign 캃 124-126-2-356
+sign 캄 124-126-26
+sign 캅 124-126-12
+sign 캆 124-126-12-3
+sign 캇 124-126-3
+sign 캈 124-126-34
+sign 캉 124-126-2356
+sign 캊 124-126-13
+sign 캋 124-126-23
+sign 캌 124-126-235
+sign 캍 124-126-236
+sign 캎 124-126-256
+sign 캏 124-126-356
+sign 캐 124-1235
+sign 캑 124-1235-1
+sign 캒 124-1235-1-1
+sign 캓 124-1235-1-3
+sign 캔 124-1235-25
+sign 캕 124-1235-25-13
+sign 캖 124-1235-25-356
+sign 캗 124-1235-35
+sign 캘 124-1235-2
+sign 캙 124-1235-2-1
+sign 캚 124-1235-2-26
+sign 캛 124-1235-2-12
+sign 캜 124-1235-2-3
+sign 캝 124-1235-2-236
+sign 캞 124-1235-2-256
+sign 캟 124-1235-2-356
+sign 캠 124-1235-26
+sign 캡 124-1235-12
+sign 캢 124-1235-12-3
+sign 캣 124-1235-3
+sign 캤 124-1235-34
+sign 캥 124-1235-2356
+sign 캦 124-1235-13
+sign 캧 124-1235-23
+sign 캨 124-1235-235
+sign 캩 124-1235-236
+sign 캪 124-1235-256
+sign 캫 124-1235-356
+sign 캬 124-345
+sign 캭 124-345-1
+sign 캮 124-345-1-1
+sign 캯 124-345-1-3
+sign 캰 124-345-25
+sign 캱 124-345-25-13
+sign 캲 124-345-25-356
+sign 캳 124-345-35
+sign 캴 124-345-2
+sign 캵 124-345-2-1
+sign 캶 124-345-2-26
+sign 캷 124-345-2-12
+sign 캸 124-345-2-3
+sign 캹 124-345-2-236
+sign 캺 124-345-2-256
+sign 캻 124-345-2-356
+sign 캼 124-345-26
+sign 캽 124-345-12
+sign 캾 124-345-12-3
+sign 캿 124-345-3
+sign 컀 124-345-34
+sign 컁 124-345-2356
+sign 컂 124-345-13
+sign 컃 124-345-23
+sign 컄 124-345-235
+sign 컅 124-345-236
+sign 컆 124-345-256
+sign 컇 124-345-356
+sign 컈 124-345-1235
+sign 컉 124-345-1235-1
+sign 컊 124-345-1235-1-1
+sign 컋 124-345-1235-1-3
+sign 컌 124-345-1235-25
+sign 컍 124-345-1235-25-13
+sign 컎 124-345-1235-25-356
+sign 컏 124-345-1235-35
+sign 컐 124-345-1235-2
+sign 컑 124-345-1235-2-1
+sign 컒 124-345-1235-2-26
+sign 컓 124-345-1235-2-12
+sign 컔 124-345-1235-2-3
+sign 컕 124-345-1235-2-236
+sign 컖 124-345-1235-2-256
+sign 컗 124-345-1235-2-356
+sign 컘 124-345-1235-26
+sign 컙 124-345-1235-12
+sign 컚 124-345-1235-12-3
+sign 컛 124-345-1235-3
+sign 컜 124-345-1235-34
+sign 컝 124-345-1235-2356
+sign 컞 124-345-1235-13
+sign 컟 124-345-1235-23
+sign 컠 124-345-1235-235
+sign 컡 124-345-1235-236
+sign 컢 124-345-1235-256
+sign 컣 124-345-1235-356
+sign 커 124-234
+sign 컥 124-234-1
+sign 컦 124-234-1-1
+sign 컧 124-234-1-3
+sign 컨 124-234-25
+sign 컩 124-234-25-13
+sign 컪 124-234-25-356
+sign 컫 124-234-35
+sign 컬 124-234-2
+sign 컭 124-234-2-1
+sign 컮 124-234-2-26
+sign 컯 124-234-2-12
+sign 컰 124-234-2-3
+sign 컱 124-234-2-236
+sign 컲 124-234-2-256
+sign 컳 124-234-2-356
+sign 컴 124-234-26
+sign 컵 124-234-12
+sign 컶 124-234-12-3
+sign 컷 124-234-3
+sign 컸 124-234-34
+sign 컹 124-234-2356
+sign 컺 124-234-13
+sign 컻 124-234-23
+sign 컼 124-234-235
+sign 컽 124-234-236
+sign 컾 124-234-256
+sign 컿 124-234-356
+sign 케 124-1345
+sign 켁 124-1345-1
+sign 켂 124-1345-1-1
+sign 켃 124-1345-1-3
+sign 켄 124-1345-25
+sign 켅 124-1345-25-13
+sign 켆 124-1345-25-356
+sign 켇 124-1345-35
+sign 켈 124-1345-2
+sign 켉 124-1345-2-1
+sign 켊 124-1345-2-26
+sign 켋 124-1345-2-12
+sign 켌 124-1345-2-3
+sign 켍 124-1345-2-236
+sign 켎 124-1345-2-256
+sign 켏 124-1345-2-356
+sign 켐 124-1345-26
+sign 켑 124-1345-12
+sign 켒 124-1345-12-3
+sign 켓 124-1345-3
+sign 켔 124-1345-34
+sign 켕 124-1345-2356
+sign 켖 124-1345-13
+sign 켗 124-1345-23
+sign 켘 124-1345-235
+sign 켙 124-1345-236
+sign 켚 124-1345-256
+sign 켛 124-1345-356
+sign 켜 124-156
+sign 켝 124-156-1
+sign 켞 124-156-1-1
+sign 켟 124-156-1-3
+sign 켠 124-156-25
+sign 켡 124-156-25-13
+sign 켢 124-156-25-356
+sign 켣 124-156-35
+sign 켤 124-156-2
+sign 켥 124-156-2-1
+sign 켦 124-156-2-26
+sign 켧 124-156-2-12
+sign 켨 124-156-2-3
+sign 켩 124-156-2-236
+sign 켪 124-156-2-256
+sign 켫 124-156-2-356
+sign 켬 124-156-26
+sign 켭 124-156-12
+sign 켮 124-156-12-3
+sign 켯 124-156-3
+sign 켰 124-156-34
+sign 켱 124-156-2356
+sign 켲 124-156-13
+sign 켳 124-156-23
+sign 켴 124-156-235
+sign 켵 124-156-236
+sign 켶 124-156-256
+sign 켷 124-156-356
+sign 켸 124-34
+sign 켹 124-34-1
+sign 켺 124-34-1-1
+sign 켻 124-34-1-3
+sign 켼 124-34-25
+sign 켽 124-34-25-13
+sign 켾 124-34-25-356
+sign 켿 124-34-35
+sign 콀 124-34-2
+sign 콁 124-34-2-1
+sign 콂 124-34-2-26
+sign 콃 124-34-2-12
+sign 콄 124-34-2-3
+sign 콅 124-34-2-236
+sign 콆 124-34-2-256
+sign 콇 124-34-2-356
+sign 콈 124-34-26
+sign 콉 124-34-12
+sign 콊 124-34-12-3
+sign 콋 124-34-3
+sign 콌 124-34-34
+sign 콍 124-34-2356
+sign 콎 124-34-13
+sign 콏 124-34-23
+sign 콐 124-34-235
+sign 콑 124-34-236
+sign 콒 124-34-256
+sign 콓 124-34-356
+sign 코 124-136
+sign 콕 124-136-1
+sign 콖 124-136-1-1
+sign 콗 124-136-1-3
+sign 콘 124-136-25
+sign 콙 124-136-25-13
+sign 콚 124-136-25-356
+sign 콛 124-136-35
+sign 콜 124-136-2
+sign 콝 124-136-2-1
+sign 콞 124-136-2-26
+sign 콟 124-136-2-12
+sign 콠 124-136-2-3
+sign 콡 124-136-2-236
+sign 콢 124-136-2-256
+sign 콣 124-136-2-356
+sign 콤 124-136-26
+sign 콥 124-136-12
+sign 콦 124-136-12-3
+sign 콧 124-136-3
+sign 콨 124-136-34
+sign 콩 124-136-2356
+sign 콪 124-136-13
+sign 콫 124-136-23
+sign 콬 124-136-235
+sign 콭 124-136-236
+sign 콮 124-136-256
+sign 콯 124-136-356
+sign 콰 124-1236
+sign 콱 124-1236-1
+sign 콲 124-1236-1-1
+sign 콳 124-1236-1-3
+sign 콴 124-1236-25
+sign 콵 124-1236-25-13
+sign 콶 124-1236-25-356
+sign 콷 124-1236-35
+sign 콸 124-1236-2
+sign 콹 124-1236-2-1
+sign 콺 124-1236-2-26
+sign 콻 124-1236-2-12
+sign 콼 124-1236-2-3
+sign 콽 124-1236-2-236
+sign 콾 124-1236-2-256
+sign 콿 124-1236-2-356
+sign 쾀 124-1236-26
+sign 쾁 124-1236-12
+sign 쾂 124-1236-12-3
+sign 쾃 124-1236-3
+sign 쾄 124-1236-34
+sign 쾅 124-1236-2356
+sign 쾆 124-1236-13
+sign 쾇 124-1236-23
+sign 쾈 124-1236-235
+sign 쾉 124-1236-236
+sign 쾊 124-1236-256
+sign 쾋 124-1236-356
+sign 쾌 124-1236-1235
+sign 쾍 124-1236-1235-1
+sign 쾎 124-1236-1235-1-1
+sign 쾏 124-1236-1235-1-3
+sign 쾐 124-1236-1235-25
+sign 쾑 124-1236-1235-25-13
+sign 쾒 124-1236-1235-25-356
+sign 쾓 124-1236-1235-35
+sign 쾔 124-1236-1235-2
+sign 쾕 124-1236-1235-2-1
+sign 쾖 124-1236-1235-2-26
+sign 쾗 124-1236-1235-2-12
+sign 쾘 124-1236-1235-2-3
+sign 쾙 124-1236-1235-2-236
+sign 쾚 124-1236-1235-2-256
+sign 쾛 124-1236-1235-2-356
+sign 쾜 124-1236-1235-26
+sign 쾝 124-1236-1235-12
+sign 쾞 124-1236-1235-12-3
+sign 쾟 124-1236-1235-3
+sign 쾠 124-1236-1235-34
+sign 쾡 124-1236-1235-2356
+sign 쾢 124-1236-1235-13
+sign 쾣 124-1236-1235-23
+sign 쾤 124-1236-1235-235
+sign 쾥 124-1236-1235-236
+sign 쾦 124-1236-1235-256
+sign 쾧 124-1236-1235-356
+sign 쾨 124-13456
+sign 쾩 124-13456-1
+sign 쾪 124-13456-1-1
+sign 쾫 124-13456-1-3
+sign 쾬 124-13456-25
+sign 쾭 124-13456-25-13
+sign 쾮 124-13456-25-356
+sign 쾯 124-13456-35
+sign 쾰 124-13456-2
+sign 쾱 124-13456-2-1
+sign 쾲 124-13456-2-26
+sign 쾳 124-13456-2-12
+sign 쾴 124-13456-2-3
+sign 쾵 124-13456-2-236
+sign 쾶 124-13456-2-256
+sign 쾷 124-13456-2-356
+sign 쾸 124-13456-26
+sign 쾹 124-13456-12
+sign 쾺 124-13456-12-3
+sign 쾻 124-13456-3
+sign 쾼 124-13456-34
+sign 쾽 124-13456-2356
+sign 쾾 124-13456-13
+sign 쾿 124-13456-23
+sign 쿀 124-13456-235
+sign 쿁 124-13456-236
+sign 쿂 124-13456-256
+sign 쿃 124-13456-356
+sign 쿄 124-346
+sign 쿅 124-346-1
+sign 쿆 124-346-1-1
+sign 쿇 124-346-1-3
+sign 쿈 124-346-25
+sign 쿉 124-346-25-13
+sign 쿊 124-346-25-356
+sign 쿋 124-346-35
+sign 쿌 124-346-2
+sign 쿍 124-346-2-1
+sign 쿎 124-346-2-26
+sign 쿏 124-346-2-12
+sign 쿐 124-346-2-3
+sign 쿑 124-346-2-236
+sign 쿒 124-346-2-256
+sign 쿓 124-346-2-356
+sign 쿔 124-346-26
+sign 쿕 124-346-12
+sign 쿖 124-346-12-3
+sign 쿗 124-346-3
+sign 쿘 124-346-34
+sign 쿙 124-346-2356
+sign 쿚 124-346-13
+sign 쿛 124-346-23
+sign 쿜 124-346-235
+sign 쿝 124-346-236
+sign 쿞 124-346-256
+sign 쿟 124-346-356
+sign 쿠 124-134
+sign 쿡 124-134-1
+sign 쿢 124-134-1-1
+sign 쿣 124-134-1-3
+sign 쿤 124-134-25
+sign 쿥 124-134-25-13
+sign 쿦 124-134-25-356
+sign 쿧 124-134-35
+sign 쿨 124-134-2
+sign 쿩 124-134-2-1
+sign 쿪 124-134-2-26
+sign 쿫 124-134-2-12
+sign 쿬 124-134-2-3
+sign 쿭 124-134-2-236
+sign 쿮 124-134-2-256
+sign 쿯 124-134-2-356
+sign 쿰 124-134-26
+sign 쿱 124-134-12
+sign 쿲 124-134-12-3
+sign 쿳 124-134-3
+sign 쿴 124-134-34
+sign 쿵 124-134-2356
+sign 쿶 124-134-13
+sign 쿷 124-134-23
+sign 쿸 124-134-235
+sign 쿹 124-134-236
+sign 쿺 124-134-256
+sign 쿻 124-134-356
+sign 쿼 124-1234
+sign 쿽 124-1234-1
+sign 쿾 124-1234-1-1
+sign 쿿 124-1234-1-3
+sign 퀀 124-1234-25
+sign 퀁 124-1234-25-13
+sign 퀂 124-1234-25-356
+sign 퀃 124-1234-35
+sign 퀄 124-1234-2
+sign 퀅 124-1234-2-1
+sign 퀆 124-1234-2-26
+sign 퀇 124-1234-2-12
+sign 퀈 124-1234-2-3
+sign 퀉 124-1234-2-236
+sign 퀊 124-1234-2-256
+sign 퀋 124-1234-2-356
+sign 퀌 124-1234-26
+sign 퀍 124-1234-12
+sign 퀎 124-1234-12-3
+sign 퀏 124-1234-3
+sign 퀐 124-1234-34
+sign 퀑 124-1234-2356
+sign 퀒 124-1234-13
+sign 퀓 124-1234-23
+sign 퀔 124-1234-235
+sign 퀕 124-1234-236
+sign 퀖 124-1234-256
+sign 퀗 124-1234-356
+sign 퀘 124-1234-1235
+sign 퀙 124-1234-1235-1
+sign 퀚 124-1234-1235-1-1
+sign 퀛 124-1234-1235-1-3
+sign 퀜 124-1234-1235-25
+sign 퀝 124-1234-1235-25-13
+sign 퀞 124-1234-1235-25-356
+sign 퀟 124-1234-1235-35
+sign 퀠 124-1234-1235-2
+sign 퀡 124-1234-1235-2-1
+sign 퀢 124-1234-1235-2-26
+sign 퀣 124-1234-1235-2-12
+sign 퀤 124-1234-1235-2-3
+sign 퀥 124-1234-1235-2-236
+sign 퀦 124-1234-1235-2-256
+sign 퀧 124-1234-1235-2-356
+sign 퀨 124-1234-1235-26
+sign 퀩 124-1234-1235-12
+sign 퀪 124-1234-1235-12-3
+sign 퀫 124-1234-1235-3
+sign 퀬 124-1234-1235-34
+sign 퀭 124-1234-1235-2356
+sign 퀮 124-1234-1235-13
+sign 퀯 124-1234-1235-23
+sign 퀰 124-1234-1235-235
+sign 퀱 124-1234-1235-236
+sign 퀲 124-1234-1235-256
+sign 퀳 124-1234-1235-356
+sign 퀴 124-134-1235
+sign 퀵 124-134-1235-1
+sign 퀶 124-134-1235-1-1
+sign 퀷 124-134-1235-1-3
+sign 퀸 124-134-1235-25
+sign 퀹 124-134-1235-25-13
+sign 퀺 124-134-1235-25-356
+sign 퀻 124-134-1235-35
+sign 퀼 124-134-1235-2
+sign 퀽 124-134-1235-2-1
+sign 퀾 124-134-1235-2-26
+sign 퀿 124-134-1235-2-12
+sign 큀 124-134-1235-2-3
+sign 큁 124-134-1235-2-236
+sign 큂 124-134-1235-2-256
+sign 큃 124-134-1235-2-356
+sign 큄 124-134-1235-26
+sign 큅 124-134-1235-12
+sign 큆 124-134-1235-12-3
+sign 큇 124-134-1235-3
+sign 큈 124-134-1235-34
+sign 큉 124-134-1235-2356
+sign 큊 124-134-1235-13
+sign 큋 124-134-1235-23
+sign 큌 124-134-1235-235
+sign 큍 124-134-1235-236
+sign 큎 124-134-1235-256
+sign 큏 124-134-1235-356
+sign 큐 124-146
+sign 큑 124-146-1
+sign 큒 124-146-1-1
+sign 큓 124-146-1-3
+sign 큔 124-146-25
+sign 큕 124-146-25-13
+sign 큖 124-146-25-356
+sign 큗 124-146-35
+sign 큘 124-146-2
+sign 큙 124-146-2-1
+sign 큚 124-146-2-26
+sign 큛 124-146-2-12
+sign 큜 124-146-2-3
+sign 큝 124-146-2-236
+sign 큞 124-146-2-256
+sign 큟 124-146-2-356
+sign 큠 124-146-26
+sign 큡 124-146-12
+sign 큢 124-146-12-3
+sign 큣 124-146-3
+sign 큤 124-146-34
+sign 큥 124-146-2356
+sign 큦 124-146-13
+sign 큧 124-146-23
+sign 큨 124-146-235
+sign 큩 124-146-236
+sign 큪 124-146-256
+sign 큫 124-146-356
+sign 크 124-246
+sign 큭 124-246-1
+sign 큮 124-246-1-1
+sign 큯 124-246-1-3
+sign 큰 124-246-25
+sign 큱 124-246-25-13
+sign 큲 124-246-25-356
+sign 큳 124-246-35
+sign 클 124-246-2
+sign 큵 124-246-2-1
+sign 큶 124-246-2-26
+sign 큷 124-246-2-12
+sign 큸 124-246-2-3
+sign 큹 124-246-2-236
+sign 큺 124-246-2-256
+sign 큻 124-246-2-356
+sign 큼 124-246-26
+sign 큽 124-246-12
+sign 큾 124-246-12-3
+sign 큿 124-246-3
+sign 킀 124-246-34
+sign 킁 124-246-2356
+sign 킂 124-246-13
+sign 킃 124-246-23
+sign 킄 124-246-235
+sign 킅 124-246-236
+sign 킆 124-246-256
+sign 킇 124-246-356
+sign 킈 124-2456
+sign 킉 124-2456-1
+sign 킊 124-2456-1-1
+sign 킋 124-2456-1-3
+sign 킌 124-2456-25
+sign 킍 124-2456-25-13
+sign 킎 124-2456-25-356
+sign 킏 124-2456-35
+sign 킐 124-2456-2
+sign 킑 124-2456-2-1
+sign 킒 124-2456-2-26
+sign 킓 124-2456-2-12
+sign 킔 124-2456-2-3
+sign 킕 124-2456-2-236
+sign 킖 124-2456-2-256
+sign 킗 124-2456-2-356
+sign 킘 124-2456-26
+sign 킙 124-2456-12
+sign 킚 124-2456-12-3
+sign 킛 124-2456-3
+sign 킜 124-2456-34
+sign 킝 124-2456-2356
+sign 킞 124-2456-13
+sign 킟 124-2456-23
+sign 킠 124-2456-235
+sign 킡 124-2456-236
+sign 킢 124-2456-256
+sign 킣 124-2456-356
+sign 키 124-135
+sign 킥 124-135-1
+sign 킦 124-135-1-1
+sign 킧 124-135-1-3
+sign 킨 124-135-25
+sign 킩 124-135-25-13
+sign 킪 124-135-25-356
+sign 킫 124-135-35
+sign 킬 124-135-2
+sign 킭 124-135-2-1
+sign 킮 124-135-2-26
+sign 킯 124-135-2-12
+sign 킰 124-135-2-3
+sign 킱 124-135-2-236
+sign 킲 124-135-2-256
+sign 킳 124-135-2-356
+sign 킴 124-135-26
+sign 킵 124-135-12
+sign 킶 124-135-12-3
+sign 킷 124-135-3
+sign 킸 124-135-34
+sign 킹 124-135-2356
+sign 킺 124-135-13
+sign 킻 124-135-23
+sign 킼 124-135-235
+sign 킽 124-135-236
+sign 킾 124-135-256
+sign 킿 124-135-356
+sign 타 125-126
+sign 탁 125-126-1
+sign 탂 125-126-1-1
+sign 탃 125-126-1-3
+sign 탄 125-126-25
+sign 탅 125-126-25-13
+sign 탆 125-126-25-356
+sign 탇 125-126-35
+sign 탈 125-126-2
+sign 탉 125-126-2-1
+sign 탊 125-126-2-26
+sign 탋 125-126-2-12
+sign 탌 125-126-2-3
+sign 탍 125-126-2-236
+sign 탎 125-126-2-256
+sign 탏 125-126-2-356
+sign 탐 125-126-26
+sign 탑 125-126-12
+sign 탒 125-126-12-3
+sign 탓 125-126-3
+sign 탔 125-126-34
+sign 탕 125-126-2356
+sign 탖 125-126-13
+sign 탗 125-126-23
+sign 탘 125-126-235
+sign 탙 125-126-236
+sign 탚 125-126-256
+sign 탛 125-126-356
+sign 태 125-1235
+sign 택 125-1235-1
+sign 탞 125-1235-1-1
+sign 탟 125-1235-1-3
+sign 탠 125-1235-25
+sign 탡 125-1235-25-13
+sign 탢 125-1235-25-356
+sign 탣 125-1235-35
+sign 탤 125-1235-2
+sign 탥 125-1235-2-1
+sign 탦 125-1235-2-26
+sign 탧 125-1235-2-12
+sign 탨 125-1235-2-3
+sign 탩 125-1235-2-236
+sign 탪 125-1235-2-256
+sign 탫 125-1235-2-356
+sign 탬 125-1235-26
+sign 탭 125-1235-12
+sign 탮 125-1235-12-3
+sign 탯 125-1235-3
+sign 탰 125-1235-34
+sign 탱 125-1235-2356
+sign 탲 125-1235-13
+sign 탳 125-1235-23
+sign 탴 125-1235-235
+sign 탵 125-1235-236
+sign 탶 125-1235-256
+sign 탷 125-1235-356
+sign 탸 125-345
+sign 탹 125-345-1
+sign 탺 125-345-1-1
+sign 탻 125-345-1-3
+sign 탼 125-345-25
+sign 탽 125-345-25-13
+sign 탾 125-345-25-356
+sign 탿 125-345-35
+sign 턀 125-345-2
+sign 턁 125-345-2-1
+sign 턂 125-345-2-26
+sign 턃 125-345-2-12
+sign 턄 125-345-2-3
+sign 턅 125-345-2-236
+sign 턆 125-345-2-256
+sign 턇 125-345-2-356
+sign 턈 125-345-26
+sign 턉 125-345-12
+sign 턊 125-345-12-3
+sign 턋 125-345-3
+sign 턌 125-345-34
+sign 턍 125-345-2356
+sign 턎 125-345-13
+sign 턏 125-345-23
+sign 턐 125-345-235
+sign 턑 125-345-236
+sign 턒 125-345-256
+sign 턓 125-345-356
+sign 턔 125-345-1235
+sign 턕 125-345-1235-1
+sign 턖 125-345-1235-1-1
+sign 턗 125-345-1235-1-3
+sign 턘 125-345-1235-25
+sign 턙 125-345-1235-25-13
+sign 턚 125-345-1235-25-356
+sign 턛 125-345-1235-35
+sign 턜 125-345-1235-2
+sign 턝 125-345-1235-2-1
+sign 턞 125-345-1235-2-26
+sign 턟 125-345-1235-2-12
+sign 턠 125-345-1235-2-3
+sign 턡 125-345-1235-2-236
+sign 턢 125-345-1235-2-256
+sign 턣 125-345-1235-2-356
+sign 턤 125-345-1235-26
+sign 턥 125-345-1235-12
+sign 턦 125-345-1235-12-3
+sign 턧 125-345-1235-3
+sign 턨 125-345-1235-34
+sign 턩 125-345-1235-2356
+sign 턪 125-345-1235-13
+sign 턫 125-345-1235-23
+sign 턬 125-345-1235-235
+sign 턭 125-345-1235-236
+sign 턮 125-345-1235-256
+sign 턯 125-345-1235-356
+sign 터 125-234
+sign 턱 125-234-1
+sign 턲 125-234-1-1
+sign 턳 125-234-1-3
+sign 턴 125-234-25
+sign 턵 125-234-25-13
+sign 턶 125-234-25-356
+sign 턷 125-234-35
+sign 털 125-234-2
+sign 턹 125-234-2-1
+sign 턺 125-234-2-26
+sign 턻 125-234-2-12
+sign 턼 125-234-2-3
+sign 턽 125-234-2-236
+sign 턾 125-234-2-256
+sign 턿 125-234-2-356
+sign 텀 125-234-26
+sign 텁 125-234-12
+sign 텂 125-234-12-3
+sign 텃 125-234-3
+sign 텄 125-234-34
+sign 텅 125-234-2356
+sign 텆 125-234-13
+sign 텇 125-234-23
+sign 텈 125-234-235
+sign 텉 125-234-236
+sign 텊 125-234-256
+sign 텋 125-234-356
+sign 테 125-1345
+sign 텍 125-1345-1
+sign 텎 125-1345-1-1
+sign 텏 125-1345-1-3
+sign 텐 125-1345-25
+sign 텑 125-1345-25-13
+sign 텒 125-1345-25-356
+sign 텓 125-1345-35
+sign 텔 125-1345-2
+sign 텕 125-1345-2-1
+sign 텖 125-1345-2-26
+sign 텗 125-1345-2-12
+sign 텘 125-1345-2-3
+sign 텙 125-1345-2-236
+sign 텚 125-1345-2-256
+sign 텛 125-1345-2-356
+sign 템 125-1345-26
+sign 텝 125-1345-12
+sign 텞 125-1345-12-3
+sign 텟 125-1345-3
+sign 텠 125-1345-34
+sign 텡 125-1345-2356
+sign 텢 125-1345-13
+sign 텣 125-1345-23
+sign 텤 125-1345-235
+sign 텥 125-1345-236
+sign 텦 125-1345-256
+sign 텧 125-1345-356
+sign 텨 125-156
+sign 텩 125-156-1
+sign 텪 125-156-1-1
+sign 텫 125-156-1-3
+sign 텬 125-156-25
+sign 텭 125-156-25-13
+sign 텮 125-156-25-356
+sign 텯 125-156-35
+sign 텰 125-156-2
+sign 텱 125-156-2-1
+sign 텲 125-156-2-26
+sign 텳 125-156-2-12
+sign 텴 125-156-2-3
+sign 텵 125-156-2-236
+sign 텶 125-156-2-256
+sign 텷 125-156-2-356
+sign 텸 125-156-26
+sign 텹 125-156-12
+sign 텺 125-156-12-3
+sign 텻 125-156-3
+sign 텼 125-156-34
+sign 텽 125-156-2356
+sign 텾 125-156-13
+sign 텿 125-156-23
+sign 톀 125-156-235
+sign 톁 125-156-236
+sign 톂 125-156-256
+sign 톃 125-156-356
+sign 톄 125-34
+sign 톅 125-34-1
+sign 톆 125-34-1-1
+sign 톇 125-34-1-3
+sign 톈 125-34-25
+sign 톉 125-34-25-13
+sign 톊 125-34-25-356
+sign 톋 125-34-35
+sign 톌 125-34-2
+sign 톍 125-34-2-1
+sign 톎 125-34-2-26
+sign 톏 125-34-2-12
+sign 톐 125-34-2-3
+sign 톑 125-34-2-236
+sign 톒 125-34-2-256
+sign 톓 125-34-2-356
+sign 톔 125-34-26
+sign 톕 125-34-12
+sign 톖 125-34-12-3
+sign 톗 125-34-3
+sign 톘 125-34-34
+sign 톙 125-34-2356
+sign 톚 125-34-13
+sign 톛 125-34-23
+sign 톜 125-34-235
+sign 톝 125-34-236
+sign 톞 125-34-256
+sign 톟 125-34-356
+sign 토 125-136
+sign 톡 125-136-1
+sign 톢 125-136-1-1
+sign 톣 125-136-1-3
+sign 톤 125-136-25
+sign 톥 125-136-25-13
+sign 톦 125-136-25-356
+sign 톧 125-136-35
+sign 톨 125-136-2
+sign 톩 125-136-2-1
+sign 톪 125-136-2-26
+sign 톫 125-136-2-12
+sign 톬 125-136-2-3
+sign 톭 125-136-2-236
+sign 톮 125-136-2-256
+sign 톯 125-136-2-356
+sign 톰 125-136-26
+sign 톱 125-136-12
+sign 톲 125-136-12-3
+sign 톳 125-136-3
+sign 톴 125-136-34
+sign 통 125-136-2356
+sign 톶 125-136-13
+sign 톷 125-136-23
+sign 톸 125-136-235
+sign 톹 125-136-236
+sign 톺 125-136-256
+sign 톻 125-136-356
+sign 톼 125-1236
+sign 톽 125-1236-1
+sign 톾 125-1236-1-1
+sign 톿 125-1236-1-3
+sign 퇀 125-1236-25
+sign 퇁 125-1236-25-13
+sign 퇂 125-1236-25-356
+sign 퇃 125-1236-35
+sign 퇄 125-1236-2
+sign 퇅 125-1236-2-1
+sign 퇆 125-1236-2-26
+sign 퇇 125-1236-2-12
+sign 퇈 125-1236-2-3
+sign 퇉 125-1236-2-236
+sign 퇊 125-1236-2-256
+sign 퇋 125-1236-2-356
+sign 퇌 125-1236-26
+sign 퇍 125-1236-12
+sign 퇎 125-1236-12-3
+sign 퇏 125-1236-3
+sign 퇐 125-1236-34
+sign 퇑 125-1236-2356
+sign 퇒 125-1236-13
+sign 퇓 125-1236-23
+sign 퇔 125-1236-235
+sign 퇕 125-1236-236
+sign 퇖 125-1236-256
+sign 퇗 125-1236-356
+sign 퇘 125-1236-1235
+sign 퇙 125-1236-1235-1
+sign 퇚 125-1236-1235-1-1
+sign 퇛 125-1236-1235-1-3
+sign 퇜 125-1236-1235-25
+sign 퇝 125-1236-1235-25-13
+sign 퇞 125-1236-1235-25-356
+sign 퇟 125-1236-1235-35
+sign 퇠 125-1236-1235-2
+sign 퇡 125-1236-1235-2-1
+sign 퇢 125-1236-1235-2-26
+sign 퇣 125-1236-1235-2-12
+sign 퇤 125-1236-1235-2-3
+sign 퇥 125-1236-1235-2-236
+sign 퇦 125-1236-1235-2-256
+sign 퇧 125-1236-1235-2-356
+sign 퇨 125-1236-1235-26
+sign 퇩 125-1236-1235-12
+sign 퇪 125-1236-1235-12-3
+sign 퇫 125-1236-1235-3
+sign 퇬 125-1236-1235-34
+sign 퇭 125-1236-1235-2356
+sign 퇮 125-1236-1235-13
+sign 퇯 125-1236-1235-23
+sign 퇰 125-1236-1235-235
+sign 퇱 125-1236-1235-236
+sign 퇲 125-1236-1235-256
+sign 퇳 125-1236-1235-356
+sign 퇴 125-13456
+sign 퇵 125-13456-1
+sign 퇶 125-13456-1-1
+sign 퇷 125-13456-1-3
+sign 퇸 125-13456-25
+sign 퇹 125-13456-25-13
+sign 퇺 125-13456-25-356
+sign 퇻 125-13456-35
+sign 퇼 125-13456-2
+sign 퇽 125-13456-2-1
+sign 퇾 125-13456-2-26
+sign 퇿 125-13456-2-12
+sign 툀 125-13456-2-3
+sign 툁 125-13456-2-236
+sign 툂 125-13456-2-256
+sign 툃 125-13456-2-356
+sign 툄 125-13456-26
+sign 툅 125-13456-12
+sign 툆 125-13456-12-3
+sign 툇 125-13456-3
+sign 툈 125-13456-34
+sign 툉 125-13456-2356
+sign 툊 125-13456-13
+sign 툋 125-13456-23
+sign 툌 125-13456-235
+sign 툍 125-13456-236
+sign 툎 125-13456-256
+sign 툏 125-13456-356
+sign 툐 125-346
+sign 툑 125-346-1
+sign 툒 125-346-1-1
+sign 툓 125-346-1-3
+sign 툔 125-346-25
+sign 툕 125-346-25-13
+sign 툖 125-346-25-356
+sign 툗 125-346-35
+sign 툘 125-346-2
+sign 툙 125-346-2-1
+sign 툚 125-346-2-26
+sign 툛 125-346-2-12
+sign 툜 125-346-2-3
+sign 툝 125-346-2-236
+sign 툞 125-346-2-256
+sign 툟 125-346-2-356
+sign 툠 125-346-26
+sign 툡 125-346-12
+sign 툢 125-346-12-3
+sign 툣 125-346-3
+sign 툤 125-346-34
+sign 툥 125-346-2356
+sign 툦 125-346-13
+sign 툧 125-346-23
+sign 툨 125-346-235
+sign 툩 125-346-236
+sign 툪 125-346-256
+sign 툫 125-346-356
+sign 투 125-134
+sign 툭 125-134-1
+sign 툮 125-134-1-1
+sign 툯 125-134-1-3
+sign 툰 125-134-25
+sign 툱 125-134-25-13
+sign 툲 125-134-25-356
+sign 툳 125-134-35
+sign 툴 125-134-2
+sign 툵 125-134-2-1
+sign 툶 125-134-2-26
+sign 툷 125-134-2-12
+sign 툸 125-134-2-3
+sign 툹 125-134-2-236
+sign 툺 125-134-2-256
+sign 툻 125-134-2-356
+sign 툼 125-134-26
+sign 툽 125-134-12
+sign 툾 125-134-12-3
+sign 툿 125-134-3
+sign 퉀 125-134-34
+sign 퉁 125-134-2356
+sign 퉂 125-134-13
+sign 퉃 125-134-23
+sign 퉄 125-134-235
+sign 퉅 125-134-236
+sign 퉆 125-134-256
+sign 퉇 125-134-356
+sign 퉈 125-1234
+sign 퉉 125-1234-1
+sign 퉊 125-1234-1-1
+sign 퉋 125-1234-1-3
+sign 퉌 125-1234-25
+sign 퉍 125-1234-25-13
+sign 퉎 125-1234-25-356
+sign 퉏 125-1234-35
+sign 퉐 125-1234-2
+sign 퉑 125-1234-2-1
+sign 퉒 125-1234-2-26
+sign 퉓 125-1234-2-12
+sign 퉔 125-1234-2-3
+sign 퉕 125-1234-2-236
+sign 퉖 125-1234-2-256
+sign 퉗 125-1234-2-356
+sign 퉘 125-1234-26
+sign 퉙 125-1234-12
+sign 퉚 125-1234-12-3
+sign 퉛 125-1234-3
+sign 퉜 125-1234-34
+sign 퉝 125-1234-2356
+sign 퉞 125-1234-13
+sign 퉟 125-1234-23
+sign 퉠 125-1234-235
+sign 퉡 125-1234-236
+sign 퉢 125-1234-256
+sign 퉣 125-1234-356
+sign 퉤 125-1234-1235
+sign 퉥 125-1234-1235-1
+sign 퉦 125-1234-1235-1-1
+sign 퉧 125-1234-1235-1-3
+sign 퉨 125-1234-1235-25
+sign 퉩 125-1234-1235-25-13
+sign 퉪 125-1234-1235-25-356
+sign 퉫 125-1234-1235-35
+sign 퉬 125-1234-1235-2
+sign 퉭 125-1234-1235-2-1
+sign 퉮 125-1234-1235-2-26
+sign 퉯 125-1234-1235-2-12
+sign 퉰 125-1234-1235-2-3
+sign 퉱 125-1234-1235-2-236
+sign 퉲 125-1234-1235-2-256
+sign 퉳 125-1234-1235-2-356
+sign 퉴 125-1234-1235-26
+sign 퉵 125-1234-1235-12
+sign 퉶 125-1234-1235-12-3
+sign 퉷 125-1234-1235-3
+sign 퉸 125-1234-1235-34
+sign 퉹 125-1234-1235-2356
+sign 퉺 125-1234-1235-13
+sign 퉻 125-1234-1235-23
+sign 퉼 125-1234-1235-235
+sign 퉽 125-1234-1235-236
+sign 퉾 125-1234-1235-256
+sign 퉿 125-1234-1235-356
+sign 튀 125-134-1235
+sign 튁 125-134-1235-1
+sign 튂 125-134-1235-1-1
+sign 튃 125-134-1235-1-3
+sign 튄 125-134-1235-25
+sign 튅 125-134-1235-25-13
+sign 튆 125-134-1235-25-356
+sign 튇 125-134-1235-35
+sign 튈 125-134-1235-2
+sign 튉 125-134-1235-2-1
+sign 튊 125-134-1235-2-26
+sign 튋 125-134-1235-2-12
+sign 튌 125-134-1235-2-3
+sign 튍 125-134-1235-2-236
+sign 튎 125-134-1235-2-256
+sign 튏 125-134-1235-2-356
+sign 튐 125-134-1235-26
+sign 튑 125-134-1235-12
+sign 튒 125-134-1235-12-3
+sign 튓 125-134-1235-3
+sign 튔 125-134-1235-34
+sign 튕 125-134-1235-2356
+sign 튖 125-134-1235-13
+sign 튗 125-134-1235-23
+sign 튘 125-134-1235-235
+sign 튙 125-134-1235-236
+sign 튚 125-134-1235-256
+sign 튛 125-134-1235-356
+sign 튜 125-146
+sign 튝 125-146-1
+sign 튞 125-146-1-1
+sign 튟 125-146-1-3
+sign 튠 125-146-25
+sign 튡 125-146-25-13
+sign 튢 125-146-25-356
+sign 튣 125-146-35
+sign 튤 125-146-2
+sign 튥 125-146-2-1
+sign 튦 125-146-2-26
+sign 튧 125-146-2-12
+sign 튨 125-146-2-3
+sign 튩 125-146-2-236
+sign 튪 125-146-2-256
+sign 튫 125-146-2-356
+sign 튬 125-146-26
+sign 튭 125-146-12
+sign 튮 125-146-12-3
+sign 튯 125-146-3
+sign 튰 125-146-34
+sign 튱 125-146-2356
+sign 튲 125-146-13
+sign 튳 125-146-23
+sign 튴 125-146-235
+sign 튵 125-146-236
+sign 튶 125-146-256
+sign 튷 125-146-356
+sign 트 125-246
+sign 특 125-246-1
+sign 튺 125-246-1-1
+sign 튻 125-246-1-3
+sign 튼 125-246-25
+sign 튽 125-246-25-13
+sign 튾 125-246-25-356
+sign 튿 125-246-35
+sign 틀 125-246-2
+sign 틁 125-246-2-1
+sign 틂 125-246-2-26
+sign 틃 125-246-2-12
+sign 틄 125-246-2-3
+sign 틅 125-246-2-236
+sign 틆 125-246-2-256
+sign 틇 125-246-2-356
+sign 틈 125-246-26
+sign 틉 125-246-12
+sign 틊 125-246-12-3
+sign 틋 125-246-3
+sign 틌 125-246-34
+sign 틍 125-246-2356
+sign 틎 125-246-13
+sign 틏 125-246-23
+sign 틐 125-246-235
+sign 틑 125-246-236
+sign 틒 125-246-256
+sign 틓 125-246-356
+sign 틔 125-2456
+sign 틕 125-2456-1
+sign 틖 125-2456-1-1
+sign 틗 125-2456-1-3
+sign 틘 125-2456-25
+sign 틙 125-2456-25-13
+sign 틚 125-2456-25-356
+sign 틛 125-2456-35
+sign 틜 125-2456-2
+sign 틝 125-2456-2-1
+sign 틞 125-2456-2-26
+sign 틟 125-2456-2-12
+sign 틠 125-2456-2-3
+sign 틡 125-2456-2-236
+sign 틢 125-2456-2-256
+sign 틣 125-2456-2-356
+sign 틤 125-2456-26
+sign 틥 125-2456-12
+sign 틦 125-2456-12-3
+sign 틧 125-2456-3
+sign 틨 125-2456-34
+sign 틩 125-2456-2356
+sign 틪 125-2456-13
+sign 틫 125-2456-23
+sign 틬 125-2456-235
+sign 틭 125-2456-236
+sign 틮 125-2456-256
+sign 틯 125-2456-356
+sign 티 125-135
+sign 틱 125-135-1
+sign 틲 125-135-1-1
+sign 틳 125-135-1-3
+sign 틴 125-135-25
+sign 틵 125-135-25-13
+sign 틶 125-135-25-356
+sign 틷 125-135-35
+sign 틸 125-135-2
+sign 틹 125-135-2-1
+sign 틺 125-135-2-26
+sign 틻 125-135-2-12
+sign 틼 125-135-2-3
+sign 틽 125-135-2-236
+sign 틾 125-135-2-256
+sign 틿 125-135-2-356
+sign 팀 125-135-26
+sign 팁 125-135-12
+sign 팂 125-135-12-3
+sign 팃 125-135-3
+sign 팄 125-135-34
+sign 팅 125-135-2356
+sign 팆 125-135-13
+sign 팇 125-135-23
+sign 팈 125-135-235
+sign 팉 125-135-236
+sign 팊 125-135-256
+sign 팋 125-135-356
+sign 파 145-126
+sign 팍 145-126-1
+sign 팎 145-126-1-1
+sign 팏 145-126-1-3
+sign 판 145-126-25
+sign 팑 145-126-25-13
+sign 팒 145-126-25-356
+sign 팓 145-126-35
+sign 팔 145-126-2
+sign 팕 145-126-2-1
+sign 팖 145-126-2-26
+sign 팗 145-126-2-12
+sign 팘 145-126-2-3
+sign 팙 145-126-2-236
+sign 팚 145-126-2-256
+sign 팛 145-126-2-356
+sign 팜 145-126-26
+sign 팝 145-126-12
+sign 팞 145-126-12-3
+sign 팟 145-126-3
+sign 팠 145-126-34
+sign 팡 145-126-2356
+sign 팢 145-126-13
+sign 팣 145-126-23
+sign 팤 145-126-235
+sign 팥 145-126-236
+sign 팦 145-126-256
+sign 팧 145-126-356
+sign 패 145-1235
+sign 팩 145-1235-1
+sign 팪 145-1235-1-1
+sign 팫 145-1235-1-3
+sign 팬 145-1235-25
+sign 팭 145-1235-25-13
+sign 팮 145-1235-25-356
+sign 팯 145-1235-35
+sign 팰 145-1235-2
+sign 팱 145-1235-2-1
+sign 팲 145-1235-2-26
+sign 팳 145-1235-2-12
+sign 팴 145-1235-2-3
+sign 팵 145-1235-2-236
+sign 팶 145-1235-2-256
+sign 팷 145-1235-2-356
+sign 팸 145-1235-26
+sign 팹 145-1235-12
+sign 팺 145-1235-12-3
+sign 팻 145-1235-3
+sign 팼 145-1235-34
+sign 팽 145-1235-2356
+sign 팾 145-1235-13
+sign 팿 145-1235-23
+sign 퍀 145-1235-235
+sign 퍁 145-1235-236
+sign 퍂 145-1235-256
+sign 퍃 145-1235-356
+sign 퍄 145-345
+sign 퍅 145-345-1
+sign 퍆 145-345-1-1
+sign 퍇 145-345-1-3
+sign 퍈 145-345-25
+sign 퍉 145-345-25-13
+sign 퍊 145-345-25-356
+sign 퍋 145-345-35
+sign 퍌 145-345-2
+sign 퍍 145-345-2-1
+sign 퍎 145-345-2-26
+sign 퍏 145-345-2-12
+sign 퍐 145-345-2-3
+sign 퍑 145-345-2-236
+sign 퍒 145-345-2-256
+sign 퍓 145-345-2-356
+sign 퍔 145-345-26
+sign 퍕 145-345-12
+sign 퍖 145-345-12-3
+sign 퍗 145-345-3
+sign 퍘 145-345-34
+sign 퍙 145-345-2356
+sign 퍚 145-345-13
+sign 퍛 145-345-23
+sign 퍜 145-345-235
+sign 퍝 145-345-236
+sign 퍞 145-345-256
+sign 퍟 145-345-356
+sign 퍠 145-345-1235
+sign 퍡 145-345-1235-1
+sign 퍢 145-345-1235-1-1
+sign 퍣 145-345-1235-1-3
+sign 퍤 145-345-1235-25
+sign 퍥 145-345-1235-25-13
+sign 퍦 145-345-1235-25-356
+sign 퍧 145-345-1235-35
+sign 퍨 145-345-1235-2
+sign 퍩 145-345-1235-2-1
+sign 퍪 145-345-1235-2-26
+sign 퍫 145-345-1235-2-12
+sign 퍬 145-345-1235-2-3
+sign 퍭 145-345-1235-2-236
+sign 퍮 145-345-1235-2-256
+sign 퍯 145-345-1235-2-356
+sign 퍰 145-345-1235-26
+sign 퍱 145-345-1235-12
+sign 퍲 145-345-1235-12-3
+sign 퍳 145-345-1235-3
+sign 퍴 145-345-1235-34
+sign 퍵 145-345-1235-2356
+sign 퍶 145-345-1235-13
+sign 퍷 145-345-1235-23
+sign 퍸 145-345-1235-235
+sign 퍹 145-345-1235-236
+sign 퍺 145-345-1235-256
+sign 퍻 145-345-1235-356
+sign 퍼 145-234
+sign 퍽 145-234-1
+sign 퍾 145-234-1-1
+sign 퍿 145-234-1-3
+sign 펀 145-234-25
+sign 펁 145-234-25-13
+sign 펂 145-234-25-356
+sign 펃 145-234-35
+sign 펄 145-234-2
+sign 펅 145-234-2-1
+sign 펆 145-234-2-26
+sign 펇 145-234-2-12
+sign 펈 145-234-2-3
+sign 펉 145-234-2-236
+sign 펊 145-234-2-256
+sign 펋 145-234-2-356
+sign 펌 145-234-26
+sign 펍 145-234-12
+sign 펎 145-234-12-3
+sign 펏 145-234-3
+sign 펐 145-234-34
+sign 펑 145-234-2356
+sign 펒 145-234-13
+sign 펓 145-234-23
+sign 펔 145-234-235
+sign 펕 145-234-236
+sign 펖 145-234-256
+sign 펗 145-234-356
+sign 페 145-1345
+sign 펙 145-1345-1
+sign 펚 145-1345-1-1
+sign 펛 145-1345-1-3
+sign 펜 145-1345-25
+sign 펝 145-1345-25-13
+sign 펞 145-1345-25-356
+sign 펟 145-1345-35
+sign 펠 145-1345-2
+sign 펡 145-1345-2-1
+sign 펢 145-1345-2-26
+sign 펣 145-1345-2-12
+sign 펤 145-1345-2-3
+sign 펥 145-1345-2-236
+sign 펦 145-1345-2-256
+sign 펧 145-1345-2-356
+sign 펨 145-1345-26
+sign 펩 145-1345-12
+sign 펪 145-1345-12-3
+sign 펫 145-1345-3
+sign 펬 145-1345-34
+sign 펭 145-1345-2356
+sign 펮 145-1345-13
+sign 펯 145-1345-23
+sign 펰 145-1345-235
+sign 펱 145-1345-236
+sign 펲 145-1345-256
+sign 펳 145-1345-356
+sign 펴 145-156
+sign 펵 145-156-1
+sign 펶 145-156-1-1
+sign 펷 145-156-1-3
+sign 편 145-156-25
+sign 펹 145-156-25-13
+sign 펺 145-156-25-356
+sign 펻 145-156-35
+sign 펼 145-156-2
+sign 펽 145-156-2-1
+sign 펾 145-156-2-26
+sign 펿 145-156-2-12
+sign 폀 145-156-2-3
+sign 폁 145-156-2-236
+sign 폂 145-156-2-256
+sign 폃 145-156-2-356
+sign 폄 145-156-26
+sign 폅 145-156-12
+sign 폆 145-156-12-3
+sign 폇 145-156-3
+sign 폈 145-156-34
+sign 평 145-156-2356
+sign 폊 145-156-13
+sign 폋 145-156-23
+sign 폌 145-156-235
+sign 폍 145-156-236
+sign 폎 145-156-256
+sign 폏 145-156-356
+sign 폐 145-34
+sign 폑 145-34-1
+sign 폒 145-34-1-1
+sign 폓 145-34-1-3
+sign 폔 145-34-25
+sign 폕 145-34-25-13
+sign 폖 145-34-25-356
+sign 폗 145-34-35
+sign 폘 145-34-2
+sign 폙 145-34-2-1
+sign 폚 145-34-2-26
+sign 폛 145-34-2-12
+sign 폜 145-34-2-3
+sign 폝 145-34-2-236
+sign 폞 145-34-2-256
+sign 폟 145-34-2-356
+sign 폠 145-34-26
+sign 폡 145-34-12
+sign 폢 145-34-12-3
+sign 폣 145-34-3
+sign 폤 145-34-34
+sign 폥 145-34-2356
+sign 폦 145-34-13
+sign 폧 145-34-23
+sign 폨 145-34-235
+sign 폩 145-34-236
+sign 폪 145-34-256
+sign 폫 145-34-356
+sign 포 145-136
+sign 폭 145-136-1
+sign 폮 145-136-1-1
+sign 폯 145-136-1-3
+sign 폰 145-136-25
+sign 폱 145-136-25-13
+sign 폲 145-136-25-356
+sign 폳 145-136-35
+sign 폴 145-136-2
+sign 폵 145-136-2-1
+sign 폶 145-136-2-26
+sign 폷 145-136-2-12
+sign 폸 145-136-2-3
+sign 폹 145-136-2-236
+sign 폺 145-136-2-256
+sign 폻 145-136-2-356
+sign 폼 145-136-26
+sign 폽 145-136-12
+sign 폾 145-136-12-3
+sign 폿 145-136-3
+sign 퐀 145-136-34
+sign 퐁 145-136-2356
+sign 퐂 145-136-13
+sign 퐃 145-136-23
+sign 퐄 145-136-235
+sign 퐅 145-136-236
+sign 퐆 145-136-256
+sign 퐇 145-136-356
+sign 퐈 145-1236
+sign 퐉 145-1236-1
+sign 퐊 145-1236-1-1
+sign 퐋 145-1236-1-3
+sign 퐌 145-1236-25
+sign 퐍 145-1236-25-13
+sign 퐎 145-1236-25-356
+sign 퐏 145-1236-35
+sign 퐐 145-1236-2
+sign 퐑 145-1236-2-1
+sign 퐒 145-1236-2-26
+sign 퐓 145-1236-2-12
+sign 퐔 145-1236-2-3
+sign 퐕 145-1236-2-236
+sign 퐖 145-1236-2-256
+sign 퐗 145-1236-2-356
+sign 퐘 145-1236-26
+sign 퐙 145-1236-12
+sign 퐚 145-1236-12-3
+sign 퐛 145-1236-3
+sign 퐜 145-1236-34
+sign 퐝 145-1236-2356
+sign 퐞 145-1236-13
+sign 퐟 145-1236-23
+sign 퐠 145-1236-235
+sign 퐡 145-1236-236
+sign 퐢 145-1236-256
+sign 퐣 145-1236-356
+sign 퐤 145-1236-1235
+sign 퐥 145-1236-1235-1
+sign 퐦 145-1236-1235-1-1
+sign 퐧 145-1236-1235-1-3
+sign 퐨 145-1236-1235-25
+sign 퐩 145-1236-1235-25-13
+sign 퐪 145-1236-1235-25-356
+sign 퐫 145-1236-1235-35
+sign 퐬 145-1236-1235-2
+sign 퐭 145-1236-1235-2-1
+sign 퐮 145-1236-1235-2-26
+sign 퐯 145-1236-1235-2-12
+sign 퐰 145-1236-1235-2-3
+sign 퐱 145-1236-1235-2-236
+sign 퐲 145-1236-1235-2-256
+sign 퐳 145-1236-1235-2-356
+sign 퐴 145-1236-1235-26
+sign 퐵 145-1236-1235-12
+sign 퐶 145-1236-1235-12-3
+sign 퐷 145-1236-1235-3
+sign 퐸 145-1236-1235-34
+sign 퐹 145-1236-1235-2356
+sign 퐺 145-1236-1235-13
+sign 퐻 145-1236-1235-23
+sign 퐼 145-1236-1235-235
+sign 퐽 145-1236-1235-236
+sign 퐾 145-1236-1235-256
+sign 퐿 145-1236-1235-356
+sign 푀 145-13456
+sign 푁 145-13456-1
+sign 푂 145-13456-1-1
+sign 푃 145-13456-1-3
+sign 푄 145-13456-25
+sign 푅 145-13456-25-13
+sign 푆 145-13456-25-356
+sign 푇 145-13456-35
+sign 푈 145-13456-2
+sign 푉 145-13456-2-1
+sign 푊 145-13456-2-26
+sign 푋 145-13456-2-12
+sign 푌 145-13456-2-3
+sign 푍 145-13456-2-236
+sign 푎 145-13456-2-256
+sign 푏 145-13456-2-356
+sign 푐 145-13456-26
+sign 푑 145-13456-12
+sign 푒 145-13456-12-3
+sign 푓 145-13456-3
+sign 푔 145-13456-34
+sign 푕 145-13456-2356
+sign 푖 145-13456-13
+sign 푗 145-13456-23
+sign 푘 145-13456-235
+sign 푙 145-13456-236
+sign 푚 145-13456-256
+sign 푛 145-13456-356
+sign 표 145-346
+sign 푝 145-346-1
+sign 푞 145-346-1-1
+sign 푟 145-346-1-3
+sign 푠 145-346-25
+sign 푡 145-346-25-13
+sign 푢 145-346-25-356
+sign 푣 145-346-35
+sign 푤 145-346-2
+sign 푥 145-346-2-1
+sign 푦 145-346-2-26
+sign 푧 145-346-2-12
+sign 푨 145-346-2-3
+sign 푩 145-346-2-236
+sign 푪 145-346-2-256
+sign 푫 145-346-2-356
+sign 푬 145-346-26
+sign 푭 145-346-12
+sign 푮 145-346-12-3
+sign 푯 145-346-3
+sign 푰 145-346-34
+sign 푱 145-346-2356
+sign 푲 145-346-13
+sign 푳 145-346-23
+sign 푴 145-346-235
+sign 푵 145-346-236
+sign 푶 145-346-256
+sign 푷 145-346-356
+sign 푸 145-134
+sign 푹 145-134-1
+sign 푺 145-134-1-1
+sign 푻 145-134-1-3
+sign 푼 145-134-25
+sign 푽 145-134-25-13
+sign 푾 145-134-25-356
+sign 푿 145-134-35
+sign 풀 145-134-2
+sign 풁 145-134-2-1
+sign 풂 145-134-2-26
+sign 풃 145-134-2-12
+sign 풄 145-134-2-3
+sign 풅 145-134-2-236
+sign 풆 145-134-2-256
+sign 풇 145-134-2-356
+sign 품 145-134-26
+sign 풉 145-134-12
+sign 풊 145-134-12-3
+sign 풋 145-134-3
+sign 풌 145-134-34
+sign 풍 145-134-2356
+sign 풎 145-134-13
+sign 풏 145-134-23
+sign 풐 145-134-235
+sign 풑 145-134-236
+sign 풒 145-134-256
+sign 풓 145-134-356
+sign 풔 145-1234
+sign 풕 145-1234-1
+sign 풖 145-1234-1-1
+sign 풗 145-1234-1-3
+sign 풘 145-1234-25
+sign 풙 145-1234-25-13
+sign 풚 145-1234-25-356
+sign 풛 145-1234-35
+sign 풜 145-1234-2
+sign 풝 145-1234-2-1
+sign 풞 145-1234-2-26
+sign 풟 145-1234-2-12
+sign 풠 145-1234-2-3
+sign 풡 145-1234-2-236
+sign 풢 145-1234-2-256
+sign 풣 145-1234-2-356
+sign 풤 145-1234-26
+sign 풥 145-1234-12
+sign 풦 145-1234-12-3
+sign 풧 145-1234-3
+sign 풨 145-1234-34
+sign 풩 145-1234-2356
+sign 풪 145-1234-13
+sign 풫 145-1234-23
+sign 풬 145-1234-235
+sign 풭 145-1234-236
+sign 풮 145-1234-256
+sign 풯 145-1234-356
+sign 풰 145-1234-1235
+sign 풱 145-1234-1235-1
+sign 풲 145-1234-1235-1-1
+sign 풳 145-1234-1235-1-3
+sign 풴 145-1234-1235-25
+sign 풵 145-1234-1235-25-13
+sign 풶 145-1234-1235-25-356
+sign 풷 145-1234-1235-35
+sign 풸 145-1234-1235-2
+sign 풹 145-1234-1235-2-1
+sign 풺 145-1234-1235-2-26
+sign 풻 145-1234-1235-2-12
+sign 풼 145-1234-1235-2-3
+sign 풽 145-1234-1235-2-236
+sign 풾 145-1234-1235-2-256
+sign 풿 145-1234-1235-2-356
+sign 퓀 145-1234-1235-26
+sign 퓁 145-1234-1235-12
+sign 퓂 145-1234-1235-12-3
+sign 퓃 145-1234-1235-3
+sign 퓄 145-1234-1235-34
+sign 퓅 145-1234-1235-2356
+sign 퓆 145-1234-1235-13
+sign 퓇 145-1234-1235-23
+sign 퓈 145-1234-1235-235
+sign 퓉 145-1234-1235-236
+sign 퓊 145-1234-1235-256
+sign 퓋 145-1234-1235-356
+sign 퓌 145-134-1235
+sign 퓍 145-134-1235-1
+sign 퓎 145-134-1235-1-1
+sign 퓏 145-134-1235-1-3
+sign 퓐 145-134-1235-25
+sign 퓑 145-134-1235-25-13
+sign 퓒 145-134-1235-25-356
+sign 퓓 145-134-1235-35
+sign 퓔 145-134-1235-2
+sign 퓕 145-134-1235-2-1
+sign 퓖 145-134-1235-2-26
+sign 퓗 145-134-1235-2-12
+sign 퓘 145-134-1235-2-3
+sign 퓙 145-134-1235-2-236
+sign 퓚 145-134-1235-2-256
+sign 퓛 145-134-1235-2-356
+sign 퓜 145-134-1235-26
+sign 퓝 145-134-1235-12
+sign 퓞 145-134-1235-12-3
+sign 퓟 145-134-1235-3
+sign 퓠 145-134-1235-34
+sign 퓡 145-134-1235-2356
+sign 퓢 145-134-1235-13
+sign 퓣 145-134-1235-23
+sign 퓤 145-134-1235-235
+sign 퓥 145-134-1235-236
+sign 퓦 145-134-1235-256
+sign 퓧 145-134-1235-356
+sign 퓨 145-146
+sign 퓩 145-146-1
+sign 퓪 145-146-1-1
+sign 퓫 145-146-1-3
+sign 퓬 145-146-25
+sign 퓭 145-146-25-13
+sign 퓮 145-146-25-356
+sign 퓯 145-146-35
+sign 퓰 145-146-2
+sign 퓱 145-146-2-1
+sign 퓲 145-146-2-26
+sign 퓳 145-146-2-12
+sign 퓴 145-146-2-3
+sign 퓵 145-146-2-236
+sign 퓶 145-146-2-256
+sign 퓷 145-146-2-356
+sign 퓸 145-146-26
+sign 퓹 145-146-12
+sign 퓺 145-146-12-3
+sign 퓻 145-146-3
+sign 퓼 145-146-34
+sign 퓽 145-146-2356
+sign 퓾 145-146-13
+sign 퓿 145-146-23
+sign 픀 145-146-235
+sign 픁 145-146-236
+sign 픂 145-146-256
+sign 픃 145-146-356
+sign 프 145-246
+sign 픅 145-246-1
+sign 픆 145-246-1-1
+sign 픇 145-246-1-3
+sign 픈 145-246-25
+sign 픉 145-246-25-13
+sign 픊 145-246-25-356
+sign 픋 145-246-35
+sign 플 145-246-2
+sign 픍 145-246-2-1
+sign 픎 145-246-2-26
+sign 픏 145-246-2-12
+sign 픐 145-246-2-3
+sign 픑 145-246-2-236
+sign 픒 145-246-2-256
+sign 픓 145-246-2-356
+sign 픔 145-246-26
+sign 픕 145-246-12
+sign 픖 145-246-12-3
+sign 픗 145-246-3
+sign 픘 145-246-34
+sign 픙 145-246-2356
+sign 픚 145-246-13
+sign 픛 145-246-23
+sign 픜 145-246-235
+sign 픝 145-246-236
+sign 픞 145-246-256
+sign 픟 145-246-356
+sign 픠 145-2456
+sign 픡 145-2456-1
+sign 픢 145-2456-1-1
+sign 픣 145-2456-1-3
+sign 픤 145-2456-25
+sign 픥 145-2456-25-13
+sign 픦 145-2456-25-356
+sign 픧 145-2456-35
+sign 픨 145-2456-2
+sign 픩 145-2456-2-1
+sign 픪 145-2456-2-26
+sign 픫 145-2456-2-12
+sign 픬 145-2456-2-3
+sign 픭 145-2456-2-236
+sign 픮 145-2456-2-256
+sign 픯 145-2456-2-356
+sign 픰 145-2456-26
+sign 픱 145-2456-12
+sign 픲 145-2456-12-3
+sign 픳 145-2456-3
+sign 픴 145-2456-34
+sign 픵 145-2456-2356
+sign 픶 145-2456-13
+sign 픷 145-2456-23
+sign 픸 145-2456-235
+sign 픹 145-2456-236
+sign 픺 145-2456-256
+sign 픻 145-2456-356
+sign 피 145-135
+sign 픽 145-135-1
+sign 픾 145-135-1-1
+sign 픿 145-135-1-3
+sign 핀 145-135-25
+sign 핁 145-135-25-13
+sign 핂 145-135-25-356
+sign 핃 145-135-35
+sign 필 145-135-2
+sign 핅 145-135-2-1
+sign 핆 145-135-2-26
+sign 핇 145-135-2-12
+sign 핈 145-135-2-3
+sign 핉 145-135-2-236
+sign 핊 145-135-2-256
+sign 핋 145-135-2-356
+sign 핌 145-135-26
+sign 핍 145-135-12
+sign 핎 145-135-12-3
+sign 핏 145-135-3
+sign 핐 145-135-34
+sign 핑 145-135-2356
+sign 핒 145-135-13
+sign 핓 145-135-23
+sign 핔 145-135-235
+sign 핕 145-135-236
+sign 핖 145-135-256
+sign 핗 145-135-356
+sign 하 245-126
+sign 학 245-126-1
+sign 핚 245-126-1-1
+sign 핛 245-126-1-3
+sign 한 245-126-25
+sign 핝 245-126-25-13
+sign 핞 245-126-25-356
+sign 핟 245-126-35
+sign 할 245-126-2
+sign 핡 245-126-2-1
+sign 핢 245-126-2-26
+sign 핣 245-126-2-12
+sign 핤 245-126-2-3
+sign 핥 245-126-2-236
+sign 핦 245-126-2-256
+sign 핧 245-126-2-356
+sign 함 245-126-26
+sign 합 245-126-12
+sign 핪 245-126-12-3
+sign 핫 245-126-3
+sign 핬 245-126-34
+sign 항 245-126-2356
+sign 핮 245-126-13
+sign 핯 245-126-23
+sign 핰 245-126-235
+sign 핱 245-126-236
+sign 핲 245-126-256
+sign 핳 245-126-356
+sign 해 245-1235
+sign 핵 245-1235-1
+sign 핶 245-1235-1-1
+sign 핷 245-1235-1-3
+sign 핸 245-1235-25
+sign 핹 245-1235-25-13
+sign 핺 245-1235-25-356
+sign 핻 245-1235-35
+sign 핼 245-1235-2
+sign 핽 245-1235-2-1
+sign 핾 245-1235-2-26
+sign 핿 245-1235-2-12
+sign 햀 245-1235-2-3
+sign 햁 245-1235-2-236
+sign 햂 245-1235-2-256
+sign 햃 245-1235-2-356
+sign 햄 245-1235-26
+sign 햅 245-1235-12
+sign 햆 245-1235-12-3
+sign 햇 245-1235-3
+sign 했 245-1235-34
+sign 행 245-1235-2356
+sign 햊 245-1235-13
+sign 햋 245-1235-23
+sign 햌 245-1235-235
+sign 햍 245-1235-236
+sign 햎 245-1235-256
+sign 햏 245-1235-356
+sign 햐 245-345
+sign 햑 245-345-1
+sign 햒 245-345-1-1
+sign 햓 245-345-1-3
+sign 햔 245-345-25
+sign 햕 245-345-25-13
+sign 햖 245-345-25-356
+sign 햗 245-345-35
+sign 햘 245-345-2
+sign 햙 245-345-2-1
+sign 햚 245-345-2-26
+sign 햛 245-345-2-12
+sign 햜 245-345-2-3
+sign 햝 245-345-2-236
+sign 햞 245-345-2-256
+sign 햟 245-345-2-356
+sign 햠 245-345-26
+sign 햡 245-345-12
+sign 햢 245-345-12-3
+sign 햣 245-345-3
+sign 햤 245-345-34
+sign 향 245-345-2356
+sign 햦 245-345-13
+sign 햧 245-345-23
+sign 햨 245-345-235
+sign 햩 245-345-236
+sign 햪 245-345-256
+sign 햫 245-345-356
+sign 햬 245-345-1235
+sign 햭 245-345-1235-1
+sign 햮 245-345-1235-1-1
+sign 햯 245-345-1235-1-3
+sign 햰 245-345-1235-25
+sign 햱 245-345-1235-25-13
+sign 햲 245-345-1235-25-356
+sign 햳 245-345-1235-35
+sign 햴 245-345-1235-2
+sign 햵 245-345-1235-2-1
+sign 햶 245-345-1235-2-26
+sign 햷 245-345-1235-2-12
+sign 햸 245-345-1235-2-3
+sign 햹 245-345-1235-2-236
+sign 햺 245-345-1235-2-256
+sign 햻 245-345-1235-2-356
+sign 햼 245-345-1235-26
+sign 햽 245-345-1235-12
+sign 햾 245-345-1235-12-3
+sign 햿 245-345-1235-3
+sign 헀 245-345-1235-34
+sign 헁 245-345-1235-2356
+sign 헂 245-345-1235-13
+sign 헃 245-345-1235-23
+sign 헄 245-345-1235-235
+sign 헅 245-345-1235-236
+sign 헆 245-345-1235-256
+sign 헇 245-345-1235-356
+sign 허 245-234
+sign 헉 245-234-1
+sign 헊 245-234-1-1
+sign 헋 245-234-1-3
+sign 헌 245-234-25
+sign 헍 245-234-25-13
+sign 헎 245-234-25-356
+sign 헏 245-234-35
+sign 헐 245-234-2
+sign 헑 245-234-2-1
+sign 헒 245-234-2-26
+sign 헓 245-234-2-12
+sign 헔 245-234-2-3
+sign 헕 245-234-2-236
+sign 헖 245-234-2-256
+sign 헗 245-234-2-356
+sign 험 245-234-26
+sign 헙 245-234-12
+sign 헚 245-234-12-3
+sign 헛 245-234-3
+sign 헜 245-234-34
+sign 헝 245-234-2356
+sign 헞 245-234-13
+sign 헟 245-234-23
+sign 헠 245-234-235
+sign 헡 245-234-236
+sign 헢 245-234-256
+sign 헣 245-234-356
+sign 헤 245-1345
+sign 헥 245-1345-1
+sign 헦 245-1345-1-1
+sign 헧 245-1345-1-3
+sign 헨 245-1345-25
+sign 헩 245-1345-25-13
+sign 헪 245-1345-25-356
+sign 헫 245-1345-35
+sign 헬 245-1345-2
+sign 헭 245-1345-2-1
+sign 헮 245-1345-2-26
+sign 헯 245-1345-2-12
+sign 헰 245-1345-2-3
+sign 헱 245-1345-2-236
+sign 헲 245-1345-2-256
+sign 헳 245-1345-2-356
+sign 헴 245-1345-26
+sign 헵 245-1345-12
+sign 헶 245-1345-12-3
+sign 헷 245-1345-3
+sign 헸 245-1345-34
+sign 헹 245-1345-2356
+sign 헺 245-1345-13
+sign 헻 245-1345-23
+sign 헼 245-1345-235
+sign 헽 245-1345-236
+sign 헾 245-1345-256
+sign 헿 245-1345-356
+sign 혀 245-156
+sign 혁 245-156-1
+sign 혂 245-156-1-1
+sign 혃 245-156-1-3
+sign 현 245-156-25
+sign 혅 245-156-25-13
+sign 혆 245-156-25-356
+sign 혇 245-156-35
+sign 혈 245-156-2
+sign 혉 245-156-2-1
+sign 혊 245-156-2-26
+sign 혋 245-156-2-12
+sign 혌 245-156-2-3
+sign 혍 245-156-2-236
+sign 혎 245-156-2-256
+sign 혏 245-156-2-356
+sign 혐 245-156-26
+sign 협 245-156-12
+sign 혒 245-156-12-3
+sign 혓 245-156-3
+sign 혔 245-156-34
+sign 형 245-156-2356
+sign 혖 245-156-13
+sign 혗 245-156-23
+sign 혘 245-156-235
+sign 혙 245-156-236
+sign 혚 245-156-256
+sign 혛 245-156-356
+sign 혜 245-34
+sign 혝 245-34-1
+sign 혞 245-34-1-1
+sign 혟 245-34-1-3
+sign 혠 245-34-25
+sign 혡 245-34-25-13
+sign 혢 245-34-25-356
+sign 혣 245-34-35
+sign 혤 245-34-2
+sign 혥 245-34-2-1
+sign 혦 245-34-2-26
+sign 혧 245-34-2-12
+sign 혨 245-34-2-3
+sign 혩 245-34-2-236
+sign 혪 245-34-2-256
+sign 혫 245-34-2-356
+sign 혬 245-34-26
+sign 혭 245-34-12
+sign 혮 245-34-12-3
+sign 혯 245-34-3
+sign 혰 245-34-34
+sign 혱 245-34-2356
+sign 혲 245-34-13
+sign 혳 245-34-23
+sign 혴 245-34-235
+sign 혵 245-34-236
+sign 혶 245-34-256
+sign 혷 245-34-356
+sign 호 245-136
+sign 혹 245-136-1
+sign 혺 245-136-1-1
+sign 혻 245-136-1-3
+sign 혼 245-136-25
+sign 혽 245-136-25-13
+sign 혾 245-136-25-356
+sign 혿 245-136-35
+sign 홀 245-136-2
+sign 홁 245-136-2-1
+sign 홂 245-136-2-26
+sign 홃 245-136-2-12
+sign 홄 245-136-2-3
+sign 홅 245-136-2-236
+sign 홆 245-136-2-256
+sign 홇 245-136-2-356
+sign 홈 245-136-26
+sign 홉 245-136-12
+sign 홊 245-136-12-3
+sign 홋 245-136-3
+sign 홌 245-136-34
+sign 홍 245-136-2356
+sign 홎 245-136-13
+sign 홏 245-136-23
+sign 홐 245-136-235
+sign 홑 245-136-236
+sign 홒 245-136-256
+sign 홓 245-136-356
+sign 화 245-1236
+sign 확 245-1236-1
+sign 홖 245-1236-1-1
+sign 홗 245-1236-1-3
+sign 환 245-1236-25
+sign 홙 245-1236-25-13
+sign 홚 245-1236-25-356
+sign 홛 245-1236-35
+sign 활 245-1236-2
+sign 홝 245-1236-2-1
+sign 홞 245-1236-2-26
+sign 홟 245-1236-2-12
+sign 홠 245-1236-2-3
+sign 홡 245-1236-2-236
+sign 홢 245-1236-2-256
+sign 홣 245-1236-2-356
+sign 홤 245-1236-26
+sign 홥 245-1236-12
+sign 홦 245-1236-12-3
+sign 홧 245-1236-3
+sign 홨 245-1236-34
+sign 황 245-1236-2356
+sign 홪 245-1236-13
+sign 홫 245-1236-23
+sign 홬 245-1236-235
+sign 홭 245-1236-236
+sign 홮 245-1236-256
+sign 홯 245-1236-356
+sign 홰 245-1236-1235
+sign 홱 245-1236-1235-1
+sign 홲 245-1236-1235-1-1
+sign 홳 245-1236-1235-1-3
+sign 홴 245-1236-1235-25
+sign 홵 245-1236-1235-25-13
+sign 홶 245-1236-1235-25-356
+sign 홷 245-1236-1235-35
+sign 홸 245-1236-1235-2
+sign 홹 245-1236-1235-2-1
+sign 홺 245-1236-1235-2-26
+sign 홻 245-1236-1235-2-12
+sign 홼 245-1236-1235-2-3
+sign 홽 245-1236-1235-2-236
+sign 홾 245-1236-1235-2-256
+sign 홿 245-1236-1235-2-356
+sign 횀 245-1236-1235-26
+sign 횁 245-1236-1235-12
+sign 횂 245-1236-1235-12-3
+sign 횃 245-1236-1235-3
+sign 횄 245-1236-1235-34
+sign 횅 245-1236-1235-2356
+sign 횆 245-1236-1235-13
+sign 횇 245-1236-1235-23
+sign 횈 245-1236-1235-235
+sign 횉 245-1236-1235-236
+sign 횊 245-1236-1235-256
+sign 횋 245-1236-1235-356
+sign 회 245-13456
+sign 획 245-13456-1
+sign 횎 245-13456-1-1
+sign 횏 245-13456-1-3
+sign 횐 245-13456-25
+sign 횑 245-13456-25-13
+sign 횒 245-13456-25-356
+sign 횓 245-13456-35
+sign 횔 245-13456-2
+sign 횕 245-13456-2-1
+sign 횖 245-13456-2-26
+sign 횗 245-13456-2-12
+sign 횘 245-13456-2-3
+sign 횙 245-13456-2-236
+sign 횚 245-13456-2-256
+sign 횛 245-13456-2-356
+sign 횜 245-13456-26
+sign 횝 245-13456-12
+sign 횞 245-13456-12-3
+sign 횟 245-13456-3
+sign 횠 245-13456-34
+sign 횡 245-13456-2356
+sign 횢 245-13456-13
+sign 횣 245-13456-23
+sign 횤 245-13456-235
+sign 횥 245-13456-236
+sign 횦 245-13456-256
+sign 횧 245-13456-356
+sign 효 245-346
+sign 횩 245-346-1
+sign 횪 245-346-1-1
+sign 횫 245-346-1-3
+sign 횬 245-346-25
+sign 횭 245-346-25-13
+sign 횮 245-346-25-356
+sign 횯 245-346-35
+sign 횰 245-346-2
+sign 횱 245-346-2-1
+sign 횲 245-346-2-26
+sign 횳 245-346-2-12
+sign 횴 245-346-2-3
+sign 횵 245-346-2-236
+sign 횶 245-346-2-256
+sign 횷 245-346-2-356
+sign 횸 245-346-26
+sign 횹 245-346-12
+sign 횺 245-346-12-3
+sign 횻 245-346-3
+sign 횼 245-346-34
+sign 횽 245-346-2356
+sign 횾 245-346-13
+sign 횿 245-346-23
+sign 훀 245-346-235
+sign 훁 245-346-236
+sign 훂 245-346-256
+sign 훃 245-346-356
+sign 후 245-134
+sign 훅 245-134-1
+sign 훆 245-134-1-1
+sign 훇 245-134-1-3
+sign 훈 245-134-25
+sign 훉 245-134-25-13
+sign 훊 245-134-25-356
+sign 훋 245-134-35
+sign 훌 245-134-2
+sign 훍 245-134-2-1
+sign 훎 245-134-2-26
+sign 훏 245-134-2-12
+sign 훐 245-134-2-3
+sign 훑 245-134-2-236
+sign 훒 245-134-2-256
+sign 훓 245-134-2-356
+sign 훔 245-134-26
+sign 훕 245-134-12
+sign 훖 245-134-12-3
+sign 훗 245-134-3
+sign 훘 245-134-34
+sign 훙 245-134-2356
+sign 훚 245-134-13
+sign 훛 245-134-23
+sign 훜 245-134-235
+sign 훝 245-134-236
+sign 훞 245-134-256
+sign 훟 245-134-356
+sign 훠 245-1234
+sign 훡 245-1234-1
+sign 훢 245-1234-1-1
+sign 훣 245-1234-1-3
+sign 훤 245-1234-25
+sign 훥 245-1234-25-13
+sign 훦 245-1234-25-356
+sign 훧 245-1234-35
+sign 훨 245-1234-2
+sign 훩 245-1234-2-1
+sign 훪 245-1234-2-26
+sign 훫 245-1234-2-12
+sign 훬 245-1234-2-3
+sign 훭 245-1234-2-236
+sign 훮 245-1234-2-256
+sign 훯 245-1234-2-356
+sign 훰 245-1234-26
+sign 훱 245-1234-12
+sign 훲 245-1234-12-3
+sign 훳 245-1234-3
+sign 훴 245-1234-34
+sign 훵 245-1234-2356
+sign 훶 245-1234-13
+sign 훷 245-1234-23
+sign 훸 245-1234-235
+sign 훹 245-1234-236
+sign 훺 245-1234-256
+sign 훻 245-1234-356
+sign 훼 245-1234-1235
+sign 훽 245-1234-1235-1
+sign 훾 245-1234-1235-1-1
+sign 훿 245-1234-1235-1-3
+sign 휀 245-1234-1235-25
+sign 휁 245-1234-1235-25-13
+sign 휂 245-1234-1235-25-356
+sign 휃 245-1234-1235-35
+sign 휄 245-1234-1235-2
+sign 휅 245-1234-1235-2-1
+sign 휆 245-1234-1235-2-26
+sign 휇 245-1234-1235-2-12
+sign 휈 245-1234-1235-2-3
+sign 휉 245-1234-1235-2-236
+sign 휊 245-1234-1235-2-256
+sign 휋 245-1234-1235-2-356
+sign 휌 245-1234-1235-26
+sign 휍 245-1234-1235-12
+sign 휎 245-1234-1235-12-3
+sign 휏 245-1234-1235-3
+sign 휐 245-1234-1235-34
+sign 휑 245-1234-1235-2356
+sign 휒 245-1234-1235-13
+sign 휓 245-1234-1235-23
+sign 휔 245-1234-1235-235
+sign 휕 245-1234-1235-236
+sign 휖 245-1234-1235-256
+sign 휗 245-1234-1235-356
+sign 휘 245-134-1235
+sign 휙 245-134-1235-1
+sign 휚 245-134-1235-1-1
+sign 휛 245-134-1235-1-3
+sign 휜 245-134-1235-25
+sign 휝 245-134-1235-25-13
+sign 휞 245-134-1235-25-356
+sign 휟 245-134-1235-35
+sign 휠 245-134-1235-2
+sign 휡 245-134-1235-2-1
+sign 휢 245-134-1235-2-26
+sign 휣 245-134-1235-2-12
+sign 휤 245-134-1235-2-3
+sign 휥 245-134-1235-2-236
+sign 휦 245-134-1235-2-256
+sign 휧 245-134-1235-2-356
+sign 휨 245-134-1235-26
+sign 휩 245-134-1235-12
+sign 휪 245-134-1235-12-3
+sign 휫 245-134-1235-3
+sign 휬 245-134-1235-34
+sign 휭 245-134-1235-2356
+sign 휮 245-134-1235-13
+sign 휯 245-134-1235-23
+sign 휰 245-134-1235-235
+sign 휱 245-134-1235-236
+sign 휲 245-134-1235-256
+sign 휳 245-134-1235-356
+sign 휴 245-146
+sign 휵 245-146-1
+sign 휶 245-146-1-1
+sign 휷 245-146-1-3
+sign 휸 245-146-25
+sign 휹 245-146-25-13
+sign 휺 245-146-25-356
+sign 휻 245-146-35
+sign 휼 245-146-2
+sign 휽 245-146-2-1
+sign 휾 245-146-2-26
+sign 휿 245-146-2-12
+sign 흀 245-146-2-3
+sign 흁 245-146-2-236
+sign 흂 245-146-2-256
+sign 흃 245-146-2-356
+sign 흄 245-146-26
+sign 흅 245-146-12
+sign 흆 245-146-12-3
+sign 흇 245-146-3
+sign 흈 245-146-34
+sign 흉 245-146-2356
+sign 흊 245-146-13
+sign 흋 245-146-23
+sign 흌 245-146-235
+sign 흍 245-146-236
+sign 흎 245-146-256
+sign 흏 245-146-356
+sign 흐 245-246
+sign 흑 245-246-1
+sign 흒 245-246-1-1
+sign 흓 245-246-1-3
+sign 흔 245-246-25
+sign 흕 245-246-25-13
+sign 흖 245-246-25-356
+sign 흗 245-246-35
+sign 흘 245-246-2
+sign 흙 245-246-2-1
+sign 흚 245-246-2-26
+sign 흛 245-246-2-12
+sign 흜 245-246-2-3
+sign 흝 245-246-2-236
+sign 흞 245-246-2-256
+sign 흟 245-246-2-356
+sign 흠 245-246-26
+sign 흡 245-246-12
+sign 흢 245-246-12-3
+sign 흣 245-246-3
+sign 흤 245-246-34
+sign 흥 245-246-2356
+sign 흦 245-246-13
+sign 흧 245-246-23
+sign 흨 245-246-235
+sign 흩 245-246-236
+sign 흪 245-246-256
+sign 흫 245-246-356
+sign 희 245-2456
+sign 흭 245-2456-1
+sign 흮 245-2456-1-1
+sign 흯 245-2456-1-3
+sign 흰 245-2456-25
+sign 흱 245-2456-25-13
+sign 흲 245-2456-25-356
+sign 흳 245-2456-35
+sign 흴 245-2456-2
+sign 흵 245-2456-2-1
+sign 흶 245-2456-2-26
+sign 흷 245-2456-2-12
+sign 흸 245-2456-2-3
+sign 흹 245-2456-2-236
+sign 흺 245-2456-2-256
+sign 흻 245-2456-2-356
+sign 흼 245-2456-26
+sign 흽 245-2456-12
+sign 흾 245-2456-12-3
+sign 흿 245-2456-3
+sign 힀 245-2456-34
+sign 힁 245-2456-2356
+sign 힂 245-2456-13
+sign 힃 245-2456-23
+sign 힄 245-2456-235
+sign 힅 245-2456-236
+sign 힆 245-2456-256
+sign 힇 245-2456-356
+sign 히 245-135
+sign 힉 245-135-1
+sign 힊 245-135-1-1
+sign 힋 245-135-1-3
+sign 힌 245-135-25
+sign 힍 245-135-25-13
+sign 힎 245-135-25-356
+sign 힏 245-135-35
+sign 힐 245-135-2
+sign 힑 245-135-2-1
+sign 힒 245-135-2-26
+sign 힓 245-135-2-12
+sign 힔 245-135-2-3
+sign 힕 245-135-2-236
+sign 힖 245-135-2-256
+sign 힗 245-135-2-356
+sign 힘 245-135-26
+sign 힙 245-135-12
+sign 힚 245-135-12-3
+sign 힛 245-135-3
+sign 힜 245-135-34
+sign 힝 245-135-2356
+sign 힞 245-135-13
+sign 힟 245-135-23
+sign 힠 245-135-235
+sign 힡 245-135-236
+sign 힢 245-135-256
+sign 힣 245-135-356
+sign ᅠ 0
+sign ᄀ 1
+sign ᄁ 1-1
+sign ᆪ 1-3
+sign ᄂ 25
+sign ᆬ 25-13
+sign ᆭ 25-356
+sign ᄃ 35
+sign ᄄ 35-35
+sign ᄅ 2
+sign ᆰ 2-1
+sign ᆱ 2-26
+sign ᆲ 2-12
+sign ᆳ 2-3
+sign ᆴ 2-236
+sign ᆵ 2-256
+sign ᄚ 2-356
+sign ᄆ 26
+sign ᄇ 12
+sign ᄈ 12-12
+sign ᄡ 12-3
+sign ᄉ 3
+sign ᄊ 3-3
+sign ᄋ 2356
+sign ᄌ 13
+sign ᄍ 13-13
+sign ᄎ 23
+sign ᄏ 235
+sign ᄐ 236
+sign ᄑ 256
+sign ᄒ 356
+sign ᅡ 126
+sign ᅢ 1235
+sign ᅣ 345
+sign ᅤ 345-1235
+sign ᅥ 234
+sign ᅦ 1345
+sign ᅧ 156
+sign ᅨ 34
+sign ᅩ 136
+sign ᅪ 1236
+sign ᅫ 1236-1235
+sign ᅬ 13456
+sign ᅭ 346
+sign ᅮ 134
+sign ᅯ 1234
+sign ᅰ 1234-1235
+sign ᅱ 134-1235
+sign ᅲ 146
+sign ᅳ 246
+sign ᅴ 2456
+sign ᅵ 135
+
+#Special cases:
+
+#Case 1: Vowel-vowel that may be mastaken for vowel-conscenants:
+#These have dots 36 inserted between vowels.
+always 아예 126-36-34
+always 우애 134-36-1235
+
+#Case 2: Numbers followed by Korean chars:
+#There are seven conscenant dot patterns which may be confused with digits.
+#In this case, put dot 0 (space) before Korean characters.
+#In ko.cti, dot patterns which does not change across grades are included.
+#For grade 1 dot patterns, see ko1.ctb; for grade 2, see ko2.ctb.
+after digit always 내 0-14-1235
+after digit always 낵 0-14-1235-1
+after digit always 낶 0-14-1235-1-1
+after digit always 낷 0-14-1235-1-3
+after digit always 낸 0-14-1235-25
+after digit always 낹 0-14-1235-25-13
+after digit always 낺 0-14-1235-25-356
+after digit always 낻 0-14-1235-35
+after digit always 낼 0-14-1235-2
+after digit always 낽 0-14-1235-2-1
+after digit always 낾 0-14-1235-2-26
+after digit always 낿 0-14-1235-2-12
+after digit always 냀 0-14-1235-2-3
+after digit always 냁 0-14-1235-2-236
+after digit always 냂 0-14-1235-2-256
+after digit always 냃 0-14-1235-2-356
+after digit always 냄 0-14-1235-26
+after digit always 냅 0-14-1235-12
+after digit always 냆 0-14-1235-12-3
+after digit always 냇 0-14-1235-3
+after digit always 냈 0-14-1235-34
+after digit always 냉 0-14-1235-2356
+after digit always 냊 0-14-1235-13
+after digit always 냋 0-14-1235-23
+after digit always 냌 0-14-1235-235
+after digit always 냍 0-14-1235-236
+after digit always 냎 0-14-1235-256
+after digit always 냏 0-14-1235-356
+after digit always 냐 0-14-345
+after digit always 냑 0-14-345-1
+after digit always 냒 0-14-345-1-1
+after digit always 냓 0-14-345-1-3
+after digit always 냔 0-14-345-25
+after digit always 냕 0-14-345-25-13
+after digit always 냖 0-14-345-25-356
+after digit always 냗 0-14-345-35
+after digit always 냘 0-14-345-2
+after digit always 냙 0-14-345-2-1
+after digit always 냚 0-14-345-2-26
+after digit always 냛 0-14-345-2-12
+after digit always 냜 0-14-345-2-3
+after digit always 냝 0-14-345-2-236
+after digit always 냞 0-14-345-2-256
+after digit always 냟 0-14-345-2-356
+after digit always 냠 0-14-345-26
+after digit always 냡 0-14-345-12
+after digit always 냢 0-14-345-12-3
+after digit always 냣 0-14-345-3
+after digit always 냤 0-14-345-34
+after digit always 냥 0-14-345-2356
+after digit always 냦 0-14-345-13
+after digit always 냧 0-14-345-23
+after digit always 냨 0-14-345-235
+after digit always 냩 0-14-345-236
+after digit always 냪 0-14-345-256
+after digit always 냫 0-14-345-356
+after digit always 냬 0-14-345-1235
+after digit always 냭 0-14-345-1235-1
+after digit always 냮 0-14-345-1235-1-1
+after digit always 냯 0-14-345-1235-1-3
+after digit always 냰 0-14-345-1235-25
+after digit always 냱 0-14-345-1235-25-13
+after digit always 냲 0-14-345-1235-25-356
+after digit always 냳 0-14-345-1235-35
+after digit always 냴 0-14-345-1235-2
+after digit always 냵 0-14-345-1235-2-1
+after digit always 냶 0-14-345-1235-2-26
+after digit always 냷 0-14-345-1235-2-12
+after digit always 냸 0-14-345-1235-2-3
+after digit always 냹 0-14-345-1235-2-236
+after digit always 냺 0-14-345-1235-2-256
+after digit always 냻 0-14-345-1235-2-356
+after digit always 냼 0-14-345-1235-26
+after digit always 냽 0-14-345-1235-12
+after digit always 냾 0-14-345-1235-12-3
+after digit always 냿 0-14-345-1235-3
+after digit always 넀 0-14-345-1235-34
+after digit always 넁 0-14-345-1235-2356
+after digit always 넂 0-14-345-1235-13
+after digit always 넃 0-14-345-1235-23
+after digit always 넄 0-14-345-1235-235
+after digit always 넅 0-14-345-1235-236
+after digit always 넆 0-14-345-1235-256
+after digit always 넇 0-14-345-1235-356
+after digit always 너 0-14-234
+after digit always 넏 0-14-234-35
+after digit always 넘 0-14-234-26
+after digit always 넙 0-14-234-12
+after digit always 넚 0-14-234-12-3
+after digit always 넛 0-14-234-3
+after digit always 넜 0-14-234-34
+after digit always 넝 0-14-234-2356
+after digit always 넞 0-14-234-13
+after digit always 넟 0-14-234-23
+after digit always 넠 0-14-234-235
+after digit always 넡 0-14-234-236
+after digit always 넢 0-14-234-256
+after digit always 넣 0-14-234-356
+after digit always 네 0-14-1345
+after digit always 넥 0-14-1345-1
+after digit always 넦 0-14-1345-1-1
+after digit always 넧 0-14-1345-1-3
+after digit always 넨 0-14-1345-25
+after digit always 넩 0-14-1345-25-13
+after digit always 넪 0-14-1345-25-356
+after digit always 넫 0-14-1345-35
+after digit always 넬 0-14-1345-2
+after digit always 넭 0-14-1345-2-1
+after digit always 넮 0-14-1345-2-26
+after digit always 넯 0-14-1345-2-12
+after digit always 넰 0-14-1345-2-3
+after digit always 넱 0-14-1345-2-236
+after digit always 넲 0-14-1345-2-256
+after digit always 넳 0-14-1345-2-356
+after digit always 넴 0-14-1345-26
+after digit always 넵 0-14-1345-12
+after digit always 넶 0-14-1345-12-3
+after digit always 넷 0-14-1345-3
+after digit always 넸 0-14-1345-34
+after digit always 넹 0-14-1345-2356
+after digit always 넺 0-14-1345-13
+after digit always 넻 0-14-1345-23
+after digit always 넼 0-14-1345-235
+after digit always 넽 0-14-1345-236
+after digit always 넾 0-14-1345-256
+after digit always 넿 0-14-1345-356
+after digit always 녀 0-14-156
+after digit always 녁 0-14-156-1
+after digit always 녂 0-14-156-1-1
+after digit always 녃 0-14-156-1-3
+after digit always 녇 0-14-156-35
+after digit always 념 0-14-156-26
+after digit always 녑 0-14-156-12
+after digit always 녒 0-14-156-12-3
+after digit always 녓 0-14-156-3
+after digit always 녔 0-14-156-34
+after digit always 녖 0-14-156-13
+after digit always 녗 0-14-156-23
+after digit always 녘 0-14-156-235
+after digit always 녙 0-14-156-236
+after digit always 녚 0-14-156-256
+after digit always 녛 0-14-156-356
+after digit always 녜 0-14-34
+after digit always 녝 0-14-34-1
+after digit always 녞 0-14-34-1-1
+after digit always 녟 0-14-34-1-3
+after digit always 녠 0-14-34-25
+after digit always 녡 0-14-34-25-13
+after digit always 녢 0-14-34-25-356
+after digit always 녣 0-14-34-35
+after digit always 녤 0-14-34-2
+after digit always 녥 0-14-34-2-1
+after digit always 녦 0-14-34-2-26
+after digit always 녧 0-14-34-2-12
+after digit always 녨 0-14-34-2-3
+after digit always 녩 0-14-34-2-236
+after digit always 녪 0-14-34-2-256
+after digit always 녫 0-14-34-2-356
+after digit always 녬 0-14-34-26
+after digit always 녭 0-14-34-12
+after digit always 녮 0-14-34-12-3
+after digit always 녯 0-14-34-3
+after digit always 녰 0-14-34-34
+after digit always 녱 0-14-34-2356
+after digit always 녲 0-14-34-13
+after digit always 녳 0-14-34-23
+after digit always 녴 0-14-34-235
+after digit always 녵 0-14-34-236
+after digit always 녶 0-14-34-256
+after digit always 녷 0-14-34-356
+after digit always 노 0-14-136
+after digit always 녿 0-14-136-35
+after digit always 놀 0-14-136-2
+after digit always 놁 0-14-136-2-1
+after digit always 놂 0-14-136-2-26
+after digit always 놃 0-14-136-2-12
+after digit always 놄 0-14-136-2-3
+after digit always 놅 0-14-136-2-236
+after digit always 놆 0-14-136-2-256
+after digit always 놇 0-14-136-2-356
+after digit always 놈 0-14-136-26
+after digit always 놉 0-14-136-12
+after digit always 놊 0-14-136-12-3
+after digit always 놋 0-14-136-3
+after digit always 놌 0-14-136-34
+after digit always 놎 0-14-136-13
+after digit always 놏 0-14-136-23
+after digit always 놐 0-14-136-235
+after digit always 놑 0-14-136-236
+after digit always 높 0-14-136-256
+after digit always 놓 0-14-136-356
+after digit always 놔 0-14-1236
+after digit always 놕 0-14-1236-1
+after digit always 놖 0-14-1236-1-1
+after digit always 놗 0-14-1236-1-3
+after digit always 놘 0-14-1236-25
+after digit always 놙 0-14-1236-25-13
+after digit always 놚 0-14-1236-25-356
+after digit always 놛 0-14-1236-35
+after digit always 놜 0-14-1236-2
+after digit always 놝 0-14-1236-2-1
+after digit always 놞 0-14-1236-2-26
+after digit always 놟 0-14-1236-2-12
+after digit always 놠 0-14-1236-2-3
+after digit always 놡 0-14-1236-2-236
+after digit always 놢 0-14-1236-2-256
+after digit always 놣 0-14-1236-2-356
+after digit always 놤 0-14-1236-26
+after digit always 놥 0-14-1236-12
+after digit always 놦 0-14-1236-12-3
+after digit always 놧 0-14-1236-3
+after digit always 놨 0-14-1236-34
+after digit always 놩 0-14-1236-2356
+after digit always 놪 0-14-1236-13
+after digit always 놫 0-14-1236-23
+after digit always 놬 0-14-1236-235
+after digit always 놭 0-14-1236-236
+after digit always 놮 0-14-1236-256
+after digit always 놯 0-14-1236-356
+after digit always 놰 0-14-1236-1235
+after digit always 놱 0-14-1236-1235-1
+after digit always 놲 0-14-1236-1235-1-1
+after digit always 놳 0-14-1236-1235-1-3
+after digit always 놴 0-14-1236-1235-25
+after digit always 놵 0-14-1236-1235-25-13
+after digit always 놶 0-14-1236-1235-25-356
+after digit always 놷 0-14-1236-1235-35
+after digit always 놸 0-14-1236-1235-2
+after digit always 놹 0-14-1236-1235-2-1
+after digit always 놺 0-14-1236-1235-2-26
+after digit always 놻 0-14-1236-1235-2-12
+after digit always 놼 0-14-1236-1235-2-3
+after digit always 놽 0-14-1236-1235-2-236
+after digit always 놾 0-14-1236-1235-2-256
+after digit always 놿 0-14-1236-1235-2-356
+after digit always 뇀 0-14-1236-1235-26
+after digit always 뇁 0-14-1236-1235-12
+after digit always 뇂 0-14-1236-1235-12-3
+after digit always 뇃 0-14-1236-1235-3
+after digit always 뇄 0-14-1236-1235-34
+after digit always 뇅 0-14-1236-1235-2356
+after digit always 뇆 0-14-1236-1235-13
+after digit always 뇇 0-14-1236-1235-23
+after digit always 뇈 0-14-1236-1235-235
+after digit always 뇉 0-14-1236-1235-236
+after digit always 뇊 0-14-1236-1235-256
+after digit always 뇋 0-14-1236-1235-356
+after digit always 뇌 0-14-13456
+after digit always 뇍 0-14-13456-1
+after digit always 뇎 0-14-13456-1-1
+after digit always 뇏 0-14-13456-1-3
+after digit always 뇐 0-14-13456-25
+after digit always 뇑 0-14-13456-25-13
+after digit always 뇒 0-14-13456-25-356
+after digit always 뇓 0-14-13456-35
+after digit always 뇔 0-14-13456-2
+after digit always 뇕 0-14-13456-2-1
+after digit always 뇖 0-14-13456-2-26
+after digit always 뇗 0-14-13456-2-12
+after digit always 뇘 0-14-13456-2-3
+after digit always 뇙 0-14-13456-2-236
+after digit always 뇚 0-14-13456-2-256
+after digit always 뇛 0-14-13456-2-356
+after digit always 뇜 0-14-13456-26
+after digit always 뇝 0-14-13456-12
+after digit always 뇞 0-14-13456-12-3
+after digit always 뇟 0-14-13456-3
+after digit always 뇠 0-14-13456-34
+after digit always 뇡 0-14-13456-2356
+after digit always 뇢 0-14-13456-13
+after digit always 뇣 0-14-13456-23
+after digit always 뇤 0-14-13456-235
+after digit always 뇥 0-14-13456-236
+after digit always 뇦 0-14-13456-256
+after digit always 뇧 0-14-13456-356
+after digit always 뇨 0-14-346
+after digit always 뇩 0-14-346-1
+after digit always 뇪 0-14-346-1-1
+after digit always 뇫 0-14-346-1-3
+after digit always 뇬 0-14-346-25
+after digit always 뇭 0-14-346-25-13
+after digit always 뇮 0-14-346-25-356
+after digit always 뇯 0-14-346-35
+after digit always 뇰 0-14-346-2
+after digit always 뇱 0-14-346-2-1
+after digit always 뇲 0-14-346-2-26
+after digit always 뇳 0-14-346-2-12
+after digit always 뇴 0-14-346-2-3
+after digit always 뇵 0-14-346-2-236
+after digit always 뇶 0-14-346-2-256
+after digit always 뇷 0-14-346-2-356
+after digit always 뇸 0-14-346-26
+after digit always 뇹 0-14-346-12
+after digit always 뇺 0-14-346-12-3
+after digit always 뇻 0-14-346-3
+after digit always 뇼 0-14-346-34
+after digit always 뇽 0-14-346-2356
+after digit always 뇾 0-14-346-13
+after digit always 뇿 0-14-346-23
+after digit always 눀 0-14-346-235
+after digit always 눁 0-14-346-236
+after digit always 눂 0-14-346-256
+after digit always 눃 0-14-346-356
+after digit always 누 0-14-134
+after digit always 눅 0-14-134-1
+after digit always 눆 0-14-134-1-1
+after digit always 눇 0-14-134-1-3
+after digit always 눋 0-14-134-35
+after digit always 눔 0-14-134-26
+after digit always 눕 0-14-134-12
+after digit always 눖 0-14-134-12-3
+after digit always 눗 0-14-134-3
+after digit always 눘 0-14-134-34
+after digit always 눙 0-14-134-2356
+after digit always 눚 0-14-134-13
+after digit always 눛 0-14-134-23
+after digit always 눜 0-14-134-235
+after digit always 눝 0-14-134-236
+after digit always 눞 0-14-134-256
+after digit always 눟 0-14-134-356
+after digit always 눠 0-14-1234
+after digit always 눡 0-14-1234-1
+after digit always 눢 0-14-1234-1-1
+after digit always 눣 0-14-1234-1-3
+after digit always 눤 0-14-1234-25
+after digit always 눥 0-14-1234-25-13
+after digit always 눦 0-14-1234-25-356
+after digit always 눧 0-14-1234-35
+after digit always 눨 0-14-1234-2
+after digit always 눩 0-14-1234-2-1
+after digit always 눪 0-14-1234-2-26
+after digit always 눫 0-14-1234-2-12
+after digit always 눬 0-14-1234-2-3
+after digit always 눭 0-14-1234-2-236
+after digit always 눮 0-14-1234-2-256
+after digit always 눯 0-14-1234-2-356
+after digit always 눰 0-14-1234-26
+after digit always 눱 0-14-1234-12
+after digit always 눲 0-14-1234-12-3
+after digit always 눳 0-14-1234-3
+after digit always 눴 0-14-1234-34
+after digit always 눵 0-14-1234-2356
+after digit always 눶 0-14-1234-13
+after digit always 눷 0-14-1234-23
+after digit always 눸 0-14-1234-235
+after digit always 눹 0-14-1234-236
+after digit always 눺 0-14-1234-256
+after digit always 눻 0-14-1234-356
+after digit always 눼 0-14-1234-1235
+after digit always 눽 0-14-1234-1235-1
+after digit always 눾 0-14-1234-1235-1-1
+after digit always 눿 0-14-1234-1235-1-3
+after digit always 뉀 0-14-1234-1235-25
+after digit always 뉁 0-14-1234-1235-25-13
+after digit always 뉂 0-14-1234-1235-25-356
+after digit always 뉃 0-14-1234-1235-35
+after digit always 뉄 0-14-1234-1235-2
+after digit always 뉅 0-14-1234-1235-2-1
+after digit always 뉆 0-14-1234-1235-2-26
+after digit always 뉇 0-14-1234-1235-2-12
+after digit always 뉈 0-14-1234-1235-2-3
+after digit always 뉉 0-14-1234-1235-2-236
+after digit always 뉊 0-14-1234-1235-2-256
+after digit always 뉋 0-14-1234-1235-2-356
+after digit always 뉌 0-14-1234-1235-26
+after digit always 뉍 0-14-1234-1235-12
+after digit always 뉎 0-14-1234-1235-12-3
+after digit always 뉏 0-14-1234-1235-3
+after digit always 뉐 0-14-1234-1235-34
+after digit always 뉑 0-14-1234-1235-2356
+after digit always 뉒 0-14-1234-1235-13
+after digit always 뉓 0-14-1234-1235-23
+after digit always 뉔 0-14-1234-1235-235
+after digit always 뉕 0-14-1234-1235-236
+after digit always 뉖 0-14-1234-1235-256
+after digit always 뉗 0-14-1234-1235-356
+after digit always 뉘 0-14-134-1235
+after digit always 뉙 0-14-134-1235-1
+after digit always 뉚 0-14-134-1235-1-1
+after digit always 뉛 0-14-134-1235-1-3
+after digit always 뉜 0-14-134-1235-25
+after digit always 뉝 0-14-134-1235-25-13
+after digit always 뉞 0-14-134-1235-25-356
+after digit always 뉟 0-14-134-1235-35
+after digit always 뉠 0-14-134-1235-2
+after digit always 뉡 0-14-134-1235-2-1
+after digit always 뉢 0-14-134-1235-2-26
+after digit always 뉣 0-14-134-1235-2-12
+after digit always 뉤 0-14-134-1235-2-3
+after digit always 뉥 0-14-134-1235-2-236
+after digit always 뉦 0-14-134-1235-2-256
+after digit always 뉧 0-14-134-1235-2-356
+after digit always 뉨 0-14-134-1235-26
+after digit always 뉩 0-14-134-1235-12
+after digit always 뉪 0-14-134-1235-12-3
+after digit always 뉫 0-14-134-1235-3
+after digit always 뉬 0-14-134-1235-34
+after digit always 뉭 0-14-134-1235-2356
+after digit always 뉮 0-14-134-1235-13
+after digit always 뉯 0-14-134-1235-23
+after digit always 뉰 0-14-134-1235-235
+after digit always 뉱 0-14-134-1235-236
+after digit always 뉲 0-14-134-1235-256
+after digit always 뉳 0-14-134-1235-356
+after digit always 뉴 0-14-146
+after digit always 뉵 0-14-146-1
+after digit always 뉶 0-14-146-1-1
+after digit always 뉷 0-14-146-1-3
+after digit always 뉸 0-14-146-25
+after digit always 뉹 0-14-146-25-13
+after digit always 뉺 0-14-146-25-356
+after digit always 뉻 0-14-146-35
+after digit always 뉼 0-14-146-2
+after digit always 뉽 0-14-146-2-1
+after digit always 뉾 0-14-146-2-26
+after digit always 뉿 0-14-146-2-12
+after digit always 늀 0-14-146-2-3
+after digit always 늁 0-14-146-2-236
+after digit always 늂 0-14-146-2-256
+after digit always 늃 0-14-146-2-356
+after digit always 늄 0-14-146-26
+after digit always 늅 0-14-146-12
+after digit always 늆 0-14-146-12-3
+after digit always 늇 0-14-146-3
+after digit always 늈 0-14-146-34
+after digit always 늉 0-14-146-2356
+after digit always 늊 0-14-146-13
+after digit always 늋 0-14-146-23
+after digit always 늌 0-14-146-235
+after digit always 늍 0-14-146-236
+after digit always 늎 0-14-146-256
+after digit always 늏 0-14-146-356
+after digit always 느 0-14-246
+after digit always 늑 0-14-246-1
+after digit always 늒 0-14-246-1-1
+after digit always 늓 0-14-246-1-3
+after digit always 늗 0-14-246-35
+after digit always 늠 0-14-246-26
+after digit always 늡 0-14-246-12
+after digit always 늢 0-14-246-12-3
+after digit always 늣 0-14-246-3
+after digit always 늤 0-14-246-34
+after digit always 능 0-14-246-2356
+after digit always 늦 0-14-246-13
+after digit always 늧 0-14-246-23
+after digit always 늨 0-14-246-235
+after digit always 늩 0-14-246-236
+after digit always 늪 0-14-246-256
+after digit always 늫 0-14-246-356
+after digit always 늬 0-14-2456
+after digit always 늭 0-14-2456-1
+after digit always 늮 0-14-2456-1-1
+after digit always 늯 0-14-2456-1-3
+after digit always 늰 0-14-2456-25
+after digit always 늱 0-14-2456-25-13
+after digit always 늲 0-14-2456-25-356
+after digit always 늳 0-14-2456-35
+after digit always 늴 0-14-2456-2
+after digit always 늵 0-14-2456-2-1
+after digit always 늶 0-14-2456-2-26
+after digit always 늷 0-14-2456-2-12
+after digit always 늸 0-14-2456-2-3
+after digit always 늹 0-14-2456-2-236
+after digit always 늺 0-14-2456-2-256
+after digit always 늻 0-14-2456-2-356
+after digit always 늼 0-14-2456-26
+after digit always 늽 0-14-2456-12
+after digit always 늾 0-14-2456-12-3
+after digit always 늿 0-14-2456-3
+after digit always 닀 0-14-2456-34
+after digit always 닁 0-14-2456-2356
+after digit always 닂 0-14-2456-13
+after digit always 닃 0-14-2456-23
+after digit always 닄 0-14-2456-235
+after digit always 닅 0-14-2456-236
+after digit always 닆 0-14-2456-256
+after digit always 닇 0-14-2456-356
+after digit always 니 0-14-135
+after digit always 닉 0-14-135-1
+after digit always 닊 0-14-135-1-1
+after digit always 닋 0-14-135-1-3
+after digit always 닏 0-14-135-35
+after digit always 닐 0-14-135-2
+after digit always 닑 0-14-135-2-1
+after digit always 닒 0-14-135-2-26
+after digit always 닓 0-14-135-2-12
+after digit always 닔 0-14-135-2-3
+after digit always 닕 0-14-135-2-236
+after digit always 닖 0-14-135-2-256
+after digit always 닗 0-14-135-2-356
+after digit always 님 0-14-135-26
+after digit always 닙 0-14-135-12
+after digit always 닚 0-14-135-12-3
+after digit always 닛 0-14-135-3
+after digit always 닜 0-14-135-34
+after digit always 닝 0-14-135-2356
+after digit always 닞 0-14-135-13
+after digit always 닟 0-14-135-23
+after digit always 닠 0-14-135-235
+after digit always 닡 0-14-135-236
+after digit always 닢 0-14-135-256
+after digit always 닣 0-14-135-356
+after digit always 대 0-24-1235
+after digit always 댁 0-24-1235-1
+after digit always 댂 0-24-1235-1-1
+after digit always 댃 0-24-1235-1-3
+after digit always 댄 0-24-1235-25
+after digit always 댅 0-24-1235-25-13
+after digit always 댆 0-24-1235-25-356
+after digit always 댇 0-24-1235-35
+after digit always 댈 0-24-1235-2
+after digit always 댉 0-24-1235-2-1
+after digit always 댊 0-24-1235-2-26
+after digit always 댋 0-24-1235-2-12
+after digit always 댌 0-24-1235-2-3
+after digit always 댍 0-24-1235-2-236
+after digit always 댎 0-24-1235-2-256
+after digit always 댏 0-24-1235-2-356
+after digit always 댐 0-24-1235-26
+after digit always 댑 0-24-1235-12
+after digit always 댒 0-24-1235-12-3
+after digit always 댓 0-24-1235-3
+after digit always 댔 0-24-1235-34
+after digit always 댕 0-24-1235-2356
+after digit always 댖 0-24-1235-13
+after digit always 댗 0-24-1235-23
+after digit always 댘 0-24-1235-235
+after digit always 댙 0-24-1235-236
+after digit always 댚 0-24-1235-256
+after digit always 댛 0-24-1235-356
+after digit always 댜 0-24-345
+after digit always 댝 0-24-345-1
+after digit always 댞 0-24-345-1-1
+after digit always 댟 0-24-345-1-3
+after digit always 댠 0-24-345-25
+after digit always 댡 0-24-345-25-13
+after digit always 댢 0-24-345-25-356
+after digit always 댣 0-24-345-35
+after digit always 댤 0-24-345-2
+after digit always 댥 0-24-345-2-1
+after digit always 댦 0-24-345-2-26
+after digit always 댧 0-24-345-2-12
+after digit always 댨 0-24-345-2-3
+after digit always 댩 0-24-345-2-236
+after digit always 댪 0-24-345-2-256
+after digit always 댫 0-24-345-2-356
+after digit always 댬 0-24-345-26
+after digit always 댭 0-24-345-12
+after digit always 댮 0-24-345-12-3
+after digit always 댯 0-24-345-3
+after digit always 댰 0-24-345-34
+after digit always 댱 0-24-345-2356
+after digit always 댲 0-24-345-13
+after digit always 댳 0-24-345-23
+after digit always 댴 0-24-345-235
+after digit always 댵 0-24-345-236
+after digit always 댶 0-24-345-256
+after digit always 댷 0-24-345-356
+after digit always 댸 0-24-345-1235
+after digit always 댹 0-24-345-1235-1
+after digit always 댺 0-24-345-1235-1-1
+after digit always 댻 0-24-345-1235-1-3
+after digit always 댼 0-24-345-1235-25
+after digit always 댽 0-24-345-1235-25-13
+after digit always 댾 0-24-345-1235-25-356
+after digit always 댿 0-24-345-1235-35
+after digit always 덀 0-24-345-1235-2
+after digit always 덁 0-24-345-1235-2-1
+after digit always 덂 0-24-345-1235-2-26
+after digit always 덃 0-24-345-1235-2-12
+after digit always 덄 0-24-345-1235-2-3
+after digit always 덅 0-24-345-1235-2-236
+after digit always 덆 0-24-345-1235-2-256
+after digit always 덇 0-24-345-1235-2-356
+after digit always 덈 0-24-345-1235-26
+after digit always 덉 0-24-345-1235-12
+after digit always 덊 0-24-345-1235-12-3
+after digit always 덋 0-24-345-1235-3
+after digit always 덌 0-24-345-1235-34
+after digit always 덍 0-24-345-1235-2356
+after digit always 덎 0-24-345-1235-13
+after digit always 덏 0-24-345-1235-23
+after digit always 덐 0-24-345-1235-235
+after digit always 덑 0-24-345-1235-236
+after digit always 덒 0-24-345-1235-256
+after digit always 덓 0-24-345-1235-356
+after digit always 더 0-24-234
+after digit always 덛 0-24-234-35
+after digit always 덤 0-24-234-26
+after digit always 덥 0-24-234-12
+after digit always 덦 0-24-234-12-3
+after digit always 덧 0-24-234-3
+after digit always 덨 0-24-234-34
+after digit always 덩 0-24-234-2356
+after digit always 덪 0-24-234-13
+after digit always 덫 0-24-234-23
+after digit always 덬 0-24-234-235
+after digit always 덭 0-24-234-236
+after digit always 덮 0-24-234-256
+after digit always 덯 0-24-234-356
+after digit always 데 0-24-1345
+after digit always 덱 0-24-1345-1
+after digit always 덲 0-24-1345-1-1
+after digit always 덳 0-24-1345-1-3
+after digit always 덴 0-24-1345-25
+after digit always 덵 0-24-1345-25-13
+after digit always 덶 0-24-1345-25-356
+after digit always 덷 0-24-1345-35
+after digit always 델 0-24-1345-2
+after digit always 덹 0-24-1345-2-1
+after digit always 덺 0-24-1345-2-26
+after digit always 덻 0-24-1345-2-12
+after digit always 덼 0-24-1345-2-3
+after digit always 덽 0-24-1345-2-236
+after digit always 덾 0-24-1345-2-256
+after digit always 덿 0-24-1345-2-356
+after digit always 뎀 0-24-1345-26
+after digit always 뎁 0-24-1345-12
+after digit always 뎂 0-24-1345-12-3
+after digit always 뎃 0-24-1345-3
+after digit always 뎄 0-24-1345-34
+after digit always 뎅 0-24-1345-2356
+after digit always 뎆 0-24-1345-13
+after digit always 뎇 0-24-1345-23
+after digit always 뎈 0-24-1345-235
+after digit always 뎉 0-24-1345-236
+after digit always 뎊 0-24-1345-256
+after digit always 뎋 0-24-1345-356
+after digit always 뎌 0-24-156
+after digit always 뎍 0-24-156-1
+after digit always 뎎 0-24-156-1-1
+after digit always 뎏 0-24-156-1-3
+after digit always 뎓 0-24-156-35
+after digit always 뎜 0-24-156-26
+after digit always 뎝 0-24-156-12
+after digit always 뎞 0-24-156-12-3
+after digit always 뎟 0-24-156-3
+after digit always 뎠 0-24-156-34
+after digit always 뎢 0-24-156-13
+after digit always 뎣 0-24-156-23
+after digit always 뎤 0-24-156-235
+after digit always 뎥 0-24-156-236
+after digit always 뎦 0-24-156-256
+after digit always 뎧 0-24-156-356
+after digit always 뎨 0-24-34
+after digit always 뎩 0-24-34-1
+after digit always 뎪 0-24-34-1-1
+after digit always 뎫 0-24-34-1-3
+after digit always 뎬 0-24-34-25
+after digit always 뎭 0-24-34-25-13
+after digit always 뎮 0-24-34-25-356
+after digit always 뎯 0-24-34-35
+after digit always 뎰 0-24-34-2
+after digit always 뎱 0-24-34-2-1
+after digit always 뎲 0-24-34-2-26
+after digit always 뎳 0-24-34-2-12
+after digit always 뎴 0-24-34-2-3
+after digit always 뎵 0-24-34-2-236
+after digit always 뎶 0-24-34-2-256
+after digit always 뎷 0-24-34-2-356
+after digit always 뎸 0-24-34-26
+after digit always 뎹 0-24-34-12
+after digit always 뎺 0-24-34-12-3
+after digit always 뎻 0-24-34-3
+after digit always 뎼 0-24-34-34
+after digit always 뎽 0-24-34-2356
+after digit always 뎾 0-24-34-13
+after digit always 뎿 0-24-34-23
+after digit always 돀 0-24-34-235
+after digit always 돁 0-24-34-236
+after digit always 돂 0-24-34-256
+after digit always 돃 0-24-34-356
+after digit always 도 0-24-136
+after digit always 돋 0-24-136-35
+after digit always 돌 0-24-136-2
+after digit always 돍 0-24-136-2-1
+after digit always 돎 0-24-136-2-26
+after digit always 돏 0-24-136-2-12
+after digit always 돐 0-24-136-2-3
+after digit always 돑 0-24-136-2-236
+after digit always 돒 0-24-136-2-256
+after digit always 돓 0-24-136-2-356
+after digit always 돔 0-24-136-26
+after digit always 돕 0-24-136-12
+after digit always 돖 0-24-136-12-3
+after digit always 돗 0-24-136-3
+after digit always 돘 0-24-136-34
+after digit always 돚 0-24-136-13
+after digit always 돛 0-24-136-23
+after digit always 돜 0-24-136-235
+after digit always 돝 0-24-136-236
+after digit always 돞 0-24-136-256
+after digit always 돟 0-24-136-356
+after digit always 돠 0-24-1236
+after digit always 돡 0-24-1236-1
+after digit always 돢 0-24-1236-1-1
+after digit always 돣 0-24-1236-1-3
+after digit always 돤 0-24-1236-25
+after digit always 돥 0-24-1236-25-13
+after digit always 돦 0-24-1236-25-356
+after digit always 돧 0-24-1236-35
+after digit always 돨 0-24-1236-2
+after digit always 돩 0-24-1236-2-1
+after digit always 돪 0-24-1236-2-26
+after digit always 돫 0-24-1236-2-12
+after digit always 돬 0-24-1236-2-3
+after digit always 돭 0-24-1236-2-236
+after digit always 돮 0-24-1236-2-256
+after digit always 돯 0-24-1236-2-356
+after digit always 돰 0-24-1236-26
+after digit always 돱 0-24-1236-12
+after digit always 돲 0-24-1236-12-3
+after digit always 돳 0-24-1236-3
+after digit always 돴 0-24-1236-34
+after digit always 돵 0-24-1236-2356
+after digit always 돶 0-24-1236-13
+after digit always 돷 0-24-1236-23
+after digit always 돸 0-24-1236-235
+after digit always 돹 0-24-1236-236
+after digit always 돺 0-24-1236-256
+after digit always 돻 0-24-1236-356
+after digit always 돼 0-24-1236-1235
+after digit always 돽 0-24-1236-1235-1
+after digit always 돾 0-24-1236-1235-1-1
+after digit always 돿 0-24-1236-1235-1-3
+after digit always 됀 0-24-1236-1235-25
+after digit always 됁 0-24-1236-1235-25-13
+after digit always 됂 0-24-1236-1235-25-356
+after digit always 됃 0-24-1236-1235-35
+after digit always 됄 0-24-1236-1235-2
+after digit always 됅 0-24-1236-1235-2-1
+after digit always 됆 0-24-1236-1235-2-26
+after digit always 됇 0-24-1236-1235-2-12
+after digit always 됈 0-24-1236-1235-2-3
+after digit always 됉 0-24-1236-1235-2-236
+after digit always 됊 0-24-1236-1235-2-256
+after digit always 됋 0-24-1236-1235-2-356
+after digit always 됌 0-24-1236-1235-26
+after digit always 됍 0-24-1236-1235-12
+after digit always 됎 0-24-1236-1235-12-3
+after digit always 됏 0-24-1236-1235-3
+after digit always 됐 0-24-1236-1235-34
+after digit always 됑 0-24-1236-1235-2356
+after digit always 됒 0-24-1236-1235-13
+after digit always 됓 0-24-1236-1235-23
+after digit always 됔 0-24-1236-1235-235
+after digit always 됕 0-24-1236-1235-236
+after digit always 됖 0-24-1236-1235-256
+after digit always 됗 0-24-1236-1235-356
+after digit always 되 0-24-13456
+after digit always 됙 0-24-13456-1
+after digit always 됚 0-24-13456-1-1
+after digit always 됛 0-24-13456-1-3
+after digit always 된 0-24-13456-25
+after digit always 됝 0-24-13456-25-13
+after digit always 됞 0-24-13456-25-356
+after digit always 됟 0-24-13456-35
+after digit always 될 0-24-13456-2
+after digit always 됡 0-24-13456-2-1
+after digit always 됢 0-24-13456-2-26
+after digit always 됣 0-24-13456-2-12
+after digit always 됤 0-24-13456-2-3
+after digit always 됥 0-24-13456-2-236
+after digit always 됦 0-24-13456-2-256
+after digit always 됧 0-24-13456-2-356
+after digit always 됨 0-24-13456-26
+after digit always 됩 0-24-13456-12
+after digit always 됪 0-24-13456-12-3
+after digit always 됫 0-24-13456-3
+after digit always 됬 0-24-13456-34
+after digit always 됭 0-24-13456-2356
+after digit always 됮 0-24-13456-13
+after digit always 됯 0-24-13456-23
+after digit always 됰 0-24-13456-235
+after digit always 됱 0-24-13456-236
+after digit always 됲 0-24-13456-256
+after digit always 됳 0-24-13456-356
+after digit always 됴 0-24-346
+after digit always 됵 0-24-346-1
+after digit always 됶 0-24-346-1-1
+after digit always 됷 0-24-346-1-3
+after digit always 됸 0-24-346-25
+after digit always 됹 0-24-346-25-13
+after digit always 됺 0-24-346-25-356
+after digit always 됻 0-24-346-35
+after digit always 됼 0-24-346-2
+after digit always 됽 0-24-346-2-1
+after digit always 됾 0-24-346-2-26
+after digit always 됿 0-24-346-2-12
+after digit always 둀 0-24-346-2-3
+after digit always 둁 0-24-346-2-236
+after digit always 둂 0-24-346-2-256
+after digit always 둃 0-24-346-2-356
+after digit always 둄 0-24-346-26
+after digit always 둅 0-24-346-12
+after digit always 둆 0-24-346-12-3
+after digit always 둇 0-24-346-3
+after digit always 둈 0-24-346-34
+after digit always 둉 0-24-346-2356
+after digit always 둊 0-24-346-13
+after digit always 둋 0-24-346-23
+after digit always 둌 0-24-346-235
+after digit always 둍 0-24-346-236
+after digit always 둎 0-24-346-256
+after digit always 둏 0-24-346-356
+after digit always 두 0-24-134
+after digit always 둑 0-24-134-1
+after digit always 둒 0-24-134-1-1
+after digit always 둓 0-24-134-1-3
+after digit always 둗 0-24-134-35
+after digit always 둠 0-24-134-26
+after digit always 둡 0-24-134-12
+after digit always 둢 0-24-134-12-3
+after digit always 둣 0-24-134-3
+after digit always 둤 0-24-134-34
+after digit always 둥 0-24-134-2356
+after digit always 둦 0-24-134-13
+after digit always 둧 0-24-134-23
+after digit always 둨 0-24-134-235
+after digit always 둩 0-24-134-236
+after digit always 둪 0-24-134-256
+after digit always 둫 0-24-134-356
+after digit always 둬 0-24-1234
+after digit always 둭 0-24-1234-1
+after digit always 둮 0-24-1234-1-1
+after digit always 둯 0-24-1234-1-3
+after digit always 둰 0-24-1234-25
+after digit always 둱 0-24-1234-25-13
+after digit always 둲 0-24-1234-25-356
+after digit always 둳 0-24-1234-35
+after digit always 둴 0-24-1234-2
+after digit always 둵 0-24-1234-2-1
+after digit always 둶 0-24-1234-2-26
+after digit always 둷 0-24-1234-2-12
+after digit always 둸 0-24-1234-2-3
+after digit always 둹 0-24-1234-2-236
+after digit always 둺 0-24-1234-2-256
+after digit always 둻 0-24-1234-2-356
+after digit always 둼 0-24-1234-26
+after digit always 둽 0-24-1234-12
+after digit always 둾 0-24-1234-12-3
+after digit always 둿 0-24-1234-3
+after digit always 뒀 0-24-1234-34
+after digit always 뒁 0-24-1234-2356
+after digit always 뒂 0-24-1234-13
+after digit always 뒃 0-24-1234-23
+after digit always 뒄 0-24-1234-235
+after digit always 뒅 0-24-1234-236
+after digit always 뒆 0-24-1234-256
+after digit always 뒇 0-24-1234-356
+after digit always 뒈 0-24-1234-1235
+after digit always 뒉 0-24-1234-1235-1
+after digit always 뒊 0-24-1234-1235-1-1
+after digit always 뒋 0-24-1234-1235-1-3
+after digit always 뒌 0-24-1234-1235-25
+after digit always 뒍 0-24-1234-1235-25-13
+after digit always 뒎 0-24-1234-1235-25-356
+after digit always 뒏 0-24-1234-1235-35
+after digit always 뒐 0-24-1234-1235-2
+after digit always 뒑 0-24-1234-1235-2-1
+after digit always 뒒 0-24-1234-1235-2-26
+after digit always 뒓 0-24-1234-1235-2-12
+after digit always 뒔 0-24-1234-1235-2-3
+after digit always 뒕 0-24-1234-1235-2-236
+after digit always 뒖 0-24-1234-1235-2-256
+after digit always 뒗 0-24-1234-1235-2-356
+after digit always 뒘 0-24-1234-1235-26
+after digit always 뒙 0-24-1234-1235-12
+after digit always 뒚 0-24-1234-1235-12-3
+after digit always 뒛 0-24-1234-1235-3
+after digit always 뒜 0-24-1234-1235-34
+after digit always 뒝 0-24-1234-1235-2356
+after digit always 뒞 0-24-1234-1235-13
+after digit always 뒟 0-24-1234-1235-23
+after digit always 뒠 0-24-1234-1235-235
+after digit always 뒡 0-24-1234-1235-236
+after digit always 뒢 0-24-1234-1235-256
+after digit always 뒣 0-24-1234-1235-356
+after digit always 뒤 0-24-134-1235
+after digit always 뒥 0-24-134-1235-1
+after digit always 뒦 0-24-134-1235-1-1
+after digit always 뒧 0-24-134-1235-1-3
+after digit always 뒨 0-24-134-1235-25
+after digit always 뒩 0-24-134-1235-25-13
+after digit always 뒪 0-24-134-1235-25-356
+after digit always 뒫 0-24-134-1235-35
+after digit always 뒬 0-24-134-1235-2
+after digit always 뒭 0-24-134-1235-2-1
+after digit always 뒮 0-24-134-1235-2-26
+after digit always 뒯 0-24-134-1235-2-12
+after digit always 뒰 0-24-134-1235-2-3
+after digit always 뒱 0-24-134-1235-2-236
+after digit always 뒲 0-24-134-1235-2-256
+after digit always 뒳 0-24-134-1235-2-356
+after digit always 뒴 0-24-134-1235-26
+after digit always 뒵 0-24-134-1235-12
+after digit always 뒶 0-24-134-1235-12-3
+after digit always 뒷 0-24-134-1235-3
+after digit always 뒸 0-24-134-1235-34
+after digit always 뒹 0-24-134-1235-2356
+after digit always 뒺 0-24-134-1235-13
+after digit always 뒻 0-24-134-1235-23
+after digit always 뒼 0-24-134-1235-235
+after digit always 뒽 0-24-134-1235-236
+after digit always 뒾 0-24-134-1235-256
+after digit always 뒿 0-24-134-1235-356
+after digit always 듀 0-24-146
+after digit always 듁 0-24-146-1
+after digit always 듂 0-24-146-1-1
+after digit always 듃 0-24-146-1-3
+after digit always 듄 0-24-146-25
+after digit always 듅 0-24-146-25-13
+after digit always 듆 0-24-146-25-356
+after digit always 듇 0-24-146-35
+after digit always 듈 0-24-146-2
+after digit always 듉 0-24-146-2-1
+after digit always 듊 0-24-146-2-26
+after digit always 듋 0-24-146-2-12
+after digit always 듌 0-24-146-2-3
+after digit always 듍 0-24-146-2-236
+after digit always 듎 0-24-146-2-256
+after digit always 듏 0-24-146-2-356
+after digit always 듐 0-24-146-26
+after digit always 듑 0-24-146-12
+after digit always 듒 0-24-146-12-3
+after digit always 듓 0-24-146-3
+after digit always 듔 0-24-146-34
+after digit always 듕 0-24-146-2356
+after digit always 듖 0-24-146-13
+after digit always 듗 0-24-146-23
+after digit always 듘 0-24-146-235
+after digit always 듙 0-24-146-236
+after digit always 듚 0-24-146-256
+after digit always 듛 0-24-146-356
+after digit always 드 0-24-246
+after digit always 득 0-24-246-1
+after digit always 듞 0-24-246-1-1
+after digit always 듟 0-24-246-1-3
+after digit always 듣 0-24-246-35
+after digit always 듬 0-24-246-26
+after digit always 듭 0-24-246-12
+after digit always 듮 0-24-246-12-3
+after digit always 듯 0-24-246-3
+after digit always 듰 0-24-246-34
+after digit always 등 0-24-246-2356
+after digit always 듲 0-24-246-13
+after digit always 듳 0-24-246-23
+after digit always 듴 0-24-246-235
+after digit always 듵 0-24-246-236
+after digit always 듶 0-24-246-256
+after digit always 듷 0-24-246-356
+after digit always 듸 0-24-2456
+after digit always 듹 0-24-2456-1
+after digit always 듺 0-24-2456-1-1
+after digit always 듻 0-24-2456-1-3
+after digit always 듼 0-24-2456-25
+after digit always 듽 0-24-2456-25-13
+after digit always 듾 0-24-2456-25-356
+after digit always 듿 0-24-2456-35
+after digit always 딀 0-24-2456-2
+after digit always 딁 0-24-2456-2-1
+after digit always 딂 0-24-2456-2-26
+after digit always 딃 0-24-2456-2-12
+after digit always 딄 0-24-2456-2-3
+after digit always 딅 0-24-2456-2-236
+after digit always 딆 0-24-2456-2-256
+after digit always 딇 0-24-2456-2-356
+after digit always 딈 0-24-2456-26
+after digit always 딉 0-24-2456-12
+after digit always 딊 0-24-2456-12-3
+after digit always 딋 0-24-2456-3
+after digit always 딌 0-24-2456-34
+after digit always 딍 0-24-2456-2356
+after digit always 딎 0-24-2456-13
+after digit always 딏 0-24-2456-23
+after digit always 딐 0-24-2456-235
+after digit always 딑 0-24-2456-236
+after digit always 딒 0-24-2456-256
+after digit always 딓 0-24-2456-356
+after digit always 디 0-24-135
+after digit always 딕 0-24-135-1
+after digit always 딖 0-24-135-1-1
+after digit always 딗 0-24-135-1-3
+after digit always 딛 0-24-135-35
+after digit always 딜 0-24-135-2
+after digit always 딝 0-24-135-2-1
+after digit always 딞 0-24-135-2-26
+after digit always 딟 0-24-135-2-12
+after digit always 딠 0-24-135-2-3
+after digit always 딡 0-24-135-2-236
+after digit always 딢 0-24-135-2-256
+after digit always 딣 0-24-135-2-356
+after digit always 딤 0-24-135-26
+after digit always 딥 0-24-135-12
+after digit always 딦 0-24-135-12-3
+after digit always 딧 0-24-135-3
+after digit always 딨 0-24-135-34
+after digit always 딩 0-24-135-2356
+after digit always 딪 0-24-135-13
+after digit always 딫 0-24-135-23
+after digit always 딬 0-24-135-235
+after digit always 딭 0-24-135-236
+after digit always 딮 0-24-135-256
+after digit always 딯 0-24-135-356
+after digit always 매 0-15-1235
+after digit always 맥 0-15-1235-1
+after digit always 맦 0-15-1235-1-1
+after digit always 맧 0-15-1235-1-3
+after digit always 맨 0-15-1235-25
+after digit always 맩 0-15-1235-25-13
+after digit always 맪 0-15-1235-25-356
+after digit always 맫 0-15-1235-35
+after digit always 맬 0-15-1235-2
+after digit always 맭 0-15-1235-2-1
+after digit always 맮 0-15-1235-2-26
+after digit always 맯 0-15-1235-2-12
+after digit always 맰 0-15-1235-2-3
+after digit always 맱 0-15-1235-2-236
+after digit always 맲 0-15-1235-2-256
+after digit always 맳 0-15-1235-2-356
+after digit always 맴 0-15-1235-26
+after digit always 맵 0-15-1235-12
+after digit always 맶 0-15-1235-12-3
+after digit always 맷 0-15-1235-3
+after digit always 맸 0-15-1235-34
+after digit always 맹 0-15-1235-2356
+after digit always 맺 0-15-1235-13
+after digit always 맻 0-15-1235-23
+after digit always 맼 0-15-1235-235
+after digit always 맽 0-15-1235-236
+after digit always 맾 0-15-1235-256
+after digit always 맿 0-15-1235-356
+after digit always 먀 0-15-345
+after digit always 먁 0-15-345-1
+after digit always 먂 0-15-345-1-1
+after digit always 먃 0-15-345-1-3
+after digit always 먄 0-15-345-25
+after digit always 먅 0-15-345-25-13
+after digit always 먆 0-15-345-25-356
+after digit always 먇 0-15-345-35
+after digit always 먈 0-15-345-2
+after digit always 먉 0-15-345-2-1
+after digit always 먊 0-15-345-2-26
+after digit always 먋 0-15-345-2-12
+after digit always 먌 0-15-345-2-3
+after digit always 먍 0-15-345-2-236
+after digit always 먎 0-15-345-2-256
+after digit always 먏 0-15-345-2-356
+after digit always 먐 0-15-345-26
+after digit always 먑 0-15-345-12
+after digit always 먒 0-15-345-12-3
+after digit always 먓 0-15-345-3
+after digit always 먔 0-15-345-34
+after digit always 먕 0-15-345-2356
+after digit always 먖 0-15-345-13
+after digit always 먗 0-15-345-23
+after digit always 먘 0-15-345-235
+after digit always 먙 0-15-345-236
+after digit always 먚 0-15-345-256
+after digit always 먛 0-15-345-356
+after digit always 먜 0-15-345-1235
+after digit always 먝 0-15-345-1235-1
+after digit always 먞 0-15-345-1235-1-1
+after digit always 먟 0-15-345-1235-1-3
+after digit always 먠 0-15-345-1235-25
+after digit always 먡 0-15-345-1235-25-13
+after digit always 먢 0-15-345-1235-25-356
+after digit always 먣 0-15-345-1235-35
+after digit always 먤 0-15-345-1235-2
+after digit always 먥 0-15-345-1235-2-1
+after digit always 먦 0-15-345-1235-2-26
+after digit always 먧 0-15-345-1235-2-12
+after digit always 먨 0-15-345-1235-2-3
+after digit always 먩 0-15-345-1235-2-236
+after digit always 먪 0-15-345-1235-2-256
+after digit always 먫 0-15-345-1235-2-356
+after digit always 먬 0-15-345-1235-26
+after digit always 먭 0-15-345-1235-12
+after digit always 먮 0-15-345-1235-12-3
+after digit always 먯 0-15-345-1235-3
+after digit always 먰 0-15-345-1235-34
+after digit always 먱 0-15-345-1235-2356
+after digit always 먲 0-15-345-1235-13
+after digit always 먳 0-15-345-1235-23
+after digit always 먴 0-15-345-1235-235
+after digit always 먵 0-15-345-1235-236
+after digit always 먶 0-15-345-1235-256
+after digit always 먷 0-15-345-1235-356
+after digit always 머 0-15-234
+after digit always 먿 0-15-234-35
+after digit always 멈 0-15-234-26
+after digit always 멉 0-15-234-12
+after digit always 멊 0-15-234-12-3
+after digit always 멋 0-15-234-3
+after digit always 멌 0-15-234-34
+after digit always 멍 0-15-234-2356
+after digit always 멎 0-15-234-13
+after digit always 멏 0-15-234-23
+after digit always 멐 0-15-234-235
+after digit always 멑 0-15-234-236
+after digit always 멒 0-15-234-256
+after digit always 멓 0-15-234-356
+after digit always 메 0-15-1345
+after digit always 멕 0-15-1345-1
+after digit always 멖 0-15-1345-1-1
+after digit always 멗 0-15-1345-1-3
+after digit always 멘 0-15-1345-25
+after digit always 멙 0-15-1345-25-13
+after digit always 멚 0-15-1345-25-356
+after digit always 멛 0-15-1345-35
+after digit always 멜 0-15-1345-2
+after digit always 멝 0-15-1345-2-1
+after digit always 멞 0-15-1345-2-26
+after digit always 멟 0-15-1345-2-12
+after digit always 멠 0-15-1345-2-3
+after digit always 멡 0-15-1345-2-236
+after digit always 멢 0-15-1345-2-256
+after digit always 멣 0-15-1345-2-356
+after digit always 멤 0-15-1345-26
+after digit always 멥 0-15-1345-12
+after digit always 멦 0-15-1345-12-3
+after digit always 멧 0-15-1345-3
+after digit always 멨 0-15-1345-34
+after digit always 멩 0-15-1345-2356
+after digit always 멪 0-15-1345-13
+after digit always 멫 0-15-1345-23
+after digit always 멬 0-15-1345-235
+after digit always 멭 0-15-1345-236
+after digit always 멮 0-15-1345-256
+after digit always 멯 0-15-1345-356
+after digit always 며 0-15-156
+after digit always 멱 0-15-156-1
+after digit always 멲 0-15-156-1-1
+after digit always 멳 0-15-156-1-3
+after digit always 멷 0-15-156-35
+after digit always 몀 0-15-156-26
+after digit always 몁 0-15-156-12
+after digit always 몂 0-15-156-12-3
+after digit always 몃 0-15-156-3
+after digit always 몄 0-15-156-34
+after digit always 몆 0-15-156-13
+after digit always 몇 0-15-156-23
+after digit always 몈 0-15-156-235
+after digit always 몉 0-15-156-236
+after digit always 몊 0-15-156-256
+after digit always 몋 0-15-156-356
+after digit always 몌 0-15-34
+after digit always 몍 0-15-34-1
+after digit always 몎 0-15-34-1-1
+after digit always 몏 0-15-34-1-3
+after digit always 몐 0-15-34-25
+after digit always 몑 0-15-34-25-13
+after digit always 몒 0-15-34-25-356
+after digit always 몓 0-15-34-35
+after digit always 몔 0-15-34-2
+after digit always 몕 0-15-34-2-1
+after digit always 몖 0-15-34-2-26
+after digit always 몗 0-15-34-2-12
+after digit always 몘 0-15-34-2-3
+after digit always 몙 0-15-34-2-236
+after digit always 몚 0-15-34-2-256
+after digit always 몛 0-15-34-2-356
+after digit always 몜 0-15-34-26
+after digit always 몝 0-15-34-12
+after digit always 몞 0-15-34-12-3
+after digit always 몟 0-15-34-3
+after digit always 몠 0-15-34-34
+after digit always 몡 0-15-34-2356
+after digit always 몢 0-15-34-13
+after digit always 몣 0-15-34-23
+after digit always 몤 0-15-34-235
+after digit always 몥 0-15-34-236
+after digit always 몦 0-15-34-256
+after digit always 몧 0-15-34-356
+after digit always 모 0-15-136
+after digit always 몯 0-15-136-35
+after digit always 몰 0-15-136-2
+after digit always 몱 0-15-136-2-1
+after digit always 몲 0-15-136-2-26
+after digit always 몳 0-15-136-2-12
+after digit always 몴 0-15-136-2-3
+after digit always 몵 0-15-136-2-236
+after digit always 몶 0-15-136-2-256
+after digit always 몷 0-15-136-2-356
+after digit always 몸 0-15-136-26
+after digit always 몹 0-15-136-12
+after digit always 몺 0-15-136-12-3
+after digit always 못 0-15-136-3
+after digit always 몼 0-15-136-34
+after digit always 몾 0-15-136-13
+after digit always 몿 0-15-136-23
+after digit always 뫀 0-15-136-235
+after digit always 뫁 0-15-136-236
+after digit always 뫂 0-15-136-256
+after digit always 뫃 0-15-136-356
+after digit always 뫄 0-15-1236
+after digit always 뫅 0-15-1236-1
+after digit always 뫆 0-15-1236-1-1
+after digit always 뫇 0-15-1236-1-3
+after digit always 뫈 0-15-1236-25
+after digit always 뫉 0-15-1236-25-13
+after digit always 뫊 0-15-1236-25-356
+after digit always 뫋 0-15-1236-35
+after digit always 뫌 0-15-1236-2
+after digit always 뫍 0-15-1236-2-1
+after digit always 뫎 0-15-1236-2-26
+after digit always 뫏 0-15-1236-2-12
+after digit always 뫐 0-15-1236-2-3
+after digit always 뫑 0-15-1236-2-236
+after digit always 뫒 0-15-1236-2-256
+after digit always 뫓 0-15-1236-2-356
+after digit always 뫔 0-15-1236-26
+after digit always 뫕 0-15-1236-12
+after digit always 뫖 0-15-1236-12-3
+after digit always 뫗 0-15-1236-3
+after digit always 뫘 0-15-1236-34
+after digit always 뫙 0-15-1236-2356
+after digit always 뫚 0-15-1236-13
+after digit always 뫛 0-15-1236-23
+after digit always 뫜 0-15-1236-235
+after digit always 뫝 0-15-1236-236
+after digit always 뫞 0-15-1236-256
+after digit always 뫟 0-15-1236-356
+after digit always 뫠 0-15-1236-1235
+after digit always 뫡 0-15-1236-1235-1
+after digit always 뫢 0-15-1236-1235-1-1
+after digit always 뫣 0-15-1236-1235-1-3
+after digit always 뫤 0-15-1236-1235-25
+after digit always 뫥 0-15-1236-1235-25-13
+after digit always 뫦 0-15-1236-1235-25-356
+after digit always 뫧 0-15-1236-1235-35
+after digit always 뫨 0-15-1236-1235-2
+after digit always 뫩 0-15-1236-1235-2-1
+after digit always 뫪 0-15-1236-1235-2-26
+after digit always 뫫 0-15-1236-1235-2-12
+after digit always 뫬 0-15-1236-1235-2-3
+after digit always 뫭 0-15-1236-1235-2-236
+after digit always 뫮 0-15-1236-1235-2-256
+after digit always 뫯 0-15-1236-1235-2-356
+after digit always 뫰 0-15-1236-1235-26
+after digit always 뫱 0-15-1236-1235-12
+after digit always 뫲 0-15-1236-1235-12-3
+after digit always 뫳 0-15-1236-1235-3
+after digit always 뫴 0-15-1236-1235-34
+after digit always 뫵 0-15-1236-1235-2356
+after digit always 뫶 0-15-1236-1235-13
+after digit always 뫷 0-15-1236-1235-23
+after digit always 뫸 0-15-1236-1235-235
+after digit always 뫹 0-15-1236-1235-236
+after digit always 뫺 0-15-1236-1235-256
+after digit always 뫻 0-15-1236-1235-356
+after digit always 뫼 0-15-13456
+after digit always 뫽 0-15-13456-1
+after digit always 뫾 0-15-13456-1-1
+after digit always 뫿 0-15-13456-1-3
+after digit always 묀 0-15-13456-25
+after digit always 묁 0-15-13456-25-13
+after digit always 묂 0-15-13456-25-356
+after digit always 묃 0-15-13456-35
+after digit always 묄 0-15-13456-2
+after digit always 묅 0-15-13456-2-1
+after digit always 묆 0-15-13456-2-26
+after digit always 묇 0-15-13456-2-12
+after digit always 묈 0-15-13456-2-3
+after digit always 묉 0-15-13456-2-236
+after digit always 묊 0-15-13456-2-256
+after digit always 묋 0-15-13456-2-356
+after digit always 묌 0-15-13456-26
+after digit always 묍 0-15-13456-12
+after digit always 묎 0-15-13456-12-3
+after digit always 묏 0-15-13456-3
+after digit always 묐 0-15-13456-34
+after digit always 묑 0-15-13456-2356
+after digit always 묒 0-15-13456-13
+after digit always 묓 0-15-13456-23
+after digit always 묔 0-15-13456-235
+after digit always 묕 0-15-13456-236
+after digit always 묖 0-15-13456-256
+after digit always 묗 0-15-13456-356
+after digit always 묘 0-15-346
+after digit always 묙 0-15-346-1
+after digit always 묚 0-15-346-1-1
+after digit always 묛 0-15-346-1-3
+after digit always 묜 0-15-346-25
+after digit always 묝 0-15-346-25-13
+after digit always 묞 0-15-346-25-356
+after digit always 묟 0-15-346-35
+after digit always 묠 0-15-346-2
+after digit always 묡 0-15-346-2-1
+after digit always 묢 0-15-346-2-26
+after digit always 묣 0-15-346-2-12
+after digit always 묤 0-15-346-2-3
+after digit always 묥 0-15-346-2-236
+after digit always 묦 0-15-346-2-256
+after digit always 묧 0-15-346-2-356
+after digit always 묨 0-15-346-26
+after digit always 묩 0-15-346-12
+after digit always 묪 0-15-346-12-3
+after digit always 묫 0-15-346-3
+after digit always 묬 0-15-346-34
+after digit always 묭 0-15-346-2356
+after digit always 묮 0-15-346-13
+after digit always 묯 0-15-346-23
+after digit always 묰 0-15-346-235
+after digit always 묱 0-15-346-236
+after digit always 묲 0-15-346-256
+after digit always 묳 0-15-346-356
+after digit always 무 0-15-134
+after digit always 묵 0-15-134-1
+after digit always 묶 0-15-134-1-1
+after digit always 묷 0-15-134-1-3
+after digit always 묻 0-15-134-35
+after digit always 뭄 0-15-134-26
+after digit always 뭅 0-15-134-12
+after digit always 뭆 0-15-134-12-3
+after digit always 뭇 0-15-134-3
+after digit always 뭈 0-15-134-34
+after digit always 뭉 0-15-134-2356
+after digit always 뭊 0-15-134-13
+after digit always 뭋 0-15-134-23
+after digit always 뭌 0-15-134-235
+after digit always 뭍 0-15-134-236
+after digit always 뭎 0-15-134-256
+after digit always 뭏 0-15-134-356
+after digit always 뭐 0-15-1234
+after digit always 뭑 0-15-1234-1
+after digit always 뭒 0-15-1234-1-1
+after digit always 뭓 0-15-1234-1-3
+after digit always 뭔 0-15-1234-25
+after digit always 뭕 0-15-1234-25-13
+after digit always 뭖 0-15-1234-25-356
+after digit always 뭗 0-15-1234-35
+after digit always 뭘 0-15-1234-2
+after digit always 뭙 0-15-1234-2-1
+after digit always 뭚 0-15-1234-2-26
+after digit always 뭛 0-15-1234-2-12
+after digit always 뭜 0-15-1234-2-3
+after digit always 뭝 0-15-1234-2-236
+after digit always 뭞 0-15-1234-2-256
+after digit always 뭟 0-15-1234-2-356
+after digit always 뭠 0-15-1234-26
+after digit always 뭡 0-15-1234-12
+after digit always 뭢 0-15-1234-12-3
+after digit always 뭣 0-15-1234-3
+after digit always 뭤 0-15-1234-34
+after digit always 뭥 0-15-1234-2356
+after digit always 뭦 0-15-1234-13
+after digit always 뭧 0-15-1234-23
+after digit always 뭨 0-15-1234-235
+after digit always 뭩 0-15-1234-236
+after digit always 뭪 0-15-1234-256
+after digit always 뭫 0-15-1234-356
+after digit always 뭬 0-15-1234-1235
+after digit always 뭭 0-15-1234-1235-1
+after digit always 뭮 0-15-1234-1235-1-1
+after digit always 뭯 0-15-1234-1235-1-3
+after digit always 뭰 0-15-1234-1235-25
+after digit always 뭱 0-15-1234-1235-25-13
+after digit always 뭲 0-15-1234-1235-25-356
+after digit always 뭳 0-15-1234-1235-35
+after digit always 뭴 0-15-1234-1235-2
+after digit always 뭵 0-15-1234-1235-2-1
+after digit always 뭶 0-15-1234-1235-2-26
+after digit always 뭷 0-15-1234-1235-2-12
+after digit always 뭸 0-15-1234-1235-2-3
+after digit always 뭹 0-15-1234-1235-2-236
+after digit always 뭺 0-15-1234-1235-2-256
+after digit always 뭻 0-15-1234-1235-2-356
+after digit always 뭼 0-15-1234-1235-26
+after digit always 뭽 0-15-1234-1235-12
+after digit always 뭾 0-15-1234-1235-12-3
+after digit always 뭿 0-15-1234-1235-3
+after digit always 뮀 0-15-1234-1235-34
+after digit always 뮁 0-15-1234-1235-2356
+after digit always 뮂 0-15-1234-1235-13
+after digit always 뮃 0-15-1234-1235-23
+after digit always 뮄 0-15-1234-1235-235
+after digit always 뮅 0-15-1234-1235-236
+after digit always 뮆 0-15-1234-1235-256
+after digit always 뮇 0-15-1234-1235-356
+after digit always 뮈 0-15-134-1235
+after digit always 뮉 0-15-134-1235-1
+after digit always 뮊 0-15-134-1235-1-1
+after digit always 뮋 0-15-134-1235-1-3
+after digit always 뮌 0-15-134-1235-25
+after digit always 뮍 0-15-134-1235-25-13
+after digit always 뮎 0-15-134-1235-25-356
+after digit always 뮏 0-15-134-1235-35
+after digit always 뮐 0-15-134-1235-2
+after digit always 뮑 0-15-134-1235-2-1
+after digit always 뮒 0-15-134-1235-2-26
+after digit always 뮓 0-15-134-1235-2-12
+after digit always 뮔 0-15-134-1235-2-3
+after digit always 뮕 0-15-134-1235-2-236
+after digit always 뮖 0-15-134-1235-2-256
+after digit always 뮗 0-15-134-1235-2-356
+after digit always 뮘 0-15-134-1235-26
+after digit always 뮙 0-15-134-1235-12
+after digit always 뮚 0-15-134-1235-12-3
+after digit always 뮛 0-15-134-1235-3
+after digit always 뮜 0-15-134-1235-34
+after digit always 뮝 0-15-134-1235-2356
+after digit always 뮞 0-15-134-1235-13
+after digit always 뮟 0-15-134-1235-23
+after digit always 뮠 0-15-134-1235-235
+after digit always 뮡 0-15-134-1235-236
+after digit always 뮢 0-15-134-1235-256
+after digit always 뮣 0-15-134-1235-356
+after digit always 뮤 0-15-146
+after digit always 뮥 0-15-146-1
+after digit always 뮦 0-15-146-1-1
+after digit always 뮧 0-15-146-1-3
+after digit always 뮨 0-15-146-25
+after digit always 뮩 0-15-146-25-13
+after digit always 뮪 0-15-146-25-356
+after digit always 뮫 0-15-146-35
+after digit always 뮬 0-15-146-2
+after digit always 뮭 0-15-146-2-1
+after digit always 뮮 0-15-146-2-26
+after digit always 뮯 0-15-146-2-12
+after digit always 뮰 0-15-146-2-3
+after digit always 뮱 0-15-146-2-236
+after digit always 뮲 0-15-146-2-256
+after digit always 뮳 0-15-146-2-356
+after digit always 뮴 0-15-146-26
+after digit always 뮵 0-15-146-12
+after digit always 뮶 0-15-146-12-3
+after digit always 뮷 0-15-146-3
+after digit always 뮸 0-15-146-34
+after digit always 뮹 0-15-146-2356
+after digit always 뮺 0-15-146-13
+after digit always 뮻 0-15-146-23
+after digit always 뮼 0-15-146-235
+after digit always 뮽 0-15-146-236
+after digit always 뮾 0-15-146-256
+after digit always 뮿 0-15-146-356
+after digit always 므 0-15-246
+after digit always 믁 0-15-246-1
+after digit always 믂 0-15-246-1-1
+after digit always 믃 0-15-246-1-3
+after digit always 믇 0-15-246-35
+after digit always 믐 0-15-246-26
+after digit always 믑 0-15-246-12
+after digit always 믒 0-15-246-12-3
+after digit always 믓 0-15-246-3
+after digit always 믔 0-15-246-34
+after digit always 믕 0-15-246-2356
+after digit always 믖 0-15-246-13
+after digit always 믗 0-15-246-23
+after digit always 믘 0-15-246-235
+after digit always 믙 0-15-246-236
+after digit always 믚 0-15-246-256
+after digit always 믛 0-15-246-356
+after digit always 믜 0-15-2456
+after digit always 믝 0-15-2456-1
+after digit always 믞 0-15-2456-1-1
+after digit always 믟 0-15-2456-1-3
+after digit always 믠 0-15-2456-25
+after digit always 믡 0-15-2456-25-13
+after digit always 믢 0-15-2456-25-356
+after digit always 믣 0-15-2456-35
+after digit always 믤 0-15-2456-2
+after digit always 믥 0-15-2456-2-1
+after digit always 믦 0-15-2456-2-26
+after digit always 믧 0-15-2456-2-12
+after digit always 믨 0-15-2456-2-3
+after digit always 믩 0-15-2456-2-236
+after digit always 믪 0-15-2456-2-256
+after digit always 믫 0-15-2456-2-356
+after digit always 믬 0-15-2456-26
+after digit always 믭 0-15-2456-12
+after digit always 믮 0-15-2456-12-3
+after digit always 믯 0-15-2456-3
+after digit always 믰 0-15-2456-34
+after digit always 믱 0-15-2456-2356
+after digit always 믲 0-15-2456-13
+after digit always 믳 0-15-2456-23
+after digit always 믴 0-15-2456-235
+after digit always 믵 0-15-2456-236
+after digit always 믶 0-15-2456-256
+after digit always 믷 0-15-2456-356
+after digit always 미 0-15-135
+after digit always 믹 0-15-135-1
+after digit always 믺 0-15-135-1-1
+after digit always 믻 0-15-135-1-3
+after digit always 믿 0-15-135-35
+after digit always 밀 0-15-135-2
+after digit always 밁 0-15-135-2-1
+after digit always 밂 0-15-135-2-26
+after digit always 밃 0-15-135-2-12
+after digit always 밄 0-15-135-2-3
+after digit always 밅 0-15-135-2-236
+after digit always 밆 0-15-135-2-256
+after digit always 밇 0-15-135-2-356
+after digit always 밈 0-15-135-26
+after digit always 밉 0-15-135-12
+after digit always 밊 0-15-135-12-3
+after digit always 밋 0-15-135-3
+after digit always 밌 0-15-135-34
+after digit always 밍 0-15-135-2356
+after digit always 밎 0-15-135-13
+after digit always 및 0-15-135-23
+after digit always 밐 0-15-135-235
+after digit always 밑 0-15-135-236
+after digit always 밒 0-15-135-256
+after digit always 밓 0-15-135-356
+after digit always 캐 0-124-1235
+after digit always 캑 0-124-1235-1
+after digit always 캒 0-124-1235-1-1
+after digit always 캓 0-124-1235-1-3
+after digit always 캔 0-124-1235-25
+after digit always 캕 0-124-1235-25-13
+after digit always 캖 0-124-1235-25-356
+after digit always 캗 0-124-1235-35
+after digit always 캘 0-124-1235-2
+after digit always 캙 0-124-1235-2-1
+after digit always 캚 0-124-1235-2-26
+after digit always 캛 0-124-1235-2-12
+after digit always 캜 0-124-1235-2-3
+after digit always 캝 0-124-1235-2-236
+after digit always 캞 0-124-1235-2-256
+after digit always 캟 0-124-1235-2-356
+after digit always 캠 0-124-1235-26
+after digit always 캡 0-124-1235-12
+after digit always 캢 0-124-1235-12-3
+after digit always 캣 0-124-1235-3
+after digit always 캤 0-124-1235-34
+after digit always 캥 0-124-1235-2356
+after digit always 캦 0-124-1235-13
+after digit always 캧 0-124-1235-23
+after digit always 캨 0-124-1235-235
+after digit always 캩 0-124-1235-236
+after digit always 캪 0-124-1235-256
+after digit always 캫 0-124-1235-356
+after digit always 캬 0-124-345
+after digit always 캭 0-124-345-1
+after digit always 캮 0-124-345-1-1
+after digit always 캯 0-124-345-1-3
+after digit always 캰 0-124-345-25
+after digit always 캱 0-124-345-25-13
+after digit always 캲 0-124-345-25-356
+after digit always 캳 0-124-345-35
+after digit always 캴 0-124-345-2
+after digit always 캵 0-124-345-2-1
+after digit always 캶 0-124-345-2-26
+after digit always 캷 0-124-345-2-12
+after digit always 캸 0-124-345-2-3
+after digit always 캹 0-124-345-2-236
+after digit always 캺 0-124-345-2-256
+after digit always 캻 0-124-345-2-356
+after digit always 캼 0-124-345-26
+after digit always 캽 0-124-345-12
+after digit always 캾 0-124-345-12-3
+after digit always 캿 0-124-345-3
+after digit always 컀 0-124-345-34
+after digit always 컁 0-124-345-2356
+after digit always 컂 0-124-345-13
+after digit always 컃 0-124-345-23
+after digit always 컄 0-124-345-235
+after digit always 컅 0-124-345-236
+after digit always 컆 0-124-345-256
+after digit always 컇 0-124-345-356
+after digit always 컈 0-124-345-1235
+after digit always 컉 0-124-345-1235-1
+after digit always 컊 0-124-345-1235-1-1
+after digit always 컋 0-124-345-1235-1-3
+after digit always 컌 0-124-345-1235-25
+after digit always 컍 0-124-345-1235-25-13
+after digit always 컎 0-124-345-1235-25-356
+after digit always 컏 0-124-345-1235-35
+after digit always 컐 0-124-345-1235-2
+after digit always 컑 0-124-345-1235-2-1
+after digit always 컒 0-124-345-1235-2-26
+after digit always 컓 0-124-345-1235-2-12
+after digit always 컔 0-124-345-1235-2-3
+after digit always 컕 0-124-345-1235-2-236
+after digit always 컖 0-124-345-1235-2-256
+after digit always 컗 0-124-345-1235-2-356
+after digit always 컘 0-124-345-1235-26
+after digit always 컙 0-124-345-1235-12
+after digit always 컚 0-124-345-1235-12-3
+after digit always 컛 0-124-345-1235-3
+after digit always 컜 0-124-345-1235-34
+after digit always 컝 0-124-345-1235-2356
+after digit always 컞 0-124-345-1235-13
+after digit always 컟 0-124-345-1235-23
+after digit always 컠 0-124-345-1235-235
+after digit always 컡 0-124-345-1235-236
+after digit always 컢 0-124-345-1235-256
+after digit always 컣 0-124-345-1235-356
+after digit always 커 0-124-234
+after digit always 컫 0-124-234-35
+after digit always 컴 0-124-234-26
+after digit always 컵 0-124-234-12
+after digit always 컶 0-124-234-12-3
+after digit always 컷 0-124-234-3
+after digit always 컸 0-124-234-34
+after digit always 컹 0-124-234-2356
+after digit always 컺 0-124-234-13
+after digit always 컻 0-124-234-23
+after digit always 컼 0-124-234-235
+after digit always 컽 0-124-234-236
+after digit always 컾 0-124-234-256
+after digit always 컿 0-124-234-356
+after digit always 케 0-124-1345
+after digit always 켁 0-124-1345-1
+after digit always 켂 0-124-1345-1-1
+after digit always 켃 0-124-1345-1-3
+after digit always 켄 0-124-1345-25
+after digit always 켅 0-124-1345-25-13
+after digit always 켆 0-124-1345-25-356
+after digit always 켇 0-124-1345-35
+after digit always 켈 0-124-1345-2
+after digit always 켉 0-124-1345-2-1
+after digit always 켊 0-124-1345-2-26
+after digit always 켋 0-124-1345-2-12
+after digit always 켌 0-124-1345-2-3
+after digit always 켍 0-124-1345-2-236
+after digit always 켎 0-124-1345-2-256
+after digit always 켏 0-124-1345-2-356
+after digit always 켐 0-124-1345-26
+after digit always 켑 0-124-1345-12
+after digit always 켒 0-124-1345-12-3
+after digit always 켓 0-124-1345-3
+after digit always 켔 0-124-1345-34
+after digit always 켕 0-124-1345-2356
+after digit always 켖 0-124-1345-13
+after digit always 켗 0-124-1345-23
+after digit always 켘 0-124-1345-235
+after digit always 켙 0-124-1345-236
+after digit always 켚 0-124-1345-256
+after digit always 켛 0-124-1345-356
+after digit always 켜 0-124-156
+after digit always 켝 0-124-156-1
+after digit always 켞 0-124-156-1-1
+after digit always 켟 0-124-156-1-3
+after digit always 켣 0-124-156-35
+after digit always 켬 0-124-156-26
+after digit always 켭 0-124-156-12
+after digit always 켮 0-124-156-12-3
+after digit always 켯 0-124-156-3
+after digit always 켰 0-124-156-34
+after digit always 켲 0-124-156-13
+after digit always 켳 0-124-156-23
+after digit always 켴 0-124-156-235
+after digit always 켵 0-124-156-236
+after digit always 켶 0-124-156-256
+after digit always 켷 0-124-156-356
+after digit always 켸 0-124-34
+after digit always 켹 0-124-34-1
+after digit always 켺 0-124-34-1-1
+after digit always 켻 0-124-34-1-3
+after digit always 켼 0-124-34-25
+after digit always 켽 0-124-34-25-13
+after digit always 켾 0-124-34-25-356
+after digit always 켿 0-124-34-35
+after digit always 콀 0-124-34-2
+after digit always 콁 0-124-34-2-1
+after digit always 콂 0-124-34-2-26
+after digit always 콃 0-124-34-2-12
+after digit always 콄 0-124-34-2-3
+after digit always 콅 0-124-34-2-236
+after digit always 콆 0-124-34-2-256
+after digit always 콇 0-124-34-2-356
+after digit always 콈 0-124-34-26
+after digit always 콉 0-124-34-12
+after digit always 콊 0-124-34-12-3
+after digit always 콋 0-124-34-3
+after digit always 콌 0-124-34-34
+after digit always 콍 0-124-34-2356
+after digit always 콎 0-124-34-13
+after digit always 콏 0-124-34-23
+after digit always 콐 0-124-34-235
+after digit always 콑 0-124-34-236
+after digit always 콒 0-124-34-256
+after digit always 콓 0-124-34-356
+after digit always 코 0-124-136
+after digit always 콛 0-124-136-35
+after digit always 콜 0-124-136-2
+after digit always 콝 0-124-136-2-1
+after digit always 콞 0-124-136-2-26
+after digit always 콟 0-124-136-2-12
+after digit always 콠 0-124-136-2-3
+after digit always 콡 0-124-136-2-236
+after digit always 콢 0-124-136-2-256
+after digit always 콣 0-124-136-2-356
+after digit always 콤 0-124-136-26
+after digit always 콥 0-124-136-12
+after digit always 콦 0-124-136-12-3
+after digit always 콧 0-124-136-3
+after digit always 콨 0-124-136-34
+after digit always 콪 0-124-136-13
+after digit always 콫 0-124-136-23
+after digit always 콬 0-124-136-235
+after digit always 콭 0-124-136-236
+after digit always 콮 0-124-136-256
+after digit always 콯 0-124-136-356
+after digit always 콰 0-124-1236
+after digit always 콱 0-124-1236-1
+after digit always 콲 0-124-1236-1-1
+after digit always 콳 0-124-1236-1-3
+after digit always 콴 0-124-1236-25
+after digit always 콵 0-124-1236-25-13
+after digit always 콶 0-124-1236-25-356
+after digit always 콷 0-124-1236-35
+after digit always 콸 0-124-1236-2
+after digit always 콹 0-124-1236-2-1
+after digit always 콺 0-124-1236-2-26
+after digit always 콻 0-124-1236-2-12
+after digit always 콼 0-124-1236-2-3
+after digit always 콽 0-124-1236-2-236
+after digit always 콾 0-124-1236-2-256
+after digit always 콿 0-124-1236-2-356
+after digit always 쾀 0-124-1236-26
+after digit always 쾁 0-124-1236-12
+after digit always 쾂 0-124-1236-12-3
+after digit always 쾃 0-124-1236-3
+after digit always 쾄 0-124-1236-34
+after digit always 쾅 0-124-1236-2356
+after digit always 쾆 0-124-1236-13
+after digit always 쾇 0-124-1236-23
+after digit always 쾈 0-124-1236-235
+after digit always 쾉 0-124-1236-236
+after digit always 쾊 0-124-1236-256
+after digit always 쾋 0-124-1236-356
+after digit always 쾌 0-124-1236-1235
+after digit always 쾍 0-124-1236-1235-1
+after digit always 쾎 0-124-1236-1235-1-1
+after digit always 쾏 0-124-1236-1235-1-3
+after digit always 쾐 0-124-1236-1235-25
+after digit always 쾑 0-124-1236-1235-25-13
+after digit always 쾒 0-124-1236-1235-25-356
+after digit always 쾓 0-124-1236-1235-35
+after digit always 쾔 0-124-1236-1235-2
+after digit always 쾕 0-124-1236-1235-2-1
+after digit always 쾖 0-124-1236-1235-2-26
+after digit always 쾗 0-124-1236-1235-2-12
+after digit always 쾘 0-124-1236-1235-2-3
+after digit always 쾙 0-124-1236-1235-2-236
+after digit always 쾚 0-124-1236-1235-2-256
+after digit always 쾛 0-124-1236-1235-2-356
+after digit always 쾜 0-124-1236-1235-26
+after digit always 쾝 0-124-1236-1235-12
+after digit always 쾞 0-124-1236-1235-12-3
+after digit always 쾟 0-124-1236-1235-3
+after digit always 쾠 0-124-1236-1235-34
+after digit always 쾡 0-124-1236-1235-2356
+after digit always 쾢 0-124-1236-1235-13
+after digit always 쾣 0-124-1236-1235-23
+after digit always 쾤 0-124-1236-1235-235
+after digit always 쾥 0-124-1236-1235-236
+after digit always 쾦 0-124-1236-1235-256
+after digit always 쾧 0-124-1236-1235-356
+after digit always 쾨 0-124-13456
+after digit always 쾩 0-124-13456-1
+after digit always 쾪 0-124-13456-1-1
+after digit always 쾫 0-124-13456-1-3
+after digit always 쾬 0-124-13456-25
+after digit always 쾭 0-124-13456-25-13
+after digit always 쾮 0-124-13456-25-356
+after digit always 쾯 0-124-13456-35
+after digit always 쾰 0-124-13456-2
+after digit always 쾱 0-124-13456-2-1
+after digit always 쾲 0-124-13456-2-26
+after digit always 쾳 0-124-13456-2-12
+after digit always 쾴 0-124-13456-2-3
+after digit always 쾵 0-124-13456-2-236
+after digit always 쾶 0-124-13456-2-256
+after digit always 쾷 0-124-13456-2-356
+after digit always 쾸 0-124-13456-26
+after digit always 쾹 0-124-13456-12
+after digit always 쾺 0-124-13456-12-3
+after digit always 쾻 0-124-13456-3
+after digit always 쾼 0-124-13456-34
+after digit always 쾽 0-124-13456-2356
+after digit always 쾾 0-124-13456-13
+after digit always 쾿 0-124-13456-23
+after digit always 쿀 0-124-13456-235
+after digit always 쿁 0-124-13456-236
+after digit always 쿂 0-124-13456-256
+after digit always 쿃 0-124-13456-356
+after digit always 쿄 0-124-346
+after digit always 쿅 0-124-346-1
+after digit always 쿆 0-124-346-1-1
+after digit always 쿇 0-124-346-1-3
+after digit always 쿈 0-124-346-25
+after digit always 쿉 0-124-346-25-13
+after digit always 쿊 0-124-346-25-356
+after digit always 쿋 0-124-346-35
+after digit always 쿌 0-124-346-2
+after digit always 쿍 0-124-346-2-1
+after digit always 쿎 0-124-346-2-26
+after digit always 쿏 0-124-346-2-12
+after digit always 쿐 0-124-346-2-3
+after digit always 쿑 0-124-346-2-236
+after digit always 쿒 0-124-346-2-256
+after digit always 쿓 0-124-346-2-356
+after digit always 쿔 0-124-346-26
+after digit always 쿕 0-124-346-12
+after digit always 쿖 0-124-346-12-3
+after digit always 쿗 0-124-346-3
+after digit always 쿘 0-124-346-34
+after digit always 쿙 0-124-346-2356
+after digit always 쿚 0-124-346-13
+after digit always 쿛 0-124-346-23
+after digit always 쿜 0-124-346-235
+after digit always 쿝 0-124-346-236
+after digit always 쿞 0-124-346-256
+after digit always 쿟 0-124-346-356
+after digit always 쿠 0-124-134
+after digit always 쿡 0-124-134-1
+after digit always 쿢 0-124-134-1-1
+after digit always 쿣 0-124-134-1-3
+after digit always 쿧 0-124-134-35
+after digit always 쿰 0-124-134-26
+after digit always 쿱 0-124-134-12
+after digit always 쿲 0-124-134-12-3
+after digit always 쿳 0-124-134-3
+after digit always 쿴 0-124-134-34
+after digit always 쿵 0-124-134-2356
+after digit always 쿶 0-124-134-13
+after digit always 쿷 0-124-134-23
+after digit always 쿸 0-124-134-235
+after digit always 쿹 0-124-134-236
+after digit always 쿺 0-124-134-256
+after digit always 쿻 0-124-134-356
+after digit always 쿼 0-124-1234
+after digit always 쿽 0-124-1234-1
+after digit always 쿾 0-124-1234-1-1
+after digit always 쿿 0-124-1234-1-3
+after digit always 퀀 0-124-1234-25
+after digit always 퀁 0-124-1234-25-13
+after digit always 퀂 0-124-1234-25-356
+after digit always 퀃 0-124-1234-35
+after digit always 퀄 0-124-1234-2
+after digit always 퀅 0-124-1234-2-1
+after digit always 퀆 0-124-1234-2-26
+after digit always 퀇 0-124-1234-2-12
+after digit always 퀈 0-124-1234-2-3
+after digit always 퀉 0-124-1234-2-236
+after digit always 퀊 0-124-1234-2-256
+after digit always 퀋 0-124-1234-2-356
+after digit always 퀌 0-124-1234-26
+after digit always 퀍 0-124-1234-12
+after digit always 퀎 0-124-1234-12-3
+after digit always 퀏 0-124-1234-3
+after digit always 퀐 0-124-1234-34
+after digit always 퀑 0-124-1234-2356
+after digit always 퀒 0-124-1234-13
+after digit always 퀓 0-124-1234-23
+after digit always 퀔 0-124-1234-235
+after digit always 퀕 0-124-1234-236
+after digit always 퀖 0-124-1234-256
+after digit always 퀗 0-124-1234-356
+after digit always 퀘 0-124-1234-1235
+after digit always 퀙 0-124-1234-1235-1
+after digit always 퀚 0-124-1234-1235-1-1
+after digit always 퀛 0-124-1234-1235-1-3
+after digit always 퀜 0-124-1234-1235-25
+after digit always 퀝 0-124-1234-1235-25-13
+after digit always 퀞 0-124-1234-1235-25-356
+after digit always 퀟 0-124-1234-1235-35
+after digit always 퀠 0-124-1234-1235-2
+after digit always 퀡 0-124-1234-1235-2-1
+after digit always 퀢 0-124-1234-1235-2-26
+after digit always 퀣 0-124-1234-1235-2-12
+after digit always 퀤 0-124-1234-1235-2-3
+after digit always 퀥 0-124-1234-1235-2-236
+after digit always 퀦 0-124-1234-1235-2-256
+after digit always 퀧 0-124-1234-1235-2-356
+after digit always 퀨 0-124-1234-1235-26
+after digit always 퀩 0-124-1234-1235-12
+after digit always 퀪 0-124-1234-1235-12-3
+after digit always 퀫 0-124-1234-1235-3
+after digit always 퀬 0-124-1234-1235-34
+after digit always 퀭 0-124-1234-1235-2356
+after digit always 퀮 0-124-1234-1235-13
+after digit always 퀯 0-124-1234-1235-23
+after digit always 퀰 0-124-1234-1235-235
+after digit always 퀱 0-124-1234-1235-236
+after digit always 퀲 0-124-1234-1235-256
+after digit always 퀳 0-124-1234-1235-356
+after digit always 퀴 0-124-134-1235
+after digit always 퀵 0-124-134-1235-1
+after digit always 퀶 0-124-134-1235-1-1
+after digit always 퀷 0-124-134-1235-1-3
+after digit always 퀸 0-124-134-1235-25
+after digit always 퀹 0-124-134-1235-25-13
+after digit always 퀺 0-124-134-1235-25-356
+after digit always 퀻 0-124-134-1235-35
+after digit always 퀼 0-124-134-1235-2
+after digit always 퀽 0-124-134-1235-2-1
+after digit always 퀾 0-124-134-1235-2-26
+after digit always 퀿 0-124-134-1235-2-12
+after digit always 큀 0-124-134-1235-2-3
+after digit always 큁 0-124-134-1235-2-236
+after digit always 큂 0-124-134-1235-2-256
+after digit always 큃 0-124-134-1235-2-356
+after digit always 큄 0-124-134-1235-26
+after digit always 큅 0-124-134-1235-12
+after digit always 큆 0-124-134-1235-12-3
+after digit always 큇 0-124-134-1235-3
+after digit always 큈 0-124-134-1235-34
+after digit always 큉 0-124-134-1235-2356
+after digit always 큊 0-124-134-1235-13
+after digit always 큋 0-124-134-1235-23
+after digit always 큌 0-124-134-1235-235
+after digit always 큍 0-124-134-1235-236
+after digit always 큎 0-124-134-1235-256
+after digit always 큏 0-124-134-1235-356
+after digit always 큐 0-124-146
+after digit always 큑 0-124-146-1
+after digit always 큒 0-124-146-1-1
+after digit always 큓 0-124-146-1-3
+after digit always 큔 0-124-146-25
+after digit always 큕 0-124-146-25-13
+after digit always 큖 0-124-146-25-356
+after digit always 큗 0-124-146-35
+after digit always 큘 0-124-146-2
+after digit always 큙 0-124-146-2-1
+after digit always 큚 0-124-146-2-26
+after digit always 큛 0-124-146-2-12
+after digit always 큜 0-124-146-2-3
+after digit always 큝 0-124-146-2-236
+after digit always 큞 0-124-146-2-256
+after digit always 큟 0-124-146-2-356
+after digit always 큠 0-124-146-26
+after digit always 큡 0-124-146-12
+after digit always 큢 0-124-146-12-3
+after digit always 큣 0-124-146-3
+after digit always 큤 0-124-146-34
+after digit always 큥 0-124-146-2356
+after digit always 큦 0-124-146-13
+after digit always 큧 0-124-146-23
+after digit always 큨 0-124-146-235
+after digit always 큩 0-124-146-236
+after digit always 큪 0-124-146-256
+after digit always 큫 0-124-146-356
+after digit always 크 0-124-246
+after digit always 큭 0-124-246-1
+after digit always 큮 0-124-246-1-1
+after digit always 큯 0-124-246-1-3
+after digit always 큳 0-124-246-35
+after digit always 큼 0-124-246-26
+after digit always 큽 0-124-246-12
+after digit always 큾 0-124-246-12-3
+after digit always 큿 0-124-246-3
+after digit always 킀 0-124-246-34
+after digit always 킁 0-124-246-2356
+after digit always 킂 0-124-246-13
+after digit always 킃 0-124-246-23
+after digit always 킄 0-124-246-235
+after digit always 킅 0-124-246-236
+after digit always 킆 0-124-246-256
+after digit always 킇 0-124-246-356
+after digit always 킈 0-124-2456
+after digit always 킉 0-124-2456-1
+after digit always 킊 0-124-2456-1-1
+after digit always 킋 0-124-2456-1-3
+after digit always 킌 0-124-2456-25
+after digit always 킍 0-124-2456-25-13
+after digit always 킎 0-124-2456-25-356
+after digit always 킏 0-124-2456-35
+after digit always 킐 0-124-2456-2
+after digit always 킑 0-124-2456-2-1
+after digit always 킒 0-124-2456-2-26
+after digit always 킓 0-124-2456-2-12
+after digit always 킔 0-124-2456-2-3
+after digit always 킕 0-124-2456-2-236
+after digit always 킖 0-124-2456-2-256
+after digit always 킗 0-124-2456-2-356
+after digit always 킘 0-124-2456-26
+after digit always 킙 0-124-2456-12
+after digit always 킚 0-124-2456-12-3
+after digit always 킛 0-124-2456-3
+after digit always 킜 0-124-2456-34
+after digit always 킝 0-124-2456-2356
+after digit always 킞 0-124-2456-13
+after digit always 킟 0-124-2456-23
+after digit always 킠 0-124-2456-235
+after digit always 킡 0-124-2456-236
+after digit always 킢 0-124-2456-256
+after digit always 킣 0-124-2456-356
+after digit always 키 0-124-135
+after digit always 킥 0-124-135-1
+after digit always 킦 0-124-135-1-1
+after digit always 킧 0-124-135-1-3
+after digit always 킫 0-124-135-35
+after digit always 킬 0-124-135-2
+after digit always 킭 0-124-135-2-1
+after digit always 킮 0-124-135-2-26
+after digit always 킯 0-124-135-2-12
+after digit always 킰 0-124-135-2-3
+after digit always 킱 0-124-135-2-236
+after digit always 킲 0-124-135-2-256
+after digit always 킳 0-124-135-2-356
+after digit always 킴 0-124-135-26
+after digit always 킵 0-124-135-12
+after digit always 킶 0-124-135-12-3
+after digit always 킷 0-124-135-3
+after digit always 킸 0-124-135-34
+after digit always 킹 0-124-135-2356
+after digit always 킺 0-124-135-13
+after digit always 킻 0-124-135-23
+after digit always 킼 0-124-135-235
+after digit always 킽 0-124-135-236
+after digit always 킾 0-124-135-256
+after digit always 킿 0-124-135-356
+after digit always 태 0-125-1235
+after digit always 택 0-125-1235-1
+after digit always 탞 0-125-1235-1-1
+after digit always 탟 0-125-1235-1-3
+after digit always 탠 0-125-1235-25
+after digit always 탡 0-125-1235-25-13
+after digit always 탢 0-125-1235-25-356
+after digit always 탣 0-125-1235-35
+after digit always 탤 0-125-1235-2
+after digit always 탥 0-125-1235-2-1
+after digit always 탦 0-125-1235-2-26
+after digit always 탧 0-125-1235-2-12
+after digit always 탨 0-125-1235-2-3
+after digit always 탩 0-125-1235-2-236
+after digit always 탪 0-125-1235-2-256
+after digit always 탫 0-125-1235-2-356
+after digit always 탬 0-125-1235-26
+after digit always 탭 0-125-1235-12
+after digit always 탮 0-125-1235-12-3
+after digit always 탯 0-125-1235-3
+after digit always 탰 0-125-1235-34
+after digit always 탱 0-125-1235-2356
+after digit always 탲 0-125-1235-13
+after digit always 탳 0-125-1235-23
+after digit always 탴 0-125-1235-235
+after digit always 탵 0-125-1235-236
+after digit always 탶 0-125-1235-256
+after digit always 탷 0-125-1235-356
+after digit always 탸 0-125-345
+after digit always 탹 0-125-345-1
+after digit always 탺 0-125-345-1-1
+after digit always 탻 0-125-345-1-3
+after digit always 탼 0-125-345-25
+after digit always 탽 0-125-345-25-13
+after digit always 탾 0-125-345-25-356
+after digit always 탿 0-125-345-35
+after digit always 턀 0-125-345-2
+after digit always 턁 0-125-345-2-1
+after digit always 턂 0-125-345-2-26
+after digit always 턃 0-125-345-2-12
+after digit always 턄 0-125-345-2-3
+after digit always 턅 0-125-345-2-236
+after digit always 턆 0-125-345-2-256
+after digit always 턇 0-125-345-2-356
+after digit always 턈 0-125-345-26
+after digit always 턉 0-125-345-12
+after digit always 턊 0-125-345-12-3
+after digit always 턋 0-125-345-3
+after digit always 턌 0-125-345-34
+after digit always 턍 0-125-345-2356
+after digit always 턎 0-125-345-13
+after digit always 턏 0-125-345-23
+after digit always 턐 0-125-345-235
+after digit always 턑 0-125-345-236
+after digit always 턒 0-125-345-256
+after digit always 턓 0-125-345-356
+after digit always 턔 0-125-345-1235
+after digit always 턕 0-125-345-1235-1
+after digit always 턖 0-125-345-1235-1-1
+after digit always 턗 0-125-345-1235-1-3
+after digit always 턘 0-125-345-1235-25
+after digit always 턙 0-125-345-1235-25-13
+after digit always 턚 0-125-345-1235-25-356
+after digit always 턛 0-125-345-1235-35
+after digit always 턜 0-125-345-1235-2
+after digit always 턝 0-125-345-1235-2-1
+after digit always 턞 0-125-345-1235-2-26
+after digit always 턟 0-125-345-1235-2-12
+after digit always 턠 0-125-345-1235-2-3
+after digit always 턡 0-125-345-1235-2-236
+after digit always 턢 0-125-345-1235-2-256
+after digit always 턣 0-125-345-1235-2-356
+after digit always 턤 0-125-345-1235-26
+after digit always 턥 0-125-345-1235-12
+after digit always 턦 0-125-345-1235-12-3
+after digit always 턧 0-125-345-1235-3
+after digit always 턨 0-125-345-1235-34
+after digit always 턩 0-125-345-1235-2356
+after digit always 턪 0-125-345-1235-13
+after digit always 턫 0-125-345-1235-23
+after digit always 턬 0-125-345-1235-235
+after digit always 턭 0-125-345-1235-236
+after digit always 턮 0-125-345-1235-256
+after digit always 턯 0-125-345-1235-356
+after digit always 터 0-125-234
+after digit always 턷 0-125-234-35
+after digit always 텀 0-125-234-26
+after digit always 텁 0-125-234-12
+after digit always 텂 0-125-234-12-3
+after digit always 텃 0-125-234-3
+after digit always 텄 0-125-234-34
+after digit always 텅 0-125-234-2356
+after digit always 텆 0-125-234-13
+after digit always 텇 0-125-234-23
+after digit always 텈 0-125-234-235
+after digit always 텉 0-125-234-236
+after digit always 텊 0-125-234-256
+after digit always 텋 0-125-234-356
+after digit always 테 0-125-1345
+after digit always 텍 0-125-1345-1
+after digit always 텎 0-125-1345-1-1
+after digit always 텏 0-125-1345-1-3
+after digit always 텐 0-125-1345-25
+after digit always 텑 0-125-1345-25-13
+after digit always 텒 0-125-1345-25-356
+after digit always 텓 0-125-1345-35
+after digit always 텔 0-125-1345-2
+after digit always 텕 0-125-1345-2-1
+after digit always 텖 0-125-1345-2-26
+after digit always 텗 0-125-1345-2-12
+after digit always 텘 0-125-1345-2-3
+after digit always 텙 0-125-1345-2-236
+after digit always 텚 0-125-1345-2-256
+after digit always 텛 0-125-1345-2-356
+after digit always 템 0-125-1345-26
+after digit always 텝 0-125-1345-12
+after digit always 텞 0-125-1345-12-3
+after digit always 텟 0-125-1345-3
+after digit always 텠 0-125-1345-34
+after digit always 텡 0-125-1345-2356
+after digit always 텢 0-125-1345-13
+after digit always 텣 0-125-1345-23
+after digit always 텤 0-125-1345-235
+after digit always 텥 0-125-1345-236
+after digit always 텦 0-125-1345-256
+after digit always 텧 0-125-1345-356
+after digit always 텨 0-125-156
+after digit always 텩 0-125-156-1
+after digit always 텪 0-125-156-1-1
+after digit always 텫 0-125-156-1-3
+after digit always 텯 0-125-156-35
+after digit always 텸 0-125-156-26
+after digit always 텹 0-125-156-12
+after digit always 텺 0-125-156-12-3
+after digit always 텻 0-125-156-3
+after digit always 텼 0-125-156-34
+after digit always 텾 0-125-156-13
+after digit always 텿 0-125-156-23
+after digit always 톀 0-125-156-235
+after digit always 톁 0-125-156-236
+after digit always 톂 0-125-156-256
+after digit always 톃 0-125-156-356
+after digit always 톄 0-125-34
+after digit always 톅 0-125-34-1
+after digit always 톆 0-125-34-1-1
+after digit always 톇 0-125-34-1-3
+after digit always 톈 0-125-34-25
+after digit always 톉 0-125-34-25-13
+after digit always 톊 0-125-34-25-356
+after digit always 톋 0-125-34-35
+after digit always 톌 0-125-34-2
+after digit always 톍 0-125-34-2-1
+after digit always 톎 0-125-34-2-26
+after digit always 톏 0-125-34-2-12
+after digit always 톐 0-125-34-2-3
+after digit always 톑 0-125-34-2-236
+after digit always 톒 0-125-34-2-256
+after digit always 톓 0-125-34-2-356
+after digit always 톔 0-125-34-26
+after digit always 톕 0-125-34-12
+after digit always 톖 0-125-34-12-3
+after digit always 톗 0-125-34-3
+after digit always 톘 0-125-34-34
+after digit always 톙 0-125-34-2356
+after digit always 톚 0-125-34-13
+after digit always 톛 0-125-34-23
+after digit always 톜 0-125-34-235
+after digit always 톝 0-125-34-236
+after digit always 톞 0-125-34-256
+after digit always 톟 0-125-34-356
+after digit always 토 0-125-136
+after digit always 톧 0-125-136-35
+after digit always 톨 0-125-136-2
+after digit always 톩 0-125-136-2-1
+after digit always 톪 0-125-136-2-26
+after digit always 톫 0-125-136-2-12
+after digit always 톬 0-125-136-2-3
+after digit always 톭 0-125-136-2-236
+after digit always 톮 0-125-136-2-256
+after digit always 톯 0-125-136-2-356
+after digit always 톰 0-125-136-26
+after digit always 톱 0-125-136-12
+after digit always 톲 0-125-136-12-3
+after digit always 톳 0-125-136-3
+after digit always 톴 0-125-136-34
+after digit always 톶 0-125-136-13
+after digit always 톷 0-125-136-23
+after digit always 톸 0-125-136-235
+after digit always 톹 0-125-136-236
+after digit always 톺 0-125-136-256
+after digit always 톻 0-125-136-356
+after digit always 톼 0-125-1236
+after digit always 톽 0-125-1236-1
+after digit always 톾 0-125-1236-1-1
+after digit always 톿 0-125-1236-1-3
+after digit always 퇀 0-125-1236-25
+after digit always 퇁 0-125-1236-25-13
+after digit always 퇂 0-125-1236-25-356
+after digit always 퇃 0-125-1236-35
+after digit always 퇄 0-125-1236-2
+after digit always 퇅 0-125-1236-2-1
+after digit always 퇆 0-125-1236-2-26
+after digit always 퇇 0-125-1236-2-12
+after digit always 퇈 0-125-1236-2-3
+after digit always 퇉 0-125-1236-2-236
+after digit always 퇊 0-125-1236-2-256
+after digit always 퇋 0-125-1236-2-356
+after digit always 퇌 0-125-1236-26
+after digit always 퇍 0-125-1236-12
+after digit always 퇎 0-125-1236-12-3
+after digit always 퇏 0-125-1236-3
+after digit always 퇐 0-125-1236-34
+after digit always 퇑 0-125-1236-2356
+after digit always 퇒 0-125-1236-13
+after digit always 퇓 0-125-1236-23
+after digit always 퇔 0-125-1236-235
+after digit always 퇕 0-125-1236-236
+after digit always 퇖 0-125-1236-256
+after digit always 퇗 0-125-1236-356
+after digit always 퇘 0-125-1236-1235
+after digit always 퇙 0-125-1236-1235-1
+after digit always 퇚 0-125-1236-1235-1-1
+after digit always 퇛 0-125-1236-1235-1-3
+after digit always 퇜 0-125-1236-1235-25
+after digit always 퇝 0-125-1236-1235-25-13
+after digit always 퇞 0-125-1236-1235-25-356
+after digit always 퇟 0-125-1236-1235-35
+after digit always 퇠 0-125-1236-1235-2
+after digit always 퇡 0-125-1236-1235-2-1
+after digit always 퇢 0-125-1236-1235-2-26
+after digit always 퇣 0-125-1236-1235-2-12
+after digit always 퇤 0-125-1236-1235-2-3
+after digit always 퇥 0-125-1236-1235-2-236
+after digit always 퇦 0-125-1236-1235-2-256
+after digit always 퇧 0-125-1236-1235-2-356
+after digit always 퇨 0-125-1236-1235-26
+after digit always 퇩 0-125-1236-1235-12
+after digit always 퇪 0-125-1236-1235-12-3
+after digit always 퇫 0-125-1236-1235-3
+after digit always 퇬 0-125-1236-1235-34
+after digit always 퇭 0-125-1236-1235-2356
+after digit always 퇮 0-125-1236-1235-13
+after digit always 퇯 0-125-1236-1235-23
+after digit always 퇰 0-125-1236-1235-235
+after digit always 퇱 0-125-1236-1235-236
+after digit always 퇲 0-125-1236-1235-256
+after digit always 퇳 0-125-1236-1235-356
+after digit always 퇴 0-125-13456
+after digit always 퇵 0-125-13456-1
+after digit always 퇶 0-125-13456-1-1
+after digit always 퇷 0-125-13456-1-3
+after digit always 퇸 0-125-13456-25
+after digit always 퇹 0-125-13456-25-13
+after digit always 퇺 0-125-13456-25-356
+after digit always 퇻 0-125-13456-35
+after digit always 퇼 0-125-13456-2
+after digit always 퇽 0-125-13456-2-1
+after digit always 퇾 0-125-13456-2-26
+after digit always 퇿 0-125-13456-2-12
+after digit always 툀 0-125-13456-2-3
+after digit always 툁 0-125-13456-2-236
+after digit always 툂 0-125-13456-2-256
+after digit always 툃 0-125-13456-2-356
+after digit always 툄 0-125-13456-26
+after digit always 툅 0-125-13456-12
+after digit always 툆 0-125-13456-12-3
+after digit always 툇 0-125-13456-3
+after digit always 툈 0-125-13456-34
+after digit always 툉 0-125-13456-2356
+after digit always 툊 0-125-13456-13
+after digit always 툋 0-125-13456-23
+after digit always 툌 0-125-13456-235
+after digit always 툍 0-125-13456-236
+after digit always 툎 0-125-13456-256
+after digit always 툏 0-125-13456-356
+after digit always 툐 0-125-346
+after digit always 툑 0-125-346-1
+after digit always 툒 0-125-346-1-1
+after digit always 툓 0-125-346-1-3
+after digit always 툔 0-125-346-25
+after digit always 툕 0-125-346-25-13
+after digit always 툖 0-125-346-25-356
+after digit always 툗 0-125-346-35
+after digit always 툘 0-125-346-2
+after digit always 툙 0-125-346-2-1
+after digit always 툚 0-125-346-2-26
+after digit always 툛 0-125-346-2-12
+after digit always 툜 0-125-346-2-3
+after digit always 툝 0-125-346-2-236
+after digit always 툞 0-125-346-2-256
+after digit always 툟 0-125-346-2-356
+after digit always 툠 0-125-346-26
+after digit always 툡 0-125-346-12
+after digit always 툢 0-125-346-12-3
+after digit always 툣 0-125-346-3
+after digit always 툤 0-125-346-34
+after digit always 툥 0-125-346-2356
+after digit always 툦 0-125-346-13
+after digit always 툧 0-125-346-23
+after digit always 툨 0-125-346-235
+after digit always 툩 0-125-346-236
+after digit always 툪 0-125-346-256
+after digit always 툫 0-125-346-356
+after digit always 투 0-125-134
+after digit always 툭 0-125-134-1
+after digit always 툮 0-125-134-1-1
+after digit always 툯 0-125-134-1-3
+after digit always 툳 0-125-134-35
+after digit always 툼 0-125-134-26
+after digit always 툽 0-125-134-12
+after digit always 툾 0-125-134-12-3
+after digit always 툿 0-125-134-3
+after digit always 퉀 0-125-134-34
+after digit always 퉁 0-125-134-2356
+after digit always 퉂 0-125-134-13
+after digit always 퉃 0-125-134-23
+after digit always 퉄 0-125-134-235
+after digit always 퉅 0-125-134-236
+after digit always 퉆 0-125-134-256
+after digit always 퉇 0-125-134-356
+after digit always 퉈 0-125-1234
+after digit always 퉉 0-125-1234-1
+after digit always 퉊 0-125-1234-1-1
+after digit always 퉋 0-125-1234-1-3
+after digit always 퉌 0-125-1234-25
+after digit always 퉍 0-125-1234-25-13
+after digit always 퉎 0-125-1234-25-356
+after digit always 퉏 0-125-1234-35
+after digit always 퉐 0-125-1234-2
+after digit always 퉑 0-125-1234-2-1
+after digit always 퉒 0-125-1234-2-26
+after digit always 퉓 0-125-1234-2-12
+after digit always 퉔 0-125-1234-2-3
+after digit always 퉕 0-125-1234-2-236
+after digit always 퉖 0-125-1234-2-256
+after digit always 퉗 0-125-1234-2-356
+after digit always 퉘 0-125-1234-26
+after digit always 퉙 0-125-1234-12
+after digit always 퉚 0-125-1234-12-3
+after digit always 퉛 0-125-1234-3
+after digit always 퉜 0-125-1234-34
+after digit always 퉝 0-125-1234-2356
+after digit always 퉞 0-125-1234-13
+after digit always 퉟 0-125-1234-23
+after digit always 퉠 0-125-1234-235
+after digit always 퉡 0-125-1234-236
+after digit always 퉢 0-125-1234-256
+after digit always 퉣 0-125-1234-356
+after digit always 퉤 0-125-1234-1235
+after digit always 퉥 0-125-1234-1235-1
+after digit always 퉦 0-125-1234-1235-1-1
+after digit always 퉧 0-125-1234-1235-1-3
+after digit always 퉨 0-125-1234-1235-25
+after digit always 퉩 0-125-1234-1235-25-13
+after digit always 퉪 0-125-1234-1235-25-356
+after digit always 퉫 0-125-1234-1235-35
+after digit always 퉬 0-125-1234-1235-2
+after digit always 퉭 0-125-1234-1235-2-1
+after digit always 퉮 0-125-1234-1235-2-26
+after digit always 퉯 0-125-1234-1235-2-12
+after digit always 퉰 0-125-1234-1235-2-3
+after digit always 퉱 0-125-1234-1235-2-236
+after digit always 퉲 0-125-1234-1235-2-256
+after digit always 퉳 0-125-1234-1235-2-356
+after digit always 퉴 0-125-1234-1235-26
+after digit always 퉵 0-125-1234-1235-12
+after digit always 퉶 0-125-1234-1235-12-3
+after digit always 퉷 0-125-1234-1235-3
+after digit always 퉸 0-125-1234-1235-34
+after digit always 퉹 0-125-1234-1235-2356
+after digit always 퉺 0-125-1234-1235-13
+after digit always 퉻 0-125-1234-1235-23
+after digit always 퉼 0-125-1234-1235-235
+after digit always 퉽 0-125-1234-1235-236
+after digit always 퉾 0-125-1234-1235-256
+after digit always 퉿 0-125-1234-1235-356
+after digit always 튀 0-125-134-1235
+after digit always 튁 0-125-134-1235-1
+after digit always 튂 0-125-134-1235-1-1
+after digit always 튃 0-125-134-1235-1-3
+after digit always 튄 0-125-134-1235-25
+after digit always 튅 0-125-134-1235-25-13
+after digit always 튆 0-125-134-1235-25-356
+after digit always 튇 0-125-134-1235-35
+after digit always 튈 0-125-134-1235-2
+after digit always 튉 0-125-134-1235-2-1
+after digit always 튊 0-125-134-1235-2-26
+after digit always 튋 0-125-134-1235-2-12
+after digit always 튌 0-125-134-1235-2-3
+after digit always 튍 0-125-134-1235-2-236
+after digit always 튎 0-125-134-1235-2-256
+after digit always 튏 0-125-134-1235-2-356
+after digit always 튐 0-125-134-1235-26
+after digit always 튑 0-125-134-1235-12
+after digit always 튒 0-125-134-1235-12-3
+after digit always 튓 0-125-134-1235-3
+after digit always 튔 0-125-134-1235-34
+after digit always 튕 0-125-134-1235-2356
+after digit always 튖 0-125-134-1235-13
+after digit always 튗 0-125-134-1235-23
+after digit always 튘 0-125-134-1235-235
+after digit always 튙 0-125-134-1235-236
+after digit always 튚 0-125-134-1235-256
+after digit always 튛 0-125-134-1235-356
+after digit always 튜 0-125-146
+after digit always 튝 0-125-146-1
+after digit always 튞 0-125-146-1-1
+after digit always 튟 0-125-146-1-3
+after digit always 튠 0-125-146-25
+after digit always 튡 0-125-146-25-13
+after digit always 튢 0-125-146-25-356
+after digit always 튣 0-125-146-35
+after digit always 튤 0-125-146-2
+after digit always 튥 0-125-146-2-1
+after digit always 튦 0-125-146-2-26
+after digit always 튧 0-125-146-2-12
+after digit always 튨 0-125-146-2-3
+after digit always 튩 0-125-146-2-236
+after digit always 튪 0-125-146-2-256
+after digit always 튫 0-125-146-2-356
+after digit always 튬 0-125-146-26
+after digit always 튭 0-125-146-12
+after digit always 튮 0-125-146-12-3
+after digit always 튯 0-125-146-3
+after digit always 튰 0-125-146-34
+after digit always 튱 0-125-146-2356
+after digit always 튲 0-125-146-13
+after digit always 튳 0-125-146-23
+after digit always 튴 0-125-146-235
+after digit always 튵 0-125-146-236
+after digit always 튶 0-125-146-256
+after digit always 튷 0-125-146-356
+after digit always 트 0-125-246
+after digit always 특 0-125-246-1
+after digit always 튺 0-125-246-1-1
+after digit always 튻 0-125-246-1-3
+after digit always 튿 0-125-246-35
+after digit always 틈 0-125-246-26
+after digit always 틉 0-125-246-12
+after digit always 틊 0-125-246-12-3
+after digit always 틋 0-125-246-3
+after digit always 틌 0-125-246-34
+after digit always 틍 0-125-246-2356
+after digit always 틎 0-125-246-13
+after digit always 틏 0-125-246-23
+after digit always 틐 0-125-246-235
+after digit always 틑 0-125-246-236
+after digit always 틒 0-125-246-256
+after digit always 틓 0-125-246-356
+after digit always 틔 0-125-2456
+after digit always 틕 0-125-2456-1
+after digit always 틖 0-125-2456-1-1
+after digit always 틗 0-125-2456-1-3
+after digit always 틘 0-125-2456-25
+after digit always 틙 0-125-2456-25-13
+after digit always 틚 0-125-2456-25-356
+after digit always 틛 0-125-2456-35
+after digit always 틜 0-125-2456-2
+after digit always 틝 0-125-2456-2-1
+after digit always 틞 0-125-2456-2-26
+after digit always 틟 0-125-2456-2-12
+after digit always 틠 0-125-2456-2-3
+after digit always 틡 0-125-2456-2-236
+after digit always 틢 0-125-2456-2-256
+after digit always 틣 0-125-2456-2-356
+after digit always 틤 0-125-2456-26
+after digit always 틥 0-125-2456-12
+after digit always 틦 0-125-2456-12-3
+after digit always 틧 0-125-2456-3
+after digit always 틨 0-125-2456-34
+after digit always 틩 0-125-2456-2356
+after digit always 틪 0-125-2456-13
+after digit always 틫 0-125-2456-23
+after digit always 틬 0-125-2456-235
+after digit always 틭 0-125-2456-236
+after digit always 틮 0-125-2456-256
+after digit always 틯 0-125-2456-356
+after digit always 티 0-125-135
+after digit always 틱 0-125-135-1
+after digit always 틲 0-125-135-1-1
+after digit always 틳 0-125-135-1-3
+after digit always 틷 0-125-135-35
+after digit always 틸 0-125-135-2
+after digit always 틹 0-125-135-2-1
+after digit always 틺 0-125-135-2-26
+after digit always 틻 0-125-135-2-12
+after digit always 틼 0-125-135-2-3
+after digit always 틽 0-125-135-2-236
+after digit always 틾 0-125-135-2-256
+after digit always 틿 0-125-135-2-356
+after digit always 팀 0-125-135-26
+after digit always 팁 0-125-135-12
+after digit always 팂 0-125-135-12-3
+after digit always 팃 0-125-135-3
+after digit always 팄 0-125-135-34
+after digit always 팅 0-125-135-2356
+after digit always 팆 0-125-135-13
+after digit always 팇 0-125-135-23
+after digit always 팈 0-125-135-235
+after digit always 팉 0-125-135-236
+after digit always 팊 0-125-135-256
+after digit always 팋 0-125-135-356
+after digit always 패 0-145-1235
+after digit always 팩 0-145-1235-1
+after digit always 팪 0-145-1235-1-1
+after digit always 팫 0-145-1235-1-3
+after digit always 팬 0-145-1235-25
+after digit always 팭 0-145-1235-25-13
+after digit always 팮 0-145-1235-25-356
+after digit always 팯 0-145-1235-35
+after digit always 팰 0-145-1235-2
+after digit always 팱 0-145-1235-2-1
+after digit always 팲 0-145-1235-2-26
+after digit always 팳 0-145-1235-2-12
+after digit always 팴 0-145-1235-2-3
+after digit always 팵 0-145-1235-2-236
+after digit always 팶 0-145-1235-2-256
+after digit always 팷 0-145-1235-2-356
+after digit always 팸 0-145-1235-26
+after digit always 팹 0-145-1235-12
+after digit always 팺 0-145-1235-12-3
+after digit always 팻 0-145-1235-3
+after digit always 팼 0-145-1235-34
+after digit always 팽 0-145-1235-2356
+after digit always 팾 0-145-1235-13
+after digit always 팿 0-145-1235-23
+after digit always 퍀 0-145-1235-235
+after digit always 퍁 0-145-1235-236
+after digit always 퍂 0-145-1235-256
+after digit always 퍃 0-145-1235-356
+after digit always 퍄 0-145-345
+after digit always 퍅 0-145-345-1
+after digit always 퍆 0-145-345-1-1
+after digit always 퍇 0-145-345-1-3
+after digit always 퍈 0-145-345-25
+after digit always 퍉 0-145-345-25-13
+after digit always 퍊 0-145-345-25-356
+after digit always 퍋 0-145-345-35
+after digit always 퍌 0-145-345-2
+after digit always 퍍 0-145-345-2-1
+after digit always 퍎 0-145-345-2-26
+after digit always 퍏 0-145-345-2-12
+after digit always 퍐 0-145-345-2-3
+after digit always 퍑 0-145-345-2-236
+after digit always 퍒 0-145-345-2-256
+after digit always 퍓 0-145-345-2-356
+after digit always 퍔 0-145-345-26
+after digit always 퍕 0-145-345-12
+after digit always 퍖 0-145-345-12-3
+after digit always 퍗 0-145-345-3
+after digit always 퍘 0-145-345-34
+after digit always 퍙 0-145-345-2356
+after digit always 퍚 0-145-345-13
+after digit always 퍛 0-145-345-23
+after digit always 퍜 0-145-345-235
+after digit always 퍝 0-145-345-236
+after digit always 퍞 0-145-345-256
+after digit always 퍟 0-145-345-356
+after digit always 퍠 0-145-345-1235
+after digit always 퍡 0-145-345-1235-1
+after digit always 퍢 0-145-345-1235-1-1
+after digit always 퍣 0-145-345-1235-1-3
+after digit always 퍤 0-145-345-1235-25
+after digit always 퍥 0-145-345-1235-25-13
+after digit always 퍦 0-145-345-1235-25-356
+after digit always 퍧 0-145-345-1235-35
+after digit always 퍨 0-145-345-1235-2
+after digit always 퍩 0-145-345-1235-2-1
+after digit always 퍪 0-145-345-1235-2-26
+after digit always 퍫 0-145-345-1235-2-12
+after digit always 퍬 0-145-345-1235-2-3
+after digit always 퍭 0-145-345-1235-2-236
+after digit always 퍮 0-145-345-1235-2-256
+after digit always 퍯 0-145-345-1235-2-356
+after digit always 퍰 0-145-345-1235-26
+after digit always 퍱 0-145-345-1235-12
+after digit always 퍲 0-145-345-1235-12-3
+after digit always 퍳 0-145-345-1235-3
+after digit always 퍴 0-145-345-1235-34
+after digit always 퍵 0-145-345-1235-2356
+after digit always 퍶 0-145-345-1235-13
+after digit always 퍷 0-145-345-1235-23
+after digit always 퍸 0-145-345-1235-235
+after digit always 퍹 0-145-345-1235-236
+after digit always 퍺 0-145-345-1235-256
+after digit always 퍻 0-145-345-1235-356
+after digit always 퍼 0-145-234
+after digit always 펃 0-145-234-35
+after digit always 펌 0-145-234-26
+after digit always 펍 0-145-234-12
+after digit always 펎 0-145-234-12-3
+after digit always 펏 0-145-234-3
+after digit always 펐 0-145-234-34
+after digit always 펑 0-145-234-2356
+after digit always 펒 0-145-234-13
+after digit always 펓 0-145-234-23
+after digit always 펔 0-145-234-235
+after digit always 펕 0-145-234-236
+after digit always 펖 0-145-234-256
+after digit always 펗 0-145-234-356
+after digit always 페 0-145-1345
+after digit always 펙 0-145-1345-1
+after digit always 펚 0-145-1345-1-1
+after digit always 펛 0-145-1345-1-3
+after digit always 펜 0-145-1345-25
+after digit always 펝 0-145-1345-25-13
+after digit always 펞 0-145-1345-25-356
+after digit always 펟 0-145-1345-35
+after digit always 펠 0-145-1345-2
+after digit always 펡 0-145-1345-2-1
+after digit always 펢 0-145-1345-2-26
+after digit always 펣 0-145-1345-2-12
+after digit always 펤 0-145-1345-2-3
+after digit always 펥 0-145-1345-2-236
+after digit always 펦 0-145-1345-2-256
+after digit always 펧 0-145-1345-2-356
+after digit always 펨 0-145-1345-26
+after digit always 펩 0-145-1345-12
+after digit always 펪 0-145-1345-12-3
+after digit always 펫 0-145-1345-3
+after digit always 펬 0-145-1345-34
+after digit always 펭 0-145-1345-2356
+after digit always 펮 0-145-1345-13
+after digit always 펯 0-145-1345-23
+after digit always 펰 0-145-1345-235
+after digit always 펱 0-145-1345-236
+after digit always 펲 0-145-1345-256
+after digit always 펳 0-145-1345-356
+after digit always 펴 0-145-156
+after digit always 펵 0-145-156-1
+after digit always 펶 0-145-156-1-1
+after digit always 펷 0-145-156-1-3
+after digit always 펻 0-145-156-35
+after digit always 폄 0-145-156-26
+after digit always 폅 0-145-156-12
+after digit always 폆 0-145-156-12-3
+after digit always 폇 0-145-156-3
+after digit always 폈 0-145-156-34
+after digit always 폊 0-145-156-13
+after digit always 폋 0-145-156-23
+after digit always 폌 0-145-156-235
+after digit always 폍 0-145-156-236
+after digit always 폎 0-145-156-256
+after digit always 폏 0-145-156-356
+after digit always 폐 0-145-34
+after digit always 폑 0-145-34-1
+after digit always 폒 0-145-34-1-1
+after digit always 폓 0-145-34-1-3
+after digit always 폔 0-145-34-25
+after digit always 폕 0-145-34-25-13
+after digit always 폖 0-145-34-25-356
+after digit always 폗 0-145-34-35
+after digit always 폘 0-145-34-2
+after digit always 폙 0-145-34-2-1
+after digit always 폚 0-145-34-2-26
+after digit always 폛 0-145-34-2-12
+after digit always 폜 0-145-34-2-3
+after digit always 폝 0-145-34-2-236
+after digit always 폞 0-145-34-2-256
+after digit always 폟 0-145-34-2-356
+after digit always 폠 0-145-34-26
+after digit always 폡 0-145-34-12
+after digit always 폢 0-145-34-12-3
+after digit always 폣 0-145-34-3
+after digit always 폤 0-145-34-34
+after digit always 폥 0-145-34-2356
+after digit always 폦 0-145-34-13
+after digit always 폧 0-145-34-23
+after digit always 폨 0-145-34-235
+after digit always 폩 0-145-34-236
+after digit always 폪 0-145-34-256
+after digit always 폫 0-145-34-356
+after digit always 포 0-145-136
+after digit always 폳 0-145-136-35
+after digit always 폴 0-145-136-2
+after digit always 폵 0-145-136-2-1
+after digit always 폶 0-145-136-2-26
+after digit always 폷 0-145-136-2-12
+after digit always 폸 0-145-136-2-3
+after digit always 폹 0-145-136-2-236
+after digit always 폺 0-145-136-2-256
+after digit always 폻 0-145-136-2-356
+after digit always 폼 0-145-136-26
+after digit always 폽 0-145-136-12
+after digit always 폾 0-145-136-12-3
+after digit always 폿 0-145-136-3
+after digit always 퐀 0-145-136-34
+after digit always 퐂 0-145-136-13
+after digit always 퐃 0-145-136-23
+after digit always 퐄 0-145-136-235
+after digit always 퐅 0-145-136-236
+after digit always 퐆 0-145-136-256
+after digit always 퐇 0-145-136-356
+after digit always 퐈 0-145-1236
+after digit always 퐉 0-145-1236-1
+after digit always 퐊 0-145-1236-1-1
+after digit always 퐋 0-145-1236-1-3
+after digit always 퐌 0-145-1236-25
+after digit always 퐍 0-145-1236-25-13
+after digit always 퐎 0-145-1236-25-356
+after digit always 퐏 0-145-1236-35
+after digit always 퐐 0-145-1236-2
+after digit always 퐑 0-145-1236-2-1
+after digit always 퐒 0-145-1236-2-26
+after digit always 퐓 0-145-1236-2-12
+after digit always 퐔 0-145-1236-2-3
+after digit always 퐕 0-145-1236-2-236
+after digit always 퐖 0-145-1236-2-256
+after digit always 퐗 0-145-1236-2-356
+after digit always 퐘 0-145-1236-26
+after digit always 퐙 0-145-1236-12
+after digit always 퐚 0-145-1236-12-3
+after digit always 퐛 0-145-1236-3
+after digit always 퐜 0-145-1236-34
+after digit always 퐝 0-145-1236-2356
+after digit always 퐞 0-145-1236-13
+after digit always 퐟 0-145-1236-23
+after digit always 퐠 0-145-1236-235
+after digit always 퐡 0-145-1236-236
+after digit always 퐢 0-145-1236-256
+after digit always 퐣 0-145-1236-356
+after digit always 퐤 0-145-1236-1235
+after digit always 퐥 0-145-1236-1235-1
+after digit always 퐦 0-145-1236-1235-1-1
+after digit always 퐧 0-145-1236-1235-1-3
+after digit always 퐨 0-145-1236-1235-25
+after digit always 퐩 0-145-1236-1235-25-13
+after digit always 퐪 0-145-1236-1235-25-356
+after digit always 퐫 0-145-1236-1235-35
+after digit always 퐬 0-145-1236-1235-2
+after digit always 퐭 0-145-1236-1235-2-1
+after digit always 퐮 0-145-1236-1235-2-26
+after digit always 퐯 0-145-1236-1235-2-12
+after digit always 퐰 0-145-1236-1235-2-3
+after digit always 퐱 0-145-1236-1235-2-236
+after digit always 퐲 0-145-1236-1235-2-256
+after digit always 퐳 0-145-1236-1235-2-356
+after digit always 퐴 0-145-1236-1235-26
+after digit always 퐵 0-145-1236-1235-12
+after digit always 퐶 0-145-1236-1235-12-3
+after digit always 퐷 0-145-1236-1235-3
+after digit always 퐸 0-145-1236-1235-34
+after digit always 퐹 0-145-1236-1235-2356
+after digit always 퐺 0-145-1236-1235-13
+after digit always 퐻 0-145-1236-1235-23
+after digit always 퐼 0-145-1236-1235-235
+after digit always 퐽 0-145-1236-1235-236
+after digit always 퐾 0-145-1236-1235-256
+after digit always 퐿 0-145-1236-1235-356
+after digit always 푀 0-145-13456
+after digit always 푁 0-145-13456-1
+after digit always 푂 0-145-13456-1-1
+after digit always 푃 0-145-13456-1-3
+after digit always 푄 0-145-13456-25
+after digit always 푅 0-145-13456-25-13
+after digit always 푆 0-145-13456-25-356
+after digit always 푇 0-145-13456-35
+after digit always 푈 0-145-13456-2
+after digit always 푉 0-145-13456-2-1
+after digit always 푊 0-145-13456-2-26
+after digit always 푋 0-145-13456-2-12
+after digit always 푌 0-145-13456-2-3
+after digit always 푍 0-145-13456-2-236
+after digit always 푎 0-145-13456-2-256
+after digit always 푏 0-145-13456-2-356
+after digit always 푐 0-145-13456-26
+after digit always 푑 0-145-13456-12
+after digit always 푒 0-145-13456-12-3
+after digit always 푓 0-145-13456-3
+after digit always 푔 0-145-13456-34
+after digit always 푕 0-145-13456-2356
+after digit always 푖 0-145-13456-13
+after digit always 푗 0-145-13456-23
+after digit always 푘 0-145-13456-235
+after digit always 푙 0-145-13456-236
+after digit always 푚 0-145-13456-256
+after digit always 푛 0-145-13456-356
+after digit always 표 0-145-346
+after digit always 푝 0-145-346-1
+after digit always 푞 0-145-346-1-1
+after digit always 푟 0-145-346-1-3
+after digit always 푠 0-145-346-25
+after digit always 푡 0-145-346-25-13
+after digit always 푢 0-145-346-25-356
+after digit always 푣 0-145-346-35
+after digit always 푤 0-145-346-2
+after digit always 푥 0-145-346-2-1
+after digit always 푦 0-145-346-2-26
+after digit always 푧 0-145-346-2-12
+after digit always 푨 0-145-346-2-3
+after digit always 푩 0-145-346-2-236
+after digit always 푪 0-145-346-2-256
+after digit always 푫 0-145-346-2-356
+after digit always 푬 0-145-346-26
+after digit always 푭 0-145-346-12
+after digit always 푮 0-145-346-12-3
+after digit always 푯 0-145-346-3
+after digit always 푰 0-145-346-34
+after digit always 푱 0-145-346-2356
+after digit always 푲 0-145-346-13
+after digit always 푳 0-145-346-23
+after digit always 푴 0-145-346-235
+after digit always 푵 0-145-346-236
+after digit always 푶 0-145-346-256
+after digit always 푷 0-145-346-356
+after digit always 푸 0-145-134
+after digit always 푹 0-145-134-1
+after digit always 푺 0-145-134-1-1
+after digit always 푻 0-145-134-1-3
+after digit always 푿 0-145-134-35
+after digit always 품 0-145-134-26
+after digit always 풉 0-145-134-12
+after digit always 풊 0-145-134-12-3
+after digit always 풋 0-145-134-3
+after digit always 풌 0-145-134-34
+after digit always 풍 0-145-134-2356
+after digit always 풎 0-145-134-13
+after digit always 풏 0-145-134-23
+after digit always 풐 0-145-134-235
+after digit always 풑 0-145-134-236
+after digit always 풒 0-145-134-256
+after digit always 풓 0-145-134-356
+after digit always 풔 0-145-1234
+after digit always 풕 0-145-1234-1
+after digit always 풖 0-145-1234-1-1
+after digit always 풗 0-145-1234-1-3
+after digit always 풘 0-145-1234-25
+after digit always 풙 0-145-1234-25-13
+after digit always 풚 0-145-1234-25-356
+after digit always 풛 0-145-1234-35
+after digit always 풜 0-145-1234-2
+after digit always 풝 0-145-1234-2-1
+after digit always 풞 0-145-1234-2-26
+after digit always 풟 0-145-1234-2-12
+after digit always 풠 0-145-1234-2-3
+after digit always 풡 0-145-1234-2-236
+after digit always 풢 0-145-1234-2-256
+after digit always 풣 0-145-1234-2-356
+after digit always 풤 0-145-1234-26
+after digit always 풥 0-145-1234-12
+after digit always 풦 0-145-1234-12-3
+after digit always 풧 0-145-1234-3
+after digit always 풨 0-145-1234-34
+after digit always 풩 0-145-1234-2356
+after digit always 풪 0-145-1234-13
+after digit always 풫 0-145-1234-23
+after digit always 풬 0-145-1234-235
+after digit always 풭 0-145-1234-236
+after digit always 풮 0-145-1234-256
+after digit always 풯 0-145-1234-356
+after digit always 풰 0-145-1234-1235
+after digit always 풱 0-145-1234-1235-1
+after digit always 풲 0-145-1234-1235-1-1
+after digit always 풳 0-145-1234-1235-1-3
+after digit always 풴 0-145-1234-1235-25
+after digit always 풵 0-145-1234-1235-25-13
+after digit always 풶 0-145-1234-1235-25-356
+after digit always 풷 0-145-1234-1235-35
+after digit always 풸 0-145-1234-1235-2
+after digit always 풹 0-145-1234-1235-2-1
+after digit always 풺 0-145-1234-1235-2-26
+after digit always 풻 0-145-1234-1235-2-12
+after digit always 풼 0-145-1234-1235-2-3
+after digit always 풽 0-145-1234-1235-2-236
+after digit always 풾 0-145-1234-1235-2-256
+after digit always 풿 0-145-1234-1235-2-356
+after digit always 퓀 0-145-1234-1235-26
+after digit always 퓁 0-145-1234-1235-12
+after digit always 퓂 0-145-1234-1235-12-3
+after digit always 퓃 0-145-1234-1235-3
+after digit always 퓄 0-145-1234-1235-34
+after digit always 퓅 0-145-1234-1235-2356
+after digit always 퓆 0-145-1234-1235-13
+after digit always 퓇 0-145-1234-1235-23
+after digit always 퓈 0-145-1234-1235-235
+after digit always 퓉 0-145-1234-1235-236
+after digit always 퓊 0-145-1234-1235-256
+after digit always 퓋 0-145-1234-1235-356
+after digit always 퓌 0-145-134-1235
+after digit always 퓍 0-145-134-1235-1
+after digit always 퓎 0-145-134-1235-1-1
+after digit always 퓏 0-145-134-1235-1-3
+after digit always 퓐 0-145-134-1235-25
+after digit always 퓑 0-145-134-1235-25-13
+after digit always 퓒 0-145-134-1235-25-356
+after digit always 퓓 0-145-134-1235-35
+after digit always 퓔 0-145-134-1235-2
+after digit always 퓕 0-145-134-1235-2-1
+after digit always 퓖 0-145-134-1235-2-26
+after digit always 퓗 0-145-134-1235-2-12
+after digit always 퓘 0-145-134-1235-2-3
+after digit always 퓙 0-145-134-1235-2-236
+after digit always 퓚 0-145-134-1235-2-256
+after digit always 퓛 0-145-134-1235-2-356
+after digit always 퓜 0-145-134-1235-26
+after digit always 퓝 0-145-134-1235-12
+after digit always 퓞 0-145-134-1235-12-3
+after digit always 퓟 0-145-134-1235-3
+after digit always 퓠 0-145-134-1235-34
+after digit always 퓡 0-145-134-1235-2356
+after digit always 퓢 0-145-134-1235-13
+after digit always 퓣 0-145-134-1235-23
+after digit always 퓤 0-145-134-1235-235
+after digit always 퓥 0-145-134-1235-236
+after digit always 퓦 0-145-134-1235-256
+after digit always 퓧 0-145-134-1235-356
+after digit always 퓨 0-145-146
+after digit always 퓩 0-145-146-1
+after digit always 퓪 0-145-146-1-1
+after digit always 퓫 0-145-146-1-3
+after digit always 퓬 0-145-146-25
+after digit always 퓭 0-145-146-25-13
+after digit always 퓮 0-145-146-25-356
+after digit always 퓯 0-145-146-35
+after digit always 퓰 0-145-146-2
+after digit always 퓱 0-145-146-2-1
+after digit always 퓲 0-145-146-2-26
+after digit always 퓳 0-145-146-2-12
+after digit always 퓴 0-145-146-2-3
+after digit always 퓵 0-145-146-2-236
+after digit always 퓶 0-145-146-2-256
+after digit always 퓷 0-145-146-2-356
+after digit always 퓸 0-145-146-26
+after digit always 퓹 0-145-146-12
+after digit always 퓺 0-145-146-12-3
+after digit always 퓻 0-145-146-3
+after digit always 퓼 0-145-146-34
+after digit always 퓽 0-145-146-2356
+after digit always 퓾 0-145-146-13
+after digit always 퓿 0-145-146-23
+after digit always 픀 0-145-146-235
+after digit always 픁 0-145-146-236
+after digit always 픂 0-145-146-256
+after digit always 픃 0-145-146-356
+after digit always 프 0-145-246
+after digit always 픅 0-145-246-1
+after digit always 픆 0-145-246-1-1
+after digit always 픇 0-145-246-1-3
+after digit always 픋 0-145-246-35
+after digit always 픔 0-145-246-26
+after digit always 픕 0-145-246-12
+after digit always 픖 0-145-246-12-3
+after digit always 픗 0-145-246-3
+after digit always 픘 0-145-246-34
+after digit always 픙 0-145-246-2356
+after digit always 픚 0-145-246-13
+after digit always 픛 0-145-246-23
+after digit always 픜 0-145-246-235
+after digit always 픝 0-145-246-236
+after digit always 픞 0-145-246-256
+after digit always 픟 0-145-246-356
+after digit always 픠 0-145-2456
+after digit always 픡 0-145-2456-1
+after digit always 픢 0-145-2456-1-1
+after digit always 픣 0-145-2456-1-3
+after digit always 픤 0-145-2456-25
+after digit always 픥 0-145-2456-25-13
+after digit always 픦 0-145-2456-25-356
+after digit always 픧 0-145-2456-35
+after digit always 픨 0-145-2456-2
+after digit always 픩 0-145-2456-2-1
+after digit always 픪 0-145-2456-2-26
+after digit always 픫 0-145-2456-2-12
+after digit always 픬 0-145-2456-2-3
+after digit always 픭 0-145-2456-2-236
+after digit always 픮 0-145-2456-2-256
+after digit always 픯 0-145-2456-2-356
+after digit always 픰 0-145-2456-26
+after digit always 픱 0-145-2456-12
+after digit always 픲 0-145-2456-12-3
+after digit always 픳 0-145-2456-3
+after digit always 픴 0-145-2456-34
+after digit always 픵 0-145-2456-2356
+after digit always 픶 0-145-2456-13
+after digit always 픷 0-145-2456-23
+after digit always 픸 0-145-2456-235
+after digit always 픹 0-145-2456-236
+after digit always 픺 0-145-2456-256
+after digit always 픻 0-145-2456-356
+after digit always 피 0-145-135
+after digit always 픽 0-145-135-1
+after digit always 픾 0-145-135-1-1
+after digit always 픿 0-145-135-1-3
+after digit always 핃 0-145-135-35
+after digit always 필 0-145-135-2
+after digit always 핅 0-145-135-2-1
+after digit always 핆 0-145-135-2-26
+after digit always 핇 0-145-135-2-12
+after digit always 핈 0-145-135-2-3
+after digit always 핉 0-145-135-2-236
+after digit always 핊 0-145-135-2-256
+after digit always 핋 0-145-135-2-356
+after digit always 핌 0-145-135-26
+after digit always 핍 0-145-135-12
+after digit always 핎 0-145-135-12-3
+after digit always 핏 0-145-135-3
+after digit always 핐 0-145-135-34
+after digit always 핑 0-145-135-2356
+after digit always 핒 0-145-135-13
+after digit always 핓 0-145-135-23
+after digit always 핔 0-145-135-235
+after digit always 핕 0-145-135-236
+after digit always 핖 0-145-135-256
+after digit always 핗 0-145-135-356
+after digit always 해 0-245-1235
+after digit always 핵 0-245-1235-1
+after digit always 핶 0-245-1235-1-1
+after digit always 핷 0-245-1235-1-3
+after digit always 핸 0-245-1235-25
+after digit always 핹 0-245-1235-25-13
+after digit always 핺 0-245-1235-25-356
+after digit always 핻 0-245-1235-35
+after digit always 핼 0-245-1235-2
+after digit always 핽 0-245-1235-2-1
+after digit always 핾 0-245-1235-2-26
+after digit always 핿 0-245-1235-2-12
+after digit always 햀 0-245-1235-2-3
+after digit always 햁 0-245-1235-2-236
+after digit always 햂 0-245-1235-2-256
+after digit always 햃 0-245-1235-2-356
+after digit always 햄 0-245-1235-26
+after digit always 햅 0-245-1235-12
+after digit always 햆 0-245-1235-12-3
+after digit always 햇 0-245-1235-3
+after digit always 했 0-245-1235-34
+after digit always 행 0-245-1235-2356
+after digit always 햊 0-245-1235-13
+after digit always 햋 0-245-1235-23
+after digit always 햌 0-245-1235-235
+after digit always 햍 0-245-1235-236
+after digit always 햎 0-245-1235-256
+after digit always 햏 0-245-1235-356
+after digit always 햐 0-245-345
+after digit always 햑 0-245-345-1
+after digit always 햒 0-245-345-1-1
+after digit always 햓 0-245-345-1-3
+after digit always 햔 0-245-345-25
+after digit always 햕 0-245-345-25-13
+after digit always 햖 0-245-345-25-356
+after digit always 햗 0-245-345-35
+after digit always 햘 0-245-345-2
+after digit always 햙 0-245-345-2-1
+after digit always 햚 0-245-345-2-26
+after digit always 햛 0-245-345-2-12
+after digit always 햜 0-245-345-2-3
+after digit always 햝 0-245-345-2-236
+after digit always 햞 0-245-345-2-256
+after digit always 햟 0-245-345-2-356
+after digit always 햠 0-245-345-26
+after digit always 햡 0-245-345-12
+after digit always 햢 0-245-345-12-3
+after digit always 햣 0-245-345-3
+after digit always 햤 0-245-345-34
+after digit always 향 0-245-345-2356
+after digit always 햦 0-245-345-13
+after digit always 햧 0-245-345-23
+after digit always 햨 0-245-345-235
+after digit always 햩 0-245-345-236
+after digit always 햪 0-245-345-256
+after digit always 햫 0-245-345-356
+after digit always 햬 0-245-345-1235
+after digit always 햭 0-245-345-1235-1
+after digit always 햮 0-245-345-1235-1-1
+after digit always 햯 0-245-345-1235-1-3
+after digit always 햰 0-245-345-1235-25
+after digit always 햱 0-245-345-1235-25-13
+after digit always 햲 0-245-345-1235-25-356
+after digit always 햳 0-245-345-1235-35
+after digit always 햴 0-245-345-1235-2
+after digit always 햵 0-245-345-1235-2-1
+after digit always 햶 0-245-345-1235-2-26
+after digit always 햷 0-245-345-1235-2-12
+after digit always 햸 0-245-345-1235-2-3
+after digit always 햹 0-245-345-1235-2-236
+after digit always 햺 0-245-345-1235-2-256
+after digit always 햻 0-245-345-1235-2-356
+after digit always 햼 0-245-345-1235-26
+after digit always 햽 0-245-345-1235-12
+after digit always 햾 0-245-345-1235-12-3
+after digit always 햿 0-245-345-1235-3
+after digit always 헀 0-245-345-1235-34
+after digit always 헁 0-245-345-1235-2356
+after digit always 헂 0-245-345-1235-13
+after digit always 헃 0-245-345-1235-23
+after digit always 헄 0-245-345-1235-235
+after digit always 헅 0-245-345-1235-236
+after digit always 헆 0-245-345-1235-256
+after digit always 헇 0-245-345-1235-356
+after digit always 허 0-245-234
+after digit always 헏 0-245-234-35
+after digit always 험 0-245-234-26
+after digit always 헙 0-245-234-12
+after digit always 헚 0-245-234-12-3
+after digit always 헛 0-245-234-3
+after digit always 헜 0-245-234-34
+after digit always 헝 0-245-234-2356
+after digit always 헞 0-245-234-13
+after digit always 헟 0-245-234-23
+after digit always 헠 0-245-234-235
+after digit always 헡 0-245-234-236
+after digit always 헢 0-245-234-256
+after digit always 헣 0-245-234-356
+after digit always 헤 0-245-1345
+after digit always 헥 0-245-1345-1
+after digit always 헦 0-245-1345-1-1
+after digit always 헧 0-245-1345-1-3
+after digit always 헨 0-245-1345-25
+after digit always 헩 0-245-1345-25-13
+after digit always 헪 0-245-1345-25-356
+after digit always 헫 0-245-1345-35
+after digit always 헬 0-245-1345-2
+after digit always 헭 0-245-1345-2-1
+after digit always 헮 0-245-1345-2-26
+after digit always 헯 0-245-1345-2-12
+after digit always 헰 0-245-1345-2-3
+after digit always 헱 0-245-1345-2-236
+after digit always 헲 0-245-1345-2-256
+after digit always 헳 0-245-1345-2-356
+after digit always 헴 0-245-1345-26
+after digit always 헵 0-245-1345-12
+after digit always 헶 0-245-1345-12-3
+after digit always 헷 0-245-1345-3
+after digit always 헸 0-245-1345-34
+after digit always 헹 0-245-1345-2356
+after digit always 헺 0-245-1345-13
+after digit always 헻 0-245-1345-23
+after digit always 헼 0-245-1345-235
+after digit always 헽 0-245-1345-236
+after digit always 헾 0-245-1345-256
+after digit always 헿 0-245-1345-356
+after digit always 혀 0-245-156
+after digit always 혁 0-245-156-1
+after digit always 혂 0-245-156-1-1
+after digit always 혃 0-245-156-1-3
+after digit always 혇 0-245-156-35
+after digit always 혐 0-245-156-26
+after digit always 협 0-245-156-12
+after digit always 혒 0-245-156-12-3
+after digit always 혓 0-245-156-3
+after digit always 혔 0-245-156-34
+after digit always 혖 0-245-156-13
+after digit always 혗 0-245-156-23
+after digit always 혘 0-245-156-235
+after digit always 혙 0-245-156-236
+after digit always 혚 0-245-156-256
+after digit always 혛 0-245-156-356
+after digit always 혜 0-245-34
+after digit always 혝 0-245-34-1
+after digit always 혞 0-245-34-1-1
+after digit always 혟 0-245-34-1-3
+after digit always 혠 0-245-34-25
+after digit always 혡 0-245-34-25-13
+after digit always 혢 0-245-34-25-356
+after digit always 혣 0-245-34-35
+after digit always 혤 0-245-34-2
+after digit always 혥 0-245-34-2-1
+after digit always 혦 0-245-34-2-26
+after digit always 혧 0-245-34-2-12
+after digit always 혨 0-245-34-2-3
+after digit always 혩 0-245-34-2-236
+after digit always 혪 0-245-34-2-256
+after digit always 혫 0-245-34-2-356
+after digit always 혬 0-245-34-26
+after digit always 혭 0-245-34-12
+after digit always 혮 0-245-34-12-3
+after digit always 혯 0-245-34-3
+after digit always 혰 0-245-34-34
+after digit always 혱 0-245-34-2356
+after digit always 혲 0-245-34-13
+after digit always 혳 0-245-34-23
+after digit always 혴 0-245-34-235
+after digit always 혵 0-245-34-236
+after digit always 혶 0-245-34-256
+after digit always 혷 0-245-34-356
+after digit always 호 0-245-136
+after digit always 혿 0-245-136-35
+after digit always 홀 0-245-136-2
+after digit always 홁 0-245-136-2-1
+after digit always 홂 0-245-136-2-26
+after digit always 홃 0-245-136-2-12
+after digit always 홄 0-245-136-2-3
+after digit always 홅 0-245-136-2-236
+after digit always 홆 0-245-136-2-256
+after digit always 홇 0-245-136-2-356
+after digit always 홈 0-245-136-26
+after digit always 홉 0-245-136-12
+after digit always 홊 0-245-136-12-3
+after digit always 홋 0-245-136-3
+after digit always 홌 0-245-136-34
+after digit always 홎 0-245-136-13
+after digit always 홏 0-245-136-23
+after digit always 홐 0-245-136-235
+after digit always 홑 0-245-136-236
+after digit always 홒 0-245-136-256
+after digit always 홓 0-245-136-356
+after digit always 화 0-245-1236
+after digit always 확 0-245-1236-1
+after digit always 홖 0-245-1236-1-1
+after digit always 홗 0-245-1236-1-3
+after digit always 환 0-245-1236-25
+after digit always 홙 0-245-1236-25-13
+after digit always 홚 0-245-1236-25-356
+after digit always 홛 0-245-1236-35
+after digit always 활 0-245-1236-2
+after digit always 홝 0-245-1236-2-1
+after digit always 홞 0-245-1236-2-26
+after digit always 홟 0-245-1236-2-12
+after digit always 홠 0-245-1236-2-3
+after digit always 홡 0-245-1236-2-236
+after digit always 홢 0-245-1236-2-256
+after digit always 홣 0-245-1236-2-356
+after digit always 홤 0-245-1236-26
+after digit always 홥 0-245-1236-12
+after digit always 홦 0-245-1236-12-3
+after digit always 홧 0-245-1236-3
+after digit always 홨 0-245-1236-34
+after digit always 황 0-245-1236-2356
+after digit always 홪 0-245-1236-13
+after digit always 홫 0-245-1236-23
+after digit always 홬 0-245-1236-235
+after digit always 홭 0-245-1236-236
+after digit always 홮 0-245-1236-256
+after digit always 홯 0-245-1236-356
+after digit always 홰 0-245-1236-1235
+after digit always 홱 0-245-1236-1235-1
+after digit always 홲 0-245-1236-1235-1-1
+after digit always 홳 0-245-1236-1235-1-3
+after digit always 홴 0-245-1236-1235-25
+after digit always 홵 0-245-1236-1235-25-13
+after digit always 홶 0-245-1236-1235-25-356
+after digit always 홷 0-245-1236-1235-35
+after digit always 홸 0-245-1236-1235-2
+after digit always 홹 0-245-1236-1235-2-1
+after digit always 홺 0-245-1236-1235-2-26
+after digit always 홻 0-245-1236-1235-2-12
+after digit always 홼 0-245-1236-1235-2-3
+after digit always 홽 0-245-1236-1235-2-236
+after digit always 홾 0-245-1236-1235-2-256
+after digit always 홿 0-245-1236-1235-2-356
+after digit always 횀 0-245-1236-1235-26
+after digit always 횁 0-245-1236-1235-12
+after digit always 횂 0-245-1236-1235-12-3
+after digit always 횃 0-245-1236-1235-3
+after digit always 횄 0-245-1236-1235-34
+after digit always 횅 0-245-1236-1235-2356
+after digit always 횆 0-245-1236-1235-13
+after digit always 횇 0-245-1236-1235-23
+after digit always 횈 0-245-1236-1235-235
+after digit always 횉 0-245-1236-1235-236
+after digit always 횊 0-245-1236-1235-256
+after digit always 횋 0-245-1236-1235-356
+after digit always 회 0-245-13456
+after digit always 획 0-245-13456-1
+after digit always 횎 0-245-13456-1-1
+after digit always 횏 0-245-13456-1-3
+after digit always 횐 0-245-13456-25
+after digit always 횑 0-245-13456-25-13
+after digit always 횒 0-245-13456-25-356
+after digit always 횓 0-245-13456-35
+after digit always 횔 0-245-13456-2
+after digit always 횕 0-245-13456-2-1
+after digit always 횖 0-245-13456-2-26
+after digit always 횗 0-245-13456-2-12
+after digit always 횘 0-245-13456-2-3
+after digit always 횙 0-245-13456-2-236
+after digit always 횚 0-245-13456-2-256
+after digit always 횛 0-245-13456-2-356
+after digit always 횜 0-245-13456-26
+after digit always 횝 0-245-13456-12
+after digit always 횞 0-245-13456-12-3
+after digit always 횟 0-245-13456-3
+after digit always 횠 0-245-13456-34
+after digit always 횡 0-245-13456-2356
+after digit always 횢 0-245-13456-13
+after digit always 횣 0-245-13456-23
+after digit always 횤 0-245-13456-235
+after digit always 횥 0-245-13456-236
+after digit always 횦 0-245-13456-256
+after digit always 횧 0-245-13456-356
+after digit always 효 0-245-346
+after digit always 횩 0-245-346-1
+after digit always 횪 0-245-346-1-1
+after digit always 횫 0-245-346-1-3
+after digit always 횬 0-245-346-25
+after digit always 횭 0-245-346-25-13
+after digit always 횮 0-245-346-25-356
+after digit always 횯 0-245-346-35
+after digit always 횰 0-245-346-2
+after digit always 횱 0-245-346-2-1
+after digit always 횲 0-245-346-2-26
+after digit always 횳 0-245-346-2-12
+after digit always 횴 0-245-346-2-3
+after digit always 횵 0-245-346-2-236
+after digit always 횶 0-245-346-2-256
+after digit always 횷 0-245-346-2-356
+after digit always 횸 0-245-346-26
+after digit always 횹 0-245-346-12
+after digit always 횺 0-245-346-12-3
+after digit always 횻 0-245-346-3
+after digit always 횼 0-245-346-34
+after digit always 횽 0-245-346-2356
+after digit always 횾 0-245-346-13
+after digit always 횿 0-245-346-23
+after digit always 훀 0-245-346-235
+after digit always 훁 0-245-346-236
+after digit always 훂 0-245-346-256
+after digit always 훃 0-245-346-356
+after digit always 후 0-245-134
+after digit always 훅 0-245-134-1
+after digit always 훆 0-245-134-1-1
+after digit always 훇 0-245-134-1-3
+after digit always 훋 0-245-134-35
+after digit always 훔 0-245-134-26
+after digit always 훕 0-245-134-12
+after digit always 훖 0-245-134-12-3
+after digit always 훗 0-245-134-3
+after digit always 훘 0-245-134-34
+after digit always 훙 0-245-134-2356
+after digit always 훚 0-245-134-13
+after digit always 훛 0-245-134-23
+after digit always 훜 0-245-134-235
+after digit always 훝 0-245-134-236
+after digit always 훞 0-245-134-256
+after digit always 훟 0-245-134-356
+after digit always 훠 0-245-1234
+after digit always 훡 0-245-1234-1
+after digit always 훢 0-245-1234-1-1
+after digit always 훣 0-245-1234-1-3
+after digit always 훤 0-245-1234-25
+after digit always 훥 0-245-1234-25-13
+after digit always 훦 0-245-1234-25-356
+after digit always 훧 0-245-1234-35
+after digit always 훨 0-245-1234-2
+after digit always 훩 0-245-1234-2-1
+after digit always 훪 0-245-1234-2-26
+after digit always 훫 0-245-1234-2-12
+after digit always 훬 0-245-1234-2-3
+after digit always 훭 0-245-1234-2-236
+after digit always 훮 0-245-1234-2-256
+after digit always 훯 0-245-1234-2-356
+after digit always 훰 0-245-1234-26
+after digit always 훱 0-245-1234-12
+after digit always 훲 0-245-1234-12-3
+after digit always 훳 0-245-1234-3
+after digit always 훴 0-245-1234-34
+after digit always 훵 0-245-1234-2356
+after digit always 훶 0-245-1234-13
+after digit always 훷 0-245-1234-23
+after digit always 훸 0-245-1234-235
+after digit always 훹 0-245-1234-236
+after digit always 훺 0-245-1234-256
+after digit always 훻 0-245-1234-356
+after digit always 훼 0-245-1234-1235
+after digit always 훽 0-245-1234-1235-1
+after digit always 훾 0-245-1234-1235-1-1
+after digit always 훿 0-245-1234-1235-1-3
+after digit always 휀 0-245-1234-1235-25
+after digit always 휁 0-245-1234-1235-25-13
+after digit always 휂 0-245-1234-1235-25-356
+after digit always 휃 0-245-1234-1235-35
+after digit always 휄 0-245-1234-1235-2
+after digit always 휅 0-245-1234-1235-2-1
+after digit always 휆 0-245-1234-1235-2-26
+after digit always 휇 0-245-1234-1235-2-12
+after digit always 휈 0-245-1234-1235-2-3
+after digit always 휉 0-245-1234-1235-2-236
+after digit always 휊 0-245-1234-1235-2-256
+after digit always 휋 0-245-1234-1235-2-356
+after digit always 휌 0-245-1234-1235-26
+after digit always 휍 0-245-1234-1235-12
+after digit always 휎 0-245-1234-1235-12-3
+after digit always 휏 0-245-1234-1235-3
+after digit always 휐 0-245-1234-1235-34
+after digit always 휑 0-245-1234-1235-2356
+after digit always 휒 0-245-1234-1235-13
+after digit always 휓 0-245-1234-1235-23
+after digit always 휔 0-245-1234-1235-235
+after digit always 휕 0-245-1234-1235-236
+after digit always 휖 0-245-1234-1235-256
+after digit always 휗 0-245-1234-1235-356
+after digit always 휘 0-245-134-1235
+after digit always 휙 0-245-134-1235-1
+after digit always 휚 0-245-134-1235-1-1
+after digit always 휛 0-245-134-1235-1-3
+after digit always 휜 0-245-134-1235-25
+after digit always 휝 0-245-134-1235-25-13
+after digit always 휞 0-245-134-1235-25-356
+after digit always 휟 0-245-134-1235-35
+after digit always 휠 0-245-134-1235-2
+after digit always 휡 0-245-134-1235-2-1
+after digit always 휢 0-245-134-1235-2-26
+after digit always 휣 0-245-134-1235-2-12
+after digit always 휤 0-245-134-1235-2-3
+after digit always 휥 0-245-134-1235-2-236
+after digit always 휦 0-245-134-1235-2-256
+after digit always 휧 0-245-134-1235-2-356
+after digit always 휨 0-245-134-1235-26
+after digit always 휩 0-245-134-1235-12
+after digit always 휪 0-245-134-1235-12-3
+after digit always 휫 0-245-134-1235-3
+after digit always 휬 0-245-134-1235-34
+after digit always 휭 0-245-134-1235-2356
+after digit always 휮 0-245-134-1235-13
+after digit always 휯 0-245-134-1235-23
+after digit always 휰 0-245-134-1235-235
+after digit always 휱 0-245-134-1235-236
+after digit always 휲 0-245-134-1235-256
+after digit always 휳 0-245-134-1235-356
+after digit always 휴 0-245-146
+after digit always 휵 0-245-146-1
+after digit always 휶 0-245-146-1-1
+after digit always 휷 0-245-146-1-3
+after digit always 휸 0-245-146-25
+after digit always 휹 0-245-146-25-13
+after digit always 휺 0-245-146-25-356
+after digit always 휻 0-245-146-35
+after digit always 휼 0-245-146-2
+after digit always 휽 0-245-146-2-1
+after digit always 휾 0-245-146-2-26
+after digit always 휿 0-245-146-2-12
+after digit always 흀 0-245-146-2-3
+after digit always 흁 0-245-146-2-236
+after digit always 흂 0-245-146-2-256
+after digit always 흃 0-245-146-2-356
+after digit always 흄 0-245-146-26
+after digit always 흅 0-245-146-12
+after digit always 흆 0-245-146-12-3
+after digit always 흇 0-245-146-3
+after digit always 흈 0-245-146-34
+after digit always 흉 0-245-146-2356
+after digit always 흊 0-245-146-13
+after digit always 흋 0-245-146-23
+after digit always 흌 0-245-146-235
+after digit always 흍 0-245-146-236
+after digit always 흎 0-245-146-256
+after digit always 흏 0-245-146-356
+after digit always 흐 0-245-246
+after digit always 흑 0-245-246-1
+after digit always 흒 0-245-246-1-1
+after digit always 흓 0-245-246-1-3
+after digit always 흗 0-245-246-35
+after digit always 흠 0-245-246-26
+after digit always 흡 0-245-246-12
+after digit always 흢 0-245-246-12-3
+after digit always 흣 0-245-246-3
+after digit always 흤 0-245-246-34
+after digit always 흥 0-245-246-2356
+after digit always 흦 0-245-246-13
+after digit always 흧 0-245-246-23
+after digit always 흨 0-245-246-235
+after digit always 흩 0-245-246-236
+after digit always 흪 0-245-246-256
+after digit always 흫 0-245-246-356
+after digit always 희 0-245-2456
+after digit always 흭 0-245-2456-1
+after digit always 흮 0-245-2456-1-1
+after digit always 흯 0-245-2456-1-3
+after digit always 흰 0-245-2456-25
+after digit always 흱 0-245-2456-25-13
+after digit always 흲 0-245-2456-25-356
+after digit always 흳 0-245-2456-35
+after digit always 흴 0-245-2456-2
+after digit always 흵 0-245-2456-2-1
+after digit always 흶 0-245-2456-2-26
+after digit always 흷 0-245-2456-2-12
+after digit always 흸 0-245-2456-2-3
+after digit always 흹 0-245-2456-2-236
+after digit always 흺 0-245-2456-2-256
+after digit always 흻 0-245-2456-2-356
+after digit always 흼 0-245-2456-26
+after digit always 흽 0-245-2456-12
+after digit always 흾 0-245-2456-12-3
+after digit always 흿 0-245-2456-3
+after digit always 힀 0-245-2456-34
+after digit always 힁 0-245-2456-2356
+after digit always 힂 0-245-2456-13
+after digit always 힃 0-245-2456-23
+after digit always 힄 0-245-2456-235
+after digit always 힅 0-245-2456-236
+after digit always 힆 0-245-2456-256
+after digit always 힇 0-245-2456-356
+after digit always 히 0-245-135
+after digit always 힉 0-245-135-1
+after digit always 힊 0-245-135-1-1
+after digit always 힋 0-245-135-1-3
+after digit always 힏 0-245-135-35
+after digit always 힐 0-245-135-2
+after digit always 힑 0-245-135-2-1
+after digit always 힒 0-245-135-2-26
+after digit always 힓 0-245-135-2-12
+after digit always 힔 0-245-135-2-3
+after digit always 힕 0-245-135-2-236
+after digit always 힖 0-245-135-2-256
+after digit always 힗 0-245-135-2-356
+after digit always 힘 0-245-135-26
+after digit always 힙 0-245-135-12
+after digit always 힚 0-245-135-12-3
+after digit always 힛 0-245-135-3
+after digit always 힜 0-245-135-34
+after digit always 힝 0-245-135-2356
+after digit always 힞 0-245-135-13
+after digit always 힟 0-245-135-23
+after digit always 힠 0-245-135-235
+after digit always 힡 0-245-135-236
+after digit always 힢 0-245-135-256
+after digit always 힣 0-245-135-356
+
+
+
+
+# For grade 1 and grade 2 rules not discussed here, see ko-g1.ctb and ko-g2.ctb.
+#
+# Copyright (C) 2014 National Institute for Visually Handicapped, 116, Rajpur Road, Dehradun, Uttrakhand, India
+#
+# This file is part of liblouis.
+#
+# liblouis is free software: you can redistribute it and/or modify it
+# under the terms of the GNU Lesser General Public License as
+# published by the Free Software Foundation, either version 2.1 of the
+# License, or (at your option) any later version.
+#
+# liblouis is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with liblouis. If not, see
+# <http://www.gnu.org/licenses/>.
+
+# This table is built and maintained under an activity of Braille Council of India
+# Contributors: Dipendra Manocha, Sreeja, Dinesh Kaushal, Mesar Hameed
+# Last updated on May 5, 2014
+# To report any bugs or any suggestion, please write to d@saksham.org and sreeja.param@gmail.com
+
+
+include en-chardefs.cti All character definition opcodes
+# Braille indicators
+numsign 3456  number sign, just a dots operand
+capsletter 6
+begcapsword 6-6
+endcapsword 6-3
+emphclass italic
+emphclass underline
+emphclass bold
+begemphphrase italic 46-46
+endemphphrase italic before 46
+lenemphphrase italic 4
+begemphword italic 46-3
+endemphword italic 46-36
+emphletter italic 46-25
+begemphphrase bold 456-456
+endemphphrase bold before 456
+lenemphphrase bold 4
+begcomp 456-346
+endcomp 456-156
+
+# literary forms of the decimal digits
+include litdigits6Dots.uti
+
+# Letters are defined in chardefs.cti
+
+# punctuation
+prepunc ( 2356
+word ( 4-2356
+noback always ( 2356
+postpunc ) 2356
+word ) 4-2356
+noback always ) 2356
+prepunc " 236
+postpunc " 356
+word " 4-236
+prepunc ` 6-236
+prepunc ' 6-236
+postpunc ' 356-3
+word ' 4-3
+word 'em = 
+word 'tis =
+word 'twas =
+begnum # 456-1456 print number sign before number
+midnum , 2
+postpunc , 2
+word , 4-2
+decpoint . 46
+midnum - 36
+hyphen - 36
+always \s--\s 36-36
+always \s-\s 36-36
+midnum \x00ad 36
+postpunc . 256
+word . 4-256
+postpunc ; 23
+word ; 4-23
+midnum : 25
+postpunc : 25
+always : 4-25
+postpunc ! 235
+always ! 4-235
+midnum / 34
+always / 456-34
+always < 5-13
+always = 46-13
+always > 46-2
+always + 4-346
+postpunc ? 236
+word ? 4-236
+endnum st 34
+endnum nd 1345-145
+endnum rd 1235-145
+endnum 's 3-234
+endnum th 1456
+endnum 's 3-234
+always % 4-25-1234
+midnum ^ 45
+always ^ 456-126
+always ~ 4-156
+always & 4-12346
+midnum * 4-16
+always * 35-35
+prepunc [ 6-2356
+word [ 4-6-2356
+always [ 6-2356
+postpunc ] 2356-3
+word ] 4-2356-3
+always ] 2356-3
+prepunc { 56-2356
+word { 4-56-2356
+always { 56-2356
+postpunc } 2356-23
+word } 4-2356-23
+always } 2356-23
+always @ 4-1
+always \\ 4-1256
+always | 456-1256
+always \s-\s 36-36
+always ..." 3-3-3-356
+always ... 3-3-3
+always ...' 3-3-3-356-3
+repeated .... 0
+repeated ____ 456
+repeated ---- 36
+always .\s.\s." 3-3-3-356
+always .\s.\s. 3-3-3 . . .
+begnum $ 256
+nofor begnum $ 256-3456
+always $ 4-256
+
+# special character sequences
+compbrl :// URLs
+compbrl ()
+compbrl www.
+compbrl ::
+compbrl .com
+compbrl .edu
+compbrl .gov
+compbrl .ini
+compbrl .mil
+compbrl .net
+compbrl .org
+compbrl .doc
+compbrl .xml
+compbrl .xsl
+compbrl .htm
+compbrl .html
+compbrl .tex
+compbrl .txt
+compbrl .gif
+compbrl .jpg
+compbrl .png
+compbrl .wav
+compbrl .tar
+compbrl .zip
+
+noback context "\e"$a *
+noback always \\_ 56 letter sign before Roman page numbers
+noback pass2 @56-56 @56
+noback pass2 @3-56 @3
+
+# liblouis: Norwegian computer braille, 8-dot
+#
+#-name: Norsk datapunktskrift, 8-punkt
+#-index-name: Norwegian, computer
+#-display-name: Norwegian computer braille
+#
+#+locale:no
+#+type:computer
+#+dots:8
+#+grade:0
+#
+#  Copyright (C) 1995-2004 The BRLTTY Team
+#  Copyright (C) 2004-2006 ViewPlus Technologies, Inc. www.viewplus.com
+#  Copyright (C) 2004-2006 JJB Software, Inc. www.jjb-software.com
+#  Copyright (C) 2015 NLB Norwegian library of talking books and braille, http://www.nlb.no/
+#
+#-copyright: 1995-2004, The BRLTTY Team
+#-copyright: 2004-2006, ViewPlus Technologies, Inc. www.viewplus.com
+#-copyright: 2004-2006, JJB Software, Inc. www.jjb-software.com
+#-copyright: 2015, NLB Norwegian library of talking books and braille, http://www.nlb.no/
+#-license: LGPLv2.1
+#
+# Updated August 2015 by Jostein Austvik Jacobsen <jostein@nlb.com> and Ammar Usama <ammar.usama@nlb.no>
+#
+#-author-name: Jostein Austvik Jacobsen
+#-author-email: jostein@nlb.no
+#-author-url: https://github.com/josteinaj
+#
+#-author-name: Ammar Usama
+#-author-email: ammar.usama@nlb.no
+#-author-url: https://github.com/usama49
+#
+# Based on the braille contraction modules in BRLTTY
+#
+# This is to be used with Norwegian translation tables.
+#
+# BRLTTY Text Translation Table - Norwegian (iso-8859-1), based on the
+# Offentlig Utvalg for Blindeskrift (Public Commission for Braille)
+# translation table for Windows 1252.
+# Updated January 2008.
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+#
+
+sign \x0000 4578       # NULL ( - <Kontrolltegn>)
+sign \x0001 178        # START OF HEADING ( - <Kontrolltegn>)
+sign \x0002 1278       # START OF TEXT ( - <Kontrolltegn>)
+sign \x0003 1478       # END OF TEXT ( - <Kontrolltegn>)
+sign \x0004 14578      # END OF TRANSMISSION ( - <Kontrolltegn>)
+sign \x0005 1578       # ENQUIRY ( - <Kontrolltegn>)
+sign \x0006 12478      # ACKNOWLEDGE ( - <Kontrolltegn>)
+sign \x0007 124578     # BELL ( - <Kontrolltegn>)
+sign \x0008 12578      # BACKSPACE ( - <Kontrolltegn>)
+sign \x0009 2478       # HORIZONTAL TABULATION ( - <Kontrolltegn>)
+sign \x000A 24578      # LINE FEED ( - <Kontrolltegn>)
+sign \x000B 1378       # VERTICAL TABULATION ( - <Kontrolltegn>)
+sign \x000C 12378      # FORM FEED ( - <Kontrolltegn>)
+sign \x000D 13478      # CARRIAGE RETURN ( - <Kontrolltegn>)
+sign \x000E 134578     # SHIFT OUT ( - <Kontrolltegn>)
+sign \x000F 13578      # SHIFT IN ( - <Kontrolltegn>)
+sign \x0010 123478     # DATA LINK ESCAPE ( - <Kontrolltegn>)
+sign \x0011 1234578    # DEVICE CONTROL ONE ( - <Kontrolltegn>)
+sign \x0012 123578     # DEVICE CONTROL TWO ( - <Kontrolltegn>)
+sign \x0013 23478      # DEVICE CONTROL THREE ( - <Kontrolltegn>)
+sign \x0014 234578     # DEVICE CONTROL FOUR ( - <Kontrolltegn>)
+sign \x0015 13678      # NEGATIVE ACKNOWLEDGE ( - <Kontrolltegn>)
+sign \x0016 123678     # SYNCHRONOUS IDLE ( - <Kontrolltegn>)
+sign \x0017 245678     # END OF TRANSMISSION BLOCK ( - <Kontrolltegn>)
+sign \x0018 134678     # CANCEL ( - <Kontrolltegn>)
+sign \x0019 1345678    # END OF MEDIUM ( - <Kontrolltegn>)
+sign \x001A 135678     # SUBSTITUTE ( - <Kontrolltegn>)
+
+# does not work because `space \x001b 1b` is hardcoded in compileTranslationTable.c; replacing with a pass2 rule
+# sign \x001B 12348      # ESCAPE ( - <Kontrolltegn>)
+noback pass2 @1b @12348
+
+sign \x001C 123458     # FILE SEPARATOR ( - <Kontrolltegn>)
+sign \x001D 1368       # GROUP SEPARATOR ( - <Kontrolltegn>)
+sign \x001E 24568      # RECORD SEPARATOR ( - <Kontrolltegn>)
+sign \x001F 13568      # UNIT SEPARATOR ( - <Kontrolltegn>)
+sign \x0020 0          # SPACE ( - Mellomrom)
+sign \x0021 235        # EXCLAMATION MARK (! - Utropstegn)
+sign \x0022 256        # QUOTATION MARK (" - Anførselstegn (to loddrette streker))
+sign \x0023 3456       # NUMBER SIGN (# - Nummertegn (talltegn))
+sign \x0024 25678      # DOLLAR SIGN ($ - Dollar-tegn)
+sign \x0025 46         # PERCENT SIGN (% - Prosent-tegn)
+sign \x0026 578        # AMPERSAND (& - Ampersand (et-tegn))
+sign \x0027 5          # APOSTROPHE (' - Apostrof)
+sign \x0028 236        # LEFT PARENTHESIS (( - Venstre parentes (parentes begynner))
+sign \x0029 356        # RIGHT PARENTHESIS () - Høyre parentes (parentes slutt))
+sign \x002A 35         # ASTERISK (* - Stjerne (asterisk))
+sign \x002B 2357       # PLUS SIGN (+ - Pluss-tegn)
+sign \x002C 2          # COMMA (, - Komma)
+sign \x002D 36         # HYPHEN-MINUS (- - Bindestrek/minus-tegn)
+sign \x002E 3          # FULL STOP (. - Punktum)
+sign \x002F 57         # SOLIDUS (/ - Skråstrek)
+sign \x0030 2458       # DIGIT ZERO (0 - Tallet null)
+sign \x0031 18         # DIGIT ONE (1 - Tallet en)
+sign \x0032 128        # DIGIT TWO (2 - Tallet to)
+sign \x0033 148        # DIGIT THREE (3 - Tallet tre)
+sign \x0034 1458       # DIGIT FOUR (4 - Tallet fire)
+sign \x0035 158        # DIGIT FIVE (5 - Tallet fem)
+sign \x0036 1248       # DIGIT SIX (6 - Tallet seks)
+sign \x0037 12458      # DIGIT SEVEN (7 - Tallet syv)
+sign \x0038 1258       # DIGIT EIGHT (8 - Tallet åtte)
+sign \x0039 248        # DIGIT NINE (9 - Tallet ni)
+sign \x003A 25         # COLON (: - Kolon)
+sign \x003B 23         # SEMICOLON (; - Semikolon)
+sign \x003C 358        # LESS-THAN SIGN (<  - Mindre-enn-tegn)
+sign \x003D 2356       # EQUALS SIGN (= - Likhetstegn)
+sign \x003E 267        # GREATER-THAN SIGN (>  - Større-enn-tegn)
+sign \x003F 26         # QUESTION MARK (? - Spørsmålstegn)
+sign \x0040 4          # COMMERCIAL AT (@ - Krøll-alfa)
+sign \x0041 17         # LATIN CAPITAL LETTER A (A - Stor latinsk bokstav A)
+sign \x0042 127        # LATIN CAPITAL LETTER B (B - Stor latinsk bokstav B)
+sign \x0043 147        # LATIN CAPITAL LETTER C (C - Stor latinsk bokstav C)
+sign \x0044 1457       # LATIN CAPITAL LETTER D (D - Stor latinsk bokstav D)
+sign \x0045 157        # LATIN CAPITAL LETTER E (E - Stor latinsk bokstav E)
+sign \x0046 1247       # LATIN CAPITAL LETTER F (F - Stor latinsk bokstav F)
+sign \x0047 12457      # LATIN CAPITAL LETTER G (G - Stor latinsk bokstav G)
+sign \x0048 1257       # LATIN CAPITAL LETTER H (H - Stor latinsk bokstav H)
+sign \x0049 247        # LATIN CAPITAL LETTER I (I - Stor latinsk bokstav I)
+sign \x004A 2457       # LATIN CAPITAL LETTER J (J - Stor latinsk bokstav J)
+sign \x004B 137        # LATIN CAPITAL LETTER K (K - Stor latinsk bokstav K)
+sign \x004C 1237       # LATIN CAPITAL LETTER L (L - Stor latinsk bokstav L)
+sign \x004D 1347       # LATIN CAPITAL LETTER M (M - Stor latinsk bokstav M)
+sign \x004E 13457      # LATIN CAPITAL LETTER N (N - Stor latinsk bokstav N)
+sign \x004F 1357       # LATIN CAPITAL LETTER O (O - Stor latinsk bokstav O)
+sign \x0050 12347      # LATIN CAPITAL LETTER P (P - Stor latinsk bokstav P)
+sign \x0051 123457     # LATIN CAPITAL LETTER Q (Q - Stor latinsk bokstav Q)
+sign \x0052 12357      # LATIN CAPITAL LETTER R (R - Stor latinsk bokstav R)
+sign \x0053 2347       # LATIN CAPITAL LETTER S (S - Stor latinsk bokstav S)
+sign \x0054 23457      # LATIN CAPITAL LETTER T (T - Stor latinsk bokstav T)
+sign \x0055 1367       # LATIN CAPITAL LETTER U (U - Stor latinsk bokstav U)
+sign \x0056 12367      # LATIN CAPITAL LETTER V (V - Stor latinsk bokstav V)
+sign \x0057 24567      # LATIN CAPITAL LETTER W (W - Stor latinsk bokstav W)
+sign \x0058 13467      # LATIN CAPITAL LETTER X (X - Stor latinsk bokstav X)
+sign \x0059 134567     # LATIN CAPITAL LETTER Y (Y - Stor latinsk bokstav Y)
+sign \x005A 13567      # LATIN CAPITAL LETTER Z (Z - Stor latinsk bokstav Z)
+sign \x005B 23678      # LEFT SQUARE BRACKET ([ - Venstre hakeparentes)
+sign \x005C 28         # REVERSE SOLIDUS (\ - Omvendt skråstrek (backslash))
+sign \x005D 35678      # RIGHT SQUARE BRACKET (] - Høyre hakeparentes)
+sign \x005E 58         # CIRCUMFLEX ACCENT (^ - Cirkumfleks (møne/hatt))
+sign \x005F 456        # LOW LINE (_ - Understrek)
+sign \x0060 45         # GRAVE ACCENT (` - Gravis-tegn)
+sign \x0061 1          # LATIN SMALL LETTER A (a - Liten latinsk bokstav a)
+sign \x0062 12         # LATIN SMALL LETTER B (b - Liten latinsk bokstav b)
+sign \x0063 14         # LATIN SMALL LETTER C (c - Liten latinsk bokstav c)
+sign \x0064 145        # LATIN SMALL LETTER D (d - Liten latinsk bokstav d)
+sign \x0065 15         # LATIN SMALL LETTER E (e - Liten latinsk bokstav e)
+sign \x0066 124        # LATIN SMALL LETTER F (f - Liten latinsk bokstav f)
+sign \x0067 1245       # LATIN SMALL LETTER G (g - Liten latinsk bokstav g)
+sign \x0068 125        # LATIN SMALL LETTER H (h - Liten latinsk bokstav h)
+sign \x0069 24         # LATIN SMALL LETTER I (i - Liten latinsk bokstav i)
+sign \x006A 245        # LATIN SMALL LETTER J (j - Liten latinsk bokstav j)
+sign \x006B 13         # LATIN SMALL LETTER K (k - Liten latinsk bokstav k)
+sign \x006C 123        # LATIN SMALL LETTER L (l - Liten latinsk bokstav l)
+sign \x006D 134        # LATIN SMALL LETTER M (m - Liten latinsk bokstav m)
+sign \x006E 1345       # LATIN SMALL LETTER N (n - Liten latinsk bokstav n)
+sign \x006F 135        # LATIN SMALL LETTER O (o - Liten latinsk bokstav o)
+sign \x0070 1234       # LATIN SMALL LETTER P (p - Liten latinsk bokstav p)
+sign \x0071 12345      # LATIN SMALL LETTER Q (q - Liten latinsk bokstav q)
+sign \x0072 1235       # LATIN SMALL LETTER R (r - Liten latinsk bokstav r)
+sign \x0073 234        # LATIN SMALL LETTER S (s - Liten latinsk bokstav s)
+sign \x0074 2345       # LATIN SMALL LETTER T (t - Liten latinsk bokstav t)
+sign \x0075 136        # LATIN SMALL LETTER U (u - Liten latinsk bokstav u)
+sign \x0076 1236       # LATIN SMALL LETTER V (v - Liten latinsk bokstav v)
+sign \x0077 2456       # LATIN SMALL LETTER W (w - Liten latinsk bokstav w)
+sign \x0078 1346       # LATIN SMALL LETTER X (x - Liten latinsk bokstav x)
+sign \x0079 13456      # LATIN SMALL LETTER Y (y - Liten latinsk bokstav y)
+sign \x007A 1356       # LATIN SMALL LETTER Z (z - Liten latinsk bokstav z)
+sign \x007B 238        # LEFT CURLY BRACKET ({ - Venstre klammeparentes)
+sign \x007C 56         # VERTICAL LINE (| - Stolpe)
+sign \x007D 567        # RIGHT CURLY BRACKET (} - Høyre klammeparentes)
+sign \x007E 38         # TILDE (~ - Tilde)
+sign \x007F 3578       # DELETE ( - <Kontrolltegn>)
+sign \x0080 2678       # <Control>
+sign \x0081 13458      # <Control>
+sign \x0082 67         # Break Permitted Here
+sign \x0083 45678      # No Break Here
+sign \x0084 3567       # <Control>
+sign \x0085 37         # Next Line (Nel)
+sign \x0086 47         # Start of Selected Area
+sign \x0087 457        # End of Selected Area
+sign \x0088 468        # Character Tabulation Set
+sign \x0089 4568       # Character Tabulation with Justification
+sign \x008A 15678      # Line Tabulation Set
+sign \x008B 378        # Partial Line Forward
+sign \x008C 12345678   # Partial Line Backward
+sign \x008D 478        # Reverse Line Feed
+sign \x008E 234678     # Single Shift Two
+sign \x008F 2367       # Single Shift Three
+sign \x0090 2368       # Device Control String
+sign \x0091 367        # Private Use One
+sign \x0092 368        # Private Use Two
+sign \x0093 23567      # Set Transmit State
+sign \x0094 23568      # Cancel Character
+sign \x0095 3678       # Message Waiting
+sign \x0096 68         # Start of Guarded Area
+sign \x0097 568        # End of Guarded Area
+sign \x0098 2568       # Start of String
+sign \x0099 23458      # <Control>
+sign \x009A 1568       # Single Character Introducer
+sign \x009B 678        # Control Sequence Introducer
+sign \x009C 1234568    # String Terminator
+sign \x009D 235678     # Operating System Command
+sign \x009E 23468      # Privacy Message
+sign \x009F 125678     # Application Program Command
+sign \x00A0 8          # NO-BREAK SPACE ( - Hardt mellomrom)
+sign \x00A1 2358       # INVERTED EXCLAMATION MARK (¡ - Omvendt utropstegn)
+sign \x00A2 2578       # CENT SIGN (¢ - Cent-tegn)
+sign \x00A3 1238       # POUND SIGN (£ - Pund-tegn)
+sign \x00A4 12368      # CURRENCY SIGN (¤ - Valuta-tegn)
+sign \x00A5 134568     # YEN SIGN (¥ - Yen-tegn)
+sign \x00A6 4567       # BROKEN BAR (¦ - Brutt vertikal strek)
+sign \x00A7 4678       # SECTION SIGN (§ - Paragraftegn)
+sign \x00A8 258        # DIAERESIS (¨ - Trema)
+sign \x00A9 138        # COPYRIGHT SIGN (© - Copyright-tegn)
+sign \x00AA 278        # FEMININE ORDINAL INDICATOR (ª - Ordenstallsindikator hunkjønn)
+sign \x00AB 2378       # LEFT-POINTING DOUBLE ANGLE QUOTATION MARK (« - Dobbelt anførselstegn med vinkelen mot venstre)
+sign \x00AC 357        # NOT SIGN (¬ - Logisk "ikke")
+sign \x00AD 78         # SOFT HYPHEN (­ - Mykt bindestrek)
+sign \x00AE 12358      # REGISTERED SIGN (® - Registrert varemerke)
+sign \x00AF 458        # MACRON (¯ - Macron (overstrek))
+sign \x00B0 3568       # DEGREE SIGN (° - Grad-tegn)
+sign \x00B1 23578      # PLUS-MINUS SIGN (± - Pluss‑minus)
+sign \x00B2 237        # SUPERSCRIPT TWO (² - Eksponent 2)
+sign \x00B3 257        # SUPERSCRIPT THREE (³ - Eksponent 3)
+sign \x00B4 6          # ACUTE ACCENT (´ - Akutt-tegn)
+sign \x00B5 1348       # MICRO SIGN (µ - Liten gresk bokstav my)
+sign \x00B6 467        # PILCROW SIGN (¶ - Avsnitts-tegn)
+sign \x00B7 7          # MIDDLE DOT (· - Sentrert punkt)
+sign \x00B8 48         # CEDILLA (¸ - Cedille)
+sign \x00B9 27         # SUPERSCRIPT ONE (¹ - Eksponent 1)
+sign \x00BA 1358       # MASCULINE ORDINAL INDICATOR (º - Ordenstallsindikator hankjønn)
+sign \x00BB 5678       # RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK (» - Dobbelt anførselstegn med vinkelen mot høyre)
+sign \x00BC 34568      # VULGAR FRACTION ONE QUARTER (¼ - En firedel (1/4))
+sign \x00BD 34567      # VULGAR FRACTION ONE HALF (½ - En halv (1/2))
+sign \x00BE 345678     # VULGAR FRACTION THREE QUARTERS (¾ - Tre firedeler (3/4))
+sign \x00BF 268        # INVERTED QUESTION MARK (¿ - Omvendt spørsmålstegn)
+sign \x00C0 1235678    # LATIN CAPITAL LETTER A WITH GRAVE (À - Stor latinsk bokstav A med gravis)
+sign \x00C1 123567     # LATIN CAPITAL LETTER A WITH ACUTE (Á - Stor latinsk bokstav A med akutt)
+sign \x00C2 1678       # LATIN CAPITAL LETTER A WITH CIRCUMFLEX (Â - Stor latinsk bokstav A med cirkumfleks)
+sign \x00C3 12678      # LATIN CAPITAL LETTER A WITH TILDE (Ã - Stor latinsk bokstav A med tilde)
+sign \x00C4 34578      # LATIN CAPITAL LETTER A WITH DIAERESIS (Ä - Stor latinsk bokstav A med trema)
+sign \x00C5 167        # LATIN CAPITAL LETTER A WITH RING ABOVE (Å - Stor latinsk bokstav A med ring over (stor norsk Å))
+sign \x00C6 3457       # LATIN CAPITAL LETTER AE (Æ - Stor latinsk bokstav AE (stor norsk Æ))
+sign \x00C7 1234678    # LATIN CAPITAL LETTER C WITH CEDILLA (Ç - Stor latinsk bokstav C med cedille)
+sign \x00C8 23467      # LATIN CAPITAL LETTER E WITH GRAVE (È - Stor latinsk bokstav E med gravis)
+sign \x00C9 1234567    # LATIN CAPITAL LETTER E WITH ACUTE (É - Stor latinsk bokstav E med akutt)
+sign \x00CA 1267       # LATIN CAPITAL LETTER E WITH CIRCUMFLEX (Ê - Stor latinsk bokstav E med cirkumfleks)
+sign \x00CB 12467      # LATIN CAPITAL LETTER E WITH DIAERESIS (Ë - Stor latinsk bokstav E med trema)
+sign \x00CC 3478       # LATIN CAPITAL LETTER I WITH GRAVE (Ì - Stor latinsk bokstav I med gravis)
+sign \x00CD 347        # LATIN CAPITAL LETTER I WITH ACUTE (Í - Stor latinsk bokstav I med akutt)
+sign \x00CE 1467       # LATIN CAPITAL LETTER I WITH CIRCUMFLEX (Î - Stor latinsk bokstav I med cirkumfleks)
+sign \x00CF 124567     # LATIN CAPITAL LETTER I WITH DIAERESIS (Ï - Stor latinsk bokstav I med trema)
+sign \x00D0 145678     # LATIN CAPITAL LETTER ETH (Ð - Stor latinsk bokstav ETH)
+sign \x00D1 1245678    # LATIN CAPITAL LETTER N WITH TILDE (Ñ - Stor latinsk bokstav N med tilde)
+sign \x00D2 34678      # LATIN CAPITAL LETTER O WITH GRAVE (Ò - Stor latinsk bokstav O med gravis)
+sign \x00D3 3467       # LATIN CAPITAL LETTER O WITH ACUTE (Ó - Stor latinsk bokstav O med akutt)
+sign \x00D4 14567      # LATIN CAPITAL LETTER O WITH CIRCUMFLEX (Ô - Stor latinsk bokstav O med cirkumfleks)
+sign \x00D5 14678      # LATIN CAPITAL LETTER O WITH TILDE (Õ - Stor latinsk bokstav O med tilde)
+sign \x00D6 24678      # LATIN CAPITAL LETTER O WITH DIAERESIS (Ö - Stor latinsk bokstav O med trema)
+sign \x00D7 13468      # MULTIPLICATION SIGN (× - Multiplikasjonstegn)
+sign \x00D8 2467       # LATIN CAPITAL LETTER O WITH STROKE (Ø - Stor latinsk bokstav O med strek gjennom (stor norsk Ø))
+sign \x00D9 2345678    # LATIN CAPITAL LETTER U WITH GRAVE (Ù - Stor latinsk bokstav U med gravis)
+sign \x00DA 234567     # LATIN CAPITAL LETTER U WITH ACUTE (Ú - Stor latinsk bokstav U med akutt)
+sign \x00DB 1567       # LATIN CAPITAL LETTER U WITH CIRCUMFLEX (Û - Stor latinsk bokstav U med cirkumfleks)
+sign \x00DC 12567      # LATIN CAPITAL LETTER U WITH DIAERESIS (Ü - STOR latinsk bokstav U med trema)
+sign \x00DD 123467     # LATIN CAPITAL LETTER Y WITH ACUTE (Ý - Stor latinsk bokstav Y med akutt)
+sign \x00DE 124678     # LATIN CAPITAL LETTER THORN (Þ - Stor latinsk bokstav THORN)
+sign \x00DF 2348       # LATIN SMALL LETTER SHARP S (ß - Liten latinsk bokstav "skarp s" (tysk ss))
+sign \x00E0 123568     # LATIN SMALL LETTER A WITH GRAVE (à - Liten latinsk bokstav a med gravis)
+sign \x00E1 12356      # LATIN SMALL LETTER A WITH ACUTE (á - Liten latinsk bokstav a med akutt)
+sign \x00E2 168        # LATIN SMALL LETTER A WITH CIRCUMFLEX (â - Liten latinsk bokstav a med cirkumfleks)
+sign \x00E3 1268       # LATIN SMALL LETTER A WITH TILDE (ã - Liten latinsk bokstav a med tilde)
+sign \x00E4 3458       # LATIN SMALL LETTER A WITH DIAERESIS (ä - Liten latinsk bokstav a med trema)
+sign \x00E5 16         # LATIN SMALL LETTER A WITH RING ABOVE (å - Liten latinsk bokstav a med ring over (liten norsk å))
+sign \x00E6 345        # LATIN SMALL LETTER AE (æ - Liten latinsk bokstav ae (liten norsk æ))
+sign \x00E7 123468     # LATIN SMALL LETTER C WITH CEDILLA (ç - Liten latinsk bokstav c med cedille)
+sign \x00E8 2346       # LATIN SMALL LETTER E WITH GRAVE (è - Liten latinsk bokstav e med gravis)
+sign \x00E9 123456     # LATIN SMALL LETTER E WITH ACUTE (é - Liten latinsk bokstav e med akutt)
+sign \x00EA 126        # LATIN SMALL LETTER E WITH CIRCUMFLEX (ê - Liten latinsk bokstav e med cirkumfleks)
+sign \x00EB 1246       # LATIN SMALL LETTER E WITH DIAERESIS (ë - Liten latinsk bokstav e med trema)
+sign \x00EC 348        # LATIN SMALL LETTER I WITH GRAVE (ì - Liten latinsk bokstav i med gravis)
+sign \x00ED 34         # LATIN SMALL LETTER I WITH ACUTE (í - Liten latinsk bokstav i med akutt)
+sign \x00EE 146        # LATIN SMALL LETTER I WITH CIRCUMFLEX (î - Liten latinsk bokstav i med cirkumfleks)
+sign \x00EF 12456      # LATIN SMALL LETTER I WITH DIAERESIS (ï - Liten latinsk bokstav i med trema)
+sign \x00F0 14568      # LATIN SMALL LETTER ETH (ð - Liten latinsk bokstav eth)
+sign \x00F1 124568     # LATIN SMALL LETTER N WITH TILDE (ñ - Liten latinsk bokstav n med tilde)
+sign \x00F2 3468       # LATIN SMALL LETTER O WITH GRAVE (ò - Liten latinsk bokstav o med gravis)
+sign \x00F3 346        # LATIN SMALL LETTER O WITH ACUTE (ó - Liten latinsk bokstav o med akutt)
+sign \x00F4 1456       # LATIN SMALL LETTER O WITH CIRCUMFLEX (ô - Liten latinsk bokstav o med cirkumfleks)
+sign \x00F5 1468       # LATIN SMALL LETTER O WITH TILDE (õ - Liten latinsk bokstav o med tilde)
+sign \x00F6 2468       # LATIN SMALL LETTER O WITH DIAERESIS (ö - Liten latinsk bokstav o med trema)
+sign \x00F7 2567       # DIVISION SIGN (÷ - Divisjonstegn)
+sign \x00F8 246        # LATIN SMALL LETTER O WITH STROKE (ø - Liten latinsk bokstav o med strek gjennom (liten norsk ø))
+sign \x00F9 234568     # LATIN SMALL LETTER U WITH GRAVE (ù - Liten latinsk bokstav u med gravis)
+sign \x00FA 23456      # LATIN SMALL LETTER U WITH ACUTE (ú - Liten latinsk bokstav u med akutt)
+sign \x00FB 156        # LATIN SMALL LETTER U WITH CIRCUMFLEX (û - Liten latinsk bokstav u med cirkumfleks)
+sign \x00FC 1256       # LATIN SMALL LETTER U WITH DIAERESIS (ü - Liten latinsk bokstav u med trema)
+sign \x00FD 12346      # LATIN SMALL LETTER Y WITH ACUTE (ý - Liten latinsk bokstav y med akutt)
+sign \x00FE 12468      # LATIN SMALL LETTER THORN (þ - Liten latinsk bokstav thorn)
+sign \x00FF 12568      # LATIN SMALL LETTER Y WITH DIAERESIS (ÿ - Liten latinsk bokstav y med trema)
+noback sign \x25CF 35  # 9679 BLACK CIRCLE (●)
+ISO8859-1
+.a3p2
+.anti1
+.a1n
+.a2n1t
+.a1nti3m2n
+.anti1m
+.bio1
+.1b
+.1c2
+.ca4p3s2
+.ca1p
+.circu2m1
+.ci1r
+.1ci2r1c
+.1d2
+.di2s3cine
+.di1s2
+.dis1c
+.disci1n
+.fra2n2k3
+.1f
+.f2r
+.fra1n
+.free3
+.narco1
+.1n
+.na1r
+.na2r1c
+.opto1
+.o1p
+.o2p1t
+.orto3p2
+.o1r
+.o2r1t
+.para1
+.1p
+.pa1r
+.1poli3p2
+.po1l
+.pre1
+.p2r
+.2p2s2
+.sha2re3
+.1s2
+.s1h
+.sha1r
+.tran2s3c
+.1t
+.t2r
+.tra1n
+.tra2n1s2
+.tran2s3d
+.tran2s3f
+.tran2s3l
+.tra1n2s3n
+.tran2s3p
+.t1ran2s3r
+.1tran2s3t
+.su2b3lu
+.su1b
+.sub2l
+.su2b3r
+.wa2g3n
+.1w
+.wa1g
+.we2l2t1
+.we1l
+a1ia
+a1ie
+a1io
+a1iu
+a1uo
+a1ya
+2a2t.
+a1t
+e1iu
+e2w
+o1ia
+o1ie
+o1io
+o1iu
+'2
+1b
+2b1b
+2b1c
+2b1d
+2b1f
+2b1m
+2b1n
+2b1p
+2b1s2
+2b1t
+2b1v
+b2l
+b2r
+2b.
+2b'.
+b'2
+2b'2'2
+1c
+2c1b
+2c1c
+2c1d
+2c1f
+2c1k
+2c1m
+2c1n
+2c1q
+2c1s2
+2c1t
+2c1z
+c2h
+2c2h1h
+2c2h1b
+c2h2r
+2c2h1n
+c2l
+c2r
+2c.
+2c'.
+c'2
+2c'2'2
+1d
+2d1b
+2d1d
+2d1g
+2d1l
+2d1m
+2d1n
+2d1p
+d2r
+2d1s2
+2d1t
+2d1v
+2d1w
+2d.
+2d'.
+d'2
+2d'2'2
+1f
+2f1b
+2f1g
+2f1f
+2f1n
+f2l
+f2r
+2f1s2
+2f1t
+2f.
+2f'.
+f'2
+2f'2'2
+1g
+2g1b
+2g1d
+2g1f
+2g1g
+g2h
+g2l
+2g1m
+g2n
+2g1p
+g2r
+2g1s2
+2g1t
+2g1v
+2g1w
+2g1z
+2gh2t
+2g.
+2g'.
+g'2
+2g'2'2
+1h
+2h1b
+2h1d
+2h1h
+hi3p2n
+hi1p
+h2l
+2h1m
+2h1n
+2h1r
+2h1v
+2h.
+2h'.
+h'2
+2h'2'2
+1j
+2j.
+2j'.
+j'2
+2j'2'2
+1k
+2k1g
+2k1f
+k2h
+2k1k
+k2l
+2k1m
+k2r
+2k1s2
+2k1t
+2k.
+2k'.
+k'2
+2k'2'2
+1l
+2l1b
+2l1c
+2l1d
+2l3f2
+2l1g
+l2h
+2l1k
+2l1l
+2l1m
+2l1n
+2l1p
+2l1q
+2l1r
+2l1s2
+2l1t
+2l1v
+2l1w
+2l1z
+2l.
+2l'.
+l'2
+2l'2'2
+1m
+2m1b
+2m1c
+2m1f
+2m1l
+2m1m
+2m1n
+2m1p
+2m1q
+2m1r
+2m1s2
+2m1t
+2m1v
+2m1w
+2m.
+2m'.
+m'2
+2m'2'2
+1n
+2n1b
+2n1c
+2n1d
+2n1f
+2n1g
+2n1k
+2n1l
+2n1m
+2n1n
+2n1p
+2n1q
+2n1r
+2n1s2
+2n1t
+2n1v
+2n1z
+1n2g3n
+2nhei2t.
+n1h
+nhei1t
+2n.
+2n'2
+2n'2'2
+1p
+2p1d
+p2h
+p2l
+2p1n
+3p2ne
+2p1p
+p2r
+2p1s2
+3p2si1c
+2p1t
+2p1z
+2p.
+2p'.
+p'2
+2p'2'2
+1q
+2q1q
+2q.
+2q'.
+q'2
+2q'2'2
+1r
+2r1b
+2r1c
+2r1d
+2r1f
+r2h
+2r1g
+2r1k
+2r1l
+2r1m
+2r1n
+2r1p
+2r1q
+2r1r
+2r1s2
+2r1t
+r2t2s3
+2r1v
+2r1x
+2r1w
+2r1z
+2r.
+2r'.
+r'2
+2r'2'2
+1s2
+2s2h1m
+s1h
+2s3s2
+s4s3m
+2s3p2n
+s1p
+2s2t1b
+s1t
+2s2t1c
+2s2t1d
+2s2t1f
+2s2t1g
+2s2t1m
+2s2t1n
+2s2t1p
+2s2t1s2
+2s2t1t
+2s2t1v
+2s1z
+4s.
+4s'.
+s'2
+4s'2'2
+1t
+2t1b
+2t1c
+2t1d
+2t1f
+2t1g
+t2h
+t2l
+2t1m
+2t1n
+2t1p
+t2r
+2t1s2
+3t2sc2h
+ts1c
+2t1t
+2t1v
+2t1w
+t2z
+2tz1k
+2t2z1s2
+2t.
+2t'.
+t'2
+2t'2'2
+1v
+2v1c
+v2l
+v2r
+2v1v
+2v.
+2v'.
+v'2
+2v'2'2
+1w
+w2h
+wa2r
+2w1y
+2w.
+2w'.
+w'2
+2w'2'2
+1x
+2x1t
+2x1w
+2x.
+2x'.
+x'2
+2x'2'2
+y1ou
+y1i
+1z
+2z1b
+2z1d
+2z1l
+2z1n
+2z1p
+2z1t
+2z1s2
+2z1v
+2z1z
+2z.
+2z'.
+z'2
+2z'2'2
+.1z2
+#-index-name: Oriya
+#-display-name: Oriya braille
+
+#+locale:or
+#+type:literary
+#+grade:1
+
+# TODO: Please correct the metadata above. It is not meant to be
+# accurate nor complete. It hasn't been verified by the table
+# author yet. It is merely an attempt by the liblouis maintainers
+# to get some sensible initial values in place.
+
+# TODO: Please add a reference to official documentation about
+# the implemented braille code. Preferably submit the documents
+# to https://github.com/liblouis/braille-specs.
+
+include or-in-g1.utb
+include braille-patterns.cti
+#
+# Copyright (C) 1995-2008 by The BRLTTY Developers.
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+
+# This text subtable defines braille representations for the chess figures in
+# terms of the letters that are used for them in the German language.
+
+# See: http://en.wikipedia.org/wiki/Chess_symbols_in_Unicode
+
+# generated by ttbtest
+punctuation \x2654 137		WHITE CHESS KING
+punctuation \x2655 1457		WHITE CHESS QUEEN
+punctuation \x2656 23457		WHITE CHESS ROOK
+punctuation \x2657 1237		WHITE CHESS BISHOP
+punctuation \x2658 2347		WHITE CHESS KNIGHT
+punctuation \x2659 127		WHITE CHESS PAWN
+punctuation \x265a 13		BLACK CHESS KING
+punctuation \x265b 145		BLACK CHESS QUEEN
+punctuation \x265c 2345		BLACK CHESS ROOK
+punctuation \x265d 123		BLACK CHESS BISHOP
+punctuation \x265e 234		BLACK CHESS KNIGHT
+punctuation \x265f 12		BLACK CHESS PAWN
+#sot#1#Sotho Uncontracted#za#
+# liblouis: Afrikaans Braille Code (Grade 1)
+#
+# Copyright (C) 2014, Greg Kearney <gkearney@gmail.com>
+#
+# Based on English UEB Grade 1
+#
+# Used to display symbols, Unicode chars and other symbols used throughout UEB code.
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+
+include en-ueb-g1.ctb
+
+# Sotho specific
+
+uplow	Êê	45-15
+uplow	Òò	45-135
+uplow	Šš	4-234
+# -----------
+#-index-name: Mongolian, uncontracted
+#-display-name: Mongolian uncontracted braille
+#
+#+locale:mn
+#+type:literary
+#+contraction:no
+#+dots:8
+#
+# TODO: Please correct the metadata above. It is not meant to be
+# accurate nor complete. It hasn't been verified by the table
+# author yet. It is merely an attempt by the liblouis maintainers
+# to get some sensible initial values in place.
+#
+# TODO: Please add a reference to official documentation about
+# the implemented braille code. Preferably submit the documents
+# to https://github.com/liblouis/braille-specs.
+# -----------
+#
+# Copyright (C) 2015  Tsengel Maidar Innovation Development center of the blind at idcbinnovation@gmail.com
+# Copyright (C) 2018 Tsengel Maidar EBraillesoftLLC
+# Copyright (C) 2017, 2018, 2019 Angaragerdene at angaragerdene.b@gmail.com
+
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+#
+
+# This table contains braille codes and rules for Mongolian script.
+# Contributors: Dipendra Manocha, Sreeja, Tsengel, Angaragerdene
+# To report any bugs or any suggestion, please write to tsengel.braille.dev@gmail.com and angaragerdene.b@gmail.com
+
+include mn-MN-common.cti
+include en-ueb-g1.ctb
+
+	
+# Multiple Blank, Tab, etc. Suppression Table
+
+#  Based on the Linux screenreader BRLTTY, copyright (C) 1999-2006 by
+#  The BRLTTY Team
+#
+#  Copyright (C) 2004-2006 ViewPlus Technologies, Inc. www.viewplus.com
+#  Copyright (C) 2004-2006 JJB Software, Inc. www.jjb-software.com
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+
+space \s 0 blank
+space \t 9 tab
+space \x000a 0 newline
+space \x000c 0
+space \x000d 0 carriage return
+space \x001b 1b escape character for html back-translation
+space \x00A0 a NO-BREAK SPACE <noBreak> 0020 NON-BREAKING SPACE 
+
+# Sequences which should be represented by blank spaces
+repeated \s 0
+repeated \t 0
+
+# cut down lines of hyphens, underscores, etc.
+repeated --- 36
+repeated ___ 456
+repeated === 123456
+
+#pass2 `$s1-10 ?
+#pass2 $s1-10 @0
+
+# liblouis: International Phonetic Alphabet
+
+# Copyright (C) 2016 Ludovic Oger <oger.ludovic@gmail.com>
+
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+
+
+
+# This table contains braille codes for a part of the International Phonetic Alphabet (IPA, 2005).
+# WARNING! The IPA symbols in this table might conflict with other tables. (e.g. conflict: θ
+#          (Unicode 03B8) is the greek letter theta, french braille code is different between greek
+#          and phonetic)
+# WARNING! This table is not intended to be included in other tables. The symbol definitions that
+#          are safe to include in other tables are collected in IPA-unicode-range.uti.
+
+
+# --------REFERENCES--------
+#   - IPA Braille: An Updated Tactile Representation of the International Phonetic Alphabet
+#     Print Edition
+#     Edited by Robert Englebretson, Ph.D.
+#     Produced by CNIB
+#     For the International Council on English Braille - 2008
+#     <http://www.iceb.org/icebipa.htm>
+#     (this reference document is reprinted in 'World Braille Usage - Third Edition - 2013 - Copyright (C) 1954, 1990 UNESCO')
+#
+#   - "IPA Chart, http://www.internationalphoneticassociation.org/content/ipa-chart,
+#      available under a Creative Commons Attribution-Sharealike 3.0 Unported License.
+#      Copyright (C) 2015 International Phonetic Association."
+
+
+#--------NOTES--------
+# This table includes:
+#   - Symbols defined in IPA-unicode-range.uti
+#   - Characters include in latinLetterDef6Dots.uti table (a, b, c...). 
+#   - Some current symbols (e.g. point '.')
+#   - 'Phonetic and Phonemic Enclosures'
+# Some lines are commented for reference:
+#   - Tricky character compositions, see end of 'Tones and Word Accents'
+# Some IPA unicode symbols are not present in the reference document so there is no braille equivalent.
+#   Example: \x02D4 for 'MODIFIER LETTER UP TACK',
+#            see <http://unicode.org/cldr/utility/list-unicodeset.jsp?a=\p{subhead=Miscellaneous%20phonetic%20modifiers}>
+
+
+# Last updated on January 23, 2018
+
+# IPA symbols that do not conflict with other tables
+include IPA-unicode-range.uti
+
+#--------PULMONIC CONSONANTS--------
+# UNICODE DOTS          # GLYPH - TYPOGRAPHIC DESC. - ARTICULATORY DESC.
+sign \x0070 1234        # p - lowercase p - voiceless bilabial plosive
+sign \x0062 12          # b - lowercase b - voiced bilabial plosive
+sign \x0074 2345        # t - lowercase t - voiceless alveolar plosive
+sign \x0064 145         # d - lowercase d - voiced alveolar plosive
+sign \x0063 14          # c - lowercase c - voiceless palatal plosive
+sign \x006B 13          # k - lowercase k - voiceless velar plosive
+sign \x0067 1245        # g - lowercase g - voiced velar plosive (alternate glyph)
+sign \x0071 12345       # q - lowercase q - voiceless uvular plosive
+sign \x006D 134         # m - lowercase m - voiced bilabial nasal
+sign \x006E 1345        # n - lowercase n - voiced alveolar nasal
+sign \x0072 1235        # r - lowercase r - voiced alveolar trill
+sign \x2C71 235-1236    #  (UTF-16) - right-hook v - labiodental flap
+sign \xF25F 235-1236    #  (UTF-16) - right-hook v - labiodental flap
+sign \x03B2 46-12       # β - beta - voiced bilabial fricative (WARNING: greek letter)
+sign \x0066 124         # f - lowercase f - voiceless labiodental fricative
+sign \x0076 1236        # v - lowercase v - voiced labiodental fricative
+sign \x03B8 46-1456     # θ - theta - voiceless dental fricative (WARNING: greek letter)
+sign \x0073 234         # s - lowercase s - voiceless alveolar fricative
+sign \x007A 1356        # z - lowercase z - voiced alveolar fricative
+sign \x00E7 235-14      # ç - c cedilla - voiceless palatal fricative
+sign \x0078 1346        # x - lowercase x - voiceless velar fricative
+sign \x03C7 46-12346    # χ - chi - voiceless uvular fricative (WARNING: greek letter)
+sign \x0068 125         # h - lowercase h - voiceless glottal fricative
+sign \x006A 245         # j - lowercase j - voiced palatal approximant
+sign \x006C 123         # l - lowercase l - voiced alveolar lateral approximant
+
+
+#--------OTHER PULMONIC CONSONANTS--------
+# UNICODE DOTS          # GLYPH - TYPOGRAPHIC DESC. - ARTICULATORY DESC.
+sign \x0077 2456        # w - lowercase w - voiced labial-velar approximant
+
+
+#--------VOWELS--------
+# UNICODE DOTS          # GLYPH - TYPOGRAPHIC DESC. - ARTICULATORY DESC.
+sign \x0069 24          # i - lowercase i - close front unrounded vowel
+sign \x0065 15          # e - lowercase e - close-mid front unrounded vowel
+sign \x0061 1           # a - lowercase a - open front unrounded vowel
+sign \x006F 135         # o - lowercase o - close-mid back rounded vowel
+sign \x0075 136         # u - lowercase u - close back rounded vowel
+sign \x0079 13456       # y - lowercase y - close front rounded vowel
+sign \x00F8 1256        # ø - slashed o - close-mid front rounded vowel
+sign \x0153 246         # œ - lowercase o-e ligature - open-mid front rounded vowel
+sign \x00E6 146         # æ - ash - near-open front unrounded vowel
+
+
+#--------SUPRASEGMENTALS--------
+# UNICODE DOTS          # GLYPH - TYPOGRAPHIC DESC. - ARTICULATORY DESC.
+sign \x002E 3           # . - full stop - syllable break
+sign \x007C 456-1256    # | - vertical line - minor (foot) group
+
+#--------TONES AND WORD ACCENTS--------
+# UNICODE DOTS          # GLYPH - TYPOGRAPHIC DESC. - ARTICULATORY DESC.
+#   The following lines seems tricky (https://en.wikipedia.org/wiki/Tone_letter)
+#   sign \x02E9 + \x02E5 456-34 # ˩˥ - rising (15) tone bar - rising contour tone
+#   sign \x02E9 + \x02E7 456-35 # ˩˧ - low-rising (13) tone bar - low-rising contour tone
+#   sign \x02E7 + \x02E5 456-24 # ˧˥ - high-rising (35) tone bar - high-rising contour tone
+#   sign \x02E5 + \x02E9 456-16 # ˥˩ - falling (51) tone bar - falling contour tone
+#   sign \x02E8 + \x02E5 + \x02E8 456-256 # ˨˥˨ - rising-falling (151) tone bar - rising-falling contour tone
+
+#--------PHONETIC AND PHONEMIC ENCLOSURES--------
+sign \x005B 45-12356    # [ - left square bracket - begin phonetic transcription
+sign \x005D 45-23456    # ] - right square bracket - end phonetic transcription
+sign \x002F 45-34       # / - slash - begin/end phonemic transcription
+# liblouis: Portuguese Grade 2 Braille Contraction Table
+#
+#  Copyright (C) 2009 Carlos Ferreira <cferreira9886@gmail.com>
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 3 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+
+include pt-pt-g1.utb
+
+word actividade 1-2345-1236-145
+word actividades 1-2345-1236-145-234
+word agora 1245
+midword airr 1-24-1235-1235
+endword al 13
+begmidword alb 13-12
+begmidword alc 13-14
+midword alcont 13-25-2345
+begmidword ald 13-145
+endword aldade 13-46-145
+endword aldades 13-46-145-234
+begmidword alf 13-124
+begmidword alfr 13-16
+begmidword alg 13-1245
+word algum 1-1245
+word alguma 1-1245-1
+word algumas 1-1245-146
+word alguns 1-1245-234
+word aliás 1-12356
+begmidword alj 13-245
+begmidword alm 13-134
+endword almente 13-56-134
+midword aln 13-1345
+begmidword alp 13-1234
+begmidword alqu 13-12345
+midword alr 13-1235
+begmidword als 13-234
+begmidword alt 13-2345
+begmidword altr 13-356
+begmidword alv 13-1236
+begmidword alz 13-1356
+begmidword alç 13-12346
+word além 1-123456
+begmidword amb 345-12
+begmidword ambr 345-23
+begmidword amp 345-1234
+begmidword ampl 345-1246
+midword ampr 345-235
+begmidword anc 2-14
+begmidword and 2-145
+endword andade 2-46-145
+endword andades 2-46-145-234
+begmidword anf 2-124
+begmidword anfr 2-16
+begmidword ang 2-1245
+begmidword angr 2-12456
+begmidword anj 2-245
+begmidword anqu 2-12345
+begmidword ans 2-234
+begmidword ant 2-2345
+word ante 2456
+begword ante 2456
+endword ante 2456
+word antes 2456-234
+endword antes 2456-234
+endword anticamente 2-5-2345-56-134
+begmidword antr 2-356
+begmidword anz 2-1356
+midword anç 2-12346
+word apenas 1-1234-1345
+word aquela 1-12345-1
+word aquelas 1-12345-146
+word aquele 1-12345-15
+word aqueles 1-12345-156
+endword ar 4
+midword arb 4-12
+midword arc 4-14
+midword ard 4-145
+midword arf 4-124
+midword arg 4-1245
+endword arica 1-5-1235
+endword aricamente 1-5-1235-56-134
+endword aricas 1-5-1235-234
+endword arico 1-4-1235
+endword aricos 1-4-1235-234
+midword arj 4-245
+midword arl 4-123
+midword arm 4-134
+endword armente 4-56-134
+midword arn 4-1345
+midword arp 4-1234
+midword arqu 4-12345
+midword arr 4-1235
+endword arrica 4-5-1235
+endword arricas 4-5-1235-234
+endword arrico 1-1235-4-1235
+endword arricos 1-1235-4-1235-234
+midword ars 4-234
+midword art 4-2345
+midword artr 4-356
+midword arv 4-1236
+midword arx 4-1346
+midword arz 4-1356
+midword arç 4-12346
+word as 146
+endword as 146
+midword asb 146-12
+begmidword asc 146-14
+midword asconc 146-25-14 
+begword asd 146-145
+begmidword asf 146-124
+midword asg 146-1245
+midword asl 146-123
+begmidword asm 146-134
+endword asmente 146-56-134
+begmidword asn 146-1345
+begmidword asp 146-1234
+begmidword asqu 146-12345
+begmidword ass 146-234
+begmidword ast 146-2345
+endword astica 146-5-2345
+endword asticamente 146-5-2345-56-134
+endword asticas 146-5-2345-234
+endword astico 146-4-2345
+begmidword astr 146-356
+midword asç 146-12346
+word através 1-356-1236
+word base 12-15
+word bases 12-156
+word bem 12
+word bens 12-234
+begmidword br 23
+word braille 23-123
+word cada 14-145
+word campo 14-135
+word campos 14-13456
+word capaz 14-1356
+word capazes 14-1356-234
+word casa 14-234-1
+word casas 14-234-146
+word caso 14-234
+word casos 14-234-234
+word cega 14-1245-1
+word cegas 14-1245-146
+word cego 14-1245
+word cegos 14-1245-234
+word coisa 14-1
+word coisas 14-146
+word com 14
+word como 14-134
+begmidword conc 25-14
+begmidword cond 25-145
+word condições 25-145-234
+word condição 25-145
+begmidword conf 25-124
+begmidword confr 25-16
+begmidword cong 25-1245
+begmidword congr 25-12456
+begmidword conj 25-245
+begmidword conl 25-123
+begword conn 25-1345
+begmidword conqu 25-12345
+begmidword cons 25-234
+begmidword cont 25-2345
+begmidword contr 25-356
+begmidword conv 25-1236
+word corpo 14-1234
+word corpos 14-1234-234
+endword dade 46-145
+endword dades 46-145-234
+word de 145
+word depois 145-1234
+word desde 145-145
+word deseja 145-245-1
+word desejas 145-245-146
+word desejo 145-245
+word desejos 145-245-234
+begword dextr 145-1346-356
+word diferente 145-124-1235-2345
+word diferentes 145-124-1235-2345-234
+word diferença 145-124-1235
+word diferenças 145-124-1235-234
+word dificuldade 145-124-145
+word dificuldades 145-124-145-234
+word difíceis 145-124-234
+word difícil 145-124
+word diversa 145-1236-1
+word diversas 145-1236-146
+word diverso 145-1236
+word diversos 145-1236-234
+word efeito 15-124
+word efeitos 15-124-234
+word eira 5-15
+endword eira 5-15
+endword eiramente 5-15-56-134
+word eiras 5-15-234
+endword eiras 5-15-234
+endword eiro 4-15
+endword eiros 4-15-234
+word ele 123
+word eles 123-234
+endword em 256
+begmidword emb 256-12
+word embora 256-12
+begmidword embr 256-23
+begmidword emp 256-1234
+begmidword empl 256-1246
+begmidword empr 256-235
+begmidword enc 26-14
+begmidword encontr 26-25-356
+word encontrem 26-25-356-15-134
+begmidword end 26-145
+begmidword enf 26-124
+begmidword enfr 26-16
+begmidword eng 26-1245
+begmidword engr 26-12456
+begmidword enj 26-245
+begmidword enl 26-123
+begmidword enqu 26-12345
+word enquanto 26-12345-2345
+begmidword enr 26-1235
+always ens 26-234
+begmidword ent 26-2345
+endword entica 26-5-2345
+endword enticamente 26-5-2345-56-134
+endword enticas 26-5-2345-234
+endword entico 26-4-2345
+begmidword entr 26-356
+word entre 26-15
+word entrem 26-356-15-134
+begmidword env 26-1236
+begmidword enx 26-1346
+begmidword enz 26-1356
+midword enç 26-12346
+midword erb 236-12
+midword erc 236-14
+midword ercont 236-25-2345
+midword ercontr 236-25-356
+midword erd 236-145
+endword erdade 236-46-145
+endword erdades 236-46-145-234
+midword erf 236-124
+midword erg 236-1245
+endword erica 15-5-1235
+endword ericamente 15-5-1235-56-134
+endword ericas 15-5-1235-234
+endword erico 15-4-1235
+endword ericos 15-4-1235-234
+midword erj 236-245
+midword erl 236-123
+midword erm 236-134
+endword ermenta 236-5-134
+endword ermentas 236-5-134-234
+endword ermento 236-4-134
+endword ermentos 236-4-134-234
+midword ern 236-1345
+midword erp 236-1234
+midword erpl 236-1246
+midword erpr 236-235
+midword erqu 236-12345
+midword err 236-1235
+midword ers 236-234
+midword ert 236-2345
+midword erv 236-1236
+midword erx 236-1346
+midword erz 236-1356
+midword erç 236-12346
+endword es 156
+begmidword esb 156-12
+begmidword  esbr 156-23
+begmidword esc 156-14
+midword esconc 156-25-14
+begmidword escond 156-25-145
+midword esconf 156-25-124
+midword escong 156-25-1245
+begmidword esconj 156-25-245
+midword escons 156-25-234
+midword escont 156-25-2345
+midword escontr 156-25-356
+midword esconv 156-25-1236
+midword esd 156-145
+begmidword esf 156-124
+begmidword esfr 156-16
+begmidword esg 156-1245
+begmidword esgr 156-12456
+begmidword esl 156-123
+begmidword esm 156-134
+endword esmente 156-56-134
+midword esn 156-1345
+begmidword esp 156-1234
+word especiais 15-14-2346
+word especial 15-14-123
+word especialmente 15-14-123-134
+begmidword espl 156-1246
+begmidword espr 156-235
+word espécie 15-14
+word espécies 15-14-234
+begmidword esqu 156-12345
+begmidword ess 156-234
+begmidword est 156-2345
+word esta 15-1
+word estas 15-146
+word este 15-15
+word estes 15-156
+endword estica 156-5-2345
+endword esticamente 156-5-2345-56-134
+endword esticas 156-5-2345-234
+endword estico 156-4-2345
+endword esticos 156-4-2345-234
+begmidword estr 156-356
+begmidword esv 156-1236
+midword esç 156-12346
+endword eu 5
+midword eub 5-12
+midword euc 5-14
+midword eud 5-145
+midword euf 5-124
+midword eug 5-1245
+midword euj 5-245
+midword eul 5-123
+midword eum 5-134
+midword eun 5-1345
+midword eup 5-1234
+midword euqu 5-12345
+midword eur 5-1235
+midendword eus 5-234
+midword eut 5-2345
+midword eutr 5-356
+midword euv 5-1236
+word evidência 15-1236-14
+word evidências 15-1236-14-234
+begword exc 1346-14   *1
+word exemplo 15-1246
+word exemplos 15-1246-234
+begword exp 1346-1234   *2
+word experiência 1346-1234-14
+word experiências 1346-1234-14-234
+begword expl 1346-1246   *3
+begword expr 1346-235   *4
+begmidword ext 1346-2345
+begmidword extr 1346-356
+word facto 124-2345
+word factos 124-2345-234
+word fica 5-124
+endword fica 5-124
+endword ficamente 5-124-56-134
+word ficas 5-124-234
+endword ficas 5-124-234
+word fico 4-124
+endword fico 4-124
+endword ficos 4-124-234
+word filha 124-125-1
+word filhas 124-125-146
+word filho 124-125
+word filhos 124-125-234
+word fim 124
+word fins 124-234
+word fora 124-1
+word forma 124-134
+word formas 124-134-234
+word formações 124-134-12346-234
+word formação 124-134-12346
+word força 124-135
+word forças 124-135-234
+begmidword fr 16
+midword frâ 124-1235-16
+word fáceis 124-14-234
+word fácil 124-14
+word fundamentais 124-145-134-2345-2346
+word fundamental 124-145-134-2345-123  
+endword gica 5-1245
+endword gicamente 5-1245-56-134
+endword gicas 5-1245-234
+endword gico 4-1245
+endword gicos 4-1245-234
+word governa 1245-1236-1345-1
+word governas 1245-1236-1345-146
+word governo 1245-1236-1345
+word governos 1245-1236-1345-234
+begmidword gr 12456
+word grupo 12456-1234
+word grupos 12456-1234-234
+word hoje 125-245
+word homem 125-134
+word homens 125-134-234
+word ideia 24-145
+word ideias 24-145-234
+endword im 246
+begmidword imb 246-12
+begmidword imbr 246-23
+word imediata 24-134-1
+word imediatamente 24-134-134
+word imediatas 24-134-146
+word imediato 24-134
+word imediatos 24-134-234
+begmidword imp 246-1234
+begmidword impl 246-1246
+begmidword impr 246-235
+begword inexc 24-1345-1346-14
+begword inexp 24-1345-1346-1234
+begword inexpl 24-1345-1346-1246
+begword inexpr 24-1345-1346-235
+begword inext 24-1345-1346-2345
+begword inextr 24-1345-1346-356
+endword ir 46
+midword irb 46-12
+midword irc 46-14
+midword irg 46-1245
+endword irica 24-5-1235
+endword iricamente 24-5-1235-56-134
+endword iricas 24-5-1235-234
+endword irico 24-4-1235
+endword iricos 24-4-1235-234
+midword irl 46-123
+midword irm 46-134
+midword irn 46-1345
+midword irp 46-1234
+midword irr 46-1235
+midword irs 46-234
+midword irt 46-2345
+midword irv 46-1236
+endword is 2346
+midword isb 2346-12
+begmidword isc 2346-14
+midword iscond 2346-25-145
+midword iscons 2346-25-234
+midword isf 2346-124
+midword isfr 2346-16
+midword isg 2346-1245
+midword isj 2346-245
+begmidword isl 2346-123
+begmidword ism 2346-134
+midword isn 2346-1345
+midword isp 2346-1234
+midword ispl 2346-1246
+begmidword isqu 2346-12345
+begmidword isr 2346-1235
+begmidword iss 2346-234
+begmidword ist 2346-2345
+endword isticamente 2346-5-2345-56-134
+word isto 24-2345
+midword istr 2346-356
+word jovem 245-1236
+word jovens 245-1236-234
+word já 245
+word juízo 245-1356
+word juízos 245-1356-234
+word lado 123-145
+word lados 123-145-234
+midword lh 125
+word lhe 125-15
+word lhes 125-156
+endword loga 5-123
+endword logamente 5-123-56-134
+endword logas 5-123-234
+word logo 4-123
+endword logo 4-123
+endword logos 4-123-234
+word longa 123-1245-1
+word longas 123-1245-146
+word longo 123-1245
+word longos 123-1245-234
+word lugar 123-1235
+word lugares 123-1235-234
+word maior 1235
+word maiores 1235-234
+word materiais 134-2345-1235-2346
+word material 134-2345-1235-123
+word matéria 134-2345-1235
+word matérias 134-2345-1235-234
+word me 134
+word melhor 134-1235
+word melhores 134-1235-234
+word menos 134-1345
+word menta 5-134
+endword menta 5-134
+endword mentas 5-134-234
+word mente 56-134
+endword mente 56-134
+word mentes 56-134-234
+endword mentes 56-134-234
+word mento 4-134
+endword mento 4-134
+word mentos 4-134-234
+endword mentos 4-134-234
+word moda 134-145-1
+word modas 134-145-146
+word modo 134-145
+word modos 134-145-234
+word movimenta 134-1236-134-2345-1
+word movimentas 134-1236-134-2345-146
+word movimento 134-1236-134-2345
+word movimentos 134-1236-134-2345-234
+word muita 134-2345-1
+word muitas 134-2345-146
+word muito 134-2345
+word muitos 134-2345-234
+word mulher 134-125
+word mulheres 134-125-234
+word número 1345-1235
+word números 1345-1235-234
+word nada 1345-145
+word nadas 1345-145-234
+word naturais 1345-2345-2346
+word natural 1345-2345-123
+word natureza 1345-2345-1356
+word naturezas 1345-2345-1356-234
+word necessariamente 1345-14-1235-134
+word necessidade 1345-14-145
+word necessidades 1345-14-145-234
+word necessária 1345-14-1235-1
+word necessárias 1345-14-1235-146
+word necessário 1345-14-1235
+word necessários 1345-14-1235-234
+word nenhum 1345-1345
+word nenhuma 1345-1345-1
+word nenhumas 1345-1345-146
+word nenhuns 1345-1345-234
+midword nh 2356
+word nica 5-1345
+endword nica 5-1345
+endword nicamente 5-1345-56-134
+word nicas 5-1345-234
+endword nicas 5-1345-234
+word nico 4-1345
+endword nico 4-1345
+word nicos 4-1345-234
+endword nicos 4-1345-234
+word não 1345
+word nossa 1345-234-1
+word nossas 1345-234-146
+word nosso 1345-234
+word nossos 1345-234-234
+word nova 1345-1236-1
+word novas 1345-1236-146
+word novo 1345-1236
+word novos 1345-1236-234
+word numa 1345-134
+word numas 1345-134-234
+word nunca 1345-14
+word objecta 135-245-2345-1
+word objectas 135-245-2345-146
+word objectiva 135-245-2345-1236-1
+word objectivas 135-245-2345-1236-146
+word objectivo 135-245-2345-1236
+word objectivos 135-245-2345-1236-234
+word objecto 135-245-2345
+word objectos 135-245-2345-234
+word observações 135-12-1236-12346-234
+word observação 135-12-1236-12346
+word onde 135-15
+word opiniões 135-1234-234
+word opinião 135-1234
+endword or 56
+midword orb 56-12
+midword orc 56-14
+midword ord 56-145
+word ordem 135-145
+word ordens 135-145-234
+midword orf 56-124
+midword org 56-1245
+endword orica 135-5-1235
+endword oricamente 135-5-1235-56-134
+endword oricas 135-5-1235-234
+endword orico 135-4-1235
+endword oricos 135-4-1235-234
+midword orj 56-245
+midword orl 56-123
+midword orm 56-134
+endword ormenta 56-5-134
+endword ormentas 56-5-134-234
+endword ormento 56-4-134
+endword ormentos 56-4-134-234
+midword orn 56-1345
+midword orp 56-1234
+midword orqu 56-12345
+midword orr 56-1235
+midword ors 56-234
+midword ort 56-2345
+begmidword orv 56-1236
+midword orz 56-1356
+begmidword orç 56-12346
+word os 13456
+endword os 13456
+begmidword osc 13456-14
+midword osf 13456-124
+begmidword osg 13456-1245
+begmidword osl 13456-123
+begmidword osm 13456-134
+midword osn 13456-1345
+midword osp 13456-1234
+midword osqu 13456-12345
+begmidword oss 13456-234
+begmidword ost 13456-2345
+endword ostica 13456-5-2345
+endword osticamente 13456-5-2345-56-134
+endword osticas 13456-5-2345-234
+endword ostico 13456-4-2345
+endword osticos 13456-4-2345-234
+begmidword ostr 13456-356
+begmidword osv 13456-1236
+always ou 1256
+word outra 1256-1
+word outras 1256-146
+word outro 1256-135
+word outros 1256-13456
+word palavra 1234-1
+word palavras 1234-146
+word papel 1234-1234
+word papéis 1234-1234-234
+word para 1234-1235
+word parte 1234-15
+word partes 1234-156
+word pela 1234-123-1
+word pelas 1234-123-146
+word pelo 1234-123
+word pelos 1234-123-234
+word pensamento 1234-234-134-2345
+word pensamentos 1234-234-134-2345-234
+word pequena 1234-12345-1345-1
+word pequenas 1234-12345-1345-146
+word pequeno 1234-12345-1345
+word pequenos 1234-12345-1345-234
+begmidword pl 1246
+word ponta 1234-2345-1
+word pontas 1234-2345-146
+word ponto 1234-2345
+word pontos 1234-2345-234
+word por 1234
+word porque 1234-12345
+word portanto 1234-2345-2345
+word portugal 1234-2345-1245-123
+word portuguesa 1234-2345-1245-1
+word portuguesas 1234-2345-1245-146
+word portugueses 1234-2345-1245-234
+word português 1234-2345-1245
+word porém 1234-134
+word posições 1234-12346-234
+word posição 1234-12346
+word possibilidade 1234-12-145
+word possibilidades 1234-12-145-234
+word possíveis 1234-1236-2346
+word possível 1234-1236-123
+word pouca 1234-14-1
+word poucas 1234-14-146
+word pouco 1234-14
+word poucos 1234-14-234
+begmidword pr 235
+word própria 235-235-1
+word próprias 235-235-146
+word próprio 235-235-135
+word próprios 235-235-13456
+begword prerr 235-15-1235-1235
+word primeira 235-1235-1
+word primeiras 235-1235-146
+word primeiro 235-1235
+word primeiros 235-1235-234
+word principais 235-14-2346
+word principal 235-14-123
+word princípio 235-14
+word princípios 235-14-234
+word produções 235-145-12346-234
+word produção 235-145-12346
+word produto 235-145
+word produtos 235-145-234
+word projecta 235-245-2345-1
+word projectas 235-245-2345-146
+word projecto 235-245-2345
+word projectos 235-245-2345-234
+word propriedade 235-235-145
+word propriedades 235-235-145-234
+begword prorr 235-135-1235-1235
+word que 12345
+begmidword qu 12345
+word qualquer 12345-12345
+word quando 12345-145
+word quanta 12345-2345-1
+word quantas 12345-2345-146
+word quantidade 12345-2345-145
+word quantidades 12345-2345-145-234
+word quanto 12345-2345
+word quantos 12345-2345-234
+word quase 12345-234
+word quer 12345-1235
+word razões 1235-1356-234
+word razão 1235-1356
+begword re 3
+word realidade 1235-123-145
+word realidades 1235-123-145-234
+word realizações 1235-123-1356-12346-234
+word realização 1235-123-1356-12346
+word reencontrem 3-26-25-356-15-134
+word reentrem 3-26-356-15-134
+word relações 3-123-12346-234
+word relação 3-123-12346
+begword rend 1235-26-145
+begword renqu 1235-26-12345
+begword rent 1235-26-2345
+begword resc 1235-156-14
+begword resf 1235-156-124
+begword resfr 1235-156-16
+begword resg 1235-156-1245
+begword resm 1235-156-134
+begword resp 1235-156-1234
+word respeita 1235-1234-2345-1
+word respeitas 1235-1234-2345-146
+word respeito 1235-1234-2345
+word respeitos 1235-1234-2345-234
+begword respl 1235-156-1246
+begword resqu 1235-156-12345
+begword ress 1235-156-234
+begword rest 1235-156-2345
+begword restr 1235-156-356
+begword resv 1235-156-1236
+begword reum 1235-5-134
+word rica 5-1235
+endword rica 5-1235
+word ricamente 5-1235-56-134
+endword ricamente 5-1235-56-134
+word ricas 5-1235-234
+endword ricas 5-1235-234
+word rico 4-1235
+endword rico 4-1235
+word ricos 4-1235-234
+endword ricos 4-1235-234
+word se 234
+word seguinte 234-1245-2345
+word seguintes 234-1245-2345-234
+word segunda 234-1245-1
+word segundas 234-1245-146
+word segundo 234-1245
+word segundos 234-1245-234
+word sempre 234-1234
+word senhor 234-1235
+word senhora 234-1235-1
+word senhoras 234-1235-146
+word senhores 234-1235-234
+word sentida 234-2345-145-1
+word sentidas 234-2345-145-146
+word sentido 234-2345-145-135
+word sentidos 234-2345-145-13456
+begword sext 234-1346-2345
+word simples 234-1246
+word sistema 234-2345-134
+word sistemas 234-2345-134-234
+word sobretudo 234-2345
+word sua 234-1
+word suas 234-146
+word século 234-14-123
+word séculos 234-14-123-234
+word sujeita 234-245-2345-1
+word sujeitas 234-245-2345-146
+word sujeito 234-245-2345
+word sujeitos 234-245-2345-234
+word talvez 2345-1236
+word também 2345-12
+word tanta 2345-2345-1
+word tantas 2345-2345-146
+word tanto 2345-2345
+word tantos 2345-2345-234
+word te 2345
+word tempo 2345-1234
+word tempos 2345-1234-234
+begword text 2345-1346-2345
+endword tica 5-2345
+endword ticamente 5-2345-56-134
+endword ticas 5-2345-234
+endword tico 4-2345
+endword ticos 4-2345-234
+word toda 2345-145-1
+word todas 2345-145-146
+word todavia 2345-145-1236
+word todo 2345-145
+word todos 2345-145-234
+begmidword tr 356
+word trabalha 356-125-1
+word trabalhas 356-125-146
+word trabalho 356-125
+word trabalhos 356-125-234
+word trem 356-15-134
+word um 136
+word uma 136-1
+word umas 136-146
+word uns 136-234
+endword urica 136-5-1235
+endword uricamente 136-5-1235-56-134
+endword uricas 136-5-1235-234
+endword urico 136-4-1235
+endword uricos 136-4-1235-234
+endword urrica 136-1235-5-1235
+endword urricas 136-1235-5-1235-234
+endword urrico 136-1235-4-1235
+endword urricos 136-1235-4-1235-234
+word valor 1236-123
+word valores 1236-123-234
+word vantagem 1236-2345-1245
+word vantagens 1236-2345-1245-234
+word verdade 1236-145
+word verdadeira 1236-145-1235-1
+word verdadeiras 1236-145-1235-146
+word verdadeiro 1236-145-1235
+word verdadeiros 1236-145-1235-234
+word verdades 1236-145-234
+word vez 1236-1356
+word vezes 1236-1356-234
+word vida 1236-1
+word vidas 1236-146
+word vista 1236-2345-1
+word vistas 1236-2345-146
+word visto 1236-2345
+word vistos 1236-2345-234
+word écloga 123456-14-123-135-1245-1
+word éclogas 123456-14-123-135-1245-146
+word égloga 123456-1245-123-135-1245-1
+word églogas 123456-1245-123-135-1245-146
+endword éria 5-123456
+endword érias 5-123456-234
+endword érica 123456-5-1235
+endword éricas 123456-5-1235-234
+endword érico 123456-4-1235
+endword éricos 123456-4-1235-234
+endword ério 4-123456
+endword érios 4-123456-234
+word ária 5-12356
+endword ária 5-12356
+word árias 5-12356-234
+endword árias 5-12356-234
+endword árica 12356-5-1235
+endword áricas 12356-5-1235-234
+endword árico 12356-4-1235
+endword áricos 12356-4-1235-234
+endword ário 4-12356
+endword ários 4-12356-234
+word última 23456-2345-134-1
+word últimas 23456-2345-134-146
+word último 23456-2345-134
+word últimos 23456-2345-134-234
+endword úrica 23456-5-1235
+endword úricas 23456-5-1235-234
+endword úrico 23456-4-1235
+endword úricos 23456-4-1235-234
+endword ância 5-16
+endword âncias 5-16-234
+endword âncio 4-16
+endword ência 5-126
+endword ências 5-126-234
+endword êncio 4-126
+endword êncios 4-126-234
+endword írica 34-5-1235
+endword íricas 34-5-1235-234
+endword írico 34-4-1235
+endword íricos 34-4-1235-234
+midendword ão 3456
+endword ãos 3456-234
+endword ória 5-346
+endword órias 5-346-234
+endword órica 346-5-1235
+endword óricas 346-5-1235-234
+endword órico 346-4-1235
+endword óricos 346-4-1235-234
+endword ório 4-346
+endword órios 4-346-234
+#
+#  Copyright (C) 2010, 2011 by DocArch <http://www.docarch.be>
+#  Copyright (C) 2014, 2019 by Bert Frees
+#  Copyright (C) 2014 by CBB <http://www.cbb.nl>
+#  Copyright (C) 2015, 2016, 2018-2019 by Dedicon <http://www.dedicon.nl>
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 3 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+#
+#-------------------------------------------------------------------------------
+#
+#  Dutch Braille based on the braille standard of 2017
+#
+#     Created by Bert Frees <bertfrees@gmail.com>
+#     Modified by Henri Apperloo <h.apperloo@cbb.nl>
+#     Modified by Davy Kager <DavyKager@dedicon.nl>
+#     Modified by Paul Rambags <paulrambags@dedicon.nl>
+#
+#     See also: « Braillestandaard voor algemeen gebruik in het Nederlandse taalgebied,
+#                Van toepassing vanaf 19 april 2018 »
+#              (Braille Autoriteit, 2018)
+#               [http://liblouis.org/braille-specs/dutch][1]
+#
+# ----------------------------------------------------------------------------------------------
+
+space       \x0009        9                                       <control> HORIZONTAL TABULATION
+space       \x001B        1b                                      <control> ESCAPE
+space       \x00A0        a                                       NO-BREAK SPACE
+include spaces.uti
+
+# ----------------------------------------------------------------------------------------------
+# Unicode 0000..007F  C0 Controls and Basic Latin
+# ----------------------------------------------------------------------------------------------
+
+include latinLetterDef6Dots.uti
+
+uplow       \x00C0\x00E0  12356,12356         Àà                  LATIN CAPITAL LETTER A WITH GRAVE - LATIN SMALL LETTER A WITH GRAVE
+uplow       \x00C1\x00E1  12356,12356         Áá                  LATIN CAPITAL LETTER A WITH ACUTE - LATIN SMALL LETTER A WITH ACUTE
+uplow       \x00C2\x00E2  16,16               Ââ                  LATIN CAPITAL LETTER A WITH CIRCUMFLEX - LATIN SMALL LETTER A WITH CIRCUMFLEX
+uplow       \x00C4\x00E4  345,345             Ää                  LATIN CAPITAL LETTER A WITH DIAERESIS - LATIN SMALL LETTER A WITH DIAERESIS
+uplow       \x00C7\x00E7  12346,12346         Çç                  LATIN CAPITAL LETTER C WITH CEDILLA - LATIN SMALL LETTER C WITH CEDILLA
+uplow       \x00C8\x00E8  2346,2346           Èè                  LATIN CAPITAL LETTER E WITH GRAVE - LATIN SMALL LETTER E WITH GRAVE
+uplow       \x00C9\x00E9  123456,123456       Éé                  LATIN CAPITAL LETTER E WITH ACUTE - LATIN SMALL LETTER E WITH ACUTE
+uplow       \x00CA\x00EA  126,126             Êê                  LATIN CAPITAL LETTER E WITH CIRCUMFLEX - LATIN SMALL LETTER E WITH CIRCUMFLEX
+uplow       \x00CB\x00EB  1246,1246           Ëë                  LATIN CAPITAL LETTER E WITH DIAERESIS - LATIN SMALL LETTER E WITH DIAERESIS
+uplow       \x00CD\x00ED  34,34               Íí                  LATIN CAPITAL LETTER I WITH ACUTE - LATIN SMALL LETTER I WITH ACUTE
+uplow       \x00CE\x00EE  146,146             Îî                  LATIN CAPITAL LETTER I WITH CIRCUMFLEX - LATIN SMALL LETTER I WITH CIRCUMFLEX
+uplow       \x00CF\x00EF  12456,12456         Ïï                  LATIN CAPITAL LETTER I WITH DIAERESIS - LATIN SMALL LETTER I WITH DIAERESIS
+uplow       \x00D1\x00F1  12456,12456         Ññ                  LATIN CAPITAL LETTER N WITH TILDE - LATIN SMALL LETTER N WITH TILDE
+uplow       \x00D2\x00F2  346,346             Òò                  LATIN CAPITAL LETTER O WITH GRAVE - LATIN SMALL LETTER O WITH GRAVE
+uplow       \x00D3\x00F3  346,346             Óó                  LATIN CAPITAL LETTER O WITH ACUTE - LATIN SMALL LETTER O WITH ACUTE
+uplow       \x00D4\x00F4  1456,1456           Ôô                  LATIN CAPITAL LETTER O WITH CIRCUMFLEX - LATIN SMALL LETTER O WITH CIRCUMFLEX
+uplow       \x00D6\x00F6  246,246             Öö                  LATIN CAPITAL LETTER O WITH DIAERESIS - LATIN SMALL LETTER O WITH DIAERESIS
+uplow       \x00D9\x00F9  23456,23456         Ùù                  LATIN CAPITAL LETTER U WITH GRAVE - LATIN SMALL LETTER U WITH GRAVE
+uplow       \x00DA\x00FA  23456,23456         Úú                  LATIN CAPITAL LETTER U WITH ACUTE - LATIN SMALL LETTER U WITH ACUTE
+uplow       \x00DB\x00FB  156,156             Ûû                  LATIN CAPITAL LETTER U WITH CIRCUMFLEX - LATIN SMALL LETTER U WITH CIRCUMFLEX
+uplow       \x00DC\x00FC  1256,1256           Üü                  LATIN CAPITAL LETTER U WITH DIAERESIS - LATIN SMALL LETTER U WITH DIAERESIS
+uplow       \x1E9E\x00DF  2346,2346           ẞß                  LATIN CAPITAL LETTER SHARP S - LATIN SMALL LETTER SHARP S
+
+
+punctuation \x0021        235                 !                   EXCLAMATION MARK
+punctuation \x0022        2356                "                   QUOTATION MARK
+sign        \x0023        5-3456              #                   NUMBER SIGN
+sign        \x0024        145                 $                   DOLLAR SIGN
+sign        \x0025        123456              %                   PERCENT SIGN
+sign        \x0026        12346a              &                   AMPERSAND
+punctuation \x0027        3                   '                   APOSTROPHE
+punctuation \x0028        236                 (                   LEFT PARENTHESIS
+punctuation \x0029        356                 )                   RIGHT PARENTHESIS
+sign        \x002A        35                  *                   ASTERISK
+math        \x002B        235a                +                   PLUS SIGN
+punctuation \x002C        2                   ,                   COMMA
+punctuation \x002D        36                  -                   HYPHEN-MINUS
+punctuation \x002E        256                 .                   FULL STOP
+math        \x002F        34                  /                   SOLIDUS
+
+include digits6Dots.uti
+include litdigits6Dots.uti
+
+punctuation \x003A        25                  :                   COLON
+punctuation \x003B        23                  ;                   SEMICOLON
+math        \x003C        5-246               <                   LESS-THAN SIGN
+math        \x003D        2356                =                   EQUALS SIGN
+math        \x003E        5-135               >                   GREATER-THAN SIGN
+punctuation \x003F        26                  ?                   QUESTION MARK
+sign        \x0040        345                 @                   COMMERCIAL AT
+punctuation \x005B        12356               [                   LEFT SQUARE BRACKET
+sign        \x005C        5-16                \                   REVERSE SOLIDUS
+punctuation \x005D        23456               ]                   RIGHT SQUARE BRACKET
+sign        \x005E        346                 ^                   CIRCUMFLEX ACCENT
+sign        \x005F        456                 _                   LOW LINE
+punctuation \x0060        3                   `                   GRAVE ACCENT
+sign        \x007C        1456                |                   VERTICAL LINE
+sign        \x007B        5-12356             {                   LEFT CURLY BRACKET
+sign        \x007D        5-23456             }                   RIGHT CURLY BRACKET
+math        \x007E        5-26                ~                   TILDE
+
+
+# ----------------------------------------------------------------------------------------------
+# Unicode 0080..00FF  C1 Controls and Latin-1 Supplement
+# ----------------------------------------------------------------------------------------------
+
+sign        \x0080        15                  €                   <control> - ANSI: EURO-CURRENCY SIGN - MACROMAN: A DIAERESIS
+punctuation \x0082        3                   ‚                   <control> BREAK PERMITTED HERE - ANSI: SINGLE LOW-9 QUOTATION MARK - MACROMAN: C CEDILLA
+punctuation \x0084        2356                „                   <control> - ANSI: DOUBLE LOW-9 QUOTATION MARK - MACROMAN: N TILDE
+punctuation \x0085        256-256-256         …                   <control> NEXT LINE (NEL) - ANSI: HORIZONTAL ELLIPSIS - MACROMAN: O DIAERESIS
+sign        \x0086        235                 †                   <control> START OF SELECTED AREA - ANSI: DAGGER - MACROMAN: U DIAERESIS
+punctuation \x0088        34                  ˆ                   <control> CHARACTER TABULATION SET - ANSI: MODIFIER LETTER CIRCUMFLEX ACCENT - MACROMAN: A GRAVE
+sign        \x0089        123456-123456       ‰                   <control> CHARACTER TABULATION WITH JUSTIFICATION - ANSI: PER MILLE SIGN - MACROMAN: A CIRCUMFLEX
+punctuation \x008B        3                   ‹                   <control> PARTIAL LINE FORWARD - ANSI: SINGLE LEFT-POINTING ANGLE QUOTATION MARK - MACROMAN: A TILDE
+punctuation \x0091        3                   ‘                   <control> PRIVATE USE ONE - ANSI: LEFT SINGLE QUOTATION MARK - MACROMAN: E DIAERESIS
+punctuation \x0092        3                   ’                   <control> PRIVATE USE TWO - ANSI: RIGHT SINGLE QUOTATION MARK - MACROMAN: I ACUTE
+punctuation \x0093        2356                “                   <control> SET TRANSMIT STATE - ANSI: LEFT DOUBLE QUOTATION MARK - MACROMAN: I GRAVE
+punctuation \x0094        2356                ”                   <control> CANCEL CHARACTER - ANSI: RIGHT DOUBLE QUOTATION MARK - MACROMAN: I CIRCUMFLEX
+sign        \x0095        5-256               •                   <control> MESSAGE WAITING - ANSI: BULLET - MACROMAN: I DIAERESIS
+punctuation \x0096        36                  –                   <control> START OF GUARDED AREA - ANSI: EN DASH - MACROMAN: N TILDE
+punctuation \x0097        36                  —                   <control> END OF GUARDED AREA - ANSI: EM DASH - MACROMAN: O ACUTE
+sign        \x0098        5-26                ˜                   <control> START OF STRING - ANSI: SMALL TILDE - MACROMAN: O GRAVE
+sign        \x0099        5-2345-134          ™                   <control> - ANSI: TRADE MARK SIGN - MACROMAN: O CIRCUMFLEX
+punctuation \x009B        3                   ›                   <control> CONTROL SEQUENCE INTRODUCER - ANSI: SINGLE RIGHT-POINTING ANGLE QUOTATION MARK - MACROMAN: O TILDE
+
+punctuation \x00A1        235                 ¡                   INVERTED EXCLAMATION MARK
+sign        \x00A2        14                  ¢                   CENT SIGN
+sign        \x00A3        1234                £                   POUND SIGN
+sign        \x00A5        13456               ¥                   YEN SIGN
+sign        \x00A7        346                 §                   SECTION SIGN
+sign        \x00A9        5-14                ©                   COPYRIGHT SIGN
+punctuation \x00AB        2356                «                   LEFT-POINTING DOUBLE ANGLE QUOTATION MARK
+punctuation \x00AD        36                 ­                   SOFT HYPHEN
+sign        \x00AE        5-1235              ®                   REGISTERED SIGN
+sign        \x00B0        4-356               °                   DEGREE SIGN
+sign        \x00B1        235-36              ±                   PLUS-MINUS SIGN
+math        \x00B2        346-3456-12         ²                   SUPERSCRIPT TWO
+math        \x00B3        346-3456-14         ³                   SUPERSCRIPT THREE
+sign        \x00B4        3                   ´                   ACUTE ACCENT
+sign        \x00B5        56-134              µ                   MICRO SIGN
+math        \x00B7        236                 ·                   MIDDLE DOT
+sign        \x00B8        45                  ¸                   CEDILLA
+sign        \x00B9        346-3456-1          ¹                   SUPERSCRIPT ONE
+sign        \x00BA        4-356               º                   MASCULINE ORDINAL INDICATOR
+punctuation \x00BB        2356                »                   RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK
+math        \x00BC        3456-1-34-3456-145  ¼                   VULGAR FRACTION ONE QUARTER
+math        \x00BD        3456-1-34-3456-12   ½                   VULGAR FRACTION ONE HALF
+math        \x00BE        3456-14-34-3456-145 ¾                   VULGAR FRACTION THREE QUARTERS
+punctuation \x00BF        26                  ¿                   INVERTED QUESTION MARK
+math        \x00D7        236                 ×                   MULTIPLICATION SIGN
+math        \x00F7        256                 ÷                   DIVISION SIGN
+
+
+# ----------------------------------------------------------------------------------------------
+# Unicode 0100..017F  Latin Extended-A
+# ----------------------------------------------------------------------------------------------
+
+uplow       \x0191\x0192  124,124             Ƒƒ                  LATIN CAPITAL LETTER F WITH HOOK - LATIN SMALL LETTER F WITH HOOK
+
+
+# ----------------------------------------------------------------------------------------------
+# Unicode 2000..206F  General Punctuation
+# ----------------------------------------------------------------------------------------------
+
+punctuation \x2010        36                  ‐                   HYPHEN
+punctuation \x2011        36                  ‑                   NON-BREAKING HYPHEN
+punctuation \x2013        36                  –                   EN DASH
+punctuation \x2014        36                  —                   EM DASH
+punctuation \x2018        3                   ‘                   LEFT SINGLE QUOTATION MARK
+punctuation \x2019        3                   ’                   RIGHT SINGLE QUOTATION MARK
+punctuation \x201C        2356                “                   LEFT DOUBLE QUOTATION MARK
+punctuation \x201D        2356                ”                   RIGHT DOUBLE QUOTATION MARK
+punctuation \x201E        2356                „                   DOUBLE LOW-9 QUOTATION MARK
+punctuation \x201F        2356                ‟                   DOUBLE HIGH-REVERSED-9 QUOTATION MARK
+sign        \x2020        235                 †                   DAGGER
+punctuation \x2026        256-256-256         …                   HORIZONTAL ELLIPSIS
+sign        \x2030        123456-123456       ‰                   PER MILLE SIGN
+
+
+# ----------------------------------------------------------------------------------------------
+# Unicode 2070..209F  Superscripts and Subscripts
+# ----------------------------------------------------------------------------------------------
+
+math        \x2070        346-3456-245        ⁰                   SUPERSCRIPT ZERO
+math        \x2074        346-3456-145        ⁴                   SUPERSCRIPT FOUR
+math        \x2075        346-3456-15         ⁵                   SUPERSCRIPT FIVE
+math        \x2076        346-3456-124        ⁶                   SUPERSCRIPT SIX
+math        \x2077        346-3456-1245       ⁷                   SUPERSCRIPT SEVEN
+math        \x2078        346-3456-125        ⁸                   SUPERSCRIPT EIGHT
+math        \x2079        346-3456-24         ⁹                   SUPERSCRIPT NINE
+math        \x207F        346-1345            ⁿ                   SUPERSCRIPT LATIN SMALL LETTER N
+math        \x2080        16-356              ₀                   SUBSCRIPT ZERO
+math        \x2081        16-2                ₁                   SUBSCRIPT ONE
+math        \x2082        16-23               ₂                   SUBSCRIPT TWO
+math        \x2083        16-25               ₃                   SUBSCRIPT THREE
+math        \x2084        16-256              ₄                   SUBSCRIPT FOUR
+math        \x2085        16-26               ₅                   SUBSCRIPT FIVE
+math        \x2086        16-235              ₆                   SUBSCRIPT SIX
+math        \x2087        16-2356             ₇                   SUBSCRIPT SEVEN
+math        \x2088        16-236              ₈                   SUBSCRIPT EIGHT
+math        \x2089        16-35               ₉                   SUBSCRIPT NINE
+math        \x2090        16-1                ₐ                   LATIN SUBSCRIPT SMALL LETTER A
+math        \x2091        16-15               ₑ                   LATIN SUBSCRIPT SMALL LETTER E
+math        \x2092        16-135              ₒ                   LATIN SUBSCRIPT SMALL LETTER O
+math        \x2093        16-1346             ₓ                   LATIN SUBSCRIPT SMALL LETTER X
+
+
+# ----------------------------------------------------------------------------------------------
+# Unicode 20A0..20CF  Currency Symbols
+# ----------------------------------------------------------------------------------------------
+
+sign        \x20AC        15                  €                   EURO SIGN
+
+
+# ----------------------------------------------------------------------------------------------
+# Unicode 2100..214F  Letterlike Symbols
+# ----------------------------------------------------------------------------------------------
+
+sign        \x2122        5-2345-134          ™                   TRADE MARK SIGN
+
+
+# ----------------------------------------------------------------------------------------------
+# Unicode 2150..218F  Number Forms
+# ----------------------------------------------------------------------------------------------
+
+math        \x2150        3456-1-34-3456-1245   ⅐                   VULGAR FRACTION ONE SEVENTH
+math        \x2151        3456-1-34-3456-24     ⅑                   VULGAR FRACTION ONE NINTH
+math        \x2152        3456-1-34-3456-1-256  ⅒                   VULGAR FRACTION ONE TENTH
+math        \x2153        3456-1-34-3456-14     ⅓                   VULGAR FRACTION ONE THIRD
+math        \x2154        3456-12-34-3456-14    ⅔                   VULGAR FRACTION TWO THIRDS
+math        \x2155        3456-1-34-3456-15     ⅕                   VULGAR FRACTION ONE FIFTH
+math        \x2156        3456-12-34-3456-15    ⅖                   VULGAR FRACTION TWO FIFTHS
+math        \x2157        3456-14-34-3456-15    ⅗                   VULGAR FRACTION THREE FIFTHS
+math        \x2158        3456-145-34-3456-15   ⅘                   VULGAR FRACTION FOUR FIFTHS
+math        \x2159        3456-1-34-3456-124    ⅙                   VULGAR FRACTION ONE SIXTH
+math        \x215A        3456-15-34-3456-124   ⅚                   VULGAR FRACTION FIVE SIXTHS
+math        \x215B        3456-1-34-3456-125    ⅛                   VULGAR FRACTION ONE EIGHTH
+math        \x215C        3456-14-34-3456-125   ⅜                   VULGAR FRACTION THREE EIGHTHS
+math        \x215D        3456-15-34-3456-125   ⅝                   VULGAR FRACTION FIVE EIGHTHS
+math        \x215E        3456-1245-34-3456-125 ⅞                   VULGAR FRACTION SEVEN EIGHTHS
+
+
+# ----------------------------------------------------------------------------------------------
+# Unicode 2200..22FF  Mathematical Operators
+# ----------------------------------------------------------------------------------------------
+
+math        \x2212        36                  −                   MINUS SIGN
+math        \x2215        34                  ∕                   DIVISION SLASH
+math        \x2216        5-16                ∖                   SET MINUS
+math        \x2217        35                  ∗                   ASTERISK OPERATOR
+math        \x2219        236                 ∙                   BULLET OPERATOR
+math        \x22C5        236                 ⋅                   DOT OPERATOR
+
+
+# ----------------------------------------------------------------------------------------------
+#
+# Copyright (C) 1995-2008 by The BRLTTY Developers.
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+
+# BRLTTY Text Table - Finnish (iso-8859-1)
+
+# This table is very close to the official Finnish six dotbraille character set.
+
+# generated by ttbtest
+letter \x0000 478		NULL
+letter \x0001 178		START OF HEADING
+letter \x0002 1278		START OF TEXT
+letter \x0003 1478		END OF TEXT
+letter \x0004 14578		END OF TRANSMISSION
+letter \x0005 1578		ENQUIRY
+letter \x0006 12478		ACKNOWLEDGE
+letter \x0007 124578		BELL
+letter \x0008 12578		BACKSPACE
+space \t 2478		CHARACTER TABULATION
+space \n 24578		LINE FEED (LF)
+space \v 1378		LINE TABULATION
+space \f 12378		FORM FEED (FF)
+space \r 13478		CARRIAGE RETURN (CR)
+letter \x000e 134578		SHIFT OUT
+letter \x000f 13578		SHIFT IN
+letter \x0010 123478		DATA LINK ESCAPE
+letter \x0011 1234578		DEVICE CONTROL ONE
+letter \x0012 123578		DEVICE CONTROL TWO
+letter \x0013 23478		DEVICE CONTROL THREE
+letter \x0014 234578		DEVICE CONTROL FOUR
+letter \x0015 13678		NEGATIVE ACKNOWLEDGE
+letter \x0016 123678		SYNCHRONOUS IDLE
+letter \x0017 245678		END OF TRANSMISSION BLOCK
+letter \x0018 134678		CANCEL
+letter \x0019 1345678		END OF MEDIUM
+letter \x001a 135678		SUBSTITUTE
+letter \x001b 12678		ESCAPE
+letter \x001c 125678		INFORMATION SEPARATOR FOUR
+letter \x001d 3578		INFORMATION SEPARATOR THREE
+letter \x001e 278		INFORMATION SEPARATOR TWO
+letter \x001f 578		INFORMATION SEPARATOR ONE
+space \s 0		SPACE
+punctuation ! 256		EXCLAMATION MARK
+punctuation " 56		QUOTATION MARK
+punctuation # 3456		NUMBER SIGN
+punctuation $ 2346		DOLLAR SIGN
+punctuation % 1456		PERCENT SIGN
+punctuation & 12346		AMPERSAND
+punctuation ' 5		APOSTROPHE
+punctuation ( 236		LEFT PARENTHESIS
+punctuation ) 356		RIGHT PARENTHESIS
+punctuation * 35		ASTERISK
+punctuation + 235		PLUS SIGN
+punctuation , 2		COMMA
+punctuation - 36		HYPHEN-MINUS
+punctuation . 3		FULL STOP
+punctuation / 34		SOLIDUS
+include digits8Dots.uti
+punctuation : 25		COLON
+punctuation ; 23		SEMICOLON
+punctuation < 126		LESS-THAN SIGN
+punctuation = 2356		EQUALS SIGN
+punctuation > 156		GREATER-THAN SIGN
+punctuation ? 26		QUESTION MARK
+punctuation @ 4		COMMERCIAL AT
+uppercase A 17		LATIN CAPITAL LETTER A
+uppercase B 127		LATIN CAPITAL LETTER B
+uppercase C 147		LATIN CAPITAL LETTER C
+uppercase D 1457		LATIN CAPITAL LETTER D
+uppercase E 157		LATIN CAPITAL LETTER E
+uppercase F 1247		LATIN CAPITAL LETTER F
+uppercase G 12457		LATIN CAPITAL LETTER G
+uppercase H 1257		LATIN CAPITAL LETTER H
+uppercase I 247		LATIN CAPITAL LETTER I
+uppercase J 2457		LATIN CAPITAL LETTER J
+uppercase K 137		LATIN CAPITAL LETTER K
+uppercase L 1237		LATIN CAPITAL LETTER L
+uppercase M 1347		LATIN CAPITAL LETTER M
+uppercase N 13457		LATIN CAPITAL LETTER N
+uppercase O 1357		LATIN CAPITAL LETTER O
+uppercase P 12347		LATIN CAPITAL LETTER P
+uppercase Q 123457		LATIN CAPITAL LETTER Q
+uppercase R 12357		LATIN CAPITAL LETTER R
+uppercase S 2347		LATIN CAPITAL LETTER S
+uppercase T 23457		LATIN CAPITAL LETTER T
+uppercase U 1367		LATIN CAPITAL LETTER U
+uppercase V 12367		LATIN CAPITAL LETTER V
+uppercase W 24567		LATIN CAPITAL LETTER W
+uppercase X 13467		LATIN CAPITAL LETTER X
+uppercase Y 134567		LATIN CAPITAL LETTER Y
+uppercase Z 13567		LATIN CAPITAL LETTER Z
+punctuation [ 12356		LEFT SQUARE BRACKET
+punctuation \\ 146		REVERSE SOLIDUS
+punctuation ] 23456		RIGHT SQUARE BRACKET
+punctuation ^ 457		CIRCUMFLEX ACCENT
+punctuation _ 346		LOW LINE
+punctuation ` 47		GRAVE ACCENT
+lowercase a 1		LATIN SMALL LETTER A
+lowercase b 12		LATIN SMALL LETTER B
+lowercase c 14		LATIN SMALL LETTER C
+lowercase d 145		LATIN SMALL LETTER D
+lowercase e 15		LATIN SMALL LETTER E
+lowercase f 124		LATIN SMALL LETTER F
+lowercase g 1245		LATIN SMALL LETTER G
+lowercase h 125		LATIN SMALL LETTER H
+lowercase i 24		LATIN SMALL LETTER I
+lowercase j 245		LATIN SMALL LETTER J
+lowercase k 13		LATIN SMALL LETTER K
+lowercase l 123		LATIN SMALL LETTER L
+lowercase m 134		LATIN SMALL LETTER M
+lowercase n 1345		LATIN SMALL LETTER N
+lowercase o 135		LATIN SMALL LETTER O
+lowercase p 1234		LATIN SMALL LETTER P
+lowercase q 12345		LATIN SMALL LETTER Q
+lowercase r 1235		LATIN SMALL LETTER R
+lowercase s 234		LATIN SMALL LETTER S
+lowercase t 2345		LATIN SMALL LETTER T
+lowercase u 136		LATIN SMALL LETTER U
+lowercase v 1236		LATIN SMALL LETTER V
+lowercase w 2456		LATIN SMALL LETTER W
+lowercase x 1346		LATIN SMALL LETTER X
+lowercase y 13456		LATIN SMALL LETTER Y
+lowercase z 1356		LATIN SMALL LETTER Z
+punctuation { 1246		LEFT CURLY BRACKET
+punctuation | 456		VERTICAL LINE
+punctuation } 12456		RIGHT CURLY BRACKET
+punctuation ~ 45		TILDE
+letter \x007f 12348		DELETE
+letter \x0080 2367		<control-0080>
+letter \x0081 1256		<control-0081>
+letter \x0082 123456		BREAK PERMITTED HERE
+letter \x0083 23678		NO BREAK HERE
+letter \x0084 345		<control-0084>
+letter \x0085 23458		NEXT LINE (NEL)
+letter \x0086 16		START OF SELECTED AREA
+letter \x0087 1234567		END OF SELECTED AREA
+letter \x0088 12345678		CHARACTER TABULATION SET
+letter \x0089 678		CHARACTER TABULATION WITH JUSTIFICATION
+letter \x008a 123458		LINE TABULATION SET
+letter \x008b 3568		PARTIAL LINE FORWARD
+letter \x008c 458		PARTIAL LINE BACKWARD
+letter \x008d 4567		REVERSE LINE FEED
+letter \x008e 3457		SINGLE SHIFT TWO
+letter \x008f 167		SINGLE SHIFT THREE
+letter \x0090 1234567		DEVICE CONTROL STRING
+letter \x0091 1348		PRIVATE USE ONE
+letter \x0092 12568		PRIVATE USE TWO
+letter \x0093 3567		SET TRANSMIT STATE
+letter \x0094 246		CANCEL CHARACTER
+letter \x0095 67		MESSAGE WAITING
+letter \x0096 1234568		START OF GUARDED AREA
+letter \x0097 368		END OF GUARDED AREA
+letter \x0098 24568		START OF STRING
+letter \x0099 2467		<control-0099>
+letter \x009a 12567		SINGLE CHARACTER INTRODUCER
+letter \x009b 47		CONTROL SEQUENCE INTRODUCER
+letter \x009c 7		STRING TERMINATOR
+letter \x009d 457		OPERATING SYSTEM COMMAND
+letter \x009e 13468		PRIVACY MESSAGE
+letter \x009f 13458		APPLICATION PROGRAM COMMAND
+punctuation \x00a0 0		NO-BREAK SPACE
+punctuation \x00a1 2358		INVERTED EXCLAMATION MARK
+punctuation \x00a2 13568		CENT SIGN
+punctuation \x00a3 1238		POUND SIGN
+punctuation \x00a4 1578		CURRENCY SIGN
+punctuation \x00a5 1368		YEN SIGN
+punctuation \x00a6 468		BROKEN BAR
+punctuation \x00a7 4678		SECTION SIGN
+punctuation \x00a8 258		DIAERESIS
+punctuation \x00a9 138		COPYRIGHT SIGN
+letter \x00aa 478		FEMININE ORDINAL INDICATOR
+punctuation \x00ab 2378		LEFT-POINTING DOUBLE ANGLE QUOTATION MARK
+punctuation \x00ac 357		NOT SIGN
+punctuation \x00ad 8		SOFT HYPHEN
+punctuation \x00ae 12358		REGISTERED SIGN
+punctuation \x00af 23568		MACRON
+punctuation \x00b0 568		DEGREE SIGN
+punctuation \x00b1 38		PLUS-MINUS SIGN
+punctuation \x00b2 237		SUPERSCRIPT TWO
+punctuation \x00b3 257		SUPERSCRIPT THREE
+punctuation \x00b4 48		ACUTE ACCENT
+lowercase \x00b5 2368		MICRO SIGN
+punctuation \x00b6 467		PILCROW SIGN
+punctuation \x00b7 378		MIDDLE DOT
+punctuation \x00b8 35678		CEDILLA
+punctuation \x00b9 27		SUPERSCRIPT ONE
+letter \x00ba 1358		MASCULINE ORDINAL INDICATOR
+punctuation \x00bb 5678		RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK
+punctuation \x00bc 34568		VULGAR FRACTION ONE QUARTER
+punctuation \x00bd 34567		VULGAR FRACTION ONE HALF
+punctuation \x00be 345678		VULGAR FRACTION THREE QUARTERS
+punctuation \x00bf 268		INVERTED QUESTION MARK
+uppercase \x00c0 1235678		LATIN CAPITAL LETTER A WITH GRAVE
+uppercase \x00c1 123567		LATIN CAPITAL LETTER A WITH ACUTE
+uppercase \x00c2 1678		LATIN CAPITAL LETTER A WITH CIRCUMFLEX
+uppercase \x00c3 14678		LATIN CAPITAL LETTER A WITH TILDE
+uppercase \x00c4 3457		LATIN CAPITAL LETTER A WITH DIAERESIS
+uppercase \x00c5 167		LATIN CAPITAL LETTER A WITH RING ABOVE
+uppercase \x00c6 34578		LATIN CAPITAL LETTER AE
+uppercase \x00c7 123467		LATIN CAPITAL LETTER C WITH CEDILLA
+uppercase \x00c8 234678		LATIN CAPITAL LETTER E WITH GRAVE
+uppercase \x00c9 23467		LATIN CAPITAL LETTER E WITH ACUTE
+uppercase \x00ca 1267		LATIN CAPITAL LETTER E WITH CIRCUMFLEX
+uppercase \x00cb 12467		LATIN CAPITAL LETTER E WITH DIAERESIS
+uppercase \x00cc 3478		LATIN CAPITAL LETTER I WITH GRAVE
+uppercase \x00cd 347		LATIN CAPITAL LETTER I WITH ACUTE
+uppercase \x00ce 1467		LATIN CAPITAL LETTER I WITH CIRCUMFLEX
+uppercase \x00cf 124567		LATIN CAPITAL LETTER I WITH DIAERESIS
+uppercase \x00d0 15678		LATIN CAPITAL LETTER ETH
+uppercase \x00d1 1245678		LATIN CAPITAL LETTER N WITH TILDE
+uppercase \x00d2 34678		LATIN CAPITAL LETTER O WITH GRAVE
+uppercase \x00d3 3467		LATIN CAPITAL LETTER O WITH ACUTE
+uppercase \x00d4 14567		LATIN CAPITAL LETTER O WITH CIRCUMFLEX
+uppercase \x00d5 145678		LATIN CAPITAL LETTER O WITH TILDE
+uppercase \x00d6 2467		LATIN CAPITAL LETTER O WITH DIAERESIS
+punctuation \x00d7 37		MULTIPLICATION SIGN
+uppercase \x00d8 24678		LATIN CAPITAL LETTER O WITH STROKE
+uppercase \x00d9 2345678		LATIN CAPITAL LETTER U WITH GRAVE
+uppercase \x00da 234567		LATIN CAPITAL LETTER U WITH ACUTE
+uppercase \x00db 1567		LATIN CAPITAL LETTER U WITH CIRCUMFLEX
+uppercase \x00dc 12567		LATIN CAPITAL LETTER U WITH DIAERESIS
+uppercase \x00dd 1234678		LATIN CAPITAL LETTER Y WITH ACUTE
+uppercase \x00de 12468		LATIN CAPITAL LETTER THORN
+lowercase \x00df 2348		LATIN SMALL LETTER SHARP S
+lowercase \x00e0 123568		LATIN SMALL LETTER A WITH GRAVE
+lowercase \x00e1 12356		LATIN SMALL LETTER A WITH ACUTE
+lowercase \x00e2 16		LATIN SMALL LETTER A WITH CIRCUMFLEX
+lowercase \x00e3 1468		LATIN SMALL LETTER A WITH TILDE
+lowercase \x00e4 345		LATIN SMALL LETTER A WITH DIAERESIS
+lowercase \x00e5 16		LATIN SMALL LETTER A WITH RING ABOVE
+lowercase \x00e6 3458		LATIN SMALL LETTER AE
+lowercase \x00e7 12346		LATIN SMALL LETTER C WITH CEDILLA
+lowercase \x00e8 23468		LATIN SMALL LETTER E WITH GRAVE
+lowercase \x00e9 2346		LATIN SMALL LETTER E WITH ACUTE
+lowercase \x00ea 126		LATIN SMALL LETTER E WITH CIRCUMFLEX
+lowercase \x00eb 1246		LATIN SMALL LETTER E WITH DIAERESIS
+lowercase \x00ec 348		LATIN SMALL LETTER I WITH GRAVE
+lowercase \x00ed 34		LATIN SMALL LETTER I WITH ACUTE
+lowercase \x00ee 146		LATIN SMALL LETTER I WITH CIRCUMFLEX
+lowercase \x00ef 12456		LATIN SMALL LETTER I WITH DIAERESIS
+lowercase \x00f0 1568		LATIN SMALL LETTER ETH
+lowercase \x00f1 124568		LATIN SMALL LETTER N WITH TILDE
+lowercase \x00f2 3468		LATIN SMALL LETTER O WITH GRAVE
+lowercase \x00f3 346		LATIN SMALL LETTER O WITH ACUTE
+lowercase \x00f4 1456		LATIN SMALL LETTER O WITH CIRCUMFLEX
+lowercase \x00f5 14568		LATIN SMALL LETTER O WITH TILDE
+lowercase \x00f6 246		LATIN SMALL LETTER O WITH DIAERESIS
+punctuation \x00f7 2567		DIVISION SIGN
+lowercase \x00f8 2468		LATIN SMALL LETTER O WITH STROKE
+lowercase \x00f9 234568		LATIN SMALL LETTER U WITH GRAVE
+lowercase \x00fa 23456		LATIN SMALL LETTER U WITH ACUTE
+lowercase \x00fb 156		LATIN SMALL LETTER U WITH CIRCUMFLEX
+lowercase \x00fc 1256		LATIN SMALL LETTER U WITH DIAERESIS
+lowercase \x00fd 123468		LATIN SMALL LETTER Y WITH ACUTE
+lowercase \x00fe 124678		LATIN SMALL LETTER THORN
+lowercase \x00ff 134568		LATIN SMALL LETTER Y WITH DIAERESIS
+#-index-name: Kurukh
+#-display-name: Kurukh braille
+
+#+locale:kru
+#+type:literary
+
+# TODO: Please correct the metadata above. It is not meant to be
+# accurate nor complete. It hasn't been verified by the table
+# author yet. It is merely an attempt by the liblouis maintainers
+# to get some sensible initial values in place.
+
+# TODO: Please add a reference to official documentation about
+# the implemented braille code. Preferably submit the documents
+# to https://github.com/liblouis/braille-specs.
+
+include kru.ctb
+include braille-patterns.cti
+# This table contains braille codes and rules for Nepali Grade 1 and includes English grade 1
+#
+# Copyright (C) 2014 National Institute for Visually Handicapped, 116, Rajpur Road, Dehradun, Uttrakhand, India
+#
+# This file is part of liblouis.
+#
+# liblouis is free software: you can redistribute it and/or modify it
+# under the terms of the GNU Lesser General Public License as
+# published by the Free Software Foundation, either version 2.1 of the
+# License, or (at your option) any later version.
+#
+# liblouis is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with liblouis. If not, see
+# <http://www.gnu.org/licenses/>.
+
+# This table is built and maintained under an activity of Braille Council of India
+# Contributors: Dipendra Manocha, Sreeja, Dinesh Kaushal, Mesar Hameed
+# Last updated on May 5, 2014
+# To report any bugs or any suggestion, please write to d@saksham.org and sreeja.param@gmail.com
+
+include devanagari.cti
+include en-in-g1.ctb
+# -----------
+#-index-name: Swedish, computer, 1996
+#-display-name: Swedish computer braille (1996 standard)
+#
+#+locale:sv
+#+type:computer
+#+dots:8
+#+version:1996
+#
+# TODO: Please correct the metadata above. It is not meant to be
+# accurate nor complete. It hasn't been verified by the table
+# author yet. It is merely an attempt by the liblouis maintainers
+# to get some sensible initial values in place.
+#
+# TODO: Please add a reference to official documentation about
+# the implemented braille code. Preferably submit the documents
+# to https://github.com/liblouis/braille-specs.
+# -----------
+#
+# Copyright (C) 1995-2009 by The BRLTTY Developers.
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+
+# BRLTTY Text Table - Swedish (1996 standard)
+
+# This file contains the ISO-8859-1 compatible version of the Swedish 8-dot
+# braille standard as it was defined by the Swedish Braille Authority
+# (www.punktskriftsnamnden.se) on October 8, 1996. As of December 2005, this
+# is the most current braille standard in Sweden.
+
+space	\s	0	SPACE
+punctuation	!	235	EXCLAMATION MARK
+punctuation	"	56	QUOTATION MARK
+punctuation	#	3456	NUMBER SIGN
+punctuation	$	2358	DOLLAR SIGN
+punctuation	%	4678	PERCENT SIGN
+punctuation	&	3468	AMPERSAND
+punctuation	'	5	APOSTROPHE
+punctuation	(	236	LEFT PARENTHESIS
+punctuation	)	356	RIGHT PARENTHESIS
+punctuation	*	35	ASTERISK
+punctuation	+	256	PLUS SIGN
+punctuation	,	2	COMMA
+punctuation	-	36	HYPHEN-MINUS
+punctuation	.	3	FULL STOP
+punctuation	/	34	SOLIDUS
+include digits8Dots.uti
+punctuation	:	25	COLON
+punctuation	;	23	SEMICOLON
+punctuation	<	358	LESS-THAN SIGN
+punctuation	=	2356	EQUALS SIGN
+punctuation	>	267	GREATER-THAN SIGN
+punctuation	?	26	QUESTION MARK
+punctuation	@	48	COMMERCIAL AT
+
+include latinLetterDef8Dots.uti
+
+punctuation	[	123568	LEFT SQUARE BRACKET
+punctuation	\\	168	REVERSE SOLIDUS
+punctuation	]	234568	RIGHT SQUARE BRACKET
+punctuation	^	578	CIRCUMFLEX ACCENT
+punctuation	_	6	LOW LINE
+punctuation	`	46	GRAVE ACCENT
+punctuation	{	23678	LEFT CURLY BRACKET
+punctuation	|	4568	VERTICAL LINE
+punctuation	}	35678	RIGHT CURLY BRACKET
+punctuation	~	268	TILDE
+punctuation	\x00a0	0	NO-BREAK SPACE
+punctuation	\x00a1	367	INVERTED EXCLAMATION MARK
+punctuation	\x00a2	23468	CENT SIGN
+punctuation	\x00a3	1238	POUND SIGN
+punctuation	\x00a4	2478	CURRENCY SIGN
+punctuation	\x00a5	24678	YEN SIGN
+punctuation	\x00a6	12678	BROKEN BAR
+punctuation	\x00a7	346	SECTION SIGN
+punctuation	\x00a8	3678	DIAERESIS
+punctuation	\x00a9	14568	COPYRIGHT SIGN
+letter	\x00aa	2345678	FEMININE ORDINAL INDICATOR
+punctuation	\x00ab	2378	LEFT-POINTING DOUBLE ANGLE QUOTATION MARK
+punctuation	\x00ac	13458	NOT SIGN
+punctuation	\x00ad	23568	SOFT HYPHEN
+punctuation	\x00ae	12468	REGISTERED SIGN
+punctuation	\x00af	1578	MACRON
+punctuation	\x00b0	15678	DEGREE SIGN
+punctuation	\x00b1	123468	PLUS-MINUS SIGN
+punctuation	\x00b2	37	SUPERSCRIPT TWO
+punctuation	\x00b3	2567	SUPERSCRIPT THREE
+punctuation	\x00b4	258	ACUTE ACCENT
+lowercase	\x00b5	13478	MICRO SIGN
+punctuation	\x00b6	1267	PILCROW SIGN
+punctuation	\x00b7	8	MIDDLE DOT
+punctuation	\x00b8	12568	CEDILLA
+punctuation	\x00b9	1468	SUPERSCRIPT ONE
+letter	\x00ba	1358	MASCULINE ORDINAL INDICATOR
+punctuation	\x00bb	5678	RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK
+punctuation	\x00bc	12358	VULGAR FRACTION ONE QUARTER
+punctuation	\x00bd	1368	VULGAR FRACTION ONE HALF
+punctuation	\x00be	3578	VULGAR FRACTION THREE QUARTERS
+punctuation	\x00bf	38	INVERTED QUESTION MARK
+uppercase	\x00c0	1467	LATIN CAPITAL LETTER A WITH GRAVE
+uppercase	\x00c1	135678	LATIN CAPITAL LETTER A WITH ACUTE
+uppercase	\x00c2	24578	LATIN CAPITAL LETTER A WITH CIRCUMFLEX
+uppercase	\x00c3	13578	LATIN CAPITAL LETTER A WITH TILDE
+uppercase	\x00c4	3457	LATIN CAPITAL LETTER A WITH DIAERESIS
+uppercase	\x00c5	167	LATIN CAPITAL LETTER A WITH RING ABOVE
+uppercase	\x00c6	34578	LATIN CAPITAL LETTER AE
+uppercase	\x00c7	123467	LATIN CAPITAL LETTER C WITH CEDILLA
+uppercase	\x00c8	12378	LATIN CAPITAL LETTER E WITH GRAVE
+uppercase	\x00c9	1234567	LATIN CAPITAL LETTER E WITH ACUTE
+uppercase	\x00ca	68	LATIN CAPITAL LETTER E WITH CIRCUMFLEX
+uppercase	\x00cb	27	LATIN CAPITAL LETTER E WITH DIAERESIS
+uppercase	\x00cc	457	LATIN CAPITAL LETTER I WITH GRAVE
+uppercase	\x00cd	1348	LATIN CAPITAL LETTER I WITH ACUTE
+uppercase	\x00ce	458	LATIN CAPITAL LETTER I WITH CIRCUMFLEX
+uppercase	\x00cf	67	LATIN CAPITAL LETTER I WITH DIAERESIS
+uppercase	\x00d0	23467	LATIN CAPITAL LETTER ETH
+uppercase	\x00d1	124567	LATIN CAPITAL LETTER N WITH TILDE
+uppercase	\x00d2	123478	LATIN CAPITAL LETTER O WITH GRAVE
+uppercase	\x00d3	178	LATIN CAPITAL LETTER O WITH ACUTE
+uppercase	\x00d4	124578	LATIN CAPITAL LETTER O WITH CIRCUMFLEX
+uppercase	\x00d5	23478	LATIN CAPITAL LETTER O WITH TILDE
+uppercase	\x00d6	2467	LATIN CAPITAL LETTER O WITH DIAERESIS
+punctuation	\x00d7	13468	MULTIPLICATION SIGN
+uppercase	\x00d8	1567	LATIN CAPITAL LETTER O WITH STROKE
+uppercase	\x00d9	14578	LATIN CAPITAL LETTER U WITH GRAVE
+uppercase	\x00da	12578	LATIN CAPITAL LETTER U WITH ACUTE
+uppercase	\x00db	245678	LATIN CAPITAL LETTER U WITH CIRCUMFLEX
+uppercase	\x00dc	12567	LATIN CAPITAL LETTER U WITH DIAERESIS
+uppercase	\x00dd	12478	LATIN CAPITAL LETTER Y WITH ACUTE
+uppercase	\x00de	1234678	LATIN CAPITAL LETTER THORN
+lowercase	\x00df	1278	LATIN SMALL LETTER SHARP S
+lowercase	\x00e0	12356	LATIN SMALL LETTER A WITH GRAVE
+lowercase	\x00e1	1235678	LATIN SMALL LETTER A WITH ACUTE
+lowercase	\x00e2	1678	LATIN SMALL LETTER A WITH CIRCUMFLEX
+lowercase	\x00e3	13678	LATIN SMALL LETTER A WITH TILDE
+lowercase	\x00e4	345	LATIN SMALL LETTER A WITH DIAERESIS
+lowercase	\x00e5	16	LATIN SMALL LETTER A WITH RING ABOVE
+lowercase	\x00e6	3458	LATIN SMALL LETTER AE
+lowercase	\x00e7	12346	LATIN SMALL LETTER C WITH CEDILLA
+lowercase	\x00e8	2346	LATIN SMALL LETTER E WITH GRAVE
+lowercase	\x00e9	123456	LATIN SMALL LETTER E WITH ACUTE
+lowercase	\x00ea	126	LATIN SMALL LETTER E WITH CIRCUMFLEX
+lowercase	\x00eb	1246	LATIN SMALL LETTER E WITH DIAERESIS
+lowercase	\x00ec	3478	LATIN SMALL LETTER I WITH GRAVE
+lowercase	\x00ed	348	LATIN SMALL LETTER I WITH ACUTE
+lowercase	\x00ee	146	LATIN SMALL LETTER I WITH CIRCUMFLEX
+lowercase	\x00ef	12456	LATIN SMALL LETTER I WITH DIAERESIS
+lowercase	\x00f0	568	LATIN SMALL LETTER ETH
+lowercase	\x00f1	124568	LATIN SMALL LETTER N WITH TILDE
+lowercase	\x00f2	34678	LATIN SMALL LETTER O WITH GRAVE
+lowercase	\x00f3	3467	LATIN SMALL LETTER O WITH ACUTE
+lowercase	\x00f4	1456	LATIN SMALL LETTER O WITH CIRCUMFLEX
+lowercase	\x00f5	2348	LATIN SMALL LETTER O WITH TILDE
+lowercase	\x00f6	246	LATIN SMALL LETTER O WITH DIAERESIS
+punctuation	\x00f7	2568	DIVISION SIGN
+lowercase	\x00f8	4578	LATIN SMALL LETTER O WITH STROKE
+lowercase	\x00f9	23456	LATIN SMALL LETTER U WITH GRAVE
+lowercase	\x00fa	25678	LATIN SMALL LETTER U WITH ACUTE
+lowercase	\x00fb	156	LATIN SMALL LETTER U WITH CIRCUMFLEX
+lowercase	\x00fc	1256	LATIN SMALL LETTER U WITH DIAERESIS
+lowercase	\x00fd	34568	LATIN SMALL LETTER Y WITH ACUTE
+lowercase	\x00fe	234578	LATIN SMALL LETTER THORN
+lowercase	\x00ff	1268	LATIN SMALL LETTER Y WITH DIAERESIS
+#-index-name: English, Canada, computer
+#-display-name: English computer braille as used in Canada
+
+#+locale:en-CA
+#+type:computer
+#+dots:8
+
+# TODO: Please correct the metadata above. It is not meant to be
+# accurate nor complete. It hasn't been verified by the table
+# author yet. It is merely an attempt by the liblouis maintainers
+# to get some sensible initial values in place.
+
+# TODO: Please add a reference to official documentation about
+# the implemented braille code. Preferably submit the documents
+# to https://github.com/liblouis/braille-specs.
+
+include en_CA.ctb
+include braille-patterns.cti
+# liblouis: sub table for digits, 6 dots with dot 6 added.
+#
+#  Copyright (C) 2012-2014 Mesar Hameed <mesar.hameed@gmail.com>
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+
+digit        0      346
+digit        1      16
+digit        2      126
+digit        3      146
+digit        4      1456
+digit        5      156
+digit        6      1246
+digit        7      12456
+digit        8      1256
+digit        9      246
+# liblouis: sub table for Latin letter definition, 6 dots.
+#
+#  Copyright (C) 2012-2014 Mesar Hameed <mesar.hameed@gmail.com>
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+
+# Latin letters a-z where capitals are defined as equivalent to the lowercase. 
+# This table is usually used by 6 dot tables. To distinguish between 
+# capitals and lowercase, the language table should make use of the 
+# capsletter and capsword opcodes.
+
+uplow Aa 1
+uplow Bb 12
+uplow Cc 14
+uplow Dd 145
+uplow Ee 15
+uplow Ff 124
+uplow Gg 1245
+uplow Hh 125
+uplow Ii 24
+uplow Jj 245
+uplow Kk 13
+uplow Ll 123
+uplow Mm 134
+uplow Nn 1345
+uplow Oo 135
+uplow Pp 1234
+uplow Qq 12345
+uplow Rr 1235
+uplow Ss 234
+uplow Tt 2345
+uplow Uu 136
+uplow Vv 1236
+uplow Ww 2456
+uplow Xx 1346
+uplow Yy 13456
+uplow Zz 1356
+# liblouis: English, U.S. Grade 2 (ABAE) table
+#
+#  Based on the Linux screenreader BRLTTY, copyright (C) 1999-2006 by
+#  The BRLTTY Team
+#
+#  Copyright (C) 2004-2006 ViewPlus Technologies, Inc. www.viewplus.com
+#  Copyright (C) 2004-2006 JJB Software, Inc. www.jjb-software.com
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+
+include en-us-g1.ctb
+
+# Braille indicators specific to Grade 2
+multind 56-6 letsign capsletter
+
+# Contractions beginning with the letter a
+largesign a 1
+largesign A 1
+always aar 1-345 Aaron
+always aa 1-1 back-translation: maasai
+word about 1-12
+word thereabouts 5-2346-1-12-234
+word runabout 1235-136-1345-1-12
+contraction ab
+sufword above 1-12-1236
+contraction abv
+word according 1-14
+contraction ac
+word accordingly 1-14-123-13456
+contraction acly
+word across 1-14-1235
+contraction acr
+always aed =
+always aer = Rosenlaer
+begword aforem 1-123456-15-134 aforementioned 
+word aforesaid 1-123456-15-234-145
+always afr 1-124-1235
+always africa 1-124-1235-24-14-1
+word after 1-124 
+always  fafnir 124-1-124-1345-25-1235 fafnirs
+always hafnium 124-1-124-1345-25-136-134 hafniums 
+contraction af
+word afternoon 1-124-1345
+word afternoons 1-124-1345-234
+word afternoon's 1-124-1345-3-234
+contraction afn
+sufword afterward 1-124-2456
+contraction afw
+word again 1-1245
+contraction ag
+word against 1-1245-34
+always agery =
+midendword ally 6-13456
+word almost 1-123-134
+contraction alm
+word already 1-123-1235
+contraction alr
+word also 1-123
+contraction al
+word although 1-123-1456
+word altogether 1-123-2345
+contraction alt
+word always 1-123-2456
+contraction alw
+midendword ance 46-15
+largesign and 12346
+always standoff  34-12346-12356-124 
+always andante 12356-1-1345-2345-15 
+always andalusia 12356-1-123-136-234-24-1  
+always andaman 12356-1-134-1-1345
+always andar 12346-345 staodard
+midendword anda 12346-1 panda
+midword :// 156-34-34
+midword angh = Shanghai
+begword anted =
+always anterior 1-1345-2345-12456-24-135-1235
+begword anter =
+begword aqued = aqueduct
+always ar 345
+word aright 1-5-1235
+word as 1356
+contraction as
+always athe 1-2346 back-translation: lathe
+midendword ation 6-1345
+midendword aunder 1-136-1345-145-12456 saunders
+begword auto = autofocus
+syllable away =
+
+# the letter b
+midword bb 23
+midendword bble 12-3456
+lowword be 23
+begword be 23
+begword bea 12-2
+always beu = Beulah
+always bear 12-15-345
+begword beatif 23-1-2345-24-124
+begword beatit 23-1-2345-24-2345
+begword beatr 23-1-2345-1235 Beatrice
+always beck 12-15-14-13
+always bed 12-1246
+begword beda 23-145-1 bedazzle
+begword bede 23-145-15 bedevil
+word bede 12-1246-15 bede (a name)
+begword bedi 23-145-24 bedizzened
+word bee 12-15-15
+begword bee 12-15-15
+always been 12-15-26
+always beer 12-15-12456
+word beg =
+begword begg 12-15-2356
+word begs =
+begword bei = beijing
+sufword being 23-346
+sufword belch 12-15-123-16
+begword beld = Beldon
+begword belf = belfry, belfast
+begword belg = Belgium
+begword belk = Belkin
+always bell =
+begword belm = Belmont
+always belt =
+begword belw = belwether
+always ben 12-26
+begword beni 12-26-24
+begword benif 23-1345-24-124 benificient
+sufword benign 23-1345-24-1245-1345 benignity
+begword benov 23-1345-135-1236 benovolent
+begword benu 23-1345-136 benumbed
+begword ber 12-12456
+begword bera 23-1235-1 berating
+begword bere 23-1235-15 bereft
+begword berea 23-1235-2 bereaved
+always beriberi 12-12456-24-12-12456-24
+begword beri 23-1235-24 beribboned
+always best 12-15-34
+sufword bestow 23-34-246
+syllable beth 12-15-1456 Bethany
+always bethe 12-15-2346 Bethel (Hans) Bethe
+always bets =
+always bett =
+sufword bev = bevies
+begword bever 12-5-15 Beverly beverage
+always bio =
+midendword bious 12-24-1256-234 dubious
+always bottlen = bottlenosed
+joinword by 356
+word because 23-14
+word bec =
+sufword before 23-124
+word behind 23-125
+word behring 12-15-125-1235-346
+word bel =
+begword beln = Belnick
+word below 23-123
+word beneath 23-1345
+sufword beside 23-234
+sufword bess = Bessie
+word between 23-2345
+word bet =
+word beyond 23-13456
+word bey =
+always bleu =
+midendword ble 3456
+midendword bleau 12-123-2-136 tableau
+syllable bleed 12-123-15-1246 nosebleed
+always bless 12-46-234 joblessness
+word blind 12-123
+contraction bl
+begword blindf 12-123-124 blindfold
+word blindly 12-123-123-13456
+word blindness 12-123-56-234
+sufword blinds 12-123-234 blindsided
+always boat = boathook
+always braille 12-1235-123
+contraction brl
+word but 12
+
+# the letter c
+midword cch 14-16
+always chs 16-234 dachshund
+always chloro 16-123-135-1235-135
+begword cofac = cofactor
+always cofound 14-135-124-46-145
+begword com 36
+sufword common 36-134-135-1345 commonest
+begword con 25
+sufword conceive 25-14-1236
+sufword conceiving 25-14-1236-1245
+always conch 14-135-1345-16
+always cone 14-5-135
+word cons 14-135-1345-234
+sufword conundrum = 
+sufword could 14-145
+word could've 14-145-3-1236-15
+contraction cd
+always cred 14-1235-1246 incredulous
+midword cc 25
+word can 14
+word can't 14-3-2345
+always cannot 456-14
+always ch 16
+syllable chand 16-12346 merchandise
+always character 5-16
+always chemo 16-15-134-135
+word child 16
+prfword children 16-1345
+sufword clever 14-123-5-15 cleverest
+
+# the letter d
+always daredevil 145-345-15-145-15-1236-24-123
+always day 5-145
+always dday 145-5-145
+begword deact = deactivation
+begword deall = deallocate
+begword decarb 145-15-14-345-12
+always deceive 145-14-1236
+contraction dcv
+contraction dcvd
+contraction dcvr
+contraction dcvs
+always deceiving 145-14-1236-1245
+contraction dcvg
+always declare 145-14-123
+contraction dcl
+contraction dcld
+contraction dclr
+contraction dcls
+word declaring 145-14-123-1245
+contraction dclg
+begword deref = dereferencing
+begword dereg = deregulation
+midword dd 256
+begword dedic 145-1246-24-14 dedicated
+always dedu = nondeductible
+begword deno = denote
+always denom =
+begword denou 145-15-1345-1256 denounce
+begword denu = denunciation
+begword dera = derail
+begword deri 145-15-1235-24
+begword dero = derogatory
+begword dino 145-35-135 dinoflagellate
+begword dis 256
+word disc =
+word discs =
+always dish 145-24-146
+begword disha 256-125-1 dishabile
+begword dishear 256-125-15-345 disheartened
+begword disho 256-125-135 dishonor
+begword dishone 256-125-5-135 dishonest
+sufword disk =
+sufword dispirit 145-24-456-234 dispirited
+begword disul = disulfide
+word do 145
+syllable down 145-246-1345 facedown
+always edress = vinedresser
+syllable drum = kettledrum
+always edom =
+always reduc =
+always seduc =
+# syllable dun =
+
+# the letter e
+midword ea 2
+midword eabil = interchangeability
+always eable 15-1-3456
+endword eably = noticeably
+midendword eage = mileage
+midendword eager 2-1245-12456 meager
+always eally 15-6-13456
+midendword eance 15-46-15 vengeance
+midendword eand 15-12346 meander
+always eation 15-6-1345
+always ear 15-345
+always ed 1246
+begword edic = edict Benedict
+sufword edition 15-145-24-56-1345 editions
+syllable draw =
+word either 15-24
+contraction ei
+word en =
+always en 26
+always ename 15-5-1345
+sufword enamel 26-1-134-15-123 enameled
+midendword ence 56-15
+syllable neck = bottleneck
+midendword eness 15-56-234 closeness
+begword enor = enormous
+begword enou 15-1345-1256
+lowword enough 26
+word enough 26-1256-126
+begword enu 15-1345-136
+always er 12456
+begword era =
+word eras 12456-1-234
+begword erec = erect 
+begword ero 15-1235-135
+syllable room = storeroom
+begword eru = erupt
+always evert 15-1236-12456-2345
+always nevertheless 1345-5-15-2346-46-234
+always ever 5-15
+midendword evere 15-1236-12456-15 Everest
+always evered 15-1236-12456-1246
+word every 15
+
+# the letter f
+midword ff 235
+syllable ffold 235-135-123-145 scaffold
+always father 5-124
+always fein 124-15-35 Feingold
+always first 124-34
+always fever 124-15-1236-12456
+always ffor 124-123456
+largesign for 123456
+begword fora 123456-1 foramen
+always fore 123456-15
+begword forens 123456-26-234 forensic
+always forever 123456-5-15 forevermore
+syllable fold =
+syllable foot =
+word from 124
+word friend 124-1235
+word friends 124-1235-234
+word friendless 124-1235-46-234
+sufword friendship 124-1235-146-24-1234
+sufword friendl 124-1235-123
+contraction fr
+always fruity =
+midendword ful 56-123
+always funder 124-136-1345-145-12456
+
+# the letter g
+begword geo = geoengineering
+sufword geoff 1245-15-12356-124 Geoffrey
+midword gg 2356
+always gh 126
+endword gham = Langham
+midendword ghill = dunghill
+always ghz = (gigahertz)
+sufword gnome = gnomedb
+word go 1245
+sufword good 1245-145
+contraction gd
+always good-by 1245-145-36-12-13456
+syllable grad = leningrad
+sufword great 1245-1235-2345
+contraction grt
+
+# the letter h
+always had 456-125
+always hadd 125-1-256 haddock
+sufword hade = hadean 
+syllable hand 125-12346
+word have 125
+syllable hawk =
+syllable hawthorn 125-1-2456-1456-135-1235-1345
+syllable head 125-2-145
+syllable heart 125-15-345-2345
+always hedgerow 125-1246-1245-15-1235-246
+syllable herd 125-12456-145 goatherd
+always here 5-125
+always hereafter 5-125-1-124
+always hered 125-12456-1246
+always heren 125-12456-26
+midendword herence 125-12456-56-15 adherence
+always herer 125-12456-12456
+always heres 125-12456-15-234
+always heret 125-12456-15-2345
+word heretofore 5-125-2345-135-123456-15
+word herself 125-12456-124
+word him 125-134
+word His 6-236
+word hm 125-3-134
+sufword hmm =
+word himself 125-134-124
+contraction hmf
+lowword his 236
+syllable holm =
+syllable hood =
+syllable horn =
+syllable horse = horseradish
+syllable house 125-1256-234-15 
+syllable hydro =
+always hwh =
+
+# the letter i
+word I 24
+midendword iever 24-15-1236-12456
+word immediate 24-134-134
+contraction imm
+word immediately 24-134-134-123-13456
+contraction immly
+begword immuno = immunofluorescence
+lowword in 35
+nofor midword inin 35-35
+word in =
+always in 35
+endword in' 35-3
+begword incon 35-14-135-1345 incongruous
+midendword iness 24-56-234
+midendword ing 346
+midword inga 35-1245-1 nightingale
+always ingar 35-1245-345 Weingarten
+midendword ingent 346-26-2345 stringent
+midword ingenc 346-26-14 contingency
+midword ingen 35-1245-26 palingenesis (new birth)
+midword ingi 35-1245-24 meningitis
+midendword inging 346-346 bringing
+joinword into 35-235
+always isinglass 24-234-35-1245-123-1-234-234
+always isomer 24-234-135-134-12456
+word it 1346
+word it's 1346-3-234
+word it'd 1346-3-145
+word it'll 1346-3-123-123
+word its 1346-234
+contraction xs
+word itself 1346-124
+contraction xf
+midendword ity 56-13456
+
+# the letter j
+word just 245
+
+# the letter k
+always knot = knothole
+always know 5-13
+word knowledge 13
+
+# the letter l
+always \s-\shis 36-36-125-24-234
+always \s-\swas 36-36-2456-1-234
+word housed 125-1256-234-1246
+sufword land 123-12346 landowner
+midendword less 46-234
+sufword letter 123-1235
+contraction lr
+sufword newsletter 1345-15-2456-234-123-1235
+word unlettered 136-1345-123-1235-1246
+word like 123
+always lineage 123-35-2-1245-15
+sufword little 123-123
+contraction ll
+sufword lone 123-5-135 lonely
+always loner 123-135-1345-12456
+always lord 5-123
+
+# the letter m
+always maha =
+always many 456-134
+begword mccon 134-14-25
+begword mc =
+always medic 134-1246-24-14 medicare
+midendword ment 56-2345
+midword menth 134-26-1456 Blumenthal
+always mideast 134-24-145-15-1-34
+word milling 134-24-123-123-346
+always minestrone 134-35-15-34-1235-135-1345-15
+always mishap =
+sufword mishear 134-24-234-125-15-345 misheard
+begword missh 134-24-234-146 misshapen
+begword misst 134-24-234-34 missstep
+word mistook =
+begword mistran = mistranslation
+sufword mistreat 134-24-234-2345-1235-2-2345
+begword mistru = mistrust
+begword misty = mistyped
+word monetary 134-5-135-2345-345-13456
+always mongoose =
+word more 134
+always mother 5-134
+always much 134-16
+word must 134-34
+word mustn 134-34-1345
+word musty 134-34-13456
+begword myo = myofibroblasts
+word myself 134-13456-124
+contraction myf
+
+# the letter n
+always name 5-1345
+midendword nament 1345-1-56-2345 tournament
+always namese =
+word near-by 1345-15-345-36-12-13456
+prfword necessary 1345-15-14 unnecessary
+contraction nec
+word neither 1345-15-24
+contraction nei
+midendword ness 56-234
+always news = newsstand
+syllable nomad = seminomadic
+always nodded 1345-135-256-1246 for back-translation
+begword nonen 1345-135-1345-26 nonentity
+begword noness = nonessential
+word nonetheless 1345-5-135-2346-46-234
+always noneq =
+always nonex =
+begword nong = nongraphical
+word noone 1345-135-5-135
+begword nose = nosedive
+word nosed 1345-135-234-1246
+word not 1345
+word noways =
+word nowhere 1345-135-5-156
+
+# the letter o
+word O 135
+midword oed = Schroeder
+always oen = Phoenix
+midendword oence 135-26-14-15 electroencephalogram
+largesign of 12356
+midendword ofar 135-124-345 insofar
+midendword ofa 12356-1 back-translation: sofa
+midword ofor 135-123456
+midendword onea = Hasmonean
+always onesi =
+midendword oness 135-56-234
+midendword oneer 135-1345-15-12456
+midendword oned 135-1345-1246
+always one 5-135
+always oneal = peritoneal
+midendword oneless 5-135-46-234 tonelessly
+midendword onel = salmonella colonel
+always onem = phoneme
+midendword onement 5-135-56-2345 atonement
+midendword onent 135-1345-26-2345
+midendword oneous 135-1345-15-1256-234 erroneous
+always oner 135-1345-12456
+midendword onese = Cantonese,
+word oneself 5-135-124
+midendword oness 135-56-234 Deaconess
+midendword onet = phonetics bayonet
+endword onez = Ordonez
+midendword ong 56-1245
+always oon = sooner
+always osome =
+word ou =
+always ou 1256
+midendword ound 46-145
+midendword ount 46-2345
+always ourselves 1256-1235-1236-234
+word out 1256
+always ought 5-1256
+always ow 246
+word o'clock 135-3-14
+
+# the letter p
+prfword paid 1234-145
+contraction pd
+always part 5-1234
+begword parta 1234-345-2345-1 partake
+begword parthe 1234-345-2346 parthenon
+begword parth 1234-345-1456 parthian
+begword parto 1234-345-2345-135
+begword parthen 1234-345-2346-1345 parthenon parthenogenesis
+word people 1234
+always perceive 1234-12456-14-1236
+always perceiving 1234-12456-14-1236-1245
+always perhaps 1234-12456-125
+begword photo =
+always pher 1234-125-12456 cyphered
+always pineapple 1234-35-15-1-1234-1234-123-15
+syllable portion 1234-135-1235-56-1345
+syllable port = porthole
+begword potho = pothole pothook
+begword pre =
+always preach 1234-1235-2-16
+sufword predator 1234-1235-1246-1-2345-135-1235
+always prof =
+word prof. 1234-1235-12356-256
+begword proff 1234-1235-12356-124 proffer
+always profit 1234-1235-12356-24-2345
+
+# the letter q
+always quick 12345-13
+contraction qk
+word quite 12345
+always question 5-12345
+
+# the letter r
+sufword rafter 1235-1-124-2345-12456
+word rather 1235
+sufword raw = rawhide
+begword reab = reabsorbed
+always reac =
+always reach 1235-2-16
+begword readj = readjust
+begword readm = readmit
+begword reaff 1235-15-1-235
+sufword reagent 1235-15-1-1245-26-2345
+begword reagg 1235-15-1-2356 reaggregated
+begword realig = realign
+begword rean = reanalyze, reanimate
+begword reapp = reappear
+begword reass 1235-15-1-234-234
+begword reatt = reattach
+begword reau = reauthorization
+begword reaw = reawaken
+begword rede =
+begword redi =
+word redo =
+word redone 1235-15-145-5-135
+begword redou 1235-15-145-1256 redouble redoubt 
+always redu =
+always receive 1235-14-1236
+contraction rcv
+contraction rcvd
+contraction rcvr
+contraction rcvs
+always receiving 1235-14-1236-1245
+contraction rcvg
+begword redis = redistribute
+begword redr = redress
+word reichstag 1235-15-24-16-234-2345-1-1245
+always rejoice 1235-245-14
+contraction rjc
+contraction rjcd
+contraction rjcr
+contraction rjcs
+always rejoicing 1235-245-14-1245
+contraction rjcg
+sufword renaming 1235-15-1345-1-134-346 renamings
+begword rene =
+begword renom = renominate
+begword renou 1235-15-1345-1256 renounce
+sufword renown 1235-15-1345-246-1345 renowned
+begword renu = renunciation
+begword rera = reradiate
+sufword reread 1235-15-1235-2-145
+sufword rerun = reruns
+always rever 1235-15-1236-12456
+always reveren 1235-5-15-26 irreverent
+always reverence 1235-5-15-56-15 irreverence
+sufword reverie 1235-5-15-24-15
+begword ribof =
+begword ribon =
+always right 5-1235
+
+# the letter s
+word said 234-145
+contraction sd
+syllable screw = screwhole
+sufword sedan 234-1246-1-1345
+begword seda =
+always sedu =
+always sent 234-26-2345 sentimental
+always sever 234-15-1236-12456 perseverance 
+always several 234-5-15-1-123 severally
+word shall 146
+word sh =
+always sh 146
+always shaus = In German names
+sufword should 146-145
+always shoulder 146-1256-123-145-12456
+word singapore 234-346-1-1234-135-1235-15 
+midendword sion 46-1345
+midword stak 234-2345-1-13
+midendword stion 234-56-1345
+word so 234
+always some 5-234
+midendword somed 234-135-134-1246 ransomed
+always somer 234-135-134-12456 somersault 
+always spirit 456-234
+midendword ssword 234-234-45-2456 crossword 
+partword st 34
+always sth 234-1456
+always st. 34-256
+always sthe 234-2346
+word still 34
+always stime 234-5-2345
+midendword stown 234-2345-246-1345 Pickstown
+begword styro 34-13456-1235-135 styrofoam
+always ssh =
+always sst =
+word such 234-16
+word sch =
+always sword =
+
+# the letter t
+word th =
+always th 1456
+word that 2345
+word that's 2345-3-234
+word this 1456
+word thyself 1456-13456-124
+word tiddledywinks 2345-24-256-123-15-145-13456-2456-35-13-234
+always tnam =
+joinword to 235
+word today 2345-145
+contraction td
+word tomorrow 2345-134
+contraction tm
+word tonight 2345-1345
+contraction tn
+always turtledove =
+always thead 2345-125-2-145
+always theast 1456-15-1-34
+largesign the 2346
+always thea 2346-1 theater
+word themselves 2346-134-1236-234
+always their 456-2346
+always thence 1456-56-15
+always there 5-2346
+midendword thereal 2346-1235-2-123 ethereal
+always thereen 2346-1235-15-26 smithereens
+word thereupon 5-2346-45-136
+always thereafter 5-2346-1-124
+always thered 2346-1235-1246
+always therer 2346-1235-12456
+always theres 2346-1235-15-234 theresa therese 
+midendword tion 56-1345
+always time 5-2345
+midendword timed 1245-24-134-1246
+midendword timer 2345-24-134-12456
+midendword timet = altimeter
+word these 45-2346
+always through 5-1456
+always together 2345-1245-1235
+contraction tgr
+word those 45-1456
+begword trans = transtype
+
+# the letter u
+begword un = unameliorated
+begword unble = unblemished
+begword uncon = uncongenial
+begword undis = undisturbed
+begword uneas = unease
+begword uneat = uneaten
+sufword unful = unfulfilled
+begword unmen 136-1345-134-26 unmentioned
+begword unpre = unpredictable
+word upon 45-136 Dupont
+word us 136
+always under 5-136
+word unsaid 136-1345-234-145
+
+# the letter v
+begword vaing 1236-1-35-1245 vainglory
+word very 1236
+begword vice = viceroy
+
+# the letter w
+lowword was 356
+word wh =
+always wh 156
+midendword whart 2456-125-345-2345 Newhart
+word which 156
+word will 2456
+lowword were 2356
+lowword Were 6-2356 for back-translation
+always where 5-156
+word whereupon 5-156-45-136
+word wherever 156-12456-5-15
+largesign with 23456
+always word 45-2456
+word whose 45-156
+always work 5-2456
+sufword would 2456-145
+word would've 2456-145-3-1236-15
+contraction wd
+always world 456-2456
+
+# the letter x
+
+# the letter y
+word you 13456
+word you'd 13456-3-145
+word you'll 13456-3-123-123
+word you're 13456-3-1235-15
+word you've 13456-3-1236-15
+always young 5-13456
+word your 13456-1235
+contraction yr
+word yours 13456-1235-234
+contraction yrs
+word yourself 13456-1235-124
+contraction yrf
+word yourselves 13456-1235-1236-234
+contraction yrvs
+
+# the letter z
+
+# Syst`eme International Prefixes
+begword proto =
+begword yotta 13456-135-2345-2345-1 10^24
+begword zetta 1356-15-2345-2345-1 10^21
+# begword exa 15-1346-1 10^18
+begword peta 1234-15-2345-1 10^15
+begword tera 2345-12456-1 10^12
+begword giga 1245-24-1245-1 10^9
+begword mega 134-15-1245-1 10^6
+begword kilo 13-24-123-135 10^3
+begword hecto 125-15-14-2345-135 10^2
+begword deca 145-15-14-1 10^1
+begword deci 145-15-14-24 10^-1
+begword centi 14-26-2345-24 10^-2
+begword gastro 1245-1-34-1235-135
+begword milli 134-24-123-123-24 10^-3
+begword micro 134-24-14-1235-135 10^-6
+begword nano 1345-1-1345-135 10^-9
+begword pico 1234-24-14-135 10^-12
+begword femto 124-15-134-2345-135 10^-15
+begword atto 1-2345-2345-135 10^-18
+begword zepto 1356-15-1234-2345-135 10^-21
+begword yocto 13456-135-14-2345-135 10^-24
+begword anti =
+# begword endo 26-145-135 endow
+begword epi =
+begword extra =
+begword hyper 125-13456-1234-12456
+begword hypo =
+begword infra 35-124-1235-1
+begword inter 35-2345-12456
+begword intra 35-2345-1235-1
+begword iso =
+begword macro =
+begword meta =
+begword micro =
+begword mono =
+begword multi =
+begword patho 1234-1-1456-135
+begword peri 1234-12456-24
+begword poly =
+begword post 1234-135-34
+begword pre =
+begword pseudo =
+begword retro =
+# begword semi = seminar
+begword sub =
+begword super 234-136-1234-12456
+# begword tetra =
+begword trans =
+begword ultra =
+# begword uni =
+
+# other prefixes
+begword electro =
+begword neuro =
+begword psycho 1234-234-13456-16-135
+endword in' =
+endword 'd 3-145 back-translation: = doesn't work
+endword 'm 3-134
+endword 're 3-1235-15
+endword 've 3-1236-15
+endword 'll 3-123-123
+endword 's 3-234
+endword 't 3-2345
+word 'em = 
+always -com 36-14-135-134
+endword -by =
+endword -to = pointed-to resource
+
+word abalone =
+sufword abecedarian 1-12-15-14-15-145-345-24-1-1345
+midendword aean =
+begword aen =
+begword aftere 1-124-2345-12456-15 aftereffect
+begword afteri 1-124-2345-12456-24 afterimage
+sufword airedale =
+sufword anemone = 
+sufword anteat =
+word antigone =
+word baloney =
+sufword bandog =
+sufword battledo = battledor battledome
+always bedragg 23-145-1235-1-2356
+sufword beguine 12-15-1245-136-35-15 proper name
+sufword belittle 23-123-123
+always benares 23-1345-345-15-234
+begword benev 23-1345-15-1236
+begword bene 12-26-15
+always bering 12-12456-346
+always bezel =
+syllable nomial =
+always boer =
+always burlingam =
+word caen =
+midendword lingian 123-346-24-1-1345
+endword reagh 1235-2-126 castlereagh
+sufword cation 14-1-2345-24-135-1345
+always chatham 16-1-2345-125-1-134
+always cicerone 14-24-14-12456-135-1345-15
+always blenz 12-123-26-1356
+always enzym 26-1356-13456-134
+always coname 14-135-5-1345
+word conally 14-135-1345-6-13456
+word conatus =
+word conestoga 25-15-34-135-1245-1
+word coney =
+word conidium =
+endword zione =
+word cony =
+sufword deaconess 145-2-14-135-56-234
+begword denation 145-15-1345-6-1345
+syllable natur =
+always derogate 145-12456-135-1245-1-2345-15
+always dinghy 145-35-126-13456
+always  doggone 145-135-1245-1245-5-135
+always donee =
+word donegal =
+begword equidis = equidistant
+midendword thereally 2346-1235-15-6-13456 ethereally
+midendword enook =
+always eversion 15-1236-12456-46-1345
+sufword falconet =
+sufword feringhee 124-12456-35-126-15-15
+begword fired = firedamp firedrake
+always francene 124-1235-1-1345-14-26-15
+contraction frs
+sufword froward 124-1235-135-2456-345-145
+sufword garderobe 1245-345-145-15-1235-135-12-15
+midendword ometer 135-134-15-2345-12456 gasometer
+always gastight 1245-1-234-2345-24-126-2345
+word goering 1245-135-15-1235-346
+word Goodwill = with a cap
+word Goody = with a cap
+word Goodyear 1245-135-135-145-13456-15-345
+always genealog 1245-26-15-1-123-135-1245
+syllable herd = goatherd
+begword conan =
+always thold = berthold
+always equino =
+syllable thill = anthill
+word conch 14-135-1345-16
+word conches 14-135-1345-16-15-234
+syllable urinary 136-1235-35-345-13456
+always goddam =
+always oering  135-15-1235-346
+always handsomer 125-12346-5-234-1235
+always heartsease 125-15-345-2345-234-15-1-234-15
+always hereford 125-12456-15-123456-145
+always hereupon 5-125-45-136
+endword sheimer 234-125-15-24-134-12456
+always hermione 125-12456-134-24-135-1345-15
+always hoity =
+always toity =
+midendword blence 12-123-56-15
+midendword blend 12-123-26-145
+syllable rubber 1235-136-23-12456 indiarubber
+begword indist 35-145-24-234-2345 indistinct
+begword inerad 35-15-1235-1-145 ineradicable
+begword ingl 35-1245-123 inglewood inglenook
+word iredell =
+begword irre =
+word jaconet =
+word jehad =
+word jihad = 
+word konev =
+contraction lrs
+word limeade =
+always lineag 123-35-2-1245
+contraction llr
+always littleton = proper noun
+always littlejohn = surname
+always letterman = surname
+always oweed 135-2456-15-1246 locoweed
+always lonesome 123-5-135-5-234
+always maenad =
+always menhaden 134-26-125-1-145-26
+midendword encephal 26-14-15-1234-125-1-123
+sufword misoneism =
+sufword misterm 134-24-234-2345-12456-134
+sufword mistitl =
+always misword 134-24-234-45-2456
+word more'n =
+word nonesuch 1345-5-135-234-16
+word noway = change entry of noways
+word nowise =
+sufword nuthatch 1345-136-2345-125-1-2345-16
+begword oed = oedipus
+always oneida =
+word orangeade =
+begword out 1256-2345 outhaul
+endword full = overfull 
+begword oleag = oleaginous
+always peritoneum 1234-12456-24-2345-135-1345-15-136-134
+always peroneal 1234-12456-135-1345-2-123
+always persephone 1234-12456-234-15-1234-125-135-1345-15
+begword pinedr 1234-35-15-145-1235 pinedrop
+syllable root = pokeroot snakeroot
+always poleax = poleax
+sufword potherb 1234-123-2345-125-12456-12
+sufword potsherd 1234-135-2345-146-12456-145
+syllable hunter 125-136-1345-2345-12456 pothunter
+always praenom =
+always predecess 1234-1235-1246-15-14-15-234-234
+always predicat 1234-1235-1246-24-14-1-2345
+always prounion =
+endword  edelic = psychedelic
+begword reaffor 1235-15-1-125-123456 reafforestation
+begword reappor = reapportion
+begword reavow  1235-15-1-1236-246
+begword redac = redact
+begword rededic 1235-15-145-1246-24-14 rededicate
+always redingote 1235-1246-346-135-2345-15
+begword renav = renavigated
+always renegad 1235-26-15-1245-1-145
+always rerefin 1235-15-1235-15-124-35
+begword resth = restharrow
+endword flery = riflery
+begword roped = ropedance
+always roustabout 1235-1256-34-1-12
+word sadowa =
+always scattergood 234-14-1-2345-2345-12456-1245-145
+word sever 234-5-15
+word severs 234-5-15-234
+word severed 234-5-15-1246
+word severing 234-5-15-346
+always severn 234-5-15-1345
+midword sever 234-15-1236-12456 perseverance 
+word several 234-5-15-1-123 severally
+always shofar 146-12356-345
+always shoshone 146-135-146-135-1345-15
+begword skeda = skedaddle
+always smitheren 234-134-24-2346-1235-26 proper name
+endword ouno = radiouno
+always sparerib 234-1234-345-15-1235-14-12
+always speakeas 234-1234-2-13-15-1-234
+begword spiken = spikenard
+syllable hound 125-46-145 loghound 
+always stingar 34-346-345
+always owork 135-5-2456 cowork stuccowork
+begword cowr = cowrote
+endword enaed 15-1345-1-1246 subpoenaed 
+begword threenod 1456-1235-15-15-1345-135-145 threenode
+always tranship 2345-1235-1-1345-146-24-1234
+begword trinar 2345-1235-24-1345-234 trinary trinaries
+always turnabout 2345-136-1235-1345-1-12
+always dledee =
+always dledum = tweedledee and tweedledum
+always twould 2345-2456-145
+begword unblea 136-1345-12-123-2 unbleach?
+begword unbless 136-1345-12-46-234
+begword underog =
+begword underiv =
+always vicenar 1236-24-14-26-345
+sufword violone =
+sufword wakerif =
+always wenceslaus 2456-26-14-15-234-123-1-136-234
+word whereabouts 5-156-1-12-234
+begword wired = wiredance
+always wiseacr =
+always you'n 13456-1256-3-1345
+always zingaro  1356-346-345-135
+always zwinglian 1356-2456-346-123-24-1-1345
+sufword thorn 1456-135-1235-1345
+word hearths 125-15-345-1456-234
+word hearth 125-15-345-1456
+always  \s\x2013\s 36-36 # 8211  en dash
+always \s\x2014\s 36-36 # em dash
+# nobreak 6-46-56-e,6-46-56
+
+# Problems handled with context
+noback context $U2-20[]"'"$l @6-3
+noback context _$l["."]$l @256 U.S.
+noback context _$d["a"] @56-1
+noback context _$d["A"] @56-1
+
+# problems handled with multipass opcodes
+noback pass2 @36-36-36 @36-36
+noback pass2 @6-236-3456 @3-3456
+noback pass2 @6-56 @56-6
+
+#
+#  Copyright (C) 2011 by Peter Engström <peter.engstrom@indexbraille.com>
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+#
+# -----------------------------------------------------------------------------
+# 	SORANI (KURDISH)
+#	================
+# 	Author:		Peter Engström
+# 	Company:	Index Braille
+# ---------------------------------------------------------------------------------------
+
+include ckb-chardefs.cti
+include braille-patterns.cti
+include ckb-translation.cti
+
+# ---------------------------------------------------------------------------------------
+#
+#  Copyright (C) 2014 by Branislav Mamojka <mamojka@unss.sk>
+#  Copyright (C) 2016 by Peter Vagner <peter.v@datagate.sk>
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+#
+#--------------------------------------------------------------------------------
+#
+#  Slovak Braille
+#
+#     Created and maintained by Branislav Mamojka <mamojka@unss.sk>
+#                               Peter Vagner <peter.v@datagate.sk>
+#
+#     Based on the official Slovak Braille Standard
+#     Derived from the Czech braille table by Bert Frees and Jan Halousek
+# ----------------------------------------------------------------------------------------------
+
+# ----------------------------------------------------------------------------------------------
+# Braille indicator opcodes
+# ----------------------------------------------------------------------------------------------
+
+numsign  3456
+capsletter  6
+begcapsword  6-6
+endcapsword  56
+
+# ----------------------------------------------------------------------------------------------
+# Literary digits
+# ----------------------------------------------------------------------------------------------
+
+include litdigits6Dots.uti
+
+# ----------------------------------------------------------------------------------------------
+# Decimal points, hyphens
+# ----------------------------------------------------------------------------------------------
+
+decpoint  \x002C  2
+decpoint  \x002E  3
+hyphen    \x002D  36
+
+# ----------------------------------------------------------------------------------------------
+# Letter prefix in numbers
+# ----------------------------------------------------------------------------------------------
+
+class    digitletter                 abcdefghij
+noback context  $d[]%digitletter            @56
+noback context  $d"."[]%digitletter         @56
+noback context  $d","[]%digitletter         @56
+
+# ----------------------------------------------------------------------------------------------
+#
+#  Copyright (C) 2010-2011 by DocArch <http://www.docarch.be>
+#  Copyright (C) 2014-2015, 2019 by Bert Frees
+#  Copyright (C) 2014 by CBB <http://www.cbb.nl>
+#  Copyright (C) 2015, 2016, 2018 by Dedicon <http://www.dedicon.nl>
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 3 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+#
+# -------------------------------------------------------------------------------
+#
+#  Dutch Braille based on the braille standard of 2017
+#
+#     Created by Bert Frees <bertfrees@gmail.com>
+#     Modified by Henri Apperloo <h.apperloo@cbb.nl>
+#     Modified by Davy Kager <DavyKager@dedicon.nl>
+#
+#     See also: « Braillestandaard voor algemeen gebruik in het Nederlandse taalgebied,
+#                Van toepassing vanaf 19 april 2018 »
+#              (Braille Autoriteit, 2018)
+#               [http://liblouis.org/braille-specs/dutch][1]
+#
+# ----------------------------------------------------------------------------------------------
+
+include nl-chardefs.uti
+include braille-patterns.cti
+
+hyphen    \x002D  36
+
+# §3.1 Het cijferteken [1]
+
+midnum    \x002C  2    # COMMA
+midnum    \x002E  256  # FULL STOP
+
+# §1.55 Paragraafteken [1]
+
+begword \x00A7   346-0
+midword \x00A7 0-346-0
+endword \x00A7 0-346
+
+# §2.18 Procent- en promilleteken [1]
+
+endnum  \x0025 0-123456
+endnum  \x2030 0-123456-123456
+
+# §3.2 De basisrekentekens (spatieregel) [1]
+
+# isgelijkteken =
+begword \x003D   2356-0
+midword \x003D 0-2356-0
+endword \x003D 0-2356
+
+# plusteken +
+begword \x002B   235-0
+endnum  \x002B 5-235
+
+# deelteken ÷
+begword \x00F7   256-0
+midword \x00F7 0-256-0
+endword \x00F7 0-256
+
+# maalteken ×
+begword \x00D7   236-0
+midword \x00D7 0-236-0
+endword \x00D7 0-236
+
+# §2.17 Muntsymbolen/valutatekens [1]
+# Als de munteenheid na het getal wordt geplaatst, dan wordt ze bij voorkeur voluit geschreven
+noback correct ["€"]$s.!$d "euro"
+noback correct ["$"]$s.!$d "dollar"
+noback correct ["£"]$s.!$d "pond"
+noback correct ["¥"]$s.!$d "yen"
+noback correct ["€"]$s.~   "euro"
+noback correct ["$"]$s.~   "dollar"
+noback correct ["£"]$s.~   "pond"
+noback correct ["¥"]$s.~   "yen"
+noback correct ["€"]!$ds   "euro"
+noback correct ["$"]!$ds   "dollar"
+noback correct ["£"]!$ds   "pond"
+noback correct ["¥"]!$ds   "yen"
+noback correct ["€"]~      "euro"
+noback correct ["$"]~      "dollar"
+noback correct ["£"]~      "pond"
+noback correct ["¥"]~      "yen"
+
+# Geplaatst vóór het getal wordt de munteenheid door haar beginletter weergegeven, zonder spatie tussen letter en cijfer
+
+# §1.5 euroteken € (zonder spatie vóór het getal) [1]
+noback joinnum \x20AC 15
+
+# §1.4 dollarteken $ (zonder spatie vóór het getal) [1]
+noback joinnum \x0024 145
+
+# §1.16 pondteken £ (zonder spatie vóór het getal) [1]
+noback joinnum \x00A3 1234
+
+# §1.24 yenteken ¥ (zonder spatie vóór het getal) [1]
+noback joinnum \x00A5 13456
+
+# §1.34 verticale streep | (spatie voor en na) [1]
+
+begword \x007C   1456-0
+midword \x007C 0-1456-0
+endword \x007C 0-1456
+
+# §3.6 Graad-, minuut- en secondeteken [1]
+noback context $d["''"] @4-35-35
+noback context $d["'"] @4-35
+
+# Roman page numbers
+replace  \\_
+
+# §2.11 Herstelteken [1]
+
+# For numbers that are immediately followed by a letter a-j, a sign must be
+# inserted for terminating the number.
+
+# Using these rules instead of the multipass rules makes a lot of tests fail:
+# nocontractsign 6
+# numericnocontchars abcdefghij
+
+class digitletter abcdefghijABCDEFGHIJ    # 1st class = $w
+noback context     $d[]%digitletter       @6
+noback context     $d","[]%digitletter    @6
+noback context     $d"."[]%digitletter    @6
+noback context     $d":"[]%digitletter    @6
+# Multiple dots 6 are collapsed into a single dot 6.
+noback pass2       [@6]@6                 ?
+# A dot 6 is not needed when the number is already cancelled by a capital or emphasis sign
+noback pass3       $d[@6]@45              ?
+noback pass3       $d[@6]@46              ?
+noback pass3       $d[@6]@456             ?
+
+# §2.20 Sleutelteken tweede betekenis [1]
+
+# §2.3 Ampersandteken [1]
+
+# When an AMPERSAND appears within a word (e.g. an initialism like AT&T) it must be
+# preceded by a "second meaning" sign because its first meaning is LETTER C WITH
+# CEDILLA (ç).
+
+# When a PLUS SIGN appears within a word (e.g. 30+'er) it must be preceded by a
+# "second meaning" sign because its first meaning is EXCLAMATION MARK.
+
+class    plusamp                     +&     # 2nd class = $x
+class    noplusamp                   .'‘’   # 3rd class = $y
+noback pass4    %noplusamp[]%plusamp        @5
+noback pass4    $l[]%plusamp                @5
+noback pass4    [@235a]%plusamp             @235-5
+noback pass4    [@12346a]%plusamp           @12346-5
+noback pass4    [@235a]                     @235
+noback pass4    [@12346a]                   @12346
+
+numsign  3456
+
+# §1.58 Drukwijzigingsteken [1]
+emphclass italic
+emphclass underline
+emphclass bold
+
+lenemphphrase italic 4
+begemphword italic 456
+endemphword italic 6
+begemphphrase italic 456-456
+endemphphrase italic before 456
+emphletter italic 456
+
+lenemphphrase bold 4
+begemphword bold 456
+endemphword bold 6
+begemphphrase bold 456-456
+endemphphrase bold before 456
+emphletter bold 456
+
+lenemphphrase underline 4
+begemphword underline 456
+endemphword underline 6
+begemphphrase underline 456-456
+endemphphrase underline before 456
+emphletter underline 456
+
+# §2.12 Hoofdletters [1]
+
+# Certain characters can appear within an uppercase string without cancelling
+# the uppercase "state". These characters are + (PLUS SIGN), & (AMPERSAND),
+# . (FULL STOP), ' (APOSTROPHE), ‘ (LEFT SINGLE QUOTATION MARK)
+# and ’ (RIGHT SINGLE QUOTATION MARK).
+capsmodechars +&.'‘’
+# The same goes for the emphasis "state".
+emphmodechars +&.'
+
+lencapsphrase 4
+begcapsword 45
+endcapsword 6
+begcapsphrase 45-45
+endcapsphrase before 45
+capsletter 46
+# liblouis: sub table for literary digits, 6 dots
+#
+#  Copyright (C) 2013-2014 Mesar Hameed <mesar.hameed@gmail.com>
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+
+litdigit 0 245
+litdigit 1 1
+litdigit 2 12
+litdigit 3 14
+litdigit 4 145
+litdigit 5 15
+litdigit 6 124
+litdigit 7 1245
+litdigit 8 125
+litdigit 9 24
+# liblouis: Unofficial table used by some for studying classical and biblical Greek.
+#
+# -----------
+#-index-name: Greek, international, English
+#-display-name: Greek internationalized braille as used by English speakers
+#
+#+locale: grc
+#+type: literary
+#+dots: 6
+#+contraction: no
+#+direction: forward
+#+region: en
+#+system: grc-international-en
+# ------------
+#
+#  Copyright (C) 2004-2008 ViewPlus Technologies, Inc. www.viewplus.com
+#  Copyright (C) 2004-2006 JJB Software, Inc. www.jjb-software.com
+#  Copyright (C) 2012 Mesar Hameed <mesar.hameed@gmail.com>
+#  Copyright (C) 2019 Dave Mielke: <dave@mielke.cc>, [http://mielke.cc/]
+#  Copyright (C) 2019 Μαρια Γεωργακαράκου <mylarynx@gmail.com>
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+
+# This braille code isn't used in Greece. We're not aware of any official
+# documentation for it. It's based on a braille code developed by scholars to
+# facilitate their study of classical and biblical Greek. It's possible that
+# some people are still using it. Most of the data for this table came from
+# Professor Panagiotis Antonopoulos, who was using the code for several years at
+# Oxford back around 1980. The table also corresponds with the chapter "Greek
+# (International)" on page 185 of
+# http://liblouis.org/braille-specs/#world-braille-usage-3rd-edition.
+
+space \t 7 tab
+space \x00a0 9 unbreakable space
+include spaces.uti
+
+include loweredDigits6Dots.uti
+include latinLetterDef6Dots.uti
+punctuation , 6
+punctuation ; 56
+punctuation : 156
+punctuation . 46
+punctuation ! 2346
+punctuation " 5
+punctuation ' 3
+punctuation ( 12356
+punctuation ) 23456
+punctuation - 36
+sign _ 456
+math < 126
+math = 123456
+math > 345
+sign % 146
+math + 346
+math ~ 45
+sign ` 4
+sign & 12346
+sign $ 1246
+punctuation ? 1456
+punctuation { 246
+punctuation [ 2467
+punctuation } 12456
+punctuation ] 124567
+sign ^ 457
+sign @ 47
+sign # 3456
+sign \\ 12567
+sign | 1256
+math / 34
+sign * 16
+
+punctuation \x2011 36
+punctuation \x2014 36-36
+punctuation \x2019 3
+punctuation \x201c 236
+punctuation \x201d 356
+
+# accented letters
+letter \x00e9 4-15
+letter \x00da 4-136
+letter \x00f6 4-135
+letter \x00e6 4-15
+letter \x00e0 4-1
+replace \x0088 # CHARACTER TABULATION SET 
+replace \x0089 # CHARACTER TABULATION WITH JUSTIFICATION 
+midnum \x0009 46
+noback always ? 56
+always / 0-456-34-0
+always // 0-456-34-34-0
+
+# Braille indicators
+
+numsign 3456  number sign, just a dots operand
+multind 56-6 letsign capsletter
+capsletter 6
+begcapsword 6-6
+endcapsword 6-3
+emphclass italic
+emphclass underline
+emphclass bold
+begemphphrase italic 46-46
+endemphphrase italic before 46
+lenemphphrase italic 4
+begemphphrase bold 456-456
+endemphphrase bold before 456
+lenemphphrase bold 4
+begcomp 456-346
+endcomp 456-156
+
+# the decimal digits
+include litdigits6Dots.uti
+
+# Letters are defined in en-chardefs
+# punctuation
+prepunc ( 2356
+postpunc ) 2356
+prepunc " 236
+postpunc " 356
+prepunc ' 6-236
+postpunc ' 356-3
+word 'em = 
+word 'tis =
+word 'twas =
+begnum # 4 print number sign before number
+midnum , 2
+postpunc , 2
+decpoint . 46
+midnum - 36
+hyphen - 36
+#capsnocont
+postpunc . 256
+postpunc ; 23
+midnum : 25
+postpunc : 25
+postpunc ! 235
+midnum / 34
+always / 456-34
+always < 5-13
+always = 46-13
+always > 46-2
+postpunc ? 236
+endnum % 4-356
+midnum ^ 45
+always ^ 456-126
+always ~ 4-156
+always & 456-12346
+midnum * 4-16
+always * 35-35
+always [ 456-12356
+always ] 456-23456
+always { 6-2356
+always } 2356-3
+prepunc ` 6-236
+always @ 4-1
+always \\ 456-16
+always | 456-1256
+always \s-\s 36-36
+always ... 3-3-3
+always .\s.\s. 3-3-3 . . .
+begnum $ 256
+always $ 256-3456
+
+# special character sequences
+compbrl :// URLs
+compbrl ()
+compbrl www.
+compbrl .com
+compbrl .edu
+compbrl .gov
+compbrl .mil
+compbrl .net
+compbrl .org
+# include countries.cti
+compbrl .doc
+compbrl .htm
+compbrl .html
+compbrl .tex
+compbrl .txt
+compbrl .gif
+compbrl .jpg
+compbrl .png
+compbrl .wav
+compbrl .tar
+compbrl .zip
+
+sign	\x00A7	12356-234-23456	# § SECTION SIGN 
+sign	\x00A9	12356-14-23456	# © COPYRIGHT SIGN 
+sign	\x25CF	12356-16-23456	# ● black circle
+
+include grc-international-decomposed.uti
+#-index-name: Manipuri
+#-display-name: Manipuri braille
+
+#+locale:mni
+#+type:literary
+#+grade:1
+
+# TODO: Please correct the metadata above. It is not meant to be
+# accurate nor complete. It hasn't been verified by the table
+# author yet. It is merely an attempt by the liblouis maintainers
+# to get some sensible initial values in place.
+
+# TODO: Please add a reference to official documentation about
+# the implemented braille code. Preferably submit the documents
+# to https://github.com/liblouis/braille-specs.
+
+include mn-in-g1.utb
+include braille-patterns.cti
+#
+#  Copyright (C) 2010, 2011 by DocArch <http://www.docarch.be>
+#  Copyright (C) 2014 by Bert Frees
+#  Copyright (C) 2014 by CBB <http://www.cbb.nl>
+#  Copyright (C) 2015, 2016, 2018 by Dedicon <http://www.dedicon.nl>
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 3 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+#
+# -------------------------------------------------------------------------------
+#
+#  Dutch Braille as used in Belgium
+#
+#     Created by Bert Frees <bertfrees@gmail.com>
+#     Modified by Henri Apperloo <h.apperloo@cbb.nl>
+#     Modified by Davy Kager <DavyKager@dedicon.nl>
+#
+#     See also: « Braillestandaard voor algemeen gebruik in het Nederlandse taalgebied,
+#                Van toepassing vanaf 19 april 2018 »
+#              (Braille Autoriteit, 2018)
+#               [http://liblouis.org/braille-specs/dutch][1]
+#          and: « World Braille Usage (3rd edition) »
+#               [http://liblouis.org/braille-specs/world-braille-usage-third-edition.pdf][2]
+#
+# ----------------------------------------------------------------------------------------------
+
+include nl-g0.uti
+
+# Rules where nl-NL-g0.utb and nl-BE-g0.utb differ from each other,
+# because either not or ambiguously defined in the Dutch braille
+# standard of 2005.
+
+# Foreign letters Ã, Õ (Portuguese), Å, Æ, Ø (Norwegian/Danish/Finnish), Ì (Italian)
+# Clear definition missing from standard
+# Belgium uses the definitions from the various languages, see [2]
+# CBB uses the letters without accent, see §2.7 Beklemtoonde klinkers [1]
+# CBB suggests dots "246" for letter o with stroke, see Norway, p. 101 [2]
+
+uplow       \x00C3\x00E3  345,345             Ãã                  LATIN CAPITAL LETTER A WITH TILDE - LATIN SMALL LETTER A WITH TILDE
+uplow       \x00C5\x00E5  345,345             Åå                  LATIN CAPITAL LETTER A WITH RING ABOVE - LATIN SMALL LETTER A WITH RING ABOVE
+uplow       \x00C6\x00E6  345,345             Ææ                  LATIN CAPITAL LETTER AE - LATIN SMALL LETTER AE
+uplow       \x00CC\x00EC  34,34               Ìì                  LATIN CAPITAL LETTER I WITH GRAVE - LATIN SMALL LETTER I WITH GRAVE
+uplow       \x00D5\x00F5  246,246             Õõ                  LATIN CAPITAL LETTER O WITH TILDE - LATIN SMALL LETTER O WITH TILDE
+
+# Left and right curly brackets
+# Definition missing from standard
+# Belgium and Dedicon use dots "12356" and "23456"
+# CBB uses "46" and "3456" but suggests dots "6-12356" and "6-23456", see Norway, p. 101 [2]
+
+punctuation \x007B        12356               {                   LEFT CURLY BRACKET
+punctuation \x007D        23456               }                   RIGHT CURLY BRACKET
+
+# Greek letters
+# Clear definition missing from standard
+# The Netherlands use the definitions from Greek (International), p. 185 [2] and rule §2.2 Alfabetwisselingsteken [1]
+# Belgium uses prefix "456" for capital letters
+# Belgium uses dots "345" for letter eta
+# Belgium uses dots "13456" for letter upsilon
+# Belgium uses dots "125" for letter chi
+# Belgium uses dots "12346" for letter psi
+# Belgium uses dots "245" for letter omega
+
+letter      \x0391        456-1               Α                   GREEK CAPITAL LETTER ALPHA
+letter      \x0392        456-12              Β                   GREEK CAPITAL LETTER BETA
+letter      \x0393        456-1245            Γ                   GREEK CAPITAL LETTER GAMMA
+letter      \x0394        456-145             Δ                   GREEK CAPITAL LETTER DELTA
+letter      \x0395        456-15              Ε                   GREEK CAPITAL LETTER EPSILON
+letter      \x0396        456-1356            Ζ                   GREEK CAPITAL LETTER ZETA
+letter      \x0397        456-345             Η                   GREEK CAPITAL LETTER ETA
+letter      \x0398        456-1456            Θ                   GREEK CAPITAL LETTER THETA
+letter      \x0399        456-24              Ι                   GREEK CAPITAL LETTER IOTA
+letter      \x039A        456-13              Κ                   GREEK CAPITAL LETTER KAPPA
+letter      \x039B        456-123             Λ                   GREEK CAPITAL LETTER LAMDA
+letter      \x039C        456-134             Μ                   GREEK CAPITAL LETTER MU
+letter      \x039D        456-1345            Ν                   GREEK CAPITAL LETTER NU
+letter      \x039E        456-1346            Ξ                   GREEK CAPITAL LETTER XI
+letter      \x039F        456-135             Ο                   GREEK CAPITAL LETTER OMICRON
+letter      \x03A0        456-1234            Π                   GREEK CAPITAL LETTER PI
+letter      \x03A1        456-1235            Ρ                   GREEK CAPITAL LETTER RHO
+letter      \x03A3        456-234             Σ                   GREEK CAPITAL LETTER SIGMA
+letter      \x03A4        456-2345            Τ                   GREEK CAPITAL LETTER TAU
+letter      \x03A5        456-13456           Υ                   GREEK CAPITAL LETTER UPSILON
+letter      \x03A6        456-124             Φ                   GREEK CAPITAL LETTER PHI
+letter      \x03A7        456-125             Χ                   GREEK CAPITAL LETTER CHI
+letter      \x03A8        456-12346           Ψ                   GREEK CAPITAL LETTER PSI
+letter      \x03A9        456-245             Ω                   GREEK CAPITAL LETTER OMEGA
+lowercase   \x03B1        56-1                α                   GREEK SMALL LETTER ALPHA
+lowercase   \x03B2        56-12               β                   GREEK SMALL LETTER BETA
+lowercase   \x03B3        56-1245             γ                   GREEK SMALL LETTER GAMMA
+lowercase   \x03B4        56-145              δ                   GREEK SMALL LETTER DELTA
+lowercase   \x03B5        56-15               ε                   GREEK SMALL LETTER EPSILON
+lowercase   \x03B6        56-1356             ζ                   GREEK SMALL LETTER ZETA
+lowercase   \x03B7        56-345              η                   GREEK SMALL LETTER ETA
+lowercase   \x03B8        56-1456             θ                   GREEK SMALL LETTER THETA
+lowercase   \x03B9        56-24               ι                   GREEK SMALL LETTER IOTA
+lowercase   \x03BA        56-13               κ                   GREEK SMALL LETTER KAPPA
+lowercase   \x03BB        56-123              λ                   GREEK SMALL LETTER LAMDA
+lowercase   \x03BC        56-134              μ                   GREEK SMALL LETTER MU
+lowercase   \x03BD        56-1345             ν                   GREEK SMALL LETTER NU
+lowercase   \x03BE        56-1346             ξ                   GREEK SMALL LETTER XI
+lowercase   \x03BF        56-135              ο                   GREEK SMALL LETTER OMICRON
+lowercase   \x03C0        56-1234             π                   GREEK SMALL LETTER PI
+lowercase   \x03C1        56-1235             ρ                   GREEK SMALL LETTER RHO
+lowercase   \x03C2        56-234              ς                   GREEK SMALL LETTER FINAL SIGMA
+lowercase   \x03C3        56-234              σ                   GREEK SMALL LETTER SIGMA
+lowercase   \x03C4        56-2345             τ                   GREEK SMALL LETTER TAU
+lowercase   \x03C5        56-13456            υ                   GREEK SMALL LETTER UPSILON
+lowercase   \x03C6        56-124              φ                   GREEK SMALL LETTER PHI
+lowercase   \x03C7        56-125              χ                   GREEK SMALL LETTER CHI
+lowercase   \x03C8        56-12346            ψ                   GREEK SMALL LETTER PSI
+lowercase   \x03C9        56-245              ω                   GREEK SMALL LETTER OMEGA
+lowercase   \x03D5        56-124              ϕ                   GREEK PHI SYMBOL
+# liblouis: sub table for digits, 8 dots
+#
+#  Copyright (C) 2012-2014 Mesar Hameed <mesar.hameed@gmail.com>
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+
+digit 0 2458
+digit 1 18
+digit 2 128
+digit 3 148
+digit 4 1458
+digit 5 158
+digit 6 1248
+digit 7 12458
+digit 8 1258
+digit 9 248
+# liblouis: Estonian braille table
+# Based on the US.English chardef.
+#
+#  Based on the Linux screenreader BRLTTY
+#
+#  Copyright (C) 1999-2006 The BRLTTY Team
+#  Copyright (C) 2012 Mesar Hameed <mesar.hameed@gmail.com>
+#  Copyright (C) 2012 Jürgen Dengo <jyrgen.dengo@gmail.com>
+#
+# This file is part of liblouis.
+#
+# liblouis is free software: you can redistribute it and/or modify it
+# under the terms of the GNU Lesser General Public License as
+# published by the Free Software Foundation, either version 3 of the
+# License, or (at your option) any later version.
+#
+# liblouis is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with liblouis. If not, see
+# <http://www.gnu.org/licenses/>.
+
+# Computer braille single-cell characters
+space \s 0 blank
+space \t 9 tab
+space \x000a 0 newline
+space \x000c 0
+space \x000d 0 carriage return
+space \x001b 1b escape character for html back-translation
+space \x00A0 a NO-BREAK SPACE <noBreak> 0020 NON-BREAKING SPACE 
+include digits8Dots.uti
+
+include latinLetterDef8Dots.uti
+
+punctuation ( 236
+punctuation } 267
+punctuation ] 23456
+punctuation ? 26
+punctuation : 25
+punctuation ) 356
+punctuation ! 235
+punctuation { 358
+punctuation [ 12356
+punctuation ' 5
+punctuation - 36
+punctuation . 3
+punctuation " 56
+punctuation ; 23
+punctuation , 2
+sign & 12346
+sign $ 1246
+sign \x20ac 123456-15
+sign \x00A3 456
+sign | 456
+sign \\ 16
+sign % 1456
+sign * 35
+sign # 3456
+punctuation ` 4
+sign _ 258
+sign ^ 578
+sign @ 47
+math = 2356
+math < 1358
+math / 34
+math > 2468
+math + 235
+math ~ 45
+
+# Estonian specific characters
+uppercase \x0160 1567 LATIN UPPERCASE S WITH CARAT
+lowercase \x0161 156 LATIN LOWERCASE S WITH CARAT
+uppercase \x017d 23467 LATIN UPPERCASE Z WITH CARAT
+lowercase \x017e 2346 LATIN LOWERCASE Z WITH CARAT
+uppercase \x00c4 3457 LATIN CAPITAL LETTER A  WITH DIAERESIS
+lowercase \x00E4 345 LATIN SMALL LETTER A WITH DIAERESIS 0061 0308 LATIN 
+uppercase \x00D6 2467 LATIN CAPITAL LETTER O WITH DIAERESIS 004F 0308 
+lowercase \x00F6 246 LATIN SMALL LETTER O WITH DIAERESIS 006F 0308 
+uppercase \x00d5 1267 LATIN CAPITAL LETTER O WITH TILDE
+lowercase \x00F5 126 LATIN SMALL LETTER O WITH TILDE 006F 0303 LATIN 
+uppercase \x00DC 12567 LATIN CAPITAL LETTER U WITH DIAERESIS 0055 0308 
+lowercase \x00FC 1256 LATIN SMALL LETTER U WITH DIAERESIS 0075 0308 
+
+# Accented letters marked in Estonian braille
+lowercase \x00DF 2346 LATIN SMALL LETTER SHARP S German 
+uppercase \x00C7 123467 LATIN CAPITAL LETTER C WITH CEDILLA 0043 0327 
+lowercase \x00E7 12346 LATIN SMALL LETTER C WITH CEDILLA 0063 0327 LATIN 
+uppercase \x00C0 123567 LATIN CAPITAL LETTER A WITH GRAVE 0041 0300 LATIN 
+lowercase \x00E0 12356 LATIN SMALL LETTER A WITH GRAVE 0061 0300 LATIN 
+uppercase \x00C8 23467 LATIN CAPITAL LETTER E WITH GRAVE 0045 0300 LATIN 
+lowercase \x00E8 2346 LATIN SMALL LETTER E WITH GRAVE 0065 0300 LATIN 
+uppercase \x00D9 234567 LATIN CAPITAL LETTER U WITH GRAVE 0055 0300 LATIN 
+lowercase \x00F9 23456 LATIN SMALL LETTER U WITH GRAVE 0075 0300 LATIN 
+uppercase \x00C2 167 LATIN CAPITAL LETTER A WITH CIRCUMFLEX 0041 0302 
+lowercase \x00E2 16 LATIN SMALL LETTER A WITH CIRCUMFLEX 0061 0302 
+uppercase \x00CA 1267 LATIN CAPITAL LETTER E WITH CIRCUMFLEX 0045 0302 
+lowercase \x00EA 126 LATIN SMALL LETTER E WITH CIRCUMFLEX 0065 0302 
+uppercase \x00CE 1467 LATIN CAPITAL LETTER I WITH CIRCUMFLEX 0049 0302 
+lowercase \x00EE 146 LATIN SMALL LETTER I WITH CIRCUMFLEX 0069 0302 
+uppercase \x00D4 14567 LATIN CAPITAL LETTER O WITH CIRCUMFLEX 004F 0302 
+lowercase \x00F4 1456 LATIN SMALL LETTER O WITH CIRCUMFLEX 006F 0302 
+uppercase \x00DB 1567 LATIN CAPITAL LETTER U WITH CIRCUMFLEX 0055 0302 
+lowercase \x00FB 156 LATIN SMALL LETTER U WITH CIRCUMFLEX 0075 0302 
+uppercase \x00C9 1234567 LATIN CAPITAL LETTER E WITH ACUTE 0045 0301 LATIN 
+lowercase \x00E9 123456 LATIN SMALL LETTER E WITH ACUTE 0065 0301 LATIN 
+uppercase \x00CB 12467 LATIN CAPITAL LETTER E WITH DIAERESIS 0045 0308 
+lowercase \x00EB 1246 LATIN SMALL LETTER E WITH DIAERESIS 0065 0308 
+uppercase \x00CF 124567 LATIN CAPITAL LETTER I WITH DIAERESIS 0049 0308 
+lowercase \x00EF 12456 LATIN SMALL LETTER I WITH DIAERESIS 0069 0308 
+
+# Other characters
+uppercase \x00C1 123567 LATIN CAPITAL LETTER A WITH ACUTE 0041 0301 LATIN 
+lowercase \x00E1 12356 LATIN SMALL LETTER A WITH ACUTE 0061 0301 LATIN 
+uppercase \x00CD 347 LATIN CAPITAL LETTER I WITH ACUTE 0049 0301 LATIN 
+lowercase \x00ED 34 LATIN SMALL LETTER I WITH ACUTE 0069 0301 LATIN 
+uppercase \x00D3 3467 LATIN CAPITAL LETTER O WITH ACUTE 004F 0301 LATIN 
+lowercase \x00F3 346 LATIN SMALL LETTER O WITH ACUTE 006F 0301 LATIN 
+uppercase \x00DA 123567 LATIN CAPITAL LETTER U WITH ACUTE 0055 0301 LATIN 
+lowercase \x00FA 23456 LATIN SMALL LETTER U WITH ACUTE 0075 0301 LATIN 
+
+# Miscellaneous
+noback sign \x25CF 35 BLACK CIRCLE
+#-index-name: Esperanto
+#-display-name: Esperanto braille
+
+#+locale:eo
+#+type:literary
+#+grade:1
+
+# TODO: Please correct the metadata above. It is not meant to be
+# accurate nor complete. It hasn't been verified by the table
+# author yet. It is merely an attempt by the liblouis maintainers
+# to get some sensible initial values in place.
+
+# TODO: Please add a reference to official documentation about
+# the implemented braille code. Preferably submit the documents
+# to https://github.com/liblouis/braille-specs.
+
+include eo-g1.ctb
+include braille-patterns.cti
+# liblouis: Polish Grade 1 Braille Table
+#
+#  Copyright (C) 2004-2008 ViewPlus Technologies, Inc. www.viewplus.com
+#  Copyright (C) 2004-2006 JJB Software, Inc. www.jjb-software.com
+#  Copyright (C) 2012 Mesar Hameed <mesar.hameed@gmail.com>
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+
+# Created & maintained by Leon Ungier <Leon.Ungier@ViewPlus.com>.
+
+space \x00a0 a
+include spaces.uti
+include text_nabcc.dis
+
+# ----------- define all chars --------------------------------------
+
+punctuation ! 235			exclamation sign   						x0021
+punctuation " 356			double quote									x0022
+sign # 3456						number sign										x0023
+sign $ 256						dollar sign										x0024
+sign % 4-356					percent sign									x0025
+sign & 456-12346			ampersand											z0026
+punctuation ' 3				apostrophe										x0027
+punctuation ( 2356			left parenthesis						x0028
+punctuation ) 2356			right parenthesis						x0029
+sign * 35-35						asterisk										x002A
+math + 235							plus												002B
+punctuation , 2					coma												002C
+punctuation - 36				hyphen-minus								002D
+punctuation . 3					point												002E
+math / 456-34						solidus											002F
+
+punctuation : 25				colon								x003A
+punctuation ; 23				semicolon						x003B
+punctuation < 5-13			less-than sign			x003C
+math = 2356			equal sign					x003D
+math > 46-2			greater-than sign		x003E
+punctuation ? 26				question mark				x003F
+sign @ 4-1			commercial at				x0040
+
+include latinLetterDef6Dots.uti
+
+include digits6Dots.uti # Must come after letters.
+include litdigits6Dots.uti # Must come after letters.
+
+# all Polish diacritics must come before other symbols to make back-translation working.
+# the letter a with ogonek -----------------------------------
+uplow \x0104\x0105 16
+
+# the letter c with acute
+uplow \x0106\x0107 146
+
+# the letter e with ogonek
+uplow \x0118\x0119 156
+
+# the letter l with stroke
+uplow \x0141\x0142 126
+
+# the letter n with acute
+uplow \x0143\x0144 1456
+
+# the letter o with acute
+uplow	\x00D3\x00F3	346											x00D3 / 00F3
+
+# the letter s	with acute
+# always	\x015A	246																	x015A
+# always	\x015B	246
+uplow \x015A\x015B 246
+
+# the letter z	with acute
+# always	\x0179	2346																x0179
+# always	\x017A	2346
+uplow \x0179\x017A 2346
+
+# the letter z with dot above
+# always	\x017B	12346																x017B
+# always	\x017C	12346																x017C
+uplow \x017B\x017C 12346
+
+
+punctuation [ 12356		left square bracket						x005B
+sign \\ 2				reverse solidus								x005C
+punctuation ] 23456		right square bracket					x005D
+sign ^ 5				circumflex accent							x005E
+sign _ 46				low line											x005F
+sign ` 4				grave accent									x0060
+
+# a - z								# 97 - 122								x0061-x007A
+
+punctuation { 246				left curly bracket					x007B
+sign | 56					vertical line								x007C
+punctuation } 12456			right curly bracket					x007D
+math ~ 256				tilde												x007E
+sign \x0080 15-136-1235-135										x0080
+
+sign ¢ 4-14				cent sign																			x00A2
+sign £ 45-123			pound sign																		x00A3
+sign ¤ 45-15			currency sign																	x00A4
+sign ¥ 45-13456		yen	sign																			x00A5
+sign § 346				section sign																	x00A7
+sign © 2356-6-14-2356		copyright																x00A9
+punctuation « 236				left-pointing double angle quotation 		x00AB
+punctuation \x00AD 36 soft hyphen
+sign ° 4-356			degree sign																		x00B0
+sign ² 4-6-126		superscript 2 sign														x00B2
+sign ³ 4-6-146		superscript 3 sign														x00B3
+sign µ 46-134			micro sign																		x00B5
+sign ¶ 4-1234-345 pilcrow sign (paragraph)											x00B6
+sign ¹ 1-27				superscript 1 sign														x00B9
+punctuation » 356			right-pointing double angle quotation		x00BB
+math ¼ 6-16-34-1456		vulgar fraction one quarter								x00BC
+math ½ 6-16-34-126		vulgar fraction one half									x00BD
+math ¾ 6-126-34-1456	vulgar fraction 3 quarters								x00BE
+
+uplow Åå 16					A with ring above											x00C5 / 00E5
+uplow \x00C2\x00E2 16					letter a with circumflex						x00E2
+
+uplow \x00C0\x00E0 12356	letter a with grave							x00C0 / 00E0
+uplow \x00C1\x00E1 12356			letter a with acute									x00E1
+uplow \x00C3\x00E3 126		letter a with tilde											x00E3
+uplow Ää 345				A with diaeresis											x00C4 / 00E4
+uplow \x00C6\x00E6 6-345	ae															x00C6
+uplow Çç 12346			letter c with cedilla									x00C7 / 00E7
+uplow Èè 2346				e with grave													x00C8 / 00E8
+uplow \x00C9\x00E9 123456		e with acute													x00E9
+uplow \x00CA\x00EA 126			e with circumflex											x00EA
+uplow \x00CB\x00EB 1246		e with diaeresis												x00EB
+uplow \x00CD\x00ED 34			i with acute													x00ED
+uplow \x00CE\x00EE 146		i with circumflex											x00EE
+uplow \x00CF\x00EF 12456	i with diaeresis								x00CF / 00EF
+
+uplow \x00D4\x00F4 1456	o with circumflex													x00F4
+uplow \x00D5\x00F5 246		o with tilde														x00F5
+uplow Öö 246						O with diaeresis									x00D6 / 00F6
+math × 236				multiplication sign											x00D7
+uplow \x00D8\x00F8 246		o with stroke										x00D8 / 00F8
+
+math ÷ 256				division sign										x00F7
+
+uplow \x00DA\x00FA 23456			u with acute							x00DA / 00FA
+uplow \x00DB\x00FB 156				u with circumflex					x00FB
+uplow \x00DC\x00FC 1256				u with diaeresis					x00FC
+uplow \x00DD\x00FD 12346			y with acute							x00DD / 00FD
+
+
+punctuation	\x2010 36		 # 8208			hyphen
+punctuation	\x2011 36		 # 8209			non-breaking hyphen
+punctuation	\x2013 36		 # 8211			smart minus sign
+punctuation	\x2018 3		 # 8216			smart single left quotation mark
+punctuation	\x2019 3		 # 8217			smart single right quotation mark
+
+punctuation	\x201C 236	 # 8220			smart opening double quote
+punctuation	\x201D 356	 # 8221			smart closing double quote
+punctuation	\x201E 236	 # 8222			smart double low quotation mark
+punctuation	\x201F 356	 # 8223			smart double high reverse quotation mark
+punctuation  \x2026 3-3-3 # 8230		smart ellipsis
+
+noback sign \x25CF 35-35	# 9679 black circle
+
+# ------------------------------------------------------
+
+
+capsletter 46			# single capital letter indicator
+begcapsword 46-46			# a block of consecutive capital letters indicator
+
+numsign 3456		#	number sign, just one operand
+midnum , 2
+midnum . 3
+midnum + 235
+midnum - 36
+midnum / 256
+midnum : 25
+midnum = 2356
+
+endnum # 56-3456
+
+prepunc " 236
+postpunc " 356
+
+prepunc ' 6-236
+postpunc ' 356-3
+postpunc '' 356
+postpunc ''' 356-3-356
+
+repeated *** 16-16-16
+
+prepunc `` 236
+prepunc ` 6-236
+
+
+repeated --- 36-36-36
+
+repeated ___ 46-46-46
+
+repeated ::: 25-25-25
+repeated === 46-13-46-13-46-13
+repeated ~~~ 4-156-4-156-4-156
+always \s-\s 36-36
+always \s-\scom 36-36-14-135-134
+always ... 3-3-3
+always .\s.\s. 3-3-3 . . .
+
+always \s­\s 36-36
+
+# special character sequences
+literal :// URLs
+literal www.
+
+literal .com
+literal .edu
+literal .gov
+literal .mil
+literal .net
+literal .org
+
+literal .doc
+literal .htm
+literal .html
+literal .tex
+literal .txt
+
+literal .gif
+literal .jpg
+literal .png
+literal .wav
+
+literal .tar
+literal .zip
+#
+# Copyright (C) 1995-2004 by The BRLTTY Team. All rights reserved.
+#
+# This file is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public
+# License as published by the Free Software Foundation; either
+# version 2.1 of the License, or (at your option) any later version.
+
+# This file is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+# Lesser General Public License for more details.
+
+# You should have received a copy of the GNU Lesser General Public
+# License along with this file; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+# This is free software, placed under the terms of the
+# GNU General Public License, as published by the Free Software
+# Foundation.  Please see the file COPYING for details.
+
+# show any "word" which contains a country code in 8-dot computer braille.
+compbrl .ad Andorra
+compbrl .ae United Arab Emirates
+compbrl .af Afghanistan
+compbrl .ag Antigua and Barbuda
+compbrl .ai Anguilla
+compbrl .al Albania
+compbrl .am Armenia
+compbrl .an Netherlands Antilles
+compbrl .ao Angola
+compbrl .aq Antarctica
+compbrl .ar Argentina
+compbrl .as American Samoa
+compbrl .at Austria
+compbrl .au Australia
+compbrl .aw Aruba
+compbrl .az Azerbaijan
+compbrl .ba Bosnia-Herzegovina
+compbrl .bb Barbados
+compbrl .bd Bangladesh
+compbrl .be Belgium
+compbrl .bf Burkina Faso
+compbrl .bg Bulgaria
+compbrl .bh Bahrain
+compbrl .bi Burundi
+compbrl .bj Benin
+compbrl .bm Bermuda
+compbrl .bn Brunei Darussalam
+compbrl .bo Bolivia
+compbrl .br Brazil
+compbrl .bs Bahamas
+compbrl .bt Bhutan
+compbrl .bv Bouvet Island
+compbrl .bw Botswana
+compbrl .by Belarus
+compbrl .bz Belize
+compbrl .ca Canada
+compbrl .cc Cocos (Keeling) Islands
+compbrl .cd The Democratic Republic of The Congo
+compbrl .cf Central African Republic
+compbrl .cg Congo
+compbrl .ch Switzerland
+compbrl .ci Ivory Coast
+compbrl .ck Cook Islands
+compbrl .cl Chile
+compbrl .cm Cameroon
+compbrl .cn China
+compbrl .co Colombia
+compbrl .cr Costa Rica
+compbrl .cu Cuba
+compbrl .cv Cape Verde
+compbrl .cx Christmas Island
+compbrl .cy Cyprus
+compbrl .cz Czech Republic
+compbrl .de Germany
+compbrl .dj Djibouti
+compbrl .dk Denmark
+compbrl .dm Dominica
+compbrl .do Dominican Republic
+compbrl .dz Algeria
+compbrl .ec Ecuador
+compbrl .ee Estonia
+compbrl .eg Egypt
+compbrl .eh Western Sahara
+compbrl .er Eritrea
+compbrl .es Spain
+compbrl .et Ethiopia
+compbrl .fi Finland
+compbrl .fj Fiji
+compbrl .fk Falkland Islands (Malvinas)
+compbrl .fm Micronesia
+compbrl .fo Faroe Islands
+compbrl .fr France
+compbrl .ga Gabon
+compbrl .gb United Kingdom
+compbrl .gd Grenada
+compbrl .ge Georgia
+compbrl .gf French Guiana
+compbrl .gh Ghana
+compbrl .gi Gibraltar
+compbrl .gl Greenland
+compbrl .gm Gambia
+compbrl .gn Guinea
+compbrl .gp Guadeloupe (Fr.)
+compbrl .gq Equatorial Guinea
+compbrl .gr Greece
+compbrl .gs South Georgia And The South Sandwich Islands
+compbrl .gt Guatemala
+compbrl .gu Guam (U.S.)
+compbrl .gw Guinea-Bissau
+compbrl .gy Guyana
+compbrl .hk Hong Kong
+compbrl .hm Heard Island And Mcdonald Islands
+compbrl .hn Honduras
+compbrl .hr Croatia
+compbrl .ht Haiti
+compbrl .hu Hungary
+compbrl .id Indonesia
+compbrl .ie Ireland
+compbrl .il Israel
+compbrl .im Isle of Man
+compbrl .in India
+compbrl .io British Indian Ocean Territory
+compbrl .iq Iraq
+compbrl .ir Iran
+compbrl .is Iceland
+compbrl .it Italy
+compbrl .jm Jamaica
+compbrl .jo Jordan
+compbrl .jp Japan
+compbrl .ke Kenya
+compbrl .kg Kyrgyzstan
+compbrl .kh Cambodia
+compbrl .ki Kiribati
+compbrl .km Comoros
+compbrl .kn Saint Kitts and Nevis
+compbrl .kp Korea (North)
+compbrl .kr Korea (South)
+compbrl .kw Kuwait
+compbrl .ky Cayman Islands
+compbrl .kz Kazakstan
+compbrl .la Lao People's Democratic Republic
+compbrl .lb Lebanon
+compbrl .lc Saint Lucia
+compbrl .li Liechtenstein
+compbrl .lk Sri Lanka
+compbrl .lr Liberia
+compbrl .ls Lesotho
+compbrl .lt Lithuania
+compbrl .lu Luxembourg
+compbrl .lv Latvia
+compbrl .ly Libyan Arab Jamahiriya
+compbrl .ma Morocco
+compbrl .mc Monaco
+compbrl .md Moldova
+compbrl .mg Madagascar
+compbrl .mh Marshall Islands
+compbrl .mk Macedonia
+compbrl .ml Mali
+compbrl .mm Myanmar
+compbrl .mn Mongolia
+compbrl .mo Macau
+compbrl .mp Northern Mariana Islands
+compbrl .mq Martinique
+compbrl .mr Mauritania
+compbrl .ms Montserrat
+compbrl .mt Malta
+compbrl .mu Mauritius
+compbrl .mv Maldives
+compbrl .mw Malawi
+compbrl .mx Mexico
+compbrl .my Malaysia
+compbrl .mz Mozambique
+compbrl .na Namibia
+compbrl .nc New Caledonia (Fr.)
+compbrl .ne Niger
+compbrl .nf Norfolk Island
+compbrl .ng Nigeria
+compbrl .ni Nicaragua
+compbrl .nl Netherlands
+compbrl .no Norway
+compbrl .np Nepal
+compbrl .nr Nauru
+compbrl .nu Niue
+compbrl .nz New Zealand
+compbrl .om Oman
+compbrl .pa Panama
+compbrl .pe Peru
+compbrl .pf Polynesia (Fr.)
+compbrl .pg Papua New Guinea
+compbrl .ph Philippines
+compbrl .pk Pakistan
+compbrl .pl Poland
+compbrl .pm Saint Pierre and Miquelon
+compbrl .pn Pitcairn
+compbrl .pr Puerto Rico (U.S.)
+compbrl .ps Palestinian Territory, Occupied
+compbrl .pt Portugal
+compbrl .pw Palau
+compbrl .py Paraguay
+compbrl .qa Qatar
+compbrl .re Reunion (Fr.)
+compbrl .ro Romania
+compbrl .ru Russia
+compbrl .rw Rwanda
+compbrl .sa Saudi Arabia
+compbrl .sb Solomon Islands
+compbrl .sc Seychelles
+compbrl .sd Sudan
+compbrl .se Sweden
+compbrl .sg Singapore
+compbrl .sh Saint Helena
+compbrl .si Slovenia
+compbrl .sj Svalbard and Jan Mayen
+compbrl .sk Slovakia
+compbrl .sl Sierra Leone
+compbrl .sm San Marino
+compbrl .sn Senegal
+compbrl .so Somalia
+compbrl .sr Suriname
+compbrl .st Sao Tome And Principe
+compbrl .su U.S.S.R.
+compbrl .sv El Salvador
+compbrl .sy Syrian Arab Republic
+compbrl .sz Swaziland
+compbrl .tc Turks And Caicos Islands
+compbrl .td Chad
+compbrl .tf French Southern Territories
+compbrl .tg Togo
+compbrl .th Thailand
+compbrl .tj Tajikistan
+compbrl .tk Tokelau
+compbrl .tm Turkmenistan
+compbrl .tn Tunisia
+compbrl .to Tonga
+compbrl .tp East Timor
+compbrl .tr Turkey
+compbrl .tt Trinidad and Tobago
+compbrl .tv Tuvalu
+compbrl .tw Taiwan
+compbrl .tz Tanzania
+compbrl .ua Ukraine
+compbrl .ug Uganda
+compbrl .uk United Kingdom
+compbrl .um United States Minor Outlying Islands
+compbrl .us United States
+compbrl .uy Uruguay
+compbrl .uz Uzbekistan
+compbrl .va Holy See (Vatican City State)
+compbrl .vc St. Vincent and the Grenadines
+compbrl .ve Venezuela
+compbrl .vg Virgin Islands, British
+compbrl .vi Virgin Islands, U.S.
+compbrl .vn Vietnam
+compbrl .vu Vanuatu
+compbrl .wf Wallis and Futuna
+compbrl .ws Samoa
+compbrl .ye Yemen
+compbrl .yt Mayotte
+compbrl .yu Yugoslavia
+compbrl .za South Africa
+compbrl .zm Zambia
+compbrl .zw Zimbabwe
+# This file will produce Unicode Braille output.
+# Use it as the first file in a table list.
+#
+#  Copyright (C) 2010 JJB Software, Inc. www.jjb-software.com
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+
+display \x2800 0
+display \x2801 1
+display \x2802 2
+display \x2803 12
+display \x2804 3
+display \x2805 13
+display \x2806 23
+display \x2807 123
+display \x2808 4
+display \x2809 14
+display \x280A 24
+display \x280B 124
+display \x280C 34
+display \x280D 134
+display \x280E 234
+display \x280F 1234
+display \x2810 5
+display \x2811 15
+display \x2812 25
+display \x2813 125
+display \x2814 35
+display \x2815 135
+display \x2816 235
+display \x2817 1235
+display \x2818 45
+display \x2819 145
+display \x281A 245
+display \x281B 1245
+display \x281C 345
+display \x281D 1345
+display \x281E 2345
+display \x281F 12345
+display \x2820 6
+display \x2821 16
+display \x2822 26
+display \x2823 126
+display \x2824 36
+display \x2825 136
+display \x2826 236
+display \x2827 1236
+display \x2828 46
+display \x2829 146
+display \x282A 246
+display \x282B 1246
+display \x282C 346
+display \x282D 1346
+display \x282E 2346
+display \x282F 12346
+display \x2830 56
+display \x2831 156
+display \x2832 256
+display \x2833 1256
+display \x2834 356
+display \x2835 1356
+display \x2836 2356
+display \x2837 12356
+display \x2838 456
+display \x2839 1456
+display \x283A 2456
+display \x283B 12456
+display \x283C 3456
+display \x283D 13456
+display \x283E 23456
+display \x283F 123456
+display \x2840 7
+display \x2841 17
+display \x2842 27
+display \x2843 127
+display \x2844 37
+display \x2845 137
+display \x2846 237
+display \x2847 1237
+display \x2848 47
+display \x2849 147
+display \x284A 247
+display \x284B 1247
+display \x284C 347
+display \x284D 1347
+display \x284E 2347
+display \x284F 12347
+display \x2850 57
+display \x2851 157
+display \x2852 257
+display \x2853 1257
+display \x2854 357
+display \x2855 1357
+display \x2856 2357
+display \x2857 12357
+display \x2858 457
+display \x2859 1457
+display \x285A 2457
+display \x285B 12457
+display \x285C 3457
+display \x285D 13457
+display \x285E 23457
+display \x285F 123457
+display \x2860 67
+display \x2861 167
+display \x2862 267
+display \x2863 1267
+display \x2864 367
+display \x2865 1367
+display \x2866 2367
+display \x2867 12367
+display \x2868 467
+display \x2869 1467
+display \x286A 2467
+display \x286B 12467
+display \x286C 3467
+display \x286D 13467
+display \x286E 23467
+display \x286F 123467
+display \x2870 567
+display \x2871 1567
+display \x2872 2567
+display \x2873 12567
+display \x2874 3567
+display \x2875 13567
+display \x2876 23567
+display \x2877 123567
+display \x2878 4567
+display \x2879 14567
+display \x287A 24567
+display \x287B 124567
+display \x287C 34567
+display \x287D 134567
+display \x287E 234567
+display \x287F 1234567
+display \x2880 8
+display \x2881 18
+display \x2882 28
+display \x2883 128
+display \x2884 38
+display \x2885 138
+display \x2886 238
+display \x2887 1238
+display \x2888 48
+display \x2889 148
+display \x288A 248
+display \x288B 1248
+display \x288C 348
+display \x288D 1348
+display \x288E 2348
+display \x288F 12348
+display \x2890 58
+display \x2891 158
+display \x2892 258
+display \x2893 1258
+display \x2894 358
+display \x2895 1358
+display \x2896 2358
+display \x2897 12358
+display \x2898 458
+display \x2899 1458
+display \x289A 2458
+display \x289B 12458
+display \x289C 3458
+display \x289D 13458
+display \x289E 23458
+display \x289F 123458
+display \x28A0 68
+display \x28A1 168
+display \x28A2 268
+display \x28A3 1268
+display \x28A4 368
+display \x28A5 1368
+display \x28A6 2368
+display \x28A7 12368
+display \x28A8 468
+display \x28A9 1468
+display \x28AA 2468
+display \x28AB 12468
+display \x28AC 3468
+display \x28AD 13468
+display \x28AE 23468
+display \x28AF 123468
+display \x28B0 568
+display \x28B1 1568
+display \x28B2 2568
+display \x28B3 12568
+display \x28B4 3568
+display \x28B5 13568
+display \x28B6 23568
+display \x28B7 123568
+display \x28B8 4568
+display \x28B9 14568
+display \x28BA 24568
+display \x28BB 124568
+display \x28BC 34568
+display \x28BD 134568
+display \x28BE 234568
+display \x28BF 1234568
+display \x28C0 78
+display \x28C1 178
+display \x28C2 278
+display \x28C3 1278
+display \x28C4 378
+display \x28C5 1378
+display \x28C6 2378
+display \x28C7 12378
+display \x28C8 478
+display \x28C9 1478
+display \x28CA 2478
+display \x28CB 12478
+display \x28CC 3478
+display \x28CD 13478
+display \x28CE 23478
+display \x28CF 123478
+display \x28D0 578
+display \x28D1 1578
+display \x28D2 2578
+display \x28D3 12578
+display \x28D4 3578
+display \x28D5 13578
+display \x28D6 23578
+display \x28D7 123578
+display \x28D8 4578
+display \x28D9 14578
+display \x28DA 24578
+display \x28DB 124578
+display \x28DC 34578
+display \x28DD 134578
+display \x28DE 234578
+display \x28DF 1234578
+display \x28E0 678
+display \x28E1 1678
+display \x28E2 2678
+display \x28E3 12678
+display \x28E4 3678
+display \x28E5 13678
+display \x28E6 23678
+display \x28E7 123678
+display \x28E8 4678
+display \x28E9 14678
+display \x28EA 24678
+display \x28EB 124678
+display \x28EC 34678
+display \x28ED 134678
+display \x28EE 234678
+display \x28EF 1234678
+display \x28F0 5678
+display \x28F1 15678
+display \x28F2 25678
+display \x28F3 125678
+display \x28F4 35678
+display \x28F5 135678
+display \x28F6 235678
+display \x28F7 1235678
+display \x28F8 45678
+display \x28F9 145678
+display \x28FA 245678
+display \x28FB 1245678
+display \x28FC 345678
+display \x28FD 1345678
+display \x28FE 2345678
+display \x28FF 12345678
+
+#
+#  Copyright (C) 2010, 2011 DocArch <http://www.docarch.be>.
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+#
+# ----------------------------------------------------------------------------------------------
+#  odt2braille - Braille authoring in OpenOffice.org.
+# ----------------------------------------------------------------------------------------------
+
+# ----------------------------------------------------------------------------------------------
+# Unicode 2800..28FF  Braille Patterns
+# ----------------------------------------------------------------------------------------------
+
+noback sign        \x2800  0                    # ⠀                   BRAILLE PATTERN DOTS-0
+noback sign        \x2801  1                    # ⠁                   BRAILLE PATTERN DOTS-1
+noback sign        \x2802  2                    # ⠂                   BRAILLE PATTERN DOTS-2
+noback sign        \x2803  12                   # ⠃                   BRAILLE PATTERN DOTS-12
+noback sign        \x2804  3                    # ⠄                   BRAILLE PATTERN DOTS-3
+noback sign        \x2805  13                   # ⠅                   BRAILLE PATTERN DOTS-13
+noback sign        \x2806  23                   # ⠆                   BRAILLE PATTERN DOTS-23
+noback sign        \x2807  123                  # ⠇                   BRAILLE PATTERN DOTS-123
+noback sign        \x2808  4                    # ⠈                   BRAILLE PATTERN DOTS-4
+noback sign        \x2809  14                   # ⠉                   BRAILLE PATTERN DOTS-14
+noback sign        \x280A  24                   # ⠊                   BRAILLE PATTERN DOTS-24
+noback sign        \x280B  124                  # ⠋                   BRAILLE PATTERN DOTS-124
+noback sign        \x280C  34                   # ⠌                   BRAILLE PATTERN DOTS-34
+noback sign        \x280D  134                  # ⠍                   BRAILLE PATTERN DOTS-134
+noback sign        \x280E  234                  # ⠎                   BRAILLE PATTERN DOTS-234
+noback sign        \x280F  1234                 # ⠏                   BRAILLE PATTERN DOTS-1234
+noback sign        \x2810  5                    # ⠐                   BRAILLE PATTERN DOTS-5
+noback sign        \x2811  15                   # ⠑                   BRAILLE PATTERN DOTS-15
+noback sign        \x2812  25                   # ⠒                   BRAILLE PATTERN DOTS-25
+noback sign        \x2813  125                  # ⠓                   BRAILLE PATTERN DOTS-125
+noback sign        \x2814  35                   # ⠔                   BRAILLE PATTERN DOTS-35
+noback sign        \x2815  135                  # ⠕                   BRAILLE PATTERN DOTS-135
+noback sign        \x2816  235                  # ⠖                   BRAILLE PATTERN DOTS-235
+noback sign        \x2817  1235                 # ⠗                   BRAILLE PATTERN DOTS-1235
+noback sign        \x2818  45                   # ⠘                   BRAILLE PATTERN DOTS-45
+noback sign        \x2819  145                  # ⠙                   BRAILLE PATTERN DOTS-145
+noback sign        \x281A  245                  # ⠚                   BRAILLE PATTERN DOTS-245
+noback sign        \x281B  1245                 # ⠛                   BRAILLE PATTERN DOTS-1245
+noback sign        \x281C  345                  # ⠜                   BRAILLE PATTERN DOTS-345
+noback sign        \x281D  1345                 # ⠝                   BRAILLE PATTERN DOTS-1345
+noback sign        \x281E  2345                 # ⠞                   BRAILLE PATTERN DOTS-2345
+noback sign        \x281F  12345                # ⠟                   BRAILLE PATTERN DOTS-12345
+noback sign        \x2820  6                    # ⠠                   BRAILLE PATTERN DOTS-6
+noback sign        \x2821  16                   # ⠡                   BRAILLE PATTERN DOTS-16
+noback sign        \x2822  26                   # ⠢                   BRAILLE PATTERN DOTS-26
+noback sign        \x2823  126                  # ⠣                   BRAILLE PATTERN DOTS-126
+noback sign        \x2824  36                   # ⠤                   BRAILLE PATTERN DOTS-36
+noback sign        \x2825  136                  # ⠥                   BRAILLE PATTERN DOTS-136
+noback sign        \x2826  236                  # ⠦                   BRAILLE PATTERN DOTS-236
+noback sign        \x2827  1236                 # ⠧                   BRAILLE PATTERN DOTS-1236
+noback sign        \x2828  46                   # ⠨                   BRAILLE PATTERN DOTS-46
+noback sign        \x2829  146                  # ⠩                   BRAILLE PATTERN DOTS-146
+noback sign        \x282A  246                  # ⠪                   BRAILLE PATTERN DOTS-246
+noback sign        \x282B  1246                 # ⠫                   BRAILLE PATTERN DOTS-1246
+noback sign        \x282C  346                  # ⠬                   BRAILLE PATTERN DOTS-346
+noback sign        \x282D  1346                 # ⠭                   BRAILLE PATTERN DOTS-1346
+noback sign        \x282E  2346                 # ⠮                   BRAILLE PATTERN DOTS-2346
+noback sign        \x282F  12346                # ⠯                   BRAILLE PATTERN DOTS-12346
+noback sign        \x2830  56                   # ⠰                   BRAILLE PATTERN DOTS-56
+noback sign        \x2831  156                  # ⠱                   BRAILLE PATTERN DOTS-156
+noback sign        \x2832  256                  # ⠲                   BRAILLE PATTERN DOTS-256
+noback sign        \x2833  1256                 # ⠳                   BRAILLE PATTERN DOTS-1256
+noback sign        \x2834  356                  # ⠴                   BRAILLE PATTERN DOTS-356
+noback sign        \x2835  1356                 # ⠵                   BRAILLE PATTERN DOTS-1356
+noback sign        \x2836  2356                 # ⠶                   BRAILLE PATTERN DOTS-2356
+noback sign        \x2837  12356                # ⠷                   BRAILLE PATTERN DOTS-12356
+noback sign        \x2838  456                  # ⠸                   BRAILLE PATTERN DOTS-456
+noback sign        \x2839  1456                 # ⠹                   BRAILLE PATTERN DOTS-1456
+noback sign        \x283A  2456                 # ⠺                   BRAILLE PATTERN DOTS-2456
+noback sign        \x283B  12456                # ⠻                   BRAILLE PATTERN DOTS-12456
+noback sign        \x283C  3456                 # ⠼                   BRAILLE PATTERN DOTS-3456
+noback sign        \x283D  13456                # ⠽                   BRAILLE PATTERN DOTS-13456
+noback sign        \x283E  23456                # ⠾                   BRAILLE PATTERN DOTS-23456
+noback sign        \x283F  123456               # ⠿                   BRAILLE PATTERN DOTS-123456
+noback sign        \x2840  7                    # ⡀                   BRAILLE PATTERN DOTS-7
+noback sign        \x2841  17                   # ⡁                   BRAILLE PATTERN DOTS-17
+noback sign        \x2842  27                   # ⡂                   BRAILLE PATTERN DOTS-27
+noback sign        \x2843  127                  # ⡃                   BRAILLE PATTERN DOTS-127
+noback sign        \x2844  37                   # ⡄                   BRAILLE PATTERN DOTS-37
+noback sign        \x2845  137                  # ⡅                   BRAILLE PATTERN DOTS-137
+noback sign        \x2846  237                  # ⡆                   BRAILLE PATTERN DOTS-237
+noback sign        \x2847  1237                 # ⡇                   BRAILLE PATTERN DOTS-1237
+noback sign        \x2848  47                   # ⡈                   BRAILLE PATTERN DOTS-47
+noback sign        \x2849  147                  # ⡉                   BRAILLE PATTERN DOTS-147
+noback sign        \x284A  247                  # ⡊                   BRAILLE PATTERN DOTS-247
+noback sign        \x284B  1247                 # ⡋                   BRAILLE PATTERN DOTS-1247
+noback sign        \x284C  347                  # ⡌                   BRAILLE PATTERN DOTS-347
+noback sign        \x284D  1347                 # ⡍                   BRAILLE PATTERN DOTS-1347
+noback sign        \x284E  2347                 # ⡎                   BRAILLE PATTERN DOTS-2347
+noback sign        \x284F  12347                # ⡏                   BRAILLE PATTERN DOTS-12347
+noback sign        \x2850  57                   # ⡐                   BRAILLE PATTERN DOTS-57
+noback sign        \x2851  157                  # ⡑                   BRAILLE PATTERN DOTS-157
+noback sign        \x2852  257                  # ⡒                   BRAILLE PATTERN DOTS-257
+noback sign        \x2853  1257                 # ⡓                   BRAILLE PATTERN DOTS-1257
+noback sign        \x2854  357                  # ⡔                   BRAILLE PATTERN DOTS-357
+noback sign        \x2855  1357                 # ⡕                   BRAILLE PATTERN DOTS-1357
+noback sign        \x2856  2357                 # ⡖                   BRAILLE PATTERN DOTS-2357
+noback sign        \x2857  12357                # ⡗                   BRAILLE PATTERN DOTS-12357
+noback sign        \x2858  457                  # ⡘                   BRAILLE PATTERN DOTS-457
+noback sign        \x2859  1457                 # ⡙                   BRAILLE PATTERN DOTS-1457
+noback sign        \x285A  2457                 # ⡚                   BRAILLE PATTERN DOTS-2457
+noback sign        \x285B  12457                # ⡛                   BRAILLE PATTERN DOTS-12457
+noback sign        \x285C  3457                 # ⡜                   BRAILLE PATTERN DOTS-3457
+noback sign        \x285D  13457                # ⡝                   BRAILLE PATTERN DOTS-13457
+noback sign        \x285E  23457                # ⡞                   BRAILLE PATTERN DOTS-23457
+noback sign        \x285F  123457               # ⡟                   BRAILLE PATTERN DOTS-123457
+noback sign        \x2860  67                   # ⡠                   BRAILLE PATTERN DOTS-67
+noback sign        \x2861  167                  # ⡡                   BRAILLE PATTERN DOTS-167
+noback sign        \x2862  267                  # ⡢                   BRAILLE PATTERN DOTS-267
+noback sign        \x2863  1267                 # ⡣                   BRAILLE PATTERN DOTS-1267
+noback sign        \x2864  367                  # ⡤                   BRAILLE PATTERN DOTS-367
+noback sign        \x2865  1367                 # ⡥                   BRAILLE PATTERN DOTS-1367
+noback sign        \x2866  2367                 # ⡦                   BRAILLE PATTERN DOTS-2367
+noback sign        \x2867  12367                # ⡧                   BRAILLE PATTERN DOTS-12367
+noback sign        \x2868  467                  # ⡨                   BRAILLE PATTERN DOTS-467
+noback sign        \x2869  1467                 # ⡩                   BRAILLE PATTERN DOTS-1467
+noback sign        \x286A  2467                 # ⡪                   BRAILLE PATTERN DOTS-2467
+noback sign        \x286B  12467                # ⡫                   BRAILLE PATTERN DOTS-12467
+noback sign        \x286C  3467                 # ⡬                   BRAILLE PATTERN DOTS-3467
+noback sign        \x286D  13467                # ⡭                   BRAILLE PATTERN DOTS-13467
+noback sign        \x286E  23467                # ⡮                   BRAILLE PATTERN DOTS-23467
+noback sign        \x286F  123467               # ⡯                   BRAILLE PATTERN DOTS-123467
+noback sign        \x2870  567                  # ⡰                   BRAILLE PATTERN DOTS-567
+noback sign        \x2871  1567                 # ⡱                   BRAILLE PATTERN DOTS-1567
+noback sign        \x2872  2567                 # ⡲                   BRAILLE PATTERN DOTS-2567
+noback sign        \x2873  12567                # ⡳                   BRAILLE PATTERN DOTS-12567
+noback sign        \x2874  3567                 # ⡴                   BRAILLE PATTERN DOTS-3567
+noback sign        \x2875  13567                # ⡵                   BRAILLE PATTERN DOTS-13567
+noback sign        \x2876  23567                # ⡶                   BRAILLE PATTERN DOTS-23567
+noback sign        \x2877  123567               # ⡷                   BRAILLE PATTERN DOTS-123567
+noback sign        \x2878  4567                 # ⡸                   BRAILLE PATTERN DOTS-4567
+noback sign        \x2879  14567                # ⡹                   BRAILLE PATTERN DOTS-14567
+noback sign        \x287A  24567                # ⡺                   BRAILLE PATTERN DOTS-24567
+noback sign        \x287B  124567               # ⡻                   BRAILLE PATTERN DOTS-124567
+noback sign        \x287C  34567                # ⡼                   BRAILLE PATTERN DOTS-34567
+noback sign        \x287D  134567               # ⡽                   BRAILLE PATTERN DOTS-134567
+noback sign        \x287E  234567               # ⡾                   BRAILLE PATTERN DOTS-234567
+noback sign        \x287F  1234567              # ⡿                   BRAILLE PATTERN DOTS-1234567
+noback sign        \x2880  8                    # ⢀                   BRAILLE PATTERN DOTS-8
+noback sign        \x2881  18                   # ⢁                   BRAILLE PATTERN DOTS-18
+noback sign        \x2882  28                   # ⢂                   BRAILLE PATTERN DOTS-28
+noback sign        \x2883  128                  # ⢃                   BRAILLE PATTERN DOTS-128
+noback sign        \x2884  38                   # ⢄                   BRAILLE PATTERN DOTS-38
+noback sign        \x2885  138                  # ⢅                   BRAILLE PATTERN DOTS-138
+noback sign        \x2886  238                  # ⢆                   BRAILLE PATTERN DOTS-238
+noback sign        \x2887  1238                 # ⢇                   BRAILLE PATTERN DOTS-1238
+noback sign        \x2888  48                   # ⢈                   BRAILLE PATTERN DOTS-48
+noback sign        \x2889  148                  # ⢉                   BRAILLE PATTERN DOTS-148
+noback sign        \x288A  248                  # ⢊                   BRAILLE PATTERN DOTS-248
+noback sign        \x288B  1248                 # ⢋                   BRAILLE PATTERN DOTS-1248
+noback sign        \x288C  348                  # ⢌                   BRAILLE PATTERN DOTS-348
+noback sign        \x288D  1348                 # ⢍                   BRAILLE PATTERN DOTS-1348
+noback sign        \x288E  2348                 # ⢎                   BRAILLE PATTERN DOTS-2348
+noback sign        \x288F  12348                # ⢏                   BRAILLE PATTERN DOTS-12348
+noback sign        \x2890  58                   # ⢐                   BRAILLE PATTERN DOTS-58
+noback sign        \x2891  158                  # ⢑                   BRAILLE PATTERN DOTS-158
+noback sign        \x2892  258                  # ⢒                   BRAILLE PATTERN DOTS-258
+noback sign        \x2893  1258                 # ⢓                   BRAILLE PATTERN DOTS-1258
+noback sign        \x2894  358                  # ⢔                   BRAILLE PATTERN DOTS-358
+noback sign        \x2895  1358                 # ⢕                   BRAILLE PATTERN DOTS-1358
+noback sign        \x2896  2358                 # ⢖                   BRAILLE PATTERN DOTS-2358
+noback sign        \x2897  12358                # ⢗                   BRAILLE PATTERN DOTS-12358
+noback sign        \x2898  458                  # ⢘                   BRAILLE PATTERN DOTS-458
+noback sign        \x2899  1458                 # ⢙                   BRAILLE PATTERN DOTS-1458
+noback sign        \x289A  2458                 # ⢚                   BRAILLE PATTERN DOTS-2458
+noback sign        \x289B  12458                # ⢛                   BRAILLE PATTERN DOTS-12458
+noback sign        \x289C  3458                 # ⢜                   BRAILLE PATTERN DOTS-3458
+noback sign        \x289D  13458                # ⢝                   BRAILLE PATTERN DOTS-13458
+noback sign        \x289E  23458                # ⢞                   BRAILLE PATTERN DOTS-23458
+noback sign        \x289F  123458               # ⢟                   BRAILLE PATTERN DOTS-123458
+noback sign        \x28A0  68                   # ⢠                   BRAILLE PATTERN DOTS-68
+noback sign        \x28A1  168                  # ⢡                   BRAILLE PATTERN DOTS-168
+noback sign        \x28A2  268                  # ⢢                   BRAILLE PATTERN DOTS-268
+noback sign        \x28A3  1268                 # ⢣                   BRAILLE PATTERN DOTS-1268
+noback sign        \x28A4  368                  # ⢤                   BRAILLE PATTERN DOTS-368
+noback sign        \x28A5  1368                 # ⢥                   BRAILLE PATTERN DOTS-1368
+noback sign        \x28A6  2368                 # ⢦                   BRAILLE PATTERN DOTS-2368
+noback sign        \x28A7  12368                # ⢧                   BRAILLE PATTERN DOTS-12368
+noback sign        \x28A8  468                  # ⢨                   BRAILLE PATTERN DOTS-468
+noback sign        \x28A9  1468                 # ⢩                   BRAILLE PATTERN DOTS-1468
+noback sign        \x28AA  2468                 # ⢪                   BRAILLE PATTERN DOTS-2468
+noback sign        \x28AB  12468                # ⢫                   BRAILLE PATTERN DOTS-12468
+noback sign        \x28AC  3468                 # ⢬                   BRAILLE PATTERN DOTS-3468
+noback sign        \x28AD  13468                # ⢭                   BRAILLE PATTERN DOTS-13468
+noback sign        \x28AE  23468                # ⢮                   BRAILLE PATTERN DOTS-23468
+noback sign        \x28AF  123468               # ⢯                   BRAILLE PATTERN DOTS-123468
+noback sign        \x28B0  568                  # ⢰                   BRAILLE PATTERN DOTS-568
+noback sign        \x28B1  1568                 # ⢱                   BRAILLE PATTERN DOTS-1568
+noback sign        \x28B2  2568                 # ⢲                   BRAILLE PATTERN DOTS-2568
+noback sign        \x28B3  12568                # ⢳                   BRAILLE PATTERN DOTS-12568
+noback sign        \x28B4  3568                 # ⢴                   BRAILLE PATTERN DOTS-3568
+noback sign        \x28B5  13568                # ⢵                   BRAILLE PATTERN DOTS-13568
+noback sign        \x28B6  23568                # ⢶                   BRAILLE PATTERN DOTS-23568
+noback sign        \x28B7  123568               # ⢷                   BRAILLE PATTERN DOTS-123568
+noback sign        \x28B8  4568                 # ⢸                   BRAILLE PATTERN DOTS-4568
+noback sign        \x28B9  14568                # ⢹                   BRAILLE PATTERN DOTS-14568
+noback sign        \x28BA  24568                # ⢺                   BRAILLE PATTERN DOTS-24568
+noback sign        \x28BB  124568               # ⢻                   BRAILLE PATTERN DOTS-124568
+noback sign        \x28BC  34568                # ⢼                   BRAILLE PATTERN DOTS-34568
+noback sign        \x28BD  134568               # ⢽                   BRAILLE PATTERN DOTS-134568
+noback sign        \x28BE  234568               # ⢾                   BRAILLE PATTERN DOTS-234568
+noback sign        \x28BF  1234568              # ⢿                   BRAILLE PATTERN DOTS-1234568
+noback sign        \x28C0  78                   # ⣀                   BRAILLE PATTERN DOTS-78
+noback sign        \x28C1  178                  # ⣁                   BRAILLE PATTERN DOTS-178
+noback sign        \x28C2  278                  # ⣂                   BRAILLE PATTERN DOTS-278
+noback sign        \x28C3  1278                 # ⣃                   BRAILLE PATTERN DOTS-1278
+noback sign        \x28C4  378                  # ⣄                   BRAILLE PATTERN DOTS-378
+noback sign        \x28C5  1378                 # ⣅                   BRAILLE PATTERN DOTS-1378
+noback sign        \x28C6  2378                 # ⣆                   BRAILLE PATTERN DOTS-2378
+noback sign        \x28C7  12378                # ⣇                   BRAILLE PATTERN DOTS-12378
+noback sign        \x28C8  478                  # ⣈                   BRAILLE PATTERN DOTS-478
+noback sign        \x28C9  1478                 # ⣉                   BRAILLE PATTERN DOTS-1478
+noback sign        \x28CA  2478                 # ⣊                   BRAILLE PATTERN DOTS-2478
+noback sign        \x28CB  12478                # ⣋                   BRAILLE PATTERN DOTS-12478
+noback sign        \x28CC  3478                 # ⣌                   BRAILLE PATTERN DOTS-3478
+noback sign        \x28CD  13478                # ⣍                   BRAILLE PATTERN DOTS-13478
+noback sign        \x28CE  23478                # ⣎                   BRAILLE PATTERN DOTS-23478
+noback sign        \x28CF  123478               # ⣏                   BRAILLE PATTERN DOTS-123478
+noback sign        \x28D0  578                  # ⣐                   BRAILLE PATTERN DOTS-578
+noback sign        \x28D1  1578                 # ⣑                   BRAILLE PATTERN DOTS-1578
+noback sign        \x28D2  2578                 # ⣒                   BRAILLE PATTERN DOTS-2578
+noback sign        \x28D3  12578                # ⣓                   BRAILLE PATTERN DOTS-12578
+noback sign        \x28D4  3578                 # ⣔                   BRAILLE PATTERN DOTS-3578
+noback sign        \x28D5  13578                # ⣕                   BRAILLE PATTERN DOTS-13578
+noback sign        \x28D6  23578                # ⣖                   BRAILLE PATTERN DOTS-23578
+noback sign        \x28D7  123578               # ⣗                   BRAILLE PATTERN DOTS-123578
+noback sign        \x28D8  4578                 # ⣘                   BRAILLE PATTERN DOTS-4578
+noback sign        \x28D9  14578                # ⣙                   BRAILLE PATTERN DOTS-14578
+noback sign        \x28DA  24578                # ⣚                   BRAILLE PATTERN DOTS-24578
+noback sign        \x28DB  124578               # ⣛                   BRAILLE PATTERN DOTS-124578
+noback sign        \x28DC  34578                # ⣜                   BRAILLE PATTERN DOTS-34578
+noback sign        \x28DD  134578               # ⣝                   BRAILLE PATTERN DOTS-134578
+noback sign        \x28DE  234578               # ⣞                   BRAILLE PATTERN DOTS-234578
+noback sign        \x28DF  1234578              # ⣟                   BRAILLE PATTERN DOTS-1234578
+noback sign        \x28E0  678                  # ⣠                   BRAILLE PATTERN DOTS-678
+noback sign        \x28E1  1678                 # ⣡                   BRAILLE PATTERN DOTS-1678
+noback sign        \x28E2  2678                 # ⣢                   BRAILLE PATTERN DOTS-2678
+noback sign        \x28E3  12678                # ⣣                   BRAILLE PATTERN DOTS-12678
+noback sign        \x28E4  3678                 # ⣤                   BRAILLE PATTERN DOTS-3678
+noback sign        \x28E5  13678                # ⣥                   BRAILLE PATTERN DOTS-13678
+noback sign        \x28E6  23678                # ⣦                   BRAILLE PATTERN DOTS-23678
+noback sign        \x28E7  123678               # ⣧                   BRAILLE PATTERN DOTS-123678
+noback sign        \x28E8  4678                 # ⣨                   BRAILLE PATTERN DOTS-4678
+noback sign        \x28E9  14678                # ⣩                   BRAILLE PATTERN DOTS-14678
+noback sign        \x28EA  24678                # ⣪                   BRAILLE PATTERN DOTS-24678
+noback sign        \x28EB  124678               # ⣫                   BRAILLE PATTERN DOTS-124678
+noback sign        \x28EC  34678                # ⣬                   BRAILLE PATTERN DOTS-34678
+noback sign        \x28ED  134678               # ⣭                   BRAILLE PATTERN DOTS-134678
+noback sign        \x28EE  234678               # ⣮                   BRAILLE PATTERN DOTS-234678
+noback sign        \x28EF  1234678              # ⣯                   BRAILLE PATTERN DOTS-1234678
+noback sign        \x28F0  5678                 # ⣰                   BRAILLE PATTERN DOTS-5678
+noback sign        \x28F1  15678                # ⣱                   BRAILLE PATTERN DOTS-15678
+noback sign        \x28F2  25678                # ⣲                   BRAILLE PATTERN DOTS-25678
+noback sign        \x28F3  125678               # ⣳                   BRAILLE PATTERN DOTS-125678
+noback sign        \x28F4  35678                # ⣴                   BRAILLE PATTERN DOTS-35678
+noback sign        \x28F5  135678               # ⣵                   BRAILLE PATTERN DOTS-135678
+noback sign        \x28F6  235678               # ⣶                   BRAILLE PATTERN DOTS-235678
+noback sign        \x28F7  1235678              # ⣷                   BRAILLE PATTERN DOTS-1235678
+noback sign        \x28F8  45678                # ⣸                   BRAILLE PATTERN DOTS-45678
+noback sign        \x28F9  145678               # ⣹                   BRAILLE PATTERN DOTS-145678
+noback sign        \x28FA  245678               # ⣺                   BRAILLE PATTERN DOTS-245678
+noback sign        \x28FB  1245678              # ⣻                   BRAILLE PATTERN DOTS-1245678
+noback sign        \x28FC  345678               # ⣼                   BRAILLE PATTERN DOTS-345678
+noback sign        \x28FD  1345678              # ⣽                   BRAILLE PATTERN DOTS-1345678
+noback sign        \x28FE  2345678              # ⣾                   BRAILLE PATTERN DOTS-2345678
+noback sign        \x28FF  12345678             # ⣿                   BRAILLE PATTERN DOTS-12345678
+
+
+# ----------------------------------------------------------------------------------------------
+
+# liblouis: Norwegian literary braille, 8-dot with 6-dot fallback
+#
+#-name: Norsk litterær punktskrift, 8-punkt med 6-punktsdefinisjoner i reserve
+#-index-name: Norwegian, uncontracted, 8-dot, 6-dot fallback
+#-display-name: Norwegian 8-dot uncontracted braille with 6-dot fallback
+#
+#+locale:no
+#+type:literary
+#+contraction:no
+#+dots:8
+#+grade:0
+#+variant:fallback-6dot
+#
+#  Copyright (C) 2015 NLB Norwegian library of talking books and braille, http://www.nlb.no/
+#
+#-copyright: 2015, NLB Norwegian library of talking books and braille, http://www.nlb.no/
+#-license: LGPLv2.1
+#
+# Created August 2015 by Jostein Austvik Jacobsen <jostein@nlb.com> and Ammar Usama <ammar.usama@nlb.no>
+#
+#-author-name: Jostein Austvik Jacobsen
+#-author-email: jostein@nlb.no
+#-author-url: https://github.com/josteinaj
+#
+#-author-name: Ammar Usama
+#-author-email: ammar.usama@nlb.no
+#-author-url: https://github.com/usama49
+#
+# Official norwegian braille specifications are collected here:
+# http://liblouis.org/braille-specs/norwegian
+# This specific table combines 8 dot braille with a fallback mechanism to
+# 6 dot braille in cases where a character is defined in 6 dot but not 8 dot.
+# The 8 dot table is based on the document "Punkttabell for JAWS".
+# The 6 dot table is based on the document "Håndbok i litterær punktskrift".
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+#
+
+include no-no-8dot.utb
+
+# If character not defined in 8-dot standard; follow 6-dot standard instead
+include no-no-chardefs6.uti
+#-index-name: Lithuanian, 6-dot
+#-display-name: Lithuanian 6-dot braille
+
+#+locale:lt
+#+type:literary
+#+contraction:no
+#+dots:6
+#+direction:both
+
+include lt-6dot.utb
+#-index-name: Maltese, computer
+#-display-name: Maltese computer braille
+
+#+locale:mt
+#+type:computer
+#+dots:8
+
+# TODO: Please correct the metadata above. It is not meant to be
+# accurate nor complete. It hasn't been verified by the table
+# author yet. It is merely an attempt by the liblouis maintainers
+# to get some sensible initial values in place.
+
+# TODO: Please add a reference to official documentation about
+# the implemented braille code. Preferably submit the documents
+# to https://github.com/liblouis/braille-specs.
+
+include mt.ctb
+include braille-patterns.cti
+# liblouis: Welsh Grade 2 Braille Contraction Table
+#
+#  Copyright (C) 2004-2008 ViewPlus Technologies, Inc. www.viewplus.com
+#  Copyright (C) 2004-2006 JJB Software, Inc. www.jjb-software.com
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+
+# Created by Tom Johnston <tom.johnston@accessibilityconsulting.co.uk>. 
+
+include cy-cy-g1.utb
+
+# the letter a
+word a 1
+word anghofio 1-1345-1245-125
+always ar 345
+word arbennig 345-12-15-1345-1345-24-1245
+always arh 1-1235-125
+
+#the letter b
+word beth 12
+always blwyddyn 12-123
+always braille 12-1235-123
+word byddai 12-145-145
+
+#the letter c
+word cael 14
+always cyrraedd 456-14
+
+#the letter ch
+word chwarae 16
+always chwerthin 5-16
+
+#the letter d
+always dechrau 145-16-1235
+word diolch 145-16
+always diwedd 145-2456
+word diwethaf 145-2456-1456
+always dydd 5-145
+word dyma 145
+
+#the letter dd
+word ddoe 145-145
+
+#the letter e
+always ed 1246
+always edd 15-145-145
+word ef 15
+word efallai 15-124-123-123
+always eisiau 15-24-234
+always eistedd 5-15
+always en 26
+always er 12456
+always erh 15-1235-125
+
+#the letter f
+word fel 124
+always fyny 5-124
+
+#the letter ff
+word ffordd 124-124
+always ffrind 124-124-1235
+
+#the letter g
+always gorffen 1245-1235-124-124
+always gweithio 456-1245
+word gwelwch 1245-2456
+word gwneud 1245-1345-145
+word gwybod 1245-2456-12
+word gyda 1245
+
+#the letter h
+always heddiw 5-125
+always hefyd 456-125
+word hoffi 125
+word hynny 125-1345
+
+#the letter i
+word i 24
+endword iaeth 56-1456
+endword iaid 46-145
+endword ion 46-1345
+always in 35
+
+#the letter l
+word lawr 123
+
+#the letter ll
+word llawer 123-123
+always llythr 123-123-1235
+
+#the letter m
+word mae 134
+word meddai 134-145-145
+always meddwl 456-134
+always mynd 5-134
+
+#the letter n
+word neithiwr 1345-1456
+always newydd 5-1345
+word nid 1345
+
+#the letter o
+word o 135
+always o'r\sgloch 135-3-1235-0-1245-123
+word oedd 5-135
+always of 12356
+always off 135-124-124
+word oherwydd 135-125-2456
+always ow 135-2456
+
+#the letter p
+word penderfynu 1234-26-145 #the letter p
+always pethau 1234-1456-136
+word plant 1234-123
+always plentyn 5-1234
+word pobl 1234
+always prynhawn 1234-1235-125
+
+#the letter r
+word roedd 1235
+endword rwydd 56-145-145
+
+#the letter rh
+word rhai 1235-125
+always rhaid 5-1235-125
+word rhyw 1235-125-2456
+word rhywbeth 1235-125-2456-12
+word rhywbryd 1235-125-2456-12-1235
+word rhywfaint 1235-125-2456-124-2345
+word rhywfodd 1235-125-2456-124
+word rhywle 1235-125-2456-123
+word rhywun 1235-125-2456-136
+
+#the letter s
+always siarad 5-234
+always st 34
+always sth 234-1456
+always stori 34
+word sydd 234
+always sylweddoli 456-234
+
+#the letter t
+word trwy 2345
+always tywydd 5-2345
+
+#the letter u
+always uchel 5-136
+word unig 136
+word uwchben 136-2456-12
+
+#the letter w
+endword waith 46-1456
+word wedi 2456
+always wedyn 456-2456
+always wrth 5-2456
+word weithiau 2456-1456-136
+
+#the letter y
+word y 13456
+endword yddes 56-234
+always ysgol 5-13456
+word ysgrifennu 13456-234-1245
+
+# Système International Prefixes
+begword yotta 13456-135-2345-2345-1 10^24
+begword zetta 1356-15-2345-2345-1 10^21
+ begword exa 15-1346-1 10^18
+begword peta 1234-15-2345-1 10^15
+begword tera 2345-12456-1 10^12
+begword giga 1245-24-1245-1 10^9
+begword mega 134-15-1245-1 10^6
+begword kilo 13-24-123-135 10^3
+begword hecto 125-15-14-2345-135 10^2
+begword deca 145-15-14-1 10^1
+begword deci 145-15-14-24 10^-1
+begword centi 14-26-2345-24 10^-2
+begword milli 134-24-123-123-24 10^-3
+begword micro 134-24-14-1235-135 10^-6
+begword nano 1345-1-1345-135 10^-9
+begword pico 1234-24-14-135 10^-12
+begword femto 124-15-134-2345-135 10^-15
+begword atto 1-2345-2345-135 10^-18
+begword zepto 1356-15-1234-2345-135 10^-21
+begword yocto 13456-135-14-2345-135 10^-24
+
+# Liblouis: Misc character definitions for Danish 6 dots (all grades)
+#
+# By Bue Vester-Andersen
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+#
+#------------
+# This file contains miscelaneous unicode character definitions used by 6 dots, all grades.
+# The aim is to include all unicode characters that have a meaningful 6 dots representation in Danish Braille.
+#
+# Most character definitions in this file have the noback flag set,
+# meaning they will not be used for back-translation.
+# This is due to the fact that many characters share the same Braille definition.
+# The characters used for back-translation are marked with (back) making them more searchable.
+# Where cp1252 and unicode overlap, the unicode version of a character is used for back-translation.
+#
+# Version: Bue Vester-Andersen 170604
+
+# CP1252 (\x0080-\x009f)
+noback sign \x0080 45-15 #EURO SIGN (0x80)
+noback punctuation \x0082 4 #Low single quote (0x82)
+noback sign \x0083 45-124 #Flurihn (0x83)
+noback punctuation \x0084 2356 #Low quote (0x84)
+noback punctuation \x0085 3-3-3 #Elipsis (0x85)
+noback math \x0089 245-356-356 #permille sign (0x89)
+noback uplow \x008a\x009a 5-234 #LATIN LETTER S WITH CARON (0x8a)
+noback punctuation \x008b 4 #SINGLE LEFT-POINTING ANGLE QUOTATION MARK (0x8b)
+noback uplow \x008c\x009c 135-15 #LATIN LIGATURE OE (0x8c)
+noback uplow \x008e\x009e 5-1356 #LATIN CAPITAL LETTER Z WITH CARON (0x8e)
+noback punctuation \x0091 4 #LEFT SINGLE QUOTATION MARK (0x91)
+noback punctuation \x0092 4 #RIGHT SINGLE QUOTATION MARK (0x92)
+noback punctuation \x0093 2356 #LEFT DOUBLE QUOTATION MARK (0x93)
+noback punctuation \x0094 2356 #RIGHT DOUBLE QUOTATION MARK (0x94)
+noback sign \x0095 45-3 #Bullit (0x95)
+noback sign \x0096 36-36 #EN DASH (0x96)
+noback sign \x0097 36-36 #Em DASH (0x97)
+noback sign \x0099 45-2345 #TRADE MARK SIGN (0x99)
+noback punctuation \x009b 4 #SINGLE RIGHT-POINTING ANGLE QUOTATION MARK (0x9b)
+noback uppercase \x009f 5-13456 #LATIN CAPITAL LETTER Y WITH DIAERESIS (0x9f)
+
+# Latin-1 Supplement (Unicode block) (\x00a0-\x00ff)
+noback punctuation \x00a0 0 NO-BREAK SPACE (0xa0)
+noback punctuation \x00a1 256 INVERTED EXCLAMATION MARK )0xa1)
+punctuation \x00a2 45-25 CENT SIGN (0xa2)
+punctuation \x00a3 45-123 POUND SIGN (0xa3)
+#punctuation \x00a4 2367 CURRENCY SIGN (0xa4)
+punctuation \x00a5 45-13456 YEN SIGN (0xa5)
+#punctuation \x00a6 3478 BROKEN BAR (0xa6)
+#punctuation \x00a8 6-56 DIAERESIS (0xa8)
+punctuation \x00a9 45-14 COPYRIGHT SIGN (0xa9)
+#letter \x00aa 234678 FEMININE ORDINAL INDICATOR (0xaa)
+noback punctuation \x00ab 2356 LEFT-POINTING DOUBLE ANGLE QUOTATION MARK (0xab)
+#punctuation \x00ac 34567 NOT SIGN (0xac)
+noback punctuation \x00ad 36 SOFT HYPHEN (0xad)
+punctuation \x00ae 45-1235 REGISTERED SIGN (0xae)
+#punctuation \x00af 23567 MACRON (0xaf)
+sign \x00b0 4-356 DEGREE SIGN (0xb0)
+noback math \x00b1 45-235-36 PLUS-MINUS SIGN
+digit \x00b2 346-12 SUPERSCRIPT TWO
+digit \x00b3 346-14 SUPERSCRIPT THREE
+noback punctuation \x00b4 4 ACUTE ACCENT
+sign \x00b5 5-134 MICRO SIGN
+#punctuation \x00b6 1234568 PILCROW SIGN
+#punctuation \x00b7 38 MIDDLE DOT
+#punctuation \x00b8 4678 CEDILLA
+digit \x00b9 346-1 SUPERSCRIPT ONE
+#letter \x00ba 12345678 MASCULINE ORDINAL INDICATOR
+noback punctuation \x00bb 2356 RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK
+noback sign \x00bc 3456-1-34-145 VULGAR FRACTION ONE QUARTER
+noback sign \x00bd 3456-1-34-12 VULGAR FRACTION ONE HALF
+noback sign \x00be 3456-14-34-145 VULGAR FRACTION THREE QUARTERS
+noback punctuation \x00bf 26 INVERTED QUESTION MARK
+uplow \x00c0\x00e0 5-1 LATIN LETTER A WITH GRAVE
+noback uplow \x00c1\x00e1 5-1 LATIN LETTER A WITH ACUTE
+noback uplow \x00c2\x00e2 5-1 LATIN LETTER A WITH CIRCUMFLEX
+noback uplow \x00c3\x00e3 5-1 LATIN LETTER A WITH TILDE
+noback uplow \x00c4\x00e4 345 LATIN LETTER A WITH DIAERESIS
+uplow \x00c7\x00e7 5-14 LATIN LETTER C WITH CEDILLA
+noback uplow \x00c8\x00e8 5-15 LATIN LETTER E WITH GRAVE
+uplow \x00c9\x00e9 5-15 LATIN LETTER E WITH ACUTE 
+noback uplow \x00ca\x00ea 5-15 LATIN LETTER E WITH CIRCUMFLEX
+noback uplow \x00cb\x00eb 5-15 LATIN LETTER E WITH DIAERESIS
+noback uplow \x00cc\x00ec 5-24 LATIN LETTER I WITH GRAVE
+noback uplow \x00cd\x00ed 5-24 LATIN LETTER I WITH ACUTE
+uplow \x00ce\x00ee 5-24 LATIN LETTER I WITH CIRCUMFLEX (first for back-translation)
+noback uplow \x00cf\x00ef 5-24 LATIN LETTER I WITH DIAERESIS
+uplow \x00d0\x00f0 5-145 LATIN LETTER ETH
+uplow \x00d1\x00f1 5-1345 LATIN LETTER N WITH TILDE
+noback uplow \x00d2\x00f2 5-135 LATIN LETTER O WITH GRAVE
+noback uplow \x00d3\x00f3 5-135 LATIN LETTER O WITH ACUTE
+uplow \x00d4\x00f4 5-135 LATIN LETTER O WITH CIRCUMFLEX (first for back-translation)
+noback uplow \x00d5\x00f5 5-135 LATIN LETTER O WITH TILDE
+noback uplow \x00d6\x00f6 246 LATIN LETTER O WITH DIAERESIS
+math \x00d7 45-3 MULTIPLICATION SIGN
+noback uplow \x00d9\x00f9 5-136 LATIN LETTER U WITH GRAVE
+noback uplow \x00da\x00fa 5-136 LATIN LETTER U WITH ACUTE
+uplow \x00db\x00fb 5-136 LATIN LETTER U WITH CIRCUMFLEX (first for back-translation
+uplow \x00dd\x00fd 5-13456 LATIN LETTER Y WITH ACUTE (infinite?)
+uplow \x00de\x00fe 5-2345 LATIN CAPITAL LETTER THORN
+noback lowercase \x00df 234-234 LATIN SMALL LETTER SHARP S
+math \x00f7 45-256 DIVISION SIGN
+
+# Latin Extended-A (\x0100-\x017f)
+
+noback uplow \x0100\x0101 5-1 Latin letter a with macron
+noback uplow \x0102\x0103 5-1 Latin letter a with breve
+noback uplow \x0104\x0105 5-1 Latin letter a with ogonek
+noback uplow \x0106\x0107 5-14 Latin letter c with acute
+noback uplow \x0108\x0109 5-14 Latin letter c with circumflex
+noback uplow \x010a\x010b 5-14 Latin letter c with dot above
+noback uplow \x010c\x010d 5-14 Latin letter c with caron
+noback uplow \x010e\x010f 5-145 Latin letter d with caron
+noback uplow \x0110\x0111 5-145 Latin letter d with stroke
+noback uplow \x0112\x0113 5-15 Latin letter e with macron
+noback uplow \x0114\x0115 5-15 Latin letter e with breve
+noback uplow \x0116\x0117 5-15 Latin letter e with dot above
+noback uplow \x0118\x0119 5-15 Latin letter e with ogonek
+noback uplow \x011a\x011b 5-15 Latin letter e with caron
+noback uplow \x011c\x011d 5-1245 Latin letter g with circumflex
+noback uplow \x011e\x011f 5-1245 Latin letter g with breve
+noback uplow \x0120\x0121 5-1245 Latin letter g with dot above
+noback uplow \x0122\x0123 5-1245 Latin letter g with cedilla
+noback uplow \x0124\x0125 5-125 Latin letter h with circumflex
+noback uplow \x0126\x0127 5-125 Latin letter h with stroke
+noback uplow \x0128\x0129 5-24 Latin letter i with tilde
+noback uplow \x012a\x012b 5-24 Latin letter i with macron
+noback uplow \x012c\x012d 5-24 Latin letter i with breve
+noback uplow \x012e\x012f 5-24 Latin letter i with ogonek
+noback uplow \x0130\x0131 5-24 Latin capital letter i with dot above / small dotless i
+noback uplow \x0132\x0133 24-245 Latin ligature ij
+noback uplow \x0134\x0135 5-245 Latin letter j with circumflex
+noback uplow \x0136\x0137 5-13 Latin letter k with cedilla
+noback lowercase \x0138 5-12345 Small latin letter kra (Greenlandic q)
+noback uplow \x0139\x013a 5-123 Latin letter l with acute
+noback uplow \x013b\x013c 5-123 Latin letter l with cedilla
+noback uplow \x013d\x013e 5-123 Latin letter l with caron
+noback uplow \x013f\x0140 5-123 Latin letter l with middle dot
+noback uplow \x0141\x0142 5-123 Latin letter l with stroke
+noback uplow \x0143\x0144 5-1345 Latin letter n with acute
+noback uplow \x0145\x0146 5-1345 Latin letter n with cedilla
+noback uplow \x0147\x0148 5-1345 Latin letter n with caron
+noback lowercase \x0149 4-1345 Latin small letter n preceeded by apostrophe
+noback uplow \x014a\x014b 5-1345 Latin letter eng
+noback uplow \x014c\x014d 5-135 Latin letter o with macron
+noback uplow \x014e\x014f 5-135 Latin letter o with breve
+noback uplow \x0150\x0151 5-135 Latin letter o with double acute
+noback uplow \x0152\x0153 135-15 #LATIN LIGATURE OE (0x8c)
+noback uplow \x0154\x0155 5-1235 Latin letter r with acute
+noback uplow \x0156\x0157 5-1235 Latin letter r with cedilla
+noback uplow \x0158\x0159 5-1235 Latin letter r with caron
+noback uplow \x015a\x015b 5-234 Latin letter s with acute
+noback uplow \x015c\x015d 5-234 Latin letter s with circumflex
+noback uplow \x015e\x015f 5-234 Latin letter s with cedilla
+uplow \x0160\x0161 5-234 #LATIN LETTER S WITH CARON (0x8a)
+noback uplow \x0162\x0163 5-2345 Latin letter t with cedilla
+noback uplow \x0164\x0165 5-2345 Latin letter t with caron
+noback uplow \x0166\x0167 5-2345 Latin letter t with stroke
+noback uplow \x0168\x0169 5-136 Latin letter u with tilde
+noback uplow \x016a\x016b 5-136 Latin letter u with macron
+noback uplow \x016c\x016d 5-136 Latin letter u with breve
+noback uplow \x016e\x016f 5-136 Latin letter u with ring above
+noback uplow \x0170\x0171 5-136 Latin letter u with double acute
+noback uplow \x0172\x0173 5-136 Latin letter u with ogonek
+noback uplow \x0174\x0175 5-2456 Latin letter w with circumflex
+noback uplow \x0176\x0177 5-13456 Latin letter y with circumflex
+uplow \x0178\x00ff 5-13456 #LATIN LETTER Y WITH DIAERESIS (0x9f)
+noback uplow \x0179\x017a 5-1356 Latin letter z with acute
+noback uplow \x017b\x017c 5-1356 Latin letter z with dot above
+uplow \x017d\x017e 5-1356 #LATIN LETTER Z WITH CARON (0x8e)
+noback lowercase \x017f 5-234 Latin small letter long s 
+
+# Latin Extended-B 
+
+
+sign \x0192 45-124 #Flurihn (0x83)
+#letter \x02c6 5678 #Modifier letter circumflex (0x88)
+noback sign \x02DC 45-6 #SMALL TILDE (0x98)
+
+# Greek letters (with dot 5 as prefix)
+
+noback uplow \x0386\x03AC 5-1 Greek letter alpha with tonos
+noback uplow \x0388\x03AD 5-15 Greek letter epsilon with tonos
+noback uplow \x0389\x03AE 5-345 Greek letter eta with tonos
+noback uplow \x038A\x03AF 5-24 Greek letter iota with sonos
+noback uplow \x038C\x03CC 5-135 Greek letter omicron with tonos
+noback uplow \x038E\x03CD 5-13456 Greek letter upsilon with tonos
+noback uplow \x038F\x03CE 5-245 Greek letter omega with tonos
+
+noback uplow \x0391\x03B1 5-1 Greek letter alpha
+noback uplow \x0392\x03B2 5-12 Greek letter beta
+noback uplow \x0393\x03B3 5-1245 Greek letter gamma
+noback uplow \x0394\x03B4 5-145 Greek letter delta
+noback uplow \x0395\x03B5 5-15 Greek letter epsilon
+noback uplow \x0396\x03B6 5-1356 Greek letter zeta
+noback uplow \x0397\x03B7 5-345 Greek letter eta
+noback uplow \x0398\x03B8 5-1456 Greek letter theta
+noback uplow \x0399\x03B9 5-24 Greek letter iota
+noback uplow \x039A\x03BA 5-13 Greek letter kappa
+noback uplow \x039B\x03BB 5-123 Greek letter lamda
+noback uplow \x039C\x03BC 5-134 Greek letter Mu
+noback uplow \x039D\x03BD 5-1345 Greek letter Nu
+noback uplow \x039E\x03BE 5-1346 Greek letter Xi
+noback uplow \x039F\x03BF 5-135 Greek letter Omicron
+noback uplow \x03A0\x03C0 5-1234 Greek letter Pi
+noback uplow \x03A1\x03C1 5-1235 Greek letter Rho
+noback uplow \x03A3\x03C3 5-234 Greek letter sigma
+noback uplow \x03A4\x03C4 5-2345			Greek letter Tau
+noback uplow \x03A5\x03C5 5-13456 Greek letter Upsilon
+noback uplow \x03A6\x03C6 5-124 Greek letter Phi
+noback uplow \x03A7\x03C7 5-125 Greek letter Chi
+noback uplow \x03A8\x03C8 5-12346 Greek letter Psi
+noback uplow \x03A9\x03C9 5-245 Greek letter Omega
+
+
+
+
+noback sign \x2013 36-36 #EN DASH (0x96)
+noback sign \x2014 36-36 #Em DASH (0x97)
+noback punctuation \x2018 4 #LEFT SINGLE QUOTATION MARK (0x91)
+noback punctuation \x2019 4 #RIGHT SINGLE QUOTATION MARK (0x92)
+noback punctuation \x201A 4 #Low single quote (0x82)
+noback punctuation \x201c 2356 #LEFT DOUBLE QUOTATION MARK (0x93)
+noback punctuation \x201d 2356 #RIGHT DOUBLE QUOTATION MARK (0x94)
+noback punctuation \x201E 2356 #Low quote (0x84)
+#letter \x2020 2357 #Dagger (0x86
+#letter \x2021 23578 #Double dagger (0x87
+sign \x2022 45-3 #Bullit (0x95)
+noback sign \x2023 45-3 #Triangular bullit
+noback punctuation \x2026 3-3-3 #Elipsis (0x85)
+math \x2030 245-356-356 #permille sign (0x89)
+noback punctuation \x2039 4 #SINGLE LEFT-POINTING ANGLE QUOTATION MARK (0x8b)
+noback punctuation \x203A 4 #SINGLE RIGHT-POINTING ANGLE QUOTATION MARK (0x9b)
+noback sign \x2043 45-3 # Hyphen bullet (0x95)
+noback sign \x204c 45-3 # BLACK LEFTWARDS BULLET 
+noback sign \x204d 45-3 # BLACK RIGHTWARDS BULLET 
+sign \x20AC 45-15 #EURO SIGN (0x80)
+sign \x2122 45-2345 #TRADE MARK SIGN (0x99)
+
+# Arrows
+
+sign \x2190 45-2456 Left arrow
+sign \x2191 45-12356 Up arrow
+sign \x2192 45-1235 Right arrow
+sign \x2193 45-12345 Down arrow
+
+# Geometrical shapes
+
+noback sign \x25e6 45-3 #White bullet
+# LibLouis: Greek international braille - with composed accents
+#
+# Copyright (C) 2019 Dave Mielke: <dave@mielke.cc>, [http://mielke.cc/]
+# Copyright (C) 2019 Μαρια Γεωργακαράκου <mylarynx@gmail.com>
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+
+include grc-international-common.uti
+
+# uppercase accented letters which have lowercase equivalents
+letter \x0386 46-345 # Ά Capital Alpha with Tonos
+letter \x1FBB 46-345 # Ά Capital Alpha with Oxia
+letter \x1FBA 46-12356 # Ὰ Capital Alpha with Varia
+letter \x1FB9 46-456-1 # Ᾱ Capital Alpha with Macron
+letter \x1FB8 46-1 # Ᾰ Capital Alpha with Vrachy
+letter \x1F08 46-356-1 # Ἀ Capital Alpha with Psili
+letter \x1F0C 46-356-345 # Ἄ Capital Alpha with Psili and Oxia
+letter \x1F0A 46-356-12356 # Ἂ Capital Alpha with Psili and Varia
+letter \x1F0E 46-356-16 # Ἆ Capital Alpha with Psili and Perispomeni
+letter \x1F09 46-125-1 # Ἁ Capital Alpha with Dasia
+letter \x1F0D 46-125-345 # Ἅ Capital Alpha with Dasia and Oxia
+letter \x1F0B 46-125-12356 # Ἃ Capital Alpha with Dasia and Varia
+letter \x1F0F 46-125-16 # Ἇ Capital Alpha with Dasia and Perispomeni
+letter \x0388 46-1246 # Έ Capital Epsilon with Tonos
+letter \x1FC9 46-1246 # Έ Capital Epsilon with Oxia
+letter \x1FC8 46-14 # Ὲ Capital Epsilon with Varia
+letter \x1F18 46-356-15 # Ἐ Capital Epsilon with Psili
+letter \x1F1C 46-356-1246 # Ἔ Capital Epsilon with Psili and Oxia
+letter \x1F1A 46-356-14 # Ἒ Capital Epsilon with Psili and Varia
+letter \x1F19 46-125-15 # Ἑ Capital Epsilon with Dasia
+letter \x1F1D 46-125-1246 # Ἕ Capital Epsilon with Dasia and Oxia
+letter \x1F1B 46-125-14 # Ἓ Capital Epsilon with Dasia and Varia
+letter \x0389 46-123456 # Ή Capital Eta with Tonos
+letter \x1FCB 46-123456 # Ή Capital Eta with Oxia
+letter \x1FCA 46-2346 # Ὴ Capital Eta with Varia
+letter \x1F28 46-356-156 # Ἠ Capital Eta with Psili
+letter \x1F2C 46-356-123456 # Ἤ Capital Eta with Psili and Oxia
+letter \x1F2A 46-356-2346 # Ἢ Capital Eta with Psili and Varia
+letter \x1F2E 46-356-126 # Ἦ Capital Eta with Psili and Perispomeni
+letter \x1F29 46-125-156 # Ἡ Capital Eta with Dasia
+letter \x1F2D 46-125-123456 # Ἥ Capital Eta with Dasia and Oxia
+letter \x1F2B 46-125-2346 # Ἣ Capital Eta with Dasia and Varia
+letter \x1F2F 46-125-126 # Ἧ Capital Eta with Dasia and Perispomeni
+letter \x03AA 46-24 # Ϊ Capital Iota with Dialytika
+letter \x038A 46-12456 # Ί Capital Iota with Tonos
+letter \x1FDB 46-12456 # Ί Capital Iota with Oxia
+letter \x1FDA 46-34 # Ὶ Capital Iota with Varia
+letter \x1FD9 46-456-24 # Ῑ Capital Iota with Macron
+letter \x1FD8 46-24 # Ῐ Capital Iota with Vrachy
+letter \x1F38 46-356-24 # Ἰ Capital Iota with Psili
+letter \x1F3C 46-356-12456 # Ἴ Capital Iota with Psili and Oxia
+letter \x1F3A 46-356-34 # Ἲ Capital Iota with Psili and Varia
+letter \x1F3E 46-356-146 # Ἶ Capital Iota with Psili and Perispomeni
+letter \x1F39 46-125-24 # Ἱ Capital Iota with Dasia
+letter \x1F3D 46-125-12456 # Ἵ Capital Iota with Dasia and Oxia
+letter \x1F3B 46-125-34 # Ἳ Capital Iota with Dasia and Varia
+letter \x1F3F 46-125-146 # Ἷ Capital Iota with Dasia and Perispomeni
+letter \x038C 46-246 # Ό Capital Omicron with Tonos
+letter \x1FF9 46-246 # Ό Capital Omicron with Oxia
+letter \x1FF8 46-346 # Ὸ Capital Omicron with Varia
+letter \x1F48 46-356-135 # Ὀ Capital Omicron with Psili
+letter \x1F4C 46-356-246 # Ὄ Capital Omicron with Psili and Oxia
+letter \x1F4A 46-356-346 # Ὂ Capital Omicron with Psili and Varia
+letter \x1F49 46-125-135 # Ὁ Capital Omicron with Dasia
+letter \x1F4D 46-125-246 # Ὅ Capital Omicron with Dasia and Oxia
+letter \x1F4B 46-125-346 # Ὃ Capital Omicron with Dasia and Varia
+letter \x1FEC 46-1235-125 # Ῥ Capital Rho with Dasia
+letter \x03AB 46-136 # Ϋ Capital Upsilon with Dialytika
+letter \x038E 46-1256 # Ύ Capital Upsilon with Tonos
+letter \x1FEB 46-1256 # Ύ Capital Upsilon with Oxia
+letter \x1FEA 46-23456 # Ὺ Capital Upsilon with Varia
+letter \x1FE9 46-456-136 # Ῡ Capital Upsilon with Macron
+letter \x1FE8 46-136 # Ῠ Capital Upsilon with Vrachy
+letter \x1F59 46-125-136 # Ὑ Capital Upsilon with Dasia
+letter \x1F5D 46-125-1256 # Ὕ Capital Upsilon with Dasia and Oxia
+letter \x1F5B 46-125-23456 # Ὓ Capital Upsilon with Dasia and Varia
+letter \x1F5F 46-125-1236 # Ὗ Capital Upsilon with Dasia and Perispomeni
+letter \x038F 46-245 # Ώ Capital Omega with Tonos
+letter \x1FFB 46-245 # Ώ Capital Omega with Oxia
+letter \x1FFA 46-12345 # Ὼ Capital Omega with Varia
+letter \x1F68 46-356-2456 # Ὠ Capital Omega with Psili
+letter \x1F6C 46-356-245 # Ὤ Capital Omega with Psili and Oxia
+letter \x1F6A 46-356-12345 # Ὢ Capital Omega with Psili and Varia
+letter \x1F6E 46-356-3456 # Ὦ Capital Omega with Psili and Perispomeni
+letter \x1F69 46-125-2456 # Ὡ Capital Omega with Dasia
+letter \x1F6D 46-125-245 # Ὥ Capital Omega with Dasia and Oxia
+letter \x1F6B 46-125-12345 # Ὣ Capital Omega with Dasia and Varia
+letter \x1F6F 46-125-3456 # Ὧ Capital Omega with Dasia and Perispomeni
+
+# lowercase accented letters which have uppercase equivalents
+letter \x03AC 345 # ά Small Alpha with Tonos
+letter \x1F71 345 # ά Small Alpha with Oxia
+letter \x1F70 12356 # ὰ Small Alpha with Varia
+letter \x1FB1 456-1 # ᾱ Small Alpha with Macron
+letter \x1FB0 1 # ᾰ Small Alpha with Vrachy
+letter \x1F00 356-1 # ἀ Small Alpha with Psili
+letter \x1F04 356-345 # ἄ Small Alpha with Psili and Oxia
+letter \x1F02 356-12356 # ἂ Small Alpha with Psili and Varia
+letter \x1F06 356-16 # ἆ Small Alpha with Psili and Perispomeni
+letter \x1F01 125-1 # ἁ Small Alpha with Dasia
+letter \x1F05 125-345 # ἅ Small Alpha with Dasia and Oxia
+letter \x1F03 125-12356 # ἃ Small Alpha with Dasia and Varia
+letter \x1F07 125-16 # ἇ Small Alpha with Dasia and Perispomeni
+letter \x03AD 1246 # έ Small Epsilon with Tonos
+letter \x1F73 1246 # έ Small Epsilon with Oxia
+letter \x1F72 14 # ὲ Small Epsilon with Varia
+letter \x1F10 356-15 # ἐ Small Epsilon with Psili
+letter \x1F14 356-1246 # ἔ Small Epsilon with Psili and Oxia
+letter \x1F12 356-14 # ἒ Small Epsilon with Psili and Varia
+letter \x1F11 125-15 # ἑ Small Epsilon with Dasia
+letter \x1F15 125-1246 # ἕ Small Epsilon with Dasia and Oxia
+letter \x1F13 125-14 # ἓ Small Epsilon with Dasia and Varia
+letter \x03AE 123456 # ή Small Eta with Tonos
+letter \x1F75 123456 # ή Small Eta with Oxia
+letter \x1F74 2346 # ὴ Small Eta with Varia
+letter \x1F20 356-156 # ἠ Small Eta with Psili
+letter \x1F24 356-123456 # ἤ Small Eta with Psili and Oxia
+letter \x1F22 356-2346 # ἢ Small Eta with Psili and Varia
+letter \x1F26 356-126 # ἦ Small Eta with Psili and Perispomeni
+letter \x1F21 125-156 # ἡ Small Eta with Dasia
+letter \x1F25 125-123456 # ἥ Small Eta with Dasia and Oxia
+letter \x1F23 125-2346 # ἣ Small Eta with Dasia and Varia
+letter \x1F27 125-126 # ἧ Small Eta with Dasia and Perispomeni
+letter \x03CA 24 # ϊ Small Iota with Dialytika
+letter \x03AF 12456 # ί Small Iota with Tonos
+letter \x1F77 12456 # ί Small Iota with Oxia
+letter \x1F76 34 # ὶ Small Iota with Varia
+letter \x1FD1 456-24 # ῑ Small Iota with Macron
+letter \x1FD0 24 # ῐ Small Iota with Vrachy
+letter \x1F30 356-24 # ἰ Small Iota with Psili
+letter \x1F34 356-12456 # ἴ Small Iota with Psili and Oxia
+letter \x1F32 356-34 # ἲ Small Iota with Psili and Varia
+letter \x1F36 356-146 # ἶ Small Iota with Psili and Perispomeni
+letter \x1F31 125-24 # ἱ Small Iota with Dasia
+letter \x1F35 125-12456 # ἵ Small Iota with Dasia and Oxia
+letter \x1F33 125-34 # ἳ Small Iota with Dasia and Varia
+letter \x1F37 125-146 # ἷ Small Iota with Dasia and Perispomeni
+letter \x03CC 246 # ό Small Omicron with Tonos
+letter \x1F79 246 # ό Small Omicron with Oxia
+letter \x1F78 346 # ὸ Small Omicron with Varia
+letter \x1F40 356-135 # ὀ Small Omicron with Psili
+letter \x1F44 356-246 # ὄ Small Omicron with Psili and Oxia
+letter \x1F42 356-346 # ὂ Small Omicron with Psili and Varia
+letter \x1F41 125-135 # ὁ Small Omicron with Dasia
+letter \x1F45 125-246 # ὅ Small Omicron with Dasia and Oxia
+letter \x1F43 125-346 # ὃ Small Omicron with Dasia and Varia
+letter \x1FE5 1235-125 # ῥ Small Rho with Dasia
+letter \x03CB 136 # ϋ Small Upsilon with Dialytika
+letter \x03CD 1256 # ύ Small Upsilon with Tonos
+letter \x1F7B 1256 # ύ Small Upsilon with Oxia
+letter \x1F7A 23456 # ὺ Small Upsilon with Varia
+letter \x1FE1 456-136 # ῡ Small Upsilon with Macron
+letter \x1FE0 136 # ῠ Small Upsilon with Vrachy
+letter \x1F51 125-136 # ὑ Small Upsilon with Dasia
+letter \x1F55 125-1256 # ὕ Small Upsilon with Dasia and Oxia
+letter \x1F53 125-23456 # ὓ Small Upsilon with Dasia and Varia
+letter \x1F57 125-1236 # ὗ Small Upsilon with Dasia and Perispomeni
+letter \x03CE 245 # ώ Small Omega with Tonos
+letter \x1F7D 245 # ώ Small Omega with Oxia
+letter \x1F7C 12345 # ὼ Small Omega with Varia
+letter \x1F60 356-2456 # ὠ Small Omega with Psili
+letter \x1F64 356-245 # ὤ Small Omega with Psili and Oxia
+letter \x1F62 356-12345 # ὢ Small Omega with Psili and Varia
+letter \x1F66 356-3456 # ὦ Small Omega with Psili and Perispomeni
+letter \x1F61 125-2456 # ὡ Small Omega with Dasia
+letter \x1F65 125-245 # ὥ Small Omega with Dasia and Oxia
+letter \x1F63 125-12345 # ὣ Small Omega with Dasia and Varia
+letter \x1F67 125-3456 # ὧ Small Omega with Dasia and Perispomeni
+
+# uppercase accented letters which don't have lowercase equivalents
+letter \x1FBC 46-1-35 # ᾼ Capital Alpha with Prosgegrammeni
+letter \x1F88 46-356-1-35 # ᾈ Capital Alpha with Psili and Prosgegrammeni
+letter \x1F8C 46-356-345-35 # ᾌ Capital Alpha with Psili and Oxia and Prosgegrammeni
+letter \x1F8A 46-356-12356-35 # ᾊ Capital Alpha with Psili and Varia and Prosgegrammeni
+letter \x1F8E 46-356-16-35 # ᾎ Capital Alpha with Psili and Perispomeni and Prosgegrammeni
+letter \x1F89 46-125-1-35 # ᾉ Capital Alpha with Dasia and Prosgegrammeni
+letter \x1F8D 46-125-345-35 # ᾍ Capital Alpha with Dasia and Oxia and Prosgegrammeni
+letter \x1F8B 46-125-12356-35 # ᾋ Capital Alpha with Dasia and Varia and Prosgegrammeni
+letter \x1F8F 46-125-16-35 # ᾏ Capital Alpha with Dasia and Perispomeni and Prosgegrammeni
+letter \x1FCC 46-156-35 # ῌ Capital Eta with Prosgegrammeni
+letter \x1F98 46-356-156-35 # ᾘ Capital Eta with Psili and Prosgegrammeni
+letter \x1F9C 46-356-123456-35 # ᾜ Capital Eta with Psili and Oxia and Prosgegrammeni
+letter \x1F9A 46-356-2346-35 # ᾚ Capital Eta with Psili and Varia and Prosgegrammeni
+letter \x1F9E 46-356-126-35 # ᾞ Capital Eta with Psili and Perispomeni and Prosgegrammeni
+letter \x1F99 46-125-156-35 # ᾙ Capital Eta with Dasia and Prosgegrammeni
+letter \x1F9D 46-125-123456-35 # ᾝ Capital Eta with Dasia and Oxia and Prosgegrammeni
+letter \x1F9B 46-125-2346-35 # ᾛ Capital Eta with Dasia and Varia and Prosgegrammeni
+letter \x1F9F 46-125-126-35 # ᾟ Capital Eta with Dasia and Perispomeni and Prosgegrammeni
+letter \x1FFC 46-2456-35 # ῼ Capital Omega with Prosgegrammeni
+letter \x1FA8 46-356-2456-35 # ᾨ Capital Omega with Psili and Prosgegrammeni
+letter \x1FAC 46-356-245-35 # ᾬ Capital Omega with Psili and Oxia and Prosgegrammeni
+letter \x1FAA 46-356-12345-35 # ᾪ Capital Omega with Psili and Varia and Prosgegrammeni
+letter \x1FAE 46-356-3456-35 # ᾮ Capital Omega with Psili and Perispomeni and Prosgegrammeni
+letter \x1FA9 46-125-2456-35 # ᾩ Capital Omega with Dasia and Prosgegrammeni
+letter \x1FAD 46-125-245-35 # ᾭ Capital Omega with Dasia and Oxia and Prosgegrammeni
+letter \x1FAB 46-125-12345-35 # ᾫ Capital Omega with Dasia and Varia and Prosgegrammeni
+letter \x1FAF 46-125-3456-35 # ᾯ Capital Omega with Dasia and Perispomeni and Prosgegrammeni
+
+# lowercase accented letters which don't have uppercase equivalents
+letter \x1FB6 16 # ᾶ Small Alpha with Perispomeni
+letter \x1FB3 1-35 # ᾳ Small Alpha with Ypogegrammeni
+letter \x1FB4 345-35 # ᾴ Small Alpha with Oxia and Ypogegrammeni
+letter \x1FB2 12356-35 # ᾲ Small Alpha with Varia and Ypogegrammeni
+letter \x1FB7 16-35 # ᾷ Small Alpha with Perispomeni and Ypogegrammeni
+letter \x1F80 356-1-35 # ᾀ Small Alpha with Psili and Ypogegrammeni
+letter \x1F84 356-345-35 # ᾄ Small Alpha with Psili and Oxia and Ypogegrammeni
+letter \x1F82 356-12356-35 # ᾂ Small Alpha with Psili and Varia and Ypogegrammeni
+letter \x1F86 356-16-35 # ᾆ Small Alpha with Psili and Perispomeni and Ypogegrammeni
+letter \x1F81 125-1-35 # ᾁ Small Alpha with Dasia and Ypogegrammeni
+letter \x1F85 125-345-35 # ᾅ Small Alpha with Dasia and Oxia and Ypogegrammeni
+letter \x1F83 125-12356-35 # ᾃ Small Alpha with Dasia and Varia and Ypogegrammeni
+letter \x1F87 125-16-35 # ᾇ Small Alpha with Dasia and Perispomeni and Ypogegrammeni
+letter \x1FC6 126 # ῆ Small Eta with Perispomeni
+letter \x1FC3 156-35 # ῃ Small Eta with Ypogegrammeni
+letter \x1FC4 123456-35 # ῄ Small Eta with Oxia and Ypogegrammeni
+letter \x1FC2 2346-35 # ῂ Small Eta with Varia and Ypogegrammeni
+letter \x1FC7 126-35 # ῇ Small Eta with Perispomeni and Ypogegrammeni
+letter \x1F90 356-156-35 # ᾐ Small Eta with Psili and Ypogegrammeni
+letter \x1F94 356-123456-35 # ᾔ Small Eta with Psili and Oxia and Ypogegrammeni
+letter \x1F92 356-2346-35 # ᾒ Small Eta with Psili and Varia and Ypogegrammeni
+letter \x1F96 356-126-35 # ᾖ Small Eta with Psili and Perispomeni and Ypogegrammeni
+letter \x1F91 125-156-35 # ᾑ Small Eta with Dasia and Ypogegrammeni
+letter \x1F95 125-123456-35 # ᾕ Small Eta with Dasia and Oxia and Ypogegrammeni
+letter \x1F93 125-2346-35 # ᾓ Small Eta with Dasia and Varia and Ypogegrammeni
+letter \x1F97 125-126-35 # ᾗ Small Eta with Dasia and Perispomeni and Ypogegrammeni
+letter \x0390 12456 # ΐ Small Iota with Dialytika and Tonos
+letter \x1FD3 12456 # ΐ Small Iota with Dialytika and Oxia
+letter \x1FD2 34 # ῒ Small Iota with Dialytika and Varia
+letter \x1FD6 146 # ῖ Small Iota with Perispomeni
+letter \x1FD7 146 # ῗ Small Iota with Dialytika and Perispomeni
+letter \x1FE4 356-1235 # ῤ Small Rho with Psili
+letter \x03B0 1256 # ΰ Small Upsilon with Dialytika and Tonos
+letter \x1FE3 1256 # ΰ Small Upsilon with Dialytika and Oxia
+letter \x1FE2 23456 # ῢ Small Upsilon with Dialytika and Varia
+letter \x1FE6 1236 # ῦ Small Upsilon with Perispomeni
+letter \x1FE7 1236 # ῧ Small Upsilon with Dialytika and Perispomeni
+letter \x1F50 356-136 # ὐ Small Upsilon with Psili
+letter \x1F54 356-1256 # ὔ Small Upsilon with Psili and Oxia
+letter \x1F52 356-23456 # ὒ Small Upsilon with Psili and Varia
+letter \x1F56 356-1236 # ὖ Small Upsilon with Psili and Perispomeni
+letter \x1FF6 3456 # ῶ Small Omega with Perispomeni
+letter \x1FF3 2456-35 # ῳ Small Omega with Ypogegrammeni
+letter \x1FF4 245-35 # ῴ Small Omega with Oxia and Ypogegrammeni
+letter \x1FF2 12345-35 # ῲ Small Omega with Varia and Ypogegrammeni
+letter \x1FF7 3456-35 # ῷ Small Omega with Perispomeni and Ypogegrammeni
+letter \x1FA0 356-2456-35 # ᾠ Small Omega with Psili and Ypogegrammeni
+letter \x1FA4 356-245-35 # ᾤ Small Omega with Psili and Oxia and Ypogegrammeni
+letter \x1FA2 356-12345-35 # ᾢ Small Omega with Psili and Varia and Ypogegrammeni
+letter \x1FA6 356-3456-35 # ᾦ Small Omega with Psili and Perispomeni and Ypogegrammeni
+letter \x1FA1 125-2456-35 # ᾡ Small Omega with Dasia and Ypogegrammeni
+letter \x1FA5 125-245-35 # ᾥ Small Omega with Dasia and Oxia and Ypogegrammeni
+letter \x1FA3 125-12345-35 # ᾣ Small Omega with Dasia and Varia and Ypogegrammeni
+letter \x1FA7 125-3456-35 # ᾧ Small Omega with Dasia and Perispomeni and Ypogegrammeni
+
+#tsn#1#Tswana Uncontracted#za#
+# liblouis: Afrikaans Braille Code (Grade 1)
+#
+#  Copyright (C) 2014, Greg Kearney <gkearney@gmail.com>
+#
+# Based on English UEB Grade 1
+#
+# Used to display symbols, Unicode chars and other symbols used throughout UEB code.
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+
+include en-ueb-g1.ctb
+
+# Tswana specific
+
+uplow	Êê	45-15
+uplow	Ȏô	45-135
+uplow	Šš	4-234
+#
+# Copyright (C) 1995-2008 by The BRLTTY Developers.
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+
+# BRLTTY Text Table - Romanian
+#
+# Samuel Thibault <samuel.thibault@ens-lyon.org>
+# 
+# Updated by Stefan Moisei <vortex37 {at} gmail {dot} com>
+#
+# This table is based on the Unesco report on the progress of unification of
+# braille writing « L'ÉCRITURE BRAILLE DANS LE MONDE », by Sir Clutha
+# MACKENZIE: http://unesdoc.unesco.org/images/0013/001352/135251fo.pdf
+# The document is dated 1954, so this table may be quite outdated.
+
+# generated by ttbtest
+space \s 0		SPACE
+punctuation ~ 45		TILDE
+punctuation | 4568		VERTICAL LINE
+punctuation _ 456		LOW LINE
+punctuation [ 12356		LEFT SQUARE BRACKET
+punctuation \\ 176		REVERSE SOLIDUS
+punctuation ] 23456		RIGHT SQUARE BRAKET
+punctuation @ 47		COMMERCIAL AT
+punctuation = 2356		EQUALS SIGN
+punctuation # 3456		NUMBER SIGN
+punctuation / 34		SOLIDUS
+punctuation * 26		ASTERISK
+punctuation + 235		PLUS SIGN
+punctuation % 356		PERCENT SIGN
+punctuation ! 235		EXCLAMATION MARK
+punctuation " 2356		QUOTATION MARK
+punctuation \x201e 236		LEFT QUOTE
+punctuation \x201d 356		RIGHT QUOTE
+punctuation ' 3		APOSTROPHE
+punctuation ( 126		LEFT PARENTHESIS
+punctuation ) 345		RIGHT PARENTHESIS
+punctuation , 2		COMMA
+punctuation - 36		HYPHEN-MINUS
+punctuation . 256		FULL STOP
+include digits8Dots.uti
+punctuation : 25		COLON
+punctuation ; 23		SEMICOLON
+punctuation ? 26		QUESTION MARK
+uppercase A 17		LATIN CAPITAL LETTER A
+uppercase B 127		LATIN CAPITAL LETTER B
+uppercase C 147		LATIN CAPITAL LETTER C
+uppercase D 1457		LATIN CAPITAL LETTER D
+uppercase E 157		LATIN CAPITAL LETTER E
+uppercase F 1247		LATIN CAPITAL LETTER F
+uppercase G 12457		LATIN CAPITAL LETTER G
+uppercase H 1257		LATIN CAPITAL LETTER H
+uppercase I 247		LATIN CAPITAL LETTER I
+uppercase J 2457		LATIN CAPITAL LETTER J
+uppercase K 137		LATIN CAPITAL LETTER K
+uppercase L 1237		LATIN CAPITAL LETTER L
+uppercase M 1347		LATIN CAPITAL LETTER M
+uppercase N 13457		LATIN CAPITAL LETTER N
+uppercase O 1357		LATIN CAPITAL LETTER O
+uppercase P 12347		LATIN CAPITAL LETTER P
+uppercase Q 123457		LATIN CAPITAL LETTER Q
+uppercase R 12357		LATIN CAPITAL LETTER R
+uppercase S 2347		LATIN CAPITAL LETTER S
+uppercase T 23457		LATIN CAPITAL LETTER T
+uppercase U 1367		LATIN CAPITAL LETTER U
+uppercase V 12367		LATIN CAPITAL LETTER V
+uppercase W 24567		LATIN CAPITAL LETTER W
+uppercase X 13467		LATIN CAPITAL LETTER X
+uppercase Y 134567		LATIN CAPITAL LETTER Y
+uppercase Z 13567		LATIN CAPITAL LETTER Z
+lowercase a 1		LATIN SMALL LETTER A
+lowercase b 12		LATIN SMALL LETTER B
+lowercase c 14		LATIN SMALL LETTER C
+lowercase d 145		LATIN SMALL LETTER D
+lowercase e 15		LATIN SMALL LETTER E
+lowercase f 124		LATIN SMALL LETTER F
+lowercase g 1245		LATIN SMALL LETTER G
+lowercase h 125		LATIN SMALL LETTER H
+lowercase i 24		LATIN SMALL LETTER I
+lowercase j 245		LATIN SMALL LETTER J
+lowercase k 13		LATIN SMALL LETTER K
+lowercase l 123		LATIN SMALL LETTER L
+lowercase m 134		LATIN SMALL LETTER M
+lowercase n 1345		LATIN SMALL LETTER N
+lowercase o 135		LATIN SMALL LETTER O
+lowercase p 1234		LATIN SMALL LETTER P
+lowercase q 12345		LATIN SMALL LETTER Q
+lowercase r 1235		LATIN SMALL LETTER R
+lowercase s 234		LATIN SMALL LETTER S
+lowercase t 2345		LATIN SMALL LETTER T
+lowercase u 136		LATIN SMALL LETTER U
+lowercase v 1236		LATIN SMALL LETTER V
+lowercase w 2456		LATIN SMALL LETTER W
+lowercase x 1346		LATIN SMALL LETTER X
+lowercase y 13456		LATIN SMALL LETTER Y
+lowercase z 1356		LATIN SMALL LETTER Z
+punctuation \x00a0 0		NO-BREAK SPACE
+uppercase \x00c2 1267		LATIN CAPITAL LETTER A WITH CIRCUMFLEX
+uppercase \x00ce 1467		LATIN CAPITAL LETTER I WITH CIRCUMFLEX
+lowercase \x00e2 126		LATIN SMALL LETTER A WITH CIRCUMFLEX
+lowercase \x00ee 146		LATIN SMALL LETTER I WITH CIRCUMFLEX
+uppercase \x0102 167		LATIN CAPITAL LETTER A WITH BREVE
+lowercase \x0103 16		LATIN SMALL LETTER A WITH BREVE
+uppercase \x015e 1567		LATIN CAPITAL LETTER S WITH CEDILLA
+lowercase \x015f 156		LATIN SMALL LETTER S WITH CEDILLA
+uppercase \x0162 2467		LATIN CAPITAL LETTER T WITH CEDILLA
+lowercase \x0163 246		LATIN SMALL LETTER T WITH CEDILLA
+uppercase \x0218 1567		LATIN CAPITAL LETTER S WITH COMMA BELOW
+lowercase \x0219 156		LATIN CAPITAL LETTER S WITH COMMA BELOW
+uppercase \x021a 2467		LATIN CAPITAL LETTER T WITH COMMA BELOW
+lowercase \x021b 246		LATIN SMALL LETTER T WITH COMMA BELLOW
+# -----------
+#-index-name: Tamil
+#-display-name: Tamil braille
+#
+#+locale:ta
+#+type:literary
+#+contraction:no
+#+grade:1
+#
+# TODO: Please correct the metadata above. It is not meant to be
+# accurate nor complete. It hasn't been verified by the table
+# author yet. It is merely an attempt by the liblouis maintainers
+# to get some sensible initial values in place.
+#
+# TODO: Please add a reference to official documentation about
+# the implemented braille code. Preferably submit the documents
+# to https://github.com/liblouis/braille-specs.
+# -----------
+#
+#  Copyright (C) 2012 Braille Section Team, Anna Centenary Library, Chennai <brailleacl@gmail.com>
+#  Copyright (C) 2014 National Institute for Visually Handicapped, 116, Rajpur Road, Dehradun, Uttrakhand, India
+# 
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+
+# The Liblouis table for Tamil was developed by
+#
+#   Shankar Subbiah S <shankar@agateinfotek.in>
+#   K. Navarasan
+#   T. D. Dinakar <td.dinkar@gmail.com> and
+#   Mesar Hameed <mesar.hameed@gmail.com>
+#
+# Together they go under the name of Braille Section Team, Anna
+# Centenary Library as the table was tested on the Braille display
+# that was available in the Anna Centinary Library, Chennai.
+
+include text_nabcc.dis
+include braille-patterns.cti # unicode braille.
+
+punctuation	\x2018 236 #left single quote
+punctuation	\x2019 356 #right single quote
+punctuation	\x201c 6-236 #left quote
+punctuation	\x201d 356-3 #right quote
+
+include en-us-g1.ctb
+
+sign	\x0b82	56	# TAMIL SIGN ANUSVARA
+sign	\x0b83	6	# TAMIL SIGN VISARGA
+sign	\x0b85	1	# TAMIL sign A
+sign	\x0b86	345	# TAMIL sign AA
+sign	\x0b87	24	# TAMIL sign I
+sign	\x0b88	35	# TAMIL sign II
+sign	\x0b89	136	# TAMIL sign U
+sign	\x0b8a	1256	# TAMIL sign UU
+
+sign	\x0b8e	26	# TAMIL sign E
+
+sign	\x0b8f	15	# TAMIL sign EE
+sign	\x0b90	34	# TAMIL sign AI
+
+sign	\x0b92	1346	# TAMIL sign O
+
+letter	\x0b93	135	# TAMIL sign OO
+letter	\x0b94	246	# TAMIL sign AU
+letter	\x0b95	13	# TAMIL sign KA
+letter	\x0b99	346	# TAMIL sign NGA
+letter	\x0b9a	14	# TAMIL sign CA
+letter	\x0b9c	245	# TAMIL sign JA
+letter	\x0b9e	25	# TAMIL sign NYA
+letter	\x0b9f	23456	# TAMIL sign TTA
+letter	\x0ba3	3456	# TAMIL sign NNA
+letter	\x0ba4	2345	# TAMIL sign TA
+letter	\x0ba8	1345	# TAMIL sign NA
+letter	\x0ba9	56	# TAMIL sign NNNA
+letter	\x0baa	1234	# TAMIL sign PA
+letter	\x0bae	134	# TAMIL sign MA
+letter	\x0baf	13456	# TAMIL sign YA
+letter	\x0bb0	1235	# TAMIL sign RA
+
+sign	\x0bb1	12456	# TAMIL sign RRA
+
+sign	\x0bb2	123	# TAMIL sign LA
+
+sign	\x0bb3	456	# TAMIL sign LLA
+
+sign	\x0bb4	12356	# TAMIL sign LLLA
+
+sign	\x0bb5	1236	# TAMIL sign VA
+sign	\x0bb6	146	# TAMIL sign SHA
+sign	\x0bb7	12346	# TAMIL sign SSA
+sign	\x0bb8	234	# TAMIL sign SA
+sign	\x0bb9	125	# TAMIL sign HA
+sign	\x0bbe	345	# TAMIL VOWEL SIGN AA
+sign	\x0bbf	24	# TAMIL VOWEL SIGN I
+sign	\x0bc0	35	# TAMIL VOWEL SIGN II
+sign	\x0bc1	136	# TAMIL VOWEL SIGN U
+sign	\x0bc2	1256	# TAMIL VOWEL SIGN UU
+
+sign	\x0bc6	26	# TAMIL VOWEL SIGN E
+
+sign	\x0bc7	15	# TAMIL VOWEL SIGN EE
+sign	\x0bc8	34	# TAMIL VOWEL SIGN AI
+
+sign	\x0bca	1346	# TAMIL VOWEL SIGN O
+
+sign	\x0bcb	135	# TAMIL VOWEL SIGN OO
+sign	\x0bcc	246	# TAMIL VOWEL SIGN AU
+sign	\x0bcd	4	# TAMIL SIGN VIRAMA
+sign	\x0be6	245	# TAMIL DIGIT ZERO
+sign	\x0be7	1	# TAMIL DIGIT ONE
+sign	\x0be8	12	# TAMIL DIGIT TWO
+sign	\x0be9	14	# TAMIL DIGIT THREE
+sign	\x0bea	145	# TAMIL DIGIT FOUR
+sign	\x0beb	15	# TAMIL DIGIT FIVE
+sign	\x0bec	124	# TAMIL DIGIT SIX
+sign	\x0bed	1245	# TAMIL DIGIT SEVEN
+sign	\x0bee	125	# TAMIL DIGIT EIGHT
+sign	\x0bef	24	# TAMIL DIGIT NINE
+
+#--------
+# half characters
+
+always \x0b95\x0bcd 4-13
+always \x0b99\x0bcd 4-346
+always \x0b9a\x0bcd 4-14
+always \x0b9e\x0bcd 4-25
+always \x0b9f\x0bcd 4-23456
+always \x0ba3\x0bcd 4-3456
+always \x0ba4\x0bcd 4-2345
+always \x0ba8\x0bcd 4-1345
+always \x0baa\x0bcd 4-1234
+always \x0bae\x0bcd 4-134
+always \x0baf\x0bcd 4-13456
+always \x0bb0\x0bcd 4-1235
+always \x0bb2\x0bcd 4-123
+always \x0bb5\x0bcd 4-1236
+always \x0bb4\x0bcd 4-12356
+always \x0bb3\x0bcd 4-456
+always \x0bb1\x0bcd 4-12456
+always \x0ba9\x0bcd 4-56
+always \x0b9c\x0bcd 4-245
+always \x0bb7\x0bcd 4-12346
+always \x0bb8\x0bcd 4-234
+always \x0bb9\x0bcd 4-125
+
+# words and partwords
+# sri
+word \x0bb8\x0bcd\x0bb0\x0bc0 234
+
+always \x0b95\x0bcd\x0bb7 12345   #ksh
+always \x0b95\x0bcd\x0bb7\x0bcd 4-12345   #ksh with varama
+#
+#  Copyright (C) 2010, 2011 DocArch <http://www.docarch.be>
+#  Copyright (C) 2016 Babbage B.V. <http://www.babbage.com>
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+#
+# ----------------------------------------------------------------------------------------------
+#
+# This table is based on braille-patterns.cti, which blocks back translation of unicode braille intentionally
+#
+# It can be used to back translate braille input to unicode braille output
+# ----------------------------------------------------------------------------------------------
+
+# ----------------------------------------------------------------------------------------------
+# Unicode 2800..28FF  Braille Patterns
+# ----------------------------------------------------------------------------------------------
+
+sign        \x2800  0                    # ⠀                   BRAILLE PATTERN DOTS-0
+sign        \x2801  1                    # ⠁                   BRAILLE PATTERN DOTS-1
+sign        \x2802  2                    # ⠂                   BRAILLE PATTERN DOTS-2
+sign        \x2803  12                   # ⠃                   BRAILLE PATTERN DOTS-12
+sign        \x2804  3                    # ⠄                   BRAILLE PATTERN DOTS-3
+sign        \x2805  13                   # ⠅                   BRAILLE PATTERN DOTS-13
+sign        \x2806  23                   # ⠆                   BRAILLE PATTERN DOTS-23
+sign        \x2807  123                  # ⠇                   BRAILLE PATTERN DOTS-123
+sign        \x2808  4                    # ⠈                   BRAILLE PATTERN DOTS-4
+sign        \x2809  14                   # ⠉                   BRAILLE PATTERN DOTS-14
+sign        \x280A  24                   # ⠊                   BRAILLE PATTERN DOTS-24
+sign        \x280B  124                  # ⠋                   BRAILLE PATTERN DOTS-124
+sign        \x280C  34                   # ⠌                   BRAILLE PATTERN DOTS-34
+sign        \x280D  134                  # ⠍                   BRAILLE PATTERN DOTS-134
+sign        \x280E  234                  # ⠎                   BRAILLE PATTERN DOTS-234
+sign        \x280F  1234                 # ⠏                   BRAILLE PATTERN DOTS-1234
+sign        \x2810  5                    # ⠐                   BRAILLE PATTERN DOTS-5
+sign        \x2811  15                   # ⠑                   BRAILLE PATTERN DOTS-15
+sign        \x2812  25                   # ⠒                   BRAILLE PATTERN DOTS-25
+sign        \x2813  125                  # ⠓                   BRAILLE PATTERN DOTS-125
+sign        \x2814  35                   # ⠔                   BRAILLE PATTERN DOTS-35
+sign        \x2815  135                  # ⠕                   BRAILLE PATTERN DOTS-135
+sign        \x2816  235                  # ⠖                   BRAILLE PATTERN DOTS-235
+sign        \x2817  1235                 # ⠗                   BRAILLE PATTERN DOTS-1235
+sign        \x2818  45                   # ⠘                   BRAILLE PATTERN DOTS-45
+sign        \x2819  145                  # ⠙                   BRAILLE PATTERN DOTS-145
+sign        \x281A  245                  # ⠚                   BRAILLE PATTERN DOTS-245
+sign        \x281B  1245                 # ⠛                   BRAILLE PATTERN DOTS-1245
+sign        \x281C  345                  # ⠜                   BRAILLE PATTERN DOTS-345
+sign        \x281D  1345                 # ⠝                   BRAILLE PATTERN DOTS-1345
+sign        \x281E  2345                 # ⠞                   BRAILLE PATTERN DOTS-2345
+sign        \x281F  12345                # ⠟                   BRAILLE PATTERN DOTS-12345
+sign        \x2820  6                    # ⠠                   BRAILLE PATTERN DOTS-6
+sign        \x2821  16                   # ⠡                   BRAILLE PATTERN DOTS-16
+sign        \x2822  26                   # ⠢                   BRAILLE PATTERN DOTS-26
+sign        \x2823  126                  # ⠣                   BRAILLE PATTERN DOTS-126
+sign        \x2824  36                   # ⠤                   BRAILLE PATTERN DOTS-36
+sign        \x2825  136                  # ⠥                   BRAILLE PATTERN DOTS-136
+sign        \x2826  236                  # ⠦                   BRAILLE PATTERN DOTS-236
+sign        \x2827  1236                 # ⠧                   BRAILLE PATTERN DOTS-1236
+sign        \x2828  46                   # ⠨                   BRAILLE PATTERN DOTS-46
+sign        \x2829  146                  # ⠩                   BRAILLE PATTERN DOTS-146
+sign        \x282A  246                  # ⠪                   BRAILLE PATTERN DOTS-246
+sign        \x282B  1246                 # ⠫                   BRAILLE PATTERN DOTS-1246
+sign        \x282C  346                  # ⠬                   BRAILLE PATTERN DOTS-346
+sign        \x282D  1346                 # ⠭                   BRAILLE PATTERN DOTS-1346
+sign        \x282E  2346                 # ⠮                   BRAILLE PATTERN DOTS-2346
+sign        \x282F  12346                # ⠯                   BRAILLE PATTERN DOTS-12346
+sign        \x2830  56                   # ⠰                   BRAILLE PATTERN DOTS-56
+sign        \x2831  156                  # ⠱                   BRAILLE PATTERN DOTS-156
+sign        \x2832  256                  # ⠲                   BRAILLE PATTERN DOTS-256
+sign        \x2833  1256                 # ⠳                   BRAILLE PATTERN DOTS-1256
+sign        \x2834  356                  # ⠴                   BRAILLE PATTERN DOTS-356
+sign        \x2835  1356                 # ⠵                   BRAILLE PATTERN DOTS-1356
+sign        \x2836  2356                 # ⠶                   BRAILLE PATTERN DOTS-2356
+sign        \x2837  12356                # ⠷                   BRAILLE PATTERN DOTS-12356
+sign        \x2838  456                  # ⠸                   BRAILLE PATTERN DOTS-456
+sign        \x2839  1456                 # ⠹                   BRAILLE PATTERN DOTS-1456
+sign        \x283A  2456                 # ⠺                   BRAILLE PATTERN DOTS-2456
+sign        \x283B  12456                # ⠻                   BRAILLE PATTERN DOTS-12456
+sign        \x283C  3456                 # ⠼                   BRAILLE PATTERN DOTS-3456
+sign        \x283D  13456                # ⠽                   BRAILLE PATTERN DOTS-13456
+sign        \x283E  23456                # ⠾                   BRAILLE PATTERN DOTS-23456
+sign        \x283F  123456               # ⠿                   BRAILLE PATTERN DOTS-123456
+sign        \x2840  7                    # ⡀                   BRAILLE PATTERN DOTS-7
+sign        \x2841  17                   # ⡁                   BRAILLE PATTERN DOTS-17
+sign        \x2842  27                   # ⡂                   BRAILLE PATTERN DOTS-27
+sign        \x2843  127                  # ⡃                   BRAILLE PATTERN DOTS-127
+sign        \x2844  37                   # ⡄                   BRAILLE PATTERN DOTS-37
+sign        \x2845  137                  # ⡅                   BRAILLE PATTERN DOTS-137
+sign        \x2846  237                  # ⡆                   BRAILLE PATTERN DOTS-237
+sign        \x2847  1237                 # ⡇                   BRAILLE PATTERN DOTS-1237
+sign        \x2848  47                   # ⡈                   BRAILLE PATTERN DOTS-47
+sign        \x2849  147                  # ⡉                   BRAILLE PATTERN DOTS-147
+sign        \x284A  247                  # ⡊                   BRAILLE PATTERN DOTS-247
+sign        \x284B  1247                 # ⡋                   BRAILLE PATTERN DOTS-1247
+sign        \x284C  347                  # ⡌                   BRAILLE PATTERN DOTS-347
+sign        \x284D  1347                 # ⡍                   BRAILLE PATTERN DOTS-1347
+sign        \x284E  2347                 # ⡎                   BRAILLE PATTERN DOTS-2347
+sign        \x284F  12347                # ⡏                   BRAILLE PATTERN DOTS-12347
+sign        \x2850  57                   # ⡐                   BRAILLE PATTERN DOTS-57
+sign        \x2851  157                  # ⡑                   BRAILLE PATTERN DOTS-157
+sign        \x2852  257                  # ⡒                   BRAILLE PATTERN DOTS-257
+sign        \x2853  1257                 # ⡓                   BRAILLE PATTERN DOTS-1257
+sign        \x2854  357                  # ⡔                   BRAILLE PATTERN DOTS-357
+sign        \x2855  1357                 # ⡕                   BRAILLE PATTERN DOTS-1357
+sign        \x2856  2357                 # ⡖                   BRAILLE PATTERN DOTS-2357
+sign        \x2857  12357                # ⡗                   BRAILLE PATTERN DOTS-12357
+sign        \x2858  457                  # ⡘                   BRAILLE PATTERN DOTS-457
+sign        \x2859  1457                 # ⡙                   BRAILLE PATTERN DOTS-1457
+sign        \x285A  2457                 # ⡚                   BRAILLE PATTERN DOTS-2457
+sign        \x285B  12457                # ⡛                   BRAILLE PATTERN DOTS-12457
+sign        \x285C  3457                 # ⡜                   BRAILLE PATTERN DOTS-3457
+sign        \x285D  13457                # ⡝                   BRAILLE PATTERN DOTS-13457
+sign        \x285E  23457                # ⡞                   BRAILLE PATTERN DOTS-23457
+sign        \x285F  123457               # ⡟                   BRAILLE PATTERN DOTS-123457
+sign        \x2860  67                   # ⡠                   BRAILLE PATTERN DOTS-67
+sign        \x2861  167                  # ⡡                   BRAILLE PATTERN DOTS-167
+sign        \x2862  267                  # ⡢                   BRAILLE PATTERN DOTS-267
+sign        \x2863  1267                 # ⡣                   BRAILLE PATTERN DOTS-1267
+sign        \x2864  367                  # ⡤                   BRAILLE PATTERN DOTS-367
+sign        \x2865  1367                 # ⡥                   BRAILLE PATTERN DOTS-1367
+sign        \x2866  2367                 # ⡦                   BRAILLE PATTERN DOTS-2367
+sign        \x2867  12367                # ⡧                   BRAILLE PATTERN DOTS-12367
+sign        \x2868  467                  # ⡨                   BRAILLE PATTERN DOTS-467
+sign        \x2869  1467                 # ⡩                   BRAILLE PATTERN DOTS-1467
+sign        \x286A  2467                 # ⡪                   BRAILLE PATTERN DOTS-2467
+sign        \x286B  12467                # ⡫                   BRAILLE PATTERN DOTS-12467
+sign        \x286C  3467                 # ⡬                   BRAILLE PATTERN DOTS-3467
+sign        \x286D  13467                # ⡭                   BRAILLE PATTERN DOTS-13467
+sign        \x286E  23467                # ⡮                   BRAILLE PATTERN DOTS-23467
+sign        \x286F  123467               # ⡯                   BRAILLE PATTERN DOTS-123467
+sign        \x2870  567                  # ⡰                   BRAILLE PATTERN DOTS-567
+sign        \x2871  1567                 # ⡱                   BRAILLE PATTERN DOTS-1567
+sign        \x2872  2567                 # ⡲                   BRAILLE PATTERN DOTS-2567
+sign        \x2873  12567                # ⡳                   BRAILLE PATTERN DOTS-12567
+sign        \x2874  3567                 # ⡴                   BRAILLE PATTERN DOTS-3567
+sign        \x2875  13567                # ⡵                   BRAILLE PATTERN DOTS-13567
+sign        \x2876  23567                # ⡶                   BRAILLE PATTERN DOTS-23567
+sign        \x2877  123567               # ⡷                   BRAILLE PATTERN DOTS-123567
+sign        \x2878  4567                 # ⡸                   BRAILLE PATTERN DOTS-4567
+sign        \x2879  14567                # ⡹                   BRAILLE PATTERN DOTS-14567
+sign        \x287A  24567                # ⡺                   BRAILLE PATTERN DOTS-24567
+sign        \x287B  124567               # ⡻                   BRAILLE PATTERN DOTS-124567
+sign        \x287C  34567                # ⡼                   BRAILLE PATTERN DOTS-34567
+sign        \x287D  134567               # ⡽                   BRAILLE PATTERN DOTS-134567
+sign        \x287E  234567               # ⡾                   BRAILLE PATTERN DOTS-234567
+sign        \x287F  1234567              # ⡿                   BRAILLE PATTERN DOTS-1234567
+sign        \x2880  8                    # ⢀                   BRAILLE PATTERN DOTS-8
+sign        \x2881  18                   # ⢁                   BRAILLE PATTERN DOTS-18
+sign        \x2882  28                   # ⢂                   BRAILLE PATTERN DOTS-28
+sign        \x2883  128                  # ⢃                   BRAILLE PATTERN DOTS-128
+sign        \x2884  38                   # ⢄                   BRAILLE PATTERN DOTS-38
+sign        \x2885  138                  # ⢅                   BRAILLE PATTERN DOTS-138
+sign        \x2886  238                  # ⢆                   BRAILLE PATTERN DOTS-238
+sign        \x2887  1238                 # ⢇                   BRAILLE PATTERN DOTS-1238
+sign        \x2888  48                   # ⢈                   BRAILLE PATTERN DOTS-48
+sign        \x2889  148                  # ⢉                   BRAILLE PATTERN DOTS-148
+sign        \x288A  248                  # ⢊                   BRAILLE PATTERN DOTS-248
+sign        \x288B  1248                 # ⢋                   BRAILLE PATTERN DOTS-1248
+sign        \x288C  348                  # ⢌                   BRAILLE PATTERN DOTS-348
+sign        \x288D  1348                 # ⢍                   BRAILLE PATTERN DOTS-1348
+sign        \x288E  2348                 # ⢎                   BRAILLE PATTERN DOTS-2348
+sign        \x288F  12348                # ⢏                   BRAILLE PATTERN DOTS-12348
+sign        \x2890  58                   # ⢐                   BRAILLE PATTERN DOTS-58
+sign        \x2891  158                  # ⢑                   BRAILLE PATTERN DOTS-158
+sign        \x2892  258                  # ⢒                   BRAILLE PATTERN DOTS-258
+sign        \x2893  1258                 # ⢓                   BRAILLE PATTERN DOTS-1258
+sign        \x2894  358                  # ⢔                   BRAILLE PATTERN DOTS-358
+sign        \x2895  1358                 # ⢕                   BRAILLE PATTERN DOTS-1358
+sign        \x2896  2358                 # ⢖                   BRAILLE PATTERN DOTS-2358
+sign        \x2897  12358                # ⢗                   BRAILLE PATTERN DOTS-12358
+sign        \x2898  458                  # ⢘                   BRAILLE PATTERN DOTS-458
+sign        \x2899  1458                 # ⢙                   BRAILLE PATTERN DOTS-1458
+sign        \x289A  2458                 # ⢚                   BRAILLE PATTERN DOTS-2458
+sign        \x289B  12458                # ⢛                   BRAILLE PATTERN DOTS-12458
+sign        \x289C  3458                 # ⢜                   BRAILLE PATTERN DOTS-3458
+sign        \x289D  13458                # ⢝                   BRAILLE PATTERN DOTS-13458
+sign        \x289E  23458                # ⢞                   BRAILLE PATTERN DOTS-23458
+sign        \x289F  123458               # ⢟                   BRAILLE PATTERN DOTS-123458
+sign        \x28A0  68                   # ⢠                   BRAILLE PATTERN DOTS-68
+sign        \x28A1  168                  # ⢡                   BRAILLE PATTERN DOTS-168
+sign        \x28A2  268                  # ⢢                   BRAILLE PATTERN DOTS-268
+sign        \x28A3  1268                 # ⢣                   BRAILLE PATTERN DOTS-1268
+sign        \x28A4  368                  # ⢤                   BRAILLE PATTERN DOTS-368
+sign        \x28A5  1368                 # ⢥                   BRAILLE PATTERN DOTS-1368
+sign        \x28A6  2368                 # ⢦                   BRAILLE PATTERN DOTS-2368
+sign        \x28A7  12368                # ⢧                   BRAILLE PATTERN DOTS-12368
+sign        \x28A8  468                  # ⢨                   BRAILLE PATTERN DOTS-468
+sign        \x28A9  1468                 # ⢩                   BRAILLE PATTERN DOTS-1468
+sign        \x28AA  2468                 # ⢪                   BRAILLE PATTERN DOTS-2468
+sign        \x28AB  12468                # ⢫                   BRAILLE PATTERN DOTS-12468
+sign        \x28AC  3468                 # ⢬                   BRAILLE PATTERN DOTS-3468
+sign        \x28AD  13468                # ⢭                   BRAILLE PATTERN DOTS-13468
+sign        \x28AE  23468                # ⢮                   BRAILLE PATTERN DOTS-23468
+sign        \x28AF  123468               # ⢯                   BRAILLE PATTERN DOTS-123468
+sign        \x28B0  568                  # ⢰                   BRAILLE PATTERN DOTS-568
+sign        \x28B1  1568                 # ⢱                   BRAILLE PATTERN DOTS-1568
+sign        \x28B2  2568                 # ⢲                   BRAILLE PATTERN DOTS-2568
+sign        \x28B3  12568                # ⢳                   BRAILLE PATTERN DOTS-12568
+sign        \x28B4  3568                 # ⢴                   BRAILLE PATTERN DOTS-3568
+sign        \x28B5  13568                # ⢵                   BRAILLE PATTERN DOTS-13568
+sign        \x28B6  23568                # ⢶                   BRAILLE PATTERN DOTS-23568
+sign        \x28B7  123568               # ⢷                   BRAILLE PATTERN DOTS-123568
+sign        \x28B8  4568                 # ⢸                   BRAILLE PATTERN DOTS-4568
+sign        \x28B9  14568                # ⢹                   BRAILLE PATTERN DOTS-14568
+sign        \x28BA  24568                # ⢺                   BRAILLE PATTERN DOTS-24568
+sign        \x28BB  124568               # ⢻                   BRAILLE PATTERN DOTS-124568
+sign        \x28BC  34568                # ⢼                   BRAILLE PATTERN DOTS-34568
+sign        \x28BD  134568               # ⢽                   BRAILLE PATTERN DOTS-134568
+sign        \x28BE  234568               # ⢾                   BRAILLE PATTERN DOTS-234568
+sign        \x28BF  1234568              # ⢿                   BRAILLE PATTERN DOTS-1234568
+sign        \x28C0  78                   # ⣀                   BRAILLE PATTERN DOTS-78
+sign        \x28C1  178                  # ⣁                   BRAILLE PATTERN DOTS-178
+sign        \x28C2  278                  # ⣂                   BRAILLE PATTERN DOTS-278
+sign        \x28C3  1278                 # ⣃                   BRAILLE PATTERN DOTS-1278
+sign        \x28C4  378                  # ⣄                   BRAILLE PATTERN DOTS-378
+sign        \x28C5  1378                 # ⣅                   BRAILLE PATTERN DOTS-1378
+sign        \x28C6  2378                 # ⣆                   BRAILLE PATTERN DOTS-2378
+sign        \x28C7  12378                # ⣇                   BRAILLE PATTERN DOTS-12378
+sign        \x28C8  478                  # ⣈                   BRAILLE PATTERN DOTS-478
+sign        \x28C9  1478                 # ⣉                   BRAILLE PATTERN DOTS-1478
+sign        \x28CA  2478                 # ⣊                   BRAILLE PATTERN DOTS-2478
+sign        \x28CB  12478                # ⣋                   BRAILLE PATTERN DOTS-12478
+sign        \x28CC  3478                 # ⣌                   BRAILLE PATTERN DOTS-3478
+sign        \x28CD  13478                # ⣍                   BRAILLE PATTERN DOTS-13478
+sign        \x28CE  23478                # ⣎                   BRAILLE PATTERN DOTS-23478
+sign        \x28CF  123478               # ⣏                   BRAILLE PATTERN DOTS-123478
+sign        \x28D0  578                  # ⣐                   BRAILLE PATTERN DOTS-578
+sign        \x28D1  1578                 # ⣑                   BRAILLE PATTERN DOTS-1578
+sign        \x28D2  2578                 # ⣒                   BRAILLE PATTERN DOTS-2578
+sign        \x28D3  12578                # ⣓                   BRAILLE PATTERN DOTS-12578
+sign        \x28D4  3578                 # ⣔                   BRAILLE PATTERN DOTS-3578
+sign        \x28D5  13578                # ⣕                   BRAILLE PATTERN DOTS-13578
+sign        \x28D6  23578                # ⣖                   BRAILLE PATTERN DOTS-23578
+sign        \x28D7  123578               # ⣗                   BRAILLE PATTERN DOTS-123578
+sign        \x28D8  4578                 # ⣘                   BRAILLE PATTERN DOTS-4578
+sign        \x28D9  14578                # ⣙                   BRAILLE PATTERN DOTS-14578
+sign        \x28DA  24578                # ⣚                   BRAILLE PATTERN DOTS-24578
+sign        \x28DB  124578               # ⣛                   BRAILLE PATTERN DOTS-124578
+sign        \x28DC  34578                # ⣜                   BRAILLE PATTERN DOTS-34578
+sign        \x28DD  134578               # ⣝                   BRAILLE PATTERN DOTS-134578
+sign        \x28DE  234578               # ⣞                   BRAILLE PATTERN DOTS-234578
+sign        \x28DF  1234578              # ⣟                   BRAILLE PATTERN DOTS-1234578
+sign        \x28E0  678                  # ⣠                   BRAILLE PATTERN DOTS-678
+sign        \x28E1  1678                 # ⣡                   BRAILLE PATTERN DOTS-1678
+sign        \x28E2  2678                 # ⣢                   BRAILLE PATTERN DOTS-2678
+sign        \x28E3  12678                # ⣣                   BRAILLE PATTERN DOTS-12678
+sign        \x28E4  3678                 # ⣤                   BRAILLE PATTERN DOTS-3678
+sign        \x28E5  13678                # ⣥                   BRAILLE PATTERN DOTS-13678
+sign        \x28E6  23678                # ⣦                   BRAILLE PATTERN DOTS-23678
+sign        \x28E7  123678               # ⣧                   BRAILLE PATTERN DOTS-123678
+sign        \x28E8  4678                 # ⣨                   BRAILLE PATTERN DOTS-4678
+sign        \x28E9  14678                # ⣩                   BRAILLE PATTERN DOTS-14678
+sign        \x28EA  24678                # ⣪                   BRAILLE PATTERN DOTS-24678
+sign        \x28EB  124678               # ⣫                   BRAILLE PATTERN DOTS-124678
+sign        \x28EC  34678                # ⣬                   BRAILLE PATTERN DOTS-34678
+sign        \x28ED  134678               # ⣭                   BRAILLE PATTERN DOTS-134678
+sign        \x28EE  234678               # ⣮                   BRAILLE PATTERN DOTS-234678
+sign        \x28EF  1234678              # ⣯                   BRAILLE PATTERN DOTS-1234678
+sign        \x28F0  5678                 # ⣰                   BRAILLE PATTERN DOTS-5678
+sign        \x28F1  15678                # ⣱                   BRAILLE PATTERN DOTS-15678
+sign        \x28F2  25678                # ⣲                   BRAILLE PATTERN DOTS-25678
+sign        \x28F3  125678               # ⣳                   BRAILLE PATTERN DOTS-125678
+sign        \x28F4  35678                # ⣴                   BRAILLE PATTERN DOTS-35678
+sign        \x28F5  135678               # ⣵                   BRAILLE PATTERN DOTS-135678
+sign        \x28F6  235678               # ⣶                   BRAILLE PATTERN DOTS-235678
+sign        \x28F7  1235678              # ⣷                   BRAILLE PATTERN DOTS-1235678
+sign        \x28F8  45678                # ⣸                   BRAILLE PATTERN DOTS-45678
+sign        \x28F9  145678               # ⣹                   BRAILLE PATTERN DOTS-145678
+sign        \x28FA  245678               # ⣺                   BRAILLE PATTERN DOTS-245678
+sign        \x28FB  1245678              # ⣻                   BRAILLE PATTERN DOTS-1245678
+sign        \x28FC  345678               # ⣼                   BRAILLE PATTERN DOTS-345678
+sign        \x28FD  1345678              # ⣽                   BRAILLE PATTERN DOTS-1345678
+sign        \x28FE  2345678              # ⣾                   BRAILLE PATTERN DOTS-2345678
+sign        \x28FF  12345678             # ⣿                   BRAILLE PATTERN DOTS-12345678
+
+
+# ----------------------------------------------------------------------------------------------
+
+# liblouis: sub table for Latin letter definition, 8 dots.
+#
+#  Copyright (C) 2012-2014 Mesar Hameed <mesar.hameed@gmail.com>
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+
+# Latin letters a-z with dot 7 as capital indicator.
+# Usually included to form a 8 dots table.
+
+uplow Aa 17,1
+uplow Bb 127,12
+uplow Cc 147,14
+uplow Dd 1457,145
+uplow Ee 157,15
+uplow Ff 1247,124
+uplow Gg 12457,1245
+uplow Hh 1257,125
+uplow Ii 247,24
+uplow Jj 2457,245
+uplow Kk 137,13
+uplow Ll 1237,123
+uplow Mm 1347,134
+uplow Nn 13457,1345
+uplow Oo 1357,135
+uplow Pp 12347,1234
+uplow Qq 123457,12345
+uplow Rr 12357,1235
+uplow Ss 2347,234
+uplow Tt 23457,2345
+uplow Uu 1367,136
+uplow Vv 12367,1236
+uplow Ww 24567,2456
+uplow Xx 13467,1346
+uplow Yy 134567,13456
+uplow Zz 13567,1356
+#-index-name: Nepali
+#-display-name: Nepali braille
+
+#+locale:ne
+#+type:literary
+#+grade:1
+
+# TODO: Please correct the metadata above. It is not meant to be
+# accurate nor complete. It hasn't been verified by the table
+# author yet. It is merely an attempt by the liblouis maintainers
+# to get some sensible initial values in place.
+
+# TODO: Please add a reference to official documentation about
+# the implemented braille code. Preferably submit the documents
+# to https://github.com/liblouis/braille-specs.
+
+include np-in-g1.utb
+include braille-patterns.cti
+# liblouis English, U.S. (EBAE) character definitions table
+#
+#  Based on the Linux screenreader BRLTTY, copyright (C) 1999-2006 by
+#  The BRLTTY Team
+#
+#  Copyright (C) 2004-2006 ViewPlus Technologies, Inc. www.viewplus.com
+#  Copyright (C) 2004-2006 JJB Software, Inc. www.jjb-software.com
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+
+# Computer braille single-cell characters
+space \s 0 blank
+space \t 9 tab
+space \x000a 0 newline
+space \x000c 0
+space \x000d 0 carriage return
+space \x001b 1b escape character for html back-translation
+space \x00A0 a NO-BREAK SPACE <noBreak> 0020 NON-BREAKING SPACE 
+include loweredDigits6Dots.uti
+
+include latinLetterDef6Dots.uti
+
+punctuation ( 12356
+punctuation } 12456
+punctuation ] 124567
+punctuation ? 1456
+punctuation : 156
+punctuation ) 23456
+punctuation ! 2346
+punctuation { 246
+punctuation [ 2467
+punctuation ' 3
+punctuation - 36
+punctuation . 46
+punctuation " 5
+punctuation ; 56
+punctuation , 6
+sign & 12346
+sign $ 1246
+sign | 1256
+sign \\ 12567
+sign % 146
+sign * 16
+sign # 3456
+punctuation ` 4
+sign _ 456
+sign ^ 457
+sign @ 47
+math = 123456
+math < 126
+math / 34
+math > 345
+math + 346
+math ~ 45
+
+noback sign \x25CF 16 # 9679 black circle
+#-index-name: Slovenian
+#-display-name: Slovenian braille
+
+#+locale:sl
+#+type:literary
+#+grade:1
+
+# TODO: Please correct the metadata above. It is not meant to be
+# accurate nor complete. It hasn't been verified by the table
+# author yet. It is merely an attempt by the liblouis maintainers
+# to get some sensible initial values in place.
+
+# TODO: Please add a reference to official documentation about
+# the implemented braille code. Preferably submit the documents
+# to https://github.com/liblouis/braille-specs.
+
+include sl-si-g1.utb
+# liblouis: Computer Braille Code comp6 character definitions for EBAE
+#
+# Computer Braille Code reference:
+# http://liblouis.org/braille-specs/english/#computer-braille-code-cbc
+#
+#  Copyright (C) 2019 Timothy Wynn <tmthywynn8@gmail.com>
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+#
+# Notes:
+# * This sub-table is meant to complement the EBAE braille tables only,
+#   i.e., en-us-g1.ctb and en-us-g2.ctb. For stand-alone use, use the
+#   six-dot Computer Braille Code table (en-us-comp6.ctb).
+# * Print characters, braille dots, and meanings are defined according
+#   to the "COMPUTER BRAILLE CODE SYMBOLS: ASCII ORDER" table (pp. 53-60)
+#   of the Computer Braille Code (CBC; 2000) manual.
+
+# Letters and punctuation that differ from chardefs.cti (ASCII order):
+comp6 @ 4 at
+comp6 A 456-1 A
+comp6 B 456-12 B
+comp6 C 456-14 C
+comp6 D 456-145 D
+comp6 E 456-15 E
+comp6 F 456-124 F
+comp6 G 456-1245 G
+comp6 H 456-125 H
+comp6 I 456-24 I
+comp6 J 456-245 J
+comp6 K 456-13 K
+comp6 L 456-123 L
+comp6 M 456-134 M
+comp6 N 456-1345 N
+comp6 O 456-135 O
+comp6 P 456-1234 P
+comp6 Q 456-12345 Q
+comp6 R 456-1235 R
+comp6 S 456-234 S
+comp6 T 456-2345 T
+comp6 U 456-136 U
+comp6 V 456-1236 V
+comp6 W 456-2456 W
+comp6 X 456-1346 X
+comp6 Y 456-13456 Y
+comp6 Z 456-1356 Z
+comp6 [ 246 left bracket
+comp6 \\ 1256 backslash
+comp6 ] 12456 right bracket
+comp6 ^ 45 up arrow/caret
+comp6 _ 456-456 underscore
+comp6 ` 456-4 grave accent
+comp6 { 456-246 left brace
+comp6 | 456-1256 vertical bar
+comp6 } 456-12456 right brace
+comp6 ~ 456-45 tilde
+# This table contains braille codes and rules for Sindhi Grade 1 and includes English grade 1
+#
+# Copyright (C) 2014 National Institute for Visually Handicapped, 116, Rajpur Road, Dehradun, Uttrakhand, India
+#
+# This file is part of liblouis.
+#
+# liblouis is free software: you can redistribute it and/or modify it
+# under the terms of the GNU Lesser General Public License as
+# published by the Free Software Foundation, either version 2.1 of the
+# License, or (at your option) any later version.
+#
+# liblouis is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with liblouis. If not, see
+# <http://www.gnu.org/licenses/>.
+
+# This table is built and maintained under an activity of Braille Council of India
+# Contributors: Dipendra Manocha, Sreeja, Dinesh Kaushal, Mesar Hameed
+# Last updated on May 5, 2014
+# To report any bugs or any suggestion, please write to d@saksham.org and sreeja.param@gmail.com
+
+include devanagari.cti
+include en-in-g1.ctb
+#
+# Copyright (C) 1995-2008 by The BRLTTY Developers.
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+
+# BRLTTY Text Table - Turkish
+#
+# Samuel Thibault <samuel.thibault@ens-lyon.org>
+# 
+# This table is based on the Unesco report on the progress of unification of
+# braille writing « L'ÉCRITURE BRAILLE DANS LE MONDE », by Sir Clutha
+# MACKENZIE: http://unesdoc.unesco.org/images/0013/001352/135251fo.pdf
+# The document is dated 1954, so this table may be quite outdated.
+
+# generated by ttbtest
+space \s 0		SPACE
+punctuation ! 235		EXCLAMATION MARK
+punctuation " 2356		QUOTATION MARK
+punctuation ' 3		APOSTROPHE
+punctuation ( 236		LEFT PARENTHESIS
+punctuation ) 356		RIGHT PARENTHESIS
+punctuation , 2		COMMA
+punctuation - 36		HYPHEN-MINUS
+punctuation . 256		FULL STOP
+include digits8Dots.uti
+punctuation : 25		COLON
+punctuation ; 23		SEMICOLON
+punctuation ? 26		QUESTION MARK
+uppercase A 17		LATIN CAPITAL LETTER A
+uppercase B 127		LATIN CAPITAL LETTER B
+uppercase C 147		LATIN CAPITAL LETTER C
+uppercase D 1457		LATIN CAPITAL LETTER D
+uppercase E 157		LATIN CAPITAL LETTER E
+uppercase F 1247		LATIN CAPITAL LETTER F
+uppercase G 12457		LATIN CAPITAL LETTER G
+uppercase H 1257		LATIN CAPITAL LETTER H
+uppercase I 357		LATIN CAPITAL LETTER I
+uppercase J 2457		LATIN CAPITAL LETTER J
+uppercase K 137		LATIN CAPITAL LETTER K
+uppercase L 1237		LATIN CAPITAL LETTER L
+uppercase M 1347		LATIN CAPITAL LETTER M
+uppercase N 13457		LATIN CAPITAL LETTER N
+uppercase O 1357		LATIN CAPITAL LETTER O
+uppercase P 12347		LATIN CAPITAL LETTER P
+uppercase Q 123457		LATIN CAPITAL LETTER Q
+uppercase R 12357		LATIN CAPITAL LETTER R
+uppercase S 2347		LATIN CAPITAL LETTER S
+uppercase T 23457		LATIN CAPITAL LETTER T
+uppercase U 1367		LATIN CAPITAL LETTER U
+uppercase V 12367		LATIN CAPITAL LETTER V
+uppercase W 24567		LATIN CAPITAL LETTER W
+uppercase X 13467		LATIN CAPITAL LETTER X
+uppercase Y 134567		LATIN CAPITAL LETTER Y
+uppercase Z 13567		LATIN CAPITAL LETTER Z
+lowercase a 1		LATIN SMALL LETTER A
+lowercase b 12		LATIN SMALL LETTER B
+lowercase c 14		LATIN SMALL LETTER C
+lowercase d 145		LATIN SMALL LETTER D
+lowercase e 15		LATIN SMALL LETTER E
+lowercase f 124		LATIN SMALL LETTER F
+lowercase g 1245		LATIN SMALL LETTER G
+lowercase h 125		LATIN SMALL LETTER H
+lowercase i 24		LATIN SMALL LETTER I
+lowercase j 245		LATIN SMALL LETTER J
+lowercase k 13		LATIN SMALL LETTER K
+lowercase l 123		LATIN SMALL LETTER L
+lowercase m 134		LATIN SMALL LETTER M
+lowercase n 1345		LATIN SMALL LETTER N
+lowercase o 135		LATIN SMALL LETTER O
+lowercase p 1234		LATIN SMALL LETTER P
+lowercase q 12345		LATIN SMALL LETTER Q
+lowercase r 1235		LATIN SMALL LETTER R
+lowercase s 234		LATIN SMALL LETTER S
+lowercase t 2345		LATIN SMALL LETTER T
+lowercase u 136		LATIN SMALL LETTER U
+lowercase v 1236		LATIN SMALL LETTER V
+lowercase w 2456		LATIN SMALL LETTER W
+lowercase x 1346		LATIN SMALL LETTER X
+lowercase y 13456		LATIN SMALL LETTER Y
+lowercase z 1356		LATIN SMALL LETTER Z
+punctuation \x00a0 0		NO-BREAK SPACE
+uppercase \x00c2 3457		LATIN CAPITAL LETTER A WITH CIRCUMFLEX
+uppercase \x00c7 167		LATIN CAPITAL LETTER C WITH CEDILLA
+uppercase \x00ce 347		LATIN CAPITAL LETTER I WITH CIRCUMFLEX
+uppercase \x00d6 2467		LATIN CAPITAL LETTER O WITH DIAERESIS
+uppercase \x00db 1567		LATIN CAPITAL LETTER U WITH CIRCUMFLEX
+uppercase \x00dc 12567		LATIN CAPITAL LETTER U WITH DIAERESIS
+lowercase \x00e2 345		LATIN SMALL LETTER A WITH CIRCUMFLEX
+lowercase \x00e7 16		LATIN SMALL LETTER C WITH CEDILLA
+lowercase \x00ee 34		LATIN SMALL LETTER I WITH CIRCUMFLEX
+lowercase \x00f6 246		LATIN SMALL LETTER O WITH DIAERESIS
+lowercase \x00fb 156		LATIN SMALL LETTER U WITH CIRCUMFLEX
+lowercase \x00fc 1256		LATIN SMALL LETTER U WITH DIAERESIS
+uppercase \x011e 1267		LATIN CAPITAL LETTER G WITH BREVE
+lowercase \x011f 126		LATIN SMALL LETTER G WITH BREVE
+uppercase \x0130 247		LATIN CAPITAL LETTER I WITH DOT ABOVE
+lowercase \x0131 35		LATIN SMALL LETTER DOTLESS I
+uppercase \x015e 1467		LATIN CAPITAL LETTER S WITH CEDILLA
+lowercase \x015f 146		LATIN SMALL LETTER S WITH CEDILLA
+#-index-name: Kannada
+#-display-name: Kannada braille
+
+#+locale:kn
+#+type:literary
+#+grade:1
+
+# TODO: Please correct the metadata above. It is not meant to be
+# accurate nor complete. It hasn't been verified by the table
+# author yet. It is merely an attempt by the liblouis maintainers
+# to get some sensible initial values in place.
+
+# TODO: Please add a reference to official documentation about
+# the implemented braille code. Preferably submit the documents
+# to https://github.com/liblouis/braille-specs.
+
+include ka-in-g1.utb
+include braille-patterns.cti
+#
+#  Copyright (C) 2010, 2011 by DocArch <http://www.docarch.be>
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+#
+# -------------------------------------------------------------------------------
+#
+#  Spanish Braille
+#     Created and maintained by Bert Frees <bertfrees@gmail.com>
+#	  with the assistance of Carles Sadurní Anguita <http://www.transcriptor.net/>
+#
+# ----------------------------------------------------------------------------------------------
+
+include es-chardefs.cti
+include braille-patterns.cti
+include litdigits6Dots.uti
+
+numsign 3456
+capsletter 46
+begcapsword 46-46
+#
+# Copyright (C) 1995-2008 by The BRLTTY Developers.
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+
+# BRLTTY Text Table - English (Canada)
+# Dave Mielke <dave@mielke.cc>
+
+# This text table implements North American style English braille, the
+# additional letters of the French, German, and Italian alphabets, and
+# easy-to-remember representations for many common extra symbols.
+
+# generated by ttbtest
+letter \x0001 178		START OF HEADING
+letter \x0002 1278		START OF TEXT
+letter \x0003 1478		END OF TEXT
+letter \x0004 14578		END OF TRANSMISSION
+letter \x0005 1578		ENQUIRY
+letter \x0006 12478		ACKNOWLEDGE
+letter \x0007 124578		BELL
+letter \x0008 12578		BACKSPACE
+space \t 2478		CHARACTER TABULATION
+space \n 24578		LINE FEED (LF)
+space \v 1378		LINE TABULATION
+space \f 12378		FORM FEED (FF)
+space \r 13478		CARRIAGE RETURN (CR)
+letter \x000e 134578		SHIFT OUT
+letter \x000f 13578		SHIFT IN
+letter \x0010 123478		DATA LINK ESCAPE
+letter \x0011 1234578		DEVICE CONTROL ONE
+letter \x0012 123578		DEVICE CONTROL TWO
+letter \x0013 23478		DEVICE CONTROL THREE
+letter \x0014 234578		DEVICE CONTROL FOUR
+letter \x0015 13678		NEGATIVE ACKNOWLEDGE
+letter \x0016 123678		SYNCHRONOUS IDLE
+letter \x0017 245678		END OF TRANSMISSION BLOCK
+letter \x0018 134678		CANCEL
+letter \x0019 1345678		END OF MEDIUM
+letter \x001a 135678		SUBSTITUTE
+space \s 0		SPACE
+punctuation ! 2346		EXCLAMATION MARK
+punctuation " 5		QUOTATION MARK
+punctuation # 3456		NUMBER SIGN
+punctuation $ 1246		DOLLAR SIGN
+punctuation % 146		PERCENT SIGN
+punctuation & 12346		AMPERSAND
+punctuation ' 3		APOSTROPHE
+punctuation ( 12356		LEFT PARENTHESIS
+punctuation ) 23456		RIGHT PARENTHESIS
+punctuation * 16		ASTERISK
+punctuation + 346		PLUS SIGN
+punctuation , 6		COMMA
+punctuation - 36		HYPHEN-MINUS
+punctuation . 46		FULL STOP
+punctuation / 34		SOLIDUS
+include loweredDigits6Dots.uti
+punctuation : 156		COLON
+punctuation ; 56		SEMICOLON
+punctuation < 126		LESS-THAN SIGN
+punctuation = 123456		EQUALS SIGN
+punctuation > 345		GREATER-THAN SIGN
+punctuation ? 1456		QUESTION MARK
+punctuation @ 47		COMMERCIAL AT
+uppercase A 17		LATIN CAPITAL LETTER A
+uppercase B 127		LATIN CAPITAL LETTER B
+uppercase C 147		LATIN CAPITAL LETTER C
+uppercase D 1457		LATIN CAPITAL LETTER D
+uppercase E 157		LATIN CAPITAL LETTER E
+uppercase F 1247		LATIN CAPITAL LETTER F
+uppercase G 12457		LATIN CAPITAL LETTER G
+uppercase H 1257		LATIN CAPITAL LETTER H
+uppercase I 247		LATIN CAPITAL LETTER I
+uppercase J 2457		LATIN CAPITAL LETTER J
+uppercase K 137		LATIN CAPITAL LETTER K
+uppercase L 1237		LATIN CAPITAL LETTER L
+uppercase M 1347		LATIN CAPITAL LETTER M
+uppercase N 13457		LATIN CAPITAL LETTER N
+uppercase O 1357		LATIN CAPITAL LETTER O
+uppercase P 12347		LATIN CAPITAL LETTER P
+uppercase Q 123457		LATIN CAPITAL LETTER Q
+uppercase R 12357		LATIN CAPITAL LETTER R
+uppercase S 2347		LATIN CAPITAL LETTER S
+uppercase T 23457		LATIN CAPITAL LETTER T
+uppercase U 1367		LATIN CAPITAL LETTER U
+uppercase V 12367		LATIN CAPITAL LETTER V
+uppercase W 24567		LATIN CAPITAL LETTER W
+uppercase X 13467		LATIN CAPITAL LETTER X
+uppercase Y 134567		LATIN CAPITAL LETTER Y
+uppercase Z 13567		LATIN CAPITAL LETTER Z
+punctuation [ 2467		LEFT SQUARE BRACKET
+punctuation \\ 12567		REVERSE SOLIDUS
+punctuation ] 124567		RIGHT SQUARE BRACKET
+punctuation ^ 457		CIRCUMFLEX ACCENT
+punctuation _ 456		LOW LINE
+punctuation ` 4		GRAVE ACCENT
+lowercase a 1		LATIN SMALL LETTER A
+lowercase b 12		LATIN SMALL LETTER B
+lowercase c 14		LATIN SMALL LETTER C
+lowercase d 145		LATIN SMALL LETTER D
+lowercase e 15		LATIN SMALL LETTER E
+lowercase f 124		LATIN SMALL LETTER F
+lowercase g 1245		LATIN SMALL LETTER G
+lowercase h 125		LATIN SMALL LETTER H
+lowercase i 24		LATIN SMALL LETTER I
+lowercase j 245		LATIN SMALL LETTER J
+lowercase k 13		LATIN SMALL LETTER K
+lowercase l 123		LATIN SMALL LETTER L
+lowercase m 134		LATIN SMALL LETTER M
+lowercase n 1345		LATIN SMALL LETTER N
+lowercase o 135		LATIN SMALL LETTER O
+lowercase p 1234		LATIN SMALL LETTER P
+lowercase q 12345		LATIN SMALL LETTER Q
+lowercase r 1235		LATIN SMALL LETTER R
+lowercase s 234		LATIN SMALL LETTER S
+lowercase t 2345		LATIN SMALL LETTER T
+lowercase u 136		LATIN SMALL LETTER U
+lowercase v 1236		LATIN SMALL LETTER V
+lowercase w 2456		LATIN SMALL LETTER W
+lowercase x 1346		LATIN SMALL LETTER X
+lowercase y 13456		LATIN SMALL LETTER Y
+lowercase z 1356		LATIN SMALL LETTER Z
+punctuation { 246		LEFT CURLY BRACKET
+punctuation | 1256		VERTICAL LINE
+punctuation } 12456		RIGHT CURLY BRACKET
+punctuation ~ 45		TILDE
+punctuation \x00a0 0		NO-BREAK SPACE
+punctuation \x00a1 23467		INVERTED EXCLAMATION MARK
+punctuation \x00a2 12467		CENT SIGN
+punctuation \x00a3 34567		POUND SIGN
+punctuation \x00a5 134568		YEN SIGN
+punctuation \x00a6 1256		BROKEN BAR
+punctuation \x00a7 2348		SECTION SIGN
+punctuation \x00a9 148		COPYRIGHT SIGN
+punctuation \x00ab 123567		LEFT-POINTING DOUBLE ANGLE QUOTATION MARK
+punctuation \x00ac 13458		NOT SIGN
+punctuation \x00ad 36		SOFT HYPHEN
+punctuation \x00ae 12358		REGISTERED SIGN
+punctuation \x00b0 1458		DEGREE SIGN
+punctuation \x00b1 3467		PLUS-MINUS SIGN
+lowercase \x00b5 1348		MICRO SIGN
+punctuation \x00b6 12348		PILCROW SIGN
+punctuation \x00b7 467		MIDDLE DOT
+punctuation \x00bb 234567		RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK
+punctuation \x00bf 14567		INVERTED QUESTION MARK
+uppercase \x00c0 1235678		LATIN CAPITAL LETTER A WITH GRAVE
+uppercase \x00c2 1678		LATIN CAPITAL LETTER A WITH CIRCUMFLEX
+uppercase \x00c4 34578		LATIN CAPITAL LETTER A WITH DIAERESIS
+uppercase \x00c7 1234678		LATIN CAPITAL LETTER C WITH CEDILLA
+uppercase \x00c8 234678		LATIN CAPITAL LETTER E WITH GRAVE
+uppercase \x00c9 12345678		LATIN CAPITAL LETTER E WITH ACUTE
+uppercase \x00ca 12678		LATIN CAPITAL LETTER E WITH CIRCUMFLEX
+uppercase \x00cb 124678		LATIN CAPITAL LETTER E WITH DIAERESIS
+uppercase \x00cc 3478		LATIN CAPITAL LETTER I WITH GRAVE
+uppercase \x00ce 14678		LATIN CAPITAL LETTER I WITH CIRCUMFLEX
+uppercase \x00cf 1245678		LATIN CAPITAL LETTER I WITH DIAERESIS
+uppercase \x00d2 34678		LATIN CAPITAL LETTER O WITH GRAVE
+uppercase \x00d4 145678		LATIN CAPITAL LETTER O WITH CIRCUMFLEX
+uppercase \x00d6 24678		LATIN CAPITAL LETTER O WITH DIAERESIS
+punctuation \x00d7 167		MULTIPLICATION SIGN
+uppercase \x00d9 2345678		LATIN CAPITAL LETTER U WITH GRAVE
+uppercase \x00db 15678		LATIN CAPITAL LETTER U WITH CIRCUMFLEX
+uppercase \x00dc 125678		LATIN CAPITAL LETTER U WITH DIAERESIS
+lowercase \x00df 34568		LATIN SMALL LETTER SHARP S
+lowercase \x00e0 123568		LATIN SMALL LETTER A WITH GRAVE
+lowercase \x00e2 168		LATIN SMALL LETTER A WITH CIRCUMFLEX
+lowercase \x00e4 3458		LATIN SMALL LETTER A WITH DIAERESIS
+lowercase \x00e7 123468		LATIN SMALL LETTER C WITH CEDILLA
+lowercase \x00e8 23468		LATIN SMALL LETTER E WITH GRAVE
+lowercase \x00e9 1234568		LATIN SMALL LETTER E WITH ACUTE
+lowercase \x00ea 1268		LATIN SMALL LETTER E WITH CIRCUMFLEX
+lowercase \x00eb 12468		LATIN SMALL LETTER E WITH DIAERESIS
+lowercase \x00ec 348		LATIN SMALL LETTER I WITH GRAVE
+lowercase \x00ee 1468		LATIN SMALL LETTER I WITH CIRCUMFLEX
+lowercase \x00ef 124568		LATIN SMALL LETTER I WITH DIAERESIS
+lowercase \x00f2 3468		LATIN SMALL LETTER O WITH GRAVE
+lowercase \x00f4 14568		LATIN SMALL LETTER O WITH CIRCUMFLEX
+lowercase \x00f6 2468		LATIN SMALL LETTER O WITH DIAERESIS
+punctuation \x00f7 347		DIVISION SIGN
+lowercase \x00f9 234568		LATIN SMALL LETTER U WITH GRAVE
+lowercase \x00fb 1568		LATIN SMALL LETTER U WITH CIRCUMFLEX
+lowercase \x00fc 12568		LATIN SMALL LETTER U WITH DIAERESIS
+ISO8859-1
+.a4
+.aan5
+.aarts5
+.aat5
+.ab5l
+.acht5end
+.ac5re
+.adi5
+.af3
+.af5l
+.af5s
+.aftu5re
+.al3ee
+.al3f
+.alk4
+.al5ko
+.alko5v
+.al5ma
+.al3om
+.al4st
+.ana3s
+.an3d2
+.an3en
+.an3gl
+.an5th
+.ar5d
+.ar5tr
+.as5h
+.as5l
+.as3t
+.as5tra
+.as3u
+.at4a
+.ave5n
+.b4
+.be3la
+.be5ra
+.be5ri
+.bos1
+.c4
+.coo5
+.co3ro
+.cus5
+.d4
+.daar5
+.da4gi
+.dag5r
+.da2k
+.dan2
+.debe4
+.de2k
+.dek5l
+.dek5s
+.den4k5r
+.de5od
+.de3ro
+.de5sta
+.di4a
+.die4p
+.di3o
+.doet3
+.do3v
+.du4w
+.e4
+.ede2
+.edel5a
+.ed3w
+.ee4n
+.eer5ste
+.eest3
+.eesto4
+.eet3
+.ei3l
+.ei5sc
+.ei3sp
+.ei5t
+.el4s5
+.en5s
+.en5th
+.ep4a
+.ere5s
+.er2f
+.erf3l
+.er3in
+.ert4
+.erts3
+.es3
+.es5c
+.es5pe
+.es5tr
+.eten4
+.et4h
+.ets5te.
+.eu3
+.eus5
+.^^e92
+.f4
+.fel4s
+.g4
+.gaat5
+.gang5s
+.gea5v
+.ge3l4a
+.ge5le
+.gelo5v
+.ge3n4a
+.gena5z
+.ge5ne
+.ge5no
+.ge3ra
+.ge5r4e
+.ge5r4o
+.gerst5a
+.ge3s
+.ge5sk
+.ge5ta
+.ge5tj
+.ge5to
+.gid4
+.go4m
+.goot3
+.h2
+.handels5
+.her5in
+.hits5t
+.ho4lo
+.houd5s
+.i4
+.ide5o
+.ij4s
+.ijs5l
+.ijs3p
+.ijs3t
+.ik3
+.in1
+.in5d4
+.in3g4
+.in5gr
+.ink2
+.in5kr
+.in5kw
+.in3s4
+.in5sl
+.in5st
+.in5ta
+.is5c
+.j4
+.jor5
+.k4
+.ka3d
+.ka5g
+.ka4taa
+.kerk5l
+.kerk5r
+.kerk5u
+.ker5sten
+.ke4s
+.koot5
+.ko5pe
+.kop5l
+.ko3v
+.kun2
+.l4
+.laat5ste
+.le4b5
+.leg3o
+.le4g3r
+.leid5st
+.len4s3
+.le5r4
+.le4s3
+.le5th
+.lin5d
+.lof5
+.loot3
+.lo4s1
+.lu3e
+.lui5t4j
+.lu4s
+.m4
+.ma5d
+.ma5^^ef
+.meel5d
+.me5la
+.me5ni
+.merk5l
+.me2s
+.me4st
+.met5ee
+.mij4n5i
+.moot3
+.mor5sten
+.mo4s
+.n4
+.naat5
+.na3d
+.na3n
+.na3s4
+.nee5s
+.ne2p
+.nep3a
+.ne4s
+.ne5te
+.ne4t3j
+.neu4t5j
+.nie4t5j
+.noot5
+.nos5t
+.no5v
+.o4
+.oe4r5
+.oe4s5
+.oeve4
+.ol3f
+.om1
+.omme3
+.on3a
+.on3d
+.onde4r
+.on1e
+.on5g
+.on3i
+.on5k
+.on1o
+.ono5v
+.on2t3
+.on4tee
+.on4ter
+.ont5s
+.ooi5tj
+.oot5jes
+.op5ee
+.opi5
+.op5l
+.op3r
+.op5s
+.org4
+.os5
+.ove4
+.p4
+.pee5tj
+.peri5
+.pers5te.
+.piet5j
+.pits5te.
+.poort5j
+.po4st
+.puit4
+.pui5tj
+.pu2t
+.r4
+.raads5le
+.ran4d
+.rand5a
+.re4men
+.ren4o
+.reno5v
+.re5o
+.rie4t3
+.rij5sp
+.ring5s4
+.roe5tj
+.ro4l
+.ro4st
+.ro4t3h
+.ro5v
+.s4
+.sap3
+.sa5v
+.sci3
+.see3
+.seks5te
+.se5re
+.set3
+.se5v
+.side3
+.ski3s4
+.sneu3
+.sno2
+.so2k3
+.song5
+.spoor5tj
+.st4
+.ste4m
+.t4
+.taart5j
+.tan4da
+.te4a
+.te4f
+.tek2
+.te3le
+.ten5ac
+.te3no
+.ten4t5j
+.te3ra
+.ter4p5a
+.ter5s
+.te4s
+.ti2n
+.tin3a
+.tin3e
+.toe5pr
+.to4lo
+.to4p
+.to5v
+.tri3s4
+.ts4
+.tsa3
+.tuit5j
+.ty2r
+.u4
+.ui2
+.ui5s
+.uit1
+.uit4je
+.uke5
+.ur4a
+.vaat5j
+.ven4t5j
+.ve4r3
+.ves5p
+.vet3j
+.vie4r
+.vol5s
+.w4
+.wals5te.
+.wee4ko
+.wee4t3
+.we4l3
+.wen4s5t
+.west5r
+.win4s
+.xe3
+.y2
+.z4
+.zes5
+.zit5
+.zooi5
+4a.
+a4a4
+4aad
+aad1a
+aad1o
+aad1r
+aad5sap
+aaf5a
+4aag
+aag1a
+aag3e
+aag3o
+aag5r
+aags4
+aag3sa
+aag5so
+aag3sp
+aai3l
+aak1a
+aak3e2
+aak1o
+aak5r
+aak3sp
+aal5a2
+aal1e
+aal5f4o
+aalfo5l
+aal1i
+aal5k
+aal5m
+aal1o2
+aal3sl
+aal5so
+aal5spe
+aal5ste
+aal1u
+aam1a
+aam3o
+aam4sta
+aam4ste
+aan1a
+5aandee
+aand4r
+aan1e2
+aan5g
+aan5i
+3aanj
+aan5k4
+3aann
+aan3o
+aan3sp
+aans4po
+aant4
+3aanta
+3aanv
+aap1a
+aap3i
+aap3o2
+aap3r
+aar3a
+aar4d5as
+aar3e4
+aar1i
+4aarn
+aar1o2
+aar5spel
+aar4t5on
+aarts5l
+aar3u
+aas3e
+aas3i
+4aast
+aas5tr
+aat3a
+aat5e
+aat3h
+aat3i
+aat1o
+aat5r
+abak4s5
+aba4l
+abat4s
+ab5eun
+ab3ijz
+a2bon
+aboot4j
+abot4j
+2abr
+ab3ru
+4ac.
+a3cal
+a3car
+4ace
+ace3st
+4ach.
+a3cha
+2a1che
+4a1chi
+ach3l
+a1cho
+a3chr
+4achs
+ach5tec
+a1chu
+achuut5
+4ack
+ac3kl
+2acl
+2a3co
+2acr
+ac5res
+4acta
+4acu
+4ad.
+a5da.
+ad3ac
+ada2d
+ada4l
+ada2r3
+adas5
+2add
+a5de.
+ad3ei
+ade5re
+a5des
+a3det
+a5deta
+ad3e4te
+2adh
+4ad4i
+adi3al
+adi4oc
+adi4od
+4adk
+2adl
+4ado.
+a3doo
+2adp
+ad3rei
+a3d4ri
+ad3rol
+2ads
+ad5se
+ad3so
+ad1s4t
+ad5sta
+ad3ui
+ad3w
+2ady
+4ae
+aege4
+ae5k4
+a3e2p
+ae3r
+ae2s3
+ae4s5t
+a3eu
+a2^^eb
+a4^^ebr
+4afa
+af3aa
+a2f3ac
+af4as
+af4at
+afd4i
+afd2r
+af5d4w
+4afe
+afee4
+4afi
+af3l
+4afo
+a5fo.
+a2foe
+afon4d
+af3op
+af5org
+af1r
+af3s4
+afs2c
+af5se
+3afsl
+3afsp
+aft4a
+af5tr
+af3ui
+2afy
+4ag.
+ag1a2d
+ag3af
+ag3a2m
+ag3ar
+ag3di
+a5ge.
+agee5t
+4a5gen.
+ager4s
+ag3ex
+a4gil
+ag3ind
+a4g3ins
+agi5ot
+4ag1l
+ag3of
+a4g3or
+ag4o3v
+a2gr
+ag4ra
+ag5rap
+ag3ru
+ag3sl
+ag4sle
+ag5slu
+ags2p
+ag3spe
+ag3spi
+ag1st
+ag3sta
+ag5str
+2agt
+agu5a
+a2g3ui
+ag3u4r
+a2g3uu
+2ah
+4a1ha
+4a5he
+ahe5ri
+a1hi
+ah3l
+a3ho
+ah5r
+ah5t2
+a3hu
+a3hy
+ai5a2
+ai4dr
+ai1e
+a1ij
+ai5k
+ail3m
+ai2lo
+a2in
+aio4
+ai3ov
+ai3s4
+ai5sc
+ai4s5l
+ai5sn
+ai1so
+ai1st
+ai5tj
+ai3tr
+aiu4
+a^^efn4
+a^^efns5
+a^^efs3o4
+2a1j
+ajaars5
+aka2
+ak3af
+ak3ag
+a4k3ar
+a4k3ed
+ak3emi
+ake2t
+ak3id
+ak3ink
+ak5is
+1akko
+4a2k3l
+a2k3n
+ak5ne
+ak4ni
+a3kof
+ak3on
+ak3o2p
+a2kr
+ak5ru
+2aks
+ak4so
+ak5spe
+ak1st
+ak5to
+ak5t4w
+a2k3u4
+ak1w
+ak3wi
+a1la
+a4l3ach
+al3adr
+a3l4ag
+a3lal
+a5lapr
+al3art
+4ald
+a1le
+a5le.
+al3eff
+2aleg
+a2l3el
+ale5ro
+ale5ste
+ale4tj
+a3l^^e8
+al4fen
+alf3l
+al5fon
+alfu4
+al2gl
+a3lie
+al3int
+alk5ei
+al5kle
+alk3s
+al4kui
+al5le
+al4mac
+al5me
+a1lo
+a4l3ol
+alo2n
+al3ou
+a4l3o4v
+2alp
+al3s4ag
+al3san
+al3scr
+als5j
+al2sl
+als5li
+als5m
+al4sn
+al4s3oo
+al4stem
+al5sten
+als5tou
+altaar5
+al3tha
+al4t3ro
+alt4st
+a1lu
+a2lui
+al3uit
+al3u4r
+alu2s5
+4am.
+a4m3ac
+am3adr
+ama4f
+4amag
+am3art
+5ambt
+ament4j
+ame4ran
+ame5tj
+a2meu
+am4i
+4amm
+am3oli
+a2m3o4v
+3amp^^e8
+am2pl
+am4ple
+am4sm
+am4s3o
+am4spr
+ams5te.
+a2m3ui
+a3nad
+an3alg
+an4a3n
+an3arc
+2anc
+4anda
+anda4d
+and5ank
+an4d3e4d
+an4dex
+2andj
+an4dom
+an5d4ri
+and5roo
+ands5lo
+an4d3ul
+a4nem
+a3nen
+anen3i
+4aner
+an3est
+ane3us
+4ang.
+an4gan
+anga5p
+ange5st
+ang5le
+an2gr
+ang5sna
+angs4te
+aniet3
+anij4
+3anima
+an5ion
+a4n5isl
+ani5t
+4aniv
+4ank.
+an4kaa
+anka4n
+an4k3as
+an2k3j
+an4klu
+ank3of
+an2k3r
+a1no
+an3och
+a4n3oor
+an3ork
+ano3s
+ano3t4
+a4n3ou
+ano5v
+4ans
+an3san
+ans3cr
+an4seg
+an4serv
+an4sid
+an2so4
+ans5or
+ans3pi
+ans5pir
+an1st
+an4s5te.
+an5stru
+an4tac
+ante4n
+an3th
+2anti
+ant5sl
+ant3w
+4a1nu
+a5nuf
+an3ui
+an3ur
+an3uu
+anze5s
+2a1o
+ao4g
+ao2l
+a4om
+a2op2
+aor5t
+a3os
+aos3p
+aos5t
+4ap.
+a1pa
+a4pak
+a4pas
+ap3as.
+ap3ass
+a1pe
+ap5eten
+4a1pi
+apij4t5j
+ap3ijz
+ap1j
+2apl
+ap3le
+ap3li
+ap3lo
+a1plu
+apon5
+ap3oo
+apo3p
+apo5sta
+ap3o4v
+1appa
+4appen
+4apr
+ap3ra
+a3pre
+a4prem
+a5p4ris
+ap3ru
+ap2sa
+ap4si
+ap2s3l
+ap3sn
+ap4ste.
+2apt
+ap3tj
+2apu
+a2q
+4ar.
+a1ra
+araat5j
+a4r3app
+ara3s4
+ar2da
+ard3ac
+ard3ak
+ardo4
+ar4d3om
+ar4d3op
+ar4d3ov
+ar2d1r
+ar4dra
+ard3re
+ar4du
+ard3w
+a1re
+5a2rea
+a3reg
+a3rem
+ar4en
+are4no
+are3sp
+a3rev
+ar3gh
+ar2gl
+a1ri
+arie4tj
+arij3s
+ar3ins
+ark2
+ark3ac
+ar3k4l
+ar4map
+arm3u
+a1ro
+a2r3ob
+ar3oge
+a3rok
+aro4ko
+ar3oog
+a2r1o2p
+a3rot
+arpi4
+ar2s
+ar5sch
+ar3scr
+ars2e
+ar5see
+ar3si
+ars3l
+ar4sla
+ars5m
+ar3sni
+ar4so
+ar4sp
+ar5spo
+ars3ta
+ars5tal
+ar4s5tek
+ar4str
+ar4su
+art4aa
+ar4t3ak
+ar4tan
+art5ank
+ar4tap
+ar3tar
+4arte
+ar4tei
+ar2th
+ar5tij
+4ar4tj
+art5jesv
+4arto
+ar5tof
+art5o4ge
+art5oog
+ar4t3o4v
+ar2t3r
+ar4tro
+art5ru
+art4sl
+art5ste
+a3ru
+ar3ui
+4arw
+arwe3s
+a1ry
+4asa
+as3ad
+as4ag
+as3ak
+as1ap
+a2sc
+as5ce
+2ase
+a4sec
+a4s3eg
+aser5a
+ase5tj
+aseve4
+as5ha
+asis1
+a4sj
+as5ja
+as3ji
+as3k
+as5ka
+as5ki
+as3l
+as4lu
+as3m
+as5mi
+as3n
+as4ne
+as4ni
+4aso
+as3ob
+aso2l
+aso4r
+as1p
+as3pl
+a4s5q
+as5sa
+4assm
+3assu
+a2st
+4as3ta
+a4sta.
+as5tag
+as4tas
+as4tat
+as3te
+a3stek
+a3stem
+as5ten
+as3t^^e8
+asting5sp
+as1to
+as3tob
+ast3op
+4astr
+ast5rem
+as5tro.
+as4tu
+a1t
+ataart5j
+at1ac
+at3ade
+at3af.
+at3ank
+ata3s
+2atek
+a5tell
+ate2n
+ate3no
+aten4t5r
+ater5ad
+ater5sl
+at4eu
+2atg
+at3hu
+ati5ni
+a2t3j
+at4je
+atjes5
+at5jesb
+at5jesh
+at5jesm
+at5jesp
+2atm
+2atn
+a2too
+at3oog
+atos5f
+ato3st
+at3rac
+at3rei
+at3rib
+at4roe
+at5ru
+at4s3a2
+at4s3ec
+atsi4
+at4s3id
+at2s3l
+at4slo
+ats5m
+ats3n
+at4sne
+ats3pr
+at2st
+at4staa
+at4s5tak
+at4ste.
+at5sten
+at5stij
+ats5tol
+ats5top.
+ats5trek
+at4t3u4
+a2t3ui
+at3w
+aua4
+au3ch
+au3co
+au5de
+aud4j
+1aug
+au3na
+aun3t
+aup2
+aur4
+au5re
+aure3u
+4aus
+au3so
+au4s5p
+au3sto
+au3t4
+4aut.
+1auto
+auto3p
+2auts3
+auw3a
+4auz
+a4^^fc
+avast4
+ave3c
+avee4
+ave4n3i
+aven5sp
+aver3a
+ave3re
+ave3r4u
+4avi
+a2vo
+1a4von
+a5voo
+a5vor
+4avy
+2a1w
+axis4
+ay2a
+4azif
+^^e43h
+^^e4mme3
+^^e43r
+1b
+4b.
+3ba
+baar5ste
+baar5tj
+ba4da
+bad3ar
+ba4d3r
+bad3s
+ba3g4h
+ba3gl
+5b2ak
+ba4k3o4
+bak4sp
+ba3lan
+ba4lar
+bal3dw
+bale4
+bal3ev
+ba3li^^eb
+bal4kl
+ba3lo
+bals4
+bal3sf
+ba4me
+ba5n2a
+ban4k3a
+ban4kl
+ban4k3o
+ban4kr
+bank3w
+ba3sa
+ba4st
+ba2tr
+ba3tro
+4bb
+bbe4l5ag
+bbe4l5ee
+bbe2n
+bben3a
+4b1c
+4b1d4
+b5de
+bdi5a
+3b4e
+be1a
+be3as
+be2au
+be3ch
+be5dwe
+be5dwi
+be5dwo
+bee4
+beet1
+be5g
+beie4
+bei3s
+bei5tj
+be5ki
+be3k4l
+be1kw
+be3lar
+be5l4as
+bel5dr
+be3le
+be4l3ec
+be4lex
+bel5f
+be3li
+be4l5int
+bel3k
+bel4o
+be3lo5v
+bel3sc
+bel3sp
+belt4
+bemen4s
+be3nep
+be5n4o
+be5ot
+be1ra
+bere5s4
+ber4g5af
+ber4g5et
+ber4gl
+ber4gr
+ber4i
+be1r4o
+bero5v
+be3ru
+be3ry
+be1s4
+bes5ac
+be4sh
+be4sje
+be3so
+be5sp
+bes5s
+bes5te.
+bes5ten.
+be5stie
+bet2
+be3t4h
+be5ton
+bet5ren
+be3tw
+be5twi
+be3und
+beur4s
+4b3f
+2b1g
+4b3h
+3b2i
+bid3s
+bi2du
+bie4li
+bi4en
+bie4t3j
+bij5d
+bij3f
+bij3g4
+bij5k4
+bij1p
+bij1s2
+bik4a
+5bil
+bi3lo
+bil3s2
+bin4dr
+bin4st
+bin4t3j
+bi5ob
+bi3ok
+bi5om
+bi3oso
+bi5ow
+bir3
+bi4st
+bis5troo
+bi1tr
+bit4se
+bit4s3p
+4b1j
+4b1k
+3b4l
+blad5ij
+2b5lap
+b5led
+bles3
+ble5spe
+ble2t3
+b5lid
+blijs4
+blij5ste
+bli2k
+4b5loi
+blok5l
+bloot5j
+blu2s
+2b1m
+4b1n
+b4o
+bo4d3ec
+body3
+boe4g3a
+boe4kn
+boe4ko
+boes4
+boe3st
+boet5st
+bo3f4l
+bo2k
+bok3an
+bokje5
+bok4st
+bolk4
+bo2m3a4
+bo2m3o
+bo5na
+bond2
+bond4s5
+3bone
+bo3no
+bon4t3j
+bon4t5o4
+boot3j
+boots5te.
+bo3p2
+bor4sta
+borst5o
+bor4st5r
+bo4s
+bos3a
+bo5sco
+bo5si
+bo5so
+bos5p
+bos5to
+bot3j
+bo4to
+bot3r
+bot4sp
+bot4st
+bo2tu
+bou5ta
+bouw5s
+bo3v
+bove4
+4b1p
+3br4
+braad5s
+bran4da
+bra5str
+brei5s4
+brie4t
+brie5tje.
+bri4l
+bro2n
+bron3o4
+bru2l
+4b1s4
+b2s5a
+b5sc
+b3si
+bsi3d
+bs5je
+b2s5la
+b2s5m
+bs5s
+b4stij
+4bt4
+b3ta
+b1tr
+bts5
+3b4u
+buit4j
+bul4k
+bu4lu
+bune5t
+b5urb
+bu5ri
+bus5c
+bus3o
+but4a
+but3j
+bu2to
+but4s
+buts5te
+buur4tj
+4bv
+2b3w
+by3
+4bz
+4c.
+1ca
+3ca.
+ca3b
+ca1ch
+5cada
+ca3do
+ca3dr
+cae3
+ca3g2
+cal4l3
+ca3lo
+came5r
+ca3na
+cant4
+ca2of
+ca1pr
+ca4pra
+ca5pri
+ca3ra
+car4u
+ca5se
+ca3s2p
+cas3t
+cas5tr
+ca3ta
+cate4n
+ca3t4h
+cau3
+cau4st
+ca3v
+2cb
+4c1c
+cca3
+cces5
+c4d
+c5do
+1ce
+3ced
+cee4
+3ceel
+3cel
+cel3d
+celes5
+ce5li
+cel5k
+ce4l3o
+2ce3n4a
+2cene
+ce3no
+5cent
+cen4t3j
+ceo4
+ce3ra
+cer2n
+ce5ro
+cer4t3r
+ce2s
+ce3s2a
+ce5sc
+ce3s2h
+ce3sta
+ce3s4ti
+cesu5r
+ce3ta
+ce4t3j
+ceto4
+cet3og
+cet3oo
+1c^^e9
+c3g
+4ch.
+3cha^^ef
+5chao
+3chas
+1chau
+5chauf
+2chc
+1chef
+5chef.
+5chefs
+5chemi
+5cheq
+che5ri
+che3ru
+5ches
+che3us
+1ch^^e9
+5chir
+4chn
+2chp
+5chromo
+4cht
+4chw
+1chy
+3ci
+ci5ab
+ci3am
+cie3k
+cier4s5
+ci1eu
+5cij
+5cil
+ci5le
+cil3m
+4cind
+ci3o
+ci5om
+5cir
+ci3t2
+ci5ta
+c3j
+c2k3a
+c4k3ed
+ck3ef
+cke5re
+c5k4et
+ck3id
+c2k3l
+ck4le
+c2k3n
+c2k3o4
+c4k3r
+ck5se
+ck3so
+ck5st
+c3ky
+1c4l
+cla2n
+cle3u
+5clu
+2c1n
+1co
+co3ad
+co3d
+co4i
+coin5
+co3k4
+co3la
+5com
+5cond
+con1g
+2co1no
+5cons
+3con5t4
+2coo
+2co1p2
+3copa
+4copi
+cor4dr
+co4rel
+co5ri
+cor2o
+5corr
+cors4
+co3ru
+co5sc
+co5se
+co5sp
+co3th
+co3tr
+5coun
+2cout
+co5v
+c3p4
+1c4r2
+3cras
+cre5d
+2crip
+3cris
+cro5f
+cro5k
+croo3
+cro5v
+crus5
+c3so
+c3sp
+c3ste
+2c1t
+ct3act
+ct3ad
+ct5c
+ctee5t
+cte2n3
+c2t1h
+c2t3j
+c4t3of
+c3tol
+c2t1on
+ct4or
+ct3rap
+c4t3re
+ct3sl
+ct3sp
+1c2u
+cu5d4
+cu3en
+cu3^^e9s
+cui5s
+cui2t
+cuit5e
+cu3k4
+cula5p
+cu3ra
+5cur3s
+cus3o
+c3w
+1cy
+1^^e7
+^^e7a4o
+4d.
+1da
+3da.
+3daag
+d4aal
+d3aap
+daar5e
+5daat
+4dabo
+2d3acc
+da4ce
+da5den
+4dadr
+3dae
+2d1af
+3dag
+da2g3a4
+da3ge
+da4g3ed
+da4g3e4t
+da4g3on
+da4g3r
+dag4s3t
+da2gu
+3dai
+da3^^ef
+da3ke
+da4ker
+2dakk
+da4k1r
+4dala
+d3alar
+d3alc
+da3le
+4dalf
+da3li
+2dalm
+da2l3u
+d4am
+dam4a
+da5mac
+d3a4mat
+d2a5me4
+dames3
+dam4pl
+2da2na
+dan3as
+dank3l
+danoot5
+dan4si
+dan4sm
+dan4s3p
+dan4st
+dans5ta
+4d3antw
+2d1ap
+4d3a2pe
+5dapu
+da2r3a
+d3arb
+3dare
+3dari
+dar4mo
+darm5on
+3daro
+dar3s
+dar5st
+3das3
+5dasa
+da3stu
+3d4at
+da3ta
+dat5j
+4d5atl
+4d5atm
+da2t3r
+5daue
+4d1aut
+3dauw
+2db
+dbei5
+dbou4w5i
+2d5c
+4d3d4
+ddags4
+ddag5sp
+ddel5ev
+dde2n
+dden5a
+ddera4
+dder5al
+ddere4
+dder5ee
+dder5ep
+dder3o
+ddi3a
+d5dles
+d5do
+ddo3p
+1de
+3de.
+de2al
+de1ch
+d4e5den
+5dedir
+de4dit
+dee4g3
+dee4l
+deel3i
+4d3een
+dee4r
+4d3eff
+de3g
+4d5eg.
+4d5egg
+2d5egy
+2dei
+d3eie
+d3eig
+d3eil
+d1eis
+d3eiw
+5dek
+de3ke
+dek3lu
+dek3w
+del4aa
+del5da
+del5dr
+del5eek
+4d3e4lek
+4delem
+de4lev
+4d3e4lit
+del3k
+del2s
+del4s3e
+dels3i
+del4so
+4d3e4mai
+2demh
+5demi
+dem5ond
+d2en.
+den4ac
+den5ate
+den3ei
+den3e4p
+den3ev
+4d3engt
+den4k5of
+de4noc
+den3o4r
+den3sh
+den5str
+de3nu
+5denvl
+de4o
+de5ofo
+de5ol
+deo4li
+deo3v
+de3rab
+de4r3ad
+der3a4g
+de3rak
+de3ram
+de3ran
+de3rap
+de3ras
+de4r5as.
+de4r5ass
+der2e
+der5ede
+der5egd
+de4r3ei
+de4r3em
+de5re4n
+de4rep
+de4ret
+de5rij
+de4r3im
+der3k4
+der3on
+dero4r
+4d3eros
+der4s3a
+der4s5om
+der5ste
+der5sto
+der5stra
+der5th
+4d3erts
+der5tw
+de2r3u
+de3rup
+de2s
+de3sav
+des3m
+des3n
+des3p
+de3spe
+de5spel
+de4spl
+des5sm
+de3st
+des5tak
+de5stal
+de4s3te
+de4sti
+de5stic
+des5top
+de3t4
+4d3e4tap
+de5tw
+deu4r3o4
+de3us.
+deu4tj
+deve4
+2dex
+4d1exa
+4dexp
+3d^^e8
+2d1f
+2d3g
+d4gaf
+dge3la
+dge2t
+dgeto4
+dget5on
+dget5ov
+dge4tr
+dg4l
+2d1h
+d5he
+dheer4
+3d4hi.
+1di
+di2a
+di5ae
+di4ak
+di4ano
+dia3s4
+di4atr
+5dich
+di4do
+die2f
+die4r3o
+di3esr
+die3st
+die2t
+diet3r
+di1eu
+3dig
+di2ga
+dig5aa
+diges5
+dijk3r
+di3jo
+2d3ijz
+di2k3o4
+5dil
+2d3imp
+di5n2a
+2d3ind
+2dinf
+3d4ing.
+4d5ingel
+4d3inj
+4d3inko
+2d5inr
+2d3ins
+4d3int
+dintel5
+2d3inv
+2d3inw
+2d3inz
+di2o
+di5ofon
+di4ol
+di4one
+di4oni
+dio1s
+dio5sc
+2d3i2ro
+2d3irr
+3di4s
+dis5ag
+di5se
+di5si
+dis4kr
+dis5p
+dis1t
+dis5tr
+di3th
+dit3j
+dit3r
+5div
+2d1j
+2d3k2
+4d3l
+d5le.
+dli4n
+dlot4s
+2d1m
+2d3n2
+d5ne
+dni3s
+1do
+3do.
+do3a
+2dobj
+4d3obs
+3d4oe
+5doe.
+doe5d
+4doef
+d5oefe
+5doek
+5doen
+5doet
+4d5oev
+3doi
+d4ole
+2do2li
+d4olin
+dolk5s
+5dol5s
+3d4om.
+5domi
+do4m3o4
+d3omr
+dom4sn
+5domu
+d3omv
+4domz
+5don.
+d4ona
+5done
+do5ni
+5d4onn
+5do3n4o
+do3nu
+do5ny
+5donz
+2dop
+do3pa
+d3opb
+d3opd
+do3pee
+5dopj
+4d1opl
+3dopo
+d3ops
+d3opz
+4d5org
+do4ri^^eb
+d3ork
+dors5m
+do3sp
+do3sta
+dot3j
+5dou
+2dov
+dover5s
+3dovl
+3dovo
+2d3p
+dpren4
+1dr4
+3dra
+5dra.
+d3raam
+d3raap
+d4rac
+d5race
+5drach
+d3rad.
+d3rada
+5draf
+5d4rag
+d4rama
+d3rame
+4d3rand
+4drap
+4dras
+4d3raz
+2dre
+4d1rec
+d5reco
+d1red
+d2ree
+4d3reek
+4drend
+d4ress
+4dret
+3d2rev
+5dreve
+d3ric
+dries4
+5d2rif
+dri5ga
+d3rijd
+d3rijk
+d3rijm
+d3rijs
+5d4rin
+3dris
+4d3rit
+4d3roei
+d3roer
+5d2rog
+4d3rok
+d3roma
+d3rond
+3droog
+4droos
+5drop
+2drou
+2d3ro5v
+2droz
+drug4s
+d3ruim
+d3ruit
+5d4ru4k
+4d3rus
+2ds
+d2s1a2
+d4saa
+dsa4b
+d3sal
+ds4ate
+ds2ch
+d5schi
+dse2
+ds3eco
+d4s3ed
+d4s5ee
+d4sef
+d4sei
+ds3eis
+ds3elf
+dse4li
+d5sen
+d4s3es
+d4set
+d2sh
+ds3ho
+d2s1i2
+d4s5id
+dsig5a
+ds2im
+ds4ing
+ds5is
+d4s3j
+ds4jo
+ds5jon
+ds4l
+d1sla
+ds5las
+ds5lic
+d4s5lie
+ds5lim
+d3slin
+d2sm
+ds4mak
+d3smij
+ds5mo
+ds3n
+ds4ne
+ds5neu
+d3snu
+ds1o4
+ds3ob
+ds3om
+d4son
+ds2oo
+ds3op
+d4spa
+d5span
+ds5pati
+d5spec
+d5s4pel
+d4s3pet
+d1spi
+d4s3pl
+d5spoe
+d5spok
+d5spor
+ds5s
+dst4
+d1sta
+d5staat
+d4stab
+ds3tak
+d4s3tal
+ds4tan
+d3s4tat
+d5stav
+d3ste
+ds4te.
+d5stee
+d4stek
+ds4ter
+d4sterr
+d4stev
+ds3th
+d3s4ti
+d4stit
+d1sto
+ds5tram
+ds5trekk
+ds5ty
+d2su4
+ds3ure
+ds3uu
+d1sy
+2dt
+d1ta
+dtaart5j
+d1th
+d2tj
+d1to
+d1tr
+d1tu
+1du
+2duca
+5due
+du3en
+du3et
+5duid
+5duif
+5duik
+d3uil
+2duit
+4duit.
+d3uitd
+5duite
+4duitg
+d3uitv
+5duiv
+du4n
+dun5i
+du2o
+du4ol
+3durf
+3durv
+5du1s
+dut3j
+du5wen
+2dv
+dvaat5
+dvee3
+dve5na
+dvies5
+2dw
+d3wac
+d3was
+d3wat
+d1we
+3d2wei
+d3wek
+d3wet
+d3wez
+d1wi
+4d1wo
+d3wor
+d3wr
+1dy
+4d3yo
+dy4sp
+dy2s4t
+2dz
+4e.
+4ea
+e3aa
+e1ab
+ea3bo
+e3ac
+ea4ca
+eac5t
+e1ad
+ea3da
+e5adem
+ea3do
+ead3s2
+ead5sh
+e1af
+e1ag
+e3ai
+ea4k3o4
+e1al
+ea3la
+e3ali
+e4als
+ea5mi
+e3an
+e4an.
+eang3
+ean4s
+e5ap
+ea3pr
+e3aq
+e1ar
+ear2c
+e1as
+e2asc
+ea5s4e
+ease5t
+ea3so
+e1at
+e4at.
+eat3s
+eau3s4t
+e1av
+e3bo
+ebots5te.
+e5br
+3ecd
+e3ce
+e1che
+e1chi
+echt5ec
+echts5o
+e3chu
+4eck
+ec5le
+4ecor
+4ect
+ec3ta
+ec4taa
+3ecz
+e1d
+ed4ag
+e3dam
+e3d4an
+e4d4as
+ede3a
+ed3ei.
+ede5le
+edem4
+ede5nac
+ede5o
+ed4er
+e4d5erns
+ede5rog
+edi3al
+edi3am
+e5die
+4edir
+edoe5tj
+e3d4oo
+ed3opv
+edors5te
+ed3ov
+e3d2r
+ed3rod
+ed3rol
+ed1s
+ed5se
+ed2sl
+ed4so
+ed5sp
+ed3su
+ed3uit
+e4d2w
+e5dwan
+e4e
+eea4
+ee5b
+ee5ca
+ee5che
+ee2d3a
+eed4ac
+eed5as
+ee5de
+ee5do
+eed3ru
+eed3si
+eed3w
+ee2f
+ee3fa
+eef3ac
+ee3fi
+eef3l
+eef3r
+ee4gap
+eeg3l
+ee3i
+ee2k
+ee3ka
+ee5kaa
+eek3ak
+eek5all
+eek1e
+ee5ket
+ee3ki
+ee3kl
+ee4k3lo
+eek3n
+eek3re
+ee3kri
+eek3ro
+eek5st
+eek3w
+ee2l
+eel3a
+ee3lad
+eel4as.
+eel5d4u
+ee3le
+eel4ee
+ee3li
+ee5lij
+eel5k4
+ee3lob
+eel3og
+eelo4ge
+ee3lu4
+eel3ur
+eel3uu
+4eem
+eema4
+ee2n
+een3a
+eena4r
+een3e2
+een5g
+ee3ni
+een5ie
+een5k
+ee5o2
+ee2pa
+eep3an
+ee3pl
+eepo4
+ee4p3re
+eep3ru
+ee2r
+eer1a
+eer3aa
+ee4rad
+eera4l
+ee3ram
+ee3ran
+ee3re
+ee4ree
+ee5rei
+ee4r3i
+ee5ric
+eer5k
+eer3og
+eer5oom
+ee3rot
+eer5ston
+eer5str
+ee2s3
+ee5sch
+ee4s5em
+ees5et
+ee3sj
+ees5lo
+ee3sn
+ee3s4p
+ees5pl
+ees5pot
+ees5ten
+ee3stu
+ee2t
+eet5aa
+ee3tal
+ee3tan
+ee5te
+eet5h
+ee3tj
+eetna4
+ee3to
+eet3og
+eeto4ge
+eet3oo
+eeto4r
+ee3tr
+ee4tro
+eet5rok
+eet3sp
+eet5ste
+ee5v
+ee5z
+e^^ebn3
+e5^^ebr
+ef3ad
+efa4z
+efde5l
+ef3do
+ef3ei
+e5fer
+4efi
+efie4t
+efiet5j
+ef3ins
+e3fis5
+e1fl
+ef3li
+ef3loo
+e3flu
+ef3om
+e3foo
+ef3op
+e1fr
+ef3rij
+e5fron
+ef3sf
+4e1g
+egas4
+eg3as.
+ega5sk
+eg3ebb
+e4ge4c
+eg3eig
+egel5ei.
+ege4l5ov
+ege4net
+egen5of
+ege4ra
+eger5eng
+ege4ro
+eger5on
+e3g4i
+eg3ijz
+egip4
+egiste4
+e2gl
+e4go.
+eg3org
+e2gos
+eg3oud
+e5graf
+eg3s4
+eg5sle
+eg5so
+e2g3u4r
+egut4
+e4g3uu
+e1h4
+e5ha
+eheis5
+ehit4
+e2i
+ei5a
+4eid
+ei3do
+eid4sc
+ei1e
+4eien
+eien5s
+eie5re
+ei3f4
+ei3gl
+4eign
+e3ij
+eik4l
+ei3kn
+ei5kr
+eiks4
+4eil.
+eil5ant
+4eild4
+eil5dr
+4eile
+ei4lev
+eil5m
+ei2l3o
+ei4n3ab
+ei3n4ac
+ein4do
+eind5oo
+ein4d3r
+ein5gr
+ein5k
+ei2no
+ein5sl
+ei3o
+ei2sa
+ei5sha
+ei3s4la
+ei3slo
+eis4p
+ei3s4ta
+4eit2
+ei4too
+eit4s3
+eits5c
+eits5n
+eits5te.
+eit5sten
+eits5tr
+eive4
+4eiz
+e1j2
+e3je
+ek3aan
+ekaart5j
+ekaat4
+ek3af.
+e4k3a4g
+ek3al.
+ek3alt
+e5kam
+ek3ang
+ek4ee
+ek1ei
+e3kem
+e5ker.
+e5kers
+ekes3
+ekes4t
+ekes5tr
+e3ket
+ek5eter
+e5kic
+e4kil
+e5kis
+ekla4m
+eklam5a
+ek3lev
+e5klim
+ek5loos
+ek4ni
+e3ko
+e4k3ob
+e5kof
+ek3oli
+ek3opz
+e5kor
+ek5os.
+ek5oss
+e5kran
+ek3roz
+eks4e
+eks5erv
+ek5set
+ek4str
+eks5tra
+ek5t4e
+ek3to
+eku4
+ek3uit
+ek3ur
+ek1uu
+ekwet5ste
+ek3win
+e1la
+el3aan
+el5aand
+el1ac
+el4ade
+el3adj
+el3adm
+el3adr
+el3adv
+el1a4f
+el1al
+e3lan
+el5ana
+e3lap
+e5lap.
+e4lapp
+el3arb
+el3arc
+el3arm
+el3art
+e4l3as.
+el3asi
+e4l3asp
+e4l3ass
+el1au
+e4laut
+e3laz
+el5azi
+el4dec
+el4dr
+el4du
+e1le
+e3le.
+el3eeu
+el5eff
+e5leid
+el5eier
+el3eig
+el3ei5s
+e4lel
+3e2lem
+el3emp
+e5l4en
+e3ler
+ele5r4a
+eler4s
+el3erv
+e3les
+eles4t
+e4l3eta
+ele4tr
+e4l3etu
+el3exc
+e3l^^e9
+elfi4d
+el1fl
+elf3s4
+el3gu
+2eli
+e5lie
+e5lig
+eli5kw
+el3imp
+e4l3ind
+e3ling
+e4l5inkt
+el5inz
+3elix
+el4kee
+elk3s
+el4k3u4r
+el4kw
+4e1lo
+e5loep
+el3oes
+e3lok
+el3ol
+el3oms
+el5ond
+el5ont
+e3loo
+e5lood
+e5loos
+el3ops
+el5opt
+el5opv
+el3o2r
+el5org
+elot4j
+e5lou
+el3o4ve
+e5loz
+elp4o
+el4ps
+el4s5em
+el4s3k
+el5smed
+el5twe
+4e1lu
+el3uit
+eluks5
+2ema
+e4mana
+ema3sc
+ema5to
+emees5
+emens5te
+emer4s
+emes3
+emie4tj
+e5mok
+em3oli
+em3op
+em3org
+emor5sten
+e4mo4v
+em3sa
+em5sc
+em4sli
+em4sm
+em1st
+em3su
+em3uit
+emut4
+en3aap
+e3naar
+e4n3aas
+en1ac
+e5n4acc
+en5af
+e2n1ak
+e2nal
+en3al.
+en3als
+en3amb
+en4ame
+e2nan
+e4n3ang
+en1a2p
+e5nari
+en3ars
+e2n3a2s
+enas3p
+e3nat
+ena4tel
+e4n3att
+en1av
+e2n3a2z
+enci4
+3ency.
+en3da
+en5daa
+end5ama
+5enderti
+en3d4o
+en3dr
+en5drek
+e2n3e2c
+enede4
+e3nee
+en3eed
+enee5t
+en5eg.
+en5egg
+en3ela
+en3elf
+en3ema
+e4n3en5t
+e2ne2p
+en3epo
+e5nere
+5energ
+e4nerv
+en3eta
+en3ete
+ene4ten
+e3neu
+4enf
+en5ga
+en3gl
+en4g5le
+eng4r
+en5gri
+engs4
+eng5se
+eng3sm
+e3nie
+e5nijd
+e2n3im
+e4ninga
+e4n3ink
+e3niv
+e4n3i4vo
+en3k2a
+e4n3och
+en3off
+e4n3oli
+e2n1on
+e4n3oor
+enoot5
+e2n1o2p
+e3nor.
+en3ord
+eno3s
+en3ou
+e2n1ov
+3enq
+en5sce
+en4sei
+ens5ein
+ensek5
+3ensem
+ens4fe
+en4sin
+en5slak
+en4s3on
+en1s2p
+ens5pot
+en5stan
+en5sten
+enst5ijv
+en4stin
+en4stu4r
+en3su
+en4tac
+en5tee
+en5tei
+ente5re
+en4terv
+3ent^^e8
+en1t2h
+en5tom
+ent4r
+en3tre
+ent5rol
+ent4sl
+ents3m
+ent4s3p
+en3tw
+e1nu
+e4n1ui
+e2nun
+en3ur
+en3uu
+5envelo
+eny4
+e3o
+eo3d
+eodo3
+e5oe
+eoes3
+e5off
+eo3fr
+e4o3k4
+e5on
+eo5ni
+e5oo
+eo3pa
+eo3pe
+eo3pl
+eop4la
+eo3p2r
+e5ops
+eor5d
+e5org
+e5ori
+eo3ro
+eo3s4
+eo5st
+e4ot
+eo5te
+e5o3t4h
+e1pa
+e3paa
+ep3aak
+ep3ac
+e4paf
+epa4k
+ep5ake
+e3pal
+e3pap
+e4p3app
+e3par
+ep3asp
+e1pe
+e5pe.
+ep5een
+e5per
+epers5te.
+e1pi
+3epid
+ep3ijs
+ep3ijz
+ep5ingr
+ep3ins
+epit4s
+epits5te
+ep1j
+e1pl
+ep3led
+e4p3lod
+e5ploe
+ep3lus
+e1po
+e4p5o4ge
+epoort5j
+epoot4j
+3e4pos.
+e3pot
+epou4
+e1pr
+ep4ra
+e3pri
+ep5rode
+eprot4
+ep2s
+ep4s5ee
+ep4ser
+eps3l
+eps5n
+eps3p
+eps3ta
+eps5taa
+eps5tal
+eps5to
+eps3tr
+eps5tro
+ep4tak
+ep2tj
+ep4tr
+ept3ra
+ep5tro
+ep3uit
+4equa
+e3ra.
+e1raa
+e5raad
+e4raak.
+er3aan
+er5aanp
+e4raap.
+e5raat
+e4r1ac
+e5rac.
+e5race
+e5raco
+e3rad
+e5rad.
+er3ado
+er3af
+e3raff
+era4gen
+e1rai
+e4r3all
+er3ama
+er3ana
+e5randa
+e5rane
+e5ra3pl
+er3arc
+e3rare
+e3rari
+e1rat4
+er3a4tr
+er3azi
+er3d2a
+er3d4i
+erd4o
+er3d2r
+erd5uit.
+er3d4w
+e1re
+er5eat
+4erec
+er5editi
+er3een
+e5reep
+er5eers
+er3eet
+er3ef
+er5eff
+er5eg.
+er3egd
+er5egg
+er5egt
+er3eie
+er3eig
+er3eil
+er5eind
+ere3kl
+er3elk
+e4r3emm
+er3emp
+e3rend
+e5rendel
+ere4ne
+eren5eg
+er5enen.
+e3renm
+e3rent
+er5enth
+e5rento
+eren5tw
+ere2o
+ere4og
+er3epi
+er3e2q
+er3eri
+e3res.
+er3esk
+e3ress
+ere4st
+ere4t3j
+er3etn
+e4r3ets
+e4r5ex
+erg2l
+e3ri
+eri5ab
+e5rif
+e5rig
+erig5a
+er3ijl
+er3ijs
+e4rijs.
+er3ijv
+e4r3ijz
+e5rik
+er5ind
+e4r3ini
+er5inkt
+er3ins
+er3int
+e5rio
+e5ris
+erkeers5
+er2kn
+er3m4i
+er5mo
+er5nu
+e1ro.
+e3rob
+er3oc
+e4r3oed
+er3oef
+e5roep
+eroe5tj
+er3oev
+er3of
+ero2g
+e3rok
+e1ro2l
+e5rol.
+er3oli
+e5roll
+er3om
+er1on
+e3ron.
+e3rone
+er3onv
+er3oog
+er3oor
+e5roos
+e4r3op
+erop3a
+ero5pen
+e2r3or
+er1ov
+er3oxi
+e3roz
+e3r^^f6
+er4plu
+errie5tj
+er3scr
+er3sj
+er5slag
+er5span
+ers4pot
+er5stem
+er5te
+er3t2h
+er5t4i
+er5t4o
+er3tr
+ert5se
+erts5l
+er3t4u
+er3t4w
+e1ru
+e3rub
+e3rug5
+e2rui
+er3uit
+erui5t4j
+e2run
+e3runs
+e4r3ur
+e3rus
+er5uu
+3ervar
+3erwt
+e4saf
+e4s3a2g
+e3sam
+e5san
+es3ap
+es3arr
+e3sa3s
+e3scop
+e3s2cr
+es4e
+e5sec
+es5een
+e5sel
+es5ene
+e4s5eng
+es5ex
+es2fe
+es5he
+e4shi
+e3sid
+e3sie
+es1in
+e4sir
+es5je.
+es5jes
+e3s4jo
+es5jon
+e4s3ka
+es5kr
+e3sl
+es4la
+e5sla.
+e5slag
+es3lak
+es5lat
+es4le
+es5leg
+es2m
+es4mui
+e5smuil.
+e1sn
+e3s4ne
+e1so
+e3sol
+es4oo
+es5oor.
+eso4p
+es3ore
+e1sp
+es5pas
+es4pel
+espit5ste
+e3spl
+e4sprie
+esp5riem
+es4sm
+e3stak
+e3s4tal
+e3stap
+es4tar
+es5tatie
+e4s3te.
+es4tea
+es4teel
+est5ei.
+e4steka
+es5tekam
+e3s4tem
+es5temo
+es3ten
+e4sten.
+es5tenb
+es3ter
+estere5o
+es5tes
+es4tet
+e3steu
+es4tic
+e4stie
+e3stot
+es5tra.
+es5trac
+es5trak
+e5stral
+est5rap
+es5trei
+est4sc
+es4tur
+e3sty
+e3su
+esu4r
+e3sy
+e1ta
+e3ta.
+et3aan
+et3ac
+et3ad
+et3afz
+3e2tag
+e3tak
+e5tak.
+et4ana
+e5tand
+e2tap
+e4tapp
+e5tat
+e4tau
+e2tav
+e3te
+e5tea
+et3edi
+e5tek
+4etel
+e5tel.
+e4t5elf
+e5tels
+et5emb
+et5emm
+etens5u
+eten5tj
+ete5r4a
+ete3ro
+eters5la
+eter5sm
+e5tes
+e1th
+et3ha
+et3hor
+et5hu
+e4t5i4d
+e5tie
+e4t3inc
+e4tiq
+e5tis
+e4tja
+e1to
+e5toc
+e3toe
+e5toev
+e3tol
+eto4p
+et3ope
+et3opl
+e4t3ork
+eto3sf
+e1tr
+et3rec
+e4t5res
+e3troe
+e5tron
+e5troo
+etros4
+e4t3ru
+et4sl
+ets5lap
+et5slu
+ets3n
+et4s3oo
+et3spe
+ets3pr
+et3spu
+et4ste
+ets5tek
+et5sten
+et5sti
+ets4u
+et5su5r
+et5suu
+e1tu
+etui5tj
+etu4r
+et3we
+et2wi
+1eua4
+1euc
+eudi5o
+eu5dr
+eu3e
+eugd3r
+eu3g2r
+eu4ler
+eu4li
+e1um
+e3um.
+e2umd
+eu2na
+eun3t
+1eu1o
+eu2po
+eu4rad
+eu4rec
+eu3ren
+eu4res
+eu4rij
+eur5k
+euro5v
+eur4sta
+eurs5taa
+eurs5te.
+eur4s5tr
+eur4su
+eu5sch
+eus4p
+eu3spa
+eu4st
+eu5str
+eu3tj
+eu1tr
+e3uu
+2euw
+eu4wa
+eu5win
+euw4str
+evaar5tj
+eval4s
+evari5
+eve4lo
+evel5op
+eve5n4aa
+4ever
+eve3ra
+4e1w
+e5wa
+e5we
+ewen4s
+ewens5te.
+ewest5r
+ew2h
+e5wi
+ewo3v
+4ex.
+2ex3aa
+ex3af
+4exco
+3exeg
+3exem
+4exi
+ex3in
+ex5op
+1exp
+e3y4o
+eys4
+ey3st
+e5za
+e3zee
+4e3zen
+ezers5
+e3zo
+ezz4
+^^e93a
+^^e91d
+^^e9dee4
+^^e9di3
+^^e91g
+^^e9gee5
+^^e93h
+^^e93j
+^^e93n
+^^e93p
+^^e93r
+^^e91t
+^^e81
+4^^e8c
+^^e82l
+^^e82s
+^^e85t
+^^e8ta5
+^^ea1
+^^ea2p
+^^ea3per
+^^ea5t
+3^^eb
+4^^eb.
+^^eb2b
+^^eb3c
+^^eb3d
+^^ebe2
+^^eben3
+^^eb3j
+^^eb1l
+5^^ebn
+^^ebnce3
+^^ebn4e
+^^ebns2
+^^ebn5sc
+^^ebnt2
+^^ebn5th
+^^ebn5tw
+^^eb3p
+^^eb1ra
+^^eb1re
+^^eb1ri
+^^eb1ro
+^^ebro1g2
+^^ebro3s
+^^eb2s
+^^eb3si
+^^ebs3t
+^^eb1t
+^^ebt4s
+^^ebts3te
+^^ebve5
+^^ebven4
+4^^ebzu
+4f.
+1fa
+f3aanb
+f4aat
+3fab
+fa2bo
+f3acc
+face4
+f1ach
+2fad
+2f1af
+fa3g
+fal3s
+fa3m
+f3ang
+fant2
+fan4t3j
+fant4s5
+2f3a2p
+f4arm
+3fa5se
+fa2to
+fa3v
+4fb
+fbe5dw
+f1c
+4fd
+f3da
+fda4g
+f5dan
+fd1ar
+fde4k
+fdek3l
+fde4s3
+fdes5e
+fdes5l
+fde5sm
+fdes5t
+f2d3in
+fd3of
+fdors5te
+fd4ra
+f3d4ru
+fd5se
+fd3si
+fd3so
+fd3sp
+f4d2w
+fd3wo
+1fe
+fe2a
+fec4tr
+fede3
+fe4del
+f3een
+5fees
+feest5r
+fel5dr
+fe4l3ee
+3feli
+fe4lom
+fe4l3op
+fel3sp
+fe3no
+f4er
+fe3rab
+fe3ran
+fe4r3et
+fe3rom
+fe3ron
+3fes3
+fe4t3j
+fetu5r
+2f3ex
+1f^^e9
+3f^^e8
+3f^^ea
+4f1f
+f5fe
+f5fi
+ffs2
+ff3sh
+ff3si
+f3fu
+f3g2
+fge3
+fge5r4
+fge5t
+4f5h
+1fi
+fi5ac
+fi4al
+fi3am
+fi3apa
+fi3apo
+fia4s
+3fib
+fi1ch
+5fie
+5fig
+f3ijs
+2f1ijz
+fik4st
+3f2il
+fil4m3a
+film5on
+fi3lo
+4find
+3fini
+f3inj
+4fink
+2finr
+fi3o
+fi4r
+fi4s
+fi5se
+f5iso
+f1j
+fjes5
+4f1k4
+f3ke
+f2l2
+4f3laa
+f1laf
+f4lam
+f3lei
+flen4st
+flens5te.
+f4les
+fle2t
+flet3j
+4flev
+f4lex
+f3lez
+2flie
+2flij
+f4lik
+f4lip
+f4lit
+f3lok
+3f4lor
+flu4t3
+4f1m
+f1n
+1fo
+3fob
+5foc
+foe5d
+foe5ta
+2f3of
+5fok
+2foms
+fo5na
+fond5en
+fonds5l
+fon5eng
+fo1no
+4font
+fon5te
+foo4
+fooi5
+f3oom
+5foon
+2fo4p
+fop5s4
+f4or
+3fo5re
+fo5ri
+5form
+for4t3j
+fo1ru
+fo3t
+2f3oud
+4f1ov
+3f^^f6
+4f5p4
+fpers5te.
+fpits5te.
+fr4
+f4raak.
+fraam5
+5frac
+f3rad
+f2ras
+5frau
+f1rec
+f3rek
+5freq
+frie4s
+frie4t
+friet5j
+f4rik
+f4rod
+4f3rol
+f4rolo
+f3roma
+frus3
+4f1s
+f2sa4
+fs3ad
+fs3an
+fs3ar
+f3sc
+f5sch
+f4scr
+fse2
+f4s3ec
+f4s5ee
+f4sei
+f4s3eth
+fs4fe
+f2sh
+fs5he
+f2si
+f3sie
+fs3im
+fs1in
+f5slaa
+f5slac
+f5slag
+fs3lap
+fs2m
+fs3ma
+fs4mi
+fs3mo
+fs3mu
+f2s1o4
+fs3ob
+fs3om
+fs4oo
+fs2p
+fs4pre
+fs4t
+fst3as
+f3ste
+fs5tec
+f5stell
+fste4m3
+f4sterr
+f3sti
+f5stif
+f3sto
+f4st3oc
+f4ston
+f3str
+f3stu
+f3sy
+4ft
+f1ta
+ft1ac
+fta4kl
+fta4p
+ft3art
+fter5sh
+ft3h
+f1to
+f5tond
+f4tont
+f1tr
+ft2s3l
+ft4sm
+fts3n
+ft4so
+fts3p
+f1tu
+ftu4r
+1fu
+2fuit
+fu4ma
+fum3ac
+3f2un
+fur4o
+3fus
+2fuu
+4fv
+fva2
+fval3
+4f1w4
+3fy1
+2fz
+fzet5
+4g.
+1ga
+3ga.
+gaar5tj
+g4aat
+2g1ac
+4g3adm
+g4af.
+g3afd
+ga3fr
+4g3afs
+4g3afw
+2g3a4h
+4gal.
+ga3la
+ga4l3ap
+ga5ler
+gal3s
+4gamb
+g4a3mi
+3gan
+gan5d
+5gane
+gan4s5t
+ga3pl
+3gar.
+4g3arb
+ga3re
+g1arm
+3gars
+2g3art
+gar5tj
+ga4s
+gas5c
+gas3i
+ga5sla.
+ga3sli
+ga5slo
+gas3o
+gas3p
+gas3tr
+gas5tra
+gast5rol
+3gat
+gat5j
+gat3s
+4gaut
+ga5ve
+g1avo
+2g5b
+2g1c
+4gd
+g5dac
+g5dag
+gd3art
+gd3at
+gd5ate
+g3de
+g4d3elf
+g5der.
+gd3erv
+g4d3id
+gd3im
+g2din
+g3dr
+g5dru
+gd3sa
+gd5sp
+g3du
+1ge
+3ge.
+ge3a
+gea3dr
+gea5na
+gea3q
+ge4ari
+ge5au
+4g3eb.
+2gebb
+ge3c
+ge3d4
+gedi3a
+ge4dit
+ge5dr
+ge5dw
+3gee4
+geest5r
+geet3a
+ge3f4
+2g3eff
+ge5g4
+gege4s
+4geig
+2g3eik
+gei4l5a
+5geit
+geit3j
+ge3k4a
+ge3ke
+ge5ki
+ge5k4l
+ge3kr
+gek4st
+gek4u
+ge3k4w
+ge3lau
+gel4d3a4
+ge3l4e
+4ge4lem
+gel5f
+gel5k
+5ge3l4o
+gel5si
+gel3sl
+gel3sp
+gel5ste
+ge5ma
+4gemb
+4g3emf
+ge5mo
+2g3emp
+gems3
+ge3m4u
+g4en.
+ge3nak
+gen4az
+3ge3ne
+ge4n3ed
+ge4nend
+4g3engt
+3geni
+gen5k
+ge1no
+ge4n4of
+ge4nog
+gen5sfe
+gen5ston
+gen5stu
+genstu5r
+5genw
+ge5om
+geo5pe
+georke5
+ge5os
+ge5ot
+ge5p4
+ge1ra
+ger5aal
+ger5aap.
+ge4r3a4l
+gera4p
+ger5ape
+ger5as.
+ge5reg
+ge3rem
+ge5ren.
+ger4i
+ger5ini
+ge1r2o
+ger4of
+ge5rol
+ger5slan
+ger4sli
+gers5lij
+ger4sp
+4g3erts
+ge3r4u
+3ge1s4
+ge3sa
+ge3sc
+ge5se
+ge3si
+4ge3sk
+ge5sl
+ge3sn
+ge3so
+ge5spend
+ge5sper
+ge5spo
+ge5stan
+ges5te.
+ges5ten.
+ge3str
+ge5sw
+ge3ta
+get4aa
+ge5tam
+ge2th
+ge5t4i
+ge3t4j
+get4o
+ge3tr
+ge5tra
+ge5tro
+ge5tru
+ge5tsj
+ge5tu
+ge5t4w
+ge3ui
+5g4ev
+4gex
+5g4ez
+1g^^e9
+g^^e9di4
+3g^^e8
+4g1f
+gfijn5ste
+4g3g4
+g5ge
+gge3la
+gge4r5on
+gges5ti
+g4g5h
+g5gi
+ggings5
+g5gl
+2g1h
+g2het
+ght4
+gh5te
+g2hum
+1gi
+gids5te
+gie5ra
+gier4s
+gi1eu
+gi2f
+gif5r
+gi3ga
+5gigere
+5gigste
+2gij
+g3ijs
+4gijz
+gi2m
+gi3na
+4g3inb
+4g3inf
+g5infe
+g5infr
+5ging
+2g3inh
+gin3o
+2ginr
+gi4oc
+gi2od
+gi4onet
+gi2or
+gip4st
+5gir
+3gis
+4g1j
+4g1k
+gl4
+g5lab
+3glai
+1gla4s
+glas3e
+g5lat
+3g4laz
+3gle.
+g5leer
+glee5t
+g3len
+2g5lep
+4g5ler
+g3les
+3gle4t
+glet3j
+g5lev
+g5lice
+g5lich
+3gli^^eb
+g2lif
+g5lijs
+g2lim
+3g4lio
+g2lob
+3glof
+g5log
+3glom
+4g3lon
+g3loon
+g3lop
+3g2los
+g5loz
+3g2ly
+4g1m
+gmaat5j
+2g1n
+g3na
+gn4e
+gne5g
+gne5m
+gne4t3j
+gnie4tj
+4gnu
+1go
+3go.
+3go2a
+3gob
+2goc
+g1och
+go4d3a
+god4s3
+gods5t
+4goef
+goe1r
+2gof
+go3f2r
+g4og
+4goh
+go2k
+5gom.
+go2ma
+g3oml
+4gomz
+go4n3az
+2g3ong
+go5no
+2g1ont
+g2oo
+2g3oor
+3goot
+2g1op
+go3pa
+g4opr
+g4ora
+4go4re
+go5re.
+5g4ori
+gor2s
+gos1
+go3tr
+gou4d5ee
+2g3ov
+2g5p
+gpes3
+1gr4
+3gra
+5gra.
+graat5j
+g5rak
+gra2m
+g4ram.
+gram3a
+g3ramp
+gra4s3
+5grav
+2g3rec
+2g3red
+5gredi
+g5redu
+g3reek
+g3reel
+g4reep
+g3reis
+4g3rek
+2g3rem
+gren4s
+gre4s
+g4reu
+g3rev
+5gria
+grie4t5j
+g5rijd
+g5rijk
+g5rijm
+g5ring
+5g4ris
+grit5s
+2g3riv
+groet5j
+grof5
+g3rok
+g3rook
+g3room
+groot5j
+2grou
+gro5v
+2g3rug
+g3ruim
+g3rup
+4gs
+gs1a2
+gsa4g
+gs5alar
+gs3alt
+g2sc
+gse4
+gs3eco
+g4s3ed
+gs5een
+gs3ei
+gs3en
+gs5ene
+gs3erv
+gs3et
+gs3ev
+gs5he
+g2s1i2
+g3sie
+gs5is
+gs1j
+g3s4ke.
+gs3l
+gs4la
+gs5laag
+gs5lam
+gs5las
+gs1le
+g3slep
+g4sleu
+gs5lie
+gs4lin
+g5sling
+gs4lo
+gs5log
+gs5lok
+gs5lon
+gs4lu
+g4s5ma
+gs3n
+g4sna
+g3snij
+g4s1o4
+g5sol
+g5som.
+gs5ons
+gs3op
+gs3p
+gs5pand
+g3spec
+g3s4pel
+g3s4pet
+gs4pi
+g3spie
+g3spil
+g5spin.
+g5spinn
+gs5pir
+gs5pol
+g3s4pon
+gs5ps
+gs5q
+gs5sc
+gst2a
+gs5taal
+gst5aang
+gs5tac
+g5stad
+g5s4tan
+g4st3ap
+g5stat
+g1ste
+g5s4te.
+g5sted
+g5stee
+g3stei
+gs3tek
+g5stel
+g3sten
+g3ster
+g5ster.
+gs5terr
+g5sters
+gs3th
+g5s4tic
+g3s4tig
+gs5tijg
+g5stof
+g5stop
+g5stor
+gst3o4v
+g4s3tra
+gs5trad
+gs5trak
+gst5ram
+gs5trap
+g5strat
+gst5res
+gs5troe
+gs5tron
+g4stru
+g5struc
+g3stu
+gs5ty
+g2s1u4
+gsver3
+gs5w
+g5sy
+4gt
+g1ta
+g2t3ap
+g3te
+gte3ro
+gtes4
+gte3st
+g1to
+g3tr
+g1tu
+1gu
+5gu.
+3gue
+gu4eu
+2guit
+gu4ni
+gu2s3
+gut4st
+guts5te.
+4gv
+g5vo
+4g1w
+g5wa
+1gy
+4gyp
+2gz
+4h.
+haams5ta
+haar5sl
+haar5sp
+haars5te
+haar5tj
+haats5te.
+h3afd
+haf4t3u
+ha3g
+ha5ge
+hal2f1
+5hals
+hal4sto
+5halz
+2hamp
+4han.
+han4dr
+hand5sl
+han3ga
+hang5l
+hang5s
+han4s3l
+han3so
+han4st
+hap2s
+hap4se
+har4ta
+harte5l
+hart3j
+har4t3o4
+har5tre
+hart5sl
+hat5j
+ha2t3r
+hat3s
+ha3v
+4have.
+4hb
+2hd
+h4e
+2hea
+he2ar
+3hech
+he3co
+4hee.
+hee3g4
+hee4k
+heek3a
+heek5l
+hee4l3o
+heep4s
+heeps5c
+heers5tak
+hee5sto
+hee5tjes
+he2f
+he4i
+heids5p
+heis4
+hei5tj
+he2k3a
+he2kl
+hek4st
+heks5te.
+hek5sten
+hek3w
+he3le
+he4l3ee
+he3li
+hel4m3a
+helo4
+hel4p3a
+hel3sm
+he5mo
+he5ne
+hen4kr
+he3n4o
+4he5o
+he4pij
+he2p3l
+he2pr
+he1ra
+her4aa
+he4r3ad
+he3r4au
+he4r3i
+herm5eng
+he3ros
+hero5v
+her4p5aa
+3herst
+hert4
+herts5te
+he2ru
+he5se
+he2sp
+he2s5t
+hets5te.
+heu5le
+2h3f
+4h5g
+h3h
+hi5d
+hie4f3
+hielsges5
+hie4r3
+hie5ren
+hier5u
+hie4t5o
+hie4tr
+hiet5s
+hij4sl
+hik4s5
+hi3kw
+hil3m
+him4pl
+him4pr
+hin5d
+h3ins
+hin4t3j
+hi2p5l
+2hir2
+his5p
+hi3tr
+hit4st
+hits5te.
+hit5sten
+h3j
+2hl
+h3la
+h4lag
+h3lep
+h3loc
+2h2m
+h3ma
+h3me
+h4mer
+h1n
+h2na
+hno3
+2ho.
+ho3a
+hoa3n
+hoboot4
+ho3ch
+hoe4ker
+hoe4s
+hoes5l
+hoe3t
+ho2f
+hof5d
+hof3e
+ho3g2
+ho2ka
+ho5mo
+hon3dr
+hond4s
+hon3g
+honi4
+ho1no
+hool3e
+4hoom
+hoort4
+hoor5tr
+2hoot
+ho3pa
+ho1pe
+ho2p3o
+hop3r
+hop4str
+hor5de
+5horl
+ho3ro
+hor4st
+hors5te.
+hor5sten
+hor4t3j
+ho3ru
+ho3sa
+hot3j
+ho3tr
+ho4t3re
+hot4st
+hots5te.
+ho3v
+2ho4w
+how3o
+2h1p
+hpi4
+2hr
+hra4b
+h4re
+h5rea
+hri4
+hro2k
+hrok3o
+hroot3
+4hs
+h3sa
+h3sp
+h3st
+2ht
+h4t1a2
+ht3ac
+h3tal
+ht3ala
+h5tans
+h3te.
+h4t3ec
+ht4eco
+h2t3ee
+h2t3ef
+h2t3ei
+ht5em
+h3ten
+h4ten5t
+ht5entw
+hter3a
+hte4r5o
+h4t3esk
+h4tev
+ht5eve
+h5tevo
+ht3ex
+h2t5h
+h4t3int
+h2t1j
+ht1o4
+ht5oef
+ht5op
+h4t1r
+ht5roo
+ht4sap
+htse4
+ht4ser
+ht2si
+ht4sl
+ht5sla
+ht5slot
+ht3sme
+ht5smij
+ht4s3o
+ht3spe
+hts3pl
+ht3spr
+hts5taal
+ht4s5tak
+ht4s5tek
+ht4sti
+hts5tore
+hts5trekk
+ht1u2
+ht3w
+hu4ba
+3huiz
+hul4der
+hur4t5
+hut3j
+huts5te.
+huur5s
+4h1w
+hy4la
+3hyp
+hypo1
+4i.
+i1a
+i3aa
+i4ab
+i5abi
+i4ac
+i3ady
+i3ae
+i5ae.
+i2a3f4
+i2a3g2
+i3agr
+i3ai
+i5ak.
+i3ake4
+ia4kem
+ia3kl
+ia3kr
+i3al.
+i4a3la
+i3ali
+i2am
+i5am.
+i3ami
+i3an
+ian4o
+ia3o
+i2a1p4
+ia5pa
+i5api
+ia3sc
+ia5se
+ia3so
+ia4s5po
+ia3sta
+i3at
+ia3t2h
+i5atri
+iave4
+i5ble
+iboot4
+4ic
+i3ce
+5i4cepa
+i1cha
+i1che
+ichee4t
+i1chi
+i1cho
+i3chr
+ick5l
+icos4
+ic4t3op
+ict4s5c
+i3dam
+idde4r5a
+ide3a
+i4dee.
+ider4sp
+ider4st
+ides4
+idi3a
+idi5ab
+i2di5o
+id4mak
+i3dok
+i2dr
+id3ran
+id3ru
+id2s1
+id4s3a
+id4ser
+ids5i
+ids5j
+ids5l
+id4sm
+ids5ma
+id5s4mee
+id4s3o
+ids3ta
+ids5tak
+ids5tek
+id4stem
+id4sti
+ids5tr
+id3u4r
+id3uu
+idu3w
+id3w
+4ie
+ie1a2
+ie4d3ac
+ie3de
+ie4dro
+ied3w
+i1ee4
+ie^^eb2
+ie3fi
+ie2fl
+ie3fle
+ie3fon
+ie4fr
+ie4gas
+ie3ge
+ie4g5ins
+i2ek
+iek3e4v
+ie4kl
+iek3li
+ie5klu
+ie2kn
+iek5ond
+iek4s5n
+iek4sp
+ie2ku
+ie3kwa
+ie5lan
+ie5lap
+iel5do
+iel5d4r
+iel4e
+iel5ei.
+iel5k
+iel3sc
+ie3ma
+iem3ov
+ien4dr
+ien3ij
+i3enn
+i5enne.
+ien3s4m
+ien5sp
+ien4sta
+ien4st5o
+ien4str
+ienst5ur
+ieo4
+i4ep
+ie5pen
+iepiet5
+iep5oog
+iepou5
+iep5rel
+iepro4s
+iep3s4
+iep5st
+iep5tr
+ie4pui
+ie5r4ad
+ier3a4l
+ie3ram
+ie3rap
+ier3as
+ie4rat
+ier5el.
+ier5els
+ie5ren.
+ie5ring
+ierk4
+ie3r2o
+ie4rof
+ier4sl
+ier5slu
+ie3ru
+ier4ui
+ie3sf
+ie2si
+ie4sl
+ie5sle
+ies3li
+ies3m
+ie2s3n
+ie2so4
+ie4s3pl
+ie3sta
+ies5te.
+ie5stel
+ies5tere
+ie3sto
+ie4taa
+ie5tal
+iet5ant
+ie5ten
+ie3tj
+ie3to4
+ie4t3og
+ie4too
+ie4top
+ie4tor
+ieto5re
+ie4t3ov
+ie5troe
+iets5te.
+iet3ur
+iet3uu
+ie3twi
+i3ety
+ie2u
+ieu3k
+i1eur
+ieu5r4e
+i1eus
+ieu3sp
+i1euz
+ie3v
+ie3z
+iezel5a
+i3^^e9s
+i1^^e9t
+i1^^e8
+i4^^ebg
+i4^^ebva
+4if
+if3aa
+if3ad
+if3l
+if3r
+if4ra
+if4taa
+if4tar
+if4tre
+iftu5r
+if3ui
+ig4a
+ig3aa
+ig5ac
+i5gal
+i4g5av
+i3ge
+ige2s
+ig3esk
+ig3ij
+i4gind
+igi3o
+ig5no
+i3g4om
+ig4op
+igs4
+ig3sk
+ig3sl
+ig3sp
+ig3sto
+ig3un
+i1h
+i3i
+i5ie
+ii2n
+i5is
+i2j
+4ij.
+ij5a
+ija4d
+4ijd
+4ije
+ij3ef
+ij3ei
+ij3el
+ij5e4n3
+ij1er
+ij3i
+4ijn
+ij3o4
+i3jou
+4ijso
+4ijsp
+4ijst
+ij5te
+ij4tr
+ij5u
+4ijvo
+4ijzo
+4ik
+ik3aar
+i4kam
+i3ke
+ik3ef
+ike4ra
+iket3
+i2kij
+i3kl
+ik3la
+i4k3lo
+i4k3lu
+i2k4n
+i4k5na
+ik5o2g
+i3kom
+i2koo
+iko2p
+ik3ope
+ik3ord
+i4kr
+ik3re
+ik3ri
+ik3ro
+ik5se
+ik5si
+ik3s4l
+iks3n
+ik3sno
+ik3sp
+ik4spa
+ik1st
+ik5sta
+iks5te.
+ik1w
+ik5war
+i1la
+i3la.
+il4aa
+il5aan
+il3ac
+il4act
+il3ad
+il3af
+i3lak
+il3al
+i5land
+il2da
+il4d3r
+ilds4
+4i3le
+il3een
+ile3l
+i4l3erv
+ile4t
+ilet5r
+ile3u
+il3e4ve
+ilevin4
+i4l3e2z
+i3l^^e9
+il5f
+i3li
+ilie5g
+ilie5t
+il3ink
+ilk4l
+ilk3s2
+illa3s
+1illu
+il2m
+ilme2
+il4min
+il4mo
+i1lo
+ilo4ge
+il3ond
+i3loo
+i5loon
+il3oor
+il1or
+ilo4re
+ilo4ve
+il3s2h
+ils5j
+il4sti
+il2th
+i1lu
+4im.
+i2mag
+i4mago
+im5au
+imee4
+im3een
+i4m3em
+im3enc
+im3ex
+4imf
+i2m3of
+im3op
+im3org
+im5pa
+im4s3oo
+im1st
+i3mu
+in1ac
+i2nau
+ind4aa
+in4dene
+ind3sc
+ind5ste
+1indu
+in3e4de
+in3edi
+in3eed
+inek4
+ineo2
+inet4s
+i5neu
+1inf
+in2ga4
+ing3aa
+ing3ag
+ing3al
+3ingan
+ing5lo
+in2go
+in4gr
+ing4st
+4ini.
+i3nie
+ini5on
+ini5sl
+ini5sta
+4inkj
+in2kn
+3inkom
+in4kri
+3inno
+i1no
+i3noc
+i3nod
+in4o2g
+in1on
+ino5pe
+ino3s4t
+in3ov
+1inri
+4ins.
+in5sch
+in5se
+in3sl
+in3smi
+in3so
+in1sp
+in5spo
+in5sten
+in5swi
+in4t3ap
+in5te
+intes5
+in3th
+1int4r
+i1nu
+inuut3
+4i1o
+io5a
+ioas5
+io5b
+i3o1c
+i3ode
+ioes3
+io3f
+io3g2
+i3ol
+i5ol.
+i5olen
+i5olus
+i3on
+ioneel4
+i5ong
+ion4s3
+ions5c
+i5oo
+i2op4
+io3pa
+io3pr
+i3opt
+io3ra
+i3ori
+io3ru
+io4s
+i3os.
+ios3c
+i3o5se
+i3o5sf
+io5sh
+io5si
+i5osi.
+io5so
+io5sp
+io5s4t
+i5o5su
+i3osy
+i5othek
+i3oti
+iot3j
+i5otorens
+io3tr
+i2o3v
+i3ox
+i2oz
+i1pa
+i2p1ac
+ip3af
+i3pap
+i1pe
+i4perw
+ipe4t3j
+i1pi
+ip1j
+i1pl
+ip3lu
+i1po
+ipo4g
+i1pr
+i2pri
+ip3ru
+i4ps
+ipse4
+ip4si
+ip4sle
+ips5te.
+ip5sten
+i3ra
+ira3k
+i1r2e
+ires4
+ire3st
+i3r^^e9
+i1ri
+irk4s
+i1ro
+iro3p
+iro5v
+ir2s
+ir4sc
+ir3sp
+ir5ste
+irt3r
+i1ru
+4is
+i1sa
+i2saa
+i4s3ad
+is3a2g
+is3ap
+i2s1ar
+i2s3as
+i4sc
+i5scha
+i5schr
+is5col
+i5scoo
+i5scope
+ise2d
+i4s3ei
+is3ell
+is5eng
+i4s3erv
+ise3st
+iset3j
+is4fee
+is4fer
+i4sh
+is5ho
+isi2d
+i2sij
+i2s3im
+is3ja
+i4sk
+is3ka
+is3ke
+is3l
+is5lag
+is5las
+is5le
+i4s5m
+i4s3n
+is5ned
+is5nij
+is5no
+5isol
+i4soo
+is4oor
+iso3s
+i2sot
+is3ott
+is3p
+is5pas
+is2pi
+is5pl
+is5q
+is5sa
+is5so
+i2s3t
+is1ta
+i3stak
+ist3ap
+i4s5tas
+is4tat
+is5terd
+is5tere
+is4th
+is1to
+ist5ong
+i3str
+is5tri
+i5stro.
+i3sty
+isu2m
+i5sy
+4it
+i1ta
+it3ac
+ita5d
+it3een
+i3ten
+i3ter
+ite5rei
+ites4
+ite3st
+ite4t
+it3hie
+it1ho
+it1hu
+it2i
+itie5st
+i4tj
+i1to
+it5oef
+it3oog
+i3t2ou
+i4to4v
+itper5st
+it3red
+it1ru
+it3sje
+it3sli
+it3sop
+it1sp
+its4te
+it4ste.
+it4too
+i3tu
+it3w
+4i3u2
+iu4m
+ium3a4
+ium3e
+ium3o
+iu3r
+i3ve
+iven5s
+ive3re
+i5w
+iwi2
+iwie2
+iwit3
+4iz
+i3ze
+ize3t
+^^ee3
+^^eet4
+1^^ef
+2^^ef.
+^^ef5a
+^^ef1c
+^^ef1d
+^^efe4n3
+^^efe5nen.
+^^ef2n3a
+^^efns5m
+^^efn3sp
+^^efn3u
+^^ef3n4ur
+^^ef3o
+^^ef3ri
+^^ef3ro
+4^^efs.
+^^efs3a
+^^ef4sc
+^^ef5sche
+^^efs3l
+^^ef3so
+^^efs3t
+^^ef1t
+^^ef5z
+4j.
+1jaar
+jaar5tj
+ja3b
+2jaf
+1jag
+jagers5
+ja3kn
+ja3mi
+jan4s3l
+jan4st
+ja3pl
+ja1po
+1jar
+jare4
+1jas3
+jas5p
+3jaw
+jaz4
+j3b
+jba4l
+jbe4l3i
+j1c
+jda2
+j2d3aa
+jd3an
+j4d3ar
+j2d3ee
+jde4n3e
+jden4s
+jdens5p
+j4d3erv
+jdes4
+jde3sp
+jde5st
+jdi3a
+j2do4
+j3dom
+jd5on
+jd3op
+j3dr
+j4d3re
+j4d1ri
+j4d3ro
+j4d3ru
+jd5sei
+jd3spo
+jd1st
+j2d3u
+jd3w
+j3d4wan
+jea4
+3jeba
+je3ch
+jec4ta
+2j1ee
+jel4
+je3la
+j1en
+je2na2
+je3n4o
+5jep
+jepiet5
+je3ro
+jers4
+jer3sp
+je4s3
+3jesa
+5jesal
+je5sch
+3jeskn
+jes5l
+jes5m
+jeso2
+jes5pa
+jes4pr
+3jesr
+jes5tr
+5jesvo
+3jeswa
+3jeswi
+je2t
+jet3er
+jeto4v
+jet5st
+5jeu
+3jevr
+2jew
+j3ex
+j2f1a
+j2f3ei
+j2f1en5
+j4f3ij
+jf3ink
+jf3l
+j3f4lat
+jf5le
+j2f3o4
+jf3r
+j3f4ra
+j3f4ro
+jf2s
+jfs3a
+jf4sc
+jf4s3er
+jfs5f
+jfs3l
+jfs5m
+jfs3n
+jfs3p
+jfs5pa
+jf3st
+jf4sta
+jfs5tak
+jf5stan
+jf4stel
+jf4sti
+jf4s5to
+jft2
+jf5ti
+jf5tw
+j1g
+j3ge
+jger5sl
+j2g3l
+jg4s5e
+jg3sn
+jg2st
+jg3s4te
+j3h
+jif3
+j3ig
+jin3g
+ji5t2j
+j3j
+2jk
+j3ka
+j4kaa
+jk5aard
+j4kar
+jk3arb
+j4kau
+j4kav
+j2kij
+j2k4l
+j3klaa
+jk5lak
+jk5lap
+jk5las
+j4kle
+j5kled
+jk5les
+jk5li
+j3klon
+jk5lop
+jk5luc
+j2kna
+j2k3of
+j4k3o4l
+j2k3on
+j2ko4p
+jk3opb
+jk3ope
+jk3opl
+j3kops
+j2kr
+j4kra
+jk3raa
+j5kran
+jk3re
+jk3ro
+j4k5ru
+jk3slo
+jks3pl
+jk4sta
+jks5taak
+jks5taal
+jks5tak
+jk5stan
+j2k3ui
+jk3w
+j3k4was
+j1la
+j3laa
+jl5ana
+j1le
+j2l3ef
+j2l3el
+jl5f
+jl3ink
+j1lo
+j2loe
+j3lu
+j2m3af
+j5m4ar
+j3mi
+jm3op
+jm3s
+j2n1a4
+j4naa
+jn5ac
+j3na5g
+jn3ak
+jn2am
+jna5me
+j3n4an
+jn5d2r
+j2nef
+jne4n
+j4n3erk
+j4n3erv
+jn3gl
+j4n3im
+j4n3ink
+jn3k4
+j2n1o4
+jn4si
+jn2s3l
+jns5lac
+jn3slu
+jns5or
+jn2sp
+jns3pl
+jn1st
+jn4ste.
+jnt4
+jn3tr
+joet3
+4joi
+jol4e
+jo5lij
+j3om
+1j4on
+jone2
+j3op
+jo3pe
+jo3ra
+jo3ru
+j4ou
+1jour
+jou5re
+joy3
+j3pa
+j4p3ac
+jp3arm
+j1pe
+j2p3em
+jp3ij
+j1pin
+j3pio
+jp1j
+j1pla
+jp3li
+j1po
+j2p3or
+j4pre
+jp3ri
+jp3rok
+jps4
+j3r
+jraads5
+2js
+js1a
+j4sef
+j4s3ela
+j5seli
+j4s5em
+j4s3e4r
+j2s1i
+js5in
+js4ir
+js4le
+js3lee
+js3li
+js5lie
+js4me
+js5mel
+js5met
+js3n
+j4s1o4
+j5soe
+js3ol
+js3pac
+js3par
+j3spe
+js3pl
+j4spo
+js3poo
+jspoort5j
+j5spor
+j1sta
+j4star
+j2s3te
+j3stee
+j3s4tek
+j3s4tel
+j5s4teng
+js3th
+js4tij
+j5stond
+j4stoo
+js3tou
+jst5ran
+j5strok
+j2su
+j3sy
+j3taal
+jt3aar
+jt1ac
+j1tag
+j3tak
+j3tan
+j3te.
+jt1h
+j3toe
+jt3opt
+j3tr
+jt3ra
+j5tred
+j5tree
+jt3rei
+j5trek
+jt3ri
+j5trok
+jt3rot
+jt1s
+j1tu
+1j4u
+ju3d
+4jum
+jus3
+juve5
+j3v
+jve2n
+jver4s
+jvers5p
+jve3t
+jvie5s
+j1w
+jze4r5o
+4k.
+1ka
+k3aanb
+k3aanl
+5kaart
+kaart5jes
+kaats5te.
+kabe2
+ka3bo
+2k1ac
+kade4t5
+4k3adm
+ka3do
+k3adv
+2kaf
+k3afd
+k4aff
+ka3fl
+3k4aft
+ka4ga
+k3a4gen
+k3ah
+ka3i
+2k3alb
+ka3le
+5kalf
+kalf4s5
+ka3l4i
+kal2k
+kalk3a
+4kalt
+5kalv
+3kam
+4kamb
+kamen4
+kame4re
+kam4pa
+kam4pl
+kam4pr
+ka5naa
+kan5d
+4kang
+kan4sl
+kan4st
+kan4t3j
+kao3
+5kap.
+ka3pe
+kap3l
+ka1po
+4kappa
+ka3pr
+kap3s
+k3arc
+k4a3ro
+kart4
+4k3arti
+kar3tr
+ka4s
+kas5c
+4k3asi
+kast3o4
+ka3str
+kast5ra
+ka5stro
+kas3u4r
+kat5aal
+ka4t5a4le
+ka4tan
+kati4
+ka4t5io
+kat5j
+k3atl
+kato4
+ka4t3og
+ka5tr
+kat3s
+2k1aut
+2kavo
+2k3b
+2k1c
+k3ca
+2k5d
+kdi3a
+1ke
+k4eb
+2k3ec
+ke4di
+2k3een
+kee4p5l
+kee4r
+keer4s
+keers5to
+2kef
+4keff
+k4ei.
+k4eie
+k2eil
+kei3s4
+kei5t
+ke4lap
+kel5da
+kel5dr
+ke5lel
+4kelem
+kel5f
+ke4l5int
+ke4lom
+ke4l3op
+kel3sp
+5k4ema
+2kemm
+2kemp
+ke4n3an
+ke4nau
+ken4ei.
+ke5nen
+ken5k
+ke2n1o
+kens5po
+kepie5t
+4k3e4q
+ke3ram
+ke4r5enk
+ker3kl
+ker4kle
+ker4kn
+ker4k3r
+ker4ku
+ker4kw
+ker4n3a
+ker4no
+ker3o4
+ke3ros
+ker4sm
+ker5spe
+ker4spr
+ker4sta
+ker5ste.
+ker4sti
+4k3erts
+4kerva
+4kerwt
+ke2s
+ke3s4p
+ke3sta
+kes5ten
+ke3sto
+ke5straa
+k2et
+5ketel
+ke2t3j
+ke3to
+ke2t3r
+kets5te.
+ketting5s
+4k3e2tu
+ket3w
+3k2eu
+keviet5
+ke4vl
+4k1ex
+2k3e2z
+2k1f
+2k3g
+2k1h4
+k3ho
+khoud5s
+1ki
+2ki2d
+4kied
+kie4sp
+kie4s4t
+kie5ste
+kie4tj
+kieze4
+2ki^^eb
+kijk5l
+k3ijs
+4kijv
+4k1ijz
+ki3lo
+kilo5v
+ki3na
+4kinb
+4k5indel
+kinds5te.
+4kindu
+kin3en
+5king
+kings5l
+2k3inh
+kinie4
+k3inko
+4k1inr
+2k1ins
+2k3int
+4k3inv
+ki3o
+ki2p3l
+ki5se
+ki3s4p
+kit4s
+kits5te
+k1j
+2k3ja
+k3jew
+k3jo
+2k3ju
+4k5k4
+kke5nei
+kker4s
+kkers5ten
+kke3st
+1k2l4
+5klac
+k3ladi
+kla2p1
+k4las
+5klas.
+5klass
+k3last
+k3lat.
+k3latt
+3k4lav
+3k4led
+5kledi
+5kleed
+k5leer.
+4k5leg
+5klem
+4k5len
+k3ler.
+4klera
+k3lers
+k3les
+5k4le4u
+k5lic
+4klid
+k3lig
+2k3lij
+4klijs
+k4lim
+kli4me
+3k4lin
+k5lob
+4klod
+3klok
+5klok.
+k5loka
+k3loke
+k3lood
+5kloof
+k3lope
+5klos
+klots5te.
+2k5loz
+4kluc
+4kluih
+2k1m
+k3ma
+1k2n4
+4knam
+k4nap
+3k4nar
+5knec
+k5nem
+kni2
+5knie.
+knip1
+4k5niv
+3knol
+k3note
+2knum
+1ko
+ko4bl
+k4oc
+2k5oct
+4k1oef
+5koek
+koe4ket
+koers5p
+koes3
+koe3tj
+koets5te.
+koge4
+5ko5gr
+3k4ok
+ko5ko
+kol2e2
+kolen3
+2kolm
+5kolo
+ko4ly
+ko2m3a
+4komg
+kom5p
+k3omsl
+kom4str
+4komz
+konge4
+k4oni
+k3ontb
+kon4t3j
+kon4t3r
+koo4
+2k1oog
+kooi5tj
+koot3
+koot4j
+ko3pa
+4kopb
+4k3opd
+ko1pe
+ko5pen.
+4kopg
+3ko5pi
+5kopj
+ko2pl
+2kops
+4kopz
+2kord
+kor5do
+2k1org
+2k3ork
+kors5te.
+kor4ta
+kor4t3o4
+kor4tr
+ko3ru
+3k4o4s3
+4k3os.
+kos4j
+ko5sjere
+koso4
+4koss
+kot4st
+kots5te.
+4k1ov
+4k3ox
+2k3p
+kpi3s
+k4plam
+kpren4
+1kr4
+3kra
+k5raad
+kraads5
+kra4b
+4k5rad
+k5rand
+2k1rea
+2k3rec
+4k3rede
+k4ree4
+k5reep
+kreet3
+k3ref
+k2reg
+2k3rel
+2k1ric
+k3rijk
+k3rijp
+krij4t
+krijt5j
+k4rit
+k5ritm
+kroet5j
+2krol
+k4ron
+kron3t
+5kroon
+krop3a
+kro4to
+2krou
+k3ro5v
+3k4ru
+k5rub
+5kruis
+kru4l
+krul5a
+2ks
+k3sal
+ks3alm
+ks3an
+ks3ap
+ks1ar
+ks3as
+ks2e2
+k5sec
+ks3ed
+ks5ei.
+ks3ep
+k4serv
+ks3et
+kse3v
+ksges5t
+k4si
+k5sil
+ks1in
+k5sis
+k5sit
+ks1j
+k1sla
+ks3lab
+k4slan
+ks3le
+ks3li
+k4smo
+ks3na
+ks3no
+ks3nu
+kso4
+ks3om
+k5song
+k2s3pa
+ks5pand
+k4spar
+k1spe
+k3spi
+ks3poo
+k5spor
+ks3pot
+ks3pru
+k3spu
+ks5s
+ks4t
+k1sta
+k5staan
+k5staat
+k1ste
+ks5tec
+k4st3ed
+k3sten
+ks5tent
+kste4r
+kster5a
+k4sterr
+ks3th
+k3sti
+k3sto
+ks5ton
+k5stoo
+k4stop
+k5stot
+ks5trek
+ks3tri
+k3stue
+kst5uit
+k1sy
+4kt
+k1ta
+kt3aan
+k3taar
+ktaat5
+kt3ac
+kt3art
+k3te
+kte2c
+kt3eco
+k4tex
+kt1h
+k5tij
+kt3im
+kt3in
+k5tit
+kt3j
+k1to
+kt3om
+kto4p
+kt4or
+kt5ord
+kt5org
+kt5ori
+kt3o4v
+k1tr
+kt3res
+k5troll
+ktro3s
+k3tu
+1ku
+ku5be
+kui2f
+2kuit
+ku5k
+ku5me
+3k4u2n
+4k5uni
+5kuns
+ku2r
+ku3ra
+ku3re
+kur3s
+3ku2s
+kut3
+2k^^fb
+2kv
+k3ve
+kven4t3
+5k4waal
+2k3wac
+k2wad
+k1wag
+5k2wal
+5k2wam
+3k4war
+k5ware
+4kwat
+k3weer
+2kweg
+k1wei
+5kwel
+kwen4st
+kwens5te.
+4k1wer
+5k2wes1
+kwes5tr
+5kwets
+k2wie
+k3wijz
+k4wik
+2kwil
+2kwin
+k3wind
+4k1wo
+ky3
+2kz
+4l.
+2laan
+4laand
+l3aanh
+laa5re
+laar5tj
+laat5sta
+l3abon
+2lac
+la4ca
+5lach.
+la4cha
+5lache
+lach5te
+lacht4s
+l4aci
+la2d5a
+la4det
+2ladj
+4ladm
+la2d3o
+4la2dr
+lad5s
+la2du
+4ladv
+3lae3
+2laf
+la2fa
+la3fl
+lafo2
+4l3afs
+la2g3a
+la4gent
+la2go
+lag3r
+lags4
+lag5sa
+la2k3a
+la4ki
+la3kr
+2lal
+3lald
+lal4o
+lam4p3j
+lam4p5l
+lam4po4
+lam4s3p
+l4an
+4la2na
+lan3ac
+3land
+lan4da
+land5aa
+lan4d5oo
+lan4d3r
+lands5te.
+la4n3ec
+lanel5
+5lange.
+lang5l
+lang5sp
+lang5sta
+lan4k3a
+lan4k3l
+lank3w
+4lann
+la4nor
+lan2s
+lans3l
+lan4st
+lan4t3j
+lap3ac
+la3pi
+lap3l
+lap3o4
+la5pre
+la2p3u
+la3q
+lar3da
+2larm
+4larm.
+lar5st
+las3a4
+lase4
+la2si
+las3to
+5lastt
+la3te
+la4t3he
+lat5j
+la4t3ro
+4lats4
+lat3sl
+2lau
+5lauf
+lau4st
+l2auw
+la3v
+lava3
+la4vo
+5law
+l4az
+4lazi
+la4zij
+2lb4
+lber4t
+lbert5j
+lboot4
+2l1c
+lce4l5
+4ld
+ldaat5
+l2d3ac
+ldak4
+ld3alf
+l4da4r
+ld3arc
+ld3ari
+ld3art
+l2dau
+ld3eco
+ldeks5
+l4d3e4z
+ldi3a
+ld5oef
+ld3oli
+l2d3om
+l2d3on
+ld3oog
+l4do4p
+ld3opi
+ld3ord
+ld1ov
+l3dr
+l5drade
+ld3ram
+ld5rang
+ld3rat
+ld1re
+l5dree
+ld3rij
+ld3roe
+ld3rol
+ld3rom
+ld3rui
+ld3sa
+ld3sl
+ld3sma
+ld5sp
+ld5ste
+l3du
+ld3uit
+ld3uu
+ld1w
+le2a
+le4ane
+le3at
+leba4l
+lecht5st
+lee4
+leeg3
+leege4
+leeg5i
+4leekh
+lee5l
+leem3
+3leen
+4leep
+leep3o
+lees5e
+lees5l
+lees5po
+2leeu
+2leff
+lega5s
+leg3ec
+leg3l
+le4go
+le5go.
+leg5s
+3leidi
+4leier
+4leig
+lei5tj
+leit5s
+le4ko4
+4leks
+lek5str
+5leld
+le2le
+5leli
+l3elp
+le4n3a4d
+len3a4k
+3lene
+le4n3e4m
+len5kw
+le2no
+len3op
+len3sf
+len3sm
+4l3en5th
+le5o
+4lep.
+3le1ra
+le4r3a4k
+le5rei
+le4r3e4v
+ler5g4
+le3r4o
+le4ron
+ler4sl
+ler5spo
+4l3erts
+le2s
+le4sa
+le3sc
+les5et
+le3s4h
+les3m
+le4sp
+le3spe
+4l3essa
+les3t
+les4ta
+les5taa
+le5s4tel
+le3str
+le4s3u
+le4t4h
+le3tha
+let4i
+le5tin
+le4top
+le2t3r
+le3t4re
+let4st
+lets5te.
+le2t3u
+leu3ko
+leum3a
+leur4o
+leus4
+leu5ste
+5leuz
+leven4s
+levink5j
+4lexc
+4lexp
+l2fac
+l3f4ag
+lfa3s
+l2fau
+lfe4n
+l4f3end
+lf3ene
+l2fe2z
+lf3li
+l3f4lo
+lf3lu
+l4fo
+l5foe
+lf3o4l
+lf1op
+lf5ord
+lf5org
+l5fou
+l1fra
+l3fru
+lfs5ei
+lf4sl
+lfs3le
+lf2s3m
+lf4so
+lft4
+lf5ta
+lf5tw
+lf3uu
+2l1g
+l5gaar
+l4gap
+lge4n5a
+l3gla
+l3g4oe
+l3gog
+l3goo
+lg3s4
+lgse5
+4l1h
+1li
+li3ag
+li3am
+licht5st
+3lid
+5lid.
+5lidm
+lid3s4
+lie4g3a
+lie4gr
+lie3ka
+lie4sp
+lie3s4t
+lie4to
+li3eu
+3li^^e8
+3lift
+l4ig
+li3go
+lijk3a
+lij4m3a
+4lijmv
+5lijn
+4lijp
+3lij2s
+lijst5a
+4lijt
+4l3ijz
+li5kr
+lik5sp
+li4kw
+li3kwi
+lim4a
+li3mi
+2limp
+lim4p3j
+lin4da
+4linf
+4l3inh
+li5ni
+lin4k3a
+3linn
+l3inna
+2linr
+2l3ins
+lin4t3j
+l3inv
+4linz
+li3ob
+li5om
+li5o5s4
+li3ot
+li2pa
+li3pi
+li2p3l
+li5see
+2liso
+l5isw
+li1t2h
+lit3r
+lit4sa
+lit4sl
+lit4st
+lits5te.
+lit5sten
+2lix
+4l1j2
+lk3af
+l4k3ank
+lk3arm
+lk3art
+l3ke
+l4k3ei
+l4k3em
+lken5e
+lken4s
+l4k3ep
+l3ki
+lking4
+lk3laa
+lk3lag
+l5klas
+l4k3lev
+l5klim
+l3ko
+l5koe
+lk3ont
+lkooi5
+lk3opb
+l5kor
+l5kou
+l5kra
+l2kre
+lk3rep
+lk3res
+lk3rij
+l2k3ro
+lk2s
+lk4se
+lk4so
+lk3son
+lks3oo
+lks5taa
+lk3ste
+lks5tel
+lks5tr
+l4k3uu
+l3kw
+lk3wi
+l3ky
+2l1l
+l5la
+lla3d
+lla3g4
+lla5tr
+ll3eig
+lle3k
+ll4el
+lleo4
+ller5on
+lle3s4m
+lle5th
+llevie5
+l3l4i
+l3lo
+llo5f
+l5lon
+ll3sh
+2lm
+l3maa
+lmaat5
+lm3a4ca
+lm3af
+lma5^^ef
+l3mak
+lm3arc
+lm3art
+lma3s2
+lm3au
+l3me
+l4med
+lm3edi
+l4m3ep
+lme2s
+lme5te
+l3mi
+l3mo
+l5mog
+lm3oli
+lm3or
+lmro4z
+lm5sc
+lm3sh
+lm3su
+2l3n
+lni4s
+lo3a
+2lobj
+lo4boo
+loe4d5a
+loed3r
+4loeg
+loe4gr
+loen4st
+loens5te.
+4loes
+l3oeu
+5loev
+lo4faa
+lof5d2
+lof4s4
+log4
+log5l
+lo3go
+5logr
+log2s3
+lo4k3ar
+lo2k3o2
+lo4kr
+lo2ku
+2lo2l
+lo3la
+l3oml
+lom4p3j
+lom4p3l
+l3omt
+l3omv
+4lomz
+3lon.
+4lond
+5long
+lon4gaa
+lon4g3o
+lon4gr
+lon3o
+2lont
+lon4t3j
+3look
+loo5pi
+3loosh
+loot3e
+lo3pa
+4lopb
+l3opd
+lo1pe
+2l3oph
+2l3opl
+lop4la
+2lopn
+lo3p2r
+4lopt
+4l3opv
+4l3opw
+2lor
+3l4or.
+lo3re
+4l1org
+lo3ri
+l4o1r2o3
+3l4ors
+lo3ru
+lo3spe
+lost4
+los5to
+lo4s5tr
+lo5s2u
+lo2ta
+lot3a4l
+lo4tet
+lo2t3h
+lot3j
+lo4tof
+lot3r
+lou3s
+lo3v
+2love
+3lo5z
+4lp
+l1pa
+l3paa
+lp3aan
+lp3a4g
+lp3am
+l3par
+l3pas
+l1pe
+lpe2n
+l2pex
+l3pi
+l5ping
+lp3ins
+lp3j
+l1pl
+l3p4la
+l4plam
+l1po
+lp3of
+l3pom
+lp3on
+lp3ope
+l3pos
+l3pot
+l1pr
+lp3ram
+4l3r
+lraads5
+lrus5
+4ls
+l4saa
+ls1a2d
+ls3a2g
+l1sam
+ls3an
+l3sap
+ls3as
+l2sat
+ls4cor
+ls4cu
+ls3eco
+l4s3e2d
+l4sef
+l5sen
+l4s3e2p
+lsge4st
+l3s2hi
+l3si
+l4s3im
+l4sin
+ls3inj
+ls3ink
+ls3int
+ls4j
+ls5ja
+l3s4kel
+l3s2ki
+l1sl
+l3sla
+l2s4le
+ls5led
+ls5lee
+ls5leg
+ls5len
+l2s3li
+ls4lin
+l3slo
+ls4maak
+ls4med
+ls4mee
+l3smid
+ls3na
+l3sne
+l3sno
+ls3nor
+l3soc
+ls3of
+l3sol
+ls3op
+ls3o4r
+ls1ov
+l1sp
+l2spa
+ls3pac
+l3span
+ls3par
+ls4pe
+l3spi
+ls3pli
+l3spoo
+l4s5poot
+l3spor
+l2spr
+ls3pra
+l1st
+l3sta
+l4staf
+l4stak
+ls5tak.
+l3ste
+l4stek
+l4stev
+ls4ti
+l3sto
+l5straa
+ls5trak
+l5strat
+l3stu
+ls5ty
+l2su
+l3sur
+ls3us
+l3sy
+4l1t
+lt4aa
+lt1ac
+l4tam
+l5tame
+l5t4an
+lt4han
+l4t3hi
+l2t3ho
+l3thu
+lto4l
+lt3oli
+l2t3o4v
+l3tr
+ltra3s
+lt3rug
+lt3sl
+lt3sp
+lts5te.
+l3tu
+lu4b1
+lub5e
+lub5l
+lu1en
+3lui.
+5luia
+5luid
+luids3
+5luie.
+2luit
+luk2s
+luks3t
+lu3na
+3lunc
+2l3u2ni
+lu3sta
+lu3ta
+lut3j
+lut4st
+luts5te.
+lu3wi
+lven5s
+lvera4
+l1w
+1ly
+ly5i
+ly3st
+4lz
+lzooi5
+4m.
+1ma
+maas3
+maat5st
+m3act
+2m3adv
+ma5esto
+m3afl
+ma3fr
+2m3afs
+4m3afw
+m4ag
+ma3gl
+ma5go
+ma3gr
+ma^^ef4
+ma5ka
+ma5ke
+5ma3k4r
+ma3kw
+ma3l4a
+ma5lac
+ma4l5ent
+mal5st
+5m4an.
+man3ac
+m3anal
+man5da
+man5do
+mand4s
+5m4ann
+ma5no
+5man2s
+man4se
+mans5ee
+man4so
+mans3p
+man4s3t
+mans5ta
+man4th
+mant4r
+ma5pa
+ma3pr
+ma3q
+m4a5ri
+mariet5
+5m4ark
+mar3sh
+mar4s5t
+mar5ti
+ma1so
+ma3s4po
+5mass
+ma4ste
+ma3str
+ma5ta
+5mater
+mat5j
+ma4tom
+ma3tr
+mat4st
+mats5te.
+ma3v
+4mb
+m5bl
+mboot4j
+mbo5st
+mb4r
+2m1c
+2m1d
+m5da
+mdi3a
+mdis5
+m3do
+mdo3p
+m3dr
+m3dw
+1me
+me1c
+me5de
+5media
+5mediu
+mee5g
+mee3k4r
+mee5las
+mee3lo
+mee5re
+mee5ri
+5mees
+meest5al
+mee5stov
+mee5str
+m5eg.
+me3g2a
+mega5s
+m5egd
+m5egg
+m5egt
+me4i
+mei2n
+mei5tj
+m2el
+me4l4as
+mel5as.
+mel5dr
+mel4ko
+mel4kr
+5melo
+mel3s4m
+me4mi
+3men
+m4en.
+me3na
+men4as
+meng5ra
+men5k
+me5nor
+4menq
+men4s5uu
+men4t3j
+ment3w
+me5nu
+me3p2j
+2m3e2q
+me1ra
+me4r5aak
+me4r3a4k
+me4r4am
+mer5ante
+me4rap
+me3rau
+me4rav
+mer3ei
+5merk
+mer4kl
+mer4kn
+mer4kw
+mer5oc
+me5rong
+me3roo
+4m3eros
+me3rot
+mer4si
+mer4sl
+mers5m
+mers5ta
+me2ru4
+m4es
+me3s4h
+me4s4l
+mes5li
+me5slo
+mes3m
+me3so
+me4sp
+mes3pa
+me5spe
+me5spot
+me5stel
+mesto4
+mest5ov
+me3stu
+me5ta5n
+me3t4h
+3meti
+me5tr
+mets5te.
+meve4
+m3e4ven
+2mex
+3m^^e9
+3m^^e8
+3m^^ea
+2m1f
+mfa3t
+mf4l
+mf3li
+mf5lie
+m5fo
+2m5g
+mger4
+2m1h
+1mi
+3mid
+4mid.
+5midd
+mie5kl
+mie3st
+4m3ijs
+4m3ijz
+mi3kn
+5mili
+mi3lo
+mimie4
+m3imp
+mi5nar
+2minf
+5ming
+4minh
+2m5inr
+2m3ins
+mi5nu
+4m3inw
+m2is
+mis5f
+mi2s3i
+mi3s4la
+mi4st
+mi5stra
+mis5tro
+mi3t4a
+mi1tr
+mit4st
+mits5te.
+mit5sten
+2m1j
+2m3k2
+mkaart5j
+2m3l
+2m1m
+2m1n
+m5na
+1mo
+5mo.
+mo3a
+5moda
+5mode
+moed4s
+2moef
+5moei
+moers5t
+moe2s
+moes3p
+moes4te
+mog2
+5moge
+mogen4s
+mo3gl
+4mok
+5mole
+2moli
+mo4lie
+mol4m3a
+4molt
+3mom
+4m3omv
+mond3r
+mo5no
+5mons
+mon4so
+mon5ta
+3mooi
+2mop
+mo3pa
+m1ope
+m4opp
+mop4s
+mo3ra
+mo3r4e
+mo3ro
+mor4sp
+mor4st
+mors5te.
+5mos
+mo5sc
+mo4s5l
+mo3sta
+mo3t2h
+mot3j
+mot3ol
+mot4st
+mots5te.
+2m3oud
+5mouw
+mou4wi
+mo3v
+m3ox
+2m1p
+mp3ach
+m4p3af
+m5pan
+mp3arm
+mp5arts
+m4p3ec
+m5pen
+m4p3erv
+mp3ins
+m3pl
+mp3lam
+m5plan
+mp3leg
+mp3lei
+mp3lev
+mp3lie
+m4plu
+mp5olie
+m5pon
+mpon4g
+mp3ope
+mp2r
+mp3rec
+mp3red
+m5pres
+m4ps2
+mp5sc
+m5p4se
+mp3sh
+mp5su
+2m1r
+2ms
+m3sam
+ms3ana
+ms3ap
+ms2c
+ms3co
+ms3cu
+ms2j
+m3sje
+m1sl
+m2sle
+ms3len
+ms3lie
+m3s2m
+ms3ma
+m1sn
+ms3nee
+mso4
+m3sol
+ms3or
+m3s2p
+ms4t
+m3sta
+m1ste
+ms5tec
+m5stel
+m5sten
+m1sti
+m1sto
+ms5toc
+m4s5ton
+mst5s
+m3sy
+2mt
+m1ta
+mte5re
+mtes4
+mte5sta
+m1th
+m1to
+m3tr
+m1tu
+1mu
+mu5da
+mue4
+5muilde.
+2muit
+2muk
+mul3p
+mu2m3
+mu3no
+munt3j
+mu3sa
+mus5ta
+5mut
+mut3j
+muts2
+muts5te
+3muu
+5muz
+2mv
+mvari5
+mve4
+mvee3
+mver3e
+2m1w
+1my
+my3e
+2mz
+mze4
+mzet5
+4n.
+1na
+3na.
+3naal
+5n4aam
+4n1aan
+2naap
+n4aar.
+4n3aard
+5naars
+naars5tr
+naar5tj
+5naast
+5naat
+n3abd
+5nabe
+2nac
+na2ca
+nacee5t
+n2aci
+3naco
+4n3act
+na5d4a
+nad4e
+3nade.
+5n4a5den
+3nades
+3nadi
+4n3adm
+na5dra
+2n1adv
+5nae
+n3a^^eb
+4n1af
+na3f4lu
+n2a3g4
+na1h
+3nai
+3na^^ef
+n2ake
+na3k4l
+na3kr
+n3alb
+3n4ale
+5nalen
+4n3alf
+n3alm
+2naly
+4nalys
+3nam
+4namb
+name5st
+n4ami
+n3amp
+n3a2na
+n3ank
+3nant
+5nant.
+5nante
+n5antenn
+nan4t3j
+2nap
+nap3ac
+3na3p4l
+na3p4r
+nap3s
+nap5st
+2n1arb
+5nares
+2n3arg
+narie5t
+2n1arm
+3naro
+4nars
+nar4st
+nars5te.
+nar5sten
+4n1art
+nas2
+3na3sa
+na1s4l
+na1sp
+na3sta
+na3stu
+n4at.
+3n4ati
+nat5j
+4n3atl
+na3to
+nats4
+nat3sp
+5nau.
+5naus
+2na3v
+5naven
+3navi
+3nazif
+na4zij
+2nb
+nbe5st
+nbe5t
+nbots5te.
+2n1c
+n3ce
+nces4t
+n3che
+ncht2
+nch5tr
+nch3u
+n5co
+4nd
+n5da.
+nd3aan
+nd5aas
+nd3abo
+nd3act
+nd5adel
+nd3adr
+ndags5p
+nd3alf
+nd3alm
+n4d3ana
+n4dap
+n2dar
+nd3art
+n4das
+nd3ass
+nda3st
+n4dav
+n4d3a4z
+n3de
+n4d3edi
+n4d1ei
+nde5laa
+n4d3emm
+n5den.
+ndera4
+nder5aal
+nder5al
+nde4r5an
+n4d5e4rec
+nder5in.
+nder5og
+nde4ten
+ndi3a
+ndie4tj
+n4dijs
+nd5ijs.
+n4d3ink
+ndi3o
+n3d2ji
+n5do.
+n5doc
+n4d5of
+nd3oli
+nd3omd
+n4don
+n5dona
+nd5ond
+n5dons
+nd3ont
+nd3oog
+nd3ope
+nd3opp
+nd3ov
+nd5rap
+nd3rat
+nd1re
+nd4rek
+n4dres
+nd3rot
+nd3rug
+nd3s4cu
+nd4sec
+nd5set
+nd3s4i
+nd3sjo
+nd4sm
+nd3sp
+nd4spo
+nd4spra
+nds5taal
+nd3su
+nd3uit
+n2d3u4r
+nd5ure
+n4d3uu
+nd1w
+n3dy
+1ne
+3ne.
+ne5ac
+ne3am
+nebe4s
+3neck
+ne2cl
+ne4dit
+ne3do
+n3edu
+ne5dw
+nee4
+4need
+nee5k
+neel5d
+neel3o
+3neem
+4n1een
+nee5ri
+nee5se
+neet3a
+neet5o
+neet3r
+neet5s
+4n1eff
+ne3g2
+ne4gel
+negen5en
+nege4re
+4n1ei
+5neien
+n5eier
+n2eig
+5neigd
+5nei5t
+ne4k3r
+ne2la
+4nelem
+4nelf
+3nem
+4n3emb
+5n4eme
+4n3e4mig
+4n3emm
+4n3emp
+ne2n
+3n4en.
+5nenb
+5n4end.
+nen5do
+ne4n5enk
+ne4ni
+ne5nig
+nen5k4
+nen1o4
+5nenp
+nen5t4a
+ne5oc
+ne5ok
+ne5om
+neo5p
+ne5os
+ne5ot
+nep3ag
+ne3pe
+nepi3s
+ne1ra
+nera4d
+3n2e5re
+n3erfe
+2nerg
+ne4r3id
+ne3ros
+ner4sl
+ner4sp
+ner4st
+ners5te
+ner3u
+ne3ry
+3nes
+ness5a
+ness5t
+ne3sta
+nes3te
+nes4tei
+ne5s4tek
+ne4ter
+net3on
+net4si
+ne2u
+4neum
+ne3ums
+neu5ste
+2nex
+3n^^e9
+2n3f
+2ng
+ngaat5j
+n2g1a2d
+ng3af
+ng3ana
+n4ga4p
+n2gar
+nga5sl
+n3gav
+nge4ad
+n4g3een
+ngels5te.
+ng3emb
+n5gen
+nge4rap
+nge4ras
+n4giger
+n4gigs
+ng3ij
+n4gind
+ng3ink
+n4g3ins
+ng4l
+ng5lad
+ng5lam
+ng5lan
+ng5led
+ng5leu
+ng2li
+ng5lin
+ng5lop
+n3goe
+ng3of
+n3go^^ef
+n2g1on
+ng5oor
+ng5op
+ng3ore
+ng3org
+n3got
+n3gr
+ng3rac
+ng3rad
+ng3rai
+n4gras
+ng5rass
+ng4red
+n4g4ri
+ng5rie
+ng3rij
+n5gron
+ng3rui
+ng2s
+ng4se
+ngs5lop
+ngs5lu
+ng4s5ne
+ngs5tak.
+ngs5take
+ngs5trek
+ng5stri
+ng3uit
+4n3h
+nhek5
+1ni
+n4i2d
+nie5kle
+ni3eri
+nie4s3p
+nie4tr
+3nieu
+ni4g3ee
+nig3ra
+nij3f
+nij3k
+2n3ijz
+ni5kr
+nik4s
+niks3p
+3nil
+3nim.
+5nimf
+n3imp
+2n3in.
+n3inb
+2n1ind
+2ninf
+ning3r
+2n3inh
+n3inj
+2ninr
+2n1ins
+2n1int
+2n3inv
+ni3o
+ni4on.
+ni4one
+ni5or
+ni5o5s4
+nip3l
+3nis
+ni4sau
+ni4sel
+ni4s3ev
+ni3sfe
+ni2s3i
+ni4sl
+nis5n
+ni3sot
+ni5stel
+nis5to
+ni3t2h
+ni1tr
+nits4
+n1j4
+n3je
+njes4
+nje5sp
+nje5st
+nje3t
+4n1k
+nk3aan
+nk5aard
+nkaart5j
+nk3af
+n5k4am
+n4k3arb
+nkar5s
+n4k3asp
+n3kef
+nk3eff
+nk3emp
+n3ken
+nken4e
+nker5ku
+nk3id
+nk2j
+nk3lad
+nk3lod
+nk3luc
+nk3lus
+n2k3na
+n3kne
+n4ko4g
+nk3oge
+nkoot5
+nk4ra
+n4krim
+nk3rol
+nk5se
+nk5si
+nk3sl
+nk3s4m
+nk3sn
+nk4s5o
+nk1sp
+nk1st
+n4kw
+nk3waa
+nk3wez
+nk3wi
+2n3l
+2n3m4
+n3n
+n5n2e
+nnee5t
+nne3ne
+nnepo4
+nne4p5ol
+nne5te
+nnet4j
+nn4i
+nning5r
+nnoot5
+nno5v
+3no.
+1noc
+1no3d
+2noef
+noen5s
+noes3
+noet5s
+n5offi
+n3o2ge
+n5ogi
+1nogr
+3no^^ef
+no3kl
+no3k2w
+no2li
+1nolo
+1nom
+4n3om.
+n2oma
+n3oml
+n1oms
+n3omv
+2n3omw
+2nomz
+3n2on.
+3n4onb
+3nonc
+4n5ond
+n4o5ni
+4nont
+3nood
+4n5oof
+4n1oog
+nooi5tj
+3noot3
+noot4j
+3no3pa
+no4p3as
+4n3opb
+no1pe
+n1opg
+n5opleidi
+no4poo
+no4por
+2nops
+2n3opz
+2nord
+no3re
+2n1org
+1norm
+4norr
+3nors
+3norz
+1nos
+no3sf
+no3sn
+no3sp
+1not
+3nota
+not5a4p
+5noti
+not3j
+not3r
+3nou.
+no3v
+3nova
+no4ve
+3nox
+3noz
+2n1p
+npers5te.
+npi4s5
+npoor4
+npoort5j
+n3ps
+2n3r
+nraads5l
+n5re
+n5ri
+2ns
+ns3a4d
+n3sag
+n1sal
+ns3alp
+n1sam
+ns3an
+n3sanc
+n1sap
+n3s4cal
+n5scho
+ns4ci
+n4sco
+nsee5t
+n4sef
+nse4g
+ns5ege
+ns3eis
+ns5emp
+n3si
+ns3idi
+n2sin
+n5sing
+ns3inj
+ns3ink
+ns3int
+n1sjo
+n1sl
+n5sla.
+n3s4laa
+ns5laag
+n5slag
+ns5lap.
+ns5lapp
+n4sle
+n5slep
+ns4let
+n5sleu
+n5slib
+ns3lie
+n5s4liep
+n5slim
+n5slip
+ns5lot.
+ns3m
+ns5mac
+n3s4me
+n3smij
+n3smol
+n4smu
+n1sn
+n2sna
+n5sne
+ns3nod
+n4snoo
+n4snot
+n1so
+n2s3ob
+n2sof
+n3sol
+n2son
+ns3ong
+ns3onz
+ns4opp
+ns4or
+n2s3ou
+ns1ov
+n4s3paa
+ns3pad
+n1spe
+n5spee
+n5spel
+ns3per
+n4spet
+ns4pi
+ns1po
+ns3pol
+n4spot
+n1spr
+ns5q
+ns5s
+ns4t
+n1sta
+nst5aang
+nst5aans
+nst3a4g
+n3stal
+n3ste
+ns5tec
+n4st3ei
+n4s5teko
+ns5teks
+n5sten.
+ns5tent
+n5ster.
+ns5tes
+ns3the
+n1sti
+n3stig
+n4stijv
+n1sto
+nst5oef
+n4ston
+n3stor
+nst5rade
+n5stree
+ns5trekk
+ns5troe
+ns5trog
+nst5roos
+ns5ty
+ns3uil
+n3sy
+2nt
+n3ta
+n5taal
+n4t5aard
+ntaar5tj
+n5tab
+nt3ach
+nt4act
+nt1ad
+nt3aga
+n4t3art
+nt4as
+n5t4at
+n3te
+n5tec
+n4t3ei
+nte4lo
+n5tem
+n5te2n
+nte5nach
+ntene5ten
+nte5rad
+nte4rof
+n3t^^e8
+nt3ha
+n4tho
+n5thol
+n5tig
+nt3inw
+nt4jo
+n3to
+nt4og
+nt4ol
+n4t5oli
+n5ton
+nt4oo
+nt5oog
+n4top
+nt3opl
+nt3opm
+nt3opt
+n1tr
+nt3rec
+nt3rei
+nt3rel
+ntre4s
+nt5ribb
+nt5rij
+n5troos
+nt4rou
+nt3rus
+n5try
+nts3a
+nt5slu
+nt1sn
+nt4sno
+nt1sp
+nt4spr
+nts5pre
+nt1st
+nt5ste
+n3tu
+n4t3uit
+ntu4n
+n5twijf
+n5t4wis
+3nu.
+3nuc
+3nue
+nu3en
+nu3et
+4nuf
+2nui
+4n3uil
+nu2lo
+3num
+nu2m3a
+5numm
+nu2n
+3nunc
+n3uni
+2nu4r
+3n4u5ri
+nu5ro
+1nus
+nu4s3o
+nu3tr
+nut4st
+4nuu
+5nuut
+nuw5a
+nu2w3i
+2nv
+nve5na
+2n1w
+nx3
+n3xe
+nxo4
+1ny
+4n3yi
+4n3yo
+2nz
+nzet5s
+3^^f1
+4o.
+4oa
+o3aa
+o2ad
+o3af
+o1ag
+o3ah
+o3ai
+o1al
+oa2m
+o1a2n
+oa4tiev
+o3au
+o3av
+o3ax
+2o3b
+4ob.
+obal4
+obalt3
+3obj
+1o4bli
+ob5oor
+o4b5o4r
+4obr
+4oca
+ocaat5
+5o2cea
+o3cha
+o1che
+o3chi
+o3cho
+o3chr
+ocke4
+4o3co
+oco3a
+oco3s4
+oc3t4
+od5ac
+oda3g
+ode4m5ar
+ode4mo
+ode5re
+odes4
+odi3a
+o5dru
+od5sc
+od5sei
+od3s4i
+od2sl
+ods5lam
+od5slan
+od3sli
+od5smak
+od4s3o
+od3spo
+od4spr
+ods4t
+od5sta
+od4ste
+ods5te.
+od5stek
+od5sten
+od3w
+o4e
+oe5an
+oe3as
+oe2d3a
+oeda4d
+oede4n
+oe2d3o2
+oe4dr
+oed3re
+oed3ri
+oed3ro
+oe2d3u
+oed3w
+oe3e
+oe5er
+oe4f1a
+1oefe
+oe2fi
+oe2fl
+oef3la
+oef5le
+oef3lo
+oe4f5o4
+oe2f3r
+oege3l
+oeg5ij
+oeg1l
+oe4gou
+oeii4
+oei3n
+oei5s4
+oei5tj
+oei3tr
+oe4kaa
+oek5erk
+oeke4t
+oe2k3l
+oe4k3op
+oe4k3r
+oe2ku
+oek1w
+oe4lap
+oe4lar
+oel5dr
+oe4l3ei
+oe3lem
+oel5f
+oelo4
+oe5loe
+oelo5p
+oel3sp
+oe4m3ac
+oem3o4
+oen3al
+oe5n4e
+oen5gr
+oen3o
+oen4sn
+2oep
+oep5ind
+oe4pl
+oe5plo
+oe4p3r
+oe3pra
+oe4ps
+oeps3e
+oe2p3u
+4oer
+oe1ra
+oe4raa
+oer5aal
+oe4r3a4l
+oer4e
+oer5ei.
+oer5eie
+oero2
+oe3roe
+oer3og
+oer5om
+oer4sl
+oer4sp
+oer4sta
+oers5tak
+oers5te.
+4oes.
+oe3sfe
+oe3si
+oe4sli
+oe4s3o4
+oes4ta
+oes4th
+oe3sto
+oe4taa
+oe2t3h
+oe5t4i
+oe2tj
+oe4t3o4
+oe5toe
+oe4t3ra
+oet4s3p
+oet3w
+2o^^eb
+of3ar
+of3at
+o4fav
+of4d1a4
+ofd3ei
+of2d3o
+of2d3r
+ofd3w
+of3l
+o4fli
+o4flo
+4ofo
+of3om
+o3foo
+of3op
+o3for
+of3ox
+of1r
+o3f2ra
+of5se
+of4sl
+of5sla
+ofs3le
+of2sp
+of3spe
+ofs3pl
+of3spo
+ofs3pr
+ofs3tr
+ofs5tra
+4oft
+of4tu
+oft3ur
+oft3uu
+of3ui
+og5ac
+oga4l
+og3al.
+og5de
+og3di
+oge4d
+oge5laa
+ogel5ei
+2ogem
+o3ger
+oge4ro
+oger5on
+oge4s3t
+2og5h
+1ogig
+og1l
+og5ne
+og3op
+og3sp
+og3sta
+og4st5ei
+og3sto
+og4ston
+og4str
+ogs5tro
+og3ui
+o3gy
+2o1h
+3ohm
+4oi
+oi3do
+oi1e
+oi3j
+oi5k
+o3ing
+oi3o4
+oi3s4
+oi5sc
+ois2p
+oist2
+ois5tj
+o3^^ef
+2o1j
+2ok
+o3ka.
+o3kaa
+o4k3aas
+ok3ab
+ok3ag
+o3kal
+ok3ank
+o4k3a4z
+ok3ef
+o2k4l
+ok5let
+o4kli
+ok5lu
+o2k3n
+ok3o2l
+ok3op.
+ok3o4pe
+okos5
+o2k3ou
+o2k3r
+ok4ra
+ok1sa
+ok3s4l
+ok3sn
+ok5spri
+ok1st4
+oks5te.
+ok5sten
+ok4s5tr
+ok5te
+okter4s
+oku4
+ok3ur
+ok3uu
+ok1w
+ok2wi
+o1la
+o3l4ab
+ol3ac
+o3lal
+ol3a2p
+ol3arm
+ola3s4m
+4old
+ol3d4o
+ol3d2w
+o1le
+o3le.
+ole5g
+ol1ei
+ol3eks
+ol3emm
+o3len
+o5ler
+oleu2
+ole3um
+ol3exa
+ol2fa
+olf3l
+ol3fr
+olf5sl
+ol2gl
+ol2g1o
+olg5rap
+ol4gre
+ol4g3ri
+ol2g3u
+o3lia
+o3lic
+o5lid
+o3lik
+o3lin
+o5ling
+ol3int
+o3lit
+ol3kaf
+ol5ke
+ol2kr
+olk4s
+olk2v
+ollie4
+o3lo
+o5loc
+olo3k
+ol4om
+o4lop
+ol3op.
+ol3opp
+olo3s4t
+olo4ve
+ol4pra
+4ols
+ol5se
+ol4s5h
+ol5si
+ol1sj
+ol3s4l
+ol3s4n
+ol3so
+ol3sp
+ol5ster
+4o1lu
+ol3uit
+olu4r
+4oma
+om2aa
+om1ac
+om1af
+o3man
+4ome
+o4m3ef
+om3ela
+omen4s
+omen5ste.
+ome5ren
+omer5kl
+ome5sp
+ome5t
+om2i
+o4m3int
+4omm
+4omo
+omo5l
+omo3s
+om4p5ei
+5omro
+om3sl
+om4ste.
+om3ui
+3omz
+on1ac
+on4ag
+o4n3am
+on4an
+on3ap
+ona3th
+2onc
+on4d3ac
+on5d4as
+on5der
+ond5ete
+on4d3id
+ond5ijs
+ond5om.
+on2dr
+ond3re
+ond3ro
+ond5sj
+ond5slo
+on3d4u
+on4dur
+o5ne.
+o3neb
+o2n1e2c
+on3ei
+on3erf
+on3erv
+one3st
+4onet.
+on1e3v
+ong5aan
+ong5aap
+ong3ap
+4ongen
+ong5le
+ong2r
+ongs4
+ong5se
+ong3sp
+ong3st
+on5id
+o5nig
+on4k3ap
+onke5lap
+on3k2i
+on4k3lo
+on3kn
+on5kw
+onnes4
+onne5st
+o4n3of
+ono3l
+on1on
+o2n1ov
+on3sc
+ons4e
+on5sei
+ons2f
+on3s4m
+on2s3n
+ons5op
+on3sor
+on1s2p
+ons4pe
+on3spl
+on1st
+on5sten
+on5str
+4ont.
+on4taa
+3ont1h
+on4tid
+3ont1s4
+ont5sp
+3ontv
+1ont3w
+on1ui
+on3ur
+o4o2
+4oo.
+oo3c
+4oo4d
+ood1a
+ood1e4
+oo5de.
+ood1o
+ood1r
+ood3sl
+ood3sp
+4oof
+oo3fi
+oo4g
+oog1a
+oog3e
+oo5gi
+oog1r
+oogs4
+oog3sh
+oog3sl
+ook3a
+oo3ke
+ook5l
+ook3s4
+ook5st
+oo4k5w
+oo4l
+ool5a2
+oole2
+ool3ed
+ool5f
+ool5g
+oo5lig
+ool3ij
+ool3k
+ool1o4
+ool1u
+oom5a4
+oo3me
+oom3i
+oom1o4
+ooms5te.
+4oon
+oon5a
+oon5du
+oon3in5
+oon5k4
+oon1o
+oon5ta
+oo4p1
+oopa2
+oop5ee
+oop3o4
+oop3r
+oop4sp
+oor3a
+oord5aa
+oor5dop
+oor1e4
+oor3g4
+oor5i
+oor5k
+oor5m
+oor1o
+oor3sm
+oor5ste
+oor5sto
+4oort
+oor4th
+oo4s
+oos3a
+oo5se
+oos5n
+oo4t
+oot1a
+oot3es
+oot3h
+oot5o
+oot3r
+oot4sl
+o1^^f6
+2opa
+o4p3ac
+op3ad
+o4p3af
+o4p3ak
+op3am
+o3pan
+op3and
+op3at.
+op3att
+3opbre
+3opdr
+o3pe.
+op3ee
+op5eet
+op3ei
+o1pel
+o3pen.
+3o4peni
+o5per.
+o4pera
+op3e4te
+op3e4v
+4opf
+o1pi
+o5pic
+op3i2d
+opie5t
+op3ijz
+op3in.
+o5pina
+o5pis
+4op1j
+op3l
+op5los
+1opn
+o1po
+opoe3
+op1of
+o5pog
+o5poi
+o5pol
+op3ond
+o5poni
+op3ont
+op3ord
+op3o4re
+op3o4v
+op1r
+op3ric
+o4pru
+o4ps
+op5s2c
+op5se
+op5si
+3ops4l
+ops4m
+op3sma
+op3sn
+op3so
+op3sp
+op3sta
+op3su
+2opt
+4opt.
+op5tr
+op3ui
+o2p3u2n
+o1ra
+or3ach
+or3act
+or3adm
+or1af
+ora4g
+o4r3alg
+or3ana
+o5rate
+or4daa
+or4d3as
+or4denv
+or4do
+ord5ond
+ord3or
+ord3o4v
+or3dr
+or4drad
+ord3w
+o1re
+ore5ad
+4orec
+oree4
+ore4no
+or2gl
+o1ri
+o5ria
+3ori^^eb
+o5rig.
+o5rigere
+o4r3ink
+or3ins
+ork2a
+or5k4e
+or3kl
+or5kn
+or3kw
+or4m3ac
+or4mas
+or4m3ei
+or4n3ac
+or3ni
+orno3s4
+or3oe
+o3rol
+or1on
+or3ont
+or1oo
+or1o2p
+or3or
+o3ros
+or5ov
+4orp
+or4p3ac
+orp4s5c
+or3sag
+or5sc
+or5se
+or3sli
+or3smi
+or3so
+or4son
+or3sp
+or5s4pa
+or5spu
+or4t3ak
+ort5een
+or4t5ijl
+or2to
+or4tof
+or4t3oo
+or4tred
+ort5sp
+ort5ste
+or1u
+o3ry
+orzet5
+2os
+o4sac
+o5sas
+o3sau
+4o3s2c
+osca4
+o4sci
+o5s4cl
+os3cu
+o5sed
+os4el
+o5ser
+os3f
+os4fe
+o4sha
+o3shi
+os2ho
+o3si
+o4sj
+os5jer.
+o4sk
+os5ko
+os3l
+os5li4
+o4s3m
+os4n
+os5no
+o3s2o
+os3pa
+os3per
+os1pi
+os4pir
+o4spr
+os4s5m
+o2s3t
+os4ta
+os5taal
+os5taar
+osta3c
+ost3a4g
+os5tan
+os5tar
+o3stas
+o3stat
+os5te.
+os4tem
+o5stero^^ef
+os4th
+os4to
+os5toli
+os5tou
+ost3o4v
+os5tra.
+os5traa
+ost3re
+ost3ri
+o3stro
+os5trum
+os1tu
+o3sty
+o3su
+o5sy
+4o1ta
+ot3aar
+ot1ac
+ot3af
+o3tag
+ot3akt
+ot3app
+ot3art
+otas4
+o5tat
+o3te
+ot3e2d
+o5tee.
+o5tees
+o5teg
+ot3ei
+ote4lan
+o5ten
+o5ter
+oter5sp
+ote4st
+ote4t
+ot3eta
+o1th
+o2t1ho
+ot3hu
+o4tj
+otje5sp
+otli2
+o1to
+ot3off
+ot3olv
+o5tom
+ot3ont
+ot3opm
+oto5po
+ot3opr
+o5t4or
+oto3s
+2otr
+o1t4ro
+ot3ru
+ot5s4i
+ot2sl
+ot3sla
+ots3li
+ot3smo
+ot3sn
+ot3sp
+ot4s3pa
+ot4ste.
+ots5tek
+ot5sten
+ot4stu
+o1tu
+ot3ui
+o3tul
+ot5w
+4ou.
+ou5a
+ou1c
+ou4d1a
+ou4des
+ou2do
+ou1e
+oue2t3
+ou3k4
+ou4ren
+ou5ren.
+ou5renn
+ou2r3o2
+4ous
+ou3sa
+ous5c
+oust4
+ou2ta
+out3h
+out1j
+ou2t3o
+out1r
+out5sp
+out5ste
+ouw3a
+ouw5do
+ouw5ins
+o2v
+2o3va
+o5ve.
+2o5vee
+3o4verg
+over5sp
+over5ste
+o5ves
+2ovi
+ovi5so
+4ovl
+4o3vo
+4ovr
+ovu3
+4ow
+o1wa
+o1we
+o5wen
+ow3h
+o1wi
+ow2n
+o3wo
+ow3r
+o4x
+oys4
+ozet5
+^^f63l
+^^f61p
+^^f6pe1
+^^f64r
+^^f6s4
+^^f6s5t
+^^f65su
+4p.
+4paan
+paar5du
+paar5tj
+5paas
+3pab
+p3acc
+2pach
+pacht5s
+p4aci
+5pacu
+3pad.
+pa4da
+4padv
+pa3e
+4p3afd
+1pag
+pag2a
+pa4gen
+pa3gh
+p4a5gi
+3pak
+pa2k3a
+4p4ake
+pa4ki
+pa4k5l
+2p3alb
+3pale
+pal3f
+pa3li
+paling5s
+palle4
+palm5ac
+pal4mo
+pa4m
+pa3na
+pa4n3a4d
+5panee
+5panel
+4pank
+pan5sp
+pan4tr
+1pap
+pa4pe4t
+5papi
+pap3l
+pa3po
+pa3pr
+4par.
+3pa3ra
+p3arb
+pard4
+par3da
+3park
+par4ka
+par4k5l
+3parl
+4parm
+pa5ro
+4parr
+par5ta
+3parti
+part3j
+3partn
+pa5ru
+paru5r
+1pa4s3
+pa5sa
+pas5c
+pa5se
+pa5so
+pas4th
+pas5to
+pas5tr
+pa5te
+1path
+p3atl
+3pa3tr
+pats5te.
+2paut
+5pauz
+pa4vl
+5paz
+2pb4
+2p1c
+2p3d2
+pe4al
+4peci
+p3e2co
+3pectu
+1ped
+pe3de
+pe3do
+p4ee4
+3pee.
+3pee^^eb
+pee5li
+4peen
+5pees
+3peg
+1p4eil
+pei4l3a
+4peis
+pek5ee
+pe2k3l
+pe2k3n
+pek5s
+p4el
+pe3l4aa
+pe4l3ak
+pel5dr
+pe3le
+pe4l3ee
+pe4l3e4t
+pe3l4i
+pe3l4or
+pel5si
+pel3so
+pel3sp
+2p3emm
+pe3na
+pe4nak
+pe4nap
+pe4nau
+pe4naz
+p3ency
+pen5d4r
+penge5
+pen5k
+5penn
+pen3sa
+pen5sl
+pen3sm
+pen5sp
+pent4
+pen5to
+2p3epi
+pep3o
+pep5s
+p4er.
+pe1ra
+pera3s4
+per4at
+3perc
+pe4r5eg
+pe5req
+1peri
+peri3s
+per1o
+pe3ron
+pe5ros
+3pers
+per4sm
+per5sti
+per4str
+p2ert
+3pes
+pe3sa
+3pet.
+pe5ta
+5pe5ter
+3peti
+pe4t3ra
+pets5te
+petu5
+3peuk
+5peut
+1p^^e9
+3p^^ea
+2p1f
+2p1g
+pge5s
+2p1h4
+4p3ha
+3p4hec
+p4his
+4pho
+pi3am
+pi5an
+pi4at
+2pid
+piek5la
+5piep
+pie4r3o
+pie4s3p
+pie4tj
+pi2g5a
+pi3gl
+3pij.
+pij3k
+pij5ke
+pij4li
+3pijn
+5pijp
+pij4p3a
+2pijz
+pi4k3l
+pilo5g
+pi5nam
+2pind
+3pinda
+3p4ing
+5ping.
+pin4ga
+pin5gri
+4p3inj
+pink3r
+pink5s
+4pinr
+2pins
+pin4ta
+pi5o
+pis5n
+pis5ta
+pi3th
+pit3j
+pit3r
+pit4sp
+2p1ja
+pjes5
+p3ji
+p1jo
+2p1k
+pkaart5j
+p2l2
+p3la.
+plaat5j
+2p3lad
+pla3di
+4p3lamp
+4p3lang
+p4lant
+p3lap
+1p4las
+3p4lat
+pla4t3r
+5p4lay
+p4lec
+plee5tj
+p3leid
+3p4len
+p3lep
+pleu5ro
+p4lex
+2p3lig
+4plij
+p4lom
+p3lone
+p5lood
+plooi5tj
+p3loon
+p3luie
+2p1m
+pmans5t
+2p1n
+p3na
+3pneum
+3po.
+poda5
+3poei
+poe2s3
+poes5t
+poets5te.
+3poez
+3po^^eb
+p2ofa
+3pogi
+po5gr
+po2k3i2
+po4kol
+1pol
+po5l4o
+polo3p
+pol4s
+pols5te.
+1pom
+2p3oml
+3ponds
+pon4sm
+pon4st
+pons5te.
+pon5ta
+5pony
+poo3d
+poo5de
+4poog.
+3pool
+poo5len
+4poor.
+poor4tj
+poot3
+po4p3a
+4popd
+2pope
+pop5h
+2p3org
+2p3ork
+po3ro
+p4ort
+5portef
+por4to
+por4t5ra
+po3ru
+1pos
+po1sa
+po3sf
+po4taa
+po4t3as
+po5te
+potes5t
+pot1j
+pot3r
+3poul
+po3v
+4p3p
+p5pa
+p5pe
+ppe4l3o
+ppe5ni
+pper5ste
+ppie5k
+ppij5p
+p4ps
+pr4
+p2ra
+3pra.
+p5raad
+praat5j
+p5rad
+3prakt
+4pram
+p5rand
+3prao
+4p3rap
+p4rat
+p4rax
+4preeku
+1prem
+p3remm
+3prent
+pren4t5j
+3pres
+p3reso
+3pret
+pre4t3j
+pret3r
+4pric
+4p3riek
+4priet
+prie4t5j
+1prij
+3prik
+3princ
+pring5s4
+5prins
+3p4rio
+3p4riu
+5priv
+5p4rob
+3p2roc
+1p2rod
+p3roed
+3proef
+proet5j
+3proev
+5p4rof
+5p2rog
+1proj
+pro3la
+3prom
+p3rood
+prooi5
+pro5pa
+p4roq
+3pros
+pro5sc
+pro4s5t
+pro3t4a
+3proto
+3pro5v
+4proy
+pru2t
+prut3o4
+2ps
+p3sab
+ps3a2g
+p3sak
+ps3ar
+ps3ass
+4pse
+ps3erk
+p4s3et
+p3si
+p4s3i2d
+p4sin
+p5sis
+p1sl
+ps3le
+ps2me
+ps5mi
+p4s3na
+ps3neu
+p4sof
+p3sol
+ps3opt
+pso4r
+p1sp
+ps2pl
+ps3ple
+p1s4t
+p3stat
+p3ste
+ps5tent
+ps5tes
+ps5th
+ps3tor
+ps5tron
+p3stu
+ps5ty
+3psy
+5psyc
+p3sys
+4p1t
+pt3ad
+pt3alb
+p3te
+p2t1h
+p5ti
+pt3j
+p4t3o4v
+p3tr
+pt3ric
+1p2u
+3pub
+pu3ch
+pu3e
+puil3o
+pul4st
+3pun
+4pun.
+punt3j
+3put.
+puter5in
+put1j
+pu2t3o
+put3r
+put4st
+puts5te.
+2pv
+pvan4
+pvari5
+2p1w
+1py1
+2p5z
+1q
+5qe
+qu4
+que4s
+5quo
+4r.
+r2aa
+2raan
+4raand
+3raar
+5raar.
+4r3aard
+5raars
+raar5tj
+2rac
+ra4ca
+ra3ce
+5racl
+rad4a
+3radb
+ra5den
+ra3di
+5radia
+3radio
+4radm
+4r3adr
+3rad3s
+4radv
+2rafd
+r4aff
+raf5ond
+ra3fra
+3ragez
+ra5gi
+ra3g2n
+ra5go
+rag4s
+3rais
+raket3
+ra3k4l
+rak5r
+4r3a2la
+ra4l3ee
+4r3alf
+r3a4lim
+r3alt
+ra4man
+r5ameu
+ra3mi
+r2amp
+4rana
+ran4dr
+ran4g3o
+ran4gr
+r5angst.
+ra4nim
+4ranj
+ran4kl
+rank3w
+ran4sa
+ran4st
+ran4t3j
+r3antw
+ra3o
+4rap.
+ra3po
+4rappa
+rap5roe
+ra3q
+2r3arb
+r4a5re
+4rarit
+2r1arm
+4r3arr
+2r1art
+ra5sei
+ra4sk
+ra4sl
+ra1so
+ra2sp
+ras3po
+rast5ri
+r4ati
+rat5j
+ra4tom
+ra4tra
+ra5tri
+rat3sp
+rat4st
+rats5te.
+ra3t4u
+2rau
+3raus
+r1aut
+5ravr
+ra4zij
+rbe4ti
+r1c
+r3ce
+rces3
+r3chi
+r3co
+2r1d
+r4d3act
+rd3alk
+rda2m
+rd5ama
+r3dan
+r2d3ar
+rd3ei
+r4d5e4las
+rden5dr
+rde5o4
+r4derva
+rde5s4t
+rdi3a
+rdi5o
+rd5l
+r3do
+r5doc
+r4d3ol
+rd5olie
+rd3ont
+rd3oos
+rdo3pe
+rdo3v
+rd3ras
+rd3res
+rd5roos
+rd2ru
+rd3sa
+rd3s4c
+rd3so
+rd1sp
+rds4t
+rd5sta
+rd5ste
+rd3su
+r3du
+rd2wi
+rd5wo
+3re.
+1reac
+re4ade
+4reak
+re3amb
+4re5at
+re3co
+3recr
+rec5ta
+3reda
+3redd
+rede4s3
+4re4diti
+3redu
+re5dw
+ree4k
+2r1een
+ree3n4e
+r5eenh
+ree2p
+reeps5
+ree5r4ad
+4reers
+reer5ste
+r3eerw
+ree4s
+ree5sh
+r4ef
+4refb
+2reff
+3refl
+re3fu
+1reg
+4reg.
+4regd
+rege5ne
+rege4s
+4regg
+3regi
+re3gl
+4regt
+4reie
+4reil
+4reind
+rei5tj
+5reiz
+re4kap
+5rekeni
+re2k3l
+re2k5n
+re4ko
+re4k3re
+rek3sp
+re4ku
+re1kw
+rel4di
+rel4d3o
+reld3r
+re4l3ei
+rel5k
+re4lu4r
+3rem.
+re4mai
+remie5tj
+re5mo5v
+2remp
+3r4en.
+re2na
+re4naa
+ren5aar
+re5nade
+re3nal
+re4n3an
+ren3a4r
+r4end
+5rendee
+r5endert
+re5ne.
+re4nel
+re5nen.
+ren5enk
+ren3e4p
+re5ner.
+ren5erf
+ren5erv
+5renf
+2r1eni
+5r4enkl
+r4enn
+re4noc
+ren4og
+ren4opl
+re3nov
+5r4enp
+4renq
+ren4sl
+r4ento
+r3entw
+r5enveer
+re4of
+re4op4
+re5pa
+3repet
+re4pie
+4req
+re3qua
+4r1erf
+2r1erg
+re3r2o
+rer4s
+2r3ert
+4r5erv
+2rerw
+re3sa
+re5se
+re4sl
+res5le
+res3m
+re2s1p
+res3t
+re4tem
+re3t4h
+ret4i
+re4tik
+re5tin
+2retn
+re4t3o4g
+re4t3oo
+rets5te.
+re2u
+reur5es
+reus4t
+reu5ste
+3revis
+3revo
+2r3ex
+r4f3aa
+rf3act
+r2f3a4g
+rf3al
+r3fas
+r3fe
+r4f3eng
+r1fl
+r4f3lag
+rf3lev
+r2f3li
+rf3lus
+r4f3op
+r1fr
+r4f3re
+r5frea
+rf2s2
+rf3sm
+rf3sp
+r4f3u4r
+rf3uu
+r1g
+r4g3ab
+rg3amb
+r4g3een
+rg3ei
+rg4eis
+rgel5dr
+r5gen.
+rge4ra
+rge5rap
+r4g3ins
+r5glas
+r3glo
+r4g3lu
+rg4o3v
+r5grij
+rg3rit
+r3g4ro
+rg1s4
+rg2sm
+rg5so
+rg4s5pr
+r3h
+ri5abel
+ri4ag
+ri2ak
+ri5an
+rias4
+ri4av
+ri4bl
+4rice
+ri3co
+ridde4
+ri3di
+ri4dol
+ri4doo
+rie5dr
+rie4k5ap
+rie5kl
+rie3kw
+rie4la
+riel5aa
+rie4lei
+rie4ro
+rie4ta
+riet3o
+ri1eu
+ri3fl
+ri3fr
+r4ig
+ri4gaa
+ri3gl
+5rigste
+r4ijl
+4r5ijl.
+r5ijld
+r5ijlt
+rij5o
+rij3pl
+rij3pr
+rij3sp
+rij5ster
+rij4str
+4rijv
+ri4k5l
+rik5n
+ri3k4o
+ril5m
+ri3ma
+rim4pr
+4r3inb
+4rind
+ri5ne
+4r5inf
+r4ing
+4r5ingan
+r5ingeni
+ring5l
+4r3inh
+ri4nit
+rin4k3l
+r3inko
+4rinkt
+r3inl
+4r3inna
+4r1inr
+4rins
+r3inst
+4rint
+4r1inv
+ri5on
+ri3o5s
+ri4sam
+ri3sc
+ri3sot
+ris5to
+rit3j
+rit3ov
+rit4st
+rits5te.
+rit5sten
+3ritt
+r5j4
+rjaars5
+r5ka.
+rkaart5j
+rk3adr
+rk3af
+r2kah
+rk3ang
+r4k3art
+r2k3ei
+rke4n
+rken4s
+rker4sl
+r4k3erv
+rke4s
+rke5stree
+rke5strer
+rk5iep
+rk3ijv
+rk3inb
+r4k3ink
+rkjes5
+rk3lag
+r4k3lat
+rk5leid
+r2klo
+rk3loo
+rk3lus
+r3kn
+r4kne
+r2kob
+rk3olm
+rk3omg
+rkoot5
+rk3opg
+rk3ord
+rk5os.
+rk5oss
+rk2r
+r5k4ran
+rk4ri
+r5kris
+r5kron
+rk1s
+rk3s4f
+rk5si
+rks4p
+rk4t5e4v
+rkt3h
+rk4ti
+rkt3o
+rkt1r
+rk3uit
+r1kwa
+rk3waa
+rk5wat
+rk3wee
+r1kwi
+rk3win
+r3l
+rlaat5ste
+rle4g3r
+rlink4s
+rlinks5te
+rlofs5
+rlui5t4
+r1m
+rmaf4r
+r4m3art
+r2m3eb
+r2m5eg
+rme4r3a4
+rmes3
+rme4t3j
+rmet5st
+rm3inh
+rmi2s
+r3mo
+r5moe
+r4mop
+rm3opm
+rmors5te
+rmos5f
+rm3s4a
+rm1st
+rm3uit
+rmun4
+2r1n
+r3na
+r5n4am
+r4n3ap
+rn3ars
+rnee5t
+r4n3ene
+rnes3
+rne5te
+rne4t3j
+r2n5id
+r2nin
+r2n1on
+rn3oor
+r5noot
+rn3ops
+r5not
+rn3ove
+rns4
+rn3sm
+rn3sp
+rn1st
+rn3sta
+rn3th
+rn5tj
+rn5to
+r3nu
+rnu5r
+ro1a
+ro5ac
+r4oc
+ro1ch
+ro3d4o
+3roe.
+4roef
+4roeg
+roe4g3r
+3roem
+roens4
+roen5sm
+roep3l
+roe4rei
+roet4j
+4roev
+3ro^^eb
+r5offi
+r4ofi
+ro3fl
+roges5
+1ro^^ef
+ro3kl
+3rokm
+rok3sp
+r4ol.
+ro2l3a
+role5st
+rol3g2
+2roli
+rol3ov
+ro5ma
+ro3mo
+4romz
+r2on.
+ron3a4d
+5r4onal
+ron4da
+ron4d3o
+ron4d3r
+ron4d5u
+r2one
+r2oni
+r2onk
+ron4ka
+r2onn
+r2o1no
+r2ons
+ron4ste
+rons5te.
+4ron2t
+ront3j
+ront3r
+ro3nu
+4ronv
+3roof
+2roog
+4roon
+2r1oor
+root5ste
+ro3pa
+ro4paa
+ro4pan
+4ropb
+ro1pe
+ro5pee
+ro4pin
+ro3p4la
+4ropn
+r4opo
+rop5rak
+rop3sh
+r4opte
+ro4pu
+ror5d
+ro3ro
+ro3sa
+ro5se
+ro3sf
+ro3sh
+r4o5si
+ro3sp
+ros4s5t
+ro5stel
+ros5tra
+ro5te
+ro3t2h
+rot3j
+ro5ton
+ro3tr
+rot4ste
+rots5te.
+r1oud
+3rou5t4
+ro3v
+ro4ve
+ro5veri
+4roxi
+3roy
+r1p
+r3pa
+rp3aan
+rp3adv
+rp3ank
+r5pee
+rp3eis
+rpi3s
+r2p3j
+rp4lo
+rp5lod
+rpoort5j
+r4p3o4v
+r4p3rec
+rp3ric
+rp4ro
+r3psa
+rp4si
+rp2sl
+rp3sli
+rp5spe
+rp4s5to
+2r5r
+rre4l3u
+rren5s4
+rre5o
+rreu2
+rri5er.
+rrie4t
+rron5k
+rrot4j
+4rs
+rs3a2d
+rs3a2g
+r3sal
+rs3alm
+rs3amb
+r3san
+rs3ana
+rs3ap
+rs3ar
+rs3as
+rs4asse
+rsa4te
+r5schi
+rs2cr
+r4s3eis
+rsek5ste
+rs4et
+rseve3
+r2s3ez
+rs4fer
+rs4hal
+r3s2hi
+r3s4hoc
+rs3hot
+rs3ini
+rs3int
+r4sj4
+r5sjac
+r5sjou
+r5sjt
+r3s4kat
+r1sl
+r4slan
+r5slec
+r5slep
+r5sleu
+r5slib
+rs4lie
+r5sling
+rs3lob
+rs5loep
+r4s3loo
+r5sluis
+rs4m
+r5smaak
+rs5maal
+rs5mak
+r3sme
+r3smij
+rs5mis
+r5smit
+rs5mu
+r1sn
+r2s3na
+rs3neu
+r2s3no
+r1so
+r5sol
+rs3ong
+r2sor
+rsorkes5
+rs1ov
+r1sp
+r3spaa
+rs3pad
+r4s3par
+rs4pare
+r3spe
+r5spec
+r5spee
+r5spek
+rs4pene
+r4s3pet
+r5spit
+r5spoe
+r5spog
+r5spon
+r5spoo
+rs3pot
+r5spraa
+r4spu
+r5spul
+rs3put
+r1s4t
+r4s5taak
+rst5aang
+rs5tas
+r5stat
+r3ste
+r4s3te.
+r5ster.
+r5sterk
+rs5term
+r5sters
+r5stes
+rste5st
+r4steva
+r3sti
+r4stit
+r3sto
+rs5toma
+r4ston
+rst5ora
+r3str
+rs5trap
+r4st5red
+rs5trei
+r5stren
+rs5trog
+rst5roz
+r3sty
+r3su
+rs3usa
+r3sy
+4rt
+r1ta
+r5ta.
+r4t3aan
+rt5aand
+rt5aanv
+r4t1ac
+rt1ad
+rt3af.
+rt3aff
+rt3am
+r5tans
+r2tar
+rt3art
+r4tau
+r2tav
+rt5c
+r5teco
+rt3eig
+rt3eil
+rte4lei
+rt5emb
+r5ten.
+rte5nach
+rte3no
+rte3ro
+rtes4
+rte5sta
+r2t5e2v
+r4tha
+rt1he
+r3ther
+rt3hi
+r1tho
+rt3hol
+rt3hu
+rt3hy
+rt4ij
+rtij3k
+r4t3ini
+r4t3ink
+rt5jesc
+r3to
+rt3off
+r5tofo
+r5tok
+rt3om.
+rt3ond
+r4t3op
+r5tori
+r1tr
+r3tra
+rt4rap
+r4t3ras
+rt3rec
+r5treden.
+r3t4rek
+r4t3res
+rt3ri
+r4t3rol
+r2t4ru
+rt5ruk
+rt5rus
+rt4s5eco
+rt5sei
+rt2s3l
+rt3sle
+rts5li
+rt4slu
+rts5m
+rts5no
+rt4soo
+rt1sp
+rt4s3pr
+rts5ten
+r1tu
+rt3ui4t
+rt3w
+rt2wi
+5rubr
+rude3r
+ru1e
+4ruf
+ru2g
+ru4gr
+r5uitr
+ru2k
+4ru3ke
+ruk3i
+rul3aa
+rul3ap
+ru2li
+ru4l3ij
+ru3lin
+rul5s
+r2um
+ru2mi
+3run.
+r2und
+runet3
+4r5u2ni
+ru3niv
+ru4r
+ru5ra
+ru5re.
+ru5res
+r2u4s
+rus3e
+rus5tr
+4rut
+rut3j
+rut4st
+ruts5te.
+4ruu
+ru3wa
+rvaat5
+rval4st
+rvals5te.
+rvers5te.
+rves4
+rve3sp
+rvloot5
+r1w
+rwen4st
+rwens5te.
+r4wh
+rw2t3j
+r3x
+r3yu
+4rz
+rzet5st
+4s.
+5sa.
+s1aa
+1saag
+5s2aai
+saai4s
+3s2aal
+3s4aat
+1sab
+sa3bo
+2s1ac
+sa2ca
+3sacr
+s1adv
+2s1af
+3safe
+3safo
+sa3fr
+s5agg
+s4a3gi
+3sagn
+sa3go
+3sah
+3sai
+3saj
+2sak
+3saks
+s1akt
+s2al
+5sal.
+3sa3la
+3sald
+5salh
+s3all
+4salm
+sal5ma
+s3aln
+3s4a3lo
+3s2ame
+5samm
+sam5p
+4sa2na
+sa3nat
+s4anc
+s2a3ne
+s4ant
+san4t3j
+sa2p
+3sap.
+sa3pa
+2s3ape
+sa4pr
+sa5pro
+sa3ra
+s1arb
+3sard
+sa2re
+s1arm
+saro4
+sar3ol
+s4ars
+4s1art
+sart5se
+4sas.
+3sasa
+sa3sc
+3s4ast
+1sat
+3sa3te
+5sati
+2s3atl
+2s1att
+s3aud
+1saur
+3s2aus
+s1aut
+3sauz
+1sax
+4s3b
+s5ba
+s5be
+s5bo
+1sc
+2sca
+4sce
+5scena
+5sc^^e8
+3s4ch2
+4sch.
+sch4a
+5schak
+5schap
+4schau
+5sche.
+s5chec
+4schef
+5schen
+4scheq
+5scher
+5schev
+5schew
+s2chi
+4schir
+5schol
+5schoo
+5schot
+sch5ta
+2sci
+4scl
+2sco
+3s4cola
+3scoo
+3scope
+5scopi
+3s4co5re
+3scout
+2scr
+4scris
+2scu
+2scy
+4s1d
+s5de
+s4dh
+sdi5a
+sdis5
+s3do
+s5dr
+s3dw
+3se
+5se.
+se2a
+se3ak
+se3al
+sear4
+se3au
+s4eb
+4s3ech
+se3cr
+5sect
+4secz
+s4ee
+4s5eed
+5seei
+4s1een
+s5eenh
+see4t
+see5ts
+4seev
+s1eff
+se3ge
+2s5e2go
+seg2r
+4s3ei.
+4s3eig
+s4ein
+5sein.
+5seine
+2seis
+seis4t
+sei5tj
+5seiz
+sek4st
+seks5ten
+se1kw
+s2el
+5s4el.
+sel3ad
+se4l3a4g
+se4lak
+se4las
+se3le
+4s3e4lek
+sel3el
+4se4lem
+4self
+se5ling
+4s3elit
+sel5k
+5selm
+selo4
+5selp
+5s4els
+sel3sp
+5selt
+se2l3u
+s4em
+se4m3ac
+s5emm
+sem3oo
+s4en
+5sen.
+se4n3a4g
+se5nan
+se4net
+5sengr
+5senh
+sen5k
+se4n3o
+4s5enq
+sen5tw
+5s4er.
+se1r4a
+ser5au
+5se3r4e
+se4ree
+se5ren
+s4erg
+5sergl
+s5ergo
+5sergr
+ser4i
+se5rij
+4s3ern
+se3ro
+se5rop
+ser2s
+sers3p
+ser3st
+sert5w
+se3ru
+s4es
+se5sc
+se3sf
+2s5esk
+5sess
+se4t
+se5ta
+4s3ete
+se5ti
+se3tj
+set3r
+se5t4ra
+set5st
+4s5etu
+set3w
+se3um
+se4ven
+4s1ex
+4sez
+se2ze
+3s^^e9
+3s^^e8
+2s1f
+4sfed
+s5fei
+4sfi
+4s5fr
+4sfu
+sfu5m
+4s5g
+sgue4
+s1h
+s4ha.
+sha4g
+s5hal.
+3shamp
+4she
+sheid4
+sheids5
+s5hie
+5s4hir
+sh3l
+4shm
+s3hoe
+s3hoo
+3s4hop
+s2hot
+s3hote
+3show
+s5hul
+1si
+5si.
+5s4ia
+si5ac
+si3am
+si5an
+5sic
+sici4
+si3co
+3sie.
+3sie^^eb
+sie5fr
+sie5kl
+siep4
+sies4
+sie5sl
+sie3so
+sie3st
+sie5ta
+sie5to
+si5^^e8
+si1f4
+5s2ig
+si5go5
+s3ijv
+4s1ijz
+5sile
+4s5imper
+3simu
+5sina
+s3inb
+4s3inc
+4s1ind
+2sinf
+sing4
+3sing.
+s3inga
+s5ingeni
+sin3gl
+s3in5gr
+s3inh
+4si2ni
+4s3inko
+sin5kr
+4s3inm
+s4inn
+4sinr
+2s1ins
+2sint
+4s5inv
+4s3inz
+3sir
+5siro
+s3irr
+si4s
+sis3e4
+sis5ee
+sis3i
+sis5tr
+3sit
+si5to
+sito5v
+si3tr
+si4tru
+si5tu
+3siu
+3siz
+sj2
+4sj.
+3s4ja.
+5sjab
+4sj3d
+s1je
+2s3je.
+s5jeb
+3sjee
+3s2jei
+1sjer
+sje4ri
+s3jes
+3sjew
+3s4jez
+4sj5k4
+5sjof
+4s3jon
+sj3s2
+sjt4
+s5ju
+2s1k2
+skaart5j
+s5kad
+s4kele
+s5ken
+3s2kes
+sk4i
+3s2ki.
+3skied
+skie3s
+3ski^^eb
+ski5sc
+s2k3j
+s3ko
+s5kre
+sk5ruim
+sk3ste
+4sku
+s3k4w
+s2l4
+3s4la.
+5s4laan
+5slaap
+4s5laar
+4slab
+s4lac
+4s3lad
+3s4lag
+5slagm
+sla4me
+s5lamp.
+s5lampe
+4s5land
+3slang
+3slap
+5slape
+sla3pl
+4s3las
+2s3lat
+3s4la5v
+4slaw
+3s4laz
+s3led
+3s4lee.
+5sleep
+4s5leer
+s4leet
+slee5tj
+4s3leg
+2s5lei
+s5leng
+s3leni
+slen4st
+slens5te.
+3slent
+s4lep
+4s5ler
+s5les
+sle4t3j
+3s4leu
+s5leug
+s5leus
+5sleut
+2s5lev
+s3li.
+4s3lic
+4slid
+2slie
+s5lied
+s3lief
+3s4lier
+s3lif
+s5lig
+4s3lijf
+5slijp
+4s5lijs
+s4li4k
+sli2m
+slim5a
+s5lini
+4slinn
+s4lip
+4s3lit
+slo4b5
+2s3loc
+3s4loe
+3slof
+4s3log
+s3lol
+s3lood
+s5loon
+s5loos
+5s4loot3
+s3los
+3slot
+slo4tr
+4s3lou
+4s5loz
+4s5luc
+1s4lui
+4s5lui.
+4sluid
+5sluis.
+sluis4t
+slui5ste
+5sluit
+5sluiz
+4slun
+2s5lus
+4s3ly
+s1m
+4s5maat
+3smad
+3smak.
+3smal
+2s5man
+s5map
+s4mart
+4s5mat
+4s5mec
+5smeden
+3smeed
+5s4meet
+4s5mei
+4smelo
+4s5men
+4s5mes3
+5smid.
+smie2
+smies5
+s4mij
+s5min
+5smok
+s3mon
+5smuilden
+s5muile
+5smuilt
+s2n4
+s5nam
+5s4nap
+s4nar
+3snau
+3s4nav
+3s4ned
+3snee
+snee5t
+s5neg
+5s4nel
+2s5nes
+4s5net
+sneus4
+sneu5st
+s5neuz
+s3nie
+1s4nij
+s5nim
+3s4nip
+4s5niv
+4snod
+3s4noe
+s3nog
+2snoo
+s4nor.
+s3norm
+sno5v
+3snuf
+s4nui
+2snum
+3so.
+so4bl
+so1c
+s3oce
+3s4o3d
+1soe
+2soef
+3soep
+soes3
+2s1off
+3soft
+2so2g
+3so3ga
+s1oge
+so3gl
+3sogy
+5soi
+3so^^ef
+3sok
+s2ol
+5sol.
+so3la
+so3le
+so3lis
+3so5l4o3
+solo5v
+5sols
+s2om
+3s4om.
+5somm
+2s3oms
+s3omv
+2somz
+5s4on.
+3sona
+so5nar
+s3onb
+2s1ond
+2song
+3sonn
+3so3no
+s4ons
+2s1on4t3
+4s3onv
+s3onw
+3soo
+4s5oog
+4s3ook
+4s3oor.
+s3oord
+4s3oorl
+5soort
+2s1op
+3s4op.
+4s5ope
+so3phi
+s2o5po
+so3pr
+3s4opra
+sop4re
+s2orb
+s3ord
+2s1or3g
+4s5ork
+sor4o
+so3ror
+sor4st
+3s2ort
+sos4
+so3sf
+s4ot
+s3oud
+sou2l
+sou3t
+2sov
+s1ove
+3so5z
+4sp.
+sp4a
+5spaak
+s3paal
+5spaan
+5spaat
+2spad
+2spak
+5spake
+s4pan
+3spann
+4s5pap
+5spar.
+s4pari
+5sparr
+2spas5
+5spatt
+s3pau
+5s4pea
+4spectu
+3s4pee
+speet3
+4s3pei
+s4pek
+5spell
+4s3pen
+s5pen.
+spe4na
+s5pep
+4sper
+s4per.
+s5peri
+s4perm
+5s4perr
+4spes
+s3pez
+s3pid
+1s4pie
+spie5tj
+4spijn
+4spijp
+s5ping
+5s2pio
+s3pis
+spi5sto
+2s1p4l
+4s5pla
+s4plet
+s2pli4
+5splin
+3split
+s3plo
+s3plu
+sp4o
+s2poe
+s3poes
+4spo^^eb
+4spog
+4spol
+2s3pom
+s4pon.
+s4ponn
+s2poo
+s3pop
+5s4pore
+s4pori
+4s3pos
+5spots
+4spou
+4sprakt
+5spray
+s5pred
+5sprei
+s4prek
+4sprem
+4spres
+5spreu
+5spriet
+4s5prij
+4sprik
+4sprob
+4sproc
+4s5prod
+4sprof
+4sprog
+5s4pron
+s4proo
+4spros
+4s3ps
+4spt
+s2p4u
+4spub
+5s4pui
+4spun
+s4pur
+5spuw
+s4q
+4s5r
+sraads5l
+sro5v
+4s3s4
+ssa1s2
+s4sco
+s4s5cu
+s5se
+ssei3s
+sseo4
+s5si
+s5sl
+s4spa
+s5spaa
+ss5pas
+s5su
+s5sy
+s2t
+4st.
+5staaf
+5staan.
+4staang
+4staanw
+staart5j
+s4taat
+staat5j
+st3abo
+2s4t1ac
+3stad
+5stads
+2staf
+5staf.
+sta4fo
+s4tag
+s4tak
+5staki
+4stakk
+st3akt
+4s3tali
+5stam.
+5stamm
+3stamp
+3s4tand
+stan4s
+s4tap
+4stapo
+s4t3arc
+4stari
+2stas
+stasie4
+5statio
+4stau
+st3aut
+s4tav
+4stavo
+4s5tax
+4staz
+2stb
+2st5c
+2std
+4stea
+5steak
+4stec
+s5tech
+5steco
+3s4ted
+4stedu
+3steek
+3steen
+4steenh
+s5teer
+stee5t
+5stein
+5stekar
+5stekk
+5steldh
+ste4lee
+st5elem
+3stell
+5stem.
+5stemd
+5stemm
+4stemo
+4stent
+4stenu
+ste5ran
+4sterm
+ster5og
+st5e4ros
+5sterren
+s5teru
+4ste4s
+4s4t3ex
+s4t3e2z
+2stf
+4stg
+4sth
+s4tha
+st3hed
+st5heer
+st3hek
+s5them
+s3ther
+st1hi
+s4t1ho
+s4t1hu
+s4t3hy
+2stia
+2stib
+4sticu
+s4t3id
+5stiefe
+s5tiev
+4stijd
+3s4tijg
+5s4tijl
+st3ijs
+3stils
+s4tim
+st3imp
+sti5ni
+4stins
+4s5tint
+4stite
+2stiv
+st3ivo
+4s4t1j
+2stk
+4stl
+2stm
+2stn
+2stob
+2stoc
+4stoef
+3stoel
+5stoel.
+5stoele
+4stoen
+4stoer
+4stoes
+4stoez
+3s4tof
+st3o4ge
+5s4tok
+s4tol
+sto5li
+4stoma
+4stomz
+s4tong
+3s4too
+4st3oog
+stoot5j
+s4top
+st3o5pe
+st5opto
+4stora
+sto4rat
+4stord
+sto5ri
+4s5tos
+s4tov
+2stp
+1s4tr
+4stra.
+straat5j
+4st4rad
+3stra4f
+5straf.
+s5trag
+4strai
+4st3rec
+s5tref
+4streg
+4s3trei
+5strel
+3strep
+st3rif
+st5rijp
+s5tris
+4s3troe
+s5troep
+st4rom
+5strook
+5stroom
+4stroos
+st5roos.
+4s5trou
+4stroz
+3stru
+4strui.
+5struik
+4st1s4
+st3sc
+st5se
+st3sf
+st3sk
+st3sl
+st3so
+st5sp
+st5st
+2st5t2
+1stu
+4stub
+4stuc
+5s4tud
+4stuin
+stui5tj
+st5uitk
+5stuk
+2s4tun
+st3uni
+stu4nie
+4stus
+2stv
+2st3w
+2s4ty
+1styl
+s5typ
+2stz
+1su
+5su.
+5sua
+5su4b1
+suba4
+sub5e
+su5bl
+5suc
+5sud
+3sug
+2sui
+5suik
+4s1uit
+5suit.
+s5uitl
+5suits.
+5suk
+3sul
+5sum
+4s1u2n
+5sup
+5surv
+su4s
+sus3e
+suur5
+4s5v
+svaat5
+svari5
+sve4r
+sve5ri
+4s1w
+s5wo
+s4y
+3sy.
+4syc
+3syn
+sy4n3e
+1sys5
+4s5z
+4t.
+3taak.
+t4aal
+t5aando
+t3aank
+taan4st
+t3aanw
+t3aap
+taar5sp
+4t3aas
+taat4st
+taats5ta
+3tabe
+3tabl
+2tac
+ta2ca
+3t4aci
+4tad
+ta4de
+t3ader
+5tado
+t3adr
+tad4s3
+t3adve
+2taf.
+2t3afd
+5ta3fe
+4taff
+t3afha
+t4afr
+ta3fro
+4t1afs
+2t3afw
+4tafz
+ta4gaa
+5tagee
+5ta5g4l
+tag3r
+5taka
+5takg
+5takken
+ta3kl
+5takn
+5takp
+5tak3r
+5taks
+t2al
+ta3laa
+ta5lact
+4talb
+5tale.
+5talent
+ta3li
+5talig
+t5allia
+talm3a
+4talt
+ta4mak
+4tamb
+t3amba
+5tamen
+tament5j
+4tamp
+t3ampu
+5tan.
+4t3a2na
+ta3nag
+ta3nat
+tan4d3r
+tan4k5r
+ta3o
+t4ape
+5tapi
+ta3pl
+5tapo
+ta3q
+ta3ra
+4t3arb
+5tari
+4t1arm
+ta2ro4
+tar5sp
+tar5taa
+t3arti
+3tarw
+3tas
+5tasa
+5tasj
+5taso
+ta3s2p
+ta3sta
+ta3str
+ta3sy
+4tata
+4tatio
+tat5j
+4t3atl
+3tatr
+3tau
+4taut
+2t1avo
+3tax
+t3a2z
+4t3b
+tba2l
+4t3c
+t4ch
+t5cha
+t5che
+t5chi
+t5chu
+4t3d2
+tdor5st
+tdo3v
+1te
+3tea
+te3akt
+5tea4m
+3tec
+4t3echt
+4teco
+te4dit
+t3edu
+tee2
+teeds5te.
+tee4g
+4teek
+tee4k3l
+teem1
+4tee4n
+t5eenhe
+3teer
+tee5rin
+tee4t
+4t3eeu
+t4ef
+t5eff
+3tefl
+3teh
+4t3eier
+4teig
+tei4lo
+t4ein
+t5eind
+5teit
+tei5tj
+2t3eiw
+5tekene
+5tekens
+4teker
+4tekk
+3teko
+te4k3om
+3teks
+te3kw
+te4k3wi
+t4el
+tel5ant
+te4lap
+tel5da
+4telec
+5teleco
+t5elect
+tel5een
+5telef
+5teleg
+tel5ei.
+tel5eie
+tel5eit
+te5lel
+5telev
+5te5lex
+tel3f
+tel5k
+te4loe
+te4l3o4g
+tel5oog
+te4l3op
+telo4r
+tels4
+4telse
+tel3so
+tel5su
+te4l3uu
+t4em
+2temb
+4temm
+te4mor
+tem3ov
+5temper
+5tempo
+t4en
+ten4ach
+ten3a4g
+te3nak
+te5nare
+te4nau
+tene2
+ten3ed
+ten3el
+tene4t
+3tenh
+ten5k4
+te5nore
+4t5enq
+ten5scr
+ten3sn
+ten3sp
+tensu4
+tens5uu
+3tent
+5tenta
+5tenten.
+ten5to
+t3entw
+5tenu
+t2er
+teraads5
+te4r5aak
+ter3a4b
+tera5ca
+te4rad
+tera4de
+te4r5af
+ter3ag
+te3ral
+te4ran
+ter3ap
+ter3as
+5terec
+te4rei
+ter5eik
+te4rel
+te4rem
+te5ren.
+te4r5enk
+te4r5env
+4t4erf.
+4terfd
+ter3fr
+4t4erft
+te4r5in.
+3terj
+4terk.
+4terkt
+ter3k4w
+3term
+5term.
+5termi
+ter5oc
+te3rod
+te3rof
+te3rog
+5teron
+te5rons
+tero5pe
+tero4r
+te3ros
+5terrei
+5terreu
+5terror
+ter4spr
+ter5ste.
+ter5ston
+3tes
+te3s4ap
+tes3m
+te3so
+tes3ta
+te5stel
+tes5ten
+test5op
+test5ri
+test3u
+te3ta
+te5tr
+4t3euv
+t4ev
+t5e4van
+teve4r
+5tevl
+3tevr
+2tex
+3tex.
+4t3exe
+4texp
+1t^^e9
+t^^e83
+4t3f
+4t3g2
+tgaat5
+t5ge
+tge3la
+tger4
+4th.
+2t1ha
+t3haa
+t4haan
+t4had
+t3hak
+t5ham
+t4hans
+t3har
+t3hav
+5thea
+t3heb
+5thee.
+4t3hei
+4t3hel
+3t2hen
+5theo
+1t2her
+5the3ra
+4t3here
+3thes
+3thet
+t4hin
+4thm
+t1hoe
+t2hog
+t3hok
+t1hoo
+thoof5di
+4t1hou
+t3houd
+5thous
+4t3hov
+3thr
+2thu
+t1hul
+4thum
+t4hur
+3ti
+5ti.
+5tia
+ti5ab
+ti5ae
+ti3ap
+5tib
+5tica
+5tice
+5tici
+5ticu
+ti3d4
+5tie.
+tie5d4
+5tiefs
+tie3kn
+tie4kon
+ti3enc
+tien5st
+5tiep
+5ties
+tie5s4l
+tie5ta
+tie5to
+tie5tw
+ti1eu
+5tieven
+ti3fe
+ti3fr
+ti2ga
+tig5aa
+4tigm
+ti4gu4
+tig3ur
+5tijd
+tije4
+tij5ka
+tij4kl
+5tijn
+tij5p
+t3ijs.
+tij3st
+tij3t2
+tij5tr
+tij5tw
+4t1ijz
+ti3ko
+ti5kr
+t4il
+4tils
+5timm
+5timo
+tina4d
+tin3as
+4t3incu
+4t1ind
+4tinf
+tin4g3i
+ting4sa
+t3inh
+ti4nit
+4t3inj
+t3inko
+4t3inl
+t3inq
+4tinr
+4t3ins
+ti3nu
+4t3inv
+4tinw
+ti5om
+ti3o4p5
+t2is
+ti5sa
+ti3s4j
+ti3sl
+ti3so
+ti4son
+ti3s4p
+ti3sta
+5tite
+ti3th
+ti1t2r
+5tivi
+ti4vo
+1tj2
+2t1ja
+t5jaa
+t5jee
+t5jek
+t3jen
+t5jet
+4tjeu
+2tjo
+t1jou
+2tju
+4t3k2
+tkars3
+4t3l
+t5le.
+5tleb
+t5les
+tli4n
+4t3m
+tmen4st
+tmens5te
+tmos5
+4t3n
+tna4m3o
+tne4r
+tnes4
+5to.
+toa2
+to3ac
+to3ar
+to5bl
+3toc
+1toch
+3tod
+to3da
+t4oe
+toe5d4
+3toej
+toe5k
+5toe3l4a
+toe5le
+5toelic
+toemaat5
+5toen
+to5ende
+toe5pl
+3toer
+5toeri
+5toern
+5toe1s4
+toe5st
+toe3tj
+3toets
+5toets.
+5toetse
+toets5te.
+3toev
+5toez
+to2f
+tof5ar
+tof5d
+to4fr
+tof3th
+3togn
+5togr
+3toi
+to4kan
+tok3s
+t2ol
+to3la
+5tolaa
+to5le
+5tolet
+t3olf
+2toli
+5tolic
+to4lie
+tolk5s
+5tolo
+tolp3r
+t3oly
+4tom.
+5tomaa
+tomaat5
+t3oml
+to3mo
+tom4p3j
+4t3om5s
+5ton.
+4tond
+3t2one
+5tonee
+5to5nen
+to5ner
+3t4ong
+5tong.
+3t4oni
+5t4onn
+to3no
+5tons
+ton3sk
+too4m
+toom3e
+5toon
+t4op.
+top5art
+top3as
+to3pen
+to3pet
+to3pi
+2topm
+to4po
+to5pos
+t4opp
+to4pu
+to5pus
+t3opva
+5tor.
+to3ra
+to4r3ag
+t3ord
+to5rec
+5torens
+4t1org
+t5orga
+t4ori
+3toria
+to4ri^^eb
+tor3k
+tor4m3a
+toro4
+to4r5oli
+to3rom
+5torr
+3tors
+tors5te.
+to3r2u
+3tos4
+to3sa
+to1sl
+to1s2p
+tos5te
+5tota
+to3tr
+2t3oud
+3tour
+tou4r3e
+to3v
+tove5na
+to4vens
+4toverg
+to3w4
+4t3p4
+tpe4t3
+tpi3s
+tr4
+3tra.
+4t3raad
+5trac^^e9
+5trafo.
+3trag
+4tragez
+3t4rai
+5train
+5traka
+t3rake
+3trakt
+3trans
+5transa
+5trap.
+5trau
+4t3raz
+3t4re.
+4trea
+2trec
+5tred.
+4treda
+t5redes
+4tredu
+3tref
+4t5reg
+4t3reis
+4treiz
+4trel
+t3rese
+t3resu
+tre2t3
+t4reu
+t3rib.
+5tribu
+5trico
+trie5ta
+trig2
+2trij
+5t4ril
+tri5ni
+5t4rio4
+t3risi
+t3rit.
+5t4riti
+5trody
+t3roed
+t3roes
+5trofy
+3trog
+t4ro^^ef
+5troj
+4trol.
+5trola
+5trolo
+5tromm
+5tron.
+5trona
+t5rond
+3trone
+5tronn
+5trono
+5trons
+tront5j
+t3rood
+5troon
+t4roos
+tro5pi
+t4ros
+5trotu
+3trou
+4t5rout
+tro5v
+5truc.
+5truf
+4trug
+5trui.
+5truie
+t3ruim
+trui5t4
+t3ruk
+t4rum
+4ts
+ts3a2d
+tsa4g
+ts1am
+t3sap
+ts3as
+tse4d
+ts5een
+t4s3ei
+ts5eind
+t4s5ene
+t4s3eng
+t4s3erg
+ts5erge
+t4s3e2v
+t2sij
+t4s3ink
+ts3int
+ts2j
+ts3ja
+t3sjen
+3tsji
+t1sl
+ts4laa
+t3slac
+t5slag.
+ts3lam
+t2s3le
+t5slib
+t5sloe
+t3s4lu
+ts2me
+ts4moe
+ts3neu
+ts4no
+ts5nor
+ts5not
+ts3nu
+ts3ob
+tso2l
+ts3oli
+ts3om
+ts1on
+ts4opp
+ts1o4r
+ts1ov
+ts3pad
+t3span
+t5spec
+t4s3pet
+t3spi
+t4s3pil
+t3spoe
+t3spoo
+t5s4por
+ts3pot
+t4spro
+ts4pru
+ts5q
+ts5s
+t3sta
+t4staak
+t4s5tank
+ts5tant
+t4star
+t4stas
+t3ste
+t5sted
+t5stee
+ts5teko
+t5stell
+t5stels
+t5stem
+t5ster.
+t4sterr
+t5sters
+t5s4tes.
+t5steu
+ts3th
+t1s4ti
+t3stij
+t5stijg
+t5stil
+ts5tin
+ts5t4j
+t1sto
+ts5toep
+ts5tong
+t4store
+ts5trad
+ts5trei
+t3stri
+ts5troe
+ts5ty
+t4su4
+ts3ur
+ts3us
+ts3uu
+t1sy
+4t3t
+t5t4a
+t5te
+tte5loe
+tte5l4op
+tte2n
+tten4t5j
+tte5ri
+t5tlet
+tt3oog
+ttop2
+t5t4r
+t5tum
+tt3uu
+3tua
+3tub
+3tuch
+3tu3e
+5tueu
+tu3^^e9s
+3tuig
+5tuin
+4tuip
+2tuit
+tuit4j
+4tuk
+tu4k3i
+tul5pi
+t4um
+5tune
+5tunn
+tu1o
+5turb
+tu3ri
+3tu4s3
+tut3j
+tuurs5la
+tu3wa
+4tv
+tvaat5
+t3ve
+4t1w
+3t4wijf
+t2win
+1ty1
+3typ
+tys4
+4tz
+t3za
+t3zi
+t5zw
+u1a
+u3ac
+u3an
+ua5ne
+ua3p
+u5ar.
+uar5t
+ua3sa
+uat4
+2u2b
+ub3ac
+ube4li
+ub5em
+u5bi
+u3bo
+ub5or
+4uc
+u1che
+ucht5sl
+uc4ki
+ucle3
+uc4t3a
+uc4tin
+u1d
+uda2
+u5da.
+ud5am
+ud3ei
+ud3ess
+u4de4z
+ud3eze
+udi4o
+udi5ologe
+udi3om
+udoe2
+ud3ond
+ud3oo
+ud3ov
+u4d1r
+uds5lo
+uds4m
+uds5ma
+ud3sme
+ud3smi
+ud1st
+ud4sta
+uds5tak
+ud4sti
+ud1w
+u3ec
+ue2co
+u1ee4
+u3ef
+u3ei
+u1el
+u4ene
+u1er
+uer3il
+ue3st
+u1eu
+u5eul
+u3ez
+u3^^e8
+u4f3an
+u1fl
+u1f4r
+uf2s
+u5ga
+ug4da2
+ug4der
+ug2do
+ug4dr
+uge4l5o
+ug3ij
+ug1l
+u2go
+ug3or
+u2g1r
+ug5sce
+ug4sec
+ugs4p
+ugs5pa
+ug1s4t
+ugs5tra
+u1h
+u2i
+ui5ac
+ui2d3a
+ui2d1o
+uid4s
+uid3sp
+uid5spre
+uid5ste.
+uid3u
+ui3e
+uien4t
+ui2fa
+uif1l
+uif5r
+ui2fu
+4uig
+ui4g5aa
+uig1l
+ui2g3o
+ui4g3r
+ui4gu
+4uik
+ui2k3a
+ui4k3l
+ui2ko
+ui2ku
+ui2la
+uil5aa
+ui4l3em
+uil5m
+ui4l3og
+ui4loo
+uil3ov
+4uim
+ui2m3a
+ui3mag
+ui4n1a
+uin5g
+ui2no
+uin5og
+uin3or
+uin4s5lo
+uin5to
+ui2p3l
+ui4p3o4
+ui2p3r
+4uis
+ui2s3a
+uis5c
+ui4sl
+ui5slu
+uis5p
+ui4st
+ui4t3a4
+uit5aa
+uit5al
+ui5tar
+1uitg
+uit1j
+3uitl
+ui2t1o
+1uit5r
+uit3sl
+uit3sn
+uit5sp
+uits5te.
+3uitw
+3uitz
+ui3v
+4u3j
+2uk
+u2k3al
+uk3as
+ukkers5
+u2k3l
+u3klas
+u2k3n
+u2k3o
+u3koc
+uko2p
+uk4o3pl
+u4k3r
+uk3s2m
+uk3spa
+uk3spl
+uk4sti
+uk1w
+u1la
+ul3ac
+ulam4
+ula4p
+ul4d3a
+uld5erk
+ul5dop
+ul4d3u
+u1le
+ule5sp
+ul3fl
+ul5fo
+ul3fr
+ul3in.
+u5ling
+ul3inn
+ul3k2a
+ul5ke
+ul2k3l
+u1lo
+ul3o2p
+u3los
+ul2pa
+ulp3ac
+ul4pi
+ul2p3l
+ul2po
+ul4p3r
+ul3sa
+ul3so
+ul2s3p
+uls5te.
+uls5tel
+u3lu
+um3af
+um3ar
+3umda
+2ume
+umee4
+umes4
+ume3st
+um3om
+um3op
+um3so
+um3st
+u2m3ui
+un3ac
+un2c
+unch3r
+un4dra
+und4s
+unds5ta
+und5ste
+une4t
+un3g
+1univ
+un4k3r
+un4o
+uno3g
+un5o2p
+unst3a
+un4ste.
+unst3o
+un4st5r
+unst5ui
+un4tag
+unt5een
+un2tj
+un4t5o4
+unt3s4m
+un4t3u
+u3ol
+u3on
+u3oo
+u1or
+uo3ru
+u3os
+uota3
+4up
+u1pa
+u1pe
+upe3k
+upe4ro
+uper5st
+u3ph
+u3pi
+u1pl
+u4p3lei
+u1po
+u3pol
+up3om
+up3op
+u1pr
+up4tr
+u1ra
+ur3aan
+ur1ac
+ur3ada
+ur3adv
+u2r3a4r
+uras3
+u4r3a2z
+urd4o
+u1r2e
+ur3ech
+ur3een
+uree5s
+ure5lu
+urelu5r
+u4rem
+ur3emb
+ure4n
+u3res
+ur3ess
+ure3st
+ur3eta
+4urf
+ur2fa
+ur3gi
+u1ri
+uri4gl
+ur3ijz
+ur3ind
+ur3int
+4urk
+urken5s
+ur4kie
+ur3k4l
+urk4s5t
+u1ro
+ur5opb
+ur3or
+uro5s
+ur5pr
+ur4serv
+ur4s3ev
+ur3s4fe
+ur2sl
+urs5laa
+urs5li
+ur4s5m
+ur2sn
+ur4sp
+urs5pa
+ur5spel
+ur5spor
+urs5take
+urs5th
+ur4sti
+urs5tik
+ur3ta
+ur4tro
+ur5troe
+u3ru
+ur3ui
+4urv
+u1r4y
+4usaa
+us3ad
+us3a2m
+us1ap
+u4sc
+u5s2cr
+use5tj
+u5sie
+u4sj
+u4s5l
+u4sm
+u2s5n
+uso2
+us3o^^ef
+us3os
+u2s3p
+us5pi
+us5pu
+us4ta
+us5tag
+ust3al
+u2s3te
+us4t3ei
+u4sti
+ust3oo
+us5tra.
+us5tre.
+us5tro
+us5tru
+ustu4
+ust3ur
+ust3uu
+u1ta
+ut3aan
+utaar5
+ut1ac
+ut3af
+u3tan
+uta3s4
+ut5c
+u4t3ees
+u4tek
+ut3eks
+ut3em
+ut5emm
+uter5an
+ut3ex
+ut2h
+ut3ho
+u2tj
+u1to
+uto5f
+ut3oog
+uto3pe
+utop4l
+uto5po
+utop4r
+uto5s
+ut3saa
+ut3s2c
+uts5eng
+uts2m
+ut1sn
+ut3sp
+ut4spa
+ut4spo
+ut2st
+uts5tak
+ut4ste.
+ut5sten
+ut3str
+ut5su
+utt4
+u1tu
+ut5w
+u4u4
+uur3a4
+uur3e4
+uur5i
+uur3k
+uur1o2
+uur5ste
+uur5sti
+4uut
+uut3a
+uut3r
+uvel4s
+uve5na
+uw1a
+u3wag
+uw3ar
+uw5art
+u1we
+uw3ec
+uwe5d
+uw3een
+u2w3ei
+uwe4nen
+uwes4
+u1wi
+u2w3ij
+uw5ijz
+u4wind
+u3wing
+u4wins
+uw3inz
+uw1o
+u3woe
+uwo4ge
+uw1r
+uw3u
+uxa3
+u3ya
+4uz
+uze3t4
+uzie2
+^^fbt3s4
+1^^fc
+^^fc4b
+^^fc1n
+^^fc3ri
+^^fcs3l
+1v2
+2v.
+vaar4ta
+vaart5r
+va3de
+va3g4
+va2ki
+va4kl
+va2ko
+va2l3a
+val5m
+va3lo
+va4loe
+val5si
+val4s5p
+vals5tek
+valu5
+va2n
+van3ac
+vand4
+vang3a
+van4gr
+va3no
+va4noc
+va1p
+va3re
+va5se
+va3s4o
+vast3r
+va3su
+va3te
+va2t3h
+vat5j
+va3z
+v4b
+4v3c
+v4e
+3ve.
+5veb
+vee4l
+veel5e
+vee3p4
+vees4
+ve3g4h
+vei3s4
+vei5tj
+3vek
+5vel
+ve4l3a4g
+vel4d3o
+ve3le
+vel3k
+5vem
+vem4a
+ve4na
+ve5nare
+5vend
+ven5k
+ve2n3o
+2venr
+ven4s3e
+ven4sl
+vens5lan
+vens5lo
+ven4sp
+vens5taak
+vens5take
+vens5tek
+ven4s3u4
+ve2r
+ver1a
+ver5aas
+ve4rad
+vera4g
+ve4rand
+ver5do
+ve3rec
+ver3ed
+ve3reg
+ve3rei
+ver5eis
+ve5ren.
+ve5rend
+ver3e4t
+ver5ijd
+ver5ijl
+ver5ijs
+ve5ring
+ver5k4
+ver3o
+ve3rom
+vero5v
+ver5p
+ver5spe
+ver5sta
+ver5sto
+ver5tw
+ver1u
+ve3ry
+ve2s3
+ves5ti
+ve2tj
+ve2to4
+vet3og
+vet3oo
+ve3tor
+ve2t3r
+vet4roe
+vet5ste
+5ve5z
+3vi
+4vicepa
+vid5st
+vie4r3a
+vie4s3
+vies5n
+vie4tj
+vi3eu
+vijf5
+vik4s
+vil4t3j
+ving4
+vings3
+vi3o
+vi5om
+vi4s3an
+vi1so
+vis5ot
+vis5p
+vi4st
+vis5tr
+vi1tr
+v3j
+vje4
+vjet1
+3vl
+v3lar
+vlei3s4
+vlie4s5
+vlot5s
+v3lov
+5vo.
+3voe
+voe4t3a
+voe4t3r
+voet5sp
+3vog
+voge4
+3voi
+vo2le
+vol4g3a
+vol4gra
+vo2li
+vol3ij
+vol5p
+von4det
+vond5u
+3voo
+voo5d
+vooi5t
+voorn4
+voor5na
+vo3ra
+vorm3a
+vors5te.
+vor5sten
+vos3
+3vot
+vot3j
+3vou
+vous5
+3v4r2
+vrei5
+vrie4s
+vrij5k4
+vrijs4
+vrij5ste
+v3t
+vues4
+vu2l
+vul5p
+vuur5s
+vy3
+2w.
+waad3
+w2aar
+waar5e
+waar5ste
+wa4b3
+wa2ba
+wa5bl
+w2ad
+wa3dr
+w4ag
+wa2la
+wa3lan
+4wam
+wan4d5r
+wan4gr
+wang5sl
+wa2n1o
+wan3s4
+3wap
+w4ar
+w5arc
+5ward
+war4st
+wars5te
+wart3j
+war4to
+wa2si
+wa4s5l
+wa4s5p
+was5tr
+1wate
+wat5j
+wa3tr
+3way
+2wb
+w1c
+2w1d
+w4doo
+wd3oom
+we2a
+2we2c
+3wed
+wede4
+we2d3i
+we4d3r
+wee4ki
+wee4k3r
+wee3lo
+wee3s4t
+wee5ste
+3weg
+we4g1a
+we4gerv
+weg3l
+we2g3o
+we4g5r
+wei3s
+wei5tj
+we4k3r
+we4le2
+4welem
+we3li
+we2lo
+wel3s
+we2m
+wem3a
+we3me
+we2n
+wena4
+wen3ad
+we3ne4
+we4nem
+we5nen.
+wen5enk
+we3ni
+wen4k3a
+wen3o
+wen5to
+wer2f
+4werg
+wer4ka
+wer4k5l
+wer4kn
+wer4k3o
+wer4k3r
+werk5ru
+wer4k3u4
+wer4k3w
+wer4p3a
+wer4p3l
+wer4pr
+wer4s
+wer5ste
+we2s3
+we3spo
+wes4t5o
+3wet.
+we2th
+we2t3j
+wet4st
+we2t3u
+2wex
+wezen4s5
+2w1f
+w1g
+w1h
+wie4la
+wie4t
+w4ij
+3wijd
+wij4ka
+wij4s
+wijs3l
+wijs3p
+wijs5ta
+wi4k
+3wil
+wind3a
+win4d3r
+w4ing
+2winr
+win2s
+winst5aa
+winst5r
+wi4t3h
+wit3j
+wi2t3o4
+wit3r
+w1j
+2w1k
+2w1l
+4w1m
+2wn
+wn3ac
+w3ne
+w3ni
+w3no
+w3ob
+w2oe
+woes3
+woest5a
+wo4l
+wol3a
+wolf4s5
+woon5sf
+woor4d5r
+wor4g3e
+w1p
+wren4st
+wrens5te.
+2ws
+ws3a2
+w3sc
+w1sl
+w2s3le
+w3som
+w3sp
+ws2pl
+w4spr
+w5spra
+w1s4t
+w4stij
+2wt
+wtes3
+wtje5sp
+w1to
+w1tr
+wu2
+wva2
+w1w
+xaf4
+xa3g
+xamen5t
+xan3
+xan5t
+x1c
+x4e
+xen4d
+xe3ro
+x1f
+x1h
+xie4t
+xi3g
+xi5o
+xi3sta
+xi3sto
+xi4t3i
+x3l
+x1m
+xo3no
+x4op
+xo3s4
+x1p
+xpre2
+xpres5
+x3r
+x3so
+x3sp
+x1t
+x2tak
+xtie2
+x3w
+xy3
+y1a
+ya3s4
+ya4s5p
+y3at
+yba2l3
+yber4t3
+y1c
+ycho3
+y3co
+y1d4
+ydi3a
+y5dr
+ydro3
+y1e
+yes3
+y3^^e9s
+y3^^e8
+y1f
+y1g
+ygu2
+y1h
+y1i
+y4in
+y5is
+yksge4
+y3la
+yl3al
+y3le
+y4l3et
+y3lo
+ylo3l
+ym2f5l
+ym5pa
+y3na
+yn3er
+y3no
+yn1t
+y1o
+y3on
+y3os
+yo3t
+y1p
+y3p4h
+ypo3
+ypot4
+yp3s
+yp5si
+y1r
+y3r4e
+y5ri
+ys3
+y1s4a
+y3s4c
+y5s4e
+yse5t
+y3s4f
+y3s4h
+ys4i
+y3s4o
+y3s4p
+ys5pl
+ys4ta
+ys5tr
+y3sy
+y1t
+yt3hu
+yto3
+y2tof
+ytop4
+yu5a
+y3ui
+y3u2r
+yvari5
+y1w4
+1z
+4z.
+zaar5t
+za3f2
+zags4t
+za2k3a
+zak3r
+zan2d
+zand5a4
+zan3di
+zan4dr
+zang3s
+za3po
+za3s4
+4zb
+4zc
+4zd
+z4e
+zee3k
+zeel5d
+zee3r4o
+zeero5v
+zeer5s
+zee3s4
+ze5ge
+zeg4sl
+zei3sp
+ze5k
+zel5dr
+ze3lem
+zel2f1
+zel4so
+zen4d3a
+ze4nin
+zen5k
+zen3o4
+zen4og
+ze3non
+ze4r3a
+ze3ro
+zer2s
+zer4s5e
+ze4s3
+ze5sch
+zes5e
+zes5l
+ze5ste
+ze2t3a
+ze2t3h
+ze4ti
+ze2t3j
+ze2t3r
+zeve2
+zeven3
+4zf
+4zg
+2z3h
+z2i
+ziek3l
+zie4k3o
+ziek3w
+ziel4s
+zie5sl
+3zif
+zi2g5a
+zij5kl
+zij3po
+zij5s4
+zik2w
+zi4n3a4
+zings3
+zin4k3l
+zin4s
+zins3t
+zins5ta
+zin5str
+zi3o5
+zipi3
+zi4t
+zit3e
+zit3j
+zit3u4
+4z3k
+4z3l
+4zm
+zodi5
+zoet3j
+zoet5ste
+zo3f2
+zoi4
+zo5ie
+zo3la
+zome4
+zo2na
+zon3sf
+zon5ta
+zooi5tj
+zo1p
+zor4g3a
+zor4gl
+zor4gr
+zo2t
+zot3h
+zo3tr
+zo3v
+4z3p
+4z3r
+2zs
+4z5t
+zui4d3i
+zui4dr
+zus3
+2zv
+z4w
+zwets5te.
+5zy
+2z3z
+zz3in
+zz3or
+z4z5w
+#tr#1#Turkish Uncontracted#tr#Turkish
+#
+# liblouis: Turkish Braille Code (Grade 1)
+#
+#  Copyright (C) 2014, Greg Kearney, gkearney@gmail.com
+#  Copyright (C) 2014-2016 Arend Arends <arendarends@ziggo.nl>
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+
+# Taken from several examples by Greg Kearney (2014) for South African
+# languages with only slight modifications (additions) This is
+# unchanged after the LibLouis upgrade to version 3.0.0 (with only the
+# include file en-ueb-g1.ctb changed)
+
+# Based on English UEB Grade 1
+
+# Used to display symbols, Unicode chars and other symbols used
+# throughout UEB code.
+
+include en-ueb-g1.ctb
+
+# Turkish characters (added by Arend Arends)
+
+uplow \x00c2\x00e2 345		LATIN LETTER A WITH CIRCUMFLEX
+uplow \x00c7\x00e7 16		LATIN LETTER C WITH CEDILLA
+uplow \x00ce\x00ee 34		LATIN LETTER I WITH CIRCUMFLEX
+uplow \x00d6\x00f6 246		LATIN LETTER O WITH DIAERESIS
+uplow \x00db\x00fb 156		LATIN LETTER U WITH CIRCUMFLEX
+uplow \x00dc\x00fc 1256		LATIN LETTER U WITH DIAERESIS
+uplow \x011e\x011f 126		LATIN LETTER G WITH BREVE
+uplow \x015e\x015f 146		LATIN LETTER S WITH CEDILLA
+
+# special case, in basic latin capital i is dotless, in Turkish there
+# is a character i lower/upper case both with a dot and a character i
+# lower/upper case both without dot
+
+# this definition overwrites the previous definition
+uplow I\x0131 35		LATIN CAPITAL LETTER I/SMALL LETTER DOTLESS I
+uplow \x0130i 24		LATIN CAPITAL LETTER I WITH DOT/SMALL LETTER i
+# liblouis: Russian literary text translation table
+#
+#  Copyright (C) 2013 Igor B. Poretsky <poretsky@mlbox.ru>
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 3 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+
+# Display and character definitions:
+include ru-letters.dis
+include ru-chardefs.cti
+include en-chardefs.cti English character definitions
+
+# Braille indicators:
+numsign 3456  number sign, just a dots operand
+
+# Emphasis indication signs:
+emphclass italic
+emphclass underline
+emphclass bold
+begemphphrase italic 456
+endemphphrase italic after 456
+begemphphrase bold 34
+endemphphrase bold after 34
+
+# The decimal digits:
+include litdigits6Dots.uti
+
+# Punctuations:
+decpoint , 2
+prepunc " 236
+postpunc " 356
+postpunc ,\s 2
+postpunc ;\s 23
+hyphen - 36
+noback always . 256
+noback always , 2
+noback always ; 23
+noback always : 25
+noback always ? 26
+noback always ! 235
+noback always ' 3
+noback always ` 4
+
+# Special symbols:
+always @ 4-1
+always # 4-1345
+always $ 4-145
+always % 3456-245-356
+always ^ 56-26
+always & 6-12346
+noback always * 35
+noback always ( 126
+noback always ) 345
+always _ 6-25
+always [ 6-12356
+always ] 6-23456
+always { 46-126
+always } 46-345
+always \\ 4-16
+always | 456-3
+always ~ 5-26
+
+# mathematical symbols:
+noback always - 36
+always + 0-235
+always / 6-34
+always < 0-25-246-0
+always > 0-135-25-0
+always = 0-2356
+
+# Symbol classes for special rules below:
+class upperlatin ABCDEFGHIJKLMNOPQRSTUVWXYZ
+class lowerlatin abcdefghijklmnopqrstuvwxyz
+class uppercyrillic \x0401\x0410\x0411\x0412\x0413\x0414\x0415\x0416\x0417\x0418\x0419\x041A\x041B\x041C\x041D\x041E\x041F\x0420\x0421\x0422\x0423\x0424\x0425\x0426\x0427\x0428\x0429\x042A\x042B\x042C\x042D\x042E\x042F
+class lowercyrillic \x0430\x0431\x0432\x0433\x0434\x0435\x0436\x0437\x0438\x0439\x043A\x043B\x043C\x043D\x043E\x043F\x0440\x0441\x0442\x0443\x0444\x0445\x0446\x0447\x0448\x0449\x044A\x044B\x044C\x044D\x044E\x044F\x0451
+
+class latin ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz
+class cyrillic \x0401\x0410\x0411\x0412\x0413\x0414\x0415\x0416\x0417\x0418\x0419\x041A\x041B\x041C\x041D\x041E\x041F\x0420\x0421\x0422\x0423\x0424\x0425\x0426\x0427\x0428\x0429\x042A\x042B\x042C\x042D\x042E\x042F\x0430\x0431\x0432\x0433\x0434\x0435\x0436\x0437\x0438\x0439\x043A\x043B\x043C\x043D\x043E\x043F\x0440\x0441\x0442\x0443\x0444\x0445\x0446\x0447\x0448\x0449\x044A\x044B\x044C\x044D\x044E\x044F\x0451
+
+swapcd updigit 1234567890 1,12,14,145,15,124,1245,125,24,245
+
+swapdd uppertolower 17,127,147,1457,157,1247,12457,1257,247,2457,137,1237,1347,13457,1357,12347,123457,12357,2347,23457,1367,12367,24567,13467,134567,13567,179,1279,1479,14579,1579,12479,124579,12579,2479,24579,1379,12379,13479,134579,13579,123479,1234579,123579,23479,234579,13679,245679,134679,135679,1679,1234679,15679,1235679,234679,2345679,24679,125679,124679 1,12,14,145,15,124,1245,125,24,245,13,123,134,1345,135,1234,12345,1235,234,2345,136,1236,2456,1346,13456,1356,19,129,149,1459,159,1249,12459,1259,249,2459,139,1239,1349,13459,1359,12349,123459,12359,2349,23459,1369,24569,13469,13569,169,123469,1569,123569,23469,234569,2469,12569,12469
+
+# Adjust spacing around dashes according to the Russian braille rules.
+noback context `["-\s"] @36
+noback context [$s]"-"$s ?
+noback context [$d]"-" %updigit@0
+
+# Mark cyrillic letters immediately following digits.
+noback context [$d]%uppercyrillic %updigit@45#1=0
+noback context [$d]%lowercyrillic %updigit@5#1=0
+
+# Mark lowercase latin letters where it is required.
+noback context !#1=0[]%cyrillic #1=0
+noback context #1=1[$d]%lowerlatin %updigit@6
+noback context !#1=1[]%lowerlatin #1=1@6
+noback context !#1=1[]%upperlatin #1=1
+
+# Make space before text following number with punctuation.
+noback context [$d","]$l %updigit@2-0
+noback context [$d",\s"]$l %updigit@2-0
+noback context [$d";"]$l %updigit@23-0
+noback context [$d";\s"]$l %updigit@23-0
+
+# Mark cyrillic letters immediately following latins.
+noback pass2 %lowerlatin[]%uppercyrillic @45#1=0
+noback pass2 %lowerlatin[]%lowercyrillic @5#1=0
+noback pass2 #1=1[]%uppercyrillic @45#1=0
+noback pass2 #1=1[]%lowercyrillic @5#1=0
+
+# Mark uppercase latin letters where it is appropriate.
+noback pass2 !%upperlatin *#1=0
+noback pass2 !#1=1[]%upperlatin #1=1@46
+
+# Format dialogs and direct speech according to the Russian braille tradition.
+noback pass3 `@36 *#1=1
+noback pass3 @236 *#1=1
+noback pass3 @356 *#1=0
+noback pass3 #1=1@2@36@0 *#1=2
+noback pass3 #1=1@26@36@0 *#1=2
+noback pass3 #1=1@235@36@0 *#1=2
+noback pass3 #1=2@2[@36@0] @0-36
+noback pass3 #1=2@256[@36@0] @0-36
+
+# Remove dot 7 from uppercase letters
+noback pass4 %uppertolower %uppertolower
+# liblouis: Korean Grade 2 (Contracted, 2006 edition)
+#
+# -----------
+#-index-name: Korean, contracted, 2006
+#-display-name: Korean contracted braille (2006 standard)
+#
+#+locale:ko
+#+type:literary
+#+contraction:full
+#+grade:2
+#+version:2006
+#
+# TODO: Please correct the metadata above. It is not meant to be
+# accurate nor complete. It hasn't been verified by the table
+# author yet. It is merely an attempt by the liblouis maintainers
+# to get some sensible initial values in place.
+#
+# TODO: Please add a reference to official documentation about
+# the implemented braille code. Preferably submit the documents
+# to https://github.com/liblouis/braille-specs.
+# -----------
+#
+# Based on the braille contraction table in BRLTTY
+#
+#  Copyright (C) 1995-2012 by The BRLTTY Team.
+#  Copyright (C) 2012 by Samuel Thibault <samuel.thibault@ens-lyon.org>
+#  Copyright (C) 2012 by Mesar Hameed <mhameed@src.gnome.org>
+#  Copyright (C) 2014 by Joseph Lee <joseph.lee22590@gmail.com>
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+
+#Same as ko-g2.ctb except it includes ko-2006 dictionary.
+# FIXME: both ko.cti and ko-g2-rules.cti define the emphasis classes italic, underline and bold
+include ko-2006.cti
+include ko-g2-rules.cti
+
+#-index-name: Pali
+#-display-name: Pali braille
+
+#+locale:pi
+#+type:literary
+
+# TODO: Please correct the metadata above. It is not meant to be
+# accurate nor complete. It hasn't been verified by the table
+# author yet. It is merely an attempt by the liblouis maintainers
+# to get some sensible initial values in place.
+
+# TODO: Please add a reference to official documentation about
+# the implemented braille code. Preferably submit the documents
+# to https://github.com/liblouis/braille-specs.
+
+include pi.ctb
+include braille-patterns.cti
+#-index-name: Gondi
+#-display-name: Gondi braille
+
+#+locale:gon
+#+type:literary
+
+# TODO: Please correct the metadata above. It is not meant to be
+# accurate nor complete. It hasn't been verified by the table
+# author yet. It is merely an attempt by the liblouis maintainers
+# to get some sensible initial values in place.
+
+# TODO: Please add a reference to official documentation about
+# the implemented braille code. Preferably submit the documents
+# to https://github.com/liblouis/braille-specs.
+
+include gon.ctb
+include braille-patterns.cti
+#
+#  Copyright (C) 2011 by Peter Engström <peter.engstrom@indexbraille.com>
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+#
+# -----------------------------------------------------------------------------
+#
+# 	SORANI (KURDISH)
+#	================
+# 	Author:		Peter Engström
+# 	Company:	Index Braille
+#
+# 	Date: 		Note:
+#	2011-02-08	Renamed _translation_ar-g1.ctb and changed first line to access this file.
+#				Peter Engström, Index Braille.
+#	2011-03-15	Updated by Peter Engström
+#
+# ---------------------------------------------------------------------------------------
+
+always \x0644\x0627 123-1					#[Peter Engström 2011-02-08]
+always \x0640\x0640\x0640\x064F 136
+always \x0640\x0640\x0640\x064B 23
+always \x0640\x0640\x0640\x064C 26
+
+
+include countries.cti
+#undefined 123456
+
+# Braille indicators
+numsign 3456  number sign, just a dots operand
+multind 56-6 letsign capsletter
+capsletter 6
+begcapsword 6-6
+endcapsword 6-3
+emphclass italic
+emphclass underline
+emphclass bold
+begemph italic 46
+endemph italic 46-46
+begemph bold 456
+endemph bold 456-456
+begcomp 456-346
+endcomp 456-156
+
+# the decimal digits
+include litdigits6Dots.uti
+
+# Letters are defined in en-chardefs
+# punctuation
+
+prepunc ) 356
+postpunc ( 236
+
+prepunc " 236	#[Peter Engström 2011-03-15]
+postpunc " 236	#[Peter Engström 2011-03-15]
+
+prepunc ' 3		#[Peter Engström 2011-03-15]
+postpunc ' 3	#[Peter Engström 2011-03-15]
+word 'em = 
+word 'tis =
+word 'twas =
+begnum # 3456 print number sign before number #[Peter Engström 2011-03-15]
+midnum , 46
+postpunc , 46
+decpoint . 46
+midnum - 36
+hyphen - 36
+#capsnocont
+postpunc . 256
+postpunc ; 5		#[Peter Engström 2011-03-15]
+midnum : 5-2		#[Peter Engström 2011-03-15]
+postpunc : 5-2		#[Peter Engström 2011-03-15]
+postpunc ! 235
+midnum / 34
+noback always / 34
+#always < 0-135-0	#[Peter Engström 2011-03-15]
+# always > 0-246-0
+postpunc ? 1456		#[Peter Engström 2011-03-15]
+endnum % 1234		#[Peter Engström 2011-03-15]
+midnum ^ 346		#[Peter Engström 2011-03-15]
+noback always ^ 45			#[Peter Engström 2011-03-15]
+noback always ~ 45
+noback always & 12346		#[Peter Engström 2011-03-15]
+midnum * 16			#[Peter Engström 2011-03-15]
+noback always * 16			#[Peter Engström 2011-03-15]
+noback always [ 13456		#[Peter Engström 2011-03-15]
+noback always ] 12346		#[Peter Engström 2011-03-15]
+noback always { 135		#[Peter Engström 2011-03-15]
+noback always } 246		#[Peter Engström 2011-03-15]
+prepunc ` 6-236
+noback always @ 4
+always \\ 1256		#[Peter Engström 2011-03-15]
+noback always | 1245
+always ... 3-3-3
+always .\s.\s. 3-3-3 . . .
+noback always $ 1246		#[Peter Engström 2011-03-15]
+
+# special character sequences
+compbrl :// URLs
+compbrl www.
+compbrl .com
+compbrl .edu
+compbrl .gov
+compbrl .mil
+compbrl .net
+compbrl .org
+compbrl .doc
+compbrl .htm
+compbrl .html
+compbrl .tex
+compbrl .txt
+compbrl .gif
+compbrl .jpg
+compbrl .png
+compbrl .wav
+compbrl .tar
+compbrl .zip
+# ----------------------------------------------------------------------------------------------
+#  odt2braille - Braille authoring in OpenOffice.org.
+#  Copyright (c) 2010 by DocArch <http://www.docarch.be>.
+# ----------------------------------------------------------------------------------------------
+#
+#  Catalan Braille
+#     Created and maintained by Bert Frees <bertfrees@gmail.com>
+#	  with the assistance of Carles Sadurní Anguita <http://www.transcriptor.net/>
+#
+# ----------------------------------------------------------------------------------------------
+
+include ca-chardefs.cti
+
+# ---------------------------------------
+# Digits
+# ---------------------------------------
+
+include litdigits6Dots.uti
+
+# ---------------------------------------
+# Braille indicator opcodes
+# ---------------------------------------
+
+numsign 3456
+capsletter 46
+begcapsword 46-46
+
+# ----------------------------------------------------------------------------------------------
+# liblouis: Czech 8-dot Computer Braille Table
+
+#-index-name: Czech, computer
+#-display-name: Czech computer braille
+#
+#+locale:cs
+#+type:computer
+#+grade:0
+#+dots:8
+#
+#  Copyright (C) 2011, 2018 Jan Hegr <hegrjan@gmail.com>
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+
+# Based on the official Czech Braille Standard and Czech8.bwe (Window-Eyes Braille table)
+# Implements basic math symbols described at:
+# http://teiresias.muni.cz/czbraille8/?strana=norma
+
+include digits8Dots.uti
+include cs-letterDef8Dots.uti
+
+sign \x0000 9
+sign \x0001 178
+sign \x0002 1278
+sign \x0003 1478
+sign \x0004 14578
+sign \x0005 1578
+sign \x0006 12478
+sign \x0007 124578
+sign \x0008 12578
+space \t 9 # tab
+sign \x000a 24578
+sign \x000b 1378
+sign \x000c 134568
+space \n 13478
+sign \x000e 134578
+sign \x000f 13578
+sign \x0010 123478
+sign \x0011 1234578
+sign \x0012 123578
+sign \x0013 23478
+sign \x0014 234578
+sign \x0015 13678
+sign \x0016 123678
+sign \x0017 245678
+sign \x0018 134678
+sign \x0019 1345678
+sign \x001a 135678
+sign \x001b 24678
+sign \x001c 125678
+sign \x001d 1245678
+sign \x001e 4578
+sign \x001f 45678
+space \s 0
+punctuation ! 235
+punctuation " 2356
+sign # 34567
+sign $ 2358
+sign % 12348
+sign & 23578
+punctuation ' 4
+punctuation ( 236
+punctuation ) 356
+sign * 35
+math + 256
+punctuation , 2
+punctuation - 36
+punctuation . 3
+math / 12456
+punctuation : 25
+punctuation ; 23
+math < 238
+math = 235678
+math > 567
+punctuation ? 26
+sign @ 124568
+punctuation [ 2367
+sign \\ 2368
+punctuation ] 3568
+sign ^ 457
+sign _ 367
+sign ` 478
+punctuation { 23678
+sign | 4568
+punctuation } 35678
+math ~ 57
+sign \x007f 37
+space \x00a0 a # Non-breaking space
+sign \x00a4 24578
+sign \x00a6 4568
+sign \x00a7 3468
+sign \x00a8 56
+sign \x00a9 1478
+sign \x00ab 348
+math \x00ac 568 # not
+sign \x00ad 368
+sign \x00ae 145678
+sign \x00b0 2348
+math \x00b1 256-36 # plus-minus
+sign \x00b4 3456
+sign \x00b5 45-134
+sign \x00b6 12345678
+sign \x00b7 6
+sign \x00b8 7
+sign \x00bb 467
+sign \x00c2 134678
+sign \x00c4 34578
+sign \x00c7 5678
+sign \x00cb 14578
+sign \x00ce 245678
+uplow \x00d4\x00f4 12678,1268 # o with circumflex
+sign \x00d6 24678
+math \x00d7 3 # times
+sign \x00dc 125678
+sign \x00df 1278
+sign \x00e2 135678
+sign \x00e4 3458
+sign \x00e7 568
+sign \x00eb 15678
+sign \x00ee 24568
+sign \x00f6 2468
+math \x00f7 25 # division
+sign \x00fc 12568
+sign \x0102 124578
+sign \x0103 124568
+sign \x0104 12478
+sign \x0105 12578
+sign \x0106 14678
+sign \x0107 1468
+sign \x0110 2357
+sign \x0111 2378
+sign \x0118 4567
+sign \x0119 4578
+uplow \x0139\x013a 4678,468 # l with acute
+sign \x013a 468
+uplow \x013d\x013e 1378,138 # l with caron
+sign \x0141 2567
+sign \x0142 2568
+sign \x0143 134578
+sign \x0144 13458
+sign \x0150 13578
+sign \x0151 13568
+uplow \x0154\x0155 123578,12358 # r with acute
+sign \x015a 124678
+sign \x015b 123458
+sign \x015e 23478
+sign \x015f 23458
+sign \x0162 234578
+sign \x0163 234568
+sign \x0170 13478
+sign \x0171 13678
+sign \x0179 3478
+sign \x017a 3578
+sign \x017b 123478
+sign \x017c 123468
+sign \x02c7 178
+sign \x02d8 1578
+sign \x02d9 5
+sign \x02db 45678
+sign \x02dd 23568
+letter \x0391 45-17 # Alpha
+letter \x0392 45-127 # Beta
+letter \x0393 45-12457 # Gama
+letter \x0394 45-1457 # Delta
+letter \x0395 45-157 # Epsilon
+letter \x0396 45-13567 # Zeta
+letter \x0397 45-3457 # Eta
+letter \x0398 45-1257 # Theta
+letter \x0399 45-247 # Iota
+letter \x039a 45-137 # Kappa
+letter \x039b 45-1237 # Lambda
+letter \x039c 45-1347 # Mu
+letter \x039d 45-13457 # Nu
+letter \x039e 45-13467 # Xi
+letter \x039f 45-135 # Omicron
+letter \x03a0 45-12347 # Pi
+letter \x03a1 45-12357 # Rho
+letter \x03a3 45-2347 # Sigma
+letter \x03a4 45-23457 # Tau
+letter \x03a5 45-134567 # Upsilon
+letter \x03a6 45-1247 # Phi
+letter \x03a7 45-147 # Chi
+letter \x03a8 45-123467 # Psi
+letter \x03a9 45-24567 # Omega
+letter \x03b1 45-1 # alpha
+letter \x03b2 45-12 # beta
+letter \x03b3 45-1245 # gama
+letter \x03b4 45-145 # delta
+letter \x03b5 45-15 # epsilon
+letter \x03b6 45-1356 # zeta
+letter \x03b7 45-345 # eta
+letter \x03b8 45-125 # theta
+letter \x03b9 45-24 # iota
+letter \x03ba 45-13 # kappa
+letter \x03bb 45-123 # lambda
+letter \x03bc 45-134 # mu
+letter \x03bd 45-1345 # nu
+letter \x03be 45-1346 # xi
+letter \x03bf 45-135 # omicron
+letter \x03c0 45-1234 # pi
+letter \x03c1 45-1235 # rho
+letter \x03c3 45-234 # sigma
+letter \x03c4 45-2345 # tau
+letter \x03c5 45-13456 # upsilon
+letter \x03c6 45-124 # phi
+letter \x03c7 45-14 # chi
+letter \x03c8 45-12346 # psi
+letter \x03c9 45-2456 # omega
+sign \x2010 36 # hyphen
+sign \x2011 36 # non-breaking hyphen
+sign \x2012 36 # dash
+sign \x2013 36 # dash
+sign \x2014 36 # dash
+sign \x2018 45
+sign \x2019 46
+sign \x201a 68
+sign \x201c 2356
+sign \x201d 2356
+sign \x201e 378
+sign \x2020 14568
+sign \x2021 1234567
+sign \x2022 58
+sign \x2026 67
+sign \x2030 12358 # per mille
+sign \x2030 1345678
+sign \x2039 278
+sign \x203a 578
+math \x2044 12456 # fraction slash
+sign \x20ac 234568 # euro sign
+sign \x20ae 358
+sign \x2122 123456
+sign \x2126 45-24567 # Ohm
+sign \x2135 178 # alef symbol
+sign \x2190 258 # left arrow
+sign \x2191 67 # up arrow
+sign \x2192 267 # right arrow
+sign \x2193 38 # down arrow
+sign \x2194 358-267 # left-right arrow
+math \x2200 12368 # for all
+math \x2201 56-147 # complement
+math \x2203 1348 # there exists
+math \x2204 48-1348 # there doesn't exist
+math \x2205 13568 # empty set
+sign \x2207 24568 # nabla
+math \x2208 1578 # element of
+math \x2209 48-1578 # not an element of
+math \x2212 36 # minus sign
+math \x2213 36-256 # minus or plus
+math \x2215 12456 # division slash
+math \x2216 56-36 # set minus
+math \x2217 35 # asterisk operator
+math \x221a 258 # square root
+math \x221d 2345678 # proportional to
+math \x221e 13458 # infinity
+math \x2220 2468 # angle
+math \x2223 4568 # divides
+math \x2225 12345678 # parallel
+math \x2226 48-12345678 # not parallel
+math \x2227 678 # logical and
+math \x2228 368 # logical or
+math \x2229 56-256 # intersection
+math \x222a 56-356 # union
+math \x222b 3578 # integral
+math \x2245 1235678 # approximately equal to
+math \x224d 58-235678 # equivalent to
+math \x2258 46-235678 # corresponds to
+math \x2260 48-235678 # not equal to
+math \x2264 238-235678 # less-than or equal to
+math \x2265 567-235678 # greater-than or equal to
+math \x226a 238-238 # much less-than
+math \x226b 567-567 # much greater-than
+math \x227a 46-238 # precedes
+math \x227b 46-567 # succeeds
+math \x2282 56-23578 # subset of
+math \x2284 48-56-23578 # not a subset of
+math \x2286 56-23578-235678 # subset of or equal to
+math \x2288 48-56-23578-235678 # neither a subset of nor equal to
+math \x22a8 23457 # true
+math \x22ad 1247 # not true
+math \x22bb 46-678 # xor
+math \x22c5 3 # dot operator
+math \x2312 46-2468 # arc
+math \x2329 138 # left angle bracket
+math \x232a 467 # right angle bracket
+sign \x2554 4
+sign \x2557 45
+sign \x255a 6
+sign \x255d 56
+sign \x255f 23
+sign \x2562 56
+sign \x25cf 35 # black circle
+math \x2715 578 # multiplication x
+math \x27c2 34568 # perpendicular
+math \x2a2f 578 # vector or cross product
+
+undefined 26
+
+include braille-patterns.cti
+#liblouis Irish Grade 2 Contracted  Braille code
+# Version: INBAF May 2019
+#  Copyright (C) 2019 Ronan McGuirk, <ronan.p.mcguirk@gmail.com>.
+#
+#-display-name: Irish contracted braille
+#
+#+locale:ga
+#+type:literary
+#+contraction:full
+#+grade:2
+#+system:INBAF
+#
+# Updated Irish Braille (UIB) version 2019 by INBAF (ratified May 27 2019):
+# http://liblouis.org/braille-specs/irish/#updated-irish-braille-2019
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+
+# www.inbaf.ie Irish Grade 2 Braille  Version 2.0 June 2019
+
+# Maintained by Ronan McGuirk, <ronan.p.mcguirk@gmail.com>
+
+include ga-g1.utb
+ contraction c
+contraction e
+contraction f
+contraction g
+contraction h
+contraction l
+contraction o
+contraction p
+contraction r
+contraction u
+contraction v
+contraction agn
+contraction st
+contraction bh
+contraction ch
+contraction dh
+contraction fh
+contraction gh
+contraction mh
+contraction ph
+contraction sh
+contraction th
+contraction tht
+contraction mb
+contraction bhm
+contraction gc
+contraction chmar
+contraction nd
+contraction ng
+contraction ghmar
+contraction lm
+contraction nr
+contraction bp
+contraction rmar
+contraction tt
+contraction dt
+contraction thmar
+contraction brl
+
+contraction C
+contraction E
+contraction F
+contraction G
+contraction H
+contraction L
+contraction P
+contraction R
+contraction U
+contraction V
+contraction BH
+contraction CH
+contraction DH
+contraction FH
+contraction GH
+contraction MH
+contraction PH
+contraction SH
+contraction TH
+contraction MB
+contraction BHM
+contraction GC
+contraction CHMAR
+contraction ND
+contraction NG
+contraction GHMAR
+contraction LM
+contraction NR
+contraction BP
+contraction RMAR
+contraction TT
+contraction DT
+contraction THMAR
+contraction BRL
+
+
+
+always ar 	345
+always ch 	16
+begword con 25
+begword dis 256
+midword ea 2
+midendword ear 15-345 
+always ed 1246
+always er 12456
+always en	26
+always gh 	126
+always in 	35
+midendword ing 	346
+always ou 1256
+always ow 246
+always sh 	146
+always st 	34
+always th 	1456
+always wh 156
+# Words
+
+word againn 1-1245-1345
+word bíonn 12
+word cathain 14
+word déanamh 145
+word eile 15
+word féidir 124
+word gach 1245
+word halla 125
+word leis 123
+word maith 134
+word nuair 1345
+word oíche 135
+word píosa 1234
+word raibh 1235
+word agus 234
+word staighre 34
+word tabhair 2345
+word thabhairt 1456-2345
+word uaireanta 136
+word véarsa 1236
+word bhíonn 12-125
+word chuaigh 16
+word dhéanamh 145-125
+word fhéidir 124-125
+word gheobhaidh 126
+word mhaith 134-125
+word phíosa 1234-125
+word shampla 146
+word tháinig 1456
+word mbíonn 134-12
+word bhíomar 12-125-134
+word gcathain 1245-14
+word chuamar 16-134-345
+word ndéanamh 1345-145
+word ngach 1345-1245
+word gheobhamar 126-134-345
+word liom  123-134
+word níor 1345-1235
+word bpíosa 12-1234
+word rabhamar 1235-134-345
+word tabhairt 2345-2345
+word dtabhairt 145-2345
+word thángamar 1456-134-345
+word braille 12-1235-123
+
+ 
+# exceptions where contractions are not to be used 
+begword aingh 1-35-126
+always liaingh 123-24-1-35-126
+begword coing 14-135-35-1245
+always cráing 14-1235-12346-35-1245
+always éacs 	123456-1-14-234
+always téacs 2345-123456-1-14-234
+always féing 124-123456-35-1245
+always féingh 124-123456-35-126
+always saing 234-1-35-1245
+begword uaingh 136-1-35-126
+always cearting 14-15-345-2345-35-1245 
+always chearting 16-15-345-2345-35-1245 
+always cluastuisc 14-123-136-1-234-2345-136-24-234-14
+begword chluastuisc 16-123-136-1-234-2345-136-24-234-14
+always crostagairt 14-1235-135-234-2345-1-1245-1-24-1235-2345
+begword chrostagairt 16-1235-135-234-2345-1-1245-1-24-1235-2345
+begword físt 124-12356-234-2345
+begword fhíst 124-125-12356-234-2345
+begword bhfíst 12-125-124-12356-234-2345
+begword íost 12356-135-234-2345
+begword luast 123-136-1-234-2345
+begword spástaist 234-1234-12346-234-2345-1-24-34
+always tinedh 2345-35-15-145-125
+begword trast 2345-1235-1-234-2345
+begword dtrast 145-2345-1235-1-234-2345
+begword thrast 1456-1235-1-234-2345
+begword uast 136-1-234-2345
+begword uisce 136-24-234-14-15
+always uisceadá 136-25-234-14-2-145-12346
+#
+# Copyright (C) 1995-2008 by The BRLTTY Developers.
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+
+# BRLTTY Text Table - Estonian
+#
+# Samuel Thibault <samuel.thibault@ens-lyon.org>
+# 
+# This table is based on the Unesco report on the progress of unification of
+# braille writing « L'ÉCRITURE BRAILLE DANS LE MONDE », by Sir Clutha
+# MACKENZIE: http://unesdoc.unesco.org/images/0013/001352/135251fo.pdf
+# The document is dated 1954, so this table may be quite outdated.
+
+# generated by ttbtest
+space \s 0		SPACE
+punctuation ! 235		EXCLAMATION MARK
+punctuation " 2356		QUOTATION MARK
+punctuation ' 3		APOSTROPHE
+punctuation ( 236		LEFT PARENTHESIS
+punctuation ) 356		RIGHT PARENTHESIS
+punctuation , 2		COMMA
+punctuation - 36		HYPHEN-MINUS
+punctuation . 256		FULL STOP
+include digits8Dots.uti
+punctuation : 25		COLON
+punctuation ; 23		SEMICOLON
+punctuation ? 236		QUESTION MARK
+uppercase A 17		LATIN CAPITAL LETTER A
+uppercase B 127		LATIN CAPITAL LETTER B
+uppercase C 147		LATIN CAPITAL LETTER C
+uppercase D 1457		LATIN CAPITAL LETTER D
+uppercase E 157		LATIN CAPITAL LETTER E
+uppercase F 1247		LATIN CAPITAL LETTER F
+uppercase G 12457		LATIN CAPITAL LETTER G
+uppercase H 1257		LATIN CAPITAL LETTER H
+uppercase I 247		LATIN CAPITAL LETTER I
+uppercase J 2457		LATIN CAPITAL LETTER J
+uppercase K 137		LATIN CAPITAL LETTER K
+uppercase L 1237		LATIN CAPITAL LETTER L
+uppercase M 1347		LATIN CAPITAL LETTER M
+uppercase N 13457		LATIN CAPITAL LETTER N
+uppercase O 1357		LATIN CAPITAL LETTER O
+uppercase P 12347		LATIN CAPITAL LETTER P
+uppercase Q 123457		LATIN CAPITAL LETTER Q
+uppercase R 12357		LATIN CAPITAL LETTER R
+uppercase S 2347		LATIN CAPITAL LETTER S
+uppercase T 23457		LATIN CAPITAL LETTER T
+uppercase U 1367		LATIN CAPITAL LETTER U
+uppercase V 12367		LATIN CAPITAL LETTER V
+uppercase W 24567		LATIN CAPITAL LETTER W
+uppercase X 13467		LATIN CAPITAL LETTER X
+uppercase Y 134567		LATIN CAPITAL LETTER Y
+uppercase Z 13567		LATIN CAPITAL LETTER Z
+lowercase a 1		LATIN SMALL LETTER A
+lowercase b 12		LATIN SMALL LETTER B
+lowercase c 14		LATIN SMALL LETTER C
+lowercase d 145		LATIN SMALL LETTER D
+lowercase e 15		LATIN SMALL LETTER E
+lowercase f 124		LATIN SMALL LETTER F
+lowercase g 1245		LATIN SMALL LETTER G
+lowercase h 125		LATIN SMALL LETTER H
+lowercase i 24		LATIN SMALL LETTER I
+lowercase j 245		LATIN SMALL LETTER J
+lowercase k 13		LATIN SMALL LETTER K
+lowercase l 123		LATIN SMALL LETTER L
+lowercase m 134		LATIN SMALL LETTER M
+lowercase n 1345		LATIN SMALL LETTER N
+lowercase o 135		LATIN SMALL LETTER O
+lowercase p 1234		LATIN SMALL LETTER P
+lowercase q 12345		LATIN SMALL LETTER Q
+lowercase r 1235		LATIN SMALL LETTER R
+lowercase s 234		LATIN SMALL LETTER S
+lowercase t 2345		LATIN SMALL LETTER T
+lowercase u 136		LATIN SMALL LETTER U
+lowercase v 1236		LATIN SMALL LETTER V
+lowercase w 2456		LATIN SMALL LETTER W
+lowercase x 1346		LATIN SMALL LETTER X
+lowercase y 13456		LATIN SMALL LETTER Y
+lowercase z 1356		LATIN SMALL LETTER Z
+punctuation \x00a0 0		NO-BREAK SPACE
+uppercase \x00c4 3457		LATIN CAPITAL LETTER A WITH DIAERESIS
+uppercase \x00d5 23467		LATIN CAPITAL LETTER O WITH TILDE
+uppercase \x00d6 2467		LATIN CAPITAL LETTER O WITH DIAERESIS
+uppercase \x00dc 12567		LATIN CAPITAL LETTER U WITH DIAERESIS
+lowercase \x00e4 345		LATIN SMALL LETTER A WITH DIAERESIS
+lowercase \x00f5 2346		LATIN SMALL LETTER O WITH TILDE
+lowercase \x00f6 246		LATIN SMALL LETTER O WITH DIAERESIS
+lowercase \x00fc 1256		LATIN SMALL LETTER U WITH DIAERESIS
+# liblouis: Danish, table for 8 dots grade 2 (forward and backward translation)
+#
+#  Copyright (C) 2014-2017, Bue Vester-Andersen <bue@vester-andersen.dk>
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+#
+#------------
+#
+# This  is the Danish table for 8 dots grade 2 (stor forkortelse).
+# Use this table for translation and back-translation of Danish 8 dots grade 2.
+#
+# Version: Bue Vester-Andersen, 160713
+
+### Table Metadata
+
+#-name: Dansk forkortet 8-punkt
+#-index-name: Danish, contracted, 8-dot
+#-display-name: Danish 8-dot contracted braille
+
+#+locale: da
+#+type: literary
+#+contraction: full
+#+grade: 2
+#+dots: 8
+#+direction: both
+
+#-has-nocross: yes
+
+# Display upcodes
+include da-dk-octobraille.dis
+
+### Character definitions ###
+
+sign \x0000 8 NULL
+sign \x0001 178 START OF HEADING
+sign \x0002 1278 START OF TEXT
+sign \x0003 1478 END OF TEXT
+sign \x0004 14578 END OF TRANSMISSION
+sign \x0005 24568 ENQUIRY
+sign \x0006 12478 ACKNOWLEDGE
+sign \x0007 124578 BELL
+sign \x0008 12578 BACKSPACE
+space \t 2478 CHARACTER TABULATION
+space \n 678 LINE FEED (LF)
+space \v 1368 LINE TABULATION
+space \f 12378 FORM FEED (FF)
+space \r 257 CARRIAGE RETURN (CR)
+sign \x000e 134578 SHIFT OUT
+sign \x000f 12358 SHIFT IN
+sign \x0010 123478 DATA LINK ESCAPE
+sign \x0011 1234578 DEVICE CONTROL ONE
+sign \x0012 13568 DEVICE CONTROL TWO
+sign \x0013 4578 DEVICE CONTROL THREE
+sign \x0014 268 DEVICE CONTROL FOUR
+sign \x0015 13678 NEGATIVE ACKNOWLEDGE
+sign \x0016 278 SYNCHRONOUS IDLE
+sign \x0017 3578 END OF TRANSMISSION BLOCK
+sign \x0018 78 CANCEL
+sign \x0019 68 END OF MEDIUM
+sign \x001a 135678 SUBSTITUTE
+sign \x001b 2678 ESCAPE
+sign \x001c 45678 INFORMATION SEPARATOR FOUR
+sign \x001d 12368 INFORMATION SEPARATOR THREE
+sign \x001e 1234678 INFORMATION SEPARATOR TWO
+sign \x001f 235678 INFORMATION SEPARATOR ONE
+space \s 0 SPACE
+punctuation ! 235 EXCLAMATION MARK
+punctuation " 2356 QUOTATION MARK
+punctuation # 34568 NUMBER SIGN
+sign $ 25678 DOLLAR SIGN
+math % 24578 PERCENT SIGN
+sign & 123468 AMPERSAND
+punctuation ' 4 APOSTROPHE
+punctuation ( 2368 LEFT PARENTHESIS
+punctuation ) 3568 RIGHT PARENTHESIS
+math + 2358 PLUS SIGN
+punctuation , 2 COMMA
+punctuation - 368 HYPHEN-MINUS
+punctuation . 3 FULL STOP
+punctuation / 348 SLASH
+include digits8Dots.uti
+punctuation : 25 COLON
+punctuation ; 23 SEMICOLON
+math < 358 LESS-THAN SIGN
+math = 23568 EQUALS SIGN
+math > 267 GREATER-THAN SIGN
+punctuation ? 26 QUESTION MARK
+sign @ 478 COMMERCIAL AT
+uplow Aa 17,1 LATIN LETTER A
+uplow Bb 127,12 LATIN LETTER B
+uplow Cc 147,14 LATIN LETTER C
+uplow Dd 1457,145 LATIN LETTER D
+uplow Ee 157,15 LATIN LETTER E
+uplow Ff 1247,124 LATIN LETTER F
+uplow Gg 12457,1245 LATIN LETTER G
+uplow Hh 1257,125 LATIN LETTER H
+uplow Ii 247,24 LATIN LETTER I
+uplow Jj 2457,245 LATIN LETTER J
+uplow Kk 137,13 LATIN LETTER K
+uplow Ll 1237,123 LATIN LETTER L
+uplow Mm 1347,134 LATIN LETTER M
+uplow Nn 13457,1345 LATIN LETTER N
+uplow Oo 1357,135 LATIN LETTER O
+uplow Pp 12347,1234 LATIN CAPITAL LETTER P
+uplow Rr 12357,1235 LATIN LETTER R
+uplow Ss 2347,234 LATIN LETTER S
+uplow Tt 23457,2345 LATIN LETTER T
+uplow Uu 1367,136 LATIN LETTER U
+uplow Vv 12367,1236 LATIN LETTER V
+uplow Yy 134567,13456 LATIN LETTER Y
+punctuation [ 23678 LEFT SQUARE BRACKET
+punctuation ] 35678 RIGHT SQUARE BRACKET
+punctuation ^ 12348 CIRCUMFLEX ACCENT
+punctuation _ 3678 LOW LINE
+punctuation ` 5 GRAVE ACCENT
+punctuation { 123678 LEFT CURLY BRACKET
+punctuation | 4568 VERTICAL LINE
+punctuation } 345678 RIGHT CURLY BRACKET
+punctuation ~ 467 TILDE
+sign \x007f 7 DELETE
+sign \x20AC 1578 #EURO SIGN (0x80)
+noback sign \x0080 1578 #EURO SIGN (0x80)
+sign \x0081 45 <control-0081>
+punctuation \x201A 457 #Low single quote (0x82)
+noback punctuation \x0082 457 #Low single quote (0x82)
+sign \x0192 58 #Flurihn (0x83)
+noback sign \x0083 58 #Flurihn (0x83)
+punctuation \x201E 2378 #Low quote (0x84)
+noback punctuation \x0084 2378 #Low quote (0x84)
+letter \x2020 2357 #Dagger (0x86
+noback letter \x0086 2357 #Dagger (0x86
+letter \x2021 23578 #Double dagger (0x87
+noback letter \x0087 23578 #Double dagger (0x87
+letter \x02c6 5678 #Modifier letter circumflex (0x88)
+noback letter \x0088 5678 #Modifier letter circumflex (0x88)
+math \x2030 245678 #permille sign (0x89)
+noback math \x0089 245678 #permille sign (0x89)
+uplow \x0160\x0161 23478,2348 #LATIN CAPITAL LETTER S WITH CARON (0x8a)
+noback uplow \x008a\x009a 23478,2348 #LATIN LETTER S WITH CARON (0x8a)
+punctuation \x2039 456 #SINGLE LEFT-POINTING ANGLE QUOTATION MARK (0x8b)
+noback punctuation \x008b 456 #SINGLE LEFT-POINTING ANGLE QUOTATION MARK (0x8b)
+uplow \x0152\x0153 13578,1358 #LATIN CAPITAL LIGATURE OE (0x8c)
+noback uplow \x008c\x009c 13578,1358 #LATIN LIGATURE OE (0x8c)
+sign \x008d 3567 REVERSE LINE FEED (not defined in cp1252)
+letter \x008f 27 SINGLE SHIFT THREE (not defined in cp1252)
+letter \x0090 357 DEVICE CONTROL STRING (not defined in cp1252)
+punctuation \x2018 47 #LEFT SINGLE QUOTATION MARK (0x91)
+noback punctuation \x0091 47 #LEFT SINGLE QUOTATION MARK (0x91)
+punctuation \x2019 48 #RIGHT SINGLE QUOTATION MARK (0x92)
+noback punctuation \x0092 48 #RIGHT SINGLE QUOTATION MARK (0x92)
+punctuation \x201c 237 #LEFT DOUBLE QUOTATION MARK (0x93)
+noback punctuation \x0093 237 #LEFT DOUBLE QUOTATION MARK (0x93)
+punctuation \x201d 568 #RIGHT DOUBLE QUOTATION MARK (0x94)
+noback punctuation \x0094 568 #RIGHT DOUBLE QUOTATION MARK (0x94)
+sign \x2022 37 #Bullit (0x95)
+noback sign \x0095 37 #Bullit (0x95)
+sign \x02DC 46 #SMALL TILDE (0x98)
+noback sign \x0098 46 #SMALL TILDE (0x98)
+sign \x2122 234578 #TRADE MARK SIGN (0x99)
+noback sign \x0099 234578 #TRADE MARK SIGN (0x99)
+punctuation \x203A 4567 #SINGLE RIGHT-POINTING ANGLE QUOTATION MARK (0x9b)
+noback punctuation \x009b 4567 #SINGLE RIGHT-POINTING ANGLE QUOTATION MARK (0x9b)
+letter \x009d 2567 OPERATING SYSTEM COMMAND
+uplow \x0178\x00ff 2345678,234568 #LATIN LETTER Y WITH DIAERESIS (0x9f)
+noback uppercase \x009f 2345678 #LATIN LETTER Y WITH DIAERESIS (0x9f)
+punctuation \x00a0 23458 NO-BREAK SPACE (0xa0)
+punctuation \x00a1 256 INVERTED EXCLAMATION MARK )0xa1)
+punctuation \x00a2 2578 CENT SIGN (0xa2)
+punctuation \x00a3 1238 POUND SIGN (0xa3)
+punctuation \x00a5 67 YEN SIGN (0xa5)
+punctuation \x00a6 3478 BROKEN BAR (0xa6)
+punctuation \x00a7 578 SECTION SIGN (0xa7)
+punctuation \x00a9 134678 COPYRIGHT SIGN (0xa9)
+letter \x00aa 234678 FEMININE ORDINAL INDICATOR (0xaa)
+punctuation \x00ab 57 LEFT-POINTING DOUBLE ANGLE QUOTATION MARK (0xab)
+letter \x00ad 378 SOFT HYPHEN (0xad)
+punctuation \x00ae 123578 REGISTERED SIGN (0xae)
+punctuation \x00af 23567 MACRON (0xaf)
+math \x00b1 123458 PLUS-MINUS SIGN
+punctuation \x00b2 238 SUPERSCRIPT TWO
+punctuation \x00b3 258 SUPERSCRIPT THREE
+punctuation \x00b4 468 ACUTE ACCENT
+punctuation \x00b6 1234568 PILCROW SIGN
+punctuation \x00b7 38 MIDDLE DOT
+punctuation \x00b8 4678 CEDILLA
+punctuation \x00b9 28 SUPERSCRIPT ONE
+letter \x00ba 12345678 MASCULINE ORDINAL INDICATOR
+punctuation \x00bb 567 RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK
+punctuation \x00bc 13458 VULGAR FRACTION ONE QUARTER
+punctuation \x00bd 458 VULGAR FRACTION ONE HALF
+uplow \x00c1\x00e1 1235678,123568 LATIN  LETTER A WITH ACUTE
+uplow \x00c2\x00e2 1678,168 LATIN  LETTER A WITH CIRCUMFLEX
+uplow \x00c3\x00e3 14678,1468 LATIN  LETTER A WITH TILDE
+uplow \x00c4\x00e4 34578,3458 LATIN  LETTER A WITH DIAERESIS
+uplow \x00c5\x00e5 167,16 LATIN LETTER A WITH RING ABOVE
+uplow \x00c6\x00e6 3457,345 LATIN LETTER AE
+uplow \x00cc\x00ec 15678,1568 LATIN  LETTER I WITH GRAVE
+uplow \x00cd\x00ed 12678,1268 LATIN  LETTER I WITH ACUTE
+uplow \x00d0\x00f0 1345678,134568 LATIN  LETTER ETH
+uplow \x00d1\x00f1 1245678,124568 LATIN  LETTER N WITH TILDE
+uplow \x00d2\x00f2 124678,12468 LATIN  LETTER O WITH GRAVE
+uplow \x00d3\x00f3 34678,3468 LATIN  LETTER O WITH ACUTE
+uplow \x00d5\x00f5 145678,14568 LATIN  LETTER O WITH TILDE
+uplow \x00d6\x00f6 24678,2468 LATIN  LETTER O WITH DIAERESIS
+math \x00d7 13468 MULTIPLICATION SIGN
+uplow \x00d8\x00f8 2467,246 LATIN LETTER O WITH STROKE
+uplow \x00da\x00fa 125678,12568 LATIN  LETTER U WITH ACUTE
+uplow \x00dd\x00fd 13478,1348 LATIN  LETTER Y WITH ACUTE (infinite?)
+uplow \x00de\x00fe 1378,138 LATIN  LETTER THORN
+lowercase \x00df 23468 LATIN SMALL LETTER SHARP S
+math \x00f7 2568 DIVISION SIGN
+
+# Character used for capslettersign
+# Resides in the "private use area", and shouldn't conflict with anything.
+sign \xf8ff f
+
+# Used as dash where dash should act as space.
+space \xf8fe ef
+
+#Unicode Braille patterns
+include braille-patterns.cti
+
+# characters that have letsign as part of their definition
+# (to be removed when the alwaysletsign opcode has been implemented).
+punctuation * 6-35 ASTERISK
+uplow Qq 6-123457,6-12345 LATIN LETTER Q
+uplow Ww 6-24567,6-2456 LATIN LETTER W
+uplow Xx 6-13467,6-1346 LATIN LETTER X
+uplow Zz 6-13567,6-1356 LATIN LETTER Z
+punctuation \\ 6-347 REVERSE SLASH
+punctuation \x2026 6-3-3-3 #Elipsis (0x85)
+noback punctuation \x0085 6-3-3-3 #Elipsis (0x85)
+uplow \x017d\x017e 6-3467,6-346 #LATIN  LETTER Z WITH CARON (0x8e)
+noback uplow \x008e\x009e 6-3467,6-346 #LATIN  LETTER Z WITH CARON (0x8e)
+letter \x2013 6-36 #EN DASH (0x96)
+noback sign \x0096 6-36 #EN DASH (0x96)
+letter \x2014 6-367 #Em DASH (0x97)
+noback sign \x0097 6-367 #Em DASH (0x97)
+punctuation \x00a4 6-2367 CURRENCY SIGN (0xa4)
+punctuation \x00a8 6-56 DIAERESIS (0xa8)
+punctuation \x00ac 6-34567 NOT SIGN (0xac)
+sign \x00b0 4-356 DEGREE SIGN (0xb0)
+sign \x00b5 6-236 MICRO SIGN
+punctuation \x00be 6-3456 VULGAR FRACTION THREE QUARTERS
+punctuation \x00bf 6-34 INVERTED QUESTION MARK
+uplow \x00c0\x00e0 6-123567,6-12356 LATIN  LETTER A WITH GRAVE
+uplow \x00c7\x00e7 6-123467,6-12346 LATIN  LETTER C WITH CEDILLA
+uplow \x00c8\x00e8 6-23467,6-2346 LATIN  LETTER E WITH GRAVE
+uplow \x00c9\x00e9 6-1234567,6-123456 LATIN  LETTER E WITH ACUTE
+uplow \x00ca\x00ea 6-1267,6-126 LATIN  LETTER E WITH CIRCUMFLEX
+uplow \x00cb\x00eb 6-12467,6-1246 LATIN  LETTER E WITH DIAERESIS
+uplow \x00ce\x00ee 6-1467,6-146 LATIN  LETTER I WITH CIRCUMFLEX
+uplow \x00cf\x00ef 6-124567,6-12456 LATIN  LETTER I WITH DIAERESIS
+uplow \x00d4\x00f4 6-14567,6-1456 LATIN  LETTER O WITH CIRCUMFLEX
+uplow \x00d9\x00f9 6-234567,6-23456 LATIN  LETTER U WITH GRAVE
+uplow \x00db\x00fb 6-1567,6-156 LATIN  LETTER U WITH CIRCUMFLEX
+uplow \x00dc\x00fc 6-12567,6-1256 LATIN  LETTER U WITH DIAERESIS
+
+# Misc letters from other character sets prefixed with dot 5
+# to be implemented
+
+### misc opcodes ###
+
+# Emphasis opcodes
+# Emphasis opcodes
+emphclass italic
+emphclass underline
+emphclass bold
+
+begemphphrase italic 56
+endemphphrase italic after 56
+begemphword italic 56
+endemphword italic 56
+
+begemphphrase bold 56
+endemphphrase bold after 56
+begemphword bold 56
+endemphword bold 56
+
+begemphphrase underline 56
+endemphphrase underline after 56
+begemphword underline 56
+endemphword underline 56
+
+# special symbols
+decpoint , 2
+hyphen - 368
+letsign 6
+noletsign IQWXZiqwxz
+noletsignbefore 1234567890
+
+capsletter f
+multind f-6 capsletter letsign
+multind 6-f letsign capsletter
+capsnocont
+
+# The Danish use of letsign differs somewhat from the LibLouis way.
+# In order to be sure that we are getting a letsign when we want one, we are sometimes getting an overlap.
+
+# Ensure that we have letsign between a digit and "st"
+# and nd after a digit is not contracted
+noback context _$d["st"]!$l @6-234-2345
+noback context _$d["st"]~ @6-234-2345
+noback context _$d["nd"]!$l @1345-145
+noback context _$d["nd"]~ @1345-145
+# The following lines are to ensure that we get a letsign between a digit and a single letter.
+noback context $d[]$l!$l @6
+noback context $d[]$l~ @6
+
+### Correct - Forward translation
+
+# Ensure that capsnocont does not stretch across dashes
+noback correct $U["-"] "\xf8fe"
+
+# Special characters that always need letsigns because they represent contractions
+always \x00a1 6-256 # inverted exclamationmark
+
+#Special sequences, urls emails and file names.
+nocont $
+nocont \\ # line cannot end with a backslash
+nocont @
+nocont ://
+nocont www
+nocont .com
+nocont .dk
+nocont .eu
+nocont .edu
+nocont .gov
+nocont .mil
+nocont .net
+nocont .org
+nocont .uk
+nocont .doc
+nocont .exe
+nocont .htm
+nocont .tex
+nocont .txt
+nocont .gif
+nocont .jpg
+nocont .png
+nocont .wav
+nocont .tar
+nocont .zip
+
+#Words
+word af 356
+word aldrig 1-35
+word aig =
+word alle 1-15
+begnum ae 6-1-15
+contraction ae
+word allerede 1-123-1235
+begnum alr 6-1-123-1235
+contraction alr
+word alligevel 1-123-1236
+begnum alv 6-1-123-1236
+contraction alv
+word altid 1-2345-145
+begnum atd 6-1-2345-145
+contraction atd
+word altså 1-16
+begnum aå 6-1-16
+contraction aå
+word at 1
+
+word blevet 12-2345
+begnum bt 6-12-2345
+contraction bt
+word blev 12-1236
+begnum bv 6-12-1236
+contraction bv
+word blive 12-3456
+word bve 12-1236-15
+word bliver 12
+
+word derefter 23456-1356
+word derst =
+word deres 256
+word derfor 23456-124
+word derf =
+word derigennem 23456-24-12456
+word derige 1456-1235-24-12456
+word dermed 23456-134
+word derm =
+word derned 23456-1246
+word derne =
+word derop 23456-135
+word dero =
+word derover 23456-1346
+word deror =
+word derpå 23456-1234
+word derp =
+word dersom 23456-234
+word ders =
+word dertil 23456-2345
+word dert =
+word derunder 23456-12345
+word derved 23456-1236
+word din 145-1345
+begnum dn 6-145-1345
+contraction dn
+word disse 145-234
+begnum ds 6-145-234
+contraction ds
+word dit 145-2345
+begnum dt 6-145-2345
+contraction dt
+word du 145
+
+word efter 1356
+word eller 15
+word endnu 15-136
+begnum eu 6-15-136
+contraction eu
+
+word fik 124-13
+begnum fk 6-124-13
+contraction fk
+word fordi 124-145
+begnum fd 6-124-145
+contraction fd
+word forskellige 124-123456-15
+word fske =
+word forskelligt 124-123456-2345
+word fskt =
+word forskellig 124-123456
+word fsk =
+word for 124
+word fra 235
+word første 124-1356-15
+word først 124-1356
+word før 246
+
+word ganske 1245-123456
+word gennem 12456
+word ge =
+word gik 1245-13
+begnum gk 6-1245-13
+contraction gk
+word gør 1245
+
+word ham 236
+word hans 13456-234
+begnum ys 6-13456-234
+contraction ys
+word han 13456
+word har 125
+word havde 125-1456
+word hde =
+word have 125-3456
+word hve =
+word helt 125-2345
+begnum ht 6-125-2345
+contraction ht
+word hendes 125-234
+begnum hs 6-125-234
+contraction hs
+word hende 125-145
+begnum hd 6-125-145
+contraction hd
+word hun 136
+word hvad 2456
+word hv =
+word hvis 2456-234
+word hvs =
+word hvordan 34-1
+word hvora 34-6-1
+word hvorefter 34-1356
+word hvorst 34-234-2345
+word hvorfor 34-124
+word hvorf 34-6-124
+word hvorigennem 34-24-12456
+word hvorledes 34-15
+word hvore 34-6-15
+word hvormed 34-134
+word hvorm 34-6-134
+word hvornår 34-1345
+word hvorn 34-6-1345
+word hvorover 34-1346
+word hvoror 34-135-1235
+word hvorpå 34-1234
+word hvorp 34-6-1234
+word hvortil 34-2345
+word hvort 34-6-2345
+word hvorunder 34-12345
+word hvornd 34-1345-145
+word hvorved 34-1236
+word hvorv 34-6-1236
+word hvor 34
+
+word igennem 24-12456
+word ige =
+word igen 35
+word ig =
+word ikke 24-13
+begnum ik 6-24-13
+contraction ik
+word imidlertid 24-24
+begnum ii 6-24-24
+contraction ii
+
+word jeg 245
+
+word kan 13
+word kommer 13-156
+word ker =
+word kommet 13-346
+word ket =
+word komme 13-146
+word kme =
+word kom 13-134
+begnum km 6-13-134
+contraction km
+word kunne 13-1246
+word kne =
+
+word ligesom 123-234
+begnum ls 6-123-234
+contraction ls
+word lige 123
+word lille 123-123
+begnum ll 6-123-123
+contraction ll
+
+word mange 134-12456
+word mge =
+word med 134
+word megen 146-126
+word meen =
+word meget 146-346
+word meet =
+word mellem 146-134
+word mem =
+word men 146
+word me =
+word min 134-1345
+begnum mn 6-134-1345
+contraction mn
+word mit 134-2345
+begnum mt 6-145-2345
+contraction mt
+word måske 134-123456
+word msk =
+word måtte 134-1256
+word mte =
+
+word naturligvis 1345-2345-1236
+begnum ntv 6-1345-2345-1236
+contraction ntv
+word nd =
+word ned 1246
+word ne =
+word nogen 1345-1345
+begnum nn 6-1345-1345
+contraction nn
+word noget 1345-2345
+begnum nt 6-1345-2345
+contraction nt
+word nogle 1345-123-15
+begnum nle 6-1345-123-15
+contraction nle
+word når 1345
+
+word også 14-16
+begnum cå 6-14-16
+contraction cå
+word og 14
+word omkring 135-134-13
+begnum omk 6-135-134-13
+contraction omk
+word op 135
+word or =
+word over 1346
+
+word på 1234
+
+word ret 12356
+word re 1235-15
+word rigtige 1235-12456
+word rge =
+word rigtigt 1235-2345
+begnum rt 6-1235-2345
+contraction rt
+word rigtig 1235
+
+word sagde 234-1456
+word sammen 234-134
+begnum sm 6-234-134
+contraction sm
+word samme 234-146
+word sme =
+word selvfølgelig 234-1236-124
+begnum svf 6-234-1236-124
+contraction svf
+word selv 234-1236
+begnum sv 6-234-1236
+contraction sv
+word sidste 234-1356-15
+word sste =
+word sidst 234-1356
+word sst =
+word sin 234-1345
+begnum sn 6-234-1345
+contraction sn
+word sit 234-2345
+begnum st 6-234-2345
+contraction st
+word skal 123456
+word sk =
+word skulle 123456-123-15
+word skle =
+word snart 234-1235
+begnum sr 6-234-1235
+contraction sr
+word som 234
+word sådan 16-1
+begnum åa 6-16-1
+contraction åa
+word således 16-15
+begnum åe 6-16-15
+contraction åe
+word så 16
+
+word te 1256
+word tid 2345-145
+begnum td 6-2345-145
+contraction td
+word tilbage 2345-12
+begnum tb 6-2345-12
+contraction tb
+word til 2345
+
+word under 12345
+
+word var- =
+word var. =
+word var 36
+word ve 3456
+word ved 1236
+word ville 1236-123-15
+begnum vle 6-1236-123-15
+contraction vle
+word vil 1236-123
+begnum vl 6-1236-123
+contraction vl
+word været 1236-2345
+begnum vt 6-1236-2345
+contraction vt
+word være 345
+
+#Part words
+nocross den 12346
+nocross der 23456
+nocross det 2346
+nocross de 1456
+nocross en 126
+nocross er 156
+nocross et 346
+nocross ge 12456
+nocross hvor 34
+nocross hv 2456
+nocross ig 35
+nocross me 146
+nocross nd 12345
+nocross ne 1246
+nocross or 1346
+nocross re 12356
+nocross sk 123456
+nocross st 1356
+nocross te 1256
+nocross ve 3456
+
+#special cases with dropped signs
+# which can be both punctuations and contractions.
+
+always fra! 124-1235-1-235
+always !fra 235-124-1235-1
+always !! 235-235
+always !!! 235-235-235
+always "fra" 2356-124-1235-1-2356
+after punctuation always ! 6-235
+always 'af 4-1-124
+
+always \s! 0-6-235
+prepunc ! 6-235
+nofor always ! 6-235
+noback context `["!"] @6-235
+
+
+# Ensure no one-letter word contraction before or after a dash
+
+prfword -af 368-1-124
+sufword af- 1-124-368
+prfword -at 368-1-2345
+sufword at- 1-2345-368
+prfword -deres 368-1456-12356-234
+sufword deres- 1456-12356-234-368
+prfword -du 368-145-136
+sufword du- 145-136-368
+prfword -efter 368-15-124-2345-156
+sufword efter- 15-124-2345-156-368
+prfword -for 368-124-1346
+sufword for- 124-1346-368
+prfword -fra 368-124-1235-1
+sufword fra- 124-1235-1-368
+prfword -gennem 368-1245-126-1246-134
+sufword gennem- 1245-126-1246-134-368
+prfword -ham 368-125-1-134
+sufword ham- 125-1-134-368
+prfword -han 368-125-1-1345
+sufword han- 125-1-1345-368
+prfword -har 368-125-1-1235
+sufword har- 125-1-1235-368
+prfword -hun 368-125-136-1345
+sufword hun- 125-136-1345-368
+prfword -kan 368-13-1-1345
+sufword kan- 13-1-1345-368
+prfword -lige 368-123-24-12456
+sufword lige- 123-24-12456-368
+prfword -med 368-146-145
+sufword med- 146-145-368
+prfword -men 368-134-126
+sufword men- 134-126-368
+prfword -ned 368-1246-145
+sufword ned- 1246-145-368
+prfword -når 368-1345-16-1235
+sufword når- 1345-16-1235-368
+prfword -og 368-135-1245
+sufword og- 135-1245-368
+prfword -op 368-135-1234
+sufword op- 135-1234-368
+prfword -over 368-135-1236-156
+sufword over- 135-1236-156-368
+prfword -på 368-1234-16
+sufword på- 1234-16-368
+prfword -ret 368-1235-346
+sufword ret- 1235-346-368
+prfword -rigtig 368-1235-35-2345-35
+sufword rigtig- 1235-35-2345-35-368
+prfword -skal 368-123456-1-123
+sufword skal- 123456-1-123-368
+prfword -som 368-234-135-134
+sufword som- 234-135-134-368
+prfword -så 368-234-16
+sufword så- 234-16-368
+prfword -til 368-2345-24-123
+sufword til- 2345-24-123-368
+prfword -under 368-136-1345-23456
+sufword under- 136-1345-23456-368
+prfword -ved 368-1236-15-145
+sufword ved- 1236-15-145-368
+prfword -være 368-1236-345-12356
+sufword være- 1236-345-12356-368
+
+# *** patches for various Liblouis bugs
+# this file will be removed when the bugs are fixed
+
+nofor always a 6-1
+nofor always b 6-12
+nofor always c 6-14
+nofor always d 6-145
+nofor always e 6-15
+nofor always f 6-124
+nofor always g 6-1245
+nofor always h 6-125
+nofor always j 6-245
+nofor always k 6-13
+nofor always l 6-123
+nofor always m 6-134
+nofor always n 6-1345
+nofor always o 6-135
+nofor always p 6-1234
+nofor always q 6-12345
+nofor always r 6-1235
+nofor always s 6-234
+nofor always t 6-2345
+nofor always u 6-136
+nofor always v 6-1236
+nofor always w 6-2456
+nofor always x 6-1346
+nofor always y 6-13456
+nofor always z 6-1356
+nofor always æ 6-345
+nofor always ø 6-246
+nofor always å 6-16
+
+nofor always A 6-17
+nofor always B 6-127
+nofor always C 6-147
+nofor always D 6-1457
+nofor always E 6-157
+nofor always F 6-1247
+nofor always G 6-12457
+nofor always H 6-1257
+nofor always J 6-2457
+nofor always K 6-137
+nofor always L 6-1237
+nofor always M 6-1347
+nofor always N 6-13457
+nofor always O 6-1357
+nofor always P 6-12347
+nofor always Q 6-123457
+nofor always R 6-12357
+nofor always S 6-2347
+nofor always T 6-23457
+nofor always U 6-1367
+nofor always V 6-12367
+nofor always W 6-24567
+nofor always X 6-13467
+nofor always Y 6-134567
+nofor always Z 6-13567
+nofor always Æ 6-3457
+nofor always Ø 6-2467
+nofor always Å 6-167
+
+# if a word contraction is followed by a punctuation and another word immediately after,
+# The contracted word before the punctuation will back-translate as its components
+class wordlimit /,!.:’()?"'\x00ab_\x201d\x0094\x2019\x0092\x00bb
+nofor before wordlimit begword af 356
+nofor before wordlimit begword aldrig 1-35
+nofor before wordlimit begword aig =
+nofor before wordlimit begword alle 1-15
+nofor before wordlimit begword allerede 1-123-1235
+nofor before wordlimit begword alligevel 1-123-1236
+nofor before wordlimit begword altid 1-2345-145
+nofor before wordlimit begword altså 1-16
+nofor before wordlimit begword at 1
+
+nofor before wordlimit begword blevet 12-2345
+nofor before wordlimit begword blev 12-1236
+nofor before wordlimit begword blive 12-3456
+nofor before wordlimit begword bve 12-1236-15
+nofor before wordlimit begword bliver 12
+
+nofor before wordlimit begword derefter 23456-1356
+nofor before wordlimit begword derst =
+nofor before wordlimit begword deres 256
+nofor before wordlimit begword derfor 23456-124
+nofor before wordlimit begword derf =
+nofor before wordlimit begword derigennem 23456-24-12456
+nofor before wordlimit begword derige 1456-1235-24-12456
+nofor before wordlimit begword dermed 23456-134
+nofor before wordlimit begword derm =
+nofor before wordlimit begword derned 23456-1246
+nofor before wordlimit begword derne =
+nofor before wordlimit begword derop 23456-135
+nofor before wordlimit begword dero =
+nofor before wordlimit begword derover 23456-1346
+nofor before wordlimit begword deror =
+nofor before wordlimit begword derpå 23456-1234
+nofor before wordlimit begword derp =
+nofor before wordlimit begword dersom 23456-234
+nofor before wordlimit begword ders =
+nofor before wordlimit begword dertil 23456-2345
+nofor before wordlimit begword dert =
+nofor before wordlimit begword derunder 23456-12345
+nofor before wordlimit begword derved 23456-1236
+nofor before wordlimit begword din 145-1345
+nofor before wordlimit begword disse 145-234
+nofor before wordlimit begword dit 145-2345
+nofor before wordlimit begword du 145
+
+nofor before wordlimit begword efter 1356
+nofor before wordlimit begword eller 15
+nofor before wordlimit begword endnu 15-136
+
+nofor before wordlimit begword fik 124-13
+nofor before wordlimit begword fordi 124-145
+nofor before wordlimit begword forskellige 124-123456-15
+nofor before wordlimit begword fske =
+nofor before wordlimit begword forskelligt 124-123456-2345
+nofor before wordlimit begword fskt =
+nofor before wordlimit begword forskellig 124-123456
+nofor before wordlimit begword fsk =
+nofor before wordlimit sufword for 124
+nofor before wordlimit begword fra 235
+nofor before wordlimit begword første 124-1356-15
+nofor before wordlimit begword først 124-1356
+nofor before wordlimit begword før 246
+
+nofor before wordlimit begword ganske 1245-123456
+nofor before wordlimit begword gennem 12456
+nofor before wordlimit begword ge =
+nofor before wordlimit begword gik 1245-13
+nofor before wordlimit begword gør 1245
+
+nofor before wordlimit begword ham 236
+nofor before wordlimit begword hans 13456-234
+nofor before wordlimit begword han 13456
+nofor before wordlimit begword har 125
+nofor before wordlimit begword havde 125-1456
+nofor before wordlimit begword hde =
+nofor before wordlimit begword have 125-3456
+nofor before wordlimit begword hve =
+nofor before wordlimit begword helt 125-2345
+nofor before wordlimit begword hendes 125-234
+nofor before wordlimit begword hende 125-145
+nofor before wordlimit begword hun 136
+nofor before wordlimit begword hvad 2456
+nofor before wordlimit begword hv =
+nofor before wordlimit begword hvis 2456-234
+nofor before wordlimit begword hvs =
+nofor before wordlimit begword hvordan 34-1
+nofor before wordlimit begword hvorefter 34-1356
+nofor before wordlimit begword hvorfor 34-124
+nofor before wordlimit begword hvorigennem 34-24-12456
+nofor before wordlimit begword hvorledes 34-15
+nofor before wordlimit begword hvormed 34-134
+nofor before wordlimit begword hvornår 34-1345
+nofor before wordlimit begword hvorover 34-1346
+nofor before wordlimit begword hvorpå 34-1234
+nofor before wordlimit begword hvortil 34-2345
+nofor before wordlimit begword hvorunder 34-12345
+nofor before wordlimit begword hvorved 34-1236
+nofor before wordlimit begword hvor 34
+
+nofor before wordlimit begword igennem 24-12456
+nofor before wordlimit begword ige =
+nofor before wordlimit begword igen 35
+nofor before wordlimit begword ig =
+nofor before wordlimit begword ikke 24-13
+nofor before wordlimit begword imidlertid 24-24
+
+nofor before wordlimit begword jeg 245
+
+nofor before wordlimit begword kan 13
+nofor before wordlimit begword kommer 13-156
+nofor before wordlimit begword ker =
+nofor before wordlimit begword kommet 13-346
+nofor before wordlimit begword ket =
+nofor before wordlimit begword komme 13-146
+nofor before wordlimit begword kme =
+nofor before wordlimit begword kom 13-134
+nofor before wordlimit begword kunne 13-1246
+nofor before wordlimit begword kne =
+
+nofor before wordlimit begword ligesom 123-234
+nofor before wordlimit begword lige 123
+nofor before wordlimit begword lille 123-123
+
+nofor before wordlimit begword mange 134-12456
+nofor before wordlimit begword mge =
+nofor before wordlimit begword med 134
+nofor before wordlimit begword megen 146-126
+nofor before wordlimit begword meen =
+nofor before wordlimit begword meget 146-346
+nofor before wordlimit begword meet =
+nofor before wordlimit begword mellem 146-134
+nofor before wordlimit begword mem =
+nofor before wordlimit begword men 146
+nofor before wordlimit begword me =
+nofor before wordlimit begword min 134-1345
+nofor before wordlimit begword mit 134-2345
+nofor before wordlimit begword måske 134-123456
+nofor before wordlimit begword msk =
+nofor before wordlimit begword måtte 134-1256
+nofor before wordlimit begword mte =
+
+nofor before wordlimit begword naturligvis 1345-2345-1236
+nofor before wordlimit begword nd =
+nofor before wordlimit begword ned 1246
+nofor before wordlimit begword ne =
+nofor before wordlimit begword nogen 1345-1345
+nofor before wordlimit begword noget 1345-2345
+nofor before wordlimit begword nogle 1345-123-15
+nofor before wordlimit begword når 1345
+
+nofor before wordlimit begword også 14-16
+nofor before wordlimit begword og 14
+nofor before wordlimit begword omkring 135-134-13
+nofor before wordlimit begword op 135
+nofor before wordlimit begword or =
+nofor before wordlimit begword over 1346
+
+nofor before wordlimit begword på 1234
+
+nofor before wordlimit begword ret 12356
+nofor before wordlimit begword re 1235-15
+nofor before wordlimit begword rigtige 1235-12456
+nofor before wordlimit begword rge =
+nofor before wordlimit begword rigtigt 1235-2345
+nofor before wordlimit begword rigtig 1235
+
+nofor before wordlimit begword sagde 234-1456
+nofor before wordlimit begword sammen 234-134
+nofor before wordlimit begword samme 234-146
+nofor before wordlimit begword sme =
+nofor before wordlimit begword selvfølgelig 234-1236-124
+nofor before wordlimit begword selv 234-1236
+nofor before wordlimit begword sidste 234-1356-15
+nofor before wordlimit begword sste =
+nofor before wordlimit begword sidst 234-1356
+nofor before wordlimit begword sst =
+nofor before wordlimit begword sin 234-1345
+nofor before wordlimit begword sit 234-2345
+nofor before wordlimit begword skal 123456
+nofor before wordlimit begword sk =
+nofor before wordlimit begword skulle 123456-123-15
+nofor before wordlimit begword skle =
+nofor before wordlimit begword snart 234-1235
+nofor before wordlimit begword som 234
+nofor before wordlimit begword sådan 16-1
+nofor before wordlimit begword således 16-15
+nofor before wordlimit begword så 16
+
+nofor before wordlimit begword tid 2345-145
+nofor before wordlimit begword tilbage 2345-12
+nofor before wordlimit begword til 2345
+
+nofor before wordlimit begword under 12345
+
+nofor before wordlimit begword var- =
+nofor before wordlimit begword var 36
+nofor before wordlimit begword ved 1236
+nofor before wordlimit begword ville 1236-123-15
+nofor before wordlimit begword vil 1236-123
+nofor before wordlimit begword været 1236-2345
+nofor before wordlimit begword være 345
+
+# Problems solved with pass 2
+
+# Convert the fake "space hyphen" back to a normal hyphen.
+noback pass2 @ef @368
+
+### Multi-pass opcodes for converting the virtual capsletter sign @f into dot 7.
+
+# Most of these lines are temporary.
+# They will be written with a few swap sets when the swapdd opcode has been fixed.
+
+
+# Generic forward convert of @f-... to @...7
+noback pass2 @f-235 @2357
+# Conversion with letsign.
+noback pass2 @f-6-235 @6-2357
+# Conversion with dot 5, which is used for accent marker in higher unicode pages.
+noback pass2 @f-5-235 @5-2357
+# Generic backward conversion.
+nofor pass2 @2357 @f-235
+# Conversion with dot 5 (letsign is handled below).
+nofor pass2 @5-2357 @f-5-235
+
+# Same for the following characters.
+
+noback pass2 @f-35 @357
+noback pass2 @f-6-35 @6-357
+noback pass2 @f-5-35 @5-357
+nofor pass2 @357 @f-35
+nofor pass2 @5-357 @f-5-35
+
+noback pass2 @f-36 @367
+noback pass2 @f-6-36 @6-367
+noback pass2 @f-5-36 @5-367
+nofor pass2 @367 @f-36
+nofor pass2 @5-367 @f-5-36
+
+noback pass2 @f-1 @17
+noback pass2 @f-6-1 @6-17
+noback pass2 @f-5-1 @5-17
+nofor pass2 @17 @f-1
+nofor pass2 @5-17 @f-5-1
+
+noback pass2 @f-12 @127
+noback pass2 @f-6-12 @6-127
+noback pass2 @f-5-12 @5-127
+nofor pass2 @127 @f-12
+nofor pass2 @5-127 @f-5-12
+
+noback pass2 @f-14 @147
+noback pass2 @f-6-14 @6-147
+noback pass2 @f-5-14 @5-147
+nofor pass2 @147 @f-14
+nofor pass2 @5-147 @f-5-14
+
+noback pass2 @f-145 @1457
+noback pass2 @f-6-145 @6-1457
+noback pass2 @f-5-145 @5-1457
+nofor pass2 @1457 @f-145
+nofor pass2 @5-1457 @f-5-145
+
+noback pass2 @f-15 @157
+noback pass2 @f-6-15 @6-157
+noback pass2 @f-5-15 @5-157
+nofor pass2 @157 @f-15
+nofor pass2 @5-157 @f-5-15
+
+noback pass2 @f-124 @1247
+noback pass2 @f-6-124 @6-1247
+noback pass2 @f-5-124 @5-1247
+nofor pass2 @1247 @f-124
+nofor pass2 @5-1247 @f-5-124
+
+noback pass2 @f-1245 @12457
+noback pass2 @f-6-1245 @6-12457
+noback pass2 @f-5-1245 @5-12457
+nofor pass2 @12457 @f-1245
+nofor pass2 @5-12457 @f-5-1245
+
+noback pass2 @f-125 @1257
+noback pass2 @f-6-125 @6-1257
+noback pass2 @f-5-125 @5-1257
+nofor pass2 @1257 @f-125
+nofor pass2 @5-1257 @f-5-125
+
+noback pass2 @f-24 @247
+noback pass2 @f-6-24 @6-247
+noback pass2 @f-5-24 @5-247
+nofor pass2 @247 @f-24
+nofor pass2 @5-247 @f-5-24
+
+noback pass2 @f-245 @2457
+noback pass2 @f-6-245 @6-2457
+noback pass2 @f-5-245 @5-2457
+nofor pass2 @2457 @f-245
+nofor pass2 @5-2457 @f-5-245
+
+noback pass2 @f-13 @137
+noback pass2 @f-6-13 @6-137
+noback pass2 @f-5-13 @5-137
+nofor pass2 @137 @f-13
+nofor pass2 @5-137 @f-5-13
+
+noback pass2 @f-123 @1237
+noback pass2 @f-6-123 @6-1237
+noback pass2 @f-5-123 @5-1237
+nofor pass2 @1237 @f-123
+nofor pass2 @5-1237 @f-5-123
+
+noback pass2 @f-134 @1347
+noback pass2 @f-6-134 @6-1347
+noback pass2 @f-5-134 @5-1347
+nofor pass2 @1347 @f-134
+nofor pass2 @5-1347 @f-5-134
+
+noback pass2 @f-1345 @13457
+noback pass2 @f-6-1345 @6-13457
+noback pass2 @f-5-1345 @5-13457
+nofor pass2 @13457 @f-1345
+nofor pass2 @5-13457 @f-5-1345
+
+noback pass2 @f-135 @1357
+noback pass2 @f-6-135 @6-1357
+noback pass2 @f-5-135 @5-1357
+nofor pass2 @1357 @f-135
+nofor pass2 @5-1357 @f-5-135
+
+noback pass2 @f-1234 @12347
+noback pass2 @f-6-1234 @6-12347
+noback pass2 @f-5-1234 @5-12347
+nofor pass2 @12347 @f-1234
+nofor pass2 @5-12347 @f-5-1234
+
+noback pass2 @f-12345 @123457
+noback pass2 @f-6-12345 @6-123457
+noback pass2 @f-5-12345 @5-123457
+nofor pass2 @123457 @f-12345
+nofor pass2 @5-123457 @f-5-12345
+
+noback pass2 @f-1235 @12357
+noback pass2 @f-6-1235 @6-12357
+noback pass2 @f-5-1235 @5-12357
+nofor pass2 @12357 @f-1235
+nofor pass2 @5-12357 @f-5-1235
+
+noback pass2 @f-234 @2347
+noback pass2 @f-6-234 @6-2347
+noback pass2 @f-5-234 @5-2347
+nofor pass2 @2347 @f-234
+nofor pass2 @5-2347 @f-5-234
+
+noback pass2 @f-2345 @23457
+noback pass2 @f-6-2345 @6-23457
+noback pass2 @f-5-2345 @5-23457
+nofor pass2 @23457 @f-2345
+nofor pass2 @5-23457 @f-5-2345
+
+noback pass2 @f-136 @1367
+noback pass2 @f-6-136 @6-1367
+noback pass2 @f-5-136 @5-1367
+nofor pass2 @1367 @f-136
+nofor pass2 @5-1367 @f-5-136
+
+noback pass2 @f-1236 @12367
+noback pass2 @f-6-1236 @6-12367
+noback pass2 @f-5-1236 @5-12367
+nofor pass2 @12367 @f-1236
+nofor pass2 @5-12367 @f-5-1236
+
+noback pass2 @f-2456 @24567
+noback pass2 @f-6-2456 @6-24567
+noback pass2 @f-5-2456 @5-24567
+nofor pass2 @24567 @f-2456
+nofor pass2 @5-24567 @f-5-2456
+
+noback pass2 @f-1346 @13467
+noback pass2 @f-6-1346 @6-13467
+noback pass2 @f-5-1346 @5-13467
+nofor pass2 @13467 @f-1346
+nofor pass2 @5-13467 @f-5-1346
+
+noback pass2 @f-13456 @134567
+noback pass2 @f-6-13456 @6-134567
+noback pass2 @f-5-13456 @5-134567
+nofor pass2 @134567 @f-13456
+nofor pass2 @5-134567 @f-5-13456
+
+noback pass2 @f-1356 @13567
+noback pass2 @f-6-1356 @6-13567
+noback pass2 @f-5-1356 @5-13567
+nofor pass2 @13567 @f-1356
+nofor pass2 @5-13567 @f-5-1356
+
+noback pass2 @f-34 @347
+noback pass2 @f-6-34 @6-347
+noback pass2 @f-5-34 @5-347
+nofor pass2 @347 @f-34
+nofor pass2 @5-347 @f-5-34
+
+noback pass2 @f-346 @3467
+noback pass2 @f-6-346 @6-3467
+noback pass2 @f-5-346 @5-3467
+nofor pass2 @3467 @f-346
+nofor pass2 @5-3467 @f-5-346
+
+noback pass2 @f-2348 @23478
+noback pass2 @f-6-2348 @6-23478
+noback pass2 @f-5-2348 @5-23478
+nofor pass2 @23478 @f-2348
+nofor pass2 @5-23478 @f-5-2348
+
+noback pass2 @f-1358 @13578
+noback pass2 @f-6-1358 @6-13578
+noback pass2 @f-5-1358 @5-13578
+nofor pass2 @13578 @f-1358
+nofor pass2 @5-13578 @f-5-1358
+
+noback pass2 @f-234568 @2345678
+noback pass2 @f-6-234568 @6-2345678
+noback pass2 @f-5-234568 @5-2345678
+nofor pass2 @2345678 @f-234568
+nofor pass2 @5-2345678 @f-5-234568
+
+noback pass2 @f-236 @2367
+noback pass2 @f-6-236 @6-2367
+noback pass2 @f-5-236 @5-2367
+nofor pass2 @2367 @f-236
+nofor pass2 @5-2367 @f-5-236
+
+noback pass2 @f-256 @2567
+noback pass2 @f-6-256 @6-2567
+noback pass2 @f-5-256 @5-2567
+nofor pass2 @2567 @f-256
+nofor pass2 @5-2567 @f-5-256
+
+noback pass2 @f-356 @3567
+noback pass2 @f-6-356 @6-3567
+noback pass2 @f-5-356 @5-3567
+nofor pass2 @3567 @f-356
+nofor pass2 @5-3567 @f-5-356
+
+noback pass2 @f-3456 @34567
+noback pass2 @f-6-3456 @6-34567
+noback pass2 @f-5-3456 @5-34567
+nofor pass2 @34567 @f-3456
+nofor pass2 @5-34567 @f-5-3456
+
+noback pass2 @f-12356 @123567
+noback pass2 @f-6-12356 @6-123567
+noback pass2 @f-5-12356 @5-123567
+nofor pass2 @123567 @f-12356
+nofor pass2 @5-123567 @f-5-12356
+
+noback pass2 @f-123568 @1235678
+noback pass2 @f-6-123568 @6-1235678
+noback pass2 @f-5-123568 @5-1235678
+nofor pass2 @1235678 @f-123568
+nofor pass2 @5-1235678 @f-5-123568
+
+noback pass2 @f-168 @1678
+noback pass2 @f-6-168 @6-1678
+noback pass2 @f-5-168 @5-1678
+nofor pass2 @1678 @f-168
+nofor pass2 @5-1678 @f-5-168
+
+noback pass2 @f-1468 @14678
+noback pass2 @f-6-1468 @6-14678
+noback pass2 @f-5-1468 @5-14678
+nofor pass2 @14678 @f-1468
+nofor pass2 @5-14678 @f-5-1468
+
+noback pass2 @f-3458 @34578
+noback pass2 @f-6-3458 @6-34578
+noback pass2 @f-5-3458 @5-34578
+nofor pass2 @34578 @f-3458
+nofor pass2 @5-34578 @f-5-3458
+
+noback pass2 @f-16 @167
+noback pass2 @f-6-16 @6-167
+noback pass2 @f-5-16 @5-167
+nofor pass2 @167 @f-16
+nofor pass2 @5-167 @f-5-16
+
+noback pass2 @f-345 @3457
+noback pass2 @f-6-345 @6-3457
+noback pass2 @f-5-345 @5-3457
+nofor pass2 @3457 @f-345
+nofor pass2 @5-3457 @f-5-345
+
+noback pass2 @f-12346 @123467
+noback pass2 @f-6-12346 @6-123467
+noback pass2 @f-5-12346 @5-123467
+nofor pass2 @123467 @f-12346
+nofor pass2 @5-123467 @f-5-12346
+
+noback pass2 @f-2346 @23467
+noback pass2 @f-6-2346 @6-23467
+noback pass2 @f-5-2346 @5-23467
+nofor pass2 @23467 @f-2346
+nofor pass2 @5-23467 @f-5-2346
+
+noback pass2 @f-123456 @1234567
+noback pass2 @f-6-123456 @6-1234567
+noback pass2 @f-5-123456 @5-1234567
+nofor pass2 @1234567 @f-123456
+nofor pass2 @5-1234567 @f-5-123456
+
+noback pass2 @f-126 @1267
+noback pass2 @f-6-126 @6-1267
+noback pass2 @f-5-126 @5-1267
+nofor pass2 @1267 @f-126
+nofor pass2 @5-1267 @f-5-126
+
+noback pass2 @f-1246 @12467
+noback pass2 @f-6-1246 @6-12467
+noback pass2 @f-5-1246 @5-12467
+nofor pass2 @12467 @f-1246
+nofor pass2 @5-12467 @f-5-1246
+
+noback pass2 @f-1568 @15678
+noback pass2 @f-6-1568 @6-15678
+noback pass2 @f-5-1568 @5-15678
+nofor pass2 @15678 @f-1568
+nofor pass2 @5-15678 @f-5-1568
+
+noback pass2 @f-1268 @12678
+noback pass2 @f-6-1268 @6-12678
+noback pass2 @f-5-1268 @5-12678
+nofor pass2 @12678 @f-1268
+nofor pass2 @5-12678 @f-5-1268
+
+noback pass2 @f-146 @1467
+noback pass2 @f-6-146 @6-1467
+noback pass2 @f-5-146 @5-1467
+nofor pass2 @1467 @f-146
+nofor pass2 @5-1467 @f-5-146
+
+noback pass2 @f-12456 @124567
+noback pass2 @f-6-12456 @6-124567
+noback pass2 @f-5-12456 @5-124567
+nofor pass2 @124567 @f-12456
+nofor pass2 @5-124567 @f-5-12456
+
+noback pass2 @f-134568 @1345678
+noback pass2 @f-6-134568 @6-1345678
+noback pass2 @f-5-134568 @5-1345678
+nofor pass2 @1345678 @f-134568
+nofor pass2 @5-1345678 @f-5-134568
+
+noback pass2 @f-124568 @1245678
+noback pass2 @f-6-124568 @6-1245678
+noback pass2 @f-5-124568 @5-1245678
+nofor pass2 @1245678 @f-124568
+nofor pass2 @5-1245678 @f-5-124568
+
+noback pass2 @f-12468 @124678
+noback pass2 @f-6-12468 @6-124678
+noback pass2 @f-5-12468 @5-124678
+nofor pass2 @124678 @f-12468
+nofor pass2 @5-124678 @f-5-12468
+
+noback pass2 @f-3468 @34678
+noback pass2 @f-6-3468 @6-34678
+noback pass2 @f-5-3468 @5-34678
+nofor pass2 @34678 @f-3468
+nofor pass2 @5-34678 @f-5-3468
+
+noback pass2 @f-1456 @14567
+noback pass2 @f-6-1456 @6-14567
+noback pass2 @f-5-1456 @5-14567
+nofor pass2 @14567 @f-1456
+nofor pass2 @5-14567 @f-5-1456
+
+noback pass2 @f-14568 @145678
+noback pass2 @f-6-14568 @6-145678
+noback pass2 @f-5-14568 @5-145678
+nofor pass2 @145678 @f-14568
+nofor pass2 @5-145678 @f-5-14568
+
+noback pass2 @f-2468 @24678
+noback pass2 @f-6-2468 @6-24678
+noback pass2 @f-5-2468 @5-24678
+nofor pass2 @24678 @f-2468
+nofor pass2 @5-24678 @f-5-2468
+
+noback pass2 @f-246 @2467
+noback pass2 @f-6-246 @6-2467
+noback pass2 @f-5-246 @5-2467
+nofor pass2 @2467 @f-246
+nofor pass2 @5-2467 @f-5-246
+
+noback pass2 @f-23456 @234567
+noback pass2 @f-6-23456 @6-234567
+noback pass2 @f-5-23456 @5-234567
+nofor pass2 @234567 @f-23456
+nofor pass2 @5-234567 @f-5-23456
+
+noback pass2 @f-12568 @125678
+noback pass2 @f-6-12568 @6-125678
+noback pass2 @f-5-12568 @5-125678
+nofor pass2 @125678 @f-12568
+nofor pass2 @5-125678 @f-5-12568
+
+noback pass2 @f-156 @1567
+noback pass2 @f-6-156 @6-1567
+noback pass2 @f-5-156 @5-1567
+nofor pass2 @1567 @f-156
+nofor pass2 @5-1567 @f-5-156
+
+noback pass2 @f-1256 @12567
+noback pass2 @f-6-1256 @6-12567
+noback pass2 @f-5-1256 @5-12567
+nofor pass2 @12567 @f-1256
+nofor pass2 @5-12567 @f-5-1256
+
+noback pass2 @f-1348 @13478
+noback pass2 @f-6-1348 @6-13478
+noback pass2 @f-5-1348 @5-13478
+nofor pass2 @13478 @f-1348
+nofor pass2 @5-13478 @f-5-1348
+
+noback pass2 @f-138 @1378
+noback pass2 @f-6-138 @6-1378
+noback pass2 @f-5-138 @5-1378
+nofor pass2 @1378 @f-138
+nofor pass2 @5-1378 @f-5-138
+
+noback pass2 @f-234568 @2345678
+noback pass2 @f-6-234568 @6-2345678
+noback pass2 @f-5-234568 @5-2345678
+nofor pass2 @2345678 @f-234568
+nofor pass2 @5-2345678 @f-5-234568
+
+# Tweak to keep letsign for letters that should always have letsign.
+# Letsign will be removed by the multind opcode. So we insert an extra one.
+nofor pass2 @6-123457 @f-6-6-12345
+nofor pass2 @6-24567 @f-6-6-2456
+nofor pass2 @6-13467 @f-6-6-1346
+nofor pass2 @6-134567 @f-6-6-13456
+nofor pass2 @6-13567 @f-6-6-1356
+nofor pass2 @6-123567 @f-6-6-12356
+nofor pass2 @6-123467 @f-6-6-12346
+nofor pass2 @6-23467 @f-6-6-2346
+nofor pass2 @6-1234567 @f-6-6-123456
+nofor pass2 @6-1267 @f-6-6-126
+nofor pass2 @6-12467 @f-6-6-1246
+nofor pass2 @6-1467 @f-6-6-146
+nofor pass2 @6-124567 @f-6-6-12456
+nofor pass2 @6-14567 @f-6-6-1456
+nofor pass2 @6-234567 @f-6-6-23456
+nofor pass2 @6-1567 @f-6-6-156
+nofor pass2 @6-12567 @f-6-6-1256
+
+# Ensure that punctuation signs etc. are not "tolowered" when they have a letsign, but only when they act as a partword contraction.
+nofor pass2 @6-347 *
+nofor pass2 @6-2357 *
+nofor pass2 @6-3467 *
+nofor pass2 @6-2567 *
+nofor pass2 @6-2367 *
+nofor pass2 @6-34567 *
+nofor pass2 @6-367 *
+
+# remove any superfluous capsletter marks.
+noback pass2 @f ?
+
+# Remove any superfluous letsigns and only keep one.
+noback pass3 @6-6 @6
+
+# Include hyphenation file as the last thing
+include hyph_brl_da_dk.dic
+# Finnish 6-dot braille based on the official specification document
+#
+# -----------
+#-index-name: Finnish
+#-display-name: Finnish braille
+#
+#+locale:fi
+#+type:literary
+#+contraction:no
+#+dots:6
+#
+# TODO: Please correct the metadata above. It is not meant to be
+# accurate nor complete. It hasn't been verified by the table
+# author yet. It is merely an attempt by the liblouis maintainers
+# to get some sensible initial values in place.
+#
+# TODO: Please add a reference to official documentation about
+# the implemented braille code. Preferably submit the documents
+# to https://github.com/liblouis/braille-specs.
+# -----------
+#
+#  Copyright (C) 2014,2015 Celia Library https://www.celia.fi
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+
+# Created by Jukka Eerikäinen
+
+# Based on official specification document available on
+# https://github.com/liblouis/liblouis/tree/formal_braille_spec#pistekirjoituksen-perusteet
+
+# Includes
+space \x00a0 a
+include spaces.uti
+include latinLetterDef6Dots.uti
+include digits6Dots.uti
+include litdigits6Dots.uti
+include braille-patterns.cti
+
+# Finnish-specific letters
+uplow \x00C5\x00E5 16 Åå
+uplow \x00C4\x00E4 345 Ää
+uplow \x00D6\x00F6 246 Öö
+
+# Common foreign-language letters that have single sign
+uplow \x00C9\x00E9 123456 Éé
+uplow \x1E9E\x00DF 2346 ẞß
+uplow \x00DC\x00FC 1256 Üü
+uplow \x0152\x0153 246 Œœ
+uplow \x00C6\x00E6 345 Ææ
+
+# Other foreign letters with double sign
+# From UTF-8 table. Does not include every possible letter-diacritic-combination.
+# For foreign letters with no single specified sign, a generic "foreign letter" sign is used before the braille sign for the base letter.
+uplow \x00C0\x00E0 45-1 Àà
+uplow \x00C1\x00E1 45-1 Áá
+uplow \x00C2\x00E2 45-1 Ââ
+uplow \x00C3\x00E3 45-1 Ãã
+uplow \x00C7\x00E7 45-14 Çç
+uplow \x00C8\x00E8 45-15 Èè
+uplow \x00CA\x00EA 45-15 Êê
+uplow \x00CB\x00EB 45-15 Ëë
+uplow \x00CC\x00EC 45-24 Ìì
+uplow \x00CD\x00ED 45-24 Íí
+uplow \x00CE\x00EE 45-24 Îî
+uplow \x00CF\x00EF 45-24 Ïï
+uplow \x00D0\x00F0 45-145 Ðð
+uplow \x00D1\x00F1 45-1345 Ññ
+uplow \x00D2\x00F2 45-135 Òò
+uplow \x00D3\x00F3 45-135 Óó
+uplow \x00D4\x00F4 45-135 Ôô
+uplow \x00D5\x00F5 45-135 Õõ
+uplow \x00D8\x00F8 45-135 Øø
+uplow \x00D9\x00F9 45-136 Ùù
+uplow \x00DA\x00FA 45-136 Úú
+uplow \x00DB\x00FB 45-136 Ûû
+uplow \x00DD\x00FD 45-13456 Ýý
+uplow \x00DE\x00FE 45-145 Þþ
+lowercase \x00FF 45-13456 ÿ
+
+# Punctuation
+# For purposes of this table intended for general literary texts, some mathematical symbols and operators, such as < and > are considered as general punctuation. For reasoning, see section "General symbols" below.
+punctuation . 3
+punctuation , 2
+punctuation : 25
+punctuation ; 23
+punctuation ! 256
+punctuation ? 26
+punctuation ' 5
+punctuation " 56
+punctuation ! 256
+punctuation ? 26
+punctuation \x0027 5 '
+punctuation \x0022 56 "
+punctuation ( 236
+punctuation ) 356
+punctuation [ 12356
+punctuation ] 23456
+punctuation { 1246
+punctuation } 12456
+punctuation < 126
+punctuation > 156
+punctuation / 34
+
+# General symbols
+# For purposes of this table intended for general literary texts, some mathematical symbols and operators, such as + and % are considered as general symbols.
+# This is because in Finnish braille, mathematical symbols are always preceded with space. Hence, if "+" was considered a mathematical symbol, expressions such as "my grade from the exam was B+" would be incorrectly translated to "B +". In table intended for mathematical textbooks, the preference would lean towards mathematical way of writing, and "+" would be considered a math symbol.
+sign \\ 146
+sign | 456
+sign / 34
+sign + 235
+sign % 1456
+sign = 2356
+sign ~ 45
+sign @ 4
+sign & 12346
+sign \x00A3 123 £
+sign $ 2346
+sign \x20AC 4-15 €
+sign \x00A2 4-14 ¢
+sign * 35
+sign \x00A7 3456 §
+sign _ 346
+sign # 3456
+sign ^ 346
+sign \x2022 3 • Bullet sign
+sign \x00B7 3 · Interpunct
+sign - 36 Hyphen, not a dash. Hyphens are spaced as in print text.
+sign \x2013 36 – En-dash, not a hyphen.
+sign \x2014 36 – Em-dash, not a hyphen.
+
+# Additional general symbols
+# These are not covered by the specification document, but reflect the conventions.
+sign \x00A9 236-14-356 © Copyright symbol
+sign \x00AE 236-1235-356 ® Registered trademark symbol
+sign \x2122 2345-134 ™ Trademark symbol
+noback sign \x25CF 35	# 9679 black circle
+
+# Undefined characters
+# Not covered by the specification document, but conventionally replaced with an asterisk.
+undefined 35
+
+# Mathematical symbols - these are ONLY used in mathematical context
+# Thus, these may have special rules
+math \x2212 36 − Minus sign, not a hyphen
+math \x2030 25-1456 ‰ Per mille sign
+math \x221E 123456 ∞ Infinity sign
+math \x221A 146 √ Root sign
+math \x00B0 356 ° Degree symbol
+math \x2219 3 ∙ Bullet operator
+math \x22C5 3 ⋅ Dot operator
+math \x00D7 3 × Multiplication sign
+math \x00F7 25 ÷ Division sign; Obelus
+decpoint , 2 Decimal comma
+
+# Vulgar fractions
+# This is not the mathematically correct notation for fractions; rather, the fractions are converted to division-like notation to ease reading of literary texts, cookbooks et cetera. For _mathematical_ texts, another table must be written.
+math \x00BC 3456-1-0-34-3456-145 ¼
+math \x00BD 3456-1-0-34-3456-12 ½
+math \x00BE 3456-14-0-34-3456-145 ¾
+math \x2153 3456-1-0-34-3456-14 ⅓
+math \x2154 3456-12-0-34-3456-14 ⅔
+math \x2155 3456-1-0-34-3456-15 ⅕
+math \x2156 3456-12-0-34-3456-15 ⅖
+math \x2157 3456-14-0-34-3456-15 ⅗
+math \x2158 3456-145-0-34-3456-15 ⅘
+math \x2159 3456-1-0-34-3456-124 ⅙
+math \x215A 3456-15-0-34-3456-124 ⅚
+math \x215B 3456-1-0-34-3456-125 ⅛
+math \x215C 3456-14-0-34-3456-125 ⅜
+math \x215D 3456-15-0-34-3456-125 ⅝
+math \x215E 3456-1245-0-34-3456-125 ⅞
+
+
+# Braille indicators
+numsign 3456
+capsletter 6 
+begcapsword 6-6
+endcapsword 56
+
+# Emphasis
+emphclass italic
+emphclass underline
+emphclass bold
+
+begemphphrase underline 346-346
+endemphphrase underline before 346
+begemphword underline 346
+endemphword underline 346
+lenemphphrase underline 3
+
+begemphphrase bold 346-346
+endemphphrase bold before 346
+begemphword bold 346
+endemphword bold 346
+lenemphphrase bold 3
+
+begemphphrase italic 46-46
+endemphphrase italic before 46
+begemphword italic 46
+endemphword italic 46
+lenemphphrase italic 3
+
+# Longer number expressions
+midnum . 3
+midnum : 25
+
+# Context rules for transition from digits to letters
+class digitletter abcdefhjiklmnopqrstuvwxyz\x00E5\x00E4\x00F6
+noback context $d[]%digitletter @56
+
+# Second power
+# Powers are generally marked using power sign. However, if the power is two, the number is omitted.
+noback context ["^2\s"] @346-0
+noback context ["^2"]$p @346
+
+# Numbers and mathematical symbols
+# Slash is always preceded by space within number expressions.
+noback context $d[]"/" @0
+# Degree sign is always preceded by space, even when it's adjacent to preceding digit in print text.
+noback context $d[]"\x00B0" @0 Degree sign
+# Mathematical symbols and operators are always preceded by space.
+noback context $d[]$m @0
+# Dashes, not a hyphen. Dashes always have spaces around them.
+noback context !$s["\x2013"]!$s @0-36-0
+noback context !$s["\x2014"]!$s @0-36-0
+# Define all single-cell characters needed.
+#
+#  Copyright (C) 2009 JJB Software, Inc. www.jjb-software.com
+#  Copyright (C) 2012 Mesar Hameed <mesar.hameed@gmail.com>
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+
+space \s 0
+space \x000a 0
+space \x000c 0
+space \x000d 0
+space \x001b 1b
+space \x00a0 a
+space \t 9
+punctuation ! 5
+punctuation " 4
+sign # 3456
+sign $ 46
+sign % 123456
+punctuation & 12346
+punctuation ' 6
+punctuation ( 236
+punctuation ) 356
+sign * 35
+math + 235
+punctuation , 2
+punctuation - 36
+punctuation . 3
+math / 256
+include digits6DotsPlusDot6.uti
+punctuation : 25
+punctuation ; 23
+math < 56
+math = 2356
+math > 45
+punctuation ? 26
+punctuation @ 3457
+
+include latinLetterDef8Dots.uti
+
+punctuation [ 123567
+punctuation \\ 347
+punctuation ] 234567
+math ^ 23467
+punctuation _ 4567
+sign ` 345
+punctuation { 12356
+sign | 34
+punctuation } 23456
+math ~ 2346
+sign \x007f 456
+#-name: Norsk litterær punktskrift, 6-punkt, kortskrift nivå 3
+#-index-name: Norwegian, contracted, grade 3
+#-display-name: Norwegian grade 3 contracted braille
+#
+#+locale:no
+#+type:literary
+#+direction:both
+#+dots:6
+#+contraction:full
+#+grade:3
+
+include no-no-g3.ctb
+include braille-patterns.cti
+#  Copyright (C) 2010 Leon Ungier <Leon.Ungier@ViewPlus.com>, 
+#  Copyright (C) 2010 Samuel Thibault <samuel.thibault@ens-lyon.org>
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+
+# Table for Gondi
+space \x00a0 a
+include spaces.uti
+include devanagari.cti
+include telugu.cti
+include text_nabcc.dis
+#-index-name: Tibetan, computer
+#-display-name: Tibetan computer braille
+
+#+locale:bo
+#+type:computer
+#+dots:8
+
+# TODO: Please correct the metadata above. It is not meant to be
+# accurate nor complete. It hasn't been verified by the table
+# author yet. It is merely an attempt by the liblouis maintainers
+# to get some sensible initial values in place.
+
+# TODO: Please add a reference to official documentation about
+# the implemented braille code. Preferably submit the documents
+# to https://github.com/liblouis/braille-specs.
+
+include bo.ctb
+include braille-patterns.cti
+# This file is obsolete. Do not use!
+
+# liblouis: uni-text.dis
+#
+# Copyright (C) 1995-2004 by The BRLTTY Team
+# Copyright (C) 2004 ViewPlus Technologies, Inc., www.viewplustech.com
+# Copyright (C) 2004 Computers to Help People, Inc., www.chpi.org
+
+# This file is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public
+# License as published by the Free Software Foundation; either
+# version 2.1 of the License, or (at your option) any later version.
+
+# This file is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+# Lesser General Public License for more details.
+
+# You should have received a copy of the GNU Lesser General Public
+# License along with this file; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+# liblouis  comes with ABSOLUTELY NO WARRANTY.
+
+# This is a description of the default text translation table used by BRLTTY.  
+
+
+        #Hex   Dots				Dec		Char Description
+display \x0020 0					#32					space
+display \x0021  2346			#33		!			exclamation mark
+display \x0022    5				#34		"			quotation mark
+display \x0023   3456			#35		#			number sign
+display \x0024 1246				#36		$			dollar sign
+display \x0025 146				#37		%			percent sign
+display \x0026 12346			#38		&			ampersand
+display \x0027  3					#39		'			apostrophe
+display \x0028	12356			#40		(			left parenthesis
+display \x0029   23456		#41		)			right parenthesis
+display \x002A 16					#42		*			asterisk
+display \x002B	346				#43		+			plus sign
+display \x002C    6				#44		,			comma
+display \x002D	36				#45		-			hyphen-minus
+display \x002E	46				#46		.			full stop
+display \x002F	34				#47		/			solidus
+
+display \x0030	356		#480			digit zero
+display \x0031	2			#491			digit one
+display \x0032	23		#502			digit two
+display \x0033	25		#513			digit three
+display \x0034  256		#524			digit four
+display \x0035  26		#535			digit five
+display \x0036  235		#546			digit six
+display \x0037  2356	#557			digit seven
+display \x0038  236		#568			digit eight
+display \x0039	35		#579			digit nine
+
+display \x003A	156			#58		:		colon
+display \x003B   56			#59		;		semicolon
+display \x003C 126			#60		<		less-than sign
+display \x003D 123456		#61		=		equals sign
+display \x003E 345			#62		>		greater-than sign
+display \x003F 1456			#63		?		question mark
+display \x0040  47			#64		@	commercial at
+
+        #Hex   Dots		Dec	Char Description
+display \x0041 1				#65	A Latin capital letter a
+display \x0042 12				#66	B Latin capital letter b
+display \x0043 14				#67	C Latin capital letter c
+display \x0044 145			#68	D Latin capital letter d
+display \x0045 15				#69	E Latin capital letter e
+display \x0046 124			#70	F Latin capital letter f
+display \x0047 1245			#71	G Latin capital letter g
+display \x0048 125			#72	H Latin capital letter h
+display \x0049 24				#73	I Latin capital letter i
+display \x004A 245			#74	J Latin capital letter j
+display \x004B 13				#75	K Latin capital letter k
+display \x004C 123			#76	L Latin capital letter l
+display \x004D 134			#77	M Latin capital letter m
+display \x004E 1345			#78	N Latin capital letter n
+display \x004F 1357			#79	O Latin capital letter o
+display \x0050 1234			#80	P Latin capital letter p
+display \x0051 12345		#81	Q Latin capital letter q
+display \x0052 1235			#82	R Latin capital letter r
+display \x0053 234			#83	S Latin capital letter s
+display \x0054 2345			#84	T Latin capital letter t
+display \x0055 136			#85	U Latin capital letter u
+display \x0056 1236			#86	V Latin capital letter v
+display \x0057 2456			#87	W Latin capital letter w
+display \x0058 1346			#88	X Latin capital letter x
+display \x0059 13456		#89	Y Latin capital letter y
+display \x005A 1356			#90	Z Latin capital letter z
+
+display \x005B 246			#	91  [		left square bracket
+display \x005C 12567		#	92	\		reverse solidus
+display \x005D 12456		# 93  ]		right square bracket
+display \x005E 2346		# 94 ^	circumflex accent
+display \x005F 456		# 95 _	low line
+display \x0060 345		# 96 `	grave accent
+
+display \x0061 1			#97  a  Latin small letter a
+display \x0062 12			#98  b Latin small letter b
+display \x0063 14			#99  c Latin small letter c
+display \x0064 145		#100 d Latin small letter d
+display \x0065 15			#101 e Latin small letter e
+display \x0066 124		#102 f Latin small letter f
+display \x0067 1245		#103 g Latin small letter g
+display \x0068 125		#104 h Latin small letter h
+display \x0069  24		#105 i Latin small letter i
+display \x006A  245		#106 j Latin small letter j
+display \x006B 13			#107 k Latin small letter k
+display \x006C 123		#108 l Latin small letter l
+display \x006D 134		#109 m Latin small letter m
+display \x006E 1345		#110 n Latin small letter n
+display \x006F 135		#111 o Latin small letter o
+display \x0070 1234		#112 p Latin small letter p
+display \x0071 12345	#113 q Latin small letter q
+display \x0072 1235		#114 r Latin small letter r
+display \x0073 234		#115 s Latin small letter s
+display \x0074  2345	#116 t Latin small letter t
+display \x0075 136		#117 u Latin small letter u
+display \x0076 1236		#118 v Latin small letter v
+display \x0077  2456	#119 w Latin small letter w
+display \x0078 1346		#120 x Latin small letter x
+display \x0079 13456	#121 y Latin small letter y
+display \x007A 1356		#122 z Latin small letter z
+
+display \x007B  12356			# 123 {		left curly bracket
+display \x007C 34					# 124 |		vertical line
+display \x007D 23456			#	125 }		right curly bracket
+display \x007E   45				#	126 ~   tilde
+display \x007F 4568				# 127	^		?delete
+
+					#Hex Dots Dec Char Description
+display \x0080 48			# 128		~@<control>
+display \x0081 18			# 129		~A<control>
+display \x0082 128		# 130		~Bbreak permitted here
+display \x0083 148		# 131		~Cno break here
+display \x0084 1458		# 132		~D<control>
+display \x0085 158		# 133		~Enext line
+display \x0086 1248		# 134		~Fstart of selected area
+display \x0087 12458	# 135		~Gend of selected area
+display \x0088 1258		# 136		~Hcharacter tabulation set
+display \x0089  248		# 137		~Icharacter tabulation with justification
+display \x008A  2458	# 138		~Jline tabulation set
+display \x008B 138	# 139~Kpartial line down
+display \x008C 1238 # 140~Lpartial line up
+display \x008D 1348 # 141~Mreverse line feed
+display \x008E 13458 # 142~Nsingle shift two
+display \x008F 1358 # 143~Osingle shift three
+display \x0090 12348 # 144~Pdevice control string
+display \x0091 123458 # 145~Qprivate use one
+display \x0092 12358 # 146~Rprivate use two
+display \x0093 2348 # 147~Sset transmit state
+display \x0094  23458 # 148~Tcancel character
+display \x0095 1368 # 149~Umessage waiting
+display \x0096 12368 # 150~Vstart of guarded area
+display \x0097  24568 # 151~Wend of guarded area
+display \x0098 13468 # 152~Xstart of string
+display \x0099 134568 # 153~Y<control>
+display \x009A 13568 # 154~Zsingle character introducer
+display \x009B  2468 # 155~[control sequence introducer
+display \x009C 12568 # 156~\string terminator
+display \x009D 124568 # 157~]operating system command
+display \x009E 458 # 158~^privacy message
+display \x009F 4568		# 159				~_application program command
+display \x00A0 0			#160			no-break space
+
+#Hex Dots Dec Char Description
+display \x0000 478 #0^@null
+display \x0001 178 #1^Astart of heading
+display \x0002 1278 #2^Bstart of text
+display \x0003 1478 #3^Cend of text
+display \x0004 14578 #4^Dend of transmission
+display \x0005 1578 #5^Eenquiry
+display \x0006 12478 #6^Facknowledge
+display \x0007 124578 #7^Gbell
+display \x0008 12578 #8^Hbackspace
+display \x0009  2478 #9^Ihorizontal tabulation
+display \x000A  24578 #10^Jline feed
+display \x000B 1378 #11^Kvertical tabulation
+display \x000C 12378 #12^Lform feed
+display \x000D 13478 #13^Mcarriage return
+display \x000E 134578 #14^Nshift out
+display \x000F 13578 #15^Oshift in
+display \x0010 123478 #16^Pdata link escape
+display \x0011 1234578 #17^Qdevice control one
+display \x0012 123578 #18^Rdevice control two
+display \x0013 23478 #19^Sdevice control three
+display \x0014  234578 #20^Tdevice control four
+display \x0015 13678 #21^Unegative acknowledge
+display \x0016 123678 #22^Vsynchronous idle
+display \x0017  245678 #23^Wend of transmission block
+display \x0018 134678 #24^Xcancel
+display \x0019 1345678 #25^Yend of medium
+display \x001A 135678 #26^Zsubstitute
+display \x001B  24678 #27^[escape
+display \x001C 125678 #28^\file separator
+display \x001D 1245678 #29^]group separator
+display \x001E 4578 #30^^record separator
+display \x001F 45678 #31^_unit separator
+
+				#Hex	 Dots			Dec	Char	Description
+display \x00A1 23467  #	161 ¡			inverted exclamation mark
+display \x00A2 58			#162	¢			cent sign 
+display \x00A3 34567  # 163	£			pound sign
+display \x00A4 1467		# 164	¤			currency sign
+display \x00A5 123467 # 165	¥			yen sign
+display \x00A6 1567		# 166	¦			broken bar
+display \x00A7 357		# 167	§			section sign
+display \x00A8  57		# 168	¨			diaeresis
+display \x00A9  23567 # 169	©			copyright sign
+display \x00AA 8			# 170	ª			feminine ordinal indicator
+display \x00AB 1267		# 171	«			left-pointing double angle quotation mark
+display \x00AC  2567  # 172	¬			not sign
+display \x00AD 367		# 173	­			soft hyphen
+display \x00AE  2367  # 174	®			registered sign
+display \x00AF  267		# 175	¯			macron
+display \x00B0 3567		# 176	°			degree sign
+
+display \x00C0  23578		# 192		À		Latin capital letter a with grave
+display \x00C1	1678		# 193		Á		Latin capital letter a with acute
+display \x00C2	16			# 194		Â		Latin capital letter a with circumflex
+display \x00C3	578 # 195Ã Latin capital letter a with tilde
+display \x00C4	1234678 # 196Ä Latin capital letter a with diaeresis
+display \x00C5	34578 # 197Å Latin capital letter a with ring above
+display \x00C6	378 # 198Æ Latin capital letter ae
+display \x00C7	34678 # 199Ç Latin capital letter c with cedilla
+display \x00C8  23567		#	200		È		Latin capital letter e with grave
+display \x00C9	12678		# 201É Latin capital letter e with acute
+display \x00CA  2378	# 202		Ê		Latin capital letter e with circumflex
+display \x00CB 12345678 # 203Ë Latin capital letter e with diaeresis
+display \x00CC  23678 # 204Ì Latin capital letter i with grave
+display \x00CD 14678 # 205Í Latin capital letter i with acute
+display \x00CE  2578	# 206		Î		Latin capital letter i with circumflex
+display \x00CF 1235678 # 207Ï Latin capital letter i with diaeresis
+display \x00D0 678 # 208Ð Latin capital letter eth
+display \x00D1 4678 # 209Ñ Latin capital letter n with tilde
+display \x00D2 3578 # 210Ò Latin capital letter o with grave
+display \x00D3 145678 # 211Ó Latin capital letter o with acute
+display \x00D4  25678 # 212		Ô		Latin capital letter o with circumflex
+display \x00D5  5678 # 213Õ Latin capital letter o with tilde
+display \x00D6  234678 # 214Ö Latin capital letter o with diaeresis
+display \x00D7 167  # 215×multiplication sign
+display \x00D8 3478 # 216Ø Latin capital letter o with stroke
+display \x00D9 35678 # 217Ù Latin capital letter u with grave
+display \x00DA 15678 # 218Ú Latin capital letter u with acute
+display \x00DB  2678	# 219		Û		Latin capital letter u with circumflex
+display \x00DC  2345678 # 220Ü Latin capital letter u with diaeresis
+display \x00DD 124678 # 221Ý Latin capital letter y with acute
+display \x00DE 3678 # 222Þ Latin capital letter thorn
+display \x00DF 345678 # 223ß Latin small letter sharp s
+display \x00E0  2358 # 224à Latin small letter a with grave
+display \x00E1 168 # 225á Latin small letter a with acute
+display \x00E2	16		# 226		â		Latin small letter a with circumflex
+display \x00E3 58 # 227ã Latin small letter a with tilde
+display \x00E4 123468 # 228ä Latin small letter a with diaeresis
+display \x00E5 3458 # 229å Latin small letter a with ring above
+display \x00E6 38 # 230æ Latin small letter ae
+display \x00E7 3468 # 231ç Latin small letter c with cedilla
+display \x00E8  23568 # 232è Latin small letter e with grave
+display \x00E9 1268 # 233é Latin small letter e with acute
+display \x00EA  238		# 234		ê		Latin small letter e with circumflex
+display \x00EB 1234568 # 235ë Latin small letter e with diaeresis
+display \x00EC  2368 # 236ì Latin small letter i with grave
+display \x00ED 1468 # 237í Latin small letter i with acute
+display \x00EE  258		# 238		î		Latin small letter i with circumflex
+display \x00EF 123568 # 239ï Latin small letter i with diaeresis
+display \x00F0 68 # 240ð Latin small letter eth
+display \x00F1 468 # 241ñ Latin small letter n with tilde
+display \x00F2 358 # 242ò Latin small letter o with grave
+display \x00F3 14568 # 243ó Latin small letter o with acute
+display \x00F4  2568	# 244		ô		Latin small letter o with circumflex
+display \x00F5  568 # 245õ Latin small letter o with tilde
+display \x00F6  23468 # 246ö Latin small letter o with diaeresis
+display \x00F7 347  # 247÷division sign
+display \x00F8 348 # 248ø Latin small letter o with stroke
+display \x00F9 3568 # 249ù Latin small letter u with grave
+display \x00FA 1568 # 250ú Latin small letter u with acute
+display \x00FB  268		# 251		û		Latin small letter u with circumflex
+display \x00FC  234568 # 252ü Latin small letter u with diaeresis
+display \x00FD 12468 # 253ý Latin small letter y with acute
+display \x00FE 368 # 254þ Latin small letter thorn
+display \x00FF 34568 # 255ÿ Latin small letter y with diaeresis
+
+
+display \x00BB 3457  # 187»right-pointing double angle quotation mark
+display \x00B9  27  # 185¹superscript one
+display \x00B2 237  # 178²superscript two
+display \x00B3 257  # 179³superscript three
+display \x00B1 3467  # 177±plus-minus sign
+display \x00D7 167  # 215×multiplication sign
+
+display \x00B7 467  # 183·middle dot
+
+display \x00BF 14567  # 191¿inverted question mark
+
+
+display \x00B6  2357  # 182	¶		pilcrow sign
+
+
+#Hex Dots Dec Char Description
+display \x00BC 123567  # 188¼vulgar fraction one quarter
+display \x00BD 1234567  # 189½vulgar fraction one half
+display \x00BE  234567  # 190¾vulgar fraction three quarters
+
+# Each of the three extended accent characters is the same as its conventional
+# compose character but with dot7 added:
+
+#Hex Dots Dec Char Description
+display \x00B4 37  # 180´acute accent
+display \x00B8 67  # 184¸cedilla
+
+
+# The two gender symbols are:
+
+#Hex Dots Dec Char Description
+display \x00BA 7  # 186ºmasculine ordinal indicator
+
+
+# The three remaining characters are:
+
+#Hex Dots Dec Char Description
+
+display \x00B5  567  # 181µmicro sign
+
+
+# The nonbreaking space is dots 7 and 8 because this presents a sequence of
+# nonbreaking spaces as a smooth low line segment.
+
+#Hex Dots Dec Char Description
+
+# liblouis: Unified English Braille Code (Grade 1)
+#
+# -----------
+#-name: Unified English braille, grade 1
+#-index-name: English, unified, uncontracted
+#-display-name: Unified English uncontracted braille
+#
+#+locale:en
+#+type:literary
+#+contraction:no
+#+grade:1
+#+system:ueb
+#
+# TODO: Please correct the metadata above. It is not meant to be
+# accurate nor complete. It hasn't been verified by the table
+# author yet. It is merely an attempt by the liblouis maintainers
+# to get some sensible initial values in place.
+#
+# TODO: Please add a reference to official documentation about
+# the implemented braille code. Preferably submit the documents
+# to https://github.com/liblouis/braille-specs.
+# -----------
+#
+#  Copyright (C) 2004-2008 ViewPlus Technologies, Inc. www.viewplus.com
+#  Copyright (C) 2004-2006 JJB Software, Inc. www.jjb-software.com
+#  Copyright (C) 2016 American Printing House for the Blind, Inc. www.aph.org
+#  Copyright (C) 2016 Joseph Lee <joseph.lee22590@gmail.com>
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+#
+#  Maintained by John J. Boyer john.boyer@jjb-software.com
+#                Mike Gray <mgray@aph.org>
+#  Modified by Mike Gray <mgray@aph.org>
+#              Joseph Lee <joseph.lee22590@gmail.com>
+
+include en-ueb-chardefs.uti UEB specific char defs.
+#   some dots are undefined now
+include en-ueb-math.ctb UEB math from common linear format
+
+numsign 3456  number sign, just a dots operand
+numericmodechars .,
+nocontractsign 56
+numericnocontchars abcdefghij
+
+#   add numeric space indicator
+noback context _$d["\s"]$d @5
+
+#   remove numeric space indicator
+noback correct _$d["\""]$d "\s"
+
+#   remove numeric indicator from numeric space indicator
+noback pass2 @245-5-3456-245 @245-5-245       0 0
+noback pass2 @245-5-3456-1 @245-5-1           0 1
+noback pass2 @245-5-3456-12 @245-5-12         0 2
+noback pass2 @245-5-3456-14 @245-5-14         0 3
+noback pass2 @245-5-3456-145 @245-5-145       0 4
+noback pass2 @245-5-3456-15 @245-5-15         0 5
+noback pass2 @245-5-3456-145 @245-5-124       0 6
+noback pass2 @245-5-3456-1245 @245-5-1245     0 7
+noback pass2 @245-5-3456-125 @245-5-125       0 8
+noback pass2 @245-5-3456-24 @245-5-24         0 9
+noback pass2 @1-5-3456-245 @1-5-245           1 0
+noback pass2 @1-5-3456-1 @1-5-1               1 1
+noback pass2 @1-5-3456-12 @1-5-12             1 2
+noback pass2 @1-5-3456-14 @1-5-14             1 3
+noback pass2 @1-5-3456-145 @1-5-145           1 4
+noback pass2 @1-5-3456-15 @1-5-15             1 5
+noback pass2 @1-5-3456-145 @1-5-124           1 6
+noback pass2 @1-5-3456-1245 @1-5-1245         1 7
+noback pass2 @1-5-3456-125 @1-5-125           1 8
+noback pass2 @1-5-3456-24 @1-5-24             1 9
+noback pass2 @12-5-3456-245 @12-5-245         2 0
+noback pass2 @12-5-3456-1 @12-5-1             2 1
+noback pass2 @12-5-3456-12 @12-5-12           2 2
+noback pass2 @12-5-3456-14 @12-5-14           2 3
+noback pass2 @12-5-3456-145 @12-5-145         2 4
+noback pass2 @12-5-3456-15 @12-5-15           2 5
+noback pass2 @12-5-3456-145 @12-5-124         2 6
+noback pass2 @12-5-3456-1245 @12-5-1245       2 7
+noback pass2 @12-5-3456-125 @12-5-125         2 8
+noback pass2 @12-5-3456-24 @12-5-24           2 9
+noback pass2 @14-5-3456-245 @14-5-245         3 0
+noback pass2 @14-5-3456-1 @14-5-1             3 1
+noback pass2 @14-5-3456-12 @14-5-12           3 2
+noback pass2 @14-5-3456-14 @14-5-14           3 3
+noback pass2 @14-5-3456-145 @14-5-145         3 4
+noback pass2 @14-5-3456-15 @14-5-15           3 5
+noback pass2 @14-5-3456-145 @14-5-124         3 6
+noback pass2 @14-5-3456-1245 @14-5-1245       3 7
+noback pass2 @14-5-3456-125 @14-5-125         3 8
+noback pass2 @14-5-3456-24 @14-5-24           3 9
+noback pass2 @145-5-3456-245 @145-5-245       4 0
+noback pass2 @145-5-3456-1 @145-5-1           4 1
+noback pass2 @145-5-3456-12 @145-5-12         4 2
+noback pass2 @145-5-3456-14 @145-5-14         4 3
+noback pass2 @145-5-3456-145 @145-5-145       4 4
+noback pass2 @145-5-3456-15 @145-5-15         4 5
+noback pass2 @145-5-3456-145 @145-5-124       4 6
+noback pass2 @145-5-3456-1245 @145-5-1245     4 7
+noback pass2 @145-5-3456-125 @145-5-125       4 8
+noback pass2 @145-5-3456-24 @145-5-24         4 9
+noback pass2 @15-5-3456-245 @15-5-245         5 0
+noback pass2 @15-5-3456-1 @15-5-1             5 1
+noback pass2 @15-5-3456-12 @15-5-12           5 2
+noback pass2 @15-5-3456-14 @15-5-14           5 3
+noback pass2 @15-5-3456-145 @15-5-145         5 4
+noback pass2 @15-5-3456-15 @15-5-15           5 5
+noback pass2 @15-5-3456-145 @15-5-124         5 6
+noback pass2 @15-5-3456-1245 @15-5-1245       5 7
+noback pass2 @15-5-3456-125 @15-5-125         5 8
+noback pass2 @15-5-3456-24 @15-5-24           5 9
+noback pass2 @124-5-3456-245 @124-5-245       6 0
+noback pass2 @124-5-3456-1 @124-5-1           6 1
+noback pass2 @124-5-3456-12 @124-5-12         6 2
+noback pass2 @124-5-3456-14 @124-5-14         6 3
+noback pass2 @124-5-3456-145 @124-5-145       6 4
+noback pass2 @124-5-3456-15 @124-5-15         6 5
+noback pass2 @124-5-3456-145 @124-5-124       6 6
+noback pass2 @124-5-3456-1245 @124-5-1245     6 7
+noback pass2 @124-5-3456-125 @124-5-125       6 8
+noback pass2 @124-5-3456-24 @124-5-24         6 9
+noback pass2 @1245-5-3456-245 @1245-5-245     7 0
+noback pass2 @1245-5-3456-1 @1245-5-1         7 1
+noback pass2 @1245-5-3456-12 @1245-5-12       7 2
+noback pass2 @1245-5-3456-14 @1245-5-14       7 3
+noback pass2 @1245-5-3456-145 @1245-5-145     7 4
+noback pass2 @1245-5-3456-15 @1245-5-15       7 5
+noback pass2 @1245-5-3456-145 @1245-5-124     7 6
+noback pass2 @1245-5-3456-1245 @1245-5-1245   7 7
+noback pass2 @1245-5-3456-125 @1245-5-125     7 8
+noback pass2 @1245-5-3456-24 @1245-5-24       7 9
+noback pass2 @125-5-3456-245 @125-5-245       8 0
+noback pass2 @125-5-3456-1 @125-5-1           8 1
+noback pass2 @125-5-3456-12 @125-5-12         8 2
+noback pass2 @125-5-3456-14 @125-5-14         8 3
+noback pass2 @125-5-3456-145 @125-5-145       8 4
+noback pass2 @125-5-3456-15 @125-5-15         8 5
+noback pass2 @125-5-3456-145 @125-5-124       8 6
+noback pass2 @125-5-3456-1245 @125-5-1245     8 7
+noback pass2 @125-5-3456-125 @125-5-125       8 8
+noback pass2 @125-5-3456-24 @125-5-24         8 9
+noback pass2 @24-5-3456-245 @24-5-245         9 0
+noback pass2 @24-5-3456-1 @24-5-1             9 1
+noback pass2 @24-5-3456-12 @24-5-12           9 2
+noback pass2 @24-5-3456-14 @24-5-14           9 3
+noback pass2 @24-5-3456-145 @24-5-145         9 4
+noback pass2 @24-5-3456-15 @24-5-15           9 5
+noback pass2 @24-5-3456-145 @24-5-124         9 6
+noback pass2 @24-5-3456-1245 @24-5-1245       9 7
+noback pass2 @24-5-3456-125 @24-5-125         9 8
+noback pass2 @24-5-3456-24 @24-5-24           9 9
+
+capsletter 6
+begcapsword 6-6
+endcapsword 6-3
+lencapsphrase 3
+begcapsphrase 6-6-6
+begcaps 6-6-6
+endcaps 6-3
+
+emphclass italic
+emphclass underline
+emphclass bold
+emphclass script
+emphclass transnote
+emphclass trans1
+emphclass trans2
+emphclass trans3
+emphclass trans4
+emphclass trans5
+
+emphletter italic 46-23
+begemphword italic 46-2
+endemphword italic 46-3
+lenemphphrase italic 3
+begemphphrase italic 46-2356
+endemphphrase italic after 46-3
+
+emphletter bold 45-23
+begemphword bold 45-2
+endemphword bold 45-3
+lenemphphrase bold 3
+begemphphrase bold 45-2356
+endemphphrase bold after 45-3
+
+emphletter underline 456-23
+begemphword underline 456-2
+endemphword underline 456-3
+lenemphphrase underline 3
+begemphphrase underline 456-2356
+endemphphrase underline after 456-3
+
+emphletter script 4-23
+begemphword script 4-2
+endemphword script 4-3
+lenemphphrase script 3
+begemphphrase script 4-2356
+endemphphrase script after 4-3
+
+begemph transnote 4-46-126
+endemph transnote 4-46-354
+
+
+emphletter trans1 4-3456-23
+begemphword trans1 4-3456-2
+endemphword trans1 4-3456-3
+lenemphphrase trans1 3
+begemphphrase trans1 4-3456-2356
+endemphphrase trans1 after 4-3456-3
+
+emphletter trans2 45-3456-23
+begemphword trans2 45-3456-2
+endemphword trans2 45-3456-3
+lenemphphrase trans2 3
+begemphphrase trans2 45-3456-2356
+endemphphrase trans2 after 45-3456-3
+
+emphletter trans3 456-3456-23
+begemphword trans3 456-3456-2
+endemphword trans3 456-3456-3
+lenemphphrase trans3 3
+begemphphrase trans3 456-3456-2356
+endemphphrase trans3 after 456-3456-3
+
+emphletter trans4 5-3456-23
+begemphword trans4 5-3456-2
+endemphword trans4 5-3456-3
+lenemphphrase trans4 3
+begemphphrase trans4 5-3456-2356
+endemphphrase trans4 after 5-3456-3
+
+emphletter trans5 46-3456-23
+begemphword trans5 46-3456-2
+endemphword trans5 46-3456-3
+lenemphphrase trans5 3
+begemphphrase trans5 46-3456-2356
+endemphphrase trans5 after 46-3456-3
+
+# display/passthrough for unicode braille
+include braille-patterns.cti
+ISO8859-2
+./c/c8
+./c/l8
+./c/n8
+./c/s8
+./c/x8
+./c/z8
+./c8
+./cb8
+./cc8
+./cd8
+./cf8
+./cg8
+./ch8
+./cj8
+./ck8
+./cl8
+./cm8
+./cn8
+./cp8
+./cr8
+./cs8
+./ct8
+./cv8
+./cw8
+./cwier2/c3
+./cx8
+./cz8
+./l/c8
+./l/l8
+./l/n8
+./l/s8
+./l/x8
+./l/z8
+./l8
+./lb8
+./lc8
+./ld8
+./lf8
+./lg8
+./lh8
+./lj8
+./lk8
+./ll8
+./lm8
+./ln8
+./lp8
+./lr8
+./ls8
+./lt8
+./lv8
+./lw8
+./lx8
+./lz8
+./n/c8
+./n/l8
+./n/n8
+./n/s8
+./n/x8
+./n/z8
+./n8
+./nb8
+./nc8
+./nd8
+./nf8
+./ng8
+./nh8
+./nj8
+./nk8
+./nl8
+./nm8
+./nn8
+./np8
+./nr8
+./ns8
+./nt8
+./nv8
+./nw8
+./nx8
+./nz8
+./s/c8
+./s/l8
+./s/n8
+./s/s8
+./s/x8
+./s/z8
+./s8
+./sb8
+./sc8
+./sd8
+./sf8
+./sg8
+./sh8
+./sj8
+./sk8
+./sl8
+./sm8
+./sn8
+./sp8
+./sr/o2d5
+./sr/odr2
+./sr8
+./ss8
+./st8
+./sv8
+./sw8
+./swiat/lo3w2
+./sx8
+./sz8
+./x/c8
+./x/l8
+./x/n8
+./x/s8
+./x/x8
+./x/z8
+./x8
+./xb8
+./xc8
+./xd/x8
+./xd8
+./xf8
+./xg8
+./xh8
+./xj8
+./xk8
+./xl8
+./xm8
+./xn8
+./xp8
+./xr8
+./xs8
+./xt8
+./xv8
+./xw8
+./xx8
+./xz8
+./z/c8
+./z/l8
+./z/n8
+./z/s8
+./z/x8
+./z/z8
+./z8
+./zb8
+./zc8
+./zd8
+./zf8
+./zg8
+./zh8
+./zj8
+./zk8
+./zl8
+./zm8
+./zn8
+./zp8
+./zr8
+./zs8
+./zt8
+./zv8
+./zw8
+./zx8
+./zz8
+.a2b2s3t
+.a2d3
+.ad4a
+.ad4e
+.ad4i
+.ad4o
+.ad4u
+.ad4y
+.ad5apt
+.ad5iu
+.ad5op
+.ad5or
+.ae3ro
+.aeroa2
+.aeroe2
+.aeroi2
+.aeroo2
+.aerou2
+.antya2
+.antye2
+.antyi2
+.antyo2
+.antyu2
+.arcy3/l2
+.arcy3b2
+.arcy3bz2
+.arcy3k2
+.arcy3m2
+.arcya2
+.arcye2
+.arcyi2
+.arcyo2
+.arcyu2
+.au3g2
+.au3k2
+.au3t2
+.auto3ch2
+.autoa2
+.autoe2
+.autoi2
+.autoo2
+.autotran2s3
+.autou2
+.b/c8
+.b/l8
+.b/n8
+.b/s8
+.b/x8
+.b/z8
+.b8
+.bb8
+.bc8
+.bd8
+.be2z3
+.be3z4an
+.be3z4ec
+.be3z4ik
+.bezch2
+.bezm2
+.bezo2
+.bezo2b1j
+.bezw2
+.bezzw2
+.bf8
+.bg8
+.bh8
+.bj8
+.bk8
+.bl8
+.bm8
+.bn8
+.bp8
+.br8
+.brz8
+.bs8
+.bt8
+.bv8
+.bw8
+.bx8
+.bz8
+.c/c8
+.c/l8
+.c/n8
+.c/s8
+.c/x8
+.c/z8
+.c8
+.ca/lo3/s2
+.ca/lo3k2
+.cb8
+.cc8
+.cd8
+.cf8
+.cg8
+.ch8
+.chrz8
+.cienko3w2
+.ciep/lo3kr2
+.cj8
+.ck8
+.cl8
+.cm8
+.cn8
+.cp8
+.cr8
+.cs8
+.ct8
+.cv8
+.cw8
+.cx8
+.cz8
+.czarno3k2
+.czk8
+.cztere2ch3
+.czterechse2t3
+.cztero3/s2
+.czw/o2r3
+.czw/o3r4/a
+.czw/o3r4/e
+.czw/o3r4a
+.czw/o3r4e
+.czw/o3r4o
+.d/c8
+.d/l8
+.d/lugo3tr2
+.d/lugo3w2
+.d/n8
+.d/s8
+.d/x8
+.d/z8
+.d8
+.daleko3w2
+.db8
+.dc8
+.dd8
+.de2z3
+.de3z4a3bil
+.de3z4a3wu
+.de3z4el
+.de3z4er
+.de3z4y
+.deza2
+.dezo2
+.df8
+.dg8
+.dh8
+.dj8
+.dk8
+.dl8
+.dm8
+.dn8
+.do3/c2
+.do3/l2
+.do3/s2
+.do3/x2
+.do3/z2
+.do3b2
+.do3c2
+.do3d2
+.do3f2
+.do3g2
+.do3h2
+.do3k2
+.do3l2
+.do3m2
+.do3p2
+.do3r2
+.do3s2
+.do3t2
+.do3w2
+.do3z2
+.do4/l3k
+.do4k3t
+.do4l3n
+.do4m3k
+.do4r3s
+.do4w3c
+.do5m4k2n
+.dobr2
+.dobrz2
+.doch2
+.docz2
+.dod/x2
+.dod/z2
+.dodz2
+.dogrz2
+.dopch2
+.doprz2
+.dor/z2
+.dorz2
+.dosch2
+.dosm2
+.dosz2
+.dotk2
+.dotr2
+.dp8
+.dr8
+.drogo3w2
+.drz8
+.ds8
+.dt8
+.dv8
+.dw/o2j3
+.dw/o3j4/a
+.dw/o3j4/e
+.dw/o3j4a
+.dw/o3j4e
+.dw/o3j4o
+.dw8
+.dx8
+.dy2s3
+.dy2z3
+.dy3s4e
+.dy3s4o
+.dy3s4ta
+.dy3s4y
+.dy3sz
+.dy3z4e
+.dyzu2
+.dz8
+.dziesi/ecio3/s2
+.dziewi/e/cse2t3
+.dziewi/e2/c3
+.dziewi/ecio3/s2
+.e2k2s3
+.e2m3e2s5ze2t
+.e2s1e2s1ma
+.e2s1ha
+.e2s1t
+.egoa2
+.egoe2
+.egoi2
+.egoo2
+.egou2
+.eks4y
+.elektroa2
+.elektroe2
+.elektroi2
+.elektroo2
+.elektrou2
+.f/c8
+.f/l8
+.f/n8
+.f/s8
+.f/x8
+.f/z8
+.f8
+.fb8
+.fc8
+.fd8
+.ff8
+.fg8
+.fh8
+.fj8
+.fk8
+.fl8
+.fm8
+.fn8
+.fp8
+.fr8
+.fs8
+.ft8
+.fv8
+.fw8
+.fx8
+.fz8
+.g/c8
+.g/l8
+.g/n8
+.g/s8
+.g/x8
+.g/z8
+.g8
+.gb8
+.gc8
+.gd8
+.ge2o3
+.gf8
+.gg8
+.gh8
+.gj8
+.gk8
+.gl8
+.gm8
+.gn8
+.go2u3
+.gp8
+.gr8
+.grubo3w2
+.grz8
+.gs8
+.gt8
+.gv8
+.gw8
+.gx8
+.gz8
+.h/c8
+.h/l8
+.h/n8
+.h/s8
+.h/x8
+.h/z8
+.h8
+.hb8
+.hc8
+.hd8
+.hf8
+.hg8
+.hh8
+.hipe2r3
+.hipe3r4o
+.hipera2
+.hipere2
+.hj8
+.hk8
+.hl8
+.hm8
+.hn8
+.hp8
+.hr8
+.hs8
+.ht8
+.hv8
+.hw8
+.hx8
+.hz8
+.i2n3
+.i2s3l
+.i3n4ic
+.i3n4o
+.i3n4u
+.i4n5o2k
+.in4f3lan
+.ino3w2
+.izoa2
+.izoe2
+.izoi2
+.izoo2
+.izou2
+.j/c8
+.j/l8
+.j/n8
+.j/s8
+.j/x8
+.j/z8
+.j8
+.jad/lo3w2
+.jb8
+.jc8
+.jd8
+.jf8
+.jg8
+.jh8
+.jj8
+.jk8
+.jl8
+.jm8
+.jn8
+.jp8
+.jr8
+.js8
+.jt8
+.jv8
+.jw8
+.jx8
+.jz8
+.k/c8
+.k/l8
+.k/n8
+.k/s8
+.k/x8
+.k/z8
+.k8
+.kb8
+.kc8
+.kd8
+.kf8
+.kg8
+.kh8
+.kilkuse2t3
+.kilkuseto2
+.kj8
+.kk8
+.kl8
+.km8
+.kn8
+.ko/lo3w2
+.kon2t2r3
+.kon3tr4a
+.kon3tr4e
+.kon3tr4o3l
+.kon3tr4o3w
+.kon3tr4y
+.kon4tr5a2gi
+.kon4tr5a2se
+.kon4tr5a2sy
+.kon4tr5a2ta
+.kon4tr5adm
+.kon4tr5akc
+.kon4tr5alt
+.kon4tr5arg
+.kontro2
+.kontru2
+.kp8
+.kr/otko3tr2
+.kr/otko3w2
+.kr8
+.kro2/c3
+.krz8
+.ks8
+.kt8
+.kv8
+.kw8
+.kx8
+.kz8
+.l/c8
+.l/l8
+.l/n8
+.l/s8
+.l/x8
+.l/z8
+.l8
+.lb8
+.lc8
+.ld8
+.lf8
+.lg8
+.lh8
+.lj8
+.lk8
+.ll8
+.lm8
+.ln8
+.lp8
+.lr8
+.ls8
+.lt8
+.ludo3w2
+.lv8
+.lw8
+.lx8
+.lz8
+.m/c8
+.m/l8
+.m/n8
+.m/s8
+.m/x8
+.m/z8
+.m8
+.mb8
+.mc8
+.md8
+.mf8
+.mg8
+.mh8
+.mili3amp
+.mj8
+.mk8
+.ml8
+.mm8
+.mn8
+.mo/zno3w2
+.mp8
+.mr8
+.ms8
+.mt8
+.mv8
+.mw8
+.mx8
+.mz8
+.n/c8
+.n/l8
+.n/n8
+.n/s8
+.n/x8
+.n/z8
+.n8
+.na2d2
+.na2j
+.na3/c2
+.na3/l2
+.na3/s2
+.na3/x2
+.na3/z2
+.na3b2
+.na3c2
+.na3d/a
+.na3d/e
+.na3d/x2
+.na3d4/lub
+.na3d4ir
+.na3d4much
+.na3d4r/ecz
+.na3d4r2w
+.na3d4repcz
+.na3d4rept
+.na3d4ruk
+.na3d4rz
+.na3d4worn
+.na3daj
+.na3de
+.na3do
+.na3dy
+.na3dzi
+.na3f2
+.na3g2
+.na3h2
+.na3j/a
+.na3j/e
+.na3jazd
+.na3je
+.na3k2
+.na3l2
+.na3m2
+.na3p2
+.na3r2
+.na3s2
+.na3t2
+.na3u2
+.na3w2
+.na3z2
+.na4d3o2b2/l
+.na4d3o2bojcz
+.na4d3o2bowi
+.na4d3o2brot
+.na4d3o2drz
+.na4d3o2kien
+.na4d3olbrz
+.na4d5rz/a
+.na4d5rz/e
+.na4d5rzecz
+.na4d5rzy
+.na4d5ziem
+.na4f3c
+.na4f3t
+.na4j3e2f
+.na4j3e2g
+.na4j3e2k2s
+.na4j3e2ko
+.na4j3e2n
+.na4j3e2r
+.na4j3e2s
+.na4j3e2w
+.na4j3emf
+.na4j3eu
+.na4r3c
+.na4r3d
+.na4r3k
+.na4r3r
+.na4r3t
+.nabrz2
+.nach2
+.nacz2
+.nad/srod5ziem
+.nad3/c2
+.nad3/l2
+.nad3/s2
+.nad3b2
+.nad3c2
+.nad3d2
+.nad3e2tat
+.nad3f2
+.nad3g2
+.nad3h2
+.nad3i2
+.nad3j2
+.nad3k2
+.nad3l2
+.nad3m2
+.nad3n2
+.nad3p2
+.nad3r2
+.nad3s2
+.nad3t2
+.nad3u2
+.nad3w2
+.nad5/z2
+.nad5z/o
+.nad5z2mys
+.nad5zo
+.nad5zwycz
+.nadch2
+.nadcz2
+.nadd/x2
+.nade3/c2
+.nade3/l2
+.nade3/s2
+.nade3/x2
+.nade3/z2
+.nade3b2
+.nade3c2
+.nade3d2
+.nade3f2
+.nade3g2
+.nade3h2
+.nade3k2
+.nade3l2
+.nade3m2
+.nade3p2
+.nade3r2
+.nade3s2
+.nade3t2
+.nade3w2
+.nade3z2
+.nade4p3c
+.nade4p3n
+.nade4p3t
+.nadech2
+.nadecz2
+.naded/x2
+.naded/z2
+.nadedz2
+.nader/z2
+.naderz2
+.nadesz2
+.nadsz2
+.nadtr2
+.nadz2
+.nagrz2
+.naj3/c2
+.naj3/l2
+.naj3/s2
+.naj3/x2
+.naj3/z2
+.naj3akt
+.naj3au
+.naj3b2
+.naj3c2
+.naj3d2
+.naj3f2
+.naj3g2
+.naj3h2
+.naj3i2
+.naj3k2
+.naj3l2
+.naj3m2
+.naj3o2
+.naj3o2/c2
+.naj3o2/l2
+.naj3o2/s2
+.naj3o2/x2
+.naj3o2/z2
+.naj3o2b2
+.naj3o2c2
+.naj3o2d2
+.naj3o2f2
+.naj3o2g2
+.naj3o2h2
+.naj3o2k2
+.naj3o2l2
+.naj3o2m2
+.naj3o2p2
+.naj3o2r2
+.naj3o2s2
+.naj3o2t2
+.naj3o2w2
+.naj3o2z2
+.naj3p2
+.naj3r2
+.naj3ro2z3
+.naj3s2
+.naj3t2
+.naj3u2
+.naj3w2
+.naj3z2
+.najbe2z3
+.najbezw2
+.najch2
+.najcz2
+.najd/x2
+.najd/z2
+.najdo3/c2
+.najdo3/l2
+.najdo3/s2
+.najdo3/x2
+.najdo3/z2
+.najdo3b2
+.najdo3c2
+.najdo3d2
+.najdo3f2
+.najdo3g2
+.najdo3h2
+.najdo3k2
+.najdo3l2
+.najdo3m2
+.najdo3p2
+.najdo3r2
+.najdo3s2
+.najdo3t2
+.najdo3w2
+.najdo3z2
+.najdoch2
+.najdocz2
+.najdod/x2
+.najdod/z2
+.najdodz2
+.najdorz2
+.najdosz2
+.najdotk2
+.najdz2
+.najkr2
+.najob3/c2
+.najob3/l2
+.najob3/s2
+.najob3/x2
+.najob3/z2
+.najob3c2
+.najob3d2
+.najob3f2
+.najob3g2
+.najob3h2
+.najob3j2
+.najob3k2
+.najob3l2
+.najob3m2
+.najob3n2
+.najob3p2
+.najob3s2
+.najob3t2
+.najob3w2
+.najobch2
+.najobcz2
+.najobd/x2
+.najobd/z2
+.najobdz2
+.najobrz2
+.najobsz2
+.najoch2
+.najocz2
+.najod/x2
+.najod3/c2
+.najod3/s2
+.najod3c2
+.najod3d2
+.najod3f2
+.najod3g2
+.najod3h2
+.najod3j2
+.najod3k2
+.najod3l2
+.najod3m2
+.najod3n2
+.najod3p2
+.najod3s2
+.najod3t2
+.najod3w2
+.najod5/z2
+.najodch2
+.najodcz2
+.najodd/x2
+.najodd/z2
+.najoddz2
+.najodsz2
+.najodz2
+.najorz2
+.najosz2
+.najro3z4u
+.najrz2
+.najsm2
+.najsz2
+.najtk2
+.najtr2
+.najucz2
+.najzw2
+.nakr2
+.napo2d2
+.napo3/c2
+.napo3/l2
+.napo3/s2
+.napo3/x2
+.napo3/z2
+.napo3b2
+.napo3c2
+.napo3f2
+.napo3g2
+.napo3h2
+.napo3k2
+.napo3l2
+.napo3m2
+.napo3p2
+.napo3r2
+.napo3s2
+.napo3t2
+.napo3w2
+.napo3z2
+.napo4m3p
+.napoch2
+.napocz2
+.napod/x2
+.napod/z2
+.napod3d
+.napomk2
+.naporz2
+.naposz2
+.naprz2
+.nar/z2
+.naro2z3
+.narz2
+.nasm2
+.nasz2
+.natch2
+.natk2
+.naz3m2
+.nazw2
+.nb8
+.nc8
+.nd8
+.ne2o3
+.nf8
+.ng8
+.nh8
+.nie3/c2
+.nie3/l2
+.nie3/s2
+.nie3/x2
+.nie3/z2
+.nie3b2
+.nie3c2
+.nie3d2
+.nie3f2
+.nie3g2
+.nie3h2
+.nie3k2
+.nie3l2
+.nie3m2
+.nie3p2
+.nie3r2
+.nie3s2
+.nie3t2
+.nie3u2
+.nie3w2
+.nie3z2
+.nie4c3c
+.nie4c3k
+.nie4d/x3
+.nie4m3c
+.nie4m3k
+.niech2
+.niecz2
+.nied/z2
+.niedo3/c2
+.niedo3/l2
+.niedo3/s2
+.niedo3/x2
+.niedo3/z2
+.niedo3b2
+.niedo3c2
+.niedo3d2
+.niedo3f2
+.niedo3g2
+.niedo3h2
+.niedo3k2
+.niedo3l2
+.niedo3m2
+.niedo3p2
+.niedo3r2
+.niedo3s2
+.niedo3t2
+.niedo3w2
+.niedo3z2
+.niedobrz2
+.niedoch2
+.niedocz2
+.niedod/x2
+.niedod/z2
+.niedodz2
+.niedokr2
+.niedomk2
+.niedopch2
+.niedorz2
+.niedosz2
+.niedotk2
+.niedz2
+.nieo/c2
+.nieo/l2
+.nieo/s2
+.nieo/x2
+.nieo/z2
+.nieo2
+.nieob2
+.nieob3/c2
+.nieob3/s2
+.nieob3/x2
+.nieob3/z2
+.nieob3c2
+.nieob3d2
+.nieob3f2
+.nieob3g2
+.nieob3h2
+.nieob3j2
+.nieob3k2
+.nieob3m2
+.nieob3p2
+.nieob3s2
+.nieob3w2
+.nieobch2
+.nieobcz2
+.nieobd/x2
+.nieobd/z2
+.nieobdz2
+.nieobsz2
+.nieoc2
+.nieoch2
+.nieocz2
+.nieod/x2
+.nieod2
+.nieod3/c2
+.nieod3/l2
+.nieod3/s2
+.nieod3c2
+.nieod3d2
+.nieod3f2
+.nieod3g2
+.nieod3h2
+.nieod3j2
+.nieod3k2
+.nieod3l2
+.nieod3n2
+.nieod3p2
+.nieod3s2
+.nieod3t2
+.nieod3wr
+.nieod5/z2
+.nieodch2
+.nieodcz2
+.nieodd/x2
+.nieodd/z2
+.nieoddz2
+.nieodsz2
+.nieodw2
+.nieodz2
+.nieof2
+.nieog2
+.nieoh2
+.nieok2
+.nieol2
+.nieom2
+.nieop2
+.nieor2
+.nieorz2
+.nieos2
+.nieosz2
+.nieot2
+.nieow2
+.nieoz2
+.niepo2d2
+.niepo3/c2
+.niepo3/l2
+.niepo3/s2
+.niepo3/x2
+.niepo3/z2
+.niepo3b2
+.niepo3c2
+.niepo3d/x2
+.niepo3d4/lu
+.niepo3d4much
+.niepo3d4r/ecz
+.niepo3d4ra/z
+.niepo3d4rap
+.niepo3d4repcz
+.niepo3d4rept
+.niepo3d4waj
+.niepo3d4woj
+.niepo3do
+.niepo3du
+.niepo3dz2
+.niepo3f2
+.niepo3g2
+.niepo3h2
+.niepo3k2
+.niepo3l2
+.niepo3m2
+.niepo3p2
+.niepo3r2
+.niepo3s2
+.niepo3t2
+.niepo3w2
+.niepo3z2
+.niepo4d3o2choc
+.niepo4d3o2strz
+.niepoch2
+.niepocz2
+.niepod3/c2
+.niepod3/l2
+.niepod3/s2
+.niepod3b2
+.niepod3c2
+.niepod3d2
+.niepod3f2
+.niepod3g2
+.niepod3h2
+.niepod3j2
+.niepod3k2
+.niepod3l2
+.niepod3m2
+.niepod3n2
+.niepod3p2
+.niepod3r2
+.niepod3s2
+.niepod3t2
+.niepod3w2
+.niepod5/z
+.niepodch2
+.niepodcz2
+.niepodd/x2
+.niepodd/z2
+.niepodsm2
+.niepodsz2
+.nieporz2
+.nieposm2
+.nieposz2
+.nieprze/lk2
+.nieprze2d2
+.nieprze3/c2
+.nieprze3/l2
+.nieprze3/s2
+.nieprze3/x2
+.nieprze3/z2
+.nieprze3b2
+.nieprze3brz2
+.nieprze3c2
+.nieprze3d/x2
+.nieprze3d4/lu/z
+.nieprze3d4much
+.nieprze3d4ramat
+.nieprze3d4ruk
+.nieprze3d4ryl
+.nieprze3d4rz2
+.nieprze3d4um
+.nieprze3dy
+.nieprze3dz2
+.nieprze3e2k2s3
+.nieprze3f2
+.nieprze3g2
+.nieprze3h2
+.nieprze3k2
+.nieprze3l2
+.nieprze3m2
+.nieprze3n2
+.nieprze3p2
+.nieprze3r2
+.nieprze3s2
+.nieprze3t2
+.nieprze3w2
+.nieprze3z2
+.nieprze4d5/lu/zyc
+.nieprze4d5/z2
+.nieprze4d5z2a
+.nieprze4d5zg2
+.nieprze4d5zim
+.nieprze4d5zj
+.nieprze4d5zl
+.nieprze4d5zw2r
+.nieprze4d5zwoj
+.nieprzech2
+.nieprzecz2
+.nieprzed3/c2
+.nieprzed3/l2
+.nieprzed3/s2
+.nieprzed3c2
+.nieprzed3d2
+.nieprzed3f2
+.nieprzed3g2
+.nieprzed3h2
+.nieprzed3i2
+.nieprzed3j2
+.nieprzed3k2
+.nieprzed3l2
+.nieprzed3m2
+.nieprzed3n2
+.nieprzed3p2
+.nieprzed3r2
+.nieprzed3s2
+.nieprzed3sz2
+.nieprzed3t2
+.nieprzed3u2
+.nieprzed3w2
+.nieprzedch2
+.nieprzedcz2
+.nieprzedd/x2
+.nieprzedd/z2
+.nieprzeddz2
+.nieprzegrz2
+.nieprzekl2
+.nieprzekr2
+.nieprzepch2
+.nieprzer/z2
+.nieprzerz2
+.nieprzesch2
+.nieprzesm2
+.nieprzesz2
+.nieprzetk2
+.nieprzetr2
+.niero2z3
+.niero3z4e
+.niero3z4u
+.nieroz/s2
+.nierozbrz2
+.nieroze3r2
+.nierozm2
+.nieroztr2
+.nierz2
+.niesu2b3
+.niesu3b4ie
+.niesz2
+.nietk2
+.nietr2
+.nieucz2
+.nieuw2
+.niewy3/c2
+.niewy3/l2
+.niewy3/s2
+.niewy3/x2
+.niewy3/z2
+.niewy3b2
+.niewy3c2
+.niewy3d2
+.niewy3f2
+.niewy3g2
+.niewy3h2
+.niewy3k2
+.niewy3l2
+.niewy3m2
+.niewy3p2
+.niewy3r2
+.niewy3s2
+.niewy3t2
+.niewy3w2
+.niewy3z2
+.niewybrz2
+.niewych2
+.niewycz2
+.niewyd/x2
+.niewyd/z2
+.niewydz2
+.niewyrz2
+.niewysz2
+.niewytk2
+.niewytr2
+.niezw2
+.nj8
+.nk8
+.nl8
+.nm8
+.nn8
+.np8
+.nr8
+.ns8
+.nt8
+.nv8
+.nw8
+.nx8
+.nz8
+.o/c2
+.o/s2
+.o/smio3/s2
+.o/x2
+.o/z2
+.o2b2
+.o2d2
+.o2t3ch/l
+.o3b4/l/a
+.o3b4/l/e
+.o3b4/loc
+.o3b4luzg
+.o3b4ra/c
+.o3b4raso
+.o3b4ro/n
+.o3b4ron
+.o3b4ry/x
+.o3b4ryz
+.o3b4rz2
+.o3be
+.o3bi
+.o3d4iu
+.o3d4r/et
+.o3d4rap
+.o3d4robin
+.o3d4rut
+.o3d4rwi
+.o3d4rze/c
+.o3d4rzw
+.o3d6zia
+.o3d6zie
+.o3de
+.o3l2/sn
+.o4b5/locz
+.o4b5rz/a
+.o4b5rz/ed
+.o4b5rzez
+.o4b5rzuc
+.o4b5rzut
+.o4b5rzyn
+.o4d7ziar
+.o4d7ziem
+.oa3z
+.ob3/c2
+.ob3/l2
+.ob3/s2
+.ob3/x2
+.ob3/z2
+.ob3c2
+.ob3d2
+.ob3f2
+.ob3g2
+.ob3h2
+.ob3j2
+.ob3k2
+.ob3l2
+.ob3m2
+.ob3n2
+.ob3o2strz
+.ob3p2
+.ob3r
+.ob3s2
+.ob3t2
+.ob3u2m2
+.ob3w2
+.obch2
+.obcz2
+.obd/x2
+.obd/z2
+.obdz2
+.obe3/c2
+.obe3/l2
+.obe3/s2
+.obe3/x2
+.obe3/z2
+.obe3b2
+.obe3c2
+.obe3d2
+.obe3f2
+.obe3g2
+.obe3h2
+.obe3k2
+.obe3l2
+.obe3m2
+.obe3p2
+.obe3r2
+.obe3r3t
+.obe3s2
+.obe3t2
+.obe3w2
+.obe3z2
+.obe4c3n
+.obe4z3w
+.obech2
+.obecz2
+.obed/x2
+.obed/z2
+.obedz2
+.ober/z2
+.ober3m
+.oberz2
+.obesch2
+.obesz2
+.obetk2
+.obi3b2
+.obsz2
+.oc2
+.och2
+.ochrz2
+.ocz2
+.od/x2
+.od3/c2
+.od3/s2
+.od3au
+.od3b2
+.od3c2
+.od3d2
+.od3f2
+.od3g2
+.od3h2
+.od3i2
+.od3i2zo
+.od3j2
+.od3k2
+.od3l2
+.od3m2
+.od3n2
+.od3o2s
+.od3p2
+.od3r2
+.od3s2
+.od3t2
+.od3u2cz
+.od3u2m2
+.od3w2
+.od5/z2
+.od5z2
+.odbe2z3
+.odch2
+.odcz2
+.odd/x2
+.odd/z2
+.oddz2
+.ode3/c2
+.ode3/l2
+.ode3/s2
+.ode3/x2
+.ode3/z2
+.ode3b2
+.ode3c2
+.ode3d2
+.ode3f2
+.ode3g2
+.ode3h2
+.ode3k2
+.ode3l2
+.ode3m2
+.ode3mk2
+.ode3p2
+.ode3r2
+.ode3s2
+.ode3t2
+.ode3w2
+.ode3z2
+.odech2
+.odecz2
+.oded/x2
+.oded/z2
+.odedz2
+.odepch2
+.oder/z2
+.oderz2
+.odesz2
+.odetch2
+.odetk2
+.odkrz2
+.odrz2
+.odsz2
+.of2
+.og/olno3k2
+.og2
+.ognio3tr2
+.oh2
+.ok2
+.oka3m2
+.okr2
+.ole2o3
+.om2
+.op2
+.opch2
+.or2/z2
+.or2t/e
+.or2z2
+.os2
+.osie2m3
+.osiemse2t3
+.osz2
+.ot2
+.ow2
+.oz2
+.p/c8
+.p/l8
+.p/lasko3w2
+.p/n8
+.p/o/lk2
+.p/o/lkr2
+.p/o/lm2
+.p/o/lo2
+.p/o/lob3r
+.p/o/lom2d
+.p/o/lprzy3m2k
+.p/o2/l3
+.p/o3/l4/a
+.p/o3/l4/e
+.p/o3/l4ecz
+.p/o3/l4y
+.p/s8
+.p/x8
+.p/z8
+.p8
+.pb8
+.pc8
+.pch8
+.pd8
+.pe/lno3kr2
+.pe2r3
+.pe3c2k
+.pe3r4e
+.pe3r4i
+.pe3r4o
+.pe3r4u
+.pe3r4y
+.pe4r5i2n
+.pee2se2l
+.pepee2r
+.pepee2s
+.peze2t1pee2r
+.pf8
+.pg8
+.ph8
+.pi/e/cse2t3
+.pi/e2/c3
+.pi/ecio3/s2
+.pierwo3w2
+.piono3w2
+.pj8
+.pk8
+.pl8
+.pm8
+.pn8
+.po/lk2
+.po2d2
+.po3/c2
+.po3/l2
+.po3/s2
+.po3/x2
+.po3/z2
+.po3b2
+.po3c2
+.po3d/a
+.po3d/e
+.po3d/x2
+.po3d4/lu
+.po3d4much
+.po3d4naw
+.po3d4r/ecz
+.po3d4r/etw
+.po3d4r/o/z
+.po3d4r2wi
+.po3d4ra/z
+.po3d4rap
+.po3d4repcz
+.po3d4rept
+.po3d4ro/z
+.po3d4rob/o
+.po3d4roba
+.po3d4robo
+.po3d4roby
+.po3d4rocz
+.po3d4ruzg
+.po3d4ryg
+.po3d4rze
+.po3d4w/ojn
+.po3d4w/or
+.po3d4waj
+.po3d4woi
+.po3d4woj
+.po3d4worz
+.po3da
+.po3de
+.po3dej
+.po3diu
+.po3do
+.po3du
+.po3dy
+.po3dz2
+.po3e2k2s3
+.po3f2
+.po3g2
+.po3h2
+.po3k2
+.po3l2
+.po3m2
+.po3p2
+.po3r/z
+.po3r2
+.po3s2
+.po3t2
+.po3w2
+.po3z2
+.po4/n3c
+.po4cz3d
+.po4cz3t
+.po4d3/ow
+.po4d3e4k2s3
+.po4d3o2b/oz
+.po4d3o2biad
+.po4d3o2bojcz
+.po4d3o2braz
+.po4d3o2choc
+.po4d3o2dm
+.po4d3o2f
+.po4d3o2g
+.po4d3o2kien
+.po4d3o2kn
+.po4d3o2kr/eg
+.po4d3o2kres
+.po4d3o2piecz
+.po4d3o2ryw
+.po4d3o2siniak
+.po4d3o2strz
+.po4d3obsz
+.po4d3odd
+.po4d3olbrz
+.po4d3u2cz
+.po4d3u2dz
+.po4d3u2pa
+.po4d3u2ral
+.po4d3u2sta
+.po4d3u2szcz
+.po4d5r/eczn
+.po4d5zakr
+.po4d5zam
+.po4d5zast
+.po4d5zbi
+.po4d5ze
+.po4d5zieleni/a
+.po4d5zieleni/c
+.po4d5zieleni/e
+.po4d5zieleni/l
+.po4d5zielenic
+.po4d5zielenien
+.po4d5zielenil
+.po4d5zielenim
+.po4d5zielenio
+.po4d5zielenis
+.po4d5ziem
+.po4d5ziom
+.po4d5zw2r
+.po4l3s
+.po4m3p
+.po4r3c
+.po4r3f
+.po4r3n
+.po4r3t
+.po4st3d
+.po4st3f
+.po4st3g
+.po4st3h
+.po4st3i2
+.po4st3k
+.po4st3l
+.po4st3m
+.po4st3p
+.po4st3rom
+.po4st3s
+.po5d4uszczyn
+.po5r4t/e
+.pobr2
+.pobrz2
+.poch2
+.pochrz2
+.pocz2
+.pod3/c2
+.pod3/l2
+.pod3/s2
+.pod3/sr/o2d5
+.pod3alp
+.pod3b2
+.pod3c2
+.pod3d2
+.pod3f2
+.pod3g2
+.pod3h2
+.pod3i2n
+.pod3j2
+.pod3k2
+.pod3l2
+.pod3m2
+.pod3n2
+.pod3p2
+.pod3r2
+.pod3s2
+.pod3t2
+.pod3w2
+.pod5/z2
+.podch2
+.podcz2
+.podd/x2
+.podd/z2
+.pode3/c2
+.pode3/l2
+.pode3/s2
+.pode3/x2
+.pode3/z2
+.pode3b2
+.pode3c2
+.pode3d2
+.pode3f2
+.pode3g2
+.pode3h2
+.pode3k2
+.pode3l2
+.pode3m2
+.pode3p2
+.pode3r2
+.pode3s2
+.pode3t2
+.pode3tk2
+.pode3w2
+.pode3z2
+.podech2
+.podecz2
+.poded/x2
+.poded/z2
+.podedz2
+.podepch2
+.poder/z2
+.poderz2
+.podesch2
+.podesz2
+.podro2z3
+.podsm2
+.podsz2
+.pogrz2
+.pokl2
+.pokr2
+.pom4pk
+.pomk2
+.pona2d2
+.pona3/c2
+.pona3/l2
+.pona3/s2
+.pona3/x2
+.pona3/z2
+.pona3b2
+.pona3c2
+.pona3cz2
+.pona3d/x2
+.pona3do
+.pona3f2
+.pona3g2
+.pona3h2
+.pona3k2
+.pona3l2
+.pona3m2
+.pona3p2
+.pona3r2
+.pona3s2
+.pona3t2
+.pona3w2
+.pona3z2
+.pona4f3t
+.ponabrz2
+.ponach2
+.ponad3/c2
+.ponad3/s2
+.ponad3c2
+.ponad3ch2
+.ponad3cz2
+.ponad3d/x2
+.ponad3f2
+.ponad3g2
+.ponad3h2
+.ponad3j2
+.ponad3k2
+.ponad3l2
+.ponad3p2
+.ponad3s2
+.ponad3t2
+.ponadz2
+.ponarz2
+.ponasm2
+.ponasz2
+.ponaz3m2
+.ponazw2
+.ponie3k2
+.ponie3w2
+.popch2
+.popo3w2
+.poprz2
+.por4t1w
+.por4tf
+.por4tm
+.poro2z3
+.poro3z4u
+.porz2
+.posch2
+.posm2
+.posz2
+.potk2
+.potr2
+.poz4m2
+.poza3u2
+.pozw2
+.pp8
+.pr8
+.pra3s2
+.pra3w2nu
+.pra3w2z
+.prapra3w2nu
+.predy2s3po
+.prz8
+.prze/lk2
+.prze2d2
+.prze3/c2
+.prze3/l2
+.prze3/s2
+.prze3/x2
+.prze3/z2
+.prze3b2
+.prze3c2
+.prze3d/a
+.prze3d/e
+.prze3d/x2
+.prze3d4/lu/z
+.prze3d4much
+.prze3d4o3br
+.prze3d4o3st
+.prze3d4o3zo
+.prze3d4ramat
+.prze3d4ruk
+.prze3d4ryl
+.prze3d4rz2
+.prze3d4um
+.prze3dy
+.prze3dz2
+.prze3e2k2s3
+.prze3f2
+.prze3g2
+.prze3h2
+.prze3k2
+.prze3l2
+.prze3m2
+.prze3n2
+.prze3p2
+.prze3r2
+.prze3s2
+.prze3t2
+.prze3u2
+.prze3w2
+.prze3z2
+.prze4d5/lu/zyc
+.prze4d5/z2
+.prze4d5o4stat
+.prze4d5za
+.prze4d5zg2
+.prze4d5zim
+.prze4d5zj
+.prze4d5zl
+.prze4d5zw2r
+.prze4d5zwoj
+.przebr2
+.przebrz2
+.przech2
+.przechrz2
+.przeci2w3
+.przeci3w4ie
+.przeciwa2
+.przeciww2
+.przecz2
+.przed3/c2
+.przed3/l2
+.przed3/s2
+.przed3a2gon
+.przed3a2kc
+.przed3alp
+.przed3b2
+.przed3c2
+.przed3d2
+.przed3e2gz
+.przed3e2mer
+.przed3f2
+.przed3g2
+.przed3h2
+.przed3i2
+.przed3j2
+.przed3k2
+.przed3l2
+.przed3m2
+.przed3n2
+.przed3o2
+.przed3p2
+.przed3r2
+.przed3s2
+.przed3si/e3w2
+.przed3sz2
+.przed3t2
+.przed3u2
+.przed3w2
+.przedch2
+.przedcz2
+.przedd/x2
+.przedd/z2
+.przeddz2
+.przedgrz2
+.przedy2s3ku
+.przegrz2
+.przekl2
+.przekr2
+.przemk2
+.przepch2
+.przer/z2
+.przerz2
+.przesch2
+.przesm2
+.przesz2
+.przetk2
+.przetr2
+.przetran2s3
+.przy3/c2
+.przy3/l2
+.przy3/s2
+.przy3/x2
+.przy3/z2
+.przy3b2
+.przy3c2
+.przy3d2
+.przy3f2
+.przy3g2
+.przy3h2
+.przy3k2
+.przy3l2
+.przy3m2
+.przy3p2
+.przy3r2
+.przy3s2
+.przy3t2
+.przy3w2
+.przy3z2
+.przybr2
+.przych2
+.przycz2
+.przyd/x2
+.przyd/z2
+.przydz2
+.przygrz2
+.przymk2
+.przyoz2
+.przypch2
+.przyr/z2
+.przyrz2
+.przysch2
+.przysz2
+.przytk2
+.ps8
+.pt8
+.pv8
+.pw8
+.px8
+.pz8
+.r/c8
+.r/l8
+.r/n8
+.r/s8
+.r/x8
+.r/z8
+.r8
+.rb8
+.rc8
+.rd8
+.retran2s3
+.rf8
+.rg8
+.rh8
+.rj8
+.rk8
+.rl8
+.rm8
+.rn8
+.ro2z3
+.ro3z4a
+.ro3z4e
+.ro3z4e3/c2
+.ro3z4e3/l2
+.ro3z4e3/s2
+.ro3z4e3/x2
+.ro3z4e3/z2
+.ro3z4e3b2
+.ro3z4e3c2
+.ro3z4e3d2
+.ro3z4e3f2
+.ro3z4e3g2
+.ro3z4e3h2
+.ro3z4e3k2
+.ro3z4e3l2
+.ro3z4e3m2
+.ro3z4e3p2
+.ro3z4e3r2
+.ro3z4e3s2
+.ro3z4e3t2
+.ro3z4e3w2
+.ro3z4e3z2
+.ro3z4ej
+.ro3z4u
+.ro4z5a2gi
+.ro4z5a2nie
+.ro4z5e2mo
+.ro4z5e4g3z
+.ro4z5e4n3t
+.roz/s2
+.rozbrz2
+.rozd2
+.rozech2
+.rozecz2
+.rozed/x2
+.rozed/z2
+.rozedz2
+.rozepch2
+.rozer/z2
+.rozerz2
+.rozesch2
+.rozesz2
+.rozi2
+.rozm2
+.rozo2
+.rozpo3w2
+.rozt2
+.roztr2
+.rozw2
+.rp8
+.rr8
+.rs8
+.rt8
+.rv8
+.rw8
+.rx8
+.rz8
+.s/c8
+.s/l8
+.s/n8
+.s/s8
+.s/x8
+.s/z8
+.s8
+.samo3ch2
+.samo3k2
+.samo3p2
+.samo3w2
+.samoro2z3
+.sb8
+.sc8
+.sch8
+.sd8
+.sf8
+.sg8
+.sh8
+.siede2m3
+.siedemse2t3
+.siedmio3/s2
+.sj8
+.sk/a2d5/ze
+.sk8
+.skl8
+.skr8
+.sl8
+.sm8
+.sn8
+.sobo3w2
+.sp/o2/l3
+.sp8
+.spo2d2
+.spo3/c2
+.spo3/l2
+.spo3/s2
+.spo3/x2
+.spo3/z2
+.spo3b2
+.spo3c2
+.spo3dz2
+.spo3f2
+.spo3g2
+.spo3h2
+.spo3k2
+.spo3l2
+.spo3m2
+.spo3p2
+.spo3r2
+.spo3s2
+.spo3t2
+.spo3w2
+.spo3z2
+.spo4r3n
+.spo4r3t
+.spoch2
+.spocz2
+.spod/x2
+.spod/z2
+.spod3d
+.sporz2
+.sposz2
+.sr8
+.ss8
+.st8
+.stere2o3
+.stereoa2
+.stereoe2
+.stereoi2
+.stereoo2
+.stereou2
+.su2b3
+.su3b4ie
+.su3b4otn
+.supe2r3
+.supe3r4at
+.supe3r4io
+.supe4r5a2tr
+.super5z2b
+.supere2
+.supero2d1rzut
+.sv8
+.sw8
+.sx8
+.sz8
+.sze/s/cse2t3
+.sze/scio3/s2
+.sze2/s2/c3
+.sze2s3
+.t/c8
+.t/l8
+.t/n8
+.t/s8
+.t/x8
+.t/z8
+.t8
+.ta2o3
+.ta2r7zan
+.tb8
+.tc8
+.tch8
+.td8
+.te2o3
+.tf8
+.tg8
+.th8
+.tj8
+.tk8
+.tl8
+.tm8
+.tn8
+.toa3
+.tp8
+.tr/o2j3
+.tr/o3j4/a
+.tr/o3j4/e
+.tr/o3j4ecz
+.tr8
+.tran2s3
+.tran3s4e
+.tran3s4ie
+.tran3s4y
+.tran3sz
+.tran4s5eu
+.transa2
+.transo2
+.trz8
+.trze2ch3
+.trzechse2t3
+.ts8
+.tt8
+.tv8
+.tw8
+.tx8
+.tysi/a2c3
+.tysi/a3c4a
+.tysi/a3c4e
+.tysi/a3cz
+.tysi/a4c5z/l
+.tz8
+.u/c2
+.u/s2
+.u3/l2
+.u3/x2
+.u3/z2
+.u3b2
+.u3c2
+.u3d2
+.u3f2
+.u3g2
+.u3h2
+.u3k2
+.u3l2
+.u3m2
+.u3n2
+.u3p2
+.u3r2
+.u3s2
+.u3t2
+.u3w2
+.u3z2
+.u4d3k
+.u4f3n
+.u4k3lej
+.u4l3s
+.u4l3t
+.u4m3br
+.u4n3c
+.u4n3d
+.u4p3p2s
+.u4r3s
+.u4st3n
+.u4stc
+.u4stk
+.u4z3be
+.ube2z3
+.ubezw2
+.ubr2
+.uch2
+.ucz2
+.ud/x2
+.ud/z2
+.udz2
+.ukr2
+.umk2
+.upch2
+.upo2d2
+.upo3/c2
+.upo3/l2
+.upo3/s2
+.upo3/x2
+.upo3/z2
+.upo3b2
+.upo3c2
+.upo3da
+.upo3f2
+.upo3g2
+.upo3h2
+.upo3k2
+.upo3l2
+.upo3m2
+.upo3p2
+.upo3r2
+.upo3s2
+.upo3t2
+.upo3w2
+.upo3z2
+.upoch2
+.upocz2
+.upod/x2
+.upod/z2
+.upod3d
+.uporz2
+.uposz2
+.ur/z2
+.uro2z3
+.urz2
+.usch2
+.usz2
+.utk2
+.utr2
+.uze3w2
+.v/c8
+.v/l8
+.v/n8
+.v/s8
+.v/x8
+.v/z8
+.v8
+.vb8
+.vc8
+.vd8
+.vf8
+.vg8
+.vh8
+.vj8
+.vk8
+.vl8
+.vm8
+.vn8
+.vp8
+.vr8
+.vs8
+.vt8
+.vv8
+.vw8
+.vx8
+.vz8
+.w/c8
+.w/l8
+.w/n8
+.w/s8
+.w/x8
+.w/z8
+.w8
+.wb8
+.wc8
+.wd8
+.we3/c2
+.we3/l2
+.we3/s2
+.we3/z2
+.we3b2
+.we3c2
+.we3d2
+.we3f2
+.we3g2
+.we3h2
+.we3k2
+.we3l2
+.we3m2
+.we3n2
+.we3p2
+.we3r2
+.we3s2
+.we3t2
+.we3w2
+.we3z2
+.we4/l3n
+.we4k3t
+.we4l3w
+.we4n3d
+.we4n3t
+.we4r3b
+.we4r3d
+.we4r3n
+.we4r3s
+.we4r3t
+.we4s3prz
+.we4s3tch2
+.we4z3br
+.we4z3g/l
+.wech2
+.wecz2
+.wed/x2
+.wed/z2
+.wedz2
+.wemk2
+.wepch2
+.werz2
+.wesz2
+.wetk2
+.wewn/a2trz3
+.wf8
+.wg8
+.wh8
+.wielo3/s2
+.wielo3d2
+.wielo3k2
+.wieluse2t3
+.wilczo3m2
+.wj8
+.wk8
+.wl8
+.wm8
+.wn8
+.wniebo3w2
+.wodo3w2
+.wp8
+.wr8
+.ws8
+.wsp/o/li2
+.wsp/o/lo2b3w
+.wsp/o/lu2
+.wsp/o/lw2
+.wsp/o2/l3
+.wsze2ch3
+.wszecho2
+.wszechw2
+.wt8
+.wv8
+.ww8
+.wx8
+.wy3/c2
+.wy3/l2
+.wy3/s2
+.wy3/x2
+.wy3/z2
+.wy3b2
+.wy3c2
+.wy3d2
+.wy3f2
+.wy3g2
+.wy3h2
+.wy3k2
+.wy3l2
+.wy3m2
+.wy3o2d3r
+.wy3p2
+.wy3r2
+.wy3s2
+.wy3t2
+.wy3w2
+.wy3z2
+.wy4/z3sz
+.wy4cz3ha
+.wybr2
+.wybrz2
+.wych2
+.wycz2
+.wyd/x2
+.wyd/z2
+.wydr2
+.wydz2
+.wye2k2s3
+.wygrz2
+.wyi2zo
+.wykl2
+.wykr2
+.wykrz2
+.wymk2
+.wypch2
+.wyprz2
+.wyr/z2
+.wyrz2
+.wysch2
+.wysm2
+.wysz2
+.wytch2
+.wytk2
+.wytr2
+.wz8
+.x/c8
+.x/l8
+.x/n8
+.x/s8
+.x/x8
+.x/z8
+.x8
+.xb8
+.xc8
+.xd8
+.xf8
+.xg8
+.xh8
+.xj8
+.xk8
+.xl8
+.xm8
+.xn8
+.xp8
+.xr8
+.xs8
+.xt8
+.xv8
+.xw8
+.xx8
+.xz8
+.z/c8
+.z/l8
+.z/lo3w2
+.z/n8
+.z/s8
+.z/x8
+.z/z8
+.z8
+.za3/c2
+.za3/l2
+.za3/s2
+.za3/x2
+.za3/z2
+.za3b2
+.za3c2
+.za3d2
+.za3f2
+.za3g2
+.za3h2
+.za3k2
+.za3l2
+.za3m2
+.za3o2b3r
+.za3o2b3s
+.za3p2
+.za3r2
+.za3s2
+.za3t2
+.za3u2
+.za3w2
+.za3z2
+.za4k3t
+.za4l3g
+.za4l3k
+.za4l3t
+.za4m3k
+.za4r3ch
+.za4uto
+.za5m4k2n
+.zabr2
+.zabrz2
+.zach2
+.zacz2
+.zad/x2
+.zad/z2
+.zado/s/cu4
+.zado2/s/c3
+.zadr2
+.zady2s3po
+.zadz2
+.zagrz2
+.zai2n3
+.zai2zo
+.zain4ic
+.zakl2
+.zakr2
+.zakrz2
+.zanie3d2
+.zar/z2
+.zarz2
+.zasch2
+.zasm2
+.zasz2
+.zatk2
+.zatr2
+.zb8
+.zc8
+.zd8
+.zde2z3
+.zde3z4awu
+.zde3z4el
+.zde3z4er
+.zde3z4y
+.zdy2s3kont
+.zdy2s3kred
+.zdy2s3kwal
+.ze3/c2
+.ze3/l2
+.ze3/s2
+.ze3/x2
+.ze3/z2
+.ze3b2
+.ze3c2
+.ze3d2
+.ze3f2
+.ze3g2
+.ze3h2
+.ze3k2
+.ze3l2
+.ze3m2
+.ze3p2
+.ze3r2
+.ze3s2
+.ze3t2
+.ze3tk2
+.ze3w2
+.ze3z2
+.ze4r3k
+.ze4t3e2m1e2s
+.ze4t3e2s1e2l
+.ze4t3emp
+.ze4t3hap
+.zech2
+.zecz2
+.zed/x2
+.zed/z2
+.zedz2
+.zekl2
+.zepch2
+.zer/z2
+.zerz2
+.zesch2
+.zesm4
+.zesz2
+.zf8
+.zg8
+.zh8
+.zimno3kr2
+.zj8
+.zk8
+.zl8
+.zm8
+.zmartwy2ch3
+.zmartwychw2
+.zn8
+.znie3/c2
+.znie3/l2
+.znie3/n2
+.znie3/s2
+.znie3/x2
+.znie3/z2
+.znie3b2
+.znie3c2
+.znie3d2
+.znie3f2
+.znie3g2
+.znie3h2
+.znie3k2
+.znie3l2
+.znie3m2
+.znie3n2
+.znie3p2
+.znie3r2
+.znie3s2
+.znie3t2
+.znie3w2
+.znie3z2
+.znie4d/x3
+.znie4m3c
+.zniech2
+.zniecz2
+.znied/z2
+.zniedz2
+.znierz2
+.zniesz2
+.zo2o3
+.zp8
+.zr8
+.zro2z3
+.zro3z4u
+.zs8
+.zt8
+.zv8
+.zw8
+.zx8
+.zz8
+/a1
+/e1
+/o1
+/o4w3cz
+/s1c
+/x2d/x
+1/s2ci
+2/c1/n
+2/c1/s
+2/c1/x
+2/c1/z
+2/c1b
+2/c1c
+2/c1d
+2/c1f
+2/c1g
+2/c1k
+2/c1m
+2/c1n
+2/c1p
+2/c1s
+2/c1t
+2/c1z
+2/l1/c
+2/l1/n
+2/l1/s
+2/l1/x
+2/l1/z
+2/l1b
+2/l1c
+2/l1d
+2/l1f
+2/l1g
+2/l1h
+2/l1j
+2/l1k
+2/l1l
+2/l1m
+2/l1n
+2/l1p
+2/l1r
+2/l1s
+2/l1t
+2/l1w
+2/l1z
+2/n1/c
+2/n1/l
+2/n1/n
+2/n1/s
+2/n1/x
+2/n1/z
+2/n1b
+2/n1c
+2/n1d
+2/n1f
+2/n1g
+2/n1h
+2/n1j
+2/n1k
+2/n1l
+2/n1m
+2/n1n
+2/n1p
+2/n1r
+2/n1s
+2/n1t
+2/n1w
+2/n1z
+2/s/cc
+2/s1/s
+2/s1/x
+2/s1/z
+2/s1b
+2/s1d
+2/s1f
+2/s1g
+2/s1k
+2/s1p
+2/s1s
+2/s1t
+2/s1z
+2/slm
+2/sln
+2/x1/c
+2/x1/s
+2/x1/z
+2/x1b
+2/x1c
+2/x1d
+2/x1f
+2/x1g
+2/x1k
+2/x1l
+2/x1m
+2/x1n
+2/x1p
+2/x1s
+2/x1t
+2/x1w
+2/x1z
+2/z1/c
+2/z1/l
+2/z1/n
+2/z1/s
+2/z1/x
+2/z1b
+2/z1c
+2/z1d
+2/z1f
+2/z1g
+2/z1j
+2/z1k
+2/z1l
+2/z1m
+2/z1n
+2/z1p
+2/z1r
+2/z1s
+2/z1t
+2/z1w
+2/z1z
+2b/lk
+2b1/c
+2b1/n
+2b1/s
+2b1/x
+2b1/z
+2b1c
+2b1d
+2b1f
+2b1g
+2b1k
+2b1m
+2b1n
+2b1p
+2b1s
+2b1t
+2b1z
+2brn
+2c1/c
+2c1/n
+2c1/s
+2c1/x
+2c1/z
+2c1b
+2c1d
+2c1f
+2c1g
+2c1k
+2c1l
+2c1m
+2c1n
+2c1p
+2c1s
+2c1t
+2ch1/c
+2ch1/n
+2ch1/s
+2ch1/x
+2ch1/z
+2ch1b
+2ch1c
+2ch1d
+2ch1f
+2ch1g
+2ch1k
+2ch1m
+2ch1n
+2ch1p
+2ch1s
+2ch1t
+2ch1z
+2cz1/c
+2cz1/n
+2cz1/s
+2cz1/x
+2cz1/z
+2cz1b
+2cz1c
+2cz1d
+2cz1f
+2cz1g
+2cz1k
+2cz1l
+2cz1m
+2cz1n
+2cz1p
+2cz1s
+2cz1t
+2cz1z
+2d/lb
+2d/lsz
+2d/x1/c
+2d/x1/n
+2d/x1/s
+2d/x1/x
+2d/x1/z
+2d/x1b
+2d/x1c
+2d/x1d
+2d/x1f
+2d/x1g
+2d/x1k
+2d/x1m
+2d/x1n
+2d/x1p
+2d/x1s
+2d/x1t
+2d/x1z
+2d/z1/c
+2d/z1/n
+2d/z1/s
+2d/z1/x
+2d/z1/z
+2d/z1b
+2d/z1c
+2d/z1d
+2d/z1f
+2d/z1g
+2d/z1k
+2d/z1m
+2d/z1n
+2d/z1p
+2d/z1s
+2d/z1t
+2d/z1z
+2d1/c
+2d1/n
+2d1/s
+2d1b
+2d1c
+2d1f
+2d1g
+2d1k
+2d1m
+2d1n
+2d1p
+2d1s
+2d1t
+2drn
+2dz1/c
+2dz1/n
+2dz1/s
+2dz1/x
+2dz1/z
+2dz1b
+2dz1c
+2dz1d
+2dz1f
+2dz1g
+2dz1k
+2dz1l
+2dz1m
+2dz1n
+2dz1p
+2dz1s
+2dz1t
+2dz1z
+2f1c
+2f1k
+2f1m
+2f1n
+2g/lb
+2g1/c
+2g1/n
+2g1/s
+2g1/x
+2g1/z
+2g1b
+2g1c
+2g1d
+2g1f
+2g1k
+2g1m
+2g1p
+2g1s
+2g1t
+2g1z
+2h1/c
+2h1/l
+2h1/n
+2h1/s
+2h1/x
+2h1/z
+2h1b
+2h1c
+2h1d
+2h1f
+2h1g
+2h1j
+2h1k
+2h1l
+2h1m
+2h1n
+2h1p
+2h1r
+2h1s
+2h1t
+2h1w
+2h1z
+2j1/c
+2j1/l
+2j1/n
+2j1/s
+2j1/x
+2j1/z
+2j1b
+2j1c
+2j1d
+2j1f
+2j1g
+2j1h
+2j1k
+2j1l
+2j1m
+2j1n
+2j1p
+2j1r
+2j1s
+2j1t
+2j1w
+2j1z
+2k/lb
+2k1/c
+2k1/n
+2k1/s
+2k1/x
+2k1/z
+2k1b
+2k1c
+2k1d
+2k1f
+2k1g
+2k1m
+2k1n
+2k1p
+2k1s
+2k1sz
+2k1t
+2k1z
+2l1/c
+2l1/l
+2l1/n
+2l1/s
+2l1/x
+2l1/z
+2l1b
+2l1c
+2l1d
+2l1f
+2l1g
+2l1h
+2l1j
+2l1k
+2l1m
+2l1n
+2l1p
+2l1r
+2l1s
+2l1t
+2l1w
+2l1z
+2m1/c
+2m1/l
+2m1/n
+2m1/s
+2m1/x
+2m1/z
+2m1b
+2m1c
+2m1d
+2m1f
+2m1g
+2m1h
+2m1j
+2m1k
+2m1l
+2m1n
+2m1p
+2m1r
+2m1s
+2m1t
+2m1w
+2m1z
+2n1/c
+2n1/l
+2n1/n
+2n1/s
+2n1/x
+2n1/z
+2n1b
+2n1c
+2n1d
+2n1f
+2n1g
+2n1h
+2n1j
+2n1k
+2n1l
+2n1m
+2n1p
+2n1r
+2n1s
+2n1t
+2n1w
+2n1z
+2ntn
+2p1/c
+2p1/n
+2p1/s
+2p1/x
+2p1/z
+2p1b
+2p1c
+2p1d
+2p1f
+2p1g
+2p1k
+2p1m
+2p1n
+2p1s
+2p1sz
+2p1t
+2p1z
+2pln
+2r1/c
+2r1/l
+2r1/n
+2r1/s
+2r1/x
+2r1/z
+2r1b
+2r1c
+2r1d
+2r1f
+2r1g
+2r1h
+2r1j
+2r1k
+2r1l
+2r1m
+2r1n
+2r1p
+2r1s
+2r1t
+2r1w
+2rz1/c
+2rz1/l
+2rz1/n
+2rz1/s
+2rz1/x
+2rz1/z
+2rz1b
+2rz1c
+2rz1d
+2rz1f
+2rz1g
+2rz1h
+2rz1j
+2rz1k
+2rz1l
+2rz1m
+2rz1n
+2rz1p
+2rz1r
+2rz1s
+2rz1t
+2rz1w
+2s/lb
+2s1/x
+2s1/z
+2s1b
+2s1d
+2s1f
+2s1g
+2s1s
+2snk
+2stk
+2stn
+2stsz
+2sz1/c
+2sz1/s
+2sz1c
+2sz1f
+2sz1k
+2sz1l
+2sz1m
+2sz1n
+2sz1p
+2sz1s
+2sz1t
+2sz1w
+2sz1z
+2szln
+2t1/c
+2t1/n
+2t1/s
+2t1/x
+2t1/z
+2t1b
+2t1c
+2t1d
+2t1f
+2t1g
+2t1k
+2t1m
+2t1n
+2t1p
+2t1s
+2t1z
+2tln
+2trk
+2trzn
+2w1/c
+2w1/l
+2w1/n
+2w1/s
+2w1/x
+2w1/z
+2w1b
+2w1c
+2w1d
+2w1f
+2w1g
+2w1j
+2w1k
+2w1l
+2w1m
+2w1n
+2w1p
+2w1r
+2w1s
+2w1t
+2w1z
+2z1/c
+2z1/s
+2z1c
+2z1d
+2z1f
+2z1k
+2z1p
+2z1s
+2z1t
+2zdk
+2zdn
+3d2niow
+3k2sz2t
+3m2k2n
+3m2nest
+3m2nezj
+3m2sk2n
+3p2neu
+3w2/lad
+3w2/los
+3w2czas
+4/c3/c
+4/l3/l
+4/x3/x
+4/z3/z
+4b3b
+4c3c
+4d3d
+4f3f
+4g3g
+4h3h
+4j3j
+4k3k
+4l3l
+4m3m
+4n3n
+4p3p
+4r3r
+4t3t
+4w3w
+4z3z
+8/c.
+8/c/c.
+8/c/l.
+8/c/n.
+8/c/s.
+8/c/x.
+8/c/z.
+8/cb.
+8/cc.
+8/cd.
+8/cf.
+8/cg.
+8/ch.
+8/cj.
+8/ck.
+8/cl.
+8/cm.
+8/cn.
+8/cp.
+8/cr.
+8/cs.
+8/ct.
+8/cv.
+8/cw.
+8/cx.
+8/cz.
+8/l.
+8/l/c.
+8/l/l.
+8/l/n.
+8/l/s.
+8/l/x.
+8/l/z.
+8/lb.
+8/lc.
+8/ld.
+8/lf.
+8/lg.
+8/lh.
+8/lj.
+8/lk.
+8/ll.
+8/lm.
+8/ln.
+8/lp.
+8/lr.
+8/ls.
+8/lt.
+8/lv.
+8/lw.
+8/lx.
+8/lz.
+8/n.
+8/n/c.
+8/n/l.
+8/n/n.
+8/n/s.
+8/n/x.
+8/n/z.
+8/nb.
+8/nc.
+8/nd.
+8/nf.
+8/ng.
+8/nh.
+8/nj.
+8/nk.
+8/nl.
+8/nm.
+8/nn.
+8/np.
+8/nr.
+8/ns.
+8/nt.
+8/nv.
+8/nw.
+8/nx.
+8/nz.
+8/s.
+8/s/c.
+8/s/l.
+8/s/n.
+8/s/s.
+8/s/x.
+8/s/z.
+8/sb.
+8/sc.
+8/sd.
+8/sf.
+8/sg.
+8/sh.
+8/sj.
+8/sk.
+8/sl.
+8/sm.
+8/sn.
+8/sp.
+8/sr.
+8/ss.
+8/st.
+8/sv.
+8/sw.
+8/sx.
+8/sz.
+8/x.
+8/x/c.
+8/x/l.
+8/x/n.
+8/x/s.
+8/x/x.
+8/x/z.
+8/xb.
+8/xc.
+8/xd.
+8/xf.
+8/xg.
+8/xh.
+8/xj.
+8/xk.
+8/xl.
+8/xm.
+8/xn.
+8/xp.
+8/xr.
+8/xs.
+8/xt.
+8/xv.
+8/xw.
+8/xx.
+8/xz.
+8/z.
+8/z/c.
+8/z/l.
+8/z/n.
+8/z/s.
+8/z/x.
+8/z/z.
+8/zb.
+8/zc.
+8/zd.
+8/zf.
+8/zg.
+8/zh.
+8/zj.
+8/zk.
+8/zl.
+8/zm.
+8/zn.
+8/zp.
+8/zr.
+8/zs.
+8/zt.
+8/zv.
+8/zw.
+8/zx.
+8/zz.
+8b.
+8b/c.
+8b/l.
+8b/n.
+8b/s.
+8b/x.
+8b/z.
+8bb.
+8bc.
+8bd.
+8bf.
+8bg.
+8bh.
+8bj.
+8bk.
+8bl.
+8bm.
+8bn.
+8bp.
+8br.
+8brz.
+8bs.
+8bt.
+8bv.
+8bw.
+8bx.
+8bz.
+8c.
+8c/c.
+8c/l.
+8c/n.
+8c/s.
+8c/x.
+8c/z.
+8cb.
+8cc.
+8cd.
+8cf.
+8cg.
+8ch.
+8ch/l.
+8chrz.
+8chw.
+8cj.
+8ck.
+8cl.
+8cm.
+8cn.
+8cp.
+8cr.
+8cs.
+8ct.
+8cv.
+8cw.
+8cx.
+8cz.
+8czt.
+8d.
+8d/c.
+8d/l.
+8d/n.
+8d/s.
+8d/x.
+8d/z.
+8db.
+8dc.
+8dd.
+8df.
+8dg.
+8dh.
+8dj.
+8dk.
+8dl.
+8dm.
+8dn.
+8dp.
+8dr.
+8drz.
+8ds.
+8dt.
+8dv.
+8dw.
+8dx.
+8dz.
+8f.
+8f/c.
+8f/l.
+8f/n.
+8f/s.
+8f/x.
+8f/z.
+8fb.
+8fc.
+8fd.
+8ff.
+8fg.
+8fh.
+8fj.
+8fk.
+8fl.
+8fm.
+8fn.
+8fp.
+8fr.
+8fs.
+8ft.
+8fv.
+8fw.
+8fx.
+8fz.
+8g.
+8g/c.
+8g/l.
+8g/n.
+8g/s.
+8g/x.
+8g/z.
+8gb.
+8gc.
+8gd.
+8gf.
+8gg.
+8gh.
+8gj.
+8gk.
+8gl.
+8gm.
+8gn.
+8gp.
+8gr.
+8gs.
+8gt.
+8gv.
+8gw.
+8gx.
+8gz.
+8h.
+8h/c.
+8h/l.
+8h/n.
+8h/s.
+8h/x.
+8h/z.
+8hb.
+8hc.
+8hd.
+8hf.
+8hg.
+8hh.
+8hj.
+8hk.
+8hl.
+8hm.
+8hn.
+8hp.
+8hr.
+8hs.
+8ht.
+8hv.
+8hw.
+8hx.
+8hz.
+8j.
+8j/c.
+8j/l.
+8j/n.
+8j/s.
+8j/x.
+8j/z.
+8jb.
+8jc.
+8jd.
+8jf.
+8jg.
+8jh.
+8jj.
+8jk.
+8jl.
+8jm.
+8jn.
+8jp.
+8jr.
+8js.
+8jt.
+8jv.
+8jw.
+8jx.
+8jz.
+8k.
+8k/c.
+8k/l.
+8k/n.
+8k/s.
+8k/x.
+8k/z.
+8kb.
+8kc.
+8kd.
+8kf.
+8kg.
+8kh.
+8kj.
+8kk.
+8kl.
+8km.
+8kn.
+8kp.
+8kr.
+8ks.
+8kst.
+8kt.
+8kv.
+8kw.
+8kx.
+8kz.
+8l.
+8l/c.
+8l/l.
+8l/n.
+8l/s.
+8l/x.
+8l/z.
+8lb.
+8lc.
+8ld.
+8lf.
+8lg.
+8lh.
+8lj.
+8lk.
+8ll.
+8lm.
+8ln.
+8lp.
+8lr.
+8ls.
+8lt.
+8lv.
+8lw.
+8lx.
+8lz.
+8m.
+8m/c.
+8m/l.
+8m/n.
+8m/s.
+8m/x.
+8m/z.
+8mb.
+8mc.
+8md.
+8mf.
+8mg.
+8mh.
+8mj.
+8mk.
+8ml.
+8mm.
+8mn.
+8mp.
+8mr.
+8ms.
+8mst.
+8mt.
+8mv.
+8mw.
+8mx.
+8mz.
+8n.
+8n/c.
+8n/l.
+8n/n.
+8n/s.
+8n/x.
+8n/z.
+8nb.
+8nc.
+8nd.
+8nf.
+8ng.
+8nh.
+8nj.
+8nk.
+8nl.
+8nm.
+8nn.
+8np.
+8nr.
+8ns.
+8nt.
+8nv.
+8nw.
+8nx.
+8nz.
+8p.
+8p/c.
+8p/l.
+8p/n.
+8p/s.
+8p/x.
+8p/z.
+8pb.
+8pc.
+8pd.
+8pf.
+8pg.
+8ph.
+8pj.
+8pk.
+8pl.
+8pm.
+8pn.
+8pp.
+8pr.
+8prz.
+8ps.
+8pt.
+8pv.
+8pw.
+8px.
+8pz.
+8r.
+8r/c.
+8r/l.
+8r/n.
+8r/s.
+8r/x.
+8r/z.
+8rb.
+8rc.
+8rd.
+8rf.
+8rg.
+8rh.
+8rj.
+8rk.
+8rl.
+8rm.
+8rn.
+8rp.
+8rr.
+8rs.
+8rsz.
+8rt.
+8rv.
+8rw.
+8rx.
+8rz.
+8rz/l.
+8s.
+8s/c.
+8s/l.
+8s/n.
+8s/s.
+8s/x.
+8s/z.
+8sb.
+8sc.
+8sch.
+8sd.
+8sf.
+8sg.
+8sh.
+8sj.
+8sk.
+8skrz.
+8sl.
+8sm.
+8sn.
+8sp.
+8sr.
+8ss.
+8st.
+8str.
+8strz.
+8stw.
+8sv.
+8sw.
+8sx.
+8sz.
+8szcz.
+8szczb.
+8szk.
+8szn.
+8szt.
+8sztr.
+8t.
+8t/c.
+8t/l.
+8t/n.
+8t/s.
+8t/x.
+8t/z.
+8tb.
+8tc.
+8td.
+8tf.
+8tg.
+8th.
+8tj.
+8tk.
+8tl.
+8tm.
+8tn.
+8tp.
+8tr.
+8trz.
+8ts.
+8tt.
+8tv.
+8tw.
+8tx.
+8tz.
+8v.
+8v/c.
+8v/l.
+8v/n.
+8v/s.
+8v/x.
+8v/z.
+8vb.
+8vc.
+8vd.
+8vf.
+8vg.
+8vh.
+8vj.
+8vk.
+8vl.
+8vm.
+8vn.
+8vp.
+8vr.
+8vs.
+8vt.
+8vv.
+8vw.
+8vx.
+8vz.
+8w.
+8w/c.
+8w/l.
+8w/n.
+8w/s.
+8w/x.
+8w/z.
+8wb.
+8wc.
+8wd.
+8wf.
+8wg.
+8wh.
+8wj.
+8wk.
+8wl.
+8wm.
+8wn.
+8wp.
+8wr.
+8ws.
+8wt.
+8wv.
+8ww.
+8wx.
+8wz.
+8x.
+8x/c.
+8x/l.
+8x/n.
+8x/s.
+8x/x.
+8x/z.
+8xb.
+8xc.
+8xd.
+8xf.
+8xg.
+8xh.
+8xj.
+8xk.
+8xl.
+8xm.
+8xn.
+8xp.
+8xr.
+8xs.
+8xt.
+8xv.
+8xw.
+8xx.
+8xz.
+8z.
+8z/c.
+8z/l.
+8z/n.
+8z/s.
+8z/x.
+8z/z.
+8zb.
+8zc.
+8zd.
+8zdr.
+8zdrz.
+8zf.
+8zg.
+8zh.
+8zj.
+8zk.
+8zl.
+8zm.
+8zn.
+8zp.
+8zr.
+8zs.
+8zt.
+8zv.
+8zw.
+8zx.
+8zz.
+a1
+a2u
+a2y
+aa2
+ae2
+ai2
+ao2
+be2eth
+be2f3sz2
+be2k1hend
+bi2n3o2ku
+bi2sz3kop
+bi2z3ne2s3m
+bi2z3nes
+birmin2g1ham
+blo2k1hauz
+bo2s3ma
+br2d
+bro2a2d3way
+bu2sz3me
+buk2sz3pan
+busine2ss3m
+busines2s
+c4h
+c4z
+cal2d1well
+ch2/l
+ch2j
+ch2l
+ch2r
+ch2w
+chus1t
+cu2r7zon
+d/z2/l
+d/z2j
+d/z2l
+d/z2r
+d/z2w
+d/ze4z3b
+d/ze4z3m
+d4/x
+d4/z
+d4z
+deut4sch3land
+drz2w
+du2sz3past
+e1
+e2r5zac
+e2u
+e2y
+e3u2sz
+ea2
+ee2
+ei2
+eo2
+fi2s3harm
+fi2sz3bin
+fo2k2s3t
+fo2r5zac
+fol2k1lor
+fos2f1a2zot
+ga3d2get
+gado3p2ta
+gol2f3s
+golfsz2
+gran2d1ilo
+gro4t3r
+hi2sz3p
+hu2cz1w
+hu2x3ley
+i1
+i2/a
+i2/e
+i2/o
+i2a
+i2e
+i2i
+i2o
+i2u
+i2y
+in4nsbruck
+in4sbruc
+j2t1/l
+j2t1r
+ja4z4z3b
+ja4z4z3m
+karl2s1kron
+karl2s1ruhe
+kir2chhoff
+kongre2s3m
+led1w
+lu2ft3waffe
+lu2ks1fer
+ly2o
+ma2r5z/l
+ma2r5zl
+ma2r5zn
+mi2sz1masz
+mie2r5z/l
+mie2r5zi
+mon2t3real
+moza2i3k
+mu2r7zasich3l
+na4/l3kows
+na4r3v
+o1
+o2y
+oa2
+och3mistrz
+oe2
+of2f3set
+oi2
+oo2
+ou2
+pa2n3a2mer
+pa2s3cal
+pa2s3ch
+po/lu3d2ni
+po3d4nieprz
+po3m2n/a
+po3m2n/e
+po3m2ni
+po4rt2s3mo2uth
+po4rt3land
+poli3e2t
+poli3u2re
+powsze3d2ni
+pr2chal
+pre2sz3pa
+r4z
+ro2e3nt2gen
+ro2k3rocz
+ro2s3to3c2k
+s4z
+se2t3le
+sko2r5zoner
+sm2r
+sowi3z2
+sy2n3opt
+sy2s1tem
+sza2sz1/ly
+sze2z1long
+sze4/s/c
+szto2k1holm
+szyn2k1was
+to3y2o3t
+turboo2d3rzut
+tygo3d2ni
+u1
+u2y
+ua2
+ue2
+ui2
+uo2
+uu2
+vo2lk2s3
+we2e2k1end
+we4st3f
+we4st3m
+y1
+ya2
+ye2
+yi2
+yo2
+yu2
+ze4p3p
+be-zach
+be-zami
+by-naj-mniej
+gdzie-nie-gdzie
+ina-czej
+na-dal
+ni-gdy
+ni-gdzie
+niech-/ze
+niech-by
+ow-szem
+p/o-/lach
+p/o-/lami
+p/o-/lek
+pod-/ow-czas
+przy-naj-mniej
+sk/ad-in/ad
+tr/o-jach
+tr/o-jami
+tr/o-jek
+# liblouis: Spanish, Grade 2 table
+#
+# -----------
+#-index-name: Spanish, contracted
+#-display-name: Spanish contracted braille
+#
+#+locale:es
+#+type:literary
+#+contraction:full
+#+grade:2
+# -----------
+#
+#  Based on the Linux screenreader BRLTTY, copyright (C) 1999-2006 by
+#  The BRLTTY Team
+#
+#  Copyright (C) 2018 Juan Pablo Bello
+#
+#  Other contributors: Carlos Monge (providing sources), Bert Frees (aid in table development)
+#
+#  Remarks: this table is largely based following the conventions as set in the ONCE
+#  international manual for contracted (abbreviated) Spanish grade 2 stenography manual
+#  published in 1998, by Mª del Carmen Galíndez González, available at
+#  https://www.foal.es/es/biblioteca/curso-de-estenograf%C3%AD. The official Spanish
+#  dictionary (RAE 23rd edition, 2017 update) was used for the check up of several things,
+#  including contraction combinations, to check whether words existed in the language and
+#  so on. Found at http://dle.rae.es/. Revised accentuation rules are also in effect,
+#  especially those that deal with pronouns. This is important to mention as it is likely
+#  to confuse many people due to the recent revision and many still have misconceptions
+#  about pronouns. In a nutshell the accent for all demonstrative pronouns is now obsolete
+#  in the Spanish language, see:
+#  http://www.rae.es/consultas/el-adverbio-solo-y-los-pronombres-demostrativos-sin-tilde. A
+#  few other secondary sources as well as answers to numerous questions to skilled braille
+#  readers in different blindness braille Spanish social media groups have also been used
+#  for completeness. The listed reference is the latest dated one which had no conflicts
+#  or inconsistencies that could be found. For example, another unpublished online
+#  reference dated 2006 did exist in Colombia, however the entire text was already in
+#  grade 2 form, rendering it rather useless. It's important to note that this table is
+#  provided as a convenience only since there are currently (present year 2018) no
+#  official editorials or organizations which offer Spanish grade 2 texts or
+#  books. However, the original creator feels that abreviated forms of reading and writing
+#  are a key asset in any language, if not at least for personal use. Due that there are
+#  some officially published sources in Spanish grade 2 it would be a shame to let all of
+#  those world concerted efforts disappear and never make its way into modern times or
+#  technology. Even though commercially renowned packages like Duxbury do support
+#  abbreviated Spanish, various tests and readers have found it outdated and not always
+#  corrrectly implemented even as of version 12.3 in present year 2018. Open sourcing the
+#  grade 2 code will hopefully prevent this from happening and will keep braille moving
+#  forward. Usual disclaimer: of course, everyone who rigorously tested the table and
+#  improved its opcodes, etc. has done their best so that rules and signs are represented
+#  clearly and accurately, but cannot accept any responsibility for any errors or problems
+#  the user may encounter in applying it to his or her work. So reporting of any of those
+#  is always encouraged.
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+#
+# ----------------------------------------------------------------------
+
+
+# Add virtual dot to k, w and x (see below). This overwrites the definitions from
+# es-g1.ctb. For the table to work these rules need to be defined before AND after the
+# include.
+uplow Kk 13b
+uplow Ww 2456b
+uplow Xx 1346b
+
+include es-g1.ctb
+
+# braille indicators specific to Spanish Grade 2
+
+# grade 2 interruptor and also accentuation indicator
+
+multind 56 letsign capsletter 
+
+# emphasis start and end
+
+emphclass italic
+emphclass underline
+emphclass bold
+
+begemph bold 5-35
+endemph bold 5-35
+begemph italic 5-35
+endemph italic 5-35
+
+# Spanish grade 2 situations solved with the use of multi-pass implementations
+
+# If a word happens to be made up of only lowered signs, then first contraction is not
+# contracted to avoid confussion with punctuation. A multi-pass implementation is in order
+# here. In a first pass all the contractions are made, but with a temporary virtual dot;
+# then in a second pass some contractions are cancelled, and for the other contractions the
+# virtual dot is removed.
+
+# Adding the virtual dot to lowered cell contractions.
+
+sign \xe001 2a
+sign \xe002 23a
+sign \xe003 25a
+sign \xe004 256a
+sign \xe005 26a
+sign \xe009 35a
+sign \xe008 236a
+sign \xe007 2356a
+sign \xe006 235a
+sign \xe000 356a
+
+# Forcing the contractions to have the virtual dot.
+
+begmidword ab 2a
+always br 23a
+always cr 25a
+always dr 256a
+always en 26a
+always in 35a
+always er 236a
+always gr 2356a
+always pr 235a
+always tr 356a
+
+# Grouping all of these into a class.
+
+class contraction \xe000\xe001\xe002\xe003\xe004\xe005\xe006\xe007\xe008\xe009
+swapdd cancelcontraction 2a,23a,25a,256a,26a,35a,236a,2356a,235a,356a 1-12,12-1235,14-1235,145-1235,15-1345,24-1345,15-1235,1245-1235,1234-1235,2345-1235
+swapdd finalizecontraction 2a,23a,25a,256a,26a,35a,236a,2356a,235a,356a 2,23,25,256,26,35,236,2356,235,356
+
+#  contraction cancellations using variables
+
+noback pass2 $s[%contraction]$s %cancelcontraction
+noback pass2 $s[%contraction]%contraction.$s %cancelcontraction
+noback pass2 $s[%contraction]~ %cancelcontraction
+noback pass2 $s[%contraction]%contraction.~ %cancelcontraction
+noback pass2 `[%contraction]$s %cancelcontraction
+noback pass2 `[%contraction]%contraction.$s %cancelcontraction
+noback pass2 `[%contraction]~ %cancelcontraction
+noback pass2 `[%contraction]%contraction.~ %cancelcontraction
+# same with leading capsign
+noback pass2 $s@46[%contraction]$s %cancelcontraction
+noback pass2 $s@46[%contraction]$wx.$s %cancelcontraction
+noback pass2 $s@46[%contraction]~ %cancelcontraction
+noback pass2 $s@46[%contraction]$wx.~ %cancelcontraction
+noback pass2 `@46[%contraction]$s %cancelcontraction
+noback pass2 `@46[%contraction]$wx.$s %cancelcontraction
+noback pass2 `@46[%contraction]~ %cancelcontraction
+noback pass2 `@46[%contraction]$wx.~ %cancelcontraction
+
+noback pass2 %contraction %finalizecontraction
+
+# Whenever x, w or k is anywhere in a word the entire word is uncontracted and dot 5 prefixes the word.
+
+# Translate words containing k, w or x according to character definitions.
+
+nocont K
+nocont W
+nocont X
+nocont k
+nocont w
+nocont x
+
+# To prefix the words with dot 5 we use a multi-pass implementation. First we add a virtual
+# dot to k, w and x so that they can be distinguished in pass2.
+uplow Kk 13b
+uplow Ww 2456b
+uplow Xx 1346b
+
+# Then we define a class and a swap set. The class is needed to make the negations work.
+# (does not work with only the swapdd rule: is this a bug?)
+class kwx kwx # this is the 2nd class defined in this table, so we can also use $x instead of %kwx
+# The swap set is needed for the rule that removes the virtual dots.
+swapdd kwx 13b,2456b,1346b 13,2456,1346
+# We are using the same name for both because we can.
+
+# In a first pass we add the dot 5.
+noback pass2 _$s[%kwx] @5*
+noback pass2 _$s[!$xs.%kwx] @5* # !$xs means "anything but a K, W, X or SPACE"
+noback pass2 `[%kwx] @5*
+noback pass2 `[!$xs.%kwx] @5*
+
+# In a second pass we remove the virtual dots.
+noback pass3 %kwx %kwx
+
+# Special omnipresent mandatory rules for dot 5 to avoid punctuation ending
+# ambiguity. Closing quotation, question marks, or both.
+
+endword ?" 5-26-236
+endword " 5-236
+endword ? 5-26
+
+# single cell word contractions, single letters
+
+word bien 12
+word con 14
+word de 145
+word el 15
+word fue 124
+word gran 1245
+word haber 125
+word si 24
+word jamás 245
+word al 13
+word le 123
+word me 134
+word no 1345
+word año 12456
+word por 1234
+word que 12345
+word ser 1235
+word se 234
+word te 2345
+word un 136
+word vez 1236
+word como 2456
+word son 1346
+word este 1356
+
+# single cell contractions based on signs and accented letters
+
+word las 12346
+word ella 123456
+word mas 134-12346
+word él 2346
+word según 23456
+word para 16
+word siempre 126
+word ante 146
+word cada 1456
+word muy 156
+word es 1246
+word pues 1256
+word los 246
+word sobre 23
+word del 256
+word en 26
+word pero 235
+word grado 2356
+word hace 236
+word sin 35
+word entre 356
+word la 3
+word lo 36
+word número 3456
+word sí 34
+word aquel 346
+word su 345
+
+# common derivative plurals and endings based on these contractions
+
+# pronouns first
+
+word estos 1356-246
+word estas 1356-12346
+word eso 1246-135
+word esa 1246-1
+word esos 1246-246
+word ésas 1246-12346
+word aquello 346-135
+word aquella 346-1
+word aquellas 346-12346
+word aquellos 346-246
+
+# two sign words
+
+word bienes 12-1246
+word ello 123456-135
+word ellas 123456-12346
+word ellos 123456-246
+word una 136-1
+word uno 136-135
+word unos 136-246
+word unas 136-12346
+word ese 1246-15
+word años 12456-246
+word grados 2356-246
+word números 3456-246
+word seres 234-1246
+word sones 1346-1246
+word hacer 236-1235
+word hacen 236-1345
+word hacemos 236-134-246
+
+# dot 5 as stenographic accentuator for a few of those words
+
+word qué 5-12345
+word sé 5-234
+word cómo 5-2456
+word más 12356
+word e 5-15
+word u 5-136
+
+# abbreviations consisting of two or more signs
+
+#  letter a
+word absoluto 1-12
+word acaso 1-14
+word acerca 1-14-14
+word apenas 1-1234
+word aunque 1-136
+word atrás 1-356
+# acción is added at the word endings
+
+# letter b
+
+word buena 12-1
+word bajo 12-245
+word buenamente 12-134
+word buen 12-1345
+word bueno 12-135
+word bastante 12-2345
+sufword bondad 12-1456
+
+# letter c
+
+contraction cc
+
+# this specific word has potential back translation problems
+sufword cerca 14-14
+contraction cd
+word cuando 14-145
+word ciego 14-1245
+word cual 14-123
+word cualquier 14-12345
+word cualquiera 14-12345-1
+word casi 14-234
+word cierto 14-2345
+word cuanto 14-136
+word cuyo 14-13456
+
+# letter d
+
+word debajo 145-12-245
+contraction dc
+sufword decía 145-14
+prfword decían 145-14-1345
+word donde 145-145
+word dondequiera 145-145-12345
+contraction df
+sufword difícil 145-124
+prfword diferencia 145-124-14
+prfword diferente 145-124-2345
+prfword dijo 145-245
+word delante 145-123
+prfword demás 145-134
+word demasiado 145-134-145
+word después 145-1234
+word desde 145-234
+word durante 145-136
+word detrás 145-356
+
+# letter e
+
+word efecto 15-124
+word efectivo 15-124-1236
+sufword efectividad 15-124-1236-1456
+word ejemplo 15-245
+sufword ejemplar 15-245-1235
+
+# letter f
+
+sufword favor 124-1236
+sufword fácil 124-12356
+sufword facilidad 124-1456
+
+# letter g
+
+# this specific word conflicts with back translation but many words in the language can contract it
+noback always grande 1245-145
+sufword general 1245-1345
+sufword generalidad 1245-1345-1456
+
+# letter h
+
+word había 125-12
+contraction hbd
+word habido 125-12-145
+word habían 125-12-1345
+word hacia 125-14
+word hijo 125-245
+contraction hm
+word hermano 125-134
+word hasta 125-234
+contraction ht
+word historia 125-2345
+word haya 125-13456
+word hayan 125-13456-1345
+word hombre 125-2456
+
+# letter i
+
+sufword igual 24-1245
+sufword igualdad 24-1245-1456
+
+# leter j
+
+word junto 245-2345
+word joven 245-1236
+sufword juventud 245-1236-2345
+
+# letter k
+
+contraction kg
+word algo 13-1245
+word alguien 13-1245-1345
+word algún 13-1345
+word alguna 13-1345-1
+word alguno 13-1345-135
+sufword alrededor 13-1235
+
+# letter l
+
+contraction lg
+word largo 123-1245
+word lejos 123-245
+contraction lu
+sufword lugar 123-136
+word luego 123-1256
+word luegos 123-1256-234
+
+# letter m
+
+contraction ma
+prfword madre 134-1
+prfword medio 134-145
+always mediante 134-145-2345
+sufword mejor 134-245
+contraction mm
+word mismo 134-134
+word manera 134-1345
+word menos 134-234
+sufword mujer 134-136
+sufword mayor 134-13456
+word mayoría 134-13456-1235
+word mientras 134-356
+
+# letter n
+
+word nunca 1345-14
+word necesario 1345-14-1235
+sufword necesidad 1345-14-1456
+word nadie 1345-145
+word ningún 1345-1245
+word ninguna 1345-1245-1
+word ninguno 1345-1245-135
+sufword natural 1345-2345
+word naturaleza 1345-2345-1356
+word naturalidad 1345-2345-1456
+word nuevo 1345-1236
+sufword novedad 1345-1236-1456
+prfword nada 1345-1456
+word niño 1345-12456
+word nuestro 1345-1256
+
+# letter o
+
+sufword oficio 135-124
+sufword oficial 135-124-123
+word oportuno 135-1234
+sufword oportunidad 135-1234-1456
+word otro 135-356
+word ocasión 135-3456
+
+# letter p
+
+word padre 1234-1
+contraction pc
+word poco 1234-14
+word podía 1234-145 
+word podían 1234-145-1345
+sufword persona 1234-1345
+word personalidad 1234-1345-1456
+word porque 1234-12345
+word poder 1234-1235
+word pequeño 1234-12456
+word puede 1234-1256
+
+# letter q
+
+word quien 12345-1345
+
+# letter r
+
+word relación 1235-123
+word relativo 1235-123-1236
+word relatividad 1235-123-1236-1456
+word relatividades 1235-123-1236-1456-1246
+word razón 1235-1356
+
+# letter s
+
+word sido 234-145
+prfword siguiente 234-1245
+word solo 234-123
+word sino 234-1345
+word superior 234-1234
+word superioridad 234-1234-1456
+word siquiera 234-12345
+word sitio 234-2345
+word situación 234-2345-3456
+word suyo 234-13456
+
+# letter t
+
+word también 2345-12
+word todo 2345-145
+word tenía 2345-1345
+word tenido 2345-1345-145
+word tenían 2345-1345-1345
+word tiempo 2345-1234
+word tampoco 2345-1234-14
+sufword temporal 2345-1234-123
+word tener 2345-1235
+word tanto 2345-2345
+contraction tv
+word todavía 2345-1236
+word tuyo 2345-13456
+
+# letter v
+
+word veces 1236-14
+word vida 1236-145
+prfword verdad 1236-1456
+word vuestro 1236-1256
+
+# letter x
+
+sufword exterior 1346-1235
+
+# u acute
+
+word único 23456-14
+word último 23456-123
+
+# misc symbols
+
+word arriba 16-1235
+sufword anterior 146-1235
+sufword anterioridad 146-1235-1456
+word antes 146-234
+word adelante 1456-123
+word además 1456-134
+word estaba 1246-12
+word  estaban 1246-12-1345
+word estado 1246-145
+word están 1246-1345
+word estando 1246-1345-145
+word estar 1246-1235
+word está 1246-2345
+word estuvo 1246-1236
+sufword abajo 2-345
+word breve 23-1236
+word  brevedad 23-1236-1456
+word condición 25-145-3456
+word conmigo 25-134
+word consigo 25-234
+word consecuencia 25-234-14
+prfword consecuente 25-324-2345
+word contigo 25-2345
+prfword contra 25-356
+word contrario 25-356-1235
+word  contrariedad 25-356-1235-1456
+word encima 26-14
+word entonces 26-2345
+word principio 235-14
+word principal 235-14-123
+word propio 235-1234
+sufword propiedad 235-1234-1456
+word pronto 235-2345
+sufword hacía 236-14
+word hacían 236-14-1345
+sufword hacer 236-1235
+sufword inferior 35-124
+sufword inferioridad 35-124-1456
+word inmediato 35-134
+sufword interior 35-1235
+sufword interioridad 35-1235-1456
+word interés 35-2345
+word interesante 35-2345-2345
+word trabajo 356-12
+word trabajar 356-12-1235
+word trabajador 356-12-156
+word entretanto 356-2345
+word numeroso 3456-234
+word ahora 4-125
+word mucho 4-134
+word nosotros 45-1345
+word vosotros 45-1236
+word importancia 345-1234-14
+word importante 345-1234-2345
+word sus 345-234
+
+# plurals, common derivatives and accentuations for every one of these words when needed
+
+word absolutos 1-12-246
+word absolutas 1-12-246
+word absolutamente 1-12-134
+word acciones 1-3456-1246
+word accionando 1-3456-146-145
+word bajos 12-245-246
+word bajas 12-245-12346
+word bajes 12-245-1246
+word buenos 12-1345-246
+word buenas 12-1345-12346
+word buenamente 12-1345-134
+word bastantes 12-2345-1246
+word bondades 12-1456-1246
+word cercas 14-14-12346
+word ciegas 14-1245-12346
+word ciegos 14-1245-246
+word ciegamente 14-1245-134
+word cierta 14-2345-1
+word ciertas 14-2345-12346
+prfword ciertos 14-2345-246
+word ciertamente 14-2345-134
+word concierto 25-14-2345
+word cuales 14-123-1246
+word cuál 5-14-123
+word cuáles 5-14-123-1246
+word cuánto 5-14-136
+word cuántos 5-14-136-246
+word cuántas 5-14-136-12346
+word cuantas 14-136-12346
+word cuantos 14-136-246
+word cuya 14-13456-1
+word cuyas 14-13456-12346
+word cuyos 14-13456-246
+word dónde 5-145-145
+prfword diferencias 145-124-14-12346
+prfword diferentes 145-124-2345-1246
+word demasiados 145-134-145-246
+word demasiadas 145-134-145-12346
+word efectos 15-124-246
+word efectivos 15-124-1236-246
+word efectivas 15-124-1236-12346
+word efectiva 15-124-1236-a
+word efectivamente 15-124-1236-134
+word ejemplos 15-245-246
+word favores 124-1236-1246
+word grandes 1245-145-1246
+word hijos 125-245-246
+word hijas 125-245-12346
+word hermanos 125-134-246
+word hermanas 125-134-12346
+word hermana 125-134-1
+word hermanastra 125-134-1-234-356-1
+word hermanastro 125-134-1-234-356-135
+word hermanastras 125-134-1-234-356-12346
+word hermanastros 125-134-1-234-356-246
+word historias 125-2345-12346
+word prehistoria 235-125-2345
+word prehistorias 235-125-2345-12346
+word hombres 125-2456-1246
+word juntos 245-2345-246
+word juntas 245-2345-12346
+word junta 245-2345-1
+word conjunto 25-245-2345
+word conjuntos 25-245-2345-246
+word conjuntas 25-245-2345-12346
+word conjunta 25-245-2345-1
+word disjuntos 256-245-2345-246
+word disjuntas 256-245-2345-12346
+word algunas 13-1345-12346
+word algunos 13-1345-246
+word largos 123-1245-246
+word largas 123-1245-12346
+word madres 134-1-1246
+prfword medias 134-145-12346
+prfword medios 134-145-246
+word misma 134-134-1
+word mismas 134-134-12346
+word mismos 134-134-246
+word maneras 134-1345-12346
+word sobremanera 23-134-1345
+word necesarias 1345-14-1235-12346
+word necesarios 1345-14-1235-246
+word necesariamente 1345-14-1235-134
+word naturalezas 1345-2345-1356-12346
+word nuevas 1345-1236-12346
+word nuevos 1345-1236-246
+word nuevamente 1345-1236-134
+word niña 1345-12456-1
+word niñas 1345-12456-12346
+word niños 1345-12456-246
+word nuestras 1345-136-12346
+word nuestros 1345-136-246
+sufword oficios 135-124-246
+sufword extraoficial 1346-2345-1235-1-135-124-123
+word oportunas 135-1234-12346
+word oportunos 135-1234-246
+word inoportuno 35-135-1234
+word inoportunos 35-135-1234-246
+sufword inoportuna 35-135-1234-1
+word inoportunas 35-135-1234-12346
+sufword inoportunidad 35-135-1234-1456
+word jóvenes 245-1236-1246
+word otras 135-356-12346
+word otros 135-356-246
+word ocasiones 135-3456-1246
+word ocasionalmente 135-3456-13-134
+word padres 1234-1-1246
+word compadre 36-1234-1-1246
+word compadres 36-1234-1-1246
+word poca 1234-14-1
+word pocas 1234-14-12346
+word pocos 1234-14-246
+word personas 1234-1345-12346
+word pequeña 1234-12456-1
+word pequeñas 1234-12456-12346
+word pequeños 1234-12456-246
+word pequeñez 1234-12456-15-1356
+word pequeñeces 1234-12456-15-14-1246
+word pueden 1234-1256-1345
+word puedes 1234-1256-234
+prfword quién 5-12345-1345
+word relaciones 1235-123-1246
+word relacionando 1235-123-146-145
+word relativa 1235-123-1236-1
+word relativas 1235-123-1236-12346
+word relativos 1235-123-1236-246
+word relativamente 1235-123-1236-1-134
+word razones 1235-1356-1246
+prfword razon 1235-1356
+prfword siguientes 234-1245-1246
+word solos 234-123-246
+word solas 234-123-12346
+word sólamente 234-123-1-134
+word sola 234-123-1
+word sitios 234-2345-246
+word situaciones 234-2345-3456-1246
+word suyas 234-13456-12346
+word suyos 234-13456-246
+word todas 2345-145-12346
+word todos 2345-145-246
+word sobretodo 23-2345-145
+word contenía 25-2345-1345
+word contenían 25-2345-1345-1345
+word entretenía 356-2345-1345
+word entretenían 356-2345-1345-1345
+word retenía 1235-2345-1345
+word retenían 1235-2345-1345-1345
+word entretiempo 356-2345-1234
+word tiempos 2345-1234-246
+word entretiempos 356-2345-1234-246
+word sobretiempo 23-2345-1234
+word contener 25-2345-1235
+word entretener 356-2345-1235
+word tuyas 2345-13456-12346
+word tuyos 2345-13456-246
+word convida 25-1236-145
+word convidas 25-1236-145-12346
+word vidas 1236-145-12346
+word vuestras 1236-1256-12346
+word vuestros 1236-1256-246
+word única 23456-14-1
+word únicamente 23456-14-1-134
+word únicas 23456-14-12346
+word únicos 23456-14-246
+word última 23456-123-1
+word últimamente 23456-123-1-134
+word últimas 23456-123-12346
+word últimos 23456-123-246
+word brevemente 23-1236-134
+word breves 23-1236-1246
+word brevedades 23-1236-1456-1246
+word condiciones 25-145-3456-1246
+word condicionalmente 25-145-3456-13-134
+word incondicionalmente 35-25-145-3456-13-134
+word consecuencias 25-234-14-12346
+word principios 235-14-246
+word propia 235-1234-1
+word propiamente 235-1234-1-134
+word propias 235-1234-12346
+word propios 235-1234-246
+word inmediatamente 35-134-1-134
+word inmediatas 35-134-12346
+word inmediata 35-134-1
+word inmediatos 35-134-246
+word inmediatez 35-134-15-1356
+word intereses 35-2345-1246
+word interesantemente 35-2345-2345-134
+word interesantes 35-2345-2345-1246
+word trabajas 356-12-12346
+word trabajos 356-12-246
+word numerosos 3456-246-246
+word numerosas 3456-246-12346
+word muchas 4-134-12346
+word muchos 4-134-246
+word nosotras 45-1345-12346
+word vosotras 45-1236-12346
+word importancias 345-1234-14-12346
+word importantes 345-1234-2345-1246
+word quienes 12345-1345-1246
+word quiénes 5-12345-1345-1246
+word quién 5-12345-1345
+
+# general syllabic contractions
+
+# Some rules to some contractions, starting with the x (contraction for on) should always
+# go after consonants, not vowels.  For this a class definition is used to group all
+# consonants. Potential back translation issue here.
+
+class consonants BbCcDdFfGgHhJjKkLlMmNnPpQqRrSsTtVvWwXxYyZzÑñ
+after consonants always on 1346
+# same applies to ion
+after consonants always ion 3456
+# The u e contraction may never be used after the letter g, avoids confussion with u
+# diaeresis which is part of many words. More classes.
+class euvowels Gg
+after euvowels always eu 15-136
+after euvowels always EU 15-136
+
+# only exception to this contraction, avoids confussion with the Spanish comma at end of words
+
+partword ad 1456
+partword al 13
+partword an 146
+partword ar 16
+partword as 12346
+partword em 126
+partword es 1246
+partword im 345
+partword ion 3456
+partword om 2456
+partword or 156
+partword os 246
+partword qu 12345
+partword ue 1256
+
+# word endings, including plurals. Some are formed using ES, others just the letter S.
+
+prfword acción 1-3456
+endword acciónes 1-3456-1246
+endword ando 146-145
+endword andos 146-145-234
+endword ección 15-3456
+endword ecciones 15-3456-1246
+endword endo 26-145
+endword endos 26-145-234
+endword icción 24-3456
+endword icciones 24-3456-1246
+endword iendo 256-145
+endword ión 3456
+endword iones 3456-1246
+endword mente 134
+endword mentes 134-234
+endword que 12345
+endword ques 12345-234
+endword ucción 136-3456
+endword ucciones 136-3456-1246
+
+# Word beginnings may not be followed by vowels (to avoid confussion with punctuation
+# signs), including accented ones. More classes follow.
+class vowels AaEeIiOoUuÁáÉéÍíÓóÚúÜü
+
+# Setting the exceptions, though note that this will not work when back translating but it
+# willb e needed in a few cases.
+before vowels begword com 14-2456
+before vowels begword con 14-1346
+before vowels begword dis 145-24-234
+before vowels begword entre 35-356-15
+before vowels begword ex 15-1346
+before vowels begword inter 35-2345-236
+before vowels begword pre 1234-1235-15
+before vowels begword re 1235-15
+before vowels begword sobre 234-135-23-15
+
+# word beginnings
+
+begword com 36
+begword con 25
+begword dis 256
+begword entre 356
+begword ex 1346
+begword inter 13456
+begword pre 235
+begword re 1235
+begword sobre 23
+
+# The consonant which follows a word beginning may not be contracted. Not many exceptions so setting them one by one.
+
+begword compr 36-1234-1235
+begword contr 25-2345-1235
+begword consu 25-234-136
+begword congr 25-1245-1235
+begword concr 25-14-1235
+begword condr 25-145-1235
+begword disgr 245-1245-1235
+begword distr 256-2345-1235
+begword entrecr 356-14-1235
+begword extr 1346-3245-1235
+begword expr 1346-1234-1235
+begword interpr 13456-1234-1235
+begword intergr 13456-1245-1235
+begword pregr 235-1245-1235
+begword prepr 235-1234-1235
+begword retr 1235-2345-1235
+begword repr 1235-1234-1235
+begword regr 1235-1245-1235
+begword recr 1235-14-1235
+begword rebr 1235-12-1235
+begword redr 1235-145-1235
+begword sobrepr 23-1234-1235
+
+# A word beginning should be followed by at least a consonant and a vowel or a consonant
+# and a stenographic contraction. Some words are thus entirely uncontracted. Again, very
+# few ones in the language.
+
+word red 1235-15-145
+word rey 1235-15-13456
+word res 1235-15-234
+word sobren 234-135-23-25
+word extra 1346-2345-1235-1
+word sobres 234-135-23-1246
+
+# exceptions to the entire table, words which may never be contracted or brailled
+# differently to avoid confussion with other contracted words
+word vodca 1236-135-14-145-1
+word entrenen 15-1345-356-26-26
+word as 1-234
+word os 135-234
+word ion 24-135-1345
+
+# Whenever some partword contractions overlap, such as ad and dr, in a single word
+# (ladrillo) the dr contraction is preferred. Setting the only six cases where this can
+# occur.
+
+always adr 1-256
+always uen 136-26
+always quem 12345-126
+always uem 136-126
+always uer 136-236
+always ues 136-1246
+
+# some cases for word endings (prioritization)
+
+endword emando 126-146-145
+endword emandos 126-146-145-234
+endword imando 345-146-145
+endword imandos 345-146-145-234
+endword emente 15-134
+endword ementes 15-134-234
+endword imente 24-134
+endword imentes 24-134-234
+# LibLouis: Greek international braille - common symbols
+#
+# Copyright (C) 2019 Dave Mielke: <dave@mielke.cc>, [http://mielke.cc/]
+# Copyright (C) 2019 Μαρια Γεωργακαράκου <mylarynx@gmail.com>
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+
+# uppercase letters
+letter	\x0391	46-1	# Α Capital Alpha
+letter	\x0392	46-12	# Β Capital Beta
+letter	\x0393	46-1245	# Γ Capital Gamma
+letter	\x0394	46-145	# Δ Capital Delta
+letter	\x0395	46-15	# Ε Capital Epsilon
+letter	\x0396	46-1356	# Ζ Capital Zeta
+letter	\x0397	46-156	# Η Capital Eta
+letter	\x0398	46-1456	# Θ Capital Theta
+letter	\x0399	46-24	# Ι Capital Iota
+letter	\x039A	46-13	# Κ Capital Kappa
+letter	\x039B	46-123	# Λ Capital Lambda
+letter	\x039C	46-134	# Μ Capital Mu
+letter	\x039D	46-1345	# Ν Capital Nu
+letter	\x039E	46-1346	# Ξ Capital Xi
+letter	\x039F	46-135	# Ο Capital Omicron
+letter	\x03A0	46-1234	# Π Capital Pi
+letter	\x03A1	46-1235	# Ρ Capital Rho
+letter	\x03A3	46-234	# Σ Capital Sigma
+letter	\x03A4	46-2345	# Τ Capital Tau
+letter	\x03A5	46-136	# Υ Capital Upsilon
+letter	\x03A6	46-124	# Φ Capital Phi
+letter	\x03A7	46-12346	# Χ Capital Chi
+letter	\x03A8	46-13456	# Ψ Capital Psi
+letter	\x03A9	46-2456	# Ω Capital Omega
+
+# lowercase letters
+letter	\x03B1	1	# α Small Alpha
+letter	\x03B2	12	# β Small Beta
+letter	\x03B3	1245	# γ Small Gamma
+letter	\x03B4	145	# δ Small Delta
+letter	\x03B5	15	# ε Small Epsilon
+letter	\x03B6	1356	# ζ Small Zeta
+letter	\x03B7	156	# η Small Eta
+letter	\x03B8	1456	# θ Small Theta
+letter	\x03B9	24	# ι Small Iota
+letter	\x03BA	13	# κ Small Kappa
+letter	\x03BB	123	# λ Small Lambda
+letter	\x03BC	134	# μ Small Mu
+letter	\x03BD	1345	# ν Small Nu
+letter	\x03BE	1346	# ξ Small Xi
+letter	\x03BF	135	# ο Small Omicron
+letter	\x03C0	1234	# π Small Pi
+letter	\x03C1	1235	# ρ Small Rho
+letter	\x03C2	234	# ς Small Final Sigma
+letter	\x03C3	234	# σ Small Sigma
+letter	\x03C4	2345	# τ Small Tau
+letter	\x03C5	136	# υ Small Upsilon
+letter	\x03C6	124	# φ Small Phi
+letter	\x03C7	12346	# χ Small Chi
+letter	\x03C8	13456	# ψ Small Psi
+letter	\x03C9	2456	# ω Small Omega
+
+# letters no longer in use
+letter	\x03DD	1236	# ϝ Small Digamma
+letter	\x03DF	12345	# ϟ Small Koppa
+letter	\x03E1	2346	# ϡ Small Sampi
+
+# accents
+sign	\x1FBF	356	# ᾿ Psili (smooth breathing)
+sign	\x1FFE	125	# ῾ Dasia (rough breathing)
+sign	\x0384	4	# ΄ Tonos (Acute)
+sign	\x1FFD	4	# ´ Oxia (Acute)
+sign	\x1FC0	5	# ῀ Perispomeni (Circumflex)
+sign	\x1FEF	6	# ` Varia (Grave)
+sign	\x037A	35	# ͺ Ypogegrammeni (subscript Iota)
+sign	\x1FBE	35	# ι Prosgegrammeni (prescript Iota)
+sign	\x00AF	456	# ¯ Macron
+
+# symbols
+sign	\x03D5	124	# ϕ Phi
+
+# punctuation
+punctuation	\x037E	26	# ; Question Mark
+punctuation	\x0387	23	# · Ano Teleia (Semicolon)
+punctuation	\x1FBD	3	# ᾽ Koronis (Apostrophe)
+
+# This file is obsolete. Do not use!
+
+# liblouis: Se-Se.dis
+#
+# Copyright (C) 1995-2004 by The BRLTTY Team
+# Copyright (C) 2004 ViewPlus Technologies, Inc., www.viewplustech.com
+# Copyright (C) 2004 Computers to Help People, Inc., www.chpi.org
+
+# This file is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public
+# License as published by the Free Software Foundation; either
+# version 2.1 of the License, or (at your option) any later version.
+
+# This file is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+# Lesser General Public License for more details.
+
+# You should have received a copy of the GNU Lesser General Public
+# License along with this file; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+# liblouis  comes with ABSOLUTELY NO WARRANTY.
+
+# This is to used with Swedish translation tables.
+
+
+        #Hex   Dots				Dec		Char Description
+display \x0020 0					#32					space
+display \x0021  235				#33		!			exclamation mark
+display \x0022    56			#34		"			quotation mark
+display \x0023  3456			#35		#			number sign
+display \x0024 1246				#36		$			dollar sign
+display \x0025 146				#37		%			percent sign
+# display \x0026 12346			#38		&			ampersand
+display \x0026 346				#38		&			ampersand
+display \x0027  5					#39		'			apostrophe
+display \x0028	236		#40	(			left parenthesis
+display \x0029  356		#41	)			right parenthesis
+display \x002A  35		#42	*			asterisk
+display \x002B	256		#43	+			plus sign
+display \x002C      2		#44 ,			comma
+display \x002D	36		#45	-			hyphen-minus
+display \x002E	3			#46 .			full stop
+display \x002F	34		#47	/			solidus
+
+display \x0030	356		#480			digit zero
+display \x0031  2	 		#491			digit one
+display \x0032	126		#502			digit two
+display \x0033	146		#513			digit three
+display \x0034  1456	#524			digit four
+display \x0035  156		#535			digit five
+display \x0036  1246	#546			digit six
+display \x0037  12456 #557			digit seven
+display \x0038  236		#568			digit eight
+display \x0039	35		#579			digit nine
+display \x003A	25		#58 :			colon
+display \x003B  23		#59 ;			semicolon
+display \x003C  56			#60  <	less-than sign
+# display \x003D 156		#61  =	equals sign
+display \x003D 2356		#61  =	equals sign
+# display \x003E 45			#62  >	greater-than sign
+display \x003F  26		#63 ?			question mark
+
+# display \x0040   4				#64  @	commercial at
+display \x0040 123567			#64  @	commercial at
+
+        #Hex   Dots		Dec	Char Description
+display \x0041 17				#65	A Latin capital letter a
+display \x0042 127			#66	B Latin capital letter b
+display \x0043 147			#67	C Latin capital letter c
+display \x0044 1457			#68	D Latin capital letter d
+display \x0045 157			#69	E Latin capital letter e
+display \x0046 1247			#70	F Latin capital letter f
+display \x0047 12457		#71	G Latin capital letter g
+display \x0048 1257			#72	H Latin capital letter h
+display \x0049 247			#73	I Latin capital letter i
+display \x004A 2457			#74	J Latin capital letter j
+display \x004B 137			#75	K Latin capital letter k
+display \x004C 1237			#76	L Latin capital letter l
+display \x004D 1347			#77	M Latin capital letter m
+display \x004E 13457		#78	N Latin capital letter n
+display \x004F 1357			#79	O Latin capital letter o
+display \x0050 12347		#80	P Latin capital letter p
+display \x0051 123457		#81	Q Latin capital letter q
+display \x0052 12357		#82	R Latin capital letter r
+display \x0053 2347			#83	S Latin capital letter s
+display \x0054 23457		#84	T Latin capital letter t
+display \x0055 1367			#85	U Latin capital letter u
+display \x0056 12367		#86	V Latin capital letter v
+display \x0057 24567		#87	W Latin capital letter w
+display \x0058 13467		#88	X Latin capital letter x
+display \x0059 134567		#89	Y Latin capital letter y
+display \x005A 13567		#90	Z Latin capital letter z
+
+display \x005B 12356	#	91  [	left square bracket
+display \x005C 347		#	92	\	reverse solidus
+display \x005D 23456	# 93  ]	right square bracket
+display \x005E 4		# 94 ^	circumflex accent
+display \x005F 6		# 95 _	low line
+display \x0060 46		# 96 `	grave accent
+
+display \x0061 1			#97  a  Latin small letter a
+display \x0062 12			#98  b Latin small letter b
+display \x0063 14			#99  c Latin small letter c
+display \x0064 145		#100 d Latin small letter d
+display \x0065 15			#101 e Latin small letter e
+display \x0066 124		#102 f Latin small letter f
+display \x0067 1245		#103 g Latin small letter g
+display \x0068 125		#104 h Latin small letter h
+display \x0069  24		#105 i Latin small letter i
+display \x006A  245		#106 j Latin small letter j
+display \x006B 13			#107 k Latin small letter k
+display \x006C 123		#108 l Latin small letter l
+display \x006D 134		#109 m Latin small letter m
+display \x006E 1345		#110 n Latin small letter n
+display \x006F 135		#111 o Latin small letter o
+display \x0070 1234		#112 p Latin small letter p
+display \x0071 12345	#113 q Latin small letter q
+display \x0072 1235		#114 r Latin small letter r
+display \x0073 234		#115 s Latin small letter s
+display \x0074  2345	#116 t Latin small letter t
+display \x0075 136		#117 u Latin small letter u
+display \x0076 1236		#118 v Latin small letter v
+display \x0077  2456	#119 w Latin small letter w
+display \x0078 1346		#120 x Latin small letter x
+display \x0079 13456	#121 y Latin small letter y
+display \x007A 1356		#122 z Latin small letter z
+
+display \x007B  12356			# 123 {		left curly bracket
+display \x007C 456					# 124 |		vertical line
+display \x007D 23456			#	125 }		right curly bracket
+# display \x007E   2356     #	126 ~   tilde
+display \x007E  45				#	126 ~   tilde
+display \x007F 4					# 127	^		?delete
+
+#Hex Dots Dec Char Description
+display \x0080 48					# Eurosign
+display \x0081 18 # 129~A<control>
+display \x0082 128 # 130~Bbreak permitted here
+display \x0083 148 # 131~Cno break here
+display \x0084 1458 # 132~D<control>
+display \x0085 158 # 133~Enext line
+display \x0086 1248 # 134~Fstart of selected area
+display \x0087 12458 # 135~Gend of selected area
+display \x0088 1258 # 136~Hcharacter tabulation set
+display \x0089  248 # 137~Icharacter tabulation with justification
+display \x008A  2458 # 138~Jline tabulation set
+display \x008B 138 # 139~Kpartial line down
+display \x008C 1238 # 140~Lpartial line up
+display \x008D 1348 # 141~Mreverse line feed
+display \x008E 13458 # 142~Nsingle shift two
+display \x008F 1358 # 143~Osingle shift three
+display \x0090 12348 # 144~Pdevice control string
+display \x0091 123458 # 145~Qprivate use one
+display \x0092 12358 # 146~Rprivate use two
+display \x0093 2348 # 147~Sset transmit state
+display \x0094  23458 # 148~Tcancel character
+display \x0095 1368 # 149~Umessage waiting
+display \x0096 12368 # 150~Vstart of guarded area
+display \x0097  24568 # 151~Wend of guarded area
+display \x0098 13468 # 152~Xstart of string
+display \x0099 134568 # 153~Y<control>
+display \x009A 13568 # 154~Zsingle character introducer
+display \x009B  2468 # 155~[control sequence introducer
+display \x009C 12568 # 156~\string terminator
+display \x009D 124568 # 157~]operating system command
+display \x009E 458 # 158~^privacy message
+display \x009F 4568		# 159				~_application program command
+display \x00A0 0			#160			no-break space
+
+#Hex Dots Dec Char Description
+display \x0000 478 #0^@null
+display \x0001 178 #1^Astart of heading
+display \x0002 1278 #2^Bstart of text
+display \x0003 1478 #3^Cend of text
+display \x0004 14578 #4^Dend of transmission
+display \x0005 1578 #5^Eenquiry
+display \x0006 12478 #6^Facknowledge
+display \x0007 124578 #7^Gbell
+display \x0008 12578 #8^Hbackspace
+display \x0009  2478 #9^Ihorizontal tabulation
+display \x000A  24578 #10^Jline feed
+display \x000B 1378 #11^Kvertical tabulation
+display \x000C 12378 #12^Lform feed
+display \x000D 13478 #13^Mcarriage return
+display \x000E 134578 #14^Nshift out
+display \x000F 13578 #15^Oshift in
+display \x0010 123478 #16^Pdata link escape
+display \x0011 1234578 #17^Qdevice control one
+display \x0012 123578 #18^Rdevice control two
+display \x0013 23478 #19^Sdevice control three
+display \x0014  234578 #20^Tdevice control four
+display \x0015 13678 #21^Unegative acknowledge
+display \x0016 123678 #22^Vsynchronous idle
+display \x0017  245678 #23^Wend of transmission block
+#display \x0018 134678 #24^Xcancel
+display \x0019 1345678 #25^Yend of medium
+display \x001A 135678 #26^Zsubstitute
+display \x001B  24678 #27^[escape
+display \x001C 125678 #28^\file separator
+display \x001D 1245678 #29^]group separator
+display \x001E 4578 #30^^record separator
+display \x001F 45678 #31^_unit separator
+
+				#Hex	 Dots			Dec	Char	Description
+display \x00A1 23467  #	161 ¡			inverted exclamation mark
+display \x00A2 58			#162	¢			cent sign 
+display \x00A3 34567  # 163	£			pound sign
+display \x00A4 1467		# 164	¤			currency sign
+display \x00A5 123467 # 165	¥			yen sign
+display \x00A6 1567		# 166	¦			broken bar
+display \x00A7 346		# 167	§			section sign
+display \x00A8  57		# 168	¨			diaeresis
+display \x00A9  23567 # 169	©			copyright sign
+display \x00AA 8			# 170	ª			feminine ordinal indicator
+display \x00AB 1267		# 171	«			left-pointing double angle quotation mark
+display \x00AC  2567  # 172	¬			not sign
+display \x00AD 367		# 173	­			soft hyphen
+display \x00AE  2367  # 174	®			registered sign
+display \x00AF  267		# 175	¯			macron
+display \x00B0 3567		# 176	°			degree sign
+
+display \x00C0  23578		# 192		À		Latin capital letter a with grave
+display \x00C1	1678		# 193		Á		Latin capital letter a with acute
+display \x00C2	1678		# 194		Â		Latin capital letter a with circumflex
+display \x00C3	578 # 195Ã Latin capital letter a with tilde
+display \x00C4	1234678 # 196Ä Latin capital letter a with diaeresis
+display \x00C5	34578 # 197Å Latin capital letter a with ring above
+display \x00C6	378 # 198Æ Latin capital letter ae
+display \x00C7	34678 # 199Ç Latin capital letter c with cedilla
+display \x00C8  23567		#	200		È		Latin capital letter e with grave
+display \x00C9	12678		# 201É Latin capital letter e with acute
+display \x00CA  2378	# 202		Ê		Latin capital letter e with circumflex
+display \x00CB 12345678 # 203Ë Latin capital letter e with diaeresis
+display \x00CC  23678 # 204Ì Latin capital letter i with grave
+display \x00CD 14678 # 205Í Latin capital letter i with acute
+display \x00CE  2578	# 206		Î		Latin capital letter i with circumflex
+display \x00CF 1235678 # 207Ï Latin capital letter i with diaeresis
+display \x00D0 678 # 208Ð Latin capital letter eth
+display \x00D1 4678 # 209Ñ Latin capital letter n with tilde
+display \x00D2 3578 # 210Ò Latin capital letter o with grave
+display \x00D3 145678 # 211Ó Latin capital letter o with acute
+display \x00D4  25678 # 212		Ô		Latin capital letter o with circumflex
+display \x00D5  5678 # 213Õ Latin capital letter o with tilde
+display \x00D6  234678 # 214Ö Latin capital letter o with diaeresis
+display \x00D7 167  # 215×multiplication sign
+display \x00D8 3478 # 216Ø Latin capital letter o with stroke
+display \x00D9 35678 # 217Ù Latin capital letter u with grave
+display \x00DA 15678 # 218Ú Latin capital letter u with acute
+display \x00DB  2678	# 219		Û		Latin capital letter u with circumflex
+display \x00DC  2345678 # 220Ü Latin capital letter u with diaeresis
+display \x00DD 124678 # 221Ý Latin capital letter y with acute
+display \x00DE 3678 # 222Þ Latin capital letter thorn
+display \x00DF 345678 # 223ß Latin small letter sharp s
+display \x00E0  2358 # 224à Latin small letter a with grave
+display \x00E1 168 # 225á Latin small letter a with acute
+display \x00E2	168		# 226		â		Latin small letter a with circumflex
+display \x00E3 58 # 227ã Latin small letter a with tilde
+display \x00E4 345 # 228ä Latin small letter a with diaeresis
+display \x00E5 16						# 229å Latin small letter a with ring above
+display \x00E6 38 # 230æ Latin small letter ae
+display \x00E7 3468 # 231ç Latin small letter c with cedilla
+display \x00E8  23568 # 232è Latin small letter e with grave
+display \x00E9 123456					# 233é Latin small letter e with acute
+display \x00EA  238		# 234		ê		Latin small letter e with circumflex
+display \x00EB 1234568 # 235ë Latin small letter e with diaeresis
+display \x00EC  2368 # 236ì Latin small letter i with grave
+display \x00ED 1468 # 237í Latin small letter i with acute
+display \x00EE  258		# 238		î		Latin small letter i with circumflex
+display \x00EF 123568 # 239ï Latin small letter i with diaeresis
+display \x00F0 68 # 240ð Latin small letter eth
+display \x00F1 468 # 241ñ Latin small letter n with tilde
+display \x00F2 358 # 242ò Latin small letter o with grave
+display \x00F3 14568 # 243ó Latin small letter o with acute
+display \x00F4  2568	# 244		ô		Latin small letter o with circumflex
+display \x00F5  568 # 245õ Latin small letter o with tilde
+display \x00F6  246 # 246ö Latin small letter o with diaeresis
+display \x00F7 347  # 247÷division sign
+display \x00F8 348 # 248ø Latin small letter o with stroke
+display \x00F9 3568 # 249ù Latin small letter u with grave
+display \x00FA 1568 # 250ú Latin small letter u with acute
+display \x00FB  268		# 251		û		Latin small letter u with circumflex
+display \x00FC 1256				# 252 ü Latin small letter u with diaeresis
+display \x00FD 12468 # 253ý Latin small letter y with acute
+display \x00FE 368 # 254þ Latin small letter thorn
+display \x00FF 34568 # 255ÿ Latin small letter y with diaeresis
+
+
+display \x00BB 3457  # 187»right-pointing double angle quotation mark
+display \x00B9  27  # 185¹superscript one
+display \x00B2 237  # 178²superscript two
+display \x00B3 257  # 179³superscript three
+display \x00B1 3467  # 177±plus-minus sign
+display \x00D7 167  # 215×multiplication sign
+
+display \x00B7 467  # 183·middle dot
+
+display \x00BF 14567  # 191¿inverted question mark
+
+
+display \x00B6  2357  # 182¶pilcrow sign
+
+
+#Hex Dots Dec Char Description
+display \x00BC 123567  # 188¼vulgar fraction one quarter
+display \x00BD 1234567  # 189½vulgar fraction one half
+display \x00BE  234567  # 190¾vulgar fraction three quarters
+
+# Each of the three extended accent characters is the same as its conventional
+# compose character but with dot7 added:
+
+#Hex Dots Dec Char Description
+display \x00B4 37  # 180´acute accent
+display \x00B8 67  # 184¸cedilla
+
+
+# The two gender symbols are:
+
+#Hex Dots Dec Char Description
+display \x00BA 7  # 186ºmasculine ordinal indicator
+
+
+# The three remaining characters are:
+
+#Hex Dots Dec Char Description
+
+display \x00B5  567  # 181µmicro sign
+
+
+# The nonbreaking space is dots 7 and 8 because this presents a sequence of
+# nonbreaking spaces as a smooth low line segment.
+
+#Hex Dots Dec Char Description
+
+# LibLouis: Greek international braille - with decomposed accents
+#
+# Copyright (C) 2019 Dave Mielke: <dave@mielke.cc>, [http://mielke.cc/]
+# Copyright (C) 2019 Μαρια Γεωργακαράκου <mylarynx@gmail.com>
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+
+include grc-international-common.uti
+
+# uppercase accented letters which have lowercase equivalents
+letter \x0386 46-4-1 # Ά Capital Alpha with Tonos
+letter \x1FBB 46-4-1 # Ά Capital Alpha with Oxia
+letter \x1FBA 46-6-1 # Ὰ Capital Alpha with Varia
+letter \x1FB9 46-456-1 # Ᾱ Capital Alpha with Macron
+letter \x1FB8 46-1 # Ᾰ Capital Alpha with Vrachy
+letter \x1F08 46-356-1 # Ἀ Capital Alpha with Psili
+letter \x1F0C 46-356-4-1 # Ἄ Capital Alpha with Psili and Oxia
+letter \x1F0A 46-356-6-1 # Ἂ Capital Alpha with Psili and Varia
+letter \x1F0E 46-356-5-1 # Ἆ Capital Alpha with Psili and Perispomeni
+letter \x1F09 46-125-1 # Ἁ Capital Alpha with Dasia
+letter \x1F0D 46-125-4-1 # Ἅ Capital Alpha with Dasia and Oxia
+letter \x1F0B 46-125-6-1 # Ἃ Capital Alpha with Dasia and Varia
+letter \x1F0F 46-125-5-1 # Ἇ Capital Alpha with Dasia and Perispomeni
+letter \x0388 46-4-15 # Έ Capital Epsilon with Tonos
+letter \x1FC9 46-4-15 # Έ Capital Epsilon with Oxia
+letter \x1FC8 46-6-15 # Ὲ Capital Epsilon with Varia
+letter \x1F18 46-356-15 # Ἐ Capital Epsilon with Psili
+letter \x1F1C 46-356-4-15 # Ἔ Capital Epsilon with Psili and Oxia
+letter \x1F1A 46-356-6-15 # Ἒ Capital Epsilon with Psili and Varia
+letter \x1F19 46-125-15 # Ἑ Capital Epsilon with Dasia
+letter \x1F1D 46-125-4-15 # Ἕ Capital Epsilon with Dasia and Oxia
+letter \x1F1B 46-125-6-15 # Ἓ Capital Epsilon with Dasia and Varia
+letter \x0389 46-4-156 # Ή Capital Eta with Tonos
+letter \x1FCB 46-4-156 # Ή Capital Eta with Oxia
+letter \x1FCA 46-6-156 # Ὴ Capital Eta with Varia
+letter \x1F28 46-356-156 # Ἠ Capital Eta with Psili
+letter \x1F2C 46-356-4-156 # Ἤ Capital Eta with Psili and Oxia
+letter \x1F2A 46-356-6-156 # Ἢ Capital Eta with Psili and Varia
+letter \x1F2E 46-356-5-156 # Ἦ Capital Eta with Psili and Perispomeni
+letter \x1F29 46-125-156 # Ἡ Capital Eta with Dasia
+letter \x1F2D 46-125-4-156 # Ἥ Capital Eta with Dasia and Oxia
+letter \x1F2B 46-125-6-156 # Ἣ Capital Eta with Dasia and Varia
+letter \x1F2F 46-125-5-156 # Ἧ Capital Eta with Dasia and Perispomeni
+letter \x03AA 46-24 # Ϊ Capital Iota with Dialytika
+letter \x038A 46-4-24 # Ί Capital Iota with Tonos
+letter \x1FDB 46-4-24 # Ί Capital Iota with Oxia
+letter \x1FDA 46-6-24 # Ὶ Capital Iota with Varia
+letter \x1FD9 46-456-24 # Ῑ Capital Iota with Macron
+letter \x1FD8 46-24 # Ῐ Capital Iota with Vrachy
+letter \x1F38 46-356-24 # Ἰ Capital Iota with Psili
+letter \x1F3C 46-356-4-24 # Ἴ Capital Iota with Psili and Oxia
+letter \x1F3A 46-356-6-24 # Ἲ Capital Iota with Psili and Varia
+letter \x1F3E 46-356-5-24 # Ἶ Capital Iota with Psili and Perispomeni
+letter \x1F39 46-125-24 # Ἱ Capital Iota with Dasia
+letter \x1F3D 46-125-4-24 # Ἵ Capital Iota with Dasia and Oxia
+letter \x1F3B 46-125-6-24 # Ἳ Capital Iota with Dasia and Varia
+letter \x1F3F 46-125-5-24 # Ἷ Capital Iota with Dasia and Perispomeni
+letter \x038C 46-4-135 # Ό Capital Omicron with Tonos
+letter \x1FF9 46-4-135 # Ό Capital Omicron with Oxia
+letter \x1FF8 46-6-135 # Ὸ Capital Omicron with Varia
+letter \x1F48 46-356-135 # Ὀ Capital Omicron with Psili
+letter \x1F4C 46-356-4-135 # Ὄ Capital Omicron with Psili and Oxia
+letter \x1F4A 46-356-6-135 # Ὂ Capital Omicron with Psili and Varia
+letter \x1F49 46-125-135 # Ὁ Capital Omicron with Dasia
+letter \x1F4D 46-125-4-135 # Ὅ Capital Omicron with Dasia and Oxia
+letter \x1F4B 46-125-6-135 # Ὃ Capital Omicron with Dasia and Varia
+letter \x1FEC 46-1235-125 # Ῥ Capital Rho with Dasia
+letter \x03AB 46-136 # Ϋ Capital Upsilon with Dialytika
+letter \x038E 46-4-136 # Ύ Capital Upsilon with Tonos
+letter \x1FEB 46-4-136 # Ύ Capital Upsilon with Oxia
+letter \x1FEA 46-6-136 # Ὺ Capital Upsilon with Varia
+letter \x1FE9 46-456-136 # Ῡ Capital Upsilon with Macron
+letter \x1FE8 46-136 # Ῠ Capital Upsilon with Vrachy
+letter \x1F59 46-125-136 # Ὑ Capital Upsilon with Dasia
+letter \x1F5D 46-125-4-136 # Ὕ Capital Upsilon with Dasia and Oxia
+letter \x1F5B 46-125-6-136 # Ὓ Capital Upsilon with Dasia and Varia
+letter \x1F5F 46-125-5-136 # Ὗ Capital Upsilon with Dasia and Perispomeni
+letter \x038F 46-4-2456 # Ώ Capital Omega with Tonos
+letter \x1FFB 46-4-2456 # Ώ Capital Omega with Oxia
+letter \x1FFA 46-6-2456 # Ὼ Capital Omega with Varia
+letter \x1F68 46-356-2456 # Ὠ Capital Omega with Psili
+letter \x1F6C 46-356-4-2456 # Ὤ Capital Omega with Psili and Oxia
+letter \x1F6A 46-356-6-2456 # Ὢ Capital Omega with Psili and Varia
+letter \x1F6E 46-356-5-2456 # Ὦ Capital Omega with Psili and Perispomeni
+letter \x1F69 46-125-2456 # Ὡ Capital Omega with Dasia
+letter \x1F6D 46-125-4-2456 # Ὥ Capital Omega with Dasia and Oxia
+letter \x1F6B 46-125-6-2456 # Ὣ Capital Omega with Dasia and Varia
+letter \x1F6F 46-125-5-2456 # Ὧ Capital Omega with Dasia and Perispomeni
+
+# lowercase accented letters which have uppercase equivalents
+letter \x03AC 4-1 # ά Small Alpha with Tonos
+letter \x1F71 4-1 # ά Small Alpha with Oxia
+letter \x1F70 6-1 # ὰ Small Alpha with Varia
+letter \x1FB1 456-1 # ᾱ Small Alpha with Macron
+letter \x1FB0 1 # ᾰ Small Alpha with Vrachy
+letter \x1F00 356-1 # ἀ Small Alpha with Psili
+letter \x1F04 356-4-1 # ἄ Small Alpha with Psili and Oxia
+letter \x1F02 356-6-1 # ἂ Small Alpha with Psili and Varia
+letter \x1F06 356-5-1 # ἆ Small Alpha with Psili and Perispomeni
+letter \x1F01 125-1 # ἁ Small Alpha with Dasia
+letter \x1F05 125-4-1 # ἅ Small Alpha with Dasia and Oxia
+letter \x1F03 125-6-1 # ἃ Small Alpha with Dasia and Varia
+letter \x1F07 125-5-1 # ἇ Small Alpha with Dasia and Perispomeni
+letter \x03AD 4-15 # έ Small Epsilon with Tonos
+letter \x1F73 4-15 # έ Small Epsilon with Oxia
+letter \x1F72 6-15 # ὲ Small Epsilon with Varia
+letter \x1F10 356-15 # ἐ Small Epsilon with Psili
+letter \x1F14 356-4-15 # ἔ Small Epsilon with Psili and Oxia
+letter \x1F12 356-6-15 # ἒ Small Epsilon with Psili and Varia
+letter \x1F11 125-15 # ἑ Small Epsilon with Dasia
+letter \x1F15 125-4-15 # ἕ Small Epsilon with Dasia and Oxia
+letter \x1F13 125-6-15 # ἓ Small Epsilon with Dasia and Varia
+letter \x03AE 4-156 # ή Small Eta with Tonos
+letter \x1F75 4-156 # ή Small Eta with Oxia
+letter \x1F74 6-156 # ὴ Small Eta with Varia
+letter \x1F20 356-156 # ἠ Small Eta with Psili
+letter \x1F24 356-4-156 # ἤ Small Eta with Psili and Oxia
+letter \x1F22 356-6-156 # ἢ Small Eta with Psili and Varia
+letter \x1F26 356-5-156 # ἦ Small Eta with Psili and Perispomeni
+letter \x1F21 125-156 # ἡ Small Eta with Dasia
+letter \x1F25 125-4-156 # ἥ Small Eta with Dasia and Oxia
+letter \x1F23 125-6-156 # ἣ Small Eta with Dasia and Varia
+letter \x1F27 125-5-156 # ἧ Small Eta with Dasia and Perispomeni
+letter \x03CA 24 # ϊ Small Iota with Dialytika
+letter \x03AF 4-24 # ί Small Iota with Tonos
+letter \x1F77 4-24 # ί Small Iota with Oxia
+letter \x1F76 6-24 # ὶ Small Iota with Varia
+letter \x1FD1 456-24 # ῑ Small Iota with Macron
+letter \x1FD0 24 # ῐ Small Iota with Vrachy
+letter \x1F30 356-24 # ἰ Small Iota with Psili
+letter \x1F34 356-4-24 # ἴ Small Iota with Psili and Oxia
+letter \x1F32 356-6-24 # ἲ Small Iota with Psili and Varia
+letter \x1F36 356-5-24 # ἶ Small Iota with Psili and Perispomeni
+letter \x1F31 125-24 # ἱ Small Iota with Dasia
+letter \x1F35 125-4-24 # ἵ Small Iota with Dasia and Oxia
+letter \x1F33 125-6-24 # ἳ Small Iota with Dasia and Varia
+letter \x1F37 125-5-24 # ἷ Small Iota with Dasia and Perispomeni
+letter \x03CC 4-135 # ό Small Omicron with Tonos
+letter \x1F79 4-135 # ό Small Omicron with Oxia
+letter \x1F78 6-135 # ὸ Small Omicron with Varia
+letter \x1F40 356-135 # ὀ Small Omicron with Psili
+letter \x1F44 356-4-135 # ὄ Small Omicron with Psili and Oxia
+letter \x1F42 356-6-135 # ὂ Small Omicron with Psili and Varia
+letter \x1F41 125-135 # ὁ Small Omicron with Dasia
+letter \x1F45 125-4-135 # ὅ Small Omicron with Dasia and Oxia
+letter \x1F43 125-6-135 # ὃ Small Omicron with Dasia and Varia
+letter \x1FE5 1235-125 # ῥ Small Rho with Dasia
+letter \x03CB 136 # ϋ Small Upsilon with Dialytika
+letter \x03CD 4-136 # ύ Small Upsilon with Tonos
+letter \x1F7B 4-136 # ύ Small Upsilon with Oxia
+letter \x1F7A 6-136 # ὺ Small Upsilon with Varia
+letter \x1FE1 456-136 # ῡ Small Upsilon with Macron
+letter \x1FE0 136 # ῠ Small Upsilon with Vrachy
+letter \x1F51 125-136 # ὑ Small Upsilon with Dasia
+letter \x1F55 125-4-136 # ὕ Small Upsilon with Dasia and Oxia
+letter \x1F53 125-6-136 # ὓ Small Upsilon with Dasia and Varia
+letter \x1F57 125-5-136 # ὗ Small Upsilon with Dasia and Perispomeni
+letter \x03CE 4-2456 # ώ Small Omega with Tonos
+letter \x1F7D 4-2456 # ώ Small Omega with Oxia
+letter \x1F7C 6-2456 # ὼ Small Omega with Varia
+letter \x1F60 356-2456 # ὠ Small Omega with Psili
+letter \x1F64 356-4-2456 # ὤ Small Omega with Psili and Oxia
+letter \x1F62 356-6-2456 # ὢ Small Omega with Psili and Varia
+letter \x1F66 356-5-2456 # ὦ Small Omega with Psili and Perispomeni
+letter \x1F61 125-2456 # ὡ Small Omega with Dasia
+letter \x1F65 125-4-2456 # ὥ Small Omega with Dasia and Oxia
+letter \x1F63 125-6-2456 # ὣ Small Omega with Dasia and Varia
+letter \x1F67 125-5-2456 # ὧ Small Omega with Dasia and Perispomeni
+
+# uppercase accented letters which don't have lowercase equivalents
+letter \x1FBC 46-1-35 # ᾼ Capital Alpha with Prosgegrammeni
+letter \x1F88 46-356-1-35 # ᾈ Capital Alpha with Psili and Prosgegrammeni
+letter \x1F8C 46-356-4-1-35 # ᾌ Capital Alpha with Psili and Oxia and Prosgegrammeni
+letter \x1F8A 46-356-6-1-35 # ᾊ Capital Alpha with Psili and Varia and Prosgegrammeni
+letter \x1F8E 46-356-5-1-35 # ᾎ Capital Alpha with Psili and Perispomeni and Prosgegrammeni
+letter \x1F89 46-125-1-35 # ᾉ Capital Alpha with Dasia and Prosgegrammeni
+letter \x1F8D 46-125-4-1-35 # ᾍ Capital Alpha with Dasia and Oxia and Prosgegrammeni
+letter \x1F8B 46-125-6-1-35 # ᾋ Capital Alpha with Dasia and Varia and Prosgegrammeni
+letter \x1F8F 46-125-5-1-35 # ᾏ Capital Alpha with Dasia and Perispomeni and Prosgegrammeni
+letter \x1FCC 46-156-35 # ῌ Capital Eta with Prosgegrammeni
+letter \x1F98 46-356-156-35 # ᾘ Capital Eta with Psili and Prosgegrammeni
+letter \x1F9C 46-356-4-156-35 # ᾜ Capital Eta with Psili and Oxia and Prosgegrammeni
+letter \x1F9A 46-356-6-156-35 # ᾚ Capital Eta with Psili and Varia and Prosgegrammeni
+letter \x1F9E 46-356-5-156-35 # ᾞ Capital Eta with Psili and Perispomeni and Prosgegrammeni
+letter \x1F99 46-125-156-35 # ᾙ Capital Eta with Dasia and Prosgegrammeni
+letter \x1F9D 46-125-4-156-35 # ᾝ Capital Eta with Dasia and Oxia and Prosgegrammeni
+letter \x1F9B 46-125-6-156-35 # ᾛ Capital Eta with Dasia and Varia and Prosgegrammeni
+letter \x1F9F 46-125-5-156-35 # ᾟ Capital Eta with Dasia and Perispomeni and Prosgegrammeni
+letter \x1FFC 46-2456-35 # ῼ Capital Omega with Prosgegrammeni
+letter \x1FA8 46-356-2456-35 # ᾨ Capital Omega with Psili and Prosgegrammeni
+letter \x1FAC 46-356-4-2456-35 # ᾬ Capital Omega with Psili and Oxia and Prosgegrammeni
+letter \x1FAA 46-356-6-2456-35 # ᾪ Capital Omega with Psili and Varia and Prosgegrammeni
+letter \x1FAE 46-356-5-2456-35 # ᾮ Capital Omega with Psili and Perispomeni and Prosgegrammeni
+letter \x1FA9 46-125-2456-35 # ᾩ Capital Omega with Dasia and Prosgegrammeni
+letter \x1FAD 46-125-4-2456-35 # ᾭ Capital Omega with Dasia and Oxia and Prosgegrammeni
+letter \x1FAB 46-125-6-2456-35 # ᾫ Capital Omega with Dasia and Varia and Prosgegrammeni
+letter \x1FAF 46-125-5-2456-35 # ᾯ Capital Omega with Dasia and Perispomeni and Prosgegrammeni
+
+# lowercase accented letters which don't have uppercase equivalents
+letter \x1FB6 5-1 # ᾶ Small Alpha with Perispomeni
+letter \x1FB3 1-35 # ᾳ Small Alpha with Ypogegrammeni
+letter \x1FB4 4-1-35 # ᾴ Small Alpha with Oxia and Ypogegrammeni
+letter \x1FB2 6-1-35 # ᾲ Small Alpha with Varia and Ypogegrammeni
+letter \x1FB7 5-1-35 # ᾷ Small Alpha with Perispomeni and Ypogegrammeni
+letter \x1F80 356-1-35 # ᾀ Small Alpha with Psili and Ypogegrammeni
+letter \x1F84 356-4-1-35 # ᾄ Small Alpha with Psili and Oxia and Ypogegrammeni
+letter \x1F82 356-6-1-35 # ᾂ Small Alpha with Psili and Varia and Ypogegrammeni
+letter \x1F86 356-5-1-35 # ᾆ Small Alpha with Psili and Perispomeni and Ypogegrammeni
+letter \x1F81 125-1-35 # ᾁ Small Alpha with Dasia and Ypogegrammeni
+letter \x1F85 125-4-1-35 # ᾅ Small Alpha with Dasia and Oxia and Ypogegrammeni
+letter \x1F83 125-6-1-35 # ᾃ Small Alpha with Dasia and Varia and Ypogegrammeni
+letter \x1F87 125-5-1-35 # ᾇ Small Alpha with Dasia and Perispomeni and Ypogegrammeni
+letter \x1FC6 5-156 # ῆ Small Eta with Perispomeni
+letter \x1FC3 156-35 # ῃ Small Eta with Ypogegrammeni
+letter \x1FC4 4-156-35 # ῄ Small Eta with Oxia and Ypogegrammeni
+letter \x1FC2 6-156-35 # ῂ Small Eta with Varia and Ypogegrammeni
+letter \x1FC7 5-156-35 # ῇ Small Eta with Perispomeni and Ypogegrammeni
+letter \x1F90 356-156-35 # ᾐ Small Eta with Psili and Ypogegrammeni
+letter \x1F94 356-4-156-35 # ᾔ Small Eta with Psili and Oxia and Ypogegrammeni
+letter \x1F92 356-6-156-35 # ᾒ Small Eta with Psili and Varia and Ypogegrammeni
+letter \x1F96 356-5-156-35 # ᾖ Small Eta with Psili and Perispomeni and Ypogegrammeni
+letter \x1F91 125-156-35 # ᾑ Small Eta with Dasia and Ypogegrammeni
+letter \x1F95 125-4-156-35 # ᾕ Small Eta with Dasia and Oxia and Ypogegrammeni
+letter \x1F93 125-6-156-35 # ᾓ Small Eta with Dasia and Varia and Ypogegrammeni
+letter \x1F97 125-5-156-35 # ᾗ Small Eta with Dasia and Perispomeni and Ypogegrammeni
+letter \x0390 4-24 # ΐ Small Iota with Dialytika and Tonos
+letter \x1FD3 4-24 # ΐ Small Iota with Dialytika and Oxia
+letter \x1FD2 6-24 # ῒ Small Iota with Dialytika and Varia
+letter \x1FD6 5-24 # ῖ Small Iota with Perispomeni
+letter \x1FD7 5-24 # ῗ Small Iota with Dialytika and Perispomeni
+letter \x1FE4 356-1235 # ῤ Small Rho with Psili
+letter \x03B0 4-136 # ΰ Small Upsilon with Dialytika and Tonos
+letter \x1FE3 4-136 # ΰ Small Upsilon with Dialytika and Oxia
+letter \x1FE2 6-136 # ῢ Small Upsilon with Dialytika and Varia
+letter \x1FE6 5-136 # ῦ Small Upsilon with Perispomeni
+letter \x1FE7 5-136 # ῧ Small Upsilon with Dialytika and Perispomeni
+letter \x1F50 356-136 # ὐ Small Upsilon with Psili
+letter \x1F54 356-4-136 # ὔ Small Upsilon with Psili and Oxia
+letter \x1F52 356-6-136 # ὒ Small Upsilon with Psili and Varia
+letter \x1F56 356-5-136 # ὖ Small Upsilon with Psili and Perispomeni
+letter \x1FF6 5-2456 # ῶ Small Omega with Perispomeni
+letter \x1FF3 2456-35 # ῳ Small Omega with Ypogegrammeni
+letter \x1FF4 4-2456-35 # ῴ Small Omega with Oxia and Ypogegrammeni
+letter \x1FF2 6-2456-35 # ῲ Small Omega with Varia and Ypogegrammeni
+letter \x1FF7 5-2456-35 # ῷ Small Omega with Perispomeni and Ypogegrammeni
+letter \x1FA0 356-2456-35 # ᾠ Small Omega with Psili and Ypogegrammeni
+letter \x1FA4 356-4-2456-35 # ᾤ Small Omega with Psili and Oxia and Ypogegrammeni
+letter \x1FA2 356-6-2456-35 # ᾢ Small Omega with Psili and Varia and Ypogegrammeni
+letter \x1FA6 356-5-2456-35 # ᾦ Small Omega with Psili and Perispomeni and Ypogegrammeni
+letter \x1FA1 125-2456-35 # ᾡ Small Omega with Dasia and Ypogegrammeni
+letter \x1FA5 125-4-2456-35 # ᾥ Small Omega with Dasia and Oxia and Ypogegrammeni
+letter \x1FA3 125-6-2456-35 # ᾣ Small Omega with Dasia and Varia and Ypogegrammeni
+letter \x1FA7 125-5-2456-35 # ᾧ Small Omega with Dasia and Perispomeni and Ypogegrammeni
+
+#
+# Copyright (C) 2016 Rimas Kudelis <rq@akl.lt>
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+
+# The Lithuanian 8-dot Braille writing system is described in a decree of the Minister of
+# Social Security and Labor, called "Dėl vieningos aštuonių taškų Brailio rašto sistemos
+# naudojimo tvarkos aprašo patvirtinimo", which is in effect since 2011-04-13. Document
+# number is A1-183. At the time of writing this file, the document was accessible at
+# https://www.e-tar.lt/portal/lt/legalAct/TAR.443D667CA047 .
+# The document is referred to as "the standard" below.
+#
+# The standard maps ISO-8859-13 character set to 8-dot Braille writing system. However,
+# even though it defines different mappings for literary and computer braille modes, it
+# doesn't seem like the authors had a good understanding of why these two modes exist
+# and how they differ. Furthermore, the standard contains a few errors (incorrectly named
+# characters as well as mapping conflicts). I would say it needs further improvements.
+#
+# This file is based on the standard, but does not exactly follow it. Some standard
+# definitions are commented out, some changed, and some extra ones are added.
+
+###
+### WHITESPACE
+###
+
+# No-break space is defined as 7 in the standard.
+space         \x00a0 7                      [NO-BREAK SPACE]
+include spaces.uti
+
+
+###
+### DIGITS
+###
+
+include digits8Dots.uti
+
+
+###
+### LETTERS
+###
+
+include latinLetterDef8Dots.uti
+
+# Accented letters which are part of the Lithuanian alphabet.
+uplow         \x0104\x0105 167,16           Ąą LATIN CAPITAL LETTER A WITH OGONEK,LATIN SMALL LETTER A WITH OGONEK
+uplow         \x010c\x010d 1467,146         Čč LATIN CAPITAL LETTER C WITH CARON,LATIN SMALL LETTER C WITH CARON
+uplow         \x0118\x0119 1567,156         Ęę LATIN CAPITAL LETTER E WITH OGONEK,LATIN SMALL LETTER E WITH OGONEK
+uplow         \x0116\x0117 3457,345         Ėė LATIN CAPITAL LETTER E WITH DOT ABOVE,LATIN SMALL LETTER E WITH DOT ABOVE
+uplow         \x012e\x012f 2467,246         Įį LATIN CAPITAL LETTER I WITH OGONEK,LATIN SMALL LETTER E WITH OGONEK
+uplow         \x0160\x0161 23467,2346       Šš LATIN CAPITAL LETTER S WITH CARON,LATIN SMALL LETTER S WITH CARON
+uplow         \x0172\x0173 3467,346         Ųų LATIN CAPITAL LETTER U WITH OGONEK,LATIN SMALL LETTER U WITH OGONEK
+uplow         \x016a\x016b 12567,1256       Ūū LATIN CAPITAL LETTER U WITH MACRON,LATIN SMALL LETTER U WITH MACRON
+uplow         \x017d\x017e 1267,126         Žž LATIN CAPITAL LETTER Z WITH CARON,LATIN SMALL LETTER Z WITH CARON
+
+
+###
+### PUNCTUATION
+###
+
+punctuation   \x0021 235                    ! EXCLAMATION MARK
+punctuation   \x0022 4                      " QUOTATION MARK
+punctuation   \x0027 3                      ' APOSTROPHE
+# The following symbol is defined as 134568 in the standard, but that is hardly useful.
+# According to Unicode, it is the preferred character to use for apostrophe, hence
+# defining it as one here.
+punctuation   \x2019 3                      ’ RIGHT SINGLE QUOTATION MARK
+punctuation   \x0028 23567                  ( LEFT PARENTHESIS
+punctuation   \x0029 23568                  ) RIGHT PARENTHESIS
+punctuation   \x002c 2                      , COMMA
+punctuation   \x002d 36                     - HYPHEN-MINUS
+punctuation   \x002e 256                    . FULL STOP
+punctuation   \x003a 25                     : COLON
+punctuation   \x003b 23                     ; SEMICOLON
+punctuation   \x003f 26                     ? QUESTION MARK
+punctuation   \x005b 12356                  [ LEFT SQUARE BRACKET
+punctuation   \x005d 23456                  ] RIGHT SQUARE BRACKET
+punctuation   \x007b 24678                  { LEFT CURLY BRACKET
+punctuation   \x007d 13578                  } RIGHT CURLY BRACKET
+# The following symbol is defined as 368 in the standard.
+punctuation   \x00ad 36                     [SOFT HYPHEN]
+# The following symbol is not defined in the standard.
+punctuation   \x2013 36                     – EN DASH
+punctuation   \x2014 36                     — EM DASH
+
+# These are the typographically correct quotes in Lithuania.
+punctuation   \x201e 2367                   „ DOUBLE LOW-9 QUOTATION MARK
+punctuation   \x201c 3567                   “ LEFT DOUBLE QUOTATION MARK
+# The following character is defined in the standard, because it exists in ISO-8859-13
+# character set, even though it should not be used in Lithuanian texts.
+punctuation   \x201d 367                    ” RIGHT DOUBLE QUOTATION MARK
+# Let's make straight quotes smarter if we can.
+prepunc       \x0022 2367                   " QUOTATION MARK
+postpunc      \x0022 3567                   " QUOTATION MARK
+# The following combination of smart quotes is sometimes mistakenly used due to automatic
+# replacement based on English rules. This will turn them to the correct quotes.
+prepunc       \x201c 2367                   “ LEFT DOUBLE QUOTATION MARK
+postpunc      \x201d 3567                   ” RIGHT DOUBLE QUOTATION MARK
+
+# Two versions of horizontal ellipsis.
+punctuation   \x2026 3-3-3                  … HORIZONTAL ELLIPSIS
+always        \x002e\x002e\x002e 3-3-3      ... Three times FULL STOP
+
+
+###
+### MATHEMATICAL SYMBOLS
+###
+
+math          \x002b 2358                   + PLUS SIGN
+math          \x003c 2468                   < LESS-THAN SIGN
+math          \x003d 2356                   = EQUALS SIGN
+math          \x003e 1358                   > GREATER-THAN SIGN
+math          \x00b1 23578                  ± PLUS-MINUS SIGN
+# math          \x00bc 1368                   ¼ VULGAR FRACTION ONE QUARTER
+# math          \x00bd 12368                  ½ VULGAR FRACTION ONE HALF
+# math          \x00be 13468                  ¾ VULGAR FRACTION THREE QUARTERS
+math          \x2212 36                     − MINUS SIGN
+math          \x00d7 2348                   × MULTIPLICATION SIGN
+math          \x00f7 125678                 ÷ DIVISION SIGN
+# math          \x2215 25                     ∕ DIVISION SLASH
+# Parentheses are different in Math than in literature.
+# midnum        \x0028 126                    ( LEFT PARENTHESIS
+# midnum        \x0029 345                    ) RIGHT PARENTHESIS
+
+
+###
+### OTHER CHARACTERS
+###
+
+sign          \x0023 3456                   # NUMBER SIGN
+sign          \x0024 46                     $ DOLLAR SIGN
+sign          \x0025 123456                 % PERCENT SIGN
+sign          \x0026 12346                  & AMPERSAND
+sign          \x002a 35                     * ASTERISK
+sign          \x002f 34                     / SOLIDUS
+sign          \x0040 34578                  @ COMMERCIAL AT
+sign          \x005c 347                    \ REVERSE SOLIDUS
+sign          \x005e 2568                   ^ CIRCUMFLEX ACCENT
+sign          \x005f 4567                   _ LOW LINE
+sign          \x0060 6                      `  GRAVE ACCENT
+sign          \x007c 456                    |  VERTICAL LINE
+sign          \x007e 268                    ~  TILDE
+sign          \x00a2 58                     ¢ CENT SIGN
+sign          \x00a3 467                    £ POUND SIGN
+sign          \x00a4 4678                   ¤ CURRENCY SIGN
+sign          \x00a6 1456                   ¦ BROKEN BAR
+sign          \x00a7 3468                   § SECTION SIGN
+sign          \x00a9 123468                 © COPYRIGHT SIGN
+# Angle quotation marks are not commonly used in Lithuanian language.
+# It's probably much more common to see them as fancy breadcrumb separators
+# than anything else, thus marking them as sign, not punctuation.
+sign          \x00ab 5678                   « LEFT-POINTING DOUBLE ANGLE QUOTATION MARK
+sign          \x00bb 4578                   » RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK
+sign          \x00ac 5                      ¬ NOT SIGN
+sign          \x00ae 12358                  ® REGISTERED SIGN
+sign          \x00b0 4568                   ° DEGREE SIGN
+sign          \x00b2 1278                   ² SUPERSCRIPT TWO
+sign          \x00b3 1478                   ³ SUPERSCRIPT THREE
+sign          \x00b5 1348                   µ MICRO SIGN
+sign          \x00b6 12348                  ¶ PILCROW SIGN
+sign          \x00b7 37                     · MIDDLE DOT
+sign          \x00b9 178                    ¹ SUPERSCRIPT ONE
+
+
+###
+### INDICATOR AND SPECIAL SYMBOL OPCODES
+###
+
+# numsign 3456                                Number indicator in text (6-dot output only)
+hyphen        \x002d 36                     - HYPHEN-MINUS
+decpoint      \x002c 2                      , DECIMAL SEPARATOR
+
+sign          \xfffd 7                      � REPLACEMENT CHARACTER
+undefined            7                      Replacement dots for characters not defined in this table
+
+
+###
+### ATTIC (commented out definitions)
+###
+
+# Other letters from the ISO-8859-13 repertoire.
+# This set seems quite useless and poorly designed, so leaving it commented out.
+# uplow         \x00c4\x00e4 567,3458         Ää LATIN CAPITAL LETTER A WITH DIAERESIS,LATIN SMALL LETTER A WITH DIAERESIS
+# uplow         \x00c5\x00e5 34567,345678     Åå LATIN CAPITAL LETTER A WITH RING ABOVE,LATIN SMALL LETTER A WITH RING ABOVE
+# uplow         \x00c6\x00e6 458,38           Ææ LATIN CAPITAL LETTER AE,LATIN SMALL LETTER AE
+# uplow         \x00c9\x00e9 238,1268         Éé LATIN CAPITAL LETTER E WITH ACUTE,LATIN SMALL LETTER E WITH ACUTE
+# uplow         \x00d3\x00f3 123567,14568     Óó LATIN CAPITAL LETTER O WITH ACUTE,LATIN SMALL LETTER O WITH ACUTE
+# uplow         \x00d5\x00f5 267,1234567      Õõ LATIN CAPITAL LETTER O WITH TILDE,LATIN SMALL LETTER O WITH TILDE
+# uplow         \x00d6\x00f6 358,1234568      Öö LATIN CAPITAL LETTER O WITH DIAERESIS,LATIN SMALL LETTER O WITH DIAERESIS
+# uplow         \x00d8\x00f8 48,68            Øø LATIN CAPITAL LETTER O WITH STROKE,LATIN SMALL LETTER O WITH STROKE
+# uplow         \x00dc\x00fc 2368,12568       Üü LATIN CAPITAL LETTER U WITH DIAERESIS,LATIN SMALL LETTER U WITH DIAERESIS
+# lowercase     \x00df 34568                  ß  LATIN SMALL LETTER SHARP S
+# uplow         \x0100\x0101 12468,1678       Āā LATIN CAPITAL LETTER A WITH MACRON,LATIN SMALL LETTER A WITH MACRON
+# uplow         \x0106\x0107 15678,34678      Ćć LATIN CAPITAL LETTER C WITH ACUTE,LATIN SMALL LETTER C WITH ACUTE
+# uplow         \x0112\x0113 123467,1234678   Ēē LATIN CAPITAL LETTER E WITH MACRON,LATIN SMALL LETTER E WITH MACRON
+# uplow         \x0122\x0123 57,348           Ģģ LATIN CAPITAL LETTER G WITH CEDILLA,LATIN SMALL LETTER G WITH CEDILLA
+# uplow         \x012a\x012b 23468,14678      Īī LATIN CAPITAL LETTER I WITH MACRON,LATIN SMALL LETTER I WITH MACRON
+# uplow         \x0136\x0137 258,1468         Ķķ LATIN CAPITAL LETTER K WITH CEDILLA,LATIN SMALL LETTER K WITH CEDILLA
+# uplow         \x013b\x013c 23678,124568     Ļļ LATIN CAPITAL LETTER L WITH CEDILLA,LATIN SMALL LETTER L WITH CEDILLA
+# uplow         \x0141\x0142 35678,234568     Łł LATIN CAPITAL LETTER L WITH STROKE,LATIN SMALL LETTER L WITH STROKE
+# uplow         \x0143\x0144 2567,13458       Ńń LATIN CAPITAL LETTER N WITH ACUTE,LATIN SMALL LETTER N WITH ACUTE
+# uplow         \x0145\x0146 578,234567       Ņņ LATIN CAPITAL LETTER N WITH CEDILLA,LATIN SMALL LETTER N WITH CEDILLA
+# uplow         \x014c\x014d 14567,145678     Ōō LATIN CAPITAL LETTER O WITH MACRON,LATIN SMALL LETTER O WITH MACRON
+# uplow         \x015a\x015b 123568,1568      Śś LATIN CAPITAL LETTER S WITH ACUTE,LATIN SMALL LETTER S WITH ACUTE
+# uplow         \x0179\x017a 23458,12678      Źź LATIN CAPITAL LETTER Z WITH ACUTE,LATIN SMALL LETTER A WITH ACUTE
+# uplow         \x017b\x017c 3568,24568       Żż LATIN CAPITAL LETTER Z WITH DOT ABOVE,LATIN SMALL LETTER Z WITH DOT ABOVE
+# uplow         \x0156\x0157 2357,12456       Ŗŗ LATIN CAPITAL LETTER R WITH CEDILLA,LATIN SMALL LETTER R WITH CEDILLA
+
+# These control chars are defined by the standard, but are hardly useful.
+# These official definitions are commented out below, and only whitespace characters
+# are defined as 0 (no dots) in the Whitespace section at the top of this file.
+# sign          \x0000 3578                   [NULL]
+# sign          \x0001 28                     [START OF HEADING]
+# sign          \x0002 45                     [START OF TEXT]
+# sign          \x0003 47                     [END OF TEXT]
+# sign          \x0004 14578                  [END OF TRANSMISSION]
+# sign          \x0005 1578                   [ENQUIRY]
+# sign          \x0006 12478                  [ACKNOWLEDGE]
+# sign          \x0007 124578                 [BELL]
+# sign          \x0008 12578                  [BACKSPACE]
+# space         \x0009 2478                   [CHARACTER TABULATION]
+# space         \x000a 24578                  [LINE FEED (LF)]
+# space         \x000b 1378                   [LINE TABULATION]
+# space         \x000c 12378                  [FORM FEED (FF)]
+# space         \x000d 13478                  [CARRIAGE RETURN (CR)]
+# sign          \x000e 134578                 [SHIFT OUT]
+# sign          \x000f 56                     [SHIFT IN]
+# sign          \x0010 123478                 [DATA LINK ESCAPE]
+# sign          \x0011 1234578                [DEVICE CONTROL ONE]
+# sign          \x0012 123578                 [DEVICE CONTROL TWO]
+# sign          \x0013 23478                  [DEVICE CONTROL THREE]
+# sign          \x0014 234578                 [DEVICE CONTROL FOUR]
+# sign          \x0015 13678                  [NEGATIVE ACKNOWLEDGE]
+# sign          \x0016 123678                 [SYNCHRONOUS IDLE]
+# sign          \x0017 245678                 [END OF TRANSMISSION BLOCK]
+# sign          \x0018 134678                 [CANCEL]
+# sign          \x0019 1345678                [END OF MEDIUM]
+# sign          \x001a 135678                 [SUBSTITUTE]
+# sign          \x001b 1235678                [ESCAPE]
+# sign          \x001c 3478                   [INFORMATION SEPARATOR FOUR]
+# sign          \x001d 2345678                [INFORMATION SEPARATOR THREE]
+# sign          \x001e 234678                 [INFORMATION SEPARATOR TWO]
+# sign          \x001f 45678                  [INFORMATION SEPARATOR ONE]
+# sign          \x007f 138                    [DELETE]
+# sign          \x0080 457
+# sign          \x0081 8
+# sign          \x0082 3678                   [BREAK PERMITTED HERE]
+# sign          \x0083 78                     [NO BREAK HERE]
+# sign          \x0084 236
+# sign          \x0085 25678                  [NEXT LINE (NEL)]
+# sign          \x0086 168                    [START OF SELECTED AREA]
+# sign          \x0087 357                    [END OF SELECTED AREA]
+# sign          \x0088 378                    [CHARACTER TABULATION SET]
+# sign          \x0089 468                    [CHARACTER TABULATION WITH JUSTIFICATION]
+# sign          \x008a 678                    [LINE TABULATION SET]
+# sign          \x008b 27                     [PARTIAL LINE FORWARD]
+# sign          \x008c 237                    [PARTIAL LINE BACKWARD]
+# sign          \x008d 257                    [REVERSE LINE FEED]
+# sign          \x008e 478                    [SINGLE SHIFT TWO]
+# sign          \x008f 12467                  [SINGLE SHIFT THREE]
+# sign          \x0090 124678                 [DEVICE CONTROL STRING]
+# sign          \x0091 568                    [PRIVATE USE ONE]
+# sign          \x0092 1246                   [PRIVATE USE TWO]
+# sign          \x0093 356                    [SET TRANSMIT STATE]
+# sign          \x0094 1238                   [CANCEL CHARACTER]
+# sign          \x0095 278                    [MESSAGE WAITING]
+# sign          \x0096 2378                   [START OF GUARDED AREA]
+# sign          \x0097 13568                  [END OF GUARDED AREA]
+# sign          \x0098 2578                   [START OF STRING]
+# sign          \x0099 1245678
+# sign          \x009a 2678                   [SINGLE CHARACTER INTRODUCER]
+# sign          \x009b 123458                 [CONTROL SEQUENCE INTRODUCER]
+# sign          \x009c 67                     [STRING TERMINATOR]
+# sign          \x009d 124567                 [OPERATING SYSTEM COMMAND]
+# sign          \x009e 235678                 [PRIVACY MESSAGE]
+# sign          \x009f 12345678               [APPLICATION PROGRAM COMMAND]
+#-index-name: Telugu
+#-display-name: Telugu braille
+
+#+locale:te
+#+type:literary
+#+grade:1
+
+# TODO: Please correct the metadata above. It is not meant to be
+# accurate nor complete. It hasn't been verified by the table
+# author yet. It is merely an attempt by the liblouis maintainers
+# to get some sensible initial values in place.
+
+# TODO: Please add a reference to official documentation about
+# the implemented braille code. Preferably submit the documents
+# to https://github.com/liblouis/braille-specs.
+
+include te-in-g1.utb
+include braille-patterns.cti
+# Liblouis: Danish table for 6 dots grade 1 forward translation (literary)
+#
+#  Copyright (C) 2014-2017, Bue Vester-Andersen <bue@vester-andersen.dk>
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+#
+#------------
+#
+# This  is the Danish  6 dots grade 1 table for forward translation (literary / not back-translateable).
+# 
+# The output from this table is mainly ment for embossing and not suited for back-translation.
+#
+# Version: Bue Vester-Andersen, 170604
+
+### Table Metadata
+
+#-name: Dansk fuldskrift 6-punkt
+#-index-name: Danish, uncontracted, 6-dot
+#-display-name: Danish 6-dot uncontracted braille
+
+#+locale: da
+#+type: literary
+#+contraction: no
+#+grade: 1
+#+dots: 6
+#+direction: forward
+
+# Display opcodes
+include da-dk-octobraille.dis
+
+### Spaces
+
+# These ctrl-chars have to have a representation, so that they can be properly converted back and forth.
+space \t 2478 CHARACTER TABULATION
+space \n 678 LINE FEED (LF)
+space \v 1368 LINE TABULATION
+space \f 12378 FORM FEED (FF)
+space \r 257 CARRIAGE RETURN (CR)
+space \x00a0 a
+
+include spaces.uti
+
+### Character definitions
+
+# Definition of dot cells
+punctuation ! 235 EXCLAMATION MARK
+punctuation " 2356 QUOTATION MARK
+sign & 12346 AMPERSAND
+punctuation ' 4 APOSTROPHE
+punctuation ( 236 LEFT PARENTHESIS
+punctuation ) 356 RIGHT PARENTHESIS
+punctuation * 35 ASTERISK
+punctuation , 2 COMMA
+punctuation - 36 HYPHEN-MINUS
+punctuation . 3 FULL STOP
+punctuation / 34 SLASH
+punctuation : 25 COLON
+punctuation ; 23 SEMICOLON
+punctuation ? 26 QUESTION MARK
+include latinLetterDef6Dots.uti
+
+include digits6Dots.uti
+
+punctuation \x00a7 346 SECTION SIGN (0xa7)
+
+uplow \x00c5\x00e5 16 LATIN LETTER A WITH RING ABOVE
+uplow \x00c6\x00e6 345 LATIN LETTER AE
+uplow \x00d8\x00f8 246 LATIN LETTER O WITH STROKE
+uplow \x00dc\x00fc 1256 LATIN CAPITAL LETTER U WITH DIAERESIS
+math \x00f7 256 DIVISION SIGN
+
+# cover all other Braille patterns
+include braille-patterns.cti
+
+# Characters with two or more cells
+
+punctuation # 45-3456 NUMBER SIGN
+sign $ 45-256 DOLLAR SIGN
+math % 245-356 PERCENT SIGN
+#sign & 6-12346 AMPERSAND
+#punctuation * 6-35 ASTERISK
+math + 45-235 PLUS SIGN
+math < 45-134 LESS-THAN SIGN
+math = 45-2356 EQUALS SIGN
+math > 45-234 GREATER-THAN SIGN
+sign @ 45-1 COMMERCIAL AT
+punctuation [ 5-236 LEFT SQUARE BRACKET
+punctuation \\ 45-16 REVERSE SLASH
+punctuation ] 5-356 RIGHT SQUARE BRACKET
+punctuation ^ 45-346 CIRCUMFLEX ACCENT
+punctuation _ 45-36 LOW LINE
+punctuation ` 4 GRAVE ACCENT
+punctuation { 45-246 LEFT CURLY BRACKET
+punctuation | 45-456 VERTICAL LINE
+punctuation } 45-135 RIGHT CURLY BRACKET
+punctuation ~ 45-6 TILDE
+
+# Misc unicode characters
+include da-dk-6miscChars.cti
+
+# Litdigits
+include litdigits6Dots.uti
+
+undefined 26
+
+### Braille indicators and special characters
+
+#hyphen - 36
+
+letsign 6
+
+# No letsign before capital letters or letters with accents
+
+noletsign ABCDEFGHIJKLMNOPQRSTUVWXYZ\x0160\x0152\x017d\x0178\x00c0\x00c1\x00c2\x00c3\x00c4\x00c5\x00c6\x00c7\x00c8\x00c9\x00ca\x00cb\x00cc\x00cd\x00ce\x00cf\x00d0\x00d1\x00d2\x00d3\x00d4\x00d5\x00d6\x00d8\x00d9\x00da\x00db\x00dc\x00dd\x00de\x008a\x008c\x008e
+noletsign i\x0161\x0153\x017e\x00ff\x00df\x00e0\x00e1\x00e2\x00e3\x00e7\x00e8\x00e9\x00ea\x00eb\x00ec\x00ed\x00ee\x00ef\x00f0\x00f1\x00f2\x00f3\x00f4\x00f5\x00f9\x00fa\x00fb\x00fd\x00fe\x009a\x009c
+noletsign abcdefghjklmnopqrstuvwxyz\x00e4\x00e5\x00e6\x00f6\x00f8\x00fc
+
+# Emphasis opcodes
+emphclass italic
+emphclass underline
+emphclass bold
+
+begemphphrase italic 56
+endemphphrase italic after 56
+begemphword italic 56
+endemphword italic 56
+
+begemphphrase bold 56
+endemphphrase bold after 56
+begemphword bold 56
+endemphword bold 56
+
+begemphphrase underline 56
+endemphphrase underline after 56
+begemphword underline 56
+endemphword underline 56
+
+capsletter 46 
+begcapsword 456
+endcapsword 6
+
+numsign 3456
+
+#class of none-space characters that demand double dashes
+# Used in context lines later.
+#must be the first class defined.
+class charsWDoubleDash .,?!/:"'() # class w
+
+### Correct
+
+# Chars that don't require a space before percent and permille:
+class charsBeforePercent "(\x201e\x0084\x201c\x0093\x201d\x0094\x00ab\x00bb #class x
+noback correct `["%"] *
+noback correct `["\x2030"] *
+noback correct !$sx["%"] " %"
+noback correct !$sx["\x2030"] " \x2030"
+noback correct `["\x0089"] *
+noback correct !$sx["\x0089"] " \x2030"
+
+# Chars to be treated like digits when switching back to letter mode
+class extraDigits \x00bc\x00bd\x00be
+
+#Use the "correct" opcode to convert chars that can't be back-translated
+# and make the table more simple.
+
+# Dashes
+class dashes \x2013\x2014\x0096\x0097\x00ad
+noback correct %dashes "-"
+
+class quotes \x201e\x0084\x201c\x0093\x201d\x0094\x00ab\x00bb 
+noback correct %quotes "\""
+
+class apostrophes `\x201a\x0082\x2039\x008b\x2018\x0091\x2019\x0092\x203a\x009b\x00b4
+noback correct %apostrophes "'"
+
+# Convert most single caps to lowercase
+
+#Special abbreviations with imbedded small letters.
+# Must be handled by case in this version of liblouis
+noback correct "KAbB" "KABB"
+noback correct "CUDiM" "CUDIM"
+
+swapcc UpperLower ABCDEFGHIJKLMNOPQRSTUVWXYZ\x0160\x0152\x017d\x0178\x00c0\x00c1\x00c2\x00c3\x00c4\x00c5\x00c6\x00c7\x00c8\x00c9\x00ca\x00cb\x00cc\x00cd\x00ce\x00cf\x00d0\x00d1\x00d2\x00d3\x00d4\x00d5\x00d6\x00d8\x00d9\x00da\x00db\x00dc\x00dd\x00de\x008a\x008c abcdefghijklmnopqrstuvwxyz\x0161\x0153\x017e\x00ff\x00e0\x00e1\x00e2\x00e3\x00e4\x00e5\x00e6\x00e7\x00e8\x00e9\x00ea\x00eb\x00ec\x00ed\x00ee\x00ef\x00f0\x00f1\x00f2\x00f3\x00f4\x00f5\x00f6\x00f8\x00f9\x00fa\x00fb\x00fc\x00fd\x00fe\x009a\x009c
+
+# I is a special case
+noback correct _$sp["I"]$sp "i"
+noback correct `["I"]$sp "i"
+noback correct _$sp["I"]~ "i"
+
+noback correct $sSpu[%UpperLower]$u %UpperLower
+noback correct `[%UpperLower]$u %UpperLower
+
+# Punctuations, math and numbers
+midnum , 2
+midnum . 3
+midnum - 36
+endnum - 36
+midnum / 34
+midnum : 25
+
+midnum ^ 45-346
+midnum \x00d7 45-3-3456
+
+# Punctuation
+prepunc " 2356
+postpunc " 2356
+prepunc - 36
+postpunc - 36
+always :- 25-36
+always ;- 23-36
+always --- 36-36-36
+always ---- 36-36-36-36
+always ----- 36-36-36-36-36
+
+# these characters must be separated from ")" by a letsign.
+class SepToRightpar Jj%'\x2030\x0089\x201a\x0082\x2039\x009b\x2018\x0091\x2019\x0092\x203a\x009b
+after SepToRightpar always ) 6-356
+
+prepunc ( 236
+postpunc ) 356
+
+always .) 3-356
+always ... 3-3-3
+
+always !! 235-235
+always !!! 235-235-235
+always !!!! 235-235-235-235
+always !!!!! 235-235-235-235-235
+
+### Context rules
+
+# Substitutions for joinnum rules with common math signs
+noback context $dy$s["-"$s]$dy @36
+noback context $dy$s["+"$s]$dy @235
+noback context $dy$s["\x00d7"$s]$dy @3
+noback context $dy$s["\x00f7"$s]$dy @256
+noback context $dy$s["="$s]$dy @2356
+
+# Space on each side of = when between letters or punctuation.
+noback context $lp["="]$lp @0-2356-0
+
+# Ensure two dashes where appropriate.
+noback context $w["-"]$w @36
+noback context $sw["-"]$sw @36-36
+noback context `["-"]$sw @36-36
+noback context $sw["-"]~ @36-36
+noback context !$sw["-"]~ @36
+noback context `["-"]~ @36-36
+
+#ensure dot 6 between a digit and a letter
+noback context $dy[]$u @6
+noback context $dy$Spm.[]$u @6
+
+# Ensure dot 6 as nocaps
+#noback context $U2-50[]$u @6
+
+### Pass 2
+
+noback pass2 @6-46-5 @46-5 # no letsign before cap letters with accent
+noback pass2 @45-6-46 * # don't touch tilde before capnoback pass2 @6-46 @46-6 # Ensure correct order
+
+# Ensure there is only one letsign
+ noback pass2 @6-6 @6
+# This table contains braille codes and rules for Sinhala grade 1 and includes English grade 1.
+#
+# Copyright (C) 2017 Access to success, 248/1 A, New city land, Kadawela, Katana, Sri Lanka
+#
+# This file is part of liblouis.
+#
+# liblouis is free software: you can redistribute it and/or modify it
+# under the terms of the GNU Lesser General Public License as
+# published by the Free Software Foundation, either version 2.1 of the
+# License, or (at your option) any later version.
+#
+# liblouis is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with liblouis. If not, see
+# <http://www.gnu.org/licenses/>.
+
+# This table is built and maintained by the "Access to Success" under
+# an activity of ABC (WIPO)-DLF capacity building project phase ii,
+# Sri Lanka.
+
+# Contributors: Ashoka Bandula Weerawardhana of Sri Lanka with the
+# extensive support from Dipendra Manocha, and Sreeja param of India.
+
+# Last updated on April 16, 2017
+
+# To report any bugs or any suggestion, please write to asokabandula@gmail.com
+
+include sin.cti
+include en-in-g1.ctb
+include tamil.cti
+include text_nabcc.dis
+# liblouis: Croatian sub table for digits
+#
+#  Copyright (©) 2017. Zlatko Soboèan <zlatko.sobocan@tifloglobus.hr>
+# by company Tiflo globus d.o.o. <http://www.tifloglobus.hr>
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+#
+
+# Croatian sub table for digits
+#  Version 2017-06-15
+# Created and maintained by zlatko Soboèan <zlatko.sobocan@tifloglobus.hr>
+# by company Tiflo globus d.o.o. <http://www.tifloglobus.hr>
+# If you found bugs with Croatian grade1 table, report it with following address:
+# Zlatko Soboèan <zlatko.sobocan@tifloglobus.hr>
+#
+
+digit        0      346
+digit        1      16
+digit        2      34
+digit        3      146
+digit        4      1456
+digit        5      156
+digit        6      1246
+digit        7      12456
+digit        8      1256
+digit        9      246
+#-index-name: Ukrainian
+#-display-name: Ukrainian braille
+
+#+locale: uk
+#+type: literary
+
+# -----------------
+# TODO: Please add a reference to official documentation about
+# the implemented braille code. Preferably submit the documents
+# to https://github.com/liblouis/braille-specs.
+# -----------------
+
+#-copyright: Bert Frees
+#-copyright: EAC "Lemur"
+#-license: LGPLv2.1
+
+#  Copyright (C) 2017 EAC "Lemur" <www.trosti.com.ua>
+#  Copyright (C) 2018 Bert Frees <bertfrees@gmail.com>
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+
+# Maintained by Sergiy Moskalets.
+
+#-maintainer-name: Sergiy Moskalets
+#-maintainer-url: www.trosti.com.ua
+
+# -----------------
+
+# Ukrainian braille is largely the same as Russian braille
+include ru-litbrl.ctb
+
+# The Ukrainian alphabet has 4 letters that are not in the Russian
+# alphabet, namely Є, І, Ї and Ґ. Like in ru-chardefs.cti, the
+# following definitions have dot 9 set to make them distinguishable
+# from the Latin letters. Dot 7 indicates uppercase letters.
+uplow \x0404\x0454 34579,3459      CYRILLIC LETTER IE   Єє
+uplow \x0406\x0456 1345679,134569  CYRILLIC LETTER I    Іі
+uplow \x0407\x0457 145679,14569    CYRILLIC LETTER II   Її
+uplow \x0490\x0491 1245679,124569  CYRILLIC LETTER GE   Ґґ
+
+# Extend classes defined in ru-litbrl.ctb
+class uppercyrillic \x0404\x0406\x0407\x0490
+class lowercyrillic \x0454\x0456\x0457\x0491
+class cyrillic \x0404\x0406\x0407\x0490\x0454\x0456\x0457\x0491
+
+# Remove dot 7 from uppercase letters
+# Note that we can use the same name for the swapdd rule, but the pass4 rule needs to be repeated
+swapdd uppertolower 34579,1345679,145679,1245679 3459,134569,14569,124569
+noback pass4 %uppertolower %uppertolower
+
+# The Russian alphabet also has 4 letters that are not in the
+# Ukrainian alphabet, namely Ё, Ъ, Ы and Э. For convenience these
+# definitions are not removed however. They're needed to work
+# comfortable with both languages. These 4 Russian letters are defined
+# in ru-chardefs.cti as follows:
+
+# uplow \x0401\x0451 1679,169         CYRILLIC LETTER IO          Ё
+# uplow \x042A\x044A 1235679,123569   CYRILLIC LETTER HARD SIGN   Ъ
+# uplow \x042B\x044B 234679,23469     CYRILLIC LETTER YERU        Ы
+# uplow \x042D\x044D 24679,2469       CYRILLIC LETTER E           Э
+
+# Math
+always \x00BD 3456-1-23  VULGAR FRACTION ONE HALF ½ (overrides rule in chardefs.cti)
+
+# Unicode braille patterns
+include braille-patterns.cti
+
+
+# liblouis: Korean (Base table and chars)
+#
+# Based on the braille contraction table in BRLTTY
+#
+#  Copyright (C) 1995-2012 by The BRLTTY Team.
+#  Copyright (C) 2012 by Samuel Thibault <samuel.thibault@ens-lyon.org>
+#  Copyright (C) 2012 by Mesar Hameed <mesar.hameed@gmail.com>
+#  Copyright (C) 2013 by Joseph Lee <joseph.lee22590@gmail.com>
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+
+# This is missing CHITUEUM*, CEONGCHIEUMSIOS, PANSIOS, YESIEUNG, RINHIEUH and
+# ARAEA for which I couldn't find documentation.  Please contact me to fix
+# anything, as this table was generated from a C program.
+
+## Comments:
+
+# There are three files that are needed for displaying Korean chars:
+
+# ko.cti, which contains punctuations, numbers and Unicode sign
+# opcodes for Korean (Hangul) chars. This file also includes Korean
+# dot/char patterns which are not affected by grade 1 and grade 2
+# rules - that is, entries which are common to grade 1 and grade 2.
+# The "universal" entries fixes an issue where some Korean conscenant
+# dot patterns were confused with litdigit (although in the table, I
+# put after digit), which was a concern raised by a number of Korean
+# braille readers. For example, the conscenant dots fpr "ni-eun" is
+# dots 14, which are same as number 3.
+
+# ko-g1.ctb, uncontracted Korean table. Includes har/dot pairs used in
+# Grade 1 rules. Mostly deals with "after digit" situations.
+
+# ko-g2.ctb, contracted Korean braille. Includes same chars as ko1.ctb
+# which has different dot patterns in grade 2. These are shorthands
+# for uncontracted chars. Also includes certain strings which must be
+# uncontracted and a number of multi-char ones which has shorthand dot
+# patterns.
+
+# As for the structure of the files: ko.cti is the base table from
+# which ko-g1.ctb and ko-g2.ctb derives. Thus, unlike other tables,
+# ko-g2.ctb does not include ko-g1.ctb. This would help me extend the
+# table without major modifications - all I need to do is categorize
+# whether an entry is universal or grade-specific, then add the
+# entries in the appropriate file (if it is universal, then ko.cti
+# will be modified; if it is grade-specific, ko-g1 or ko-g2 will be
+# modified).
+
+# Globals (used for punctuations and others):
+
+include en-chardefs.cti English character definition opcodes
+include braille-patterns.cti
+
+# Braille indicators
+numsign 3456  number sign, just a dots operand
+capsletter 6
+begcapsword 6-6
+endcapsword 6-3
+emphclass italic
+emphclass underline
+emphclass bold
+begemphphrase italic 46-46
+endemphphrase italic before 46
+lenemphphrase italic 4
+begemphword italic 46-3
+endemphword italic 46-36
+emphletter italic 46-25
+begemphphrase bold 456-456
+endemphphrase bold before 456
+lenemphphrase bold 4
+begcomp 456-346
+endcomp 456-156
+
+# literary forms of the decimal digits
+include litdigits6Dots.uti
+
+# Letters are defined in chardefs.cti
+
+# punctuation
+prepunc ( 36
+word ( 36
+noback always ( 36
+postpunc ) 36
+word ) 36
+noback always ) 36
+prepunc " 236
+postpunc " 356
+word " 236
+prepunc ` 236
+prepunc ' 6-236
+postpunc ' 356-3
+word ' 4-3
+word 'em = 
+word 'tis =
+word 'twas =
+begnum # 3456 print number sign before number
+midnum , 5
+postpunc , 5
+word , 5
+noback always , 5
+decpoint . 3
+midnum - 36
+hyphen - 36
+always \s--\s 36-36
+always \s-\s 36-36
+midnum \x00ad 36
+postpunc . 256
+word . 256
+noback always . 256
+postpunc ; 56-23
+word ; 56-23
+midnum : 5-2
+postpunc : 5-2
+always : 5-2
+postpunc ! 456
+noback always ! 456
+midnum / 456-34
+always / 456-34
+always < 5-13
+always = 25-25
+always > 46-2
+always + 5-235
+postpunc ? 236
+word ? 236
+noback always ? 236
+endnum st 34
+endnum nd 1345-145
+endnum rd 1235-145
+endnum 's 3-234
+endnum th 1456
+endnum 's 3-234
+always % 356-1234
+midnum ^ 45
+always ^ 456-126
+always ~ 36-36
+always & 4-12346
+midnum * 5-23
+always * 35-35
+prepunc [ 236-3
+word [ 236-3
+always [ 236-3
+postpunc ] 6-356
+word ] 6-356
+always ] 6-356
+prepunc { 236-23
+word { 236-23
+always { 236-23
+postpunc } 56-356
+word } 56-356
+always } 56-356
+always @ 4-1
+always \\ 4-1256
+always | 456-1256
+always \s-\s 36
+always ..." 5-5-5-356
+always … 5-5-5
+always ... 5-5-5
+always ...' 5-5-5-356-3
+repeated .... 0
+repeated ____ 6-36-36-3
+repeated ---- 36
+always .\s.\s." 3-3-3-356
+always .\s.\s. 3-3-3 . . .
+begnum $ 256
+always $ 4-256
+always _ 6-36-36-3
+always — 56-36-36-23
+
+# special character sequences
+compbrl :// URLs
+compbrl ()
+compbrl www.
+compbrl ::
+compbrl .com
+compbrl .edu
+compbrl .gov
+compbrl .ini
+compbrl .mil
+compbrl .net
+compbrl .org
+compbrl .doc
+compbrl .xml
+compbrl .xsl
+compbrl .htm
+compbrl .html
+compbrl .tex
+compbrl .txt
+compbrl .gif
+compbrl .jpg
+compbrl .png
+compbrl .wav
+compbrl .tar
+compbrl .zip
+
+noback context "\e"$a *
+always \\_ 56 letter sign before Roman page numbers
+noback pass2 @56-56 @56
+noback pass2 @3-56 @3
+
+
+#Korean section:
+
+#Detect English:
+letsign 356
+
+#Basic letter patterns (to be used in G1 and G2):
+include ko-chars.cti
+
+
+# For grade 1 and grade 2 rules not discussed here, see ko-g1.ctb and ko-g2.ctb.
+# This table contains braille codes and rules for Gujarati script.
+#
+# Copyright (C) 2014 National Institute for Visually Handicapped, 116, Rajpur Road, Dehradun, Uttrakhand, India
+#
+# This file is part of liblouis.
+#
+# liblouis is free software: you can redistribute it and/or modify it
+# under the terms of the GNU Lesser General Public License as
+# published by the Free Software Foundation, either version 2.1 of the
+# License, or (at your option) any later version.
+#
+# liblouis is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with liblouis. If not, see
+# <http://www.gnu.org/licenses/>.
+
+# This table is built and maintained under an activity of Braille Council of India
+# Contributors: Dipendra Manocha, Sreeja, Dinesh Kaushal, Mesar Hameed
+# Last updated on May 5, 2014
+# To report any bugs or any suggestion, please write to d@saksham.org and sreeja.param@gmail.com
+
+# Vowels
+ 
+include braille-patterns.cti 
+    
+letter   \x0A81	3	# GUJARATI SIGN CHANDRABINDU
+letter   \x0A82	56	# GUJARATI SIGN ANUSVARA
+letter   \x0A83	6	# GUJARATI SIGN VISARGA
+letter   \x0A85	1	# GUJARATI LETTER A
+letter   \x0A86	345	# GUJARATI LETTER  AA
+letter   \x0A87	24	# GUJARATI LETTER I
+letter   \x0A88	35	# GUJARATI LETTER II
+letter   \x0A89	136	# GUJARATI LETTER U
+letter   \x0A8A	1256	# GUJARATI LETTER UU
+letter   \x0A8B	5-1235	# GUJARATI LETTER VOCALIC R
+letter   \x0A8C	5-123	# GUJARATI LETTER VOCALIC L (USED WITH SANSKRIT TEXT)
+letter   \x0A8D	26	# GUJARATI VOWEL CANDRA E
+letter   \x0A8F	15	# GUJARATI LETTER E
+letter   \x0A90	34	# GUJARATI LETTER AI
+letter   \x0A93	135	# GUJARATI LETTER O
+letter   \x0A94	246	# GUJARATI LETTER AU
+
+replace \x200D
+
+# Consonents
+
+letter   \x0A95	13	# GUJARATI LETTER KA
+letter   \x0A96	46	# GUJARATI LETTER KHA
+letter   \x0A97	1245	# GUJARATI LETTER GA
+letter   \x0A98	126	# GUJARATI LETTER GHA
+letter   \x0A99	346	# GUJARATI LETTER NGA
+
+letter   \x0A9A	14	# GUJARATI LETTER CA
+letter   \x0A9B	16	# GUJARATI LETTER CHA
+letter   \x0A9C	245	# GUJARATI LETTER JA
+letter   \x0A9D	356	# GUJARATI LETTER JHA
+letter   \x0A9E	25	# GUJARATI LETTER NYA
+
+letter   \x0A9F	23456	# GUJARATI LETTER TTA
+letter   \x0AA0	2456	# GUJARATI LETTER TTHA
+letter   \x0AA1	1246	# GUJARATI LETTER DDA
+letter   \x0AA2	123456	# GUJARATI LETTER DDHA
+letter   \x0AA3	3456	# GUJARATI LETTER NNA
+
+letter   \x0AA4	2345	# GUJARATI LETTER TA
+letter   \x0AA5	1456	# GUJARATI LETTER THA
+letter   \x0AA6	145	# GUJARATI LETTER DA
+letter   \x0AA7	2346	# GUJARATI LETTER DHA
+letter   \x0AA8	1345	# GUJARATI LETTER NA
+
+letter   \x0AAA	1234	# GUJARATI LETTER PA
+letter   \x0AAB	235	# GUJARATI LETTER PHA
+letter   \x0AAC	12	# GUJARATI LETTER BA
+letter   \x0AAD	45	# GUJARATI LETTER BHA
+letter   \x0AAE	134	# GUJARATI LETTER MA
+
+letter   \x0AAF	13456	# GUJARATI LETTER YA
+letter   \x0AB0	1235	# GUJARATI LETTER RA
+letter   \x0AB2	123	# GUJARATI LETTER LA
+letter   \x0AB3	456	# GUJARATI LETTER LLA
+letter   \x0AB5	1236	# GUJARATI LETTER VA
+letter   \x0AB6	146	# GUJARATI LETTER SHA
+letter   \x0AB7	12346	# GUJARATI LETTER SSA
+letter   \x0AB8	234	# GUJARATI LETTER SA
+letter   \x0AB9	125	# GUJARATI LETTER HA
+letter   \x0ABD	2	# GUJARATI SIGN AVAGRAHA
+
+letter   \x0ABE	345	# GUJARATI VOWEL SIGN AA
+letter   \x0ABF	24	# GUJARATI VOWEL SIGN I (STANDS TO THE LEFT OF THE CONSONANT)
+letter   \x0AC0	35	# GUJARATI VOWEL SIGN II
+letter   \x0AC1	136	# GUJARATI VOWEL SIGN U
+letter   \x0AC2	1256	# GUJARATI VOWEL SIGN UU
+letter   \x0AC3	61235	# GUJARATI VOWEL SIGN VOCALIC R
+letter   \x0AC4	5-1235	# GUJARATI VOWEL SIGN VOCALIC RR
+letter   \x0AC5	26	# GUJARATI VOWEL SIGN CANDRA E
+letter   \x0AC7	15	# GUJARATI VOWEL SIGN E
+letter   \x0AC8	34	# GUJARATI VOWEL SIGN AI
+letter   \x0ACB	135	# GUJARATI VOWEL SIGN O
+letter   \x0ACC	246	# GUJARATI VOWEL SIGN AU
+
+letter   \x0ACD	4	# GUJARATI SIGN VIRAMA
+letter   \x0AD0	135-4-134	# GUJARATI OM
+letter   \x0AE0	 5-1235	# GUJARATI LETTER VOCALIC RR
+letter   \x0AE1	6-123	# GUJARATI LETTER VOCALIC LL
+letter   \x0AE2	5-123	# GUJARATI VOWEL SIGN VOCALIC L
+letter   \x0AE3	6-123	# GUJARATI VOWEL SIGN VOCALIC LL
+
+# Digits
+
+litdigit   \x0AE6	245	# GUJARATI DIGIT ZERO
+litdigit   \x0AE7	1	# GUJARATI DIGIT ONE
+litdigit   \x0AE8	12	# GUJARATI DIGIT TWO
+litdigit   \x0AE9	14	# GUJARATI DIGIT THREE
+litdigit   \x0AEA	145	# GUJARATI DIGIT FOUR
+litdigit   \x0AEB	15	# GUJARATI DIGIT FIVE
+litdigit   \x0AEC	124	# GUJARATI DIGIT SIX
+litdigit   \x0AED	1245	# GUJARATI DIGIT SEVEN
+litdigit   \x0AEE	125	# GUJARATI DIGIT EIGHT
+litdigit   \x0AEF	24	# GUJARATI DIGIT NINE
+
+# Half letters
+
+always   \x0A95\x0ACD	4-13	# GUJARATI LETTER KA
+always   \x0A96\x0ACD	4-46	# GUJARATI LETTER KHA
+always   \x0A97\x0ACD	4-1245	# GUJARATI LETTER GA
+always   \x0A98\x0ACD	4-126	# GUJARATI LETTER GHA
+always   \x0A99\x0ACD	4-346	# GUJARATI LETTER NGA
+
+always   \x0A9A\x0ACD	4-14	# GUJARATI LETTER CA
+always   \x0A9B\x0ACD	4-16	# GUJARATI LETTER CHA
+always   \x0A9C\x0ACD	4-245	# GUJARATI LETTER JA
+always   \x0A9D\x0ACD	4-356	# GUJARATI LETTER JHA
+always   \x0A9E\x0ACD 	4-25	# GUJARATI LETTER NYA
+
+always   \x0A9F\x0ACD	4-23456	# GUJARATI LETTER TTA
+always   \x0AA0\x0ACD	4-2456	# GUJARATI LETTER TTHA
+always   \x0AA1\x0ACD	4-1246	# GUJARATI LETTER DDA
+always   \x0AA2\x0ACD	4-123456	# GUJARATI LETTER DDHA
+always   \x0AA3\x0ACD	4-3456	# GUJARATI LETTER NNA
+
+always   \x0AA4\x0ACD	4-2345	# GUJARATI LETTER TA
+always   \x0AA5\x0ACD	4-1456	# GUJARATI LETTER THA
+always   \x0AA6\x0ACD	4-145	# GUJARATI LETTER DA
+always   \x0AA7\x0ACD	4-2346	# GUJARATI LETTER DHA
+always   \x0AA8\x0ACD	4-1345	# GUJARATI LETTER NA
+
+always   \x0AAA\x0ACD	4-1234	# GUJARATI LETTER PA
+always   \x0AAB\x0ACD	4-235	# GUJARATI LETTER PHA
+always   \x0AAC\x0ACD	4-12	# GUJARATI LETTER BA
+always   \x0AAD\x0ACD	4-45	# GUJARATI LETTER BHA
+always   \x0AAE\x0ACD	4-134	# GUJARATI LETTER MA
+always   \x0AAF\x0ACD	4-13456	# GUJARATI LETTER YA
+always   \x0AB0\x0ACD	4-1235	# GUJARATI LETTER RA
+always   \x0AB2\x0ACD	4-123	# GUJARATI LETTER LA
+always   \x0AB3\x0ACD	4-456	# GUJARATI LETTER LLA
+always   \x0AB5\x0ACD	4-1236	# GUJARATI LETTER VA
+always   \x0AB6\x0ACD	4-146	# GUJARATI LETTER SHA
+always   \x0AB7\x0ACD	4-12346	# GUJARATI LETTER SSA
+always   \x0AB8\x0ACD	4-234	# GUJARATI LETTER SA
+always   \x0AB9\x0ACD	4-125	# GUJARATI LETTER HA
+
+always   \x0AC3\x0ACD	4-61235	# GUJARATI VOWEL SIGN VOCALIC R
+always   \x0AC4\x0ACD	4-5-1235	# GUJARATI VOWEL SIGN VOCALIC RR
+always   \x0AE0\x0ACD	4-5-1235	# GUJARATI LETTER VOCALIC RR
+always   \x0AE1\x0ACD	4-6-123	# GUJARATI LETTER VOCALIC LL
+always   \x0AE2\x0ACD	4-5-123	# GUJARATI VOWEL SIGN VOCALIC L
+always   \x0AE3\x0ACD	4-6-123 	# GUJARATI VOWEL SIGN VOCALIC LL
+
+# ksha and gya
+
+
+always \x0A95\x0ACD\x0AB7\x0ACD 4-12345 #"ksha"
+always \x0A9C\x0ACD\x0A9E 156 #gyan
+always \x0A95\x0ACD\x0AB7 12345 #"ksha"
+
+  # consonent followed by vowel but not matra
+  
+  class  GujaratiVowel \x0A87\x0A88\x0A89\x0A8A\x0A8B\x0A8C\x0A8D\x0A8F\x0A90\x0A93\x0A94
+  class Halant \x0ACD
+  
+before GujaratiVowel  always	\x0A95	13-1	# GUJARATI LETTER KA
+before GujaratiVowel  always	\x0A96	46-1	# GUJARATI LETTER KHA
+before GujaratiVowel always 	\x0A97	1245-1	# GUJARATI LETTER GA
+before GujaratiVowel  always 	\x0A98	126-1	# GUJARATI LETTER GHA
+before GujaratiVowel  always 	\x0A9A	14-1	# GUJARATI LETTER CA
+before GujaratiVowel  always  	\x0A9B	16-1	# GUJARATI LETTER CHA
+before GujaratiVowel  always  	\x0A9C	245-1	# GUJARATI LETTER JA
+before GujaratiVowel  always  	\x0A9D	356-1	# GUJARATI LETTER JHA
+before GujaratiVowel  always 	\x0A9F	23456-1	# GUJARATI LETTER TTA
+before GujaratiVowel  always	\x0AA0	2456-1	# GUJARATI LETTER TTHA
+before GujaratiVowel  always 	\x0AA1	1246-1	# GUJARATI LETTER DDA
+before GujaratiVowel  always  	\x0AA2 	123456-1	# GUJARATI LETTER DDHA
+before GujaratiVowel  always 	\x0AA3 		3456-1	# GUJARATI LETTER NNA
+before GujaratiVowel  always	\x0AA4	2345-1	# GUJARATI LETTER TA
+before GujaratiVowel  always 	\x0AA5 	1456-1	# GUJARATI LETTER THA
+before GujaratiVowel  always 	\x0AA6 	145-1	# GUJARATI LETTER DA
+before GujaratiVowel  always	\x0AA7 	2346-1	# GUJARATI LETTER DHA
+before GujaratiVowel  always	\x0AA8 	1345-1	# GUJARATI LETTER NA
+before GujaratiVowel  always	\x0AAA 	1234-1	# GUJARATI LETTER PA
+before GujaratiVowel  always	\x0AAB 	235-1	# GUJARATI LETTER PHA
+before GujaratiVowel  always 	\x0AAC 	12-1	# GUJARATI LETTER BA
+before GujaratiVowel  always	\x0AAD 	45-1	# GUJARATI LETTER BHA
+before GujaratiVowel  always	\x0AAE 	134-1	# GUJARATI LETTER MA
+before GujaratiVowel  always	\x0AAF 	13456-1	# GUJARATI LETTER YA
+before GujaratiVowel  always	\x0AB0 	1235-1	# GUJARATI LETTER RA
+before GujaratiVowel  always	\x0AB2 	123-1	# GUJARATI LETTER LA
+before GujaratiVowel  always	\x0AB3 	456-1	# GUJARATI LETTER LLA
+before GujaratiVowel  always	\x0AB5 	1236-1	# GUJARATI LETTER VA
+before GujaratiVowel  always	\x0AB6 	146-1	# GUJARATI LETTER SHA
+before GujaratiVowel  always	\x0AB7 	12346-1	# GUJARATI LETTER SSA
+before GujaratiVowel  always	\x0AB8	234-1	# GUJARATI LETTER SA
+before GujaratiVowel  always	\x0AB9	125-1	# GUJARATI LETTER HA
+before GujaratiVowel  always	\x0AC3	61235-1	# GUJARATI VOWEL SIGN VOCALIC R
+before GujaratiVowel  always	\x0AC4	5-1235-1	# GUJARATI VOWEL SIGN VOCALIC RR
+before GujaratiVowel  always	\x0AE0	5-1235-1	# GUJARATI LETTER VOCALIC RR
+before GujaratiVowel  always	\x0AE1	6-123-1 	# GUJARATI LETTER VOCALIC LL
+before GujaratiVowel  always	\x0AE3	6-123-1 	# GUJARATI VOWEL SIGN VOCALIC LL
+# liblouis: Danish, table for 8 dots grade 1.5, partial contraction (forward and backward translation)
+#
+#  Copyright (C) 2014-2017, Bue Vester-Andersen <bue@vester-andersen.dk>
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+#
+#------------
+#
+#
+# This  is the Danish table for 8 dots grade 2l/1.5 limited contractions (lille forkortelse).
+# Use this table for translation and back-translation of Danish 8 dots grade 2 limited.
+#
+# Version: Bue Vester-Andersen, 160713
+
+### Table Metadata
+
+#-index-name: Danish, partially contracted, 8-dot
+#-display-name: Danish 8-dot partially contracted braille
+
+#+locale: da
+#+type: literary
+#+contraction: partial
+#+grade: 1.5
+#+dots: 8
+#+direction: both
+
+
+# Display opcodes
+include da-dk-octobraille.dis
+
+### Character definitions ###
+
+sign \x0000 8 NULL
+sign \x0001 178 START OF HEADING
+sign \x0002 1278 START OF TEXT
+sign \x0003 1478 END OF TEXT
+sign \x0004 14578 END OF TRANSMISSION
+sign \x0005 24568 ENQUIRY
+sign \x0006 12478 ACKNOWLEDGE
+sign \x0007 124578 BELL
+sign \x0008 12578 BACKSPACE
+space \t 2478 CHARACTER TABULATION
+space \n 678 LINE FEED (LF)
+space \v 1368 LINE TABULATION
+space \f 12378 FORM FEED (FF)
+space \r 257 CARRIAGE RETURN (CR)
+sign \x000e 134578 SHIFT OUT
+sign \x000f 12358 SHIFT IN
+sign \x0010 123478 DATA LINK ESCAPE
+sign \x0011 1234578 DEVICE CONTROL ONE
+sign \x0012 13568 DEVICE CONTROL TWO
+sign \x0013 4578 DEVICE CONTROL THREE
+sign \x0014 268 DEVICE CONTROL FOUR
+sign \x0015 13678 NEGATIVE ACKNOWLEDGE
+sign \x0016 278 SYNCHRONOUS IDLE
+sign \x0017 3578 END OF TRANSMISSION BLOCK
+sign \x0018 78 CANCEL
+sign \x0019 68 END OF MEDIUM
+sign \x001a 135678 SUBSTITUTE
+sign \x001b 2678 ESCAPE
+sign \x001c 45678 INFORMATION SEPARATOR FOUR
+sign \x001d 12368 INFORMATION SEPARATOR THREE
+sign \x001e 1234678 INFORMATION SEPARATOR TWO
+sign \x001f 235678 INFORMATION SEPARATOR ONE
+space \s 0 SPACE
+punctuation ! 235 EXCLAMATION MARK
+punctuation " 2356 QUOTATION MARK
+punctuation # 34568 NUMBER SIGN
+sign $ 25678 DOLLAR SIGN
+math % 24578 PERCENT SIGN
+sign & 123468 AMPERSAND
+punctuation ' 4 APOSTROPHE
+punctuation ( 2368 LEFT PARENTHESIS
+punctuation ) 3568 RIGHT PARENTHESIS
+math + 2358 PLUS SIGN
+punctuation , 2 COMMA
+punctuation - 368 HYPHEN-MINUS
+punctuation . 3 FULL STOP
+punctuation / 348 SLASH
+include digits8Dots.uti
+punctuation : 25 COLON
+punctuation ; 23 SEMICOLON
+math < 358 LESS-THAN SIGN
+math = 23568 EQUALS SIGN
+math > 267 GREATER-THAN SIGN
+punctuation ? 26 QUESTION MARK
+sign @ 478 COMMERCIAL AT
+uplow Aa 17,1 LATIN LETTER A
+uplow Bb 127,12 LATIN LETTER B
+uplow Cc 147,14 LATIN LETTER C
+uplow Dd 1457,145 LATIN LETTER D
+uplow Ee 157,15 LATIN LETTER E
+uplow Ff 1247,124 LATIN LETTER F
+uplow Gg 12457,1245 LATIN LETTER G
+uplow Hh 1257,125 LATIN LETTER H
+uplow Ii 247,24 LATIN LETTER I
+uplow Jj 2457,245 LATIN LETTER J
+uplow Kk 137,13 LATIN LETTER K
+uplow Ll 1237,123 LATIN LETTER L
+uplow Mm 1347,134 LATIN LETTER M
+uplow Nn 13457,1345 LATIN LETTER N
+uplow Oo 1357,135 LATIN LETTER O
+uplow Pp 12347,1234 LATIN CAPITAL LETTER P
+uplow Rr 12357,1235 LATIN LETTER R
+uplow Ss 2347,234 LATIN LETTER S
+uplow Tt 23457,2345 LATIN LETTER T
+uplow Uu 1367,136 LATIN LETTER U
+uplow Vv 12367,1236 LATIN LETTER V
+uplow Yy 134567,13456 LATIN LETTER Y
+punctuation [ 23678 LEFT SQUARE BRACKET
+punctuation ] 35678 RIGHT SQUARE BRACKET
+punctuation ^ 12348 CIRCUMFLEX ACCENT
+punctuation _ 3678 LOW LINE
+punctuation ` 5 GRAVE ACCENT
+punctuation { 123678 LEFT CURLY BRACKET
+punctuation | 4568 VERTICAL LINE
+punctuation } 345678 RIGHT CURLY BRACKET
+punctuation ~ 467 TILDE
+sign \x007f 7 DELETE
+sign \x20AC 1578 #EURO SIGN (0x80)
+noback sign \x0080 1578 #EURO SIGN (0x80)
+sign \x0081 45 <control-0081>
+punctuation \x201A 457 #Low single quote (0x82)
+noback punctuation \x0082 457 #Low single quote (0x82)
+sign \x0192 58 #Flurihn (0x83)
+noback sign \x0083 58 #Flurihn (0x83)
+punctuation \x201E 2378 #Low quote (0x84)
+noback punctuation \x0084 2378 #Low quote (0x84)
+letter \x2020 2357 #Dagger (0x86
+noback letter \x0086 2357 #Dagger (0x86
+letter \x2021 23578 #Double dagger (0x87
+noback letter \x0087 23578 #Double dagger (0x87
+letter \x02c6 5678 #Modifier letter circumflex (0x88)
+noback letter \x0088 5678 #Modifier letter circumflex (0x88)
+math \x2030 245678 #permille sign (0x89)
+noback math \x0089 245678 #permille sign (0x89)
+uplow \x0160\x0161 23478,2348 #LATIN CAPITAL LETTER S WITH CARON (0x8a)
+noback uplow \x008a\x009a 23478,2348 #LATIN LETTER S WITH CARON (0x8a)
+punctuation \x2039 456 #SINGLE LEFT-POINTING ANGLE QUOTATION MARK (0x8b)
+noback punctuation \x008b 456 #SINGLE LEFT-POINTING ANGLE QUOTATION MARK (0x8b)
+uplow \x0152\x0153 13578,1358 #LATIN CAPITAL LIGATURE OE (0x8c)
+noback uplow \x008c\x009c 13578,1358 #LATIN LIGATURE OE (0x8c)
+sign \x008d 3567 REVERSE LINE FEED (not defined in cp1252)
+letter \x008f 27 SINGLE SHIFT THREE (not defined in cp1252)
+letter \x0090 357 DEVICE CONTROL STRING (not defined in cp1252)
+punctuation \x2018 47 #LEFT SINGLE QUOTATION MARK (0x91)
+noback punctuation \x0091 47 #LEFT SINGLE QUOTATION MARK (0x91)
+punctuation \x2019 48 #RIGHT SINGLE QUOTATION MARK (0x92)
+noback punctuation \x0092 48 #RIGHT SINGLE QUOTATION MARK (0x92)
+punctuation \x201c 237 #LEFT DOUBLE QUOTATION MARK (0x93)
+noback punctuation \x0093 237 #LEFT DOUBLE QUOTATION MARK (0x93)
+punctuation \x201d 568 #RIGHT DOUBLE QUOTATION MARK (0x94)
+noback punctuation \x0094 568 #RIGHT DOUBLE QUOTATION MARK (0x94)
+sign \x2022 37 #Bullit (0x95)
+noback sign \x0095 37 #Bullit (0x95)
+sign \x02DC 46 #SMALL TILDE (0x98)
+noback sign \x0098 46 #SMALL TILDE (0x98)
+sign \x2122 234578 #TRADE MARK SIGN (0x99)
+noback sign \x0099 234578 #TRADE MARK SIGN (0x99)
+punctuation \x203A 4567 #SINGLE RIGHT-POINTING ANGLE QUOTATION MARK (0x9b)
+noback punctuation \x009b 4567 #SINGLE RIGHT-POINTING ANGLE QUOTATION MARK (0x9b)
+letter \x009d 2567 OPERATING SYSTEM COMMAND
+uplow \x0178\x00ff 2345678,234568 #LATIN LETTER Y WITH DIAERESIS (0x9f)
+noback uppercase \x009f 2345678 #LATIN LETTER Y WITH DIAERESIS (0x9f)
+punctuation \x00a0 23458 NO-BREAK SPACE (0xa0)
+punctuation \x00a2 2578 CENT SIGN (0xa2)
+punctuation \x00a3 1238 POUND SIGN (0xa3)
+punctuation \x00a5 67 YEN SIGN (0xa5)
+punctuation \x00a6 3478 BROKEN BAR (0xa6)
+punctuation \x00a7 578 SECTION SIGN (0xa7)
+punctuation \x00a9 134678 COPYRIGHT SIGN (0xa9)
+letter \x00aa 234678 FEMININE ORDINAL INDICATOR (0xaa)
+punctuation \x00ab 57 LEFT-POINTING DOUBLE ANGLE QUOTATION MARK (0xab)
+letter \x00ad 378 SOFT HYPHEN (0xad)
+punctuation \x00ae 123578 REGISTERED SIGN (0xae)
+punctuation \x00af 23567 MACRON (0xaf)
+math \x00b1 123458 PLUS-MINUS SIGN
+punctuation \x00b2 238 SUPERSCRIPT TWO
+punctuation \x00b3 258 SUPERSCRIPT THREE
+punctuation \x00b4 468 ACUTE ACCENT
+punctuation \x00b6 1234568 PILCROW SIGN
+punctuation \x00b7 38 MIDDLE DOT
+punctuation \x00b8 4678 CEDILLA
+punctuation \x00b9 28 SUPERSCRIPT ONE
+letter \x00ba 12345678 MASCULINE ORDINAL INDICATOR
+punctuation \x00bb 567 RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK
+punctuation \x00bc 13458 VULGAR FRACTION ONE QUARTER
+punctuation \x00bd 458 VULGAR FRACTION ONE HALF
+uplow \x00c1\x00e1 1235678,123568 LATIN  LETTER A WITH ACUTE
+uplow \x00c2\x00e2 1678,168 LATIN  LETTER A WITH CIRCUMFLEX
+uplow \x00c3\x00e3 14678,1468 LATIN  LETTER A WITH TILDE
+uplow \x00c4\x00e4 34578,3458 LATIN  LETTER A WITH DIAERESIS
+uplow \x00c5\x00e5 167,16 LATIN LETTER A WITH RING ABOVE
+uplow \x00c6\x00e6 3457,345 LATIN LETTER AE
+uplow \x00cc\x00ec 15678,1568 LATIN  LETTER I WITH GRAVE
+uplow \x00cd\x00ed 12678,1268 LATIN  LETTER I WITH ACUTE
+uplow \x00d0\x00f0 1345678,134568 LATIN  LETTER ETH
+uplow \x00d1\x00f1 1245678,124568 LATIN  LETTER N WITH TILDE
+uplow \x00d2\x00f2 124678,12468 LATIN  LETTER O WITH GRAVE
+uplow \x00d3\x00f3 34678,3468 LATIN  LETTER O WITH ACUTE
+uplow \x00d5\x00f5 145678,14568 LATIN  LETTER O WITH TILDE
+uplow \x00d6\x00f6 24678,2468 LATIN  LETTER O WITH DIAERESIS
+math \x00d7 13468 MULTIPLICATION SIGN
+uplow \x00d8\x00f8 2467,246 LATIN LETTER O WITH STROKE
+uplow \x00da\x00fa 125678,12568 LATIN  LETTER U WITH ACUTE
+uplow \x00dd\x00fd 13478,1348 LATIN  LETTER Y WITH ACUTE (infinite?)
+uplow \x00de\x00fe 1378,138 LATIN  LETTER THORN
+lowercase \x00df 23468 LATIN SMALL LETTER SHARP S
+math \x00f7 2568 DIVISION SIGN
+
+# Character used for capslettersign
+# Resides in the "private use area", and shouldn't conflict with anything.
+sign \xf8ff f
+
+#Unicode Braille patterns
+include braille-patterns.cti
+
+# characters that have letsign as part of their definition
+# (to be removed when the alwaysletsign opcode has been implemented).
+punctuation * 6-35 ASTERISK
+uplow Qq 6-123457,6-12345 LATIN LETTER Q
+uplow Ww 6-24567,6-2456 LATIN LETTER W
+uplow Xx 6-13467,6-1346 LATIN LETTER X
+uplow Zz 6-13567,6-1356 LATIN LETTER Z
+punctuation \\ 6-347 REVERSE SLASH
+punctuation \x2026 6-3-3-3 #Elipsis (0x85)
+noback punctuation \x0085 6-3-3-3 #Elipsis (0x85)
+uplow \x017d\x017e 6-3467,6-346 #LATIN  LETTER Z WITH CARON (0x8e)
+noback uplow \x008e\x009e 6-3467,6-346 #LATIN  LETTER Z WITH CARON (0x8e)
+letter \x2013 6-36 #EN DASH (0x96)
+noback sign \x0096 6-36 #EN DASH (0x96)
+letter \x2014 6-367 #Em DASH (0x97)
+noback sign \x0097 6-367 #Em DASH (0x97)
+punctuation \x00a4 6-2367 CURRENCY SIGN (0xa4)
+punctuation \x00a8 6-56 DIAERESIS (0xa8)
+punctuation \x00ac 6-34567 NOT SIGN (0xac)
+sign \x00b0 4-356 DEGREE SIGN (0xb0)
+sign \x00b5 6-236 MICRO SIGN
+punctuation \x00be 6-3456 VULGAR FRACTION THREE QUARTERS
+punctuation \x00bf 6-34 INVERTED QUESTION MARK
+uplow \x00c0\x00e0 6-123567,6-12356 LATIN  LETTER A WITH GRAVE
+uplow \x00c7\x00e7 6-123467,6-12346 LATIN  LETTER C WITH CEDILLA
+uplow \x00c8\x00e8 6-23467,6-2346 LATIN  LETTER E WITH GRAVE
+uplow \x00c9\x00e9 6-1234567,6-123456 LATIN  LETTER E WITH ACUTE
+uplow \x00ca\x00ea 6-1267,6-126 LATIN  LETTER E WITH CIRCUMFLEX
+uplow \x00cb\x00eb 6-12467,6-1246 LATIN  LETTER E WITH DIAERESIS
+uplow \x00ce\x00ee 6-1467,6-146 LATIN  LETTER I WITH CIRCUMFLEX
+uplow \x00cf\x00ef 6-124567,6-12456 LATIN  LETTER I WITH DIAERESIS
+uplow \x00d4\x00f4 6-14567,6-1456 LATIN  LETTER O WITH CIRCUMFLEX
+uplow \x00d9\x00f9 6-234567,6-23456 LATIN  LETTER U WITH GRAVE
+uplow \x00db\x00fb 6-1567,6-156 LATIN  LETTER U WITH CIRCUMFLEX
+uplow \x00dc\x00fc 6-12567,6-1256 LATIN  LETTER U WITH DIAERESIS
+
+# Misc letters from other character sets prefixed with dot 5
+# to be implemented
+
+### misc opcodes ###
+
+# Emphasis opcodes
+emphclass italic
+emphclass underline
+emphclass bold
+
+begemphphrase italic 56
+endemphphrase italic after 56
+begemphword italic 56
+endemphword italic 56
+
+begemphphrase bold 56
+endemphphrase bold after 56
+begemphword bold 56
+endemphword bold 56
+
+begemphphrase underline 56
+endemphphrase underline after 56
+begemphword underline 56
+endemphword underline 56
+
+# special symbols
+decpoint , 2
+hyphen - 368
+letsign 6
+noletsign Ii
+noletsignbefore 1234567890
+
+capsletter f
+multind f-6 capsletter letsign
+multind 6-f letsign capsletter
+capsnocont
+
+# The Danish use of letsign differs somewhat from the LibLouis way.
+# In order to be sure that we are getting a letsign when we want one, we are sometimes getting an overlap.
+
+# Ensure that we have letsign between a digit and "st"
+# and nd after a digit is not contracted
+noback context _$d["st"]!$l @6-234-2345
+noback context _$d["st"]~ @6-234-2345
+noback context _$d["nd"]!$l @1345-145
+noback context _$d["nd"]~ @1345-145
+# Ensure that we get a letsign between a digit and a single letter.
+noback context $d[]$l!$l @6
+noback context $d[]$l~ @6
+
+#Special sequences, urls emails and file names.
+
+nocont $
+nocont \\ # line cannot end with a backslash
+nocont @
+nocont ://
+nocont www
+nocont .com
+nocont .dk
+nocont .eu
+nocont .edu
+nocont .gov
+nocont .mil
+nocont .net
+nocont .org
+nocont .uk
+nocont .doc
+nocont .exe
+nocont .htm
+nocont .tex
+nocont .txt
+nocont .gif
+nocont .jpg
+nocont .png
+nocont .wav
+nocont .tar
+nocont .zip
+
+# Word contractions with only 1 cell
+word at 1
+word bliver 12
+word den 12346
+word der 23456
+word det 2346
+word de 1456
+word du 145
+word efter 1356
+word eller 15
+word en 126
+word er 156
+word et 346
+word for 124
+word før 246
+word gennem 12456
+word gør 1245
+word han 13456
+word har 125
+word hun 136
+word hvad 2456
+word hvor 34
+word jeg 245
+word kan 13
+word lige 123
+word med 134
+word men 146
+word ned 1246
+word når 1345
+word og 14
+word op 135
+word over 1346
+word på 1234
+word ret 12356
+word rigtig 1235
+word skal 123456
+word som 234
+word så 16
+word te 1256
+word til 2345
+word under 12345
+word ved 1236
+word ve 3456
+word være 345
+
+### Exceptions ###
+
+# Ensure no single cell word contraction before or after a dash
+word -at 368-1-2345
+word at- 1-2345-368
+word -bliver 368-12-123-24-1236-15-1235
+word bliver- 12-123-24-1236-15-1235-368
+word -den 368-145-15-1345
+word den- 145-15-1345-368
+word -der 368-145-15-1235
+word der- 145-15-1235-368
+word -det 368-145-15-2345
+word det- 145-15-2345-368
+word -de 368-145-15
+word de- 145-15-368
+word -du 368-145-136
+word du- 145-136-368
+word -efter 368-15-124-2345-15-1235
+word efter- 15-124-2345-15-1235-368
+word -er 368-15-1235
+word er- 15-1235-368
+word -et 368-15-2345
+word et- 15-2345-368
+word -for 368-124-135-1235
+word for- 124-135-1235-368
+word -før 368-124-246-1235
+word før- 124-246-1235-368
+word -gennem 368-1245-15-1345-1345-15-134
+word gennem- 1245-15-1345-1345-15-134-368
+word -gør 368-1245-246-1235
+word gør- 1245-246-1235-368
+word -han 368-125-1-1345
+word han- 125-1-1345-368
+word -har 368-125-1-1235
+word har- 125-1-1235-368
+word -hun 368-125-136-1345
+word hun- 125-136-1345-368
+word -kan 368-13-1-1345
+word kan- 13-1-1345-368
+word -lige 368-123-24-12456
+word lige- 123-24-12456-368
+word -med 368-146-145
+word med- 146-145-368
+word -men 368-134-126
+word men- 134-126-368
+word -ned 368-1345-15-145
+word ned- 1345-15-145-368
+word -når 368-1345-16-1235
+word når- 1345-16-1235-368
+word -og 368-135-1245
+word og- 135-1245-368
+word -op 368-135-1234
+word op- 135-1234-368
+word -over 368-135-1236-15-1235
+word over- 135-1236-15-1235-368
+word -på 368-1234-16
+word på- 1234-16-368
+word -ret 368-1235-15-2345
+word ret- 1235-15-2345-368
+word -rigtig 368-1235-24-1245-2345-24-1245
+word rigtig- 1235-24-1245-2345-24-1245-368
+word -skal 368-234-13-1-123
+word skal- 234-13-1-123-368
+word -som 368-234-135-134
+word som- 234-135-134-368
+word -så 368-234-16
+word så- 234-16-368
+word -te 368-2345-15
+word te- 2345-15-368
+word -til 368-2345-24-123
+word til- 2345-24-123-368
+word -under 368-136-1345-145-15-1235
+word under- 136-1345-145-15-1235-368
+word -ved 368-1236-15-145
+word ved- 1236-15-145-368
+word -ve 368-1236-15
+word ve- 1236-15-368
+word -være 368-1236-345-1235-15
+word Være- 1236-345-1235-15-368
+
+### Patches ###
+# the following sections are to compensate for various behaviours and problems in liblouis.
+# They will be removed, as the issues are resolved.
+
+# Ensure correct back-translation of word contractions before various punctuation.
+
+nofor always a 6-1
+nofor always b 6-12
+nofor always c 6-14
+nofor always d 6-145
+nofor always e 6-15
+nofor always f 6-124
+nofor always g 6-1245
+nofor always h 6-125
+nofor always j 6-245
+nofor always k 6-13
+nofor always l 6-123
+nofor always m 6-134
+nofor always n 6-1345
+nofor always o 6-135
+nofor always p 6-1234
+nofor always q 6-12345
+nofor always r 6-1235
+nofor always s 6-234
+nofor always t 6-2345
+nofor always u 6-136
+nofor always v 6-1236
+nofor always w 6-2456
+nofor always x 6-1346
+nofor always y 6-13456
+nofor always z 6-1356
+nofor always æ 6-345
+nofor always ø 6-246
+nofor always å 6-16
+
+nofor always A 6-17
+nofor always B 6-127
+nofor always C 6-147
+nofor always D 6-1457
+nofor always E 6-157
+nofor always F 6-1247
+nofor always G 6-12457
+nofor always H 6-1257
+nofor always J 6-2457
+nofor always K 6-137
+nofor always L 6-1237
+nofor always M 6-1347
+nofor always N 6-13457
+nofor always O 6-1357
+nofor always P 6-12347
+nofor always Q 6-123457
+nofor always R 6-12357
+nofor always S 6-2347
+nofor always T 6-23457
+nofor always U 6-1367
+nofor always V 6-12367
+nofor always W 6-24567
+nofor always X 6-13467
+nofor always Y 6-134567
+nofor always Z 6-13567
+nofor always Æ 6-3457
+nofor always Ø 6-2467
+nofor always Å 6-167
+
+# if a word contraction is followed by a punctuation and another word immediately after,
+# The contracted word before the punctuation will back-translate as its components
+class wordlimit /,!.:’()?"'\x00ab_\x201d\x0094\x2019\x0092\x00bb
+
+nofor before wordlimit sufword at 1
+nofor before wordlimit sufword bliver 12
+nofor before wordlimit sufword den 12346
+nofor before wordlimit sufword der 23456
+nofor before wordlimit sufword det 2346
+nofor before wordlimit sufword de 1456
+nofor before wordlimit sufword du 145
+nofor before wordlimit sufword efter 1356
+nofor before wordlimit sufword eller 15
+nofor before wordlimit sufword en 126
+nofor before wordlimit sufword er 156
+nofor before wordlimit sufword et 346
+nofor before wordlimit sufword for 124
+nofor before wordlimit sufword før 246
+nofor before wordlimit sufword gennem 12456
+nofor before wordlimit sufword gør 1245
+nofor before wordlimit sufword han 13456
+nofor before wordlimit sufword har 125
+nofor before wordlimit sufword hun 136
+nofor before wordlimit sufword hvad 2456
+nofor before wordlimit sufword hvor 34
+nofor before wordlimit sufword jeg 245
+nofor before wordlimit sufword kan 13
+nofor before wordlimit sufword lige 123
+nofor before wordlimit sufword med 134
+nofor before wordlimit sufword men 146
+nofor before wordlimit sufword ned 1246
+nofor before wordlimit sufword når 1345
+nofor before wordlimit sufword og 14
+nofor before wordlimit sufword op 135
+nofor before wordlimit sufword over 1346
+nofor before wordlimit sufword på 1234
+nofor before wordlimit sufword ret 12356
+nofor before wordlimit sufword rigtig 1235
+nofor before wordlimit sufword skal 123456
+nofor before wordlimit sufword som 234
+nofor before wordlimit sufword så 16
+nofor before wordlimit sufword te 1256
+nofor before wordlimit sufword til 2345
+nofor before wordlimit sufword under 12345
+nofor before wordlimit sufword ved 1236
+nofor before wordlimit sufword være 345
+
+### Problems solved with pass 2 ###
+
+# Most of these lines are temporary.
+# They will be written with a few swap sets when the swapdd opcode has been fixed.
+
+
+# Generic forward convert of @f-... to @...7
+noback pass2 @f-235 @2357
+# Conversion with letsign.
+noback pass2 @f-6-235 @6-2357
+# Conversion with dot 5, which is used for accent marker in higher unicode pages.
+noback pass2 @f-5-235 @5-2357
+# Generic backward conversion.
+nofor pass2 @2357 @f-235
+# Conversion with dot 5 (letsign is handled below).
+nofor pass2 @5-2357 @f-5-235
+
+# Same for the following characters.
+
+noback pass2 @f-35 @357
+noback pass2 @f-6-35 @6-357
+noback pass2 @f-5-35 @5-357
+nofor pass2 @357 @f-35
+nofor pass2 @5-357 @f-5-35
+
+noback pass2 @f-1 @17
+noback pass2 @f-6-1 @6-17
+noback pass2 @f-5-1 @5-17
+nofor pass2 @17 @f-1
+nofor pass2 @5-17 @f-5-1
+
+noback pass2 @f-12 @127
+noback pass2 @f-6-12 @6-127
+noback pass2 @f-5-12 @5-127
+nofor pass2 @127 @f-12
+nofor pass2 @5-127 @f-5-12
+
+noback pass2 @f-14 @147
+noback pass2 @f-6-14 @6-147
+noback pass2 @f-5-14 @5-147
+nofor pass2 @147 @f-14
+nofor pass2 @5-147 @f-5-14
+
+noback pass2 @f-145 @1457
+noback pass2 @f-6-145 @6-1457
+noback pass2 @f-5-145 @5-1457
+nofor pass2 @1457 @f-145
+nofor pass2 @5-1457 @f-5-145
+
+noback pass2 @f-15 @157
+noback pass2 @f-6-15 @6-157
+noback pass2 @f-5-15 @5-157
+nofor pass2 @157 @f-15
+nofor pass2 @5-157 @f-5-15
+
+noback pass2 @f-124 @1247
+noback pass2 @f-6-124 @6-1247
+noback pass2 @f-5-124 @5-1247
+nofor pass2 @1247 @f-124
+nofor pass2 @5-1247 @f-5-124
+
+noback pass2 @f-1245 @12457
+noback pass2 @f-6-1245 @6-12457
+noback pass2 @f-5-1245 @5-12457
+nofor pass2 @12457 @f-1245
+nofor pass2 @5-12457 @f-5-1245
+
+noback pass2 @f-125 @1257
+noback pass2 @f-6-125 @6-1257
+noback pass2 @f-5-125 @5-1257
+nofor pass2 @1257 @f-125
+nofor pass2 @5-1257 @f-5-125
+
+noback pass2 @f-24 @247
+noback pass2 @f-6-24 @6-247
+noback pass2 @f-5-24 @5-247
+nofor pass2 @247 @f-24
+nofor pass2 @5-247 @f-5-24
+
+noback pass2 @f-245 @2457
+noback pass2 @f-6-245 @6-2457
+noback pass2 @f-5-245 @5-2457
+nofor pass2 @2457 @f-245
+nofor pass2 @5-2457 @f-5-245
+
+noback pass2 @f-13 @137
+noback pass2 @f-6-13 @6-137
+noback pass2 @f-5-13 @5-137
+nofor pass2 @137 @f-13
+nofor pass2 @5-137 @f-5-13
+
+noback pass2 @f-123 @1237
+noback pass2 @f-6-123 @6-1237
+noback pass2 @f-5-123 @5-1237
+nofor pass2 @1237 @f-123
+nofor pass2 @5-1237 @f-5-123
+
+noback pass2 @f-134 @1347
+noback pass2 @f-6-134 @6-1347
+noback pass2 @f-5-134 @5-1347
+nofor pass2 @1347 @f-134
+nofor pass2 @5-1347 @f-5-134
+
+noback pass2 @f-1345 @13457
+noback pass2 @f-6-1345 @6-13457
+noback pass2 @f-5-1345 @5-13457
+nofor pass2 @13457 @f-1345
+nofor pass2 @5-13457 @f-5-1345
+
+noback pass2 @f-135 @1357
+noback pass2 @f-6-135 @6-1357
+noback pass2 @f-5-135 @5-1357
+nofor pass2 @1357 @f-135
+nofor pass2 @5-1357 @f-5-135
+
+noback pass2 @f-1234 @12347
+noback pass2 @f-6-1234 @6-12347
+noback pass2 @f-5-1234 @5-12347
+nofor pass2 @12347 @f-1234
+nofor pass2 @5-12347 @f-5-1234
+
+noback pass2 @f-12345 @123457
+noback pass2 @f-6-12345 @6-123457
+noback pass2 @f-5-12345 @5-123457
+nofor pass2 @123457 @f-12345
+nofor pass2 @5-123457 @f-5-12345
+
+noback pass2 @f-1235 @12357
+noback pass2 @f-6-1235 @6-12357
+noback pass2 @f-5-1235 @5-12357
+nofor pass2 @12357 @f-1235
+nofor pass2 @5-12357 @f-5-1235
+
+noback pass2 @f-234 @2347
+noback pass2 @f-6-234 @6-2347
+noback pass2 @f-5-234 @5-2347
+nofor pass2 @2347 @f-234
+nofor pass2 @5-2347 @f-5-234
+
+noback pass2 @f-2345 @23457
+noback pass2 @f-6-2345 @6-23457
+noback pass2 @f-5-2345 @5-23457
+nofor pass2 @23457 @f-2345
+nofor pass2 @5-23457 @f-5-2345
+
+noback pass2 @f-136 @1367
+noback pass2 @f-6-136 @6-1367
+noback pass2 @f-5-136 @5-1367
+nofor pass2 @1367 @f-136
+nofor pass2 @5-1367 @f-5-136
+
+noback pass2 @f-1236 @12367
+noback pass2 @f-6-1236 @6-12367
+noback pass2 @f-5-1236 @5-12367
+nofor pass2 @12367 @f-1236
+nofor pass2 @5-12367 @f-5-1236
+
+noback pass2 @f-2456 @24567
+noback pass2 @f-6-2456 @6-24567
+noback pass2 @f-5-2456 @5-24567
+nofor pass2 @24567 @f-2456
+nofor pass2 @5-24567 @f-5-2456
+
+noback pass2 @f-1346 @13467
+noback pass2 @f-6-1346 @6-13467
+noback pass2 @f-5-1346 @5-13467
+nofor pass2 @13467 @f-1346
+nofor pass2 @5-13467 @f-5-1346
+
+noback pass2 @f-13456 @134567
+noback pass2 @f-6-13456 @6-134567
+noback pass2 @f-5-13456 @5-134567
+nofor pass2 @134567 @f-13456
+nofor pass2 @5-134567 @f-5-13456
+
+noback pass2 @f-1356 @13567
+noback pass2 @f-6-1356 @6-13567
+noback pass2 @f-5-1356 @5-13567
+nofor pass2 @13567 @f-1356
+nofor pass2 @5-13567 @f-5-1356
+
+noback pass2 @f-34 @347
+noback pass2 @f-6-34 @6-347
+noback pass2 @f-5-34 @5-347
+nofor pass2 @347 @f-34
+nofor pass2 @5-347 @f-5-34
+
+noback pass2 @f-346 @3467
+noback pass2 @f-6-346 @6-3467
+noback pass2 @f-5-346 @5-3467
+nofor pass2 @3467 @f-346
+nofor pass2 @5-3467 @f-5-346
+
+noback pass2 @f-2348 @23478
+noback pass2 @f-6-2348 @6-23478
+noback pass2 @f-5-2348 @5-23478
+nofor pass2 @23478 @f-2348
+nofor pass2 @5-23478 @f-5-2348
+
+noback pass2 @f-1358 @13578
+noback pass2 @f-6-1358 @6-13578
+noback pass2 @f-5-1358 @5-13578
+nofor pass2 @13578 @f-1358
+nofor pass2 @5-13578 @f-5-1358
+
+noback pass2 @f-234568 @2345678
+noback pass2 @f-6-234568 @6-2345678
+noback pass2 @f-5-234568 @5-2345678
+nofor pass2 @2345678 @f-234568
+nofor pass2 @5-2345678 @f-5-234568
+
+noback pass2 @f-236 @2367
+noback pass2 @f-6-236 @6-2367
+noback pass2 @f-5-236 @5-2367
+nofor pass2 @2367 @f-236
+nofor pass2 @5-2367 @f-5-236
+
+noback pass2 @f-256 @2567
+noback pass2 @f-6-256 @6-2567
+noback pass2 @f-5-256 @5-2567
+nofor pass2 @2567 @f-256
+nofor pass2 @5-2567 @f-5-256
+
+noback pass2 @f-356 @3567
+noback pass2 @f-6-356 @6-3567
+noback pass2 @f-5-356 @5-3567
+nofor pass2 @3567 @f-356
+nofor pass2 @5-3567 @f-5-356
+
+noback pass2 @f-3456 @34567
+noback pass2 @f-6-3456 @6-34567
+noback pass2 @f-5-3456 @5-34567
+nofor pass2 @34567 @f-3456
+nofor pass2 @5-34567 @f-5-3456
+
+noback pass2 @f-12356 @123567
+noback pass2 @f-6-12356 @6-123567
+noback pass2 @f-5-12356 @5-123567
+nofor pass2 @123567 @f-12356
+nofor pass2 @5-123567 @f-5-12356
+
+noback pass2 @f-123568 @1235678
+noback pass2 @f-6-123568 @6-1235678
+noback pass2 @f-5-123568 @5-1235678
+nofor pass2 @1235678 @f-123568
+nofor pass2 @5-1235678 @f-5-123568
+
+noback pass2 @f-168 @1678
+noback pass2 @f-6-168 @6-1678
+noback pass2 @f-5-168 @5-1678
+nofor pass2 @1678 @f-168
+nofor pass2 @5-1678 @f-5-168
+
+noback pass2 @f-1468 @14678
+noback pass2 @f-6-1468 @6-14678
+noback pass2 @f-5-1468 @5-14678
+nofor pass2 @14678 @f-1468
+nofor pass2 @5-14678 @f-5-1468
+
+noback pass2 @f-3458 @34578
+noback pass2 @f-6-3458 @6-34578
+noback pass2 @f-5-3458 @5-34578
+nofor pass2 @34578 @f-3458
+nofor pass2 @5-34578 @f-5-3458
+
+noback pass2 @f-16 @167
+noback pass2 @f-6-16 @6-167
+noback pass2 @f-5-16 @5-167
+nofor pass2 @167 @f-16
+nofor pass2 @5-167 @f-5-16
+
+noback pass2 @f-345 @3457
+noback pass2 @f-6-345 @6-3457
+noback pass2 @f-5-345 @5-3457
+nofor pass2 @3457 @f-345
+nofor pass2 @5-3457 @f-5-345
+
+noback pass2 @f-12346 @123467
+noback pass2 @f-6-12346 @6-123467
+noback pass2 @f-5-12346 @5-123467
+nofor pass2 @123467 @f-12346
+nofor pass2 @5-123467 @f-5-12346
+
+noback pass2 @f-2346 @23467
+noback pass2 @f-6-2346 @6-23467
+noback pass2 @f-5-2346 @5-23467
+nofor pass2 @23467 @f-2346
+nofor pass2 @5-23467 @f-5-2346
+
+noback pass2 @f-123456 @1234567
+noback pass2 @f-6-123456 @6-1234567
+noback pass2 @f-5-123456 @5-1234567
+nofor pass2 @1234567 @f-123456
+nofor pass2 @5-1234567 @f-5-123456
+
+noback pass2 @f-126 @1267
+noback pass2 @f-6-126 @6-1267
+noback pass2 @f-5-126 @5-1267
+nofor pass2 @1267 @f-126
+nofor pass2 @5-1267 @f-5-126
+
+noback pass2 @f-1246 @12467
+noback pass2 @f-6-1246 @6-12467
+noback pass2 @f-5-1246 @5-12467
+nofor pass2 @12467 @f-1246
+nofor pass2 @5-12467 @f-5-1246
+
+noback pass2 @f-1568 @15678
+noback pass2 @f-6-1568 @6-15678
+noback pass2 @f-5-1568 @5-15678
+nofor pass2 @15678 @f-1568
+nofor pass2 @5-15678 @f-5-1568
+
+noback pass2 @f-1268 @12678
+noback pass2 @f-6-1268 @6-12678
+noback pass2 @f-5-1268 @5-12678
+nofor pass2 @12678 @f-1268
+nofor pass2 @5-12678 @f-5-1268
+
+noback pass2 @f-146 @1467
+noback pass2 @f-6-146 @6-1467
+noback pass2 @f-5-146 @5-1467
+nofor pass2 @1467 @f-146
+nofor pass2 @5-1467 @f-5-146
+
+noback pass2 @f-12456 @124567
+noback pass2 @f-6-12456 @6-124567
+noback pass2 @f-5-12456 @5-124567
+nofor pass2 @124567 @f-12456
+nofor pass2 @5-124567 @f-5-12456
+
+noback pass2 @f-134568 @1345678
+noback pass2 @f-6-134568 @6-1345678
+noback pass2 @f-5-134568 @5-1345678
+nofor pass2 @1345678 @f-134568
+nofor pass2 @5-1345678 @f-5-134568
+
+noback pass2 @f-124568 @1245678
+noback pass2 @f-6-124568 @6-1245678
+noback pass2 @f-5-124568 @5-1245678
+nofor pass2 @1245678 @f-124568
+nofor pass2 @5-1245678 @f-5-124568
+
+noback pass2 @f-12468 @124678
+noback pass2 @f-6-12468 @6-124678
+noback pass2 @f-5-12468 @5-124678
+nofor pass2 @124678 @f-12468
+nofor pass2 @5-124678 @f-5-12468
+
+noback pass2 @f-3468 @34678
+noback pass2 @f-6-3468 @6-34678
+noback pass2 @f-5-3468 @5-34678
+nofor pass2 @34678 @f-3468
+nofor pass2 @5-34678 @f-5-3468
+
+noback pass2 @f-1456 @14567
+noback pass2 @f-6-1456 @6-14567
+noback pass2 @f-5-1456 @5-14567
+nofor pass2 @14567 @f-1456
+nofor pass2 @5-14567 @f-5-1456
+
+noback pass2 @f-14568 @145678
+noback pass2 @f-6-14568 @6-145678
+noback pass2 @f-5-14568 @5-145678
+nofor pass2 @145678 @f-14568
+nofor pass2 @5-145678 @f-5-14568
+
+noback pass2 @f-2468 @24678
+noback pass2 @f-6-2468 @6-24678
+noback pass2 @f-5-2468 @5-24678
+nofor pass2 @24678 @f-2468
+nofor pass2 @5-24678 @f-5-2468
+
+noback pass2 @f-246 @2467
+noback pass2 @f-6-246 @6-2467
+noback pass2 @f-5-246 @5-2467
+nofor pass2 @2467 @f-246
+nofor pass2 @5-2467 @f-5-246
+
+noback pass2 @f-23456 @234567
+noback pass2 @f-6-23456 @6-234567
+noback pass2 @f-5-23456 @5-234567
+nofor pass2 @234567 @f-23456
+nofor pass2 @5-234567 @f-5-23456
+
+noback pass2 @f-12568 @125678
+noback pass2 @f-6-12568 @6-125678
+noback pass2 @f-5-12568 @5-125678
+nofor pass2 @125678 @f-12568
+nofor pass2 @5-125678 @f-5-12568
+
+noback pass2 @f-156 @1567
+noback pass2 @f-6-156 @6-1567
+noback pass2 @f-5-156 @5-1567
+nofor pass2 @1567 @f-156
+nofor pass2 @5-1567 @f-5-156
+
+noback pass2 @f-1256 @12567
+noback pass2 @f-6-1256 @6-12567
+noback pass2 @f-5-1256 @5-12567
+nofor pass2 @12567 @f-1256
+nofor pass2 @5-12567 @f-5-1256
+
+noback pass2 @f-1348 @13478
+noback pass2 @f-6-1348 @6-13478
+noback pass2 @f-5-1348 @5-13478
+nofor pass2 @13478 @f-1348
+nofor pass2 @5-13478 @f-5-1348
+
+noback pass2 @f-138 @1378
+noback pass2 @f-6-138 @6-1378
+noback pass2 @f-5-138 @5-1378
+nofor pass2 @1378 @f-138
+nofor pass2 @5-1378 @f-5-138
+
+noback pass2 @f-234568 @2345678
+noback pass2 @f-6-234568 @6-2345678
+noback pass2 @f-5-234568 @5-2345678
+nofor pass2 @2345678 @f-234568
+nofor pass2 @5-2345678 @f-5-234568
+
+# Tweak to keep letsign for letters that should always have letsign.
+# Letsign will be removed by the multind opcode. So we insert an extra one.
+nofor pass2 @6-123457 @f-6-6-12345
+nofor pass2 @6-24567 @f-6-6-2456
+nofor pass2 @6-13467 @f-6-6-1346
+nofor pass2 @6-134567 @f-6-6-13456
+nofor pass2 @6-13567 @f-6-6-1356
+nofor pass2 @6-123567 @f-6-6-12356
+nofor pass2 @6-123467 @f-6-6-12346
+nofor pass2 @6-23467 @f-6-6-2346
+nofor pass2 @6-1234567 @f-6-6-123456
+nofor pass2 @6-1267 @f-6-6-126
+nofor pass2 @6-12467 @f-6-6-1246
+nofor pass2 @6-1467 @f-6-6-146
+nofor pass2 @6-124567 @f-6-6-12456
+nofor pass2 @6-14567 @f-6-6-1456
+nofor pass2 @6-234567 @f-6-6-23456
+nofor pass2 @6-1567 @f-6-6-156
+nofor pass2 @6-12567 @f-6-6-1256
+
+# Ensure that punctuation signs etc. are not "tolowered" when they have a letsign, but only when they act as a partword contraction.
+nofor pass2 @6-347 *
+nofor pass2 @6-2357 *
+nofor pass2 @6-3467 *
+nofor pass2 @6-2567 *
+nofor pass2 @6-2367 *
+nofor pass2 @6-34567 *
+
+# remove any superfluous capsletter marks.
+noback pass2 @f ?
+
+# Remove any superfluous letsigns and only keep one.
+noback pass3 @6-6 @6
+# liblouis: text.nabcc.dis
+#
+# Based on the braille contraction modules in BRLTTY
+#
+# Copyright (C) 1995-2004 by The BRLTTY Team
+# Copyright (C) 2004 ViewPlus Technologies, Inc., www.viewplustech.com
+# Copyright (C) 2004 Computers to Help People, Inc., www.chpi.org
+
+# This file is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public
+# License as published by the Free Software Foundation; either
+# version 2.1 of the License, or (at your option) any later version.
+
+# This file is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+# Lesser General Public License for more details.
+
+# You should have received a copy of the GNU Lesser General Public
+# License along with this file; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+# liblouis  comes with ABSOLUTELY NO WARRANTY.
+
+# This is a description of the default text translation table used by BRLTTY.  
+# It's based on the North American Braille Computer Code, but defines the full
+# Latin1 (ISO-8859-1) character set.
+
+# The 95 printable characters of the standard 7-bit US-ASCII character set
+# (32-126) are identical to their representations within the North American
+# Braille Computer Code (these are the only characters which the NABCC actually
+# defines). Characters from literary braille, symbols from The Nemeth Braille
+# Code for Mathematics and Science Notation, and a bit of human imagination
+# have all been combined to create an easy-to-remember, one-to-one mapping
+# between each character and its braille counterpart. All possible combinations
+# involving only the original 6 braille dots are used, but that only allows for
+# 64 out of the required 95 character representations. The presence or absence
+# of dot 7 is used to differentiate between pairs of characters which either
+# are very closely related in meaning or, in a few cases where a more intuitive
+# reason couldn't be found, have a very close logical relationship within the
+# US-ASCII code. Dot 8 is used for control characters and accented characters.
+
+# This table is synchronized with Text/en-nabcc.ttb table from the BRLTTY
+# project, except the re-added no-break space mapping.
+
+# The space and the 26 lowercase letters (a-z) are the same as in literary 
+# braille:
+
+        #Hex   Dots       Dec Char Description
+display \x0020 0        #  32      SPACE
+display \x0061 1        #  97 a    LATIN SMALL LETTER A
+display \x0062 12       #  98 b    LATIN SMALL LETTER B
+display \x0063 14       #  99 c    LATIN SMALL LETTER C
+display \x0064 145      # 100 d    LATIN SMALL LETTER D
+display \x0065 15       # 101 e    LATIN SMALL LETTER E
+display \x0066 124      # 102 f    LATIN SMALL LETTER F
+display \x0067 1245     # 103 g    LATIN SMALL LETTER G
+display \x0068 125      # 104 h    LATIN SMALL LETTER H
+display \x0069 24       # 105 i    LATIN SMALL LETTER I
+display \x006a 245      # 106 j    LATIN SMALL LETTER J
+display \x006b 13       # 107 k    LATIN SMALL LETTER K
+display \x006c 123      # 108 l    LATIN SMALL LETTER L
+display \x006d 134      # 109 m    LATIN SMALL LETTER M
+display \x006e 1345     # 110 n    LATIN SMALL LETTER N
+display \x006f 135      # 111 o    LATIN SMALL LETTER O
+display \x0070 1234     # 112 p    LATIN SMALL LETTER P
+display \x0071 12345    # 113 q    LATIN SMALL LETTER Q
+display \x0072 1235     # 114 r    LATIN SMALL LETTER R
+display \x0073 234      # 115 s    LATIN SMALL LETTER S
+display \x0074 2345     # 116 t    LATIN SMALL LETTER T
+display \x0075 136      # 117 u    LATIN SMALL LETTER U
+display \x0076 1236     # 118 v    LATIN SMALL LETTER V
+display \x0077 2456     # 119 w    LATIN SMALL LETTER W
+display \x0078 1346     # 120 x    LATIN SMALL LETTER X
+display \x0079 13456    # 121 y    LATIN SMALL LETTER Y
+display \x007a 1356     # 122 z    LATIN SMALL LETTER Z
+
+# The 26 uppercase letters A-Z) are the same as their lowercase counterparts 
+# except that dot7 is added:
+
+        #Hex   Dots       Dec Char Description
+display \x0041 17       #  65 A    LATIN CAPITAL LETTER A
+display \x0042 127      #  66 B    LATIN CAPITAL LETTER B
+display \x0043 147      #  67 C    LATIN CAPITAL LETTER C
+display \x0044 1457     #  68 D    LATIN CAPITAL LETTER D
+display \x0045 157      #  69 E    LATIN CAPITAL LETTER E
+display \x0046 1247     #  70 F    LATIN CAPITAL LETTER F
+display \x0047 12457    #  71 G    LATIN CAPITAL LETTER G
+display \x0048 1257     #  72 H    LATIN CAPITAL LETTER H
+display \x0049 247      #  73 I    LATIN CAPITAL LETTER I
+display \x004a 2457     #  74 J    LATIN CAPITAL LETTER J
+display \x004b 137      #  75 K    LATIN CAPITAL LETTER K
+display \x004c 1237     #  76 L    LATIN CAPITAL LETTER L
+display \x004d 1347     #  77 M    LATIN CAPITAL LETTER M
+display \x004e 13457    #  78 N    LATIN CAPITAL LETTER N
+display \x004f 1357     #  79 O    LATIN CAPITAL LETTER O
+display \x0050 12347    #  80 P    LATIN CAPITAL LETTER P
+display \x0051 123457   #  81 Q    LATIN CAPITAL LETTER Q
+display \x0052 12357    #  82 R    LATIN CAPITAL LETTER R
+display \x0053 2347     #  83 S    LATIN CAPITAL LETTER S
+display \x0054 23457    #  84 T    LATIN CAPITAL LETTER T
+display \x0055 1367     #  85 U    LATIN CAPITAL LETTER U
+display \x0056 12367    #  86 V    LATIN CAPITAL LETTER V
+display \x0057 24567    #  87 W    LATIN CAPITAL LETTER W
+display \x0058 13467    #  88 X    LATIN CAPITAL LETTER X
+display \x0059 134567   #  89 Y    LATIN CAPITAL LETTER Y
+display \x005a 13567    #  90 Z    LATIN CAPITAL LETTER Z
+
+# The 10 decimal digits 0-9) are the same as in the Nemeth Code:
+
+        #Hex   Dots       Dec Char Description
+display \x0030 356      #  48 0    DIGIT ZERO
+display \x0031 2        #  49 1    DIGIT ONE
+display \x0032 23       #  50 2    DIGIT TWO
+display \x0033 25       #  51 3    DIGIT THREE
+display \x0034 256      #  52 4    DIGIT FOUR
+display \x0035 26       #  53 5    DIGIT FIVE
+display \x0036 235      #  54 6    DIGIT SIX
+display \x0037 2356     #  55 7    DIGIT SEVEN
+display \x0038 236      #  56 8    DIGIT EIGHT
+display \x0039 35       #  57 9    DIGIT NINE
+
+# Common symbols used within mathematical expressions by popular computer
+# programming languages are the same as in the Nemeth Code:
+
+        #Hex   Dots       Dec Char Description
+display \x002e 46       #  46 .    FULL STOP
+display \x002b 346      #  43 +    PLUS SIGN
+display \x002d 36       #  45 -    HYPHEN-MINUS
+display \x002a 16       #  42 *    ASTERISK
+display \x002f 34       #  47 /    SOLIDUS
+display \x0028 12356    #  40 (    LEFT PARENTHESIS
+display \x0029 23456    #  41 )    RIGHT PARENTHESIS
+
+# With all of these major considerations having been taken into account, 
+# convenient representations were still available, and are used, for some of 
+# the remaining characters:
+
+        #Hex   Dots       Dec Char Description
+display \x0026 12346    #  38 &    AMPERSAND
+display \x0023 3456     #  35 #    NUMBER SIGN
+
+# The remaining characters are what they are. Dot 7 isn't used either within 
+# the number block (32-63) or, with the exception of the DEL control character
+# (127), within the lowercase block (96-127). With the exception of the
+# underscore (95), dot 7 is used for every character within the uppercase block
+# (64-95). Adding dot 7 to any character within the lowercase block (96-127)
+# yields its corresponding character within the uppercase block (64-95) except
+# that removing dot 7 from the DEL control character yields the underscore.
+
+        #Hex   Dots       Dec Char Description
+display \x002c 6        #  44 ,    COMMA
+display \x003b 56       #  59 ;    SEMICOLON
+display \x003a 156      #  58 :    COLON
+display \x0021 2346     #  33 !    EXCLAMATION MARK
+display \x003f 1456     #  63 ?    QUESTION MARK
+display \x0022 5        #  34 "    QUOTATION MARK
+display \x0027 3        #  39 '    APOSTROPHE
+display \x0060 4        #  96 `    GRAVE ACCENT
+display \x005e 457      #  94 ^    CIRCUMFLEX ACCENT
+display \x007e 45       # 126 ~    TILDE
+display \x005b 2467     #  91 [    LEFT SQUARE BRACKET
+display \x005d 124567   #  93 ]    RIGHT SQUARE BRACKET
+display \x007b 246      # 123 {    LEFT CURLY BRACKET
+display \x007d 12456    # 125 }    RIGHT CURLY BRACKET
+display \x003d 123456   #  61 =    EQUALS SIGN
+display \x003c 126      #  60 <    LESS-THAN SIGN
+display \x003e 345      #  62 >    GREATER-THAN SIGN
+display \x0024 1246     #  36 $    DOLLAR SIGN
+display \x0025 146      #  37 %    PERCENT SIGN
+display \x0040 47       #  64 @    COMMERCIAL AT
+display \x007c 1256     # 124 |    VERTICAL LINE
+display \x005c 12567    #  92 \    REVERSE SOLIDUS
+display \x005f 456      #  95 _    LOW LINE
+
+# The DEL control character
+        #Hex   Dots       Dec Char Description
+display \x007f 4567     # 127 ^?   DELETE
+
+# Each of the characters within the basic control character block (0-31) is the
+# same as its corresponding character within both the uppercase block (64-95)
+# and the lowercase block (96-127) except that dots 7 and 8 are both used.
+
+        #Hex   Dots       Dec Char Description
+display \x0000 478      #   0 ^@   NULL
+display \x0001 178      #   1 ^A   START OF HEADING
+display \x0002 1278     #   2 ^B   START OF TEXT
+display \x0003 1478     #   3 ^C   END OF TEXT
+display \x0004 14578    #   4 ^D   END OF TRANSMISSION
+display \x0005 1578     #   5 ^E   ENQUIRY
+display \x0006 12478    #   6 ^F   ACKNOWLEDGE
+display \x0007 124578   #   7 ^G   BELL
+display \x0008 12578    #   8 ^H   BACKSPACE
+display \x0009 2478     #   9 ^I   HORIZONTAL TABULATION
+display \x000a 24578    #  10 ^J   LINE FEED
+display \x000b 1378     #  11 ^K   VERTICAL TABULATION
+display \x000c 12378    #  12 ^L   FORM FEED
+display \x000d 13478    #  13 ^M   CARRIAGE RETURN
+display \x000e 134578   #  14 ^N   SHIFT OUT
+display \x000f 13578    #  15 ^O   SHIFT IN
+display \x0010 123478   #  16 ^P   DATA LINK ESCAPE
+display \x0011 1234578  #  17 ^Q   DEVICE CONTROL ONE
+display \x0012 123578   #  18 ^R   DEVICE CONTROL TWO
+display \x0013 23478    #  19 ^S   DEVICE CONTROL THREE
+display \x0014 234578   #  20 ^T   DEVICE CONTROL FOUR
+display \x0015 13678    #  21 ^U   NEGATIVE ACKNOWLEDGE
+display \x0016 123678   #  22 ^V   SYNCHRONOUS IDLE
+display \x0017 245678   #  23 ^W   END OF TRANSMISSION BLOCK
+display \x0018 134678   #  24 ^X   CANCEL
+display \x0019 1345678  #  25 ^Y   END OF MEDIUM
+display \x001a 135678   #  26 ^Z   SUBSTITUTE
+display \x001b 24678    #  27 ^[   ESCAPE
+display \x001c 125678   #  28 ^\   FILE SEPARATOR
+display \x001d 1245678  #  29 ^]   GROUP SEPARATOR
+display \x001e 4578     #  30 ^^   RECORD SEPARATOR
+display \x001f 45678    #  31 ^_   UNIT SEPARATOR
+
+# Each of the characters within the extended control character block (128-159)
+# is the same as its corresponding character within the basic control character
+# block (0-31) except that only dot 8 is used.
+
+        #Hex   Dots       Dec Char Description
+display \x0080 48       # 128 ~@   <control>
+display \x0081 18       # 129 ~A   <CONTROL>
+display \x0082 128      # 130 ~B   BREAK PERMITTED HERE
+display \x0083 148      # 131 ~C   NO BREAK HERE
+display \x0084 1458     # 132 ~D   <CONTROL>
+display \x0085 158      # 133 ~E   NEXT LINE
+display \x0086 1248     # 134 ~F   START OF SELECTED AREA
+display \x0087 12458    # 135 ~G   END OF SELECTED AREA
+display \x0088 1258     # 136 ~H   CHARACTER TABULATION SET
+display \x0089 248      # 137 ~I   CHARACTER TABULATION WITH JUSTIFICATION
+display \x008a 2458     # 138 ~J   LINE TABULATION SET
+display \x008b 138      # 139 ~K   PARTIAL LINE DOWN
+display \x008c 1238     # 140 ~L   PARTIAL LINE UP
+display \x008d 1348     # 141 ~M   REVERSE LINE FEED
+display \x008e 13458    # 142 ~N   SINGLE SHIFT TWO
+display \x008f 1358     # 143 ~O   SINGLE SHIFT THREE
+display \x0090 12348    # 144 ~P   DEVICE CONTROL STRING
+display \x0091 123458   # 145 ~Q   PRIVATE USE ONE
+display \x0092 12358    # 146 ~R   PRIVATE USE TWO
+display \x0093 2348     # 147 ~S   SET TRANSMIT STATE
+display \x0094 23458    # 148 ~T   CANCEL CHARACTER
+display \x0095 1368     # 149 ~U   MESSAGE WAITING
+display \x0096 12368    # 150 ~V   START OF GUARDED AREA
+display \x0097 24568    # 151 ~W   END OF GUARDED AREA
+display \x0098 13468    # 152 ~X   START OF STRING
+display \x0099 134568   # 153 ~Y   <CONTROL>
+display \x009a 13568    # 154 ~Z   SINGLE CHARACTER INTRODUCER
+display \x009b 2468     # 155 ~[   CONTROL SEQUENCE INTRODUCER
+display \x009c 12568    # 156 ~\   STRING TERMINATOR
+display \x009d 124568   # 157 ~]   OPERATING SYSTEM COMMAND
+display \x009e 458      # 158 ~^   PRIVACY MESSAGE
+display \x009f 4568     # 159 ~_   APPLICATION PROGRAM COMMAND
+
+
+# Representations for the uppercase accented letters are drawn from the
+# remaining combinations which use both dots 7 and 8. The representation for a
+# lowercase accented letter is the same as its uppercase counterpart except
+# that dot 7 isn't used. This scheme retains the use of dot 7 as the modifier
+# for a capitalized letter. The only exception to these rules is that, due to
+# the nature of the  Latin 1 character set, the German lowercase double-s is
+# treated as though it were an uppercase y-dieresis neither has an uppercase
+# definition). These representations have been gathered, as much as possible,
+# into logical groupings.
+
+# The 5 letters with a circumflex accent (^) use the [1-5] dot combinations:
+
+        #Hex   Dots       Dec Char Description
+display \x00c2 278      # 194 Â    LATIN CAPITAL LETTER A WITH CIRCUMFLEX
+display \x00ca 2378     # 202 Ê    LATIN CAPITAL LETTER E WITH CIRCUMFLEX
+display \x00ce 2578     # 206 Î    LATIN CAPITAL LETTER I WITH CIRCUMFLEX
+display \x00d4 25678    # 212 Ô    LATIN CAPITAL LETTER O WITH CIRCUMFLEX
+display \x00db 2678     # 219 Û    LATIN CAPITAL LETTER U WITH CIRCUMFLEX
+display \x00e2 28       # 226 â    LATIN SMALL LETTER A WITH CIRCUMFLEX
+display \x00ea 238      # 234 ê    LATIN SMALL LETTER E WITH CIRCUMFLEX
+display \x00ee 258      # 238 î    LATIN SMALL LETTER I WITH CIRCUMFLEX
+display \x00f4 2568     # 244 ô    LATIN SMALL LETTER O WITH CIRCUMFLEX
+display \x00fb 268      # 251 û    LATIN SMALL LETTER U WITH CIRCUMFLEX
+
+# The 5 letters with a grave accent (`) use the [6-0] dot combinations:
+
+        #Hex   Dots       Dec Char Description
+display \x00c0 23578    # 192 À    LATIN CAPITAL LETTER A WITH GRAVE
+display \x00c8 235678   # 200 È    LATIN CAPITAL LETTER E WITH GRAVE
+display \x00cc 23678    # 204 Ì    LATIN CAPITAL LETTER I WITH GRAVE
+display \x00d2 3578     # 210 Ò    LATIN CAPITAL LETTER O WITH GRAVE
+display \x00d9 35678    # 217 Ù    LATIN CAPITAL LETTER U WITH GRAVE
+display \x00e0 2358     # 224 à    LATIN SMALL LETTER A WITH GRAVE
+display \x00e8 23568    # 232 è    LATIN SMALL LETTER E WITH GRAVE
+display \x00ec 2368     # 236 ì    LATIN SMALL LETTER I WITH GRAVE
+display \x00f2 358      # 242 ò    LATIN SMALL LETTER O WITH GRAVE
+display \x00f9 3568     # 249 ù    LATIN SMALL LETTER U WITH GRAVE
+
+# The 6 letters with an acute accent (´) use the [a-f] dot combinations with
+# dots 6 and 8 added:
+
+        #Hex   Dots       Dec Char Description
+display \x00c1 1678     # 193 Á    LATIN CAPITAL LETTER A WITH ACUTE
+display \x00c9 12678    # 201 É    LATIN CAPITAL LETTER E WITH ACUTE
+display \x00cd 14678    # 205 Í    LATIN CAPITAL LETTER I WITH ACUTE
+display \x00d3 145678   # 211 Ó    LATIN CAPITAL LETTER O WITH ACUTE
+display \x00da 15678    # 218 Ú    LATIN CAPITAL LETTER U WITH ACUTE
+display \x00dd 124678   # 221 Ý    LATIN CAPITAL LETTER Y WITH ACUTE
+display \x00e1 168      # 225 á    LATIN SMALL LETTER A WITH ACUTE
+display \x00e9 1268     # 233 é    LATIN SMALL LETTER E WITH ACUTE
+display \x00ed 1468     # 237 í    LATIN SMALL LETTER I WITH ACUTE
+display \x00f3 14568    # 243 ó    LATIN SMALL LETTER O WITH ACUTE
+display \x00fa 1568     # 250 ú    LATIN SMALL LETTER U WITH ACUTE
+display \x00fd 12468    # 253 ý    LATIN SMALL LETTER Y WITH ACUTE
+
+# The 6 letters with a dieresis accent (¨) use the [f-j] dot combinations with
+# dots 3 and 6 added, and the number sign (because it fits the sequence
+# reasonably well):
+
+        #Hex   Dots       Dec Char Description
+display \x00c4 1234678  # 196 Ä    LATIN CAPITAL LETTER A WITH DIAERESIS
+display \x00cb 12345678 # 203 Ë    LATIN CAPITAL LETTER E WITH DIAERESIS
+display \x00cf 1235678  # 207 Ï    LATIN CAPITAL LETTER I WITH DIAERESIS
+display \x00d6 234678   # 214 Ö    LATIN CAPITAL LETTER O WITH DIAERESIS
+display \x00dc 2345678  # 220 Ü    LATIN CAPITAL LETTER U WITH DIAERESIS
+display \x00e4 123468   # 228 ä    LATIN SMALL LETTER A WITH DIAERESIS
+display \x00eb 1234568  # 235 ë    LATIN SMALL LETTER E WITH DIAERESIS
+display \x00ef 123568   # 239 ï    LATIN SMALL LETTER I WITH DIAERESIS
+display \x00f6 23468    # 246 ö    LATIN SMALL LETTER O WITH DIAERESIS
+display \x00fc 234568   # 252 ü    LATIN SMALL LETTER U WITH DIAERESIS
+display \x00ff 34568    # 255 ÿ    LATIN SMALL LETTER Y WITH DIAERESIS
+
+# There is no uppercase y-dieresis in the Latin1 character set. The German
+# lowercase double-s, which also doesn't have an uppercase counterpart in the
+# Latin1 character set, uses its representation:
+
+        #Hex   Dots       Dec Char Description
+display \x00df 345678   # 223 ß    LATIN SMALL LETTER SHARP S
+
+# The remaining accented letters are:
+
+        #Hex   Dots       Dec Char Description
+display \x00c3 578      # 195 Ã    LATIN CAPITAL LETTER A WITH TILDE
+display \x00d1 4678     # 209 Ñ    LATIN CAPITAL LETTER N WITH TILDE
+display \x00d5 5678     # 213 Õ    LATIN CAPITAL LETTER O WITH TILDE
+display \x00c5 34578    # 197 Å    LATIN CAPITAL LETTER A WITH RING ABOVE
+display \x00c7 34678    # 199 Ç    LATIN CAPITAL LETTER C WITH CEDILLA
+display \x00d8 3478     # 216 Ø    LATIN CAPITAL LETTER O WITH STROKE
+display \x00c6 378      # 198 Æ    LATIN CAPITAL LETTER AE
+display \x00d0 678      # 208 Ð    LATIN CAPITAL LETTER ETH
+display \x00de 3678     # 222 Þ    LATIN CAPITAL LETTER THORN
+display \x00e3 58       # 227 ã    LATIN SMALL LETTER A WITH TILDE
+display \x00f1 468      # 241 ñ    LATIN SMALL LETTER N WITH TILDE
+display \x00f5 568      # 245 õ    LATIN SMALL LETTER O WITH TILDE
+display \x00e5 3458     # 229 å    LATIN SMALL LETTER A WITH RING ABOVE
+display \x00e7 3468     # 231 ç    LATIN SMALL LETTER C WITH CEDILLA
+display \x00f8 348      # 248 ø    LATIN SMALL LETTER O WITH STROKE
+display \x00e6 38       # 230 æ    LATIN SMALL LETTER AE
+display \x00f0 68       # 240 ð    LATIN SMALL LETTER ETH
+display \x00fe 368      # 254 þ    LATIN SMALL LETTER THORN
+
+# Some characters are the same as other characters which they resemble but with
+# dot 7 added:
+
+        #Hex   Dots       Dec Char Description
+display \x00ad 367      # 173 ­    SOFT HYPHEN
+display \x00ab 1267     # 171 «    LEFT-POINTING DOUBLE ANGLE QUOTATION MARK
+display \x00bb 3457     # 187 »    RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK
+display \x00a6 1567     # 166 ¦    BROKEN BAR
+display \x00b9 27       # 185 ¹    SUPERSCRIPT ONE
+display \x00b2 237      # 178 ²    SUPERSCRIPT TWO
+display \x00b3 257      # 179 ³    SUPERSCRIPT THREE
+display \x00b1 3467     # 177 ±    PLUS-MINUS SIGN
+display \x00d7 167      # 215 ×    MULTIPLICATION SIGN
+display \x00f7 347      # 247 ÷    DIVISION SIGN
+display \x00b7 467      # 183 ·    MIDDLE DOT
+display \x00a1 23467    # 161 ¡    INVERTED EXCLAMATION MARK
+display \x00bf 14567    # 191 ¿    INVERTED QUESTION MARK
+display \x00a2 12467    # 162 ¢    CENT SIGN
+display \x00a3 34567    # 163 £    POUND SIGN
+
+# A few more characters follow this same convention but their relationships
+# to their base characters is a bit obscure:
+
+        #Hex   Dots       Dec Char Description
+display \x00a4 1467     # 164 ¤    CURRENCY SIGN
+display \x00a5 123467   # 165 ¥    YEN SIGN
+
+# Some characters are represented by the first letters of their names lowered
+# by one row of dots:
+
+        #Hex   Dots       Dec Char Description
+display \x00ac 2567     # 172 ¬    NOT SIGN
+display \x00b6 2357     # 182 ¶    PILCROW SIGN
+display \x00a9 23567    # 169 ©    COPYRIGHT SIGN
+display \x00ae 2367     # 174 ®    REGISTERED SIGN
+display \x00a7 357      # 167 §    SECTION SIGN
+display \x00b0 3567     # 176 °    DEGREE SIGN
+
+# The three fraction characters use combinations of dots 1 and 4 (which
+# progress from left to right as the value of the fraction increases) together
+# with dots 2,3,5,6,7:
+
+        #Hex   Dots       Dec Char Description
+display \x00bc 123567   # 188 ¼    VULGAR FRACTION ONE QUARTER
+display \x00bd 1234567  # 189 ½    VULGAR FRACTION ONE HALF
+display \x00be 234567   # 190 ¾    VULGAR FRACTION THREE QUARTERS
+
+# Each of the three extended accent characters is the same as its conventional
+# compose character but with dot7 added:
+
+        #Hex   Dots       Dec Char Description
+display \x00b4 37       # 180 ´    ACUTE ACCENT
+display \x00b8 67       # 184 ¸    CEDILLA
+display \x00a8 57       # 168 ¨    DIAERESIS
+
+# The two gender symbols are:
+
+        #Hex   Dots       Dec Char Description
+display \x00ba 7        # 186 º    MASCULINE ORDINAL INDICATOR
+display \x00aa 8        # 170 ª    FEMININE ORDINAL INDICATOR
+
+# The three remaining characters are:
+
+        #Hex   Dots       Dec Char Description
+display \x00af 267      # 175 ¯    MACRON
+display \x00b5 567      # 181 µ    MICRO SIGN
+display \x00a0 78       # 160      NO-BREAK SPACE
+
+# The nonbreaking space is dots 7 and 8 because this presents a sequence of
+# nonbreaking spaces as a smooth low line segment.
+#  Copyright (C) 2010 Leon Ungier <Leon.Ungier@ViewPlus.com>, 
+#  Copyright (C) 2010 Samuel Thibault <samuel.thibault@ens-lyon.org>
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+
+# Table for Konkani
+space \x00a0 a
+include spaces.uti
+include devanagari.cti
+include text_nabcc.dis
+#-index-name: Tamil, computer
+#-display-name: Tamil computer braille
+
+#+locale:ta
+#+type:computer
+#+dots:8
+
+# TODO: Please correct the metadata above. It is not meant to be
+# accurate nor complete. It hasn't been verified by the table
+# author yet. It is merely an attempt by the liblouis maintainers
+# to get some sensible initial values in place.
+
+# TODO: Please add a reference to official documentation about
+# the implemented braille code. Preferably submit the documents
+# to https://github.com/liblouis/braille-specs.
+
+include ta.ctb
+include braille-patterns.cti
+# liblouis: Chinese Hong Kong Cantonese braille Translation Table
+#
+#  Copyright (C) 2009 KM Yuen, Keny Yuen, Alex Ho and Eric Yip
+#  Copyright (C) 2009 JJB Software, Inc. www.jjb-software.com
+#
+# Created by KM Yuen, Keny Yuen, Alex Ho and Eric Yip (16 July 2009)
+#
+# include:
+include en-us-comp8.ctb
+# The following table has 4 columns,
+# the first column is Opcode,
+# the second one is "\x" follow by Hexadecimal Value of the Chinese word,
+# the third one is braille dot pattern of the Chinese word
+# the fourth one (optional) is the Chinese word actually.
+
+sign \x003E 345
+sign \x00A7 35-35
+sign \x00AF 456-36
+sign \x00B0 356
+sign \x00B1 56-235-36
+sign \x00F7 56-256
+sign \x02C7 56-2345-24-14-13
+sign \x03A9 456-135
+sign \x03B1 456-1
+sign \x03B2 46-12
+sign \x03B8 46-1
+sign \x03C0 56-1234-24-15
+sign \x2013 36-36
+sign \x2014 36-36
+sign \x2018 6-236
+sign \x2019 356-3
+sign \x201D 356
+sign \x2022 456-256
+sign \x2023 2345-1235-24
+sign \x2025 3-3
+sign \x2026 3-3-3
+sign \x2027 56-23
+sign \x2032 356-3
+sign \x2035 6-236
+sign \x203B 35-35
+sign \x2043 36
+sign \x204C 123-1-1235-1235
+sign \x204D 1235-1-1235-1235
+sign \x2103 356-6-14
+sign \x2105 14-135
+sign \x2109 356-6-124
+sign \x2160 56-6-24
+sign \x2161 56-6-24-24
+sign \x2162 56-6-24-24-24
+sign \x2163 56-6-24-1236
+sign \x2164 56-6-1236
+sign \x2165 56-6-1236-24
+sign \x2166 56-6-1236-24-24
+sign \x2167 56-6-1236-24-24-24
+sign \x2168 56-6-24-1346
+sign \x2169 56-6-1346
+sign \x2190 2456-25
+sign \x2191 345-1235-246-1234-135-35-2345-234-235-6-1345
+sign \x2192 25-1235
+sign \x2193 345-1235-246-1234-135-35-2345-234-235-6-234
+sign \x2196 345-1235-246-1234-135-35-2345-234-235-6-1345-2456
+sign \x2197 345-1235-246-1234-135-35-2345-234-235-6-1345-15
+sign \x2198 345-1235-246-1234-135-35-2345-234-235-6-234-15
+sign \x2199 345-1235-246-1234-135-35-2345-234-235-6-234-2456
+sign \x2215 34
+sign \x221A 56-346
+sign \x2223 456-123
+sign \x2225 456-123
+sign \x222A 124-136
+sign \x2260 5-2356
+sign \x2266 56-126-123456
+sign \x2267 56-345-123456
+sign \x2295 56-14-1235-135-234-234-35-14-123
+sign \x2500 25-25
+sign \x2502 456-123
+sign \x250C 236
+sign \x2514 456-125
+sign \x251C 456-1235
+sign \x2524 2456-123
+sign \x253C 56-14-1235-135-234-234
+sign \x2573 56-14-1235-135-234-234
+sign \x2581 456-36
+sign \x2582 456-36
+sign \x2583 456-36
+sign \x2584 456-36
+sign \x2585 456-36
+sign \x2586 456-36
+sign \x2587 456-36
+sign \x2588 456-36
+sign \x2589 456-123
+sign \x258A 456-123
+sign \x258B 456-123
+sign \x258C 456-123
+sign \x258D 456-123
+sign \x258E 456-123
+sign \x258F 456-123
+sign \x2594 456-36
+sign \x25A0 456-234
+sign \x25A1 456-234
+sign \x25B2 456-145
+sign \x25B3 456-145
+sign \x25BC 456-2345
+sign \x25BD 456-2345
+sign \x25C6 456-2345
+sign \x25C7 456-2345
+sign \x25C9 245-2345
+sign \x25CB 123-356-3
+sign \x25CE 456-135
+sign \x25CF 25
+sign \x25E3 456-2345
+sign \x25E4 456-2345
+sign \x25E5 456-2345
+sign \x25E6 2456-1235-1345-145
+sign \x2605 35-35
+sign \x2606 35-35
+sign \x2619 1235-125
+sign \x2640 345-1235-246-123456-124-15-134-1-123-15
+sign \x2642 345-1235-246-123456-134-1-123-15
+sign \x3001 45
+sign \x3002 123456-0
+sign \x3008 126
+sign \x3009 345
+sign \x300A 126-126
+sign \x300B 345-345
+sign \x300C 0-236
+sign \x300D 356-0
+sign \x300E 6-236
+sign \x300F 356-3
+sign \x3010 6-2356
+sign \x3011 2356-3
+sign \x3014 6-2356
+sign \x3015 2356-3
+sign \x301D 236
+sign \x301E 356
+sign \x3029 134-1246-3
+sign \x32A3 14-356-4
+sign \x338E 56-134-1245
+sign \x338F 56-13-1245
+sign \x339C 56-134-134
+sign \x339D 56-14-134
+sign \x339E 56-13-134
+sign \x33A1 56-134-23
+sign \x33C4 56-14-14
+sign \x33CE 56-6-13-134
+sign \x33D5 56-134-24-123
+sign \x347A 14-234-4
+sign \x34E4 13-35 㓤
+sign \x35A1 15-2 㖡
+sign \x35AD 23456-235 㖭
+sign \x35BF 245-15-6 㖿
+sign \x35CE 13-12-4 㗎
+sign \x35F3 2345-26 㗳
+sign \x35FE 125-156 㗾
+sign \x3609 14-23456-5 㘉
+sign \x3836 124-45-3
+sign \x39F8 12346-14 㧸
+sign \x39FE 124-35 㧾
+sign \x3A18 234-1245-4 㨘
+sign \x3A52 13-456-2 㩒
+sign \x3A67 1234-12456 㩧
+sign \x3B39 14-14 㬹
+sign \x3BBE 123-56-6
+sign \x3C0D 123-236-3
+sign \x3DE7 23-3 㷧
+sign \x3DEB 125-356-4 㷫
+sign \x3E74 13-1245 㹴
+sign \x3F06 245-356-3
+sign \x4065 1345-1235 䁥
+sign \x406A 14-345-1 䁪
+sign \x40BB 14-14-2 䂻
+sign \x40D8 125-1245
+sign \x44EA 245-1235-3 䓪
+sign \x4606 125-23-1 䘆
+sign \x47F4 1245-1245-4 䟴
+sign \x4C7D 1346-56 䱽
+sign \x4E00 245-35 一
+sign \x4E01 2345-356 丁
+sign \x4E03 1346-35 七
+sign \x4E07 134-45-2 万
+sign \x4E08 14-25-2 丈
+sign \x4E09 234-345 三
+sign \x4E0A 234-25-2 上
+sign \x4E0B 125-12-2 下
+sign \x4E0C 13-125 丌
+sign \x4E0D 1234-35 不
+sign \x4E0E 1456-6 与
+sign \x4E0F 134-256-6 丏
+sign \x4E10 1235-126-4 丐
+sign \x4E11 1346-16-1 丑
+sign \x4E14 1346-15-1 且
+sign \x4E15 12346-125 丕
+sign \x4E16 234-146-4 世
+sign \x4E18 245-16 丘
+sign \x4E19 1234-356-1 丙
+sign \x4E1E 234-356-3 丞
+sign \x4E1F 2345-13456 丟
+sign \x4E21 123-25-1 両
+sign \x4E26 1234-356-2 並
+sign \x4E2B 12-0 丫
+sign \x4E2D 14-236 中
+sign \x4E2E 125-16 丮
+sign \x4E30 124-236 丰
+sign \x4E31 12345-45-4 丱
+sign \x4E32 1346-23-4 串
+sign \x4E33 1346-45-1 丳
+sign \x4E38 23-1 丸
+sign \x4E39 2345-45 丹
+sign \x4E3B 14-1456-1 主
+sign \x4E42 1245-346-2 乂
+sign \x4E43 1345-346-6 乃
+sign \x4E45 13-16-1 久
+sign \x4E47 23456-12456-5
+sign \x4E48 13456-0 么
+sign \x4E49 24-2
+sign \x4E4B 14-24 之
+sign \x4E4D 14-12-4 乍
+sign \x4E4E 124-136-3 乎
+sign \x4E4F 124-35-3 乏
+sign \x4E52 1234-356 乒
+sign \x4E53 1234-456 乓
+sign \x4E56 12345-346 乖
+sign \x4E58 234-356-3 乘
+sign \x4E59 12356-3 乙
+sign \x4E5C 134-35 乜
+sign \x4E5D 13-16-1 九
+sign \x4E5E 125-35 乞
+sign \x4E5F 245-12-6 也
+sign \x4E69 13-125 乩
+sign \x4E6A 1235-2456-3 乪
+sign \x4E73 1456-6 乳
+sign \x4E78 1345-12-1 乸
+sign \x4E7E 13-1345 乾
+sign \x4E82 123-23-2 亂
+sign \x4E86 123-13456-6 了
+sign \x4E88 1456-6 予
+sign \x4E8B 234-24-2 事
+sign \x4E8C 24-2 二
+sign \x4E8D 1346-12345 亍
+sign \x4E8E 1456-0 于
+sign \x4E91 2456-1246-3 云
+sign \x4E92 136-2 互
+sign \x4E93 1235-125-3 亓
+sign \x4E94 1245-6 五
+sign \x4E95 14-2356-1 井
+sign \x4E99 13-1245-1 亙
+sign \x4E9B 234-15 些
+sign \x4E9E 12-4 亞
+sign \x4E9F 13-1235 亟
+sign \x4EA1 134-56-3 亡
+sign \x4EA2 1235-56-4 亢
+sign \x4EA4 13-34 交
+sign \x4EA5 125-126-2 亥
+sign \x4EA6 245-1235-3 亦
+sign \x4EA8 125-1245 亨
+sign \x4EAB 125-25-1 享
+sign \x4EAC 13-356 京
+sign \x4EAD 23456-356-3 亭
+sign \x4EAE 123-25-2 亮
+sign \x4EB3 1234-12456-5 亳
+sign \x4EB6 23456-45-1 亶
+sign \x4EB9 134-2346-3 亹
+sign \x4EBA 245-1246-3 人
+sign \x4EC0 234-456-2 什
+sign \x4EC1 245-1246-3 仁
+sign \x4EC2 123-46-3 仂
+sign \x4EC3 2345-356 仃
+sign \x4EC4 14-46 仄
+sign \x4EC6 12346-12345 仆
+sign \x4EC7 234-16-3 仇
+sign \x4EC8 123-46-3 仈
+sign \x4EC9 14-25-1 仉
+sign \x4ECA 13-456 今
+sign \x4ECB 13-346-4 介
+sign \x4ECD 245-356-3 仍
+sign \x4ED4 14-146-1 仔
+sign \x4ED5 234-24-2 仕
+sign \x4ED6 23456-12 他
+sign \x4ED7 14-25-4 仗
+sign \x4ED8 124-136-2 付
+sign \x4ED9 234-256 仙
+sign \x4EDD 23456-236-3 仝
+sign \x4EDE 245-1246-2 仞
+sign \x4EDF 1346-256 仟
+sign \x4EE1 1245-35-3 仡
+sign \x4EE3 2345-126-2 代
+sign \x4EE4 123-356-2 令
+sign \x4EE5 24-6 以
+sign \x4EE8 234-12 仨
+sign \x4EE9 123-146-6 仩
+sign \x4EF0 245-25-6 仰
+sign \x4EF2 14-236-2 仲
+sign \x4EF3 12346-125-1 仳
+sign \x4EF5 1245-6 仵
+sign \x4EF6 13-256-2 件
+sign \x4EF7 13-12-4 价
+sign \x4EFB 245-456-2 任
+sign \x4EFD 124-1246-2 份
+sign \x4EFF 124-56-1 仿
+sign \x4F00 14-236 伀
+sign \x4F01 1235-125-6 企
+sign \x4F02 1235-236-3 伂
+sign \x4F03 1456-3
+sign \x4F08 234-456-1 伈
+sign \x4F09 1235-56-4 伉
+sign \x4F0A 24-0 伊
+sign \x4F0B 1235-26 伋
+sign \x4F0D 1245-6 伍
+sign \x4F0E 13-125-2 伎
+sign \x4F0F 124-12345-3 伏
+sign \x4F10 124-35-3 伐
+sign \x4F11 245-16 休
+sign \x4F12 13-1246-4 伒
+sign \x4F13 134-1236-3
+sign \x4F14 1345-346-6 伔
+sign \x4F15 124-136 伕
+sign \x4F18 245-16 优
+sign \x4F19 124-135-1 伙
+sign \x4F22 1245-12-3 伢
+sign \x4F2D 23-3 伭
+sign \x4F2F 1234-13-5 伯
+sign \x4F30 13-136-1 估
+sign \x4F33 234-23456-5 伳
+sign \x4F34 1234-2346-2 伴
+sign \x4F36 123-356-3 伶
+sign \x4F38 234-1246 伸
+sign \x4F3A 234-24-2 伺
+sign \x4F3B 12346-356 伻
+sign \x4F3C 1346-24-6 似
+sign \x4F3D 13-12 伽
+sign \x4F3E 12346-125 伾
+sign \x4F42 14-356
+sign \x4F43 2345-256-2 佃
+sign \x4F46 2345-45-2 但
+sign \x4F47 1346-1456-6 佇
+sign \x4F48 1234-1236-4 佈
+sign \x4F49 1235-245 佉
+sign \x4F4C 1346-24-1 佌
+sign \x4F4D 2456-146-2 位
+sign \x4F4E 2345-146 低
+sign \x4F4F 14-1456-2 住
+sign \x4F50 14-135-4 佐
+sign \x4F51 245-16-2 佑
+sign \x4F53 23456-146-1 体
+sign \x4F54 14-235-4 佔
+sign \x4F55 125-135-3 何
+sign \x4F57 23456-135-3 佗
+sign \x4F58 234-15-3 佘
+sign \x4F59 1456-3 余
+sign \x4F5A 245-35-3 佚
+sign \x4F5B 124-35-3 佛
+sign \x4F5C 14-12456-5 作
+sign \x4F5D 1235-245 佝
+sign \x4F5E 1345-356-2 佞
+sign \x4F5F 23456-236-3 佟
+sign \x4F60 1345-125-6 你
+sign \x4F62 1235-245-6 佢
+sign \x4F63 245-236-1 佣
+sign \x4F64 1245-12-6 佤
+sign \x4F67 1235-12 佧
+sign \x4F69 12346-1256-4 佩
+sign \x4F6A 1256-3 佪
+sign \x4F6C 123-1236-1 佬
+sign \x4F6F 245-25-3 佯
+sign \x4F70 1234-13-5 佰
+sign \x4F73 13-346 佳
+sign \x4F74 24-6 佴
+sign \x4F75 1234-356-4 併
+sign \x4F76 13-35 佶
+sign \x4F77 125-1246-1 佷
+sign \x4F78 1356-3 佸
+sign \x4F79 12345-146-1 佹
+sign \x4F7A 1346-23-3 佺
+sign \x4F7B 23456-13456 佻
+sign \x4F7C 13-34-1 佼
+sign \x4F7D 1346-24-4 佽
+sign \x4F7E 245-35-3 佾
+sign \x4F7F 234-24-1 使
+sign \x4F80 245-356-3 侀
+sign \x4F81 234-1246 侁
+sign \x4F82 23456-12456-5
+sign \x4F83 125-1345-1 侃
+sign \x4F84 14-35-3 侄
+sign \x4F85 13-126 侅
+sign \x4F86 123-126-3 來
+sign \x4F87 24-3 侇
+sign \x4F88 1346-24-1 侈
+sign \x4F89 12456-12-1 侉
+sign \x4F8B 123-146-2 例
+sign \x4F8D 234-24-2 侍
+sign \x4F8F 14-1456 侏
+sign \x4F90 12345-1235 侐
+sign \x4F91 245-16-2 侑
+sign \x4F94 134-16-3 侔
+sign \x4F96 123-234-3 侖
+sign \x4F97 2345-236-2 侗
+sign \x4F98 1346-12-4 侘
+sign \x4F9A 234-234 侚
+sign \x4F9B 13-236 供
+sign \x4F9C 14-16 侜
+sign \x4F9D 24-0 依
+sign \x4FAE 134-1236-6 侮
+sign \x4FAF 125-16-3 侯
+sign \x4FB2 14-1246-4 侲
+sign \x4FB5 1346-456 侵
+sign \x4FB6 123-245-6 侶
+sign \x4FB7 13-12345-3 侷
+sign \x4FB9 23456-356-6 侹
+sign \x4FBA 234-456-3 侺
+sign \x4FBF 1234-256-2 便
+sign \x4FC2 125-146-2 係
+sign \x4FC3 1346-12345 促
+sign \x4FC4 1245-135-3 俄
+sign \x4FC5 1235-16-3 俅
+sign \x4FCA 14-234-4 俊
+sign \x4FCD 123-25-3 俍
+sign \x4FCE 14-135-1 俎
+sign \x4FCF 1346-13456-4 俏
+sign \x4FD0 123-125-2 俐
+sign \x4FD1 245-236-1 俑
+sign \x4FD4 256-6 俔
+sign \x4FD7 14-12345-3 俗
+sign \x4FD8 124-136 俘
+sign \x4FDA 123-125-6 俚
+sign \x4FDB 124-136-1 俛
+sign \x4FDC 12346-356 俜
+sign \x4FDD 1234-1236-1 保
+sign \x4FDE 1456-3 俞
+sign \x4FDF 14-24-2 俟
+sign \x4FE0 125-1234-3 俠
+sign \x4FE1 234-234-4 信
+sign \x4FEC 234-24
+sign \x4FEE 234-16 修
+sign \x4FEF 124-136-1 俯
+sign \x4FF1 1235-245 俱
+sign \x4FF3 12346-346-3 俳
+sign \x4FF4 1346-256-6 俴
+sign \x4FF5 1234-13456-1 俵
+sign \x4FF6 23456-1235 俶
+sign \x4FF8 124-236-1 俸
+sign \x4FFA 235-4 俺
+sign \x4FFE 1234-125-1 俾
+sign \x5000 1346-25 倀
+sign \x5005 1346-245-4 倅
+sign \x5006 123-25-6 倆
+sign \x5007 23-1 倇
+sign \x5008 123-126-3
+sign \x5009 1346-56 倉
+sign \x500B 13-135-4 個
+sign \x500C 13-2346 倌
+sign \x500D 12346-1256-6 倍
+sign \x500F 234-12345 倏
+sign \x5011 134-2346-3 們
+sign \x5012 2345-1236-1 倒
+sign \x5013 23456-345-3 倓
+sign \x5014 12345-35-3 倔
+sign \x5015 234-245-3 倕
+sign \x5016 125-1245-2 倖
+sign \x5017 12346-1245-3 倗
+sign \x5018 23456-56-1 倘
+sign \x5019 125-16-2 候
+sign \x501A 24-1 倚
+sign \x501C 23456-1235 倜
+sign \x501E 13-356-2 倞
+sign \x501F 14-15-4 借
+sign \x5021 1346-25 倡
+sign \x5023 124-56-1 倣
+sign \x5025 125-236 倥
+sign \x5026 13-23-2 倦
+sign \x5028 13-245-4 倨
+sign \x5029 234-256-2 倩
+sign \x502A 1245-146-3 倪
+sign \x502B 123-234-3 倫
+sign \x502C 1346-246-5 倬
+sign \x502D 2456-135 倭
+sign \x502E 123-135-1
+sign \x5033 14-24-2 倳
+sign \x503C 14-1235-3 值
+sign \x5041 1346-356 偁
+sign \x5043 256-1 偃
+sign \x5046 1346-234-1 偆
+sign \x5047 13-12-1 假
+sign \x5048 13-146-1 偈
+sign \x5049 2456-146-6 偉
+sign \x504C 245-15-2 偌
+sign \x504E 1256-0 偎
+sign \x504F 12346-256 偏
+sign \x5053 46-0 偓
+sign \x5055 13-346 偕
+sign \x5058 125-1345-3
+sign \x505A 14-1236-2 做
+sign \x505C 23456-356-3 停
+sign \x505D 1234-1256-4 偝
+sign \x505E 12346-3 偞
+sign \x505F 2456-56-3 偟
+sign \x5060 13456-1 偠
+sign \x5061 14-345-4 偡
+sign \x5062 1346-16-1 偢
+sign \x5065 13-256-2 健
+sign \x506A 1234-1235 偪
+sign \x506B 1346-24-6 偫
+sign \x506C 14-236-4
+sign \x506D 134-256-6 偭
+sign \x506F 24-1 偯
+sign \x5070 1235-146-4 偰
+sign \x5072 234-24 偲
+sign \x5074 14-46 側
+sign \x5075 14-356 偵
+sign \x5076 1245-16-6 偶
+sign \x5077 23456-16 偷
+sign \x507A 14-12 偺
+sign \x507D 1245-146-2 偽
+sign \x5080 124-346-4 傀
+sign \x5085 124-136-2 傅
+sign \x508C 134-12-2 傌
+sign \x508D 12346-56-3 傍
+sign \x508E 2345-256 傎
+sign \x5091 13-23456-3 傑
+sign \x5092 125-146-3 傒
+sign \x5094 125-235-4 傔
+sign \x5095 13-12456-5 傕
+sign \x5096 1346-56 傖
+sign \x5098 234-45-4 傘
+sign \x5099 1234-125-2 備
+sign \x509A 125-34-2 傚
+sign \x509C 13456-3 傜
+sign \x509D 23456-1234-5 傝
+sign \x509E 1346-135 傞
+sign \x50A2 13-12 傢
+sign \x50A3 23456-346-4 傣
+sign \x50AC 1346-245 催
+sign \x50AD 245-236-3 傭
+sign \x50AE 14-1236 傮
+sign \x50AF 14-236-1 傯
+sign \x50B2 1245-1236-2 傲
+sign \x50B3 1346-23-3 傳
+sign \x50B4 1456-1 傴
+sign \x50B5 14-346-4 債
+sign \x50B7 234-25 傷
+sign \x50BA 1346-146-4 傺
+sign \x50BB 234-135-3 傻
+sign \x50BD 14-25 傽
+sign \x50BE 1235-356 傾
+sign \x50BF 256-0 傿
+sign \x50C2 123-16-3 僂
+sign \x50C4 12346-13456-6
+sign \x50C5 13-1246-1 僅
+sign \x50C7 123-12345-3 僇
+sign \x50C9 1346-235 僉
+sign \x50CA 234-256 僊
+sign \x50CE 14-45-2 僎
+sign \x50CF 14-25-2 像
+sign \x50D1 1235-13456-3 僑
+sign \x50D3 23456-245-3 僓
+sign \x50D4 14-23-1 僔
+sign \x50D5 1234-12345-3 僕
+sign \x50D6 125-125 僖
+sign \x50D7 123-1236-3 僗
+sign \x50DA 123-13456-3 僚
+sign \x50DB 125-125 僛
+sign \x50DD 234-45-3 僝
+sign \x50E3 1346-235-6 僣
+sign \x50E4 2345-45-2 僤
+sign \x50E5 125-13456 僥
+sign \x50E6 14-16-2 僦
+sign \x50E7 14-1245 僧
+sign \x50E8 124-1246-6 僨
+sign \x50E9 234-45-1 僩
+sign \x50EC 14-13456 僬
+sign \x50ED 1346-235-4 僭
+sign \x50EE 23456-236-3 僮
+sign \x50F0 1234-13-5 僰
+sign \x50F1 13-136-4 僱
+sign \x50F3 234-12345 僳
+sign \x50F5 13-25 僵
+sign \x50F6 134-1246-6 僶
+sign \x50F8 13-456-4 僸
+sign \x50F9 13-12-4 價
+sign \x50FB 12346-1235 僻
+sign \x50FD 14-16-4 僽
+sign \x50FE 126-4 僾
+sign \x50FF 234-146-4 僿
+sign \x5100 24-3 儀
+sign \x5101 14-234-4
+sign \x5102 1345-236-3 儂
+sign \x5103 23456-45-1 儃
+sign \x5104 245-1235 億
+sign \x5106 13-356-1 儆
+sign \x5107 125-23 儇
+sign \x5108 1235-1256-1 儈
+sign \x5109 13-235-2 儉
+sign \x510A 1346-135-1 儊
+sign \x510B 2345-345 儋
+sign \x510C 13-13456 儌
+sign \x510E 14-126-4
+sign \x5110 1234-1246-4 儐
+sign \x5112 1456-3 儒
+sign \x5113 23456-126-3 儓
+sign \x5114 1346-16-3 儔
+sign \x5115 1346-346-3 儕
+sign \x5117 24-6 儗
+sign \x5118 14-234-1 儘
+sign \x511C 1345-1245-3 儜
+sign \x511F 234-25-3 償
+sign \x5120 123-12346-3 儠
+sign \x5121 123-245-6 儡
+sign \x5126 1234-13456 儦
+sign \x5129 1346-24-4 儩
+sign \x512A 245-16 優
+sign \x512D 1346-1246-4 儭
+sign \x5131 123-236-6 儱
+sign \x5132 1346-1456-6 儲
+sign \x5133 1346-345-3 儳
+sign \x5135 234-1245 儵
+sign \x5137 123-146-2 儷
+sign \x5138 123-135-3 儸
+sign \x5139 14-45-1 儹
+sign \x513A 1345-135-3 儺
+sign \x513B 23456-56-1 儻
+sign \x513C 235-6 儼
+sign \x513D 123-245-3 儽
+sign \x513F 24-3 儿
+sign \x5140 1245-35-3 兀
+sign \x5141 2456-1246-6 允
+sign \x5143 23-3 元
+sign \x5144 125-356 兄
+sign \x5145 1346-236 充
+sign \x5146 234-13456-2 兆
+sign \x5147 125-236 兇
+sign \x5148 234-256 先
+sign \x5149 12345-56 光
+sign \x514B 125-46 克
+sign \x514C 2345-245-4 兌
+sign \x514D 134-256-6 免
+sign \x5152 24-3 兒
+sign \x5154 23456-1236-4 兔
+sign \x5155 14-24-4 兕
+sign \x5157 256-6 兗
+sign \x5159 56-234-26-3-125-46
+sign \x515A 2345-56-1 党
+sign \x515B 56-1346-256-125-46
+sign \x515C 2345-16 兜
+sign \x515F 234-1246 兟
+sign \x5162 13-356 兢
+sign \x5165 245-26-3 入
+sign \x5167 1345-126-2 內
+sign \x5168 1346-23-3 全
+sign \x5169 123-25-6 兩
+sign \x516A 1456-3
+sign \x516B 1234-2345-5 八
+sign \x516C 13-236 公
+sign \x516D 123-12345-3 六
+sign \x516E 125-146-3 兮
+sign \x5171 13-236-2 共
+sign \x5175 1234-356 兵
+sign \x5176 1235-125-3 其
+sign \x5177 13-245-2 具
+sign \x5178 2345-256-1 典
+sign \x517C 13-235 兼
+sign \x5180 1235-125-4 冀
+sign \x5187 134-1236-6 冇
+sign \x5189 235-6 冉
+sign \x518A 1346-13-5 冊
+sign \x518D 14-126-4 再
+sign \x518F 12345-356-1 冏
+sign \x5191 14-16-2 冑
+sign \x5192 134-1236-2 冒
+sign \x5193 13-16-4 冓
+sign \x5194 125-245-1 冔
+sign \x5195 134-256-6 冕
+sign \x5197 245-236-1 冗
+sign \x5198 245-16-3 冘
+sign \x519A 1235-456-1 冚
+sign \x519E 134-125-3 冞
+sign \x519F 245-356
+sign \x51A0 13-2346-4 冠
+sign \x51A2 1346-236-1 冢
+sign \x51A4 23-0 冤
+sign \x51A5 134-356-6 冥
+sign \x51A7 123-456-4 冧
+sign \x51A8 124-136-4
+sign \x51AA 134-1235-3 冪
+sign \x51AC 2345-236 冬
+sign \x51B0 1234-356 冰
+sign \x51B1 136-2 冱
+sign \x51B6 245-15-6 冶
+sign \x51B7 123-14-6 冷
+sign \x51BC 234-256-1 冼
+sign \x51BD 123-23456-3 冽
+sign \x51BE 12346-125-4 冾
+sign \x51C4 1346-146 凄
+sign \x51C6 14-234-1 准
+sign \x51C8 14-356-2 凈
+sign \x51C9 123-25-3
+sign \x51CA 14-356-2 凊
+sign \x51CB 2345-13456 凋
+sign \x51CC 123-356-3 凌
+sign \x51CD 2345-236-4 凍
+sign \x51D3 123-1346-3
+sign \x51D4 1346-56 凔
+sign \x51D8 234-24 凘
+sign \x51DC 123-456-6 凜
+sign \x51DD 245-356-3 凝
+sign \x51E0 13-125 几
+sign \x51E1 124-45-3 凡
+sign \x51E2 124-45-3
+sign \x51ED 12346-1245-3
+sign \x51F0 2456-56-3 凰
+sign \x51F1 125-126-1 凱
+sign \x51F3 2345-1245-4 凳
+sign \x51F5 125-456-4 凵
+sign \x51F6 125-236 凶
+sign \x51F8 2345-35-3 凸
+sign \x51F9 1345-26 凹
+sign \x51FA 1346-1346 出
+sign \x51FD 125-345-3 函
+sign \x5200 2345-1236 刀
+sign \x5201 2345-13456 刁
+sign \x5203 245-1246-2 刃
+sign \x5206 124-1246 分
+sign \x5207 1346-23456-5 切
+sign \x5208 1245-346-2 刈
+sign \x5209 13-125 刉
+sign \x520A 125-1345-1 刊
+sign \x520B 125-1345-1
+sign \x520E 134-1246-6 刎
+sign \x5211 245-356-3 刑
+sign \x5212 2456-12 划
+sign \x5213 23-3 刓
+sign \x5216 12356-3 刖
+sign \x5217 123-23456-3 列
+sign \x521C 124-35 刜
+sign \x521D 1346-135 初
+sign \x5224 12346-2346-4 判
+sign \x5225 1234-23456-3 別
+sign \x5228 12346-34-3 刨
+sign \x5229 123-125-2 利
+sign \x522A 234-45 刪
+sign \x522E 12345-2345-5 刮
+sign \x5230 2345-1236-4 到
+sign \x5232 12345-146 刲
+sign \x5233 124-136 刳
+sign \x5235 24-2 刵
+sign \x5236 14-146-4 制
+sign \x5237 1346-2345-5 刷
+sign \x5238 13-23-4 券
+sign \x523A 1346-24-4 刺
+sign \x523B 125-46 刻
+sign \x5241 2345-135-1 剁
+sign \x5243 23456-146-4 剃
+sign \x5244 13-356-1 剄
+sign \x5247 14-46 則
+sign \x5249 1346-135-4 剉
+sign \x524A 234-246-5 削
+sign \x524B 125-46 剋
+sign \x524C 1346-24-4 剌
+sign \x524D 1346-256-3 前
+sign \x524E 234-2345-5 剎
+sign \x5252 1346-135-4 剒
+sign \x5254 23456-1235 剔
+sign \x5255 124-146-4 剕
+sign \x5256 124-16-1 剖
+sign \x525A 14-24-2 剚
+sign \x525B 13-56 剛
+sign \x525C 2346-1 剜
+sign \x525D 134-12456 剝
+sign \x525E 13-125 剞
+sign \x525F 14-12356-5 剟
+sign \x5261 235-6 剡
+sign \x5269 234-356-2 剩
+sign \x526A 14-256-1 剪
+sign \x526D 12345-0 剭
+sign \x526E 12345-12-4 剮
+sign \x526F 124-136-4 副
+sign \x5272 13-124-5 割
+sign \x5274 125-126-1 剴
+sign \x5275 1346-56-4 創
+sign \x5277 1346-45-1 剷
+sign \x5278 23456-23-3 剸
+sign \x527A 123-146-6 剺
+sign \x527D 12346-13456-6
+sign \x527F 14-13456-1 剿
+sign \x5280 12345-2345-5 劀
+sign \x5281 1346-13456-3 劁
+sign \x5282 1235-12356-5 劂
+sign \x5283 2456-13-3 劃
+sign \x5284 14-2345-5 劄
+sign \x5287 1235-2456-3 劇
+sign \x5288 12346-2456-5 劈
+sign \x5289 123-16-3 劉
+sign \x528A 1235-1256-1 劊
+sign \x528C 12345-146-4 劌
+sign \x528D 13-235-4 劍
+sign \x528F 23456-56 劏
+sign \x5291 14-146 劑
+sign \x5293 24-2 劓
+sign \x5296 1346-345-3 劖
+sign \x5298 134-135-3 劘
+sign \x5299 123-146-6 劙
+sign \x529B 123-1235-3 力
+sign \x529F 13-236 功
+sign \x52A0 13-12 加
+sign \x52A3 123-12356-5 劣
+sign \x52A6 125-12346-3 劦
+sign \x52A9 14-135-2 助
+sign \x52AA 1345-1236-6 努
+sign \x52AB 13-12346-5 劫
+sign \x52AC 1235-245-3 劬
+sign \x52AD 234-13456-2 劭
+sign \x52AE 245-35-3 劮
+sign \x52BB 125-56 劻
+sign \x52BC 1235-23456-5 劼
+sign \x52BE 125-35-3 劾
+sign \x52C1 13-356-2 勁
+sign \x52C3 1234-1356-3 勃
+sign \x52C7 245-236-6 勇
+sign \x52C9 134-256-6 勉
+sign \x52CD 1235-356-3 勍
+sign \x52D2 123-46-3 勒
+sign \x52D5 2345-236-2 動
+sign \x52D6 245-12345 勖
+sign \x52D7 245-12345 勗
+sign \x52D8 125-456-4 勘
+sign \x52D9 134-1236-2 務
+sign \x52DB 124-1246 勛
+sign \x52DD 234-356-4 勝
+sign \x52DE 123-1236-3 勞
+sign \x52DF 134-1236-2 募
+sign \x52E1 24-2
+sign \x52E2 234-146-4 勢
+sign \x52E3 14-1235 勣
+sign \x52E4 1235-1246-3 勤
+sign \x52E5 1235-1246-3
+sign \x52E6 14-13456-1 勦
+sign \x52E7 14-13456-1
+sign \x52E9 24-2 勩
+sign \x52F0 125-12346-3 勰
+sign \x52F1 134-346-2 勱
+sign \x52F3 124-1246 勳
+sign \x52F4 123-245-2 勴
+sign \x52F5 123-146-2 勵
+sign \x52F7 245-25-3 勷
+sign \x52F8 125-23-4 勸
+sign \x52FA 1346-246-5 勺
+sign \x52FB 2456-1246-3 勻
+sign \x52FC 13-16 勼
+sign \x52FE 1245-16 勾
+sign \x52FF 134-35-3 勿
+sign \x5305 1234-34 包
+sign \x5306 1346-236 匆
+sign \x5308 125-236 匈
+sign \x5309 12346-356 匉
+sign \x530A 13-12345 匊
+sign \x530B 23456-1236-3 匋
+sign \x530D 12346-1236-3 匍
+sign \x530F 12346-34-3 匏
+sign \x5310 124-12345-3 匐
+sign \x5312 2345-1234-5 匒
+sign \x5315 1234-125-4 匕
+sign \x5316 124-12-4 化
+sign \x5317 1234-46 北
+sign \x5319 234-24-3 匙
+sign \x531A 124-56 匚
+sign \x531C 24-3 匜
+sign \x531D 14-1234-5 匝
+sign \x531F 1235-56-4 匟
+sign \x5320 14-25-2 匠
+sign \x5321 125-56 匡
+sign \x5323 125-1234-3 匣
+sign \x532A 124-125-1 匪
+sign \x532D 12345-146-1 匭
+sign \x532F 1256-2 匯
+sign \x5330 2345-45 匰
+sign \x5331 12345-146-2 匱
+sign \x5333 123-235-3
+sign \x5334 234-23-4 匴
+sign \x5339 12346-35 匹
+sign \x533C 1235-135 匼
+sign \x533D 256-1 匽
+sign \x533E 1234-256-1 匾
+sign \x533F 1345-1235 匿
+sign \x5340 1235-245 區
+sign \x5341 234-26-3 十
+sign \x5343 1346-256 千
+sign \x5345 234-12 卅
+sign \x5347 234-356 升
+sign \x5348 1245-6 午
+sign \x5349 2456-146-6 卉
+sign \x534A 1234-2346-4 半
+sign \x534C 234-15-4 卌
+sign \x5351 1234-125 卑
+sign \x5352 14-1346 卒
+sign \x5353 1346-246-5 卓
+sign \x5354 125-12346-5 協
+sign \x5357 1345-345-3 南
+sign \x535A 1234-12456-5 博
+sign \x535C 1234-12345 卜
+sign \x535E 1234-256-2 卞
+sign \x5360 14-235 占
+sign \x5361 1235-12 卡
+sign \x5363 245-16-6 卣
+sign \x5366 12345-12-4 卦
+sign \x536C 1245-56-3 卬
+sign \x536E 14-24 卮
+sign \x536F 134-34-6 卯
+sign \x5370 245-1246-4 印
+sign \x5371 1245-146-3 危
+sign \x5372 234-13456-2 卲
+sign \x5373 14-1235 即
+sign \x5375 123-234-1 卵
+sign \x5377 13-23-1 卷
+sign \x5378 234-15-4 卸
+sign \x5379 234-1346 卹
+sign \x537B 1235-246-5 卻
+sign \x537C 1245-35-3 卼
+sign \x537F 125-356 卿
+sign \x5382 1346-56-1 厂
+sign \x5384 46-0 厄
+sign \x538A 23456-236-3 厊
+sign \x538E 2345-146-1 厎
+sign \x538F 14-12-4 厏
+sign \x5394 14-35-3 厔
+sign \x5396 12346-56-3 厖
+sign \x5398 123-125-3 厘
+sign \x5399 234-15-4 厙
+sign \x539A 125-16-6 厚
+sign \x539D 1346-1236-4 厝
+sign \x539F 23-3 原
+sign \x53A4 123-1235-3 厤
+sign \x53A5 1235-12356-5 厥
+sign \x53AC 12345-146-1 厬
+sign \x53AD 235-4 厭
+sign \x53B2 123-146-2 厲
+sign \x53B4 235-1 厴
+sign \x53B9 245-16-3 厹
+sign \x53BB 125-245-4 去
+sign \x53C1 234-345 叁
+sign \x53C3 1346-345 參
+sign \x53C8 245-16-2 又
+sign \x53C9 1346-12 叉
+sign \x53CA 1235-26-3 及
+sign \x53CB 245-16-6 友
+sign \x53CD 124-45-1 反
+sign \x53D4 234-12345 叔
+sign \x53D6 1346-245-1 取
+sign \x53D7 234-16-2 受
+sign \x53D9 14-245-2
+sign \x53DB 1234-2346-2 叛
+sign \x53DF 234-16-1 叟
+sign \x53E1 245-245-2 叡
+sign \x53E2 1346-236-3 叢
+sign \x53E3 125-16-1 口
+sign \x53E4 13-136-1 古
+sign \x53E5 13-245-4 句
+sign \x53E6 123-356-2 另
+sign \x53E7 123-356-2
+sign \x53E8 23456-1236 叨
+sign \x53E9 1235-16-4 叩
+sign \x53EA 14-24-1 只
+sign \x53EB 13-13456-4 叫
+sign \x53EC 14-13456-2 召
+sign \x53ED 1234-12 叭
+sign \x53EE 2345-356 叮
+sign \x53EF 125-135-1 可
+sign \x53F0 23456-126-3 台
+sign \x53F1 1346-1235 叱
+sign \x53F2 234-24-1 史
+sign \x53F3 245-16-2 右
+sign \x53F5 12346-135-1 叵
+sign \x53F8 234-24 司
+sign \x53FB 123-2456 叻
+sign \x53FC 2345-13456 叼
+sign \x53FE 2345-12345 叾
+sign \x5401 125-245 吁
+sign \x5403 125-2456-5 吃
+sign \x5404 13-12456-5 各
+sign \x5406 13456-0 吆
+sign \x5408 125-26-3 合
+sign \x5409 13-35 吉
+sign \x540A 2345-13456-4 吊
+sign \x540B 1346-23-4 吋
+sign \x540C 23456-236-3 同
+sign \x540D 134-356-3 名
+sign \x540E 125-16-2 后
+sign \x540F 123-125-2 吏
+sign \x5410 23456-1236-4 吐
+sign \x5411 125-25-4 向
+sign \x5412 14-12 吒
+sign \x5413 125-12-1 吓
+sign \x5414 245-12 吔
+sign \x5416 12-0 吖
+sign \x5419 124-135-1 吙
+sign \x541B 12345-1246 君
+sign \x541D 123-234-2 吝
+sign \x541E 23456-1246 吞
+sign \x541F 245-456-3 吟
+sign \x5420 124-146-2 吠
+sign \x5421 12346-125-1
+sign \x5425 1234-35 吥
+sign \x5426 124-16-1 否
+sign \x5427 1234-12-2 吧
+sign \x5428 2345-234 吨
+sign \x5429 124-1246 吩
+sign \x542A 1245-135-3 吪
+sign \x542B 125-456-3 含
+sign \x542C 23456-356-4 听
+sign \x542D 125-1245 吭
+sign \x542E 234-23-6 吮
+sign \x5430 2456-1245-3 吰
+sign \x5431 14-24 吱
+sign \x5433 1245-3 吳
+sign \x5435 1346-34-1 吵
+sign \x5436 1345-1234-3 吶
+sign \x5437 1235-12356-5 吷
+sign \x5438 1235-26 吸
+sign \x5439 1346-245 吹
+sign \x543B 134-1246-6 吻
+sign \x543C 125-34 吼
+sign \x543D 125-236 吽
+sign \x543E 1245-3 吾
+sign \x5440 12-4 呀
+sign \x5441 1245-2345-3 呁
+sign \x5442 123-245-6 呂
+sign \x5443 46-0 呃
+sign \x5446 1245-126-3 呆
+sign \x5448 1346-356-3 呈
+sign \x544A 13-1236-4 告
+sign \x544E 1346-2456-5 呎
+sign \x5454 23456-346 呔
+sign \x5460 12346-1246-4 呠
+sign \x5462 1345-15 呢
+sign \x5463 134-6 呣
+sign \x5464 123-356-6 呤
+sign \x5465 235-3 呥
+sign \x5466 245-16 呦
+sign \x5468 14-16 周
+sign \x546B 1346-12346-5 呫
+sign \x5471 12345-12 呱
+sign \x5472 14-24 呲
+sign \x5473 134-125-2 味
+sign \x5474 1456-4 呴
+sign \x5475 125-135 呵
+sign \x5476 1345-34-3 呶
+sign \x5477 125-1234-5 呷
+sign \x5478 12346-125 呸
+sign \x547B 234-1246 呻
+sign \x547C 124-136 呼
+sign \x547D 134-356-2 命
+sign \x547E 23456-45-1 呾
+sign \x5480 14-245-1 咀
+sign \x5481 13-456-4 咁
+sign \x5482 14-1234-5 咂
+sign \x5484 14-12356-5 咄
+sign \x5486 12346-34-3 咆
+sign \x5488 124-35-3 咈
+sign \x548B 14-12-4 咋
+sign \x548C 2456-135-3 和
+sign \x548D 125-346 咍
+sign \x548E 13-16-4 咎
+sign \x5490 124-136-4 咐
+sign \x5491 2345-12 咑
+sign \x5492 14-16-4 咒
+sign \x5493 12-6 咓
+sign \x5494 1235-12-3 咔
+sign \x5495 13-136 咕
+sign \x5496 13-12-4 咖
+sign \x5497 14-135-1 咗
+sign \x549A 2345-236 咚
+sign \x54A0 1346-26 咠
+sign \x54A1 24-2 咡
+sign \x54A2 1245-12456-3 咢
+sign \x54A4 1346-13 咤
+sign \x54A5 125-125-4 咥
+sign \x54A6 24-1 咦
+sign \x54A7 123-23456-3 咧
+sign \x54A8 14-24 咨
+sign \x54A9 134-15 咩
+sign \x54AA 134-125 咪
+sign \x54AB 14-24-1 咫
+sign \x54AC 1245-34-6 咬
+sign \x54AD 1235-2345 咭
+sign \x54AE 14-16-4 咮
+sign \x54AF 123-12456-5 咯
+sign \x54B1 14-12-4 咱
+sign \x54B3 1235-35 咳
+sign \x54B6 234-346-6 咶
+sign \x54B7 23456-1236-3 咷
+sign \x54B8 125-345-3 咸
+sign \x54B9 125-1345 咹
+sign \x54BA 125-23 咺
+sign \x54BB 245-16 咻
+sign \x54BC 2456-12 咼
+sign \x54BD 256-0 咽
+sign \x54BF 24-0 咿
+sign \x54C0 126-0 哀
+sign \x54C1 1234-1246-1 品
+sign \x54C2 1346-1246-1 哂
+sign \x54C4 125-236-4 哄
+sign \x54C6 2345-135 哆
+sign \x54C7 2456-12 哇
+sign \x54C8 125-12 哈
+sign \x54C9 14-126 哉
+sign \x54CB 2345-125-2 哋
+sign \x54CF 13-1246 哏
+sign \x54DA 2345-135-1 哚
+sign \x54DE 134-1236-3 哞
+sign \x54E1 23-3 員
+sign \x54E2 1345-236-2 哢
+sign \x54E3 1345-236-2
+sign \x54E4 134-56-3 哤
+sign \x54E5 13-135 哥
+sign \x54E6 135-3 哦
+sign \x54E7 1346-24 哧
+sign \x54E8 234-34-4 哨
+sign \x54E9 123-125-6 哩
+sign \x54EA 1345-12-6 哪
+sign \x54ED 125-12345 哭
+sign \x54EE 125-34 哮
+sign \x54F1 12346-135-4 哱
+sign \x54F2 14-23456-5 哲
+sign \x54F3 14-2345-5 哳
+sign \x54F7 123-12356-5 哷
+sign \x54FA 1234-1236-2 哺
+sign \x54FC 125-1245 哼
+sign \x54FD 13-1245-1 哽
+sign \x54FF 13-135 哿
+sign \x5501 256-2 唁
+sign \x5504 1234-346-2 唄
+sign \x5505 125-456-3 唅
+sign \x5506 234-135 唆
+sign \x5507 234-234-3 唇
+sign \x5508 245-26 唈
+sign \x5509 346-0 唉
+sign \x550E 123-125-2 唎
+sign \x550F 125-125 唏
+sign \x5510 23456-56-3 唐
+sign \x5511 14-135-2 唑
+sign \x5513 1346-15 唓
+sign \x5514 1245-3 唔
+sign \x5517 2345-16 唗
+sign \x551A 1346-456-4 唚
+sign \x551E 23456-16-1 唞
+sign \x5525 123-14-2 唥
+sign \x5526 234-12 唦
+sign \x5527 14-1235 唧
+sign \x552A 124-236-1 唪
+sign \x552B 13-456
+sign \x552C 124-136-1 唬
+sign \x552D 13-125 唭
+sign \x552E 234-16-2 售
+sign \x552F 2456-146-3 唯
+sign \x5530 1346-2345-5 唰
+sign \x5531 1346-25-4 唱
+sign \x5532 24-3 唲
+sign \x5533 123-245-2 唳
+sign \x5535 456-1 唵
+sign \x5536 14-15-4 唶
+sign \x5537 245-135 唷
+sign \x5538 1345-235-2 唸
+sign \x553C 14-23456-3 唼
+sign \x553E 23456-135-4 唾
+sign \x5540 1245-346-3 啀
+sign \x5541 14-16 啁
+sign \x5543 125-1245-1 啃
+sign \x5544 2345-246-5 啄
+sign \x5546 234-25 商
+sign \x5548 125-1245 啈
+sign \x5549 123-456 啉
+sign \x554A 135-3 啊
+sign \x554B 1346-126 啋
+sign \x554D 23456-1246 啍
+sign \x554E 1245-6 啎
+sign \x554F 134-1246-2 問
+sign \x5550 1346-245-4 啐
+sign \x5551 14-23456-3 啑
+sign \x5555 23456-1236-3 啕
+sign \x5556 2345-345-2 啖
+sign \x5557 2345-345-2 啗
+sign \x555C 14-12356-5 啜
+sign \x555D 2456-135-3 啝
+sign \x555E 12-1 啞
+sign \x555F 1235-146-1 啟
+sign \x5561 124-15 啡
+sign \x5562 123-25-1 啢
+sign \x5563 125-345-3 啣
+sign \x5564 1234-15 啤
+sign \x5565 234-12-1 啥
+sign \x5566 123-12 啦
+sign \x5569 12345-12-4 啩
+sign \x556A 12346-13 啪
+sign \x556B 14-15 啫
+sign \x5571 1245-345 啱
+sign \x5572 2345-24 啲
+sign \x5575 1234-135-4 啵
+sign \x5577 123-56 啷
+sign \x5579 13-156 啹
+sign \x557B 1346-24-4 啻
+sign \x557C 23456-146-3 啼
+sign \x557D 456-1 啽
+sign \x557E 14-16 啾
+sign \x5580 125-13-5 喀
+sign \x5581 245-236-3 喁
+sign \x5582 2456-146-4 喂
+sign \x5583 1345-345-3 喃
+sign \x5584 234-256-2 善
+sign \x5586 14-23456-5
+sign \x5587 123-12 喇
+sign \x5588 13-346 喈
+sign \x5589 125-16-3 喉
+sign \x558A 125-345-4 喊
+sign \x558B 2345-12346-3 喋
+sign \x558D 1346-346-3 喍
+sign \x558E 2456-135-4 喎
+sign \x558F 245-15-6 喏
+sign \x5591 245-456 喑
+sign \x5592 14-12 喒
+sign \x5593 13456-0 喓
+sign \x5594 135-0 喔
+sign \x5598 1346-23-1 喘
+sign \x5599 124-1256-4 喙
+sign \x559A 2346-2 喚
+sign \x559C 125-125-1 喜
+sign \x559D 125-124-5 喝
+sign \x559F 2456-146-1 喟
+sign \x55A2 234-1234-5 喢
+sign \x55A3 1456-4 喣
+sign \x55A4 2456-56-3 喤
+sign \x55A6 1245-345-3 喦
+sign \x55A7 125-23 喧
+sign \x55A8 123-25-2 喨
+sign \x55A9 1456-2
+sign \x55AA 234-56-4 喪
+sign \x55AB 125-2456-5 喫
+sign \x55AC 1235-13456-3 喬
+sign \x55AD 1245-1345-2 喭
+sign \x55AE 2345-45 單
+sign \x55B1 123-125 喱
+sign \x55B2 245-135 喲
+sign \x55B3 14-12 喳
+sign \x55B5 134-13456 喵
+sign \x55BA 125-146-2 喺
+sign \x55BB 1456-2 喻
+sign \x55BC 1245-12346 喼
+sign \x55BF 1346-1236-4 喿
+sign \x55C0 124-135-4 嗀
+sign \x55C3 125-12456-3 嗃
+sign \x55C4 234-12-4 嗄
+sign \x55C5 1346-16-4 嗅
+sign \x55C6 1346-25 嗆
+sign \x55C7 234-1235 嗇
+sign \x55C9 234-1236-4 嗉
+sign \x55CA 13-236-4 嗊
+sign \x55CC 346-4 嗌
+sign \x55CD 234-12456-5 嗍
+sign \x55CE 134-12 嗎
+sign \x55CF 1346-12 嗏
+sign \x55D0 125-126-2 嗐
+sign \x55D1 125-26-3 嗑
+sign \x55D2 23456-1234-5 嗒
+sign \x55D3 234-56 嗓
+sign \x55D4 14-1246 嗔
+sign \x55D6 234-16 嗖
+sign \x55D7 12345-1356 嗗
+sign \x55D9 12346-56-4 嗙
+sign \x55DA 136-0 嗚
+sign \x55DB 125-12346-5 嗛
+sign \x55DC 234-24-4 嗜
+sign \x55DD 13-13-5 嗝
+sign \x55DF 14-15 嗟
+sign \x55E1 245-236 嗡
+sign \x55E2 2456-35 嗢
+sign \x55E3 14-24-2 嗣
+sign \x55E4 1346-24 嗤
+sign \x55E5 125-1236-3 嗥
+sign \x55E6 234-135 嗦
+sign \x55E7 234-135
+sign \x55E8 125-346 嗨
+sign \x55E9 234-135-1 嗩
+sign \x55EC 125-135-1 嗬
+sign \x55EF 1245-1 嗯
+sign \x55F0 12345-135-1 嗰
+sign \x55F1 1346-12-3 嗱
+sign \x55F2 2345-15-1 嗲
+sign \x55F6 1234-35 嗶
+sign \x55F7 1245-1236-3 嗷
+sign \x55F9 123-256-3 嗹
+sign \x55FD 234-16-4 嗽
+sign \x55FE 234-16-1 嗾
+sign \x5600 2345-1235-3 嘀
+sign \x5601 1346-24 嘁
+sign \x5605 13-15-4 嘅
+sign \x5606 23456-45-4 嘆
+sign \x5608 1346-1236-3 嘈
+sign \x5609 13-12 嘉
+sign \x560C 12346-13456 嘌
+sign \x560D 123-16-3 嘍
+sign \x560E 13-12 嘎
+sign \x560F 13-136-1 嘏
+sign \x5610 125-34 嘐
+sign \x5612 2456-146-2 嘒
+sign \x5613 12345-12456-5 嘓
+sign \x5614 16-1 嘔
+sign \x5615 125-256 嘕
+sign \x5616 14-13-5 嘖
+sign \x5617 234-25-3 嘗
+sign \x561B 134-12-3 嘛
+sign \x561C 134-46 嘜
+sign \x561E 123-13-5 嘞
+sign \x561F 2345-1236 嘟
+sign \x5622 245-15-6 嘢
+sign \x5623 1234-1245 嘣
+sign \x5625 234-346 嘥
+sign \x5629 2456-12 嘩
+sign \x562C 14-12356-5 嘬
+sign \x562D 12346-14 嘭
+sign \x562E 123-1236-3 嘮
+sign \x562F 234-13456-4 嘯
+sign \x5630 13-125 嘰
+sign \x5632 14-34 嘲
+sign \x5634 14-245-1 嘴
+sign \x5635 125-13456 嘵
+sign \x5636 234-146 嘶
+sign \x5637 125-1236
+sign \x5638 134-1236-6 嘸
+sign \x5639 123-13456-3 嘹
+sign \x563A 1235-13456-3 嘺
+sign \x563B 125-125 嘻
+sign \x563D 23456-45 嘽
+sign \x563F 125-125 嘿
+sign \x5640 234-234-4 噀
+sign \x5641 12456-5 噁
+sign \x5642 14-23-1 噂
+sign \x5643 124-45-3 噃
+sign \x5646 1346-456-1 噆
+sign \x5649 2345-345-2 噉
+sign \x564A 2456-35-3 噊
+sign \x564C 14-1245 噌
+sign \x564D 14-13456-2
+sign \x564E 23456-5 噎
+sign \x564F 26-0 噏
+sign \x5652 123-234 噒
+sign \x5653 125-245 噓
+sign \x5654 2345-1245-2 噔
+sign \x5657 12346-12456-5 噗
+sign \x5658 1235-12356-5 噘
+sign \x5659 1235-456-3 噙
+sign \x565A 1346-456-3 噚
+sign \x565D 234-24 噝
+sign \x565E 235-1 噞
+sign \x5660 2345-2345-3 噠
+sign \x5662 135-0 噢
+sign \x5663 14-16-4 噣
+sign \x5664 13-456-4 噤
+sign \x5665 1345-236-3 噥
+sign \x5666 12356-3 噦
+sign \x5668 125-125-4 器
+sign \x5669 1245-12456-3 噩
+sign \x566A 1346-1236-4 噪
+sign \x566B 24-0 噫
+sign \x566C 234-146-2 噬
+sign \x566D 13-13456-4 噭
+sign \x566F 126-1 噯
+sign \x5670 245-236 噰
+sign \x5671 1235-246-3 噱
+sign \x5672 124-346-4 噲
+sign \x5674 12346-1246-4 噴
+sign \x5676 13-12 噶
+sign \x5677 1245-3 噷
+sign \x5678 2345-234 噸
+sign \x5679 2345-56 噹
+sign \x567C 12346-1235 噼
+sign \x5680 1345-356-3 嚀
+sign \x5683 2345-1234-3 嚃
+sign \x5684 2456-12456-3 嚄
+sign \x5685 1456-3 嚅
+sign \x5686 125-1236 嚆
+sign \x5687 125-13-5 嚇
+sign \x5689 2345-245-4 嚉
+sign \x568C 14-146-2 嚌
+sign \x568E 125-1236-3 嚎
+sign \x568F 23456-146-4 嚏
+sign \x5690 234-25-3 嚐
+sign \x5693 1346-2345-5 嚓
+sign \x5695 123-1236 嚕
+sign \x5699 1245-23456-3 嚙
+sign \x569A 1245-1246-3 嚚
+sign \x569C 134-46 嚜
+sign \x569E 14-23456-5
+sign \x569F 123-146-3 嚟
+sign \x56A1 125-346-3 嚡
+sign \x56A4 134-135 嚤
+sign \x56A5 256-4 嚥
+sign \x56A6 123-1235 嚦
+sign \x56A8 123-236-3 嚨
+sign \x56AA 2345-345-2 嚪
+sign \x56AB 1346-1246-4 嚫
+sign \x56AC 12346-1246-3 嚬
+sign \x56AD 12346-125-1 嚭
+sign \x56AE 125-25-1 嚮
+sign \x56B1 125-125-4 嚱
+sign \x56B2 2345-135-1 嚲
+sign \x56B3 13-12345 嚳
+sign \x56B4 235-3 嚴
+sign \x56B5 1346-345-3 嚵
+sign \x56B6 245-356 嚶
+sign \x56B7 245-25-2 嚷
+sign \x56B9 123-12-4 嚹
+sign \x56BC 14-246-5 嚼
+sign \x56BF 13-16-2 嚿
+sign \x56C0 14-23-1 囀
+sign \x56C1 14-12346-5 囁
+sign \x56C2 125-13456 囂
+sign \x56C5 1346-256-1 囅
+sign \x56C6 1346-346-4 囆
+sign \x56C8 1245-146-2 囈
+sign \x56C9 123-135 囉
+sign \x56CA 1345-56-3 囊
+sign \x56CB 14-45-4 囋
+sign \x56CC 234-1236 囌
+sign \x56CD 125-125-1 囍
+sign \x56D1 14-12345 囑
+sign \x56D3 1245-23456-3 囓
+sign \x56D4 1345-56-3 囔
+sign \x56D6 123-135 囖
+sign \x56D7 12345-12456-5
+sign \x56DA 1346-16-3 囚
+sign \x56DB 234-125-4 四
+sign \x56DD 14-146-1 囝
+sign \x56DE 1256-3 回
+sign \x56DF 234-234-4 囟
+sign \x56E0 245-1246 因
+sign \x56E1 1345-345-3 囡
+sign \x56E2 1345-345-3
+sign \x56E4 23456-23-3 囤
+sign \x56E5 2345-234-2
+sign \x56EA 1346-25 囪
+sign \x56EB 124-35 囫
+sign \x56EE 1245-135-3 囮
+sign \x56F0 12456-1246-4 困
+sign \x56F7 12456-1246 囷
+sign \x56F9 123-356-3 囹
+sign \x56FA 13-136-4 固
+sign \x56FF 245-16-2 囿
+sign \x5703 12346-1236-1 圃
+sign \x5704 1456-6 圄
+sign \x5707 123-234-3 圇
+sign \x5708 125-23 圈
+sign \x5709 1456-6 圉
+sign \x570A 1346-356 圊
+sign \x570B 12345-12456-5
+sign \x570C 1346-23-3 圌
+sign \x570D 2456-146-3 圍
+sign \x5712 23-3 園
+sign \x5713 23-3 圓
+sign \x5716 23456-1236-3 圖
+sign \x5718 23456-23-3 團
+sign \x571B 245-1235-3 圛
+sign \x571C 2456-45-3 圜
+sign \x571D 123-23-3
+sign \x571E 123-23-3 圞
+sign \x571F 23456-1236-1 土
+sign \x5722 12346-135 圢
+sign \x5723 234-356-4 圣
+sign \x5728 14-126-2 在
+sign \x5729 2456-146-3 圩
+sign \x572A 1245-35-3 圪
+sign \x572C 136-0 圬
+sign \x572D 12345-146 圭
+sign \x572E 12346-125-1 圮
+sign \x572F 24-3 圯
+sign \x5730 2345-125-2 地
+sign \x5733 14-1246-4 圳
+sign \x573B 1235-125-3 圻
+sign \x573E 234-1234-5 圾
+sign \x5740 14-24-1 址
+sign \x5741 14-24-1 坁
+sign \x5745 1346-23 坅
+sign \x5747 12345-1246 均
+sign \x5749 23456-23-3 坉
+sign \x574A 124-56 坊
+sign \x574B 1234-1246-2 坋
+sign \x574C 1234-1246-4 坌
+sign \x574D 23456-45 坍
+sign \x574E 125-456-1 坎
+sign \x574F 2456-346-2 坏
+sign \x5750 14-135-2 坐
+sign \x5751 125-14 坑
+sign \x5761 1234-135 坡
+sign \x5764 12456-1246 坤
+sign \x5766 23456-45-1 坦
+sign \x5768 23456-135-3 坨
+sign \x5769 125-456 坩
+sign \x576A 12346-356-3 坪
+sign \x576B 2345-235-4 坫
+sign \x576D 1345-146-3 坭
+sign \x576F 12346-1256 坯
+sign \x5770 12345-356 坰
+sign \x5773 34-4 坳
+sign \x5774 123-12345-3 坴
+sign \x5775 245-16 坵
+sign \x5776 134-1236-6 坶
+sign \x5777 125-135 坷
+sign \x577B 2345-146-1 坻
+sign \x577C 1346-13-5 坼
+sign \x5782 234-245-3 垂
+sign \x5783 123-1234-3 垃
+sign \x578B 245-356-3 型
+sign \x578C 23456-236-3 垌
+sign \x5793 13-126 垓
+sign \x5794 256-0 垔
+sign \x5795 125-16-2 垕
+sign \x579A 13456-3 垚
+sign \x579B 2345-135-1 垛
+sign \x579D 12345-146-1 垝
+sign \x579E 1346-12-3 垞
+sign \x579F 245-25-3 垟
+sign \x57A0 1245-1246-3 垠
+sign \x57A2 13-16-4 垢
+sign \x57A3 2346-3 垣
+sign \x57A4 2345-23456-3 垤
+sign \x57AE 12456-12 垮
+sign \x57B5 456-1 垵
+sign \x57B8 23-1 垸
+sign \x57C2 13-1245-1 埂
+sign \x57C3 346-0 埃
+sign \x57C6 1235-12456-5 埆
+sign \x57C7 245-236-1 埇
+sign \x57CB 134-346-3 埋
+sign \x57CC 123-56-2 埌
+sign \x57CE 234-356-3 城
+sign \x57CF 256-3 埏
+sign \x57D2 123-12356-5 埒
+sign \x57D4 1234-1236-4 埔
+sign \x57D5 1346-356-3 埕
+sign \x57D7 1234-1236-1 埗
+sign \x57DC 245-15-6 埜
+sign \x57DE 2345-2356-2 埞
+sign \x57DF 2456-1235-3 域
+sign \x57E0 124-16-2 埠
+sign \x57E1 12-4 埡
+sign \x57E2 13-23-2 埢
+sign \x57E3 13-23-2
+sign \x57E4 12346-125-3 埤
+sign \x57E5 12346-125-3
+sign \x57E7 13-245-2 埧
+sign \x57E8 13-245-2
+sign \x57ED 2345-146-2 埭
+sign \x57F0 1346-126-4 埰
+sign \x57F2 12346-236 埲
+sign \x57F3 125-456-1 埳
+sign \x57F4 14-1235-3 埴
+sign \x57F5 2345-135-1 埵
+sign \x57F6 234-146-4 埶
+sign \x57F7 14-26 執
+sign \x57F8 245-1235-3 埸
+sign \x57F9 12346-1256-3 培
+sign \x57FA 13-125 基
+sign \x57FB 14-234-1 埻
+sign \x57FC 1235-125-3 埼
+sign \x57FD 234-1236-4 埽
+sign \x5800 12345-35-3 堀
+sign \x5801 124-135-4 堁
+sign \x5802 23456-56-3 堂
+sign \x5803 12456-1246 堃
+sign \x5804 1245-146-3 堄
+sign \x5805 13-256 堅
+sign \x5806 2345-245 堆
+sign \x5807 13-1246-1 堇
+sign \x5808 13-56 堈
+sign \x5809 245-12345-3 堉
+sign \x580A 12456-5 堊
+sign \x580B 12346-1245-3 堋
+sign \x580C 13-136-4 堌
+sign \x580D 23456-126-4 堍
+sign \x580E 123-356-3 堎
+sign \x5810 1245-346-3 堐
+sign \x5819 245-1246 堙
+sign \x581B 12346-125-4 堛
+sign \x581D 2456-135 堝
+sign \x581E 2345-12346-3 堞
+sign \x5820 125-16-2 堠
+sign \x5821 1234-1236-1 堡
+sign \x5824 23456-146-3 堤
+sign \x5826 13-346
+sign \x5827 23-3 堧
+sign \x5828 126-1 堨
+sign \x582A 125-456 堪
+sign \x582D 2456-56-3 堭
+sign \x582E 1245-12456-3 堮
+sign \x582F 13456-3 堯
+sign \x5830 256-1 堰
+sign \x5831 1234-1236-4 報
+sign \x5832 14-1235 堲
+sign \x5834 1346-25-3 場
+sign \x5835 2345-1236-1 堵
+sign \x583D 13-56 堽
+sign \x583F 13-45-1 堿
+sign \x5848 1235-125-4 塈
+sign \x584A 124-346-4 塊
+sign \x584B 245-356-3 塋
+sign \x584C 23456-1234-5 塌
+sign \x584D 234-356-3 塍
+sign \x584F 125-126-1 塏
+sign \x5851 234-1236-4 塑
+sign \x5852 234-24-3 塒
+sign \x5853 134-1235-3 塓
+sign \x5854 23456-1234-5 塔
+sign \x5857 23456-1236-3 塗
+sign \x5858 23456-56-3 塘
+sign \x5859 1235-12456-5 塙
+sign \x585A 1346-236-1 塚
+sign \x585E 234-46 塞
+sign \x5862 1236-4 塢
+sign \x5864 125-23 塤
+sign \x5868 13-236 塨
+sign \x586B 23456-256-3 填
+sign \x586D 2456-1246
+sign \x5871 123-56-6 塱
+sign \x5873 1234-236-2 塳
+sign \x5874 1234-14-2 塴
+sign \x5875 1346-1246-3 塵
+sign \x5879 1346-235-4 塹
+sign \x587C 14-23 塼
+sign \x587D 234-56-1 塽
+sign \x587E 234-12345-3 塾
+sign \x587F 123-16-3 塿
+sign \x5880 1346-24-3 墀
+sign \x5881 134-45-2 墁
+sign \x5883 13-356-1 境
+sign \x5885 234-245-2 墅
+sign \x5887 14-25 墇
+sign \x5888 125-456-4 墈
+sign \x5889 245-236-3 墉
+sign \x588A 14-256-4 墊
+sign \x588B 1346-456-1 墋
+sign \x5890 13-1246-1 墐
+sign \x5893 134-1236-2 墓
+sign \x5894 1346-245 墔
+sign \x589C 14-245-2 墜
+sign \x589D 125-34 墝
+sign \x589E 14-1245 增
+sign \x589F 125-245 墟
+sign \x58A0 234-256-2 墠
+sign \x58A1 234-256-2 墡
+sign \x58A3 1234-12345-3 墣
+sign \x58A6 124-45-3 墦
+sign \x58A8 134-46-3 墨
+sign \x58A9 2345-234 墩
+sign \x58AB 14-234 墫
+sign \x58AC 14-245-2 墬
+sign \x58AE 2345-135-2 墮
+sign \x58B1 2345-1245-4 墱
+sign \x58B3 124-1246-3 墳
+sign \x58BA 1236-4 墺
+sign \x58BB 1346-25-3
+sign \x58BC 13-1235 墼
+sign \x58BE 125-1246-1 墾
+sign \x58C1 1234-1235 壁
+sign \x58C5 245-236-1 壅
+sign \x58C6 1234-12456-5 壆
+sign \x58C7 23456-45-3 壇
+sign \x58C8 123-456-6 壈
+sign \x58CE 125-23 壎
+sign \x58D1 1235-12456-5 壑
+sign \x58D2 126-1 壒
+sign \x58D3 2345-5 壓
+sign \x58D4 2345-1236-1 壔
+sign \x58D5 125-1236-3 壕
+sign \x58D6 23-3 壖
+sign \x58D8 123-245-6 壘
+sign \x58D9 1235-56-4 壙
+sign \x58DA 123-1236-3 壚
+sign \x58DC 23456-345-3
+sign \x58DD 2456-146-6 壝
+sign \x58DE 2456-346-2 壞
+sign \x58DF 123-236-6 壟
+sign \x58E0 123-236-6
+sign \x58E3 123-1235
+sign \x58E4 245-25-2 壤
+sign \x58E5 245-25-2
+sign \x58E9 1234-12-4 壩
+sign \x58EB 234-24-2 士
+sign \x58EC 245-456-3 壬
+sign \x58EF 14-56-4 壯
+sign \x58F9 245-35 壹
+sign \x58FA 136-3 壺
+sign \x58FC 136-3 壼
+sign \x58FD 234-16-2 壽
+sign \x58FF 14-234 壿
+sign \x5906 124-236-3 夆
+sign \x590C 123-356-3 夌
+sign \x590D 124-12345 复
+sign \x590F 125-12-2 夏
+sign \x5912 1345-34-3 夒
+sign \x5914 12456-146-3 夔
+sign \x5915 14-1235-3 夕
+sign \x5916 1245-126-2 外
+sign \x5917 23-4 夗
+sign \x5919 234-12345 夙
+sign \x591A 2345-135 多
+sign \x591C 245-15-2 夜
+sign \x591F 13-16-4
+sign \x5920 13-16-4 夠
+sign \x5922 134-236-2 夢
+sign \x5924 245-1246-3 夤
+sign \x5925 124-135-1 夥
+sign \x5927 2345-346-2 大
+sign \x5929 23456-256 天
+sign \x592A 23456-346-4 太
+sign \x592B 124-136 夫
+sign \x592C 12345-346-4 夬
+sign \x592D 13456-0 夭
+sign \x592E 245-25 央
+sign \x592F 125-14 夯
+sign \x5931 234-35 失
+sign \x5937 24-3 夷
+sign \x5938 12456-12 夸
+sign \x593C 12456-56-4 夼
+sign \x593E 13-1234-5 夾
+sign \x5940 1245-1246 奀
+sign \x5944 235-0 奄
+sign \x5947 1235-125-3 奇
+sign \x5948 1345-126-2 奈
+sign \x5949 124-236-2 奉
+sign \x594E 124-1256 奎
+sign \x594F 14-16-4 奏
+sign \x5950 2346-2 奐
+sign \x5951 1235-146-4 契
+sign \x5953 14-12 奓
+sign \x5954 1234-1246 奔
+sign \x5955 245-1235-3 奕
+sign \x5957 23456-1236-4 套
+sign \x5958 14-56 奘
+sign \x595A 125-146-3 奚
+sign \x5960 2345-256-2 奠
+sign \x5961 1245-1236-2 奡
+sign \x5962 1346-15 奢
+sign \x5967 1236-4 奧
+sign \x5969 123-235-3 奩
+sign \x596A 2345-12356-3 奪
+sign \x596B 2456-1246 奫
+sign \x596D 234-1235 奭
+sign \x596E 124-1246-6 奮
+sign \x5970 1234-125-2 奰
+sign \x5972 2345-135-1 奲
+sign \x5973 1345-245-6 女
+sign \x5974 1345-1236-3 奴
+sign \x5976 1345-346-6 奶
+sign \x5978 13-45 奸
+sign \x5979 23456-12 她
+sign \x597C 1346-12-4 奼
+sign \x597D 125-1236-1 好
+sign \x597E 234-13456-2 奾
+sign \x5981 14-246-5 妁
+sign \x5982 1456-3 如
+sign \x5983 124-125 妃
+sign \x5984 134-56-6 妄
+sign \x598A 245-456-3 妊
+sign \x598D 256-3 妍
+sign \x598E 13-346-4 妎
+sign \x5990 14-236 妐
+sign \x5992 2345-1236-4 妒
+sign \x5993 13-125-2 妓
+sign \x5996 13456-1 妖
+sign \x5997 1235-456-6 妗
+sign \x5998 2456-1246-3 妘
+sign \x5999 134-13456-2 妙
+sign \x599D 14-56 妝
+sign \x599E 1345-16-1 妞
+sign \x59A3 1234-125-1 妣
+sign \x59A4 1456-3 妤
+sign \x59A5 23456-135-6 妥
+sign \x59A6 124-236 妦
+sign \x59A8 124-56-3 妨
+sign \x59AE 1345-125-3 妮
+sign \x59AF 14-12345-3 妯
+sign \x59B2 23456-45-1 妲
+sign \x59B3 1345-125-6 妳
+sign \x59B5 23456-16-1 妵
+sign \x59B9 134-1256-2 妹
+sign \x59BA 134-1356-3 妺
+sign \x59BB 1346-146 妻
+sign \x59BE 1346-12346-5 妾
+sign \x59C1 125-245-1 姁
+sign \x59C5 1234-2346-4 姅
+sign \x59C6 134-1236-6 姆
+sign \x59C9 14-24
+sign \x59CA 14-24-1 姊
+sign \x59CB 1346-24-1 始
+sign \x59CC 235-6 姌
+sign \x59CD 234-45 姍
+sign \x59CF 134-45-3 姏
+sign \x59D0 14-15-1 姐
+sign \x59D1 13-136 姑
+sign \x59D2 1346-24-6 姒
+sign \x59D3 234-356-4 姓
+sign \x59D4 2456-146-1 委
+sign \x59D8 12346-356-4 姘
+sign \x59D9 245-456-3
+sign \x59DA 13456-3 姚
+sign \x59DC 13-25 姜
+sign \x59DD 234-1456 姝
+sign \x59DE 13-35 姞
+sign \x59E3 13-34-1 姣
+sign \x59E4 13-16-4 姤
+sign \x59E5 123-1236-6 姥
+sign \x59E6 13-45 姦
+sign \x59E7 13-45
+sign \x59E8 24-3 姨
+sign \x59E9 24-3
+sign \x59EA 14-35-3 姪
+sign \x59EC 13-125 姬
+sign \x59EE 125-1245-3 姮
+sign \x59F1 12456-12 姱
+sign \x59FA 234-256-1 姺
+sign \x59FB 245-1246 姻
+sign \x59FD 12345-146-1 姽
+sign \x59FF 14-24 姿
+sign \x5A00 234-236 娀
+sign \x5A01 2456-146 威
+sign \x5A03 2456-12 娃
+sign \x5A09 12346-356 娉
+sign \x5A0C 123-125-6 娌
+sign \x5A11 234-135 娑
+sign \x5A13 134-125-6 娓
+sign \x5A16 1346-12345 娖
+sign \x5A18 1345-25-3 娘
+sign \x5A1B 1456-3 娛
+sign \x5A1C 1345-12-3 娜
+sign \x5A1F 13-23 娟
+sign \x5A20 234-1246 娠
+sign \x5A23 23456-146-6 娣
+sign \x5A25 1245-135-3 娥
+sign \x5A29 134-256-6 娩
+sign \x5A2D 346-0 娭
+sign \x5A36 1346-245-1 娶
+sign \x5A3C 1346-25 娼
+sign \x5A40 135-0 婀
+sign \x5A41 123-16-3 婁
+sign \x5A46 12346-135-3 婆
+sign \x5A49 23-1 婉
+sign \x5A4A 1234-13456-1 婊
+sign \x5A50 135-0 婐
+sign \x5A51 2456-135 婑
+sign \x5A53 124-125-3 婓
+sign \x5A55 14-23456-5 婕
+sign \x5A57 1245-146-3 婗
+sign \x5A5A 124-1246 婚
+sign \x5A5E 125-1245-2 婞
+sign \x5A60 2346-0 婠
+sign \x5A62 12346-125-6 婢
+sign \x5A63 245-1246
+sign \x5A65 1346-246-5 婥
+sign \x5A66 124-136-6 婦
+sign \x5A6A 123-345-3 婪
+sign \x5A6C 245-456-3 婬
+sign \x5A6D 12-4 婭
+sign \x5A77 23456-356-3 婷
+sign \x5A78 2345-56-2 婸
+sign \x5A7A 134-1236-2 婺
+sign \x5A7C 245-246-3 婼
+sign \x5A7E 23456-16
+sign \x5A7F 234-146-4 婿
+sign \x5A8C 134-34-3 媌
+sign \x5A90 125-125 媐
+sign \x5A92 134-1256-3 媒
+sign \x5A95 456-0 媕
+sign \x5A9A 134-125-3 媚
+sign \x5A9B 2346-3 媛
+sign \x5A9E 23456-146-3 媞
+sign \x5A9F 234-23456-5 媟
+sign \x5AA0 23456-135-6
+sign \x5AA2 134-1236-2 媢
+sign \x5AA6 2456-146-2 媦
+sign \x5AA7 2456-135 媧
+sign \x5AAE 23456-16 媮
+sign \x5AAF 12345-146 媯
+sign \x5AB1 13456-3 媱
+sign \x5AB2 1234-125-1 媲
+sign \x5AB3 234-1235 媳
+sign \x5AB5 245-356-2 媵
+sign \x5AB8 1346-24 媸
+sign \x5ABA 134-125-6 媺
+sign \x5ABB 12346-2346-3 媻
+sign \x5ABC 1236-1 媼
+sign \x5ABD 134-12 媽
+sign \x5ABE 13-16-4 媾
+sign \x5ABF 12456-146-4 媿
+sign \x5AC1 13-12-4 嫁
+sign \x5AC2 234-1236-1 嫂
+sign \x5AC4 23-3 嫄
+sign \x5AC7 134-356-6 嫇
+sign \x5AC8 245-356 嫈
+sign \x5AC9 14-35-3 嫉
+sign \x5ACB 1345-13456-6 嫋
+sign \x5ACC 235-3 嫌
+sign \x5ACF 123-56-3
+sign \x5AD6 12346-13456-3
+sign \x5AD7 1456-1 嫗
+sign \x5AD8 123-245-3 嫘
+sign \x5ADB 24-0 嫛
+sign \x5ADC 14-25 嫜
+sign \x5ADF 1345-1235 嫟
+sign \x5AE0 123-125-3 嫠
+sign \x5AE1 2345-1235 嫡
+sign \x5AE3 256-0 嫣
+sign \x5AE5 14-23 嫥
+sign \x5AE6 234-25-3 嫦
+sign \x5AE9 1345-23-2 嫩
+sign \x5AEB 134-1236-3 嫫
+sign \x5AEE 136-2 嫮
+sign \x5AF2 134-12-3 嫲
+sign \x5AF5 134-1236-6 嫵
+sign \x5AF7 23456-135-6 嫷
+sign \x5AFB 125-45-3 嫻
+sign \x5AFD 123-13456-3 嫽
+sign \x5AFF 2456-13-3 嫿
+sign \x5B03 234-245 嬃
+sign \x5B05 2456-12-3
+sign \x5B08 13456-3 嬈
+sign \x5B09 125-125 嬉
+sign \x5B0B 234-235-3 嬋
+sign \x5B0C 13-13456 嬌
+sign \x5B16 12346-125-4 嬖
+sign \x5B17 234-256-2 嬗
+sign \x5B19 1346-25-3 嬙
+sign \x5B1B 2456-45-3 嬛
+sign \x5B1D 1345-13456-6 嬝
+sign \x5B21 126-4 嬡
+sign \x5B24 134-12 嬤
+sign \x5B25 23456-13456-3
+sign \x5B2A 1234-1246-4 嬪
+sign \x5B2C 1456-3 嬬
+sign \x5B2D 1345-346-6 嬭
+sign \x5B30 245-356 嬰
+sign \x5B32 1345-16 嬲
+sign \x5B34 245-356-3 嬴
+sign \x5B38 234-456-1 嬸
+sign \x5B3E 123-45-6 嬾
+sign \x5B3F 256-4 嬿
+sign \x5B40 234-25 孀
+sign \x5B43 1345-25-3 孃
+sign \x5B45 1346-235 孅
+sign \x5B4C 123-23-1 孌
+sign \x5B50 14-24-1 子
+sign \x5B51 1235-23456-5 孑
+sign \x5B53 1235-12356-5 孓
+sign \x5B54 125-236-1 孔
+sign \x5B55 245-1246-2 孕
+sign \x5B56 134-12 孖
+sign \x5B57 14-24-2 字
+sign \x5B58 1346-23-3 存
+sign \x5B5A 124-136 孚
+sign \x5B5B 1234-1356-3 孛
+sign \x5B5C 14-24 孜
+sign \x5B5D 125-34-4 孝
+sign \x5B5F 134-14-2 孟
+sign \x5B62 1234-34 孢
+sign \x5B63 12345-146-4 季
+sign \x5B64 13-136 孤
+sign \x5B65 1345-1236-3 孥
+sign \x5B69 125-346-3 孩
+sign \x5B6B 234-23 孫
+sign \x5B6C 1345-16 孬
+sign \x5B6D 134-15 孭
+sign \x5B70 234-12345-3 孰
+sign \x5B71 234-45-3 孱
+sign \x5B72 12-0
+sign \x5B73 14-24 孳
+sign \x5B75 124-136 孵
+sign \x5B76 14-24
+sign \x5B78 125-12456-3 學
+sign \x5B7A 1456-3 孺
+sign \x5B7B 123-346 孻
+sign \x5B7D 12346-3 孽
+sign \x5B7F 123-23-3 孿
+sign \x5B81 1345-356-3 宁
+sign \x5B82 245-236-1
+sign \x5B83 23456-12 它
+sign \x5B84 12345-146-1 宄
+sign \x5B85 14-13-3 宅
+sign \x5B87 1456-6 宇
+sign \x5B88 234-16-1 守
+sign \x5B89 1345-0 安
+sign \x5B8B 234-236-4 宋
+sign \x5B8C 23-3 完
+sign \x5B8E 1245-34-3 宎
+sign \x5B8F 2456-1245-3 宏
+sign \x5B93 134-35-3 宓
+sign \x5B95 2345-56-2 宕
+sign \x5B97 14-236 宗
+sign \x5B98 13-2346 官
+sign \x5B99 14-16-2 宙
+sign \x5B9A 2345-356-2 定
+sign \x5B9B 23-1 宛
+sign \x5B9C 24-3 宜
+sign \x5BA2 125-13-5 客
+sign \x5BA3 234-23 宣
+sign \x5BA4 234-35 室
+sign \x5BA5 245-16-2 宥
+sign \x5BA6 2456-45-2 宦
+sign \x5BA7 24-3 宧
+sign \x5BAC 234-356-3 宬
+sign \x5BAD 12456-1246-3 宭
+sign \x5BAE 13-236 宮
+sign \x5BB0 14-126-1 宰
+sign \x5BB3 125-126-2 害
+sign \x5BB4 256-4 宴
+sign \x5BB5 234-13456 宵
+sign \x5BB6 13-12 家
+sign \x5BB8 234-1246-3 宸
+sign \x5BB9 245-236-3 容
+sign \x5BBF 234-12345 宿
+sign \x5BC0 1346-126-4 寀
+sign \x5BC1 14-345-1 寁
+sign \x5BC2 14-1235-3 寂
+sign \x5BC4 13-125-4 寄
+sign \x5BC5 245-1246-3 寅
+sign \x5BC6 134-35-3 密
+sign \x5BC7 1235-16-4 寇
+sign \x5BCC 124-136-4 富
+sign \x5BD0 134-125-2 寐
+sign \x5BD1 1346-456-1 寑
+sign \x5BD2 125-1345-3 寒
+sign \x5BD3 1456-2 寓
+sign \x5BD4 234-35-3 寔
+sign \x5BD6 14-456-4 寖
+sign \x5BD8 14-24-4 寘
+sign \x5BDE 134-12456-3 寞
+sign \x5BDF 1346-2345-5 察
+sign \x5BE0 123-16-3 寠
+sign \x5BE1 12345-12-1 寡
+sign \x5BE2 1346-456-1 寢
+sign \x5BE4 1245-2 寤
+sign \x5BE5 123-13456-3 寥
+sign \x5BE6 234-35-3 實
+sign \x5BE7 1345-356-3 寧
+sign \x5BE8 14-346-2 寨
+sign \x5BE9 234-456-1 審
+sign \x5BEA 2456-146-1 寪
+sign \x5BEB 234-15-1 寫
+sign \x5BEC 124-2346 寬
+sign \x5BEE 123-13456-3 寮
+sign \x5BEF 14-234-4 寯
+sign \x5BF0 2456-45-3 寰
+sign \x5BF5 1346-236-1 寵
+sign \x5BF6 1234-1236-1 寶
+sign \x5BF8 1346-23-4 寸
+sign \x5BFA 14-24-2 寺
+sign \x5C01 124-236 封
+sign \x5C03 124-136 尃
+sign \x5C04 234-15-2 射
+sign \x5C07 14-25 將
+sign \x5C08 14-23 專
+sign \x5C09 2456-146-4 尉
+sign \x5C0A 14-23 尊
+sign \x5C0B 1346-456-3 尋
+sign \x5C0C 234-1456-2 尌
+sign \x5C0D 2345-245-4 對
+sign \x5C0E 2345-1236-2 導
+sign \x5C0F 234-13456-1 小
+sign \x5C11 234-13456-1 少
+sign \x5C12 24-6 尒
+sign \x5C14 24-6
+sign \x5C15 13-12-6 尕
+sign \x5C16 14-235 尖
+sign \x5C1A 234-25-2 尚
+sign \x5C1F 234-256-1 尟
+sign \x5C22 245-16-3 尢
+sign \x5C24 245-16-3 尤
+sign \x5C25 123-13456-2 尥
+sign \x5C28 12346-56-3 尨
+sign \x5C2A 2456-56 尪
+sign \x5C2C 13-346-4 尬
+sign \x5C30 1346-236-4 尰
+sign \x5C31 14-16-2 就
+sign \x5C37 13-345-4 尷
+sign \x5C38 234-24 尸
+sign \x5C39 2456-1246-6 尹
+sign \x5C3A 1346-2456-5 尺
+sign \x5C3B 125-34 尻
+sign \x5C3C 1345-125-3 尼
+sign \x5C3E 134-125-6 尾
+sign \x5C3F 1345-13456-2 尿
+sign \x5C40 13-12345-3 局
+sign \x5C41 12346-125-4 屁
+sign \x5C44 1234-125 屄
+sign \x5C45 13-245 居
+sign \x5C46 13-346-4 屆
+sign \x5C48 2456-35 屈
+sign \x5C4B 12345-0 屋
+sign \x5C4C 2345-13456-1 屌
+sign \x5C4D 234-24 屍
+sign \x5C4E 234-24-1 屎
+sign \x5C4F 12346-356-3 屏
+sign \x5C50 1235-2456-3 屐
+sign \x5C51 234-23456-5 屑
+sign \x5C55 14-256-1 展
+sign \x5C59 135-0 屙
+sign \x5C5C 23456-146-4 屜
+sign \x5C5D 124-146-2 屝
+sign \x5C60 23456-1236-3 屠
+sign \x5C62 123-245-6 屢
+sign \x5C63 234-346-1 屣
+sign \x5C64 1346-1245-3 層
+sign \x5C65 123-125-6 履
+sign \x5C67 234-23456-5 屧
+sign \x5C68 13-245-4 屨
+sign \x5C69 125-13456 屩
+sign \x5C6A 123-13456-3 屪
+sign \x5C6C 234-12345-3 屬
+sign \x5C6D 125-125-4 屭
+sign \x5C6E 1346-23456-5 屮
+sign \x5C6F 23456-23-3 屯
+sign \x5C71 234-45 山
+sign \x5C73 2345-1236 屳
+sign \x5C74 123-1235-3 屴
+sign \x5C79 1245-35-3 屹
+sign \x5C7A 125-125-1 屺
+sign \x5C7C 1245-35-3 屼
+sign \x5C7E 234-1246 屾
+sign \x5C88 1245-12-3 岈
+sign \x5C8A 13-23456-5 岊
+sign \x5C8C 1235-26 岌
+sign \x5C8D 125-256 岍
+sign \x5C8F 23-3 岏
+sign \x5C90 1235-125-3 岐
+sign \x5C91 234-456-3 岑
+sign \x5C94 1346-12-4 岔
+sign \x5C9D 14-13-5 岝
+sign \x5C9E 14-12456-5
+sign \x5CA1 13-56 岡
+sign \x5CA2 125-135-1 岢
+sign \x5CA3 13-16-1 岣
+sign \x5CA7 23456-13456-3
+sign \x5CA8 14-245 岨
+sign \x5CA9 1245-345-3 岩
+sign \x5CAB 14-16-2 岫
+sign \x5CAC 13-1234-5 岬
+sign \x5CAD 123-356-6 岭
+sign \x5CB1 2345-126-2 岱
+sign \x5CB3 1245-12456-3 岳
+sign \x5CB5 136-2 岵
+sign \x5CB7 134-1246-3 岷
+sign \x5CB8 1245-1345-2 岸
+sign \x5CC6 13-26-5 峆
+sign \x5CC7 1234-12 峇
+sign \x5CCB 234-234 峋
+sign \x5CCE 123-56-6 峎
+sign \x5CD2 2345-236-2 峒
+sign \x5CD9 234-24-2 峙
+sign \x5CE8 1245-135-3 峨
+sign \x5CEA 1456-2 峪
+sign \x5CED 1346-13456-4 峭
+sign \x5CEE 12456-1246 峮
+sign \x5CEF 124-236
+sign \x5CF0 124-236 峰
+sign \x5CF1 123-16-3 峱
+sign \x5CF4 256-2 峴
+sign \x5CF6 2345-1236-1 島
+sign \x5CFB 14-234-4 峻
+sign \x5CFD 125-1234-3 峽
+sign \x5CFF 1245-3 峿
+sign \x5D00 123-56-6 崀
+sign \x5D01 125-456-4 崁
+sign \x5D06 125-236 崆
+sign \x5D07 234-236-3 崇
+sign \x5D0B 2456-12-2 崋
+sign \x5D0D 123-126-3 崍
+sign \x5D0E 1235-125 崎
+sign \x5D11 12456-1246 崑
+sign \x5D12 14-1346 崒
+sign \x5D14 1346-245 崔
+sign \x5D16 1245-346-3 崖
+sign \x5D17 13-56 崗
+sign \x5D18 123-234-3
+sign \x5D19 123-234-3 崙
+sign \x5D1A 123-356-3 崚
+sign \x5D1B 12345-35-3 崛
+sign \x5D1E 12345-12456-5
+sign \x5D1F 245-456-3 崟
+sign \x5D22 14-1245 崢
+sign \x5D23 2456-146-1 崣
+sign \x5D24 1245-34-3 崤
+sign \x5D26 235-0 崦
+sign \x5D27 234-236 崧
+sign \x5D29 1234-1245 崩
+sign \x5D2E 13-136-4 崮
+sign \x5D31 14-46 崱
+sign \x5D34 2456-146 崴
+sign \x5D36 124-236 崶
+sign \x5D37 1346-16-3 崷
+sign \x5D3A 24-3 崺
+sign \x5D3D 14-126-1 崽
+sign \x5D3F 1245-12456-3 崿
+sign \x5D42 123-1346-3 嵂
+sign \x5D47 125-146-3 嵇
+sign \x5D4A 234-356-2 嵊
+sign \x5D4B 134-125-3 嵋
+sign \x5D4C 125-456-2 嵌
+sign \x5D4E 1456-3 嵎
+sign \x5D50 123-345-3 嵐
+sign \x5D51 125-124-5 嵑
+sign \x5D52 1245-345-3 嵒
+sign \x5D69 234-236 嵩
+sign \x5D6B 14-24 嵫
+sign \x5D6C 1245-146-3 嵬
+sign \x5D6F 1346-135 嵯
+sign \x5D72 23456-3 嵲
+sign \x5D7A 123-13456-3 嵺
+sign \x5D7D 2345-146-4 嵽
+sign \x5D7E 1346-345 嵾
+sign \x5D81 123-16-6 嶁
+sign \x5D82 14-25-4 嶂
+sign \x5D84 14-345-1 嶄
+sign \x5D87 1235-245 嶇
+sign \x5D8D 14-1234-3 嶍
+sign \x5D92 1346-1245-3 嶒
+sign \x5D93 1234-135 嶓
+sign \x5D94 245-456 嶔
+sign \x5D97 123-1236-3 嶗
+sign \x5D99 123-234-3 嶙
+sign \x5D9D 2345-1245-1 嶝
+sign \x5DA0 13-13456-2 嶠
+sign \x5DA1 1235-12356-5 嶡
+sign \x5DA2 13456-3 嶢
+sign \x5DA7 245-1235-3 嶧
+sign \x5DA8 125-12456-3 嶨
+sign \x5DA9 1345-34-3 嶩
+sign \x5DAD 23456-3 嶭
+sign \x5DAE 125-235-1 嶮
+sign \x5DB0 125-346-6 嶰
+sign \x5DB1 125-135 嶱
+sign \x5DB2 234-245-6 嶲
+sign \x5DB4 34-4 嶴
+sign \x5DB7 24-3 嶷
+sign \x5DB8 2456-356-3 嶸
+sign \x5DBA 123-356-6 嶺
+sign \x5DBC 14-245-2 嶼
+sign \x5DBD 1245-12456-3 嶽
+sign \x5DC0 14-23456-3 巀
+sign \x5DC2 12456-146
+sign \x5DC3 123-236-3 巃
+sign \x5DC7 125-125-4 巇
+sign \x5DC9 1346-345-3 巉
+sign \x5DCB 12456-146 巋
+sign \x5DCD 1245-146-3 巍
+sign \x5DD1 1346-23-3 巑
+sign \x5DD2 123-23-3 巒
+sign \x5DD4 2345-256 巔
+sign \x5DD6 1245-345-3 巖
+sign \x5DD8 256-6 巘
+sign \x5DDD 1346-23 川
+sign \x5DDE 14-16 州
+sign \x5DDF 124-56 巟
+sign \x5DE0 13-356 巠
+sign \x5DE1 1346-234-3 巡
+sign \x5DE2 1346-34-3 巢
+sign \x5DE5 13-236 工
+sign \x5DE6 14-135-1 左
+sign \x5DE7 125-34-1 巧
+sign \x5DE8 13-245-2 巨
+sign \x5DEB 134-1236-3 巫
+sign \x5DEE 1346-12 差
+sign \x5DF0 1235-16-3 巰
+sign \x5DF1 13-125-1 己
+sign \x5DF2 24-6 已
+sign \x5DF3 14-24-2 巳
+sign \x5DF4 1234-12 巴
+sign \x5DF7 125-56-2 巷
+sign \x5DFD 234-234-4 巽
+sign \x5DFE 13-1246 巾
+sign \x5DFF 124-35 巿
+sign \x5E02 234-24-6 市
+sign \x5E03 1234-1236-4 布
+sign \x5E04 23456-16 帄
+sign \x5E05 2345-45-2
+sign \x5E06 124-45-3 帆
+sign \x5E07 14-16-2
+sign \x5E08 14-1245
+sign \x5E09 124-1246-6
+sign \x5E0B 14-24-1
+sign \x5E0C 125-125 希
+sign \x5E10 125-45-6
+sign \x5E11 23456-56-1 帑
+sign \x5E14 12346-125-4 帔
+sign \x5E15 12346-13-5 帕
+sign \x5E16 23456-12346-5
+sign \x5E18 123-235-3 帘
+sign \x5E19 2345-23456-3 帙
+sign \x5E1A 14-34-1 帚
+sign \x5E1B 1234-13-3 帛
+sign \x5E1D 2345-146-4 帝
+sign \x5E1F 245-1235-3 帟
+sign \x5E21 12346-356-3 帡
+sign \x5E22 125-26 帢
+sign \x5E23 13-23-4 帣
+sign \x5E24 1456-3 帤
+sign \x5E25 234-245-4 帥
+sign \x5E28 234-245-4 帨
+sign \x5E2B 234-24 師
+sign \x5E2D 14-1235-3 席
+sign \x5E33 14-25-4 帳
+sign \x5E34 14-256-1 帴
+sign \x5E36 2345-346-4 帶
+sign \x5E37 2456-146-3 帷
+sign \x5E38 234-25-3 常
+sign \x5E3D 134-1236-2 帽
+sign \x5E40 14-356-4 幀
+sign \x5E43 2456-146-3 幃
+sign \x5E44 46-0 幄
+sign \x5E45 124-12345 幅
+sign \x5E4B 12346-2346-3 幋
+sign \x5E4C 124-56-1 幌
+sign \x5E4E 134-1235-3 幎
+sign \x5E54 134-45-2 幔
+sign \x5E55 134-12456-3 幕
+sign \x5E57 12345-12456-5
+sign \x5E58 14-1235 幘
+sign \x5E59 134-12456-3 幙
+sign \x5E5B 14-25-4 幛
+sign \x5E5D 14-256-1 幝
+sign \x5E5E 124-12345-3
+sign \x5E5F 1346-24-4 幟
+sign \x5E60 124-136 幠
+sign \x5E61 124-45 幡
+sign \x5E62 2345-236-2 幢
+sign \x5E63 1234-146-2 幣
+sign \x5E66 134-35-3 幦
+sign \x5E67 1346-13456 幧
+sign \x5E68 14-235 幨
+sign \x5E69 124-1246-3 幩
+sign \x5E6A 134-236-3 幪
+sign \x5E6B 1234-56 幫
+sign \x5E6C 1346-16-3 幬
+sign \x5E6E 1346-1456-3 幮
+sign \x5E70 125-256-1 幰
+sign \x5E72 13-1345 干
+sign \x5E73 12346-356-3 平
+sign \x5E74 1345-256-3 年
+sign \x5E75 125-126 幵
+sign \x5E76 1234-356-4 并
+sign \x5E78 125-1245-2 幸
+sign \x5E79 13-1345-4 幹
+sign \x5E7A 13456-0 幺
+sign \x5E7B 2456-45-2 幻
+sign \x5E7C 245-16-4 幼
+sign \x5E7D 245-16 幽
+sign \x5E7E 13-125-1 幾
+sign \x5E80 12346-125-1 庀
+sign \x5E82 1346-24-6 庂
+sign \x5E84 14-56 庄
+sign \x5E87 1234-125-4 庇
+sign \x5E88 2345-356 庈
+sign \x5E89 23456-356-6 庉
+sign \x5E8A 1346-56-3 床
+sign \x5E8B 12345-146-1 庋
+sign \x5E8F 14-245-2 序
+sign \x5E95 2345-146-1 底
+sign \x5E96 12346-34-3 庖
+sign \x5E97 2345-235-4 店
+sign \x5E9A 13-1245 庚
+sign \x5E9C 124-136-1 府
+sign \x5EA0 1346-25-3 庠
+sign \x5EA2 14-35-3 庢
+sign \x5EA4 14-24-2 庤
+sign \x5EA5 245-16 庥
+sign \x5EA6 2345-1236-2 度
+sign \x5EA7 14-135-2 座
+sign \x5EAB 124-136-4 庫
+sign \x5EAC 12346-56-3 庬
+sign \x5EAD 23456-356-3 庭
+sign \x5EB3 12346-125-6 庳
+sign \x5EB5 456-0 庵
+sign \x5EB6 234-1456-4 庶
+sign \x5EB7 125-56 康
+sign \x5EB8 245-236-3 庸
+sign \x5EB9 23456-12456-5
+sign \x5EBE 1456-3 庾
+sign \x5EC1 1346-24-4 廁
+sign \x5EC2 234-25 廂
+sign \x5EC4 13-16-4 廄
+sign \x5EC8 125-12-2 廈
+sign \x5EC9 123-235-3 廉
+sign \x5ECA 123-56-3 廊
+sign \x5ECB 234-16 廋
+sign \x5ECC 14-24-2 廌
+sign \x5ECE 1235-356-1 廎
+sign \x5ED1 13-1246-1 廑
+sign \x5ED2 1245-1236-3 廒
+sign \x5ED3 12456-12456-5
+sign \x5ED4 123-16-3 廔
+sign \x5ED5 245-456-4 廕
+sign \x5ED6 123-13456-2 廖
+sign \x5ED9 24-2 廙
+sign \x5EDA 1346-1456-3 廚
+sign \x5EDB 1346-256-3 廛
+sign \x5EDC 23456-1236-3 廜
+sign \x5EDD 234-24 廝
+sign \x5EDF 134-13456-2 廟
+sign \x5EE0 1346-56-1 廠
+sign \x5EE1 134-1236-3 廡
+sign \x5EE2 124-146-4 廢
+sign \x5EE3 12345-56-1 廣
+sign \x5EE7 1346-25-3 廧
+sign \x5EE8 13-346-1 廨
+sign \x5EE9 123-456-6 廩
+sign \x5EEC 123-1236-3 廬
+sign \x5EEE 245-356-1 廮
+sign \x5EEF 234-256-1 廯
+sign \x5EF1 245-236 廱
+sign \x5EF3 23456-2356 廳
+sign \x5EF6 256-3 延
+sign \x5EF7 23456-356-3 廷
+sign \x5EFA 13-256-4 建
+sign \x5EFB 1256-3
+sign \x5EFE 13-236-1 廾
+sign \x5EFF 245-12-2 廿
+sign \x5F01 1234-256-2 弁
+sign \x5F02 24-2 异
+sign \x5F04 123-236-2 弄
+sign \x5F07 235-1 弇
+sign \x5F08 245-1235-3 弈
+sign \x5F0A 1234-146-2 弊
+sign \x5F0B 245-1235-3 弋
+sign \x5F0C 245-35
+sign \x5F0F 234-1235 式
+sign \x5F12 234-24-4 弒
+sign \x5F13 13-236 弓
+sign \x5F14 2345-13456-4 弔
+sign \x5F15 245-1246-6 引
+sign \x5F17 124-35 弗
+sign \x5F18 2456-1245-3 弘
+sign \x5F1B 1346-24-3 弛
+sign \x5F1F 2345-146-2 弟
+sign \x5F22 23456-1236 弢
+sign \x5F24 2345-146-1 弤
+sign \x5F26 256-3 弦
+sign \x5F27 136-3 弧
+sign \x5F28 1346-13456 弨
+sign \x5F29 1345-1236-6 弩
+sign \x5F2D 134-146-6 弭
+sign \x5F2E 125-23 弮
+sign \x5F30 234-34 弰
+sign \x5F31 245-246-3 弱
+sign \x5F35 14-25 張
+sign \x5F36 14-25-4 弶
+sign \x5F37 1235-25-3 強
+sign \x5F38 1234-12345 弸
+sign \x5F3C 1234-35-3 弼
+sign \x5F40 13-16-4 彀
+sign \x5F44 1235-16 彄
+sign \x5F46 1234-23456-3 彆
+sign \x5F48 2345-45-2 彈
+sign \x5F49 12456-12456-5
+sign \x5F4A 1235-25-6 彊
+sign \x5F4B 12345-1245 彋
+sign \x5F4C 1345-125-3 彌
+sign \x5F4E 2456-45 彎
+sign \x5F4F 124-12456-5 彏
+sign \x5F54 123-12345-3 彔
+sign \x5F56 23456-234-4 彖
+sign \x5F57 234-245-2 彗
+sign \x5F58 14-24-2 彘
+sign \x5F59 1256-2 彙
+sign \x5F5C 24-0
+sign \x5F5D 24-3 彝
+sign \x5F62 245-356-3 形
+sign \x5F64 23456-236-3 彤
+sign \x5F65 256-2 彥
+sign \x5F67 245-12345 彧
+sign \x5F69 1346-126-1 彩
+sign \x5F6A 1234-13456 彪
+sign \x5F6B 2345-13456 彫
+sign \x5F6C 1234-1246 彬
+sign \x5F6D 12346-14-3 彭
+sign \x5F6F 12346-13456 彯
+sign \x5F70 14-25 彰
+sign \x5F71 245-356-1 影
+sign \x5F73 1346-1235 彳
+sign \x5F77 124-56-1 彷
+sign \x5F78 14-236 彸
+sign \x5F79 245-1235-3 役
+sign \x5F7C 1234-125-1 彼
+sign \x5F7F 124-35 彿
+sign \x5F80 2456-56-6 往
+sign \x5F81 14-356 征
+sign \x5F82 1346-1236-3 徂
+sign \x5F85 2345-126-2 待
+sign \x5F87 234-234 徇
+sign \x5F88 125-1246-1 很
+sign \x5F89 245-25-3 徉
+sign \x5F8A 1256-3 徊
+sign \x5F8B 123-1346-3 律
+sign \x5F8C 125-16-2 後
+sign \x5F90 1346-245-3 徐
+sign \x5F91 13-356-4 徑
+sign \x5F92 23456-1236-3 徒
+sign \x5F97 2345-46 得
+sign \x5F98 12346-1256-3 徘
+sign \x5F99 234-346-1 徙
+sign \x5F9B 13-125-4 徛
+sign \x5F9C 234-25-3 徜
+sign \x5F9E 1346-236-3 從
+sign \x5FA0 123-126-3 徠
+sign \x5FA1 1456-2 御
+sign \x5FA7 12346-256-4
+sign \x5FA8 2456-56-3 徨
+sign \x5FA9 124-12345-3 復
+sign \x5FAA 1346-234-3 循
+sign \x5FAC 12346-56-3 徬
+sign \x5FAD 13456-3 徭
+sign \x5FAE 134-125-3 微
+sign \x5FAF 125-146-3 徯
+sign \x5FB5 14-356 徵
+sign \x5FB7 2345-46 德
+sign \x5FB9 1346-23456-5 徹
+sign \x5FBC 13-13456-1 徼
+sign \x5FBD 124-146 徽
+sign \x5FBF 123-236-6 徿
+sign \x5FC0 1345-56-6 忀
+sign \x5FC3 234-456 心
+sign \x5FC5 1234-23456 必
+sign \x5FC9 23456-1236 忉
+sign \x5FCC 13-125-2 忌
+sign \x5FCD 245-1246-1 忍
+sign \x5FCF 1346-345-4 忏
+sign \x5FD0 23456-45-1 忐
+sign \x5FD1 23456-1235 忑
+sign \x5FD2 23456-1235 忒
+sign \x5FD5 23456-346-4 忕
+sign \x5FD6 1346-23-1 忖
+sign \x5FD7 14-24-4 志
+sign \x5FD8 134-56-3 忘
+sign \x5FD9 134-56-3 忙
+sign \x5FDD 23456-235-1 忝
+sign \x5FDE 134-1246-3 忞
+sign \x5FDF 134-14-1 忟
+sign \x5FE0 14-236 忠
+sign \x5FE1 1346-236 忡
+sign \x5FE4 1245-6 忤
+sign \x5FE8 2346-2 忨
+sign \x5FEA 234-236 忪
+sign \x5FEB 124-346-4 快
+sign \x5FED 1234-256-2 忭
+sign \x5FEE 14-24-4 忮
+sign \x5FF1 234-456-3 忱
+sign \x5FF3 23456-23-3 忳
+sign \x5FF5 1345-235-2 念
+sign \x5FF7 125-236 忷
+sign \x5FF8 1345-16-1 忸
+sign \x5FFB 245-1246 忻
+sign \x5FFD 124-35 忽
+sign \x5FFF 124-1246-6 忿
+sign \x6000 2456-346-3 怀
+sign \x600A 2345-13456 怊
+sign \x600B 134-1246-6 怋
+sign \x600D 14-12456-3 怍
+sign \x600E 14-456-1 怎
+sign \x600F 245-25-1 怏
+sign \x6010 125-16-2 怐
+sign \x6012 1345-1236-2 怒
+sign \x6013 1345-34-3 怓
+sign \x6014 14-356 怔
+sign \x6015 12346-12-4 怕
+sign \x6016 1234-1236-4 怖
+sign \x6017 23456-12346-5
+sign \x6019 136-2 怙
+sign \x601A 1346-1236 怚
+sign \x601B 23456-45-1 怛
+sign \x601C 123-256-3 怜
+sign \x601D 234-24 思
+sign \x601E 245-16-3 怞
+sign \x6020 23456-126-6 怠
+sign \x6021 24-3 怡
+sign \x6025 13-26 急
+sign \x6026 12346-356 怦
+sign \x6027 234-356-4 性
+sign \x6028 23-4 怨
+sign \x6029 1345-125-3 怩
+sign \x602A 12345-346-4 怪
+sign \x602B 124-35-3 怫
+sign \x602E 245-16 怮
+sign \x602F 125-12346-5 怯
+sign \x6033 124-56-1 怳
+sign \x6035 14-1346 怵
+sign \x6039 23456-12 怹
+sign \x6040 1346-24-1 恀
+sign \x6041 245-456-2 恁
+sign \x6042 234-234 恂
+sign \x6043 1346-24-6 恃
+sign \x6045 123-1236-6 恅
+sign \x6046 125-1245-3 恆
+sign \x6047 125-56 恇
+sign \x6049 14-24-1 恉
+sign \x604C 23456-13456 恌
+sign \x604D 124-56-1 恍
+sign \x6050 125-236-1 恐
+sign \x6052 125-1245-3 恒
+sign \x6053 234-146 恓
+sign \x6054 125-34-2 恔
+sign \x6055 234-1456-4 恕
+sign \x6059 245-25-2 恙
+sign \x605A 2456-146-2 恚
+sign \x605B 1256-3 恛
+sign \x605D 13-2345-5 恝
+sign \x605F 125-236 恟
+sign \x6062 124-1256 恢
+sign \x6063 234-24-4 恣
+sign \x6064 234-1346 恤
+sign \x6065 1346-24-1 恥
+sign \x6067 125-1245-3 恧
+sign \x6068 125-1246-2 恨
+sign \x6069 245-1246 恩
+sign \x606A 1235-12456-5 恪
+sign \x606B 2345-236-2 恫
+sign \x606C 23456-235-6 恬
+sign \x606D 13-236 恭
+sign \x606F 234-1235 息
+sign \x6070 125-26 恰
+sign \x607F 245-236-1 恿
+sign \x6081 13-23-4 悁
+sign \x6083 12456-1246-1 悃
+sign \x6084 1346-13456-4 悄
+sign \x6085 12356-3 悅
+sign \x6087 23456-1236-3 悇
+sign \x6089 234-1235 悉
+sign \x608A 14-23456-5 悊
+sign \x608C 2345-146-2 悌
+sign \x608D 125-1345-6 悍
+sign \x6090 23456-1235 悐
+sign \x6092 245-26 悒
+sign \x6094 124-1256-4 悔
+sign \x6095 125-125 悕
+sign \x6096 1234-1256-2 悖
+sign \x609A 234-236-1 悚
+sign \x609B 234-23 悛
+sign \x609D 124-1256 悝
+sign \x609F 1245-2 悟
+sign \x60A0 245-16-3 悠
+sign \x60A2 123-25-2 悢
+sign \x60A3 2456-45-2 患
+sign \x60A8 1345-125-6 您
+sign \x60B0 1346-236-2 悰
+sign \x60B1 124-125-1 悱
+sign \x60B2 1234-125 悲
+sign \x60B4 234-245-2 悴
+sign \x60B5 14-25-4 悵
+sign \x60B6 134-2346-2 悶
+sign \x60B7 123-245-2 悷
+sign \x60B8 12345-146-4 悸
+sign \x60B9 13-2346-1 悹
+sign \x60BA 13-2346-1 悺
+sign \x60BB 125-1245-2 悻
+sign \x60BC 2345-1236-2 悼
+sign \x60BD 1346-146 悽
+sign \x60BE 125-236 悾
+sign \x60C0 123-234-2 惀
+sign \x60C4 1345-1235-3 惄
+sign \x60C5 1346-356-3 情
+sign \x60C6 1346-16-3 惆
+sign \x60C7 2345-234 惇
+sign \x60C8 12345-135-1 惈
+sign \x60C9 14-235 惉
+sign \x60CA 13-356 惊
+sign \x60CB 2346-1 惋
+sign \x60CC 23-4 惌
+sign \x60CE 13-125-2 惎
+sign \x60CF 123-345-3 惏
+sign \x60D1 2456-13-3 惑
+sign \x60D3 1235-23-3 惓
+sign \x60D5 23456-1235 惕
+sign \x60D8 134-56-6 惘
+sign \x60D9 14-12356-5 惙
+sign \x60DA 124-35 惚
+sign \x60DB 124-1246 惛
+sign \x60DC 234-1235 惜
+sign \x60DF 2456-146-3 惟
+sign \x60E0 2456-146-2 惠
+sign \x60E1 12456-5 惡
+sign \x60E6 2345-235-4 惦
+sign \x60F0 2345-135-2 惰
+sign \x60F1 1345-1236-6 惱
+sign \x60F2 2456-1246-2 惲
+sign \x60F3 234-25-1 想
+sign \x60F4 1346-23-1 惴
+sign \x60F6 2456-56-3 惶
+sign \x60F7 1346-234-1 惷
+sign \x60F8 1235-356-3 惸
+sign \x60F9 245-15-6 惹
+sign \x60FA 234-356 惺
+sign \x60FB 1346-46 惻
+sign \x60FE 234-16-4 惾
+sign \x6100 1346-13456-1 愀
+sign \x6101 234-16-3 愁
+sign \x6103 234-23-1 愃
+sign \x6106 125-256 愆
+sign \x6108 1456-2 愈
+sign \x6109 1456-3 愉
+sign \x610A 1234-1235 愊
+sign \x610D 134-1246-6 愍
+sign \x610E 1234-1235 愎
+sign \x610F 24-4 意
+sign \x6110 134-256-6 愐
+sign \x6112 1235-126-4 愒
+sign \x6113 2345-56-2 愓
+sign \x6114 245-456 愔
+sign \x6115 1245-12456-3 愕
+sign \x6116 234-456-3 愖
+sign \x611A 1456-3 愚
+sign \x611B 126-4 愛
+sign \x611C 125-12346-5 愜
+sign \x611F 13-456-1 感
+sign \x6123 123-356-2 愣
+sign \x6127 12456-146-6 愧
+sign \x6128 1235-12456-5 愨
+sign \x612B 234-1236-4 愫
+sign \x612C 234-1236-4 愬
+sign \x612E 13456-3 愮
+sign \x6132 12345-35 愲
+sign \x6134 1346-56-4 愴
+sign \x6137 125-126-1 愷
+sign \x613B 234-234-4 愻
+sign \x613E 1235-126-4 愾
+sign \x613F 23-2 愿
+sign \x6141 2456-1246-2 慁
+sign \x6142 245-236-1
+sign \x6144 123-1346-3 慄
+sign \x6145 234-1236 慅
+sign \x6146 23456-1236 慆
+sign \x6147 245-1246 慇
+sign \x6148 1346-24-3 慈
+sign \x6149 1346-12345 慉
+sign \x614A 125-12346-5 慊
+sign \x614B 23456-346-4 態
+sign \x614C 124-56 慌
+sign \x614D 2456-1246-4 慍
+sign \x614E 234-1246-2 慎
+sign \x6152 14-1236 慒
+sign \x6153 12346-13456-6
+sign \x6155 134-1236-2 慕
+sign \x6158 1346-345-1 慘
+sign \x615A 1346-345-3 慚
+sign \x615D 23456-1235 慝
+sign \x615E 14-25 慞
+sign \x615F 2345-236-2 慟
+sign \x6162 134-45-2 慢
+sign \x6163 12345-45-4 慣
+sign \x6164 1235-12456-5 慤
+sign \x6165 14-1236-2 慥
+sign \x6167 2456-146-2 慧
+sign \x6168 1235-126-4 慨
+sign \x616A 16-4 慪
+sign \x616B 234-236-1 慫
+sign \x616C 1235-1246-3 慬
+sign \x616E 123-245-2 慮
+sign \x6170 2456-146-4 慰
+sign \x6171 23456-23-3 慱
+sign \x6173 125-45 慳
+sign \x6174 234-12346-5 慴
+sign \x6175 245-236-3 慵
+sign \x6176 125-356-4 慶
+sign \x6177 125-56-1 慷
+sign \x6179 14-26 慹
+sign \x617A 123-16-3 慺
+sign \x617C 1346-1235 慼
+sign \x617E 245-12345-3 慾
+sign \x6180 123-13456-3 憀
+sign \x6182 245-16 憂
+sign \x6183 14-236 憃
+sign \x6187 125-125-4
+sign \x6189 12346-14-3 憉
+sign \x618A 1234-125-2 憊
+sign \x618B 1234-23456-5 憋
+sign \x618D 13-13456 憍
+sign \x618E 14-1245 憎
+sign \x6190 123-256-3 憐
+sign \x6191 12346-1245-3 憑
+sign \x6192 1235-1256-1 憒
+sign \x6193 2456-146-2 憓
+sign \x6194 1346-13456-3 憔
+sign \x6196 245-1246-2 憖
+sign \x6199 125-125-1
+sign \x619A 2345-45-2 憚
+sign \x619B 123-345-3 憛
+sign \x619D 2345-245-2 憝
+sign \x61A4 124-1246-6 憤
+sign \x61A7 1346-236 憧
+sign \x61A8 125-456 憨
+sign \x61A9 125-125-4 憩
+sign \x61AA 125-45-3 憪
+sign \x61AB 134-1246-6 憫
+sign \x61AC 13-356-1 憬
+sign \x61AD 123-13456-3 憭
+sign \x61AE 134-1236-6 憮
+sign \x61AF 1346-345-1 憯
+sign \x61B0 1235-12356-5 憰
+sign \x61B1 1346-12345 憱
+sign \x61B2 125-256-4 憲
+sign \x61B6 245-1235 憶
+sign \x61B8 1346-235 憸
+sign \x61BA 2345-345-2 憺
+sign \x61BC 13-356-1 憼
+sign \x61BE 125-456-2 憾
+sign \x61C2 2345-236-1 懂
+sign \x61C3 1235-1246-3 懃
+sign \x61C5 13-245-2 懅
+sign \x61C6 1346-1236-1 懆
+sign \x61C7 125-1246-1 懇
+sign \x61C8 125-346-2 懈
+sign \x61C9 245-356 應
+sign \x61CA 1236-4 懊
+sign \x61CB 134-16-2 懋
+sign \x61CC 245-1235-3 懌
+sign \x61CD 123-456-6 懍
+sign \x61D8 2345-146-4 懘
+sign \x61DE 134-236-1 懞
+sign \x61DF 2345-245-2 懟
+sign \x61E0 1346-146-3 懠
+sign \x61E1 1346-146-3
+sign \x61E3 134-2346-2 懣
+sign \x61E4 1346-16-3 懤
+sign \x61E5 14-24-4 懥
+sign \x61E6 1345-135-2 懦
+sign \x61E7 1345-135-2 懧
+sign \x61E8 235-0 懨
+sign \x61EA 1234-12456-5 懪
+sign \x61EB 14-24-4 懫
+sign \x61ED 12456-56-4 懭
+sign \x61EE 245-16 懮
+sign \x61F0 123-16-3 懰
+sign \x61F2 1346-356-3 懲
+sign \x61F5 134-236-1 懵
+sign \x61F6 123-45-6 懶
+sign \x61F7 2456-346-3 懷
+sign \x61F8 23-3 懸
+sign \x61FA 1346-345-4 懺
+sign \x61FC 13-245-2 懼
+sign \x61FD 124-2346 懽
+sign \x61FE 234-12346-5 懾
+sign \x61FF 24-4 懿
+sign \x6200 123-23-1 戀
+sign \x6201 1345-45-6 戁
+sign \x6204 124-12456-5 戄
+sign \x6207 1245-56-2 戇
+sign \x6208 12345-135 戈
+sign \x6209 12356-3 戉
+sign \x620A 134-1236-2 戊
+sign \x620C 234-1346 戌
+sign \x620D 234-1456-4 戍
+sign \x620E 245-236-3 戎
+sign \x6210 234-356-3 成
+sign \x6211 1245-135-6 我
+sign \x6212 13-346-4 戒
+sign \x6214 14-256 戔
+sign \x6215 1346-25-3 戕
+sign \x6216 2456-13-3 或
+sign \x6219 2345-236-2 戙
+sign \x621A 1346-1235 戚
+sign \x621B 2345-5 戛
+sign \x621F 13-1235 戟
+sign \x6221 125-456 戡
+sign \x6222 1346-26 戢
+sign \x6223 12456-146-3 戣
+sign \x6224 1235-126-4 戤
+sign \x6225 2345-1245-2 戥
+sign \x6227 1346-25 戧
+sign \x6229 14-256-1 戩
+sign \x622A 14-23456-3 截
+sign \x622D 256-1 戭
+sign \x622E 123-12345-3 戮
+sign \x6230 14-256-4 戰
+sign \x6232 125-125-4 戲
+sign \x6233 1346-246-5 戳
+sign \x6234 2345-346-4 戴
+sign \x6236 136-2 戶
+sign \x623D 124-136-4 戽
+sign \x623E 123-245-2 戾
+sign \x623F 124-56-3 房
+sign \x6240 234-135-1 所
+sign \x6241 1234-256-1 扁
+sign \x6242 2345-235-4 扂
+sign \x6243 12345-356 扃
+sign \x6246 24-1 扆
+sign \x6247 234-256-4 扇
+sign \x6248 136-2 扈
+sign \x6249 124-125 扉
+sign \x624A 235-6 扊
+sign \x624B 234-16-1 手
+sign \x624D 1346-126-3 才
+sign \x624E 14-2345-5 扎
+sign \x6250 123-46-3 扐
+sign \x6251 1234-12456 扑
+sign \x6252 12346-12-3 扒
+sign \x6253 2345-12-1 打
+sign \x6254 2456-356 扔
+sign \x6258 23456-12456-5
+sign \x625A 1234-45-2 扚
+sign \x625B 13-56 扛
+sign \x625E 125-1345-2 扞
+sign \x6260 1346-12 扠
+sign \x6261 23456-135 扡
+sign \x6262 125-125-4 扢
+sign \x6263 1235-16-4 扣
+sign \x6264 1245-35-3 扤
+sign \x6266 1346-256 扦
+sign \x626D 1345-16-1 扭
+sign \x626E 1234-45-2 扮
+sign \x626F 1346-15-1 扯
+sign \x6270 13456-6 扰
+sign \x6271 1235-26 扱
+sign \x6272 13-456-2 扲
+sign \x6273 12346-45 扳
+sign \x6276 124-136-3 扶
+sign \x6279 12346-146 批
+sign \x627A 14-24-1 扺
+sign \x627B 14-23456-5 扻
+sign \x627C 46-0 扼
+sign \x627D 2345-234-2 扽
+sign \x627E 14-34-1 找
+sign \x627F 234-356-3 承
+sign \x6280 13-125-2 技
+sign \x6283 1234-256-2 抃
+sign \x6284 1346-34 抄
+sign \x6286 134-1246-6 抆
+sign \x6288 13-16-1 抈
+sign \x6289 1235-12356-5 抉
+sign \x628A 1234-12-1 把
+sign \x628E 234-256-2 抎
+sign \x628F 2456-45-3 抏
+sign \x6291 245-1235 抑
+sign \x6292 234-1456 抒
+sign \x6293 14-34-1 抓
+sign \x6294 12346-16-3 抔
+sign \x6295 23456-16-3 投
+sign \x6296 2345-16-1 抖
+sign \x6297 1235-56-4 抗
+sign \x6298 14-23456-5 折
+sign \x62A6 1234-356-1 抦
+sign \x62A8 12346-356-3 抨
+sign \x62AA 1234-1236-4 抪
+sign \x62AB 12346-125 披
+sign \x62AC 23456-126-3 抬
+sign \x62AE 1346-1246-1 抮
+sign \x62B1 12346-1236-6 抱
+sign \x62B3 1345-125-2 抳
+sign \x62B4 245-146-2 抴
+sign \x62B5 2345-146-1 抵
+sign \x62B6 1346-1235 抶
+sign \x62B9 134-1356-5 抹
+sign \x62BB 1346-1246-1 抻
+sign \x62BC 2345-5 押
+sign \x62BD 1346-16 抽
+sign \x62BE 1235-245 抾
+sign \x62BF 134-1246-6 抿
+sign \x62C2 124-35 拂
+sign \x62C3 14-12-2 拃
+sign \x62C4 14-1456-1 拄
+sign \x62C6 1346-13-5 拆
+sign \x62C7 134-1236-6 拇
+sign \x62C8 1345-235 拈
+sign \x62C9 123-346 拉
+sign \x62CA 124-136-1 拊
+sign \x62CB 12346-34 拋
+sign \x62CC 1234-2346-2 拌
+sign \x62CD 12346-13-5 拍
+sign \x62CE 123-356 拎
+sign \x62CF 1345-12-3 拏
+sign \x62D0 12345-346-1 拐
+sign \x62D1 1235-235-3 拑
+sign \x62D2 1235-245-6 拒
+sign \x62D3 23456-12456-5
+sign \x62D4 1234-35-3 拔
+sign \x62D6 23456-135 拖
+sign \x62D7 34-4 拗
+sign \x62D8 1235-245 拘
+sign \x62D9 14-12356-5 拙
+sign \x62DA 12346-2346-4 拚
+sign \x62DB 14-13456 招
+sign \x62DC 1234-346-4 拜
+sign \x62EB 125-1246-2 拫
+sign \x62EC 1235-1356-5 括
+sign \x62ED 234-1235 拭
+sign \x62EE 13-23456-5 拮
+sign \x62EF 1346-356-1 拯
+sign \x62F1 13-236-1 拱
+sign \x62F3 1235-23-3 拳
+sign \x62F4 234-45 拴
+sign \x62F6 14-2345-5 拶
+sign \x62F7 125-34 拷
+sign \x62F8 1346-24-1 拸
+sign \x62F9 125-12346-3 拹
+sign \x62FC 12346-356-4 拼
+sign \x62FD 245-146-2 拽
+sign \x62FE 234-26-3 拾
+sign \x62FF 1345-12-3 拿
+sign \x6301 1346-24-3 持
+sign \x6302 12345-12-4 挂
+sign \x6303 14-35-3 挃
+sign \x6307 14-24-1 指
+sign \x6308 1235-23456-5 挈
+sign \x6309 1345-4 按
+sign \x630E 12456-12-4 挎
+sign \x6310 1345-12-3 挐
+sign \x6311 23456-13456 挑
+sign \x6313 14-12 挓
+sign \x6316 2456-2345-5 挖
+sign \x6328 1245-346-3 挨
+sign \x632A 1345-135-3 挪
+sign \x632B 1346-135-4 挫
+sign \x632F 14-1246-4 振
+sign \x6332 234-12 挲
+sign \x6336 13-12345-3 挶
+sign \x6339 245-26 挹
+sign \x633A 23456-356-6 挺
+sign \x633C 1345-135-3 挼
+sign \x633D 2456-45-6 挽
+sign \x633E 125-12346-5 挾
+sign \x6342 136-1 捂
+sign \x6343 12456-1246-1 捃
+sign \x6344 13-16-4 捄
+sign \x6345 23456-236-1 捅
+sign \x6346 12456-1246-1 捆
+sign \x6349 14-12345 捉
+sign \x634B 123-12356-5 捋
+sign \x634C 1234-2345-5 捌
+sign \x634D 125-1345-6 捍
+sign \x634E 234-34 捎
+sign \x634F 1345-12346-3 捏
+sign \x6350 13-23 捐
+sign \x6354 13-12456-5 捔
+sign \x6355 1234-1236-2 捕
+sign \x6358 14-234-4 捘
+sign \x6365 2346-1 捥
+sign \x6367 12346-236-1 捧
+sign \x6368 234-15-1 捨
+sign \x6369 123-23456-3 捩
+sign \x636B 134-2346-3 捫
+sign \x636D 1234-346-1 捭
+sign \x636E 13-245 据
+sign \x636F 2345-1236-4 捯
+sign \x6371 1245-346-3 捱
+sign \x6372 13-23-1 捲
+sign \x6375 1346-1246-1 捵
+sign \x6376 1346-245-3 捶
+sign \x6377 14-23456-3 捷
+sign \x637A 1345-2345-3 捺
+sign \x637B 1345-256-1 捻
+sign \x637C 1345-135-3 捼
+sign \x637D 14-1346 捽
+sign \x6380 125-256 掀
+sign \x6381 1346-14-3 掁
+sign \x6382 2345-235-2 掂
+sign \x6383 234-1236-4 掃
+sign \x6384 123-234-3 掄
+sign \x6387 14-12356-5 掇
+sign \x6388 234-16-2 授
+sign \x6389 2345-13456-2 掉
+sign \x638C 14-25-1 掌
+sign \x638E 13-125-1 掎
+sign \x638F 23456-1236-3 掏
+sign \x6390 125-1234-5 掐
+sign \x6392 12346-346-3 排
+sign \x6394 125-256 掔
+sign \x6396 245-1235-3 掖
+sign \x6397 12-4 掗
+sign \x6398 12345-35-3 掘
+sign \x6399 14-1245 掙
+sign \x639B 12345-12-4 掛
+sign \x639E 234-235-4 掞
+sign \x639F 2345-2356-4 掟
+sign \x63A0 123-246-3 掠
+sign \x63A1 1346-126-1 採
+sign \x63A2 23456-345-4 探
+sign \x63A3 14-146-4 掣
+sign \x63A4 1234-356 掤
+sign \x63A5 14-12346-5 接
+sign \x63A7 125-236-4 控
+sign \x63A8 23456-245 推
+sign \x63A9 235-1 掩
+sign \x63AA 1346-1236-4 措
+sign \x63AB 14-16 掫
+sign \x63AC 13-12345 掬
+sign \x63AD 23456-235-6 掭
+sign \x63AE 1235-256-3 掮
+sign \x63AF 1235-1245-4 掯
+sign \x63B0 134-13-5 掰
+sign \x63B1 12346-12-3 掱
+sign \x63B9 134-1245 掹
+sign \x63BD 12346-236-4 掽
+sign \x63BE 23-2 掾
+sign \x63C0 13-45-1 揀
+sign \x63C3 14-256-1 揃
+sign \x63C4 1456-3 揄
+sign \x63C5 256-3 揅
+sign \x63C6 12456-146-3 揆
+sign \x63C7 1345-345-3 揇
+sign \x63C8 12345-1245 揈
+sign \x63C9 245-16-3 揉
+sign \x63CC 234-46 揌
+sign \x63CD 14-16-4 揍
+sign \x63CE 234-23 揎
+sign \x63CF 134-13456-3 描
+sign \x63D0 23456-146-3 提
+sign \x63D2 1346-1234-5 插
+sign \x63D3 23456-135 揓
+sign \x63D5 14-456-4 揕
+sign \x63D6 245-26 揖
+sign \x63D7 234-234-6 揗
+sign \x63DA 245-25-3 揚
+sign \x63DB 2346-2 換
+sign \x63DC 235-1 揜
+sign \x63DD 14-45-2 揝
+sign \x63DE 456-1 揞
+sign \x63E0 2345-5 揠
+sign \x63E1 46-0 握
+sign \x63E3 1346-23-1 揣
+sign \x63E4 1346-23-1
+sign \x63E5 23456-146-4 揥
+sign \x63E6 123-12-1 揦
+sign \x63E9 125-346 揩
+sign \x63EA 1346-16 揪
+sign \x63EB 14-16 揫
+sign \x63ED 1235-23456-5 揭
+sign \x63EE 124-146 揮
+sign \x63F2 234-12346-5 揲
+sign \x63F3 234-23456-5 揳
+sign \x63F4 2346-3 援
+sign \x63F5 1235-256-3 揵
+sign \x63F6 245-15-3 揶
+sign \x63F8 14-12 揸
+sign \x63F9 1234-1256-4 揹
+sign \x63FC 2345-456-1 揼
+sign \x63FE 2456-1246-1 揾
+sign \x6406 1235-16-4 搆
+sign \x6407 13-456-2 搇
+sign \x6409 1235-12456-5 搉
+sign \x640A 1346-16 搊
+sign \x640B 1346-346 搋
+sign \x640C 14-256-1 搌
+sign \x640D 234-23-1 損
+sign \x640E 234-23 搎
+sign \x640F 1234-12456-5 搏
+sign \x6410 1346-12345 搐
+sign \x6412 1234-56-1 搒
+sign \x6413 1346-135 搓
+sign \x6414 234-1236 搔
+sign \x6415 125-26-3 搕
+sign \x6416 13456-3 搖
+sign \x6417 2345-1236-1 搗
+sign \x6418 14-24 搘
+sign \x641A 125-12346-3 搚
+sign \x641B 13-235 搛
+sign \x641C 234-16-1 搜
+sign \x641E 13-34-1 搞
+sign \x6420 234-12456-5 搠
+sign \x6421 234-56-1 搡
+sign \x6422 14-234-4 搢
+sign \x6424 46-0 搤
+sign \x6425 1346-245-3 搥
+sign \x6426 1345-1235 搦
+sign \x6427 234-256-4 搧
+sign \x6428 23456-1234-5 搨
+sign \x642A 23456-56-3 搪
+sign \x642C 1234-2346 搬
+sign \x642D 2345-1234-5 搭
+sign \x642E 123-1346-3 搮
+sign \x642F 23456-1236-3 搯
+sign \x6430 2456-35-3 搰
+sign \x6433 2456-13-3 搳
+sign \x6434 125-256 搴
+sign \x6435 2456-1246-1 搵
+sign \x6436 1346-25-1 搶
+sign \x6437 23456-256-3 搷
+sign \x643A 12456-146-3
+sign \x643D 1346-12-3 搽
+sign \x643E 14-12-4 搾
+sign \x643F 13-1234-5 搿
+sign \x6440 136-1 摀
+sign \x6441 1345-4 摁
+sign \x644B 234-2345-5 摋
+sign \x644E 13-16 摎
+sign \x6450 1346-25 摐
+sign \x6451 12345-13-5 摑
+sign \x6452 1234-356-1 摒
+sign \x6454 234-1346 摔
+sign \x6458 14-13-3 摘
+sign \x6459 123-256-3 摙
+sign \x645B 1346-24 摛
+sign \x645C 12345-45-4 摜
+sign \x645D 123-12345-3 摝
+sign \x645E 123-135-3 摞
+sign \x645F 123-16 摟
+sign \x6460 14-236-1 摠
+sign \x6466 2456-12-2 摦
+sign \x6467 1346-245 摧
+sign \x6469 134-135 摩
+sign \x646D 14-2456-5 摭
+sign \x646E 1245-1236-3 摮
+sign \x646F 14-24-4 摯
+sign \x6470 23456-3 摰
+sign \x6472 234-45-4 摲
+sign \x6473 13-16 摳
+sign \x6474 234-1456 摴
+sign \x6475 234-1235 摵
+sign \x6476 23456-23-3 摶
+sign \x6478 134-135-1 摸
+sign \x6479 134-1236-3 摹
+sign \x647A 14-12346-5 摺
+sign \x647B 1346-345 摻
+sign \x647D 12346-13456 摽
+sign \x6482 123-13456 撂
+sign \x6485 1235-12356-5 撅
+sign \x6487 12346-23456-5
+sign \x6488 123-34-3 撈
+sign \x6489 2345-234-4 撉
+sign \x648A 125-45-6 撊
+sign \x648B 23-3 撋
+sign \x648D 1346-235-3 撍
+sign \x648F 1346-235-3 撏
+sign \x6490 1346-14 撐
+sign \x6492 234-2345-5 撒
+sign \x6493 1345-34-3 撓
+sign \x6495 234-24 撕
+sign \x6496 125-1345-2 撖
+sign \x6498 2345-1234-5 撘
+sign \x6499 14-23-1 撙
+sign \x649A 1345-256-1 撚
+sign \x649D 124-146 撝
+sign \x649E 14-56-2 撞
+sign \x649F 13-13456-2 撟
+sign \x64A2 2345-45-2 撢
+sign \x64A3 234-256-2 撣
+sign \x64A4 1346-23456-5 撤
+sign \x64A5 1234-1356-3 撥
+sign \x64A6 1346-15-1 撦
+sign \x64A9 123-13456 撩
+sign \x64AB 124-136-1 撫
+sign \x64AC 13-13456-2 撬
+sign \x64AD 1234-135-4 播
+sign \x64AE 1346-12356-5 撮
+sign \x64B0 14-45-2 撰
+sign \x64B2 12346-12456-5
+sign \x64B3 13-456-2 撳
+sign \x64B4 2345-1246-4 撴
+sign \x64BB 23456-2345-5 撻
+sign \x64BC 125-456-2 撼
+sign \x64BE 2456-135 撾
+sign \x64BF 13-235-1 撿
+sign \x64C1 245-236-1 擁
+sign \x64C2 123-245-3 擂
+sign \x64C4 123-1236-6 擄
+sign \x64C5 234-256-2 擅
+sign \x64C7 14-13-3 擇
+sign \x64C9 14-12345 擉
+sign \x64CA 13-1235 擊
+sign \x64CB 2345-56-1 擋
+sign \x64CD 1346-1236 操
+sign \x64CE 1235-356-3 擎
+sign \x64CF 1235-356-3 擏
+sign \x64D0 12345-45-4 擐
+sign \x64D2 1235-456-3 擒
+sign \x64D4 2345-345 擔
+sign \x64D6 1235-12 擖
+sign \x64D7 12346-1235 擗
+sign \x64D8 134-13-5 擘
+sign \x64DA 13-245-4 據
+sign \x64DD 134-1245 擝
+sign \x64E0 14-146 擠
+sign \x64E1 14-146
+sign \x64E2 14-12456-3 擢
+sign \x64E3 2345-1236-1 擣
+sign \x64E4 234-1245-4 擤
+sign \x64E5 234-1245-4
+sign \x64E6 1346-2345-5 擦
+sign \x64E8 245-15-3 擨
+sign \x64E9 1456-3 擩
+sign \x64EB 12346-5 擫
+sign \x64EC 24-6 擬
+sign \x64ED 2456-12456-3 擭
+sign \x64EF 1234-1246-4 擯
+sign \x64F0 1345-356-2 擰
+sign \x64F1 13-12456-5 擱
+sign \x64F2 14-13-3 擲
+sign \x64F4 1235-56-4 擴
+sign \x64F7 1235-23456-5 擷
+sign \x64F8 123-1234-3 擸
+sign \x64FA 1234-346-1 擺
+sign \x64FB 234-16-1 擻
+sign \x64FD 123-1235 擽
+sign \x64FE 13456-1 擾
+sign \x64FF 23456-1235 擿
+sign \x6500 12346-45 攀
+sign \x6504 234-1456 攄
+sign \x6506 123-256-6 攆
+sign \x6509 124-12456-5 攉
+sign \x650F 123-236-6 攏
+sign \x6514 123-45-3 攔
+sign \x6516 245-356 攖
+sign \x6518 245-25-2 攘
+sign \x6519 1346-345 攙
+sign \x651B 1346-23-4 攛
+sign \x651C 12456-146-3 攜
+sign \x651D 234-12346-5 攝
+sign \x651E 123-135-1 攞
+sign \x6522 14-45-1 攢
+sign \x6523 123-23-3 攣
+sign \x6524 23456-45 攤
+sign \x6525 14-45-2 攥
+sign \x6526 123-146-2 攦
+sign \x6529 2345-56-1 攩
+sign \x652A 13-34-1 攪
+sign \x652B 124-12456-5 攫
+sign \x652C 123-345-6 攬
+sign \x652E 1345-56-6 攮
+sign \x652F 14-24 支
+sign \x6530 13-1256-2 攰
+sign \x6532 1235-125 攲
+sign \x6536 234-16 收
+sign \x6537 125-34-1 攷
+sign \x6538 245-16-3 攸
+sign \x6539 13-126-1 改
+sign \x653B 13-236 攻
+sign \x653D 1234-45 攽
+sign \x653E 124-56-4 放
+sign \x653F 14-356-4 政
+sign \x6541 2345-235 敁
+sign \x6543 134-1246-6 敃
+sign \x6545 13-136-4 故
+sign \x6548 125-34-2 效
+sign \x6549 134-146-6 敉
+sign \x654A 1346-12345 敊
+sign \x654D 14-245-2
+sign \x654F 134-1246-6 敏
+sign \x6551 13-16-4 救
+sign \x6553 2345-12356-3 敓
+sign \x6554 1456-6 敔
+sign \x6555 1346-1235 敕
+sign \x6556 1245-1236-2 敖
+sign \x6557 1234-346-2 敗
+sign \x6558 14-245-2 敘
+sign \x6559 13-34-4 教
+sign \x655C 1345-12346-3 敜
+sign \x655D 1234-146-2 敝
+sign \x655E 1346-56-1 敞
+sign \x6562 13-456-1 敢
+sign \x6563 234-45-4 散
+sign \x6566 2345-234 敦
+sign \x656A 14-12356-5 敪
+sign \x656C 13-356-4 敬
+sign \x6572 125-34 敲
+sign \x6574 14-356-1 整
+sign \x6575 2345-1235-3 敵
+sign \x6577 124-136 敷
+sign \x6578 234-1236-4 數
+sign \x657A 1235-245 敺
+sign \x657B 125-356-4 敻
+sign \x6581 245-1235-3 斁
+sign \x6582 123-235-6 斂
+sign \x6583 1234-146-2 斃
+sign \x6587 134-1246-3 文
+sign \x658C 1234-1246 斌
+sign \x6590 124-125-1 斐
+sign \x6591 1234-45 斑
+sign \x6592 1234-45 斒
+sign \x6595 123-45-2 斕
+sign \x6597 2345-16-1 斗
+sign \x6599 123-13456-2 料
+sign \x659B 125-12345-3 斛
+sign \x659C 1346-15-3 斜
+sign \x659D 13-12-1 斝
+sign \x659F 14-456 斟
+sign \x65A0 13-34-4 斠
+sign \x65A1 2456-2345-5 斡
+sign \x65A4 13-1246 斤
+sign \x65A5 1346-1235 斥
+sign \x65A7 124-136-1 斧
+sign \x65A8 1346-25 斨
+sign \x65AA 1235-245-3 斪
+sign \x65AB 1346-246-5 斫
+sign \x65AC 14-345-1 斬
+sign \x65AE 14-246-5 斮
+sign \x65AF 234-24 斯
+sign \x65B0 234-1246 新
+sign \x65B2 2345-246-5 斲
+sign \x65B7 2345-23-4 斷
+sign \x65B8 14-12345 斸
+sign \x65B9 124-56 方
+sign \x65BC 1456-0 於
+sign \x65BD 234-24 施
+sign \x65C1 12346-56-3 旁
+sign \x65C2 1235-125-3 旂
+sign \x65C3 14-256 旃
+sign \x65C4 134-1236-3 旄
+sign \x65C5 123-245-6 旅
+sign \x65C6 12346-1256-4 旆
+sign \x65CB 234-23-3 旋
+sign \x65CC 234-356 旌
+sign \x65CD 234-356 旍
+sign \x65CE 1345-125-6 旎
+sign \x65CF 14-12345-3 族
+sign \x65D0 234-13456-2 旐
+sign \x65D2 123-16-3 旒
+sign \x65D6 24-1 旖
+sign \x65D7 1235-125-3 旗
+sign \x65DB 124-45 旛
+sign \x65DD 1235-1256-1 旝
+sign \x65DF 1456-3 旟
+sign \x65E1 13-125-4 旡
+sign \x65E2 13-125-4 既
+sign \x65E3 13-125-4
+sign \x65E5 245-35-3 日
+sign \x65E6 2345-45-4 旦
+sign \x65E7 2345-45-4
+sign \x65E8 14-24-1 旨
+sign \x65E9 14-1236-1 早
+sign \x65EC 1346-234-3 旬
+sign \x65ED 245-12345 旭
+sign \x65EE 13-135 旮
+sign \x65EF 123-135 旯
+sign \x65F0 13-1345-4 旰
+sign \x65F1 125-1345-6 旱
+sign \x65F4 125-245 旴
+sign \x65FA 2456-56-2 旺
+sign \x65FB 134-1246-3 旻
+sign \x6600 2456-1246-3 昀
+sign \x6602 1245-56-3 昂
+sign \x6603 14-46 昃
+sign \x6604 1234-1246-1 昄
+sign \x6606 12456-1246 昆
+sign \x6607 234-356 昇
+sign \x6609 124-56-1 昉
+sign \x660A 125-1236-2 昊
+sign \x660B 1234-356 昋
+sign \x660C 1346-25 昌
+sign \x660E 134-356-3 明
+sign \x660F 124-1246 昏
+sign \x6612 124-35 昒
+sign \x6613 24-2 易
+sign \x6614 234-1235 昔
+sign \x6615 245-1246 昕
+sign \x661C 245-25-3 昜
+sign \x661D 14-45-1 昝
+sign \x661F 234-356 星
+sign \x6620 245-356-1 映
+sign \x6624 123-356-3
+sign \x6625 1346-234 春
+sign \x6627 134-1256-2 昧
+sign \x6628 14-12456-5 昨
+sign \x662B 125-245-1 昫
+sign \x662D 1346-13456 昭
+sign \x662F 234-24-2 是
+sign \x6631 245-12345 昱
+sign \x6633 245-35-3 昳
+sign \x6634 134-34-6 昴
+sign \x6635 1345-1235 昵
+sign \x6636 1346-56-1 昶
+sign \x663A 1234-356-1 昺
+sign \x6641 1346-13456-3 晁
+sign \x6642 234-24-3 時
+sign \x6643 124-56-1 晃
+sign \x6645 125-23 晅
+sign \x6649 14-234-4 晉
+sign \x664A 12345-0
+sign \x664C 125-25-1 晌
+sign \x664F 45-4 晏
+sign \x6652 234-346-4 晒
+sign \x665A 134-45-6 晚
+sign \x665B 256-6 晛
+sign \x665C 12345-1246 晜
+sign \x665D 14-16-4 晝
+sign \x665E 125-125 晞
+sign \x665F 234-356-3 晟
+sign \x6661 1234-1236 晡
+sign \x6662 14-146-4 晢
+sign \x6663 14-146
+sign \x6664 1245-2 晤
+sign \x6665 2346-6 晥
+sign \x6666 124-1256-4 晦
+sign \x6667 125-1236-1
+sign \x6668 234-1246-3 晨
+sign \x666C 14-245-4 晬
+sign \x666E 12346-1236-1 普
+sign \x666F 13-356-1 景
+sign \x6670 234-1235 晰
+sign \x6671 234-235-1 晱
+sign \x6674 1346-356-3 晴
+sign \x6676 14-356 晶
+sign \x6677 12345-146-1 晷
+sign \x667A 14-24-4 智
+sign \x667B 456-1 晻
+sign \x667C 2346-1 晼
+sign \x667E 123-56-2 晾
+sign \x6684 125-23 暄
+sign \x6687 125-12-3 暇
+sign \x6688 2456-1246-3 暈
+sign \x6689 124-146 暉
+sign \x668C 12456-146-3 暌
+sign \x668D 125-124-5 暍
+sign \x6690 2456-146-6 暐
+sign \x6691 234-1456-1 暑
+sign \x6696 1345-23-6 暖
+sign \x6697 456-4 暗
+sign \x6698 245-25-3 暘
+sign \x669D 134-356-6 暝
+sign \x66A0 13-1236-1 暠
+sign \x66A2 1346-25-4 暢
+sign \x66A8 1235-125-4 暨
+sign \x66AB 14-345-2 暫
+sign \x66AE 134-1236-2 暮
+sign \x66B1 1345-1235 暱
+sign \x66B4 1234-1236-2 暴
+sign \x66B5 125-1345-4
+sign \x66B8 123-13456-6 暸
+sign \x66B9 1346-235-4 暹
+sign \x66BE 23456-1246 暾
+sign \x66C0 146-4 曀
+sign \x66C4 12346-3 曄
+sign \x66C6 123-1235-3 曆
+sign \x66C7 23456-45-3 曇
+sign \x66C8 23456-236-3 曈
+sign \x66C9 125-13456-1 曉
+sign \x66CC 14-13456-4 曌
+sign \x66CF 125-25-4 曏
+sign \x66D6 126-1 曖
+sign \x66D9 1346-1456-6 曙
+sign \x66DA 134-236-3 曚
+sign \x66DB 124-1246 曛
+sign \x66DC 13456-2 曜
+sign \x66DD 1234-1236-2 曝
+sign \x66E0 1235-56-4 曠
+sign \x66E1 1235-56-4
+sign \x66E6 125-125 曦
+sign \x66E7 125-125
+sign \x66E8 123-236-3 曨
+sign \x66E9 1345-56-3 曩
+sign \x66EC 234-346-4 曬
+sign \x66F0 245-246-3 曰
+sign \x66F1 13-2345-3 曱
+sign \x66F2 1235-12345 曲
+sign \x66F3 245-146-2 曳
+sign \x66F4 13-1245-4 更
+sign \x66F7 125-124-5 曷
+sign \x66F8 234-1456 書
+sign \x66F9 1346-1236-3 曹
+sign \x66FC 134-45-2 曼
+sign \x66FE 1346-1245-3 曾
+sign \x66FF 23456-146-4 替
+sign \x6700 14-245-4 最
+sign \x6701 1346-345-1 朁
+sign \x6703 1256-2 會
+sign \x6705 1235-23456-5 朅
+sign \x6708 12356-3 月
+sign \x6709 245-16-6 有
+sign \x670B 12346-1245-3 朋
+sign \x670D 124-12345-3 服
+sign \x670F 124-125-1 朏
+sign \x6710 1235-245-3 朐
+sign \x6712 1345-12345-3 朒
+sign \x6713 23456-13456-4
+sign \x6714 234-12456-5 朔
+sign \x6715 14-456-2 朕
+sign \x6717 123-56-6 朗
+sign \x6718 14-234 朘
+sign \x671B 134-56-2 望
+sign \x671D 1346-13456-3 朝
+sign \x671E 13-125
+sign \x671F 1235-125-3 期
+sign \x6722 134-56-2 朢
+sign \x6723 23456-16-3 朣
+sign \x6726 134-236-3 朦
+sign \x6727 123-236-3 朧
+sign \x6728 134-12345-3 木
+sign \x672A 134-125-2 未
+sign \x672B 134-1356-3 末
+sign \x672C 1234-2346-1 本
+sign \x672D 14-2345-5 札
+sign \x672E 234-1346-3 朮
+sign \x6731 14-1456 朱
+sign \x6733 12346-12-3 朳
+sign \x6734 12346-12456-5
+sign \x6735 2345-135-1 朵
+sign \x6738 123-1235-3 朸
+sign \x6739 1235-16-3 朹
+sign \x673A 13-125 机
+sign \x673D 1345-16-1 朽
+sign \x673F 1346-24-4 朿
+sign \x6745 23456-236-3 杅
+sign \x6746 13-1345 杆
+sign \x6747 136-0 杇
+sign \x6748 1346-12 杈
+sign \x6749 1346-345-4 杉
+sign \x674C 1245-35-3 杌
+sign \x674E 123-125-6 李
+sign \x674F 125-1245-2 杏
+sign \x6750 1346-126-3 材
+sign \x6751 1346-23 村
+sign \x6753 234-12456-5 杓
+sign \x6755 2345-146-2 杕
+sign \x6756 14-25-2 杖
+sign \x6757 134-56-3 杗
+sign \x6759 123-1235-3 杙
+sign \x675A 134-16-3 杚
+sign \x675C 2345-1236-2 杜
+sign \x675D 123-125-3 杝
+sign \x675E 13-125-1 杞
+sign \x675F 1346-12345 束
+sign \x6760 13-236-4 杠
+sign \x6761 23456-13456-3
+sign \x676A 134-13456-6 杪
+sign \x676C 2346-2 杬
+sign \x676D 125-56-3 杭
+sign \x676F 1234-1256 杯
+sign \x6770 13-23456-3 杰
+sign \x6771 2345-236 東
+sign \x6772 13-1236-1 杲
+sign \x6773 134-13456-6 杳
+sign \x6774 125-256 杴
+sign \x6775 1346-1456-6 杵
+sign \x6776 1346-234 杶
+sign \x6777 12346-12-3 杷
+sign \x6778 234-1456-3 杸
+sign \x677B 1346-16-1 杻
+sign \x677C 1346-1456-6 杼
+sign \x677E 1346-236-3 松
+sign \x677F 1234-45-1 板
+sign \x6781 13-1235-3 极
+sign \x6784 1235-16-4 构
+sign \x6785 13-146 枅
+sign \x6787 12346-125-3 枇
+sign \x6789 2456-56-1 枉
+sign \x678B 124-56 枋
+sign \x678C 124-1246-3 枌
+sign \x6790 234-1235 析
+sign \x6791 136-2 枑
+sign \x6792 12-0 枒
+sign \x6793 2345-16-1 枓
+sign \x6795 14-456-1 枕
+sign \x6797 123-456-3 林
+sign \x6798 245-245-2 枘
+sign \x679A 134-1256-3 枚
+sign \x679C 12345-135-1 果
+sign \x679D 14-24 枝
+sign \x679F 23456-45-6 枟
+sign \x67AF 124-136 枯
+sign \x67B0 12346-356-3 枰
+sign \x67B1 23456-126-3 枱
+sign \x67B2 234-146-1 枲
+sign \x67B3 14-24-1 枳
+sign \x67B4 12345-346-1 枴
+sign \x67B5 125-13456 枵
+sign \x67B6 13-12-4 架
+sign \x67B7 13-12 枷
+sign \x67B8 13-16-1 枸
+sign \x67B9 124-136 枹
+sign \x67BB 24-2 枻
+sign \x67C1 23456-135-3 柁
+sign \x67C2 24-3 柂
+sign \x67C4 1234-2356-4 柄
+sign \x67C8 1234-2346-2 柈
+sign \x67CA 2345-236
+sign \x67CE 124-136 柎
+sign \x67CF 12346-13-5 柏
+sign \x67D0 134-16-6 某
+sign \x67D1 13-456 柑
+sign \x67D2 1346-35 柒
+sign \x67D3 235-6 染
+sign \x67D4 245-16-3 柔
+sign \x67D8 14-15-4 柘
+sign \x67D9 125-1234-3 柙
+sign \x67DA 245-16-1 柚
+sign \x67DC 12345-146-2 柜
+sign \x67DD 23456-12456-5
+sign \x67DE 14-12-4 柞
+sign \x67DF 1345-345-3 柟
+sign \x67E1 13-16-2
+sign \x67E2 2345-146-1 柢
+sign \x67E3 2345-23456-3 柣
+sign \x67E4 14-12 柤
+sign \x67E5 1346-12-3 查
+sign \x67E6 14-12
+sign \x67E9 13-16-2 柩
+sign \x67EC 13-45-1 柬
+sign \x67EE 2345-1346 柮
+sign \x67EF 135-0 柯
+sign \x67F0 1345-126-2 柰
+sign \x67F1 1346-1456-6 柱
+sign \x67F2 1234-125-4 柲
+sign \x67F3 123-16-6 柳
+sign \x67F4 1346-346-3 柴
+sign \x67F5 234-45 柵
+sign \x67F6 234-24-4 柶
+sign \x67F7 14-12345 柷
+sign \x67F9 124-146-4
+sign \x67FF 1346-24-1 柿
+sign \x6801 123-16-6
+sign \x6812 1346-234-3 栒
+sign \x6813 234-45 栓
+sign \x6814 1235-146-4 栔
+sign \x6816 1346-146 栖
+sign \x6817 123-1346-3 栗
+sign \x6818 24-3 栘
+sign \x681D 1235-12356-5 栝
+sign \x681F 1234-1246 栟
+sign \x6821 125-34-2 校
+sign \x6822 12346-13-5
+sign \x6829 125-245-1 栩
+sign \x682A 14-1456 株
+sign \x682B 14-256-4 栫
+sign \x6831 13-236-1 栱
+sign \x6832 125-34-1 栲
+sign \x6833 123-1236-6 栳
+sign \x6834 14-256 栴
+sign \x6835 123-146-2 栵
+sign \x6837 245-25-2
+sign \x6838 125-35-3 核
+sign \x6839 13-1246 根
+sign \x683C 13-13-5 格
+sign \x683D 14-126 栽
+sign \x6840 13-23456-3 桀
+sign \x6841 125-1245-3 桁
+sign \x6842 12345-146-4 桂
+sign \x6843 23456-1236-3 桃
+sign \x6844 12345-56 桄
+sign \x6845 2456-146-3 桅
+sign \x6846 12456-14 框
+sign \x6848 1345-4 案
+sign \x6849 1345-0 桉
+sign \x684C 1346-246-5 桌
+sign \x684E 14-35-3 桎
+sign \x6850 23456-236-3 桐
+sign \x6851 234-56 桑
+sign \x6853 2346-3 桓
+sign \x6854 13-35 桔
+sign \x686B 234-135 桫
+sign \x686E 1234-1256 桮
+sign \x686F 23456-356 桯
+sign \x6871 13-356-4 桱
+sign \x6872 1234-1356-3 桲
+sign \x6874 124-136 桴
+sign \x6875 234-245-3 桵
+sign \x6876 23456-236-1 桶
+sign \x6877 13-12456-5 桷
+sign \x6879 123-56-3 桹
+sign \x687C 1346-35 桼
+sign \x687F 13-1345 桿
+sign \x6881 123-25-3 梁
+sign \x6882 1235-16-3 梂
+sign \x6883 23456-356-6 梃
+sign \x6885 134-1256-3 梅
+sign \x6886 1234-56 梆
+sign \x688F 13-12345 梏
+sign \x6893 14-24-1 梓
+sign \x6894 14-24 梔
+sign \x6897 13-1245-1 梗
+sign \x6898 13-45-1 梘
+sign \x689C 14-23456-3 梜
+sign \x689D 23456-13456-3
+sign \x689F 125-13456 梟
+sign \x68A0 123-245-6 梠
+sign \x68A2 234-34 梢
+sign \x68A3 14-456 梣
+sign \x68A7 1245-3 梧
+sign \x68A8 123-125-3 梨
+sign \x68A9 123-125-3 梩
+sign \x68AB 1346-456 梫
+sign \x68AD 234-135 梭
+sign \x68AF 23456-146 梯
+sign \x68B0 125-346-2 械
+sign \x68B1 12456-1246-1 梱
+sign \x68B2 14-12356-5 梲
+sign \x68B3 234-135 梳
+sign \x68B4 23456-356-6 梴
+sign \x68B5 124-45-3 梵
+sign \x68BD 14-24
+sign \x68C4 125-125-4 棄
+sign \x68C9 134-256-3 棉
+sign \x68CB 1235-125-3 棋
+sign \x68CD 12345-1246-4 棍
+sign \x68D0 124-125-1 棐
+sign \x68D1 12346-346-3 棑
+sign \x68D2 12346-14-6 棒
+sign \x68D3 12346-14-6 棓
+sign \x68D5 14-236 棕
+sign \x68D6 1346-14-3 棖
+sign \x68D7 14-1236-1 棗
+sign \x68D8 13-1235 棘
+sign \x68DA 12346-14-3 棚
+sign \x68DF 2345-236-2 棟
+sign \x68E0 23456-56-3 棠
+sign \x68E1 13-56-4 棡
+sign \x68E2 13-56-4
+sign \x68E3 2345-146-2 棣
+sign \x68E4 2345-146-2
+sign \x68E6 14-12345 棦
+sign \x68E7 14-45-2 棧
+sign \x68E8 1235-146-1 棨
+sign \x68E9 1235-146-1
+sign \x68EB 2456-1235-3 棫
+sign \x68EC 125-23 棬
+sign \x68EE 234-456 森
+sign \x68EF 1345-256-1 棯
+sign \x68F0 1346-245-3 棰
+sign \x68F1 123-356-3 棱
+sign \x68F2 1346-146 棲
+sign \x68F3 14-12356-5 棳
+sign \x68F5 124-135-1 棵
+sign \x68F7 14-16 棷
+sign \x68F9 14-34-2 棹
+sign \x68FA 13-2346 棺
+sign \x68FB 124-1246 棻
+sign \x68FC 124-1246-3 棼
+sign \x6904 14-12346-5 椄
+sign \x6905 24-1 椅
+sign \x6907 13-245-1 椇
+sign \x6908 13-12345 椈
+sign \x690A 1346-12356-5 椊
+sign \x690B 123-25-3
+sign \x690C 125-56 椌
+sign \x690D 14-1235-3 植
+sign \x690E 14-245 椎
+sign \x690F 12-0 椏
+sign \x6910 13-245 椐
+sign \x6911 1234-125 椑
+sign \x6912 14-13456 椒
+sign \x6913 2345-246-5 椓
+sign \x6917 2345-356-4 椗
+sign \x6925 14-24 椥
+sign \x6930 245-15-3 椰
+sign \x6933 1256-0 椳
+sign \x6934 2345-23-2 椴
+sign \x6936 14-236
+sign \x6937 13-345 椷
+sign \x6938 24-3 椸
+sign \x6939 14-456 椹
+sign \x693B 256-1 椻
+sign \x693D 1346-23-3 椽
+sign \x693F 1346-234 椿
+sign \x6940 1456-6 楀
+sign \x6941 125-13-5
+sign \x6942 14-12 楂
+sign \x6945 1234-1235 楅
+sign \x6948 234-245 楈
+sign \x694A 245-25-3 楊
+sign \x694E 124-146 楎
+sign \x6953 124-236 楓
+sign \x6954 234-23456-5 楔
+sign \x6956 14-1235 楖
+sign \x6957 13-256-2 楗
+sign \x6958 134-12345-3 楘
+sign \x6959 134-16-2 楙
+sign \x695A 1346-135-1 楚
+sign \x695B 124-136-1 楛
+sign \x695C 136-3 楜
+sign \x695D 123-256-2 楝
+sign \x695E 123-356-3 楞
+sign \x695F 23456-356-3 楟
+sign \x6960 1345-345-3 楠
+sign \x6961 1456-3
+sign \x6963 134-125-3 楣
+sign \x6965 125-23-4 楥
+sign \x6966 125-23-4 楦
+sign \x6968 14-356 楨
+sign \x6969 12346-256-3 楩
+sign \x696B 14-12346-5 楫
+sign \x696C 1235-23456-5 楬
+sign \x696D 12346-3 業
+sign \x696E 1346-1456-6 楮
+sign \x696F 23456-234-6 楯
+sign \x6975 13-1235-3 極
+sign \x6977 1235-346-1 楷
+sign \x6978 1346-16 楸
+sign \x6979 245-356-3 楹
+sign \x697A 245-16-3 楺
+sign \x6982 1235-126-4 概
+sign \x6983 2345-456-3 榃
+sign \x6986 1456-3 榆
+sign \x698E 13-12-1 榎
+sign \x6994 123-56-3 榔
+sign \x6995 245-236-3 榕
+sign \x6996 13-12345 榖
+sign \x6998 13-245-1
+sign \x6999 125-26-3 榙
+sign \x699B 14-234 榛
+sign \x699C 1234-56-1 榜
+sign \x69A3 13456-3 榣
+sign \x69A4 13-23456-3 榤
+sign \x69A6 13-1345-4 榦
+sign \x69A7 124-125-1 榧
+sign \x69A8 14-12-4 榨
+sign \x69AA 134-12-2 榪
+sign \x69AB 234-234-1 榫
+sign \x69AD 14-15-2 榭
+sign \x69AE 2456-356-3 榮
+sign \x69AF 234-24-3 榯
+sign \x69B1 1346-245 榱
+sign \x69B4 123-16-3 榴
+sign \x69B7 1235-12456-5 榷
+sign \x69BB 23456-1234-5 榻
+sign \x69BE 12345-35 榾
+sign \x69BF 125-125-1 榿
+sign \x69C1 13-1236-1 槁
+sign \x69C3 12346-2346-3 槃
+sign \x69C4 23456-1236 槄
+sign \x69CA 234-12456-5 槊
+sign \x69CB 1235-16-4 構
+sign \x69CC 1346-245-3 槌
+sign \x69CD 1346-25 槍
+sign \x69CE 1346-12-3 槎
+sign \x69D0 2456-346-3 槐
+sign \x69D3 13-56-4 槓
+sign \x69E4 123-256-3
+sign \x69E5 234-245-2 槥
+sign \x69E6 234-245-2
+sign \x69E7 1346-12-4 槧
+sign \x69E8 13-12456-5 槨
+sign \x69E9 13-12456-5
+sign \x69EC 2456-12-2 槬
+sign \x69ED 1346-1235 槭
+sign \x69F1 245-16-6 槱
+sign \x69F2 125-1245-3 槲
+sign \x69F3 14-25-1 槳
+sign \x69F7 23456-3 槷
+sign \x69F8 1245-146-2 槸
+sign \x69FB 12456-146 槻
+sign \x69FC 12456-146 槼
+sign \x69FD 1346-1236-3 槽
+sign \x69FE 134-1235-3 槾
+sign \x69FF 13-1246-1 槿
+sign \x6A01 14-56 樁
+sign \x6A02 123-12456-3 樂
+sign \x6A05 1346-236 樅
+sign \x6A0A 124-45-3 樊
+sign \x6A0B 23456-236
+sign \x6A0F 123-245-3 樏
+sign \x6A11 123-25-3 樑
+sign \x6A13 123-16-3 樓
+sign \x6A15 1346-12345 樕
+sign \x6A16 12346-135 樖
+sign \x6A17 234-1456 樗
+sign \x6A18 23456-56-3 樘
+sign \x6A19 1234-13456 標
+sign \x6A1B 13-16 樛
+sign \x6A1D 14-12 樝
+sign \x6A1E 234-1456 樞
+sign \x6A1F 14-25 樟
+sign \x6A20 134-2346-3 樠
+sign \x6A21 134-1236-3 模
+sign \x6A23 245-25-2 樣
+sign \x6A27 234-2345-5 樧
+sign \x6A28 234-146 樨
+sign \x6A32 24-2 樲
+sign \x6A34 14-1235 樴
+sign \x6A35 1346-13456-3 樵
+sign \x6A38 12346-12456-5
+sign \x6A39 234-1456-2 樹
+sign \x6A3A 2456-12-3 樺
+sign \x6A3B 12345-146-2 樻
+sign \x6A3D 14-234 樽
+sign \x6A3E 12356-3 樾
+sign \x6A3F 234-256-2 樿
+sign \x6A44 13-345-4 橄
+sign \x6A46 134-1236-3 橆
+sign \x6A47 1346-245-4 橇
+sign \x6A48 1345-34-3 橈
+sign \x6A4B 1235-13456-3 橋
+sign \x6A50 23456-12456-5
+sign \x6A51 123-1236-6 橑
+sign \x6A54 2345-234 橔
+sign \x6A55 1346-14 橕
+sign \x6A58 12345-35 橘
+sign \x6A59 1346-14-1 橙
+sign \x6A5A 234-12345 橚
+sign \x6A5B 1235-12356-5 橛
+sign \x6A5E 2456-146-2 橞
+sign \x6A5F 13-125 機
+sign \x6A61 14-25-2 橡
+sign \x6A62 23456-135-6 橢
+sign \x6A66 23456-236-3 橦
+sign \x6A67 14-1245 橧
+sign \x6A6A 256-3 橪
+sign \x6A6B 2456-14-3 橫
+sign \x6A7E 1346-1236-4 橾
+sign \x6A7F 13-25 橿
+sign \x6A80 23456-45-3 檀
+sign \x6A81 123-456-6 檁
+sign \x6A84 125-35-3 檄
+sign \x6A87 14-245-4 檇
+sign \x6A89 1346-356 檉
+sign \x6A8D 245-1235 檍
+sign \x6A8E 1235-456-3 檎
+sign \x6A90 234-235-3 檐
+sign \x6A91 123-245-3 檑
+sign \x6A94 2345-56-1 檔
+sign \x6A95 125-146-2 檕
+sign \x6A97 1234-13-5 檗
+sign \x6A9A 1346-135-1 檚
+sign \x6A9B 14-12 檛
+sign \x6A9C 1235-1256-1 檜
+sign \x6A9D 14-12346-5
+sign \x6A9F 13-12-1 檟
+sign \x6AA0 1235-356-3 檠
+sign \x6AA1 14-13-3 檡
+sign \x6AA2 13-235-1 檢
+sign \x6AA3 1346-25-3 檣
+sign \x6AA5 1245-146-6 檥
+sign \x6AAC 134-236 檬
+sign \x6AAE 23456-1236-3 檮
+sign \x6AAF 23456-126-3 檯
+sign \x6AB3 1234-1246 檳
+sign \x6AB4 2456-12456-3 檴
+sign \x6AB8 1345-356-3 檸
+sign \x6ABB 123-345-2 檻
+sign \x6AC2 1346-246-5 櫂
+sign \x6AC3 12345-146-2 櫃
+sign \x6AC5 14-146 櫅
+sign \x6ACD 14-35 櫍
+sign \x6AD0 123-245-3 櫐
+sign \x6AD1 123-245-3 櫑
+sign \x6AD3 123-1236-6 櫓
+sign \x6ADA 123-245-6 櫚
+sign \x6ADB 14-23456-5 櫛
+sign \x6ADC 13-1236 櫜
+sign \x6ADD 2345-12345-3 櫝
+sign \x6ADE 23-3 櫞
+sign \x6ADF 123-1235 櫟
+sign \x6AE5 1346-1456-3 櫥
+sign \x6AE7 14-1456 櫧
+sign \x6AE8 123-1236-3 櫨
+sign \x6AEA 123-1235 櫪
+sign \x6AEB 14-1456 櫫
+sign \x6AEC 1346-1246-4 櫬
+sign \x6AF0 2456-346-3 櫰
+sign \x6AF1 23456-3 櫱
+sign \x6AF3 123-236-3 櫳
+sign \x6AF8 13-245-1 櫸
+sign \x6AFA 123-356-3 櫺
+sign \x6AFB 245-356 櫻
+sign \x6AFC 1346-235 櫼
+sign \x6B02 1234-12456-3 欂
+sign \x6B03 1346-345-3 欃
+sign \x6B04 123-45-3 欄
+sign \x6B0A 1235-23-3 權
+sign \x6B0F 123-135-3 欏
+sign \x6B10 123-146-2 欐
+sign \x6B11 1346-23-3 欑
+sign \x6B12 123-23-3 欒
+sign \x6B13 2345-56-1 欓
+sign \x6B16 123-345-1 欖
+sign \x6B17 123-45-3 欗
+sign \x6B19 123-245-3 欙
+sign \x6B1E 123-356-3 欞
+sign \x6B20 125-235-4 欠
+sign \x6B21 1346-24-4 次
+sign \x6B23 245-1246 欣
+sign \x6B2C 1235-35 欬
+sign \x6B31 125-124-5 欱
+sign \x6B32 245-12345-3 欲
+sign \x6B35 124-2346-1
+sign \x6B36 1346-12345 欶
+sign \x6B37 125-125 欷
+sign \x6B38 126-0 欸
+sign \x6B39 24-0 欹
+sign \x6B3A 125-125 欺
+sign \x6B3B 124-35 欻
+sign \x6B3C 14-12356-5 欼
+sign \x6B3D 245-456 欽
+sign \x6B3E 124-2346-1 款
+sign \x6B3F 125-456-1 欿
+sign \x6B41 125-456-4 歁
+sign \x6B42 1346-23-3 歂
+sign \x6B43 234-1234-5 歃
+sign \x6B46 245-456 歆
+sign \x6B47 125-23456-5 歇
+sign \x6B48 1456-3 歈
+sign \x6B49 125-12346-5 歉
+sign \x6B4A 125-13456 歊
+sign \x6B4C 13-135 歌
+sign \x6B4D 136-0 歍
+sign \x6B4E 23456-45-4 歎
+sign \x6B50 16-0 歐
+sign \x6B51 124-136 歑
+sign \x6B54 125-245 歔
+sign \x6B55 12346-1246-4 歕
+sign \x6B59 234-12346-5 歙
+sign \x6B5B 123-235-6 歛
+sign \x6B5C 1346-12345 歜
+sign \x6B5F 1456-3 歟
+sign \x6B60 14-12356-5 歠
+sign \x6B61 124-2346 歡
+sign \x6B62 14-24-1 止
+sign \x6B63 14-356-4 正
+sign \x6B64 1346-24-1 此
+sign \x6B65 1234-1236-2 步
+sign \x6B66 134-1236-6 武
+sign \x6B67 1235-125-3 歧
+sign \x6B6A 2456-346 歪
+sign \x6B72 234-245-4 歲
+sign \x6B77 123-1235-3 歷
+sign \x6B78 12345-146 歸
+sign \x6B79 2345-346-1 歹
+sign \x6B7B 234-125-1 死
+sign \x6B7E 134-1356-3 歾
+sign \x6B7F 134-1356-3 歿
+sign \x6B80 13456-0 殀
+sign \x6B82 1346-1236-3 殂
+sign \x6B83 245-25 殃
+sign \x6B84 23456-256-6 殄
+sign \x6B86 23456-126-6 殆
+sign \x6B88 12456-1235 殈
+sign \x6B89 234-234 殉
+sign \x6B8A 234-1456-3 殊
+sign \x6B8D 12346-13456-6
+sign \x6B91 1346-356-3 殑
+sign \x6B96 14-1235-3 殖
+sign \x6B98 1346-45-3 殘
+sign \x6B99 124-1246 殙
+sign \x6B9B 13-1235 殛
+sign \x6B9E 2456-1246-6 殞
+sign \x6BA2 23456-146-4 殢
+sign \x6BA3 13-1246-1 殣
+sign \x6BA4 234-25 殤
+sign \x6BAA 24-4 殪
+sign \x6BAB 2345-45 殫
+sign \x6BAD 13-25 殭
+sign \x6BAE 123-235-6 殮
+sign \x6BAF 1234-1246-4 殯
+sign \x6BB0 2345-12345-3 殰
+sign \x6BB2 1346-235 殲
+sign \x6BB3 234-1456-3 殳
+sign \x6BB5 2345-23-2 段
+sign \x6BB7 245-1246 殷
+sign \x6BBA 234-2345-5 殺
+sign \x6BBC 125-12456-5 殼
+sign \x6BBD 1245-34-3 殽
+sign \x6BBF 2345-256-2 殿
+sign \x6BC0 2456-146-1 毀
+sign \x6BC5 1245-146-2 毅
+sign \x6BC6 16-1 毆
+sign \x6BC8 2345-23-2 毈
+sign \x6BC9 24-0 毉
+sign \x6BCB 134-1236-3 毋
+sign \x6BCC 134-1236-3 毌
+sign \x6BCD 134-1236-6 母
+sign \x6BCF 134-1256-6 每
+sign \x6BD0 346-1 毐
+sign \x6BD2 2345-12345-3 毒
+sign \x6BD3 245-12345 毓
+sign \x6BD4 1234-125-1 比
+sign \x6BD6 1234-125-4 毖
+sign \x6BD7 1234-125-1 毗
+sign \x6BD8 12346-125-3 毘
+sign \x6BDA 1346-345-3 毚
+sign \x6BDB 134-1236-3 毛
+sign \x6BE1 14-256
+sign \x6BE2 234-126 毢
+sign \x6BE7 245-236-3 毧
+sign \x6BE8 234-256-1 毨
+sign \x6BEB 125-1236-3 毫
+sign \x6BEC 1235-16-3 毬
+sign \x6BEF 23456-45-1 毯
+sign \x6BF2 14-12356-5 毲
+sign \x6BF3 1346-245-4 毳
+sign \x6BF8 234-126 毸
+sign \x6BF9 234-1456 毹
+sign \x6BFB 23456-135-4 毻
+sign \x6BFD 256-1 毽
+sign \x6BFF 234-345 毿
+sign \x6C02 134-1236-3 氂
+sign \x6C03 123-236-3 氃
+sign \x6C04 245-236-6 氄
+sign \x6C05 1346-56-1 氅
+sign \x6C06 12346-1236-1 氆
+sign \x6C08 14-256 氈
+sign \x6C09 1346-1236-4 氉
+sign \x6C0B 134-236-3 氋
+sign \x6C0C 123-1236-6 氌
+sign \x6C0D 1235-245-3 氍
+sign \x6C0F 234-24-2 氏
+sign \x6C10 2345-146 氐
+sign \x6C11 134-1246-3 民
+sign \x6C13 134-1246-3 氓
+sign \x6C14 125-125-4 气
+sign \x6C15 12346-23456-5
+sign \x6C16 1345-346-6 氖
+sign \x6C18 2345-1236 氘
+sign \x6C19 234-256 氙
+sign \x6C1A 1346-23 氚
+sign \x6C1B 124-1246 氛
+sign \x6C1D 1345-126-2 氝
+sign \x6C1F 124-35 氟
+sign \x6C21 2345-236 氡
+sign \x6C23 125-125-4 氣
+sign \x6C24 245-1246 氤
+sign \x6C25 234-146 氥
+sign \x6C26 125-126-2 氦
+sign \x6C27 245-25-6 氧
+sign \x6C28 1345-0 氨
+sign \x6C2A 125-46 氪
+sign \x6C2B 125-356 氫
+sign \x6C2C 12-4 氬
+sign \x6C2E 2345-345-2 氮
+sign \x6C2F 123-12345-3 氯
+sign \x6C30 1346-356 氰
+sign \x6C33 2456-1246 氳
+sign \x6C34 234-245-1 水
+sign \x6C38 2456-356-6 永
+sign \x6C39 23456-456-6 氹
+sign \x6C3B 1245-1345-2 氻
+sign \x6C3E 124-45-4 氾
+sign \x6C3F 12345-146-1 氿
+sign \x6C40 2345-356 汀
+sign \x6C41 14-26 汁
+sign \x6C42 1235-16-3 求
+sign \x6C46 23456-1246-1 汆
+sign \x6C49 125-1345-4
+sign \x6C4A 1346-12-4 汊
+sign \x6C4B 14-12456-5 汋
+sign \x6C4C 125-256 汌
+sign \x6C4D 23-3 汍
+sign \x6C4E 124-45-4 汎
+sign \x6C4F 2345-346-2 汏
+sign \x6C50 14-1235-3 汐
+sign \x6C54 1245-35-3 汔
+sign \x6C55 234-45-4 汕
+sign \x6C57 125-1345-2 汗
+sign \x6C59 136-0 汙
+sign \x6C5B 234-234-4 汛
+sign \x6C5C 1346-24-6 汜
+sign \x6C5D 1456-6 汝
+sign \x6C5E 125-236-4 汞
+sign \x6C5F 13-56 江
+sign \x6C60 1346-24-3 池
+sign \x6C61 136-0 污
+sign \x6C67 125-256 汧
+sign \x6C68 134-1235-3 汨
+sign \x6C69 134-1235-3 汩
+sign \x6C6A 2456-56 汪
+sign \x6C6D 245-245-2 汭
+sign \x6C6F 2456-1245-3 汯
+sign \x6C70 23456-346-4 汰
+sign \x6C72 1235-26 汲
+sign \x6C74 1234-256-2 汴
+sign \x6C76 134-1246-2 汶
+sign \x6C78 1234-1245-2 汸
+sign \x6C7A 1235-12356-5 決
+sign \x6C7D 125-125-4 汽
+sign \x6C7E 124-1246-3 汾
+sign \x6C81 234-456-4 沁
+sign \x6C82 24-3 沂
+sign \x6C83 245-12345 沃
+sign \x6C84 234-256-1 沄
+sign \x6C85 23-3 沅
+sign \x6C86 125-56-3 沆
+sign \x6C87 256-6 沇
+sign \x6C88 234-456-1 沈
+sign \x6C89 1346-456-3 沉
+sign \x6C8C 2345-234-2 沌
+sign \x6C8D 136-2 沍
+sign \x6C8F 1346-146-4 沏
+sign \x6C90 134-12345-3 沐
+sign \x6C92 134-1356-3 沒
+sign \x6C93 2345-1234-3 沓
+sign \x6C94 134-256-6 沔
+sign \x6C95 134-35-3 沕
+sign \x6C96 1346-236 沖
+sign \x6C98 1234-125-1 沘
+sign \x6C99 234-12 沙
+sign \x6C9A 14-24-1 沚
+sign \x6C9B 12346-1256-4 沛
+sign \x6CA2 14-13-3
+sign \x6CAB 134-1356-3 沫
+sign \x6CAC 134-1256-2 沬
+sign \x6CAD 234-2345-3 沭
+sign \x6CAE 14-245-1 沮
+sign \x6CB0 23456-12456-5
+sign \x6CB1 23456-135-3 沱
+sign \x6CB3 125-135-3 河
+sign \x6CB4 123-245-2 沴
+sign \x6CB7 124-2345-5 沷
+sign \x6CB8 124-146-4 沸
+sign \x6CB9 245-16-3 油
+sign \x6CBB 14-24-2 治
+sign \x6CBC 14-13456-1 沼
+sign \x6CBD 13-136 沽
+sign \x6CBE 14-235 沾
+sign \x6CBF 23-3 沿
+sign \x6CC1 124-56-4 況
+sign \x6CC2 12345-356-1 泂
+sign \x6CC3 1235-245-6 泃
+sign \x6CC4 234-23456-5 泄
+sign \x6CC5 1346-16-3 泅
+sign \x6CC6 245-35-3 泆
+sign \x6CC9 1346-23-3 泉
+sign \x6CCA 1234-12456-3 泊
+sign \x6CCC 1234-125-4 泌
+sign \x6CD0 123-46-3 泐
+sign \x6CD1 245-16-4 泑
+sign \x6CD2 134-2345-3 泒
+sign \x6CD3 2456-1245-3 泓
+sign \x6CD4 13-456 泔
+sign \x6CD5 124-2345-5 法
+sign \x6CD6 134-34-6 泖
+sign \x6CD7 234-24-4 泗
+sign \x6CDA 1346-24-1 泚
+sign \x6CDB 124-45-4 泛
+sign \x6CDC 2345-146-1
+sign \x6CDD 234-1236-4 泝
+sign \x6CDE 1345-356-2 泞
+sign \x6CE0 123-356-3 泠
+sign \x6CE1 12346-34 泡
+sign \x6CE2 1234-135 波
+sign \x6CE3 245-26 泣
+sign \x6CE5 1345-146-3 泥
+sign \x6CE7 1356-3 泧
+sign \x6CE8 14-1456-4 注
+sign \x6CE9 245-1236 泩
+sign \x6CEB 2346-6 泫
+sign \x6CEC 12356-3 泬
+sign \x6CEE 1234-2346-2 泮
+sign \x6CEF 134-1246-6 泯
+sign \x6CF0 23456-346-4 泰
+sign \x6CF1 245-25 泱
+sign \x6CF2 14-146-4 泲
+sign \x6CF3 2456-356-2 泳
+sign \x6CF5 1234-456 泵
+sign \x6D01 13-23456-5 洁
+sign \x6D04 1256-3 洄
+sign \x6D07 256-0 洇
+sign \x6D0A 14-256-4 洊
+sign \x6D0B 245-25-3 洋
+sign \x6D0C 123-23456-3 洌
+sign \x6D0E 13-125-4 洎
+sign \x6D0F 24-3 洏
+sign \x6D11 124-12345-3 洑
+sign \x6D12 234-12-1 洒
+sign \x6D17 234-146-1 洗
+sign \x6D19 14-1456 洙
+sign \x6D1A 13-56-4 洚
+sign \x6D1B 123-12456-3 洛
+sign \x6D1E 2345-236-2 洞
+sign \x6D1F 24-3 洟
+sign \x6D25 14-234 津
+sign \x6D27 124-1256-1 洧
+sign \x6D28 1245-34-3 洨
+sign \x6D29 234-23456-5 洩
+sign \x6D2A 125-236-3 洪
+sign \x6D2B 12345-1235 洫
+sign \x6D2D 125-56 洭
+sign \x6D2E 23456-1236-3 洮
+sign \x6D31 24-6 洱
+sign \x6D32 14-16 洲
+sign \x6D33 1456-3 洳
+sign \x6D34 12346-356-3 洴
+sign \x6D35 234-234 洵
+sign \x6D36 125-236 洶
+sign \x6D38 12345-56 洸
+sign \x6D39 2346-3 洹
+sign \x6D3A 134-356-3 洺
+sign \x6D3B 1356-3 活
+sign \x6D3C 2456-12 洼
+sign \x6D3D 125-26 洽
+sign \x6D3E 12346-346-4 派
+sign \x6D3F 136-0 洿
+sign \x6D41 123-16-3 流
+sign \x6D59 14-23456-5 浙
+sign \x6D5A 14-234-4 浚
+sign \x6D5E 14-12345 浞
+sign \x6D60 125-125 浠
+sign \x6D61 1234-1356-3 浡
+sign \x6D63 2346-6 浣
+sign \x6D65 245-26 浥
+sign \x6D66 12346-1236-1 浦
+sign \x6D69 125-1236-2 浩
+sign \x6D6A 123-56-2 浪
+sign \x6D6C 123-125-6 浬
+sign \x6D6D 13-1245 浭
+sign \x6D6E 124-16-3 浮
+sign \x6D6F 1245-3 浯
+sign \x6D70 123-125-2 浰
+sign \x6D74 245-12345-3 浴
+sign \x6D77 125-126-1 海
+sign \x6D78 14-456-4 浸
+sign \x6D79 13-1234-5 浹
+sign \x6D7C 134-1256-6 浼
+sign \x6D82 23456-1236-3 涂
+sign \x6D85 1345-12346-3 涅
+sign \x6D87 13-356 涇
+sign \x6D88 234-13456 消
+sign \x6D89 234-12346-5 涉
+sign \x6D8A 1345-256-6 涊
+sign \x6D8C 1346-236 涌
+sign \x6D8E 256-3 涎
+sign \x6D91 1346-12345 涑
+sign \x6D92 23456-1246 涒
+sign \x6D93 13-23 涓
+sign \x6D94 234-456-3 涔
+sign \x6D95 23456-146-4 涕
+sign \x6D96 123-125-2
+sign \x6D98 14-24-2 涘
+sign \x6DAA 124-16-3 涪
+sign \x6DAC 125-1245-6 涬
+sign \x6DAE 234-45-4 涮
+sign \x6DAF 1245-346-3 涯
+sign \x6DB2 245-1235-3 液
+sign \x6DB3 125-236 涳
+sign \x6DB4 2456-135-4 涴
+sign \x6DB5 125-345-3 涵
+sign \x6DB7 2345-236 涷
+sign \x6DB8 1235-12456-5 涸
+sign \x6DBC 123-25-3 涼
+sign \x6DBD 124-1246 涽
+sign \x6DBF 2345-246-5 涿
+sign \x6DC0 2345-256-2 淀
+sign \x6DC4 14-24 淄
+sign \x6DC5 234-1235 淅
+sign \x6DC6 1245-34-3 淆
+sign \x6DC7 1235-125-3 淇
+sign \x6DC8 12345-35 淈
+sign \x6DCA 235-0 淊
+sign \x6DCB 123-456-3 淋
+sign \x6DCC 23456-56-1 淌
+sign \x6DD1 234-12345-3 淑
+sign \x6DD2 1346-146 淒
+sign \x6DD6 1345-34-2 淖
+sign \x6DD8 23456-1236-3 淘
+sign \x6DD9 1346-236-3 淙
+sign \x6DDA 123-245-2 淚
+sign \x6DDB 14-23456-5 淛
+sign \x6DDC 12346-14 淜
+sign \x6DDD 124-125-3 淝
+sign \x6DDE 234-236 淞
+sign \x6DDF 23456-256-1 淟
+sign \x6DE0 12346-125-4 淠
+sign \x6DE1 2345-345-2 淡
+sign \x6DE2 12345-1235 淢
+sign \x6DE4 1456-1 淤
+sign \x6DE5 123-12345-3 淥
+sign \x6DE6 13-456-4 淦
+sign \x6DE8 14-356-2 淨
+sign \x6DE9 123-356-3 淩
+sign \x6DEA 123-234-3 淪
+sign \x6DEB 245-456-3 淫
+sign \x6DEC 234-245-2 淬
+sign \x6DEE 2456-346-3 淮
+sign \x6DEF 245-12345-3 淯
+sign \x6DF0 1345-235-1 淰
+sign \x6DF1 234-456 深
+sign \x6DF3 234-234-3 淳
+sign \x6DF4 124-35 淴
+sign \x6DF5 23-0 淵
+sign \x6DF6 123-126-3 淶
+sign \x6DF7 2456-1246-2 混
+sign \x6DF9 235-0 淹
+sign \x6DFA 1346-256-1 淺
+sign \x6DFB 23456-235 添
+sign \x6DFC 134-13456-6 淼
+sign \x6E01 2456-146-2
+sign \x6E02 124-136
+sign \x6E04 134-2346-2
+sign \x6E05 1346-356 清
+sign \x6E07 2345-235-4
+sign \x6E19 2346-2 渙
+sign \x6E1A 14-1456-1 渚
+sign \x6E1B 13-345-1 減
+sign \x6E1C 1345-23-6 渜
+sign \x6E1D 1456-3 渝
+sign \x6E1F 23456-356-3 渟
+sign \x6E20 1235-245-3 渠
+sign \x6E21 2345-1236-2 渡
+sign \x6E22 124-236-3 渢
+sign \x6E23 14-12 渣
+sign \x6E24 1234-1356-3 渤
+sign \x6E25 46-0 渥
+sign \x6E26 2456-135 渦
+sign \x6E27 2345-1235-3 渧
+sign \x6E28 1256-0 渨
+sign \x6E2B 234-23456-5 渫
+sign \x6E2C 1346-46 測
+sign \x6E2D 2456-146-2 渭
+sign \x6E2F 13-56-1 港
+sign \x6E30 235-0 渰
+sign \x6E32 125-23 渲
+sign \x6E34 125-124-5 渴
+sign \x6E38 245-16-3 游
+sign \x6E39 12345-1245 渹
+sign \x6E3A 134-13456-6 渺
+sign \x6E3C 134-125-6 渼
+sign \x6E3E 2456-1246-2 渾
+sign \x6E43 1234-346-4 湃
+sign \x6E44 134-125-3 湄
+sign \x6E45 123-256-2 湅
+sign \x6E49 23456-235-3 湉
+sign \x6E4A 1346-16-4 湊
+sign \x6E4B 2456-146-3 湋
+sign \x6E4D 1346-23-1 湍
+sign \x6E4E 134-256-6 湎
+sign \x6E51 234-245-1 湑
+sign \x6E53 12346-2346-3 湓
+sign \x6E54 14-256 湔
+sign \x6E56 136-3 湖
+sign \x6E58 234-25 湘
+sign \x6E59 245-1235-3
+sign \x6E5B 14-345-4 湛
+sign \x6E5C 14-1235-3 湜
+sign \x6E5D 13-346 湝
+sign \x6E5E 14-356 湞
+sign \x6E5F 2456-56-3 湟
+sign \x6E62 1234-1235 湢
+sign \x6E63 134-1246-6 湣
+sign \x6E67 245-236-1 湧
+sign \x6E68 12345-1235 湨
+sign \x6E69 1346-236-6
+sign \x6E6B 14-16 湫
+sign \x6E6E 245-1246 湮
+sign \x6E6F 23456-56 湯
+sign \x6E71 2456-13-3 湱
+sign \x6E72 2346-3 湲
+sign \x6E88 12345-146 溈
+sign \x6E89 1235-126-4 溉
+sign \x6E8E 12345-146-4 溎
+sign \x6E8F 23456-56-3 溏
+sign \x6E90 23-3 源
+sign \x6E94 1245-34-3 溔
+sign \x6E96 14-234-1 準
+sign \x6E98 125-26-3 溘
+sign \x6E9C 123-13456 溜
+sign \x6E9D 1235-16 溝
+sign \x6E9F 134-356-3 溟
+sign \x6EA0 14-12-4 溠
+sign \x6EA2 245-35-3 溢
+sign \x6EA5 12346-1236-1 溥
+sign \x6EA6 134-125-3 溦
+sign \x6EA7 123-1346-3 溧
+sign \x6EAA 1235-146 溪
+sign \x6EAB 2456-1246 溫
+sign \x6EAE 234-24 溮
+sign \x6EAF 234-1236-4 溯
+sign \x6EB1 14-234 溱
+sign \x6EB2 234-16 溲
+sign \x6EB3 2456-1246-3 溳
+sign \x6EB4 1346-16-4 溴
+sign \x6EB5 245-1246
+sign \x6EB6 245-236-3 溶
+sign \x6EB7 2456-1246-2 溷
+sign \x6EBA 1345-1235-3 溺
+sign \x6EBC 234-26 溼
+sign \x6EBD 245-12345-3 溽
+sign \x6EC0 1346-12345 滀
+sign \x6EC1 1346-245-3 滁
+sign \x6EC2 12346-56-3 滂
+sign \x6EC3 245-16-1 滃
+sign \x6EC4 1346-56 滄
+sign \x6EC5 134-23456-3 滅
+sign \x6EC6 13-13-5 滆
+sign \x6EC7 23456-256-3 滇
+sign \x6EC8 125-1236-2 滈
+sign \x6ECB 14-24 滋
+sign \x6ECC 2345-1235-3 滌
+sign \x6ECD 14-24-2 滍
+sign \x6ECF 124-136-1 滏
+sign \x6ED1 2456-2345-3 滑
+sign \x6ED3 14-24-1 滓
+sign \x6ED4 23456-1236 滔
+sign \x6ED5 23456-1245-3 滕
+sign \x6ED8 13-34-4 滘
+sign \x6ED9 1256-2 滙
+sign \x6EEB 234-16-4 滫
+sign \x6EEC 136-2 滬
+sign \x6EEF 14-146-2 滯
+sign \x6EF1 1235-16-4 滱
+sign \x6EF2 234-456-4 滲
+sign \x6EF4 2345-1235-3 滴
+sign \x6EF7 123-1236-6 滷
+sign \x6EF8 136-1 滸
+sign \x6EF9 124-136 滹
+sign \x6EFA 245-16-3
+sign \x6EFB 1346-45-1 滻
+sign \x6EFE 12345-1246-1 滾
+sign \x6EFF 134-2346-6 滿
+sign \x6F01 1456-3 漁
+sign \x6F02 12346-13456-4
+sign \x6F06 1346-35 漆
+sign \x6F08 14-146-4 漈
+sign \x6F09 123-12345-3 漉
+sign \x6F0A 123-16-3 漊
+sign \x6F0F 123-16-2 漏
+sign \x6F13 123-125-3 漓
+sign \x6F14 256-1 演
+sign \x6F15 1346-1236-3 漕
+sign \x6F18 234-234-3 漘
+sign \x6F19 23456-23-3 漙
+sign \x6F1A 16-4 漚
+sign \x6F20 134-12456-3 漠
+sign \x6F22 125-1345-4 漢
+sign \x6F23 123-256-3 漣
+sign \x6F25 2456-12 漥
+sign \x6F26 123-125-3 漦
+sign \x6F29 234-23-3 漩
+sign \x6F2A 24-1 漪
+sign \x6F2B 134-45-2 漫
+sign \x6F2C 14-1235 漬
+sign \x6F2D 134-56-6 漭
+sign \x6F2E 125-56 漮
+sign \x6F2F 23456-1234-5 漯
+sign \x6F30 12346-1245-3 漰
+sign \x6F31 234-16-4 漱
+sign \x6F32 14-25-4 漲
+sign \x6F33 14-25 漳
+sign \x6F36 2456-45-2 漶
+sign \x6F37 12345-12456-5
+sign \x6F38 14-235-2 漸
+sign \x6F3B 123-13456-3 漻
+sign \x6F3C 1346-245 漼
+sign \x6F3E 245-25-2 漾
+sign \x6F3F 14-25 漿
+sign \x6F40 1346-236-3 潀
+sign \x6F41 2456-356-2 潁
+sign \x6F4E 12346-23456-5
+sign \x6F4F 2456-35-3 潏
+sign \x6F51 12346-1356-5 潑
+sign \x6F52 2345-56-2 潒
+sign \x6F54 13-23456-5 潔
+sign \x6F55 134-1236-6 潕
+sign \x6F58 12346-2346 潘
+sign \x6F5A 234-13456 潚
+sign \x6F5B 1346-235-3 潛
+sign \x6F5D 245-26 潝
+sign \x6F5E 123-1236-2 潞
+sign \x6F5F 234-1235 潟
+sign \x6F60 234-234-4 潠
+sign \x6F62 2456-56-3 潢
+sign \x6F64 245-234-2 潤
+sign \x6F66 123-1236-6 潦
+sign \x6F6C 23456-45 潬
+sign \x6F6D 23456-345-3 潭
+sign \x6F6E 1346-13456-3 潮
+sign \x6F6F 1346-456-3 潯
+sign \x6F70 1235-1256-1 潰
+sign \x6F72 234-34-4 潲
+sign \x6F74 14-1456
+sign \x6F77 1234-35 潷
+sign \x6F78 234-45 潸
+sign \x6F7A 234-45-3 潺
+sign \x6F7C 23456-236-3 潼
+sign \x6F7E 123-234-3 潾
+sign \x6F7F 2456-146-3 潿
+sign \x6F80 13-12346-5 澀
+sign \x6F82 1346-356-3 澂
+sign \x6F84 1346-356-3 澄
+sign \x6F86 13-13456 澆
+sign \x6F87 123-1236-2 澇
+sign \x6F88 1346-23456-5 澈
+sign \x6F89 13-456-1 澉
+sign \x6F8C 234-24 澌
+sign \x6F8D 234-1456-2 澍
+sign \x6F8E 12346-14-3 澎
+sign \x6F90 2456-1246-3 澐
+sign \x6F92 125-236-2 澒
+sign \x6F94 125-1236-2 澔
+sign \x6F97 13-45-4 澗
+sign \x6FA0 134-1246-6 澠
+sign \x6FA1 1346-1236-4 澡
+sign \x6FA3 2346-6 澣
+sign \x6FA4 14-13-3 澤
+sign \x6FA5 125-346-2 澥
+sign \x6FA6 1456-2 澦
+sign \x6FA7 123-146-6 澧
+sign \x6FA8 234-146-2 澨
+sign \x6FA9 125-12456-3 澩
+sign \x6FAD 245-236 澭
+sign \x6FAE 1235-1256-4 澮
+sign \x6FAF 1346-45-4 澯
+sign \x6FB0 13-235-1
+sign \x6FB1 2345-256-2 澱
+sign \x6FB3 1236-4 澳
+sign \x6FB4 2456-45-3 澴
+sign \x6FB6 234-256-3 澶
+sign \x6FB9 2345-345-2 澹
+sign \x6FBC 12346-1235 澼
+sign \x6FBD 13-245-2 澽
+sign \x6FC0 13-1235 激
+sign \x6FC1 14-12345-3 濁
+sign \x6FC2 123-235-3 濂
+sign \x6FC3 1345-236-3 濃
+sign \x6FC6 124-1246-3 濆
+sign \x6FC7 234-1234-5 濇
+sign \x6FC8 1346-26 濈
+sign \x6FC9 234-245 濉
+sign \x6FCA 1235-1356-5 濊
+sign \x6FCB 1346-135-1 濋
+sign \x6FD4 134-125-3 濔
+sign \x6FD5 234-26 濕
+sign \x6FD8 1345-356-3 濘
+sign \x6FDA 245-356-3
+sign \x6FDB 134-236-3 濛
+sign \x6FDC 14-234-2 濜
+sign \x6FDE 12346-125-4 濞
+sign \x6FDF 14-146-4 濟
+sign \x6FE0 125-1236-3 濠
+sign \x6FE1 1456-3 濡
+sign \x6FE4 23456-1236-3 濤
+sign \x6FE9 2456-12456-3 濩
+sign \x6FEB 123-345-2 濫
+sign \x6FEC 14-234-4 濬
+sign \x6FEE 1234-12345-3 濮
+sign \x6FEF 14-12456-3 濯
+sign \x6FF0 2456-146-3 濰
+sign \x6FF1 1234-1246 濱
+sign \x6FF2 13-12345 濲
+sign \x6FF6 124-1356-5
+sign \x6FFA 14-256-2 濺
+sign \x6FFC 123-12456-3 濼
+sign \x6FFE 123-245-2 濾
+sign \x7005 245-356-3 瀅
+sign \x7006 2345-12345-3 瀆
+sign \x7009 234-15-4 瀉
+sign \x700B 234-456-1 瀋
+sign \x700C 1234-13456 瀌
+sign \x700D 1346-256-3 瀍
+sign \x700F 123-16-3 瀏
+sign \x7011 1234-12345-3 瀑
+sign \x7014 13-12345 瀔
+sign \x7015 12346-1246-3 瀕
+sign \x7018 123-1236-3 瀘
+sign \x701A 125-1345-2 瀚
+sign \x701B 245-356-3 瀛
+sign \x701D 123-1235-3 瀝
+sign \x701F 234-13456 瀟
+sign \x7020 245-356-3 瀠
+sign \x7021 234-245-6 瀡
+sign \x7023 125-346-2 瀣
+sign \x7026 14-1456 瀦
+sign \x7027 123-236-3 瀧
+sign \x7028 123-346-2 瀨
+sign \x702F 245-356-3 瀯
+sign \x7030 1345-125-3 瀰
+sign \x7031 13-146-4 瀱
+sign \x7032 123-235-6 瀲
+sign \x7038 1346-235 瀸
+sign \x7039 245-246-3 瀹
+sign \x703A 1346-345-3 瀺
+sign \x703C 245-25-3 瀼
+sign \x703E 123-45-3 瀾
+sign \x7042 1346-246-5 灂
+sign \x7043 124-236 灃
+sign \x7044 234-12346-5 灄
+sign \x7049 245-236 灉
+sign \x704A 1346-456-3 灊
+sign \x704C 13-2346-4 灌
+sign \x7051 234-12-1 灑
+sign \x7052 14-45-4 灒
+sign \x7055 123-125-3 灕
+sign \x7058 23456-45 灘
+sign \x705B 14-256-1 灛
+sign \x705D 125-1236-2 灝
+sign \x705E 1234-12-4 灞
+sign \x7060 123-345-2 灠
+sign \x7062 1345-56-6 灢
+sign \x7063 2456-45 灣
+sign \x7064 123-23-3 灤
+sign \x7067 235-2
+sign \x7068 13-456-4 灨
+sign \x7069 235-2 灩
+sign \x706B 124-135-1 火
+sign \x7070 124-1256 灰
+sign \x7074 125-236-4 灴
+sign \x7075 123-356-3
+sign \x7076 14-1236-4 灶
+sign \x7078 13-16-4 灸
+sign \x707A 1346-15-1 灺
+sign \x707C 1346-246-5 灼
+sign \x707D 14-126 災
+sign \x707E 14-126
+sign \x7083 14-1236-2 炃
+sign \x7084 125-1345-3 炄
+sign \x7085 12345-356-1 炅
+sign \x7086 134-1246 炆
+sign \x708A 1346-245 炊
+sign \x708E 235-3 炎
+sign \x7091 12346-125-3 炑
+sign \x7092 1346-34-1 炒
+sign \x7093 23456-16-4 炓
+sign \x7094 1235-12356-5 炔
+sign \x7095 1235-56-4 炕
+sign \x7096 2345-1246-2 炖
+sign \x7098 245-1246 炘
+sign \x7099 14-2456-5 炙
+sign \x70A4 14-13456-4 炤
+sign \x70AB 23-3 炫
+sign \x70AC 13-245-2 炬
+sign \x70AD 23456-45-4 炭
+sign \x70AE 12346-34-4 炮
+sign \x70AF 12345-356-1 炯
+sign \x70B0 12346-34-4 炰
+sign \x70B1 23456-126-3 炱
+sign \x70B3 1234-356-1 炳
+sign \x70B5 2345-236 炵
+sign \x70B7 14-1456-4 炷
+sign \x70B8 14-12-4 炸
+sign \x70BA 2456-146-2 為
+sign \x70C8 123-23456-3 烈
+sign \x70CA 245-25-3 烊
+sign \x70CF 136-0 烏
+sign \x70D4 23456-236-3 烔
+sign \x70D6 14-126
+sign \x70D8 125-236-4 烘
+sign \x70D9 123-12456-5 烙
+sign \x70DC 125-23-1 烜
+sign \x70DD 14-356 烝
+sign \x70DF 256-0
+sign \x70E2 14-13-3 烢
+sign \x70E4 125-34 烤
+sign \x70EF 125-125 烯
+sign \x70F0 124-16-3 烰
+sign \x70F1 12345-356-1 烱
+sign \x70F4 23456-356 烴
+sign \x70F7 23-1 烷
+sign \x70F9 12346-14 烹
+sign \x70FA 123-56-6 烺
+sign \x70FD 124-236 烽
+sign \x7102 234-12345 焂
+sign \x7104 124-1246 焄
+sign \x7109 256-0 焉
+sign \x710A 125-1345-2 焊
+sign \x710C 1346-1346 焌
+sign \x7110 1245-2 焐
+sign \x7113 125-456-3 焓
+sign \x7117 13-12345-3 焗
+sign \x7119 1234-1256-2 焙
+sign \x711A 124-1246-3 焚
+sign \x711C 12456-1246 焜
+sign \x7120 1346-245-4 焠
+sign \x7121 134-1236-3 無
+sign \x7126 14-13456 焦
+sign \x712C 245-25-3
+sign \x712E 245-1246-4 焮
+sign \x712F 1346-246-5 焯
+sign \x7130 235-2 焰
+sign \x7131 235-2 焱
+sign \x7136 256-3 然
+sign \x7140 2456-35 煀
+sign \x7141 1345-456-3 煁
+sign \x7146 125-12
+sign \x7147 124-146 煇
+sign \x7149 123-256-2 煉
+sign \x714A 125-23 煊
+sign \x714B 234-356 煋
+sign \x714C 2456-56-3 煌
+sign \x714D 1346-13456-1 煍
+sign \x714E 14-256 煎
+sign \x7152 2456-146-6 煒
+sign \x7156 1345-23-6 煖
+sign \x7159 256-0 煙
+sign \x715A 12345-356-1 煚
+sign \x715C 245-12345 煜
+sign \x715E 234-2345-5 煞
+sign \x7160 14-12-4 煠
+sign \x7162 1235-356-3 煢
+sign \x7163 245-16-1 煣
+sign \x7164 134-1256-3 煤
+sign \x7165 2346-2 煥
+sign \x7166 125-245-1 煦
+sign \x7167 14-13456-4 照
+sign \x7168 1256-0 煨
+sign \x7169 124-45-3 煩
+sign \x716C 245-25-3 煬
+sign \x716E 14-1456-1 煮
+sign \x7172 1234-1236 煲
+sign \x7178 12346-256 煸
+sign \x717B 23456-56-3 煻
+sign \x717D 234-256-4 煽
+sign \x7180 124-56-1 熀
+sign \x7184 234-1235 熄
+sign \x7185 2456-1246-1 熅
+sign \x718A 125-236-3 熊
+sign \x718F 124-1246 熏
+sign \x7192 245-356-3 熒
+sign \x7194 245-236-3 熔
+sign \x7197 1346-25-4 熗
+sign \x7199 125-125 熙
+sign \x719B 1234-13456 熛
+sign \x719F 234-12345-3 熟
+sign \x71A0 245-26 熠
+sign \x71A5 23456-236 熥
+sign \x71A8 23456-56-4 熨
+sign \x71AC 1245-1236-3 熬
+sign \x71AF 125-1345-4 熯
+sign \x71B0 16-0 熰
+sign \x71B1 23456-3 熱
+sign \x71B2 12345-356-1 熲
+sign \x71B3 134-45-2 熳
+sign \x71B5 234-25 熵
+sign \x71B8 14-235 熸
+sign \x71B9 125-125 熹
+sign \x71BE 1346-24-4 熾
+sign \x71C0 14-256-1 燀
+sign \x71C1 12346-3 燁
+sign \x71C2 23456-345-3 燂
+sign \x71C3 256-3 燃
+sign \x71C4 235-2 燄
+sign \x71C8 2345-1245 燈
+sign \x71C9 2345-1246-2 燉
+sign \x71CA 234-1246 燊
+sign \x71CB 14-13456 燋
+sign \x71CE 123-13456-3 燎
+sign \x71CF 2456-35-3 燏
+sign \x71D0 123-234-3 燐
+sign \x71D2 234-13456 燒
+sign \x71D4 124-45-3 燔
+sign \x71D5 256-4 燕
+sign \x71D6 1346-456-3 燖
+sign \x71D9 23456-56-4 燙
+sign \x71DA 245-1235-3 燚
+sign \x71DC 134-2346-2 燜
+sign \x71DF 245-356-3 營
+sign \x71E0 245-12345 燠
+sign \x71E1 245-1235-3 燡
+sign \x71E2 245-1235-3
+sign \x71E5 1346-1236-4 燥
+sign \x71E6 1346-45-4 燦
+sign \x71E7 234-245-2 燧
+sign \x71E8 234-245-2
+sign \x71EC 2456-146-1 燬
+sign \x71ED 14-12345 燭
+sign \x71EE 234-23456-5 燮
+sign \x71F4 1256-2 燴
+sign \x71F6 1345-236 燶
+sign \x71F8 234-24 燸
+sign \x71F9 234-256-1 燹
+sign \x71FB 124-1246 燻
+sign \x71FC 14-234-1 燼
+sign \x71FE 23456-1236-3 燾
+sign \x71FF 13456-2 燿
+sign \x7206 1234-34-4 爆
+sign \x7207 12356-3 爇
+sign \x720A 1245-1236-3 爊
+sign \x720D 234-246-5 爍
+sign \x7210 123-1236-3 爐
+sign \x7213 235-2 爓
+sign \x7214 125-125 爔
+sign \x721A 245-246-3 爚
+sign \x721B 123-45-2 爛
+sign \x721D 14-246-5 爝
+sign \x721F 13-2346-4 爟
+sign \x7226 123-345-6 爦
+sign \x7228 1346-23-4 爨
+sign \x722A 14-34-1 爪
+sign \x722C 12346-12-3 爬
+sign \x722D 14-1245 爭
+sign \x7230 23-3 爰
+sign \x7235 14-246-5 爵
+sign \x7236 124-136-2 父
+sign \x7238 1234-12 爸
+sign \x7239 2345-15 爹
+sign \x723A 245-15-3 爺
+sign \x723B 1245-34-3 爻
+sign \x723D 234-56-1 爽
+sign \x723E 24-6 爾
+sign \x723F 1234-45-2 爿
+sign \x7240 1346-56-3 牀
+sign \x7241 135-0 牁
+sign \x7242 14-56 牂
+sign \x7244 1346-25 牄
+sign \x7246 1346-25-3 牆
+sign \x7247 12346-256-4 片
+sign \x7248 1234-45-1 版
+sign \x7249 12346-2346-4 牉
+sign \x724B 14-256 牋
+sign \x724C 12346-346-3 牌
+sign \x724F 1456-3 牏
+sign \x7252 2345-12346-3 牒
+sign \x7256 245-16-6 牖
+sign \x7258 2345-12345-3 牘
+sign \x7259 1245-12-3 牙
+sign \x725A 1346-14 牚
+sign \x725B 1245-16-3 牛
+sign \x725D 12346-1246-6 牝
+sign \x725E 1245-12-3 牞
+sign \x725F 134-16-3 牟
+sign \x7260 23456-12 牠
+sign \x7261 134-34-6 牡
+sign \x7262 123-1236-3 牢
+sign \x7263 245-1246-2 牣
+sign \x7267 134-12345-3 牧
+sign \x7269 134-35-3 物
+sign \x726E 14-256-4 牮
+sign \x726F 13-136-1 牯
+sign \x7272 234-1245 牲
+sign \x7274 2345-146-1 牴
+sign \x7277 1346-23-3 牷
+sign \x7278 14-24-2 牸
+sign \x7279 2345-46-3 特
+sign \x727B 134-56-3 牻
+sign \x727C 125-1245 牼
+sign \x727D 125-256 牽
+sign \x727E 1245-6 牾
+sign \x727F 13-12345 牿
+sign \x7280 234-146 犀
+sign \x7281 123-146-3 犁
+sign \x7284 13-125 犄
+sign \x7285 13-56 犅
+sign \x7289 234-234-3 犉
+sign \x728B 13-245-2 犋
+sign \x728C 13-12 犌
+sign \x728D 13-256 犍
+sign \x728E 124-236 犎
+sign \x7292 125-1236-4 犒
+sign \x7296 123-12456-3 犖
+sign \x7297 13-346-4 犗
+sign \x729A 2456-146-4 犚
+sign \x729B 123-125-3 犛
+sign \x729D 23456-236-3 犝
+sign \x72A2 2345-12345-3 犢
+sign \x72A3 123-12346-3 犣
+sign \x72A7 125-125 犧
+sign \x72AC 125-23-1 犬
+sign \x72AE 1234-12345-3 犮
+sign \x72AF 124-45-2 犯
+sign \x72B0 234-16-3 犰
+sign \x72B4 1245-1345-2 犴
+sign \x72B5 13-135 犵
+sign \x72BA 1235-56-4 犺
+sign \x72C0 14-56-2 狀
+sign \x72C1 2456-1246-6 狁
+sign \x72C2 1235-56-3 狂
+sign \x72C3 1345-16-1 狃
+sign \x72C4 2345-1235-3 狄
+sign \x72C5 245-16 狅
+sign \x72C9 12346-125 狉
+sign \x72CA 12345-1235 狊
+sign \x72CC 234-356 狌
+sign \x72CE 125-1234-3 狎
+sign \x72D0 136-3 狐
+sign \x72D1 123-356-3 狑
+sign \x72D2 124-35 狒
+sign \x72D6 245-16-2 狖
+sign \x72D7 13-16-1 狗
+sign \x72D8 12356-3 狘
+sign \x72D9 14-245 狙
+sign \x72E0 125-1246-1 狠
+sign \x72E1 13-34-1 狡
+sign \x72E2 13-34-1
+sign \x72E8 245-236-3 狨
+sign \x72E9 234-16-4 狩
+sign \x72EB 123-1236-6 狫
+sign \x72F3 1456-3 狳
+sign \x72F4 1234-146-2 狴
+sign \x72F7 13-23-4 狷
+sign \x72F8 123-125-3 狸
+sign \x72F9 125-1234-3 狹
+sign \x72FA 1245-1246-3 狺
+sign \x72FB 234-23 狻
+sign \x72FC 123-56-3 狼
+sign \x72FD 1234-1256-4 狽
+sign \x72FE 14-146-4 狾
+sign \x7301 123-125-2 猁
+sign \x7307 125-34 猇
+sign \x730A 1245-146-3 猊
+sign \x730B 1234-13456 猋
+sign \x7311 12456-1246 猑
+sign \x7312 235-4 猒
+sign \x7313 12345-135-1 猓
+sign \x7316 1346-25 猖
+sign \x7317 24-0 猗
+sign \x7318 14-146-4 猘
+sign \x7319 14-1245 猙
+sign \x731B 134-14-6 猛
+sign \x731C 1346-346 猜
+sign \x731D 1346-12356-5 猝
+sign \x731E 234-15-4 猞
+sign \x7322 136-3 猢
+sign \x7325 1256-0 猥
+sign \x7327 2456-135 猧
+sign \x7329 234-356 猩
+sign \x732A 14-1456
+sign \x7330 245-13-5 猰
+sign \x7331 1345-34-3 猱
+sign \x7332 125-23456-5 猲
+sign \x7334 125-16-3 猴
+sign \x7336 245-16-3 猶
+sign \x7337 245-16-3 猷
+sign \x733A 13456-3 猺
+sign \x733B 234-23 猻
+sign \x733E 2456-2345-3 猾
+sign \x733F 23-3 猿
+sign \x7341 134-12-6 獁
+sign \x7343 2345-346 獃
+sign \x7344 245-12345-3 獄
+sign \x7345 234-24 獅
+sign \x7349 14-234 獉
+sign \x734D 13-356-4 獍
+sign \x734E 14-25-1 獎
+sign \x7350 14-25 獐
+sign \x7351 1346-345-3 獑
+sign \x7352 1245-1236-3 獒
+sign \x7357 1235-12356-5 獗
+sign \x7358 1234-146-2 獘
+sign \x735D 123-1346-3 獝
+sign \x735E 23456-236-3 獞
+sign \x7360 123-13456-3 獠
+sign \x7362 125-13456 獢
+sign \x7367 13-23-4 獧
+sign \x7368 2345-12345-3 獨
+sign \x7369 2456-146-4 獩
+sign \x736A 1235-1256-1 獪
+sign \x736B 125-235-1 獫
+sign \x736C 125-346-6 獬
+sign \x736E 1345-125-3 獮
+sign \x736F 124-1246 獯
+sign \x7370 1345-356-3 獰
+sign \x7372 2456-12456-3 獲
+sign \x7375 123-12346-3 獵
+sign \x7377 1235-56-4 獷
+sign \x7378 234-16-4 獸
+sign \x737A 1346-2345-5 獺
+sign \x737B 125-256-4 獻
+sign \x737C 134-125-3 獼
+sign \x737E 124-2346 獾
+sign \x7380 123-135 玀
+sign \x7381 125-235-1 玁
+sign \x7383 124-12456-5 玃
+sign \x7384 23-3 玄
+sign \x7385 134-13456-2 玅
+sign \x7386 14-24 玆
+sign \x7387 123-1346-3 率
+sign \x7388 123-1236-3 玈
+sign \x7389 245-12345-3 玉
+sign \x738B 2456-56-3 王
+sign \x738E 2345-356 玎
+sign \x7393 2345-1235 玓
+sign \x7395 13-1345 玕
+sign \x7396 13-16-1 玖
+sign \x7397 1456-0 玗
+sign \x7398 125-125-1
+sign \x739E 124-136
+sign \x739F 134-1246-3 玟
+sign \x73A0 13-346-4 玠
+sign \x73A1 245-15-3 玡
+sign \x73A2 1234-356 玢
+sign \x73A5 12356-3 玥
+sign \x73A6 1235-12356-5 玦
+sign \x73A8 13-12456-5 玨
+sign \x73A9 2346-2 玩
+sign \x73AB 134-1256-3 玫
+sign \x73B2 123-356-3 玲
+sign \x73B3 2345-126-2 玳
+sign \x73B7 2345-235-4 玷
+sign \x73BB 1234-135 玻
+sign \x73BC 1346-24-1 玼
+sign \x73C0 12346-13-5 珀
+sign \x73C2 135-0 珂
+sign \x73C5 234-1246 珅
+sign \x73C8 13-12 珈
+sign \x73CA 234-45 珊
+sign \x73CB 123-16-6 珋
+sign \x73CC 1234-125-4 珌
+sign \x73CD 14-1246 珍
+sign \x73CE 14-1246
+sign \x73CF 13-12456-5
+sign \x73D0 124-2345-5
+sign \x73D3 13-34-4 珓
+sign \x73D9 13-236-1 珙
+sign \x73DE 123-12456-5 珞
+sign \x73E0 14-1456 珠
+sign \x73E1 14-1456
+sign \x73E3 234-234 珣
+sign \x73E4 234-234
+sign \x73E5 24-6 珥
+sign \x73E6 24-6
+sign \x73E7 13456-3 珧
+sign \x73E8 13456-3
+sign \x73E9 125-1245-3 珩
+sign \x73EA 12345-146 珪
+sign \x73ED 1234-45 班
+sign \x73EE 12346-1256-4 珮
+sign \x73F8 1245-3 珸
+sign \x73FA 12345-1246-2 珺
+sign \x73FD 23456-356-6 珽
+sign \x73FE 256-2 現
+sign \x7400 125-456-4 琀
+sign \x7403 1235-16-3 球
+sign \x7404 23-2 琄
+sign \x7405 123-56-3 琅
+sign \x7406 123-125-6 理
+sign \x7407 234-16-4 琇
+sign \x7408 124-16-3 琈
+sign \x7409 123-16-3 琉
+sign \x740A 245-15-3 琊
+sign \x740D 123-125-2
+sign \x7416 14-45-1 琖
+sign \x741A 13-245 琚
+sign \x741B 234-456 琛
+sign \x7421 14-12356-5 琡
+sign \x7422 2345-246-5 琢
+sign \x7424 14-14 琤
+sign \x7425 124-136-1 琥
+sign \x7426 1235-125-3 琦
+sign \x7428 12456-1246 琨
+sign \x742A 1235-125-3 琪
+sign \x742B 1234-1245-1 琫
+sign \x742C 23-1 琬
+sign \x742E 1346-236-3 琮
+sign \x742F 13-2346-1 琯
+sign \x7430 235-6 琰
+sign \x7431 2345-13456 琱
+sign \x7432 1234-125-4 琲
+sign \x7433 123-456-3 琳
+sign \x7434 1235-456-3 琴
+sign \x7435 12346-125-3 琵
+sign \x7436 12346-12-3 琶
+sign \x743A 124-2345-5 琺
+sign \x743C 1235-356-3 琼
+sign \x743F 2456-1246-3 琿
+sign \x7440 1456-6 瑀
+sign \x7441 134-1236-2 瑁
+sign \x7444 234-23 瑄
+sign \x744A 14-456 瑊
+sign \x744B 2456-146-6 瑋
+sign \x7451 234-23-2 瑑
+sign \x7452 245-25-3 瑒
+sign \x7455 125-12-3 瑕
+sign \x7457 23-2 瑗
+sign \x7459 1345-1236-6 瑙
+sign \x745A 136-3 瑚
+sign \x745B 245-356 瑛
+sign \x745C 1456-3 瑜
+sign \x745E 234-245-2 瑞
+sign \x745F 234-35 瑟
+sign \x7460 123-16-3
+sign \x7462 245-236-3 瑢
+sign \x7463 234-135-1 瑣
+sign \x7464 13456-3 瑤
+sign \x7469 245-356-3 瑩
+sign \x746A 134-12-6 瑪
+sign \x746C 123-16-3
+sign \x746D 23456-56-3 瑭
+sign \x746E 123-1346-3 瑮
+sign \x746F 123-56-3 瑯
+sign \x7470 12345-146-4 瑰
+sign \x7471 14-1246-4 瑱
+sign \x7472 1346-25 瑲
+sign \x7473 1346-135 瑳
+sign \x747D 1346-236 瑽
+sign \x747E 13-1246-1 瑾
+sign \x7480 1346-245 璀
+sign \x7481 1346-236 璁
+sign \x7483 123-125-3 璃
+sign \x7485 234-135-1 璅
+sign \x7486 1235-16-3 璆
+sign \x7487 234-23-3 璇
+sign \x7488 1245-1236-3 璈
+sign \x7489 123-256-6 璉
+sign \x748B 14-25 璋
+sign \x7490 14-1236-2 璐
+sign \x7498 123-234-3 璘
+sign \x749A 1235-356-3 璚
+sign \x749C 2456-56-3 璜
+sign \x749E 12346-12456-5
+sign \x749F 13-356-1 璟
+sign \x74A0 124-45-3 璠
+sign \x74A3 13-125 璣
+sign \x74A6 126-4 璦
+sign \x74A7 1234-1235 璧
+sign \x74A8 1346-45-4 璨
+sign \x74A9 1235-245-3 璩
+sign \x74AA 14-1236-1 璪
+sign \x74AB 2345-56 璫
+sign \x74B0 2456-45-3 環
+sign \x74B1 234-35 璱
+sign \x74B5 1456-3 璵
+sign \x74BA 134-1246-2 璺
+sign \x74BD 234-346-1 璽
+sign \x74BF 234-23-3 璿
+sign \x74C0 23-6 瓀
+sign \x74C5 123-1235 瓅
+sign \x74CA 1235-356-3 瓊
+sign \x74CF 123-236-3 瓏
+sign \x74D4 245-356 瓔
+sign \x74D6 12345-146 瓖
+sign \x74D8 13-2346-4 瓘
+sign \x74DA 14-45-4 瓚
+sign \x74DB 2346-3 瓛
+sign \x74DC 12345-12 瓜
+sign \x74DD 12346-34-3 瓝
+sign \x74DE 2345-23456-3 瓞
+sign \x74DF 12346-34-3 瓟
+sign \x74E0 136-2 瓠
+sign \x74E1 136-3
+sign \x74E2 12346-13456-3
+sign \x74E3 124-45-2 瓣
+sign \x74E4 1345-56-3 瓤
+sign \x74E5 1345-56-3
+sign \x74E6 1245-12-6 瓦
+sign \x74E7 1245-12-6
+sign \x74EE 236-4 瓮
+sign \x74F4 123-356-3 瓴
+sign \x74F6 12346-356-3 瓶
+sign \x74F7 1346-24-3 瓷
+sign \x74FB 1346-24 瓻
+sign \x74FD 2345-56-1 瓽
+sign \x74FF 12346-16-1 瓿
+sign \x7503 14-16-4 甃
+sign \x7504 245-1246 甄
+sign \x750C 16-0 甌
+sign \x750D 134-1245-3 甍
+sign \x750E 14-23
+sign \x750F 1234-56-4 甏
+sign \x7511 14-1245-2 甑
+sign \x7513 12346-1235 甓
+sign \x7515 1245-236-4 甕
+sign \x7516 14-0 甖
+sign \x7517 256-6 甗
+sign \x7518 13-456 甘
+sign \x751A 234-456-2 甚
+sign \x751C 23456-235-3 甜
+sign \x751F 234-1245 生
+sign \x7521 234-1246 甡
+sign \x7522 1346-45-1 產
+sign \x7525 234-1245 甥
+sign \x7526 234-1236 甦
+sign \x7528 245-236-2 用
+sign \x7529 123-35 甩
+sign \x752A 123-12345-3 甪
+sign \x752B 124-136-1 甫
+sign \x752C 245-236-1 甬
+sign \x752D 1234-1245-1 甭
+sign \x752E 124-236-2 甮
+sign \x752F 1345-356-3 甯
+sign \x7530 23456-256-3 田
+sign \x7531 245-16-3 由
+sign \x7532 13-1234-5 甲
+sign \x7533 234-1246 申
+sign \x7534 14-13-3 甴
+sign \x7537 1345-345-3 男
+sign \x7538 2345-256 甸
+sign \x7539 1234-356 甹
+sign \x753A 2345-356 町
+sign \x753D 14-1246-4 甽
+sign \x753E 14-126 甾
+sign \x753F 134-1246-3 甿
+sign \x7540 1234-125-1 畀
+sign \x7547 2456-1246-3 畇
+sign \x7548 124-45-4 畈
+sign \x754A 13-14
+sign \x754B 23456-256-3 畋
+sign \x754C 13-346-4 界
+sign \x754E 125-23-1 畎
+sign \x754F 2456-146-4 畏
+sign \x7554 1234-2346-2 畔
+sign \x7559 123-16-3 留
+sign \x755A 1234-2346-1 畚
+sign \x755B 1346-1246-1 畛
+sign \x755C 1346-12345 畜
+sign \x755D 134-16-6 畝
+sign \x755F 14-1235 畟
+sign \x7562 1234-35 畢
+sign \x7563 2345-1234-5 畣
+sign \x7564 14-24-2 畤
+sign \x7565 123-246-3 略
+sign \x7566 12456-146-3 畦
+sign \x756A 124-45 番
+sign \x756B 2456-12-2 畫
+sign \x756C 1456-3 畬
+sign \x756F 14-234-4 畯
+sign \x7570 24-2 異
+sign \x7576 2345-56 當
+sign \x7577 14-12356-5 畷
+sign \x7578 1235-125 畸
+sign \x7579 23-1 畹
+sign \x757D 123-234-1 畽
+sign \x757E 123-245-3 畾
+sign \x757F 13-125 畿
+sign \x7584 123-234-3 疄
+sign \x7586 13-25 疆
+sign \x7587 1346-16-3 疇
+sign \x758A 2345-12346-3 疊
+sign \x758B 12346-35 疋
+sign \x758C 14-23456-5 疌
+sign \x758F 234-135 疏
+sign \x7590 14-24-4 疐
+sign \x7591 24-3 疑
+sign \x7594 2345-356 疔
+sign \x7598 13-56 疘
+sign \x7599 1245-35-3 疙
+sign \x759A 13-16-4 疚
+sign \x759D 234-45-4 疝
+sign \x75A2 1346-1246-4 疢
+sign \x75A3 245-16-3 疣
+sign \x75A4 1234-12 疤
+sign \x75A5 13-346-4 疥
+sign \x75A7 14-24 疧
+sign \x75AB 245-1235-3 疫
+sign \x75B0 14-1456-4 疰
+sign \x75B1 12346-34 疱
+sign \x75B2 12346-125-3 疲
+sign \x75B3 13-456 疳
+sign \x75B5 1346-24 疵
+sign \x75B6 234-23456-5 疶
+sign \x75B8 23456-45-1 疸
+sign \x75B9 1346-1246-1 疹
+sign \x75BA 124-35-3 疺
+sign \x75BC 23456-1245-3 疼
+sign \x75BD 14-245 疽
+sign \x75BE 14-35-3 疾
+sign \x75BF 124-146-1 疿
+sign \x75C0 1235-245-3 痀
+sign \x75C1 2345-235-4 痁
+sign \x75C2 13-12 痂
+sign \x75C4 14-12-4 痄
+sign \x75C5 1234-2356-2 病
+sign \x75C7 14-356-4 症
+sign \x75CA 1346-23-3 痊
+sign \x75CC 23456-236 痌
+sign \x75CD 24-3 痍
+sign \x75CE 13-346 痎
+sign \x75CF 124-1256-1 痏
+sign \x75D0 1256-3 痐
+sign \x75D2 245-25-6 痒
+sign \x75D4 14-24-2 痔
+sign \x75D5 125-1246-3 痕
+sign \x75D7 134-1256-2 痗
+sign \x75D8 2345-16-2 痘
+sign \x75D9 13-356-2 痙
+sign \x75DA 125-34 痚
+sign \x75DB 23456-236-4 痛
+sign \x75DE 134-16 痞
+sign \x75E0 234-23 痠
+sign \x75E1 12346-1236 痡
+sign \x75E2 123-125-2 痢
+sign \x75E3 14-24-4 痣
+sign \x75E4 1346-135-3 痤
+sign \x75E5 1346-135-3
+sign \x75E6 1245-2 痦
+sign \x75E7 234-12 痧
+sign \x75E8 234-12
+sign \x75ED 1234-1245 痭
+sign \x75EF 13-2346-1 痯
+sign \x75F0 23456-345-3 痰
+sign \x75F1 124-146-1 痱
+sign \x75F2 134-12-3 痲
+sign \x75F3 123-456-3 痳
+sign \x75F4 1346-24 痴
+sign \x75F6 2345-256-1 痶
+sign \x75F9 1234-125-4 痹
+sign \x75FA 1234-125-4 痺
+sign \x75FB 134-1246-3 痻
+sign \x75FC 13-136-4 痼
+sign \x75FE 135-0 痾
+sign \x75FF 2456-146-1 痿
+sign \x7600 1456-1 瘀
+sign \x7601 234-245-2 瘁
+sign \x7603 14-12345-3 瘃
+sign \x7608 14-146-4 瘈
+sign \x7609 1456-2 瘉
+sign \x760A 125-16-3 瘊
+sign \x760B 124-236 瘋
+sign \x760C 123-2345-5 瘌
+sign \x760D 245-25-3 瘍
+sign \x760F 23456-1236-3 瘏
+sign \x7610 1456-6 瘐
+sign \x7613 2346-2 瘓
+sign \x7615 1245-12 瘕
+sign \x7616 245-456 瘖
+sign \x7619 234-135 瘙
+sign \x761A 1235-12356-5 瘚
+sign \x761B 14-146-4 瘛
+sign \x761E 24-4 瘞
+sign \x761F 2456-1246 瘟
+sign \x7620 14-2456-5 瘠
+sign \x7621 1346-56 瘡
+sign \x7622 1234-45 瘢
+sign \x7623 2456-346-2 瘣
+sign \x7624 123-16-3 瘤
+sign \x7625 1346-346-4 瘥
+sign \x7626 234-16-4 瘦
+sign \x7627 245-246-3 瘧
+sign \x7628 2345-256 瘨
+sign \x7629 2345-1234-5 瘩
+sign \x762D 1234-13456 瘭
+sign \x7630 123-135-1 瘰
+sign \x7631 24-4 瘱
+sign \x7633 1346-16 瘳
+sign \x7634 14-25-4 瘴
+sign \x7635 14-346-4 瘵
+sign \x7638 1235-15-3 瘸
+sign \x763A 123-16-2 瘺
+sign \x763C 134-12456-3 瘼
+sign \x763D 13-1246-1 瘽
+sign \x7642 123-13456-3 療
+sign \x7643 123-236-3 癃
+sign \x7646 123-1236-3 癆
+sign \x7647 13-45-1 癇
+sign \x7648 124-146-4 癈
+sign \x7649 2345-45 癉
+sign \x764C 1245-345-3 癌
+sign \x764E 13-45-1 癎
+sign \x7652 1456-2 癒
+sign \x7656 12346-1235 癖
+sign \x7657 123-245-6 癗
+sign \x7658 123-146-2 癘
+sign \x765C 2345-256-2 癜
+sign \x765F 1234-23456-3 癟
+sign \x7660 14-146-2 癠
+sign \x7661 1346-24 癡
+sign \x7662 245-25-6 癢
+sign \x7664 14-23456-5 癤
+sign \x7665 14-356 癥
+sign \x7666 134-46-3 癦
+sign \x7669 123-346-4 癩
+sign \x766C 234-256-1 癬
+sign \x766D 245-356-1 癭
+sign \x766E 245-1246-6 癮
+sign \x7670 245-236 癰
+sign \x7671 23456-45-1 癱
+sign \x7672 2345-256 癲
+sign \x7675 123-23 癵
+sign \x7678 12345-146-4 癸
+sign \x767B 2345-1245 登
+sign \x767C 124-2345-5 發
+sign \x767D 1234-13-3 白
+sign \x767E 1234-13-5 百
+sign \x767F 13-12 癿
+sign \x7681 14-1236-2 皁
+sign \x7682 14-1236-2 皂
+sign \x7684 2345-1235 的
+sign \x7686 13-346 皆
+sign \x7687 2456-56-3 皇
+sign \x7688 12345-146 皈
+sign \x768B 13-1236 皋
+sign \x768E 13-34-1 皎
+sign \x7693 125-1236-2 皓
+sign \x7695 1234-12345-3 皕
+sign \x7696 2346-6 皖
+sign \x7699 234-1235 皙
+sign \x769A 1245-126-1 皚
+sign \x769C 125-1236-2 皜
+sign \x76A4 12346-135-3 皤
+sign \x76A6 13-34-1 皦
+sign \x76AA 123-1235 皪
+sign \x76AB 12346-13456-4
+sign \x76AD 14-13456-4 皭
+sign \x76AE 12346-125-3 皮
+sign \x76B0 12346-1256-4 皰
+sign \x76B4 234-234 皴
+sign \x76B5 14-246-5 皵
+sign \x76B8 1245-1246 皸
+sign \x76BA 14-16-4 皺
+sign \x76BB 14-12 皻
+sign \x76BD 14-256-1 皽
+sign \x76BE 2345-12345-3 皾
+sign \x76BF 134-356-6 皿
+sign \x76C2 1456-3 盂
+sign \x76C3 1234-1256 盃
+sign \x76C5 14-236 盅
+sign \x76C6 12346-2346-3 盆
+sign \x76C8 245-356-3 盈
+sign \x76C9 2456-135-3 盉
+sign \x76CA 245-1235 益
+sign \x76CD 125-1234-3 盍
+sign \x76CE 56-4 盎
+sign \x76D2 125-26-3 盒
+sign \x76D4 12456-146 盔
+sign \x76DB 234-356-2 盛
+sign \x76DC 2345-1236-2 盜
+sign \x76DD 123-12345-3 盝
+sign \x76DE 14-45-1 盞
+sign \x76DF 134-1245-3 盟
+sign \x76E0 12346-2346-3
+sign \x76E1 14-234-2 盡
+sign \x76E2 14-234-2
+sign \x76E3 13-345 監
+sign \x76E4 12346-2346-3 盤
+sign \x76E5 13-2346-4 盥
+sign \x76E6 456-0 盦
+sign \x76E7 123-1236-3 盧
+sign \x76E8 123-1236-3
+sign \x76E9 14-16-1 盩
+sign \x76EA 2345-56-2 盪
+sign \x76EC 13-136-1 盬
+sign \x76ED 123-245-2 盭
+sign \x76EE 134-12345-3 目
+sign \x76EF 2345-356 盯
+sign \x76F1 125-245 盱
+sign \x76F2 134-14-3 盲
+sign \x76F4 14-1235-3 直
+sign \x76F5 123-125-3 盵
+sign \x76F8 234-25 相
+sign \x76F9 2345-234-2 盹
+sign \x76FB 125-146-2 盻
+sign \x76FC 12346-45-4 盼
+sign \x76FE 23456-234-6 盾
+sign \x7701 234-14-1 省
+sign \x7704 134-256-6 眄
+sign \x7705 12346-45 眅
+sign \x7707 134-13456-6 眇
+sign \x7708 2345-345 眈
+sign \x7709 134-125-3 眉
+sign \x770A 134-1236-2 眊
+sign \x770B 125-1345-4 看
+sign \x770C 23-2
+sign \x7711 13456-1 眑
+sign \x7715 1346-1246-1 眕
+sign \x7719 24-3 眙
+sign \x771A 234-14-1 眚
+sign \x771B 134-1256-2 眛
+sign \x771F 14-1246 真
+sign \x7720 134-256-3 眠
+sign \x7722 23-0 眢
+sign \x7723 2345-23456-3 眣
+sign \x7725 14-346-2 眥
+sign \x7728 14-345-1 眨
+sign \x7729 23-3 眩
+sign \x772D 12456-146-3 眭
+sign \x772F 134-146 眯
+sign \x7731 24-3 眱
+sign \x7734 23-2 眴
+sign \x7735 1346-24 眵
+sign \x7736 125-56 眶
+sign \x7737 13-23-4 眷
+sign \x7738 134-16-3 眸
+sign \x773A 23456-13456-4
+sign \x773C 1245-45-6 眼
+sign \x773D 134-13-3 眽
+sign \x773E 14-236-4 眾
+sign \x7740 14-246-3 着
+sign \x7745 125-1345-6 睅
+sign \x7746 2346-6 睆
+sign \x7747 23456-146-1 睇
+sign \x774A 13-23-4 睊
+sign \x774D 256-6 睍
+sign \x774E 125-125 睎
+sign \x774F 12456-1246-4 睏
+sign \x7752 234-235-1 睒
+sign \x7756 123-356-2 睖
+sign \x775A 1245-346-3 睚
+sign \x775B 14-356 睛
+sign \x775C 14-1245 睜
+sign \x775E 123-126-3 睞
+sign \x775F 234-245-2 睟
+sign \x7760 13-23-4 睠
+sign \x7761 234-245-2 睡
+sign \x7762 14-245 睢
+sign \x7763 2345-12345 督
+sign \x7765 12346-125-6 睥
+sign \x7766 134-12345-3 睦
+sign \x7767 124-1246 睧
+sign \x7768 1245-146-2 睨
+sign \x7769 123-12345-3 睩
+sign \x776A 13-1236 睪
+sign \x776B 14-23456-5 睫
+sign \x776C 1346-126-1 睬
+sign \x7779 2345-1236-1 睹
+sign \x777C 2345-146-2 睼
+sign \x777D 12456-146-3 睽
+sign \x777E 13-1236 睾
+sign \x777F 245-245-2 睿
+sign \x7780 134-16-2 瞀
+sign \x7784 134-13456-3 瞄
+sign \x7785 1346-16-1 瞅
+sign \x7787 134-125 瞇
+sign \x778B 1346-1246 瞋
+sign \x778C 125-26-3 瞌
+sign \x778D 234-16-1 瞍
+sign \x778E 125-35-3 瞎
+sign \x7791 134-356-3 瞑
+sign \x7793 124-1246-4 瞓
+sign \x779C 123-16 瞜
+sign \x779E 134-2346-3 瞞
+sign \x779F 12346-13456-6
+sign \x77A0 1346-14 瞠
+sign \x77A2 134-236-1 瞢
+sign \x77A5 12346-23456-5
+sign \x77A7 1346-13456-3 瞧
+sign \x77AA 2345-1245 瞪
+sign \x77AB 234-456-1 瞫
+sign \x77AC 234-234-4 瞬
+sign \x77AD 123-13456-6 瞭
+sign \x77B0 125-456-4 瞰
+sign \x77B2 12356-3 瞲
+sign \x77B3 23456-236-3 瞳
+sign \x77B5 123-234-3 瞵
+sign \x77B6 1235-1256-1 瞶
+sign \x77B7 13-45-4 瞷
+sign \x77BB 14-235 瞻
+sign \x77BC 13-235-1 瞼
+sign \x77BD 13-136-1 瞽
+sign \x77BF 13-245-4 瞿
+sign \x77C7 134-236-3 矇
+sign \x77C9 12346-1246-3 矉
+sign \x77CB 123-146-2 矋
+sign \x77CD 124-12456-5 矍
+sign \x77CE 125-356-4 矎
+sign \x77D0 124-12456-5 矐
+sign \x77D3 123-236-3 矓
+sign \x77D4 13-2346-4 矔
+sign \x77D7 1346-12345 矗
+sign \x77DA 14-12345 矚
+sign \x77DB 134-34-3 矛
+sign \x77DC 13-356 矜
+sign \x77DE 123-1346-3 矞
+sign \x77E1 13-245-1
+sign \x77E2 1346-24-1 矢
+sign \x77E3 24-6 矣
+sign \x77E4 24-6
+sign \x77E5 14-24 知
+sign \x77E6 14-24
+sign \x77E7 1346-1246-1 矧
+sign \x77E8 1346-1246-1
+sign \x77E9 13-245-1 矩
+sign \x77EC 1346-135-3 矬
+sign \x77ED 2345-23-1 短
+sign \x77EE 146-1 矮
+sign \x77EF 13-13456-1 矯
+sign \x77F0 14-1245 矰
+sign \x77F1 2456-12456-5 矱
+sign \x77F3 234-2456-3 石
+sign \x77F8 13-125 矸
+sign \x77F9 13-2345 矹
+sign \x77FB 1245-35-3 矻
+sign \x77FC 13-56 矼
+sign \x77FD 14-1235-3 矽
+sign \x7802 234-12 砂
+sign \x7806 124-136 砆
+sign \x7809 125-245 砉
+sign \x780C 1346-146-4 砌
+sign \x780D 125-456-1 砍
+sign \x780F 12346-45 砏
+sign \x7811 1245-12-2 砑
+sign \x7812 12346-125 砒
+sign \x7814 256-3 研
+sign \x781D 124-2345-5 砝
+sign \x781F 14-12-4 砟
+sign \x7820 14-245 砠
+sign \x7822 123-135-1 砢
+sign \x7823 23456-135-3 砣
+sign \x7825 2345-146-1 砥
+sign \x7826 14-346-2 砦
+sign \x7827 14-456 砧
+sign \x782B 14-1456-1 砫
+sign \x782C 123-12 砬
+sign \x782D 1234-256 砭
+sign \x782E 1345-1236-6 砮
+sign \x7830 12346-356 砰
+sign \x7832 12346-34-4 砲
+sign \x7834 12346-135-4 破
+sign \x7835 1234-1356-5 砵
+sign \x7837 234-1246 砷
+sign \x7838 14-1234-5 砸
+sign \x7843 14-1456 硃
+sign \x7845 12345-146 硅
+sign \x7849 123-1236-2 硉
+sign \x784C 13-12456-5 硌
+sign \x784E 245-356-3 硎
+sign \x7850 2345-236-2 硐
+sign \x7852 234-146 硒
+sign \x785C 125-1245 硜
+sign \x785D 234-13456 硝
+sign \x7860 123-56-3 硠
+sign \x7864 125-1234-3 硤
+sign \x7868 1346-15 硨
+sign \x786A 1245-135-3 硪
+sign \x786B 123-16-3 硫
+sign \x786C 1245-14-2 硬
+sign \x786D 134-56-3 硭
+sign \x786E 1235-12456-5 确
+sign \x786F 256-2 硯
+sign \x787C 12346-14-3 硼
+sign \x787E 14-245-2 硾
+sign \x787F 125-236
+sign \x7881 13-125
+sign \x7887 2345-2356-2 碇
+sign \x7889 2345-13456 碉
+sign \x788C 123-12345 碌
+sign \x788E 234-245-4 碎
+sign \x788F 14-246-5 碏
+sign \x7891 1234-125 碑
+sign \x7893 2345-245-4 碓
+sign \x7895 1235-125-3 碕
+sign \x7897 2346-1 碗
+sign \x7898 2345-256-1 碘
+sign \x789A 1234-1256-2 碚
+sign \x789E 1245-345-3 碞
+sign \x789F 2345-12346-3 碟
+sign \x78A1 2345-12345-3 碡
+sign \x78A3 1235-23456-5 碣
+sign \x78A5 1234-256-1 碥
+sign \x78A7 1234-1235 碧
+sign \x78A8 2456-146-4 碨
+sign \x78A9 234-2456-3 碩
+sign \x78AA 14-456 碪
+sign \x78AB 2345-23-4 碫
+sign \x78AD 2345-56-2 碭
+sign \x78B0 12346-236-4 碰
+sign \x78B2 2345-146-4 碲
+sign \x78B3 23456-45-4 碳
+sign \x78B4 14-12 碴
+sign \x78BA 1235-12456-5 確
+sign \x78BB 1235-12456-5 碻
+sign \x78BC 134-12-6 碼
+sign \x78BE 14-256-1 碾
+sign \x78C1 1346-24-3 磁
+sign \x78C5 1234-56-2 磅
+sign \x78C9 234-56-1 磉
+sign \x78CA 123-245-6 磊
+sign \x78CB 1346-135 磋
+sign \x78CC 23456-256-3 磌
+sign \x78D0 12346-2346-3 磐
+sign \x78D1 2456-146-4 磑
+sign \x78D4 14-13-3 磔
+sign \x78D5 125-26-3 磕
+sign \x78DA 14-23 磚
+sign \x78DE 12346-14 磞
+sign \x78DF 123-12345 磟
+sign \x78E0 123-1236-6 磠
+sign \x78E1 125-456-4 磡
+sign \x78E2 125-456-4
+sign \x78E3 1346-456-1 磣
+sign \x78E4 1346-456-1
+sign \x78E5 123-245-6 磥
+sign \x78E6 123-245-6
+sign \x78E7 14-1235 磧
+sign \x78E8 134-135-3 磨
+sign \x78E9 134-135-3
+sign \x78EA 1346-245 磪
+sign \x78EC 125-356-4 磬
+sign \x78EF 13-125 磯
+sign \x78F2 1235-245-3 磲
+sign \x78F4 2345-1245-4 磴
+sign \x78F7 123-234-3 磷
+sign \x78F9 2345-235-4 磹
+sign \x78FA 2456-56-3 磺
+sign \x78FB 12346-2346-3 磻
+sign \x78FD 125-34 磽
+sign \x78FE 2345-146 磾
+sign \x78FF 123-1235-3 磿
+sign \x7901 14-13456 礁
+sign \x7904 1235-13456-3 礄
+sign \x7905 2345-234 礅
+sign \x7909 125-34 礉
+sign \x790C 123-245-2 礌
+sign \x790E 1346-135-1 礎
+sign \x7910 1235-12456-5 礐
+sign \x7912 24-6
+sign \x7913 13-25 礓
+sign \x7919 1245-126-2 礙
+sign \x791E 134-236-3 礞
+sign \x7921 1234-12456-3 礡
+sign \x7924 1346-2345-5 礤
+sign \x7926 1235-56-4 礦
+sign \x7927 123-245-2 礧
+sign \x7929 14-35 礩
+sign \x792A 123-146-2 礪
+sign \x792B 123-1235 礫
+sign \x792C 124-45-3 礬
+sign \x7931 123-236-3 礱
+sign \x793A 234-24-2 示
+sign \x793D 245-356-3 礽
+sign \x793E 234-15-6 社
+sign \x793F 245-246-3 礿
+sign \x7940 14-24-2 祀
+sign \x7941 1235-125-3 祁
+sign \x7942 23456-12 祂
+sign \x7945 125-256 祅
+sign \x7946 13456-1 祆
+sign \x7947 14-24-1 祇
+sign \x7948 1235-125-3 祈
+sign \x7949 14-24-1 祉
+sign \x794A 1234-1245 祊
+sign \x794F 234-2456-3 祏
+sign \x7950 245-16-2 祐
+sign \x7953 124-35 祓
+sign \x7954 124-136-2 祔
+sign \x7955 1234-125-4 祕
+sign \x7956 14-1236-1 祖
+sign \x7957 14-24 祗
+sign \x795A 14-1236-2 祚
+sign \x795B 1235-245 祛
+sign \x795C 136-1 祜
+sign \x795D 14-12345 祝
+sign \x795E 234-1246-3 神
+sign \x795F 234-245-2 祟
+sign \x7960 1346-24-3 祠
+sign \x7965 1346-25-3 祥
+sign \x7967 23456-13456 祧
+sign \x7968 12346-13456-4
+sign \x796B 125-1234-3 祫
+sign \x796D 14-146-4 祭
+sign \x7972 14-456 祲
+sign \x797A 1235-125-3 祺
+sign \x797C 13-2346-4 祼
+sign \x797F 123-12345-3 祿
+sign \x7981 13-456-4 禁
+sign \x798A 125-146-2 禊
+sign \x798B 245-1246 禋
+sign \x798D 2456-135-2 禍
+sign \x798E 14-356 禎
+sign \x798F 124-12345 福
+sign \x7993 245-25-3 禓
+sign \x7994 23456-146-3 禔
+sign \x7995 24-0 禕
+sign \x7996 134-1256-3 禖
+sign \x7998 2345-146-4 禘
+sign \x799A 14-246-5 禚
+sign \x799B 14-1246 禛
+sign \x79A1 1245-12-3 禡
+sign \x79A4 125-23 禤
+sign \x79A6 1456-2 禦
+sign \x79A7 125-125 禧
+sign \x79A8 13-125 禨
+sign \x79AA 234-235-3 禪
+sign \x79AB 23456-345-6 禫
+sign \x79AD 234-245-2 禭
+sign \x79AE 123-146-6 禮
+sign \x79B0 1345-125-3 禰
+sign \x79B1 23456-1236-1 禱
+sign \x79B3 245-25-3 禳
+sign \x79B4 245-246-3 禴
+sign \x79B9 1456-6 禹
+sign \x79BA 1456-3 禺
+sign \x79BB 123-125-3 离
+sign \x79BD 1235-456-3 禽
+sign \x79BE 2456-135-3 禾
+sign \x79BF 23456-12345 禿
+sign \x79C0 234-16-4 秀
+sign \x79C1 234-24 私
+sign \x79C5 1346-12-3 秅
+sign \x79C8 234-256 秈
+sign \x79C9 1234-356-1 秉
+sign \x79CB 1346-16 秋
+sign \x79CD 14-236-4 种
+sign \x79CF 125-1236-4 秏
+sign \x79D1 124-135 科
+sign \x79D2 134-13456-6 秒
+sign \x79D5 1234-125-1 秕
+sign \x79D6 14-24-1 秖
+sign \x79D8 1234-125-4 秘
+sign \x79DF 14-1236 租
+sign \x79E0 12346-125 秠
+sign \x79E1 12346-125
+sign \x79E3 134-1356-5 秣
+sign \x79E4 1346-356-4 秤
+sign \x79E5 12346-356-3
+sign \x79E6 1346-234-3 秦
+sign \x79E7 245-25 秧
+sign \x79E8 245-25
+sign \x79E9 2345-23456-3 秩
+sign \x79EB 234-1346-3 秫
+sign \x79EC 13-245-2 秬
+sign \x79ED 14-24-1 秭
+sign \x79F7 14-35-3 秷
+sign \x79F8 13-346 秸
+sign \x79FA 2345-1236-4 秺
+sign \x79FB 24-3 移
+sign \x7A00 125-125 稀
+sign \x7A02 123-56-3 稂
+sign \x7A03 124-136 稃
+sign \x7A05 234-245-4 稅
+sign \x7A08 13-1345-1 稈
+sign \x7A0A 23456-146-3 稊
+sign \x7A0B 1346-356-3 程
+sign \x7A0C 23456-1236-3 稌
+sign \x7A0D 234-34-1 稍
+sign \x7A11 123-12345-3 稑
+sign \x7A14 1345-456-6 稔
+sign \x7A17 1234-146-2 稗
+sign \x7A18 13-125 稘
+sign \x7A19 14-1235-3 稙
+sign \x7A1A 14-24-2 稚
+sign \x7A1B 12456-1246-1 稛
+sign \x7A1C 123-356-3 稜
+sign \x7A1E 124-135 稞
+sign \x7A1F 1234-1246-1 稟
+sign \x7A20 1346-16-3 稠
+sign \x7A28 1234-256-1 稨
+sign \x7A2D 13-346
+sign \x7A2E 14-236-1 種
+sign \x7A30 234-245 稰
+sign \x7A31 1346-356 稱
+sign \x7A37 14-1235 稷
+sign \x7A39 14-1246-1 稹
+sign \x7A3B 2345-1236-2 稻
+sign \x7A3C 13-12-4 稼
+sign \x7A3D 1235-146 稽
+sign \x7A3F 13-1236-1 稿
+sign \x7A40 13-12345 穀
+sign \x7A44 14-146-4 穄
+sign \x7A46 134-12345-3 穆
+sign \x7A47 234-345 穇
+sign \x7A48 134-2346-3 穈
+sign \x7A49 14-24-2
+sign \x7A4A 1235-125-4 穊
+sign \x7A4B 123-12345-3 穋
+sign \x7A4C 234-1236 穌
+sign \x7A4D 14-1235 積
+sign \x7A4E 2456-356-2 穎
+sign \x7A57 234-245-2 穗
+sign \x7A5B 1346-246-5 穛
+sign \x7A5F 234-245-2 穟
+sign \x7A60 1345-236-3 穠
+sign \x7A61 234-1235 穡
+sign \x7A62 2456-146-4 穢
+sign \x7A67 14-146-2 穧
+sign \x7A68 23456-245-3 穨
+sign \x7A69 2456-1246-1 穩
+sign \x7A6B 2456-12456-3 穫
+sign \x7A6D 123-245-6 穭
+sign \x7A6E 1234-13456 穮
+sign \x7A70 245-25-3 穰
+sign \x7A74 12356-3 穴
+sign \x7A75 2456-2345-5 穵
+sign \x7A76 13-16-4 究
+sign \x7A78 14-1235-3 穸
+sign \x7A79 1235-236-3 穹
+sign \x7A7A 125-236 空
+sign \x7A7E 1245-34-6 穾
+sign \x7A7F 1346-23 穿
+sign \x7A80 14-234 窀
+sign \x7A81 2345-35-3 突
+sign \x7A84 14-13-5 窄
+sign \x7A85 13456-1 窅
+sign \x7A86 1234-256-1 窆
+sign \x7A88 134-13456-3 窈
+sign \x7A8A 2456-12 窊
+sign \x7A8B 12345-35-3 窋
+sign \x7A8C 13-34-4 窌
+sign \x7A92 14-35-3 窒
+sign \x7A94 1245-34-6 窔
+sign \x7A95 23456-13456-6
+sign \x7A96 13-34-4 窖
+sign \x7A97 1346-25 窗
+sign \x7A98 12456-1246-4 窘
+sign \x7A9E 23456-456-6 窞
+sign \x7A9F 124-35 窟
+sign \x7AA0 2456-135 窠
+sign \x7AA3 234-1346 窣
+sign \x7AA8 245-456-4 窨
+sign \x7AA9 2456-135 窩
+sign \x7AAA 2456-12 窪
+sign \x7AAB 14-2345-5 窫
+sign \x7AAC 1456-3 窬
+sign \x7AAE 1235-236-3 窮
+sign \x7AAF 13456-3 窯
+sign \x7AB0 13456-3 窰
+sign \x7AB1 23456-13456-6
+sign \x7AB5 2345-13456-4 窵
+sign \x7AB6 13-245-2 窶
+sign \x7AB8 234-1235 窸
+sign \x7ABA 12456-146 窺
+sign \x7ABE 124-2346-1 窾
+sign \x7ABF 123-236 窿
+sign \x7AC3 14-1236-4
+sign \x7AC4 1346-23-1 竄
+sign \x7AC5 125-13456-4 竅
+sign \x7AC7 2345-16-2 竇
+sign \x7ACA 234-23456-5 竊
+sign \x7ACB 123-26-3 立
+sign \x7AD1 2456-1245-3 竑
+sign \x7AD9 14-345-2 站
+sign \x7ADF 13-356-1 竟
+sign \x7AE0 14-25 章
+sign \x7AE3 14-234-4 竣
+sign \x7AE5 23456-236-3 童
+sign \x7AE6 234-236-1 竦
+sign \x7AEB 14-356-2 竫
+sign \x7AED 1235-23456-5 竭
+sign \x7AEF 2345-23 端
+sign \x7AF6 13-356-4 競
+sign \x7AF9 14-12345 竹
+sign \x7AFA 14-12345 竺
+sign \x7AFB 123-46-3 竻
+sign \x7AFD 1456-3 竽
+sign \x7AFF 13-1345 竿
+sign \x7B04 13-146 笄
+sign \x7B06 1234-12 笆
+sign \x7B08 1235-26 笈
+sign \x7B0A 14-34-4 笊
+sign \x7B0F 124-35 笏
+sign \x7B11 234-13456-4 笑
+sign \x7B13 12346-125-3 笓
+sign \x7B18 234-235-4 笘
+sign \x7B19 234-1245 笙
+sign \x7B1B 2345-2456-3 笛
+sign \x7B1E 1346-24 笞
+sign \x7B20 123-26 笠
+sign \x7B22 134-1246-6 笢
+sign \x7B24 23456-13456-3
+sign \x7B25 14-24-2 笥
+sign \x7B26 124-136-3 符
+sign \x7B28 1234-1246-2 笨
+sign \x7B2A 2345-2345-5 笪
+sign \x7B2C 2345-146-2 第
+sign \x7B2D 123-356-3 笭
+sign \x7B2E 14-12456-5 笮
+sign \x7B2F 1345-1236-3 笯
+sign \x7B30 124-35 笰
+sign \x7B31 13-16-1 笱
+sign \x7B32 1234-256-2 笲
+sign \x7B33 13-12 笳
+sign \x7B35 124-45-2 笵
+sign \x7B38 12346-135-1 笸
+sign \x7B3B 1235-236-3 笻
+sign \x7B45 234-256-1 筅
+sign \x7B46 1234-35 筆
+sign \x7B47 1235-236-3 筇
+sign \x7B48 1235-1356-5 筈
+sign \x7B49 2345-1245-1 等
+sign \x7B4A 13-34-1 筊
+sign \x7B4B 13-1246 筋
+sign \x7B4C 1346-23-3 筌
+sign \x7B4D 234-234-1 筍
+sign \x7B4F 124-35-3 筏
+sign \x7B50 125-56 筐
+sign \x7B51 14-12345 筑
+sign \x7B52 23456-236-3 筒
+sign \x7B54 2345-1234-5 答
+sign \x7B56 1346-13-5 策
+sign \x7B58 1235-16-4 筘
+sign \x7B60 12345-1246 筠
+sign \x7B63 123-125-3 筣
+sign \x7B64 123-56-3 筤
+sign \x7B65 13-245-1 筥
+sign \x7B66 13-2346-1 筦
+sign \x7B67 13-45-1 筧
+sign \x7B69 23456-236-3 筩
+sign \x7B6D 234-23-4 筭
+sign \x7B6E 234-146-2 筮
+sign \x7B70 14-12456-3 筰
+sign \x7B71 234-13456-1 筱
+sign \x7B72 234-34 筲
+sign \x7B73 23456-356-3 筳
+sign \x7B74 1346-13-5 筴
+sign \x7B75 256-3 筵
+sign \x7B77 124-346-4 筷
+sign \x7B78 13-1345-1 筸
+sign \x7B84 1234-125 箄
+sign \x7B85 1234-125-4 箅
+sign \x7B87 13-135-4 箇
+sign \x7B8B 14-256 箋
+sign \x7B8C 2345-1236-1
+sign \x7B8D 1235-136 箍
+sign \x7B8E 1346-24-3 箎
+sign \x7B8F 14-1245 箏
+sign \x7B90 14-356 箐
+sign \x7B91 234-1234-5 箑
+sign \x7B92 14-16-1
+sign \x7B94 1234-12456-3 箔
+sign \x7B95 13-125 箕
+sign \x7B97 234-23-4 算
+sign \x7B98 12345-1246-1 箘
+sign \x7B9B 1235-136 箛
+sign \x7B9C 125-236 箜
+sign \x7B9D 1235-235-3 箝
+sign \x7BA0 234-245-3 箠
+sign \x7BA1 13-2346-1 管
+sign \x7BAC 245-246-3 箬
+sign \x7BAD 14-256-4 箭
+sign \x7BB1 234-25 箱
+sign \x7BB4 14-456 箴
+sign \x7BB7 24-3 箷
+sign \x7BB8 14-1456-2 箸
+sign \x7BC0 14-23456-5 節
+sign \x7BC1 2456-56-3 篁
+sign \x7BC4 124-45-2 範
+sign \x7BC6 234-23-2 篆
+sign \x7BC7 12346-256 篇
+sign \x7BC9 14-12345 築
+sign \x7BCB 125-1234-3 篋
+sign \x7BCC 125-16-3 篌
+sign \x7BD4 2456-1246-3 篔
+sign \x7BD8 1346-16 篘
+sign \x7BD9 13-1236 篙
+sign \x7BDA 124-125-1 篚
+sign \x7BDB 245-246-3 篛
+sign \x7BDD 13-16 篝
+sign \x7BE0 234-13456-1 篠
+sign \x7BE1 234-45-4 篡
+sign \x7BE4 2345-12345 篤
+sign \x7BE5 123-1346-3 篥
+sign \x7BE6 1234-125-2 篦
+sign \x7BE8 1346-245-3 篨
+sign \x7BE9 234-146 篩
+sign \x7BEA 1346-24-3 篪
+sign \x7BF1 123-125-3 篱
+sign \x7BF2 2456-146-2 篲
+sign \x7BF3 1234-35 篳
+sign \x7BF4 2345-2456-3 篴
+sign \x7BF7 12346-236-3 篷
+sign \x7BF8 1346-345-1 篸
+sign \x7BF9 14-23-1 篹
+sign \x7BFE 134-23456-3 篾
+sign \x7C00 14-13-5 簀
+sign \x7C03 24-3 簃
+sign \x7C07 1346-12345 簇
+sign \x7C09 14-1236-2 簉
+sign \x7C0B 12345-146-1 簋
+sign \x7C0C 1346-12345 簌
+sign \x7C0D 123-16-6 簍
+sign \x7C0F 123-12345 簏
+sign \x7C11 234-135 簑
+sign \x7C15 123-46-3
+sign \x7C1D 123-13456-3 簝
+sign \x7C1E 2345-45 簞
+sign \x7C1F 23456-235-6 簟
+sign \x7C20 124-136-1 簠
+sign \x7C21 13-45-1 簡
+sign \x7C23 12345-146-2 簣
+sign \x7C26 2345-1245 簦
+sign \x7C27 2456-56-3 簧
+sign \x7C28 234-234-1 簨
+sign \x7C2A 14-345 簪
+sign \x7C2B 234-13456 簫
+sign \x7C2D 234-146-2 簭
+sign \x7C30 12346-346-3 簰
+sign \x7C33 13-1345-1 簳
+sign \x7C37 234-235-3 簷
+sign \x7C38 1234-135-4 簸
+sign \x7C39 2345-56 簹
+sign \x7C3B 12345-135 簻
+sign \x7C3D 1346-235 簽
+sign \x7C3E 123-235-3 簾
+sign \x7C3F 1234-1236-2 簿
+sign \x7C40 14-16-2 籀
+sign \x7C43 123-345-3 籃
+sign \x7C4A 23456-1235 籊
+sign \x7C4C 1346-16-3 籌
+sign \x7C4D 14-1235-3 籍
+sign \x7C50 23456-1245-3 籐
+sign \x7C53 124-45 籓
+sign \x7C54 234-16-1 籔
+sign \x7C5B 14-256
+sign \x7C5C 23456-12456-5
+sign \x7C5D 256-356-3
+sign \x7C5F 123-346-2 籟
+sign \x7C60 123-236-3 籠
+sign \x7C63 13-45-1 籣
+sign \x7C64 1346-235 籤
+sign \x7C65 245-246-3 籥
+sign \x7C67 1235-245-3 籧
+sign \x7C69 1234-256 籩
+sign \x7C6A 2345-23-2 籪
+sign \x7C6C 123-125-3 籬
+sign \x7C6E 123-135-3 籮
+sign \x7C6F 245-356-3 籯
+sign \x7C72 1456-2 籲
+sign \x7C73 134-146-6 米
+sign \x7C75 2345-135 籵
+sign \x7C78 234-456-4 籸
+sign \x7C79 1345-245-6 籹
+sign \x7C7A 125-35-3 籺
+sign \x7C7D 14-24-1 籽
+sign \x7C89 124-1246-1 粉
+sign \x7C91 1234-12 粑
+sign \x7C92 1345-26 粒
+sign \x7C94 13-245-4 粔
+sign \x7C95 12346-13-5
+sign \x7C97 1346-1236 粗
+sign \x7C98 1345-235 粘
+sign \x7C9E 234-146 粞
+sign \x7C9F 234-12345 粟
+sign \x7CA2 14-24 粢
+sign \x7CA5 14-12345 粥
+sign \x7CA7 14-56
+sign \x7CAE 123-25-3
+sign \x7CB1 123-25-3 粱
+sign \x7CB2 1346-45-4 粲
+sign \x7CB3 13-1245 粳
+sign \x7CB5 12356-3 粵
+sign \x7CB9 234-245-2 粹
+sign \x7CBA 1234-146-2 粺
+sign \x7CBB 14-25 粻
+sign \x7CBC 123-234-3 粼
+sign \x7CBD 14-236-1 粽
+sign \x7CBE 14-356 精
+sign \x7CBF 12345-135-1 粿
+sign \x7CC5 1345-16-1 糅
+sign \x7CC8 234-245-1 糈
+sign \x7CC9 14-236-4
+sign \x7CCA 136-3 糊
+sign \x7CCC 14-345 糌
+sign \x7CCD 1346-24-3 糍
+sign \x7CCE 56-123-125-3-134-146-6
+sign \x7CD2 1234-125-2 糒
+sign \x7CD5 13-1236 糕
+sign \x7CD6 23456-56-3 糖
+sign \x7CD7 1346-16-4 糗
+sign \x7CD9 1346-1236-4 糙
+sign \x7CDC 134-125-3 糜
+sign \x7CDD 234-345-1 糝
+sign \x7CDE 124-1246-4 糞
+sign \x7CDF 14-1236 糟
+sign \x7CE0 125-56 糠
+sign \x7CE2 134-1236-3 糢
+sign \x7CE7 123-25-3 糧
+sign \x7CE8 13-25-2 糨
+sign \x7CEA 1234-12456 糪
+sign \x7CEF 1345-135-2 糯
+sign \x7CF0 23456-23-3 糰
+sign \x7CF1 23456-3 糱
+sign \x7CF2 123-146-2 糲
+sign \x7CF4 2345-2456-3 糴
+sign \x7CF6 23456-13456-4
+sign \x7CF7 123-45-2 糷
+sign \x7CF8 134-1235-3 糸
+sign \x7CFB 125-146-2 系
+sign \x7CFE 13-16-1 糾
+sign \x7D00 13-125-1 紀
+sign \x7D02 14-16-2 紂
+sign \x7D03 1346-234-3 紃
+sign \x7D04 245-246-5 約
+sign \x7D05 125-236-3 紅
+sign \x7D06 1456-0 紆
+sign \x7D07 125-35-3 紇
+sign \x7D08 23-3 紈
+sign \x7D09 245-1246-2 紉
+sign \x7D0A 134-1246-2 紊
+sign \x7D0B 134-1246-3 紋
+sign \x7D0D 1345-1234-3 納
+sign \x7D10 1345-16-1 紐
+sign \x7D11 124-16-1 紑
+sign \x7D13 234-1456 紓
+sign \x7D14 234-234-3 純
+sign \x7D15 12346-125 紕
+sign \x7D16 14-1246-4 紖
+sign \x7D17 234-12 紗
+sign \x7D18 2456-1245-3 紘
+sign \x7D19 14-24-1 紙
+sign \x7D1A 1235-26 級
+sign \x7D1B 124-1246 紛
+sign \x7D1C 2456-1246-3 紜
+sign \x7D1D 245-456-2 紝
+sign \x7D1E 2345-456-4 紞
+sign \x7D1F 1235-456 紟
+sign \x7D20 234-1236-4 素
+sign \x7D21 124-56-1 紡
+sign \x7D22 234-12456-5 索
+sign \x7D29 2345-23456-3 紩
+sign \x7D2B 14-24-1 紫
+sign \x7D2C 1346-16 紬
+sign \x7D2E 14-2345-5 紮
+sign \x7D2F 123-245-2 累
+sign \x7D30 234-146-4 細
+sign \x7D31 124-35 紱
+sign \x7D32 234-23456-5 紲
+sign \x7D33 234-1246 紳
+sign \x7D35 1346-1456-6 紵
+sign \x7D39 234-13456-2 紹
+sign \x7D3A 13-456-4 紺
+sign \x7D3C 124-35 紼
+sign \x7D3D 23456-135-3 紽
+sign \x7D3E 1346-1246-1 紾
+sign \x7D3F 2345-126-2 紿
+sign \x7D40 14-12356-5 絀
+sign \x7D41 234-24 絁
+sign \x7D42 14-236 終
+sign \x7D43 256-3 絃
+sign \x7D44 14-1236-1 組
+sign \x7D45 12345-356-1 絅
+sign \x7D46 1234-2346-2 絆
+sign \x7D47 1235-245-3 絇
+sign \x7D4E 125-56-3 絎
+sign \x7D4F 234-23456-5 絏
+sign \x7D50 13-23456-5 結
+sign \x7D53 12345-12-4 絓
+sign \x7D55 14-12356-3 絕
+sign \x7D56 12456-56-4 絖
+sign \x7D5B 23456-1236 絛
+sign \x7D5C 13-23456-5 絜
+sign \x7D5D 124-136-4
+sign \x7D5E 13-34-1 絞
+sign \x7D61 123-12456-5 絡
+sign \x7D62 125-23-4 絢
+sign \x7D63 134-14 絣
+sign \x7D66 1235-26 給
+sign \x7D68 245-236-3 絨
+sign \x7D6A 245-1246 絪
+sign \x7D6E 234-245-6 絮
+sign \x7D70 2345-23456-3 絰
+sign \x7D71 23456-236-1 統
+sign \x7D72 234-24 絲
+sign \x7D73 13-56-4 絳
+sign \x7D79 13-23-4 絹
+sign \x7D7A 1346-24 絺
+sign \x7D7B 134-1246-2 絻
+sign \x7D7F 1235-16-3 絿
+sign \x7D80 234-356 綀
+sign \x7D81 1234-56-1 綁
+sign \x7D83 234-13456 綃
+sign \x7D85 1346-235 綅
+sign \x7D86 13-1245-1 綆
+sign \x7D88 23456-146-3 綈
+sign \x7D89 234-16-4 綉
+sign \x7D8C 12345-1235 綌
+sign \x7D8D 124-35 綍
+sign \x7D8F 234-245 綏
+sign \x7D91 12456-1246-1 綑
+sign \x7D93 13-356 經
+sign \x7D96 256-3 綖
+sign \x7D9C 14-236 綜
+sign \x7D9D 234-456 綝
+sign \x7D9E 2345-135-1 綞
+sign \x7DA0 123-12345-3 綠
+sign \x7DA2 1346-16-3 綢
+sign \x7DA3 125-23-4 綣
+sign \x7DA6 1235-125-3 綦
+sign \x7DA9 1234-13456-1 綩
+sign \x7DAA 234-256-4 綪
+sign \x7DAB 234-256-4 綫
+sign \x7DAC 234-16-2 綬
+sign \x7DAD 2456-146-3 維
+sign \x7DAE 125-356-4 綮
+sign \x7DAF 23456-1236-3 綯
+sign \x7DB0 2456-45-1 綰
+sign \x7DB1 13-56 綱
+sign \x7DB2 134-56-6 網
+sign \x7DB4 14-245-2 綴
+sign \x7DB5 1346-126-1 綵
+sign \x7DB7 1346-245-4 綷
+sign \x7DB8 123-234-3 綸
+sign \x7DB9 123-16-6 綹
+sign \x7DBA 24-1 綺
+sign \x7DBB 14-45-2 綻
+sign \x7DBD 1346-246-5 綽
+sign \x7DBE 123-356-3 綾
+sign \x7DBF 134-256-3 綿
+sign \x7DC1 14-23456-3 緁
+sign \x7DC4 12345-1246-1 緄
+sign \x7DC5 14-16 緅
+sign \x7DC7 14-24 緇
+sign \x7DC9 123-25-6 緉
+sign \x7DCA 13-1246-1 緊
+sign \x7DCB 124-125 緋
+sign \x7DCC 245-245-6 緌
+sign \x7DCE 2456-1235-3 緎
+sign \x7DD2 234-245-6 緒
+sign \x7DD7 234-25 緗
+sign \x7DD8 13-345 緘
+sign \x7DD9 1235-13 緙
+sign \x7DDA 234-256-4 線
+sign \x7DDD 1346-26 緝
+sign \x7DDE 2345-23-2 緞
+sign \x7DE0 23456-146-4 締
+sign \x7DE1 134-1246-3 緡
+sign \x7DE3 23-3 緣
+sign \x7DE6 234-24 緦
+sign \x7DE7 1346-16 緧
+sign \x7DE8 12346-256 編
+sign \x7DE9 2346-2 緩
+sign \x7DEC 134-256-6 緬
+sign \x7DEF 2456-146-6 緯
+sign \x7DF0 234-245 緰
+sign \x7DF1 13-16 緱
+sign \x7DF2 134-13456-6 緲
+sign \x7DF4 123-256-2 練
+sign \x7DF6 1234-256 緶
+sign \x7DF9 23456-146-3 緹
+sign \x7DFA 2456-12 緺
+sign \x7DFB 14-24-4 緻
+sign \x7E03 14-13-3
+sign \x7E05 125-34
+sign \x7E08 245-356-3 縈
+sign \x7E09 14-234-4 縉
+sign \x7E0A 146-4 縊
+sign \x7E0B 14-245-2 縋
+sign \x7E0D 1234-56 縍
+sign \x7E0E 12345-35 縎
+sign \x7E10 14-16-4 縐
+sign \x7E11 13-235 縑
+sign \x7E15 2456-1246-4 縕
+sign \x7E17 1346-245 縗
+sign \x7E1A 23456-1236 縚
+sign \x7E1B 1234-12456-5 縛
+sign \x7E1D 1346-1246-1 縝
+sign \x7E1E 13-1236-1 縞
+sign \x7E1F 245-12345-3 縟
+sign \x7E20 125-12345-3 縠
+sign \x7E23 23-2 縣
+sign \x7E27 23456-1236
+sign \x7E29 1346-126-4 縩
+sign \x7E2A 1234-35 縪
+sign \x7E2B 124-236-3 縫
+sign \x7E2D 123-125-3 縭
+sign \x7E2E 234-12345 縮
+sign \x7E2F 245-1246-1 縯
+sign \x7E30 234-24-1 縰
+sign \x7E31 14-236-4 縱
+sign \x7E32 123-245-3 縲
+sign \x7E33 14-23-4 縳
+sign \x7E34 125-256 縴
+sign \x7E35 134-45-2 縵
+sign \x7E36 14-26 縶
+sign \x7E37 123-16-6 縷
+sign \x7E39 12346-13456 縹
+sign \x7E3B 134-125-3 縻
+sign \x7E3D 14-236-1 總
+sign \x7E3E 14-1235 績
+sign \x7E3F 234-345 縿
+sign \x7E41 124-45-3 繁
+sign \x7E42 123-1346-3 繂
+sign \x7E43 1234-1245 繃
+sign \x7E44 24-0 繄
+sign \x7E45 234-1236 繅
+sign \x7E46 134-16-3 繆
+sign \x7E47 245-16-3 繇
+sign \x7E48 1235-25-6 繈
+sign \x7E50 234-245-2 繐
+sign \x7E51 125-13456 繑
+sign \x7E52 14-1245 繒
+sign \x7E53 1346-12356-5 繓
+sign \x7E54 14-1235 織
+sign \x7E55 234-256-2 繕
+sign \x7E56 234-45-4 繖
+sign \x7E58 2456-35-3 繘
+sign \x7E59 124-45 繙
+sign \x7E5A 123-13456-3 繚
+sign \x7E5E 13456-1 繞
+sign \x7E61 234-16-4 繡
+sign \x7E62 1235-1256-1 繢
+sign \x7E68 2345-2345-3 繨
+sign \x7E69 234-356-3 繩
+sign \x7E6A 1235-1256-1 繪
+sign \x7E6B 125-146-2 繫
+sign \x7E6D 13-45-1 繭
+sign \x7E6E 13-14
+sign \x7E6F 2456-45-2 繯
+sign \x7E70 14-1236-1 繰
+sign \x7E72 125-346-6 繲
+sign \x7E73 13-13456-1 繳
+sign \x7E75 14-256-2 繵
+sign \x7E76 245-1235 繶
+sign \x7E78 234-245-2 繸
+sign \x7E79 245-1235-3 繹
+sign \x7E7B 234-245 繻
+sign \x7E7C 13-146-4 繼
+sign \x7E7D 1234-1246 繽
+sign \x7E7E 125-256-1 繾
+sign \x7E81 124-1246 纁
+sign \x7E82 14-23-1 纂
+sign \x7E86 134-46-3 纆
+sign \x7E87 123-245-2 纇
+sign \x7E88 1235-23456-5 纈
+sign \x7E8A 1235-56-4 纊
+sign \x7E8C 14-12345-3 續
+sign \x7E8D 123-245-3 纍
+sign \x7E8F 1346-256-3 纏
+sign \x7E91 123-1236-3 纑
+sign \x7E93 245-356 纓
+sign \x7E94 1346-126-3 纔
+sign \x7E96 1346-235 纖
+sign \x7E98 14-23-1 纘
+sign \x7E9A 234-24-1 纚
+sign \x7E9B 2345-12345-3 纛
+sign \x7E9C 123-345-2 纜
+sign \x7F36 124-16-1 缶
+sign \x7F38 13-56 缸
+sign \x7F39 124-16-1 缹
+sign \x7F3A 1235-12356-5 缺
+sign \x7F3D 1234-1356-5 缽
+sign \x7F3E 12346-356-3 缾
+sign \x7F3F 125-25-4 缿
+sign \x7F43 1245-0 罃
+sign \x7F44 125-356-4 罄
+sign \x7F45 123-12-4 罅
+sign \x7F47 14-234
+sign \x7F48 23456-345-3 罈
+sign \x7F4B 236-4 罋
+sign \x7F4C 1245-0 罌
+sign \x7F4D 123-245-3 罍
+sign \x7F4E 23456-345-3 罎
+sign \x7F4F 123-1236-3 罏
+sign \x7F50 13-2346-4 罐
+sign \x7F51 134-56-6 网
+sign \x7F54 134-56-6 罔
+sign \x7F55 125-1345-1 罕
+sign \x7F58 124-16-3 罘
+sign \x7F5D 14-15 罝
+sign \x7F5F 13-136-1 罟
+sign \x7F61 13-56 罡
+sign \x7F63 12345-12-4 罣
+sign \x7F65 13-23-4 罥
+sign \x7F66 124-236-3 罦
+sign \x7F68 235-1 罨
+sign \x7F69 14-34-4 罩
+sign \x7F6A 14-245-2 罪
+sign \x7F6B 12345-346-1 罫
+sign \x7F6C 14-12356-5 罬
+sign \x7F6D 2456-1235-3 罭
+sign \x7F6E 14-24-4 置
+sign \x7F70 124-35-3 罰
+sign \x7F72 1346-1456-6 署
+sign \x7F73 234-24 罳
+sign \x7F75 134-12-2 罵
+sign \x7F77 1234-12-2 罷
+sign \x7F79 123-125-3 罹
+sign \x7F7A 1346-34 罺
+sign \x7F7B 2456-146-4 罻
+sign \x7F7D 13-146-4 罽
+sign \x7F7E 14-1245 罾
+sign \x7F7F 1346-236 罿
+sign \x7F85 123-135-3 羅
+sign \x7F86 1234-125 羆
+sign \x7F87 13-125 羇
+sign \x7F88 13-125 羈
+sign \x7F89 123-23-3 羉
+sign \x7F8A 245-25-3 羊
+sign \x7F8B 134-15 羋
+sign \x7F8C 13-25 羌
+sign \x7F8E 134-125-6 美
+sign \x7F91 245-16-6 羑
+sign \x7F94 13-1236 羔
+sign \x7F95 245-25-2 羕
+sign \x7F96 13-136-1 羖
+sign \x7F97 13-25
+sign \x7F9A 123-356-3 羚
+sign \x7F9C 1346-1456-6 羜
+sign \x7F9D 2345-146 羝
+sign \x7F9E 234-16 羞
+sign \x7FA1 234-256-2 羡
+sign \x7FA2 245-236-1 羢
+sign \x7FA4 12456-1246-3 群
+sign \x7FA5 1235-25-6 羥
+sign \x7FA7 234-135 羧
+sign \x7FA8 234-256-2 羨
+sign \x7FA9 24-2 義
+sign \x7FAD 1456-3 羭
+sign \x7FAF 1235-23456-5 羯
+sign \x7FB0 23456-56 羰
+sign \x7FB1 23-3 羱
+sign \x7FB2 125-125 羲
+sign \x7FB3 124-45-3 羳
+sign \x7FB5 124-1246-3 羵
+sign \x7FB6 14-256 羶
+sign \x7FB7 123-235-6 羷
+sign \x7FB8 123-245-3 羸
+sign \x7FB9 13-1245 羹
+sign \x7FBC 1346-45-4 羼
+sign \x7FBD 1456-6 羽
+sign \x7FBF 1245-146-2 羿
+sign \x7FC0 1346-236 翀
+sign \x7FC1 245-236 翁
+sign \x7FC3 2456-1245-3 翃
+sign \x7FC5 1346-24-4 翅
+sign \x7FCA 245-1235-3 翊
+sign \x7FCC 245-1235-3 翌
+sign \x7FCE 123-356-3 翎
+sign \x7FD2 14-1234-3 習
+sign \x7FD4 1346-25-3 翔
+sign \x7FD5 245-26 翕
+sign \x7FDB 234-13456 翛
+sign \x7FDF 14-13-3 翟
+sign \x7FE0 1346-245-4 翠
+sign \x7FE1 124-125-1 翡
+sign \x7FE2 124-45
+sign \x7FE3 234-1234-5 翣
+sign \x7FE5 14-1456-4 翥
+sign \x7FE6 14-256-1 翦
+sign \x7FE9 12346-256 翩
+sign \x7FEB 2346-2 翫
+sign \x7FEC 124-146 翬
+sign \x7FED 125-16-3 翭
+sign \x7FEE 125-35-3 翮
+sign \x7FEF 125-12456-3 翯
+sign \x7FF0 125-1345-2 翰
+sign \x7FF1 1245-1236-3 翱
+sign \x7FF3 146-4 翳
+sign \x7FF9 1235-13456-4 翹
+sign \x7FFB 124-45 翻
+sign \x7FFC 245-1235-3 翼
+sign \x7FFD 2456-146-4 翽
+sign \x7FFE 125-23 翾
+sign \x7FFF 2345-1236-2 翿
+sign \x8000 13456-2 耀
+sign \x8001 123-1236-6 老
+sign \x8003 125-34-1 考
+sign \x8004 134-1236-2 耄
+sign \x8005 14-15-1 者
+sign \x8006 1235-125-3 耆
+sign \x8007 13-16-1 耇
+sign \x800B 2345-23456-3 耋
+sign \x800C 24-3 而
+sign \x800D 234-12-1 耍
+sign \x800E 23-6 耎
+sign \x800F 24-3 耏
+sign \x8010 1345-126-2 耐
+sign \x8011 14-23 耑
+sign \x8012 123-126-2 耒
+sign \x8014 14-24-1 耔
+sign \x8015 13-14 耕
+sign \x8016 1346-34-4 耖
+sign \x8017 125-1236-4 耗
+sign \x8018 2456-1246-3 耘
+sign \x8019 12346-12-3 耙
+sign \x801C 14-24-2 耜
+sign \x801E 13-12 耞
+sign \x8021 1346-135-3 耡
+sign \x8024 14-1235-3 耤
+sign \x8026 1245-16-6 耦
+sign \x8028 1345-16-2 耨
+sign \x8029 13-56-1 耩
+sign \x802A 12346-56-6 耪
+sign \x802C 123-16-3 耬
+sign \x8030 245-16 耰
+sign \x8033 24-6 耳
+sign \x8035 2345-356 耵
+sign \x8036 245-15-3 耶
+sign \x8037 2345-1234-5 耷
+sign \x803D 2345-345 耽
+sign \x803E 2456-1245-3 耾
+sign \x803F 13-1245-1 耿
+sign \x8043 2345-345 聃
+sign \x8046 123-356-3 聆
+sign \x804A 123-13456-3 聊
+sign \x8052 1235-1356-5 聒
+sign \x8056 234-356-4 聖
+sign \x8058 12346-356-4 聘
+sign \x805A 14-245-2 聚
+sign \x805D 12345-1235 聝
+sign \x805E 134-1246-3 聞
+sign \x8067 12456-146-3 聧
+sign \x806F 123-23-3 聯
+sign \x8070 1346-236 聰
+sign \x8071 1245-1236-3 聱
+sign \x8072 234-356 聲
+sign \x8073 234-236-1 聳
+sign \x8075 1235-1256-1 聵
+sign \x8076 1345-12346-3 聶
+sign \x8077 14-1235 職
+sign \x8079 1345-356-3 聹
+sign \x807D 23456-356-4 聽
+sign \x807E 123-236-3 聾
+sign \x807F 2456-35-3 聿
+sign \x8084 24-2 肄
+sign \x8085 234-12345 肅
+sign \x8086 234-24-4 肆
+sign \x8087 234-13456-2 肇
+sign \x8089 245-12345-3 肉
+sign \x808A 245-1235 肊
+sign \x808B 123-46-3 肋
+sign \x808C 13-125 肌
+sign \x808F 1346-1236-4 肏
+sign \x8090 13-13-5 肐
+sign \x8093 124-56 肓
+sign \x8095 1345-346-3 肕
+sign \x8096 1346-13456-4 肖
+sign \x8098 14-34-1 肘
+sign \x8099 23-0 肙
+sign \x809A 23456-1236-6 肚
+sign \x809B 13-56 肛
+sign \x809C 56-0 肜
+sign \x809D 13-1345 肝
+sign \x80A1 13-136-1 股
+sign \x80A2 14-24 肢
+sign \x80A5 124-125-3 肥
+sign \x80A9 13-256 肩
+sign \x80AA 124-56 肪
+sign \x80AB 14-234 肫
+sign \x80AD 1345-1346-3 肭
+sign \x80AE 56-0 肮
+sign \x80AF 125-1245-1 肯
+sign \x80B1 12345-1245 肱
+sign \x80B2 245-12345-3 育
+sign \x80B4 1245-34-3 肴
+sign \x80B5 134-16-3 肵
+sign \x80B8 245-35-3 肸
+sign \x80BA 124-146-4 肺
+sign \x80C2 234-1246-2 胂
+sign \x80C3 2456-146-2 胃
+sign \x80C4 14-16-2 胄
+sign \x80C8 1234-35-3 胈
+sign \x80CA 1235-245-3 胊
+sign \x80CC 1234-1256-4 背
+sign \x80CD 12345-12 胍
+sign \x80CE 23456-126 胎
+sign \x80CF 14-24-1 胏
+sign \x80D0 124-125-1 胐
+sign \x80D1 14-24 胑
+sign \x80D4 14-24-4 胔
+sign \x80D5 124-136 胕
+sign \x80D6 1234-2346-2 胖
+sign \x80D7 14-1246 胗
+sign \x80D9 14-1236-2 胙
+sign \x80DA 12346-1256 胚
+sign \x80DB 13-1234-5 胛
+sign \x80DC 234-356-4 胜
+sign \x80DD 14-24 胝
+sign \x80DE 1234-34 胞
+sign \x80E0 1235-245 胠
+sign \x80E1 136-3 胡
+sign \x80E3 1346-24-1 胣
+sign \x80E4 245-1246-2 胤
+sign \x80E5 234-245 胥
+sign \x80E9 123-12346-3
+sign \x80ED 256-0 胭
+sign \x80EF 12456-12 胯
+sign \x80F0 24-3 胰
+sign \x80F1 12345-56 胱
+sign \x80F2 125-126-1 胲
+sign \x80F3 13-13-5 胳
+sign \x80F4 23456-236-3 胴
+sign \x80F8 125-236 胸
+sign \x80F9 24-3 胹
+sign \x80FA 1345-0 胺
+sign \x80FC 12346-256-3 胼
+sign \x80FD 1345-1245-3 能
+sign \x80FE 14-24-4 胾
+sign \x8101 23456-13456-4
+sign \x8102 14-24 脂
+sign \x8105 125-12346-5 脅
+sign \x8106 1346-245-4 脆
+sign \x8108 134-46-3 脈
+sign \x810A 14-2456-5 脊
+sign \x8116 1234-1356-3 脖
+sign \x8117 134-1246-6 脗
+sign \x8118 13-2346-1 脘
+sign \x811B 13-356-4 脛
+sign \x811D 125-1245 脝
+sign \x811E 1346-135-1 脞
+sign \x8121 23456-356-6 脡
+sign \x8122 134-1256-3 脢
+sign \x8123 234-234-3 脣
+sign \x8124 234-1246-2 脤
+sign \x8127 14-234 脧
+sign \x8129 234-16 脩
+sign \x812B 23456-12356-5
+sign \x812C 12346-34 脬
+sign \x812F 12346-1236-1 脯
+sign \x8130 2345-16-2 脰
+sign \x8137 123-125-2 脷
+sign \x8139 14-25-4 脹
+sign \x813A 234-245-2 脺
+sign \x813E 12346-125-3 脾
+sign \x8146 23456-256-1 腆
+sign \x814A 123-1234-3 腊
+sign \x814B 245-1235-3 腋
+sign \x814C 235-0 腌
+sign \x814D 1345-456-6 腍
+sign \x814E 234-1246-2 腎
+sign \x814F 14-12356-5 腏
+sign \x8150 124-136-2 腐
+sign \x8151 124-136-1 腑
+sign \x8152 13-245 腒
+sign \x8153 124-125-3 腓
+sign \x8154 125-56 腔
+sign \x8155 2346-1 腕
+sign \x8160 1346-16-4 腠
+sign \x8161 123-135-3 腡
+sign \x8164 456-0 腤
+sign \x8165 234-356 腥
+sign \x8166 1345-1236-6 腦
+sign \x8167 234-1456-2 腧
+sign \x8169 1345-345-6 腩
+sign \x816B 14-236-1 腫
+sign \x816E 234-126 腮
+sign \x816F 2345-35 腯
+sign \x8170 13456-0 腰
+sign \x8171 13-256-2 腱
+sign \x8173 13-246-5 腳
+sign \x8174 1456-3 腴
+sign \x8176 2345-23-4 腶
+sign \x8177 1234-1235 腷
+sign \x8178 1346-25-3 腸
+sign \x8179 124-12345 腹
+sign \x817A 234-256-4 腺
+sign \x817F 23456-245-1 腿
+sign \x8180 1234-56-1 膀
+sign \x8182 123-245-6 膂
+sign \x8183 2456-35 膃
+sign \x8186 234-1236-4 膆
+sign \x8187 14-245-2 膇
+sign \x8188 13-13-5 膈
+sign \x818A 1234-12456-5 膊
+sign \x818B 123-13456-3 膋
+sign \x818D 12346-125-3 膍
+sign \x818F 13-1236 膏
+sign \x8195 1245-12456-5 膕
+sign \x8197 1346-245-3 膗
+sign \x8198 1234-13456 膘
+sign \x8199 14-25-1 膙
+sign \x819A 124-136 膚
+sign \x819B 23456-56-3 膛
+sign \x819C 134-12456-3 膜
+sign \x819D 234-35 膝
+sign \x819E 14-23 膞
+sign \x81A0 13-34 膠
+sign \x81A3 14-35-3 膣
+sign \x81A5 1346-234 膥
+sign \x81A7 23456-236-3 膧
+sign \x81A8 12346-14-3 膨
+sign \x81A9 1345-125-2 膩
+sign \x81AB 123-13456-3 膫
+sign \x81AC 1346-245-4 膬
+sign \x81AE 125-13456 膮
+sign \x81B0 124-45-3 膰
+sign \x81B1 14-1235 膱
+sign \x81B2 14-13456 膲
+sign \x81B3 234-256-2 膳
+sign \x81B4 124-136 膴
+sign \x81B5 234-245-2 膵
+sign \x81B6 245-234-1 膶
+sign \x81B7 125-25 膷
+sign \x81BA 245-356 膺
+sign \x81BB 14-256 膻
+sign \x81BD 2345-345-1 膽
+sign \x81BE 1235-1256-1 膾
+sign \x81BF 1345-236-3 膿
+sign \x81C0 23456-23-3 臀
+sign \x81C2 1234-125-4 臂
+sign \x81C3 245-236-1 臃
+sign \x81C4 1235-2456-3 臄
+sign \x81C6 245-1235 臆
+sign \x81C9 123-235-6 臉
+sign \x81CA 234-1236-4 臊
+sign \x81CC 13-136-1 臌
+sign \x81CD 1346-24-3 臍
+sign \x81CF 1234-1246-4 臏
+sign \x81D0 124-1246 臐
+sign \x81D2 136-2 臒
+sign \x81D5 1234-13456 臕
+sign \x81D8 123-1234-3 臘
+sign \x81D9 256-0 臙
+sign \x81DA 123-1236-3 臚
+sign \x81DB 124-12456-5 臛
+sign \x81DD 123-135-1 臝
+sign \x81DE 1235-245-3 臞
+sign \x81DF 14-56-2 臟
+sign \x81E0 123-23-3 臠
+sign \x81E1 1345-146-3 臡
+sign \x81E2 14-235 臢
+sign \x81E3 234-1246-3 臣
+sign \x81E4 234-1246-3
+sign \x81E5 1245-135-2 臥
+sign \x81E6 1245-135-2
+sign \x81E7 14-56 臧
+sign \x81E8 123-456-3 臨
+sign \x81E9 123-456-3
+sign \x81EA 14-24-2 自
+sign \x81EC 23456-3 臬
+sign \x81ED 1346-16-4 臭
+sign \x81F2 23456-3 臲
+sign \x81F3 14-24-4 至
+sign \x81F4 14-24-4 致
+sign \x81FA 23456-126-3 臺
+sign \x81FB 14-234 臻
+sign \x81FC 1235-16-6 臼
+sign \x81FE 1456-3 臾
+sign \x81FF 1346-1234-5 臿
+sign \x8200 13456-6 舀
+sign \x8201 1456-3 舁
+sign \x8202 14-236 舂
+sign \x8204 234-1235 舄
+sign \x8205 1235-16-6 舅
+sign \x8207 1456-6 與
+sign \x8208 125-356 興
+sign \x8209 13-245-1 舉
+sign \x820A 13-16-2 舊
+sign \x820B 245-1246-2 舋
+sign \x820C 234-23456-3 舌
+sign \x820D 234-15-4 舍
+sign \x8210 234-346-6 舐
+sign \x8212 234-1456 舒
+sign \x8214 23456-235-1 舔
+sign \x8216 12346-1236-4 舖
+sign \x8218 13-2346-4
+sign \x821B 1346-23-1 舛
+sign \x821C 234-234-4 舜
+sign \x821D 125-35-3 舝
+sign \x821E 134-1236-6 舞
+sign \x821F 14-16 舟
+sign \x8221 234-23-3 舡
+sign \x8222 234-45 舢
+sign \x8226 23456-346-6 舦
+sign \x8228 1234-45-1 舨
+sign \x822A 125-56-3 航
+sign \x822B 124-56-1 舫
+sign \x822C 1234-2346 般
+sign \x8232 123-356-3 舲
+sign \x8233 14-12345-3 舳
+sign \x8234 14-13-5 舴
+sign \x8235 23456-135-3 舵
+sign \x8236 1234-12456-3 舶
+sign \x8237 256-3 舷
+sign \x8238 13-135-1 舸
+sign \x8239 234-23-3 船
+sign \x8244 234-34 艄
+sign \x8245 1456-3 艅
+sign \x8247 23456-2356-6 艇
+sign \x824B 134-14-6 艋
+sign \x824E 2456-56-3 艎
+sign \x8251 1234-256 艑
+sign \x8255 1234-56-2 艕
+sign \x8257 245-1235-3 艗
+sign \x8258 234-16-1 艘
+sign \x8259 1346-56 艙
+sign \x825A 1346-1236-3 艚
+sign \x825B 123-16-3 艛
+sign \x825E 23456-13456-4
+sign \x825F 23456-236-3 艟
+sign \x8261 2345-56 艡
+sign \x8263 123-1236-3 艣
+sign \x8264 1245-146-6 艤
+sign \x8266 123-345-2 艦
+sign \x8268 134-236-3 艨
+sign \x826B 123-1236-3 艫
+sign \x826D 234-25 艭
+sign \x826E 13-1246-4 艮
+sign \x826F 123-25-3 良
+sign \x8271 13-45 艱
+sign \x8272 234-1235 色
+sign \x8274 124-35 艴
+sign \x8277 235-2 艷
+sign \x8278 1346-1236-1 艸
+sign \x827B 123-46-3
+sign \x827D 1235-16-3 艽
+sign \x827E 1245-346-2 艾
+sign \x827F 1345-346-6 艿
+sign \x8283 12346-236-3 芃
+sign \x8284 23-3 芄
+sign \x8285 1346-24-3 芅
+sign \x828A 1346-256 芊
+sign \x828B 136-2 芋
+sign \x828D 1346-246-5 芍
+sign \x828E 13-236 芎
+sign \x828F 2345-1236-2 芏
+sign \x8291 125-125-1 芑
+sign \x8292 134-56 芒
+sign \x8299 124-136-3 芙
+sign \x829D 14-24 芝
+sign \x829F 234-345 芟
+sign \x82A1 125-235-4 芡
+sign \x82A3 124-16-3 芣
+sign \x82A5 13-346-4 芥
+sign \x82A7 14-245-2 芧
+sign \x82A8 1235-26 芨
+sign \x82A9 1235-456-3 芩
+sign \x82AA 1235-125-3 芪
+sign \x82AB 256-3 芫
+sign \x82AC 124-1246 芬
+sign \x82AD 1234-12 芭
+sign \x82AE 245-245-2 芮
+sign \x82AF 234-456 芯
+sign \x82B0 13-125-2 芰
+sign \x82B1 124-12 花
+sign \x82B3 124-56 芳
+sign \x82B5 1235-12356-5 芵
+sign \x82B6 13-16-1 芶
+sign \x82B7 14-24-1 芷
+sign \x82B8 2456-1246-3 芸
+sign \x82B9 1235-1246-3 芹
+sign \x82BB 1346-135 芻
+sign \x82BD 1245-12-3 芽
+sign \x82BE 124-146-4 芾
+sign \x82D1 23-1 苑
+sign \x82D2 235-6 苒
+sign \x82D3 123-356-3 苓
+sign \x82D4 23456-126-3 苔
+sign \x82D5 23456-13456-3
+sign \x82D7 134-13456-3 苗
+sign \x82D9 123-26 苙
+sign \x82DB 125-135 苛
+sign \x82DC 134-12345-3 苜
+sign \x82DE 1234-34 苞
+sign \x82DF 13-16-1 苟
+sign \x82E0 134-1246-3 苠
+sign \x82E1 24-6 苡
+sign \x82E2 24-6
+sign \x82E3 13-245-2 苣
+sign \x82E4 12346-125-1 苤
+sign \x82E5 245-246-3 若
+sign \x82E6 124-136-1 苦
+sign \x82E7 1346-1456-6 苧
+sign \x82E8 1346-1456-6
+sign \x82EB 234-235-4 苫
+sign \x82EF 1234-2346-1 苯
+sign \x82F1 245-356 英
+sign \x82F2 14-12-4 苲
+sign \x82F4 14-245 苴
+sign \x82F6 125-12346-3 苶
+sign \x82F9 12346-356-3 苹
+sign \x82FB 124-136-3 苻
+sign \x82FE 1234-35-3 苾
+sign \x8300 124-35 茀
+sign \x8301 14-12356-5 茁
+sign \x8302 134-16-2 茂
+sign \x8303 124-45-2 范
+sign \x8304 1235-15-1 茄
+sign \x8305 134-34-3 茅
+sign \x8306 134-34-3 茆
+sign \x8307 1234-35-3 茇
+sign \x8308 1346-346-3 茈
+sign \x8309 134-1356-3 茉
+sign \x830C 1346-24-3 茌
+sign \x830D 13-16-1 茍
+sign \x8316 13-13-5 茖
+sign \x8317 134-356-6 茗
+sign \x8318 123-146-2
+sign \x831A 245-1246
+sign \x831B 13-1246-4 茛
+sign \x831C 234-146 茜
+sign \x8320 125-1236 茠
+sign \x8322 123-23456-3 茢
+sign \x8326 1346-13-5 茦
+sign \x8327 13-45-1 茧
+sign \x8328 1346-24-3 茨
+sign \x832B 134-56-3 茫
+sign \x832C 1346-12-3 茬
+sign \x832D 13-34 茭
+sign \x832F 124-12345-3 茯
+sign \x8331 14-1456 茱
+sign \x8332 14-24 茲
+sign \x8333 13-56 茳
+sign \x8334 1256-3 茴
+sign \x8335 245-1246 茵
+sign \x8336 1346-12-3 茶
+sign \x8337 124-35-3 茷
+sign \x8338 245-236-3 茸
+sign \x8339 1456-3 茹
+sign \x833A 1346-236 茺
+sign \x833C 23456-236-3 茼
+sign \x8340 234-234 荀
+sign \x8343 1346-23-3 荃
+sign \x8344 13-126 荄
+sign \x8345 2345-1234-5 荅
+sign \x8347 125-1245-2 荇
+sign \x8348 1346-23-1 荈
+sign \x8349 1346-1236-1 草
+sign \x834A 13-356 荊
+sign \x834D 1235-125-3 荍
+sign \x834E 1346-24-3
+sign \x834F 245-456-6 荏
+sign \x8350 14-256-4 荐
+sign \x8351 23456-146-3 荑
+sign \x8352 124-56 荒
+sign \x8354 123-146-2 荔
+sign \x8373 2345-16-2 荳
+sign \x8375 245-1246-1 荵
+sign \x8377 125-135-3 荷
+sign \x8378 1234-1356-3 荸
+sign \x837B 2345-1235-3 荻
+sign \x837C 23456-1236-3 荼
+sign \x837D 234-146 荽
+sign \x8385 123-125-2
+sign \x8386 12346-1236-3 莆
+sign \x8389 123-125-2 莉
+sign \x838A 14-56 莊
+sign \x838E 234-12 莎
+sign \x8392 13-245-1 莒
+sign \x8393 134-1256-3 莓
+sign \x8395 125-1245-2 莕
+sign \x8396 13-356-4 莖
+sign \x8398 234-1246 莘
+sign \x8399 12456-1246-1 莙
+sign \x839B 23456-356-3 莛
+sign \x839C 245-16-3
+sign \x839D 1346-135-4 莝
+sign \x839E 2346-6 莞
+sign \x83A0 245-16-6 莠
+sign \x83A2 13-1234-5 莢
+sign \x83A6 234-34 莦
+sign \x83A7 256-2 莧
+sign \x83A8 123-56-3 莨
+sign \x83A9 124-136 莩
+sign \x83AA 1245-135-3 莪
+sign \x83AB 134-12456-3 莫
+sign \x83B0 125-456-4 莰
+sign \x83B9 245-356-3
+sign \x83BD 134-56-6 莽
+sign \x83BF 1346-24-4 莿
+sign \x83C0 23-1 菀
+sign \x83C1 1346-356 菁
+sign \x83C2 2345-1235 菂
+sign \x83C5 13-45 菅
+sign \x83C6 14-16 菆
+sign \x83C7 13-136 菇
+sign \x83C9 123-12345-3 菉
+sign \x83CA 13-12345 菊
+sign \x83CC 12456-1246-1 菌
+sign \x83CF 125-135-3 菏
+sign \x83D1 14-24 菑
+sign \x83D3 12345-135-1 菓
+sign \x83D4 124-12345-3 菔
+sign \x83D5 123-234-3 菕
+sign \x83D6 1346-25 菖
+sign \x83D8 234-236 菘
+sign \x83DC 1346-126-4 菜
+sign \x83DD 1234-35-3
+sign \x83DF 23456-1236-4 菟
+sign \x83E0 1234-135 菠
+sign \x83E1 125-345-6 菡
+sign \x83E2 12346-1236-6 菢
+sign \x83E3 12346-1236-6
+sign \x83E4 13-23-1 菤
+sign \x83E5 234-1235 菥
+sign \x83E6 234-1235
+sign \x83E8 1346-12346-5 菨
+sign \x83E9 12346-1236-3 菩
+sign \x83EA 2345-56-2 菪
+sign \x83EF 2456-12-3 華
+sign \x83F0 13-136 菰
+sign \x83F1 123-356-3 菱
+sign \x83F2 124-125 菲
+sign \x83F4 456-0 菴
+sign \x83F8 256-0 菸
+sign \x83F9 14-245 菹
+sign \x83FC 23456-345-1 菼
+sign \x83FD 234-12345-3 菽
+sign \x83FE 23456-235-3 菾
+sign \x8401 13-125 萁
+sign \x8403 234-245-2 萃
+sign \x8404 23456-1236-3 萄
+sign \x8406 1234-125 萆
+sign \x8407 1346-25-3 萇
+sign \x840A 123-126-3 萊
+sign \x840B 1346-146 萋
+sign \x840C 134-1245-3 萌
+sign \x840D 12346-356-3 萍
+sign \x840E 2456-146-1 萎
+sign \x840F 2345-345-2 萏
+sign \x8410 1346-146 萐
+sign \x8411 2346-3 萑
+sign \x8429 1346-16 萩
+sign \x842C 134-45-2 萬
+sign \x842D 1456-6 萭
+sign \x8431 125-23 萱
+sign \x8432 125-23 萲
+sign \x8434 14-46 萴
+sign \x8435 2456-135 萵
+sign \x8438 1456-3 萸
+sign \x843C 1245-12456-3 萼
+sign \x843D 123-12456-3 落
+sign \x8445 14-245 葅
+sign \x8446 1234-1236-1 葆
+sign \x8447 245-16-3 葇
+sign \x8449 12346-3 葉
+sign \x844D 124-12345 葍
+sign \x844E 123-1346-3 葎
+sign \x8450 12346-2346-2 葐
+sign \x8451 124-236 葑
+sign \x8452 125-236-3 葒
+sign \x8456 2345-35-3 葖
+sign \x8457 14-246-3 著
+sign \x8459 234-25 葙
+sign \x845A 234-456-2 葚
+sign \x845B 13-124-5 葛
+sign \x8460 234-456 葠
+sign \x8461 12346-1236-3 葡
+sign \x8463 2345-236-1 董
+sign \x8465 14-256-4 葥
+sign \x8466 2456-146-6 葦
+sign \x8467 1234-1356-3 葧
+sign \x8469 1234-12 葩
+sign \x846B 136-3 葫
+sign \x846C 14-56-4 葬
+sign \x846D 13-12 葭
+sign \x846F 245-246-3 葯
+sign \x8471 1346-236 葱
+sign \x8473 2456-146 葳
+sign \x8474 14-456 葴
+sign \x8475 12456-146-3 葵
+sign \x8476 23456-356-3 葶
+sign \x8477 124-1246 葷
+sign \x8478 234-346-1 葸
+sign \x8479 234-24 葹
+sign \x847A 1346-26 葺
+sign \x847D 13456-0 葽
+sign \x8482 23456-146-4 蒂
+sign \x848D 2456-146-1 蒍
+sign \x8490 234-16-1 蒐
+sign \x8494 234-24-2 蒔
+sign \x8497 123-56-2 蒗
+sign \x8499 134-236-3 蒙
+sign \x849B 1235-12356-5 蒛
+sign \x849C 234-23-4 蒜
+sign \x849E 123-125-2 蒞
+sign \x849F 13-245-1 蒟
+sign \x84A1 1234-56-1 蒡
+sign \x84A8 234-256-2 蒨
+sign \x84AF 12345-346-1 蒯
+sign \x84B1 12346-1236-3 蒱
+sign \x84B2 12346-1236-3 蒲
+sign \x84B4 234-12456-5 蒴
+sign \x84B8 14-356 蒸
+sign \x84B9 13-235 蒹
+sign \x84BA 14-35-3 蒺
+sign \x84BB 245-246-3 蒻
+sign \x84BC 1346-56 蒼
+sign \x84BD 245-1246
+sign \x84BF 125-1236 蒿
+sign \x84C0 234-23 蓀
+sign \x84C1 14-234 蓁
+sign \x84C2 134-356-6 蓂
+sign \x84C4 1346-12345 蓄
+sign \x84C6 14-2456-3 蓆
+sign \x84C7 12345-35 蓇
+sign \x84C9 245-236-3 蓉
+sign \x84CA 245-236-1 蓊
+sign \x84CB 1235-126-4 蓋
+sign \x84CD 234-24 蓍
+sign \x84CF 123-135-1 蓏
+sign \x84D0 245-12345-3 蓐
+sign \x84D1 234-135 蓑
+sign \x84D3 12346-1256-3 蓓
+sign \x84D6 1234-125 蓖
+sign \x84E7 2345-13456-2 蓧
+sign \x84E8 234-16 蓨
+sign \x84E9 234-16
+sign \x84EB 14-12345-3 蓫
+sign \x84EC 12346-236-3 蓬
+sign \x84EE 123-256-3 蓮
+sign \x84EF 1346-236 蓯
+sign \x84F0 234-346-1 蓰
+sign \x84F4 234-234-3 蓴
+sign \x84F7 23456-245 蓷
+sign \x84FA 1245-146-2 蓺
+sign \x84FC 123-12345-3 蓼
+sign \x84FD 1234-35 蓽
+sign \x84FE 123-1236-6 蓾
+sign \x84FF 234-12345 蓿
+sign \x8500 1234-1236-2 蔀
+sign \x8506 123-356-3 蔆
+sign \x8507 13-125-4 蔇
+sign \x8509 12345-1246-1 蔉
+sign \x850C 1346-12345 蔌
+sign \x8511 134-23456-3 蔑
+sign \x8513 134-45-2 蔓
+sign \x8514 1234-13-3 蔔
+sign \x8515 2345-146-4 蔕
+sign \x8517 14-15-4 蔗
+sign \x8518 234-456
+sign \x851A 2456-146-4 蔚
+sign \x851E 123-16 蔞
+sign \x851F 1346-12345 蔟
+sign \x8521 1346-126-4 蔡
+sign \x8523 14-25-1 蔣
+sign \x8524 134-35-3 蔤
+sign \x8525 1346-236 蔥
+sign \x8526 1345-13456-6 蔦
+sign \x8527 2456-146-2 蔧
+sign \x852B 256-0 蔫
+sign \x852C 234-135 蔬
+sign \x852D 245-456-4 蔭
+sign \x852F 1346-1246-3 蔯
+sign \x8534 134-12-3 蔴
+sign \x853B 1235-16-4 蔻
+sign \x853D 1234-146-4 蔽
+sign \x853E 123-125-3 蔾
+sign \x8541 1346-456-3 蕁
+sign \x8543 124-45-3 蕃
+sign \x8546 1346-256-1 蕆
+sign \x8548 1346-456-6 蕈
+sign \x8549 14-13456 蕉
+sign \x854A 245-245-6 蕊
+sign \x854B 245-245-6
+sign \x854D 1456-3 蕍
+sign \x854E 1235-13456-3 蕎
+sign \x8551 13-45 蕑
+sign \x8553 2456-1246-3 蕓
+sign \x8555 245-16-3 蕕
+sign \x8556 1235-245-3 蕖
+sign \x8558 13456-3 蕘
+sign \x8559 2456-146-2 蕙
+sign \x855D 1346-12356-5 蕝
+sign \x855E 14-245-4 蕞
+sign \x8561 124-1246-3 蕡
+sign \x8562 12345-146-2 蕢
+sign \x8563 234-234-4 蕣
+sign \x8564 245-245-3 蕤
+sign \x8568 1235-12356-5 蕨
+sign \x8569 2345-56-2 蕩
+sign \x856A 134-1236-3 蕪
+sign \x856D 234-13456 蕭
+sign \x856E 234-1235 蕮
+sign \x8577 1456-2 蕷
+sign \x8578 125-12-3 蕸
+sign \x8579 236-4 蕹
+sign \x857A 1346-26 蕺
+sign \x857B 125-236-3 蕻
+sign \x857E 123-245-3 蕾
+sign \x8580 2456-1246 薀
+sign \x8581 245-12345 薁
+sign \x8584 1234-12456-3 薄
+sign \x8585 125-1236 薅
+sign \x8586 126-4 薆
+sign \x8587 134-125-3 薇
+sign \x8588 1256-2 薈
+sign \x8589 2456-146-4 薉
+sign \x858A 13-146-4 薊
+sign \x858B 1346-24-3 薋
+sign \x858C 125-25 薌
+sign \x858F 24-4 薏
+sign \x8590 123-356-3 薐
+sign \x8591 13-25 薑
+sign \x8594 1346-25-3 薔
+sign \x8596 12345-135 薖
+sign \x8599 23456-146-4 薙
+sign \x859B 234-23456-5 薛
+sign \x859C 12346-2456 薜
+sign \x859F 123-235-6 薟
+sign \x85A2 125-346-6 薢
+sign \x85A4 125-346-2 薤
+sign \x85A6 14-256-4 薦
+sign \x85A7 125-34-1 薧
+sign \x85A8 12345-1246 薨
+sign \x85A9 234-2345-5 薩
+sign \x85AA 234-1246 薪
+sign \x85AF 234-1456-3 薯
+sign \x85B0 124-1246 薰
+sign \x85B3 23-6 薳
+sign \x85B6 134-346-3 薶
+sign \x85B7 1456-3 薷
+sign \x85B8 12346-13456 薸
+sign \x85B9 23456-126-3 薹
+sign \x85BA 1346-146-3 薺
+sign \x85BD 14-1246 薽
+sign \x85BF 24-6 薿
+sign \x85C1 13-1236-1
+sign \x85C2 1346-236-3 藂
+sign \x85C7 1456-2 藇
+sign \x85C9 14-1235-3 藉
+sign \x85CD 123-345-3 藍
+sign \x85CE 14-234-1 藎
+sign \x85CF 1346-56-3 藏
+sign \x85D0 134-13456-6 藐
+sign \x85D1 1235-356-3 藑
+sign \x85D5 1245-16-6 藕
+sign \x85D8 123-245-3 藘
+sign \x85DA 14-12345-3 藚
+sign \x85DC 123-146-3 藜
+sign \x85DD 1245-146-2 藝
+sign \x85DF 123-245-6 藟
+sign \x85E1 124-45-3
+sign \x85E4 23456-1245-3 藤
+sign \x85E5 245-246-3 藥
+sign \x85E6 134-135-3 藦
+sign \x85E7 134-135-3
+sign \x85E8 1234-13456 藨
+sign \x85E9 124-45-3 藩
+sign \x85EA 234-16-1 藪
+sign \x85EB 23456-345-3 藫
+sign \x85EC 23456-245-3 藬
+sign \x85ED 1235-236-3 藭
+sign \x85F6 123-1235-3 藶
+sign \x85F7 234-1456-3 藷
+sign \x85F8 1346-1456-3 藸
+sign \x85F9 126-1 藹
+sign \x85FA 123-234-2 藺
+sign \x85FB 14-1236-1 藻
+sign \x85FE 123-346-4 藾
+sign \x85FF 124-12456-5 藿
+sign \x8600 23456-12456-5
+sign \x8604 1235-125-3 蘄
+sign \x8605 125-1245-3 蘅
+sign \x8606 123-1236-3 蘆
+sign \x8607 234-1236 蘇
+sign \x860A 2456-1246-6 蘊
+sign \x860B 12346-356-3 蘋
+sign \x8611 134-135-3 蘑
+sign \x8616 23456-3
+sign \x8617 1234-13-5 蘗
+sign \x8618 245-25-3 蘘
+sign \x861A 234-256-1 蘚
+sign \x861E 123-235-6 蘞
+sign \x8620 1346-25-3 蘠
+sign \x8621 245-356 蘡
+sign \x8622 123-236-3 蘢
+sign \x8624 124-12 蘤
+sign \x8625 245-246-3 蘥
+sign \x8626 123-356-3 蘦
+sign \x8627 1235-245-3 蘧
+sign \x862D 123-45-3 蘭
+sign \x862E 13-146-4 蘮
+sign \x8632 123-245-3 蘲
+sign \x8635 14-1235 蘵
+sign \x8638 14-345-4 蘸
+sign \x8639 2456-346-3 蘹
+sign \x863A 123-125-3 蘺
+sign \x863C 134-125-3 蘼
+sign \x863E 2456-346-2 蘾
+sign \x863F 123-135-3 蘿
+sign \x8640 14-146 虀
+sign \x8646 123-245-3 虆
+sign \x8647 125-23-1 虇
+sign \x864B 134-2346-3 虋
+sign \x864C 1234-23456-5 虌
+sign \x864D 124-136 虍
+sign \x864E 124-136-1 虎
+sign \x8650 245-246-3 虐
+sign \x8652 234-24 虒
+sign \x8653 125-34 虓
+sign \x8654 1235-256-3 虔
+sign \x8655 1346-1456-4 處
+sign \x8656 124-136 虖
+sign \x8659 124-12345-3 虙
+sign \x865B 125-245 虛
+sign \x865C 123-1236-6 虜
+sign \x865E 1456-3 虞
+sign \x865F 125-1236-2 號
+sign \x8662 12345-1235 虢
+sign \x8663 1234-1236-2 虣
+sign \x8667 12456-146 虧
+sign \x8669 12345-1235 虩
+sign \x866B 1346-236-3 虫
+sign \x866E 13-125-1 虮
+sign \x866F 1235-16-3 虯
+sign \x8671 234-35 虱
+sign \x8679 125-236-3 虹
+sign \x867A 2456-146-1 虺
+sign \x867B 134-56-3 虻
+sign \x867C 13-35 虼
+sign \x868A 134-1246 蚊
+sign \x868B 245-245-2 蚋
+sign \x868C 12346-56-6 蚌
+sign \x868D 12346-125-3 蚍
+sign \x8693 245-1246-6 蚓
+sign \x8695 1346-345-3 蚕
+sign \x869C 1245-12-3 蚜
+sign \x869D 125-1236-3 蚝
+sign \x86A1 124-1246-3 蚡
+sign \x86A3 13-236 蚣
+sign \x86A4 14-1236-1 蚤
+sign \x86A7 13-346-4 蚧
+sign \x86A8 124-136-3 蚨
+sign \x86A9 1346-24 蚩
+sign \x86AA 2345-16-1 蚪
+sign \x86AF 245-16 蚯
+sign \x86B0 245-16-3 蚰
+sign \x86B1 14-12-4 蚱
+sign \x86B3 1346-24-3 蚳
+sign \x86B4 245-16-4 蚴
+sign \x86B5 125-135-1 蚵
+sign \x86B6 125-456 蚶
+sign \x86B7 13-245-2 蚷
+sign \x86BA 235-3 蚺
+sign \x86BB 14-2345-5 蚻
+sign \x86BF 256-3 蚿
+sign \x86C0 14-1456-4 蛀
+sign \x86C4 13-136 蛄
+sign \x86C6 14-245 蛆
+sign \x86C7 234-15-3 蛇
+sign \x86C9 123-356-3 蛉
+sign \x86CB 2345-45-2 蛋
+sign \x86CC 13-136-1 蛌
+sign \x86D0 1235-12345 蛐
+sign \x86D1 134-16-3 蛑
+sign \x86D4 1256-3 蛔
+sign \x86D8 245-25-3 蛘
+sign \x86D9 2456-12 蛙
+sign \x86DA 123-23456-3 蛚
+sign \x86DB 14-1456 蛛
+sign \x86DC 24-0 蛜
+sign \x86DE 1235-1356-5 蛞
+sign \x86DF 13-34 蛟
+sign \x86E1 1235-236-3
+sign \x86E4 13-26-5 蛤
+sign \x86E5 125-12
+sign \x86E9 1235-236-3 蛩
+sign \x86ED 14-35-3 蛭
+sign \x86F8 234-34 蛸
+sign \x86F9 245-236-1 蛹
+sign \x86FA 13-1234-5 蛺
+sign \x86FB 23456-245-4 蛻
+sign \x86FE 1245-135-3 蛾
+sign \x8700 234-12345-3 蜀
+sign \x8702 124-236 蜂
+sign \x8703 234-1246-6 蜃
+sign \x8706 125-256-1 蜆
+sign \x8707 14-23456-5 蜇
+sign \x8708 1245-3 蜈
+sign \x8709 124-16-3 蜉
+sign \x870A 123-125-3 蜊
+sign \x870B 123-56-3 蜋
+sign \x870D 1346-1456-3 蜍
+sign \x870E 23-0 蜎
+sign \x8711 2345-45-2 蜑
+sign \x8712 256-3 蜒
+sign \x8713 23456-356-3 蜓
+sign \x8718 14-24 蜘
+sign \x871A 124-125 蜚
+sign \x871C 134-35-3 蜜
+sign \x871E 1235-125-3 蜞
+sign \x8721 14-12-4 蜡
+sign \x8722 134-14-6 蜢
+sign \x8723 13-25 蜣
+sign \x8725 234-1235 蜥
+sign \x8728 2345-12346-3 蜨
+sign \x8729 23456-13456-3
+sign \x872E 2456-1235-3 蜮
+sign \x8730 124-125-3 蜰
+sign \x8731 12346-125-3 蜱
+sign \x8734 245-1235-3 蜴
+sign \x8737 13-23-1 蜷
+sign \x873A 1245-146-3 蜺
+sign \x873B 1346-356 蜻
+sign \x873E 12345-135-1 蜾
+sign \x873F 23-1 蜿
+sign \x8740 2345-236-4 蝀
+sign \x8742 1234-45-1 蝂
+sign \x8743 2345-146-4 蝃
+sign \x874C 124-135 蝌
+sign \x874D 14-1235 蝍
+sign \x874E 1235-23456-5 蝎
+sign \x8751 234-245 蝑
+sign \x8753 1456-3 蝓
+sign \x8754 13-346 蝔
+sign \x8755 234-1235-3 蝕
+sign \x8757 2456-56-3 蝗
+sign \x8758 256-1 蝘
+sign \x8759 12346-256 蝙
+sign \x875B 2456-146 蝛
+sign \x875D 23-3 蝝
+sign \x875F 2456-146-2 蝟
+sign \x8760 124-12345 蝠
+sign \x8761 1456-3 蝡
+sign \x8763 245-16-3 蝣
+sign \x8764 245-16-3 蝤
+sign \x8765 134-34-3 蝥
+sign \x8766 125-12 蝦
+sign \x8768 234-35 蝨
+sign \x876E 124-12345 蝮
+sign \x876F 23-3 蝯
+sign \x8774 136-3 蝴
+sign \x8776 2345-12346-3 蝶
+sign \x8778 2456-135 蝸
+sign \x877B 1345-345-3 蝻
+sign \x8782 123-56-3 螂
+sign \x8783 12346-56-3 螃
+sign \x8784 234-24 螄
+sign \x8785 234-1235 螅
+sign \x8786 14-24 螆
+sign \x8787 125-146-3 螇
+sign \x8788 23-3 螈
+sign \x8789 245-236 螉
+sign \x878D 245-236-3 融
+sign \x8793 1346-234-3 螓
+sign \x8796 123-1234-3
+sign \x8797 23456-56-3 螗
+sign \x8798 1245-146-6 螘
+sign \x879E 134-12-6 螞
+sign \x879F 134-12-3 螟
+sign \x87A2 245-356-3 螢
+sign \x87AB 234-1235 螫
+sign \x87AC 1346-1236-3 螬
+sign \x87AD 1346-24 螭
+sign \x87AE 2345-146-4 螮
+sign \x87AF 1245-1236-3 螯
+sign \x87B3 23456-56-3 螳
+sign \x87B5 12346-13456 螵
+sign \x87BA 123-135-1 螺
+sign \x87BB 123-16-3 螻
+sign \x87BD 14-236 螽
+sign \x87BE 245-1246-6 螾
+sign \x87BF 14-25 螿
+sign \x87C0 234-1346 蟀
+sign \x87C4 14-1235-3 蟄
+sign \x87C6 134-1236 蟆
+sign \x87C8 12345-12456-5
+sign \x87CA 134-1236-3 蟊
+sign \x87CB 234-1235 蟋
+sign \x87CE 134-2346-6 蟎
+sign \x87D1 14-25 蟑
+sign \x87D2 134-56-6 蟒
+sign \x87DB 12346-56-3 蟛
+sign \x87DC 13-13456-1 蟜
+sign \x87E0 12346-2346-3 蟠
+sign \x87E1 12346-2346-3
+sign \x87E2 125-125-1 蟢
+sign \x87E3 13-125 蟣
+sign \x87E4 13-125
+sign \x87E5 2456-56-3 蟥
+sign \x87E6 2456-56-3
+sign \x87E7 123-1236-3 蟧
+sign \x87E8 123-1236-3
+sign \x87EA 2456-146-2 蟪
+sign \x87EB 23456-345-3 蟫
+sign \x87EC 234-235-3 蟬
+sign \x87EF 13456-3 蟯
+sign \x87F2 1346-236-3 蟲
+sign \x87F4 234-24 蟴
+sign \x87F6 1346-356 蟶
+sign \x87F7 2345-56 蟷
+sign \x87F9 125-346-6 蟹
+sign \x87FA 234-256-2 蟺
+sign \x87FB 1245-146-6 蟻
+sign \x87FC 13-356-1 蟼
+sign \x87FE 234-235-3 蟾
+sign \x8801 125-25-4 蠁
+sign \x8803 123-135-1 蠃
+sign \x8804 1235-456-3 蠄
+sign \x8805 245-356-3 蠅
+sign \x8806 1346-346-4 蠆
+sign \x8809 125-23 蠉
+sign \x880A 123-235-3 蠊
+sign \x880B 14-12345 蠋
+sign \x880C 14-13-3 蠌
+sign \x880D 1235-23456-5 蠍
+sign \x8810 1346-146-3 蠐
+sign \x8811 2456-356-3 蠑
+sign \x8813 134-236-6 蠓
+sign \x8814 125-1236-3 蠔
+sign \x8815 1456-3 蠕
+sign \x8816 2456-12456-3 蠖
+sign \x8819 1234-1246 蠙
+sign \x881B 134-23456-3 蠛
+sign \x881C 124-45-2 蠜
+sign \x881F 123-1234-3 蠟
+sign \x8821 123-146-6 蠡
+sign \x8822 1346-234-1 蠢
+sign \x8823 123-146-2 蠣
+sign \x8826 123-1236-3 蠦
+sign \x8828 234-13456 蠨
+sign \x882A 123-236-3 蠪
+sign \x882D 124-236
+sign \x8831 13-136-1 蠱
+sign \x8832 13-23 蠲
+sign \x8835 12456-146-3 蠵
+sign \x8836 1346-345-3 蠶
+sign \x8837 124-12456-5 蠷
+sign \x8838 1235-23-3 蠸
+sign \x8839 2345-1236-4 蠹
+sign \x883B 134-45-3 蠻
+sign \x883C 124-12456-5 蠼
+sign \x883D 14-23456-3 蠽
+sign \x8840 125-12356-5 血
+sign \x8841 124-56 衁
+sign \x8843 124-16-3 衃
+sign \x8844 1345-12345-3 衄
+sign \x8845 245-1246-2
+sign \x8846 14-236-4
+sign \x8848 24-2 衈
+sign \x884A 134-23456-3 衊
+sign \x884B 234-1235 衋
+sign \x884C 125-1245-3 行
+sign \x884D 125-256-1 衍
+sign \x884F 23-1
+sign \x8852 23-3 衒
+sign \x8853 234-1346-3 術
+sign \x8855 23456-236-3 衕
+sign \x8856 125-56-2 衖
+sign \x8857 13-346 街
+sign \x8859 1245-12-3 衙
+sign \x885A 136-3 衚
+sign \x885B 2456-146-2 衛
+sign \x885D 1346-236 衝
+sign \x885E 2456-146-2 衞
+sign \x8861 125-1245-3 衡
+sign \x8862 1235-245-3 衢
+sign \x8863 24-0 衣
+sign \x8868 1234-13456-1 表
+sign \x8869 1346-12-4 衩
+sign \x886B 234-345 衫
+sign \x886D 124-136-4 衭
+sign \x8870 234-245 衰
+sign \x8872 1345-1234-3 衲
+sign \x8875 1345-1235 衵
+sign \x8877 1346-236 衷
+sign \x8879 14-24-1 衹
+sign \x887D 245-456-2 衽
+sign \x887E 1235-456 衾
+sign \x887F 1235-456 衿
+sign \x8881 23-3 袁
+sign \x8882 134-146-2 袂
+sign \x8888 13-12 袈
+sign \x888B 2345-126-2 袋
+sign \x888D 12346-1236-3 袍
+sign \x8892 23456-45-1 袒
+sign \x8896 14-16-2 袖
+sign \x8897 1346-1246-1 袗
+sign \x8899 12346-13-5 袙
+sign \x889A 124-35 袚
+sign \x889B 14-24-1 袛
+sign \x889E 12345-1246-1 袞
+sign \x88A2 12346-45-4 袢
+sign \x88A4 134-16-2 袤
+sign \x88AA 1235-245 袪
+sign \x88AB 1234-125-2 被
+sign \x88B1 124-12345-3 袱
+sign \x88B2 24-3 袲
+sign \x88B4 124-136-4
+sign \x88B5 245-456-2
+sign \x88B7 13-1234-5 袷
+sign \x88BA 13-23456-5 袺
+sign \x88BC 13-12456-5 袼
+sign \x88BD 1456-3 袽
+sign \x88BE 14-1456 袾
+sign \x88C0 245-1246 裀
+sign \x88C1 1346-126-3 裁
+sign \x88C2 123-23456-3 裂
+sign \x88C5 14-56
+sign \x88C7 234-1346 裇
+sign \x88C9 1235-1245-4 裉
+sign \x88CA 1345-13456-6 裊
+sign \x88CC 13-1234-5 裌
+sign \x88CE 1346-356-3 裎
+sign \x88CF 123-245-6 裏
+sign \x88D2 12346-1236-3 裒
+sign \x88D4 245-245-2 裔
+sign \x88D5 1456-2 裕
+sign \x88D8 1235-16-3 裘
+sign \x88D9 12456-1246-3 裙
+sign \x88DB 245-26 裛
+sign \x88DC 1234-1236-1 補
+sign \x88DD 14-56 裝
+sign \x88DF 234-12 裟
+sign \x88E1 123-245-6 裡
+sign \x88E8 1234-125 裨
+sign \x88E9 12346-125-3
+sign \x88EF 1346-16-3 裯
+sign \x88F0 14-12356-5 裰
+sign \x88F1 1234-13456-1 裱
+sign \x88F2 123-25-6 裲
+sign \x88F3 234-25-3 裳
+sign \x88F4 12346-1256-3 裴
+sign \x88F8 123-135-1 裸
+sign \x88F9 12345-135-1 裹
+sign \x88FC 234-1235-5 裼
+sign \x88FD 14-146-4 製
+sign \x88FE 13-245 裾
+sign \x8902 12456-12-1 褂
+sign \x8907 124-12345 複
+sign \x890A 12346-256-1 褊
+sign \x890C 12345-1246 褌
+sign \x890E 14-16-2 褎
+sign \x8910 125-124-5 褐
+sign \x8912 1234-1236 褒
+sign \x8913 1234-1236-1 褓
+sign \x8914 124-12345
+sign \x8915 1456-3 褕
+sign \x8918 124-146 褘
+sign \x8919 1234-1256-4 褙
+sign \x891A 1346-1456-1 褚
+sign \x891E 2456-1246 褞
+sign \x891F 23456-1234-5 褟
+sign \x8921 2345-1234-5 褡
+sign \x8922 2456-346-3 褢
+sign \x8925 245-12345-3 褥
+sign \x8926 123-15-6 褦
+sign \x8927 12345-356-1 褧
+sign \x892A 23456-245-4 褪
+sign \x892B 1346-24-1 褫
+sign \x892D 1345-13456-6 褭
+sign \x892F 14-1235-3 褯
+sign \x8930 125-256 褰
+sign \x8931 2456-346-3 褱
+sign \x8932 124-136-4 褲
+sign \x8933 123-256-3 褳
+sign \x8935 123-125-3 褵
+sign \x8936 14-12346-5 褶
+sign \x8938 123-16 褸
+sign \x893B 234-23456-5 褻
+sign \x893C 234-256 褼
+sign \x893D 2456-146-4 褽
+sign \x893E 1234-13456-1 褾
+sign \x8941 1235-25-6 襁
+sign \x8943 1234-1236 襃
+sign \x8944 234-25 襄
+sign \x8946 124-12345-3 襆
+sign \x8949 13-45-1 襉
+sign \x894C 2345-45 襌
+sign \x894F 1234-1356-3 襏
+sign \x8956 1236-4 襖
+sign \x895A 234-245-2 襚
+sign \x895B 1345-236-3 襛
+sign \x895C 14-235 襜
+sign \x895D 123-235-6 襝
+sign \x895E 1234-1235 襞
+sign \x895F 1235-456 襟
+sign \x8960 123-56-2 襠
+sign \x8962 23456-45-1 襢
+sign \x8964 123-345-3 襤
+sign \x8966 1456-3 襦
+sign \x896A 134-35-3 襪
+sign \x896C 1234-346-1 襬
+sign \x896D 1235-23456-5 襭
+sign \x896E 1234-12456-5 襮
+sign \x896F 1346-1246-4 襯
+sign \x8971 123-236-3 襱
+sign \x8972 14-1234-3 襲
+sign \x8973 1346-235 襳
+sign \x8974 123-45-3 襴
+sign \x8976 2345-15-1 襶
+sign \x8979 234-24-1 襹
+sign \x897B 12346-45-4 襻
+sign \x897C 134-146-4 襼
+sign \x897E 123-25-1
+sign \x897F 234-146 西
+sign \x8981 13456-4 要
+sign \x8982 124-236-4 覂
+sign \x8983 23456-345-3 覃
+sign \x8986 124-12345 覆
+sign \x8988 125-35-3 覈
+sign \x898A 13-125
+sign \x898B 13-256-4 見
+sign \x898F 12456-146 規
+sign \x8993 134-1235-3 覓
+sign \x8996 234-24-2 視
+sign \x8997 14-24-2 覗
+sign \x8998 14-235 覘
+sign \x899C 23456-13456-4
+sign \x89A1 125-35-3 覡
+sign \x89A6 1456-3 覦
+sign \x89AA 1346-1246 親
+sign \x89AC 13-125-4 覬
+sign \x89AF 13-16-4 覯
+sign \x89B2 13-1246-2 覲
+sign \x89B6 123-135-3 覶
+sign \x89B7 1346-245-4 覷
+sign \x89BA 13-12456-5 覺
+sign \x89BD 123-345-6 覽
+sign \x89BF 2345-1235-3 覿
+sign \x89C0 13-2346 觀
+sign \x89D2 13-12456-5 角
+sign \x89D3 1235-16-3 觓
+sign \x89D4 13-1246 觔
+sign \x89D5 1346-1236 觕
+sign \x89D6 1235-12356-5 觖
+sign \x89DA 13-136 觚
+sign \x89DC 14-24 觜
+sign \x89DD 2345-146-1 觝
+sign \x89E1 1235-16-3
+sign \x89E3 13-346-1 解
+sign \x89E4 125-346-2
+sign \x89E5 12345-1245 觥
+sign \x89E6 14-12345 触
+sign \x89E7 14-12345
+sign \x89E9 1235-16-3 觩
+sign \x89EB 1346-12345 觫
+sign \x89ED 13-125 觭
+sign \x89F0 14-12 觰
+sign \x89F1 1234-23456 觱
+sign \x89F3 125-12345-3 觳
+sign \x89F4 234-25 觴
+sign \x89F6 24-4 觶
+sign \x89F7 125-12456-3 觷
+sign \x89F8 14-12345 觸
+sign \x89FA 24-3 觺
+sign \x89FC 1346-45-4 觼
+sign \x89FF 12456-146-3 觿
+sign \x8A00 256-3 言
+sign \x8A02 2345-356-4 訂
+sign \x8A03 124-136-2 訃
+sign \x8A04 1235-16-3 訄
+sign \x8A07 12345-1245 訇
+sign \x8A08 13-146-4 計
+sign \x8A0A 234-234-4 訊
+sign \x8A0C 125-236-4 訌
+sign \x8A0E 23456-1236-1 討
+sign \x8A0F 125-245 訏
+sign \x8A10 1235-23456-3 訐
+sign \x8A11 24-3 訑
+sign \x8A12 245-1246-2 訒
+sign \x8A13 124-1246-4 訓
+sign \x8A15 234-45-4 訕
+sign \x8A16 1245-35-3 訖
+sign \x8A17 23456-12456-5
+sign \x8A18 13-125-4 記
+sign \x8A1B 1245-135-3 訛
+sign \x8A1D 1245-12-2 訝
+sign \x8A1F 14-236-2 訟
+sign \x8A22 245-1246 訢
+sign \x8A23 1235-12356-5 訣
+sign \x8A25 1345-1234-3 訥
+sign \x8A27 245-16-3 訧
+sign \x8A2A 124-56-1 訪
+sign \x8A2C 1346-34-1 訬
+sign \x8A2D 1346-23456-5 設
+sign \x8A31 125-245-1 許
+sign \x8A34 234-1236-4 訴
+sign \x8A36 125-135 訶
+sign \x8A39 14-1346 訹
+sign \x8A3A 1346-1246-1 診
+sign \x8A3B 14-1456-4 註
+sign \x8A3C 14-356-4 証
+sign \x8A3E 14-24-1 訾
+sign \x8A40 14-235 詀
+sign \x8A41 13-136-1 詁
+sign \x8A45 123-356-3 詅
+sign \x8A46 2345-146-1 詆
+sign \x8A48 123-125-2 詈
+sign \x8A4E 13-245-2 詎
+sign \x8A4F 34-1 詏
+sign \x8A50 14-12-4 詐
+sign \x8A52 24-3 詒
+sign \x8A54 14-13456-2 詔
+sign \x8A55 12346-356-3 評
+sign \x8A56 1234-125-4 詖
+sign \x8A57 12345-356-1 詗
+sign \x8A58 2456-35 詘
+sign \x8A5B 14-135-4 詛
+sign \x8A5E 1346-24-3 詞
+sign \x8A60 2456-356-2 詠
+sign \x8A61 125-245-1 詡
+sign \x8A62 234-234 詢
+sign \x8A63 1245-146-2 詣
+sign \x8A66 234-24-4 試
+sign \x8A68 13-34 詨
+sign \x8A69 234-24 詩
+sign \x8A6B 1346-12-4 詫
+sign \x8A6C 13-16-4 詬
+sign \x8A6D 12345-146-1 詭
+sign \x8A6E 1346-23-3 詮
+sign \x8A70 1235-23456-5 詰
+sign \x8A71 2456-12-2 話
+sign \x8A72 13-126 該
+sign \x8A73 1346-25-3 詳
+sign \x8A75 234-1246 詵
+sign \x8A76 1346-16-3 詶
+sign \x8A79 14-235 詹
+sign \x8A7B 1245-13-3 詻
+sign \x8A7C 124-1256 詼
+sign \x8A7F 12345-12-4 詿
+sign \x8A82 23456-13456-6
+sign \x8A84 123-126-2 誄
+sign \x8A85 14-1456 誅
+sign \x8A86 125-56 誆
+sign \x8A87 12456-12 誇
+sign \x8A8C 14-24-4 誌
+sign \x8A8D 245-356-2 認
+sign \x8A91 1235-56-3 誑
+sign \x8A92 15-0 誒
+sign \x8A93 234-146-2 誓
+sign \x8A95 2345-45-4 誕
+sign \x8A96 1234-1256-2 誖
+sign \x8A98 245-16-6 誘
+sign \x8A9A 1346-13456-4 誚
+sign \x8A9E 1456-6 語
+sign \x8AA0 234-356-3 誠
+sign \x8AA1 13-346-4 誡
+sign \x8AA3 134-1236-3 誣
+sign \x8AA4 1245-2 誤
+sign \x8AA5 13-1236-4 誥
+sign \x8AA6 14-236-2 誦
+sign \x8AA8 124-1256-4 誨
+sign \x8AAA 234-12356-5 說
+sign \x8AB0 234-245-3 誰
+sign \x8AB2 124-135-4 課
+sign \x8AB6 234-245-2 誶
+sign \x8AB9 124-125-1 誹
+sign \x8ABB 2345-1234-3 誻
+sign \x8ABC 24-3 誼
+sign \x8ABF 2345-13456-2
+sign \x8AC2 1346-235-1 諂
+sign \x8AC4 14-234 諄
+sign \x8AC6 125-125 諆
+sign \x8AC7 23456-345-3 談
+sign \x8AC8 14-245-2 諈
+sign \x8AC9 2456-146-1 諉
+sign \x8ACB 1346-356-1 請
+sign \x8ACD 14-14-4 諍
+sign \x8ACF 14-16 諏
+sign \x8AD1 2345-246-5 諑
+sign \x8AD2 123-25-2 諒
+sign \x8AD3 14-256-4 諓
+sign \x8AD4 1346-12345 諔
+sign \x8AD5 125-13-5 諕
+sign \x8AD6 123-234-2 論
+sign \x8AD7 1345-456-1 諗
+sign \x8ADB 1456-3 諛
+sign \x8ADC 2345-12346-3 諜
+sign \x8ADD 234-245 諝
+sign \x8ADE 12346-256-3 諞
+sign \x8ADF 234-24-2 諟
+sign \x8AE0 125-23 諠
+sign \x8AE1 234-24-4 諡
+sign \x8AE2 2456-1246-2 諢
+sign \x8AE4 1245-12456-3 諤
+sign \x8AE6 2345-146-4 諦
+sign \x8AE7 125-346-3 諧
+sign \x8AEB 13-45-4 諫
+sign \x8AED 1456-2 諭
+sign \x8AEE 14-24 諮
+sign \x8AF0 234-346-1 諰
+sign \x8AF1 2456-146-6 諱
+sign \x8AF2 245-1246 諲
+sign \x8AF3 456-0 諳
+sign \x8AF4 125-345-3 諴
+sign \x8AF5 1345-345-3 諵
+sign \x8AF6 234-456-3 諶
+sign \x8AF7 124-236-4 諷
+sign \x8AF8 14-1456 諸
+sign \x8AFA 256-2 諺
+sign \x8AFC 125-23 諼
+sign \x8AFE 1345-12456-3 諾
+sign \x8B00 134-16-3 謀
+sign \x8B01 23456-5 謁
+sign \x8B02 2456-146-2 謂
+sign \x8B04 23456-1245-3 謄
+sign \x8B05 14-16 謅
+sign \x8B06 234-256-4 謆
+sign \x8B07 13-256-1 謇
+sign \x8B0A 124-56 謊
+sign \x8B0B 2456-13-3 謋
+sign \x8B0E 134-146-3 謎
+sign \x8B0F 234-16-1 謏
+sign \x8B10 134-35-3 謐
+sign \x8B12 1346-25 謒
+sign \x8B14 245-246-3 謔
+sign \x8B16 234-12345 謖
+sign \x8B17 12346-56-4 謗
+sign \x8B19 125-235 謙
+sign \x8B1A 234-24-4 謚
+sign \x8B1B 13-56-1 講
+sign \x8B1D 14-15-2 謝
+sign \x8B1F 23456-1236
+sign \x8B20 13456-3 謠
+sign \x8B22 136-2
+sign \x8B26 125-356-4 謦
+sign \x8B28 134-1236-3 謨
+sign \x8B2A 234-25 謪
+sign \x8B2B 14-13-3 謫
+sign \x8B2C 134-16-2 謬
+sign \x8B33 16-0 謳
+sign \x8B37 1245-1236-3 謷
+sign \x8B39 13-1246-1 謹
+sign \x8B3C 124-136 謼
+sign \x8B3E 134-45-2 謾
+sign \x8B3F 14-16
+sign \x8B41 2456-12 譁
+sign \x8B45 234-26 譅
+sign \x8B46 125-125 譆
+sign \x8B48 2345-245-2 譈
+sign \x8B49 14-356-4 證
+sign \x8B4A 1345-34-3 譊
+sign \x8B4E 1235-12356-5 譎
+sign \x8B4F 13-125 譏
+sign \x8B52 1234-135-4 譒
+sign \x8B53 2456-146-2 譓
+sign \x8B54 14-45-2 譔
+sign \x8B56 14-456-4 譖
+sign \x8B58 234-1235 識
+sign \x8B59 1346-13456-3 譙
+sign \x8B5A 23456-345-3 譚
+sign \x8B5C 12346-1236-1 譜
+sign \x8B5F 1346-1236-4 譟
+sign \x8B66 13-356-1 警
+sign \x8B68 1345-16-1 譨
+sign \x8B69 24-0
+sign \x8B6A 126-1 譪
+sign \x8B6B 14-235 譫
+sign \x8B6C 12346-125-4 譬
+sign \x8B6D 2456-146-1 譭
+sign \x8B6F 245-1235-3 譯
+sign \x8B70 24-6 議
+sign \x8B74 125-256-1 譴
+sign \x8B77 136-2 護
+sign \x8B78 14-16 譸
+sign \x8B7A 245-1235-3 譺
+sign \x8B7D 1456-2 譽
+sign \x8B7E 14-256-1 譾
+sign \x8B80 2345-12345-3 讀
+sign \x8B85 234-456-1 讅
+sign \x8B86 1245-146-2 讆
+sign \x8B8A 1234-256-4 變
+sign \x8B8B 14-23456-5 讋
+sign \x8B8C 256-4 讌
+sign \x8B8E 1346-16-3 讎
+sign \x8B92 1346-345-3 讒
+sign \x8B93 245-25-2 讓
+sign \x8B94 245-1246-1 讔
+sign \x8B95 123-45-3 讕
+sign \x8B96 1346-345-4 讖
+sign \x8B98 14-12346-5 讘
+sign \x8B99 124-2346 讙
+sign \x8B9A 14-45-4 讚
+sign \x8B9C 2345-56-1 讜
+sign \x8B9E 256-2 讞
+sign \x8B9F 2345-12345-3 讟
+sign \x8C37 13-12345 谷
+sign \x8C39 2456-1245-3 谹
+sign \x8C3D 125-456-3 谽
+sign \x8C3F 1235-146 谿
+sign \x8C41 1235-1356-5 豁
+sign \x8C42 123-12345-3 豂
+sign \x8C46 2345-16-2 豆
+sign \x8C47 13-56 豇
+sign \x8C48 125-125-1 豈
+sign \x8C49 234-24-2 豉
+sign \x8C4C 2346-1 豌
+sign \x8C4E 234-1456-2 豎
+sign \x8C4F 125-256-4 豏
+sign \x8C50 124-236 豐
+sign \x8C54 235-2 豔
+sign \x8C55 1346-24-1 豕
+sign \x8C57 124-1256 豗
+sign \x8C5A 23456-23-3 豚
+sign \x8C5C 13-256 豜
+sign \x8C5D 1234-12 豝
+sign \x8C61 14-25-2 象
+sign \x8C62 2456-45-2 豢
+sign \x8C66 1235-245-3 豦
+sign \x8C68 125-125 豨
+sign \x8C6A 125-1236-3 豪
+sign \x8C6B 1456-2 豫
+sign \x8C6C 14-1456 豬
+sign \x8C6D 13-12 豭
+sign \x8C73 1234-1246 豳
+sign \x8C75 14-236 豵
+sign \x8C76 124-1246-3 豶
+sign \x8C77 24-4 豷
+sign \x8C78 14-24-2 豸
+sign \x8C79 12346-34-4 豹
+sign \x8C7A 1346-346-3 豺
+sign \x8C7B 1245-1345-2 豻
+sign \x8C82 2345-13456 貂
+sign \x8C85 245-16 貅
+sign \x8C86 2346-3 貆
+sign \x8C89 123-12456-3 貉
+sign \x8C8A 134-46-3 貊
+sign \x8C8C 134-34-2 貌
+sign \x8C8D 123-125-3 貍
+sign \x8C90 1456-6 貐
+sign \x8C92 23456-234 貒
+sign \x8C93 134-34 貓
+sign \x8C94 12346-125-3 貔
+sign \x8C95 125-146-3 貕
+sign \x8C98 134-12456-3 貘
+sign \x8C99 1235-245 貙
+sign \x8C9C 124-12456-5 貜
+sign \x8C9D 1234-1256-4 貝
+sign \x8C9E 14-356 貞
+sign \x8CA0 124-136-2 負
+sign \x8CA1 1346-126-3 財
+sign \x8CA2 13-236-4 貢
+sign \x8CA4 24-3 貤
+sign \x8CA7 12346-1246-3 貧
+sign \x8CA8 124-135-4 貨
+sign \x8CA9 124-45-4 販
+sign \x8CAA 23456-345 貪
+sign \x8CAB 13-2346-4 貫
+sign \x8CAC 14-13-5 責
+sign \x8CAF 1346-1456-6 貯
+sign \x8CB0 234-146-4 貰
+sign \x8CB2 14-24 貲
+sign \x8CB3 24-2 貳
+sign \x8CB4 12345-146-4 貴
+sign \x8CB6 1234-256-1 貶
+sign \x8CB7 134-346-6 買
+sign \x8CB8 23456-346-4 貸
+sign \x8CBA 124-56-4 貺
+sign \x8CBB 124-146-4 費
+sign \x8CBC 23456-12346
+sign \x8CBD 24-3 貽
+sign \x8CBF 134-16-2 貿
+sign \x8CC0 125-135-2 賀
+sign \x8CC1 1234-125-4 賁
+sign \x8CC2 123-1236-2 賂
+sign \x8CC3 245-456-2 賃
+sign \x8CC4 1235-1256-1 賄
+sign \x8CC5 13-126 賅
+sign \x8CC7 14-24 資
+sign \x8CC8 13-136-1 賈
+sign \x8CCA 1346-13-3 賊
+sign \x8CD1 14-1246-4 賑
+sign \x8CD2 234-15 賒
+sign \x8CD3 1234-1246 賓
+sign \x8CD5 1235-16-3 賕
+sign \x8CD9 14-16 賙
+sign \x8CDA 123-126-2 賚
+sign \x8CDC 1346-24-4 賜
+sign \x8CDE 234-25-1 賞
+sign \x8CE0 12346-1256-3 賠
+sign \x8CE1 13-1245 賡
+sign \x8CE2 256-3 賢
+sign \x8CE3 134-346-2 賣
+sign \x8CE4 14-256-2 賤
+sign \x8CE6 124-136-4 賦
+sign \x8CE7 23456-345-2 賧
+sign \x8CE8 1346-236-2 賨
+sign \x8CEA 14-35 質
+sign \x8CEC 14-25-4 賬
+sign \x8CED 2345-1236-1 賭
+sign \x8CEE 14-234-1 賮
+sign \x8CF0 1346-234-1 賰
+sign \x8CF4 123-346-2 賴
+sign \x8CF5 124-236-4 賵
+sign \x8CF8 23456-1245-3 賸
+sign \x8CFA 14-45-2 賺
+sign \x8CFB 124-136-2 賻
+sign \x8CFC 1235-16-4 購
+sign \x8CFD 1346-126-4 賽
+sign \x8CFE 14-13-5 賾
+sign \x8D03 14-45-4
+sign \x8D04 14-24-4 贄
+sign \x8D05 14-245-2 贅
+sign \x8D07 2456-1246 贇
+sign \x8D08 14-1245-2 贈
+sign \x8D09 23456-345-6 贉
+sign \x8D0A 14-45-4 贊
+sign \x8D0B 1245-45-2 贋
+sign \x8D0D 234-256-2 贍
+sign \x8D0F 245-2356-3 贏
+sign \x8D10 14-234-2 贐
+sign \x8D11 13-345-4
+sign \x8D13 14-56 贓
+sign \x8D14 1234-125-2 贔
+sign \x8D16 234-12345-3 贖
+sign \x8D17 1245-45-2 贗
+sign \x8D1B 13-345-4 贛
+sign \x8D64 1346-2456-5 赤
+sign \x8D66 234-15-4 赦
+sign \x8D67 1345-45-6 赧
+sign \x8D69 234-1235 赩
+sign \x8D6B 125-13 赫
+sign \x8D6C 1346-356 赬
+sign \x8D6D 14-15-1 赭
+sign \x8D6F 23456-56-3 赯
+sign \x8D70 14-16-1 走
+sign \x8D73 2345-16-1 赳
+sign \x8D74 124-136-2 赴
+sign \x8D76 13-1345-1 赶
+sign \x8D77 125-125-1 起
+sign \x8D78 234-45-4 赸
+sign \x8D81 1346-1246-4 趁
+sign \x8D84 14-245 趄
+sign \x8D85 1346-13456 超
+sign \x8D8A 12356-3 越
+sign \x8D8D 1346-245 趍
+sign \x8D8E 14-1456 趎
+sign \x8D91 14-24 趑
+sign \x8D94 123-23456-3 趔
+sign \x8D95 13-1345-1 趕
+sign \x8D96 234-135 趖
+sign \x8D99 14-13456-2 趙
+sign \x8D9F 23456-56-4 趟
+sign \x8DA0 1346-246-5 趠
+sign \x8DA3 1346-245-4 趣
+sign \x8DA8 1346-245 趨
+sign \x8DAB 1235-13456-3 趫
+sign \x8DAC 125-13456 趬
+sign \x8DAE 1346-1236-4 趮
+sign \x8DAF 23456-1235 趯
+sign \x8DB2 14-45-1 趲
+sign \x8DB3 14-12345 足
+sign \x8DB4 12346-12 趴
+sign \x8DB5 12346-34-4 趵
+sign \x8DB7 13-35-3 趷
+sign \x8DB9 1235-12356-5 趹
+sign \x8DBA 124-136 趺
+sign \x8DBC 13-256-1 趼
+sign \x8DBE 14-24-1 趾
+sign \x8DBF 23456-2345-5 趿
+sign \x8DC1 12346-12 跁
+sign \x8DC2 1235-125-3 跂
+sign \x8DC5 23456-12456-5
+sign \x8DC6 23456-126-3 跆
+sign \x8DCB 1234-35-3 跋
+sign \x8DCC 2345-23456-5 跌
+sign \x8DCE 23456-135-3 跎
+sign \x8DCF 13-12 跏
+sign \x8DD0 1346-24-1 跐
+sign \x8DD1 12346-34-1 跑
+sign \x8DD5 2345-235-4 跕
+sign \x8DD6 14-2456-5 跖
+sign \x8DD7 124-136 跗
+sign \x8DD9 14-245 跙
+sign \x8DDA 234-45 跚
+sign \x8DDB 12346-135-1 跛
+sign \x8DDD 1235-245-6 距
+sign \x8DDF 13-1246 跟
+sign \x8DE1 14-1235 跡
+sign \x8DE3 234-256-1 跣
+sign \x8DE4 13-34 跤
+sign \x8DE6 14-1456 跦
+sign \x8DE8 12456-12 跨
+sign \x8DE9 245-146-2 跩
+sign \x8DEA 12345-146-2 跪
+sign \x8DEB 1235-236-3 跫
+sign \x8DEC 12456-146-1 跬
+sign \x8DEE 14-24-4 跮
+sign \x8DEF 123-1236-2 路
+sign \x8DF2 13-1234-5 跲
+sign \x8DF3 23456-13456-4
+sign \x8DF4 1346-346-1 跴
+sign \x8DFA 2345-135-1 跺
+sign \x8DFC 13-12345-3 跼
+sign \x8DFD 13-125-2 跽
+sign \x8E01 1235-245
+sign \x8E02 136-3
+sign \x8E04 1346-24-1
+sign \x8E05 1346-12356-5 踅
+sign \x8E06 234-234 踆
+sign \x8E09 123-56-3 踉
+sign \x8E0A 245-236-1 踊
+sign \x8E0E 134-16 踎
+sign \x8E0F 2345-1234-3 踏
+sign \x8E10 1346-256-6 踐
+sign \x8E12 2456-135 踒
+sign \x8E14 1346-246-5 踔
+sign \x8E15 14-23456-3 踕
+sign \x8E16 14-1235 踖
+sign \x8E18 13-12345 踘
+sign \x8E1D 2456-12-6 踝
+sign \x8E1E 13-245-4 踞
+sign \x8E1F 1346-24-3 踟
+sign \x8E21 1235-23-3 踡
+sign \x8E22 23456-2456-5 踢
+sign \x8E23 1234-13-3 踣
+sign \x8E25 1346-12346-5 踥
+sign \x8E26 13-125-1 踦
+sign \x8E27 1346-12345 踧
+sign \x8E29 1346-346-1 踩
+sign \x8E2A 14-236
+sign \x8E2B 12346-236-4
+sign \x8E2D 14-14 踭
+sign \x8E2E 2345-235-1 踮
+sign \x8E30 1456-3 踰
+sign \x8E31 2345-12456-3 踱
+sign \x8E33 1346-23-1 踳
+sign \x8E34 245-236-1 踴
+sign \x8E35 14-236-1 踵
+sign \x8E36 2345-146-2 踶
+sign \x8E38 1346-456-1 踸
+sign \x8E39 1346-346-1 踹
+sign \x8E3D 13-245-1 踽
+sign \x8E40 2345-12346-3 蹀
+sign \x8E41 12346-256 蹁
+sign \x8E42 245-16-3 蹂
+sign \x8E44 23456-146-3 蹄
+sign \x8E45 1346-12 蹅
+sign \x8E47 13-256-1 蹇
+sign \x8E48 2345-1236-2 蹈
+sign \x8E49 1346-135 蹉
+sign \x8E4A 1235-146 蹊
+sign \x8E4B 23456-2345-5 蹋
+sign \x8E4C 1346-56 蹌
+sign \x8E4D 14-256-1 蹍
+sign \x8E4E 2345-256 蹎
+sign \x8E50 14-2456-5 蹐
+sign \x8E54 14-345-2 蹔
+sign \x8E55 1234-35 蹕
+sign \x8E59 1346-12345 蹙
+sign \x8E5A 23456-56-1 蹚
+sign \x8E5D 234-346-1 蹝
+sign \x8E5F 14-1235 蹟
+sign \x8E60 14-1235-5 蹠
+sign \x8E61 1346-25 蹡
+sign \x8E62 14-13-3 蹢
+sign \x8E63 134-2346-3 蹣
+sign \x8E64 14-236 蹤
+sign \x8E66 1234-1245 蹦
+sign \x8E67 14-1236 蹧
+sign \x8E69 1234-23456-3 蹩
+sign \x8E6C 2345-1245-2 蹬
+sign \x8E6D 234-1245-4 蹭
+sign \x8E6F 124-45-3 蹯
+sign \x8E72 2345-234 蹲
+sign \x8E74 1346-12345 蹴
+sign \x8E76 1235-12356-5 蹶
+sign \x8E7A 1235-13456-1 蹺
+sign \x8E7B 1235-13456-4 蹻
+sign \x8E7C 12346-12456-5
+sign \x8E7E 2345-1246-4 蹾
+sign \x8E80 12345-45-4 躀
+sign \x8E81 1346-1236-4 躁
+sign \x8E82 2345-2345-3 躂
+sign \x8E84 1234-1235 躄
+sign \x8E85 14-12345-3 躅
+sign \x8E87 1346-1456-3 躇
+sign \x8E89 2345-1246-1 躉
+sign \x8E8A 1346-16-3 躊
+sign \x8E8B 14-146 躋
+sign \x8E8D 245-246-5 躍
+sign \x8E90 123-12346-3 躐
+sign \x8E91 14-13-3 躑
+sign \x8E92 123-12456-3 躒
+sign \x8E93 14-24-4 躓
+sign \x8E95 1346-1456-3 躕
+sign \x8E98 123-236-3 躘
+sign \x8E9A 1346-256 躚
+sign \x8E9D 123-45-3 躝
+sign \x8E9E 1346-12346-5 躞
+sign \x8E9F 1345-56-6 躟
+sign \x8EA0 234-23456-5 躠
+sign \x8EA1 1345-12346-3 躡
+sign \x8EA5 1346-23 躥
+sign \x8EA6 14-23 躦
+sign \x8EA9 124-12456-5 躩
+sign \x8EAA 123-234-2 躪
+sign \x8EAB 234-1246 身
+sign \x8EAC 13-236 躬
+sign \x8EB2 2345-135-1 躲
+sign \x8EB6 123-135-1
+sign \x8EBA 23456-56-1 躺
+sign \x8EC0 1235-245 軀
+sign \x8ECA 1346-15 車
+sign \x8ECB 14-2345-5 軋
+sign \x8ECC 12345-146-1 軌
+sign \x8ECD 12345-1246 軍
+sign \x8ECF 12356-3 軏
+sign \x8ED1 2345-146-2 軑
+sign \x8ED2 125-256 軒
+sign \x8ED3 124-45-3 軓
+sign \x8ED4 245-1246-2 軔
+sign \x8ED7 13-12345 軗
+sign \x8ED8 23456-23-3 軘
+sign \x8EDA 23456-346-6 軚
+sign \x8EDB 13-0 軛
+sign \x8EDC 1345-1234-3 軜
+sign \x8EDF 23-6 軟
+sign \x8EE5 1235-245-3 軥
+sign \x8EE8 123-356-3 軨
+sign \x8EEB 14-1246-1 軫
+sign \x8EEC 124-45-2 軬
+sign \x8EF2 13-136 軲
+sign \x8EF6 13-0 軶
+sign \x8EF8 14-12345-3 軸
+sign \x8EF9 14-24-1 軹
+sign \x8EFA 13456-3 軺
+sign \x8EFB 135-0 軻
+sign \x8EFC 245-35-3 軼
+sign \x8EFE 234-1235 軾
+sign \x8EFF 12346-356-3 軿
+sign \x8F00 24-3 輀
+sign \x8F02 13-12345 輂
+sign \x8F03 13-34-4 較
+sign \x8F05 123-1236-2 輅
+sign \x8F07 1346-23-3 輇
+sign \x8F08 14-16 輈
+sign \x8F09 14-126-4 載
+sign \x8F0A 14-24-4 輊
+sign \x8F0B 1346-15-3
+sign \x8F12 14-12346-5 輒
+sign \x8F13 2456-45-6 輓
+sign \x8F14 124-136-2 輔
+sign \x8F15 125-356 輕
+sign \x8F16 14-16 輖
+sign \x8F17 1245-146-3 輗
+sign \x8F18 123-356-3 輘
+sign \x8F19 14-12346-5
+sign \x8F1A 14-45-2 輚
+sign \x8F1B 123-25-2 輛
+sign \x8F1C 14-24 輜
+sign \x8F1D 124-146 輝
+sign \x8F1E 134-56-6 輞
+sign \x8F1F 14-12356-5 輟
+sign \x8F20 12345-135-1 輠
+sign \x8F25 12345-1246-1 輥
+sign \x8F26 123-256-6 輦
+sign \x8F29 1234-1256-4 輩
+sign \x8F2A 123-234-3 輪
+sign \x8F2C 123-25-3 輬
+sign \x8F2E 245-16-3 輮
+sign \x8F2F 1346-26 輯
+sign \x8F33 1346-16-4 輳
+sign \x8F35 13-124-5 輵
+sign \x8F36 245-16-3 輶
+sign \x8F37 12345-1245 輷
+sign \x8F38 234-1456 輸
+sign \x8F39 124-12345 輹
+sign \x8F3B 124-12345 輻
+sign \x8F3E 14-256-1 輾
+sign \x8F3F 1456-3 輿
+sign \x8F40 2456-1246 轀
+sign \x8F42 13-12345 轂
+sign \x8F44 125-35-3 轄
+sign \x8F45 23-3 轅
+sign \x8F46 123-12345 轆
+sign \x8F47 13-34 轇
+sign \x8F49 14-23-4 轉
+sign \x8F4D 1346-23456-5 轍
+sign \x8F4E 13-13456-1 轎
+sign \x8F50 12346-12456-5
+sign \x8F51 123-1236-6 轑
+sign \x8F54 123-234-3 轔
+sign \x8F55 13-124-5 轕
+sign \x8F56 234-1235 轖
+sign \x8F57 125-456-1 轗
+sign \x8F58 2456-45-2 轘
+sign \x8F59 1245-146-6 轙
+sign \x8F5B 2345-245-4 轛
+sign \x8F5D 1456-3 轝
+sign \x8F5F 12345-1245 轟
+sign \x8F61 1234-125-4 轡
+sign \x8F62 123-1235 轢
+sign \x8F63 123-1235-3 轣
+sign \x8F64 123-1236-3 轤
+sign \x8F9B 234-1246 辛
+sign \x8F9C 13-136 辜
+sign \x8F9F 12346-1235 辟
+sign \x8FA3 123-2345-3 辣
+sign \x8FA6 1234-45-2 辦
+sign \x8FA8 1234-256-2 辨
+sign \x8FAD 1346-24-3 辭
+sign \x8FAE 1234-256 辮
+sign \x8FAF 1234-256-2 辯
+sign \x8FB0 234-1246-3 辰
+sign \x8FB1 245-12345-3 辱
+sign \x8FB2 1345-236-3 農
+sign \x8FB4 1346-1246-1 辴
+sign \x8FBF 1346-345 辿
+sign \x8FC2 1456-0 迂
+sign \x8FC4 1245-35-3 迄
+sign \x8FC5 234-234-4 迅
+sign \x8FC6 24-3 迆
+sign \x8FCD 14-234 迍
+sign \x8FCE 245-356-3 迎
+sign \x8FD1 13-1246-2 近
+sign \x8FD2 125-56-3 迒
+sign \x8FD3 1245-12-2 迓
+sign \x8FD4 124-45-1 返
+sign \x8FD5 1245-2 迕
+sign \x8FE2 23456-13456-3
+sign \x8FE4 24-3 迤
+sign \x8FE5 12345-356-1 迥
+sign \x8FE6 13-12 迦
+sign \x8FE8 2345-126-2 迨
+sign \x8FEA 2345-1235-3 迪
+sign \x8FEB 1234-1235 迫
+sign \x8FED 2345-23456-3 迭
+sign \x8FEE 14-12456-5 迮
+sign \x8FF0 234-1346-3 述
+sign \x8FF4 1256-3 迴
+sign \x8FF7 134-146-3 迷
+sign \x8FF8 1234-356-4 迸
+sign \x8FF9 14-1235
+sign \x8FFA 1345-346-6 迺
+sign \x8FFB 24-3 迻
+sign \x8FFD 14-245 追
+sign \x9000 23456-245-4 退
+sign \x9001 234-236-4 送
+sign \x9002 234-1235 适
+sign \x9003 23456-1236-3 逃
+sign \x9004 12346-56-3 逄
+sign \x9005 125-16-2 逅
+sign \x9006 245-1235-3 逆
+sign \x900B 1234-1236 逋
+sign \x900D 234-13456 逍
+sign \x900F 23456-16-4 透
+sign \x9010 14-12345-3 逐
+sign \x9011 1235-16-3 逑
+sign \x9014 23456-1236-3 途
+sign \x9015 13-356-4 逕
+sign \x9016 2345-1235-3 逖
+sign \x9017 2345-16-2 逗
+sign \x9019 14-15-6 這
+sign \x901A 23456-236 通
+sign \x901B 12456-14-4 逛
+sign \x901D 234-146-2 逝
+sign \x901E 1346-356-1 逞
+sign \x901F 1346-12345 速
+sign \x9020 14-1236-2 造
+sign \x9021 1346-234 逡
+sign \x9022 124-236-3 逢
+sign \x9023 123-256-3 連
+sign \x9024 234-12 逤
+sign \x902D 2346-2 逭
+sign \x902E 2345-146-2 逮
+sign \x902F 123-12345-3 逯
+sign \x9031 14-16 週
+sign \x9032 14-234-4 進
+sign \x9034 1346-246-5 逴
+sign \x9035 12456-146-3 逵
+sign \x9036 2456-146 逶
+sign \x9037 23456-1235
+sign \x9038 245-35-3 逸
+sign \x903C 1234-1235 逼
+sign \x903E 1456-2 逾
+sign \x903F 2345-56-2 逿
+sign \x9041 2345-234-2 遁
+sign \x9042 234-245-2 遂
+sign \x9044 1346-23-3 遄
+sign \x9047 1456-2 遇
+sign \x9049 14-356 遉
+sign \x904A 245-16-3 遊
+sign \x904B 2456-1246-2 運
+sign \x904D 12346-256-4 遍
+sign \x904E 12345-135-4 過
+sign \x904F 2345-5 遏
+sign \x9050 125-12-3 遐
+sign \x9051 2456-56-3 遑
+sign \x9052 245-16-3 遒
+sign \x9053 2345-1236-2 道
+sign \x9054 2345-2345-3 達
+sign \x9055 2456-146-3 違
+sign \x9058 13-16-4 遘
+sign \x9059 13456-3 遙
+sign \x905B 123-16-3 遛
+sign \x905C 234-234-4 遜
+sign \x905D 2345-1234-3 遝
+sign \x905E 2345-146-2 遞
+sign \x9060 23-6 遠
+sign \x9062 23456-1234-5 遢
+sign \x9063 125-256-1 遣
+sign \x9068 1245-1236-3 遨
+sign \x9069 234-1235 適
+sign \x906D 14-1236 遭
+sign \x906E 14-15 遮
+sign \x906F 2345-234-2 遯
+sign \x9070 2345-146-4 遰
+sign \x9072 1346-24-3 遲
+sign \x9074 123-234-3 遴
+sign \x9075 14-234 遵
+sign \x9076 13456-6 遶
+sign \x9077 1346-256 遷
+sign \x9078 234-23-1 選
+sign \x9079 2456-35-3 遹
+sign \x907A 2456-146-3 遺
+sign \x907B 1245-2 遻
+sign \x907C 123-13456-3 遼
+sign \x907D 13-245-2 遽
+sign \x907E 234-146-2 遾
+sign \x907F 1234-125-2 避
+sign \x9080 13456-0 邀
+sign \x9081 134-346-2 邁
+sign \x9082 125-346-2 邂
+sign \x9083 234-245-2 邃
+sign \x9084 2456-45-3 還
+sign \x9085 14-256 邅
+sign \x9087 24-6 邇
+sign \x9088 134-13456-6 邈
+sign \x908A 1234-256 邊
+sign \x908B 123-1234-3 邋
+sign \x908F 123-135-3 邏
+sign \x9090 123-146-6 邐
+sign \x9091 245-26 邑
+sign \x9095 245-236 邕
+sign \x9097 125-1345-3 邗
+sign \x9099 134-56-3 邙
+sign \x909B 1235-236-3 邛
+sign \x90A0 1234-1246 邠
+sign \x90A1 124-56 邡
+sign \x90A2 245-356-3 邢
+sign \x90A3 1345-12-6 那
+sign \x90A5 23456-45-1 邥
+sign \x90A6 1234-56 邦
+sign \x90A8 1346-23 邨
+sign \x90AA 1346-15-3 邪
+sign \x90AE 245-16-3
+sign \x90AF 125-1345-3 邯
+sign \x90B0 23456-126-3 邰
+sign \x90B1 245-16 邱
+sign \x90B2 1234-23456 邲
+sign \x90B3 12346-125-3 邳
+sign \x90B4 1234-356-1 邴
+sign \x90B5 234-13456-2 邵
+sign \x90B6 1234-1256-4 邶
+sign \x90B8 2345-146-1 邸
+sign \x90BB 123-234-3
+sign \x90BD 12345-146 邽
+sign \x90BE 14-1456 邾
+sign \x90BF 234-24 邿
+sign \x90C1 245-12345 郁
+sign \x90C3 125-26-3 郃
+sign \x90C5 14-24-2 郅
+sign \x90C7 234-234 郇
+sign \x90C8 125-16-2 郈
+sign \x90CA 13-34 郊
+sign \x90CE 123-56-3 郎
+sign \x90D5 234-356-3 郕
+sign \x90D7 1346-24 郗
+sign \x90D8 123-245-6 郘
+sign \x90DA 1245-3 郚
+sign \x90DB 124-136 郛
+sign \x90DC 13-1236-4 郜
+sign \x90DD 1235-12456-5 郝
+sign \x90DF 13-1234-5 郟
+sign \x90E1 12345-1246-2 郡
+sign \x90E2 245-356-6 郢
+sign \x90E4 12345-1235 郤
+sign \x90E8 1234-1236-2 部
+sign \x90EA 1346-146 郪
+sign \x90EB 12346-125-3 郫
+sign \x90ED 12345-12456-5
+sign \x90EF 23456-345-3 郯
+sign \x90F0 14-16 郰
+sign \x90F2 123-126-3 郲
+sign \x90F3 1245-146-3 郳
+sign \x90F4 234-456 郴
+sign \x90F5 245-16-3 郵
+sign \x90F9 12345-1235 郹
+sign \x90FC 24-0 郼
+sign \x90FD 2345-1236 都
+sign \x90FE 256-1 郾
+sign \x90FF 134-125-3 郿
+sign \x9100 245-246-3 鄀
+sign \x9102 1245-12456-3 鄂
+sign \x9104 13-23-4 鄄
+sign \x9105 13-245-1 鄅
+sign \x9106 2456-1246-2 鄆
+sign \x9109 125-25 鄉
+sign \x910B 234-16 鄋
+sign \x910F 245-12345-3 鄏
+sign \x9112 14-16 鄒
+sign \x9114 136-0 鄔
+sign \x9116 2456-1246-3 鄖
+sign \x9117 125-1236-2 鄗
+sign \x9118 245-236-3 鄘
+sign \x9119 12346-125-1 鄙
+sign \x911A 134-12456-3 鄚
+sign \x911C 124-136 鄜
+sign \x911E 1245-1246-3 鄞
+sign \x911F 14-23 鄟
+sign \x9120 136-2 鄠
+sign \x9122 256-0 鄢
+sign \x9123 14-25 鄣
+sign \x9126 125-245-1 鄦
+sign \x9127 2345-1245-2 鄧
+sign \x9129 1346-456-3 鄩
+sign \x912B 1346-1245-3 鄫
+sign \x912D 14-2356-2 鄭
+sign \x912F 234-256-2 鄯
+sign \x9130 123-234-3 鄰
+sign \x9131 12346-135-3 鄱
+sign \x9132 2345-45 鄲
+sign \x9133 134-14-6 鄳
+sign \x9134 12346-3 鄴
+sign \x9136 1235-1256-4 鄶
+sign \x9139 14-16 鄹
+sign \x913A 1235-56-4 鄺
+sign \x9140 256-4 酀
+sign \x9143 123-356-3 酃
+sign \x9145 12456-146-3 酅
+sign \x9146 124-236 酆
+sign \x9147 14-23-1 酇
+sign \x9148 123-1235-3 酈
+sign \x9149 245-16-6 酉
+sign \x914A 2345-356-1 酊
+sign \x914B 245-16-3 酋
+sign \x914C 14-246-5 酌
+sign \x914D 12346-1256-4 配
+sign \x914E 14-16-2 酎
+sign \x9150 13-1345 酐
+sign \x9152 14-16-1 酒
+sign \x9155 134-1236-3 酕
+sign \x9156 14-456-2 酖
+sign \x9157 1456-4 酗
+sign \x915A 124-1246 酚
+sign \x9161 23456-135-3 酡
+sign \x9162 14-12456-3 酢
+sign \x9163 125-456-3 酣
+sign \x9164 13-136 酤
+sign \x9165 234-1236 酥
+sign \x9169 134-356-6 酩
+sign \x916A 123-12456-5 酪
+sign \x916C 1346-16-3 酬
+sign \x916E 23456-236-3 酮
+sign \x916F 14-24 酯
+sign \x9172 1346-356-3 酲
+sign \x9173 245-1246-1 酳
+sign \x9174 23456-1236-3 酴
+sign \x9175 125-34 酵
+sign \x9176 134-1256-3 酶
+sign \x9177 125-12345-3 酷
+sign \x9178 234-23 酸
+sign \x9179 123-12356-3 酹
+sign \x917A 12346-1236-3 酺
+sign \x9181 123-12345-3 醁
+sign \x9183 235-0 醃
+sign \x9184 23456-1236-3 醄
+sign \x9185 12346-1256 醅
+sign \x9186 14-45-1 醆
+sign \x9187 234-234-3 醇
+sign \x9189 14-245-4 醉
+sign \x918A 14-12356-5 醊
+sign \x918B 1346-1236-4 醋
+sign \x918D 23456-146-3 醍
+sign \x9190 136-3 醐
+sign \x9191 234-245-1 醑
+sign \x9192 234-356-1 醒
+sign \x9193 23456-345-3 醓
+sign \x919A 134-146-3 醚
+sign \x919B 1346-23-3 醛
+sign \x919C 1346-16-1 醜
+sign \x919E 2456-1246-6 醞
+sign \x91A1 14-12-4 醡
+sign \x91A2 125-126-1 醢
+sign \x91A3 23456-56-3 醣
+sign \x91A5 12346-13456-6
+sign \x91A8 123-125-3 醨
+sign \x91A9 14-1236
+sign \x91AA 123-1236-3 醪
+sign \x91AB 24-0 醫
+sign \x91AC 14-25-4 醬
+sign \x91AD 12346-12456-5
+sign \x91AE 14-13456-4 醮
+sign \x91AF 125-125 醯
+sign \x91B0 23456-345-3 醰
+sign \x91B1 12346-1356-5 醱
+sign \x91B2 1345-236-3 醲
+sign \x91B3 245-1235-3 醳
+sign \x91B4 123-146-6 醴
+sign \x91B5 13-245-2 醵
+sign \x91B7 245-1235 醷
+sign \x91BA 124-1246 醺
+sign \x91BC 256-4 醼
+sign \x91BD 123-356-3 醽
+sign \x91BE 134-125-3 醾
+sign \x91C0 245-25-2 釀
+sign \x91C1 245-1246-2 釁
+sign \x91C2 14-13456-4 釂
+sign \x91C3 234-24 釃
+sign \x91C5 235-2 釅
+sign \x91C6 1346-126-1 釆
+sign \x91C7 1346-126-1 采
+sign \x91C9 245-16-1 釉
+sign \x91CB 234-1235 釋
+sign \x91CC 123-125-6 里
+sign \x91CD 1346-236-3 重
+sign \x91CE 245-15-6 野
+sign \x91CF 123-25-2 量
+sign \x91D0 123-125-3 釐
+sign \x91D1 13-456 金
+sign \x91D3 13-12 釓
+sign \x91D4 12356-5 釔
+sign \x91D5 123-13456 釕
+sign \x91D7 1346-13456 釗
+sign \x91D8 2345-2356 釘
+sign \x91D9 12346-12456-5
+sign \x91DA 1235-16-3 釚
+sign \x91DC 124-136-1 釜
+sign \x91DD 14-456 針
+sign \x91E1 124-45-3
+sign \x91E2 1345-346-6 釢
+sign \x91E3 2345-13456-4 釣
+sign \x91E4 234-256-4 釤
+sign \x91E5 234-256-4
+sign \x91E6 1235-16-4 釦
+sign \x91E7 1346-23-4 釧
+sign \x91E8 1346-23-4
+sign \x91E9 124-45-3 釩
+sign \x91EC 125-1345-2 釬
+sign \x91ED 13-56 釭
+sign \x91F5 1346-346 釵
+sign \x91F7 23456-1236-1 釷
+sign \x91F9 1345-245-6 釹
+sign \x91FF 1245-1246-3 釿
+sign \x9200 12346-12-3 鈀
+sign \x9201 124-56 鈁
+sign \x9203 245-356-3 鈃
+sign \x9204 2345-16-1 鈄
+sign \x9205 245-246-3 鈅
+sign \x9207 124-136 鈇
+sign \x9208 1234-35 鈈
+sign \x9209 1345-1234-3 鈉
+sign \x920D 2345-234-2 鈍
+sign \x920E 1245-16 鈎
+sign \x9210 1235-235-3 鈐
+sign \x9211 1234-45-1 鈑
+sign \x9212 1235-26 鈒
+sign \x9214 1346-34 鈔
+sign \x9215 1345-16-1 鈕
+sign \x921C 2456-1245-3 鈜
+sign \x921E 12345-1246 鈞
+sign \x9223 1235-126-4 鈣
+sign \x9225 124-135-1 鈥
+sign \x9226 23456-346-4 鈦
+sign \x9227 1235-56-4 鈧
+sign \x922A 1245-13-5 鈪
+sign \x922E 1345-125-3 鈮
+sign \x9230 234-24-1 鈰
+sign \x9233 1235-135 鈳
+sign \x9234 123-356-3 鈴
+sign \x9237 13-136-1 鈷
+sign \x9238 1234-35-3 鈸
+sign \x9239 12346-125-3 鈹
+sign \x923A 245-12345-3 鈺
+sign \x923D 1234-1236-4 鈽
+sign \x923E 245-16-1 鈾
+sign \x923F 23456-256-3 鈿
+sign \x9240 13-1234-5 鉀
+sign \x9244 23456-23456-5
+sign \x9245 13-245-2 鉅
+sign \x9246 14-23-4 鉆
+sign \x9248 23456-12 鉈
+sign \x9249 23-6 鉉
+sign \x924B 12346-34-3 鉋
+sign \x924D 1234-23456 鉍
+sign \x924F 1346-135-3 鉏
+sign \x9251 1234-12456-3 鉑
+sign \x9257 1235-235-3 鉗
+sign \x925A 134-34-6 鉚
+sign \x925B 23-3 鉛
+sign \x925E 12356-3 鉞
+sign \x9264 1245-16 鉤
+sign \x9265 234-1346-3 鉥
+sign \x9266 14-356 鉦
+sign \x9267 134-1236-6 鉧
+sign \x926C 134-12345-3 鉬
+sign \x926D 2345-45-4 鉭
+sign \x9276 245-356-3 鉶
+sign \x9278 13-34-4 鉸
+sign \x927A 24-6 鉺
+sign \x927B 123-12456-5 鉻
+sign \x927F 125-12 鉿
+sign \x9280 1245-1246-3 銀
+sign \x9283 1346-236-4 銃
+sign \x9285 23456-236-3 銅
+sign \x928D 14-35-3 銍
+sign \x928E 1235-236-3 銎
+sign \x9291 234-256-1 銑
+sign \x9293 1346-23-3 銓
+sign \x9295 23456-23456-5
+sign \x9296 14-1456 銖
+sign \x9298 134-356-6 銘
+sign \x929A 2345-13456-2 銚
+sign \x929B 1346-235 銛
+sign \x929C 125-345-3 銜
+sign \x92A0 123-1236-6 銠
+sign \x92A3 1456-3 銣
+sign \x92A5 24-0 銥
+sign \x92A6 245-1246 銦
+sign \x92A7 12345-56 銧
+sign \x92A8 1345-0 銨
+sign \x92A9 2345-13456 銩
+sign \x92AA 245-16-6 銪
+sign \x92AB 234-1235 銫
+sign \x92AC 1235-34-4 銬
+sign \x92B2 125-1345-2 銲
+sign \x92B3 245-245-2 銳
+sign \x92B6 1235-16-3 銶
+sign \x92B7 234-13456 銷
+sign \x92B9 234-16-4 銹
+sign \x92BB 23456-146 銻
+sign \x92BC 1346-135-4 銼
+sign \x92C0 2345-16-2 鋀
+sign \x92C1 123-245-6 鋁
+sign \x92C3 123-56-3 鋃
+sign \x92C5 234-1246 鋅
+sign \x92C6 2456-1246-3 鋆
+sign \x92C7 1234-1256-4 鋇
+sign \x92C8 245-12345 鋈
+sign \x92CA 13-12345 鋊
+sign \x92CC 23456-356-6 鋌
+sign \x92CD 1234-1356-3 鋍
+sign \x92CF 13-1234-5 鋏
+sign \x92D0 2456-1245-3 鋐
+sign \x92D1 14-234-4 鋑
+sign \x92D2 124-236 鋒
+sign \x92D5 14-24-4 鋕
+sign \x92D8 1245-3 鋘
+sign \x92D9 1456-6 鋙
+sign \x92DB 14-46
+sign \x92DD 123-12356-5 鋝
+sign \x92DF 1346-235 鋟
+sign \x92E1 134-56-3
+sign \x92E4 1346-135-3 鋤
+sign \x92E5 1346-135-3
+sign \x92E6 13-12345-3 鋦
+sign \x92E7 125-256-1 鋧
+sign \x92E8 1245-135-3 鋨
+sign \x92E9 134-56-3 鋩
+sign \x92EA 12346-1236 鋪
+sign \x92EC 12346-45-4
+sign \x92EE 234-356-3 鋮
+sign \x92EF 13-1236-4 鋯
+sign \x92F0 123-125-6 鋰
+sign \x92F1 23456-1235 鋱
+sign \x92F8 13-156-4 鋸
+sign \x92FC 13-56-4 鋼
+sign \x9301 12345-135-1 錁
+sign \x9304 123-12345-3 錄
+sign \x9307 12346-1256-3
+sign \x9310 14-245 錐
+sign \x9312 12-4 錒
+sign \x9314 2345-1234-3 錔
+sign \x9315 12456-1246 錕
+sign \x9318 1346-245-3 錘
+sign \x9319 14-24 錙
+sign \x931A 14-1245 錚
+sign \x931B 1234-1246 錛
+sign \x931F 23456-45-1 錟
+sign \x9320 2345-356-2 錠
+sign \x9321 1235-125-3 錡
+sign \x9322 1346-256-3 錢
+sign \x9326 13-456-1 錦
+sign \x9327 13-2346-1 錧
+sign \x9328 1345-34-3 錨
+sign \x9329 1346-25 錩
+sign \x932B 234-2456-5 錫
+sign \x932E 13-136-4 錮
+sign \x932F 1346-135-4 錯
+sign \x9333 134-14-6 錳
+sign \x9336 1234-13456 錶
+sign \x9338 123-126-3 錸
+sign \x9346 134-2346-3 鍆
+sign \x9347 13-346 鍇
+sign \x9348 245-356 鍈
+sign \x9349 234-24-3 鍉
+sign \x934A 123-256-2 鍊
+sign \x934B 2456-135 鍋
+sign \x934D 2345-1236-2 鍍
+sign \x9352 245-16-3 鍒
+sign \x9354 1245-12456-3 鍔
+sign \x9358 14-1234-3 鍘
+sign \x935A 234-2456-5 鍚
+sign \x935B 2345-23-4 鍛
+sign \x9360 2456-56-3 鍠
+sign \x9364 1346-1234-5 鍤
+sign \x9365 1235-23456-5 鍥
+sign \x9367 12345-1245 鍧
+sign \x936A 134-16-3 鍪
+sign \x936C 1346-13456 鍬
+sign \x936D 125-16-3 鍭
+sign \x9370 2456-45-3 鍰
+sign \x9371 12346-3 鍱
+sign \x9375 13-256-2 鍵
+sign \x9376 234-24 鍶
+sign \x937A 14-15-1 鍺
+sign \x937C 14-456 鍼
+sign \x937E 14-236 鍾
+sign \x9381 245-15-3
+sign \x9382 134-125-6 鎂
+sign \x9389 23456-1234-5 鎉
+sign \x938A 1234-56-2 鎊
+sign \x938C 123-235-3 鎌
+sign \x938D 234-12456-5 鎍
+sign \x938F 123-16-3 鎏
+sign \x9392 1345-16-2 鎒
+sign \x9394 245-236-3 鎔
+sign \x9396 234-135-1 鎖
+sign \x9397 1346-25 鎗
+sign \x9398 13-13-5 鎘
+sign \x9399 234-12456-5 鎙
+sign \x939A 1346-245-3 鎚
+sign \x939B 1234-12456-5 鎛
+sign \x93A1 14-24 鎡
+sign \x93A2 136-0 鎢
+sign \x93A3 245-356-3 鎣
+sign \x93A6 123-16-3 鎦
+sign \x93A7 125-126-1 鎧
+sign \x93A9 234-2345-5 鎩
+sign \x93AA 234-16-1 鎪
+sign \x93AC 13-1236-1 鎬
+sign \x93AE 14-1246-4 鎮
+sign \x93B0 245-35-3 鎰
+sign \x93B2 2345-56-1 鎲
+sign \x93B3 1345-12346 鎳
+sign \x93B5 13-12 鎵
+sign \x93B7 134-12-6 鎷
+sign \x93C3 14-12345-3 鏃
+sign \x93C7 234-23-3 鏇
+sign \x93C8 123-256-1 鏈
+sign \x93CA 1245-1236-3 鏊
+sign \x93CC 134-12456-3 鏌
+sign \x93CD 123-135-3 鏍
+sign \x93D0 123-16-3 鏐
+sign \x93D1 2345-1235 鏑
+sign \x93D2 234-456-4 鏒
+sign \x93D6 1236-0 鏖
+sign \x93D7 125-1245 鏗
+sign \x93D8 1346-25 鏘
+sign \x93DA 1346-1235 鏚
+sign \x93DC 23456-56-3 鏜
+sign \x93DD 134-45-2 鏝
+sign \x93DE 245-236-3 鏞
+sign \x93DF 1346-45-1 鏟
+sign \x93E1 13-2356-4 鏡
+sign \x93E2 1234-13456 鏢
+sign \x93E3 1234-13456
+sign \x93E4 123-16-6 鏤
+sign \x93E5 123-16-6
+sign \x93E6 1346-236 鏦
+sign \x93E7 1346-236
+sign \x93E8 14-345-2 鏨
+sign \x93E9 14-345-2
+sign \x93EE 1235-56-4 鏮
+sign \x93F5 2456-12-3 鏵
+sign \x93F7 12346-12456-5
+sign \x93F9 1235-25-6 鏹
+sign \x93FA 12346-1356-5 鏺
+sign \x93FD 234-16-4 鏽
+sign \x93FE 234-256-4 鏾
+sign \x9403 13456-3 鐃
+sign \x940B 23456-56 鐋
+sign \x940D 1235-12356-5 鐍
+sign \x940E 14-13456 鐎
+sign \x940F 14-234 鐏
+sign \x9410 123-13456-3 鐐
+sign \x9412 123-1236-3 鐒
+sign \x9414 23456-345-3 鐔
+sign \x9415 14-345 鐕
+sign \x9418 14-236 鐘
+sign \x9419 2345-1245-4 鐙
+sign \x9420 12346-1236-1 鐠
+sign \x9427 13-45-1 鐧
+sign \x9428 124-146-4 鐨
+sign \x942B 14-23 鐫
+sign \x942E 123-235-3 鐮
+sign \x9432 14-12345-3 鐲
+sign \x9433 123-245-3 鐳
+sign \x9435 23456-23456-5
+sign \x9436 2456-45-3 鐶
+sign \x9438 2345-12456-3 鐸
+sign \x943A 2345-56 鐺
+sign \x943B 13-245-2 鐻
+sign \x943D 2345-2345-3 鐽
+sign \x943F 24-4 鐿
+sign \x9440 126-4 鑀
+sign \x9444 14-1456-4 鑄
+sign \x944A 2456-12456-3 鑊
+sign \x944C 1234-1246 鑌
+sign \x9450 245-16-3 鑐
+sign \x9451 13-345-4 鑑
+sign \x9452 13-345-4 鑒
+sign \x9455 14-35 鑕
+sign \x945E 123-1234-3 鑞
+sign \x9460 234-246-5 鑠
+sign \x9462 123-245-2 鑢
+sign \x9463 1234-13456 鑣
+sign \x9464 12346-34-3 鑤
+sign \x946A 123-1236-3 鑪
+sign \x946B 245-456 鑫
+sign \x946D 123-45-3 鑭
+sign \x946E 1234-12456-3 鑮
+sign \x9470 245-246-3 鑰
+sign \x9471 1346-345-3 鑱
+sign \x9472 234-25 鑲
+sign \x9474 12456-146-3 鑴
+sign \x9475 13-2346-4 鑵
+sign \x9477 1345-12346-3 鑷
+sign \x947C 123-135-3 鑼
+sign \x947D 14-23-4 鑽
+sign \x947E 123-23-3 鑾
+sign \x947F 14-12456-3 鑿
+sign \x9481 1235-12356-5 钁
+sign \x9482 23456-56-1 钂
+sign \x9577 1346-25-3 長
+sign \x957C 2456-35 镼
+sign \x9580 134-2346-3 門
+sign \x9582 234-45 閂
+sign \x9583 234-235-1 閃
+sign \x9586 235-3 閆
+sign \x9588 125-1345-2 閈
+sign \x9589 1234-146-4 閉
+sign \x958B 125-126 開
+sign \x958E 2456-1245-3 閎
+sign \x958F 245-234-2 閏
+sign \x9591 125-45-3 閑
+sign \x9592 125-45-3 閒
+sign \x9593 13-45 間
+sign \x9594 134-1246-6 閔
+sign \x9598 14-1234-3 閘
+sign \x959F 1234-125-4 閟
+sign \x95A1 125-35-3 閡
+sign \x95A3 13-12456-5 閣
+sign \x95A4 125-26-3 閤
+sign \x95A5 124-35-3 閥
+sign \x95A8 12345-146 閨
+sign \x95A9 134-1246-6 閩
+sign \x95AA 124-146 閪
+sign \x95AB 12456-1246-1 閫
+sign \x95AC 123-56-6 閬
+sign \x95AD 123-245-3 閭
+sign \x95B1 12356-3 閱
+sign \x95B5 123-234-2 閵
+sign \x95B6 1346-25 閶
+sign \x95B9 235-0 閹
+sign \x95BB 235-3 閻
+sign \x95BC 256-0 閼
+sign \x95BD 124-1246 閽
+sign \x95BE 2456-1235-3 閾
+sign \x95BF 134-1246-3 閿
+sign \x95C3 12456-1235 闃
+sign \x95C6 1234-45-1 闆
+sign \x95C7 456-4 闇
+sign \x95C8 2456-146-3 闈
+sign \x95C9 245-1246 闉
+sign \x95CA 124-1356-5 闊
+sign \x95CB 1235-12356-5 闋
+sign \x95CC 123-45-3 闌
+sign \x95CD 234-15-3 闍
+sign \x95D0 23456-256-3 闐
+sign \x95D1 23456-3 闑
+sign \x95D2 23456-1234-5 闒
+sign \x95D3 125-126-1 闓
+sign \x95D4 125-26-3 闔
+sign \x95D5 1235-12356-5 闕
+sign \x95D6 1346-56-1 闖
+sign \x95DA 12456-146 闚
+sign \x95DC 12345-45 關
+sign \x95DE 125-456-4 闞
+sign \x95E0 1235-1256-1 闠
+sign \x95E1 14-256-1 闡
+sign \x95E2 12346-1235 闢
+sign \x95E3 12346-1235
+sign \x95E4 2456-45-3 闤
+sign \x95E5 23456-2345-5 闥
+sign \x95E6 23456-2345-5
+sign \x961C 124-16-2 阜
+sign \x961E 123-46-3 阞
+sign \x9620 23456-45-1 阠
+sign \x9621 1346-256 阡
+sign \x9622 1245-35-3 阢
+sign \x9623 1245-35-3 阣
+sign \x9624 23456-1235 阤
+sign \x9628 46-0 阨
+sign \x962A 1234-45-1 阪
+sign \x962C 125-14 阬
+sign \x962E 23-1 阮
+sign \x962F 14-24-1 阯
+sign \x9631 14-356-2 阱
+sign \x9632 124-56-3 防
+sign \x963B 14-135-1 阻
+sign \x963C 14-1236-2 阼
+sign \x963D 2345-235-4 阽
+sign \x963F 12-4 阿
+sign \x9640 23456-135-3 陀
+sign \x9642 12346-135 陂
+sign \x9644 124-136-2 附
+sign \x964B 123-16-2 陋
+sign \x964C 134-46-3 陌
+sign \x964D 13-56-4 降
+sign \x9650 125-45-2 限
+sign \x9654 13-126 陔
+sign \x9658 245-356-3 陘
+sign \x965B 1234-146-2 陛
+sign \x965C 234-235-1 陜
+sign \x965D 234-235-1 陝
+sign \x965E 234-356 陞
+sign \x965F 14-1235 陟
+sign \x9661 2345-16-1 陡
+sign \x9662 23-1 院
+sign \x9663 14-1246-2 陣
+sign \x9664 1346-245-3 除
+sign \x966A 12346-1256-3 陪
+sign \x966C 14-16 陬
+sign \x9670 245-456 陰
+sign \x9672 234-245-3 陲
+sign \x9673 1346-1246-3 陳
+sign \x9674 12346-125-3 陴
+sign \x9675 123-356-3 陵
+sign \x9676 23456-1236-3 陶
+sign \x9677 125-456-2 陷
+sign \x9678 123-12345-3 陸
+sign \x967D 245-25-3 陽
+sign \x9683 1456-3 隃
+sign \x9684 23456-146-3 隄
+sign \x9685 1456-3 隅
+sign \x9686 123-236-3 隆
+sign \x9688 1256-0 隈
+sign \x9689 1345-12346-3 隉
+sign \x968A 2345-245-2 隊
+sign \x968B 1346-245-3 隋
+sign \x968D 2456-56-3 隍
+sign \x968E 13-346 階
+sign \x9694 13-13-5 隔
+sign \x9695 2456-1246-6 隕
+sign \x9697 12456-146-4 隗
+sign \x9698 346-4 隘
+sign \x9699 12456-1235 隙
+sign \x969B 14-146-4 際
+sign \x969C 14-25-4 障
+sign \x96A3 123-234-3
+sign \x96A4 23456-245-3 隤
+sign \x96A7 234-245-2 隧
+sign \x96A8 1346-245-3 隨
+sign \x96A9 245-12345 隩
+sign \x96AA 125-235-1 險
+sign \x96AE 14-146 隮
+sign \x96B0 14-1234-3 隰
+sign \x96B1 245-1246-1 隱
+sign \x96B3 124-146 隳
+sign \x96B4 123-236-6 隴
+sign \x96B8 2345-146-2 隸
+sign \x96B9 14-245 隹
+sign \x96BB 14-2456-5 隻
+sign \x96BC 14-234-1 隼
+sign \x96BD 14-234-4
+sign \x96C0 14-246-5 雀
+sign \x96C1 1245-45-2 雁
+sign \x96C4 125-236-3 雄
+sign \x96C5 1245-12-6 雅
+sign \x96C6 14-1234-3 集
+sign \x96C7 13-136-4 雇
+sign \x96C8 2346-3 雈
+sign \x96C9 1346-24-3 雉
+sign \x96CA 13-16-4 雊
+sign \x96CB 14-234-4 雋
+sign \x96CC 1346-24 雌
+sign \x96CD 245-236 雍
+sign \x96CE 14-245 雎
+sign \x96D2 123-12456-5 雒
+sign \x96D4 1346-16-3 雔
+sign \x96D5 2345-13456 雕
+sign \x96D6 234-245 雖
+sign \x96D8 2456-12456-5 雘
+sign \x96D9 234-25 雙
+sign \x96DA 124-2346-1 雚
+sign \x96DB 1346-135 雛
+sign \x96DC 14-1234-3 雜
+sign \x96DD 245-236 雝
+sign \x96DE 13-146 雞
+sign \x96DF 12456-146 雟
+sign \x96E2 123-125-3 離
+sign \x96E3 1345-45-3 難
+sign \x96E4 1345-45-3
+sign \x96E5 14-1234-3 雥
+sign \x96E6 14-1234-3
+sign \x96E8 1456-6 雨
+sign \x96E9 1456-3 雩
+sign \x96EA 234-12356-5 雪
+sign \x96EF 134-1246-3 雯
+sign \x96F1 12346-56-3 雱
+sign \x96F2 2456-1246-3 雲
+sign \x96F6 123-356-3 零
+sign \x96F7 123-245-3 雷
+sign \x96F9 1234-12456-3 雹
+sign \x96FB 2345-256-2 電
+sign \x9700 234-245 需
+sign \x9702 134-12345-3 霂
+sign \x9704 234-13456 霄
+sign \x9705 14-12346-5 霅
+sign \x9706 23456-356-3 霆
+sign \x9707 14-1246-4 震
+sign \x9708 12346-1256-4 霈
+sign \x9709 134-1256-3 霉
+sign \x970D 124-12456-5 霍
+sign \x970E 234-1234-5 霎
+sign \x970F 124-125 霏
+sign \x9711 14-235 霑
+sign \x9713 1245-146-3 霓
+sign \x9716 123-456-3 霖
+sign \x971B 123-356-3
+sign \x971C 234-25 霜
+sign \x971D 123-356-3 霝
+sign \x971E 125-12-3 霞
+sign \x9722 134-13-3 霢
+sign \x9723 2456-1246-6 霣
+sign \x9724 123-16-2 霤
+sign \x9727 134-1236-2 霧
+sign \x9728 2456-146-4 霨
+sign \x9729 12456-12456-5
+sign \x972A 245-456-3 霪
+sign \x9730 234-256-4 霰
+sign \x9732 123-1236-2 露
+sign \x9736 12346-56
+sign \x9738 1234-12-4 霸
+sign \x9739 12346-1235 霹
+sign \x973D 14-146-4 霽
+sign \x973E 134-346-3 霾
+sign \x9742 123-1235 靂
+sign \x9744 126-1 靄
+sign \x9746 2345-126-2 靆
+sign \x9748 123-356-3 靈
+sign \x9749 126-1 靉
+sign \x9752 1346-356 青
+sign \x9756 14-356-2 靖
+sign \x975A 123-2356-4 靚
+sign \x975B 2345-256-2 靛
+sign \x975C 14-356-2 靜
+sign \x975E 124-125 非
+sign \x9760 1235-34-4 靠
+sign \x9761 134-125-3 靡
+sign \x9762 134-256-2 面
+sign \x9766 134-256-6 靦
+sign \x9768 12346-5 靨
+sign \x9769 13-13-5 革
+sign \x976A 2345-356 靪
+sign \x9770 136-0 靰
+sign \x9773 13-1246-4 靳
+sign \x9774 125-156 靴
+sign \x9776 1234-12-1 靶
+sign \x9777 245-1246-6 靷
+sign \x9778 234-1234-5 靸
+sign \x977A 134-1356-3 靺
+sign \x977C 2345-45-2 靼
+sign \x977D 1234-2346-2 靽
+sign \x977E 245-1246-2 靾
+sign \x977F 34-4 靿
+sign \x9780 23456-1236-3 鞀
+sign \x9781 1234-125-2 鞁
+sign \x9783 2456-1245-3 鞃
+sign \x9784 12346-34-3 鞄
+sign \x9785 245-25 鞅
+sign \x978B 125-346-3 鞋
+sign \x978D 1345-0 鞍
+sign \x978F 13-236-1 鞏
+sign \x9797 23456-13456-3
+sign \x9798 1346-13456-4 鞘
+sign \x9799 13-23 鞙
+sign \x979A 125-236-4 鞚
+sign \x979D 234-25-6 鞝
+sign \x979E 1234-356-1 鞞
+sign \x97A0 13-12345 鞠
+sign \x97A1 123-346 鞡
+sign \x97A3 245-16-3 鞣
+sign \x97A5 1245-0 鞥
+sign \x97A6 1346-16 鞦
+sign \x97A8 125-124-5 鞨
+sign \x97AB 13-12345 鞫
+sign \x97AC 13-256 鞬
+sign \x97AD 1234-256 鞭
+sign \x97AE 23456-146-3 鞮
+sign \x97B3 2345-1234-3 鞳
+sign \x97B6 12346-2346-3 鞶
+sign \x97B9 12456-12456-5
+sign \x97BF 13-125 鞿
+sign \x97C1 13-25 韁
+sign \x97C3 23456-2345-5 韃
+sign \x97C5 125-256-1 韅
+sign \x97C6 1346-256 韆
+sign \x97C7 2345-12345-3 韇
+sign \x97C9 14-256 韉
+sign \x97CB 2456-146-6 韋
+sign \x97CC 245-1246-2 韌
+sign \x97CD 124-35 韍
+sign \x97CE 134-1256-2 韎
+sign \x97CF 13-23-4 韏
+sign \x97D0 13-1234-5 韐
+sign \x97D3 125-1345-3 韓
+sign \x97D8 234-12346-5 韘
+sign \x97D9 2456-146-6 韙
+sign \x97DC 23456-1236 韜
+sign \x97DD 13-16 韝
+sign \x97DE 2456-1246-4 韞
+sign \x97E1 156-0 韡
+sign \x97ED 13-16-1 韭
+sign \x97EE 13-16-1 韮
+sign \x97F1 1346-235 韱
+sign \x97F3 245-456 音
+sign \x97F6 234-13456-3 韶
+sign \x97F9 1234-256 韹
+sign \x97FB 2456-1246-6 韻
+sign \x97FF 125-25-1 響
+sign \x9801 12346-3 頁
+sign \x9802 2345-356-1 頂
+sign \x9803 1235-356-1 頃
+sign \x9804 1235-16-3 頄
+sign \x9805 125-56-2 項
+sign \x9806 234-234-2 順
+sign \x9807 125-1345 頇
+sign \x9808 234-245 須
+sign \x980A 245-12345 頊
+sign \x980C 14-236-2 頌
+sign \x980E 1235-125-3 頎
+sign \x980F 125-56-3 頏
+sign \x9810 1456-2 預
+sign \x9811 2456-45-3 頑
+sign \x9812 1234-45 頒
+sign \x9813 2345-234-2 頓
+sign \x9816 12346-2346-4 頖
+sign \x9817 12346-135-1 頗
+sign \x9818 123-356-6 領
+sign \x981C 125-26-3 頜
+sign \x981E 2345-5 頞
+sign \x9821 1235-23456-5 頡
+sign \x9824 24-3 頤
+sign \x9826 125-126-3 頦
+sign \x982B 124-136-1 頫
+sign \x982D 23456-16-3 頭
+sign \x9830 13-1234-5 頰
+sign \x9832 23456-356-6 頲
+sign \x9835 12345-1246 頵
+sign \x9837 125-456-6 頷
+sign \x9838 13-2356-1 頸
+sign \x9839 23456-245-3 頹
+sign \x983B 12346-1246-3 頻
+sign \x9846 124-135-1 顆
+sign \x9848 2456-356-2
+sign \x984C 23456-146-3 題
+sign \x984D 1245-13-3 額
+sign \x984E 1245-12456-3 顎
+sign \x984F 1245-45-3 顏
+sign \x9851 125-456-1 顑
+sign \x9852 245-236-3 顒
+sign \x9853 14-23 顓
+sign \x9857 1245-146-6 顗
+sign \x9858 23-2 願
+sign \x9859 234-56-1 顙
+sign \x985B 2345-256 顛
+sign \x985C 13-56-1 顜
+sign \x985E 123-245-2 類
+sign \x9862 134-2346-3 顢
+sign \x9863 1346-12345 顣
+sign \x9865 125-1236-2 顥
+sign \x9867 13-136-4 顧
+sign \x986B 14-256-4 顫
+sign \x986C 1456-3
+sign \x986F 125-256-1 顯
+sign \x9870 12346-1246-3 顰
+sign \x9871 123-1236-3 顱
+sign \x9873 1345-12346-3 顳
+sign \x9874 1235-23-3 顴
+sign \x98A8 124-236 風
+sign \x98AD 14-235-1 颭
+sign \x98AF 234-1234-5 颯
+sign \x98B1 23456-126-3 颱
+sign \x98B3 12345-2345-5 颳
+sign \x98B6 13-245-2 颶
+sign \x98B8 234-24 颸
+sign \x98BA 245-25-3 颺
+sign \x98BB 13456-3 颻
+sign \x98BC 234-16 颼
+sign \x98C0 123-16-3 飀
+sign \x98C1 14-1234-3 飁
+sign \x98C2 123-12345-3 飂
+sign \x98C4 12346-13456 飄
+sign \x98C6 1234-13456 飆
+sign \x98C8 1234-13456 飈
+sign \x98DB 124-125 飛
+sign \x98DC 124-45
+sign \x98DF 234-1235-3 食
+sign \x98E2 13-125 飢
+sign \x98E3 2345-356-4 飣
+sign \x98E4 2345-356-4
+sign \x98E5 23456-12456-5
+sign \x98E6 14-256
+sign \x98E7 234-23 飧
+sign \x98E8 234-23
+sign \x98E9 23456-1246 飩
+sign \x98EA 245-456-2 飪
+sign \x98EB 1456-4 飫
+sign \x98ED 1346-1235 飭
+sign \x98EF 124-45-2 飯
+sign \x98F2 245-456-1 飲
+sign \x98F4 24-3 飴
+sign \x98F6 1234-125-4 飶
+sign \x98FC 14-24-2 飼
+sign \x98FD 1234-34-1 飽
+sign \x98FE 234-1235 飾
+sign \x9902 23456-235-6 餂
+sign \x9903 13-34-1 餃
+sign \x9905 1234-2356-1 餅
+sign \x9908 1346-24-3 餈
+sign \x9909 125-25-1 餉
+sign \x990A 245-25-6 養
+sign \x990C 1345-125-2 餌
+sign \x9910 1346-45 餐
+sign \x9911 1234-1356-3 餑
+sign \x9912 1345-245-6 餒
+sign \x9913 1245-135-2 餓
+sign \x9914 1234-1236 餔
+sign \x9915 14-234-4 餕
+sign \x9916 2345-16-2 餖
+sign \x9917 1346-12345 餗
+sign \x9918 1456-3 餘
+sign \x991A 1245-34-3 餚
+sign \x991B 2456-1246-3 餛
+sign \x991E 14-256-4 餞
+sign \x991F 14-12356-5 餟
+sign \x9921 125-345-1 餡
+sign \x9924 2345-345-2 餤
+sign \x9927 2456-146-4 餧
+sign \x9928 13-2346-1 館
+sign \x992A 1345-23-6 餪
+sign \x992B 2456-1246-3 餫
+sign \x992C 136-3 餬
+sign \x992D 2456-56-3 餭
+sign \x992E 23456-23456-5
+sign \x9931 125-16-3 餱
+sign \x9932 346-4 餲
+sign \x9933 1346-356-3 餳
+sign \x9935 2456-146-4 餵
+sign \x9938 234-236-4 餸
+sign \x9939 23456-56-3
+sign \x993A 1234-12456-5 餺
+sign \x993B 13-1236
+sign \x993C 125-125-4 餼
+sign \x993D 12345-146-2 餽
+sign \x993E 123-16-2 餾
+sign \x993F 234-34-4 餿
+sign \x9941 12346-3 饁
+sign \x9943 134-135-3 饃
+sign \x9945 134-45-2 饅
+sign \x9947 1456-4 饇
+sign \x9948 234-16 饈
+sign \x9949 13-1246-1 饉
+sign \x994B 12345-146-2 饋
+sign \x994C 14-45-4
+sign \x994E 1346-24-4 饎
+sign \x9950 245-35 饐
+sign \x9951 13-125 饑
+sign \x9952 13456-3 饒
+sign \x9954 245-236 饔
+sign \x9955 23456-1236 饕
+sign \x9957 125-25-1 饗
+sign \x9958 14-256 饘
+sign \x9959 12346-1246-4 饙
+sign \x995B 134-236-3 饛
+sign \x995C 235-4 饜
+sign \x995E 1346-345-3 饞
+sign \x995F 125-25-1 饟
+sign \x9961 14-45-4 饡
+sign \x9996 234-16-1 首
+sign \x9997 12456-146-3 馗
+sign \x9998 12345-1235 馘
+sign \x9999 125-25 香
+sign \x999D 1234-23456 馝
+sign \x99A1 124-125 馡
+sign \x99A5 124-12345 馥
+sign \x99A8 125-356 馨
+sign \x99AC 134-12-6 馬
+sign \x99AD 1456-2 馭
+sign \x99AE 124-236-3 馮
+sign \x99B1 23456-135-3 馱
+sign \x99B3 1346-24-3 馳
+sign \x99B4 234-234-3 馴
+sign \x99B9 245-1235-3 馹
+sign \x99C1 1234-12456-5 駁
+sign \x99C3 1235-12356-5 駃
+sign \x99C9 12345-356 駉
+sign \x99D0 14-1456-4 駐
+sign \x99D1 1345-1236-3 駑
+sign \x99D2 1235-245 駒
+sign \x99D4 14-56-1 駔
+sign \x99D5 13-12-4 駕
+sign \x99D8 23456-126-3 駘
+sign \x99D9 124-136-2 駙
+sign \x99DB 234-146-1 駛
+sign \x99DD 23456-135-3 駝
+sign \x99DF 234-24-4 駟
+sign \x99E2 12346-256-3 駢
+sign \x99E3 12346-256-3
+sign \x99EA 234-1246 駪
+sign \x99EC 24-6 駬
+sign \x99ED 125-346-6 駭
+sign \x99EE 1234-12456-5 駮
+sign \x99F0 245-1246 駰
+sign \x99F1 123-12456-5 駱
+sign \x99F5 123-16-3
+sign \x99F8 1346-456 駸
+sign \x99F9 134-56-3 駹
+sign \x99FB 125-1345-1 駻
+sign \x99FC 23456-1236-3 駼
+sign \x99FD 13-23 駽
+sign \x99FF 14-234-4 駿
+sign \x9A01 1346-356-1 騁
+sign \x9A03 1245-126-3 騃
+sign \x9A04 123-12345-3 騄
+sign \x9A05 14-245 騅
+sign \x9A09 12456-1246 騉
+sign \x9A0A 23456-1236-3 騊
+sign \x9A0B 123-126-3 騋
+sign \x9A0C 14-236
+sign \x9A0D 124-135-4 騍
+sign \x9A0E 1235-15-3 騎
+sign \x9A0F 1235-125-3 騏
+sign \x9A10 235-2
+sign \x9A11 124-125 騑
+sign \x9A15 13456-1 騕
+sign \x9A16 134-1236-2 騖
+sign \x9A19 12346-256-4 騙
+sign \x9A1E 2456-13-3 騞
+sign \x9A20 23456-146-3 騠
+sign \x9A22 125-12-3 騢
+sign \x9A23 14-236 騣
+sign \x9A24 12456-146-3 騤
+sign \x9A27 2456-12 騧
+sign \x9A2B 125-256 騫
+sign \x9A2D 14-35 騭
+sign \x9A2E 123-16 騮
+sign \x9A30 23456-1245-3 騰
+sign \x9A32 1346-1236-1 騲
+sign \x9A35 23-3 騵
+sign \x9A36 14-16 騶
+sign \x9A37 234-1236 騷
+sign \x9A38 234-256-4 騸
+sign \x9A3E 123-245-3 騾
+sign \x9A40 134-46-3 驀
+sign \x9A41 1245-1236-3 驁
+sign \x9A42 1346-345 驂
+sign \x9A43 1234-13456 驃
+sign \x9A44 1346-236 驄
+sign \x9A45 1235-245 驅
+sign \x9A48 2456-35-3 驈
+sign \x9A4A 2456-12-3 驊
+sign \x9A4C 234-12345 驌
+sign \x9A4D 125-13456 驍
+sign \x9A4E 123-234-3 驎
+sign \x9A4F 1346-45-4 驏
+sign \x9A54 23456-235-6 驔
+sign \x9A55 13-13456 驕
+sign \x9A56 23456-23456-5
+sign \x9A57 235-2 驗
+sign \x9A58 123-135-3
+sign \x9A5A 13-356 驚
+sign \x9A5B 245-1235-3 驛
+sign \x9A5F 14-34-2 驟
+sign \x9A60 256-0 驠
+sign \x9A62 123-1236-3 驢
+sign \x9A64 234-25 驤
+sign \x9A65 1235-125-4 驥
+sign \x9A66 234-25 驦
+sign \x9A68 12456-146-3 驨
+sign \x9A69 124-2346 驩
+sign \x9A6A 123-125-3 驪
+sign \x9AA8 12345-35 骨
+sign \x9AAB 2456-146-1 骫
+sign \x9AAD 13-1345-4 骭
+sign \x9AAF 56-0 骯
+sign \x9AB0 234-1235 骰
+sign \x9AB1 125-346-2 骱
+sign \x9AB3 1234-125-2 骳
+sign \x9AB4 1346-24 骴
+sign \x9AB7 124-136 骷
+sign \x9AB8 125-346-3 骸
+sign \x9ABB 12456-12-4 骻
+sign \x9ABC 13-13-5 骼
+sign \x9ABE 13-1245-1 骾
+sign \x9AC0 1234-125-1 髀
+sign \x9AC1 124-135 髁
+sign \x9AC2 1235-12-4 髂
+sign \x9AC6 1234-12456-5 髆
+sign \x9ACF 123-16-3 髏
+sign \x9AD0 125-34 髐
+sign \x9AD1 2345-12345-3 髑
+sign \x9AD2 14-56 髒
+sign \x9AD3 234-245-6 髓
+sign \x9AD4 23456-146-1 體
+sign \x9AD5 1234-1246-4 髕
+sign \x9AD6 124-2346 髖
+sign \x9AD8 13-1236 高
+sign \x9ADF 1234-13456 髟
+sign \x9AE0 12456-1246
+sign \x9AE1 12456-1246 髡
+sign \x9AE2 23456-146-4
+sign \x9AE3 124-56-1 髣
+sign \x9AE6 134-1236-3 髦
+sign \x9AEB 23456-13456-3
+sign \x9AEC 12346-125 髬
+sign \x9AED 14-24 髭
+sign \x9AEE 124-2345-5 髮
+sign \x9AEF 235-2 髯
+sign \x9AF2 1234-125-2 髲
+sign \x9AF9 245-16 髹
+sign \x9AFB 13-146-4 髻
+sign \x9AFC 12346-236-3 髼
+sign \x9AFD 14-12 髽
+sign \x9AFE 234-34 髾
+sign \x9B01 123-125 鬁
+sign \x9B03 14-236 鬃
+sign \x9B04 12346-236-3 鬄
+sign \x9B05 12346-1245-3 鬅
+sign \x9B06 234-236 鬆
+sign \x9B08 1235-23-3 鬈
+sign \x9B0B 14-256 鬋
+sign \x9B0D 136-3 鬍
+sign \x9B0E 123-2345-5 鬎
+sign \x9B10 1235-125-3 鬐
+sign \x9B11 123-235-3 鬑
+sign \x9B12 14-1246-1 鬒
+sign \x9B16 234-345 鬖
+sign \x9B18 134-45-3 鬘
+sign \x9B19 14-1245 鬙
+sign \x9B1A 234-1236 鬚
+sign \x9B1F 2456-45-3 鬟
+sign \x9B22 1234-1246-4 鬢
+sign \x9B23 123-12346-3 鬣
+sign \x9B24 245-25-6 鬤
+sign \x9B25 2345-16-4 鬥
+sign \x9B27 1345-34-2 鬧
+sign \x9B28 125-236-4 鬨
+sign \x9B29 245-1235 鬩
+sign \x9B2B 125-345-1 鬫
+sign \x9B2E 13-16 鬮
+sign \x9B2F 1346-25-4 鬯
+sign \x9B31 2456-35 鬱
+sign \x9B32 123-1235-3 鬲
+sign \x9B35 1346-456-3 鬵
+sign \x9B37 14-236 鬷
+sign \x9B3B 245-12345-3 鬻
+sign \x9B3C 12345-146-1 鬼
+sign \x9B41 124-1256 魁
+sign \x9B42 2456-1246-3 魂
+sign \x9B43 1234-2345-3 魃
+sign \x9B44 12346-13-5 魄
+sign \x9B45 134-125-2 魅
+sign \x9B48 234-13456 魈
+sign \x9B4A 2456-1235-3 魊
+sign \x9B4B 23456-245-3 魋
+sign \x9B4D 134-56-6 魍
+sign \x9B4E 123-25-6 魎
+sign \x9B4F 1245-146-2 魏
+sign \x9B51 1346-24 魑
+sign \x9B54 134-135 魔
+sign \x9B58 235-1 魘
+sign \x9B5A 1456-3 魚
+sign \x9B5B 2345-1236 魛
+sign \x9B66 234-12 魦
+sign \x9B68 23456-23-3 魨
+sign \x9B6F 123-1236-6 魯
+sign \x9B74 124-56 魴
+sign \x9B77 245-16-3 魷
+sign \x9B80 23456-135-3 鮀
+sign \x9B82 1346-16-3 鮂
+sign \x9B8B 245-16-1 鮋
+sign \x9B90 23456-126-3 鮐
+sign \x9B91 1234-34 鮑
+sign \x9B92 124-136-2 鮒
+sign \x9B93 14-12-4 鮓
+sign \x9B9A 13-23456-5 鮚
+sign \x9B9E 24-3 鮞
+sign \x9BA0 2456-146-3 鮠
+sign \x9BA6 23456-236-3 鮦
+sign \x9BA8 14-24-1 鮨
+sign \x9BAA 124-1256-1 鮪
+sign \x9BAB 13-34 鮫
+sign \x9BAD 12345-146 鮭
+sign \x9BAE 234-256 鮮
+sign \x9BB8 134-256-6 鮸
+sign \x9BB9 234-34 鮹
+sign \x9BC0 12345-1246-1 鯀
+sign \x9BC1 13-1245-1 鯁
+sign \x9BC7 2456-45-6 鯇
+sign \x9BC8 245-16-3 鯈
+sign \x9BC9 123-125-6 鯉
+sign \x9BCA 234-12 鯊
+sign \x9BD4 24-0 鯔
+sign \x9BD6 1346-356 鯖
+sign \x9BD7 14-12-4 鯗
+sign \x9BDB 2345-13456 鯛
+sign \x9BDC 1346-12346-5 鯜
+sign \x9BE0 123-126-3 鯠
+sign \x9BE1 234-456
+sign \x9BE2 1245-146-3 鯢
+sign \x9BE4 12456-1246 鯤
+sign \x9BE7 1346-25 鯧
+sign \x9BE8 1235-356-3 鯨
+sign \x9BEA 123-356-3 鯪
+sign \x9BEB 14-16 鯫
+sign \x9BED 134-14 鯭
+sign \x9BF0 1345-235-3 鯰
+sign \x9BF7 23456-146-3
+sign \x9BFD 14-1235 鯽
+sign \x9C02 14-46 鰂
+sign \x9C06 1346-234 鰆
+sign \x9C08 2345-12346-3 鰈
+sign \x9C09 2456-56-3 鰉
+sign \x9C0B 256-1 鰋
+sign \x9C0D 1346-16 鰍
+sign \x9C10 12-12456-3
+sign \x9C12 124-12345 鰒
+sign \x9C13 234-126 鰓
+sign \x9C14 14-456 鰔
+sign \x9C1C 13-235 鰜
+sign \x9C23 234-24-3 鰣
+sign \x9C24 234-24
+sign \x9C25 12345-45 鰥
+sign \x9C28 23456-1234-5 鰨
+sign \x9C29 13456-3 鰩
+sign \x9C2D 1235-125-3 鰭
+sign \x9C31 123-256-3 鰱
+sign \x9C32 1245-1236-3 鰲
+sign \x9C33 123-46-3 鰳
+sign \x9C37 23456-13456-3
+sign \x9C39 13-256 鰹
+sign \x9C3B 134-45-2 鰻
+sign \x9C3C 14-1234-3 鰼
+sign \x9C3D 1346-1236-3
+sign \x9C3E 1234-13456 鰾
+sign \x9C44 14-23 鱄
+sign \x9C45 245-236-3
+sign \x9C48 234-12356-5 鱈
+sign \x9C49 1234-23456-5 鱉
+sign \x9C4A 2456-35-3 鱊
+sign \x9C4D 1234-1356-3 鱍
+sign \x9C52 14-23 鱒
+sign \x9C54 234-256-6 鱔
+sign \x9C56 12345-146-4 鱖
+sign \x9C57 123-234-3 鱗
+sign \x9C58 1346-456-3 鱘
+sign \x9C5F 125-16-2 鱟
+sign \x9C60 1235-1256-4 鱠
+sign \x9C63 14-256 鱣
+sign \x9C67 123-146-6 鱧
+sign \x9C68 234-25-3 鱨
+sign \x9C6D 1346-146-3 鱭
+sign \x9C6E 14-245-2 鱮
+sign \x9C72 123-1234-3 鱲
+sign \x9C77 1245-12456-3 鱷
+sign \x9C78 123-1236-3 鱸
+sign \x9C7A 123-125-3 鱺
+sign \x9CE5 1345-13456-6 鳥
+sign \x9CE6 12356-3 鳦
+sign \x9CE7 124-136-3 鳧
+sign \x9CE9 1235-16 鳩
+sign \x9CF2 234-24 鳲
+sign \x9CF3 124-236-2 鳳
+sign \x9CF4 134-356-3 鳴
+sign \x9CF6 23-0 鳶
+sign \x9CF7 14-24 鳷
+sign \x9D00 124-16-1 鴀
+sign \x9D03 12345-1235 鴃
+sign \x9D06 14-456-2 鴆
+sign \x9D07 1234-1236-1 鴇
+sign \x9D08 1245-45-2 鴈
+sign \x9D09 12-0 鴉
+sign \x9D10 13-12 鴐
+sign \x9D12 123-356-3 鴒
+sign \x9D15 23456-135-3 鴕
+sign \x9D1B 23-0 鴛
+sign \x9D1D 1235-245-3 鴝
+sign \x9D1E 125-13456 鴞
+sign \x9D1F 1346-24 鴟
+sign \x9D20 2345-45-4
+sign \x9D23 13-136 鴣
+sign \x9D25 2456-35-3 鴥
+sign \x9D26 245-25 鴦
+sign \x9D28 1234-5 鴨
+sign \x9D2F 24-3 鴯
+sign \x9D30 1235-1356-5 鴰
+sign \x9D34 125-1245
+sign \x9D37 123-23456-3 鴷
+sign \x9D3B 125-236-3 鴻
+sign \x9D3F 13-26-5 鴿
+sign \x9D40 245-456-2 鵀
+sign \x9D41 13-34 鵁
+sign \x9D42 245-16 鵂
+sign \x9D43 14-16 鵃
+sign \x9D4B 13-125-2 鵋
+sign \x9D51 13-23 鵑
+sign \x9D52 245-12345-3 鵒
+sign \x9D53 1234-1356-3 鵓
+sign \x9D59 1235-12356-5 鵙
+sign \x9D5A 23456-12345 鵚
+sign \x9D5C 23456-146-3 鵜
+sign \x9D5D 1245-135-3 鵝
+sign \x9D60 13-12345 鵠
+sign \x9D61 134-1236-6 鵡
+sign \x9D69 124-12345-3 鵩
+sign \x9D6A 456-0 鵪
+sign \x9D6B 14-34-2 鵫
+sign \x9D6C 12346-14-3 鵬
+sign \x9D70 2345-13456 鵰
+sign \x9D72 14-246-5 鵲
+sign \x9D77 23-0 鵷
+sign \x9D79 123-125-3 鵹
+sign \x9D7B 14-245 鵻
+sign \x9D7E 12456-1246
+sign \x9D80 1235-125-3 鶀
+sign \x9D81 13-356 鶁
+sign \x9D82 245-1235 鶂
+sign \x9D83 245-1235-3
+sign \x9D84 14-356 鶄
+sign \x9D86 123-126-3 鶆
+sign \x9D87 2345-236 鶇
+sign \x9D89 1346-234 鶉
+sign \x9D8A 13-1245 鶊
+sign \x9D92 1346-1235 鶒
+sign \x9D96 1346-16 鶖
+sign \x9D97 23456-146-3 鶗
+sign \x9D98 136-3 鶘
+sign \x9D9A 1245-12456-3 鶚
+sign \x9DA0 256-1 鶠
+sign \x9DA1 125-124-5 鶡
+sign \x9DA4 12456-146-3 鶤
+sign \x9DA6 136-3 鶦
+sign \x9DA9 134-1236-2 鶩
+sign \x9DAA 12456-1235 鶪
+sign \x9DAC 1346-56 鶬
+sign \x9DAF 1245-0 鶯
+sign \x9DB1 125-256 鶱
+sign \x9DB2 245-236 鶲
+sign \x9DB4 125-12456-3 鶴
+sign \x9DB5 1346-135 鶵
+sign \x9DB8 245-246-3 鶸
+sign \x9DB9 123-16-3 鶹
+sign \x9DBA 14-1235-5 鶺
+sign \x9DBB 2456-35-3 鶻
+sign \x9DBC 13-235 鶼
+sign \x9DBF 1346-24 鶿
+sign \x9DC1 245-1235-3 鷁
+sign \x9DC2 13456-2 鷂
+sign \x9DC3 45-4 鷃
+sign \x9DC4 13-146
+sign \x9DC7 1235-16-4 鷇
+sign \x9DC8 23456-146-3 鷈
+sign \x9DD2 1346-23-3 鷒
+sign \x9DD3 14-15-4 鷓
+sign \x9DD6 24-0 鷖
+sign \x9DD7 16-0 鷗
+sign \x9DD8 1346-1235 鷘
+sign \x9DD9 14-24-4 鷙
+sign \x9DDA 123-16-2 鷚
+sign \x9DDF 14-12456-3 鷟
+sign \x9DE5 234-24 鷥
+sign \x9DE6 14-13456 鷦
+sign \x9DE9 1234-146-2 鷩
+sign \x9DEB 234-12345 鷫
+sign \x9DEE 13-13456 鷮
+sign \x9DEF 123-13456-3 鷯
+sign \x9DF0 256-0 鷰
+sign \x9DF2 14-16-2 鷲
+sign \x9DF3 125-45-3 鷳
+sign \x9DF4 125-45-3 鷴
+sign \x9DF8 2456-35-3 鷸
+sign \x9DF9 245-356 鷹
+sign \x9DFA 123-1236-2 鷺
+sign \x9DFD 125-12456-3 鷽
+sign \x9DFE 24-4 鷾
+sign \x9DFF 12346-1235 鷿
+sign \x9E01 123-135-3 鸁
+sign \x9E02 1235-146 鸂
+sign \x9E03 24-3 鸃
+sign \x9E05 12345-1235
+sign \x9E07 14-256 鸇
+sign \x9E09 1234-1236-2
+sign \x9E0E 1245-0
+sign \x9E10 2345-1235-3 鸐
+sign \x9E11 1245-12456-3 鸑
+sign \x9E12 1456-2 鸒
+sign \x9E15 123-1236-3 鸕
+sign \x9E1A 245-356 鸚
+sign \x9E1B 13-2346-4 鸛
+sign \x9E1D 123-125-3 鸝
+sign \x9E1E 123-23-3 鸞
+sign \x9E75 123-1236-6 鹵
+sign \x9E79 125-345-3 鹹
+sign \x9E7A 1346-135 鹺
+sign \x9E7C 13-45-1 鹼
+sign \x9E7D 235-3 鹽
+sign \x9E7F 123-12345-3 鹿
+sign \x9E80 245-16 麀
+sign \x9E82 13-125-1 麂
+sign \x9E83 1234-13456 麃
+sign \x9E87 12456-1246-3 麇
+sign \x9E88 14-1456-1 麈
+sign \x9E8B 134-125-3 麋
+sign \x9E8C 1456-6 麌
+sign \x9E90 123-234-3
+sign \x9E91 1245-146-3 麑
+sign \x9E92 1235-125-3 麒
+sign \x9E93 123-12345 麓
+sign \x9E96 13-2356 麖
+sign \x9E97 123-146-2 麗
+sign \x9E9D 234-15-2 麝
+sign \x9E9E 14-25
+sign \x9E9F 123-234-3 麟
+sign \x9EA4 1346-1236 麤
+sign \x9EA5 134-46-3 麥
+sign \x9EA7 125-35-3 麧
+sign \x9EA9 124-136 麩
+sign \x9EB0 134-16-3 麰
+sign \x9EB4 1235-12345 麴
+sign \x9EB5 134-256-2 麵
+sign \x9EB7 124-236 麷
+sign \x9EBB 134-12-3 麻
+sign \x9EBC 134-135 麼
+sign \x9EBE 124-146 麾
+sign \x9EC2 124-1246-3 黂
+sign \x9EC3 2456-56-3 黃
+sign \x9EC8 23456-16-1 黈
+sign \x9ECC 125-236-3 黌
+sign \x9ECD 234-1456-1 黍
+sign \x9ECE 123-146-3 黎
+sign \x9ECF 1345-235 黏
+sign \x9ED0 1346-24 黐
+sign \x9ED1 125-46 黑
+sign \x9ED3 245-1235-3 黓
+sign \x9ED4 1235-235-3 黔
+sign \x9ED8 134-46-3 默
+sign \x9EDA 1235-235-3 黚
+sign \x9EDB 2345-126-2 黛
+sign \x9EDC 14-12356-5 黜
+sign \x9EDD 245-16-1 黝
+sign \x9EDE 2345-235-1 點
+sign \x9EDF 24-0 黟
+sign \x9EE0 1235-23456-5 黠
+sign \x9EE5 1235-356-3 黥
+sign \x9EE6 2456-35 黦
+sign \x9EE7 123-146-3 黧
+sign \x9EE8 2345-56-1 黨
+sign \x9EEE 23456-45-1 黮
+sign \x9EEF 456-1 黯
+sign \x9EF0 14-1246-1 黰
+sign \x9EF2 1346-345-1 黲
+sign \x9EF3 24-0 黳
+sign \x9EF4 134-1256-3 黴
+sign \x9EF5 14-345-1 黵
+sign \x9EF6 235-1 黶
+sign \x9EF7 2345-12345-3 黷
+sign \x9EF9 14-24-1 黹
+sign \x9EFB 124-35 黻
+sign \x9EFC 124-136-1 黼
+sign \x9EFD 134-1246-6 黽
+sign \x9EFF 23-3 黿
+sign \x9F01 125-245-4 鼁
+sign \x9F07 1245-1236-3 鼇
+sign \x9F08 1234-23456-5 鼈
+sign \x9F09 23456-135-3 鼉
+sign \x9F0E 2345-356-1 鼎
+sign \x9F10 1345-346-6 鼐
+sign \x9F12 14-24 鼒
+sign \x9F13 13-136-1 鼓
+sign \x9F15 2345-236 鼕
+sign \x9F16 124-1246-3 鼖
+sign \x9F17 23456-1236
+sign \x9F18 23-0 鼘
+sign \x9F19 12346-125-3 鼙
+sign \x9F1A 1346-25 鼚
+sign \x9F1B 13-1236 鼛
+sign \x9F20 234-1456-1 鼠
+sign \x9F22 124-1246-3 鼢
+sign \x9F25 1234-35-3 鼥
+sign \x9F29 1235-245-3 鼩
+sign \x9F2A 234-1245 鼪
+sign \x9F2B 234-2456-3 鼫
+sign \x9F2C 245-16-3 鼬
+sign \x9F2E 23456-356-3 鼮
+sign \x9F2F 1245-3 鼯
+sign \x9F31 14-356
+sign \x9F32 2456-1246-3 鼲
+sign \x9F34 256-1 鼴
+sign \x9F37 125-146-3 鼷
+sign \x9F3B 1234-125-2 鼻
+sign \x9F3D 1235-16-3 鼽
+sign \x9F3E 125-1345-3 鼾
+sign \x9F41 125-16 齁
+sign \x9F46 2456-236-4 齆
+sign \x9F47 14-12 齇
+sign \x9F49 1345-56-2 齉
+sign \x9F4A 1346-146-3 齊
+sign \x9F4B 14-346 齋
+sign \x9F4C 14-146 齌
+sign \x9F4D 14-24 齍
+sign \x9F4E 14-146 齎
+sign \x9F4F 14-146 齏
+sign \x9F52 1346-24-1 齒
+sign \x9F54 1346-1246-4 齔
+sign \x9F55 125-35-3 齕
+sign \x9F57 1245-1246-3 齗
+sign \x9F59 1234-34-2 齙
+sign \x9F5C 14-24 齜
+sign \x9F5F 14-245-1 齟
+sign \x9F60 23456-13456-3
+sign \x9F61 123-356-3 齡
+sign \x9F62 123-356-3
+sign \x9F63 1346-1346 齣
+sign \x9F66 1245-1246-3 齦
+sign \x9F67 1245-23456-3 齧
+sign \x9F6A 1346-12345 齪
+sign \x9F6C 1456-6 齬
+sign \x9F6E 24-1 齮
+sign \x9F6F 1245-146-3 齯
+sign \x9F72 13-245-1 齲
+sign \x9F75 1456-3 齵
+sign \x9F76 1245-12456-3 齶
+sign \x9F77 46-0 齷
+sign \x9F78 125-2456-5
+sign \x9F7B 2345-256 齻
+sign \x9F7E 1245-12 齾
+sign \x9F8D 123-236-3 龍
+sign \x9F90 12346-56-3 龐
+sign \x9F91 235-1 龑
+sign \x9F94 13-236 龔
+sign \x9F95 456-0 龕
+sign \x9F99 123-236-3 
+sign \x9F9C 12345-146 龜
+sign \x9FA0 245-246-3 龠
+sign \x9FA2 2456-135-3 龢
+sign \x9FA4 125-346-3 龤
+sign \xE012 13-45-1
+sign \xE01A 1246-3
+sign \xE022 13-23456-3
+sign \xE02E 24-0
+sign \xE049 12346-1245-3
+sign \xE074 125-356 
+sign \xE087 245-245-2
+sign \xE088 2345-12346-3
+sign \xE096 2456-356-2
+sign \xE09C 123-125-6
+sign \xE11C 256-2 
+sign \xE121 124-236 
+sign \xE134 13-16-4
+sign \xE151 12346-256-4
+sign \xE17F 14-236 
+sign \xE185 234-356-2 
+sign \xE1BE 125-13456-1
+sign \xE1CC 13-23456-3 
+sign \xE1D0 12346-13-5
+sign \xE1FA 1346-24-4 
+sign \xE204 12346-125-1
+sign \xE22D 1456-3
+sign \xE248 123-235-3 
+sign \xE24D 14-234-4
+sign \xE266 14-1456-1
+sign \xE286 14-1456
+sign \xE2A3 1456-3
+sign \xE2BF 123-356-3 
+sign \xE2C9 12346-35 
+sign \xE33A 14-1456-4
+sign \xE348 14-56 
+sign \xE357 234-256-4
+sign \xE362 1234-12345-5 
+sign \xE372 13-24 
+sign \xE3C5 14-356
+sign \xE403 2456-146-2
+sign \xE440 123-126-3
+sign \xE441 1346-24-4 
+sign \xE44A 125-125-1
+sign \xE4C5 14-356-2
+sign \xE50D 125-2 
+sign \xE50F 124-1256 
+sign \xE52C 123-125-3
+sign \xE545 124-1246-6
+sign \xE562 245-12345 
+sign \xE563 12346-12-4
+sign \xE5D9 124-236-3 
+sign \xE5EB 23456-16
+sign \xE64E 1346-24-4 
+sign \xE77C 2456-1246-5 
+sign \xE7FF 1346-24-4 
+sign \xE91E 235-2 
+sign \xEAEA 123-236-3 
+sign \xEB55 125-125 
+sign \xEB78 13-346-4 
+sign \xEBB9 14-234-4
+sign \xEBC7 1346-24-4 
+sign \xEBC9 245-356-3
+sign \xEBF6 14-24-1 
+sign \xEC98 134-35-3 
+sign \xECA7 1245-135-3 
+sign \xECA8 134-125-3 
+sign \xECAA 12346-14-3
+sign \xECAF 123-26-3 
+sign \xECC7 234-346
+sign \xECD4 123-12346
+sign \xECDB 23456-456-3
+sign \xECFD 12346-34
+sign \xED72 14-246-5 
+sign \xED91 1346-24-4 
+sign \xEEA7 1234-23456-3 
+sign \xF071 125-234-12345
+sign \xF076 16
+sign \xF0A7 124-234-12345
+sign \xF0B7 124-1235-1345-145
+sign \xF0D8 1-1235-1235
+sign \xF0E0 124-145-134-1345-145
+sign \xF0FC 14-125-13
+sign \xF6CF 46
+sign \xF6E8 3-3
+sign \xF6F2 456-135
+sign \xF6F3 456-36
+sign \xF6F4 6-2356
+sign \xF6F5 2356-3
+sign \xF6F6 35-35
+sign \xF712 1234-1236-1
+sign \xF907 12345-146 
+sign \xFA0C 1245-35-3 兀
+sign \xFA0D 124-135-4 嗀
+sign \xFE30 25
+sign \xFE31 456-123
+sign \xFE33 36-36
+sign \xFE34 456-123
+sign \xFE35 6-2356
+sign \xFE36 2356-3
+sign \xFE37 6-2356
+sign \xFE38 2356-3
+sign \xFE39 6-2356
+sign \xFE3A 2356-3
+sign \xFE3B 246
+sign \xFE3C 12456
+sign \xFE3D 126-126
+sign \xFE3E 345-345
+sign \xFE3F 126
+sign \xFE40 345
+sign \xFE41 3-2356
+sign \xFE42 2356-3
+sign \xFE43 6-236
+sign \xFE44 356-3
+sign \xFE49 456-36
+sign \xFE4A 456-36
+sign \xFE4B 456-36
+sign \xFE4C 456-36
+sign \xFE4F 456-36
+sign \xFE50 36
+sign \xFE51 45
+sign \xFE52 256-0
+sign \xFE54 26-0
+sign \xFE55 25
+sign \xFE56 236
+sign \xFE57 2346
+sign \xFE59 236
+sign \xFE5A 356
+sign \xFE5B 236
+sign \xFE5C 356
+sign \xFE5D 236
+sign \xFE5E 356
+sign \xFE60 56-12346
+sign \xFE61 1346-123
+sign \xFE62 56-235
+sign \xFE63 36
+sign \xFE64 56-126
+sign \xFE66 56-2356
+sign \xFE68 56-1456
+sign \xFE69 56-1246
+sign \xFE6A 4-25-1234
+sign \xFE6B 56-1-2345
+sign \xFF03 56-3456
+sign \xFF04 56-1246
+sign \xFF05 25-1234
+sign \xFF06 56-12346
+sign \xFF08 2356
+sign \xFF09 2356
+sign \xFF0A 56-236
+sign \xFF0B 56-235
+sign \xFF0C 36
+sign \xFF0D 36-3
+sign \xFF10 3456-245
+sign \xFF11 3456-1
+sign \xFF12 3456-12
+sign \xFF13 3456-14
+sign \xFF14 3456-145
+sign \xFF15 3456-15
+sign \xFF16 3456-124
+sign \xFF17 3456-1245
+sign \xFF18 3456-125
+sign \xFF19 3456-24
+sign \xFF1A 25
+sign \xFF1B 26-0
+sign \xFF1C 56-126
+sign \xFF1D 56-2356
+sign \xFF1E 56-345
+sign \xFF1F 236-0
+sign \xFF20 56-1-2345
+sign \xFF21 56-6-1
+sign \xFF22 56-6-12
+sign \xFF23 56-6-14
+sign \xFF24 56-6-145
+sign \xFF25 56-6-15
+sign \xFF26 56-6-124
+sign \xFF27 56-6-1245
+sign \xFF28 56-6-125
+sign \xFF29 56-6-24
+sign \xFF2A 56-6-245
+sign \xFF2B 56-6-13
+sign \xFF2C 56-6-123
+sign \xFF2D 56-6-134
+sign \xFF2E 56-6-1345
+sign \xFF2F 56-6-135
+sign \xFF30 56-6-1234
+sign \xFF31 56-6-12345
+sign \xFF32 56-6-1235
+sign \xFF33 56-6-234
+sign \xFF34 56-6-2345
+sign \xFF35 56-6-136
+sign \xFF36 56-6-1236
+sign \xFF37 56-6-2456
+sign \xFF38 56-6-1346
+sign \xFF39 56-6-13456
+sign \xFF3A 56-6-1356
+sign \xFF5C 456-123
+sign \xFF5E 36
+sign \xFFE0 56-14-15-1345-2345
+sign \xFFE1 56-1234-135-136-1345-145
+sign \xFFE5 56-13456-15-1345
+# liblouis: Computer Spanish 8 dots Braille table
+#
+# -----------
+#-index-name: Spanish, computer
+#-display-name: Spanish computer braille
+#
+#+locale:es
+#+type:computer
+# -----------
+#
+#  Copyright (C) 2012 by José Enrique Fernández del Campo and Juan Carlos Buño Suárez <quetzatl@eresmas.net>
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 3 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+#
+# -----------------------------------------------------------------------------
+
+# Uncontracted Computer Spanish Table
+# Autor José Enrique Fernández del Campo <jefdelcampo@gmail.com> and Juan Carlos Buño Suárez <quetzatl@eresmas.net>
+# -----------------------------------------------------------------------------
+
+
+space \s 0      			# blank 32
+space \t 9              # tab 9
+space \x001B 1b         # escape
+space \x000A 0          # lf
+space \x000D 0          # cr
+space \x00A0 0          # Espacio de no separación
+
+# all except 0 are the same, so define 0 here to take higher presidence
+# Also define ó (lowercase o acute) not to clash with the definition of 0 in original include.
+digit 0 34678				cero
+uplow \x00d3\x00f3 3467,346     o con acento
+include digits6DotsPlusDot6.uti
+
+include latinLetterDef8Dots.uti
+
+uplow \x00c7\x00e7 1234678,123468		c cedilla
+uplow \x00c1\x00e1 123567,12356     a con acento
+uplow \x00c9\x00e9 23467,2346		e con acento
+uplow \x00cd\x00ed 347,34     i con acento
+uplow \x00da\x00fa 234567,23456     u con acento
+uplow \x00c0\x00e0 1235678,123568		a grave
+uplow \x00c8\x00e8 234678,23468			e grave
+uplow \x00cc\x00ec 345,348     i grave
+uplow \x00d2\x00f2 2458,3468     o grave
+uplow \x00d9\x00f9 2345678,234568		u grave
+uplow \x00c2\x00e2 178,18				a con circunflejo
+uplow \x00ca\x00ea 1578,158			e con circunflejo
+uplow \x00ce\x00ee 2478,248			i con circunflejo
+uplow \x00d4\x00f4 13578,1358			o con circunflejo
+uplow \x00db\x00fb 13678,1368			u con circunflejo
+uplow \x00c4\x00e4 34578,3458       a con diéresis
+uplow \x00cb\x00eb 124678,12468			e con diéresis
+uplow \x00cf\x00ef 1245678,258		i con diéresis
+uplow \x00d6\x00f6 24678,2468         o con diéresis
+uplow \x00dc\x00fc 125678,12568			u con diéresis
+uplow \x00dd\x00fd 1567,2348     ye con acento agudo
+uplow \x009F\x00FF 367,67     ye con diéresis
+
+uplow \x00c6\x00e6 38,1348     ae
+uplow \x0152\x0153 1468,1238     oe
+uplow \x008C\x009C 1468,1238     oe
+uplow \x00C3\x00E3 3567,168     a con tilde
+uplow \x00D5\x00F5 12458,4567     o con tilde
+uplow \x00D1\x00F1 124567,124568 letra eñe
+
+punctuation , 2			coma
+punctuation ; 23		punto y coma
+punctuation : 25		dos puntos
+punctuation - 36		guión
+punctuation . 3		punto
+punctuation ? 26		cerrar interrogación
+punctuation ! 2357		cerrar admiración
+punctuation \x0022 56 	comillas
+punctuation \x201c 14568 	abrir comillas
+punctuation \x201d 12348 	cerrar comillas
+punctuation ( 1268		abre paréntesis
+punctuation ) 3457		cierra paréntesis
+punctuation ' 4			apóstrofo
+punctuation \x00ab 238		comillas angulares izquierda
+punctuation \x00bb 567		comillas angulares derecha
+punctuation [ 2367		abre corchetes
+punctuation ] 3568	 	cierra corchetes
+punctuation { 46			abre llave
+punctuation } 35			cierra llave
+
+sign * 256						asterisco
+sign \\ 123456						barra invertida
+sign @ 5					arroba
+sign % 456					por ciento
+sign _ 6								subrayado
+sign # 3456					signo de número
+sign \x0060 58					acento grave
+sign ^ 45					circunflejo
+sign \x007E   57     #126 ~    tilde
+sign \x007C 4568   # barra vertical
+sign \x007F 7   # borrar
+sign \x00a1 23578   # abrir admiración
+sign \x00A6 478   # barra vertical cortada
+sign \x00A7 167   # sección
+sign \x00A8 268   # diéresis
+sign \x00A9 23567   # copyright
+sign \x00AC 257   # guión opcional
+sign \x20AC 12358   # euros
+sign \x00AD 2358   # soft hyphen
+sign \x00AE 2368   # registrado
+sign \x00AF 24568   # macron
+sign \x00B1 12467   # más-menos
+sign \x00B5 13468   # my
+sign \x00B6 14567   # párrafo
+sign \x00B7 14678   # punto centrado
+sign \x00B9 237   # Super uno
+sign \x00BA 5678   # ordinal masculino
+sign \x00AA 23568  # ordinal femenino 
+sign \x00BF 267   # abrir interrogación
+sign \x00C5 12368   #*a mayúscula con círculo superescrito
+
+sign \x00D0 13458   # letra eth mayúscula
+sign \x00D7 1678   # multiplicado por
+sign \x00D8 34567   # Alfa
+sign \x00DE 123458   # Thorn
+sign \x00DF 128   # Beta
+sign \x00E5 15678   # a con círculo superescrito
+sign \x00F0 235678   # letra eth
+sign \x00F7 2578   # dividido por
+sign \x00F8 457   # latin small letter o with stroke
+sign \x00FE 1568   # thorn
+sign \x00A8 268			diéresis
+
+math + 235				más
+math = 2356				igual
+math \x00d7 1678					multiplicado por
+math < 236				menor que
+math > 356				mayor que
+math / 3478						barra oblicua
+math \x00F7 2578		dividido por
+
+sign \x00a9 23567							copyright
+sign \x00b0 8						grado
+sign & 12346					ampersand
+sign \x00a2 12678						centavo
+sign \x00a4 2567						
+sign \x00a3 2378						libra
+sign \x00a7 167					sección
+sign \x0024 123467						dólar
+sign \x00a5 145678					yen
+sign \x00b9 237						super 1
+sign \x00b2 47					al cuadrado
+sign \x00b3 568					al cubo
+sign \x00bc 1467			un cuarto
+sign \x00bd 468			un medio
+sign \x00be 48		tres cuartos
+
+sign \x0081 358		sin nombre
+sign \x0082 37		por
+sign \x201a 37		por
+sign \x0083 1248		signo
+sign \x0192 1248		signo
+sign \x0084 78		signo
+sign \x201e 78		signo
+sign \x0085 1267		elipsis
+sign \x2026 1267		elipsis
+sign \x0086 28		sin nombre
+sign \x2020 28		sin nombre
+sign \x0087 23458		sin nombre
+sign \x2021 23458		sin nombre
+sign \x0088 458		sin nombre
+sign \x02c6 23458		sin nombre
+sign \x0089 45678		sin nombre
+sign \x2030 45678		sin nombre
+sign \x008a 1234568		sh mayúscula
+sign \x0160 1234568		sh mayúscula
+sign \x008b 1258		
+sign \x2039 1258		
+sign \x008d 357		sin nombre
+sign \x008e 148		sin nombre
+sign \x017d 148		sin nombre
+sign \x008f 58		
+sign \x0090 68		sin 	nombre
+sign \x2018 4		apóstrofo
+sign \x2019 4		apóstrofo
+sign \x0095 1458		signo
+sign \x2022 1458		signo
+sign \x0096 368		guión
+sign \x2013 368		guión
+sign \x0097 3678		guión
+sign \x2014 3678		guión
+sign \x0098 134568		tilde
+sign \x02dc 134568		tilde
+sign \x0099 2467		marca registrada
+sign \x2122 2467		marca registrada
+sign \x009a 34568		signo
+sign \x203a 34568		signo
+sign \x0161 12567		sh
+sign \x009d 25678		
+sign \x009e 2568		
+sign \x017e 2568		
+sign \x009f 367		
+sign \x0178 367		
+sign \x00b4 467     acento agudo
+sign \x00B8 135678     z con caron
+
+noback sign \x25CF 256 black circle
+# liblouis: Arabic Computer Braille table
+# Copyright (C) 2018 by Ikrami Ahmad <ikrami.ahmad@gmail.com>
+
+# This file is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public
+# License as published by the Free Software Foundation; either
+# version 2.1 of the License, or (at your option) any later version.
+
+# This file is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+# Lesser General Public License for more details.
+
+# You should have received a copy of the GNU Lesser General Public
+# License along with this file; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+
+#-index-name: Arabic, computer
+#-display-name: Arabic computer braille
+#-author-name: Ikrami Ahmad
+#-author-email: ikrami.ahmad@gmail.com
+# with assistance from Hatoon Felemban <h.felemban@hotmail.com>
+
+#+locale: ar
+#+type: computer
+#+dots: 8
+
+include text_nabcc.dis All display opcodes
+include braille-patterns.cti # unicode braille.
+
+space \s 0 blank
+space \t 0 tab
+space \x000A 0
+space \x000D 0
+
+# Arabic characters
+letter ء 3 # arabic individual hamza (\x0621)
+letter آ 345 # arabic alef madd (\x0622)
+letter أ 34 # arabic hamza above alef (\x0623)
+letter ؤ 1256 # arabic hamza on waw (\x0624)
+letter إ 46 # arabic hamza below alef (\x0625)
+letter ئ 13456 # arabic hamza on iaa (\x0626)
+letter ا 1 # arabic Alef (\x0626)
+letter ب 12 # arabic baa (\x0628)
+letter ة 16 # arabic taa marbuta (\x0629)
+letter ث 1456 # arabic thaa (\x062B)
+letter ت 2345 # arabic Taa (\x062A)
+letter ج 245 # arabic jeem (\x062C)
+letter ح 156 # arabic strong haa (\x062D)
+letter خ 1346 # arabic Khaa (\x062E)
+letter د 145 # arabic dal (\x062F)
+letter ذ 2346 # arabic thal (\x0630)
+letter ر 1235 # arabic raa (\x0631)
+letter ز 1356 # arabic zaai (\x0632)
+letter س 234 # arabic seen (\x0633)
+letter ش 146 # arabic sheen (\x0634)
+letter ص 12346 # arabic saad (\x0635)
+letter ض 1246 # arabic dhaad (\x0636)
+letter ط 23456 # arabic strong taa (\x0637)
+letter ظ 123456 # arabic strong thaa (\x0638)
+letter ع 12356 # arabic ayn (\x0639)
+letter غ 126 # arabic ghayn (\x063A)
+letter ف 124 # arabic faa (\x0641)
+letter ق 12345 # arabic strong qaaf (\x0642)
+letter ك 13 # arabic kaaf (\x0643)
+letter ل 123 # arabic laam (\x0644)
+letter م 134 # arabic meem (\x0645)
+letter ن 1345 # arabic noon (\x0646)
+letter ه 125 # arabic soft haa (\x0647)
+letter و 2456 # arabic waaw (\x0648)
+letter ى 135 # arabic alef maqsoora (\x0649)
+letter ي 24 # arabic iaa (\x064A)
+letter َ 2 # arabic diacritic symbol fathah (\x064E)
+letter ِ 15 # arabic diacritic symbol kasrah (\x0650)
+letter ً 23 # arabic diacritic symbol tanween fath (\x064B)
+letter ٌ 26 # arabic diacritic symbol tanween dham (\x064C)
+letter ٍ 35 # arabic diacritic symbol tanween kasr (\x064D)
+letter ُ 136 # arabic diacritic symbol dhamma (\x064F)
+letter ّ 6 # arabic diacritic symbol shadda (\x0651)
+letter ْ 25  v# arabic diacritic symbol sukoon (\x0652)
+sign ـ 58 # arabic tatweel (\x0640)
+always \x0644\x0627 1236 # to join lam and alef together in one cell if they come in one word
+midendword \x0651 6 # to indicate that Shadda can never come at the beginning of a word
+
+#the following to correct Shadda symbol, which should be written before the character in Arabic braille code. this will consists of every arabic character followed by the Shadda diacritic symbol, and a dot pattern of the braille shadda followed by the character.
+noback always ءّ 6-3
+noback always آّ 6-345
+noback always أّ 6-34
+noback always ؤّ 6-1256
+noback always إّ 6-46
+noback always ئّ 6-13456
+noback always اّ 6-1
+noback always بّ 6-12
+noback always ةّ 6-16
+noback always ثّ 6-1456
+noback always تّ 6-2345
+noback always جّ 6-245
+noback always حّ 6-156
+noback always خّ 6-1346
+noback always دّ 6-145
+noback always ذّ 6-2346
+noback always رّ 6-1235
+noback always زّ 6-1356
+noback always سّ 6-234
+noback always شّ 6-146
+noback always صّ 6-12346
+noback always ضّ 6-1246
+noback always طّ 6-23456
+noback always ظّ 6-123456
+noback always عّ 6-12356
+noback always غّ 6-126
+noback always فّ 6-124
+noback always قّ 6-12345
+noback always كّ 6-13
+noback always لّ 6-123
+noback always مّ 6-134
+noback always نّ 6-1345
+noback always هّ 6-125
+noback always وّ 6-2456
+noback always يّ 6-24
+noback always لاّ 6-1236
+
+# Latin numerals
+digit 0 2458
+digit 1 18
+digit 2 128
+digit 3 148
+digit 4 1458
+digit 5 158
+digit 6 1248
+digit 7 12458
+digit 8 1258
+digit 9 248
+
+# Arabic numerals
+digit \x0660 2458 # 0 (٠)
+digit \x0661 18 # 1 (١)
+digit \x0662 128 # 2 (٢)
+digit \x0663 148 # 3 (٣)
+digit \x0664 1458 # 4 (٤)
+digit \x0665 158 # 5 (٥)
+digit \x0666 1248 # 6 (٦)
+digit \x0667 12458 # 7 (٧)
+digit \x0668 1258 # 8 (٨)
+digit \x0669 248 # 9 (٩)
+
+# English letters backward translation only
+nofor uplow Aa 17,178
+nofor uplow Bb 1278,1278
+nofor uplow Cc 147,1478
+nofor uplow Dd 1457,14578
+nofor uplow Ee 157,1578
+nofor uplow Ff 1247,12478
+nofor uplow Gg 12457,124578
+nofor uplow Hh 1257,12578
+nofor uplow Ii 247,2478
+nofor uplow Jj 2457,24578
+nofor uplow Kk 137,1378
+nofor uplow Ll 1237,12378
+nofor uplow Mm 1347,13478
+nofor uplow Nn 13457,134578
+nofor uplow Oo 1357,13578
+nofor uplow Pp 12347,123478
+nofor uplow Qq 123457,1234578
+nofor uplow Rr 12357,123578
+nofor uplow Ss 2347,23478
+nofor uplow Tt 23457,234578
+nofor uplow Uu 1367,13678
+nofor uplow Vv 12367,123678
+nofor uplow Ww 24567,245678
+nofor uplow Xx 13467,134678
+nofor uplow Yy 134567,1345678
+nofor uplow Zz 13567,135678
+
+#adding the standard 8-dot latin letters for proper forward translation
+include latinLetterDef8Dots.uti
+
+#punctuation symbols
+punctuation ، 5 # Arabic comma (\x060C)
+punctuation \x061B 56 # Arabic semiColon
+punctuation ; 56
+punctuation : 257
+punctuation \x061F 346 # Arabic question mark ؟
+punctuation ? 346
+punctuation \x06D4 256 # Arabic Full stop
+punctuation . 256
+punctuation , 27
+punctuation ! 235
+punctuation " 2356
+sign # 3456
+punctuation % 45
+sign & 123467
+noback punctuation ' 3 # apostrophe
+nofor punctuation ' 38 # apostrophe
+punctuation ) 356
+punctuation ( 236
+sign * 358
+math + 2358
+math \x00D7 2368 # × multiplication sign
+math \x00F7 2568 # ÷ division sign
+math > 1358
+math < 2467
+math / 348
+math = 235678
+punctuation - 36
+sign @ 4
+punctuation ‘ 378
+punctuation ’ 678
+punctuation [ 123567
+sign \\ 347
+punctuation ] 234568
+sign ^ 23468 # circumflex accent
+sign _ 568
+sign ` 34578 # grave accent
+punctuation { 23567
+sign | 3458
+punctuation } 23568
+math ~ 3457
+space \x00A0 0 # no-break space
+punctuation \x00Ad 36 # soft hyphen
+punctuation « 1234567 # left-pointing double angle quotation mark
+punctuation » 1234568 # right-pointing double angle quotation mark
+punctuation \x2018 2356 # smart single left quotation mark
+punctuation \x2019 2356 # smart single right quotation mark
+punctuation \x201C 2356 # smart opening double quote
+punctuation \x201D 2356 # smart closing double quote
+punctuation \x201E 2356 # smart double low quotation mark
+punctuation \x201F 2356 # smart double high reverse quotation mark
+
+sign \x00BF 346 # inverted question mark
+sign \x200C 9 # ZERO WIDTH NON-JOINER
+punctuation \x2010 36 # hyphen
+punctuation \x2011 36 #  non-breaking hyphen
+punctuation \x2013 3678 # en dash
+punctuation \x2026 25678 # smart ellipsis
+sign $ 456
+sign \x20AC 4568 # Euro sign
+sign \x00A2 468 # ¢ cents sign
+sign \x00A3 467 # £ pounds sign
+sign \x00A5 4678 # ¥ yen sign
+sign \x00A7 2348 # section sign §
+sign \x00A9 123468 # © copyright sign
+sign \x00AE 12358 # ® Registered mark
+sign \x00B0 123458 # ° degrees sign
+sign \x00B5 1348 # µ micro sign
+sign \x00B6 12348 # ¶ pilcrow sign
+
+include countries.cti
+# liblouis: English, U.S. grade 1 (EBAE) table
+#
+# -----------
+#-name: U.S. English grade 1 (EBAE)
+#-index-name: English, U.S., uncontracted
+#-display-name: English uncontracted braille as used in the U.S.
+#
+#+locale:en-US
+#+type:literary
+#+contraction:no
+#+grade:1
+#+system:ebae
+#
+# TODO: Please correct the metadata above. It is not meant to be
+# accurate nor complete. It hasn't been verified by the table
+# author yet. It is merely an attempt by the liblouis maintainers
+# to get some sensible initial values in place.
+#
+# TODO: Please add a reference to official documentation about
+# the implemented braille code. Preferably submit the documents
+# to https://github.com/liblouis/braille-specs.
+# -----------
+#
+#  Based on the Linux screenreader BRLTTY, copyright (C) 1999-2006 by
+#  The BRLTTY Team
+#
+#  Copyright (C) 2004-2006 ViewPlus Technologies, Inc. www.viewplus.com
+#  Copyright (C) 2004-2006 JJB Software, Inc. www.jjb-software.com
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+
+include en-chardefs.cti All character definition opcodes
+include en-us-compbrl.uti Comp6 translation  opcodes
+
+# Braille indicators
+numsign 3456  number sign, just a dots operand
+letsign 56
+noletsignafter .
+noletsignafter '
+#capsletter 6
+#capsword 6-6
+#endcapsword 6-3
+capsletter 6
+begcapsword 6-6
+endcapsword 6-3
+
+emphclass italic
+emphclass underline
+emphclass bold
+emphclass transnote
+
+begemphword italic 46-3
+endemphword italic 46-36
+emphletter italic 46-25
+
+begemphphrase bold 456-46-46
+endemphphrase bold before 456-46
+lenemphphrase bold 4
+begemphword bold 456-46
+
+begemphword underline 456-36
+endemphword underline 3-6
+lenemphphrase underline 3
+begemphphrase underline 456-2356
+endemphphrase underline after 6-3
+
+begemph transnote 6-3
+endemph transnote 6-3
+
+begcomp 456-346
+endcomp 456-156
+
+# literary forms of the decimal digits
+include litdigits6Dots.uti
+
+# display/passthrough for unicode braille
+include braille-patterns.cti
+
+# Letters are defined in chardefs.cti
+
+# punctuation
+prepunc ( 2356
+word ( 4-2356
+noback always ( 2356
+postpunc ) 2356
+word ) 4-2356
+noback always ) 2356
+prepunc " 236
+postpunc " 356
+word " 4-236
+prepunc ` 6-236
+prepunc ' 6-236
+postpunc ' 356-3
+word ' 4-3
+word 'em = 
+word 'tis =
+word 'twas =
+begnum # 456-1456 print number sign before number
+midnum , 2
+postpunc , 2
+word , 4-2
+decpoint . 46
+midnum - 36
+hyphen - 36
+always \s--\s 36-36
+always \s-\s 36-36
+midnum \x00ad 36
+postpunc . 256
+word . 4-256
+postpunc ; 23
+word ; 4-23
+midnum : 25
+postpunc : 25
+always : 4-25
+postpunc ! 235
+always ! 4-235
+midnum / 34
+always / 456-34
+always < 5-13
+always = 46-13
+always > 46-2
+always + 4-346
+postpunc ? 236
+endword s' 234-3
+word ? 4-236
+endnum st 34
+endnum nd 1345-145
+endnum rd 1235-145
+noback endnum 's 3-234
+endnum th 1456
+endnum 's 3-234
+always % 4-25-1234
+midnum ^ 45
+always ^ 456-126
+always ~ 4-156
+always & 4-12346
+midnum * 4-16
+always * 35-35
+prepunc [ 6-2356
+word [ 4-6-2356
+always [ 6-2356
+postpunc ] 2356-3
+word ] 4-2356-3
+always ] 2356-3
+prepunc { 56-2356
+word { 4-56-2356
+always { 56-2356
+postpunc } 2356-23
+word } 4-2356-23
+always } 2356-23
+always @ 4-1
+always \\ 4-1256
+always | 456-1256
+always \s-\s 36-36
+always ..." 3-3-3-356
+always ... 3-3-3
+always ...' 3-3-3-356-3
+repeated .... 0
+repeated ____ 456
+repeated ---- 36
+always .\s.\s." 3-3-3-356
+always .\s.\s. 3-3-3 . . .
+begnum $ 256
+nofor begnum $ 256-3456
+always $ 4-256
+
+# special character sequences
+compbrl :// URLs
+compbrl ()
+compbrl www.
+compbrl ::
+compbrl .com
+compbrl .edu
+compbrl .gov
+compbrl .ini
+compbrl .mil
+compbrl .net
+compbrl .org
+compbrl .doc
+compbrl .xml
+compbrl .xsl
+compbrl .htm
+compbrl .html
+compbrl .tex
+compbrl .txt
+compbrl .gif
+compbrl .jpg
+compbrl .png
+compbrl .wav
+compbrl .tar
+compbrl .zip
+
+noback context "\e"$a *
+noback always \\_ 56 letter sign before Roman page numbers
+noback pass2 @56-56 @56
+noback pass2 @3-56 @3
+
 #
 # Copyright (C) 2015  Tsengel Maidar Innovation Development center of the blind at idcbinnovation@gmail.com
 # Copyright (C) 2018 Tsengel Maidar EBraillesoftLLC
 # Copyright (C) 2015 Sreeja sreeja.param@gmail.com
 # Copyright (C) 2015 Dipendra Manocha d@saksham.org
-# Copyright (C) 2017, 2018  Angaragerdene angaragerdene.b@gmail.com
+# Copyright (C) 2017, 2018, 2019  Angaragerdene angaragerdene.b@gmail.com
 #
 #  This file is part of liblouis.
 #
@@ -58486,51 +185360,8 @@
 
 # ----------- define all chars --------------------------------------
 
-space \t 0
-space \x000A 0
-space \x000D 0
-space \s 0 blank
 replace \x0007
 
-punctuation \x00AB 236
-punctuation \x00BB 356
-include loweredDigits6Dots.uti
-
-# mongolian symbols
-
-punctuation ? 26
-math < 4-26
-math > 4-345
-math = 5-2356
-sign @ 4-1
-punctuation ; 23
-punctuation : 25
-math / 34
-punctuation . 256
-punctuation - 36
-punctuation , 2
-sign * 5-35
-math + 5-235
-punctuation ' 3
-punctuation ( 5-126
-punctuation ) 5-345
-punctuation ! 235
-punctuation " 45-356
-sign # 456-1456
-sign $ 4-234
-sign % 46-356
-sign & 4-12346
-punctuation [ 46-126
-punctuation ] 46-345
-punctuation { 456-126
-punctuation } 456-345
-sign ^ 4-26
-sign _ 46-36
-sign ` 356
-sign | 456-1256
- math ~ 4-35
-
-
 # The Alphabet
 uplow \x0410\x0430 1
 uplow \x0411\x0431 12
@@ -58565,322 +185396,115371 @@
 uplow \x042E\x044E 1256
 uplow \x042F\x044F 1246
 uplow \x0401\x0451 16
-
-
-#mongolian symbols
-
-sign  ` 356
-sign ` 236 dots
-sign  `  356
-sign – 36
-sign — 6-36
-sign ' 3
-sign ‘ 6-236
-sign ’ 6-356
-sign « 456-236
-sign » 456-356
-sign ± 456-235
-sign ● 45-1246
-sign ¨ 45-25
-sign  ➔ 25-135
-sign • 456-256
-sign − 5-36
-sign \x2213 456-36
-sign  ≤ 456-4-126
-sign  ≥ 456-4-345
-sign \x2286 456-45-126
-sign \x2287 456-45-345
-sign \x266E 3456-16
-sign ♭ 3456-126
-sign ♯ 3456-146
-sign ₣ 4-124
-sign † 1-6-1456
-sign ‡ 1-6-12456
-sign ♀ 45-1346
-sign ♂ 45-13456
-sign 〃 5-2
-sign ∥ 3456-123
-sign ◦ 5-356
-sign \x27C2 3456-36
-sign \x2228 4-235
-sign ∧ 4-236
-sign ∪ 46-235
-sign ∀ 45-1
-sign ∇ 45-145
-sign ‹ 124568
-sign › 5-8
-sign ≡ 456-123456
-sign ≈ 45-35
-sign ∫ 56-2346
-sign ⌠ 347
-sign ⌡ 1567
-sign ∩ 46-236
-sign ∙ 48
-sign ¯ 4-36
-sign ― 5-6-36
-sign ‗  36
-sign ′ 56-2356
-sign ″ 56-2356-56-2356
-sign ∞ 3456-123456
-sign ∂ 4-145
-sign √ 5-146
-sign α 56-46-1
-sign π 56-46-1234
-sign β 56-46-12
-sign º 145-1245
-sign ¼  3456-1-34-145
-sign ½  3456-1-34-12
-sign ¾  3456-14-34-145
-sign ´  45-34
-sign ● 35
-
-sign \\ 12567                   # 92
-
-space \X00A0 0                  # 160 no-break space
-sign \x00A2 4-14                # 162 ¢ cents sign
-sign \x00A3 4-123               # 163 £ pounds sign
-
-sign \x00A5 4-13456             # 165 ¥ yen sign
-
-sign § 4-234-3                  # 167 section sign \x00A7
-
-sign \x00A9 2356-6-14-2356      # 169 © copyright sign
-sign \x00AE 2356-6-1235-2356    # Registered
-# sign \X2116 1345 # NUMERO SIGN
-punctuation \x00Ad 36           # 173 soft hyphen
-sign \x00B0 356 degrees
-sign \x00B4 4
-always \x00B4 4                 # acute accent sign
-sign \x00B5 2-134               # micro sign, (mu)
-sign \x00B6 4-1234-345          # 182  ¶ pilcrow sign
-
-punctuation \x2010 36           # 8208  hyphen
-punctuation \x2011 23478        # 8209  non-breaking hyphen
-
-punctuation \x2013 36-36        # 8211  en dash
-punctuation \x2014 36-36        # em dash
-punctuation \x2018 6-236        # 8216  smart single left quotation mark
-punctuation \x2019 356-3        # 8217  smart single right quotation mark
-
-punctuation \x201C 236          # 8220  smart opening double quote
-punctuation \x201D 356          # 8221  smart closing double quote
-punctuation \x201E 236          # 8222  smart double low quotation mark
-punctuation \x201F 356          # 8223  smart double high reverse quotation mark
-
-punctuation \x2026 256-256-256  # 8230 smart ellipsis
-sign \x20AC 4-15                # 8364 Euro sign anywhere else
+uplow \x04E8\x04E9 1236
+uplow \x04AE\x04AF 1456
 
 sign \x2116 4-1345              # mongolian number sign
 sign \x20AE 4-2345              # mongolian currency symbol
 
-# Braille indicators
-numsign 3456  #number sign, just a dots operand
-capsletter 6
-emphclass italic
-begemphphrase italic 456
 
 # the decimal digits
 include litdigits6Dots.uti
+#-index-name: Estonian, computer
+#-display-name: Estonian computer braille
 
-# Letters are defined in en-chardefs
-include chardefs.cti
+#+locale:et
+#+type:computer
+#+dots:8
 
-# accented letters
+# TODO: Please correct the metadata above. It is not meant to be
+# accurate nor complete. It hasn't been verified by the table
+# author yet. It is merely an attempt by the liblouis maintainers
+# to get some sensible initial values in place.
 
-uplow \x00C0\x00E0 1            # a with grave
-uplow \x00C1\x00E1 1            # a with acute
-uplow \x00C2\x00E2 1            # a with circumflex
-uplow \x00C3\x00E3 1            # a with tilde
-uplow \x00C4\x00E4 1            # a with dieresis
-uplow \x00C5\x00E5 1            # a with ring above
-uplow \x00C6\x00E6 1            # letter ae
-uplow \x00C7\x00E7 14           # c with cedilla
-uplow \x00C8\x00E8 15           # e with grave
-uplow \x00C9\x00E9 15           # e with acute
-uplow \x00CA\x00EA 15           # e with circumflex
-uplow \x00CB\x00EB 15           # e with dieresis
-uplow \x00CC\x00EC 24           # i with grave above
-uplow \x00CD\x00ED 24           # i with acute above
-uplow \x00CE\x00EE 24           # i with circumflex
-uplow \x00CF\x00EF 24           # i with dieresis
-uplow \x00D0\x00F0 15           # letter eth
-uplow \x00D1\x00F1 1345         # n with tilde
-uplow \x00D2\x00F2 135          # o with grave above
-uplow \x00D3\x00F3 135          # o with acute above
-uplow \x00D4\x00F4 135          # o with circumflex
-uplow \x00D5\x00F5 135          # o with tilde
-uplow \x00D6\x00F6 135          # o with dieresis
-uplow \x00D8\x00F8 135          # o with stroke
-uplow \x00D9\x00F9 136          # u with grave above
-uplow \x00DA\x00FA 136          # u with acute above
-uplow \x00DB\x00FB 136          # u with circumflex above
-uplow \x00DC\x00FC 136          # u with dieeresis
-uplow \x00DD\x00FD 13456        # y with acute above
-uplow \x00DE\x00FE 4-1456       # letter thorn
-letter \x00DF 2346              # small sharp s
-uplow \x0174\x0175 4-2456       # w with circumflex
-uplow \x0176\x0177 4-13456      # y with circumflex
-uplow \x0178\x00ff 4-13456      # y with diaeresis
-uplow \x1ef2\x1ef3 4-13456      # y with grave
-largesign \x00C0 4-1      # [C0] upper a grave
-largesign \x00E0 4-1      # [E0] lower a grave
-largesign \x00C1 4-1      # [C1] upper a acute
-largesign \x00E1 4-1      # [E1] lower a acute
-largesign \x00C2 4-1      # [C2] upper a circumflex
-largesign \x00E2 4-1      # [E2] lower a circumflex
-largesign \x00C3 4-1      # [C3] upper a tilde
-largesign \x00E3 4-1      # [E3] lower a tilde
-largesign \x00C4 4-1      # [C4] upper a dieresis
-largesign \x00E4 4-1      # [E4] lower a dieresis
+# TODO: Please add a reference to official documentation about
+# the implemented braille code. Preferably submit the documents
+# to https://github.com/liblouis/braille-specs.
 
-largesign \x00C5 4-1      # [C5] upper a ring
-largesign \x00E5 4-1      # [E5] lower a ring
+include et.ctb
+include braille-patterns.cti
+#-index-name: Swedish
+#-display-name: Swedish braille
 
-largesign \x00C6 1-15     # [C6] upper ae
-largesign \x00E6 1-15     # [E6] lower ae
+#+locale:sv
+#+type:literary
+#+grade:1
 
-largesign \x00C7 4-14     # [C7] upper c cedilla
-largesign \x00E7 4-14     # [E7] lower c cedilla
+# TODO: Please correct the metadata above. It is not meant to be
+# accurate nor complete. It hasn't been verified by the table
+# author yet. It is merely an attempt by the liblouis maintainers
+# to get some sensible initial values in place.
 
-largesign \x00C8 4-15     # [C8] upper e grave
-largesign \x00E8 4-15     # [E8] lower e grave
+# TODO: Please add a reference to official documentation about
+# the implemented braille code. Preferably submit the documents
+# to https://github.com/liblouis/braille-specs.
 
-largesign \x00C9 4-15     # [C9] upper e acute
-largesign \x00E9 4-15     # [E9] lower e acute
+include Se-Se-g1.utb
+include braille-patterns.cti
+#+locale:fr
+#+type:literary
+#+contraction:full
+#+grade:2
+#+system:bfu
 
-largesign \x00CA 4-15     # [CA] upper e circumflex
-largesign \x00EA 4-15     # [EA] lower e circumflex
+#-index-name: French, contracted
+#-display-name: French contracted braille
+#-author: The BRLTTY Team <http://brltty.app/>
+#-author: André-Abush CLAUSE <dev@andreabc.net>
+#-author: Nicolas Pitre <nico@fluxnic.net>
+#-author: Michel Such <michel.such@free.fr>
+#
+#-license: LGPLv2.1
+#-updated: 2018-05-16
 
-largesign \x00CB 4-15     # [CB] upper e dieresis
-largesign \x00EB 4-15     # [EB] lower e dieresis
+# liblouis: French Grade 2 Table
 
-largesign \x00CC 4-24     # [CC] upper i grave
-largesign \x00EC 4-24     # [EC] lower i grave
+# This file is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public
+# License as published by the Free Software Foundation; either
+# version 2.1 of the License, or (at your option) any later version.
 
-largesign \x00CD 4-24     # [CD] upper i acute
-largesign \x00ED 4-24     # [ED] lower i acute
+# This file is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+# Lesser General Public License for more details.
 
-largesign \x00CE 4-24     # [CE] upper i circumflex
-largesign \x00EE 4-24     # [EE] lower i circumflex
+# You should have received a copy of the GNU Lesser General Public
+# License along with this file; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+# liblouis  comes with ABSOLUTELY NO WARRANTY.
+#
+#	Référence :
+#		Manuel d'Abrégé Braille Français - Adaptation du CBFU 2008 - Révision 2013
+#		https://www.avh.asso.fr/sites/default/files/manuel_abrege2013_complet_noir_0.doc
+#		Association Valentin Haüy
+#		5, rue Duroc 75343 Paris Cedex 07
 
-largesign \x00CF 4-24     # [CF] upper i dieresis
-largesign \x00EF 4-24     # [EF] lower i dieresis
+# Contracted French Table: forward and backward translation
+# -----------------------------------------------------------------
 
-largesign \x00D0 4-15     # [D0] upper eth
-largesign \x00F0 4-15     # [F0] lower eth
+sign „ 56
 
-largesign \x00D1 4-1345   # [D1] upper n tilde
-largesign \x00F1 4-1345   # [F1] lower n tilde
+include fr-bfu-comp6.utb
 
-largesign \x00D2 4-135    # [D2] upper o grave
-largesign \x00F2 4-135    # [F2] lower o grave
+class con bcçdfghjklmnpqrstvwxzBCÇDFGHJKLMNPQRSTVWXZ
+class voy aeiouyéàèùâêîôûëïüœAEIOUYÉÀÈÙÂÊÄËÏÜŒ
+class bmp bmpBMP
+class apost '\x2018\x2019
 
-largesign \x00D3 4-135    # [D3] upper o acute
-largesign \x00F3 4-135    # [F3] lower o acute
+#Pour désabréger, il nous faut une classe contenant les consonnes et les abréviations commençant par une consonne
+class conabr bcçdfghjklmnpqrstvwxzBCÇDFGHJKLMNPQRSTVWXZ⠘⠆⠷⠩⠒⠹⠶⠻⠸⠫⠖⠴
+#Pour désabréger, extension de la classe bmp aux abréviations commençant par b, m ou p
+class bmpabr bmpBMP⠘⠆⠫⠖
 
-largesign \x00D4 4-135    # [D4] upper o circumflex
-largesign \x00F4 4-135    # [F4] lower o circumflex
+#Pour désabréger, il nous faut une classe contenant les voyelles et les abréviations commençant par une voyelle excepté celles dont la représentation peut être confondue avec un chiffre
+class voyabr aeiouyéàèùAEIOUYÉÀÈÙœŒ⠈⠅⠜⠢⠦⠐⠨⠵⠠⠾⠺⠬⠸
 
-largesign \x00D5 4-135    # [D5] upper o tilde
-largesign \x00F5 4-135    # [F5] lower o tilde
+#Pour désabréger, une classe contenant les abréviations identiques aux chiffres ou à certains opérateurs
+class voyabr2 ⠼⠡⠣⠩⠹⠱⠫⠻⠳⠪⠲⠌⠂⠔
+#Enfin, une classe regroupant les deux précédentes pour simplifier certaines règles
+class voyabr3 aeiouyéàèùAEIOUYÉÀÈÙœŒ⠈⠅⠜⠢⠦⠐⠨⠵⠠⠾⠺⠬⠰⠸⠼⠡⠣⠩⠹⠱⠫⠻⠳⠪⠲⠌⠂⠔
 
-largesign \x00D6 4-135    # [D6] upper o dieresis
-largesign \x00F6 4-135    # [F6] lower o dieresis
+#En désabrègement, cette classe permet de savoir si nous sommes dans une opération mathématique ou non
+class frmath ⠬⠼⠡⠣⠩⠹⠱⠫⠻⠳⠪⠂⠆⠒⠲⠖⠶⠦⠔⠴⠤⠄⠐⠠⠌⠘⠷⠾⠜⠃⠨⠈
+class puncEnd ⠂,;:.?!")]}
+class urlPuncs :./
 
-largesign \x00D8 4-135    # [D8] upper o slash
-largesign \x00f8 4-135    # [F8] lower o slash
+letsign 56
+#multind 56-46 letsign begcaps
+noletsignafter '\x2018\x2019
+hyphen - 36
+space _ 5-36
+noback begcomp 56
 
-largesign \x00D9 4-136    # [D9] upper u grave
-largesign \x00F9 4-136    # [F9] lower u grave
+nofor math [ 12356a
+nofor math ] 23456a
 
-largesign \x00DA 4-136    # [DA] upper u acute
-largesign \x00FA 4-136    # [FA] lower u acute
+comp6 1 16
+comp6 2 126
+comp6 A 46-1
+comp6 B 46-12
+comp6 C 46-14
+comp6 D 46-145
+comp6 E 46-15
+comp6 F 46-124
+comp6 G 46-1245
+comp6 H 46-125
+comp6 I 46-24
+comp6 J 46-245
+comp6 K 46-13
+comp6 L 46-123
+comp6 M 46-134
+comp6 N 46-1345
+comp6 O 46-135
+comp6 P 46-1234
+comp6 Q 46-12345
+comp6 R 46-1235
+comp6 S 46-234
+comp6 T 46-2345
+comp6 U 46-136
+comp6 V 46-1236
+comp6 W 46-2456
+comp6 X 46-1346
+comp6 Y 46-13456
+comp6 Z 46-1356
 
-largesign \x00DB 4-136    # [DB] upper u circumflex
-largesign \x00FB 4-136    # [FB] lower u circumflex
+comp6 Â 46-16
+comp6 Ê 46-126
+comp6 Î 46-146
+comp6 Ô 46-1456
+comp6 Û 46-156
+comp6 À 46-12356
+comp6 È 46-2346
+comp6 Ù 46-23456
+comp6 É 46-123456
+comp6 Ë 46-1246
+comp6 Ï 46-12456
+comp6 Ü 46-1256
 
-largesign \x00DC 4-136    # [DC] upper u dieresis
-largesign \x00FC 4-136    # [FC] lower u dieresis
+#Caractères de substitution pour certains traitements en forward
+noback punctuation \xfff9 256a
+nofor space \xfffa 6a	pour repérer lettre suivie d'un chiffre en backward
+sign \xfffb 256b	point dans un sigle
+noback letter \xfffc 12345678a	Tiret en fin de mot
+noback math \xfffd 12356	crochet droit mathématique
+noback math \xfffe 23456	crochet gauche matnématique
 
-largesign \x00DD 4-13456  # [DD] upper y acute
-largesign \x00FD 4-13456  # [FD] lower y acute
+###
+### 1. Assemblages de lettres représentés par un seul symbole,
+###    et finales représentées par deux ou trois symboles;
+endword able 45
+endword ables 45-234
+endword ablement 45-134
+endword ablements 45-134-234
+nofor midword âch 16-12356
+nofor midword âgn 16-2356
+nofor midword ackb 1-14-13-12
+nofor midword ackl 1-14-13-123
+always ai 34
 
-largesign \x00DE 4-2345   # [DE] upper t horn
-largesign \x00FE 4-2345   # [FE] lower t horn
+endword ait 146
+endword aits 146-234
 
-largesign \x00DF 234-234  # (DF) lower ss
+nofor word aïe 1-12456-15
+nofor midendword aïen 1-12456-26
+nofor midendword berden 12-236-145-26
+nofor partword aïeu 1-12456-5
+nofor before voy begmidword aïk 1-12456-13
+nofor before voy midword ïss 12456-2346
+nofor before voyabr3 midword âss 16-2346
+nofor always ak 1-13
 
-largesign \x0174 4-2456   # lower w circumflex
-largesign \x0175 4-2456   # upper w circumflex
+nofor word áird 12356-24-1235-145
+nofor begword bár 12-12356-1235
+nofor midendword ány 12356-1345-13456
 
-largesign \x0176 4-13456  # upper y circumflex
-largesign \x0177 4-13456  # lower y circumflex
+nofor begword akka 1-13-13-1
+nofor before voyabr always ambr 1-134-23
 
-largesign \x0178 4-13456  # upper y with dieresis
-largesign \x00FF 4-13456  # lower y with dieresis
+noback before con always an 2
+nofor begmidword an 2
 
-largesign \x1EF2 4-13456  # upper y with grave
-largesign \x1EF3 4-13456  # lower y with grave
+endword ant 1456
+endword ants 1456-234
 
-midword \x2019 3          # stupid smart apostrophe
+noback before con always ar 4
+noback endword ar 4
+nofor partword ar 4
 
-# mongolian tables
-punctuation \x2013 36-36  # 8211 en dash
-punctuation \x2014 36-36  # em dash
-prepunc ( 5-126
-postpunc ) 5-345
-begword ` 6-236
-prepunc " 45-236
-postpunc " 45-356
-always \x00AB 236       # (opening quotation mark)
-always \x00BB 356       # (closing quotation mark)
-prepunc ' 236
-postpunc ' 356
-word 'em =
-word 'tis =
-word 'twas =
-begnum # 456-1456       # print number sign before number
-begnum ° 145-1245       # degrees sign
-endnum ° 56-145-1245    # dg degrees sign
-begnum  \x20AC 15       # euro sign at beginning of number
-endnum  \x20AC 4-15     # euro sign atend  of number
+nofor word atabek 1-2345-1-12-15-13
+
+endword ation 16
+endword ations 16-234
+
+noback always au 13
+noback word au) 1-136-356
+nofor before voyabr3 begmidword aubr 13-23
+nofor before voyabr3 begmidword auch 13-12356
+nofor before voyabr3 midword aucl 13-146
+nofor before con midword aucon 13-25
+nofor before voyabr3 midword aucr 13-25
+nofor before voyabr3 midword aufl 13-126
+nofor before voyabr3 begmidword audr 13-1456
+nofor before voyabr3 midword aufr 13-16
+nofor before voyabr3 begmidword augn 13-2356
+nofor before voyabr3 midword augr 13-12456
+nofor before voyabr3 midword aull 13-456
+nofor before voyabr3 midword aupl 13-1246
+nofor before voyabr3 begmidword aupr 13-235
+nofor before voyabr3 begmidword autr 13-356
+nofor endword aux 13-1346
+nofor endword eau 15-13
+nofor endword eaux 15-13-1346
+nofor word eau 15-13
+nofor word eaux 15-13-1346
+nofor endword yau 13456-13
+nofor endword yaux 13456-13-1346
+nofor before con always au 13
+nofor before voyabr3 begmidword auss 13-2346
+nofor before conabr begword autoex 13-2345-135-1346
+
+nofor endword az 1-1356
+nofor word län 123-345-1345
+nofor partword jäl 245-345-123
+nofor midword änd 345-1345-145
+nofor midword sän 234-345-1345
+nofor midword kär 13-345-1235
+nofor begword æch 345-12356
+nofor begword æg 345-1245
+nofor begword æl 345-1245
+nofor begword zems 1356-345-234
+nofor begword ænig 345-1345-24-1245
+nofor begword æoli 345-135-1245-24
+nofor begword æsch 345-234-14-125
+
+nofor partword back 12-1-14-13
+nofor always bâi 12-16-24
+nofor begword biaur 12-24-13-1235
+nofor midword bigüit 12-24-1245-1256-24-2345
+
+word ben 12-15-1345
+begmidword bl 45
+nofor begword bless 45-15-2346
+nofor before con begmidword blê 45-126
+nofor partword ble 45-15
+nofor midendword bleau 45-15-13
+nofor endword blent 45-126
+nofor endword bler 45-236
+nofor endword bles 45-156
+nofor midword bly 45-13456
+nofor after voy midendword bliau 45-24-13
+nofor always block 45-135-14-13
+
+noback before voy always br 23
+nofor before voyabr3 begmidword br 23
+nofor after voyabr before voyabr always br 23
+nofor begmidword brê 23-126
+nofor before conabr always brè 23-2346
+nofor always brèch 23-2346-12356
+nofor begmidword brû 23-156
+nofor always brou 23-1256
+nofor begmidword brui 12-1235-23
+nofor endword brable 23-45
+nofor endword brables 23-45-234
+nofor endword bres 23-156
+nofor partword brown 23-135-2456-1345
+
+nofor endword çaux 12346-13-1346
+
+partword ch 12356
+nofor before voyabr3 begmidword ch 12356
+nofor before conabr begmidword chau 12356-13
+
+nofor endword ck 14-13
+nofor endword cks 14-13-234
+nofor before voyabr midword ck 14-13
+
+noback before voy always cl 146
+nofor before voyabr3 begmidword cl 146
+nofor before conabr begmidword clien 146-256
+nofor endword clable 146-45
+nofor endword clables 146-45-234
+nofor endword clablement 146-45-134
+
+nofor before con begword cock 14-135-14-13
+nofor word cocautions 14-135-14-13-2345-3456-234
+nofor word cocaution 14-135-14-13-2345-3456
+noback before bmp begword com 36
+noback before bmp always -com 36-14-2456
+nofor before bmpabr begword com 36
+begmidword comt 14-2456-2345
+
+noback before con always con 25
+nofor before conabr begmidword con 25
+nofor before voyabr begmidword confl 25-126
+nofor before voyabr begmidword confr 25-16
+nofor before voyabr begmidword congl 25-345
+
+
+prfword cons	14-346-234
+noback before voy always cr 25
+nofor before voyabr3 begmidword cr 25
+nofor always crai 25-34
+nofor before conabr begmidword cran 25-2
+nofor endword crait 25-146
+nofor endword crant 25-1456
+nofor endword crants 25-1456-234
+nofor always crau 25-13
+nofor midendword crelle 25-456
+nofor endword crez 25-1356
+nofor before con begmidword crom 25-2456
+nofor always crou 25-1256
+nofor begmidword crui 25-23
+nofor midendword crable 25-45
+nofor endword crablement 25-45-134
+
+noback before con begword dis 256
+nofor before conabr begword dis 256
+
+nofor before con begword dock 145-135-14-13
+
+noback before voy always dr 1456
+nofor before voyabr begmidword dr 1456
+nofor partword drai 1456-34
+nofor endword drait 1456-146
+nofor endword dration 1456-16
+nofor endword drations 1456-16-234
+nofor endword drent 1456-126
+nofor endword dres 1456-156
+nofor endword drant 1456-1456
+nofor endword drants 1456-1456-234
+nofor begword drêch 1456-126-12356
+nofor before con midword drien 1456-256
+nofor partword drion 1456-3456
+nofor before con midword dror 1456-56
+nofor begmidword drui 1456-23
+nofor before conabr begmidword drin 1456-35
+nofor endword drin 1456-35
+nofor before conabr always dran 1456-2
+nofor before voyabr3 midword drangl 1456-2-345
+nofor begword drôl 145-1235-1456-123
+nofor partword drou 1456-1256
+
+nofor endword éau 123456-13
+nofor endword éaux 123456-13-1346
+nofor after conabr midword êch 126-12356
+nofor midword èch 2346-12356
+nofor before voyabr3 midword èdr 2346-1456
+nofor before voyabr3 midword ègr 2346-12456
+nofor midword ekk 15-13-13
+endword elle 456
+endword elles 456-234
+nofor midword ëll 1246-456
+
+noback before con always em 345
+nofor before bmpabr begmidword em 345
+nofor before voyabr3 always embl 345-45
+nofor before voyabr always embr 345-23
+nofor midword emni 345-1345-24
+nofor midword emnop 345-1345-1354-1234
+nofor midword emnoï 345-1345-135-12456
+nofor before voyabr begmidword empl 345-1246
+nofor midendword emsb 345-234-12
+nofor midword emss 345-234-234
+nofor midendword emto 345-2345-135
+nofor midword emvi 345-1236-24
+nofor begword nemr 1345-345-1235
+nofor endword ems 345-234
+
+before con always en 26
+noback endword en 26
+nofor begmidword en 26
+nofor midendword en- 26-36
+nofor word en) 26-356
+
+nofor begword œn 246-1345
+nofor begword œrs 246-1235-234
+nofor begmidword cœr 14-246-1235
+after conabr after voyabr endword ent 126
+endword ents 126-234
+nofor endword éen 123456-26
+
+noback before con midword er 236
+endword er 236
+nofor midendword er 236
+
+before con begword es 156
+endword es 156
+nofor begword es 156
+nofor endword es 156
+
+nofor before voyabr3 always oëss 135-1246-2346
+
+word eu 15-136
+partword eu 5
+nofor partword euc 5-14
+nofor partword eup 5-1234
+nofor before voyabr3 always eugl 5-345
+nofor always eut 5-2345
+always eü 15-1256
+nofor always eu- 5-36
+
+noback before con midword eur 46
+endword eur 46
+nofor after con midendword eurs 46-234
+nofor midendword ueur 136-46
+nofor midendword oueur 1256-46
+nofor midendword yeur 13456-46
+nofor midword eurd 46-145
+nofor midword eurn 46-1345
+nofor midword eurr 46-1235
+nofor after conabr midendword eurt 46-2345
+nofor midendword eurtement 46-2345-134
+nofor after conabr before voyabr midword eurtr 46-356
+nofor begword eur 5-1235
+nofor before punctuation midendword eur 46
+nofor before voyabr3 always eur 5-1235
+nofor word beurk 12-46-13
+
+noback before con always ex 1346
+nofor after conabr before conabr midword ex 1346
+nofor before voyabr3 midword expl 1346-1246
+nofor before voyabr3 midword extr 1346-356
+nofor midword éex 123456-1346
+nofor before conabr begword ex 1346
+nofor midendword xau 1346-13
+nofor partword herx 125-236-1346
+nofor midendword exable 15-1346-45
+nofor midword exci 1346-14-24
+nofor midendword éxat 123456-1346-1-2345
+nofor begmidword apéx 1-1234-123456-1346
+
+endword ez 1356
+nofor endword èze 2346-1356-15
+nofor endword èzes 2346-1356-156
+
+nofor word fafiau 124-1-124-24-13
+nofor word rafiau 1235-1-124-24-13
+
+noback before voy always fl 126
+noback endword flent 124-123-126
+noback begmidword flê 124-123-126
+nofor before voyabr3 begmidword fl 126
+nofor midendword flable 126-45
+nofor begmidword flui 126-23
+
+noback before voy always fr 16
+nofor before voyabr begmidword fr 16
+nofor endword frable 16-45 
+nofor endword frables 16-45-234
+nofor midendword frablement 16-45-134
+nofor partword frai 16-34
+nofor word frai 16-34
+nofor before conabr always fran 16-2
+nofor before voyabr3 begmidword frangl 16-2-345
+nofor before conabr begword frê 16-126
+nofor partword frêl 16-126-123
+nofor begmidword frui 16-23
+nofor endword frait 16-146
+nofor endword frent 16-126
+nofor endword frant 16-1456
+nofor endword frants 16-1456-234
+nofor partword frion 16-3456
+nofor before conabr begmidword frin 16-35
+nofor endword frin 16-35
+nofor partword frou 16-1256
+nofor partword frô 16-1456
+nofor endword fres 16-156
+
+noback before voy always gl 345
+nofor before voyabr3 begmidword gl 345
+nofor endword glable 345-45
+nofor endword glables 345-45-234
+
+midword gn 2356
+
+noback before voy always gr 12456
+nofor before voyabr3 begmidword gr 12456
+nofor midendword grable 12456-45
+nofor midendword grablement 12456-45-134
+nofor begmidword grâc 12456-16-14
+nofor begmidword grê 12456-126
+nofor before con begmidword grui 12456-23
+nofor begword grœ 12456-246
+
+nofor endword güe 1245-1256-15
+nofor endword gües 1245-1256-156
+nofor begword engou 26-1245-1256
+
+nofor midendword gueur 1245-136-46
+
+nofor partword akaw 1-13-1-2456
+nofor begword kaw 13-1-2456
+nofor begword kno 13-1345-135
+nofor always kh 13-125
+nofor midword kk 13-13
+nofor after voyabr before voyabr always k 13
+nofor after voyabr3 always kr 13-1235
+nofor begword klax 13-123-1-1346
+nofor begword Kronec 13-1235-135-1345-15-14
+midword inkl 35-13-123
+
+noback midword ien 256
+nofor after conabr midword ien 256
+nofor midword ienn 256-1345
+endword ien 24-26
+
+midendword ieu 6
+
+before bmp begword im 246
+nofor before bmpabr begword im 246
+
+begword in 35
+before con always in 35
+endword in 35
+nofor partword in 35
+
+noback before con always ion 3456
+nofor before conabr begmidword ion 3456
+endword ion 3456
+word ion 24-346
+
+endword ition 246
+endword itions 246-234
+
+nofor midword îch 146-12356
+nofor always ît 146-2345
+nofor before voyabr3 midword îtr 146-356
+
+noback before voy after voy always ll 456
+nofor before voyabr3 after voyabr always ll 456
+nofor midendword llable 456-45
+nofor midendword llablement 456-45-134
+nofor after voy before con midword lleur 456-46
+
+nofor endword mau 134-13
+nofor endword maux 134-13-1346
+nofor always mía 134-34-1
+nofor endword men 134-26
+nofor endword chtmen 12356-2345-134-26
+
+nofor after voy endword niau 1345-24-13
+nofor after voy endword niaux 1345-24-13-1346
+
+partword oi 23456
+
+nofor midword oïè 135-12456-2346
+nofor midword oïé 135-12456-123456
+nofor before voy partword oïk 135-12456-13
+nofor always ok 135-13
+nofor before voyabr3 always oaut 135-13-2345
+nofor midword ôch 1456-12356
+nofor midword ôka 1456-13-1
+nofor midword œo 246-135
+
+noback before con always om 2456
+nofor before bmpabr begmidword om 2456
+nofor after conabr midword omh 2456-125
+nofor before voyabr3 always ombr 2456-23
+nofor before voyabr3 always omn 2456-1345
+nofor after conabr endword om 2456
+nofor after conabr endword oms 2456-234
+nofor after conabr midword oms 2456-234
+nofor begmidword löf 123-246-124
+nofor partword löl 123-246-123
+nofor partword ögren 246-12456-26
+before con midword öl 246-123 
+before con midword öm 246-134 
+endword öm 246-134 
+before con partword ön 246-1345 
+before con partword ör 246-1235 
+endword ón 346-1345
+
+noback before con always on 346
+nofor partword on 346
+endword on 346
+
+always oom 135-135-134
+
+before con midword or 56
+endword or 56
+nofor before voyabr3 midword orbl 56-45
+nofor midword orch 56-12356
+nofor before voyabr3 midword orcl 56-146
+nofor before voyabr3 midword ordr 56-1456
+nofor before voyabr3 midword orfl 56-126
+nofor before voyabr3 midword orfr 56-16
+nofor before voyabr3 midword orgl 56-345
+nofor before voyabr3 midword orgn 56-2356
+nofor before voyabr3 midword orgr 56-12456
+nofor before conabr midword orpro 56-235
+nofor midword orks 56-13-234
+nofor before voyabr3 midword ortr 56-356
+nofor endword or. 56-256
+
+endword eous 15-135-136-234
+noback always ou 1256
+nofor partword ou 1256
+
+before con always our 12346
+endword our 12346
+nofor before voyabr always ourgn 12346-2356
+nofor midendword ourch 12346-12356 
+nofor midword ourcr 12346-25 
+nofor before voyabr3 begmidword ourdr 12346-1456
+nofor midword ourpr 12346-235
+nofor midword ourtr 12346-356 
+
+nofor before con begmidword ow 135-2456
+nofor endword oyen 135-13456-26
+
+nofor midword piègl 1234-24-2346-345
+
+before voy always pl 1246
+nofor before voyabr3 begmidword pl 1246
+nofor midendword plable 1246-45
+nofor begmidword plien 1246-256
+nofor begmidword plui 1246-23
+
+before voy always pr 235
+nofor before voyabr3 always pr 235
+nofor before conabr begmidword prâ 235-16
+nofor  midendword prelle 235-456
+nofor before conabr begmidword prê 235-126
+nofor before conabr begmidword prî 235-146
+nofor before conabr begmidword prô 235-1456
+nofor before conabr begmidword prui 235-23
+before bmp begmidword prom 235-2456
+nofor endword prant 235-1456
+nofor endword prants 235-1456-234
+nofor endword prait 235-146
+nofor endword prez 235-1356
+
+noback before con always pro 235
+nofor begmidword prou 235-1256
+nofor before conabr always pro 235
+nofor always probl 235-45
+nofor before voyabr begmidword progl 235-345
+
+noback begmidword qu 12345
+endword que 12345
+endword ques 12345-234
+before apost sufword qu 12345
+nofor before voyabr3 begmidword qu 12345
+nofor midendword quable 12345-45
+nofor endword quablement 12345-45-134
+nofor before conabr midword quien 12345-256
+nofor partword queur 12345-46
+nofor midendword quiau 12345-24-13
+midword qû 12345-156
+
+nofor begmidword qw 12345-2456 #+
+
+noback before con begword re 3
+nofor before conabr before voyabr2 begword re 3
+nofor begword ress 3-2346
+before bmpabr begword rem 1235-345
+
+nofor always ría 1235-34-1
+nofor word rígh 1235-34-1245-125
+
+noback before voy after voy always ss 2346
+nofor endword assen 1-2346-26
+nofor after voyabr3 before voyabr3 midword ss 2346
+nofor endword ssable 2346-45
+nofor endword ssables 2346-45-234
+nofor midendword ssablement 2346-45-134
+nofor midendword sselle 2346-456
+nofor before conabr midword ssex 2346-1346
+nofor midword ssour 2346-12346
+
+nofor endword tau 2345-13
+nofor after voy endword taux 2345-13-1346
+nofor after voy midendword stiau 234-2345-24-13
+
+nofor after voy endword tiau 2345-24-13
+nofor after voy endword tiaux 2345-24-13-1346
+
+before voy always tr 356
+nofor before voyabr3 begmidword tr 356
+nofor midendword trable 356-45 
+nofor midendword trablement 356-45-134
+nofor before con begword trau 356-13
+nofor before conabr always trom 356-2456
+nofor before conabr midword trex 356-1346
+nofor begmidword trui 356-23
+nofor endword triau 356-24-13
+
+before con begword trans 356
+nofor before voyabr begword transb 356-12
+nofor before con begword transbor 356-12-56
+nofor before con begword transcon 356-25
+nofor before voy begword transcr 356-25
+nofor before voyabr begword transfl 356-126
+nofor before voy begword transgr 356-12456
+nofor before voyabr begword transfr 356-16
+nofor before voyabr3 begword transpl 356-1246
+
+noback before voy after voy always tt 2456
+nofor after voyabr3 before voyabr3 midword tt 2456
+nofor after voy midendword ttable 2456-45
+nofor after voy midendword ttablement 2456-45-134
+nofor endword ttom 2345-2345-2456
+nofor endword ottez 135-2456-1356
+
+before con always ui 23
+nofor after conabr midword ui 23
+nofor midendword uich 23-12356
+nofor before voyabr3 always uill 23-456
+nofor before voyabr3 always uiss 23-2346
+nofor before voyabr3 always uitt 23-2456
+endword uin 136-35
+endword uins 136-35-234
+before con midword uin 136-35
+nofor begword uitl 23-2345-123
+
+nofor partword walk 2456-1-123-13
+nofor partword week 2456-15-15-13
+nofor midendword ewire 15-2456-24-1235-15
+nofor midendword ewires 15-2456-24-1235-156
+nofor midword owch 135-2456-12356
+nofor endword yen 13456-26
+
+nofor before voyabr3 begmidword zw 1356-2456
+
+endword bilité 12-123-2345
+endword bilités 12-123-2345-234
+endword ellement 456-134
+endword ellements 456-134-234
+endword logie 123-1245
+endword logies 123-1245-234
+endword quement 12345-134
+endword quements 12345-134-234
+endword tement 2345-134
+endword tements 2345-134-234
+endword ttement 2345-2345-134
+endword ttements 2345-2345-134-234
+endword vement 1236-134
+endword vements 1236-134-234
+
+before con always ain 1-35
+endword ain 1-35
+before con always oin 135-35
+endword oin 135-35
+
+before con begword recom 3-36
+nofor before bmpabr begword recom 3-36
+
+before con begword redis 3-256
+nofor before conabr begword redis 3-256
+
+before con begword retrans 3-356
+nofor begword retranscr 3-356-25
+nofor begword retransgr 3-356-12456
+nofor begword retranspl 3-356-1246
+
+before bmp begword incom 35-36
+nofor before bmpabr begword incom 35-36
+
+before con begword indis 35-256
+nofor before  conabr begword indis 35-256
+
+before con begword intrans 35-356
+nofor begword intranscr 35-356-25
+nofor begword intransgr 35-356-12456
+nofor begword intranspl 35-356-1246
+
+begword ines 35-156
+begword rées 1235-123456-156
+
+prfword tient 2345-256-2345
+prfword vient 1236-256-2345
+endword ient 24-126
+word balbutient 12-1-123-12-136-2345-24-126
+word initient 35-24-2345-24-126
+word dévient 145-123456-1236-24-126
+word envient 1235-26-1236-24-126
+
+word bleu 45-15-136
+before con always brui 12-1235-23
+endword clait 14-123-146
+before voy always concr 14-346-25
+endword drant 145-1235-1456
+endword drants 145-1235-1456-234
+always drô 145-1235-1456
+endword en? 15-1345-26
+before voy always propr 235-135-235
+before con begword ren 1235-26
+always ssè 234-234-2346
+word (en 236-15-1345
+word entrer 15-1345-356-236
+word (la 236-123-1
+
+###
+### 2. Mots représentés par un seul symbole
+###
+
+noback word a 1
+noback word A 1
+noback word à 12356
+noback word À 12356
+noback word e 15
+noback word E 15
+noback word y 13456
+noback word Y 13456
+
+word ai 34
+word au 13
+word aux 13-1346
+nofor word batik 12-1-2345-24-13
+word bien 12
+word biens 12-234
+word boy 12-135-13456
+word ce 14
+lowword celui 36
+word cet 146
+word dans 1456
+word de 145
+lowword dès 256
+lowword du 236
+nofor word dû 145-156
+word elle 1356
+word elles 1356-234
+word en 26
+word en? 15-1345-26
+word est 156
+word et 23456
+word été 2356
+word étés 2356-234
+word faire 124
+word festoù 56-124-15-234-2345-153-23456
+word grand 12456
+word grands 12456-234
+word il 24
+word ils 24-234
+word je 245
+lowword la 3
+word le 123
+word les 345
+word lui 3456
+word mais 1346
+word mais) 134-34-234-356
+word me 134
+word même 126
+word mêmes 126-234
+word mksa 134-13-234-1
+word möbius 134-246-12-24-136-234
+word msbs 56-134-234-12-234
+word ne 1345
+word nâu 1345-16-136
+word nous 135
+word on 346
+word par 1234
+word plus 1246
+word pour 12346
+lowword puis 235
+word que 12345
+word qui 1245
+word quoi 123456
+word rien 1235
+word riens 1235-234
+word sans 2346
+word se 234
+word si 35
+word son 246
+word sons 246-234
+lowword sous 356
+sufword sous- 356-36
+nofor begword souscr 356-25
+word sur 125
+word te 2345
+word tous 2456
+word tout 16
+word un 136
+word uns 136-234
+word vous 1236
+word vous) 1236-1256-356
+word y 13456
+
+before apost sufword c 14
+before apost sufword d 145
+before apost sufword j 245
+before apost sufword l 123
+before apost sufword m 134
+before apost sufword n 1345
+before apost sufword s 234
+before apost sufword t 2345
+before apost sufword C 14
+before apost sufword D 145
+before apost sufword J 245
+before apost sufword L 123
+before apost sufword M 134
+before apost sufword N 1345
+before apost sufword S 234
+before apost sufword T 2345
+
+###
+### 3. Mots représentés par deux ou plusieurs symboles
+###
+
+noback always -t- 36-2345-36 -
+word absolu		1-12
+contraction ab 1-12
+word absolus		1-12-234
+contraction abs		1-12-234
+word absolue		1-12-15
+word absolues		1-12-156
+word absolument		1-12-134
+contraction abm 1-12-134
+prfword action		1-3456
+prfword actions		1-3456-234
+prfword actionnaire	1-3456-1235
+prfword actionnaires	1-3456-1235-234
+word affaire		1-124-124
+word affaires		1-124-124-234
+word afin		1-124
+word agit-prop 1-1245-24-2345-36-235-1234
+word ailleurs		34-136
+word ainsi		1-24
+word alors		1-123
+contraction al 1-123
+word amen 1-134-15-1345
+word amour		1-134
+contraction am 1-134
+word amours		1-134-234
+word amoureuse		1-134-234-15
+word amoureuses		1-134-234-156
+word amoureusement	1-134-234-134
+word amoureux		1-134-1346
+contraction amx 1-134-1346
+word apparemment	1-1234-134
+word apparence		1-1234-14
+word apparences		1-1234-14-234
+word apparent		1-1234
+word apparents		1-1234-234
+contraction aps 1-1234-234
+word apparente		1-1234-15
+word apparentes		1-1234-156
+nofor word d'après 145-3-1-235
+word après		1-235
+word aq 1-12345
+word assez		1-1356
+word attentif		1-2345-124
+word attentifs		1-2345-124-234
+word attention		1-2345
+word attentions		1-2345-234
+contraction at 1-2345
+word attentive		1-2345-1236
+word attentives		1-2345-1236-234
+word attentivement	1-2345-1236-134
+word aucun		13-14
+word aucune		13-1345
+word aucunement		13-1345-134
+word auparavant		13-1234
+word auprès		13-235
+word auquel		13-12345-123
+word aussi		13-234
+word aussitôt		13-2345
+word autour		13-1235
+word kr 56-13-1235
+word autre		13-356
+word autres		13-356-234
+word autrefois		13-124
+word autrement		13-356-134
+word auxquelles		13-1346-12345-123-123-234
+word auxquels		13-1346-12345-123-234
+word avance		1-1236-14
+contraction avc 1-1236-14
+word avances		1-1236-14-234
+word avancement		1-1236-14-134
+word avant		1-1236
+word avants		1-1236-234
+contraction avs 1-1236-234
+word avantage		1-1236-1245
+contraction avg	1-1236-1245
+word avantages		1-1236-1245-234
+word avantageuse	1-1236-1245-234-15
+word avantageuses	1-1236-1245-234-156
+word avantageusement	1-1236-1245-234-134
+word avantageux		1-1236-1245-1346
+word avec		1-14
+contraction ac 1-14
+word avoir		1-1235
+contraction ar 1-1235
+word avoirs		1-1235-234
+word ayant		1-13456
+contraction ay 1-13456
+
+word beaucoup		12-14
+word besogne		12-2356
+word besognes		12-2356-234
+word besogneuse		12-2356-234-15
+word besogneuses		12-2356-234-156
+word besogneusement		12-2356-234-134
+word besogneux		12-2356-1346
+word besoin		12-35
+word besoins		12-35-234
+noback prfword bête		12-126
+noback prfword bêtes		12-126-234
+nofor word bête 12-126
+nofor word bêtes 12-126-234
+nofor word bébête 12-123456-12-126
+nofor word bébêtes 12-123456-12-126-234
+nofor word embête 345-12-126
+nofor word embêtes 345-12-126-234
+word bê 56-12-126
+prfword bêtement		12-126-134
+prfword bêtements		12-126-134-234
+word bienfaisance	12-124-14
+word bienfaisances	12-124-14-234
+word bienfait		12-124
+contraction bf 12-124
+word bienfaits		12-124-234
+word bienfaiteur	12-124-46
+word bienfaiteurs	12-124-46-234
+word bienheureuse	12-125-234-15
+word bienheureuses	12-125-234-156
+word bienheureux	12-125-1346
+word bientôt		12-2345
+word bienveillance	12-1236-14
+word bienveillances	12-1236-14-234
+word bienveillant	12-1236
+word bienveillants	12-1236-234
+word bienveillante	12-1236-15
+word bienveillantes	12-1236-156
+word bizarre		12-1356
+word bizarres		12-1356-234
+word bizarrement	12-1356-134
+word bonheur		12-125
+word bonheurs		12-125-234
+word bonjour		12-245
+word bonjours		12-245-234
+word bonne		12-1345
+word bonnes		12-1345-234
+word bonnement		12-1345-134
+word bonté		12-135
+contraction bo 12-135
+word bontés		12-135-234
+word boulevard		12-145
+contraction bd 12-145
+word boulevards		12-145-234
+word braille		23-123
+word brailles		23-123-234
+word branchage		23-12356-1245
+word branchages		23-12356-1245-234
+word branche		23-12356
+word branches		23-12356-234
+word branchement	23-12356-134
+word branchements	23-12356-134-234
+word brave		23-1236
+word braves		23-1236-234
+word bravement		23-1236-134
+word bruit		23-2345
+word bruits		23-2345-234
+word brusque		23-12345
+word brusques		23-12345-234
+word brusquement	23-12345-134
+word budget		12-1245
+word budgets		12-1245-234
+word budgétaire		12-1245-1235
+word budgétaires	12-1245-1235-234
+word budgétairement	12-1245-1235-134
+word butô 56-12-136-2345-1456
+
+word caractère		14-2346
+word caractères		14-2346-234
+word caractéristique	14-123456-12345
+word caractéristiques	14-123456-12345-234
+word ceci		14-14
+contraction cc 14-14
+word cela		14-1
+contraction ca	14-1
+word celle		14-123
+contraction cl 14-123
+word celles		14-123-234
+word cependant		14-1234
+contraction cp	14-1234
+word ccn 56-14-14-1345
+word certain		14-35
+word certains		14-35-234
+word incertain		35-14-35
+word incertains		35-14-35-234
+prfword certaine		14-1345
+prfword certaines		14-1345-234
+prfword certainement	14-1345-134
+word certes		14-236
+prfword certitude		14-236-145
+prfword certitudes		14-236-145-234
+word ces		14-234
+word cette		14-2345
+contraction ct 14-2345
+word ceux		14-1346
+contraction cx	14-1346
+word chacun		12356-14
+word chacune		12356-1345
+word chagrin		12356-12456
+word chagrins		12356-12456-234
+word chaleur		12356-123
+word chaleurs		12356-123-234
+word chaleureuse	12356-123-234-15
+word chaleureuses	12356-123-234-156
+word chaleureusement	12356-123-234-134
+word chaleureux		12356-123-1346
+word champ		12356-1234
+word champs		12356-1234-234
+prfword change		12356-1245
+prfword changes		12356-1245-234
+word changement		12356-1245-134
+prfword changeur		12356-1245-46
+prfword changeurs		12356-1245-46-234
+prfword changeuse		12356-1245-234-15
+prfword changeuses		12356-1245-234-156
+word chaque		12356-12345
+word charitable		12356-2345-45
+word charitables		12356-2345-45-234
+word charitablement	12356-2345-45-134
+word charité		12356-2345
+word charités		12356-2345-234
+word chaud		12356-145
+word chauds		12356-145-234
+word chaude		12356-145-15
+word chaudes		12356-145-156
+word chaudement		12356-145-134
+word chemin		12356-134
+word chemins		12356-134-234
+word chère		12356-2346
+word chères		12356-2346-234
+word chèrement		12356-2346-134
+word chez		12356-1356
+word chiffrage		12356-124-1245
+word chiffrages		12356-124-1245-234
+word chiffre		12356-124
+word chiffres		12356-124-234
+prfword chiffrement		12356-124-134
+prfword chiffrements		12356-124-134-234
+noback word choeur		12356-1235
+noback word choeurs		12356-1235-234
+word chœur		12356-1235
+word chœurs		12356-1235-234
+word choix		12356-1346
+word chose		12356-234
+word choses		12356-234-234
+word circonstance	14-25-14
+word circonstances	14-25-14-234
+word circonstanciel	14-25-14-123
+word circonstanciels	14-25-14-123-234
+word circonstancielle	14-25-14-123-123
+word circonstancielles	14-25-14-123-123-234
+word civil		14-1236
+contraction cv	14-1236
+word civils		14-1236-234
+contraction cvs		14-1236-234
+word civile		14-1236-15
+word civiles		14-1236-156
+word civilement		14-1236-134
+word civilisation	14-1236-16
+word civilisations	14-1236-16-234
+word civilité		14-1236-2345
+word civilités		14-1236-2345-234
+word client	146-256-2345
+noback word coeur		14-1235
+noback word coeurs		14-1235-234
+noback word rancoeur		1235-2-14-1235
+noback word rancoeurs		1235-2-14-1235-234
+word cœur		14-1235
+word cœurs		14-1235-234
+word rancœur		1235-2-14-1235
+word rancœurs		1235-2-14-1235-234
+contraction cr 14-1235
+contraction crs	14-1235-234
+word combien		14-12
+contraction cb 14-12
+word comme		14-134
+contraction cm		14-134
+word commencement	36-134
+word commencements	36-134-234
+word recommencement 1-36-134
+word recommencements 1-36-134-234
+word comment		14-26
+word commentaire	14-26-1235
+word commentaires	14-26-1235-234
+word commentateur	14-26-46
+word commentateurs	14-26-46-234
+word commère	36-134-2346
+word commères	13-134-2346-234
+word commun		36-1345
+word communs		36-1345-234
+word commune		36-1345-15
+word communes		36-1345-156
+word communal		36-1345-123
+word communale		36-1345-123-15
+word communales		36-1345-123-156
+word communautaire	36-1345-2345-1235
+word communautaires	36-1345-2345-1235-234
+word communauté		36-1345-2345
+word communautés		36-1345-2345-234
+word communaux		36-1345-1346
+word communément	36-1345-134
+word communion		36-1345-3456
+word communions		36-1345-3456-234
+word compère	36-1234-2346
+word compères	36-1234-2346-234
+word complément		36-1246-134
+word compléments	36-1246-134-234
+word complémentaire	36-1246-134-1235
+word complémentaires	36-1246-134-1235-234
+noback prfword complet		36-1246
+prfword complets		36-1246-234
+nofor word complet 36-1246
+nofor word incomplet 35-36-1246
+word complète		36-2345
+word incomplète 35-36-2345
+prfword complètes		36-2345-234
+prfword complètement	36-2345-134
+nofor word incomplètement 35-36-2345-134
+word conclusion		25-14
+word conclusions	25-14-234
+word condition		25-145
+word conditions		25-145-234
+prfword conditionnel	25-145-123
+prfword conditionnels	25-145-123-234
+prfword conditionnelle	25-145-123-123
+prfword conditionnelles	25-145-123-123-234
+prfword conditionnellement	25-145-123-134
+word confiance		25-124-14
+word confiances		25-124-14-234
+word confiant		25-124
+word confiants		25-124-234
+word confiante		25-124-15
+word confiantes		25-124-156
+word congrès		25-12456 <
+prfword connaissance	25-1345-14
+prfword connaissances	25-1345-14-234
+prfword connaître		25-1345
+prfword consciemment	25-234-134
+prfword conscience		25-234-14
+prfword consciences	25-234-14-234
+word consciencieuse	25-234-14-234-15
+word consciencieuses	25-234-14-234-156
+word consciencieusement	25-234-14-234-134
+word consciencieux	25-234-14-1346
+word conscient		25-234
+word conscients		25-234-234
+word consciente		25-234-15
+word conscientes	25-234-156
+word inconsciente		35-25-234-15
+word inconscientes	35-25-234-156
+word subconsciente		234-136-12-25-234-15
+word subconscientes	234-136-12-25-234-156
+word conséquemment	14-12345-134
+prfword conséquence	14-12345-14
+prfword conséquences	14-12345-14-234
+noback prfword conséquent		14-12345
+noback prfword conséquents	14-12345-234
+nofor word conséquent 14-12345
+nofor word conséquents 14-12345-234
+nofor word inconséquent 35-14-12345
+nofor word inconséquents 35-14-12345-234
+
+prfword conséquente	14-12345-15
+prfword conséquentes	14-12345-156
+word considérable	14-145
+contraction cd
+word considérables	14-145-234
+contraction cds
+word considérablement	14-145-134
+word considération	14-145-16
+word considérations	14-145-16-234
+noback prfword contre 14-356
+prfword contres 14-356-234
+nofor word contre 14-356
+nofor after apost word encontre 26-14-356
+nofor word hautecontre 125-13-2345-15-14-356
+nofor word rencontre 1235-26-14-356
+nofor word surcontre 234-136-1235-14-356
+word contraire		14-356-1235
+word contraires		14-356-1235-234
+word contrairement	14-356-1235-134
+word conversation	25-1236
+word conversations	25-1236-234
+word côté		14-1456
+word côtés		14-1456-234
+word couple		14-1246
+word couples		14-1246-234
+word courage		14-1245
+word courages 14-1245-234
+contraction cg 14-1245
+contraction cgs 14-1245-234
+word courageuse		14-1245-234-15
+word courageuses		14-1245-234-156
+word courageusement	14-1245-234-134
+word courageux		14-1245-1346
+
+word danger		145-1245
+contraction dg
+word dangers		145-1245-234
+word dangereuse	145-1245-234-15
+contraction dgse
+word dangereuses	145-1245-234-156
+word dangereusement	145-1245-234-134
+word dangereux		145-1245-1346
+word davantage		145-1
+word da 56-145-1
+word debout		145-12
+contraction db 145-12
+word dedans		145-145
+word défaut	145-123456-124-2345
+word défauts	145-123456-124-2345-234
+word degré		145-12456
+word degrés		145-12456-234
+word dehors		145-125
+word déjà		145-245
+contraction dj
+nofor word deçà 145-15-12346-12356
+nofor word delà 145-15-123-12356
+nofor word holà 125-135-123-12356
+word demain		145-134
+word demains	145-134-234
+contraction dm 145-134
+prfword lendemain		123-26-145-134
+prfword lendemains	123-26-145-134-234
+word depuis		145-1234
+word dernier		145-1345
+word derniers		145-1345-234
+contraction dns
+word dernière		145-1235
+word dernières		145-1235-234
+word dernièrement	145-1235-134
+contraction drm
+word derrière		145-236
+word derrières		145-236-234
+word des		145-234
+contraction ds 145-234
+word désormais		145-34
+word desquels		145-234-12345-123-234
+word desquelles		145-234-12345-123-123-234
+word destin		145-35
+word destins		145-35-234
+word din 145-24-1345
+prfword destinataire	145-35-1235
+prfword destinataires	145-35-1235-234
+word destination	145-35-16
+word destinations	145-35-16-234
+word devant		145-1236
+word devants		145-1236-234
+prfword différemment	145-345-134
+prfword différence		145-26-14
+prfword différences	145-26-14-234
+noback prfword différent		145-26
+noback prfword différents		145-26-234
+nofor word différent 145-26
+nofor word différents 145-26-324
+nofor word indifférent 35-145-26
+nofor word indifférents 35-145-26-234
+prfword différente		145-26-15
+prfword différentes	145-26-156
+word difficile		145-124
+word difficiles		145-124-234
+word difficilement	145-124-134
+word difficulté		145-124-2345
+word difficultés	145-124-2345-234
+word digne		145-2356
+word dignes		145-2356-234
+word dignement		145-2356-134
+word indigne		35-145-2356
+word indignes		35-145-2356-234
+word indignement		35-145-2356-134
+
+word dignitaire		145-2356-2345-1235
+word dignitaires	145-2356-2345-1235-234
+prfword dignité		145-2356-2345
+prfword dignités		145-2356-2345-234
+word discours		256-14
+contraction disc 145-24-324-14
+word dispositif		256-1234-124
+word dispositifs	256-1234-124-234
+noback prfword disposition	256-1234
+noback prfword dispositions	256-1234-234
+nofor word disposition 256-1234
+nofor word dispositions 256-1234-234
+nofor word indisposition 35-256-1234
+nofor word indispositions 35-256-1234-234
+nofor word prédisposition 235-123456-256-1234
+nofor word préispositions 235-123456-256-1234-234
+word distance		256-2345-14
+word distances		256-2345-14-234
+word distant		256-2345
+word distants		256-2345-234
+word distante		256-2345-15
+word distantes		256-2345-156
+word donc		145-14
+word dont		145-2345
+contraction dt 145-2345
+word douleur		145-123
+word douleurs		145-123-234
+word douloureuse	145-123-234-15
+word douloureuses	145-123-234-156
+word douloureusement	145-123-234-134
+word douloureux		145-123-1346
+word doute		145-1256
+word doutes		145-1256-234
+word duquel		145-136-12345-123
+prfword effectif		15-124-124
+prfword effectifs		15-124-124-234
+prfword effective		15-124-1236
+prfword effectives		15-124-1236-234
+word effectivement	15-124-1236-134
+word effet		15-124
+word effets		15-124-234
+word égal		123456-1245
+word égale		123456-1245-15
+word égales		123456-1245-156
+word également		123456-1245-134
+word égalitaire		123456-1245-2345-1235
+word égalitaires	123456-1245-2345-1235-234
+word égalité		123456-1245-2345
+word égalités		123456-1245-2345-234
+word égaux		123456-1245-1346
+word élément		123456-123
+word éléments		123456-123-234
+word élémentaire	123456-123-1235
+word élémentaires	123456-123-1235-234
+word encore		26-14
+word endroit		26-145
+word endroits		26-145-234
+word end 15-1345-145
+word ends 15-1345-145-234
+word énergie		123456-1345
+word énergies		123456-1345-234
+word énergique		123456-1345-12345
+word énergiques		123456-1345-12345-234
+word énergiquement	123456-1345-12345-134
+word enfin		26-124
+word ennui		26-1345
+word ennuis		26-1345-234
+word ennuyeuse		26-1345-234-15
+word ennuyeuses		26-1345-234-156
+word ennuyeux		26-1345-1346
+word enquête		26-12345
+word enquêtes		26-12345-234
+word enquêteur		26-12345-46
+word enquêteurs		26-12345-46-234
+word enquêteuse		26-12345-234-15
+word enquêteuses	26-12345-234-156
+word ensemble		26-345
+word ensembles		26-345-234
+word ensuite		26-234
+word ens 56-15-1345-234
+word entier		26-2345
+word entiers		26-2345-234
+word entière		26-1235
+word entières		26-1235-234
+word entièrement	26-1235-134
+word environ		26-1236
+word environs		26-1236-234
+word espèce		156-1234
+word espèces		156-1234-234
+prfword espérance		156-1235-14
+prfword espérances		156-1235-14-234
+noback prfword espoir		156-1235
+noback prfword espoirs		156-1235-234
+nofor word espoir 156-1235
+nofor word espoirs 156-1235-234
+word désespoir 145-123456-234-156-1235
+word désespoirs  145-123456-234-156-1235-234
+word esprit		15-235
+word esprits		15-235-234
+word essentiel		156-123
+word essentiels		156-123-234
+word essentielle	156-123-123
+word essentielles	156-123-123-234
+word essentiellement	156-123-134
+word étant		123456-2345
+word être		126-356
+word êtres		126-356-234
+word événement		123456-1236
+word événements		123456-1236-234
+word éventualité	123456-1236-123-2345
+word éventualités	123456-1236-123-2345-234
+word éventuel		123456-1236-123
+word éventuels		123456-1236-123-234
+word éventuelle		123456-1236-123-123
+word éventuelles	123456-1236-123-123-234
+word éventuellement	123456-1236-123-134
+word excellemment	1346-123-134
+word excellence		1346-123-14
+word excellences	1346-123-14-234
+word excellent		1346-123
+word excellents		1346-123-234
+word excellente		1346-123-15
+word excellentes	1346-123-156
+word excès		1346-14
+word excessif		1346-14-124
+word excessifs		1346-14-124-234
+word excessive		1346-14-1236
+word excessives		1346-14-1236-234
+word excessivement	1346-14-1236-134
+word exercice		1346-236
+word exercices		1346-236-234
+prfword expérience		1346-1234
+prfword expériences	1346-1234-234
+contraction xp	1346-1234
+word exp 56-15-1346-1234
+word expérimental	1346-1234-123
+word expérimentale	1346-1234-123-15
+word expérimentales	1346-1234-123-156
+word expérimentalement	1346-1234-123-134
+word expérimentateur	1346-1234-46
+word expérimentateurs	1346-1234-46-234
+word expérimentation	1346-1234-16
+word expérimentations	1346-1234-16-234
+word expérimentaux	1346-1234-1346
+prfword explicable		1346-1246-45
+prfword explicables	1346-1246-45-234
+word explicatif		1346-1246-124
+word explicatifs	1346-1246-124-234
+word explication	1346-1246
+word explications	1346-1246-234
+word explicative	1346-1246-1236
+word explicatives	1346-1246-1236-234
+prfword expressif		1346-235-124
+prfword expressifs		1346-235-124-234
+word expression		1346-235
+word expressions	1346-235-234
+prfword expressive		1346-235-1236
+prfword expressives	1346-235-1236-234
+prfword expressivement	1346-235-1236-134
+prfword expressivité	1346-235-1236-2345
+prfword expressivités	1346-235-1236-2345-234
+word extérieur		1346-2345
+word extérieurs		1346-2345-234
+word extérieure		1346-2345-15
+word extérieures	1346-2345-156
+word extérieurement	1346-2345-134
+word extraordinaire 1346-356-1-56-145
+word extraordinaires 1346-356-1-56-145-234
+word extraordinairement 1346-356-1-56-145-134
+word extrême		1346-356
+word extrêmes		1346-356-234
+word extrêmement	1346-356-134
+word extrémité		1346-356-2345
+word extrémités		1346-356-2345-234
+
+word facile		124-14
+word faciles		124-14-234
+word facilement		124-14-134
+word facilité		124-14-2345
+word facilités		124-14-2345-234
+word faubourg		124-12
+word faubourgs		124-12-234
+word faut		124-2345
+word faute		124-2345-15
+word fautes		124-2345-15-234
+word fautif		124-2345-124
+word fautifs		124-2345-124-234
+word fautive		124-2345-1236
+word fautives		124-2345-1236-234
+prfword faveur		124-1236
+prfword faveurs		124-1236-234
+prfword favorable		124-1236-45
+prfword favorables		124-1236-45-234
+prfword favorablement	124-1236-45-134
+word féminin		124-134-35
+word féminins		124-134-35-234
+word féminine		124-134-1345
+word féminines		124-134-1345-234
+word féminité	124-134-1345-2345
+word féminités	124-134-1345-2345-234
+word femme		124-134
+contraction fm 124-134
+word femmes		124-134-234
+word fête		124-126
+word fêtes		124-126-234
+prfword fidèle		124-145
+prfword fidèles		124-145-234
+prfword fidèlement		124-145-134
+prfword fidélité		124-145-2345
+prfword fidélités		124-145-2345-234
+prfword figuratif		124-1245-124
+prfword figuratifs		124-1245-124-234
+prfword figuration		124-1245-16
+prfword figurations	124-1245-16-234
+prfword figurative		124-1245-1236
+prfword figuratives	124-1245-1236-234
+word fg 56-124-1245
+prfword figure		124-1245
+prfword figures		124-1245-234
+word fille		124-123
+word filles		124-123-234
+word fils		124-234
+word fonction		124-346
+word fonctions		124-346-234
+word fonctionnaire	124-346-1235
+word fonctionnaires	124-346-1235-234
+word fonctionnel	124-346-123
+word fonctionnels	124-346-123-234
+word fonctionnelle	124-346-123-123
+word fonctionnelles	124-346-123-123-234
+word fonctionnellement	124-346-123-134-134
+prfword fonctionnement	124-346-134
+prfword fonctionnements	124-346-134-234
+noback prfword force		124-135
+noback prfword forces		124-135-234
+nofor word force 124-135
+nofor word forces 124-135-234
+nofor word antiforce 2-2345-24-124-135
+nofor word antiforces 2-2345-24-124-135-234
+nofor word bioforce 12-24-135-124-135
+nofor word bioforces 12-24-135-124-135-234
+nofor word efforce 15-124-124-135
+nofor word efforces 15-124-124-135-234
+nofor word renforce 1235-26-124-135
+nofor word renforces 1235-26-124-135-234
+word fo 56-124-135
+word forcément		124-135-134
+prfword fortune		124-1345
+contraction fn	124-1345
+prfword fortunes		124-1345-234
+prfword fraternel		124-1235-123
+prfword fraternels		124-1235-123-234
+prfword fraternelle	124-1235-123-123
+prfword fraternelles	124-1235-123-123-234
+prfword fraternellement	124-1235-123-134
+prfword fraternisation	124-1235-16
+prfword fraternisations	124-1235-16-234
+prfword fraternité		124-1235-2345
+prfword fraternités	124-1235-2345-234
+word fréquemment	124-12345-134
+prfword fréquence		124-12345-14
+prfword fréquences		124-12345-14-234
+word fréquent		124-12345
+word fréquents		124-12345-234
+word fréquente		124-12345-15
+word fréquentes		124-12345-156
+word fréquentation	124-12345-16
+word fréquentations	124-12345-16-234
+prfword frère		124-1235
+prfword frères		124-1235-234
+word fr 56-124-1235
+word ifr 56-24-124-1235
+word sfr 56-234-124-1235
+
+prfword garde		1245-145
+prfword gardes		1245-145-234
+word gd 56-1245-145
+word général		1245-1345
+word générale		1245-1345-15
+word générales		1245-1345-156
+word généralement	1245-1345-134
+word généralisation	1245-1345-16
+word généralisations	1245-1345-16-234
+word généralité		1245-1345-2345
+word généralités	1245-1345-2345-234
+word généraux		1245-1345-1346
+word généreuse		1245-234-15
+word généreuses		1245-234-156
+word généreusement	1245-234-134
+contraction gsm 1245-234-134
+word généreux		1245-1346
+word générosité		1245-234-2345
+word générosités	1245-234-2345-234
+word gloire		1245-1235
+word gloires		1245-1235-234
+word gr 56-1245-1235
+word glorieuse		1245-1235-234-15
+word glorieuses		1245-1235-234-156
+word glorieusement	1245-1235-234-134
+word glorieux		1245-1235-1346
+word gouvernement	1245-1236
+word gouvernements	1245-1236-234
+word gouvernemental	1245-1236-123
+word gouvernementale	1245-1236-123-15
+word gouvernementales	1245-1236-123-156
+word gouvernementaux	1245-1236-1346
+word gouverneur		1245-1236-46
+word gouverneurs	1245-1236-46-234
+prfword grâce		12456-14
+prfword grâces		12456-14-234
+prfword gracieuse		12456-14-234-15
+prfword gracieuses		12456-14-234-156
+prfword gracieusement	12456-14-234-134
+prfword gracieux		12456-14-1346
+word grande		12456-145
+word grandes		12456-145-234
+word grandement		12456-145-134
+word grandeur		12456-46
+word grandeurs		12456-46-234
+word grave		12456-1236
+word graves		12456-1236-234
+word gravement		12456-1236-134
+word gravitation	12456-1236-2345-16
+word gravitations	12456-1236-2345-16-234
+word gravité		12456-1236-2345
+word gravités		12456-1236-2345-234
+word groupe		12456-1234
+word groupes		12456-1234-234
+prfword groupement		12456-1234-134
+prfword groupements	12456-1234-134-234
+word guère		1245-2346
+word guerre		1245-236
+word guerres		1245-236-234
+
+word habitude		125-12
+word habitudes		125-12-234
+word hbs 56-125-12-234
+prfword habituel		125-12-123
+prfword habituels		125-12-123-234
+prfword habituelle		125-12-123-123
+prfword habituelles	125-12-123-123-234
+prfword habituellement	125-12-123-134
+word hasard		125-145
+contraction hd 125-145
+word hasards		125-145-234
+word hasardeuse		125-145-234-15
+word hasardeuses	125-145-234-156
+word hasardeux		125-145-1346
+word hélas		125-123
+word heure		125-1235
+word heures		125-1235-234
+word heureuse		125-234-15
+word heureuses		125-234-156
+word heureusement	125-234-134
+word heureux		125-1346
+word hier		125-236
+word histoire		125-2345
+word histoires		125-2345-234
+contraction ht
+word préhistoire 235-123456-125-2345
+word préhistoires 235-123456-125-2345-234
+prfword historique		125-2345-12345
+prfword historiques	125-2345-12345-234
+prfword historiquement	125-2345-12345-134
+word hiver		125-1236
+word hivers		125-1236-234
+word hivernal		125-1236-123
+word hivernale		125-1236-123-15
+word hivernales		125-1236-123-156
+word hivernaux		125-1236-1346
+word hommage		125-1245
+word hommages		125-1245-234
+contraction hg 125-1245
+word homme		125-134
+word hommes		125-134-234
+noback prfword honnête		125-126
+nofor word honnête 125-126
+nofor word déshonnête 145-123456-234-125-126
+nofor word malhonnête 134-1-123-125-126
+prfword honnêtes		125-126-234
+prfword honnêtement	125-126-134
+prfword honnêteté		125-126-2345
+prfword honnêtetés		125-126-2345-234
+noback prfword honneur		125-1345
+noback prfword honneurs		125-1345-234
+nofor word honneur 125-1345
+nofor word honneurs 125-1345-234
+nofor word déshonneur 145-123456-234-125-1345
+nofor word déshonneurs 145-123456-234-125-1345-234
+
+word honorabilité	125-1345-12-123-2345
+word honorabilités	125-1345-12-123-2345-234
+word honorable		125-1345-45
+word honorables		125-1345-45-234
+word honorablement	125-1345-45-134
+word honoraire		125-1345-1235
+word honoraires		125-1345-1235-234
+word horaire		125-1235-1235
+word horaires		125-1235-1235-234
+word horizon		125-1356
+word horizons		125-1356-234
+word horizontal		125-1356-123
+word horizontale	125-1356-123-15
+word horizontales	125-1356-123-156
+word horizontalement	125-1356-123-134
+word horizontalité	125-1356-123-2345
+word horizontalités	125-1356-123-2345-234
+word horizontaux	125-1356-1346
+word hypothèse		125-1234
+contraction hp 125-1234
+word hypothèses		125-1234-234
+word hypothétique	125-1234-12345
+word hypothétiques	125-1234-12345-234
+word hypothétiquement	125-1234-12345-134
+prfword humain		125-134-35
+prfword humains		125-134-35-234
+prfword humaine		125-134-1345
+prfword humaines		125-134-1345-234
+prfword humainement	125-134-1345-134
+word humanitaire	125-134-1345-2345-1235
+word humanitaires	125-134-1345-2345-1235-234
+prfword humanité		125-134-1345-2345
+prfword humanités		125-134-1345-2345-234
+
+word idéal		24-145-123
+word idéale		24-145-123-15
+word idéales		24-145-123-156
+word idéalement		24-145-123-134
+word idéaux		24-145-1346
+word idée		24-145
+word idées		24-145-234
+contraction id 24-145
+word image		24-1245
+word images		24-1245-234
+contraction igs
+noback prfword imaginable		24-1245-45
+noback prfword imaginables	24-1245-45-234
+noback prfword imaginablement	24-1245-45-134
+nofor word imaginable		24-1245-45
+nofor word imaginables	24-1245-45-234
+nofor word imaginablement	24-1245-45-134
+nofor word inimaginable		35-24-1245-45
+nofor word inimaginables	35-24-1245-45-234
+nofor word inimaginablement	35-24-1245-45-134
+
+word imaginaire		24-1245-1235
+word imaginaires	24-1245-1235-234
+word imagination	24-1245-16
+word imaginations	24-1245-16-234
+word immédiat		24-134
+word immédiats		24-134-234
+word immédiate		24-134-15
+word immédiates		24-134-156
+word immédiatement	24-134-134
+prfword impression		246-235
+prfword impressions	246-235-234
+word impressionnable	246-235-45
+word impressionnables	246-235-45-234
+word inégal		35-123456-1245
+word inégale		35-123456-1245-15
+word inégales		35-123456-1245-156
+word inégalement		35-123456-1245-134
+word inégalitaire		35-123456-1245-2345-1235
+word inégalitaires	35-123456-1245-2345-1235-234
+word inégalité		35-123456-1245-2345
+word inégalités		35-123456-1245-2345-234
+word inégaux		35-123456-1245-1346
+word inexplicablement	35-1346-1246-134
+word inférieur		35-124
+word inférieurs		35-124-234
+word inf 24-1345-124
+word inférieure		35-124-15
+word inférieures	35-124-156
+word inférieurement	35-124-134
+word infériorité	35-124-2345
+word infériorités	35-124-2345-234
+prfword ïonique 12456-135-1345-24-12345
+prfword ïoniques 12456-135-1345-24-12345-234
+
+word inquiet		35-12345
+word inquiets		35-12345-234
+word inquiète		35-2346
+word inquiètes		35-2346-234
+word inquiétude		35-12345-145
+word inquiétudes	35-12345-145-234
+word intelligemment	35-1245-134
+prfword intelligence	35-1245-14
+prfword intelligences	35-1245-14-234
+word intelligent	35-1245
+word intelligents	35-1245-234
+word intelligente	35-1245-15
+word intelligentes	35-1245-156
+word inintelligent	35-35-1245
+word inintelligents	35-35-1245-234
+word inintelligente	35-35-1245-15
+word inintelligentes	35-35-1245-156
+
+word intérieur		35-2345
+word intérieurs		35-2345-234
+word intérieure		35-2345-15
+word intérieures	35-2345-156
+word intérieurement	35-2345-134
+
+word jadis		245-145
+word jamais		245-134
+word jeune		245-1345
+word jeunes		245-1345-234
+word jour		245-1235
+word jours		245-1235-234
+word journal		245-1235-123
+word journaux		245-1235-1346
+word joyeuse		245-234-15
+word joyeuses		245-234-156
+word joyeusement	245-234-134
+word joyeux		245-1346
+prfword juge		245-1245
+prfword juges		245-1245-234
+word jugement		245-1245-134
+word jugements		245-1245-134-234
+word jusque		245-12345
+prfword juste		245-2345
+prfword justes		245-2345-234
+prfword justement		245-2345-134
+prfword justice		245-14
+prfword justices		245-14-234
+
+nofor word là 123-12356
+word laquelle		123-123-123
+prfword lecture		123-1235
+prfword lectures		123-1235-234
+word lequel		123-123
+word lesquelles		123-123-123-234
+word lesquels		123-123-234
+word lettre		123-356
+word lettres		123-356-234
+word libéral		123-12-123
+word libérale		123-12-123-15
+word libérales		123-12-123-156
+word libéralement	123-12-123-134
+word libéralité		123-12-123-2345
+word libéralités	123-12-123-2345-234
+word libérateur		123-12-46
+word libérateurs	123-12-46-234
+prfword libération		123-12-16
+prfword libérations	123-12-16-234
+word libéraux		123-12-1346
+word liberté		123-12-2345
+word libertés		123-12-2345-234
+word libre		123-12
+word libres		123-12-234
+word librement		123-12-134
+prfword ligne		123-2356
+nofor word aligne 1-123-2356
+prfword lignes		123-2356-234
+word livre		123-1236
+word livres		123-1236-234
+prfword logique		123-1245-12345
+prfword logiques		123-1245-12345-234
+prfword logiquement	123-1245-12345-134
+word loin		123-1345
+word loins		123-1345-234
+word lointain		123-1345-35
+word lointains		123-1345-35-234
+word lointaine		123-1345-1345
+word lointaines		123-1345-1345-234
+word lointainement		123-1345-134
+word longtemps		123-2345
+word lorsque		123-12345
+word lourd		123-145
+word ld 56-123-145
+word lourds		123-145-234
+word lourde		123-145-15
+word lourdes		123-145-156
+word lourdement		123-145-134
+word lourdeur		123-145-46
+word lourdeurs		123-145-46-234
+word lumière		123-134
+word lumières		123-134-234
+word lumineuse		123-134-234-15
+word lumineuses		123-134-234-156
+word lumineusement	123-134-234-134
+word lumineux		123-134-1346
+word luminosité		123-134-234-2345
+word luminosités	123-134-234-2345-234
+
+word madame		134-145
+word mademoiselle	134-134
+contraction mm 134-134
+word magnificence	134-2356-14
+word magnificences	134-2356-14-234
+word magnifique		134-2356
+word magnifiques	134-2356-234
+word magnifiquement	134-2356-134
+word maintenant		134-2345
+word malgré		134-12456
+word malheur		134-125
+word malheurs		134-125-234
+word malheureuse	134-125-234-15
+word malheureuses	134-125-234-156
+word malheureusement	134-125-234-134
+word malheureux		134-125-1346
+word manière		134-1345
+word manières		134-1345-234
+nofor word massiau 134-1-2346-24-13
+word mauvais		134-1236
+word mauvaise		134-1236-15
+word mauvaises		134-1236-156
+word meilleur		134-123
+contraction ml 134-123
+word meilleurs		134-123-234
+word meilleure		134-123-15
+word meilleures		134-123-156
+word merci		134-14
+word mercis		134-14-234
+contraction mc 134-14
+word mère		134-2346
+word mères		134-2346-234
+word mes		134-234
+word mesdames		134-145-234
+word mesdemoiselles	134-134-234
+word messieurs		134-1235-234
+word mettre		134-356
+word commettre 36-134-356
+word démettre 145-123456-134-356
+word émettre 123456-134-356
+word omettre 135-134-356
+word promettre 235-134-356
+word remettre 3-134-356
+word soumettre 234-1256-134-356
+word retransmettre 3-356-134-356
+word transmettre 356-134-356
+word rem) 1235-15-134-356
+word mieux		134-1346
+word mission		134-3456
+word missions		134-3456-234
+word amission		1-134-3456
+word amissions		1-134-3456-234
+word admission		1-145-134-3456
+word admissions		1-145-134-3456-234
+word réadmission		1235-123456-1-145-134-3456
+word réadmissions		1235-123456-145-134-3456-234
+word commission		36-134-3456
+word commissions		36-134-3456-234
+word compromission 36-235-134-3456
+word compromissions 36-235-134-3456-234
+word démission		145-123456-134-3456
+word démissions		145-123456-134-3456-234
+word émission		123456-134-3456
+word émissions		123456-134-3456-234
+word expromission 1346-235-134-3456
+word expromissions 1346-235-134-3456-234
+word intermission 35-2345-236-134-3456
+word intermissions 35-2345-236-134-3456-234
+word intromission 35-356-135-134-3456
+word intromissions 35-356-135-134-3456-234
+word manumission 134-1-1345-136-134-3456
+word manumissions 134-1-1345-136-134-3456-234
+word omission		135-134-3456
+word omissions		135-134-3456-234
+word permission		1234-236-134-3456
+word permissions		1234-236-134-3456-234
+word rémission		1235-123456-134-3456
+word rémissions		1235-123456-134-3456-234
+word retransmission		3-356-134-3456
+word retransmissions		3-356-134-3456-234
+prfword transmission		356-134-3456
+prfword transmissions		356-134-3456-234
+prfword soumission		234-1256-134-3456
+prfword soumissions		324-1256-134-3456-234
+prfword missionnaire	134-3456-1235
+prfword missionnaires	134-3456-1235-234
+word mobile		134-12
+word mobiles		134-12-234
+word immobile 246-134-12
+word immobiles 246-134-12-234
+prfword mobilisation	134-12-16
+prfword mobilisations	134-12-16-234
+prfword mobilité		134-12-2345
+prfword mobilités		134-12-2345-234
+word moins		134-35
+word moment		134-26
+word moments		134-26-234
+word momentanément	134-26-134
+word monsieur		134-1235
+word multiple		134-1246
+word multiples		134-1246-234
+word multiplicateur	134-1246-46
+word démultiplicateur	145-123456-134-1246-46
+prfword multiplicateurs	134-1246-46-234
+prfword multiplication	134-1246-16
+prfword multiplications	134-1246-16-234
+word multiplicité	134-1246-2345
+word multiplicités	134-1246-2345-234
+word musique		134-12345
+word musiques		134-12345-234
+word mystère		134-13456
+word mystères		134-13456-234
+word mystérieuse	134-13456-234-15
+word mystérieuses	134-13456-234-156
+word mystérieusement	134-13456-234-134
+word mystérieux		134-13456-1346
+
+word naguère		1345-1245
+word nation		1345-16
+word nations		1345-16-234
+word national		1345-16-123
+word nationale		1345-16-123-15
+word nationales		1345-16-123-156
+word nationalité	1345-16-123-2345
+word nationalités	1345-16-123-2345-234
+word nationaux		1345-16-1346
+word nature		1345-2345
+word natures		1345-2345-234
+word naturel		1345-2345-123
+word naturels		1345-2345-123-234
+word naturelle		1345-2345-123-123
+word naturelles		1345-2345-123-123-234
+word naturellement	1345-2345-123-134
+word ndlr 1345-145-123-1235
+word néanmoins		1345-134
+word nécessaire		1345-14
+word nécessaires	1345-14-234
+word nécessairement	1345-14-134
+word nécessité		1345-14-2345
+word nécessités		1345-14-2345-234
+word nécessiteuse	1345-14-2345-234-15
+word nécessiteuses	1345-14-2345-234-156
+word nécessiteux	1345-14-2345-1346
+word nb 56-1345-12
+prfword nombre		1345-12
+contraction nb
+word pnb 56-1234-1345-12
+prfword nombres		1345-12-234
+word nombreuse		1345-12-234-15
+word nombreuses		1345-12-234-156
+word nombreux		1345-12-1346
+word nos		1345-234
+word notre		1345-356
+word nôtre		1345-1456
+word nôtres		1345-1456-234
+word nô 56-1345-1456
+prfword nouveau		1345-1236
+prfword nouveaux		1345-1236-1346
+word nouveauté		1345-1236-2345
+word nouveautés		1345-1236-2345-234
+word nouvel		1345-123
+word nouvelle		1345-123-123
+word nouvelles		1345-123-123-234
+prfword nouvellement	1345-123-134
+
+word objectif		135-245-124
+word objectifs		135-245-124-234
+word objection		135-245-3456
+word objections		135-245-3456-234
+word objective		135-245-1236
+word objectives		135-245-1236-234
+word objectivement	135-245-1236-134
+word objectivité	135-245-1236-2345
+word objectivités	135-245-1236-2345-234
+word objet		135-245
+word objets		135-245-234
+word observateur	135-12-46
+word observateurs	135-12-46-234
+word observation	135-12
+word observations	135-12-234
+word occasion		135-14
+word occasions		135-14-234
+contraction oc 135-14
+word occasionnel	135-14-123
+word occasionnels	135-14-123-234
+word occasionnelle	135-14-123-123
+word occasionnelles	135-14-123-123-234
+word occasionnellement	135-14-123-134
+noback word oeuvre		246-1236
+noback word oeuvres		246-1236-234
+word œuvre		246-1236
+word œuvres		246-1236-234
+word office		135-124
+word offices		135-124-234
+contraction of 135-124
+word officiel		135-124-123
+word officiels		135-124-123-234
+word officielle		135-124-123-123
+word officielles		135-124-123-123-234
+word officiellement	135-124-123-134
+word officieuse		135-124-234-15
+word officieuses	135-124-234-156
+word officieusement	135-124-234-134
+word officieux		135-124-1346
+word oms 135-134-234
+word opinion		135-1234
+word opinions		135-1234-234
+word op 56-135-1234
+word opcvm 56-135-1234-14-1236-134
+word öre 246-1235-15
+word øre 456-1235-15
+word originaire		135-1245-1235
+word originaires	135-1245-1235-234
+word originairement	135-1245-1235-134
+word original		135-1245-123
+word originale		135-1245-123-15
+word originales		135-1245-123-156
+word originalement	135-1245-123-134
+word originalité	135-1245-123-2345
+word originalités	135-1245-123-2345-234
+word originaux		135-1245-1346
+word origine		135-1245
+word origines		135-1245-234
+nofor word ou 1256
+word ou) 135-136-356
+nofor word où 135-23456
+word outrage		1256-356-1245
+word outrages		1256-356-1245-234
+word outrageuse		1256-356-1245-234-15
+word outrageuses	1256-356-1245-234-156
+word outrageusement	1256-356-1245-234-134
+word outrageux		1256-356-1245-1346
+word outre		1256-356
+word ouvrage		1256-1245
+word ouvrages		1256-1245-234
+word ouvrier		1256-1236
+word ouvriers		1256-1236-234
+word ouvrière		1256-2346
+word ouvrières		1256-2346-234
+
+word parfois		1234-124
+word parmi		1234-134
+word pm 56-1234-134
+word parole		1234-1235
+word paroles		1234-1235-234
+contraction pr 1234-1235
+word particularité	1234-123-1235-2345
+word particularités	1234-123-1235-2345-234
+word particulier	1234-123
+word particuliers	1234-123-234
+word particulière	1234-123-1235
+word particulières	1234-123-1235-234
+word particulièrement	1234-123-1235-134
+word partout		1234-1
+contraction pa 1234-1
+word pas		1234-234
+contraction ps	1234-234
+word pauvre		1234-1236
+word pauvres		1234-1236-234
+word pauvrement		1234-1236-134
+word pauvreté		1234-1236-2345
+word pauvretés		1234-1236-2345-234
+word pendant		1234-145
+word pensée		1234-26
+word pensées		1234-26-234
+word pensif		1234-26-124
+word pensifs		1234-26-124-234
+word pensive		1234-26-1236
+word pensives		1234-26-1236-234
+word pensivement	1234-26-1236-134
+word père		1234-2346
+word pères		1234-2346-234
+word personnage		1234-1345-1245
+word personnages	1234-1345-1245-234
+word personnalité	1234-1345-123-2345
+word personnalités	1234-1345-123-2345-234
+word personne		1234-1345
+word personnes		1234-1345-234
+word personnel		1234-1345-123
+word personnels		1234-1345-123-234
+word personnelle	1234-1345-123-123
+word personnelles	1234-1345-123-123-234
+word personnellement	1234-1345-123-134
+word petit		1234-15
+word petits		1234-15-234
+word pe 56-1234-15
+word petite		1234-15-15
+word petites		1234-15-156
+word peuple		1234-1246
+word peuples		1234-1246-234
+prfword peuplement		1234-1246-134
+prfword peuplements	1234-1246-134-234
+prfword place		1246-14
+prfword places		1246-14-234
+prfword placement		1246-14-134
+prfword placements		1246-14-134-234
+prfword plaisir		1246-1235
+prfword plaisirs		1246-1235-234
+word plusieurs		1246-234
+word plutôt		1246-2345
+word point		1234-2345
+word points		1234-2345-234
+word pointe		1234-2345-15
+word pointes		1234-2345-15-234
+word populaire		1234-1234-1235
+word populaires		1234-1234-1235-234
+word populairement	1234-1234-1235-134
+word popularité		1234-1234-1235-2345
+word popularités	1234-1234-1235-2345-234
+noback prfword population		1234-1234
+prfword populations	1234-1234-234
+nofor word population 1234-1234
+nofor word dépopulation 145-123456-1234-1234
+nofor word repopulation 3-1234-1234
+nofor word surpopulation 234-136-1235-1234-1234
+word pp 56-1234-1234
+word populeuse		1234-1234-234-15
+word populeuses		1234-1234-234-156
+word populeux		1234-1234-1346
+prfword possibilité	1234-12-2345
+prfword possibilités	1234-12-2345-234
+prfword possible		1234-12
+prfword possibles		1234-12-234
+prfword possibilité	1234-12-2345
+prfword possibilités	1234-12-2345-234
+word pourquoi		1234-23456
+word pourtant		1234-135
+noback prfword praticable		235-2345-45
+noback prfword praticables	235-2345-45-234
+nofor word praticable 235-2345-45
+nofor word praticables 235-2345-45-234
+nofor word impraticable 246-235-2345-45
+nofor word impraticables 246-235-2345-45-234
+word pratique		235-2345
+word pratiques		235-2345-234
+word pratiquement	235-2345-134
+word premier		235-134
+word premiers		235-134-234
+word premier) 235-15-134-24-236-356
+word première		235-1235
+word premières		235-1235-234
+word premièrement	235-1235-134
+word près		235-234
+word prom 56-1234-1235-135-134
+word pros 235-135-234
+word presque		235-12345
+word preuve		235-1236
+word preuves		235-1236-234
+word primitif		235-134-124
+word primitifs		235-134-124-234
+word primitive		235-134-1236
+word primitives		235-134-1236-234
+word primitivement	235-134-1236-134
+word principal		235-14-123
+word principale		235-14-123-15
+word principales	235-14-123-156
+word principalement	235-14-123-134
+word principaux		235-14-1346
+word principe		235-14
+word principes		235-14-234
+word prix		235-1346
+prfword probabilité	235-12-2345
+prfword probabilités	235-12-2345-234
+prfword probable		235-12
+prfword probables		235-12-234
+prfword probablement	235-12-134
+nofor word improbabilité	246-235-12-2345
+nofor word improbabilités	246-235-12-2345-234
+nofor word improbable		246-235-12
+nofor word improbables		246-235-12-234
+nofor word improbablement	246-235-12-134
+
+word prochain		235-12356
+word prochains		235-12356-234
+word prochaine		235-1345
+word prochaines		235-1345-234
+word prochainement	235-1345-134
+word producteur		235-145-46
+word producteurs	235-145-46-234
+prfword productif		235-145-124
+prfword productifs		235-145-124-234
+nofor word improductif 246-235-145-124
+nofor word improductifs 246-235-145-124-234
+prfword production		235-145-3456
+prfword productions	235-145-3456-234
+prfword productive		235-145-1236
+prfword productives	235-145-1236-234
+nofor word improductive 246-235-145-1236
+nofor word improductives 246-235-145-1236-234
+prfword productivement	235-145-1236-134
+prfword productivité	235-145-1236-2345
+prfword productivités	235-145-1236-2345-234
+nofor word improductivité 246-235-145-1236-2345
+nofor word improductivités 246-235-145-1236-2345-234
+word produit		235-145
+word produits		235-145-234
+word profit		235-124
+word profits		235-124-234
+word profitable		235-124-45
+word profitables	235-124-45-234
+word profitablement	235-124-45-134
+word profiteur		235-124-46
+word profiteurs		235-124-46-234
+word profiteuse		235-124-234-15
+word profiteuses	235-124-234-156
+word progrès		235-12456
+word progressif		235-12456-124
+word progressifs	235-12456-124-234
+word progression	235-12456-3456
+word progressions	235-12456-3456-234
+word progressive	235-12456-1236
+word progressives	235-12456-1236-234
+word progressivement	235-12456-1236-134
+word progressivité	235-12456-1236-2345
+word progressivités	235-12456-1236-2345-234
+word projecteur		235-245-46
+word projecteurs	235-245-46-234
+word projection		235-245-3456
+word projections	235-245-3456-234
+word projet		235-245
+word projets		235-245-234
+prfword proportion		235-1234
+prfword proportions	235-1234-234
+prfword proportionnalité	235-1234-123-2345
+prfword proportionnalités	235-1234-123-2345-234
+prfword proportionnel	235-1234-123
+prfword proportionnels	235-1234-123-234
+prfword proportionnelle	235-1234-123-123
+prfword proportionnelles	235-1234-123-123-234
+prfword proportionnellement 235-1234-123-134
+word proposition	235-246
+word propositions	235-246-234
+word puisque		1234-12345
+prfword puissance		1234-14
+contraction pc	1234-14
+word vpc 1236-1234-14
+prfword puissances		1234-14-234
+nofor word qu 12345-136
+word qualitatif		12345-123-2345-124
+word qualitatifs	12345-123-2345-124-234
+word qualitative	12345-123-2345-1236
+word qualitatives	12345-123-2345-1236-234
+word qualitativement	12345-123-2345-1236-134
+word qualité		12345-123-2345
+word qualités		12345-123-2345-234
+word quand		12345-145
+word quant		12345-2345
+word quantitatif	12345-2345-2345-124
+word quantitatifs	12345-2345-2345-124-234
+word quantitative	12345-2345-2345-1236
+word quantitatives	12345-2345-2345-1236-234
+word quantitativement	12345-2345-2345-1236-134
+word quantité		12345-2345-2345
+word quantités		12345-2345-2345-234
+word quel		12345-123
+word quels		12345-123-234
+word quelle		12345-123-123
+word quelles		12345-123-123-234
+word quelconque		12345-14
+word quelconques	12345-14-234
+word quelque		12345-12345
+word quelques		12345-12345-234
+before apost sufword quelqu 12345-12345
+word quelquefois	12345-124
+word question		12345-3456
+word questions		12345-3456-234
+word questionnaire	12345-3456-1235
+word questionnaires	12345-3456-1235-234
+word quiconque		12345-346
+word quoique		12345-15
+
+word raison		1235-346
+word raisons		1235-346-234
+prfword raisonnable	1235-346-45
+prfword raisonnables	1235-346-45-234
+prfword raisonnablement	1235-346-45-134
+word raisonnement	1235-346-134
+word raisonnements	1235-346-134-234
+word rapport		1235-1234
+word rapports		1235-1234-234
+word rapporteur		1235-1234-46
+word rapporteurs	1235-1234-46-234
+word rapporteuse	1235-1234-234-15
+word rapporteuses	1235-1234-234-156
+word rare		1235-1235
+word rares		1235-1235-234
+word rarement		1235-1235-134
+word rareté		1235-1235-2345
+word raretés		1235-1235-2345-234
+prfword réalisable		1235-123-45
+prfword réalisables	1235-123-45-234
+word réalisateur	1235-123-46
+word réalisateurs	1235-123-46-234
+word réalisation	1235-123-16
+word réalisations	1235-123-16-234
+prfword réalité		1235-123-2345
+prfword réalités		1235-123-2345-234
+noback prfword réel		1235-123
+noback prfword réels		1235-123-234
+nofor word réel		1235-123
+nofor word réels		1235-123-234
+nofor word déréel 145-123456-1235-123
+nofor word déréels 145-123456-1235-123-234
+nofor word irréel		24-1235-1235-123
+nofor word irréels		24-1235-1235-123-234
+nofor word surréel 234-136-1235-1235-123
+nofor word surréels 234-136-1235-1235-123-234
+prfword réelle		1235-123-123
+prfword réelles		1235-123-123-234
+prfword réellement		1235-123-134
+noback prfword réflexion		1235-124
+noback prfword réflexions		1235-124-234
+contraction rf 1235-124
+nofor word réflexion		1235-124
+nofor word réflexions		1235-124-234
+nofor word irréflexion		24-1235-1235-124
+nofor word irréflexions		24-1235-1235-124-234
+
+word regard		1235-1245
+word regards		1235-1245-234
+word regret		1235-12456
+word regrets		1235-12456-234
+word regrettable	1235-12456-45
+word regrettables	1235-12456-45-234
+word regrettablement	1235-12456-45-134
+word relatif		1235-2345-124
+word relatifs		1235-2345-124-234
+word relation		1235-2345
+word relations		1235-2345-234
+word relative		1235-2345-1236
+word relatives		1235-2345-1236-234
+word relativement	1235-2345-1236-134
+word relativité		1235-2345-1236-2345
+word relativités	1235-2345-1236-2345-234
+word remarquable	1235-12345-45
+word remarquables	1235-12345-45-234
+word remarquablement	1235-12345-45-134
+word remarque		1235-12345
+word remarques		1235-12345-234
+word remerciement	1235-134
+word remerciements	1235-134-234
+word renseignement	1235-26
+word renseignements	1235-26-234
+word rêve		1235-126
+word rêves		1235-126-234
+word rêveur		1235-126-46
+word rêveurs		1235-126-46-234
+word rêveuse		1235-126-234-15
+word rêveuses		1235-126-234-156
+word rêveusement	1235-126-234-134
+word riz 56-1235-24-1356
+word riez 1235-24-1356
+word rôle		1235-1456
+word rôles		1235-1456-234
+noback prfword route		1235-1256
+noback prfword routes		1235-1256-234
+nofor word route		1235-1256
+nofor word routes		1235-1256-234
+nofor word autoroute		13-2345-135-1235-1256
+nofor word autoroutes		13-2345-135-1235-1256-234
+nofor word banqueroute		12-2-12345-15-1235-1256
+nofor word banqueroutes		12-2-12345-15-1235-1256-234
+nofor word biroute		12-24-1235-1256
+nofor word biroutes		12-24-1235-1256-234
+nofor word déroute		145-123456-1235-1256
+nofor word déroutes		145-123456-1235-1256-234
+nofor word inforoute 35-124-135-1235-1256
+nofor word inforoutes 35-124-135-1235-1256-234
+nofor word maroute		134-1-1235-1256
+nofor word maroutes		134-1-1235-1256-234
+nofor word radioroute 1235-1-145-24-135-1235-1256
+nofor word radioroutes 1235-1-145-24-135-1235-1256-234
+nofor word restoroute 3-234-2345-135-1235-1256
+nofor word restoroutes 3-234-2345-135-1235-1256-234
+nofor word restauroute 3-234-2345-13-1235-1256
+nofor word restauroutes 3-234-2345-135-123-1256-234
+
+word rythme		1235-13456
+word rythmes		1235-13456-234
+word rythmique		1235-13456-12345
+word rythmiques		1235-13456-12345-234
+word rythmiquement	1235-13456-12345-134
+
+word séculaire		234-14-1235
+word séculaires		234-14-1235-234
+word séculairement	234-14-1235-134
+word seigneur		234-2356
+word seigneurs		234-2356-234
+prfword semblable		234-12
+prfword semblables		234-12-234
+word sb 56-234-12
+prfword semblablement	234-12-134
+noback prfword sentiment		234-2345-134
+noback prfword sentiments		234-2345-134-234
+nofor word sentiment		234-2345-134
+nofor word sentiments		234-2345-134-234
+nofor word dissentiment		256-234-2345-134
+nofor word dissentiments		256-234-2345-134-234
+nofor word pressentiment		235-15-234-234-2345-134
+nofor word pressentiments		235-15-234-234-2345-134-234
+nofor word ressentiment		1235-15-234-234-2345-134
+nofor word ressentiments		1235-15-234-234-2345-134-234
+
+word sentimental	234-2345-134-123
+word sentimentale	234-2345-134-123-15
+word sentimentales	234-2345-134-123-156
+word sentimentalement	234-2345-134-123-134
+word sentimentalité	234-2345-134-123-2345
+word sentimentalités	234-2345-134-123-2345-234
+word sentimentaux	234-2345-134-1346
+word ses		234-234
+word seul		234-123
+word seuls		234-123-234
+word seule		234-123-15
+word seules		234-123-156
+word seulement		234-123-134
+word siècle		234-14
+word siècles		234-14-234
+word sc 56-234-14
+word simple		234-1246
+word simples		234-1246-234
+word simplement		234-1246-134
+word simplicité		234-1246-2345
+word simplicités	234-1246-2345-234
+word simplification	234-1246-16
+word simplifications	234-1246-16-234
+noback prfword soeur		234-1235
+noback prfword soeurs		234-1235-234
+prfword sœur		234-1235
+prfword sœurs		234-1235-234
+word sr 56-234-1235
+word soin		234-35
+word soins		234-35-234
+word solitaire		234-123-1235
+word solitaires		234-123-1235-234
+word solitairement	234-123-1235-134
+word solitude		234-123-145
+word solitudes		234-123-145-234
+word sommaire		234-2456-1235
+word sommaires		234-2456-1235-234
+word sommairement	234-2456-1235-134
+word somme		234-2456
+word sommes		234-2456-234
+word sont		246-2345
+word sorte		234-135
+word sortes		234-135-234
+word soudain		234-145
+word soudains		234-145-234
+word soudaine		234-1345
+word soudaines		234-1345-234
+word sn 56-234-1345
+word soudainement	234-1345-134
+word soudaineté		234-1345-2345
+word soudainetés	234-1345-2345-234
+word souffrance		234-124-14
+word souffrances	234-124-14-234
+word souffrant		234-124
+contraction sf	234-124
+word souffrants		234-124-234
+word souffrante		234-124-15
+word souffrantes	234-124-156
+word souvent		234-1236
+contraction sv 234-1236
+word subjectif		234-245-124
+word subjectifs		234-245-124-234
+word subjective		234-245-1236
+word subjectives	234-245-1236-234
+word subjectivement	234-245-1236-134
+word subjectivité	234-245-1236-2345
+word subjectivités	234-245-1236-2345-234
+word sujet		234-245
+word sujets		234-245-234
+word sujétion		234-245-3456
+word sujétions		234-245-3456-234
+word supérieur		234-1234
+word supérieurs		234-1234-234
+word supérieure		234-1234-15
+word supérieures	234-1234-156
+word supérieurement	234-1234-134
+word supériorité	234-1234-2345
+word supériorités	234-1234-2345-234
+word surtout		234-2345
+contraction st	234-2345
+word systématique	234-13456-12345
+word systématiques	234-13456-12345-234
+word systématiquement	234-13456-12345-134
+word système		234-13456
+word systèmes		234-13456-234
+
+word tel		2345-123
+word tels		2345-123-234
+word telle		2345-123-123
+word telles		2345-123-123-234
+word tellement		2345-123-134
+word temporaire		2345-1234-1235
+word temporaires	2345-1234-1235-234
+word temporairement	2345-1234-1235-134
+prfword temporel		2345-1234-123
+prfword temporels		2345-1234-123-234
+prfword temporelle		2345-1234-123-123
+prfword temporelles	2345-1234-123-123-234
+noback prfword temps		2345-1234
+nofor word temps 2345-1234
+nofor word contretemps 25-356-15-2345-1234
+nofor word entretemps 26-356-15-2345-1234
+nofor word passetemps 1234-1-2346-15-2345-1234
+nofor word printemps 235-35-2345-1234
+prfword tenir		2345-1345
+word terre		2345-1235
+word terres		2345-1235-234
+contraction tr 2345-1235
+word tes		2345-234
+word tête		2345-126
+word têtes		2345-126-234
+word théorie		2345-125
+word théories		2345-125-234
+word théorique		2345-125-12345
+word théoriques		2345-125-12345-234
+word théoriquement	2345-125-12345-134
+word titre		2345-356
+word titres		2345-356-234
+word toujours		2345-245
+word toute		2345-2345
+word toutes		2345-2345-234
+word toutefois		2345-124
+word tragique		356-1245
+word tragiques		356-1245-234
+word tragiquement	356-1245-134
+word trajet		356-245
+word trajets		356-245-234
+prfword tranquille		356-12345
+prfword tranquilles	356-12345-234
+prfword tranquillement	356-12345-134
+prfword tranquillité	356-12345-2345
+prfword tranquillités	356-12345-2345-234
+word travail		356-123
+word travailleur	356-123-46
+word travailleurs	356-123-46-234
+word travailleuse	356-123-234-15
+word travailleuses	356-123-234-156
+word travaux		356-1346
+word travers		356-1236
+word très		356-234
+word trop		356-1234
+word type		2345-13456
+word types		2345-13456-234
+word typique		2345-13456-12345
+word typiques		2345-13456-12345-234
+word typiquement	2345-13456-12345-134
+
+word ufo 136-124-135
+word ufr 136-124-1235
+word uht 136-125-2345
+word une		136-1345
+word unes		136-1345-234
+word unique		136-12345
+word uniques		136-12345-234
+word uniquement		136-12345-134
+word unitaire		136-1345-2345-1235
+word unitaires		136-1345-2345-1235-234
+word unité		136-1345-2345
+word unités		136-1345-2345-234
+word univers		136-1236
+contraction uv 136-1236
+word universalité	136-1236-123-2345
+word universalités	136-1236-123-2345-234
+word universel		136-1236-123
+word universels		136-1236-123-234
+word universelle	136-1236-123-123
+word universelles	136-1236-123-123-234
+word universellement	136-1236-123-134
+word universitaire	136-1236-2345-1235
+word universitaires	136-1236-2345-1235-234
+word université		136-1236-2345
+word universités	136-1236-2345-234
+contraction url 136-1235-123
+contraction us 136-234
+word usage		136-1245
+word usages		136-1245-234
+word usb 136-234-12
+word utile		136-123
+word utiles		136-123-234
+word utilement		136-123-134
+word inutile		35-136-123
+word inutiles		35-136-123-234
+word inutilement		35-136-123-134
+contraction ulm 136-123-134
+noback prfword utilisable		136-123-45
+noback prfword utilisables	136-123-45-234
+nofor word utilisable		136-123-45
+nofor word utilisables	136-123-45-234
+nofor word inutilisable		35-136-123-45
+nofor word inutilisables	35-136-123-45-234
+nofor word réutilisable		1235-123456-136-123-45
+nofor word réutilisables	1235-123456-136-123-45-234
+
+word utilisateur	136-123-46
+word utilisateurs	136-123-46-234
+word utilisation	136-123-16
+word utilisations	136-123-16-234
+word inutilisation	35-136-123-16
+word inutilisations	35-136-123-16-234
+word utilitaire		136-123-2345-1235
+word utilitaires	136-123-2345-1235-234
+noback prfword utilité		136-123-2345
+noback prfword utilités		136-123-2345-234
+nofor word désutilité 145-123456-234-136-123-2345
+nofor word désutilités 145-123456-234-136-123-2345-234
+nofor word futilité 124-136-123-2345
+nofor word futilités 124-136-123-2345-234
+nofor word utilité 136-123-2345
+nofor word utilités 136-123-2345-234
+nofor word inutilité 35-136-123-2345
+nofor word inutilités 35-136-123-2345-234
+
+word utm 56-136-2345-134
+
+word valeur		1236-46
+word valeurs		1236-46-234
+word vau 1236-13
+nofor endword vau 1236-13
+prfword venir		1236-1345
+word véritable		1236-1235
+word véritables		1236-1235-234
+word véritablement	1236-1235-134
+word vérité		1236-123456
+word vérités		1236-123456-234
+contraction vé 1236-123456
+word vieux		1236-1346
+word vif		1236-124
+word vifs		1236-124-234
+contraction vf 1236-124
+word vive		1236-1236
+word vives		1236-1236-234
+word vivement		1236-1236-134
+word voici		1236-14
+word voilà		1236-123
+word revoilà		3-1236-123
+word volontaire		1236-135-1235
+word volontaires	1236-135-1235-234
+word volontairement	1236-135-1235-134
+word volonté		1236-135
+word volontés		1236-135-234
+contraction vo 1236-135
+word volontiers		1236-346
+word von 1236-135-1345
+word vos		1236-234
+contraction vs 1236-234
+word votre		1236-356
+word vôtre		1236-1456
+word vôtres		1236-1456-234
+word voyage		1236-1245
+word voyages		1236-1245-234
+word voyageur		1236-1245-46
+word voyageurs		1236-1245-46-234
+word voyageuse		1236-1245-234-15
+word voyageuses		1236-1245-234-156
+word vraiment		1236-134
+word xml 1346-134-123
+nofor word hymen 125-13456-134-26
+
+###
+### 4. Locutions
+###
+
+word à\scause 12356-456-14
+word à\smesure 12356-456-134
+word à\speine 12356-456-1234
+word à\speu\sprès 12356-456-1234-456-235
+word à\sprésent 12356-456-235
+word à\stravers 12356-456-356
+word au\scontraire 13-456-14
+word au-dessous 13-36-1256
+word au-dessus 13-36-145
+word aujourd'hui 13-3-125
+word autant\sque 13-456-12345
+word autre\schose 13-456-12356
+word autre\spart 13-456-1234
+word c'est-à-dire 14-3-15-36-12356-36-145
+word d'abord 145-3-1
+word de\ssuite 145-456-234
+word en\smesure 26-456-134
+word en\sréalité 26-456-1235
+word et\scaetera 15-456-14
+word la\splupart 123-456-1246
+word non\sseulement 1345-456-234
+word parce\sque 1234-456-12345
+word par\sconséquent 1234-456-14
+word par-dessous 1234-36-1256
+word par-dessus 1234-36-145
+word par\sexemple 1234-456-15
+word par\ssuite 1234-456-234
+word peu\sà\speu 1234-456-12356-456-1234
+word peut-être 1234-36-126
+word plus\stard 1246-456-2345
+word plus\stôt 1246-456-1456
+word pour\sainsi\sdire 1234-456-1-456-145
+word quelque\schose 12345-456-12356
+word quelque\spart 12345-456-1234
+word quelque\stemps 12345-456-2345
+word sans\scesse 234-456-14
+word sans\sdoute 234-456-145
+word tandis\sque 2345-456-12345
+word tour\sà\stour 2345-456-12356-456-2345
+word tout\sà\scoup 16-456-12356-456-14
+word tout\sà\sfait 16-456-12356-456-124
+word très\sbien 356-456-12
+word vis-à-vis 1236-36-12356-36-1236
+
+before apost sufword autant\squ 13-456-12345
+before apost sufword jusqu 245-12345
+before apost sufword lorsqu 123-12345
+before apost sufword parce\squ 1234-456-12345
+before apost sufword presqu 235-12345
+before apost sufword puisqu 1234-12345
+before apost sufword tandis\squ 2345-456-12345
+
+#Lettres isolées
+contraction b
+contraction c
+contraction d
+contraction f
+contraction g
+contraction h
+contraction i
+contraction j
+contraction k
+contraction l
+contraction m
+contraction n
+contraction o
+contraction p
+contraction q
+contraction r
+contraction s
+contraction t
+contraction u
+contraction v
+contraction w
+contraction x
+contraction z
+endword 's 3-234
+endword \x2018s 3-234
+endword \x2019s 3-234
+
+contraction B
+contraction C
+contraction D
+contraction F
+contraction G
+contraction H
+contraction I
+contraction J
+contraction K
+contraction L
+contraction M
+contraction N
+contraction O
+contraction P
+contraction Q
+contraction R
+contraction S
+contraction T
+contraction U
+contraction V
+contraction W
+contraction X
+contraction Z
+
+contraction ab
+contraction abs
+contraction adn
+contraction tp
+contraction td
+contraction obs
+
+
+#Mots contenant un "æ" mal interprétés par les règles précédentes
+word althæa 1-123-2345-125-345-1
+nofor word æolidia 345-135-123-24-145-24-1
+nofor word æolis 345-135-123-24-234
+word archæocète 4-12356-345-135-14-2346-2345-15
+word balæniceps 12-1-123-453-1345-24-14-15-1234-234
+word chænichthys 1235-345-1345-24-1235-2345-125-13456-234
+word cuphæa 14-136-1234-125-345-1
+word élæagnacées 123456-123-345-1-2356-1-14-123456-156
+word elæagnus 15-123-345-1-2356-136-234
+word elæis 15-123-345-24-234
+word furcræa 124-136-25-345-1
+word linnæa 123-35-1345-345-1
+word lonchæa 123-346-12356-345-1
+word penæus 1234-15-1345-345-136-234
+word tæniasis 2345-345-1345-24-1-234-24-234
+
+#Mots contenant un "ï" mal interprétés par les règles précédentes
+word anchoïade 2-1235-135-12456-1-145-15
+begword baïan 12-1-12456-1-1345
+word baïonnette 12-1-12456-346-1345-15-2456-15
+word baïonnettes 12-1-12456-346-1345-15-2456-156
+word catraïo 14-1-356-1-12456-135
+begword chaïot 12356-1-12456-135-2345
+begword chorïamb 12356-135-1235-12456-1-134-12
+begword cocaï 14-135-14-1-12456
+begword copaï 14-135-1234-1-12456
+begword élaïo 123456-123-1-12456-135
+word épiloïa 123456-1234-24-123-135-12456-1
+word féroïenne 124-123456-1235-135-12456-26-1345
+word féroïennes 124-123456-1235-135-12456-26-13456
+begword fusaïol 124-136-234-1-12456-135-123
+sufword gaïac 1245-1-12456-1-14
+word haïk 125-1-12456-13
+begword haïss 125-1-12456-2346
+begword héraï 125-123456-1235-1-12456
+begword ïamb 12456-1-134-12
+word oudrir 1256-1456-24-1235
+
+begword ouï 1256-12456
+begmidword ouï- 1256-12456-36
+begword ouïm 1256-12456-134
+sufword ouïr 1256-12456-1235
+sufword ouïs 1256-12456-234
+word ouïr 1256-12456-1235
+begword ouït 1256-12456-2345
+word inouïe 35-1256-12456-15
+word inouïes 35-1256-12456-156
+
+word krishnaïsme 13-1235-24-234-125-1345-1-12456-234-134-15
+word laïc 123-1-12456-14
+word laïcs 123-1-12456-14-234
+begword laïu 123-1-12456-136
+sufword maïa 134-1-12456-1
+word maïeur 134-1-12456-46
+word maïeurs 134-1-12456-46-234
+nofor word aïoli 1-12456-135-123-24
+partword aïoli 1-12456-135-123-24
+sufword maïor 134-1-12456-135-1235
+word maïzena 134-1-12456-1356-15-1345-1
+begword naïad 1345-1-12456-1-145
+sufword paranoï 1234-1-1235-1-1345-135-12456
+nofor partword oïev 135-12456-15-1236
+word tsaï 2345-234-1-12456
+sufword qaraï 12345-1-1235-1-12456
+word raïa 1235-1-12456-1
+word raïon 1235-1-12456-346
+word taïaut 3245-1-12456-13-2345
+sufword thaï 3245-125-1-12456
+word tupaïa 2345-136-1234-1-12456-1
+word zaouïa 1356-1-1256-12456-1
+
+#Mots contenant un "ü" mal interprétés par les règles précédentes
+word alaüs 1-123-1-1256-234
+begword argü 4-1245-136-236
+prfword thioüracile 2345-125-24-135-1256-1235-4-14-24-123-15
+word bürger 12-1256-1235-1245-236
+word müller 134-1256-456-236
+word capharnaüm 14-1-1234-125-4-1345-1-1256-134
+endword stück 234-2345-1256-14-13
+begword contigü 25-2345-1245-1256
+begword désambigü 145-123456-234-1-134-12-24-1245-1256
+begword exigü 15-1345-24-1245-1256
+word führer 124-1256-125-1235-236
+word haüyne 125-1-1256-13456-1345-15
+word höyük 125-246-13456-1256-13
+word hübnérite 125-1256-1345-123456-1235-24-2345-15
+word krümper 13-1235-1256-134-1234-236
+word külliye 13-1256-456-24-13456-15
+word schüller 234-12356-1256-456-236
+word dülmen 145-1256-123-134-26
+word Kümmel 13-1256-134-134-15-123
+word türbe 2345-1256-1235-12-15
+begword würm 2456-1256-1235-134
+
+#mots finissant par "ek"
+word chebek 12356-15-12-15-13
+endword eek 15-15-13
+endword eeks 15-15-13-234
+word kriek 13-1235-24-15-13
+word lek 123-15-13
+word ouzbek 1256-1356-12-15-13
+word ouzbeks 1256-1356-12-15-13-234
+word tek 2345-15-13
+word teks 2345-15-13-234
+begmidword tekn 3245-15-13-1345
+word trek 356-15-13
+word treks 356-15-13-234
+word uzbek 136-1356-12-15-13
+word uzbeks 136-1356-12-15-13-234
+word zek 1356-15-13
+word zondek 1356-346-145-15-13
+
+#Mots comprenant un "W" entre deux voyelles
+always	arawak	1-1235-1-2456-1-13
+word	Tawara	2345-1-2456-1-1235-1
+word	awacs	1-2456-1-14-234
+word	awalé	1-2456-1-123-123456
+word	biwa	12-24-2456-1
+word	bowal	12-135-2456-1-123
+sufword	bowen	12-135-2456-15-1345
+word	bowette	12-135-2456-15-2456-15
+word	bowettes	12-135-2456-15-2456-156
+word	bywater	12-1456-2456-1-2345-236
+word	chawan	12356-1-2456-1-1345
+word	chewing	12356-15-2456-35-1245
+word	culilawan	14-136-123-24-123-1-2456-1-1345
+word	dewar	145-15-2456-4
+begword	déwatt	145-123456-2456-1-2456
+word	diwan	145-24-2456-1-1345
+prfword	wall	2456-1-123-123
+prfword	walls	2456-1-123-123-234
+begword	gewurz	1245-15-2456-136-1235-1356
+word	grauwacke	12456-13-2456-1-14-13-15
+word	grewia	12456-15-2456-24-1
+word	halloween	125-1-456-135-2456-15-26
+word	haniwa	125-1-1345-24-2456-1
+partword	hawai	125-1-2456-1-24
+partword	hawaï	125-1-2456-1-12456
+word	hawaïen	125-1-2456-1-12456-26
+word	hawaïens	125-1-2456-1-12456-26-234
+always	wood	2456-135-135-145
+word	power	1234-135-2456-236
+word	howardie	125-135-2456-4-145-24-15
+always	interview	35-2345-236-1236-24-15-2456
+word	iwans	24-2456-1-2-234
+word	iwan	24-2456-1-1345
+nofor after voy midendword	watt	2456-1-2345-2345
+word	kiwi	13-24-2456-24
+word	kiwis	13-24-2456-24-234
+word	rapakiwi	1235-1-1234-1-13-24-2456-24
+word	rapakiwis	1235-1-1234-1-13-24-2456-24-234
+begword	koweï	13-135-2456-15-12456
+word	kwa	13-2456-1
+begword	kwa	13-2456-1
+word	lewandowsky	123-15-2456-2-145-135-2456-234-13-13456
+sufword	lewis	123-15-2456-24-234
+word	louwite	123-1256-2456-24-2345-15
+word	malawite	134-1-123-1-2456-24-2345-15
+word	owénisme	135-2456-123456-1345-24-234-134-15
+word	penghawar	123-26-1245-125-1-2456-4
+word	powellite	1234-135-2456-15-456-24-2345-15
+always	wolf	2456-135-123-124
+word	redowa	3-145-135-2456-1
+word		grower	12456-135-2456-236
+word	rowing	135-2456-35-1245
+word	ewing	15-2456-35-1245
+word	sawah	234-1-2456-1-125
+word	sewamono	234-15-2456-1-134-135-1345-135
+word	stawug	234-2345-1-2456-136-1245
+begword	stewar	234-2345-15-2456-4
+word	swastika	234-2456-1-234-2345-24-13-1
+word	swastikas	234-2456-1-234-2345-24-13-1-234
+word	taekwondo	2345-1-15-13-2456-346-145-135
+begword	taïw	2345-1-12456-2456
+after voy midendword	way	2456-1-13456
+always	hawk	125-1-2456-13
+word	tomawak	2345-135-134-1-2456-1-13
+word wb 2456-12
+begword whewell 2456-125-15-2456-15-456
+partword work 2456-56-13
+word work 2456-56-13
+word würm 2456-1256-1235-134
+endword wyg 2456-13456-1245
+word	zawiya	1356-1-2456-24-13456-1
+word	zelkowa	1356-15-123-13-135-2456-1
+
+#Mots finissant par "z"
+word barometz 56-12-1-1235-135-134-15-2345-1356
+word benz 12-26-1356
+word berlioz 12-236-123-24-135-1356
+word biarritz 12-24-4-1235-24-2345-1356
+word binz 12-35-1356
+word biz 12-24-1356
+word bletz 45-15-2345-1356
+word blitz 45-24-2345-1356
+word breitschwanz 23-15-24-2345-234-12356-2456-2-1356
+word buchholz 12-136-12356-125-135-123-1356
+nofor word buzz 12-136-1356-1356
+word chintz 12356-35-2345-1356
+word cruz 25-136-1356
+word cz 56-14-1356
+word ersatz 15-1235-234-1-2345-1356
+nofor word fizz 124-24-1356-1356
+word franz 16-2-1356
+word fritz 56-124-1235-24-2345-1356
+word graetz 12456-1-15-2345-1356
+word grosz 12456-234-1356
+word günz 1245-1256-1345-1356
+word hafiz 125-1-124-24-1356
+prfword hertz 125-236-2345-1356
+word hz 56-125-1356
+nofor word jazz 245-1-1356-1356
+endword khoz 13-125-135-1356
+word kibboutz 13-24-12-12-1256-2345-1356
+word kirghiz 13-24-1235-1245-125-24-1356
+word kronprinz 13-1235-346-235-35-1356
+word leibniz 123-15-24-12-1345-24-1356
+word lenz 56-123-15-1345-1356
+word lorentz 123-135-1235-15-1345-2345-1356
+word lodz 56-123-135-145-1356
+word lutz 56-123-136-2345-1356
+word metz 56-134-15-2345-1356
+word moritz 134-135-1235-24-2345-1356
+word neiertz 1345-15-24-236-2345-1356
+word noz 1345-135-1356
+word oghouz 135-1245-125-135-136-1356
+endword onetz 135-1345-15-2345-1356
+word oz 56-135-1356
+prfword quartz 12345-4-2345-1356
+word quiz 12345-24-1356
+word ranz 1235-2-1356
+word rémiz 1235-123456-134-24-1356
+word rez 1235-1356
+word ruolz 1235-136-135-123-1356
+word ruz 56-1235-136-1356
+word saghyz 234-1-1245-125-13456-1356
+word sbrinz 234-23-35-1356
+word schwarz 234-14-125-2456-1-1235-1356
+word schwyz 234-14-125-2456-13456-1356
+word seltz 234-15-123-2345-1356
+word slivovitz 234-123-24-1236-135-1236-24-2345-1356
+word solonetz 234-135-123-135-1345-15-2345-1356
+word spitz 234-1234-24-2345-1356
+begword taiw 2345-34-2456
+word trez 356-1356
+prfword witz 2456-24-2345-1356
+
+#Mots finissant par "en"
+prfword	abdomen	1-12-145-135-134-26
+word	achéen	1-12356-123456-26
+word	acheuléen	1-12356-5-123-123456-26
+word	achilléen	1-12356-24-456-123456-26
+word agen 1-1245-26
+word	albumen	1-123-12-136-134-26
+word	alizéen	1-123-24-1356-123456-26
+word allen 1-456-26
+word	amen	1-134-15-1345
+endword ansen 2-234-26
+word	appaméen	1-1234-1234-1-134-123456-26
+word	arachnéen	1-1235-1-12356-1345-123456-26
+word	araméen	1-1235-1-134-123456-26
+word	archéen	4-12356-123456-26
+word	aryen	1-1235-13456-26
+word	ascolichen	1-234-14-135-123-24-12356-26
+word assen 1-2346-26
+word	assidéen	1-2346-24-145-123456-26
+word	aven	1-1236-15-1345
+word	azuréen	1-1356-136-1235-123456-26
+word	baboen	12-1-12-135-26
+word baden 12-1-145-26
+word	Hagen	125-1-1245-26
+nofor word been 12-15-26
+word	bigouden	12-24-1245-1256-145-26
+word	biscaïen	12-24-234-14-1-12456-26
+word	biscayen	12-24-234-14-1-13456-26
+word	booléen	12-135-135-123-123456-26
+word	Boyden	12-135-13456-145-26
+word	bren	12-1235-26
+word	bunsen	12-136-1345-234-26
+word	businessmen	12-136-234-24-1345-15-2346-134-26
+word	cadméen	14-1-145-134-123456-26
+word caen 14-1-15-1345
+word	calcanéen	12-1-123-14-1-1345-123456-26
+word	cananéen	14-1-1345-1-1345-123456-26
+word	caribéen	14-1-1235-24-12-123456-26
+word	carragheen	14-4-1235-1-1245-125-15-26
+word	céruléen	14-123456-1235-136-123-123456-26
+word	cérumen	14-123456-1235-136-134-26
+word	chaldéen	12356-1-123-145-123456-26
+word	chasséen	12356-1-2346-123456-26
+prfword	chelléen	12356-15-456-123456-26
+word chen 12356-26
+word	chondrichtyen	12356-346-1456-24-12356-2345-13456-26
+word	chondrostéen	12356-346-1456-135-234-2345-123456-26
+word	chörten	12356-246-1235-2345-26
+word	chouchen	12356-1256-12356-26
+word	citizen	14-24-2345-24-1356-26
+word	citoyen	14-24-2345-135-13456-26
+word	clinamen	146-24-1345-1-134-26
+word	cognomen	14-135-2356-135-134-26
+word cohen 14-135-125-26
+word	collinéen	14-135-456-24-1345-123456-26
+word	concitoyen	25-14-24-2345-135-13456-26
+word	confucéen	25-124-136-14-123456-26
+word	coréen	14-135-1235-123456-26
+word	cornéen	14-56-1345-123456-26
+word	crossmen	25-135-234-234-134-26
+word	crosswomen	25-135-234-234-2456-135-134-26
+word	doyen	145-135-13456-26
+word	cyclamen	14-13456-146-1-134-26
+word	cyclopéen	14-13456-135-1234-123456-26
+word	cyrénéen	14-13456-1235-123456-1345-123456-26
+word	dahoméen	145-1-125-135-134-123456-26
+word	deben	145-15-12-26
+word	dédaléen	145-123456-145-1-123-123456-26
+word	dolmen	145-135-123-134-26
+word	drachen	1456-1-12356-26
+word dupuytren 145-136-1234-136-13456-356-26
+word	duramen	145-136-1235-1-134-26
+word	éburnéen	123456-12-136-1235-1345-123456-26
+word	échiquéen	123456-12356-24-12345-123456-26
+word	écocitoyen	123456-14-135-14-24-2345-135-13456-26
+word	éden	123456-145-26
+word	égéen	123456-1245-123456-26
+word	éléen	123456-123-123456-26
+word	élyséen	123456-123-13456-234-123456-26
+word	épitrochléen	123456-1234-24-356-12356-123-123456-26
+word	érythréen	123456-1235-24-2345-125-1235-123456-26
+word	européen	5-1235-135-1234-123456-26
+word	examen	15-1346-1-134-26
+word	félibréen	124-123456-123-24-23-123456-26
+word	féroïen	124-123456-1235-135-12456-26
+word	foramen	124-135-1235-1-134-26
+word	galiléen	1245-1-123-24-123-123456-26
+word	garden	1245-4-145-26
+word	germen	1245-236-134-26
+word	gerzéen	1245-236-1356-123456-26
+word	ghanéen	1245-125-1-1345-123456-26
+word	gluten	345-136-2345-26
+word	golden	1245-135-123-145-26
+word	gomorrhéen	1245-135-134-56-1235-125-123456-26
+word	gouren	1245-1256-1235-26
+word	graben	12456-1-12-26
+word	green	12456-15-26
+word	greisen	12456-15-24-234-26
+word	gretchen	12456-15-2345-12356-26
+word	groschen	12456-135-234-12356-26
+word	guadeloupéen	1245-136-1-145-15-123-1256-1234-123456-26
+word	guinéen	1245-23-1345-123456-26
+word	gulden	1245-136-123-145-26
+word	harappéen	125-1-1235-1-1234-123456-26
+word	henequen	125-15-1345-15-12345-26
+word	herculéen	125-236-14-136-123-123456-26
+word	himalayen	125-24-134-1-123-1-13456-26
+word	holostéen	125-135-123-135-234-2345-123456-26
+word	hymen	125-13456-134-26
+word	hyperboréen	125-13456-1234-236-12-135-1235-123456-26
+word	judéen	245-136-145-123456-26
+word	kafkaïen	13-1-124-13-1-12456-26
+word	kyogen	13-13456-135-1245-26
+word	larsen	123-4-234-26
+word	leben	123-15-12-26
+word	libyen	123-24-12-13456-26
+word	lichen	123-24-12356-26
+word	linnéen	123-35-1345-123456-26
+word	loden	123-135-145-26
+word	lumen	123-136-134-26
+word	lumpen	123-136-134-1234-26
+word	lycéen	123-13456-14-123456-26
+word	macanéen	134-1-14-1-1345-123456-26
+word	maghzen	134-1-1245-125-1356-26
+word	makhzen	134-1-13-125-1356-26
+word	mandéen	134-2-145-123456-26
+word	manichéen	134-1-1345-24-12356-123456-26
+word	marmoréen	134-4-134-135-1235-123456-26
+word	mayen	134-1-13456-26
+word	mazdéen	134-1-1356-145-123456-26
+word	méditerranéen	134-123456-145-24-2345-236-1235-1-1345-123456-26
+word men 134-15-1345
+word	menhaden	134-26-125-1-145-26
+word mens 134-15-1345-234
+word	mésogéen	134-123456-234-135-1245-123456-26
+word	minoen	134-24-1345-135-26
+word	mitoyen	134-24-2345-135-13456-26
+word	moyen	134-135-13456-26
+word	Münchhausen	134-1256-1345-12356-125-13-324-26
+word	nabatéen	1345-1-12-1-2345-123456-26
+word	nazaréen	1345-1-1356-1-1235-123456-26
+word	naziréen	1345-1-1356-24-1235-123456-26
+word	nicaraguayen	1345-24-14-1-1235-1-1245-136-1-13456-26
+word	nietzschéen	1345-24-15-2345-1356-12356-123456-26
+word	numen	1345-136-134-26
+word	open	135-1234-15-1345
+word	ostéichtyen	135-234-2345-123456-24-12356-2345-13456-26
+word	ourartéen	1256-1235-4-2345-123456-26
+word	païen	1234-1-12456-26
+prfword	paludéen	1234-1-123-136-145-123456-26
+word	panaméen	1234-1-1345-1-134-123456-26
+word	paraguayen	1234-1-1235-1-1245-136-1-13456-26
+word	pecten	1234-15-14-2345-26
+word	peléen	1234-15-123-123456-26
+word	péléen	1234-123456-123-123456-26
+word peulven 1234-5-123-1236-26
+word	phocéen	1234-125-135-14-123456-26
+word	pollen	1234-135-456-26
+word	prométhéen	325-134-123456-2345-125-123456-26
+word	putamen	1234-136-2345-1-134-26
+word	pyrénéen	1234-13456-1235-123456-1345-123456-26
+word	Recklinghausen	3-14-13-123-35-1245-125-13-234-26
+word	redhaven	3-145-125-1-1236-26
+word	réexamen	1235-123456-15-1346-1-134-26
+word	cameramen	14-1-134-15-1235-1-134-26
+word	rœntgen	1235-26-2345-1245-26
+word	röntgen	1235-246-1345-2345-1245-26
+endword tgen 2345-1245-26
+word	rumen	1235-136-134-26
+word	saanen	234-1-1-1345-26
+word	sabéen	234-1-12-123456-26
+word	sadducéen	234-1-145-145-136-14-123456-26
+word	saducéen	234-1-145-136-14-123456-26
+word	schlieren	234-12356-123-24-15-1235-26
+word sen 234-15-1345
+word	shamisen	234-125-1-134-24-234-26
+word	sidéen	234-24-145-123456-26
+word	solen	234-135-123-26
+word	solutréen	234-135-123-136-356-123456-26
+word	spécimen	234-1234-123456-14-24-134-26
+word	spleen	234-1246-15-26
+word	taximen	2345-1-1346-24-134-26
+word	tegmen	2345-15-1245-134-26
+word	téléostéen	2345-123456-123-123456-135-234-2345-123456-26
+word	tervueren	2345-236-1236-136-15-1235-26
+word	thamoudéen	2345-125-1-134-1256-145-123456-26
+word	thuléen	2345-125-136-123-123456-26
+word	trachéen	356-1-12356-123456-26
+word	transpyrénéen	356-1234-13456-1235-123456-1345-123456-26
+word	trochléen	356-135-12356-123-123456-26
+word	troyen	356-135-13456-26
+word	uruguayen	136-1235-136-1245-136-1-13456-26
+word	vendéen	1236-26-145-123456-26
+word	viséen	1236-24-234-123456-26
+word	volumen	1236-135-123-136-134-26
+word	wadden	2456-1-145-145-26
+word wattmen 2456-1-2345-2345-134-26
+word	wintergreen	2456-35-2345-236-12456-15-26
+word	yachtmen	13456-1-2345-12356-134-26
+word	yachtsmen	13456-1-2345-12356-234-134-26
+word	yémen	13456-123456-134-26
+word	yeomen	13456-15-135-134-26
+word yen 13456-26
+word yens 13456-26-234
+word	zazen	1356-1-1356-26
+word	zen	1356-15-1345
+word	zéen	1356-123456-26
+word	zimbabwéen	1356-24-134-12-1-12-1256-123456-26
+
+#Différencier au mieux "k" et "au" en désabréviation
+word (au) 236-1-136-356
+word (k) 56-236-13-356
+nofor partword bok 12-135-13
+nofor partword bouk 12-1256-13
+nofor partword souk 234-1256-13
+nofor word cheik 12356-15-24-13
+nofor word cheiks 12356-15-24-13-234
+nofor partword drink 1456-35-13
+word elektron 15-123-15-13-2345-1235-135-1345
+nofor begword farkl 124-4-13-123
+nofor word folk 124-135-123-13
+nofor partword folkl 124-135-123-13-123
+nofor begword frankl 16-2-13-123
+nofor begword ginkg 1245-35-13-1245
+nofor begword inuk 35-136-13
+nofor before con begword jack 245-1-14-13
+nofor partword jik 245-24-13
+nofor partword jork 245-56-13
+word kekchi 13-15-13-12356-24
+word ken 13-26
+nofor word kf 56-13-124
+nofor word kg 13-1245
+nofor begword kirksit 13-24-1235-13-234-24-2345
+word kjelke 13-245-15-123-13-15
+word kjökkenmödding 13-245-243-13-13-26-134-246-145-145-35-1245
+begword Kjel 13-245-15-123
+nofor word klaft 13-123-1-124-2345
+nofor word klavais 13-123-1-1236-34-234
+nofor word klebsiella 13-123-15-12-234-24-15-456-1
+nofor word kline 13-123-24-1345-15
+nofor begword klei 13-123-15-24
+nofor begword klinef 13-123-24-1345-15-124
+word klong 13-123-346-1245
+nofor begword klep 13-123-15-1234
+nofor word kleenex 13-123-15-15-1345-15-1346
+nofor begword klip 13-123-24-1234
+nofor begword klystr  13-123-13456-324-356
+nofor begword kylstr 13-123-24-234-356
+nofor word km 13-134
+nofor before conabr partword kom 13-2456
+nofor before conabr partword kour 13-12346
+nofor begword knei 13-1345-15-24
+nofor begword knick 13-1345-24-14-13
+nofor word knit 13-1345-24-2345
+nofor word deknit 145-15-13-1345-24-2345
+word knödel 13-1345-246-145-15-123
+nofor word knout 13-1345-1256-2345
+nofor word kraal 13-1235-1-1-123
+nofor word kraals 13-1235-1-1-123-234
+nofor word kraaux 13-1235-1-13-1346
+nofor word krach 13-1235-1-12356
+nofor word krachs 13-1235-1-12356-234
+nofor word krak 13-1235-1-13
+nofor word kraks 13-1235-1-13-234
+nofor word kraken 13-1235-1-13-26
+nofor word kraton 13-1235-1-2345-346
+prfword kraft 13-1235-1-124-2345 
+nofor before conabr begword krem 13-1235-345
+nofor begword krenné 13-1235-26-1345-123456
+nofor word krépis 13-1235-123456-1234-24-234
+nofor word kreuzer 13-1235-5-1356-236
+nofor word kreutzer 13-1235-5-2345-1356-236
+nofor partword krieg 13-1235-24-15-1245
+nofor begword krigeag 13-1235-24-1245-15-1-1245
+nofor word krill 13-1235-24-123-123
+nofor word kriss 13-1235-24-234-234
+nofor word kroll 13-1235-135-123-123
+nofor begword kröhn 13-1235-246-125-1345
+nofor word krona 13-1235-135-1345-1
+word krone 56-13-1235-135-1345-15
+nofor word kroon 13-1235-135-346
+nofor word kroumir 13-1235-1256-134-24-1235
+nofor word kroumirs 13-1235-1256-134-24-1235-234
+nofor begword krug 13-1235-136-1245
+nofor begword ksatr 13-234-1-356
+nofor begword kshatr 13-234-125-1-356
+word ksour 13-234-12346
+word kvas 56-13-1236-1-234
+nofor word krypton 13-1235-13456-1234-2345-346
+nofor word ksar 13-234-4
+nofor word kva 13-1236-1
+nofor word kw 13-2456
+nofor word kwh 13-2456-125
+nofor word mektoub 134-15-13-2345-1256-12
+nofor begword milk 134-24-123-13
+nofor begword nomenk 1345-135-134-26-13
+nofor begword pack 1234-1-14-13
+nofor begword pipkr 1234-24-1234-13-1235
+nofor endword politik 1234-135-123-24-2345-24-13
+nofor begword ricks 1235-24-14-13-234
+nofor partword riks 1235-24-13-234
+nofor word rock 1235-135-14-13
+nofor word rocks 1235-135-14-13-234
+word rösti 123-46-234-2345-24
+nofor begword sanskri 234-2-234-13-1235-24
+nofor begword sebk 234-15-12-13
+nofor begword skin 234-13-35
+nofor word skin 234-13-35
+nofor word skunk 234-13-136-1345-13
+nofor word skunks 234-13-136-1345-13-234
+nofor begword speck 234-1234-15-14-13
+nofor begword sprink 234-235-35-13
+nofor word svastika 234-1236-1-234-2345-24-13-1
+nofor word svastikas 234-1236-1-234-2345-24-13-1-234
+nofor word tank 2345-2-13
+nofor begword tank 2345-2-13
+nofor partword tchouk 2345-12356-1256-13
+nofor begword thanks 2345-125-2-13-234
+word traken 356-1-13-26
+begword trick 356-24-14-13
+word trick 356-24-14-13
+begword turkm 2345-136-1235-13-134
+
+nofor begword bau 12-13
+nofor endword bau 12-13
+nofor before voyabr begmidword hau 125-13
+nofor before conabr partword bau 12-13
+word bk 56-12-13
+nofor word boucau 12-1256-14-13
+nofor word boucaux 12-1256-14-13-1346
+nofor word burgau 12-136-1235-1245-13
+nofor word burgaux 12-136-1235-1245-13-1346
+nofor sufword chateau 12356-1-2345-15-13
+nofor sufword château 12356-16-2345-15-13
+nofor partword quau 12345-13
+nofor word laue 123-13-15
+nofor word donau 145-135-1345-13
+nofor word fau 124-13
+nofor word gau 1245-13
+nofor before voyabr begword glott 345-135-2456
+nofor word gluau 345-136-13
+nofor word gruau 12456-136-13
+nofor word grau 12456-13
+nofor word huau 125-136-13
+nofor word kaunakês 13-13-1345-1-13-126-234
+nofor word knautia 13-1345-13-2345-24-1
+nofor word kraurosis 13-1235-13-1235-135-234-24-234 
+nofor word landau 123-2-145-13
+nofor endword ernau 236-1345-13
+nofor word lauan 123-13-1-1345
+nofor partword orvandiau 56-1236-2-145-24-31
+nofor endword arrau 4-1235-13
+nofor partword eauist 15-13-24-234-2345
+nofor midendword ériau 123456-1235-24-13
+nofor word huhau 125-136-125-13
+nofor partword lopiau 123-135-1234-24-13
+nofor partword paui 1234-13-24
+nofor word pilau 1234-24-123-13
+nofor word senau 234-15-1345-13
+nofor partword shké 234-125-13-123456
+nofor word tau 2345-13
+nofor word tauon 2345-13-346
+nofor partword illau 24-456-13
+nofor word touchau 2345-1256-12356-13
+nofor partword ussau 136-2346-13
+nofor word unau 136-1345-13
+nofor word vindau 1236-35-145-13
+nofor partword okm 135-13-134
+nofor always clark 146-4-13
+nofor word desk 145-15-234-13
+nofor begword desk 145-15-234-13
+nofor word diktat 145-24-13-2345-1-2345
+nofor word diktats 145-24-13-2345-1-2345-234
+nofor partword uiker 23-13-236
+nofor begword ekta 15-13-2345-1
+
+#mots finissant par "ê"
+word boulê 56-12-135-136-123-126
+word épistémê 123456-1234-24-234-2345-123456-134-126
+word épochê 123456-1234-135-12356-126
+word gê 56-1245-126
+word korê 13-135-1235-126
+
+#mots finissant par "ien"
+word	acadien	1-14-1-145-256
+word	acanthodien	1-14-2-2345-125-135-145-256
+always	acarien	1-14-1-1235-256
+endword	achidien	1-12356-24-145-256
+always	acridien	1-25-24-145-256
+word	adonien	1-145-135-1345-256
+word	aéraulicien	1-123456-1235-13-123-24-14-256
+word	agrarien	1-12456-1-1235-256
+word	akkadien	1-13-13-1-145-256
+word	alaskien	1-123-1-234-13-256
+word	albien	1-123-12-256
+word	alcyonien	1-123-14-13456-135-1345-256
+word	algonkien	1-123-1245-346-13-256
+word	algonquien	1-123-1245-346-12345-256
+word	alpien	1-123-1234-256
+word	alsacien	1-123-234-1-14-256
+word	amarnien	1-134-4-1345-256
+word	amazonien	1-134-1-1356-135-1345-256
+word	ambrosien	1-134-23-135-234-256
+word	amérasien	1-134-123456-1235-1-234-256
+endword	amibien	1-134-24-12-256
+endword	amicien	1-134-24-14-256
+word	amphibien	1-134-1234-125-24-12-256
+word	amphiscien	1-134-1234-125-24-234-14-256
+word	amratien	1-134-1235-1-2345-256
+word	amygdalien	1-134-13456-1245-145-1-123-256
+word	anatolien	1-1345-1-2345-135-123-256
+word	ancien	2-14-256
+word	angkorien	2-1245-13-135-1235-256
+word	antiscien	2-2345-24-234-14-256
+always	stalinien	234-2345-1-123-24-1345-256
+word	apéxien	1-1234-123456-1346-256
+word	aphidien	1-1234-125-24-145-256
+word	apollinien	1-1234-135-456-24-1345-256
+word	appalachien	1-1234-1234-1-123-1-12356-256
+word	apulien	1-1234-136-123-256
+word	aquitanien	1-12345-24-2345-1-1345-256
+word	arcadien	4-14-1-145-256
+word	arénigien	1-1235-123456-1345-24-1245-256
+word	argien	4-1245-256
+word	aristotélicien	1-1235-24-234-2345-135-2345-123456-123-24-14-256
+word	arlésien	4-123-123456-234-256
+word	arminien	4-134-24-1345-256
+word	artésien	4-2345-123456-234-256
+word	artinien	4-2345-24-1345-256
+word	asinien	1-234-24-1345-256
+word	assyntien	1-2346-13456-1345-2345-256
+always	assyrien	1-2346-13456-1235-256
+word	astien	1-234-2345-256
+word	asturien	1-234-2345-136-1235-256
+endword	aticien	1-2345-24-14-256
+word	audonien	13-145-135-1345-256
+word	austronésien	13-234-356-135-1345-123456-234-256
+word	autrichien	13-356-24-12356-256
+word	autunien	13-2345-136-1345-256
+word	avipelvien	1-1236-24-1234-15-123-1236-256
+word	azilien	1-1356-24-123-256
+always	babylonien	12-1-12-13456-123-135-1345-256
+word	badarien	12-1-145-1-1235-256
+word	badegoulien	12-1-145-15-1245-1256-123-256
+word	bajocien	12-1-245-135-14-256
+word	balanchinien	12-1-123-2-12356-24-1345-256
+sufword	basedowien	12-1-234-15-145-135-2456-256
+word	basilien	12-1-234-24-123-256
+word	basochien	12-1-234-135-12356-256
+word	batésien	12-1-2345-123456-234-256
+word	bathonien	12-1-2345-125-135-1345-256
+word	batracien	12-1-356-1-14-256
+word	baudelairien	12-13-145-15-123-34-1235-256
+word	bayésien	12-1-13456-123456-234-256
+word	béjartien	12-123456-245-4-2345-256
+word	bellétrien	12-15-456-123456-356-256
+word	béotien	12-123456-135-2345-256
+word	bermudien	12-236-134-136-145-256
+word	berriasien	12-236-1235-24-1-234-256
+always	quotidien	12345-135-2345-24-145-256
+word	bisancien	12-24-234-2-14-256
+word	bolivien	12-135-123-24-1236-256
+word	bosnien	12-135-234-1345-256
+word	burdigalien	12-136-1235-145-24-1245-1-123-256
+word	bureauticien	12-136-1235-15-13-2345-24-14-256
+word	cadomien	14-1-145-135-134-256
+word	cadurcien	14-1-145-136-1235-14-256
+word	calabrien	14-1-123-1-23-256
+always	calédonien	14-1-123-123456-145-135-1345-256
+word	calicien	14-1-123-24-14-256
+word	californien	14-1-123-24-124-56-1345-256
+word	callovien	14-1-456-135-1236-256
+word	cambodgien	14-1-134-12-135-145-1245-256
+word	cambrésien	14-1-134-23-123456-234-256
+always	cambrien	14-1-134-23-256
+word	campanien	14-1-134-1234-1-1345-256
+word	campignien	14-1-134-1234-24-2356-256
+always	canadien	14-1-1345-1-145-256
+word	capésien	14-1-1234-123456-234-256
+word	cappadocien	14-1-1234-1234-1-145-135-14-256
+word	capverdien	14-1-1234-1236-236-145-256
+word	caradocien	14-1-1235-1-145-135-14-256
+word	carnien	14-4-1345-256
+always	carolingien	14-1-1235-135-123-35-1245-256
+word	carotidien	14-1-1235-135-2345-24-145-256
+always	carpien	14-4-1234-256
+word	cartésien	14-4-2345-123456-234-256
+word	cartusien	14-4-2345-136-234-256
+word	cassien	14-1-2346-256
+word	castelnovien	14-1-234-2345-15-123-1345-135-1236-256
+word	castelperronien	14-1-234-2345-15-123-1234-236-1235-135-1345-256
+word	catarhinien	14-1-2345-4-125-24-1345-256
+always	caucasien	14-13-14-1-234-256
+word	cégépien	14-123456-1245-123456-1234-256
+word	cénomanien	14-123456-1345-135-134-1-1345-256
+word	cératopsien	14-123456-1235-1-2345-135-1234-234-256
+word	céraunien	14-123456-1235-13-1345-256
+word	cézannien	14-123456-1356-2-1345-256
+word	chalcidien	12356-1-123-14-24-145-256
+word	charmouthien	12356-4-134-1256-2345-125-256
+word	châtelperronien	12356-16-2345-15-123-1234-236-1235-135-1345-256
+word	chattien	12356-1-2456-256
+word	chélonien	12356-123456-123-135-1345-256
+word	chien	12356-256
+word	chilien	12356-24-123-256
+word	chiridien	12356-24-1235-24-145-256
+word	chromatinien	12356-1235-135-134-1-2345-24-1345-256
+word	chthonien	12356-2345-125-135-1345-256
+word	chtonien	12356-2345-135-1345-256
+word	circadien	14-24-1235-14-1-145-256
+word	circassien	14-24-1235-14-1-2346-256
+word	cistercien	14-24-234-2345-236-14-256
+word	clactonien	146-1-14-2345-135-1345-256
+word	claudien	146-13-145-256
+word	clinicien	146-24-1345-24-14-256
+word	clitoridien	146-24-2345-135-1235-24-145-256
+word	clunisien	146-136-1345-24-234-256
+word	cœlosomien	14-246-123-135-234-135-134-256
+always	coccidien	14-135-14-14-24-145-256
+always	colombien	14-135-123-2456-12-256
+word	comblanchien	36-45-2-12356-256
+word	comorien	14-135-134-135-1235-256
+word	conchylien	25-12356-13456-123-256
+word	condylien	25-145-13456-123-256
+word	coniacien	14-135-1345-24-1-14-256
+word	corallien	14-135-1235-1-456-256
+word	corinthien	14-135-1235-35-2345-125-256
+word	coronarien	14-135-1235-135-1345-1-1235-256
+word	corticosurrénalien	14-56-2345-24-14-135-234-136-1235-1235-123456-1345-1-123-256
+always	crânien	25-16-1345-256
+word	creswellien	25-15-234-2456-15-456-256
+word	cristallinien	25-24-234-2345-1-456-24-1345-256
+word	crocodilien	25-135-14-135-145-24-123-256
+endword	cticien	14-2345-24-14-256
+word	cyclophyllidien	14-13456-146-135-1234-125-13456-456-24-145-256
+word	dalmatien	145-1-123-134-1-2345-256
+word	daltonien	145-1-123-2345-135-1345-256
+word	dangeardien	145-2-1245-15-4-145-256
+word	danubien	145-1-1345-136-12-256
+word	deutérostomien	145-5-2345-123456-1235-135-234-2345-135-134-256
+word	dévonien	145-123456-1236-135-1345-256
+always	diluvien	145-24-123-136-1236-256
+word	dinantien	145-24-1345-2-2345-256
+word	dionysien	145-24-135-1345-13456-234-256
+word	diploglossien	145-24-1246-135-345-135-2346-256
+word	djiboutien	145-245-24-12-1256-2345-256
+word	domien	145-135-134-256
+word	dorien	145-135-1235-256
+word	draconien	1456-1-14-135-1345-256
+word	dravidien	1456-1-1236-24-145-256
+word	dunkerquien	145-136-1345-13-236-12345-256
+word	échiurien	123456-12356-24-136-1235-256
+endword	édien	123456-145-256
+endword égien 123456-1245-256
+word	égyptien	123456-1245-13456-1234-2345-256
+word	électronicien	123456-123-15-14-356-135-1345-24-14-256
+endword	élien	123456-123-256
+word	elzévirien	15-123-1356-123456-1236-24-1235-256
+endword	émicien	123456-134-24-14-256
+endword	émien	123456-134-256
+word	émilien	123456-134-24-123-256
+word	emsien	345-234-256
+word	endocrinien	26-145-135-25-24-1345-256
+endword	énien	123456-1345-256
+word	entretien	26-356-15-2345-256
+word	éolien	123456-135-123-256
+word	éosuchien	123456-135-234-136-12356-256
+word	éphésien	123456-1234-125-123456-234-256
+word	épicondylien	123456-1234-24-25-145-13456-123-256
+word	épicurien	123456-1234-24-14-136-1235-256
+word	équatorien	123456-12345-1-2345-135-1235-256
+word	érasmien	123456-1235-1-234-134-256
+endword	éridien	123456-1235-24-145-256
+endword	érien	123456-1235-256
+word	erteböllien	15-1235-2345-15-12-246-123-123-256
+word	estonien	156-2345-135-1345-256
+word	estuarien	156-2345-136-1-1235-256
+word	états-unien	123456-2345-1-2345-234-36-136-1345-256
+word	étésien	123456-2345-123456-234-256
+word	éthiopien	123456-2345-125-24-135-1234-256
+endword	éticien	123456-2345-24-14-256
+after con endword	étien	123456-2345-256
+word	étolien	123456-2345-135-123-256
+word	euclidien	5-146-24-145-256
+word	eurasien	5-1235-1-234-256
+word	euskarien	5-234-13-1-1235-256
+word	eusuchien	5-234-136-12356-256
+word	fabricien	124-1-23-24-14-256
+word	famennien	124-1-134-26-1345-256
+word	faustien	124-13-234-2345-256
+word	fébronien	124-123456-23-135-1345-256
+word	fellinien	124-15-456-24-1345-256
+word	féringien	124-123456-1235-35-1245-256
+word	ferromagnésien	124-236-1235-135-134-1-2356-123456-234-256
+word	fidjien	124-24-145-245-256
+word	filarien	124-24-123-1-1235-256
+word	filonien	124-24-123-135-1345-256
+word	flandrien	126-2-1456-256
+word	francilien	16-2-14-24-123-256
+word	franconien	16-2-14-135-1345-256
+word	frasnien	16-1-234-1345-256
+word	frœbelien	16-246-12-15-123-256
+word	fuchsien	124-136-12356-234-256
+word	fumerollien	124-136-134-15-1235-135-456-256
+word	galicien	1245-1-123-24-14-256
+word	galtonien	1245-1-123-2345-135-1345-256
+word	gardien	1245-4-145-256
+word	gargasien	1245-4-1245-1-234-256
+word	garibaldien	1245-1-1235-24-12-1-123-145-256
+always	oesophagien	135-15-234-135-1234-125-1-1245-256
+word	gaullien	1245-13-456-256
+word	gaussien	1245-13-2346-256
+word	gédinnien	1245-123456-145-35-1345-256
+word	géodésien	1245-123456-135-145-123456-234-256
+word	géorgien	1245-123456-56-1245-256
+word	georgien	1245-15-56-1245-256
+word	géphyrien	1245-123456-1234-125-13456-1235-256
+word	giscardien	1245-24-234-14-4-145-256
+word	glyconien	345-13456-14-135-1345-256
+always	grammairien	12456-1-134-134-34-1235-256
+word	graphicien	12456-1-1234-125-24-14-256
+word	gravettien	12456-1-1236-15-2456-256
+word	grégorien	12456-123456-1245-135-1235-256
+word	gymnamœbien	1245-13456-134-1345-1-134-246-12-256
+word	haïtien	125-1-12456-2345-256
+word	hallstattien	125-1-123-123-234-2345-1-2456-256
+word	hamiltonien	125-1-134-24-123-2345-135-1345-256
+word	hanovrien	125-1-1345-135-1236-1235-256
+word	haussmannien	125-13-234-234-134-2-1345-256
+word	hauterivien	125-13-2345-15-1235-24-1236-256
+word	hawaiien	125-1-2456-34-256
+word	hénophidien	125-123456-1345-135-1234-125-24-145-256
+word	hercynien	125-236-14-13456-1345-256
+always	hermitien	125-236-134-24-2345-256
+word	hettangien	125-15-2456-2-1245-256
+word	hiéronymien	125-24-123456-1235-135-1345-13456-134-256
+word	hilbertien	125-24-123-12-236-2345-256
+always	historien	125-24-234-2345-135-1235-256
+word	hollywoodien	125-135-456-13456-2456-135-135-145-256
+always	hominien	125-135-134-24-1345-256
+word	hondurien	125-346-145-136-1235-256
+word	huronien	125-136-1235-135-1345-256
+word	hydraulicien	125-13456-1456-13-123-24-14-256
+word	hyperlien	125-13456-1234-236-123-256
+word	ibéromaurusien	24-12-123456-1235-135-134-13-1235-136-234-256
+word	icarien	24-14-1-1235-256
+word	icartien	24-14-4-2345-256
+word	ichtyostégalien	24-12356-2345-13456-135-234-2345-123456-1245-1-123-256
+endword	ïcien	12456-14-256
+endword	ïdien	12456-145-256
+word	ignacien	24-2356-1-14-256
+word	ilerdien	24-123-236-145-256
+word	illyrien	24-456-13456-1235-256
+word	indien	35-145-256
+partword	indien	35-145-256
+word	indo-iranien	35-145-135-36-24-1235-1-1345-256
+word	indonésien	35-145-135-1345-123456-234-256
+word	infradien	35-16-1-145-256
+word	irien	24-1235-256
+word	iroquoien	24-1235-135-12345-23456-26
+word	irvingien	24-1235-1236-35-1245-256
+word	ismaïlien	24-234-134-1-12456-123-256
+word	italien	24-2345-1-123-256
+endword	iticien	24-2345-24-14-256
+word	ivoirien	24-1236-23456-1235-256
+word	jdanovien	245-145-1-1345-135-1236-256
+word	jordanien	245-56-145-1-1345-256
+word	jovien	245-135-1236-256
+word	julien	245-136-123-256
+word	jungien	245-136-1345-1245-256
+word	junonien	245-136-1345-135-1345-256
+word	jurassien	245-136-1235-1-2346-256
+word	kantien	13-2-2345-256
+word	keynésien	13-15-13456-1345-123456-234-256
+word	néokeynésien	1345-123456-135-13-15-13456-1345-123456-234-256
+word	kievien	13-24-15-1236-256
+word	kimméridgien	13-24-134-134-123456-1235-24-145-1245-256
+word	kolarien	13-135-123-1-1235-256
+word	koweïtien	13-135-2456-15-12456-2345-256
+word	lacanien	123-1-14-1-1345-256
+word	lacédémonien	123-1-14-123456-145-123456-134-135-1345-256
+word	lacertilien	123-1-14-236-2345-24-123-256
+word	laconien	123-1-14-135-1345-256
+word	ladinien	123-1-145-24-1345-256
+word	lagrangien	123-1-12456-2-1245-256
+word	lamarckien	123-1-134-4-14-13-256
+word	lancastrien	123-2-14-1-234-356-256
+word	laotien	123-1-135-2345-256
+word	laplacien	123-1-1246-1-14-256
+word	laramien	123-1-1235-1-134-256
+word	laurentien	123-13-1235-26-2345-256
+word	lédonien	123-123456-145-135-1345-256
+word	leibnizien	123-15-24-12-1345-24-1356-256
+word	lémurien	123-123456-134-136-1235-256
+word	leptorhinien	123-15-1234-2345-56-125-24-1345-256
+word	lesbien	123-15-234-12-256
+word	levalloisien	123-15-1236-1-456-23456-234-256
+word	lezguien	123-15-1356-1245-136-256
+after space word	lien	123-256
+word	ligurien	123-24-1245-136-1235-256
+word	lilliputien	123-24-456-24-1234-136-2345-256
+word	liquidien	123-24-12345-24-145-256
+word	lituanien	123-24-2345-136-1-1345-256
+word	llandeilien	123-123-2-145-15-24-123-256
+word	llanvirnien	123-123-2-1236-24-1235-1345-256
+word	logicien	123-135-1245-24-14-256
+word	logoudorien	123-135-1245-1256-145-135-1235-256
+word	londonien	123-346-145-135-1345-256
+word	longovicien	123-346-1245-135-1236-24-14-256
+word	lophophorien	123-135-1234-125-135-1234-125-135-1235-256
+word	louisquatorzien	123-1256-24-234-12345-1-2345-56-1356-256
+word	lucanien	123-136-14-1-1345-256
+word	ludien	123-136-145-256
+word	ludlowien	123-136-145-123-135-2456-256
+word	lusitanien	123-136-234-24-2345-1-1345-256
+word	lycien	123-13456-14-256
+word	lydien	123-13456-145-256
+word	macédonien	134-1-14-123456-145-135-1345-256
+word	macroscien	134-1-25-135-234-14-256
+word	maëstrichtien	134-1-1246-234-356-24-12356-2345-256
+word	magicien	134-1-1245-24-14-256
+word	maglemosien	134-1-345-15-134-135-234-256
+word	magnésien	134-1-2356-123456-234-256
+word	magnien	134-1-2356-256
+word	malarien	134-1-123-1-1235-256
+word	maldivien	134-1-123-145-24-1236-256
+word	malpighien	134-1-123-1234-24-1245-125-256
+word	malthusien	134-1-123-2345-125-136-234-256
+word	mammalien	134-1-134-134-1-123-256
+endword	mancien	134-2-14-256
+word	manganésien	134-2-1245-1-1345-123456-234-256
+word	marollien	134-1-1235-135-456-256
+word	martien	134-4-2345-256
+word	mauricien	134-13-1235-24-14-256
+word	mauritanien	134-13-1235-24-2345-1-1345-256
+always	mécanicien	134-123456-14-1-1345-24-14-256
+word	mélanésien	134-123456-123-1-1345-123456-234-256
+word	mérovingien	134-123456-1235-135-1236-35-1245-256
+word	mésaxonien	134-123456-234-1-1346-135-1345-256
+word	mésopotamien	134-123456-234-135-1234-135-2345-1-134-256
+word	mésosuchien	134-123456-234-135-234-136-12356-256
+word	messalien	134-15-2346-1-123-256
+word	messinien	134-15-2346-24-1345-256
+word	phalangien	1234-125-1-123-2-1245-256
+word	métatarsien	134-123456-2345-1-2345-4-234-256
+word	micoquien	134-24-14-135-12345-256
+always	microbien	134-24-25-135-12-256
+word	micronésien	134-24-25-135-1345-123456-234-256
+word	mien	134-256
+word	milicien	134-24-123-24-14-256
+word	monarchien	134-135-1345-4-12356-256
+word	monosomien	134-135-1345-135-234-135-134-256
+word	montessorien	134-346-2345-15-2346-135-1235-256
+word	muscarinien	134-136-234-14-1-1235-24-1345-256
+word	musicien	134-136-234-24-14-256
+word	mycorhizien	134-13456-14-56-125-24-1356-256
+word	namurien	1345-1-134-136-1235-256
+word	nancéien	1345-2-14-123456-256
+word	natoufien	1345-1-2345-1256-124-256
+word	némertien	1345-123456-134-236-2345-256
+word	néocomien	1345-123456-135-14-135-134-256
+word	néodarwinien	1345-123456-135-145-4-2456-24-1345-256
+word	néokantien	1345-123456-135-13-2-2345-256
+word	néphridien	1345-123456-1234-125-1235-24-145-256
+word	néronien	1345-123456-1235-135-1345-256
+word	nestorien	1345-15-234-2345-135-1235-256
+endword	neurien	1345-5-1235-256
+word	neuroendocrinien	1345-5-1235-135-26-145-135-25-24-1345-256
+word	neutronicien	1345-5-356-135-1345-24-14-256
+word	newtonien	1345-15-2456-2345-135-1345-256
+word	nidorien	1345-24-145-135-1235-256
+word	norien	1345-135-1235-256
+word	nousantarien	1345-1256-234-2-2345-1-1235-256
+word	novatien	1345-135-1236-1-2345-256
+word	nubien	1345-136-12-256
+word	oasien	135-1-234-256
+always	œdipien	246-145-24-1234-256
+word	œsophagien	246-234-135-1234-125-1-1245-256
+word	olécranien	135-123-123456-25-1-1345-256
+word	olympien	135-123-13456-134-1234-256
+word	ombrien	2456-23-256
+word	onusien	135-1345-136-234-256
+word	ophidien	135-1234-125-24-145-256
+word	opticien	135-1234-2345-24-14-256
+word	oratorien	135-1235-1-2345-135-1235-256
+word	ordovicien	135-1235-145-135-1236-24-14-256
+word	organicien	135-1235-1245-1-1345-24-14-256
+word	organolithien	135-1235-1245-1-1345-135-123-24-2345-125-256
+word	organomagnésien	135-1235-1245-1-1345-135-134-1-2356-123456-234-256
+word	ornithischien	135-1235-1345-24-2345-125-24-234-12356-256
+word	ottonien	135-2456-135-1345-256
+nofor begmidword  ougrien 1256-12456-256
+nofor word  ougrien 1256-12456-24-26
+word	oulipien	1256-123-24-1234-256
+word	ourlien	12346-123-256
+word	ovarien	135-1236-1-1235-256
+word	paléotéthysien	1234-1-123-123456-135-2345-123456-2345-125-13456-234-256
+word	palestinien	1234-1-123-15-234-2345-24-1345-256
+word	palladien	1234-1-456-1-145-256
+word	pannonien	1234-2-1345-135-1345-256
+word	paraxonien	1234-1-1235-1-1346-135-1345-256
+word	parkinsonien	1234-4-13-35-234-135-1345-256
+word	parnassien	1234-4-1345-1-2346-256
+word	paroissien	1234-1-1235-23456-2346-256
+word	parotidien	1234-1-1235-135-2345-24-145-256
+word	pastorien	1234-1-234-2345-135-1235-256
+word	paulicien	1234-13-123-24-14-256
+word	paulinien	1234-13-123-24-1345-256
+word	pavlovien	1234-1-1236-123-135-1236-256
+word	peckhamien	1234-15-14-13-125-1-134-256
+word	pélagien	1234-123456-123-1-1245-256
+word	péloponnésien	1234-123456-123-135-1234-346-1345-123456-234-256
+word	pelvien	1234-15-123-1236-256
+word	pennsylvanien	1234-26-1345-234-13456-123-1236-1-1345-256
+word	pentévrien	1234-26-2345-123456-1236-1235-256
+word	péridinien	1234-123456-1235-24-145-24-1345-256
+word	périgordien	1234-123456-1235-24-1245-56-145-256
+word	permien	1234-236-134-256
+word	péruvien	1234-123456-1235-136-1236-256
+word	phalangien	1234-125-1-123-2-1245-256
+word	pharisien	1234-125-1-1235-24-234-256
+always	pharmacien	1234-125-4-134-1-14-256
+word	phénicien	1234-125-123456-1345-24-14-256
+word	philadelphien	1234-125-24-123-1-145-15-123-1234-125-256
+word	phocidien	1234-125-135-14-24-145-256
+always	physicien	1234-125-13456-234-24-14-256
+word	plaisancien	1246-34-234-2-14-256
+always	platonicien	1246-1-2345-135-1345-24-14-256
+word	platyrhinien	1246-1-2345-13456-1235-125-24-1345-256
+word	plébéien	1246-123456-12-123456-256
+word	pliensbachien	1246-256-234-12-1-12356-256
+word	polynésien	1234-135-123-13456-1345-123456-234-256
+word	poméranien	1234-135-134-123456-1235-1-1345-256
+word	pompéien	1234-2456-1234-123456-256
+word	potsdamien	1234-135-2345-234-145-1-134-256
+word	prénéandertalien	235-123456-1345-123456-2-145-236-2345-1-123-256
+word	prétorien	235-123456-2345-135-1235-256
+word	priabonien	235-24-1-12-135-1345-256
+word	priapulien	235-24-1-1234-136-123-256
+word	proboscidien	235-12-135-234-14-24-145-256
+word	proculien	235-14-136-123-256
+word	prolétarien	235-123-123456-2345-1-1235-256
+word	prosimien	235-234-24-134-256
+word	protostomien	235-2345-135-234-2345-135-134-256
+word	proudhonien	235-1256-145-125-135-1345-256
+word	proustien	235-1256-234-2345-256
+word	prussien	235-136-2346-256
+word	pyrrhonien	1234-13456-1235-1235-125-135-1345-256
+word	pythagoricien	1234-13456-2345-125-1-1245-135-1235-24-14-256
+word	pythien	1234-13456-2345-125-256
+word	rabelaisien	1235-1-12-15-123-34-234-256
+word	racinien	1235-1-14-24-1345-256
+word	reaganien	1235-15-1-1245-1-1345-256
+word	relien	3-123-256
+word	reptilien	3-1234-2345-24-123-256
+word	rétinien	1235-123456-2345-24-1345-256
+word	reuchlinien	1235-5-12356-123-24-1345-256
+word	rhétoricien	1235-125-123456-2345-135-1235-24-14-256
+word	rhipidistien	1235-125-24-1234-24-145-24-234-2345-256
+word	rhodanien	1235-125-135-145-1-1345-256
+word	rhodésien	1235-125-135-145-123456-234-256
+word	rhodien	1235-125-135-145-256
+word	riemannien	1235-24-15-134-2-1345-256
+word	rimbaldien	1235-24-134-12-1-123-145-256
+word	roboticien	1235-135-12-135-2345-24-14-256
+word	romanellien	1235-135-134-1-1345-15-456-256
+word	rosicrucien	1235-135-234-24-25-136-14-256
+word	rotarien	1235-135-2345-1-1235-256
+always	rotulien	1235-135-2345-136-123-256
+endword	rurgien	1235-136-1235-1245-256
+word	russien	1235-136-2346-256
+word	rythmicien	1235-13456-2345-125-134-24-14-256
+word	saalien	234-1-1-123-256
+word	sabellien	234-1-12-15-456-256
+word	sabinien	234-1-12-24-1345-256
+always	saharien	234-1-125-1-1235-256
+word	cyrien	14-13456-1235-256
+word	sulpicien	234-136-123-1234-24-14-256
+word	sakmarien	234-1-13-134-1-1235-256
+word	salésien	234-1-123-123456-234-256
+word	salpingien	234-1-123-1234-35-1245-256
+word	santonien	234-2-2345-135-1345-256
+word	saoudien	234-1-1256-145-256
+word	saturnien	234-1-2345-136-1235-1345-256
+endword	saurien	234-13-1235-256
+word	saurischien	234-13-1235-24-234-12356-256
+word	saurophidien	234-13-1235-135-1234-125-24-145-256
+word	sauroptégyrien	234-13-1235-135-1234-2345-123456-1245-13456-1235-256
+word	saussurien	234-13-2346-136-1235-256
+word	savoisien	234-1-1236-23456-234-256
+word	saxonien	234-1-1346-135-1345-256
+word	scaldien	234-14-1-123-145-256
+word	sélacien	234-123456-123-1-14-256
+word	sémanticien	234-123456-134-2-2345-24-14-256
+word	sémioticien	234-123456-134-24-135-2345-24-14-256
+word	sénégambien	234-123456-1345-123456-1245-1-134-12-256
+word	sénonien	234-123456-1345-135-1345-256
+word	shakespearien	234-125-1-13-15-234-1234-15-1-1235-256
+word	sicilien	234-24-14-24-123-256
+word	sien	234-256
+word	silésien	234-24-123-123456-234-256
+word	silurien	234-24-123-136-1235-256
+word	simien	234-24-134-256
+word	sinémurien	234-24-1345-123456-134-136-1235-256
+word	singapourien	234-35-1245-1-1234-1256-1235-256
+word	sinusien	234-24-1345-136-234-24-26
+word	sipunculien	234-24-1234-136-1345-14-136-123-256
+word	socinien	234-135-14-24-1345-256
+word	sogdien	234-135-1245-145-256
+word	somalien	234-135-134-1-123-256
+word	sonvien	234-346-1236-256
+word	soutien	234-1256-2345-256
+word	sparnacien	234-1234-4-1345-1-14-256
+word	stalinien	234-2345-1-123-24-1345-256
+word	stampien	234-2345-1-134-1234-256
+word	stendhalien	234-2345-26-145-125-1-123-256
+word	stéphanien	234-2345-123456-1234-125-1-1345-256
+word	strombolien	234-356-2456-12-135-123-256
+word	stylicien	234-2345-13456-123-24-14-256
+word	surrénalien	234-136-1235-1235-123456-1345-1-123-256
+word	sylvien	234-13456-123-1236-256
+word	syrien	234-13456-1235-256
+word	tahitien	2345-1-125-24-2345-256
+word	tanzanien	2345-2-1356-1-1345-256
+word	tardenoisien	2345-4-145-15-1345-23456-234-256
+word	tarsien	2345-4-234-256
+word	tasmanien	2345-1-234-134-1-1345-256
+word	tatarien	2345-1-2345-1-1235-256
+word	tayacien	2345-1-13456-1-14-256
+always	technicien	2345-15-12356-1345-24-14-256
+word	tellien	2345-15-456-256
+word	tellurien	2345-15-456-136-1235-256
+word	terre-neuvien	2345-1235-36-1345-5-1236-256
+word	terrien	2345-236-1235-256
+word	thécamœbien	2345-125-123456-14-1-134-246-12-256
+word	théodosien	2345-125-123456-135-145-135-234-256
+word	théologien	2345-125-123456-135-123-135-1245-256
+word	théoricien	2345-125-123456-135-1235-24-14-256
+word	thermicien	2345-125-236-134-24-14-256
+word	thermidorien	2345-125-236-134-24-145-135-1235-256
+word	thessalien	2345-125-15-2346-1-123-256
+endword	thropien	2345-125-1235-135-1234-256
+word	thuringien	2345-125-136-1235-35-1245-256
+word	tien	2345-256
+word	tironien	2345-24-1235-135-1345-256
+word	toarcien	2345-135-4-14-256
+word	tokharien	2345-135-13-125-1-1235-256
+word	tomien	2345-135-134-256
+word	tortonien	2345-56-2345-135-1345-256
+word	touranien	2345-1256-1235-1-1345-256
+word	tragien	356-1-1245-256
+word	Transilien	46-356-2-234-24-123-256
+word	transneptunien	356-1345-15-1234-2345-136-1345-256
+word	transuranien	356-2-234-136-1235-1-1345-256
+word	transylvanien	356-2-234-13456-123-1236-1-1345-256
+word	tribunitien	356-24-12-136-1345-24-2345-256
+endword atricien 1-356-24-14-256
+endword ctricien 14-356-24-14-256
+endword otricien 135-356-24-14-256
+word	trinidadien	356-24-1345-24-145-1-145-256
+always	trinitarien	356-24-1345-24-2345-1-1235-256
+word	tsaconien	2345-234-1-14-135-1345-256
+word	turonien	2345-136-1235-135-1345-256
+word	tyrien	2345-13456-1235-256
+word	ukrainien	136-13-1235-34-1345-256
+word	urgonien	136-1235-1245-135-1345-256
+word	urticarien	136-1235-2345-24-14-1-1235-256
+word	valanginien	1236-1-123-2-1245-24-1345-256
+word	valoisien	1236-1-123-23456-234-256
+word	varsovien	1236-4-234-135-1236-256
+word	vauclusien	1236-13-146-136-234-256
+word	vaurien	1236-13-1235-256
+word	végétarien	1236-123456-1245-123456-2345-1-1235-256
+word	vénitien	1236-123456-1345-24-2345-256
+word	vermidien	1236-236-134-24-145-256
+word	vidien	1236-24-145-256
+word	villafranchien	1236-24-456-1-16-2-12356-256
+word	villanovien	1236-24-456-1-1345-135-1236-256
+word	vindobonien	1236-35-145-135-12-135-1345-256
+word	virginien	1236-24-1235-1245-24-1345-256
+word	voltairien	1236-135-123-2345-34-1235-256
+word	vosgien	1236-135-234-1245-256
+word	vulcanien	1236-136-123-14-1-1345-256
+word	wallisien	2456-1-456-24-234-256
+word	wealdien	2456-15-1-123-145-256
+word	wenlockien	2456-26-123-135-14-13-256
+word	westphalien	2456-15-234-2345-1234-125-1-123-256
+word	wormien	2456-56-134-256
+word	würmien	2456-1256-1235-134-256
+endword ygien 13456-1245-256
+endword	yngien	13456-1345-1245-256
+word	yprésien	13456-235-123456-234-256
+word	zambien	1356-1-134-12-256
+word	zéphyrien	1356-123456-1234-125-13456-1235-256
+word	zoroastrien	1356-135-1235-135-1-234-356-256
+word	zwinglien	1356-2456-35-345-256
+
+#Mots comportant un "q" non suivi de "u"
+nofor midword qch 12345-12356
+word	bicocq	56-12-24-14-135-14-12345
+word	bicoq	56-12-24-14-135-12345
+word	bicoqs	56-12-24-14-135-12345-234
+word bq 12-12345
+word burqa 12-136-1235-12345-1
+word cinq 14-35-12345
+word	coq	56-14-135-12345
+word	coqs	56-14-135-12345-234
+nofor word eurêka 5-1235-126-13-1
+word faq 124-1-12345
+word fiqh 124-24-12345-125
+word iraq 24-1235-1-12345
+nofor prfword mark 134-4-13
+nofor prfword marks 134-4-13-234
+nofor word maqam 134-1-12345-1-134
+nofor word maqsura 134-1-12345-234-136-1235-1
+nofor word muallaqa 134-136-1-456-1-12345-1
+nofor word muqarnas 134-136-12345-4-1345-1-234
+nofor begword naqch 1345-1-12345-12356
+word nasdaq 1345-1-234-145-1-12345
+word nastaliq 1345-1-234-2345-1-123-24-12345
+nofor begword qadar 12345-1-145-1-1235
+nofor begword qadd 12345-1-145-145
+nofor begword qadir 12345-1-145-24-1235
+nofor word qalandari 12345-1-123-2-145-1-1235-24
+nofor word qanat 12345-1-1345-1-2345
+nofor word qanun 12345-1-1345-136-1345
+nofor word qarmate 12345-4-134-1-2345-15
+nofor word qasida 12345-1-234-24-145-1
+nofor word qasidas 12345-1-234-24-145-1-234
+nofor word qasr 12345-1-234-1235
+word qat 12345-1-2345
+word qats 12345-1-2345-234
+word qi 12345-24
+begword qibl 12345-24-45
+word qin 12345-35
+word qinghao 12345-35-1245-125-1-135
+nofor begword qatar 12345-1-2345-1-1235
+word romestecq 1235-135-134-15-234-2345-15-14-12345
+word tamacheq 2345-1-134-1-12356-15-12345
+word tariqa 2345-1-1235-24-12345-1
+word	videcoq	56-1236-24-145-15-14-135-12345
+word	videcoqs	56-1236-24-145-15-14-135-12345-234
+word weiqi 2456-15-2-12345-24
+
+
+#Quelques mots ou suites de caractères difficiles à intégrer dans les règles ci-dessus"
+word allô 56-1-123-123-1456
+word auer 1-136-15-1235
+word à-peu-près 12356-36-1234-5-36-235-234
+word bau 12-13
+begword bickf 12-24-14-13-124
+word bottom 12-135-2345-2345-2456
+nofor before con begword buck 12-136-14-13
+nofor word çà 12346-12356
+word cañon 14-1-12456-346
+word cañons 14-1-12456-346-234
+nofor word crône 25-1456-1345-15
+nofor word crônes 25-1456-1345-156
+before conabr begmidword coex 14-135-15-1346
+word décemvir 145-123456-14-345-1236-24-1235
+partword décemvir 145-123456-14-345-1236-24-1235
+word diêu 56-145-24-126-136
+word doña 145-135-12456-1
+nofor before con begword draw 1456-1-2456
+word fagoue 124-1-1245-1256-15
+word fagoues 124-1-1245-1256-156
+nofor begword folk 124-135-123-13
+nofor begword fox 124-135-1346
+nofor begword frœ 16-246
+nofor before con begword from 16-2456
+word guèze 1245-136-2346-1356-15
+nofor begword hack 125-1-14-13
+nofor begmidword indemn 35-145-345-1345
+nofor midword kilo 13-24-123-135
+word landsmål 123-2-145-234-134-2-123
+sufword lemna 123-345-1345-1
+word link 123-53-13
+word links 123-53-13-234
+word maestà 134-1-15-234-2345-12356
+word moeurs 134-135-46-234
+nofor before con begword new 1345-15-2456
+nofor begword pellagreu 1234-15-456-1-12456-5
+word pelles 123-15-456-156
+nofor before con begword pick 1234-24-14-13
+partword qur 12345-136-1235
+word pop3 1234-135-1234-6-146
+word prof 235-135-124
+word profs 235-135-124-234
+word riksmål 1235-24-13-234-134-2-123
+nofor begword wh 2456-125
+nofor begword semnop 234-345-1345-135-1234
+nofor begword semsey 234-345-234-15-13456
+nofor begword señ 234-15-12456
+word sertao 234-236-2345-1-135
+word sertão 234-236-2345-5-26-16-135
+word sos 56-234-135-234
+nofor partword stock 234-2345-135-14-13
+nofor begword temno 2345-345-1345-135
+sufword york 13456-56-13
+word www 56-2456-2456-2456
+nofor word zyklon 1356-13456-13-123-346
+nofor word € 45-15
+always (o) 236-135-356
+
+#Ponctuations suivies d'un signe
+nofor postpunc ." 256-2356
+nofor postpunc .) 256-356
+nofor postpunc .] 256-356-12
+nofor postpunc .} 256-356-3-3
+nofor postpunc ;" 23-2356
+nofor postpunc ;) 23-356
+nofor postpunc ;] 23-356-12
+nofor postpunc ;} 23-356-3-3
+nofor postpunc ," 2-2356
+nofor postpunc ,) 2-356
+nofor postpunc ,] 2-356-12
+nofor postpunc ,} 2-356-3-3
+nofor postpunc ?" 26-2356
+nofor postpunc ?) 26-356
+nofor postpunc ?] 26-356-12
+nofor postpunc ?} 26-356-3-3
+nofor postpunc !" 235-2356
+nofor postpunc !) 235-356
+nofor postpunc !] 235-356-12
+nofor postpunc !} 235-356-3-3
+
+#Signes suivis d'une ponctuation
+nofor postpunc ), 356-2
+nofor postpunc ); 356-23
+nofor postpunc ): 356-25
+nofor postpunc ). 356-256
+nofor postpunc )? 356-26
+nofor postpunc )! 356-235
+nofor postpunc ", 2356-2
+nofor postpunc "; 2356-23
+nofor postpunc ". 2356-235
+nofor postpunc "? 2356-26
+nofor postpunc "! 2356-235
+nofor postpunc ] 356-12
+midword / 6-34
+
+word " 56-2356
+word \x00ab 56-2356
+word \x00bb 56-2356
+
+word / 6-34
+word * 6-35
+noback always -\s 56-36-0
+word - 56-36
+word ? 56-26
+word ! 56-235
+word ( 56-236
+word ) 56-356
+
+
+#Quelques corrections après traitement
+nofor pass3 [@36-134-356] @14-135-134-134-15-2345-2345-1235-15
+nofor correct "q"["u"]"."$l ?
+nofor correct "Q"["u"]"."$l ?
+nofor correct ".q"["u"]"." ?
+nofor correct ".Q"["u"]"." ?
+nofor correct "qu"["u"] ?
+nofor correct "QU"["U"] ?
+#gestion du tiret en début de mot
+noback correct `"-"$l "`"*
+noback correct $s["-"]$l "`-"
+
+#Parenthèse dans un mot
+noback correct $l["("] "\x201E("
+nofor correct $l["„"]"(" ?
+
+#Minuscule suivie d'une majuscule
+noback correct $l$u[]$U$l "\xfffb"
+noback pass2 @256b ?
+
+#opérations mathématiques
+
+#éliminer les chaînes n'étant pas des expressions mathématiques
+nofor pass4 @6-36%frmath.$s @12345678*
+nofor pass4 @6-36%frmath.~ @12345678*
+
+nofor pass3 `[@6-36]!$s @13678
+nofor pass3 $s[@6-36]!$s @13678
+nofor pass3 $l[@6-36]$d @36-6
+nofor pass3 @12345678 ?
+
+#Traitement des accolades"
+nofor pass4 @6-6-236[]%frmath.$s @6
+nofor pass4 @6-6-236%frmath.~ #4=1*
+nofor pass4 #4=0@6-6-236[] @0-8-0
+nofor pass4 !@0[]@356-3-3 @0-8-0
+
+#Une expression commençant par un point 6 est maintenant forcément une expression mathématique
+#Elle se termine par un espace, un letsign ou une fin de chaîne.
+nofor pass2 `@6 #1=1*
+nofor pass2 $s@6 #1=1*
+nofor pass2 `!@6 #1=0*
+nofor pass2 $s!@6 #1=0*
+nofor pass2 @56 #1=0*
+nofor pass2 $s@6-6-236!%frmath #1=0*
+
+#Cas particulier des mots finissant par "lieues"
+nofor pass3 @123-6-156~ #1=0*
+nofor pass3 @123-6-156$s #1=0*
+nofor pass3 @123-6-156!$l #1=0*
+
+#Traitement des opérateurs
+nofor pass2 #1=1[@235] @2358	plus
+nofor pass2 #1=1[@36] @368	moins
+nofor pass2 #1=1[@35] @358	multiplié
+nofor pass2 #1=1[@34] @348	divisé
+nofor pass2 #1=1[@4] @47	puissance
+
+nofor pass2 #1=1[@2356] @23568	égal
+nofor pass2 #1=1[@5-126] @238	inférieur à
+nofor pass2 #1=1[@5-345] @756	supérieur à
+
+nofor pass2 #1=1[@236] @2368	parenthèse gauche
+
+nofor pass2 #1=1[@45-236] @12356a	crochet gauche
+nofor pass2 #1=1[@12356] @12356a	crochet gauche
+nofor pass2 #1=1[@356-12] @23456a	crochet droit
+nofor pass2 #1=1[@23456] @23456a	crochet droit
+
+nofor pass2 #1=1[@6-6-236] @2378	accolade gauche
+nofor pass2 #1=1[@356-3-3] @3568	accolade droite
+
+nofor pass2 #1=0[@356-12]$sp @234568	crochet droit littéraire
+nofor pass2 #1=0[@356-12]~ @234568
+
+#Les chiffres
+nofor pass2 #1=1[@16] @168
+nofor pass2 #1=1[@126] @1268
+nofor pass2 #1=1[@146] @1468
+nofor pass2 #1=1[@1456] @14568
+nofor pass2 #1=1[@156] @1568
+nofor pass2 #1=1[@1246] @12468
+nofor pass2 #1=1[@12456] @124568
+nofor pass2 #1=1[@1256] @12568
+nofor pass2 #1=1[@246] @2468
+nofor pass2 #1=1[@3456] @34568
+nofor context @168 "1"
+nofor context @1268 "2"
+nofor context @1468 "3"
+nofor context @14568 "4"
+nofor context @1568 "5"
+nofor context @12468 "6"
+nofor context @124568 "7"
+nofor context @12568 "8"
+nofor context @2468 "9"
+nofor context @34568 "0"
+nofor context @2358 "+"
+nofor context @368 "-"
+nofor context @13678 "-"
+nofor context @358 "*"
+nofor context @348 "/"
+nofor context @47 "^"
+
+nofor context @23568 "="
+nofor context @238 "<"
+nofor context @756 ">"
+
+nofor context @2368 "("
+nofor context @234568 "]"
+
+nofor context @6-2368-6 "{"
+nofor context @6-6-2368 "{"
+nofor context @2378 "{"
+nofor context @3568 "}"
+nofor context @6-2368-6-6-2368 "({"
+nofor context @6-6-2368-6-2368 "{("
+
+#Crochets mathématiques en forward
+noback correct `["["]$dmp "`\xfffd"
+noback correct $s["["]$dmp "`\xfffd"
+noback correct ["["]$dmp "\xfffd"
+noback correct $dm2["]"] "\xfffe"
+
+noback pass2 @12356[@6]$dm ?
+noback pass2 @23456[@6]$dm ?
+noback pass2 $d[@6]$d ?
+#Fin opérations mathématiques
+
+#Sigles contenants des points ou des tirets
+noback compbrl \xfff9
+noback correct $l.["."]$l "\xfff9"#2=1
+noback correct #2=1$pl[]$d "`"
+
+noback correct `$l"-"[]$l"-"$l "\xfff9"
+noback correct $s$l"-"[]$l"-"$l "\xfff9"
+noback context $l"-"["\xfff9"]$l"-"$l2 ?
+
+noback pass2 @36[@256a] ?
+noback pass2 @256a @256
+
+noback pass3 $s@56 #3=1*
+noback pass3 `@56 #3=1*
+noback pass3 %apost@56 #3=1*
+noback pass3 $s!@56 #3=0*
+noback pass3 `!@56 #3=0*
+noback pass3 %apost!@56 #3=0*
+
+noback pass3 #3=1@36[@56] ?
+noback pass3 #3=1@6-256 @256-6
+
+nofor pass4 `@56!$s #2=1*
+nofor pass4 $s@56!$s #2=1*
+nofor pass4 %apost@56!$s #2=1*
+nofor pass4 [@256-56]!$s @256b#2=1
+nofor pass4 $s #2=0*
+
+nofor pass4 @25-34-34 @25a-34a-34a
+nofor pass4 #2=1[@256] @256b
+nofor pass4 #2=1$lmp[@36] @36a-36a
+nofor pass3 @56-46-46 @46-46-56
+nofor pass3 @56-46 @46-56
+nofor pass2 $l@256b[@46] @0-256b-256b-0-46-56
+
+nofor correct "\xfffb" "."
+nofor context @25a-34a-34a "://"
+nofor context @36a-36a "-"
+nofor correct "\s\xfffb\xfffb\s" ?
+#Fin sigles
+
+nofor pass2 $a[@36-3-36]$a @36-123-1-36
+nofor correct "grèo" "ïsso"
+nofor correct $l["-te-"]"il" "-t-"
+nofor correct $l["-te-"]"el" "-t-"
+nofor correct $l["-te-"]"en" "-t-"
+nofor correct $l["-te-"]"on" "-t-"
+nofor correct $l["-te-"]"y" "-t-"
+
+# lettres suivi nombre
+nofor pass3 $l[]@6$d @6a
+nofor pass3 $d[]@56-46$l @6a
+nofor correct "\xfffa" ?
+nofor correct "\s\\8/\s" ?
+
+# nombre suivi lettres sans pts 56
+nofor pass3 @6$d[]@1 @56
+nofor pass3 @6$d[]@15 @56
+nofor pass3 $d@0[]$d @0-8-0
+
+# quelques suppressions de pts 56 ou 6 en forward
+noback pass2 @6$d[@56]$l ?
+noback pass2 [@56]@1$s ?
+noback pass2 [@56]@15$s ?
+noback pass2 `[@56]@1-36 ?
+noback pass2 [@6]@6-45-236 ?
+noback pass2 @5-126[@6]$dm ?
+noback pass2 @5-345[@6]$dm ?
+noback pass2 @6-6-236[@6] ?
+noback pass2 [@56]@56$l ?
+noback pass2 $l[@6]@45 ?
+noback pass2 $l[@6]@6$d ?
+noback correct $l["-"]$s "\xfffc"
+noback pass2 @12345678a @36
+
+nofor word alvaralhão 1-123-1236-1-1235-1-123-125-1-135 
+word bmw 12-134-2456
+word	cant	56-14-1456
+word	chs	56-14-125-234
+noback word	cs	56-14-234
+noback word	der	56-145-15-1235
+word mn 56-134-1345
+word ln 56-123-1345
+word lr 56-123-1235
+word lw 56-123-2456
+word jt 56-245-2345
+word ksi 56-13-234-24
+word lm 56-123-134
+word md 56-134-145
+word min 56-134-24-1345
+word mjc 134-245-14
+word mms 56-134-134-234
+noback word	mr	56-134-1235
+noback word	mrs	56-134-1235-234
+word mt 56-134-2345
+word mtm 56-134-2345-134
+word ns 56-1345-234
+word pb 56-1234-12
+word pc 56-1234-14
+word pd 56-1234-145
+word po 56-1234-135
+word ppb 56-1234-1234-12
+word pt 56-1234-2345
+noback	word	sin 234-24-1345
+word ssbs 56-234-234-12-234
+word systems 234-13456-234-2345-15-134-234
+word ten 2345-15-1345
+word th 56-2345-125
+word ths 56-2345-125-234
+word tl 56-2345-123
+word xhosa 1346-125-135-234-1
+word	XV	1346-1236
+nofor prfword dieu 145-6
+nofor prfword lieu 123-6
+nofor prfword pieu 1234-6
+nofor prfword sieu 234-6
+
+nofor correct "angström" "angstrœm"
+nofor correct "Chrd\sRai" "Árd\sRí"
+nofor correct "compoly" "-poly"
+nofor correct "b.a.comba" "b.a.-ba"
+nofor correct "b.a.comba" "b.a.-ba"
+nofor correct "bokmanorl" "bokmål"
+nofor correct "D-ROM" "D-Rom"
+nofor correct "Neels?" "Neelsen"
+nofor correct "eTtire" "eWire"
+noback pass2 @26[@56]@36 ?
+
+nofor pass4 @6-6-236[]%frmath.$s @6
+nofor pass4 @6-6-236%frmath.~ #4=1*
+nofor pass4 #4=0@6-6-236[] @0-8-0
+nofor pass4 !@0[]@356-3-3 @0-8-0
+
+word ce) 14-15-356
+word le) 123-15-356
+word me) 134-15-356
+word ne) 1345-15-356
+word te) 2345-15-356
+word le. 123-15-256
+word me. 134-15-256
+word se. 234-15-256
+word te. 2345-15-256
+
+word cor) 14-135-1235-356
+
+# Séquences de caractères particulières
+compbrl :// URLs
+compbrl ()
+compbrl mailto:
+compbrl www.
+compbrl .be
+compbrl .com
+compbrl .edu
+compbrl .fr
+compbrl .gov
+compbrl .mil
+compbrl .net
+compbrl .org
+compbrl .uk
+
+compbrl .bat
+compbrl .cfg
+compbrl .dll
+compbrl .doc
+compbrl .docx
+compbrl .exe
+compbrl .htm
+compbrl .html
+compbrl .ini
+compbrl .log
+compbrl .msi
+compbrl .odt
+compbrl .tex
+compbrl .txt
+compbrl .xls
+compbrl .xlsx
+compbrl .xml
+compbrl .xsl
+
+compbrl .gif
+compbrl .jpg
+compbrl .ico
+compbrl .png
+
+compbrl .avi
+compbrl .ogg
+compbrl .mkv
+compbrl .mp3
+compbrl .mp4
+compbrl .wav
+compbrl .wmv
+
+compbrl .7z
+compbrl .gz
+compbrl .gz2
+compbrl .rar
+compbrl .tar
+compbrl .zip
+#
+# Copyright (C) 1995-2008 by The BRLTTY Developers.
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+
+
+# BRLTTY Text Table - Bulgarian
+#
+# Samuel Thibault <samuel.thibault@ens-lyon.org>
+# 
+# This table is based on the Unesco report on the progress of unification of
+# braille writing « L'ÉCRITURE BRAILLE DANS LE MONDE », by Sir Clutha
+# MACKENZIE: http://unesdoc.unesco.org/images/0013/001352/135251fo.pdf
+# The document is dated 1954, so this table may be quite outdated.
+#  Edited on Mar 10 2013 by Rumiana Kamenska <rkamenska@gmail.com>
+# to meet modern standards.
+# Added latinn letters.
+#
+# generated by ttbtest
+
+#Punctuation and symbols 
+space \s 0		SPACE
+space \t 9 tab
+space \s 0 blank
+space \x00a0 a unbreakable space
+sign \x000a 78 newline
+space \x000d 0 carriage return
+punctuation ! 235		EXCLAMATION MARK
+punctuation " 236		QUOTATION MARK
+punctuation ' 3		APOSTROPHE
+punctuation ( 126		LEFT PARENTHESIS
+punctuation ) 345		RIGHT PARENTHESIS
+punctuation , 2		COMMA
+punctuation - 36		HYPHEN-MINUS
+punctuation . 256		FULL STOP
+punctuation : 25		COLON
+punctuation ; 23		SEMICOLON
+punctuation ? 26		QUESTION MARK
+punctuation \x00a0 0		NO-BREAK SPACE
+sign _ 456
+math < 246
+math = 2345
+math > 135
+sign % 356
+math + 235
+math ~ 346
+sign ` 4
+sign & 12346
+sign $ 1246
+punctuation { 246
+punctuation [ 1235678
+punctuation } 135
+punctuation ] 2345678
+sign ^ 34
+sign @ 2346
+sign # 346
+sign \\ 16
+sign | 1456
+math / 34
+sign * 35
+
+# Digits
+digit 0 3568		DIGIT ZERO
+digit 1 28		DIGIT ONE
+digit 2 238		DIGIT TWO
+digit 3 258		DIGIT THREE
+digit 4 2568		DIGIT FOUR
+digit 5 268		DIGIT FIVE
+digit 6 2358		DIGIT SIX
+digit 7 23568		DIGIT SEVEN
+digit 8 2368		DIGIT EIGHT
+digit 9 358		DIGIT NINE
+
+#Cyrillic  letters
+uppercase \x0401 167		CYRILLIC CAPITAL LETTER IO
+uppercase \x0410 17		CYRILLIC CAPITAL LETTER A
+uppercase \x0411 127		CYRILLIC CAPITAL LETTER BE
+uppercase \x0412 24567		CYRILLIC CAPITAL LETTER VE
+uppercase \x0413 12457		CYRILLIC CAPITAL LETTER GHE
+uppercase \x0414 1457		CYRILLIC CAPITAL LETTER DE
+uppercase \x0415 157		CYRILLIC CAPITAL LETTER IE
+uppercase \x0416 2457		CYRILLIC CAPITAL LETTER ZHE
+uppercase \x0417 13567		CYRILLIC CAPITAL LETTER ZE
+uppercase \x0418 247		CYRILLIC CAPITAL LETTER I
+uppercase \x0419 134567		CYRILLIC CAPITAL LETTER SHORT I
+uppercase \x041a 137		CYRILLIC CAPITAL LETTER KA
+uppercase \x041b 1237		CYRILLIC CAPITAL LETTER EL
+uppercase \x041c 1347		CYRILLIC CAPITAL LETTER EM
+uppercase \x041d 13457		CYRILLIC CAPITAL LETTER EN
+uppercase \x041e 1357		CYRILLIC CAPITAL LETTER O
+uppercase \x041f 12347		CYRILLIC CAPITAL LETTER PE
+uppercase \x0420 12357		CYRILLIC CAPITAL LETTER ER
+uppercase \x0421 2347		CYRILLIC CAPITAL LETTER ES
+uppercase \x0422 23457		CYRILLIC CAPITAL LETTER TE
+uppercase \x0423 1367		CYRILLIC CAPITAL LETTER U
+uppercase \x0424 1247		CYRILLIC CAPITAL LETTER EF
+uppercase \x0425 1257		CYRILLIC CAPITAL LETTER HA
+uppercase \x0426 147		CYRILLIC CAPITAL LETTER TSE
+uppercase \x0427 123457		CYRILLIC CAPITAL LETTER CHE
+uppercase \x0428 1567		CYRILLIC CAPITAL LETTER SHA
+uppercase \x0429 13467		CYRILLIC CAPITAL LETTER SHCHA
+uppercase \x042a 123567		CYRILLIC CAPITAL LETTER HARD SIGN
+uppercase \x042b 23467		CYRILLIC CAPITAL LETTER YERU
+uppercase \x042c 234567		CYRILLIC CAPITAL LETTER SOFT SIGN
+uppercase \x042d 2467		CYRILLIC CAPITAL LETTER E
+uppercase \x042e 12567		CYRILLIC CAPITAL LETTER YU
+uppercase \x042f 12467		CYRILLIC CAPITAL LETTER YA
+lowercase \x0430 1		CYRILLIC SMALL LETTER A
+lowercase \x0431 12		CYRILLIC SMALL LETTER BE
+lowercase \x0432 2456		CYRILLIC SMALL LETTER VE
+lowercase \x0433 1245		CYRILLIC SMALL LETTER GHE
+lowercase \x0434 145		CYRILLIC SMALL LETTER DE
+lowercase \x0435 15		CYRILLIC SMALL LETTER IE
+lowercase \x0436 245		CYRILLIC SMALL LETTER ZHE
+lowercase \x0437 1356		CYRILLIC SMALL LETTER ZE
+lowercase \x0438 24		CYRILLIC SMALL LETTER I
+lowercase \x0439 13456		CYRILLIC SMALL LETTER SHORT I
+lowercase \x043a 13		CYRILLIC SMALL LETTER KA
+lowercase \x043b 123		CYRILLIC SMALL LETTER EL
+lowercase \x043c 134		CYRILLIC SMALL LETTER EM
+lowercase \x043d 1345		CYRILLIC SMALL LETTER EN
+lowercase \x043e 135		CYRILLIC SMALL LETTER O
+lowercase \x043f 1234		CYRILLIC SMALL LETTER PE
+lowercase \x0440 1235		CYRILLIC SMALL LETTER ER
+lowercase \x0441 234		CYRILLIC SMALL LETTER ES
+lowercase \x0442 2345		CYRILLIC SMALL LETTER TE
+lowercase \x0443 136		CYRILLIC SMALL LETTER U
+lowercase \x0444 124		CYRILLIC SMALL LETTER EF
+lowercase \x0445 125		CYRILLIC SMALL LETTER HA
+lowercase \x0446 14		CYRILLIC SMALL LETTER TSE
+lowercase \x0447 12345		CYRILLIC SMALL LETTER CHE
+lowercase \x0448 156		CYRILLIC SMALL LETTER SHA
+lowercase \x0449 1346		CYRILLIC SMALL LETTER SHCHA
+lowercase \x044a 12356		CYRILLIC SMALL LETTER HARD SIGN
+lowercase \x044b 2346		CYRILLIC SMALL LETTER YERU
+lowercase \x044c 23456		CYRILLIC SMALL LETTER SOFT SIGN
+lowercase \x044d 246		CYRILLIC SMALL LETTER E
+lowercase \x044e 1256		CYRILLIC SMALL LETTER YU
+lowercase \x044f 1246		CYRILLIC SMALL LETTER YA
+lowercase \x0451 16		CYRILLIC SMALL LETTER IO
+uppercase \x0462 3457		CYRILLIC CAPITAL LETTER YAT
+lowercase \x0463 345		CYRILLIC SMALL LETTER YAT
+uppercase \x046a 2467		CYRILLIC CAPITAL LETTER BIG YUS
+lowercase \x046b 246		CYRILLIC SMALL LETTER BIG YUS
+
+# Latin letters
+uplow Aa 178,18
+uplow Bb 1278,128
+uplow Cc 1478,148
+uplow Dd 14578,1458
+uplow Ee 1578,158
+uplow Ff 12478,1248
+uplow Gg 124578,12458
+uplow Hh 12578,1258
+uplow Ii 2478,248
+uplow Jj 24578,2458
+uplow Kk 1378,138
+uplow Ll 12378,1238
+uplow Mm 13478,1348
+uplow Nn 134578,13458
+uplow Oo 13578,1358
+uplow Pp 123478,12348
+uplow Qq 1234578,123458
+uplow Rr 123578,12358
+uplow Ss 23478,2348
+uplow Tt 234578,23458
+uplow Uu 13678,1368
+uplow Vv 123678,12368
+uplow Ww 245678,24568
+uplow Xx 134678,13468
+uplow Yy 1345678,134568
+uplow Zz 135678,13568
+
+# Miscellaneous
+noback sign \x25CF 35 BLACK CIRCLE
+# liblouis: U.K. English 8 dot Computer braille table
+#
+# -----------
+#-index-name: English, U.K., computer
+#-display-name: English computer braille as used in the U.K.
+#
+#+locale:en-GB
+#+type:computer
+#+dots:8
+#+system:bauk
+#
+# TODO: Please correct the metadata above. It is not meant to be
+# accurate nor complete. It hasn't been verified by the table
+# author yet. It is merely an attempt by the liblouis maintainers
+# to get some sensible initial values in place.
+#
+# TODO: Please add a reference to official documentation about
+# the implemented braille code. Preferably submit the documents
+# to https://github.com/liblouis/braille-specs.
+# -----------
+#
+#  Copyright (C) 2013 David Reynolds <dkreynolds@ntlworld.com>
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+
+space \t 9 tab
+space \s 0 blank
+space \x00a0 a unbreakable space
+sign \x000a 24578 newline
+space \x000d 13478 carriage return
+include latinLetterDef8Dots.uti
+punctuation , 2
+punctuation ; 23
+punctuation : 25
+punctuation . 256
+punctuation ! 3456
+punctuation " 4
+punctuation ' 3
+punctuation ( 45
+punctuation ) 345
+punctuation - 36
+sign _ 456
+math < 236
+math = 2356
+math > 356
+sign % 46
+math + 236
+math ~ 14567
+sign ` 3457
+sign £ 467
+sign & 12346
+sign $ 34567
+punctuation ? 26
+punctuation { 123567
+punctuation [ 12356
+punctuation } 234567
+punctuation ] 23456
+sign ^ 6
+sign @ 2346
+sign # 56
+sign \\ 167
+sign | 468
+math / 34
+sign * 35
+digit 0 123456
+include digits6DotsPlusDot6.uti
+noback sign \x25CF 35	# 9679 black circle
+# File: no-no.dis
+#
+# -----------
+# Based on the braille contraction modules in BRLTTY
+#
+#-copyright: 1995-2004, The BRLTTY Team
+#-copyright: 2004, ViewPlus Technologies, Inc., www.viewplustech.com
+#-copyright: 2004, Computers to Help People, Inc., www.chpi.org
+# -----------
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+#
+
+# This is to be used with Norwegian translation tables.
+
+# BRLTTY Text Translation Table - Norwegian (iso-8859-1), based on the
+# Offentlig Utvalg for Blindeskrift (Public Commission for Braille)
+# translation table for Windows 1252.
+# Updated January 2008.
+
+# display \x0000 4578 	# 000 null
+# display \x0000 0 	# 000 null
+display \x0001 178 	# 001 start of heading
+display \x0002 1278 	# 002 start of text
+display \x0003 1478 	# 003 end of text
+display \x0004 14578 	# 004 end of transmission
+display \x0005 1578 	# 005 enquiry
+display \x0006 12478 	# 006 acknowledge
+display \x0007 124578 	# 007 bell
+display \x0008 12578 	# 008 backspace
+# display \x0009 2478 	# 009 horizontal tabulation
+# display \x000A 24578 	# 010 line feed
+# display \x000B 1378 	# 011 vertical tabulation
+# display \x000C 12378 	# 012 form feed
+# display \x000D 13478 	# 013 carriage return
+display \x000E 134578 	# 014 shift out
+display \x000F 13578 	# 015 shift in
+display \x0010 123478 	# 016 data link escape
+display \x0011 1234578	# 017 device control one
+display \x0012 123578 	# 018 device control two
+display \x0013 23478 	# 019 device control three
+display \x0014 234578 	# 020 device control four
+display \x0015 13678 	# 021 negative acknowledge
+display \x0016 123678 	# 022 synchronous idle
+display \x0017 245678 	# 023 end of transmission block
+display \x0018 134678 	# 024 cancel
+display \x0019 1345678 	# 025 end of medium
+display \x001A 135678 	# 026 substitute
+# display \x001B 12348 	# 027 escape
+display \x001C 123458 	# 028 file separator
+display \x001D 1368 	# 029 group separator
+display \x001E 24568 	# 030 record separator
+display \x001F 13568 	# 031 unit separator
+# display \x0020 0 	# 032 space
+display \x0021 235 	# 033 exclamation mark
+display \x0022 256 	# 034 quotation mark
+display \x0023 3456 	# 035 number sign
+display \x0024 25678 	# 036 dollar sign
+display \x0025 46 	# 037 percent sign
+display \x0026 578 	# 038 ampersand
+display \x0027 5 	# 039 apostrophe
+display \x0028 236 	# 040 left parenthesis
+display \x0029 356 	# 041 right parenthesis
+display \x002A 35 	# 042 asterisk
+display \x002B 2357 	# 043 plus sign
+display \x002C 2 	# 044 comma
+display \x002D 36 	# 045 hyphen-minus
+display \x002E 3 	# 046 full stop
+display \x002F 57 	# 047 solidus
+display \x0030 2458 	# 048 digit zero
+display \x0031 18 	# 049 digit one
+display \x0032 128 	# 050 digit two
+display \x0033 148 	# 051 digit three
+display \x0034 1458 	# 052 digit four
+display \x0035 158 	# 053 digit five
+display \x0036 1248 	# 054 digit six
+display \x0037 12458 	# 055 digit seven
+display \x0038 1258 	# 056 digit eight
+display \x0039 248 	# 057 digit nine
+display \x003A 25 	# 058 colon
+display \x003B 23 	# 059 semicolon
+display \x003C 358 	# 060 less-than sign
+display \x003D 2356 	# 061 equals sign
+display \x003E 267 	# 062 greater-than sign
+display \x003F 26 	# 063 question mark
+display \x0040 4 	# 064 commercial at
+display \x0041 17 	# 065 latin capital letter a
+display \x0042 127 	# 066 latin capital letter b
+display \x0043 147 	# 067 latin capital letter c
+display \x0044 1457 	# 068 latin capital letter d
+display \x0045 157 	# 069 latin capital letter e
+display \x0046 1247 	# 070 latin capital letter f
+display \x0047 12457 	# 071 latin capital letter g
+display \x0048 1257 	# 072 latin capital letter h
+display \x0049 247 	# 073 latin capital letter i
+display \x004A 2457 	# 074 latin capital letter j
+display \x004B 137 	# 075 latin capital letter k
+display \x004C 1237 	# 076 latin capital letter l
+display \x004D 1347 	# 077 latin capital letter m
+display \x004E 13457 	# 078 latin capital letter n
+display \x004F 1357 	# 079 latin capital letter o
+display \x0050 12347 	# 080 latin capital letter p
+display \x0051 123457 	# 081 latin capital letter q
+display \x0052 12357 	# 082 latin capital letter r
+display \x0053 2347 	# 083 latin capital letter s
+display \x0054 23457 	# 084 latin capital letter t
+display \x0055 1367 	# 085 latin capital letter u
+display \x0056 12367 	# 086 latin capital letter v
+display \x0057 24567 	# 087 latin capital letter w
+display \x0058 13467 	# 088 latin capital letter x
+display \x0059 134567 	# 089 latin capital letter y
+display \x005A 13567 	# 090 latin capital letter z
+display \x005B 23678 	# 091 left square bracket
+display \x005C 28 	# 092 reverse solidus
+display \x005D 35678 	# 093 right square bracket
+display \x005E 58 	# 094 circumflex accent
+display \x005F 456 	# 095 low line
+display \x0060 45 	# 096 grave accent
+display \x0061 1 	# 097 latin small letter a
+display \x0062 12 	# 098 latin small letter b
+display \x0063 14 	# 099 latin small letter c
+display \x0064 145 	# 100 latin small letter d
+display \x0065 15 	# 101 latin small letter e
+display \x0066 124 	# 102 latin small letter f
+display \x0067 1245 	# 103 latin small letter g
+display \x0068 125 	# 104 latin small letter h
+display \x0069 24 	# 105 latin small letter i
+display \x006A 245 	# 106 latin small letter j
+display \x006B 13 	# 107 latin small letter k
+display \x006C 123 	# 108 latin small letter l
+display \x006D 134 	# 109 latin small letter m
+display \x006E 1345 	# 110 latin small letter n
+display \x006F 135 	# 111 latin small letter o
+display \x0070 1234 	# 112 latin small letter p
+display \x0071 12345 	# 113 latin small letter q
+display \x0072 1235 	# 114 latin small letter r
+display \x0073 234 	# 115 latin small letter s
+display \x0074 2345 	# 116 latin small letter t
+display \x0075 136 	# 117 latin small letter u
+display \x0076 1236 	# 118 latin small letter v
+display \x0077 2456 	# 119 latin small letter w
+display \x0078 1346 	# 120 latin small letter x
+display \x0079 13456 	# 121 latin small letter y
+display \x007A 1356 	# 122 latin small letter z
+display \x007B 238 	# 123 left curly bracket
+display \x007C 56 	# 124 vertical line
+display \x007D 567 	# 125 right curly bracket
+display \x007E 38 	# 126 tilde
+display \x007F 3578 	# 127 delete
+display \x0080 2678 	# 128 <control>
+display \x0081 13458 	# 129 <control>
+display \x0082 67 	# 130 break permitted here
+display \x0083 45678 	# 131 no break here
+display \x0084 3567 	# 132 <control>
+display \x0085 37 	# 133 next line
+display \x0086 47 	# 134 start of selected area
+display \x0087 457 	# 135 end of selected area
+display \x0088 468 	# 136 character tabulation set
+display \x0089 4568 	# 137 character tabulation with justification
+display \x008A 15678 	# 138 line tabulation set
+display \x008B 378 	# 139 partial line down
+display \x008C 12345678	# 140 partial line up
+display \x008D 478 	# 141 reverse line feed
+display \x008E 234678 	# 142 single shift two
+display \x008F 2367 	# 143 single shift three
+display \x0090 2368 	# 144 device control string
+display \x0091 367 	# 145 private use one
+display \x0092 368 	# 146 private use two
+display \x0093 23567 	# 147 set transmit state
+display \x0094 23568 	# 148 cancel character
+display \x0095 3678 	# 149 message waiting
+display \x0096 68 	# 150 start of guarded area
+display \x0097 568 	# 151 end of guarded area
+display \x0098 2568 	# 152 start of string
+display \x0099 23458 	# 153 <control>
+display \x009A 1568 	# 154 single character introducer
+display \x009B 678 	# 155 control sequence introducer
+display \x009C 1234568 	# 156 string terminator
+display \x009D 235678 	# 157 operating system command
+display \x009E 23468 	# 158 privacy message
+display \x009F 125678 	# 159 application program command
+display \x00A0 8 	# 160 no-break space
+display \x00A1 2358 	# 161 inverted exclamation mark
+display \x00A2 2578 	# 162 cent sign
+display \x00A3 1238 	# 163 pound sign
+display \x00A4 12368 	# 164 currency sign
+display \x00A5 134568 	# 165 yen sign
+display \x00A6 4567 	# 166 broken bar
+display \x00A7 4678 	# 167 section sign
+display \x00A8 258 	# 168 diaeresis
+display \x00A9 138 	# 169 copyright sign
+display \x00AA 278 	# 170 feminine ordinal indicator
+display \x00AB 2378 	# 171 left-pointing double angle quotation mark
+display \x00AC 357 	# 172 not sign
+display \x00AD 78 	# 173 soft hyphen
+display \x00AE 12358 	# 174 registered sign
+display \x00AF 458 	# 175 macron
+display \x00B0 3568 	# 176 degree sign
+display \x00B1 23578 	# 177 plus-minus sign
+display \x00B2 237 	# 178 superscript two
+display \x00B3 257 	# 179 superscript three
+display \x00B4 6 	# 180 acute accent
+display \x00B5 1348 	# 181 micro sign
+display \x00B6 467 	# 182 pilcrow sign
+display \x00B7 7 	# 183 middle dot
+display \x00B8 48 	# 184 cedilla
+display \x00B9 27 	# 185 superscript one
+display \x00BA 1358 	# 186 masculine ordinal indicator
+display \x00BB 5678 	# 187 right-pointing double angle quotation mark
+display \x00BC 34568 	# 188 vulgar fraction one quarter
+display \x00BD 34567 	# 189 vulgar fraction one half
+display \x00BE 345678 	# 190 vulgar fraction three quarters
+display \x00BF 268 	# 191 inverted question mark
+display \x00C0 1235678 	# 192 latin capital letter a with grave
+display \x00C1 123567 	# 193 latin capital letter a with acute
+display \x00C2 1678 	# 194 latin capital letter a with circumflex
+display \x00C3 12678 	# 195 latin capital letter a with tilde
+display \x00C4 34578 	# 196 latin capital letter a with diaeresis
+display \x00C5 167 	# 197 latin capital letter a with ring above
+display \x00C6 3457 	# 198 latin capital letter ae
+display \x00C7 1234678 	# 199 latin capital letter c with cedilla
+display \x00C8 23467 	# 200 latin capital letter e with grave
+display \x00C9 1234567 	# 201 latin capital letter e with acute
+display \x00CA 1267 	# 202 latin capital letter e with circumflex
+display \x00CB 12467 	# 203 latin capital letter e with diaeresis
+display \x00CC 3478 	# 204 latin capital letter i with grave
+display \x00CD 347 	# 205 latin capital letter i with acute
+display \x00CE 1467 	# 206 latin capital letter i with circumflex
+display \x00CF 124567 	# 207 latin capital letter i with diaeresis
+display \x00D0 145678 	# 208 latin capital letter eth
+display \x00D1 1245678 	# 209 latin capital letter n with tilde
+display \x00D2 34678 	# 210 latin capital letter o with grave
+display \x00D3 3467 	# 211 latin capital letter o with acute
+display \x00D4 14567 	# 212 latin capital letter o with circumflex
+display \x00D5 14678 	# 213 latin capital letter o with tilde
+display \x00D6 24678 	# 214 latin capital letter o with diaeresis
+display \x00D7 13468 	# 215 multiplication sign
+display \x00D8 2467 	# 216 latin capital letter o with stroke
+display \x00D9 2345678 	# 217 latin capital letter u with grave
+display \x00DA 234567 	# 218 latin capital letter u with acute
+display \x00DB 1567 	# 219 latin capital letter u with circumflex
+display \x00DC 12567 	# 220 latin capital letter u with diaeresis
+display \x00DD 123467 	# 221 latin capital letter y with acute
+display \x00DE 124678 	# 222 latin capital letter thorn
+display \x00DF 2348 	# 223 latin small letter sharp s
+display \x00E0 123568 	# 224 latin small letter a with grave
+display \x00E1 12356 	# 225 latin small letter a with acute
+display \x00E2 168 	# 226 latin small letter a with circumflex
+display \x00E3 1268 	# 227 latin small letter a with tilde
+display \x00E4 3458 	# 228 latin small letter a with diaeresis
+display \x00E5 16 	# 229 latin small letter a with ring above
+display \x00E6 345 	# 230 latin small letter ae
+display \x00E7 123468 	# 231 latin small letter c with cedilla
+display \x00E8 2346 	# 232 latin small letter e with grave
+display \x00E9 123456 	# 233 latin small letter e with acute
+display \x00EA 126 	# 234 latin small letter e with circumflex
+display \x00EB 1246 	# 235 latin small letter e with diaeresis
+display \x00EC 348 	# 236 latin small letter i with grave
+display \x00ED 34 	# 237 latin small letter i with acute
+display \x00EE 146 	# 238 latin small letter i with circumflex
+display \x00EF 12456 	# 239 latin small letter i with diaeresis
+display \x00F0 14568 	# 240 latin small letter eth
+display \x00F1 124568 	# 241 latin small letter n with tilde
+display \x00F2 3468 	# 242 latin small letter o with grave
+display \x00F3 346 	# 243 latin small letter o with acute
+display \x00F4 1456 	# 244 latin small letter o with circumflex
+display \x00F5 1468 	# 245 latin small letter o with tilde
+display \x00F6 2468 	# 246 latin small letter o with diaeresis
+display \x00F7 2567 	# 247 division sign
+display \x00F8 246 	# 248 latin small letter o with stroke
+display \x00F9 234568 	# 249 latin small letter u with grave
+display \x00FA 23456 	# 250 latin small letter u with acute
+display \x00FB 156 	# 251 latin small letter u with circumflex
+display \x00FC 1256 	# 252 latin small letter u with diaeresis
+display \x00FD 12346 	# 253 latin small letter y with acute
+display \x00FE 12468 	# 254 latin small letter thorn
+display \x00FF 12568 	# 255 latin small letter y with diaeresis
+# liblouis: Korean Grade 2 (Contracted)
+#
+# -----------
+#-index-name: Korean, contracted
+#-display-name: Korean contracted braille
+#
+#+locale:ko
+#+type:literary
+#+contraction:full
+#+grade:2
+#
+# TODO: Please correct the metadata above. It is not meant to be
+# accurate nor complete. It hasn't been verified by the table
+# author yet. It is merely an attempt by the liblouis maintainers
+# to get some sensible initial values in place.
+#
+# TODO: Please add a reference to official documentation about
+# the implemented braille code. Preferably submit the documents
+# to https://github.com/liblouis/braille-specs.
+# -----------
+#
+# Based on the braille contraction table in BRLTTY
+#
+#  Copyright (C) 1995-2012 by The BRLTTY Team.
+#  Copyright (C) 2012 by Samuel Thibault <samuel.thibault@ens-lyon.org>
+#  Copyright (C) 2012 by Mesar Hameed <mesar.hameed@gmail.com>
+#  Copyright (C) 2013, 2014 by Joseph Lee <joseph.lee22590@gmail.com>
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+
+#Rules specific to grade 2:
+# FIXME: both ko.cti and ko-g2-rules.cti define the emphasis classes italic, underline and bold
+include ko.cti
+include ko-g2-rules.cti
+
+# liblouis: Hungarian Grade 1 table
+#
+#  Copyright (C) 2011-2017 Attila Hammer from IT Foundation for the Visually Impaired - Hungary. www.infoalap.hu
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+#
+#  Maintained by Attila Hammer  hammer.attila@infoalap.hu
+#
+# If you found bugs with hungarian grade1 table, report it with following address:
+# Attila Hammer <hammer.attila@infoalap.hu
+#If you have a Launchpad account, report table related requests with following bug tracker address: https://bugs.launchpad.net/belin
+
+include hu-backtranslate-correction.dis
+include hu-chardefs.cti
+include hu-exceptionwords.cti
+include braille-patterns.cti
+
+#Braille indicators
+numsign 3456
+capsletter 46
+begcapsword 46-46
+emphclass italic
+emphclass underline
+emphclass bold
+begemph italic 356
+endemph italic  236
+begemph bold 356
+endemph bold 236
+begemph underline 356
+endemph underline 236
+begcomp 456-346
+endcomp 456-156
+midnum : 3
+midnum - 36-3456
+hyphen - 36
+decpoint , 2
+midnum . 3-3456
+endnum . 3
+endnum – 36-36
+#Following part implementing the new braille standard changes
+#When some punctuation character have after end of numbers, need add a dot6 prefix before the punctuation character dots
+endnum : 6-25
+endnum ? 6-26
+endnum ; 6-23
+endnum ! 6-235
+endnum " 6-236
+endnum * 6-35
+noback always . 3
+always ' 6-3
+postpunc . 256
+postpunc ; 23
+word ; 23
+midnum : 25
+postpunc : 25
+noback always : 25
+noback always ! 235
+endnum . 3
+always • 6-35
+endnum % 3456-245-356
+endnum / 5-2
+# literary forms of the decimal digits
+include litdigits6Dots.uti
+midendnumericmodechars ,:.-
+
+#Special letter replacements
+always cs 146	General need replacing cs letters with a combined dot combination
+always ccs 146-146	General need replacing ccs letters with a combined dot combination
+always csz 14-156
+always cszs 146-345
+always ccsz 14-14-156
+always gy 1456	General need replacing gy letters with a combined dot combination
+always ggy 1456-1456	General need replacing ggy letters with a combined dot combination
+always ly 456
+always lly 456-456	General need replacing ly letters with a combined dot combination
+always ny 1246	General need replacing ny letters with a combined dot combination
+always nny 1246-1246	General need replacing nny letters with a combined dot combination
+always ty 1256	General need replacing ty letter pairs with a combined dot combination
+always tty 1256-1256		General need replacing ty letter pairs with a combined dot combination combined dot combination
+always sz 156	General need replacing sz letters with a combined dot combination
+always ssz 156-156
+always zsz 126-156
+always zszs 345-345
+always zs 345	General need replacing zs letters with a combined dot combination
+always zzs 345-345	General need replacing zs letters with a combined dot combination
+
+#Special punctuation simbols
+prepunc " 236	Opening quotation simbol
+postpunc " 356	Closing quotation simbol
+prepunc « 236
+postpunc » 356
+prepunc » 236
+postpunc « 356
+noback always " 236	Need this rule to present one left quotation mark if the user firsttyping the " character
+prepunc ( 2346	Opening left parenthese
+postpunc ) 1356	Closing right parenthese
+noback always ( 2346	Need this rule to the user always see 2346 dot combination if type first ( character a text
+noback always ) 1356	Need this rule to the user always see 1356 dot combination if type first ) character a text
+prepunc « 236
+postpunc » 356
+prepunc ‘ 236
+postpunc ’ 356
+prepunc ‚ 236
+postpunc ‚ 356
+prepunc “ 236
+prepunc ” 236
+postpunc ” 356
+prepunc „ 236
+postpunc „ 356
+prepunc < 5-13
+postpunc > 46-2
+
+#Other exceptions With need marking different dot combination
+noback always Q 12346
+noback always Z 126
+noback always # 123456
+always $ 5-145
+always % 3456-245-356
+always ~ 5-2345
+always < 5-13
+always > 46-2
+always / 5-2
+noback always | 45
+always { 5-2346
+always } 5-1356
+always [ 46-2346
+always ] 46-1356
+noback always \\ 16
+noback always ^ 2346
+noback always ` 4
+noback always Æ 1
+always lyú 456-346
+always lysz 456-156
+space \x000c 0
+space \x001b 1b
+space \e 1b
+space \f 0
+always ä 5-1
+noback context $l$p["–"] @36-36
+noback context $l["–"] @36-36
+noback always \\_ 6 letter sign before Roman page numbers
+noback pass2 @3456-356 @356-3456
+include hu-hu-g1_braille_input.cti
+undefined 26
+# liblouis braille Table - Esperanto X System
+#
+# -----------
+#-index-name: Esperanto x-system
+#-display-name: Esperanto x-system braille
+#
+#+locale:eo-xsistemo
+#+type:literary
+#+grade:1
+#
+# TODO: Please correct the metadata above. It is not meant to be
+# accurate nor complete. It hasn't been verified by the table
+# author yet. It is merely an attempt by the liblouis maintainers
+# to get some sensible initial values in place.
+#
+# TODO: Please add a reference to official documentation about
+# the implemented braille code. Preferably submit the documents
+# to https://github.com/liblouis/braille-specs.
+# -----------
+#
+#  Copyright (C) 2013 Aaron Cannon <cannona@fireantproductions.com>
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+#
+# Created by Aaron Cannon <cannona@fireantproductions.com>
+# April 14, 2013
+#
+# This file extends the Esperanto table with support for the X System.
+# The X system is a means of writing the accented letters of Esperanto
+# C-Circumflex, G-Circumflex, H-Circumflex, J-Circumflex, S-Circumflex,
+# and U-Breve on systems where Unicode is either not available or not
+# practical. It is especially common among blind Esperantists, as until
+# recently, screen readers did not support reading the unicode
+# characters that Esperanto uses.
+#
+# In short, in the x-system, an X is written after each letter with an
+# accent.  I.E. "cx, gx, hx, jx, sx or ux".
+#
+# This system is not generally ambiguous because the Esperanto alphabet
+# does not contain the letter X.
+#
+# The H-system originally proposed by L. L. Zamenhof is rarely used
+# because it is ambiguous, as H is part of the Esperanto alphabet, and
+#  in that system, U-circumflex is not marked at all.
+	
+include eo-g1.ctb
+	
+noback correct "cx" "ĉ"
+noback correct "cX" "ĉ"
+noback correct "Cx" "Ĉ"
+noback correct "CX" "Ĉ"
+noback correct "gx" "ĝ"
+noback correct "gX" "ĝ"
+noback correct "Gx" "Ĝ"
+noback correct "GX" "Ĝ"
+noback correct "hx" "ĥ"
+noback correct "hX" "ĥ"
+noback correct "Hx" "Ĥ"
+noback correct "HX" "Ĥ"
+noback correct "jx" "ĵ"
+noback correct "jX" "ĵ"
+noback correct "Jx" "Ĵ"
+noback correct "JX" "Ĵ"
+noback correct "sx" "ŝ"
+noback correct "sX" "ŝ"
+noback correct "Sx" "Ŝ"
+noback correct "SX" "Ŝ"
+noback correct "ux" "ŭ"
+noback correct "uX" "ŭ"
+noback correct "Ux" "Ŭ"
+noback correct "UX" "Ŭ"
+# liblouis: Chinese Common Braille.
+#
+#-index-name: Mandarin, mainland China, with tones
+#-display-name: Chinese braille with tones
+#
+#+locale:cmn-CN
+#+type:literary
+#+system:cmn-traditional
+#
+# Version 2018-09-10
+# Optimize the display of Braille.
+# Correct the punctuation of some mistakes.
+#
+# Version 2018-08-21
+# Add some punctuations.
+# Minor error correction.
+#
+# Version 2018-08-06
+# When Chinese characters are mixed with English letters,
+# if there is no space symbol between them, a braille symbol is inserted to separate them.
+# Add some abnormally pronouncing phrases.
+# Add electronic Braille symbols.
+# Correct the punctuation of some mistakes.
+#
+# Version 2018-07-28
+# The first version of the manual proofreading
+#
+# Copyright (C) 2018 Sunian Loomee <ghito@qq.com>
+# Copyright (C) 2018 NVDA Chinese website <http://nvdacn.com>
+#
+# This file is part of liblouis.
+#
+# liblouis is free software: you can redistribute it and/or modify it
+# under the terms of the GNU Lesser General Public License as
+# published by the Free Software Foundation, either version 2.1 of the
+# License, or (at your option) any later version.
+#
+# liblouis is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with liblouis. If not, see
+# <http://www.gnu.org/licenses/>.
+#
+# Introduction
+#
+# This is Chinese Common Braille Scheme.
+# It is called Mainland_Chinese_Braille in Wikipedia.
+# A Chinese character is composed of three Braille symbols, consonants, vowels and tones.
+# It contains 20902 Chinese characters, about 3000 phrases of simplified characters and about 2000 phrases of traditional characters.
+#
+# About the words of abnormal pronunciations.
+# When it is used alone, the pronunciation is used as the pronunciation of a single word.
+# The number of phrases formed by one word is the largest, the pronunciation is used as the pronunciation of a single word.
+# Rare multi-tone words do not handle.
+#
+# References
+#
+# Chinese Mandarin Braille
+# The Chinese national standard (GB/T 15720-2008)
+# Brief introduction <http://www.std.gov.cn/gb/search/gbDetailed?id=5DDA8BA054B018DEE05397BE0A0A95A7>
+# Online reading <http://c.gb688.cn/bzgk/gb/showGb?type=online&hcno=484E4150A1F62E81B0553422E6A8A292>
+# File download <http://www.moe.gov.cn/s78/A19/yxs_left/moe_810/s230/201807/W020180725666187054299.pdf>
+# Corresponding to Wikipedia
+# <https://en.wikipedia.org/wiki/Mainland_Chinese_Braille>
+#
+# Examination and approval words of abnormal pronunciations in Mandarin
+# Brief introduction <http://www.moe.gov.cn/jyb_xwfb/s248/201606/t20160606_248272.html>
+# File download <http://www.moe.gov.cn/jyb_xwfb/s248/201606/W020160606277722984732.doc>
+#
+# Chinese Glossary of abnormal pronunciations.
+# <http://www.360doc.com/content/15/0317/19/1564413_455880341.shtml>
+#
+# CJK Unified Ideographs (\x4E00-\x9FA5), a total of 20902.
+# <http://www.qqxiuzi.cn/zh/hanzi-unicode-bianma.php>
+#
+# Chinese characters and unicode code conversion tool
+# Brief introduction <http://dl.pconline.com.cn/download/411069-1.html>
+# File download <http://dlc2.pconline.com.cn/filedown_411069_7273718/vCvbh6ni/pconline1478497970934.zip>
+#
+# Chinese character Pinyin conversion tool
+# Brief introduction <http://dl.pconline.com.cn/download/413452.html>
+# File download <http://dlc2.pconline.com.cn/filedown_413452_7286036/rfp86Mhb/pconline1478492920522.zip>
+#
+# This document is written in AkelPad, office-excel and office-word.
+# AkelPad text editor
+# <http://akelpad.sourceforge.net/>
+#
+# Thanks to original document with Yuzhou and Youling.
+# Thanks to manual testing with Yuzhou.
+#
+#
+# Start
+#
+# Single Chinese character
+sign \x5416 35-1
+sign \x963F 35-1
+sign \x554A 35-0
+sign \x9515 35-1
+sign \x9312 35-1
+sign \x55C4 156-35-23
+sign \x54CE 246-1
+sign \x54C0 246-1
+sign \x57C3 246-1
+sign \x5509 246-1
+sign \x6B38 2346-23
+sign \x6EBE 246-1
+sign \x953F 246-1
+sign \x9384 246-1
+sign \x6328 246-1
+sign \x6371 246-2
+sign \x5540 246-2
+sign \x7691 246-2
+sign \x5A3E 246-2
+sign \x51D2 246-2
+sign \x5D66 246-2
+sign \x6EB0 246-2
+sign \x560A 246-2
+sign \x6571 246-2
+sign \x769A 246-2
+sign \x764C 246-2
+sign \x6BD0 246-3
+sign \x6639 246-3
+sign \x77EE 246-3
+sign \x853C 246-3
+sign \x8EB7 246-3
+sign \x6FED 246-3
+sign \x85F9 246-3
+sign \x972D 246-3
+sign \x8B6A 246-3
+sign \x9744 246-3
+sign \x827E 246-23
+sign \x4F0C 246-23
+sign \x7839 246-23
+sign \x7231 246-23
+sign \x784B 246-23
+sign \x9698 246-23
+sign \x5867 246-23
+sign \x788D 246-23
+sign \x55F3 246-23
+sign \x55CC 246-23
+sign \x611B 246-23
+sign \x5AD2 246-23
+sign \x7477 246-23
+sign \x53C6 246-23
+sign \x66A7 246-23
+sign \x50FE 246-23
+sign \x58D2 246-23
+sign \x9D31 246-23
+sign \x8586 246-23
+sign \x566F 246-23
+sign \x61D3 246-23
+sign \x5B21 246-23
+sign \x74A6 246-23
+sign \x8CF9 246-23
+sign \x66D6 246-23
+sign \x77B9 246-23
+sign \x99A4 246-23
+sign \x76A7 246-23
+sign \x7919 246-23
+sign \x9440 246-23
+sign \x8B7A 246-23
+sign \x9C6B 246-23
+sign \x5B89 1236-1
+sign \x4F92 1236-1
+sign \x5CD6 1236-1
+sign \x6849 1236-1
+sign \x6C28 1236-1
+sign \x5EB5 1236-1
+sign \x8C19 1236-1
+sign \x844A 1236-1
+sign \x843B 1236-1
+sign \x557D 1236-1
+sign \x5A95 1236-1
+sign \x9E4C 1236-1
+sign \x8164 1236-1
+sign \x75F7 1236-1
+sign \x84ED 1236-1
+sign \x8A9D 1236-1
+sign \x978D 1236-1
+sign \x978C 1236-1
+sign \x76E6 1236-1
+sign \x8AF3 1236-1
+sign \x95C7 1236-23
+sign \x99A3 1236-1
+sign \x9B9F 1236-1
+sign \x76EB 1236-1
+sign \x9D6A 1236-1
+sign \x97FD 1236-1
+sign \x9D95 1236-1
+sign \x96F8 1236-2
+sign \x57B5 1236-3
+sign \x4FFA 1236-3
+sign \x57EF 1236-3
+sign \x5535 1236-3
+sign \x94F5 1236-3
+sign \x968C 1236-23
+sign \x63DE 1236-3
+sign \x667B 1236-3
+sign \x7F6F 1236-3
+sign \x92A8 1236-3
+sign \x72B4 1236-23
+sign \x5CB8 1236-23
+sign \x6309 1236-23
+sign \x834C 1236-23
+sign \x6D1D 1236-23
+sign \x8C7B 1236-23
+sign \x80FA 1236-23
+sign \x6848 1236-23
+sign \x5813 1236-23
+sign \x5A69 1236-23
+sign \x6697 1236-23
+sign \x8C8B 1236-23
+sign \x5111 1236-23
+sign \x930C 1236-23
+sign \x9EEF 1236-23
+sign \x80AE 236-1
+sign \x9AAF 236-1
+sign \x5C87 236-2
+sign \x678A 236-23
+sign \x6602 236-2
+sign \x663B 236-2
+sign \x76CE 236-23
+sign \x91A0 236-23
+sign \x51F9 235-1
+sign \x67EA 235-1
+sign \x8EEA 235-1
+sign \x720A 235-1
+sign \x6556 235-2
+sign \x53AB 235-2
+sign \x969E 235-2
+sign \x55F8 235-2
+sign \x5D85 235-2
+sign \x9068 235-2
+sign \x851C 235-2
+sign \x55F7 235-2
+sign \x7353 235-2
+sign \x5ED2 235-2
+sign \x6EF6 235-2
+sign \x7488 235-2
+sign \x7352 235-2
+sign \x646E 235-2
+sign \x71AC 235-2
+sign \x78DD 235-2
+sign \x8071 235-2
+sign \x87AF 235-2
+sign \x7FF1 235-2
+sign \x8B37 235-2
+sign \x7FF6 235-2
+sign \x9CCC 235-2
+sign \x7FFA 235-2
+sign \x93D6 235-2
+sign \x9DD4 235-2
+sign \x9C32 235-2
+sign \x9F07 235-2
+sign \x82BA 235-3
+sign \x8884 235-3
+sign \x957A 235-3
+sign \x5AAA 235-3
+sign \x5ABC 235-3
+sign \x8956 235-3
+sign \x6277 235-23
+sign \x629D 235-3
+sign \x5C99 235-23
+sign \x5787 235-23
+sign \x5773 235-23
+sign \x5CB0 235-23
+sign \x5961 235-23
+sign \x50B2 235-23
+sign \x5965 235-23
+sign \x5AEF 235-23
+sign \x9A9C 235-23
+sign \x5967 235-23
+sign \x6160 235-23
+sign \x64D9 235-23
+sign \x5DB4 235-23
+sign \x6FB3 235-23
+sign \x61CA 235-23
+sign \x8B38 235-2
+sign \x93CA 235-23
+sign \x9A41 235-23
+sign \x516B 12-35-1
+sign \x4E37 12-35-1
+sign \x4EC8 12-35-1
+sign \x5DF4 12-35-1
+sign \x6252 12-35-1
+sign \x53ED 12-35-1
+sign \x7390 12-35-1
+sign \x6733 12-35-1
+sign \x82AD 12-35-1
+sign \x593F 12-35-1
+sign \x5C9C 12-35-1
+sign \x75A4 12-35-1
+sign \x634C 12-35-1
+sign \x8686 12-35-1
+sign \x54F5 12-35-1
+sign \x7B06 12-35-1
+sign \x91DF 12-35-1
+sign \x91DB 125-26-2
+sign \x7F93 12-35-1
+sign \x7C91 12-35-1
+sign \x7D26 12-35-1
+sign \x8C5D 12-35-1
+sign \x9C83 12-35-1
+sign \x9B5E 12-35-1
+sign \x72AE 12-35-2
+sign \x53D0 12-35-2
+sign \x629C 12-35-2
+sign \x577A 12-35-2
+sign \x62D4 12-35-2
+sign \x8307 12-35-2
+sign \x59AD 12-35-2
+sign \x80C8 12-35-2
+sign \x70A6 12-35-2
+sign \x7679 12-35-2
+sign \x83DD 12-35-2
+sign \x8EF7 12-35-2
+sign \x8DCB 12-35-2
+sign \x8A59 12-35-2
+sign \x9B43 12-35-2
+sign \x98B0 12-35-2
+sign \x58A2 12-35-2
+sign \x9F25 12-35-2
+sign \x628A 12-35-3
+sign \x9776 12-35-3
+sign \x575D 12-35-23
+sign \x5F1D 12-35-23
+sign \x7238 12-35-23
+sign \x57BB 12-35-23
+sign \x7F62 12-35-23
+sign \x9C85 12-35-23
+sign \x7F77 12-35-23
+sign \x9B81 12-35-23
+sign \x8987 12-35-23
+sign \x77F2 12-35-23
+sign \x9738 12-35-23
+sign \x58E9 12-35-23
+sign \x705E 12-35-23
+sign \x6B1B 12-35-23
+sign \x5427 12-35
+sign \x6300 12-246-1
+sign \x63B0 12-246-1
+sign \x767D 12-246-2
+sign \x767E 12-246-3
+sign \x4F70 12-246-3
+sign \x67CF 12-246-3
+sign \x6822 12-246-3
+sign \x74F8 12-246-3-123456-3
+sign \x636D 12-246-3
+sign \x7AE1 12-246-3-156-3456-1
+sign \x7CA8 12-246-3
+sign \x7D54 12-246-3
+sign \x6446 12-246-3
+sign \x64FA 12-246-3
+sign \x896C 12-246-3
+sign \x5E8D 12-246-23
+sign \x62DD 12-246-23
+sign \x8D25 12-246-23
+sign \x62DC 12-246-23
+sign \x6557 12-246-23
+sign \x7A17 12-246-23
+sign \x7CBA 12-246-23
+sign \x85AD 12-246-23
+sign \x8D01 12-246-23
+sign \x97DB 12-246-23
+sign \x6273 12-1236-1
+sign \x653D 12-1236-1
+sign \x73ED 12-1236-1
+sign \x822C 12-1236-1
+sign \x9881 12-1236-1
+sign \x6591 12-1236-1
+sign \x642C 12-1236-1
+sign \x9812 12-1236-1
+sign \x6592 12-1236-1
+sign \x7622 12-1236-1
+sign \x764D 12-1236-1
+sign \x8FAC 12-1236-1
+sign \x962A 12-1236-3
+sign \x5742 12-1236-3
+sign \x5C85 12-1236-3
+sign \x677F 12-1236-3
+sign \x74EA 12-1236-3
+sign \x6604 12-1236-3
+sign \x7248 12-1236-3
+sign \x94A3 12-1236-3
+sign \x8982 124-3456-3
+sign \x8228 12-1236-3
+sign \x7C84 12-1236-3
+sign \x9211 12-1236-3
+sign \x8742 12-1236-3
+sign \x9B6C 12-1236-3
+sign \x95C6 12-1236-3
+sign \x529E 12-1236-23
+sign \x534A 12-1236-23
+sign \x4F34 12-1236-23
+sign \x5762 2345-1236-3
+sign \x62CC 12-1236-23
+sign \x6011 12-1236-23
+sign \x59C5 12-1236-23
+sign \x7ECA 12-1236-23
+sign \x79DA 12-1236-23
+sign \x6E74 12-1236-23
+sign \x7D46 12-1236-23
+sign \x8DD8 1234-1236-2
+sign \x9261 12-1236-23
+sign \x977D 12-1236-23
+sign \x8FA6 12-1236-23
+sign \x74E3 12-1236-23
+sign \x626E 12-1236-23
+sign \x90A6 12-236-1
+sign \x5E2E 12-236-1
+sign \x57B9 12-236-1
+sign \x6360 12-236-1
+sign \x6886 12-236-1
+sign \x6D5C 12-236-1
+sign \x90AB 12-236-1
+sign \x5E47 12-236-1
+sign \x5E5A 12-236-1
+sign \x5E6B 12-236-1
+sign \x97A4 12-236-1
+sign \x7ED1 12-236-3
+sign \x7D81 12-236-3
+sign \x699C 12-236-3
+sign \x7253 12-236-3
+sign \x73A4 12-236-23
+sign \x868C 12-236-23
+sign \x68D2 12-236-23
+sign \x68D3 12-236-23
+sign \x7865 134-236-3
+sign \x508D 12-236-23
+sign \x8C24 12-236-23
+sign \x585D 12-236-23
+sign \x84A1 12-236-23
+sign \x7A16 12-236-23
+sign \x872F 12-236-23
+sign \x78C5 12-236-23
+sign \x9551 12-236-23
+sign \x8255 12-236-23
+sign \x7E0D 12-236-1
+sign \x8B17 12-236-23
+sign \x938A 12-236-23
+sign \x52F9 12-235-1
+sign \x5305 12-235-1
+sign \x4F68 12-235-1
+sign \x82DE 12-235-1
+sign \x5B62 12-235-1
+sign \x80DE 12-235-1
+sign \x7B23 12-235-1
+sign \x9F85 12-235-1
+sign \x7172 12-235-1
+sign \x8554 12-235-1
+sign \x8912 12-235-1
+sign \x95C1 12-235-1
+sign \x8943 12-235-1
+sign \x9F59 12-235-1
+sign \x7A87 12-235-2
+sign \x96F9 12-235-2
+sign \x8584 12-235-2
+sign \x5B80 134-146-2
+sign \x9971 12-235-3
+sign \x6009 12-235-3
+sign \x5B9D 12-235-3
+sign \x4FDD 12-235-3
+sign \x9E28 12-235-3
+sign \x73E4 12-235-3
+sign \x5822 12-235-3
+sign \x8446 12-235-3
+sign \x5821 12-235-3
+sign \x5AAC 12-235-3
+sign \x98F9 12-235-3
+sign \x98FD 12-235-3
+sign \x5BDA 12-235-3
+sign \x99C2 12-235-3
+sign \x8913 12-235-3
+sign \x9CF5 12-235-3
+sign \x9D07 12-235-3
+sign \x7DE5 12-235-3
+sign \x8CF2 12-235-3
+sign \x85F5 12-26-1
+sign \x5BF3 12-235-3
+sign \x5BF6 12-235-3
+sign \x974C 12-235-3
+sign \x52FD 12-235-23
+sign \x62A5 12-235-23
+sign \x62B1 12-235-23
+sign \x8DB5 12-26-1
+sign \x94C7 12-235-23
+sign \x8C79 12-235-23
+sign \x83E2 12-235-23
+sign \x888C 12-235-23
+sign \x5831 12-235-23
+sign \x924B 12-235-23
+sign \x9C8D 12-235-23
+sign \x9764 1234-235-23
+sign \x9AB2 12-235-23
+sign \x9AF1 12-235-23
+sign \x66B4 12-235-23
+sign \x8663 12-235-23
+sign \x9B91 12-235-23
+sign \x66D3 12-235-23
+sign \x5124 12-235-23
+sign \x7206 12-235-23
+sign \x5FC1 12-235-23
+sign \x9464 12-235-23
+sign \x8421 12-26-2
+sign \x9642 12-2346-1
+sign \x676F 12-2346-1
+sign \x5351 12-2346-1
+sign \x76C3 12-2346-1
+sign \x686E 12-2346-1
+sign \x63F9 12-2346-1
+sign \x60B2 12-2346-1
+sign \x7891 12-2346-1
+sign \x9E4E 12-2346-1
+sign \x85E3 12-2346-1
+sign \x9D6F 12-2346-1
+sign \x5317 12-2346-3
+sign \x9273 12-2346-3
+sign \x8D1D 12-2346-23
+sign \x5B5B 12-26-2
+sign \x90B6 12-2346-23
+sign \x8C9D 12-2346-23
+sign \x72C8 12-2346-23
+sign \x82DD 12-2346-23
+sign \x6601 12-2346-23
+sign \x726C 12-2346-23
+sign \x5907 12-2346-23
+sign \x80CC 12-2346-23
+sign \x94A1 12-2346-23
+sign \x4FFB 12-2346-23
+sign \x500D 12-2346-23
+sign \x72FD 12-2346-23
+sign \x6096 12-2346-23
+sign \x88AB 12-2346-23
+sign \x73FC 12-2346-23
+sign \x6896 12-2346-23
+sign \x9101 12-2346-23
+sign \x505D 12-2346-23
+sign \x5079 12-2346-23
+sign \x7432 12-2346-23
+sign \x8F88 12-2346-23
+sign \x8EF0 12-2346-23
+sign \x5099 12-2346-23
+sign \x50C3 12-2346-23
+sign \x60EB 12-2346-23
+sign \x7119 12-2346-23
+sign \x84D3 12-2346-23
+sign \x6102 12-2346-23
+sign \x789A 12-2346-23
+sign \x86FD 12-2346-23
+sign \x7999 12-2346-23
+sign \x9AB3 12-2346-23
+sign \x7295 12-2346-23
+sign \x8A96 12-2346-23
+sign \x8919 12-2346-23
+sign \x8F29 12-2346-23
+sign \x92C7 12-2346-23
+sign \x618A 12-2346-23
+sign \x7CD2 12-2346-23
+sign \x97B4 12-2346-23
+sign \x943E 12-2346-23
+sign \x5457 12-2346
+sign \x5504 12-2346
+sign \x5954 12-356-1
+sign \x6CCD 12-356-1
+sign \x8D32 12-356-1
+sign \x5034 12-356-23
+sign \x9029 12-356-23
+sign \x55AF 12-356-1
+sign \x6E00 12-356-23
+sign \x8CC1 12-356-1
+sign \x7287 12-356-1
+sign \x951B 12-356-1
+sign \x931B 12-356-1
+sign \x672C 12-356-3
+sign \x5932 12-356-3
+sign \x82EF 12-356-3
+sign \x5959 12-356-3
+sign \x755A 12-356-3
+sign \x7FC9 12-356-3
+sign \x694D 12-356-3
+sign \x574C 12-356-23
+sign \x6379 12-356-23
+sign \x6873 12-356-23
+sign \x7B28 12-356-23
+sign \x64AA 12-356-23
+sign \x8F3D 12-356-23
+sign \x4F3B 12-3456-1
+sign \x6337 12-3456-23
+sign \x595F 12-3456-1
+sign \x5D29 12-3456-1
+sign \x7EF7 12-3456-1
+sign \x958D 12-3456-1
+sign \x7D63 12-3456-1
+sign \x5D6D 12-3456-1
+sign \x50B0 1234-3456-2
+sign \x75ED 12-3456-1
+sign \x5623 12-3456-1
+sign \x7DB3 12-3456-1
+sign \x7E43 12-3456-1
+sign \x752D 12-3456-2
+sign \x57F2 12-3456-3
+sign \x83F6 12-3456-3
+sign \x742B 12-3456-3
+sign \x7423 12-3456-3
+sign \x979B 12-3456-3
+sign \x6CF5 12-3456-23
+sign \x8FF8 12-3456-23
+sign \x902C 12-3456-23
+sign \x8DF0 12-3456-23
+sign \x5874 12-3456-23
+sign \x750F 12-3456-23
+sign \x955A 12-3456-23
+sign \x8E66 12-3456-23
+sign \x93F0 12-3456-23
+sign \x7680 12-24-1
+sign \x5C44 12-24-1
+sign \x6082 1234-24-1
+sign \x506A 12-24-1
+sign \x903C 12-24-1
+sign \x6BF4 12-24-1
+sign \x921A 1234-24-1
+sign \x6945 12-24-1
+sign \x698C 12-24-1
+sign \x8C4D 12-24-1
+sign \x9D56 12-24-1
+sign \x9CBE 12-24-1
+sign \x939E 12-24-23
+sign \x9C0F 12-24-1
+sign \x67F2 12-24-23
+sign \x8378 12-24-2
+sign \x9F3B 12-24-2
+sign \x5B36 12-24-2
+sign \x5315 12-24-3
+sign \x6BD4 12-24-3
+sign \x673C 12-24-3
+sign \x5936 12-24-3
+sign \x5421 12-24-3
+sign \x4F4A 12-24-3
+sign \x7595 12-24-3
+sign \x6C98 12-24-3
+sign \x59A3 12-24-3
+sign \x5F7C 12-24-3
+sign \x67C0 12-24-3
+sign \x79D5 12-24-3
+sign \x7C8A 12-24-23
+sign \x7B14 12-24-3
+sign \x4FFE 12-24-3
+sign \x822D 12-24-3
+sign \x7C83 12-24-3
+sign \x5A1D 12-24-3
+sign \x555A 12-24-3
+sign \x7B46 12-24-3
+sign \x9119 12-24-3
+sign \x805B 12-24-3
+sign \x8C8F 12-24-3
+sign \x9B6E 1234-24-2
+sign \x5E01 12-24-23
+sign \x5FC5 12-24-23
+sign \x6BD5 12-24-23
+sign \x95ED 12-24-23
+sign \x5752 12-24-23
+sign \x4F56 12-24-23
+sign \x5E87 12-24-23
+sign \x90B2 12-24-23
+sign \x8BD0 12-24-23
+sign \x82FE 12-24-23
+sign \x6788 12-24-23
+sign \x7540 12-24-23
+sign \x7541 13-24-2
+sign \x602D 12-24-23
+sign \x59BC 12-24-23
+sign \x73CC 12-24-23
+sign \x835C 12-24-23
+sign \x6BD6 12-24-23
+sign \x54D4 12-24-23
+sign \x75AA 12-24-23
+sign \x965B 12-24-23
+sign \x6BD9 12-24-23
+sign \x7562 12-24-23
+sign \x94CB 12-24-23
+sign \x72F4 12-24-23
+sign \x8890 12-24-23
+sign \x841E 12-24-23
+sign \x8406 12-24-23
+sign \x6890 12-24-23
+sign \x9589 12-24-23
+sign \x9587 12-24-23
+sign \x5EB3 12-24-23
+sign \x655D 12-24-23
+sign \x5A62 12-24-23
+sign \x581B 12-24-23
+sign \x7695 12-24-23
+sign \x8CB1 12-24-23
+sign \x8D51 12-24-23
+sign \x7B5A 12-24-23
+sign \x8A56 12-24-23
+sign \x6E62 12-24-23
+sign \x610A 12-24-23
+sign \x610E 12-24-23
+sign \x7986 12-24-23
+sign \x5F3B 12-24-23
+sign \x5F3C 12-24-23
+sign \x84FD 12-24-23
+sign \x84D6 12-24-23
+sign \x959F 12-24-23
+sign \x8DF8 12-24-23
+sign \x870C 12-24-23
+sign \x55F6 12-24-23
+sign \x924D 12-24-23
+sign \x98F6 12-24-23
+sign \x8177 12-24-23
+sign \x75F9 12-24-23
+sign \x75FA 12-24-23
+sign \x714F 12-24-23
+sign \x6EED 12-24-23
+sign \x6ED7 12-24-23
+sign \x88E8 12-24-23
+sign \x5F43 12-24-23
+sign \x78A7 12-24-23
+sign \x9781 12-2346-23
+sign \x853D 12-24-23
+sign \x7A2B 12-24-23
+sign \x999D 12-24-23
+sign \x7B85 12-24-23
+sign \x7B86 12-24-23
+sign \x7359 12-24-23
+sign \x5F0A 12-24-23
+sign \x5E63 12-24-23
+sign \x719A 12-24-23
+sign \x912A 12-24-23
+sign \x7DBC 12-24-23
+sign \x9AF2 12-24-23
+sign \x99DC 12-24-23
+sign \x5E64 12-24-23
+sign \x7F7C 12-24-23
+sign \x7358 12-24-23
+sign \x6F77 12-24-23
+sign \x8945 12-24-23
+sign \x859C 12-24-23
+sign \x89F1 12-24-23
+sign \x7BF3 12-24-23
+sign \x7BE6 12-24-23
+sign \x9B85 12-24-23
+sign \x5EE6 12-24-23
+sign \x58C1 12-24-23
+sign \x907F 12-24-23
+sign \x5B16 12-24-23
+sign \x7E2A 12-24-23
+sign \x979E 12-16-3
+sign \x8E55 12-24-23
+sign \x9AC0 12-24-23
+sign \x6583 12-24-23
+sign \x6FDE 12-24-23
+sign \x81C2 12-24-23
+sign \x5970 12-24-23
+sign \x93CE 12-24-23
+sign \x9946 12-24-23
+sign \x9128 12-24-23
+sign \x74A7 12-24-23
+sign \x97B8 12-24-23
+sign \x9B53 12-24-23
+sign \x8963 12-24-23
+sign \x895E 12-24-23
+sign \x7E74 12-24-23
+sign \x97E0 12-24-23
+sign \x9A46 12-24-23
+sign \x8E83 12-24-23
+sign \x8E84 12-24-23
+sign \x9DDD 12-24-23
+sign \x8D14 12-24-23
+sign \x9434 12-24-23
+sign \x9DE9 12-24-23
+sign \x9E0A 2345-24-23
+sign \x9F0A 12-24-23
+sign \x8FB9 12-146-1
+sign \x782D 12-146-1
+sign \x7B3E 12-146-1
+sign \x8439 12-146-1
+sign \x7335 12-146-1
+sign \x7F16 12-146-1
+sign \x7251 12-146-1
+sign \x7178 12-146-1
+sign \x8759 12-146-1
+sign \x7BAF 12-146-1
+sign \x7DE8 12-146-1
+sign \x9795 16-23
+sign \x9089 12-146-1
+sign \x937D 12-146-1
+sign \x9CCA 12-146-1
+sign \x7371 12-146-1
+sign \x97AD 12-146-1
+sign \x908A 12-146-1
+sign \x9BFE 12-146-1
+sign \x9BFF 12-146-1
+sign \x7C69 12-146-1
+sign \x91C6 12-146-23
+sign \x8D2C 12-146-3
+sign \x709E 12-146-1
+sign \x75BA 124-35-2
+sign \x7A86 12-146-3
+sign \x6241 12-146-3
+sign \x533E 12-146-3
+sign \x8CB6 12-146-3
+sign \x60FC 12-146-3
+sign \x78A5 12-146-3
+sign \x7A28 12-146-3
+sign \x890A 12-146-3
+sign \x7CC4 12-146-1
+sign \x9D18 12-146-3
+sign \x85CA 12-146-3
+sign \x9DA3 1234-146-1
+sign \x535E 12-146-23
+sign \x5F01 12-146-23
+sign \x6283 12-146-23
+sign \x82C4 12-146-23
+sign \x6C73 12-146-23
+sign \x6C74 12-146-23
+sign \x5FED 12-146-23
+sign \x73A3 12-146-23
+sign \x5CC5 12-146-23
+sign \x53D8 12-146-23
+sign \x662A 12-146-23
+sign \x4FBF 12-146-23
+sign \x5909 12-146-23
+sign \x898D 12-146-23
+sign \x63D9 12-146-3
+sign \x5FA7 12-146-23
+sign \x904D 12-146-23
+sign \x7F0F 12-146-23
+sign \x959E 12-146-23
+sign \x8FA1 12-146-23
+sign \x8251 12-146-23
+sign \x9828 346-3
+sign \x7DF6 12-146-23
+sign \x8FA8 12-146-23
+sign \x8FA9 12-146-23
+sign \x8FA7 12-146-23
+sign \x8FAB 12-146-23
+sign \x8FAE 12-146-23
+sign \x8FAF 12-146-23
+sign \x8B8A 12-146-23
+sign \x6807 12-345-1
+sign \x98D1 12-345-1
+sign \x9A89 12-345-1
+sign \x9ADF 12-345-1
+sign \x5F6A 12-345-1
+sign \x6DF2 12-345-1
+sign \x730B 12-345-1
+sign \x813F 12-345-1
+sign \x5882 12-345-1
+sign \x647D 12-345-1
+sign \x8508 12-345-1
+sign \x5E56 12-345-1
+sign \x98AE 12-345-1
+sign \x6EEE 12-345-1
+sign \x9AA0 1234-345-23
+sign \x6A19 12-345-1
+sign \x8198 12-345-1
+sign \x9E83 12-345-1
+sign \x719B 12-345-1
+sign \x78E6 12-345-1
+sign \x98D9 12-345-1
+sign \x9556 12-345-1
+sign \x98DA 12-345-1
+sign \x762D 12-345-1
+sign \x5126 12-345-1
+sign \x98B7 12-345-1
+sign \x85E8 12-345-1
+sign \x8B24 12-345-1
+sign \x700C 12-345-1
+sign \x8D06 12-345-1
+sign \x7202 12-345-1
+sign \x93E2 12-345-1
+sign \x81D5 12-345-1
+sign \x9573 12-345-1
+sign \x7A6E 12-345-1
+sign \x9A43 12-345-1
+sign \x98C6 12-345-1
+sign \x98C7 12-345-1
+sign \x98C8 12-345-1
+sign \x98CA 12-345-1
+sign \x9463 12-345-1
+sign \x9A6B 12-345-1
+sign \x5AD1 12-345-2
+sign \x8868 12-345-3
+sign \x5A4A 12-345-3
+sign \x88F1 12-345-3
+sign \x8AD8 12-345-3
+sign \x9336 12-345-3
+sign \x893E 12-345-3
+sign \x6AA6 12-345-3
+sign \x4FF5 12-345-23
+sign \x9CD4 12-345-23
+sign \x9C3E 12-345-23
+sign \x618B 12-15-1
+sign \x9CD6 12-15-1
+sign \x9C49 12-15-1
+sign \x9F08 12-15-1
+sign \x864C 12-15-1
+sign \x9F9E 12-15-1
+sign \x5225 12-15-2
+sign \x522B 12-15-2
+sign \x5487 12-24-23
+sign \x8382 12-15-2
+sign \x86C2 12-15-2
+sign \x5FB6 12-15-2
+sign \x8952 12-15-2
+sign \x87DE 12-15-1
+sign \x8E69 12-15-2
+sign \x762A 12-15-3
+sign \x765F 12-15-3
+sign \x5F46 12-15-23
+sign \x6C43 12-126-1
+sign \x90A0 12-126-1
+sign \x73A2 12-126-1
+sign \x780F 12-126-1
+sign \x5BBE 12-126-1
+sign \x5F6C 12-126-1
+sign \x6915 12-126-1
+sign \x50A7 12-126-1
+sign \x658C 12-126-1
+sign \x6EE8 12-126-1
+sign \x7F24 12-126-1
+sign \x7478 12-126-1
+sign \x69DF 12-126-1
+sign \x8C69 12-126-1
+sign \x8CD3 12-126-1
+sign \x8CD4 12-126-1
+sign \x9554 12-126-1
+sign \x5110 12-126-1
+sign \x6FD2 12-126-1
+sign \x8C73 12-126-1
+sign \x8668 12-126-1
+sign \x6FF1 12-126-1
+sign \x6FF5 12-126-1
+sign \x74B8 12-126-1
+sign \x6AB3 12-126-1
+sign \x9726 12-126-1
+sign \x7015 12-126-1
+sign \x7E7D 12-126-1
+sign \x944C 12-126-1
+sign \x986E 12-126-1
+sign \x6C1E 1345-2346-23
+sign \x6448 12-126-23
+sign \x9AE9 12-126-23
+sign \x6BA1 12-126-23
+sign \x8191 12-126-23
+sign \x9B02 12-126-23
+sign \x64EF 12-126-23
+sign \x6BAF 12-126-23
+sign \x81CF 12-126-23
+sign \x9ACC 12-126-23
+sign \x9B13 12-126-23
+sign \x9AD5 12-126-23
+sign \x9B22 12-126-23
+sign \x4ECC 12-16-1
+sign \x4ED2 12-16-1
+sign \x6C37 12-16-1
+sign \x51B0 12-16-1
+sign \x5175 12-16-1
+sign \x681F 12-16-1
+sign \x63A4 12-16-1
+sign \x68B9 12-16-1
+sign \x92F2 12-16-1
+sign \x4E19 12-16-3
+sign \x90B4 12-16-3
+sign \x9643 12-16-3
+sign \x62A6 12-16-3
+sign \x82EA 12-16-3
+sign \x79C9 12-16-3
+sign \x6032 12-16-3
+sign \x67C4 12-16-3
+sign \x661E 12-16-3
+sign \x663A 12-16-3
+sign \x997C 12-16-3
+sign \x70B3 12-16-3
+sign \x772A 12-16-3
+sign \x7A89 12-16-3
+sign \x86C3 12-16-3
+sign \x68C5 12-16-3
+sign \x9235 12-16-3
+sign \x7980 12-16-3
+sign \x7A1F 12-16-3
+sign \x9786 12-16-3
+sign \x927C 12-16-3
+sign \x9905 12-16-3
+sign \x9920 12-16-3
+sign \x765D 12-16-3
+sign \x765B 12-16-3
+sign \x7592 1345-26-23
+sign \x5E76 12-16-23
+sign \x5E77 12-16-23
+sign \x4F75 12-16-23
+sign \x4E26 12-16-23
+sign \x57AA 12-16-23
+sign \x5EB0 12-16-23
+sign \x6824 12-16-23
+sign \x5002 12-16-23
+sign \x75C5 12-16-23
+sign \x7ADD 12-16-23
+sign \x504B 12-16-3
+sign \x6452 12-16-23
+sign \x50A1 12-16-23
+sign \x5BCE 12-16-3
+sign \x8A81 12-16-23
+sign \x9BA9 12-16-23
+sign \x9750 12-16-23
+sign \x7676 12-26-1
+sign \x62E8 12-26-1
+sign \x6CE2 12-26-1
+sign \x73BB 12-26-1
+sign \x7835 12-26-1
+sign \x76CB 12-26-1
+sign \x94B5 12-26-1
+sign \x997D 12-26-1
+sign \x889A 12-26-1
+sign \x88AF 12-26-2
+sign \x5265 12-26-1
+sign \x525D 12-26-1
+sign \x83E0 12-26-1
+sign \x7F3D 12-26-1
+sign \x7D34 12-26-1
+sign \x6E8A 12-26-1
+sign \x9262 12-26-1
+sign \x7886 12-26-1
+sign \x50E0 12-26-1
+sign \x64AD 12-26-1
+sign \x64A5 12-26-1
+sign \x5D93 12-26-1
+sign \x9911 12-26-1
+sign \x78FB 1234-1236-2
+sign \x8E73 12-26-1
+sign \x9A4B 12-26-1
+sign \x9C4D 12-26-1
+sign \x4EE2 12-26-2
+sign \x4F2F 12-26-2
+sign \x72BB 12-26-2
+sign \x9A73 12-26-2
+sign \x82E9 12-26-2
+sign \x5E1B 12-26-2
+sign \x74DD 12-26-2
+sign \x72DB 12-26-2
+sign \x6CCA 12-26-2
+sign \x67ED 12-26-2
+sign \x90E3 12-26-2
+sign \x52C3 12-26-2
+sign \x4FBC 12-26-2
+sign \x80C9 12-26-2
+sign \x632C 12-26-2
+sign \x94B9 12-26-2
+sign \x94C2 12-26-2
+sign \x79E1 12-26-2
+sign \x74DF 12-26-2
+sign \x4EB3 12-26-2
+sign \x6D61 12-26-2
+sign \x6872 12-26-2
+sign \x8236 12-26-2
+sign \x8116 12-26-2
+sign \x6DFF 12-26-2
+sign \x535A 12-26-2
+sign \x8467 12-26-2
+sign \x9E41 12-26-2
+sign \x6E50 1234-26-23
+sign \x6E24 12-26-2
+sign \x640F 12-26-2
+sign \x9238 12-26-2
+sign \x9251 12-26-2
+sign \x9C8C 12-26-2
+sign \x733C 12-26-2
+sign \x998E 12-26-2
+sign \x613D 12-26-2
+sign \x99C1 12-26-2
+sign \x50F0 12-26-2
+sign \x999B 12-26-2
+sign \x7B94 12-26-2
+sign \x7254 12-26-2
+sign \x824A 12-26-2
+sign \x818A 12-26-2
+sign \x717F 12-26-2
+sign \x8E23 12-26-2
+sign \x9548 12-26-2
+sign \x92CD 12-26-2
+sign \x99EE 12-26-2
+sign \x999E 12-26-2
+sign \x58C6 12-26-2
+sign \x9B8A 12-26-2
+sign \x8C70 12-26-2
+sign \x894F 12-26-2
+sign \x9D53 12-26-2
+sign \x7921 12-26-2
+sign \x7C19 12-26-2
+sign \x939B 12-26-2
+sign \x993A 12-26-2
+sign \x61EA 12-26-2
+sign \x9AC6 12-26-2
+sign \x9AC9 12-26-2
+sign \x72A6 12-235-23
+sign \x6B02 12-26-2
+sign \x896E 12-26-2
+sign \x7934 12-26-2
+sign \x946E 12-26-2
+sign \x8DDB 12-26-3
+sign \x7BA5 12-26-3
+sign \x5B79 12-26-23
+sign \x6A97 12-26-23
+sign \x64D8 12-26-23
+sign \x7C38 12-26-3
+sign \x8B52 12-26-23
+sign \x7CEA 12-26-2
+sign \x8617 12-26-23
+sign \x535C 12-136-3
+sign \x5575 12-26
+sign \x8514 12-26
+sign \x5DED 1234-136
+sign \x900B 12-136-1
+sign \x5CEC 12-136-1
+sign \x94B8 12-136-1
+sign \x5EAF 12-136-1
+sign \x6661 12-136-1
+sign \x923D 12-136-1
+sign \x8AA7 12-136-1
+sign \x8F50 12-136-2
+sign \x535F 12-136-3
+sign \x8865 12-136-3
+sign \x6355 12-136-3
+sign \x54FA 12-136-3
+sign \x88DC 12-136-3
+sign \x9CEA 12-136-3
+sign \x9D4F 12-136-1
+sign \x9E14 12-136-3
+sign \x4E0D 12-136-23
+sign \x5E03 12-136-23
+sign \x6B65 12-136-23
+sign \x5425 12-136-23
+sign \x4F48 12-136-23
+sign \x62AA 12-136-23
+sign \x6B68 12-136-23
+sign \x6B69 12-136-23
+sign \x5498 12-136-23
+sign \x6016 12-136-23
+sign \x67E8 12-136-23
+sign \x949A 12-136-23
+sign \x57D7 12-136-23
+sign \x6357 12-136-23
+sign \x8379 12-136-23
+sign \x90E8 12-136-23
+sign \x52CF 12-136-23
+sign \x6091 12-136-23
+sign \x57E0 12-136-23
+sign \x9208 12-136-23
+sign \x74FF 12-136-23
+sign \x8500 12-136-23
+sign \x5ECD 12-136-23
+sign \x8E04 12-136-23
+sign \x9914 12-136-1
+sign \x90F6 12-136-23
+sign \x7BF0 12-136-23
+sign \x9922 12-136-23
+sign \x91AD 12-136-2
+sign \x7C3F 12-136-23
+sign \x6503 14-35-1
+sign \x64E6 14-35-1
+sign \x7924 14-35-3
+sign \x7938 14-35-3
+sign \x906A 14-35-23
+sign \x731C 14-246-1
+sign \x624D 14-246-2
+sign \x6750 14-246-2
+sign \x8D22 14-246-2
+sign \x8CA1 14-246-2
+sign \x88C1 14-246-2
+sign \x7E94 14-246-2
+sign \x6BDD 14-246-3
+sign \x91C7 14-246-3
+sign \x5038 14-246-3
+sign \x63A1 14-246-3
+sign \x554B 14-246-3
+sign \x5F69 14-246-3
+sign \x5BC0 14-246-3
+sign \x5A47 14-246-3
+sign \x776C 14-246-3
+sign \x8DF4 14-246-3
+sign \x7DB5 14-246-3
+sign \x8E29 14-246-3
+sign \x57F0 14-246-3
+sign \x83DC 14-246-23
+sign \x68CC 14-246-3
+sign \x8521 14-246-23
+sign \x7E29 14-246-23
+sign \x53C2 14-1236-1
+sign \x98E1 14-1236-1
+sign \x53C4 14-1236-1
+sign \x53C3 14-1236-1
+sign \x9A96 14-1236-1
+sign \x55B0 14-1236-1
+sign \x6E4C 14-1236-1
+sign \x53C5 14-1236-1
+sign \x98F1 234-25-1
+sign \x50AA 14-1236-1
+sign \x5D7E 14-356-1
+sign \x9910 14-1236-1
+sign \x5B20 14-1236-1
+sign \x7218 14-1236-23
+sign \x9A42 14-1236-1
+sign \x6B8B 14-1236-2
+sign \x8695 14-1236-2
+sign \x60ED 14-1236-2
+sign \x6B98 14-1236-2
+sign \x8745 14-1236-2
+sign \x615A 14-1236-2
+sign \x6159 14-1236-2
+sign \x883A 14-1236-2
+sign \x8836 14-1236-2
+sign \x60E8 14-1236-3
+sign \x6158 14-1236-3
+sign \x61AF 14-1236-3
+sign \x9EEA 14-1236-3
+sign \x9EF2 14-1236-3
+sign \x707F 14-1236-23
+sign \x7CB2 14-1236-23
+sign \x510F 14-1236-23
+sign \x8592 14-1236-23
+sign \x6FAF 14-1236-23
+sign \x74A8 14-1236-23
+sign \x71E6 14-1236-23
+sign \x8B32 14-1236-23
+sign \x4ED3 14-236-1
+sign \x4EFA 14-236-1
+sign \x4F27 14-236-1
+sign \x82CD 14-236-1
+sign \x6CA7 14-236-1
+sign \x9E27 14-236-1
+sign \x8231 14-236-1
+sign \x5009 14-236-1
+sign \x51D4 14-236-1
+sign \x84BC 14-236-1
+sign \x5D62 14-236-1
+sign \x734A 14-236-1
+sign \x6EC4 14-236-1
+sign \x87A5 14-236-1
+sign \x8259 14-236-1
+sign \x6FF8 14-236-1
+sign \x9DAC 14-236-1
+sign \x5328 1356-236-1
+sign \x8535 1356-236-1
+sign \x85CF 14-236-2
+sign \x6B0C 14-236-2
+sign \x9476 14-236-2
+sign \x8CF6 14-236-23
+sign \x64A1 14-235-1
+sign \x64CD 14-235-1
+sign \x7CD9 14-235-1
+sign \x66FA 14-235-2
+sign \x66F9 14-235-2
+sign \x50AE 1356-235-1
+sign \x84F8 14-235-2
+sign \x5608 14-235-2
+sign \x5D86 14-235-2
+sign \x6F15 14-235-2
+sign \x6152 14-235-2
+sign \x69FD 14-235-2
+sign \x893F 14-235-2
+sign \x87AC 14-235-2
+sign \x825A 14-235-2
+sign \x93EA 14-235-2
+sign \x8279 14-235-3
+sign \x8278 14-235-3
+sign \x8349 14-235-3
+sign \x613A 14-235-3
+sign \x9A32 14-235-3
+sign \x808F 14-235-23
+sign \x8959 14-235-23
+sign \x5202 145-235-1
+sign \x518A 14-26-23
+sign \x518C 14-26-23
+sign \x5395 14-26-23
+sign \x4FA7 14-26-23
+sign \x62FA 14-26-23
+sign \x835D 14-26-23
+sign \x6D4B 14-26-23
+sign \x607B 14-26-23
+sign \x6547 14-26-23
+sign \x8417 14-26-23
+sign \x53A0 14-26-23
+sign \x7B27 14-26-23
+sign \x5074 14-26-23
+sign \x7CA3 14-26-23
+sign \x8434 14-26-23
+sign \x7B56 14-26-23
+sign \x5EC1 14-26-23
+sign \x6E2C 14-26-23
+sign \x60FB 14-26-23
+sign \x84DB 14-26-23
+sign \x7B5E 14-26-23
+sign \x5884 13-24-1
+sign \x7BA3 14-26-23
+sign \x61A1 14-26-23
+sign \x5C91 14-356-2
+sign \x7B12 14-356-2
+sign \x6D94 14-356-2
+sign \x68A3 14-356-2
+sign \x564C 14-3456-1
+sign \x5C42 14-3456-2
+sign \x66FD 1356-3456-1
+sign \x66FE 14-3456-2
+sign \x5D92 14-3456-2
+sign \x5C64 14-3456-2
+sign \x7AF2 14-3456-2
+sign \x9A53 14-3456-2
+sign \x8E6D 14-3456-23
+sign \x53C9 12345-35-1
+sign \x6271 125-24-1
+sign \x6260 12345-35-1
+sign \x8286 12345-35-1
+sign \x6748 12345-35-23
+sign \x809E 12345-35-1
+sign \x81FF 12345-35-1
+sign \x633F 12345-35-1
+sign \x8A0D 12345-246-23
+sign \x505B 12345-35-1
+sign \x63D2 12345-35-1
+sign \x63F7 12345-35-1
+sign \x55CF 12345-35-1
+sign \x9987 12345-35-1
+sign \x9538 12345-35-1
+sign \x929F 12345-35-1
+sign \x8256 12345-35-1
+sign \x5693 12345-35-1
+sign \x9364 12345-35-1
+sign \x9388 14-135-1
+sign \x9937 12345-35-1
+sign \x79C5 1345-35-2
+sign \x579E 12345-35-2
+sign \x832C 12345-35-2
+sign \x8336 12345-35-2
+sign \x67E5 12345-35-2
+sign \x67FB 12345-35-2
+sign \x643D 12345-35-2
+sign \x976B 12345-35-2
+sign \x5D56 12345-35-2
+sign \x7339 12345-35-2
+sign \x69CE 12345-35-2
+sign \x8A67 12345-35-2
+sign \x6456 13-24-23
+sign \x78B4 12345-35-2
+sign \x5BDF 12345-35-2
+sign \x8928 234-135-3
+sign \x6AAB 12345-35-2
+sign \x8869 12345-35-3
+sign \x9572 12345-35-3
+sign \x9454 12345-35-3
+sign \x6C4A 12345-35-23
+sign \x597C 12345-35-23
+sign \x5C94 12345-35-23
+sign \x4F98 12345-35-23
+sign \x5239 156-35-1
+sign \x8BE7 12345-35-23
+sign \x5DEE 12345-35-1
+sign \x59F9 12345-35-23
+sign \x7D01 12345-35-23
+sign \x8A6B 12345-35-23
+sign \x62C6 12345-246-1
+sign \x9497 12345-246-1
+sign \x91F5 12345-246-1
+sign \x7580 12345-35-1
+sign \x72B2 12345-246-2
+sign \x4FAA 12345-246-2
+sign \x67F4 12345-246-2
+sign \x8C7A 12345-246-2
+sign \x7961 12345-246-2
+sign \x558D 12345-246-2
+sign \x5115 12345-246-2
+sign \x867F 12345-246-23
+sign \x8883 12345-246-23
+sign \x7625 12345-246-23
+sign \x8806 12345-246-23
+sign \x56C6 12345-246-23
+sign \x89C7 12345-1236-1
+sign \x68B4 12345-1236-1
+sign \x63BA 12345-1236-1
+sign \x6400 12345-1236-1
+sign \x8998 12345-1236-1
+sign \x88E7 12345-1236-1
+sign \x647B 12345-1236-1
+sign \x92D3 12345-1236-1
+sign \x5E68 12345-1236-1
+sign \x895C 12345-1236-1
+sign \x6519 12345-1236-1
+sign \x8FBF 12345-1236-1
+sign \x8C17 12345-1236-2
+sign \x5A75 12345-1236-2
+sign \x68CE 12345-1236-2
+sign \x998B 12345-1236-2
+sign \x6E79 12345-1236-2
+sign \x7985 12345-1236-2
+sign \x5B71 12345-1236-2
+sign \x7158 12345-1236-2
+sign \x7F20 12345-1236-2
+sign \x8749 12345-1236-2
+sign \x50DD 12345-1236-2
+sign \x92CB 12345-1236-2
+sign \x7351 12345-1236-2
+sign \x8A97 12345-1236-2
+sign \x5103 12345-1236-2
+sign \x5EDB 12345-1236-2
+sign \x6F79 12345-1236-2
+sign \x6F7A 12345-1236-2
+sign \x5B0B 12345-1236-2
+sign \x7DFE 12345-1236-2
+sign \x78DB 12345-1236-2
+sign \x6FB6 12345-1236-2
+sign \x79AA 12345-1236-2
+sign \x6BDA 12345-1236-2
+sign \x913D 12345-1236-2
+sign \x894C 145-1236-1
+sign \x87EC 12345-1236-2
+sign \x700D 12345-1236-2
+sign \x87FE 12345-1236-2
+sign \x5133 12345-1236-2
+sign \x5296 12345-1236-2
+sign \x9141 12345-1236-2
+sign \x7E75 12345-1236-2
+sign \x58E5 12345-1236-2
+sign \x56B5 12345-1236-2
+sign \x5DC9 12345-1236-2
+sign \x703A 12345-1236-2
+sign \x6B03 12345-1236-2
+sign \x7E8F 12345-1236-2
+sign \x8E94 12345-1236-2
+sign \x9575 12345-1236-2
+sign \x7E92 12345-1236-2
+sign \x826C 12345-1236-2
+sign \x8B92 12345-1236-2
+sign \x9471 12345-1236-2
+sign \x995E 12345-1236-2
+sign \x4EA7 12345-1236-3
+sign \x522C 12345-1236-3
+sign \x65F5 12345-1236-3
+sign \x4E33 12345-1236-3
+sign \x6D50 12345-1236-3
+sign \x8C04 12345-1236-3
+sign \x5574 2345-1236-1
+sign \x94F2 12345-1236-3
+sign \x7522 12345-1236-3
+sign \x7523 12345-1236-3
+sign \x9610 12345-1236-3
+sign \x8487 12345-1236-3
+sign \x5277 12345-1236-3
+sign \x5D7C 12345-1236-3
+sign \x6EFB 12345-1236-3
+sign \x8546 12345-1236-3
+sign \x95B3 12345-1236-3
+sign \x5E5D 12345-1236-3
+sign \x8AC2 12345-1236-3
+sign \x9AA3 12345-1236-3
+sign \x71C0 12345-1236-3
+sign \x7C05 12345-1236-3
+sign \x91A6 12345-1236-3
+sign \x5181 12345-1236-3
+sign \x7E5F 12345-1236-2
+sign \x93DF 12345-1236-3
+sign \x8B42 12345-1236-3
+sign \x95E1 12345-1236-3
+sign \x56C5 12345-1236-3
+sign \x8B87 12345-1236-3
+sign \x705B 12345-1236-3
+sign \x5FCF 12345-1236-23
+sign \x5257 12345-1236-3
+sign \x785F 12345-1236-23
+sign \x6472 12345-1236-23
+sign \x61F4 12345-1236-23
+sign \x98A4 12345-1236-23
+sign \x61FA 12345-1236-23
+sign \x7FBC 12345-1236-23
+sign \x97C2 12345-1236-23
+sign \x986B 12345-1236-23
+sign \x4F25 12345-236-1
+sign \x660C 12345-236-1
+sign \x5000 12345-236-1
+sign \x83D6 12345-236-1
+sign \x7316 12345-236-1
+sign \x960A 12345-236-1
+sign \x6DD0 12345-236-1
+sign \x5A3C 12345-236-1
+sign \x7429 12345-236-1
+sign \x6919 12345-236-1
+sign \x667F 12345-236-1
+sign \x9520 12345-236-1
+sign \x88EE 12345-236-1
+sign \x95B6 12345-236-1
+sign \x9329 12345-236-1
+sign \x9CB3 12345-236-1
+sign \x9BE7 12345-236-1
+sign \x9F1A 12345-236-1
+sign \x4EE7 12345-236-2
+sign \x4EE9 12345-236-2
+sign \x9578 12345-236-2
+sign \x82CC 12345-236-2
+sign \x514F 12345-236-2
+sign \x80A0 12345-236-2
+sign \x9577 12345-236-2
+sign \x5C1D 12345-236-2
+sign \x74FA 12345-236-2
+sign \x8407 12345-236-2
+sign \x5E38 12345-236-2
+sign \x507F 12345-236-2
+sign \x5F9C 12345-236-2
+sign \x5834 12345-236-3
+sign \x751E 12345-236-2
+sign \x8178 12345-236-2
+sign \x5872 12345-236-2
+sign \x5617 12345-236-2
+sign \x5AE6 12345-236-2
+sign \x747A 12345-236-2
+sign \x8193 12345-236-2
+sign \x92FF 12345-236-2
+sign \x87D0 12345-236-2
+sign \x5690 12345-236-2
+sign \x511F 12345-236-2
+sign \x9CBF 12345-236-2
+sign \x93DB 12345-236-2
+sign \x9C68 12345-236-2
+sign \x5382 12345-236-3
+sign \x573A 12345-236-3
+sign \x6636 12345-236-3
+sign \x60DD 12345-236-3
+sign \x655E 12345-236-3
+sign \x53B0 12345-236-3
+sign \x50D8 12345-236-3
+sign \x5EE0 12345-236-3
+sign \x6C05 12345-236-3
+sign \x92F9 12345-236-3
+sign \x6005 12345-236-23
+sign \x7545 12345-236-23
+sign \x5021 12345-236-23
+sign \x9B2F 12345-236-23
+sign \x5531 12345-236-23
+sign \x60B5 12345-236-23
+sign \x66A2 12345-236-23
+sign \x757C 12345-236-23
+sign \x8AAF 12345-236-23
+sign \x97D4 12345-236-23
+sign \x6284 12345-235-1
+sign \x600A 12345-235-1
+sign \x5F28 12345-235-1
+sign \x949E 12345-235-1
+sign \x6B29 12345-235-1
+sign \x8A2C 12345-235-1
+sign \x7EF0 12345-135-23
+sign \x8D85 12345-235-1
+sign \x9214 12345-235-1
+sign \x712F 12345-235-1
+sign \x7E5B 12345-135-23
+sign \x724A 12345-235-2
+sign \x6641 12345-235-2
+sign \x5DE3 12345-235-2
+sign \x5DE2 12345-235-2
+sign \x671D 12345-235-2
+sign \x9F0C 12345-235-2
+sign \x911B 12345-235-2
+sign \x6F05 12345-235-2
+sign \x6A14 12345-235-2
+sign \x5632 12345-235-2
+sign \x6F6E 12345-235-2
+sign \x7AB2 12345-235-2
+sign \x7F7A 12345-235-2
+sign \x8F48 12345-235-2
+sign \x9F02 12345-235-2
+sign \x8B3F 12345-235-2
+sign \x5435 12345-235-3
+sign \x7092 12345-235-3
+sign \x7727 12345-235-3
+sign \x717C 12345-235-3
+sign \x9EA8 12345-235-3
+sign \x5DD0 12345-235-3
+sign \x4EE6 12345-235-23
+sign \x4EEF 12345-235-23
+sign \x8016 12345-235-23
+sign \x89D8 12345-235-23
+sign \x8F66 12345-26-1
+sign \x4F21 1245-346-1
+sign \x8ECA 12345-26-1
+sign \x7817 12345-26-1
+sign \x8397 12345-26-1
+sign \x5513 12345-26-1
+sign \x7868 12345-26-1
+sign \x86FC 12345-26-1
+sign \x4F2C 12345-24-3
+sign \x626F 12345-26-3
+sign \x5056 12345-26-3
+sign \x64A6 12345-26-3
+sign \x5972 145-135-3
+sign \x5C6E 14-235-3
+sign \x5F7B 12345-26-23
+sign \x577C 12345-26-23
+sign \x8FE0 12345-26-23
+sign \x70E2 12345-26-23
+sign \x70F2 125-15-23
+sign \x8045 12345-26-23
+sign \x7869 12345-26-23
+sign \x63A3 12345-26-23
+sign \x9819 12345-26-23
+sign \x6470 1345-15-23
+sign \x64A4 12345-26-23
+sign \x5FB9 12345-26-23
+sign \x6F88 12345-26-23
+sign \x77AE 12345-26-23
+sign \x52F6 12345-26-23
+sign \x7221 12345-26-23
+sign \x62BB 12345-356-1
+sign \x90F4 12345-356-1
+sign \x741B 12345-356-1
+sign \x68FD 12345-356-1
+sign \x55D4 12345-356-1
+sign \x7D9D 123-126-2
+sign \x778B 12345-356-1
+sign \x8CDD 12345-356-1
+sign \x8AC3 12345-356-1
+sign \x8B13 12345-356-1
+sign \x81E3 12345-356-2
+sign \x5C18 12345-356-2
+sign \x8FB0 12345-356-2
+sign \x6C89 12345-356-2
+sign \x5FF1 12345-356-2
+sign \x9648 12345-356-2
+sign \x8FE7 12345-356-2
+sign \x831E 12345-356-2
+sign \x8380 12345-356-2
+sign \x8390 12345-356-2
+sign \x5BB8 12345-356-2
+sign \x9673 12345-356-2
+sign \x8ED9 12345-356-2
+sign \x6550 12345-356-2
+sign \x6668 12345-356-2
+sign \x8A26 12345-356-2
+sign \x8C0C 12345-356-2
+sign \x63E8 12345-3456-2
+sign \x9202 12345-356-2
+sign \x6116 12345-356-2
+sign \x852F 12345-356-2
+sign \x7141 12345-356-2
+sign \x6A04 12345-356-2
+sign \x760E 12345-356-2
+sign \x5875 12345-356-2
+sign \x9703 12345-356-2
+sign \x8AF6 12345-356-2
+sign \x87B4 12345-356-2
+sign \x85BC 12345-356-2
+sign \x9E8E 12345-356-2
+sign \x66DF 12345-356-2
+sign \x9DD0 12345-356-2
+sign \x8DBB 12345-356-3
+sign \x7876 12345-356-3
+sign \x789C 12345-356-3
+sign \x588B 12345-356-3
+sign \x5926 12345-356-3
+sign \x78E3 12345-356-3
+sign \x8E38 12345-356-3
+sign \x8D02 12345-356-3
+sign \x886C 12345-356-23
+sign \x75A2 12345-356-23
+sign \x9F80 12345-356-23
+sign \x8D81 12345-356-23
+sign \x8D82 12345-356-23
+sign \x6987 12345-356-23
+sign \x9F53 12345-356-23
+sign \x9F54 12345-356-23
+sign \x512D 12345-356-23
+sign \x56AB 12345-356-23
+sign \x8C36 12345-356-23
+sign \x6AEC 12345-356-23
+sign \x896F 12345-356-23
+sign \x8B96 12345-356-23
+sign \x5096 14-236-1
+sign \x9637 12345-3456-1
+sign \x6CDF 12345-3456-1
+sign \x67FD 12345-3456-1
+sign \x722F 12345-3456-1
+sign \x7424 12345-3456-1
+sign \x68E6 12345-3456-1
+sign \x79F0 12345-3456-1
+sign \x6D7E 12345-3456-1
+sign \x86CF 12345-3456-1
+sign \x5041 12345-3456-1
+sign \x8D6A 12345-3456-1
+sign \x9757 12345-3456-1
+sign \x645A 12345-3456-1
+sign \x7A31 12345-3456-1
+sign \x6186 12345-3456-1
+sign \x6490 12345-3456-1
+sign \x6491 12345-3456-1
+sign \x7DFD 12345-3456-1
+sign \x9833 12345-3456-1
+sign \x8D6C 12345-3456-1
+sign \x6A55 12345-3456-1
+sign \x77A0 12345-3456-1
+sign \x6A89 12345-3456-1
+sign \x7F49 12345-3456-1
+sign \x87F6 12345-3456-1
+sign \x7A6A 12345-3456-1
+sign \x93FF 12345-3456-1
+sign \x9423 12345-3456-1
+sign \x93F3 34-3456-1
+sign \x9953 12345-3456-1
+sign \x673E 12345-3456-2
+sign \x6210 12345-3456-2
+sign \x4E1E 12345-3456-2
+sign \x5448 12345-3456-2
+sign \x67A8 12345-3456-2
+sign \x90D5 12345-3456-2
+sign \x8BDA 12345-3456-2
+sign \x627F 12345-3456-2
+sign \x57CE 12345-3456-2
+sign \x837F 12345-3456-2
+sign \x5CF8 12345-3456-2
+sign \x4E57 12345-3456-2
+sign \x6D06 12345-3456-2
+sign \x5BAC 12345-3456-2
+sign \x5A0D 12345-3456-2
+sign \x73F9 12345-3456-2
+sign \x57D5 12345-3456-2
+sign \x6330 12345-3456-2
+sign \x4E58 12345-3456-2
+sign \x8100 34-3456-1
+sign \x73F5 12345-3456-2
+sign \x6381 12345-3456-2
+sign \x7880 12345-3456-2
+sign \x94D6 12345-3456-2
+sign \x812D 12345-3456-2
+sign \x7A9A 12345-3456-2
+sign \x5818 12345-3456-2
+sign \x68D6 12345-3456-2
+sign \x7A0B 12345-3456-2
+sign \x7B6C 12345-3456-2
+sign \x60E9 12345-3456-2
+sign \x6909 12345-3456-2
+sign \x88CE 12345-3456-2
+sign \x7D7E 12345-3456-2
+sign \x5856 12345-3456-2
+sign \x584D 12345-3456-2
+sign \x8AA0 12345-3456-2
+sign \x6E97 12345-3456-2
+sign \x9172 12345-3456-2
+sign \x757B 12345-3456-2
+sign \x92EE 12345-3456-2
+sign \x6F82 12345-3456-2
+sign \x6F84 12345-3456-2
+sign \x6195 12345-3456-2
+sign \x6A99 12345-3456-2
+sign \x6A59 12345-3456-2
+sign \x9BCE 12345-3456-2
+sign \x7013 12345-3456-2
+sign \x61F2 12345-3456-2
+sign \x9A2C 12345-3456-2
+sign \x4FB1 12345-3456-3
+sign \x901E 12345-3456-3
+sign \x5F8E 34-3456-23
+sign \x609C 12345-3456-3
+sign \x9A8B 12345-3456-3
+sign \x5EB1 12345-3456-3
+sign \x7748 12345-3456-3
+sign \x9A01 12345-3456-3
+sign \x79E4 12345-3456-23
+sign \x725A 12345-3456-1
+sign \x7AC0 12345-3456-1
+sign \x5403 12345-1
+sign \x599B 12345-1
+sign \x546E 13-24-23
+sign \x4F99 12345-23
+sign \x5F68 12345-1
+sign \x54E7 12345-1
+sign \x9E31 12345-1
+sign \x86A9 12345-1
+sign \x7735 12345-1
+sign \x7B1E 12345-1
+sign \x74FB 12345-1
+sign \x7C9A 12345-1
+sign \x55AB 12345-1
+sign \x645B 12345-1
+sign \x55E4 12345-1
+sign \x75F4 12345-1
+sign \x5AB8 12345-1
+sign \x7D7A 12345-1
+sign \x6BA6 12345-1
+sign \x5644 12345-1
+sign \x779D 12345-1
+sign \x87AD 12345-1
+sign \x9D1F 12345-1
+sign \x9D44 12345-1
+sign \x9B51 12345-1
+sign \x7661 12345-1
+sign \x9F5D 12345-1
+sign \x6521 12345-1
+sign \x9EB6 12345-1
+sign \x5F72 12345-1
+sign \x9ED0 12345-1
+sign \x6C60 12345-2
+sign \x5F1B 12345-2
+sign \x9A70 12345-2
+sign \x8FDF 12345-2
+sign \x830C 12345-2
+sign \x5CBB 12345-2
+sign \x6301 12345-2
+sign \x7AFE 12345-2
+sign \x801B 12345-2
+sign \x8D7F 12345-2
+sign \x86B3 12345-2
+sign \x8CBE 12345-2
+sign \x7B42 12345-2
+sign \x9045 12345-2
+sign \x99B3 12345-2
+sign \x8D8D 13-346-1
+sign \x905F 12345-2
+sign \x6F26 12345-2
+sign \x5880 12345-2
+sign \x8E1F 12345-2
+sign \x9072 12345-2
+sign \x7BEA 12345-2
+sign \x8B18 12345-2
+sign \x5C3A 12345-3
+sign \x53FA 12345-3
+sign \x544E 12345-3
+sign \x8094 12345-3
+sign \x9F7F 12345-3
+sign \x4F88 12345-3
+sign \x5376 12345-3
+sign \x5791 12345-3
+sign \x62F8 24-2
+sign \x80E3 12345-3
+sign \x803B 12345-3
+sign \x6065 12345-3
+sign \x8687 12345-3
+sign \x8C49 12345-3
+sign \x88B3 12345-3
+sign \x6B6F 12345-3
+sign \x88B2 12345-3
+sign \x6B3C 12345-3
+sign \x88ED 12345-3
+sign \x9279 12345-3
+sign \x9F52 12345-3
+sign \x892B 12345-3
+sign \x5F73 12345-23
+sign \x53F1 12345-23
+sign \x65A5 12345-23
+sign \x8D64 12345-23
+sign \x707B 12345-23
+sign \x996C 12345-23
+sign \x6758 12345-23
+sign \x62B6 12345-23
+sign \x8FE3 34-23
+sign \x52C5 12345-23
+sign \x70BD 12345-23
+sign \x605C 12345-23
+sign \x7FC5 12345-23
+sign \x7FC4 12345-23
+sign \x6555 12345-23
+sign \x75D3 12345-23
+sign \x70FE 12345-23
+sign \x8DC5 2345-135-23
+sign \x98ED 12345-23
+sign \x8A35 12345-1
+sign \x557B 12345-23
+sign \x6E41 12345-23
+sign \x8D90 125-23456-23
+sign \x96F4 12345-23
+sign \x8DEE 145-15-2
+sign \x50BA 12345-23
+sign \x9253 12345-23
+sign \x815F 12345-23
+sign \x75F8 12345-23
+sign \x906B 12345-23
+sign \x9290 12345-23
+sign \x7FE4 12345-23
+sign \x618F 12345-23
+sign \x6157 12345-23
+sign \x761B 12345-23
+sign \x7FE8 12345-23
+sign \x71BE 12345-23
+sign \x8DA9 12345-23
+sign \x61D8 12345-23
+sign \x9D92 12345-23
+sign \x994E 125-24-1
+sign \x9DD8 12345-23
+sign \x51B2 12345-256-1
+sign \x5145 12345-256-1
+sign \x6C96 12345-256-1
+sign \x5FE1 12345-256-1
+sign \x833A 12345-256-1
+sign \x73EB 12345-256-1
+sign \x6D7A 12345-256-1
+sign \x7FC0 12345-256-1
+sign \x8202 12345-256-1
+sign \x644F 12345-256-1
+sign \x5603 12345-256-1
+sign \x6183 12345-256-1
+sign \x885D 12345-256-1
+sign \x5FB8 34-256-3
+sign \x61A7 12345-256-1
+sign \x7F7F 12345-256-1
+sign \x8E56 12345-256-1
+sign \x825F 12345-256-1
+sign \x866B 12345-256-2
+sign \x5D07 12345-256-2
+sign \x75CB 2345-3456-2
+sign \x5D08 12345-256-2
+sign \x9680 12345-256-2
+sign \x6F34 34-2356-23
+sign \x8908 12345-256-2
+sign \x8769 12345-256-2
+sign \x7DDF 34-256-23
+sign \x87F2 12345-256-2
+sign \x721E 12345-256-2
+sign \x5BA0 12345-256-3
+sign \x55A0 34-256-3
+sign \x5BF5 12345-256-3
+sign \x94F3 12345-256-23
+sign \x63F0 12345-256-23
+sign \x9283 12345-256-23
+sign \x62BD 12345-12356-1
+sign \x7D2C 12345-12356-1
+sign \x640A 12345-12356-1
+sign \x9194 13-1256-2
+sign \x7BD8 12345-12356-1
+sign \x7633 12345-12356-1
+sign \x72A8 12345-12356-1
+sign \x72AB 12345-12356-1
+sign \x4EC7 12345-12356-2
+sign \x4FE6 12345-12356-2
+sign \x8BEA 34-12356-1
+sign \x6826 12345-12356-2
+sign \x5E31 12345-12356-2
+sign \x83D7 12345-12356-2
+sign \x60C6 12345-12356-2
+sign \x7EF8 12345-12356-2
+sign \x6906 12345-12356-2
+sign \x7574 12345-12356-2
+sign \x7D52 12345-12356-2
+sign \x916C 12345-12356-2
+sign \x9167 12345-12356-2
+sign \x7A20 12345-12356-2
+sign \x6101 12345-12356-2
+sign \x7B79 12345-12356-2
+sign \x7697 12345-12356-2
+sign \x8A76 12345-12356-2
+sign \x88EF 12345-12356-2
+sign \x8E0C 12345-12356-2
+sign \x7DA2 12345-12356-2
+sign \x5114 12345-12356-2
+sign \x96D4 12345-12356-2
+sign \x85B5 12345-12356-2
+sign \x5E6C 12345-12356-2
+sign \x61E4 12345-12356-2
+sign \x5B26 12345-12356-2
+sign \x96E0 12345-12356-2
+sign \x71FD 12345-12356-2
+sign \x7587 12345-12356-2
+sign \x7C4C 12345-12356-2
+sign \x91BB 12345-12356-2
+sign \x8E8A 12345-12356-2
+sign \x8B90 12345-12356-2
+sign \x8B8E 12345-12356-2
+sign \x4E11 12345-12356-3
+sign \x4E12 12345-12356-3
+sign \x541C 12345-12356-3
+sign \x677D 12345-12356-3
+sign \x4FB4 12345-12356-3
+sign \x5062 12345-12356-3
+sign \x7785 12345-12356-3
+sign \x919C 12345-12356-3
+sign \x77C1 12345-12356-3
+sign \x9B57 12345-12356-3
+sign \x81ED 12345-12356-23
+sign \x905A 12345-12356-23
+sign \x81F0 12345-12356-23
+sign \x6BA0 12345-12356-23
+sign \x51FA 12345-136-1
+sign \x5C80 12345-136-1
+sign \x521D 12345-136-1
+sign \x6474 12345-136-1
+sign \x6A17 12345-136-1
+sign \x8C99 12345-136-1
+sign \x9F63 12345-136-1
+sign \x520D 12345-136-2
+sign \x9664 12345-136-2
+sign \x82BB 12345-136-2
+sign \x84A2 12345-136-2
+sign \x53A8 12345-136-2
+sign \x8C60 12345-136-2
+sign \x9504 12345-136-2
+sign \x6EC1 12345-136-2
+sign \x8021 12345-136-2
+sign \x8D8E 12345-136-2
+sign \x84AD 12345-136-2
+sign \x870D 12345-136-2
+sign \x96CF 12345-136-2
+sign \x5AB0 12345-136-2
+sign \x7293 12345-136-2
+sign \x7BE8 12345-136-2
+sign \x92E4 12345-136-2
+sign \x5EDA 12345-136-2
+sign \x6A71 12345-136-2
+sign \x6AC9 12345-136-2
+sign \x8E87 12345-136-2
+sign \x87F5 12345-136-2
+sign \x5E6E 12345-136-2
+sign \x96DB 12345-136-2
+sign \x6AE5 12345-136-2
+sign \x8E70 12345-136-2
+sign \x9DB5 12345-136-2
+sign \x8E95 12345-136-2
+sign \x6775 12345-136-3
+sign \x7840 12345-136-3
+sign \x6918 12345-136-3
+sign \x696E 12345-136-3
+sign \x50A8 12345-136-3
+sign \x695A 12345-136-3
+sign \x891A 12345-136-3
+sign \x6FCB 12345-136-3
+sign \x74B4 12345-136-3
+sign \x6A9A 12345-136-3
+sign \x5132 12345-136-3
+sign \x790E 12345-136-3
+sign \x9F6D 12345-136-3
+sign \x9F7C 12345-136-3
+sign \x4E8D 12345-136-23
+sign \x5904 12345-136-23
+sign \x51E6 12345-136-3
+sign \x7ACC 12345-136-23
+sign \x62C0 12345-136-23
+sign \x8C56 12345-136-23
+sign \x6035 12345-136-23
+sign \x7ECC 12345-136-23
+sign \x7AD0 12345-136-23
+sign \x6B2A 12345-136-23
+sign \x4FF6 12345-136-23
+sign \x755C 12345-136-23
+sign \x73FF 12345-136-23
+sign \x57F1 12345-136-23
+sign \x8655 12345-136-23
+sign \x89D5 14-136-1
+sign \x7D40 12345-136-23
+sign \x7421 12345-136-23
+sign \x5097 12345-136-23
+sign \x9110 12345-136-23
+sign \x6410 12345-136-23
+sign \x89E6 12345-136-23
+sign \x6EC0 12345-136-23
+sign \x95A6 12345-136-23
+sign \x8E00 12345-136-23
+sign \x563C 12345-136-23
+sign \x510A 12345-136-23
+sign \x8AD4 12345-136-23
+sign \x61B7 12345-136-23
+sign \x6B5C 12345-136-23
+sign \x9EDC 12345-136-23
+sign \x65B6 12345-136-23
+sign \x81C5 12345-136-23
+sign \x89F8 12345-136-23
+sign \x77D7 12345-136-23
+sign \x6A7B 14-136-1
+sign \x6B3B 125-346-1
+sign \x63E3 12345-13456-1
+sign \x640B 12345-13456-1
+sign \x8197 12345-13456-2
+sign \x8E39 12345-13456-23
+sign \x81AA 12345-13456-23
+sign \x5DDD 12345-12456-1
+sign \x5DDB 12345-12456-1
+sign \x6C1A 12345-12456-1
+sign \x7A7F 12345-12456-1
+sign \x5276 12345-12456-2
+sign \x4F20 12345-12456-2
+sign \x8221 12345-12456-2
+sign \x8229 12345-12456-2
+sign \x8239 12345-12456-2
+sign \x9044 12345-12456-2
+sign \x570C 12345-2456-2
+sign \x732D 12345-12456-23
+sign \x744F 12345-12456-1
+sign \x693D 12345-12456-2
+sign \x50B3 12345-12456-2
+sign \x66B7 12345-12456-2
+sign \x7BC5 12345-12456-2
+sign \x8F32 12345-12456-2
+sign \x821B 12345-12456-3
+sign \x8348 12345-12456-3
+sign \x5598 12345-12456-3
+sign \x6B42 12345-12456-2
+sign \x50E2 12345-12456-3
+sign \x6C4C 12345-12456-23
+sign \x7394 12345-12456-23
+sign \x4E32 12345-12456-23
+sign \x948F 12345-12456-23
+sign \x91E7 12345-12456-23
+sign \x8CD7 12345-12456-23
+sign \x5205 12345-2356-1
+sign \x75AE 12345-2356-1
+sign \x7A93 12345-2356-1
+sign \x7A97 12345-2356-1
+sign \x724E 12345-2356-1
+sign \x6450 12345-2356-1
+sign \x7255 12345-2356-1
+sign \x7621 12345-2356-1
+sign \x7ABB 12345-2356-1
+sign \x5E8A 12345-2356-2
+sign \x7240 12345-2356-2
+sign \x5647 12345-2356-2
+sign \x95EF 12345-2356-3
+sign \x50B8 12345-2356-3
+sign \x78E2 12345-2356-3
+sign \x95D6 12345-2356-3
+sign \x521B 12345-2356-23
+sign \x6006 12345-2356-23
+sign \x5231 12345-2356-23
+sign \x524F 12345-2356-23
+sign \x5259 12345-2356-23
+sign \x5275 12345-2356-23
+sign \x6134 12345-2356-23
+sign \x5439 12345-2456-1
+sign \x708A 12345-2456-1
+sign \x9FA1 12345-2456-1
+sign \x5782 12345-2456-2
+sign \x6858 12345-2456-2
+sign \x57C0 12345-2456-2
+sign \x5015 12345-2456-2
+sign \x9672 12345-2456-2
+sign \x6376 12345-2456-2
+sign \x83D9 12345-2456-2
+sign \x6425 12345-2456-2
+sign \x68F0 12345-2456-2
+sign \x8144 12345-2456-2
+sign \x69CC 12345-2456-2
+sign \x9524 12345-2456-2
+sign \x7BA0 12345-2456-2
+sign \x9318 12345-2456-2
+sign \x9840 12345-2456-2
+sign \x939A 12345-2456-2
+sign \x6776 12345-25-1
+sign \x65FE 12345-25-1
+sign \x6625 12345-25-1
+sign \x8405 12345-25-1
+sign \x583E 12345-12456-3
+sign \x5A8B 12345-25-1
+sign \x7443 12345-25-1
+sign \x693F 12345-25-1
+sign \x69C6 12345-25-1
+sign \x6699 12345-25-1
+sign \x877D 12345-25-1
+sign \x7BBA 12345-25-1
+sign \x6A41 12345-25-1
+sign \x8F34 12345-25-1
+sign \x6AC4 12345-25-1
+sign \x9D9E 12345-25-1
+sign \x9C06 12345-25-1
+sign \x7EAF 12345-25-2
+sign \x9659 12345-25-2
+sign \x83BC 12345-25-2
+sign \x5507 12345-25-2
+sign \x6D71 12345-25-2
+sign \x7D14 12345-25-2
+sign \x8123 12345-25-2
+sign \x6DF3 12345-25-2
+sign \x7289 12345-25-2
+sign \x6E7B 12345-25-2
+sign \x8493 12345-25-2
+sign \x9E51 12345-25-2
+sign \x6EE3 12345-25-2
+sign \x6F18 12345-25-2
+sign \x9187 12345-25-2
+sign \x9195 12345-25-2
+sign \x931E 12345-25-2
+sign \x9BD9 12345-25-2
+sign \x9D89 12345-25-2
+sign \x5046 12345-25-3
+sign \x8436 12345-25-3
+sign \x60F7 12345-25-3
+sign \x7776 12345-25-3
+sign \x8CF0 12345-25-3
+sign \x8E33 12345-12456-3
+sign \x8822 12345-25-3
+sign \x9034 12345-135-1
+sign \x8E14 12345-135-1
+sign \x6233 12345-135-1
+sign \x8FB5 12345-135-23
+sign \x5A15 12345-135-23
+sign \x5A16 12345-135-23
+sign \x555C 12345-135-23
+sign \x6DB0 12345-135-23
+sign \x60D9 12345-135-23
+sign \x5A65 12345-135-23
+sign \x8F8D 12345-135-23
+sign \x916B 12345-135-23
+sign \x7DBD 12345-135-23
+sign \x8DA0 12345-135-1
+sign \x8F1F 12345-135-23
+sign \x9F8A 12345-135-23
+sign \x64C9 12345-135-23
+sign \x78ED 12345-135-23
+sign \x6B60 12345-135-23
+sign \x56BD 12345-135-23
+sign \x9F6A 12345-135-23
+sign \x9F71 1356-12356-1
+sign \x9461 12345-135-23
+sign \x5472 1356-1
+sign \x73BC 14-1
+sign \x8D80 14-1
+sign \x75B5 14-1
+sign \x5068 14-1
+sign \x9AB4 34-246-23
+sign \x7E12 14-1
+sign \x8BCD 14-2
+sign \x73C1 14-2
+sign \x8308 1356-3
+sign \x8328 14-2
+sign \x67CC 14-2
+sign \x5790 14-2
+sign \x7960 14-2
+sign \x74F7 14-2
+sign \x5832 1245-24-2
+sign \x8A5E 14-2
+sign \x8F9D 14-2
+sign \x8F9E 14-2
+sign \x9236 234-23
+sign \x7506 14-2
+sign \x6148 14-2
+sign \x78C1 14-2
+sign \x96CC 14-2
+sign \x9E5A 14-2
+sign \x98FA 14-2
+sign \x8FA4 14-2
+sign \x9908 14-2
+sign \x7CCD 14-2
+sign \x858B 1356-1
+sign \x6FE8 14-2
+sign \x5B28 14-2
+sign \x9D1C 14-2
+sign \x7920 14-2
+sign \x8800 14-1
+sign \x8FAD 14-2
+sign \x9DBF 14-2
+sign \x9DC0 14-2
+sign \x6B64 14-3
+sign \x4F4C 14-3
+sign \x6CDA 14-3
+sign \x7689 14-3
+sign \x8DD0 14-1
+sign \x673F 14-23
+sign \x6B21 14-23
+sign \x523A 14-23
+sign \x523E 14-23
+sign \x4F7D 14-23
+sign \x8326 14-23
+sign \x5E9B 14-23
+sign \x6828 14-23
+sign \x83BF 14-23
+sign \x86D3 14-23
+sign \x8D50 14-23
+sign \x7D58 14-23
+sign \x8CDC 14-23
+sign \x8786 14-23
+sign \x5306 14-256-1
+sign \x82C1 14-256-1
+sign \x56EA 14-256-1
+sign \x56F1 14-256-1
+sign \x8310 14-256-1
+sign \x679E 14-256-1
+sign \x5FE9 14-256-1
+sign \x6031 14-256-1
+sign \x60A4 14-256-1
+sign \x8471 14-256-1
+sign \x68C7 14-256-1
+sign \x7127 14-256-1
+sign \x6964 234-256-3
+sign \x8061 14-256-1
+sign \x8525 14-256-1
+sign \x84EF 14-256-1
+sign \x6F17 14-256-1
+sign \x9AA2 14-256-1
+sign \x7481 14-256-1
+sign \x747D 14-256-1
+sign \x8066 14-256-1
+sign \x806A 14-256-1
+sign \x6A2C 14-256-1
+sign \x6A05 14-256-1
+sign \x66B0 14-256-1
+sign \x719C 14-256-1
+sign \x7DEB 1356-256-3
+sign \x779B 14-256-1
+sign \x8070 14-256-1
+sign \x87CC 14-256-1
+sign \x7BF5 14-256-1
+sign \x8B25 14-256-23
+sign \x7E71 14-256-1
+sign \x9A18 14-256-1
+sign \x93E6 14-256-1
+sign \x9A44 14-256-1
+sign \x4ECE 14-256-2
+sign \x4E1B 14-256-2
+sign \x5F93 14-256-2
+sign \x5F9E 14-256-2
+sign \x5F96 14-256-2
+sign \x6DD9 14-256-2
+sign \x60B0 14-256-2
+sign \x5B6E 14-256-2
+sign \x5A43 14-256-2
+sign \x742E 14-256-2
+sign \x6F40 1356-256-3
+sign \x6F48 14-256-2
+sign \x6F0E 14-256-2
+sign \x8CE9 14-256-2
+sign \x8AB4 14-256-2
+sign \x6F68 14-256-1
+sign \x8CE8 14-256-2
+sign \x6A37 14-256-2
+sign \x85C2 14-256-2
+sign \x53E2 14-256-2
+sign \x7047 14-256-2
+sign \x6B09 14-256-2
+sign \x721C 14-256-2
+sign \x6181 14-256-23
+sign \x51D1 14-12356-23
+sign \x6E4A 14-12356-23
+sign \x6971 14-12356-23
+sign \x8F8F 14-12356-23
+sign \x8160 14-12356-23
+sign \x8F33 14-12356-23
+sign \x7C97 14-136-1
+sign \x9E81 14-136-1
+sign \x9E84 14-136-1
+sign \x9EA4 14-136-1
+sign \x5F82 14-136-2
+sign \x6B82 14-136-2
+sign \x4FC3 14-136-23
+sign \x637D 1356-135-2
+sign \x731D 14-136-23
+sign \x5AA8 14-136-23
+sign \x7604 14-136-23
+sign \x8D97 14-136-23
+sign \x851F 14-136-23
+sign \x8A8E 14-136-23
+sign \x918B 14-136-23
+sign \x8E27 14-136-23
+sign \x5648 14-136-23
+sign \x61B1 14-136-23
+sign \x762F 14-136-23
+sign \x7C07 14-136-23
+sign \x7E2C 14-136-23
+sign \x9F00 14-136-23
+sign \x8E59 14-136-23
+sign \x8E74 14-136-23
+sign \x8E75 14-136-23
+sign \x9863 14-136-23
+sign \x6C46 14-12456-1
+sign \x64BA 14-12456-1
+sign \x9569 14-12456-1
+sign \x8E7F 14-12456-1
+sign \x651B 14-12456-1
+sign \x8EA5 14-12456-1
+sign \x9479 14-12456-1
+sign \x6505 1356-1236-3
+sign \x6AD5 14-12456-2
+sign \x5DD1 14-12456-2
+sign \x6B11 14-12456-2
+sign \x7A9C 14-12456-23
+sign \x6BA9 14-12456-23
+sign \x7BE1 14-12456-23
+sign \x71B6 14-12456-23
+sign \x7C12 14-12456-23
+sign \x7AC4 14-12456-23
+sign \x7228 14-12456-23
+sign \x5D14 14-2456-1
+sign \x50AC 14-2456-1
+sign \x51D7 14-2456-1
+sign \x5894 14-2456-1
+sign \x6467 14-2456-1
+sign \x69B1 14-2456-1
+sign \x5D89 2456-3
+sign \x7355 14-2456-1
+sign \x6F3C 14-2456-3
+sign \x615B 14-2456-1
+sign \x69EF 14-2456-1
+sign \x78EA 14-2456-1
+sign \x93D9 14-2456-1
+sign \x7480 14-2456-3
+sign \x8DA1 14-2456-3
+sign \x76A0 14-2456-3
+sign \x4F1C 14-2456-23
+sign \x5FF0 14-2456-23
+sign \x75A9 14-2456-23
+sign \x8106 14-2456-23
+sign \x8103 14-2456-23
+sign \x7FC6 14-2456-23
+sign \x8403 14-2456-23
+sign \x555B 14-2456-23
+sign \x5550 14-2456-23
+sign \x6DEC 14-2456-23
+sign \x60B4 14-2456-23
+sign \x7417 14-2456-23
+sign \x690A 1356-135-2
+sign \x6BF3 14-2456-23
+sign \x7120 14-2456-23
+sign \x7601 14-2456-23
+sign \x7CB9 14-2456-23
+sign \x7FE0 14-2456-23
+sign \x81B5 14-2456-23
+sign \x81AC 14-2456-23
+sign \x9847 14-2456-23
+sign \x6FE2 14-2456-23
+sign \x7AC1 14-2456-23
+sign \x81CE 14-2456-23
+sign \x90A8 14-25-1
+sign \x6751 14-25-1
+sign \x76B4 14-25-1
+sign \x81A5 14-25-1
+sign \x7AF4 14-25-1
+sign \x5B58 14-25-2
+sign \x4F9F 14-25-2
+sign \x62F5 14-25-2
+sign \x6D0A 1245-146-23
+sign \x8E06 13-456-1
+sign \x6F8A 14-25-1
+sign \x520C 14-25-3
+sign \x5FD6 14-25-3
+sign \x5BF8 14-25-23
+sign \x540B 16-1-14-25-23
+sign \x7C7F 14-25-23
+sign \x6413 14-135-1
+sign \x7473 14-135-1
+sign \x9073 14-135-1
+sign \x78CB 14-135-1
+sign \x64AE 14-135-1
+sign \x919D 14-135-1
+sign \x8E49 14-135-1
+sign \x894A 14-2456-23
+sign \x9ACA 14-1
+sign \x8658 14-135-2
+sign \x84AB 14-135-2
+sign \x7749 14-135-2
+sign \x5D6F 14-135-2
+sign \x5D73 14-135-2
+sign \x77EC 14-135-2
+sign \x75E4 14-135-2
+sign \x8516 14-135-2
+sign \x9E7E 14-135-2
+sign \x9E7A 14-135-2
+sign \x9F79 14-1
+sign \x811E 14-135-3
+sign \x5249 14-135-23
+sign \x632B 14-135-23
+sign \x5252 14-135-23
+sign \x83A1 14-135-23
+sign \x839D 14-135-23
+sign \x539D 14-135-23
+sign \x590E 14-135-23
+sign \x63AA 14-135-23
+sign \x902A 14-135-23
+sign \x68E4 13-23456-23
+sign \x9509 14-135-23
+sign \x84CC 14-135-23
+sign \x9519 14-135-23
+sign \x92BC 14-135-23
+sign \x932F 14-135-23
+sign \x5491 145-35-1
+sign \x57AF 1345-35-3
+sign \x8037 145-35-1
+sign \x54D2 145-35-1
+sign \x7563 145-35-2
+sign \x642D 145-35-1
+sign \x55D2 145-35-1
+sign \x8921 145-35-1
+sign \x58B6 145-35-1
+sign \x6498 145-35-1
+sign \x5660 145-35-1
+sign \x939D 145-35-1
+sign \x8FBE 145-35-2
+sign \x8FCF 145-35-2
+sign \x8FD6 145-35-2
+sign \x8FDA 145-35-2
+sign \x547E 145-35-2
+sign \x601B 145-35-2
+sign \x59B2 145-35-2
+sign \x8359 145-35-2
+sign \x7F8D 145-35-2
+sign \x709F 145-35-2
+sign \x9039 145-35-2
+sign \x5273 145-35-2
+sign \x7B2A 145-35-2
+sign \x5312 145-35-2
+sign \x9054 145-35-2
+sign \x7B54 145-35-2
+sign \x8A5A 145-35-2
+sign \x6E9A 145-35-2
+sign \x8DF6 145-35-2
+sign \x977C 145-35-2
+sign \x7629 145-35-2
+sign \x8598 145-35-2
+sign \x9791 145-35-2
+sign \x71F5 145-35-2
+sign \x87FD 145-35-2
+sign \x7E68 145-35-2
+sign \x943D 145-35-2
+sign \x97C3 145-35-2
+sign \x9F96 145-35-2
+sign \x9F98 145-35-2
+sign \x6253 145-35-3
+sign \x5927 145-35-23
+sign \x4EA3 145-35-23
+sign \x6C4F 2345-246-23
+sign \x7714 145-35-23
+sign \x8E82 145-35-2
+sign \x5446 145-246-1
+sign \x7343 145-246-1
+sign \x61DB 145-246-1
+sign \x6B79 145-246-3
+sign \x902E 145-246-3
+sign \x50A3 145-246-3
+sign \x4EE3 145-246-23
+sign \x8F6A 145-246-23
+sign \x7519 145-246-23
+sign \x4FA2 145-246-23
+sign \x5788 145-246-23
+sign \x5CB1 145-246-23
+sign \x5E12 145-246-23
+sign \x8FE8 145-246-23
+sign \x7ED0 145-246-23
+sign \x73B3 145-246-23
+sign \x5E26 145-246-23
+sign \x6B86 145-246-23
+sign \x67CB 145-246-23
+sign \x8D37 145-246-23
+sign \x5F85 145-246-23
+sign \x6020 145-246-23
+sign \x5E2F 145-246-23
+sign \x8ED1 145-246-23
+sign \x57ED 145-246-23
+sign \x5E36 145-246-23
+sign \x86AE 145-246-23
+sign \x888B 145-246-23
+sign \x7D3F 145-246-23
+sign \x8EE9 145-246-23
+sign \x8CB8 145-246-23
+sign \x7447 145-246-23
+sign \x5ED7 145-246-23
+sign \x53C7 145-246-23
+sign \x66C3 145-246-23
+sign \x7DFF 145-246-23
+sign \x9D0F 145-246-23
+sign \x9B98 145-246-23
+sign \x6234 145-246-23
+sign \x9EDB 145-246-23
+sign \x825C 145-246-23
+sign \x8E5B 145-246-23
+sign \x7C24 145-246-23
+sign \x9734 145-246-23
+sign \x703B 145-246-23
+sign \x9EF1 145-246-23
+sign \x8976 145-246-23
+sign \x9746 145-246-23
+sign \x4EBB 245-356-2
+sign \x5369 1245-15-2
+sign \x4E39 145-1236-1
+sign \x5989 145-1236-1
+sign \x62C5 145-1236-1
+sign \x5355 145-1236-1
+sign \x74ED 145-1236-3
+sign \x7803 145-1236-1
+sign \x7708 145-1236-1
+sign \x5358 145-1236-1
+sign \x803C 145-1236-1
+sign \x803D 145-1236-1
+sign \x90F8 145-1236-1
+sign \x8043 145-1236-1
+sign \x9156 145-1236-1
+sign \x8EAD 145-1236-1
+sign \x6B9A 145-1236-1
+sign \x55AE 145-1236-1
+sign \x5A85 145-1236-1
+sign \x7605 145-1236-1
+sign \x5330 145-1236-1
+sign \x9815 145-1236-1
+sign \x9132 145-1236-1
+sign \x7BAA 145-1236-1
+sign \x891D 145-1236-1
+sign \x510B 145-1236-1
+sign \x52EF 145-1236-1
+sign \x6BAB 145-1236-1
+sign \x7649 145-1236-1
+sign \x7C1E 145-1236-1
+sign \x8078 145-1236-1
+sign \x5210 145-1236-3
+sign \x73AC 145-1236-3
+sign \x80C6 145-1236-3
+sign \x8874 145-1236-3
+sign \x75B8 145-1236-3
+sign \x7D1E 145-1236-3
+sign \x63B8 145-1236-3
+sign \x4EB6 145-1236-3
+sign \x64A3 145-1236-3
+sign \x64D4 145-1236-1
+sign \x9ED5 145-1236-3
+sign \x6FB8 145-1236-3
+sign \x81BD 145-1236-3
+sign \x65E6 145-1236-23
+sign \x5E0E 145-1236-23
+sign \x4F46 145-1236-23
+sign \x72DA 145-1236-23
+sign \x6CF9 145-1236-23
+sign \x8BDE 145-1236-23
+sign \x6C8A 145-1236-23
+sign \x67E6 145-1236-23
+sign \x8A11 24-2
+sign \x758D 145-1236-23
+sign \x840F 145-1236-23
+sign \x5557 145-1236-23
+sign \x5556 145-1236-23
+sign \x6DE1 145-1236-23
+sign \x60EE 145-1236-23
+sign \x5F39 2345-1236-2
+sign \x86CB 145-1236-23
+sign \x557F 145-1236-23
+sign \x6C2E 145-1236-23
+sign \x8711 145-1236-23
+sign \x8145 145-1236-23
+sign \x89DB 145-1236-23
+sign \x84DE 145-1236-23
+sign \x8A95 145-1236-23
+sign \x7A9E 145-1236-23
+sign \x9AE7 145-1236-23
+sign \x99BE 145-1236-3
+sign \x5649 145-1236-23
+sign \x50E4 145-1236-23
+sign \x563E 145-1236-23
+sign \x619A 145-1236-23
+sign \x5F48 145-1236-23
+sign \x99F3 145-1236-23
+sign \x9D20 145-1236-23
+sign \x9924 145-1236-23
+sign \x6FB9 145-1236-23
+sign \x61BA 145-1236-23
+sign \x79AB 145-1236-23
+sign \x7514 145-1236-1
+sign \x765A 145-1236-23
+sign \x8D09 145-1236-23
+sign \x56AA 145-1236-23
+sign \x972E 145-1236-23
+sign \x994F 145-1236-23
+sign \x5F53 145-236-1
+sign \x73F0 145-236-1
+sign \x94DB 145-236-1
+sign \x88C6 145-236-1
+sign \x7B5C 145-236-1
+sign \x7576 145-236-1
+sign \x5679 145-236-1
+sign \x6FA2 145-236-1
+sign \x74AB 145-236-1
+sign \x8960 145-236-1
+sign \x87F7 145-236-1
+sign \x7C39 145-236-1
+sign \x8261 145-236-1
+sign \x943A 145-236-1
+sign \x6321 145-236-3
+sign \x6863 145-236-23
+sign \x515A 145-236-3
+sign \x8C20 145-236-3
+sign \x64CB 145-236-3
+sign \x6A94 145-236-23
+sign \x9EE8 145-236-3
+sign \x6529 145-236-3
+sign \x7059 145-236-3
+sign \x6B13 145-236-3
+sign \x8B9C 145-236-3
+sign \x6C39 145-236-23
+sign \x5735 145-236-23
+sign \x51FC 145-236-23
+sign \x7800 145-236-23
+sign \x5B95 145-236-23
+sign \x57B1 145-236-23
+sign \x8361 145-236-23
+sign \x83EA 145-236-23
+sign \x74FD 145-236-23
+sign \x903F 145-236-23
+sign \x6113 145-236-23
+sign \x5A78 1346-2
+sign \x96FC 145-236-23
+sign \x78AD 145-236-23
+sign \x8DA4 145-236-23
+sign \x8569 145-236-23
+sign \x778A 145-236-23
+sign \x5105 145-236-1
+sign \x58CB 145-236-23
+sign \x7497 145-236-23
+sign \x76EA 145-236-23
+sign \x7911 145-236-23
+sign \x7C1C 145-236-23
+sign \x862F 145-236-23
+sign \x8B61 145-236-3
+sign \x95E3 145-236-23
+sign \x5200 145-235-1
+sign \x53E8 145-235-1
+sign \x5FC9 145-235-1
+sign \x6737 145-235-1
+sign \x6C18 145-235-1
+sign \x866D 145-345-1
+sign \x8220 145-235-1
+sign \x91D6 145-235-1
+sign \x9C7D 145-235-1
+sign \x9B5B 145-235-1
+sign \x5BFC 145-235-3
+sign \x5C9B 145-235-3
+sign \x9666 145-235-3
+sign \x6363 145-235-3
+sign \x5012 145-235-3
+sign \x5CF6 145-235-3
+sign \x5BB2 145-235-3
+sign \x636F 145-235-2
+sign \x7977 145-235-3
+sign \x7982 145-235-3
+sign \x6417 145-235-3
+sign \x969D 145-235-3
+sign \x69DD 145-235-3
+sign \x5D8B 145-235-3
+sign \x5D8C 145-235-3
+sign \x5C0E 145-235-3
+sign \x96AF 145-235-3
+sign \x58D4 145-235-3
+sign \x64E3 145-235-3
+sign \x8E48 145-235-3
+sign \x5DB9 145-235-3
+sign \x79B1 145-235-3
+sign \x5230 145-235-23
+sign \x83FF 145-235-23
+sign \x76D7 145-235-23
+sign \x60BC 145-235-23
+sign \x6921 145-235-23
+sign \x9053 145-235-23
+sign \x76DC 145-235-23
+sign \x7A32 145-235-23
+sign \x7FE2 34-12356-1
+sign \x7A3B 145-235-23
+sign \x885C 145-235-23
+sign \x8254 145-12356-2
+sign \x5675 145-235-23
+sign \x6AA4 145-235-23
+sign \x885F 145-235-23
+sign \x7FFF 145-235-23
+sign \x8EC7 145-235-23
+sign \x74D9 145-235-23
+sign \x7E9B 145-235-23
+sign \x6074 145-26-2
+sign \x5F97 145-26-2
+sign \x6DC2 145-26-2
+sign \x60EA 145-26-2
+sign \x60B3 145-26-2
+sign \x951D 145-26-2
+sign \x561A 145-26-1
+sign \x5FB3 145-26-2
+sign \x5FB7 145-26-2
+sign \x9340 145-26-2
+sign \x7684 145-26
+sign \x63FC 12-3456-23
+sign \x6265 145-356-23
+sign \x627D 145-356-23
+sign \x706F 145-3456-1
+sign \x767B 145-3456-1
+sign \x8C4B 145-3456-1
+sign \x5654 145-3456-1
+sign \x5B01 145-3456-1
+sign \x7492 145-3456-1
+sign \x71C8 145-3456-1
+sign \x7AF3 145-3456-1
+sign \x7C26 145-3456-1
+sign \x8260 145-3456-1
+sign \x8E6C 145-3456-1
+sign \x89B4 145-3456-1
+sign \x7B49 145-3456-3
+sign \x6225 145-3456-3
+sign \x9093 145-3456-23
+sign \x50DC 145-3456-23
+sign \x96A5 145-3456-23
+sign \x51F3 145-3456-23
+sign \x9127 145-3456-23
+sign \x58B1 145-3456-23
+sign \x5D9D 145-3456-23
+sign \x78F4 145-3456-23
+sign \x77AA 145-3456-23
+sign \x956B 145-3456-23
+sign \x6AC8 145-3456-23
+sign \x9419 145-3456-23
+sign \x4EFE 145-24-1
+sign \x4F4E 145-24-1
+sign \x5943 145-24-1
+sign \x5F7D 145-24-1
+sign \x889B 145-24-1
+sign \x57DE 145-24-1
+sign \x5572 145-24-1
+sign \x7F9D 145-24-1
+sign \x9684 145-24-1
+sign \x8D86 145-24-1
+sign \x5824 145-24-1
+sign \x5600 145-24-1
+sign \x6EF4 145-24-1
+sign \x78FE 145-24-1
+sign \x9349 145-24-1
+sign \x97AE 145-24-1
+sign \x5EF8 145-24-2
+sign \x8091 145-24-2
+sign \x72C4 145-24-2
+sign \x82D6 145-24-2
+sign \x8FEA 145-24-2
+sign \x7C74 145-24-2
+sign \x837B 145-24-2
+sign \x5519 145-24-2
+sign \x654C 145-24-2
+sign \x6DA4 145-24-2
+sign \x6891 145-24-2
+sign \x7B1B 145-24-2
+sign \x976E 145-24-2
+sign \x89CC 145-24-2
+sign \x9AE2 145-24-2
+sign \x99B0 145-24-23
+sign \x6ECC 145-24-2
+sign \x8510 145-24-2
+sign \x850B 145-24-2
+sign \x9814 145-24-2
+sign \x9B61 145-345-23
+sign \x5AE1 145-24-2
+sign \x6575 145-24-2
+sign \x955D 145-24-2
+sign \x7BF4 145-24-2
+sign \x85E1 145-24-2
+sign \x85CB 145-345-23
+sign \x5681 145-24-2
+sign \x8C74 145-24-2
+sign \x93D1 145-24-2
+sign \x7CF4 145-24-2
+sign \x9E10 145-24-2
+sign \x6C10 145-24-1
+sign \x5758 145-24-3
+sign \x538E 145-24-3
+sign \x90B8 145-24-3
+sign \x8BCB 145-24-3
+sign \x963A 145-24-3
+sign \x62DE 145-24-3
+sign \x577B 145-24-3
+sign \x62B5 145-24-3
+sign \x5467 145-24-3
+sign \x5E95 145-24-3
+sign \x5F24 145-24-3
+sign \x67E2 145-24-3
+sign \x7274 145-24-3
+sign \x7825 145-24-3
+sign \x638B 145-24-3
+sign \x83E7 145-24-3
+sign \x8EE7 145-24-3
+sign \x89DD 145-24-3
+sign \x8A46 145-24-3
+sign \x6974 2345-24-23
+sign \x805C 145-24-3
+sign \x9AB6 145-24-3
+sign \x9BF3 145-24-3
+sign \x5730 145-24-23
+sign \x5F1A 145-24-23
+sign \x7393 145-24-23
+sign \x6755 145-24-23
+sign \x65F3 145-24-23
+sign \x5754 145-24-23
+sign \x5F1F 145-24-23
+sign \x67A4 145-24-23
+sign \x601F 145-24-23
+sign \x4FE4 145-24-23
+sign \x5E1D 145-24-23
+sign \x57CA 145-24-23
+sign \x9013 145-24-23
+sign \x9012 145-24-23
+sign \x5A23 145-24-23
+sign \x73F6 145-24-23
+sign \x688A 145-24-23
+sign \x83C2 145-24-23
+sign \x7731 145-24-23
+sign \x7B2C 145-24-23
+sign \x5059 145-24-23
+sign \x91F1 145-24-23
+sign \x5547 145-24-2
+sign \x710D 145-24-23
+sign \x7976 145-24-23
+sign \x8C1B 145-24-23
+sign \x63E5 2345-24-23
+sign \x8482 145-24-23
+sign \x68E3 145-24-23
+sign \x7747 145-24-23
+sign \x5A82 145-24-23
+sign \x7F14 145-24-23
+sign \x50C0 145-24-23
+sign \x905E 145-24-23
+sign \x926A 145-24-23
+sign \x8163 145-24-23
+sign \x7998 145-24-23
+sign \x6455 145-24-23
+sign \x5891 145-24-23
+sign \x8515 145-24-23
+sign \x9070 145-24-23
+sign \x78B2 145-24-23
+sign \x58AC 145-24-23
+sign \x6178 145-24-23
+sign \x750B 145-24-23
+sign \x7DE0 145-24-23
+sign \x8E36 145-24-23
+sign \x5DB3 145-24-23
+sign \x8AE6 145-24-23
+sign \x87AE 145-24-23
+sign \x55F2 145-1246-3
+sign \x6541 145-146-1
+sign \x6382 145-146-1
+sign \x53A7 145-146-1
+sign \x508E 145-146-1
+sign \x5D6E 145-146-1
+sign \x6EC7 145-146-1
+sign \x69D9 145-146-1
+sign \x7628 145-146-1
+sign \x98A0 145-146-1
+sign \x8E4E 145-146-1
+sign \x985B 145-146-1
+sign \x5DC5 145-146-1
+sign \x985A 145-146-1
+sign \x766B 145-146-1
+sign \x6527 145-146-1
+sign \x5DD4 145-146-1
+sign \x5DD3 145-146-1
+sign \x7672 145-146-1
+sign \x9F7B 145-146-1
+sign \x4E36 34-136-3
+sign \x594C 145-146-3
+sign \x5178 145-146-3
+sign \x70B9 145-146-3
+sign \x5A70 145-146-3
+sign \x6923 145-146-3
+sign \x655F 145-146-3
+sign \x84A7 145-146-3
+sign \x7898 145-146-3
+sign \x8547 145-146-3
+sign \x8E2E 145-146-3
+sign \x9EDE 145-146-3
+sign \x56B8 145-146-3
+sign \x7535 145-146-23
+sign \x4F43 145-146-23
+sign \x7538 145-146-23
+sign \x963D 145-146-23
+sign \x576B 145-146-23
+sign \x5E97 145-146-23
+sign \x73B7 145-146-23
+sign \x57AB 145-146-23
+sign \x6242 145-146-23
+sign \x94BF 145-146-23
+sign \x6DC0 145-146-23
+sign \x60E6 145-146-23
+sign \x5A5D 145-146-23
+sign \x7414 145-146-23
+sign \x5960 145-146-23
+sign \x96FB 145-146-23
+sign \x8714 145-146-23
+sign \x923F 145-146-23
+sign \x6BBF 145-146-23
+sign \x588A 145-146-23
+sign \x975B 145-146-23
+sign \x6A42 145-146-23
+sign \x6FB1 145-146-23
+sign \x58C2 145-146-23
+sign \x78F9 145-146-23
+sign \x7C1F 145-146-23
+sign \x765C 145-146-23
+sign \x9A54 145-146-23
+sign \x5201 145-345-1
+sign \x53FC 145-345-1
+sign \x6C48 145-345-1
+sign \x521F 145-345-1
+sign \x51CB 145-345-1
+sign \x595D 145-345-1
+sign \x86C1 145-345-1
+sign \x5F6B 145-345-1
+sign \x5F34 145-345-1
+sign \x7431 145-345-1
+sign \x8C82 145-345-1
+sign \x98A9 145-345-1
+sign \x7889 145-345-1
+sign \x9CED 145-345-1
+sign \x7797 145-345-1
+sign \x932D 145-345-1
+sign \x96D5 145-345-1
+sign \x9CB7 145-345-1
+sign \x9B89 145-345-1
+sign \x7C13 145-345-1
+sign \x9F26 145-345-1
+sign \x9D70 145-345-1
+sign \x9BDB 145-345-1
+sign \x625A 145-345-3
+sign \x5C4C 145-345-3
+sign \x5F14 145-345-23
+sign \x540A 145-345-23
+sign \x4F04 145-345-23
+sign \x9493 145-345-23
+sign \x8A0B 145-345-23
+sign \x7A8E 145-345-23
+sign \x6389 145-345-23
+sign \x94DE 145-345-23
+sign \x94EB 345-2
+sign \x91E3 145-345-23
+sign \x7F40 34-235-23
+sign \x921F 145-345-23
+sign \x7AE8 145-345-23
+sign \x96FF 145-345-23
+sign \x92B1 145-345-23
+sign \x8ABF 2345-345-2
+sign \x92FD 145-345-23
+sign \x7639 145-345-23
+sign \x7AB5 145-345-23
+sign \x9443 145-345-23
+sign \x7239 145-15-1
+sign \x8DCC 145-15-1
+sign \x82F5 145-15-2
+sign \x8FED 145-15-2
+sign \x6022 2345-136-1
+sign \x6315 156-26-23
+sign \x57A4 145-15-2
+sign \x5CCC 145-15-2
+sign \x80C5 145-15-2
+sign \x604E 145-15-2
+sign \x7ED6 145-15-2
+sign \x800A 145-15-2
+sign \x7723 145-15-2
+sign \x74DE 145-15-2
+sign \x621C 145-15-2
+sign \x5551 156-35-23
+sign \x8C0D 145-15-2
+sign \x957B 145-15-2
+sign \x581E 145-15-2
+sign \x63F2 145-15-2
+sign \x81F7 145-15-2
+sign \x8D83 145-15-2
+sign \x800B 145-15-2
+sign \x558B 145-15-2
+sign \x7573 145-15-2
+sign \x5E49 145-15-2
+sign \x8A44 145-15-2
+sign \x60F5 145-15-2
+sign \x7D70 145-15-2
+sign \x6B9C 145-15-2
+sign \x7252 145-15-2
+sign \x7243 145-15-2
+sign \x53E0 145-15-2
+sign \x789F 145-15-2
+sign \x8728 145-15-2
+sign \x5D7D 145-15-2
+sign \x890B 145-15-2
+sign \x8776 145-15-2
+sign \x8253 145-15-2
+sign \x8E40 145-15-2
+sign \x7582 145-15-2
+sign \x8ADC 145-15-2
+sign \x893A 145-15-1
+sign \x9CBD 145-15-2
+sign \x9B99 2345-35-3
+sign \x66E1 145-15-2
+sign \x7589 145-15-2
+sign \x9C08 145-15-2
+sign \x758A 145-15-2
+sign \x6C0E 145-15-2
+sign \x54CB 134-24-23
+sign \x4E01 145-16-1
+sign \x4E87 1245-26-23
+sign \x4EC3 145-16-1
+sign \x53EE 145-16-1
+sign \x5E04 145-16-1
+sign \x5975 145-16-1
+sign \x738E 145-16-1
+sign \x76EF 145-16-1
+sign \x753A 2345-16-3
+sign \x753C 145-16-1
+sign \x7594 145-16-1
+sign \x8035 145-16-1
+sign \x8670 145-16-1
+sign \x91D8 145-16-1
+sign \x976A 145-16-1
+sign \x9876 145-16-3
+sign \x914A 145-16-1
+sign \x9802 145-16-3
+sign \x9F0E 145-16-3
+sign \x9F11 145-16-3
+sign \x5D7F 145-16-3
+sign \x85A1 145-16-3
+sign \x9424 145-16-3
+sign \x8BA2 145-16-23
+sign \x9964 145-16-23
+sign \x5FCA 145-16-23
+sign \x77F4 145-16-23
+sign \x9489 145-16-1
+sign \x5B9A 145-16-23
+sign \x8A02 145-16-23
+sign \x98E3 145-16-23
+sign \x8423 145-16-23
+sign \x5576 145-16-23
+sign \x94E4 145-16-23
+sign \x6917 145-16-23
+sign \x815A 145-16-23
+sign \x7887 145-16-23
+sign \x952D 145-16-23
+sign \x8062 145-16-23
+sign \x78A0 145-16-23
+sign \x874A 145-16-23
+sign \x92CC 2345-16-3
+sign \x9320 145-16-23
+sign \x78F8 145-16-23
+sign \x9841 145-16-23
+sign \x4E1F 145-1256-1
+sign \x4E22 145-1256-1
+sign \x94E5 145-1256-1
+sign \x92A9 145-1256-1
+sign \x4E1C 145-256-1
+sign \x51AC 145-256-1
+sign \x82F3 145-256-1
+sign \x6771 145-256-1
+sign \x549A 145-256-1
+sign \x5CBD 145-256-1
+sign \x6638 145-256-1
+sign \x6C21 145-256-1
+sign \x9E2B 145-256-1
+sign \x5032 145-256-1
+sign \x57EC 145-256-1
+sign \x83C4 145-256-1
+sign \x5D2C 145-256-1
+sign \x7B17 145-256-1
+sign \x6DB7 145-256-1
+sign \x5A3B 145-256-1
+sign \x6C2D 145-256-1
+sign \x5F9A 145-256-1
+sign \x8740 145-256-1
+sign \x9B97 145-256-1
+sign \x9F15 145-256-1
+sign \x9D87 145-256-1
+sign \x9BDF 145-256-1
+sign \x9DAB 145-256-1
+sign \x8463 145-256-3
+sign \x58A5 145-256-3
+sign \x856B 145-256-3
+sign \x7BBD 145-256-3
+sign \x8ACC 145-256-3
+sign \x61C2 145-256-3
+sign \x5B1E 145-256-3
+sign \x52A8 145-256-23
+sign \x51BB 145-256-23
+sign \x4F97 145-256-23
+sign \x578C 145-256-23
+sign \x630F 145-256-23
+sign \x680B 145-256-23
+sign \x8FF5 145-256-23
+sign \x5CD2 145-256-23
+sign \x5CDD 2345-256-2
+sign \x80E8 145-256-23
+sign \x6D1E 145-256-23
+sign \x606B 145-256-23
+sign \x59DB 145-256-23
+sign \x6219 145-256-23
+sign \x80F4 145-256-23
+sign \x51CD 145-256-23
+sign \x7850 145-256-23
+sign \x5D20 145-256-23
+sign \x52D5 145-256-23
+sign \x68DF 145-256-23
+sign \x8156 145-256-23
+sign \x6E69 34-256-23
+sign \x50CD 145-256-23
+sign \x99E7 145-256-23
+sign \x9718 145-256-23
+sign \x543A 145-12356-1
+sign \x5245 145-12356-1
+sign \x4FB8 145-12356-1
+sign \x90FD 145-12356-1
+sign \x5517 145-12356-1
+sign \x515C 145-12356-1
+sign \x5160 145-12356-1
+sign \x8538 145-12356-1
+sign \x6A77 145-12356-1
+sign \x7BFC 145-12356-1
+sign \x551E 145-12356-2
+sign \x4E67 145-12356-3
+sign \x9627 145-12356-3
+sign \x6296 145-12356-3
+sign \x6793 145-12356-3
+sign \x94AD 2345-12356-3
+sign \x9661 145-12356-3
+sign \x86AA 145-12356-3
+sign \x6597 145-12356-3
+sign \x8C46 145-12356-23
+sign \x90D6 145-12356-23
+sign \x8373 145-12356-23
+sign \x9017 145-12356-23
+sign \x9B25 145-12356-3
+sign \x997E 145-12356-23
+sign \x6D62 145-12356-23
+sign \x68AA 145-12356-23
+sign \x6BED 145-12356-23
+sign \x9158 145-12356-23
+sign \x8130 145-12356-23
+sign \x9597 145-12356-23
+sign \x75D8 145-12356-23
+sign \x7AA6 145-12356-23
+sign \x9B26 145-12356-23
+sign \x92C0 145-12356-23
+sign \x9916 145-12356-23
+sign \x65A3 145-12356-23
+sign \x95D8 145-12356-23
+sign \x9B2A 145-12356-23
+sign \x7AC7 145-12356-23
+sign \x9B2D 145-12356-23
+sign \x9B2C 145-12356-23
+sign \x5262 145-136-1
+sign \x9607 145-136-1
+sign \x7763 145-136-1
+sign \x561F 145-136-1
+sign \x918F 145-136-1
+sign \x95CD 145-136-1
+sign \x6BD2 145-136-2
+sign \x72EC 145-136-2
+sign \x6D9C 145-136-2
+sign \x8BFB 145-136-2
+sign \x6E0E 145-136-2
+sign \x691F 145-136-2
+sign \x728A 145-136-2
+sign \x724D 145-136-2
+sign \x88FB 145-136-2
+sign \x8AAD 145-136-2
+sign \x8773 145-246-23
+sign \x9316 145-136-2
+sign \x7368 145-136-2
+sign \x5335 145-136-2
+sign \x51DF 145-136-2
+sign \x7006 145-136-2
+sign \x5B3B 145-136-2
+sign \x74C4 145-136-2
+sign \x6ADD 145-136-2
+sign \x6BB0 145-136-2
+sign \x72A2 145-136-2
+sign \x7258 145-136-2
+sign \x9A33 145-136-2
+sign \x76BE 145-136-2
+sign \x9EE9 145-136-2
+sign \x8969 156-136-3
+sign \x9AD1 145-136-2
+sign \x8C44 145-136-2
+sign \x8D15 145-136-2
+sign \x8B80 145-136-2
+sign \x97E3 145-136-2
+sign \x945F 145-136-2
+sign \x97C7 145-136-2
+sign \x97E5 145-136-2
+sign \x9EF7 145-136-2
+sign \x8B9F 145-136-2
+sign \x53BE 145-136-1
+sign \x7B03 145-136-3
+sign \x5835 145-136-3
+sign \x5E3E 145-136-3
+sign \x743D 145-136-3
+sign \x668F 145-136-3
+sign \x8D4C 145-136-3
+sign \x7779 145-136-3
+sign \x89A9 145-136-3
+sign \x8CED 145-136-3
+sign \x7BE4 145-136-3
+sign \x828F 145-136-23
+sign \x675C 145-136-23
+sign \x809A 145-136-23
+sign \x5992 145-136-23
+sign \x59AC 145-136-23
+sign \x5EA6 145-136-23
+sign \x8370 145-136-23
+sign \x79FA 145-136-23
+sign \x976F 145-136-23
+sign \x6E21 145-136-23
+sign \x9540 145-136-23
+sign \x8799 145-136-23
+sign \x6BAC 145-136-23
+sign \x934D 145-136-23
+sign \x8827 145-136-23
+sign \x8839 145-136-23
+sign \x526C 145-12456-1
+sign \x5073 145-12456-1
+sign \x5A8F 145-12456-1
+sign \x7AEF 145-12456-1
+sign \x890D 145-12456-1
+sign \x9374 145-12456-1
+sign \x77ED 145-12456-3
+sign \x6BB5 145-12456-23
+sign \x65AD 145-12456-23
+sign \x5845 145-12456-23
+sign \x846E 145-12456-23
+sign \x7F0E 145-12456-23
+sign \x7456 145-12456-23
+sign \x6934 145-12456-23
+sign \x8176 145-12456-23
+sign \x7145 145-12456-23
+sign \x78AB 145-12456-23
+sign \x953B 145-12456-23
+sign \x7DDE 145-12456-23
+sign \x7E00 125-1246-2
+sign \x6BC8 145-12456-23
+sign \x7C16 145-12456-23
+sign \x935B 145-12456-23
+sign \x65B7 145-12456-23
+sign \x8E96 145-12456-23
+sign \x7C6A 145-12456-23
+sign \x5796 145-2456-1
+sign \x5806 145-2456-1
+sign \x5860 145-2456-1
+sign \x5D5F 145-2456-1
+sign \x75FD 145-2456-1
+sign \x78D3 145-2456-1
+sign \x9D2D 145-2456-1
+sign \x9827 145-2456-1
+sign \x961F 145-2456-23
+sign \x5BF9 145-2456-23
+sign \x514A 145-2456-23
+sign \x514C 145-2456-23
+sign \x5BFE 145-2456-23
+sign \x5151 145-2456-23
+sign \x794B 145-2456-23
+sign \x603C 145-2456-23
+sign \x966E 145-2456-23
+sign \x968A 145-2456-23
+sign \x7893 145-2456-23
+sign \x7D90 145-2456-23
+sign \x5C0D 145-2456-23
+sign \x619D 145-2456-23
+sign \x85B1 145-2456-23
+sign \x6FE7 145-2456-23
+sign \x61DF 145-2456-23
+sign \x8B48 145-2456-23
+sign \x7029 145-2456-23
+sign \x8B75 145-2456-23
+sign \x5428 145-25-1
+sign \x60C7 145-25-1
+sign \x6566 145-25-1
+sign \x8733 145-25-1
+sign \x58A9 145-25-1
+sign \x64B4 145-25-1
+sign \x58FF 145-25-1
+sign \x7364 145-25-1
+sign \x58AA 145-25-1
+sign \x6A54 2345-2456-2
+sign \x5678 145-25-1
+sign \x729C 145-25-1
+sign \x6489 145-25-1
+sign \x71C9 145-25-23
+sign \x7905 145-25-1
+sign \x9566 145-25-1
+sign \x8E7E 145-25-1
+sign \x8E72 145-25-1
+sign \x9413 145-25-1
+sign \x941C 145-2456-1
+sign \x9A50 145-25-1
+sign \x76F9 145-25-3
+sign \x8DB8 145-25-3
+sign \x8E89 145-25-3
+sign \x4F05 145-25-23
+sign \x6C8C 145-25-23
+sign \x7096 145-25-23
+sign \x9007 145-25-23
+sign \x7818 145-25-23
+sign \x949D 145-25-23
+sign \x76FE 145-25-23
+sign \x987F 145-25-23
+sign \x9041 145-25-23
+sign \x920D 145-25-23
+sign \x696F 156-25-3
+sign \x9813 145-25-23
+sign \x815E 34-12456-23
+sign \x78B7 145-25-23
+sign \x906F 145-25-23
+sign \x6F61 145-25-23
+sign \x619E 145-2456-23
+sign \x8E32 145-25-23
+sign \x591A 145-135-1
+sign \x591B 145-135-1
+sign \x5484 145-135-1
+sign \x8324 1245-24-23
+sign \x54C6 145-135-1
+sign \x525F 145-135-1
+sign \x6387 145-135-1
+sign \x5D1C 145-135-1
+sign \x6560 145-135-1
+sign \x6BF2 145-135-1
+sign \x656A 145-135-2
+sign \x88F0 145-135-1
+sign \x5689 145-135-1
+sign \x4EDB 2345-135-1
+sign \x593A 145-135-2
+sign \x94CE 145-135-2
+sign \x6553 145-135-2
+sign \x526B 145-135-2
+sign \x655A 145-135-2
+sign \x55A5 145-135-2
+sign \x922C 145-135-2
+sign \x75E5 145-135-2
+sign \x596A 145-135-2
+sign \x51D9 145-135-2
+sign \x8E31 145-135-2
+sign \x9BB5 145-135-2
+sign \x9438 145-135-2
+sign \x6735 145-135-3
+sign \x6736 145-135-3
+sign \x579B 145-135-23
+sign \x6306 145-135-3
+sign \x6305 145-135-3
+sign \x54DA 145-135-3
+sign \x57F5 145-135-3
+sign \x7F0D 145-135-3
+sign \x8D93 145-135-3
+sign \x692F 145-135-3
+sign \x8EB2 145-135-3
+sign \x8EB1 145-135-3
+sign \x7D9E 145-135-3
+sign \x4EB8 145-135-3
+sign \x9B0C 145-135-3
+sign \x56B2 145-135-3
+sign \x5241 145-135-23
+sign \x9973 145-135-23
+sign \x964F 145-135-23
+sign \x964A 145-135-23
+sign \x5234 145-135-23
+sign \x579C 145-135-3
+sign \x67EE 145-135-23
+sign \x5C2E 145-135-23
+sign \x6857 145-135-23
+sign \x8235 145-135-23
+sign \x5815 145-135-23
+sign \x60F0 145-135-23
+sign \x5AA0 145-135-23
+sign \x8DFA 145-135-23
+sign \x8DE2 145-246-23
+sign \x8DE5 145-135-23
+sign \x98FF 145-135-23
+sign \x619C 145-135-23
+sign \x58AE 145-135-23
+sign \x5D9E 145-135-23
+sign \x5AF7 2345-135-3
+sign \x58AF 145-135-23
+sign \x9D7D 145-135-23
+sign \x59B8 26-1
+sign \x59BF 26-1
+sign \x5C59 26-1
+sign \x5A3F 26-1
+sign \x5A40 26-1
+sign \x8BB9 26-2
+sign \x8FD7 26-2
+sign \x542A 26-2
+sign \x56EE 26-2
+sign \x4FC4 26-2
+sign \x83AA 26-2
+sign \x5CE8 26-2
+sign \x5CE9 26-2
+sign \x6D90 26-2
+sign \x5A25 26-2
+sign \x73F4 26-2
+sign \x8A1B 26-2
+sign \x774B 26-2
+sign \x9507 26-2
+sign \x9E45 26-2
+sign \x7692 26-2
+sign \x920B 26-2
+sign \x86FE 26-2
+sign \x78C0 26-2
+sign \x8A90 26-2
+sign \x92E8 26-2
+sign \x9B64 26-2
+sign \x981F 26-2
+sign \x989D 26-2
+sign \x9A00 26-2
+sign \x9D5D 26-2
+sign \x9D5E 26-2
+sign \x984D 26-2
+sign \x8B4C 26-2
+sign \x6799 26-3
+sign \x7808 26-23
+sign \x5641 26-3
+sign \x9D48 26-3
+sign \x5384 26-23
+sign \x6B7A 145-246-3
+sign \x5C75 1236-23
+sign \x6239 26-23
+sign \x5C8B 26-23
+sign \x9628 26-23
+sign \x627C 26-23
+sign \x82CA 26-23
+sign \x5443 26-23
+sign \x9638 26-23
+sign \x7810 26-23
+sign \x8F6D 26-23
+sign \x545D 26-23
+sign \x57A9 26-23
+sign \x54A2 26-23
+sign \x54B9 26-23
+sign \x5CC9 26-2
+sign \x59F6 26-23
+sign \x6076 26-23
+sign \x7828 26-3
+sign \x8685 26-23
+sign \x530E 26-23
+sign \x997F 26-23
+sign \x580A 26-23
+sign \x8EDB 26-23
+sign \x60AA 26-23
+sign \x7846 26-23
+sign \x537E 26-23
+sign \x9102 26-23
+sign \x5054 26-23
+sign \x960F 26-23
+sign \x8C14 26-23
+sign \x582E 26-23
+sign \x60E1 26-23
+sign \x843C 26-23
+sign \x8EF6 26-23
+sign \x8C5F 26-23
+sign \x904F 26-23
+sign \x904C 26-23
+sign \x5D3F 26-23
+sign \x922A 26-23
+sign \x6E42 26-23
+sign \x6115 26-23
+sign \x6439 26-23
+sign \x7427 26-23
+sign \x816D 26-23
+sign \x8A7B 26-23
+sign \x5EC5 26-23
+sign \x8741 26-23
+sign \x9E57 26-23
+sign \x9537 26-23
+sign \x50EB 26-23
+sign \x855A 26-23
+sign \x989A 26-23
+sign \x907B 26-23
+sign \x9913 26-23
+sign \x981E 26-23
+sign \x64DC 26-23
+sign \x5669 26-23
+sign \x89A8 26-23
+sign \x9929 26-23
+sign \x8AE4 26-23
+sign \x9354 26-23
+sign \x9CC4 26-23
+sign \x6B5E 26-23
+sign \x984E 26-23
+sign \x8601 136-23
+sign \x6AEE 26-23
+sign \x9D9A 26-23
+sign \x9C10 26-23
+sign \x8B8D 26-23
+sign \x9F76 26-23
+sign \x9469 26-23
+sign \x9C77 26-23
+sign \x8BF6 2346-1
+sign \x5940 356-1
+sign \x6069 356-1
+sign \x84BD 356-1
+sign \x717E 356-1
+sign \x5CCE 356-3
+sign \x6441 356-23
+sign \x55EF 356-1
+sign \x97A5 3456-0
+sign \x513F 1235-2
+sign \x800C 1235-2
+sign \x5150 1235-2
+sign \x4F95 1235-2
+sign \x5152 1235-2
+sign \x9651 1235-2
+sign \x834B 1235-2
+sign \x800F 1235-2
+sign \x54A1 1235-23
+sign \x5CCF 1235-2
+sign \x6D0F 1235-2
+sign \x682D 1235-2
+sign \x80F9 1235-2
+sign \x9E38 1235-2
+sign \x5532 1235-2
+sign \x88BB 1235-2
+sign \x804F 1235-2
+sign \x7CAB 1235-2
+sign \x8F00 1235-2
+sign \x9C95 1235-2
+sign \x9AF5 1235-2
+sign \x96AD 1235-2
+sign \x9D2F 1235-2
+sign \x9B9E 1235-2
+sign \x8F5C 1235-2
+sign \x5C13 1235-3
+sign \x5C12 1235-3
+sign \x5C14 1235-3
+sign \x8033 1235-3
+sign \x8FE9 1235-3
+sign \x9975 1235-3
+sign \x6D31 1235-3
+sign \x73E5 1235-3
+sign \x6BE6 1235-3
+sign \x682E 1235-3
+sign \x94D2 1235-3
+sign \x8848 1235-23
+sign \x723E 1235-3
+sign \x927A 1235-3
+sign \x990C 1235-3
+sign \x99EC 1235-3
+sign \x85BE 1235-3
+sign \x9087 1235-3
+sign \x8DB0 1235-3
+sign \x4E8C 1235-23
+sign \x5F0D 1235-23
+sign \x5F10 1235-23
+sign \x5235 1235-23
+sign \x4F74 1235-23
+sign \x8D30 1235-23
+sign \x8CAE 1235-23
+sign \x8CB3 1235-23
+sign \x8A80 1235-23
+sign \x6A32 1235-23
+sign \x53D1 124-35-1
+sign \x6CB7 124-35-1
+sign \x767A 124-35-1
+sign \x767C 124-35-1
+sign \x5F42 124-35-1
+sign \x5EE2 124-2346-23
+sign \x6A43 124-35-1
+sign \x9197 124-35-1
+sign \x4E4F 124-35-2
+sign \x4F10 124-35-2
+sign \x59C2 124-35-2
+sign \x8337 124-35-2
+sign \x7F5A 124-35-2
+sign \x57A1 124-35-2
+sign \x9600 124-35-2
+sign \x6830 124-35-2
+sign \x7B29 124-35-2
+sign \x7B4F 124-35-2
+sign \x50A0 124-35-2
+sign \x95A5 124-35-2
+sign \x7F70 124-35-2
+sign \x7782 124-35-2
+sign \x7F78 124-35-2
+sign \x85C5 124-35-2
+sign \x4F71 124-35-3
+sign \x6CD5 124-35-3
+sign \x781D 124-35-3
+sign \x9345 124-35-3
+sign \x704B 124-35-3
+sign \x73D0 124-35-23
+sign \x743A 124-35-23
+sign \x9AEA 124-35-23
+sign \x9AEE 124-35-23
+sign \x5E06 124-1236-1
+sign \x5FDB 124-1236-1
+sign \x72BF 124-1236-1
+sign \x756A 124-1236-1
+sign \x52EB 124-1236-1
+sign \x58A6 124-1236-2
+sign \x8543 124-1236-1
+sign \x5643 124-1236-1
+sign \x5E61 124-1236-1
+sign \x61A3 124-1236-1
+sign \x5B0F 124-1236-1
+sign \x65D9 124-1236-1
+sign \x85E9 124-1236-1
+sign \x7FFB 124-1236-1
+sign \x65DB 124-1236-1
+sign \x98BF 124-1236-1
+sign \x8F53 124-1236-1
+sign \x7C53 12-1236-1
+sign \x98DC 124-1236-1
+sign \x9C55 124-1236-1
+sign \x51E3 124-1236-2
+sign \x51E2 124-1236-2
+sign \x51E1 124-1236-2
+sign \x674B 124-1236-2
+sign \x5325 124-1236-2
+sign \x67C9 124-1236-2
+sign \x77FE 124-1236-2
+sign \x9492 124-1236-2
+sign \x7C75 124-1236-2
+sign \x8224 124-1236-2
+sign \x8227 124-1236-2
+sign \x70E6 124-1236-2
+sign \x7B32 124-1236-2
+sign \x91E9 124-1236-2
+sign \x68E5 124-1236-2
+sign \x7169 124-1236-2
+sign \x7DD0 124-1236-2
+sign \x6A0A 124-1236-2
+sign \x74A0 124-1236-2
+sign \x85A0 124-1236-2
+sign \x6A4E 124-1236-2
+sign \x81B0 124-1236-2
+sign \x71D4 124-1236-2
+sign \x7E41 124-1236-2
+sign \x894E 124-1236-2
+sign \x7FB3 124-1236-2
+sign \x7E59 124-1236-1
+sign \x8E6F 124-1236-2
+sign \x8629 124-1236-2
+sign \x792C 124-1236-2
+sign \x702A 124-1236-2
+sign \x9407 124-1236-2
+sign \x703F 124-1236-2
+sign \x881C 124-1236-2
+sign \x9DED 124-1236-2
+sign \x72AD 13-12346-3
+sign \x6535 1234-136-1
+sign \x53CD 124-1236-3
+sign \x6255 124-1236-3
+sign \x8FBA 12-146-1
+sign \x4EEE 124-1236-3
+sign \x8FD4 124-1236-3
+sign \x72AF 124-1236-23
+sign \x6C3E 124-1236-23
+sign \x597F 124-1236-23
+sign \x6C4E 124-1236-23
+sign \x996D 124-1236-23
+sign \x6CDB 124-1236-23
+sign \x8303 124-1236-23
+sign \x8D29 124-1236-23
+sign \x7548 124-1236-23
+sign \x8ED3 124-1236-23
+sign \x8A09 124-1236-23
+sign \x68B5 124-1236-23
+sign \x8CA9 124-1236-23
+sign \x7B35 124-1236-23
+sign \x76D5 124-1236-23
+sign \x98EF 124-1236-23
+sign \x98F0 124-1236-23
+sign \x8EEC 124-1236-23
+sign \x6EFC 124-1236-23
+sign \x7BC4 124-1236-23
+sign \x5B0E 124-1236-23
+sign \x5B14 124-136-23
+sign \x531A 124-236-1
+sign \x65B9 124-236-1
+sign \x90A1 124-236-1
+sign \x574A 124-236-1
+sign \x82B3 124-236-1
+sign \x6C78 124-236-1
+sign \x678B 124-236-1
+sign \x7265 124-236-1
+sign \x794A 12-3456-1
+sign \x94AB 124-236-1
+sign \x8684 124-236-1
+sign \x6DD3 124-236-1
+sign \x8DBD 1234-236-2
+sign \x9201 124-236-1
+sign \x933A 124-236-1
+sign \x9D0B 124-236-1
+sign \x9632 124-236-2
+sign \x59A8 124-236-2
+sign \x80AA 124-236-2
+sign \x623F 124-236-2
+sign \x57C5 124-236-2
+sign \x580F 124-236-1
+sign \x9C82 124-236-2
+sign \x9B74 124-236-2
+sign \x4EFF 124-236-3
+sign \x8BBF 124-236-3
+sign \x7EBA 124-236-3
+sign \x6609 124-236-3
+sign \x6618 124-236-3
+sign \x74EC 124-236-3
+sign \x7706 124-236-3
+sign \x5023 124-236-3
+sign \x822B 124-236-3
+sign \x65CA 124-236-3
+sign \x7D21 124-236-3
+sign \x8A2A 124-236-3
+sign \x9AE3 124-236-3
+sign \x9DAD 124-236-3
+sign \x653E 124-236-23
+sign \x98DE 124-2346-1
+sign \x5983 124-2346-1
+sign \x975E 124-2346-1
+sign \x98DB 124-2346-1
+sign \x83F2 124-2346-1
+sign \x5A53 124-2346-1
+sign \x5561 124-2346-1
+sign \x6E04 124-2346-1
+sign \x5A54 124-2346-1
+sign \x7EEF 124-2346-1
+sign \x7306 124-2346-1
+sign \x975F 124-2346-1
+sign \x6683 124-2346-1
+sign \x6249 124-2346-1
+sign \x88F6 124-2346-1
+sign \x871A 124-2346-1
+sign \x7DCB 124-2346-1
+sign \x970F 124-2346-1
+sign \x9CB1 124-2346-1
+sign \x9925 124-2346-1
+sign \x99A1 124-2346-1
+sign \x9A11 124-2346-1
+sign \x9A1B 124-2346-1
+sign \x9BE1 124-2346-1
+sign \x98DD 124-2346-1
+sign \x80A5 124-2346-2
+sign \x6DDD 124-2346-2
+sign \x8153 124-2346-2
+sign \x8730 124-2346-2
+sign \x88F5 1234-2346-2
+sign \x87E6 124-2346-23
+sign \x80C7 12-24-23
+sign \x670F 124-2346-3
+sign \x80D0 124-2346-3
+sign \x532A 124-2346-3
+sign \x8BFD 124-2346-3
+sign \x966B 1234-2346-2
+sign \x595C 124-2346-3
+sign \x60B1 124-2346-3
+sign \x68D0 124-2346-3
+sign \x6590 124-2346-3
+sign \x69A7 124-2346-3
+sign \x7FE1 124-2346-3
+sign \x855C 124-2346-3
+sign \x8AB9 124-2346-3
+sign \x7BDA 124-2346-3
+sign \x82BE 124-2346-23
+sign \x5420 124-2346-23
+sign \x676E 12-2346-23
+sign \x80BA 124-2346-23
+sign \x72D2 124-2346-23
+sign \x5E9F 124-2346-23
+sign \x6CB8 124-2346-23
+sign \x6632 124-2346-23
+sign \x8D39 124-2346-23
+sign \x539E 124-2346-23
+sign \x5255 124-2346-23
+sign \x4FF7 124-2346-23
+sign \x75BF 124-2346-23
+sign \x8409 124-2346-2
+sign \x5C5D 124-2346-23
+sign \x5EC3 124-2346-23
+sign \x8CBB 124-2346-23
+sign \x75F1 124-2346-23
+sign \x9544 124-2346-23
+sign \x855F 124-35-23
+sign \x66CA 124-2346-23
+sign \x9F23 124-2346-23
+sign \x7648 124-2346-23
+sign \x6FF7 124-2346-23
+sign \x6AE0 124-2346-23
+sign \x9428 124-2346-23
+sign \x9745 124-2346-23
+sign \x5206 124-356-1
+sign \x82AC 124-356-1
+sign \x5429 124-356-1
+sign \x5E09 124-356-1
+sign \x59A2 124-356-2
+sign \x7EB7 124-356-1
+sign \x74F0 124-356-1-123456-3
+sign \x6610 124-356-1
+sign \x6C1B 124-356-1
+sign \x7AD5 124-356-1-156-3456-1
+sign \x886F 124-356-1
+sign \x7FC2 124-356-1
+sign \x7D1B 124-356-1
+sign \x68FB 124-356-1
+sign \x515D 1245-256-1-124-356-1
+sign \x915A 124-356-1
+sign \x8EAE 124-356-1
+sign \x8A1C 124-356-1
+sign \x96F0 124-356-1
+sign \x9216 124-356-1
+sign \x9934 124-356-1
+sign \x6706 124-356-1
+sign \x9959 124-356-1
+sign \x5746 134-2346-2
+sign \x575F 124-356-2
+sign \x5C8E 124-356-2
+sign \x6C7E 124-356-2
+sign \x678C 124-356-2
+sign \x7083 12-356-23
+sign \x670C 12-1236-1
+sign \x80A6 12-1236-1
+sign \x86A1 124-356-2
+sign \x86A0 124-356-2
+sign \x7F92 124-356-2
+sign \x68A4 124-356-2
+sign \x68FC 124-356-2
+sign \x711A 124-356-2
+sign \x84B6 124-356-2
+sign \x999A 124-356-2
+sign \x96AB 124-356-2
+sign \x8561 124-356-2
+sign \x9CFB 12-1236-1
+sign \x9B75 124-356-2
+sign \x71D3 124-356-2
+sign \x8C6E 124-356-2
+sign \x71CC 124-356-2
+sign \x9F22 124-356-2
+sign \x9F16 124-356-2
+sign \x7FB5 124-356-2
+sign \x8F52 124-356-2
+sign \x8C76 124-356-2
+sign \x943C 124-356-2
+sign \x99A9 124-356-2
+sign \x9EC2 124-356-2
+sign \x7C89 124-356-3
+sign \x7793 156-2456-23
+sign \x9EFA 124-356-3
+sign \x4EFD 124-356-23
+sign \x574B 124-356-23
+sign \x5F05 124-356-23
+sign \x594B 124-356-23
+sign \x5FFF 124-356-23
+sign \x79CE 124-356-23
+sign \x507E 124-356-23
+sign \x7CAA 124-356-23
+sign \x6124 124-356-23
+sign \x50E8 124-356-23
+sign \x58B3 124-356-2
+sign \x5E69 124-356-2
+sign \x7356 124-356-2
+sign \x61A4 124-356-23
+sign \x6A68 124-356-2
+sign \x596E 124-356-23
+sign \x81B9 124-356-23
+sign \x9CBC 124-356-23
+sign \x7CDE 124-356-23
+sign \x7035 124-356-23
+sign \x9C5D 124-356-23
+sign \x4E30 124-3456-1
+sign \x98CE 124-3456-1
+sign \x4EF9 124-3456-1
+sign \x51E8 124-3456-1
+sign \x51EC 124-3456-1
+sign \x6CA3 124-3456-1
+sign \x6CA8 124-3456-1
+sign \x59A6 124-3456-1
+sign \x67AB 124-3456-1
+sign \x80A8 1234-236-23
+sign \x51EE 124-3456-1
+sign \x7090 1234-236-23
+sign \x5C01 124-3456-1
+sign \x781C 124-3456-1
+sign \x76FD 124-3456-1
+sign \x98A8 124-3456-1
+sign \x75AF 124-3456-1
+sign \x57C4 124-3456-1
+sign \x5CEF 124-3456-1
+sign \x5CF0 124-3456-1
+sign \x7412 124-3456-1
+sign \x687B 124-3456-1
+sign \x5051 124-3456-1
+sign \x70FD 124-3456-1
+sign \x8451 124-3456-1
+sign \x5D36 124-3456-1
+sign \x950B 124-3456-1
+sign \x7326 124-3456-1
+sign \x728E 124-3456-1
+sign \x6953 124-3456-1
+sign \x8702 124-3456-1
+sign \x78B8 124-3456-1
+sign \x760B 124-3456-1
+sign \x9137 124-3456-1
+sign \x50FC 124-3456-1
+sign \x92D2 124-3456-1
+sign \x6A92 124-3456-1
+sign \x8C50 124-3456-1
+sign \x93BD 124-3456-1
+sign \x93E0 124-3456-1
+sign \x9146 124-3456-1
+sign \x8634 124-3456-1
+sign \x7043 124-3456-1
+sign \x5BF7 124-3456-1
+sign \x882D 124-3456-1
+sign \x98CC 124-3456-1
+sign \x974A 124-3456-1
+sign \x9EB7 124-3456-1
+sign \x51AF 124-3456-2
+sign \x5906 124-3456-2
+sign \x6340 124-3456-2
+sign \x9022 124-3456-2
+sign \x6D72 124-3456-2
+sign \x5838 124-3456-2
+sign \x823D 1234-236-2
+sign \x99AE 124-3456-2
+sign \x6E84 124-3456-1
+sign \x6E22 124-1236-2
+sign \x6453 124-3456-2
+sign \x8242 124-3456-2
+sign \x6F28 124-3456-2
+sign \x7F1D 124-3456-2
+sign \x7D98 124-3456-2
+sign \x7BC8 124-3456-1
+sign \x7E2B 124-3456-2
+sign \x8BBD 124-3456-3
+sign \x552A 124-3456-3
+sign \x8AF7 124-3456-3
+sign \x51E4 124-3456-23
+sign \x5949 124-3456-23
+sign \x752E 124-3456-23
+sign \x4FF8 124-3456-23
+sign \x7128 124-3456-23
+sign \x6E57 124-3456-23
+sign \x8D57 124-3456-23
+sign \x9CEF 124-3456-23
+sign \x7148 124-3456-23
+sign \x9CF3 124-3456-23
+sign \x9D0C 124-3456-23
+sign \x8CF5 124-3456-23
+sign \x8985 12-345-23
+sign \x4ECF 124-26-2
+sign \x4F5B 124-26-2
+sign \x5772 124-26-2
+sign \x68BB 124-26-2
+sign \x7D11 124-12356-2
+sign \x7F36 124-12356-3
+sign \x5426 124-12356-3
+sign \x599A 1234-2346-1
+sign \x7F3B 124-12356-3
+sign \x7F39 124-12356-3
+sign \x96EC 124-12356-3
+sign \x9D00 124-12356-3
+sign \x592B 124-136-1
+sign \x909E 124-136-1
+sign \x4F15 124-136-1
+sign \x544B 124-136-1
+sign \x6C95 134-24-23
+sign \x598B 124-136-1
+sign \x739E 124-136-1
+sign \x59C7 124-136-1
+sign \x80A4 124-136-1
+sign \x8342 124-136-1
+sign \x7806 124-136-1
+sign \x6024 124-136-1
+sign \x886D 124-136-1
+sign \x57BA 1234-12356-2
+sign \x8374 124-136-1
+sign \x5C03 124-136-1
+sign \x5A10 124-136-1
+sign \x9EB8 124-136-1
+sign \x65C9 124-136-1
+sign \x8DBA 124-136-1
+sign \x7D28 124-136-1
+sign \x8DD7 124-136-1
+sign \x7A03 124-136-1
+sign \x9207 124-136-1
+sign \x7B5F 124-136-1
+sign \x911C 124-136-1
+sign \x7D92 124-136-1
+sign \x8C67 124-136-1
+sign \x5B75 124-136-1
+sign \x9CFA 124-136-1
+sign \x9EA9 124-136-1
+sign \x6577 124-136-1
+sign \x819A 124-136-1
+sign \x9EAC 124-136-1
+sign \x7CD0 124-136-1
+sign \x9EB1 124-136-1
+sign \x61EF 124-136-1
+sign \x4E40 124-136-2
+sign \x5DFF 124-136-2
+sign \x5F17 124-136-2
+sign \x4F0F 124-136-2
+sign \x7536 124-136-2
+sign \x51EB 124-136-2
+sign \x6276 124-136-2
+sign \x8299 124-136-2
+sign \x82A3 124-136-2
+sign \x5B5A 124-136-2
+sign \x51B9 124-136-2
+sign \x521C 124-136-2
+sign \x62C2 124-136-2
+sign \x82FB 124-136-2
+sign \x8300 124-136-2
+sign \x678E 124-136-2
+sign \x5488 124-136-2
+sign \x5E17 124-136-2
+sign \x5CAA 124-136-2
+sign \x5F7F 124-136-2
+sign \x670D 124-136-2
+sign \x6CED 124-136-2
+sign \x602B 124-136-2
+sign \x7EC2 124-136-2
+sign \x7ECB 124-136-2
+sign \x73B8 124-136-2
+sign \x97E8 124-136-2
+sign \x5798 124-136-2
+sign \x832F 124-136-2
+sign \x67B9 12-235-1
+sign \x67EB 124-136-2
+sign \x7550 124-136-2
+sign \x7549 124-136-2
+sign \x7F58 124-136-2
+sign \x6C1F 124-136-2
+sign \x4FD8 124-136-2
+sign \x9CEC 124-136-2
+sign \x90DB 124-136-2
+sign \x70A5 124-136-2
+sign \x6D11 124-136-2
+sign \x7953 124-136-2
+sign \x83A9 124-136-2
+sign \x683F 124-136-2
+sign \x7829 124-136-2
+sign \x86A8 124-136-2
+sign \x54F9 124-136-2
+sign \x7557 124-136-2
+sign \x6D6E 124-136-2
+sign \x7408 124-136-2
+sign \x83D4 124-136-2
+sign \x6874 124-136-2
+sign \x8659 124-136-2
+sign \x7B26 124-136-2
+sign \x7B30 124-136-2
+sign \x5310 124-136-2
+sign \x70F0 124-136-2
+sign \x6DAA 124-136-2
+sign \x8274 124-136-2
+sign \x7FC7 124-136-2
+sign \x7D31 124-136-2
+sign \x7D3C 124-136-2
+sign \x844D 124-136-2
+sign \x68F4 124-136-2
+sign \x5E45 124-136-2
+sign \x7F66 124-136-2
+sign \x7D65 124-136-2
+sign \x8F90 124-136-2
+sign \x8709 124-136-2
+sign \x9CE7 124-136-2
+sign \x8240 124-136-2
+sign \x925C 124-136-2
+sign \x9258 124-136-2
+sign \x98AB 124-136-2
+sign \x7CB0 124-136-1
+sign \x798F 124-136-2
+sign \x7D8D 124-136-2
+sign \x6991 124-136-2
+sign \x917B 1356-2456-23
+sign \x7A2A 124-136-2
+sign \x7B99 124-136-2
+sign \x97CD 124-136-2
+sign \x9AF4 124-136-2
+sign \x8760 124-136-2
+sign \x5E5E 124-136-2
+sign \x9D14 124-136-2
+sign \x6F93 124-136-2
+sign \x8F3B 124-136-2
+sign \x8E3E 124-136-2
+sign \x9B84 124-136-2
+sign \x8AE8 124-136-2
+sign \x9EFB 124-136-2
+sign \x9BB2 124-136-2
+sign \x7641 124-136-2
+sign \x8946 124-136-2
+sign \x9D69 124-136-2
+sign \x8965 124-136-2
+sign \x9D9D 124-136-2
+sign \x629A 124-136-3
+sign \x752B 124-136-3
+sign \x62CA 124-136-3
+sign \x65A7 124-136-3
+sign \x5E9C 124-136-3
+sign \x5F23 124-136-3
+sign \x90D9 124-136-3
+sign \x4FCC 124-136-3
+sign \x80D5 124-136-1
+sign \x4FEF 124-136-3
+sign \x91DC 124-136-3
+sign \x91E1 124-136-3
+sign \x636C 124-136-3
+sign \x915C 124-136-1
+sign \x8F85 124-136-3
+sign \x6928 124-136-3
+sign \x76D9 124-136-3
+sign \x8151 124-136-3
+sign \x7124 124-136-3
+sign \x6ECF 124-136-3
+sign \x8F14 124-136-3
+sign \x8150 124-136-3
+sign \x64AB 124-136-3
+sign \x9B34 124-136-3
+sign \x7C20 124-136-3
+sign \x9EFC 124-136-3
+sign \x7236 124-136-23
+sign \x8BA3 124-136-23
+sign \x4ED8 124-136-23
+sign \x8D1F 124-136-23
+sign \x5987 124-136-23
+sign \x9644 124-136-23
+sign \x577F 124-136-23
+sign \x5490 124-136-23
+sign \x961C 124-136-23
+sign \x7ACE 124-136-23
+sign \x9A78 124-136-23
+sign \x8D74 124-136-23
+sign \x67CE 124-136-1
+sign \x590D 124-136-23
+sign \x5CCA 124-136-23
+sign \x8CA0 124-136-23
+sign \x8A03 124-136-23
+sign \x7954 124-136-23
+sign \x86A5 124-136-3
+sign \x889D 124-136-23
+sign \x965A 136-3
+sign \x526F 124-136-23
+sign \x86B9 124-136-23
+sign \x5069 124-136-23
+sign \x51A8 124-136-23
+sign \x5A4F 124-136-23
+sign \x5A66 124-136-23
+sign \x842F 124-136-23
+sign \x8EF5 245-256-3
+sign \x8984 124-136-23
+sign \x8D4B 124-136-23
+sign \x79FF 124-136-23
+sign \x5085 124-136-23
+sign \x86D7 124-136-23
+sign \x5FA9 124-136-23
+sign \x8A42 124-136-23
+sign \x5BCC 124-136-23
+sign \x5A8D 124-136-23
+sign \x6931 124-136-23
+sign \x8179 124-136-23
+sign \x9C8B 124-136-23
+sign \x7F1A 124-136-23
+sign \x8D59 124-136-23
+sign \x8914 124-136-23
+sign \x8907 124-136-23
+sign \x79A3 124-136-23
+sign \x99D9 124-136-23
+sign \x8567 124-136-23
+sign \x8CE6 124-136-23
+sign \x876E 124-136-23
+sign \x875C 124-136-23
+sign \x7DEE 124-136-23
+sign \x8F39 124-136-23
+sign \x9B92 124-136-23
+sign \x7E1B 124-136-23
+sign \x8CFB 124-136-23
+sign \x9362 124-136-23
+sign \x9351 124-136-23
+sign \x9CC6 124-136-23
+sign \x8986 124-136-23
+sign \x99A5 124-136-23
+sign \x9C12 124-136-23
+sign \x88B1 124-136-2
+sign \x65EE 1245-35-1
+sign \x4F3D 1245-1246-1
+sign \x5477 125-1246-1
+sign \x560E 1245-35-1
+sign \x9486 1245-35-2
+sign \x5C1C 1245-35-2
+sign \x5676 1245-35-2
+sign \x5620 1245-35-1
+sign \x9337 1245-35-2
+sign \x738D 1245-35-3
+sign \x5C15 1245-35-3
+sign \x5C2C 1245-35-23
+sign \x9B40 1245-35-23
+sign \x4F85 1245-246-1
+sign \x90C2 1245-246-1
+sign \x8BE5 1245-246-1
+sign \x9654 1245-246-1
+sign \x5793 1245-246-1
+sign \x8344 1245-246-1
+sign \x5CD0 1245-246-1
+sign \x59DF 1245-246-1
+sign \x6650 1245-246-1
+sign \x8D45 1245-246-1
+sign \x7561 1245-246-1
+sign \x7974 1245-246-1
+sign \x9691 1245-246-1
+sign \x7D6F 1245-246-1
+sign \x8C65 1245-246-1
+sign \x8CC5 1245-246-1
+sign \x8A72 1245-246-1
+sign \x8CCC 1245-246-1
+sign \x5FCB 1245-246-3
+sign \x6539 1245-246-3
+sign \x7D60 1245-246-3
+sign \x9385 1245-15-23
+sign \x4E10 1245-246-23
+sign \x4E62 1245-246-23
+sign \x5303 1245-246-23
+sign \x5304 1245-246-23
+sign \x675A 1245-136-1
+sign \x9499 1245-246-23
+sign \x76D6 1245-246-23
+sign \x6461 1245-246-23
+sign \x8462 1245-246-23
+sign \x9223 1245-246-23
+sign \x6E89 1245-246-23
+sign \x84CB 1245-246-23
+sign \x6982 1245-246-23
+sign \x69E9 1245-246-23
+sign \x6224 1245-246-23
+sign \x6F11 1245-246-23
+sign \x69EA 1245-246-23
+sign \x74C2 1245-246-23
+sign \x7518 1245-1236-1
+sign \x8FC0 1245-1236-1
+sign \x8289 1245-1236-1
+sign \x5FD3 1245-1236-1
+sign \x7395 1245-1236-1
+sign \x653C 1245-1236-1
+sign \x809D 1245-1236-1
+sign \x5769 1245-1236-1
+sign \x82F7 1245-1236-1
+sign \x77F8 1245-1236-1
+sign \x6CD4 1245-1236-1
+sign \x73B5 1236-2
+sign \x4E79 1245-1236-1
+sign \x67D1 1245-1236-1
+sign \x8677 1245-1236-1
+sign \x7AFF 1245-1236-1
+sign \x9150 1245-1236-1
+sign \x75B3 1245-1236-1
+sign \x7C93 1245-1236-1
+sign \x4E81 1245-1236-1
+sign \x51F2 1245-1236-1
+sign \x5C34 1245-1236-1
+sign \x5C32 1245-1236-1
+sign \x7B78 1245-1236-1
+sign \x9CF1 1245-1236-1
+sign \x6F27 1245-1236-1
+sign \x5C36 1245-1236-1
+sign \x5C37 1245-1236-1
+sign \x9B50 1245-1236-1
+sign \x4EE0 1245-1236-3
+sign \x625E 125-1236-23
+sign \x6746 1245-1236-1
+sign \x79C6 1245-1236-3
+sign \x8866 1245-1236-3
+sign \x76AF 1245-1236-3
+sign \x8D76 1245-1236-3
+sign \x687F 1245-1236-3
+sign \x7B34 1245-1236-3
+sign \x6562 1245-1236-3
+sign \x7A08 1245-1236-3
+sign \x611F 1245-1236-3
+sign \x8D95 1245-1236-3
+sign \x6F89 1245-1236-3
+sign \x6A44 1245-1236-3
+sign \x64C0 1245-1236-3
+sign \x7C33 1245-1236-3
+sign \x9CE1 1245-1236-3
+sign \x9C64 1245-1236-3
+sign \x5E72 1245-1236-1
+sign \x65F0 1245-1236-23
+sign \x6C75 1245-1236-23
+sign \x76F0 1245-1236-23
+sign \x7EC0 1245-1236-23
+sign \x501D 1245-1236-23
+sign \x51CE 1245-1236-23
+sign \x6DE6 1245-1236-23
+sign \x7D3A 1245-1236-23
+sign \x9AAD 1245-1236-23
+sign \x8A4C 1245-1236-23
+sign \x5E79 1245-1236-23
+sign \x69A6 1245-1236-23
+sign \x6A8A 1245-1236-23
+sign \x8D63 1245-1236-23
+sign \x8D1B 1245-1236-23
+sign \x7068 1245-1236-23
+sign \x5188 1245-236-1
+sign \x7F53 1245-236-1
+sign \x51AE 1245-236-1
+sign \x521A 1245-236-1
+sign \x809B 1245-236-1
+sign \x7EB2 1245-236-1
+sign \x77FC 1245-236-1
+sign \x5CA1 1245-236-1
+sign \x7268 1245-236-1
+sign \x7598 1245-236-1
+sign \x94A2 1245-236-1
+sign \x7F38 1245-236-1
+sign \x7F61 1245-236-1
+sign \x525B 1245-236-1
+sign \x5808 1245-236-1
+sign \x5D17 1245-236-3
+sign \x91ED 1245-236-1
+sign \x68E1 1245-236-1
+sign \x7285 1245-236-1
+sign \x583D 1245-236-1
+sign \x7899 1345-235-2
+sign \x7F41 1245-236-1
+sign \x7DB1 1245-236-1
+sign \x92FC 1245-236-1
+sign \x93A0 1245-236-1
+sign \x5C97 1245-236-3
+sign \x6E2F 1245-236-3
+sign \x6760 1245-236-23
+sign \x6386 1245-236-1
+sign \x7135 1245-236-23
+sign \x7139 1245-236-23
+sign \x7B7B 1245-236-23
+sign \x69D3 1245-236-23
+sign \x6206 1245-236-23
+sign \x768B 1245-235-1
+sign \x9AD8 1245-235-1
+sign \x7F99 134-2346-3
+sign \x7F94 1245-235-1
+sign \x7690 1245-235-1
+sign \x9AD9 1245-235-1
+sign \x81EF 1245-235-1
+sign \x776A 1245-235-1
+sign \x6EDC 1356-26-2
+sign \x69D4 1245-235-1
+sign \x777E 1245-235-1
+sign \x818F 1245-235-1
+sign \x69F9 1245-235-1
+sign \x6A70 1245-235-1
+sign \x7BD9 1245-235-1
+sign \x7CD5 1245-235-1
+sign \x993B 1245-235-1
+sign \x6ADC 1245-235-1
+sign \x97DF 1245-235-1
+sign \x9F1B 1245-235-1
+sign \x9DCE 1245-235-1
+sign \x9DF1 1245-235-1
+sign \x5930 1245-235-3
+sign \x6772 1245-235-3
+sign \x83D2 1245-235-3
+sign \x7A01 1245-235-3
+sign \x641E 1245-235-3
+sign \x7B76 1245-235-3
+sign \x7F1F 1245-235-3
+sign \x69C1 1245-235-3
+sign \x7354 125-235-2
+sign \x69C0 1245-235-3
+sign \x9550 1245-235-3
+sign \x7A3F 1245-235-3
+sign \x7A3E 1245-235-3
+sign \x7E1E 1245-235-3
+sign \x85C1 1245-235-3
+sign \x85F3 1245-235-3
+sign \x6ABA 1245-235-3
+sign \x93AC 1245-235-3
+sign \x543F 1245-235-23
+sign \x544A 1245-235-23
+sign \x90DC 1245-235-23
+sign \x52C2 1245-235-23
+sign \x8BF0 1245-235-23
+sign \x5CFC 1245-235-23
+sign \x796E 1245-235-23
+sign \x7970 1245-235-23
+sign \x9506 1245-235-23
+sign \x66A0 125-235-23
+sign \x8AA5 1245-235-23
+sign \x799E 1245-235-23
+sign \x92EF 1245-235-23
+sign \x6208 1245-26-1
+sign \x572A 1245-26-1
+sign \x72B5 1245-26-1
+sign \x7EA5 1245-26-1
+sign \x6213 1245-26-1
+sign \x8090 1245-26-1
+sign \x726B 1245-26-1
+sign \x7599 1245-26-1
+sign \x54AF 123-135
+sign \x7271 1245-26-1
+sign \x54E5 1245-26-1
+sign \x80F3 1245-26-1
+sign \x9E3D 1245-26-1
+sign \x88BC 1245-26-1
+sign \x6401 1245-26-1
+sign \x5272 1245-26-1
+sign \x6ED2 1245-26-1
+sign \x5F41 1245-26-1
+sign \x6228 1245-26-1
+sign \x6B4C 1245-26-1
+sign \x9D1A 1245-26-1
+sign \x64F1 1245-26-1
+sign \x9D3F 1245-26-1
+sign \x8B0C 1245-26-1
+sign \x93B6 1245-26-1
+sign \x5444 1245-26-2
+sign \x4F6E 1245-26-2
+sign \x530C 1245-26-2
+sign \x630C 1245-26-2
+sign \x9769 1245-26-2
+sign \x8316 1245-26-2
+sign \x9601 1245-26-2
+sign \x683C 1245-26-2
+sign \x9B32 1245-26-2
+sign \x654B 1245-26-2
+sign \x81F5 1245-26-2
+sign \x86D2 1245-26-2
+sign \x6105 1245-26-2
+sign \x88D3 1245-26-2
+sign \x9694 1245-26-2
+sign \x5865 1245-26-2
+sign \x55DD 1245-26-2
+sign \x89E1 1245-26-2
+sign \x6EC6 1245-26-2
+sign \x69C5 1245-26-2
+sign \x95A4 1245-26-2
+sign \x95A3 1245-26-2
+sign \x643F 1245-26-2
+sign \x8188 1245-26-2
+sign \x9788 1245-26-2
+sign \x9ABC 1245-26-2
+sign \x9549 1245-26-2
+sign \x97D0 1245-26-2
+sign \x8F35 1245-26-2
+sign \x81C8 123-35-23
+sign \x8AFD 1245-26-2
+sign \x9BAF 1245-26-2
+sign \x6ACA 1245-26-2
+sign \x9398 1245-26-2
+sign \x97DA 1245-26-2
+sign \x9A14 1245-26-2
+sign \x8F55 1245-26-2
+sign \x97B7 1245-26-2
+sign \x9C2A 26-23
+sign \x54FF 1245-26-3
+sign \x8238 1245-26-3
+sign \x845B 1245-26-3
+sign \x55F0 1245-26-3
+sign \x4E2A 1245-26-23
+sign \x5404 1245-26-23
+sign \x867C 1245-26-23
+sign \x500B 1245-26-23
+sign \x784C 1245-26-23
+sign \x94EC 1245-26-23
+sign \x7B87 1245-26-23
+sign \x927B 1245-26-23
+sign \x7366 1245-26-2
+sign \x7ED9 1245-2346-3
+sign \x7D66 1245-2346-3
+sign \x6839 1245-356-1
+sign \x8DDF 1245-356-1
+sign \x54CF 1245-356-2
+sign \x4E98 1245-356-23
+sign \x4E99 1245-356-23
+sign \x826E 1245-356-23
+sign \x831B 1245-356-23
+sign \x6404 1245-356-23
+sign \x63EF 1245-356-23
+sign \x522F 1245-3456-1
+sign \x5E9A 1245-3456-1
+sign \x754A 1245-3456-1
+sign \x8015 1245-3456-1
+sign \x6D6D 1245-3456-1
+sign \x83EE 1245-3456-1
+sign \x6929 1245-3456-1
+sign \x8D53 1245-3456-1
+sign \x713F 1245-3456-1
+sign \x7D5A 1245-3456-1
+sign \x9E52 1245-3456-1
+sign \x8CE1 1245-3456-1
+sign \x7FAE 1245-3456-1
+sign \x7E06 1245-3456-1
+sign \x7DEA 1245-3456-1
+sign \x9D8A 1245-3456-1
+sign \x7FB9 1245-3456-1
+sign \x90E0 1245-3456-3
+sign \x57C2 1245-3456-3
+sign \x632D 1245-3456-3
+sign \x803F 1245-3456-3
+sign \x8384 1245-3456-3
+sign \x54FD 1245-3456-3
+sign \x5CFA 1245-3456-3
+sign \x7EE0 1245-3456-3
+sign \x6897 1245-3456-3
+sign \x7D86 1245-3456-3
+sign \x9CA0 1245-3456-3
+sign \x9ABE 1245-3456-3
+sign \x9BC1 1245-3456-3
+sign \x66F4 1245-3456-23
+sign \x5829 1245-3456-23
+sign \x5DE5 1245-256-1
+sign \x5F13 1245-256-1
+sign \x53B7 1245-256-1
+sign \x516C 1245-256-1
+sign \x529F 1245-256-1
+sign \x653B 1245-256-1
+sign \x675B 1245-256-1
+sign \x80B1 1245-256-1
+sign \x7CFC 1245-256-1
+sign \x5BAB 1245-256-1
+sign \x606D 1245-256-1
+sign \x86A3 1245-256-1
+sign \x8EAC 1245-256-1
+sign \x5BAE 1245-256-1
+sign \x9F9A 1245-256-1
+sign \x5311 1245-256-1
+sign \x5868 1245-256-1
+sign \x5E4A 1245-256-1
+sign \x8EB3 1245-256-1
+sign \x89E5 1245-256-1
+sign \x6129 1245-256-1
+sign \x78BD 1245-256-1
+sign \x5314 1245-256-1
+sign \x9AF8 1245-256-1
+sign \x5163 1245-256-1-123-24-2
+sign \x7BE2 123-256-3
+sign \x89F5 1245-256-1
+sign \x9F8F 1245-256-1
+sign \x9F94 1245-256-1
+sign \x5EFE 1245-256-3
+sign \x5DE9 1245-256-3
+sign \x6C5E 1245-256-3
+sign \x62F1 1245-256-3
+sign \x73D9 1245-256-3
+sign \x62F2 1245-256-3
+sign \x6831 1245-256-3
+sign \x8F01 1245-256-3
+sign \x978F 1245-256-3
+sign \x5171 1245-256-23
+sign \x8D21 1245-256-23
+sign \x4F9B 1245-256-1
+sign \x7FBE 1245-256-23
+sign \x8CA2 1245-256-23
+sign \x551D 1245-256-3
+sign \x6150 1245-256-23
+sign \x7195 1245-256-23
+sign \x8D11 1245-1236-23
+sign \x52FE 1245-12356-1
+sign \x6285 1245-346-1
+sign \x4F5D 1245-12356-1
+sign \x6C9F 1245-12356-1
+sign \x6CC3 1245-346-1
+sign \x94A9 1245-12356-1
+sign \x5193 1245-12356-23
+sign \x920E 1245-12356-1
+sign \x7F11 1245-12356-1
+sign \x9264 1245-12356-1
+sign \x6E9D 1245-12356-1
+sign \x8920 1245-12356-1
+sign \x7DF1 1245-12356-1
+sign \x7BDD 1245-12356-1
+sign \x97B2 1245-12356-1
+sign \x7C3C 1245-12356-1
+sign \x97DD 1245-12356-1
+sign \x82B6 1245-12356-3
+sign \x82DF 1245-12356-3
+sign \x5CA3 1245-12356-3
+sign \x72D7 1245-12356-3
+sign \x73BD 1245-12356-3
+sign \x8007 1245-12356-3
+sign \x8009 1245-12356-3
+sign \x67B8 1245-12356-3
+sign \x8008 1245-12356-3
+sign \x86BC 1245-12356-3
+sign \x7B31 1245-12356-3
+sign \x8C7F 1245-12356-3
+sign \x5778 1245-12356-23
+sign \x6784 1245-12356-23
+sign \x8D2D 1245-12356-23
+sign \x8BDF 1245-12356-23
+sign \x57A2 1245-12356-23
+sign \x8329 125-12356-23
+sign \x59E4 1245-12356-23
+sign \x88A7 1245-12356-1
+sign \x591F 1245-12356-23
+sign \x5920 1245-12356-23
+sign \x508B 1245-12356-23
+sign \x8A3D 1245-12356-23
+sign \x9058 1245-12356-23
+sign \x6406 1245-12356-23
+sign \x5F40 1245-12356-23
+sign \x96CA 1245-12356-23
+sign \x8A6C 1245-12356-23
+sign \x5ABE 1245-12356-23
+sign \x89CF 1245-12356-23
+sign \x69CB 1245-12356-23
+sign \x7179 1245-12356-23
+sign \x6480 1245-12356-23
+sign \x89AF 1245-12356-23
+sign \x8CFC 1245-12356-23
+sign \x4F30 1245-136-1
+sign \x5495 1245-136-1
+sign \x6CBD 1245-136-1
+sign \x6CD2 1245-136-1
+sign \x5B64 1245-136-1
+sign \x59D1 1245-136-1
+sign \x67E7 1245-136-1
+sign \x8F71 1245-136-1
+sign \x9E2A 1245-136-1
+sign \x5502 1245-136-1
+sign \x7F5B 1245-136-1
+sign \x83F0 1245-136-1
+sign \x83C7 1245-136-1
+sign \x86C4 1245-136-1
+sign \x7B1F 1245-136-1
+sign \x84C7 1245-136-1
+sign \x8F9C 1245-136-1
+sign \x8EF2 1245-136-1
+sign \x8EF1 1245-136-1
+sign \x9164 1245-136-1
+sign \x55D7 1245-136-3
+sign \x89DA 1245-136-1
+sign \x6BC2 1245-136-3
+sign \x9232 1245-136-1
+sign \x7B8D 1245-136-1
+sign \x7B9B 1245-136-1
+sign \x7BD0 1245-136-1
+sign \x5AF4 1245-136-1
+sign \x9D23 1245-136-1
+sign \x6A6D 1245-136-1
+sign \x9B95 1245-136-1
+sign \x8F42 1245-136-3
+sign \x5903 16-2
+sign \x53E4 1245-136-3
+sign \x6262 1245-136-3
+sign \x6287 1245-136-2
+sign \x8C37 1245-136-3
+sign \x6C69 1245-136-3
+sign \x8BC2 1245-136-3
+sign \x80A1 1245-136-3
+sign \x9AA8 1245-136-3
+sign \x726F 1245-136-3
+sign \x5503 1245-136-1
+sign \x7F5F 1245-136-3
+sign \x94B4 1245-136-3
+sign \x9027 1245-136-3
+sign \x7F96 1245-136-3
+sign \x86CA 1245-136-3
+sign \x86CC 1245-136-3
+sign \x5552 1245-136-3
+sign \x50A6 1245-136-3
+sign \x8135 1245-136-3
+sign \x6DC8 1245-136-3
+sign \x5C33 1245-136-3
+sign \x7138 1245-136-3
+sign \x9989 1245-136-3
+sign \x8A41 1245-136-3
+sign \x6132 1245-136-3
+sign \x9F13 1245-136-3
+sign \x9F14 1245-136-3
+sign \x69BE 1245-136-23
+sign \x9237 1245-136-3
+sign \x76B7 1245-136-3
+sign \x6996 1245-136-3
+sign \x560F 1245-136-3
+sign \x9E58 1245-136-3
+sign \x7A40 1245-136-3
+sign \x7E0E 1245-136-3
+sign \x7CD3 1245-136-3
+sign \x85A3 1245-136-3
+sign \x76BC 1245-136-3
+sign \x9936 1245-136-3
+sign \x81CC 1245-136-3
+sign \x6FF2 1245-136-3
+sign \x77BD 1245-136-3
+sign \x76EC 1245-136-3
+sign \x7014 1245-136-3
+sign \x9DBB 1245-136-2
+sign \x8831 1245-136-3
+sign \x56FA 1245-136-23
+sign \x6545 1245-136-23
+sign \x6018 1245-136-23
+sign \x987E 1245-136-23
+sign \x51C5 1245-136-23
+sign \x580C 1245-136-23
+sign \x688F 1245-136-23
+sign \x5D13 1245-136-23
+sign \x5D2E 1245-136-23
+sign \x727F 1245-136-23
+sign \x68DD 1245-136-23
+sign \x96C7 1245-136-23
+sign \x797B 1245-136-23
+sign \x980B 1245-136-23
+sign \x9522 1245-136-23
+sign \x7A12 1245-136-23
+sign \x75FC 1245-136-23
+sign \x50F1 1245-136-23
+sign \x932E 1245-136-23
+sign \x9CB4 1245-136-23
+sign \x9BDD 1245-136-23
+sign \x9867 1245-136-23
+sign \x74DC 1245-123456-1
+sign \x82FD 1245-136-1
+sign \x5471 1245-123456-1
+sign \x522E 1245-123456-1
+sign \x80CD 1245-123456-1
+sign \x9E39 1245-123456-1
+sign \x98AA 1245-136-1
+sign \x6B44 1245-123456-1
+sign \x713B 12345-236-23
+sign \x7171 1245-123456-1
+sign \x5280 1245-123456-1
+sign \x7DFA 1245-123456-1
+sign \x92BD 1245-123456-1
+sign \x9D30 1245-123456-1
+sign \x9A27 1245-123456-1
+sign \x53E7 1245-123456-3
+sign \x518E 1245-123456-3
+sign \x5250 1245-123456-3
+sign \x526E 1245-123456-3
+sign \x5BE1 1245-123456-3
+sign \x5366 1245-123456-23
+sign \x576C 1245-123456-23
+sign \x8BD6 1245-123456-23
+sign \x6302 1245-123456-23
+sign \x639B 1245-123456-23
+sign \x5569 1245-123456-23
+sign \x7F63 1245-123456-23
+sign \x7D53 1245-123456-23
+sign \x7F6B 1245-123456-23
+sign \x8A7F 1245-123456-23
+sign \x8902 1245-123456-23
+sign \x4E56 1245-13456-1
+sign \x62D0 1245-13456-3
+sign \x67B4 1245-13456-3
+sign \x67FA 1245-13456-3
+sign \x7B89 1245-13456-3
+sign \x602A 1245-13456-23
+sign \x6060 1245-13456-23
+sign \x5672 13-13456-23
+sign \x5173 1245-12456-1
+sign \x89C2 1245-12456-1
+sign \x5B98 1245-12456-1
+sign \x898C 1245-12456-1
+sign \x500C 1245-12456-1
+sign \x8416 1245-12456-3
+sign \x8484 1245-12456-1
+sign \x68FA 1245-12456-1
+sign \x7AA4 1245-12456-1
+sign \x95A2 1245-12456-1
+sign \x761D 1245-12456-1
+sign \x95D7 1245-12456-1
+sign \x89B3 1245-12456-1
+sign \x9CCF 1245-12456-1
+sign \x764F 1245-12456-1
+sign \x95DC 1245-12456-1
+sign \x9C25 1245-12456-1
+sign \x89C0 1245-12456-1
+sign \x9C5E 1245-12456-1
+sign \x6B1F 1245-12456-23
+sign \x839E 12456-3
+sign \x9986 1245-12456-3
+sign \x7B66 1245-12456-3
+sign \x75EF 1245-12456-3
+sign \x7BA1 1245-12456-3
+sign \x8F28 1245-12456-3
+sign \x8218 1245-12456-3
+sign \x9327 1245-12456-3
+sign \x9928 1245-12456-3
+sign \x9CE4 1245-12456-3
+sign \x535D 1245-12456-23
+sign \x6BCC 1245-12456-23
+sign \x4E31 1245-12456-23
+sign \x8D2F 1245-12456-23
+sign \x6CF4 1245-12456-23
+sign \x51A0 1245-12456-1
+sign \x63BC 1245-12456-23
+sign \x6DAB 1245-12456-23
+sign \x60BA 1245-12456-23
+sign \x60EF 1245-12456-23
+sign \x5A60 123456-23
+sign \x8CAB 1245-12456-23
+sign \x60B9 1245-12456-23
+sign \x797C 1245-12456-23
+sign \x645C 1245-12456-23
+sign \x6F45 1245-12456-23
+sign \x6163 1245-12456-23
+sign \x9066 1245-12456-23
+sign \x6A0C 1245-12456-23
+sign \x76E5 1245-12456-23
+sign \x96DA 1245-12456-23
+sign \x7F46 1245-12456-23
+sign \x8E80 1245-12456-23
+sign \x93C6 1245-12456-23
+sign \x704C 1245-12456-23
+sign \x74D8 1245-12456-23
+sign \x721F 1245-12456-23
+sign \x9E73 1245-12456-23
+sign \x7936 1245-12456-23
+sign \x77D4 1245-12456-23
+sign \x7F50 1245-12456-23
+sign \x9475 1245-12456-23
+sign \x9E1B 1245-12456-23
+sign \x9C79 1245-12456-23
+sign \x5149 1245-2356-1
+sign \x706E 1245-2356-1
+sign \x7097 1245-2356-1
+sign \x709A 1245-2356-1
+sign \x4F8A 1245-2356-1
+sign \x709B 1245-2356-1
+sign \x5799 1245-2356-1
+sign \x6304 1245-2356-1
+sign \x832A 1245-2356-1
+sign \x54A3 1245-2356-1
+sign \x6D38 1245-2356-1
+sign \x59EF 1245-2356-1
+sign \x73D6 1245-2356-1
+sign \x80F1 1245-2356-1
+sign \x70E1 1245-2356-1
+sign \x7844 1245-2356-1
+sign \x8F04 1245-2356-1
+sign \x50D9 1245-2356-1
+sign \x92A7 1245-2356-1
+sign \x9EC6 1245-2356-1
+sign \x5E7F 1245-2356-3
+sign \x5E83 1245-2356-3
+sign \x72B7 1245-2356-3
+sign \x5EE3 1245-2356-3
+sign \x7377 1245-2356-3
+sign \x81E9 1245-2356-3
+sign \x4FC7 1245-2356-23
+sign \x6844 1245-2356-1
+sign \x901B 1245-2356-23
+sign \x81E6 1245-2356-23
+sign \x6497 1245-2356-23
+sign \x5F52 1245-2456-1
+sign \x572D 1245-2456-1
+sign \x9F9F 1245-2456-1
+sign \x59AB 1245-2456-1
+sign \x89C4 1245-2456-1
+sign \x90BD 1245-2456-1
+sign \x8325 1245-2456-1
+sign \x7688 1245-2456-1
+sign \x95FA 1245-2456-1
+sign \x73EA 1245-2456-1
+sign \x5E30 1245-2456-1
+sign \x80FF 1245-2456-1
+sign \x898F 1245-2456-1
+sign \x7845 1245-2456-1
+sign \x4E80 1245-2456-1
+sign \x7A90 123456-1
+sign \x88BF 1245-2456-1
+sign \x691D 1245-2456-1
+sign \x5AAF 1245-2456-1
+sign \x7470 1245-2456-1
+sign \x90CC 1245-2456-1
+sign \x5AE2 1245-2456-1
+sign \x646B 1245-2456-1
+sign \x95A8 1245-2456-1
+sign \x9C91 1245-2456-1
+sign \x69FC 1245-2456-1
+sign \x69FB 1245-2456-1
+sign \x879D 1245-2456-23
+sign \x5DB2 1245-2456-1
+sign \x5B00 1245-2456-1
+sign \x749D 1245-2456-1
+sign \x77A1 1245-2456-1
+sign \x81AD 1245-2456-1
+sign \x9F9C 1245-2456-1
+sign \x9BAD 1245-2456-1
+sign \x7AC3 1356-235-23
+sign \x9B36 1245-2456-1
+sign \x5DC2 1245-2456-1
+sign \x6B78 1245-2456-1
+sign \x9A29 1245-2456-1
+sign \x74CC 1245-2456-1
+sign \x9B39 1245-2456-1
+sign \x6AF7 1245-2456-1
+sign \x6C3F 1245-2456-3
+sign \x5B84 1245-2456-3
+sign \x8F68 1245-2456-3
+sign \x5E8B 1245-2456-3
+sign \x5326 1245-2456-3
+sign \x4F79 1245-2456-3
+sign \x8BE1 1245-2456-3
+sign \x9652 1245-2456-3
+sign \x579D 1245-2456-3
+sign \x8ECC 1245-2456-3
+sign \x9B3C 1245-2456-3
+sign \x6051 1245-2456-3
+sign \x59FD 1245-2456-3
+sign \x7678 1245-2456-3
+sign \x5EAA 1245-2456-3
+sign \x796A 1245-2456-3
+sign \x532D 1245-2456-3
+sign \x6677 1245-2456-3
+sign \x86EB 1245-2456-3
+sign \x6E40 1245-2456-3
+sign \x89E4 1245-2456-3
+sign \x8A6D 1245-2456-3
+sign \x53AC 1245-2456-3
+sign \x7C0B 1245-2456-3
+sign \x87E1 1245-2456-3
+sign \x6530 1245-2456-23
+sign \x660B 1245-2456-23
+sign \x67DC 1245-2456-23
+sign \x7085 1245-2456-23
+sign \x523F 1245-2456-23
+sign \x523D 1245-2456-23
+sign \x8D35 1245-2456-23
+sign \x6531 1245-2456-3
+sign \x6842 1245-2456-23
+sign \x6867 1245-2456-23
+sign \x6922 1245-2456-23
+sign \x8CB4 1245-2456-23
+sign \x7B40 1245-2456-23
+sign \x7324 1245-2456-23
+sign \x84D5 1245-2456-23
+sign \x8DEA 1245-2456-23
+sign \x6E8E 146-23
+sign \x648C 1245-2456-23
+sign \x69F6 1245-2456-23
+sign \x528C 1245-2456-23
+sign \x528A 1245-2456-23
+sign \x77B6 1245-2456-23
+sign \x7C02 1245-135-2
+sign \x79AC 1245-2456-23
+sign \x6AC3 1245-2456-23
+sign \x8958 1245-2456-23
+sign \x9CDC 1245-2456-23
+sign \x97BC 1245-2456-23
+sign \x9C56 1245-2456-23
+sign \x9C65 1245-2456-23
+sign \x886E 1245-25-3
+sign \x889E 1245-25-3
+sign \x60C3 1245-25-3
+sign \x7EF2 1245-25-3
+sign \x8F8A 1245-25-3
+sign \x84D8 1245-25-3
+sign \x6EDA 1245-25-3
+sign \x88F7 12346-1
+sign \x8509 1245-25-3
+sign \x6EFE 1245-25-3
+sign \x7DC4 1245-25-3
+sign \x8F25 1245-25-3
+sign \x78D9 1245-25-3
+sign \x9CA7 1245-25-3
+sign \x7DF7 1245-25-3
+sign \x9B8C 1245-25-3
+sign \x9BC0 1245-25-3
+sign \x742F 1245-12456-3
+sign \x68CD 1245-25-23
+sign \x7754 1245-25-23
+sign \x7774 1245-25-23
+sign \x74AD 1245-25-23
+sign \x8B34 1245-25-23
+sign \x5459 1245-135-1
+sign \x57DA 1245-135-1
+sign \x90ED 1245-135-1
+sign \x556F 1245-135-1
+sign \x5D1E 1245-135-1
+sign \x8052 1245-135-1
+sign \x6947 1245-135-1
+sign \x9505 1245-135-1
+sign \x921B 1245-135-1
+sign \x588E 1245-135-1
+sign \x7611 1245-135-1
+sign \x8748 1245-135-1
+sign \x5613 1245-135-1
+sign \x6FC4 135-1
+sign \x934B 1245-135-1
+sign \x87C8 1245-135-1
+sign \x9439 1245-135-23
+sign \x56EF 1245-135-2
+sign \x56FD 1245-135-2
+sign \x56F6 1245-135-2
+sign \x56FB 1245-135-2
+sign \x5700 1245-135-2
+sign \x63B4 1245-135-2
+sign \x570B 1245-135-2
+sign \x5E3C 1245-135-2
+sign \x8158 1245-135-2
+sign \x6451 1245-135-2
+sign \x805D 1245-135-2
+sign \x852E 1245-135-2
+sign \x5E57 1245-135-2
+sign \x6F0D 1245-135-2
+sign \x6156 1245-135-2
+sign \x8662 1245-135-2
+sign \x9998 1245-135-2
+sign \x679C 1245-135-3
+sign \x83D3 1245-135-3
+sign \x7313 1245-135-3
+sign \x9983 1245-135-3
+sign \x6DC9 1245-135-3
+sign \x60C8 1245-135-3
+sign \x6901 1245-135-3
+sign \x8901 1245-135-3
+sign \x69E8 1245-135-3
+sign \x873E 1245-135-3
+sign \x88F9 1245-135-3
+sign \x7CBF 1245-135-3
+sign \x7DB6 1245-135-3
+sign \x8F20 1245-135-3
+sign \x991C 1245-135-3
+sign \x8FC7 1245-135-23
+sign \x904E 1245-135-23
+sign \x8142 1245-135-23
+sign \x54C8 125-35-1
+sign \x94EA 125-35-1
+sign \x927F 125-35-1
+sign \x86E4 1245-26-2
+sign \x8FD8 125-246-2
+sign \x5B69 125-246-2
+sign \x9AB8 125-246-2
+sign \x9084 125-246-2
+sign \x80F2 125-246-3
+sign \x6D77 125-246-3
+sign \x70F8 125-246-3
+sign \x5870 125-246-3
+sign \x917C 125-246-3
+sign \x91A2 125-246-3
+sign \x4EA5 125-246-23
+sign \x9A87 125-246-23
+sign \x6C26 125-246-23
+sign \x5BB3 125-246-23
+sign \x55D0 125-246-23
+sign \x9900 125-246-23
+sign \x99ED 125-246-23
+sign \x99F4 125-246-23
+sign \x56A1 125-15-2
+sign \x995A 125-246-23
+sign \x4F44 1245-1236-23
+sign \x9878 125-1236-1
+sign \x54FB 125-1236-1
+sign \x86B6 125-1236-1
+sign \x9807 125-1236-1
+sign \x9163 125-1236-1
+sign \x8C3D 125-1236-1
+sign \x5AE8 125-1236-1
+sign \x61A8 125-1236-1
+sign \x99A0 125-1236-1
+sign \x9B7D 125-1236-1
+sign \x9F3E 125-1236-1
+sign \x9097 125-1236-2
+sign \x90AF 125-1236-2
+sign \x542B 125-1236-2
+sign \x5481 125-146-2
+sign \x80A3 125-1236-2
+sign \x51FD 125-1236-2
+sign \x51FE 125-1236-2
+sign \x5505 125-1236-2
+sign \x6D5B 125-1236-2
+sign \x5A22 125-1236-2
+sign \x5705 125-1236-2
+sign \x7400 125-1236-23
+sign \x6892 125-1236-2
+sign \x6657 125-1236-2
+sign \x5D21 125-1236-2
+sign \x7113 125-1236-2
+sign \x6DB5 125-1236-2
+sign \x97E9 125-1236-2
+sign \x5D45 125-1236-2
+sign \x5BD2 125-1236-2
+sign \x751D 125-1236-2
+sign \x7B68 125-1236-2
+sign \x872C 125-1236-2
+sign \x92E1 125-1236-2
+sign \x6F8F 125-1236-2
+sign \x97D3 125-1236-2
+sign \x5388 125-1236-3
+sign \x7F55 125-1236-3
+sign \x6D6B 125-1236-3
+sign \x558A 125-1236-3
+sign \x850A 125-1236-3
+sign \x8C43 1245-1236-3
+sign \x95DE 13-1236-23
+sign \x9B2B 125-1236-3
+sign \x6C49 125-1236-23
+sign \x5C7D 125-1236-23
+sign \x95EC 125-1236-23
+sign \x6C57 125-1236-23
+sign \x65F1 125-1236-23
+sign \x57BE 125-1236-23
+sign \x634D 125-1236-23
+sign \x839F 125-1236-23
+sign \x7302 125-1236-23
+sign \x6D86 125-1236-23
+sign \x608D 125-1236-23
+sign \x83E1 125-1236-23
+sign \x6658 125-1236-23
+sign \x9588 125-1236-23
+sign \x91EC 125-1236-23
+sign \x710A 125-1236-23
+sign \x6DCA 146-1
+sign \x7745 125-1236-23
+sign \x7694 125-1236-23
+sign \x99AF 125-1236-2
+sign \x86FF 125-1236-23
+sign \x50BC 125-1236-23
+sign \x9894 125-1236-23
+sign \x6496 125-1236-23
+sign \x872D 125-1236-23
+sign \x6F22 125-1236-23
+sign \x66B5 125-1236-23
+sign \x92B2 125-1236-23
+sign \x92CE 125-1236-23
+sign \x71AF 125-1236-23
+sign \x64BC 125-1236-23
+sign \x8792 125-1236-23
+sign \x7FF0 125-1236-23
+sign \x9837 125-1236-23
+sign \x6FA3 125-12456-23
+sign \x61BE 125-1236-23
+sign \x99FB 125-1236-23
+sign \x9844 125-1236-23
+sign \x96D7 125-1236-23
+sign \x8B40 125-1236-23
+sign \x701A 125-1236-23
+sign \x9DBE 125-1236-23
+sign \x7233 125-1236
+sign \x592F 125-236-1
+sign \x884C 125-16-2
+sign \x82C0 125-236-2
+sign \x8FD2 125-236-2
+sign \x676D 125-236-2
+sign \x65BB 125-236-2
+sign \x57B3 125-236-2
+sign \x7ED7 125-236-2
+sign \x86A2 125-236-2
+sign \x7B10 125-236-2
+sign \x822A 125-236-2
+sign \x9883 125-236-2
+sign \x8CA5 125-236-2
+sign \x7B55 125-236-2
+sign \x7D4E 125-236-2
+sign \x980F 125-236-2
+sign \x9B67 125-236-2
+sign \x6C86 125-236-23
+sign \x84BF 125-235-1
+sign \x8585 125-235-1
+sign \x5686 125-235-1
+sign \x6BDC 125-235-2
+sign \x547A 125-345-1
+sign \x7AD3 125-235-2-156-3456-1
+sign \x869D 125-235-2
+sign \x6BEB 125-235-2
+sign \x6903 125-235-2
+sign \x55E5 125-235-2
+sign \x7346 125-235-2
+sign \x5651 125-235-2
+sign \x8C6A 125-235-2
+sign \x8660 1245-345-1
+sign \x5637 125-235-2
+sign \x734B 125-235-2
+sign \x8AD5 125-235-2
+sign \x512B 125-235-2
+sign \x58D5 125-235-2
+sign \x568E 125-235-2
+sign \x6FE0 125-235-2
+sign \x8814 125-235-2
+sign \x7C47 125-235-2
+sign \x8B79 125-235-2
+sign \x597D 125-235-3
+sign \x90DD 125-235-3
+sign \x53F7 125-235-23
+sign \x660A 125-235-23
+sign \x6626 125-235-23
+sign \x79CF 125-235-23
+sign \x8017 125-235-23
+sign \x54E0 125-235-23
+sign \x6D69 125-235-23
+sign \x608E 125-235-23
+sign \x604F 125-235-23
+sign \x6667 125-235-23
+sign \x6DCF 125-235-23
+sign \x5090 125-235-23
+sign \x7693 125-235-23
+sign \x9117 125-235-23
+sign \x8055 125-235-23
+sign \x865F 125-235-23
+sign \x6EC8 125-235-23
+sign \x66A4 125-235-23
+sign \x66AD 125-235-23
+sign \x769E 125-235-23
+sign \x769C 125-235-23
+sign \x6F94 125-235-23
+sign \x8583 125-235-23
+sign \x66CD 125-235-2
+sign \x76A1 125-235-23
+sign \x7FEF 125-26-23
+sign \x76A5 125-235-23
+sign \x98A2 125-235-23
+sign \x9865 125-235-23
+sign \x9C1D 125-235-23
+sign \x704F 125-235-23
+sign \x705D 125-235-23
+sign \x8BC3 125-26-1
+sign \x62B2 125-26-1
+sign \x5475 125-26-1
+sign \x6B31 125-26-1
+sign \x559D 125-26-1
+sign \x8A36 125-26-1
+sign \x55EC 125-26-1
+sign \x881A 125-26-1
+sign \x79BE 125-26-2
+sign \x5408 125-26-2
+sign \x4F55 125-26-2
+sign \x548A 125-26-2
+sign \x548C 125-26-2
+sign \x52BE 125-26-2
+sign \x6CB3 125-26-2
+sign \x59C0 125-26-2
+sign \x67C7 125-26-2
+sign \x76C7 125-26-2
+sign \x66F7 125-26-2
+sign \x5CC6 125-26-2
+sign \x72E2 125-26-2
+sign \x9978 125-26-2
+sign \x9602 125-26-2
+sign \x7C7A 125-26-2
+sign \x7D07 1245-26-1
+sign \x76CD 125-26-2
+sign \x8377 125-26-2
+sign \x6838 125-26-2
+sign \x54EC 125-26-2
+sign \x76C9 125-26-2
+sign \x8402 125-26-2
+sign \x83CF 125-26-2
+sign \x9F81 125-26-2
+sign \x555D 125-26-2
+sign \x79F4 1245-26-2
+sign \x76D2 125-26-2
+sign \x6E2E 125-26-2
+sign \x6DB8 125-26-2
+sign \x60D2 125-26-2
+sign \x988C 125-26-2
+sign \x8A38 125-26-2
+sign \x7CAD 125-26-2
+sign \x6941 125-26-2
+sign \x6BFC 125-26-2
+sign \x924C 125-26-2
+sign \x8C88 125-26-2
+sign \x9C84 125-26-2
+sign \x8A65 125-26-2
+sign \x9616 125-26-2
+sign \x6F95 125-26-2
+sign \x95A1 125-26-2
+sign \x7186 125-26-2
+sign \x981C 125-26-2
+sign \x7FEE 125-26-2
+sign \x7BD5 125-26-2
+sign \x9B7A 125-26-2
+sign \x9932 246-23
+sign \x97A8 125-26-2
+sign \x7909 125-26-2
+sign \x9F55 125-26-2
+sign \x95D4 125-26-2
+sign \x8988 125-26-2
+sign \x76AC 125-26-2
+sign \x9449 125-26-2
+sign \x9FA2 125-26-2
+sign \x4F6B 1245-26-2
+sign \x578E 125-26-23
+sign \x8D3A 125-26-23
+sign \x7103 125-26-23
+sign \x5BC9 125-26-23
+sign \x8CC0 125-26-23
+sign \x788B 125-26-23
+sign \x55C3 125-26-23
+sign \x7142 125-26-23
+sign \x8D6B 125-26-23
+sign \x9EA7 125-26-2
+sign \x9E56 125-26-2
+sign \x7187 125-26-23
+sign \x8910 125-26-23
+sign \x9E64 125-26-23
+sign \x58D1 125-26-23
+sign \x764B 125-26-23
+sign \x7200 125-26-23
+sign \x71FA 125-26-23
+sign \x9DA1 125-26-2
+sign \x9DB4 125-26-23
+sign \x9F43 26-23
+sign \x974D 125-26-23
+sign \x9E16 125-26-23
+sign \x974E 125-26-23
+sign \x974F 125-26-23
+sign \x9ED2 125-2346-1
+sign \x9ED1 125-2346-1
+sign \x55E8 125-2346-1
+sign \x563F 125-2346-1
+sign \x6F76 125-2346-1
+sign \x62EB 125-356-2
+sign \x75D5 125-356-2
+sign \x978E 125-356-2
+sign \x4F77 125-356-3
+sign \x5F88 125-356-3
+sign \x72E0 125-356-3
+sign \x8A6A 125-356-3
+sign \x6068 125-356-23
+sign \x4EA8 125-3456-1
+sign \x54FC 125-3456-1
+sign \x6DA5 125-3456-1
+sign \x6099 125-3456-1
+sign \x811D 125-3456-1
+sign \x6052 125-3456-2
+sign \x6046 125-3456-2
+sign \x59EE 125-3456-2
+sign \x73E9 125-3456-2
+sign \x6841 125-3456-2
+sign \x80FB 125-3456-2
+sign \x70C6 125-3456-2
+sign \x9E3B 125-3456-2
+sign \x6A2A 125-3456-2
+sign \x6A6B 125-3456-2
+sign \x8861 125-3456-2
+sign \x9D34 125-3456-2
+sign \x9D46 125-3456-2
+sign \x8605 125-3456-2
+sign \x9445 125-3456-2
+sign \x5548 125-3456-23
+sign \x583C 124-3456-1
+sign \x53FF 125-256-1
+sign \x7074 125-256-1
+sign \x8F70 125-256-1
+sign \x8A07 125-256-1
+sign \x70D8 125-256-1
+sign \x8EE3 125-256-1
+sign \x63C8 125-256-1
+sign \x7122 125-256-1
+sign \x6E39 125-256-1
+sign \x8C3E 125-256-1
+sign \x85A8 125-256-1
+sign \x8F37 125-256-1
+sign \x569D 125-256-1
+sign \x9367 125-256-1
+sign \x8F5F 125-256-1
+sign \x4EDC 125-256-2
+sign \x5F18 125-256-2
+sign \x5C78 123-256-2
+sign \x5985 125-256-2
+sign \x7EA2 125-256-2
+sign \x7392 125-256-2
+sign \x544D 125-256-1
+sign \x5430 125-256-2
+sign \x95F3 125-256-2
+sign \x6C6F 125-256-2
+sign \x5B8F 125-256-2
+sign \x7EAE 125-256-2
+sign \x739C 125-256-2
+sign \x82F0 125-256-2
+sign \x6CD3 125-256-2
+sign \x5B96 125-256-2
+sign \x57AC 125-256-2
+sign \x836D 125-256-2
+sign \x8679 125-256-2
+sign \x7AD1 125-256-2
+sign \x6D2A 125-256-2
+sign \x5A02 125-256-2
+sign \x7D05 125-256-2
+sign \x803E 125-256-2
+sign \x7FC3 125-256-2
+sign \x6D64 125-256-2
+sign \x7D18 125-256-2
+sign \x7854 125-256-2
+sign \x8C39 125-256-2
+sign \x9E3F 125-256-2
+sign \x7D2D 125-256-2
+sign \x8453 125-256-2
+sign \x8452 125-256-2
+sign \x7861 125-256-1
+sign \x958E 125-256-2
+sign \x823C 125-256-2
+sign \x921C 125-256-2
+sign \x7AE4 125-256-2
+sign \x7CA0 125-256-2
+sign \x6E31 125-256-2
+sign \x8C3C 125-256-2
+sign \x7FDD 125-256-2
+sign \x7D8B 125-256-2
+sign \x9783 125-256-2
+sign \x9277 125-256-2
+sign \x9B5F 125-256-2
+sign \x6F42 125-256-2
+sign \x7BCA 125-256-2
+sign \x92D0 125-256-2
+sign \x857B 125-256-2
+sign \x9710 125-256-2
+sign \x9EC9 125-256-2
+sign \x5F4B 125-256-2
+sign \x971F 125-256-2
+sign \x9D3B 125-256-2
+sign \x9ECC 125-256-2
+sign \x54C4 125-256-3
+sign \x664E 125-256-3
+sign \x55CA 1245-256-3
+sign \x8BA7 125-256-23
+sign \x8A0C 125-256-23
+sign \x95A7 125-256-23
+sign \x6494 125-256-23
+sign \x92BE 1245-256-3
+sign \x6F92 125-256-23
+sign \x6F8B 1245-16-3
+sign \x9B28 125-256-23
+sign \x95C2 125-256-23
+sign \x95C0 125-256-23
+sign \x9F41 125-12356-1
+sign \x4FAF 125-12356-2
+sign \x77E6 125-12356-2
+sign \x8454 125-12356-2
+sign \x5589 125-12356-2
+sign \x5E3F 125-12356-2
+sign \x7334 125-12356-2
+sign \x777A 125-12356-2
+sign \x9297 125-12356-2
+sign \x760A 125-12356-2
+sign \x9ABA 125-12356-2
+sign \x7BCC 125-12356-2
+sign \x7CC7 125-12356-2
+sign \x7FED 125-12356-2
+sign \x936D 125-12356-2
+sign \x9931 125-12356-2
+sign \x9BF8 125-12356-2
+sign \x543D 125-256-1
+sign \x543C 125-12356-3
+sign \x72BC 125-12356-3
+sign \x540E 125-12356-23
+sign \x90C8 125-12356-23
+sign \x539A 125-12356-23
+sign \x5795 125-12356-23
+sign \x9005 125-12356-23
+sign \x5F8C 125-12356-23
+sign \x6D09 125-12356-23
+sign \x5019 125-12356-23
+sign \x9107 125-12356-23
+sign \x5820 125-12356-23
+sign \x8C5E 125-12356-23
+sign \x9C8E 125-12356-23
+sign \x9C98 125-12356-23
+sign \x9B9C 125-12356-23
+sign \x9C5F 125-12356-23
+sign \x4E4A 125-136-1
+sign \x4E4E 125-136-1
+sign \x5322 125-136-1
+sign \x5780 125-136-1
+sign \x82F8 125-136-1
+sign \x6612 125-136-1
+sign \x547C 125-136-1
+sign \x66F6 125-136-1
+sign \x5FFD 125-136-1
+sign \x6CD8 125-136-1
+sign \x8F77 125-136-1
+sign \x70C0 125-136-1
+sign \x6057 125-136-1
+sign \x532B 125-136-1
+sign \x8656 125-136-1
+sign \x553F 125-136-1
+sign \x6DF4 125-136-1
+sign \x60DA 125-136-1
+sign \x8EE4 125-136-1
+sign \x96FD 125-136-1
+sign \x96D0 125-136-1
+sign \x5611 125-136-1
+sign \x6EF9 125-136-1
+sign \x5BE3 125-136-1
+sign \x6B51 125-136-1
+sign \x5E60 125-136-1
+sign \x81B4 125-136-1
+sign \x8B3C 125-136-1
+sign \x56EB 125-136-2
+sign \x72D0 125-136-2
+sign \x5F27 125-136-2
+sign \x74F3 125-136-2
+sign \x80E1 125-136-2
+sign \x58F6 125-136-2
+sign \x58F7 125-136-2
+sign \x659B 125-136-2
+sign \x7100 125-136-2
+sign \x6430 125-136-2
+sign \x58FA 125-136-2
+sign \x846B 125-136-2
+sign \x5596 125-136-2
+sign \x9E44 125-136-2
+sign \x7322 125-136-2
+sign \x6E56 125-136-2
+sign \x5AA9 125-136-2
+sign \x7D57 125-136-2
+sign \x745A 125-136-2
+sign \x695C 125-136-2
+sign \x7173 125-136-2
+sign \x851B 125-136-2
+sign \x9E55 125-136-2
+sign \x561D 125-136-2
+sign \x69F2 125-136-2
+sign \x8774 125-136-2
+sign \x7BB6 125-136-2
+sign \x885A 125-136-2
+sign \x9B71 125-136-23
+sign \x7CCA 125-136-2
+sign \x879C 125-136-2
+sign \x7E20 125-136-2
+sign \x9190 125-136-2
+sign \x9D29 145-15-2
+sign \x9836 125-136-2
+sign \x89F3 125-136-2
+sign \x9378 125-136-2
+sign \x992C 125-136-2
+sign \x9D60 125-136-2
+sign \x9B0D 125-136-2
+sign \x702B 125-136-2
+sign \x9D98 125-136-2
+sign \x9DA6 125-136-2
+sign \x9C17 125-136-2
+sign \x9DAE 125-26-23
+sign \x864D 125-136-3
+sign \x4E55 125-136-3
+sign \x6C7B 125-136-3
+sign \x864E 125-136-3
+sign \x6D52 125-136-3
+sign \x4FFF 125-136-3
+sign \x8400 125-136-3
+sign \x552C 125-136-3
+sign \x8A31 125-346-3
+sign \x7425 125-136-3
+sign \x865D 125-136-3
+sign \x7B8E 12345-2
+sign \x6EF8 125-136-3
+sign \x933F 125-136-3
+sign \x9BF1 125-136-3
+sign \x6238 125-136-23
+sign \x4E92 125-136-23
+sign \x6236 125-136-23
+sign \x6237 125-136-23
+sign \x5F16 125-136-23
+sign \x51B4 125-136-23
+sign \x51B1 125-136-23
+sign \x62A4 125-136-23
+sign \x6C8D 125-136-23
+sign \x6CAA 125-136-23
+sign \x5E0D 125-136-23
+sign \x6791 125-136-23
+sign \x6608 125-136-23
+sign \x5CB5 125-136-23
+sign \x6019 125-136-23
+sign \x623D 125-136-23
+sign \x795C 125-136-23
+sign \x7B0F 125-136-23
+sign \x7C90 125-136-23
+sign \x74E0 125-136-23
+sign \x6248 125-136-23
+sign \x5A5F 125-136-23
+sign \x7D94 125-136-23
+sign \x9120 125-136-23
+sign \x6462 125-136-23
+sign \x8530 125-136-23
+sign \x6EEC 125-136-23
+sign \x5AEE 125-136-23
+sign \x5AED 125-136-23
+sign \x69F4 125-136-23
+sign \x71A9 125-136-23
+sign \x9CF8 125-136-23
+sign \x64ED 125-135-23
+sign \x6FE9 125-135-23
+sign \x7C04 125-136-23
+sign \x9359 125-136-23
+sign \x569B 125-136-23
+sign \x9E71 125-136-23
+sign \x8B77 125-136-23
+sign \x9CE0 125-136-23
+sign \x97C4 125-135-23
+sign \x9800 125-136-23
+sign \x9E0C 125-136-23
+sign \x9C6F 125-136-23
+sign \x82B1 125-123456-1
+sign \x82B2 125-123456-1
+sign \x7809 125-123456-1
+sign \x57D6 125-123456-1
+sign \x5A72 125-123456-1
+sign \x691B 125-123456-1
+sign \x7874 125-123456-1
+sign \x7CC0 125-123456-1
+sign \x8AAE 125-123456-1
+sign \x8550 125-123456-2
+sign \x9335 125-123456-1
+sign \x8624 125-123456-1
+sign \x5212 125-123456-2
+sign \x534E 125-123456-2
+sign \x54D7 125-123456-2
+sign \x59E1 125-123456-2
+sign \x9A85 125-123456-2
+sign \x83EF 125-123456-2
+sign \x94E7 125-123456-2
+sign \x733E 125-123456-2
+sign \x6ED1 125-123456-2
+sign \x64B6 125-123456-2
+sign \x5629 125-123456-2
+sign \x78C6 125-123456-2
+sign \x8796 125-123456-2
+sign \x92D8 125-123456-2
+sign \x93F5 125-123456-2
+sign \x9A4A 125-123456-2
+sign \x9DE8 125-123456-2
+sign \x5316 125-123456-23
+sign \x593B 125-123456-23
+sign \x6779 125-123456-23
+sign \x753B 125-123456-23
+sign \x8BDD 125-123456-23
+sign \x6866 125-123456-23
+sign \x5D0B 125-123456-23
+sign \x5A73 125-123456-23
+sign \x756B 125-123456-23
+sign \x89DF 125-123456-23
+sign \x8A71 125-123456-23
+sign \x7575 125-123456-23
+sign \x5B05 125-123456-23
+sign \x6466 125-123456-23
+sign \x6A3A 125-123456-23
+sign \x5283 125-123456-23
+sign \x69EC 125-123456-23
+sign \x8AE3 1245-123456-1
+sign \x8AD9 125-123456-23
+sign \x6F85 125-123456-23
+sign \x5AFF 125-123456-23
+sign \x9ECA 125-123456-23
+sign \x8219 125-123456-23
+sign \x7E63 125-123456-23
+sign \x8633 125-2456-1
+sign \x6000 125-13456-2
+sign \x4F6A 125-13456-2
+sign \x5F8A 125-13456-2
+sign \x6DEE 125-13456-2
+sign \x69D0 125-13456-2
+sign \x8E1D 125-13456-2
+sign \x8922 125-13456-2
+sign \x8931 125-13456-2
+sign \x61D0 125-13456-2
+sign \x7024 125-13456-2
+sign \x61F7 125-13456-2
+sign \x6AF0 125-13456-2
+sign \x8032 125-13456-2
+sign \x8639 125-13456-2
+sign \x574F 125-13456-23
+sign \x54B6 125-13456-23
+sign \x58CA 125-13456-23
+sign \x58DE 125-13456-23
+sign \x863E 125-13456-23
+sign \x6B22 125-12456-1
+sign \x6B25 346-23
+sign \x6B53 125-12456-1
+sign \x9D05 125-12456-1
+sign \x61C1 125-12456-1
+sign \x9D4D 125-12456-1
+sign \x9144 125-12456-1
+sign \x56BE 125-12456-1
+sign \x737E 125-12456-1
+sign \x61FD 125-12456-1
+sign \x6B61 125-12456-1
+sign \x8C9B 125-12456-1
+sign \x8B99 125-12456-1
+sign \x9A69 125-12456-1
+sign \x73AF 125-12456-2
+sign \x8341 125-12456-2
+sign \x5CD8 125-12456-2
+sign \x72DF 125-12456-2
+sign \x6D39 125-12456-2
+sign \x6853 125-12456-2
+sign \x8408 125-12456-2
+sign \x8411 125-12456-2
+sign \x96C8 125-12456-2
+sign \x5BCF 125-12456-2
+sign \x7D59 1245-3456-1
+sign \x8C86 125-12456-2
+sign \x7FA6 125-12456-2
+sign \x7D84 125-12456-2
+sign \x953E 125-12456-2
+sign \x778F 13-1456-2
+sign \x571C 125-12456-2
+sign \x961B 125-12456-2
+sign \x6FB4 125-12456-2
+sign \x5BF0 125-12456-2
+sign \x7F33 125-12456-2
+sign \x74B0 125-12456-2
+sign \x8C72 125-12456-2
+sign \x9370 125-12456-2
+sign \x9E6E 125-12456-2
+sign \x956E 125-12456-2
+sign \x7CEB 125-12456-2
+sign \x7E6F 125-12456-2
+sign \x8F58 125-12456-23
+sign \x95E4 125-12456-2
+sign \x9B1F 125-12456-2
+sign \x74DB 125-12456-2
+sign \x7746 125-12456-3
+sign \x7F13 125-12456-3
+sign \x8F10 12456-23
+sign \x7DE9 125-12456-3
+sign \x650C 125-12456-23
+sign \x5E7B 125-12456-23
+sign \x8092 125-12456-23
+sign \x5942 125-12456-23
+sign \x5950 125-12456-23
+sign \x5BA6 125-12456-23
+sign \x6362 125-12456-23
+sign \x5524 125-12456-23
+sign \x5702 125-12456-23
+sign \x70C9 125-12456-23
+sign \x6DA3 125-12456-23
+sign \x6D63 125-12456-23
+sign \x6899 125-12456-23
+sign \x60A3 125-12456-23
+sign \x7115 125-12456-23
+sign \x902D 125-12456-23
+sign \x63DB 125-12456-23
+sign \x559A 125-12456-23
+sign \x5D48 125-12456-23
+sign \x75EA 125-12456-23
+sign \x6E19 125-12456-23
+sign \x610C 125-12456-23
+sign \x744D 125-12456-23
+sign \x8C62 125-12456-23
+sign \x7165 125-12456-23
+sign \x7613 125-12456-23
+sign \x6F36 125-12456-23
+sign \x69F5 125-12456-23
+sign \x9CA9 125-12456-23
+sign \x64D0 125-12456-23
+sign \x85E7 125-12456-23
+sign \x9BC7 125-12456-23
+sign \x9C00 125-12456-23
+sign \x9BF6 125-12456-23
+sign \x5DDF 125-2356-1
+sign \x8093 125-2356-1
+sign \x8352 125-2356-1
+sign \x8841 125-2356-1
+sign \x5843 125-2356-1
+sign \x614C 125-2356-1
+sign \x7687 125-2356-2
+sign \x9EC4 125-2356-2
+sign \x505F 125-2356-2
+sign \x51F0 125-2356-2
+sign \x968D 125-2356-2
+sign \x582D 125-2356-2
+sign \x63D8 1456-2
+sign \x9EC3 125-2356-2
+sign \x845F 125-2356-2
+sign \x55A4 125-2356-2
+sign \x5D32 125-2356-2
+sign \x9051 125-2356-2
+sign \x5FA8 125-2356-2
+sign \x6E5F 125-2356-2
+sign \x60F6 125-2356-2
+sign \x5A93 125-2356-2
+sign \x745D 125-2356-2
+sign \x697B 125-2356-2
+sign \x714C 125-2356-2
+sign \x58B4 125-2356-2
+sign \x953D 125-2356-2
+sign \x735A 125-2356-2
+sign \x6F62 125-2356-2
+sign \x749C 125-2356-2
+sign \x8757 125-2356-2
+sign \x7BC1 125-2356-2
+sign \x824E 125-2356-2
+sign \x71BF 125-2356-2
+sign \x78FA 125-2356-2
+sign \x7A54 125-2356-2
+sign \x8AFB 125-2356-2
+sign \x7640 125-2356-2
+sign \x87E5 125-2356-2
+sign \x7C27 125-2356-2
+sign \x9360 125-2356-2
+sign \x992D 125-2356-2
+sign \x9CC7 125-2356-2
+sign \x8DAA 125-2356-2
+sign \x97F9 125-2356-2
+sign \x9A1C 125-2356-2
+sign \x9404 125-2356-2
+sign \x9C09 125-2356-2
+sign \x9DEC 125-2356-2
+sign \x9C51 125-2356-2
+sign \x6033 125-2356-3
+sign \x70BE 125-2356-3
+sign \x604D 125-2356-3
+sign \x6643 125-2356-23
+sign \x6644 125-2356-3
+sign \x5BBA 125-2356-3
+sign \x595B 125-2356-3
+sign \x8C0E 125-2356-3
+sign \x5E4C 125-2356-3
+sign \x8A64 125-2356-3
+sign \x7180 125-2356-3
+sign \x8B0A 125-2356-3
+sign \x7E28 125-2356-3
+sign \x6ACE 1245-2356-23
+sign \x5164 125-2356-3
+sign \x6EC9 125-2356-23
+sign \x6130 125-2356-3
+sign \x69A5 125-2356-23
+sign \x66C2 125-2356-23
+sign \x769D 125-2356-23
+sign \x93A4 125-2356-23
+sign \x76A9 125-2356-23
+sign \x7070 125-2456-1
+sign \x7073 125-2456-1
+sign \x8BD9 125-2456-1
+sign \x62FB 125-2456-1
+sign \x6325 125-2456-1
+sign \x867A 125-2456-3
+sign \x54B4 125-2456-1
+sign \x6D03 125-2456-1
+sign \x6062 125-2456-1
+sign \x8886 125-2456-1
+sign \x73F2 125-2456-1
+sign \x8C57 125-2456-1
+sign \x6656 125-2456-1
+sign \x70E3 125-2456-1
+sign \x5A4E 125-2456-1
+sign \x63EE 125-2456-1
+sign \x8F89 125-2456-1
+sign \x9693 125-2456-1
+sign \x5A88 125-2456-1
+sign \x7FDA 125-2456-1
+sign \x694E 125-2456-1
+sign \x6689 125-2456-1
+sign \x8A7C 125-2456-1
+sign \x7147 125-2456-1
+sign \x7988 125-2456-1
+sign \x7773 125-2456-1
+sign \x5E51 125-2456-1
+sign \x8F1D 125-2456-1
+sign \x5645 125-2456-1
+sign \x5655 125-2456-1
+sign \x9EBE 125-2456-1
+sign \x7FEC 125-2456-1
+sign \x5FBD 125-2456-1
+sign \x96B3 125-2456-1
+sign \x7008 125-2456-1
+sign \x9C34 125-2456-1
+sign \x56D8 125-2456-2
+sign \x56DE 125-2456-2
+sign \x56EC 125-2456-2
+sign \x5EFB 125-2456-2
+sign \x8334 125-2456-2
+sign \x5EFD 125-2456-2
+sign \x8FF4 125-2456-2
+sign \x6D04 125-2456-2
+sign \x605B 125-2456-2
+sign \x9025 125-2456-2
+sign \x7858 13-16-2
+sign \x75D0 125-2456-2
+sign \x86D5 125-2456-2
+sign \x86D4 125-2456-2
+sign \x8716 125-2456-2
+sign \x9BB0 125-2456-2
+sign \x70E0 125-2456-2
+sign \x6094 125-2456-3
+sign \x6BC0 125-2456-3
+sign \x6BC1 125-2456-3
+sign \x6BC7 125-2456-3
+sign \x6A93 125-2456-3
+sign \x71EC 125-2456-3
+sign \x8B6D 125-2456-3
+sign \x5349 125-2456-23
+sign \x5C76 125-2456-23
+sign \x5C77 125-2456-23
+sign \x6C47 125-2456-23
+sign \x4F1A 125-2456-23
+sign \x8BB3 125-2456-23
+sign \x6CCB 125-2456-3
+sign \x835F 125-2456-23
+sign \x54D5 23456-3
+sign \x6D4D 125-2456-23
+sign \x8BF2 125-2456-23
+sign \x8294 125-2456-23
+sign \x7ED8 125-2456-23
+sign \x605A 125-2456-23
+sign \x6075 125-2456-23
+sign \x8D3F 125-2456-23
+sign \x70E9 125-2456-23
+sign \x5F57 125-2456-23
+sign \x6666 125-2456-23
+sign \x79FD 125-2456-23
+sign \x60E0 125-2456-23
+sign \x5599 125-2456-23
+sign \x7FD9 125-2456-23
+sign \x9613 125-2456-23
+sign \x6E4F 125-2456-23
+sign \x7F0B 125-2456-23
+sign \x7D75 125-2456-23
+sign \x532F 125-2456-23
+sign \x8CC4 125-2456-23
+sign \x9892 125-2456-23
+sign \x6703 125-2456-23
+sign \x8A6F 125-2456-23
+sign \x6ED9 125-2456-23
+sign \x5F5A 125-2456-23
+sign \x5F59 125-2456-23
+sign \x8527 125-2456-23
+sign \x5612 125-2456-23
+sign \x50E1 125-2456-23
+sign \x8AA8 125-2456-23
+sign \x7623 125-2456-23
+sign \x6167 125-2456-23
+sign \x8559 125-2456-23
+sign \x69E5 125-2456-23
+sign \x66B3 125-2456-23
+sign \x571A 125-2456-23
+sign \x6F53 125-2456-23
+sign \x6193 125-2456-23
+sign \x5BED 125-2456-23
+sign \x74A4 125-2456-23
+sign \x8589 125-2456-23
+sign \x8588 125-2456-23
+sign \x6A5E 125-2456-23
+sign \x6BA8 13-2456-23
+sign \x5666 23456-3
+sign \x5FBB 125-2456-23
+sign \x7369 125-2456-23
+sign \x8AF1 125-2456-23
+sign \x6FAE 125-2456-23
+sign \x5B12 125-2346-23
+sign \x74AF 125-2456-23
+sign \x85F1 125-2456-2
+sign \x6A85 125-2456-23
+sign \x6A9C 1245-2456-23
+sign \x7BF2 125-2456-23
+sign \x992F 125-2456-23
+sign \x71F4 125-2456-23
+sign \x5696 125-2456-23
+sign \x77BA 125-2456-23
+sign \x87EA 125-2456-23
+sign \x7A62 125-2456-23
+sign \x7E62 125-2456-23
+sign \x6AD8 125-2456-23
+sign \x7FFD 125-2456-23
+sign \x8B53 125-2456-23
+sign \x7E6A 125-2456-23
+sign \x95E0 125-2456-23
+sign \x5136 125-2456-23
+sign \x93F8 125-2456-23
+sign \x8B6E 125-123456-23
+sign \x9767 125-2456-23
+sign \x942C 125-2456-23
+sign \x97E2 125-2456-23
+sign \x5B48 125-15-2
+sign \x986A 125-2456-23
+sign \x8B7F 125-2456-23
+sign \x660F 125-25-1
+sign \x8364 125-25-1
+sign \x662C 125-25-1
+sign \x960D 125-25-1
+sign \x6DBD 125-25-1
+sign \x60DB 125-25-1
+sign \x5A5A 125-25-1
+sign \x8477 125-25-1
+sign \x68D4 125-25-1
+sign \x6B99 125-25-1
+sign \x60FD 125-25-1
+sign \x7767 125-25-1
+sign \x776F 125-25-1
+sign \x95BD 125-25-1
+sign \x5FF6 125-25-2
+sign \x6D51 125-25-2
+sign \x9984 125-25-2
+sign \x6DF7 125-25-23
+sign \x581A 125-12456-2
+sign \x6E3E 125-25-2
+sign \x743F 125-2456-1
+sign \x9B42 125-25-2
+sign \x991B 125-25-2
+sign \x7E49 125-25-2
+sign \x9F32 125-25-2
+sign \x8BE8 125-25-23
+sign \x4FD2 125-25-23
+sign \x5031 125-25-23
+sign \x638D 125-25-23
+sign \x711D 125-25-23
+sign \x6EB7 125-25-23
+sign \x6141 125-25-23
+sign \x89E8 125-25-23
+sign \x8AE2 125-25-23
+sign \x5419 125-135-1
+sign \x5268 125-135-23
+sign \x8020 125-135-1
+sign \x952A 125-135-1
+sign \x5290 125-135-1
+sign \x9343 125-135-1
+sign \x8C41 125-135-1
+sign \x9A1E 125-135-1
+sign \x4F78 125-135-2
+sign \x6D3B 125-135-2
+sign \x79EE 125-135-2
+sign \x79F3 125-135-2
+sign \x8D8F 1245-123456-1
+sign \x706B 125-135-3
+sign \x706C 125-135-3
+sign \x4F19 125-135-3
+sign \x90A9 125-135-3
+sign \x94AC 125-135-3
+sign \x9225 125-135-3
+sign \x6F37 13-135-23
+sign \x5925 125-135-3
+sign \x6C8E 125-135-23
+sign \x6216 125-135-23
+sign \x8D27 125-135-23
+sign \x549F 125-135-23
+sign \x6347 125-135-23
+sign \x83B7 125-135-23
+sign \x7713 125-135-23
+sign \x9584 125-135-23
+sign \x4FF0 125-135-23
+sign \x639D 125-135-23
+sign \x8CA8 125-135-23
+sign \x7978 125-135-23
+sign \x60D1 125-135-23
+sign \x65E4 125-135-23
+sign \x6E71 125-135-23
+sign \x798D 125-135-23
+sign \x55C0 125-136-23
+sign \x84A6 135-23
+sign \x8195 1245-135-2
+sign \x596F 125-135-23
+sign \x970D 125-135-23
+sign \x5684 125-135-23
+sign \x7372 125-135-23
+sign \x6AB4 125-135-23
+sign \x96D8 125-135-23
+sign \x8B0B 125-135-23
+sign \x77C6 125-135-23
+sign \x956C 125-135-23
+sign \x7A6B 125-135-23
+sign \x802F 125-135-23
+sign \x6509 125-135-1
+sign \x85FF 125-135-23
+sign \x56AF 125-135-23
+sign \x8816 125-135-23
+sign \x8267 125-135-23
+sign \x7016 125-135-23
+sign \x66E4 125-135-23
+sign \x56BF 125-135-23
+sign \x81DB 125-135-23
+sign \x77D0 125-135-23
+sign \x944A 125-135-23
+sign \x7668 125-135-23
+sign \x9743 125-135-23
+sign \x4E0C 1245-24-1
+sign \x8BA5 1245-24-1
+sign \x51FB 1245-24-1
+sign \x53FD 1245-24-1
+sign \x5209 1245-24-1
+sign \x9965 1245-24-1
+sign \x7391 1245-24-1
+sign \x573E 1245-24-1
+sign \x82A8 1245-24-1
+sign \x673A 1245-24-1
+sign \x4E69 1245-24-1
+sign \x520F 1245-24-1
+sign \x808C 1245-24-1
+sign \x77F6 1245-24-1
+sign \x9E21 1245-24-1
+sign \x6785 1245-24-1
+sign \x54AD 1245-24-1
+sign \x525E 1245-24-1
+sign \x5527 1245-24-1
+sign \x79EF 1245-24-1
+sign \x7B04 1245-24-1
+sign \x98E2 1245-24-1
+sign \x5C50 1245-24-1
+sign \x59EC 1245-24-1
+sign \x57FA 1245-24-1
+sign \x8D4D 1245-24-1
+sign \x6532 1245-24-1
+sign \x6567 13-24-1
+sign \x559E 1245-24-1
+sign \x7284 1245-24-1
+sign \x5D46 1245-24-1
+sign \x5D47 1245-24-1
+sign \x7B53 1245-24-1
+sign \x7F09 1245-24-1
+sign \x7578 1245-24-1
+sign \x8DFB 1245-24-1
+sign \x55D8 1245-24-1
+sign \x7A18 1245-24-1
+sign \x9CEE 1245-24-1
+sign \x6BC4 1245-24-1
+sign \x7B95 1245-24-1
+sign \x50DF 1245-24-1
+sign \x9288 1245-24-1
+sign \x6A2D 1245-24-1
+sign \x8CEB 1245-24-1
+sign \x69E3 1245-24-1
+sign \x6483 1245-24-1
+sign \x8E26 13-24-1
+sign \x5630 1245-24-1
+sign \x7A3D 1245-24-1
+sign \x8EB8 1245-24-1
+sign \x89ED 1245-24-1
+sign \x9F51 1245-24-1
+sign \x7DDD 1245-24-1
+sign \x757F 1245-24-1
+sign \x74A3 1245-24-1
+sign \x6A5F 1245-24-1
+sign \x58BC 1245-24-1
+sign \x7A4D 1245-24-1
+sign \x9324 1245-24-1
+sign \x6FC0 1245-24-1
+sign \x61BF 1245-345-3
+sign \x79A8 1245-24-1
+sign \x96AE 1245-24-1
+sign \x913F 13-24-2
+sign \x8CF7 1245-24-1
+sign \x64CA 1245-24-1
+sign \x78EF 1245-24-1
+sign \x7F81 1245-24-1
+sign \x7C0A 1245-24-1
+sign \x802D 1245-24-1
+sign \x6AC5 1245-24-1
+sign \x96DE 1245-24-1
+sign \x9D8F 1245-24-1
+sign \x8B4F 1245-24-1
+sign \x97F2 1245-24-1
+sign \x9416 1245-24-1
+sign \x9951 1245-24-1
+sign \x8B64 1245-24-1
+sign \x97BF 1245-24-1
+sign \x8E8B 1245-24-1
+sign \x9DC4 1245-24-1
+sign \x766A 1245-24-1
+sign \x9F4E 1245-24-1
+sign \x8640 1245-24-1
+sign \x7F87 1245-24-1
+sign \x9447 1245-24-1
+sign \x8989 1245-24-1
+sign \x9459 1245-24-1
+sign \x9F4F 1245-24-1
+sign \x7F88 1245-24-1
+sign \x9E04 1245-24-1
+sign \x898A 1245-24-1
+sign \x4EBC 1245-24-2
+sign \x4EBD 1245-24-2
+sign \x53CA 1245-24-2
+sign \x4F0B 1245-24-2
+sign \x5409 1245-24-2
+sign \x5C8C 1245-24-2
+sign \x5F76 1245-24-2
+sign \x6C72 1245-24-2
+sign \x5FE3 1245-24-2
+sign \x7EA7 1245-24-2
+sign \x6781 1245-24-2
+sign \x5373 1245-24-2
+sign \x90C6 1245-24-2
+sign \x4F76 1245-24-2
+sign \x4E9F 1245-24-2
+sign \x53DD 1245-24-2
+sign \x7B08 1245-24-2
+sign \x768D 1245-24-2
+sign \x537D 1245-24-2
+sign \x6025 1245-24-2
+sign \x59DE 1245-24-2
+sign \x7D1A 1245-24-2
+sign \x63E4 1245-24-2
+sign \x89D9 1245-24-2
+sign \x75BE 1245-24-2
+sign \x5359 1245-24-2
+sign \x6956 1245-24-2
+sign \x506E 1245-24-2
+sign \x8C3B 1245-24-2
+sign \x8128 14-136-23
+sign \x5EB4 1245-24-1
+sign \x710F 1245-24-2
+sign \x6975 1245-24-2
+sign \x68D8 1245-24-2
+sign \x6B9B 1245-24-2
+sign \x6222 1245-24-2
+sign \x96C6 1245-24-2
+sign \x6E52 1245-24-2
+sign \x8D8C 1245-24-2
+sign \x5849 1245-24-2
+sign \x84BA 1245-24-2
+sign \x696B 1245-24-2
+sign \x8F91 1245-24-2
+sign \x874D 1245-24-2
+sign \x5D74 1245-24-2
+sign \x6131 1245-24-2
+sign \x5AC9 1245-24-2
+sign \x8024 1245-24-2
+sign \x69C9 1245-24-2
+sign \x92A1 1245-24-2
+sign \x818C 1245-24-2
+sign \x978A 1245-24-2
+sign \x8540 1245-24-2
+sign \x857A 1245-24-2
+sign \x8E16 1245-24-2
+sign \x5DAF 1245-24-2
+sign \x7BBF 1245-24-2
+sign \x7620 1245-24-2
+sign \x9E61 1245-24-2
+sign \x6FC8 1245-24-2
+sign \x6F57 1245-24-2
+sign \x6A76 1245-24-2
+sign \x6A9D 1245-24-2
+sign \x8F2F 1245-24-2
+sign \x878F 1245-24-2
+sign \x85C9 1245-24-2
+sign \x8E50 1245-24-2
+sign \x7C0E 14-26-23
+sign \x9353 1245-24-2
+sign \x894B 1245-24-2
+sign \x8265 1245-24-2
+sign \x8F5A 1245-24-2
+sign \x9735 1245-24-2
+sign \x7C4D 1245-24-2
+sign \x93F6 1245-24-2
+sign \x9DBA 1245-24-2
+sign \x89BF 145-24-2
+sign \x9DD1 1245-24-23
+sign \x8EA4 1245-24-2
+sign \x96E6 1245-24-2
+sign \x96E7 1245-24-2
+sign \x51E0 1245-24-3
+sign \x5DF1 1245-24-3
+sign \x4E2E 1245-24-3
+sign \x72B1 1245-24-3
+sign \x5980 1245-24-3
+sign \x6CF2 1245-24-3
+sign \x866E 1245-24-3
+sign \x6324 1245-24-3
+sign \x810A 1245-24-3
+sign \x638E 1245-24-3
+sign \x9C7E 1245-24-3
+sign \x621F 1245-24-3
+sign \x5E7E 1245-24-3
+sign \x9E82 1245-24-3
+sign \x9B62 1245-24-3
+sign \x64A0 1245-24-3
+sign \x98B3 1245-123456-1
+sign \x64E0 1245-24-3
+sign \x7A56 1245-24-3
+sign \x87E3 1245-24-3
+sign \x5F50 125-23456-3
+sign \x5F51 1245-24-23
+sign \x65E1 1245-24-23
+sign \x8BA1 1245-24-23
+sign \x8BB0 1245-24-23
+sign \x4F0E 1245-24-23
+sign \x7EAA 1245-24-23
+sign \x5756 1245-24-23
+sign \x6280 1245-24-23
+sign \x82B0 1245-24-23
+sign \x5FCC 1245-24-23
+sign \x9645 1245-24-23
+sign \x5993 1245-24-23
+sign \x5B63 1245-24-23
+sign \x5242 1245-24-23
+sign \x578D 1245-24-23
+sign \x830D 1245-24-23
+sign \x54DC 1245-24-23
+sign \x5CDC 124-35-3
+sign \x8A08 1245-24-23
+sign \x8FF9 1245-24-23
+sign \x6D0E 1245-24-23
+sign \x6D4E 1245-24-23
+sign \x65E2 1245-24-23
+sign \x7D00 1245-24-23
+sign \x755F 1245-24-23
+sign \x89CA 1245-24-23
+sign \x8A18 1245-24-23
+sign \x5264 1245-24-23
+sign \x7EE7 1245-24-23
+sign \x7D12 1245-24-23
+sign \x8415 13-24-2
+sign \x689E 1245-24-23
+sign \x785B 1245-24-23
+sign \x5048 1245-24-23
+sign \x65E3 1245-24-23
+sign \x5F9B 1245-24-23
+sign \x796D 1245-24-23
+sign \x6E08 1245-24-3
+sign \x60B8 1245-24-23
+sign \x5BC4 1245-24-23
+sign \x5BC2 1245-24-23
+sign \x7EE9 1245-24-23
+sign \x60CE 1245-24-23
+sign \x846A 1245-24-23
+sign \x8507 1245-24-23
+sign \x81EE 1245-24-23
+sign \x5848 125-24-23
+sign \x52E3 1245-24-23
+sign \x88DA 1245-24-23
+sign \x84DF 1245-24-23
+sign \x8DE1 1245-24-23
+sign \x75F5 1245-24-23
+sign \x517E 1245-24-23
+sign \x969B 1245-24-23
+sign \x7D99 1245-24-23
+sign \x9701 1245-24-23
+sign \x8DFD 1245-24-23
+sign \x7A29 1245-24-23
+sign \x7A4A 1245-24-23
+sign \x588D 1245-24-23
+sign \x9C9A 1245-24-23
+sign \x8A8B 1245-24-23
+sign \x6F08 1245-24-23
+sign \x6F03 1245-24-23
+sign \x799D 1245-24-23
+sign \x66A8 1245-24-23
+sign \x8AC5 1245-24-1
+sign \x66A9 1245-24-23
+sign \x7A37 1245-24-23
+sign \x9CAB 1245-24-23
+sign \x9AFB 1245-24-23
+sign \x858A 1245-24-23
+sign \x5180 1245-24-23
+sign \x7A44 1245-24-23
+sign \x5291 1245-24-23
+sign \x8940 1245-24-23
+sign \x7E18 125-24-23
+sign \x6A95 1245-24-23
+sign \x9B86 1245-24-23
+sign \x89AC 1245-24-23
+sign \x7F7D 1245-24-23
+sign \x6FDF 1245-24-23
+sign \x7E3E 1245-24-23
+sign \x74BE 1245-24-23
+sign \x6AB5 1245-24-23
+sign \x8E5F 1245-24-23
+sign \x9BFD 1245-24-23
+sign \x9F4C 1245-24-23
+sign \x9D4B 1245-24-23
+sign \x860E 1245-24-23
+sign \x7E6B 1245-24-23
+sign \x7A67 1245-24-23
+sign \x9BDA 1245-24-23
+sign \x5EED 1245-24-23
+sign \x7660 1245-24-23
+sign \x7CED 1356-256-23
+sign \x61FB 1245-24-23
+sign \x9AA5 1245-24-23
+sign \x862E 1245-24-23
+sign \x7031 1245-24-23
+sign \x9C40 1245-24-23
+sign \x7E7C 1245-24-23
+sign \x863B 1245-24-23
+sign \x973D 1245-24-23
+sign \x9C3F 1245-24-23
+sign \x9C36 1245-24-23
+sign \x9C6D 1245-24-23
+sign \x9A65 1245-24-23
+sign \x52A0 1245-1246-1
+sign \x62B8 1245-1246-1
+sign \x5B8A 2345-136-1
+sign \x62C1 1245-1246-1
+sign \x4F73 1245-1246-1
+sign \x6CC7 1245-1246-1
+sign \x8FE6 1245-1246-1
+sign \x73C8 1245-1246-1
+sign \x631F 1245-15-2
+sign \x67B7 1245-1246-1
+sign \x6D43 1245-1246-1
+sign \x6BE0 1245-1246-1
+sign \x57C9 1245-1246-1
+sign \x75C2 1245-1246-1
+sign \x6D79 1245-1246-1
+sign \x5BB6 1245-1246-1
+sign \x801E 1245-1246-1
+sign \x689C 1245-1246-1
+sign \x7B33 1245-1246-1
+sign \x8888 1245-1246-1
+sign \x846D 1245-1246-1
+sign \x8DCF 1245-1246-1
+sign \x50A2 1245-1246-1
+sign \x7333 1245-1246-1
+sign \x88CC 1245-1246-2
+sign \x728C 1245-1246-1
+sign \x7B74 14-26-23
+sign \x926B 1245-1246-1
+sign \x8175 1245-1246-1
+sign \x5609 1245-1246-1
+sign \x9553 1245-1246-1
+sign \x8C6D 1245-1246-1
+sign \x8C91 1245-1246-1
+sign \x7CD8 1245-1246-1
+sign \x9D10 1245-1246-1
+sign \x93B5 1245-1246-1
+sign \x9E9A 1245-1246-1
+sign \x5939 1245-1246-1
+sign \x573F 1245-1246-2
+sign \x6274 1245-1246-2
+sign \x593E 1245-1246-1
+sign \x90CF 1245-1246-2
+sign \x835A 1245-1246-2
+sign \x90DF 1245-1246-2
+sign \x605D 1245-1246-2
+sign \x83A2 1245-1246-2
+sign \x550A 1245-1246-2
+sign \x621B 1245-1246-2
+sign \x94D7 1245-1246-2
+sign \x8125 1245-1246-2
+sign \x88B7 1245-1246-2
+sign \x621E 1245-1246-2
+sign \x988A 1245-1246-2
+sign \x86F1 1245-1246-2
+sign \x8DF2 1245-1246-2
+sign \x86FA 1245-1246-2
+sign \x9904 125-26-2
+sign \x982C 1245-1246-2
+sign \x92CF 1245-1246-2
+sign \x9830 1245-1246-2
+sign \x9D36 1245-1246-2
+sign \x9D4A 1245-1246-2
+sign \x7532 1245-1246-3
+sign \x5CAC 1245-1246-3
+sign \x73BE 1245-1246-3
+sign \x80DB 1245-1246-3
+sign \x53DA 1245-1246-3
+sign \x8D3E 1245-1246-3
+sign \x94BE 1245-1246-3
+sign \x659A 1245-1246-3
+sign \x5047 1245-1246-3
+sign \x659D 1245-1246-3
+sign \x5FA6 1245-1246-3
+sign \x5A7D 1245-1246-3
+sign \x6935 1245-1246-3
+sign \x8CC8 1245-1246-3
+sign \x9240 1245-1246-3
+sign \x69DA 1245-1246-3
+sign \x698E 1245-1246-3
+sign \x7615 1245-1246-3
+sign \x6A9F 1245-1246-3
+sign \x4EF7 1245-1246-23
+sign \x9A7E 1245-1246-23
+sign \x67B6 1245-1246-23
+sign \x5E4F 1245-1246-23
+sign \x5AC1 1245-1246-23
+sign \x69A2 1245-1246-23
+sign \x7A3C 1245-1246-23
+sign \x50F9 1245-1246-23
+sign \x99D5 1245-1246-23
+sign \x99F1 123-135-23
+sign \x620B 1245-146-1
+sign \x5E75 1245-146-1
+sign \x5C16 1245-146-1
+sign \x5978 1245-146-1
+sign \x6B7C 1245-146-1
+sign \x575A 1245-146-1
+sign \x95F4 1245-146-1
+sign \x6214 1245-146-1
+sign \x51BF 1245-146-1
+sign \x80A9 1245-146-1
+sign \x8270 1245-146-1
+sign \x59E7 1245-146-1
+sign \x59E6 1245-146-1
+sign \x76D1 1245-146-1
+sign \x517C 1245-146-1
+sign \x83C5 1245-146-1
+sign \x83FA 1245-146-1
+sign \x5805 1245-146-1
+sign \x7B3A 1245-146-1
+sign \x730F 1245-146-1
+sign \x60E4 1245-146-1
+sign \x63C3 1245-146-1
+sign \x976C 13-146-2
+sign \x844F 1245-16-1
+sign \x844C 1245-146-1
+sign \x9593 1245-146-1
+sign \x728D 1245-146-1
+sign \x724B 1245-146-1
+sign \x5094 13-146-23
+sign \x6E54 1245-146-1
+sign \x7F04 1245-146-1
+sign \x744A 1245-146-1
+sign \x641B 1245-146-1
+sign \x84B9 1245-146-1
+sign \x6937 125-1236-2
+sign \x693E 1245-146-1
+sign \x788A 1245-146-1
+sign \x8C63 1245-146-1
+sign \x7777 1245-146-1
+sign \x714E 1245-146-1
+sign \x7F23 1245-146-1
+sign \x76E3 1245-146-1
+sign \x7B8B 1245-146-1
+sign \x8573 1245-146-1
+sign \x8551 1245-146-1
+sign \x6A2B 1245-146-1
+sign \x9CA3 1245-146-1
+sign \x9E63 1245-146-1
+sign \x719E 1245-146-1
+sign \x7DD8 1245-146-1
+sign \x7BEF 1245-146-1
+sign \x71B8 1245-146-1
+sign \x7E11 1245-146-1
+sign \x9E89 1245-146-1
+sign \x8271 1245-146-1
+sign \x99A2 1245-146-1
+sign \x9930 1245-146-1
+sign \x97AF 1245-146-1
+sign \x9CD2 1245-146-1
+sign \x7010 1245-146-1
+sign \x791B 1245-146-1
+sign \x6BB1 1245-146-1
+sign \x89B8 1245-146-23
+sign \x9D73 1245-146-1
+sign \x9C14 1245-146-1
+sign \x7038 1245-146-1
+sign \x6AFC 1245-146-1
+sign \x8B7C 1245-146-1
+sign \x6BB2 1245-146-1
+sign \x97C0 1245-146-1
+sign \x9C39 1245-146-1
+sign \x56CF 1245-146-1
+sign \x8643 1245-146-1
+sign \x97C9 1245-146-1
+sign \x946F 1245-146-1
+sign \x56DD 1245-146-3
+sign \x62E3 1245-146-3
+sign \x67A7 1245-146-3
+sign \x8327 1245-146-3
+sign \x67EC 1245-146-3
+sign \x4FED 1245-146-3
+sign \x6338 1245-146-3
+sign \x6361 1245-146-3
+sign \x7B15 1245-146-3
+sign \x5039 1245-146-3
+sign \x6898 1245-146-3
+sign \x68C0 1245-146-3
+sign \x8DBC 1245-146-3
+sign \x5E34 1245-146-3
+sign \x51CF 1245-146-3
+sign \x526A 1245-146-3
+sign \x6E55 1245-146-3
+sign \x63C0 1245-146-3
+sign \x583F 1245-146-3
+sign \x691C 1245-146-3
+sign \x7877 1245-146-3
+sign \x7751 1245-146-3
+sign \x8A43 1245-146-3
+sign \x6E1B 1245-146-3
+sign \x88E5 1245-146-3
+sign \x7450 1245-146-3
+sign \x6695 1245-146-2
+sign \x7B67 1245-146-3
+sign \x7B80 1245-146-3
+sign \x5F3F 1245-146-3
+sign \x9A9E 13-146-1
+sign \x8C2B 1245-146-3
+sign \x7D78 1245-146-3
+sign \x622C 1245-146-3
+sign \x78B1 1245-146-3
+sign \x6229 1245-146-3
+sign \x5F45 1245-146-3
+sign \x5109 1245-146-3
+sign \x7FE6 1245-146-3
+sign \x64BF 1245-146-3
+sign \x933D 12456-23
+sign \x8954 134-1236-3
+sign \x85C6 1245-146-3
+sign \x6AA2 1245-146-3
+sign \x9386 13-146-2
+sign \x8E47 1245-146-3
+sign \x8B07 1245-146-3
+sign \x8947 1245-146-3
+sign \x8949 1245-146-3
+sign \x7E6D 1245-146-3
+sign \x7906 1245-146-3
+sign \x77BC 1245-146-3
+sign \x7C21 1245-146-3
+sign \x8B2D 1245-146-3
+sign \x9B0B 1245-146-3
+sign \x9E78 1245-146-3
+sign \x9C0E 1245-146-3
+sign \x8812 1245-146-3
+sign \x9E79 125-146-2
+sign \x9417 1245-146-3
+sign \x703D 1245-146-3
+sign \x9A2B 13-146-1
+sign \x9E7B 1245-146-3
+sign \x7C5B 1245-146-1
+sign \x8B7E 1245-146-3
+sign \x897A 1245-146-3
+sign \x9E7C 1245-146-3
+sign \x89C1 1245-146-23
+sign \x4EF6 1245-146-23
+sign \x898B 1245-146-23
+sign \x996F 1245-146-23
+sign \x5EFA 1245-146-23
+sign \x8350 1245-146-23
+sign \x8D31 1245-146-23
+sign \x726E 1245-146-23
+sign \x5251 1245-146-23
+sign \x73D4 1245-146-23
+sign \x682B 1245-146-23
+sign \x4FF4 1245-146-23
+sign \x5065 1245-146-23
+sign \x8230 1245-146-23
+sign \x5263 1245-146-23
+sign \x6DA7 1245-146-23
+sign \x63F5 13-146-2
+sign \x5FA4 1245-146-23
+sign \x91FC 1245-146-23
+sign \x5271 1245-146-23
+sign \x6E10 1245-146-23
+sign \x8C0F 1245-146-23
+sign \x88B8 1245-146-23
+sign \x8465 13-146-2
+sign \x6957 1245-146-23
+sign \x81F6 1245-146-23
+sign \x8DF5 1245-146-23
+sign \x8DC8 1245-146-23
+sign \x950F 1245-146-3
+sign \x6BFD 1245-146-23
+sign \x8171 1245-146-23
+sign \x65D4 1245-146-23
+sign \x6E85 1245-146-23
+sign \x5BCB 1245-146-23
+sign \x9274 1245-146-23
+sign \x8CCE 1245-146-23
+sign \x952E 1245-146-23
+sign \x852A 1245-146-23
+sign \x6997 1245-146-23
+sign \x50ED 1245-146-23
+sign \x6F38 1245-146-23
+sign \x8D9D 1245-146-23
+sign \x58B9 1245-146-23
+sign \x8CE4 1245-146-23
+sign \x8E10 1245-146-23
+sign \x8E3A 1245-146-23
+sign \x7BAD 1245-146-23
+sign \x528D 1245-146-23
+sign \x528E 1245-146-23
+sign \x8AD3 1245-146-23
+sign \x7CCB 1245-146-23
+sign \x6F97 1245-146-23
+sign \x85A6 1245-146-23
+sign \x6A7A 125-146-23
+sign \x6A4C 125-146-23
+sign \x92FB 1245-146-23
+sign \x9375 1245-146-23
+sign \x5292 1245-146-23
+sign \x5294 1245-146-23
+sign \x991E 1245-146-23
+sign \x8AEB 1245-146-23
+sign \x97AC 1245-146-1
+sign \x9373 1245-146-23
+sign \x78F5 1245-146-23
+sign \x7900 1245-146-23
+sign \x77AF 125-146-2
+sign \x87B9 1245-146-23
+sign \x64F6 1245-146-23
+sign \x6FFA 1245-146-23
+sign \x7E5D 1245-146-23
+sign \x89B5 1245-146-23
+sign \x93E9 1245-146-23
+sign \x7033 1245-146-23
+sign \x8266 1245-146-23
+sign \x9427 1245-146-1
+sign \x807B 1345-24-3
+sign \x8F5E 1245-146-23
+sign \x9452 1245-146-23
+sign \x9451 1245-146-23
+sign \x946C 1245-146-23
+sign \x9473 1245-146-23
+sign \x6C5F 1245-1346-1
+sign \x8333 1245-1346-1
+sign \x5C06 1245-1346-1
+sign \x59DC 1245-1346-1
+sign \x8C47 1245-1346-1
+sign \x7555 1245-1346-1
+sign \x6D46 1245-1346-1
+sign \x5C07 1245-1346-1
+sign \x8441 1245-1346-1
+sign \x646A 1245-1346-1
+sign \x7FDE 1245-1346-1
+sign \x50F5 1245-1346-1
+sign \x8780 1245-1346-1
+sign \x6F3F 1245-1346-1
+sign \x58C3 1245-1346-1
+sign \x8591 1245-1346-1
+sign \x5F4A 13-1346-2
+sign \x7F30 1245-1346-1
+sign \x6A7F 1245-1346-1
+sign \x6BAD 1245-1346-1
+sign \x9CC9 1245-1346-1
+sign \x87BF 1245-1346-1
+sign \x7913 1245-1346-1
+sign \x7585 1245-1346-1
+sign \x7586 1245-1346-1
+sign \x7E6E 1245-1346-1
+sign \x97C1 1245-1346-1
+sign \x9C42 1245-1346-1
+sign \x8BB2 1245-1346-3
+sign \x5956 1245-1346-3
+sign \x6868 1245-1346-3
+sign \x848B 1245-1346-3
+sign \x5968 1245-1346-3
+sign \x8523 1245-1346-3
+sign \x596C 1245-1346-3
+sign \x69F3 1245-1346-3
+sign \x734E 1245-1346-3
+sign \x8029 1245-1346-3
+sign \x8199 1245-1346-3
+sign \x8B1B 1245-1346-3
+sign \x985C 1245-1346-3
+sign \x531E 1245-1346-23
+sign \x5320 1245-1346-23
+sign \x5905 1245-1346-23
+sign \x5F1C 1245-1346-23
+sign \x6762 1245-15-2
+sign \x964D 1245-1346-23
+sign \x6D1A 1245-1346-23
+sign \x7EDB 1245-1346-23
+sign \x88B6 1245-1346-23
+sign \x5F36 1245-1346-23
+sign \x7D73 1245-1346-23
+sign \x757A 1245-1346-1
+sign \x9171 1245-1346-23
+sign \x6EF0 1245-1346-23
+sign \x647E 1245-1346-23
+sign \x5D79 1245-1346-23
+sign \x729F 1245-1346-23
+sign \x91A4 1245-1346-23
+sign \x7CE1 1245-1346-23
+sign \x7CE8 1245-1346-23
+sign \x91AC 1245-1346-23
+sign \x6AE4 1245-1346-23
+sign \x8B3D 1245-1346-23
+sign \x827D 1245-345-1
+sign \x8281 1245-345-1
+sign \x4EA4 1245-345-1
+sign \x90CA 1245-345-1
+sign \x832E 1245-345-1
+sign \x832D 1245-345-1
+sign \x5CE7 1245-345-1
+sign \x6D47 1245-345-1
+sign \x5A07 1245-345-1
+sign \x59E3 1245-345-1
+sign \x9A84 1245-345-1
+sign \x80F6 1245-345-1
+sign \x654E 1245-345-23
+sign \x6912 1245-345-1
+sign \x86DF 1245-345-1
+sign \x7126 1245-345-1
+sign \x7133 1245-23456-2
+sign \x8DE4 1245-345-1
+sign \x5604 1245-345-1
+sign \x50EC 1245-345-1
+sign \x9C9B 1245-345-1
+sign \x8549 1245-345-1
+sign \x5D95 1245-345-1
+sign \x5DA3 1245-345-1
+sign \x9AB9 13-345-1
+sign \x81A0 1245-345-1
+sign \x6F86 1245-345-1
+sign \x61A2 125-345-1
+sign \x618D 1245-345-1
+sign \x5B0C 1245-345-1
+sign \x81B2 1245-345-1
+sign \x71CB 1245-345-1
+sign \x7901 1245-345-1
+sign \x7A5A 1245-345-1
+sign \x9E6A 1245-345-1
+sign \x9BAB 1245-345-1
+sign \x8F47 1245-345-1
+sign \x87ED 1245-345-1
+sign \x7C25 1245-345-1
+sign \x940E 1245-345-1
+sign \x9A55 1245-345-1
+sign \x9DEE 1245-345-1
+sign \x9DE6 1245-345-1
+sign \x6AF5 13-345-2
+sign \x56BC 1245-345-2
+sign \x7E9F 234-1
+sign \x7CF9 234-1
+sign \x81EB 1245-345-3
+sign \x89D2 1245-345-3
+sign \x4F7C 1245-345-3
+sign \x6322 1245-345-3
+sign \x72E1 1245-345-3
+sign \x997A 1245-345-3
+sign \x6054 1245-345-3
+sign \x7EDE 1245-345-3
+sign \x6341 13-136-23
+sign \x6648 1245-345-3
+sign \x7B05 1245-345-3
+sign \x70C4 1245-345-3
+sign \x94F0 1245-345-3
+sign \x77EB 1245-345-3
+sign \x768E 1245-345-3
+sign \x811A 1245-345-3
+sign \x6405 1245-345-3
+sign \x7B4A 1245-345-3
+sign \x7D5E 1245-345-3
+sign \x8CCB 1245-345-3
+sign \x6E6C 1245-345-3
+sign \x656B 1245-345-3
+sign \x8173 1245-345-3
+sign \x714D 1245-345-3
+sign \x527F 1245-345-3
+sign \x52E6 1245-345-3
+sign \x6477 1245-345-3
+sign \x669E 1245-345-3
+sign \x8E0B 1245-345-3
+sign \x50E5 1245-345-3
+sign \x9278 1245-345-3
+sign \x9903 1245-345-3
+sign \x649F 1245-345-3
+sign \x64B9 1245-345-3
+sign \x528B 1245-345-3
+sign \x510C 1245-345-3
+sign \x6F50 1245-345-23
+sign \x657D 1245-345-3
+sign \x657F 1245-345-3
+sign \x5FBC 1245-345-3
+sign \x7F34 1245-345-3
+sign \x74AC 1245-345-3
+sign \x66D2 1245-345-3
+sign \x77EF 1245-345-3
+sign \x87DC 1245-345-3
+sign \x76A6 1245-345-3
+sign \x9D64 1356-1236-1
+sign \x8B51 1245-345-3
+sign \x7E73 1245-345-3
+sign \x5B42 1245-345-3
+sign \x7E90 1245-345-3
+sign \x652A 1245-345-3
+sign \x9C4E 1245-345-3
+sign \x705A 1245-345-3
+sign \x53EB 1245-345-23
+sign \x544C 1245-345-23
+sign \x630D 1245-345-1
+sign \x8A06 1245-345-23
+sign \x89C9 1245-23456-2
+sign \x73D3 1245-345-23
+sign \x8F7F 1245-345-23
+sign \x8F83 1245-345-23
+sign \x7A8C 1245-345-23
+sign \x6559 1245-345-23
+sign \x7A96 1245-345-23
+sign \x8F03 1245-345-23
+sign \x6ED8 1245-345-23
+sign \x65A0 1245-345-23
+sign \x9175 1245-345-23
+sign \x5602 1245-345-23
+sign \x5626 1245-345-23
+sign \x6F16 1245-345-23
+sign \x564D 1245-345-23
+sign \x566D 1245-345-23
+sign \x71DE 1245-345-3
+sign \x7365 1245-345-23
+sign \x5B13 1245-345-23
+sign \x85E0 1245-345-23
+sign \x8DAD 1245-345-23
+sign \x8F4E 1245-345-23
+sign \x91AE 1245-345-23
+sign \x8B65 1245-345-23
+sign \x76AD 1245-345-23
+sign \x91C2 1245-345-23
+sign \x9636 1245-15-1
+sign \x7596 1245-15-1
+sign \x7686 1245-15-1
+sign \x63B2 1245-15-1
+sign \x63A5 1245-15-1
+sign \x83E8 1245-15-1
+sign \x79F8 1245-15-1
+sign \x75CE 1245-15-1
+sign \x968E 1245-15-1
+sign \x5826 1245-15-1
+sign \x63ED 1245-15-1
+sign \x6904 1245-15-1
+sign \x5588 1245-15-1
+sign \x55BC 1245-15-1
+sign \x55DF 1245-15-1
+sign \x8857 1245-15-1
+sign \x813B 1245-15-1
+sign \x6E5D 1245-15-1
+sign \x5A98 1245-15-1
+sign \x5AC5 1245-15-1
+sign \x716F 1245-15-1
+sign \x9782 1245-15-1
+sign \x7A2D 1245-15-1
+sign \x64D1 1245-15-1
+sign \x8754 1245-15-1
+sign \x568C 1245-24-23
+sign \x7664 1245-15-1
+sign \x9D9B 1245-15-1
+sign \x5B51 1245-15-2
+sign \x536A 1245-15-2
+sign \x5C10 1245-15-2
+sign \x516F 1245-15-2
+sign \x8282 1245-15-2
+sign \x8BA6 1245-15-2
+sign \x5226 1245-15-2
+sign \x5227 1245-15-2
+sign \x52AB 1245-15-2
+sign \x6605 1245-15-2
+sign \x5C8A 1245-15-2
+sign \x52BC 1245-15-2
+sign \x523C 1245-15-2
+sign \x6770 1245-15-2
+sign \x758C 1245-15-2
+sign \x8BD8 1245-15-2
+sign \x8871 1245-15-2
+sign \x62EE 1245-15-2
+sign \x8FFC 1245-15-2
+sign \x72E4 1245-15-2
+sign \x6D01 1245-15-2
+sign \x7ED3 1245-15-2
+sign \x83AD 1245-15-2
+sign \x685D 1245-15-2
+sign \x6840 1245-15-2
+sign \x8A10 1245-15-2
+sign \x6377 1245-15-2
+sign \x63B6 1245-15-2
+sign \x5D28 1245-15-2
+sign \x507C 1245-15-2
+sign \x88BA 1245-15-2
+sign \x5A55 1245-15-2
+sign \x7D5C 1245-15-2
+sign \x9889 1245-15-2
+sign \x86E3 1245-15-2
+sign \x5091 1245-15-2
+sign \x5AAB 1245-15-2
+sign \x7D50 1245-15-2
+sign \x696C 1245-15-2
+sign \x776B 1245-15-2
+sign \x8710 1245-15-2
+sign \x5D65 1245-15-2
+sign \x7BC0 1245-15-2
+sign \x9263 1245-15-2
+sign \x9B5D 1245-24-23
+sign \x8A70 1245-15-2
+sign \x6976 1245-15-2
+sign \x6ED0 1245-15-2
+sign \x622A 1245-15-2
+sign \x84F5 1245-15-2
+sign \x69A4 1245-15-2
+sign \x78A3 1245-15-2
+sign \x9C92 1245-15-2
+sign \x7AED 1245-15-2
+sign \x8E15 1245-15-2
+sign \x8AB1 1245-15-2
+sign \x7FAF 1245-15-2
+sign \x6F54 1245-15-2
+sign \x64F3 1245-15-2
+sign \x5E6F 1245-15-2
+sign \x64EE 1245-15-2
+sign \x790D 1245-15-2
+sign \x5DBB 1245-15-2
+sign \x937B 1245-15-2
+sign \x9B9A 1245-15-2
+sign \x6AED 1245-23456-2
+sign \x5DC0 1245-15-2
+sign \x881E 1245-15-2
+sign \x8818 1245-15-2
+sign \x883D 1245-15-2
+sign \x59D0 1245-15-3
+sign \x6BD1 1245-15-3
+sign \x5A8E 1245-15-3
+sign \x98F7 1245-15-3
+sign \x89E7 1245-15-3
+sign \x89E3 1245-15-3
+sign \x6A9E 1245-15-3
+sign \x4E2F 1245-15-23
+sign \x4ECB 1245-15-23
+sign \x6212 1245-15-23
+sign \x82A5 1245-15-23
+sign \x5424 1245-15-23
+sign \x5C95 1245-15-23
+sign \x5E8E 1245-15-23
+sign \x5FE6 1245-1246-2
+sign \x598E 125-246-23
+sign \x73A0 1245-15-23
+sign \x65BA 1245-15-23
+sign \x5C46 1245-15-23
+sign \x5C4A 1245-15-23
+sign \x780E 1245-15-23
+sign \x754C 1245-15-23
+sign \x754D 1245-15-23
+sign \x75A5 1245-15-23
+sign \x8BEB 1245-15-23
+sign \x8878 1245-15-23
+sign \x86A7 1245-15-23
+sign \x501F 1245-15-23
+sign \x6088 1245-15-23
+sign \x5FA3 1245-15-23
+sign \x583A 1245-15-23
+sign \x743E 1245-15-23
+sign \x6950 1245-15-23
+sign \x86F6 1245-15-23
+sign \x9AB1 1245-15-23
+sign \x7297 1245-15-23
+sign \x8AA1 1245-15-23
+sign \x9B6A 1245-15-23
+sign \x892F 1245-15-23
+sign \x66C1 1245-24-23
+sign \x7E72 1245-15-23
+sign \x5DFE 1245-126-1
+sign \x65A4 1245-126-1
+sign \x4ECA 1245-126-1
+sign \x9485 1245-126-1
+sign \x5153 1245-126-1
+sign \x91D1 1245-126-1
+sign \x91D2 1245-126-1
+sign \x8355 1245-126-1
+sign \x781B 1245-126-1
+sign \x89D4 1245-126-1
+sign \x6D25 1245-126-1
+sign \x887F 1245-126-1
+sign \x77DC 1245-126-1
+sign \x73D2 1245-126-1
+sign \x57D0 1245-126-1
+sign \x77DD 13-126-2
+sign \x7D1F 1245-126-1
+sign \x740E 1245-126-1
+sign \x60CD 1245-126-1
+sign \x743B 1245-126-1
+sign \x7B4B 1245-126-1
+sign \x583B 1245-126-1
+sign \x74A1 1245-126-1
+sign \x9EC5 1245-126-1
+sign \x9E76 1245-126-1
+sign \x5D9C 1245-126-1
+sign \x895F 1245-126-1
+sign \x4EC5 1245-126-3
+sign \x537A 1245-126-3
+sign \x5DF9 1245-126-3
+sign \x7D27 1245-126-3
+sign \x5807 1245-126-3
+sign \x83EB 1245-126-3
+sign \x53AA 1245-126-3
+sign \x9526 1245-126-3
+sign \x50C5 1245-126-3
+sign \x8C28 1245-126-3
+sign \x84F3 1245-126-3
+sign \x7DCA 1245-126-3
+sign \x9991 1245-126-3
+sign \x5ED1 1245-126-3
+sign \x6F0C 1245-126-3
+sign \x5AE4 1245-126-3
+sign \x747E 1245-126-3
+sign \x69FF 1245-126-3
+sign \x5118 1245-126-3
+sign \x9326 1245-126-3
+sign \x8B39 1245-126-3
+sign \x93F1 34-236-1
+sign \x9949 1245-126-3
+sign \x4F12 1245-126-23
+sign \x52A4 1245-126-23
+sign \x5C3D 1245-126-23
+sign \x8FDB 1245-126-23
+sign \x8FD1 1245-126-23
+sign \x5997 1245-126-23
+sign \x52B2 1245-126-23
+sign \x6783 1245-126-23
+sign \x4FAD 1245-126-3
+sign \x8369 1245-126-23
+sign \x52C1 1245-126-23
+sign \x6D55 1245-126-23
+sign \x664B 1245-126-23
+sign \x6649 1245-126-23
+sign \x8D46 1245-126-23
+sign \x70EC 1245-126-23
+sign \x6D78 1245-126-23
+sign \x9032 1245-126-23
+sign \x7972 1245-126-23
+sign \x7161 1245-126-23
+sign \x6422 1245-126-23
+sign \x9773 1245-126-23
+sign \x7981 1245-126-23
+sign \x6E8D 1245-126-23
+sign \x5BD6 1245-126-23
+sign \x7F19 1245-126-23
+sign \x7468 1245-126-23
+sign \x5890 1245-126-23
+sign \x616C 1245-126-23
+sign \x76E1 1245-126-23
+sign \x89D0 1245-126-23
+sign \x6B4F 1245-126-23
+sign \x6BA3 1245-126-23
+sign \x50F8 1245-126-23
+sign \x51DA 1245-126-23
+sign \x5664 1245-126-23
+sign \x6FC5 1245-126-23
+sign \x8CEE 1245-126-23
+sign \x7E09 1245-126-23
+sign \x58D7 1245-126-23
+sign \x85CE 1245-126-23
+sign \x568D 1245-126-23
+sign \x6FDC 1245-126-23
+sign \x5B27 1245-126-23
+sign \x74B6 1245-126-23
+sign \x89B2 1245-126-23
+sign \x71FC 1245-126-23
+sign \x8D10 1245-126-23
+sign \x9F7D 1245-126-23
+sign \x4EF1 13-146-2
+sign \x5DE0 1245-16-1
+sign \x5755 1245-16-1
+sign \x830E 1245-16-1
+sign \x4EAC 1245-16-1
+sign \x6CFE 1245-16-1
+sign \x7ECF 1245-16-1
+sign \x8346 1245-16-1
+sign \x834A 1245-16-1
+sign \x79D4 1245-16-1
+sign \x4EB0 1245-16-1
+sign \x8396 1245-16-1
+sign \x6D87 1245-16-1
+sign \x83C1 1245-16-1
+sign \x6B91 13-16-2
+sign \x7304 1245-16-1
+sign \x65CC 1245-16-1
+sign \x65CD 1245-16-1
+sign \x60CA 1245-16-1
+sign \x5A5B 1245-16-1
+sign \x7D4C 1245-16-1
+sign \x6676 1245-16-1
+sign \x7A09 1245-16-1
+sign \x8148 1245-16-1
+sign \x775B 1245-16-1
+sign \x7CB3 1245-16-1
+sign \x7D93 1245-16-1
+sign \x8059 1245-16-1
+sign \x5162 1245-16-1
+sign \x7CBE 1245-16-1
+sign \x6A78 1245-16-1
+sign \x9CB8 1245-16-1
+sign \x9D5B 1245-16-1
+sign \x9BE8 1245-16-1
+sign \x9D81 1245-16-1
+sign \x9E96 1245-16-1
+sign \x9F31 1245-16-1
+sign \x9A5A 1245-16-1
+sign \x9EA0 1245-16-1
+sign \x4E95 1245-16-3
+sign \x4E3C 1245-16-3
+sign \x9631 1245-16-3
+sign \x5753 1245-16-3
+sign \x6C6B 1245-16-3
+sign \x5B91 1245-16-3
+sign \x522D 1245-16-3
+sign \x6C6C 1245-16-3
+sign \x80BC 1245-16-3
+sign \x5244 1245-16-3
+sign \x7A7D 1245-16-3
+sign \x9888 1245-16-3
+sign \x666F 1245-16-3
+sign \x5106 1245-16-3
+sign \x7484 1245-16-3
+sign \x64CF 13-16-2
+sign \x5E5C 1245-16-3
+sign \x61AC 1245-16-3
+sign \x74A5 1245-16-3
+sign \x749F 1245-16-3
+sign \x61BC 1245-16-3
+sign \x9838 1245-16-3
+sign \x66BB 1245-16-3
+sign \x71DD 34-136-3
+sign \x87FC 1245-16-3
+sign \x8B66 1245-16-3
+sign \x9649 125-16-2
+sign \x598C 1245-16-23
+sign \x5F84 1245-16-23
+sign \x51C0 1245-16-23
+sign \x5F2A 1245-16-23
+sign \x8FF3 1245-16-23
+sign \x4FD3 1245-16-23
+sign \x80EB 1245-16-23
+sign \x6D44 1245-16-23
+sign \x9658 125-16-2
+sign \x5A59 1245-16-23
+sign \x9015 1245-16-23
+sign \x501E 123-1346-23
+sign \x5F91 1245-16-23
+sign \x75C9 1245-16-23
+sign \x51C8 1245-16-23
+sign \x7ADE 1245-16-23
+sign \x5F33 1245-16-23
+sign \x6871 1245-16-23
+sign \x68B7 1245-16-23
+sign \x811B 1245-16-23
+sign \x7ADF 1245-16-23
+sign \x7AEB 1245-16-23
+sign \x6DE8 1245-16-23
+sign \x5A67 1245-16-23
+sign \x845D 1245-16-23
+sign \x656C 1245-16-23
+sign \x75D9 1245-16-23
+sign \x7AE7 1245-16-23
+sign \x50B9 1245-16-23
+sign \x9756 1245-16-23
+sign \x9759 1245-16-23
+sign \x5883 1245-16-23
+sign \x8E01 1245-16-23
+sign \x734D 1245-16-23
+sign \x8AA9 1245-16-23
+sign \x981A 1245-16-3
+sign \x975C 1245-16-23
+sign \x66D4 1245-16-23
+sign \x955C 1245-16-23
+sign \x701E 1245-16-23
+sign \x93E1 1245-16-23
+sign \x7AF6 1245-16-23
+sign \x7AF8 1245-16-23
+sign \x5770 1245-1456-1
+sign \x6243 1245-1456-1
+sign \x57DB 1245-1456-1
+sign \x6244 156-236-3
+sign \x99C9 1245-1456-1
+sign \x99EB 1245-1456-1
+sign \x518B 1245-1456-1
+sign \x518F 1245-1456-3
+sign \x56E7 1245-1456-3
+sign \x8FE5 1245-1456-3
+sign \x6CC2 1245-1456-3
+sign \x4FB0 1245-1456-3
+sign \x9008 1245-1456-3
+sign \x70AF 1245-1456-3
+sign \x6D7B 1245-1456-3
+sign \x5BAD 13-456-2
+sign \x70F1 1245-1456-3
+sign \x7D45 1245-1456-1
+sign \x715A 1245-1456-3
+sign \x988E 1245-1456-3
+sign \x7A98 1245-1456-3
+sign \x7D97 1245-1456-3
+sign \x715B 1245-1456-3
+sign \x50D2 1245-1456-3
+sign \x71B2 1245-1456-3
+sign \x8927 1245-1456-3
+sign \x6F83 1245-1456-3
+sign \x71DB 1245-1456-3
+sign \x9848 1245-1456-3
+sign \x860F 1245-1456-1
+sign \x8614 1245-1456-1
+sign \x4E29 1245-1256-1
+sign \x52FC 1245-1256-1
+sign \x7EA0 1245-1256-1
+sign \x673B 1245-1256-1
+sign \x725E 1245-1256-1
+sign \x9E20 1245-1256-1
+sign \x7A76 1245-1256-1
+sign \x7CFA 1245-1256-1
+sign \x7CFE 1245-1256-1
+sign \x8D73 1245-1256-1
+sign \x9604 1245-1256-1
+sign \x841B 1245-1256-1
+sign \x63EA 1245-1256-1
+sign \x63C2 1245-1256-1
+sign \x557E 1245-1256-1
+sign \x63EB 1245-1256-1
+sign \x9CE9 1245-1256-1
+sign \x644E 1245-1256-1
+sign \x6A1B 1245-1256-1
+sign \x9B0F 1245-1256-1
+sign \x9B2E 1245-1256-1
+sign \x4E5D 1245-1256-3
+sign \x4E45 1245-1256-3
+sign \x4E46 1245-1256-3
+sign \x4E63 1245-1256-3
+sign \x6C63 1245-1256-3
+sign \x597A 1245-1256-3
+sign \x7396 1245-1256-3
+sign \x6766 1245-1256-3
+sign \x7078 1245-1256-3
+sign \x820F 1245-1256-3
+sign \x97ED 1245-1256-3
+sign \x9579 1245-1256-3
+sign \x9152 1245-1256-3
+sign \x7D24 1245-1256-3
+sign \x97EE 1245-1256-3
+sign \x531B 1245-1256-23
+sign \x65E7 1245-1256-23
+sign \x81FC 1245-1256-23
+sign \x7542 134-136-3
+sign \x548E 1245-1256-23
+sign \x759A 1245-1256-23
+sign \x67FE 1245-1256-23
+sign \x67E9 1245-1256-23
+sign \x6855 1245-1256-23
+sign \x5003 1245-1256-23
+sign \x6551 1245-1256-23
+sign \x53A9 1245-1256-23
+sign \x5313 1245-1256-23
+sign \x5C31 1245-1256-23
+sign \x5ED0 1245-1256-23
+sign \x5EC4 1245-1256-23
+sign \x8205 1245-1256-23
+sign \x50E6 1245-1256-23
+sign \x5ECF 1245-1256-23
+sign \x6166 1245-1256-23
+sign \x6BA7 1245-1256-23
+sign \x820A 1245-1256-23
+sign \x9E6B 1245-1256-23
+sign \x5336 1245-1256-23
+sign \x9BE6 1245-1256-23
+sign \x9E94 1245-1256-23
+sign \x6B0D 1245-1256-23
+sign \x9F68 1245-1256-23
+sign \x9DF2 1245-1256-23
+sign \x5727 1246-1
+sign \x51E5 1245-346-1
+sign \x62D8 1245-346-1
+sign \x82F4 1245-346-1
+sign \x72D9 1245-346-1
+sign \x530A 1245-346-1
+sign \x5C45 1245-346-1
+sign \x9A79 1245-346-1
+sign \x4FE5 12345-26-1
+sign \x6344 1245-1256-23
+sign \x6336 1245-346-2
+sign \x7820 1245-346-1
+sign \x7717 1245-346-1
+sign \x7F5D 1245-346-1
+sign \x75BD 1245-346-1
+sign \x75C0 1245-12356-1
+sign \x9671 1245-346-1
+sign \x63AC 1245-346-1
+sign \x68AE 1245-346-1
+sign \x5D0C 1245-346-1
+sign \x6DBA 1245-346-1
+sign \x5A35 1245-346-1
+sign \x5A45 1245-346-2
+sign \x5A6E 1245-346-1
+sign \x741A 1245-346-1
+sign \x6910 1245-346-1
+sign \x8DD4 1245-346-1
+sign \x9514 1245-346-1
+sign \x8152 1245-346-1
+sign \x96CE 1245-346-1
+sign \x88FE 1245-346-1
+sign \x871B 1245-346-1
+sign \x824D 1245-346-1
+sign \x99D2 1245-346-1
+sign \x8E18 1245-346-1
+sign \x8ACA 1245-346-1
+sign \x9D21 1245-346-1
+sign \x9B88 1245-346-1
+sign \x97A0 1245-346-1
+sign \x97AB 1245-346-1
+sign \x9D8B 1245-346-1
+sign \x5C40 1245-346-2
+sign \x6CE6 1245-346-2
+sign \x72CA 1245-346-2
+sign \x4FB7 1245-346-2
+sign \x6854 1245-346-2
+sign \x6BE9 1245-346-2
+sign \x83CA 1245-346-2
+sign \x90F9 1245-346-2
+sign \x5579 1245-346-2
+sign \x7117 1245-346-2
+sign \x6DD7 1245-346-2
+sign \x6908 1245-346-2
+sign \x6BF1 1245-346-2
+sign \x6E68 1245-346-2
+sign \x8F02 1245-346-2
+sign \x7291 1245-346-2
+sign \x84FB 1356-2
+sign \x95B0 1245-346-2
+sign \x8DFC 1245-346-2
+sign \x7CB7 1245-346-2
+sign \x8D9C 1245-346-2
+sign \x8EB9 1245-346-2
+sign \x92E6 1245-346-1
+sign \x6A58 1245-346-2
+sign \x99F6 1245-346-2
+sign \x6A8B 1245-346-1
+sign \x9D59 1245-346-2
+sign \x8E6B 1245-346-2
+sign \x9D74 1245-346-2
+sign \x861C 1245-346-2
+sign \x9DAA 1245-346-2
+sign \x5DC8 1245-346-2
+sign \x9F30 1245-346-2
+sign \x9F33 1245-346-2
+sign \x9A67 1245-346-2
+sign \x5F06 1245-346-3
+sign \x5480 1245-346-3
+sign \x6CAE 1245-346-3
+sign \x8392 1245-346-3
+sign \x77E9 1245-346-3
+sign \x4E3E 1245-346-3
+sign \x6319 1245-346-3
+sign \x6907 1245-346-3
+sign \x7B65 1245-346-3
+sign \x849F 1245-346-3
+sign \x6989 1245-346-3
+sign \x9F83 1245-346-3
+sign \x6998 1245-346-3
+sign \x8065 1245-346-3
+sign \x8E3D 1245-346-3
+sign \x8209 1245-346-3
+sign \x64E7 1245-346-3
+sign \x6AF8 1245-346-3
+sign \x9F5F 1245-346-3
+sign \x6B05 1245-346-3
+sign \x8977 1245-346-3
+sign \x5DE8 1245-346-23
+sign \x53E5 1245-346-23
+sign \x8BB5 1245-346-23
+sign \x62D2 1245-346-23
+sign \x82E3 1245-346-23
+sign \x5CA0 1245-346-23
+sign \x90AD 1245-346-23
+sign \x6D30 1245-346-23
+sign \x6007 1245-346-23
+sign \x59D6 1245-346-23
+sign \x5765 13-346-1
+sign \x62E0 1245-346-23
+sign \x6B6B 1245-346-23
+sign \x5177 1245-346-23
+sign \x661B 1245-346-23
+sign \x70AC 1245-346-23
+sign \x601A 1245-346-23
+sign \x949C 1245-346-23
+sign \x79EC 1245-346-23
+sign \x801F 1245-346-23
+sign \x86B7 1245-346-23
+sign \x4FF1 1245-346-23
+sign \x5036 1245-346-23
+sign \x5028 1245-346-23
+sign \x7C94 1245-346-23
+sign \x70E5 12345-356-2
+sign \x51A3 1245-346-23
+sign \x8893 1245-15-1
+sign \x5267 1245-346-23
+sign \x57E7 1245-346-23
+sign \x636E 1245-346-23
+sign \x57FE 1245-346-23
+sign \x8DDD 1245-346-23
+sign \x8A4E 1245-346-23
+sign \x60E7 1245-346-23
+sign \x7123 1245-346-23
+sign \x8DD9 1245-346-23
+sign \x728B 1245-346-23
+sign \x9245 1245-346-23
+sign \x98D3 1245-346-23
+sign \x8C66 1245-346-23
+sign \x8661 1245-346-23
+sign \x952F 1245-346-23
+sign \x99CF 1245-346-23
+sign \x805A 1245-346-23
+sign \x6133 1245-346-23
+sign \x5BE0 1245-346-23
+sign \x7AAD 1245-346-23
+sign \x5287 1245-346-23
+sign \x52EE 1245-346-23
+sign \x8E1E 1245-346-23
+sign \x9B94 1245-346-23
+sign \x5C66 1245-346-23
+sign \x58C9 1245-346-23
+sign \x64DA 1245-346-23
+sign \x907D 1245-346-23
+sign \x92F8 1245-346-23
+sign \x6FBD 1245-346-23
+sign \x61C5 1245-346-23
+sign \x7AB6 1245-346-23
+sign \x98B6 1245-346-23
+sign \x5C68 1245-346-23
+sign \x8C97 1245-346-23
+sign \x7C34 1245-346-23
+sign \x91B5 1245-346-23
+sign \x8E86 1245-346-23
+sign \x943B 1245-346-23
+sign \x61FC 1245-346-23
+sign \x7220 1245-346-23
+sign \x59E2 1245-12346-1
+sign \x6350 1245-12346-1
+sign \x6D93 1245-12346-1
+sign \x5A1F 1245-12346-1
+sign \x688B 125-12346-1
+sign \x74F9 1245-12346-1
+sign \x8127 1245-12346-1
+sign \x9E43 1245-12346-1
+sign \x88D0 1245-12346-1
+sign \x52EC 1245-12346-1
+sign \x954C 1245-12346-1
+sign \x92D7 125-12346-1
+sign \x92D1 1245-12346-1
+sign \x9799 125-12346-1
+sign \x9D51 1245-12346-1
+sign \x93B8 1245-12346-1
+sign \x942B 1245-12346-1
+sign \x8832 1245-12346-1
+sign \x545F 1245-12346-3
+sign \x5377 1245-12346-23
+sign \x5DFB 1245-12346-23
+sign \x57CD 1245-12346-3
+sign \x6372 1245-12346-3
+sign \x83E4 1245-12346-3
+sign \x9529 1245-12346-3
+sign \x9308 1245-12346-3
+sign \x81C7 1245-12346-3
+sign \x5946 1245-12346-23
+sign \x52B5 1245-12346-23
+sign \x5E23 1245-12346-3
+sign \x5F2E 1245-12346-23
+sign \x5026 1245-12346-23
+sign \x72F7 1245-12346-23
+sign \x684A 1245-12346-23
+sign \x52CC 1245-12346-23
+sign \x6081 12346-1
+sign \x7EE2 1245-12346-23
+sign \x9104 1245-12346-23
+sign \x7737 1245-12346-23
+sign \x6DC3 1245-12346-23
+sign \x774A 1245-12346-23
+sign \x7F65 1245-12346-23
+sign \x96CB 1245-456-23
+sign \x7D6D 1245-12346-23
+sign \x7760 1245-12346-23
+sign \x98EC 1346-3
+sign \x7D79 1245-12346-23
+sign \x8528 1245-12346-23
+sign \x617B 1245-12346-23
+sign \x990B 1245-12346-23
+sign \x7367 1245-12346-23
+sign \x7F82 1245-12346-23
+sign \x6485 1245-23456-1
+sign \x64A7 1245-23456-1
+sign \x5658 1245-23456-1
+sign \x5C69 1245-23456-1
+sign \x5C6B 1245-23456-1
+sign \x4E85 1245-23456-2
+sign \x5B52 1245-23456-2
+sign \x5B53 1245-23456-2
+sign \x592C 1245-13456-23
+sign \x53CF 1245-13456-2
+sign \x6C12 1245-23456-2
+sign \x51B3 1245-23456-2
+sign \x8BC0 1245-23456-2
+sign \x5214 1245-23456-2
+sign \x6289 1245-23456-2
+sign \x82B5 1245-23456-2
+sign \x5437 125-23456-23
+sign \x6C7A 1245-23456-2
+sign \x599C 23456-23
+sign \x73A8 1245-23456-2
+sign \x73A6 1245-23456-2
+sign \x6CEC 1245-23456-2
+sign \x73CF 1245-23456-2
+sign \x6317 1245-23456-2
+sign \x7804 1245-23456-2
+sign \x8673 1245-23456-2
+sign \x75A6 1245-23456-2
+sign \x7EDD 1245-23456-2
+sign \x6354 1245-23456-2
+sign \x8697 1245-23456-2
+sign \x6B2E 1245-23456-2
+sign \x8D7D 1245-23456-2
+sign \x6398 1245-23456-2
+sign \x6877 1245-23456-2
+sign \x6B8C 1245-23456-2
+sign \x8990 1245-23456-2
+sign \x8DB9 1245-23456-2
+sign \x5D1B 1245-23456-2
+sign \x89D6 1245-23456-2
+sign \x8A23 1245-23456-2
+sign \x658D 1245-23456-2
+sign \x7106 1245-23456-2
+sign \x902B 1245-23456-2
+sign \x8D89 1245-23456-2
+sign \x53A5 1245-23456-2
+sign \x5095 1245-23456-2
+sign \x920C 1245-23456-2
+sign \x899A 1245-23456-2
+sign \x7D76 1245-23456-2
+sign \x7D55 1245-23456-2
+sign \x99C3 1245-23456-2
+sign \x7474 1245-23456-2
+sign \x5282 1245-23456-2
+sign \x52EA 1245-23456-2
+sign \x8C32 1245-23456-2
+sign \x957C 1245-15-2
+sign \x8568 1245-23456-2
+sign \x855D 1245-23456-2
+sign \x7234 1245-23456-2
+sign \x5DA1 1245-2456-23
+sign \x5DA5 1245-23456-2
+sign \x9D03 1245-23456-2
+sign \x7357 1245-23456-2
+sign \x761A 1245-23456-2
+sign \x71A6 1245-23456-2
+sign \x6F4F 1245-23456-2
+sign \x61B0 1245-23456-2
+sign \x9D02 1245-23456-2
+sign \x749A 1245-23456-2
+sign \x6A5B 1245-23456-2
+sign \x6A5C 1245-23456-2
+sign \x61A0 1245-23456-2
+sign \x9562 1245-23456-2
+sign \x7235 1245-23456-2
+sign \x81C4 1245-23456-2
+sign \x87E8 1245-23456-2
+sign \x87E9 1245-23456-2
+sign \x8E77 1245-23456-2
+sign \x8E76 1245-23456-2
+sign \x8B4E 1245-23456-2
+sign \x7211 1245-23456-2
+sign \x9D8C 13-346-1
+sign \x77CD 1245-23456-2
+sign \x89BA 1245-23456-2
+sign \x941D 1245-23456-2
+sign \x940D 1245-23456-2
+sign \x89FC 1245-23456-2
+sign \x721D 1245-23456-2
+sign \x704D 1245-23456-2
+sign \x652B 1245-23456-2
+sign \x9DE2 1245-23456-2
+sign \x7383 1245-23456-2
+sign \x6204 1245-23456-2
+sign \x5F4F 1245-23456-2
+sign \x6B14 1245-23456-2
+sign \x9FA3 1245-23456-2
+sign \x77E1 1245-23456-2
+sign \x8EA9 1245-23456-2
+sign \x8C9C 1245-23456-2
+sign \x9481 1245-23456-2
+sign \x5014 1245-23456-23
+sign \x519B 1245-456-1
+sign \x5747 1245-456-1
+sign \x62A3 456-2
+sign \x6C6E 1245-456-1
+sign \x541B 1245-456-1
+sign \x94A7 1245-456-1
+sign \x8ECD 1245-456-1
+sign \x8880 1245-456-1
+sign \x8399 1245-456-1
+sign \x8690 1245-456-1
+sign \x83CC 1245-456-1
+sign \x687E 1245-456-1
+sign \x76B2 1245-456-1
+sign \x921E 1245-456-1
+sign \x7885 1245-456-1
+sign \x7B60 1245-456-1
+sign \x9281 1245-456-1
+sign \x929E 1245-456-1
+sign \x76B8 1245-456-1
+sign \x89A0 1245-456-1
+sign \x76B9 1245-456-1
+sign \x9CAA 1245-456-1
+sign \x9E87 13-456-2
+sign \x9355 1245-456-1
+sign \x9BB6 1245-456-1
+sign \x9E8F 1245-456-1
+sign \x9E95 1245-456-1
+sign \x5441 1245-456-23
+sign \x4FCA 1245-456-23
+sign \x90E1 1245-456-23
+sign \x9656 1245-456-23
+sign \x6343 1245-456-23
+sign \x57C8 1245-456-23
+sign \x5CFB 1245-456-23
+sign \x96BD 1245-12346-23
+sign \x9982 1245-456-23
+sign \x6D5A 1245-456-23
+sign \x9A8F 1245-456-23
+sign \x73FA 1245-456-23
+sign \x6659 1245-456-23
+sign \x710C 1245-456-23
+sign \x8470 1245-456-23
+sign \x68DE 1245-456-23
+sign \x756F 1245-456-23
+sign \x7AE3 1245-456-23
+sign \x8720 1245-456-23
+sign \x7B9F 1245-456-23
+sign \x7B98 1245-456-23
+sign \x5101 1245-456-23
+sign \x9915 1245-456-23
+sign \x61CF 1245-456-23
+sign \x5BEF 1245-456-23
+sign \x71C7 1245-456-23
+sign \x99FF 1245-456-23
+sign \x9D54 1245-456-23
+sign \x9D58 1245-456-23
+sign \x9D55 1245-456-23
+sign \x6508 1245-456-23
+sign \x651F 1245-456-23
+sign \x5494 13-35-1
+sign \x5496 13-35-1
+sign \x54E2 123-256-23
+sign \x5580 13-35-1
+sign \x8849 13-26-23
+sign \x5361 13-35-3
+sign \x4F67 13-35-3
+sign \x57B0 13-35-3
+sign \x80E9 13-35-3
+sign \x88C3 13-35-3
+sign \x9272 13-35-3
+sign \x5F00 13-246-1
+sign \x5952 13-246-1
+sign \x63E9 13-246-1
+sign \x958B 13-246-1
+sign \x950E 13-246-1
+sign \x9426 13-246-1
+sign \x5240 13-246-3
+sign \x51EF 13-246-3
+sign \x57B2 13-246-3
+sign \x95FF 13-246-3
+sign \x607A 13-246-3
+sign \x94E0 13-246-3
+sign \x8488 13-246-3
+sign \x5274 13-246-3
+sign \x51F1 13-246-3
+sign \x6168 13-246-3
+sign \x584F 13-246-3
+sign \x6977 13-246-3
+sign \x8F06 13-246-3
+sign \x6137 13-246-3
+sign \x669F 13-246-3
+sign \x9534 13-246-3
+sign \x9347 13-246-3
+sign \x95D3 13-246-3
+sign \x93A7 13-246-3
+sign \x98BD 13-246-3
+sign \x5FFE 13-246-23
+sign \x708C 13-246-23
+sign \x708F 146-2
+sign \x6B2C 246-23
+sign \x70D7 13-246-23
+sign \x52D3 13-246-23
+sign \x5605 13-246-3
+sign \x613E 13-246-23
+sign \x938E 13-246-23
+sign \x520A 13-1236-1
+sign \x681E 13-1236-1
+sign \x52D8 13-1236-1
+sign \x9F9B 13-1236-1
+sign \x582A 13-1236-1
+sign \x5D41 13-1236-1
+sign \x6221 13-1236-1
+sign \x9F95 13-1236-1
+sign \x519A 13-1236-3
+sign \x574E 13-1236-3
+sign \x4F83 13-1236-3
+sign \x780D 13-1236-3
+sign \x83B0 13-1236-3
+sign \x57F3 13-1236-3
+sign \x5058 13-1236-3
+sign \x60C2 13-1236-3
+sign \x6B3F 13-1236-3
+sign \x586A 13-1236-3
+sign \x6B41 13-1236-3
+sign \x69DB 13-1236-3
+sign \x8F21 13-1236-3
+sign \x8F41 2345-235-1
+sign \x6ABB 13-1236-3
+sign \x9851 13-1236-3
+sign \x8F57 13-1236-3
+sign \x7AF7 13-1236-3
+sign \x770B 13-1236-23
+sign \x884E 13-1236-23
+sign \x5D01 13-1236-23
+sign \x5888 13-1236-23
+sign \x961A 13-1236-23
+sign \x78E1 13-1236-23
+sign \x77B0 13-1236-23
+sign \x77D9 13-1236-23
+sign \x95F6 13-236-1
+sign \x7C87 13-236-1
+sign \x5EB7 13-236-1
+sign \x5D7B 13-236-1
+sign \x6F2E 13-236-1
+sign \x6177 13-236-1
+sign \x5ADD 13-236-1
+sign \x69FA 13-236-1
+sign \x7A45 13-236-1
+sign \x7CE0 13-236-1
+sign \x8EBF 13-236-1
+sign \x93EE 13-236-1
+sign \x9C47 13-236-1
+sign \x625B 13-236-2
+sign \x6443 13-236-2
+sign \x4EA2 13-236-23
+sign \x531F 13-236-23
+sign \x4F09 13-236-23
+sign \x909F 13-236-23
+sign \x6297 13-236-23
+sign \x56E5 13-236-23
+sign \x72BA 1245-236-3
+sign \x5FFC 13-236-1
+sign \x7095 13-236-23
+sign \x780A 13-236-1
+sign \x94AA 13-236-23
+sign \x958C 13-236-1
+sign \x9227 13-236-23
+sign \x5C3B 13-235-1
+sign \x5D6A 13-235-1
+sign \x9ADB 13-235-1
+sign \x4E02 13-235-3
+sign \x8003 13-235-3
+sign \x6537 13-235-3
+sign \x62F7 13-235-3
+sign \x6D18 13-235-3
+sign \x6832 13-235-3
+sign \x70E4 13-235-3
+sign \x85A7 13-235-3
+sign \x94D0 13-235-23
+sign \x7292 13-235-23
+sign \x92AC 13-235-23
+sign \x9C93 13-235-23
+sign \x9760 13-235-23
+sign \x9BB3 13-235-23
+sign \x9BCC 13-235-23
+sign \x82DB 13-26-1
+sign \x533C 13-26-1
+sign \x73C2 13-26-1
+sign \x67EF 13-26-1
+sign \x8F72 13-26-1
+sign \x79D1 13-26-1
+sign \x80E2 13-26-1
+sign \x7241 13-26-1
+sign \x8DB7 13-26-1
+sign \x94B6 13-26-1
+sign \x75B4 13-26-1
+sign \x86B5 13-26-1
+sign \x842A 13-26-1
+sign \x68F5 13-26-1
+sign \x8EFB 13-26-1
+sign \x5D59 13-26-1
+sign \x75FE 13-26-1
+sign \x988F 13-26-1
+sign \x6415 13-26-1
+sign \x55D1 13-26-1
+sign \x7290 13-26-1
+sign \x7A1E 13-26-1
+sign \x9233 13-26-1
+sign \x7AA0 13-26-1
+sign \x8596 13-26-1
+sign \x69BC 13-26-1
+sign \x9897 13-26-1
+sign \x78D5 13-26-1
+sign \x778C 13-26-1
+sign \x874C 13-26-1
+sign \x6A16 13-26-1
+sign \x9826 13-26-1
+sign \x9198 13-26-1
+sign \x9846 13-26-1
+sign \x9AC1 13-26-1
+sign \x791A 13-26-1
+sign \x58F3 13-26-2
+sign \x54B3 13-26-2
+sign \x6BBB 13-26-2
+sign \x63E2 13-26-2
+sign \x7FD7 13-26-2
+sign \x5DB1 13-26-2
+sign \x53EF 13-26-3
+sign \x5777 13-26-3
+sign \x5CA2 13-26-3
+sign \x70A3 13-26-3
+sign \x6E07 13-26-3
+sign \x6564 13-26-3
+sign \x5D51 13-26-3
+sign \x6E34 13-26-3
+sign \x514B 13-26-23
+sign \x523B 13-26-23
+sign \x5159 156-2-13-26-23
+sign \x524B 13-26-23
+sign \x52C0 13-26-23
+sign \x52CA 13-26-23
+sign \x5CC7 12-35-1
+sign \x606A 13-26-23
+sign \x5BA2 13-26-23
+sign \x5C05 13-26-23
+sign \x515B 13-146-1-13-26-23
+sign \x8894 13-26-23
+sign \x8BFE 13-26-23
+sign \x5A14 13-26-23
+sign \x5801 13-26-23
+sign \x515E 125-235-2-13-26-23
+sign \x6C2A 13-26-23
+sign \x9A92 13-26-23
+sign \x7F02 13-26-23
+sign \x5161 12-246-3-13-26-23
+sign \x951E 13-26-23
+sign \x6E98 13-26-23
+sign \x6119 13-26-23
+sign \x78A6 13-26-23
+sign \x8AB2 13-26-23
+sign \x7DD9 13-26-23
+sign \x9301 13-26-23
+sign \x9A0D 13-26-23
+sign \x790A 13-26-23
+sign \x808E 13-356-3
+sign \x80AF 13-356-3
+sign \x80BB 13-356-3
+sign \x57A6 13-356-3
+sign \x6073 13-356-3
+sign \x5543 13-356-3
+sign \x8C64 13-356-3
+sign \x8C87 13-356-3
+sign \x9339 13-356-3
+sign \x58BE 13-356-3
+sign \x61C7 13-356-3
+sign \x63AF 13-356-23
+sign \x784D 13-356-23
+sign \x88C9 13-356-23
+sign \x8903 13-356-23
+sign \x52A5 13-3456-1
+sign \x962C 13-3456-1
+sign \x5751 13-3456-1
+sign \x542D 13-3456-1
+sign \x5994 13-3456-1
+sign \x6333 13-3456-1
+sign \x7841 13-3456-1
+sign \x727C 13-3456-1
+sign \x785C 13-3456-1
+sign \x94FF 13-3456-1
+sign \x787B 13-3456-1
+sign \x8A99 13-3456-1
+sign \x92B5 13-3456-1
+sign \x935E 13-3456-1
+sign \x93D7 13-3456-1
+sign \x7A7A 13-256-1
+sign \x5025 13-256-1
+sign \x57EA 13-256-1
+sign \x5D06 13-256-1
+sign \x6DB3 13-256-1
+sign \x60BE 13-256-1
+sign \x787F 13-256-1
+sign \x7B9C 13-256-1
+sign \x8EBB 13-256-1
+sign \x9313 13-256-1
+sign \x9D7C 13-256-1
+sign \x5B54 13-256-3
+sign \x6050 13-256-3
+sign \x63A7 13-256-23
+sign \x979A 13-256-23
+sign \x62A0 13-12356-1
+sign \x82A4 13-12356-1
+sign \x770D 13-12356-1
+sign \x527E 13-12356-1
+sign \x6473 13-12356-1
+sign \x5F44 13-12356-1
+sign \x7798 13-12356-1
+sign \x53E3 13-12356-3
+sign \x52B6 13-12356-3
+sign \x7AD8 13-356-3
+sign \x53E9 13-12356-23
+sign \x6263 13-12356-23
+sign \x6010 13-12356-23
+sign \x6542 13-12356-23
+sign \x5BBC 13-12356-23
+sign \x51A6 13-12356-23
+sign \x91E6 13-12356-23
+sign \x5BC7 13-12356-23
+sign \x7B58 13-12356-23
+sign \x7A9B 13-12356-23
+sign \x853B 13-12356-23
+sign \x8532 13-12356-23
+sign \x6EF1 13-12356-23
+sign \x7789 13-12356-23
+sign \x7C06 13-12356-23
+sign \x9DC7 13-12356-23
+sign \x625D 13-136-1
+sign \x77FB 13-136-1
+sign \x5233 13-136-1
+sign \x90C0 13-136-1
+sign \x67AF 13-136-1
+sign \x684D 13-136-1
+sign \x54ED 13-136-1
+sign \x5800 13-136-1
+sign \x5D2B 1245-23456-2
+sign \x8DCD 13-136-1
+sign \x5710 13-136-1
+sign \x7A9F 13-136-1
+sign \x9AB7 13-136-1
+sign \x82E6 13-136-3
+sign \x72DC 13-136-3
+sign \x695B 13-136-3
+sign \x5E93 13-136-23
+sign \x4FC8 13-136-23
+sign \x7ED4 13-136-23
+sign \x79D9 13-136-23
+sign \x5EAB 13-136-23
+sign \x7105 13-136-23
+sign \x88B4 13-136-23
+sign \x55BE 13-136-23
+sign \x88E4 13-136-23
+sign \x7D5D 13-136-23
+sign \x7614 13-136-23
+sign \x9177 13-136-23
+sign \x8932 13-136-23
+sign \x9BAC 13-136-23
+sign \x56B3 13-136-23
+sign \x5938 13-123456-1
+sign \x59F1 13-123456-1
+sign \x6647 125-346-23
+sign \x823F 13-123456-1
+sign \x8A87 13-123456-1
+sign \x4F89 13-123456-3
+sign \x57AE 13-123456-3
+sign \x54B5 13-123456-3
+sign \x9299 13-123456-3
+sign \x630E 13-123456-23
+sign \x80EF 13-123456-23
+sign \x8DE8 13-123456-23
+sign \x9ABB 13-123456-23
+sign \x84AF 13-13456-3
+sign \x64D3 13-13456-3
+sign \x5DDC 13-13456-23
+sign \x5726 13-2456-23
+sign \x51F7 13-13456-23
+sign \x5757 13-13456-23
+sign \x5FEB 13-13456-23
+sign \x4FA9 13-13456-23
+sign \x90D0 13-13456-23
+sign \x54D9 13-13456-23
+sign \x72EF 13-13456-23
+sign \x810D 13-13456-23
+sign \x584A 13-13456-23
+sign \x7B77 13-13456-23
+sign \x9C99 13-13456-23
+sign \x58A4 2345-2456-2
+sign \x5108 13-13456-23
+sign \x9136 13-13456-23
+sign \x736A 13-13456-23
+sign \x5EE5 13-13456-23
+sign \x81BE 13-13456-23
+sign \x65DD 13-13456-23
+sign \x7CE9 13-13456-23
+sign \x9C60 13-13456-23
+sign \x5BBD 13-12456-1
+sign \x5BDB 13-12456-1
+sign \x5BEC 13-12456-1
+sign \x9ACB 13-12456-1
+sign \x9467 13-25-1
+sign \x9AD6 13-12456-1
+sign \x68A1 13-12456-3
+sign \x6B35 13-12456-3
+sign \x6B3E 13-12456-3
+sign \x6B40 13-12456-3
+sign \x7ABD 13-12456-3
+sign \x7ABE 13-12456-3
+sign \x5321 13-2356-1
+sign \x90BC 13-2356-1
+sign \x52BB 13-2356-1
+sign \x8BD3 13-2356-1
+sign \x5329 13-2356-1
+sign \x54D0 13-2356-1
+sign \x6D2D 13-2356-1
+sign \x6047 13-2356-1
+sign \x7B50 13-2356-1
+sign \x8EED 13-2356-1
+sign \x7B7A 13-2356-1
+sign \x8A86 13-2356-1
+sign \x6282 13-2356-2
+sign \x72C2 13-2356-2
+sign \x72C5 13-2356-2
+sign \x8BF3 13-2356-2
+sign \x8ED6 13-2356-2
+sign \x8EE0 13-2356-2
+sign \x8A91 13-2356-2
+sign \x9D5F 13-2356-2
+sign \x593C 13-2356-3
+sign \x5123 13-2356-3
+sign \x61ED 13-2356-3
+sign \x909D 13-2356-23
+sign \x5739 13-2356-23
+sign \x7EA9 13-2356-23
+sign \x65F7 13-2356-23
+sign \x51B5 13-2356-23
+sign \x77FF 13-2356-23
+sign \x5CB2 13-2356-23
+sign \x6CC1 13-2356-23
+sign \x663F 13-2356-23
+sign \x8D36 13-2356-23
+sign \x6846 13-2356-23
+sign \x783F 13-2356-23
+sign \x7716 13-2356-23
+sign \x7736 13-2356-23
+sign \x7D4B 13-2356-23
+sign \x8EE6 13-2356-23
+sign \x8CBA 13-2356-23
+sign \x7D56 13-2356-23
+sign \x9271 13-2356-23
+sign \x92DB 13-2356-23
+sign \x913A 13-2356-23
+sign \x58D9 13-2356-23
+sign \x9ECB 13-2356-23
+sign \x66E0 13-2356-23
+sign \x61EC 13-2356-23
+sign \x720C 13-2356-23
+sign \x7926 13-2356-23
+sign \x77CC 13-2356-23
+sign \x7A6C 13-2356-23
+sign \x7E8A 13-2356-23
+sign \x945B 13-2356-23
+sign \x4E8F 13-2456-1
+sign \x5232 13-2456-1
+sign \x5CBF 13-2456-1
+sign \x609D 13-2456-1
+sign \x76D4 13-2456-1
+sign \x7AA5 13-2456-1
+sign \x8067 13-2456-1
+sign \x7ABA 13-2456-1
+sign \x8667 13-2456-1
+sign \x985D 13-2456-1
+sign \x95DA 13-2456-1
+sign \x862C 13-2456-1
+sign \x594E 13-2456-2
+sign \x6646 13-2456-2
+sign \x9035 13-2456-2
+sign \x9804 13-2456-2
+sign \x9997 13-2456-2
+sign \x9108 13-2456-2
+sign \x63C6 13-2456-2
+sign \x8475 13-2456-2
+sign \x55B9 13-2456-2
+sign \x9A99 13-2456-2
+sign \x694F 13-2456-2
+sign \x6951 13-2456-2
+sign \x668C 13-2456-2
+sign \x9B41 13-2456-2
+sign \x6223 13-2456-2
+sign \x777D 13-2456-2
+sign \x8770 13-2456-2
+sign \x982F 13-2456-2
+sign \x85C8 13-2456-2
+sign \x6AC6 13-2456-2
+sign \x9377 13-2456-2
+sign \x9368 13-2456-2
+sign \x9A24 13-2456-2
+sign \x8637 13-2456-2
+sign \x5914 13-2456-2
+sign \x8641 13-2456-2
+sign \x5DD9 1345-235-2
+sign \x8EA8 13-2456-2
+sign \x5C2F 13-2456-23
+sign \x5080 13-2456-3
+sign \x980D 13-2456-3
+sign \x8DEC 13-2456-3
+sign \x7143 13-2456-3
+sign \x78C8 13-2456-3
+sign \x8E5E 13-2456-3
+sign \x537C 136-23
+sign \x532E 13-2456-23
+sign \x6B33 13-123456-23
+sign \x8489 13-2456-23
+sign \x559F 13-2456-23
+sign \x9988 13-2456-23
+sign \x6E83 13-2456-23
+sign \x6126 13-2456-23
+sign \x6127 13-2456-23
+sign \x5ABF 13-2456-23
+sign \x5331 13-2456-23
+sign \x7786 1245-2456-23
+sign \x8069 13-2456-23
+sign \x806D 13-2456-23
+sign \x8562 13-13456-23
+sign \x5633 13-2456-23
+sign \x7BD1 13-2456-23
+sign \x6F70 13-2456-23
+sign \x6192 13-2456-23
+sign \x5B07 13-2456-23
+sign \x6A3B 13-2456-23
+sign \x8B09 13-2456-23
+sign \x993D 13-2456-23
+sign \x8075 13-2456-23
+sign \x7C23 13-2456-23
+sign \x7C44 13-2456-23
+sign \x9400 13-2456-23
+sign \x994B 13-2456-23
+sign \x5DCB 13-2456-1
+sign \x944E 13-2456-23
+sign \x5764 13-25-1
+sign \x6606 13-25-1
+sign \x5812 13-25-1
+sign \x83CE 13-25-1
+sign \x665C 13-25-1
+sign \x5D10 13-25-1
+sign \x5D11 13-25-1
+sign \x7311 13-25-1
+sign \x5803 13-25-1
+sign \x88C8 13-25-1
+sign \x5A6B 13-25-1
+sign \x7428 13-25-1
+sign \x9AE0 13-25-1
+sign \x711C 13-25-1
+sign \x9AE1 13-25-1
+sign \x9E4D 13-25-1
+sign \x951F 13-25-1
+sign \x88E9 13-25-1
+sign \x9AE8 13-25-1
+sign \x5C21 13-25-1
+sign \x872B 13-25-1
+sign \x6F49 13-25-1
+sign \x890C 13-25-1
+sign \x747B 13-25-1
+sign \x918C 13-25-1
+sign \x71B4 13-25-1
+sign \x9315 13-25-1
+sign \x9CB2 13-25-1
+sign \x9A09 13-25-1
+sign \x81D7 13-12456-1
+sign \x9D7E 13-25-1
+sign \x9BE4 13-25-1
+sign \x9DA4 13-25-1
+sign \x6346 13-25-3
+sign \x9603 13-25-3
+sign \x6083 13-25-3
+sign \x58F8 13-25-3
+sign \x68B1 13-25-3
+sign \x7975 13-25-3
+sign \x7871 13-25-3
+sign \x7A07 13-25-3
+sign \x88CD 13-25-3
+sign \x58FC 13-25-3
+sign \x7A1B 13-25-3
+sign \x7D91 13-25-3
+sign \x95AB 13-25-3
+sign \x95B8 13-25-3
+sign \x56F0 13-25-23
+sign \x6D83 13-25-23
+sign \x774F 13-25-23
+sign \x6269 13-135-23
+sign \x62E1 13-135-23
+sign \x62EC 13-135-23
+sign \x681D 1245-123456-1
+sign \x6870 1245-123456-1
+sign \x8440 13-135-23
+sign \x843F 13-135-23
+sign \x86DE 13-135-23
+sign \x7B48 13-135-23
+sign \x9614 13-135-23
+sign \x7140 13-346-1
+sign \x5ED3 13-135-23
+sign \x5F49 1245-135-1
+sign \x564B 2345-25-1
+sign \x9822 13-135-23
+sign \x9AFA 13-135-23
+sign \x64F4 13-135-23
+sign \x979F 13-135-23
+sign \x95CA 13-135-23
+sign \x6FF6 13-135-23
+sign \x5F4D 1245-135-1
+sign \x97D5 13-135-23
+sign \x9729 13-135-23
+sign \x61D6 1245-135-1
+sign \x97B9 13-135-23
+sign \x9B20 13-135-23
+sign \x5783 123-35-1
+sign \x62C9 123-35-1
+sign \x67C6 123-35-1
+sign \x83C8 123-35-1
+sign \x5566 123-35-1
+sign \x7FCB 123-35-1
+sign \x641A 123-35-1
+sign \x78D6 123-35-1
+sign \x908B 123-35-1
+sign \x65EF 123-35-2
+sign \x524C 123-35-23
+sign \x782C 123-35-2
+sign \x63E6 123-35-2
+sign \x5587 123-35-3
+sign \x85DE 123-35-3
+sign \x56B9 123-35-3
+sign \x814A 123-35-23
+sign \x6E82 123-35-23
+sign \x694B 123-35-23
+sign \x63E7 123-35-23
+sign \x8FA2 123-35-23
+sign \x8721 123-35-23
+sign \x874B 123-35-23
+sign \x760C 123-35-23
+sign \x8FA3 123-35-23
+sign \x8772 123-35-23
+sign \x9B0E 123-35-23
+sign \x81D8 123-35-23
+sign \x74CE 123-35-23
+sign \x9574 123-35-23
+sign \x9BFB 123-35-23
+sign \x881F 123-35-23
+sign \x945E 123-35-23
+sign \x97A1 123-35-1
+sign \x6765 123-246-2
+sign \x4F86 123-246-2
+sign \x4FEB 123-246-2
+sign \x83B1 123-246-2
+sign \x90F2 123-246-2
+sign \x5D03 123-246-2
+sign \x5008 123-246-2
+sign \x5F95 123-246-2
+sign \x6D9E 123-246-2
+sign \x840A 123-246-2
+sign \x68BE 123-246-2
+sign \x9028 123-246-2
+sign \x553B 123-246-23
+sign \x5D0D 123-246-2
+sign \x5FA0 123-246-2
+sign \x730D 123-246-2
+sign \x5EB2 123-246-2
+sign \x6DF6 123-246-2
+sign \x5A61 123-246-2
+sign \x741C 123-246-2
+sign \x68F6 123-246-2
+sign \x94FC 123-246-2
+sign \x7B59 123-246-2
+sign \x7B82 123-246-2
+sign \x9338 123-246-2
+sign \x9842 123-246-23
+sign \x9A0B 123-246-2
+sign \x9D86 123-246-2
+sign \x9EB3 123-246-2
+sign \x9BE0 123-246-2
+sign \x52D1 123-246-23
+sign \x8D49 123-246-23
+sign \x7750 123-246-23
+sign \x8D56 123-246-23
+sign \x775E 123-246-23
+sign \x8CDA 123-246-23
+sign \x8ABA 12345-1
+sign \x983C 123-246-23
+sign \x8CF4 123-246-23
+sign \x6FD1 123-246-23
+sign \x9D63 123-246-23
+sign \x765E 123-246-23
+sign \x650B 123-35-23
+sign \x85FE 123-246-23
+sign \x7C41 123-246-23
+sign \x702C 123-246-23
+sign \x7028 123-246-23
+sign \x6AF4 123-35-23
+sign \x7669 123-246-23
+sign \x8970 123-246-23
+sign \x7C5F 123-246-23
+sign \x5170 123-1236-2
+sign \x5C9A 123-1236-2
+sign \x62E6 123-1236-2
+sign \x680F 123-1236-2
+sign \x5A6A 123-1236-2
+sign \x847B 123-1236-2
+sign \x5D50 123-1236-2
+sign \x9611 123-1236-2
+sign \x84DD 123-1236-2
+sign \x8C30 123-1236-2
+sign \x53B1 123-1236-2
+sign \x6F9C 123-1236-2
+sign \x8934 123-1236-2
+sign \x7BEE 123-1236-2
+sign \x5116 123-1236-2
+sign \x6593 123-1236-2
+sign \x85CD 123-1236-2
+sign \x95CC 123-1236-2
+sign \x9567 123-1236-2
+sign \x71F7 123-1236-2
+sign \x71E3 123-1236-2
+sign \x61E2 123-1236-2
+sign \x8955 123-1236-2
+sign \x74BC 123-1236-2
+sign \x8B4B 123-1236-2
+sign \x8964 123-1236-2
+sign \x6514 123-1236-2
+sign \x862D 123-1236-2
+sign \x5E71 123-1236-2
+sign \x7C43 123-1236-2
+sign \x7046 123-1236-2
+sign \x703E 123-1236-2
+sign \x7E7F 123-1236-2
+sign \x6B04 123-1236-2
+sign \x6595 123-1236-2
+sign \x7937 123-1236-2
+sign \x8974 123-1236-2
+sign \x56D2 123-1236-2
+sign \x7C63 123-1236-2
+sign \x7061 123-1236-2
+sign \x6B17 123-1236-2
+sign \x8E9D 123-1236-2
+sign \x8B95 123-1236-2
+sign \x946D 123-1236-2
+sign \x897D 123-1236-2
+sign \x9484 123-1236-2
+sign \x97CA 123-1236-2
+sign \x89C8 123-1236-3
+sign \x6D68 123-1236-3
+sign \x63FD 123-1236-3
+sign \x7F06 123-1236-3
+sign \x6984 123-1236-3
+sign \x7F71 123-1236-3
+sign \x6F24 123-1236-3
+sign \x9182 123-1236-3
+sign \x58C8 123-1236-3
+sign \x89A7 123-1236-3
+sign \x61D2 123-1236-3
+sign \x64E5 123-1236-3
+sign \x61F6 123-1236-3
+sign \x5B3E 123-1236-3
+sign \x5B44 123-1236-3
+sign \x89BD 123-1236-3
+sign \x5B4F 123-1236-3
+sign \x652C 123-1236-3
+sign \x7060 123-1236-3
+sign \x6B16 123-1236-3
+sign \x7226 123-1236-3
+sign \x7E9C 123-1236-3
+sign \x70C2 123-1236-23
+sign \x6EE5 123-1236-23
+sign \x71D7 123-1236-23
+sign \x58CF 123-1236-23
+sign \x5682 123-1236-23
+sign \x6FEB 123-1236-23
+sign \x7201 123-1236-23
+sign \x862B 123-1236-2
+sign \x74D3 123-1236-23
+sign \x721B 123-1236-23
+sign \x7224 123-1236-23
+sign \x7CF7 123-1236-23
+sign \x5577 123-236-1
+sign \x90CE 123-236-2
+sign \x52C6 123-236-2
+sign \x90DE 123-236-2
+sign \x72FC 123-236-2
+sign \x9606 123-236-2
+sign \x6B34 123-236-2
+sign \x7405 123-236-2
+sign \x84C8 123-236-2
+sign \x6879 123-236-2
+sign \x658F 123-236-2
+sign \x5ECA 123-236-2
+sign \x5ACF 123-236-2
+sign \x746F 123-236-2
+sign \x6994 123-236-2
+sign \x7860 123-236-2
+sign \x9512 123-236-2
+sign \x7A02 123-236-2
+sign \x7B64 123-236-2
+sign \x8246 123-236-2
+sign \x90D2 123-236-2
+sign \x8782 123-236-2
+sign \x8EB4 123-236-2
+sign \x95AC 123-236-2
+sign \x92C3 123-236-2
+sign \x93AF 123-236-2
+sign \x99FA 123-1346-2
+sign \x60A2 123-1346-23
+sign \x6717 123-236-3
+sign \x6716 123-236-3
+sign \x70FA 123-236-3
+sign \x84E2 123-236-3
+sign \x5871 123-236-3
+sign \x6A03 123-236-2
+sign \x8A8F 123-236-3
+sign \x6724 123-236-3
+sign \x57CC 123-236-23
+sign \x5D00 123-236-23
+sign \x6D6A 123-236-23
+sign \x8497 123-236-23
+sign \x5525 123-3456-2
+sign \x635E 123-235-1
+sign \x7CA9 123-235-1
+sign \x6488 123-235-1
+sign \x52B3 123-235-2
+sign \x52B4 123-235-2
+sign \x7262 123-235-2
+sign \x72EB 123-235-3
+sign \x7A82 123-235-2
+sign \x54F0 123-235-2
+sign \x5D02 123-235-2
+sign \x6D76 123-235-2
+sign \x94F9 123-235-2
+sign \x75E8 123-235-2
+sign \x52DE 123-235-2
+sign \x50D7 123-235-2
+sign \x562E 123-235-2
+sign \x5D97 123-235-2
+sign \x61A6 123-235-23
+sign \x6725 123-235-2
+sign \x61A5 123-235-2
+sign \x78F1 123-235-2
+sign \x7646 123-235-2
+sign \x91AA 123-235-2
+sign \x87E7 123-235-2
+sign \x7C29 123-235-2
+sign \x9412 123-235-2
+sign \x985F 123-235-2
+sign \x9ADD 123-235-2
+sign \x8002 123-235-3
+sign \x8001 123-235-3
+sign \x4F6C 123-235-3
+sign \x8356 123-235-3
+sign \x54BE 123-235-3
+sign \x6045 123-235-3
+sign \x59E5 123-235-3
+sign \x73EF 123-235-3
+sign \x6833 123-235-3
+sign \x7853 123-235-3
+sign \x94D1 123-235-3
+sign \x86EF 123-235-3
+sign \x92A0 123-235-3
+sign \x6A51 123-235-3
+sign \x9BB1 123-235-3
+sign \x8F51 123-235-2
+sign \x5520 123-235-23
+sign \x70D9 123-235-23
+sign \x6D9D 123-235-23
+sign \x8022 123-235-23
+sign \x916A 123-235-23
+sign \x55E0 123-235-23
+sign \x5AEA 123-235-2
+sign \x8EBC 123-235-23
+sign \x6F87 123-235-23
+sign \x6A6F 123-235-23
+sign \x802E 123-235-23
+sign \x8EC2 123-235-23
+sign \x4EC2 123-26-23
+sign \x961E 123-26-23
+sign \x6250 123-26-23
+sign \x827B 123-26-23
+sign \x53FB 123-26-23
+sign \x4E50 123-26-23
+sign \x6C3B 123-26-23
+sign \x5FC7 123-26-23
+sign \x738F 123-26-23
+sign \x6CD0 123-26-23
+sign \x7AFB 123-26-23
+sign \x7833 123-26-23
+sign \x52D2 123-26-23
+sign \x97F7 123-26-23
+sign \x7C15 123-26-23
+sign \x9CD3 123-26-23
+sign \x9C33 123-26-23
+sign \x4E86 123-26
+sign \x9979 123-26
+sign \x990E 123-26-23
+sign \x96F7 123-2346-2
+sign \x8502 123-2346-2
+sign \x5AD8 123-2346-2
+sign \x7F27 123-2346-2
+sign \x757E 123-2346-2
+sign \x6A91 123-2346-2
+sign \x7E32 123-2346-2
+sign \x956D 123-2346-2
+sign \x74C3 123-2346-2
+sign \x6AD1 123-2346-2
+sign \x7FB8 123-2346-2
+sign \x7927 123-2346-2
+sign \x8632 123-2346-2
+sign \x7F4D 123-2346-2
+sign \x9433 123-2346-2
+sign \x8F60 123-2346-2
+sign \x9741 123-2346-2
+sign \x58E8 123-2346-2
+sign \x8646 123-2346-2
+sign \x9C69 123-2346-2
+sign \x6B19 123-2346-2
+sign \x7E9D 123-2346-2
+sign \x9F3A 123-2346-2
+sign \x8012 123-2346-3
+sign \x53BD 123-2346-3
+sign \x8BD4 123-2346-3
+sign \x5792 123-2346-3
+sign \x5841 123-2346-3
+sign \x7D6B 123-2346-3
+sign \x50AB 123-2346-3
+sign \x8A84 123-2346-3
+sign \x854C 123-2346-3
+sign \x6A0F 123-2346-2
+sign \x78CA 123-2346-3
+sign \x857E 123-2346-3
+sign \x78E5 123-2346-3
+sign \x5121 123-2346-3
+sign \x85DF 123-2346-3
+sign \x58D8 123-2346-3
+sign \x7657 123-2346-3
+sign \x77CB 123-2346-3
+sign \x6AD0 123-2346-3
+sign \x7928 123-2346-3
+sign \x7E8D 123-2346-23
+sign \x881D 123-2346-3
+sign \x7045 123-2346-3
+sign \x863D 123-2346-3
+sign \x8B84 123-2346-3
+sign \x513D 123-2346-3
+sign \x9458 123-2346-2
+sign \x9E13 123-2346-3
+sign \x9478 123-2346-3
+sign \x808B 123-2346-23
+sign \x6CEA 123-2346-23
+sign \x7C7B 123-2346-23
+sign \x6D21 123-2346-3
+sign \x6D99 123-2346-23
+sign \x7D2F 123-2346-23
+sign \x6DDA 123-2346-23
+sign \x9179 123-2346-23
+sign \x9287 123-2346-23
+sign \x981B 123-2346-23
+sign \x982A 123-2346-23
+sign \x64C2 123-2346-23
+sign \x9311 123-2346-23
+sign \x6502 123-2346-2
+sign \x790C 123-2346-2
+sign \x98A3 123-2346-23
+sign \x985E 123-2346-23
+sign \x7E87 123-2346-23
+sign \x8631 123-2346-23
+sign \x79B7 123-2346-23
+sign \x561E 123-2346
+sign \x5844 123-3456-2
+sign \x68F1 123-3456-2
+sign \x695E 123-3456-2
+sign \x7890 123-3456-2
+sign \x7A1C 123-3456-2
+sign \x8E1C 123-3456-23
+sign \x8590 123-3456-2
+sign \x51B7 123-3456-3
+sign \x580E 123-3456-23
+sign \x6123 123-3456-23
+sign \x7756 123-3456-23
+sign \x550E 123-24-2
+sign \x5215 123-24-2
+sign \x5398 123-24-2
+sign \x8372 123-24-2
+sign \x5253 123-24-2
+sign \x72F8 123-24-2
+sign \x79BB 123-24-2
+sign \x9A8A 123-24-2
+sign \x740D 123-24-2
+sign \x83DE 123-24-2
+sign \x68B8 123-24-2
+sign \x74FC 123-24-2-123456-3
+sign \x68A8 123-24-2
+sign \x7281 123-24-2
+sign \x60A1 123-24-2
+sign \x9E42 123-24-2
+sign \x55B1 123-24-2
+sign \x68C3 123-24-2
+sign \x7282 123-24-2
+sign \x527A 123-24-2
+sign \x84E0 123-24-2
+sign \x7505 123-24-2-123456-3
+sign \x870A 123-24-2
+sign \x775D 123-24-2
+sign \x7B63 123-24-2
+sign \x8243 123-24-2
+sign \x6F13 123-24-2
+sign \x7F21 123-24-2
+sign \x7483 123-24-2
+sign \x5B77 123-24-2
+sign \x5AE0 123-24-2
+sign \x6A06 123-24-2
+sign \x8C8D 123-24-2
+sign \x7AF0 123-24-2-156-3456-1
+sign \x76E0 123-24-2
+sign \x729B 123-24-2
+sign \x853E 123-24-2
+sign \x92EB 123-24-2
+sign \x9ECE 123-24-2
+sign \x9CA1 123-24-2
+sign \x7CCE 123-24-2
+sign \x8935 123-24-2
+sign \x7F79 123-24-2
+sign \x9305 123-24-2
+sign \x7BF1 123-24-2
+sign \x7E2D 123-24-2
+sign \x91A8 123-24-2
+sign \x87CD 123-24-2
+sign \x8B27 123-24-2
+sign \x91D0 123-24-2
+sign \x85DC 123-24-2
+sign \x569F 123-24-2
+sign \x908C 123-24-2
+sign \x9BCF 123-24-2
+sign \x96E2 123-24-2
+sign \x6584 123-24-2
+sign \x9D79 123-24-2
+sign \x9BEC 123-24-2
+sign \x93EB 123-24-2
+sign \x9EE7 123-24-2
+sign \x863A 123-24-2
+sign \x56C4 123-24-2
+sign \x882B 123-24-2
+sign \x7055 123-24-2
+sign \x8821 123-24-3
+sign \x5EF2 123-24-2
+sign \x5B4B 123-24-2
+sign \x9457 123-24-2
+sign \x5299 123-24-2
+sign \x77D6 125-24-3
+sign \x7A72 123-24-2
+sign \x7C6C 123-24-2
+sign \x7E9A 123-24-2
+sign \x9A6A 123-24-2
+sign \x9E1D 123-24-2
+sign \x9C7A 123-24-2
+sign \x793C 123-24-3
+sign \x674E 123-24-3
+sign \x91CC 123-24-3
+sign \x5CDB 123-24-3
+sign \x4FDA 123-24-3
+sign \x9026 123-24-3
+sign \x54E9 123-24-3
+sign \x5CF2 123-24-3
+sign \x6D6C 123-24-3
+sign \x5A0C 123-24-3
+sign \x7406 123-24-3
+sign \x9502 123-24-3
+sign \x88E1 123-24-3
+sign \x8C4A 123-24-3
+sign \x88CF 123-24-3
+sign \x7CB4 123-24-3
+sign \x92F0 123-24-3
+sign \x9CA4 123-24-3
+sign \x6FA7 123-24-3
+sign \x79AE 123-24-3
+sign \x9BC9 123-24-3
+sign \x87F8 123-24-3
+sign \x91B4 123-24-3
+sign \x9CE2 123-24-3
+sign \x9090 123-24-3
+sign \x6B10 123-24-3
+sign \x9C67 123-24-3
+sign \x6B1A 123-24-3
+sign \x529B 123-24-23
+sign \x5386 123-24-23
+sign \x5389 123-24-23
+sign \x5C74 123-24-23
+sign \x7ACB 123-24-23
+sign \x6738 123-24-23
+sign \x540F 123-24-23
+sign \x575C 123-24-23
+sign \x82C8 123-24-23
+sign \x53D3 123-24-23
+sign \x4E3D 123-24-23
+sign \x52B1 123-24-23
+sign \x5456 123-24-23
+sign \x5229 123-24-23
+sign \x6CA5 123-24-23
+sign \x82D9 123-24-23
+sign \x67A5 123-24-23
+sign \x5CA6 123-24-23
+sign \x4F8B 123-24-23
+sign \x75A0 123-24-23
+sign \x6CB4 123-24-23
+sign \x623E 123-24-23
+sign \x96B6 123-24-23
+sign \x8D72 123-24-23
+sign \x8318 123-24-23
+sign \x8354 123-24-23
+sign \x6803 123-24-23
+sign \x680E 123-24-23
+sign \x90E6 123-24-23
+sign \x7805 123-24-23
+sign \x8F79 123-24-23
+sign \x4FEA 123-24-23
+sign \x4FD0 123-24-23
+sign \x75AC 123-24-23
+sign \x73D5 123-24-23
+sign \x8389 123-24-23
+sign \x8385 123-24-23
+sign \x6835 123-24-23
+sign \x681B 123-24-23
+sign \x6817 123-24-23
+sign \x783A 123-24-23
+sign \x783E 123-24-23
+sign \x79DD 123-24-23
+sign \x7301 123-24-23
+sign \x6D96 123-24-23
+sign \x60A7 123-24-23
+sign \x5A33 123-24-23
+sign \x5A6F 123-24-23
+sign \x86CE 123-24-23
+sign \x86B8 123-24-23
+sign \x5533 123-24-23
+sign \x7B20 123-24-23
+sign \x8137 123-24-23
+sign \x7C9D 123-24-23
+sign \x7C92 123-24-23
+sign \x60B7 123-24-23
+sign \x68D9 123-24-23
+sign \x53A4 123-24-23
+sign \x96F3 123-24-23
+sign \x8DDE 123-24-23
+sign \x86E0 123-24-23
+sign \x8A48 123-24-23
+sign \x5088 123-24-23
+sign \x51D3 123-24-23
+sign \x75E2 123-24-23
+sign \x585B 123-24-23
+sign \x642E 123-24-23
+sign \x849A 123-24-23
+sign \x849E 123-24-23
+sign \x53AF 123-24-23
+sign \x9CE8 123-24-23
+sign \x925D 123-24-23
+sign \x6EA7 123-24-23
+sign \x6144 123-24-23
+sign \x746E 123-24-23
+sign \x53B2 123-24-23
+sign \x6B74 123-24-23
+sign \x66A6 123-24-23
+sign \x8727 123-24-23
+sign \x7D9F 123-24-23
+sign \x96B7 123-24-23
+sign \x52F5 123-24-23
+sign \x6B77 123-24-23
+sign \x66C6 123-24-23
+sign \x7BE5 123-24-23
+sign \x9D17 123-24-23
+sign \x9B01 123-24-23
+sign \x96B8 123-24-23
+sign \x6AAA 123-24-23
+sign \x78FF 123-24-23
+sign \x5DC1 123-24-23
+sign \x7658 123-24-23
+sign \x6FFF 123-24-23
+sign \x6AD4 123-24-23
+sign \x66DE 123-24-23
+sign \x8807 123-24-23
+sign \x72A1 123-24-23
+sign \x512E 123-24-23
+sign \x7204 123-24-23
+sign \x79B2 123-24-23
+sign \x74C5 123-24-23
+sign \x58E2 123-24-23
+sign \x650A 123-24-23
+sign \x85F6 123-24-23
+sign \x6ADF 123-24-23
+sign \x9E97 123-24-23
+sign \x792A 123-24-23
+sign \x56A6 123-24-23
+sign \x701D 123-24-23
+sign \x74D1 123-24-23
+sign \x6AEA 123-24-23
+sign \x792B 123-24-23
+sign \x8823 123-24-23
+sign \x76AA 123-24-23
+sign \x7CF2 123-24-23
+sign \x720F 123-24-23
+sign \x76ED 123-24-23
+sign \x9DC5 123-24-23
+sign \x9148 123-24-23
+sign \x7930 123-24-23
+sign \x5137 123-24-23
+sign \x7667 123-24-23
+sign \x9E9C 123-24-23
+sign \x6526 123-24-23
+sign \x8F62 123-24-23
+sign \x56C7 123-24-23
+sign \x8F63 123-24-23
+sign \x8B88 123-24-23
+sign \x652D 123-24-23
+sign \x9742 123-24-23
+sign \x74E5 123-24-23
+sign \x9C71 123-24-23
+sign \x974B 123-24-23
+sign \x74C8 123-24-2
+sign \x5AFE 123-146-2
+sign \x5941 123-146-2
+sign \x8FDE 123-146-2
+sign \x601C 123-146-2
+sign \x5E18 123-146-2
+sign \x83B2 123-146-2
+sign \x9023 123-146-2
+sign \x6D9F 123-146-2
+sign \x68BF 123-146-2
+sign \x8054 123-146-2
+sign \x88E2 123-146-2
+sign \x84EE 123-146-2
+sign \x55F9 123-146-2
+sign \x5EC9 123-146-2
+sign \x4EB7 123-146-2
+sign \x6F23 123-146-2
+sign \x6E93 123-146-2
+sign \x6169 123-146-2
+sign \x899D 123-146-2
+sign \x5332 123-146-2
+sign \x5969 123-146-2
+sign \x7191 123-146-2
+sign \x8068 123-146-2
+sign \x806B 123-146-2
+sign \x78CF 123-146-2
+sign \x5333 123-146-2
+sign \x5652 123-146-2
+sign \x9CA2 123-146-2
+sign \x5286 123-146-2
+sign \x6190 123-146-2
+sign \x8933 123-146-2
+sign \x806E 123-146-2
+sign \x8595 123-146-2
+sign \x878A 123-146-2
+sign \x6FC2 123-146-2
+sign \x6FD3 123-146-2
+sign \x7FF4 123-146-2
+sign \x7E3A 123-146-2
+sign \x806F 123-146-2
+sign \x6AE3 123-146-2
+sign \x8E65 123-146-2
+sign \x81C1 123-146-2
+sign \x8B30 123-146-2
+sign \x71EB 123-146-2
+sign \x9570 123-146-2
+sign \x938C 123-146-2
+sign \x880A 123-146-2
+sign \x7C3E 123-146-2
+sign \x9B11 123-146-2
+sign \x8B67 123-146-2
+sign \x942E 123-146-2
+sign \x9C31 123-146-2
+sign \x7C62 123-146-2
+sign \x7C68 123-146-2
+sign \x740F 123-146-3
+sign \x655B 123-146-3
+sign \x8138 123-146-3
+sign \x88E3 123-146-3
+sign \x7489 123-146-3
+sign \x8539 123-146-3
+sign \x69E4 123-146-2
+sign \x5B1A 123-146-3
+sign \x913B 123-146-3
+sign \x6582 123-146-3
+sign \x6B5B 123-146-3
+sign \x81C9 123-146-3
+sign \x895D 123-146-3
+sign \x7FB7 123-146-3
+sign \x861E 123-146-3
+sign \x861D 123-146-3
+sign \x7EC3 123-146-23
+sign \x70BC 123-146-23
+sign \x604B 123-146-23
+sign \x6D70 123-146-23
+sign \x6B93 123-146-23
+sign \x581C 123-146-23
+sign \x8430 123-146-23
+sign \x94FE 123-146-23
+sign \x50C6 123-146-2
+sign \x6E45 123-146-23
+sign \x5AA1 123-146-23
+sign \x7453 123-146-23
+sign \x6459 123-146-3
+sign \x695D 123-146-23
+sign \x7149 123-146-23
+sign \x6F4B 123-146-23
+sign \x7A34 125-146-2
+sign \x7DF4 123-146-23
+sign \x932C 123-146-23
+sign \x6FB0 123-146-23
+sign \x6BAE 123-146-23
+sign \x934A 123-146-23
+sign \x93C8 123-146-23
+sign \x9C0A 123-146-23
+sign \x7032 123-146-23
+sign \x6200 123-146-23
+sign \x7E9E 123-146-23
+sign \x7C17 123-1346-1
+sign \x826F 123-1346-2
+sign \x4FCD 123-1346-2
+sign \x83A8 123-1346-2
+sign \x51C9 123-1346-2
+sign \x6DBC 123-1346-2
+sign \x6881 123-1346-2
+sign \x690B 123-1346-2
+sign \x8F8C 123-1346-2
+sign \x870B 123-236-2
+sign \x7CAE 123-1346-2
+sign \x7CB1 123-1346-2
+sign \x589A 123-1346-2
+sign \x7DA1 123-1346-2
+sign \x6A11 123-1346-2
+sign \x8F2C 123-1346-2
+sign \x7CE7 123-1346-2
+sign \x51AB 12-16-1
+sign \x4E21 123-1346-3
+sign \x4E24 123-1346-3
+sign \x5169 123-1346-3
+sign \x4FE9 123-1246-3
+sign \x5521 123-1346-3
+sign \x5006 123-1346-3
+sign \x639A 123-1346-3
+sign \x5562 123-1346-3
+sign \x813C 123-1346-3
+sign \x88F2 123-1346-3
+sign \x873D 123-1346-3
+sign \x7DC9 123-1346-3
+sign \x9B49 123-1346-3
+sign \x9B4E 123-1346-3
+sign \x4EAE 123-1346-23
+sign \x54F4 123-1346-23
+sign \x8C05 123-1346-23
+sign \x8F86 123-1346-23
+sign \x9753 123-1346-23
+sign \x91CF 123-1346-23
+sign \x667E 123-1346-23
+sign \x55A8 123-1346-23
+sign \x6E78 123-1346-23
+sign \x8F0C 123-1346-23
+sign \x7177 125-135-3
+sign \x8E09 123-1346-23
+sign \x975A 123-1346-23
+sign \x8F1B 123-1346-23
+sign \x8AD2 123-1346-23
+sign \x9344 123-1346-23
+sign \x8E7D 123-345-1
+sign \x8FBD 123-345-2
+sign \x7597 123-345-2
+sign \x804A 123-345-2
+sign \x5D7A 123-345-2
+sign \x50DA 123-345-2
+sign \x818B 123-345-2
+sign \x6F3B 123-345-2
+sign \x6180 123-345-2
+sign \x5BE5 123-345-2
+sign \x64A9 123-345-1
+sign \x907C 123-345-2
+sign \x6579 123-345-2
+sign \x5639 123-345-2
+sign \x5D9A 123-345-2
+sign \x5D9B 123-345-2
+sign \x7360 123-345-2
+sign \x6F66 123-345-2
+sign \x61AD 123-345-3
+sign \x5BEE 123-345-2
+sign \x5AFD 123-345-2
+sign \x7F2D 123-345-2
+sign \x7499 123-345-2
+sign \x66B8 123-345-2
+sign \x81AB 123-345-2
+sign \x71CE 123-345-2
+sign \x7AB7 123-345-2
+sign \x9E69 123-345-2
+sign \x7642 123-345-2
+sign \x7AC2 123-345-2
+sign \x85D4 123-345-2
+sign \x8CFF 123-345-2
+sign \x8E58 123-345-2
+sign \x87DF 123-345-2
+sign \x7C1D 123-345-2
+sign \x8C42 123-345-2
+sign \x5EEB 123-345-2
+sign \x5C6A 123-345-2
+sign \x7E5A 123-345-2
+sign \x957D 123-345-3
+sign \x720E 123-345-2
+sign \x9ACE 123-345-2
+sign \x98C9 123-345-2
+sign \x9DEF 123-345-2
+sign \x948C 123-345-3
+sign \x91D5 123-345-3
+sign \x911D 123-345-3
+sign \x84FC 123-345-3
+sign \x7212 123-345-3
+sign \x5C25 123-345-23
+sign \x5C26 123-345-23
+sign \x7093 123-345-23
+sign \x6599 123-345-23
+sign \x5C1E 123-345-2
+sign \x6482 123-345-23
+sign \x5ED6 123-345-23
+sign \x77AD 123-345-3
+sign \x87C9 123-1256-2
+sign \x9563 123-345-23
+sign \x9410 123-345-23
+sign \x6BDF 134-26-1
+sign \x6318 123-15-3
+sign \x54A7 123-15-3
+sign \x57D3 123-15-23
+sign \x5217 123-15-23
+sign \x52A3 123-15-23
+sign \x52A6 125-15-2
+sign \x52BD 123-15-23
+sign \x51BD 123-15-23
+sign \x6312 123-15-23
+sign \x8322 123-15-23
+sign \x8FFE 123-15-23
+sign \x59F4 123-15-23
+sign \x5CE2 123-24-3
+sign \x6D0C 123-15-23
+sign \x57D2 123-15-23
+sign \x70EE 123-15-23
+sign \x70C8 123-15-23
+sign \x6D56 123-15-23
+sign \x6369 123-15-23
+sign \x811F 123-15-23
+sign \x730E 123-15-23
+sign \x731F 123-15-23
+sign \x88C2 123-15-23
+sign \x86DA 123-15-23
+sign \x8D94 123-15-23
+sign \x8057 123-15-23
+sign \x7759 123-15-23
+sign \x716D 123-15-23
+sign \x98B2 123-15-23
+sign \x5DE4 123-15-23
+sign \x9D37 123-15-23
+sign \x9BA4 123-15-23
+sign \x5120 123-15-23
+sign \x64F8 123-15-23
+sign \x7375 123-15-23
+sign \x72A3 123-15-23
+sign \x7209 123-35-23
+sign \x9B1B 123-15-23
+sign \x8E90 123-15-23
+sign \x9B23 123-15-23
+sign \x9C72 123-15-23
+sign \x62CE 123-126-1
+sign \x53B8 123-126-2
+sign \x90BB 123-126-2
+sign \x6797 123-126-2
+sign \x4E34 123-126-2
+sign \x5549 123-126-2
+sign \x5D0A 123-126-2
+sign \x6DCB 123-126-2
+sign \x60CF 123-126-2
+sign \x7433 123-126-2
+sign \x667D 123-126-2
+sign \x7CA6 123-126-2
+sign \x7884 123-126-2
+sign \x7B96 123-126-2
+sign \x9130 123-126-2
+sign \x7CBC 123-126-2
+sign \x96A3 123-126-2
+sign \x5D99 123-126-2
+sign \x735C 123-126-2
+sign \x9074 123-126-2
+sign \x6F7E 123-126-2
+sign \x7498 123-126-2
+sign \x9716 123-126-2
+sign \x8F9A 123-126-2
+sign \x66BD 123-126-2
+sign \x65B4 123-126-2
+sign \x71D0 123-126-2
+sign \x81E8 123-126-2
+sign \x78F7 123-126-2
+sign \x77B5 123-126-2
+sign \x7584 123-126-2
+sign \x9E90 123-126-2
+sign \x7FF7 123-126-2
+sign \x7E57 123-126-2
+sign \x8F54 123-126-2
+sign \x8E78 123-126-23
+sign \x58E3 123-126-2
+sign \x93FB 123-126-2
+sign \x9CDE 123-126-2
+sign \x7036 123-126-2
+sign \x9A4E 123-126-2
+sign \x9C57 123-126-2
+sign \x9E9F 123-126-2
+sign \x83FB 123-126-3
+sign \x649B 123-126-3
+sign \x51DB 123-126-3
+sign \x51DC 123-126-3
+sign \x5EEA 123-126-3
+sign \x5EE9 123-126-3
+sign \x6F9F 123-126-3
+sign \x61D4 123-126-3
+sign \x61CD 123-126-3
+sign \x6AA9 123-126-3
+sign \x6A81 123-126-3
+sign \x9872 123-1236-3
+sign \x541D 123-126-23
+sign \x6061 123-126-23
+sign \x8D41 123-126-23
+sign \x608B 123-126-23
+sign \x711B 123-126-23
+sign \x8CC3 123-126-23
+sign \x4E83 123-126-23
+sign \x853A 123-126-23
+sign \x50EF 123-126-3
+sign \x6A49 123-126-23
+sign \x95B5 123-126-23
+sign \x81A6 123-126-23
+sign \x7510 123-126-23
+sign \x85FA 123-126-23
+sign \x8E8F 123-126-23
+sign \x8E99 123-126-23
+sign \x8F65 123-126-23
+sign \x8EAA 123-126-23
+sign \x4F36 123-16-2
+sign \x5222 123-16-2
+sign \x7075 123-16-2
+sign \x963E 123-16-2
+sign \x590C 123-16-2
+sign \x577D 123-16-2
+sign \x82D3 123-16-2
+sign \x5CBA 123-16-2
+sign \x56F9 123-16-2
+sign \x5F7E 123-16-2
+sign \x72D1 123-16-2
+sign \x6CE0 123-16-2
+sign \x59C8 123-16-2
+sign \x73B2 123-16-2
+sign \x67C3 123-16-2
+sign \x6624 123-16-2
+sign \x74F4 123-16-2
+sign \x670E 123-16-2
+sign \x7831 123-16-2
+sign \x94C3 123-16-2
+sign \x79E2 123-16-2
+sign \x5030 123-3456-23
+sign \x768A 123-16-2
+sign \x9E30 123-16-2
+sign \x51CC 123-16-2
+sign \x7ADB 123-16-2
+sign \x888A 123-16-3
+sign \x9675 123-16-2
+sign \x740C 123-16-2
+sign \x6395 123-16-2
+sign \x8046 123-16-2
+sign \x83F1 123-16-2
+sign \x68C2 123-16-2
+sign \x86C9 123-16-2
+sign \x5D1A 123-16-2
+sign \x7B2D 123-16-2
+sign \x8851 123-16-2
+sign \x8232 123-16-2
+sign \x7FCE 123-16-2
+sign \x7F9A 123-16-2
+sign \x6DE9 123-16-2
+sign \x5A48 123-16-2
+sign \x7EEB 123-16-2
+sign \x7D37 123-16-2
+sign \x8EE8 123-16-2
+sign \x8DC9 123-16-2
+sign \x8A45 123-16-2
+sign \x797E 123-16-2
+sign \x84E4 123-16-2
+sign \x96F6 123-16-2
+sign \x9F84 123-16-2
+sign \x959D 123-16-2
+sign \x9234 123-16-2
+sign \x88EC 123-16-2
+sign \x8506 123-16-2
+sign \x7DBE 123-16-2
+sign \x99D6 123-16-2
+sign \x8F18 123-16-2
+sign \x970A 123-16-2
+sign \x8576 123-16-2
+sign \x9717 123-16-2
+sign \x9E77 123-16-2
+sign \x9302 123-16-2
+sign \x9D12 123-16-2
+sign \x9CAE 123-16-2
+sign \x9B7F 123-16-2
+sign \x6FAA 123-16-2
+sign \x971D 123-16-2
+sign \x971B 123-16-2
+sign \x9F62 123-16-2
+sign \x71EF 123-16-2
+sign \x9143 123-16-2
+sign \x9BEA 123-16-2
+sign \x702E 123-16-2
+sign \x8626 123-16-2
+sign \x5B41 123-16-2
+sign \x9F61 123-16-2
+sign \x6AFA 123-16-2
+sign \x91BD 123-16-2
+sign \x9748 123-16-2
+sign \x6B1E 123-16-2
+sign \x9EA2 123-16-2
+sign \x7227 123-16-2
+sign \x9F97 123-16-2
+sign \x5CAD 123-16-3
+sign \x9886 123-16-3
+sign \x9818 123-16-3
+sign \x5DBA 123-16-3
+sign \x53E6 123-16-23
+sign \x4EE4 123-16-23
+sign \x5464 123-16-23
+sign \x70A9 123-16-23
+sign \x6E9C 123-1256-1
+sign \x7198 123-1256-1
+sign \x5218 123-1256-2
+sign \x6CA0 123-1256-2
+sign \x7544 123-1256-2
+sign \x6D4F 123-1256-2
+sign \x7559 123-1256-2
+sign \x6D41 123-1256-2
+sign \x7409 123-1256-2
+sign \x65C8 123-1256-2
+sign \x7571 123-1256-2
+sign \x786B 123-1256-2
+sign \x88D7 123-1256-2
+sign \x84A5 123-1256-2
+sign \x84C5 123-1256-2
+sign \x5D67 123-1256-2
+sign \x998F 123-1256-2
+sign \x65D2 123-1256-2
+sign \x5AB9 123-1256-2
+sign \x9A9D 123-1256-2
+sign \x7460 123-1256-2
+sign \x69B4 123-1256-2
+sign \x98D7 123-1256-2
+sign \x99E0 123-1256-2
+sign \x78C2 123-1256-2
+sign \x954F 123-1256-2
+sign \x9E60 123-1256-2
+sign \x5289 123-1256-2
+sign \x7624 123-1256-2
+sign \x746C 123-1256-2
+sign \x74A2 123-1256-2
+sign \x6A4A 123-1256-2
+sign \x7581 123-1256-2
+sign \x9560 123-1256-2
+sign \x99F5 123-1256-2
+sign \x7645 123-1256-2
+sign \x85F0 123-1256-2
+sign \x56A0 123-1256-2
+sign \x93A6 123-1256-2
+sign \x993E 123-1256-2
+sign \x9E8D 123-1256-2
+sign \x700F 123-1256-2
+sign \x938F 123-1256-2
+sign \x61F0 123-1256-2
+sign \x93D0 123-1256-2
+sign \x98C0 123-1256-2
+sign \x9A2E 123-1256-2
+sign \x9402 123-1256-2
+sign \x9C21 123-1256-2
+sign \x98C5 123-1256-2
+sign \x9DB9 123-1256-2
+sign \x9A51 123-1256-2
+sign \x73CB 123-1256-3
+sign \x67F3 123-1256-3
+sign \x6801 123-1256-3
+sign \x685E 123-1256-3
+sign \x687A 123-1256-3
+sign \x7EFA 123-1256-3
+sign \x950D 123-1256-3
+sign \x7DB9 123-1256-3
+sign \x7F76 123-1256-3
+sign \x92F6 123-1256-3
+sign \x71AE 123-1256-3
+sign \x6A6E 123-1256-3
+sign \x7F80 123-1256-3
+sign \x5B3C 123-1256-3
+sign \x516D 123-1256-23
+sign \x586F 123-1256-23
+sign \x905B 123-1256-23
+sign \x5EC7 123-1256-23
+sign \x6F91 123-1256-1
+sign \x78DF 123-1256-23
+sign \x9E68 123-1256-23
+sign \x8E53 123-1256-1
+sign \x9724 123-1256-23
+sign \x96E1 123-1256-23
+sign \x9B38 123-1256-23
+sign \x98C2 123-345-2
+sign \x9DDA 123-1256-23
+sign \x56D6 123-135-2
+sign \x9F99 123-256-2
+sign \x830F 123-256-2
+sign \x5499 123-256-2
+sign \x6CF7 123-256-2
+sign \x73D1 123-256-2
+sign \x680A 123-256-2
+sign \x663D 123-256-2
+sign \x80E7 123-256-2
+sign \x783B 123-256-2
+sign \x772C 123-256-2
+sign \x7ADC 123-256-2
+sign \x804B 123-256-2
+sign \x7B3C 123-256-2
+sign \x9686 123-256-2
+sign \x6E70 123-256-2
+sign \x856F 123-256-2
+sign \x69DE 123-256-2
+sign \x5D90 123-256-2
+sign \x6F0B 123-256-2
+sign \x7BED 123-256-2
+sign \x7643 123-256-2
+sign \x9F8D 123-256-2
+sign \x7ABF 123-256-2
+sign \x93E7 123-256-2
+sign \x8622 123-256-2
+sign \x9733 123-256-2
+sign \x56A8 123-256-2
+sign \x5DC3 123-256-2
+sign \x5DC4 123-256-2
+sign \x7027 123-256-2
+sign \x74CF 123-256-2
+sign \x6AF3 123-256-2
+sign \x66E8 123-256-2
+sign \x6727 123-256-2
+sign \x7216 123-256-2
+sign \x7932 123-256-2
+sign \x77D3 123-256-2
+sign \x9F92 123-256-2
+sign \x7931 123-256-2
+sign \x8971 123-256-2
+sign \x9F93 123-256-2
+sign \x882C 123-256-2
+sign \x7C60 123-256-2
+sign \x807E 123-256-2
+sign \x882A 123-256-2
+sign \x8E98 123-256-2
+sign \x8C45 123-256-2
+sign \x9747 123-256-2
+sign \x9468 123-256-2
+sign \x9A61 123-256-2
+sign \x9E17 123-256-2
+sign \x9647 123-256-3
+sign \x5785 123-256-3
+sign \x62E2 123-256-3
+sign \x5784 123-256-3
+sign \x5131 123-256-3
+sign \x96B4 123-256-3
+sign \x58E0 123-256-3
+sign \x650F 123-256-3
+sign \x5FBF 123-256-23
+sign \x58DF 123-256-3
+sign \x7AC9 123-256-3
+sign \x6887 123-256-23
+sign \x7866 123-256-23
+sign \x8856 125-1346-23
+sign \x8D1A 123-256-23
+sign \x779C 123-12356-1
+sign \x5A04 123-12356-2
+sign \x5A41 123-12356-2
+sign \x507B 123-346-3
+sign \x848C 123-12356-2
+sign \x6E87 123-12356-2
+sign \x697C 123-12356-2
+sign \x50C2 123-346-3
+sign \x851E 123-12356-2
+sign \x9071 123-12356-2
+sign \x560D 123-12356
+sign \x5ED4 123-12356-2
+sign \x617A 123-12356-2
+sign \x8027 123-12356-2
+sign \x6A13 123-12356-2
+sign \x877C 123-12356-2
+sign \x81A2 123-346-2
+sign \x71A1 123-12356-2
+sign \x802C 123-12356-2
+sign \x87BB 123-12356-2
+sign \x825B 123-12356-2
+sign \x9AC5 123-12356-2
+sign \x8EC1 123-12356-2
+sign \x8B31 123-12356-2
+sign \x97BB 123-12356-2
+sign \x9ACF 123-12356-2
+sign \x6402 123-12356-3
+sign \x5D5D 123-12356-3
+sign \x587F 123-12356-3
+sign \x645F 123-12356-3
+sign \x5D81 123-12356-3
+sign \x6F0A 123-12356-2
+sign \x750A 123-12356-3
+sign \x7BD3 123-12356-3
+sign \x7C0D 123-12356-3
+sign \x964B 123-12356-23
+sign \x5C5A 123-12356-23
+sign \x9542 123-12356-23
+sign \x7618 123-12356-23
+sign \x6F0F 123-12356-23
+sign \x763B 123-12356-23
+sign \x763A 123-12356-23
+sign \x93E4 123-12356-23
+sign \x55BD 123-12356
+sign \x64B8 123-136-1
+sign \x565C 123-136-1
+sign \x6C07 123-136-3
+sign \x8B22 123-136-1
+sign \x64FC 123-136-1
+sign \x5695 123-136-1
+sign \x5362 123-136-2
+sign \x82A6 123-136-2
+sign \x5E90 123-136-2
+sign \x5786 123-136-2
+sign \x67A6 123-136-2
+sign \x7089 123-136-2
+sign \x6CF8 123-136-2
+sign \x680C 123-136-2
+sign \x8F73 123-136-2
+sign \x80EA 123-136-2
+sign \x9E2C 123-136-2
+sign \x822E 123-136-2
+sign \x9885 123-136-2
+sign \x823B 123-136-2
+sign \x7388 123-136-2
+sign \x9229 123-136-2
+sign \x9C88 123-136-2
+sign \x9B72 123-136-2
+sign \x76E7 123-136-2
+sign \x74B7 123-136-2
+sign \x58DA 123-136-2
+sign \x650E 123-136-2
+sign \x8606 123-136-2
+sign \x56A7 123-136-2
+sign \x7379 123-136-2
+sign \x5EEC 123-136-2
+sign \x7018 123-136-2
+sign \x74D0 123-136-2
+sign \x6AE8 123-136-2
+sign \x81DA 123-136-2
+sign \x7210 123-136-2
+sign \x77D1 123-136-2
+sign \x8826 123-136-2
+sign \x7F4F 123-136-2
+sign \x7C5A 123-136-2
+sign \x826B 123-136-2
+sign \x7E91 123-136-2
+sign \x8F64 123-136-2
+sign \x946A 123-136-2
+sign \x9871 123-136-2
+sign \x9AD7 123-136-2
+sign \x9E15 123-136-2
+sign \x9C78 123-136-2
+sign \x9EF8 123-136-2
+sign \x5364 123-136-3
+sign \x864F 123-136-3
+sign \x635B 123-346-3
+sign \x6314 123-346-3
+sign \x63B3 123-136-3
+sign \x9E75 123-136-3
+sign \x7875 123-136-3
+sign \x9C81 123-136-3
+sign \x865C 123-136-3
+sign \x5877 123-136-3
+sign \x84FE 123-136-3
+sign \x6EF7 123-136-3
+sign \x6A10 123-136-3
+sign \x9B6F 123-136-3
+sign \x6F9B 123-136-3
+sign \x64C4 123-136-3
+sign \x6A79 123-136-3
+sign \x78E0 123-136-3
+sign \x9565 123-136-3
+sign \x7002 123-136-3
+sign \x6AD3 123-136-3
+sign \x8263 123-136-3
+sign \x93C0 123-136-3
+sign \x826A 123-136-3
+sign \x942A 123-136-3
+sign \x9465 123-136-3
+sign \x5725 123-136-23
+sign \x752A 123-136-23
+sign \x9646 123-136-23
+sign \x5774 123-136-23
+sign \x4F93 123-136-23
+sign \x5F55 123-136-23
+sign \x5F54 123-136-23
+sign \x5CCD 123-136-23
+sign \x52CE 123-136-23
+sign \x8F82 123-136-23
+sign \x8D42 123-136-23
+sign \x9678 123-136-23
+sign \x83C9 123-136-23
+sign \x7849 123-136-23
+sign \x9E7F 123-136-23
+sign \x6DD5 123-136-23
+sign \x6E0C 123-136-23
+sign \x6DE5 123-136-23
+sign \x902F 123-136-23
+sign \x5A3D 123-136-23
+sign \x7FCF 123-1256-23
+sign \x742D 123-136-23
+sign \x6902 123-136-23
+sign \x7984 123-136-23
+sign \x797F 123-136-23
+sign \x8F05 123-136-23
+sign \x788C 123-136-23
+sign \x8CC2 123-136-23
+sign \x7769 123-136-23
+sign \x8DEF 123-136-23
+sign \x7A11 123-136-23
+sign \x50C7 123-136-23
+sign \x76DD 123-136-23
+sign \x5279 123-136-23
+sign \x52E0 123-136-23
+sign \x5876 123-136-23
+sign \x645D 123-136-23
+sign \x850D 123-136-23
+sign \x7B93 123-136-23
+sign \x5ED8 123-136-23
+sign \x7CB6 123-136-23
+sign \x6F09 123-136-23
+sign \x8DA2 123-136-23
+sign \x6A1A 123-136-23
+sign \x9181 123-136-23
+sign \x8F98 123-136-23
+sign \x8E1B 123-136-23
+sign \x8194 123-136-23
+sign \x819F 123-346-23
+sign \x89EE 123-136-23
+sign \x719D 123-136-23
+sign \x622E 123-136-23
+sign \x8557 123-136-23
+sign \x7A4B 123-136-23
+sign \x9334 123-136-23
+sign \x9332 123-136-23
+sign \x9304 123-136-23
+sign \x6F5E 123-136-23
+sign \x7490 123-136-23
+sign \x87B0 123-136-23
+sign \x7C0F 123-136-23
+sign \x9D3C 123-136-23
+sign \x9A04 123-136-23
+sign \x8F46 123-136-23
+sign \x9E6D 123-136-23
+sign \x8E57 123-136-23
+sign \x7C36 123-136-23
+sign \x9D71 123-136-23
+sign \x9E93 123-136-23
+sign \x7C35 123-136-23
+sign \x7C2C 123-136-23
+sign \x9D66 123-136-23
+sign \x93D5 123-136-23
+sign \x9BE5 123-136-23
+sign \x9A3C 123-136-23
+sign \x9732 123-136-23
+sign \x93F4 123-136-23
+sign \x7C59 123-136-23
+sign \x89FB 123-24-23
+sign \x8642 123-136-23
+sign \x9DFA 123-136-23
+sign \x6C0C 123-136-3
+sign \x5CE6 123-12456-2
+sign \x5B6A 123-12456-2
+sign \x5A08 123-12456-2
+sign \x683E 123-12456-2
+sign \x631B 123-12456-2
+sign \x9E3E 123-12456-2
+sign \x8114 123-12456-2
+sign \x6EE6 123-12456-2
+sign \x92AE 123-12456-2
+sign \x9D49 123-12456-2
+sign \x571D 123-12456-2
+sign \x5971 123-12456-2
+sign \x5DD2 123-12456-2
+sign \x5B7F 123-12456-2
+sign \x5B4C 123-12456-2
+sign \x6B12 123-12456-2
+sign \x66EB 123-12456-2
+sign \x7053 123-12456-2
+sign \x6523 123-12456-2
+sign \x7F89 123-12456-2
+sign \x81E0 123-12456-2
+sign \x864A 123-12456-2
+sign \x571E 123-12456-2
+sign \x7064 123-12456-2
+sign \x947E 123-12456-2
+sign \x7674 123-12456-2
+sign \x9E1E 123-12456-2
+sign \x7675 123-12456-2
+sign \x5375 123-12456-3
+sign \x4E71 123-12456-23
+sign \x91E0 123-12456-23
+sign \x4E82 123-12456-23
+sign \x858D 12456-23
+sign \x63A0 123-23456-23
+sign \x5BFD 123-346-23
+sign \x5260 13-16-2
+sign \x7A24 123-23456-23
+sign \x64FD 123-23456-23
+sign \x62A1 123-25-1
+sign \x6384 123-25-1
+sign \x4ED1 123-25-2
+sign \x4F26 123-25-2
+sign \x56F5 123-25-2
+sign \x6CA6 123-25-2
+sign \x7EB6 123-25-2
+sign \x8F6E 123-25-2
+sign \x4F96 123-25-23
+sign \x502B 123-25-2
+sign \x966F 123-25-2
+sign \x83D5 123-25-2
+sign \x5D18 123-25-2
+sign \x5D19 123-25-2
+sign \x5707 123-25-2
+sign \x6DEA 123-25-2
+sign \x60C0 123-25-2
+sign \x5A68 123-25-2
+sign \x68C6 123-25-2
+sign \x8140 123-25-2
+sign \x7896 123-25-2
+sign \x55E7 1245-1246-1-123-25-2
+sign \x8023 123-25-2
+sign \x8726 123-25-2
+sign \x7DB8 123-25-2
+sign \x8F2A 123-25-2
+sign \x8E1A 123-25-2
+sign \x78EE 123-25-2
+sign \x9300 123-25-2
+sign \x9BE9 123-25-2
+sign \x7A10 123-25-3
+sign \x8BBA 123-25-23
+sign \x57E8 123-25-3
+sign \x6EA3 123-25-23
+sign \x8AD6 123-25-23
+sign \x5570 123-135-1
+sign \x9831 123-135-1
+sign \x7F57 123-135-2
+sign \x841D 123-135-2
+sign \x903B 123-135-2
+sign \x8136 123-135-2
+sign \x7321 123-135-2
+sign \x6924 123-135-2
+sign \x8161 123-135-2
+sign \x9523 123-135-2
+sign \x7BA9 123-135-2
+sign \x9AA1 123-135-2
+sign \x9559 123-135-2
+sign \x87BA 123-135-2
+sign \x7F85 123-135-2
+sign \x93CD 123-135-2
+sign \x89B6 123-135-2
+sign \x9A3E 123-135-2
+sign \x89BC 123-135-2
+sign \x5138 123-135-2
+sign \x863F 123-135-2
+sign \x908F 123-135-2
+sign \x7380 123-135-2
+sign \x6B0F 123-135-2
+sign \x9A58 123-135-2
+sign \x9E01 123-135-2
+sign \x7C6E 123-135-2
+sign \x947C 123-135-2
+sign \x9960 123-135-2
+sign \x5246 123-135-3
+sign \x7822 123-135-3
+sign \x502E 123-135-3
+sign \x84CF 123-135-3
+sign \x88F8 123-135-3
+sign \x8EB6 123-135-3
+sign \x7630 123-135-3
+sign \x8803 123-135-3
+sign \x81DD 123-135-3
+sign \x651E 123-135-2
+sign \x66EA 123-135-3
+sign \x7673 123-135-3
+sign \x6CFA 123-135-23
+sign \x8366 123-135-23
+sign \x5CC8 123-135-23
+sign \x6D1B 123-135-23
+sign \x7EDC 123-135-23
+sign \x9A86 123-135-23
+sign \x73DE 123-135-23
+sign \x6D1C 123-135-23
+sign \x843D 123-135-23
+sign \x7B3F 123-135-23
+sign \x7D61 123-135-23
+sign \x645E 123-135-23
+sign \x96D2 123-135-23
+sign \x7296 123-135-23
+sign \x6F2F 123-135-23
+sign \x9BA5 123-135-23
+sign \x9D45 123-135-23
+sign \x6FFC 123-135-23
+sign \x7E99 123-135-23
+sign \x9C73 123-26-23
+sign \x56C9 123-135-1
+sign \x9A74 123-346-2
+sign \x95FE 123-346-2
+sign \x6988 123-346-2
+sign \x99BF 123-346-2
+sign \x95AD 123-346-2
+sign \x6C00 123-346-2
+sign \x85D8 123-346-2
+sign \x6ADA 123-346-2
+sign \x66E5 123-136-2
+sign \x9DDC 123-12356-2
+sign \x9A62 123-346-2
+sign \x5415 123-346-3
+sign \x5442 123-346-3
+sign \x90D8 123-346-3
+sign \x4FA3 123-346-3
+sign \x4FB6 123-346-3
+sign \x634B 123-346-3
+sign \x68A0 123-346-3
+sign \x65C5 123-346-3
+sign \x7112 123-346-3
+sign \x7963 123-346-3
+sign \x94DD 123-346-3
+sign \x7A06 123-346-3
+sign \x5C61 123-346-3
+sign \x7F15 123-346-3
+sign \x7D7D 123-346-3
+sign \x92C1 123-346-3
+sign \x8182 123-346-3
+sign \x891B 123-346-3
+sign \x5C62 123-346-3
+sign \x5C65 123-346-3
+sign \x8190 123-346-3
+sign \x8938 123-346-3
+sign \x7A5E 123-346-3
+sign \x5122 123-346-3
+sign \x7E37 123-346-3
+sign \x7A6D 123-346-3
+sign \x578F 123-346-23
+sign \x5F8B 123-346-23
+sign \x8651 123-346-23
+sign \x54F7 123-15-23
+sign \x7387 123-346-23
+sign \x7EFF 123-346-23
+sign \x844E 123-346-23
+sign \x5D42 123-346-23
+sign \x6C2F 123-346-23
+sign \x6EE4 123-346-23
+sign \x7DD1 123-136-23
+sign \x7DA0 123-346-23
+sign \x616E 123-346-23
+sign \x7BBB 123-346-23
+sign \x52F4 123-346-23
+sign \x7E42 123-346-23
+sign \x6FFE 123-346-23
+sign \x6AD6 123-346-23
+sign \x7208 123-346-23
+sign \x535B 123-346-23
+sign \x9462 123-346-23
+sign \x7565 123-23456-23
+sign \x7567 123-23456-23
+sign \x950A 123-23456-23
+sign \x5719 123-23456-23
+sign \x92DD 123-23456-23
+sign \x92E2 123-23456-23
+sign \x5988 134-35-1
+sign \x5ABD 134-35-1
+sign \x9EBB 134-35-2
+sign \x55CE 134-35
+sign \x75F2 134-35-2
+sign \x75F3 123-126-2
+sign \x8534 134-35-2
+sign \x5AF2 134-35-1
+sign \x7298 134-35-2
+sign \x87C7 134-35-2
+sign \x87C6 134-35-2
+sign \x9A6C 134-35-3
+sign \x72B8 134-35-3
+sign \x739B 134-35-3
+sign \x7801 134-35-3
+sign \x8682 134-35-3
+sign \x99AC 134-35-3
+sign \x508C 134-35-23
+sign \x9064 134-35-3
+sign \x7341 134-35-3
+sign \x6EA4 134-35-3
+sign \x746A 134-35-3
+sign \x78BC 134-35-3
+sign \x879E 134-35-3
+sign \x93B7 134-35-3
+sign \x9DCC 134-35-3
+sign \x9C22 134-35-3
+sign \x6769 134-35-23
+sign \x7943 134-35-23
+sign \x9581 134-35-23
+sign \x9A82 134-35-23
+sign \x7770 134-35-23
+sign \x69AA 134-35-23
+sign \x79A1 134-35-23
+sign \x7F75 134-35-23
+sign \x99E1 134-35-23
+sign \x7923 134-15-23
+sign \x9B15 134-35-23
+sign \x5417 134-35
+sign \x561B 134-35
+sign \x57CB 134-246-2
+sign \x85B6 134-246-2
+sign \x973E 134-246-2
+sign \x4E70 134-246-3
+sign \x836C 134-246-3
+sign \x8CB7 134-246-3
+sign \x8552 134-246-3
+sign \x562A 134-246-3
+sign \x9DF6 134-246-3
+sign \x52A2 134-246-23
+sign \x8FC8 134-246-23
+sign \x9EA6 134-246-23
+sign \x58F2 134-246-23
+sign \x4F45 134-246-23
+sign \x5356 134-246-23
+sign \x8109 134-246-23
+sign \x551B 134-246-23
+sign \x8108 134-246-23
+sign \x9EA5 134-246-23
+sign \x8847 134-246-23
+sign \x52F1 134-246-23
+sign \x561C 134-246-23
+sign \x8CE3 134-246-23
+sign \x9081 134-246-23
+sign \x9721 134-246-23
+sign \x9722 134-246-23
+sign \x989F 134-1236-1
+sign \x9862 134-1236-1
+sign \x59CF 134-1236-2
+sign \x6097 134-1236-2
+sign \x86EE 134-1236-2
+sign \x9992 134-1236-2
+sign \x6172 134-1236-2
+sign \x6A20 134-1236-2
+sign \x7792 134-1236-2
+sign \x9794 134-1236-2
+sign \x779E 134-1236-2
+sign \x9945 134-1236-2
+sign \x9CD7 134-1236-2
+sign \x9B17 134-1236-2
+sign \x9B18 134-1236-2
+sign \x9C3B 134-1236-2
+sign \x77D5 134-1236-3
+sign \x883B 134-1236-2
+sign \x5C58 134-1236-3
+sign \x774C 134-146-3
+sign \x6E80 134-1236-3
+sign \x6EE1 134-1236-3
+sign \x6EFF 134-1236-3
+sign \x87A8 134-1236-3
+sign \x87CE 134-1236-3
+sign \x93CB 134-1236-3
+sign \x66FC 134-1236-23
+sign \x9124 134-1236-23
+sign \x50C8 134-1236-23
+sign \x8C29 134-1236-23
+sign \x5881 134-1236-23
+sign \x6471 134-1236-2
+sign \x8504 134-1236-23
+sign \x8513 134-1236-23
+sign \x5E54 134-1236-23
+sign \x734C 134-1236-23
+sign \x6F2B 134-1236-23
+sign \x6162 134-1236-23
+sign \x5ADA 134-1236-23
+sign \x7F26 134-1236-23
+sign \x69FE 134-1236-2
+sign \x71B3 134-1236-23
+sign \x6FAB 134-1236-23
+sign \x9558 134-1236-23
+sign \x6FB7 134-1236-23
+sign \x7E35 134-1236-23
+sign \x8B3E 134-1236-23
+sign \x93DD 134-1236-23
+sign \x8630 134-1236-23
+sign \x7264 134-236-1
+sign \x9099 134-236-2
+sign \x8292 134-236-2
+sign \x5402 134-236-2
+sign \x6C52 134-236-2
+sign \x5FD9 134-236-2
+sign \x6767 134-236-2
+sign \x5C28 134-236-2
+sign \x6757 134-236-2
+sign \x753F 134-236-2
+sign \x76F2 134-236-2
+sign \x6C13 134-236-2
+sign \x832B 134-236-2
+sign \x5396 134-236-2
+sign \x7B00 134-236-2
+sign \x607E 134-236-2
+sign \x54E4 134-236-2
+sign \x72F5 134-236-2
+sign \x5EAC 134-236-2
+sign \x6D5D 134-236-2
+sign \x5A0F 134-236-2
+sign \x786D 134-236-2
+sign \x94D3 134-236-2
+sign \x727B 134-236-2
+sign \x91EF 134-236-2
+sign \x671A 125-2356-1
+sign \x75DD 134-236-2
+sign \x86D6 134-236-2
+sign \x92E9 134-236-2
+sign \x99F9 134-236-2
+sign \x8609 134-236-2
+sign \x83BD 134-236-3
+sign \x83BE 134-236-3
+sign \x833B 134-236-3
+sign \x58FE 134-236-3
+sign \x6F2D 134-236-3
+sign \x87D2 134-236-3
+sign \x880E 134-236-3
+sign \x732B 134-235-1
+sign \x8C93 134-235-1
+sign \x6BDB 134-235-2
+sign \x77DB 134-235-2
+sign \x8306 134-235-2
+sign \x8305 134-235-2
+sign \x6786 134-235-2
+sign \x7266 134-235-2
+sign \x7F5E 134-235-2
+sign \x65C4 134-235-2
+sign \x8EDE 134-235-2
+sign \x9155 134-235-2
+sign \x6E35 134-235-2
+sign \x5825 134-235-2
+sign \x5D4D 136-23
+sign \x951A 134-235-2
+sign \x9AE6 134-235-2
+sign \x7DE2 134-345-2
+sign \x6C02 134-235-2
+sign \x9AF3 134-235-2
+sign \x8765 134-235-2
+sign \x9328 134-235-2
+sign \x87CA 134-235-2
+sign \x9D9C 134-235-2
+sign \x5187 134-235-3
+sign \x536F 134-235-3
+sign \x5918 134-235-3
+sign \x623C 134-235-3
+sign \x5CC1 134-235-3
+sign \x6CD6 134-235-3
+sign \x6634 134-235-3
+sign \x94C6 134-235-3
+sign \x7B37 134-235-3
+sign \x84E9 134-235-3
+sign \x925A 134-235-3
+sign \x5183 134-235-23
+sign \x82BC 134-235-23
+sign \x7683 134-235-23
+sign \x8302 134-235-23
+sign \x770A 134-235-23
+sign \x5192 134-235-23
+sign \x8D38 134-235-23
+sign \x8004 134-235-23
+sign \x8992 134-235-23
+sign \x88A4 134-235-23
+sign \x911A 134-235-23
+sign \x5E3D 134-235-23
+sign \x8CBF 134-235-23
+sign \x5AA2 134-235-23
+sign \x7441 134-235-23
+sign \x6959 134-235-23
+sign \x6BF7 134-235-23
+sign \x734F 134-235-23
+sign \x6693 134-235-23
+sign \x6117 134-235-23
+sign \x8C8C 134-235-23
+sign \x912E 134-235-23
+sign \x7780 134-235-23
+sign \x8750 134-235-23
+sign \x61CB 134-235-23
+sign \x973F 134-3456-2
+sign \x5B6D 134-15-1
+sign \x5692 134-26
+sign \x6FF9 134-26-23
+sign \x56B0 134-26
+sign \x7666 134-26-23
+sign \x4E48 134-26
+sign \x5E85 134-26
+sign \x9EBD 134-26
+sign \x9EBC 134-26
+sign \x6C92 134-2346-2
+sign \x6CA1 134-2346-2
+sign \x73AB 134-2346-2
+sign \x82FA 134-2346-2
+sign \x679A 134-2346-2
+sign \x6802 134-2346-2
+sign \x7709 134-2346-2
+sign \x8393 134-2346-2
+sign \x8104 134-2346-2
+sign \x73FB 134-2346-2
+sign \x6885 134-2346-2
+sign \x8122 134-2346-2
+sign \x90FF 134-2346-2
+sign \x5833 134-2346-2
+sign \x847F 134-2346-2
+sign \x5D4B 134-2346-2
+sign \x7742 134-2346-2
+sign \x7338 134-2346-2
+sign \x6E48 134-2346-2
+sign \x6E44 134-2346-2
+sign \x5A92 134-2346-2
+sign \x7442 134-2346-2
+sign \x6973 134-2346-2
+sign \x6963 134-2346-2
+sign \x815C 134-2346-2
+sign \x7164 134-2346-2
+sign \x7996 134-2346-2
+sign \x9176 134-2346-2
+sign \x69D1 134-2346-2
+sign \x9545 134-2346-2
+sign \x587A 134-2346-2
+sign \x9E5B 134-2346-2
+sign \x9709 134-2346-2
+sign \x92C2 134-2346-2
+sign \x5FBE 134-2346-2
+sign \x9387 134-2346-2
+sign \x77C0 134-2346-2
+sign \x6517 134-2346-2
+sign \x862A 134-2346-2
+sign \x9DA5 134-2346-2
+sign \x9EF4 134-2346-2
+sign \x6BCE 134-2346-3
+sign \x6BCF 134-2346-3
+sign \x51C2 134-2346-3
+sign \x7F8E 134-2346-3
+sign \x6334 134-2346-3
+sign \x6D7C 134-2346-3
+sign \x5D44 134-2346-3
+sign \x6E3C 134-2346-3
+sign \x5A84 134-2346-3
+sign \x5ABA 134-2346-3
+sign \x9541 134-2346-3
+sign \x5B0D 134-2346-3
+sign \x8EBE 134-2346-3
+sign \x71D8 134-2346-3
+sign \x9382 134-2346-3
+sign \x9EE3 134-2346-3
+sign \x62BA 134-2346-23
+sign \x6CAC 134-2346-23
+sign \x59B9 134-2346-23
+sign \x6627 134-2346-23
+sign \x8882 134-2346-23
+sign \x7959 134-2346-23
+sign \x771B 134-2346-23
+sign \x8DCA 134-2346-23
+sign \x9B3D 134-2346-23
+sign \x75D7 134-2346-23
+sign \x5BD0 134-2346-23
+sign \x5A9A 134-2346-23
+sign \x715D 134-2346-23
+sign \x7778 134-2346-23
+sign \x9B45 134-2346-23
+sign \x97CE 134-2346-23
+sign \x875E 134-2346-23
+sign \x7BC3 134-2346-23
+sign \x569C 134-26
+sign \x691A 134-356-1
+sign \x95E8 134-356-2
+sign \x626A 134-356-2
+sign \x9580 134-356-2
+sign \x9494 134-356-2
+sign \x9585 134-356-2
+sign \x636B 134-356-2
+sign \x83DB 134-356-2
+sign \x748A 134-356-2
+sign \x9346 134-356-2
+sign \x864B 134-356-2
+sign \x95F7 134-356-23
+sign \x7116 134-356-23
+sign \x60B6 134-356-23
+sign \x66AA 134-356-23
+sign \x71DC 134-356-23
+sign \x61D1 134-356-23
+sign \x61E3 134-356-23
+sign \x4EEC 134-356
+sign \x5011 134-356
+sign \x64DD 134-3456-1
+sign \x867B 134-3456-2
+sign \x8394 134-3456-2
+sign \x51A1 134-3456-2
+sign \x63B9 134-3456-1
+sign \x840C 134-3456-2
+sign \x8499 134-3456-2
+sign \x76DF 134-3456-2
+sign \x6E95 134-3456-2
+sign \x750D 134-3456-2
+sign \x8544 134-3456-2
+sign \x77A2 134-3456-2
+sign \x9138 134-3456-2
+sign \x6A57 134-3456-2
+sign \x9133 134-3456-2
+sign \x511A 134-3456-2
+sign \x8771 134-3456-2
+sign \x5E6A 134-3456-2
+sign \x7374 134-3456-2
+sign \x6FDB 134-3456-2
+sign \x61DE 134-3456-2
+sign \x6C0B 134-3456-2
+sign \x6AAC 134-3456-2
+sign \x66DA 134-3456-2
+sign \x6726 134-3456-2
+sign \x9E72 134-236-2
+sign \x791E 134-3456-2
+sign \x77C7 134-3456-2
+sign \x9BCD 134-3456-2
+sign \x8268 134-3456-2
+sign \x77D2 134-3456-2
+sign \x9740 134-3456-2
+sign \x995B 134-3456-2
+sign \x986D 134-3456-2
+sign \x9F06 134-3456-3
+sign \x9E0F 134-3456-2
+sign \x52D0 134-3456-3
+sign \x731B 134-3456-3
+sign \x74FE 134-3456-3
+sign \x9530 134-3456-3
+sign \x8722 134-3456-3
+sign \x824B 134-3456-3
+sign \x9333 134-3456-3
+sign \x61F5 134-3456-3
+sign \x8813 134-3456-3
+sign \x9BED 134-3456-3
+sign \x5B5F 134-3456-23
+sign \x68A6 134-3456-23
+sign \x5922 134-3456-23
+sign \x5923 134-3456-23
+sign \x61DC 134-3456-2
+sign \x9725 134-3456-23
+sign \x54AA 134-24-1
+sign \x772F 134-24-1
+sign \x519E 134-24-2
+sign \x5F25 134-24-2
+sign \x8FF7 134-24-2
+sign \x7962 134-24-2
+sign \x88AE 134-24-2
+sign \x7315 134-24-2
+sign \x8C1C 134-24-2
+sign \x84BE 134-24-2
+sign \x8A78 134-24-2
+sign \x919A 134-24-2
+sign \x8B0E 134-24-2
+sign \x7A48 134-356-2
+sign \x64DF 134-24-2
+sign \x7CDC 134-24-2
+sign \x7E3B 134-24-2
+sign \x9E8B 134-24-2
+sign \x9E8A 134-24-2
+sign \x5F4C 134-24-2
+sign \x6AB7 134-24-2
+sign \x79B0 134-24-2
+sign \x9761 134-24-2
+sign \x737C 134-24-2
+sign \x9E9B 134-24-2
+sign \x957E 134-24-2
+sign \x5298 134-26-2
+sign \x6520 134-26-2
+sign \x863C 134-24-2
+sign \x6202 134-24-2
+sign \x7222 134-24-2
+sign \x91BE 134-24-2
+sign \x91BF 134-24-2
+sign \x9E0D 134-24-2
+sign \x91C4 134-24-2
+sign \x7C73 134-24-3
+sign \x8288 134-24-3
+sign \x7F8B 134-24-3
+sign \x4F8E 134-24-3
+sign \x6CB5 134-24-3
+sign \x6D23 134-24-3
+sign \x5F2D 134-24-3
+sign \x772B 1234-1236-2
+sign \x8112 134-24-3
+sign \x6549 134-24-3
+sign \x7C8E 134-24-3
+sign \x845E 134-24-3
+sign \x6E33 134-24-3
+sign \x851D 134-24-3
+sign \x7787 134-24-1
+sign \x92A4 134-24-3
+sign \x6FD4 134-24-3
+sign \x7030 134-24-2
+sign \x7056 134-24-3
+sign \x5B4A 134-24-3
+sign \x7CF8 134-24-23
+sign \x6C68 134-24-23
+sign \x89C5 134-24-23
+sign \x6CCC 134-24-23
+sign \x5B93 134-24-23
+sign \x5CDA 134-24-23
+sign \x7955 134-24-23
+sign \x79D8 134-24-23
+sign \x5BBB 134-24-23
+sign \x8994 134-24-23
+sign \x8993 134-24-23
+sign \x6DE7 134-24-23
+sign \x5BC6 134-24-23
+sign \x5E42 134-24-23
+sign \x8C27 134-24-23
+sign \x5853 134-24-23
+sign \x5E4E 134-24-23
+sign \x899B 134-24-23
+sign \x8524 134-24-23
+sign \x6993 134-24-23
+sign \x5627 134-24-23
+sign \x7190 134-24-23
+sign \x6F1E 134-24-23
+sign \x6EF5 134-24-23
+sign \x871C 134-24-23
+sign \x9F0F 134-24-23
+sign \x6A12 134-24-23
+sign \x51AA 134-24-23
+sign \x6FD7 134-24-23
+sign \x5E66 134-24-23
+sign \x85CC 134-24-23
+sign \x8B10 134-24-23
+sign \x6AC1 134-24-23
+sign \x7F83 134-24-23
+sign \x7C1A 134-24-23
+sign \x8287 134-146-2
+sign \x6763 134-146-2
+sign \x7720 134-146-2
+sign \x5A42 134-146-2
+sign \x7EF5 134-146-2
+sign \x68C9 134-146-2
+sign \x7DBF 134-146-2
+sign \x8752 134-146-2
+sign \x81F1 134-146-2
+sign \x7DDC 134-146-2
+sign \x5B35 134-146-2
+sign \x6AB0 134-146-2
+sign \x6ACB 134-146-2
+sign \x77C8 134-146-2
+sign \x77CA 134-146-2
+sign \x77CF 134-146-2
+sign \x4E0F 134-146-3
+sign \x6C45 134-146-3
+sign \x514D 134-146-3
+sign \x6C94 134-146-3
+sign \x9EFE 134-126-3
+sign \x7704 134-146-3
+sign \x4FDB 124-136-3
+sign \x52C9 134-146-3
+sign \x5A29 134-146-3
+sign \x52D4 134-146-3
+sign \x5195 134-146-3
+sign \x506D 134-146-3
+sign \x6E11 134-146-3
+sign \x5595 134-146-3
+sign \x6E4E 134-146-3
+sign \x6110 134-146-3
+sign \x5A94 134-146-2
+sign \x7F05 134-146-3
+sign \x817C 134-146-3
+sign \x7D7B 25-23
+sign \x7DEC 134-146-3
+sign \x9BB8 134-146-3
+sign \x9763 134-146-23
+sign \x9762 134-146-23
+sign \x9EAB 134-146-23
+sign \x9EAA 134-146-23
+sign \x7CC6 134-146-23
+sign \x9EBA 134-146-23
+sign \x9EB5 134-146-23
+sign \x55B5 134-345-1
+sign \x82D7 134-345-2
+sign \x63CF 134-345-2
+sign \x5A8C 134-345-2
+sign \x9E4B 134-345-2
+sign \x7784 134-345-2
+sign \x5AF9 134-345-2
+sign \x9D93 134-345-2
+sign \x9C59 134-345-2
+sign \x676A 134-345-3
+sign \x7707 134-345-3
+sign \x79D2 134-345-3
+sign \x6DFC 134-345-3
+sign \x6E3A 134-345-3
+sign \x7F08 134-345-3
+sign \x7BCE 134-345-3
+sign \x7DF2 134-345-3
+sign \x85D0 134-345-3
+sign \x9088 134-345-3
+sign \x5999 134-345-23
+sign \x5E99 134-345-23
+sign \x7AD7 134-345-23
+sign \x7385 134-345-23
+sign \x5EBF 134-345-23
+sign \x5EDF 134-345-23
+sign \x7E46 134-12356-2
+sign \x5400 134-15-1
+sign \x54A9 134-15-1
+sign \x54F6 134-15-1
+sign \x706D 134-15-23
+sign \x70D5 134-15-23
+sign \x8995 1234-15-1
+sign \x6423 134-15-23
+sign \x6EC5 134-15-23
+sign \x8511 134-15-23
+sign \x858E 134-15-23
+sign \x9D13 134-15-23
+sign \x5E6D 134-15-23
+sign \x7BFE 134-15-23
+sign \x700E 134-15-23
+sign \x61F1 134-15-23
+sign \x6AD7 134-15-23
+sign \x95D1 1345-15-23
+sign \x881B 134-15-23
+sign \x884A 134-15-23
+sign \x9456 134-15-23
+sign \x9C74 134-15-23
+sign \x6C11 134-126-2
+sign \x739F 134-126-2
+sign \x82E0 134-126-2
+sign \x65FB 134-126-2
+sign \x65FC 134-126-2
+sign \x5CB7 134-126-2
+sign \x600B 134-126-2
+sign \x59C4 134-126-2
+sign \x73C9 134-126-2
+sign \x76FF 134-126-2
+sign \x7F60 134-126-2
+sign \x51A7 134-126-2
+sign \x636A 134-126-2
+sign \x5D0F 134-126-2
+sign \x6E02 25-23
+sign \x741D 134-126-2
+sign \x7418 134-126-2
+sign \x7F17 134-126-2
+sign \x7449 134-126-2
+sign \x7888 134-126-2
+sign \x9231 134-126-2
+sign \x75FB 134-126-2
+sign \x668B 134-126-3
+sign \x7DCD 134-126-2
+sign \x7DE1 134-126-2
+sign \x8CEF 134-126-2
+sign \x9309 134-126-2
+sign \x9D16 134-126-2
+sign \x9372 134-126-2
+sign \x76BF 134-126-3
+sign \x51BA 134-126-3
+sign \x95F5 134-126-3
+sign \x5221 134-126-3
+sign \x578A 134-126-2
+sign \x62BF 134-126-3
+sign \x5461 25-3
+sign \x6CEF 134-126-3
+sign \x52C4 134-126-3
+sign \x95FD 134-126-3
+sign \x6543 134-126-3
+sign \x60AF 134-126-3
+sign \x7B3D 134-126-3
+sign \x7B22 134-126-3
+sign \x654F 134-126-3
+sign \x9594 134-126-3
+sign \x6E63 134-126-3
+sign \x9EFD 134-126-3
+sign \x656F 134-126-3
+sign \x610D 134-126-3
+sign \x95A9 134-126-3
+sign \x615C 134-126-3
+sign \x50F6 134-126-3
+sign \x6F63 134-126-3
+sign \x61AB 134-126-3
+sign \x7C22 134-126-3
+sign \x9CD8 134-126-3
+sign \x8820 134-126-3
+sign \x9C35 134-126-3
+sign \x540D 134-16-2
+sign \x660E 134-16-2
+sign \x9E23 134-16-2
+sign \x8317 134-16-2
+sign \x7700 134-16-2
+sign \x6D3A 134-16-2
+sign \x51A5 134-16-2
+sign \x7733 134-16-2
+sign \x6719 134-16-2
+sign \x94ED 134-16-2
+sign \x910D 134-16-2
+sign \x84C2 134-24-23
+sign \x733D 134-16-2
+sign \x6E9F 134-16-2
+sign \x5AC7 134-16-2
+sign \x69A0 134-16-2
+sign \x669D 134-16-2
+sign \x9CF4 134-16-2
+sign \x9298 134-16-2
+sign \x7791 134-16-2
+sign \x879F 134-16-2
+sign \x89AD 134-16-2
+sign \x4F72 134-16-3
+sign \x59F3 134-16-3
+sign \x51D5 134-16-3
+sign \x9169 134-16-3
+sign \x614F 134-16-3
+sign \x547D 134-16-23
+sign \x63B5 134-16-23
+sign \x8A7A 134-16-23
+sign \x8C2C 134-1256-23
+sign \x7F2A 134-345-23
+sign \x8B2C 134-1256-23
+sign \x6478 134-26-1
+sign \x56A4 134-26-1
+sign \x5C1B 134-26-2
+sign \x8C1F 134-26-2
+sign \x998D 134-26-2
+sign \x5AEB 134-26-2
+sign \x6479 134-26-2
+sign \x6A21 134-26-2
+sign \x819C 134-26-2
+sign \x9B79 134-26-2
+sign \x6469 134-26-2
+sign \x6A45 134-26-2
+sign \x78E8 134-26-2
+sign \x7CE2 134-26-2
+sign \x8B29 134-26-2
+sign \x8B28 134-26-2
+sign \x5B24 134-26-2
+sign \x64F5 134-26-2
+sign \x9943 134-26-2
+sign \x8611 134-26-2
+sign \x56A9 134-26-2
+sign \x9ACD 134-26-2
+sign \x9B54 134-26-2
+sign \x995D 134-26-2
+sign \x62B9 134-26-3
+sign \x9EBF 134-24-2
+sign \x61E1 134-26-3
+sign \x672B 134-26-23
+sign \x573D 134-26-23
+sign \x52B0 134-345-3
+sign \x8309 134-26-23
+sign \x6B7E 134-26-23
+sign \x6B7F 134-26-23
+sign \x6B81 134-26-23
+sign \x5190 134-235-23
+sign \x5E13 134-26-23
+sign \x6CAB 134-26-23
+sign \x603D 134-24-23
+sign \x964C 134-26-23
+sign \x59BA 134-26-23
+sign \x67BA 134-26-23
+sign \x6629 134-26-23
+sign \x5E1E 134-26-23
+sign \x83AB 134-26-23
+sign \x8388 134-26-23
+sign \x781E 134-26-23
+sign \x771C 134-26-23
+sign \x773F 134-26-23
+sign \x79E3 134-26-23
+sign \x768C 134-26-23
+sign \x773D 134-26-23
+sign \x7C96 134-26-23
+sign \x88B9 12-26-2
+sign \x7D48 134-26-23
+sign \x86E8 134-26-23
+sign \x8C83 134-26-23
+sign \x587B 134-26-23
+sign \x84E6 134-26-23
+sign \x55FC 134-26-23
+sign \x8C8A 134-26-23
+sign \x8C89 125-26-2
+sign \x6F20 134-26-23
+sign \x5BDE 134-26-23
+sign \x977A 134-26-23
+sign \x66AF 134-26-23
+sign \x9286 134-26-23
+sign \x7799 134-26-23
+sign \x7790 134-26-23
+sign \x9ED9 134-26-23
+sign \x58A8 134-26-23
+sign \x9546 134-26-23
+sign \x9B69 134-26-23
+sign \x763C 134-26-23
+sign \x5AFC 134-26-23
+sign \x9ED8 134-26-23
+sign \x7E38 134-26-23
+sign \x8C98 134-26-23
+sign \x85E6 134-26-23
+sign \x87D4 134-26-23
+sign \x93CC 134-26-23
+sign \x7205 134-26-23
+sign \x9A40 134-26-23
+sign \x7933 134-26-23
+sign \x7E86 134-26-23
+sign \x8031 134-26-23
+sign \x5B37 134-26-2
+sign \x54DE 134-12356-1
+sign \x725F 134-12356-2
+sign \x4F94 134-12356-2
+sign \x52BA 134-12356-2
+sign \x6D20 234-23
+sign \x6048 134-12356-2
+sign \x6859 346-2
+sign \x7738 134-12356-2
+sign \x8C0B 134-12356-2
+sign \x86D1 134-12356-2
+sign \x8E0E 134-12356-2
+sign \x927E 134-235-2
+sign \x8B00 134-12356-2
+sign \x9EB0 134-12356-2
+sign \x77B4 134-12356-2
+sign \x9D3E 134-12356-2
+sign \x936A 134-12356-2
+sign \x87F1 134-12356-2
+sign \x67D0 134-12356-3
+sign \x5452 134-136-2
+sign \x5463 134-12356-2
+sign \x6BEA 134-136-2
+sign \x6C01 134-136-2
+sign \x5638 134-136-2
+sign \x6BCD 134-136-3
+sign \x7261 134-136-3
+sign \x4EA9 134-136-3
+sign \x5776 134-136-23
+sign \x62C7 134-136-3
+sign \x59C6 134-136-3
+sign \x5CD4 134-136-3
+sign \x7273 134-136-3
+sign \x80DF 134-136-3
+sign \x7552 134-136-3
+sign \x7546 134-136-3
+sign \x755E 134-136-3
+sign \x782A 134-136-3
+sign \x755D 134-136-3
+sign \x5A12 136-3
+sign \x756E 134-136-3
+sign \x9267 134-136-3
+sign \x8E07 134-136-3
+sign \x6728 134-136-23
+sign \x76EE 134-136-23
+sign \x4EEB 134-136-23
+sign \x51E9 134-136-23
+sign \x72C7 134-136-23
+sign \x6C90 134-136-23
+sign \x82DC 134-136-23
+sign \x7267 134-136-23
+sign \x7091 134-136-23
+sign \x83AF 134-136-23
+sign \x869E 134-136-23
+sign \x94BC 134-136-23
+sign \x6BE3 134-136-23
+sign \x52DF 134-136-23
+sign \x843A 134-235-23
+sign \x96EE 134-136-23
+sign \x5893 134-136-23
+sign \x5E55 134-136-23
+sign \x7766 134-136-23
+sign \x5E59 134-136-23
+sign \x926C 134-136-23
+sign \x6154 134-136-23
+sign \x6958 134-136-23
+sign \x6155 134-136-23
+sign \x66AE 134-136-23
+sign \x6A22 134-345-3
+sign \x9702 134-136-23
+sign \x8252 134-136-23
+sign \x7A46 134-136-23
+sign \x97AA 134-136-23
+sign \x4E78 1345-35-3
+sign \x62CF 1345-35-2
+sign \x62FF 1345-35-2
+sign \x8498 245-136-2
+sign \x954E 1345-35-2
+sign \x93BF 1345-35-2
+sign \x90CD 1345-35-23
+sign \x54EA 1345-35-3
+sign \x96EB 1345-35-3
+sign \x90A3 1345-35-23
+sign \x5436 1345-35-23
+sign \x5450 1345-35-23
+sign \x59A0 1345-35-23
+sign \x7EB3 1345-35-23
+sign \x80AD 1345-35-23
+sign \x94A0 1345-35-23
+sign \x8872 1345-35-23
+sign \x5A1C 1345-35-23
+sign \x88A6 1345-35-23
+sign \x7D0D 1345-35-23
+sign \x637A 1345-35-23
+sign \x8EDC 1345-35-23
+sign \x7B1D 1345-35-23
+sign \x8C7D 1345-35-23
+sign \x9209 1345-35-23
+sign \x8C80 1345-35-23
+sign \x9779 1345-35-23
+sign \x84B3 1345-35-23
+sign \x55F1 1345-35-2
+sign \x9B76 1345-35-23
+sign \x8149 1345-246-2
+sign \x718B 1345-246-2
+sign \x6468 1345-246-2
+sign \x879A 1345-246-23
+sign \x5B7B 1345-246-2
+sign \x4E43 1345-246-3
+sign \x827F 1345-246-3
+sign \x5976 1345-246-3
+sign \x6C16 1345-246-3
+sign \x7593 1345-246-3
+sign \x5EFC 1345-246-3
+sign \x8FFA 1345-246-3
+sign \x5037 1345-246-3
+sign \x91E2 1345-246-3
+sign \x5B2D 1345-246-3
+sign \x5948 1345-246-23
+sign \x67F0 1345-246-23
+sign \x8010 1345-246-23
+sign \x8418 1345-246-23
+sign \x6E3F 1345-246-23
+sign \x9F10 1345-246-23
+sign \x8926 1345-246-23
+sign \x933C 1345-246-23
+sign \x56E1 1345-1236-1
+sign \x7537 1345-1236-2
+sign \x62A9 1345-1236-2
+sign \x678F 1345-1236-2
+sign \x5357 1345-1236-2
+sign \x4FBD 1345-1236-2
+sign \x83AE 1345-1236-2
+sign \x7558 1345-1236-2
+sign \x5A1A 1345-1236-2
+sign \x96BE 1345-1236-2
+sign \x8433 1345-1236-2
+sign \x9056 1345-1236-2
+sign \x5583 1345-1236-2
+sign \x6960 1345-1236-2
+sign \x6694 1345-1236-2
+sign \x8AF5 1345-1236-2
+sign \x96E3 1345-1236-2
+sign \x8D67 1345-1236-3
+sign \x63C7 1345-1236-3
+sign \x6E73 1345-1236-3
+sign \x8169 1345-1236-3
+sign \x7175 1345-1236-3
+sign \x877B 1345-1236-3
+sign \x6201 1345-1236-3
+sign \x5A7B 1345-1236-23
+sign \x56D4 1345-236-1
+sign \x4E6A 1345-236-2
+sign \x56A2 1345-236-2
+sign \x8B68 1345-256-2
+sign \x56CA 1345-236-2
+sign \x9B1E 1345-256-2
+sign \x8830 1345-236-2
+sign \x9995 1345-236-3
+sign \x6B1C 1345-236-2
+sign \x9962 1345-236-2
+sign \x64C3 1345-236-3
+sign \x66E9 1345-236-3
+sign \x652E 1345-236-3
+sign \x7062 1345-236-3
+sign \x513E 1345-236-23
+sign \x9F49 1345-236-23
+sign \x5B6C 1345-235-1
+sign \x5476 1345-235-2
+sign \x6013 1345-235-2
+sign \x6320 1345-235-2
+sign \x5CF1 1345-235-2
+sign \x7847 1345-235-2
+sign \x94D9 1345-235-2
+sign \x86F2 1345-235-2
+sign \x7331 1345-235-2
+sign \x8A49 1345-235-2
+sign \x6493 1345-235-2
+sign \x5DA9 1345-235-2
+sign \x7376 1345-235-2
+sign \x5912 1345-235-2
+sign \x9403 1345-235-2
+sign \x5DCE 1345-235-2
+sign \x737F 1345-235-2
+sign \x57B4 1345-235-3
+sign \x607C 1345-235-3
+sign \x8111 1345-235-3
+sign \x60A9 1345-235-3
+sign \x8133 1345-235-3
+sign \x5318 1345-235-3
+sign \x5816 1345-235-3
+sign \x60F1 1345-235-3
+sign \x7459 1345-235-3
+sign \x8166 1345-235-3
+sign \x5AD0 1345-235-3
+sign \x78AF 1345-235-3
+sign \x95F9 1345-235-23
+sign \x6DD6 1345-235-23
+sign \x9599 1345-235-23
+sign \x9B27 1345-235-23
+sign \x8BB7 1345-26-23
+sign \x6290 1345-26-23
+sign \x7732 1345-26-23
+sign \x8A25 1345-26-23
+sign \x5462 1345-26
+sign \x9981 1345-2346-3
+sign \x8147 1345-2346-3
+sign \x9912 1345-2346-3
+sign \x9BBE 1345-2346-3
+sign \x9BD8 1345-2346-3
+sign \x5167 1345-2346-23
+sign \x5185 1345-2346-23
+sign \x6C1D 1345-2346-23
+sign \x5AE9 1345-356-23
+sign \x5AF0 1345-356-23
+sign \x80FD 1345-3456-2
+sign \x92B0 246-1
+sign \x59AE 1345-24-1
+sign \x5C3C 1345-24-2
+sign \x576D 1345-24-2
+sign \x62B3 1345-24-2
+sign \x6CE5 1345-24-2
+sign \x6029 1345-24-2
+sign \x7C7E 1345-24-2
+sign \x94CC 1345-24-2
+sign \x79DC 1345-24-2
+sign \x5C54 1345-24-2
+sign \x90F3 1345-24-2
+sign \x502A 1345-24-2
+sign \x86AD 1345-24-2
+sign \x730A 1345-24-2
+sign \x6DE3 1345-24-2
+sign \x57FF 1345-24-2
+sign \x5A57 1345-24-2
+sign \x68FF 1345-24-2
+sign \x8DDC 1345-24-2
+sign \x922E 1345-24-2
+sign \x873A 1345-24-2
+sign \x8F17 1345-24-2
+sign \x8C8E 1345-24-2
+sign \x89EC 1345-24-2
+sign \x9713 1345-24-2
+sign \x9CB5 1345-24-2
+sign \x9BE2 1345-24-2
+sign \x9E91 1345-24-2
+sign \x9F6F 1345-24-2
+sign \x81E1 1345-24-2
+sign \x62DF 1345-24-3
+sign \x4F31 1345-24-3
+sign \x4F60 1345-24-3
+sign \x82E8 1345-24-3
+sign \x72D4 1345-24-3
+sign \x59B3 1345-24-3
+sign \x67C5 1345-24-3
+sign \x639C 1345-24-3
+sign \x65CE 1345-24-3
+sign \x6672 1345-24-3
+sign \x9268 1345-24-3
+sign \x5B74 1345-24-3
+sign \x999C 1345-24-3
+sign \x511E 1345-24-3
+sign \x96AC 1345-24-3
+sign \x64EC 1345-24-3
+sign \x85BF 1345-24-3
+sign \x9448 1345-15-23
+sign \x6C3C 1345-24-23
+sign \x5C70 1345-24-23
+sign \x4F32 1345-24-23
+sign \x8FE1 1345-24-23
+sign \x6635 1345-24-23
+sign \x80D2 1345-24-23
+sign \x9006 1345-24-23
+sign \x533F 1345-24-23
+sign \x7724 1345-24-23
+sign \x75C6 1345-24-23
+sign \x5804 1345-24-23
+sign \x60C4 1345-24-23
+sign \x7768 1345-24-23
+sign \x817B 1345-24-23
+sign \x6EBA 1345-24-23
+sign \x6135 1345-24-23
+sign \x5ADF 1345-24-23
+sign \x66B1 1345-24-23
+sign \x8ABD 1345-35-2
+sign \x7E0C 1345-24-23
+sign \x81A9 1345-24-23
+sign \x61DD 246-23
+sign \x5B3A 1345-24-23
+sign \x62C8 1345-146-1
+sign \x852B 1345-146-1
+sign \x5E74 1345-146-2
+sign \x79CA 1345-146-2
+sign \x54D6 1345-146-2
+sign \x59E9 1345-146-2
+sign \x79E5 1345-146-2
+sign \x9C87 1345-146-2
+sign \x9CB6 1345-146-2
+sign \x9B8E 1345-146-2
+sign \x9D47 1345-146-2
+sign \x9ECF 1345-146-2
+sign \x9BF0 1345-146-2
+sign \x637B 1345-146-3
+sign \x6DF0 1345-146-3
+sign \x8F87 1345-146-3
+sign \x713E 1345-146-3
+sign \x8F26 1345-146-3
+sign \x64B5 1345-146-3
+sign \x649A 1345-146-3
+sign \x78BE 1345-146-3
+sign \x7C10 1345-146-3
+sign \x6506 1345-146-3
+sign \x8E8E 1345-146-3
+sign \x5344 1345-146-23
+sign \x5EFF 1345-146-23
+sign \x5FF5 1345-146-23
+sign \x57DD 1345-146-23
+sign \x5538 1345-146-23
+sign \x824C 1345-146-23
+sign \x5A18 1345-1346-2
+sign \x5B22 1345-1346-2
+sign \x917F 1345-1346-23
+sign \x91B8 1345-1346-2
+sign \x91C0 1345-1346-23
+sign \x9E1F 1345-345-3
+sign \x8311 1345-345-3
+sign \x8885 1345-345-3
+sign \x9CE5 1345-345-3
+sign \x88CA 1345-345-3
+sign \x5ACB 1345-345-3
+sign \x8526 1345-345-3
+sign \x892D 1345-345-3
+sign \x5B1D 1345-345-3
+sign \x5B32 1345-345-3
+sign \x5C3F 1345-345-23
+sign \x8132 1345-345-23
+sign \x634F 1345-15-1
+sign \x63D1 1345-15-1
+sign \x82F6 1345-15-23
+sign \x4E5C 1345-15-23
+sign \x8080 346-23
+sign \x5E07 1345-15-23
+sign \x573C 1345-15-23
+sign \x67BF 1345-15-23
+sign \x9667 1345-15-23
+sign \x8042 1345-15-23
+sign \x81EC 1345-15-23
+sign \x6D85 1345-15-23
+sign \x83CD 1345-15-23
+sign \x556E 1345-15-23
+sign \x60D7 1345-15-23
+sign \x9689 1345-15-23
+sign \x655C 1345-15-23
+sign \x6E7C 1345-15-23
+sign \x55EB 1345-15-23
+sign \x5D72 1345-15-23
+sign \x9269 125-24-3
+sign \x8E02 1345-15-23
+sign \x69F7 1345-15-23
+sign \x8E19 1345-15-23
+sign \x8E17 1345-15-23
+sign \x565B 1345-15-23
+sign \x954A 1345-15-23
+sign \x954D 1345-15-23
+sign \x989E 1345-15-23
+sign \x5DAD 1345-15-23
+sign \x7BDE 1345-15-23
+sign \x81F2 1345-15-23
+sign \x931C 1345-15-23
+sign \x8E51 1345-15-23
+sign \x8076 1345-15-23
+sign \x5699 1345-15-23
+sign \x93B3 1345-15-23
+sign \x5B7D 1345-15-23
+sign \x5B7C 1345-15-23
+sign \x8616 1345-15-23
+sign \x7C4B 1345-15-23
+sign \x6AF1 1345-15-23
+sign \x9F67 1345-15-23
+sign \x56C1 1345-15-23
+sign \x7CF5 1345-15-23
+sign \x5DD5 1345-15-23
+sign \x8825 1345-15-23
+sign \x7CF1 1345-15-23
+sign \x56D3 1345-15-23
+sign \x8EA1 1345-15-23
+sign \x8B98 1345-15-23
+sign \x9477 1345-15-23
+sign \x9873 1345-15-23
+sign \x9480 1345-15-23
+sign \x810C 1345-126-1
+sign \x56DC 1345-126-2
+sign \x6041 1345-356-23
+sign \x60A8 1345-126-2
+sign \x62F0 1345-126-3
+sign \x5B81 1345-16-2
+sign \x549B 1345-16-2
+sign \x72DE 1345-16-2
+sign \x67E0 1345-16-2
+sign \x804D 1345-16-2
+sign \x5BD5 1345-16-2
+sign \x752F 1345-16-2
+sign \x5BCD 1345-16-2
+sign \x5BDC 1345-16-2
+sign \x5BE7 1345-16-2
+sign \x511C 1345-16-2
+sign \x51DD 1345-16-2
+sign \x85B4 1345-16-2
+sign \x5680 1345-16-2
+sign \x7370 1345-16-2
+sign \x5B23 1345-16-2
+sign \x6AB8 1345-16-2
+sign \x8079 1345-16-2
+sign \x944F 1345-16-2
+sign \x9B21 1345-16-2
+sign \x9E0B 1345-16-2
+sign \x62E7 1345-16-3
+sign \x6A63 1345-16-3
+sign \x64F0 1345-16-3
+sign \x77C3 1345-16-3
+sign \x4F5E 1345-16-23
+sign \x4FAB 1345-16-23
+sign \x6CDE 1345-16-23
+sign \x503F 1345-16-23
+sign \x5BD7 1345-16-23
+sign \x6F9D 1345-16-23
+sign \x6FD8 1345-16-23
+sign \x599E 1345-1256-1
+sign \x725B 1345-1256-2
+sign \x725C 1345-1256-2
+sign \x6C7C 1345-1256-2
+sign \x626D 1345-1256-3
+sign \x72C3 1345-1256-3
+sign \x6C91 245-12356-2
+sign \x5FF8 1345-1256-3
+sign \x7EBD 1345-1256-3
+sign \x677B 1345-1256-3
+sign \x7084 1345-1256-3
+sign \x94AE 1345-1256-3
+sign \x83A5 1345-1256-3
+sign \x7D10 1345-1256-3
+sign \x9215 1345-1256-3
+sign \x9775 1345-1256-3
+sign \x62D7 1345-1256-23
+sign \x519C 1345-256-2
+sign \x4FAC 1345-256-2
+sign \x54DD 1345-256-2
+sign \x6D53 1345-256-2
+sign \x8113 1345-256-2
+sign \x79FE 1345-256-2
+sign \x8FB2 1345-256-2
+sign \x8FB3 1345-256-2
+sign \x5102 1345-256-2
+sign \x857D 1345-256-2
+sign \x5665 1345-256-2
+sign \x6FC3 1345-256-2
+sign \x61B9 1345-235-2
+sign \x6A82 1345-256-2
+sign \x81BF 1345-256-2
+sign \x71F6 1345-256-2
+sign \x79AF 1345-256-2
+sign \x7A60 1345-256-2
+sign \x7651 1345-256-2
+sign \x895B 1345-256-2
+sign \x91B2 1345-256-2
+sign \x6B01 1345-256-2
+sign \x7E77 1345-256-3
+sign \x5F04 1345-256-23
+sign \x630A 1345-256-23
+sign \x6335 1345-256-23
+sign \x9F48 1345-256-23
+sign \x7FBA 1345-12356-2
+sign \x5542 1245-12356-23
+sign \x69C8 1345-12356-23
+sign \x8028 1345-12356-23
+sign \x6ABD 1345-12356-23
+sign \x9392 1345-12356-23
+sign \x941E 1345-12356-23
+sign \x8B73 1345-12356-23
+sign \x5974 1345-136-2
+sign \x4F16 2345-236-3
+sign \x5B65 1345-136-2
+sign \x9A7D 1345-136-2
+sign \x782E 1345-136-3
+sign \x7B2F 1345-136-2
+sign \x99D1 1345-136-2
+sign \x4F2E 1345-136-2
+sign \x52AA 1345-136-3
+sign \x5F29 1345-136-3
+sign \x80EC 1345-136-3
+sign \x6012 1345-136-23
+sign \x5089 1345-136-23
+sign \x6419 1345-136-23
+sign \x597B 1345-12456-2
+sign \x6E1C 1345-12456-3
+sign \x6696 1345-12456-3
+sign \x7157 1345-12456-3
+sign \x992A 1345-12456-3
+sign \x759F 1345-23456-23
+sign \x8650 1345-23456-23
+sign \x7878 1345-23456-23
+sign \x7627 1345-23456-23
+sign \x9EC1 1345-25-2
+sign \x632A 1345-135-2
+sign \x689B 1345-135-2
+sign \x50A9 1345-135-2
+sign \x6A60 1345-135-2
+sign \x513A 1345-135-2
+sign \x8BFA 1345-135-23
+sign \x63BF 1345-135-23
+sign \x903D 1345-135-23
+sign \x558F 1345-135-23
+sign \x5827 245-12456-2
+sign \x6426 1345-135-23
+sign \x9518 1345-135-23
+sign \x6992 1345-135-23
+sign \x7A2C 1345-135-23
+sign \x643B 1345-135-2
+sign \x8E43 1345-135-23
+sign \x8AFE 1345-135-23
+sign \x9369 1345-135-23
+sign \x7CD1 1345-135-23
+sign \x5DBF 245-136-1
+sign \x61E6 1345-135-23
+sign \x61E7 1345-135-23
+sign \x7CE5 1345-135-23
+sign \x7A64 1345-135-23
+sign \x7CEF 1345-135-23
+sign \x5973 1345-346-3
+sign \x9495 1345-346-3
+sign \x7C79 1345-346-3
+sign \x91F9 1345-346-3
+sign \x8842 1345-346-23
+sign \x6067 1345-346-23
+sign \x8844 1345-346-23
+sign \x6712 1345-346-23
+sign \x5662 235-1
+sign \x54E6 26-0
+sign \x8BB4 12356-1
+sign \x6CA4 12356-23
+sign \x74EF 12356-1
+sign \x6B27 12356-1
+sign \x6BB4 12356-1
+sign \x9E25 12356-1
+sign \x7B7D 26-0
+sign \x5878 12356-1
+sign \x84F2 13-1256-1
+sign \x6F1A 12356-1
+sign \x750C 12356-1
+sign \x6B50 12356-1
+sign \x6BC6 12356-1
+sign \x9D0E 12356-1
+sign \x8192 12356-1
+sign \x71B0 12356-1
+sign \x85F2 12356-1
+sign \x6AD9 12356-1
+sign \x8B33 12356-1
+sign \x93C2 12356-1
+sign \x9DD7 12356-1
+sign \x9F75 12356-2
+sign \x5455 12356-3
+sign \x5418 12356-3
+sign \x5076 12356-3
+sign \x8162 12356-3
+sign \x5614 12356-3
+sign \x8026 12356-3
+sign \x8545 12356-3
+sign \x85D5 12356-3
+sign \x6004 12356-23
+sign \x616A 12356-23
+sign \x5E0A 1234-35-23
+sign \x5991 1234-35-1
+sign \x8DB4 1234-35-1
+sign \x7685 1234-35-1
+sign \x8225 1234-35-1
+sign \x556A 1234-35-1
+sign \x8469 1234-35-1
+sign \x6777 1234-35-2
+sign \x722C 1234-35-2
+sign \x94AF 12-35-3
+sign \x8019 1234-35-2
+sign \x8DC1 1234-35-2
+sign \x7436 1234-35-2
+sign \x63B1 1234-35-2
+sign \x9200 1234-35-2
+sign \x7B62 1234-35-2
+sign \x6F56 1234-35-2
+sign \x5E15 1234-35-23
+sign \x6015 1234-35-23
+sign \x8899 1234-35-23
+sign \x62CD 1234-246-1
+sign \x4FF3 1234-246-2
+sign \x6392 1234-246-2
+sign \x5F98 1234-246-2
+sign \x7305 1234-246-2
+sign \x68D1 1234-246-2
+sign \x724C 1234-246-2
+sign \x7B84 1234-246-2
+sign \x8F2B 1234-246-2
+sign \x7C30 1234-246-2
+sign \x7C32 1234-246-2
+sign \x72A4 12-246-2
+sign \x54CC 1234-246-23
+sign \x6D3E 1234-246-23
+sign \x6E12 1234-246-23
+sign \x848E 1234-246-23
+sign \x6E43 1234-246-23
+sign \x9383 1234-246-23
+sign \x7705 1234-1236-1
+sign \x8420 1234-1236-1
+sign \x7568 1234-1236-1
+sign \x6F58 1234-1236-1
+sign \x6500 1234-1236-1
+sign \x723F 1234-1236-2
+sign \x76D8 1234-1236-2
+sign \x84B0 1234-1236-2
+sign \x5E4B 1234-1236-2
+sign \x5ABB 1234-1236-2
+sign \x69C3 1234-1236-2
+sign \x642B 12-1236-1
+sign \x78D0 1234-1236-2
+sign \x76E4 1234-1236-2
+sign \x878C 12-1236-1
+sign \x8929 12-1236-1
+sign \x7E0F 1234-1236-2
+sign \x8E52 1234-1236-2
+sign \x8E63 1234-1236-2
+sign \x87E0 1234-1236-2
+sign \x939C 1234-1236-2
+sign \x700A 1234-1236-2
+sign \x97B6 1234-1236-2
+sign \x51B8 1234-1236-23
+sign \x5224 1234-1236-23
+sign \x6C9C 1234-1236-23
+sign \x708D 1234-1236-23
+sign \x6CEE 1234-1236-23
+sign \x67C8 1234-1236-2
+sign \x76FC 1234-1236-23
+sign \x7249 1234-1236-23
+sign \x53DB 1234-1236-23
+sign \x7554 1234-1236-23
+sign \x88A2 1234-1236-23
+sign \x8A4A 1234-1236-23
+sign \x6EBF 1234-1236-23
+sign \x9816 1234-1236-23
+sign \x92EC 1234-1236-23
+sign \x9D65 1234-1236-23
+sign \x897B 1234-1236-23
+sign \x947B 1234-1236-23
+sign \x4E53 1234-236-1
+sign \x6C97 1234-236-1
+sign \x80EE 1234-236-1
+sign \x96F1 1234-236-1
+sign \x6EC2 1234-236-1
+sign \x8196 1234-236-1
+sign \x9736 1234-236-1
+sign \x5390 1234-236-2
+sign \x5F77 1234-236-2
+sign \x5E9E 1234-236-2
+sign \x9004 1234-236-2
+sign \x65C1 1234-236-2
+sign \x5FAC 1234-236-2
+sign \x5ACE 1234-236-2
+sign \x8180 12-236-3
+sign \x8783 1234-236-2
+sign \x7BE3 1234-236-2
+sign \x9F8E 1234-236-2
+sign \x9CD1 1234-236-2
+sign \x9AC8 12-236-3
+sign \x9F90 1234-236-2
+sign \x9C1F 1234-236-2
+sign \x55D9 12-3456-1
+sign \x802A 1234-236-3
+sign \x89AB 1234-236-3
+sign \x80D6 1234-236-23
+sign \x629B 1234-235-1
+sign \x62CB 1234-235-1
+sign \x8422 1234-235-1
+sign \x812C 1234-235-1
+sign \x5228 1234-235-2
+sign \x5789 1234-235-2
+sign \x5486 1234-235-2
+sign \x72CD 1234-235-2
+sign \x5E96 1234-235-2
+sign \x722E 1234-235-2
+sign \x70B0 1234-235-2
+sign \x888D 1234-235-2
+sign \x530F 1234-235-2
+sign \x86AB 12-235-23
+sign \x8EF3 1234-235-2
+sign \x9784 1234-235-2
+sign \x891C 1234-235-2
+sign \x9E85 1234-235-2
+sign \x8DD1 1234-235-3
+sign \x5945 1234-235-23
+sign \x6CE1 1234-235-23
+sign \x70AE 1234-235-23
+sign \x7832 1234-235-23
+sign \x75B1 1234-235-23
+sign \x76B0 1234-235-23
+sign \x9EAD 1234-235-23
+sign \x5697 12-26-2
+sign \x791F 1234-235-23
+sign \x792E 1234-235-23
+sign \x5478 1234-2346-1
+sign \x80A7 1234-2346-1
+sign \x600C 1234-2346-1
+sign \x67F8 12-2346-1
+sign \x80DA 1234-2346-1
+sign \x8843 1234-2346-1
+sign \x9185 1234-2346-1
+sign \x962B 1234-2346-2
+sign \x966A 1234-2346-2
+sign \x57F9 1234-2346-2
+sign \x5A44 1234-12356-3
+sign \x8D54 1234-2346-2
+sign \x6BF0 1234-2346-2
+sign \x952B 1234-2346-2
+sign \x88F4 1234-2346-2
+sign \x8CE0 1234-2346-2
+sign \x9307 1234-2346-2
+sign \x4FD6 1234-2346-3
+sign \x4F02 1234-2346-23
+sign \x6C9B 1234-2346-23
+sign \x5E14 1234-2346-23
+sign \x4F69 1234-2346-23
+sign \x6622 1234-26-23
+sign \x65BE 1234-2346-23
+sign \x59F5 1234-2346-23
+sign \x73EE 1234-2346-23
+sign \x914D 1234-2346-23
+sign \x65C6 1234-2346-23
+sign \x6D7F 1234-2346-23
+sign \x6DE0 1234-24-23
+sign \x84DC 1234-2346-23
+sign \x8F94 1234-2346-23
+sign \x99B7 1234-2346-23
+sign \x9708 1234-2346-23
+sign \x5D8F 1234-2346-23
+sign \x8F61 1234-2346-23
+sign \x55B7 1234-356-1
+sign \x5674 1234-356-1
+sign \x6FC6 1234-356-1
+sign \x74EB 1234-356-2
+sign \x76C6 1234-356-2
+sign \x8450 1234-356-2
+sign \x6E53 1234-356-2
+sign \x5460 1234-356-3
+sign \x7FF8 1234-356-3
+sign \x6B55 1234-356-1
+sign \x5309 1234-3456-1
+sign \x62A8 1234-3456-1
+sign \x6026 1234-3456-1
+sign \x6072 1234-3456-1
+sign \x7830 1234-3456-1
+sign \x6888 1234-3456-1
+sign \x70F9 1234-3456-1
+sign \x5F38 1234-3456-2
+sign \x8EEF 1234-3456-1
+sign \x959B 1234-3456-1
+sign \x6F30 1234-3456-1
+sign \x99CD 1234-3456-1
+sign \x562D 1234-3456-1
+sign \x78DE 1234-3456-1
+sign \x8283 1234-3456-2
+sign \x670B 1234-3456-2
+sign \x7AFC 1234-3456-2
+sign \x8391 1234-3456-2
+sign \x5017 1234-3456-2
+sign \x580B 1234-3456-2
+sign \x6DDC 1234-3456-2
+sign \x5F6D 1234-3456-2
+sign \x68DA 1234-3456-2
+sign \x6916 1234-3456-2
+sign \x5873 1234-3456-2
+sign \x6412 1234-3456-2
+sign \x585C 1234-3456-2
+sign \x84EC 1234-3456-2
+sign \x787C 1234-3456-2
+sign \x7A1D 1234-3456-2
+sign \x9E4F 1234-3456-2
+sign \x6A25 1234-3456-2
+sign \x69F0 1234-3456-2
+sign \x71A2 1234-3456-2
+sign \x8F23 1234-3456-2
+sign \x6F8E 1234-3456-2
+sign \x6189 1234-3456-2
+sign \x7BF7 1234-3456-2
+sign \x930B 1234-3456-2
+sign \x81A8 1234-3456-2
+sign \x97F8 1234-3456-2
+sign \x9AFC 1234-3456-2
+sign \x9B05 1234-3456-2
+sign \x87DA 1234-3456-2
+sign \x87DB 1234-3456-2
+sign \x8615 1234-3456-2
+sign \x9D6C 1234-3456-2
+sign \x97FC 1234-3456-2
+sign \x7E84 1234-3456-2
+sign \x9B14 1234-3456-2
+sign \x9A2F 1234-3456-2
+sign \x945D 1234-3456-2
+sign \x6367 1234-3456-3
+sign \x768F 1234-3456-3
+sign \x6DCE 1234-3456-3
+sign \x527B 1234-3456-1
+sign \x63BD 1234-3456-23
+sign \x692A 1234-3456-23
+sign \x78B0 1234-3456-23
+sign \x8E2B 1234-3456-23
+sign \x4E15 1234-24-1
+sign \x4F13 1234-24-1
+sign \x6279 1234-24-1
+sign \x90B3 1234-24-1
+sign \x4F3E 1234-24-1
+sign \x7EB0 1234-24-1
+sign \x576F 1234-24-1
+sign \x62B7 1234-24-1
+sign \x62AB 1234-24-1
+sign \x72C9 1234-24-1
+sign \x72D3 1234-24-1
+sign \x708B 1234-24-1
+sign \x6036 1234-24-1
+sign \x7812 1234-24-1
+sign \x79E0 1234-24-1
+sign \x79DB 1234-24-1
+sign \x7D15 1234-24-1
+sign \x801A 1234-24-1
+sign \x65C7 1234-24-1
+sign \x7FCD 1234-24-1
+sign \x8C7E 1234-24-1
+sign \x925F 1234-24-1
+sign \x9C8F 1234-24-2
+sign \x9294 1234-24-1
+sign \x9AEC 1234-24-1
+sign \x99D3 1234-24-1
+sign \x78C7 1234-24-1
+sign \x5288 1234-24-1
+sign \x8795 12-24-1
+sign \x567C 1234-24-1
+sign \x930D 1234-24-1
+sign \x9B7E 1234-24-1
+sign \x9303 1234-24-1
+sign \x61B5 1234-24-1
+sign \x7914 1234-24-1
+sign \x7915 1234-24-1
+sign \x9739 1234-24-1
+sign \x76AE 1234-24-2
+sign \x9630 1234-24-2
+sign \x8298 1234-24-2
+sign \x6787 1234-24-2
+sign \x6BDE 12-24-3
+sign \x5CAF 1234-24-1
+sign \x80B6 1234-24-2
+sign \x6BD7 1234-24-2
+sign \x6BD8 1234-24-2
+sign \x868D 1234-24-2
+sign \x94CD 1234-24-2
+sign \x7B13 12-24-23
+sign \x90EB 1234-24-2
+sign \x75B2 1234-24-2
+sign \x9674 1234-24-2
+sign \x57E4 1234-24-23
+sign \x86BD 1234-24-2
+sign \x86BE 12-26-3
+sign \x5564 1234-24-2
+sign \x5D25 1234-24-2
+sign \x8C7C 1234-24-2
+sign \x7308 12-246-2
+sign \x7435 1234-24-2
+sign \x6911 12-2346-1
+sign \x8157 1234-24-2
+sign \x813E 1234-24-2
+sign \x7137 1234-24-2
+sign \x9239 1234-24-2
+sign \x8731 1234-24-2
+sign \x7F74 1234-24-2
+sign \x818D 1234-24-2
+sign \x96A6 1234-24-2
+sign \x9B8D 1234-24-1
+sign \x7BFA 1234-24-2
+sign \x8C94 1234-24-2
+sign \x87B7 1234-24-2
+sign \x7F86 1234-24-2
+sign \x9F19 1234-24-2
+sign \x6707 1234-24-2
+sign \x882F 1234-24-2
+sign \x5339 1234-24-3
+sign \x5E80 1234-24-3
+sign \x572E 1234-24-3
+sign \x4EF3 1234-24-3
+sign \x82C9 1234-24-3
+sign \x8134 1234-24-3
+sign \x75DE 1234-24-3
+sign \x92A2 1234-24-3
+sign \x9D04 1234-24-3
+sign \x8AC0 1234-24-3
+sign \x64D7 1234-24-3
+sign \x567D 1234-24-3
+sign \x7656 1234-24-3
+sign \x56AD 1234-24-3
+sign \x5C41 1234-24-23
+sign \x63CA 1234-24-23
+sign \x7764 1234-24-23
+sign \x7765 1234-24-23
+sign \x8F9F 1234-24-23
+sign \x5AB2 1234-24-23
+sign \x5AD3 1234-24-23
+sign \x6F4E 1234-24-23
+sign \x50FB 1234-24-23
+sign \x58C0 1234-24-2
+sign \x6FBC 1234-24-23
+sign \x7513 1234-24-23
+sign \x7588 1234-24-23
+sign \x8B6C 1234-24-23
+sign \x95E2 1234-24-23
+sign \x9DFF 1234-24-23
+sign \x56E8 1234-146-1
+sign \x504F 1234-146-1
+sign \x5AA5 1234-146-1
+sign \x728F 1234-146-1
+sign \x7502 12-146-1
+sign \x7BC7 1234-146-1
+sign \x7FE9 1234-146-1
+sign \x9342 1234-146-1
+sign \x9A88 1234-146-2
+sign \x80FC 1234-146-2
+sign \x8141 1234-146-2
+sign \x6969 1234-146-2
+sign \x6944 1234-146-2
+sign \x8CC6 1234-146-2
+sign \x9ABF 1234-146-2
+sign \x8ADA 1234-146-2
+sign \x99E2 1234-146-2
+sign \x8E41 1234-146-2
+sign \x9A08 1234-146-2
+sign \x8991 1234-146-3
+sign \x8C1D 1234-146-3
+sign \x8CB5 1234-146-3
+sign \x8ADE 1234-146-3
+sign \x7247 1234-146-23
+sign \x9A97 1234-146-23
+sign \x9B78 1234-146-23
+sign \x9A19 1234-146-23
+sign \x9A17 1234-146-23
+sign \x527D 1234-345-1
+sign \x5F6F 1234-345-1
+sign \x6F02 1234-345-1
+sign \x7F25 1234-345-1
+sign \x98D8 1234-345-1
+sign \x7FF2 1234-345-1
+sign \x87B5 1234-345-1
+sign \x65DA 1234-345-1
+sign \x7E39 1234-345-1
+sign \x72A5 1234-345-1
+sign \x98C4 1234-345-1
+sign \x9B52 1234-345-1
+sign \x98C3 1234-345-1
+sign \x5AD6 1234-345-2
+sign \x74E2 1234-345-2
+sign \x85B8 1234-345-2
+sign \x95DD 1234-345-2
+sign \x6B8D 1234-345-3
+sign \x779F 1234-345-3
+sign \x7BFB 1234-345-3
+sign \x91A5 1234-345-3
+sign \x9860 1234-345-3
+sign \x76AB 1234-345-3
+sign \x7968 1234-345-23
+sign \x52E1 1234-345-23
+sign \x50C4 1234-345-23
+sign \x560C 1234-345-23
+sign \x5FB1 1234-345-23
+sign \x6153 1234-345-23
+sign \x6C15 1234-15-1
+sign \x66BC 1234-15-1
+sign \x77A5 1234-15-1
+sign \x4E3F 1234-15-3
+sign \x82E4 1234-15-3
+sign \x6487 1234-15-3
+sign \x6486 1234-15-1
+sign \x9405 1234-15-3
+sign \x5AF3 1234-15-23
+sign \x62DA 1234-126-1
+sign \x62FC 1234-126-1
+sign \x59D8 1234-126-1
+sign \x7917 1234-126-1
+sign \x7A66 1234-126-1
+sign \x99AA 1234-126-1
+sign \x9A5E 1234-126-1
+sign \x73AD 1234-126-2
+sign \x8D2B 1234-126-2
+sign \x5A26 1234-126-2
+sign \x8CA7 1234-126-2
+sign \x7415 1234-126-2
+sign \x9891 1234-126-2
+sign \x5AD4 1234-126-2
+sign \x983B 1234-126-2
+sign \x85B2 1234-126-2
+sign \x5B2A 1234-126-2
+sign \x77C9 1234-126-2
+sign \x56AC 1234-126-2
+sign \x8819 12-126-1
+sign \x98A6 1234-126-2
+sign \x9870 1234-126-2
+sign \x54C1 1234-126-3
+sign \x6980 1234-126-3
+sign \x6729 1234-126-23
+sign \x725D 1234-126-23
+sign \x6C56 1234-126-23
+sign \x8058 1234-126-23
+sign \x4E52 1234-16-1
+sign \x7539 1234-16-1
+sign \x4FDC 1234-16-1
+sign \x782F 1234-16-1
+sign \x6D84 1234-16-1
+sign \x5A09 1234-16-1
+sign \x8060 1234-16-2
+sign \x8275 1234-16-1
+sign \x9829 1234-16-1
+sign \x5196 134-24-23
+sign \x5E73 1234-16-2
+sign \x8BC4 1234-16-2
+sign \x576A 1234-16-2
+sign \x82F9 1234-16-2
+sign \x546F 1234-16-2
+sign \x5CBC 1234-16-2
+sign \x51ED 1234-16-2
+sign \x90F1 1234-16-2
+sign \x6CD9 1234-3456-1
+sign \x73B6 1234-16-2
+sign \x8353 1234-16-2
+sign \x67B0 1234-16-2
+sign \x5E21 1234-16-2
+sign \x80D3 1234-16-2
+sign \x6D34 1234-16-2
+sign \x5C4F 1234-16-2
+sign \x74F6 1234-16-2
+sign \x840D 1234-16-2
+sign \x7851 1234-3456-1
+sign \x86B2 1234-16-2
+sign \x5E32 1234-16-2
+sign \x5C5B 1234-16-2
+sign \x5840 1234-16-2
+sign \x84F1 1234-16-2
+sign \x86E2 1234-16-2
+sign \x5E48 1234-16-2
+sign \x7F3E 1234-16-2
+sign \x7501 1234-16-2
+sign \x8A55 1234-16-2
+sign \x7129 1234-16-2
+sign \x8EFF 1234-16-2
+sign \x9C86 1234-16-2
+sign \x51F4 1234-16-2
+sign \x7AEE 1234-16-2
+sign \x8F27 1234-16-2
+sign \x7BB3 1234-16-2
+sign \x617F 1234-16-2
+sign \x9B83 1234-16-2
+sign \x6191 1234-16-2
+sign \x6A98 1234-16-2
+sign \x7C08 1234-16-2
+sign \x9D67 1234-24-2
+sign \x860B 1234-126-2
+sign \x6534 1234-26-1
+sign \x948B 1234-26-1
+sign \x5761 1234-26-1
+sign \x5CA5 1234-26-1
+sign \x6CFC 1234-26-1
+sign \x91D9 1234-26-1
+sign \x9887 1234-26-1
+sign \x9166 1234-26-1
+sign \x6E8C 1234-26-1
+sign \x6F51 1234-26-1
+sign \x91B1 1234-26-1
+sign \x93FA 1234-26-1
+sign \x5A46 1234-26-2
+sign \x8522 1234-26-2
+sign \x5619 1234-26-2
+sign \x9131 1234-26-2
+sign \x8B08 1234-26-2
+sign \x76A4 1234-26-2
+sign \x6AC7 1234-26-2
+sign \x53F5 1234-26-3
+sign \x5C00 1234-26-3
+sign \x94B7 1234-26-3
+sign \x7B38 1234-26-3
+sign \x9255 1234-26-3
+sign \x99CA 1234-26-3
+sign \x5EF9 1234-26-23
+sign \x5CB6 1234-26-23
+sign \x8FEB 1234-26-23
+sign \x73C0 1234-26-23
+sign \x6540 1234-26-23
+sign \x6D26 1234-26-23
+sign \x7836 1234-26-23
+sign \x7834 1234-26-23
+sign \x54F1 12-26-1
+sign \x70DE 1234-26-23
+sign \x7C95 1234-26-23
+sign \x5964 1234-26-23
+sign \x84AA 1234-26-23
+sign \x9B44 1234-26-23
+sign \x9817 1234-26-1
+sign \x5256 1234-12356-1
+sign \x982E 125-2456-23
+sign \x6294 1234-12356-2
+sign \x6299 1234-12356-2
+sign \x634A 1234-12356-2
+sign \x638A 1234-12356-2
+sign \x88D2 1234-12356-2
+sign \x7B81 1234-12356-2
+sign \x5485 1234-12356-3
+sign \x7283 1234-12356-3
+sign \x6251 1234-136-1
+sign \x7087 1234-136-1
+sign \x5DEC 1234-136
+sign \x9660 1234-136-1
+sign \x94FA 1234-136-23
+sign \x75E1 1234-136-1
+sign \x64B2 1234-136-1
+sign \x5657 1234-136-1
+sign \x92EA 1234-136-23
+sign \x64C8 1234-136-3
+sign \x9BC6 1234-136-1
+sign \x4EC6 1234-136-1
+sign \x5724 1234-136-2
+sign \x530D 1234-136-2
+sign \x8386 1234-136-2
+sign \x83E9 1234-136-2
+sign \x812F 124-136-3
+sign \x8461 1234-136-2
+sign \x83D0 1234-136-2
+sign \x84B1 1234-136-2
+sign \x84B2 1234-136-2
+sign \x8705 124-136-3
+sign \x917A 1234-136-2
+sign \x50D5 1234-136-2
+sign \x58A3 1234-136-2
+sign \x735B 1234-136-2
+sign \x749E 1234-136-2
+sign \x77A8 1234-136-2
+sign \x9564 1234-136-2
+sign \x7A59 1234-136-2
+sign \x6FEE 1234-136-2
+sign \x8D0C 1234-136-2
+sign \x93F7 1234-136-2
+sign \x7E80 1234-136-2
+sign \x6734 1234-136-3
+sign \x57D4 1234-136-3
+sign \x5703 1234-136-3
+sign \x6D66 1234-136-3
+sign \x70F3 1234-136-3
+sign \x666E 1234-136-3
+sign \x5711 1234-136-3
+sign \x6EA5 1234-136-3
+sign \x669C 1234-136-3
+sign \x8C31 1234-136-3
+sign \x8AE9 1234-136-3
+sign \x6F7D 1234-136-1
+sign \x6A38 1234-136-3
+sign \x6C06 1234-136-3
+sign \x6A8F 1234-136-3
+sign \x9568 1234-136-3
+sign \x8E7C 1234-136-3
+sign \x8B5C 1234-136-3
+sign \x9420 1234-136-3
+sign \x8216 1234-136-23
+sign \x8217 1234-136-23
+sign \x7011 1234-136-23
+sign \x66DD 1234-136-23
+sign \x4E03 13-24-1
+sign \x8FC9 13-24-1
+sign \x6C8F 13-24-1
+sign \x59BB 13-24-1
+sign \x67D2 13-24-1
+sign \x6053 13-24-1
+sign \x6816 13-24-1
+sign \x6864 13-24-1
+sign \x90EA 13-24-1
+sign \x7F3C 13-23456-1
+sign \x51C4 13-24-1
+sign \x637F 13-24-1
+sign \x840B 13-24-1
+sign \x687C 13-24-1
+sign \x621A 13-24-1
+sign \x6DD2 13-24-1
+sign \x60BD 13-24-1
+sign \x5A38 13-24-1
+sign \x671E 13-24-1
+sign \x671F 13-24-1
+sign \x6B3A 13-24-1
+sign \x68F2 13-24-1
+sign \x7D2A 13-24-1
+sign \x50B6 13-24-1
+sign \x8904 13-24-1
+sign \x69BF 13-24-1
+sign \x5601 13-24-1
+sign \x50DB 13-24-1
+sign \x6F06 13-24-1
+sign \x617D 13-24-1
+sign \x7DC0 13-24-1
+sign \x617C 13-24-1
+sign \x8AC6 13-24-1
+sign \x970B 13-24-1
+sign \x8AFF 125-346-3
+sign \x8E4A 125-24-1
+sign \x9B4C 13-24-1
+sign \x9D78 13-24-2
+sign \x9D88 13-24-1
+sign \x93DA 13-24-1
+sign \x4E93 13-24-2
+sign \x9F50 13-24-2
+sign \x7941 13-24-2
+sign \x573B 13-24-2
+sign \x82AA 13-24-2
+sign \x5C90 13-24-2
+sign \x5C93 13-24-2
+sign \x5E88 13-126-2
+sign \x5FEF 13-24-2
+sign \x5176 13-24-2
+sign \x5947 13-24-2
+sign \x6B67 13-24-2
+sign \x80B5 13-24-2
+sign \x6589 13-24-2
+sign \x7948 13-24-2
+sign \x7947 13-24-2
+sign \x4E9D 13-24-2
+sign \x834E 12345-2
+sign \x8360 1245-24-23
+sign \x75A7 13-24-2
+sign \x7AD2 13-24-2
+sign \x8006 13-24-2
+sign \x5258 13-24-2
+sign \x8691 13-24-2
+sign \x869A 13-24-2
+sign \x8694 13-24-2
+sign \x501B 13-24-1
+sign \x9880 13-24-2
+sign \x8110 13-24-2
+sign \x658A 13-24-2
+sign \x65C2 13-24-2
+sign \x6391 13-24-2
+sign \x57FC 13-24-2
+sign \x8401 13-24-2
+sign \x8EDD 13-24-2
+sign \x7566 13-24-2
+sign \x8DC2 13-24-2
+sign \x5E3A 13-24-2
+sign \x5D0E 13-24-2
+sign \x91EE 13-24-2
+sign \x7309 13-24-2
+sign \x6DC7 13-24-2
+sign \x9A90 13-24-2
+sign \x9A91 13-24-2
+sign \x742A 13-24-2
+sign \x7426 13-24-2
+sign \x68CA 13-24-2
+sign \x68CB 13-24-2
+sign \x86F4 13-24-2
+sign \x5D5C 13-24-2
+sign \x797A 13-24-2
+sign \x7881 13-24-2
+sign \x7895 13-24-2
+sign \x951C 13-24-2
+sign \x9B3E 1245-24-23
+sign \x9B3F 13-24-2
+sign \x980E 13-24-2
+sign \x612D 13-24-2
+sign \x8900 13-24-2
+sign \x871D 13-24-2
+sign \x7DA6 13-24-2
+sign \x871E 13-24-2
+sign \x9F4A 13-24-2
+sign \x65D7 13-24-2
+sign \x7CB8 13-24-2
+sign \x7DA8 13-24-2
+sign \x7DA5 13-24-2
+sign \x7DD5 1356-1
+sign \x7482 13-24-2
+sign \x8572 13-24-2
+sign \x8E11 1245-24-1
+sign \x79A5 13-24-2
+sign \x87A7 13-24-2
+sign \x9CAF 13-24-2
+sign \x85C4 13-24-2
+sign \x9BA8 24-23
+sign \x6FDD 13-24-2
+sign \x61E0 1245-24-23
+sign \x9A0F 13-24-2
+sign \x9A0E 13-24-2
+sign \x6AC0 13-24-2
+sign \x6AB1 13-24-2
+sign \x7C31 13-24-2
+sign \x81CD 13-24-2
+sign \x9CCD 13-24-2
+sign \x8604 13-24-2
+sign \x9D80 13-24-2
+sign \x9BD5 13-24-2
+sign \x9E92 13-24-2
+sign \x9B10 13-24-2
+sign \x8810 13-24-2
+sign \x7C4F 13-24-2
+sign \x8269 13-24-2
+sign \x7E83 13-24-2
+sign \x9A39 13-24-2
+sign \x9B55 13-24-2
+sign \x9C2D 13-24-2
+sign \x7382 13-24-2
+sign \x9EA1 13-24-2
+sign \x4E5E 13-24-3
+sign \x9094 13-24-3
+sign \x8291 13-24-3
+sign \x5C7A 13-24-3
+sign \x5C82 13-24-3
+sign \x4F01 13-24-3
+sign \x7398 13-24-3
+sign \x675E 13-24-3
+sign \x76C0 13-24-3
+sign \x5447 13-24-3
+sign \x542F 13-24-3
+sign \x8D77 13-24-3
+sign \x5518 13-24-3
+sign \x8C48 13-24-3
+sign \x5554 13-24-3
+sign \x555F 13-24-3
+sign \x5553 13-24-3
+sign \x5A4D 13-24-3
+sign \x7EEE 13-24-3
+sign \x68E8 13-24-3
+sign \x6675 13-24-3
+sign \x88FF 24-3
+sign \x7DAE 13-16-23
+sign \x7DBA 13-24-3
+sign \x8AEC 13-24-3
+sign \x7C2F 13-24-3
+sign \x95D9 13-24-3
+sign \x6C14 13-24-23
+sign \x8BAB 13-24-23
+sign \x6C17 13-24-23
+sign \x8FC4 13-24-23
+sign \x6C54 13-24-23
+sign \x829E 13-24-23
+sign \x77F5 13-24-23
+sign \x5F03 13-24-23
+sign \x6C7D 13-24-23
+sign \x7081 13-24-23
+sign \x76F5 13-24-23
+sign \x6CE3 13-24-23
+sign \x5951 13-24-23
+sign \x780C 13-24-23
+sign \x54A0 13-24-23
+sign \x6814 13-24-23
+sign \x6C23 13-24-23
+sign \x8A16 13-24-23
+sign \x552D 13-24-23
+sign \x6B2B 13-24-23
+sign \x847A 13-24-23
+sign \x5921 13-24-23
+sign \x68C4 13-24-23
+sign \x6E46 13-24-23
+sign \x6E47 13-24-23
+sign \x6112 13-246-23
+sign \x789B 13-24-23
+sign \x78B6 13-24-23
+sign \x66A3 13-24-23
+sign \x7508 13-24-23
+sign \x69ED 13-24-23
+sign \x5650 13-24-23
+sign \x6187 13-24-23
+sign \x78E7 13-24-23
+sign \x78E9 13-24-23
+sign \x78DC 13-24-23
+sign \x5668 13-24-23
+sign \x61A9 13-24-23
+sign \x85BA 1245-24-23
+sign \x87FF 13-24-23
+sign \x7F4A 13-24-23
+sign \x7918 26-23
+sign \x9F1C 13-24-23
+sign \x6390 13-1246-1
+sign \x845C 13-1246-1
+sign \x6118 13-26-23
+sign \x6433 125-123456-2
+sign \x62E4 13-1246-3
+sign \x5CE0 13-1246-3
+sign \x9160 13-1246-3
+sign \x8DD2 13-1246-3
+sign \x9790 13-1246-3
+sign \x5736 13-1246-23
+sign \x51BE 13-1246-23
+sign \x5E22 13-1246-23
+sign \x6D3D 13-1246-23
+sign \x6070 13-1246-23
+sign \x7848 13-1246-23
+sign \x6B8E 13-1246-23
+sign \x9AC2 13-1246-23
+sign \x5343 13-146-1
+sign \x4EDF 13-146-1
+sign \x9621 13-146-1
+sign \x5732 13-146-1
+sign \x6266 13-146-1
+sign \x828A 13-146-1
+sign \x8FC1 13-146-1
+sign \x5731 13-146-1
+sign \x6C58 13-146-1
+sign \x5977 13-146-1
+sign \x833E 13-146-1
+sign \x6744 13-146-1
+sign \x5C8D 13-146-1
+sign \x4F65 13-146-1
+sign \x6C67 13-146-1
+sign \x81E4 13-146-1
+sign \x948E 13-146-1
+sign \x6B26 13-146-1
+sign \x7ACF 13-146-1-156-3456-1
+sign \x62EA 13-146-1
+sign \x7275 13-146-1
+sign \x7C81 13-146-1
+sign \x8688 13-146-1
+sign \x94C5 13-146-1
+sign \x8C38 13-146-1
+sign \x60AD 13-146-1
+sign \x5B6F 13-146-1
+sign \x5A5C 13-146-1
+sign \x91FA 13-146-1
+sign \x727D 13-146-1
+sign \x96C3 1245-146-1
+sign \x6394 13-146-1
+sign \x9206 13-146-1
+sign \x8C26 13-146-1
+sign \x7B7E 13-146-1
+sign \x6106 13-146-1
+sign \x925B 13-146-1
+sign \x50C9 13-146-1
+sign \x9E50 13-146-1
+sign \x647C 13-3456-1
+sign \x6481 13-146-1
+sign \x7B9E 13-146-1
+sign \x6173 13-146-1
+sign \x6434 13-146-1
+sign \x9CFD 1245-146-1
+sign \x9077 13-146-1
+sign \x8AD0 13-146-1
+sign \x8930 13-146-1
+sign \x8B19 13-146-1
+sign \x9845 13-146-1
+sign \x6AB6 13-146-1
+sign \x6511 13-146-1
+sign \x6510 13-146-1
+sign \x6ACF 13-146-1
+sign \x7C3D 13-146-1
+sign \x9D6E 13-146-1
+sign \x6513 13-146-1
+sign \x9431 1245-146-23
+sign \x9DBC 1245-146-1
+sign \x9B1D 13-146-1
+sign \x9B1C 13-146-1
+sign \x7C64 13-146-1
+sign \x97C6 13-146-1
+sign \x74E9 13-146-1-123456-3
+sign \x5C92 13-146-2
+sign \x62D1 13-146-2
+sign \x94A4 13-146-2
+sign \x524D 13-146-2
+sign \x6B6C 13-146-2
+sign \x8654 13-146-2
+sign \x94B1 13-146-2
+sign \x94B3 13-146-2
+sign \x63AE 13-146-2
+sign \x4E7E 1245-1236-1
+sign \x8EE1 13-146-2
+sign \x5042 13-146-2
+sign \x6701 13-146-2
+sign \x9210 13-146-2
+sign \x5A8A 13-146-2
+sign \x9257 13-146-2
+sign \x9246 1356-12456-1
+sign \x5898 13-146-2
+sign \x69A9 13-146-2
+sign \x7B9D 13-146-2
+sign \x92AD 13-146-2
+sign \x8541 13-146-2
+sign \x7FAC 13-146-2
+sign \x6F5C 13-146-2
+sign \x6F5B 13-146-2
+sign \x6A6C 13-146-2
+sign \x9ED4 13-146-2
+sign \x9322 13-146-2
+sign \x9EDA 13-146-2
+sign \x9A1D 13-146-2
+sign \x9A1A 13-146-2
+sign \x6FF3 13-146-2
+sign \x7C56 13-146-2
+sign \x9C2C 13-146-2
+sign \x704A 13-146-2
+sign \x51F5 13-1236-3
+sign \x80B7 13-146-3
+sign \x6D45 13-146-3
+sign \x6DFA 13-146-3
+sign \x9063 13-146-3
+sign \x5D70 13-146-3
+sign \x69CF 13-146-3
+sign \x8738 13-146-3
+sign \x8C34 13-146-3
+sign \x7F31 13-146-3
+sign \x7E7E 13-146-3
+sign \x8B74 13-146-3
+sign \x9453 13-146-3
+sign \x6B20 13-146-23
+sign \x520B 13-146-23
+sign \x82A1 13-146-23
+sign \x831C 13-146-23
+sign \x5029 13-146-23
+sign \x6093 13-146-23
+sign \x5811 13-146-23
+sign \x68C8 13-146-23
+sign \x6920 13-146-23
+sign \x5D4C 13-146-23
+sign \x84A8 13-146-23
+sign \x7698 13-146-23
+sign \x614A 13-146-23
+sign \x8533 13-146-23
+sign \x5879 13-146-23
+sign \x6B49 13-146-23
+sign \x8F24 13-146-23
+sign \x69E7 13-146-23
+sign \x7BCF 13-146-23
+sign \x5119 13-146-23
+sign \x7BDF 13-146-23
+sign \x58CD 13-146-23
+sign \x5B31 13-146-23
+sign \x7E34 13-146-23
+sign \x93F2 13-146-1
+sign \x9C1C 1245-146-1
+sign \x7F8C 13-1346-1
+sign \x73B1 13-1346-1
+sign \x67AA 13-1346-1
+sign \x6217 13-1346-1
+sign \x6215 13-1346-1
+sign \x65A8 13-1346-1
+sign \x7F97 13-1346-1
+sign \x7310 13-1346-1
+sign \x7437 13-23456-23
+sign \x554C 13-1346-1
+sign \x690C 13-1346-1
+sign \x55F4 13-1346-1
+sign \x8154 13-1346-1
+sign \x7347 13-1346-1
+sign \x6EAC 13-1346-1
+sign \x8723 13-1346-1
+sign \x9516 13-1346-1
+sign \x7472 13-1346-1
+sign \x69CD 13-1346-1
+sign \x5D88 13-1346-1
+sign \x9535 13-1346-1
+sign \x6227 13-1346-1
+sign \x7FAB 13-1346-1
+sign \x7244 13-1346-1
+sign \x7BEC 13-1346-1
+sign \x9306 13-1346-1
+sign \x8B12 13-1346-1
+sign \x8E61 13-1346-1
+sign \x9397 13-1346-1
+sign \x93D8 13-1346-1
+sign \x5F37 13-1346-2
+sign \x5F3A 13-1346-2
+sign \x5899 13-1346-2
+sign \x8537 13-1346-2
+sign \x5AF1 13-1346-2
+sign \x8503 13-1346-2
+sign \x6A2F 13-1346-2
+sign \x6F12 13-1346-2
+sign \x58BB 13-1346-2
+sign \x8594 13-1346-2
+sign \x5EE7 13-1346-2
+sign \x5B19 13-1346-2
+sign \x6AA3 13-1346-2
+sign \x7246 13-1346-2
+sign \x8262 13-1346-2
+sign \x8620 13-1346-2
+sign \x62A2 13-1346-3
+sign \x7F9F 13-1346-3
+sign \x6436 13-1346-3
+sign \x7FA5 13-1346-3
+sign \x6464 13-1346-1
+sign \x52E5 1245-1346-23
+sign \x588F 13-1346-3
+sign \x956A 13-1346-1
+sign \x8941 13-1346-3
+sign \x7E48 13-1346-3
+sign \x7E66 13-1346-3
+sign \x93F9 13-1346-1
+sign \x545B 13-1346-23
+sign \x709D 13-1346-23
+sign \x5534 13-1346-23
+sign \x8DC4 13-1346-23
+sign \x55C6 13-1346-23
+sign \x7197 13-1346-23
+sign \x8E4C 13-1346-23
+sign \x7FBB 13-1346-23
+sign \x6084 13-345-3
+sign \x7857 13-345-1
+sign \x90FB 13-345-1
+sign \x8DF7 13-345-1
+sign \x9125 13-345-1
+sign \x8E0D 13-345-1
+sign \x9539 13-345-1
+sign \x5281 13-345-1
+sign \x6572 13-345-1
+sign \x6BC3 13-345-1
+sign \x589D 13-345-1
+sign \x981D 13-345-1
+sign \x6A47 13-345-1
+sign \x5E67 13-345-1
+sign \x71C6 13-345-1
+sign \x7F32 13-345-1
+sign \x6A7E 156-136-1
+sign \x78FD 13-345-1
+sign \x936B 13-345-1
+sign \x936C 13-345-1
+sign \x7E51 13-345-1
+sign \x8DAC 13-345-1
+sign \x8E7A 13-345-1
+sign \x8E7B 13-345-1
+sign \x4E54 13-345-2
+sign \x4FA8 13-345-2
+sign \x835E 13-345-2
+sign \x834D 13-345-2
+sign \x5CE4 13-345-2
+sign \x6865 13-345-2
+sign \x785A 13-345-2
+sign \x55AC 13-345-2
+sign \x9121 13-345-1
+sign \x69D7 13-345-2
+sign \x50D1 13-345-2
+sign \x8C2F 13-345-2
+sign \x58A7 13-345-2
+sign \x9792 13-345-2
+sign \x854E 13-345-2
+sign \x563A 13-345-2
+sign \x5DA0 13-345-2
+sign \x6194 13-345-2
+sign \x5AF6 13-345-2
+sign \x6A4B 13-345-2
+sign \x6A35 13-345-2
+sign \x729E 13-345-2
+sign \x7904 13-345-2
+sign \x77A7 13-345-2
+sign \x7644 13-345-2
+sign \x8DAB 13-345-2
+sign \x85EE 13-345-2
+sign \x8B59 13-345-2
+sign \x9408 13-345-2
+sign \x97BD 13-345-2
+sign \x9866 13-345-2
+sign \x5DE7 13-345-3
+sign \x91E5 13-345-3
+sign \x6100 13-345-3
+sign \x9ADC 13-345-3
+sign \x4FCF 13-345-23
+sign \x8BEE 13-345-23
+sign \x9657 13-345-23
+sign \x5CED 13-345-23
+sign \x5E29 13-345-23
+sign \x7A8D 13-345-23
+sign \x6BBC 13-26-2
+sign \x7FD8 13-345-23
+sign \x8E03 125-345-1
+sign \x8A9A 13-345-23
+sign \x9ADA 13-345-23
+sign \x64AC 13-345-23
+sign \x50FA 13-345-23
+sign \x58BD 13-345-1
+sign \x64BD 13-345-23
+sign \x9798 13-345-23
+sign \x97D2 13-345-23
+sign \x7FF9 13-345-23
+sign \x97A9 13-345-23
+sign \x7AC5 13-345-23
+sign \x8E88 13-345-23
+sign \x5207 13-15-1
+sign \x82C6 13-15-1
+sign \x767F 13-15-2
+sign \x8304 13-15-2
+sign \x807A 13-15-2
+sign \x4E14 13-15-3
+sign \x5392 13-15-23
+sign \x90C4 13-15-23
+sign \x59BE 13-15-23
+sign \x602F 13-15-23
+sign \x5327 13-15-23
+sign \x7A83 13-15-23
+sign \x6D2F 13-15-23
+sign \x6308 13-15-23
+sign \x5022 1245-15-2
+sign \x608F 13-15-23
+sign \x7B21 13-15-23
+sign \x6DC1 13-15-23
+sign \x60EC 13-15-23
+sign \x86EA 13-15-23
+sign \x8D84 13-15-23
+sign \x611C 13-15-23
+sign \x6705 13-15-23
+sign \x9532 13-15-23
+sign \x7BA7 13-15-23
+sign \x9B65 1245-24-23
+sign \x7DC1 13-15-23
+sign \x8E25 13-15-23
+sign \x7BCB 13-15-23
+sign \x85D2 13-15-23
+sign \x7A55 13-15-23
+sign \x9365 13-15-23
+sign \x9BDC 13-15-23
+sign \x9411 13-15-23
+sign \x7C61 13-15-23
+sign \x7ACA 13-15-23
+sign \x94A6 13-126-1
+sign \x4FB5 13-126-1
+sign \x4EB2 13-126-1
+sign \x887E 13-126-1
+sign \x9A8E 13-126-1
+sign \x83F3 13-126-1
+sign \x5D5A 13-126-1
+sign \x5A87 13-126-1
+sign \x7D85 13-126-1
+sign \x8A9B 13-126-1
+sign \x5D94 13-126-1
+sign \x99F8 13-126-1
+sign \x9849 13-126-1
+sign \x9BBC 13-126-1
+sign \x5BF4 13-126-1
+sign \x6272 13-146-2
+sign \x82B9 13-126-2
+sign \x82A9 13-126-2
+sign \x5FF4 13-146-2
+sign \x79E6 13-126-2
+sign \x73E1 13-126-2
+sign \x57C1 14-356-2
+sign \x8039 13-126-2
+sign \x83E6 13-126-2
+sign \x8699 13-146-2
+sign \x6366 13-126-2
+sign \x7439 13-126-2
+sign \x7434 13-126-2
+sign \x9219 13-126-2
+sign \x922B 13-126-2
+sign \x79BD 13-126-2
+sign \x96C2 13-126-2
+sign \x52E4 13-126-2
+sign \x9772 13-126-2
+sign \x55EA 13-126-2
+sign \x6EB1 34-356-1
+sign \x5AC0 13-126-2
+sign \x64D2 13-126-2
+sign \x65B3 13-126-2
+sign \x5659 13-126-2
+sign \x9CF9 13-126-2
+sign \x6A8E 13-126-2
+sign \x8793 13-126-2
+sign \x763D 13-126-2
+sign \x6FBF 13-126-2
+sign \x61C4 13-126-2
+sign \x61C3 13-126-2
+sign \x8804 13-126-2
+sign \x9D6D 13-126-2
+sign \x5745 13-126-3
+sign \x6611 13-126-3
+sign \x7B09 13-126-3
+sign \x8D7E 13-126-3
+sign \x8D7A 126-3
+sign \x68AB 13-126-3
+sign \x9513 13-126-3
+sign \x5BD1 13-126-3
+sign \x5BDD 13-126-3
+sign \x5BE2 13-126-3
+sign \x92DF 13-126-3
+sign \x87BC 13-126-3
+sign \x628B 13-126-23
+sign \x5423 13-126-23
+sign \x6C81 13-126-23
+sign \x5422 13-126-23
+sign \x551A 13-126-23
+sign \x83E3 13-126-23
+sign \x63FF 13-126-23
+sign \x6407 13-126-23
+sign \x64B3 13-126-23
+sign \x85FD 13-126-23
+sign \x7019 13-126-23
+sign \x9752 13-16-1
+sign \x9751 13-16-1
+sign \x8F7B 13-16-1
+sign \x6C22 13-16-1
+sign \x90EC 13-16-1
+sign \x503E 13-16-1
+sign \x537F 13-16-1
+sign \x57E5 13-16-1
+sign \x570A 13-16-1
+sign \x6C2B 13-16-1
+sign \x5EBC 13-16-3
+sign \x6E05 13-16-1
+sign \x6DF8 13-16-1
+sign \x5BC8 13-16-1
+sign \x8EFD 13-16-1
+sign \x50BE 13-16-1
+sign \x8F15 13-16-1
+sign \x873B 13-16-1
+sign \x7DAA 13-146-23
+sign \x6F00 13-16-3
+sign \x9CAD 13-16-1
+sign \x9D84 13-16-1
+sign \x9BD6 13-16-1
+sign \x944B 13-16-1
+sign \x591D 13-16-2
+sign \x7520 13-16-2
+sign \x52CD 13-16-2
+sign \x5568 16-1
+sign \x60C5 13-16-2
+sign \x68FE 13-16-2
+sign \x6674 13-16-2
+sign \x6C30 13-16-2
+sign \x6692 13-16-2
+sign \x6A08 13-16-2
+sign \x6AA0 13-16-2
+sign \x64CE 13-16-2
+sign \x9EE5 13-16-2
+sign \x82D8 13-16-3
+sign \x9877 13-16-3
+sign \x8BF7 13-16-3
+sign \x9803 13-16-3
+sign \x5ECE 13-16-3
+sign \x8ACB 13-16-3
+sign \x8B26 13-16-3
+sign \x6ABE 13-16-3
+sign \x5E86 13-16-23
+sign \x51CA 13-16-23
+sign \x6385 13-16-23
+sign \x6BB8 13-16-23
+sign \x7883 13-16-23
+sign \x9758 13-16-23
+sign \x7B90 13-16-23
+sign \x6176 13-16-23
+sign \x78EC 13-16-23
+sign \x89AA 13-126-1
+sign \x7F44 13-16-23
+sign \x512C 13-16-23
+sign \x6FEA 13-16-23
+sign \x6AE6 13-16-23
+sign \x536D 13-1456-2
+sign \x909B 13-1456-2
+sign \x5B86 13-1456-2
+sign \x7A77 13-1456-2
+sign \x8315 13-1456-2
+sign \x7A79 13-1456-2
+sign \x684F 13-1456-2
+sign \x8D79 13-1456-2
+sign \x7B3B 13-1456-2
+sign \x7B47 13-1456-2
+sign \x743C 13-1456-2
+sign \x86E9 13-1456-2
+sign \x86EC 13-1456-2
+sign \x712D 13-1456-2
+sign \x712A 13-1456-2
+sign \x60F8 13-1456-2
+sign \x8DEB 13-1456-2
+sign \x7758 13-1456-2
+sign \x7162 13-1456-2
+sign \x718D 13-1456-2
+sign \x928E 13-1456-2
+sign \x7AAE 13-1456-2
+sign \x6A69 13-1456-2
+sign \x511D 13-1456-2
+sign \x618C 13-1456-2
+sign \x85D1 13-1456-2
+sign \x74CA 13-1456-2
+sign \x85ED 13-1456-2
+sign \x7AC6 13-1456-2
+sign \x74D7 2456-3
+sign \x4E18 13-1256-1
+sign \x4E20 13-1256-1
+sign \x90B1 13-1256-1
+sign \x5775 13-1256-1
+sign \x79CB 13-1256-1
+sign \x79CC 13-1256-1
+sign \x6058 13-1256-1
+sign \x86AF 13-1256-1
+sign \x8429 13-1256-1
+sign \x5A9D 13-1256-1
+sign \x6E6B 13-1256-1
+sign \x6978 13-1256-1
+sign \x9E59 13-1256-1
+sign \x8775 13-1256-1
+sign \x7BCD 13-1256-1
+sign \x7DE7 13-1256-1
+sign \x8DA5 13-1256-1
+sign \x7A50 13-1256-1
+sign \x9CC5 13-1256-1
+sign \x97A6 13-1256-1
+sign \x97A7 13-1256-1
+sign \x87D7 13-1256-1
+sign \x8612 13-1256-1
+sign \x9D96 13-1256-1
+sign \x9C0D 13-1256-1
+sign \x9C0C 13-1256-1
+sign \x9F9D 13-1256-1
+sign \x53B9 13-1256-2
+sign \x738C 13-1256-2
+sign \x624F 13-1256-2
+sign \x56DA 13-1256-2
+sign \x53F4 13-1256-2
+sign \x72B0 13-1256-2
+sign \x6739 13-1256-2
+sign \x808D 13-1256-2
+sign \x6C53 13-1256-2
+sign \x6C42 13-1256-2
+sign \x866C 13-1256-2
+sign \x866F 13-1256-2
+sign \x6CC5 13-1256-2
+sign \x4FC5 13-1256-2
+sign \x91D3 1245-35-2
+sign \x89D3 13-1256-2
+sign \x8A04 13-1256-2
+sign \x8A05 13-1256-2
+sign \x914B 13-1256-2
+sign \x838D 13-1256-2
+sign \x9011 13-1256-2
+sign \x900E 13-1256-2
+sign \x5512 13-1256-2
+sign \x91DA 13-1256-2
+sign \x6D57 13-1256-2
+sign \x7D0C 13-1256-2
+sign \x7403 13-1256-2
+sign \x6882 13-1256-2
+sign \x6B8F 13-1256-2
+sign \x8D47 13-1256-2
+sign \x6BEC 13-1256-2
+sign \x91FB 13-1256-2
+sign \x76DA 13-1256-2
+sign \x76B3 13-1256-2
+sign \x5D37 13-1256-2
+sign \x9052 13-1256-2
+sign \x6E6D 13-1256-2
+sign \x6E1E 13-1256-2
+sign \x5DEF 13-1256-2
+sign \x88D8 13-1256-2
+sign \x86F7 13-1256-2
+sign \x716A 13-1256-2
+sign \x7D7F 13-1256-2
+sign \x5DF0 13-1256-2
+sign \x8CD5 13-1256-2
+sign \x89E9 13-1256-2
+sign \x7486 13-1256-2
+sign \x8764 13-1256-2
+sign \x92B6 13-1256-2
+sign \x9F3D 13-1256-2
+sign \x9B82 13-1256-2
+sign \x9BC4 13-1256-2
+sign \x8824 13-1256-2
+sign \x9C3D 13-1256-2
+sign \x641D 13-1256-3
+sign \x7CD7 13-1256-3
+sign \x533A 13-346-1
+sign \x5324 13-346-1
+sign \x5C96 13-346-1
+sign \x4F49 13-346-1
+sign \x4F39 13-346-1
+sign \x8BCE 13-346-1
+sign \x9639 13-346-1
+sign \x9A71 13-346-1
+sign \x62BE 13-346-1
+sign \x5CB4 13-346-1
+sign \x5C48 13-346-1
+sign \x80E0 13-346-1
+sign \x6D40 13-346-1
+sign \x795B 13-346-1
+sign \x88AA 13-346-1
+sign \x5340 13-346-1
+sign \x86C6 13-346-1
+sign \x8EAF 13-346-1
+sign \x7D36 13-346-1
+sign \x8D8B 13-346-1
+sign \x86D0 13-346-1
+sign \x7B41 13-346-1
+sign \x8A58 13-346-1
+sign \x7CAC 13-346-1
+sign \x99C6 13-346-1
+sign \x5D87 13-346-1
+sign \x6188 13-346-1
+sign \x9EB9 13-346-1
+sign \x99C8 13-346-1
+sign \x657A 13-346-1
+sign \x8AB3 13-346-1
+sign \x9AF7 13-346-1
+sign \x9B7C 13-346-1
+sign \x8DA8 13-346-1
+sign \x9EAF 13-346-1
+sign \x8EC0 13-346-1
+sign \x9EB4 13-346-1
+sign \x9EE2 13-346-1
+sign \x9A45 13-346-1
+sign \x9C38 13-346-1
+sign \x9C4B 13-346-1
+sign \x4F62 13-346-2
+sign \x52AC 13-346-2
+sign \x6710 13-346-2
+sign \x65AA 13-346-2
+sign \x80CA 13-346-2
+sign \x83C3 13-346-2
+sign \x8850 13-346-2
+sign \x9E32 13-346-2
+sign \x6E20 13-346-2
+sign \x6DED 13-346-2
+sign \x7FD1 13-346-2
+sign \x7D47 13-346-2
+sign \x844B 13-346-2
+sign \x8EE5 13-346-2
+sign \x8556 13-346-2
+sign \x7496 13-346-2
+sign \x78F2 13-346-2
+sign \x87B6 13-346-2
+sign \x9D1D 13-346-2
+sign \x74A9 13-346-2
+sign \x87DD 13-346-2
+sign \x7FF5 13-346-2
+sign \x77BF 13-346-2
+sign \x9F29 13-346-2
+sign \x8627 13-346-2
+sign \x5337 1245-23456-2
+sign \x5FC2 13-346-2
+sign \x7048 13-346-2
+sign \x6B0B 13-346-2
+sign \x6235 13-346-2
+sign \x6C0D 13-346-2
+sign \x7C67 13-346-2
+sign \x81DE 13-346-2
+sign \x766F 13-346-2
+sign \x8837 13-346-2
+sign \x8862 13-346-2
+sign \x8EA3 13-346-2
+sign \x883C 13-346-2
+sign \x947A 13-346-2
+sign \x9E1C 13-346-2
+sign \x66F2 13-346-1
+sign \x53D6 13-346-3
+sign \x5A36 13-346-3
+sign \x8A53 13-346-3
+sign \x7AEC 13-346-3
+sign \x877A 13-346-3
+sign \x9F8B 13-346-3
+sign \x9F72 13-346-3
+sign \x53BB 13-346-23
+sign \x53BA 13-346-23
+sign \x521E 13-346-23
+sign \x8FF2 13-346-23
+sign \x547F 13-35-1
+sign \x90E5 12-2346-23
+sign \x801D 13-346-23
+sign \x9612 13-346-23
+sign \x8DA3 13-346-23
+sign \x89D1 13-346-23
+sign \x95B4 13-346-23
+sign \x9EAE 13-346-23
+sign \x95C3 13-346-23
+sign \x9F01 13-346-23
+sign \x89B7 13-346-23
+sign \x89B0 13-346-23
+sign \x89BB 13-346-23
+sign \x594D 13-12346-1
+sign \x5CD1 13-12346-2
+sign \x606E 13-12346-2
+sign \x609B 13-12346-1
+sign \x5708 13-12346-1
+sign \x68EC 13-12346-1
+sign \x570F 13-12346-1
+sign \x99E9 13-12346-2
+sign \x9A21 13-12346-2
+sign \x9409 13-12346-1
+sign \x6743 13-12346-2
+sign \x5168 13-12346-2
+sign \x4F7A 13-12346-2
+sign \x8BE0 13-12346-2
+sign \x8343 13-12346-2
+sign \x6CC9 13-12346-2
+sign \x6D24 13-12346-2
+sign \x59FE 13-12346-2
+sign \x8F81 13-12346-2
+sign \x7277 13-12346-2
+sign \x62F3 13-12346-2
+sign \x57E2 13-12346-2
+sign \x7842 13-12346-2
+sign \x5573 13-12346-2
+sign \x94E8 13-12346-2
+sign \x75CA 13-12346-2
+sign \x60D3 13-12346-2
+sign \x5A58 13-12346-2
+sign \x8472 13-12346-2
+sign \x7288 13-12346-2
+sign \x7B4C 13-12346-2
+sign \x8143 13-12346-1
+sign \x6E76 13-12346-2
+sign \x7D5F 13-12346-2
+sign \x7454 13-12346-2
+sign \x643C 13-12346-2
+sign \x697E 13-12346-2
+sign \x8F07 13-12346-2
+sign \x8DE7 13-12346-2
+sign \x8A6E 13-12346-2
+sign \x89E0 13-12346-2
+sign \x8737 13-12346-2
+sign \x9293 13-12346-2
+sign \x6A29 13-12346-2
+sign \x8E21 13-12346-2
+sign \x919B 13-12346-2
+sign \x7E13 13-12346-2
+sign \x95CE 13-12346-2
+sign \x9CC8 13-12346-2
+sign \x9B08 13-12346-2
+sign \x5DCF 13-12346-2
+sign \x9C01 13-12346-2
+sign \x5B49 13-12346-2
+sign \x6B0A 13-12346-2
+sign \x9F64 13-12346-2
+sign \x98A7 13-12346-2
+sign \x8838 13-12346-2
+sign \x9874 13-12346-2
+sign \x72AC 13-12346-3
+sign \x6C71 2345-246-23
+sign \x753D 13-12346-3
+sign \x754E 13-12346-3
+sign \x70C7 13-12346-3
+sign \x7EFB 13-12346-3
+sign \x7DA3 13-12346-3
+sign \x8647 13-12346-3
+sign \x529D 13-12346-23
+sign \x5238 13-12346-23
+sign \x7276 13-12346-23
+sign \x6926 13-12346-23
+sign \x52E7 13-12346-23
+sign \x97CF 13-12346-23
+sign \x52F8 13-12346-23
+sign \x7094 13-23456-1
+sign \x7F3A 13-23456-1
+sign \x849B 13-23456-1
+sign \x95D5 13-23456-23
+sign \x7638 13-23456-2
+sign \x5374 13-23456-23
+sign \x537B 13-23456-23
+sign \x57C6 13-23456-23
+sign \x5D05 13-23456-23
+sign \x96BA 125-26-23
+sign \x60AB 13-23456-23
+sign \x96C0 13-23456-23
+sign \x785E 13-23456-23
+sign \x786E 13-23456-23
+sign \x8203 125-24-23
+sign \x9615 13-23456-23
+sign \x5859 13-23456-23
+sign \x6409 13-23456-23
+sign \x9E4A 13-23456-23
+sign \x76B5 13-23456-23
+sign \x788F 13-23456-23
+sign \x9619 13-23456-23
+sign \x6128 13-23456-23
+sign \x69B7 13-23456-23
+sign \x8D9E 13-23456-23
+sign \x6164 13-23456-23
+sign \x78BB 13-345-1
+sign \x78BA 13-23456-23
+sign \x95CB 13-23456-23
+sign \x71E9 13-23456-23
+sign \x7910 13-23456-23
+sign \x9D72 13-23456-23
+sign \x792D 13-23456-23
+sign \x590B 13-456-1
+sign \x56F7 13-456-1
+sign \x5CEE 13-456-1
+sign \x9021 13-456-1
+sign \x8F11 126-3
+sign \x5E2C 13-456-2
+sign \x88D9 13-456-2
+sign \x88E0 13-456-2
+sign \x7FA3 13-456-2
+sign \x7FA4 13-456-2
+sign \x5184 245-1236-3
+sign \x5465 245-1236-2
+sign \x80B0 245-1236-2
+sign \x67DF 1345-1236-2
+sign \x887B 245-1236-2
+sign \x8887 245-1236-2
+sign \x86A6 245-1236-2
+sign \x88A1 245-1236-2
+sign \x86BA 245-1236-2
+sign \x8211 2345-1236-1
+sign \x7136 245-1236-2
+sign \x9AE5 245-1236-2
+sign \x9AEF 245-1236-2
+sign \x562B 245-1236-2
+sign \x71C3 245-1236-2
+sign \x7E4E 245-1236-2
+sign \x5189 245-1236-3
+sign \x82D2 245-1236-3
+sign \x59CC 245-1236-3
+sign \x73C3 245-1236-3
+sign \x67D3 245-1236-3
+sign \x8485 245-1236-3
+sign \x5AA3 245-1236-3
+sign \x6A6A 245-1236-3
+sign \x8E68 1345-146-3
+sign \x7A63 245-236-2
+sign \x737D 245-236-2
+sign \x703C 245-236-2
+sign \x5B43 245-236-2
+sign \x79B3 245-236-2
+sign \x7A70 245-236-2
+sign \x74E4 245-236-2
+sign \x8E9F 245-236-2
+sign \x9B24 245-236-2
+sign \x58CC 245-236-3
+sign \x58E4 245-236-3
+sign \x6518 245-236-3
+sign \x56B7 245-236-3
+sign \x7219 245-236-3
+sign \x8BA9 245-236-23
+sign \x8B72 245-236-23
+sign \x61F9 245-236-23
+sign \x8B93 245-236-23
+sign \x835B 245-235-2
+sign \x9976 245-235-2
+sign \x5A06 245-235-2
+sign \x6861 245-235-2
+sign \x5B08 245-235-2
+sign \x6A48 245-235-2
+sign \x8953 245-235-2
+sign \x9952 245-235-2
+sign \x72AA 13-2456-2
+sign \x6270 245-235-3
+sign \x96A2 245-235-3
+sign \x64FE 245-235-3
+sign \x7ED5 245-235-23
+sign \x9076 245-235-23
+sign \x87EF 1345-235-2
+sign \x7E5E 245-235-23
+sign \x60F9 245-26-3
+sign \x70ED 245-26-23
+sign \x71B1 245-26-23
+sign \x4EBA 245-356-2
+sign \x58EC 245-356-2
+sign \x4EC1 245-356-2
+sign \x5FC8 245-356-2
+sign \x6732 245-356-2
+sign \x82A2 245-356-2
+sign \x79C2 245-356-2
+sign \x5FCE 245-356-2
+sign \x9213 245-356-2
+sign \x9B5C 245-356-2
+sign \x928B 245-356-2
+sign \x9D40 245-356-2
+sign \x5FCD 245-356-3
+sign \x834F 245-356-3
+sign \x8375 245-356-3
+sign \x6823 245-356-3
+sign \x6820 245-356-3
+sign \x6D8A 1345-146-3
+sign \x79F9 245-356-3
+sign \x68EF 245-356-3
+sign \x7A14 245-356-3
+sign \x7D9B 245-356
+sign \x8EB5 245-356-3
+sign \x5203 245-356-23
+sign \x5204 245-356-23
+sign \x8BA4 245-356-23
+sign \x4EDE 245-356-23
+sign \x4EED 245-356-23
+sign \x8BB1 245-356-23
+sign \x6268 245-356-23
+sign \x5C7B 245-356-23
+sign \x4EFB 245-356-23
+sign \x7EAB 245-356-23
+sign \x97E7 245-356-23
+sign \x6752 245-356-23
+sign \x8F6B 245-356-23
+sign \x7263 245-356-23
+sign \x8095 245-356-23
+sign \x996A 245-356-23
+sign \x598A 245-356-23
+sign \x7EB4 245-356-23
+sign \x794D 245-356-23
+sign \x887D 245-356-23
+sign \x59D9 245-356-23
+sign \x7D09 245-356-23
+sign \x8ED4 245-356-23
+sign \x8A12 245-356-23
+sign \x7D1D 245-356-23
+sign \x6895 245-356-23
+sign \x91F0 245-23
+sign \x88B5 245-356-23
+sign \x976D 245-356-23
+sign \x9771 245-356-23
+sign \x98EA 245-356-23
+sign \x814D 245-356-23
+sign \x97CC 245-356-23
+sign \x7D4D 245-356-23
+sign \x9901 245-356-23
+sign \x8A8D 245-356-23
+sign \x6254 245-3456-1
+sign \x4ECD 245-3456-2
+sign \x8FB8 245-3456-2
+sign \x793D 245-3456-2
+sign \x967E 245-3456-2
+sign \x82BF 245-3456-2
+sign \x65E5 245-23
+sign \x9A72 245-23
+sign \x9224 245-23
+sign \x99B9 245-23
+sign \x620E 245-256-2
+sign \x809C 245-256-2
+sign \x8319 245-256-2
+sign \x8338 245-256-2
+sign \x8363 245-256-2
+sign \x72E8 245-256-2
+sign \x6804 245-256-2
+sign \x7ED2 245-256-2
+sign \x5CF5 245-256-2
+sign \x6BE7 245-256-2
+sign \x5BB9 245-256-2
+sign \x70FF 245-256-2
+sign \x6411 245-256-2
+sign \x5D58 245-256-2
+sign \x509B 245-256-2
+sign \x7FA2 245-256-2
+sign \x5AB6 245-256-2
+sign \x7D68 245-256-2
+sign \x6408 245-256-2
+sign \x84C9 245-256-2
+sign \x69B5 245-256-2
+sign \x5D64 245-256-2
+sign \x6EB6 245-256-2
+sign \x5AC6 245-256-2
+sign \x7462 245-256-2
+sign \x6995 245-256-2
+sign \x7A41 245-256-2
+sign \x69AE 245-256-2
+sign \x7194 245-256-2
+sign \x877E 245-256-2
+sign \x9555 245-256-2
+sign \x8923 245-256-2
+sign \x7E19 245-256-2
+sign \x9AF6 245-256-2
+sign \x99E5 245-256-2
+sign \x878D 245-256-2
+sign \x878E 245-256-2
+sign \x5DB8 245-256-2
+sign \x5B2B 245-256-2
+sign \x9394 245-256-2
+sign \x7203 245-256-2
+sign \x701C 245-256-2
+sign \x66E7 245-256-2
+sign \x8811 245-256-2
+sign \x5197 245-256-3
+sign \x5B82 245-256-3
+sign \x5748 245-256-3
+sign \x5087 245-256-3
+sign \x6C04 245-256-3
+sign \x7A43 245-256-23
+sign \x79B8 245-12356-2
+sign \x67D4 245-12356-2
+sign \x7C88 245-12356-2
+sign \x63C9 245-12356-2
+sign \x8447 245-12356-2
+sign \x6E18 245-12356-2
+sign \x5A83 245-12356-2
+sign \x7448 245-12356-2
+sign \x816C 245-12356-2
+sign \x7163 245-12356-3
+sign \x875A 245-12356-2
+sign \x7CC5 245-12356-2
+sign \x8F2E 245-12356-2
+sign \x8E42 245-12356-2
+sign \x9352 245-12356-2
+sign \x97A3 245-12356-2
+sign \x74C7 245-12356-2
+sign \x9A25 245-12356-2
+sign \x9C07 245-12356-2
+sign \x9D94 245-12356-2
+sign \x97D6 245-12356-3
+sign \x8089 245-12356-23
+sign \x5B8D 245-12356-23
+sign \x697A 245-12356-3
+sign \x909A 245-136-2
+sign \x5982 245-136-2
+sign \x4F9E 245-136-2
+sign \x8339 245-136-2
+sign \x5E24 245-136-2
+sign \x6847 245-136-2
+sign \x6310 245-136-2
+sign \x94F7 245-136-2
+sign \x88BD 245-136-2
+sign \x7B4E 245-136-2
+sign \x6E2A 245-136-2
+sign \x92A3 245-136-2
+sign \x8560 245-136-2
+sign \x5112 245-136-2
+sign \x9D11 245-136-2
+sign \x85B7 245-136-2
+sign \x5685 245-136-2
+sign \x7373 1345-12356-23
+sign \x6FE1 245-136-2
+sign \x5B7A 245-136-2
+sign \x5B2C 245-136-2
+sign \x9D3D 245-136-2
+sign \x66D8 245-136-2
+sign \x81D1 1345-235-23
+sign \x71F8 245-136-2
+sign \x8966 245-136-2
+sign \x98A5 245-136-2
+sign \x8815 245-136-2
+sign \x7E7B 245-136-2
+sign \x91B9 245-136-2
+sign \x986C 245-136-2
+sign \x9C6C 245-136-2
+sign \x6C5D 245-136-3
+sign \x8097 245-136-3
+sign \x4E73 245-136-3
+sign \x8FB1 245-136-3
+sign \x910F 245-136-3
+sign \x64E9 245-136-3
+sign \x5165 245-136-23
+sign \x6256 245-136-23
+sign \x6741 245-136-23
+sign \x6D33 245-136-23
+sign \x84D0 245-136-23
+sign \x55D5 245-136-23
+sign \x9CF0 245-136-23
+sign \x6EBD 245-136-23
+sign \x5AB7 245-136-23
+sign \x7F1B 245-136-23
+sign \x8925 245-136-23
+sign \x7E1F 245-136-23
+sign \x648B 245-12456-2
+sign \x58D6 245-12456-2
+sign \x962E 245-12456-3
+sign \x8F6F 245-12456-3
+sign \x670A 245-12456-3
+sign \x800E 245-12456-3
+sign \x8EDF 245-12456-3
+sign \x5044 245-12456-3
+sign \x611E 1345-135-23
+sign \x5A86 245-12456-3
+sign \x744C 245-12456-3
+sign \x815D 245-12456-3
+sign \x789D 245-12456-3
+sign \x8761 245-12456-3
+sign \x7DDB 245-12456-3
+sign \x8F2D 245-12456-3
+sign \x74C0 245-12456-3
+sign \x791D 245-12456-3
+sign \x7524 245-2456-2
+sign \x7DCC 245-2456-2
+sign \x8564 245-2456-2
+sign \x6875 245-2456-2
+sign \x60E2 245-2456-3
+sign \x854B 245-2456-3
+sign \x854A 245-2456-3
+sign \x6A64 245-2456-3
+sign \x7E60 245-2456-3
+sign \x8603 245-2456-3
+sign \x8602 245-2456-3
+sign \x82AE 245-2456-23
+sign \x6C6D 245-2456-23
+sign \x6798 245-2456-23
+sign \x868B 245-2456-23
+sign \x9510 245-2456-23
+sign \x745E 245-2456-23
+sign \x8739 245-2456-23
+sign \x777F 245-2456-23
+sign \x92B3 245-2456-23
+sign \x92ED 245-2456-23
+sign \x53E1 245-2456-23
+sign \x58E1 245-2456-23
+sign \x95F0 245-25-23
+sign \x6DA6 245-25-23
+sign \x958F 245-25-23
+sign \x95A0 245-25-23
+sign \x6F64 245-25-23
+sign \x6A4D 245-25-23
+sign \x53D2 245-135-23
+sign \x82E5 245-135-23
+sign \x9100 245-135-23
+sign \x504C 245-135-23
+sign \x5F31 245-135-23
+sign \x712B 245-135-23
+sign \x6E03 245-135-23
+sign \x5A7C 245-135-23
+sign \x6949 245-135-23
+sign \x84BB 245-135-23
+sign \x5D76 245-135-23
+sign \x7BAC 245-135-23
+sign \x7BDB 245-135-23
+sign \x7207 245-135-23
+sign \x9C19 245-135-23
+sign \x9C2F 245-135-23
+sign \x9DB8 245-135-23
+sign \x4EE8 234-35-1
+sign \x6D12 234-35-3
+sign \x8A2F 234-35-3
+sign \x9778 234-35-3
+sign \x6492 234-35-3
+sign \x6F75 234-1236-23
+sign \x7051 234-35-3
+sign \x5345 234-35-23
+sign \x9491 234-35-23
+sign \x98D2 234-35-23
+sign \x810E 234-35-23
+sign \x8428 234-35-23
+sign \x99BA 234-35-23
+sign \x644B 234-35-23
+sign \x96A1 234-35-23
+sign \x98AF 234-35-23
+sign \x85A9 234-35-23
+sign \x6AD2 234-35-23
+sign \x6BE2 234-246-1
+sign \x63CC 234-246-1
+sign \x6BF8 234-2456-1
+sign \x816E 234-246-1
+sign \x585E 234-246-1
+sign \x5625 234-246-1
+sign \x567B 234-246-1
+sign \x9CC3 234-246-1
+sign \x984B 234-246-1
+sign \x9C13 234-246-1
+sign \x55EE 234-246-3
+sign \x8D5B 234-246-23
+sign \x50FF 234-246-23
+sign \x8CFD 234-246-23
+sign \x7C3A 234-246-23
+sign \x4E09 234-1236-1
+sign \x5F61 234-1236-1
+sign \x6C35 156-2456-3
+sign \x5F0E 234-1236-1
+sign \x53C1 234-1236-1
+sign \x6BF6 234-1236-1
+sign \x6BF5 234-1236-1
+sign \x5381 234-1236-1
+sign \x7299 234-1236-1
+sign \x6BFF 234-1236-1
+sign \x9B16 234-1236-1
+sign \x4F1E 234-1236-3
+sign \x5098 234-1236-3
+sign \x7CC1 156-356-1
+sign \x9993 234-1236-3
+sign \x7CC2 234-1236-1
+sign \x6A75 1356-1236-1
+sign \x7CDD 156-356-1
+sign \x7CE4 234-1236-3
+sign \x7CE3 234-1236-3
+sign \x7E56 234-1236-3
+sign \x93D2 13-345-1
+sign \x93FE 234-1236-3
+sign \x994A 234-1236-3
+sign \x4FD5 234-1236-23
+sign \x6563 234-1236-23
+sign \x9590 234-1236-23
+sign \x6852 234-236-1
+sign \x6851 234-236-1
+sign \x55AA 234-236-23
+sign \x69E1 234-236-1
+sign \x6421 234-236-3
+sign \x55D3 234-236-3
+sign \x78C9 234-236-3
+sign \x892C 234-236-3
+sign \x98A1 234-236-3
+sign \x939F 234-236-3
+sign \x9859 234-236-3
+sign \x4E27 234-236-23
+sign \x63BB 234-235-1
+sign \x6414 234-235-1
+sign \x6E9E 234-235-1
+sign \x6145 234-235-1
+sign \x9A9A 234-235-1
+sign \x7F2B 234-235-1
+sign \x9135 14-235-23
+sign \x87A6 234-235-1
+sign \x61C6 14-235-3
+sign \x9CCB 234-235-1
+sign \x7E45 234-235-1
+sign \x9A12 234-235-1
+sign \x98BE 234-235-1
+sign \x9A37 234-235-1
+sign \x9C20 234-235-1
+sign \x9C62 234-235-1
+sign \x626B 234-235-3
+sign \x6383 234-235-3
+sign \x5AC2 234-235-3
+sign \x57FD 234-235-23
+sign \x7619 234-235-23
+sign \x6C09 234-235-23
+sign \x81CA 234-235-1
+sign \x77C2 234-235-23
+sign \x9430 13-345-1
+sign \x9ADE 234-235-23
+sign \x8272 234-26-23
+sign \x6D13 234-26-23
+sign \x681C 234-26-23
+sign \x6DA9 234-26-23
+sign \x556C 234-26-23
+sign \x96ED 234-26-23
+sign \x94EF 234-26-23
+sign \x6E0B 234-26-23
+sign \x6B6E 234-26-23
+sign \x745F 234-26-23
+sign \x55C7 234-26-23
+sign \x92AB 234-26-23
+sign \x6B70 234-26-23
+sign \x6F81 234-26-23
+sign \x64CC 234-26-23
+sign \x7A51 234-26-23
+sign \x7637 234-26-23
+sign \x6FCF 234-26-23
+sign \x6FC7 234-26-23
+sign \x61CE 234-26-23
+sign \x74B1 234-26-23
+sign \x6F80 234-26-23
+sign \x7A61 234-26-23
+sign \x7012 234-26-23
+sign \x7E6C 234-26-23
+sign \x8F56 234-26-23
+sign \x7A6F 234-26-23
+sign \x93FC 234-26-23
+sign \x8B45 234-26-23
+sign \x98CB 234-26-23
+sign \x6D81 156-356-23
+sign \x68EE 234-356-1
+sign \x692E 234-356-1
+sign \x69EE 234-356-1
+sign \x8942 234-356-1
+sign \x7BF8 1356-1236-1
+sign \x50E7 234-3456-1
+sign \x9B19 234-3456-1
+sign \x6740 156-35-1
+sign \x6C99 156-35-1
+sign \x7EB1 156-35-1
+sign \x4E77 156-35-1
+sign \x7802 156-35-1
+sign \x524E 156-35-1
+sign \x6331 234-135-1
+sign \x838E 156-35-1
+sign \x5526 156-35-1
+sign \x6BBA 156-35-1
+sign \x7300 156-35-1
+sign \x7C86 12345-235-3
+sign \x7D17 156-35-1
+sign \x94E9 156-35-1
+sign \x686C 156-35-1
+sign \x75E7 156-35-1
+sign \x7870 156-35-1
+sign \x8531 156-35-1
+sign \x88DF 156-35-1
+sign \x699D 156-35-1
+sign \x6A27 156-35-1
+sign \x9B66 156-35-1
+sign \x9CA8 156-35-1
+sign \x95B7 156-35-1
+sign \x93A9 156-35-1
+sign \x9BCB 156-35-1
+sign \x9BCA 156-35-1
+sign \x7E7A 156-35-1
+sign \x5565 156-35-2
+sign \x50BB 156-35-3
+sign \x510D 156-35-3
+sign \x503D 156-35-23
+sign \x8410 156-35-23
+sign \x553C 156-35-23
+sign \x5E39 156-35-23
+sign \x53A6 156-35-23
+sign \x55A2 156-35-23
+sign \x6B43 156-35-23
+sign \x715E 156-35-23
+sign \x5EC8 156-35-23
+sign \x7FDC 156-35-23
+sign \x7B91 156-35-23
+sign \x7FE3 156-35-23
+sign \x95AF 156-35-23
+sign \x970E 156-35-23
+sign \x7B5B 156-246-1
+sign \x917E 156-246-1
+sign \x7BE9 156-246-1
+sign \x7C01 156-246-1
+sign \x91C3 156-246-1
+sign \x6652 156-246-23
+sign \x66EC 156-246-23
+sign \x5C71 156-1236-1
+sign \x9096 156-1236-1
+sign \x5738 156-1236-1
+sign \x829F 156-1236-1
+sign \x6749 156-1236-1
+sign \x522A 156-1236-1
+sign \x5220 156-1236-1
+sign \x82EB 156-1236-23
+sign \x9490 156-1236-1
+sign \x886B 156-1236-1
+sign \x59CD 156-1236-1
+sign \x59D7 156-1236-1
+sign \x73CA 156-1236-1
+sign \x57CF 156-1236-1
+sign \x8222 156-1236-1
+sign \x72E6 156-1236-1
+sign \x8ED5 156-1236-1
+sign \x8120 156-1236-1
+sign \x75C1 156-1236-1
+sign \x958A 156-1236-1
+sign \x7B18 156-1236-1
+sign \x91E4 156-1236-1
+sign \x8DDA 156-1236-1
+sign \x6427 156-1236-1
+sign \x527C 156-1236-1
+sign \x5607 156-1236-1
+sign \x717D 156-1236-1
+sign \x6F78 156-1236-1
+sign \x6F98 156-1236-1
+sign \x7A47 156-1236-1
+sign \x6A86 156-1236-1
+sign \x81BB 156-1236-1
+sign \x9BC5 156-1236-1
+sign \x7E3F 156-1236-1
+sign \x7FB4 156-1236-1
+sign \x7FB6 156-1236-1
+sign \x9C63 34-1236-1
+sign \x95EA 156-1236-3
+sign \x9655 156-1236-3
+sign \x70B6 156-1236-3
+sign \x965D 156-1236-3
+sign \x9583 156-1236-3
+sign \x6671 156-1236-3
+sign \x7752 156-1236-3
+sign \x7154 156-1236-3
+sign \x718C 156-1236-3
+sign \x89A2 156-1236-3
+sign \x8BAA 156-1236-23
+sign \x6C55 156-1236-23
+sign \x759D 156-1236-23
+sign \x8D78 156-1236-23
+sign \x8A15 156-1236-23
+sign \x6247 156-1236-23
+sign \x692B 156-1236-23
+sign \x5093 156-1236-23
+sign \x5584 156-1236-23
+sign \x928F 156-1236-23
+sign \x9A9F 156-1236-23
+sign \x50D0 156-1236-23
+sign \x912F 156-1236-23
+sign \x58A0 156-1236-23
+sign \x58A1 156-1236-23
+sign \x7F2E 156-1236-23
+sign \x64C5 156-1236-23
+sign \x6A3F 156-1236-23
+sign \x81B3 156-1236-23
+sign \x657E 156-1236-23
+sign \x5B17 156-1236-23
+sign \x78F0 156-1236-23
+sign \x8D61 156-1236-23
+sign \x8B06 156-1236-23
+sign \x87EE 156-1236-23
+sign \x7E55 156-1236-23
+sign \x87FA 156-1236-23
+sign \x9A38 156-1236-23
+sign \x8D0D 156-1236-23
+sign \x9425 156-1236-23
+sign \x994D 156-1236-23
+sign \x9CDD 156-1236-23
+sign \x8B71 156-1236-23
+sign \x7057 156-1236-23
+sign \x9C53 2345-135-2
+sign \x9C54 156-1236-23
+sign \x4F24 156-236-1
+sign \x6B87 156-236-1
+sign \x5546 156-236-1
+sign \x89DE 156-236-1
+sign \x50B7 156-236-1
+sign \x5892 156-236-1
+sign \x850F 156-236-1
+sign \x6F21 156-236-1
+sign \x6EF3 156-236-1
+sign \x616F 156-236-1
+sign \x6BA4 156-236-1
+sign \x71B5 156-236-1
+sign \x87AA 156-236-1
+sign \x89F4 156-236-1
+sign \x8B2A 156-236-1
+sign \x9B3A 156-236-1
+sign \x57A7 156-236-3
+sign \x664C 156-236-3
+sign \x57EB 12345-256-3
+sign \x8D4F 156-236-3
+sign \x8CDE 156-236-3
+sign \x8D18 156-236-3
+sign \x945C 156-236-3
+sign \x4E04 156-236-23
+sign \x4E0A 156-236-23
+sign \x5C19 156-236-23
+sign \x5C1A 156-236-23
+sign \x6066 156-236-23
+sign \x7EF1 156-236-23
+sign \x7DD4 156-236-23
+sign \x88F3 156-236-3
+sign \x634E 156-235-1
+sign \x83A6 125-345-1
+sign \x70E7 156-235-1
+sign \x5F30 156-235-1
+sign \x5A0B 156-235-23
+sign \x68A2 156-235-1
+sign \x7A0D 156-235-1
+sign \x713C 156-235-1
+sign \x86F8 156-235-1
+sign \x7B72 156-235-1
+sign \x8244 156-235-1
+sign \x65D3 156-235-1
+sign \x8F0E 156-235-1
+sign \x8571 156-235-1
+sign \x98B5 125-345-1
+sign \x71D2 156-235-1
+sign \x9AFE 156-235-1
+sign \x9BB9 156-235-1
+sign \x52FA 156-235-2
+sign \x828D 156-235-2
+sign \x6753 156-235-2
+sign \x73BF 156-235-2
+sign \x8414 2345-345-2
+sign \x97F6 156-235-2
+sign \x5C11 156-235-3
+sign \x5372 156-235-23
+sign \x90B5 156-235-23
+sign \x52AD 156-235-23
+sign \x7ECD 156-235-23
+sign \x67D6 156-235-2
+sign \x54E8 156-235-23
+sign \x8891 156-235-23
+sign \x7D39 156-235-23
+sign \x7744 156-235-23
+sign \x7DA4 156-235-23
+sign \x6F72 156-235-23
+sign \x5962 156-26-1
+sign \x8D4A 156-26-1
+sign \x731E 156-26-1
+sign \x7572 156-26-1
+sign \x8F0B 156-26-1
+sign \x8CD2 156-26-1
+sign \x8CD6 156-35-1
+sign \x6AA8 156-26-1
+sign \x820C 156-26-2
+sign \x4F58 156-26-2
+sign \x86C7 156-26-2
+sign \x86E5 156-26-2
+sign \x820D 156-26-3
+sign \x6368 156-26-3
+sign \x538D 156-26-23
+sign \x8BBE 156-26-23
+sign \x793E 156-26-23
+sign \x820E 156-26-23
+sign \x5399 156-26-23
+sign \x5C04 156-26-23
+sign \x6D89 156-26-23
+sign \x8D66 156-26-23
+sign \x8A2D 156-26-23
+sign \x6E09 156-26-23
+sign \x6DBB 156-26-23
+sign \x5F3D 156-26-23
+sign \x6442 156-26-23
+sign \x6444 156-26-23
+sign \x6EE0 156-26-23
+sign \x6151 156-26-23
+sign \x6475 234-26-23
+sign \x850E 156-26-23
+sign \x6174 156-26-23
+sign \x9A07 156-26-23
+sign \x8802 156-26-23
+sign \x97D8 156-26-23
+sign \x651D 156-26-23
+sign \x9E9D 156-26-23
+sign \x7044 156-26-23
+sign \x61FE 156-26-23
+sign \x6B07 156-26-23
+sign \x7533 156-356-1
+sign \x625F 156-356-1
+sign \x5C7E 156-356-1
+sign \x4F38 156-356-1
+sign \x8EAB 156-356-1
+sign \x547B 156-356-1
+sign \x4F81 156-356-1
+sign \x7C76 156-356-1
+sign \x8BDC 156-356-1
+sign \x7F59 156-356-1
+sign \x59BD 156-356-1
+sign \x7EC5 156-356-1
+sign \x73C5 156-356-1
+sign \x67DB 156-356-1
+sign \x6C20 156-356-1
+sign \x7C78 156-356-1
+sign \x7A7C 156-356-1
+sign \x8398 156-356-1
+sign \x7837 156-356-1
+sign \x7712 156-356-1
+sign \x5CF7 156-356-1
+sign \x7521 156-356-1
+sign \x5A20 156-356-1
+sign \x5814 156-356-1
+sign \x6552 156-356-1
+sign \x6DF1 156-356-1
+sign \x7D33 156-356-1
+sign \x8460 156-356-1
+sign \x515F 156-356-1
+sign \x8A37 156-356-1
+sign \x88D1 156-356-1
+sign \x84E1 156-356-1
+sign \x7F67 156-356-1
+sign \x8A75 156-356-1
+sign \x8518 156-356-1
+sign \x5E53 156-1236-1
+sign \x7527 156-356-1
+sign \x99EA 156-356-1
+sign \x8593 156-356-1
+sign \x9CB9 156-356-1
+sign \x71CA 156-356-1
+sign \x66D1 156-356-1
+sign \x9D62 156-356-1
+sign \x9BD3 156-356-1
+sign \x9BF5 156-356-1
+sign \x9C3A 156-356-1
+sign \x4EC0 156-2
+sign \x795E 156-356-2
+sign \x698A 156-356-2
+sign \x926E 156-356-2
+sign \x9C30 156-356-2
+sign \x4F14 145-1236-3
+sign \x90A5 156-356-3
+sign \x628C 145-1236-3
+sign \x6C88 156-356-3
+sign \x5F1E 156-356-3
+sign \x5BA1 156-356-3
+sign \x77E4 156-356-3
+sign \x54C2 156-356-3
+sign \x77E7 156-356-3
+sign \x5BB7 14-246-23
+sign \x8C02 156-356-3
+sign \x8C09 156-356-3
+sign \x8A20 156-356-3
+sign \x6E16 156-356-3
+sign \x5A76 156-356-3
+sign \x9823 156-356-3
+sign \x9B6B 156-356-3
+sign \x8AD7 156-356-3
+sign \x5BE9 156-356-3
+sign \x66CB 156-356-3
+sign \x77AB 156-356-3
+sign \x700B 156-356-3
+sign \x5B38 156-356-3
+sign \x8B85 156-356-3
+sign \x89BE 156-356-3
+sign \x80BE 156-356-23
+sign \x751A 156-356-23
+sign \x661A 156-356-23
+sign \x4FBA 156-356-23
+sign \x80C2 156-356-23
+sign \x7718 156-356-23
+sign \x8124 156-356-23
+sign \x6E17 156-356-23
+sign \x7973 156-356-23
+sign \x845A 156-356-23
+sign \x814E 156-356-23
+sign \x6939 156-356-23
+sign \x8703 156-356-23
+sign \x7606 156-356-23
+sign \x614E 156-356-23
+sign \x613C 156-356-23
+sign \x6EF2 156-356-23
+sign \x92E0 156-356-23
+sign \x762E 156-356-23
+sign \x5347 156-3456-1
+sign \x751F 156-3456-1
+sign \x9629 156-3456-1
+sign \x58F0 156-3456-1
+sign \x544F 156-3456-1
+sign \x6598 156-3456-1
+sign \x82FC 156-3456-1
+sign \x67A1 156-3456-1
+sign \x6607 156-3456-1
+sign \x72CC 156-3456-1
+sign \x6CE9 156-3456-1
+sign \x73C4 156-3456-1
+sign \x6B85 156-3456-1
+sign \x7272 156-3456-1
+sign \x7AD4 156-3456-1
+sign \x965E 156-3456-1
+sign \x66FB 156-3456-1
+sign \x9679 156-3456-1
+sign \x7B19 156-3456-1
+sign \x7525 156-3456-1
+sign \x713A 156-3456-1
+sign \x6E66 156-3456-1
+sign \x924E 156-3456-1
+sign \x8072 156-3456-1
+sign \x935F 156-3456-1
+sign \x9F2A 156-3456-1
+sign \x9D7F 156-3456-1
+sign \x7EF3 156-3456-2
+sign \x7E04 156-3456-2
+sign \x6FA0 134-146-3
+sign \x61B4 156-3456-2
+sign \x7E69 156-3456-2
+sign \x8B5D 156-3456-2
+sign \x9C66 156-3456-2
+sign \x7701 156-3456-3
+sign \x771A 156-3456-3
+sign \x5057 156-3456-3
+sign \x6E3B 156-3456-3
+sign \x5723 156-3456-23
+sign \x80DC 156-3456-23
+sign \x665F 156-3456-23
+sign \x6660 156-3456-23
+sign \x76DB 156-3456-23
+sign \x5270 156-3456-23
+sign \x8CB9 156-3456-23
+sign \x5269 156-3456-23
+sign \x52DD 156-3456-23
+sign \x8056 156-3456-23
+sign \x741E 156-3456-23
+sign \x5D4A 156-3456-23
+sign \x58AD 156-3456-23
+sign \x69BA 156-3456-23
+sign \x8542 156-3456-23
+sign \x6A73 156-3456-23
+sign \x8CF8 156-3456-23
+sign \x5C38 156-1
+sign \x5931 156-1
+sign \x5E08 156-1
+sign \x90BF 156-1
+sign \x545E 156-1
+sign \x8BD7 156-1
+sign \x9E24 156-1
+sign \x8671 156-1
+sign \x72EE 156-1
+sign \x65BD 156-1
+sign \x6D49 156-1
+sign \x5C4D 156-1
+sign \x5E2B 156-1
+sign \x6546 125-26-2
+sign \x7D41 156-1
+sign \x8479 156-1
+sign \x6E7F 156-1
+sign \x6E64 156-1
+sign \x84CD 156-1
+sign \x8492 156-1
+sign \x9247 156-1
+sign \x7345 156-1
+sign \x8A69 156-1
+sign \x6EBC 156-1
+sign \x6EAE 156-1
+sign \x7461 156-1
+sign \x9CF2 156-1
+sign \x9CFE 156-1
+sign \x7BB7 156-1
+sign \x8768 156-1
+sign \x9CBA 156-1
+sign \x8937 156-1
+sign \x9366 156-1
+sign \x6FD5 156-1
+sign \x9BF4 156-1
+sign \x9DB3 156-1
+sign \x9C24 156-1
+sign \x8979 156-1
+sign \x7C6D 156-246-1
+sign \x5341 156-2
+sign \x4E06 156-2
+sign \x9963 156-2
+sign \x8FBB 156-2
+sign \x77F3 156-2
+sign \x74E7 156-2-123456-3
+sign \x65F6 156-2
+sign \x4F66 156-2
+sign \x7ACD 156-2-156-3456-1
+sign \x8BC6 156-2
+sign \x56F8 245-23
+sign \x98E0 156-2
+sign \x5B9F 156-2
+sign \x5B9E 156-2
+sign \x65F9 156-2
+sign \x62FE 156-2
+sign \x5CD5 156-2
+sign \x98DF 156-2
+sign \x8680 156-2
+sign \x70BB 156-2
+sign \x794F 156-2
+sign \x59FC 156-2
+sign \x57D8 156-2
+sign \x83B3 156-23
+sign \x6642 156-2
+sign \x9048 156-2
+sign \x6E5C 156-2
+sign \x5BD4 156-2
+sign \x5852 156-2
+sign \x8494 156-2
+sign \x5D75 156-2
+sign \x9250 156-2
+sign \x6EA1 156-2
+sign \x69AF 156-2
+sign \x927D 156-23
+sign \x8755 156-2
+sign \x5BE6 156-2
+sign \x7BD2 24-23
+sign \x9CA5 156-2
+sign \x9B96 156-2
+sign \x9F2B 156-2
+sign \x9F2D 156-2
+sign \x8B58 156-2
+sign \x9C23 156-2
+sign \x53F2 156-3
+sign \x77E2 156-3
+sign \x4E68 156-3
+sign \x8C55 156-3
+sign \x4F7F 156-3
+sign \x59CB 156-3
+sign \x9A76 156-3
+sign \x5158 156-3
+sign \x5BA9 156-3
+sign \x5C4E 156-3
+sign \x7B36 156-3
+sign \x6981 156-3
+sign \x9242 156-3
+sign \x99DB 156-3
+sign \x58EB 156-23
+sign \x6C0F 156-23
+sign \x793B 156-23
+sign \x793A 156-23
+sign \x4E16 156-23
+sign \x4E17 156-23
+sign \x4ED5 156-23
+sign \x5E02 156-23
+sign \x5F0F 156-23
+sign \x534B 156-23
+sign \x4F3C 234-23
+sign \x4E8A 156-23
+sign \x52BF 156-23
+sign \x67F9 156-23
+sign \x4E8B 156-23
+sign \x5469 156-23
+sign \x4F8D 156-23
+sign \x9970 156-23
+sign \x8BD5 156-23
+sign \x89C6 156-23
+sign \x62ED 156-23
+sign \x8D33 156-23
+sign \x67BE 156-23
+sign \x67FF 156-23
+sign \x6630 156-23
+sign \x662F 156-23
+sign \x7702 156-23
+sign \x9002 156-23
+sign \x72E7 2345-35-23
+sign \x6043 156-23
+sign \x6040 156-23
+sign \x5BA4 156-23
+sign \x519F 156-23
+sign \x901D 156-23
+sign \x683B 156-23
+sign \x8F7C 156-23
+sign \x770E 156-23
+sign \x7721 156-23
+sign \x94C8 156-23
+sign \x8210 156-23
+sign \x70D2 156-23
+sign \x79F2 156-23
+sign \x7B39 2345-24-23
+sign \x91C8 156-23
+sign \x8996 156-23
+sign \x63D3 156-23
+sign \x8CB0 156-23
+sign \x5D3C 156-23
+sign \x5FA5 156-23
+sign \x5F11 156-23
+sign \x91CA 156-23
+sign \x8C25 156-23
+sign \x89E2 156-23
+sign \x52E2 156-23
+sign \x8EFE 156-23
+sign \x7757 156-23
+sign \x55DC 156-23
+sign \x7B6E 156-23
+sign \x9243 156-23
+sign \x9230 156-23
+sign \x5F12 156-23
+sign \x98FE 156-23
+sign \x8A66 156-23
+sign \x7176 156-23
+sign \x8A93 156-23
+sign \x8213 156-23
+sign \x9069 156-23
+sign \x596D 156-23
+sign \x92B4 156-23
+sign \x991D 156-23
+sign \x566C 156-23
+sign \x907E 156-23
+sign \x8ADF 156-23
+sign \x8AE1 156-23
+sign \x6FA8 156-23
+sign \x5B15 156-23
+sign \x87AB 156-23
+sign \x6AA1 34-246-2
+sign \x8B1A 156-23
+sign \x7C2D 156-23
+sign \x7C42 156-23
+sign \x9F5B 125-15-23
+sign \x91CB 156-23
+sign \x9C18 156-23
+sign \x896B 156-23
+sign \x5319 12345-2
+sign \x53CE 156-12356-1
+sign \x6536 156-12356-1
+sign \x654A 12345-136-23
+sign \x624B 156-12356-3
+sign \x5B88 156-12356-3
+sign \x57A8 156-12356-3
+sign \x9996 156-12356-3
+sign \x824F 156-12356-3
+sign \x5BFF 156-12356-23
+sign \x53D7 156-12356-23
+sign \x72E9 156-12356-23
+sign \x6388 156-12356-23
+sign \x552E 156-12356-23
+sign \x517D 156-12356-23
+sign \x6DAD 156-12356-23
+sign \x7EF6 156-12356-23
+sign \x75E9 156-12356-23
+sign \x8184 156-12356-23
+sign \x5900 156-12356-23
+sign \x58FD 156-12356-23
+sign \x7626 156-12356-23
+sign \x7DAC 156-12356-23
+sign \x7363 156-12356-23
+sign \x7378 156-12356-23
+sign \x93C9 156-12356-23
+sign \x6BB3 156-136-1
+sign \x4E66 156-136-1
+sign \x758B 1246-3
+sign \x5C17 156-136-2
+sign \x6292 156-136-1
+sign \x7EBE 156-136-1
+sign \x67A2 156-136-1
+sign \x6778 156-136-1
+sign \x53D4 156-136-1
+sign \x964E 156-136-1
+sign \x67D5 134-235-23
+sign \x59DD 156-136-1
+sign \x6B8A 156-136-1
+sign \x500F 156-136-1
+sign \x5010 156-136-1
+sign \x66F8 156-136-1
+sign \x7D13 156-136-1
+sign \x6393 156-136-1
+sign \x83FD 156-136-1
+sign \x68B3 156-136-1
+sign \x8ED7 156-136-1
+sign \x7102 156-136-1
+sign \x9103 156-136-1
+sign \x6DD1 156-136-1
+sign \x8212 156-136-1
+sign \x758E 156-136-1
+sign \x758F 156-136-1
+sign \x6445 156-136-1
+sign \x8F93 156-136-1
+sign \x6BFA 156-136-1
+sign \x6BF9 156-136-1
+sign \x7D80 156-136-1
+sign \x8E08 156-136-1
+sign \x8DFE 12345-12356-1
+sign \x852C 156-136-1
+sign \x6A1E 156-136-1
+sign \x8F38 156-136-1
+sign \x9B9B 156-136-1
+sign \x6504 156-136-1
+sign \x9D68 156-136-1
+sign \x702D 156-136-1
+sign \x79EB 156-136-2
+sign \x5B70 156-136-2
+sign \x5A4C 156-136-1
+sign \x8D4E 156-136-2
+sign \x587E 156-136-2
+sign \x719F 156-136-2
+sign \x74B9 156-136-2
+sign \x8D16 156-136-2
+sign \x9F21 156-136-3
+sign \x6691 156-136-3
+sign \x9ECD 156-136-3
+sign \x5C5E 156-136-3
+sign \x7F72 156-136-3
+sign \x8700 156-136-3
+sign \x9F20 156-136-3
+sign \x6F7B 156-136-3
+sign \x85AF 156-136-3
+sign \x85A5 156-136-3
+sign \x66D9 156-136-3
+sign \x7659 156-136-3
+sign \x8961 156-136-3
+sign \x7CEC 156-136-3
+sign \x7C54 234-12356-3
+sign \x5C6C 156-136-3
+sign \x8834 156-136-3
+sign \x9C6A 156-136-3
+sign \x9E00 34-136-3
+sign \x9C70 156-136-3
+sign \x4E28 156-136-23
+sign \x5FC4 125-126-1
+sign \x672F 156-136-23
+sign \x672E 156-136-23
+sign \x620D 156-136-23
+sign \x675F 156-136-23
+sign \x8FF0 156-136-23
+sign \x6CAD 156-136-23
+sign \x8357 156-136-23
+sign \x6811 156-136-23
+sign \x6037 156-136-23
+sign \x7AD6 156-136-23
+sign \x6352 156-136-23
+sign \x6055 156-136-23
+sign \x8481 156-136-23
+sign \x8853 156-136-23
+sign \x5EBB 156-136-23
+sign \x5EB6 156-136-23
+sign \x7D49 156-136-23
+sign \x5C0C 156-136-23
+sign \x88CB 156-136-23
+sign \x7AEA 156-136-23
+sign \x9265 156-136-23
+sign \x8167 156-136-23
+sign \x6570 156-136-23
+sign \x5885 156-136-23
+sign \x6F44 156-136-23
+sign \x6F31 156-136-23
+sign \x8C4E 156-136-23
+sign \x6578 156-136-23
+sign \x6F8D 156-136-23
+sign \x6A39 156-136-23
+sign \x9330 156-136-23
+sign \x6FD6 156-136-23
+sign \x9D90 156-136-23
+sign \x93E3 156-136-23
+sign \x866A 156-136-23
+sign \x5237 156-123456-1
+sign \x5530 156-123456-1
+sign \x800D 156-123456-3
+sign \x8A9C 156-123456-23
+sign \x8870 156-13456-1
+sign \x7F1E 156-13456-1
+sign \x6454 156-13456-1
+sign \x7E17 14-2456-1
+sign \x7529 156-13456-3
+sign \x5E05 156-13456-23
+sign \x5E25 156-13456-23
+sign \x87C0 156-13456-23
+sign \x95E9 156-12456-1
+sign \x62F4 156-12456-1
+sign \x9582 156-12456-1
+sign \x6813 156-12456-1
+sign \x6DAE 156-12456-23
+sign \x8168 156-12456-23
+sign \x53CC 156-2356-1
+sign \x6EDD 123-256-2
+sign \x971C 156-2356-1
+sign \x96D9 156-2356-1
+sign \x5B40 156-2356-1
+sign \x9AA6 156-2356-1
+sign \x9A3B 156-2356-1
+sign \x5B47 156-2356-1
+sign \x6B06 156-2356-1
+sign \x7935 156-2356-1
+sign \x9DDE 156-2356-1
+sign \x9E74 156-2356-1
+sign \x826D 156-2356-1
+sign \x9A66 156-2356-1
+sign \x9E18 156-2356-1
+sign \x723D 156-2356-3
+sign \x587D 156-2356-3
+sign \x6F3A 156-2356-3
+sign \x6161 156-2356-3
+sign \x6A09 156-2356-3
+sign \x7E14 156-2356-3
+sign \x93EF 156-2356-3
+sign \x7040 156-2356-23
+sign \x8C01 156-2456-2
+sign \x813D 156-2456-2
+sign \x8AB0 156-2456-2
+sign \x6C34 156-2456-3
+sign \x6C3A 156-2456-3
+sign \x9596 123-235-23
+sign \x6329 2345-135-1
+sign \x635D 2345-135-1
+sign \x5E28 156-2456-23
+sign \x6D97 156-2456-23
+sign \x6D9A 156-2456-23
+sign \x7971 156-2456-23
+sign \x7A05 156-2456-23
+sign \x7A0E 156-2456-23
+sign \x88DE 156-2456-23
+sign \x7761 156-2456-23
+sign \x542E 156-25-3
+sign \x987A 156-25-23
+sign \x9806 156-25-23
+sign \x821C 156-25-23
+sign \x8563 156-25-23
+sign \x6A53 156-25-23
+sign \x779A 156-25-23
+sign \x77A4 156-25-23
+sign \x77AC 156-25-23
+sign \x9B0A 156-25-23
+sign \x8BF4 156-135-1
+sign \x54FE 12345-135-23
+sign \x8AAA 156-135-1
+sign \x8AAC 156-2456-23
+sign \x5981 156-135-23
+sign \x70C1 156-135-23
+sign \x94C4 156-135-23
+sign \x6714 156-135-23
+sign \x7855 156-135-23
+sign \x77DF 156-135-23
+sign \x6420 156-135-23
+sign \x84B4 156-135-23
+sign \x78A9 156-135-23
+sign \x69CA 156-135-23
+sign \x7361 156-135-23
+sign \x9399 156-135-23
+sign \x720D 156-135-23
+sign \x9460 156-135-23
+sign \x53B6 234-1
+sign \x53F8 234-1
+sign \x4E1D 234-1
+sign \x79C1 234-1
+sign \x549D 234-1
+sign \x6CC0 234-1
+sign \x601D 234-1
+sign \x4FEC 234-1
+sign \x6056 234-1
+sign \x8652 234-1
+sign \x9E36 234-1
+sign \x65AF 234-1
+sign \x86F3 234-1
+sign \x6122 234-246-1
+sign \x5AA4 234-1
+sign \x7F0C 234-1
+sign \x7D72 234-1
+sign \x6952 234-1
+sign \x9270 234-1
+sign \x98D4 234-1
+sign \x7997 234-1
+sign \x69B9 234-1
+sign \x53AE 234-1
+sign \x7F73 234-1
+sign \x9536 234-1
+sign \x92AF 234-1
+sign \x51D8 234-1
+sign \x79A0 234-1
+sign \x6495 234-1
+sign \x856C 234-1
+sign \x78C3 234-1
+sign \x5636 234-1
+sign \x565D 234-1
+sign \x5EDD 234-1
+sign \x6F8C 234-1
+sign \x7DE6 234-1
+sign \x8784 234-1
+sign \x71CD 234-1
+sign \x9376 234-1
+sign \x87F4 234-1
+sign \x87D6 234-1
+sign \x7C1B 234-1
+sign \x98B8 234-1
+sign \x9A26 234-1
+sign \x9401 234-1
+sign \x9F36 234-1
+sign \x9DE5 234-1
+sign \x6B7B 234-3
+sign \x5072 234-1
+sign \x5DF3 234-23
+sign \x4E96 234-23
+sign \x7F52 2356-3
+sign \x56DB 234-23
+sign \x5BFA 234-23
+sign \x6C5C 234-23
+sign \x5155 234-23
+sign \x4F40 234-23
+sign \x4F3A 234-23
+sign \x6CE4 234-23
+sign \x7940 234-23
+sign \x59D2 234-23
+sign \x4FA1 234-23
+sign \x9972 234-23
+sign \x6CD7 234-23
+sign \x5B60 234-23
+sign \x9A77 234-23
+sign \x67F6 234-23
+sign \x67B1 234-23
+sign \x726D 234-23
+sign \x4FDF 234-23
+sign \x5A30 234-23
+sign \x8082 234-23
+sign \x98E4 234-23
+sign \x6D0D 234-23
+sign \x6D98 234-23
+sign \x801C 234-23
+sign \x68A9 234-23
+sign \x7B25 234-23
+sign \x91F2 234-23
+sign \x7AE2 234-23
+sign \x8997 234-23
+sign \x8086 234-23
+sign \x55E3 234-23
+sign \x923B 234-23
+sign \x8C84 234-23
+sign \x98FC 234-23
+sign \x99DF 234-23
+sign \x79A9 234-23
+sign \x857C 234-23
+sign \x9A03 246-2
+sign \x5129 234-23
+sign \x7003 234-23
+sign \x5FEA 234-256-1
+sign \x677E 234-256-1
+sign \x67A9 234-256-1
+sign \x6780 234-256-1
+sign \x67D7 234-256-1
+sign \x5A00 234-256-1
+sign \x502F 234-256-1
+sign \x51C7 234-256-1
+sign \x83D8 234-256-1
+sign \x5D27 234-256-1
+sign \x5EBA 234-256-1
+sign \x6DDE 234-256-1
+sign \x68A5 234-256-1
+sign \x6121 14-256-23
+sign \x7879 234-256-1
+sign \x5D69 234-256-1
+sign \x8719 234-256-1
+sign \x6FCD 234-256-1
+sign \x61BD 234-256-1
+sign \x6AA7 234-256-1
+sign \x9B06 234-256-1
+sign \x6002 234-256-3
+sign \x8038 234-256-3
+sign \x609A 234-256-3
+sign \x7AE6 234-256-3
+sign \x50B1 234-256-3
+sign \x612F 234-256-3
+sign \x5D77 234-256-3
+sign \x616B 234-256-3
+sign \x99F7 234-256-3
+sign \x8073 234-256-3
+sign \x8BBC 234-256-23
+sign \x5B8B 234-256-23
+sign \x9001 234-256-23
+sign \x8BF5 234-256-23
+sign \x9882 234-256-23
+sign \x8A1F 234-256-23
+sign \x980C 234-256-23
+sign \x8AA6 234-256-23
+sign \x93B9 234-256-23
+sign \x9938 234-256-23
+sign \x51C1 234-12356-1
+sign \x635C 234-12356-1
+sign \x910B 234-12356-1
+sign \x641C 234-12356-1
+sign \x8490 234-12356-1
+sign \x55D6 234-12356-1
+sign \x7340 234-12356-1
+sign \x998A 234-12356-1
+sign \x5ECB 234-12356-1
+sign \x5EC0 234-12356-1
+sign \x6EB2 234-12356-1
+sign \x6449 234-12356-1
+sign \x98D5 234-12356-1
+sign \x6457 234-12356-1
+sign \x953C 234-12356-1
+sign \x878B 234-12356-1
+sign \x8258 234-12356-1
+sign \x9199 234-12356-1
+sign \x93AA 234-12356-1
+sign \x993F 234-12356-1
+sign \x98BC 234-12356-1
+sign \x9A2A 234-12356-1
+sign \x53DF 234-12356-3
+sign \x53DC 234-12356-3
+sign \x5081 234-12356-3
+sign \x84C3 234-12356-1
+sign \x778D 234-12356-3
+sign \x55FE 234-12356-3
+sign \x64DE 234-12356-3
+sign \x85AE 234-12356-3
+sign \x8B0F 125-345-3
+sign \x64FB 234-12356-3
+sign \x85EA 234-12356-3
+sign \x6AE2 234-12356-3
+sign \x6B36 156-135-23
+sign \x55FD 234-12356-23
+sign \x7636 234-12356-23
+sign \x82CF 234-136-1
+sign \x7526 234-136-1
+sign \x9165 234-136-1
+sign \x7A23 234-136-1
+sign \x7AA3 234-136-1
+sign \x7A4C 234-136-1
+sign \x9BC2 234-136-1
+sign \x8613 234-136-1
+sign \x8607 234-136-1
+sign \x6AEF 234-136-1
+sign \x56CC 234-136-1
+sign \x4FD7 234-136-2
+sign \x738A 234-136-23
+sign \x5919 234-136-23
+sign \x8BC9 234-136-23
+sign \x6CDD 234-136-23
+sign \x8083 234-136-23
+sign \x6D2C 234-136-23
+sign \x73DF 234-136-23
+sign \x7D20 234-136-23
+sign \x901F 234-136-23
+sign \x6D91 234-136-23
+sign \x6880 234-136-23
+sign \x6B90 234-136-23
+sign \x7C9B 234-136-23
+sign \x9A95 234-136-23
+sign \x7C9F 234-136-23
+sign \x5083 234-136-23
+sign \x8A34 234-136-23
+sign \x8C21 234-136-23
+sign \x5850 234-136-23
+sign \x55C9 234-136-23
+sign \x5851 234-136-23
+sign \x9061 234-136-23
+sign \x6EB8 234-136-23
+sign \x6EAF 234-136-23
+sign \x612B 234-136-23
+sign \x8085 234-136-23
+sign \x9E54 234-136-23
+sign \x5ACA 234-136-23
+sign \x8D9A 234-136-23
+sign \x850C 234-136-23
+sign \x69A1 234-136-23
+sign \x906C 234-136-23
+sign \x50F3 234-136-23
+sign \x8186 234-136-23
+sign \x89EB 234-136-23
+sign \x612C 234-136-23
+sign \x6A15 234-136-23
+sign \x6A0E 234-136-23
+sign \x92C9 234-136-23
+sign \x9917 234-136-23
+sign \x6F65 234-136-23
+sign \x619F 234-136-23
+sign \x6F5A 234-136-23
+sign \x7E24 234-136-23
+sign \x749B 234-136-23
+sign \x85D7 234-136-23
+sign \x6A5A 234-136-23
+sign \x7C0C 234-136-23
+sign \x8B16 234-136-23
+sign \x8E5C 234-136-23
+sign \x9A4C 234-136-23
+sign \x9C50 234-136-23
+sign \x9DEB 234-136-23
+sign \x72FB 234-12456-1
+sign \x75E0 234-12456-1
+sign \x9178 234-12456-1
+sign \x5334 234-12456-3
+sign \x7958 234-12456-23
+sign \x7B07 234-12456-23
+sign \x849C 234-12456-23
+sign \x7B6D 234-12456-23
+sign \x7B97 234-12456-23
+sign \x590A 234-2456-1
+sign \x8295 234-2456-1
+sign \x867D 234-2456-1
+sign \x633C 245-135-2
+sign \x837D 234-2456-1
+sign \x837E 234-2456-1
+sign \x54F8 234-2456-1
+sign \x5020 234-2456-1
+sign \x6D7D 234-2456-1
+sign \x5A1E 1345-2346-3
+sign \x772D 234-2456-1
+sign \x7762 234-2456-1
+sign \x6ED6 234-2456-1
+sign \x71A3 234-2456-1
+sign \x9796 234-2456-1
+sign \x6FC9 234-2456-1
+sign \x96D6 234-2456-1
+sign \x7EE5 234-2456-2
+sign \x968B 234-2456-2
+sign \x968F 234-2456-2
+sign \x9040 234-2456-2
+sign \x7D8F 234-2456-2
+sign \x96A8 234-2456-2
+sign \x74CD 234-2456-2
+sign \x81B8 234-2456-3
+sign \x7021 234-2456-3
+sign \x9AC4 234-2456-3
+sign \x9AD3 234-2456-3
+sign \x4E97 234-2456-23
+sign \x5C81 234-2456-23
+sign \x7815 234-2456-23
+sign \x7C8B 14-2456-23
+sign \x8C07 234-2456-23
+sign \x795F 234-2456-23
+sign \x57E3 234-2456-23
+sign \x5D57 234-2456-23
+sign \x813A 14-2456-23
+sign \x9042 234-2456-23
+sign \x788E 234-2456-23
+sign \x6B72 234-2456-23
+sign \x6B73 234-2456-23
+sign \x775F 234-2456-23
+sign \x716B 234-2456-23
+sign \x96A7 234-2456-23
+sign \x8CE5 234-2456-23
+sign \x7A42 234-2456-23
+sign \x8AB6 234-2456-23
+sign \x6FBB 234-2456-23
+sign \x5B18 234-2456-23
+sign \x74B2 234-2456-23
+sign \x6A96 234-2456-23
+sign \x71E7 234-2456-23
+sign \x79AD 234-2456-23
+sign \x7A57 234-2456-23
+sign \x7A5F 234-2456-23
+sign \x9083 234-2456-23
+sign \x895A 234-2456-23
+sign \x7E40 234-2456-23
+sign \x65DE 234-2456-23
+sign \x61F3 125-2456-23
+sign \x7E50 234-2456-23
+sign \x7E78 234-2456-23
+sign \x8B62 234-2456-23
+sign \x9406 234-2456-23
+sign \x9429 234-2456-23
+sign \x5B59 234-25-1
+sign \x836A 234-25-1
+sign \x72F2 234-25-1
+sign \x5B6B 234-25-1
+sign \x98E7 234-25-1
+sign \x640E 234-25-1
+sign \x84C0 234-25-1
+sign \x733B 234-25-1
+sign \x69C2 234-25-1
+sign \x8575 234-25-1
+sign \x859E 234-25-1
+sign \x635F 234-25-3
+sign \x7B0B 234-25-3
+sign \x96BC 234-25-3
+sign \x7B4D 234-25-3
+sign \x640D 234-25-3
+sign \x69AB 234-25-3
+sign \x7BB0 234-25-3
+sign \x93A8 234-25-3
+sign \x9DBD 234-25-3
+sign \x644C 12345-1236-3
+sign \x6F60 234-25-23
+sign \x838F 234-135-1
+sign \x5506 234-135-1
+sign \x5A11 234-135-1
+sign \x686B 234-135-1
+sign \x68AD 234-135-1
+sign \x509E 234-135-1
+sign \x6332 234-135-1
+sign \x7743 234-135-1
+sign \x84D1 234-135-1
+sign \x55E6 234-135-1
+sign \x55CD 234-135-1
+sign \x7FA7 234-135-1
+sign \x8D96 234-135-1
+sign \x644D 234-135-1
+sign \x7F29 234-135-1
+sign \x7C11 234-135-1
+sign \x9AFF 156-35-1
+sign \x7C14 234-135-1
+sign \x7E2E 234-135-1
+sign \x9BBB 234-135-1
+sign \x6240 234-135-3
+sign \x7D22 234-135-3
+sign \x5522 234-135-3
+sign \x7411 234-135-3
+sign \x7410 234-135-3
+sign \x9501 234-135-3
+sign \x669B 234-135-3
+sign \x55E9 234-135-3
+sign \x6E91 234-135-3
+sign \x7463 234-135-3
+sign \x938D 234-135-3
+sign \x9396 234-135-3
+sign \x93BB 234-135-3
+sign \x93C1 234-135-3
+sign \x9024 234-135-23
+sign \x6EB9 234-135-23
+sign \x8736 234-135-23
+sign \x4ED6 2345-35
+sign \x5B83 4-2345-35-1
+sign \x5979 2345-35-1
+sign \x7260 2345-35-1
+sign \x7942 2345-35-1
+sign \x549C 2345-135-1
+sign \x8DBF 2345-35-1
+sign \x94CA 2345-35-1
+sign \x584C 2345-35-1
+sign \x6999 2345-35-1
+sign \x9062 2345-35-1
+sign \x6EBB 2345-35-1
+sign \x891F 2345-35-1
+sign \x95E7 2345-35-1
+sign \x8E79 2345-35-23
+sign \x5854 2345-35-3
+sign \x5896 2345-35-3
+sign \x736D 2345-35-3
+sign \x9CCE 2345-35-3
+sign \x737A 2345-35-3
+sign \x9C28 2345-35-3
+sign \x6C93 2345-35-23
+sign \x631E 2345-35-23
+sign \x8345 145-35-2
+sign \x95FC 2345-35-23
+sign \x5D09 2345-35-23
+sign \x6DBE 2345-35-23
+sign \x509D 2345-35-23
+sign \x6428 2345-35-23
+sign \x905D 2345-35-23
+sign \x9618 2345-35-23
+sign \x69BB 2345-35-23
+sign \x6BFE 2345-35-23
+sign \x79A2 2345-35-23
+sign \x64BB 2345-35-23
+sign \x8E0F 2345-35-23
+sign \x8ABB 2345-35-23
+sign \x6FBE 2345-35-23
+sign \x6A7D 2345-35-23
+sign \x5683 2345-35-23
+sign \x9314 2345-35-23
+sign \x979C 2345-35-23
+sign \x8E4B 2345-35-23
+sign \x6FCC 2345-35-23
+sign \x97B3 2345-35-23
+sign \x95D2 2345-35-23
+sign \x9389 2345-35-23
+sign \x95E5 2345-35-23
+sign \x56BA 2345-35-23
+sign \x8B76 2345-35-23
+sign \x8EA2 2345-35-23
+sign \x548D 2345-246-1
+sign \x56FC 2345-246-1
+sign \x5B61 2345-246-1
+sign \x73C6 24-2
+sign \x80CE 2345-246-1
+sign \x53F0 2345-246-2
+sign \x65F2 2345-246-2
+sign \x90B0 2345-246-2
+sign \x576E 2345-246-2
+sign \x62AC 2345-246-2
+sign \x82D4 2345-246-2
+sign \x9A80 2345-246-2
+sign \x70B2 2345-246-2
+sign \x70B1 2345-246-2
+sign \x83ED 2345-246-2
+sign \x8DC6 2345-246-2
+sign \x9C90 2345-246-2
+sign \x81FA 2345-246-2
+sign \x7B88 2345-246-2
+sign \x98B1 2345-246-2
+sign \x99D8 2345-246-2
+sign \x5113 2345-246-2
+sign \x9B90 2345-246-2
+sign \x64E1 2345-246-2
+sign \x85B9 2345-246-2
+sign \x5B2F 2345-246-2
+sign \x6AAF 2345-246-2
+sign \x7C49 2345-246-2
+sign \x5454 145-246-1
+sign \x592A 2345-246-23
+sign \x5933 2345-246-23
+sign \x51AD 2345-246-23
+sign \x5FD5 156-23
+sign \x6C70 2345-246-23
+sign \x5FF2 2345-246-23
+sign \x6001 2345-246-23
+sign \x80BD 2345-246-23
+sign \x949B 2345-246-23
+sign \x6CF0 2345-246-23
+sign \x8226 2345-246-23
+sign \x7C8F 2345-246-23
+sign \x915E 2345-246-23
+sign \x9226 2345-246-23
+sign \x6E99 2345-246-23
+sign \x614B 2345-246-23
+sign \x71E4 2345-246-23
+sign \x8EDA 145-246-23
+sign \x574D 2345-1236-1
+sign \x8D2A 2345-1236-1
+sign \x6039 2345-1236-1
+sign \x8CAA 2345-1236-1
+sign \x75D1 2345-1236-1
+sign \x644A 2345-1236-1
+sign \x6EE9 2345-1236-1
+sign \x563D 2345-1236-1
+sign \x762B 2345-1236-1
+sign \x6F6C 2345-1236-1
+sign \x64F9 2345-1236-1
+sign \x6524 2345-1236-1
+sign \x7058 2345-1236-1
+sign \x7671 2345-1236-1
+sign \x575B 2345-1236-2
+sign \x6619 2345-1236-2
+sign \x5013 2345-1236-2
+sign \x90EF 2345-1236-2
+sign \x8C08 2345-1236-2
+sign \x57EE 2345-1236-2
+sign \x60D4 2345-1236-2
+sign \x5A52 2345-1236-2
+sign \x8983 2345-1236-2
+sign \x5F3E 145-1236-23
+sign \x6983 2345-1236-2
+sign \x952C 2345-1236-2
+sign \x75F0 2345-1236-2
+sign \x8C2D 2345-1236-2
+sign \x58B0 2345-1236-2
+sign \x58B5 2345-1236-2
+sign \x9188 2345-1236-2
+sign \x8AC7 2345-1236-2
+sign \x6F6D 2345-1236-2
+sign \x619B 2345-1236-2
+sign \x58C7 2345-1236-2
+sign \x6A5D 2345-1236-2
+sign \x66C7 2345-1236-2
+sign \x6A80 2345-1236-2
+sign \x9561 2345-1236-2
+sign \x9843 2345-1236-2
+sign \x85EB 2345-1236-2
+sign \x7F48 2345-1236-2
+sign \x58DC 2345-1236-2
+sign \x91B0 2345-1236-2
+sign \x8C9A 2345-1236-2
+sign \x8B5A 2345-1236-2
+sign \x8B60 2345-1236-2
+sign \x7F4E 2345-1236-2
+sign \x5FD0 2345-1236-3
+sign \x5766 2345-1236-3
+sign \x94BD 2345-1236-3
+sign \x8892 2345-1236-3
+sign \x83FC 2345-1236-3
+sign \x6BEF 2345-1236-3
+sign \x926D 2345-1236-3
+sign \x55FF 2345-1236-3
+sign \x61B3 2345-1236-3
+sign \x9193 2345-1236-3
+sign \x66BA 2345-1236-3
+sign \x61BB 2345-1236-3
+sign \x74AE 2345-1236-3
+sign \x8962 2345-1236-3
+sign \x53F9 2345-1236-23
+sign \x70AD 2345-1236-23
+sign \x63A2 2345-1236-23
+sign \x8D55 145-1236-3
+sign \x6E60 2345-1236-23
+sign \x50CB 2345-1236-23
+sign \x78B3 2345-1236-23
+sign \x5606 2345-1236-23
+sign \x8215 2345-1236-23
+sign \x64A2 145-1236-3
+sign \x6B4E 2345-1236-23
+sign \x8CE7 145-1236-3
+sign \x6C64 2345-236-1
+sign \x94F4 2345-236-1
+sign \x6E6F 2345-236-1
+sign \x8025 2345-236-1
+sign \x5621 2345-236-1
+sign \x528F 2345-236-1
+sign \x876A 2345-236-1
+sign \x7FB0 2345-236-1
+sign \x859A 2345-236-1
+sign \x8E5A 2345-236-1
+sign \x95DB 2345-236-2
+sign \x97BA 2345-236-1
+sign \x9F1E 2345-236-1
+sign \x9967 2345-236-2
+sign \x5763 2345-236-2
+sign \x5510 2345-236-2
+sign \x5802 2345-236-2
+sign \x68E0 2345-236-2
+sign \x557A 2345-236-2
+sign \x508F 2345-236-2
+sign \x910C 2345-236-2
+sign \x5858 2345-236-2
+sign \x642A 2345-236-2
+sign \x84CE 2345-236-2
+sign \x5D63 145-236-23
+sign \x6E8F 2345-236-2
+sign \x969A 2345-236-2
+sign \x746D 2345-236-2
+sign \x69B6 2345-236-2
+sign \x8185 2345-236-2
+sign \x717B 2345-236-2
+sign \x6F1F 2345-236-2
+sign \x799F 2345-236-2
+sign \x6A18 2345-236-2
+sign \x78C4 2345-236-2
+sign \x819B 2345-236-2
+sign \x7CC3 2345-236-2
+sign \x6A56 2345-236-2
+sign \x8E3C 2345-236-2
+sign \x8797 2345-236-2
+sign \x9557 2345-236-2
+sign \x7BD6 2345-236-2
+sign \x7CD6 2345-236-2
+sign \x8D6F 2345-236-2
+sign \x91A3 2345-236-2
+sign \x87B3 2345-236-2
+sign \x9933 2345-236-2
+sign \x7CDB 2345-236-2
+sign \x9395 2345-236-2
+sign \x9939 2345-236-2
+sign \x93DC 2345-236-2
+sign \x9944 2345-236-2
+sign \x9DB6 2345-236-2
+sign \x5E11 2345-236-3
+sign \x5018 2345-236-3
+sign \x5052 2345-236-3
+sign \x6DCC 2345-236-3
+sign \x50A5 2345-236-3
+sign \x954B 2345-236-3
+sign \x8EBA 2345-236-3
+sign \x93B2 2345-236-3
+sign \x513B 2345-236-3
+sign \x6203 2345-236-3
+sign \x66ED 2345-236-3
+sign \x7223 2345-236-3
+sign \x77D8 2345-236-3
+sign \x9482 2345-236-3
+sign \x70EB 2345-236-23
+sign \x6465 2345-236-23
+sign \x8D9F 2345-236-23
+sign \x71D9 2345-236-23
+sign \x940B 2345-236-1
+sign \x4ED0 2345-235-1
+sign \x5F22 2345-235-1
+sign \x6D9B 2345-235-1
+sign \x7EE6 2345-235-1
+sign \x7118 2345-235-1
+sign \x638F 2345-235-1
+sign \x7D5B 2345-235-1
+sign \x8A5C 2345-235-1
+sign \x642F 2345-235-1
+sign \x5E4D 2345-235-1
+sign \x6ED4 2345-235-1
+sign \x6146 2345-235-1
+sign \x5ACD 2345-235-1
+sign \x746B 2345-235-1
+sign \x97EC 2345-235-1
+sign \x69C4 2345-235-1
+sign \x98F8 2345-235-1
+sign \x7E27 2345-235-1
+sign \x7E1A 2345-235-1
+sign \x8B1F 2345-235-1
+sign \x6FE4 2345-235-1
+sign \x71FE 2345-235-1
+sign \x97B1 2345-235-1
+sign \x97DC 2345-235-1
+sign \x9955 2345-235-1
+sign \x530B 2345-235-2
+sign \x8FEF 2345-235-2
+sign \x54B7 2345-235-2
+sign \x9003 2345-235-2
+sign \x6D2E 2345-235-2
+sign \x6843 2345-235-2
+sign \x9676 2345-235-2
+sign \x8404 2345-235-2
+sign \x68BC 2345-235-2
+sign \x5555 2345-235-2
+sign \x6DD8 2345-235-2
+sign \x7EF9 2345-235-2
+sign \x7979 2345-235-2
+sign \x88EA 2345-235-2
+sign \x9780 2345-235-2
+sign \x872A 2345-235-2
+sign \x7DAF 2345-235-2
+sign \x9789 2345-235-2
+sign \x9184 2345-235-2
+sign \x99E3 2345-235-2
+sign \x92FE 2345-235-2
+sign \x9A0A 2345-235-2
+sign \x6AAE 2345-235-2
+sign \x9940 2345-235-2
+sign \x9F17 2345-235-2
+sign \x8BA8 2345-235-3
+sign \x8A0E 2345-235-3
+sign \x5957 2345-235-23
+sign \x5FD1 2345-26-23
+sign \x5FD2 2345-2456-1
+sign \x8CA3 2345-26-23
+sign \x7279 2345-26-23
+sign \x8126 2345-26-23
+sign \x94FD 2345-26-23
+sign \x615D 2345-26-23
+sign \x92F1 2345-26-23
+sign \x87D8 2345-26-23
+sign \x81AF 2345-3456-1
+sign \x9F1F 2345-3456-1
+sign \x75BC 2345-3456-2
+sign \x5E50 2345-3456-2
+sign \x817E 2345-3456-2
+sign \x8A8A 2345-3456-2
+sign \x6F1B 2345-3456-2
+sign \x6ED5 2345-3456-2
+sign \x9086 2345-3456-2
+sign \x87A3 2345-3456-2
+sign \x7E22 2345-3456-2
+sign \x99E6 2345-3456-2
+sign \x8B04 2345-3456-2
+sign \x85E4 2345-3456-2
+sign \x512F 2345-3456-2
+sign \x9A30 2345-3456-2
+sign \x7C50 2345-3456-2
+sign \x9C27 2345-3456-2
+sign \x7C58 2345-3456-2
+sign \x8645 2345-3456-2
+sign \x9A63 2345-3456-2
+sign \x972F 2345-3456-23
+sign \x5254 2345-24-1
+sign \x68AF 2345-24-1
+sign \x9511 2345-24-1
+sign \x8E22 2345-24-1
+sign \x92BB 2345-24-1
+sign \x9DC8 2345-24-1
+sign \x9DC9 2345-24-1
+sign \x624C 156-12356-3
+sign \x82D0 145-24-23
+sign \x5397 2345-24-2
+sign \x7EE8 2345-24-2
+sign \x504D 2345-24-2
+sign \x63D0 2345-24-2
+sign \x557C 2345-24-2
+sign \x7F64 2345-24-2
+sign \x5D39 2345-24-2
+sign \x7A0A 2345-24-2
+sign \x9046 2345-24-2
+sign \x9E48 2345-24-2
+sign \x6E27 145-24-23
+sign \x60FF 2345-24-2
+sign \x5A9E 2345-24-2
+sign \x7F07 2345-24-2
+sign \x7445 2345-24-2
+sign \x55C1 2345-24-2
+sign \x7D88 2345-24-2
+sign \x78AE 2345-24-2
+sign \x8906 2345-24-2
+sign \x855B 2345-24-2
+sign \x9898 2345-24-2
+sign \x876D 2345-24-2
+sign \x5FB2 2345-24-2
+sign \x6F3D 2345-24-2
+sign \x7DF9 2345-24-2
+sign \x8DA7 2345-24-2
+sign \x918D 2345-24-2
+sign \x8E44 2345-24-2
+sign \x9D3A 24-2
+sign \x8E4F 2345-24-2
+sign \x9357 2345-24-2
+sign \x9CC0 2345-24-2
+sign \x8B15 2345-24-2
+sign \x984C 2345-24-2
+sign \x9BB7 2345-24-2
+sign \x9D5C 2345-24-2
+sign \x9A20 2345-24-2
+sign \x9D97 2345-24-2
+sign \x9BF7 2345-24-2
+sign \x9D99 2345-24-2
+sign \x9DE4 2345-24-2
+sign \x4F53 2345-24-3
+sign \x8EB0 2345-24-3
+sign \x9AB5 2345-24-3
+sign \x8EC6 2345-24-3
+sign \x9AD4 2345-24-3
+sign \x623B 2345-24-23
+sign \x5C49 2345-24-23
+sign \x5243 2345-24-23
+sign \x6D1F 2345-24-23
+sign \x632E 2345-24-3
+sign \x501C 2345-24-23
+sign \x9016 2345-24-23
+sign \x6D95 2345-24-23
+sign \x608C 2345-24-23
+sign \x63A6 2345-24-23
+sign \x9037 2345-24-23
+sign \x6090 2345-24-23
+sign \x60D5 2345-24-23
+sign \x5C5C 2345-24-23
+sign \x66FF 2345-24-23
+sign \x60D6 2345-24-23
+sign \x88FC 2345-24-23
+sign \x8905 2345-24-23
+sign \x9AF0 2345-24-23
+sign \x6BA2 2345-24-23
+sign \x6B52 2345-24-23
+sign \x9B00 2345-24-23
+sign \x568F 2345-24-23
+sign \x74CB 2345-24-23
+sign \x9B04 2345-24-23
+sign \x5694 2345-24-23
+sign \x7C4A 2345-24-23
+sign \x8DAF 2345-24-23
+sign \x5929 2345-146-1
+sign \x5172 2345-146-1
+sign \x6DFB 2345-146-1
+sign \x5A56 2345-146-1
+sign \x9754 2345-146-1
+sign \x915F 2345-146-1
+sign \x9EC7 2345-146-1
+sign \x975D 2345-146-1
+sign \x7530 2345-146-2
+sign \x6CBA 2345-146-2
+sign \x5C47 2345-146-2
+sign \x76F7 2345-146-2
+sign \x754B 2345-146-2
+sign \x80CB 2345-146-2
+sign \x7551 2345-146-2
+sign \x606C 2345-146-2
+sign \x7560 1356-246-1
+sign \x751B 2345-146-2
+sign \x83FE 2345-146-2
+sign \x751C 2345-146-2
+sign \x6E49 2345-146-2
+sign \x586B 2345-146-2
+sign \x6437 2345-146-2
+sign \x5861 2345-146-2
+sign \x9617 2345-146-2
+sign \x78B5 2345-146-2
+sign \x7DC2 2345-146-2
+sign \x78CC 2345-146-2
+sign \x7AB4 2345-146-2
+sign \x9D2B 2345-146-2
+sign \x74B3 2345-146-2
+sign \x95D0 2345-146-2
+sign \x9DCF 2345-146-2
+sign \x9DC6 2345-146-2
+sign \x5FDD 2345-146-3
+sign \x6B84 2345-146-3
+sign \x500E 2345-146-3
+sign \x6375 12345-356-1
+sign \x553A 2345-146-3
+sign \x94E6 125-146-1
+sign \x6DDF 2345-146-3
+sign \x60BF 2345-146-3
+sign \x7420 2345-146-3
+sign \x666A 2345-146-3
+sign \x89CD 2345-146-3
+sign \x8146 2345-146-3
+sign \x7753 2345-146-3
+sign \x75F6 145-146-3
+sign \x8214 2345-146-3
+sign \x9902 2345-146-3
+sign \x8CDF 2345-146-3
+sign \x89A5 2345-146-3
+sign \x9766 134-146-3
+sign \x932A 2345-146-3
+sign \x63AD 2345-146-23
+sign \x7471 2345-146-23
+sign \x777C 2345-24-2
+sign \x821A 2345-146-23
+sign \x65EB 2345-345-1
+sign \x4F7B 2345-345-1
+sign \x6311 2345-345-1
+sign \x5EA3 2345-345-1
+sign \x604C 2345-345-1
+sign \x7967 2345-345-1
+sign \x804E 2345-345-1
+sign \x8280 2345-345-2
+sign \x6761 2345-345-2
+sign \x82D5 2345-345-2
+sign \x5CA7 2345-345-2
+sign \x5CB9 2345-345-2
+sign \x8FE2 2345-345-2
+sign \x7952 2345-345-2
+sign \x689D 2345-345-2
+sign \x8C03 2345-345-2
+sign \x7B24 2345-345-2
+sign \x84DA 2345-345-2
+sign \x84E7 145-345-23
+sign \x84E8 2345-345-2
+sign \x9F86 2345-345-2
+sign \x6A24 2345-345-2
+sign \x8729 2345-345-2
+sign \x9AEB 2345-345-2
+sign \x92DA 2345-345-2
+sign \x9797 2345-345-2
+sign \x9CA6 2345-345-2
+sign \x87A9 2345-345-2
+sign \x9BC8 2345-345-2
+sign \x93A5 2345-345-2
+sign \x5135 156-136-1
+sign \x9F60 2345-345-2
+sign \x9C37 2345-345-2
+sign \x5BA8 2345-345-3
+sign \x6640 2345-345-3
+sign \x7A95 2345-345-3
+sign \x8A82 2345-345-3
+sign \x7AB1 2345-345-3
+sign \x5B25 2345-345-3
+sign \x6713 2345-345-3
+sign \x8101 2345-345-3
+sign \x773A 2345-345-23
+sign \x7C9C 2345-345-23
+sign \x7D69 2345-345-23
+sign \x8D92 2345-345-2
+sign \x8DF3 2345-345-23
+sign \x899C 2345-345-23
+sign \x982B 124-136-3
+sign \x7CF6 2345-345-23
+sign \x5E16 2345-15-3
+sign \x6017 2345-15-1
+sign \x8D34 2345-15-1
+sign \x841C 2345-15-1
+sign \x8051 2345-15-1
+sign \x8CBC 2345-15-1
+sign \x8DD5 145-15-2
+sign \x94C1 2345-15-3
+sign \x86C8 2345-15-3
+sign \x9244 2345-15-3
+sign \x50E3 2345-15-3
+sign \x9421 2345-15-3
+sign \x9435 2345-15-3
+sign \x9A56 2345-15-3
+sign \x546B 2345-15-1
+sign \x98FB 2345-15-23
+sign \x992E 2345-15-23
+sign \x5385 2345-16-1
+sign \x827C 145-16-3
+sign \x5E81 2345-16-1
+sign \x6C40 2345-16-1
+sign \x5391 2346-2
+sign \x542C 2345-16-1
+sign \x8013 2345-16-1
+sign \x539B 2345-16-1
+sign \x70C3 2345-16-1
+sign \x70F4 2345-16-1
+sign \x6E1F 2345-16-2
+sign \x7D8E 2345-16-1
+sign \x9793 2345-16-1
+sign \x8074 2345-16-1
+sign \x807C 2345-16-1
+sign \x5EF0 2345-16-1
+sign \x807D 2345-16-1
+sign \x5EF3 2345-16-1
+sign \x9092 2345-16-2
+sign \x5EF7 2345-16-2
+sign \x839B 2345-16-2
+sign \x4EAD 2345-16-2
+sign \x5EAD 2345-16-2
+sign \x505C 2345-16-2
+sign \x8476 2345-16-2
+sign \x8713 2345-16-2
+sign \x5D49 2345-16-2
+sign \x7B73 2345-16-2
+sign \x5A77 2345-16-2
+sign \x695F 2345-16-2
+sign \x69B3 2345-16-2
+sign \x9706 2345-16-2
+sign \x95AE 2345-16-2
+sign \x8064 2345-16-2
+sign \x874F 2345-16-2
+sign \x8AEA 2345-16-2
+sign \x9F2E 2345-16-2
+sign \x5722 2345-16-3
+sign \x4FB9 2345-16-3
+sign \x633A 2345-16-3
+sign \x6D8F 2345-16-3
+sign \x5A17 2345-146-3
+sign \x73FD 2345-16-3
+sign \x6883 2345-16-3
+sign \x8121 2345-16-3
+sign \x70F6 2345-16-3
+sign \x988B 2345-16-3
+sign \x8247 2345-16-3
+sign \x8A94 2345-16-3
+sign \x9832 2345-16-3
+sign \x6FCE 145-16-3
+sign \x56F2 2456-2
+sign \x70B5 2345-256-1
+sign \x901A 2345-256-1
+sign \x75CC 2345-256-1
+sign \x84EA 2345-256-1
+sign \x55F5 2345-256-1
+sign \x6A0B 2345-256-1
+sign \x71A5 2345-256-1
+sign \x5182 1245-1456-1
+sign \x4EDD 2345-256-2
+sign \x540C 2345-256-2
+sign \x4F5F 2345-256-2
+sign \x5F64 2345-256-2
+sign \x5CC2 2345-256-2
+sign \x5E9D 2345-256-2
+sign \x833C 2345-256-2
+sign \x54C3 2345-256-2
+sign \x72EA 2345-256-2
+sign \x6850 2345-256-2
+sign \x783C 2345-256-2
+sign \x664D 2345-256-2
+sign \x8692 2345-256-2
+sign \x70D4 2345-256-2
+sign \x6D75 2345-256-2
+sign \x772E 2345-256-2
+sign \x94DC 2345-256-2
+sign \x79F1 2345-256-2
+sign \x8855 2345-256-2
+sign \x7AE5 2345-256-2
+sign \x7CA1 2345-256-2
+sign \x7D67 2345-256-2
+sign \x8D68 2345-256-2
+sign \x916E 2345-256-2
+sign \x9256 2345-256-2
+sign \x8A77 2345-256-2
+sign \x50EE 2345-256-2
+sign \x9275 2345-256-2
+sign \x9285 2345-256-2
+sign \x9907 2345-256-2
+sign \x9C96 2345-256-2
+sign \x52ED 2345-256-2
+sign \x735E 2345-256-2
+sign \x6F7C 2345-256-2
+sign \x6A66 2345-256-2
+sign \x66C8 2345-256-2
+sign \x729D 2345-256-2
+sign \x6723 2345-256-2
+sign \x81A7 2345-256-2
+sign \x6C03 2345-256-2
+sign \x71D1 2345-256-2
+sign \x77B3 2345-256-2
+sign \x7A5C 2345-256-2
+sign \x9BA6 2345-256-2
+sign \x7EDF 2345-256-3
+sign \x6345 2345-256-3
+sign \x6876 2345-256-3
+sign \x7B52 2345-256-3
+sign \x7D71 2345-256-3
+sign \x7B69 2345-256-3
+sign \x7D82 2345-256-3
+sign \x6078 2345-256-23
+sign \x75DB 2345-256-23
+sign \x615F 2345-256-23
+sign \x6185 2345-256-23
+sign \x5077 2345-12356-1
+sign \x5078 2345-12356-1
+sign \x936E 2345-12356-1
+sign \x5934 2345-12356-2
+sign \x6295 2345-12356-2
+sign \x9AB0 2345-12356-2
+sign \x7DF0 125-346-1
+sign \x982D 2345-12356-2
+sign \x59B5 2345-12356-3
+sign \x7D0F 2345-12356-3
+sign \x6B95 124-12356-3
+sign \x9204 145-12356-3
+sign \x6568 2345-12356-3
+sign \x65A2 2345-12356-3
+sign \x9EC8 2345-12356-3
+sign \x8623 2345-12356-3
+sign \x54E3 1234-12356-3
+sign \x900F 2345-12356-23
+sign \x51F8 2345-136-1
+sign \x79BF 2345-136-1
+sign \x79C3 2345-136-1
+sign \x7A81 2345-136-1
+sign \x550B 2345-136-3
+sign \x6D8B 2345-136-1
+sign \x6378 2345-136-1
+sign \x5817 2345-136-1
+sign \x8456 2345-136-1
+sign \x75DC 2345-136-1
+sign \x6E65 2345-136-1
+sign \x7479 2345-136-2
+sign \x5D80 2345-136-1
+sign \x92F5 2345-136-1
+sign \x9D5A 2345-136-1
+sign \x9F35 2345-136-1
+sign \x56F3 2345-136-2
+sign \x56FE 2345-136-2
+sign \x51C3 2345-136-2
+sign \x6348 2345-136-2
+sign \x837C 2345-136-2
+sign \x5F92 2345-136-2
+sign \x5CF9 2345-136-2
+sign \x9014 2345-136-2
+sign \x5EA9 2345-136-2
+sign \x6D82 2345-136-2
+sign \x688C 2345-136-2
+sign \x5C60 2345-136-2
+sign \x63EC 2345-136-2
+sign \x7A0C 2345-136-2
+sign \x84A4 2345-136-2
+sign \x7B61 2345-136-2
+sign \x5D5E 2345-136-2
+sign \x922F 2345-136-2
+sign \x816F 2345-136-2
+sign \x760F 2345-136-2
+sign \x5857 2345-136-2
+sign \x9174 2345-136-2
+sign \x8DFF 2345-136-2
+sign \x5716 2345-136-2
+sign \x5717 2345-136-2
+sign \x5EDC 2345-136-2
+sign \x6F73 2345-136-2
+sign \x999F 2345-136-2
+sign \x99FC 2345-136-2
+sign \x934E 2345-136-2
+sign \x9D4C 2345-136-2
+sign \x9D9F 2345-136-2
+sign \x9DCB 2345-136-2
+sign \x9DF5 2345-136-2
+sign \x571F 2345-136-3
+sign \x5721 2345-136-3
+sign \x5410 2345-136-3
+sign \x6C62 2345-136-3
+sign \x948D 2345-136-3
+sign \x91F7 2345-136-3
+sign \x514E 2345-136-23
+sign \x8FCC 2345-136-23
+sign \x5154 2345-136-23
+sign \x83B5 2345-136-23
+sign \x580D 2345-136-23
+sign \x83DF 2345-136-23
+sign \x9D75 2345-136-23
+sign \x732F 2345-12456-1
+sign \x6E4D 2345-12456-1
+sign \x5715 2345-12456-1
+sign \x7153 2345-12456-1
+sign \x8C92 2345-12456-1
+sign \x56E2 2345-12456-2
+sign \x56E3 2345-12456-2
+sign \x629F 2345-12456-2
+sign \x6476 2345-12456-2
+sign \x84F4 12345-25-2
+sign \x5718 2345-12456-2
+sign \x6F19 2345-12456-2
+sign \x6171 2345-12456-2
+sign \x69EB 2345-12456-2
+sign \x7BFF 2345-12456-2
+sign \x6AB2 2345-12456-2
+sign \x93C4 2345-12456-2
+sign \x7CF0 2345-12456-2
+sign \x9DD2 2345-12456-2
+sign \x9DFB 2345-12456-2
+sign \x7583 2345-12456-3
+sign \x5F56 2345-12456-23
+sign \x6E6A 2345-12456-23
+sign \x8916 2345-12456-23
+sign \x63A8 2345-2456-1
+sign \x84F7 2345-2456-1
+sign \x85EC 2345-2456-1
+sign \x9893 2345-2456-2
+sign \x50D3 2345-2456-2
+sign \x96A4 2345-2456-2
+sign \x5C35 2345-2456-2
+sign \x9839 2345-2456-2
+sign \x983D 2345-2456-2
+sign \x983A 2345-2456-2
+sign \x9B4B 2345-2456-2
+sign \x8608 2345-2456-2
+sign \x8E6A 2345-2456-2
+sign \x7A68 2345-2456-2
+sign \x4FC0 2345-2456-3
+sign \x812E 2345-2456-3
+sign \x817F 2345-2456-3
+sign \x8E46 2345-2456-3
+sign \x9ABD 2345-2456-3
+sign \x4FBB 2345-135-1
+sign \x9000 2345-2456-23
+sign \x5A27 2345-2456-23
+sign \x86FB 2345-2456-23
+sign \x8715 2345-2456-23
+sign \x717A 2345-2456-23
+sign \x892A 2345-2456-23
+sign \x8781 2345-2456-23
+sign \x99FE 2345-2456-23
+sign \x541E 2345-25-1
+sign \x5451 2345-25-1
+sign \x65FD 2345-25-1
+sign \x6D92 2345-25-1
+sign \x671C 2345-25-1
+sign \x711E 2345-25-1
+sign \x66BE 2345-25-1
+sign \x9ED7 2345-25-2
+sign \x5C6F 2345-25-2
+sign \x829A 2345-25-2
+sign \x56E4 2345-25-2
+sign \x9968 2345-25-2
+sign \x5E89 145-25-23
+sign \x5FF3 2345-25-2
+sign \x8ED8 2345-25-2
+sign \x8C58 2345-25-2
+sign \x8C5A 2345-25-2
+sign \x98E9 2345-25-2
+sign \x9C80 2345-25-2
+sign \x9B68 2345-25-2
+sign \x9715 2345-25-2
+sign \x81C0 2345-25-2
+sign \x81CB 2345-25-2
+sign \x6C3D 2345-25-3
+sign \x757D 2345-12456-3
+sign \x5749 2345-25-2
+sign \x4E47 2345-135-1
+sign \x8BAC 2345-135-1
+sign \x6258 2345-135-1
+sign \x9966 2345-135-1
+sign \x6C51 2345-135-1
+sign \x6754 2345-135-1
+sign \x62D6 2345-135-1
+sign \x62D5 2345-135-1
+sign \x5483 2345-135-1
+sign \x4F82 2345-135-1
+sign \x6CB0 2345-135-1
+sign \x838C 2345-135-1
+sign \x8A17 2345-135-1
+sign \x88A5 2345-135-1
+sign \x98E5 2345-135-1
+sign \x812B 2345-135-1
+sign \x8131 2345-135-1
+sign \x99B2 2345-135-1
+sign \x9B60 2345-135-1
+sign \x9A5D 2345-135-1
+sign \x9A6E 2345-135-2
+sign \x4F57 2345-135-2
+sign \x9641 2345-135-2
+sign \x9640 2345-135-2
+sign \x5768 2345-135-2
+sign \x5CAE 2345-135-2
+sign \x72CF 2345-135-2
+sign \x6CB2 2345-135-2
+sign \x6CB1 2345-135-2
+sign \x8FF1 24-2
+sign \x9A7C 2345-135-2
+sign \x67C1 2345-135-2
+sign \x7824 2345-135-2
+sign \x7823 2345-135-2
+sign \x9E35 2345-135-2
+sign \x8889 2345-135-2
+sign \x7D3D 2345-135-2
+sign \x5836 2345-135-2
+sign \x9161 2345-135-2
+sign \x8DCE 2345-135-2
+sign \x8A51 2345-135-2
+sign \x99B1 2345-135-2
+sign \x78A2 2345-135-2
+sign \x9248 2345-35-1
+sign \x99C4 2345-135-2
+sign \x69D6 2345-135-2
+sign \x99DE 2345-135-2
+sign \x99DD 2345-135-2
+sign \x8E3B 1245-123456-1
+sign \x92D6 234-1
+sign \x6A50 2345-135-2
+sign \x9D15 2345-135-2
+sign \x9B80 2345-135-2
+sign \x9F27 2345-135-2
+sign \x9A28 2345-135-2
+sign \x9F0D 2345-135-2
+sign \x9A52 2345-135-2
+sign \x9F09 2345-135-2
+sign \x59A5 2345-135-3
+sign \x6BE4 2345-135-23
+sign \x5EB9 2345-135-3
+sign \x692D 2345-135-3
+sign \x6955 2345-135-3
+sign \x64B1 2456-3
+sign \x6A62 2345-135-3
+sign \x9D4E 2345-135-3
+sign \x8EC3 2345-135-3
+sign \x9C16 2345-135-3
+sign \x62D3 2345-135-23
+sign \x67DD 2345-135-23
+sign \x553E 2345-135-23
+sign \x6DB6 2345-135-1
+sign \x6BFB 2345-135-23
+sign \x7BA8 2345-135-23
+sign \x7C5C 2345-135-23
+sign \x5C72 123456-1
+sign \x7A75 123456-1
+sign \x52B8 123456-1
+sign \x6316 123456-1
+sign \x54C7 123456-0
+sign \x5F8D 123456-1
+sign \x6D3C 123456-1
+sign \x7556 123456-1
+sign \x7A8A 123456-1
+sign \x5A32 123456-1
+sign \x5558 23456-1
+sign \x5AA7 123456-1
+sign \x86D9 123456-1
+sign \x6432 123456-1
+sign \x6E9B 123456-1
+sign \x6F25 123456-1
+sign \x7AAA 123456-1
+sign \x9F03 123456-1
+sign \x6528 123456-1
+sign \x5A03 123456-2
+sign \x8B41 123456-2
+sign \x74E6 123456-3
+sign \x90B7 123456-3
+sign \x4F64 123456-3
+sign \x5493 123456-3
+sign \x74F2 123456-3
+sign \x7819 123456-3
+sign \x889C 123456-23
+sign \x8049 123456-23
+sign \x55E2 123456-23
+sign \x817D 123456-23
+sign \x8183 123456-23
+sign \x896A 123456-23
+sign \x97C8 123456-23
+sign \x97E4 123456-23
+sign \x54BC 13456-1
+sign \x6B6A 13456-1
+sign \x558E 13456-1
+sign \x7AF5 13456-1
+sign \x5D34 13456-3
+sign \x5916 13456-23
+sign \x9861 13456-23
+sign \x5F2F 12456-1
+sign \x525C 12456-1
+sign \x6365 12456-23
+sign \x5E35 12456-1
+sign \x5846 12456-1
+sign \x6E7E 12456-1
+sign \x7755 12456-1
+sign \x873F 12456-1
+sign \x7BA2 12346-1
+sign \x8C4C 12456-1
+sign \x6F6B 12456-1
+sign \x5F4E 12456-1
+sign \x58EA 12456-1
+sign \x7063 12456-1
+sign \x4E38 12456-2
+sign \x5213 12456-2
+sign \x8284 12456-2
+sign \x6C4D 12456-2
+sign \x7EA8 12456-2
+sign \x628F 12456-2
+sign \x5C8F 12456-2
+sign \x5B8C 12456-2
+sign \x73A9 12456-2
+sign \x7B02 12456-2
+sign \x7D08 12456-2
+sign \x987D 12456-2
+sign \x6356 12456-2
+sign \x8CA6 12456-2
+sign \x70F7 12456-2
+sign \x9AAB 2456-3
+sign \x9811 12456-2
+sign \x5B9B 12456-3
+sign \x633D 12456-3
+sign \x83AC 12456-3
+sign \x550D 12456-3
+sign \x5007 12456-3
+sign \x76CC 12456-3
+sign \x7413 12456-2
+sign \x57E6 12456-3
+sign \x83C0 12456-3
+sign \x689A 12456-3
+sign \x665A 12456-3
+sign \x6665 12456-3
+sign \x8118 12456-3
+sign \x6DB4 135-23
+sign \x60CB 12456-3
+sign \x5A49 12456-3
+sign \x7EFE 12456-3
+sign \x742C 12456-3
+sign \x8442 134-146-3
+sign \x6900 12456-3
+sign \x6669 12456-3
+sign \x667C 12456-3
+sign \x7696 12456-3
+sign \x7897 12456-3
+sign \x7579 12456-3
+sign \x8F13 12456-3
+sign \x7DB0 12456-3
+sign \x7DA9 12456-3
+sign \x8E20 12456-3
+sign \x92D4 12456-3
+sign \x4E07 12456-23
+sign \x5350 12456-23
+sign \x534D 12456-23
+sign \x6764 12456-23
+sign \x5FE8 12456-2
+sign \x8115 12456-23
+sign \x842C 12456-23
+sign \x8155 12456-23
+sign \x92C4 12456-23
+sign \x7FEB 12456-23
+sign \x77A3 12456-23
+sign \x87C3 12456-23
+sign \x8D03 12456-23
+sign \x93AB 12456-23
+sign \x8D0E 12456-23
+sign \x5C2A 2356-1
+sign \x5C2B 2356-1
+sign \x6C6A 2356-1
+sign \x5C29 2356-1
+sign \x4EBE 2356-2
+sign \x5166 2356-2
+sign \x4EA1 2356-2
+sign \x738B 2356-2
+sign \x4EFC 2356-2
+sign \x5F7A 2356-2
+sign \x83A3 2356-2
+sign \x869F 2356-2
+sign \x7F51 2356-3
+sign \x5FF9 2356-3
+sign \x6789 2356-3
+sign \x7F56 2356-3
+sign \x7F54 2356-3
+sign \x5F83 2356-3
+sign \x5F80 2356-3
+sign \x83F5 2356-3
+sign \x60D8 2356-3
+sign \x68E2 2356-3
+sign \x8F8B 2356-3
+sign \x6680 2356-3
+sign \x86E7 2356-3
+sign \x8744 2356-3
+sign \x7DB2 2356-3
+sign \x8F1E 2356-3
+sign \x8AB7 2356-3
+sign \x9B4D 2356-3
+sign \x7007 2356-3
+sign \x5984 2356-23
+sign \x8FCB 2356-23
+sign \x5FD8 2356-23
+sign \x65FA 2356-23
+sign \x76F3 134-236-2
+sign \x671B 2356-23
+sign \x6722 2356-23
+sign \x5371 2456-1
+sign \x5A01 2456-1
+sign \x70D3 2456-1
+sign \x9036 2456-1
+sign \x504E 2456-1
+sign \x9687 2456-1
+sign \x9688 2456-1
+sign \x63FB 2456-1
+sign \x63CB 2456-1
+sign \x8473 2456-1
+sign \x8468 2456-1
+sign \x55B4 2456-1
+sign \x6E28 2456-1
+sign \x6104 2456-1
+sign \x5A99 2456-1
+sign \x6972 2456-1
+sign \x6933 2456-1
+sign \x5FAE 2456-1
+sign \x8A74 2456-1
+sign \x7168 2456-1
+sign \x6EA6 2456-1
+sign \x875B 2456-1
+sign \x89A3 2456-1
+sign \x7E05 2456-1
+sign \x8587 2456-1
+sign \x5DB6 2456-1
+sign \x9CC2 2456-1
+sign \x71F0 2456-1
+sign \x7650 2456-1
+sign \x5DCD 2456-1
+sign \x9C04 2456-1
+sign \x9C03 2456-1
+sign \x56D7 2456-2
+sign \x97E6 2456-2
+sign \x4E3A 2456-2
+sign \x5729 2456-2
+sign \x8FDD 2456-2
+sign \x56F4 2456-2
+sign \x5E0F 2456-2
+sign \x95F1 2456-2
+sign \x6CA9 2456-2
+sign \x5CD7 2456-2
+sign \x5CDE 2456-2
+sign \x70BA 2456-2
+sign \x6D08 2456-2
+sign \x97CB 2456-2
+sign \x6845 2456-2
+sign \x6DA0 2456-2
+sign \x552F 2456-2
+sign \x5E37 2456-2
+sign \x60DF 2456-2
+sign \x7EF4 2456-2
+sign \x741F 2456-2
+sign \x55A1 2456-2
+sign \x5D6C 2456-2
+sign \x5E43 2456-2
+sign \x570D 2456-2
+sign \x7232 2456-23
+sign \x6E88 2456-2
+sign \x6E4B 2456-2
+sign \x9055 2456-2
+sign \x5A81 2456-1
+sign \x84F6 2456-2
+sign \x912C 2456-2
+sign \x6F4D 2456-2
+sign \x7DAD 2456-2
+sign \x649D 125-2456-1
+sign \x9180 2456-2
+sign \x6F7F 2456-2
+sign \x6F59 2456-2
+sign \x5BEA 2456-2
+sign \x95C8 2456-2
+sign \x934F 2456-2
+sign \x9BA0 2456-2
+sign \x6FF0 2456-2
+sign \x7653 2456-2
+sign \x89B9 2456-2
+sign \x973A 2456-2
+sign \x72A9 2456-2
+sign \x4F1F 2456-3
+sign \x4F2A 2456-3
+sign \x82C7 2456-3
+sign \x829B 2456-3
+sign \x5C3E 2456-3
+sign \x7EAC 2456-3
+sign \x73AE 2456-3
+sign \x59D4 2456-3
+sign \x709C 2456-3
+sign \x6D27 2456-3
+sign \x6364 2456-3
+sign \x8371 2456-3
+sign \x6D58 2456-3
+sign \x8BFF 2456-3
+sign \x5C57 2456-3
+sign \x5A13 2456-3
+sign \x840E 2456-3
+sign \x68B6 2456-3
+sign \x784A 2456-3
+sign \x5D23 2456-3
+sign \x9AA9 2456-3
+sign \x507D 2456-3
+sign \x5049 2456-3
+sign \x9697 2456-3
+sign \x848D 2456-3
+sign \x8466 2456-3
+sign \x5D54 2456-3
+sign \x9AAA 2456-3
+sign \x5FAB 2456-3
+sign \x7325 2456-3
+sign \x5EC6 2456-3
+sign \x6107 2456-3
+sign \x744B 2456-3
+sign \x6932 2456-3
+sign \x97EA 2456-3
+sign \x6690 2456-3
+sign \x8249 2456-3
+sign \x8172 2456-3
+sign \x75FF 2456-3
+sign \x7152 2456-3
+sign \x8732 2456-1
+sign \x873C 2456-23
+sign \x50DE 2456-3
+sign \x9C94 2456-3
+sign \x853F 2456-3
+sign \x97D1 2456-3
+sign \x8E13 2456-3
+sign \x9820 2456-3
+sign \x8AC9 2456-3
+sign \x7DEF 2456-3
+sign \x85B3 2456-3
+sign \x5130 2456-3
+sign \x9361 2456-3
+sign \x9BAA 2456-3
+sign \x6FFB 2456-3
+sign \x58DD 2456-3
+sign \x97D9 2456-3
+sign \x98B9 2456-3
+sign \x7022 2456-3
+sign \x97E1 2456-3
+sign \x4EB9 2456-3
+sign \x6596 2456-3
+sign \x536B 2456-23
+sign \x672A 2456-23
+sign \x4F4D 2456-23
+sign \x82FF 2456-23
+sign \x5473 2456-23
+sign \x754F 2456-23
+sign \x80C3 2456-23
+sign \x8ECE 2456-23
+sign \x53DE 2456-23
+sign \x83CB 2456-23
+sign \x7859 2456-23
+sign \x8C13 2456-23
+sign \x5C09 2456-23
+sign \x5582 2456-23
+sign \x732C 2456-23
+sign \x6E2D 2456-23
+sign \x5AA6 2456-23
+sign \x715F 2456-23
+sign \x589B 2456-23
+sign \x851A 2456-23
+sign \x78A8 2456-3
+sign \x71AD 2456-23
+sign \x78D1 2456-23
+sign \x875F 2456-23
+sign \x885B 2456-23
+sign \x729A 2456-23
+sign \x6170 2456-23
+sign \x7DED 2456-23
+sign \x748F 34-23
+sign \x7F7B 2456-23
+sign \x885E 2456-23
+sign \x9317 2456-23
+sign \x9927 2456-23
+sign \x9B87 2456-23
+sign \x8B02 2456-23
+sign \x6FCA 125-2456-23
+sign \x61C0 2456-23
+sign \x9B4F 2456-23
+sign \x9935 2456-23
+sign \x87B1 2456-23
+sign \x893D 2456-23
+sign \x85EF 2456-23
+sign \x8F4A 2456-23
+sign \x9728 2456-23
+sign \x93CF 2456-23
+sign \x9CDA 2456-23
+sign \x8636 2456-23
+sign \x9956 2456-23
+sign \x8E97 2456-23
+sign \x8B86 2456-23
+sign \x8E9B 2456-23
+sign \x8B8F 2456-23
+sign \x6637 25-1
+sign \x586D 25-1
+sign \x6E29 25-1
+sign \x7465 25-1
+sign \x6985 25-1
+sign \x6B9F 25-1
+sign \x6EAB 25-1
+sign \x69B2 25-1
+sign \x761F 25-1
+sign \x8C71 25-1
+sign \x93BE 25-1
+sign \x9942 25-1
+sign \x9CC1 25-1
+sign \x9C1B 25-1
+sign \x9C2E 25-1
+sign \x4EA0 25-2
+sign \x6587 25-2
+sign \x82A0 25-2
+sign \x5F63 25-2
+sign \x7EB9 25-2
+sign \x7086 25-2
+sign \x7807 134-126-2
+sign \x95FB 25-2
+sign \x868A 25-2
+sign \x8689 25-2
+sign \x7D0B 25-2
+sign \x73F3 25-2
+sign \x960C 25-2
+sign \x96EF 25-2
+sign \x99C7 25-2
+sign \x99BC 25-2
+sign \x805E 25-2
+sign \x7612 25-2
+sign \x9B70 25-2
+sign \x9CFC 25-2
+sign \x9D0D 25-2
+sign \x95BA 25-2
+sign \x95BF 25-2
+sign \x87A1 25-2
+sign \x95C5 25-2
+sign \x9F24 25-2
+sign \x87C1 25-2
+sign \x95E6 25-2
+sign \x520E 25-3
+sign \x6286 25-3
+sign \x545A 125-123456-2
+sign \x543B 25-3
+sign \x5445 25-3
+sign \x5FDF 134-126-3
+sign \x80B3 25-3
+sign \x5FDE 134-126-3
+sign \x7D0A 25-3
+sign \x687D 25-3
+sign \x8117 25-3
+sign \x7A33 25-3
+sign \x7A4F 25-3
+sign \x7A69 25-3
+sign \x95EE 25-23
+sign \x6C76 25-23
+sign \x598F 25-23
+sign \x554F 25-23
+sign \x63FE 25-23
+sign \x6435 25-23
+sign \x9850 25-23
+sign \x74BA 25-23
+sign \x7FC1 256-1
+sign \x55E1 256-1
+sign \x6EC3 256-3
+sign \x9E5F 256-1
+sign \x8789 256-1
+sign \x9393 256-1
+sign \x9DB2 256-1
+sign \x5963 256-3
+sign \x52DC 256-3
+sign \x5855 256-3
+sign \x84CA 256-3
+sign \x5D61 256-3
+sign \x66A1 256-3
+sign \x7788 256-3
+sign \x806C 256-3
+sign \x651A 256-3
+sign \x74EE 256-23
+sign \x8579 256-23
+sign \x7515 256-23
+sign \x7F4B 256-23
+sign \x9F46 256-23
+sign \x631D 135-1
+sign \x83B4 135-1
+sign \x502D 135-1
+sign \x6DA1 135-1
+sign \x581D 135-1
+sign \x637C 245-135-2
+sign \x8435 135-1
+sign \x5529 135-1
+sign \x7327 135-1
+sign \x6E26 135-1
+sign \x6DB9 135-1
+sign \x5594 235-1
+sign \x7A9D 135-1
+sign \x8717 135-1
+sign \x7AA9 135-1
+sign \x64BE 135-1
+sign \x8778 135-1
+sign \x8E12 135-1
+sign \x6211 135-3
+sign \x6370 135-3
+sign \x5A50 135-3
+sign \x5A51 135-3
+sign \x4EF4 135-23
+sign \x809F 135-23
+sign \x6C83 135-23
+sign \x5367 135-23
+sign \x81E5 135-23
+sign \x637E 135-23
+sign \x5053 135-23
+sign \x63E1 135-23
+sign \x786A 135-23
+sign \x5E44 135-23
+sign \x7125 135-23
+sign \x6E25 135-23
+sign \x5A89 135-23
+sign \x6943 135-23
+sign \x815B 135-23
+sign \x65A1 135-23
+sign \x7783 135-23
+sign \x74C1 135-23
+sign \x9F8C 135-23
+sign \x81D2 135-23
+sign \x6FE3 135-23
+sign \x9F77 135-23
+sign \x4E4C 136-1
+sign \x572C 136-1
+sign \x90AC 136-1
+sign \x6C61 136-1
+sign \x5F19 136-1
+sign \x6747 136-1
+sign \x5DEB 136-1
+sign \x545C 136-1
+sign \x94A8 136-1
+sign \x6D3F 136-1
+sign \x8BEC 136-1
+sign \x5C4B 136-1
+sign \x8DB6 136-23
+sign \x70CF 136-1
+sign \x91EB 125-123456-2
+sign \x7A8F 136-1
+sign \x526D 136-1
+sign \x9114 136-1
+sign \x55DA 136-1
+sign \x8A88 136-1
+sign \x6B4D 136-1
+sign \x8AA3 136-1
+sign \x7BBC 136-1
+sign \x8790 136-1
+sign \x9D2E 136-1
+sign \x93A2 136-1
+sign \x9C1E 136-1
+sign \x65E0 136-2
+sign \x6BCB 136-2
+sign \x829C 136-2
+sign \x543E 136-2
+sign \x5434 136-2
+sign \x5433 136-2
+sign \x5449 136-2
+sign \x90DA 136-2
+sign \x8381 136-2
+sign \x8323 136-2
+sign \x5514 136-2
+sign \x6D6F 136-2
+sign \x6D16 136-2
+sign \x5A2A 136-2
+sign \x73F8 136-2
+sign \x68A7 136-2
+sign \x7966 136-2
+sign \x9E40 136-2
+sign \x7121 136-2
+sign \x8708 136-2
+sign \x7991 136-2
+sign \x58B2 136-2
+sign \x856A 136-2
+sign \x7491 136-2
+sign \x6A46 136-2
+sign \x9D50 136-2
+sign \x9BC3 136-2
+sign \x8B55 136-2
+sign \x9F2F 136-2
+sign \x9DE1 136-2
+sign \x4E44 136-3
+sign \x4E94 136-3
+sign \x5348 136-3
+sign \x4F0D 136-3
+sign \x4EF5 136-3
+sign \x8FD5 136-3
+sign \x5E91 136-3
+sign \x6003 136-3
+sign \x5FE4 136-3
+sign \x59A9 136-3
+sign \x6B66 136-3
+sign \x739D 136-3
+sign \x65FF 136-3
+sign \x4FC9 136-23
+sign \x4FAE 136-3
+sign \x6342 136-3
+sign \x5035 136-3
+sign \x554E 136-3
+sign \x727E 136-3
+sign \x5A2C 136-3
+sign \x73F7 136-3
+sign \x9E49 136-3
+sign \x6440 136-3
+sign \x7894 136-3
+sign \x7466 136-3
+sign \x821E 136-3
+sign \x7193 136-3
+sign \x5EE1 136-3
+sign \x6F55 136-3
+sign \x61AE 136-3
+sign \x5AF5 136-3
+sign \x7512 136-3
+sign \x511B 136-3
+sign \x933B 136-3
+sign \x9D61 136-3
+sign \x8E8C 136-3
+sign \x5140 136-23
+sign \x52FF 136-23
+sign \x620A 136-23
+sign \x52A1 136-23
+sign \x9622 136-23
+sign \x6264 136-23
+sign \x5C7C 136-23
+sign \x4F06 25-3
+sign \x575E 136-23
+sign \x82B4 136-23
+sign \x674C 136-23
+sign \x5C89 136-23
+sign \x5FE2 136-23
+sign \x77F9 136-23
+sign \x7269 136-23
+sign \x8BEF 136-23
+sign \x6544 136-23
+sign \x901C 136-3
+sign \x7C85 136-23
+sign \x609F 136-23
+sign \x60AE 136-23
+sign \x609E 136-23
+sign \x52D9 136-23
+sign \x6664 136-23
+sign \x7110 136-23
+sign \x9770 136-23
+sign \x75E6 136-23
+sign \x9696 136-23
+sign \x5A7A 136-23
+sign \x9A9B 136-23
+sign \x5862 136-23
+sign \x96FE 136-23
+sign \x96FA 136-23
+sign \x5D68 136-23
+sign \x6EA9 136-23
+sign \x5966 136-23
+sign \x8AA4 136-23
+sign \x5BE4 136-23
+sign \x9E5C 136-23
+sign \x7183 136-23
+sign \x92C8 136-23
+sign \x7AB9 136-23
+sign \x971A 136-23
+sign \x9F3F 136-23
+sign \x9727 136-23
+sign \x9F40 136-23
+sign \x9A16 136-23
+sign \x9DA9 136-23
+sign \x5915 125-24-1
+sign \x516E 125-24-1
+sign \x909C 125-24-1
+sign \x8980 125-24-1
+sign \x897F 125-24-1
+sign \x5438 125-24-1
+sign \x6C50 125-24-1
+sign \x5FDA 125-24-1
+sign \x6278 125-24-1
+sign \x5E0C 125-24-1
+sign \x6614 125-24-1
+sign \x6790 125-24-1
+sign \x77FD 125-24-1
+sign \x5365 125-24-1
+sign \x80B8 125-24-1
+sign \x80B9 125-24-1
+sign \x7A78 125-24-1
+sign \x6038 125-24-1
+sign \x4FD9 125-24-1
+sign \x5F94 14-256-2
+sign \x5F86 125-24-1
+sign \x90D7 125-24-1
+sign \x997B 125-24-1
+sign \x8383 125-24-1
+sign \x550F 125-24-1
+sign \x6C25 125-24-1
+sign \x727A 125-24-1
+sign \x606F 125-24-1
+sign \x595A 125-24-1
+sign \x72F6 125-24-1
+sign \x6D60 125-24-1
+sign \x6095 125-24-1
+sign \x5C56 125-24-1
+sign \x5A2D 125-24-1
+sign \x740B 125-24-1
+sign \x8D65 125-24-1
+sign \x83E5 125-24-1
+sign \x6878 125-24-1
+sign \x7852 125-24-1
+sign \x553D 125-24-1
+sign \x665E 125-24-1
+sign \x7101 125-24-1
+sign \x91F8 125-24-1
+sign \x6B37 125-24-1
+sign \x6089 125-24-1
+sign \x70EF 125-24-1
+sign \x6DC5 125-24-1
+sign \x6E13 125-24-1
+sign \x60DC 125-24-1
+sign \x7108 125-24-1
+sign \x6673 125-24-1
+sign \x60C1 125-24-1
+sign \x6670 125-24-1
+sign \x774E 125-24-1
+sign \x7A00 125-24-1
+sign \x5092 125-24-1
+sign \x910E 125-24-1
+sign \x823E 125-24-1
+sign \x7FD5 125-24-1
+sign \x7FD6 125-24-1
+sign \x7C9E 125-24-1
+sign \x711F 125-24-1
+sign \x712C 125-24-1
+sign \x7280 125-24-1
+sign \x84A0 125-24-1
+sign \x7699 125-24-1
+sign \x5380 125-24-1
+sign \x5D60 125-24-1
+sign \x9521 125-24-1
+sign \x5FAF 125-24-1
+sign \x6EAA 125-24-1
+sign \x7155 125-24-1
+sign \x7199 125-24-1
+sign \x8724 234-1
+sign \x69BD 125-24-1
+sign \x8C68 125-24-1
+sign \x8725 125-24-1
+sign \x7188 125-24-1
+sign \x50D6 125-24-1
+sign \x990F 125-24-1
+sign \x8A92 2346-1
+sign \x7184 125-24-1
+sign \x7DC6 125-24-1
+sign \x78CE 125-24-1
+sign \x563B 125-24-1
+sign \x564F 125-24-1
+sign \x9919 156-23
+sign \x819D 125-24-1
+sign \x761C 125-24-1
+sign \x5B09 125-24-1
+sign \x5B06 125-24-1
+sign \x71B9 125-24-1
+sign \x6A40 125-24-1
+sign \x6A28 125-24-1
+sign \x8785 125-24-1
+sign \x8787 13-24-1
+sign \x932B 125-24-1
+sign \x6B59 125-24-1
+sign \x51DE 125-24-1
+sign \x7FB2 125-24-1
+sign \x71BA 125-24-1
+sign \x71BB 125-24-1
+sign \x7AB8 125-24-1
+sign \x7902 125-24-1
+sign \x8C6F 125-24-1
+sign \x77A6 125-24-1
+sign \x87CB 125-24-1
+sign \x72A0 125-24-1
+sign \x8C40 125-24-1
+sign \x8C95 125-24-1
+sign \x8C3F 125-24-1
+sign \x71E8 125-24-1
+sign \x9D57 125-24-1
+sign \x9BD1 125-24-1
+sign \x7CE6 125-24-1
+sign \x96DF 1245-2456-1
+sign \x7E65 125-24-1
+sign \x91AF 125-24-1
+sign \x93ED 125-24-1
+sign \x89F9 125-24-1
+sign \x8B46 125-24-1
+sign \x96B5 125-24-1
+sign \x66E6 125-24-1
+sign \x5DC7 125-24-1
+sign \x9145 125-24-1
+sign \x72A7 125-24-1
+sign \x7214 125-24-1
+sign \x89FD 125-24-1
+sign \x9F37 125-24-1
+sign \x8835 125-24-1
+sign \x9E02 125-24-1
+sign \x89FF 125-24-1
+sign \x9474 125-24-1
+sign \x4E60 125-24-2
+sign \x90CB 125-24-2
+sign \x5E2D 125-24-2
+sign \x89CB 125-24-2
+sign \x88AD 125-24-2
+sign \x7FD2 125-24-2
+sign \x55BA 125-24-23
+sign \x84B5 125-24-2
+sign \x84C6 125-24-2
+sign \x693A 125-24-2
+sign \x5AB3 125-24-2
+sign \x8D98 125-24-2
+sign \x89A1 125-24-2
+sign \x5D8D 125-24-2
+sign \x6F1D 125-24-2
+sign \x69E2 125-24-2
+sign \x8777 123-24-23
+sign \x8582 125-24-2
+sign \x96B0 125-24-2
+sign \x6A84 125-24-2
+sign \x93B4 125-24-2
+sign \x8B35 125-24-2
+sign \x972B 125-24-2
+sign \x9CDB 125-24-2
+sign \x9A31 125-24-2
+sign \x98C1 125-24-2
+sign \x9A3D 125-24-2
+sign \x9C3C 125-24-2
+sign \x8972 125-24-2
+sign \x9A68 125-24-2
+sign \x676B 234-23
+sign \x6D17 125-24-3
+sign \x67B2 125-24-3
+sign \x73BA 125-24-3
+sign \x94E3 125-24-3
+sign \x5F99 125-24-3
+sign \x559C 125-24-3
+sign \x8478 125-24-3
+sign \x8448 125-24-3
+sign \x9222 125-24-3
+sign \x84F0 125-24-3
+sign \x9291 125-24-3
+sign \x6F07 125-24-3
+sign \x5C63 125-24-3
+sign \x6198 125-24-1
+sign \x6B56 125-24-3
+sign \x6199 125-24-3
+sign \x6A72 125-24-3
+sign \x66BF 125-24-1
+sign \x8AF0 125-24-3
+sign \x79A7 125-24-3
+sign \x58D0 125-24-3
+sign \x8B11 125-24-3
+sign \x7E30 125-24-3
+sign \x8E5D 125-24-3
+sign \x87E2 125-24-3
+sign \x74BD 125-24-3
+sign \x74D5 134-24-2
+sign \x9C5A 125-24-3
+sign \x56CD 125-24-3
+sign \x8EA7 125-24-3
+sign \x5338 125-24-23
+sign \x534C 125-24-23
+sign \x620F 125-24-23
+sign \x9969 125-24-23
+sign \x7CFB 125-24-23
+sign \x546C 125-24-23
+sign \x5FE5 125-24-23
+sign \x602C 125-24-23
+sign \x7EC6 125-24-23
+sign \x76FB 125-24-23
+sign \x54A5 125-24-1
+sign \x4FC2 125-24-23
+sign \x90E4 125-24-23
+sign \x6044 125-24-23
+sign \x6B2F 125-24-23
+sign \x7EE4 125-24-23
+sign \x91F3 125-24-23
+sign \x9212 125-24-23
+sign \x960B 125-24-23
+sign \x7D30 125-24-23
+sign \x8D87 125-24-23
+sign \x691E 125-24-23
+sign \x8204 125-24-23
+sign \x9699 125-24-23
+sign \x8D69 125-24-23
+sign \x6ECA 125-24-23
+sign \x6140 125-24-23
+sign \x798A 125-24-23
+sign \x969F 125-24-23
+sign \x7D8C 125-24-23
+sign \x7294 125-24-23
+sign \x7A27 125-24-23
+sign \x7182 125-24-23
+sign \x856E 125-24-23
+sign \x622F 125-24-23
+sign \x89A4 125-24-23
+sign \x6F99 125-24-23
+sign \x6F5F 125-24-23
+sign \x6F5D 125-24-1
+sign \x6231 125-24-23
+sign \x9ED6 125-24-23
+sign \x7E4B 1245-24-23
+sign \x78F6 125-24-23
+sign \x6232 125-24-23
+sign \x9B29 125-24-23
+sign \x8669 125-24-23
+sign \x993C 125-24-23
+sign \x95DF 125-24-23
+sign \x56B1 125-24-23
+sign \x973C 125-24-23
+sign \x884B 125-24-23
+sign \x867E 125-1246-1
+sign \x8C3A 125-1246-1
+sign \x9595 125-1246-1
+sign \x5084 125-1246-1
+sign \x656E 125-1246-2
+sign \x98AC 125-1246-1
+sign \x7146 125-1246-1
+sign \x778E 125-1246-1
+sign \x8766 125-1246-1
+sign \x9C15 125-1246-1
+sign \x5323 125-1246-2
+sign \x4FA0 125-1246-2
+sign \x90C3 125-26-2
+sign \x72CE 125-1246-2
+sign \x67D9 125-1246-2
+sign \x5CE1 125-1246-2
+sign \x4FE0 125-1246-2
+sign \x72ED 125-1246-2
+sign \x70A0 125-1246-2
+sign \x965C 125-1246-2
+sign \x73E8 125-1246-2
+sign \x5CFD 125-1246-2
+sign \x72F9 125-1246-2
+sign \x70DA 125-1246-2
+sign \x796B 125-1246-2
+sign \x7856 125-1246-2
+sign \x7FC8 125-1246-2
+sign \x7B1A 125-1246-2
+sign \x823A 125-1246-2
+sign \x967F 125-1246-2
+sign \x7864 125-1246-2
+sign \x9050 125-1246-2
+sign \x7455 125-1246-2
+sign \x6687 125-1246-2
+sign \x7B6A 125-1246-2
+sign \x821D 125-1246-2
+sign \x78AC 125-1246-2
+sign \x8F96 125-1246-2
+sign \x7771 125-1246-23
+sign \x8578 125-1246-2
+sign \x78CD 125-1246-2
+sign \x8D6E 125-1246-2
+sign \x879B 125-26-2
+sign \x9B7B 125-1246-2
+sign \x7E16 125-1246-2
+sign \x8F44 125-1246-2
+sign \x971E 125-1246-2
+sign \x935C 125-1246-2
+sign \x9EE0 125-1246-2
+sign \x938B 125-1246-2
+sign \x9A22 125-1246-2
+sign \x9DB7 125-1246-2
+sign \x959C 125-1246-3
+sign \x4E05 125-1246-23
+sign \x4E0B 125-1246-23
+sign \x5737 125-1246-23
+sign \x8290 125-1246-23
+sign \x5413 125-1246-23
+sign \x759C 125-1246-23
+sign \x590F 125-1246-23
+sign \x68BA 125-1246-23
+sign \x5687 125-1246-23
+sign \x7F45 125-1246-23
+sign \x61D7 125-1246-23
+sign \x93BC 125-1246-23
+sign \x5913 125-1246-23
+sign \x93EC 125-1246-23
+sign \x4ED9 125-146-1
+sign \x4EDA 125-146-1
+sign \x5C73 125-146-1
+sign \x5148 125-146-1
+sign \x597E 125-146-1
+sign \x7EA4 125-146-1
+sign \x6C19 125-146-1
+sign \x4F61 125-146-1
+sign \x5FFA 125-146-1
+sign \x82EE 125-146-1
+sign \x6774 125-146-1
+sign \x79C8 125-146-1
+sign \x7946 125-146-1
+sign \x7C7C 125-146-1
+sign \x59FA 125-146-1
+sign \x73D7 125-146-1
+sign \x83B6 125-146-1
+sign \x6380 125-146-1
+sign \x641F 125-146-3
+sign \x9170 125-146-1
+sign \x8DF9 125-146-1
+sign \x9528 125-146-1
+sign \x5615 125-146-1
+sign \x50CA 125-146-1
+sign \x50F2 125-146-1
+sign \x929B 125-146-1
+sign \x9C9C 125-146-1
+sign \x97EF 125-146-1
+sign \x66B9 125-146-1
+sign \x859F 125-146-1
+sign \x9341 125-146-1
+sign \x931F 2345-1236-2
+sign \x61B8 125-146-1
+sign \x5B10 125-146-1
+sign \x97F1 125-146-1
+sign \x9BAE 125-146-1
+sign \x893C 125-146-1
+sign \x7E4A 125-146-1
+sign \x8E6E 125-146-1
+sign \x99A6 125-146-1
+sign \x6515 125-146-1
+sign \x8B63 125-146-1
+sign \x5EEF 125-146-1
+sign \x5B45 125-146-1
+sign \x9DB1 125-146-1
+sign \x7E8E 125-146-1
+sign \x8E9A 125-146-1
+sign \x8973 125-146-1
+sign \x7E96 125-146-1
+sign \x9C7B 125-146-1
+sign \x549E 125-146-2
+sign \x4F2D 125-146-2
+sign \x95F2 125-146-2
+sign \x8D24 125-146-2
+sign \x5F26 125-146-2
+sign \x6326 125-146-2
+sign \x54B8 125-146-2
+sign \x80D8 125-146-2
+sign \x6D8E 125-146-2
+sign \x5A34 125-146-2
+sign \x86BF 125-146-2
+sign \x8854 125-146-2
+sign \x8237 125-146-2
+sign \x5A71 125-146-2
+sign \x5A39 125-146-2
+sign \x7D43 125-146-2
+sign \x9591 125-146-2
+sign \x9592 125-146-2
+sign \x86DD 125-146-2
+sign \x5563 125-146-2
+sign \x75EB 125-146-2
+sign \x9E47 125-146-2
+sign \x6E7A 125-146-2
+sign \x55DB 125-146-2
+sign \x8858 125-146-2
+sign \x5ACC 125-146-2
+sign \x929C 125-146-2
+sign \x7509 125-146-2
+sign \x648F 125-146-2
+sign \x8CE2 125-146-2
+sign \x8AB8 125-146-2
+sign \x6F96 125-146-2
+sign \x61AA 125-146-2
+sign \x5AFB 125-146-2
+sign \x5AFA 125-146-2
+sign \x8F31 125-146-2
+sign \x918E 125-146-2
+sign \x8AF4 125-146-2
+sign \x77B7 1245-146-23
+sign \x764E 125-146-2
+sign \x7647 125-146-2
+sign \x85D6 125-146-2
+sign \x7925 125-146-2
+sign \x8D12 125-146-2
+sign \x9DF4 125-146-2
+sign \x9DFC 125-146-2
+sign \x9DF3 125-146-2
+sign \x72DD 125-146-3
+sign \x51BC 125-146-3
+sign \x663E 125-146-3
+sign \x9669 125-146-3
+sign \x86AC 125-146-3
+sign \x5D04 125-146-3
+sign \x6BE8 125-146-3
+sign \x7303 125-146-3
+sign \x70CD 125-146-3
+sign \x967A 125-146-3
+sign \x8D7B 125-146-3
+sign \x7B45 125-146-3
+sign \x5C20 125-146-3
+sign \x5C1F 125-146-3
+sign \x8DE3 125-146-3
+sign \x8706 125-146-3
+sign \x7992 125-146-3
+sign \x7BB2 125-146-3
+sign \x96AA 125-146-3
+sign \x5DAE 125-146-3
+sign \x736B 125-146-3
+sign \x85D3 125-146-3
+sign \x736E 125-146-3
+sign \x934C 125-146-3
+sign \x71F9 125-146-3
+sign \x9855 125-146-3
+sign \x6507 125-146-3
+sign \x5E70 125-146-3
+sign \x861A 125-146-3
+sign \x6AF6 125-146-3
+sign \x7381 125-146-3
+sign \x97C5 125-146-3
+sign \x986F 125-146-3
+sign \x7066 125-146-3
+sign \x4F23 13-146-23
+sign \x82CB 125-146-23
+sign \x53BF 125-146-23
+sign \x5C98 125-146-23
+sign \x73B0 125-146-23
+sign \x81FD 125-146-23
+sign \x9650 125-146-23
+sign \x7EBF 125-146-23
+sign \x770C 125-146-23
+sign \x4FD4 13-146-23
+sign \x5BAA 125-146-23
+sign \x9665 125-146-23
+sign \x59ED 125-146-23
+sign \x57B7 125-146-23
+sign \x83A7 125-146-23
+sign \x54EF 125-146-23
+sign \x5CF4 125-146-23
+sign \x6D80 125-146-23
+sign \x9677 125-146-23
+sign \x5A28 125-1236-23
+sign \x5A0A 125-146-23
+sign \x73FE 125-146-23
+sign \x665B 125-146-23
+sign \x9985 125-146-23
+sign \x774D 125-146-23
+sign \x7FA1 125-146-23
+sign \x7F10 125-146-23
+sign \x7D64 125-146-23
+sign \x732E 125-146-23
+sign \x817A 125-146-23
+sign \x7FA8 125-146-23
+sign \x7CAF 125-146-23
+sign \x50F4 125-146-23
+sign \x50E9 125-146-23
+sign \x8181 13-146-3
+sign \x8AA2 125-146-23
+sign \x7DAB 125-146-23
+sign \x648A 125-146-23
+sign \x92E7 125-146-23
+sign \x7DDA 125-146-23
+sign \x7E23 125-146-23
+sign \x930E 125-146-23
+sign \x9921 125-146-23
+sign \x61B2 125-146-23
+sign \x8C4F 125-146-23
+sign \x9EB2 125-146-23
+sign \x81D4 125-146-23
+sign \x7017 125-146-23
+sign \x9730 125-146-23
+sign \x737B 125-146-23
+sign \x7CEE 125-146-23
+sign \x9F38 125-146-23
+sign \x4E61 125-1346-1
+sign \x8297 125-1346-1
+sign \x76F8 125-1346-1
+sign \x9999 125-1346-1
+sign \x90F7 125-1346-1
+sign \x53A2 125-1346-1
+sign \x910A 125-1346-1
+sign \x9109 125-1346-1
+sign \x8459 125-1346-1
+sign \x5EC2 125-1346-1
+sign \x6E58 125-1346-1
+sign \x7F03 125-1346-1
+sign \x9115 125-1346-1
+sign \x697F 125-1346-1
+sign \x858C 125-1346-1
+sign \x7BB1 125-1346-1
+sign \x81B7 125-1346-1
+sign \x7DD7 125-1346-1
+sign \x8944 125-1346-1
+sign \x5134 245-236-2
+sign \x52F7 245-236-2
+sign \x8618 245-236-2
+sign \x5FC0 125-1346-1
+sign \x9E98 125-1346-1
+sign \x9AA7 125-1346-1
+sign \x74D6 125-1346-1
+sign \x6B00 125-1346-1
+sign \x9576 125-1346-1
+sign \x9C5C 125-1346-1
+sign \x7E95 125-1346-1
+sign \x9472 125-1346-1
+sign \x9A64 125-1346-1
+sign \x74E8 125-1346-2
+sign \x4F6D 125-1346-2
+sign \x8BE6 125-1346-2
+sign \x5EA0 125-1346-2
+sign \x6819 125-1346-2
+sign \x7965 125-1346-2
+sign \x7FD4 125-1346-2
+sign \x7D74 125-1346-2
+sign \x8DED 125-1346-2
+sign \x8A73 125-1346-2
+sign \x4EAB 125-1346-3
+sign \x54CD 125-1346-3
+sign \x9977 125-1346-3
+sign \x4EAF 125-1346-3
+sign \x8683 125-1346-3
+sign \x6651 125-1346-3
+sign \x98E8 125-1346-3
+sign \x60F3 125-1346-3
+sign \x9284 125-1346-3
+sign \x9909 125-1346-3
+sign \x9C9E 125-1346-3
+sign \x9B9D 125-1346-3
+sign \x8801 125-1346-3
+sign \x9BD7 125-1346-3
+sign \x9957 125-1346-3
+sign \x97FF 125-1346-3
+sign \x995F 125-1346-3
+sign \x9C76 125-1346-3
+sign \x5411 125-1346-23
+sign \x9879 125-1346-23
+sign \x5DF7 125-1346-23
+sign \x59E0 125-1346-23
+sign \x73E6 125-1346-23
+sign \x8C61 125-1346-23
+sign \x9805 125-1346-23
+sign \x842B 125-1346-23
+sign \x7F3F 125-1346-23
+sign \x7A25 125-1346-1
+sign \x50CF 125-1346-23
+sign \x52E8 125-1346-23
+sign \x5D91 125-1346-23
+sign \x6F52 145-236-23
+sign \x6A61 125-1346-23
+sign \x66CF 125-1346-23
+sign \x8950 125-1346-23
+sign \x87D3 125-1346-23
+sign \x56AE 125-1346-23
+sign \x940C 125-1346-23
+sign \x9C4C 125-1346-23
+sign \x7072 125-345-1
+sign \x7071 125-345-1
+sign \x8096 125-345-1
+sign \x67AD 125-345-1
+sign \x67B5 125-345-1
+sign \x54D3 125-345-1
+sign \x4FBE 125-345-1
+sign \x9A81 125-345-1
+sign \x900D 125-345-1
+sign \x9E2E 125-345-1
+sign \x6077 125-345-1
+sign \x8653 125-345-1
+sign \x5EA8 125-345-1
+sign \x6D88 125-345-1
+sign \x5BAF 125-345-1
+sign \x5BB5 125-345-1
+sign \x7EE1 125-345-1
+sign \x8427 125-345-1
+sign \x689F 125-345-1
+sign \x7307 125-345-1
+sign \x7107 125-345-1
+sign \x5A4B 125-345-1
+sign \x8437 125-345-1
+sign \x7863 125-345-1
+sign \x785D 125-345-1
+sign \x9500 125-345-1
+sign \x7FDB 125-345-1
+sign \x75DA 125-345-1
+sign \x75DF 125-345-1
+sign \x7A99 125-345-1
+sign \x63F1 125-345-1
+sign \x7D83 125-345-1
+sign \x5610 125-345-1
+sign \x7BAB 125-345-1
+sign \x6B4A 125-345-1
+sign \x6F47 125-345-1
+sign \x64A8 125-345-1
+sign \x9704 125-345-1
+sign \x5635 125-345-1
+sign \x7BBE 156-135-23
+sign \x92B7 125-345-1
+sign \x7362 125-345-1
+sign \x856D 125-345-1
+sign \x9D1E 125-345-1
+sign \x9B48 125-345-1
+sign \x81AE 125-345-1
+sign \x5F47 125-345-1
+sign \x85C3 125-345-1
+sign \x87CF 125-345-1
+sign \x87C2 125-345-1
+sign \x7A58 125-345-1
+sign \x7C18 125-345-1
+sign \x9D35 125-345-1
+sign \x8B1E 125-26-23
+sign \x9D41 125-345-1
+sign \x56A3 125-345-1
+sign \x87F0 125-345-1
+sign \x9AC7 125-345-1
+sign \x7C2B 125-345-1
+sign \x8B4A 1345-235-2
+sign \x701F 125-345-1
+sign \x6AF9 125-345-1
+sign \x56BB 125-345-1
+sign \x56C2 125-345-1
+sign \x9AD0 125-345-1
+sign \x9DCD 125-345-1
+sign \x9A4D 125-345-1
+sign \x8828 125-345-1
+sign \x6BCA 125-345-1
+sign \x8648 125-345-1
+sign \x6D28 125-345-2
+sign \x90E9 125-345-2
+sign \x5D24 125-345-2
+sign \x8A24 125-345-2
+sign \x6DC6 125-345-2
+sign \x8AB5 125-345-2
+sign \x5C0F 125-345-3
+sign \x6653 125-345-3
+sign \x6681 125-345-3
+sign \x7B71 125-345-3
+sign \x7B7F 125-345-3
+sign \x769B 125-345-3
+sign \x66C9 125-345-3
+sign \x7BE0 125-345-3
+sign \x76A2 125-345-3
+sign \x5B5D 125-345-23
+sign \x52B9 125-345-23
+sign \x54B2 125-345-23
+sign \x6821 125-345-23
+sign \x54EE 125-345-23
+sign \x7B11 125-345-23
+sign \x4FF2 125-345-23
+sign \x6548 125-345-23
+sign \x6D8D 125-345-23
+sign \x5578 125-345-23
+sign \x509A 125-345-23
+sign \x6569 125-345-23
+sign \x8A68 125-345-23
+sign \x560B 125-345-23
+sign \x5628 125-345-23
+sign \x8A9F 125-345-23
+sign \x562F 125-345-23
+sign \x71BD 125-345-23
+sign \x6B57 125-345-23
+sign \x6585 125-345-23
+sign \x6586 125-345-23
+sign \x4E9B 125-15-1
+sign \x6954 125-15-1
+sign \x6B47 125-15-1
+sign \x874E 125-15-1
+sign \x880D 125-15-1
+sign \x534F 125-15-2
+sign \x90AA 125-15-2
+sign \x65EA 125-15-2
+sign \x5354 125-15-2
+sign \x80C1 125-15-2
+sign \x594A 125-15-2
+sign \x57A5 125-15-2
+sign \x62F9 125-15-2
+sign \x5CEB 125-15-2
+sign \x604A 125-15-2
+sign \x633E 125-15-2
+sign \x8107 125-15-2
+sign \x887A 125-15-2
+sign \x8105 125-15-2
+sign \x810B 125-15-2
+sign \x5055 125-15-2
+sign \x659C 125-15-2
+sign \x8C10 125-15-2
+sign \x63F3 125-15-1
+sign \x7FD3 125-15-2
+sign \x7332 125-15-1
+sign \x744E 125-15-2
+sign \x643A 125-15-2
+sign \x55CB 125-15-2
+sign \x6136 125-15-2
+sign \x7D8A 125-15-2
+sign \x818E 125-15-2
+sign \x7181 125-15-2
+sign \x64B7 125-15-2
+sign \x9821 1245-15-2
+sign \x64D5 125-15-2
+sign \x978B 125-15-2
+sign \x8762 125-15-2
+sign \x7DF3 125-15-2
+sign \x52F0 125-15-2
+sign \x7F2C 125-15-2
+sign \x8AE7 125-15-2
+sign \x71F2 125-15-2
+sign \x64F7 125-15-2
+sign \x97B5 125-15-2
+sign \x896D 125-15-2
+sign \x651C 125-15-2
+sign \x7E88 125-15-2
+sign \x8B97 125-15-2
+sign \x9FA4 125-15-2
+sign \x5199 125-15-3
+sign \x51A9 125-15-3
+sign \x5BEB 125-15-3
+sign \x85DB 125-15-3
+sign \x4F33 125-15-23
+sign \x707A 125-15-23
+sign \x5C43 125-24-23
+sign \x7F37 125-15-23
+sign \x6CC4 125-15-23
+sign \x6CFB 125-15-23
+sign \x7944 125-15-23
+sign \x7EC1 125-15-23
+sign \x5378 125-15-23
+sign \x70A7 125-15-23
+sign \x70A8 125-15-23
+sign \x6D29 125-15-23
+sign \x5A0E 125-15-1
+sign \x5368 125-15-23
+sign \x5C51 125-15-23
+sign \x5C53 125-24-23
+sign \x710E 125-15-23
+sign \x68B0 125-15-23
+sign \x79BC 125-15-23
+sign \x5070 125-15-23
+sign \x5FA2 125-15-23
+sign \x7D32 125-15-23
+sign \x4EB5 125-15-23
+sign \x6E2B 125-15-23
+sign \x8C22 125-15-23
+sign \x5C5F 125-15-23
+sign \x5A9F 125-15-23
+sign \x7D6C 125-15-23
+sign \x586E 125-15-23
+sign \x50C1 125-15-23
+sign \x69AD 125-15-23
+sign \x698D 125-15-23
+sign \x8909 125-15-23
+sign \x66AC 125-15-23
+sign \x78BF 234-136-23
+sign \x5667 125-15-23
+sign \x5C67 125-15-23
+sign \x7DE4 125-15-23
+sign \x85A4 125-15-23
+sign \x85A2 125-15-23
+sign \x97F0 125-15-23
+sign \x5DB0 125-15-23
+sign \x736C 125-15-23
+sign \x9082 125-15-23
+sign \x5EE8 125-15-23
+sign \x7CCF 125-15-23
+sign \x6FA5 125-15-23
+sign \x61C8 125-15-23
+sign \x8B1D 125-15-23
+sign \x71EE 125-15-23
+sign \x893B 125-15-23
+sign \x97A2 125-15-23
+sign \x5911 125-15-23
+sign \x7009 125-15-23
+sign \x9F58 125-15-23
+sign \x880F 125-15-23
+sign \x87F9 125-15-23
+sign \x7215 125-15-23
+sign \x7023 125-15-23
+sign \x9F65 125-15-23
+sign \x9F42 125-15-23
+sign \x8EA0 234-35-3
+sign \x8E9E 125-15-23
+sign \x5C6D 125-24-23
+sign \x5FC3 125-126-1
+sign \x90A4 125-126-1
+sign \x82AF 125-126-23
+sign \x8F9B 125-126-1
+sign \x5FFB 125-126-1
+sign \x59A1 125-126-1
+sign \x677A 125-126-1
+sign \x6615 125-126-1
+sign \x6B23 125-126-1
+sign \x76FA 125-126-1
+sign \x4FFD 125-126-1
+sign \x8A22 125-126-1
+sign \x60DE 125-126-1
+sign \x950C 125-126-1
+sign \x920A 125-126-1
+sign \x65B0 125-126-1
+sign \x6B46 125-126-1
+sign \x92C5 125-126-1
+sign \x5EDE 125-126-1
+sign \x85AA 125-126-1
+sign \x567A 125-126-1
+sign \x5677 125-356-3
+sign \x5B1C 125-126-1
+sign \x99A8 125-126-1
+sign \x946B 125-126-1
+sign \x99AB 125-126-1
+sign \x6794 125-126-2
+sign \x9B35 125-126-2
+sign \x9414 125-126-2
+sign \x4F08 125-126-3
+sign \x9620 125-126-23
+sign \x4F29 125-126-23
+sign \x56DF 125-126-23
+sign \x5B5E 125-126-23
+sign \x7098 125-126-23
+sign \x4FE1 125-126-23
+sign \x8ED0 125-126-23
+sign \x8845 125-126-23
+sign \x812A 125-126-23
+sign \x8A2B 125-126-23
+sign \x712E 125-126-23
+sign \x99B8 125-126-23
+sign \x9856 125-126-23
+sign \x820B 125-126-23
+sign \x91C1 125-126-23
+sign \x661F 125-16-1
+sign \x57B6 125-16-1
+sign \x9A8D 125-16-1
+sign \x7329 125-16-1
+sign \x60FA 125-16-1
+sign \x7446 125-16-1
+sign \x86F5 125-16-1
+sign \x8165 125-16-1
+sign \x714B 125-16-1
+sign \x89EA 125-16-1
+sign \x7BB5 125-16-1
+sign \x7BC2 125-16-1
+sign \x9B8F 125-16-1
+sign \x8B03 125-16-1
+sign \x9A02 125-16-1
+sign \x66D0 125-16-1
+sign \x89F2 125-16-1
+sign \x76A8 125-16-1
+sign \x5B39 125-16-23
+sign \x9BF9 125-16-1
+sign \x5211 125-16-2
+sign \x90A2 125-16-2
+sign \x5F62 125-16-2
+sign \x5759 1245-16-1
+sign \x90C9 125-16-2
+sign \x4F80 125-16-2
+sign \x578B 125-16-2
+sign \x54D8 125-16-2
+sign \x9498 125-16-2
+sign \x6D10 125-16-2
+sign \x5A19 125-16-2
+sign \x784E 125-16-2
+sign \x94CF 125-16-2
+sign \x88C4 125-16-2
+sign \x9203 125-16-2
+sign \x9292 125-16-2
+sign \x9276 125-16-2
+sign \x92DE 125-16-2
+sign \x7772 125-16-3
+sign \x9192 125-16-3
+sign \x64E4 125-16-3
+sign \x5174 125-16-1
+sign \x674F 125-16-23
+sign \x5E78 125-16-23
+sign \x6027 125-16-23
+sign \x59D3 125-16-23
+sign \x8347 125-16-23
+sign \x8395 125-16-23
+sign \x5016 125-16-23
+sign \x6DAC 125-16-23
+sign \x60BB 125-16-23
+sign \x5A5E 125-16-23
+sign \x5842 1245-1346-3
+sign \x7DC8 125-16-23
+sign \x8208 125-16-1
+sign \x81D6 125-16-23
+sign \x51F6 125-1456-1
+sign \x5302 125-1456-1
+sign \x5144 125-1456-1
+sign \x828E 125-1456-1
+sign \x5147 125-1456-1
+sign \x5308 125-1456-1
+sign \x8BBB 125-1456-1
+sign \x6C79 125-1456-1
+sign \x5FF7 125-1456-1
+sign \x54C5 125-1456-1
+sign \x6D36 125-1456-1
+sign \x605F 125-1456-1
+sign \x80F8 125-1456-1
+sign \x80F7 125-1456-1
+sign \x8A29 125-1456-1
+sign \x8A7E 125-1456-1
+sign \x96C4 125-1456-2
+sign \x718A 125-1456-2
+sign \x8BC7 125-1456-23
+sign \x8A57 125-1456-23
+sign \x5910 125-1456-23
+sign \x657B 125-1456-23
+sign \x4F11 125-1256-1
+sign \x4FE2 125-1256-1
+sign \x8320 125-235-1
+sign \x54BB 125-1256-1
+sign \x4FEE 125-1256-1
+sign \x5EA5 125-1256-1
+sign \x70CB 125-345-1
+sign \x8129 125-1256-1
+sign \x7F9E 125-1256-1
+sign \x70CC 125-1256-1
+sign \x9E3A 125-1256-1
+sign \x8119 125-1256-1
+sign \x81F9 125-1256-1
+sign \x8C85 125-1256-1
+sign \x9990 125-1256-1
+sign \x9AE4 125-1256-1
+sign \x6A07 125-1256-1
+sign \x929D 125-1256-1
+sign \x9AF9 125-1256-1
+sign \x9D42 125-1256-1
+sign \x9380 125-1256-1
+sign \x9BB4 125-1256-1
+sign \x93C5 125-1256-1
+sign \x9948 125-1256-1
+sign \x9C43 13-1256-1
+sign \x98CD 125-1256-1
+sign \x82EC 125-1256-2
+sign \x673D 125-1256-3
+sign \x5BBF 234-136-23
+sign \x6EEB 125-1256-3
+sign \x6F43 125-1256-3
+sign \x7D87 125-1256-3
+sign \x7CD4 125-1256-3
+sign \x79C0 125-1256-23
+sign \x5CAB 125-1256-23
+sign \x5CC0 125-1256-23
+sign \x73DB 125-1256-23
+sign \x8896 125-1256-23
+sign \x7EE3 125-1256-23
+sign \x7407 125-1256-23
+sign \x9508 125-1256-23
+sign \x55C5 125-1256-23
+sign \x6EB4 125-1256-23
+sign \x7D89 125-1256-23
+sign \x7493 125-1256-23
+sign \x890F 125-1256-23
+sign \x890E 125-1256-23
+sign \x88E6 12-235-1
+sign \x92B9 125-1256-23
+sign \x8791 125-1256-23
+sign \x568A 125-1256-23
+sign \x7E4D 125-1256-23
+sign \x93E5 125-1256-23
+sign \x7E61 125-1256-23
+sign \x93FD 125-1256-23
+sign \x9F45 125-1256-23
+sign \x620C 125-346-1
+sign \x5401 125-346-1
+sign \x65F4 125-346-1
+sign \x76F1 125-346-1
+sign \x759E 125-346-1
+sign \x59C1 125-346-3
+sign \x987B 125-346-1
+sign \x6B28 125-346-1
+sign \x80E5 125-346-1
+sign \x987C 125-346-1
+sign \x8A0F 125-346-1
+sign \x865A 125-346-1
+sign \x8657 125-346-1
+sign \x5066 125-346-1
+sign \x88C7 125-346-1
+sign \x8C1E 125-346-1
+sign \x63DF 125-346-1
+sign \x865B 125-346-1
+sign \x5E41 125-346-1
+sign \x9808 125-346-1
+sign \x5AAD 125-346-1
+sign \x980A 125-346-1
+sign \x6948 125-346-1
+sign \x7AA2 125-346-1
+sign \x589F 125-346-1
+sign \x9700 125-346-1
+sign \x5618 125-346-1
+sign \x7A30 125-346-1
+sign \x9B46 125-346-1
+sign \x8566 125-346-1
+sign \x6B54 125-346-1
+sign \x8751 125-346-1
+sign \x5653 125-346-1
+sign \x5B03 125-346-1
+sign \x7E03 125-346-1
+sign \x8ADD 125-346-1
+sign \x6B58 125-346-1
+sign \x8B43 125-346-1
+sign \x9B56 125-346-1
+sign \x9A49 125-346-1
+sign \x9B1A 125-346-1
+sign \x9450 125-346-1
+sign \x4FC6 125-346-2
+sign \x5F90 125-346-2
+sign \x84A3 125-346-2
+sign \x8BB8 125-346-3
+sign \x5474 125-346-3
+sign \x8BE9 125-346-3
+sign \x73DD 125-346-3
+sign \x6829 125-346-3
+sign \x5194 125-346-3
+sign \x86E1 24-23
+sign \x668A 125-346-3
+sign \x8A61 125-346-3
+sign \x9126 125-346-3
+sign \x7CC8 125-346-3
+sign \x9191 125-346-3
+sign \x76E8 125-346-3
+sign \x65ED 125-346-23
+sign \x4F35 125-346-23
+sign \x5E8F 125-346-23
+sign \x6C7F 125-346-23
+sign \x6C80 125-346-23
+sign \x4F90 125-346-23
+sign \x5379 125-346-23
+sign \x662B 125-346-23
+sign \x53D9 125-346-23
+sign \x6D2B 125-346-23
+sign \x6064 125-346-23
+sign \x73EC 125-346-23
+sign \x57BF 125-346-23
+sign \x6B88 125-346-23
+sign \x6B30 125-346-23
+sign \x70C5 125-346-23
+sign \x9157 125-346-23
+sign \x52D6 125-346-23
+sign \x52D7 125-346-23
+sign \x654D 125-346-23
+sign \x6558 125-346-23
+sign \x70FC 125-346-23
+sign \x7EEA 125-346-23
+sign \x7EED 125-346-23
+sign \x8053 125-346-23
+sign \x58FB 125-346-23
+sign \x6702 125-346-23
+sign \x55A3 125-346-3
+sign \x8A39 125-346-23
+sign \x6E86 125-346-23
+sign \x6E51 125-346-3
+sign \x7D6E 125-346-23
+sign \x5A7F 125-346-23
+sign \x84C4 125-346-23
+sign \x8CC9 125-346-23
+sign \x7166 125-346-23
+sign \x6149 125-346-23
+sign \x7D9A 125-346-23
+sign \x69D2 125-346-23
+sign \x7781 125-346-23
+sign \x76E2 125-346-23
+sign \x805F 125-346-23
+sign \x928A 125-346-23
+sign \x6F4A 125-346-23
+sign \x6F35 125-346-23
+sign \x7DD2 125-346-23
+sign \x7A38 125-346-23
+sign \x735D 125-346-23
+sign \x7DD6 125-346-23
+sign \x77B2 125-346-23
+sign \x85DA 125-346-23
+sign \x7E8C 125-346-23
+sign \x9C6E 125-346-23
+sign \x84FF 125-346-23
+sign \x5405 125-12346-1
+sign \x8F69 125-12346-1
+sign \x660D 125-12346-1
+sign \x54BA 125-12346-3
+sign \x5BA3 125-12346-1
+sign \x8ED2 125-12346-1
+sign \x6645 125-12346-1
+sign \x8C16 125-12346-1
+sign \x5847 125-12346-1
+sign \x63CE 125-12346-1
+sign \x8432 125-12346-1
+sign \x8431 125-12346-1
+sign \x55A7 125-12346-1
+sign \x610B 125-12346-1
+sign \x6103 125-12346-1
+sign \x5A97 125-12346-1
+sign \x7444 125-12346-1
+sign \x84D2 125-12346-1
+sign \x6684 125-12346-1
+sign \x7156 1345-12456-3
+sign \x714A 125-12346-1
+sign \x777B 125-12346-1
+sign \x8756 125-12346-1
+sign \x7BAE 125-12346-1
+sign \x5107 125-12346-1
+sign \x7FE7 125-12346-1
+sign \x79A4 125-12346-1
+sign \x857F 125-12346-1
+sign \x8AFC 125-12346-1
+sign \x8AE0 125-12346-1
+sign \x5B1B 125-12456-2
+sign \x99FD 125-12346-1
+sign \x8F4B 125-25-2
+sign \x9379 125-12346-1
+sign \x8610 125-12346-1
+sign \x85FC 125-12346-1
+sign \x77CE 125-12346-1
+sign \x8809 125-12346-1
+sign \x7FFE 125-12346-1
+sign \x9C1A 125-12346-1
+sign \x8B5E 125-12346-1
+sign \x8B82 1245-12346-23
+sign \x7384 125-12346-2
+sign \x59B6 125-146-2
+sign \x73B9 125-12346-2
+sign \x75C3 125-12346-2
+sign \x7401 125-12346-2
+sign \x60AC 125-12346-2
+sign \x65CB 125-12346-2
+sign \x8701 125-12346-2
+sign \x6F29 125-12346-2
+sign \x5AD9 125-12346-2
+sign \x7487 125-12346-2
+sign \x66B6 125-12346-2
+sign \x6A88 125-12346-2
+sign \x74BF 125-12346-2
+sign \x61F8 125-12346-2
+sign \x9009 125-12346-3
+sign \x70DC 125-12346-3
+sign \x6685 125-12346-3
+sign \x9078 125-12346-3
+sign \x7663 125-12346-3
+sign \x766C 125-12346-3
+sign \x6CEB 125-12346-23
+sign \x6030 125-12346-23
+sign \x6621 125-12346-23
+sign \x70AB 125-12346-23
+sign \x7EDA 125-12346-23
+sign \x7729 125-12346-23
+sign \x94C9 125-12346-23
+sign \x88A8 125-12346-23
+sign \x7404 125-12346-23
+sign \x7734 125-12346-23
+sign \x8852 125-12346-23
+sign \x6E32 125-12346-23
+sign \x7D62 125-12346-23
+sign \x6966 125-12346-23
+sign \x9249 125-12346-23
+sign \x8519 125-12346-23
+sign \x78B9 125-12346-23
+sign \x955F 125-12346-23
+sign \x98B4 125-12346-23
+sign \x7E3C 125-12346-23
+sign \x7E4F 125-12346-23
+sign \x93C7 125-12346-23
+sign \x9436 125-12456-2
+sign \x8D19 125-12346-23
+sign \x524A 125-345-1
+sign \x75B6 125-23456-1
+sign \x8486 125-23456-1
+sign \x9774 125-23456-1
+sign \x859B 125-23456-1
+sign \x8FA5 125-23456-1
+sign \x8FAA 125-23456-1
+sign \x97BE 125-23456-1
+sign \x7A74 125-23456-2
+sign \x6588 125-23456-2
+sign \x4E74 125-23456-2
+sign \x8313 125-23456-2
+sign \x5CA4 125-23456-23
+sign \x5CC3 125-23456-2
+sign \x5B66 125-23456-2
+sign \x6CF6 125-23456-2
+sign \x9E34 125-23456-2
+sign \x8895 125-23456-2
+sign \x8E05 125-23456-2
+sign \x5671 125-23456-2
+sign \x5DA8 125-23456-2
+sign \x5B78 125-23456-2
+sign \x9D2C 16-1
+sign \x6FA9 125-23456-2
+sign \x71E2 125-23456-2
+sign \x89F7 125-23456-2
+sign \x96E4 125-23456-2
+sign \x9DFD 125-23456-2
+sign \x96EA 125-23456-3
+sign \x6A30 125-23456-3
+sign \x81A4 125-23456-3
+sign \x825D 125-23456-3
+sign \x8F4C 125-23456-3
+sign \x9CD5 125-23456-3
+sign \x9C48 125-23456-3
+sign \x8840 125-23456-23
+sign \x5779 125-23456-23
+sign \x72D8 125-23456-23
+sign \x6CE7 125-23456-23
+sign \x6034 125-346-23
+sign \x6856 125-23456-23
+sign \x8C11 125-23456-23
+sign \x8B14 125-23456-23
+sign \x7025 125-23456-23
+sign \x5743 125-456-1
+sign \x52CB 125-456-1
+sign \x59F0 1245-456-1
+sign \x57D9 125-456-1
+sign \x7104 125-456-1
+sign \x52DB 125-456-1
+sign \x5864 125-456-1
+sign \x8512 125-25-1
+sign \x718F 125-456-1
+sign \x7AA8 125-456-1
+sign \x52F2 125-456-1
+sign \x99E8 125-456-2
+sign \x85AB 125-456-1
+sign \x52F3 125-456-1
+sign \x58CE 125-456-1
+sign \x85B0 125-456-1
+sign \x5691 125-456-1
+sign \x736F 125-456-1
+sign \x66DB 125-456-1
+sign \x81D0 125-456-1
+sign \x71FB 125-456-1
+sign \x860D 125-456-1
+sign \x77C4 125-456-1
+sign \x58E6 125-456-1
+sign \x720B 125-456-1
+sign \x7E81 125-456-1
+sign \x91BA 125-456-1
+sign \x5EF5 125-456-2
+sign \x65EC 125-456-2
+sign \x5BFB 125-456-2
+sign \x5DE1 125-456-2
+sign \x674A 125-456-2
+sign \x7543 125-456-2
+sign \x90C7 125-456-2
+sign \x8BE2 125-456-2
+sign \x8340 125-456-2
+sign \x8368 13-146-2
+sign \x54B0 156-136-23
+sign \x5CCB 125-456-2
+sign \x6D35 125-456-2
+sign \x6D54 125-456-2
+sign \x6042 125-456-2
+sign \x7D03 125-456-2
+sign \x73E3 125-456-2
+sign \x6812 125-456-2
+sign \x686A 125-456-2
+sign \x6BE5 125-456-2
+sign \x5071 125-456-2
+sign \x63D7 125-456-2
+sign \x5FAA 125-456-2
+sign \x5C0B 125-456-2
+sign \x8A62 125-456-2
+sign \x9C9F 125-456-2
+sign \x9129 125-456-2
+sign \x565A 125-456-2
+sign \x6F6F 125-456-2
+sign \x7495 125-456-2
+sign \x71C5 125-456-2
+sign \x6A33 125-456-2
+sign \x6533 125-456-2
+sign \x71C2 2345-1236-2
+sign \x71D6 125-456-2
+sign \x8951 125-126-2
+sign \x87F3 125-456-2
+sign \x9C4F 125-456-2
+sign \x9C58 125-456-2
+sign \x7065 125-456-2
+sign \x5342 125-456-23
+sign \x8BAD 125-456-23
+sign \x8BAF 125-456-23
+sign \x4F28 125-456-23
+sign \x6C5B 125-456-23
+sign \x8FC5 125-456-23
+sign \x9A6F 125-456-23
+sign \x4F9A 125-456-23
+sign \x5F87 125-456-23
+sign \x8FFF 125-456-23
+sign \x72E5 125-456-23
+sign \x5DFA 125-456-23
+sign \x900A 125-456-23
+sign \x6B89 125-456-23
+sign \x8A13 125-456-23
+sign \x8A19 125-456-23
+sign \x8A0A 125-456-23
+sign \x595E 125-456-23
+sign \x6BBE 125-456-23
+sign \x7A04 125-456-23
+sign \x5DFD 125-456-23
+sign \x99B4 125-456-23
+sign \x905C 125-456-23
+sign \x8CD0 125-456-23
+sign \x613B 125-456-23
+sign \x8548 125-456-23
+sign \x5640 125-456-23
+sign \x6FEC 1245-456-23
+sign \x9868 125-456-23
+sign \x9442 125-456-23
+sign \x4E2B 1246-1
+sign \x538B 1246-1
+sign \x62BC 1246-1
+sign \x5E98 1246-1
+sign \x9E26 1246-1
+sign \x6860 1246-1
+sign \x9E2D 1246-1
+sign \x94D4 1246-1
+sign \x5B72 1246-1
+sign \x690F 1246-1
+sign \x9D09 1246-1
+sign \x9D28 1246-1
+sign \x58D3 1246-1
+sign \x9D76 1246-1
+sign \x941A 1246-1
+sign \x7259 1246-2
+sign \x4F22 1246-2
+sign \x82BD 1246-2
+sign \x5C88 1246-2
+sign \x73A1 1246-23
+sign \x6792 1246-2
+sign \x5393 1246-2
+sign \x75A8 1246-3
+sign \x740A 1246-2
+sign \x869C 1246-2
+sign \x7B0C 1246-2
+sign \x5810 1246-2
+sign \x5D15 1246-2
+sign \x5D16 1246-2
+sign \x731A 1246-2
+sign \x6DAF 1246-2
+sign \x7458 1246-2
+sign \x775A 1246-2
+sign \x8859 1246-2
+sign \x6F04 1246-2
+sign \x9F56 1246-2
+sign \x538A 1246-3
+sign \x5E8C 1246-3
+sign \x54D1 1246-3
+sign \x5516 1246-3
+sign \x555E 1246-3
+sign \x75D6 1246-3
+sign \x96C5 1246-3
+sign \x7602 1246-3
+sign \x8565 1246-3
+sign \x529C 1246-23
+sign \x5720 1246-23
+sign \x4E9A 1246-23
+sign \x897E 1246-23
+sign \x8BB6 1246-23
+sign \x4E9C 1246-23
+sign \x8FD3 1246-23
+sign \x72BD 1246-23
+sign \x4E9E 1246-23
+sign \x8ECB 1246-23
+sign \x57AD 1246-1
+sign \x631C 1246-23
+sign \x7811 1246-23
+sign \x5A05 1246-23
+sign \x6C29 1246-23
+sign \x4FF9 1246-23
+sign \x57E1 1246-1
+sign \x6397 1246-23
+sign \x8A1D 1246-23
+sign \x5A6D 1246-23
+sign \x63E0 1246-23
+sign \x8050 1246-23
+sign \x6C2C 1246-23
+sign \x7330 1246-23
+sign \x5714 1246-23
+sign \x7A0F 1246-23
+sign \x7AAB 1246-23
+sign \x930F 1246-1
+sign \x9F7E 1246-23
+sign \x5440 1246-0
+sign \x54BD 146-1
+sign \x6079 146-1
+sign \x73DA 146-1
+sign \x5266 146-1
+sign \x80ED 146-1
+sign \x70DF 146-1
+sign \x7109 146-1
+sign \x83F8 146-1
+sign \x5D26 146-1
+sign \x5063 146-1
+sign \x9609 146-1
+sign \x7111 146-1
+sign \x6DF9 146-1
+sign \x814C 146-1
+sign \x6E6E 146-1
+sign \x9122 146-1
+sign \x50BF 146-1
+sign \x7159 146-1
+sign \x6A2E 146-1
+sign \x6F39 146-1
+sign \x5AE3 146-1
+sign \x9183 146-1
+sign \x5D96 146-1
+sign \x95B9 146-1
+sign \x7BF6 146-1
+sign \x61E8 146-1
+sign \x81D9 146-1
+sign \x9EEB 146-1
+sign \x8BA0 146-2
+sign \x5383 2456-1
+sign \x5EF6 146-2
+sign \x95EB 146-2
+sign \x4E25 146-2
+sign \x8A00 146-2
+sign \x8A01 146-2
+sign \x598D 146-2
+sign \x6616 146-2
+sign \x5CA9 146-2
+sign \x90D4 146-2
+sign \x708E 146-2
+sign \x6CBF 146-2
+sign \x633B 156-1236-1
+sign \x839A 146-2
+sign \x7814 146-2
+sign \x550C 146-2
+sign \x72FF 146-2
+sign \x59F8 146-2
+sign \x5A2B 146-2
+sign \x76D0 146-2
+sign \x5A2E 146-2
+sign \x7402 146-2
+sign \x784F 146-2
+sign \x9586 146-2
+sign \x5571 146-2
+sign \x8A2E 146-2
+sign \x960E 146-2
+sign \x8712 146-2
+sign \x55A6 146-2
+sign \x5D52 146-2
+sign \x5D53 146-2
+sign \x7B75 146-2
+sign \x7D96 146-2
+sign \x5869 146-2
+sign \x694C 146-2
+sign \x63C5 146-2
+sign \x8A7D 146-2
+sign \x8505 146-2
+sign \x789E 146-2
+sign \x989C 146-2
+sign \x8664 146-2
+sign \x95BB 146-2
+sign \x53B3 146-2
+sign \x6A90 146-2
+sign \x984F 146-2
+sign \x9854 146-2
+sign \x58DB 146-2
+sign \x56B4 146-2
+sign \x5DCC 146-2
+sign \x7C37 146-2
+sign \x6AE9 146-2
+sign \x9E99 146-2
+sign \x58E7 146-2
+sign \x5DD6 146-2
+sign \x5DD7 146-2
+sign \x6B15 146-2
+sign \x9E7D 146-2
+sign \x9EA3 146-2
+sign \x5935 146-3
+sign \x6281 146-3
+sign \x6C87 146-3
+sign \x5944 146-3
+sign \x5156 146-3
+sign \x4E75 146-3
+sign \x533D 146-3
+sign \x4FE8 146-3
+sign \x884D 146-3
+sign \x5F07 146-3
+sign \x5157 146-3
+sign \x5261 146-3
+sign \x63A9 146-3
+sign \x83F4 1236-1
+sign \x8412 146-3
+sign \x90FE 146-3
+sign \x53A3 146-3
+sign \x773C 146-3
+sign \x5043 146-3
+sign \x9153 146-3
+sign \x7430 146-3
+sign \x63DC 146-3
+sign \x68EA 146-3
+sign \x5D43 146-3
+sign \x9043 146-3
+sign \x6E30 146-3
+sign \x6E37 146-3
+sign \x611D 146-3
+sign \x624A 146-3
+sign \x9692 146-3
+sign \x693C 146-3
+sign \x787D 146-1
+sign \x7F68 146-3
+sign \x88FA 146-3
+sign \x6F14 146-3
+sign \x8917 146-3
+sign \x9B47 146-3
+sign \x8758 146-3
+sign \x622D 146-3
+sign \x565E 146-3
+sign \x8EBD 146-3
+sign \x7E2F 126-3
+sign \x9EE1 146-3
+sign \x6ABF 146-3
+sign \x53B4 146-3
+sign \x9DA0 146-3
+sign \x9F5E 146-23
+sign \x7517 146-3
+sign \x9EE4 146-3
+sign \x9C0B 146-3
+sign \x9F91 146-3
+sign \x9EEC 146-3
+sign \x9EED 146-3
+sign \x513C 146-3
+sign \x9F34 146-3
+sign \x9869 146-3
+sign \x5B4D 146-3
+sign \x9B58 146-3
+sign \x66EE 146-3
+sign \x5DD8 146-3
+sign \x5DDA 146-3
+sign \x9F39 146-3
+sign \x7939 146-2
+sign \x9F74 146-3
+sign \x9EF6 146-3
+sign \x538C 146-23
+sign \x599F 146-23
+sign \x89C3 146-23
+sign \x726A 146-23
+sign \x781A 146-23
+sign \x5F65 146-23
+sign \x5F66 146-23
+sign \x59F2 146-23
+sign \x8273 146-23
+sign \x898E 146-23
+sign \x664F 146-23
+sign \x5501 146-23
+sign \x70FB 146-23
+sign \x5BB4 146-23
+sign \x9A8C 146-23
+sign \x639E 156-1236-23
+sign \x8C5C 1245-146-1
+sign \x5050 146-23
+sign \x7114 146-23
+sign \x8C1A 146-23
+sign \x9681 146-23
+sign \x5830 146-23
+sign \x8455 146-2
+sign \x786F 146-23
+sign \x96C1 146-23
+sign \x7312 146-23
+sign \x55AD 146-23
+sign \x7130 146-23
+sign \x6565 146-23
+sign \x7131 146-23
+sign \x693B 146-23
+sign \x9CEB 146-23
+sign \x6EDF 146-23
+sign \x5895 146-23
+sign \x917D 146-23
+sign \x53AD 146-23
+sign \x66A5 146-23
+sign \x7196 146-23
+sign \x5B0A 146-23
+sign \x990D 146-23
+sign \x9D08 146-23
+sign \x8C33 146-23
+sign \x71D5 146-23
+sign \x8D5D 146-23
+sign \x9B33 146-23
+sign \x71C4 146-23
+sign \x8AFA 146-23
+sign \x5B2E 146-1
+sign \x66D5 146-23
+sign \x9D33 146-23
+sign \x9A13 146-23
+sign \x9A10 146-23
+sign \x9140 146-23
+sign \x61D5 146-1
+sign \x8D0B 146-23
+sign \x56A5 146-23
+sign \x8276 146-23
+sign \x8EC5 146-23
+sign \x5B3F 146-23
+sign \x9A34 146-23
+sign \x91B6 146-23
+sign \x7213 146-23
+sign \x9DC3 146-23
+sign \x8D17 146-23
+sign \x7054 146-23
+sign \x9A57 146-23
+sign \x9DF0 146-23
+sign \x91BC 146-23
+sign \x995C 146-23
+sign \x89FE 146-23
+sign \x8B8C 146-23
+sign \x8277 146-23
+sign \x9A60 146-23
+sign \x91C5 146-23
+sign \x704E 146-23
+sign \x8C53 146-23
+sign \x8B9E 146-23
+sign \x7067 146-23
+sign \x8C54 146-23
+sign \x7069 146-23
+sign \x592E 1346-1
+sign \x62B0 1346-1
+sign \x5489 1346-1
+sign \x6CF1 1346-1
+sign \x59CE 1346-1
+sign \x6B83 1346-1
+sign \x80E6 1346-1
+sign \x770F 1346-1
+sign \x9E2F 1346-1
+sign \x79E7 1346-1
+sign \x96F5 1346-1
+sign \x9260 1346-1
+sign \x9785 1346-1
+sign \x9D26 1346-1
+sign \x626C 1346-2
+sign \x7F8A 1346-2
+sign \x9633 1346-2
+sign \x9626 1346-2
+sign \x739A 12345-236-23
+sign \x6768 1346-2
+sign \x65F8 1346-2
+sign \x98CF 1346-2
+sign \x7080 1346-2
+sign \x9496 1346-2
+sign \x6C1C 1346-2
+sign \x4F6F 1346-2
+sign \x75A1 1346-2
+sign \x52B7 1346-2
+sign \x579F 1346-2
+sign \x661C 1346-2
+sign \x5F89 1346-2
+sign \x7F8F 1346-2
+sign \x6D0B 1346-2
+sign \x73DC 1346-2
+sign \x773B 1346-2
+sign \x967D 1346-2
+sign \x63DA 1346-2
+sign \x86D8 1346-2
+sign \x5D38 1346-2
+sign \x5D35 1346-2
+sign \x7452 1346-2
+sign \x694A 1346-2
+sign \x656D 1346-2
+sign \x6698 1346-2
+sign \x8746 1346-3
+sign \x716C 1346-2
+sign \x7993 1346-2
+sign \x760D 1346-2
+sign \x8F30 1346-2
+sign \x8AF9 1346-2
+sign \x935A 1346-2
+sign \x9D39 1346-2
+sign \x98BA 1346-2
+sign \x940A 1346-2
+sign \x9C11 1346-2
+sign \x9737 1346-2
+sign \x9E09 1346-2
+sign \x536C 1346-3
+sign \x4EF0 1346-3
+sign \x4F52 1346-1
+sign \x5771 1346-3
+sign \x5C9F 1346-3
+sign \x517B 1346-3
+sign \x70B4 1346-3
+sign \x6C27 1346-3
+sign \x75D2 1346-3
+sign \x7D3B 1346-3
+sign \x6967 1346-3
+sign \x8EEE 1346-3
+sign \x509F 1346-3
+sign \x6C31 1346-3
+sign \x7FAA 1346-3
+sign \x6143 1346-3
+sign \x990A 1346-3
+sign \x99DA 1346-3
+sign \x6501 1346-3
+sign \x7001 1346-3
+sign \x61E9 1346-3
+sign \x7922 1346-3
+sign \x7662 1346-3
+sign \x600F 1346-23
+sign \x67CD 1346-3
+sign \x6837 1346-23
+sign \x6059 1346-23
+sign \x70CA 1346-2
+sign \x7F95 1346-23
+sign \x8A47 1346-23
+sign \x69D8 1346-23
+sign \x6F3E 1346-23
+sign \x6A23 1346-23
+sign \x5E7A 345-1
+sign \x592D 345-1
+sign \x5406 345-1
+sign \x5996 345-1
+sign \x6796 345-1
+sign \x6B80 345-3
+sign \x7945 345-1
+sign \x8A1E 345-1
+sign \x847D 345-1
+sign \x5593 345-1
+sign \x6946 345-1
+sign \x8170 345-1
+sign \x9D01 345-1
+sign \x9080 345-1
+sign \x723B 345-2
+sign \x5C27 345-2
+sign \x5C2D 345-2
+sign \x4FA5 1245-345-3
+sign \x80B4 345-2
+sign \x579A 345-2
+sign \x8F7A 345-2
+sign \x5CE3 345-2
+sign \x59DA 345-2
+sign \x73E7 345-2
+sign \x5004 345-2
+sign \x70D1 345-2
+sign \x7A91 345-2
+sign \x582F 345-2
+sign \x63FA 345-2
+sign \x8EFA 345-2
+sign \x509C 345-2
+sign \x6BBD 345-2
+sign \x8C23 345-2
+sign \x6447 345-2
+sign \x6416 345-2
+sign \x55C2 345-2
+sign \x5FAD 345-2
+sign \x9065 345-2
+sign \x733A 345-2
+sign \x9059 345-2
+sign \x6EE7 345-2
+sign \x612E 345-2
+sign \x5AB1 345-2
+sign \x7476 345-2
+sign \x7464 345-2
+sign \x647F 345-2
+sign \x69A3 345-2
+sign \x669A 345-2
+sign \x929A 2345-345-2
+sign \x98D6 345-2
+sign \x9906 345-2
+sign \x8558 345-2
+sign \x78D8 345-2
+sign \x5DA2 345-2
+sign \x5DA4 345-2
+sign \x5FBA 1245-345-3
+sign \x7AB0 345-2
+sign \x7AAF 345-2
+sign \x991A 345-2
+sign \x7E47 345-2
+sign \x8B21 345-2
+sign \x8B20 345-2
+sign \x9390 345-2
+sign \x9CD0 345-2
+sign \x98BB 345-2
+sign \x8628 345-2
+sign \x9864 345-2
+sign \x9C29 345-2
+sign \x4EF8 345-3
+sign \x5C86 345-3
+sign \x5B8E 345-3
+sign \x62AD 345-3
+sign \x82ED 345-3
+sign \x6773 345-3
+sign \x72D5 345-3
+sign \x67FC 345-3
+sign \x54AC 345-3
+sign \x7711 345-3
+sign \x8200 345-3
+sign \x7A85 345-3
+sign \x7A88 345-3
+sign \x5060 345-3
+sign \x5D3E 345-3
+sign \x5A79 345-3
+sign \x84D4 345-3
+sign \x6E94 345-3
+sign \x699A 345-3
+sign \x9D22 345-3
+sign \x95C4 345-3
+sign \x9A15 345-3
+sign \x9F69 345-3
+sign \x9DD5 345-3
+sign \x836F 345-23
+sign \x8981 345-23
+sign \x94A5 345-23
+sign \x7A7E 345-23
+sign \x888E 345-23
+sign \x7A94 345-23
+sign \x846F 345-23
+sign \x7B44 345-23
+sign \x9205 23456-23
+sign \x8A4F 345-23
+sign \x977F 345-23
+sign \x899E 345-23
+sign \x718E 345-23
+sign \x9E5E 345-23
+sign \x735F 345-23
+sign \x85AC 345-23
+sign \x9F3C 345-23
+sign \x85E5 345-23
+sign \x66DC 345-23
+sign \x825E 345-23
+sign \x71FF 345-23
+sign \x77C5 345-23
+sign \x8000 345-23
+sign \x66E3 146-23
+sign \x9DC2 345-23
+sign \x7E85 345-23
+sign \x8B91 345-23
+sign \x9470 345-23
+sign \x8036 15-1
+sign \x503B 15-1
+sign \x6396 15-23
+sign \x6930 15-1
+sign \x668D 15-1
+sign \x564E 15-1
+sign \x6F71 15-1
+sign \x882E 15-1
+sign \x7237 15-2
+sign \x6353 15-2
+sign \x63F6 15-2
+sign \x94D8 15-2
+sign \x91FE 1246-2
+sign \x723A 15-2
+sign \x92E3 15-2
+sign \x9381 15-2
+sign \x64E8 15-2
+sign \x4E5F 15-3
+sign \x5414 15-1
+sign \x51B6 15-3
+sign \x8675 156-26-2
+sign \x57DC 15-3
+sign \x91CE 15-3
+sign \x5622 15-3
+sign \x6F1C 15-3
+sign \x58C4 15-3
+sign \x4E1A 15-23
+sign \x53F6 15-23
+sign \x9875 15-23
+sign \x66F3 15-23
+sign \x90BA 15-23
+sign \x66F5 15-23
+sign \x62B4 15-23
+sign \x591C 15-23
+sign \x67BC 15-23
+sign \x9801 15-23
+sign \x4EB1 15-23
+sign \x6D02 15-23
+sign \x6359 15-23
+sign \x67BD 15-23
+sign \x6654 15-23
+sign \x70E8 15-23
+sign \x505E 15-23
+sign \x6DB2 15-23
+sign \x8C12 15-23
+sign \x5828 246-23
+sign \x8449 15-23
+sign \x6B97 15-23
+sign \x9113 24-23
+sign \x814B 15-23
+sign \x58B7 15-23
+sign \x696A 15-23
+sign \x696D 15-23
+sign \x998C 15-23
+sign \x748D 15-23
+sign \x66C4 15-23
+sign \x66C5 15-23
+sign \x50F7 15-23
+sign \x6B4B 15-1
+sign \x71C1 15-23
+sign \x64DB 15-23
+sign \x64D6 13-1246-1
+sign \x9765 15-23
+sign \x9134 15-23
+sign \x77B1 15-23
+sign \x76A3 15-23
+sign \x5DAA 15-23
+sign \x5DAB 15-23
+sign \x9923 15-23
+sign \x8B01 15-23
+sign \x6FB2 15-23
+sign \x64EB 15-23
+sign \x77B8 15-23
+sign \x66D7 15-23
+sign \x5688 146-23
+sign \x9371 15-23
+sign \x64EA 15-23
+sign \x790F 15-23
+sign \x9391 15-23
+sign \x9941 15-23
+sign \x7217 15-23
+sign \x9D7A 15-23
+sign \x9437 15-23
+sign \x9A5C 15-23
+sign \x9768 15-23
+sign \x9E08 15-23
+sign \x4E00 24-1
+sign \x5F0C 24-1
+sign \x8FB7 24-1
+sign \x8864 24-1
+sign \x4F0A 24-1
+sign \x8863 24-1
+sign \x58F1 24-1
+sign \x533B 24-1
+sign \x541A 24-1
+sign \x4F9D 24-1
+sign \x794E 24-1
+sign \x54BF 24-1
+sign \x6D22 24-1
+sign \x7569 24-1
+sign \x94F1 24-1
+sign \x7317 24-1
+sign \x6E0F 24-1
+sign \x90FC 24-1
+sign \x63D6 24-1
+sign \x58F9 24-1
+sign \x6B39 13-24-1
+sign \x86DC 24-1
+sign \x7995 24-1
+sign \x5ADB 24-1
+sign \x7A26 24-1
+sign \x92A5 24-1
+sign \x6F2A 24-1
+sign \x8918 125-2456-1
+sign \x5B04 24-1
+sign \x5901 24-1
+sign \x747F 24-1
+sign \x9E65 24-1
+sign \x566B 24-1
+sign \x7E44 24-1
+sign \x6AB9 24-1
+sign \x6BC9 24-1
+sign \x91AB 24-1
+sign \x9EDF 24-1
+sign \x8B69 24-1
+sign \x9EF3 24-1
+sign \x4E41 24-2
+sign \x531C 24-2
+sign \x4EEA 24-2
+sign \x572F 24-2
+sign \x5937 24-2
+sign \x5F75 2345-135-3
+sign \x675D 24-2
+sign \x6C82 24-2
+sign \x5B90 24-2
+sign \x623A 156-23
+sign \x519D 24-2
+sign \x8BD2 24-2
+sign \x4F87 24-2
+sign \x72CB 24-2
+sign \x9974 24-2
+sign \x6CB6 24-2
+sign \x6021 24-2
+sign \x5B9C 24-2
+sign \x886A 24-23
+sign \x8351 24-2
+sign \x67C2 24-2
+sign \x54A6 24-2
+sign \x5CD3 24-2
+sign \x8D3B 24-2
+sign \x8FFB 24-2
+sign \x605E 24-2
+sign \x59E8 24-2
+sign \x74F5 24-2
+sign \x5DF8 24-2
+sign \x684B 24-2
+sign \x6818 24-2
+sign \x7719 24-2
+sign \x80F0 24-2
+sign \x5BA7 24-2
+sign \x6245 24-2
+sign \x8898 24-2
+sign \x5F2C 24-2
+sign \x8413 24-2
+sign \x79FB 24-2
+sign \x91F6 156-1
+sign \x75CD 24-2
+sign \x692C 24-2
+sign \x8CBD 24-2
+sign \x9057 24-2
+sign \x86E6 24-2
+sign \x8A52 24-2
+sign \x7FA0 24-2
+sign \x9890 24-2
+sign \x5A90 24-2
+sign \x6938 24-2
+sign \x9809 24-2
+sign \x6686 24-2
+sign \x8DE0 24-2
+sign \x98F4 24-2
+sign \x8A83 24-2
+sign \x9295 2345-15-3
+sign \x7591 24-2
+sign \x907A 24-2
+sign \x5100 24-2
+sign \x71AA 24-2
+sign \x9824 24-2
+sign \x9825 24-2
+sign \x8794 24-2
+sign \x5DAC 24-2
+sign \x5F5B 24-2
+sign \x5F5C 24-2
+sign \x5DB7 24-2
+sign \x7C03 24-2
+sign \x984A 24-2
+sign \x9BA7 24-2
+sign \x5BF2 24-2
+sign \x8B3B 24-2
+sign \x5F5E 24-2
+sign \x5F5D 24-2
+sign \x93D4 24-2
+sign \x7C4E 24-2
+sign \x89FA 24-2
+sign \x8B89 24-2
+sign \x9E03 24-2
+sign \x4E59 24-3
+sign \x5DF2 24-3
+sign \x4EE5 24-3
+sign \x6261 24-3
+sign \x9487 24-3
+sign \x8FC6 24-3
+sign \x82E1 24-3
+sign \x4F41 24-3
+sign \x653A 24-3
+sign \x77E3 24-3
+sign \x82E2 24-3
+sign \x8FE4 24-3
+sign \x8681 24-3
+sign \x8223 24-3
+sign \x91D4 24-3
+sign \x5EA1 24-3
+sign \x7B16 24-3
+sign \x501A 24-3
+sign \x6246 24-3
+sign \x9018 24-3
+sign \x506F 24-3
+sign \x6905 24-3
+sign \x5D3A 24-3
+sign \x9CE6 24-3
+sign \x9218 24-3
+sign \x926F 24-3
+sign \x65D1 24-3
+sign \x65D6 24-3
+sign \x8F22 24-3
+sign \x657C 24-3
+sign \x8798 24-3
+sign \x9321 13-24-2
+sign \x6AA5 24-3
+sign \x7912 24-3
+sign \x87FB 24-3
+sign \x9857 24-3
+sign \x8264 24-3
+sign \x8F59 24-3
+sign \x9F6E 24-3
+sign \x9749 246-23
+sign \x4E42 24-23
+sign \x5F0B 24-23
+sign \x4EBF 24-23
+sign \x4E49 24-23
+sign \x827A 24-23
+sign \x5208 24-23
+sign \x5FC6 24-23
+sign \x4EE1 24-23
+sign \x808A 24-23
+sign \x5307 24-23
+sign \x8BAE 24-23
+sign \x9623 24-23
+sign \x8285 24-23
+sign \x5C79 24-23
+sign \x4F07 24-23
+sign \x4EA6 24-23
+sign \x5FD4 24-23
+sign \x5F02 24-23
+sign \x6291 24-23
+sign \x5744 24-23
+sign \x8034 24-23
+sign \x82C5 24-23
+sign \x6759 24-23
+sign \x5453 24-23
+sign \x9091 24-23
+sign \x52AE 24-23
+sign \x4F3F 24-23
+sign \x4F5A 24-23
+sign \x5F79 24-23
+sign \x8BD1 24-23
+sign \x678D 24-23
+sign \x546D 24-23
+sign \x6613 24-23
+sign \x5479 24-23
+sign \x5CC4 24-23
+sign \x79C7 24-23
+sign \x4F7E 24-23
+sign \x7088 24-23
+sign \x6CC6 24-23
+sign \x6008 24-23
+sign \x603F 24-23
+sign \x8BE3 24-23
+sign \x59B7 34-2
+sign \x7ECE 24-23
+sign \x9A7F 24-23
+sign \x73B4 24-23
+sign \x67BB 24-23
+sign \x8F76 24-23
+sign \x6633 145-15-2
+sign \x5E20 24-23
+sign \x4FCB 24-23
+sign \x5F08 24-23
+sign \x5955 24-23
+sign \x5E1F 24-23
+sign \x75AB 24-23
+sign \x6D42 24-23
+sign \x8875 245-23
+sign \x7FBF 24-23
+sign \x6339 24-23
+sign \x6827 24-23
+sign \x683A 34-1
+sign \x914F 24-3
+sign \x8CA4 24-2
+sign \x5508 24-23
+sign \x6B2D 24-23
+sign \x57BC 24-23
+sign \x76CA 24-23
+sign \x6D73 24-23
+sign \x6D65 24-23
+sign \x6092 24-23
+sign \x88A3 24-23
+sign \x8C0A 24-23
+sign \x966D 13-24-2
+sign \x57F8 24-23
+sign \x57F6 24-23
+sign \x52DA 24-23
+sign \x841F 24-23
+sign \x6BB9 24-23
+sign \x6098 24-1
+sign \x8C5B 24-23
+sign \x96BF 24-23
+sign \x7570 24-23
+sign \x91F4 24-23
+sign \x9038 24-23
+sign \x8A32 24-23
+sign \x60A5 24-23
+sign \x8A33 24-23
+sign \x8C59 24-23
+sign \x7FCA 24-23
+sign \x7F9B 24-23
+sign \x7FCC 24-23
+sign \x68ED 24-23
+sign \x8EFC 24-23
+sign \x6B94 24-23
+sign \x6679 24-23
+sign \x6561 24-23
+sign \x8DC7 24-23
+sign \x5E46 24-23
+sign \x9AAE 24-23
+sign \x9220 24-23
+sign \x8A4D 24-23
+sign \x7132 24-23
+sign \x6E59 24-23
+sign \x7D4F 125-15-23
+sign \x6424 26-23
+sign \x4E84 24-23
+sign \x8084 24-23
+sign \x7348 24-23
+sign \x8A63 24-23
+sign \x88DB 24-23
+sign \x75EC 24-23
+sign \x88D4 24-23
+sign \x610F 24-23
+sign \x7AE9 24-23
+sign \x7FA9 24-23
+sign \x517F 24-23
+sign \x6EA2 24-23
+sign \x7F22 24-23
+sign \x99C5 24-23
+sign \x84FA 24-23
+sign \x977E 24-23
+sign \x52E9 24-23
+sign \x698F 24-23
+sign \x8734 24-23
+sign \x8189 24-23
+sign \x5ED9 24-23
+sign \x7617 24-23
+sign \x6F69 24-23
+sign \x5AD5 24-23
+sign \x648E 24-23
+sign \x69F8 24-23
+sign \x9E5D 24-23
+sign \x9ED3 24-23
+sign \x9552 24-23
+sign \x5104 24-23
+sign \x8ABC 24-23
+sign \x761E 24-23
+sign \x6BC5 24-23
+sign \x9E62 24-23
+sign \x71BC 24-23
+sign \x71A0 24-23
+sign \x71A4 24-23
+sign \x58BF 24-23
+sign \x858F 24-23
+sign \x7796 24-23
+sign \x6BAA 24-23
+sign \x66C0 24-23
+sign \x87A0 24-23
+sign \x5DA7 24-23
+sign \x571B 24-23
+sign \x7A53 24-23
+sign \x5117 1345-24-3
+sign \x5293 24-23
+sign \x8257 24-23
+sign \x7631 24-23
+sign \x71DA 24-23
+sign \x6FBA 24-23
+sign \x61CC 24-23
+sign \x61B6 24-23
+sign \x8939 24-23
+sign \x5B11 24-23
+sign \x5B1F 24-3
+sign \x7E0A 24-23
+sign \x6A8D 24-23
+sign \x7FF3 24-23
+sign \x66CE 24-23
+sign \x6581 24-23
+sign \x6B5D 24-23
+sign \x8C96 24-23
+sign \x81C6 24-23
+sign \x71E1 24-23
+sign \x71F1 24-23
+sign \x5BF1 24-23
+sign \x7FFC 24-23
+sign \x85DD 24-23
+sign \x85D9 24-23
+sign \x8D00 24-23
+sign \x9571 24-23
+sign \x93B0 24-23
+sign \x7654 24-23
+sign \x8C77 24-23
+sign \x972C 24-23
+sign \x9D8D 24-23
+sign \x9D82 24-23
+sign \x9D83 24-23
+sign \x9BE3 24-23
+sign \x7E79 24-23
+sign \x7E76 24-23
+sign \x8619 24-23
+sign \x91B3 24-23
+sign \x91B7 24-23
+sign \x9950 24-23
+sign \x8B6F 24-23
+sign \x8B70 24-23
+sign \x7037 24-23
+sign \x9DCA 24-23
+sign \x56C8 24-23
+sign \x943F 24-23
+sign \x9DC1 24-23
+sign \x61FF 24-23
+sign \x9DD6 24-1
+sign \x9A5B 24-23
+sign \x9DE7 24-23
+sign \x897C 24-23
+sign \x8649 24-23
+sign \x9DFE 24-23
+sign \x9F78 24-23
+sign \x8B9B 24-23
+sign \x4E5A 24-3
+sign \x56D9 126-1
+sign \x56E0 126-1
+sign \x9625 126-1
+sign \x9634 126-1
+sign \x4F8C 126-1
+sign \x8335 126-1
+sign \x836B 126-1
+sign \x5794 126-1
+sign \x97F3 126-1
+sign \x6D07 126-1
+sign \x59FB 126-1
+sign \x9A83 126-1
+sign \x6836 126-1
+sign \x6C24 126-1
+sign \x6BB7 126-1
+sign \x9670 126-1
+sign \x94DF 126-1
+sign \x79F5 126-1
+sign \x51D0 126-1
+sign \x88C0 126-1
+sign \x967B 126-1
+sign \x9682 126-1
+sign \x5819 126-1
+sign \x5591 126-1
+sign \x7B43 126-1
+sign \x6114 126-1
+sign \x5A63 126-1
+sign \x7D6A 126-1
+sign \x8491 126-1
+sign \x852D 126-1
+sign \x6B45 126-1
+sign \x6EB5 126-1
+sign \x798B 126-1
+sign \x6147 126-1
+sign \x92A6 126-1
+sign \x7616 126-1
+sign \x9787 126-1
+sign \x78E4 126-1
+sign \x7DF8 126-1
+sign \x99F0 126-1
+sign \x9712 126-1
+sign \x8AF2 126-1
+sign \x9720 126-1
+sign \x95C9 126-1
+sign \x567E 126-1
+sign \x6FE6 126-1
+sign \x97FE 126-1
+sign \x5198 126-2
+sign \x4E51 126-2
+sign \x82C2 126-2
+sign \x541F 126-2
+sign \x72BE 126-2
+sign \x73AA 1245-146-1
+sign \x70CE 126-2
+sign \x65A6 126-2
+sign \x57A0 126-2
+sign \x6CFF 126-2
+sign \x73E2 126-2
+sign \x8376 126-2
+sign \x8A14 126-2
+sign \x5701 126-2
+sign \x72FA 126-2
+sign \x8A1A 126-2
+sign \x7C8C 126-2
+sign \x5CFE 126-2
+sign \x552B 126-2
+sign \x5D1F 126-2
+sign \x5D2F 126-2
+sign \x94F6 126-2
+sign \x8A21 126-2
+sign \x6DEB 126-2
+sign \x5BC5 126-2
+sign \x5A6C 126-2
+sign \x9F82 126-2
+sign \x921D 126-2
+sign \x6B3D 13-126-1
+sign \x911E 126-2
+sign \x7892 126-2
+sign \x6EDB 126-2
+sign \x8529 126-2
+sign \x9F88 126-2
+sign \x9280 126-2
+sign \x5924 126-2
+sign \x748C 126-2
+sign \x6BA5 126-2
+sign \x5656 126-2
+sign \x8ABE 126-2
+sign \x81B6 245-25-23
+sign \x6AAD 126-2
+sign \x87EB 126-2
+sign \x569A 126-2
+sign \x972A 126-2
+sign \x9F66 126-2
+sign \x9DE3 126-2
+sign \x5C39 126-3
+sign \x5F15 126-3
+sign \x5432 126-3
+sign \x996E 126-3
+sign \x8693 126-3
+sign \x9690 126-3
+sign \x6DFE 126-3
+sign \x91FF 126-3
+sign \x920F 126-3
+sign \x98F2 126-3
+sign \x9777 126-3
+sign \x98EE 126-3
+sign \x96A0 126-3
+sign \x6704 126-3
+sign \x8D9B 126-3
+sign \x763E 126-3
+sign \x6A83 126-3
+sign \x96B1 126-3
+sign \x87BE 126-3
+sign \x5DBE 126-3
+sign \x6FE5 126-3
+sign \x861F 126-3
+sign \x9F57 126-2
+sign \x6AFD 126-3
+sign \x766E 126-3
+sign \x8B94 126-3
+sign \x5EF4 126-3
+sign \x5370 126-23
+sign \x5C83 126-3
+sign \x831A 126-23
+sign \x80E4 126-23
+sign \x6D15 126-23
+sign \x57BD 126-23
+sign \x5837 126-23
+sign \x730C 126-23
+sign \x6E5A 126-23
+sign \x5ED5 126-23
+sign \x9173 126-23
+sign \x616D 126-23
+sign \x764A 126-23
+sign \x6196 126-23
+sign \x6197 126-23
+sign \x9BA3 126-23
+sign \x61DA 126-23
+sign \x6ABC 126-23
+sign \x5FDC 16-1
+sign \x82F1 16-1
+sign \x73F1 16-1
+sign \x83BA 16-1
+sign \x685C 16-1
+sign \x5040 16-1
+sign \x5A74 16-1
+sign \x6E36 16-1
+sign \x6125 16-1
+sign \x5A96 16-1
+sign \x7EEC 16-1
+sign \x745B 16-1
+sign \x713D 16-1
+sign \x6720 16-1
+sign \x7150 16-1
+sign \x78A4 16-1
+sign \x9533 16-1
+sign \x5AC8 16-1
+sign \x6484 16-1
+sign \x8CCF 16-1
+sign \x8767 16-1
+sign \x5624 16-1
+sign \x7F42 16-1
+sign \x7507 16-1
+sign \x7F28 16-1
+sign \x7DD3 16-1
+sign \x748E 16-1
+sign \x6A31 16-1
+sign \x9719 16-1
+sign \x9E66 16-1
+sign \x9348 16-1
+sign \x7F43 16-1
+sign \x892E 16-1
+sign \x5B30 16-1
+sign \x81BA 16-1
+sign \x97FA 16-1
+sign \x7516 16-1
+sign \x9E70 16-1
+sign \x9DA7 16-1
+sign \x6516 16-1
+sign \x8621 16-1
+sign \x7F4C 16-1
+sign \x56B6 16-1
+sign \x8B4D 16-1
+sign \x7034 16-1
+sign \x5B7E 16-1
+sign \x5B46 16-1
+sign \x74D4 16-1
+sign \x6AFB 16-1
+sign \x792F 16-1
+sign \x8B7B 16-1
+sign \x9DAF 16-1
+sign \x944D 16-1
+sign \x9DEA 16-1
+sign \x8833 16-1
+sign \x7E93 16-1
+sign \x8EC8 16-1
+sign \x9DF9 16-1
+sign \x9E0E 16-1
+sign \x9E1A 16-1
+sign \x8FCE 16-2
+sign \x76C1 16-2
+sign \x8314 16-2
+sign \x8365 16-2
+sign \x8367 16-2
+sign \x76C8 16-2
+sign \x83B9 16-2
+sign \x8424 16-2
+sign \x8425 16-2
+sign \x8426 16-2
+sign \x686F 2345-16-1
+sign \x86CD 16-2
+sign \x55B6 16-2
+sign \x843E 16-2
+sign \x6E81 16-2
+sign \x6E8B 16-2
+sign \x84E5 16-2
+sign \x6979 16-2
+sign \x50CC 16-2
+sign \x584B 16-2
+sign \x6EE2 16-2
+sign \x8747 16-2
+sign \x6ECE 16-2
+sign \x7192 16-2
+sign \x6F46 16-2
+sign \x877F 16-2
+sign \x7469 16-2
+sign \x5B34 16-2
+sign \x87A2 16-2
+sign \x71DF 16-2
+sign \x7E08 16-2
+sign \x85C0 16-2
+sign \x8D62 16-2
+sign \x89AE 16-2
+sign \x8B0D 16-2
+sign \x6FDA 16-2
+sign \x6FF4 16-2
+sign \x6FD9 16-2
+sign \x93A3 16-2
+sign \x650D 16-2
+sign \x8805 16-2
+sign \x5DC6 16-2
+sign \x701B 16-2
+sign \x702F 16-2
+sign \x7020 16-2
+sign \x6AFF 16-2
+sign \x8D0F 16-2
+sign \x7050 16-2
+sign \x7C5D 16-2
+sign \x705C 16-2
+sign \x7C6F 16-2
+sign \x90E2 16-3
+sign \x77E8 16-3
+sign \x6D67 16-3
+sign \x68AC 16-3
+sign \x988D 16-3
+sign \x9895 16-3
+sign \x9896 16-3
+sign \x646C 16-3
+sign \x5F71 16-3
+sign \x6F41 16-3
+sign \x9834 16-3
+sign \x7A4E 16-3
+sign \x763F 16-3
+sign \x5DCA 16-3
+sign \x941B 16-3
+sign \x5EEE 16-3
+sign \x766D 16-3
+sign \x5E94 16-23
+sign \x6620 16-23
+sign \x786C 16-23
+sign \x668E 16-23
+sign \x5AB5 16-23
+sign \x81A1 16-23
+sign \x565F 16-1
+sign \x61C9 16-1
+sign \x7005 16-2
+sign \x54DF 1256-0
+sign \x5537 1256-0
+sign \x55B2 1256-0
+sign \x4F63 1456-1
+sign \x62E5 1456-1
+sign \x75C8 1456-1
+sign \x9095 1456-1
+sign \x5EB8 1456-1
+sign \x55C8 1456-1
+sign \x50AD 1456-1
+sign \x9118 1456-1
+sign \x96CD 1456-1
+sign \x5889 1456-1
+sign \x6EFD 1456-1
+sign \x6175 1456-1
+sign \x5ADE 1456-1
+sign \x69E6 1456-1
+sign \x92BF 34-256-1
+sign \x7245 1456-1
+sign \x64C1 1456-1
+sign \x5670 1456-1
+sign \x955B 1456-1
+sign \x90FA 1456-1
+sign \x58C5 1456-1
+sign \x6FAD 1456-1
+sign \x81C3 1456-1
+sign \x7655 1456-1
+sign \x96DD 1456-1
+sign \x93DE 1456-1
+sign \x9CD9 1456-1
+sign \x5EF1 1456-1
+sign \x7049 1456-1
+sign \x9C45 1456-1
+sign \x9DDB 1456-1
+sign \x9954 1456-1
+sign \x7670 1456-1
+sign \x9C2B 1456-2
+sign \x6C38 1456-3
+sign \x752C 1456-3
+sign \x548F 1456-3
+sign \x6CF3 1456-3
+sign \x603A 1456-3
+sign \x6810 1456-3
+sign \x4FD1 1456-3
+sign \x52C7 1456-3
+sign \x52C8 1456-3
+sign \x57C7 1456-3
+sign \x67E1 1456-3
+sign \x6D8C 1456-3
+sign \x6080 1456-3
+sign \x607F 1456-3
+sign \x7867 1456-3
+sign \x60E5 1456-3
+sign \x8A60 1456-3
+sign \x6E67 1456-3
+sign \x6111 1456-3
+sign \x584E 1456-3
+sign \x86F9 1456-3
+sign \x5D71 1456-3
+sign \x6139 1456-3
+sign \x5F6E 1456-3
+sign \x8E0A 1456-3
+sign \x6142 1456-3
+sign \x9CAC 1456-3
+sign \x799C 1456-3
+sign \x8E34 1456-3
+sign \x9BD2 1456-3
+sign \x7528 1456-23
+sign \x82DA 1456-23
+sign \x783D 1456-23
+sign \x919F 1456-23
+sign \x4F18 1256-1
+sign \x6538 1256-1
+sign \x5FE7 1256-1
+sign \x5466 1256-1
+sign \x6CD1 1256-1
+sign \x602E 1256-1
+sign \x5E7D 1256-1
+sign \x60A0 1256-1
+sign \x9E80 1256-1
+sign \x6EFA 1256-1
+sign \x6182 1256-1
+sign \x913E 1256-1
+sign \x512A 1256-1
+sign \x5698 1256-1
+sign \x7000 1256-1
+sign \x61EE 1256-1
+sign \x6ACC 1256-1
+sign \x8030 1256-1
+sign \x7E8B 1256-1
+sign \x5C22 1256-2
+sign \x5C24 1256-2
+sign \x5C23 2356-1
+sign \x7531 1256-2
+sign \x90AE 1256-2
+sign \x72B9 1256-2
+sign \x6C8B 1256-2
+sign \x80AC 1256-2
+sign \x6CB9 1256-2
+sign \x601E 1256-2
+sign \x6023 1256-2
+sign \x75A3 1256-2
+sign \x65BF 1256-2
+sign \x83A4 1256-2
+sign \x839C 1256-2
+sign \x83B8 1256-2
+sign \x900C 1256-1
+sign \x8698 125-2456-2
+sign \x5CF3 1256-2
+sign \x94C0 1256-2
+sign \x90F5 1256-2
+sign \x79DE 1256-2
+sign \x6D5F 1256-2
+sign \x9030 1256-2
+sign \x86B0 1256-2
+sign \x5064 1256-2
+sign \x8A27 1256-2
+sign \x9C7F 1256-2
+sign \x7336 1256-2
+sign \x904A 1256-2
+sign \x6E38 1256-2
+sign \x6962 1256-2
+sign \x923E 1256-2
+sign \x9C89 1256-2
+sign \x7337 1256-2
+sign \x99C0 1256-2
+sign \x8F0F 1256-2
+sign \x8555 1256-2
+sign \x8763 1256-2
+sign \x9B77 1256-2
+sign \x8F36 1256-2
+sign \x9B8B 1256-2
+sign \x6AFE 1256-2
+sign \x908E 345-2
+sign \x53CB 1256-3
+sign \x6709 1256-3
+sign \x82C3 1256-3
+sign \x9149 1256-3
+sign \x4E23 1256-3
+sign \x5363 1256-3
+sign \x7F91 1256-3
+sign \x83A0 1256-3
+sign \x7F90 1256-3
+sign \x5EAE 1256-2
+sign \x8048 1256-3
+sign \x6884 1256-3
+sign \x94D5 1256-3
+sign \x811C 245-12356-2
+sign \x848F 1456-23
+sign \x6E75 1256-3
+sign \x870F 1256-3
+sign \x7989 1256-3
+sign \x92AA 1256-3
+sign \x69F1 1256-3
+sign \x7257 1256-3
+sign \x7256 1256-3
+sign \x9EDD 1256-3
+sign \x53C8 1256-23
+sign \x53F3 1256-23
+sign \x5E7C 1256-23
+sign \x4F51 1256-23
+sign \x4F91 1256-23
+sign \x72D6 1256-23
+sign \x7CFF 1256-23
+sign \x5B67 1256-23
+sign \x67DA 1256-23
+sign \x8FF6 1256-23
+sign \x54CA 1256-23
+sign \x56FF 1256-23
+sign \x5CDF 1256-23
+sign \x7270 1256-23
+sign \x5BA5 1256-23
+sign \x7950 1256-23
+sign \x8BF1 1256-23
+sign \x59F7 1256-23
+sign \x5500 1256-23
+sign \x688E 235-1
+sign \x86B4 1256-23
+sign \x75CF 2456-3
+sign \x91C9 1256-23
+sign \x8C81 1256-23
+sign \x4EB4 1256-23
+sign \x916D 1256-23
+sign \x8A98 1256-23
+sign \x9F2C 1256-23
+sign \x8FBC 346-1
+sign \x8FC2 346-1
+sign \x8FC3 346-1
+sign \x625C 346-1
+sign \x7EA1 346-1
+sign \x65BC 346-2
+sign \x9653 346-1
+sign \x8676 346-1
+sign \x7D06 346-1
+sign \x5539 346-1
+sign \x76D3 346-1
+sign \x6DE4 346-1
+sign \x7600 346-1
+sign \x7B8A 346-1
+sign \x4E8E 346-2
+sign \x4E90 346-2
+sign \x9098 346-2
+sign \x4F03 346-2
+sign \x6C59 136-1
+sign \x6C5A 136-1
+sign \x7397 346-2
+sign \x7399 346-2
+sign \x6275 346-2
+sign \x6745 346-2
+sign \x6B24 346-2
+sign \x4F59 346-2
+sign \x59A4 346-2
+sign \x76C2 346-2
+sign \x81FE 346-2
+sign \x9C7C 346-2
+sign \x8867 346-2
+sign \x8330 346-2
+sign \x79BA 346-2
+sign \x7AFD 346-2
+sign \x8201 346-2
+sign \x4FDE 346-2
+sign \x516A 346-2
+sign \x9151 346-2
+sign \x72F3 346-2
+sign \x9980 346-2
+sign \x6087 346-23
+sign \x8C00 346-2
+sign \x5A31 346-2
+sign \x5A1B 346-2
+sign \x5A2F 346-2
+sign \x8438 346-2
+sign \x96E9 346-2
+sign \x91EA 346-2
+sign \x9B5A 346-2
+sign \x6E14 346-2
+sign \x9685 346-2
+sign \x9683 346-2
+sign \x5823 346-2
+sign \x582C 346-2
+sign \x63C4 346-2
+sign \x6970 346-2
+sign \x7862 346-2
+sign \x756D 346-2
+sign \x5581 1456-2
+sign \x5D4E 346-2
+sign \x5D33 346-2
+sign \x5D5B 346-2
+sign \x9AAC 346-2
+sign \x756C 346-2
+sign \x903E 346-2
+sign \x8174 346-2
+sign \x6E61 346-2
+sign \x6E1D 346-2
+sign \x6109 346-2
+sign \x5AAE 2345-12356-1
+sign \x5A7E 2345-12356-1
+sign \x745C 346-2
+sign \x6986 346-2
+sign \x6961 346-2
+sign \x865E 346-2
+sign \x611A 346-2
+sign \x724F 346-2
+sign \x8245 346-2
+sign \x89CE 346-2
+sign \x6B48 346-2
+sign \x776E 346-2
+sign \x8206 346-2
+sign \x6F01 346-2
+sign \x7AAC 346-2
+sign \x8915 346-2
+sign \x854D 346-2
+sign \x6B76 346-2
+sign \x9899 346-2
+sign \x8753 346-2
+sign \x96D3 346-2
+sign \x9918 346-2
+sign \x9B63 346-2
+sign \x8ADB 346-2
+sign \x7FAD 346-2
+sign \x8E30 346-2
+sign \x89A6 346-2
+sign \x6F9E 346-2
+sign \x61D9 346-3
+sign \x5B29 346-2
+sign \x74B5 346-2
+sign \x8F3F 346-2
+sign \x6B5F 346-2
+sign \x935D 346-2
+sign \x87B8 346-2
+sign \x7916 346-2
+sign \x9852 1456-2
+sign \x9AC3 346-2
+sign \x9BBD 346-2
+sign \x8B23 346-2
+sign \x9A1F 346-2
+sign \x7C45 346-2
+sign \x9BF2 346-2
+sign \x65DF 346-2
+sign \x861B 346-2
+sign \x9C05 346-2
+sign \x9DE0 346-2
+sign \x9E06 346-2
+sign \x4E0E 346-3
+sign \x4E88 346-3
+sign \x5C7F 346-3
+sign \x4F1B 346-3
+sign \x5B87 346-3
+sign \x7FBD 346-3
+sign \x96E8 346-3
+sign \x7A7B 346-1
+sign \x6327 346-3
+sign \x4FE3 346-3
+sign \x4FC1 346-3
+sign \x79B9 346-3
+sign \x8BED 346-3
+sign \x5704 346-3
+sign \x5CFF 346-3
+sign \x7964 346-3
+sign \x6554 346-3
+sign \x532C 346-3
+sign \x5709 346-3
+sign \x504A 346-3
+sign \x9105 346-3
+sign \x5EBE 346-3
+sign \x842D 346-3
+sign \x842E 346-2
+sign \x94FB 136-2
+sign \x659E 346-3
+sign \x7440 346-3
+sign \x6940 346-3
+sign \x8207 346-3
+sign \x50B4 346-3
+sign \x7610 346-3
+sign \x5BD9 346-3
+sign \x8A9E 346-3
+sign \x9F89 346-3
+sign \x92D9 136-2
+sign \x7AB3 346-3
+sign \x85C7 125-346-23
+sign \x5673 346-3
+sign \x5DBC 346-3
+sign \x8C90 346-3
+sign \x6594 346-3
+sign \x9E8C 346-3
+sign \x860C 346-3
+sign \x9F6C 346-3
+sign \x7389 346-23
+sign \x9A6D 346-23
+sign \x572B 346-23
+sign \x828B 346-23
+sign \x828C 346-23
+sign \x807F 346-23
+sign \x996B 346-23
+sign \x5FEC 346-23
+sign \x59AA 346-23
+sign \x90C1 346-23
+sign \x80B2 346-23
+sign \x831F 346-23
+sign \x6631 346-23
+sign \x79D7 346-23
+sign \x72F1 346-23
+sign \x682F 1256-3
+sign \x5F67 346-23
+sign \x7821 346-23
+sign \x5CEA 346-23
+sign \x94B0 346-23
+sign \x4FFC 346-23
+sign \x6D74 346-23
+sign \x9884 346-23
+sign \x57DF 346-23
+sign \x5809 346-23
+sign \x5590 346-23
+sign \x6086 346-23
+sign \x6B32 346-23
+sign \x9033 346-23
+sign \x88AC 346-23
+sign \x9608 346-23
+sign \x6DE2 346-23
+sign \x6DEF 346-23
+sign \x60D0 346-23
+sign \x8C15 346-23
+sign \x7419 346-23
+sign \x99AD 346-23
+sign \x68EB 346-23
+sign \x68DC 346-23
+sign \x68DB 346-23
+sign \x7872 346-23
+sign \x9047 346-23
+sign \x5585 346-23
+sign \x55BB 346-23
+sign \x55A9 346-23
+sign \x5FA1 346-23
+sign \x9E46 346-23
+sign \x98EB 346-23
+sign \x5EBD 346-23
+sign \x7134 346-23
+sign \x5BD3 346-23
+sign \x88D5 346-23
+sign \x5A80 346-2
+sign \x77DE 346-23
+sign \x84AE 346-23
+sign \x84E3 346-23
+sign \x7F6D 346-23
+sign \x7A22 346-23
+sign \x8248 346-23
+sign \x923A 346-23
+sign \x6108 346-23
+sign \x715C 346-23
+sign \x6EEA 346-23
+sign \x8A89 346-23
+sign \x9810 346-23
+sign \x8F0D 346-23
+sign \x622B 346-23
+sign \x872E 346-23
+sign \x871F 346-23
+sign \x5D8E 346-23
+sign \x6BD3 346-23
+sign \x50EA 346-23
+sign \x9289 346-23
+sign \x7344 346-23
+sign \x7609 346-23
+sign \x6F9A 235-23
+sign \x96A9 346-23
+sign \x5AD7 346-23
+sign \x7DCE 346-23
+sign \x9CFF 346-23
+sign \x58BA 235-23
+sign \x8581 346-23
+sign \x84F9 346-23
+sign \x564A 346-23
+sign \x7A36 346-23
+sign \x92CA 346-23
+sign \x617E 346-23
+sign \x9079 346-23
+sign \x8C6B 346-23
+sign \x8577 346-23
+sign \x95BE 346-23
+sign \x95BC 146-1
+sign \x9D25 346-23
+sign \x9325 346-23
+sign \x8AED 346-23
+sign \x71E0 346-23
+sign \x71CF 346-23
+sign \x6FA6 346-23
+sign \x9D2A 346-23
+sign \x9D27 346-23
+sign \x7907 346-23
+sign \x5125 346-23
+sign \x9B4A 346-23
+sign \x79A6 346-23
+sign \x9E6C 346-23
+sign \x91A7 346-23
+sign \x7A65 346-3
+sign \x7BFD 346-23
+sign \x791C 346-23
+sign \x9D52 346-23
+sign \x7652 346-23
+sign \x7E58 346-23
+sign \x6AF2 346-23
+sign \x9947 346-23
+sign \x9731 346-23
+sign \x8F5D 346-2
+sign \x8B7D 346-23
+sign \x942D 346-23
+sign \x9A48 346-23
+sign \x6B0E 346-23
+sign \x9B3B 346-23
+sign \x7C5E 346-23
+sign \x9C4A 346-23
+sign \x9DF8 346-23
+sign \x9E12 346-23
+sign \x6B1D 346-23
+sign \x9FA5 346-23
+sign \x9B30 346-23
+sign \x8EC9 346-23
+sign \x9B31 346-23
+sign \x7C72 346-23
+sign \x706A 346-23
+sign \x7229 346-23
+sign \x56E6 12346-1
+sign \x9E22 12346-1
+sign \x5248 12346-1
+sign \x7722 12346-1
+sign \x9E33 12346-1
+sign \x51A4 12346-1
+sign \x5F32 125-12346-1
+sign \x6E01 12346-1
+sign \x6E0A 12346-1
+sign \x6E06 12346-1
+sign \x6E15 12346-1
+sign \x5BC3 12346-1
+sign \x847E 12346-1
+sign \x6DF5 12346-1
+sign \x60CC 12346-1
+sign \x84AC 12346-1
+sign \x68E9 12346-1
+sign \x870E 12346-1
+sign \x9E53 12346-1
+sign \x9CF6 12346-1
+sign \x8735 12346-1
+sign \x99CC 12346-1
+sign \x92FA 12346-1
+sign \x9D1B 12346-1
+sign \x9D77 12346-1
+sign \x5B3D 12346-1
+sign \x7041 12346-1
+sign \x9F18 12346-1
+sign \x9F1D 12346-1
+sign \x5143 12346-2
+sign \x5186 12346-2
+sign \x90A7 12346-2
+sign \x8D20 12346-2
+sign \x82AB 12346-2
+sign \x56ED 12346-2
+sign \x5458 12346-2
+sign \x6C85 12346-2
+sign \x59A7 12346-2
+sign \x676C 12346-2
+sign \x57A3 12346-2
+sign \x7230 12346-2
+sign \x8881 12346-2
+sign \x539F 12346-2
+sign \x8696 12346-2
+sign \x54E1 12346-2
+sign \x5706 12346-2
+sign \x7B0E 12346-2
+sign \x915B 12346-2
+sign \x53A1 12346-2
+sign \x9F0B 12346-2
+sign \x63F4 12346-2
+sign \x559B 125-12456-23
+sign \x570E 12346-2
+sign \x5086 12346-2
+sign \x9228 12346-2
+sign \x7328 12346-2
+sign \x6E72 12346-2
+sign \x5A9B 12346-2
+sign \x7F18 12346-2
+sign \x586C 12346-2
+sign \x849D 12346-2
+sign \x6965 125-12346-23
+sign \x5712 12346-2
+sign \x5713 12346-2
+sign \x733F 12346-2
+sign \x7342 12346-2
+sign \x6E92 12346-2
+sign \x6E90 12346-2
+sign \x5AB4 12346-2
+sign \x5AC4 12346-2
+sign \x69AC 12346-2
+sign \x699E 12346-2
+sign \x8F95 12346-2
+sign \x8911 12346-23
+sign \x876F 12346-2
+sign \x875D 12346-2
+sign \x9B6D 12346-2
+sign \x8924 12346-2
+sign \x7E01 12346-2
+sign \x7DE3 12346-2
+sign \x8597 12346-2
+sign \x6A7C 12346-2
+sign \x8788 12346-2
+sign \x7FB1 12346-2
+sign \x9EFF 12346-2
+sign \x8F45 12346-2
+sign \x8B1C 12346-2
+sign \x93B1 12346-2
+sign \x6ADE 12346-2
+sign \x908D 12346-2
+sign \x9A35 12346-2
+sign \x9DA2 12346-2
+sign \x9DB0 12346-2
+sign \x53B5 12346-2
+sign \x8FDC 12346-3
+sign \x76F6 12346-3
+sign \x903A 12346-3
+sign \x9060 12346-3
+sign \x5917 12346-23
+sign \x8099 12346-1
+sign \x8312 12346-2
+sign \x82D1 12346-23
+sign \x59B4 12346-23
+sign \x6028 12346-23
+sign \x9662 12346-23
+sign \x57B8 12346-23
+sign \x884F 12346-23
+sign \x63BE 12346-23
+sign \x7457 12346-23
+sign \x7990 12346-23
+sign \x613F 12346-23
+sign \x88EB 12346-23
+sign \x566E 12346-23
+sign \x9858 12346-23
+sign \x66F0 23456-1
+sign \x66F1 23456-1
+sign \x7EA6 23456-1
+sign \x7D04 23456-1
+sign \x7BB9 23456-1
+sign \x77F1 23456-1
+sign \x5F5F 125-135-23
+sign \x5F60 125-135-23
+sign \x6708 23456-23
+sign \x6209 23456-23
+sign \x5216 23456-23
+sign \x6C4B 34-135-2
+sign \x6288 23456-23
+sign \x5C84 23456-23
+sign \x793F 23456-23
+sign \x73A5 23456-23
+sign \x6782 135-23
+sign \x5CB3 23456-23
+sign \x6071 23456-23
+sign \x8ECF 23456-23
+sign \x868E 23456-23
+sign \x868F 23456-23
+sign \x94BA 23456-23
+sign \x9605 23456-23
+sign \x6085 23456-23
+sign \x60A6 23456-23
+sign \x6373 23456-23
+sign \x8DC3 23456-23
+sign \x8DC0 23456-23
+sign \x8D8A 23456-23
+sign \x7CA4 23456-23
+sign \x697D 123-26-23
+sign \x7CB5 23456-23
+sign \x925E 23456-23
+sign \x95B1 23456-23
+sign \x95B2 23456-23
+sign \x6A02 123-26-23
+sign \x6A3E 23456-23
+sign \x7BD7 23456-23
+sign \x5B33 23456-23
+sign \x5DBD 23456-23
+sign \x9FA0 23456-23
+sign \x7C46 23456-23
+sign \x8625 23456-23
+sign \x9EE6 23456-23
+sign \x7039 23456-23
+sign \x8E8D 23456-23
+sign \x721A 23456-23
+sign \x79B4 23456-23
+sign \x8E92 123-24-23
+sign \x7C65 23456-23
+sign \x9E11 23456-23
+sign \x7C70 23456-23
+sign \x9E19 23456-23
+sign \x6655 456-1
+sign \x8480 456-1
+sign \x8495 456-1
+sign \x8F92 25-1
+sign \x6688 456-1
+sign \x6C32 456-1
+sign \x7174 456-1
+sign \x6C33 456-1
+sign \x596B 456-1
+sign \x8779 456-1
+sign \x8F3C 25-1
+sign \x8D5F 456-1
+sign \x9835 1245-456-1
+sign \x8F40 25-1
+sign \x99A7 456-1
+sign \x8D07 456-1
+sign \x4E91 456-2
+sign \x52FB 456-2
+sign \x5300 456-2
+sign \x4F1D 456-2
+sign \x82B8 456-2
+sign \x56E9 456-2
+sign \x6C84 456-2
+sign \x5998 456-2
+sign \x7EAD 456-2
+sign \x6600 456-2
+sign \x7703 456-2
+sign \x7547 456-2
+sign \x90E7 456-2
+sign \x79D0 456-2
+sign \x8018 456-2
+sign \x803A 456-2
+sign \x6DA2 456-2
+sign \x7D1C 456-2
+sign \x96F2 456-2
+sign \x9116 456-2
+sign \x84B7 456-2
+sign \x7B7C 456-2
+sign \x612A 456-2
+sign \x7189 456-2
+sign \x92C6 456-2
+sign \x8553 456-2
+sign \x6F90 456-2
+sign \x6A52 456-2
+sign \x7BD4 456-2
+sign \x7E1C 456-2
+sign \x7E67 456-2
+sign \x5141 456-3
+sign \x962D 456-3
+sign \x628E 456-3
+sign \x593D 456-3
+sign \x72C1 456-3
+sign \x73A7 456-3
+sign \x9668 456-3
+sign \x837A 456-2
+sign \x6B92 456-3
+sign \x5597 456-3
+sign \x9217 456-3
+sign \x9695 456-3
+sign \x6EB3 456-2
+sign \x99BB 456-3
+sign \x6B9E 456-3
+sign \x891E 456-23
+sign \x78D2 456-3
+sign \x8CF1 456-3
+sign \x9723 456-3
+sign \x9F6B 456-3
+sign \x9F73 456-3
+sign \x5B55 456-23
+sign \x8FD0 456-23
+sign \x679F 456-23
+sign \x90D3 456-23
+sign \x607D 456-23
+sign \x8C9F 12346-2
+sign \x915D 456-23
+sign \x9106 456-23
+sign \x508A 456-23
+sign \x6120 456-23
+sign \x60F2 456-23
+sign \x904B 456-23
+sign \x7F0A 456-23
+sign \x97EB 456-23
+sign \x816A 456-23
+sign \x97F5 456-23
+sign \x614D 456-23
+sign \x7185 456-1
+sign \x8570 25-1
+sign \x8574 456-23
+sign \x71A8 456-23
+sign \x7DFC 25-1
+sign \x8580 25-1
+sign \x9196 456-23
+sign \x7E15 25-1
+sign \x919E 456-23
+sign \x992B 456-23
+sign \x97B0 456-23
+sign \x85F4 456-23
+sign \x97DE 456-23
+sign \x97D7 456-23
+sign \x860A 456-23
+sign \x97FB 456-23
+sign \x5E00 1356-35-1
+sign \x531D 1356-35-1
+sign \x8FCA 1356-35-1
+sign \x6C9E 1356-35-1
+sign \x5482 1356-35-1
+sign \x62F6 1356-35-1
+sign \x685A 1356-35-1
+sign \x9254 1356-35-1
+sign \x9B73 1356-35-2
+sign \x81DC 1356-35-1
+sign \x81E2 1356-35-1
+sign \x6742 1356-35-2
+sign \x6CAF 1356-35-2
+sign \x7838 1356-35-2
+sign \x97F4 1356-35-2
+sign \x96D1 1356-35-2
+sign \x78FC 1356-35-2
+sign \x894D 1356-35-2
+sign \x96DC 1356-35-2
+sign \x56D0 1356-35-2
+sign \x96E5 1356-35-2
+sign \x548B 1356-35-3
+sign \x707E 1356-246-1
+sign \x707D 1356-246-1
+sign \x753E 1356-246-1
+sign \x54C9 1356-246-1
+sign \x683D 1356-246-1
+sign \x70D6 1356-246-1
+sign \x83D1 1356-1
+sign \x6E3D 1356-246-1
+sign \x6EA8 1356-246-1
+sign \x7775 1356-246-1
+sign \x8CF3 1356-246-1
+sign \x4ED4 1356-3
+sign \x8F7D 1356-246-23
+sign \x5BB0 1356-246-3
+sign \x5D3D 1356-246-3
+sign \x8F09 1356-246-23
+sign \x6257 1356-246-23
+sign \x518D 1356-246-23
+sign \x5728 1356-246
+sign \x6D05 1356-246-23
+sign \x50A4 1356-246-23
+sign \x9168 1356-246-23
+sign \x510E 1356-246-23
+sign \x7E21 1356-246-23
+sign \x5142 1356-1236-1
+sign \x7CCC 1356-1236-1
+sign \x7C2E 1356-1236-1
+sign \x7C2A 1356-1236-1
+sign \x941F 1356-1236-1
+sign \x9415 1356-1236-1
+sign \x54B1 1356-1236-2
+sign \x507A 1356-1236-2
+sign \x661D 1356-1236-3
+sign \x5BC1 1356-1236-3
+sign \x63DD 1356-1236-3
+sign \x648D 1356-1236-3
+sign \x5646 1356-1236-3
+sign \x5127 1356-1236-3
+sign \x6512 1356-1236-3
+sign \x5139 1356-1236-3
+sign \x6522 1356-1236-3
+sign \x8DB1 1356-1236-3
+sign \x8DB2 1356-1236-3
+sign \x6682 1356-1236-23
+sign \x8CDB 1356-1236-23
+sign \x66AB 1356-1236-23
+sign \x933E 1356-1236-23
+sign \x8D5E 1356-1236-23
+sign \x913C 1356-1236-23
+sign \x8E54 1356-1236-23
+sign \x9142 1356-1236-23
+sign \x6FFD 1356-1236-23
+sign \x74C9 1356-1236-23
+sign \x93E8 1356-1236-23
+sign \x8D0A 1356-1236-23
+sign \x74D2 1356-1236-23
+sign \x9147 1356-1236-23
+sign \x56CB 1356-35-2
+sign \x8B83 1356-1236-23
+sign \x7052 1356-1236-23
+sign \x74DA 1356-1236-23
+sign \x79B6 1356-1236-23
+sign \x7A73 1356-1236-23
+sign \x8978 1356-1236-23
+sign \x8B9A 1356-1236-23
+sign \x9961 1356-1236-23
+sign \x5592 1356-1236-2
+sign \x8D43 1356-236-1
+sign \x810F 1356-236-1
+sign \x7F98 1356-236-1
+sign \x7242 1356-236-1
+sign \x8CCD 1356-236-1
+sign \x81E7 1356-236-1
+sign \x8CD8 1356-236-1
+sign \x8D13 1356-236-1
+sign \x9AD2 1356-236-1
+sign \x8D1C 1356-236-1
+sign \x9A75 1356-236-3
+sign \x99D4 1356-236-3
+sign \x5F09 1356-236-23
+sign \x5958 1356-236-23
+sign \x585F 1356-236-23
+sign \x846C 1356-236-23
+sign \x92BA 1356-236-23
+sign \x81D3 1356-236-23
+sign \x81DF 1356-236-23
+sign \x906D 1356-235-1
+sign \x7CDF 1356-235-1
+sign \x91A9 1356-235-1
+sign \x8E67 1356-235-1
+sign \x51FF 1356-235-2
+sign \x947F 1356-235-2
+sign \x65E9 1356-235-3
+sign \x67A3 1356-235-3
+sign \x6806 1356-235-3
+sign \x86A4 1356-235-3
+sign \x68D7 1356-235-3
+sign \x7485 1356-235-3
+sign \x6FA1 1356-235-3
+sign \x74AA 1356-235-3
+sign \x85BB 1356-235-3
+sign \x85FB 1356-235-3
+sign \x7E70 13-345-1
+sign \x7681 1356-235-23
+sign \x7682 1356-235-23
+sign \x7076 1356-235-23
+sign \x5515 1356-235-23
+sign \x5523 1356-235-23
+sign \x9020 1356-235-23
+sign \x688D 1356-235-23
+sign \x55BF 1356-235-23
+sign \x8241 1356-235-23
+sign \x7170 1356-235-23
+sign \x6165 1356-235-23
+sign \x566A 1356-235-23
+sign \x7C09 1356-235-23
+sign \x71E5 1356-235-23
+sign \x8DAE 1356-235-23
+sign \x8E81 1356-235-23
+sign \x8B5F 1356-235-23
+sign \x7AC8 1356-235-23
+sign \x5219 1356-26-2
+sign \x629E 1356-26-2
+sign \x6CA2 1356-26-2
+sign \x8D23 1356-26-2
+sign \x62E9 1356-26-2
+sign \x8FEE 1356-26-2
+sign \x6CCE 1356-26-2
+sign \x6CFD 1356-26-2
+sign \x5247 1356-26-2
+sign \x8CAC 1356-26-2
+sign \x841A 2345-135-23
+sign \x5567 1356-26-2
+sign \x556B 34-26-3
+sign \x5536 1245-15-23
+sign \x5E3B 1356-26-2
+sign \x7B2E 1356-26-2
+sign \x8234 1356-26-2
+sign \x6EAD 1356-26-2
+sign \x77E0 1356-26-2
+sign \x8536 1356-26-2
+sign \x5616 1356-26-2
+sign \x5E58 1356-26-2
+sign \x7BA6 1356-26-2
+sign \x5AE7 1356-26-2
+sign \x8D5C 1356-26-2
+sign \x6A0D 1356-26-2
+sign \x6B75 1356-26-2
+sign \x8ACE 1356-26-2
+sign \x64C7 1356-26-2
+sign \x7794 1356-26-2
+sign \x769F 1356-26-2
+sign \x6FA4 1356-26-2
+sign \x802B 1356-26-2
+sign \x7C00 1356-26-2
+sign \x8CFE 1356-26-2
+sign \x790B 1356-26-2
+sign \x8B2E 1356-26-2
+sign \x8957 1356-26-2
+sign \x8600 2345-135-23
+sign \x880C 1356-26-2
+sign \x9F5A 1356-26-2
+sign \x9F70 1356-26-2
+sign \x9E05 1356-26-2
+sign \x5928 1356-26-23
+sign \x4EC4 1356-26-23
+sign \x5E82 1356-26-23
+sign \x6C44 1356-26-23
+sign \x6603 1356-26-23
+sign \x6617 1356-26-23
+sign \x6351 1356-26-23
+sign \x5D31 1356-26-23
+sign \x8D3C 1356-2346-2
+sign \x621D 1356-2346-2
+sign \x8CCA 1356-2346-2
+sign \x9C97 1356-2346-2
+sign \x8808 1356-2346-2
+sign \x9C02 1356-2346-2
+sign \x9C61 1356-2346-2
+sign \x600E 1356-356-3
+sign \x8C2E 1356-356-23
+sign \x8B5B 1356-356-23
+sign \x8B56 1356-356-23
+sign \x56CE 1356-356-23
+sign \x5897 1356-3456-1
+sign \x912B 1356-3456-1
+sign \x589E 1356-3456-1
+sign \x618E 1356-3456-1
+sign \x7494 1356-3456-1
+sign \x6A67 1356-3456-1
+sign \x71B7 1356-3456-1
+sign \x78F3 1356-3456-1
+sign \x7F7E 1356-3456-1
+sign \x77F0 1356-3456-1
+sign \x8B44 1356-3456-1
+sign \x9C5B 1356-3456-1
+sign \x9503 1356-3456-23
+sign \x92E5 1356-3456-23
+sign \x7F2F 1356-3456-1
+sign \x8D60 1356-3456-23
+sign \x7511 1356-3456-23
+sign \x7E52 1356-3456-1
+sign \x8D08 1356-3456-23
+sign \x624E 34-35-1
+sign \x5412 34-35-23
+sign \x62AF 34-35-1
+sign \x6313 34-35-1
+sign \x67E4 34-35-1
+sign \x7D25 34-35-1
+sign \x54F3 34-35-1
+sign \x7D2E 34-35-1
+sign \x5067 34-35-1
+sign \x63F8 34-35-1
+sign \x55B3 34-35-1
+sign \x6E23 34-35-1
+sign \x6EA0 34-35-23
+sign \x6942 34-35-1
+sign \x76B6 34-35-1
+sign \x5284 34-35-1
+sign \x7B9A 34-35-2
+sign \x6A1D 34-35-1
+sign \x89F0 34-35-1
+sign \x76BB 34-35-1
+sign \x8E45 12345-35-3
+sign \x8B47 34-35-1
+sign \x56C3 1356-35-2
+sign \x9F44 34-35-1
+sign \x9F47 34-35-1
+sign \x672D 34-35-2
+sign \x8F67 1246-23
+sign \x7534 34-35-2
+sign \x95F8 34-35-2
+sign \x86BB 34-35-2
+sign \x94E1 34-35-2
+sign \x9598 34-35-2
+sign \x7250 34-35-2
+sign \x7160 15-23
+sign \x9705 34-35-2
+sign \x9358 34-35-2
+sign \x8B57 34-35-2
+sign \x538F 34-35-3
+sign \x82F2 34-35-3
+sign \x7728 34-35-3
+sign \x781F 34-35-3
+sign \x6429 1245-15-2
+sign \x9C9D 34-35-3
+sign \x8E37 34-26-3
+sign \x9BBA 34-35-3
+sign \x4E4D 34-35-23
+sign \x7079 34-35-23
+sign \x8BC8 34-35-23
+sign \x67F5 156-1236-1
+sign \x67DE 1356-135-23
+sign \x6805 156-1236-1
+sign \x5953 34-35-23
+sign \x54A4 34-35-23
+sign \x70B8 34-35-23
+sign \x75C4 34-35-23
+sign \x5BB1 34-35-23
+sign \x86B1 34-35-23
+sign \x8A50 34-35-23
+sign \x643E 34-35-23
+sign \x9C8A 34-35-3
+sign \x6463 34-35-1
+sign \x69A8 34-35-23
+sign \x9B93 34-35-3
+sign \x91A1 34-35-23
+sign \x5908 34-246-1
+sign \x7C82 34-246-1
+sign \x635A 34-246-1
+sign \x658B 34-246-1
+sign \x658E 34-246-1
+sign \x6458 34-246-1
+sign \x69B8 34-246-1
+sign \x9F4B 34-246-1
+sign \x5B85 34-246-2
+sign \x7FDF 34-246-2
+sign \x7A84 34-246-3
+sign \x9259 34-246-3
+sign \x503A 34-246-23
+sign \x7826 34-246-23
+sign \x50B5 34-246-23
+sign \x5BE8 34-246-23
+sign \x7635 34-246-23
+sign \x67AC 34-1236-1
+sign \x6CBE 34-1236-1
+sign \x6BE1 34-1236-1
+sign \x6834 34-1236-1
+sign \x65C3 34-1236-1
+sign \x86C5 34-1236-1
+sign \x98E6 34-1236-1
+sign \x7C98 34-1236-1
+sign \x8D88 34-1236-1
+sign \x8A40 34-1236-1
+sign \x60C9 34-1236-1
+sign \x959A 34-1236-1
+sign \x8A79 34-1236-1
+sign \x8C35 34-1236-1
+sign \x859D 34-1236-1
+sign \x9711 34-1236-1
+sign \x5661 34-1236-1
+sign \x5DA6 34-1236-1
+sign \x9085 34-1236-1
+sign \x6C0A 34-1236-1
+sign \x6C08 34-1236-1
+sign \x89B1 34-1236-1
+sign \x77BB 34-1236-1
+sign \x9E6F 34-1236-1
+sign \x65DC 34-1236-1
+sign \x8B6B 34-1236-1
+sign \x9958 34-1236-1
+sign \x9CE3 34-1236-1
+sign \x9A59 34-1236-1
+sign \x9B59 34-1236-1
+sign \x9E07 34-1236-1
+sign \x8B9D 34-1236-2
+sign \x62C3 34-35-3
+sign \x65A9 34-1236-3
+sign \x98D0 34-1236-3
+sign \x76CF 34-1236-3
+sign \x5C55 34-1236-3
+sign \x65AC 34-1236-3
+sign \x5D2D 34-1236-3
+sign \x7416 34-1236-3
+sign \x640C 34-1236-3
+sign \x76DE 34-1236-3
+sign \x6990 34-1236-3
+sign \x8F97 34-1236-3
+sign \x5D83 34-1236-3
+sign \x5D84 34-1236-3
+sign \x98AD 34-1236-3
+sign \x9186 34-1236-3
+sign \x5AF8 34-1236-3
+sign \x6A4F 34-1236-3
+sign \x8F3E 34-1236-3
+sign \x8E4D 1345-146-3
+sign \x76BD 34-1236-3
+sign \x9EF5 145-1236-3
+sign \x5360 34-1236-23
+sign \x4F54 34-1236-23
+sign \x6808 34-1236-23
+sign \x6218 34-1236-23
+sign \x685F 34-1236-23
+sign \x7AD9 34-1236-23
+sign \x83DA 34-1236-23
+sign \x5061 34-1236-23
+sign \x7EFD 34-1236-23
+sign \x68E7 34-1236-23
+sign \x6E5B 34-1236-23
+sign \x6226 34-1236-23
+sign \x7DBB 34-1236-23
+sign \x8F1A 34-1236-23
+sign \x5D98 34-1236-23
+sign \x8666 34-1236-23
+sign \x8665 34-1236-23
+sign \x6230 34-1236-23
+sign \x8F4F 34-1236-23
+sign \x9A4F 34-1236-23
+sign \x8638 34-1236-23
+sign \x5F21 1245-23456-2
+sign \x5F20 34-236-1
+sign \x7AE0 34-236-1
+sign \x5F35 34-236-1
+sign \x50BD 34-236-1
+sign \x9123 34-236-1
+sign \x8501 34-236-1
+sign \x7350 34-236-1
+sign \x5F70 34-236-1
+sign \x9067 34-236-1
+sign \x7CBB 34-236-1
+sign \x6F33 34-236-1
+sign \x615E 34-236-1
+sign \x5ADC 34-236-1
+sign \x748B 34-236-1
+sign \x6A1F 34-236-1
+sign \x66B2 34-236-1
+sign \x9926 34-236-1
+sign \x87D1 34-236-1
+sign \x9A3F 34-236-1
+sign \x9C46 34-236-1
+sign \x9E9E 34-236-1
+sign \x957F 12345-236-2
+sign \x4EC9 34-236-3
+sign \x6DA8 34-236-3
+sign \x6DB1 34-236-23
+sign \x638C 34-236-3
+sign \x6F32 34-236-3
+sign \x5E65 34-236-3
+sign \x979D 156-236-23
+sign \x7903 34-236-3
+sign \x4E08 34-236-23
+sign \x4ED7 34-236-23
+sign \x6259 34-236-23
+sign \x6756 34-236-23
+sign \x5E10 34-236-23
+sign \x8D26 34-236-23
+sign \x80C0 34-236-23
+sign \x7C80 34-236-23
+sign \x5E33 34-236-23
+sign \x8139 34-236-23
+sign \x75EE 34-236-23
+sign \x969C 34-236-23
+sign \x5887 34-236-23
+sign \x5D82 34-236-23
+sign \x5E5B 34-236-23
+sign \x8CEC 34-236-23
+sign \x7795 34-236-23
+sign \x7634 34-236-23
+sign \x762C 34-236-23
+sign \x948A 34-235-1
+sign \x4F4B 34-235-1
+sign \x62DB 34-235-1
+sign \x59B1 34-235-1
+sign \x5DF6 34-235-1
+sign \x662D 34-235-1
+sign \x76C4 34-235-1
+sign \x91D7 34-235-1
+sign \x91FD 1234-24-1
+sign \x924A 34-235-1
+sign \x99CB 34-235-1
+sign \x9363 34-235-1
+sign \x7ABC 12345-235-1
+sign \x722A 34-235-3
+sign \x722B 34-235-3
+sign \x627E 34-235-3
+sign \x6CBC 34-235-3
+sign \x83EC 13-345-2
+sign \x7475 34-235-3
+sign \x53EC 34-235-23
+sign \x5146 34-235-23
+sign \x8BCF 34-235-23
+sign \x679B 34-235-23
+sign \x8D75 34-235-23
+sign \x5797 34-235-23
+sign \x72E3 34-235-23
+sign \x70A4 34-235-23
+sign \x7B0A 34-235-23
+sign \x8081 34-235-23
+sign \x68F9 34-235-23
+sign \x8A54 34-235-23
+sign \x65D0 34-235-23
+sign \x7167 34-235-23
+sign \x7F69 34-235-23
+sign \x8D99 34-235-23
+sign \x7B8C 34-235-23
+sign \x8088 34-235-23
+sign \x8087 34-235-23
+sign \x66CC 34-235-23
+sign \x9BA1 34-235-23
+sign \x71F3 34-235-23
+sign \x6AC2 34-235-23
+sign \x77BE 34-235-23
+sign \x7F84 34-235-23
+sign \x8707 34-26-2
+sign \x55FB 34-26-1
+sign \x906E 34-26-1
+sign \x5AEC 34-26-1
+sign \x4E5B 12456-1
+sign \x5387 34-26-2
+sign \x6298 34-26-2
+sign \x77FA 34-26-2
+sign \x6B7D 34-26-2
+sign \x7813 34-26-2
+sign \x8674 34-26-2
+sign \x7C77 34-26-2
+sign \x57D1 34-26-2
+sign \x54F2 34-26-2
+sign \x7C8D 34-26-2
+sign \x88A9 34-26-2
+sign \x6662 34-26-2
+sign \x608A 34-26-2
+sign \x8F84 34-26-2
+sign \x6663 34-26-2
+sign \x5560 34-26-2
+sign \x5586 34-26-2
+sign \x86F0 34-26-2
+sign \x68CF 145-26-2
+sign \x8A5F 34-26-2
+sign \x8C2A 34-26-2
+sign \x647A 34-26-2
+sign \x8F12 34-26-2
+sign \x6A00 145-24-2
+sign \x8F19 34-26-2
+sign \x78D4 34-26-2
+sign \x92B8 1345-15-23
+sign \x8F99 34-26-2
+sign \x87C4 34-26-2
+sign \x569E 34-26-2
+sign \x8B3A 34-26-2
+sign \x9BBF 34-26-2
+sign \x8B2B 34-26-2
+sign \x8F4D 34-26-2
+sign \x8B81 34-26-2
+sign \x8B8B 34-26-2
+sign \x8975 34-26-3
+sign \x8005 34-26-3
+sign \x7987 12345-136-3
+sign \x9517 34-26-3
+sign \x8D6D 34-26-3
+sign \x937A 34-26-3
+sign \x8936 34-26-3
+sign \x8FD9 34-26-23
+sign \x67D8 34-26-23
+sign \x9019 34-26-23
+sign \x6D59 34-26-23
+sign \x6DDB 34-26-23
+sign \x8517 34-26-23
+sign \x6A1C 34-26-23
+sign \x9E67 34-26-23
+sign \x87C5 34-26-23
+sign \x9DD3 34-26-23
+sign \x7740 34-26
+sign \x8D1E 34-356-1
+sign \x9488 34-356-1
+sign \x4FA6 34-356-1
+sign \x73CD 34-356-1
+sign \x73CE 34-356-1
+sign \x67AE 125-146-1
+sign \x8C9E 34-356-1
+sign \x5E27 34-356-1
+sign \x80D7 34-356-1
+sign \x6D48 34-356-1
+sign \x771F 34-356-1
+sign \x6815 34-356-1
+sign \x6862 34-356-1
+sign \x7827 34-356-1
+sign \x5E2A 34-356-1
+sign \x91DD 34-356-1
+sign \x771E 34-356-1
+sign \x796F 34-356-1
+sign \x686D 34-356-1
+sign \x9159 34-356-1
+sign \x5075 34-356-1
+sign \x8474 34-356-1
+sign \x9049 34-356-1
+sign \x6E5E 34-356-1
+sign \x5BCA 34-356-1
+sign \x6438 34-356-1
+sign \x9755 34-356-1
+sign \x84C1 34-356-1
+sign \x659F 34-356-1
+sign \x8496 34-356-1
+sign \x6968 34-356-1
+sign \x7504 34-356-1
+sign \x9241 34-356-1
+sign \x7349 34-356-1
+sign \x798E 34-356-1
+sign \x7467 34-356-1
+sign \x699B 34-356-1
+sign \x69C7 145-146-1
+sign \x78AA 34-356-1
+sign \x6B9D 34-356-1
+sign \x799B 34-356-1
+sign \x7BB4 34-356-1
+sign \x6F67 34-356-1
+sign \x85BD 34-356-1
+sign \x6A3C 34-356-1
+sign \x81FB 34-356-1
+sign \x9331 34-356-1
+sign \x6FB5 34-356-1
+sign \x8F43 34-356-1
+sign \x9356 12345-356-3
+sign \x937C 34-356-1
+sign \x7C48 34-356-1
+sign \x9C75 34-356-1
+sign \x8BCA 34-356-3
+sign \x62AE 34-356-3
+sign \x6795 34-356-3
+sign \x8F78 34-356-3
+sign \x6623 34-356-3
+sign \x5F2B 34-356-3
+sign \x59EB 34-356-3
+sign \x7715 34-356-3
+sign \x755B 34-356-3
+sign \x75B9 34-356-3
+sign \x8897 34-356-3
+sign \x5C52 34-356-3
+sign \x8044 34-356-3
+sign \x8419 34-356-3
+sign \x7D3E 34-356-3
+sign \x8EEB 34-356-3
+sign \x8999 34-356-3
+sign \x8A3A 34-356-3
+sign \x88D6 34-356-3
+sign \x5AC3 34-356-1
+sign \x7F1C 34-356-3
+sign \x99D7 34-356-3
+sign \x7A39 34-356-3
+sign \x7E25 34-356-3
+sign \x7E1D 34-356-3
+sign \x8FB4 34-356-3
+sign \x9B12 34-356-3
+sign \x9EF0 34-356-3
+sign \x5733 34-356-23
+sign \x9635 34-356-23
+sign \x7EBC 34-356-23
+sign \x630B 34-356-23
+sign \x4FB2 34-356-23
+sign \x9E29 34-356-23
+sign \x9663 34-356-23
+sign \x632F 34-356-23
+sign \x681A 34-356-23
+sign \x6715 34-356-23
+sign \x7D16 34-356-23
+sign \x7739 34-356-23
+sign \x8D48 34-356-23
+sign \x63D5 34-356-23
+sign \x5866 34-356-23
+sign \x8704 34-356-23
+sign \x7D7C 34-356-23
+sign \x8CD1 34-356-23
+sign \x8AAB 34-356-23
+sign \x6576 34-356-23
+sign \x9707 34-356-23
+sign \x9547 34-356-23
+sign \x92F4 34-356-23
+sign \x9D06 34-356-23
+sign \x93AE 34-356-23
+sign \x93AD 34-356-23
+sign \x9EEE 145-1236-3
+sign \x51E7 34-3456-1
+sign \x4E89 34-3456-1
+sign \x4F42 34-3456-1
+sign \x5F81 34-3456-1
+sign \x722D 34-3456-1
+sign \x6014 34-3456-1
+sign \x59C3 34-3456-1
+sign \x57E9 34-3456-1
+sign \x5CE5 34-3456-1
+sign \x72F0 34-3456-1
+sign \x70A1 34-3456-1
+sign \x7710 34-3456-1
+sign \x94B2 34-3456-1
+sign \x70DD 34-3456-1
+sign \x6399 34-3456-23
+sign \x8047 34-3456-1
+sign \x7741 34-3456-1
+sign \x5D1D 34-3456-1
+sign \x5D22 34-3456-1
+sign \x94EE 34-3456-1
+sign \x7319 34-3456-1
+sign \x63C1 34-3456-1
+sign \x7B5D 34-3456-1
+sign \x5A9C 34-3456-1
+sign \x84B8 34-3456-1
+sign \x775C 34-3456-1
+sign \x8E2D 34-3456-1
+sign \x5FB0 34-3456-1
+sign \x9266 34-3456-1
+sign \x7B8F 34-3456-1
+sign \x5FB4 34-3456-1
+sign \x931A 34-3456-1
+sign \x9B07 34-3456-1
+sign \x7BDC 34-3456-1
+sign \x7665 34-3456-1
+sign \x6C36 34-3456-3
+sign \x628D 34-3456-3
+sign \x7CFD 34-3456-3
+sign \x62EF 34-3456-3
+sign \x639F 34-3456-3
+sign \x6678 34-3456-3
+sign \x6138 34-3456-3
+sign \x649C 34-3456-3
+sign \x6574 34-3456-3
+sign \x6B63 34-3456-23
+sign \x8BC1 34-3456-23
+sign \x90D1 34-3456-23
+sign \x8BE4 34-3456-23
+sign \x653F 34-3456-23
+sign \x6323 34-3456-23
+sign \x75C7 34-3456-23
+sign \x5E40 34-356-1
+sign \x8A3C 34-3456-23
+sign \x8ACD 34-3456-23
+sign \x5863 34-3456-3
+sign \x912D 34-3456-23
+sign \x9D0A 34-3456-23
+sign \x8B49 34-3456-23
+sign \x4E4B 34-1
+sign \x652F 34-1
+sign \x53EA 34-3
+sign \x536E 34-1
+sign \x6C41 34-1
+sign \x829D 34-1
+sign \x5431 34-1
+sign \x5DF5 34-1
+sign \x6C65 34-1
+sign \x679D 34-1
+sign \x77E5 34-1
+sign \x80A2 34-1
+sign \x7EC7 34-1
+sign \x6800 34-1
+sign \x79D3 34-1
+sign \x79D6 34-1
+sign \x80D1 34-1
+sign \x80DD 34-1
+sign \x887C 34-1
+sign \x8879 34-1
+sign \x7957 34-1
+sign \x79EA 34-1
+sign \x5001 34-1
+sign \x96BB 34-1
+sign \x8102 34-1
+sign \x75B7 34-1
+sign \x796C 34-1
+sign \x6894 34-1
+sign \x6925 34-1
+sign \x81F8 1245-126-23
+sign \x6220 34-2
+sign \x6418 34-1
+sign \x7994 2345-24-2
+sign \x99B6 34-1
+sign \x69B0 34-1
+sign \x8718 34-1
+sign \x9CF7 34-1
+sign \x9D32 34-1
+sign \x7E54 34-1
+sign \x8635 34-1
+sign \x9F05 34-1
+sign \x79B5 2345-24-2
+sign \x6267 34-2
+sign \x5767 34-3
+sign \x76F4 34-2
+sign \x4F84 34-2
+sign \x59EA 34-2
+sign \x8040 34-2
+sign \x503C 34-2
+sign \x5024 34-2
+sign \x91DE 34-2
+sign \x57F4 34-2
+sign \x57F7 34-2
+sign \x804C 34-2
+sign \x6DD4 12345-2
+sign \x7D77 34-2
+sign \x690D 34-2
+sign \x6B96 34-2
+sign \x8DD6 34-2
+sign \x7286 34-2
+sign \x7983 34-2
+sign \x74E1 34-2
+sign \x7A19 34-1
+sign \x99BD 34-2
+sign \x588C 34-3
+sign \x646D 34-2
+sign \x6F10 34-2
+sign \x6179 34-2
+sign \x8E2F 34-2
+sign \x5B02 34-2
+sign \x6A34 34-2
+sign \x81B1 34-2
+sign \x7E36 34-2
+sign \x8077 34-2
+sign \x8E60 34-2
+sign \x8E62 145-24-2
+sign \x87D9 34-2
+sign \x8EC4 34-2
+sign \x8E91 34-2
+sign \x5902 34-3
+sign \x6B62 34-3
+sign \x52A7 34-3
+sign \x51EA 34-3
+sign \x65E8 34-3
+sign \x962F 34-3
+sign \x5740 34-3
+sign \x5741 34-3
+sign \x627A 34-3
+sign \x82B7 34-3
+sign \x5E0B 34-3
+sign \x6C9A 34-3
+sign \x6C66 34-1
+sign \x7EB8 34-3
+sign \x62A7 34-3
+sign \x830B 34-3
+sign \x6CDC 34-1
+sign \x7949 34-3
+sign \x6307 34-3
+sign \x67B3 34-3
+sign \x780B 34-3
+sign \x8F75 34-3
+sign \x6D14 34-3
+sign \x6049 34-3
+sign \x54AB 34-3
+sign \x831D 12345-246-3
+sign \x75BB 34-3
+sign \x6DFD 34-3
+sign \x7D19 34-3
+sign \x8DBE 34-3
+sign \x8A28 34-3
+sign \x8EF9 34-3
+sign \x9EF9 34-3
+sign \x916F 34-3
+sign \x5FB5 34-3456-1
+sign \x85E2 34-3
+sign \x8967 34-3
+sign \x9624 2345-135-2
+sign \x8296 34-23
+sign \x81F3 34-23
+sign \x627B 34-23
+sign \x5FD7 34-23
+sign \x8C78 34-23
+sign \x5FEE 34-23
+sign \x5781 34-23
+sign \x5394 34-23
+sign \x90C5 34-23
+sign \x5E1C 34-23
+sign \x5E19 34-23
+sign \x5236 34-23
+sign \x8D28 34-23
+sign \x7099 34-23
+sign \x6CBB 34-23
+sign \x6303 34-23
+sign \x6809 34-23
+sign \x67E3 34-23
+sign \x5CD9 34-23
+sign \x4FE7 34-23
+sign \x5EA4 34-23
+sign \x5EA2 34-23
+sign \x6D37 34-23
+sign \x7951 34-23
+sign \x965F 34-23
+sign \x8D3D 34-23
+sign \x631A 34-23
+sign \x684E 34-23
+sign \x8F7E 34-23
+sign \x81F4 34-23
+sign \x6B6D 34-23
+sign \x664A 34-23
+sign \x79E9 34-23
+sign \x5F8F 34-23
+sign \x80F5 34-23
+sign \x72FE 34-23
+sign \x889F 34-23
+sign \x5A21 34-23
+sign \x9E37 34-23
+sign \x63B7 34-23
+sign \x68BD 34-23
+sign \x7730 145-15-2
+sign \x7564 34-23
+sign \x94DA 34-23
+sign \x79F7 34-23
+sign \x506B 34-23
+sign \x8CAD 34-23
+sign \x5F9D 34-23
+sign \x4E7F 34-23
+sign \x7318 34-23
+sign \x89D7 34-23
+sign \x88A0 34-23
+sign \x75D4 34-23
+sign \x7A92 34-23
+sign \x7FD0 34-23
+sign \x7D29 34-23
+sign \x86ED 34-23
+sign \x5D3B 34-23
+sign \x667A 34-23
+sign \x5082 34-23
+sign \x75E3 34-23
+sign \x6EDE 34-23
+sign \x9A98 34-23
+sign \x5F58 34-23
+sign \x6431 34-23
+sign \x8F0A 34-23
+sign \x8DF1 34-23
+sign \x7F6E 34-23
+sign \x9527 34-23
+sign \x96C9 34-23
+sign \x7A1A 34-23
+sign \x7B6B 34-23
+sign \x5ECC 34-23
+sign \x6ECD 34-23
+sign \x5BD8 34-23
+sign \x7D95 34-1
+sign \x5886 145-24-23
+sign \x899F 34-23
+sign \x7590 34-23
+sign \x88FD 34-23
+sign \x928D 34-23
+sign \x8A8C 34-23
+sign \x7608 12345-23
+sign \x6EEF 34-23
+sign \x6F4C 34-23
+sign \x646F 34-23
+sign \x8E2C 34-23
+sign \x5E5F 34-23
+sign \x7A3A 34-23
+sign \x8CEA 34-23
+sign \x6184 34-23
+sign \x92D5 34-23
+sign \x81A3 34-23
+sign \x89EF 34-23
+sign \x71AB 34-23
+sign \x6F6A 34-2
+sign \x99E4 34-23
+sign \x8599 2345-24-23
+sign \x9D19 34-23
+sign \x65D8 34-23
+sign \x7004 34-23
+sign \x96B2 34-23
+sign \x7DFB 34-23
+sign \x64FF 2345-24-1
+sign \x64F2 34-23
+sign \x6ADB 34-23
+sign \x87B2 145-15-2
+sign \x7A49 34-23
+sign \x5128 34-23
+sign \x5295 34-23
+sign \x61E5 34-23
+sign \x8D04 34-23
+sign \x61EB 34-23
+sign \x74C6 34-23
+sign \x6ACD 34-23
+sign \x9BEF 34-23
+sign \x89F6 34-23
+sign \x9A2D 34-23
+sign \x7929 34-23
+sign \x8C51 34-23
+sign \x9DA8 12345-12456-23
+sign \x9A47 34-23
+sign \x9A3A 34-23
+sign \x9DD9 34-23
+sign \x8E93 34-23
+sign \x9466 125-146-2
+sign \x9455 34-23
+sign \x8C52 34-23
+sign \x4E2D 34-256-1
+sign \x4F00 34-256-1
+sign \x6C77 34-256-1
+sign \x5F78 34-256-1
+sign \x5990 34-256-1
+sign \x5223 34-256-1
+sign \x5FE0 34-256-1
+sign \x7082 34-256-1
+sign \x6CC8 34-256-1
+sign \x7EC8 34-256-1
+sign \x67CA 34-256-1
+sign \x76C5 34-256-1
+sign \x949F 34-256-1
+sign \x8873 34-256-1
+sign \x822F 34-256-1
+sign \x8877 34-256-1
+sign \x7D42 34-256-1
+sign \x9221 34-256-1
+sign \x8520 34-256-1
+sign \x5E52 34-256-1
+sign \x953A 34-256-1
+sign \x9D24 34-256-1
+sign \x87A4 34-256-1
+sign \x937E 34-256-1
+sign \x87BD 34-256-1
+sign \x9F28 34-256-1
+sign \x8E71 34-256-1
+sign \x9418 34-256-1
+sign \x7C66 34-256-1
+sign \x80BF 34-256-3
+sign \x79CD 34-256-3
+sign \x51A2 34-256-3
+sign \x5C30 34-256-3
+sign \x585A 34-256-3
+sign \x6B71 34-256-3
+sign \x816B 34-256-3
+sign \x7144 34-256-3
+sign \x7A2E 34-256-3
+sign \x7607 34-256-3
+sign \x8E35 34-256-3
+sign \x4EF2 34-256-23
+sign \x4F17 34-256-23
+sign \x72C6 34-256-23
+sign \x5995 34-256-23
+sign \x794C 34-256-23
+sign \x833D 34-256-23
+sign \x91CD 34-256-23
+sign \x8876 34-256-23
+sign \x869B 34-256-23
+sign \x773E 34-256-23
+sign \x5045 34-256-23
+sign \x5839 34-256-23
+sign \x7B57 34-256-23
+sign \x8846 34-256-23
+sign \x5A91 34-256-23
+sign \x8AE5 34-256-23
+sign \x821F 34-12356-1
+sign \x5DDE 34-12356-1
+sign \x8BCC 34-12356-1
+sign \x4F9C 34-12356-1
+sign \x5468 34-12356-1
+sign \x70BF 34-12356-1
+sign \x6D00 1234-1236-2
+sign \x6D32 34-12356-1
+sign \x73D8 34-12356-1
+sign \x8F80 34-12356-1
+sign \x90EE 34-12356-1
+sign \x70D0 34-12356-1
+sign \x5541 34-12356-1
+sign \x77EA 34-12356-1
+sign \x5F9F 34-12356-1
+sign \x9E3C 34-12356-1
+sign \x9031 34-12356-1
+sign \x6DCD 34-12356-1
+sign \x5A64 34-12356-1
+sign \x558C 34-12356-1
+sign \x8D52 34-12356-1
+sign \x7CA5 34-12356-1
+sign \x8F08 34-12356-1
+sign \x9282 34-12356-1
+sign \x8F16 34-12356-1
+sign \x8CD9 34-12356-1
+sign \x99F2 34-12356-1
+sign \x970C 34-12356-1
+sign \x76E9 34-12356-1
+sign \x568B 34-12356-1
+sign \x9D43 34-12356-1
+sign \x8B05 34-12356-1
+sign \x9A06 34-12356-1
+sign \x8B78 34-12356-1
+sign \x59AF 34-12356-2
+sign \x8F74 34-12356-2
+sign \x8EF8 34-12356-2
+sign \x78A1 34-12356-2
+sign \x8098 34-12356-3
+sign \x759B 34-12356-3
+sign \x83F7 34-12356-3
+sign \x666D 34-12356-3
+sign \x776D 34-12356-3
+sign \x7B92 34-12356-3
+sign \x9BDE 34-12356-3
+sign \x7EA3 34-12356-23
+sign \x4F37 34-12356-23
+sign \x546A 34-12356-23
+sign \x5492 34-12356-23
+sign \x5B99 34-12356-23
+sign \x7EC9 34-12356-23
+sign \x836E 34-12356-23
+sign \x5191 34-12356-23
+sign \x80C4 34-12356-23
+sign \x663C 34-12356-23
+sign \x7D02 34-12356-23
+sign \x914E 34-12356-23
+sign \x76B1 34-12356-23
+sign \x7C99 34-12356-23
+sign \x665D 34-12356-23
+sign \x8464 34-12356-23
+sign \x8A4B 34-12356-23
+sign \x7503 34-12356-23
+sign \x99CE 34-12356-23
+sign \x50FD 34-12356-23
+sign \x76BA 34-12356-23
+sign \x5663 34-12356-23
+sign \x7E10 34-12356-23
+sign \x9AA4 34-12356-23
+sign \x7C40 34-12356-23
+sign \x7C55 34-12356-23
+sign \x7C52 34-12356-23
+sign \x9A5F 34-12356-23
+sign \x5E1A 34-12356-3
+sign \x6731 34-136-1
+sign \x52AF 34-136-1
+sign \x90BE 34-136-1
+sign \x4F8F 34-136-1
+sign \x8BDB 34-136-1
+sign \x8331 34-136-1
+sign \x54AE 34-12356-23
+sign \x6D19 34-136-1
+sign \x73E0 34-136-1
+sign \x682A 34-136-1
+sign \x8BF8 34-136-1
+sign \x7843 34-136-1
+sign \x94E2 34-136-1
+sign \x79FC 34-136-1
+sign \x732A 34-136-1
+sign \x88BE 34-136-1
+sign \x86DB 34-136-1
+sign \x7D51 34-136-1
+sign \x8DE6 34-136-1
+sign \x8A85 34-136-1
+sign \x854F 34-136-1
+sign \x69E0 34-136-1
+sign \x876B 34-136-1
+sign \x9296 34-136-1
+sign \x6F74 34-136-1
+sign \x8C6C 34-136-1
+sign \x6A65 34-136-1
+sign \x8AF8 34-136-1
+sign \x99EF 34-136-1
+sign \x9D38 34-136-1
+sign \x9BA2 34-136-1
+sign \x85F8 34-136-1
+sign \x85F7 156-136-3
+sign \x7026 34-136-1
+sign \x6AE7 34-136-1
+sign \x6AEB 34-136-1
+sign \x9F04 34-136-1
+sign \x9BFA 34-136-1
+sign \x9A36 1356-12356-1
+sign \x8829 34-136-1
+sign \x7AF9 34-136-2
+sign \x7AFA 34-136-2
+sign \x6CCF 12345-136-23
+sign \x833F 34-136-2
+sign \x7B01 34-136-2
+sign \x70A2 34-136-2
+sign \x9010 34-136-2
+sign \x70DB 34-136-2
+sign \x7A8B 34-136-2
+sign \x7B1C 34-136-2
+sign \x8233 34-136-2
+sign \x84EB 34-136-2
+sign \x7603 34-136-2
+sign \x6573 246-2
+sign \x71ED 34-136-2
+sign \x880B 34-136-2
+sign \x8E85 34-136-2
+sign \x9C41 34-136-2
+sign \x529A 34-136-2
+sign \x705F 34-136-2
+sign \x5B4E 34-136-2
+sign \x6B18 34-136-2
+sign \x66EF 34-136-2
+sign \x7225 34-136-2
+sign \x65B8 34-136-2
+sign \x883E 34-136-2
+sign \x9483 34-136-2
+sign \x4E3B 34-136-3
+sign \x62C4 34-136-3
+sign \x5B94 34-136-3
+sign \x7F5C 34-136-3
+sign \x967C 34-136-3
+sign \x6E1A 34-136-3
+sign \x7151 34-136-3
+sign \x716E 34-136-3
+sign \x8A5D 34-136-3
+sign \x5631 34-136-3
+sign \x6FD0 34-136-3
+sign \x9E88 34-136-3
+sign \x77A9 34-136-3
+sign \x56D1 34-136-3
+sign \x77DA 34-136-3
+sign \x4F2B 34-136-23
+sign \x82CE 34-136-23
+sign \x82A7 125-346-23
+sign \x52A9 34-136-23
+sign \x4F4F 34-136-23
+sign \x4F47 34-136-23
+sign \x7EBB 34-136-23
+sign \x577E 34-136-23
+sign \x82E7 34-136-23
+sign \x677C 34-136-23
+sign \x8D2E 34-136-23
+sign \x8FEC 34-136-23
+sign \x6CE8 34-136-23
+sign \x9A7B 34-136-23
+sign \x58F4 34-136-23
+sign \x67F7 34-136-23
+sign \x67F1 34-136-23
+sign \x6BB6 34-136-23
+sign \x70B7 34-136-23
+sign \x795D 34-136-23
+sign \x8387 34-136-23
+sign \x782B 34-136-3
+sign \x771D 34-136-23
+sign \x75B0 34-136-23
+sign \x7ADA 34-136-23
+sign \x7969 34-136-23
+sign \x8457 34-26
+sign \x86C0 34-136-23
+sign \x7F9C 34-136-23
+sign \x7D38 34-136-23
+sign \x7D35 34-136-23
+sign \x8EF4 34-136-23
+sign \x8CAF 34-136-23
+sign \x8DD3 34-136-23
+sign \x5D40 34-136-23
+sign \x94F8 34-136-23
+sign \x7B51 34-136-23
+sign \x8A3B 34-136-23
+sign \x99B5 34-136-23
+sign \x7B6F 34-136-23
+sign \x9252 34-136-23
+sign \x98F3 34-136-23
+sign \x58B8 34-136-23
+sign \x7FE5 34-136-23
+sign \x7BB8 34-136-23
+sign \x99D0 34-136-23
+sign \x6A26 34-136-23
+sign \x92F3 34-136-23
+sign \x9714 34-136-23
+sign \x7BC9 34-136-23
+sign \x7BEB 34-136-23
+sign \x9E86 34-136-23
+sign \x9444 34-136-23
+sign \x6293 34-123456-1
+sign \x6A9B 34-123456-1
+sign \x81BC 34-123456-1
+sign \x9AFD 34-123456-1
+sign \x7C3B 34-123456-1
+sign \x8DE9 34-13456-3
+sign \x62FD 34-13456-23
+sign \x4E13 34-12456-1
+sign \x53C0 34-12456-1
+sign \x5C02 34-12456-1
+sign \x7816 34-12456-1
+sign \x8011 34-12456-1
+sign \x5C08 34-12456-1
+sign \x5278 2345-12456-2
+sign \x911F 34-12456-1
+sign \x587C 34-12456-1
+sign \x5AE5 34-12456-1
+sign \x747C 34-12456-1
+sign \x750E 34-12456-1
+sign \x78D7 34-12456-1
+sign \x989B 34-12456-1
+sign \x819E 34-12456-1
+sign \x78DA 34-12456-1
+sign \x8AEF 34-12456-1
+sign \x87E4 34-12456-1
+sign \x9853 34-12456-1
+sign \x9C44 34-12456-1
+sign \x8F6C 34-12456-3
+sign \x5B68 34-12456-3
+sign \x8EE2 34-12456-3
+sign \x7AF1 34-12456-3
+sign \x7077 34-12456-23
+sign \x556D 34-12456-23
+sign \x581F 34-12456-23
+sign \x8483 34-12456-23
+sign \x7451 34-12456-23
+sign \x8D5A 34-12456-23
+sign \x50CE 34-12456-23
+sign \x64B0 34-12456-23
+sign \x7BC6 34-12456-23
+sign \x9994 34-12456-23
+sign \x7BF9 34-12456-23
+sign \x8CFA 34-12456-23
+sign \x8948 34-12456-23
+sign \x7E33 34-12456-23
+sign \x8F49 34-12456-3
+sign \x7C28 234-25-3
+sign \x8B54 34-12456-23
+sign \x994C 34-12456-23
+sign \x56C0 34-12456-23
+sign \x7C51 34-12456-23
+sign \x5986 34-2356-1
+sign \x5E84 34-2356-1
+sign \x5E92 34-2356-1
+sign \x599D 34-2356-1
+sign \x8358 34-2356-1
+sign \x838A 34-2356-1
+sign \x6869 34-2356-1
+sign \x5A24 34-2356-1
+sign \x6889 34-2356-1
+sign \x88C5 34-2356-1
+sign \x7CA7 34-2356-1
+sign \x6E77 34-2356-1
+sign \x88DD 34-2356-1
+sign \x6A01 34-2356-1
+sign \x7CDA 34-2356-1
+sign \x4E2C 1234-1236-2
+sign \x58EE 34-2356-23
+sign \x72B6 34-2356-23
+sign \x58EF 34-2356-23
+sign \x72C0 34-2356-23
+sign \x58F5 34-2356-23
+sign \x710B 34-2356-23
+sign \x649E 34-2356-23
+sign \x5E62 34-2356-23
+sign \x6205 1245-236-23
+sign \x6207 1245-236-23
+sign \x96B9 34-2456-1
+sign \x8FFD 34-2456-1
+sign \x9A93 34-2456-1
+sign \x690E 34-2456-1
+sign \x9525 34-2456-1
+sign \x9310 34-2456-1
+sign \x9A05 34-2456-1
+sign \x9D7B 34-2456-1
+sign \x6C9D 34-2456-3
+sign \x5760 34-2456-23
+sign \x7B0D 34-2456-23
+sign \x5A37 34-2456-23
+sign \x7F00 34-2456-23
+sign \x7500 34-2456-23
+sign \x814F 34-2456-23
+sign \x60F4 34-2456-23
+sign \x7F12 34-2456-23
+sign \x787E 34-2456-23
+sign \x7577 34-2456-23
+sign \x8187 34-2456-23
+sign \x8D58 34-2456-23
+sign \x589C 34-2456-23
+sign \x7DB4 34-2456-23
+sign \x918A 34-2456-23
+sign \x8AC8 34-2456-23
+sign \x7E0B 34-2456-23
+sign \x9323 34-2456-23
+sign \x991F 34-2456-23
+sign \x8D05 34-2456-23
+sign \x7908 34-2456-23
+sign \x8F5B 34-2456-23
+sign \x9446 34-2456-23
+sign \x8FCD 34-25-1
+sign \x5B92 34-25-1
+sign \x80AB 34-25-1
+sign \x7A80 34-25-1
+sign \x8C06 34-25-1
+sign \x554D 2345-25-1
+sign \x8A30 34-25-23
+sign \x8AC4 34-25-1
+sign \x8860 34-25-1
+sign \x51C6 34-25-3
+sign \x57FB 34-25-3
+sign \x51D6 34-25-3
+sign \x7A15 34-25-23
+sign \x6E96 34-25-3
+sign \x7DA7 34-25-3
+sign \x62D9 34-135-1
+sign \x70AA 34-135-1
+sign \x6349 34-135-1
+sign \x684C 34-135-1
+sign \x502C 34-135-1
+sign \x68C1 34-135-1
+sign \x6DBF 34-135-1
+sign \x7438 34-135-2
+sign \x68F3 34-135-1
+sign \x69D5 34-135-1
+sign \x8743 145-24-23
+sign \x7A5B 34-135-1
+sign \x942F 34-135-1
+sign \x7A71 34-135-1
+sign \x883F 34-135-2
+sign \x5734 34-135-2
+sign \x5F74 34-135-2
+sign \x72B3 34-135-2
+sign \x707C 34-135-2
+sign \x8301 34-135-2
+sign \x5353 34-135-2
+sign \x59B0 34-135-2
+sign \x53D5 34-135-2
+sign \x65AB 34-135-2
+sign \x6D4A 34-135-2
+sign \x914C 34-135-2
+sign \x4E35 34-135-2
+sign \x70F5 34-135-2
+sign \x6D5E 34-135-2
+sign \x8BFC 34-135-2
+sign \x68B2 34-135-2
+sign \x5544 34-135-2
+sign \x5545 34-135-2
+sign \x5A3A 34-135-2
+sign \x7422 34-135-2
+sign \x65B1 34-135-2
+sign \x65AE 34-135-2
+sign \x6913 34-135-2
+sign \x666B 34-135-2
+sign \x787A 34-135-2
+sign \x7F6C 34-135-2
+sign \x7AA7 34-135-1
+sign \x7AA1 34-135-2
+sign \x64C6 34-135-2
+sign \x64AF 34-135-2
+sign \x799A 34-135-2
+sign \x65B2 34-135-2
+sign \x5285 34-135-2
+sign \x92DC 34-135-2
+sign \x8AD1 34-135-2
+sign \x8AC1 34-135-2
+sign \x7BE7 34-135-2
+sign \x6FC1 34-135-2
+sign \x64E2 34-135-2
+sign \x6580 34-135-2
+sign \x65B5 34-135-2
+sign \x6FEF 34-135-2
+sign \x6AE1 34-135-2
+sign \x956F 34-135-2
+sign \x8B36 34-135-2
+sign \x9D6B 34-135-2
+sign \x8817 34-135-2
+sign \x7042 34-135-2
+sign \x9432 34-135-2
+sign \x7C57 34-135-2
+sign \x9DDF 34-135-2
+sign \x7C71 34-135-2
+sign \x5B56 1356-1
+sign \x5B5C 1356-1
+sign \x830A 1356-1
+sign \x8332 1356-1
+sign \x59D5 1356-1
+sign \x54A8 1356-1
+sign \x59FF 1356-1
+sign \x5179 1356-1
+sign \x8D40 1356-1
+sign \x6825 1356-1
+sign \x8D44 1356-1
+sign \x7386 1356-1
+sign \x7D0E 1356-1
+sign \x8D7C 1356-1
+sign \x5D30 1356-1
+sign \x79F6 1356-1
+sign \x6DC4 1356-1
+sign \x8C18 1356-1
+sign \x7F01 1356-1
+sign \x8458 1356-1
+sign \x9111 1356-1
+sign \x5B76 1356-1
+sign \x6914 1356-1
+sign \x8F8E 1356-1
+sign \x55DE 1356-1
+sign \x5D6B 1356-1
+sign \x7CA2 1356-1
+sign \x5B73 1356-1
+sign \x6E7D 1356-1
+sign \x6ECB 1356-1
+sign \x8D91 1356-1
+sign \x8CB2 1356-1
+sign \x9531 1356-1
+sign \x8A3F 1356-3
+sign \x8CC7 1356-1
+sign \x798C 1356-1
+sign \x9F87 1356-1
+sign \x922D 1356-1
+sign \x9543 1356-1
+sign \x7A35 1356-1
+sign \x7DC7 1356-1
+sign \x9F12 1356-1
+sign \x8F1C 1356-1
+sign \x9AED 1356-1
+sign \x8DA6 1356-1
+sign \x8F3A 1356-1
+sign \x9319 1356-1
+sign \x9CBB 1356-1
+sign \x8AEE 1356-1
+sign \x6FAC 1356-1
+sign \x937F 1356-1
+sign \x93A1 1356-1
+sign \x983E 1356-1
+sign \x983F 1356-1
+sign \x9BD4 1356-1
+sign \x9F4D 1356-1
+sign \x9D85 1356-1
+sign \x9C26 1356-1
+sign \x9F5C 1356-1
+sign \x5B50 1356-3
+sign \x5407 1356-3
+sign \x674D 1356-3
+sign \x59C9 1356-3
+sign \x59CA 1356-3
+sign \x77F7 1356-3
+sign \x79C4 1356-3
+sign \x80CF 1356-3
+sign \x8014 1356-3
+sign \x5470 1356-3
+sign \x8678 1356-3
+sign \x79ED 1356-3
+sign \x7C7D 1356-3
+sign \x7B2B 1356-3
+sign \x6893 1356-3
+sign \x91E8 1356-3
+sign \x5559 1356-3
+sign \x7D2B 1356-3
+sign \x8A3E 1356-1
+sign \x6ED3 1356-3
+sign \x699F 1356-3
+sign \x6A74 1356-3
+sign \x8293 1356-23
+sign \x81EA 1356-23
+sign \x5B57 1356-23
+sign \x8362 1356-23
+sign \x8321 1356-23
+sign \x525A 1356-23
+sign \x7278 1356-23
+sign \x5033 1356-23
+sign \x6063 1356-23
+sign \x7725 1356-23
+sign \x7726 1356-23
+sign \x6E0D 1356-23
+sign \x80FE 1356-23
+sign \x80D4 1356-23
+sign \x6F2C 1356-23
+sign \x5B97 1356-256-1
+sign \x5027 1356-256-1
+sign \x7EFC 1356-256-1
+sign \x9A94 1356-256-1
+sign \x582B 1356-256-1
+sign \x847C 1356-256-1
+sign \x68D5 1356-256-1
+sign \x5D4F 1356-256-1
+sign \x5D55 1356-256-1
+sign \x8159 1356-256-1
+sign \x7323 1356-256-1
+sign \x60FE 1356-256-1
+sign \x6936 1356-256-1
+sign \x6721 1356-256-1
+sign \x5D78 1356-256-1
+sign \x7A2F 1356-256-1
+sign \x7DC3 1356-256-1
+sign \x7D9C 1356-256-1
+sign \x8E28 1356-256-1
+sign \x8E2A 1356-256-1
+sign \x876C 1356-256-1
+sign \x71A7 1356-256-1
+sign \x8250 13-26-23
+sign \x7FEA 1356-256-1
+sign \x78EB 1356-256-1
+sign \x9350 1356-256-1
+sign \x9B03 1356-256-1
+sign \x9A0C 1356-256-1
+sign \x8C75 1356-256-1
+sign \x8E64 1356-256-1
+sign \x9B09 1356-256-1
+sign \x9A23 1356-256-1
+sign \x9B37 1356-256-1
+sign \x9BEE 1356-256-1
+sign \x9BFC 1356-256-1
+sign \x9441 1356-256-1
+sign \x603B 1356-256-3
+sign \x6374 1356-256-3
+sign \x506C 1356-256-3
+sign \x63D4 1356-256-3
+sign \x6403 1356-256-3
+sign \x60E3 1356-256-3
+sign \x84D7 1356-256-3
+sign \x50AF 1356-256-3
+sign \x6460 1356-256-3
+sign \x7DCF 1356-256-3
+sign \x7E02 1356-256-3
+sign \x71EA 1356-256-3
+sign \x936F 14-256-1
+sign \x7E3D 1356-256-3
+sign \x93D3 14-256-1
+sign \x7EB5 1356-256-23
+sign \x662E 1356-256-23
+sign \x75AD 1356-256-23
+sign \x500A 1356-256-23
+sign \x7314 1356-256-23
+sign \x7882 1356-256-23
+sign \x7CBD 1356-256-23
+sign \x7CC9 1356-256-23
+sign \x7DF5 1356-256-1
+sign \x931D 14-256-2
+sign \x7632 1356-256-23
+sign \x7E26 1356-256-23
+sign \x7E4C 1356-256-1
+sign \x7E31 1356-256-23
+sign \x90B9 1356-12356-1
+sign \x9A7A 1356-12356-1
+sign \x90F0 1356-12356-1
+sign \x8BF9 1356-12356-1
+sign \x966C 1356-12356-1
+sign \x63AB 1356-12356-1
+sign \x83C6 1356-12356-1
+sign \x68F8 1356-12356-1
+sign \x68F7 1356-12356-1
+sign \x9112 1356-12356-1
+sign \x7B83 1356-12356-1
+sign \x7DC5 1356-12356-1
+sign \x8ACF 1356-12356-1
+sign \x9139 1356-12356-1
+sign \x9CB0 1356-12356-1
+sign \x9BEB 1356-12356-1
+sign \x9EC0 1356-12356-1
+sign \x9F7A 1356-12356-1
+sign \x8FB6 12345-135-23
+sign \x8D71 1356-12356-3
+sign \x8D70 1356-12356-3
+sign \x9BD0 1356-12356-3
+sign \x594F 1356-12356-23
+sign \x63CD 1356-12356-23
+sign \x79DF 1356-136-1
+sign \x83F9 1356-136-1
+sign \x8445 1356-136-1
+sign \x84A9 1356-136-1
+sign \x924F 12345-136-2
+sign \x930A 1356-2456-23
+sign \x5346 1356-136-2
+sign \x8DB3 1356-136-2
+sign \x5352 1356-136-2
+sign \x54EB 1356-136-2
+sign \x5005 14-2456-23
+sign \x7D23 14-2456-23
+sign \x5D12 1356-136-2
+sign \x5D2A 1356-136-2
+sign \x65CF 1356-136-2
+sign \x7A21 1356-136-2
+sign \x7BA4 1356-136-2
+sign \x7DB7 14-2456-23
+sign \x8E24 1356-136-2
+sign \x8E3F 1356-136-2
+sign \x955E 1356-136-2
+sign \x93C3 1356-136-2
+sign \x8BC5 1356-136-3
+sign \x963B 1356-136-3
+sign \x5CA8 1245-346-1
+sign \x7EC4 1356-136-3
+sign \x73C7 1356-136-3
+sign \x4FCE 1356-136-3
+sign \x723C 1356-136-3
+sign \x7956 1356-136-3
+sign \x5528 1356-136-3
+sign \x7D44 1356-136-3
+sign \x8A5B 1356-136-3
+sign \x977B 1356-136-3
+sign \x93BA 1356-136-3
+sign \x8B2F 1245-15-1
+sign \x5297 1356-12456-1
+sign \x8E9C 1356-12456-1
+sign \x8EA6 1356-12456-1
+sign \x7E64 1356-12456-3
+sign \x7F35 1356-12456-3
+sign \x7E82 1356-12456-3
+sign \x7E89 1356-12456-3
+sign \x7C6B 1356-12456-3
+sign \x7E98 1356-12456-3
+sign \x94BB 1356-12456-1
+sign \x6525 1356-12456-23
+sign \x945A 1356-12456-1
+sign \x947D 1356-12456-1
+sign \x539C 1356-2456-1
+sign \x6718 1245-12346-1
+sign \x55FA 1356-2456-1
+sign \x6A36 1356-2456-1
+sign \x87D5 1356-2456-1
+sign \x7E97 1356-2456-1
+sign \x89DC 1356-1
+sign \x5D8A 1356-2456-3
+sign \x5634 1356-2456-3
+sign \x5DB5 1356-2456-23
+sign \x567F 1356-2456-3
+sign \x74BB 1356-2456-3
+sign \x67A0 1356-2456-23
+sign \x682C 1356-2456-23
+sign \x9154 1356-2456-23
+sign \x7D4A 1356-2456-23
+sign \x6700 1356-2456-23
+sign \x666C 1356-2456-23
+sign \x797D 1356-2456-23
+sign \x7F6A 1356-2456-23
+sign \x8FA0 1356-2456-23
+sign \x69DC 1356-2456-23
+sign \x855E 1356-2456-23
+sign \x9189 1356-2456-23
+sign \x6A87 1356-2456-23
+sign \x92F7 1345-15-23
+sign \x6A8C 1356-2456-23
+sign \x7A5D 1356-2456-23
+sign \x6B08 2456-2
+sign \x5C0A 1356-25-1
+sign \x58AB 1356-25-1
+sign \x5D9F 1356-25-1
+sign \x9075 1356-25-1
+sign \x6A3D 1356-25-1
+sign \x7F47 1356-25-1
+sign \x7E5C 1356-25-1
+sign \x9D8E 1356-25-1
+sign \x940F 1356-25-1
+sign \x9CDF 1356-25-1
+sign \x9C52 1356-25-1
+sign \x9DF7 1356-25-1
+sign \x50D4 1356-25-3
+sign \x6499 1356-25-3
+sign \x5642 1356-25-3
+sign \x8B50 1356-25-3
+sign \x6358 1356-25-23
+sign \x928C 1356-25-23
+sign \x562C 1356-135-1
+sign \x6628 1356-135-2
+sign \x838B 1245-24-2
+sign \x79E8 1356-135-2
+sign \x7A13 1356-135-2
+sign \x7B70 1356-135-2
+sign \x923C 1356-135-2
+sign \x961D 124-136-3
+sign \x5DE6 1356-135-3
+sign \x4F50 1356-135-3
+sign \x7E53 1356-135-3
+sign \x4F5C 1356-135-23
+sign \x5750 1356-135-23
+sign \x963C 1356-135-23
+sign \x5C9D 1356-135-23
+sign \x5C9E 1356-135-23
+sign \x600D 1356-135-23
+sign \x4FB3 1356-135-23
+sign \x80D9 1356-135-23
+sign \x795A 1356-135-23
+sign \x5511 1356-135-23
+sign \x5EA7 1356-135-23
+sign \x888F 1356-135-23
+sign \x505A 1356-135-23
+sign \x8443 1356-135-23
+sign \x8444 1356-135-23
+sign \x9162 1356-135-23
+sign \x84D9 1356-135-23
+sign \x98F5 1356-135-23
+sign \x7CF3 1356-135-23
+sign \x5497 1356-135
+sign \x4E64 125-1246-23
+sign \x4E65 124-136-2
+sign \x4E6B 1245-1246-1
+sign \x4E6C 1245-346-23
+sign \x4E6D 156-2
+sign \x4E6E 134-235-3
+sign \x4E6F 12356-0
+sign \x4E72 14-35-2
+sign \x4E76 124-136-3
+sign \x4E7A 234-135-3
+sign \x4E7B 1235-2
+sign \x4E7C 34-136-23
+sign \x4E7D 34-26
+sign \x4EAA 15-3
+sign \x4FA4 2345-35
+sign \x517A 145-25-1
+sign \x5301 134-236
+sign \x53BC 13-136-2
+sign \x53FE 145-136-2
+sign \x54DB 1234-136-2
+sign \x551C 134-35-2
+sign \x551F 13-135-2
+sign \x55B8 124-26
+sign \x55ED 1356-1
+sign \x56D5 123-1236
+sign \x58ED 234-1236
+sign \x591E 235-2
+sign \x5CBE 34-1236-1
+sign \x5DEA 1245-346-23
+sign \x5DFC 124-35-2
+sign \x5EE4 13-136-23
+sign \x603E 34-23
+sign \x65C0 134-2346-23
+sign \x65D5 26-2
+sign \x66E2 123-345-3
+sign \x6711 2345-24-23
+sign \x6730 2345-26-2
+sign \x680D 156-3456-1
+sign \x685B 13-35-2
+sign \x6927 134-3456-2
+sign \x698B 12345-136-1
+sign \x6B5A 156-1236-23
+sign \x6BEE 156-35-1
+sign \x6D4C 124-35-2
+sign \x70EA 34-356-23
+sign \x7320 145-146-3
+sign \x74F1 125-235-2-123456-3
+sign \x7553 145-135-1
+sign \x7A52 2345-135-1
+sign \x7873 1356-26-1
+sign \x7677 12-26-1
+sign \x7E07 125-12346-1
+sign \x8041 1234-1236-23
+sign \x8063 1345-24-2
+sign \x83BB 1345-26-1
+sign \x848A 125-123456-1
+sign \x8644 1245-26-1
+sign \x8672 125-1246-1
+sign \x88B0 12-26-1
+sign \x8968 2345-35-1
+sign \x9422 15-3
+sign \x95AA 234-26-1
+sign \x95CF 124-3456-1
+sign \x973B 124-3456-1
+sign \x9D91 16-1
+#
+# Chinese phrases of abnormal pronunciations.
+always \x68B5\x5504 124-1236-23-12-246-23
+always \x5504\x5531 12-246-23-12345-236-23
+always \x68B5\x5457 124-1236-23-12-246-23
+always \x5457\x5531 12-246-23-12345-236-23
+always \x80BA\x4FDE 124-2346-23-156-136-1
+always \x53A5\x9634\x4FDE 126-1-156-136-1
+always \x5FC3\x4FDE 125-126-1-156-136-1
+always \x7763\x4FDE 145-136-1-156-136-1
+always \x8188\x4FDE 1245-26-2-156-136-1
+always \x809D\x4FDE 1245-1236-1-156-136-1
+always \x80C6\x4FDE 145-1236-3-156-136-1
+always \x813E\x4FDE 1234-24-3-156-136-1
+always \x80C3\x4FDE 2456-23-156-136-1
+always \x7126\x4FDE 1245-345-1-156-136-1
+always \x80BE\x4FDE 156-356-23-156-136-1
+always \x80A0\x4FDE 12345-236-2-156-136-1
+always \x6D77\x4FDE 125-246-3-156-136-1
+always \x5143\x4FDE 12346-2-156-136-1
+always \x73AF\x4FDE 125-12456-2-156-136-1
+always \x80F1\x4FDE 1245-2356-1-156-136-1
+always \x8182\x4FDE 123-346-3-156-136-1
+always \x4FDE\x7A74 156-136-1-125-23456-2
+always \x8170\x4FDE 345-1-156-136-1
+always \x4E0B\x4FDE 125-1246-23-156-136-1
+always \x4FDE\x52DF 156-136-1-134-136-23
+always \x6781\x4FDE 1245-24-2-156-136-1
+always \x963F\x8C00 26-1-346-2
+always \x963F\x80F6 26-1-1245-345-1
+always \x963F\x5F25 26-1-134-24-2
+always \x6328\x6279 246-2-1234-24-1
+always \x6328\x997F 246-2-26-23
+always \x6328\x6253 246-2-145-35-3
+always \x6328\x9A82 246-2-134-35-23
+always \x81EA\x827E 1356-23-24-23
+always \x60E9\x827E 12345-3456-2-24-23
+always \x71AC\x83DC 235-1-14-246-23
+always \x6252\x9E21 1234-35-2-1245-24-1
+always \x6252\x7A83 1234-35-2-13-15-23
+always \x53CD\x6252 124-1236-3-1234-35-2
+always \x725B\x6252 1345-1256-2-1234-35-2
+always \x6252\x624B 1234-35-2-156-12356-3
+always \x628A\x5B50 12-35-23-1356-0
+always \x628A\x513F 12-35-23-1235-0
+always \x67CF\x6797 12-26-2-123-126-2
+always \x626E\x76F8 12-1236-23-125-1346-23
+always \x8180\x4E86 1234-236-1-123-26
+always \x8180\x80BF 1234-236-1-34-256-3
+always \x8180\x80F1 1234-236-2-1245-2356-1
+always \x78C5\x7934 1234-236-2-12-26-2
+always \x868C\x57E0 12-3456-23-12-136-23
+always \x8584\x793C 12-26-2-123-24-3
+always \x8584\x9152 12-26-2-1245-1256-3
+always \x7620\x8584 1245-24-2-12-26-2
+always \x539A\x8584 125-12356-23-12-26-2
+always \x8584\x5E78 12-26-2-125-16-23
+always \x8584\x547D 12-26-2-134-16-23
+always \x8584\x5F31 12-26-2-245-135-23
+always \x8584\x96FE 12-26-2-136-23
+always \x7EF5\x8584 134-146-2-12-26-2
+always \x8584\x7530 12-26-2-2345-146-2
+always \x8584\x66AE 12-26-2-134-136-23
+always \x523B\x8584 13-26-23-12-26-2
+always \x9119\x8584 12-24-3-12-26-2
+always \x6D45\x8584 13-146-3-12-26-2
+always \x6DE1\x8584 145-1236-23-12-26-2
+always \x8584\x6280 12-26-2-1245-24-23
+always \x8F7B\x8584 13-16-1-12-26-2
+always \x8584\x539A 12-26-2-125-12356-23
+always \x8584\x4EA7 12-26-2-12345-1236-3
+always \x8584\x5F85 12-26-2-145-246-23
+always \x8584\x60C5 12-26-2-13-16-2
+always \x5355\x8584 145-1236-1-12-26-2
+always \x65C1\x8584 1234-236-2-12-26-2
+always \x55B7\x8584 1234-356-1-12-26-2
+always \x7857\x8584 13-345-1-12-26-2
+always \x4F7B\x8584 2345-345-1-12-26-2
+always \x7A00\x8584 125-24-1-12-26-2
+always \x7EA4\x8584 125-146-1-12-26-2
+always \x5107\x8584 125-12346-1-12-26-2
+always \x8584\x5507 12-26-2-12345-25-2
+always \x8584\x6536 12-26-2-156-12356-1
+always \x8584\x5F7C 12-26-2-12-24-3
+always \x8584\x53D1 12-26-2-124-35-1
+always \x8584\x820C 12-26-2-156-26-2
+always \x5C65\x8584 123-346-3-12-26-2
+always \x65E5\x8584 245-23-12-26-2
+always \x529B\x8584 123-24-23-12-26-2
+always \x8584\x4ECA 12-26-2-1245-126-1
+always \x8584\x53E4 12-26-2-1245-136-3
+always \x91CC\x5821 123-24-3-1234-136-23
+always \x5BB6\x5821 1245-1246-1-1234-136-23
+always \x7A91\x5821 345-2-1234-136-23
+always \x5434\x5821 136-2-1234-136-23
+always \x80CC\x5E26 12-2346-1-145-246-23
+always \x80CC\x5305 12-2346-1-12-235-1
+always \x80CC\x8D1F 12-2346-1-124-136-23
+always \x80CC\x9ED1 12-2346-1-125-2346-1
+always \x80CC\x503A 12-2346-1-34-246-23
+always \x80CC\x7740 12-2346-1-34-26
+always \x80CC\x8D77 12-2346-1-13-24-3
+always \x80CC\x5230 12-2346-1-145-235-23
+always \x80CC\x6211 12-2346-1-135-3
+always \x80CC\x4F60 12-2346-1-1345-24-3
+always \x80CC\x4ED6 12-2346-1-2345-35
+always \x80CC\x5979 12-2346-1-2345-35-1
+always \x80CC\x5B83 12-2346-1-4-2345-35-1
+always \x80CC\x8D70 12-2346-1-1356-12356-3
+always \x80CC\x6765 12-2346-1-123-246-2
+always \x80CC\x53BB 12-2346-1-13-346-23
+always \x80CC\x888B 12-2346-1-145-246-23
+always \x80CC\x91CD 12-2346-1-34-256-23
+always \x80CC\x8F7B 12-2346-1-13-16-1
+always \x9003\x5954 2345-235-2-12-356-23
+always \x6295\x5954 2345-12356-2-12-356-23
+always \x76F4\x5954 34-2-12-356-23
+always \x7EF7\x74F7 12-3456-23-14-2
+always \x7EF7\x8138 12-3456-3-123-146-3
+always \x7EF7\x7740 12-3456-3-34-26
+always \x8FF8\x98DE 12-3456-1-124-2346-1
+always \x590D\x8F9F 124-136-23-12-24-23
+always \x7740\x8FB9 34-235-2-12-146-1
+always \x6241\x821F 1234-146-1-34-12356-1
+always \x6241\x62C5 12-146-3-145-1236-23
+always \x4FBF\x5B9C 1234-146-2-24-0
+always \x522B\x626D 12-15-23-1345-1256-3
+always \x762A\x4E09 12-15-1-234-1236-1
+always \x6E56\x6CCA 125-136-2-1234-26-1
+always \x841D\x535C 123-135-2-12-26
+always \x8865\x79CD 12-136-3-34-256-23
+always \x6C99\x53C2 156-35-1-156-356-1
+always \x91CE\x53C2 15-3-156-356-1
+always \x53C2\x5546 156-356-1-156-236-1
+always \x4E39\x53C2 145-1236-1-156-356-1
+always \x5C71\x53C2 156-1236-1-156-356-1
+always \x6D77\x53C2 125-246-3-156-356-1
+always \x515A\x53C2 145-236-3-156-356-1
+always \x4EBA\x53C2 245-356-2-156-356-1
+always \x6D0B\x53C2 1346-2-156-356-1
+always \x5B50\x53C2 1356-3-156-356-1
+always \x85CF\x4EBA 1356-236-23-245-356-2
+always \x9752\x85CF 13-16-1-1356-236-23
+always \x85CF\x5357 1356-236-23-1345-1236-2
+always \x85CF\x4F20 1356-236-23-12345-12456-2
+always \x5927\x85CF 145-35-23-1356-236-23
+always \x4E09\x85CF 234-1236-1-1356-236-23
+always \x5B9D\x85CF 12-235-3-1356-236-23
+always \x85CF\x6587 1356-236-23-25-2
+always \x85CF\x9999 1356-236-23-125-1346-1
+always \x85CF\x9752 1356-236-23-13-16-1
+always \x85CF\x65CF 1356-236-23-1356-136-2
+always \x85CF\x533B 1356-236-23-24-1
+always \x85CF\x620F 1356-236-23-125-24-23
+always \x85CF\x84DD 1356-236-23-123-1236-2
+always \x85CF\x80DE 1356-236-23-12-235-1
+always \x897F\x85CF 125-24-1-1356-236-23
+always \x85CF\x8BED 1356-236-23-346-3
+always \x85CF\x7EA2 1356-236-23-125-256-2
+always \x4E09\x53C9 234-1236-1-12345-35-23
+always \x5206\x53C9 124-356-1-12345-35-23
+always \x53C9\x5F00 12345-35-23-13-246-1
+always \x5C0F\x5DEE 125-345-3-12345-246-1
+always \x5DEE\x5F79 12345-246-1-24-23
+always \x4E13\x5DEE 34-12456-1-12345-246-1
+always \x51FA\x5DEE 12345-136-1-12345-246-1
+always \x5DEE\x9063 12345-246-1-13-146-3
+always \x4EA4\x5DEE 1245-345-1-12345-246-1
+always \x5B98\x5DEE 1245-12456-1-12345-246-1
+always \x7F8E\x5DEE 134-2346-3-12345-246-1
+always \x529E\x5DEE 12-1236-23-12345-246-1
+always \x5DEE\x65C5 12345-246-1-123-346-3
+always \x5DEE\x4F7F 12345-246-1-156-3
+always \x80A5\x5DEE 124-2346-2-12345-246-1
+always \x5175\x5DEE 12-16-1-12345-246-1
+always \x5DEE\x4EFB 12345-246-1-245-356-23
+always \x795E\x5DEE 156-356-2-12345-246-1
+always \x94A6\x5DEE 13-126-1-12345-246-1
+always \x90AE\x5DEE 1256-2-12345-246-1
+always \x82E6\x5DEE 13-136-3-12345-246-1
+always \x53C2\x5DEE 14-356-1-14-1
+always \x6293\x5DEE 34-123456-1-12345-246-1
+always \x9500\x5DEE 125-345-1-12345-246-1
+always \x4E0D\x5DEE 12-136-23-12345-35-23
+always \x5DEE\x4E0D 12345-35-23-12-136-23
+always \x5DEE\x70B9 12345-35-23-145-146-3
+always \x5F88\x5DEE 125-356-3-12345-35-23
+always \x5DEE\x52B2 12345-35-23-1245-126-23
+always \x592A\x5DEE 2345-246-23-12345-35-23
+always \x771F\x5DEE 34-356-1-12345-35-23
+always \x5DEE\x4E86 12345-35-23-123-26
+always \x8FD8\x5DEE 125-246-2-12345-35-23
+always \x5DEE\x7B49 12345-35-23-145-3456-3
+always \x91CF\x5DEE 123-1346-23-12345-35-23
+always \x5DEE\x5B50 12345-35-23-1356-0
+always \x5DEE\x7684 12345-35-23-145-26
+always \x7EE9\x5DEE 1245-24-23-12345-35-23
+always \x98A4\x6817 34-1236-23-123-24-23
+always \x5BD2\x98A4 125-1236-2-34-1236-23
+always \x51B7\x98A4 123-3456-3-34-1236-23
+always \x573A\x5C4B 12345-236-2-136-1
+always \x573A\x9662 12345-236-2-12346-23
+always \x626C\x573A 1346-2-12345-236-2
+always \x4E61\x957F 125-1346-1-34-236-3
+always \x957F\x8005 34-236-3-34-26-3
+always \x9547\x957F 34-356-23-34-236-3
+always \x8425\x957F 16-2-34-236-3
+always \x673A\x957F 1245-24-1-34-236-3
+always \x751F\x957F 156-3456-1-34-236-3
+always \x4F1A\x957F 125-2456-23-34-236-3
+always \x52A9\x957F 34-136-23-34-236-3
+always \x5B66\x957F 125-23456-2-34-236-3
+always \x5144\x957F 125-1456-1-34-236-3
+always \x961F\x957F 145-2456-23-34-236-3
+always \x957F\x52BF 34-236-3-156-23
+always \x5DE5\x957F 1245-256-1-34-236-3
+always \x7075\x957F 123-16-2-34-236-3
+always \x957F\x8198 34-236-3-12-345-1
+always \x8239\x957F 12345-12456-2-34-236-3
+always \x957F\x5B98 34-236-3-1245-12456-1
+always \x9662\x957F 12346-23-34-236-3
+always \x8BAE\x957F 24-23-34-236-3
+always \x7EC4\x957F 1356-136-3-34-236-3
+always \x957F\x5973 34-236-3-1345-346-3
+always \x90E8\x957F 12-136-23-34-236-3
+always \x957F\x4EB2 34-236-3-13-126-1
+always \x53BF\x957F 125-146-23-34-236-3
+always \x5904\x957F 12345-136-23-34-236-3
+always \x5AE1\x957F 145-24-2-34-236-3
+always \x73ED\x957F 12-1236-1-34-236-3
+always \x5E08\x957F 156-1-34-236-3
+always \x957F\x8F88 34-236-3-12-2346-23
+always \x5BB6\x957F 1245-1246-1-34-236-3
+always \x957F\x5B50 34-236-3-1356-3
+always \x9986\x957F 1245-12456-3-34-236-3
+always \x75AF\x957F 124-3456-1-34-236-3
+always \x589E\x957F 1356-3456-1-34-236-3
+always \x6821\x957F 125-345-23-34-236-3
+always \x957F\x5E7C 34-236-3-1256-23
+always \x77FF\x957F 13-2356-23-34-236-3
+always \x5DDE\x957F 34-12356-1-34-236-3
+always \x6751\x957F 14-25-1-34-236-3
+always \x957F\x5927 34-236-3-145-35-23
+always \x957F\x95E8 34-236-3-134-356-2
+always \x957F\x4E0A 34-236-3-156-236-23
+always \x65CF\x957F 1356-136-2-34-236-3
+always \x957F\x8FDB 34-236-3-1245-126-23
+always \x5C0A\x957F 1356-25-1-34-236-3
+always \x6D88\x957F 125-345-1-34-236-3
+always \x9996\x957F 156-12356-3-34-236-3
+always \x6210\x957F 12345-3456-2-34-236-3
+always \x6ECB\x957F 1356-1-34-236-3
+always \x957F\x5B59 34-236-3-234-25-1
+always \x7AD9\x957F 34-1236-23-34-236-3
+always \x957F\x8001 34-236-3-123-235-3
+always \x957F\x8138 34-236-3-123-146-3
+always \x957F\x5144 34-236-3-125-1456-1
+always \x957F\x623F 34-236-3-124-236-2
+always \x957F\x76F8 34-236-3-125-1346-23
+always \x5E74\x957F 1345-146-2-34-236-3
+always \x914B\x957F 13-1256-2-34-236-3
+always \x6B21\x957F 14-23-34-236-3
+always \x957F\x9AD8 34-236-3-1245-235-1
+always \x9632\x957F 124-236-2-34-236-3
+always \x957F\x80D6 34-236-3-1234-236-23
+always \x957F\x4E2A 34-236-3-1245-26-23
+always \x957F\x51FA 34-236-3-12345-136-1
+always \x957F\x6210 34-236-3-12345-3456-2
+always \x957F\x5305 34-236-3-12-235-1
+always \x957F\x82DE 34-236-3-12-235-1
+always \x957F\x8089 34-236-3-245-12356-23
+always \x957F\x75D8 34-236-3-145-12356-23
+always \x533A\x957F 13-346-1-34-236-3
+always \x5E02\x957F 156-23-34-236-3
+always \x7701\x957F 156-3456-3-34-236-3
+always \x5C40\x957F 1245-346-2-34-236-3
+always \x6240\x957F 234-135-3-34-236-3
+always \x79D1\x957F 13-26-1-34-236-3
+always \x56ED\x957F 12346-2-34-236-3
+always \x5385\x957F 2345-16-1-34-236-3
+always \x884C\x957F 125-236-2-34-236-3
+always \x519B\x957F 1245-456-1-34-236-3
+always \x8FDE\x957F 123-146-2-34-236-3
+always \x6392\x957F 1234-246-2-34-236-3
+always \x53F0\x957F 2345-246-2-34-236-3
+always \x56E2\x957F 2345-12456-2-34-236-3
+always \x4E8B\x957F 156-23-34-236-3
+always \x72F1\x957F 346-23-34-236-3
+always \x8F66\x957F 12345-26-1-34-236-3
+always \x8230\x957F 1245-146-23-34-236-3
+always \x8247\x957F 2345-16-3-34-236-3
+always \x6F84\x6F84 145-3456-1-145-3456-1
+always \x671D\x66AE 34-235-1-134-136-23
+always \x671D\x6656 34-235-1-125-2456-1
+always \x671D\x5915 34-235-1-125-24-1
+always \x6709\x671D 1256-3-34-235-1
+always \x4ECA\x671D 1245-126-1-34-235-1
+always \x671D\x9633 34-235-1-1346-2
+always \x671D\x4E09 34-235-1-234-1236-1
+always \x4E00\x671D 24-1-34-235-1
+always \x671D\x79E6 34-235-1-13-126-2
+always \x671D\x971E 34-235-1-125-1246-2
+always \x671D\x4E0D 34-235-1-12-136-23
+always \x671D\x6C14 34-235-1-13-24-23
+always \x671D\x601D 34-235-1-234-1
+always \x671D\x4EE4 34-235-1-123-16-23
+always \x5632\x54F3 34-12356-1-34-35-1
+always \x79F0\x804C 12345-356-23-34-2
+always \x5300\x79F0 456-2-12345-356-23
+always \x5BF9\x79F0 145-2456-23-12345-356-23
+always \x76F8\x79F0 125-1346-1-12345-356-23
+always \x79F0\x5FC3 12345-356-23-125-126-1
+always \x91CE\x4E58 15-3-156-3456-23
+always \x5343\x4E58 13-146-1-156-3456-23
+always \x53F2\x4E58 156-3-156-3456-23
+always \x5DE5\x5C3A 1245-256-1-12345-26-3
+always \x51B2\x5E8A 12345-256-23-12345-2356-2
+always \x51B2\x538B 12345-256-23-1246-1
+always \x771F\x51B2 34-356-1-12345-256-23
+always \x5F88\x51B2 125-356-3-12345-256-23
+always \x51B2\x7740 12345-256-23-34-26
+always \x51B2\x4F60 12345-256-23-1345-24-3
+always \x51B2\x6211 12345-256-23-135-3
+always \x51B2\x4ED6 12345-256-23-2345-35
+always \x51B2\x5979 12345-256-23-2345-35-1
+always \x51B2\x5B83 12345-256-23-4-2345-35-1
+always \x94DC\x81ED 2345-256-2-125-1256-23
+always \x4E73\x81ED 245-136-3-125-1256-23
+always \x5904\x4EE5 12345-136-3-24-3
+always \x5904\x6CBB 12345-136-3-34-23
+always \x5904\x6691 12345-136-3-156-136-3
+always \x5904\x4E8E 12345-136-3-346-2
+always \x5904\x6B7B 12345-136-3-234-3
+always \x88C1\x5904 14-246-2-12345-136-3
+always \x72EC\x5904 145-136-2-12345-136-3
+always \x51B7\x5904 123-3456-3-12345-136-3
+always \x6EE1\x5904 134-1236-3-12345-136-3
+always \x5171\x5904 1245-256-23-12345-136-3
+always \x5904\x7406 12345-136-3-123-24-3
+always \x67E5\x5904 12345-35-2-12345-136-3
+always \x6742\x5904 1356-35-2-12345-136-3
+always \x5904\x51B3 12345-136-3-1245-23456-2
+always \x5224\x5904 1234-1236-23-12345-136-3
+always \x8BBA\x5904 123-25-23-12345-136-3
+always \x60E9\x5904 12345-3456-2-12345-136-3
+always \x5904\x7F5A 12345-136-3-124-35-2
+always \x5904\x4E16 12345-136-3-156-23
+always \x5904\x5883 12345-136-3-1245-16-23
+always \x5BA1\x5904 156-356-3-12345-136-3
+always \x5904\x4E4B 12345-136-3-34-1
+always \x5904\x53D8 12345-136-3-12-146-23
+always \x5904\x5973 12345-136-3-1345-346-3
+always \x5904\x4E8B 12345-136-3-156-23
+always \x63E3\x6D4B 12345-13456-3-14-26-23
+always \x60AC\x63E3 125-12346-2-12345-13456-3
+always \x63E3\x6469 12345-13456-3-134-26-2
+always \x4E0D\x63E3 12-136-23-12345-13456-3
+always \x63E3\x60F3 12345-13456-3-125-1346-3
+always \x63E3\x5EA6 12345-13456-3-145-135-2
+always \x4F20\x8BB0 34-12456-23-1245-24-23
+always \x522B\x4F20 12-15-2-34-12456-23
+always \x5DE6\x4F20 1356-135-3-34-12456-23
+always \x7ECF\x4F20 1245-16-1-34-12456-23
+always \x81EA\x4F20 1356-23-34-12456-23
+always \x7ACB\x4F20 123-24-23-34-12456-23
+always \x8BC4\x4F20 1234-16-2-34-12456-23
+always \x5217\x4F20 123-15-23-34-12456-23
+always \x5C0F\x4F20 125-345-3-34-12456-23
+always \x6D52\x4F20 125-136-3-34-12456-23
+always \x7ECF\x5E62 1245-16-1-12345-2356-2
+always \x77F3\x5E62 156-2-12345-2356-2
+always \x521B\x4F24 12345-2356-1-156-236-1
+always \x521B\x75DB 12345-2356-1-2345-256-23
+always \x521B\x75D5 12345-2356-1-125-356-2
+always \x521B\x9762 12345-2356-1-134-146-23
+always \x7EF0\x8D77 12345-235-1-13-24-3
+always \x7EF0\x5BB6 12345-235-1-1245-1246-1
+always \x523A\x5566 14-1-123-35-1
+always \x5C0F\x64AE 125-345-3-1356-135-3
+always \x6EF4\x7B54 145-24-1-145-35-1
+always \x7F9E\x7B54 125-1256-1-145-35-1
+always \x7231\x7B54 246-23-145-35-1
+always \x7B54\x8A00 145-35-1-146-2
+always \x7B54\x5E94 145-35-1-16-23
+always \x82CF\x6253 234-136-1-145-35-2
+always \x5927\x592B 145-246-23-124-136-1
+always \x5F85\x7740 145-246-1-34-26
+always \x5F85\x5728 145-246-1-1356-246-23
+always \x902E\x6355 145-246-23-12-136-3
+always \x4E0D\x902E 12-136-23-145-246-23
+always \x62C5\x5B50 145-1236-23-1356-0
+always \x91CD\x62C5 34-256-23-145-1236-23
+always \x59D3\x5355 125-16-23-156-1236-23
+always \x5355\x53BF 156-1236-23-125-146-23
+always \x5355\x4E8E 12345-1236-2-346-2
+always \x5355\x7530 156-1236-23-2345-146-2
+always \x5355\x96C4 156-1236-23-125-1456-2
+always \x70B8\x5F39 34-35-23-145-1236-23
+always \x5F39\x65E0 145-1236-23-136-2
+always \x5F39\x4E38 145-1236-23-12456-2
+always \x5F39\x5C3D 145-1236-23-1245-126-23
+always \x5F39\x819B 145-1236-23-2345-236-2
+always \x5F39\x75D5 145-1236-23-125-356-2
+always \x5F39\x5F13 145-1236-23-1245-256-1
+always \x5F39\x836F 145-1236-23-345-23
+always \x9632\x5F39 124-236-2-145-1236-23
+always \x5B9E\x5F39 156-2-145-1236-23
+always \x6838\x5F39 125-26-2-145-1236-23
+always \x5F39\x5934 145-1236-23-2345-12356-2
+always \x63B7\x5F39 34-23-145-1236-23
+always \x4E24\x5F39 123-1346-3-145-1236-23
+always \x5F39\x58F3 145-1236-23-13-26-2
+always \x6D41\x5F39 123-1256-2-145-1236-23
+always \x5F39\x7247 145-1236-23-1234-146-23
+always \x5F39\x5323 145-1236-23-125-1246-2
+always \x5F39\x4ED3 145-1236-23-14-236-1
+always \x67AA\x5F39 13-1346-1-145-1236-23
+always \x7BAD\x5F39 1245-146-23-145-1236-23
+always \x5F39\x96E8 145-1236-23-346-3
+always \x4E2D\x5F39 34-256-23-145-1236-23
+always \x6295\x5F39 2345-12356-2-145-1236-23
+always \x6C22\x5F39 13-16-1-145-1236-23
+always \x96FE\x5F39 136-23-145-1236-23
+always \x6BCD\x5F39 134-136-3-145-1236-23
+always \x78F7\x5F39 123-126-2-145-1236-23
+always \x6CEA\x5F39 123-2346-23-145-1236-23
+always \x5F39\x5751 145-1236-23-13-3456-1
+always \x70AE\x5F39 1234-235-23-145-1236-23
+always \x5BFC\x5F39 145-235-3-145-1236-23
+always \x5F39\x9053 145-1236-23-145-235-23
+always \x5F39\x67AA 145-1236-23-13-1346-1
+always \x7532\x5F39 1245-1246-3-145-1236-23
+always \x810F\x5F39 1356-236-1-145-1236-23
+always \x88C5\x5F39 34-2356-1-145-1236-23
+always \x5F39\x5B54 145-1236-23-13-256-3
+always \x69B4\x5F39 123-1256-2-145-1236-23
+always \x5F39\x5185 145-1236-23-1345-2346-23
+always \x62C6\x5F39 12345-246-1-145-1236-23
+always \x98DE\x5F39 124-2346-1-145-1236-23
+always \x70E7\x5F39 156-235-1-145-1236-23
+always \x5F39\x4F53 145-1236-23-2345-24-3
+always \x6C14\x5F39 13-24-23-145-1236-23
+always \x5F69\x5F39 14-246-3-145-1236-23
+always \x53F7\x5F39 125-235-23-145-1236-23
+always \x706B\x5F39 125-135-3-145-1236-23
+always \x5F53\x94FA 145-236-23-1234-136-23
+always \x8FC7\x5F53 1245-135-23-145-236-23
+always \x9002\x5F53 156-23-145-236-23
+always \x5141\x5F53 456-3-145-236-23
+always \x7CBE\x5F53 1245-16-1-145-236-23
+always \x5F53\x771F 145-236-23-34-356-1
+always \x5F53\x7968 145-236-23-1234-345-23
+always \x4E0D\x5F53 12-136-23-145-236-23
+always \x8D4E\x5F53 156-136-2-145-236-23
+always \x5178\x5F53 145-146-3-145-236-23
+always \x503C\x5F53 34-2-145-236-23
+always \x5F53\x6210 145-236-23-12345-3456-2
+always \x6070\x5F53 13-1246-23-145-236-23
+always \x59A5\x5F53 2345-135-3-145-236-23
+always \x5F53\x505A 145-236-23-1356-135-23
+always \x6743\x5F53 13-12346-2-145-236-1
+always \x5F53\x4F5C 145-236-23-1356-135-23
+always \x4E0A\x5F53 156-236-23-145-236-23
+always \x5012\x63D2 145-235-23-12345-35-1
+always \x5012\x5F69 145-235-23-14-246-3
+always \x5012\x6620 145-235-23-16-23
+always \x5012\x9000 145-235-23-2345-2456-23
+always \x5012\x683D 145-235-23-1356-246-1
+always \x5012\x8F66 145-235-23-12345-26-1
+always \x5012\x60AC 145-235-23-125-12346-2
+always \x5E2E\x5012 12-236-1-145-235-23
+always \x5012\x80CC 145-235-23-12-2346-23
+always \x5012\x6D41 145-235-23-123-1256-2
+always \x53CD\x5012 124-1236-3-145-235-23
+always \x5012\x6302 145-235-23-1245-123456-23
+always \x503E\x5012 13-16-1-145-235-23
+always \x5012\x6253 145-235-23-145-35-3
+always \x5012\x627E 145-235-23-34-235-3
+always \x5012\x5F71 145-235-23-16-3
+always \x5012\x5E8F 145-235-23-125-346-23
+always \x5012\x7ACB 145-235-23-123-24-23
+always \x5012\x523A 145-235-23-14-23
+always \x5012\x6625 145-235-23-12345-25-1
+always \x5012\x679C 145-235-23-1245-135-3
+always \x5012\x704C 145-235-23-1245-12456-23
+always \x5012\x53D9 145-235-23-125-346-23
+always \x5012\x5EA7 145-235-23-1356-135-23
+always \x5012\x8D54 145-235-23-1234-2346-2
+always \x5012\x88C5 145-235-23-34-2356-1
+always \x5012\x6C34 145-235-23-156-2456-3
+always \x5012\x5165 145-235-23-245-136-23
+always \x5012\x6CB9 145-235-23-1256-2
+always \x5012\x51FA 145-235-23-12345-136-1
+always \x5012\x5783 145-235-23-123-35-1
+always \x5012\x62C9 145-235-23-123-35-1
+always \x5012\x63A8 145-235-23-2345-2456-1
+always \x5012\x8D70 145-235-23-1356-12356-3
+always \x5012\x8D34 145-235-23-2345-15-1
+always \x5012\x662F 145-235-23-156-23
+always \x5012\x7F6E 145-235-23-34-23
+always \x5012\x8336 145-235-23-12345-35-2
+always \x5012\x7B97 145-235-23-234-12456-23
+always \x5012\x884C 145-235-23-125-16-2
+always \x5012\x653E 145-235-23-124-236-23
+always \x5012\x8BA1 145-235-23-1245-24-23
+always \x5012\x6570 145-235-23-156-136-3
+always \x975E\x5F97 124-2346-1-145-2346-3
+always \x603B\x5F97 1356-256-3-145-2346-3
+always \x5F97\x4E8F 145-2346-3-13-2456-1
+always \x771F\x5F97 34-356-1-145-2346-3
+always \x6807\x7684 12-345-1-145-24-23
+always \x6253\x7684 145-35-3-145-24-1
+always \x7684\x786E 145-24-2-13-23456-23
+always \x7684\x5F53 145-24-2-145-236-1
+always \x7684\x58EB 145-24-1-156-23
+always \x76EE\x7684 134-136-23-145-24-23
+always \x7684\x653E 145-24-23-124-236-23
+always \x4E4B\x7684 34-1-145-24-23
+always \x8C03\x914D 145-345-23-1234-2346-23
+always \x8C03\x5B50 145-345-23-1356-0
+always \x8C03\x8C03 145-345-23-145-345
+always \x8C03\x53D6 145-345-23-13-346-3
+always \x8C03\x9063 145-345-23-13-146-3
+always \x97F3\x8C03 126-1-145-345-23
+always \x8BBA\x8C03 123-25-23-145-345-23
+always \x5C0F\x8C03 125-345-3-145-345-23
+always \x9009\x8C03 125-12346-3-145-345-23
+always \x683C\x8C03 1245-26-2-145-345-23
+always \x540C\x8C03 2345-256-2-145-345-23
+always \x8C03\x4EE4 145-345-23-123-16-23
+always \x4F4E\x8C03 145-24-1-145-345-23
+always \x8C03\x51FD 145-345-23-125-1236-2
+always \x53CD\x8C03 124-1236-3-145-345-23
+always \x5949\x8C03 124-3456-23-145-345-23
+always \x7B14\x8C03 12-24-3-145-345-23
+always \x57FA\x8C03 1245-24-1-145-345-23
+always \x5F3A\x8C03 13-1346-2-145-345-23
+always \x5FBD\x8C03 125-2456-1-145-345-23
+always \x58F0\x8C03 156-3456-1-145-345-23
+always \x65F6\x8C03 156-2-145-345-23
+always \x8BF7\x8C03 13-16-3-145-345-23
+always \x8C03\x79BB 145-345-23-123-24-2
+always \x8C03\x53BB 145-345-23-13-346-23
+always \x8C03\x8D70 145-345-23-1356-12356-3
+always \x589E\x8C03 1356-3456-1-145-345-23
+always \x8C03\x6765 145-345-23-123-246-2
+always \x501F\x8C03 1245-15-23-145-345-23
+always \x6539\x8C03 1245-246-3-145-345-23
+always \x8C03\x9632 145-345-23-124-236-2
+always \x6EE5\x8C03 123-1236-23-145-345-23
+always \x8C03\x52A8 145-345-23-145-256-23
+always \x8C03\x6D3E 145-345-23-1234-246-23
+always \x8C03\x8F6C 145-345-23-34-12456-3
+always \x8001\x8C03 123-235-3-145-345-23
+always \x8C03\x67E5 145-345-23-12345-35-2
+always \x8272\x8C03 234-26-23-145-345-23
+always \x8C03\x6F14 145-345-23-146-3
+always \x97F5\x8C03 456-23-145-345-23
+always \x5B9A\x8C03 145-16-23-145-345-23
+always \x8C03\x5EA6 145-345-23-145-136-23
+always \x5546\x8C03 156-236-1-145-345-23
+always \x5916\x8C03 13456-23-145-345-23
+always \x65E7\x8C03 1245-1256-23-145-345-23
+always \x5BF9\x8C03 145-2456-23-145-345-23
+always \x9AD8\x8C03 1245-235-1-145-345-23
+always \x8C03\x6863 145-345-23-145-236-23
+always \x8C03\x5175 145-345-23-12-16-1
+always \x8C03\x804C 145-345-23-34-2
+always \x8C03\x9605 145-345-23-23456-23
+always \x8154\x8C03 13-1346-1-145-345-23
+always \x8C03\x62E8 145-345-23-12-26-1
+always \x8D70\x8C03 1356-12356-3-145-345-23
+always \x8C03\x7814 145-345-23-146-2
+always \x8DD1\x8C03 1234-235-3-145-345-23
+always \x8C03\x8FD0 145-345-23-456-23
+always \x8C03\x95E8 145-345-23-134-356-2
+always \x8C03\x864E 145-345-23-125-136-3
+always \x8C03\x7528 145-345-23-1456-23
+always \x53D8\x8C03 12-146-23-145-345-23
+always \x8C03\x5E72 145-345-23-1245-1236-23
+always \x964D\x8C03 1245-1346-23-145-345-23
+always \x8F6C\x8C03 34-12456-3-145-345-23
+always \x602A\x8C03 1245-13456-23-145-345-23
+always \x8C03\x6362 145-345-23-125-12456-23
+always \x66F2\x8C03 13-346-3-145-345-23
+always \x6B65\x8C03 12-136-23-145-345-23
+always \x8BED\x8C03 346-3-145-345-23
+always \x8C03\x4EFB 145-345-23-245-356-23
+always \x63D0\x8C03 2345-24-2-145-345-23
+always \x62BD\x8C03 12345-12356-1-145-345-23
+always \x8C03\x96C6 145-345-23-1245-24-2
+always \x8C03\x5305 145-345-23-12-235-1
+always \x5F81\x8C03 34-3456-1-145-345-23
+always \x4E3B\x8C03 34-136-3-145-345-23
+always \x60C5\x8C03 13-16-2-145-345-23
+always \x5317\x8C03 12-2346-3-145-345-23
+always \x9489\x6263 145-16-23-13-12356-23
+always \x9489\x9489 145-16-23-145-16-1
+always \x9489\x4E0A 145-16-23-156-236-23
+always \x9489\x8FDB 145-16-23-1245-126-23
+always \x9489\x4E00 145-16-23-24-1
+always \x9489\x7740 145-16-23-34-26
+always \x4E00\x9489 24-1-145-16-23
+always \x9489\x7D27 145-16-23-1245-126-3
+always \x9489\x4F4F 145-16-23-34-136-23
+always \x9489\x7262 145-16-23-123-235-2
+always \x6597\x5FC3 145-12356-23-125-126-1
+always \x6076\x6597 26-23-145-12356-23
+always \x683C\x6597 1245-26-2-145-12356-23
+always \x6597\x9E21 145-12356-23-1245-24-1
+always \x6597\x8FC7 145-12356-23-1245-135-23
+always \x6597\x5730 145-12356-23-145-24-23
+always \x6597\x5F97 145-12356-23-145-26-2
+always \x6597\x58EB 145-12356-23-156-23
+always \x4E89\x6597 34-3456-1-145-12356-23
+always \x51B3\x6597 1245-23456-2-145-12356-23
+always \x640F\x6597 12-26-2-145-12356-23
+always \x6597\x6BB4 145-12356-23-12356-1
+always \x6597\x7740 145-12356-23-34-26
+always \x6597\x4E00 145-12356-23-24-1
+always \x6597\x725B 145-12356-23-1345-1256-2
+always \x594B\x6597 124-356-23-145-12356-23
+always \x6597\x4E89 145-12356-23-34-3456-1
+always \x6597\x6C14 145-12356-23-13-24-23
+always \x6597\x5634 145-12356-23-1356-2456-3
+always \x6597\x6CD5 145-12356-23-124-35-3
+always \x68B0\x6597 125-15-23-145-12356-23
+always \x6218\x6597 34-1236-23-145-12356-23
+always \x6597\x667A 145-12356-23-34-23
+always \x6597\x5FD7 145-12356-23-34-23
+always \x6BB4\x6597 12356-1-145-12356-23
+always \x6B66\x6597 136-3-145-12356-23
+always \x6587\x6597 25-2-145-12356-23
+always \x6597\x6587 145-12356-23-25-2
+always \x6597\x6B66 145-12356-23-136-3
+always \x6279\x6597 1234-24-1-145-12356-23
+always \x6597\x8273 145-12356-23-146-23
+always \x6597\x89D2 145-12356-23-1245-345-3
+always \x6597\x67B6 145-12356-23-1245-1246-23
+always \x4E0D\x6597 12-136-23-145-12356-23
+always \x6253\x6597 145-35-3-145-12356-23
+always \x93D6\x6597 235-2-145-12356-23
+always \x6597\x4E2A 145-12356-23-1245-26-23
+always \x6597\x4E71 145-12356-23-123-12456-23
+always \x6597\x9523 145-12356-23-123-135-2
+always \x6597\x724C 145-12356-23-1234-246-2
+always \x6597\x62F3 145-12356-23-13-12346-2
+always \x6597\x4EBA 145-12356-23-245-356-2
+always \x6597\x773C 145-12356-23-146-3
+always \x597D\x6597 125-235-23-145-12356-23
+always \x6697\x6597 1236-23-145-12356-23
+always \x864E\x6597 125-136-3-145-12356-23
+always \x72B9\x6597 1256-2-145-12356-23
+always \x76F8\x6597 125-1346-1-145-12356-23
+always \x6597\x72E0 145-12356-23-125-356-3
+always \x6597\x517D 145-12356-23-156-12356-23
+always \x6597\x573A 145-12356-23-12345-236-3
+always \x6597\x9152 145-12356-23-1245-1256-3
+always \x6597\x4E86 145-12356-23-123-26
+always \x6597\x7F57 145-12356-23-123-135-2
+always \x6597\x6218 145-12356-23-34-1236-23
+always \x56FD\x90FD 1245-135-2-145-136-1
+always \x90FD\x57CE 145-136-1-12345-3456-2
+always \x53E4\x90FD 1245-136-3-145-136-1
+always \x4EAC\x90FD 1245-16-1-145-136-1
+always \x966A\x90FD 1234-2346-2-145-136-1
+always \x5927\x90FD 145-35-23-145-136-1
+always \x5B9A\x90FD 145-16-23-145-136-1
+always \x5EFA\x90FD 1245-146-23-145-136-1
+always \x8FC1\x90FD 13-146-1-145-136-1
+always \x9996\x90FD 156-12356-3-145-136-1
+always \x6210\x90FD 12345-3456-2-145-136-1
+always \x65E7\x90FD 1245-1256-23-145-136-1
+always \x6545\x90FD 1245-136-23-145-136-1
+always \x90FD\x5E02 145-136-1-156-23
+always \x53E5\x8BFB 1245-346-23-145-12356-23
+always \x7206\x809A 12-235-23-145-136-3
+always \x9999\x809A 125-1346-1-145-136-3
+always \x725B\x809A 1345-1256-2-145-136-3
+always \x732A\x809A 34-136-1-145-136-3
+always \x6D4B\x5EA6 14-26-23-145-135-2
+always \x5FD6\x5EA6 14-25-3-145-135-2
+always \x731C\x5EA6 14-246-1-145-135-2
+always \x5BA1\x5EA6 156-356-3-145-135-2
+always \x5EA6\x5FB7 145-135-2-145-26-2
+always \x5EA6\x52BF 145-135-2-156-23
+always \x7CAE\x56E4 123-1346-2-145-25-23
+always \x57CE\x579B 12345-3456-2-145-135-3
+always \x538C\x6076 146-23-136-23
+always \x618E\x6076 1356-3456-1-136-23
+always \x5ACC\x6076 125-146-2-136-23
+always \x75DB\x6076 2345-256-23-136-23
+always \x6DF1\x6076 156-356-1-136-23
+always \x6076\x52B3 136-23-123-235-2
+always \x53EF\x6076 13-26-3-136-23
+always \x7A7A\x513F 13-256-23-1235-0
+always \x9B13\x53D1 12-126-23-124-35-23
+always \x53D1\x8721 124-35-23-123-35-23
+always \x987B\x53D1 125-346-1-124-35-23
+always \x53D1\x7F51 124-35-23-2356-3
+always \x53D1\x5ECA 124-35-23-123-236-2
+always \x6BEB\x53D1 125-235-2-124-35-23
+always \x767D\x53D1 12-246-2-124-35-23
+always \x9E64\x53D1 125-26-23-124-35-23
+always \x70EB\x53D1 2345-236-23-124-35-23
+always \x53D1\x578B 124-35-23-125-16-2
+always \x7406\x53D1 123-24-3-124-35-23
+always \x53D1\x9645 124-35-23-1245-24-23
+always \x80CE\x53D1 2345-246-1-124-35-23
+always \x94F6\x53D1 126-2-124-35-23
+always \x53D1\x9AFB 124-35-23-1245-24-23
+always \x6012\x53D1 1345-136-23-124-35-23
+always \x53D1\x59BB 124-35-23-13-24-1
+always \x534E\x53D1 125-123456-2-124-35-23
+always \x53D1\x6307 124-35-23-34-3
+always \x7F8E\x53D1 134-2346-3-124-35-23
+always \x53D1\x80F6 124-35-23-1245-345-1
+always \x957F\x53D1 12345-236-2-124-35-23
+always \x62A4\x53D1 125-136-23-124-35-23
+always \x526A\x53D1 1245-146-3-124-35-23
+always \x53D1\x8FAB 124-35-23-12-146-23
+always \x6D17\x53D1 125-24-3-124-35-23
+always \x79C0\x53D1 125-1256-23-124-35-23
+always \x91D1\x53D1 1245-126-1-124-35-23
+always \x77ED\x53D1 145-12456-3-124-35-23
+always \x67D3\x53D1 245-1236-3-124-35-23
+always \x5047\x53D1 1245-1246-3-124-35-23
+always \x5377\x53D1 1245-12346-3-124-35-23
+always \x9ED1\x53D1 125-2346-1-124-35-23
+always \x5934\x53D1 2345-12356-2-124-35-23
+always \x8131\x53D1 2345-135-1-124-35-23
+always \x5243\x53D1 2345-24-23-124-35-23
+always \x8857\x574A 1245-15-1-124-236
+always \x67D3\x574A 245-1236-3-124-236-2
+always \x77F3\x574A 156-2-124-236-2
+always \x7C89\x574A 124-356-3-124-236-2
+always \x6CB9\x574A 1256-2-124-236-2
+always \x78BE\x574A 1345-146-3-124-236-2
+always \x4E0D\x83F2 12-136-23-124-2346-3
+always \x83F2\x8584 124-2346-3-12-26-2
+always \x83F2\x4EEA 124-2346-3-24-2
+always \x83F2\x914C 124-2346-3-34-135-2
+always \x90E8\x5206 12-136-23-124-356
+always \x798F\x5206 124-136-2-124-356
+always \x5B89\x5206 1236-1-124-356-23
+always \x7F18\x5206 12346-2-124-356-23
+always \x5929\x5206 2345-146-1-124-356-23
+always \x5206\x91CF 124-356-23-123-1346-23
+always \x624D\x5206 14-246-2-124-356-23
+always \x60C5\x5206 13-16-2-124-356-23
+always \x5206\x5185 124-356-23-1345-2346-23
+always \x975E\x5206 124-2346-1-124-356-23
+always \x7070\x5206 125-2456-1-124-356-23
+always \x6C34\x5206 156-2456-3-124-356-23
+always \x540D\x5206 134-16-2-124-356-23
+always \x672C\x5206 12-356-3-124-356-23
+always \x517B\x5206 1346-3-124-356-23
+always \x5206\x5916 124-356-23-13456-23
+always \x8FC7\x5206 1245-135-23-124-356-23
+always \x5145\x5206 12345-256-1-124-356-23
+always \x76D0\x5206 146-2-124-356-23
+always \x7CD6\x5206 2345-236-2-124-356-23
+always \x6210\x5206 12345-3456-2-124-356-23
+always \x4E2D\x7F1D 34-256-1-124-3456-23
+always \x7F1D\x9699 124-3456-23-125-24-23
+always \x5408\x7F1D 125-26-2-124-3456-23
+always \x9699\x7F1D 125-24-23-124-3456-23
+always \x89C1\x7F1D 1245-146-23-124-3456-23
+always \x88C2\x7F1D 123-15-23-124-3456-23
+always \x710A\x7F1D 125-1236-23-124-3456-23
+always \x5730\x7F1D 145-24-23-124-3456-23
+always \x5899\x7F1D 13-1346-2-124-3456-23
+always \x9A91\x7F1D 13-24-2-124-3456-23
+always \x7259\x7F1D 1246-2-124-3456-23
+always \x63A5\x7F1D 1245-15-1-124-3456-23
+always \x95E8\x7F1D 134-356-2-124-3456-23
+always \x7EC6\x7F1D 125-24-23-124-3456-23
+always \x65E0\x7F1D 136-2-124-3456-23
+always \x6761\x7F1D 2345-345-2-124-3456-23
+always \x4EFF\x4F5B 124-236-3-124-136-2
+always \x5426\x6781 1234-24-3-1245-24-2
+always \x81E7\x5426 1356-236-1-1234-24-3
+always \x4E00\x670D 24-1-124-136-23
+always \x4E24\x670D 123-1346-3-124-136-23
+always \x4E09\x670D 234-1236-1-124-136-23
+always \x5E72\x6D3B 1245-1236-23-125-135-2
+always \x82E6\x5E72 13-136-3-1245-1236-23
+always \x679D\x5E72 34-1-1245-1236-23
+always \x9898\x5E72 2345-24-2-1245-1236-23
+always \x5927\x5E72 145-35-23-1245-1236-23
+always \x80AF\x5E72 13-356-3-1245-1236-23
+always \x5E72\x5565 1245-1236-23-156-35-2
+always \x767D\x5E72 12-246-2-1245-1236-23
+always \x5DE7\x5E72 13-345-3-1245-1236-23
+always \x4E0D\x5E72 12-136-23-1245-1236-23
+always \x5E72\x624D 1245-1236-23-14-246-2
+always \x57FA\x5E72 1245-24-1-1245-1236-23
+always \x86EE\x5E72 134-1236-2-1245-1236-23
+always \x5E72\x7EBF 1245-1236-23-125-146-23
+always \x9AA8\x5E72 1245-136-3-1245-1236-23
+always \x5E72\x6389 1245-1236-23-145-345-23
+always \x8D35\x5E72 1245-2456-23-1245-1236-23
+always \x5E72\x4ED7 1245-1236-23-34-236-23
+always \x516C\x5E72 1245-256-1-1245-1236-23
+always \x7CBE\x5E72 1245-16-1-1245-1236-23
+always \x5E72\x7EC3 1245-1236-23-123-146-23
+always \x8EAF\x5E72 13-346-1-1245-1236-23
+always \x5E72\x90E8 1245-1236-23-12-136-23
+always \x5E72\x6E20 1245-1236-23-13-346-2
+always \x9AD8\x5E72 1245-235-1-1245-1236-23
+always \x5E72\x8B66 1245-1236-23-1245-16-3
+always \x8111\x5E72 1345-235-3-1245-1236-23
+always \x80FD\x5E72 1345-3456-2-1245-1236-23
+always \x5E72\x7FA4 1245-1236-23-13-456-2
+always \x5B9E\x5E72 156-2-1245-1236-23
+always \x5E72\x52B2 1245-1236-23-1245-126-23
+always \x5E72\x6D41 1245-1236-23-123-1256-2
+always \x6811\x5E72 156-136-23-1245-1236-23
+always \x624D\x5E72 14-246-2-1245-1236-23
+always \x4E3B\x5E72 34-136-3-1245-1236-23
+always \x5E72\x4E00 1245-1236-23-24-1
+always \x4E00\x5E72 24-1-1245-1236-23
+always \x5E72\x4E86 1245-1236-23-123-26
+always \x5E72\x7740 1245-1236-23-34-26
+always \x5E72\x6821 1245-1236-23-125-345-23
+always \x5E72\x67B6 1245-1236-23-1245-1246-23
+always \x5E72\x597D 1245-1236-23-125-235-3
+always \x60F3\x5E72 125-1346-3-1245-1236-23
+always \x5E72\x5B8C 1245-1236-23-12456-2
+always \x5E72\x4E0D 1245-1236-23-12-136-23
+always \x5E72\x54C8 1245-1236-23-125-35-2
+always \x88AB\x5E72 12-2346-23-1245-1236-23
+always \x5E72\x5417 1245-1236-23-134-35-2
+always \x5E72\x4EC0 1245-1236-23-156-356-2
+always \x5E72\x561B 1245-1236-23-134-35
+always \x5E72\x4F60 1245-1236-23-1345-24-3
+always \x5E72\x4ED6 1245-1236-23-2345-35
+always \x5E72\x5F97 1245-1236-23-145-246-2
+always \x5E72\x8FC7 1245-1236-23-1245-135-23
+always \x5E72\x5979 1245-1236-23-2345-35-1
+always \x7B14\x6746 12-24-3-1245-1236-3
+always \x79E4\x6746 12345-3456-23-1245-1236-3
+always \x6746\x7B14 1245-1236-3-12-24-3
+always \x8235\x6746 145-135-23-1245-1236-3
+always \x6746\x79E4 1245-1236-3-12345-3456-23
+always \x6746\x513F 1245-1236-3-1235-0
+always \x6760\x6746 1245-236-23-1245-1236-3
+always \x5149\x6746 1245-2356-1-1245-1236-3
+always \x8FDE\x6746 123-146-2-1245-1236-3
+always \x67AA\x6746 13-1346-1-1245-1236-3
+always \x94C1\x6746 2345-15-3-1245-1236-3
+always \x888B\x6746 145-246-23-1245-1236-3
+always \x8170\x6746 345-1-1245-1236-3
+always \x6881\x6746 123-1346-2-1245-1236-3
+always \x94BB\x6746 1356-12456-23-1245-1236-3
+always \x6746\x83CC 1245-1236-3-1245-456-1
+always \x6746\x67AA 1245-1236-3-13-1346-1
+always \x818F\x7B14 1245-235-23-12-24-3
+always \x818F\x6CB9 1245-235-23-1256-2
+always \x6401\x4E0D 1245-26-2-12-136-23
+always \x6401\x5F97 1245-26-2-145-26-2
+always \x80F3\x80A2 1245-26-2-34-1
+always \x845B\x85E4 1245-26-2-2345-3456-2
+always \x74DC\x845B 1245-123456-1-1245-26-2
+always \x7EA0\x845B 1245-1256-1-1245-26-2
+always \x86E4\x87C6 125-35-2-134-35
+always \x8865\x7ED9 12-136-3-1245-24-3
+always \x4EF0\x7ED9 1346-3-1245-24-3
+always \x7ED9\x517B 1245-24-3-1346-3
+always \x81EA\x7ED9 1356-23-1245-24-3
+always \x914D\x7ED9 1234-2346-23-1245-24-3
+always \x85AA\x7ED9 125-126-1-1245-24-3
+always \x7ED9\x4E88 1245-24-3-346-3
+always \x4F9B\x7ED9 1245-256-1-1245-24-3
+always \x66F4\x6362 1245-3456-1-125-12456-23
+always \x4E0D\x66F4 12-136-23-1245-3456-1
+always \x6253\x66F4 145-35-3-1245-3456-1
+always \x66F4\x65B0 1245-3456-1-125-126-1
+always \x53D8\x66F4 12-146-23-1245-3456-1
+always \x4E09\x66F4 234-1236-1-1245-3456-1
+always \x66F4\x8FED 1245-3456-1-145-15-2
+always \x77E5\x66F4 34-1-1245-3456-1
+always \x66F4\x9F13 1245-3456-1-1245-136-3
+always \x66F4\x6613 1245-3456-1-24-23
+always \x66F4\x66FF 1245-3456-1-2345-24-23
+always \x66F4\x52A8 1245-3456-1-145-256-23
+always \x66F4\x5F20 1245-3456-1-34-236-1
+always \x6DF1\x66F4 156-356-1-1245-3456-1
+always \x66F4\x6539 1245-3456-1-1245-246-3
+always \x66F4\x5E74 1245-3456-1-1345-146-2
+always \x9ED1\x66F4 125-2346-1-1245-3456-1
+always \x66F4\x540D 1245-3456-1-134-16-2
+always \x4E94\x66F4 136-3-1245-3456-1
+always \x4E8C\x66F4 1235-23-1245-3456-1
+always \x4E00\x66F4 24-1-1245-3456-1
+always \x56DB\x66F4 234-23-1245-3456-1
+always \x66F4\x8863 1245-3456-1-24-1
+always \x66F4\x6B63 1245-3456-1-34-3456-23
+always \x4F9B\x54C1 1245-256-23-1234-126-3
+always \x4F9B\x72B6 1245-256-23-34-2356-23
+always \x62DB\x4F9B 34-235-1-1245-256-23
+always \x4F9B\x684C 1245-256-23-34-135-1
+always \x8BF1\x4F9B 1256-23-1245-256-23
+always \x4E32\x4F9B 12345-12456-23-1245-256-23
+always \x53E3\x4F9B 13-12356-3-1245-256-23
+always \x4E0A\x4F9B 156-236-23-1245-256-23
+always \x4F9B\x8BA4 1245-256-23-245-356-23
+always \x4F9B\x679C 1245-256-23-1245-135-3
+always \x4F9B\x8BCD 1245-256-23-14-2
+always \x903C\x4F9B 12-24-1-1245-256-23
+always \x81EA\x4F9B 1356-23-1245-256-23
+always \x7FFB\x4F9B 124-1236-1-1245-256-23
+always \x4F9B\x804C 1245-256-23-34-2
+always \x4F9B\x5949 1245-256-23-124-3456-23
+always \x4F9B\x6848 1245-256-23-1236-23
+always \x516C\x4EC6 1245-256-1-1234-136-2
+always \x4EC6\x4EBA 1234-136-2-245-356-2
+always \x5973\x4EC6 1345-346-3-1234-136-2
+always \x7537\x4EC6 1345-1236-2-1234-136-2
+always \x516C\x5DEE 1245-256-1-12345-246-1
+always \x9AA8\x6735 1245-136-1-145-135-3
+always \x5410\x8C37 2345-136-3-346-23
+always \x82B1\x9AA8 125-123456-1-1245-136-1
+always \x51A0\x540D 1245-12456-23-134-16-2
+always \x51A0\x519B 1245-12456-23-1245-456-1
+always \x593A\x51A0 145-135-2-1245-12456-23
+always \x52C7\x51A0 1456-3-1245-12456-23
+always \x51A0\x4EE5 1245-12456-23-24-3
+always \x9053\x89C2 145-235-23-1245-12456-23
+always \x5BFA\x89C2 234-23-1245-12456-23
+always \x9F9F\x88C2 1245-456-1-123-15-23
+always \x9F9F\x5179 13-1256-1-14-2
+always \x54C8\x8FBE 125-35-3-145-35-2
+always \x54C8\x5DF4 125-35-3-12-35-1
+always \x54C8\x4EC0 125-35-23-156-23
+always \x5BB3\x81CA 125-246-23-234-235-23
+always \x597D\x9AD8 125-235-23-1245-235-1
+always \x7231\x597D 246-23-125-235-23
+always \x597D\x5BA2 125-235-23-13-26-23
+always \x7656\x597D 1234-24-3-125-235-23
+always \x597D\x6076 125-235-23-136-23
+always \x504F\x597D 1234-146-1-125-235-23
+always \x597D\x9038 125-235-23-24-23
+always \x597D\x5947 125-235-23-13-24-2
+always \x4E60\x597D 125-24-2-125-235-23
+always \x597D\x80DC 125-235-23-156-3456-23
+always \x597D\x52A8 125-235-23-145-256-23
+always \x597D\x5F3A 125-235-23-13-1346-2
+always \x597D\x8272 125-235-23-234-26-23
+always \x597D\x6218 125-235-23-34-1236-23
+always \x559C\x597D 125-24-3-125-235-23
+always \x55DC\x597D 156-23-125-235-23
+always \x53F7\x53EB 125-235-2-1245-345-23
+always \x53F7\x54ED 125-235-2-13-136-1
+always \x5E72\x53F7 1245-1236-23-125-235-2
+always \x6012\x53F7 1345-136-23-125-235-2
+always \x54C0\x53F7 246-1-125-235-2
+always \x53F7\x5555 125-235-2-2345-235-2
+always \x60B2\x53F7 12-2346-1-125-235-2
+always \x547C\x53F7 125-136-1-125-235-2
+always \x6012\x559D 1345-136-23-125-26-23
+always \x68D2\x559D 12-236-23-125-26-23
+always \x559D\x5F69 125-26-23-14-246-3
+always \x65AD\x559D 145-12456-23-125-26-23
+always \x559D\x95EE 125-26-23-25-23
+always \x8584\x8377 12-26-23-125-26
+always \x91CD\x8377 34-256-23-125-26-23
+always \x8D1F\x8377 124-136-23-125-26-23
+always \x8F7D\x8377 1356-246-23-125-26-23
+always \x6838\x513F 125-136-2-1235-0
+always \x7164\x6838 134-2346-2-125-136-2
+always \x62CC\x548C 12-1236-23-125-135
+always \x8F6F\x548C 245-12456-3-125-135
+always \x70ED\x548C 245-26-23-125-135
+always \x6696\x548C 1345-12456-3-125-135
+always \x63BA\x548C 12345-1236-1-125-135
+always \x548C\x9762 125-135-2-134-146-23
+always \x548C\x4E86 125-136-2-123-26
+always \x548C\x5566 125-136-2-123-35
+always \x5531\x548C 12345-236-23-125-26-23
+always \x9644\x548C 124-136-23-125-26-23
+always \x548C\x8BD7 125-26-23-156-1
+always \x5E94\x548C 16-23-125-26-23
+always \x8C89\x5B50 125-235-2-1356-0
+always \x8C89\x7ED2 125-235-2-245-256-2
+always \x6A2A\x86EE 125-3456-23-134-1236-2
+always \x6A2A\x66B4 125-3456-23-12-235-23
+always \x5F3A\x6A2A 13-1346-2-125-3456-23
+always \x86EE\x6A2A 134-1236-2-125-3456-23
+always \x5201\x6A2A 145-345-1-125-3456-23
+always \x6A2A\x8D22 125-3456-23-14-246-2
+always \x9A84\x6A2A 1245-345-1-125-3456-23
+always \x51F6\x6A2A 125-1456-1-125-3456-23
+always \x4E13\x6A2A 34-12456-1-125-3456-23
+always \x6A2A\x6B7B 125-3456-23-234-3
+always \x6A2A\x7978 125-3456-23-125-135-23
+always \x53D1\x6A2A 124-35-1-125-3456-23
+always \x6A2A\x8089 125-3456-23-245-12356-23
+always \x6A2A\x906D 125-3456-23-1356-235-1
+always \x8D77\x54C4 13-24-3-125-256-23
+always \x4E00\x54C4 24-1-125-256-23
+always \x5185\x8BA7 1345-2346-23-125-256-23
+always \x95F9\x54C4 1345-235-23-125-256-1
+always \x54C4\x7136 125-256-1-245-1236-2
+always \x54C4\x7B11 125-256-1-125-345-23
+always \x54C4\x4F20 125-256-1-12345-12456-2
+always \x54C4\x5802 125-256-1-2345-236-2
+always \x4E71\x54C4 123-12456-23-125-256-1
+always \x54C4\x62AC 125-256-1-2345-246-2
+always \x54C4\x62A2 125-256-1-13-1346-3
+always \x54C4\x52A8 125-256-1-145-256-23
+always \x9A7A\x54C4 1356-12356-1-125-256-1
+always \x547C\x5401 125-136-1-346-23
+always \x7CCA\x5F04 125-136-23-1345-256
+always \x54D7\x5566 125-123456-1-123-35-1
+always \x54D7\x54D7 125-123456-1-125-123456-1
+always \x534E\x5C71 125-123456-23-156-1236-1
+always \x6BD4\x5212 12-24-3-125-123456
+always \x5212\x62E8 125-123456-23-12-26-1
+always \x5212\x4E00 125-123456-23-24-1
+always \x89C4\x5212 1245-2456-1-125-123456-23
+always \x5212\x65F6 125-123456-23-156-2
+always \x8C0B\x5212 134-12356-2-125-123456-23
+always \x5212\x5206 125-123456-23-124-356-23
+always \x4F01\x5212 13-24-3-125-123456-23
+always \x5212\x754C 125-123456-23-1245-15-23
+always \x5212\x5B9A 125-123456-23-145-16-23
+always \x7B56\x5212 14-26-23-125-123456-23
+always \x533A\x5212 13-346-1-125-123456-23
+always \x8BA1\x5212 1245-24-23-125-123456-23
+always \x5212\x5F52 125-123456-23-1245-2456-1
+always \x5212\x7EBF 125-123456-23-125-146-23
+always \x5212\x4EF7 125-123456-23-1245-1246-23
+always \x64D8\x5212 12-26-23-125-123456-23
+always \x5212\x6E05 125-123456-23-13-16-1
+always \x7B79\x5212 12345-12356-2-125-123456-23
+always \x5212\x7ED9 125-123456-23-1245-2346-3
+always \x5F52\x8FD8 1245-2456-1-125-12456-2
+always \x653E\x8FD8 124-236-23-125-12456-2
+always \x8FD8\x9633 125-12456-2-1346-2
+always \x8FD8\x5634 125-12456-2-1356-2456-3
+always \x8FD8\x9B42 125-12456-2-125-25-2
+always \x56DE\x8FD8 125-2456-2-125-12456-2
+always \x5949\x8FD8 124-3456-23-125-12456-2
+always \x8FD8\x653F 125-12456-2-34-3456-23
+always \x5F80\x8FD8 2356-3-125-12456-2
+always \x8FD8\x672C 125-12456-2-12-356-3
+always \x8FD8\x793C 125-12456-2-123-24-3
+always \x8FD8\x4E61 125-12456-2-125-1346-1
+always \x6E05\x8FD8 13-16-1-125-12456-2
+always \x8FD8\x8D26 125-12456-2-34-236-23
+always \x507F\x8FD8 12345-236-2-125-12456-2
+always \x8FD8\x4FD7 125-12456-2-234-136-2
+always \x8FD8\x8D37 125-12456-2-145-246-23
+always \x4EA4\x8FD8 1245-345-1-125-12456-2
+always \x8FD8\x7530 125-12456-2-2345-146-2
+always \x53D1\x8FD8 124-35-1-125-12456-2
+always \x8FD8\x503A 125-12456-2-34-246-23
+always \x8FD8\x613F 125-12456-2-12346-23
+always \x8FD4\x8FD8 124-1236-3-125-12456-2
+always \x8FD8\x539F 125-12456-2-12346-2
+always \x8FD8\x51FB 125-12456-2-1245-24-1
+always \x8FD8\x4EF7 125-12456-2-1245-1246-23
+always \x9000\x8FD8 2345-2456-23-125-12456-2
+always \x8BA8\x8FD8 2345-235-3-125-12456-2
+always \x7D22\x8FD8 234-135-3-125-12456-2
+always \x8FD8\x624B 125-12456-2-156-12356-3
+always \x8FD8\x773C 125-12456-2-146-3
+always \x8FD8\x7259 125-12456-2-1246-2
+always \x8FD8\x7AE5 125-12456-2-2345-256-2
+always \x4E00\x6643 24-1-125-2356-3
+always \x660E\x6643 134-16-2-125-2356-3
+always \x6643\x773C 125-2356-3-146-3
+always \x8D22\x4F1A 14-246-2-13-13456-23
+always \x4F1A\x8BA1 13-13456-23-1245-24-23
+always \x6DF7\x86CB 125-25-2-145-1236-23
+always \x8C41\x514D 125-135-23-134-146-3
+always \x8C41\x6717 125-135-23-123-236-3
+always \x8C41\x8FBE 125-135-23-145-35-2
+always \x663E\x8C41 125-146-3-125-135-23
+always \x8C41\x7136 125-135-23-245-1236-2
+always \x8C41\x60C5 125-135-23-13-16-2
+always \x8C41\x4EAE 125-135-23-123-1346-23
+always \x7A3D\x9996 13-24-3-156-12356-3
+always \x7F09\x978B 13-24-1-125-15-2
+always \x5EB6\x51E0 156-136-23-1245-24-1
+always \x8336\x51E0 12345-35-2-1245-24-1
+always \x51E0\x6848 1245-24-1-1236-23
+always \x51E0\x4E4E 1245-24-1-125-136-1
+always \x6D4E\x6D4E 1245-24-3-1245-24-3
+always \x6D4E\x5357 1245-24-3-1345-1236-2
+always \x8BA1\x91CF 1245-24-23-123-1346-2
+always \x5939\x8884 1245-1246-2-235-3
+always \x5939\x88AB 1245-1246-2-12-2346-23
+always \x5939\x514B 1245-1246-2-13-26-23
+always \x5939\x7F1D 1245-1246-1-124-3456-23
+always \x5939\x80A2 1245-35-1-34-1
+always \x5BB6\x5F53 1245-1246-1-145-236-23
+always \x4F11\x5047 125-1256-1-1245-1246-23
+always \x516C\x5047 1245-256-1-1245-1246-23
+always \x5047\x671F 1245-1246-23-13-24-1
+always \x7EED\x5047 125-346-23-1245-1246-23
+always \x5E74\x5047 1345-146-2-1245-1246-23
+always \x4F8B\x5047 123-24-23-1245-1246-23
+always \x4EA7\x5047 12345-1236-3-1245-1246-23
+always \x9500\x5047 125-345-1-1245-1246-23
+always \x5EA6\x5047 145-136-23-1245-1246-23
+always \x957F\x5047 12345-236-2-1245-1246-23
+always \x6625\x5047 12345-25-1-1245-1246-23
+always \x5A5A\x5047 125-25-1-1245-1246-23
+always \x653E\x5047 124-236-23-1245-1246-23
+always \x75C5\x5047 12-16-23-1245-1246-23
+always \x544A\x5047 1245-235-23-1245-1246-23
+always \x6691\x5047 156-136-3-1245-1246-23
+always \x8BF7\x5047 13-16-3-1245-1246-23
+always \x5BD2\x5047 125-1236-2-1245-1246-23
+always \x8865\x5047 12-136-3-1245-1246-23
+always \x51C6\x5047 34-25-3-1245-1246-23
+always \x5047\x6761 1245-1246-23-2345-345-2
+always \x592A\x76D1 2345-246-23-1245-146-23
+always \x95F4\x9699 1245-146-23-125-24-23
+always \x95F4\x6216 1245-146-23-125-135-23
+always \x95F4\x6742 1245-146-23-1356-35-2
+always \x95F4\x58C1 1245-146-23-12-24-23
+always \x95F4\x6B47 1245-146-23-125-15-1
+always \x95F4\x63A5 1245-146-23-1245-15-1
+always \x95F4\x8C0D 1245-146-23-145-15-2
+always \x95F4\x65AD 1245-146-23-145-12456-23
+always \x65E0\x95F4 136-2-1245-146-23
+always \x53CD\x95F4 124-1236-3-1245-146-23
+always \x95F4\x82D7 1245-146-23-134-345-2
+always \x95F4\x9694 1245-146-23-1245-26-2
+always \x79BB\x95F4 123-24-2-1245-146-23
+always \x8DF5\x7EA6 1245-146-23-23456-1
+always \x51C6\x5C06 34-25-3-1245-1346-23
+always \x5927\x5C06 145-35-23-1245-1346-23
+always \x8001\x5C06 123-235-3-1245-1346-23
+always \x5112\x5C06 245-136-2-1245-1346-23
+always \x95EF\x5C06 12345-2356-3-1245-1346-23
+always \x540D\x5C06 134-16-2-1245-1346-23
+always \x5C06\x95E8 1245-1346-23-134-356-2
+always \x5E72\x5C06 1245-1236-23-1245-1346-23
+always \x864E\x5C06 125-136-3-1245-1346-23
+always \x8D25\x5C06 12-246-23-1245-1346-23
+always \x5C06\x5E05 1245-1346-23-156-13456-23
+always \x9A81\x5C06 125-345-1-1245-1346-23
+always \x6B66\x5C06 136-3-1245-1346-23
+always \x5C06\x58EB 1245-1346-23-156-23
+always \x6FC0\x5C06 1245-24-1-1245-1346-23
+always \x6218\x5C06 34-1236-23-1245-1346-23
+always \x5C06\x9886 1245-1346-23-123-16-3
+always \x4E3B\x5C06 34-136-3-1245-1346-23
+always \x95E8\x5C06 134-356-2-1245-1346-23
+always \x5065\x5C06 1245-146-23-1245-1346-23
+always \x608D\x5C06 125-1236-23-1245-1346-23
+always \x5C0F\x5C06 125-345-3-1245-1346-23
+always \x5C06\x5B98 1245-1346-23-1245-12456-1
+always \x731B\x5C06 134-3456-3-1245-1346-23
+always \x70B9\x5C06 145-146-3-1245-1346-23
+always \x52C7\x5C06 1456-3-1245-1346-23
+always \x5B88\x5C06 156-12356-3-1245-1346-23
+always \x5C06\x624D 1245-1346-23-14-246-2
+always \x826F\x5C06 123-1346-2-1245-1346-23
+always \x4E0A\x5C06 156-236-23-1245-1346-23
+always \x5C11\x5C06 156-235-23-1245-1346-23
+always \x6D46\x7CCA 1245-1346-23-125-136-2
+always \x5F52\x964D 1245-2456-1-125-1346-2
+always \x62DB\x964D 34-235-1-125-1346-2
+always \x8BC8\x964D 34-35-23-125-1346-2
+always \x8BF1\x964D 1256-23-125-1346-2
+always \x8BF7\x964D 13-16-3-125-1346-2
+always \x964D\x5C06 125-1346-2-1245-1346-23
+always \x6295\x964D 2345-12356-2-125-1346-2
+always \x964D\x8868 125-1346-2-12-345-3
+always \x7EB3\x964D 1345-35-23-125-1346-2
+always \x964D\x670D 125-1346-2-124-136-2
+always \x529D\x964D 13-12346-23-125-1346-2
+always \x964D\x4F0F 125-1346-2-124-136-2
+always \x53D7\x964D 156-12356-23-125-1346-2
+always \x4E5E\x964D 13-24-3-125-1346-2
+always \x5480\x56BC 1245-346-3-1245-23456-2
+always \x4E3B\x89D2 34-136-3-1245-23456-2
+always \x65E6\x89D2 145-1236-23-1245-23456-2
+always \x89D2\x6597 1245-23456-2-145-12356-23
+always \x89D2\x9010 1245-23456-2-34-136-2
+always \x4E11\x89D2 12345-12356-3-1245-23456-2
+always \x89D2\x529B 1245-23456-2-123-24-23
+always \x540D\x89D2 134-16-2-1245-23456-2
+always \x6367\x89D2 1234-3456-3-1245-23456-2
+always \x914D\x89D2 1234-2346-23-1245-23456-2
+always \x527F\x88AD 12345-235-1-125-24-2
+always \x527F\x8BF4 12345-235-1-156-135-1
+always \x6559\x4E66 1245-345-1-156-136-1
+always \x6559\x8BFE 1245-345-1-13-26-23
+always \x6559\x6211 1245-345-1-135-3
+always \x6559\x6559 1245-345-1-1245-345-1
+always \x6559\x4F1A 1245-345-1-125-2456-23
+always \x6559\x4ED6 1245-345-1-2345-35
+always \x6559\x5979 1245-345-1-2345-35-1
+always \x6559\x4F60 1245-345-1-1345-24-3
+always \x6559\x7ED9 1245-345-1-1245-2346-3
+always \x6559\x4EBA 1245-345-1-245-356-2
+always \x6559\x4E0D 1245-345-1-12-136-23
+always \x6559\x597D 1245-345-1-125-235-3
+always \x6559\x8FC7 1245-345-1-1245-135-23
+always \x6559\x4E86 1245-345-1-123-26
+always \x597D\x6559 125-235-3-1245-345-1
+always \x4F1A\x6559 125-2456-23-1245-345-1
+always \x4E0D\x6559 12-136-23-1245-345-1
+always \x6559\x4E0B 1245-345-1-125-1246-23
+always \x6559\x81EA 1245-345-1-1356-23
+always \x767D\x6559 12-246-2-1245-345-1
+always \x6559\x5C0F 1245-345-1-125-345-3
+always \x6559\x5B69 1245-345-1-125-246-2
+always \x6559\x5A03 1245-345-1-123456-2
+always \x6559\x82F1 1245-345-1-16-1
+always \x6559\x8BED 1245-345-1-346-3
+always \x6559\x6570 1245-345-1-156-136-23
+always \x6559\x5916 1245-345-1-13456-23
+always \x8282\x9AA8 1245-15-1-1245-136-3
+always \x7ED3\x5DF4 1245-15-1-12-35
+always \x62BC\x89E3 1246-1-1245-15-23
+always \x9012\x89E3 145-24-23-1245-15-23
+always \x5356\x89E3 134-246-23-125-15-23
+always \x82A5\x84DD 1245-246-23-123-1236-2
+always \x7981\x5F97 1245-126-1-145-26-2
+always \x7981\x4E0D 1245-126-1-12-136-23
+always \x4E0D\x7981 12-136-23-1245-126-1
+always \x5C3D\x65E9 1245-126-3-1356-235-3
+always \x5C3D\x5148 1245-126-3-125-146-1
+always \x5C3D\x7BA1 1245-126-3-1245-12456-3
+always \x5C3D\x91CF 1245-126-3-123-1346-23
+always \x52B2\x65C5 1245-16-23-123-346-3
+always \x96C4\x52B2 125-1456-2-1245-16-23
+always \x52B2\x6B4C 1245-16-23-1245-26-1
+always \x52B2\x654C 1245-16-23-145-24-2
+always \x521A\x52B2 1245-236-1-1245-16-23
+always \x82CD\x52B2 14-236-1-1245-16-23
+always \x52B2\x821E 1245-16-23-136-3
+always \x52B2\x5C04 1245-16-23-156-26-23
+always \x52B2\x5347 1245-16-23-156-3456-1
+always \x9052\x52B2 13-1256-2-1245-16-23
+always \x8116\x9888 12-26-2-1245-3456-3
+always \x62EE\x636E 1245-15-2-1245-346-1
+always \x5377\x626C 1245-12346-3-1346-2
+always \x7FFB\x5377 124-1236-1-1245-12346-3
+always \x98CE\x5377 124-3456-1-1245-12346-3
+always \x5377\x7F29 1245-12346-3-234-135-1
+always \x9F99\x5377 123-256-2-1245-12346-3
+always \x6625\x5377 12345-25-1-1245-12346-3
+always \x5377\x5165 1245-12346-3-245-136-23
+always \x80F6\x5377 1245-345-1-1245-12346-3
+always \x5E2D\x5377 125-24-2-1245-12346-3
+always \x5377\x9003 1245-12346-3-2345-235-2
+always \x5377\x70DF 1245-12346-3-146-1
+always \x8212\x5377 156-136-1-1245-12346-3
+always \x5F69\x5377 14-246-3-1245-12346-3
+always \x5377\x5E18 1245-12346-3-123-146-2
+always \x6F2B\x5377 134-1236-23-1245-12346-3
+always \x5377\x987B 1245-12346-3-125-346-1
+always \x5377\x571F 1245-12346-3-2345-136-3
+always \x82B1\x5377 125-123456-1-1245-12346-3
+always \x70DF\x5377 146-1-1245-12346-3
+always \x86CB\x5377 145-1236-23-1245-12346-3
+always \x5377\x5C3A 1245-12346-3-12345-3
+always \x5377\x8D77 1245-12346-3-13-24-3
+always \x61D2\x89C9 123-1236-3-1245-345-23
+always \x5348\x89C9 136-3-1245-345-23
+always \x7761\x89C9 156-2456-23-1245-345-23
+always \x9999\x83CC 125-1346-1-1245-456-23
+always \x83CC\x5B50 1245-456-23-1356-0
+always \x5496\x55B1 1245-35-1-123-24-2
+always \x5361\x8116 13-1246-3-12-26-2
+always \x5173\x5361 1245-12456-1-13-1246-3
+always \x54E8\x5361 156-235-23-13-1246-3
+always \x8FB9\x5361 12-146-1-13-1246-3
+always \x53D1\x5361 124-35-23-13-1246-3
+always \x5361\x58F3 13-1246-3-13-26-2
+always \x5361\x4F4F 13-1246-3-34-136-23
+always \x5361\x5B50 13-1246-3-1356-0
+always \x5361\x5728 13-1246-3-1356-246-23
+always \x54AF\x75F0 13-35-3-2345-1236-2
+always \x54AF\x8840 13-35-3-125-15-3
+always \x54AF\x5654 1245-26-1-145-3456-1
+always \x54AF\x54AF 1245-26-1-1245-26-1
+always \x770B\x62BC 13-1236-1-1246-1
+always \x770B\x5B88 13-1236-1-156-12356-3
+always \x770B\x9752 13-1236-1-13-16-1
+always \x770B\x5BB6 13-1236-1-1245-1246-1
+always \x770B\x7BA1 13-1236-1-1245-12456-3
+always \x770B\x62A4 13-1236-1-125-136-23
+always \x770B\x95E8 13-1236-1-134-356-2
+always \x625B\x9F0E 1245-236-1-145-16-3
+always \x5777\x5783 13-26-1-123-35-1
+always \x5730\x58F3 145-24-23-13-345-23
+always \x7532\x58F3 1245-1246-3-13-345-23
+always \x53EF\x6C57 13-26-23-125-1236-2
+always \x5F15\x542D 126-3-125-236-2
+always \x5077\x7A7A 2345-12356-1-13-256-23
+always \x7A7A\x95F2 13-256-23-125-146-2
+always \x7A7A\x6687 13-256-23-125-1246-2
+always \x7A7A\x5F53 13-256-23-145-236
+always \x62BD\x7A7A 12345-12356-1-13-256-23
+always \x95F2\x7A7A 125-146-2-13-256-23
+always \x6709\x7A7A 1256-3-13-256-23
+always \x7A7A\x7F3A 13-256-23-13-23456-1
+always \x586B\x7A7A 2345-146-2-13-256-23
+always \x7A7A\x5730 13-256-23-145-24-23
+always \x7A7A\x9699 13-256-23-125-24-23
+always \x63D2\x7A7A 12345-35-1-13-256-23
+always \x7A7A\x989D 13-256-23-26-2
+always \x6293\x7A7A 34-123456-1-13-256-23
+always \x7A7A\x767D 13-256-23-12-246-2
+always \x5F97\x7A7A 145-26-2-13-256-23
+always \x7A7A\x4F4D 13-256-23-2456-23
+always \x7A7A\x683C 13-256-23-1245-26-2
+always \x7A7A\x884C 13-256-23-125-236-2
+always \x7A7A\x51FA 13-256-23-12345-136-23
+always \x5FEB\x5F53 13-13456-23-145-236
+always \x633A\x62EC 2345-16-3-1245-123456-1
+always \x641C\x62EC 234-12356-1-1245-123456-1
+always \x70AE\x70D9 1234-235-2-123-135-23
+always \x52D2\x7D27 123-2346-1-1245-126-3
+always \x4E50\x97F3 23456-23-126-1
+always \x5668\x4E50 13-24-23-23456-23
+always \x4E50\x5F8B 23456-23-123-346-23
+always \x4E50\x7AE0 23456-23-34-236-1
+always \x97F3\x4E50 126-1-23456-23
+always \x4E50\x7406 23456-23-123-24-3
+always \x4E50\x5668 23456-23-13-24-23
+always \x6C11\x4E50 134-126-2-23456-23
+always \x519B\x4E50 1245-456-1-23456-23
+always \x4E50\x6C60 23456-23-12345-2
+always \x4E50\x961F 23456-23-145-2456-23
+always \x594F\x4E50 1356-12356-23-23456-23
+always \x5F26\x4E50 125-146-2-23456-23
+always \x9F13\x4E50 1245-136-3-23456-23
+always \x4E50\x575B 23456-23-2345-1236-2
+always \x4E50\x5E9C 23456-23-124-136-3
+always \x7BA1\x4E50 1245-12456-3-23456-23
+always \x4E50\x611F 23456-23-1245-1236-3
+always \x914D\x4E50 1234-2346-23-23456-23
+always \x54C0\x4E50 246-1-23456-23
+always \x56FD\x4E50 1245-135-2-23456-23
+always \x4E50\x5E08 23456-23-156-1
+always \x4E50\x8C31 23456-23-1234-136-3
+always \x4E50\x56E2 23456-23-2345-12456-2
+always \x7231\x4E50 246-23-23456-23
+always \x53E4\x4E50 1245-136-3-23456-23
+always \x4E50\x6B4C 23456-23-1245-26-1
+always \x4E50\x5DE5 23456-23-1245-256-1
+always \x4E50\x6237 23456-23-125-136-23
+always \x4E50\x53E5 23456-23-1245-346-23
+always \x4E50\x76F2 23456-23-134-236-2
+always \x4E50\x8FF7 23456-23-134-24-2
+always \x4E50\x624B 23456-23-156-12356-3
+always \x4E50\x821E 23456-23-136-3
+always \x821E\x4E50 136-3-23456-23
+always \x4E50\x6B63 23456-23-34-3456-23
+always \x793C\x4E50 123-24-3-23456-23
+always \x58F0\x4E50 156-3456-1-23456-23
+always \x4E50\x66F2 23456-23-13-346-3
+always \x8BD7\x4E50 156-1-23456-23
+always \x96C5\x4E50 1246-3-23456-23
+always \x5178\x4E50 145-146-3-23456-23
+always \x54CD\x4E50 125-1346-3-23456-23
+always \x58EB\x4E50 156-23-23456-23
+always \x6EDA\x4E50 1245-25-3-23456-23
+always \x51FB\x4E50 1245-24-1-23456-23
+always \x79EF\x7D2F 1245-24-1-123-2346-3
+always \x7D2F\x52A0 123-2346-3-1245-1246-1
+always \x7D2F\x79EF 123-2346-3-1245-24-1
+always \x7D2F\x8BA1 123-2346-3-1245-24-23
+always \x7D2F\x7D2F 123-2346-2-123-2346-3
+always \x7D2F\x6B21 123-2346-3-14-23
+always \x7D2F\x53CA 123-2346-3-1245-24-2
+always \x6302\x7D2F 1245-123456-23-123-2346-3
+always \x7D2F\x5E74 123-2346-3-1345-146-2
+always \x5E26\x7D2F 145-246-23-123-2346-3
+always \x7D2F\x8FDB 123-2346-3-1245-126-23
+always \x7D2F\x72AF 123-2346-3-124-1236-23
+always \x7D2F\x65E5 123-2346-3-245-23
+always \x7D2F\x724D 123-2346-3-145-136-2
+always \x62D6\x7D2F 2345-135-1-123-2346-3
+always \x64C2\x9F13 123-2346-2-1245-136-3
+always \x81EA\x64C2 1356-23-123-2346-2
+always \x808B\x8126 123-26-1-2345-26-23
+always \x6251\x68F1 1234-136-1-123-3456
+always \x9AD8\x4E3D 1245-235-1-123-24-2
+always \x53E5\x4E3D 1245-12356-1-123-24-2
+always \x85CF\x5386 1356-236-23-123-24-23
+always \x8584\x5229 12-26-2-123-24-23
+always \x54E9\x54E9 123-24-1-123-24
+always \x4F0E\x4FE9 1245-24-23-123-1346-3
+always \x91CF\x5177 123-1346-2-1245-346-23
+always \x91CF\x676F 123-1346-2-12-2346-1
+always \x6597\x91CF 145-12356-3-123-1346-2
+always \x91CF\x5EA6 123-1346-2-145-136-23
+always \x6D4B\x91CF 14-26-23-123-1346-2
+always \x8861\x91CF 125-3456-2-123-1346-2
+always \x91CF\x4F53 123-1346-2-2345-24-3
+always \x91CF\x4E00 123-1346-2-24-1
+always \x4E00\x91CF 24-1-123-1346-2
+always \x91CF\x8840 123-1346-2-125-23456-23
+always \x91CF\x53D6 123-1346-2-13-346-3
+always \x8003\x91CF 13-235-3-123-1346-2
+always \x91CF\x89D2 123-1346-2-1245-345-3
+always \x91CF\x89C4 123-1346-2-1245-2456-1
+always \x79F0\x91CF 12345-3456-1-123-1346-2
+always \x5EA6\x91CF 145-136-23-123-1346-2
+always \x91CF\x5757 123-1346-2-13-13456-23
+always \x4EAE\x76F8 123-1346-23-125-1346-23
+always \x706B\x71CE 125-135-3-123-345-3
+always \x71CE\x4E86 123-345-3-123-26
+always \x516C\x4E86 1245-256-1-123-345-3
+always \x4E86\x5C40 123-345-3-1245-346-2
+always \x4E86\x8D26 123-345-3-34-236-23
+always \x4E0D\x4E86 12-136-23-123-345-3
+always \x4E86\x5374 123-345-3-13-23456-23
+always \x4E00\x4E86 24-1-123-345-3
+always \x5F97\x4E86 145-26-2-123-345-3
+always \x4E34\x4E86 123-126-2-123-345-3
+always \x77E5\x4E86 34-1-123-345-3
+always \x4E86\x4E86 123-345-3-123-345-3
+always \x4E86\x65AD 123-345-3-145-12456-23
+always \x4E86\x7ED3 123-345-3-1245-15-2
+always \x4E86\x65E0 123-345-3-136-2
+always \x79C1\x4E86 234-1-123-345-3
+always \x660E\x4E86 134-16-2-123-345-3
+always \x4E86\x5F97 123-345-3-145-26-2
+always \x4E86\x5F53 123-345-3-145-236-23
+always \x7F62\x4E86 12-35-23-123-345-3
+always \x672A\x4E86 2456-23-123-345-3
+always \x4E86\x4E0D 123-345-3-12-136-23
+always \x7EC8\x4E86 34-256-1-123-345-3
+always \x4E86\x5982 123-345-3-245-136-2
+always \x4E86\x89E3 123-345-3-1245-15-3
+always \x4E86\x7136 123-345-3-245-1236-2
+always \x4E86\x4E4B 123-345-3-34-1
+always \x4E86\x77E5 123-345-3-34-1
+always \x6DCB\x75C5 123-126-23-12-16-23
+always \x4EE4\x72D0 123-16-2-125-136-2
+always \x559D\x4EE4 125-26-23-123-16-23
+always \x5C06\x4EE4 1245-1346-23-123-16-23
+always \x4E00\x6E9C 24-1-123-1256-23
+always \x51B0\x6E9C 12-16-1-123-1256-23
+always \x5927\x6E9C 145-35-23-123-1256-23
+always \x7BB1\x7B3C 125-1346-1-123-256-3
+always \x7B3C\x7F69 123-256-3-34-235-23
+always \x7B3C\x7EDF 123-256-3-2345-256-3
+always \x9AA8\x788C 1245-136-1-123-136
+always \x788C\x78A1 123-1256-23-34-12356-2
+always \x9732\x767D 123-12356-23-12-246-2
+always \x9732\x5BCC 123-12356-23-124-136-23
+always \x9732\x5E95 123-12356-23-145-24-3
+always \x9732\x4E00 123-12356-23-24-1
+always \x9732\x8138 123-12356-23-123-146-3
+always \x9732\x9A6C 123-12356-23-134-35-3
+always \x9732\x9985 123-12356-23-125-146-23
+always \x9732\x4E11 123-12356-23-12345-12356-3
+always \x9732\x5934 123-136-23-2345-12356-2
+always \x7387\x90E8 156-13456-23-12-136-23
+always \x8868\x7387 12-345-3-156-13456-23
+always \x7EDF\x7387 2345-256-3-156-13456-23
+always \x7387\x6027 156-13456-23-125-16-23
+always \x7387\x76F4 156-13456-23-34-2
+always \x7387\x771F 156-13456-23-34-356-1
+always \x7C97\x7387 14-136-1-156-13456-23
+always \x7387\x9886 156-13456-23-123-16-3
+always \x8F7B\x7387 13-16-1-156-13456-23
+always \x7387\x5148 156-13456-23-125-146-1
+always \x76F4\x7387 34-2-156-13456-23
+always \x8349\x7387 14-235-3-156-13456-23
+always \x5927\x7387 145-35-23-156-13456-23
+always \x5766\x7387 2345-1236-3-156-13456-23
+always \x7387\x5C14 156-13456-23-1235-3
+always \x7387\x517D 156-13456-23-156-12356-23
+always \x7EFF\x6797 123-136-23-123-126-2
+always \x7EFF\x8425 123-136-23-16-2
+always \x4F20\x7565 34-12456-23-123-23456-23
+always \x7EB6\x5DFE 1245-12456-1-1245-126-1
+always \x843D\x6795 123-235-23-34-356-3
+always \x843D\x4EF7 123-235-23-1245-1246-23
+always \x843D\x56DB 123-35-23-234-23
+always \x9EBB\x5C06 134-35-2-1245-1346-23
+always \x5417\x5561 134-35-3-124-2346-1
+always \x57CB\x6028 134-1236-2-12346-23
+always \x8109\x8109 134-26-23-134-26-23
+always \x85E4\x8513 2345-3456-2-12456-23
+always \x8513\x83C1 134-1236-2-1245-16-1
+always \x7FA4\x6C13 13-456-2-134-3456-2
+always \x6C13\x96B6 134-3456-2-123-24-23
+always \x6BDB\x53D1 134-235-2-124-35-23
+always \x6284\x6CA1 12345-235-1-134-26-23
+always \x6CA1\x9F7F 134-26-23-12345-3
+always \x6E6E\x6CA1 146-1-134-26-23
+always \x6CEF\x6CA1 134-126-3-134-26-23
+always \x8986\x6CA1 124-136-23-134-26-23
+always \x6CA1\x4E16 134-26-23-156-23
+always \x57CB\x6CA1 134-246-2-134-26-23
+always \x6DF9\x6CA1 146-1-134-26-23
+always \x6CA1\x6536 134-26-23-156-12356-1
+always \x51FA\x6CA1 12345-136-1-134-26-23
+always \x7F5A\x6CA1 124-35-2-134-26-23
+always \x8FB1\x6CA1 245-136-3-134-26-23
+always \x6D78\x6CA1 1245-126-23-134-26-23
+always \x6CA1\x843D 134-26-23-123-135-23
+always \x6C89\x6CA1 12345-356-2-134-26-23
+always \x9690\x6CA1 126-3-134-26-23
+always \x6CA1\x5948 134-26-23-1345-246-23
+always \x541E\x6CA1 2345-25-1-134-26-23
+always \x6CA1\x81CA 134-2346-2-234-235-23
+always \x95F7\x70ED 134-356-1-245-26-23
+always \x95F7\x58F0 134-356-1-156-3456-1
+always \x95F7\x7F50 134-356-1-1245-12456-23
+always \x95F7\x5934 134-356-1-2345-12356-2
+always \x95F7\x4F1A 134-356-1-125-2456-23
+always \x95F7\x4E00 134-356-1-24-1
+always \x8499\x53E4 134-3456-3-1245-136-3
+always \x8499\x9A97 134-3456-1-1234-146-23
+always \x5185\x8499 1345-2346-23-134-3456-23
+always \x8499\x4EBA 134-3456-1-245-356-2
+always \x8499\x533B 134-3456-3-24-1
+always \x778E\x8499 125-1246-1-134-3456-1
+always \x8499\x5BF9 134-3456-1-145-2456-23
+always \x79D8\x9C81 12-24-23-123-136-3
+always \x6CCC\x9633 12-24-23-1346-2
+always \x9762\x76F8 134-146-23-125-1346-23
+always \x76F8\x9762 125-1346-23-134-146-23
+always \x5B57\x6A21 1356-23-134-136-2
+always \x6A21\x677F 134-136-2-12-1236-3
+always \x6A21\x6837 134-136-2-1346-23
+always \x6A21\x5B50 134-136-2-1356-0
+always \x6A21\x5177 134-136-2-1245-346-23
+always \x88C5\x6A21 34-2356-1-134-136-2
+always \x4E00\x6A21 24-1-134-136-2
+always \x77F3\x78E8 156-2-134-26-23
+always \x78E8\x70E6 134-26-23-124-1236-2
+always \x78E8\x76D8 134-26-23-1234-1236-2
+always \x6C34\x78E8 156-2456-3-134-26-23
+always \x5378\x78E8 125-15-23-134-26-23
+always \x7535\x78E8 145-146-23-134-26-23
+always \x98CE\x78E8 124-3456-1-134-26-23
+always \x78E8\x574A 134-26-23-124-236-2
+always \x78E8\x5E8A 134-26-23-12345-2356-2
+always \x63A8\x78E8 2345-2456-1-134-26-23
+always \x62C9\x78E8 123-35-1-134-26-23
+always \x78E8\x7247 134-26-23-1234-146-23
+always \x9676\x78E8 2345-235-2-134-26-23
+always \x78E8\x5177 134-26-23-1245-346-23
+always \x62B9\x4E0D 134-26-23-12-136-23
+always \x62B9\x5E03 134-35-1-12-136-23
+always \x62B9\x89D2 134-26-23-1245-345-3
+always \x62B9\x684C 134-35-1-34-135-1
+always \x672B\x4E86 134-26-23-123-345-3
+always \x53D1\x6CE1 124-35-1-1234-235-1
+always \x66F2\x76EE 13-346-3-134-136-23
+always \x54EA\x5412 1345-26-2-34-35-23
+always \x5A40\x5A1C 26-1-1345-135-2
+always \x8885\x5A1C 1345-345-3-1345-135-2
+always \x96BE\x6C11 1345-1236-23-134-126-2
+always \x8D23\x96BE 1356-26-2-1345-1236-23
+always \x89E3\x96BE 1245-15-3-1345-1236-23
+always \x6B89\x96BE 125-456-23-1345-1236-23
+always \x8499\x96BE 134-3456-2-1345-1236-23
+always \x906D\x96BE 1356-235-1-1345-1236-23
+always \x8D74\x96BE 124-136-23-1345-1236-23
+always \x78E8\x96BE 134-26-2-1345-1236-23
+always \x53D1\x96BE 124-35-1-1345-1236-23
+always \x7F79\x96BE 123-24-2-1345-1236-23
+always \x907F\x96BE 12-24-23-1345-1236-23
+always \x8FA9\x96BE 12-146-23-1345-1236-23
+always \x5384\x96BE 26-23-1345-1236-23
+always \x53D7\x96BE 156-12356-23-1345-1236-23
+always \x52AB\x96BE 1245-15-2-1345-1236-23
+always \x843D\x96BE 123-135-23-1345-1236-23
+always \x56FD\x96BE 1245-135-2-1345-1236-23
+always \x6B7B\x96BE 234-3-1345-1236-23
+always \x8BD8\x96BE 1245-15-2-1345-1236-23
+always \x707E\x96BE 1356-246-1-1345-1236-23
+always \x6551\x96BE 1245-1256-23-1345-1236-23
+always \x9003\x96BE 2345-235-2-1345-1236-23
+always \x6392\x96BE 1234-246-2-1345-1236-23
+always \x96BE\x53CB 1345-1236-23-1256-3
+always \x7A7A\x96BE 13-256-1-1345-1236-23
+always \x6025\x96BE 1245-24-2-1345-1236-23
+always \x95EE\x96BE 25-23-1345-1236-23
+always \x82E6\x96BE 13-136-3-1345-1236-23
+always \x60A3\x96BE 125-12456-23-1345-1236-23
+always \x975E\x96BE 124-2346-1-1345-1236-23
+always \x6D77\x96BE 125-246-3-1345-1236-23
+always \x9047\x96BE 346-23-1345-1236-23
+always \x5371\x96BE 2456-1-1345-1236-23
+always \x5927\x96BE 145-35-23-1345-1236-23
+always \x5201\x96BE 145-345-1-1345-1236-23
+always \x77FF\x96BE 13-2356-23-1345-1236-23
+always \x96BE\x5F1F 1345-1236-23-145-24-23
+always \x96BE\x7ECF 1345-1236-23-1245-16-1
+always \x7A9D\x56CA 135-1-1345-236
+always \x5462\x7ED2 1345-24-2-245-256-2
+always \x5462\x6599 1345-24-2-123-345-23
+always \x5462\x5583 1345-24-2-1345-1236-2
+always \x62D8\x6CE5 1245-346-1-1345-24-23
+always \x4FBF\x6EBA 12-146-23-1345-345-23
+always \x6492\x5C3F 234-35-1-1345-345-23
+always \x51F1\x6492 13-246-3-234-35-1
+always \x51EF\x6492 13-246-3-234-35-1
+always \x6492\x5207 234-35-1-13-15-23
+always \x6492\x54C8 234-35-1-125-35-1
+always \x5C3F\x812C 234-2456-1-1234-235-1
+always \x5C3F\x6CE1 234-2456-1-1234-235-1
+always \x5B81\x53EF 1345-16-23-13-26-3
+always \x5B81\x6B7B 1345-16-23-234-3
+always \x5B81\x7F3A 1345-16-23-13-23456-1
+always \x6BCB\x5B81 136-2-1345-16-23
+always \x5B81\x613F 1345-16-23-12346-23
+always \x5B81\x80AF 1345-16-23-13-356-3
+always \x91CC\x5F04 123-24-3-123-256-23
+always \x5F04\x5802 123-256-23-2345-236-2
+always \x5973\x7EA2 1345-346-3-1245-256-1
+always \x53D1\x759F 124-35-1-345-23
+always \x5DEE\x6D3E 12345-246-1-1234-246-23
+always \x5228\x82B1 12-235-23-125-123456-1
+always \x5228\x5E8A 12-235-23-12345-2356-2
+always \x5228\x5B50 12-235-23-1356-0
+always \x5228\x51B0 12-235-23-12-16-1
+always \x70AE\x7F8A 12-235-1-1346-2
+always \x70AE\x5236 1234-235-2-34-23
+always \x8DD1\x6CC9 1234-235-2-13-12346-2
+always \x6CE1\x6850 1234-235-1-2345-256-2
+always \x773C\x6CE1 146-3-1234-235-1
+always \x8150\x6CE1 124-136-3-1234-235-1
+always \x55B7\x9999 1234-356-23-125-1346-1
+always \x5288\x67F4 1234-24-3-12345-246-2
+always \x5288\x53C9 1234-24-3-12345-35-23
+always \x9ED8\x7247 134-26-23-1234-146-1
+always \x50CF\x7247 125-1346-23-1234-146-1
+always \x77ED\x7247 145-12456-3-1234-146-1
+always \x7247\x5B50 1234-146-1-1356-0
+always \x6F02\x4EAE 1234-345-23-123-1346-23
+always \x6F02\x6D17 1234-345-3-125-24-3
+always \x6F02\x767D 1234-345-3-12-246-2
+always \x6F02\x67D3 1234-345-3-245-1236-3
+always \x6487\x5F00 1234-15-1-13-246-1
+always \x5C4F\x8425 12-16-1-16-2
+always \x5C4F\x5F03 12-16-3-13-24-23
+always \x5C4F\x9664 12-16-3-12345-136-2
+always \x5C4F\x9000 12-16-3-2345-2456-23
+always \x5C4F\x606F 12-16-3-125-24-1
+always \x8FEB\x51FB 1234-246-3-1245-24-1
+always \x94FA\x9648 1234-136-1-12345-356-2
+always \x94FA\x5F20 1234-136-1-34-236-1
+always \x5E73\x94FA 1234-16-2-1234-136-1
+always \x94FA\x6392 1234-136-1-1234-246-2
+always \x94FA\x8F68 1234-136-1-1245-2456-3
+always \x94FA\x780C 1234-136-1-13-24-23
+always \x94FA\x644A 1234-136-1-2345-1236-1
+always \x94FA\x76D6 1234-136-1-1245-246-23
+always \x94FA\x5929 1234-136-1-2345-146-1
+always \x94FA\x8DEF 1234-136-1-123-136-23
+always \x94FA\x5E73 1234-136-1-1234-16-2
+always \x94FA\x5C55 1234-136-1-34-1236-3
+always \x94FA\x7740 1234-136-1-34-26
+always \x94FA\x4E00 1234-136-1-24-1
+always \x94FA\x7B51 1234-136-1-34-136-23
+always \x94FA\x57AB 1234-136-1-145-146-23
+always \x94FA\x886C 1234-136-1-12345-356-23
+always \x94FA\x8BBE 1234-136-1-156-26-23
+always \x94FA\x9526 1234-136-1-1245-126-3
+always \x94FA\x7709 1234-136-1-134-2346-2
+always \x94FA\x8C0B 1234-136-1-134-12356-2
+always \x94FA\x5F00 1234-136-1-13-246-1
+always \x94FA\x5730 1234-136-1-145-24-23
+always \x94FA\x53D9 1234-136-1-125-346-23
+always \x5974\x4EC6 1345-136-2-1234-136-2
+always \x4EC6\x5F79 1234-136-2-24-23
+always \x4EC6\x4ECE 1234-136-2-14-256-2
+always \x6734\x5200 1234-26-1-145-235-1
+always \x539A\x6734 125-12356-23-1234-26-23
+always \x6734\x6811 1234-26-23-156-136-23
+always \x6734\x69FF 123-345-2-1245-126-3
+always \x66DD\x5149 12-235-23-1245-2356-1
+always \x81EA\x66DD 1356-23-12-235-23
+always \x7011\x6CB3 12-235-23-125-26-2
+always \x6816\x6816 125-24-1-125-24-1
+always \x5947\x6570 1245-24-1-156-136-23
+always \x5947\x5076 1245-24-1-12356-3
+always \x5C4F\x6C14 12-16-3-13-24-23
+always \x545B\x7740 13-1346-1-34-26
+always \x52C9\x5F3A 134-146-3-13-1346-3
+always \x5F3A\x989C 13-1346-3-146-2
+always \x5F3A\x6C42 13-1346-3-13-1256-2
+always \x7275\x5F3A 13-146-1-13-1346-3
+always \x5F3A\x8FA9 13-1346-3-12-146-23
+always \x5F3A\x8FEB 13-1346-3-1234-26-23
+always \x5F3A\x903C 13-1346-3-12-24-1
+always \x5F3A\x4F7F 13-1346-3-156-3
+always \x5F3A\x8BCD 13-1346-3-14-2
+always \x5014\x5F3A 1245-23456-2-1245-1346-23
+always \x5F3A\x5634 1245-1346-23-1356-2456-3
+always \x5F3A\x5C06 13-1346-2-1245-1346-23
+always \x6084\x6084 13-345-1-13-345
+always \x7FD8\x4F01 13-345-2-13-24-3
+always \x7FD8\x76FC 13-345-2-1234-1236-23
+always \x7FD8\x9996 13-345-2-156-12356-3
+always \x7FD8\x671B 13-345-2-2356-23
+always \x7FD8\x695A 13-345-2-12345-136-3
+always \x7FD8\x8DB3 13-345-2-1356-136-2
+always \x5207\x8981 13-15-23-345-23
+always \x4E00\x5207 24-1-13-15-23
+always \x5BC6\x5207 134-24-23-13-15-23
+always \x5207\x8109 13-15-23-134-246-23
+always \x5207\x83AB 13-15-23-134-26-23
+always \x60B2\x5207 12-2346-1-13-15-23
+always \x8FEB\x5207 1234-26-23-13-15-23
+always \x70ED\x5207 245-26-23-13-15-23
+always \x5207\x5408 13-15-23-125-26-2
+always \x5207\x5207 13-15-23-13-15-23
+always \x786E\x5207 13-23456-23-13-15-23
+always \x5173\x5207 1245-12456-1-13-15-23
+always \x5207\x80A4 13-15-23-124-136-1
+always \x771F\x5207 34-356-1-13-15-23
+always \x75DB\x5207 2345-256-23-13-15-23
+always \x5207\x9F7F 13-15-23-12345-3
+always \x5207\x9898 13-15-23-2345-24-2
+always \x5207\x5FCC 13-15-23-1245-24-23
+always \x6DF1\x5207 156-356-1-13-15-23
+always \x6025\x5207 1245-24-2-13-15-23
+always \x51C4\x5207 13-24-1-13-15-23
+always \x5207\x8FD1 13-15-23-1245-126-23
+always \x5207\x52FF 13-15-23-136-23
+always \x5207\x76FC 13-15-23-1234-1236-23
+always \x6073\x5207 13-356-3-13-15-23
+always \x5207\x8BB0 13-15-23-1245-24-23
+always \x5207\x8EAB 13-15-23-156-356-1
+always \x5207\x5B9E 13-15-23-156-2
+always \x53CD\x5207 124-1236-3-13-15-23
+always \x756A\x79BA 1234-1236-1-346-2
+always \x4EB2\x5BB6 13-16-23-1245-1246-1
+always \x4EB2\x5207 13-126-1-13-15-23
+always \x884C\x60C5 125-236-2-13-16-2
+always \x8FD8\x60C5 125-12456-2-13-16-2
+always \x5F02\x66F2 24-23-13-346-3
+always \x4F5C\x66F2 1356-135-23-13-346-3
+always \x7EC4\x66F2 1356-136-3-13-346-3
+always \x5C0F\x66F2 125-345-3-13-346-3
+always \x9009\x66F2 125-12346-3-13-346-3
+always \x620F\x66F2 125-24-23-13-346-3
+always \x8BCD\x66F2 14-2-13-346-3
+always \x66F2\x827A 13-346-3-24-23
+always \x5317\x66F2 12-2346-3-13-346-3
+always \x6B4C\x66F2 1245-26-1-13-346-3
+always \x821E\x66F2 136-3-13-346-3
+always \x591C\x66F2 15-23-13-346-3
+always \x63D2\x66F2 12345-35-1-13-346-3
+always \x66F2\x9AD8 13-346-3-1245-235-1
+always \x91D1\x66F2 1245-126-1-13-346-3
+always \x540D\x66F2 134-16-2-13-346-3
+always \x8C31\x66F2 1234-136-3-13-346-3
+always \x5957\x66F2 2345-235-23-13-346-3
+always \x66F2\x5267 13-346-3-1245-346-23
+always \x6606\x66F2 13-25-1-13-346-3
+always \x5E8F\x66F2 125-346-23-13-346-3
+always \x7434\x66F2 13-126-2-13-346-3
+always \x5143\x66F2 12346-2-13-346-3
+always \x66F2\x8C31 13-346-3-1234-136-3
+always \x66F2\x7EC8 13-346-3-34-256-1
+always \x66F2\x724C 13-346-3-1234-246-2
+always \x4E00\x66F2 24-1-13-346-3
+always \x66F2\x5B50 13-346-3-1356-0
+always \x54CD\x66F2 125-1346-3-13-346-3
+always \x5708\x517B 1245-12346-23-1346-3
+always \x732A\x5708 34-136-1-1245-12346-23
+always \x725B\x5708 1345-1256-2-1245-12346-23
+always \x5708\x820D 1245-12346-23-156-26-23
+always \x96C0\x76F2\x773C 13-345-3-134-236-2-146-3
+always \x4EBA\x6A21 245-356-2-134-136-2
+always \x4EFB\x4E18 245-356-2-13-1256-1
+always \x671D\x65E5 34-235-1-245-23
+always \x5F25\x6492 134-24-2-234-35
+always \x6492\x6B22 234-35-1-125-12456-1
+always \x6492\x7F51 234-35-1-2356-3
+always \x6492\x91CE 234-35-1-15-3
+always \x6492\x9152 234-35-1-1245-1256-3
+always \x6492\x6CFC 234-35-1-1234-26-1
+always \x6492\x6C14 234-35-1-13-24-23
+always \x6492\x65E6 234-35-1-145-1236-23
+always \x6492\x624B 234-35-1-156-12356-3
+always \x6492\x8D56 234-35-1-123-246-23
+always \x6492\x817F 234-35-1-2345-2456-3
+always \x6492\x5A07 234-35-1-1245-345-1
+always \x6492\x4E2B 234-35-1-1246-1
+always \x6492\x8C0E 234-35-1-125-2356-3
+always \x6492\x5201 234-35-1-145-345-1
+always \x5173\x585E 1245-12456-1-234-246-23
+always \x585E\x7FC1 234-246-23-256-1
+always \x585E\x5916 234-246-23-13456-23
+always \x8FB9\x585E 12-146-1-234-246-23
+always \x585E\x5317 234-246-23-12-2346-3
+always \x5835\x585E 145-136-3-234-26-23
+always \x642A\x585E 2345-236-2-234-26-23
+always \x8305\x585E 134-235-2-234-26-23
+always \x95ED\x585E 12-24-23-234-26-23
+always \x586B\x585E 2345-146-2-234-26-23
+always \x9F3B\x585E 12-24-2-234-26-23
+always \x6897\x585E 1245-3456-3-234-26-23
+always \x58C5\x585E 1456-1-234-26-23
+always \x963B\x585E 1356-136-3-234-26-23
+always \x6813\x585E 156-12456-1-234-26-23
+always \x5145\x585E 12345-256-1-234-26-23
+always \x585E\x8D23 234-26-23-1356-26-2
+always \x6DE4\x585E 346-1-234-26-23
+always \x62E5\x585E 1456-1-234-26-23
+always \x54FD\x585E 1245-3456-3-234-26-23
+always \x62AB\x6563 1234-24-1-234-1236
+always \x6563\x6253 234-1236-3-145-35-3
+always \x96F6\x6563 123-16-2-234-1236-3
+always \x6563\x5149 234-1236-3-1245-2356-1
+always \x84EC\x6563 1234-3456-2-234-1236-3
+always \x6563\x517B 234-1236-3-1346-3
+always \x6563\x5EA7 234-1236-3-1356-135-23
+always \x61D2\x6563 123-1236-3-234-1236-3
+always \x6563\x8BB0 234-1236-3-1245-24-23
+always \x6563\x6F2B 234-1236-3-134-1236-23
+always \x6563\x5175 234-1236-3-12-16-1
+always \x6563\x5C45 234-1236-3-1245-346-1
+always \x6563\x67B6 234-1236-3-1245-1246-23
+always \x6563\x5242 234-1236-3-1245-24-23
+always \x6563\x66F2 234-1236-3-13-346-3
+always \x6563\x4EF6 234-1236-3-1245-146-23
+always \x6563\x6587 234-1236-3-25-2
+always \x6563\x88C5 234-1236-3-34-2356-1
+always \x6563\x5C04 234-1236-3-156-26-23
+always \x95F2\x6563 125-146-2-234-1236-3
+always \x6563\x89C1 234-1236-3-1245-146-23
+always \x6563\x4E71 234-1236-3-123-12456-23
+always \x6CBB\x4E27 34-23-234-236-1
+always \x56FD\x4E27 1245-135-2-234-236-1
+always \x559C\x4E27 125-24-3-234-236-1
+always \x5C45\x4E27 1245-346-1-234-236-1
+always \x5A5A\x4E27 125-25-1-234-236-1
+always \x4E27\x846C 234-236-1-1356-236-23
+always \x4E27\x5047 234-236-1-1245-1246-23
+always \x5B88\x4E27 156-12356-3-234-236-1
+always \x4E27\x95E8 234-236-1-134-356-2
+always \x5954\x4E27 12-356-1-234-236-1
+always \x51FA\x4E27 12345-136-1-234-236-1
+always \x4E27\x670D 234-236-1-124-136-2
+always \x670D\x4E27 124-136-2-234-236-1
+always \x4E27\x793C 234-236-1-123-24-3
+always \x62A5\x4E27 12-235-23-234-236-1
+always \x4E27\x4E71 234-236-1-123-12456-23
+always \x540A\x4E27 145-345-23-234-236-1
+always \x4E27\x949F 234-236-1-34-256-1
+always \x4E27\x4E8B 234-236-1-156-23
+always \x53D1\x4E27 124-35-1-234-236-1
+always \x626B\x5174 234-235-3-125-16-23
+always \x89D2\x8272 1245-23456-2-234-26-23
+always \x8272\x76F8 234-26-23-125-1346-23
+always \x5239\x90A3 12345-35-23-1345-35-23
+always \x5B9D\x5239 12-235-3-12345-35-23
+always \x53E4\x5239 1245-136-3-12345-35-23
+always \x715E\x8F66 156-35-1-12345-26-1
+always \x715E\x4F4F 156-35-1-34-136-23
+always \x82EB\x5B50 156-1236-1-1356-0
+always \x82EB\x5E03 156-1236-1-12-136-23
+always \x6749\x7BD9 156-35-1-1245-235-1
+always \x6749\x6728 156-35-1-134-136-23
+always \x6247\x52A8 156-1236-1-145-256-23
+always \x6247\x98CE 156-1236-1-124-3456-1
+always \x6247\x8033 156-1236-1-1235-3
+always \x6247\x6247 156-1236-1-156-1236-23
+always \x6247\x4E86 156-1236-1-123-26
+always \x6247\x4F60 156-1236-1-1345-24-3
+always \x6247\x6211 156-1236-1-135-3
+always \x6247\x4ED6 156-1236-1-2345-35
+always \x6247\x5979 156-1236-1-2345-35-1
+always \x4E0A\x58F0 156-236-3-156-3456-1
+always \x65F6\x88F3 156-2-12345-236-2
+always \x5C11\x513F 156-235-23-1235-2
+always \x5C11\x5976 156-235-23-1345-246-3
+always \x5C11\x58EE 156-235-23-34-2356-23
+always \x5C11\x5973 156-235-23-1345-346-3
+always \x5C11\x6797 156-235-23-123-126-2
+always \x6076\x5C11 26-23-156-235-23
+always \x5C11\x767D 156-235-23-12-246-2
+always \x5C11\x4E1C 156-235-23-145-256-1
+always \x5C11\x5E74 156-235-23-1345-146-2
+always \x5927\x5C11 145-35-23-156-235-23
+always \x8001\x5C11 123-235-3-156-235-23
+always \x9614\x5C11 13-135-23-156-235-23
+always \x5C11\x5987 156-235-23-124-136-23
+always \x5C11\x4E0D 156-235-23-12-136-23
+always \x5E74\x5C11 1345-146-2-156-235-23
+always \x5C11\x7537 156-235-23-1345-1236-2
+always \x5C11\x5148 156-235-23-125-146-1
+always \x5BD2\x820D 125-1236-2-156-26-23
+always \x90BB\x820D 123-126-2-156-26-23
+always \x7530\x820D 2345-146-2-156-26-23
+always \x8305\x820D 134-235-2-156-26-23
+always \x519C\x820D 1345-256-2-156-26-23
+always \x9986\x820D 1245-12456-3-156-26-23
+always \x6751\x820D 14-25-1-156-26-23
+always \x732A\x820D 34-136-1-156-26-23
+always \x623F\x820D 124-236-2-156-26-23
+always \x53F3\x820D 1256-23-156-26-23
+always \x65C5\x820D 123-346-3-156-26-23
+always \x4E09\x820D 234-1236-1-156-26-23
+always \x6821\x820D 125-345-23-156-26-23
+always \x5BBF\x820D 234-136-23-156-26-23
+always \x5904\x8EAB 12345-136-3-156-356-1
+always \x5431\x58F0 1356-1-156-3456-1
+always \x66F4\x751F 1245-3456-1-156-3456-1
+always \x751F\x8096 156-3456-1-125-345-23
+always \x751F\x8FD8 156-3456-1-125-12456-2
+always \x6DF1\x7701 156-356-1-125-16-3
+always \x7701\x89C6 125-16-3-156-23
+always \x5185\x7701 1345-2346-23-125-16-3
+always \x4E0D\x7701 12-136-23-125-16-3
+always \x7701\x4EB2 125-16-3-13-126-1
+always \x7701\x609F 125-16-3-136-23
+always \x7701\x5BDF 125-16-3-12345-35-2
+always \x53CD\x7701 124-1236-3-125-16-3
+always \x81EA\x7701 1356-23-125-16-3
+always \x5931\x5F53 156-1-145-236-23
+always \x62FE\x7EA7 156-26-23-1245-24-2
+always \x4EC0\x4E48 156-356-2-134-26
+always \x7ED3\x5B9E 1245-15-1-156-0
+always \x8BC6\x76F8 156-2-125-1346-23
+always \x6807\x8BC6 12-345-1-34-23
+always \x5F3A\x8BC6 13-1346-2-34-23
+always \x5E72\x4E8B 1245-1236-23-156-23
+always \x5DEE\x4E8B 12345-246-1-156-23
+always \x4E8B\x5047 156-23-1245-1246-23
+always \x5C5E\x76F8 156-136-3-125-1346-23
+always \x6570\x89C1 156-135-23-1245-146-23
+always \x6570\x5178 156-136-3-145-146-3
+always \x6570\x4E5D 156-136-3-1245-1256-3
+always \x5386\x6570 123-24-23-156-136-3
+always \x6570\x4E00 156-136-3-24-1
+always \x6570\x5F97 156-136-3-145-26-2
+always \x6570\x4E0D 156-136-3-12-136-23
+always \x6570\x843D 156-136-3-123-135-23
+always \x6570\x6570 156-136-3-156-136-23
+always \x5237\x767D 156-123456-23-12-246-2
+always \x7ED9\x6C34 1245-24-3-156-2456-3
+always \x8BF4\x5BA2 156-2456-23-13-26-23
+always \x6E38\x8BF4 1256-2-156-2456-23
+always \x4F3A\x5019 14-23-125-12356-23
+always \x4F3C\x7684 156-23-145-26
+always \x677E\x6563 234-256-1-234-1236-3
+always \x9001\x8FD8 234-256-23-125-12456-2
+always \x89E3\x9001 1245-15-23-234-256-23
+always \x9001\x4E27 234-256-23-234-236-1
+always \x661F\x5BBF 125-16-1-125-1256-23
+always \x4E00\x5BBF 24-1-125-1256-3
+always \x6574\x5BBF 34-3456-3-125-1256-3
+always \x820C\x82D4 156-26-2-2345-246-1
+always \x5427\x53F0 12-35-1-2345-246-2
+always \x6C64\x6C64 156-236-1-156-236-1
+always \x8D9F\x8FC7 2345-236-1-1245-135-23
+always \x8D9F\x5730 2345-236-1-145-24-23
+always \x8D9F\x6C34 2345-236-1-156-2456-3
+always \x63D0\x9632 145-24-1-124-236-2
+always \x63D0\x5E72 2345-24-2-1245-1236-23
+always \x4F53\x5DF1 2345-24-1-1245-24-3
+always \x6311\x6218 2345-345-3-34-1236-23
+always \x9AD8\x6311 1245-235-1-2345-345-3
+always \x6311\x5506 2345-345-3-234-135-1
+always \x6311\x706F 2345-345-3-145-3456-1
+always \x6311\x9017 2345-345-3-145-12356-23
+always \x6311\x52A8 2345-345-3-145-256-23
+always \x6311\x82B1 2345-345-3-125-123456-1
+always \x6311\x62E8 2345-345-3-12-26-1
+always \x6311\x8845 2345-345-3-125-126-23
+always \x6311\x8D77 2345-345-3-13-24-3
+always \x8D34\x5207 2345-15-1-13-15-23
+always \x524A\x94C1 125-23456-1-2345-15-3
+always \x59A5\x5E16 2345-135-3-2345-15-1
+always \x6CD5\x5E16 124-35-3-2345-15-23
+always \x753B\x5E16 125-123456-23-2345-15-23
+always \x4E34\x5E16 123-126-2-2345-15-23
+always \x5B57\x5E16 1356-23-2345-15-23
+always \x7891\x5E16 12-2346-1-2345-15-23
+always \x670D\x5E16 124-136-2-2345-15-1
+always \x5E16\x5E16 2345-15-1-2345-15-1
+always \x5E16\x8033 2345-15-1-1235-3
+always \x5B89\x5E16 1236-1-2345-15-1
+always \x80E1\x540C 125-136-2-2345-256-23
+always \x7EA2\x5F64 125-256-2-2345-256-1
+always \x5954\x5934 12-356-23-2345-12356
+always \x5455\x5410 12356-3-2345-136-23
+always \x5410\x6CAB 2345-136-23-134-26-23
+always \x4E0A\x5410 156-236-23-2345-136-23
+always \x62D3\x672C 2345-35-23-12-356-3
+always \x62D3\x7247 2345-35-23-1234-146-23
+always \x7891\x62D3 12-2346-1-2345-35-23
+always \x62D3\x5370 2345-35-23-126-23
+always \x74E6\x5200 123456-23-145-235-1
+always \x4E3A\x6B64 2456-23-14-3
+always \x4E3A\x6C11 2456-23-134-126-2
+always \x4E3A\x4EC0 2456-23-156-356-2
+always \x56E0\x4E3A 126-1-2456-23
+always \x4E3A\x4E86 2456-23-123-26
+always \x4E3A\x864E 2456-23-125-136-3
+always \x4E3A\x4F55 2456-23-125-26-2
+always \x7279\x4E3A 2345-26-23-2456-23
+always \x4E3A\x56FD 2456-23-1245-135-2
+always \x59D4\x86C7 2456-1-24-2
+always \x5C09\x7281 346-23-123-24-2
+always \x5C09\x8FDF 346-23-12345-2
+always \x884C\x4F0D 125-236-2-136-3
+always \x897F\x4E50 125-24-1-23456-23
+always \x7CFB\x597D 1245-24-23-125-235-3
+always \x7CFB\x978B 1245-24-23-125-15-2
+always \x7CFB\x7D27 1245-24-23-1245-126-3
+always \x7CFB\x4F4F 1245-24-23-34-136-23
+always \x7CFB\x6263 1245-24-23-13-12356-23
+always \x7CFB\x94C3 1245-24-23-123-16-2
+always \x867E\x87C6 125-35-2-134-35-2
+always \x5676\x53A6 1245-35-2-125-1246-23
+always \x53A6\x95E8 125-1246-23-134-356-2
+always \x5A01\x5413 2456-1-125-26-23
+always \x606B\x5413 145-256-23-125-26-23
+always \x6050\x5413 13-256-3-125-26-23
+always \x671D\x9C9C 12345-235-2-125-146-3
+always \x9C9C\x6709 125-146-3-1256-3
+always \x9C9C\x89C1 125-146-3-1245-146-23
+always \x62C9\x7EA4 123-35-1-13-146-23
+always \x7EA4\x592B 13-146-23-124-136-1
+always \x7EA4\x7EF3 13-146-23-156-3456-2
+always \x771F\x76F8 34-356-1-125-1346-23
+always \x547D\x76F8 134-16-23-125-1346-23
+always \x4E1E\x76F8 12345-3456-2-125-1346-23
+always \x76F8\x673A 125-1346-23-1245-24-1
+always \x76F8\x518C 125-1346-23-14-26-23
+always \x82E6\x76F8 13-136-3-125-1346-23
+always \x7167\x76F8 34-235-23-125-1346-23
+always \x798F\x76F8 124-136-2-125-1346-23
+always \x661F\x76F8 125-16-1-125-1346-23
+always \x4E11\x76F8 12345-12356-3-125-1346-23
+always \x8001\x76F8 123-235-3-125-1346-23
+always \x6D0B\x76F8 1346-2-125-1346-23
+always \x76F8\x672F 125-1346-23-156-136-23
+always \x50A7\x76F8 12-126-1-125-1346-23
+always \x672C\x76F8 12-356-3-125-1346-23
+always \x9996\x76F8 156-12356-3-125-1346-23
+always \x51F6\x76F8 125-1456-1-125-1346-23
+always \x5BB0\x76F8 1356-246-3-125-1346-23
+always \x5403\x76F8 12345-1-125-1346-23
+always \x7AD9\x76F8 34-1236-23-125-1346-23
+always \x88C5\x76F8 34-2356-1-125-1346-23
+always \x7834\x76F8 1234-26-23-125-1346-23
+always \x76F8\x8C8C 125-1346-23-134-235-23
+always \x53D8\x76F8 12-146-23-125-1346-23
+always \x76F8\x7EB8 125-1346-23-34-3
+always \x4E09\x76F8 234-1236-1-125-1346-23
+always \x76F8\x58F0 125-1346-23-156-3456-1
+always \x602A\x76F8 1245-13456-23-125-1346-23
+always \x8C8C\x76F8 134-235-23-125-1346-23
+always \x76AE\x76F8 1234-24-2-125-1346-23
+always \x7761\x76F8 156-2456-23-125-1346-23
+always \x5355\x76F8 145-1236-1-125-1346-23
+always \x76F8\x5904 125-1346-1-12345-136-3
+always \x5DF7\x9053 125-236-23-145-235-23
+always \x524A\x51CF 125-23456-1-1245-146-3
+always \x524A\x53D1 125-23456-1-124-35-23
+always \x524A\x5F31 125-23456-1-245-135-23
+always \x524A\x58C1 125-23456-1-12-24-23
+always \x524A\x5E73 125-23456-1-1234-16-2
+always \x7626\x524A 156-12356-23-125-23456-1
+always \x524A\x804C 125-23456-1-34-2
+always \x524A\x8DB3 125-23456-1-1356-136-2
+always \x5220\x524A 156-1236-1-125-23456-1
+always \x6821\x9605 1245-345-23-23456-23
+always \x53C2\x6821 14-1236-1-1245-345-23
+always \x6821\x8BA2 1245-345-23-145-16-23
+always \x6821\x5BF9 1245-345-23-145-2456-23
+always \x6821\x6CE8 1245-345-23-34-136-23
+always \x6821\x573A 1245-345-23-12345-236-3
+always \x6821\x6837 1245-345-23-1346-23
+always \x7CBE\x6821 1245-16-1-1245-345-23
+always \x6821\x70B9 1245-345-23-145-146-3
+always \x7F16\x6821 12-146-1-1245-345-23
+always \x6821\x52D8 1245-345-23-13-1236-1
+always \x6821\x51C6 1245-345-23-34-25-3
+always \x6821\x6539 1245-345-23-1245-246-3
+always \x5C11\x6821 156-235-23-125-345-23
+always \x6821\x9A8C 1245-345-23-146-23
+always \x6821\x6B63 1245-345-23-34-3456-23
+always \x5BA1\x6821 156-356-3-1245-345-23
+always \x706F\x82AF 145-3456-1-125-126-1
+always \x6076\x5FC3 26-3-125-126-1
+always \x5904\x5FC3 12345-136-3-125-126-1
+always \x5377\x5FC3 1245-12346-3-125-126-1
+always \x5FC3\x5207 125-126-1-13-15-23
+always \x96C5\x5174 1246-3-125-16-23
+always \x5174\x8DA3 125-16-23-13-346-23
+always \x5373\x5174 1245-24-2-125-16-23
+always \x4F59\x5174 346-2-125-16-23
+always \x5174\x9AD8 125-16-23-1245-235-1
+always \x8BD7\x5174 156-1-125-16-23
+always \x5174\x81F4 125-16-23-34-23
+always \x610F\x5174 24-23-125-16-23
+always \x9AD8\x5174 1245-235-1-125-16-23
+always \x9152\x5174 1245-1256-3-125-16-23
+always \x8D25\x5174 12-246-23-125-16-23
+always \x5174\x5473 125-16-23-2456-23
+always \x5174\x5934 125-16-23-2345-12356-2
+always \x8C08\x5174 2345-1236-2-125-16-23
+always \x6E38\x5174 1256-2-125-16-23
+always \x8C6A\x5174 125-235-2-125-16-23
+always \x52A9\x5174 34-136-23-125-16-23
+always \x7CAE\x884C 123-1346-2-125-236-2
+always \x8DE8\x884C 13-123456-23-125-236-2
+always \x603B\x884C 1356-256-3-125-236-2
+always \x884C\x8BDD 125-236-2-125-123456-23
+always \x8F6C\x884C 34-12456-3-125-236-2
+always \x5206\x884C 124-356-1-125-236-2
+always \x652F\x884C 34-1-125-236-2
+always \x884C\x89C4 125-236-2-1245-2456-1
+always \x884C\x4E1A 125-236-2-15-23
+always \x9694\x884C 1245-26-2-125-236-2
+always \x884C\x5E2E 125-236-2-12-236-1
+always \x884C\x6B3E 125-236-2-13-12456-3
+always \x6B3A\x884C 13-24-1-125-236-2
+always \x96C1\x884C 146-23-125-236-2
+always \x61C2\x884C 145-256-3-125-236-2
+always \x592E\x884C 1346-1-125-236-2
+always \x884C\x5BB6 125-236-2-1245-1246-1
+always \x6539\x884C 1245-246-3-125-236-2
+always \x884C\x8DDD 125-236-2-1245-346-23
+always \x6D0B\x884C 1346-2-125-236-2
+always \x5185\x884C 1345-2346-23-125-236-2
+always \x884C\x8D27 125-236-2-125-135-23
+always \x5728\x884C 1356-246-23-125-236-2
+always \x884C\x5E02 125-236-2-156-23
+always \x5546\x884C 156-236-1-125-236-2
+always \x672C\x884C 12-356-3-125-236-2
+always \x5916\x884C 13456-23-125-236-2
+always \x884C\x5217 125-236-2-123-15-23
+always \x94F6\x884C 126-2-125-236-2
+always \x884C\x5F53 125-236-2-145-236-23
+always \x9053\x884C 145-235-23-125-3456-2
+always \x5404\x884C 1245-26-23-125-236-2
+always \x540C\x884C 2345-256-2-125-236-2
+always \x96BE\x5144 1345-1236-23-125-1456-1
+always \x7267\x755C 134-136-23-125-346-23
+always \x755C\x4EA7 125-346-23-12345-1236-3
+always \x755C\x7267 125-346-23-134-136-23
+always \x755C\x517B 125-346-23-1346-3
+always \x65CB\x98CE 125-12346-23-124-3456-1
+always \x51FA\x8840 12345-136-1-125-15-3
+always \x8840\x6DCB 125-15-3-123-126-2
+always \x5410\x8840 2345-136-23-125-15-3
+always \x9E21\x8840 1245-24-1-125-15-3
+always \x9F3B\x8840 12-24-2-125-15-3
+always \x7F3A\x8840 13-23456-1-125-15-3
+always \x6B62\x8840 34-3-125-15-3
+always \x7600\x8840 346-1-125-15-3
+always \x732E\x8840 125-146-23-125-15-3
+always \x538B\x6839 1246-23-1245-356-1
+always \x54D1\x54D1 1246-1-1246-1
+always \x541E\x54BD 2345-25-1-146-23
+always \x54BD\x6C14 146-23-13-24-23
+always \x54BD\x4E86 146-23-123-26
+always \x6162\x54BD 134-1236-23-146-23
+always \x864E\x54BD 125-136-3-146-23
+always \x54BD\x4E0B 146-23-125-1246-23
+always \x54BD\x4E0D 146-23-12-136-23
+always \x62BD\x54BD 12345-12356-1-15-23
+always \x54FD\x54BD 1245-3456-3-15-23
+always \x4E0B\x54BD 125-1246-23-146-23
+always \x545C\x54BD 136-1-15-23
+always \x5E7D\x54BD 1256-1-15-23
+always \x60B2\x54BD 12-2346-1-15-23
+always \x7F8A\x5708 1346-2-1245-12346-23
+always \x85CF\x836F 1356-236-23-345-23
+always \x8981\x631F 345-1-125-15-2
+always \x8981\x6C42 345-1-13-1256-2
+always \x8981\x585E 345-23-234-246-23
+always \x975E\x8036 124-2346-1-15-2
+always \x662F\x8036 156-23-15-2
+always \x5C11\x7237 156-235-23-15-0
+always \x85CF\x6396 14-236-2-15-1
+always \x6396\x7740 15-1-34-26
+always \x6396\x5728 15-1-1356-246-23
+always \x6396\x5230 15-1-145-235-23
+always \x53F6\x97F5 125-15-2-456-23
+always \x4F30\x8863 1245-136-23-24-1
+always \x5939\x8863 1245-1246-2-24-1
+always \x9057\x5C11 24-2-156-235-23
+always \x5C5E\x610F 34-136-3-24-23
+always \x836B\x5E87 126-23-12-24-23
+always \x5E87\x836B 12-24-23-126-23
+always \x6BB7\x7EA2 146-1-125-256-2
+always \x4E00\x5E94 24-1-16-1
+always \x5E94\x7686 16-1-1245-15-1
+always \x4F63\x91D1 1456-23-1245-126-1
+always \x4F63\x94B1 1456-23-13-146-2
+always \x7A7A\x4F59 13-256-23-346-2
+always \x4E88\x6C42 346-2-13-1256-2
+always \x4E88\x53D6 346-2-13-346-3
+always \x4E0E\x4F1A 346-23-125-2456-23
+always \x53C2\x4E0E 14-1236-1-346-23
+always \x4E0E\x95FB 346-23-25-2
+always \x5401\x8BF7 346-23-13-16-3
+always \x5401\x6C42 346-23-13-1256-2
+always \x9501\x94A5 234-135-3-23456-23
+always \x94A5\x5319 345-23-156-2
+always \x7EA2\x6655 125-256-2-456-23
+always \x773C\x6655 146-3-456-23
+always \x6708\x6655 23456-23-456-23
+always \x65E5\x6655 245-23-456-23
+always \x5149\x6655 1245-2356-1-456-23
+always \x971E\x6655 125-1246-2-456-23
+always \x58A8\x6655 134-26-23-456-23
+always \x6655\x73E5 456-23-1235-3
+always \x6655\x8680 456-23-156-2
+always \x6655\x9002 456-23-156-23
+always \x6655\x72B6 456-23-34-2356-23
+always \x6655\x5708 456-23-13-12346-1
+always \x4E73\x6655 245-136-3-456-23
+always \x8F6C\x8F7D 34-12456-3-1356-246-3
+always \x5343\x8F7D 13-146-1-1356-246-3
+always \x9644\x8F7D 124-136-23-1356-246-3
+always \x520A\x8F7D 13-1236-1-1356-246-3
+always \x8FDE\x8F7D 123-146-2-1356-246-3
+always \x767B\x8F7D 145-3456-1-1356-246-3
+always \x8BB0\x8F7D 1245-24-23-1356-246-3
+always \x8377\x8F7D 125-26-23-1356-246-23
+always \x4E0B\x8F7D 125-1246-23-1356-246-3
+always \x534A\x8F7D 12-1236-23-1356-246-23
+always \x4E0A\x8F7D 156-236-23-1356-246-3
+always \x4E00\x8F7D 24-1-1356-246-3
+always \x4E24\x8F7D 123-1346-3-1356-246-3
+always \x4E8C\x8F7D 1235-23-1356-246-3
+always \x4E09\x8F7D 234-1236-1-1356-246-3
+always \x56DB\x8F7D 234-23-1356-246-3
+always \x4E94\x8F7D 136-3-1356-246-3
+always \x516D\x8F7D 123-1256-23-1356-246-3
+always \x4E03\x8F7D 13-24-1-1356-246-3
+always \x516B\x8F7D 12-35-1-1356-246-3
+always \x4E5D\x8F7D 1245-1256-3-1356-246-3
+always \x5341\x8F7D 156-2-1356-246-3
+always \x767E\x8F7D 12-246-3-1356-246-3
+always \x4E07\x8F7D 12456-23-1356-246-3
+always \x8F7D\x5165 1356-246-3-245-136-23
+always \x5904\x5728 12345-136-3-1356-246-23
+always \x6512\x805A 14-12456-2-1245-346-23
+always \x6512\x52A8 14-12456-2-145-256-23
+always \x6512\x5C04 14-12456-2-156-26-23
+always \x6512\x7709 14-12456-2-134-2346-2
+always \x6512\x7C07 14-12456-2-14-136-23
+always \x6512\x4E09 14-12456-2-234-1236-1
+always \x6512\x8E59 14-12456-2-14-136-23
+always \x6512\x6512 14-12456-2-14-12456-2
+always \x5185\x810F 1345-2346-23-1356-236-23
+always \x4E94\x810F 136-3-1356-236-23
+always \x810F\x8151 1356-236-23-124-136-3
+always \x810F\x5668 1356-236-23-13-24-23
+always \x809D\x810F 1245-1236-1-1356-236-23
+always \x5FC3\x810F 125-126-1-1356-236-23
+always \x813E\x810F 1234-24-3-1356-236-23
+always \x80BA\x810F 124-2346-23-1356-236-23
+always \x80BE\x810F 156-356-23-1356-236-23
+always \x810F\x8C61 1356-236-23-125-1346-23
+always \x62E9\x83DC 34-246-2-14-246-23
+always \x66FE\x5B59 1356-3456-1-234-25-1
+always \x66FE\x7956 1356-3456-1-1356-136-3
+always \x66FE\x95F5 1356-3456-1-134-126-3
+always \x7ED1\x624E 12-236-3-1356-35-1
+always \x7ED3\x624E 1245-15-2-1356-35-1
+always \x5305\x624E 12-235-1-1356-35-1
+always \x6346\x624E 13-25-3-1356-35-1
+always \x9A6C\x624E 134-35-3-34-35-2
+always \x8F67\x94A2 34-35-2-1245-236-1
+always \x8F67\x96C1 34-35-2-146-23
+always \x8F67\x8F79 34-35-2-123-24-23
+always \x6EDA\x8F67 1245-25-3-34-35-2
+always \x8F67\x6C95 34-35-2-134-24-23
+always \x8F67\x82B4 34-35-2-136-23
+always \x92A1\x8F67 1245-24-2-34-35-2
+always \x8F67\x8F8A 34-35-2-1245-25-3
+always \x8F67\x4EF6 34-35-2-1245-146-23
+always \x8F67\x6750 34-35-2-14-246-2
+always \x8F67\x953B 34-35-2-145-12456-23
+always \x8F67\x5C16 34-35-2-1245-146-1
+always \x8F67\x673A 34-35-2-1245-24-1
+always \x8F67\x670B 1245-35-2-1234-3456-2
+always \x8F67\x82D7 1245-35-2-134-345-2
+always \x8F67\x8D26 1245-35-2-34-236-23
+always \x8D26\x8F67 34-236-23-1245-35-2
+always \x8F67\x62C9 1245-35-2-123-35-1
+always \x8F67\x7A7A 1245-35-2-13-256-1
+always \x8F67\x5DEE 1245-35-2-12345-35-1
+always \x8F67\x95F9 1245-35-2-1345-235-23
+always \x548B\x820C 1356-26-2-156-26-2
+always \x548B\x547C 34-35-1-125-136-1
+always \x548B\x552C 34-35-1-125-136
+always \x70B8\x7CD5 34-35-2-1245-235-1
+always \x6CB9\x70B8 1256-2-34-35-2
+always \x70B8\x9171 34-35-2-1245-1346-23
+always \x70B8\x9C7C 34-35-2-346-2
+always \x70B8\x9E21 34-35-2-1245-24-2
+always \x70B8\x8089 34-35-2-245-12356-23
+always \x7C98\x866B 1345-146-2-12345-256-2
+always \x7C98\x7A20 1345-146-2-12345-12356-2
+always \x7C98\x6027 1345-146-2-125-16-23
+always \x7C98\x571F 1345-146-2-2345-136-3
+always \x7C98\x6DB2 1345-146-2-15-23
+always \x5360\x535C 34-1236-1-12-136-3
+always \x5360\x661F 34-1236-1-125-16-1
+always \x5360\x5366 34-1236-1-1245-123456-23
+always \x8111\x6DA8 1345-235-3-34-236-23
+always \x6DA8\x7EA2 34-236-23-125-256-2
+always \x6CE1\x6DA8 1234-235-23-34-236-23
+always \x8138\x6DA8 123-146-3-34-236-23
+always \x4E08\x91CF 34-236-23-123-1346-2
+always \x6298\x817E 34-26-1-2345-3456-2
+always \x6298\x672C 156-26-2-12-356-3
+always \x6298\x4E86 156-26-2-123-26
+always \x6323\x624E 34-3456-1-34-35-2
+always \x53D1\x6014 124-35-1-34-3456-23
+always \x6014\x5FEA 34-3456-1-34-256-1
+always \x65B0\x6B63 125-126-1-34-3456-1
+always \x6B63\x6708 34-3456-1-23456-23
+always \x75C7\x7ED3 34-3456-1-1245-15-2
+always \x54AF\x5431 1245-26-1-34-1
+always \x9AA8\x6B96 1245-136-3-156-0
+always \x53EA\x8A00 34-1-146-2
+always \x53EA\x8EAB 34-1-156-356-1
+always \x4EBF\x53EA 24-23-34-1
+always \x65E0\x6570\x53EA 136-2-156-136-23-34-1
+always \x82E5\x5E72\x53EA 245-135-23-1245-1236-1-34-1
+always \x90A3\x53EA 1345-35-23-34-1
+always \x54EA\x53EA 1345-35-3-34-1
+always \x8FD9\x53EA 34-26-23-34-1
+always \x6709\x53EA 1256-3-34-1
+always \x51E0\x53EA 1245-24-3-34-1
+always \x591A\x53EA 145-135-1-34-1
+always \x5C11\x53EA 156-235-3-34-1
+always \x4E86\x53EA 123-26-34-1
+always \x8230\x53EA 1245-146-23-34-1
+always \x4E09\x53EA 234-1236-1-34-1
+always \x8239\x53EA 12345-12456-2-34-1
+always \x53EA\x5B57 34-1-1356-23
+always \x534A\x53EA 12-1236-23-34-1
+always \x4E00\x53EA 24-1-34-1
+always \x4E24\x53EA 123-1346-3-34-1
+always \x4E8C\x53EA 1235-23-34-1
+always \x56DB\x53EA 234-23-34-1
+always \x4E94\x53EA 136-3-34-1
+always \x516D\x53EA 123-1256-23-34-1
+always \x4E03\x53EA 13-24-1-34-1
+always \x516B\x53EA 12-35-1-34-1
+always \x4E5D\x53EA 1245-1256-3-34-1
+always \x5341\x53EA 156-2-34-1
+always \x767E\x53EA 12-246-3-34-1
+always \x5343\x53EA 13-146-1-34-1
+always \x4E07\x53EA 12456-23-34-1
+always \x53EA\x53EA 34-1-34-1
+always \x5904\x7F6E 12345-136-3-34-23
+always \x4E2D\x9B54 34-256-23-134-26-2
+always \x770B\x4E2D 13-1236-23-34-256-23
+always \x4E2D\x6691 34-256-23-156-136-3
+always \x4E2D\x4F24 34-256-23-156-236-1
+always \x76F8\x4E2D 125-1346-1-34-256-23
+always \x4E2D\x6BD2 34-256-23-145-136-2
+always \x4E2D\x610F 34-256-23-24-23
+always \x4E2D\x8BA1 34-256-23-1245-24-23
+always \x4E2D\x5956 34-256-23-1245-1346-3
+always \x4E2D\x89C4 34-256-23-1245-2456-1
+always \x4E2D\x77E9 34-256-23-1245-346-3
+always \x4E2D\x6807 34-256-23-12-345-1
+always \x6253\x4E2D 145-35-3-34-256-23
+always \x4E2D\x80AF 34-256-23-13-356-3
+always \x51FB\x4E2D 1245-24-1-34-256-23
+always \x4E2D\x98CE 34-256-23-124-3456-1
+always \x5207\x4E2D 13-15-23-34-256-23
+always \x4E2D\x4E86 34-256-23-123-26
+always \x9009\x4E2D 125-12346-3-34-256-23
+always \x8003\x4E2D 13-235-3-34-256-23
+always \x4E2D\x90AA 34-256-23-125-15-2
+always \x6CA1\x4E2D 134-2346-2-34-256-23
+always \x4E0D\x4E2D 12-136-23-34-256-23
+always \x4E2D\x628A 34-256-23-12-35-3
+always \x4E2D\x5F69 34-256-23-14-246-3
+always \x8015\x79CD 1245-3456-1-34-256-23
+always \x5957\x79CD 2345-235-23-34-256-23
+always \x79CD\x5730 34-256-23-145-24-23
+always \x683D\x79CD 1356-246-1-34-256-23
+always \x8292\x79CD 134-236-2-34-256-23
+always \x79CD\x7530 34-256-23-2345-146-2
+always \x5F15\x79CD 126-3-34-256-23
+always \x62A2\x79CD 13-1346-3-34-256-23
+always \x79CD\x690D 34-256-23-34-2
+always \x63A5\x79CD 1245-15-1-34-256-23
+always \x79CD\x75D8 34-256-23-145-12356-23
+always \x70B9\x79CD 145-146-3-34-256-23
+always \x590D\x79CD 124-136-23-34-256-23
+always \x5E7F\x79CD 1245-2356-3-34-256-23
+always \x79CD\x74DC 34-256-23-1245-123456-1
+always \x79DF\x79CD 1356-136-1-34-256-23
+always \x8BD5\x79CD 156-23-34-256-23
+always \x79CD\x4E0B 34-256-23-125-1246-23
+always \x79CD\x6811 34-256-23-156-136-23
+always \x79CD\x4E86 34-256-23-123-26
+always \x79CD\x4E0A 34-256-23-156-236-23
+always \x91CD\x63D0 12345-256-2-2345-24-2
+always \x91CD\x5BA1 12345-256-2-156-356-3
+always \x91CD\x7533 12345-256-2-156-356-1
+always \x91CD\x5E86 12345-256-2-13-16-23
+always \x91CD\x5B59 12345-256-2-234-25-1
+always \x91CD\x5531 12345-256-2-12345-236-23
+always \x91CD\x529E 12345-256-2-12-1236-23
+always \x91CD\x751F 12345-256-2-156-3456-1
+always \x91CD\x5CE6 12345-256-2-123-12456-2
+always \x91CD\x6837 12345-256-2-1346-23
+always \x91CD\x8E48 12345-256-2-145-235-3
+always \x4E09\x91CD 234-1236-1-12345-256-2
+always \x91CD\x9022 12345-256-2-124-3456-2
+always \x91CD\x53E0 12345-256-2-145-15-2
+always \x91CD\x65B0 12345-256-2-125-126-1
+always \x91CD\x632F 12345-256-2-34-356-23
+always \x91CD\x8BD1 12345-256-2-24-23
+always \x4E24\x91CD 123-1346-3-12345-256-2
+always \x91CD\x8D77 12345-256-2-13-24-3
+always \x91CD\x56F4 12345-256-2-2456-2
+always \x91CD\x7248 12345-256-2-12-1236-3
+always \x91CD\x6D0B 12345-256-2-1346-2
+always \x91CD\x64AD 12345-256-2-12-26-1
+always \x91CD\x7779 12345-256-2-145-136-3
+always \x91CD\x5A5A 12345-256-2-125-25-1
+always \x91CD\x5408 12345-256-2-125-26-2
+always \x91CD\x5149 12345-256-2-1245-2356-1
+always \x91CD\x5F71 12345-256-2-16-3
+always \x91CD\x6A90 12345-256-2-146-2
+always \x91CD\x805A 12345-256-2-1245-346-23
+always \x91CD\x7EC4 12345-256-2-1356-136-3
+always \x91CD\x594F 12345-256-2-1356-12356-23
+always \x91CD\x91CD 12345-256-2-12345-256-2
+always \x91CD\x6F14 12345-256-2-146-3
+always \x91CD\x8A00 12345-256-2-146-2
+always \x91CD\x4FEE 12345-256-2-125-1256-1
+always \x91CD\x590D 12345-256-2-124-136-23
+always \x91CD\x8FD4 12345-256-2-124-1236-3
+always \x91CD\x73B0 12345-256-2-125-146-23
+always \x91CD\x6574 12345-256-2-34-3456-3
+always \x91CD\x542C 12345-256-2-2345-16-1
+always \x91CD\x5224 12345-256-2-1234-1236-23
+always \x91CD\x5F20 12345-256-2-34-236-1
+always \x4E8C\x91CD 1235-23-12345-256-2
+always \x56DB\x91CD 234-23-12345-256-2
+always \x91CD\x51FA 12345-256-2-12345-136-1
+always \x53CC\x91CD 156-2356-1-12345-256-2
+always \x91CD\x5706 12345-256-2-12346-2
+always \x91CD\x9633 12345-256-2-1346-2
+always \x91CD\x6620 12345-256-2-16-23
+always \x91CD\x5370 12345-256-2-126-23
+always \x91CD\x9704 12345-256-2-125-345-1
+always \x91CD\x89C1 12345-256-2-1245-146-23
+always \x91CD\x540D 12345-256-2-134-16-2
+always \x91CD\x6E29 12345-256-2-25-1
+always \x4E5D\x91CD 1245-1256-3-12345-256-2
+always \x91CD\x5EFA 12345-256-2-1245-146-23
+always \x91CD\x505A 12345-256-2-1356-135-23
+always \x91CD\x5199 12345-256-2-125-15-3
+always \x91CD\x8BD5 12345-256-2-156-23
+always \x91CD\x6765 12345-256-2-123-246-2
+always \x91CD\x8003 12345-256-2-13-235-3
+always \x91CD\x56DE 12345-256-2-125-2456-2
+always \x91CD\x8327 12345-256-2-1245-146-3
+always \x91CD\x4E5D 12345-256-2-1245-1256-3
+always \x91CD\x7EC3 12345-256-2-123-146-23
+always \x91CD\x8FDE 12345-256-2-123-146-2
+always \x91CD\x8BBE 12345-256-2-156-26-23
+always \x91CD\x8FF0 12345-256-2-156-136-23
+always \x91CD\x83B7 12345-256-2-125-135-23
+always \x91CD\x64CD 12345-256-2-14-235-1
+always \x91CD\x5F52 12345-256-2-1245-2456-1
+always \x8F74\x620F 34-12356-23-125-24-23
+always \x626B\x5E1A 234-235-23-34-12356
+always \x6267\x8457 34-2-34-135-2
+always \x524D\x722A 13-146-2-34-123456-3
+always \x722A\x513F 34-123456-3-1235-0
+always \x722A\x5C16 34-123456-3-1245-146-1
+always \x9E21\x722A 1245-24-1-34-123456-3
+always \x732B\x722A 134-235-1-34-123456-3
+always \x94C1\x722A 2345-15-3-34-123456-3
+always \x94A2\x722A 1245-236-1-34-123456-3
+always \x540E\x722A 125-12356-23-34-123456-3
+always \x8F6C\x6587 34-13456-3-25-2
+always \x8F6C\x5708 34-12456-23-13-12346-1
+always \x81EA\x8F6C 1356-23-34-12456-23
+always \x8F6C\x6905 34-12456-23-24-3
+always \x6253\x8F6C 145-35-3-34-12456-23
+always \x8F6C\x7B4B 34-12456-23-1245-126-1
+always \x65CB\x8F6C 125-12346-2-34-12456-23
+always \x8F6C\x8F74 34-12456-23-34-12356-2
+always \x8F6C\x52A8 34-12456-23-145-256-23
+always \x8F6E\x8F6C 123-25-2-34-12456-23
+always \x8F6C\x7089 34-12456-23-123-136-2
+always \x8F6C\x76D8 34-12456-23-1234-1236-2
+always \x8F6C\x95E8 34-12456-23-134-356-2
+always \x8F6C\x53F0 34-12456-23-2345-246-2
+always \x7A7A\x8F6C 13-256-1-34-12456-23
+always \x5012\x8F6C 145-235-23-34-12456-23
+always \x8F6C\x5411 34-12456-23-125-1346-23
+always \x516C\x8F6C 1245-256-1-34-12456-23
+always \x8F6C\x901F 34-12456-23-234-136-23
+always \x8F6C\x60A0 34-12456-23-1256-0
+always \x8F6C\x7740 34-12456-23-34-26
+always \x8F6C\x5B50 34-12456-23-1356-0
+always \x98DE\x8F6C 124-2346-1-34-12456-23
+always \x690E\x5FC3 12345-2456-2-125-126-1
+always \x690E\x8F6E 12345-2456-2-123-25-2
+always \x6728\x690E 134-136-23-12345-2456-2
+always \x94C1\x690E 2345-15-3-12345-2456-2
+always \x690E\x80F8 12345-2456-2-125-1456-1
+always \x7D2F\x8D58 123-2346-2-34-2456-23
+always \x5931\x7740 156-1-34-235-1
+always \x7740\x6570 34-235-1-156-136-23
+always \x4E0D\x7740 12-136-23-34-235-2
+always \x7740\x88C5 34-135-2-34-2356-1
+always \x7740\x843D 34-135-2-123-135-23
+always \x7740\x610F 34-135-2-24-23
+always \x7740\x529B 34-135-2-123-24-23
+always \x9644\x7740 124-136-23-34-135-2
+always \x7740\x7B14 34-135-2-12-24-3
+always \x80F6\x7740 1245-345-1-34-135-2
+always \x7740\x624B 34-135-2-156-12356-3
+always \x7740\x91CD 34-135-2-34-256-23
+always \x7A7F\x7740 12345-12456-1-34-135-2
+always \x8863\x7740 24-1-34-135-2
+always \x6267\x7740 34-2-34-135-2
+always \x7740\x773C 34-135-2-146-3
+always \x7740\x58A8 34-135-2-134-26-23
+always \x7740\x5B9E 34-135-2-156-2
+always \x6C89\x7740 12345-356-2-34-135-2
+always \x7740\x9646 34-135-2-123-136-23
+always \x7740\x60F3 34-135-2-125-1346-3
+always \x7740\x8272 34-135-2-234-26-23
+always \x7740\x5FD9 34-235-2-134-236-2
+always \x8BE5\x7740 1245-246-1-34-235-2
+always \x7740\x614C 34-235-2-125-2356-1
+always \x7740\x706B 34-235-2-125-135-3
+always \x7740\x8FF7 34-235-2-134-24-2
+always \x7740\x51C9 34-235-2-123-1346-2
+always \x7740\x6025 34-235-2-1245-24-2
+always \x7740\x9B54 34-235-2-134-26-2
+always \x7761\x7740 156-2456-23-34-235-2
+always \x65E0\x7740 136-2-34-135-2
+always \x7740\x5E8A 34-135-2-12345-2356-2
+always \x5F97\x7740 145-26-2-34-235-2
+always \x7740\x4E86 34-235-2-123-26
+always \x9AD8\x7740 1245-235-1-34-235-2
+always \x7740\x513F 34-235-1-1235-0
+always \x4E00\x7740 24-1-34-235-1
+always \x4ED4\x80A9 1356-1-1245-146-1
+always \x725B\x4ED4 1345-1256-2-1356-246-3
+always \x4ED4\x5B50 1356-246-3-1356-0
+always \x62B9\x5B50 134-26-23-1356-0
+always \x65CB\x5B50 125-12346-23-1356-0
+always \x6E9C\x5B50 123-1256-23-1356-0
+always \x63B8\x90A6 156-1236-23-12-236-1
+always \x63B8\x65CF 156-1236-23-1356-136-2
+always \x7F1D\x5B50 124-3456-23-1356-0
+always \x5F39\x5B50 145-1236-23-1356-0
+always \x5462\x5B50 1345-24-2-1356-0
+always \x7A7A\x5B50 13-256-23-1356-0
+always \x6CE5\x5B50 1345-24-23-1356-0
+always \x722A\x5B50 34-123456-3-1356-0
+always \x6CE1\x5B50 1234-235-1-1356-0
+always \x94BB\x4E95 1356-12456-23-1245-16-3
+always \x94BB\x5854 1356-12456-23-2345-35-3
+always \x94BB\x5DE5 1356-12456-23-1245-256-1
+always \x7535\x94BB 145-146-23-1356-12456-23
+always \x98CE\x94BB 124-3456-1-1356-12456-23
+always \x94BB\x673A 1356-12456-23-1245-24-1
+always \x94BB\x5E8A 1356-12456-23-12345-2356-2
+always \x94BB\x6212 1356-12456-23-1245-15-23
+always \x94A2\x94BB 1245-236-1-1356-12456-23
+always \x5341\x94BB 156-2-1356-12456-23
+always \x952A\x94BB 125-135-1-1356-12456-23
+always \x94BB\x5177 1356-12456-23-1245-346-23
+always \x521A\x94BB 1245-236-1-1356-12456-23
+always \x5FC3\x94BB 125-126-1-1356-12456-23
+always \x94BB\x77F3 1356-12456-23-156-2
+always \x94BB\x5934 1356-12456-23-2345-12356-2
+always \x9576\x94BB 125-1346-1-1356-12456-23
+always \x6C34\x94BB 156-2456-3-1356-12456-23
+always \x9EC4\x94BB 125-2356-2-1356-12456-23
+always \x7EFF\x94BB 123-346-23-1356-12456-23
+always \x7EA2\x94BB 125-256-2-1356-12456-23
+always \x84DD\x94BB 123-1236-2-1356-12456-23
+always \x9ED1\x94BB 125-2346-1-1356-12456-23
+always \x7D2B\x94BB 1356-3-1356-12456-23
+always \x6A59\x94BB 12345-3456-2-1356-12456-23
+always \x9752\x94BB 13-16-1-1356-12456-23
+always \x5F69\x94BB 14-246-3-1356-12456-23
+always \x7F16\x8457 12-146-1-34-136-23
+always \x5408\x8457 125-26-2-34-136-23
+always \x8F83\x8457 1245-345-23-34-136-23
+always \x5DE8\x8457 1245-346-23-34-136-23
+always \x8BBA\x8457 123-25-23-34-136-23
+always \x540D\x8457 134-16-2-34-136-23
+always \x571F\x8457 2345-136-3-34-136-23
+always \x663E\x8457 125-146-3-34-136-23
+always \x8BD1\x8457 24-23-34-136-23
+always \x539F\x8457 12346-2-34-136-23
+always \x662D\x8457 34-235-1-34-136-23
+always \x8457\x79F0 34-136-23-12345-3456-1
+always \x8457\x5F55 34-136-23-123-136-23
+always \x8457\x540D 34-136-23-134-16-2
+always \x8457\x4E66 34-136-23-156-136-1
+always \x8457\x8FF0 34-136-23-156-136-23
+always \x8457\x8005 34-136-23-34-26-3
+always \x8457\x4F5C 34-136-23-1356-135-23
+always \x4E13\x8457 34-12456-1-34-136-23
+always \x64B0\x8457 34-12456-23-34-136-23
+always \x5353\x8457 34-135-2-34-136-23
+always \x62D9\x8457 34-135-1-34-136-23
+always \x7384\x8457 125-12346-2-34-136-23
+always \x6C89\x8457 12345-356-2-34-135-2
+always \x8863\x8457 24-1-34-135-2
+always \x77E5\x8457 34-1-34-136-23
+always \x7779\x8457 145-136-3-34-136-23
+always \x5E76\x8457 12-16-23-34-136-23
+always \x5934\x8457 2345-12356-2-34-135-2
+always \x86C7\x8457 156-26-2-34-135-2
+always \x8457\x4E0D 34-135-2-12-136-23
+always \x6210\x8457 12345-3456-2-34-136-23
+always \x81F4\x8457 34-23-34-136-23
+always \x5148\x8457 125-146-1-34-135-2
+always \x6708\x8457 23456-23-34-136-23
+always \x5207\x8457 13-15-23-34-136-23
+always \x8457\x5934 34-135-2-2345-12356-2
+always \x4E2D\x8457 34-256-1-34-135-2
+always \x7D20\x8457 234-136-23-34-136-23
+always \x8FE9\x8457 1235-3-34-136-23
+always \x8457\x97AD 34-136-23-12-146-1
+always \x6C34\x8457 156-2456-3-34-235-2
+always \x4E0D\x8457 12-136-23-34-235-2
+always \x5F25\x8457 134-24-2-34-136-23
+always \x76AE\x8457 1234-24-2-34-135-2
+always \x53F6\x8457 15-23-34-135-2
+always \x8457\x4E4E 34-136-23-125-136-1
+always \x8457\x624B 34-135-2-156-12356-3
+always \x8457\x6709 34-136-23-1256-3
+always \x8457\x4E8E 34-136-23-346-2
+always \x80FD\x8457 1345-3456-2-34-135-2
+always \x5EA6\x8457 145-136-23-34-235-1
+always \x4ED4\x620F 1356-246-3-125-24-23
+always \x5DE5\x4ED4 1245-256-1-1356-246-3
+always \x732A\x4ED4 34-136-1-1356-246-3
+always \x9A6C\x4ED4 134-35-3-1356-246-3
+always \x86E4\x4ED4 125-35-2-1356-246-3
+always \x9F99\x4ED4 123-256-2-1356-246-3
+always \x67DE\x6C34 34-35-23-156-2456-3
+always \x95F4\x4F5C 1245-146-23-1356-135-23
+always \x4E9F\x6765 13-24-23-123-246-2
+always \x5BD2\x4F27 125-1236-2-12345-356-3
+always \x4F3D\x9A6C 1245-35-1-134-35-3
+always \x4F5D\x507B 1245-12356-1-123-12356-2
+always \x75C0\x507B 1245-346-1-123-12356-2
+always \x507B\x5138 123-12356-2-123-135-2
+always \x811A\x8DD0 1245-345-3-14-3
+always \x8DD0\x7740 14-3-34-26
+always \x8BD8\x5C48 1245-24-2-13-346-1
+always \x5729\x573A 125-346-1-12345-236-3
+always \x8D76\x5729 1245-1236-3-125-346-1
+always \x5729\x57E0 125-346-1-12-136-23
+always \x5729\x65E5 125-346-1-245-23
+always \x5729\x5E02 125-346-1-156-23
+always \x5729\x9547 125-346-1-34-356-23
+always \x8378\x8360 12-24-2-13-24-2
+always \x8368\x9EBB 13-146-2-134-35-2
+always \x4E1C\x839E 145-256-1-1245-12456-3
+always \x839E\x5F0F 1245-12456-3-156-23
+always \x62D7\x65AD 235-3-145-12456-23
+always \x62D7\x53E3 235-23-13-12356-3
+always \x8FDD\x62D7 2456-2-235-23
+always \x634B\x8896 123-135-1-125-1256-23
+always \x53E8\x6270 2345-235-1-245-235-3
+always \x53E8\x5149 2345-235-1-1245-2356-1
+always \x53E8\x966A 2345-235-1-1234-2346-2
+always \x53E8\x6559 2345-235-1-1245-345-23
+always \x53E8\x5520 145-235-1-123-235-2
+always \x5520\x53E8 123-235-2-145-235-1
+always \x55D2\x7136 2345-35-23-245-1236-2
+always \x54A7\x54A7 123-15-1-123-15
+always \x5427\x5527 12-35-1-1245-24-1
+always \x5427\x55D2 12-35-1-145-35-1
+always \x5494\x53FD 13-35-3-1245-24-1
+always \x9619\x5982 13-23456-1-245-136-2
+always \x9619\x7591 13-23456-1-24-2
+always \x9036\x8FE4 2456-1-24-2
+always \x5B71\x5934 14-1236-23-2345-12356-2
+always \x9EC4\x9AA0 125-2356-2-12-345-1
+always \x7EF8\x7F2A 12345-12356-2-134-12356-2
+always \x7EB0\x7F2A 1234-24-1-134-1256-23
+always \x7F2A\x8BF4 134-1256-23-156-135-1
+always \x7F2A\x821B 134-1256-23-12345-12456-3
+always \x7F2A\x623E 134-1256-23-123-24-23
+always \x7F2A\x60A0 134-1256-23-1256-1
+always \x7F2A\x5984 134-1256-23-2356-23
+always \x8352\x7F2A 125-2356-1-134-1256-23
+always \x7F2A\x5DE7 134-1256-23-13-345-3
+always \x7F2A\x65AF 134-1256-23-234-1
+always \x5927\x7F2A 145-35-23-134-1256-23
+always \x7F2A\x4F20 134-1256-23-12345-12456-2
+always \x7F2A\x8BEF 134-1256-23-136-23
+always \x679E\x9633 1356-256-1-1346-2
+always \x67B8\x6A58 1245-12356-1-1245-346-2
+always \x67B8\x6A7C 1245-346-3-12346-2
+always \x6854\x6897 1245-15-2-1245-3456-3
+always \x6854\x69D4 1245-15-2-1245-235-1
+always \x677C\x67DA 34-136-23-34-12356-2
+always \x67DA\x6728 1256-2-134-136-23
+always \x79E6\x6867 13-126-2-125-2456-23
+always \x69DF\x6994 12-16-1-123-236-2
+always \x6217\x810A 13-1346-23-1245-24-3
+always \x591F\x6217 1245-12356-23-13-1346-23
+always \x6217\x91D1 13-1346-23-1245-126-1
+always \x6217\x4F4F 13-1346-23-34-136-23
+always \x6217\x5728 13-1346-23-1356-246-23
+always \x6217\x67F1 13-1346-23-34-136-23
+always \x6217\x52B2 13-1346-23-1245-126-23
+always \x6217\x53F0 13-1346-23-2345-246-2
+always \x6217\x5824 13-1346-23-145-24-1
+always \x6217\x9762 13-1346-23-134-146-23
+always \x814C\x81DC 35-1-1356-35-1
+always \x81CA\x5B50 234-235-23-1356-0
+always \x8089\x81CA 245-12356-23-234-235-23
+always \x7F9E\x81CA 125-1256-1-234-235-23
+always \x81CA\x7709 234-235-23-134-2346-2
+always \x81CA\x9762 234-235-23-134-146-23
+always \x81CA\x7EA2 234-235-23-125-256-2
+always \x82B1\x81CA 125-123456-1-234-235-23
+always \x6015\x81CA 1234-35-23-234-235-23
+always \x81CA\x76AE 234-235-23-1234-24-2
+always \x81CA\x58F0 234-235-23-156-3456-1
+always \x81CA\x9640 234-235-23-2345-135-2
+always \x81CA\x9641 234-235-23-2345-135-2
+always \x8BA8\x81CA 2345-235-3-234-235-23
+always \x81CA\x6C14 234-235-23-13-24-23
+always \x71A8\x5E16 346-23-2345-15-1
+always \x5C01\x7985 124-3456-1-156-1236-23
+always \x7985\x8BA9 156-1236-23-245-236-23
+always \x7985\x4F4D 156-1236-23-2456-23
+always \x5218\x7985 123-1256-2-156-1236-23
+always \x534A\x6C93 12-1236-23-145-35-2
+always \x4E00\x6C93 24-1-145-35-2
+always \x4E8C\x6C93 1235-23-145-35-2
+always \x4E24\x6C93 123-1346-3-145-35-2
+always \x4E09\x6C93 234-1236-1-145-35-2
+always \x56DB\x6C93 234-23-145-35-2
+always \x4E94\x6C93 136-3-145-35-2
+always \x516D\x6C93 123-1256-23-145-35-2
+always \x4E03\x6C93 13-24-1-145-35-2
+always \x516B\x6C93 12-35-1-145-35-2
+always \x4E5D\x6C93 1245-1256-3-145-35-2
+always \x5341\x6C93 156-2-145-35-2
+always \x767E\x6C93 12-246-3-145-35-2
+always \x5343\x6C93 13-146-1-145-35-2
+always \x4E07\x6C93 12456-23-145-35-2
+always \x94DC\x94BF 2345-256-2-2345-146-2
+always \x6D0B\x94BF 1346-2-2345-146-2
+always \x8F66\x94BF 12345-26-1-2345-146-2
+always \x997C\x94DB 12-16-3-12345-3456-1
+always \x8336\x94DB 12345-3456-1-12345-3456-1
+always \x94DB\x9F0E 12345-3456-1-145-16-3
+always \x94DB\x9B32 12345-3456-1-1245-26-2
+always \x94DB\x6237 12345-3456-1-125-136-23
+always \x94DB\x5934 12345-3456-1-2345-12356-2
+always \x94DB\x65CB 12345-3456-1-125-12346-2
+always \x94DB\x6CB9 12345-3456-1-1256-2
+always \x9F0E\x94DB 145-16-3-12345-3456-1
+always \x836F\x94DB 345-23-12345-3456-1
+always \x9152\x94DB 1245-1256-3-12345-3456-1
+always \x8F51\x94DB 123-235-2-12345-3456-1
+always \x8317\x94DB 134-16-2-12345-3456-1
+always \x6CE5\x94DB 1345-24-2-12345-3456-1
+always \x77F3\x94DB 156-2-12345-3456-1
+always \x94EB\x94DB 145-345-23-12345-3456-1
+always \x571F\x94DB 2345-136-3-12345-3456-1
+always \x74E6\x94DB 123456-3-12345-3456-1
+always \x6CB9\x94DB 1256-2-12345-3456-1
+always \x6298\x94DB 34-26-2-12345-3456-1
+always \x811A\x94DB 1245-345-3-12345-3456-1
+always \x8DB3\x94DB 1356-136-2-12345-3456-1
+always \x94DB\x811A 12345-3456-1-1245-345-3
+always \x4E2D\x9E44 34-256-1-1245-136-3
+always \x68D8\x77DC 1245-24-2-13-126-2
+always \x8682\x86B1 134-35-3-34-35
+always \x8682\x8782 134-35-1-123-236
+always \x7C38\x7B95 12-26-23-1245-24
+always \x8D91\x8D84 1356-1-1245-346-1
+always \x8DF3\x8E09 2345-345-23-123-1346-2
+always \x8E4A\x8DF7 13-24-1-13-345-1
+always \x5C25\x8E76 123-345-23-1245-23456-3
+always \x55BD\x5570 123-12356-2-123-135
+always \x94E4\x800C 2345-16-3-1235-2
+always \x4F3D\x84DD 13-15-2-123-1236-2
+always \x54AF\x51FA 13-35-3-12345-136-1
+always \x884C\x9996 125-236-2-156-12356-3
+always \x884C\x5C3E 125-236-2-2456-3
+always \x884C\x53F7 125-236-2-125-235-23
+always \x51E0\x884C 1245-24-3-125-236-2
+always \x6362\x884C 125-12456-23-125-236-2
+always \x6295\x884C 2345-12356-2-125-236-2
+always \x4E00\x884C 24-1-125-236-2
+always \x4E8C\x884C 1235-23-125-236-2
+always \x4E24\x884C 123-1346-3-125-236-2
+always \x4E09\x884C 234-1236-1-125-236-2
+always \x56DB\x884C 234-23-125-236-2
+always \x516D\x884C 123-1256-23-125-236-2
+always \x4E03\x884C 13-24-1-125-236-2
+always \x516B\x884C 12-35-1-125-236-2
+always \x4E5D\x884C 1245-1256-3-125-236-2
+always \x5341\x884C 156-2-125-236-2
+always \x767E\x884C 12-246-3-125-236-2
+always \x5343\x884C 13-146-1-125-236-2
+always \x4E07\x884C 12456-23-125-236-2
+always \x7231\x85C9 246-23-1245-15-23
+always \x6170\x85C9 2456-23-1245-15-23
+always \x6795\x85C9 34-356-3-1245-15-23
+always \x85C9\x53E3 1245-15-23-13-12356-3
+always \x85C9\x8BCD 1245-15-23-14-2
+always \x85C9\x6B64 1245-15-23-14-3
+always \x85C9\x4EE5 1245-15-23-24-3
+always \x5047\x85C9 1245-1246-3-1245-15-23
+always \x8574\x85C9 456-23-1245-15-23
+always \x85C9\x52A9 1245-15-23-34-136-23
+always \x85F4\x85C9 456-23-1245-15-23
+always \x85C9\x69C0 1245-15-23-1245-235-3
+always \x7F2B\x85C9 234-235-1-1245-15-23
+always \x85C9\x5B50 1245-15-23-1356-0
+always \x5C09\x85C9 2456-23-1245-15-23
+always \x85C9\x7528 1245-15-23-1456-23
+always \x83A8\x83EA 123-236-23-145-236-23
+always \x83A8\x8361 123-236-23-145-236-23
+always \x83A8\x83A0 123-236-2-1256-3
+always \x83A8\x5C3E 123-236-2-2456-3
+always \x83A8\x8349 123-236-23-14-235-3
+always \x64A9\x62E8 123-345-2-12-26-1
+always \x64A9\x52A8 123-345-2-145-256-23
+always \x64A9\x6597 123-345-2-145-12356-23
+always \x64A9\x9017 123-345-2-145-12356-23
+always \x64A9\x94A9 123-345-2-1245-12356-1
+always \x64A9\x7F5F 123-345-2-1245-136-3
+always \x64A9\x621F 123-345-2-1245-24-3
+always \x64A9\x4E01 123-345-2-145-16-1
+always \x64A9\x4E71 123-345-2-123-12456-23
+always \x64A9\x5F04 123-345-2-1345-256-23
+always \x64A9\x7ED5 123-345-2-245-235-23
+always \x64A9\x4EBA 123-345-2-245-356-2
+always \x64A9\x820D 123-345-2-156-26-3
+always \x6C13\x64A9 134-236-2-123-345-2
+always \x64A9\x8702 123-345-2-124-3456-1
+always \x64A9\x662F 123-345-2-156-23
+always \x64A9\x6D45 123-345-3-13-1346-3
+always \x64A9\x6F09 123-345-3-123-136-23
+always \x64A9\x6E56 123-345-3-125-136-2
+always \x64A9\x811A 123-345-23-1245-345-3
+always \x64A9\x8352 123-345-23-125-2356-1
+always \x64A9\x8E76 123-345-23-1245-346-3
+always \x64A9\x5CED 123-345-23-13-345-23
+always \x64A9\x5012 123-345-23-145-235-3
+always \x634B\x8D77 123-135-1-13-24-3
+always \x634B\x53D6 123-135-1-13-346-3
+always \x7387\x961F 156-13456-23-145-2456-23
+always \x5228\x5E73 12-235-23-1234-16-2
+always \x94FA\x5E8A 1234-136-1-12345-2356-2
+always \x6EB1\x6F7C 34-126-2-2345-256-2
+always \x853D\x585E 12-24-23-234-26-23
+always \x7EA2\x82D5 125-256-2-156-235-2
+always \x76F8\x7247 125-1346-23-1234-146-23
+always \x76F8\x4F4D 125-1346-23-2456-23
+always \x76F8\x6001 125-1346-23-2345-246-23
+always \x76F8\x91CF 125-1346-23-123-1346-23
+always \x601C\x76F8 123-146-2-125-1346-23
+always \x59BB\x76F8 13-24-1-125-1346-23
+always \x770B\x76F8 13-1236-23-125-1346-23
+always \x5174\x4F1A 125-16-23-125-2456-23
+always \x4E24\x5BBF 123-1346-3-125-1256-3
+always \x5401\x5929 346-23-2345-146-1
+always \x5401\x53F7 346-23-125-235-23
+always \x6DCC\x8840 2345-236-3-125-15-3
+always \x9E2D\x8840 1246-1-125-15-3
+always \x732A\x8840 34-136-1-125-15-3
+always \x624E\x8FAB 1356-35-1-12-146-23
+always \x624E\x7D27 1356-35-1-1245-126-3
+always \x624E\x4F4F 1356-35-1-34-136-23
+always \x624E\x53E3 1356-35-1-13-12356-3
+always \x94C1\x6805 2345-15-3-34-35-23
+always \x6805\x5B50 34-35-23-1356-0
+always \x6805\x680F 34-35-23-123-1236-2
+always \x6728\x6805 134-136-23-34-35-23
+always \x960F\x6C0F 146-1-34-1
+always \x516D\x5B89 123-136-23-1236-1
+always \x516D\x5408 123-136-23-125-26-2
+always \x8096\x50CF 125-345-23-125-1346-23
+always \x60DF\x8096 2456-2-125-345-23
+always \x4E0D\x8096 12-136-23-125-345-23
+always \x767D\x672F 12-246-2-34-136-2
+always \x82CD\x672F 14-236-1-34-136-2
+always \x5C5E\x6587 34-136-3-25-2
+always \x5C5E\x671B 34-136-3-2356-23
+always \x76F8\x5C5E 125-1346-1-34-136-3
+always \x4E48\x7740 134-26-34-235-1
+always \x8179\x4FBF\x4FBF 124-136-23-1234-146-2-1234-146-2
+always \x88C2\x7740 123-15-3-34-26
+always \x7F29\x7802 234-136-23-156-35-1
+always \x8FD8\x94B1 125-12456-2-13-146-2
+always \x6C6A\x4ED4 2356-1-1356-246-3
+always \x65FA\x4ED4 2356-23-1356-246-3
+always \x9753\x4ED4 123-1346-23-1356-246-3
+always \x516C\x4ED4 1245-256-1-1356-246-3
+always \x5EB7\x4E7E 13-236-1-13-146-2
+always \x4E7E\x5764 13-146-2-13-25-1
+always \x4E7E\x53BF 13-146-2-125-146-23
+always \x4E7E\x9686 13-146-2-123-256-2
+always \x4E7E\x660E 13-146-2-134-16-2
+always \x4E7E\x9020 13-146-2-145-235-23
+always \x8427\x4E7E 125-345-1-13-146-2
+always \x671D\x4E7E 34-235-1-13-146-2
+always \x4E7E\x4E7E 13-146-2-13-146-2
+always \x98A0\x4E7E 145-146-1-13-146-2
+always \x4E7E\x8F67 13-146-2-1246-23
+always \x4E7E\x7AEF 13-146-2-145-12456-1
+always \x4E7E\x5609 13-146-2-1245-1246-1
+always \x4E7E\x5915 13-146-2-125-24-1
+always \x65CB\x4E7E 125-12346-2-13-146-2
+always \x4E7E\x5366 13-146-2-1245-123456-23
+always \x4E7E\x9675 13-146-2-123-16-2
+always \x4E00\x89C9 24-1-1245-345-23
+always \x4E2D\x4E3E 34-256-23-1245-346-3
+always \x4E58\x5174 12345-3456-2-125-16-23
+always \x4F9B\x5E94 1245-256-1-16-23
+always \x4ED3\x5352 14-236-1-14-136-23
+always \x5185\x5E94 1345-2346-23-16-23
+always \x5185\x76F8 1345-2346-23-125-1346-23
+always \x5265\x524A 12-26-1-125-23456-1
+always \x526F\x5C06 124-136-23-1245-1346-23
+always \x52FE\x5F53 1245-12356-23-145-236-23
+always \x5357\x65E0 1345-35-2-134-26
+always \x53CD\x5E94 124-1236-3-16-23
+always \x53E5\x8DF5 1245-12356-1-1245-146-23
+always \x53EF\x6570 13-26-3-156-136-3
+always \x53F8\x957F 234-1-34-236-3
+always \x547C\x5E94 125-136-1-16-23
+always \x54ED\x53F7 13-136-1-125-235-2
+always \x56DE\x5E94 125-2456-2-16-23
+always \x56E0\x5E94 126-1-16-23
+always \x62A5\x5E94 12-235-23-16-23
+always \x5916\x957F 13456-23-34-236-3
+always \x5973\x5C06 1345-346-3-1245-1346-23
+always \x5B98\x957F 1245-12456-1-34-236-3
+always \x5BF9\x5E94 145-2456-23-16-23
+always \x5E72\x4E48 1245-1236-23-134-35-2
+always \x5EAD\x957F 2345-16-2-34-236-3
+always \x611F\x5E94 1245-1236-3-16-23
+always \x5E94\x4ED8 16-23-124-136-23
+always \x5E94\x547D 16-23-134-16-23
+always \x5E94\x5BF9 16-23-145-2456-23
+always \x5E94\x5F81 16-23-34-3456-1
+always \x5E94\x63A5 16-23-1245-15-1
+always \x5E94\x65F6 16-23-156-2
+always \x5E94\x666F 16-23-1245-16-3
+always \x5E94\x6C42 16-23-13-1256-2
+always \x5E94\x7528 16-23-1456-23
+always \x5E94\x8003 16-23-13-235-3
+always \x5E94\x58F0 16-23-156-3456-1
+always \x5E94\x8BB8 16-23-125-346-3
+always \x5E94\x8BD5 16-23-156-23
+always \x5E94\x53D8 16-23-12-146-23
+always \x5E94\x8FD0 16-23-456-23
+always \x5E94\x9080 16-23-345-1
+always \x5E94\x916C 16-23-12345-12356-2
+always \x5E94\x9A8C 16-23-146-23
+always \x6237\x957F 125-136-23-34-236-3
+always \x6241\x94BB 12-146-3-1356-12456-23
+always \x6311\x62C5 2345-345-1-145-1236-23
+always \x63A5\x5E94 1245-15-1-16-23
+always \x63A9\x6CA1 146-3-134-26-23
+always \x6402\x94B1 123-12356-1-13-146-2
+always \x6492\x5F00 234-35-1-13-246-1
+always \x63B7\x8FD8 34-23-125-12456-2
+always \x644A\x8FD8 2345-1236-1-125-12456-2
+always \x6405\x548C 1245-345-3-125-135
+always \x6548\x5E94 125-345-23-16-23
+always \x6570\x4E8C 156-136-3-1235-23
+always \x6570\x8BF4 156-136-3-156-135-1
+always \x6570\x94B1 156-136-3-13-146-2
+always \x65C5\x957F 123-346-3-34-236-3
+always \x6687\x7ED9 125-1246-2-1245-24-3
+always \x66F4\x53F7 1245-3456-1-125-235-23
+always \x66FE\x53C2 1356-3456-1-156-356-1
+always \x66FE\x5DE9 1356-3456-1-1245-256-3
+always \x4F1A\x7A3D 13-13456-23-1245-24-1
+always \x671D\x53D1 34-235-1-124-35-1
+always \x4E50\x5267 23456-23-1245-346-23
+always \x4E50\x6BB5 23456-23-145-12456-23
+always \x4E50\x98CE 23456-23-124-3456-1
+always \x6A2A\x884C 125-3456-23-125-16-2
+always \x6B92\x6CA1 456-3-134-26-2
+always \x6CA1\x5165 134-26-23-245-136-23
+always \x6CA1\x836F 134-26-23-345-23
+always \x6CA1\x9876 134-26-23-145-16-3
+always \x6DD6\x7EA6 12345-135-23-23456-1
+always \x6DF7\x6D4A 125-25-2-34-135-2
+always \x4E3A\x4ED6 2456-23-2345-35
+always \x4E3A\x4F60 2456-23-1345-24-3
+always \x4E3A\x5979 2456-23-2345-35-1
+always \x4E3A\x59B3 2456-23-1345-24-3
+always \x4E3A\x60A8 2456-23-1345-126-2
+always \x65E0\x7684 136-2-145-24-23
+always \x7167\x5E94 34-235-23-16-23
+always \x7387\x56E2 156-13456-23-2345-12456-2
+always \x7387\x5E08 156-13456-23-156-1
+always \x7387\x4F17 156-13456-23-34-256-23
+always \x7387\x519B 156-13456-23-1245-456-1
+always \x74A7\x8FD8 12-24-23-125-12456-2
+always \x751A\x4E48 156-356-2-134-26
+always \x755C\x79EF 125-346-23-1245-24-1
+always \x755C\x8C0B 125-346-23-134-12356-2
+always \x5F53\x5DEE 145-236-1-12345-246-1
+always \x5F53\x673A 145-236-23-1245-24-1
+always \x76F8\x56FD 125-1346-23-1245-135-2
+always \x76F8\x5E94 125-1346-1-16-23
+always \x793E\x957F 156-26-23-34-236-3
+always \x79F0\x610F 12345-356-23-24-23
+always \x7A77\x76F8 13-1456-2-125-1346-23
+always \x7B26\x5E94 124-136-2-16-23
+always \x7B56\x5E94 14-26-23-16-23
+always \x7C4D\x6CA1 1245-24-2-134-26-2
+always \x7EBE\x96BE 156-136-1-1345-1236-23
+always \x7ED9\x4ED8 1245-24-3-124-136-23
+always \x7F9E\x6076 125-1256-1-136-23
+always \x804C\x5206 34-2-124-356-23
+always \x542C\x5DEE 2345-16-1-12345-246-1
+always \x8086\x5E94 234-23-16-23
+always \x4E34\x96BE 123-126-2-1345-1236-23
+always \x7740\x8863 34-135-2-24-1
+always \x5904\x5206 12345-136-3-124-356-23
+always \x884C\x6570 125-236-2-156-136-23
+always \x884C\x4F1A 125-236-2-125-2456-23
+always \x8865\x8FD8 12-136-3-125-12456-2
+always \x8865\x9619 12-136-3-13-23456-1
+always \x8BE5\x884C 1245-246-1-125-236-2
+always \x8BBA\x8BED 123-25-2-346-3
+always \x8D1F\x7D2F 124-136-23-123-2346-3
+always \x8D22\x76F8 14-246-2-125-1346-23
+always \x8D22\x957F 14-246-2-34-236-3
+always \x8D24\x76F8 125-146-2-125-1346-23
+always \x8F67\x620F 34-35-2-125-24-23
+always \x8F88\x5206 12-2346-23-124-356-23
+always \x9002\x5E94 156-23-16-23
+always \x8FD8\x81F3 125-12456-2-34-23
+always \x90E1\x957F 1245-456-23-34-236-3
+always \x90FD\x5395 145-136-1-14-26-23
+always \x90FD\x5C14 145-136-1-1235-3
+always \x90FD\x7EDF 145-136-1-2345-256-3
+always \x90FD\x519B 145-136-1-1245-456-1
+always \x916C\x5E94 12345-12356-2-16-23
+always \x91CC\x957F 123-24-3-34-236-3
+always \x91CD\x8BA2 12345-256-2-145-16-23
+always \x91CD\x6D4B 12345-256-2-14-26-23
+always \x91CD\x8FED 12345-256-2-145-15-2
+always \x9550\x4EAC 125-235-23-1245-16-1
+always \x957F\x50CF 34-236-3-125-1346-23
+always \x9619\x5931 13-23456-1-156-1
+always \x9619\x6F0F 13-23456-1-123-12356-23
+always \x964D\x654C 125-1346-2-145-24-2
+always \x964D\x4E66 125-1346-2-156-136-1
+always \x964D\x9F99 125-1346-2-123-256-2
+always \x96BE\x80F8 1345-1236-23-125-1456-1
+always \x54CD\x5E94 125-1346-3-16-23
+always \x987A\x5E94 156-25-23-16-23
+always \x9C9C\x5C11 125-146-3-156-235-3
+always \x9C9C\x803B 125-146-3-12345-3
+always \x9E44\x7684 125-136-2-145-24-23
+always \x4E00\x89BA 24-1-1245-345-23
+always \x7701\x543E 125-16-3-136-2
+always \x884C\x95F4 125-236-2-1245-146-1
+always \x4E0A\x5C07 156-236-23-1245-1346-23
+always \x4E0A\x7576 156-236-23-145-236-23
+always \x4E0A\x8072 156-236-3-156-3456-1
+always \x4E0D\x963F 12-136-23-26-1
+always \x76DB\x996D 12345-3456-2-124-1236-23
+always \x76DB\x5668 12345-3456-2-13-24-23
+always \x76DB\x6EE1 12345-3456-2-134-1236-3
+always \x76DB\x6C64 12345-3456-2-2345-236-1
+always \x4E2D\x50B7 34-256-23-156-236-1
+always \x4E2D\x734E 34-256-23-1245-1346-3
+always \x4E2D\x8209 34-256-23-1245-346-3
+always \x4E2D\x8A08 34-256-23-1245-24-23
+always \x4E2D\x98A8 34-256-23-124-3456-1
+always \x4E58\x8208 12345-3456-2-125-16-23
+always \x4E86\x609F 123-345-3-136-23
+always \x4E86\x65B7 123-345-3-145-12456-23
+always \x4E86\x7D50 123-345-3-1245-15-2
+always \x4EA4\x9084 1245-345-1-125-12456-2
+always \x4EC0\x9EBC 156-356-2-134-26
+always \x4F5D\x50C2 1245-12356-1-123-12356-2
+always \x50C2\x5138 123-12356-2-123-135-2
+always \x4F9B\x61C9 1245-256-1-16-23
+always \x4FE1\x5DEE 125-126-23-12345-246-1
+always \x4FEF\x755C 124-136-3-125-346-23
+always \x5009\x5352 14-236-1-14-136-23
+always \x5014\x5F37 1245-23456-2-1245-1346-23
+always \x511F\x9084 12345-236-2-125-12456-2
+always \x5141\x7576 456-3-145-236-23
+always \x5144\x9577 125-1456-1-34-236-3
+always \x5165\x76F8 245-136-23-125-1346-23
+always \x5167\x61C9 1345-2346-23-16-23
+always \x5167\x76F8 1345-2346-23-125-1346-23
+always \x5167\x7701 1345-2346-23-125-16-3
+always \x5167\x884C 1345-2346-23-125-236-2
+always \x5171\x8655 1245-256-23-12345-136-3
+always \x5178\x7576 145-146-3-145-236-23
+always \x517C\x5DEE 1245-146-1-12345-246-1
+always \x51F1\x6492 13-246-3-234-35-1
+always \x51FA\x6C92 12345-136-1-134-26-23
+always \x5206\x5167 124-356-23-1345-2346-23
+always \x5228\x5730 1234-235-2-145-24-23
+always \x4E00\x524E 24-1-12345-35-23
+always \x53E4\x524E 1245-136-3-12345-35-23
+always \x524E\x90A3 12345-35-23-1345-35-23
+always \x525D\x524A 12-26-1-125-23456-1
+always \x526F\x5C07 124-136-23-1245-1346-23
+always \x52A9\x9577 34-136-23-34-236-3
+always \x52D2\x5012 123-2346-1-145-235-3
+always \x52D2\x4F24 123-2346-1-156-236-1
+always \x52D2\x50B7 123-2346-1-156-236-1
+always \x52D2\x660F 123-2346-1-125-25-1
+always \x52D2\x6B7B 123-2346-1-234-3
+always \x52D2\x75D5 123-2346-1-125-356-2
+always \x52D2\x5F97 123-2346-1-145-26-2
+always \x52D2\x4F4F 123-2346-1-34-136-23
+always \x52D2\x8116 123-2346-1-12-26-2
+always \x52F8\x964D 13-12346-23-125-1346-2
+always \x52FB\x7A31 456-2-12345-356-23
+always \x52FE\x7576 1245-12356-23-145-236-23
+always \x5315\x898B 12-24-3-125-146-23
+always \x5315\x89C1 12-24-3-125-146-23
+always \x5340\x9577 13-346-1-34-236-3
+always \x5348\x89BA 136-3-1245-345-23
+always \x5357\x7121 1345-35-2-134-26
+always \x5371\x96E3 2456-1-1345-1236-23
+always \x53AD\x60E1 146-23-136-23
+always \x53C3\x5DEE 14-356-1-14-1
+always \x53CD\x61C9 124-1236-3-16-23
+always \x53CD\x76F8 124-1236-3-125-1346-23
+always \x53CD\x9593 124-1236-3-1245-146-23
+always \x53D7\x96E3 156-12356-23-1345-1236-23
+always \x53E5\x8E10 1245-12356-1-1245-146-23
+always \x53EF\x60E1 13-26-3-136-23
+always \x53EF\x6578 13-26-3-156-136-3
+always \x53F8\x9577 234-1-34-236-3
+always \x541E\x6C92 2345-25-1-134-26-23
+always \x5426\x6975 1234-24-3-1245-24-2
+always \x5462\x7D68 1345-24-2-245-256-2
+always \x547C\x61C9 125-136-1-16-23
+always \x54C0\x865F 246-1-125-235-2
+always \x54ED\x865F 13-136-1-125-235-2
+always \x5546\x8CC8 156-236-1-1245-136-3
+always \x5546\x8D3E 156-236-1-1245-136-3
+always \x559D\x91C7 125-26-23-14-246-3
+always \x55DA\x54BD 136-1-15-23
+always \x5614\x5410 12356-3-2345-136-23
+always \x5629\x5566 125-123456-1-123-35-1
+always \x5668\x6A02 13-24-23-23456-23
+always \x56DE\x61C9 125-2456-2-16-23
+always \x56E0\x61C9 126-1-16-23
+always \x56E0\x70BA 126-1-2456-23
+always \x570B\x6A02 1245-135-2-23456-23
+always \x570B\x90FD 1245-135-2-145-136-1
+always \x570B\x96E3 1245-135-2-1345-1236-23
+always \x5718\x9577 2345-12456-2-34-236-3
+always \x571F\x9577 2345-136-3-34-236-3
+always \x571F\x957F 2345-136-3-34-236-3
+always \x57CB\x6C92 134-246-2-134-26-23
+always \x57F7\x8457 34-2-34-135-2
+always \x5831\x61C9 12-235-23-16-23
+always \x589E\x9577 1356-3456-1-34-236-3
+always \x58A8\x7FDF 134-26-23-145-24-2
+always \x5916\x76F8 13456-23-125-1346-23
+always \x5916\x9577 13456-23-34-236-3
+always \x5927\x5B9B 145-35-23-12346-1
+always \x5927\x5C07 145-35-23-1245-1346-23
+always \x5927\x96E3 145-35-23-1345-1236-23
+always \x592A\x76E3 2345-246-23-1245-146-23
+always \x884C\x5C71 125-236-2-156-1236-1
+always \x592B\x5DEE 124-136-1-12345-246-1
+always \x5931\x7576 156-1-145-236-23
+always \x593E\x7E2B 1245-1246-1-124-3456-23
+always \x5947\x6578 1245-24-1-156-136-23
+always \x5949\x9084 124-3456-23-125-12456-2
+always \x594F\x6A02 1356-12356-23-23456-23
+always \x5973\x5C07 1345-346-3-1245-1346-23
+always \x597D\x52D5 125-235-23-145-256-23
+always \x597D\x52DD 125-235-23-156-3456-23
+always \x597D\x60E1 125-235-23-136-23
+always \x597D\x6230 125-235-23-34-1236-23
+always \x597D\x9B25 125-235-23-145-12356-23
+always \x59A5\x7576 2345-135-3-145-236-23
+always \x5ACB\x5A1C 1345-345-3-1345-135-2
+always \x5ACC\x60E1 125-146-2-136-23
+always \x5AE1\x9577 145-24-2-34-236-3
+always \x5B78\x9577 125-23456-2-34-236-3
+always \x5B88\x5206 156-12356-3-124-356-23
+always \x5B8F\x90FD 125-256-2-145-136-1
+always \x5B98\x9577 1245-12456-1-34-236-3
+always \x5BB6\x7576 1245-1246-1-145-236-23
+always \x5BB6\x9577 1245-1246-1-34-236-3
+always \x5BE9\x5EA6 156-356-3-145-135-2
+always \x5C07\x4EE4 1245-1346-23-123-16-23
+always \x5C07\x76F8 1245-1346-23-125-1346-23
+always \x5C06\x76F8 1245-1346-23-125-1346-23
+always \x5C08\x6A6B 34-12456-1-125-3456-23
+always \x5C0A\x9577 1356-25-1-34-236-3
+always \x5C0D\x61C9 145-2456-23-16-23
+always \x5C0D\x7A31 145-2456-23-12345-356-23
+always \x5C11\x58EF 156-235-23-34-2356-23
+always \x5C11\x5A66 156-235-23-124-136-23
+always \x5C11\x5C07 156-235-23-1245-1346-23
+always \x5C40\x9577 1245-346-2-34-236-3
+always \x5DE1\x66F4 125-456-2-1245-3456-1
+always \x5E02\x9577 156-23-34-236-3
+always \x5E2B\x9577 156-1-34-236-3
+always \x5E72\x5C07 1245-1236-23-1245-1346-23
+always \x5E74\x9577 1345-146-2-34-236-3
+always \x5E79\x9EBC 1245-1236-23-134-35-2
+always \x5EAD\x9577 2345-16-2-34-236-3
+always \x5EE0\x9577 12345-236-3-34-236-3
+always \x5382\x957F 12345-236-3-34-236-3
+always \x5EF3\x9577 2345-16-1-34-236-3
+always \x5F26\x6A02 125-146-2-23456-23
+always \x5F37\x6A6B 13-1346-2-125-3456-23
+always \x5F80\x9084 2356-3-125-12456-2
+always \x6012\x865F 1345-136-23-125-235-2
+always \x601D\x6C57 234-1-125-1236-2
+always \x6025\x96E3 1245-24-2-1345-1236-23
+always \x6070\x7576 13-1246-23-145-236-23
+always \x60A3\x96E3 125-12456-23-1345-1236-23
+always \x60E1\x52DE 136-23-123-235-2
+always \x60E1\x5C11 26-23-156-235-23
+always \x611B\x597D 246-23-125-235-23
+always \x611F\x61C9 1245-1236-3-16-23
+always \x618E\x60E1 1356-3456-1-136-23
+always \x61C9\x4ED8 16-23-124-136-23
+always \x61C9\x5141 16-23-456-3
+always \x61C9\x547D 16-23-134-16-23
+always \x61C9\x548C 16-23-125-26-23
+always \x61C9\x5C0D 16-23-145-2456-23
+always \x61C9\x5FB5 16-23-34-3456-1
+always \x61C9\x63A5 16-23-1245-15-1
+always \x61C9\x6642 16-23-156-2
+always \x61C9\x666F 16-23-1245-16-3
+always \x61C9\x6C42 16-23-13-1256-2
+always \x61C9\x7528 16-23-1456-23
+always \x61C9\x8003 16-23-13-235-3
+always \x61C9\x8072 16-23-156-3456-1
+always \x61C9\x8A31 16-23-125-346-3
+always \x61C9\x8A66 16-23-156-23
+always \x61C9\x8B8A 16-23-12-146-23
+always \x61C9\x904B 16-23-456-23
+always \x61C9\x9080 16-23-345-1
+always \x61C9\x916C 16-23-12345-12356-2
+always \x61C9\x9A57 16-23-146-23
+always \x61F6\x6563 123-1236-3-234-1236-3
+always \x6210\x9577 12345-3456-2-34-236-3
+always \x6236\x9577 125-136-23-34-236-3
+always \x6240\x9577 234-135-3-34-236-3
+always \x6241\x64D4 12-146-3-145-1236-23
+always \x6241\x947D 12-146-3-1356-12456-23
+always \x6284\x6C92 12345-235-1-134-26-23
+always \x6311\x5F04 2345-345-3-1345-256-23
+always \x6311\x6230 2345-345-3-34-1236-23
+always \x6311\x64A5 2345-345-3-12-26-1
+always \x6311\x64D4 2345-345-1-145-1236-23
+always \x6311\x71C8 2345-345-3-145-3456-1
+always \x6311\x91C1 2345-345-3-125-126-23
+always \x6392\x9577 1234-246-2-34-236-3
+always \x63A5\x61C9 1245-15-1-16-23
+always \x63A5\x7E2B 1245-15-1-124-3456-23
+always \x63A9\x6C92 146-3-134-26-23
+always \x63DB\x884C 125-12456-23-125-236-2
+always \x645F\x9322 123-12356-1-13-146-2
+always \x6402\x5934 123-12356-1-2345-12356-2
+always \x6402\x8349 123-12356-1-14-235-3
+always \x6492\x5B0C 234-35-1-1245-345-1
+always \x6492\x8B0A 234-35-1-125-2356-3
+always \x6492\x8CF4 234-35-1-123-246-23
+always \x6492\x958B 234-35-1-13-246-1
+always \x64D4\x5B50 145-1236-23-1356-0
+always \x64F2\x9084 34-23-125-12456-2
+always \x6524\x9084 2345-1236-1-125-12456-2
+always \x652A\x548C 1245-345-3-125-135-2
+always \x6548\x61C9 125-345-23-16-23
+always \x6551\x96E3 1245-1256-23-1345-1236-23
+always \x6578\x4E00 156-136-3-24-1
+always \x6578\x4E0D 156-136-3-12-136-23
+always \x6578\x4E8C 156-136-3-1235-23
+always \x6578\x5178 156-136-3-145-146-3
+always \x6578\x6578 156-136-3-156-136-23
+always \x6578\x843D 156-136-3-123-135-23
+always \x6578\x8AAA 156-136-3-156-135-1
+always \x6578\x9322 156-136-3-13-146-2
+always \x65C5\x9577 123-346-3-34-236-3
+always \x65CB\x98A8 125-12346-23-124-3456-1
+always \x65CF\x9577 1356-136-2-34-236-3
+always \x65E5\x6688 245-23-456-23
+always \x65E5\x6C92 245-23-134-26-23
+always \x6687\x7D66 125-1246-2-1245-24-3
+always \x66F4\x4E8B 1245-3456-1-156-23
+always \x66F4\x52D5 1245-3456-1-145-256-23
+always \x66F4\x5F35 1245-3456-1-34-236-1
+always \x66F4\x63DB 1245-3456-1-125-12456-23
+always \x66F4\x865F 1245-3456-1-125-235-23
+always \x66F8\x5377 156-136-1-1245-12346-23
+always \x66FE\x53C3 1356-3456-1-156-356-1
+always \x66FE\x5B50 1356-3456-1-1356-3
+always \x66FE\x5B6B 1356-3456-1-234-25-1
+always \x66FE\x6C0F 1356-3456-1-156-23
+always \x66FE\x978F 1356-3456-1-1245-256-3
+always \x6703\x7A3D 13-13456-23-1245-24-1
+always \x6703\x8A08 13-13456-23-1245-24-23
+always \x6703\x9577 125-2456-23-34-236-3
+always \x6708\x6688 23456-23-456-23
+always \x6708\x7D2F 23456-23-123-2346-3
+always \x671D\x66E6 34-235-1-125-24-1
+always \x671D\x6C23 34-235-1-13-24-23
+always \x671D\x767C 34-235-1-124-35-1
+always \x671D\x967D 34-235-1-1346-2
+always \x671D\x9732 34-235-1-123-136-23
+always \x671F\x5E74 1245-24-1-1345-146-2
+always \x671F\x6708 1245-24-1-23456-23
+always \x671F\x670D 1245-24-1-124-136-2
+always \x6751\x9577 14-25-1-34-236-3
+always \x6821\x5C0D 1245-345-23-145-2456-23
+always \x6821\x6E96 1245-345-23-34-25-3
+always \x6821\x8A02 1245-345-23-145-16-23
+always \x6821\x9577 125-345-23-34-236-3
+always \x6821\x95B1 1245-345-23-23456-23
+always \x683D\x7A2E 1356-246-1-34-256-23
+always \x6A02\x5287 23456-23-1245-346-23
+always \x6A02\x5668 23456-23-13-24-23
+always \x6A02\x5718 23456-23-2345-12456-2
+always \x6A02\x58C7 23456-23-2345-1236-2
+always \x6A02\x5E2B 23456-23-156-1
+always \x6A02\x5E9C 23456-23-124-136-3
+always \x6A02\x624B 23456-23-156-12356-3
+always \x6A02\x66F2 23456-23-13-346-3
+always \x6A02\x6BB5 23456-23-145-12456-23
+always \x6A02\x7406 23456-23-123-24-3
+always \x6A02\x7AE0 23456-23-34-236-1
+always \x6A02\x8B5C 23456-23-1234-136-3
+always \x6A02\x8FF7 23456-23-134-24-2
+always \x6A02\x968A 23456-23-145-2456-23
+always \x6A02\x97F3 23456-23-126-1
+always \x6A02\x98A8 23456-23-124-3456-1
+always \x6A21\x6A23 134-136-2-1346-23
+always \x6A6B\x8089 125-3456-23-245-12356-23
+always \x6A6B\x884C 125-3456-23-125-16-2
+always \x6A6B\x8CA1 125-3456-23-14-246-2
+always \x6B21\x9577 14-23-34-236-3
+always \x6B38\x4E43 246-2-1345-246-3
+always \x6B3D\x5DEE 13-126-1-12345-246-1
+always \x6B78\x9084 1245-2456-1-125-12456-2
+always \x6B78\x964D 1245-2456-1-125-1346-2
+always \x6B7B\x7576 234-3-145-236-23
+always \x6B89\x96E3 125-456-23-1345-1236-23
+always \x6B9E\x6C92 456-3-134-26-2
+always \x6BCF\x884C 134-2346-3-125-236-2
+always \x6C5F\x90FD 1245-1346-1-145-136-1
+always \x6C88\x6C92 12345-356-2-134-26-23
+always \x6C92\x4E16 134-26-23-156-23
+always \x6C92\x5165 134-26-23-245-136-23
+always \x6C92\x6536 134-26-23-156-12356-1
+always \x6C92\x843D 134-26-23-123-135-23
+always \x6C92\x85E5 134-26-23-345-23
+always \x6C92\x9802 134-26-23-145-16-3
+always \x6C92\x9F52 134-26-23-12345-3
+always \x6CD5\x76F8 124-35-3-125-1346-23
+always \x6CEF\x6C92 134-126-3-134-26-23
+always \x6D77\x96E3 125-246-3-1345-1236-23
+always \x6D88\x9577 125-345-1-34-236-3
+always \x6DD6\x7D04 12345-135-23-23456-1
+always \x6DF1\x60E1 156-356-1-136-23
+always \x6DF7\x6FC1 125-25-2-34-135-2
+always \x6DF9\x6C92 146-1-134-26-23
+always \x6E21\x5047 145-136-23-1245-1246-23
+always \x6E2C\x91CF 14-26-23-123-1346-2
+always \x6E38\x8AAA 1256-2-156-2456-23
+always \x6E6E\x6C92 146-1-134-26-23
+always \x6E6F\x6E6F 156-236-1-156-236-1
+always \x6ECB\x9577 1356-1-34-236-3
+always \x6FDF\x5357 1245-24-3-1345-1236-2
+always \x707D\x96E3 1356-246-1-1345-1236-23
+always \x70AE\x88FD 1234-235-2-34-23
+always \x70B8\x91AC 34-35-2-1245-1346-23
+always \x70BA\x4E86 2456-23-123-26
+always \x70BA\x4EC0 2456-23-156-356-2
+always \x70BA\x4ED6 2456-23-2345-35
+always \x70BA\x4F55 2456-23-125-26-2
+always \x70BA\x4F60 2456-23-1345-24-3
+always \x70BA\x570B 2456-23-1245-135-2
+always \x70BA\x5979 2456-23-2345-35-1
+always \x70BA\x59B3 2456-23-1345-24-3
+always \x70BA\x60A8 2456-23-1345-126-2
+always \x70BA\x6C11 2456-23-134-126-2
+always \x70BA\x864E 2456-23-125-136-3
+always \x7121\x7684 136-2-145-24-23
+always \x7121\x7E2B 136-2-124-3456-23
+always \x715E\x8ECA 156-35-1-12345-26-1
+always \x7167\x61C9 34-235-23-16-23
+always \x71D5\x4EAC 146-1-1245-16-1
+always \x71DF\x9577 16-2-34-236-3
+always \x729B\x725B 134-235-2-1345-1256-2
+always \x72D7\x4ED4 1245-12356-3-1356-246-3
+always \x7387\x5175 156-13456-23-12-16-1
+always \x7387\x5718 156-13456-23-2345-12456-2
+always \x7387\x5E2B 156-13456-23-156-1
+always \x7387\x610F 156-13456-23-24-23
+always \x7387\x7136 156-13456-23-245-1236-2
+always \x7387\x773E 156-13456-23-34-256-23
+always \x7387\x8ECD 156-13456-23-1245-456-1
+always \x7387\x9818 156-13456-23-123-16-3
+always \x73ED\x9577 12-1236-1-34-236-3
+always \x7405\x90AA 123-236-2-1246-2
+always \x74A7\x9084 12-24-23-125-12456-2
+always \x751A\x9EBC 156-356-2-134-26
+always \x751F\x9084 156-3456-1-125-12456-2
+always \x751F\x9577 156-3456-1-34-236-3
+always \x755C\x7522 125-346-23-12345-1236-3
+always \x755C\x7A4D 125-346-23-1245-24-1
+always \x755C\x8B00 125-346-23-134-12356-2
+always \x755C\x990A 125-346-23-1346-3
+always \x7576\x5DEE 145-236-1-12345-246-1
+always \x7576\x6A5F 145-236-23-1245-24-1
+always \x7576\x7968 145-236-23-1234-345-23
+always \x7576\x92EA 145-236-23-1234-136-23
+always \x75DB\x60E1 2345-256-23-136-23
+always \x767C\x9084 124-35-1-125-12456-2
+always \x767C\x96E3 124-35-1-1345-1236-23
+always \x768B\x9676 1245-235-1-345-2
+always \x76F8\x570B 125-1346-23-1245-135-2
+always \x76F8\x592B 125-1346-23-124-136-1
+always \x76F8\x61C9 125-1346-1-16-23
+always \x76F8\x6A5F 125-1346-23-1245-24-1
+always \x76F8\x7A31 125-1346-1-12345-356-23
+always \x76F8\x7C3F 125-1346-23-12-136-23
+always \x76F8\x8072 125-1346-23-156-3456-1
+always \x76F8\x8655 125-1346-1-12345-136-3
+always \x76F8\x8853 125-1346-23-156-136-23
+always \x7701\x5206 156-3456-3-124-356-23
+always \x7701\x601D 125-16-3-234-1
+always \x7701\x89AA 125-16-3-13-126-1
+always \x7701\x9577 156-3456-3-34-236-3
+always \x770B\x8B77 13-1236-1-125-136-23
+always \x770B\x9580 13-1236-1-134-356-2
+always \x771F\x7387 34-356-1-156-13456-23
+always \x773C\x6688 146-3-456-23
+always \x7761\x8457 156-2456-23-34-235-2
+always \x7761\x89BA 156-2456-23-1245-345-23
+always \x7763\x7387 145-136-1-156-13456-23
+always \x77AD\x671B 123-345-23-2356-23
+always \x78C5\x7921 1234-236-2-12-26-2
+always \x78E8\x96E3 134-26-2-1345-1236-23
+always \x793E\x9577 156-26-23-34-236-3
+always \x79AA\x8B93 156-1236-23-245-236-23
+always \x79AE\x6A02 123-24-3-23456-23
+always \x79D1\x9577 13-26-1-34-236-3
+always \x7A31\x8077 12345-356-23-34-2
+always \x7A31\x5FC3 12345-356-23-125-126-1
+always \x7A31\x610F 12345-356-23-24-23
+always \x7A4D\x7D2F 1245-24-1-123-2346-3
+always \x7A7A\x9592 13-256-23-125-146-2
+always \x7A7A\x96E3 13-256-1-1345-1236-23
+always \x7A7A\x984D 13-256-23-26-2
+always \x7A7F\x8457 12345-12456-1-34-135-2
+always \x7AAE\x76F8 13-1456-2-125-1346-23
+always \x7AD9\x9577 34-1236-23-34-236-3
+always \x7B26\x61C9 124-136-2-16-23
+always \x7B54\x61C9 145-35-1-16-23
+always \x7B54\x7406 145-35-1-123-24-3
+always \x7B56\x61C9 14-26-23-16-23
+always \x7BA1\x6A02 1245-12456-3-23456-23
+always \x7C4D\x6C92 1245-24-2-134-26-2
+always \x7C73\x884C 134-24-3-125-236-2
+always \x7D13\x96E3 156-136-1-1345-1236-23
+always \x7D2F\x4E16 123-2346-3-156-23
+always \x7D2F\x5375 123-2346-3-123-12456-3
+always \x7D2F\x6708 123-2346-3-23456-23
+always \x7D2F\x7A4D 123-2346-3-1245-24-1
+always \x7D2F\x8D05 123-2346-2-34-2456-23
+always \x7D2F\x9032 123-2346-3-1245-126-23
+always \x7D42\x4E86 34-256-1-123-345-3
+always \x7D44\x9577 1356-136-3-34-236-3
+always \x7D66\x4ED8 1245-24-3-124-136-23
+always \x7D71\x7387 2345-256-3-156-13456-23
+always \x7DB8\x5DFE 1245-12456-1-1245-126-1
+always \x7DE3\x5206 12346-2-124-356-23
+always \x7E23\x9577 125-146-23-34-236-3
+always \x7E2B\x9699 124-3456-23-125-24-23
+always \x7E3D\x5F97 1356-256-3-145-2346-3
+always \x7E3D\x884C 1356-256-3-125-236-2
+always \x7E8C\x5047 125-346-23-1245-1246-23
+always \x7F3A\x7A7A 13-23456-1-13-256-23
+always \x7F79\x96E3 123-24-2-1345-1236-23
+always \x7F9E\x60E1 125-1256-1-136-23
+always \x7FF9\x695A 13-345-2-12345-136-3
+always \x7FF9\x9996 13-345-2-156-12356-3
+always \x8015\x7A2E 1245-3456-1-34-256-23
+always \x8072\x6A02 156-3456-1-23456-23
+always \x8077\x5206 34-2-124-356-23
+always \x807D\x5DEE 2345-16-1-12345-246-1
+always \x8086\x61C9 234-23-16-23
+always \x81C6\x5EA6 24-23-145-135-2
+always \x81E8\x96E3 123-126-2-1345-1236-23
+always \x81EA\x7D66 1356-23-1245-24-3
+always \x8208\x8DA3 125-16-23-13-346-23
+always \x820A\x90FD 1245-1256-23-145-136-1
+always \x8216\x6392 1234-136-1-1234-246-2
+always \x822C\x82E5 12-26-1-245-26-3
+always \x8239\x9577 12345-12456-2-34-236-3
+always \x82E5\x5E79 245-135-23-1245-1236-1
+always \x82E6\x96E3 13-136-3-1345-1236-23
+always \x8378\x85BA 12-24-2-13-24-2
+always \x843D\x96E3 123-135-23-1345-1236-23
+always \x8457\x529B 34-135-2-123-24-23
+always \x8457\x5BE6 34-135-2-156-2
+always \x8457\x5E8A 34-135-2-12345-2356-2
+always \x8457\x6025 34-235-2-1245-24-2
+always \x8457\x60F3 34-135-2-125-1346-3
+always \x8457\x614C 34-235-2-125-2356-1
+always \x8457\x6DBC 34-235-2-123-1346-2
+always \x8457\x706B 34-235-2-125-135-3
+always \x8457\x8272 34-135-2-234-26-23
+always \x8457\x843D 34-135-2-123-135-23
+always \x8457\x8863 34-135-2-24-1
+always \x8457\x91CD 34-135-2-34-256-23
+always \x8457\x9678 34-135-2-123-136-23
+always \x8499\x96E3 134-3456-2-1345-1236-23
+always \x8655\x5206 12345-136-3-124-356-23
+always \x8655\x65BC 12345-136-3-346-2
+always \x8655\x9577 12345-136-23-34-236-3
+always \x865F\x54ED 125-235-2-13-136-1
+always \x8766\x87C6 125-35-2-134-35-2
+always \x883B\x6A6B 134-1236-2-125-3456-23
+always \x8054\x884C 123-146-2-12-236-2
+always \x884C\x6578 125-236-2-156-136-23
+always \x884C\x6703 125-236-2-125-2456-23
+always \x884C\x696D 125-236-2-15-23
+always \x884C\x865F 125-236-2-125-235-23
+always \x884C\x884C\x51FA 125-236-2-125-236-2-12345-136-1
+always \x884C\x898F 125-236-2-1245-2456-1
+always \x884C\x8A71 125-236-2-125-123456-23
+always \x884C\x9593 125-236-2-1245-146-1
+always \x8868\x76F8 12-345-3-125-1346-23
+always \x88C1\x5EA6 14-246-2-145-135-2
+always \x88C2\x7E2B 123-15-23-124-3456-23
+always \x88DC\x5047 12-136-3-1245-1246-23
+always \x88DC\x7D66 12-136-3-1245-24-3
+always \x88DC\x9084 12-136-3-125-12456-2
+always \x88DC\x95D5 12-136-3-13-23456-1
+always \x897F\x6A02 125-24-1-23456-23
+always \x8981\x633E 345-1-125-15-2
+always \x8981\x8105 345-1-125-15-2
+always \x8986\x6821 124-136-23-1245-345-23
+always \x8986\x6C92 124-136-23-134-26-23
+always \x89AA\x5BB6 13-16-23-1245-1246-1
+always \x8A50\x964D 34-35-23-125-1346-2
+always \x8A72\x884C 1245-246-1-125-236-2
+always \x8AAA\x5BA2 156-2456-23-13-26-23
+always \x8ABF\x5B50 145-345-23-1356-0
+always \x8ACB\x5047 13-16-3-1245-1246-23
+always \x8AD6\x8A9E 123-25-2-346-3
+always \x8B58\x76F8 156-2-125-1346-23
+always \x8B70\x9577 24-23-34-236-3
+always \x8B8A\x66F4 12-146-23-1245-3456-1
+always \x8B8A\x76F8 12-146-23-125-1346-23
+always \x8C6C\x5708 34-136-1-1245-12346-23
+always \x8CA0\x7D2F 124-136-23-123-2346-3
+always \x8CA1\x76F8 14-246-2-125-1346-23
+always \x8CA1\x9577 14-246-2-34-236-3
+always \x8CE2\x76F8 125-146-2-125-1346-23
+always \x8D74\x96E3 124-136-23-1345-1236-23
+always \x8DF3\x884C 2345-345-23-125-236-2
+always \x8E4A\x8E7A 13-24-1-13-345-1
+always \x8EAB\x5206 156-356-1-124-356-23
+always \x8ECA\x9577 12345-26-1-34-236-3
+always \x8ECB\x6232 34-35-2-125-24-23
+always \x8ECD\x6A02 1245-456-1-23456-23
+always \x8ECD\x9577 1245-456-1-34-236-3
+always \x8F15\x7387 13-16-1-156-13456-23
+always \x8F29\x5206 12-2346-23-124-356-23
+always \x8FB1\x6C92 245-136-3-134-26-23
+always \x8FD4\x9084 124-1236-3-125-12456-2
+always \x9000\x9084 2345-2456-23-125-12456-2
+always \x9003\x96E3 2345-235-2-1345-1236-23
+always \x9023\x9577 123-146-2-34-236-3
+always \x903E\x5206 346-2-124-356-23
+always \x9047\x96E3 346-23-1345-1236-23
+always \x904A\x8AAA 1256-2-156-2456-23
+always \x904E\x5206 1245-135-23-124-356-23
+always \x904E\x7576 1245-135-23-145-236-23
+always \x9053\x89C0 145-235-23-1245-12456-23
+always \x9069\x61C9 156-23-16-23
+always \x9069\x7576 156-23-145-236-23
+always \x906D\x96E3 1356-235-1-1345-1236-23
+always \x9077\x90FD 13-146-1-145-136-1
+always \x907F\x96E3 12-24-23-1345-1236-23
+always \x9084\x4FD7 125-12456-2-234-136-2
+always \x9084\x50F9 125-12456-2-1245-1246-23
+always \x9084\x539F 125-12456-2-12346-2
+always \x9084\x624B 125-12456-2-156-12356-3
+always \x9084\x672C 125-12456-2-12-356-3
+always \x9084\x7259 125-12456-2-1246-2
+always \x9084\x773C 125-12456-2-146-3
+always \x9084\x79AE 125-12456-2-123-24-3
+always \x9084\x81F3 125-12456-2-34-23
+always \x9084\x9109 125-12456-2-125-1346-1
+always \x9084\x9858 125-12456-2-12346-23
+always \x9084\x9B42 125-12456-2-125-25-2
+always \x90E1\x9577 1245-456-23-34-236-3
+always \x90E2\x90FD 16-3-145-136-1
+always \x90E8\x9577 12-136-23-34-236-3
+always \x90F5\x5DEE 1256-2-12345-246-1
+always \x90FD\x5175 145-136-1-12-16-1
+always \x90FD\x53F8 145-136-1-234-1
+always \x90FD\x5BDF 145-136-1-12345-35-2
+always \x90FD\x5C09 145-136-1-2456-23
+always \x90FD\x5EC1 145-136-1-14-26-23
+always \x90FD\x723E 145-136-1-1235-3
+always \x90FD\x7763 145-136-1-145-136-1
+always \x90FD\x7D71 145-136-1-2345-256-3
+always \x90FD\x8ECD 145-136-1-1245-456-1
+always \x90FD\x9091 145-136-1-24-23
+always \x9109\x9577 125-1346-1-34-236-3
+always \x914B\x9577 13-1256-2-34-236-3
+always \x914D\x6A02 1234-2346-23-23456-23
+always \x914D\x7D66 1234-2346-23-1245-24-3
+always \x916C\x61C9 12345-12356-2-16-23
+always \x91CC\x9577 123-24-3-34-236-3
+always \x91CD\x4F30 12345-256-2-1245-136-1
+always \x91CD\x4F86 12345-256-2-123-246-2
+always \x91CD\x5165 12345-256-2-245-136-23
+always \x91CD\x520A 12345-256-2-13-1236-1
+always \x91CD\x570D 12345-256-2-2456-2
+always \x91CD\x5B6B 12345-256-2-234-25-1
+always \x91CD\x5B9A 12345-256-2-145-16-23
+always \x91CD\x5BEB 12345-256-2-125-15-3
+always \x91CD\x5FA9 12345-256-2-124-136-23
+always \x91CD\x6176 12345-256-2-13-16-23
+always \x91CD\x6284 12345-256-2-12345-235-1
+always \x91CD\x6E2C 12345-256-2-14-26-23
+always \x91CD\x7372 12345-256-2-125-135-23
+always \x91CD\x73FE 12345-256-2-125-146-23
+always \x91CD\x758A 12345-256-2-145-15-2
+always \x91CD\x7D44 12345-256-2-1356-136-3
+always \x91CD\x7F6E 12345-256-2-34-23
+always \x91CD\x8907 12345-256-2-124-136-23
+always \x91CD\x8A2D 12345-256-2-156-26-23
+always \x91CD\x8A66 12345-256-2-156-23
+always \x91CD\x967D 12345-256-2-1346-2
+always \x9280\x884C 126-2-125-236-2
+always \x92B7\x5047 125-345-1-1245-1246-23
+always \x93AC\x4EAC 125-235-23-1245-16-1
+always \x9470\x5319 345-23-156-2
+always \x947D\x77F3 1356-12456-23-156-2
+always \x9577\x5047 12345-236-2-1245-1246-23
+always \x9577\x50CF 34-236-3-125-1346-23
+always \x9577\x5144 34-236-3-125-1456-1
+always \x9577\x5927 34-236-3-145-35-23
+always \x9577\x5973 34-236-3-1345-346-3
+always \x9577\x5B50 34-236-3-1356-3
+always \x9577\x5B6B 34-236-3-234-25-1
+always \x9577\x5B98 34-236-3-1245-12456-1
+always \x9577\x5E7C 34-236-3-1256-23
+always \x9577\x623F 34-236-3-124-236-2
+always \x9577\x7537 34-236-3-1345-1236-2
+always \x9577\x8001 34-236-3-123-235-3
+always \x9577\x8005 34-236-3-34-26-3
+always \x9577\x8F29 34-236-3-12-2346-23
+always \x9577\x9032 34-236-3-1245-126-23
+always \x9580\x7E2B 134-356-2-124-3456-23
+always \x9589\x585E 12-24-23-234-26-23
+always \x9592\x6563 125-146-2-234-1236-3
+always \x9592\x7A7A 125-146-2-13-256-23
+always \x9593\x63A5 1245-146-23-1245-15-1
+always \x9593\x65B7 1245-146-23-145-12456-23
+always \x9593\x6B47 1245-146-23-125-15-1
+always \x9593\x8ADC 1245-146-23-145-15-2
+always \x9593\x9694 1245-146-23-1245-26-2
+always \x9593\x9699 1245-146-23-125-24-23
+always \x95D5\x5931 13-23456-1-156-1
+always \x95D5\x5982 13-23456-1-245-136-2
+always \x95D5\x6F0F 13-23456-1-123-12356-23
+always \x95D5\x7591 13-23456-1-24-2
+always \x963F\x8ADB 26-1-346-2
+always \x9644\x8457 124-136-23-34-135-2
+always \x964D\x5C07 125-1346-2-1245-1346-23
+always \x964D\x6575 125-1346-2-145-24-2
+always \x964D\x66F8 125-1346-2-156-136-1
+always \x964D\x9F8D 125-1346-2-123-256-2
+always \x9662\x9577 12346-23-34-236-3
+always \x968A\x9577 145-2456-23-34-236-3
+always \x96B1\x6C92 126-3-134-26-23
+always \x96C5\x6A02 1246-3-23456-23
+always \x96D9\x91CD 156-2356-1-12345-256-2
+always \x96E2\x9593 123-24-2-1245-146-23
+always \x96E3\x6C11 1345-1236-23-134-126-2
+always \x96E3\x80F8 1345-1236-23-125-1456-1
+always \x9732\x76F8 123-12356-23-125-1346-23
+always \x9732\x81C9 123-12356-23-123-146-3
+always \x975E\x96E3 124-2346-1-1345-1236-23
+always \x97F3\x6A02 126-1-23456-23
+always \x97FF\x61C9 125-1346-3-16-23
+always \x9806\x61C9 156-25-23-16-23
+always \x990A\x5206 1346-3-124-356-23
+always \x9928\x9577 1245-12456-3-34-236-3
+always \x9996\x9577 156-12356-3-34-236-3
+always \x9A55\x6A6B 1245-345-1-125-3456-23
+always \x9AA8\x76F8 1245-136-3-125-1346-23
+always \x9AD8\x66F4 1245-235-1-1245-3456-1
+always \x9AD8\x9E97 1245-235-1-123-24-2
+always \x9B06\x6563 234-256-1-234-1236-3
+always \x9BAE\x5C11 125-146-3-156-235-3
+always \x9BAE\x6065 125-146-3-12345-3
+always \x9D60\x7684 125-136-2-145-24-23
+always \x9F9C\x8332 13-1256-1-14-2
+always \x9F9C\x88C2 1245-456-1-123-15-23
+always \x963F\x81A0 26-1-1245-345-1
+always \x963F\x5F4C 26-1-134-24-2
+always \x6328\x9913 246-2-26-23
+always \x6328\x99E1 246-2-134-35-23
+always \x61F2\x827E 12345-3456-2-24-23
+always \x6252\x96DE 1234-35-2-1245-24-1
+always \x6252\x7ACA 1234-35-2-13-15-23
+always \x628A\x5152 12-35-23-1235-0
+always \x8180\x816B 1234-236-1-34-256-3
+always \x8584\x79AE 12-26-2-123-24-3
+always \x8584\x9727 12-26-2-136-23
+always \x7DBF\x8584 134-146-2-12-26-2
+always \x6DFA\x8584 13-146-3-12-26-2
+always \x8F15\x8584 13-16-1-12-26-2
+always \x8584\x7522 12-26-2-12345-1236-3
+always \x55AE\x8584 145-1236-1-12-26-2
+always \x5674\x8584 1234-356-1-12-26-2
+always \x78FD\x8584 13-345-1-12-26-2
+always \x7E96\x8584 125-146-1-12-26-2
+always \x8584\x767C 12-26-2-124-35-1
+always \x88E1\x5821 123-24-3-1234-136-23
+always \x7AAF\x5821 345-2-1234-136-23
+always \x5433\x5821 136-2-1234-136-23
+always \x80CC\x5E36 12-2346-1-145-246-23
+always \x80CC\x8CA0 12-2346-1-124-136-23
+always \x80CC\x50B5 12-2346-1-34-246-23
+always \x80CC\x8457 12-2346-1-34-26
+always \x80CC\x4F86 12-2346-1-123-246-2
+always \x80CC\x8F15 12-2346-1-13-16-1
+always \x7E43\x81C9 12-3456-3-123-146-3
+always \x7E43\x8457 12-3456-3-34-26
+always \x8FF8\x98DB 12-3456-1-124-2346-1
+always \x5FA9\x8F9F 124-136-23-12-24-23
+always \x8457\x908A 34-235-2-12-146-1
+always \x5F46\x626D 12-15-23-1345-1256-3
+always \x765F\x4E09 12-15-1-234-1236-1
+always \x863F\x8514 123-135-2-12-26
+always \x88DC\x7A2E 12-136-3-34-256-23
+always \x6C99\x53C3 156-35-1-156-356-1
+always \x91CE\x53C3 15-3-156-356-1
+always \x53C3\x5546 156-356-1-156-236-1
+always \x4E39\x53C3 145-1236-1-156-356-1
+always \x5C71\x53C3 156-1236-1-156-356-1
+always \x6D77\x53C3 125-246-3-156-356-1
+always \x9EE8\x53C3 145-236-3-156-356-1
+always \x4EBA\x53C3 245-356-2-156-356-1
+always \x6D0B\x53C3 1346-2-156-356-1
+always \x5B50\x53C3 1356-3-156-356-1
+always \x85CF\x50B3 1356-236-23-12345-12456-2
+always \x5BF6\x85CF 12-235-3-1356-236-23
+always \x85CF\x91AB 1356-236-23-24-1
+always \x85CF\x6232 1356-236-23-125-24-23
+always \x85CF\x85CD 1356-236-23-123-1236-2
+always \x85CF\x8A9E 1356-236-23-346-3
+always \x85CF\x7D05 1356-236-23-125-256-2
+always \x53C9\x958B 12345-35-23-13-246-1
+always \x5C08\x5DEE 34-12456-1-12345-246-1
+always \x8FA6\x5DEE 12-1236-23-12345-246-1
+always \x92B7\x5DEE 125-345-1-12345-246-1
+always \x5DEE\x9EDE 12345-35-23-145-146-3
+always \x5DEE\x52C1 12345-35-23-1245-126-23
+always \x9084\x5DEE 125-246-2-12345-35-23
+always \x7E3E\x5DEE 1245-24-23-12345-35-23
+always \x986B\x6144 34-1236-23-123-24-23
+always \x5BD2\x986B 125-1236-2-34-1236-23
+always \x51B7\x986B 123-3456-3-34-1236-23
+always \x5834\x5C4B 12345-236-2-136-1
+always \x5834\x9662 12345-236-2-12346-23
+always \x63DA\x5834 1346-2-12345-236-2
+always \x93AE\x9577 34-356-23-34-236-3
+always \x6A5F\x9577 1245-24-1-34-236-3
+always \x9577\x52E2 34-236-3-156-23
+always \x5DE5\x9577 1245-256-1-34-236-3
+always \x9748\x9577 123-16-2-34-236-3
+always \x9577\x8198 34-236-3-12-345-1
+always \x9577\x89AA 34-236-3-13-126-1
+always \x760B\x9577 124-3456-1-34-236-3
+always \x7926\x9577 13-2356-23-34-236-3
+always \x5DDE\x9577 34-12356-1-34-236-3
+always \x9577\x9580 34-236-3-134-356-2
+always \x9577\x4E0A 34-236-3-156-236-23
+always \x9577\x81C9 34-236-3-123-146-3
+always \x9577\x76F8 34-236-3-125-1346-23
+always \x9577\x9AD8 34-236-3-1245-235-1
+always \x9632\x9577 124-236-2-34-236-3
+always \x9577\x80D6 34-236-3-1234-236-23
+always \x9577\x500B 34-236-3-1245-26-23
+always \x9577\x51FA 34-236-3-12345-136-1
+always \x9577\x6210 34-236-3-12345-3456-2
+always \x9577\x5305 34-236-3-12-235-1
+always \x9577\x82DE 34-236-3-12-235-1
+always \x9577\x8089 34-236-3-245-12356-23
+always \x9577\x75D8 34-236-3-145-12356-23
+always \x5712\x9577 12346-2-34-236-3
+always \x884C\x9577 125-236-2-34-236-3
+always \x53F0\x9577 2345-246-2-34-236-3
+always \x4E8B\x9577 156-23-34-236-3
+always \x7344\x9577 346-23-34-236-3
+always \x8266\x9577 1245-146-23-34-236-3
+always \x8247\x9577 2345-16-3-34-236-3
+always \x671D\x6689 34-235-1-125-2456-1
+always \x885D\x5E8A 12345-256-23-12345-2356-2
+always \x885D\x58D3 12345-256-23-1246-1
+always \x771F\x6C96 34-356-1-12345-256-23
+always \x5F88\x6C96 125-356-3-12345-256-23
+always \x6C96\x8457 12345-256-23-34-26
+always \x6C96\x4F60 12345-256-23-1345-24-3
+always \x6C96\x6211 12345-256-23-135-3
+always \x6C96\x4ED6 12345-256-23-2345-35
+always \x6C96\x5979 12345-256-23-2345-35-1
+always \x6C96\x5B83 12345-256-23-4-2345-35-1
+always \x9285\x81ED 2345-256-2-125-1256-23
+always \x8655\x4EE5 12345-136-3-24-3
+always \x8655\x6CBB 12345-136-3-34-23
+always \x8655\x6691 12345-136-3-156-136-3
+always \x8655\x6B7B 12345-136-3-234-3
+always \x88C1\x8655 14-246-2-12345-136-3
+always \x7368\x8655 145-136-2-12345-136-3
+always \x51B7\x8655 123-3456-3-12345-136-3
+always \x6EFF\x8655 134-1236-3-12345-136-3
+always \x8655\x7406 12345-136-3-123-24-3
+always \x67E5\x8655 12345-35-2-12345-136-3
+always \x96DC\x8655 1356-35-2-12345-136-3
+always \x8655\x6C7A 12345-136-3-1245-23456-2
+always \x5224\x8655 1234-1236-23-12345-136-3
+always \x8AD6\x8655 123-25-23-12345-136-3
+always \x61F2\x8655 12345-3456-2-12345-136-3
+always \x8655\x7F70 12345-136-3-124-35-2
+always \x8655\x4E16 12345-136-3-156-23
+always \x8655\x5883 12345-136-3-1245-16-23
+always \x5BE9\x8655 156-356-3-12345-136-3
+always \x8655\x4E4B 12345-136-3-34-1
+always \x8655\x8B8A 12345-136-3-12-146-23
+always \x8655\x5973 12345-136-3-1345-346-3
+always \x8655\x4E8B 12345-136-3-156-23
+always \x63E3\x6E2C 12345-13456-3-14-26-23
+always \x61F8\x63E3 125-12346-2-12345-13456-3
+always \x50B3\x8A18 34-12456-23-1245-24-23
+always \x5225\x50B3 12-15-2-34-12456-23
+always \x5DE6\x50B3 1356-135-3-34-12456-23
+always \x7D93\x50B3 1245-16-1-34-12456-23
+always \x81EA\x50B3 1356-23-34-12456-23
+always \x7ACB\x50B3 123-24-23-34-12456-23
+always \x8A55\x50B3 1234-16-2-34-12456-23
+always \x5217\x50B3 123-15-23-34-12456-23
+always \x5C0F\x50B3 125-345-3-34-12456-23
+always \x6EF8\x50B3 125-136-3-34-12456-23
+always \x7D93\x5E62 1245-16-1-12345-2356-2
+always \x5275\x50B7 12345-2356-1-156-236-1
+always \x5275\x75DB 12345-2356-1-2345-256-23
+always \x5275\x75D5 12345-2356-1-125-356-2
+always \x5275\x9762 12345-2356-1-134-146-23
+always \x7DBD\x8D77 12345-235-1-13-24-3
+always \x7DBD\x5BB6 12345-235-1-1245-1246-1
+always \x611B\x7B54 246-23-145-35-1
+always \x8607\x6253 234-136-1-145-35-2
+always \x5F85\x8457 145-246-1-34-26
+always \x91CD\x64D4 34-256-23-145-1236-23
+always \x59D3\x55AE 125-16-23-156-1236-23
+always \x55AE\x7E23 156-1236-23-125-146-23
+always \x55AE\x4E8E 12345-1236-2-346-2
+always \x55AE\x7530 156-1236-23-2345-146-2
+always \x55AE\x96C4 156-1236-23-125-1456-2
+always \x70B8\x5F48 34-35-23-145-1236-23
+always \x5F48\x7121 145-1236-23-136-2
+always \x5F48\x4E38 145-1236-23-12456-2
+always \x5F48\x76E1 145-1236-23-1245-126-23
+always \x5F48\x819B 145-1236-23-2345-236-2
+always \x5F48\x75D5 145-1236-23-125-356-2
+always \x5F48\x5F13 145-1236-23-1245-256-1
+always \x5F48\x85E5 145-1236-23-345-23
+always \x9632\x5F48 124-236-2-145-1236-23
+always \x5BE6\x5F48 156-2-145-1236-23
+always \x6838\x5F48 125-26-2-145-1236-23
+always \x5F48\x982D 145-1236-23-2345-12356-2
+always \x64F2\x5F48 34-23-145-1236-23
+always \x5169\x5F48 123-1346-3-145-1236-23
+always \x5F48\x6BBC 145-1236-23-13-26-2
+always \x6D41\x5F48 123-1256-2-145-1236-23
+always \x5F48\x7247 145-1236-23-1234-146-23
+always \x5F48\x5323 145-1236-23-125-1246-2
+always \x5F48\x5009 145-1236-23-14-236-1
+always \x69CD\x5F48 13-1346-1-145-1236-23
+always \x7BAD\x5F48 1245-146-23-145-1236-23
+always \x5F48\x96E8 145-1236-23-346-3
+always \x4E2D\x5F48 34-256-23-145-1236-23
+always \x6295\x5F48 2345-12356-2-145-1236-23
+always \x6C2B\x5F48 13-16-1-145-1236-23
+always \x9727\x5F48 136-23-145-1236-23
+always \x6BCD\x5F48 134-136-3-145-1236-23
+always \x78F7\x5F48 123-126-2-145-1236-23
+always \x6DDA\x5F48 123-2346-23-145-1236-23
+always \x5F48\x5751 145-1236-23-13-3456-1
+always \x70AE\x5F48 1234-235-23-145-1236-23
+always \x5C0E\x5F48 145-235-3-145-1236-23
+always \x5F48\x9053 145-1236-23-145-235-23
+always \x5F48\x69CD 145-1236-23-13-1346-1
+always \x7532\x5F48 1245-1246-3-145-1236-23
+always \x9AD2\x5F48 1356-236-1-145-1236-23
+always \x88DD\x5F48 34-2356-1-145-1236-23
+always \x5F48\x5B54 145-1236-23-13-256-3
+always \x69B4\x5F48 123-1256-2-145-1236-23
+always \x5F48\x5167 145-1236-23-1345-2346-23
+always \x62C6\x5F48 12345-246-1-145-1236-23
+always \x98DB\x5F48 124-2346-1-145-1236-23
+always \x71D2\x5F48 156-235-1-145-1236-23
+always \x5F48\x9AD4 145-1236-23-2345-24-3
+always \x6C23\x5F48 13-24-23-145-1236-23
+always \x5F69\x5F48 14-246-3-145-1236-23
+always \x865F\x5F48 125-235-23-145-1236-23
+always \x706B\x5F48 125-135-3-145-1236-23
+always \x7CBE\x7576 1245-16-1-145-236-23
+always \x7576\x771F 145-236-23-34-356-1
+always \x4E0D\x7576 12-136-23-145-236-23
+always \x8D16\x7576 156-136-2-145-236-23
+always \x503C\x7576 34-2-145-236-23
+always \x7576\x6210 145-236-23-12345-3456-2
+always \x7576\x505A 145-236-23-1356-135-23
+always \x6B0A\x7576 13-12346-2-145-236-1
+always \x7576\x4F5C 145-236-23-1356-135-23
+always \x5012\x8ECA 145-235-23-12345-26-1
+always \x5012\x61F8 145-235-23-125-12346-2
+always \x5E6B\x5012 12-236-1-145-235-23
+always \x5012\x639B 145-235-23-1245-123456-23
+always \x50BE\x5012 13-16-1-145-235-23
+always \x5012\x6558 145-235-23-125-346-23
+always \x5012\x8CE0 145-235-23-1234-2346-2
+always \x5012\x88DD 145-235-23-34-2356-1
+always \x5012\x8CBC 145-235-23-2345-15-1
+always \x5012\x8A08 145-235-23-1245-24-23
+always \x5012\x6578 145-235-23-156-136-3
+always \x5F97\x8667 145-2346-3-13-2456-1
+always \x6A19\x7684 12-345-1-145-24-23
+always \x7684\x78BA 145-24-2-13-23456-23
+always \x7684\x7576 145-24-2-145-236-1
+always \x8ABF\x914D 145-345-23-1234-2346-23
+always \x8ABF\x8ABF 145-345-23-145-345
+always \x8ABF\x53D6 145-345-23-13-346-3
+always \x8ABF\x9063 145-345-23-13-146-3
+always \x97F3\x8ABF 126-1-145-345-23
+always \x8AD6\x8ABF 123-25-23-145-345-23
+always \x5C0F\x8ABF 125-345-3-145-345-23
+always \x9078\x8ABF 125-12346-3-145-345-23
+always \x683C\x8ABF 1245-26-2-145-345-23
+always \x540C\x8ABF 2345-256-2-145-345-23
+always \x8ABF\x4EE4 145-345-23-123-16-23
+always \x4F4E\x8ABF 145-24-1-145-345-23
+always \x8ABF\x51FD 145-345-23-125-1236-2
+always \x53CD\x8ABF 124-1236-3-145-345-23
+always \x5949\x8ABF 124-3456-23-145-345-23
+always \x7B46\x8ABF 12-24-3-145-345-23
+always \x57FA\x8ABF 1245-24-1-145-345-23
+always \x5F37\x8ABF 13-1346-2-145-345-23
+always \x5FBD\x8ABF 125-2456-1-145-345-23
+always \x8072\x8ABF 156-3456-1-145-345-23
+always \x6642\x8ABF 156-2-145-345-23
+always \x8ACB\x8ABF 13-16-3-145-345-23
+always \x8ABF\x96E2 145-345-23-123-24-2
+always \x8ABF\x53BB 145-345-23-13-346-23
+always \x8ABF\x8D70 145-345-23-1356-12356-3
+always \x589E\x8ABF 1356-3456-1-145-345-23
+always \x8ABF\x4F86 145-345-23-123-246-2
+always \x501F\x8ABF 1245-15-23-145-345-23
+always \x6539\x8ABF 1245-246-3-145-345-23
+always \x8ABF\x9632 145-345-23-124-236-2
+always \x6FEB\x8ABF 123-1236-23-145-345-23
+always \x8ABF\x52D5 145-345-23-145-256-23
+always \x8ABF\x6D3E 145-345-23-1234-246-23
+always \x8ABF\x8F49 145-345-23-34-12456-3
+always \x8001\x8ABF 123-235-3-145-345-23
+always \x8ABF\x67E5 145-345-23-12345-35-2
+always \x8272\x8ABF 234-26-23-145-345-23
+always \x8ABF\x6F14 145-345-23-146-3
+always \x97FB\x8ABF 456-23-145-345-23
+always \x5B9A\x8ABF 145-16-23-145-345-23
+always \x8ABF\x5EA6 145-345-23-145-136-23
+always \x5546\x8ABF 156-236-1-145-345-23
+always \x5916\x8ABF 13456-23-145-345-23
+always \x820A\x8ABF 1245-1256-23-145-345-23
+always \x5C0D\x8ABF 145-2456-23-145-345-23
+always \x9AD8\x8ABF 1245-235-1-145-345-23
+always \x8ABF\x6A94 145-345-23-145-236-23
+always \x8ABF\x5175 145-345-23-12-16-1
+always \x8ABF\x8077 145-345-23-34-2
+always \x8ABF\x95B1 145-345-23-23456-23
+always \x8154\x8ABF 13-1346-1-145-345-23
+always \x8ABF\x64A5 145-345-23-12-26-1
+always \x8D70\x8ABF 1356-12356-3-145-345-23
+always \x8ABF\x7814 145-345-23-146-2
+always \x8DD1\x8ABF 1234-235-3-145-345-23
+always \x8ABF\x904B 145-345-23-456-23
+always \x8ABF\x9580 145-345-23-134-356-2
+always \x8ABF\x864E 145-345-23-125-136-3
+always \x8ABF\x7528 145-345-23-1456-23
+always \x8B8A\x8ABF 12-146-23-145-345-23
+always \x8ABF\x5E79 145-345-23-1245-1236-23
+always \x964D\x8ABF 1245-1346-23-145-345-23
+always \x8F49\x8ABF 34-12456-3-145-345-23
+always \x602A\x8ABF 1245-13456-23-145-345-23
+always \x8ABF\x63DB 145-345-23-125-12456-23
+always \x66F2\x8ABF 13-346-3-145-345-23
+always \x6B65\x8ABF 12-136-23-145-345-23
+always \x8A9E\x8ABF 346-3-145-345-23
+always \x8ABF\x4EFB 145-345-23-245-356-23
+always \x63D0\x8ABF 2345-24-2-145-345-23
+always \x62BD\x8ABF 12345-12356-1-145-345-23
+always \x8ABF\x96C6 145-345-23-1245-24-2
+always \x8ABF\x5305 145-345-23-12-235-1
+always \x5FB5\x8ABF 34-3456-1-145-345-23
+always \x4E3B\x8ABF 34-136-3-145-345-23
+always \x60C5\x8ABF 13-16-2-145-345-23
+always \x5317\x8ABF 12-2346-3-145-345-23
+always \x91D8\x6263 145-16-23-13-12356-23
+always \x91D8\x91D8 145-16-23-145-16-1
+always \x91D8\x4E0A 145-16-23-156-236-23
+always \x91D8\x9032 145-16-23-1245-126-23
+always \x91D8\x4E00 145-16-23-24-1
+always \x91D8\x8457 145-16-23-34-26
+always \x4E00\x91D8 24-1-145-16-23
+always \x91D8\x7DCA 145-16-23-1245-126-3
+always \x91D8\x4F4F 145-16-23-34-136-23
+always \x91D8\x7262 145-16-23-123-235-2
+always \x9B25\x5FC3 145-12356-23-125-126-1
+always \x60E1\x9B25 26-23-145-12356-23
+always \x683C\x9B25 1245-26-2-145-12356-23
+always \x9B25\x96DE 145-12356-23-1245-24-1
+always \x9B25\x904E 145-12356-23-1245-135-23
+always \x9B25\x5730 145-12356-23-145-24-23
+always \x9B25\x5F97 145-12356-23-145-26-2
+always \x9B25\x58EB 145-12356-23-156-23
+always \x722D\x9B25 34-3456-1-145-12356-23
+always \x6C7A\x9B25 1245-23456-2-145-12356-23
+always \x640F\x9B25 12-26-2-145-12356-23
+always \x9B25\x6BC6 145-12356-23-12356-1
+always \x9B25\x8457 145-12356-23-34-26
+always \x9B25\x4E00 145-12356-23-24-1
+always \x9B25\x725B 145-12356-23-1345-1256-2
+always \x596E\x9B25 124-356-23-145-12356-23
+always \x9B25\x722D 145-12356-23-34-3456-1
+always \x9B25\x6C23 145-12356-23-13-24-23
+always \x9B25\x5634 145-12356-23-1356-2456-3
+always \x9B25\x6CD5 145-12356-23-124-35-3
+always \x68B0\x9B25 125-15-23-145-12356-23
+always \x6230\x9B25 34-1236-23-145-12356-23
+always \x9B25\x667A 145-12356-23-34-23
+always \x9B25\x5FD7 145-12356-23-34-23
+always \x6BC6\x9B25 12356-1-145-12356-23
+always \x6B66\x9B25 136-3-145-12356-23
+always \x6587\x9B25 25-2-145-12356-23
+always \x9B25\x6587 145-12356-23-25-2
+always \x9B25\x6B66 145-12356-23-136-3
+always \x6279\x9B25 1234-24-1-145-12356-23
+always \x9B25\x8C54 145-12356-23-146-23
+always \x9B25\x89D2 145-12356-23-1245-345-3
+always \x9B25\x67B6 145-12356-23-1245-1246-23
+always \x4E0D\x9B25 12-136-23-145-12356-23
+always \x6253\x9B25 145-35-3-145-12356-23
+always \x93D6\x9B25 235-2-145-12356-23
+always \x9B25\x500B 145-12356-23-1245-26-23
+always \x9B25\x4E82 145-12356-23-123-12456-23
+always \x9B25\x947C 145-12356-23-123-135-2
+always \x9B25\x724C 145-12356-23-1234-246-2
+always \x9B25\x62F3 145-12356-23-13-12346-2
+always \x9B25\x4EBA 145-12356-23-245-356-2
+always \x9B25\x773C 145-12356-23-146-3
+always \x6697\x9B25 1236-23-145-12356-23
+always \x864E\x9B25 125-136-3-145-12356-23
+always \x7336\x9B25 1256-2-145-12356-23
+always \x76F8\x9B25 125-1346-1-145-12356-23
+always \x9B25\x72E0 145-12356-23-125-356-3
+always \x9B25\x7378 145-12356-23-156-12356-23
+always \x9B25\x5834 145-12356-23-12345-236-3
+always \x9B25\x9152 145-12356-23-1245-1256-3
+always \x9B25\x4E86 145-12356-23-123-26
+always \x9B25\x7F85 145-12356-23-123-135-2
+always \x9B25\x6230 145-12356-23-34-1236-23
+always \x53E5\x8B80 1245-346-23-145-12356-23
+always \x8C6C\x809A 34-136-1-145-136-3
+always \x6E2C\x5EA6 14-26-23-145-135-2
+always \x5EA6\x52E2 145-135-2-156-23
+always \x7CE7\x56E4 123-1346-2-145-25-23
+always \x7A7A\x5152 13-256-23-1235-0
+always \x5377\x9AEE 1245-12346-3-124-35-23
+always \x83F2\x5100 124-2346-3-24-2
+always \x9E7D\x5206 146-2-124-356-23
+always \x4E2D\x7E2B 34-256-1-124-3456-23
+always \x5408\x7E2B 125-26-2-124-3456-23
+always \x9699\x7E2B 125-24-23-124-3456-23
+always \x898B\x7E2B 1245-146-23-124-3456-23
+always \x710A\x7E2B 125-1236-23-124-3456-23
+always \x5730\x7E2B 145-24-23-124-3456-23
+always \x7246\x7E2B 13-1346-2-124-3456-23
+always \x9A0E\x7E2B 13-24-2-124-3456-23
+always \x7259\x7E2B 1246-2-124-3456-23
+always \x7D30\x7E2B 125-24-23-124-3456-23
+always \x689D\x7E2B 2345-345-2-124-3456-23
+always \x5169\x670D 123-1346-3-124-136-23
+always \x5E79\x54C8 1245-1236-23-125-35-2
+always \x5E79\x55CE 1245-1236-23-134-35-2
+always \x5E79\x4EC0 1245-1236-23-156-356-2
+always \x5E79\x561B 1245-1236-23-134-35
+always \x7B46\x687F 12-24-3-1245-1236-3
+always \x79E4\x687F 12345-3456-23-1245-1236-3
+always \x6746\x7B46 1245-1236-3-12-24-3
+always \x687F\x79E4 1245-1236-3-12345-3456-23
+always \x6746\x5152 1245-1236-3-1235-0
+always \x9023\x6746 123-146-2-1245-1236-3
+always \x69CD\x687F 13-1346-1-1245-1236-3
+always \x9435\x6746 2345-15-3-1245-1236-3
+always \x947D\x6746 1356-12456-23-1245-1236-3
+always \x687F\x83CC 1245-1236-3-1245-456-1
+always \x6746\x69CD 1245-1236-3-13-1346-1
+always \x818F\x7B46 1245-235-23-12-24-3
+always \x64F1\x4E0D 1245-26-2-12-136-23
+always \x64F1\x5F97 1245-26-2-145-26-2
+always \x7CFE\x845B 1245-1256-1-1245-26-2
+always \x81EA\x500B 1356-23-1245-26-3
+always \x4EF0\x7D66 1346-3-1245-24-3
+always \x7D66\x990A 1245-24-3-1346-3
+always \x85AA\x7D66 125-126-1-1245-24-3
+always \x7D66\x4E88 1245-24-3-346-3
+always \x4F9B\x7D66 1245-256-1-1245-24-3
+always \x4F9B\x72C0 1245-256-23-34-2356-23
+always \x8A98\x4F9B 1256-23-1245-256-23
+always \x4F9B\x8A8D 1245-256-23-245-356-23
+always \x4F9B\x8A5E 1245-256-23-14-2
+always \x4F9B\x8077 1245-256-23-34-2
+always \x5410\x7A40 2345-136-3-346-23
+always \x51A0\x8ECD 1245-12456-23-1245-456-1
+always \x596A\x51A0 145-135-2-1245-12456-23
+always \x5BFA\x89C0 234-23-1245-12456-23
+always \x54C8\x9054 125-35-3-145-35-2
+always \x597D\x5F37 125-235-23-13-1346-2
+always \x865F\x53EB 125-235-2-1245-345-23
+always \x4E7E\x865F 1245-1236-23-125-235-2
+always \x865F\x5555 125-235-2-2345-235-2
+always \x60B2\x865F 12-2346-1-125-235-2
+always \x547C\x865F 125-136-1-125-235-2
+always \x65B7\x559D 145-12456-23-125-26-23
+always \x559D\x554F 125-26-23-25-23
+always \x8CA0\x8377 124-136-23-125-26-23
+always \x8F09\x8377 1356-246-23-125-26-23
+always \x6838\x5152 125-136-2-1235-0
+always \x8EDF\x548C 245-12456-3-125-135
+always \x71B1\x548C 245-26-23-125-135
+always \x647B\x548C 12345-1236-1-125-135
+always \x548C\x9EB5 125-135-2-134-146-23
+always \x548C\x8A69 125-26-23-156-1
+always \x8C89\x7D68 125-235-2-245-256-2
+always \x6A6B\x883B 125-3456-23-134-1236-2
+always \x6A6B\x66B4 125-3456-23-12-235-23
+always \x5201\x6A6B 145-345-1-125-3456-23
+always \x5147\x6A6B 125-1456-1-125-3456-23
+always \x9B27\x54C4 1345-235-23-125-256-1
+always \x54C4\x50B3 125-256-1-12345-12456-2
+always \x4E82\x54C4 123-12456-23-125-256-1
+always \x54C4\x6436 125-256-1-13-1346-3
+always \x54C4\x52D5 125-256-1-145-256-23
+always \x9A36\x54C4 1356-12356-1-125-256-1
+always \x5629\x5629 125-123456-1-125-123456-1
+always \x83EF\x5C71 125-123456-23-156-1236-1
+always \x6BD4\x5283 12-24-3-125-123456
+always \x5283\x64A5 125-123456-23-12-26-1
+always \x5283\x4E00 125-123456-23-24-1
+always \x898F\x5283 1245-2456-1-125-123456-23
+always \x5283\x6642 125-123456-23-156-2
+always \x8B00\x5283 134-12356-2-125-123456-23
+always \x5283\x5206 125-123456-23-124-356-23
+always \x4F01\x5283 13-24-3-125-123456-23
+always \x5283\x754C 125-123456-23-1245-15-23
+always \x5283\x5B9A 125-123456-23-145-16-23
+always \x7B56\x5283 14-26-23-125-123456-23
+always \x5340\x5283 13-346-1-125-123456-23
+always \x8A08\x756B 1245-24-23-125-123456-23
+always \x5283\x6B78 125-123456-23-1245-2456-1
+always \x5283\x7DDA 125-123456-23-125-146-23
+always \x5283\x50F9 125-123456-23-1245-1246-23
+always \x64D8\x5283 12-26-23-125-123456-23
+always \x5283\x6E05 125-123456-23-13-16-1
+always \x7C4C\x756B 12345-12356-2-125-123456-23
+always \x5283\x7D66 125-123456-23-1245-2346-3
+always \x653E\x9084 124-236-23-125-12456-2
+always \x9084\x967D 125-12456-2-1346-2
+always \x9084\x5634 125-12456-2-1356-2456-3
+always \x56DE\x9084 125-2456-2-125-12456-2
+always \x9084\x653F 125-12456-2-34-3456-23
+always \x6E05\x9084 13-16-1-125-12456-2
+always \x9084\x5E33 125-12456-2-34-236-23
+always \x9084\x8CB8 125-12456-2-145-246-23
+always \x9084\x7530 125-12456-2-2345-146-2
+always \x9084\x50B5 125-12456-2-34-246-23
+always \x9084\x64CA 125-12456-2-1245-24-1
+always \x8A0E\x9084 2345-235-3-125-12456-2
+always \x7D22\x9084 234-135-3-125-12456-2
+always \x9084\x7AE5 125-12456-2-2345-256-2
+always \x8CA1\x6703 14-246-2-13-13456-23
+always \x8C41\x9054 125-135-23-145-35-2
+always \x986F\x8C41 125-146-3-125-135-23
+always \x7DDD\x978B 13-24-1-125-15-2
+always \x5EB6\x5E7E 156-136-23-1245-24-1
+always \x5E7E\x6848 1245-24-1-1236-23
+always \x5E7E\x4E4E 1245-24-1-125-136-1
+always \x6FDF\x6FDF 1245-24-3-1245-24-3
+always \x8A08\x91CF 1245-24-23-123-1346-2
+always \x593E\x8956 1245-1246-2-235-3
+always \x593E\x88AB 1245-1246-2-12-2346-23
+always \x593E\x514B 1245-1246-2-13-26-23
+always \x593E\x80A2 1245-35-1-34-1
+always \x7522\x5047 12345-1236-3-1245-1246-23
+always \x5047\x689D 1245-1246-23-2345-345-2
+always \x9593\x6216 1245-146-23-125-135-23
+always \x9593\x96DC 1245-146-23-1356-35-2
+always \x9593\x58C1 1245-146-23-12-24-23
+always \x7121\x9593 136-2-1245-146-23
+always \x9593\x82D7 1245-146-23-134-345-2
+always \x8E10\x7D04 1245-146-23-23456-1
+always \x6E96\x5C07 34-25-3-1245-1346-23
+always \x8001\x5C07 123-235-3-1245-1346-23
+always \x5112\x5C07 245-136-2-1245-1346-23
+always \x95D6\x5C07 12345-2356-3-1245-1346-23
+always \x540D\x5C07 134-16-2-1245-1346-23
+always \x5E79\x5C07 1245-1236-23-1245-1346-23
+always \x864E\x5C07 125-136-3-1245-1346-23
+always \x6557\x5C07 12-246-23-1245-1346-23
+always \x5C07\x5E25 1245-1346-23-156-13456-23
+always \x9A4D\x5C07 125-345-1-1245-1346-23
+always \x6B66\x5C07 136-3-1245-1346-23
+always \x5C07\x58EB 1245-1346-23-156-23
+always \x6FC0\x5C07 1245-24-1-1245-1346-23
+always \x6230\x5C07 34-1236-23-1245-1346-23
+always \x5C07\x9818 1245-1346-23-123-16-3
+always \x4E3B\x5C07 34-136-3-1245-1346-23
+always \x9580\x5C07 134-356-2-1245-1346-23
+always \x5065\x5C07 1245-146-23-1245-1346-23
+always \x608D\x5C07 125-1236-23-1245-1346-23
+always \x5C0F\x5C07 125-345-3-1245-1346-23
+always \x5C07\x5B98 1245-1346-23-1245-12456-1
+always \x731B\x5C07 134-3456-3-1245-1346-23
+always \x9EDE\x5C07 145-146-3-1245-1346-23
+always \x52C7\x5C07 1456-3-1245-1346-23
+always \x5B88\x5C07 156-12356-3-1245-1346-23
+always \x5C07\x624D 1245-1346-23-14-246-2
+always \x826F\x5C07 123-1346-2-1245-1346-23
+always \x6F3F\x7CCA 1245-1346-23-125-136-2
+always \x8A98\x964D 1256-23-125-1346-2
+always \x8ACB\x964D 13-16-3-125-1346-2
+always \x7D0D\x964D 1345-35-23-125-1346-2
+always \x89D2\x9B25 1245-23456-2-145-12356-23
+always \x527F\x8972 12345-235-1-125-24-2
+always \x527F\x8AAA 12345-235-1-156-135-1
+always \x6559\x66F8 1245-345-1-156-136-1
+always \x6559\x8AB2 1245-345-1-13-26-23
+always \x6559\x6703 1245-345-1-125-2456-23
+always \x6559\x7D66 1245-345-1-1245-2346-3
+always \x6559\x904E 1245-345-1-1245-135-23
+always \x6703\x6559 125-2456-23-1245-345-1
+always \x6559\x8A9E 1245-345-1-346-3
+always \x6559\x6578 1245-345-1-156-136-23
+always \x7BC0\x9AA8 1245-15-1-1245-136-3
+always \x7D50\x5DF4 1245-15-1-12-35
+always \x905E\x89E3 145-24-23-1245-15-23
+always \x8CE3\x89E3 134-246-23-125-15-23
+always \x82A5\x85CD 1245-246-23-123-1236-2
+always \x5118\x65E9 1245-126-3-1356-235-3
+always \x5118\x5148 1245-126-3-125-146-1
+always \x5118\x7BA1 1245-126-3-1245-12456-3
+always \x5118\x91CF 1245-126-3-123-1346-23
+always \x52C1\x65C5 1245-16-23-123-346-3
+always \x96C4\x52C1 125-1456-2-1245-16-23
+always \x52C1\x6B4C 1245-16-23-1245-26-1
+always \x52C1\x6575 1245-16-23-145-24-2
+always \x525B\x52C1 1245-236-1-1245-16-23
+always \x84BC\x52C1 14-236-1-1245-16-23
+always \x52C1\x821E 1245-16-23-136-3
+always \x52C1\x5C04 1245-16-23-156-26-23
+always \x52C1\x5347 1245-16-23-156-3456-1
+always \x9052\x52C1 13-1256-2-1245-16-23
+always \x8116\x9838 12-26-2-1245-3456-3
+always \x5377\x63DA 1245-12346-3-1346-2
+always \x98A8\x5377 124-3456-1-1245-12346-3
+always \x6372\x7E2E 1245-12346-3-234-135-1
+always \x9F8D\x5377 123-256-2-1245-12346-3
+always \x6625\x6372 12345-25-1-1245-12346-3
+always \x6372\x5165 1245-12346-3-245-136-23
+always \x81A0\x6372 1245-345-1-1245-12346-3
+always \x5E2D\x6372 125-24-2-1245-12346-3
+always \x6372\x9003 1245-12346-3-2345-235-2
+always \x6372\x7159 1245-12346-3-146-1
+always \x5F69\x6372 14-246-3-1245-12346-3
+always \x6372\x7C3E 1245-12346-3-123-146-2
+always \x6F2B\x6372 134-1236-23-1245-12346-3
+always \x5377\x9B1A 1245-12346-3-125-346-1
+always \x7159\x6372 146-1-1245-12346-3
+always \x86CB\x6372 145-1236-23-1245-12346-3
+always \x61F6\x89BA 123-1236-3-1245-345-23
+always \x95DC\x5361 1245-12456-1-13-1246-3
+always \x908A\x5361 12-146-1-13-1246-3
+always \x9AEE\x5361 124-35-23-13-1246-3
+always \x5361\x6BBC 13-1246-3-13-26-2
+always \x5730\x6BBC 145-24-23-13-345-23
+always \x7532\x6BBC 1245-1246-3-13-345-23
+always \x7A7A\x7576 13-256-23-145-236
+always \x5FEB\x7576 13-13456-23-145-236
+always \x52D2\x7DCA 123-2346-1-1245-126-3
+always \x6A02\x5F8B 23456-23-123-346-23
+always \x6C11\x6A02 134-126-2-23456-23
+always \x6A02\x6C60 23456-23-12345-2
+always \x9F13\x6A02 1245-136-3-23456-23
+always \x6A02\x611F 23456-23-1245-1236-3
+always \x54C0\x6A02 246-1-23456-23
+always \x611B\x6A02 246-23-23456-23
+always \x53E4\x6A02 1245-136-3-23456-23
+always \x6A02\x6B4C 23456-23-1245-26-1
+always \x6A02\x5DE5 23456-23-1245-256-1
+always \x6A02\x6236 23456-23-125-136-23
+always \x6A02\x53E5 23456-23-1245-346-23
+always \x6A02\x76F2 23456-23-134-236-2
+always \x6A02\x821E 23456-23-136-3
+always \x821E\x6A02 136-3-23456-23
+always \x6A02\x6B63 23456-23-34-3456-23
+always \x8A69\x6A02 156-1-23456-23
+always \x5178\x6A02 145-146-3-23456-23
+always \x97FF\x6A02 125-1346-3-23456-23
+always \x58EB\x6A02 156-23-23456-23
+always \x6EFE\x6A02 1245-25-3-23456-23
+always \x64CA\x6A02 1245-24-1-23456-23
+always \x7D2F\x8A08 123-2346-3-1245-24-23
+always \x639B\x7D2F 1245-123456-23-123-2346-3
+always \x5E36\x7D2F 145-246-23-123-2346-3
+always \x7D2F\x7258 123-2346-3-145-136-2
+always \x64B2\x68F1 1234-136-1-123-3456
+always \x53E5\x9E97 1245-12356-1-123-24-2
+always \x85CF\x66C6 1356-236-23-123-24-23
+always \x4F0E\x5006 1245-24-23-123-1346-3
+always \x9B25\x91CF 145-12356-3-123-1346-2
+always \x91CF\x9AD4 123-1346-2-2345-24-3
+always \x91CF\x898F 123-1346-2-1245-2456-1
+always \x7A31\x91CF 12345-3456-1-123-1346-2
+always \x91CF\x584A 123-1346-2-13-13456-23
+always \x4E86\x8CEC 123-345-3-34-236-23
+always \x4E86\x537B 123-345-3-13-23456-23
+always \x81E8\x4E86 123-126-2-123-345-3
+always \x4E86\x7121 123-345-3-136-2
+always \x660E\x77AD 134-16-2-123-345-3
+always \x4E86\x7576 123-345-3-145-236-23
+always \x7F77\x4E86 12-35-23-123-345-3
+always \x77AD\x89E3 123-345-3-1245-15-3
+always \x7BB1\x7C60 125-1346-1-123-256-3
+always \x7C60\x7F69 123-256-3-34-235-23
+always \x7C60\x7D71 123-256-3-2345-256-3
+always \x9732\x99AC 123-12356-23-134-35-3
+always \x9732\x9921 123-12356-23-125-146-23
+always \x9732\x919C 123-12356-23-12345-12356-3
+always \x9732\x982D 123-136-23-2345-12356-2
+always \x7387\x723E 156-13456-23-1235-3
+always \x7387\x7378 156-13456-23-156-12356-23
+always \x7DA0\x6797 123-136-23-123-126-2
+always \x7DA0\x71DF 123-136-23-16-2
+always \x50B3\x7565 34-12456-23-123-23456-23
+always \x843D\x50F9 123-235-23-1245-1246-23
+always \x9EBB\x5C07 134-35-2-1245-1346-23
+always \x55CE\x5561 134-35-3-124-2346-1
+always \x8108\x8108 134-26-23-134-26-23
+always \x6C13\x96B8 134-3456-2-123-24-23
+always \x7F70\x6C92 124-35-2-134-26-23
+always \x6D78\x6C92 1245-126-23-134-26-23
+always \x6C89\x6C92 12345-356-2-134-26-23
+always \x6C92\x5948 134-26-23-1345-246-23
+always \x6C92\x81CA 134-2346-2-234-235-23
+always \x60B6\x71B1 134-356-1-245-26-23
+always \x60B6\x8072 134-356-1-156-3456-1
+always \x60B6\x7F50 134-356-1-1245-12456-23
+always \x60B6\x982D 134-356-1-2345-12356-2
+always \x60B6\x6703 134-356-1-125-2456-23
+always \x60B6\x4E00 134-356-1-24-1
+always \x77C7\x9A19 134-3456-1-1234-146-23
+always \x5167\x8499 1345-2346-23-134-3456-23
+always \x8499\x91AB 134-3456-3-24-1
+always \x8499\x5C0D 134-3456-1-145-2456-23
+always \x79D8\x9B6F 12-24-23-123-136-3
+always \x6CCC\x967D 12-24-23-1346-2
+always \x88DD\x6A21 34-2356-1-134-136-2
+always \x78E8\x7169 134-26-23-124-1236-2
+always \x78E8\x76E4 134-26-23-1234-1236-2
+always \x96FB\x78E8 145-146-23-134-26-23
+always \x98A8\x78E8 124-3456-1-134-26-23
+always \x767C\x6CE1 124-35-1-1234-235-1
+always \x8CAC\x96E3 1356-26-2-1345-1236-23
+always \x89E3\x96E3 1245-15-3-1345-1236-23
+always \x8FAF\x96E3 12-146-23-1345-1236-23
+always \x5384\x96E3 26-23-1345-1236-23
+always \x52AB\x96E3 1245-15-2-1345-1236-23
+always \x6B7B\x96E3 234-3-1345-1236-23
+always \x8A70\x96E3 1245-15-2-1345-1236-23
+always \x6392\x96E3 1234-246-2-1345-1236-23
+always \x96E3\x53CB 1345-1236-23-1256-3
+always \x554F\x96E3 25-23-1345-1236-23
+always \x5201\x96E3 145-345-1-1345-1236-23
+always \x7926\x96E3 13-2356-23-1345-1236-23
+always \x96E3\x5F1F 1345-1236-23-145-24-23
+always \x96E3\x7D93 1345-1236-23-1245-16-1
+always \x7AA9\x56CA 135-1-1345-236
+always \x5BE7\x53EF 1345-16-23-13-26-3
+always \x5BE7\x6B7B 1345-16-23-234-3
+always \x5BE7\x7F3A 1345-16-23-13-23456-1
+always \x6BCB\x5BE7 136-2-1345-16-23
+always \x5BE7\x9858 1345-16-23-12346-23
+always \x5BE7\x80AF 1345-16-23-13-356-3
+always \x5973\x7D05 1345-346-3-1245-256-1
+always \x767C\x7627 124-35-1-345-23
+always \x924B\x5B50 12-235-23-1356-0
+always \x5674\x9999 1234-356-23-125-1346-1
+always \x6487\x958B 1234-15-1-13-246-1
+always \x5C4F\x71DF 12-16-1-16-2
+always \x5C4F\x68C4 12-16-3-13-24-23
+always \x8FEB\x64CA 1234-246-3-1245-24-1
+always \x92EA\x9673 1234-136-1-12345-356-2
+always \x92EA\x5F35 1234-136-1-34-236-1
+always \x5E73\x92EA 1234-16-2-1234-136-1
+always \x92EA\x6392 1234-136-1-1234-246-2
+always \x92EA\x8ECC 1234-136-1-1245-2456-3
+always \x92EA\x780C 1234-136-1-13-24-23
+always \x92EA\x6524 1234-136-1-2345-1236-1
+always \x92EA\x84CB 1234-136-1-1245-246-23
+always \x92EA\x5929 1234-136-1-2345-146-1
+always \x92EA\x8DEF 1234-136-1-123-136-23
+always \x92EA\x5E73 1234-136-1-1234-16-2
+always \x92EA\x5C55 1234-136-1-34-1236-3
+always \x92EA\x8457 1234-136-1-34-26
+always \x92EA\x4E00 1234-136-1-24-1
+always \x92EA\x7BC9 1234-136-1-34-136-23
+always \x92EA\x588A 1234-136-1-145-146-23
+always \x92EA\x896F 1234-136-1-12345-356-23
+always \x92EA\x8A2D 1234-136-1-156-26-23
+always \x92EA\x9326 1234-136-1-1245-126-3
+always \x92EA\x7709 1234-136-1-134-2346-2
+always \x92EA\x8B00 1234-136-1-134-12356-2
+always \x92EA\x958B 1234-136-1-13-246-1
+always \x92EA\x5730 1234-136-1-145-24-23
+always \x92EA\x6558 1234-136-1-125-346-23
+always \x6A38\x5200 1234-26-1-145-235-1
+always \x539A\x6A38 125-12356-23-1234-26-23
+always \x6A38\x6A39 1234-26-23-156-136-23
+always \x6A38\x69FF 123-345-2-1245-126-3
+always \x68F2\x68F2 125-24-1-125-24-1
+always \x5C4F\x6C23 12-16-3-13-24-23
+always \x55C6\x8457 13-1346-1-34-26
+always \x52C9\x5F37 134-146-3-13-1346-3
+always \x5F37\x984F 13-1346-3-146-2
+always \x5F37\x6C42 13-1346-3-13-1256-2
+always \x727D\x5F37 13-146-1-13-1346-3
+always \x5F37\x8FAF 13-1346-3-12-146-23
+always \x5F37\x903C 13-1346-3-12-24-1
+always \x5F37\x4F7F 13-1346-3-156-3
+always \x5F37\x8A5E 13-1346-3-14-2
+always \x5F37\x5634 1245-1346-23-1356-2456-3
+always \x5F37\x5C07 13-1346-2-1245-1346-23
+always \x7FF9\x4F01 13-345-2-13-24-3
+always \x7FF9\x76FC 13-345-2-1234-1236-23
+always \x7FF9\x671B 13-345-2-2356-23
+always \x7FF9\x8DB3 13-345-2-1356-136-2
+always \x5207\x8108 13-15-23-134-246-23
+always \x71B1\x5207 245-26-23-13-15-23
+always \x78BA\x5207 13-23456-23-13-15-23
+always \x95DC\x5207 1245-12456-1-13-15-23
+always \x5207\x819A 13-15-23-124-136-1
+always \x5207\x9F52 13-15-23-12345-3
+always \x5207\x984C 13-15-23-2345-24-2
+always \x6DD2\x5207 13-24-1-13-15-23
+always \x61C7\x5207 13-356-3-13-15-23
+always \x5207\x8A18 13-15-23-1245-24-23
+always \x5207\x5BE6 13-15-23-156-2
+always \x89AA\x5207 13-126-1-13-15-23
+always \x9084\x60C5 125-12456-2-13-16-2
+always \x7570\x66F2 24-23-13-346-3
+always \x7D44\x66F2 1356-136-3-13-346-3
+always \x9078\x66F2 125-12346-3-13-346-3
+always \x6232\x66F2 125-24-23-13-346-3
+always \x8A5E\x66F2 14-2-13-346-3
+always \x66F2\x85DD 13-346-3-24-23
+always \x8B5C\x66F2 1234-136-3-13-346-3
+always \x66F2\x5287 13-346-3-1245-346-23
+always \x66F2\x8B5C 13-346-3-1234-136-3
+always \x66F2\x7D42 13-346-3-34-256-1
+always \x97FF\x66F2 125-1346-3-13-346-3
+always \x5708\x990A 1245-12346-23-1346-3
+always \x5F4C\x6492 134-24-2-234-35
+always \x6492\x6B61 234-35-1-125-12456-1
+always \x6492\x7DB2 234-35-1-2356-3
+always \x6492\x6F51 234-35-1-1234-26-1
+always \x6492\x6C23 234-35-1-13-24-23
+always \x95DC\x585E 1245-12456-1-234-246-23
+always \x908A\x585E 12-146-1-234-246-23
+always \x585E\x8CAC 234-26-23-1356-26-2
+always \x64C1\x585E 1456-1-234-26-23
+always \x6563\x990A 234-1236-3-1346-3
+always \x6563\x8A18 234-1236-3-1245-24-23
+always \x6563\x5291 234-1236-3-1245-24-23
+always \x6563\x88DD 234-1236-3-34-2356-1
+always \x6563\x898B 234-1236-3-1245-146-23
+always \x6563\x4E82 234-1236-3-123-12456-23
+always \x6CBB\x55AA 34-23-234-236-1
+always \x570B\x55AA 1245-135-2-234-236-1
+always \x559C\x55AA 125-24-3-234-236-1
+always \x5C45\x55AA 1245-346-1-234-236-1
+always \x5A5A\x55AA 125-25-1-234-236-1
+always \x55AA\x846C 234-236-1-1356-236-23
+always \x55AA\x5047 234-236-1-1245-1246-23
+always \x5B88\x55AA 156-12356-3-234-236-1
+always \x55AA\x9580 234-236-1-134-356-2
+always \x5954\x55AA 12-356-1-234-236-1
+always \x51FA\x55AA 12345-136-1-234-236-1
+always \x55AA\x670D 234-236-1-124-136-2
+always \x670D\x55AA 124-136-2-234-236-1
+always \x55AA\x79AE 234-236-1-123-24-3
+always \x5831\x55AA 12-235-23-234-236-1
+always \x55AA\x4E82 234-236-1-123-12456-23
+always \x5F14\x55AA 145-345-23-234-236-1
+always \x55AA\x9418 234-236-1-34-256-1
+always \x55AA\x4E8B 234-236-1-156-23
+always \x767C\x55AA 124-35-1-234-236-1
+always \x6383\x8208 234-235-3-125-16-23
+always \x5BF6\x5239 12-235-3-12345-35-23
+always \x6247\x52D5 156-1236-1-145-256-23
+always \x6247\x98A8 156-1236-1-124-3456-1
+always \x5C11\x5152 156-235-23-1235-2
+always \x5C11\x6771 156-235-23-145-256-1
+always \x95CA\x5C11 13-135-23-156-235-23
+always \x9130\x820D 123-126-2-156-26-23
+always \x8FB2\x820D 1345-256-2-156-26-23
+always \x9928\x820D 1245-12456-3-156-26-23
+always \x8C6C\x820D 34-136-1-156-26-23
+always \x8655\x8EAB 12345-136-3-156-356-1
+always \x5431\x8072 1356-1-156-3456-1
+always \x7701\x8996 125-16-3-156-23
+always \x62FE\x7D1A 156-26-23-1245-24-2
+always \x7D50\x5BE6 1245-15-1-156-0
+always \x6A19\x8B58 12-345-1-34-23
+always \x5F37\x8B58 13-1346-2-34-23
+always \x5C6C\x76F8 156-136-3-125-1346-23
+always \x6578\x898B 156-135-23-1245-146-23
+always \x6578\x4E5D 156-136-3-1245-1256-3
+always \x6B77\x6578 123-24-23-156-136-3
+always \x6578\x5F97 156-136-3-145-26-2
+always \x7D66\x6C34 1245-24-3-156-2456-3
+always \x9001\x9084 234-256-23-125-12456-2
+always \x9001\x55AA 234-256-23-234-236-1
+always \x8D9F\x904E 2345-236-1-1245-135-23
+always \x9AD4\x5DF1 2345-24-1-1245-24-3
+always \x6311\x52D5 2345-345-3-145-256-23
+always \x8CBC\x5207 2345-15-1-13-15-23
+always \x524A\x9435 125-23456-1-2345-15-3
+always \x756B\x5E16 125-123456-23-2345-15-23
+always \x81E8\x5E16 123-126-2-2345-15-23
+always \x7D05\x5F64 125-256-2-2345-256-1
+always \x5954\x982D 12-356-23-2345-12356
+always \x70BA\x6B64 2456-23-14-3
+always \x7279\x70BA 2345-26-23-2456-23
+always \x5C09\x9072 346-23-12345-2
+always \x7CFB\x7DCA 1245-24-23-1245-126-3
+always \x7CFB\x9234 1245-24-23-123-16-2
+always \x5676\x5EC8 1245-35-2-125-1246-23
+always \x5EC8\x9580 125-1246-23-134-356-2
+always \x5A01\x5687 2456-1-125-26-23
+always \x606B\x5687 145-256-23-125-26-23
+always \x6050\x5687 13-256-3-125-26-23
+always \x671D\x9BAE 12345-235-2-125-146-3
+always \x9BAE\x6709 125-146-3-1256-3
+always \x9BAE\x898B 125-146-3-1245-146-23
+always \x62C9\x7E96 123-35-1-13-146-23
+always \x7E34\x592B 13-146-23-124-136-1
+always \x7E96\x7E69 13-146-23-156-3456-2
+always \x76F8\x518A 125-1346-23-14-26-23
+always \x919C\x76F8 12345-12356-3-125-1346-23
+always \x5110\x76F8 12-126-1-125-1346-23
+always \x88DD\x76F8 34-2356-1-125-1346-23
+always \x76F8\x7D19 125-1346-23-34-3
+always \x55AE\x76F8 145-1236-1-125-1346-23
+always \x524A\x6E1B 125-23456-1-1245-146-3
+always \x524A\x9AEE 125-23456-1-124-35-23
+always \x524A\x8077 125-23456-1-34-2
+always \x522A\x524A 156-1236-1-125-23456-1
+always \x53C3\x6821 14-1236-1-1245-345-23
+always \x6821\x5834 1245-345-23-12345-236-3
+always \x6821\x6A23 1245-345-23-1346-23
+always \x6821\x9EDE 1245-345-23-145-146-3
+always \x7DE8\x6821 12-146-1-1245-345-23
+always \x6821\x9A57 1245-345-23-146-23
+always \x5BE9\x6821 156-356-3-1245-345-23
+always \x71C8\x82AF 145-3456-1-125-126-1
+always \x5641\x5FC3 26-3-125-126-1
+always \x8655\x5FC3 12345-136-3-125-126-1
+always \x96C5\x8208 1246-3-125-16-23
+always \x5373\x8208 1245-24-2-125-16-23
+always \x9918\x8208 346-2-125-16-23
+always \x8208\x9AD8 125-16-23-1245-235-1
+always \x8A69\x8208 156-1-125-16-23
+always \x8208\x81F4 125-16-23-34-23
+always \x610F\x8208 24-23-125-16-23
+always \x9AD8\x8208 1245-235-1-125-16-23
+always \x9152\x8208 1245-1256-3-125-16-23
+always \x6557\x8208 12-246-23-125-16-23
+always \x8208\x5473 125-16-23-2456-23
+always \x8208\x982D 125-16-23-2345-12356-2
+always \x8AC7\x8208 2345-1236-2-125-16-23
+always \x904A\x8208 1256-2-125-16-23
+always \x8C6A\x8208 125-235-2-125-16-23
+always \x52A9\x8208 34-136-23-125-16-23
+always \x7CE7\x884C 123-1346-2-125-236-2
+always \x8F49\x884C 34-12456-3-125-236-2
+always \x884C\x5E6B 125-236-2-12-236-1
+always \x884C\x8CA8 125-236-2-125-135-23
+always \x884C\x7576 125-236-2-145-236-23
+always \x96E3\x5144 1345-1236-23-125-1456-1
+always \x96DE\x8840 1245-24-1-125-15-3
+always \x737B\x8840 125-146-23-125-15-3
+always \x58D3\x6839 1246-23-1245-356-1
+always \x555E\x555E 1246-1-1246-1
+always \x54BD\x6C23 146-23-13-24-23
+always \x4E0B\x56A5 125-1246-23-146-23
+always \x85CF\x85E5 1356-236-23-345-23
+always \x5C11\x723A 156-235-23-15-0
+always \x6396\x8457 15-1-34-26
+always \x8449\x97FB 125-15-2-456-23
+always \x593E\x8863 1245-1246-2-24-1
+always \x907A\x5C11 24-2-156-235-23
+always \x5C6C\x610F 34-136-3-24-23
+always \x852D\x5E87 126-23-12-24-23
+always \x5E87\x852D 12-24-23-126-23
+always \x6BB7\x7D05 146-1-125-256-2
+always \x4E00\x61C9 24-1-16-1
+always \x61C9\x7686 16-1-1245-15-1
+always \x50AD\x91D1 1456-23-1245-126-1
+always \x50AD\x9322 1456-23-13-146-2
+always \x7A7A\x9918 13-256-23-346-2
+always \x8207\x6703 346-23-125-2456-23
+always \x53C3\x8207 14-1236-1-346-23
+always \x8207\x805E 346-23-25-2
+always \x9396\x9470 234-135-3-23456-23
+always \x7D05\x6688 125-256-2-456-23
+always \x5149\x6688 1245-2356-1-456-23
+always \x971E\x6688 125-1246-2-456-23
+always \x58A8\x6688 134-26-23-456-23
+always \x6688\x73E5 456-23-1235-3
+always \x6688\x8755 456-23-156-2
+always \x6688\x9069 456-23-156-23
+always \x6688\x72C0 456-23-34-2356-23
+always \x6688\x5708 456-23-13-12346-1
+always \x4E73\x6688 245-136-3-456-23
+always \x8F49\x8F09 34-12456-3-1356-246-3
+always \x5343\x8F09 13-146-1-1356-246-3
+always \x9644\x8F09 124-136-23-1356-246-3
+always \x520A\x8F09 13-1236-1-1356-246-3
+always \x9023\x8F09 123-146-2-1356-246-3
+always \x767B\x8F09 145-3456-1-1356-246-3
+always \x8A18\x8F09 1245-24-23-1356-246-3
+always \x8377\x8F09 125-26-23-1356-246-23
+always \x4E0B\x8F09 125-1246-23-1356-246-3
+always \x534A\x8F09 12-1236-23-1356-246-23
+always \x4E0A\x8F09 156-236-23-1356-246-3
+always \x4E00\x8F09 24-1-1356-246-3
+always \x5169\x8F09 123-1346-3-1356-246-3
+always \x4E8C\x8F09 1235-23-1356-246-3
+always \x4E09\x8F09 234-1236-1-1356-246-3
+always \x56DB\x8F09 234-23-1356-246-3
+always \x4E94\x8F09 136-3-1356-246-3
+always \x516D\x8F09 123-1256-23-1356-246-3
+always \x4E03\x8F09 13-24-1-1356-246-3
+always \x516B\x8F09 12-35-1-1356-246-3
+always \x4E5D\x8F09 1245-1256-3-1356-246-3
+always \x5341\x8F09 156-2-1356-246-3
+always \x767E\x8F09 12-246-3-1356-246-3
+always \x842C\x8F09 12456-23-1356-246-3
+always \x8F09\x5165 1356-246-3-245-136-23
+always \x8655\x5728 12345-136-3-1356-246-23
+always \x6522\x805A 14-12456-2-1245-346-23
+always \x6522\x52D5 14-12456-2-145-256-23
+always \x6522\x5C04 14-12456-2-156-26-23
+always \x6522\x7709 14-12456-2-134-2346-2
+always \x6522\x7C07 14-12456-2-14-136-23
+always \x6522\x4E09 14-12456-2-234-1236-1
+always \x6522\x8E59 14-12456-2-14-136-23
+always \x6522\x6522 14-12456-2-14-12456-2
+always \x5167\x81DF 1345-2346-23-1356-236-23
+always \x4E94\x81DF 136-3-1356-236-23
+always \x81DF\x8151 1356-236-23-124-136-3
+always \x81DF\x5668 1356-236-23-13-24-23
+always \x809D\x81DF 1245-1236-1-1356-236-23
+always \x5FC3\x81DF 125-126-1-1356-236-23
+always \x813E\x81DF 1234-24-3-1356-236-23
+always \x80BA\x81DF 124-2346-23-1356-236-23
+always \x814E\x81DF 156-356-23-1356-236-23
+always \x9AD2\x8C61 1356-236-23-125-1346-23
+always \x64C7\x83DC 34-246-2-14-246-23
+always \x66FE\x9594 1356-3456-1-134-126-3
+always \x7D81\x7D2E 12-236-3-1356-35-1
+always \x7D50\x7D2E 1245-15-2-1356-35-1
+always \x5305\x7D2E 12-235-1-1356-35-1
+always \x6346\x7D2E 13-25-3-1356-35-1
+always \x99AC\x7D2E 134-35-3-34-35-2
+always \x8ECB\x92FC 34-35-2-1245-236-1
+always \x8ECB\x96C1 34-35-2-146-23
+always \x8ECB\x8F62 34-35-2-123-24-23
+always \x6EFE\x8ECB 1245-25-3-34-35-2
+always \x8ECB\x6C95 34-35-2-134-24-23
+always \x8ECB\x82B4 34-35-2-136-23
+always \x92A1\x8ECB 1245-24-2-34-35-2
+always \x8ECB\x8F25 34-35-2-1245-25-3
+always \x8ECB\x4EF6 34-35-2-1245-146-23
+always \x8ECB\x6750 34-35-2-14-246-2
+always \x8ECB\x935B 34-35-2-145-12456-23
+always \x8ECB\x5C16 34-35-2-1245-146-1
+always \x8ECB\x6A5F 34-35-2-1245-24-1
+always \x8ECB\x670B 1245-35-2-1234-3456-2
+always \x8ECB\x82D7 1245-35-2-134-345-2
+always \x8ECB\x8CEC 1245-35-2-34-236-23
+always \x8CEC\x8ECB 34-236-23-1245-35-2
+always \x8ECB\x62C9 1245-35-2-123-35-1
+always \x8ECB\x7A7A 1245-35-2-13-256-1
+always \x8ECB\x5DEE 1245-35-2-12345-35-1
+always \x8ECB\x9B27 1245-35-2-1345-235-23
+always \x70B8\x9B5A 34-35-2-346-2
+always \x70B8\x96DE 34-35-2-1245-24-2
+always \x7C98\x87F2 1345-146-2-12345-256-2
+always \x8166\x6F32 1345-235-3-34-236-23
+always \x6F32\x7D05 34-236-23-125-256-2
+always \x6CE1\x6F32 1234-235-23-34-236-23
+always \x81C9\x6F32 123-146-3-34-236-23
+always \x6298\x9A30 34-26-1-2345-3456-2
+always \x6399\x624E 34-3456-1-34-35-2
+always \x767C\x6014 124-35-1-34-3456-23
+always \x7665\x7D50 34-3456-1-1245-15-2
+always \x8655\x7F6E 12345-136-3-34-23
+always \x4E2D\x898F 34-256-23-1245-2456-1
+always \x4E2D\x6A19 34-256-23-12-345-1
+always \x64CA\x4E2D 1245-24-1-34-256-23
+always \x9078\x4E2D 125-12346-3-34-256-23
+always \x6C92\x4E2D 134-2346-2-34-256-23
+always \x5957\x7A2E 2345-235-23-34-256-23
+always \x7A2E\x5730 34-256-23-145-24-23
+always \x8292\x7A2E 134-236-2-34-256-23
+always \x7A2E\x7530 34-256-23-2345-146-2
+always \x5F15\x7A2E 126-3-34-256-23
+always \x6436\x7A2E 13-1346-3-34-256-23
+always \x7A2E\x690D 34-256-23-34-2
+always \x63A5\x7A2E 1245-15-1-34-256-23
+always \x7A2E\x75D8 34-256-23-145-12356-23
+always \x9EDE\x7A2E 145-146-3-34-256-23
+always \x5FA9\x7A2E 124-136-23-34-256-23
+always \x5EE3\x7A2E 1245-2356-3-34-256-23
+always \x7A2E\x74DC 34-256-23-1245-123456-1
+always \x79DF\x7A2E 1356-136-1-34-256-23
+always \x8A66\x7A2E 156-23-34-256-23
+always \x7A2E\x4E0B 34-256-23-125-1246-23
+always \x7A2E\x6A39 34-256-23-156-136-23
+always \x7A2E\x4E86 34-256-23-123-26
+always \x7A2E\x4E0A 34-256-23-156-236-23
+always \x91CD\x5BE9 12345-256-2-156-356-3
+always \x91CD\x8FA6 12345-256-2-12-1236-23
+always \x91CD\x5DD2 12345-256-2-123-12456-2
+always \x91CD\x6A23 12345-256-2-1346-23
+always \x91CD\x8B6F 12345-256-2-24-23
+always \x5169\x91CD 123-1346-3-12345-256-2
+always \x91CD\x7C37 12345-256-2-146-2
+always \x91CD\x807D 12345-256-2-2345-16-1
+always \x91CD\x5F35 12345-256-2-34-236-1
+always \x91CD\x5713 12345-256-2-12346-2
+always \x91CD\x898B 12345-256-2-1245-146-23
+always \x91CD\x6EAB 12345-256-2-25-1
+always \x91CD\x7E6D 12345-256-2-1245-146-3
+always \x91CD\x7DF4 12345-256-2-123-146-23
+always \x91CD\x9023 12345-256-2-123-146-2
+always \x91CD\x6B78 12345-256-2-1245-2456-1
+always \x8EF8\x6232 34-12356-23-125-24-23
+always \x6383\x5E1A 234-235-23-34-12356
+always \x722A\x5152 34-123456-3-1235-0
+always \x96DE\x722A 1245-24-1-34-123456-3
+always \x8C93\x722A 134-235-1-34-123456-3
+always \x9435\x722A 2345-15-3-34-123456-3
+always \x92FC\x722A 1245-236-1-34-123456-3
+always \x5F8C\x722A 125-12356-23-34-123456-3
+always \x8F49\x6587 34-13456-3-25-2
+always \x8F49\x5708 34-12456-23-13-12346-1
+always \x81EA\x8F49 1356-23-34-12456-23
+always \x8F49\x6905 34-12456-23-24-3
+always \x6253\x8F49 145-35-3-34-12456-23
+always \x8F49\x7B4B 34-12456-23-1245-126-1
+always \x65CB\x8F49 125-12346-2-34-12456-23
+always \x8F49\x8EF8 34-12456-23-34-12356-2
+always \x8F49\x52D5 34-12456-23-145-256-23
+always \x8F2A\x8F49 123-25-2-34-12456-23
+always \x8F49\x7210 34-12456-23-123-136-2
+always \x8F49\x76E4 34-12456-23-1234-1236-2
+always \x8F49\x9580 34-12456-23-134-356-2
+always \x8F49\x6AAF 34-12456-23-2345-246-2
+always \x7A7A\x8F49 13-256-1-34-12456-23
+always \x5012\x8F49 145-235-23-34-12456-23
+always \x8F49\x5411 34-12456-23-125-1346-23
+always \x516C\x8F49 1245-256-1-34-12456-23
+always \x8F49\x901F 34-12456-23-234-136-23
+always \x8F49\x60A0 34-12456-23-1256-0
+always \x8F49\x8457 34-12456-23-34-26
+always \x8F49\x5B50 34-12456-23-1356-0
+always \x98DB\x8F49 124-2346-1-34-12456-23
+always \x690E\x8F2A 12345-2456-2-123-25-2
+always \x9435\x690E 2345-15-3-12345-2456-2
+always \x5931\x8457 156-1-34-235-1
+always \x8457\x6578 34-235-1-156-136-23
+always \x8457\x88DD 34-135-2-34-2356-1
+always \x8457\x610F 34-135-2-24-23
+always \x8457\x7B46 34-135-2-12-24-3
+always \x81A0\x8457 1245-345-1-34-135-2
+always \x8457\x773C 34-135-2-146-3
+always \x8457\x58A8 34-135-2-134-26-23
+always \x8457\x5FD9 34-235-2-134-236-2
+always \x8A72\x8457 1245-246-1-34-235-2
+always \x8457\x8FF7 34-235-2-134-24-2
+always \x8457\x9B54 34-235-2-134-26-2
+always \x7121\x8457 136-2-34-135-2
+always \x5F97\x8457 145-26-2-34-235-2
+always \x8457\x4E86 34-235-2-123-26
+always \x9AD8\x8457 1245-235-1-34-235-2
+always \x8457\x5152 34-235-1-1235-0
+always \x4E00\x8457 24-1-34-235-1
+always \x64A3\x90A6 156-1236-23-12-236-1
+always \x64A3\x65CF 156-1236-23-1356-136-2
+always \x7E2B\x5B50 124-3456-23-1356-0
+always \x5F48\x5B50 145-1236-23-1356-0
+always \x947D\x4E95 1356-12456-23-1245-16-3
+always \x947D\x5854 1356-12456-23-2345-35-3
+always \x947D\x5DE5 1356-12456-23-1245-256-1
+always \x96FB\x947D 145-146-23-1356-12456-23
+always \x98A8\x947D 124-3456-1-1356-12456-23
+always \x947D\x6A5F 1356-12456-23-1245-24-1
+always \x947D\x5E8A 1356-12456-23-12345-2356-2
+always \x947D\x6212 1356-12456-23-1245-15-23
+always \x92FC\x947D 1245-236-1-1356-12456-23
+always \x5341\x947D 156-2-1356-12456-23
+always \x9343\x947D 125-135-1-1356-12456-23
+always \x947D\x5177 1356-12456-23-1245-346-23
+always \x525B\x947D 1245-236-1-1356-12456-23
+always \x5FC3\x947D 125-126-1-1356-12456-23
+always \x947D\x982D 1356-12456-23-2345-12356-2
+always \x9472\x947D 125-1346-1-1356-12456-23
+always \x6C34\x947D 156-2456-3-1356-12456-23
+always \x9EC3\x947D 125-2356-2-1356-12456-23
+always \x7DA0\x947D 123-346-23-1356-12456-23
+always \x7D05\x947D 125-256-2-1356-12456-23
+always \x85CD\x947D 123-1236-2-1356-12456-23
+always \x9ED1\x947D 125-2346-1-1356-12456-23
+always \x7D2B\x947D 1356-3-1356-12456-23
+always \x6A59\x947D 12345-3456-2-1356-12456-23
+always \x9752\x947D 13-16-1-1356-12456-23
+always \x5F69\x947D 14-246-3-1356-12456-23
+always \x9593\x4F5C 1245-146-23-1356-135-23
+always \x4E9F\x4F86 13-24-23-123-246-2
+always \x5BD2\x5096 125-1236-2-12345-356-3
+always \x4F3D\x99AC 1245-35-1-134-35-3
+always \x75C0\x50C2 1245-346-1-123-12356-2
+always \x8173\x8DD0 1245-345-3-14-3
+always \x8DD0\x8457 14-3-34-26
+always \x8A70\x5C48 1245-24-2-13-346-1
+always \x5729\x5834 125-346-1-12345-236-3
+always \x8D95\x5729 1245-1236-3-125-346-1
+always \x5729\x93AE 125-346-1-34-356-23
+always \x8541\x9EBB 13-146-2-134-35-2
+always \x6771\x839E 145-256-1-1245-12456-3
+always \x62D7\x65B7 235-3-145-12456-23
+always \x9055\x62D7 2456-2-235-23
+always \x53E8\x64FE 2345-235-1-245-235-3
+always \x53E8\x562E 145-235-1-123-235-2
+always \x562E\x53E8 123-235-2-145-235-1
+always \x5B71\x982D 14-1236-23-2345-12356-2
+always \x9EC3\x9A43 125-2356-2-12-345-1
+always \x7DA2\x7E46 12345-12356-2-134-12356-2
+always \x7D15\x7E46 1234-24-1-134-1256-23
+always \x7E46\x8AAA 134-1256-23-156-135-1
+always \x7E46\x821B 134-1256-23-12345-12456-3
+always \x7E46\x623E 134-1256-23-123-24-23
+always \x7E46\x60A0 134-1256-23-1256-1
+always \x7E46\x5984 134-1256-23-2356-23
+always \x8352\x7E46 125-2356-1-134-1256-23
+always \x7E46\x5DE7 134-1256-23-13-345-3
+always \x7E46\x65AF 134-1256-23-234-1
+always \x5927\x7E46 145-35-23-134-1256-23
+always \x7E46\x50B3 134-1256-23-12345-12456-2
+always \x7E46\x8AA4 134-1256-23-136-23
+always \x6A05\x967D 1356-256-1-1346-2
+always \x67B8\x6ADE 1245-346-3-12346-2
+always \x79E6\x6A9C 13-126-2-125-2456-23
+always \x6AB3\x6994 12-16-1-123-236-2
+always \x6227\x810A 13-1346-23-1245-24-3
+always \x5920\x6227 1245-12356-23-13-1346-23
+always \x6227\x91D1 13-1346-23-1245-126-1
+always \x6227\x4F4F 13-1346-23-34-136-23
+always \x6227\x5728 13-1346-23-1356-246-23
+always \x6227\x67F1 13-1346-23-34-136-23
+always \x6227\x52C1 13-1346-23-1245-126-23
+always \x6227\x53F0 13-1346-23-2345-246-2
+always \x6227\x5824 13-1346-23-145-24-1
+always \x6227\x9762 13-1346-23-134-146-23
+always \x9183\x81E2 35-1-1356-35-1
+always \x81CA\x7D05 234-235-23-125-256-2
+always \x81CA\x8072 234-235-23-156-3456-1
+always \x8A0E\x81CA 2345-235-3-234-235-23
+always \x81CA\x6C23 234-235-23-13-24-23
+always \x5C01\x79AA 124-3456-1-156-1236-23
+always \x79AA\x4F4D 156-1236-23-2456-23
+always \x5289\x79AA 123-1256-2-156-1236-23
+always \x9285\x923F 2345-256-2-2345-146-2
+always \x6D0B\x923F 1346-2-2345-146-2
+always \x8ECA\x923F 12345-26-1-2345-146-2
+always \x9905\x943A 12-16-3-12345-3456-1
+always \x8336\x943A 12345-3456-1-12345-3456-1
+always \x943A\x9F0E 12345-3456-1-145-16-3
+always \x943A\x9B32 12345-3456-1-1245-26-2
+always \x943A\x6236 12345-3456-1-125-136-23
+always \x943A\x982D 12345-3456-1-2345-12356-2
+always \x943A\x65CB 12345-3456-1-125-12346-2
+always \x943A\x6CB9 12345-3456-1-1256-2
+always \x9F0E\x943A 145-16-3-12345-3456-1
+always \x85E5\x943A 345-23-12345-3456-1
+always \x9152\x943A 1245-1256-3-12345-3456-1
+always \x8F51\x943A 123-235-2-12345-3456-1
+always \x8317\x943A 134-16-2-12345-3456-1
+always \x6CE5\x943A 1345-24-2-12345-3456-1
+always \x77F3\x943A 156-2-12345-3456-1
+always \x929A\x943A 145-345-23-12345-3456-1
+always \x571F\x943A 2345-136-3-12345-3456-1
+always \x74E6\x943A 123456-3-12345-3456-1
+always \x6CB9\x943A 1256-2-12345-3456-1
+always \x6298\x943A 34-26-2-12345-3456-1
+always \x8173\x943A 1245-345-3-12345-3456-1
+always \x8DB3\x943A 1356-136-2-12345-3456-1
+always \x943A\x8173 12345-3456-1-1245-345-3
+always \x4E2D\x9D60 34-256-1-1245-136-3
+always \x879E\x86B1 134-35-3-34-35
+always \x879E\x8782 134-35-1-123-236
+always \x560D\x56C9 123-12356-2-123-135
+always \x4F3D\x85CD 13-15-2-123-1236-2
+always \x5E7E\x884C 1245-24-3-125-236-2
+always \x5169\x884C 123-1346-3-125-236-2
+always \x842C\x884C 12456-23-125-236-2
+always \x611B\x85C9 246-23-1245-15-23
+always \x85C9\x8A5E 1245-15-23-14-2
+always \x860A\x85C9 456-23-1245-15-23
+always \x7E45\x85C9 234-235-1-1245-15-23
+always \x83A8\x8569 123-236-23-145-236-23
+always \x64A9\x64A5 123-345-2-12-26-1
+always \x64A9\x52D5 123-345-2-145-256-23
+always \x64A9\x9B25 123-345-2-145-12356-23
+always \x64A9\x9264 123-345-2-1245-12356-1
+always \x64A9\x4E82 123-345-2-123-12456-23
+always \x64A9\x7E5E 123-345-2-245-235-23
+always \x64A9\x6DFA 123-345-3-13-1346-3
+always \x64A9\x8173 123-345-23-1245-345-3
+always \x7387\x968A 156-13456-23-145-2456-23
+always \x92EA\x5E8A 1234-136-1-12345-2356-2
+always \x7D05\x82D5 125-256-2-156-235-2
+always \x76F8\x614B 125-1346-23-2345-246-23
+always \x6190\x76F8 123-146-2-125-1346-23
+always \x8208\x6703 125-16-23-125-2456-23
+always \x5169\x5BBF 123-1346-3-125-1256-3
+always \x9D28\x8840 1246-1-125-15-3
+always \x8C6C\x8840 34-136-1-125-15-3
+always \x7D2E\x8FAE 1356-35-1-12-146-23
+always \x7D2E\x7DCA 1356-35-1-1245-126-3
+always \x7D2E\x4F4F 1356-35-1-34-136-23
+always \x7D2E\x53E3 1356-35-1-13-12356-3
+always \x9435\x67F5 2345-15-3-34-35-23
+always \x67F5\x5B50 34-35-23-1356-0
+always \x67F5\x6B04 34-35-23-123-1236-2
+always \x6728\x67F5 134-136-23-34-35-23
+always \x76DB\x98EF 12345-3456-2-124-1236-23
+always \x76DB\x6EFF 12345-3456-2-134-1236-3
+always \x76DB\x6E6F 12345-3456-2-2345-236-1
+always \x645F\x982D 123-12356-1-2345-12356-2
+always \x645F\x8349 123-12356-1-14-235-3
+always \x806F\x884C 123-146-2-12-236-2
+always \x88E1\x9577 123-24-3-34-236-3
+always \x95BC\x6C0F 146-1-34-1
+always \x5C6C\x6587 34-136-3-25-2
+always \x5C6C\x671B 34-136-3-2356-23
+always \x76F8\x5C6C 125-1346-1-34-136-3
+always \x9EBC\x8457 134-26-34-235-1
+always \x88C2\x8457 123-15-3-34-26
+always \x7E2E\x7802 234-136-23-156-35-1
+always \x9084\x9322 125-12456-2-13-146-2
+always \x975A\x4ED4 123-1346-23-1356-246-3
+always \x4E7E\x7E23 13-146-2-125-146-23
+always \x856D\x4E7E 125-345-1-13-146-2
+always \x985B\x4E7E 145-146-1-13-146-2
+always \x4E7E\x8ECB 13-146-2-1246-23
+always \x50C2\x7F85 123-12356-2-123-135-2
+always \x7DE8\x8457 12-146-1-34-136-23
+always \x8F03\x8457 1245-345-23-34-136-23
+always \x8AD6\x8457 123-25-23-34-136-23
+always \x986F\x8457 125-146-3-34-136-23
+always \x8B6F\x8457 24-23-34-136-23
+always \x8457\x7A31 34-136-23-12345-3456-1
+always \x8457\x9304 34-136-23-123-136-23
+always \x8457\x66F8 34-136-23-156-136-1
+always \x5C08\x8457 34-12456-1-34-136-23
+always \x4E26\x8457 12-16-23-34-136-23
+always \x982D\x8457 2345-12356-2-34-135-2
+always \x8457\x982D 34-135-2-2345-12356-2
+always \x9087\x8457 1235-3-34-136-23
+always \x5F4C\x8457 134-24-2-34-136-23
+always \x8449\x8457 15-23-34-135-2
+always \x8457\x65BC 34-136-23-346-2
+always \x4ED4\x6232 1356-246-3-125-24-23
+always \x8C6C\x4ED4 34-136-1-1356-246-3
+always \x99AC\x4ED4 134-35-3-1356-246-3
+always \x9F8D\x4ED4 123-256-2-1356-246-3
+always \x9670\x4FDE 126-1-156-136-1
+always \x81BD\x4FDE 145-1236-3-156-136-1
+always \x814E\x4FDE 156-356-23-156-136-1
+always \x8178\x4FDE 12345-236-2-156-136-1
+always \x74B0\x4FDE 125-12456-2-156-136-1
+always \x6975\x4FDE 1245-24-2-156-136-1
+always \x81EA\x4E2A\x513F 1356-23-1245-26-3-1235-0
+always \x81EA\x5404\x513F 1356-23-1245-26-3-1235-0
+always \x81EA\x500B\x5152 1356-23-1245-26-3-1235-0
+always \x81EA\x5404\x5152 1356-23-1245-26-3-1235-0
+always \x66FE\x5C0F\x8D24 1356-3456-1-125-345-3-125-146-2
+always \x66FE\x4ED5\x5F3A 1356-3456-1-156-23-13-1346-2
+always \x66FE\x5C0F\x8CE2 1356-3456-1-125-345-3-125-146-2
+always \x66FE\x4ED5\x5F37 1356-3456-1-156-23-13-1346-2
+always \x66FE\x570B\x85E9 1356-3456-1-1245-135-2-124-1236-1
+always \x66FE\x5FD7\x5049 1356-3456-1-34-23-2456-3
+always \x66FE\x56FD\x85E9 1356-3456-1-1245-135-2-124-1236-1
+always \x66FE\x5FD7\x4F1F 1356-3456-1-34-23-2456-3
+always \x5174\x51B2 125-16-23-12345-256-1
+always \x8208\x6C96 125-16-23-12345-256-1
+#
+# Electronic Braille symbols
+noback sign \xE234 1
+noback sign \xE235 2
+noback sign \xE236 12
+noback sign \xE237 3
+noback sign \xE238 13
+noback sign \xE239 23
+noback sign \xE23A 123
+noback sign \xE23B 4
+noback sign \xE23C 14
+noback sign \xE23D 24
+noback sign \xE23E 124
+noback sign \xE23F 34
+noback sign \xE240 134
+noback sign \xE241 234
+noback sign \xE242 1234
+noback sign \xE243 5
+noback sign \xE244 15
+noback sign \xE245 25
+noback sign \xE246 125
+noback sign \xE247 35
+noback sign \xE248 135
+noback sign \xE249 235
+noback sign \xE24A 1235
+noback sign \xE24B 45
+noback sign \xE24C 145
+noback sign \xE24D 245
+noback sign \xE24E 1245
+noback sign \xE24F 345
+noback sign \xE250 1345
+noback sign \xE251 2345
+noback sign \xE252 12345
+noback sign \xE253 6
+noback sign \xE254 16
+noback sign \xE255 26
+noback sign \xE256 126
+noback sign \xE257 36
+noback sign \xE258 136
+noback sign \xE259 236
+noback sign \xE25A 1236
+noback sign \xE25B 46
+noback sign \xE25C 146
+noback sign \xE25D 246
+noback sign \xE25E 1246
+noback sign \xE25F 346
+noback sign \xE260 1346
+noback sign \xE261 2346
+noback sign \xE262 12346
+noback sign \xE263 56
+noback sign \xE264 156
+noback sign \xE265 256
+noback sign \xE266 1256
+noback sign \xE267 356
+noback sign \xE268 1356
+noback sign \xE269 2356
+noback sign \xE26A 12356
+noback sign \xE26B 456
+noback sign \xE26C 1456
+noback sign \xE26D 2456
+noback sign \xE26E 12456
+noback sign \xE26F 3456
+noback sign \xE270 13456
+noback sign \xE271 23456
+noback sign \xE272 123456
+noback sign \xE273 0
+#
+# The number of full-width characters
+numsign 3456
+digit \xFF11 1
+digit \xFF12 12
+digit \xFF13 14
+digit \xFF14 145
+digit \xFF15 15
+digit \xFF16 124
+digit \xFF17 1245
+digit \xFF18 125
+digit \xFF19 24
+digit \xFF10 245
+#
+# Serial number
+sign \x2488 3456-1-3
+sign \x2489 3456-12-3
+sign \x248A 3456-14-3
+sign \x248B 3456-145-3
+sign \x248C 3456-15-3
+sign \x248D 3456-124-3
+sign \x248E 3456-1245-3
+sign \x248F 3456-125-3
+sign \x2490 3456-24-3
+sign \x2491 3456-1-245-3
+sign \x2492 3456-1-1-3
+sign \x2493 3456-1-12-3
+sign \x2494 3456-1-14-3
+sign \x2495 3456-1-145-3
+sign \x2496 3456-1-15-3
+sign \x2497 3456-1-124-3
+sign \x2498 3456-1-1245-3
+sign \x2499 3456-1-125-3
+sign \x249A 3456-1-24-3
+sign \x249B 3456-12-245-3
+#
+sign \x2474 3456-1-0
+sign \x2475 3456-12-0
+sign \x2476 3456-14-0
+sign \x2477 3456-145-0
+sign \x2478 3456-15-0
+sign \x2479 3456-124-0
+sign \x247A 3456-1245-0
+sign \x247B 3456-125-0
+sign \x247C 3456-24-0
+sign \x247D 3456-1-245-0
+sign \x247E 3456-1-1-0
+sign \x247F 3456-1-12-0
+sign \x2480 3456-1-14-0
+sign \x2481 3456-1-145-0
+sign \x2482 3456-1-15-0
+sign \x2483 3456-1-124-0
+sign \x2484 3456-1-1245-0
+sign \x2485 3456-1-125-0
+sign \x2486 3456-1-24-0
+sign \x2487 3456-12-245-0
+#
+sign \x2460 3456-2-0
+sign \x2461 3456-23-0
+sign \x2462 3456-25-0
+sign \x2463 3456-256-0
+sign \x2464 3456-26-0
+sign \x2465 3456-235-0
+sign \x2466 3456-2356-0
+sign \x2467 3456-236-0
+sign \x2468 3456-35-0
+sign \x2469 3456-2-356-0
+#
+sign \x2160 6-24-256
+sign \x2161 6-24-24-256
+sign \x2162 6-24-24-24-256
+sign \x2163 6-24-1236-256
+sign \x2164 6-1236-256
+sign \x2165 6-1236-24-256
+sign \x2166 6-1236-24-24-256
+sign \x2167 6-1236-24-24-24-256
+sign \x2168 6-24-1346-256
+sign \x2169 6-1346-256
+sign \x216A 6-1346-24-256
+sign \x216B 6-1346-24-24-256
+#
+sign \x2170 56-24-256
+sign \x2171 56-24-24-256
+sign \x2172 56-24-24-24-256
+sign \x2173 56-24-1236-256
+sign \x2174 56-1236-256
+sign \x2175 56-1236-24-256
+sign \x2176 56-1236-24-24-256
+sign \x2177 56-1236-24-24-24-256
+sign \x2178 56-24-1346-256
+sign \x2179 56-1346-256
+#
+# The letters of full-width characters
+lowercase \xFF41 1
+lowercase \xFF42 12
+lowercase \xFF43 14
+lowercase \xFF44 145
+lowercase \xFF45 15
+lowercase \xFF46 124
+lowercase \xFF47 1245
+lowercase \xFF48 125
+lowercase \xFF49 24
+lowercase \xFF4A 245
+lowercase \xFF4B 13
+lowercase \xFF4C 123
+lowercase \xFF4D 134
+lowercase \xFF4E 1345
+lowercase \xFF4F 135
+lowercase \xFF50 1234
+lowercase \xFF51 12345
+lowercase \xFF52 1235
+lowercase \xFF53 234
+lowercase \xFF54 2345
+lowercase \xFF55 136
+lowercase \xFF56 1236
+lowercase \xFF57 2456
+lowercase \xFF58 1346
+lowercase \xFF59 13456
+lowercase \xFF5A 1356
+#
+uppercase \xFF21 1
+uppercase \xFF22 12
+uppercase \xFF23 14
+uppercase \xFF24 145
+uppercase \xFF25 15
+uppercase \xFF26 124
+uppercase \xFF27 1245
+uppercase \xFF28 125
+uppercase \xFF29 24
+uppercase \xFF2A 245
+uppercase \xFF2B 13
+uppercase \xFF2C 123
+uppercase \xFF2D 134
+uppercase \xFF2E 1345
+uppercase \xFF2F 135
+uppercase \xFF30 1234
+uppercase \xFF31 12345
+uppercase \xFF32 1235
+uppercase \xFF33 234
+uppercase \xFF34 2345
+uppercase \xFF35 136
+uppercase \xFF36 1236
+uppercase \xFF37 2456
+uppercase \xFF38 1346
+uppercase \xFF39 13456
+uppercase \xFF3A 1356
+#
+# Punctuation and symbol
+punctuation \x3005 5-6-2
+punctuation \x2502 6-3
+punctuation \x2500 6-36-3
+math \x2103 45-245-56-14
+math \x2109 45-245-56-124
+math \x2125 56-135-1356
+math \x2126 46-2456
+punctuation \x2016 46-456-1256
+punctuation \x2018 45-45
+punctuation \x2019 45-45-0
+punctuation \x201C 45
+punctuation \x201D 45-0
+punctuation \x2025 5-5-0
+punctuation \x2026 5-5-5-0
+math \x2030 3456-245-356-356
+math \x00B9 56-35-3456-1
+punctuation \x2035 4
+punctuation \xFE30 36-0
+punctuation \xFE31 6-36
+punctuation \xFE33 6-36-3
+punctuation \xFE34 5-6-2
+punctuation \xFE35 56-3
+punctuation \xFE36 6-23
+punctuation \xFE37 56-36
+punctuation \xFE38 36-23
+punctuation \xFE39 56-23
+punctuation \xFE3A 56-23
+punctuation \xFE3B 56-23
+punctuation \xFE3C 56-23
+punctuation \xFE3D 5-36
+punctuation \xFE3E 36-2
+math \xFE3F 5-246
+math \xFE40 5-135
+punctuation \xFE41 45-45
+punctuation \xFE42 45-45-0
+punctuation \xFE43 45
+punctuation \xFE44 45-0
+punctuation \xFE4F 5-6-2
+punctuation \x3001 4-0
+punctuation \x3002 5-23
+digit \x3007 245
+punctuation \x3008 5-3
+punctuation \x3009 6-2
+punctuation \x300A 5-36
+punctuation \x300B 36-2
+punctuation \x300C 45-45
+punctuation \x300D 45-45-0
+punctuation \x300E 45
+punctuation \x300F 45-0
+punctuation \x3010 56-23
+punctuation \x3011 56-23
+punctuation \x3014 56-23
+punctuation \x3015 56-23
+punctuation \x3016 56-23
+punctuation \x3017 56-23
+punctuation \x301D 45
+punctuation \x301E 45-0
+punctuation \x3030 5-36-2
+math \xFF04 4-256
+math \xFF05 3456-245-356
+math \xFE6A 3456-245-356
+punctuation \xFF06 36
+punctuation \xFF07 3
+punctuation \xFF02 5
+punctuation \xFF08 56-3
+punctuation \xFF09 6-23
+math \xFF0A 35-35
+math \xFF0B 5-235
+punctuation \xFF0C 5-0
+math \xFF0D 5-36
+punctuation \xFF0E 46-256
+punctuation \xFF0F 456-34
+punctuation \xFF1A 36-0
+punctuation \xFF1B 56-0
+math \xFF1C 5-246
+math \xFF1D 5-2356
+math \xFF1E 5-135
+punctuation \xFF1F 5-3
+punctuation \xFF20 4-1
+punctuation \xFF3B 56-23
+punctuation \xFF3C 456-16
+punctuation \xFF3D 56-23
+punctuation \xFF3E 4-2-3
+punctuation \xFF3F 46-36
+punctuation \xFF40 46-16
+math \xFFE5 4-13456
+math \xFFE1 4-1234
+math \xFFE0 4-146
+punctuation \xFF5B 56-36
+punctuation \xFF5C 456-1256
+punctuation \xFF5D 36-23
+punctuation \xFF5E 5-6-2
+punctuation \xFF03 26-26
+punctuation ( 56-3
+punctuation ) 6-23
+punctuation [ 56-23
+punctuation ] 56-23
+punctuation { 56-36
+punctuation } 36-23
+punctuation * 35-35
+punctuation # 26-26
+punctuation % 3456-245-356
+punctuation \xFF01 56-2
+prepunc \xFF02 45
+postpunc \xFF02 45-0
+prepunc \xFF07 45-45
+postpunc \xFF07 45-45-0
+endnum \x53EA 34-1
+endnum \x884C 125-236-2
+#
+# special character sequences
+noback context $uUdDm[]$S @0
+noback context $SdDm[]$u @56
+noback context $S[]$m @0
+noback context _1$S["\x7684"]$S @145-0
+noback context _1$S["\x662F"]$S @156-0
+noback context _1$S["\x4ED6"]$S @2345-35-0
+noback context _1$S["\x7740"]$S @34-26-0
+noback context _1$S["\x4E86"]$S @123-26-0
+noback context _1$S["\x5728"]$S @1356-246-0
+noback context _1$S["\x8457"]$S @34-26-0
+noback context _1$S["\x5011"]$S @134-356-0
+noback context _1$S["\x4EEC"]$S @134-356-0
+noback context _1!$S["\x8457"]!$S @34-136-23
+class w \xE234\xE235\xE236\xE237\xE238\xE239\xE23A\xE23B\xE23C\xE23D\xE23E\xE23F\xE240\xE241\xE242\xE243\xE244\xE245\xE246\xE247\xE248\xE249\xE24A\xE24B\xE24C\xE24D\xE24E\xE24F\xE250\xE251\xE252\xE253\xE254\xE255\xE256\xE257\xE258\xE259\xE25A\xE25B\xE25C\xE25D\xE25E\xE25F\xE260\xE261\xE262\xE263\xE264\xE265\xE266\xE267\xE268\xE269\xE26A\xE26B\xE26C\xE26D\xE26E\xE26F\xE270\xE271\xE272\xE273
+noback correct $w[$s] ?
+# Stop
+#
+# Quoted the en-ueb-g1.ctb
+include en-ueb-chardefs.uti
+include en-ueb-math.ctb
+space \x3000 0
+#
+repeated \s\s\s\s 0-0-0-0
+repeated __ 46-36-36
+repeated -- 36-36
+repeated ... 6-6-6-0
+repeated ## 26-26-26-26-0
+repeated ** 35-35-35-35-0
+repeated @@ 4-1-4-1-0
+repeated \x2026 6-6-6-0
+repeated \x2014 6-36
+prepunc \x2032 45-45
+postpunc \x2032 45-45-0
+prepunc \x2033 45
+postpunc \x2033 45-0
+midnum \s 5
+midnum " 0-3456
+midnum / 34
+midnum . 3
+midnum , 2
+joinnum \x20AC 4-15
+joinnum \x0024 4-256
+joinnum \x00A3 4-1234
+joinnum \x00A5 4-13456
+joinnum \xFFE5 4-13456
+joinnum \xFF04 4-256
+joinnum \xFFE1 4-1234
+joinnum \xFFE0 4-146
+#
+endword 's 3-234
+endword s' 234-3
+endword 't 3-2345
+endword 're 3-1235-15
+endword 've 3-1236-15
+endword 'm 3-134
+endword 'd 3-145
+endword 'll 3-123-123
+#
+capsletter 6
+begcapsword 6-6
+endcapsword 6-3
+#
+emphclass italic
+emphclass underline
+emphclass bold
+emphclass script
+emphclass transnote
+emphclass trans1
+emphclass trans2
+emphclass trans3
+emphclass trans4
+emphclass trans5
+#
+emphletter italic 46-23
+begemph italic 46-2
+endemph italic 46-3
+#
+emphletter bold 45-23
+begemph bold 45-2
+endemph bold 45-3
+#
+emphletter underline 6-46
+begemph underline 46-46
+endemph underline 46-0
+#
+emphletter script 4-23
+begemph script 4-2
+endemph script 4-3
+#
+begemph transnote 6-46-2
+endemph transnote 6-46-3
+#
+emphletter trans1 4-46-23
+begemph trans1 4-46-2
+endemph trans1 4-46-3
+#
+emphletter trans2 45-46-23
+begemph trans2 45-46-2
+endemph trans2 45-46-3
+#
+emphletter trans3 456-46-23
+begemph trans3 456-46-2
+endemph trans3 456-46-3
+#
+emphletter trans4 5-46-23
+begemph trans4 5-46-2
+endemph trans4 5-46-3
+#
+emphletter trans5 46-46-23
+begemph trans5 46-46-2
+endemph trans5 46-46-3
+#
+include braille-patterns.cti
+undefined 0
+#
+# liblouis: sub table for literary digits, 6 dots with dot 6 added
+#
+#  Copyright (C) 2017 Victor Montalvao <vsmontalvao@gmail.com>
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+
+litdigit 0 346
+litdigit 1 16
+litdigit 2 126
+litdigit 3 146
+litdigit 4 1456
+litdigit 5 156
+litdigit 6 1246
+litdigit 7 12456
+litdigit 8 1256
+litdigit 9 246
+#! /bin/sh
+
+#  Copyright (C) 2009, 2010 Christian Egli
+#  Copyright (C) 2016 Bert Frees
+
+# Copying and distribution of this file, with or without modification,
+# are permitted in any medium without royalty provided the copyright
+# notice and this notice are preserved. This file is offered as-is,
+# without any warranty.
+
+# Use this script to regenerate Makefile.am if you must. I recommend
+# against it for the reasons explained in
+# http://www.gnu.org/software/hello/manual/automake/Wildcards.html.
+# It's easy to pick up some spurious files that you did not mean to
+# distribute.
+ 
+OUTFILE=Makefile.am.new
+COMMAND="ls | grep -v Makefile | grep -v README | grep -v maketablelist.sh | grep -v '.*~$' | sort -df | sed -e 's/$/ \\\\/' -e 's/^/	/' -e '\$s/\\\\$//'"
+
+cat <<EOF >$OUTFILE
+# generate the list of tables as follows:
+# $ ${COMMAND}
+table_files = \\
+EOF
+
+eval "$COMMAND" >> $OUTFILE
+
+cat <<'EOF' >>$OUTFILE
+
+tablesdir = $(datadir)/liblouis/tables
+tables_DATA = $(table_files)
+EXTRA_DIST = $(table_files)
+EOF
+
+#  Copyright (C) 2015 by Harpo Sp. z o. o. <info@harpo.com.pl>
+#
+# -----------
+#-index-name: Polish, computer
+#-display-name: Polish computer braille
+#
+#+locale:pl
+#+type:computer
+#+dots:8
+#
+# TODO: Please correct the metadata above. It is not meant to be
+# accurate nor complete. It hasn't been verified by the table
+# author yet. It is merely an attempt by the liblouis maintainers
+# to get some sensible initial values in place.
+#
+# TODO: Please add a reference to official documentation about
+# the implemented braille code. Preferably submit the documents
+# to https://github.com/liblouis/braille-specs.
+# -----------
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 3 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+
+include latinLetterDef8Dots.uti
+include digits8Dots.uti
+
+uplow \x00D3\x00F3 3467,346     # letter o with acute	
+uplow \x0104\x0105 167,16	    # letter a with ogonek
+uplow \x0106\x0107 1467,146 	# letter c with acute
+uplow \x0118\x0119 1567,156     # letter e with ogonek
+uplow \x0141\x0142 1267,126     # letter l with stroke
+uplow \x0143\x0144 14567,1456   # letter n with acute
+uplow \x015A\x015B 2467,246     # letter s with acute
+uplow \x0179\x017A 23467,2346   # letter z with acute
+uplow \x017B\x017C 123467,12346 # letter z with dot above
+
+space \s 0 blank
+
+punctuation \x0021 2358 	# !
+punctuation \x0022 5 	# "
+sign \x0023 3456 	# #
+sign \x0024 46 	# $
+sign \x0025 123456 	# %
+sign \x0026 123468 	# &
+punctuation \x0027 4 	# '
+punctuation \x0028 236 	# (
+punctuation \x0029 356 	# )
+sign \x002A 35 	# *
+math \x002B 235 	# +
+punctuation \x002C 2 	# ,
+punctuation \x002D 36 	# -
+punctuation \x002E 3 	# .
+math \x002F 256 	# /
+punctuation \x003A 25 	# :
+punctuation \x003B 23 	# ;
+math \x003C 56 	# <
+math \x003D 2356 	# =
+math \x003E 45 	# >
+punctuation \x003F 26 	# ?
+sign \x0040 3457 	# @
+punctuation \x005B 12356 	# [
+sign \x005C 34 	# backslash
+punctuation \x005D 23456 	# ]
+sign \x005E 23468 	# ^
+sign \x005F 6 	# _
+sign \x0060 345 	# `
+punctuation \x007B 123567 	# {
+sign \x007C 456 	# |
+punctuation \x007D 234567 	# }
+punctuation	\x2013 36		 # 8211			smart minus sign
+math \x007E 1246 	# ~
+
+noback sign \x0000 34578
+noback sign \x0001 178
+noback sign \x0002 1278
+noback sign \x0003 1478
+noback sign \x0004 14578
+noback sign \x0005 1578
+noback sign \x0006 12478
+noback sign \x0007 124578
+noback sign \x0008 12578
+noback sign \x0009 2478
+noback sign \x000A 24578
+noback sign \x000B 1378
+noback sign \x000C 12378
+noback sign \x000D 13478
+noback sign \x000E 134578
+noback sign \x000F 13578
+noback sign \x0010 123478
+noback sign \x0011 1234578
+noback sign \x0012 123578
+noback sign \x0013 23478
+noback sign \x0014 234578
+noback sign \x0015 13678
+noback sign \x0016 123678
+noback sign \x0017 245678
+noback sign \x0018 134678
+noback sign \x0019 1345678
+noback sign \x001A 135678
+noback sign \x001B 1235678
+noback sign \x001C 3478
+noback sign \x001D 2345678
+noback sign \x001E 234678
+noback sign \x001F 45678
+
+noback sign \x007F 267
+sign \x0080 1256
+sign \x0081 12456
+noback sign \x0082 7
+noback sign \x0083 27
+noback sign \x0084 37
+noback sign \x0085 237
+noback sign \x0086 47
+noback sign \x0087 347
+noback sign \x0088 57
+noback sign \x0089 257
+noback sign \x008A 357
+noback sign \x008B 2357
+noback sign \x008C 2467
+noback sign \x008D 457
+noback sign \x008E 67
+noback sign \x008F 23467
+noback sign \x0090 367
+noback sign \x0091 2367
+noback sign \x0092 467
+noback sign \x0093 12467
+noback sign \x0094 567
+noback sign \x0095 2567
+noback sign \x0096 12567
+noback sign \x0097 3567
+noback sign \x0098 23567
+noback sign \x0099 4567
+noback sign \x009A 124567
+noback sign \x009B 34567
+noback sign \x009C 246
+noback sign \x009D 1234567
+noback sign \x009E 8
+noback sign \x009F 2346
+
+noback punctuation \x00A0 28
+noback punctuation \x00A1 38
+noback sign \x00A2 138
+noback sign \x00A3 1267
+noback sign \x00A4 238
+noback sign \x00A5 167
+noback sign \x00A6 1238
+noback sign \x00A7 48
+noback sign \x00A8 348
+noback sign \x00A9 1348
+noback sign \x00AA 2348
+noback sign \x00AB 12348
+noback sign \x00AC 58
+noback sign \x00AD 258
+noback sign \x00AE 358
+noback sign \x00AF 123467
+noback sign \x00B0 1358
+noback sign \x00B1 12358
+noback sign \x00B2 458
+noback sign \x00B3 126
+noback sign \x00B4 3458
+noback sign \x00B5 13458
+noback sign \x00B6 23458
+noback sign \x00B7 123458
+noback sign \x00B8 68
+noback sign \x00B9 16
+noback sign \x00BA 168
+noback sign \x00BB 268
+noback sign \x00BC 1268
+noback sign \x00BD 368
+noback sign \x00BE 1368
+noback punctuation \x00BF 12346
+
+noback uppercase \x00C0 2368
+noback uppercase \x00C1 12368
+noback uppercase \x00C2 468
+noback uppercase \x00C3 1468
+noback uppercase \x00C4 2468
+noback uppercase \x00C5 12468
+noback uppercase \x00C6 1467
+noback uppercase \x00C7 3468
+noback uppercase \x00C8 13468
+noback uppercase \x00C9 568
+noback uppercase \x00CA 1567
+noback uppercase \x00CB 1568
+noback uppercase \x00CC 2568
+noback uppercase \x00CD 12568
+noback uppercase \x00CE 3568
+noback uppercase \x00CF 13568
+noback uppercase \x00D0 23568
+noback uppercase \x00D1 14567
+noback uppercase \x00D2 123568
+noback uppercase \x00D4 4568
+noback uppercase \x00D5 14568
+noback uppercase \x00D6 24568
+
+noback math \x00D7 124568
+
+noback uppercase \x00D8 34568
+noback uppercase \x00D9 134568
+noback uppercase \x00DA 234568
+noback uppercase \x00DB 1234568
+noback uppercase \x00DC 78
+noback uppercase \x00DD 278
+noback uppercase \x00DE 378
+
+noback lowercase \x00DF 2378
+noback lowercase \x00E0 478
+noback lowercase \x00E1 578
+noback lowercase \x00E2 2578
+noback lowercase \x00E3 3578
+noback lowercase \x00E4 23578
+noback lowercase \x00E5 4578
+noback lowercase \x00E6 146
+noback lowercase \x00E7 678
+noback lowercase \x00E8 1678
+noback lowercase \x00E9 2678
+noback lowercase \x00EA 156
+noback lowercase \x00EB 12678
+noback lowercase \x00EC 3678
+noback lowercase \x00ED 23678
+noback lowercase \x00EE 4678
+noback lowercase \x00EF 14678
+noback lowercase \x00F0 24678
+noback lowercase \x00F1 1456
+noback lowercase \x00F2 124678
+noback lowercase \x00F4 34678
+noback lowercase \x00F5 1234678
+noback lowercase \x00F6 5678
+
+noback sign \x00F7 15678
+
+noback lowercase \x00F8 25678
+noback lowercase \x00F9 125678
+noback lowercase \x00FA 35678
+noback lowercase \x00FB 235678
+noback lowercase \x00FC 145678
+noback lowercase \x00FD 1245678
+noback lowercase \x00FE 345678
+noback lowercase \x00FF 12345678
+
+noback uppercase \x0100 1678
+noback lowercase \x0101 168
+noback uppercase \x0102 1235678
+noback lowercase \x0103 123568
+noback uppercase \x0108 14678
+noback lowercase \x0109 1468
+noback uppercase \x010C 14678
+noback lowercase \x010D 1468
+noback uppercase \x0110 145678
+noback lowercase \x0111 14568
+noback uppercase \x0112 15678
+noback lowercase \x0113 1568
+noback uppercase \x011C 1245678
+noback lowercase \x011D 124568
+noback uppercase \x0122 1245678
+noback lowercase \x0123 124568
+noback uppercase \x0124 125678
+noback lowercase \x0125 12568
+noback lowercase \x012B 2468
+noback uppercase \x0130 3478
+noback lowercase \x0131 348
+noback uppercase \x0134 245678
+noback lowercase \x0135 24568
+noback uppercase \x0136 13678
+noback lowercase \x0137 1368
+noback uppercase \x013B 123678
+noback lowercase \x013C 12368
+noback uppercase \x0145 1345678
+noback lowercase \x0146 134568
+
+noback uppercase \x0150 1245678
+noback lowercase \x0151 124568
+noback uppercase \x0152 237
+noback lowercase \x0153 467
+noback uppercase \x0156 1235678
+noback lowercase \x0157 123568
+noback lowercase \x0159 2456
+noback uppercase \x015C 234678
+noback lowercase \x015D 23468
+noback uppercase \x015E 134568
+noback lowercase \x015F 123468
+noback uppercase \x0160 678
+noback lowercase \x0161 1568
+noback uppercase \x0162 24678
+noback lowercase \x0163 23458
+noback uppercase \x0164 125678
+noback lowercase \x0165 1256
+noback uppercase \x016A 34678
+noback lowercase \x016B 3468
+noback uppercase \x016C 34678
+noback lowercase \x016D 3468
+noback lowercase \x016F 23456
+noback uppercase \x0170 2345678
+noback lowercase \x0171 234568
+noback uppercase \x0178 12345678
+noback uppercase \x017D 12567
+noback lowercase \x017E 2346
+
+noback lowercase \x0192 78
+
+noback lowercase \x025C 13567
+noback sign \x02C6 378
+noback sign \x02C7 134568
+noback sign \x02D8 134568
+noback sign \x02D9 5
+noback sign \x02DB 134568
+noback sign \x02DC 2578
+
+noback sign \x0374 3456
+noback sign \x0375 5678
+noback punctuation \x037E 26
+noback sign \x0384 4
+noback sign \x0385 45
+noback uppercase \x0386 34578
+noback punctuation \x0387 467
+noback uppercase \x0388 124678
+noback uppercase \x0389 12345678
+noback uppercase \x038A 1245678
+noback uppercase \x038C 24678
+noback uppercase \x038E 125678
+noback uppercase \x038F 24578
+noback lowercase \x0390 248
+noback uppercase \x0391 178
+noback uppercase \x0392 1278
+noback uppercase \x0393 124578
+noback uppercase \x0394 14578
+noback uppercase \x0395 1578
+noback uppercase \x0396 135678
+noback uppercase \x0397 15678
+noback uppercase \x0398 145678
+noback uppercase \x0399 248
+noback uppercase \x039A 1378
+noback uppercase \x039B 12378
+noback uppercase \x039C 13478
+noback uppercase \x039D 134578
+noback uppercase \x039E 134678
+noback uppercase \x039F 13578
+noback uppercase \x03A0 123478
+noback uppercase \x03A1 123578
+noback uppercase \x03A3 23478
+noback uppercase \x03A4 234578
+noback uppercase \x03A5 13678
+noback uppercase \x03A6 12478
+noback uppercase \x03A7 1234678
+noback uppercase \x03A8 1345678
+noback uppercase \x03A9 245678
+noback uppercase \x03AA 2478
+noback uppercase \x03AB 1345678
+
+noback lowercase \x03AC 3458
+noback lowercase \x03AD 12468
+noback lowercase \x03AE 1234568
+noback lowercase \x03AF 124568
+noback lowercase \x03B0 134568
+noback lowercase \x03B1 18
+noback lowercase \x03B2 128
+noback lowercase \x03B3 12458
+noback lowercase \x03B4 1458
+noback lowercase \x03B5 158
+noback lowercase \x03B6 13568
+noback lowercase \x03B7 1568
+noback lowercase \x03B8 14568
+noback lowercase \x03B9 248
+noback lowercase \x03BA 138
+noback lowercase \x03BB 1238
+noback lowercase \x03BC 1348
+noback lowercase \x03BD 13458
+noback lowercase \x03BE 13468
+noback lowercase \x03BF 1358
+noback lowercase \x03C0 12348
+noback lowercase \x03C1 12358
+noback lowercase \x03C2 2348
+noback lowercase \x03C3 2348
+noback lowercase \x03C4 23458
+noback lowercase \x03C5 1368
+noback lowercase \x03C6 1248
+noback lowercase \x03C7 123468
+noback lowercase \x03C8 13456
+noback lowercase \x03C9 24568
+noback lowercase \x03CA 348
+noback lowercase \x03CB 234568
+noback lowercase \x03CC 2468
+noback lowercase \x03CD 12568
+noback lowercase \x03CE 2458
+
+noback letter \x03D0 1278
+noback letter \x03D1 145678
+noback letter \x03D2 12368
+noback letter \x03D3 23456
+noback letter \x03D4 1368
+noback letter \x03D5 12478
+noback letter \x03D6 123478
+noback letter \x03D7 12346
+noback uppercase \x03D8 1234578
+noback lowercase \x03D9 123458
+noback uppercase \x03DA 123678
+noback lowercase \x03DB 12368
+noback uppercase \x03DC 145678
+noback lowercase \x03DD 12368
+noback uppercase \x03DE 1234578
+noback lowercase \x03DF 123458
+noback uppercase \x03E0 234678
+noback lowercase \x03E1 23468
+noback letter \x03F0 1234578
+noback letter \x03F1 123578
+noback letter \x03F2 23478
+noback uppercase \x03F4 145678
+noback letter \x03F5 1578
+noback uppercase \x03FA 234678
+noback lowercase \x03FB 23468
+
+noback uppercase \x0401 167
+noback uppercase \x0404 3457
+noback uppercase \x0406 134567
+noback uppercase \x0407 14567
+noback uppercase \x0410 17
+noback uppercase \x0411 127
+noback uppercase \x0412 24567
+noback uppercase \x0413 12457
+noback uppercase \x0414 1457
+noback uppercase \x0415 157
+noback uppercase \x0416 2457
+noback uppercase \x0417 13567
+noback uppercase \x0418 247
+noback uppercase \x0419 123467
+noback uppercase \x041A 137
+noback uppercase \x041B 1237
+noback uppercase \x041C 1347
+noback uppercase \x041D 13457
+noback uppercase \x041E 1357
+noback uppercase \x041F 12347
+noback uppercase \x0420 12357
+noback uppercase \x0421 2347
+noback uppercase \x0422 23457
+noback uppercase \x0423 1367
+noback uppercase \x0424 1247
+noback uppercase \x0425 1257
+noback uppercase \x0426 147
+noback uppercase \x0427 123457
+noback uppercase \x0428 1567
+noback uppercase \x0429 13467
+noback uppercase \x042A 123567
+noback uppercase \x042B 23467
+noback uppercase \x042C 234567
+noback uppercase \x042D 2467
+noback uppercase \x042E 12567
+noback uppercase \x042F 12467
+
+noback lowercase \x0430 1
+noback lowercase \x0431 12
+noback lowercase \x0432 2456
+noback lowercase \x0433 1245
+noback lowercase \x0434 145
+noback lowercase \x0435 15
+noback lowercase \x0436 245
+noback lowercase \x0437 1356
+noback lowercase \x0438 24
+noback lowercase \x0439 12346
+noback lowercase \x043A 13
+noback lowercase \x043B 123
+noback lowercase \x043C 134
+noback lowercase \x043D 1345
+noback lowercase \x043E 135
+noback lowercase \x043F 1234
+noback lowercase \x0440 1235
+noback lowercase \x0441 234
+noback lowercase \x0442 2345
+noback lowercase \x0443 136
+noback lowercase \x0444 124
+noback lowercase \x0445 125
+noback lowercase \x0446 14
+noback lowercase \x0447 12345
+noback lowercase \x0448 156
+noback lowercase \x0449 1346
+noback lowercase \x044A 12356
+noback lowercase \x044B 2346
+noback lowercase \x044C 23456
+noback lowercase \x044D 246
+noback lowercase \x044E 1256
+noback lowercase \x044F 1246
+noback lowercase \x0451 16
+noback lowercase \x0452 1456
+noback lowercase \x0454 345
+noback lowercase \x0456 13456
+noback lowercase \x0457 1456
+noback lowercase \x0458 13456
+noback lowercase \x0459 126
+noback lowercase \x045A 1246
+noback lowercase \x045E 346
+
+noback lowercase \x0463 345
+noback lowercase \x0467 18
+noback lowercase \x046B 12456
+noback lowercase \x0479 346
+noback sign \x0484 478
+noback uppercase \x0490 124567
+noback lowercase \x0491 12456
+noback lowercase \x04A3 13458
+noback lowercase \x04AF 12568
+noback lowercase \x04BB 128
+noback lowercase \x04D9 2468
+
+noback sign \x05B0 3
+noback sign \x05B1 26
+noback sign \x05B2 25
+noback sign \x05B3 345
+noback sign \x05B4 24
+noback sign \x05B5 34
+noback sign \x05B6 15
+noback sign \x05B7 14
+noback sign \x05B8 126
+noback sign \x05B9 135
+noback sign \x05BB 136
+noback sign \x05BC 5
+noback sign \x05BD 4
+noback sign \x05C1 1568
+noback sign \x05C2 2348
+
+noback letter \x05D0 18
+noback letter \x05D1 128
+noback letter \x05D2 1245
+noback letter \x05D3 1458
+noback letter \x05D4 1258
+noback letter \x05D5 24568
+noback letter \x05D6 13568
+noback letter \x05D7 13468
+noback letter \x05D8 23458
+noback letter \x05D9 2458
+noback letter \x05DA 138
+noback letter \x05DB 168
+noback letter \x05DC 1238
+noback letter \x05DD 1348
+noback letter \x05DE 1348
+noback letter \x05DF 13458
+noback letter \x05E0 13458
+noback letter \x05E1 2348
+noback letter \x05E2 12468
+noback letter \x05E3 12348
+noback letter \x05E4 12348
+noback letter \x05E5 23468
+noback letter \x05E6 23468
+noback letter \x05E7 123458
+noback letter \x05E8 12358
+noback letter \x05E9 1468
+noback letter \x05EA 14568
+
+noback punctuation \x2011 36
+noback punctuation \x2015 36
+noback punctuation \x2017 36
+noback punctuation \x2018 2367
+noback punctuation \x2019 47
+noback punctuation \x201A 3678
+noback punctuation \x201C 138
+noback punctuation \x201D 1238
+noback punctuation \x201E 1268
+noback sign \x2020 1248
+noback sign \x2021 12458
+noback sign \x2022 35
+noback sign \x2026 238
+noback sign \x2030 248
+noback sign \x2039 27
+noback sign \x203A 123458
+noback sign \x207F 13467
+noback sign \x20AC 1256
+noback sign \x20AF 145678
+
+noback sign \x2116 3456
+noback sign \x2122 1245678
+noback sign \x2219 48
+noback sign \x221A 1467
+noback sign \x221E 234678
+noback sign \x2229 578
+noback sign \x2248 3578
+noback sign \x2261 23568
+noback sign \x2264 568
+noback sign \x2265 458
+noback sign \x2310 14567
+noback sign \x2320 347
+noback sign \x2321 1567
+noback sign \x2500 67
+noback sign \x2502 237
+noback sign \x250C 257
+noback sign \x2510 278
+noback sign \x2514 378
+noback sign \x2518 678
+noback sign \x251C 2367
+noback sign \x2524 13568
+noback sign \x252C 138
+noback sign \x2534 27
+noback sign \x2550 2578
+noback sign \x2551 1234568
+noback sign \x2552 123468
+noback sign \x2553 1358
+noback sign \x2554 23567
+noback sign \x2555 148
+noback sign \x2556 368
+noback sign \x2557 12458
+noback sign \x2558 248
+noback sign \x2559 1238
+noback sign \x255A 2378
+noback sign \x255B 34678
+noback sign \x255C 4678
+noback sign \x255D 2678
+noback sign \x255E 68
+noback sign \x255F 257
+noback sign \x2560 1248
+noback sign \x2561 268
+noback sign \x2562 24568
+noback sign \x2563 123567
+noback sign \x2564 3467
+noback sign \x2565 28
+noback sign \x2566 123458
+noback sign \x2567 167
+noback sign \x2568 57
+noback sign \x2569 8
+noback sign \x256A 3567
+noback sign \x256B 12358
+noback sign \x256C 5678
+noback sign \x2580 234567
+noback sign \x2584 1267
+noback sign \x2588 12345678
+noback sign \x258C 23678
+noback sign \x2590 35678
+noback sign \x2591 78
+noback sign \x2592 3678
+noback sign \x2593 235678
+noback sign \x25A0 1234567
+noback sign \x25CF 35
+# liblouis: Swedish Grade 1 Braille Table
+#
+#  Copyright (C) 2004-2008 ViewPlus Technologies, Inc. www.viewplus.com
+#  Copyright (C) 2004-2006 JJB Software, Inc. www.jjb-software.com
+#  Copyright (C) 2012 Mesar Hameed <mesar.hameed@gmail.com>
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+
+# Created by Leon Ungier <Leon.Ungier@ViewPlus.com>.
+
+include se-se.dis
+
+space \x00a0 a
+include spaces.uti
+
+# ----------- define all chars --------------------------------------
+
+punctuation ! 235			exclamation mark		x0021
+punctuation " 56			double quote				x0022
+sign # 45-3456				number sign					x0023
+sign $ 4-234					dollar							x0024
+sign % 46-356					percent							x0025
+sign & 5-346					ampersand						x0026
+punctuation ' 5				apostrophe					x0027
+punctuation ( 236			left parenthesis		x0028
+punctuation ) 356			right parenthesis		x0029
+sign * 35							asterisk						x002A
+math + 256						plus								x002B
+punctuation , 2				coma								x002C
+punctuation - 36			hyphen-minus				x002D
+punctuation . 3				point								x002E
+math / 34							solidus							x002F
+
+punctuation : 25			colon								x003A
+punctuation ; 23			semicolon						x003B
+math < 246-3					less-than sign			x003C
+math = 2356						equal sign					x003D
+math > 135-2					greater-than sign		x003E
+punctuation ? 26			question mark				x003F
+sign @ 45-12356				commercial at				x0040
+
+include latinLetterDef6Dots.uti
+include digits6Dots.uti # must come after letters
+include litdigits6Dots.uti # Must come after letters
+
+
+punctuation [ 12356	left square bracket		x005B
+sign \\ 45-34				reverse solidus				x005C
+punctuation ] 23456	right square bracket	x005D
+sign ^ 4						circumflex accent			x005E
+sign _ 6						low line							x005F
+sign ` 46						grave accent					x0060
+
+# a - z								# 97 - 122					x0061-x007A
+
+punctuation { 6-236	left curly bracket		x007B
+sign | 456					vertical line					x007C
+punctuation } 6-356	right curly bracket		x007D
+math ~ 45-2					tilde									x007E
+sign ¢ 4-14					cent sign							x00A2
+sign £ 45-123				pound sign						x00A3
+sign ¤ 45-15				currency sign					x00A4
+sign ¥ 45-13456			yen										x00A5
+sign § 346					paragraph							x00A7
+
+sign © 6-14-135-1234-13456-1235-24-1245-125-2345		copyright		x00A9
+punctuation « 45-2356	left pointing double angle								x00AB
+
+sign ° 4-356					degree sign									x00B0
+sign ² 4-6-126				superscript 2								x00B2
+sign ³ 4-6-146				superscript 3								x00B3
+sign ¹ 4-6-16					superscript 1								x00B9
+punctuation » 2356-12	right pointing double angle	x00BB
+math ¼ 6-16-34-1456		vulgar fraction 1 quarter		x00BC
+math ½ 6-16-34-126		vulgar fraction one half		x00BD
+math ¾ 6-126-34-1456	vulgar fraction 3 quarters	x00BE
+
+uplow \x00C0\x00E0 12356			A with grave				x00C0
+uplow Ää 345							a with diaeresis		x00C4
+uplow Åå 16										A with ring above		x00C5
+uplow \x00C8\x00E8	2346			E with grave above	x00C8
+uplow Éé 123456								E with acute above	x00C9
+
+uplow Öö 246																			x00D6
+math × 1346						multiplication sign					x00D7
+
+uplow Üü 1256-1256						U with diaeresis		x00DC
+
+math ÷ 34							division sign								x00F7
+
+punctuation	\x2010 46		 # 8208			hyphen
+punctuation	\x2011 46		 # 8209			non-breaking hyphen
+punctuation	\x2013 36		 # 8211			smart minus sign
+punctuation	\x2018 5		 # 8216			smart single left quotation mark
+punctuation	\x2019 5		 # 8217			smart single right quotation mark
+
+punctuation	\x201C 56		# 8220			smart opening double quote
+punctuation	\x201D 56		# 8221			smart closing double quote
+punctuation	\x201E 56		# 8222			smart double low quotation mark
+punctuation	\x201F 56		# 8223			smart double high reverse quotation mark
+
+punctuation \x2026 3-3-3 # 8230			smart ellipsis
+
+sign \x20AC 15-136-1235-135					Euro sign
+noback sign \x25CF 35	# 9679 black circle
+
+# -----------------------
+
+capsletter 6
+begcapsword 6-6			# uncomment if you don't want capitalization
+
+sign \x00B7 3456			# so the line below compile
+numsign 3456
+midnum , 2
+midnum . 3
+midnum + 256
+midnum - 36
+midnum / 34
+midnum : 25
+
+endnum # 56-3456
+
+repeated ... 3-3-3		ellipsis
+repeated --- 36-36-36
+repeated ___ 6-6-6
+
+always \s--\s 36-36	tiret
+
+#-index-name: Welsh, contracted
+#-display-name: Welsh contracted braille
+
+#+locale:cy
+#+type:literary
+#+contraction:full
+#+grade:2
+
+# TODO: Please correct the metadata above. It is not meant to be
+# accurate nor complete. It hasn't been verified by the table
+# author yet. It is merely an attempt by the liblouis maintainers
+# to get some sensible initial values in place.
+
+# TODO: Please add a reference to official documentation about
+# the implemented braille code. Preferably submit the documents
+# to https://github.com/liblouis/braille-specs.
+
+include cy-cy-g2.ctb
+include braille-patterns.cti
+# liblouis: Russian letters display codes
+#
+#  Copyright (C) 2013 Igor B. Poretsky <poretsky@mlbox.ru>
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 3 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+
+# Use uppercase letters for representation of cyrillic:
+display A 179
+display B 1279
+display C 1479
+display D 14579
+display E 1579
+display F 12479
+display G 124579
+display H 12579
+display I 2479
+display J 24579
+display K 1379
+display L 12379
+display M 13479
+display N 134579
+display O 13579
+display P 123479
+display Q 1234579
+display R 123579
+display S 23479
+display T 234579
+display U 13679
+display W 245679
+display X 134679
+display Z 135679
+display * 1679
+display & 1234679
+display : 15679
+display ( 1235679
+display ! 234679
+display ) 2345679
+display { 24679
+display | 125679
+display $ 124679
+
+display A 19
+display B 129
+display C 149
+display D 1459
+display E 159
+display F 1249
+display G 12459
+display H 1259
+display I 249
+display J 2459
+display K 139
+display L 1239
+display M 1349
+display N 13459
+display O 1359
+display P 12349
+display Q 123459
+display R 12359
+display S 2349
+display T 23459
+display U 1369
+display W 24569
+display X 13469
+display Z 13569
+display * 169
+display & 123469
+display : 1569
+display ( 123569
+display ! 23469
+display ) 234569
+display { 2469
+display | 12569
+display $ 12469
+
+# Use lowercase letters for representation of all latins.
+# This convention is taken to maintain distinguishes
+# between cyrillic and latin letters in resulting braille output.
+display a 17
+display b 127
+display c 147
+display d 1457
+display e 157
+display f 1247
+display g 12457
+display h 1257
+display i 247
+display j 2457
+display k 137
+display l 1237
+display m 1347
+display n 13457
+display o 1357
+display p 12347
+display q 123457
+display r 12357
+display s 2347
+display t 23457
+display u 1367
+display v 12367
+display w 24567
+display x 13467
+display y 134567
+display z 13567
+
+display a 1
+display b 12
+display c 14
+display d 145
+display e 15
+display f 124
+display g 1245
+display h 125
+display i 24
+display j 245
+display k 13
+display l 123
+display m 134
+display n 1345
+display o 135
+display p 1234
+display q 12345
+display r 1235
+display s 234
+display t 2345
+display u 136
+display v 1236
+display w 2456
+display x 1346
+display y 13456
+display z 1356
+# Liblouis: Danish table for 6 dots grade 1 forward and backward translation 
+#
+#  Copyright (C) 2014-2017, Bue Vester-Andersen <bue@vester-andersen.dk>
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+#
+# Version: Bue Vester-Andersen, 170604
+
+### Table Metadata
+
+#-name: Dansk fuldskrift 6-punkt
+#-index-name: Danish, uncontracted, 6-dot
+#-display-name: Danish 6-dot uncontracted braille
+
+#+locale: da
+#+type: literary
+#+contraction: no
+#+grade: 1
+#+dots: 6
+#+direction: both
+
+# Display opcodes
+include da-dk-octobraille.dis
+
+### Spaces
+
+# These ctrl-chars have to have a representation, so that they can be properly converted back and forth.
+space \t 2478 CHARACTER TABULATION
+space \n 678 LINE FEED (LF)
+space \v 1368 LINE TABULATION
+space \f 12378 FORM FEED (FF)
+space \r 257 CARRIAGE RETURN (CR)
+space \x00a0 a
+
+include spaces.uti
+
+### Character definitions
+
+# Definition of dot cells
+punctuation ! 235 EXCLAMATION MARK
+punctuation " 2356 QUOTATION MARK
+sign & 12346 AMPERSAND
+punctuation ' 4 APOSTROPHE
+punctuation ( 236 LEFT PARENTHESIS
+punctuation ) 356 RIGHT PARENTHESIS
+punctuation * 35 ASTERISK
+punctuation , 2 COMMA
+punctuation - 36 HYPHEN-MINUS
+punctuation . 3 FULL STOP
+punctuation / 34 SLASH
+punctuation : 25 COLON
+punctuation ; 23 SEMICOLON
+punctuation ? 26 QUESTION MARK
+include latinLetterDef6Dots.uti
+
+include digits6Dots.uti
+
+punctuation \x00a7 346 SECTION SIGN (0xa7)
+
+uplow \x00c5\x00e5 16 LATIN LETTER A WITH RING ABOVE
+uplow \x00c6\x00e6 345 LATIN LETTER AE
+uplow \x00d8\x00f8 246 LATIN LETTER O WITH STROKE
+uplow \x00dc\x00fc 1256 LATIN CAPITAL LETTER U WITH DIAERESIS
+math \x00f7 256 DIVISION SIGN
+
+# cover all other Braille patterns
+include braille-patterns.cti
+
+# Characters with two or more cells
+
+punctuation # 45-3456 NUMBER SIGN
+sign $ 45-256 DOLLAR SIGN
+math % 245-356 PERCENT SIGN
+#sign & 6-12346 AMPERSAND
+#punctuation * 6-35 ASTERISK
+math + 45-235 PLUS SIGN
+math < 45-134 LESS-THAN SIGN
+math = 45-2356 EQUALS SIGN
+math > 45-234 GREATER-THAN SIGN
+sign @ 45-1 COMMERCIAL AT
+punctuation [ 5-236 LEFT SQUARE BRACKET
+punctuation \\ 45-16 REVERSE SLASH
+punctuation ] 5-356 RIGHT SQUARE BRACKET
+punctuation ^ 45-346 CIRCUMFLEX ACCENT
+punctuation _ 45-36 LOW LINE
+punctuation ` 4 GRAVE ACCENT
+punctuation { 45-246 LEFT CURLY BRACKET
+punctuation | 4568 VERTICAL LINE
+punctuation } 45-135 RIGHT CURLY BRACKET
+punctuation ~ 467 TILDE (changed by pass 2 to not conflict with indicators
+
+# Misc unicode characters
+include da-dk-6miscChars.cti
+
+# Litdigits
+include litdigits6Dots.uti
+midendnumericmodechars /,.:^
+undefined 26
+
+### Braille indicators and special characters
+
+#hyphen - 36
+
+letsign 6
+
+# No letsign before capital letters or letters with accents
+
+noletsign ABCDEFGHIJKLMNOPQRSTUVWXYZ\x0160\x0152\x017d\x0178\x00c0\x00c1\x00c2\x00c3\x00c4\x00c5\x00c6\x00c7\x00c8\x00c9\x00ca\x00cb\x00cc\x00cd\x00ce\x00cf\x00d0\x00d1\x00d2\x00d3\x00d4\x00d5\x00d6\x00d8\x00d9\x00da\x00db\x00dc\x00dd\x00de\x008a\x008c\x008e
+noletsign i\x0161\x0153\x017e\x00ff\x00df\x00e0\x00e1\x00e2\x00e3\x00e7\x00e8\x00e9\x00ea\x00eb\x00ec\x00ed\x00ee\x00ef\x00f0\x00f1\x00f2\x00f3\x00f4\x00f5\x00f9\x00fa\x00fb\x00fd\x00fe\x009a\x009c
+noletsign abcdefghjklmnopqrstuvwxyz\x00e4\x00e5\x00e6\x00f6\x00f8\x00fc
+
+# Emphasis opcodes
+emphclass italic
+emphclass underline
+emphclass bold
+
+begemphphrase italic 56
+endemphphrase italic after 56
+begemphword italic 56
+endemphword italic 56
+
+begemphphrase bold 56
+endemphphrase bold after 56
+begemphword bold 56
+endemphword bold 56
+
+begemphphrase underline 56
+endemphphrase underline after 56
+begemphword underline 56
+endemphword underline 56
+
+capsletter 46
+begcapsword 456
+endcapsword 6
+multind 6-46 letsign capsletter
+multind 46-6 capsletter letsign
+multind 6-456 letsign begcapsword
+
+numsign 3456
+multind 6-3456 letsign numsign
+
+#class of none-space characters that demand double dashes
+# Used in context lines later.
+#must be the first class defined.
+class charsWDoubleDash .,?!/:"'() # class w
+
+### Correct - forward translation
+
+# Chars that don't require a space before percent and permille:
+class charsBeforePercent "(\x201e\x0084\x201c\x0093\x201d\x0094\x00ab\x00bb #class x
+noback correct `["%"] *
+noback correct !$sx["%"] " %"
+noback correct `["\x2030"] *
+noback correct !$sx["\x2030"] " \x2030"
+noback correct `["\x0089"] *
+noback correct !$sx["\x0089"] " \x2030"
+
+# Chars to be treated like digits when switching back to letter mode
+class extraDigits \x00bc\x00bd\x00be
+
+#Use the "correct" opcode to convert chars that can't be back-translated
+# and make the table more simple.
+
+# Dashes
+class dashes \x2013\x2014\x0096\x0097\x00ad
+noback correct %dashes "-"
+
+class quotes \x201e\x0084\x201c\x0093\x201d\x0094\x00ab\x00bb 
+noback correct %quotes "\""
+
+class apostrophes `\x201a\x0082\x2039\x008b\x2018\x0091\x2019\x0092\x203a\x009b\x00b4
+noback correct %apostrophes "'"
+
+### Correct - backward translation
+
+# characters that may get mangled by the insertion of extra letsigns
+nofor correct "\x2818" "~"
+#nofor correct "\x282f" "&"
+#nofor correct "\x2814" "*"
+
+# Try to distinguish between times (\x00d7) and bullit (\x2022),
+# which share the same Braille representation.
+nofor correct `["\x00d7"] "\x2022" 
+# nofor correct $d["\s\x00d7\s"]$d * #apparently doesn't work now
+nofor correct ["\x00d7"]!$d "\x2022" 
+nofor correct !$d["\x00d7"] "\x2022" 
+
+nofor correct "\x28a0" ? # Extraneous endcaps signs
+#nofor correct "\x2820" ?
+nofor correct "~\\456/" "|"
+
+### Pass 1 - Forward and backward
+
+# Punctuations, math and numbers
+#midnum , 2
+#midnum . 3
+#midnum - 36
+endnum - 36
+#midnum / 34
+#midnum : 25
+
+midnum ^ 45-346
+midnum \x00d7 45-3
+
+# Punctuation
+prepunc " 2356
+postpunc " 2356
+prepunc - 36
+postpunc - 36
+nofor always \s-\s 0-36-36-0
+always :- 25-36
+always ;- 23-36
+always --- 36-36-36
+always ---- 36-36-36-36
+always ----- 36-36-36-36-36
+
+# these characters must be separated from ")" by a letsign.
+class SepToRightpar Jj%'\x2030\x0089\x201a\x0082\x2039\x009b\x2018\x0091\x2019\x0092\x203a\x009b
+after SepToRightpar always ) 6-356
+
+prepunc ( 236
+postpunc ) 356
+
+always .) 3-356
+always ... 3-3-3
+
+always !! 235-235
+always !!! 235-235-235
+always !!!! 235-235-235-235
+always !!!!! 235-235-235-235-235
+
+### Context rules - forward translation
+
+# Ensure two dashes where appropriate.
+noback context $w["-"]$w @36
+noback context $sw["-"]$sw @36-36
+noback context `["-"]$sw @36-36
+noback context $sw["-"]~ @36-36
+noback context !$sw["-"]~ @36
+noback context `["-"]~ @36-36
+
+#ensure dot 6 between a digit and a letter
+noback context $dy[]$u @6
+noback context $dy$Spm.[]$u @6
+
+### context - backward translation
+
+# Ensure the correct number of dashes
+nofor context @36[@36-36] "--"
+nofor context [@36-36]@36 "--"
+nofor context $w[@36-36]$w "--"
+nofor context $sw[@36-36]$sw "-"
+nofor context `[@36-36]$sw "-"
+nofor context $sw[@36-36]~ "-"
+nofor context `@36-36~ "-"
+
+
+### Pass 2 - forward translation
+
+# Correct tilde and vertical line
+noback pass2 @467 @45-6
+noback pass2 @4568 @45-456
+
+noback pass2 @6-46-5 @46-5 # no letsign before cap letters with accent
+noback pass2 @6-46 @46-6 # Ensure correct order
+
+ ### Pass 2 - backward
+
+### Pass 3 - forward translation
+
+# Ensure there is only one letsign
+ noback pass3 @6-6 @6
+
+
+### Pass 3 - backward translation
+
+# save ~ and |  before inserting extra letsigns and endcapsword in pass 2.
+nofor pass3 @45-6 @468 # Create alternative representation of "~"
+nofor pass3 @45-456 @4568
+#
+#  Copyright (C) 2012 Bert Frees <bertfrees@gmail.com>
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+
+display \x0020 0
+display a 1
+display , 2
+display b 12
+display . 3
+display k 13
+display ; 23
+display l 123
+display " 4
+display c 14
+display i 24
+display f 124
+display | 34
+display m 134
+display s 234
+display p 1234
+display ! 5
+display e 15
+display : 25
+display h 125
+display * 35
+display o 135
+display + 235
+display r 1235
+display > 45
+display d 145
+display j 245
+display g 1245
+display ` 345
+display n 1345
+display t 2345
+display q 12345
+display ' 6
+display 1 16
+display ? 26
+display 2 126
+display - 36
+display u 136
+display ( 236
+display v 1236
+display $ 46
+display 3 146
+display 9 246
+display 6 1246
+display 0 346
+display x 1346
+display ~ 2346
+display & 12346
+display < 56
+display 5 156
+display / 256
+display 8 1256
+display ) 356
+display z 1356
+display = 2356
+display { 12356
+display _ 456
+display 4 1456
+display w 2456
+display 7 12456
+display # 3456
+display y 13456
+display } 23456
+display % 123456
+
+
+#
+# Copyright (C) 1995-2008 by The BRLTTY Developers.
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+
+# BRLTTY Text Table - Finnish (iso-8859-1)
+
+# This is a modification of the Finnesh table which makes better use of the
+# 8-dot system.
+
+# generated by ttbtest
+letter \x0000 478		NULL
+letter \x0001 178		START OF HEADING
+letter \x0002 1278		START OF TEXT
+letter \x0003 1478		END OF TEXT
+letter \x0004 14578		END OF TRANSMISSION
+letter \x0005 1578		ENQUIRY
+letter \x0006 12478		ACKNOWLEDGE
+letter \x0007 124578		BELL
+letter \x0008 12578		BACKSPACE
+space \t 2478		CHARACTER TABULATION
+space \n 24578		LINE FEED (LF)
+space \v 1378		LINE TABULATION
+space \f 12378		FORM FEED (FF)
+space \r 13478		CARRIAGE RETURN (CR)
+letter \x000e 134578		SHIFT OUT
+letter \x000f 13578		SHIFT IN
+letter \x0010 123478		DATA LINK ESCAPE
+letter \x0011 1234578		DEVICE CONTROL ONE
+letter \x0012 123578		DEVICE CONTROL TWO
+letter \x0013 23478		DEVICE CONTROL THREE
+letter \x0014 234578		DEVICE CONTROL FOUR
+letter \x0015 13678		NEGATIVE ACKNOWLEDGE
+letter \x0016 123678		SYNCHRONOUS IDLE
+letter \x0017 245678		END OF TRANSMISSION BLOCK
+letter \x0018 134678		CANCEL
+letter \x0019 1345678		END OF MEDIUM
+letter \x001a 135678		SUBSTITUTE
+letter \x001b 12678		ESCAPE
+letter \x001c 125678		INFORMATION SEPARATOR FOUR
+letter \x001d 3578		INFORMATION SEPARATOR THREE
+letter \x001e 278		INFORMATION SEPARATOR TWO
+letter \x001f 578		INFORMATION SEPARATOR ONE
+space \s 0		SPACE
+punctuation ! 235		EXCLAMATION MARK
+punctuation " 56		QUOTATION MARK
+punctuation # 3456		NUMBER SIGN
+punctuation $ 1246		DOLLAR SIGN
+punctuation % 146		PERCENT SIGN
+punctuation & 12346		AMPERSAND
+punctuation ' 5		APOSTROPHE
+punctuation ( 236		LEFT PARENTHESIS
+punctuation ) 356		RIGHT PARENTHESIS
+punctuation * 35		ASTERISK
+punctuation + 2357		PLUS SIGN
+punctuation , 2		COMMA
+punctuation - 36		HYPHEN-MINUS
+punctuation . 3		FULL STOP
+punctuation / 34		SOLIDUS
+include digits8Dots.uti
+punctuation : 25		COLON
+punctuation ; 23		SEMICOLON
+punctuation < 1238		LESS-THAN SIGN
+punctuation = 2356		EQUALS SIGN
+punctuation > 4567		GREATER-THAN SIGN
+punctuation ? 26		QUESTION MARK
+punctuation @ 47		COMMERCIAL AT
+uppercase A 17		LATIN CAPITAL LETTER A
+uppercase B 127		LATIN CAPITAL LETTER B
+uppercase C 147		LATIN CAPITAL LETTER C
+uppercase D 1457		LATIN CAPITAL LETTER D
+uppercase E 157		LATIN CAPITAL LETTER E
+uppercase F 1247		LATIN CAPITAL LETTER F
+uppercase G 12457		LATIN CAPITAL LETTER G
+uppercase H 1257		LATIN CAPITAL LETTER H
+uppercase I 247		LATIN CAPITAL LETTER I
+uppercase J 2457		LATIN CAPITAL LETTER J
+uppercase K 137		LATIN CAPITAL LETTER K
+uppercase L 1237		LATIN CAPITAL LETTER L
+uppercase M 1347		LATIN CAPITAL LETTER M
+uppercase N 13457		LATIN CAPITAL LETTER N
+uppercase O 1357		LATIN CAPITAL LETTER O
+uppercase P 12347		LATIN CAPITAL LETTER P
+uppercase Q 123457		LATIN CAPITAL LETTER Q
+uppercase R 12357		LATIN CAPITAL LETTER R
+uppercase S 2347		LATIN CAPITAL LETTER S
+uppercase T 23457		LATIN CAPITAL LETTER T
+uppercase U 1367		LATIN CAPITAL LETTER U
+uppercase V 12367		LATIN CAPITAL LETTER V
+uppercase W 24567		LATIN CAPITAL LETTER W
+uppercase X 13467		LATIN CAPITAL LETTER X
+uppercase Y 134567		LATIN CAPITAL LETTER Y
+uppercase Z 13567		LATIN CAPITAL LETTER Z
+punctuation [ 12356		LEFT SQUARE BRACKET
+punctuation \\ 1268		REVERSE SOLIDUS
+punctuation ] 23456		RIGHT SQUARE BRACKET
+punctuation ^ 457		CIRCUMFLEX ACCENT
+punctuation _ 78		LOW LINE
+punctuation ` 4		GRAVE ACCENT
+lowercase a 1		LATIN SMALL LETTER A
+lowercase b 12		LATIN SMALL LETTER B
+lowercase c 14		LATIN SMALL LETTER C
+lowercase d 145		LATIN SMALL LETTER D
+lowercase e 15		LATIN SMALL LETTER E
+lowercase f 124		LATIN SMALL LETTER F
+lowercase g 1245		LATIN SMALL LETTER G
+lowercase h 125		LATIN SMALL LETTER H
+lowercase i 24		LATIN SMALL LETTER I
+lowercase j 245		LATIN SMALL LETTER J
+lowercase k 13		LATIN SMALL LETTER K
+lowercase l 123		LATIN SMALL LETTER L
+lowercase m 134		LATIN SMALL LETTER M
+lowercase n 1345		LATIN SMALL LETTER N
+lowercase o 135		LATIN SMALL LETTER O
+lowercase p 1234		LATIN SMALL LETTER P
+lowercase q 12345		LATIN SMALL LETTER Q
+lowercase r 1235		LATIN SMALL LETTER R
+lowercase s 234		LATIN SMALL LETTER S
+lowercase t 2345		LATIN SMALL LETTER T
+lowercase u 136		LATIN SMALL LETTER U
+lowercase v 1236		LATIN SMALL LETTER V
+lowercase w 2456		LATIN SMALL LETTER W
+lowercase x 1346		LATIN SMALL LETTER X
+lowercase y 13456		LATIN SMALL LETTER Y
+lowercase z 1356		LATIN SMALL LETTER Z
+punctuation { 123567		LEFT CURLY BRACKET
+punctuation | 4568		VERTICAL LINE
+punctuation } 234568		RIGHT CURLY BRACKET
+punctuation ~ 45		TILDE
+letter \x007f 12348		DELETE
+letter \x0080 2367		<control-0080>
+letter \x0081 1256		<control-0081>
+letter \x0082 123456		BREAK PERMITTED HERE
+letter \x0083 23678		NO BREAK HERE
+letter \x0084 345		<control-0084>
+letter \x0085 23458		NEXT LINE (NEL)
+letter \x0086 16		START OF SELECTED AREA
+letter \x0087 1234567		END OF SELECTED AREA
+letter \x0088 12345678		CHARACTER TABULATION SET
+letter \x0089 678		CHARACTER TABULATION WITH JUSTIFICATION
+letter \x008a 123458		LINE TABULATION SET
+letter \x008b 3568		PARTIAL LINE FORWARD
+letter \x008c 458		PARTIAL LINE BACKWARD
+letter \x008d 4567		REVERSE LINE FEED
+letter \x008e 3457		SINGLE SHIFT TWO
+letter \x008f 167		SINGLE SHIFT THREE
+letter \x0090 1234567		DEVICE CONTROL STRING
+letter \x0091 1348		PRIVATE USE ONE
+letter \x0092 12568		PRIVATE USE TWO
+letter \x0093 3567		SET TRANSMIT STATE
+letter \x0094 246		CANCEL CHARACTER
+letter \x0095 67		MESSAGE WAITING
+letter \x0096 1234568		START OF GUARDED AREA
+letter \x0097 368		END OF GUARDED AREA
+letter \x0098 24568		START OF STRING
+letter \x0099 2467		<control-0099>
+letter \x009a 12567		SINGLE CHARACTER INTRODUCER
+letter \x009b 47		CONTROL SEQUENCE INTRODUCER
+letter \x009c 7		STRING TERMINATOR
+letter \x009d 457		OPERATING SYSTEM COMMAND
+letter \x009e 13468		PRIVACY MESSAGE
+letter \x009f 13458		APPLICATION PROGRAM COMMAND
+punctuation \x00a0 0		NO-BREAK SPACE
+punctuation \x00a1 2358		INVERTED EXCLAMATION MARK
+punctuation \x00a2 13568		CENT SIGN
+punctuation \x00a3 1238		POUND SIGN
+punctuation \x00a4 1578		CURRENCY SIGN
+punctuation \x00a5 1368		YEN SIGN
+punctuation \x00a6 468		BROKEN BAR
+punctuation \x00a7 4678		SECTION SIGN
+punctuation \x00a8 258		DIAERESIS
+punctuation \x00a9 138		COPYRIGHT SIGN
+letter \x00aa 478		FEMININE ORDINAL INDICATOR
+punctuation \x00ab 2378		LEFT-POINTING DOUBLE ANGLE QUOTATION MARK
+punctuation \x00ac 357		NOT SIGN
+punctuation \x00ad 8		SOFT HYPHEN
+punctuation \x00ae 12358		REGISTERED SIGN
+punctuation \x00af 23568		MACRON
+punctuation \x00b0 568		DEGREE SIGN
+punctuation \x00b1 38		PLUS-MINUS SIGN
+punctuation \x00b2 237		SUPERSCRIPT TWO
+punctuation \x00b3 257		SUPERSCRIPT THREE
+punctuation \x00b4 48		ACUTE ACCENT
+lowercase \x00b5 2368		MICRO SIGN
+punctuation \x00b6 467		PILCROW SIGN
+punctuation \x00b7 378		MIDDLE DOT
+punctuation \x00b8 35678		CEDILLA
+punctuation \x00b9 27		SUPERSCRIPT ONE
+letter \x00ba 1358		MASCULINE ORDINAL INDICATOR
+punctuation \x00bb 5678		RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK
+punctuation \x00bc 34568		VULGAR FRACTION ONE QUARTER
+punctuation \x00bd 34567		VULGAR FRACTION ONE HALF
+punctuation \x00be 345678		VULGAR FRACTION THREE QUARTERS
+punctuation \x00bf 268		INVERTED QUESTION MARK
+uppercase \x00c0 1235678		LATIN CAPITAL LETTER A WITH GRAVE
+uppercase \x00c1 123567		LATIN CAPITAL LETTER A WITH ACUTE
+uppercase \x00c2 1678		LATIN CAPITAL LETTER A WITH CIRCUMFLEX
+uppercase \x00c3 14678		LATIN CAPITAL LETTER A WITH TILDE
+uppercase \x00c4 3457		LATIN CAPITAL LETTER A WITH DIAERESIS
+uppercase \x00c5 167		LATIN CAPITAL LETTER A WITH RING ABOVE
+uppercase \x00c6 34578		LATIN CAPITAL LETTER AE
+uppercase \x00c7 123467		LATIN CAPITAL LETTER C WITH CEDILLA
+uppercase \x00c8 234678		LATIN CAPITAL LETTER E WITH GRAVE
+uppercase \x00c9 23467		LATIN CAPITAL LETTER E WITH ACUTE
+uppercase \x00ca 1267		LATIN CAPITAL LETTER E WITH CIRCUMFLEX
+uppercase \x00cb 12467		LATIN CAPITAL LETTER E WITH DIAERESIS
+uppercase \x00cc 3478		LATIN CAPITAL LETTER I WITH GRAVE
+uppercase \x00cd 347		LATIN CAPITAL LETTER I WITH ACUTE
+uppercase \x00ce 1467		LATIN CAPITAL LETTER I WITH CIRCUMFLEX
+uppercase \x00cf 124567		LATIN CAPITAL LETTER I WITH DIAERESIS
+uppercase \x00d0 15678		LATIN CAPITAL LETTER ETH
+uppercase \x00d1 1245678		LATIN CAPITAL LETTER N WITH TILDE
+uppercase \x00d2 34678		LATIN CAPITAL LETTER O WITH GRAVE
+uppercase \x00d3 3467		LATIN CAPITAL LETTER O WITH ACUTE
+uppercase \x00d4 14567		LATIN CAPITAL LETTER O WITH CIRCUMFLEX
+uppercase \x00d5 145678		LATIN CAPITAL LETTER O WITH TILDE
+uppercase \x00d6 2467		LATIN CAPITAL LETTER O WITH DIAERESIS
+punctuation \x00d7 37		MULTIPLICATION SIGN
+uppercase \x00d8 24678		LATIN CAPITAL LETTER O WITH STROKE
+uppercase \x00d9 2345678		LATIN CAPITAL LETTER U WITH GRAVE
+uppercase \x00da 234567		LATIN CAPITAL LETTER U WITH ACUTE
+uppercase \x00db 1567		LATIN CAPITAL LETTER U WITH CIRCUMFLEX
+uppercase \x00dc 12567		LATIN CAPITAL LETTER U WITH DIAERESIS
+uppercase \x00dd 1234678		LATIN CAPITAL LETTER Y WITH ACUTE
+uppercase \x00de 12468		LATIN CAPITAL LETTER THORN
+lowercase \x00df 2348		LATIN SMALL LETTER SHARP S
+lowercase \x00e0 123568		LATIN SMALL LETTER A WITH GRAVE
+lowercase \x00e1 12356		LATIN SMALL LETTER A WITH ACUTE
+lowercase \x00e2 16		LATIN SMALL LETTER A WITH CIRCUMFLEX
+lowercase \x00e3 1468		LATIN SMALL LETTER A WITH TILDE
+lowercase \x00e4 345		LATIN SMALL LETTER A WITH DIAERESIS
+lowercase \x00e5 16		LATIN SMALL LETTER A WITH RING ABOVE
+lowercase \x00e6 3458		LATIN SMALL LETTER AE
+lowercase \x00e7 12346		LATIN SMALL LETTER C WITH CEDILLA
+lowercase \x00e8 23468		LATIN SMALL LETTER E WITH GRAVE
+lowercase \x00e9 2346		LATIN SMALL LETTER E WITH ACUTE
+lowercase \x00ea 126		LATIN SMALL LETTER E WITH CIRCUMFLEX
+lowercase \x00eb 1246		LATIN SMALL LETTER E WITH DIAERESIS
+lowercase \x00ec 348		LATIN SMALL LETTER I WITH GRAVE
+lowercase \x00ed 34		LATIN SMALL LETTER I WITH ACUTE
+lowercase \x00ee 146		LATIN SMALL LETTER I WITH CIRCUMFLEX
+lowercase \x00ef 12456		LATIN SMALL LETTER I WITH DIAERESIS
+lowercase \x00f0 1568		LATIN SMALL LETTER ETH
+lowercase \x00f1 124568		LATIN SMALL LETTER N WITH TILDE
+lowercase \x00f2 3468		LATIN SMALL LETTER O WITH GRAVE
+lowercase \x00f3 346		LATIN SMALL LETTER O WITH ACUTE
+lowercase \x00f4 1456		LATIN SMALL LETTER O WITH CIRCUMFLEX
+lowercase \x00f5 14568		LATIN SMALL LETTER O WITH TILDE
+lowercase \x00f6 246		LATIN SMALL LETTER O WITH DIAERESIS
+punctuation \x00f7 2567		DIVISION SIGN
+lowercase \x00f8 2468		LATIN SMALL LETTER O WITH STROKE
+lowercase \x00f9 234568		LATIN SMALL LETTER U WITH GRAVE
+lowercase \x00fa 23456		LATIN SMALL LETTER U WITH ACUTE
+lowercase \x00fb 156		LATIN SMALL LETTER U WITH CIRCUMFLEX
+lowercase \x00fc 1256		LATIN SMALL LETTER U WITH DIAERESIS
+lowercase \x00fd 123468		LATIN SMALL LETTER Y WITH ACUTE
+lowercase \x00fe 124678		LATIN SMALL LETTER THORN
+lowercase \x00ff 134568		LATIN SMALL LETTER Y WITH DIAERESIS
+# This table contains braille codes and rules for Bengali Grade 1 and includes English grade 1
+#
+# Copyright (C) 2014 National Institute for Visually Handicapped, 116, Rajpur Road, Dehradun, Uttrakhand, India
+#
+# This file is part of liblouis.
+#
+# liblouis is free software: you can redistribute it and/or modify it
+# under the terms of the GNU Lesser General Public License as
+# published by the Free Software Foundation, either version 2.1 of the
+# License, or (at your option) any later version.
+#
+# liblouis is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with liblouis. If not, see
+# <http://www.gnu.org/licenses/>.
+
+# This table is built and maintained under an activity of Braille Council of India
+# Contributors: Dipendra Manocha, Sreeja, Dinesh Kaushal, Mesar Hameed
+# Last updated on May 5, 2014
+# To report any bugs or any suggestion, please write to d@saksham.org and sreeja.param@gmail.com
+
+include bengali.cti
+include en-in-g1.ctb
+# This table contains braille codes and rules for Telugu Grade 1 and includes English grade 1
+#
+# Copyright (C) 2014 National Institute for Visually Handicapped, 116, Rajpur Road, Dehradun, Uttrakhand, India
+#
+# This file is part of liblouis.
+#
+# liblouis is free software: you can redistribute it and/or modify it
+# under the terms of the GNU Lesser General Public License as
+# published by the Free Software Foundation, either version 2.1 of the
+# License, or (at your option) any later version.
+#
+# liblouis is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with liblouis. If not, see
+# <http://www.gnu.org/licenses/>.
+
+# This table is built and maintained under an activity of Braille Council of India
+# Contributors: Dipendra Manocha, Sreeja, Dinesh Kaushal, Mesar Hameed
+# Last updated on May 5, 2014
+# To report any bugs or any suggestion, please write to d@saksham.org and sreeja.param@gmail.com
+
+include telugu.cti
+include en-in-g1.ctb
+# liblouis: Norwegian literary braille, 6-dot, uncontracted
+#
+#-name: Norsk litterær punktskrift, 6-punkt, fullskrift
+#-index-name: Norwegian, uncontracted, 6-dot
+#-display-name: Norwegian 6-dot uncontracted braille
+#
+#+locale:no
+#+type:literary
+#+direction:both
+#+contraction:no
+#+dots:6
+#+grade:0
+#
+#  Copyright (C) 2005 ViewPlus Technologies, Inc. www.viewplus.com
+#  Copyright (C) 2009-2019 Lars Bjørndal <lars@lamasti.net>
+#  Copyright (C) 2015-2018 NLB Norwegian library of talking books and braille, http://www.nlb.no/
+#
+#-copyright: 2005, ViewPlus Technologies, Inc. www.viewplus.com
+#-copyright: 2009-2019, Lars Bjørndal
+#-copyright: 2015-2018, Norwegian library of talking books and braille (NLB), http://www.nlb.no/
+#-license: LGPLv2.1
+#
+# Created June 9, 2005 by Leon Ungier <Leon.Ungier@ViewPlus.com> with
+# help and guidance from Lars Bjørndal <lars@lamasti.net>
+# Updated June 2009 by Lars Bjørndal <lars@lamasti.net>
+# Updated April 2015 by Jostein Austvik Jacobsen <jostein@nlb.com> and Ammar Usama <ammar.usama@nlb.no>
+#
+#-author-name: Leon Ungier
+#-author-email: Leon.Ungier@ViewPlus.com
+#-author-url: www.viewplus.com
+#
+#-author-name: Lars Bjørndal
+#-author-email: lars@lamasti.net
+#-author-url: https://github.com/larsbjorndal
+#
+#-author-name: Jostein Austvik Jacobsen
+#-author-email: jostein@nlb.no
+#-author-url: https://github.com/josteinaj
+#
+#-author-name: Ammar Usama
+#-author-email: ammar.usama@nlb.no
+#-author-url: https://github.com/usama49
+#
+# Official norwegian braille specifications are collected here:
+# http://liblouis.org/braille-specs/norwegian
+# This specific table is based on the document "Håndbok i litterær punktskrift".
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+#
+
+include no-no.dis
+include no-no-chardefs6.uti
+include litdigits6Dots.uti
+include braille-patterns.cti # unicode braille
+
+#lowword \x2013 36-36         # make double when surrounded by white spaces
+#lowword - 36-36              # make double when hyphen surrounded by white spaces
+
+numsign 3456
+capsletter 6                    # single capital letter indicator
+begcapsword 6-6                  # a block of consecutive capital letters indicator
+noback endcapsword 56                   # TODO
+
+emphclass italic
+emphclass underline
+emphclass bold
+
+begemph italic 23
+begemph bold 6-3
+begemph underline 456
+
+noback endemph italic 56
+endemph bold 6-3
+endemph underline 456
+
+midnum , 2
+midnum . 3
+midnum + 235
+midnum - 36-36-3456
+midnum / 34-3456
+midnum : 25
+midnum = 2356
+
+endnum # 56-3456
+noback always # 3456
+endnum a 56-1
+endnum b 56-12
+endnum c 56-14
+endnum d 56-145
+endnum e 56-15
+endnum f 56-124
+endnum g 56-1245
+endnum h 56-125
+endnum i 56-24
+endnum j 56-245
+
+repeated ... 3-3-3           # points de suite
+repeated --- 36-36-36
+repeated ___ 456-456-456
+
+# always \s--\s 36-36        # tiret
+noback always ;\s; 0
+
+begcomp 126
+endcomp 345
+
+# We have to redefine the letter æ here to prevent back translation of it to result in a space
+uplow \x00C6\x00E6 345       # æ x00C6 / 00E6
+# URLs
+compbrl ://
+compbrl www.
+compbrl .com
+compbrl .edu
+compbrl .gov
+compbrl .mil
+compbrl .net
+compbrl .org
+compbrl .no
+compbrl .nu
+compbrl .se
+compbrl .dk
+compbrl .fi
+compbrl .ini
+compbrl .doc
+compbrl .docx
+compbrl .xml
+compbrl .xsl
+compbrl .htm
+compbrl .html
+compbrl .tex
+compbrl .txt
+compbrl .gif
+compbrl .jpg
+compbrl .png
+compbrl .wav
+compbrl .mp3
+compbrl .m3u
+compbrl .tar
+compbrl .gz
+compbrl .bz2
+compbrl .zip
+
+# Fix input where less than / greater than already are surrounding the
+# URL / email address.
+noback pass2 @126-246-3 @126
+noback pass2 @135-2-345 @345
+
+# subscript
+# ---------
+
+emphclass sub
+emphletter sub 16
+begemph sub 16-236
+endemph sub 356
+
+digit ₀ 245a
+digit ₁ 1a
+digit ₂ 12a
+digit ₃ 14a
+digit ₄ 145a
+digit ₅ 15a
+digit ₆ 124a
+digit ₇ 1245a
+digit ₈ 125a
+digit ₉ 24a
+
+# ₊ ₋ ₌ ₍ ₎ ₐ ₑ ₒ ₓ ₔ ⱼ ᵢ ᵣ ᵤ ᵥ ᵦ ᵧ ᵨ ᵩ ᵪ
+
+class sub ₀₁₂₃₄₅₆₇₈₉
+
+noback pass2 %sub%sub. @16-236*
+noback pass2 %sub @16*
+noback pass3 %sub%sub. *@356
+
+# fix order of sub sign and number sign
+noback pass3 @3456-16-236 @16-236-3456
+noback pass3 @3456-16 @16-3456
+
+noback pass4 @245a  @245  # ₀
+noback pass4 @1a    @1    # ₁
+noback pass4 @12a   @12   # ₂
+noback pass4 @14a   @14   # ₃
+noback pass4 @145a  @145  # ₄
+noback pass4 @15a   @15   # ₅
+noback pass4 @124a  @124  # ₆
+noback pass4 @1245a @1245 # ₇
+noback pass4 @125a  @125  # ₈
+noback pass4 @24a   @24   # ₉
+
+# superscript
+# -----------
+
+emphclass super
+emphletter super 46
+begemph super 46-236
+endemph super 346
+
+digit ⁰ 245b
+digit ¹ 1b
+digit ² 12b
+digit ³ 14b
+digit ⁴ 145b
+digit ⁵ 15b
+digit ⁶ 124b
+digit ⁷ 1245b
+digit ⁸ 125b
+digit ⁹ 24b
+
+# ⁱ ⁺ ⁻ ⁼ ⁽ ⁾ ⁿ ª º ⱽ ᴮ ᴯ ᴰ ᴱ ᴲ ᴳ ᴴ ᴵ ᴶ ᴷ ᴸ ᴹ ᴺ ᴻ ᴼ ᴽ ᴾ ᴿ ᵀ ᵁ ᵂ ᵃ ᵄ ᵅ ᵆ ᵇ ᵈ ᵉ ᵊ ᵋ ᵌ ᵍ ᵏ ᵐ ᵑ ᵒ ᵓ ᵖ ᵗ ᵘ ᵚ ᵛ ᵝ ᵞ ᵟ ᵠ ᵡ
+
+class super ⁰¹²³⁴⁵⁶⁷⁸⁹
+
+noback pass2 %super%super. @46-236*
+noback pass2 %super @46*
+noback pass3 %super%super. *@356
+
+# fix order of super sign and number sign
+noback pass3 @3456-46-236 @46-236-3456
+noback pass3 @3456-46 @46-3456
+
+noback pass4 @245b  @245  # ⁰
+noback pass4 @1b    @1    # ¹
+noback pass4 @12b   @12   # ²
+noback pass4 @14b   @14   # ³
+noback pass4 @145b  @145  # ⁴
+noback pass4 @15b   @15   # ⁵
+noback pass4 @124b  @124  # ⁶
+noback pass4 @1245b @1245 # ⁷
+noback pass4 @125b  @125  # ⁸
+noback pass4 @24b   @24   # ⁹
+
+# 9.6 Percent/promille
+noback context [$s]"%" ?
+noback context [$s]"‰" ?
+noback context "%"[")"] @6-356
+noback context "‰"[")"] @6-356
+
+# 11.3 Pound sign
+noback joinnum \x00A3 123
+#-index-name: Dravidian, computer
+#-display-name: Dravidian computer braille
+
+#+locale:dra
+#+type:computer
+#+dots:8
+
+# TODO: Please correct the metadata above. It is not meant to be
+# accurate nor complete. It hasn't been verified by the table
+# author yet. It is merely an attempt by the liblouis maintainers
+# to get some sensible initial values in place.
+
+# TODO: Please add a reference to official documentation about
+# the implemented braille code. Preferably submit the documents
+# to https://github.com/liblouis/braille-specs.
+
+include dra.ctb
+include braille-patterns.cti
+# liblouis: English, U.S. (EBAE) character definitions table
+#
+#  Based on the Linux screenreader BRLTTY, copyright (C) 1999-2006 by
+#  The BRLTTY Team
+#
+#  Copyright (C) 2004-2006 ViewPlus Technologies, Inc. www.viewplus.com
+#  Copyright (C) 2004-2006 JJB Software, Inc. www.jjb-software.com
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+
+# Spaces
+space \t 9 tab
+space \x001b 1b escape character for html back-translation
+space \x00A0 a NO-BREAK SPACE <noBreak> 0020 NON-BREAKING SPACE 
+include spaces.uti
+
+# Computer braille single-cell characters
+include loweredDigits6Dots.uti
+
+include latinLetterDef8Dots.uti
+
+punctuation ( 12356
+punctuation } 12456
+punctuation ] 124567
+punctuation ? 1456
+punctuation : 156
+punctuation ) 23456
+punctuation ! 2346
+punctuation { 246
+punctuation [ 2467
+punctuation ' 3
+punctuation - 36
+punctuation . 46
+punctuation " 5
+punctuation ; 56
+punctuation , 6
+sign & 12346
+sign $ 1246
+sign | 1256
+sign \\ 12567
+sign % 146
+sign * 16
+sign # 3456
+punctuation ` 4
+sign _ 456
+sign ^ 457
+sign @ 47
+math = 123456
+math < 126
+math / 34
+math > 345
+math + 346
+math ~ 45
+
+# Accented letters
+lowercase \x00DF 4-234 LATIN SMALL LETTER SHARP S German 
+lowercase \x00E0 4-1 LATIN SMALL LETTER A WITH GRAVE 0061 0300 LATIN 
+lowercase \x00E1 4-1 LATIN SMALL LETTER A WITH ACUTE 0061 0301 LATIN 
+lowercase \x00E2 4-1 LATIN SMALL LETTER A WITH CIRCUMFLEX 0061 0302 
+lowercase \x00E3 4-1 LATIN SMALL LETTER A WITH TILDE 0061 0303 LATIN 
+lowercase \x00E4 4-1 LATIN SMALL LETTER A WITH DIAERESIS 0061 0308 LATIN 
+lowercase \x00E5 4-1 LATIN SMALL LETTER A WITH RING ABOVE 0061 030A 
+lowercase \x00E6 4-1 LATIN SMALL LETTER AE LATIN SMALL LETTER A E ash * 
+lowercase \x00E7 4-14 LATIN SMALL LETTER C WITH CEDILLA 0063 0327 LATIN 
+lowercase \x00E8 4-15 LATIN SMALL LETTER E WITH GRAVE 0065 0300 LATIN 
+lowercase \x00E9 4-15 LATIN SMALL LETTER E WITH ACUTE 0065 0301 LATIN 
+lowercase \x00EA 4-15 LATIN SMALL LETTER E WITH CIRCUMFLEX 0065 0302 
+lowercase \x00EB 4-15 LATIN SMALL LETTER E WITH DIAERESIS 0065 0308 
+lowercase \x00EC 4-24 LATIN SMALL LETTER I WITH GRAVE 0069 0300 LATIN 
+lowercase \x00ED 4-24 LATIN SMALL LETTER I WITH ACUTE 0069 0301 LATIN 
+lowercase \x00EE 4-24 LATIN SMALL LETTER I WITH CIRCUMFLEX 0069 0302 
+lowercase \x00EF 4-24 LATIN SMALL LETTER I WITH DIAERESIS 0069 0308 
+lowercase \x00F0 4-15 LATIN SMALL LETTER ETH Icelandic 00D0 00D0
+lowercase \x00F1 4-1345 LATIN SMALL LETTER N WITH TILDE 006E 0303 LATIN 
+lowercase \x00F2 4-135 LATIN SMALL LETTER O WITH GRAVE 006F 0300 LATIN 
+lowercase \x00F3 4-135 LATIN SMALL LETTER O WITH ACUTE 006F 0301 LATIN 
+lowercase \x00F4 4-135 LATIN SMALL LETTER O WITH CIRCUMFLEX 006F 0302 
+lowercase \x00F5 4-135 LATIN SMALL LETTER O WITH TILDE 006F 0303 LATIN 
+lowercase \x00F6 4-135 LATIN SMALL LETTER O WITH DIAERESIS 006F 0308 
+lowercase \x00F8 4-135 LATIN SMALL LETTER O WITH STROKE LATIN SMALL 
+lowercase \x00F9 4-136 LATIN SMALL LETTER U WITH GRAVE 0075 0300 LATIN 
+lowercase \x00FA 4-136 LATIN SMALL LETTER U WITH ACUTE 0075 0301 LATIN 
+lowercase \x00FB 4-136 LATIN SMALL LETTER U WITH CIRCUMFLEX 0075 0302 
+lowercase \x00FC 4-136 LATIN SMALL LETTER U WITH DIAERESIS 0075 0308 
+lowercase \x00FD 4-13456 LATIN SMALL LETTER Y WITH ACUTE 0079 0301 LATIN 
+lowercase \x00FE 4-2345 LATIN SMALL LETTER THORN Icelandic 00DE 00DE
+lowercase \x00FF 4-13456 LATIN SMALL LETTER Y WITH DIAERESIS 0079 0308 
+uppercase \x00C0 4-1 LATIN CAPITAL LETTER A WITH GRAVE 0041 0300 LATIN 
+uppercase \x00C1 4-1 LATIN CAPITAL LETTER A WITH ACUTE 0041 0301 LATIN 
+uppercase \x00C2 4-1 LATIN CAPITAL LETTER A WITH CIRCUMFLEX 0041 0302 
+uppercase \x00C3 4-1 LATIN CAPITAL LETTER A WITH TILDE 0041 0303 LATIN 
+uppercase \x00C4 4-1 LATIN CAPITAL LETTER A WITH DIAERESIS 0041 0308 
+uppercase \x00C5 4-1 LATIN CAPITAL LETTER A WITH RING ABOVE 0041 030A 
+uppercase \x00C6 4-1 LATIN CAPITAL LETTER AE LATIN CAPITAL LETTER A E 
+uppercase \x00C7 4-14 LATIN CAPITAL LETTER C WITH CEDILLA 0043 0327 
+uppercase \x00C8 4-15 LATIN CAPITAL LETTER E WITH GRAVE 0045 0300 LATIN 
+uppercase \x00C9 4-15 LATIN CAPITAL LETTER E WITH ACUTE 0045 0301 LATIN 
+uppercase \x00CA 4-15 LATIN CAPITAL LETTER E WITH CIRCUMFLEX 0045 0302 
+uppercase \x00CB 4-15 LATIN CAPITAL LETTER E WITH DIAERESIS 0045 0308 
+uppercase \x00CC 4-24 LATIN CAPITAL LETTER I WITH GRAVE 0049 0300 LATIN 
+uppercase \x00CD 4-24 LATIN CAPITAL LETTER I WITH ACUTE 0049 0301 LATIN 
+uppercase \x00CE 4-24 LATIN CAPITAL LETTER I WITH CIRCUMFLEX 0049 0302 
+uppercase \x00CF 4-24 LATIN CAPITAL LETTER I WITH DIAERESIS 0049 0308 
+uppercase \x00D0 4-15 LATIN CAPITAL LETTER ETH Icelandic 00F0 
+uppercase \x00D1 4-1345 LATIN CAPITAL LETTER N WITH TILDE 004E 0303 
+uppercase \x00D2 4-135 LATIN CAPITAL LETTER O WITH GRAVE 004F 0300 LATIN 
+uppercase \x00D3 4-135 LATIN CAPITAL LETTER O WITH ACUTE 004F 0301 LATIN 
+uppercase \x00D4 4-135 LATIN CAPITAL LETTER O WITH CIRCUMFLEX 004F 0302 
+uppercase \x00D6 4-135 LATIN CAPITAL LETTER O WITH DIAERESIS 004F 0308 
+uppercase \x00D8 4-135 LATIN CAPITAL LETTER O WITH STROKE LATIN CAPITAL 
+uppercase \x00D9 4-136 LATIN CAPITAL LETTER U WITH GRAVE 0055 0300 LATIN 
+uppercase \x00DA 4-136 LATIN CAPITAL LETTER U WITH ACUTE 0055 0301 LATIN 
+uppercase \x00DB 4-136 LATIN CAPITAL LETTER U WITH CIRCUMFLEX 0055 0302 
+uppercase \x00DC 4-136 LATIN CAPITAL LETTER U WITH DIAERESIS 0055 0308 
+uppercase \x00DD 4-13456 LATIN CAPITAL LETTER Y WITH ACUTE 0059 0301 
+uppercase \x00DE 4-2345 LATIN CAPITAL LETTER THORN Icelandic 00FE 
+
+# Miscellaneous
+math \x00B1 346-36 PLUS-MINUS SIGN PLUS-OR-MINUS SIGN 
+math \x00B7 4-16 MIDDLE DOT 
+math \x00BC 1456-2-34-256-3456 VULGAR FRACTION ONE QUARTER No 0031 2044 
+math \x00BD 1456-2-34-23-3456 VULGAR FRACTION ONE HALF No 0031 2044 0032 
+math \x00BE 1456-25-34-23-3456 VULGAR FRACTION THREE QUARTERS No 0033 
+math \x00D7 16 MULTIPLICATION SIGN 
+math \x00F7 4-34 DIVISION SIGN 
+noback punctuation \x0092 3
+noback punctuation \x0097 36-36
+punctuation \x00A1 235 INVERTED EXCLAMATION MARK 
+punctuation \x00ad 36
+punctuation \x00BF 236 INVERTED QUESTION MARK 
+punctuation \x2011 36
+punctuation \x2013 36-36
+punctuation \x2014 36-36
+noback punctuation \x2018 6-236
+noback punctuation \x2019 3
+noback punctuation \x2019 356-3
+punctuation \x201c 236
+punctuation \x201d 356
+noback punctuation \x2026 3
+sign \x2122 45-2345 trademark sign
+sign \x00A2 4-14 CENT SIGN 
+sign \x00A3 3456 POUND SIGN 
+sign \x00A4 1246 CURRENCY SIGN 
+sign \x00A7 4-234 SECTION SIGN 
+sign \x00A9 45-14 COPYRIGHT SIGN 
+sign \x00AE 45-1235 REGISTERED SIGN REGISTERED TRADE MARK SIGN 
+sign \x00B0 56-145-1245 DEGREE SIGN 
+sign \x00B4 b4 ACUTE ACCENT 0020 0301 SPACING ACUTE 
+sign \x00B5 46-134 MICRO SIGN 03BC 039C 039C
+# sign \x00A5 YEN SIGN 
+punctuation \x00A6 456-1256 BROKEN BAR BROKEN VERTICAL BAR 
+punctuation \x0093 236
+punctuation \x0094 356
+punctuation \x0096 36
+# sign \x00A8 DIAERESIS 0020 0308 SPACING DIAERESIS 
+# sign \x00AA FEMININE ORDINAL INDICATOR 0061 
+# punctuation \x00AB LEFT-POINTING DOUBLE ANGLE QUOTATION MARK LEFT 
+# sign \x00AC NOT SIGN 
+# sign \x00AF MACRON 0020 0304 SPACING MACRON 
+# math \x00B2 SUPERSCRIPT TWO 0032 2 2 SUPERSCRIPT DIGIT TWO 
+# math \x00B3 SUPERSCRIPT THREE 0033 3 3 SUPERSCRIPT DIGIT THREE 
+# sign \x00B6 PILCROW SIGN PARAGRAPH SIGN 
+# sign \x00B8 CEDILLA 0020 0327 SPACING CEDILLA 
+# math \x00B9 SUPERSCRIPT ONE 0031 1 1 SUPERSCRIPT DIGIT ONE 
+# sign \x00BA MASCULINE ORDINAL INDICATOR 006F 
+# punctuation \x00BB RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK Pf Y 
+noback sign \x25CF 16 BLACK CIRCLE
+# liblouis Nemeth character definitions
+#
+#  Copyright (C) 2004-2008 ViewPlus Technologies, Inc. www.viewplus.com
+#  Copyright (C) 2004-2006 JJB Software, Inc. www.jjb-software.com
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+
+# Spaces must be unbreakable, 0xA0, dot pattern a
+
+math \x200A a
+math \x02BC 12
+math \x2146 145
+math \x2147 15
+math \x2007 a
+math \x2008 a
+math \x200B a
+math \x205F a
+math \x2062 a
+math \x2063 a
+replace \x00af
+replace \x0001
+replace \x0002
+replace \x0003
+replace \x0088 # CHARACTER TABULATION SET 
+replace \x0089 # CHARACTER TABULATION WITH JUSTIFICATION 
+space \s a 
+space \t a
+space \x2061 a FUNCTION APPLICATION
+replace \x2062
+replace \x2063  
+replace \x2064  
+space \x2009 a THIN SPACE 0020 
+
+sign \x001B a
+sign \x009A a SINGLE CHARACTER INTRODUCER 
+sign \x00A2 4-14 CENT SIGN 
+sign \x00A7 4-6-234 SECTION SIGN 
+sign \x00A9 12356-6-14-23456 COPYRIGHT SIGN 
+math \x00B1 346-36 PLUS-MINUS SIGN PLUS-OR-MINUS SIGN 
+sign \x00B7 16 MIDDLE DOT 
+sign \x00F7 46-34 DIVISION SIGN 
+sign \x2215 456-34 DIVISION slash
+sign \x00D7 4-16 MULTIPLICATION SIGN 
+sign \x2715 4-16 MULTIPLICATION SIGN 
+math \x0391 46-6-1 GREEK CAPITAL LETTER ALPHA 03B1 
+math \x0392 46-6-12 GREEK CAPITAL LETTER BETA 03B2 
+math  \x0393 46-6-1245 GREEK CAPITAL LETTER GAMMA 03B3 
+math  \x0394 46-6-145 GREEK CAPITAL LETTER DELTA 03B4 
+math  \x0395 46-6-15 GREEK CAPITAL LETTER EPSILON 03B5 
+math  \x0396 46-6-156 GREEK CAPITAL LETTER ZETA 03B6 
+math  \x0397 46-6-126 GREEK CAPITAL LETTER ETA 03B7 
+math  \x0398 46-6-1456 GREEK CAPITAL LETTER THETA 03B8 
+math  \x0399 46-6-24 GREEK CAPITAL LETTER IOTA 03B9 
+math  \x039A 46-6-13 GREEK CAPITAL LETTER KAPPA 03BA 
+math  \x039B 46-6-123 GREEK CAPITAL LETTER LAMDA 
+math \x039C 46-6-134 GREEK CAPITAL LETTER MU 03BC 
+math  \x039D 46-6-1345 GREEK CAPITAL LETTER NU 03BD 
+math  \x039E 46-6-1346 GREEK CAPITAL LETTER XI 03BE 
+math  \x039F 46-6-135 GREEK CAPITAL LETTER OMICRON 03BF 
+math  \x03A0 46-6-1234 GREEK CAPITAL LETTER PI 03C0 
+math  \x03A1 46-6-1235 GREEK CAPITAL LETTER RHO 03C1 
+math  \x03A3 46-6-234 GREEK CAPITAL LETTER SIGMA 03C3 
+math  \x03A4 46-6-136 GREEK CAPITAL LETTER TAU 03C4 
+math  \x03A5 46-6-136 GREEK CAPITAL LETTER UPSILON 03C5 
+math  \x03A6 46-6-124 GREEK CAPITAL LETTER PHI 03C6 
+math \x03A7 46-6-12346 GREEK CAPITAL LETTER CHI 03C7 
+math  \x03A8 46-6-1246 GREEK CAPITAL LETTER PSI 03C8 
+math  \x03A9 46-6-2456 GREEK CAPITAL LETTER OMEGA 03C9 
+math  \x03B1 46-1 GREEK SMALL LETTER ALPHA 0391 0391
+math  \x03B2 46-12 GREEK SMALL LETTER BETA 0392 0392
+math  \x03B3 46-1245 GREEK SMALL LETTER GAMMA 0393 0393
+math \x03B4 46-145 GREEK SMALL LETTER DELTA 0394 0394
+math  \x03B5 46-15 GREEK SMALL LETTER EPSILON 0395 0395
+math  \x03B6 46-156 GREEK SMALL LETTER ZETA 0396 0396
+math  \x03B7 46-236 GREEK SMALL LETTER ETA 0397 0397
+math  \x03B8 46-1456 GREEK SMALL LETTER THETA 0398 0398
+math  \x03B9 46-24 GREEK SMALL LETTER IOTA 0399 0399
+math  \x03BA 46-13 GREEK SMALL LETTER KAPPA 039A 039A
+math  \x03BB 46-123 GREEK SMALL LETTER LAMDA GREEK 
+math \x03BC 46-134 GREEK SMALL LETTER MU 039C 039C
+math  \x03BD 46-1345 GREEK SMALL LETTER NU 039D 039D
+math  \x03BE 46-1346 GREEK SMALL LETTER XI 039E 039E
+math  \x03BF 46-135 GREEK SMALL LETTER OMICRON 039F 039F
+math \x03C0 46-1234 GREEK SMALL LETTER PI 03A0 03A0
+math \x03C1 46-1235 GREEK SMALL LETTER RHO 03A1 03A1
+math  \x03C2 46-25 GREEK SMALL LETTER FINAL SIGMA 03A3 03A3
+math \x03C3 46-234 GREEK SMALL LETTER SIGMA 03A3 03A3
+math \x03C4 46-2345 GREEK SMALL LETTER TAU 03A4 03A4
+math \x03C5 46-136 GREEK SMALL LETTER UPSILON 03A5 03A5
+math \x03C6 46-124 GREEK SMALL LETTER PHI 03A6 03A6
+math \x03C7 46-12346 GREEK SMALL LETTER CHI 03A7 03A7
+math \x03C8 46-125 GREEK SMALL LETTER PSI 03A8 03A8
+math  \x03C9 46-135 GREEK SMALL LETTER OMEGA 03A9 03A9
+math  \x03D5 46-124 GREEK PHI SYMBOL 03C6 GREEK SMALL LETTER SCRIPT PHI 
+sign \x2022 35-35 BULLET 
+math \x2026 0-3-3-3-0 HORIZONTAL ELLIPSIS 002E 002E 002E 
+math \x2032 3 PRIME 
+math \x2033 3-3 DOUBLE PRIME 2032 2032 
+space \x00A0 a Non-break space 
+lowercase \x2113 4-123 SCRIPT SMALL 006C 
+math \x2114 1256 B BAR SYMBOL 
+math \x211D 4-6-1235 DOUBLE-STRUCK CAPITAL 0052 DOUBLE-STRUCK 
+math \x2322 a-1246-1-a arc
+math \x2217 4-3456 ASTERISK OPERATOR 
+sign * 4-3456 ASTERISK OPERATOR 
+math \x2218 45-46-16 degrees sign
+math \x212B a-4-6-1 ANGSTROM SIGN 
+math \x2295 1246-14-456-1246-346-12456 CIRCLED PLUS 
+math \x2296 1246-14-456-1246-36-12456 CIRCLED MINUS 
+math \x2297 1246-14-456-1246-4-16-12456 CIRCLED TIMES 
+math \x2298 1246-14-456-1246-456-34-12456 CIRCLED DIVISION SLASH 
+math \x2299 1246-14-456-1246-16-12456 CIRCLED DOT OPERATOR 
+math \x229B 1246-14-456-1246-4-3456-12456 CIRCLED ASTERISK OPERATOR 
+math \x229C 1246-14-456-1246-46-13-12456 CIRCLED EQUALS 
+math \x229D 1246-14-456-1246-36-36-12456 CIRCLED DASH 
+math \x229E 1246-256-456-1246-346-12456 SQUARED PLUS 
+math \x229F 1246-256-456-1246-36-12456 SQUARED MINUS 
+math \x22A0 1246-256-456-1246-4-16-12456 SQUARED TIMES 
+math \x22A1 1246-256-456-1246-16-12456 SQUARED DOT OPERATOR 
+math \x22EE 126-3-3-3 VERTICAL ELLIPSIS 
+math \x22EF 3-3-3 MIDLINE HORIZONTAL ELLIPSIS 
+math \x22F0 45-3-3-3 UP RIGHT DIAGONAL ELLIPSIS 
+math \x22F1 56-3-3-3 DOWN RIGHT DIAGONAL ELLIPSIS 
+
+
+# Arrows
+math \x2190 a-1246-246-25-25-a LEFTWARDS ARROW 
+math \x2191 a-1246-126-25-25-135-a UPWARDS ARROW 
+math \x2192 a-1246-135-a RIGHTWARDS ARROW 
+math \x2193 a-1246-146-25-25-135-a DOWNWARDS ARROW 
+math \x2194 a-1246-246-25-25-135-a LEFT RIGHT ARROW 
+math \x2195 a-1246-126-146-246-25-25-135-a UP DOWN ARROW 
+math \x2196 a-1246-45-246-25-25-a NORTH WEST ARROW 
+math \x2197 a-1246-45-25-25-135-a NORTH EAST ARROW 
+math \x2198 a-1246-56-25-25-135-a  SOUTH EAST ARROW 
+math \x2199 a-1246-56-246-25-25-a  SOUTH WEST ARROW 
+math \x219A a-1256-4-1246-246-25-25-12456-a  LEFTWARDS ARROW WITH STROKE 
+math \x219B a-1256-4-1246-25-25-135-12456-a  RIGHTWARDS ARROW WITH STROKE 
+math \x219C a-1246-246-35-25-26-a LEFTWARDS WAVE ARROW 
+math \x219D a-1246-35-25-26-135-a RIGHTWARDS WAVE ARROW 
+math \x219E a-1246-246-246-25-25-a LEFTWARDS TWO HEADED ARROW 
+math \x219F a-1246-126-25-25-135-135-a UPWARDS TWO HEADED ARROW 
+math \x21A0 a-1246-25-25-135-135-a RIGHTWARDS TWO HEADED ARROW 
+math \x21A1 a-1246-146-25-25-135-135-a  DOWNWARDS TWO HEADED ARROW 
+math \x21A2 a-1246-246-25-25-6-13456-a LEFTWARDS ARROW WITH TAIL 
+math \x21A3 a-1246-6-12346-25-25-135-a RIGHTWARDS ARROW WITH TAIL 
+math \x21A4 a-1246-246-25-25-1256-a LEFTWARDS ARROW FROM BAR 
+math \x21A5 a-1246-126-1256-25-25-135-a UPWARDS ARROW FROM BAR 
+math \x21A6 a-1246-1256-25-25-135-a RIGHTWARDS ARROW FROM BAR 
+math \x21A7 a-1246-146-1256-25-25-135-a DOWNWARDS ARROW FROM BAR 
+math \x21A8 a-1246-246-25-1256-25-135-a UP DOWN ARROW WITH BASE 
+math \x21A9 a-1246-246-25-25-6-135-a LEFTWARDS ARROW WITH HOOK 
+math \x21AA a-1246-6-246-25-25-135-a RIGHTWARDS ARROW WITH HOOK 
+math \x21AB a-1246-246-25-25-46-16-a LEFTWARDS ARROW WITH LOOP 
+math \x21AC a-1246-46-16-25-25-135-a RIGHTWARDS ARROW WITH LOOP 
+math \x21AD a-1246-246-35-25-26-135-a LEFT RIGHT WAVE ARROW 
+math \x21AE a-1256-4-1246-246-25-25-135-a LEFT RIGHT ARROW WITH STROKE 
+math \x21AF a-1246-146-35-26-35-1359 DOWNWARDS ZIGZAG ARROW 
+math \x21B4 a-1246-6-1256-25-25-135-a RIGHTWARDS ARROW WITH CORNER DOWNWARDS 
+math \x21B5 a-1246-146-6-1256-25-25-135-a DOWNWARDS ARROW WITH CORNER LEFTWARDS 
+math \x21B6 a-1246-26-35-0-135-a ANTICLOCKWISE TOP SEMICIRCLE ARROW 
+math \x21B7 a-1246-246-26-0-35-a CLOCKWISE TOP SEMICIRCLE ARROW 
+math \x21BA a-1246-26-35-135-a ANTICLOCKWISE OPEN CIRCLE ARROW 
+math \x21BB a-1246-246-26-35-a CLOCKWISE OPEN CIRCLE ARROW 
+math \x21BC a-1246-4-246-25-25-a LEFTWARDS HARPOON WITH BARB UPWARDS 
+math \x21BD a-1246-6-246-25-25-a LEFTWARDS HARPOON WITH BARB DOWNWARDS 
+math \x21BE a-1246-126-25-25-6-135-a UPWARDS HARPOON WITH BARB RIGHTWARDS 
+math \x21BF a-1246-126-25-25-4-135-a UPWARDS HARPOON WITH BARB LEFTWARDS 
+math \x21C0 a-1246-25-25-4-135-a RIGHTWARDS HARPOON WITH BARB UPWARDS 
+math \x21C1 a-1246-25-25-6-135-a RIGHTWARDS HARPOON WITH BARB DOWNWARS 
+math \x21C2 a-1246-246-25-25-4-135-a DOWNWARDS HARPOON WITH BARB RIGHTWARDS 
+math \x21C3 a-1246-146-25-25-6-135-a DOWNWARDS HARPOON WITH BARB LEFTWARDS 
+math \x21C4 1246-25-25-135-1246-246-25-25  RIGHTWARDS ARROW OVER LEFTWARDS ARROW 
+math \x21C5 1246-126-25-25-135-5-1246-146-25-25-135  UPWARDS ARROW LEFTWARDS OF DOWNWARDS ARROW 
+math \x21C6 1246-246-25-25-1246-25-25-135  LEFTWARDS ARROW OVER RIGHTWARDS ARROW 
+math \x21C7 1246-245-25-25-1246-245-25-25 LEFTWARDS PAIRED ARROWS 
+math \x21C8 1246-126-25-25-135-5-1246-126-25-25-135 UPWARDS PAIRED ARROWS 
+math \x21C9 1246-25-25-135-1246-25-25-135 RIGHTWARDS PAIRED ARROWS 
+math \x21CA 1246-146-25-25-135-5-1246-146-25-25-135 DOWNWARDS PAIRED ARROWS 
+math \x21CB 1246-4-246-25-25-1246-25-25-4-135 LEFTWARDS HARPOON OVER RIGHTWARDS HARPOON 
+math \x21CC 1246-25-25-4-135-1246-4-246-25-25 RIGHTWARDS HARPOON OVER LEFTWARDS HARPOON 
+math \x21CD a-1256-4-1246-246-246-25-25-a LEFTWARDS DOUBLE ARROW WITH STROKE 
+math \x21CE a-1256-4-1246-246-246-25-25-135-135-a LEFT RIGHT DOUBLE ARROW WITH STROKE 
+math \x21CF a-1256-4-1246-25-25-135-135-a RIGHTWARDS DOUBLE ARROW WITH STROKE 
+math \x21D0 a-1246-246-246-25-25-a LEFTWARDS DOUBLE ARROW 
+math \x21D1 a-1246-126-25-25-135-135-a UPWARDS DOUBLE ARROW 
+math \x21D2 a-1246-25-25-135-135-a RIGHTWARDS DOUBLE ARROW 
+math \x21D3 a-1246-126-25-25-135-135-a DOWNWARDS DOUBLE ARROW 
+math \x21D4 a-1246-246-246-25-25-135-135-a LEFT RIGHT DOUBLE ARROW 
+math \x21D5 a-1246-126-246-246-25-25-135-135-a UP DOWN DOUBLE ARROW 
+math \x21D6 a-1246-45-246-246-25-25-a NORTH WEST DOUBLE ARROW 
+math \x21D7 a-1246-45-25-25-135-135-a NORTH EAST DOUBLE ARROW 
+math \x21D8 a-1246-56-25-25-135-135-a SOUTH EAST DOUBLE ARROW 
+math \x21D9 a-1246-56-246-246-25-25-a SOUTH WEST DOUBLE ARROW 
+math \x21DA a-1246-246-246-246-25-25-a LEFTWARDS TRIPLE ARROW 
+math \x21DB a-1246-25-25-135-135-135-a RIGHTWARDS TRIPLE ARROW 
+math \x21DC a-1246-246-26-36-35-25-26-a LEFTWARDS SQUIGGLE ARROW 
+math \x21DD a-1246-26-36-35-25-26-135-a RIGHTWARDS SQUIGGLE ARROW 
+math \x21DE a-1256-1256-4-1246-126-25-25-135-12456-a UPWARDS ARROW WITH DOUBLE STROKE
+math \x21DF a-1256-1256-4-1246-146-25-25-135-12456-a DOWNWARDS ARROW WITH DOUBLE STROKE 
+math \x21E0 a-1246-246-25-0-25-a LEFTWARDS DASHED ARROW 
+math \x21E1 a-1246-126-25-0-25-135-a UPWARDS DASHED ARROW 
+math \x21E2 a-1246-25-0-25-135-a RIGHTWARDS DASHED ARROW 
+math \x21E3 a-1246-146-25-a-25-135-a DOWNWARDS DASHED ARROW 
+math \x21E4 a-1246-1256-246-25-25-a LEFTWARDS ARROW TO BAR 
+math \x21E5 a-1246-25-25-135-1256-a RIGHTWARDS ARROW TO BAR 
+math \x21E6 a-1246-456-246-25-25-a LEFTWARDS WHITE ARROW 
+math \x21E7 a-1246-126-456-25-25-135-a UPWARDS WHITE ARROW 
+math \x21E8 a-1246-456-25-25-135-a RIGHTWARDS WHITE ARROW 
+math \x21E9 a-1246-146-456-25-25-135-a DOWNWARDS WHITE ARROW 
+math \x21F3 a-1246-126-456-246-25-25-135-a UP DOWN WHITE ARROW 
+math \x21F4 a-1246-25-25-135-46-16-a RIGHT ARROW WITH SMALL CIRCLE 
+math \x21F5 a-1246-146-25-25-135-5-1246-126-25-25-135-a DOWNWARDS ARROW LEFTWARDS OF UPWARDS ARROW 
+math \x21F6 a-1246-25-25-135-1246-25-25-135-1246-25-25-135-a THREE RIGHTWARDS ARROWS 
+math \x21F7 a-1256-4-1246-246-25-25-12456-a LEFTWARDS ARROW WITH VERTICAL STROKE 
+math \x21F8 a-1256-4-1246-25-25-135-12456-a  RIGHTWARDS ARROW WITH VERTICAL STROKE 
+math \x21F9 a-1256-4-1246-246-25-25-135-a LEFT RIGHT ARROW WITH VERTICAL STROKE 
+math \x21FA a-1256-1256-4-1246-246-25-25-12456-a LEFTWARDS ARROW WITH DOUBLE VERTICAL STROKE 
+math \x21FB a-1256-1256-4-1246-25-25-135-12456-a  RIGHTWARDS ARROW WITH DOUBLE VERTICAL STROKE 
+math \x21FC a-1256-1256-4-1246-246-25-25-135-a LEFT RIGHT ARROW WITH DOUBLE VERTICAL STROKE 
+math \x21FD a-1246-1256-25-25-a LEFTWARDS OPEN-HEADED ARROW 
+math \x21FE a-1246-25-25-1256-a RIGHTWARDS OPEN-HEADED ARROW 
+math \x21FF a-1246-1256-25-25-1256-a LEFT RIGHT OPEN-HEADED ARROW 
+# End of Arrows
+
+math \x2207 46-1246 NABLA 
+math \x2200 4-12346 FOR ALL 
+math \x2234 a-6-16-a THEREFORE 
+math \x2235 a-4-34-a BECAUSE 
+math \x220E a-456-1256-a END OF PROOF 
+math \x2208 4-15 ELEMENT OF 
+math \x2209 34-4-15 NOT AN ELEMENT OF 
+math \x220B 456-46-1 CONTAINS AS MEMBER 
+math \x220C 34-456-46-1 DOES NOT CONTAIN AS MEMBER 
+math \x220D 4-26 SMALL CONTAINS AS MEMBER 
+math \x220F 46-6-1234 N-ARY PRODUCT 
+math \x22C5 16 dot operator
+math  \x2211 46-6-234 N-ARY SUMMATION 
+math \x2212 36 MINUS SIGN 
+math \x221E 6-123456 INFINITY 
+math \x222B 2346 INTEGRAL 
+math \x222C 2346-2346 DOUBLE INTEGRAL 
+math \x222D 2346-2346-2346 TRIPLE INTEGRAL
+math \x222E 2346-4-1246-14-12456 CONTOUR INTEGRAL 
+math \x2232 2346-4-1246-246-26-35-12456 CLOCKWISE CONTOUR INTEGRAL 
+math \x2233 2346-4-1246-26-35-135-12456 ANTICLOCKWISE CONTOUR INTEGRAL 
+
+math \x2260 0-34-46-13-0 NOT EQUAL TO 
+math \x2261 456-123 IDENTICAL TO 
+math \x2245 a-4-156-4-156-a APPROXIMATELY EQUAL TO 
+math \x224D a-4-126-6-126-a EQUIVALENT TO 
+math \x2264 a-5-13-156-a LESS-THAN OR EQUAL TO 
+math \x2266 a-5-13-46-13-a LESS-THAN OVER EQUAL TO 
+math \x2265 a-46-2-156-a GREATER-THAN OR EQUAL TO GREATER THAN OR EQUAL TO 
+math \x2267 a-46-2-46-13-a GREATER-THAN OVER EQUAL TO 
+math \x2268 a-5-13-34-46-13-a LESS-THAN BUT NOT EQUAL TO 
+math \x2269 a-46-2-34-46-13-a GREATER-THAN BUT NOT EQUAL TO 
+math \x22DC a-156-5-13-a EQUAL TO OR LESS-THAN 
+math \x22DD a-156-46-2-a EQUAL TO OR GREATER-THAN 
+math \x226A a-5-13-5-13-a MUCH LESS-THAN 
+math \x226B a-46-2-46-2-a MUCH GREATER-THAN 
+math \x226D a-34-4-126-6-126-a NOT EQUIVALENT TO 
+math \x226E a-5-13-a NOT LESS-THAN 
+math \x226F a-34-46-2-a NOT GREATER-THAN 
+math \x2270 a-34-5-13-156-a NEITHER LESS-THAN NOR EQUAL TO 
+math \x2271 a-34-46-2-156-a NEITHER GREATER-THAN NOR EQUAL TO 
+math \x2272 a-5-13-456-123-a LESS-THAN OR EQUIVALENT TO 
+math \x2273 a-46-2-456-123-a GREATER-THAN OR EQUIVALENT TO 
+math \x2274 a-34-5-13-456-123-a NEITHER LESS-THAN NOR EQUIVALENT TO 
+math \x2275 a-34-46-2-456-123-a NEITHER GREATER-THAN NOR EQUIVALENT TO 
+math \x2276 a-5-13-46-2-a LESS-THAN OR GREATER-THAN 
+math \x2277 a-46-2-5-13-a GREATER-THAN OR LESS-THAN 
+math \x2278 a-34-5-13-46-2-a NEITHER LESS-THAN NOR GREATER-THAN 
+math \x2279 a-34-46-2-5-13-a NEITHER GREATER-THAN NOR LESS-THAN 
+
+
+math \xf577 1246-135 contracted right arrow
+#missing chars Mike is adding
+math \x2229 46-146 INTERSECTION 
+math \x222A 46-346 UNION 
+math \x2282 456-5-13 SUBSET OF 
+math \x2283 456-46-2 SUPERSET OF 
+math \x2284 34-456-5-13 NOT A SUBSET OF 
+math \x2285 34-456-46-2 NOT A SUPERSET OF 
+math \x2286 456-5-13-156 SUBSET OF OR EQUAL TO 
+math \x2287 46-2-156 SUPERSET OF OR EQUAL TO 
+math \x2288 34-5-13-156 NEITHER A SUBSET OF NOR EQUAL TO 
+math \x2289 34-46-2-156 NEITHER A SUPERSET OF NOR EQUAL TO 
+math \x228A 456-5-13-34-46-13 SUBSET OF WITH NOT EQUAL TO 
+math \x228B 456-46-2-34-46-13 SUPERSET OF WITH NOT EQUAL TO 
+math \x2203 4-123456 THERE EXISTS 
+math \x2204 34-4-123456 THERE DOES NOT EXIST 
+math \x2202 4-145 PARTIAL DIFFERENTIAL 
+math \x2205 456-356 EMPTY SET 
+math \x25B3 1246-2345 Triangle
+math \x25B2 1246-456-2345 Filled Triangle
+math \x25BC 456-46-1246 BLACK DOWN-POINTING TRIANGLE 
+math \x25BD 46-1246 WHITE DOWN-POINTING TRIANGLE 
+math \x25CF 1246-456-14 Filled Circle
+math \x25CB 1246-14 Circle
+math \x25A0 1246-456-256 filled Square
+math \x25A1 1246-256 Square
+math \x25AB 1246-456-1235 filled Rectangle
+math \x25AC 1246-1235 Rectangle
+math \x25B0 1246-456-1245 filled PARALLELOGRAM 
+math \x25B1 1246-1245 PARALLELOGRAM 
+math \x22A5 a-1246-1234-a Perpendicular TO 
+math \x22A5 a-34-1246-1234-a not Perpendicular TO 
+math \x2223 1256 DIVIDES 
+math \x2224 34-1256 DOES NOT DIVIDE 
+math \x2225 a-1246-123-a PARALLEL TO 
+math \x2226 a-34-1246-123-a NOT PARALLEL TO 
+math \x221F 1246-246-46-1235-12456 RIGHT ANGLE 
+math \x2221 1246-246-456-1246-1246-1-12456 MEASURED ANGLE 
+math \x2222 1246-246-456-1246-1246-1-12456 Spherical ANGLE 
+math \x2220 1246-246 ANGLE 
+math \x221D a-56-23-a PROPORTIONAL TO 
+math \x2236 a-5-2-a RATIO 
+
+#-index-name: Kurdish
+#-display-name: Kurdish braille
+
+#+locale:ckb
+#+type:literary
+#+grade:1
+
+# TODO: Please correct the metadata above. It is not meant to be
+# accurate nor complete. It hasn't been verified by the table
+# author yet. It is merely an attempt by the liblouis maintainers
+# to get some sensible initial values in place.
+
+# TODO: Please add a reference to official documentation about
+# the implemented braille code. Preferably submit the documents
+# to https://github.com/liblouis/braille-specs.
+
+include ckb-g1.ctb
+include braille-patterns.cti
+#  Copyright (C) 2010 Leon Ungier <Leon.Ungier@ViewPlus.com>, 
+#  Copyright (C) 2010 Samuel Thibault <samuel.thibault@ens-lyon.org>
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+
+# Table for Tamil
+space \x00a0 a
+include spaces.uti
+include tamil.cti
+include text_nabcc.dis
+# Liblouis: Danish table for 6 dots grade 1.5 (grade 2l) forward and backward translation 
+#
+#  Copyright (C) 2014-2017, Bue Vester-Andersen <bue@vester-andersen.dk>
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+#
+# Version: Bue Vester-Andersen, 170604
+
+### Table Metadata
+
+#-index-name: Danish, partially contracted, 6-dot
+#-display-name: Danish 6-dot partially contracted braille
+
+#+locale: da
+#+type: literary
+#+contraction: partial
+#+grade: 1.5
+#+dots: 6
+#+direction: both
+
+# Display opcodes
+include da-dk-octobraille.dis
+
+### Spaces
+
+# These ctrl-chars have to have a representation, so that they can be properly converted back and forth.
+space \t 2478 CHARACTER TABULATION
+space \n 678 LINE FEED (LF)
+space \v 1368 LINE TABULATION
+space \f 12378 FORM FEED (FF)
+space \r 257 CARRIAGE RETURN (CR)
+space \x00a0 a
+
+include spaces.uti
+
+### Character definitions
+
+# Definition of dot cells
+punctuation ! 235 EXCLAMATION MARK
+punctuation " 2356 QUOTATION MARK
+punctuation ' 4 APOSTROPHE
+punctuation ( 236 LEFT PARENTHESIS
+punctuation ) 356 RIGHT PARENTHESIS
+punctuation , 2 COMMA
+punctuation - 36 HYPHEN-MINUS
+punctuation . 3 FULL STOP
+punctuation / 34 SLASH
+punctuation : 25 COLON
+punctuation ; 23 SEMICOLON
+punctuation ? 26 QUESTION MARK
+uplow Aa 1
+uplow Bb 12
+uplow Cc 14
+uplow Dd 145
+uplow Ee 15
+uplow Ff 124
+uplow Gg 1245
+uplow Hh 125
+uplow Ii 24
+uplow Jj 245
+uplow Kk 13
+uplow Ll 123
+uplow Mm 134
+uplow Nn 1345
+uplow Oo 135
+uplow Pp 1234
+uplow Rr 1235
+uplow Ss 234
+uplow Tt 2345
+uplow Uu 136
+uplow Vv 1236
+uplow Yy 13456
+
+#use 8 dots for the following chars to avoid conflict with indicators
+uplow Qq 123457
+uplow Ww 24567
+uplow Xx 13467
+uplow Zz 13567
+punctuation | 4568 VERTICAL LINE
+punctuation ~ 467 TILDE (changed by pass 2 to not conflict with indicators
+uplow \x00dc\x00fc 12567
+
+include digits6Dots.uti
+
+punctuation \x00a7 346 SECTION SIGN (0xa7)
+
+uplow \x00c5\x00e5 16 LATIN LETTER A WITH RING ABOVE
+uplow \x00c6\x00e6 345 LATIN LETTER AE
+uplow \x00d8\x00f8 246 LATIN LETTER O WITH STROKE
+
+# cover all other Braille patterns
+include braille-patterns.cti
+
+# Characters with two or more cells
+
+punctuation # 45-3456 NUMBER SIGN
+sign $ 45-256 DOLLAR SIGN
+math % 245-356 PERCENT SIGN
+sign & 6-12346 AMPERSAND
+punctuation * 6-35 ASTERISK
+math + 45-235 PLUS SIGN
+math < 45-134 LESS-THAN SIGN
+math = 45-2356 EQUALS SIGN
+math > 45-234 GREATER-THAN SIGN
+sign @ 45-1 COMMERCIAL AT
+punctuation [ 5-236 LEFT SQUARE BRACKET
+punctuation \\ 45-16 REVERSE SLASH
+punctuation ] 5-356 RIGHT SQUARE BRACKET
+punctuation ^ 45-346 CIRCUMFLEX ACCENT
+punctuation _ 45-36 LOW LINE
+punctuation ` 4 GRAVE ACCENT
+punctuation { 45-246 LEFT CURLY BRACKET
+punctuation } 45-135 RIGHT CURLY BRACKET
+math \x00f7 45-256 DIVISION SIGN
+
+# Misc unicode characters
+include da-dk-6miscChars.cti
+
+# Litdigits
+include litdigits6Dots.uti
+midendnumericmodechars /,.:^
+
+undefined 26
+
+### Braille indicators and special characters
+
+#hyphen - 36
+
+letsign 6
+
+# No letsign before capital letters or letters with accents
+
+noletsign I\x0160\x0152\x017d\x0178\x00c0\x00c1\x00c2\x00c3\x00c7\x00c8\x00c9\x00ca\x00cb\x00cc\x00cd\x00ce\x00cf\x00d0\x00d1\x00d2\x00d3\x00d4\x00d5\x00d9\x00da\x00db\x00dc\x00dd\x00de\x008a\x008c\x008e
+noletsign i\x0161\x0153\x017e\x00ff\x00df\x00e0\x00e1\x00e2\x00e3\x00e7\x00e8\x00e9\x00ea\x00eb\x00ec\x00ed\x00ee\x00ef\x00f0\x00f1\x00f2\x00f3\x00f4\x00f5\x00f9\x00fa\x00fb\x00fd\x00fe\x009a\x009c
+
+# Emphasis opcodes
+emphclass italic
+emphclass underline
+emphclass bold
+
+begemphphrase italic 56
+endemphphrase italic after 56
+begemphword italic 56
+endemphword italic 56
+
+begemphphrase bold 56
+endemphphrase bold after 56
+begemphword bold 56
+endemphword bold 56
+
+begemphphrase underline 56
+endemphphrase underline after 56
+begemphword underline 56
+endemphword underline 56
+
+capsletter 46
+begcapsword 456
+endcapsword 6
+multind 6-46 letsign capsletter
+multind 46-6 capsletter letsign
+multind 6-456 letsign begcapsword
+
+numsign 3456
+multind 6-3456 letsign numsign
+
+#class of none-space characters that demand double dashes
+# Used in context lines later.
+#must be the first class defined.
+class charsWDoubleDash .,?!/:"'() # class w
+
+### Correct - forward translation
+
+# Chars that don't require a space before percent and permille:
+class charsBeforePercent "(\x201e\x0084\x201c\x0093\x201d\x0094\x00ab\x00bb #class x
+noback correct `["%"] *
+noback correct !$sx["%"] " %"
+noback correct `["\x2030"] *
+noback correct !$sx["\x2030"] " \x2030"
+noback correct `["\x0089"] *
+noback correct !$sx["\x0089"] " \x2030"
+
+# Chars to be treated like digits when switching back to letter mode
+class extraDigits \x00bc\x00bd\x00be
+
+#Use the "correct" opcode to convert chars that can't be back-translated
+# and make the table more simple.
+
+# Dashes
+class dashes \x2013\x2014\x0096\x0097\x00ad
+noback correct %dashes "-"
+
+class quotes \x201e\x0084\x201c\x0093\x201d\x0094\x00ab\x00bb 
+noback correct %quotes "\""
+
+class apostrophes `\x201a\x0082\x2039\x008b\x2018\x0091\x2019\x0092\x203a\x009b\x00b4
+noback correct %apostrophes "'"
+
+### Correct - backward translation
+
+# characters that may get mangled by the insertion of extra letsigns
+nofor correct "\x2818" "~"
+#nofor correct "\x282f" "&"
+#nofor correct "\x2814" "*"
+
+# Try to distinguish between times (\x00d7) and bullit (\x2022),
+# which share the same Braille representation.
+nofor correct `["\x00d7"] "\x2022" 
+# nofor correct $d["\s\x00d7\s"]$d * #apparently doesn't work now
+nofor correct ["\x00d7"]!$d "\x2022" 
+nofor correct !$d["\x00d7"] "\x2022" 
+
+nofor correct "\x28a0" ? # Extraneous endcaps signs
+#nofor correct "\x2820" ?
+nofor correct "~\\456/" "|"
+
+### Pass 1 - Forward and backward
+
+# Punctuations, math and numbers
+#midnum , 2
+#midnum . 3
+#midnum - 36
+endnum - 36
+#midnum / 34
+#midnum : 25
+nofor midnum ^ 346
+nofor midnum ^ 45-346
+
+midnum ^ 45-346
+midnum \x00d7 45-3
+
+# various back rules for math signs etc.
+nofor midnum % 0-245-356-0-3456
+nofor endnum % 0-245-356
+nofor endnum \x2030 0-245-356-356
+nofor midnum \s 3456
+nofor midnum \x00d7 45-3-3456
+nofor midnum \x00d7 45-3
+nofor midnum \x00d7 3-3456
+
+# Punctuation
+prepunc " 2356
+postpunc " 2356
+always /\s 6-34-0
+always \s/ 0-6-34
+nofor always / 6-34
+prepunc - 36
+postpunc - 36
+nofor always \s-\s 0-36-36-0
+always :- 25-36
+always ;- 23-36
+always --- 36-36-36
+always ---- 36-36-36-36
+always ----- 36-36-36-36-36
+# Star enclosed by parentheses
+always (*) 236-35-356
+
+before punctuation before sign always ( 6-236
+
+# these characters must be separated from ")" by a letsign.
+class SepToRightpar Jj%'\x2030\x0089\x201a\x0082\x2039\x009b\x2018\x0091\x2019\x0092\x203a\x009b
+after SepToRightpar always ) 6-356
+
+prepunc ( 236
+postpunc ) 356
+always .) 3-356
+always ( 6-236
+always ) 6-356
+
+# extra back rules for ")"
+nofor after punctuation always ) 356
+nofor always \x00b0 4-356
+nofor always ') 4-6-356
+nofor always ") 2356-356
+nofor endword j) 245-356
+nofor always ) 6-356
+
+always ... 3-3-3
+
+#inverted exclamation
+always \x00a1 6-256
+
+### Contractions ###
+
+#Special sequences, urls emails and file names.
+
+nocont $
+nocont \x005c
+nocont @
+nocont ://
+nocont www
+nocont .com
+nocont .dk
+nocont .eu
+nocont .edu
+nocont .gov
+nocont .mil
+nocont .net
+nocont .org
+nocont .uk
+nocont .doc
+nocont .exe
+nocont .htm
+nocont .tex
+nocont .txt
+nocont .gif
+nocont .jpg
+nocont .png
+nocont .wav
+nocont .tar
+nocont .zip
+
+#Words
+word at 1
+word bliver 12
+word den 12346
+word der 23456
+word det 2346
+word de 1456
+word du 145
+word efter 1356
+word eller 15
+word en 126
+word er 156
+word et 346
+word for 124
+word før 246
+word gennem 12456
+word gør 1245
+word han 13456
+word har 125
+word hun 136
+word hvad 2456
+word hvor 34
+word jeg 245
+word kan 13
+word lige 123
+word med 134
+word men 146
+word ned 1246
+word når 1345
+word og 14
+word op 135
+word over 1346
+word på 1234
+word ret 12356
+word rigtig 1235
+word skal 123456
+word som 234
+word så 16
+word te 1256
+word til 2345
+word under 12345
+word ve 3456
+word ved 1236
+word være 345
+
+# Common combinations of one word contractions with slash
+word af/på 356-34-1234
+word du/i 145-34-24
+word eller/og 15-34-14
+word fra/til 235-34-2345
+word han/hun 13456-34-136
+word hun/han 136-34-13456
+word i/du 24-34-145
+word og/eller 14-34-15
+word over/under 1346-34-12345
+word på/af 1234-34-356
+word til/fra 2345-34-235
+word under/over 12345-34-1346
+
+# no backtrans of ^1 and `2. use contractions
+nofor always eta 346-1
+nofor always etb 346-12
+always etc 346-14
+
+# Ensure no one-letter word contraction before or after a dash
+
+endword -af 36-1-124
+begword af- 1-124-36
+endword -altid 36-1-2345-145
+begword altid- 1-2345-145-36
+endword -at 36-1-2345
+endword -a 36-6-1
+begword at- 1-2345-36
+endword -og 36-135-1245
+endword -c 36-6-14
+begword og- 135-1245-36
+endword -du 36-145-136
+endword -d 36-6-145
+begword du- 145-136-36
+endword -efter 36-15-124-2345-156
+endword -z 36-6-1356
+begword efter- 15-124-2345-156-36
+midword -efter- 36-1356-36
+endword -e 36-6-15
+endword -for 36-124-1346
+endword -f 36-6-124
+begword for- 124-1346-36
+endword -fra 36-124-1235-1
+begword fra- 124-1235-1-36
+endword -g 36-6-1245
+endword -gennem 36-1245-126-1246-134
+begword gennem- 1245-126-1246-134-36
+endword -ham 36-125-1-134
+begword ham- 125-1-134-36
+endword -han 36-125-1-1345
+endword -y 36-6-13456
+begword han- 125-1-1345-36
+endword -har 36-125-1-1235
+endword -h 36-6-125
+begword har- 125-1-1235-36
+endword -hun 36-125-136-1345
+endword -u 36-6-136
+begword hun- 125-136-1345-36
+endword -j 36-6-245
+endword -kan 36-13-1-1345
+endword -k 36-6-13
+begword kan- 13-1-1345-36
+endword -lige 36-123-24-12456
+endword -l 36-6-123
+begword lige- 123-24-12456-36
+endword -med 36-146-145
+endword -m 36-6-134
+begword med- 146-145-36
+endword -men 36-134-126
+begword men- 134-126-36
+ endword -ned 36-1246-145
+begword ned- 1246-145-36
+endword -når 36-1345-16-1235
+endword -n 36-6-1345
+begword når- 1345-16-1235-36
+endword -op 36-135-1234
+endword -o 36-6-135
+begword op- 135-1234-36
+endword -over 36-135-1236-156
+endword -x 36-6-1346
+begword over- 135-1236-156-36
+endword -på 36-1234-16
+endword -p 36-6-1234
+begword på- 1234-16-36
+midword -på- 36-1234-36
+endword -ret 36-1235-346
+begword ret- 1235-346-36
+midword -ret- 36-12356-36
+endword -rigtig 36-1235-35-2345-35
+endword -r 36-6-1235
+begword rigtig- 1235-35-2345-35-36
+midword -rigtig- 36-1235-36
+endword -skal 36-123456-1-123
+begword skal- 123456-1-123-36
+midword -skal- 36-123456-36
+endword -som 36-234-135-134
+endword -s 36-6-234
+begword som- 234-135-134-36
+midword -som- 36-234-36
+endword -så 36-234-16
+endword -å 36-6-16
+begword så- 234-16-36
+endword -til 36-2345-24-123
+endword -t 36-6-2345
+begword til- 2345-24-123-36
+midword -til- 36-2345-36
+endword -under 36-136-1345-23456
+begword under- 136-1345-23456-36
+midword -under- 36-12345-36
+endword -ved 36-1236-15-145
+endword -v 36-6-1236
+begword ved- 1236-15-145-36
+midword -ved- 36-1236-36
+
+
+### Context rules - forward translation
+
+# Exclamation at beginning of string
+noback context `["!"] @6-235
+
+# Ensure two dashes where appropriate.
+noback context $w["-"]$w @36
+noback context $sw["-"]$sw @36-36
+noback context `["-"]$sw @36-36
+noback context $sw["-"]~ @36-36
+noback context !$sw["-"]~ @36
+noback context `["-"]~ @36-36
+
+# Ensure letsign between letter and numsign
+noback context $l[]$D @6
+
+# No "nd", "hv", "or", or "st" after a digit and a letsign
+noback context $dy["hv"] @6-125-1236
+noback context $dy$Spm["hv"] @6-125-1236
+noback context $dy["nd"] @6-1345-145
+noback context $dy$Spm["nd"] @6-1345-145
+noback context $dy["or"] @6-135-1235
+noback context $dy$Spm["or"] @6-135-1235
+noback context $dy["st"] @6-234-2345
+noback context $dy$Spm["st"] @6-234-2345
+noback context $dy["te"] @6-2345-15
+noback context $dy$Spm["te"] @6-2345-15
+
+
+#ensure dot 6 between a digit and a letter
+noback context $dy[]$u @6
+noback context $dy$Spm.[]$u @6
+
+### context - backward translation
+
+# Ensure the correct number of dashes
+nofor context @36[@36-36] "--"
+nofor context [@36-36]@36 "--"
+nofor context $w[@36-36]$w "--"
+nofor context $sw[@36-36]$sw "-"
+nofor context `[@36-36]$sw "-"
+nofor context $sw[@36-36]~ "-"
+nofor context `@36-36~ "-"
+
+
+### Pass 2 - forward translation
+
+# Correct chars defined as 8 dots because they include letsign
+noback pass2 @467 @45-6
+noback pass2 @4568 @45-456
+noback pass2 @123457 @6-12345
+noback pass2 @24567 @6-2456
+noback pass2 @13467 @6-1346
+noback pass2 @13567 @6-1356
+noback pass2 @12567 @6-1256
+
+noback pass2 @6-46-5 @46-5 # no letsign before cap letters with accent
+noback pass2 _$D[@6-46-6] *
+noback pass2 _$D[@6-46] *
+noback pass2 @6-46-6 @46-6 # Ensure correct order and no double letsign
+noback pass2 @6-46 @46-6 # Ensure correct order
+
+ ### Pass 2 - backward
+
+# Insert letsign between number (with extra punctuation) and capsletter sign
+#nofor pass2 @3456$l.$Spm$l.@3$l.@3[]@46 @6
+#nofor pass2 @3456$l.$Spm$l.@3[]@46 @6
+#nofor pass2 @3456$l.$Spm$Spm[]@46 @6
+#nofor pass2 @3456$l.$Spm[]@46 @6
+
+## Insert letsign between number (with extra punctuation) and capsword sign
+#nofor pass2 @3456$l.$Spm$l.@3$l.@3[]@456 @6
+#nofor pass2 @3456$l.$Spm$l.@34$l.@34[]@456 @6
+#nofor pass2 @3456$l.$Spm$l.@36$l.@36[]@456 @6
+#nofor pass2 @3456$l.$Spm$l.@3[]@456 @6
+#nofor pass2 @3456$l.$Spm$l.@34[]@456 @6
+#nofor pass2 @3456$l.$Spm$l.@36[]@456 @6
+#nofor pass2 @3456$l.$Spm$Spm[]@456 @6
+#nofor pass2 @3456$l.$Spm[]@456 @6
+#nofor pass2 @3456$l.[]@456 @6
+
+### Pass 3 - forward translation
+
+# Ensure there is only one letsign
+ noback pass3 @6-6 @6
+
+
+### Pass 3 - backward translation
+
+# Save letters that have been defined with letsign as part of their definitions
+nofor pass3 @6-12345 @6-123457
+nofor pass3 @6-2456 @6-24567
+nofor pass3 @6-1346 @6-13467
+nofor pass3 @6-1356 @13567
+nofor pass3 @6-1256 @6-12567
+
+# save ~ and |  before inserting extra letsigns and endcapsword in pass 2.
+nofor pass3 @45-6 @467 # Create alternative representation of "~"
+nofor pass3 @45-456 @4568
+ISO8859-1
+.a2ch4
+.ad4der
+.a2d
+.ad1d4
+.a2f1t
+.a2f
+.a4l3t
+.am5at
+.4a1ma
+.an5c
+.a2n
+.2ang4
+.an1i5m
+.an1t4
+.an3te
+.anti5s
+.ant2i
+.a4r5s2
+.2a2r
+.ar4t2ie4
+.ar1ti
+.ar4ty
+.as3c
+.as1p
+.a2s1s
+.aster5
+.a2tom5
+.a1to
+.au1d
+.av4i
+.awn4
+.ba4g
+.ba5na
+.ba2n
+.bas4e
+.ber4
+.be5r1a
+.be3s1m
+.4bes4
+.b4e5s2to
+.bri2
+.but4ti
+.bu4t3t2
+.cam4pe
+.1ca
+.ca4m1p
+.can5c
+.ca2n
+.capa5b
+.ca1pa
+.car5ol
+.c2a2r
+.ca4t
+.ce4la
+.2ch4
+.chill5i
+.ch4il2
+.chil1l
+.1ci2
+.cit5r
+.2c1it
+.co3e2
+.1co
+.co4r
+.cor5n1er
+.corn2e
+.de4moi2
+.d4em
+.de1mo
+.de3o
+.de3r1a
+.de3r1i
+.de1s4c
+.des2
+.dic1t2io5
+.3di2c1t
+.do4t
+.1do
+.du4c
+.1du
+.du4m1b5
+.earth5
+.ear2t
+.e2a2r
+.eas3i
+.2e1b4
+.eer4
+.eg2
+.e2l5d
+.el3em
+.enam3
+.e1na
+.en3g
+.e2n3s2
+.eq5ui5t
+.e1q
+.equ2
+.eq2ui2
+.er4ri
+.er1r4
+.es3
+.4eu3
+.eye5
+.fes3
+.for5mer
+.1fo
+.fo2r
+.for1m
+.for2me
+.1ga2
+.ge2
+.gen3t4
+.1gen
+.ge5o2g
+.1geo
+.1g2i5a
+.gi4b
+.go4r
+.1go
+.hand5i
+.ha2n
+.h4and
+.ha4n5k2
+.he2
+.hero5i2
+.h2ero
+.h1es3
+.he4t3
+.hi3b
+.hi3er
+.h2ie4
+.hon5ey
+.ho2n
+.hon3o
+.hov5
+.id4l
+.2id
+.idol3
+.i1do
+.im3m
+.im5p1i2n
+.i4m1p
+.im2pi
+.in1
+.in3ci
+.2ine2
+.4i4n2k2
+.2i2n3s2
+.ir5r4
+.4ir
+.is4i
+.ju3r
+.la4cy
+.la4m
+.lat5er
+.l4ath5
+.le2
+.leg5e
+.len4
+.lep5
+.lev1
+.l2i4g
+.li1g5a
+.li2n
+.l2i3o
+.l1i4t
+.ma1g5a5
+.1ma
+.mal5o
+.ma1n5a
+.ma2n
+.mar5ti
+.m2a2r
+.me2
+.mer3c
+.me5ter
+.me1te
+.m2is1
+.mis4t5i
+.mon3e
+.1mo
+.mo2n
+.mo3ro
+.mo2r
+.mu5ta
+.1mu
+.mu2ta5b
+.ni4c
+.od2
+.od1d5
+.of5te
+.o2ft
+.or5a1to
+.o1ra
+.or3c
+.or1d
+.or3t
+.os3
+.os4tl
+.4oth3
+.out3
+.ou2
+.ped5al
+.2p2ed
+.p2e2d2a
+.pe5te
+.pe2t
+.pe5tit
+.p2i4e4
+.pio5n4
+.3p2i1o
+.pi2t
+.pre3m
+.pr2
+.ra4c
+.ran4t
+.ra2n
+.ratio5n1a
+.ratio2n4
+.ra1t2io
+.ree2
+.re5mit
+.res2
+.re5stat
+.res2t
+.res1ta
+.r2i4g
+.ri2t5u
+.ro4q
+.ros5t
+.row5d
+.ru4d
+.3s4c2i3e4
+.s1ci
+.5se2l2f5
+.sel1l5
+.se2n
+.se5r2ie4
+.ser1i
+.s2h2
+.si2
+.s3ing4
+.2s1in
+.st4
+.sta5b2l2
+.s1ta
+.s2tab
+.s4y2
+.1ta4
+.te4
+.3ten5a2n
+.te1na
+.th2
+.ti2
+.til4
+.ti1m5o5
+.1tim
+.ting4
+.2t1in
+.t4i4n5k2
+.to1n4a
+.1to
+.to2n
+.to4p
+.top5i
+.to2u5s
+.tou2
+.trib5ut
+.tr4ib
+.u1n1a
+.un3ce
+.under5
+.un1de
+.u2n1e
+.u4n5k2
+.un5o
+.un3u4
+.up3
+.ure3
+.us5a2
+.2us
+.ven4de
+.ve5r1a
+.wil5i
+.wi2
+.wil2
+.ye4
+4ab.
+a5bal
+a5ba2n
+abe2
+ab5erd
+ab2i5a
+ab5i2t5ab
+abi2t
+abi1ta
+ab5lat
+ab2l2
+ab5o5l1iz
+abol2i
+4abr
+ab5rog
+ab3ul
+a4c2a2r
+a1ca
+ac5ard
+ac5aro
+a5ceou2
+ac1er
+a5che4t
+a2ch
+ache2
+4a2ci
+a3c2ie4
+a2c1in
+a3c2io
+ac5rob
+act5if2
+a2c1t
+ac3ul
+ac4um
+a2d
+ad4d1in
+ad1d4
+ad5er.
+2adi
+a3d4i3a
+ad3i1ca
+adi4er
+ad2ie4
+a3d2io
+a3dit
+a5di1u
+ad4le
+ad3ow
+a1do
+ad5ra2n
+a1dr
+ad4su
+a2d1s2
+4a1du
+a3du2c
+ad5um
+ae4r
+aer2i4e4
+aer1i
+a2f
+a4f1f4
+a4gab
+a1ga
+aga4n
+ag5el1l
+a1ge4o
+4ag4eu
+ag1i
+4ag4l2
+ag1n
+a2go
+3a3g4o4g
+ag3o3ni
+ago2n2
+a5guer
+a2gue
+ag5ul
+a4gy
+a3ha
+a3he
+a4h4l4
+a3ho
+ai2
+a5i1a
+a3ic.
+ai5ly
+a4i4n
+ain5in
+a2ini
+a2i1n5o
+ait5en
+a2ite
+a1j
+ak1en
+al5ab
+al3a2d
+a4l2a2r
+4aldi4
+a2ld
+2ale
+al3end
+a4lent2i
+a1len1t
+a5le5o
+al1i
+al4ia.
+al2i1a
+al2i4e4
+al5lev
+al1l
+al2le
+4allic
+all2i
+4a2lm
+a5log.
+a4ly.
+a1ly
+4a2lys4
+5a5lys1t
+5alyt
+3alyz
+4a1ma
+a2m5ab
+am3ag
+ama5ra
+am2a2r
+am5asc
+a4ma3tis
+a4m5a1to
+am5er1a
+am3ic
+am5if
+am5i1ly
+am1in
+am2i4no
+a2mo
+a5mo2n
+amor5i
+amo2r
+amp5en
+a4m1p
+a2n
+an3age
+a1na
+3ana1ly
+a3n2a2r
+an3ar3c
+anar4i
+a3nati
+an2at
+4and
+ande4s2
+an1de
+an3dis1
+an1dl
+an4dow
+an1do
+a5nee
+a3nen
+an5e2st.
+a1nes
+a2nest
+a3n4eu
+2ang
+ang5ie4
+an1gl2
+a4n1ic
+a3nies
+an2ie4
+an3i3f
+an4ime
+an1im
+a5nim1i
+a5n2ine
+an1in
+an3i4o
+a3n2ip
+an3is2h
+an3it
+a3ni1u
+an4kli
+a4nk2
+an1k1l
+5anniz
+a4n1n2
+ano4
+an5ot
+an4oth5
+an2sa2
+a2n1s2
+an4s1co
+ans4c
+an4s1n4
+an2sp
+ans3po
+an4st
+an4su2r
+an1su
+anta2l4
+an1t
+an1ta
+an4t2ie4
+ant2i
+4an1to
+an2tr
+an4tw4
+an3u1a
+an3ul
+a5nur
+4ao
+ap2a2r4
+a1pa
+ap5at
+ap5er3o
+a3ph4er
+4aphi
+a4pilla
+apil1l
+ap5ill2a2r
+ap3i2n
+ap3i1ta
+a3pi2tu
+a2p2l2
+apo4c5
+ap5o1la
+apor5i
+a1p4or
+apos3t
+a1pos
+aps5e4s
+a2p1s2
+ap2se
+a3pu
+aque5
+aqu2
+2a2r
+ar3a2c1t
+a5rade
+ara2d
+ar5adis1
+ar2adi
+ar3al
+a5rame1te
+aram3et
+ar2an4g
+ara2n
+ara3p
+ar4at
+a5ra1t2io
+ar5a1t2iv
+a5rau
+ar5av4
+araw4
+arbal4
+ar1b
+ar4cha2n
+ar1c
+ar3cha
+ar2ch
+ar5d2ine
+ard2i
+ard1in4
+ar4dr
+ar5eas
+a3ree
+ar3en1t
+a5r2e2ss
+ar4fi
+ar1f
+ar4f4l2
+ar1i
+ar5i2al
+ar2i3a
+ar3i2a2n
+a3ri5et
+ar2ie4
+ar4im
+ar5in2at
+ar2i1na
+ar3i1o
+ar2iz
+ar2mi
+ar1m
+ar5o5d
+a5roni
+aro2n
+a3roo2
+ar2p
+ar3q
+arre4
+ar1r4
+ar4sa2
+a4rs2
+ar2s2h
+4as.
+a2s4ab
+asa2
+as3an1t
+asa2n
+ashi4
+as2h
+a5sia.
+as2i1a
+a3si1b
+a3sic
+5a5si4t
+ask3i
+ask2
+as4l2
+a4soc
+a1so
+as5ph
+as4s2h
+a2ss
+as3ten
+as1t4r
+asu1r5a
+a1su
+asu2r
+a2ta
+at3ab2l2
+a2tab
+at5ac
+at3alo
+ata2l
+at5ap
+ate5c
+at5e2ch
+at3e1go
+ateg4
+at3en.
+at3er1a
+ater5n
+a5ter1na
+at3est
+at5ev
+4ath
+ath5em
+ath2e
+a5the2n
+at4ho
+ath5om
+4ati.
+a5t2i1a
+a2t5i5b
+at1ic
+at3if2
+ation5a2r
+a1t2io
+atio2n
+atio1n1a
+at3i1tu
+a4tog
+a1to
+a2tom
+at5om2iz
+a4top
+a4tos2
+a1tr
+at5rop
+at4sk2
+a4t1s2
+at4tag
+a4t3t2
+at1ta
+at5te
+at4th
+a2tu
+at5u1a
+a4t5ue
+at3ul
+at3u1ra
+a2ty
+au4b
+augh3
+au3gu
+au4l2
+aun5d
+au3r
+au5si1b
+a2us
+a4ut5en
+au1th
+a2va
+av3ag4
+a5va2n
+av4e4no
+av3er1a
+av5ern
+av5ery
+av1i
+avi4er
+av2ie4
+av3ig
+av5oc
+a1vor
+3away
+aw3i2
+aw4ly
+aws4
+ax4i5c
+ax3i
+ax4id
+ay5al
+aye4
+ays4
+azi4er
+a2z1i
+az2ie4
+az2z5i
+a4z1z2
+5ba.
+bad5ger
+ba2d
+ba4ge
+bal1a
+ban5dag
+ba2n
+b4and
+ban1d2a
+ban4e
+ban3i
+barbi5
+b2a2r
+bar1b
+bar2i4a
+bar1i
+bas4si
+ba2ss
+1bat
+ba4z
+2b1b
+b2be
+b3ber
+bbi4na
+4b1d
+4be.
+beak4
+bea2t3
+4be2d
+b2e3d2a
+be3de
+b4e3di
+be3gi
+be5gu
+1bel
+be1l2i
+be3lo
+4be5m
+be5n2ig
+be5nu
+4bes4
+be3sp
+b2e5st4r
+3bet
+be1t5iz
+be5tr
+be3tw4
+be3w
+be5y1o4
+2bf
+4b3h
+bi2b
+b2i4d
+3b2ie4
+bi5en
+bi4er
+2b3if
+1bil
+bi3l2iz
+bil1i
+bin2a5r4
+bi1na
+b4in4d
+bi5net
+b2ine
+bi3o2gr
+b2io
+bi5ou2
+bi2t
+3b2i3t2io
+bi1ti
+bi3tr
+3bit5u1a
+bi1tu
+b5i4tz
+b1j
+bk4
+b2l2
+bl4ath5
+b4le.
+blen4
+5ble1sp
+bles2
+b3lis
+b4lo
+blun4t
+4b1m
+4b3n
+bne5g
+3bod
+bod3i
+bo4e
+bol3ic
+bol2i
+bom4bi
+bo4m1b
+bo1n4a
+bo2n
+bon5at
+3boo2
+5bor.
+4b1o1ra
+bor5d
+5bore
+5bori
+5bos4
+b5o1ta
+b4oth5
+bo4to
+boun2d3
+bou2
+4bp
+4brit
+br4oth3
+2b5s2
+bsor4
+b1so
+2bt
+b2t4l
+b4to
+b3tr
+buf4fer1
+bu4f1f
+bu4ga
+bu3l2i
+bu1mi4
+bu4n
+bunt4i
+bun1t
+bu3re
+bus5ie4
+b2us
+buss4e
+bu2ss
+5bust
+4bu1ta
+3bu1t2io
+b4u1t2i
+b5u1to
+b1v
+4b5w
+5by.
+bys4
+1ca
+cab3in
+ca1b2l2
+ca2ch4
+ca5den
+ca2d
+4cag4
+2c5ah
+ca3lat
+cal4la
+cal1l
+cal2l5in4
+call2i
+4calo
+c4an5d
+ca2n
+can4e
+ca4n4ic
+can5is
+can3iz
+can4ty
+can1t
+cany4
+ca5per
+car5om
+c2a2r
+cast5er
+cas5t2ig
+cast2i
+4cas4y
+c4a4th
+4ca1t2iv
+cav5al
+ca2va
+c3c
+ccha5
+c2ch
+c3c2i4a
+c1ci
+ccom1pa5
+c1co
+cco4m1p
+cco2n4
+ccou3t
+ccou2
+2ce.
+4ced.
+4ce1den
+3cei2
+5cel.
+3cel1l
+1cen
+3cenc
+2cen4e
+4ceni
+3cen1t
+3cep
+ce5ram
+cer1a
+4ce1s4a2
+3ces1si
+c2e2ss
+ces5si5b
+ces5t
+cet4
+c5e4ta
+cew4
+2ch
+4ch.
+4ch3ab
+5cha4n1ic
+cha2n
+ch5a5nis
+che2
+cheap3
+4ch4ed
+ch5e5lo
+3chemi
+ch5ene
+che2n
+ch3er.
+ch3e4r1s2
+4ch1in
+5chi2ne.
+ch2ine
+ch5i5n2e2ss
+chi1nes
+5ch2ini
+5ch2io
+3chit
+chi2z
+3cho2
+ch4ti
+1ci
+3c2i1a
+ci2a5b
+ci2a5r
+ci5c
+4cier
+c2ie4
+5c4i2f3ic.
+ci1fi
+4c4i5i4
+ci4la
+3cil1i
+2cim
+2cin
+c4i1na
+3cin2at
+cin3em
+c2ine
+c1ing
+c5ing.
+5c2i1no
+cio2n4
+c2io
+4cipe4
+c2ip
+ci3ph
+4cip4ic
+cip3i
+4cis1ta
+4cis1t2i
+2c1it
+ci1t3iz
+ci1ti
+5ciz
+ck1
+ck3i
+1c4l4
+4cl2a2r
+c5la5ra1t2io
+clar4at
+5clare
+cle4m
+4clic
+clim4
+c1ly4
+c5n
+1co
+co5ag
+c4oa
+coe2
+2cog
+co4gr
+coi4
+co3inc
+col5i
+5colo
+col3o4r
+com5er
+co2me
+co1n4a
+co2n
+c4one
+con3g
+con5t
+co3pa
+cop3ic
+co4p2l2
+4cor1b
+coro3n
+cos4e
+cov1
+cove4
+cow5a
+co2z5e
+co5z1i
+c1q
+cras5t
+cr2as
+5crat.
+5crat1ic
+cre3a2t
+5c2r2ed
+4c3re1ta
+cre4v2
+cri2
+cri5f
+c4rin
+cr2is4
+5cri1ti
+cro4p2l2
+crop5o
+cros4e
+cru4d
+4c3s2
+2c1t
+c2ta4b
+c1ta
+ct5ang
+cta2n
+c5tan1t
+c2te
+c3ter
+c4t4ic1u
+ctim3i
+c1tim
+ctu4r
+c1tu
+c4tw4
+cud5
+c4uf
+c4ui2
+cu5i1ty
+5cul2i
+cul4tis4
+cul1ti
+cu4lt
+3c4ul1tu2
+cu2ma
+c3ume
+cu4mi
+3cun
+cu3pi
+cu5py
+cu2r5a4b
+cu1ra
+cu5r2i3a
+1c2us
+cus1s4i
+cu2ss
+3c4ut
+cu4t2ie4
+c4u1t2i
+4c5u1t2iv
+4cutr
+1cy
+c2ze4
+1d2a
+5da.
+2d3a4b
+da2ch4
+4da2f
+2dag
+da2m2
+d2an3g
+da2n
+dard5
+d2a2r
+dark5
+4dary
+3dat
+4da1t2iv
+4da1to
+5dav4
+dav5e
+5day
+d1b
+d5c
+d1d4
+2de.
+dea2f5
+de4b5i2t
+d2e1b
+de4bo2n
+deca2n4
+de1ca
+de4cil
+de1c2i
+de5com
+de1co
+2d1ed
+4dee.
+de5if
+dei2
+del2i4e4
+del2i
+de4l5i5q
+de5lo
+d4em
+5dem.
+3demic
+dem5ic.
+de5mil
+de4mo2n3s2
+de1mo
+demo2n
+demo2r5
+1den
+de4n2a2r
+de1na
+d4e3no
+denti5f2
+den1t
+dent2i
+de3nu
+de1p
+de3pa
+depi4
+de2pu
+d3e1q
+d4er1h4
+5der3m4
+d5ern5iz
+de4r5s2
+des2
+d2es.
+de1s2c
+de2s5o
+des3t2i
+d2e3st4r
+de4su
+de1t
+de2to
+de1v
+de2v3i4l
+de1vi
+4dey
+4d1f
+d4ga
+d3ge4t
+dg1i
+d2gy
+d1h2
+5di.
+1d4i3a
+dia5b
+d4i4cam
+di1ca
+d4ice
+3di2c1t
+3d2id
+5di3en
+d2ie4
+d1if
+di3ge
+d2ig
+di4la1to
+di1la
+d1in
+1di1na
+3di2ne.
+d2ine
+5d2ini
+di5niz
+1d2io
+dio5g
+di4p2l2
+d2ip
+d4ir2
+di1re
+dir1t5i
+dis1
+5disi
+d4is3t
+d2i1ti
+1d2i1v
+d1j
+d5k2
+4d5la
+3dle.
+3dled
+3dles.
+dles2
+4d3l2e2ss
+2d3lo
+4d5lu
+2d1ly
+d1m
+4d1n4
+1do
+3do.
+do5de
+5doe
+2d5of
+d4og
+do4la
+dol2i4
+do5lo4r
+dom5iz
+do3n2at
+do2n
+do1n1a
+doni4
+doo3d
+doo2
+do4p4p
+d4or
+3dos
+4d5out
+dou2
+do4v
+3dox
+d1p
+1dr
+drag5o2n2
+dra2go
+4dr2ai2
+dre4
+dre2a5r
+5dren
+dr4i4b
+dril4
+dro4p
+4drow
+5drupli
+dru3p2l2
+4dry
+2d1s2
+ds4p
+d4sw2
+d4s4y
+d2th
+1du
+d1u1a
+du2c
+d1u3ca
+duc5er
+4duct.
+du2c1t
+4duc4t1s2
+du5el
+du4g
+d3ul4e
+dum4be
+du4m1b
+du4n
+4dup
+du4pe
+d1v
+d1w
+d2y
+5dyn
+dy4s2e
+dys5p
+e1a4b
+e3a2c1t
+ea2d1
+ead5ie4
+e2adi
+ea4ge
+ea5ger
+ea4l
+eal5er
+e2ale
+eal3ou2
+eam3er
+e5and
+ea2n
+ear3a
+e2a2r
+ear4c
+ear5es
+ear4ic
+ear1i
+ear4il
+ear5k
+ear2t
+eart3e
+ea5sp
+e3a2ss
+east3
+ea2t
+eat5en
+eath3i
+e4ath
+e5at3if2
+e4a3tu
+ea2v
+eav3en
+eav5i
+eav5o
+2e1b
+e4bel.
+e1bel
+e4be2l1s2
+e4ben
+e4bi2t
+e3br
+e4ca2d
+e1ca
+ecan5c
+eca2n
+ec1ca5
+ec3c
+e1ce
+ec5es1sa2
+ec2e2ss
+e1c2i
+e4cib
+ec5ificat
+eci1fi
+ecifi1ca
+ec5i3f2ie4
+ec5i1fy
+e2c3im
+e2c1i4t
+e5c2ite
+e4clam
+e1c4l4
+e4cl2us
+e2col
+e1co
+e4com1m
+e4compe
+eco4m1p
+e4con1c
+eco2n
+e2cor
+ec3o1ra
+eco5ro
+e1cr
+e4crem
+ec4ta2n
+e2c1t
+ec1ta
+ec4te
+e1cu
+e4cul
+ec3u1la
+2e2d2a
+4ed3d4
+e4d1er
+ede4s2
+4edi
+e3d4i3a
+ed3ib
+ed3i1ca
+ed3im
+ed1it
+edi5z
+4e1do
+e4dol
+edo2n2
+e4dri
+e1dr
+e4dul
+e1du
+ed5u1l4o
+ee2c
+e4ed3i
+ee2f
+eel3i
+ee4ly
+ee2m
+ee4na
+ee4p1
+ee2s4
+eest4
+ee4ty
+e5ex
+e1f
+e4f3ere
+efer1
+1e4f1f
+e4fic
+e1fi
+5ef2i1c4i
+efil4
+e3f2i2ne
+e2fin
+ef5i5n2ite
+ef2ini
+efin2it
+3efit
+efor5es
+e1fo
+efo2r
+e4fu4se.
+e3fu
+ef2us
+4egal
+e1ga
+eger4
+eg5ib
+eg4ic
+eg5ing
+e5git5
+eg5n
+e4go.
+e1go
+e4gos
+eg1ul
+e5gur
+5e1gy
+e1h4
+eher4
+ei2
+e5ic
+e2i5d
+e2ig2
+ei5g4l2
+e3i4m1b
+e3in3f
+e1ing
+e5inst
+e2i2n1s2
+eir4d
+e4ir
+e2it3e
+e2i3th
+e5i1ty
+e1j
+e4jud
+ej5udi
+eki4n
+ek1i
+ek4la
+ek1l
+e1la
+e4la.
+e4lac
+e3l4an4d
+ela2n
+e4l5a1t2iv
+e4law
+elax1a4
+e3le2a
+el5ebra
+el2e1b
+ele3br
+5elec
+e4led
+el3e1ga
+e5len
+e4l1er
+e1les2
+e2l2f
+el2i
+e3libe4
+e4l5ic.
+el3i1ca
+e3lier
+el2ie4
+el5i3gib
+el2ig
+el4igi
+e5lim
+e4l3ing
+e3l2io
+e2lis
+el5is2h
+e3l2iv3
+4ella
+el1l
+el4lab
+ell4o4
+e5loc
+el5og
+el3op.
+el2s2h
+e2l1s2
+el4ta
+e4lt
+e5lud
+el5ug
+e4mac
+e1ma
+e4mag
+e5ma2n
+em5a1na
+e4m5b
+e1me
+e2mel
+e4met
+em3i1ca
+em2i4e4
+em5igra
+em2ig4
+emi1gr
+em1in2
+em5ine
+em3i3ni
+e4m2is
+em5is2h
+e5m4i2s1s
+em3iz
+5emniz
+e4m1n
+emo4g
+e1mo
+emo3n2i5o
+emo2n
+em3pi
+e4m1p
+e4mul
+e1mu
+em5u1la
+emu3n2
+e3my
+en5a2mo
+e1na
+e4nan1t
+en2a2n
+ench4er
+en2ch
+enche2
+en3dic
+e5nea
+e5nee
+en3em
+en5ero
+en1er
+en5e1si
+e1nes
+e2n5est
+en3etr
+e3ne4w
+en5i4c3s2
+e5n2ie4
+e5nil
+e3n2i4o
+en3is2h
+en3it
+e5ni1u
+5eniz
+4e4n1n2
+4eno
+e4no4g
+e4nos
+en3ov
+en4sw2
+e2n1s2
+ent5age
+en1t
+en1ta
+4enth1es
+enth2e
+en3u1a
+en5uf
+e3ny.
+4e4n3z
+e5of
+eo2g
+e4oi4
+e3ol
+eop3a2r
+eo2pa
+e1or
+eo3re
+eo5rol
+eos4
+e4ot
+eo4to
+e5out
+eou2
+e5ow
+e2pa
+e3p4ai2
+ep5anc
+epa2n
+e5pel
+e3pen1t
+ep5e5t2i1t2io
+epe2t
+epeti1ti
+ephe4
+e4pli
+e1p2l2
+e1po
+e4prec
+epr2
+ep5re1ca
+e4p2r2ed
+ep3re1h4
+e3pro
+e4prob
+ep4s4h
+e2p1s2
+ep5ti5b
+e2p1t
+e4pu2t
+ep5u1ta
+e1q
+equi3l
+equ2
+eq2ui2
+e4q3ui3s
+er1a
+e2ra4b
+4er4and
+era2n
+er3a2r
+4er4ati.
+2er1b
+er4b2l2
+er3ch
+er1c
+er4che2
+2e2re.
+e3re1a4l
+ere5co
+ere3in
+erei2
+er5el.
+er3e1mo
+er5e1na
+er5ence
+4erene
+er3en1t
+ere4q
+er5e2ss
+er3es2t
+eret4
+er1h4
+er1i
+e1r2i3a4
+5erick1
+e3rien
+er2ie4
+eri4er
+er3in4e
+e1r2i1o
+4erit
+er4i1u
+er2i4v
+e4ri1va
+er3m4
+er4nis4
+4er3n2it
+5erniz
+er3no4
+2ero
+er5ob
+e5r2oc
+ero4r
+er1ou2
+e4r1s2
+er3set
+er2se
+ert3er
+4er2tl
+er3tw4
+4eru
+eru4t
+5erwau
+er1w
+e1s4a2
+e4sa2ge.
+e4sages
+es2c
+e2s1ca
+es5ca2n
+e3scr
+es5cu
+e1s2e
+e2sec
+es5e1cr
+e4s5enc
+e4sert.
+e4ser4t1s2
+e4ser1va
+4es2h
+e3sha
+esh5e2n
+e1si
+e2sic
+e2s2id
+es5i1den
+e4s5ig1n4a
+es2ig
+e2s5im
+e2s4i4n
+esis4te
+e1sis
+e5si4u
+e5skin
+esk2
+esk1i
+es4mi
+e2s1m
+e2sol
+e1so
+es3olu
+e2so2n
+es5o1n1a4
+e1sp
+e2s3per
+es5pi1ra
+esp4ir
+es4pre
+espr2
+2e2ss
+es4si4b
+es1si
+esta2n4
+es1ta
+es3t2ig
+est2i
+es5tim
+4es2to
+e3sto2n
+2est4r
+e5stro
+estruc5
+e2su2r
+e1su
+es5ur1r4
+es4w2
+e2ta4b
+e1ta
+e3ten4d
+e3teo
+ethod3
+et1ic
+e5tide
+et2id
+e2t1in4
+et2i4no
+e5t4ir
+e5t2i1t2io
+eti1ti
+et5i1t2iv
+4e2t1n2
+et5o1n1a
+e1to
+eto2n
+e3tra
+e3tre
+et3ric
+et5rif
+et3rog
+et5ros
+et3u1a
+e1tu
+et5ym
+e1ty
+e4t5z
+4eu
+e5un
+e3up
+eu3ro
+e2us4
+eute4
+euti5l
+e4u1t2i
+eu5tr
+eva2p5
+e1va
+e2vas
+ev5ast
+e5vea
+ev3el1l
+eve4l3o
+e5veng
+even4i
+ev1er
+e5v2er1b
+e1vi
+ev3id
+e2vi4l
+e4v1in
+e3v2i4v
+e5voc
+e5vu
+e1wa
+e4wag
+e5wee
+e3wh
+ewil5
+ewi2
+ew3in4g
+e3wit
+1ex3p
+5ey1c
+5eye.
+eys4
+1fa
+fa3b2l2
+f4ab3r
+fa4ce
+4fag
+fa4i4n4
+fai2
+fal2l5e
+fal1l
+4f4a4ma
+fam5is
+5f2a2r
+far5th
+fa3ta
+fa3th2e
+f4ath
+4fa1to
+fau4lt5
+fau4l2
+4f5b
+4fd
+4fe.
+feas4
+fe4ath3
+fea2t
+f2e4b
+4fe1ca
+5fe2c1t
+2fed
+fe3l2i
+fe4mo
+fen2d
+fen1d5e
+fer1
+5fer1r4
+fev4
+4f1f
+f4fes
+f4f2ie4
+f1fi
+f5f2in.
+f2fin
+f2f5is
+f4f2ly5
+ff4l2
+f2fy
+4fh
+1fi
+f2i3a
+2f3ic.
+4f3ical
+fi1ca
+f3ica2n
+4ficate
+f3i1cen
+fi3cer
+f2i1c4i
+5fi3c2i1a
+5fic2ie4
+4fi4c3s2
+fi3cu
+fi5del
+f2id
+fight5
+f2ig
+fil5i
+fil2l5in4
+fil1l
+fill2i
+4fi1ly
+2fin
+5fi1na
+f4in2d5
+f2i2ne
+f1in3g
+f2i4n4n2
+fis4t2i
+f4l2
+f5l2e2ss
+fles2
+flin4
+flo3re
+f2ly5
+4fm
+4fn
+1fo
+5fo2n
+fon4de
+f2ond
+fon4t
+fo2r
+fo5rat
+fo1ra
+for5ay
+fore5t
+for4i
+for1t5a
+fos5
+4f5p
+fra4t
+f5rea
+fres5c
+fri2
+fril4
+frol5
+2f3s
+2ft
+f4to
+f2ty
+3fu
+fu5el
+4fug
+fu4min
+fu1mi
+fu5ne
+fu3ri
+fusi4
+f2us
+fu2s4s
+4fu1ta
+1fy
+1ga
+ga2f4
+5gal.
+3gal1i
+ga3lo
+2gam
+ga5met
+g5a2mo
+gan5is
+ga2n
+ga3niz
+gani5za1
+4gano4
+gar5n4
+g2a2r
+ga2ss4
+g4ath3
+4ga1t2iv
+4gaz
+g3b
+gd4
+2ge.
+2ged
+geez4
+gel4in
+gel2i
+ge5lis
+ge5l1iz
+4ge1ly
+1gen
+ge4n2at
+ge1na
+g5e5niz
+4g4eno
+4geny
+1geo
+ge3om
+g4ery
+5ge1si
+geth5
+4ge1to
+ge4ty
+ge4v
+4g1g2
+g2ge
+g3ger
+gglu5
+ggl2
+g1go4
+gh3in
+gh5out
+ghou2
+gh4to
+5gi.
+1g2i4a
+gi2a5r
+g1ic
+5gi3c2i1a
+g2i1ci
+g4i1co
+gien5
+g2ie4
+5gies.
+gil4
+g3i1men
+3g4in.
+g4in5ge
+5g4i2n1s2
+5g2io
+3g4ir
+gir4l
+g3is1l2
+gi4u
+5g2iv
+3giz
+gl2
+gla4
+gl2ad5i
+gla2d
+5glas
+1gle
+gli4b
+g3l2ig
+3glo
+glo3r
+g1m
+g4my
+g1n4a
+g4na.
+gne4t4t2
+g1ni
+g2n1in
+g4n2i4o
+g1no
+g4no4n
+1go
+3go.
+gob5
+5goe
+3g4o4g
+go3is
+goi2
+go2n2
+4g3o3n1a
+gon5do5
+g2ond
+go3ni
+5goo2
+go5riz
+gor5ou2
+5gos.
+gov1
+g3p
+1gr
+4gra1d2a
+gra2d
+g4r2ai2
+gra2n2
+5gra4ph.
+g5ra3ph4er
+5graph1ic
+gr4aphi
+4g3ra1phy
+4gray
+gre4n
+4gress.
+gr2e2ss
+4grit
+g4ro
+gruf4
+gs2
+g5ste
+gth3
+gu4a
+3guar2d
+gu2a2r
+2gue
+5gui5t
+g2ui2
+3gun
+3g2us
+4gu4t
+g3w
+1gy
+2g5y3n
+gy5ra
+h3ab4l2
+ha2ch4
+hae4m
+hae4t
+h5agu
+ha3la
+hala3m
+ha4m
+han4ci
+ha2n
+han4cy
+5hand.
+h4and
+h2an4g
+hang5er
+han1g5o
+h5a5niz
+ha4n4k2
+han4te
+han1t
+ha2p3l2
+ha2p5t
+ha3ra2n
+h2a2r
+ha5r2as
+har2d
+hard3e
+har4le4
+har1l
+harp5en
+har2p
+har5ter
+ha2s5s
+haun4
+5haz
+haz3a1
+h1b
+1hea2d1
+3he2a2r
+he4ca2n
+he1ca
+h5ecat
+h4ed
+h4e5do5
+he3l4i
+hel4lis
+hel1l
+hell2i
+hel4ly
+h5elo
+he4m4p
+he2n
+he1na4
+hen5at
+he1o5r
+hep5
+h4er1a
+hera3p
+her4ba
+h2er1b
+here5a
+h3ern
+h5er1ou2
+h2ero
+h3ery
+h1es
+he2s5p
+he4t
+he2t4ed
+h4eu4
+h1f
+h1h
+hi5a2n
+h2i1a
+hi4co
+high5
+h2ig
+h4il2
+himer4
+h4i1na
+hion4e
+h2io
+hio2n
+h2i4p
+hir4l
+h4ir
+hi3ro
+hir4p
+hir4r4
+his3el
+h4ise
+h4i2s4s
+hith5er
+h2ith
+hith2e
+h2i2v
+4hk
+4h1l4
+hla2n4
+h2lo
+hlo3ri
+4h1m
+hmet4
+2h1n
+h5odiz
+h5o2d1s2
+ho4g
+ho1ge4
+hol5a2r
+ho1la
+3hol4e
+ho4ma
+ho2me3
+ho1n4a
+ho2n
+ho5ny
+3hood
+hoo2
+hoo2n4
+hor5at
+ho1ra
+ho5r2is
+hort3e
+ho5ru
+hos4e
+ho5sen
+hos1p
+1ho2us
+hou2
+house3
+hov5el
+4h5p
+4hr4
+hree5
+hro5niz
+hro2n
+hro3po
+4h1s2
+h4s2h
+h4t2a2r
+h1ta
+ht1en
+ht5es
+h4ty
+hu4g
+hu4min
+hu1mi
+hun5ke
+hu4nk2
+hun4t
+hus3t4
+h2us
+hu4t
+h1w
+h4war4t
+hw2a2r
+hy3pe
+hy3ph
+hy2s
+2i1a
+i2al
+iam4
+iam5e1te
+i2a2n
+4ianc
+ian3i
+4ian4t
+ia5pe
+ia2ss4
+i4a1t2iv
+ia4tric
+ia1tr
+i4a2tu
+ibe4
+ib3er1a
+ib5ert
+ib5i1a
+ib3in
+ib5it.
+ibi2t
+ib5ite
+i1b2l2
+ib3li
+i5bo
+i1br
+i2b5ri
+i5bu4n
+4icam
+i1ca
+5icap
+4ic2a2r
+i4car.
+i4cara
+icas5
+i4cay
+iccu4
+ic3c
+4iceo
+4i2ch
+2i1ci
+i5c2id
+ic5i1na
+i2cin
+i2c2ip
+ic3i1pa
+i4c1ly4
+i1c4l4
+i2c5oc
+i1co
+4i1cr
+5icra
+i4cry
+ic4te
+i2c1t
+ic1tu2
+ic4t3u1a
+ic3u1la
+ic4um
+ic5uo
+i3cur
+2id
+i4dai2
+i1d2a
+id5anc
+ida2n
+id5d4
+ide3a4l
+ide4s2
+i2di
+id5i2a2n
+i1d4i3a
+idi4a2r
+i5d2ie4
+i1d3io
+idi5ou2
+id1it
+id5i1u
+i3dle
+i4dom
+i1do
+id3ow
+i4dr
+i2du
+id5uo
+2ie4
+ied4e
+5ie5ga
+ie2ld3
+ie1n5a4
+ien4e
+i5e4n1n2
+i3ent2i
+ien1t
+i1er.
+i3es2c
+i1est
+i3et
+4if.
+if5ero
+ifer1
+iff5en
+i4f1f
+if4fr
+4i2f3ic.
+i1fi
+i3f2ie4
+i3f4l2
+4i2ft
+2ig
+iga5b
+i1ga
+ig3er1a
+ight3i
+4igi
+i3gib
+ig3il4
+ig3in
+ig3it
+i4g4l2
+i2go
+ig3or
+ig5ot
+i5gre
+i1gr
+ig2u5i2
+ig1ur
+i3h
+4i5i4
+i3j
+4ik
+i1la
+il3a4b
+i4l4ade
+ila2d
+i2l5am
+ila5ra
+il2a2r
+i3leg
+il1er
+ilev4
+i2l5f
+il1i
+il3i1a
+il2ib
+il3io
+il4ist
+2il1it
+il2iz
+ill5ab
+il1l
+4i2l1n2
+il3o1q
+il4ty
+i4lt
+il5ur
+il3v
+i4mag
+i1ma
+im3age
+ima5ry
+im2a2r
+iment2a5r
+i1men
+i3men1t
+imen1ta
+4imet
+im1i
+im5i1d4a
+im2id
+imi5le
+i5m2ini
+4imit
+im4ni
+i4m1n
+i3mo2n
+i1mo
+i2mu
+im3u1la
+2in.
+i4n3au
+i1na
+4inav
+incel4
+in3cer
+4ind
+in5dling
+2ine
+i3nee
+in4er4a2r
+in1er
+iner1a
+i5n2e2ss
+i1nes
+4in1ga
+4inge
+in5gen
+4ingi
+in5gling
+ingl2
+4in1go
+4in1gu
+2ini
+i5ni.
+i4n4i1a
+in3i4o
+in1is
+i5ni4te.
+in2it
+in2ite
+5i3n2i1t2io
+ini1ti
+in3i1ty
+4i4nk2
+4i4n1l
+2i4n1n2
+2i1no
+i4no4c
+ino4s
+i4not
+2i2n1s2
+in3se
+insu1r5a
+in1su
+insu2r
+2int.
+in1t
+2in4th
+in1u
+i5n2us
+4iny
+2io
+4io.
+io1ge4
+io2gr
+i1ol
+io4m
+ion3at
+io2n
+io1n1a
+ion4ery
+ion1er
+ion3i
+i2o5ph
+ior3i
+i4os
+i4o5th
+i5oti
+io4to
+i4our
+iou2
+2ip
+ipe4
+iphr2as4
+ip4hr4
+ip3i
+ip4ic
+ip4re4
+ipr2
+ip3ul
+i3qua
+iqu2
+iq5ue1f
+iq3u2id
+iq2ui2
+iq3ui3t
+4ir
+i1ra
+i2ra4b
+i4rac
+ird5e
+ire4de
+i2r2ed
+i4re1f
+i4rel4
+i4res
+ir5gi
+irg2
+ir1i
+iri5de
+ir2id
+ir4is
+iri3tu
+5i5r2iz
+ir4min
+ir1m
+iro4g
+5iron.
+iro2n
+ir5ul
+2is.
+is5ag
+isa2
+is3a2r
+isas5
+2is1c
+is3ch2
+4ise
+is3er
+3i4s3f
+is5ha2n
+is2h
+is3ho2n3
+isho4
+ish5op
+is3i1b
+is2i4d
+i5sis
+is5i1t2iv
+isi1ti
+4is4k2
+isla2n4
+is1l2
+4is4m1s2
+i2s1m
+i2so
+iso5mer
+i3som
+iso2me
+is1p
+is2pi
+is4py
+4i2s1s
+is4sal
+is1sa2
+issen4
+is4s1e4s
+is4ta.
+is1ta
+is1te
+is1t2i
+ist4ly
+is2tl
+4istral
+ist4r
+is1tra
+i2su
+is5us
+4i3ta.
+i1ta
+ita4bi
+i2tab
+i4tag
+4ita5m
+i3ta2n
+i3tat
+2ite
+it3er1a
+i5ter1i
+it4es
+2ith
+i1ti
+4i1t2i1a
+4i2tic
+it3i1ca
+5i5tick1
+i2t3ig
+it5il1l
+i2tim
+2i1t2io
+4itis
+i4ti2s4m
+i2t5o5m
+i1to
+4ito2n
+i4tram
+i1tra
+it5ry
+4i4t3t2
+it3u1at
+i1tu
+itu1a
+i5tud2
+it3ul
+4itz.
+i4tz
+i1u
+2iv
+iv3el1l
+iv3en.
+i4v3er.
+i4vers.
+ive4r1s2
+iv5il.
+i2vil
+iv5io
+iv1it
+i5vore
+iv3o3ro
+i4v3ot
+4i5w
+ix4o
+4iy
+4iz2a2r2
+iza1
+i2z1i4
+5izon1t
+i1zo
+izo2n
+5ja
+jac4q
+ja4p
+1je
+je4r5s2
+4jes4t2ie4
+jest2i
+4jes2ty
+jew3
+jo4p
+5judg
+3ka.
+k3ab
+k5ag
+kais4
+kai2
+kal4
+k1b
+k2ed
+1kee
+ke4g
+ke5l2i
+k3en4d
+k1er
+kes4
+k3e2st.
+ke4ty
+k3f
+kh4
+k1i
+5ki.
+5k2ic
+k4il1l
+kilo5
+k4im
+k4in.
+kin4de
+k4ind
+k5i5n2e2ss
+k2ine
+ki1nes
+kin4g
+k2i4p
+kis4
+k5is2h
+kk4
+k1l
+4k3ley
+4k1ly
+k1m
+k5nes
+1k2no
+ko5r
+kos2h4
+k3ou2
+kro5n
+4k1s2
+k4sc
+ks4l2
+k4s4y
+k5t
+k1w
+lab3ic
+l4abo
+l4a2ci4
+l4ade
+la2d
+la3d2y
+lag4n
+la2m3o
+3l4and
+la2n
+lan4dl
+lan5et
+lan4te
+lan1t
+lar4g2
+l2a2r
+lar3i
+las4e
+la5ta2n
+la2ta
+4latel2i4
+4la1t2iv
+4lav
+la4v4a
+2l1b
+lbin4
+4l1c2
+lce4
+l3ci
+2ld
+l2de
+ld4ere
+ld4er1i
+ldi4
+ld5is1
+l3dr
+l4dri
+le2a
+le4bi
+l2e1b
+le2ft5
+le1f
+5leg.
+5le4g1g2
+le4mat
+le1ma
+lem5at1ic
+4len.
+3lenc
+5le2ne.
+1len1t
+le3ph
+le4pr2
+le2ra5b
+ler1a
+ler4e
+3lerg2
+3l4er1i
+l4ero
+les2
+le5s1co
+les2c
+5lesq
+3l2e2ss
+5less.
+l3e1va
+lev4er.
+lev1er
+lev4er1a
+lev4e4r1s2
+3ley
+4leye
+2lf
+l5fr
+4l1g4
+l5ga
+lg2a2r3
+l4ges
+l1go3
+2l3h
+li4ag
+l2i1a
+li2am4
+liar5iz
+li2a2r
+liar1i
+li4as
+li4a1to
+li5bi
+5lic2io
+l2i1ci
+li4cor
+li1co
+4li4c3s2
+4lict.
+li2c1t
+l4icu
+l3i1cy
+l3i1d2a
+l2id
+lid5er
+3li2di
+lif3er1
+l4i4f1f
+li4f4l2
+5ligate
+l2ig
+li1ga
+3ligh
+li4gra
+li1gr
+3l4ik
+4l4i4l
+lim4b2l2
+li4m1b
+lim3i
+li4mo
+l4i4m4p
+l4i1na
+1l4ine
+lin3ea
+l2in3i
+link5er
+l4i4nk2
+li5og
+l2io
+4l4iq
+lis4p
+l1it
+l2it.
+5lit3i1ca
+li1ti
+l4i2tic
+l5i5ti4c3s2
+liv3er
+l2iv
+l1iz
+4lj
+lka3
+l3kal4
+lka4t
+l1l
+l4law
+l2le
+l5le2a
+l3lec
+l3leg
+l3lel
+l3le4n
+l3le4t
+ll2i
+l2lin4
+l5l4i1na
+ll4o
+lloq2ui5
+llo1q
+lloqu2
+l2l5out
+llou2
+l5low
+2lm
+l5met
+lm3ing
+l4mo2d1
+l1mo
+lmo2n4
+2l1n2
+3lo.
+lob5al
+lo4ci
+4lof
+3log1ic
+l5o1go
+3logu
+lom3er
+lo2me
+5long
+lo2n
+lon4i
+l3o3niz
+lood5
+loo2
+5lo4pe.
+lop3i
+l3o4p1m
+lo1ra4
+lo4ra1to
+lo5r2ie4
+lor5ou2
+5los.
+los5et
+5los5o3phiz
+lo2so
+los4op
+los2oph
+5los5o1phy
+los4t
+lo4ta
+loun5d
+lou2
+2lout
+4lov
+2lp
+lpa5b
+l1pa
+l3pha
+l5phi
+lp5ing
+lpi2n
+l3pit
+l4p2l2
+l5pr2
+4l1r
+2l1s2
+l4sc
+l2se
+l4s2ie4
+4lt
+lt5ag
+l1ta
+ltane5
+lta2n
+l1te
+lten4
+lter1a4
+lth3i
+l5ties.
+lt2ie4
+ltis4
+l1tr
+l1tu2
+ltu1r3a
+lu5a
+lu3br
+lu2ch4
+lu3ci
+lu3en
+luf4
+lu5id
+l2ui2
+lu4ma
+5lu1mi
+l5umn.
+lu4m1n
+5lum3n4i1a
+lu3o
+luo3r
+4lup
+lu2ss4
+l2us
+lus3te
+1lut
+l5ven
+l5vet4
+2l1w
+1ly
+4lya
+4ly1b
+ly5me4
+ly3no
+2lys4
+l5y3s2e
+1ma
+2mab
+ma2ca
+ma5ch2ine
+ma2ch
+ma4ch1in
+ma4c4l4
+mag5in
+mag1i
+5mag1n
+2mah
+ma2id5
+mai2
+4ma2ld
+ma3l2ig
+mal1i
+ma5lin
+mal4l2i
+mal1l
+mal4ty
+ma4lt
+5ma3n4i1a
+ma2n
+man5is
+man3iz
+4map
+ma5ri2ne.
+m2a2r
+mar1i
+mar2in4e
+ma5r2iz
+mar4ly
+mar1l
+mar3v
+ma5sce
+mas4e
+mas1t
+5mate
+m4ath3
+ma3tis
+4mati3za1
+ma1tiz
+4m1b
+m1ba4t5
+m5bil
+m4b3ing
+mb2i4v
+4m5c
+4me.
+2med
+4med.
+5me3d4i3a
+m4edi
+me3d2ie4
+m5e5d2y
+me2g
+mel5o2n
+me4l4t
+me2m
+me1m1o3
+1men
+me1n4a
+men5ac
+men4de
+4mene
+men4i
+me2n1s4
+men1su5
+3men1t
+men4te
+me5o2n
+m5er1sa2
+me4r1s2
+2mes
+3mest2i
+me4ta
+met3a2l
+me1te
+me5thi
+m4etr
+5met3ric
+me5tr2ie4
+me3try
+me4v
+4m1f
+2mh
+5mi.
+m2i3a
+mi1d4a
+m2id
+mid4g
+m2ig4
+3mil3i1a
+mil1i
+m5i5l2ie4
+m4il1l
+mi1n4a
+3m4ind
+m5i3nee
+m2ine
+m4ingl2
+min5gli
+m5ing1ly
+min4t
+m4in1u
+miot4
+m2io
+m2is
+mi4s4er.
+m4ise
+mis3er
+mis5l2
+mis4t2i
+m5i4stry
+mist4r
+4m2ith
+m2iz
+4mk
+4m1l
+m1m
+mma5ry
+m1ma
+mm2a2r
+4m1n
+m1n4a
+m4n1in
+mn4o
+1mo
+4mocr
+5moc5ra1tiz
+mo2d1
+mo4go
+mois2
+moi2
+mo4i5se
+4m2ok
+mo5lest
+moles2
+mo3me
+mon5et
+mo2n
+mon5ge
+mo3n4i3a
+mon4i2s1m
+mon1is
+mon4ist
+mo3niz
+monol4
+mo3ny.
+mo2r
+4mo5ra.
+mo1ra
+mos2
+mo5sey
+mo3sp
+m4oth3
+m5ouf
+mou2
+3mo2us
+mo2v
+4m1p
+mpara5
+m1pa
+mp2a2r
+mpa5rab
+mp4a4r5i
+m3pe2t
+mphas4
+m2pi
+mp2i4a
+mp5ies
+mp2ie4
+m4p1i2n
+m5p4ir
+mp5is
+mpo3ri
+m1p4or
+mpos5ite
+m1pos
+m4po2us
+mpou2
+mpov5
+mp4tr
+m2p1t
+m2py
+4m3r
+4m1s2
+m4s2h
+m5si
+4mt
+1mu
+mul2a5r4
+mu1la
+5mu4lt
+mul1ti3
+3mum
+mun2
+4mup
+mu4u
+4mw
+1na
+2n1a2b
+n4abu
+4nac.
+na4ca
+n5a2c1t
+nag5er.
+nak4
+na4l1i
+na5l2i1a
+4na4lt
+na5mit
+n2a2n
+nan1ci4
+nan4it
+na4nk4
+nar3c
+n2a2r
+4nare
+nar3i
+nar4l
+n5ar1m
+n4as
+nas4c
+nas5t2i
+n2at
+na3ta2l
+na2ta
+nat5o5m2iz
+na2tom
+na1to
+n2au
+nau3se
+na2us
+3naut
+nav4e
+4n1b4
+nc2a2r5
+n1ca
+n4ces.
+n3cha
+n2ch
+n5cheo
+nche2
+n5ch4il2
+n3chis
+n2c1in
+n1ci
+n2c4it
+ncou1r5a
+n1co
+ncou2
+n1cr
+n1cu
+n4dai2
+n1d2a
+n5da2n
+n1de
+nd5e2st.
+ndes2
+ndi4b
+n5d2if
+n1dit
+n3diz
+n5du2c
+n1du
+ndu4r
+nd2we
+nd1w
+2ne.
+n3e2a2r
+n2e2b
+neb3u
+ne2c
+5neck1
+2ned
+ne4gat
+ne1ga
+ne4g5a1t2iv
+5nege
+ne4la
+nel5iz
+nel2i
+ne5mi
+ne4mo
+1nen
+4nene
+3neo
+ne4po
+ne2q
+n1er
+ne2ra5b
+ner1a
+n4er3a2r
+n2ere
+n4er5i
+ner4r4
+1nes
+2nes.
+4ne1sp
+2nest
+4nes4w2
+3net1ic
+ne4v
+n5eve
+ne4w
+n3f
+n4gab
+n1ga
+n3gel
+nge4n4e
+n1gen
+n5gere
+n3ger1i
+ng5ha
+n3gib
+ng1in
+n5git
+n4gla4
+ngl2
+ngov4
+n1go
+ng5s2h
+ngs2
+n1gu
+n4gum
+n2gy
+4n1h4
+nha4
+nhab3
+nhe4
+3n4i1a
+ni3a2n
+ni4ap
+ni3ba
+ni4b2l2
+n2i4d
+ni5di
+ni4er
+n2ie4
+ni2fi
+ni5ficat
+nifi1ca
+n5i1gr
+n2ig
+n4ik4
+n1im
+ni3m2iz
+nim1i
+n1in
+5ni2ne.
+n2ine
+nin4g
+n2i4o
+5n2is.
+nis4ta
+n2it
+n4ith
+3n2i1t2io
+ni1ti
+n3itor
+ni1to
+ni3tr
+n1j
+4nk2
+n5k2ero
+nk1er
+n3ket
+nk3in
+nk1i
+n1k1l
+4n1l
+n5m
+nme4
+nmet4
+4n1n2
+nne4
+nni3al
+n3n4i1a
+nn2i4v
+nob4l2
+no3ble
+n5o1c4l4
+4n3o2d
+3noe
+4nog
+no1ge4
+nois5i
+noi2
+no5l4i
+5nol1o1gis
+3nomic
+n5o5m2iz
+no4mo
+no3my
+no4n
+non4ag
+no1n1a
+non5i
+n5oniz
+4nop
+5nop5o5l2i
+no2r5ab
+no1ra
+no4rary
+nor2a2r
+4nos2c
+nos4e
+nos5t
+no5ta
+1nou2
+3noun
+nov3el3
+nowl3
+n1p4
+npi4
+npre4c
+npr2
+n1q
+n1r
+nru4
+2n1s2
+n2s5ab
+nsa2
+nsati4
+ns4c
+n2se
+n4s3e4s
+ns2id1
+ns2ig4
+n2s1l2
+n2s3m
+n4soc
+n1so
+ns4pe
+n5spi
+nsta5b2l2
+ns1ta
+ns2tab
+n1t
+n2ta4b
+n1ta
+nte4r3s2
+nt2i
+n5ti2b
+nti4er
+nt2ie4
+nti2f2
+n3t2ine
+n2t1in
+n4t3ing
+nt2i4p
+ntrol5l2i
+ntrol1l
+n4t4s2
+ntu3me
+n1tu
+n3tum
+nu1a
+nu4d
+nu5en
+nuf4fe
+nu4f1f
+n3ui4n
+n2ui2
+3nu3it
+n4um
+nu1me
+n5u1mi
+3nu4n
+n3uo
+nu3tr
+n1v2
+n1w4
+nym4
+nyp4
+4nz
+n3za1
+4oa
+oa2d3
+o5a5les2
+o2ale
+oard3
+o2a2r
+oas4e
+oast5e
+oat5i
+ob3a3b
+o5b2a2r
+o1be4l
+o1bi
+o2bin
+ob5ing
+o3br
+ob3ul
+o1ce
+o2ch4
+o3che4t
+oche2
+ocif3
+o1ci
+o4cil
+o4clam
+o1c4l4
+o4cod
+o1co
+oc3rac
+oc5ra1tiz
+ocre3
+5ocrit
+ocri2
+octo2r5a
+o2c1t
+oc1to
+oc3u1la
+o5cure
+od5d1ed
+od1d4
+od3ic
+o1d2i3o
+o2do4
+od4or3
+o4d5uct.
+o1du
+odu2c
+odu2c1t
+o4d5uc4t1s2
+o4el
+o5eng
+o3er
+oe4ta
+o3ev
+o2fi
+of5ite
+of4i4t4t2
+o2g5a5r
+o1ga
+o4g5a1t2iv
+o4ga1to
+o1ge
+o5gene
+o1gen
+o5geo
+o4ger
+o3g2ie4
+1o1gis
+og3it
+o4gl2
+o5g2ly
+3ogniz
+og1ni
+o4g4ro
+o1gr
+og2u5i2
+1o1gy
+2o2g5y3n
+o1h2
+ohab5
+oi2
+oic3es
+oi3der
+o2id
+oi4f1f4
+o2ig4
+oi5let
+o3ing
+oint5er
+oin1t
+o5i2s1m
+oi5so2n
+oi2so
+oist5en
+ois1te
+oi3ter
+o2ite
+o5j
+2ok
+o3ken
+ok5ie4
+ok1i
+o1la
+o4la2n
+ola2ss4
+o2l2d
+ol2d1e
+ol3er
+o3les2c
+oles2
+o3let
+ol4fi
+o2lf
+ol2i
+o3l2i1a
+o3lice
+ol5id.
+ol2id
+o3li4f
+o5l4i4l
+ol3ing
+o5l2io
+o5l2is.
+ol3is2h
+o5l2ite
+ol1it
+o5l2i1t2io
+oli1ti
+o5l2iv
+oll2i4e4
+ol1l
+oll2i
+ol5o3giz
+olo4r
+ol5p2l2
+o2lp
+o4l2t
+ol3ub
+ol3ume
+ol3un
+o5l2us
+ol2v
+o2ly
+o2m5ah
+o1ma
+oma5l
+om5a1tiz
+om2be
+o4m1b
+om4b2l2
+o2me
+om3e1n4a
+o1men
+om5er2se
+ome4r1s2
+o4met
+om5e3try
+om4etr
+o3m2i3a
+om3ic.
+om3i1ca
+o5m2id
+om1in
+o5m2ini
+5ommend
+om1m
+om1men
+omo4ge
+o1mo
+o4mo2n
+om3pi
+o4m1p
+ompro5
+ompr2
+o2n
+o1n1a
+on4ac
+o3n2a2n
+on1c
+3oncil
+on1ci
+2ond
+on5do
+o3nen
+o2n5est
+o1nes
+on4gu
+on1ic
+o3n2i4o
+on1is
+o5ni1u
+on3key
+o4nk2
+on4odi
+o4n3o2d
+on3o3my
+o2n3s2
+on5spi4
+onspi1r5a
+onsp4ir
+on1su4
+onten4
+on1t
+on3t4i
+onti2f5
+on5um
+on1va5
+on1v2
+oo2
+ood5e
+ood5i
+o2o4k
+oop3i
+o3ord
+oost5
+o2pa
+o2p2e5d
+op1er
+3oper1a
+4op4erag
+2oph
+o5pha2n
+o5ph4er
+op3ing
+opi2n
+o3pit
+o5po2n
+o4posi
+o1pos
+o1pr2
+op1u
+opy5
+o1q
+o1ra
+o5ra.
+o4r3ag
+or5al1iz
+oral1i
+or5an4ge
+ora2n
+or2ang
+ore5a
+o5re1a4l
+or3ei2
+or4e5s2h
+or5e2st.
+ores2t
+orew4
+or4gu
+org2
+4o5r2i3a
+or3i1ca
+o5ril
+or1in
+o1r2i1o
+or3i1ty
+o3ri1u
+or2mi
+or1m
+orn2e
+o5rof
+or3oug
+orou2
+or5pe
+or1p
+3orrh4
+or1r4
+or4se
+o4rs2
+ors5en
+orst4
+or3thi
+or3thy
+or4ty
+o5rum
+o1ry
+os3al
+osa2
+os2c
+os4ce
+o3scop
+os1co
+4oscopi
+o5scr
+os4i4e4
+os5i1t2iv
+osi1ti
+os3i1to
+os3i1ty
+o5si4u
+os4l2
+o2so
+o2s4pa
+os4po
+os2ta
+o5stati
+os5til
+ost2i
+os5tit
+o4ta2n
+o1ta
+otele4g
+ot3er.
+ot5e4r1s2
+o4tes
+4oth
+oth5e1si
+oth2e
+oth1es
+oth3i4
+ot3ic.
+ot5i1ca
+o3tice
+o3tif2
+o3tis
+oto5s2
+o1to
+ou2
+ou3b2l2
+ouch5i
+ou2ch
+ou5et
+ou4l
+ounc5er
+oun2d
+ou5v2
+ov4en
+over4ne
+ove4r3s2
+ov4ert
+o3vis
+o4vi1ti4
+o5v4ol
+ow3der
+ow3el
+ow5est3
+ow1i2
+own5i
+o4wo2
+oy1a
+1pa
+pa4ca
+pa4ce
+pa2c4t
+p4a2d
+5paga4n
+pa1ga
+p3agat
+p4ai2
+pa4i4n4
+p4al
+pa1n4a
+pa2n
+pan3el
+pan4ty
+pan1t
+pa3ny
+pa1p
+pa4pu
+para5b2l2
+p2a2r
+pa2rab
+par5age
+par5d2i
+3pare
+par5el
+p4a4r1i
+par4is
+pa2te
+pa5ter
+5pathic
+p4ath
+pa5thy
+pa4tric
+pa1tr
+pav4
+3pay
+4p1b
+pd4
+4pe.
+3pe4a
+pear4l
+pe2a2r
+pe2c
+2p2ed
+3pede
+3p4edi
+pe3d4i3a4
+ped4ic
+p4ee
+pee4d
+pek4
+pe4la
+pel2i4e4
+pel2i
+pe4n2a2n
+pe1na
+p4enc
+pen4th
+pen1t
+pe5o2n
+p4era.
+per1a
+pera5b2l2
+pe2ra4b
+p4erag
+p4er1i
+peri5st
+per2is
+per4mal
+per3m4
+per1ma
+per2me5
+p4ern
+p2er3o
+per3ti
+p4e5ru
+per1v
+pe2t
+pe5ten
+pe5tiz
+4pf
+4pg
+4ph.
+phar5i
+ph2a2r
+ph4e3no
+phe2n
+ph4er
+ph4es.
+ph1es
+ph1ic
+5ph2ie4
+ph5ing
+5phis1t2i
+3phiz
+p4h2l4
+3phob
+3phone
+pho2n
+5phoni
+pho4r
+4p4h1s2
+ph3t
+5phu
+1phy
+p2i3a
+pi2a2n4
+pi4c2ie4
+p2i1ci
+pi4cy
+p4id
+p5i1d2a
+pi3de
+5pi2di
+3piec
+p2ie4
+pi3en
+pi4grap
+p2ig
+pi1gr
+pi3lo
+pi2n
+p4in.
+p4ind4
+p4i1no
+3p2i1o
+pio2n4
+p3ith
+pi5tha
+pi2tu
+2p3k2
+1p2l2
+3pla2n
+plas5t
+pl2i3a
+pli5er
+pl2ie4
+4pl2ig
+pli4n
+ploi4
+plu4m
+plu4m4b
+4p1m
+2p3n
+po4c
+5pod.
+po5em
+po3et5
+5po4g
+poin2
+poi2
+5poin1t
+poly5t
+po2ly
+po4ni
+po2n
+po4p
+1p4or
+po4ry
+1pos
+po2s1s
+p4ot
+po4ta
+5poun
+pou2
+4p1p
+ppa5ra
+p1pa
+pp2a2r
+p2pe
+p4p2ed
+p5pel
+p3pen
+p3per
+p3pe2t
+ppo5s2ite
+p1pos
+pr2
+pray4e4
+5pre1c2i
+pre5co
+pre3e2m
+pre4f5ac
+pre1f
+pre1fa
+pre4la
+pr1e3r4
+p3re1s2e
+3pr2e2ss
+pre5ten
+pre3v2
+5pr2i4e4
+prin4t3
+pr2i4s
+pri2s3o
+p3ro1ca
+pr2oc
+prof5it
+pro2fi
+pro3l
+pros3e
+pro1t
+2p1s2
+p2se
+ps4h
+p4si1b
+2p1t
+p2t5a4b
+p1ta
+p2te
+p2th
+p1ti3m
+ptu4r
+p1tu
+p4tw4
+pub3
+pue4
+puf4
+pu4l3c2
+pu4m
+pu2n
+pur4r4
+5p2us
+pu2t
+5pute
+put3er
+pu3tr
+put4t1ed
+pu4t3t2
+put4t1in
+p3w
+qu2
+qua5v4
+2que.
+3quer
+3quet
+2rab
+ra3bi
+rach4e2
+ra2ch
+r5a1c4l4
+raf5fi
+ra2f
+ra4f1f4
+ra2f4t
+r2ai2
+ra4lo
+ram3et
+r2ami
+ra3ne5o
+ra2n
+ran4ge
+r2ang
+r4ani
+ra5no4
+rap3er
+3ra1phy
+rar5c
+r2a2r
+rare4
+rar5e1f
+4raril
+rar1i
+r2as
+ratio2n4
+ra1t2io
+rau4t
+ra5vai2
+ra2va
+rav3el
+ra5z2ie4
+ra2z1i
+r1b
+r4bab
+r4bag
+rbi2
+r2b3i4f
+r2bin
+r5b2ine
+rb5ing.
+rb4o
+r1c
+r2ce
+r1cen4
+r3cha
+r2ch
+rch4er
+rche2
+r4ci4b
+r1ci
+r2c4it
+rcum3
+r4dal
+r1d2a
+rd2i
+r1d4i4a
+rdi4er
+rd2ie4
+rd1in4
+rd3ing
+2re.
+re1a4l
+re3a2n
+re5ar1r4
+re2a2r
+5rea2v
+re4aw
+r5ebrat
+r2e1b
+re3br
+rec5ol1l
+re2col
+re1co
+re4c5ompe
+reco4m1p
+re4cre
+re1cr
+2r2ed
+re1de
+re3dis1
+r4edi
+red5it
+re4fac
+re1f
+re1fa
+re2fe
+re5fer.
+refer1
+re3fi
+re4fy
+reg3is
+re5it
+rei2
+re1l2i
+re5lu
+r4en4ta
+ren1t
+ren4te
+re1o
+re5pi2n
+re4posi
+re1po
+re1pos
+re1pu
+r1er4
+r4er1i
+r2ero4
+r4e5ru
+r4es.
+re4spi
+re1sp
+res4s5i4b
+r2e2ss
+res1si
+res2t
+re5s2ta2l
+res1ta
+r2e3st4r
+re4ter
+re4ti4z
+re3tri
+r4eu2
+re5u1t2i
+rev2
+re4val
+re1va
+rev3el
+r5ev5er.
+rev1er
+re5ve4r1s2
+re5vert
+re5vi4l
+re1vi
+rev5olu
+re4wh
+r1f
+r3fu4
+r4fy
+rg2
+rg3er
+r3get
+r3g1ic
+rgi4n
+rg3ing
+r5gis
+r5git
+r1gl2
+rgo4n2
+r1go
+r3gu
+rh4
+4rh.
+4rhal
+r2i3a
+ria4b
+ri4ag
+r4ib
+rib3a
+ric5as5
+ri1ca
+r4ice
+4r2i1ci
+5ri5c2id
+ri4c2ie4
+r4i1co
+rid5er
+r2id
+ri3enc
+r2ie4
+ri3en1t
+ri1er
+ri5et
+rig5a2n
+r2ig
+ri1ga
+5r4igi
+ril3iz
+ril1i
+5rima2n
+ri1ma
+rim5i
+3ri1mo
+rim4pe
+ri4m1p
+r2i1na
+5rina.
+r4in4d
+r2in4e
+rin4g
+r2i1o
+5riph
+r2ip
+riph5e
+ri2p2l2
+rip5lic
+r4iq
+r2is
+r4is.
+r2is4c
+r3is2h
+ris4p
+ri3ta3b
+ri1ta
+r5ited.
+r2ite
+ri2t1ed
+rit5er.
+rit5e4r1s2
+r4i2t3ic
+ri1ti
+ri2tu
+rit5ur
+riv5el
+r2iv
+riv3et
+riv3i
+r3j
+r3ket
+rk4le
+rk1l
+rk4lin
+r1l
+rle4
+r2led
+r4l2ig
+r4lis
+rl5is2h
+r3lo4
+r1m
+rma5c
+r1ma
+r2me
+r3men
+rm5e4r1s2
+rm3ing
+r4ming.
+r4m2io
+r3mit
+r4my
+r4n2a2r
+r1na
+r3nel
+r4n1er
+r5net
+r3ney
+r5nic
+r1nis4
+r3n2it
+r3n2iv
+rno4
+r4nou2
+r3nu
+rob3l2
+r2oc
+ro3cr
+ro4e
+ro1fe
+ro5fil
+ro2fi
+r2ok2
+ro5k1er
+5role.
+rom5e1te
+ro2me
+ro4met
+rom4i
+ro4m4p
+ron4al
+ro2n
+ro1n1a
+ron4e
+ro5n4is
+ron4ta
+ron1t
+1room
+roo2
+5root
+ro3pel
+rop3ic
+ror3i
+ro5ro
+ro2s5per
+ro2s4s
+ro4th2e
+r4oth
+ro4ty
+ro4va
+rov5el
+rox5
+r1p
+r4pe4a
+r5pen1t
+rp5er.
+r3pe2t
+rp4h4
+rp3ing
+rpi2n
+r3po
+r1r4
+rre4c
+rre4f
+r4re1o
+rre4s2t
+rr2i4o
+rr2i4v
+rro2n4
+rros4
+rrys4
+4rs2
+r1sa2
+rsa5ti
+rs4c
+r2se
+r3sec
+rse4cr
+r4s5er.
+rs3e4s
+r5se5v2
+r1s2h
+r5sha
+r1si
+r4si4b
+rso2n3
+r1so
+r1sp
+r5sw2
+rta2ch4
+r1ta
+r4tag
+r3t2e1b
+r3ten4d
+r1te5o
+r1ti
+r2t5i2b
+rt2i4d
+r4tier
+rt2ie4
+r3t2ig
+rtil3i
+rtil4l
+r4ti1ly
+r4tist
+r4t2iv
+r3tri
+rtr2oph4
+rt4s2h4
+r4t1s2
+ru3a
+ru3e4l
+ru3en
+ru4gl2
+ru3i4n
+r2ui2
+rum3p2l2
+ru4m2p
+ru2n
+ru4nk5
+run4ty
+run1t
+r5usc2
+r2us
+ru2t1i5n
+r4u1t2i
+rv4e
+rvel4i
+r3ven
+rv5er.
+r5vest
+rv4e2s
+r3vey
+r3vic
+r3v2i4v
+r3vo
+r1w
+ry4c
+5rynge
+ryn5g
+ry3t
+sa2
+2s1ab
+5sack1
+sac3ri2
+s3a2c1t
+5sai2
+sa4l2a2r4
+s4a2l4m
+sa5lo
+sa4l4t
+3sanc
+sa2n
+san4de
+s4and
+s1ap
+sa5ta
+5sa3t2io
+sa2t3u
+sau4
+sa5vor
+5saw
+4s5b
+scan4t5
+s1ca
+sca2n
+sca4p
+scav5
+s4ced
+4s3cei2
+s4ces
+s2ch2
+s4cho2
+3s4c2ie4
+s1ci
+5sc4in4d
+s2cin
+scle5
+s1c4l4
+s4cli
+scof4
+s1co
+4scopy5
+scou1r5a
+scou2
+s1cu
+4s5d
+4se.
+se4a
+seas4
+sea5w
+se2c3o
+3se2c1t
+4s4ed
+se4d4e
+s5edl
+se2g
+se1g3r
+5sei2
+se1le
+5se2l2f
+5selv
+4se1me
+se4mol
+se1mo
+sen5at
+se1na
+4senc
+sen4d
+s5e2ned
+sen5g
+s5en1in
+4sen4t1d
+sen1t
+4sen2tl
+se2p3a3
+4s1er.
+s4er1l
+s2er4o
+4ser3vo
+s1e4s
+s4e5s2h
+ses5t
+5se5um
+s4eu
+5sev
+sev3en
+sew4i2
+5sex
+4s3f
+2s3g
+s2h
+2sh.
+sh1er
+5shev
+sh1in
+sh3io
+3sh2i4p
+sh2i2v5
+sho4
+sh5o2l2d
+sho2n3
+shor4
+short5
+4sh1w
+si1b
+s5ic3c
+3si2de.
+s2id
+5side4s2
+5si2di
+si5diz
+4sig1n4a
+s2ig
+sil4e
+4si1ly
+2s1in
+s2i1na
+5si2ne.
+s2ine
+s3ing
+1s2io
+5sio2n
+sio1n5a
+s4i2r
+si1r5a
+1sis
+3s2i1t2io
+si1ti
+5si1u
+1s2iv
+5siz
+sk2
+4ske
+s3ket
+sk5ine
+sk1i
+sk5in4g
+s1l2
+s3lat
+s2le
+sl2ith5
+sl1it
+2s1m
+s3ma
+smal1l3
+sma2n3
+smel4
+s5men
+5s4m2ith
+smo2l5d4
+s1mo
+s1n4
+1so
+so4ce
+so2ft3
+so4lab
+so1la
+so2l3d2
+so3lic
+sol2i
+5sol2v
+3som
+3s4on.
+so2n
+so1n1a4
+son4g
+s4op
+5soph1ic
+s2oph
+s5o3phiz
+s5o1phy
+sor5c
+sor5d
+4sov
+so5vi
+2s1pa
+5sp4ai2
+spa4n
+spen4d
+2s5peo
+2sper
+s2phe
+3sph4er
+spho5
+spil4
+sp5ing
+spi2n
+4s3p2i1o
+s4p1ly
+s1p2l2
+s4po2n
+s1p4or4
+4sp4ot
+squal4l
+squ2
+s1r
+2ss
+s1sa2
+ssas3
+s2s5c
+s3sel
+s5sen5g
+s4ses.
+ss1e4s
+s5set
+s1si
+s4s2ie4
+ssi4er
+s4s5i1ly
+s4s1l2
+ss4li
+s4s1n4
+sspen4d4
+ss2t
+ssu1r5a
+s1su
+ssu2r
+ss5w2
+2st.
+s2tag
+s1ta
+s2ta2l
+stam4i
+5st4and
+sta2n
+s4ta4p
+5stat.
+s4t1ed
+stern5i
+s5t2ero
+ste2w
+ste1w5a
+s3th2e
+st2i
+s4ti.
+s5t2i1a
+s1tic
+5s4tick1
+s4t2ie4
+s3tif2
+st3ing
+s2t1in
+5st4ir
+s1tle
+s2tl
+5stock1
+s1to
+sto2m3a
+5stone
+sto2n
+s4top
+3store
+st4r
+s4tra2d
+s1tra
+5stra2tu
+s4tray
+s4tr2id
+4stry
+4st3w4
+s2ty
+1su
+su1al
+su4b3
+su2g3
+su5is
+s2ui2
+suit3
+s4ul
+su2m
+su1m3i
+su2n
+su2r
+4sv
+sw2
+4s1wo2
+s4y
+4sy1c
+3syl
+syn5o
+sy5rin
+1ta
+3ta.
+2tab
+ta5bles2
+tab2l2
+5tab5o5l1iz
+tabol2i
+4t4a2ci
+ta5do
+ta2d
+4ta2f4
+tai5lo
+tai2
+ta2l
+ta5la
+tal5en
+t2ale
+tal3i
+4talk
+tal4lis
+tal1l
+tall2i
+ta5log
+ta5mo
+tan4de
+ta2n
+t4and
+1tan1ta3
+tan1t
+ta5per
+ta5p2l2
+tar4a
+t2a2r
+4tar1c
+4tare
+ta3r2iz
+tar1i
+tas4e
+ta5s4y
+4tat1ic
+ta4tur
+ta2tu
+taun4
+tav4
+2taw
+tax4is
+tax3i
+2t1b
+4tc
+t4ch
+tch5e4t
+tche2
+4t1d
+4te.
+te2ad4i
+tea2d1
+4tea2t
+te1ce4
+5te2c1t
+2t1ed
+t4e5di
+1tee
+teg4
+te5ger4
+te5gi
+3tel.
+tel2i4
+5te2l1s2
+te2ma2
+tem3at
+3ten2a2n
+te1na
+3tenc
+3tend
+4te1nes
+1ten1t
+ten4tag
+ten1ta
+1teo
+te4p
+te5pe
+ter3c
+5ter3d
+1ter1i
+ter5ies
+ter2ie4
+ter3is
+teri5za1
+5t4er3n2it
+ter5v
+4tes.
+4t2e2ss
+t3ess.
+teth5e
+3t4eu
+3tex
+4tey
+2t1f
+4t1g
+2th.
+tha2n4
+th2e
+4thea
+th3eas
+the5a2t
+the3is
+thei2
+3the4t
+th5ic.
+th5i1ca
+4th4il2
+5th4i4nk2
+4t4h1l4
+th5ode
+5thod3ic
+4thoo2
+thor5it
+tho5riz
+2t4h1s2
+1t2i1a
+ti4ab
+ti4a1to
+2ti2b
+4tick1
+t4i1co
+t4ic1u
+5ti2di
+t2id
+3tien
+t2ie4
+tif2
+ti5fy
+2t2ig
+5tigu
+til2l5in4
+til1l
+till2i
+1tim
+4ti4m1p
+tim5ul
+ti2mu
+2t1in
+t2i1na
+3ti2ne.
+t2ine
+3t2ini
+1t2io
+ti5oc
+tion5ee
+tio2n
+5tiq
+ti3sa2
+3t4ise
+ti2s4m
+ti5so
+tis4p
+5tisti1ca
+tis1t2i
+tis1tic
+ti3tl
+ti4u
+1t2iv
+ti1v4a
+1tiz
+ti3za1
+ti3ze4n
+ti2ze
+2tl
+t5la
+tla2n4
+3tle.
+3tled
+3tles.
+tles2
+t5let.
+t5lo
+4t1m
+tme4
+2t1n2
+1to
+to3b
+to5crat
+4to2do4
+2tof
+to2gr
+to5ic
+toi2
+to2ma
+to4m4b
+to3my
+ton4a4l1i
+to2n
+to1n1a
+to3n2at
+4tono
+4tony
+to2ra
+to3r2ie4
+tor5iz
+tos2
+5tour
+tou2
+4tout
+to3w2a2r
+4t1p
+1tra
+t2ra3b
+tra5ch
+tr4a2ci4
+tra2c4it
+trac4te
+tra2c1t
+tr2as4
+tra5ven
+trav5e2s5
+tre5f
+tre4m
+trem5i
+5tr2i3a
+tri5ces
+tr4ice
+5tri3c2i1a
+t4r2i1ci
+4tri4c3s2
+2trim
+tr2i4v
+tro5m4i
+tron5i
+tro2n
+4trony
+tro5phe
+tr2oph
+tro3sp
+tro3v
+tr2u5i2
+tr2us4
+4t1s2
+t4sc
+ts2h4
+t4sw2
+4t3t2
+t4tes
+t5to
+t1tu4
+1tu
+tu1a
+tu3a2r
+tu4b4i
+tud2
+4tue
+4tuf4
+5t2u3i2
+3tum
+tu4nis
+tu1ni
+2t3up.
+3ture
+5turi
+tur3is
+tur5o
+tu5ry
+3t2us
+4tv
+tw4
+4t1wa
+twis4
+twi2
+4t1wo2
+1ty
+4tya
+2tyl
+type3
+ty5ph
+4tz
+t2z4e
+4uab
+uac4
+ua5na
+ua2n
+uan4i
+uar5an1t
+u2a2r
+uara2n
+uar2d
+uar3i
+uar3t
+u1at
+uav4
+ub4e
+u4bel
+u3ber
+u4b2ero
+u1b4i
+u4b5ing
+u3b4le.
+ub2l2
+u3ca
+uci4b
+u1ci
+u2c4it
+ucle3
+u1c4l4
+u3cr
+u3cu
+u4cy
+ud5d4
+ud3er
+ud5est
+udes2
+ude1v4
+u1dic
+ud3ied
+ud2ie4
+ud3ies
+ud5is1
+u5dit
+u4do2n
+u1do
+ud4si
+u2d1s2
+u4du
+u4ene
+ue2n1s4
+uen4te
+uen1t
+uer4il
+uer1i
+3u1fa
+u3f4l2
+ugh3e2n
+ug5in
+2ui2
+uil5iz
+uil1i
+ui4n
+u1ing
+uir4m
+u4ir
+ui1ta4
+u2iv3
+ui4v4er.
+u5j
+4uk
+u1la
+ula5b
+u5lati
+ul2ch4
+u4l1c2
+5ulche2
+ul3der
+u2ld
+ul2de
+ul4e
+u1len
+ul4gi
+u4l1g4
+ul2i
+u5l2i1a
+ul3ing
+ul5is2h
+ul4l2a2r
+ul1l
+ul4li4b
+ull2i
+ul4lis
+4u2l3m
+u1l4o
+4u2l1s2
+uls5e4s
+ul2se
+ul1ti
+u4lt
+ul1tra3
+ul1tr
+4ul1tu2
+u3lu
+ul5ul
+ul5v
+u2m5ab
+u1ma
+um4bi
+u4m1b
+um4b1ly
+umb2l2
+u1mi
+u4m3ing
+umor5o
+u1mo
+umo2r
+u4m2p
+un2at4
+u1na
+u2ne
+un4er
+u1ni
+un4im
+u2n1in
+un5is2h
+un2i3v
+u2n3s4
+un4sw2
+un2t3a4b
+un1t
+un1ta
+un4ter.
+un4tes
+unu4
+un5y
+u4n5z
+u4o4rs2
+u5os
+u1ou2
+u1pe
+upe4r5s2
+u5p2i3a
+up3ing
+upi2n
+u3p2l2
+u4p3p
+upport5
+up1p4or
+up2t5i2b
+u2p1t
+up1tu4
+u1ra
+4ura.
+u4rag
+u4r2as
+ur4be
+ur1b
+ur1c4
+ur1d
+ure5a2t
+ur4fer1
+ur1f
+ur4fr
+u3rif
+uri4fic
+uri1fi
+ur1in
+u3r2i1o
+u1rit
+ur3iz
+ur2l
+url5ing.
+ur4no4
+uros4
+ur4pe
+ur1p
+ur4pi
+urs5er
+u4rs2
+ur2se
+ur5tes
+ur3th2e
+ur1ti4
+ur4t2ie4
+u3ru
+2us
+u5sa2d
+usa2
+u5sa2n
+us4ap
+usc2
+us3ci
+use5a
+u5s2i1a
+u3sic
+us4lin
+us1l2
+us1p
+us5s1l2
+u2ss
+us5tere
+us1t4r
+u2su
+usu2r4
+u2ta4b
+u1ta
+u3tat
+4u4te.
+4utel
+4uten
+uten4i
+4u1t2i
+uti5l2iz
+util1i
+u3t2ine
+u2t1in
+ut3ing
+utio1n5a
+u1t2io
+utio2n
+u4tis
+5u5tiz
+u4t1l
+u2t5of
+u1to
+uto5g
+uto5mat1ic
+uto2ma
+u5to2n
+u4tou2
+u4t1s4
+u3u
+uu4m
+u1v2
+ux1u3
+u2z4e
+1va
+5va.
+2v1a4b
+vac5il
+v4a2ci
+vac3u
+vag4
+va4ge
+va5l2i4e4
+val1i
+val5o
+val1u
+va5mo
+va5niz
+va2n
+va5pi
+var5ied
+v2a2r
+var1i
+var2ie4
+3vat
+4ve.
+4ved
+veg3
+v3el.
+vel3l2i
+vel1l
+ve4lo
+v4e1ly
+ven3om
+v4eno
+v5enue
+v4erd
+5v2e2re.
+v4erel
+v3eren
+ver5enc
+v4eres
+ver3ie4
+ver1i
+vermi4n
+ver3m4
+3ver2se
+ve4r1s2
+ver3th
+v4e2s
+4ves.
+ves4te
+ve4te
+vet3er
+ve4ty
+vi5al1i
+v2i1a
+vi2al
+5vi2a2n
+5vi2de.
+v2id
+5vi2d1ed
+4v3i1den
+5vide4s2
+5vi2di
+v3if
+vi5gn
+v2ig
+v4ik4
+2vil
+5v2il1it
+vil1i
+v3i3l2iz
+v1in
+4vi4na
+v2inc
+v4in5d
+4ving
+vi1o3l
+v2io
+v3io4r
+vi1ou2
+v2i4p
+vi5ro
+v4ir
+vis3it
+vi3so
+vi3su
+4vi1ti
+vit3r
+4vi1ty
+3v2iv
+5vo.
+voi4
+3v2ok
+vo4la
+v5ole
+5vo4l2t
+3vol2v
+vom5i
+vo2r5ab
+vo1ra
+vori4
+vo4ry
+vo4ta
+4vo1tee
+4vv4
+v4y
+w5ab2l2
+2wac
+wa5ger
+wa2g5o
+wait5
+wai2
+w5al.
+wam4
+war4t
+w2a2r
+was4t
+wa1te
+wa5ver
+w1b
+wea5r2ie4
+we2a2r
+wear1i
+we4ath3
+wea2t
+we4d4n4
+weet3
+wee5v
+wel4l
+w1er
+west3
+w3ev
+whi4
+wi2
+wil2
+wil2l5in4
+wil1l
+will2i
+win4de
+w4ind
+win4g
+w4ir4
+3w4ise
+w2ith3
+wiz5
+w4k
+wl4es2
+wl3in
+w4no
+1wo2
+wom1
+wo5v4en
+w5p
+wra4
+wri4
+wri1ta4
+w3s2h
+ws4l2
+ws4pe
+w5s4t
+4wt
+wy4
+x1a
+xac5e
+x4a2go
+xam3
+x4ap
+xas5
+x3c2
+x1e
+xe4cu1to
+xe1cu
+xe3c4ut
+x2ed
+xer4i
+x2e5ro
+x1h
+xhi2
+xh4il5
+xhu4
+x3i
+x2i5a
+xi5c
+xi5di
+x2id
+x4ime
+xi5m2iz
+xim1i
+x3o
+x4ob
+x3p
+xp4an4d
+x1pa
+xpa2n
+xpec1to5
+xpe2c
+xpe2c1t
+x2p2e3d
+x1t2
+x3ti
+x1u
+xu3a
+xx4
+y5ac
+3y2a2r4
+y5at
+y1b
+y1c
+y2ce
+yc5er
+y3ch
+ych4e2
+ycom4
+y1co
+ycot4
+y1d
+y5ee
+y1er
+y4er1f
+yes4
+ye4t
+y5gi
+4y3h
+y1i
+y3la
+ylla5b2l2
+yl1l
+y3lo
+y5lu
+ymbol5
+y4m1b
+yme4
+ym1pa3
+y4m1p
+yn3c4hr4
+yn2ch
+yn5d
+yn5g
+yn5ic
+5ynx
+y1o4
+yo5d
+y4o5g
+yom4
+yo5net
+yo2n
+y4o2n3s2
+y4os
+y4p2ed
+yper5
+yp3i
+y3po
+y4po4c
+yp2ta
+y2p1t
+y5pu
+yra5m
+yr5i3a
+y3ro
+yr4r4
+ys4c
+y3s2e
+ys3i1ca
+y1s3io
+3y1sis
+y4so
+y2ss4
+ys1t
+ys3ta
+ysu2r4
+y1su
+y3thin
+yt3ic
+y1w
+za1
+z5a2b
+z2a2r2
+4zb
+2ze
+ze4n
+ze4p
+z1er
+z2e3ro
+zet4
+2z1i
+z4il
+z4is
+5zl
+4zm
+1zo
+zo4m
+zo5ol
+zoo2
+zte4
+4z1z2
+z4zy
+.as9s8o9c8i8a8te.
+.as1so
+.asso1ci
+.asso3c2i1a
+.as9s8o9c8i8a8t8es.
+.de8c9l8i9n8a9t8i8on.
+.de1c4l4
+.decl4i1na
+.declin2at
+.declina1t2io
+.declinatio2n
+.ob8l8i8g9a9t8o8ry.
+.ob2l2
+.obl2ig
+.obli1ga
+.obliga1to
+.obligato1ry
+.ph8i8l9a8n9t8h8r8o8p8ic.
+.ph4il2
+.phi1la
+.phila2n
+.philan1t
+.philant4hr4
+.philanthrop3ic
+.pr8e8s8e8nt.
+.p3re1s2e
+.presen1t
+.pr8e8s8e8n8ts.
+.presen4t4s2
+.pr8o8j8e8ct.
+.pro5j
+.pro1je
+.proje2c1t
+.pr8o8j8e8c8ts.
+.projec4t1s2
+.re8c8i9p8r8o8c8i8ty.
+.re1c2i
+.rec2ip
+.recipr2
+.recipr2oc
+.recipro1ci
+.recipro2c1it
+.reciproci1ty
+.re9c8o8g9n8i9z8a8n8ce.
+.re1co
+.re2cog
+.rec3ogniz
+.recog1ni
+.recogniza1
+.recogniza2n
+.re8f9o8r9m8a9t8i8on.
+.re1f
+.re1fo
+.refo2r
+.refor1m
+.refor1ma
+.reforma1t2io
+.reformatio2n
+.re8t9r8i9b8u9t8i8on.
+.re3tri
+.retr4ib
+.retri3bu1t2io
+.retrib4u1t2i
+.retributio2n
+.ta9b8le.
+.2tab
+.tab2l2
+# liblouis: Norwegian literary braille, 6-dot, contracted level 3
+#
+#  Copyright (C) 2005 ViewPlus Technologies, Inc. www.viewplus.com
+#  Copyright (C) 2005-2012 Lars Bjørndal <lars@lamasti.net>
+#
+#-copyright: 2005, ViewPlus Technologies, Inc. www.viewplus.com
+#-copyright: 2005-2012, Lars Bjørndal <lars@lamasti.net>
+#-license: LGPLv2.1
+#
+# Created June 9, 2005 by Leon Ungier <Leon.Ungier@ViewPlus.com> with
+# help and guidance from Lars Bjørndal <lars@lamasti.net>.
+# Modified Sep 30, 2005 by LU
+# Modified October 25, 2005
+# Last modified July 2012, by lars@lamasti.net
+#
+#-author-name: Leon Ungier
+#-author-email: Leon.Ungier@ViewPlus.com
+#-author-url: www.viewplus.com
+#
+#-author-name: Lars Bjørndal
+#-author-email: lars@lamasti.net
+#-author-url: https://github.com/larsbjorndal
+#
+# Official norwegian braille specifications are collected here:
+# http://liblouis.org/braille-specs/norwegian
+# This specific table is based on the document "Kortskrift i norsk punktskrift - KS04".
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+#
+
+include no-no-g2.ctb
+
+# -------------- level 3 contractions -----------------
+word absolutt 1-12-234
+word akkurat 1-13-1235
+endword aktig 25-13
+endword aktige 26-13
+endword aktigere 26-13-12356
+endword aktigeres 26-13-12356-234
+# word aldri 1-24									# defined in level 2
+# alle														# defined in level 2
+# word allerede 1-123-1235				# defined in level 2
+# word alltid 1-2345-145					# defined in level 2
+
+word alminneleg 1-123-134-25-1245
+begword alminneleg 1-123-134-25-1245
+word ualminneleg 136-1-123-134-25-1245
+begword ualminneleg 136-1-123-134-25-1245
+
+word alminnelege 1-123-134-26-1245
+word ualminnelege 136-1-123-134-26-1245
+word alminnelig 1-123-134-25-123
+word ualminnelig 136-1-123-134-25-123
+begword alminnelig 1-123-134-25-123
+begword ualminnelig 136-1-123-134-25-123
+
+word alminnelige 1-123-134-26-123
+word ualminnelige 136-1-123-134-26-123
+
+# word altfor 1-1246							# defined in level 2
+# word altså 1-16                 # defined in level 2
+# begword andre 1-12356						# defined in level 2
+# word andres 1-12356-234					# defined in level 2
+
+# begword annen 1-126							# defined in level 2
+# word annens 1-126-234						# defined in level 2
+
+# word annerledes 1-1345-1235			# defined in level 2
+# begword annet 1-346							# defined in level 2
+# endword ar 3456									# defined in level 1
+# endword ars 3456-234						# defined in level 1
+# word at 1												# defined in level 1
+
+# begge														# defined in level 2
+# word blant 12-123								# defined in level 2
+# word ble 12											# defined in level 1
+# word blir 12-1235								# defined in level 2
+# word blitt 12-2345							# defined in level 2
+# bruk														# defined in level 2
+word burde 12-1456											# level 3 contractions
+word både 12-145
+
+# de															# defined in level 2
+# word deg 145-1245								# defined in level 2
+# word dem 145-134								# defined in level 2
+# denne														# defined in level 2
+# begword der 23456								# defined in level 2
+# dere														# defined in level 2
+# word desse 1456-234							# defined in level 2
+# word dessuten 145-234-136				# defined in level 2
+# word dessverre 145-234-1236			# defined in level 2
+# dette														# defined in level 2
+# word din 145-1345								# defined in level 2
+# word disse 145-234							# defined in level 2
+# word ditt 145-2345							# defined in level 2
+# word diverre 145-1236						# defined in level 2
+
+endword dom 25-145
+endword domde 25-145-1456
+endword domen 25-145-126
+endword domens 25-145-126-234
+endword domer 25-145-156
+endword domers 25-145-156-234
+endword domet 25-145-346
+endword domets 25-145-346-234
+endword domane 25-145-1-2346
+endword domme 26-145
+endword dommene 26-145-2346
+endword dommenes 26-145-2346-234
+endword dommen 26-145-1345
+
+endword dommer 26-145-1235
+
+# word du 145											# defined in level 2
+# begword dykk 145-13							# defined in level 2
+
+endword els 25-15
+endword elsar 25-15-3456
+endword elsars 25-15-3456-234
+endword elsde 25-15-1456
+
+endword elser 25-15-156
+endword elsers 25-15-156-234
+endword elsen 25-15-126
+endword elsens 25-15-126-234
+endword elset 25-15-346
+endword elsets 25-15-346-234
+endword elsne 25-15-2346
+endword elsnes 25-15-2346-234
+endword elste 25-15-1256
+endword elstes 25-15-1256-234
+endword else 26-15
+endword elsede 26-15-1456
+endword elsene 26-15-2346
+endword elsenes 26-15-2346-234
+endword elsete 26-15-1256
+
+always enb 126-12
+always enc 126-14
+always end 126-145
+always enf 126-124
+always eng 126-1245
+always enh 126-125
+always enj 126-245
+always enk 126-13
+always enl 126-123
+always enm 126-134
+always enn 126-1345
+always enp 126-1234
+always enq 126-12345
+always enr 126-1235
+always ens 126-234
+always ent 126-2345
+always env 126-1236
+always enw 126-23456
+always enx 126-1346
+always enz 126-1356
+always erb 156-12
+always erc 156-14
+always erd 156-145
+always erf 156-124
+always erg 156-1245
+always erh 156-125
+always erj 156-245
+always erk 156-13
+always erl 156-123
+always erm 156-134
+always ern 156-1345
+always erp 156-1234
+always erq 156-12345
+always err 156-1235
+always ers 156-234
+always ert 156-2345
+always erv 156-1236
+always erw 156-23456
+always erx 156-1346
+always erz 156-1356
+
+always enbruk 126-12-13
+always ensom 126-25-234
+always ensomme 126-26-234
+word erte 156-1256
+begword erte 156-1256
+endword erte 156-1256
+word ertes 156-1256-234
+endword ertes 156-1256-234
+word erne 156-2346
+begword erne 156-2346
+endword erne 156-2346
+endword ernes 156-2346-234
+word enhet 126-236
+word enheten 126-236-126
+word enheter 126-236-156
+word enhetene 126-236-15-2346
+endword enhet 126-236
+endword enheten 126-236-126
+endword enheter 126-236-156
+endword enhetene 126-236-15-2346
+endword erdom 156-25-145
+endword erdomar 156-25-145-3456
+endword erdomen 156-25-145-126
+endword erdomens 156-25-145-126-234
+endword erdomane 156-25-145-1-2346
+endword erdomanes 156-25-145-1-2346-234
+endword erdommen 156-26-145-1356
+endword erdommer 156-26-145-1235
+endword endom 126-25-145
+endword endomane 126-25-145-1-2346
+endword endommen 126-26-145-1345
+endword endommer 126-26-145-1235
+
+begword et 346
+
+word forresten 1246-1235-234						# level 3 contractions
+word forrige 1246-1235-1245
+# word fra 124										# defined in level 1
+always fra\sog\smed 124-14-146
+
+word frametter 124-1356									# level 3 contractions
+word framfor 124-1246
+# word fulgte 124-1245-1256				# defined in level 2
+# word følg 124-1245							# defined in level 2
+# begword følg 124-1245
+# always følge 124-1245-15
+# word før 246										# defined in level 1
+always først\sog\sfremst 124-14-124			# level 3 contractions
+
+begword grupp 1245-1234									# level 3 contractions
+word gruppa 1245-1234-1
+endword gruppa 1245-1234-1
+word gruppe 1245-1234-15
+begword gruppe 1245-1234-15
+endword gruppe 1245-1234-15
+word gruppene 1245-1234-15-2346
+begword gruppene 1245-1234-15-2346
+endword gruppene 1245-1234-15-2346
+word gruppenes 1245-1234-15-2346-234
+endword gruppenes 1245-1234-15-2346-234
+word gruppen 1245-1234-126
+begword gruppen 1245-1234-126
+endword gruppen 1245-1234-126
+word gruppens 1245-1234-126-234
+begword gruppens 1245-1234-126-234
+endword gruppens 1245-1234-126-234
+word grupper 1245-1234-156
+begword grupper 1245-1234-156
+endword grupper 1245-1234-156
+word gruppers 1245-1234-156-234
+endword gruppers 1245-1234-156-234
+
+word går 1245-1235								
+word gått 1245-2345											# level 3 contractions
+
+word heldig 125-145											# level 3 contractions
+word uheldig 136-125-145
+begword heldig 125-145									# level 3 contractions
+begword uheldig 136-125-145
+
+endword het 236													# level 3 contractions
+endword heten 236-126
+endword heter 236-156
+endword hetene 236-15-2346
+
+# word hun 136										# already in level 1
+# hverandre												# defined in level 2
+begword hvor 23456
+
+endword ing 25-24
+always ings 25-24-234
+endword ingar 25-24-3456
+endword ingars 25-24-3456-234
+endword ingde 25-24-1456
+endword ingen 25-24-126
+endword ingens 25-24-126-234
+endword inger 25-24-156
+endword ingers 25-24-156-234
+endword inget 25-24-346
+endword ingets 25-24-346-234
+endword ingte 25-24-1256
+endword ingets 25-24-346-234
+endword inga 25-24-1
+endword ingade 25-24-1-1456
+endword ingaen 25-24-1-126
+endword ingaens 25-24-1-126-234
+endword ingaer 25-24-1-156
+endword ingaers 25-24-1-156-234
+endword ingaet 25-24-1-346
+endword ingaets 25-24-1-346-234
+endword ingate 25-24-1-1256
+endword ingane 25-24-1-2346
+endword inganes 25-24-1-2346-234
+
+endword inge 26-24
+endword ingene 26-24-2346
+endword ingenes 26-24-2346-234
+
+word istedenfor 24-356-1246
+word jamvel 245-1236
+endword leg 25-1245
+endword legar 25-1245-3456
+endword legars 25-1245-3456-234
+endword legde 25-1245-1456
+endword legdes 25-1245-1456-234
+endword legen 25-1245-126
+endword legens 25-1245-126-234
+endword leger 25-1245-156
+endword legers 25-1245-156-234
+endword leget 25-1245-346
+endword legets 25-1245-346-234
+endword legne 25-1245-2346
+endword legnes 25-1245-2346-234
+endword legte 25-1245-1256
+endword legtes 25-1245-1256-234
+endword lege 26-1245
+endword legene 26-1245-2346
+endword legenes 26-1245-2346-234
+endword legere 26-1245-12356
+endword legeres 26-1245-12356-234
+endword legete 26-1245-1256
+endword legetes 26-1245-1256-234
+endword lig 25-123
+endword ligar 25-123-3456
+endword ligde 25-123-1456
+endword ligdes 25-123-1456-234
+endword ligen 25-123-126
+endword ligens 25-123-126-234
+endword liger 25-123-156
+endword ligers 25-123-156-234
+endword liget 25-123-346
+endword ligets 25-123-346-234
+endword ligne 25-123-2346
+endword lignes 25-123-2346-234
+endword ligte 25-123-1256
+endword ligtes 25-123-1256-234
+endword lighet 25-123-236
+endword ligheten 25-123-236-126
+endword lighetens 25-123-236-126-234
+endword lighetene 25-123-236-15-2346
+
+endword lige 26-123
+endword ligene 26-123-2346
+endword ligenes 26-123-2346-234
+endword ligete 26-123-1256
+endword ligetes 26-123-1256-234
+endword ligere 26-123-12356
+endword ligeres 26-123-12356-234
+
+# word mange 134										# defined in level 1 contractions
+# word manges 134-234								# defined in level 2 contractions
+# word med 146											# defined in level 1 contractions
+# word meg 134-1245									# defined in level 2 contractions
+# word meget 134-346								# -
+# word mellom 134-123								# -
+
+endword ment 25-2345
+endword mentar 25-2345-3456
+endword mentars 25-2345-3456-234
+endword mentde 25-2345-1456
+endword menten 25-2345-126
+endword mentens 25-2345-126-234
+endword menter 25-2345-156
+endword menters 25-2345-156-234
+endword mentet 25-2345-346
+endword mentets 25-2345-346-234
+endword mentne 25-2345-2346
+endword mentnes 25-2345-2346-234
+endword mentte 25-2345-1256
+endword menta 25-2345-1
+
+endword mente 26-2345
+endword mentene 26-2345-2346
+endword mentenes 26-2345-2346-234
+endword messig 25-134
+endword messige 26-134
+endword messigere 26-134-12356
+
+# word min 134-1345									# defined in level 2 contractions
+
+endword nad 25-1246
+endword nadar 25-1246-3456
+endword nadars 25-1246-3456-234
+endword naden 25-1246-126
+endword nadens 25-1246-126-234
+endword nader 25-1246-156
+endword naders 25-1246-156-234
+endword nadet 25-1246-346
+endword nadets 25-1246-346-234
+endword nadne 25-1246-2346
+endword nade 26-1246
+endword nadene 26-1246-2346
+endword nadenes 26-1246-2346-234
+endword nadere 26-1246-12356
+endword nadere 26-1246-12356-234
+
+# word natur 1345-2345							# defined in level 2 contractions
+# begword unatur 136-1345-2345						# level 3 contractions
+
+word naturligvis 1345-2345-1236
+
+# word nedenfor 1345-1246						# defined in level 2 contractions
+# word nedenfra 1345-124            # defined in level 2 contractions
+
+begword une 136-2346
+begword ne 2346
+word nemlig 1345-123				
+# word neppe 1345-1234							# defined in level 2 contractions
+word nettopp 1345-2345-1234
+# begword noen 1345-1345						# defined in level 2 contractions
+word noenlunde 1345-1345-123
+word noensinne 1345-1345-234
+# word noko 1345-13									# defined in level 2 contractions
+# word nokon 1345-13-1345						# defined in level 2 contractions
+# word nokre 1345-13-12356					# defined in level 2 contractions
+
+word nødvendig 1345-1236
+begword nødvendig 1345-1236
+word unødvendign 136-1345-1236
+begword unødvendig 136-1345-1236
+
+
+# word når 1345										# defined in level 2 contractions
+# word og 14											# defined in level 1
+# word også												# defined in level 1
+
+word omkring 135-134-13											# level 3 contractions
+word omtrent 135-134-2345
+
+# word oss												# defined in level 1
+# word og 14											# defined in level 1
+# word også												# defined in level 1
+# word oss												# defined in level 1
+# word ovenfor 135-1246						# defined in level 2 contractions
+# word ovenfra 135-124						# defined in level 2 contractions
+# word over												# defined in level 1
+# over														# defined in level 2 contractions
+# begword overgang 1346-1245-1245 # defined in level 2 contractions
+word oppmerksom 135-1234-134
+word uoppmerksom 136-135-1234-134
+
+word pakk 1234-13
+begword pakk 1234-13
+endword pakk 1234-13
+word plutselig 1234-25-123
+begword pr 25
+
+# always punkt 1234-13-2345				# defined in level 2 contractions
+# word på 1234										# defined in level 1
+# re															# defined in level 2 contractions
+
+word riktig 1235-1245
+word uriktig 136-1235-1245
+begword riktig 1235-1245
+begword uriktig 136-1235-1245
+
+endword sam 25-146
+endword samar 25-146-3456
+endword samars 25-146-3456-234
+endword samen 25-146-126
+endword samens 25-146-126-234
+endword samer 25-146-156
+endword samers 25-146-156-234
+endword samet 25-146-346
+endword samets 25-146-346-234
+endword samne 25-146-2346
+endword samnes 25-146-2346-234
+endword samte 25-146-1256
+endword samtes 25-146-1256-234
+endword samre 25-146-12356
+endword samres 25-146-12356-234
+endword samt 25-146-2345
+endword same 26-146
+endword samene 26-146-2346
+endword samenes 26-146-2346-234
+endword samere 26-146-12356
+
+# word samme 234-134							# defined level 2 contractions
+# sammen													# defined level 2 contractions
+
+begword sannsyn 234-234									# level 3 contractions
+begword usannsyn 136-234-234
+begword sannsynleg 234-234-25-1245
+begword usannsynleg 136-234-234-25-1245
+begword sannsynlig 234-234-25-123
+begword usannsynlig 136-234-234-25-123
+word sannsynligvis 234-234-1236					# level 3 contractions
+
+# word seg 234-1245								# defined level 2 contractions
+# word selv 234-1236							# defined level 2 contractions
+
+word sidan 234-145											# level 3 contractions
+word simpelthen 234-1234-125
+
+# word sin 234-1345								# defined level 2 contractions
+# word sitt 234-2345							# defined level 2 contractions
+
+word sjeldan 234-245-145								# level 3 contractions
+word sjelden 234-245-145-126
+word sjeldne 234-245-145-2346
+endword sjon 25-1345
+endword sjonar 25-1345-3456
+endword sjonars 25-1345-3456-234
+endword sjonen 25-1345-126
+endword sjonens 25-1345-126-234
+endword sjoner 25-1345-156
+endword sjoners 25-1345-156-234
+endword sjonet 25-1345-346
+endword sjonane 25-1345-1-2346
+endword sjonanes 25-1345-1-2346-234
+endword sjone 26-1345
+endword sjonene 26-1345-2346
+endword sjonenes 26-1345-2346-234
+
+# word sjøl 234-245								# defined level 2 contractions
+# sjølv														# defined level 2 contractions
+begword sk 2356
+endword sk 2356
+# word skal 123456								# defined level 2 contractions
+endword skap 25-1234
+endword skaps 25-1234-234
+endword skapar 25-1234-3456
+endword skapars 25-1234-3456-234
+endword skapen 25-1234-126
+endword skapens 25-1234-126-234
+endword skaper 25-1234-156
+endword skapers 25-1234-156-234
+endword skapet 25-1234-346
+endword skapets 25-1234-346-234
+endword skape 26-1234
+endword skapene 26-1234-2346
+endword skapenes 26-1234-2346-234
+endword enskap 126-25-1234
+endword enskapar 126-25-1234-3456
+endword enskapars 126-25-1234-3456-234
+endword enskapen 126-25-1234-126
+endword enskapens 126-25-1234-126-234
+endword enskaper 126-25-1234-156
+endword enskapers 126-25-1234-156-234
+endword enskapet 126-25-1234-346
+endword enskapets 126-25-1234-346-234
+endword enskape 126-26-1234
+endword enskapene 126-26-1234-2346
+endword enskapenes 126-26-1234-2346-234
+endword erskap 156-25-1234
+endword erskapar 156-25-1234-3456
+endword erskapars 156-25-1234-3456-234
+endword erskapen 156-25-1234-126
+endword erskapens 156-25-1234-126-234
+endword erskaper 156-25-1234-156
+endword erskapers 156-25-1234-156-234
+endword erskapet 156-25-1234-346
+endword erskapets 156-25-1234-346-234
+endword erskape 156-26-1234
+endword erskapene 156-26-1234-2346
+endword erskapenes 156-26-1234-2346-234
+
+begword skr 123456
+# word skulla 123456-1						# defined level 2 contractions
+# word skulle 123456-15						# defined level 2 contractions
+# word skullet 123456-346					# defined level 2 contractions
+# word snart 234-1235							# defined level 2 contractions
+# word som 234										# defined in level 1
+
+endword som 25-234											# level 3 contractions
+endword somt 25-234-2345
+endword somme 26-234
+endword sommere 26-234-12356
+endword sommene 26-234-2346
+begword sp 235													# level 3 contractions
+
+# always spørsmål 234-1234-134		# defined level 2 contractions
+
+begword st 356													# level 3 contractions
+
+# word tatt 2345-2345							# defined level 2 contractions
+
+word te 1256
+begword te 1256
+
+begword ute 136-1256
+word uten 136-2345-126
+endword uten 136-2345-126
+
+word temmelig 2345-134									# level 3 contractions
+
+always til\sog\smed 2345-14-146
+begword tr 26
+
+word vanske 1236-14
+begword vanske 1236-14
+begword vanskeleg 1236-14-25-1245
+begword vanskelig 1236-14-25-123
+
+word vedtatt 1236-2345-2345							# level 3 contractions
+word verken 1236-13
+endword vis 25-1236
+endword visar 25-1236-3456
+endword visars 25-1236-3456-234
+endword visen 25-1236-126
+endword visens 25-1236-126-234
+endword viser 25-1236-156
+endword visers 25-1236-156-234
+endword viset 25-1236-346
+endword visets 25-1236-346-234
+endword visne 25-1236-2346
+endword visnes 25-1236-2346-234
+endword viste 25-1236-1256
+endword vistes 25-1236-1256-234
+endword vist 25-1236-2345
+
+# word viss 1236-234							# defined level 2 contractions
+# word uviss 136-1236-234					# defined level 2 contractions
+
+# --------------------- End level 3 contracions ---------------------------
+#  Copyright (C) 2010 Leon Ungier <Leon.Ungier@ViewPlus.com>, 
+#  Copyright (C) 2010 Samuel Thibault <samuel.thibault@ens-lyon.org>
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+
+# Table for Kurukh
+space \x00a0 a
+include spaces.uti
+include devanagari.cti
+include text_nabcc.dis
+#
+#  Copyright (C) 2011 by Bert Frees <bertfrees@gmail.com>
+#  Copyright (C) 2011 by Jan Halousek <merit@login.cz>
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+#
+# ----------------------------------------------------------------------------------------------
+#
+#  Czech Braille
+#
+#     Created and maintained by Bert Frees <bertfrees@gmail.com>
+#                               Jan Halousek <merit@login.cz>
+#
+#     Based on the official Czech Braille Standard
+# ----------------------------------------------------------------------------------------------
+
+# ----------------------------------------------------------------------------------------------
+# Braille indicator opcodes
+# ----------------------------------------------------------------------------------------------
+
+numsign  3456
+capsletter  6
+begcapsword  56
+endcapsword  5
+
+# ----------------------------------------------------------------------------------------------
+# Literary digits
+# ----------------------------------------------------------------------------------------------
+
+include litdigits6Dots.uti
+
+# ----------------------------------------------------------------------------------------------
+# Decimal points, hyphens
+# ----------------------------------------------------------------------------------------------
+
+decpoint  \x002C  2
+decpoint  \x002E  3
+hyphen    \x002D  36
+
+# ----------------------------------------------------------------------------------------------
+# Letter prefix in numbers
+# ----------------------------------------------------------------------------------------------
+
+class    digitletter                 abcdefghij
+noback context  $d[]%digitletter            @5
+noback context  $d"."[]%digitletter         @5
+noback context  $d","[]%digitletter         @5
+
+# ----------------------------------------------------------------------------------------------
+#-index-name: Latvian
+#-display-name: Latvian braille
+
+#+locale:lv
+#+type:literary
+#+dots:6
+#+grade:1
+
+# TODO: Please correct the metadata above. It is not meant to be
+# accurate nor complete. It hasn't been verified by the table
+# author yet. It is merely an attempt by the liblouis maintainers
+# to get some sensible initial values in place.
+
+# TODO: Please add a reference to official documentation about
+# the implemented braille code. Preferably submit the documents
+# to https://github.com/liblouis/braille-specs.
+
+include Lv-Lv-g1.utb
+include braille-patterns.cti
+# This file will produce Unicode Braille output.
+# Use it as the first file in a table list.
+#
+#  Copyright (C) 2010 JJB Software, Inc. www.jjb-software.com
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+
+display \s 0
+include unicode.dis
+display \x2800 0# liblouis: Hungarian Grade 1 table
+#
+#  Copyright (C) 2011-2017 Attila Hammer from IT Foundation for the Visually Impaired - Hungary. www.infoalap.hu
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+#
+#  Maintained by Attila Hammer  hammer.attila@infoalap.hu
+#
+# If you found bugs with hungarian grade1 table, report it with following address:
+# Attila Hammer <hammer.attila@infoalap.hu
+#If you have a Launchpad account, report table related requests with following bug tracker address: https://bugs.launchpad.net/belin
+
+#This file containing exception words with different need appliing general hungarian combined braille letters, for example cs, ccs, ty, tty rules
+#cs, ccs related exceptions
+partword arccs 1-1235-14-146	For example arccsont, harccsoport, harccselekmény words
+partword arcsérül =	For example arcsérülés word
+partword habarccs 125-1-12-1-1235-146-146	For example habarccsal word
+begword harcso =	For example harcsor word
+partword árbóc =	For example árbóccsúcs word
+partword árboc =	For example árboccsúcs word
+begword fegyenc 124-15-1456-15-1345-14	For example fegyenccsoport, fegyencsapkát words
+begword filc =	For example filccsizma word
+partword gerinc =	For example gerincsérült, gerincsérv words
+partword kilenc =	For example kilenccsatorna word
+partword kavics 13-1-1236-24-146	For example kavicszápor, kavicszátony, kavicszuzalék, kavicsszerű words
+partword kaviccs 13-1-1236-24-146-146	For example kaviccsá word, only backtranslation affected this exception, normal contracted braille text are Ok
+begword kudarc =	For example kudarcsorozat
+begword különcsé =	For example különcség word
+begword lánc =	For example láncszem, lánccsörgés words
+partword licenc =	For example licencsértés, licenccsalád words
+partword malac =	For example malacság, malacsült words
+begword nerc =	For example nercstóla word
+always nercsinszk 1345-15-1235-146-24-1345-156-13
+always pácsó =	Pácsó word
+partword polc =	For example polcsor word
+begword ipolcs 24-1234-135-123-146
+partword tapolcsá 2345-1-1234-135-123-146-4
+begword opolcs 135-1234-135-123-146
+partword porcsé =	For example porcsérülés word
+begword szocsegé 156-135-14-234-15-1245-16	For example szocsegély word
+begword kóccs 13-246-14-146	For example kóccsomó word
+
+partword tánc =	For example tánccsoport word
+partword sátáncsap 234-4-2345-4-1345-146-1-1234	For example sátáncsapat word
+partword piac =	For example piaccsarnok word
+partword piacsök 1234-24-1-146-12345-13	For example Entrópiacsökkentés word
+always piacson 1234-24-1-146-135-1345
+partword szanitéccs 156-1-1345-24-2345-16-14-146	For example szanitéccsoport word
+partword pokróc =	For example pokróccsík word
+partword cször 146-126-12345-1235	For example kulcszörgés, bilincszörgés, kilincszörgést words
+partword kartács 13-1-1235-2345-4-146	For example kartácszápor word
+partword papucsz 1234-1-1234-136-146-126	For example papucszápor word
+begword ínyencsé 34-1246-15-1345-14-234-16	For example ínyencség word
+begword bohóc =	For example bohócsapkája word
+partword kalapácszen 13-1-123-1-1234-4-146-126-15-1345	For example kalapácszengés word
+begword ákác =	For example ákácsövény word
+begword akác =	For example akácsövény word
+begword viccso =	For example viccsor word need this exception
+begword ércsis =	For example ércsisak word
+always ércsas =	For example ércsas word
+begword virgonc =	For example virgoncság word need this exception
+begword martalóc =
+partword újonc =	For example újoncság word
+begword kuruc =	For example kurucság word
+word kurucsó 13-136-1235-136-146-246	For example Kurucsó is a family name, not need applying this situation the prewious defined general exception. Always opcode too risk this rule
+begword kurucsó 13-136-1235-136-146-246	For example Kurucsó is a family name, not need applying this situation the prewious defined kuruc word part related general exception. Always opcode too risk this rule, this begword rule handling suffixes after Kurucsó family name
+begword palóc =	For example palócság word
+begword fejléc =
+begword nyolc 1246-135-123-14	For example nyolcsebességes, nyolccsatornás words
+begword bércsüve =	For example bércsüveg word
+begword elméncsé =	For example elméncség word
+begword ércsala =	For example ércsalak word
+partword érccs 16-1235-14-146	For example érccsapadék, érccsengés, érccsatorna words
+begword ércsely 16-1235-14-234-15-456	For example ércselyem word
+begword ércsí =	For example ércsíp, ércsípjába, ércsípláda words
+partword ércsípte 16-1235-146-34-1234-2345-15	For example ércsíptető word an exception
+begword ércsodr =	For example ércsodrony word
+begword garabonc =	For example garaboncsereg word
+begword labanc =
+begword kéjenc 13-16-245-15-1345-14
+partword jegeccsop 245-15-1245-15-14-146-135-1234	For example jegeccsoport word
+partword lazac 123-1-126-1-14	For example lazaccsontváz word
+partword vakarccs 1236-1-13-1-1235-146-146	For example vakarccsal word
+always arcseb =	For example arcseb, arcsebe words
+partword nyargonccs 1246-1-1235-1245-135-1345-14-146	For example nyargonccsizma word
+partword perec =	For example perecsütőnő, vállpereccsontjából words
+always perecse 1234-15-1235-15-146-15
+always perecsé 1234-15-1235-15-146-16
+always perecske 1234-15-1235-15-146-13-15
+begword princség =	For example princséged word
+always rácság =	For example rácság, rácságból words
+partword suhanc =	For example suhanccsürhe, suhancsereg word
+partword udvaronc =	For example udvaroncsereg word need this exception
+partword harminc =	For example harmincsornyi word
+always kapolcs 13-1-1234-135-123-146	Kapolcs is a town name, need this general exception
+always kapolccs 13-1-1234-135-123-146-146	For example Kapolccsal town name suffix related need this general exception
+word polcs 1234-135-123-146	need this exception to hyphenated Kapolcs town name last part presenting right the braille display
+partword matrac =	For example matracsor word
+partword barkács 12-1-1235-13-4-146	For example barkácszene word
+begword barccsa 12-1-1235-146-146-1	For example Barccsal word
+partword kalapácszon 13-1-123-1-1234-4-146-126-135-1345	For example kalapácszongora word related need this exception
+begword láncsá 123-4-1345-146-4	An old hungarian word related need this exception. This word used for example Mihály Fazekas with the Lúdas Matyi book
+partword láncsor =	For example karakterláncsor word related need this exception
+partword oroszláncsor 135-1235-135-156-123-4-1345-146-135-1235	For example oroszláncsorda, oroszláncsordát words related not need applying the prewious defined exception
+partword ketrec =	For example ketreccsapda, ketrecsor words related need this general exception
+begword ércsar 16-1235-14-234-1-1235	For example ércsarukkal word
+partword titáncs 2345-24-2345-4-1345-146	For example titáncsoport, titáncső words related need this exception
+begword tornác =	For example tornácsor word related need this general exception
+partword karcsoroz 13-1-1235-14-234-135-1235-135-126	For example rézkarcsorozat, rézkarcsorozatokat words related need this general exception
+partword ujjperc =	For example ujjperccsont, ujjperccsontok words related need this general exception
+begword daróc =	For example daróccsuháját, daróccsuha words related need this general exception
+partword kapocs 13-1-1234-135-146	For example kapocszár word
+partword ifjonc =	For example ifjonccsapat word
+partword párduc =	For example párduccsík word
+partword ribanc =	For example ribanccsizma word
+partword homotópia =	For example homotópiacsoport word
+partword olimpia =	For example olimpiacsapat word
+always piacsek 1234-24-1-146-15-13
+partword szendvicszab 156-15-1345-145-1236-24-146-126-1-12	For example szendvicszabáló word
+begword hecc =	For example heccsajtójának word
+partword tanonc =	For example tanonccsaj word related need this exception
+partword kulcszen 13-136-123-146-126-15-1345	For example kulcszenekara word
+partword zománc 126-135-134-4-1345-14	For example zománcsérülés, tűzzománcsorozat words
+partword léccs 123-16-14-146	For example díszléccsíkot word related need this general exception
+partword meccszá 134-15-146-146-126-4	For example meccszáró word related need this general exception
+partword csúcszen 146-346-146-126-15-1345	For example csúcszenekarának word related need this exception
+partword narancs 1345-1-1235-1-1345-146	For example narancszombi word related need this general exception
+partword platán =	For example platáncsoport, platáncsere word  need this general exception
+
+#gy, ggy related exceptions
+#This exception section containing word parts and full words with need marking ggy letter pairs with single g and gy braille dot combination
+partword zálog 126-4-123-135-1245	For example záloggyűrűmet word
+partword szentséggy 156-15-1345-2345-234-16-1245-1456	For example szentséggyalázás word
+partword láng =	For example lánggyújtogató word
+partword lángy 123-4-1345-1456	An exception handling the prewious rule related. Csalángyolcs word is an exception word
+partword kötelesség =	For example kötelességgyakorlás word
+always meggyem 134-15-1456-1456-15-134
+partword sereg =	For example sereggyűjtés, hadsereggyűjtés words
+begword agyaggy 1-1456-1-1245-1456	For example agyaggyűrűiken word
+begword ginzenggy 1245-24-1345-126-15-1345-1245-1456	For example ginzenggyökér word need this exception
+begword ginseng 1245-24-1345-234-15-1345-1245	For example binsenggyökér word
+begword loggyűjt 123-135-1245-1456-23456-245-2345	For example loggyűjtemény word need this exception
+partword anyaggy 1-1246-1-1245-1456	For example hadianyaggyár, anyaggyűjtés, anyaggyőző, üzemanyaggyújtás words related need this general exception
+partword reggyul 1235-15-1245-1456-136-123	For example arcüreggyulladás word
+partword lyeggyűj 456-15-1245-1456-23456-245	For example bélyeggyűjtemény word
+partword lyeggyár 456-15-1245-1456-4-1235	For example bélyeggyár, bélyeggyártás words related need this general exception
+partword beteggy 12-15-2345-15-1245-1456	For example beteggyógyász, beteggyár, elmebeteggyanús words
+partword döggyapj 145-12345-1245-1456-1-1234-245	For example döggyapjú word
+partword foggyal 124-135-1245-1456-1-123	For example foggyalu word part
+partword oggyö 135-1245-1456-12345	For example foggyökér word
+partword oggyul 135-1245-1456-136-123	For example foggyulladás word
+partword foggyilk 124-135-1245-1456-24-123-13	For example foggyilkosai word
+partword szenggyö 156-15-1345-1245-1456-12345	For example ginszenggyökér word
+begword foggyű 124-135-1245-1456-23456	For example foggyűrű word
+always jéggyár 245-16-1245-1456-4-1235	For example jéggyár, jéggyártás, műjéggyár word parts
+partword ideggy 24-145-15-1245-1456	For example ideggyengeség, ideggyógyász, ideggyulladás, ideggyötrő, ideggyökök words related need this general exception
+begword kuplung =	For example kuplunggyár word
+begword leggy 123-15-1245-1456	If a word beginning with leg word and following gy letter, need this exception to produce right literal form
+partword léggyö 123-16-1245-1456-12345	For example léggyök, léggyökér words
+endword meggy 134-15-1456-1456
+partword meggy 134-15-1245-1456	If meg word part following gy letter, always need writing single g and gy combined letters, but will be have some exceptions
+word meggy 134-15-1456-1456	Single meggy word is a fruit, and need writing two combined ggy braille dots
+endword meggy 134-15-1456-1456
+always bonbonmeggy 12-135-1345-12-135-1345-134-15-1456-1456	For example bonbonmeggy word
+word meggye 134-15-1456-1456-15	Single meggye word
+endword meggye 134-15-1456-1456-15	If a word ends up with meggye word part, need this exception, but only endword opcode
+always meggyed 134-15-1456-1456-15-145	For example meggyed word
+always meggyek 134-15-1456-1456-15-13
+word meggyel 134-15-1456-1456-15-123	For example meggyel word
+endword meggyel 134-15-1456-1456-15-123	For example meggyel word
+word meggyen 134-15-1456-1456-15-1345	For example meggyen word
+endword meggyen 134-15-1456-1456-15-1345	For example spanyolmeggyen word
+always meggyes 134-15-1456-1456-15-234	For example meggyes pite, Meggyesi  word parts
+always meggyet 134-15-1456-1456-15-2345	For example meggyet word
+partword meggyb 134-15-1456-1456-12	For example meggybefőtt word
+partword meggyf 134-15-1456-1456-124	For example meggyfa word part
+partword meggyh 134-15-1456-1456-125	For example meggyhez word part
+partword meggyk 134-15-1456-1456-13	For example meggyként word
+partword meggyl 134-15-1456-1456-123	For example meggylekvár word
+partword meggyn 134-15-1456-1456-1345	For example meggynek word part
+partword meggym 134-15-1456-1456-134	For example meggymag word
+partword meggyp 134-15-1456-1456-1234	For example meggypiros word
+partword meggys 134-15-1456-1456-234	For example meggysör word
+partword meggyr 134-15-1456-1456-1235	For example meggytől word part
+partword meggysz 134-15-1456-1456-156	For example meggyszín word part
+partword meggyt 134-15-1456-1456-2345	For example meggytől word part
+partword meggyv 134-15-1456-1456-1236	For example meggyvörös word
+partword meggyz 134-15-1456-1456-126	For example meggyző word
+partword meggyzs 134-15-1456-1456-345	For example meggyzselé word
+partword meggyíz 134-15-1456-1456-34-126	For example meggyízű word
+partword országgy 135-1235-156-4-1245-1456
+partword oggyak 135-1245-1456-1-13	For example proggyak word
+begword szöveggy 156-12345-1236-15-1245-1456	For example szöveggyűjtemény word part
+begword régiség =	For example régiséggyűjtő word part
+begword ritkaság =	For example ritkasággyűjtő word part
+partword taggyűl 2345-1-1245-1456-23456-123	For example taggyűlés word part
+partword taggyül 2345-1-1245-1456-12356-123	For example taggyülekezet word related need this general exception
+partword veggyá 1236-15-1245-1456-4	For example üveggyártás word
+partword veggya 1236-15-1245-1456-1	For example üveggyapot word
+partword veggyö 1236-15-1245-1456-12345	For example üveggyöngy word
+partword ggyalog 1245-1456-1-123-135-1245	For example végiggyalogolhatja word
+partword végiggy 1236-16-1245-24-1245-1456	For example végiggyakorolni word
+begword világ =	For example világgyűlölő word part
+partword bádog =	For example bádoggyűjtemény word
+partword szöggy 156-12345-1245-1456	For example szöggyár word
+partword hanggyak 125-1-1345-1245-1456-1-13	For example hanggyakorlat word
+partword hanggyűjt 125-1-1345-1245-1456-23456-245-2345	For example hanggyűjtemény word
+partword eleséggy 15-123-15-234-16-1245-1456	For example feleséggyilkos, eleséggyűjtés words
+partword elséggy 15-123-234-16-1245-1456	For example felséggyalázás, felséggyilkolás words
+partword hólyaggy 125-246-456-1-1245-1456	For example hólyaggyengeségben, hólyaggyulladás words related need this general exception
+partword mádsággyűj 134-4-145-234-4-1245-1456-23456-245	For example imádsággyűjtemény word
+partword rággyűjt 1235-4-1245-1456-23456-245-2345	For example virággyűjtés, virággyűjtemény words
+partword droggy 145-1235-135-1245-1456	For example droggyanús word
+partword méreg =	For example méreggyökérré, méreggyökeret, méreggyümölccsé words
+partword mérleg =	For example mérleggyár word
+partword nyereggy 1246-15-1235-15-1245-1456	For example nyereggyártók word
+partword üveg =	For example üveggyűrű word
+partword vendég =	For example vendéggyermek, vendéggyülekezet word
+partword világosság =	For example világossággyújtásra word
+partword virág =	For example virággyapjaikat word
+partword csillaggy 146-24-123-123-1-1245-1456	For example csillaggyárnak word
+partword hazugság 125-1-126-136-1245-234-4-1245	For example hazugsággyár word need this exception
+partword édesség =	For example édességgyártók word need this exception
+partword tőzeggy 2345-12456-126-15-1245-1456	For example tőzeggyapot, tőzeggyár words
+always geggyár 1245-15-1245-1456-4-1235	For example geggyáros word
+partword dopping =	For example doppinggyanú word need this exception
+partword tehetség =	For example tehetséggyár word need this exception
+partword baromság =	For example baromsággyűjtemény word
+begword döggyá 145-12345-1245-1456-4	For example döggyárnak word
+partword szúnyoggy 156-346-1246-135-1245-1456	For example szúnyoggyérítés, szúnyoggyérítő, szúnyoggyötrelem words need this general exception
+partword egységgy 15-1456-234-16-1245-1456	For example egységgyertyából, egységgyökkel, egységgyökök words need this general exception
+partword átlag =	For example átlaggyerekre word need this exception
+partword szőnyeggy 156-12456-1246-15-1245-1456	For example gyapjúszőnyeggyárat, szőnyeggyár, szőnyeggyártás words related need this exception
+partword hűség =	For example hűséggyűrűsök word related need this general exception
+partword maggyűj 134-1-1245-1456-23456-245	For example maggyűjtemény word
+partword népesség =	For example népességgyarapodás word related need this exception
+partword örökség =	For example örökséggyűjteményben word related need this exception
+begword szeggyá 156-15-1245-1456-4	For example szeggyár word
+partword tisztséggy 2345-24-156-2345-234-16-1245-1456	For example tisztséggyűjtemény word
+begword szalaggyakor 156-1-123-1-1245-1456-1-13-135-1235	For example szalaggyakorlatát word
+partword szalaggyűj 156-1-123-1-1245-1456-23456-245	For example szalaggyűjteménye, hangszalaggyűjtemény, lyukszalaggyűjtemény words related need this general exception
+partword harang =	For example haranggyártás, haranggyárosok words related need this general exception
+always maggyár 134-1-1245-1456-4-1235	For example maggyár word related need this general exception
+always szalaggyár 156-1-123-1-1245-1456-4-1235	For example szalaggyár, szalaggyártás words related need this general exception
+always ruggyanta 1235-136-1245-1456-1-1345-2345-1	For example ruggyanta, Ruggyantaárugyár words related need this general exception
+partword szlenggy 156-123-15-1345-1245-1456	For example szlenggyanús word related need this general exception
+partword barlang =	For example barlanggyógyászat word
+partword céggyűr 14-16-1245-1456-23456-1235	For example céggyűrű word
+partword dramaturg =	For example dramaturggyakornok, dramaturggyakornokaként words related need this general exception
+partword egyveleggy 15-1456-1236-15-123-15-1245-1456	For example egyveleggyártás word
+partword féreggy 124-16-1235-15-1245-1456	For example féreggyík word
+partword gyaloggy 1456-1-123-135-1245-1456	For example gyaloggyengeség word
+partword szalaggyul 156-1-123-1-1245-1456-136-123	For example hangszalaggyulladás word related need this general exception
+partword hanggyilk 125-1-1345-1245-1456-24-123-13
+partword horog =	For example horoggyártás, horoggyár words related need this general exception
+partword inggyá 24-1345-1245-1456-4	For example inggyárakban word
+partword jéggyűr 245-16-1245-1456-23456-1235	For example jéggyűrű word
+partword joggyűjt 245-135-1245-1456-23456-245-2345	For example joggyűjtemény, joggyűjteménybe, joggyűjteményt, szokásjoggyűjteményt words related need this general exception
+partword joggyüm 245-135-1245-1456-12356-134	For example joggyümölcsnek word
+partword katáng =	For example katánggyökér word
+partword véggyant 1236-16-1245-1456-1-1345-2345	For example véggyanta, véggyantával words
+partword meggyez 134-15-1456-1456-15-126	For example meggyezik, meggyeztek words
+partword meggyültet 134-15-1456-1456-12356-123-2345-15-2345	For example meggyültetvény word
+partword nemzetséggy 1345-15-134-126-15-2345-234-16-1245-1456	For example nemzetséggyűlési word
+partword ördög =	For example ördöggyík, ördöggyümölcs, ördöggyökér words related need this general exception
+partword részleggy 1235-16-156-123-15-1245-1456	For example részleggyűjteménye word
+partword sebesség =	For example sebességgyűjtés word
+partword szövetséggy 156-12345-1236-15-2345-234-16-1245-1456	For example szövetséggyűlés word
+partword tisztasággy 2345-24-156-2345-1-234-4-1245-1456	For example tisztasággyűrűje word
+partword újság =	For example újsággyűjtemény, újsággyűjtés words related need this general exception
+partword végtag =	For example végtaggyengeség word
+partword betegség =	For example betegséggyógyító word
+partword feszültséggy 124-15-156-12356-123-2345-234-16-1245-1456	For example feszültséggyűjtő word
+partword hanggyor 125-1-1345-1245-1456-135-1235	For example hanggyorsító word
+partword híresség =	For example hírességgyártó word
+begword meggyasz 134-15-1456-1456-1-156	For example Meggyaszó town name
+partword azonossággy 1-126-135-1345-135-234-234-4-1245-1456	For example azonossággyűjtemény word
+partword meggyönt 134-15-1456-1456-12345-1345-2345	For example meggyöntet word
+partword meggyilla 134-15-1456-1456-24-123-123-1	For example meggyillat word
+partword dömping =	For example dömpinggyanú word
+partword ellenség =	For example ellenséggyártás word
+partword felleggy 124-15-123-123-15-1245-1456	For example felleggyár, felleggyáraként words
+partword másság =	For example mássággyűlölő word
+partword réteg =	For example réteggyártóvá word
+partword bumeráng =	For example Bumeránggyerekek word
+partword érdekesség =	For example érdekességgyűjtemény word
+always meggyét 134-15-1456-1456-16-2345	For example meggyét, meggyétel words
+always meggyéb 134-15-1456-1456-16-12	For example meggyében, meggyéből words
+begword léggyá 123-16-1245-1456-4	For example léggyár word
+partword közönséggy 13-12345-126-12345-1345-234-16-1245-1456	For example közönséggyilkos word
+partword hülyeséggy 125-12356-456-15-234-16-1245-1456	For example hülyeséggyűjteményünkbe word
+partword cukisággy 14-136-13-24-234-4-1245-1456	For example cukisággyőztes word
+begword céggyil 14-16-1245-1456-24-123	For example céggyilkoló word
+partword boldogsággy 12-135-123-145-135-1245-234-4-1245-1456	For example boldogsággyilkos word
+partword bizottsággy 12-24-126-135-2345-2345-234-4-1245-1456	For example Bizottsággyakorlatával word
+partword gyilkosság 1456-24-123-13-135-234-234-4-1245	For example öngyilkossággyanú word
+partword bírság =	For example bírsággyakorlat word
+always meggyért 134-15-1456-1456-16-1235-2345	For example cigánymeggyért, meggyért words related need this general exception
+partword értelmiség =	For example értelmiséggyárnak word
+begword finggy 124-24-1345-1245-1456	For example finggyújtásáról word
+partword kereszténység 13-15-1235-15-156-2345-16-1246-234-16-1245	For example kereszténységgyalázás word related need this general exception
+partword kívánság =	For example kívánsággyűjtemény word
+partword lakosság =	For example lakossággyarapodás word
+partword maggyilk 134-1-1245-1456-24-123-13	For example maggyilkos word
+partword marketing =	For example marketinggyanús, marketinggyakornok words related need this general exception
+partword meggydzs 134-15-1456-1456-145-345	For example meggydzsem word related need this exception
+partword ostobaság =	For example ostobasággyűjtemény word
+partword többség =	For example többséggyűlölet, többséggyűlölő words related need this general exception
+partword zöldséggy 126-12345-123-145-234-16-1245-1456	For example zöldséggyümölcs word
+
+#ny, nny related exceptions
+#Following exception parts need marking nny letter pairs with single n and nny braille dot combinations
+partword mikron =	For example mikronnyi word
+partword pergamennyal 1234-15-1235-1245-1-134-15-1345-1246-1-123	For example pergamennyaláb word
+begword ínnyújt 34-1345-1246-346-245-2345	For example ínnyújtó, ínnyújtót words
+begword ínnyujt 34-1345-1246-136-245-2345	For example ínnyújtó, ínnyújtót words
+partword kalánnyel 13-1-123-4-1345-1246-15-123	For example főzőkalánnyelet word
+begword filigránny 124-24-123-24-1245-1235-4-1345-1246	For example filigránnyelű word
+partword lennyil 123-15-1345-1246-24-123	For example ellennyilatkozat word
+partword lennyom 123-15-1345-1246-135-134	For example ellennyomás word
+partword lennyug 123-15-1345-1246-136-1245
+partword nnyol 1345-1246-135-123	For example nyolcvannyolc word
+partword tennyil 2345-15-1345-1246-24-123	For example istennyila word
+partword annyú 1-1345-1246-346
+partword lönnyom 123-12345-1345-1246-135-134
+partword gánnyug 1245-4-1345-1246-136-1245	For example magánnyugdíjpénztár word
+partword gánnyo 1245-4-1345-1246-135
+partword idegen =
+partword ínnyom 34-1345-1246-135-134	For example színnyomás word
+partword annyel 1-1345-1246-15-123
+partword tánnyom 2345-4-1345-1246-135-134	For example utánnyomás word
+begword penny 1234-15-1345-1345-13456
+endword penny 1234-15-1345-1345-13456	For example english penny beginning words need this exception
+word penny 1234-15-1345-1345-13456	For example english penny beginning words need this exception
+word pennys 1234-15-1345-1345-13456-234	For example english pennys beginning words need this exception
+endword pennys 1234-15-1345-1345-13456-234	For example english end of pennys words need this exception
+word pennyt 1234-15-1345-1345-13456-2345	For example english pennyt beginning words need this exception
+endword pennyt 1234-15-1345-1345-13456-2345	For example english end of pennyt beginning words need this exception
+word pennyst 1234-15-1345-1345-13456-234-2345
+endword pennyst 1234-15-1345-1345-13456-234-2345
+partword pennysek 1234-15-1345-1345-13456-234-15-13
+partword pennybe 1234-15-1345-1345-13456-12-15
+partword pennyér 1234-15-1345-1345-13456-16-1235
+partword pennyj 1234-15-1345-1345-13456-245
+partword pennyk 1234-15-1345-1345-13456-13
+partword pennyn 1234-15-1345-1345-13456-1345
+partword pennyre 1234-15-1345-1345-13456-1235-15
+partword pennyve 1234-15-1345-1345-13456-1236-15
+partword pennysért 1234-15-1345-1345-13456-234-16-1235-2345
+partword pennysse 1234-15-1345-1345-13456-234-234-15
+partword pennyével =
+partword trichinny 2345-1235-24-14-125-24-1345-1246	For example trichinnyavalya word
+always company 14-135-134-1234-1-1345-13456	English company word
+begword azonnyom 1-126-135-1345-1246-135-134	For example azonnyomban beginning words
+begword rubinny 1235-136-12-24-1345-1246	For example rubinnyaklánc word
+partword karton =	For example kartonnyi word
+begword lépten =	For example léptennyomon word
+partword agyonny 1-1456-135-1345-1246	For example agyonnyom, agyonnyomja, agyonnyúzott, agyonnyűtt words
+partword mikrofon =	For example mikrofonnyílás word
+partword vagon =	For example vagonnyi word
+partword kamion =	For example kamionnyi word
+partword kabin =	For example kabinnyomás, kabinnyílás words
+partword gallon =	For example tízgallonnyi word
+begword bűn =	For example bűnnyomok word
+partword oroszlánnyo 135-1235-135-156-123-4-1345-1246-135	For example oroszlánnyom word
+partword önnyom 12345-1345-1246-135-134	For example önnyomása, önnyomatú words
+partword nnyilat 1345-1246-24-123-1-2345	For example sablonnyilatkozat word
+partword nnyelv 1345-1246-15-123-1236	For example ingyennyelvoktatás, mandarinnyelv, börtönnyelv, dizájnnyelven words need this exception
+partword szezonny 156-15-126-135-1345-1246	For example szezonnyitó word need this exception
+partword óceán =	For example óceánnyi word need this general exception
+partword dizájnny 145-24-126-4-245-1345-1246	For example dizájnnyaklánc word need this exception
+partword proton =	For example protonnyalábok word need this exception
+partword börtön =	For example börtönnyíláson, börtönnyitó words
+partword porcelán = for example porcelánnyúl word
+partword stadion =	For example stadionnyi word
+partword különny 13-12356-123-12345-1345-1246	For example különnyíló word
+partword lexikon =	For example lexikonnyi word
+partword vitrin =	For example vitrinnyi word
+partword kölcsönny 13-12345-123-146-12345-1345-1246	For example kölcsönnyakláncait word need this general exception
+partword elektron =	For example elektronnyalábra, elektronnyomot words need this general exception
+partword magánnyar 134-1-1245-4-1345-1246-1-1235	For example magánnyaralók word
+always szénnyom 156-16-1345-1246-135-134	For example szénnyomokat word
+partword arzénny 1-1235-126-16-1345-1246	For example arzénnyom word
+begword bánnyíre 12-4-1345-1246-34-1235-15	For example Bánnyíres town name related need this general exception
+partword neutron =	For example neutronnyalábokat word related need this general exception
+begword önnyug 12345-1345-1246-136-1245	For example önnyugdíjazását word related need this general exception
+partword ionny 24-135-1345-1246	For example ionnyaláb, ionnyaláb-analitika words related need this general exception
+partword benzinny 12-15-1345-126-24-1345-1246	For example benzinnyom, benzinnyomásával words
+partword panteon =	For example panteonnyi word
+partword délután =	For example délutánnyi word related need this general exception
+partword glutén =	For example gluténnyomokra word
+partword haszonny 125-1-156-135-1345-1246	For example haszonnyúltenyésztők word
+partword indiánny 24-1345-145-24-4-1345-1246	For example indiánnyár word
+partword ingatlan =	For example ingatlannyilvántartás, ingatlannyilvántartásban words
+partword karbon =	For example karbonnyomatok word
+partword kazánny 13-1-126-4-1345-1246	For example kazánnyomás, kazánnyomással, kazánnyomását words related need this general exception
+begword kínnyösz 13-34-1345-1246-12345-156	For example kínnyöszörgése word
+partword lábcin =	For example lábcinnyitás word
+partword vászonny 1236-4-156-135-1345-1246	For example lenvászonnyomatot word
+partword medián =	For example mediánnyalábot word
+partword morfin =	For example morfinnyerés word
+partword newton =	For example newtonnyi word
+partword nukleon =	For example nukleonnyi word
+partword oxigén =	For example oxigénnyomok word
+partword röntgen =	For example röntgennyi word
+partword sablon =	For example sablonnyomatokkal word
+partword szentivánny 156-15-1345-2345-24-1236-4-1345-1246	For example szentivánnyi word
+partword radián =	For example szteradiánnyi word
+partword tampon =	For example tamponnyomtatás word
+partword tannyomd 2345-1-1345-1246-135-134-145	For example tannyomda word
+partword végtelen =	For example végtelennyi word
+partword vulkán =	For example vulkánnyúl word
+begword könnyelv 13-12345-1246-1246-15-123-1236	For example könnyelválasztásban word
+partword magazinny 134-1-1245-1-126-24-1345-1246	For example magazinnyi, magazinnyomó words
+begword jüanny 245-12356-1-1345-1246	For example jüannyi word
+partword kokain =	For example kokainnyomokat word
+partword marcipán =	For example marcipánnyúl, marcipánnyulat, marcipánnyulakat words
+partword telefon =	For example mobiltelefonnyi word
+partword tehén =	For example tehénnyergelő word
+begword egonny 15-1245-135-1345-1246	For example egonnyi word
+partword kupon =	For example kuponnyi word
+partword maraton =	For example maratonnyit word
+partword skanzenny 234-13-1-1345-126-15-1345-1246	For example skanzennyi word
+partword balaton =	For example Balatonnyi word related need this general exception
+partword flakon =	For example flakonnyi, flakonnyit words related need this general exception
+partword furgon =	For example furgonnyi word related need this general exception
+partword helyszín 125-15-456-156-34-1345	For example helyszínnyi word related need this general exception
+partword magánnyer 134-1-1245-4-1345-1246-15-1235	For example magánnyereségük word
+begword sopron =	Sopron is a town name, and for example the sopronnyi word need marking different the first n and remaining ny letter
+
+#ly related exceptions
+#This exception parts need marking ly letters with two single l and y letter combination
+always hollywood =	English hollywood word need this exception
+partword sually =	For example visually word
+partword nyéllyuka 1246-16-123-456-136-13-1	For example nyéllyukas word
+partword füllyu 124-12356-123-456-136	For example füllyukasztó
+partword levélly 123-15-1236-16-123-456	For example levéllyukasztó word
+
+#sz letter pair related exceptions
+#This exception list containing words or word parts need using single s and z letter dot combinations
+begmidword alvás =	For example alvászavar word need this exception
+begmidword erőforrás =	For example erőforrászabáló word need this exception
+always evészav 15-1236-16-234-126-1-1236	For example evészavar word need this exception
+begword fáklyás 124-4-13-456-4-234	For example fáklyászene word need this exception
+begword gyalogos 1456-1-123-135-1245-135-234	For example gyalogoszászlóalj, gyalogosszázad words need this exception, gyalogos beginning word parts need handling gyalogos word part with single part
+partword tokoszászl 2345-135-13-135-234-126-4-156-123
+begword hallás =	For example hallászavar word need this exception
+always köröszug 13-12345-1235-12345-234-126-136-1245	For example Köröszug word need this exception
+begword látás =	For example látászavar word need this exception
+begword magatartás =
+always maroszug 134-1-1235-135-234-126-136-1245	For example Maroszug word need this exception
+always működés =	For example működészavar word need this exception
+begword nyílás 1246-34-123-4-234	For example nyílászáró word need this exception
+always ritmus =	For example ritmuszavar word need this exception
+begword vas =	vas beginning words need handling single part the vas word part for braille translation, example words are vaszár, vasszekrény, vasszerkezet words
+always vaszil 1236-1-156-24-123
+begword vonós =	For example vonószenekar, vonósszerenád words need handling vonós word part with single part
+begword vonósző 1236-135-1345-246-156-12456	For example vonószőr word
+begword pénzes 1234-16-1345-126-15-234	For example pénzeszacskó, pénzeszsák words need this exception
+partword pénzeszk 1234-16-1345-126-15-156-13	For example pénzeszközök word need this exception
+partword viselkedés =	For example viselkedészavar, viselkedésszerű words need this exception to handling this words with two word for braille translation
+always üléssz 12356-123-16-234-156	For example ülésszak word
+partword ugasszer 136-1245-1-234-156-15-1235	For example lugasszerű word
+partword sszekrény 234-156-15-13-1235-16-1246	For example kisszekrény word
+begword pilis =	For example Pilisszántó, Pilisszentkereszt town names
+always hússzag 125-346-234-156-1-1245	For example hússzag, hússzagú, emberhússzagot words
+partword szacsk 234-126-1-146-13	For example chipseszacskó, liszteszacskó, vizeleteszacskó words
+partword keresés =	For example keresésszolgáltató word
+partword szorongássz 156-135-1235-135-1345-1245-4-234-156	For example szorongásszerű, szorongásszint word
+partword identitás =	For example identitászavar word need this exception
+partword gránátos =	For example gránátoszászlóalj word
+begword mágnes =	For example mágneszár, nágnesszalag, mágnesszerű words need this exception
+begword piros =	For example piroszászlós word need this 
+begword vörös =	For example vöröszászló word
+partword típus =	For example típuszubbony word
+begword árgus =	For example árgusszemű word
+partword dragonyos 145-1235-1-1245-135-1246-135-234	For example dragonyoszászlóalj, dragonyosszázad words
+partword egyenes 15-1456-15-1345-15-234	For example egyenesszárnyúak word
+partword képzés 13-16-1234-126-16-234	For example képzésszervezés, képzésszerű words
+partword fuvaros =	For example fuvarosszekér word
+partword koldus =	For example koldusszáj, koldusszakáll, kolduszene words
+begword tetszés 2345-15-2345-156-16-234	For example tetszészaj, tetszészsivaj words need this general exception
+partword járás =	For example járásszerű, járásszékhely, időjárásszolgálat words
+always kiszombor 13-24-234-126-135-134-12-135-1235	For example Kiszombor, Kiszomboron town names
+partword szöld 234-126-12345-123-145	For example haragoszöld, mohaszöld, piszkoszöld word
+partword ozgásza 135-126-1245-4-234-126-1		For example mozgászavar word
+begword pirosszk 1234-24-1235-135-156-156-13	Pirosszka is a movie film name
+partword piroszőlő 1234-24-1235-135-156-12456-123-12456	piroszőlősav a chemical name and don't need wrap the braille dots between s and z letters
+partword fedezéssz 124-15-145-15-126-16-234-156	For example felfedezésszámba word
+partword város =	For example városzajon, városzajt, városzsivaj words
+always városzt 1236-4-1235-135-156-2345	Városztályába word is an exception the prewious defined general város words related rule
+always részárás 1235-16-234-126-4-1235-4-234	For example részárás beginning words need this exception
+always légzés 123-16-1245-126-16-234	For example légzésszám, légzésszerű, légzészavar words
+partword szavar 234-126-1-1236-1-1235	General exception with handles more szavar style words
+always meglepetés =	For example meglepetésszoftver word need this exception
+always vaszy 1236-1-156-13456
+
+#szs related exceptions
+#This exception list containing some words with need using single s and zs braille dots
+partword szsák 234-345-4-13	This exception needs for szsák word part containing words, for example kenyereszsák, szerszámoszsák, szennyeszsák words
+begword sonkás =	For example sonkászsemle word need this exception
+begword vizeszs 1236-24-126-15-234-345	For example vizeszsemle word need this exception
+partword sertés =	For example sertészsír word
+partword tászsin 2345-4-234-345-24-1345	For example gyújtászsinór word
+partword rvaszsír 1235-1236-1-234-345-34-1235	For example szarvaszsír word
+partword lakás =	For example lakásszövetkezet, lakásszentelés, lakásszerzők word
+begword nyilas 1246-24-123-1-234	For example nyilasszervezet word
+partword kolbászos 13-135-123-12-4-156-135-234	For example kolbászoszsemle word
+partword dolgozás 145-135-123-1245-135-126-4-234	For example feldolgozászenekar, feldolgozásszerű words need this exception
+partword tojás =	For example tojászápor, tojászáporos words need this exception
+partword kérdés =	For example kérdészápor word need this exception
+partword kontaktus =	For example kontaktusszám-kutatás, kontaktusszerű words need this general exception
+partword kiadás =	For example kiadászárolás word need this exception
+partword lebegés =	For example lebegésszerű word
+partword bukás =	For example bukásszámba word
+partword település =	For example települészónájára word
+partword utasítás =	For example törzsutasításszavakkal, utasításszavakkal related words need this exception
+partword turizmussz 2345-136-1235-24-126-134-136-234-156	For example turizmusszektor, turizmusszerű words
+begword adászár 1-145-4-234-126-4-1235	For example adászárásig word
+begword enyves 15-1246-1236-15-234	For example enyveszsinór word related need this exception
+partword kortárs =	For example kortárszenei word related need this general exception
+
+partword kórus =	For example kóruszene word related need this general exception
+begword törés =	For example törészónán word related need this general exception
+partword verbunkos =	For example verbunkoszene word related need this general exception
+partword lovaszász 123-135-1236-1-234-126-4-156	For example lovaszászlóalja word
+partword piroszulf 1234-24-1235-135-156-136-123-124	For example piroszulfid word
+partword szurkolás 156-136-1235-13-135-123-4-234	For example szurkolászászló, szurkolásszerű words related need this general exception
+partword csömöszöl 146-12345-134-12345-156-12345-123	For example csömöszöl word
+begword szekuszen 156-15-13-136-234-126-15-1345	For example szekuszene word
+partword mulatószen 134-136-123-1-2345-246-234-126-15-1345	For example mulatószene word
+partword basszuszen 12-1-156-156-136-234-126-15-1345	For example basszuszene, basszuszenéket, basszuszenén words
+begword okoszá 135-13-135-234-126-4	For example okoszár word
+partword terrorizmus 2345-15-1235-1235-135-1235-24-126-134-136-234	For example terrorizmusszerű, terrorizmusszakértő words
+partword luxuszak 123-136-1346-136-234-126-1-13	For example luxuszakó word
+begword őszsirá 12456-234-345-24-1235-4	For example őszsiráf word
+
+#ssz related exceptions
+#Following exception words and word parts need writing one s and one sz braille letter
+partword sszekér 234-156-15-13-16-1235	For example ekhósszekér, lőporosszekér words, but will be have some exceptions later
+partword sszeker 234-156-15-13-15-1235	For example ekhósszekerek, lőporosszekerek words, but will be have some exceptions later
+begword összek 12345-156-156-15-13	For example összekéregetett, összekéregettek, összekeresgélt words need this exception to prewent affecting the prewious two general rules wrong presenting összek beginning words
+partword plüsszs 1234-123-12356-234-234-345	For example plüsszsölyét, plüsszsák, plüsszsiráf words
+always komisszér 13-135-134-24-156-156-16-1235	For example policájkomisszér word
+partword papirossz 1234-1-1234-24-1235-135-234-156	For example papirosszeletre word
+partword portássz 1234-135-1235-2345-4-234-156	For example portásszoba word
+partword vitorlássz 1236-24-2345-135-1235-123-4-234-156	For example vitorlásszezon word
+partword kaparásszer 13-1-1234-1-1235-4-234-156-15-1235	For example kaparásszerű, macskakaparásszerű words
+partword hívássz 125-34-1236-4-234-156	For example kihívásszerű, hívásszűrés words need this universal exception
+always hússzaft 125-346-234-156-1-124-2345	For example hússzaft, hússzaftba words
+partword kegéssz 13-15-1245-16-234-156	For example brekegésszerű word
+partword kapussz 13-1-1234-136-234-156	For example kapusszoba word
+partword jóssz 245-246-234-156	For example jósszavai, jósszelleme, hajósszemélyzet, hajósszekerce words
+partword jáspisszob 245-4-234-1234-24-234-156-135-12	For example jáspisszobor word
+begword forrássz 124-135-1235-1235-4-234-156	For example forrásszöveg word
+begword inassz 24-1345-1-234-156	For example inasszerep, inasszeretetet, inasszerepet words
+begword hőssz 125-12456-234-156	For example hősszínész, hősszövetség words
+begword hízelkedéssz 125-34-126-15-123-13-15-145-16-234-156	For example hízelkedésszámba word
+begword hússzig 125-346-234-156-24-1245	For example Hússziget word
+begword hűvössz 125-23456-1236-12345-234-156	For example hűvösszemű word
+begword kisszáll 13-24-234-156-4-123-123	For example Kisszállás willage name
+begword gyorssz 1456-135-1235-234-156	For example gyorsszárnyú, gyorsszekér words
+partword versszerz 1236-15-1235-234-156-15-1235-126	For example gúnyversszerző word
+partword dásszün 145-4-234-156-12356-1345	For example adásszünet word
+partword másszür 134-4-234-156-12356-1235	For example almásszürke word
+partword orssze 135-1235-234-156-15	For example borsszem word
+partword borsszór 12-135-1235-234-156-246-1235	For example borsszóró word
+partword losszer 123-135-234-156-15-1235
+partword lusszab 123-136-234-156-1-12
+partword tósszez 2345-246-234-156-15-126
+partword césszer 14-16-234-156-15-1235
+partword nyosszel 1246-135-234-156-15-123
+partword hosszag 125-135-234-156-1-1245
+partword nesszö 1345-15-234-156-12345	For example egyenesszög word
+partword ejtőernyős 15-245-2345-12456-15-1235-1246-12456-234	For example ejtőernyősszázad, ejtőernyősszárnyak, ejtőernyőszászlóalj words
+partword ejtőernyőszer 15-245-2345-12456-15-1235-1246-12456-156-15-1235	For example ejtőernyőszerű word related not need applying the prewious defined exception
+partword nyősszárny 1246-12456-234-156-4-1235-1246	Single part, for example a hyphenation need this exception
+partword esszáj 15-234-156-4-245	For example édesszájú, éhesszájat words
+partword kesszó 13-15-234-156-246	For example ékesszól[Dás, ékesszóló words
+partword gyosszen 1456-135-234-156-15-1345	For example fagyosszentek word
+begword kasszem 13-1-156-156-15-134	If this word part have beginning of a word, Kasszem is a town name
+partword kassze 13-1-234-156-15	For example farkasszem, farkasszemet words
+partword fásszár 124-4-234-156-4-1235	For example fásszárú word
+partword lesszár 123-15-234-156-4-1235
+partword gásszim 1245-4-234-156-24-134
+partword gosszáz 1245-135-234-156-4-126
+partword tásszer 2345-4-234-156-15-1235	For example hivatásszerűen, ellátásszerű words need this exception
+partword lásszö 123-4-234-156-12345	For example állásszög, hajlásszög words need this exception
+partword ellenállás =	For example ellenállásszekrény, ellenállászóna words
+partword vasszürk 1236-1-234-156-12356-1235-13	For example hamvasszürke word
+partword vasszőke 1236-1-234-156-12456-13-15	For example hamvasszőke word
+partword masszab 134-1-234-156-1-12
+partword tyásszár 1256-4-234-156-4-1235	For example hártyásszárnyú word
+partword gyesszö 1456-15-234-156-12345	For example hegyesszög word
+always mitesszer 134-24-2345-15-156-156-15-1235	For example mitesszer word
+partword tesszer 2345-15-234-156-15-1235
+partword ősszer 12456-234-156-15-1235
+partword ússzűk 346-234-156-23456-13
+partword rásszak 1235-4-234-156-1-13
+partword akasszó 1-13-1-234-156-246	For example kakasszó word
+partword póssz 1234-246-234-156
+partword karossz 13-1-1235-135-234-156	For example karosszék word
+begword szétossz 156-16-2345-135-156-156	For example szétossza, szétosszák words
+partword tosszal 2345-135-156-156-1-123
+partword tossz 2345-135-234-156
+partword kerekesszé 13-15-1235-15-13-15-234-156-16	For example kerekesszék word
+partword kesszür 13-15-234-156-12356-1235	For example kékesszürke word
+partword ésszúr 16-234-156-346-1235	For example késszúrás word
+partword vesszer 1236-15-234-156-15-1235
+partword isszám 24-234-156-4-134	For example kisszámú word
+partword kisszeb 13-24-234-156-15-12	For example Kisszeben willage name
+partword kisszed 13-24-234-156-15-145	For example isszedő word
+partword isszer 24-234-156-15-1235	For example kisszerű word
+partword disszer 145-24-156-156-15-1235	For example disszertáció word
+partword isszé 24-234-156-16	For example kisszék word
+partword dussze 145-136-234-156-15	For example koldusszegény word
+partword nenssze 1345-15-1345-234-156-15
+partword törlessz 2345-12345-1235-123-15-156-156	For example törlesszem word
+partword lesszem 123-15-234-156-15-134	For example élesszemű word
+word élesszem 16-123-15-156-156-15-134
+partword fölélessze 124-12345-123-16-123-15-156-156-15	For example fölélesszem word
+partword dássze 145-4-234-156-15	For example adásszerű word
+partword dásszám 145-4-234-156-4-134	For example előadásszám word
+partword tosszer 2345-135-234-156-15-1235
+partword possz 1234-135-234-156	For example laposszárú word
+partword epossz 15-1234-135-156-156	For example eposszal, eposszá words not need applying the prewious defined exception
+partword tásszö 2345-4-234-156-12345	For example látásszög word
+partword xussz 1346-136-234-156	For example luxusszálloda word
+partword tésszá 2345-16-234-156-4	For example töltésszám word
+partword nessza 1345-15-234-156-1
+begword vanessz 1236-1-1345-15-156-156	For example Vanessza name is an exception the nessza general exception related
+begword barnessz 12-1-1235-1345-15-156-156	For example barnesszal word
+always másszor 134-4-234-156-135-1235	For example másszor word
+partword tésszer 2345-16-234-156-15-1235	For example töltésszerűen word
+partword rosszem 1235-135-234-156-15-134	For example pirosszem word
+partword rosszeml 1235-135-156-156-15-134-123	For example rosszemlékű word
+partword gásszab 1245-4-234-156-1-12	For example forgásszabály word
+partword gásszeg 1245-4-234-156-15-1245
+partword gásszer 1245-4-234-156-15-1235	For example mozgásszerű word
+partword unkás 136-1345-13-4-234	For example munkásszálló word
+partword messzí 134-15-234-156-34
+partword lésszo 123-16-234-156-135
+partword sszül 234-156-12356-123
+partword lásszel 123-4-234-156-15-123
+partword padlás =	For example padlásszoba, padlászugoly word
+partword páncélos =
+partword gógussze 1245-246-1245-136-234-156-15	For example pedagógusszervezet word
+partword lyesszár 456-15-234-156-4-1235
+partword ostásszak 135-234-2345-4-234-156-1-13	For example postásszakszervezet word
+partword russzer 1235-136-234-156-15-1235	For example vírusszerű word
+partword zusszá 126-136-234-156-4	For example pulzusszám word
+partword ütés =	For example ütésszerű, ütészápor words
+partword césszár 14-16-234-156-4-1235	For example recésszárú word
+partword tetéssze 2345-15-2345-16-234-156-15	For example tüntetésszerűen word
+partword gésszá 1245-16-234-156-4	For example égésszám word
+partword gésszag 1245-16-234-156-1-1245	For example égésszag word
+partword gésszig 1245-16-234-156-24-1245	For example égésszigetelés word
+partword gésszab 1245-16-234-156-1-12	For example égésszabály word
+partword musszab 134-136-234-156-1-12	For example ritmusszabályozó word
+partword uhásszek 136-125-4-234-156-15-13	For example ruhásszekrény word
+partword tésszéru 2345-16-234-156-16-1235-136
+partword gosszap 1245-135-234-156-1-1234
+partword énásszek 16-1345-4-234-156-15-13	For example szénásszekér word
+partword ódásszi 246-145-4-234-156-24	For example szódásszifon word
+partword ólásszab 246-123-4-234-156-1-12	For example szólásszabadság word
+partword rösszí 1235-12345-234-156-34	For example vörösszínű word
+partword letésszab 123-15-2345-16-234-156-1-12	For example születésszabályozás word
+partword lásszé 123-4-234-156-16
+partword ársszer 4-1235-234-156-15-1235
+partword lösszáj 123-12345-234-156-4-245	For example tejfölösszájú word
+partword üléssz 12356-123-16-234-156	For example repülésszerű, településszerkezet words
+partword melésszer 134-15-123-16-234-156-15-1235	For example emelésszerű word
+partword itkosszol 24-2345-13-135-234-156-135-123	For example titkosszolgálat word
+partword övisszú 12345-1236-24-234-156-346	For example tövisszúrás word
+partword kosszel 13-135-234-156-15-123
+partword udásszo 136-145-4-234-156-135	For example tudásszomj word
+partword grássze 1245-1235-4-234-156-15	For example ugrásszerűen word
+partword tasszál 2345-1-234-156-4-123	For example utasszállító word
+partword tasszám 2345-1-234-156-4-134	For example utasszám word
+partword tasszer 2345-1-234-156-15-1235	For example utasszerep word
+partword rémissz 1235-16-134-24-156-156	For example rémisszétek, elrémisszék words
+partword úvósszim 346-1236-246-234-156-24-134	For example fúvósszimfónia word
+partword úvósszer 346-1236-246-234-156-15-1235	For example fúvósszerszám word
+partword fúvószen 124-346-1236-246-234-126-15-1345	For example fúvószenekar word
+partword letesszob 123-15-2345-15-234-156-135-12
+partword léssza 123-16-234-156-1	For example ülésszak word
+partword vallás =	For example vallásszabadság, hitvallásszerű, vallásszociológus, vallásszakértő words related need this general exception
+always vasasszak 1236-1-234-1-234-156-1-13	For example vasasszakosztály word
+always sasszár 234-1-234-156-4-1235	For example sasszárnyú word
+partword sassze 234-1-234-156-15	For example sasszeg word
+partword sasszöm 234-1-234-156-12345-134	For example sasszömöd old word
+partword tassztráj 2345-1-234-156-2345-1235-4-245	For example vasutassztrájk word
+partword aversszal 1-1236-15-1235-156-156-1-123	For example Martraversszal word not need wrapping the word with single s and sz braille dots
+partword erssza 15-1235-234-156-1	For example versszak, versszakában words
+partword ersszá 15-1235-234-156-4
+partword lamosszé 123-1-134-135-234-156-16	For example villamosszék word
+partword lamosszí 123-1-134-135-234-156-34
+partword sessző 234-15-234-156-12456	For example vörösesszőke word
+partword desszür 145-15-234-156-12356-1235
+partword ársszöv 4-1235-234-156-12345-1236	For example társszövetség word
+always hússzelet 125-346-234-156-15-123-15-2345	For example hússzelet word
+partword rösszem 1235-12345-234-156-15-134	For example vörösszem word
+partword osszöv 135-234-156-12345-1236	For example orvosszövetség word
+partword osszemély 135-234-156-15-134-16-456	For example orvosszemély word
+partword vosszerű 1236-135-234-156-15-1235-23456	For example orvosszerű word
+partword óriás =	For example óriásszalamandra, óriászászlót, óriászsúrlót words
+partword ésszög 16-234-156-12345-1245	For example dőlésszög word
+partword vosszak 1236-135-234-156-1-13	For example orvosszakértő word
+partword marossz 134-1-1235-135-234-156	For example Marosszék, Marosszentgyörgy words
+partword sszombat 234-156-135-134-12-1-2345	For example Szepesszombat word
+partword sszarv 234-156-1-1235-1236	For example kosszarv word
+partword sszőlő 234-156-12456-123-12456	For example Vértesszőlős village name
+partword levesszed 123-15-1236-15-234-156-15-145	For example levesszedő word
+always levesszag 123-15-1236-15-234-156-1-1245	For example levesszag, levesszagot, húslevesszagot words
+partword farkas =	For example Farkassziget, farkasszáj, farkaszsaru words
+partword hússzalon 125-346-234-156-1-123-135-1345	For example hússzalonna word
+always versszerű 1236-15-1235-234-156-15-1235-23456	For example versszerű word
+always kosszem 13-135-234-156-15-134	For example kosszem word
+partword kisszob 13-24-234-156-135-12	For example kisszobában word
+always tipusszám 2345-24-1234-136-234-156-4-134	For example tipusszám word
+partword alvásszeg 1-123-1236-4-234-156-15-1245	For example alvásszegény word
+always lakosszám 123-1-13-135-234-156-4-134	For example lakosszám word
+partword adóssz 1-145-246-234-156	For example adósszámla, adósszolgaságban words
+begword alkalmazássz 1-123-13-1-123-134-1-126-4-234-156	For example alkalmazásszerver, alkalmazásszint words
+partword autóssz 1-136-2345-246-234-156	For example autósszemüveg, autósszőnyeget words need this general exception
+begword béléssz 12-16-123-16-234-156	For example bélésszövet word
+partword bőgésszer 12-12456-1245-16-234-156-15-1235	For example bőgésszerű word
+partword csapássz 146-1-1234-4-234-156	For example sorscsapásszerű, csapásszám word
+partword írássz 34-1235-4-234-156	For example írásszabályok, írásszeretet, előírásszerű words
+partword kelésszint 13-15-123-16-234-156-24-1345-2345	For example érzékelésszint word
+partword fiókossz 124-24-246-13-135-234-156	Forexample fiókosszekrény word
+begmidword foglalkozássz 124-135-1245-123-1-123-13-135-126-4-234-156	For example foglalkozásszerű word
+always fogasszeg 124-135-1245-1-234-156-15-1245	For example fogasszeg word
+partword gondviseléssz 1245-135-1345-145-1236-24-234-15-123-16-234-156	For example gondviselésszerű word
+partword gyújtássz 1456-346-245-2345-4-234-156	For example gyújtásszabály word
+partword gyorsszűr 1456-135-1235-234-156-23456-1235	For example gyorsszűrő word
+partword tásszün 2345-4-234-156-12356-1345	For example hatásszünet word
+partword hirdetés =	For example hirdetésszagú, hirdetésszöveg words need this exception
+partword hússzekr 125-346-234-156-15-13-1235	For example hússzekrény word
+partword jelenéssze 245-15-123-15-1345-16-234-156-15	For example jelenésszerű wordd
+partword jelzésszer 245-15-123-126-16-234-156-15-1235	For example jelzésszerű, hangjelzésszerű word
+partword kasszé 13-1-234-156-16	For example kasszék word part containing wordsneed this exception
+partword katalógussz 13-1-2345-1-123-246-1245-136-234-156	For example katalógusszám word
+partword kavarásszer 13-1-1236-1-1235-4-234-156-15-1235	For example kavarásszerű word
+partword kitörésszer 13-24-2345-12345-1235-16-234-156-15-1235	For example kitörésszerű word
+always kisszótár 13-24-234-156-246-2345-4-1235	For example kisszótár word
+partword klienssz 13-123-24-15-1345-234-156	For example kliensszoftver word
+partword köhögéssz 13-12345-125-12345-1245-16-234-156 For example köhögésszerű word
+partword könyvessz 13-12345-1246-1236-15-234-156	For example könyvesszekrény word
+always könyvesszé 13-12345-1246-1236-15-156-156-16	For example könyvesszé, könyvesszéje word
+partword másszer 134-4-234-156-15-1235	For example látomásszerű, nyomásszerű, képmásszerű words
+partword frisszöld 124-1235-24-234-234-126-12345-123-145
+partword ésszög 2345-16-234-156-12345-1245	For example lejtésszöge word
+partword lengéssz 123-15-1345-1245-16-234-156	For example lengésszabály word
+partword lépés 123-16-1234-16-234	For example lépésszám, lépészaj words
+partword lökéssz 123-12345-13-16-234-156	For example lökésszám, lökésszerű words
+partword magasszár 134-1-1245-1-234-156-4-1235	For example magasszárú word
+partword másszóv 134-4-234-156-246-1236	For example másszóval word
+partword dörgésszer 145-12345-1235-1245-16-234-156-15-1235	For example dörgésszerű, mennydörgésszerű words
+always motorossz 134-135-2345-135-1235-135-234-156	For example motorosszán, motorossztár word
+partword ökrössz 12345-13-1235-12345-234-156	For example ökrösszekér word
+partword pedagógussztr 1234-15-145-1-1245-246-1245-136-234-156-2345-1235	For example pedagógussztrájk word
+partword plüsszer 1234-123-12356-234-156-15-1235	For example plüsszerű word
+partword rádióssz 1235-4-145-24-246-234-156	For example rádiósszoba word
+partword présszer 1234-1235-16-234-156-15-1235	For example présszerű word
+partword puskás =	For example puskásszázad, puskásszakasz, puskászászlóalj words
+partword kezésszer 13-15-126-16-234-156-15-1235	For example rendelkezésszerű word
+partword robbanás =	For example robbanásszerű, robbanászajt word
+partword sárgássz 234-4-1235-1245-4-234-156	For example sárgásszínű word
+partword szerződéssz 156-15-1235-126-12456-145-16-234-156	For example szerződésszegés, szerződésszegő, szerződésszám words
+partword szokássz 156-135-13-4-234-156	For example szokásszerű word
+partword úrásszer 346-1235-4-234-156-15-1235	For example szúrásszerű word
+partword úrósszem 346-1235-246-234-156-15-134	For example szúrósszemű word
+partword tágulássz 2345-4-1245-136-123-4-234-156	For example tágulásszabály word
+begword társsz 2345-4-1235-234-156	For example társszekér word
+partword tudásszin 2345-136-145-4-234-156-24-1345	For example tudásszint word
+partword töltésszab 2345-12345-123-2345-16-234-156-1-12	For example töltésszabályozó word
+partword többessz 2345-12345-12-12-15-234-156	For example többesszám word
+begword világos =	For example világosszőke, világosszürke words
+begword világoszl 1236-24-123-4-1245-135-156-123	For example világoszlop word
+always vörösessz 1236-12345-1235-12345-234-15-234-156	For example vörösesszőke word
+partword zuhanássz 126-136-125-1-1345-4-234-156	For example zuhanásszerű word
+partword zökkenéssz 126-12345-13-13-15-1345-16-234-156	For example zökkenésszerű word
+begword zsírossz 345-34-1235-135-234-156	For example zsírosszén word
+begmidword  lovassz 123-135-1236-1-234-156	For example lovasszázad, lovasszekeret words
+partword vasszállít 1236-1-234-156-4-123-123-34-2345	For example vasszállítmány word
+begword barnásszür 12-1-1235-1345-4-234-156-12356-1235	For example barnásszürke word
+begword kőművessz 13-12456-134-23456-1236-15-234-156	For example kőművesszem, kőművesszerszámait words
+begword lőréssz 123-12456-1235-16-234-156	For example lőrésszerű word
+partword hadásszag 125-1-145-4-234-156-1-1245	For example rothadásszag word
+partword omlásszag 135-134-123-4-234-156-1-1245	for example bomlásszag word
+begword szaglássz 156-1-1245-123-4-156-156	For example szaglásszék word
+word résszerű 1235-16-234-156-15-1235-23456	résszerű is a special exception word
+word résszerűen 1235-16-234-156-15-1235-23456-15-1345	For example résszerűen word
+begword körössz 13-12345-1235-12345-234-156	For example körösszakál, körösszakáli words
+partword csattanásszer 146-1-2345-2345-1-1345-4-234-156-15-1235	For example csattanásszerű word
+partword csikóssz 146-24-13-246-234-156	For example csikósszámadó word
+begword csipkéssz 146-24-1234-13-16-234-156	For example csipkésszélű word
+begword csobbanásszer 146-135-12-12-1-1345-4-234-156-15-1235	For example csobbanásszerű word
+begword csuklássz 146-136-13-123-4-234-156	For example csuklásszerű word
+partword lépcsősszár 123-16-1234-146-12456-234-156-4-1235	For example lépcsősszárnyú word
+partword csavarásszer 146-1-1236-1-1235-4-234-156-15-1235	For example csavarásszerű word
+partword ájulásszer 4-245-136-123-4-234-156-15-1235	For example ájulásszerű word
+partword aranyosszők 1-1235-1-1246-135-234-156-12456-13	For example aranyosszőke word
+begword barnásszők 12-1-1235-1345-4-234-156-12456-13	For example barnásszőke, barnásszőkét word
+partword becslésszer 12-15-146-123-16-234-156-15-1235	For example becslésszerűen word
+partword rendezéssze 1235-15-1345-145-15-126-16-234-156-15	For example berendezésszett, berendezésszerű words
+partword rengéssz 1235-15-1345-1245-16-234-156	For example derengésszerű, földrengésszakértő, merengésszerű, rengésszerű words
+partword pergésszer 1234-15-1235-1245-16-234-156-15-1235	For example dobpergésszerűen word
+begword dússzakáll 145-346-234-156-1-13-4-123-123	For example dússzakállú word
+begword édesszesz 16-145-15-234-156-15-156	For example édesszesztestvér word
+partword egyenesszál 15-1456-15-1345-15-234-156-4-123	For example egyenesszálú word
+partword őrsszerű 12456-1235-234-156-15-1235-23456	For example előőrsszerű
+begword ésszer 16-156-156-15-1235	For example ésszerű word
+always fásszín 124-4-234-156-34-1345
+partword fehéressz 124-15-125-16-1235-15-234-156	For example fehéresszőke, fehéresszürke words
+partword feketésszürk 124-15-13-15-2345-16-234-156-12356-1235-13	For example feketésszürke word
+begword felszerelés 124-15-123-156-15-1235-15-123-16-234	For example felszerelésszettet word need this exception
+begword fertőzéssz 124-15-1235-2345-12456-126-16-234-156	For example fertőzésszerű word
+partword fájásszer 124-4-245-4-234-156-15-1235	For example fogfájásszerű word
+partword fosszín 124-135-234-156-34-1345	For example fosszínű word
+partword csuszamlásszer 146-136-156-1-134-123-4-234-156-15-1235	For example földcsuszamlásszerűen word
+partword fűtéssz 124-23456-2345-16-234-156	For example fűtésszag, fűtésszezon words
+begword habitusszer 125-1-12-24-2345-136-234-156-15-1235	For example habitusszerűen word
+begword halottassz 125-1-123-135-2345-2345-1-234-156	For example halottasszoba, halottasszobába, halottasszekér words
+begword hekussz 125-15-13-136-234-156	For example hekusszagot word
+partword hasissz 125-1-234-24-234-156	For example hasisszagot word
+always hársszén 125-4-1235-234-156-16-1345	For example hársszén word
+partword hársszen 125-4-1235-234-156-15-1345	For example hársszenet word
+partword rándulásszer 1235-4-1345-145-136-123-4-234-156-15-1235	For example rándulásszerűen word
+partword kérésszer 13-16-1235-16-234-156-15-1235	For example kérésszerűen word
+partword villanásszer 1236-24-123-123-1-1345-4-234-156-15-1235	For example villanásszerűen word
+begword hányássz 125-4-1246-4-234-156	For example hányásszag, hányásszerű words
+partword szorosszerű 156-135-1235-135-234-156-15-1235-23456	For example hegyszorosszerű word
+begword hentessz 125-15-1345-2345-15-234-156	For example hentesszaktanfolyamát, hentesszéket words
+word hisszék 125-24-156-156-16-13
+partword örgésszerű 12345-1235-1245-16-234-156-15-1235-23456	For example hörgésszerű, zörgésszerű, dörgésszerű words
+partword hússzállít 125-346-234-156-4-123-123-34-2345	For example hússzállító, hússzállítmány words
+always hússzí 125-346-234-156-34	For example hússzínű word
+always irtásszél 24-1235-2345-4-234-156-16-123	For example irtásszél word
+partword jelentéssz 245-15-123-15-1345-2345-16-234-156	For example gyorsjelentésszezon, jelentésszerű, jelentésszint word
+begword katekizmussz 13-1-2345-15-13-24-126-134-136-234-156	For example katekizmusszerű word
+begword kerítéssz 13-15-1235-34-2345-16-234-156	For example kerítésszaggató word
+partword kevéssz 13-15-1236-16-234-156	For example kevésszer, kevésszavú words
+partword fejlessze 124-15-245-123-15-156-156-15	For example kifejlesszem word
+partword szögellésszer 156-12345-1245-15-123-123-16-234-156-15-1235	For example kiszögellésszerűen word
+begword kitüntetéssz 13-24-2345-12356-1345-2345-15-2345-16-234-156	For example kitüntetésszalagokat word
+partword ációsszob 4-14-24-246-234-156-135-12	For example kommunikációsszoba word
+begword kőrissz 13-12456-1235-24-234-156	For example kőrisszár, kőrisszárat words
+partword küldetéssz 13-12356-123-145-15-2345-16-234-156	For example küldetésszaga word
+partword labirintussz 123-1-12-24-1235-24-1345-2345-136-234-156	For example labirintusszerű, labirintusszint words
+partword lejtéssz 123-15-245-2345-16-234-156	For example lejtésszög word
+begword málhássz 134-4-123-125-4-234-156	For example málhásszekér, málhásszekereiket words
+always medresszék 134-15-145-1235-15-234-156-16-13	For example medresszék word
+begword ménessz 134-16-1345-15-234-156	For example ménesszárnyékok word
+begword meszesszürk 134-15-156-15-234-156-12356-1235-13	For example meszesszürke word
+partword mítossz 134-34-2345-135-156-156
+partword mókussz 134-246-13-136-234-156	For example mókusszőr, mókusszerű words
+partword utazássz 136-2345-1-126-4-234-156	For example utazásszerű, utazásszervező, nászutazásszerű words
+partword nedvesszürk 1345-15-145-1236-15-234-156-12356-1235-13	For example nedvesszürke word
+partword nemesszőrm 1345-15-134-15-234-156-12456-1235-134	For example nemesszőrme word
+partword ikkanásszer 24-13-13-1-1345-4-234-156-15-1235	For example nyikkanásszerű word
+partword nyomásszab 1246-135-134-4-234-156-1-12	For example nyomásszabályzó word
+partword oposszu 135-1234-135-156-156-136
+partword orvos =	For example orvosszázados, orvosszereikkel words
+partword vodásszint 1236-135-145-4-234-156-24-1345-2345	For example óvodásszintű word
+begword örvénylésszer 12345-1235-1236-16-1246-123-16-234-156-15-1235	For example örvénylésszerű word
+partword párnássz 1234-4-1235-1345-4-234-156	For example párnásszék word
+begword pátossz 1234-4-2345-135-156-156	For example pátosszal word
+partword pedagógusszob 1234-15-145-1-1245-246-1245-136-234-156-135-12	For example pedagógusszobába word
+partword pirítóssz 1234-24-1235-34-2345-246-234-156	For example pirítósszeleteken word
+begword piszkossz 1234-24-156-13-135-234-156	For example piszkosszőke, piszkosszürke words
+partword lövésszer 123-12345-1236-16-234-156-15-1235	For example pisztolylövésszerűen word
+partword posszibili 1234-135-156-156-24-12-24-123-24
+begword priapossz 1234-1235-24-1-1234-135-156-156	For example priamossza word
+partword repülőssz 1235-15-1234-12356-123-12456-234-156	For example repülősszárny word
+begword selymesszők 234-15-456-134-15-234-156-12456-13	For example selymesszőke word
+begword sertésszűz 234-15-1235-2345-16-234-156-23456-126	For example sertésszűzpecsenyére word
+begword szentségessz 156-15-1345-2345-234-16-1245-15-234-156	For example szentségesszűzmáriám word
+begword szórakozásszám 156-246-1235-1-13-135-126-4-234-156-4-134	For example szórakozásszámba word
+begword társalgássz 2345-4-1235-234-1-123-1245-4-234-156	For example társalgásszámba, társalgásszerű words
+begword templomosszak 2345-15-134-1234-123-135-134-135-234-156-1-13	For example templomosszakértő word
+begword tigrissz 2345-24-1245-1235-24-234-156	For example tigrisszerű, tigrisszemek words
+partword tizedessz 2345-24-126-15-145-15-234-156	For example tizedesszállás, tizedesszám words related need this general exception
+begword ulánusszáz 136-123-4-1345-136-234-156-4-126	For example ulánusszázad word
+begword utasszin 136-2345-1-234-156-24-1345	For example utasszint word
+begword utasszol 136-2345-1-234-156-135-123	For example utasszolgálat word
+begword vallomássz 1236-1-123-123-135-134-4-234-156	For example vallomásszámba word
+begword vértesszáz 1236-16-1235-2345-15-234-156-4-126	For example vértesszázad, vértesszázadbeli words
+partword visszé 1236-24-156-156-16	For example visszér, visszérműtét words
+begword visszer 1236-24-156-156-15-1235	For example visszeres word
+begword vörhenyesszők 1236-12345-1235-125-15-1246-15-234-156-12456-13	For example vörhenyesszőke word
+begword vörössz 1236-12345-1235-12345-234-156	For example vörösszakállú, vörösszőke word
+begword zavarossz 126-1-1236-1-1235-135-234-156	For example zavarosszürke word
+partword gázspra 1245-4-126-234-1234-1235-1	For example gázspray word
+always gázspré 1245-4-126-234-1234-1235-16	For example gázspré word
+always gázstop 1245-4-126-234-2345-135-1234	For example the gázstop word need this general exception
+partword gázsuga 1245-4-126-234-136-1245-1	For example gázsugarak word
+partword gázzsámo 1245-4-126-345-4-134-135	For example gázzsámoly word
+partword zsugár 126-234-136-1245-4-1235	For example gázsugár word
+partword gázsüt 1245-4-126-234-12356-2345	For example gázsütő word
+partword gázster 1245-4-126-234-2345-15-1235	For example gázstelirizátor word
+partword gázsűr 1245-4-126-234-23456-1235	For example gázsűrűség, gázsűrítő words
+partword gázsáto 1245-4-126-234-4-2345-135	For example könnygázsátor word
+partword gázseb 1245-4-126-234-15-12	For example gázsebesség word
+partword gázsúr 1245-4-126-234-346-1235	For example gázsúrlódás word
+partword gázsí 1245-4-126-234-34	For example gázsíp word
+begword ágyússz 4-1456-346-234-156	For example ágyússzekerek word
+begword alásszolg 1-123-4-234-156-135-123-1245	For example alásszolgája, alásszolgájuk words
+begword csárdásszól 146-4-1235-145-4-234-156-246-123	For example csárdásszóló word
+begword deposszed 145-15-1234-135-156-156-15-145
+begword kompossze 13-135-134-1234-135-156-156-15	For example komposszesszor, komposszesszorátus words
+partword kormossz 13-135-1235-134-135-234-156	For example kormosszürke word
+partword köntössz 13-12345-1345-2345-12345-234-156	For example köntösszegély word
+partword borzassző 12-135-1235-126-1-234-156-12456	For example borzasszőrű word
+partword harcossz 125-1-1235-14-135-234-156	For example harcosszellem word
+partword mágnássz 134-4-1245-1345-4-234-156	For example mágnásszámba word
+partword másszín 134-4-234-156-34-1345	For example másszínű word
+partword másszőr 134-4-234-156-12456-1235	For example másszőrűek word
+partword mécsessz 134-16-146-15-234-156	For example mécsesszem word
+partword méhessz 134-16-125-15-234-156	For example méhesszín, méhesszínben words
+partword muzsikussz 134-136-345-24-13-136-234-156	For example muzsikusszem word
+partword ordassz 135-1235-145-1-234-156	For example ordasszőrű word
+partword állássz 4-123-123-4-234-156	For example önállásszerű word
+partword őszessz 12456-156-15-234-156
+begword ősszék 12456-234-156-16-13	For example ősszékelyek word
+begword őssz 12456-234-156	For example ősszármazású word, but will be have some exception words this general rule
+always ősszel 12456-156-156-15-123	For example ősszel word
+always ősszé 12456-156-156-16
+partword ősszell 12456-234-156-15-123-123	For example ősszellem word
+partword paprikássz 1234-1-1234-1235-24-13-4-234-156	For example paprikásszalonna-bazár word
+partword rakássz 1235-1-13-4-234-156	For example rakásszámra word
+partword rántássz 1235-4-1345-2345-4-234-156	For example rántásszag, rántásszerű words
+partword rongyossz 1235-135-1345-1456-135-234-156	For example rongyosszélű word
+partword ruhássz 1235-136-125-4-234-156	For example ruhásszobámé word
+begword sássz 234-4-234-156	For example sásszéna, sásszerű words
+begword rózsássz 1235-246-345-4-234-156	For example rózsásszőkés word
+partword nyöklésszél 1246-12345-13-123-16-234-156-16-123	For example könyöklésszéles word
+partword sugárzássz 234-136-1245-4-1235-126-4-234-156	For example sugárzásszintek, sugárzásszerű words
+partword szarvassz 156-1-1235-1236-1-234-156	For example szarvasszív word
+partword szindikátussz 156-24-1345-145-24-13-4-2345-136-234-156	For example szindikátusszervező, szindikátusszerű words
+partword szólássz 156-246-123-4-234-156	For example szólásszapulás word
+begword teásszer 2345-15-4-234-156-15-1235	For example teásszervíz word
+partword tövissz 2345-12345-1236-24-234-156	For example tövisszár word
+partword tükrössz 2345-12356-13-1235-12345-234-156	For example tükrösszélű word
+partword tüzessz 2345-12356-126-15-234-156	For example tüzesszemű word
+partword pótlássz 1234-246-2345-123-4-234-156	For example utánpótlásszállítmánnyal word
+begword veressz 1236-15-1235-15-234-156	For example veresszemű, veresszakállú words
+begword vetéssz 1236-15-2345-16-234-156	For example vetésszalag word
+partword villamossz 1236-24-123-123-1-134-135-234-156	For example villamosszerű word
+partword zsoldossz 345-135-123-145-135-234-156	For example zsoldosszokás word
+partword gyűléssz 1456-23456-123-16-234-156	For example gyűlésszíne word
+begword ikarossz 24-13-1-1235-135-156-156
+partword kattintássz 13-1-2345-2345-24-1345-2345-4-234-156	For example kattintásszám word
+begword rúzsossz 1235-346-345-135-234-156	For example rúzsosszájú word
+partword formánsszint 124-135-1235-134-4-1345-234-156-24-1345-2345	For example formánsszintetizátor word
+partword vírussz 1236-34-1235-136-234-156	For example vírusszűrés word
+partword stílussz 234-2345-34-123-136-234-156	For example stílusszerű, stílusszerkesztő words
+partword hármassz 125-4-1235-134-1-234-156	For example hármasszak, hármassziget word
+begword hússzöv 125-346-234-156-12345-1236	For example Hússzövetség company name or normal hússzövet words need this exception
+partword edzéssz 15-145-126-16-234-156	For example edzésszám word
+begword hamissz 125-1-134-24-234-156	For example hamisszínes word
+begword rákossz 1235-4-13-135-234-156	For example Rákosszentmihály town part name
+partword kezdés 13-15-126-145-16-234	For example bekezdésszintű, bekezdészárás words need this exception
+partword mászás 134-4-156-4-234	For example hangyamászásszerű word need this exception
+partword hivatkozássz 125-24-1236-1-2345-13-135-126-4-234-156	For example hivatkozásszerű, hivatkozásszűrés word
+partword taxissz 2345-1-1346-24-234-156	For example taxisszakszervezet, taxisszurkálás words need this exception
+partword pszichológussz 1234-156-24-14-125-135-123-246-1245-136-234-156	For example pszichológusszövetség word need this exception
+partword vízeséssz 1236-34-126-15-234-16-234-156	For example vízesésszerűen word need this exception
+partword közlekedéssz 13-12345-126-123-15-13-15-145-16-234-156	For example közlekedésszervezők word need this exception
+partword üstökössz 12356-234-2345-12345-13-12345-234-156	For example üstökösszerű word
+partword biznissz 12-24-126-1345-24-156-156	For example biznisszé word
+partword ugrássz 136-1245-1235-4-234-156	For example ugrásszögének word need this exception
+partword mitugrássza 134-24-2345-136-1245-1235-4-156-156-1	But mitugrásszal word not need apply the prewious general exception
+partword lesszabá 123-15-234-156-1-12-4	For example lesszabály word
+partword ismétléssz 24-234-134-16-2345-123-16-234-156	For example ismétlésszám word
+partword visszaéléssz 1236-24-156-156-1-16-123-16-234-156	For example visszaélésszerű word
+partword szállodássz 156-4-123-123-135-145-4-234-156	For example szállodásszövetség word need this exception
+begword egyessz 15-1456-15-234-156	For example egyesszám, egyesszámban word
+partword fémessz 124-16-134-15-234-156	For example fémesszürke word
+begword kisszöv 13-24-234-156-12345-1236	For example kisszövetkezet word
+partword bázissz 12-4-126-24-234-156	For example bázisszint word
+partword webes =	For example webesszolgáltatás word
+partword felsorolás =	For example felsorolásszerűen word
+begword kisszíne 13-24-234-156-34-1345-15	For example kisszínes word
+partword végzéssz 1236-16-1245-126-16-234-156	For example kivégzésszerű word need this exception
+begword diósszilá 145-24-246-234-156-24-123-4	For example Diósszilágyi Sámuel name related need this exception
+partword mérkőzéssz 134-16-1235-13-12456-126-16-234-156	For example mérkőzésszerű, mérkőzésszervező words need this exception
+partword művelődés =	For example művelődésszervező word need this exception
+partword nyomássz 1246-135-134-4-234-156	For example nyomásszinten word
+partword realitás =	For example realitásszagú word need this exception
+partword töltésszak 2345-12345-123-2345-16-234-156-1-13	For example töltésszakasz word need this exception
+begword verssz 1236-15-1235-234-156	For example versszerető word
+partword zsarolássz 345-1-1235-135-123-4-234-156	For example zsarolásszerű word
+partword csípéssz 146-34-1234-16-234-156	For example csípésszám word
+partword fúvóssz 124-346-1236-246-234-156	For example fúvósszekció word
+begword hassző 125-1-234-156-12456	For example hasszőrzet word
+begword hasszé 125-1-234-156-16	For example hasszél word
+partword információssz 24-1345-124-135-1235-134-4-14-24-246-234-156	For example imformációsszabadság word
+partword mikulás =	For example mikulásszerkó word
+partword pedagógus =	For example pedagógusszövetség word
+partword folyássz 124-135-456-4-234-156	For example befolyásszerzésről, vízfolyásszerű word
+partword nyálassz 1246-4-123-1-234-156	For example nyálasszájú word
+always molosszer 134-135-123-135-156-156-15-1235	A dog name related need this exception
+begword basszussz 12-1-156-156-136-234-156	For example basszusszerű, basszusszintetizátor words need this exception
+begword postássz 1234-135-234-2345-4-234-156	For example postássztrájk word
+partword mozgássz 134-135-126-1245-4-234-156	For example mozgásszínház word
+partword szociálissz 156-135-14-24-4-123-24-234-156	For example szociálisszálláshely-program word need this exception
+partword erőlködés =	For example erőlködésszagúnak word need this exception
+partword ricinus =	For example ricinusszerű word need this general exception
+partword utalás =	For example utalásszerűen, utalásszinten words need this general exception
+partword erősítés =	For example erősítésszabályozás word need this general exception
+partword fázissz 124-4-126-24-234-156	For example fázisszög, fázisszögnek words related need this general exception
+partword fáziszá 124-4-126-24-234-126-4	For example fáziszár word related need this general exception
+partword hatássz 125-1-2345-4-234-156	For example hatásszélesség, hatásszereket words related need this exception
+partword effektus =	For example effektusszerűen word related need this exception
+partword pulzussz 1234-136-123-126-136-234-156	For example impulzusszélességét word related need this exception
+partword váltássz 1236-4-123-2345-4-234-156	For example képváltásszámot word related need this exception
+partword fázássz 124-4-126-4-234-156	For example megfázásszerű word
+partword periódus =	For example periódusszámának word related need this exception
+partword pólus =	For example pólusszámhoz, pólusszekvenciát words related need this general exception 
+partword rovás =	For example rovásszerűen word related need this general exception
+partword ciripelés =	For example ciripelésszerűen word related need this general exception
+partword orgazmussz 135-1235-1245-1-126-134-136-234-156	For example orgazmusszerű word related need this exception
+partword teknőssz 2345-15-13-1345-12456-234-156	For example teknősszámlálás word related need this general exception
+partword hússzer 125-346-234-156-15-1235	For example vagdalthússzerű word
+partword emelkedés =	For example áremelkedésszerű word
+partword zaklatás 126-1-13-123-1-2345-4-234	For example zaklatásszámba word
+partword feltevés =	For example feltevésszerűen word
+partword gyülekezéssz 1456-12356-123-15-13-15-126-16-234-156	For example gyülekezésszabadságot word
+partword konstans =	For example konstansszimbólumainak word
+partword oktatás =	For example oktatásszociológiai word
+partword ötvös =	For example ötvösszakmai word
+begword pálossz 1234-4-123-135-234-156	For example Pálosszentkút town name related need this general exception
+partword sasszikl 234-1-234-156-24-13-123	For example sasszikla word
+partword természetessz 2345-15-1235-134-16-156-15-2345-15-234-156	For example természetesszám word
+begword árrés =	For example árrésszabályt word related need this general exception
+always premisszám 1234-1235-15-134-24-156-156-4-134
+partword likviditás =	For example likviditásszűke word need this general exception
+partword mutatkozás 134-136-2345-1-2345-13-135-126-4-234	For example bemutatkozásszámba word related need this general exception
+partword migráns =	For example emigránsszervezetek word related need this general exception
+partword erdőssz 15-1235-145-12456-234-156	For example erdőssztyepp-vidéke word related need this general exception
+partword fétissz 124-16-2345-24-234-156	For example fétisszínész, fétisszínésze words related need this general exception
+partword művessz 134-23456-1236-15-234-156	For example földművesszövetkezet word related need this general exception
+partword játékossz 245-4-2345-16-13-135-234-156	Forexample játékosszám word related need this general exception
+partword pestissz 1234-15-234-2345-24-234-156	For example pestisszobrot word related need this general exception
+partword rugószá 1235-136-1245-246-234-126-4	For example rugószárjai word
+partword rugóssz 1235-136-1245-246-234-156	For example rugósszerű word related need this general exception
+partword sasszobr 234-1-234-156-135-12-1235	For example sasszobrai, sasszobrok words related need this general exception
+partword tanulás =	For example tanulásszeretetét, tanulásszeretete words related need this general exception
+partword terhes =	For example terhesszexet word related need this general exception
+partword ütközéssz 12356-2345-13-12345-126-16-234-156	For example ütközésszerű, ütközésszimulátor words related need this general exception
+partword dásszalag 145-4-234-156-1-123-1-1245	For example adásszalagokat word related need this general exception
+partword dásszöv 145-4-234-156-12345-1236	For example előadásszövegek word related need this general exception
+partword intrikus =	For example intrikusszerepeiben word
+always késszerű 13-16-234-156-15-1235-23456	For example késszerű word
+partword piramis =	For example piramisszövegei, piramisszövegek, piramisszövegeknek words related need this general exception
+partword terméssz 2345-15-1235-134-16-234-156	For example termésszárnyak, termésszerű word
+partword tetoválás =	For example tetoválásszerű word related need this general exception
+partword töltésszim 2345-12345-123-2345-16-234-156-24-134	For example töltésszimmetria word
+partword részesedéssz 1235-16-156-15-234-15-145-16-234-156	For example részesedésszerzés word related need this exception
+partword aktivitás =	For example aktivitásszint word
+partword akusztikussz 1-13-136-156-2345-24-13-136-234-156	For example akusztikusszenzor word
+partword alkotás =	For example alkotásszemléletének word
+partword állomás =	For example állomásszám word
+partword analízissz 1-1345-1-123-34-126-24-234-156	For example Analízisszintű word
+partword áramlás =	For example áramlásszabályozás word
+partword árverés =	For example árverésszerű word
+partword asztalossz 1-156-2345-1-123-135-234-156	For example asztalosszakmát word
+partword áttörés =	For example áttörésszerepe word
+partword bemetszéssz 12-15-134-15-2345-156-16-234-156	For example bemetszésszerűen word
+partword bukfencezéssz 12-136-13-124-15-1345-14-15-126-16-234-156	For example bukfencezésszerű word
+partword felismeréssz 124-15-123-24-234-134-15-1235-16-234-156	For example felismerésszerűen word
+partword keresztessz 13-15-1235-15-156-2345-15-234-156	For example keresztesszárnyú word
+partword redőssz 1235-15-145-12456-234-156	For example redősszárnyú word
+partword caries =	For example cariesszaporulat word
+partword ciklus =	For example ciklusszám, ciklusszervezés, ciklusszerű words
+partword ciprus =	For example ciprusszobrocska word
+partword csevegéssz 146-15-1236-15-1245-16-234-156	For example csevegésszerű word
+partword csicsergéssz 146-24-146-15-1235-1245-16-234-156	For example csicsergésszerű word
+partword diakónus =	For example diakónusszentelés, diakónusszerű words
+partword díjszabássz 145-34-245-156-1-12-4-234-156	For example díjszabásszerkesztők, díjszabásszerű words
+partword dinamikus =	For example dinamikusszökőkút word
+partword dinoszaurussz 145-24-1345-135-156-1-136-1235-136-156-156	For example dinoszaurusszerű word
+partword dobolás =	For example dobolásszerű word
+partword dózissz 145-246-126-24-234-156	For example dózisszint word
+partword dzsidássz 145-345-24-145-4-234-156	For example dzsidásszázad word
+partword beszéléssz 12-15-156-16-123-16-234-156	For example elbeszélésszerű, elbeszélésszerűen words
+partword ellátás =	For example ellátásszakértője word
+partword énekes =	For example énekessztár, énekesszerepeket words
+partword epilógus =	For example epilógusszerű word
+partword prológus =	For example prológusszerű word
+partword erszényessz 15-1235-156-16-1246-15-234-156	For example erszényesszerű word
+partword érvelés =	For example érvelésszerű, érvelésszerkezet words
+partword észleléssz 16-156-123-15-123-16-234-156	For example észlelésszám word
+partword evolvens =	For example evolvensszög word
+partword díszessz 145-34-156-15-234-156	For example fejdíszesszerű word
+partword fékezéssz 124-16-13-15-126-16-234-156	For example fékezésszabályozás word
+partword lángolássz 123-4-1345-1245-135-123-4-234-156	For example lángolásszerű, fellángolásszerű words
+partword vonássz 1236-135-1345-4-234-156	For example felvonásszám, felvonásszerű, vonásszám words
+always fogasszíj 124-135-1245-1-234-156-34-245	For example fogasszíj, fogasszíjak word
+partword fordítás =	For example fordításszempontú word
+partword forgássz 124-135-1235-1245-4-234-156	For example forgásszám, forgásszög words
+partword mívessz 134-34-1236-15-234-156	For example Földmívesszövetkezet word
+partword gerjesztéssz 1245-15-1235-245-15-156-2345-16-234-156	For example gerjesztésszabályozást, gerjesztésszabályozót, gerjesztésszerű words
+partword gesztussz 1245-15-156-2345-136-234-156	For example gesztusszerű, gesztusszobrokat words
+partword gyártássz 1456-4-1235-2345-4-234-156	For example gyártásszám word
+partword hajtássz 125-1-245-2345-4-234-156	For example hajtásszabályozás, hajtásszegmensei words
+partword hányadossz 125-4-1246-1-145-135-234-156	For example hányadosszabály, hányadosszámítás words
+partword tartássz 2345-1-1235-2345-4-234-156	For example háztartásszám, karbantartásszám, karbantartásszegény words
+partword hitelesítés =	For example hitelesítésszolgáltatást word
+partword hivatássz 125-24-1236-1-2345-4-234-156	For example hivatásszemélyiség word
+partword horgassző 125-135-1235-1245-1-234-156-12456	For example horgasszőrű word
+partword horkolás =	For example horkolásszerű, horkolászaj words
+partword hússzeml 125-346-234-156-15-134-123	For example hússzemle word
+always húsször 125-346-234-156-12345-1235	For example hússzörnyek word
+partword hússzük 125-346-234-156-12356-13	For example hússzükséglete word
+partword műveléssz 134-23456-1236-15-123-16-234-156	For example művelésszerű word
+partword indítássz 24-1345-145-34-2345-4-234-156	For example indításszám word
+partword júdássz 245-346-145-4-234-156	For example Júdásszék word
+partword kántálássz 13-4-1345-2345-4-123-4-234-156	For example kántálásszerű word
+partword döféssz 145-12345-124-16-234-156	For example döfésszerű word
+partword késszá 13-16-234-156-4	For example késszán, késszár words
+partword kettessz 13-15-2345-2345-15-234-156	For example kettesszámot word
+partword négyessz 1345-16-1456-15-234-156	For example négyesszám word
+partword kifejezéssz 13-24-124-15-245-15-126-16-234-156	For example kifejezésszótára word
+partword klímarossz 13-123-34-134-1-1235-135-156-156	For example klímarosszabbodás word
+partword konfliktus =	For example konfliktusszituáció, konfliktuszóna words
+partword kontinens =	For example kontinensszétszakadáshoz, kontinenssziget words
+begword kosszer 13-135-234-156-15-1235
+begword kosszav 13-135-234-156-1-1236
+partword kölessz 13-12345-123-15-234-156	For example kölesszál word
+partword könyvtárossz 13-12345-1246-1236-2345-4-1235-135-234-156	For example könyvtárosszakma word
+partword kőrössze 13-12456-1235-12345-234-156-15
+partword kötéssz 13-12345-2345-16-234-156	For example kötésszilárdságot word
+partword mondássz 134-135-1345-145-4-234-156	For example közmondásszótár word
+partword kreativitás =	For example kreativitásszegény word
+partword kulturális =	For example kulturálisszakember word
+partword kutatás =	For example kutatásszemléleti word
+partword lángossz 123-4-1345-1245-135-234-156	For example lángosszerű word
+partword ömléssz 12345-134-123-16-234-156	For example lávaömlésszerű, ömlésszerű words
+partword leképezéssz 123-15-13-16-1234-15-126-16-234-156	For example leképezésszorzásra word
+partword rohanássz 1235-135-125-1-1345-4-234-156	For example lerohanásszerű word
+partword libbenéssz 123-24-12-12-15-1345-16-234-156	For example libbenésszerű word
+partword lobbanássz 123-135-12-12-1-1345-4-234-156	For example lobbanásszerű word
+partword lövésszá 123-12345-1236-16-234-156-4	For example lövésszám word
+partword lövésszál 123-12345-1236-16-156-156-4-123	But for example lövésszállító word not need applying the prewious defined exception
+partword lövöldözéssz 123-12345-1236-12345-123-145-12345-126-16-234-156	For example lövöldözésszerűen word
+partword mágussz 134-4-1245-136-234-156	For example mágusszék, mágusszerű words
+partword jegyzéssz 245-15-1456-126-16-234-156	For example megjegyzésszerű word
+partword meglepéssz 134-15-1245-123-15-1234-16-234-156	For example meglepésszerű word
+partword mellkassz 134-15-123-123-13-1-234-156	For example mellkasszőrzete word
+partword mentőssz 134-15-1345-2345-12456-234-156	For example mentősszakszervezet word
+partword mesterséges =	For example mesterségessziget word
+partword epidermissz 15-1234-24-145-15-1235-134-24-156-156	For example epidermisszé, mirigyepidermisszé words
+partword mósussz 134-246-234-136-234-156	For example mósusszerű word
+partword mutánssz 134-136-2345-4-1345-234-156	For example mutánsszag, mutánsszerű words
+partword nádassz 1345-4-145-1-234-156	For example nádasszökőkút word
+partword nyersvassz 1246-15-1235-234-1236-1-234-156	For example nyersvasszükséglet word
+partword nyögéssz 1246-12345-1245-16-234-156	For example nyögésszerű word
+partword olvasássz 135-123-1236-1-234-4-234-156	For example olvasásszociológia word
+partword gyilkossz 1456-24-123-13-135-234-156	For example orgyilkosszerepbe word
+partword ozirissz 135-126-24-1235-24-156-156	For example Ozirisszé word
+partword öleléssz 12345-123-15-123-16-234-156	For example ölelésszerű word
+partword önkéntessz 12345-1345-13-16-1345-2345-15-234-156	For example önkéntesszövetség word
+partword öntözéssz 12345-1345-2345-12345-126-16-234-156	For example öntözésszivattyú word
+partword lámpássz 123-4-134-1234-4-234-156	For example lámpásszellem, lámpásszerű words
+always résszárny 1235-16-234-156-4-1235-1246	For example résszárny, résszárnyak words
+always résszárnny 1235-16-234-156-4-1235-146-146	For example résszárnnyal word
+partword plüsssz 1234-123-12356-234-234-156	For example plüssszerű word
+partword pörsenéssz 1234-12345-1235-234-15-1345-16-234-156	For example pörsenésszerű word
+begword préssz 1234-1235-16-234-156	For example présszakasz word
+partword prímássz 1234-1235-34-134-4-234-156	For example Prímássziget word
+always résszelep 1235-16-234-156-15-123-15-1234
+partword rítussz 1235-34-2345-136-234-156	For example rítusszerű, rítusszöveg words
+partword röfögéssz 1235-12345-124-12345-1245-16-234-156	For example röfögésszerű word
+partword röhögéssz 1235-12345-125-12345-1245-16-234-156	For example röhögésszerű word
+partword rögtönzéssz 1235-12345-1245-2345-12345-1345-126-16-234-156	For example rögtönzésszerű word
+partword sakkozássz 234-1-13-13-135-126-4-234-156	For example sakkozásszerű word
+partword sasszim 234-1-234-156-24-134	For example sasszimbólum word
+partword sasszobo 234-1-234-156-135-12-135	For example sasszobor word
+partword szedéssz 156-15-145-16-234-156	For example szedésszerű word
+partword szélessz 156-16-123-15-234-156	For example szélesszalag word
+partword játszássz 245-4-2345-156-4-234-156	For example színjátszásszerepét word
+partword szintetikussz 156-24-1345-2345-15-2345-24-13-136-234-156	For example szintetikusszál word
+partword dobbanássz 145-135-12-12-1-1345-4-234-156	For example szívdobbanásszerű word
+partword szolgáltatássz 156-135-123-1245-4-123-2345-1-2345-4-234-156	For example szolgáltatásszint word
+partword szövéssz 156-12345-1236-16-234-156	For example szövésszerű, szövésszerkezete, tűszövésszerűen words
+partword taktussz 2345-1-13-2345-136-234-156	For example taktusszám word
+partword tapsolássz 2345-1-1234-234-135-123-4-234-156	For example tapsolásszerű word
+partword társulássz 2345-4-1235-234-136-123-4-234-156	For example társulásszerveződése word
+partword teljessz 2345-15-123-245-15-234-156	For example teljesszög word
+partword teremtéssz 2345-15-1235-15-134-2345-16-234-156	For example teremtésszimbólum word
+partword termeléssz 2345-15-1235-134-15-123-16-234-156	For example termelésszínvonal word
+partword tervezéssz 2345-15-1235-1236-15-126-16-234-156	For example Tervezésszintű word
+partword topossz 2345-135-1234-135-156-156	For example toposszal word
+partword töltéssz 2345-12345-123-2345-16-234-156	For example töltésszétválás, töltésszétválasztás words
+partword trombitálássz 2345-1235-135-134-12-24-2345-4-123-4-234-156	For example trombitálásszerű word
+partword trónussz 2345-1235-246-1345-136-234-156	For example trónusszerű word
+partword tudássz 2345-136-145-4-234-156	For example tudásszükséglet word
+partword tűrésszab 2345-23456-1235-16-234-156-1-12	For example tűrésszabványok word
+partword tüsszögéssz 2345-12356-156-156-12345-1245-16-234-156	For example tüsszögésszerű word
+partword unikornissz 136-1345-24-13-135-1235-1345-24-234-156	For example unikornisszőr word
+partword utassz 136-2345-1-234-156	For example utasszakaszok word
+partword ütőssz 12356-2345-12456-234-156	For example ütősszekcióban word
+partword vállalkozássz 1236-4-123-123-1-123-13-135-126-4-234-156	For example vállalkozásszervezés word
+partword varrássz 1236-1-1235-1235-4-234-156	For example varrásszélesség word
+partword versengéssz 1236-15-1235-234-15-1345-1245-16-234-156	For example versengésszerűen word
+partword villámlássz 1236-24-123-123-4-134-123-4-234-156	For example villámlásszerű word
+partword vonaglássz 1236-135-1345-1-1245-123-4-234-156	For example vonaglásszerű word
+partword zászlóssz 126-4-156-123-246-234-156	For example zászlósszájú word
+partword tolássz 2345-135-123-4-234-156	For example eltolásszámító word
+partword gyulladássz 1456-136-123-123-1-145-4-234-156	For example gyulladásszabályozó word
+partword hangzássz 125-1-1345-1245-126-4-234-156	For example hangzásszakértő word
+partword jelöléssz 245-15-123-12345-123-16-234-156	For example jelölésszerkesztő, jelölésszerű words
+partword krízissz 13-1235-34-126-24-234-156	For example krízisszakértő, krízisszituáció words
+partword megoldássz 134-15-1245-135-123-145-4-234-156	For example megoldásszállító word
+partword robbantássz 1235-135-12-12-1-1345-2345-4-234-156	For example robbantásszakértő word
+partword sercegéssz 234-15-1235-14-15-1245-16-234-156	For example sercegésszűrő word
+begword sorsszab 234-135-1235-234-156-1-12	For example sorsszabó word
+partword tapadássz 2345-1-1234-1-145-4-234-156	For example tapadásszabályzó word
+partword esztergályossz 15-156-2345-15-1235-1245-4-456-135-234-156	For example vasesztergályosszakmunkás word
+partword galaxissz 1245-1-123-1-1346-24-234-156	For example galaxisszomszédunk word
+partword kórossz 13-246-1235-135-234-156	For example kórosszenvedély word
+partword rezidenssz 1235-15-126-24-145-15-1345-234-156	For example rezidensszövetség word
+partword álarcossz 4-123-1-1235-14-135-234-156	For example álarcosszula-alfaj word
+partword büfögéssz 12-12356-124-12345-1245-16-234-156	For example büfögésszerű word
+partword böfögéssz 12-12345-124-12345-1245-16-234-156	For example böfögésszerű word
+partword fejlődéssz 124-15-245-123-12456-145-16-234-156	For example fejlődésszakértő, fejlődésszerű words
+partword jézussz 245-16-126-136-234-156	For example Jézusszíve word
+partword mérgezéssz 134-16-1235-1245-15-126-16-234-156	For example mérgezésszakértő, mérgezésszerű words
+partword pazarlássz 1234-1-126-1-1235-123-4-234-156	For example pazarlásszámba, pazarlásszerű words
+partword magassz 134-1-1245-1-234-156	For example magasszintű word
+partword bombázássz 12-135-134-12-4-126-4-234-156	For example bombázásszerű, bombázásszimulátor words
+partword nyaralássz 1246-1-1235-1-123-4-234-156	For example nyaralásszervezés word
+partword bunyóssz 12-136-1246-246-234-156	For example bunyósszabályok word
+partword fagyássz 124-1-1456-4-234-156	For example fagyásszerű word
+partword kapacitássz 13-1-1234-1-14-24-2345-4-234-156	For example kapacitásszámait word
+partword kubikossz 13-136-12-24-13-135-234-156	For example kubikosszerszám word
+partword választássz 1236-4-123-1-156-2345-4-234-156	For example választásszociológia word
+partword zöldségessz 126-12345-123-145-234-16-1245-15-234-156	For example zöldségesszámla word
+partword omlássz 135-134-123-4-234-156	For example összeomlásszerű word
+partword elektronikussz 15-123-15-13-2345-1235-135-1345-24-13-136-234-156	For example Elektronikusszámla word
+partword szűréssz 156-23456-1235-16-234-156	For example szűrésszervező word
+partword hűtéssz 125-23456-2345-16-234-156	For example hűtésszakemberének word
+partword kurzussz 13-136-1235-126-136-234-156	For example kurzusszolgák word
+partword érzéssz 16-1235-126-16-234-156	For example megérzésszerű word
+partword meteorológussz 134-15-2345-15-135-1235-135-123-246-1245-136-234-156	For example meteorológusszakma word
+partword órássz 246-1235-4-234-156	For example órásszövetkezetben, szórásszögük words
+partword prioritássz 1234-1235-24-135-1235-24-2345-4-234-156	For example prioritásszintet word
+partword próbálkozássz 1234-1235-246-12-4-123-13-135-126-4-234-156	For example próbálkozásszámmal word
+partword textussz 2345-15-1346-2345-136-234-156	For example textusszőttesben word
+partword vágássz 1236-4-1245-4-234-156	For example vágásszámmal word
+partword citrussz 14-24-2345-1235-136-234-156	For example citrusszektorban word
+partword anyóssz 1-1246-246-234-156	For example anyósszelídítő word
+partword autizmussz 1-136-2345-24-126-134-136-234-156	For example autizmusszerű word
+partword autoritássz 1-136-2345-135-1235-24-2345-4-234-156 For example autoritásszemélyekkel word
+begword egymásszem 15-1456-134-4-234-156-15-134	For example egymásszemében word
+partword építésszab 16-1234-34-2345-16-234-156-1-12	For example építésszabályozás word
+partword eséssz 15-234-16-234-156	For example esésszáma, esésszerű words
+partword evezőssz 15-1236-15-126-12456-234-156	For example evezősszövetség word
+partword fásszer 124-4-234-156-15-1235	For example fásszerű word
+partword fotóssz 124-135-2345-246-234-156	For example fotósszemmel word
+partword főzéssz 124-12456-126-16-234-156	For example főzésszervező word
+partword gulyássz 1245-136-456-4-234-156	For example gulyásszeretetükkel word
+always hússzál 125-346-234-156-4-123	For example hússzálait word
+always hússzekt 125-346-234-156-15-13-2345	For example hússzektor word
+always hússzin 125-346-234-156-24-1345	For example hússzintézis word
+partword igazgatássz 24-1245-1-126-1245-1-2345-4-234-156	For example igazgatásszolgáltatási word
+partword incidens =	For example incidensszerű, incidensszámot word
+partword kakassz 13-1-13-1-234-156	For example kakasszobor word
+partword kapitalizmussz 13-1-1234-24-2345-1-123-24-126-134-136-234-156	For example kapitalizmusszemlélet word
+partword kerékpáros =	For example kerékpárosszállást word
+partword nyúlássz 1246-346-123-4-234-156	For example lenyúlásszaga word
+partword levelezéssz 123-15-1236-15-123-15-126-16-234-156	For example levelezésszolgáltató word
+begword masszabá 134-1-156-156-1-12-4	For example masszabába word
+partword rendeléssz 1235-15-1345-145-15-123-16-234-156	For example megrendelésszámot word
+partword megtorlás =	For example megtorlásszerűen word
+partword ellenőrzéssz 15-123-123-15-1345-12456-1235-126-16-234-156	For example önellenőrzésszerűen word
+partword sörhas =	For example sörhasszépségverseny word
+partword százassz 156-4-126-1-234-156	For example százasszög word
+partword tűréssz 2345-23456-1235-16-234-156	For example tűrésszintjének word
+partword uzsorássz 136-345-135-1235-4-234-156	For example uzsorásszerződésekről word
+partword vívás =	For example vívásszűz word
+partword kiszsirá 13-24-234-345-24-1235-4	For example kiszsiráf word
+partword ágyássz 4-1456-4-234-156	For example ágyásszegély, ágyásszerű words
+partword antikvitás =	For example antikvitásszámba word
+partword ápolás =	For example ápolásszakmai word
+partword árulás =	For example árulásszámba word
+partword biztosítássz 12-24-126-2345-135-234-34-2345-4-234-156	For example biztosításszakmai word
+partword bogarássz 12-135-1245-1-1235-4-156-156	For example bogarásszak word
+always borsszag 12-135-1235-234-156-1-1245	For example borsszaga, borsszagú words
+partword bűnözés 12-23456-1345-12345-126-16-234	For example bűnözésszerű, bűnözésszimulátor words
+partword csalás 146-1-123-4-234	For example csalásszagú, csalásszerű words
+always darvasszék 145-1-1235-1236-1-234-156-16-13	For example the Darvasszék town name related need this exception
+partword dialógus =	For example dialógusszegény word
+partword puffanás =	For example puffanásszerű word
+partword elemzés 15-123-15-134-126-16-234	For example elemzésszerű, elemzésszerűen words
+partword említés =	For example említésszinten word
+begword taps = For example tapsszerű, tapsszünetekben words
+begword biomassz 12-24-135-134-1-156-156
+partword verésszer 1236-15-1235-16-234-156-15-1235	For example hullámverésszerűen word
+partword késszúrássz 13-16-234-156-346-1235-4-234-156	For example késszúrásszerű word
+begword pénissz 1234-16-1345-24-156-156
+begword sasszám 234-1-234-156-4-134	For example sasszámlálás, sasszámlálók words
+partword mocskosszá 134-135-146-13-135-234-156-4	For example mocskosszájú word
+begword szarosszá 156-1-1235-135-234-156-4
+partword politikus =	For example politikusszakszervezetet word
+begword mulatóssz 134-136-123-1-2345-246-234-156	For example mulatóssztár word
+partword kongresszussz 13-135-1345-1245-1235-15-156-156-136-234-156	For example kongresszusszervező word related need this exception
+partword kukássz 13-136-13-4-234-156	For example kukássztrájk, kukásszakszervezet words
+partword hasszorít 125-1-234-156-135-1235-34-2345	For example hasszorító, hasszorítóval words
+
+#ty, lly, tty related exceptions
+#This exception part containing english words with need presenting original english braille rules
+partword okréty =	For example Zsámbokrétyvel word
+always iberty =
+always city =
+partword gettysbur =
+always party =
+always amnesty =
+partword curity =
+partword niversity =
+partword tyard =	For example négyzetyardnyi
+always piccadilly =
+always picadilly =
+always dactylus =
+always curiosity =
+always unity =
+always fifty =
+always stylis =
+always reality =	For example realityműsora word need this exception
+always style =
+always zloty 126-123-135-2345-13456	Old polish money name
+always station =	For example playstationnyi word
+always ability =	For example in hungary have a place with name is Ability Park
+always activity =
+always betty =
+always kitty =
+always accessibility =
+always briganty =
+always blues =
+word noszty 1345-135-156-2345-13456	A literali book name related need this exception
+begword noszty 1345-135-156-2345-13456	A literali book name related need this exception
+word feszty 124-15-156-2345-13456	Single Feszty historical name related need this exception
+begword feszty 124-15-156-2345-13456	If a word beginning with Feszty historical name and have suffixes, need this exception. Always or partword opcode too risk this situation
+always kismarty =	For example Kismarty-Lechner Jenő, Kismarty-Lechner Zita names related need this exception
+always tyrannosauru =
+always haraszty 125-1-1235-1-156-2345-13456	For example Haraszty Árpád, Haraszty István names related need this general exception
+always huszty 125-136-156-2345-13456	For example Huszt István name related need this general exception
+always kmety =	For example Kmety György Hungarian army generaly name related need this general exception
+word lacsny 123-1-146-1345-13456	For example Lacsny Miklós name related need this general exception
+begword lacsny 123-1-146-1345-13456	Same exception for Lacsny Miklós name related if the name containing suffixes. Partword or always opcode too risk this exception
+word pesty 1234-15-234-2345-13456	For example Pesty László name related need this general exception
+begword pesty 1234-15-234-2345-13456	Same  exception with Pesty László name related if the name containing suffixes. Partword or always opcode too risk this exception
+
+#zs, zzs related exceptions
+partword ínházsi 34-1345-125-4-345-24
+always topáz 2345-135-1234-4-126	For example topázsárgája word
+partword víz 1236-34-126	For example árvízsújtotta, vízsodor, vízsáv, vízsivatag words
+always gazság 1245-1-126-234-4-1245	General exception with gazság part containing words, for example gazság, igazság words
+begword gőzs 1245-12456-126-234	For example gőzsugár, gőzsíp words need this exception
+begmidword gőzsz 1245-12456-126-156	For example gőzszivattyú word need this exception
+always ház 125-4-126	This exception prewent wrong present házsor, words
+always házsárt 125-4-345-4-1235-2345	But házsárt word part need using different exception
+always házsad 125-4-345-1-145	An extreeme exception with a Mór Jókai wrote book
+always házsas 125-4-345-1-234	An extreeme exception with a Mór Jókai wrote book
+always házsárkod 125-4-345-4-1235-13-135-145	For example házsárkodását word part need using different exception
+partword házsasod 125-4-345-1-234-135-145
+begword kéz 13-16-126	General exception for kéz beginning words, for example kézsérülés, kézzsibbadás words
+begword kézsm 13-16-345-134	This is an exception the prewious rule, Kézsmárk is a town name
+always kalóz 13-1-123-246-126	for example kalózság, kalózszoftwer, kalózsorsra words
+always kalauz 13-1-123-1-136-126
+partword közsz 13-12345-126-156	This exception need for közsz part containing words
+partword közs 13-12345-126-234
+begword közsepé 13-12345-345-15-1234-16	An extreeme exception with a Mór Jókai wroted book
+begword közsöln 13-12345-345-12345-123-1345	An extreeme exception with a Mór Jókai wroted book
+begword közsr 13-12345-345-1235	An extreeme exception with a Mór Jókai wroted book
+begword ütközse 12356-2345-13-12345-345-15	An extreeme exception with a Mór Jókai wroted book
+begword matróz 134-1-2345-1235-246-126	matróz beginning words need handling single part word, for example matrózsapka word
+always mézsör 134-16-126-234-12345-1235	For example mézsör word need this exception
+partword nehéz 1345-15-125-16-126	For example nehézség, nehézsúly, nehézszagú words need this exception
+always őzsut 12456-126-234-136-2345	For example őzsuta word need this exception
+begword őzseb 12456-126-234-15-12	For example őzsebesen word need this exception
+always őzsörét 12456-126-234-12345-1235-16-2345	For example őzsörét word need this exception
+partword pénz 1234-16-1345-126	For example pénzsóvár, pénzszűke, pénzzsidóságban words
+always pénzsed 1234-16-1345-345-15-145
+begword pénzseg 1234-16-1345-126-234-15-1245	For example pénzsegély word
+begword prézsmit 1234-1235-16-345-134-24-2345
+begmidword réz 1235-16-126
+always rézsút 1235-16-345-346-2345	But rézsút beginning words need different exception
+partword árazsá 4-1235-1-126-234-4	For example szárazság word need this exception
+partword árazsü 4-1235-1-126-234-12356	For example szárazsült word need this exception
+begword szűzs 156-23456-126-234	For example szűzsült word need this exception
+begword szűzsz 156-23456-126-156	For example szűzszentelés word
+always torzság 2345-135-1235-126-234-4-1245	For example torzság word need handling torz beginning part with single part
+partword törzs 2345-12345-1235-345	Törzs beginning word pard need handling single part
+always váz 1236-4-126	This exception prewent wrong present for example vázsor words
+always vázsony 1236-4-345-135-1246	But Nagyvázsony is for example an exception
+always vázsonny 1236-4-345-135-1246-1246	For example Nagyvázsonnyal word
+begword málvázsi 134-4-123-1236-4-345-24 
+partword lázseb 123-4-126-234-15-12	For example lázsebességgel word
+partword lázsóh 123-4-126-234-246-125	For example lázsóhajtás word
+partword itézsé 24-2345-16-126-234-16	This exception prevent wrong presenting for example vitézség word
+partword közsere 13-12345-126-234-15-1235-15	For example közsereg word
+partword közsá 13-12345-126-234-4	For example közsáv containing words
+partword közszer 13-12345-126-156-15-1235
+partword közsor 13-12345-126-234-135-1235	For example eszközsor, eszközsorán word
+partword recízsé 1235-15-14-34-126-234-16	For example precízség word
+partword nzsoroz 1345-126-234-135-1235-135-126	For example pénzsorozat word need this exception
+partword mézsárg 134-16-126-234-4-1235-1245	For example mézsárga word
+always egyezség 15-1456-15-126-234-16-1245	For example egyezség word
+always rézsű 1235-16-345-23456
+partword rozszab 1235-135-345-126-1-12	For example rozszabálás word
+begword borzzsí 12-135-1235-126-345-34	For example borzzsír word
+partword bronz 12-1235-135-1345-126	For example bronzsáska, bronzsáskák, bronzsisak, bronzsasokkal words
+partword tűz 2345-23456-126	For example tűzsugár, tűzsebesség, tűzzsonglőr words
+begword száz 156-4-126
+always százsra 156-4-345-1235-1
+partword nemez 1345-15-134-15-126	For example nemezsapka, nemezsapkát, nemezsátor words
+begword tíz 2345-34-126
+partword lemez 123-15-134-15-126	For example lemezstúdió word
+always mézser 134-16-126-234-15-1235	For example mézser word
+always rézsut 1235-16-345-136-2345	For example rézsut word
+partword dörzször 145-12345-1235-345-126-12345-1235	For example dörzszörej word
+partword rajz 1235-1-245-126	For example rajzsablon, rajzsarok, rajzsarkot, rajzsorozatban words need this exception
+begword szervizsa 156-15-1235-1236-24-126-234-1	For example szervizsarok word
+partword halmaz 125-1-123-134-1-126	For example halmazsorozat, halmazsorozatot, halmazsűrűségről words related need this general exception
+partword őzsalát 12456-126-234-1-123-4-2345	For example őzsaláta word
+begword őzsírá 12456-126-234-34-1235-4	For example őzsírásra word
+always frízsáv 124-1235-34-126-234-4-1236
+begword varázszá 1236-1-1235-4-345-126-4	For example varázszár word
+
+#Historical person names related exceptions
+always táncsics 2345-4-1345-146-24-146	Táncsics Mihály is a historical person for 1848. march 15 hungarian revolution
+always táncsiccs 2345-4-1345-146-24-146-146	Táncsics Mihály is a historical person for 1848. march 15 hungarian revolution
+always batthyány =	Batthyány Lajos was the first hungarian president for 1848 freedom and revolution 
+always thököly =
+always vörösmarty =	Mihály Vörösmarty is a very important author for hungarian literary
+partword indszenty 24-1345-145-156-15-1345-2345-13456
+always anonymu =
+always kiszely 13-24-156-15-123-13456	For example István Kiszely name related need this exception
+always hatvany =
+always skultéty =
+
+#Town names related exceptions
+#Following section containing hungarian town names
+begword agyagossz 1-1456-1-1245-135-234-156	For example Agyagosszergény town name
+begword békéssz 12-16-13-16-234-156	For example Békésszentandrás town name
+begword gombossz 1245-135-134-12-135-234-156	For example Gombosszeg town name
+begword kapossz 13-1-1234-135-234-156	For example Kaposszekcső, Kaposszerdahely town names
+begword kemenessz 13-15-134-15-1345-15-234-156	For example Kemenesszentmárton, Kemenesszentpéter town names
+begword kiszsid 13-24-234-345-24-145	For example Kiszsidány town name
+begword kisszent 13-24-234-156-15-1345-2345	For example Kisszentmárton tow name
+begword kisszig 13-24-234-156-24-1245	For example Kissziget town name
+begword mikossz 134-24-13-135-234-156	For example Mikosszéplak town name
+begword nemessz 1345-15-134-15-234-156	For example Nemesszalók, Nemesszentandrás town names
+begword szamossz 156-1-134-135-234-156	For example Szamosszeg town name
+begword szilvássz 156-24-123-1236-4-234-156	For example Szilvásszentmárton town name
+begword vámossz 1236-4-134-135-234-156	For example Vámosszabadi town name
+always vaszar 1236-1-156-1-1235	For example Vaszar town name
+begword vázsno 1236-4-345-1345-135	For example Vázsnok town name
+partword rizszab 1235-24-345-126-1-12	For example rizszabáló word
+partword masszázszuh 134-1-156-156-4-345-126-136-125	For example masszázszuhany, masszázszuhanyokkal words
+
+#After end of number following letters need using different braille markup
+endnum a 6-1
+endnum b 6-12
+endnum c 6-14
+endnum d 6-145
+endnum e 6-15
+endnum f 6-124
+endnum g 6-1245
+endnum h 6-125
+endnum i 6-24
+endnum j 6-245
+
+# liblouis: Hungarian Computer Braille table
+#
+# -----------
+#-index-name: Hungarian, computer
+#-display-name: Hungarian computer braille
+#
+#+locale:hu
+#+type:computer
+#+dots:8
+#
+# TODO: Please correct the metadata above. It is not meant to be
+# accurate nor complete. It hasn't been verified by the table
+# author yet. It is merely an attempt by the liblouis maintainers
+# to get some sensible initial values in place.
+#
+# TODO: Please add a reference to official documentation about
+# the implemented braille code. Preferably submit the documents
+# to https://github.com/liblouis/braille-specs.
+# -----------
+#
+#  Based on the Linux screenreader BRLTTY, copyright (C) 1999-2011 by the BRLTTY Team
+#
+#  Copyright (C) 2012 Attila Hammer from IT Foundation for the Visually Impaired - Hungary. www.infoalap.hu
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+#
+#  Maintained by Attila Hammer  hammer.attila@infoalap.hu
+#
+# If you found bugs with hungarian computer braille table, report it with following address:
+# Attila Hammer <hammer.attila@infoalap.hu>
+#If you have a Launchpad account, report table related requests with following bug tracker address: https://bugs.launchpad.net/belin
+
+include boxes.ctb
+include digits6DotsPlusDot6.uti
+include latinLetterDef8Dots.uti
+include spaces.uti
+#Uppercase and lowercase accented characters
+uppercase	\x00c1	478	LATIN CAPITAL LETTER A WITH ACUTE
+uppercase	\x00c4	4578	LATIN CAPITAL LETTER A WITH DIAERESIS
+uppercase	\x00c9	1678	LATIN CAPITAL LETTER E WITH ACUTE
+uppercase	\x00cd	3478	LATIN CAPITAL LETTER I WITH ACUTE
+uppercase	\x00d3	24678	LATIN CAPITAL LETTER O WITH ACUTE
+uppercase	\x00d6	1234578	LATIN CAPITAL LETTER O WITH DIAERESIS
+uppercase	\x00da	34678	LATIN CAPITAL LETTER U WITH ACUTE
+uppercase	\x00dc	1235678	LATIN CAPITAL LETTER U WITH DIAERESIS
+uppercase	\x0150	1245678	LATIN CAPITAL LETTER O WITH DOUBLE ACUTE
+uppercase	\x0170	2345678	LATIN CAPITAL LETTER U WITH DOUBLE ACUTE
+lowercase	\x00e1	48	LATIN SMALL LETTER A WITH ACUTE
+lowercase	\x00e4	458	LATIN SMALL LETTER A WITH DIAERESIS
+lowercase	\x00e9	168	LATIN SMALL LETTER E WITH ACUTE
+lowercase	\x00ed	348	LATIN SMALL LETTER I WITH ACUTE
+lowercase	\x00f3	2468	LATIN SMALL LETTER O WITH ACUTE
+lowercase	\x00f6	123458	LATIN SMALL LETTER O WITH DIAERESIS
+lowercase	\x00fa	3468	LATIN SMALL LETTER U WITH ACUTE
+lowercase	\x00fc	123568	LATIN SMALL LETTER U WITH DIAERESIS
+lowercase	\x0151	124568	LATIN SMALL LETTER O WITH DOUBLE ACUTE
+lowercase	\x0171	234568	LATIN SMALL LETTER U WITH DOUBLE ACUTE
+
+#Punctuation simbols
+punctuation	!	5	EXCLAMATION MARK
+punctuation	"	4	QUOTATION MARK
+punctuation	\x0023	3456	NUMBER SIGN
+punctuation	$	46	DOLLAR SIGN
+punctuation	%	123456	PERCENT SIGN
+punctuation	&	12346	AMPERSAND
+punctuation	'	6	APOSTROPHE
+punctuation	(	236	LEFT PARENTHESIS
+punctuation	)	356	RIGHT PARENTHESIS
+punctuation	*	35	ASTERISK
+punctuation	+	235	PLUS SIGN
+punctuation	,	2	COMMA
+punctuation	-	36	HYPHEN-MINUS
+punctuation − 36	Added u+2212 simbol
+punctuation	.	3	FULL STOP
+punctuation	/	256	SOLIDUS
+punctuation	:	25	COLON
+punctuation	;	23	SEMICOLON
+punctuation	<	56	LESS-THAN SIGN
+punctuation	=	2356	EQUALS SIGN
+punctuation	>	45	GREATER-THAN SIGN
+punctuation	?	26	QUESTION MARK
+punctuation	@	3457	COMMERCIAL AT
+punctuation	[	123567	LEFT SQUARE BRACKET
+punctuation	\\	347	REVERSE SOLIDUS
+punctuation	]	234567	RIGHT SQUARE BRACKET
+punctuation	^	23467	CIRCUMFLEX ACCENT
+punctuation	_	4567	LOW LINE
+punctuation	`	345	GRAVE ACCENT
+punctuation	{	12356	LEFT CURLY BRACKET
+punctuation	|	34	VERTICAL LINE
+punctuation	}	23456	RIGHT CURLY BRACKET
+punctuation	~	2346	TILDE
+letter	\x007f	456	DELETE
+punctuation	\x00a0	0	NO-BREAK SPACE
+punctuation	\x2580	1245	UPPER HALF BLOCK
+punctuation	\x2582	78	LOWER ONE QUARTER BLOCK
+punctuation	\x2584	3678	LOWER HALF BLOCK
+punctuation	\x2586	235678	LOWER THREE QUARTERS BLOCK
+punctuation	\x2588	12345678	FULL BLOCK
+punctuation § 357
+punctuation – 36
+punctuation … 3-3-3
+sign € 457
+sign • 6-35
+nofor pass2 @67 @6-35
+noback pass2 @67 @6-35
+space	\s	0	SPACE
+include braille-patterns.cti
+
+undefined 26
+#-index-name: Assamese
+#-display-name: Assamese braille
+
+#+locale:as
+#+type:literary
+#+grade:1
+
+# TODO: Please correct the metadata above. It is not meant to be
+# accurate nor complete. It hasn't been verified by the table
+# author yet. It is merely an attempt by the liblouis maintainers
+# to get some sensible initial values in place.
+
+# TODO: Please add a reference to official documentation about
+# the implemented braille code. Preferably submit the documents
+# to https://github.com/liblouis/braille-specs.
+
+include as-in-g1.utb
+include braille-patterns.cti
+# liblouis: Persian  Grade 1 Braille table
+#
+# -----------
+#-index-name: Persian
+#-display-name: Persian braille
+#
+#+locale:fa
+#+type:literary
+#+contraction:no
+#+grade:1
+#
+# TODO: Please correct the metadata above. It is not meant to be
+# accurate nor complete. It hasn't been verified by the table
+# author yet. It is merely an attempt by the liblouis maintainers
+# to get some sensible initial values in place.
+#
+# TODO: Please add a reference to official documentation about
+# the implemented braille code. Preferably submit the documents
+# to https://github.com/liblouis/braille-specs.
+# -----------
+#
+# Copyright (C) 2011 by Mesar Hameed <mesar.hameed@gmail.com>
+# Copyright (C) 2011 by Abdolamir Banisaeid <saedjan at gmail.com>
+# Copyright (C) 2016 by Mohammadreza Rashad <mohammadreza5712@gmail.com>
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+
+# Fixed some conflicts in Persian Braille script and added
+# Persian-specific signs which weren't available in previous table.
+
+space \x200C 8
+space \x00a0 a
+include spaces.uti
+
+include braille-patterns.cti # unicode braille.
+
+# ----------- define all chars --------------------------------------
+
+punctuation ! 235
+punctuation " 58
+sign # 3456
+sign $ 4-234
+sign % 25-1234
+sign & 123468
+punctuation ' 3
+punctuation ) 2356
+punctuation ( 2356
+sign * 246-135
+math + 56-235
+punctuation , 2
+punctuation - 36
+punctuation \x06D4 256
+punctuation . 256
+math / 348
+punctuation : 25
+punctuation ; 23
+sign \x061B 23
+math < 246
+math = 56-2356
+math > 135
+punctuation ? 236
+sign @ 4
+punctuation [ 6-236
+sign \\ 12568
+punctuation ] 356-3
+sign ^ 3468
+sign _ 78
+sign ` 48
+punctuation { 5-236
+sign | 4568-1237
+punctuation } 356-2
+math ~ 45
+sign \x00A2 4-14
+sign \x00A3 4-123
+sign \x00A5 4-13456
+sign \x00A7 4-234-3
+sign \x00A9 147-7
+sign \x00AB 236
+sign \x00AE 12357-7
+punctuation \x00Ad 367
+sign \x00B0 3568
+sign \x00B5 46-134
+sign \x00B6 4-1234-345
+sign \x00BB 356
+sign \x00BF 236
+math \x00D7 56-236
+math \x00F7 56-256
+punctuation \x2010 368
+punctuation \x2011 36-3
+punctuation \x2013 6-36
+punctuation	\x2018 236
+punctuation	\x2019 356
+punctuation	\x201C 6-12356
+punctuation	\x201D 23456-3
+punctuation	\x201E 123567
+punctuation	\x201F 234568
+punctuation \x2026 3-3-3
+sign \x20AC 4-15
+sign \x25CF 134678
+math \x2212 56-36 (−)
+sign \x2022 358 (•)
+sign \x25E6 3578 (◦)
+sign \x25FE 35678 (◾)
+
+# English letters
+
+uplow Aa 17,18
+uplow Bb 127,128
+uplow Cc 147,148
+uplow Dd 1457,1458
+uplow Ee 157,158
+uplow Ff 1247,1248
+uplow Gg 12457,12458
+uplow Hh 1257,1258
+uplow Ii 247,248
+uplow Jj 2457,2458
+uplow Kk 137,138
+uplow Ll 1237,1238
+uplow Mm 1347,1348
+uplow Nn 13457,13458
+uplow Oo 1357,1358
+uplow Pp 12347,12348
+uplow Qq 123457,123458
+uplow Rr 12357,12358
+uplow Ss 2347,2348
+uplow Tt 23457,23458
+uplow Uu 1367,1368
+uplow Vv 12367,12368
+uplow Ww 24567,24568
+uplow Xx 13467,13468
+uplow Yy 134567,134568
+uplow Zz 13567,13568
+
+# -------------------------- Arabic and Persian letters and symbols ---------------------------------
+
+sign \x060C 2
+sign \x061B 23
+sign \x061F 236
+sign \x0621 3
+sign \x0622 345
+sign \x0623 34
+sign \x0624 1256
+sign \x0625 34
+sign \x0626 13456
+sign \x0627 1
+sign \x0628 12
+sign \x067E 1234
+sign \x0629 16
+sign \x062A 2345
+sign \x062B 1456
+sign \x062C 245
+sign \x0686 14
+sign \x062D 156
+sign \x062E 1346
+sign \x062F 145
+sign \x0630 2346
+sign \x0631 1235
+sign \x0632 1356
+sign \x0698 346
+sign \x0633 234
+sign \x0634 146
+sign \x0635 12346
+sign \x0636 1246
+sign \x0637 23456
+sign \x0638 123456
+sign \x0639 12356
+sign \x063A 126
+sign \x0640 6-3
+sign \x0641 124
+sign \x0642 12345
+sign \x0643 13
+sign \x06A9 13
+sign \x06AF 1245
+sign \x0644 123
+sign \x0645 134
+sign \x0646 1345
+sign \x0648 2456
+sign \x0647 125
+sign \x064A 24
+sign \x06CC 24
+sign \x0649 135
+sign \x064E 2
+sign \x0650 15
+sign \x064F 136
+sign \x064B 23
+sign \x064D 35
+sign \x064C 26
+sign \x0651 6
+sign \x0652 25
+sign \xFDFC 4-1235
+sign \x066A 25-1234
+sign \x066B 2
+sign \x066C 3
+
+# --------------------------- end definitions ---------------------------------
+
+# include countries.cti
+
+
+# Braille indicators
+
+emphclass italic
+emphclass underline
+emphclass bold
+
+begemph italic 46-46
+endemph italic 46
+begemph bold 456-456
+endemph bold 4568
+begemph underline 78-78
+endemph underline 78
+
+numsign 3456  number sign, just a dots operand
+begnum # 3456-4 print number sign before number
+midnum , 3
+midnum ٬ 3
+
+# the decimal digits
+include digits6Dots.uti
+
+# Arabic numerals
+
+digit \x0660 245
+digit \x0661 1
+digit \x0662 12
+digit \x0663 14
+digit \x0664 145
+digit \x0665 15
+digit \x0666 124
+digit \x0667 1245
+digit \x0668 125
+digit \x0669 24
+
+# Persian numerals
+
+digit \x06F0 245
+digit \x06F1 1
+digit \x06F2 12
+digit \x06F3 14
+digit \x06F4 145
+digit \x06F5 15
+digit \x06F6 124
+digit \x06F7 1245
+digit \x06F8 125
+digit \x06F9 24
+
+# punctuation
+
+prepunc ) 2356
+postpunc ( 2356
+prepunc " 57
+postpunc " 58
+prepunc ' 2367
+postpunc ' 3567
 postpunc , 2
+decpoint . 2
+decpoint ٫ 2
+midnum - 36
 hyphen - 36
 postpunc . 256
 postpunc ; 23
 postpunc : 25
 postpunc ! 235
-always / 34
-always < 5-13
-always > 46-2
-postpunc ? 26
-midnum + 0-235-3456
-always + 235
-endnum % 46-356
-always ^ 4-26
-always ~ 4-12346
-always * 5-35
+postpunc ? 236
+endnum % 25-1234
+prepunc ` 48
+always ... 3-3-3
 
-always [ 46-126
-always ] 46-345
-always { 456-126
-always } 456-345
+# liblouis: Slovak Braille Table
+#
+#  Copyright (C) 2007-2008 ViewPlus Technologies, Inc. www.viewplus.com
+#  Copyright (C) 2013 Mesar Hameed <mesar.hameed@gmail.com>
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+
+# Created and maintained by Mike Sivill #<mike.sivill@viewplus.com>
+
+#**** Display Codes
+include text_nabcc.dis
+
+#**** Spaces
+space \x00a0 a
+include spaces.uti
+
+#**** Character Definitions
+include eurodefs.cti
+
+# Numbers
+include litdigits6Dots.uti
+
+include latinLetterDef6Dots.uti
+
+uplow \x00C1\x00E1 16
+uplow \x010C\x010D 146 c with caron
+uplow \x010E\x010F 1456 D with caron
+uplow \x00C9\x00E9 345 e with acute
+uplow \x00C4\x00E4 4 a with daeresis
+uplow \x00CD\x00ED 34 I with acute
+uplow \x0139\x013A 46 l with acute
+uplow \x013D\x013E 456 l with caron
+uplow \x0147\x0148 1246 n with caron
+uplow \x00D3\x00f3 246 O with acute
+uplow \x00D4\x00F4 23456 o with circumflex
+uplow \x0154\x0155 12356 r with acute
+uplow \x0160\x0161 156 s with caron
+uplow \x0164\x0165 1256 t with caron
+uplow \x00DA\x00FA 346 U WITH ACUTE
+uplow \x00DD\x00FD 12346 Y WITH ACUTE
+uplow \x017d\x017E 2346 z with caron
+
+#**** Braille Indicators
+numsign 3456
+capsletter 6
+begcapsword 6-6
+
+# Punctuation
+punctuation ! 235
+punctuation " 2356
+punctuation ' 3
+punctuation ( 236
+punctuation ) 356
+midnum * 35
+math + 235
+punctuation , 2
+punctuation - 36
+punctuation . 256
+punctuation / 25
+punctuation : 25
+punctuation * 0-3
+punctuation ; 23
+math < 126
+math > 345
+math = 2356
+punctuation ? 26
+punctuation [ 6-236
+punctuation  ] 6-356
+always \\ 3456-1256
+punctuation { 5-236
+punctuation } 5-356
+noback always _ 456
+always | 3456-123
+always ~ 56-26
+always # 56-3456
+always $ 3456-1246
+always & 3456-12346
+always @ 3456-12456
+always % 3456-1234
+
+# liblouis: Character definitions for Icelandic tables
+#
+#  Copyright (C) 2009 INIB (Iceland National Institute for the Blind)
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 3 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+#
+#-------------------------------------------------------------------------------
+#
+#  This computer braille table is based on the IceBraille standard, v1.0.
+#  Version 2010-09-02
+#  Birkir Gunnarsson, birkir@midstod.is
+#  Special thanks to Ben Van Popel for help with drafting the standard.
+#-------------------------------------------------------------------------------
+
+#                   48-34578           \x0000 &#0;    <control> [NULL]
+#                   48-178             \x0001 &#1;    <control> [START OF HEADING]
+#                   48-1278            \x0002 &#2;    <control> [START OF TEXT]
+#                   48-1478            \x0003 &#3;    <control> [END OF TEXT]
+#                   48-14578           \x0004 &#4;    <control> [END OF TRANSMISSION]
+#                   48-1578            \x0005 &#5;    <control> [ENQUIRY]
+#                   48-12478           \x0006 &#6;    <control> [ACKNOWLEDGE]
+#                   48-124578          \x0007 &#7;    <control> [BELL]
+#                   48-12578           \x0008 &#8;    <control> [BACKSPACE]
+#                   48-2478            \x0009 &#9;    <control> [CHARACTER TABULATION]
+#                   48-24578           \x000A &#10;   <control> [LINE FEED (LF)]
+#                   48-1378            \x000B &#11;   <control> [LINE TABULATION]
+#                   48-12378           \x000C &#12;   <control> [FORM FEED (FF)]
+#                   48-13478           \x000D &#13;   <control> [CARRIAGE RETURN (CR)]
+#                   48-134578          \x000E &#14;   <control> [SHIFT OUT]
+#                   48-13578           \x000F &#15;   <control> [SHIFT IN]
+#                   48-123478          \x0010 &#16;   <control> [DATA LINK ESCAPE]
+#                   48-1234578         \x0011 &#17;   <control> [DEVICE CONTROL ONE]
+#                   48-123578          \x0012 &#18;   <control> [DEVICE CONTROL TWO]
+#                   48-23478           \x0013 &#19;   <control> [DEVICE CONTROL THREE]
+#                   48-234578          \x0014 &#20;   <control> [DEVICE CONTROL FOUR]
+#                   48-13678           \x0015 &#21;   <control> [NEGATIVE ACKNOWLEDGE]
+#                   48-123678          \x0016 &#22;   <control> [SYNCHRONOUS IDLE]
+#                   48-245678          \x0017 &#23;   <control> [END OF TRANSMISSION BLOCK]
+#                   48-134678          \x0018 &#24;   <control> [CANCEL]
+#                   48-1345678         \x0019 &#25;   <control> [END OF MEDIUM]
+#                   48-135678          \x001A &#26;   <control> [SUBSTITUTE]
+#                   48-1235678         \x001B &#27;   <control> [ESCAPE]
+#                   48-3478            \x001C &#28;   <control> [INFORMATION SEPARATOR FOUR]
+#                   48-2345678         \x001D &#29;   <control> [INFORMATION SEPARATOR THREE]
+#                   48-234678          \x001E &#30;   <control> [INFORMATION SEPARATOR TWO]
+#                   48-45678           \x001F &#31;   <control> [INFORMATION SEPARATOR ONE]
+
+space        \s     0               \x0020 &#32;   SPACE
+punctuation  !      2357               \x0021 &#33;   EXCLAMATION MARK
+punctuation  "      56               \x0022 &#34;   QUOTATION MARK
+sign         #      3456            \x0023 &#35;   NUMBER SIGN
+sign         $      14578              \x0024 &#36;   DOLLAR SIGN
+sign         %      46          \x0025 &#37;   PERCENT SIGN
+sign         &      123468           \x0026 &#38;   AMPERSAND
+punctuation  '      5               \x0027 &#39;   APOSTROPHE APOSTROPHE-QUOTE
+punctuation  (      236             \x0028 &#40;   LEFT PARENTHESIS
+punctuation  )      356             \x0029 &#41;   RIGHT PARENTHESIS
+sign         *      35              \x002A &#42;   ASTERISK
+math         +      235             \x002B &#43;   PLUS SIGN
+punctuation  ,      2               \x002C &#44;   COMMA
+punctuation  -      36              \x002D &#45;   HYPHEN-MINUS
+punctuation  .      3               \x002E &#46;   FULL STOP PERIOD
+punctuation  /      34             \x002F &#47;   SOLIDUS SLASH
+include digits8Dots.uti
+punctuation  :      25              \x003A &#58;   COLON
+punctuation  ;      23              \x003B &#59;   SEMICOLON
+math         <      358              \x003C &#60;   LESS-THAN SIGN
+math         =      2356            \x003D &#61;   EQUALS SIGN
+math         >      267              \x003E &#62;   GREATER-THAN SIGN
+punctuation  ?      26              \x003F &#63;   QUESTION MARK
+sign         @      123456            \x0040 &#64;   COMMERCIAL AT
+uppercase    A      17              \x0041 &#65;   LATIN CAPITAL LETTER A
+uppercase    B      127             \x0042 &#66;   LATIN CAPITAL LETTER B
+uppercase    C      147             \x0043 &#67;   LATIN CAPITAL LETTER C
+uppercase    D      1457            \x0044 &#68;   LATIN CAPITAL LETTER D
+uppercase    E      157             \x0045 &#69;   LATIN CAPITAL LETTER E
+uppercase    F      1247            \x0046 &#70;   LATIN CAPITAL LETTER F
+uppercase    G      12457           \x0047 &#71;   LATIN CAPITAL LETTER G
+uppercase    H      1257            \x0048 &#72;   LATIN CAPITAL LETTER H
+uppercase    I      247             \x0049 &#73;   LATIN CAPITAL LETTER I
+uppercase    J      2457            \x004A &#74;   LATIN CAPITAL LETTER J
+uppercase    K      137             \x004B &#75;   LATIN CAPITAL LETTER K
+uppercase    L      1237            \x004C &#76;   LATIN CAPITAL LETTER L
+uppercase    M      1347            \x004D &#77;   LATIN CAPITAL LETTER M
+uppercase    N      13457           \x004E &#78;   LATIN CAPITAL LETTER N
+uppercase    O      1357            \x004F &#79;   LATIN CAPITAL LETTER O
+uppercase    P      12347           \x0050 &#80;   LATIN CAPITAL LETTER P
+uppercase    Q      123457          \x0051 &#81;   LATIN CAPITAL LETTER Q
+uppercase    R      12357           \x0052 &#82;   LATIN CAPITAL LETTER R
+uppercase    S      2347            \x0053 &#83;   LATIN CAPITAL LETTER S
+uppercase    T      23457           \x0054 &#84;   LATIN CAPITAL LETTER T
+uppercase    U      1367            \x0055 &#85;   LATIN CAPITAL LETTER U
+uppercase    V      12367           \x0056 &#86;   LATIN CAPITAL LETTER V
+uppercase    W      24567           \x0057 &#87;   LATIN CAPITAL LETTER W
+uppercase    X      13467           \x0058 &#88;   LATIN CAPITAL LETTER X
+uppercase    Y      134567          \x0059 &#89;   LATIN CAPITAL LETTER Y
+uppercase    Z      13567           \x005A &#90;   LATIN CAPITAL LETTER Z
+punctuation  [      12356          \x005B &#91;   LEFT SQUARE BRACKET
+sign         \\     347             \x005C &#92;   REVERSE SOLIDUS
+punctuation  ]      23456          \x005D &#93;   RIGHT SQUARE BRACKET
+sign         ^      346           \x005E &#94;   CIRCUMFLEX ACCENT / Caret
+sign         _      3678            \x005F &#95;   LOW LINE
+sign         `      4             \x0060 &#96;   GRAVE ACCENT
+lowercase    a      1               \x0061 &#97;   LATIN SMALL LETTER A
+lowercase    b      12              \x0062 &#97;   LATIN SMALL LETTER B
+lowercase    c      14              \x0063 &#97;   LATIN SMALL LETTER C
+lowercase    d      145             \x0064 &#97;   LATIN SMALL LETTER D
+lowercase    e      15              \x0065 &#97;   LATIN SMALL LETTER E
+lowercase    f      124             \x0066 &#97;   LATIN SMALL LETTER F
+lowercase    g      1245            \x0067 &#97;   LATIN SMALL LETTER G
+lowercase    h      125             \x0068 &#97;   LATIN SMALL LETTER H
+lowercase    i      24              \x0069 &#97;   LATIN SMALL LETTER I
+lowercase    j      245             \x006A &#97;   LATIN SMALL LETTER J
+lowercase    k      13              \x006B &#97;   LATIN SMALL LETTER K
+lowercase    l      123             \x006C &#97;   LATIN SMALL LETTER L
+lowercase    m      134             \x006D &#97;   LATIN SMALL LETTER M
+lowercase    n      1345            \x006E &#97;   LATIN SMALL LETTER N
+lowercase    o      135             \x006F &#111;  LATIN SMALL LETTER O
+lowercase    p      1234            \x0070 &#112;  LATIN SMALL LETTER P
+lowercase    q      12345           \x0071 &#113;  LATIN SMALL LETTER Q
+lowercase    r      1235            \x0072 &#114;  LATIN SMALL LETTER R
+lowercase    s      234             \x0073 &#115;  LATIN SMALL LETTER S
+lowercase    t      2345            \x0074 &#116;  LATIN SMALL LETTER T
+lowercase    u      136             \x0075 &#117;  LATIN SMALL LETTER U
+lowercase    v      1236            \x0076 &#118;  LATIN SMALL LETTER V
+lowercase    w      2456            \x0077 &#119;  LATIN SMALL LETTER W
+lowercase    x      1346            \x0078 &#120;  LATIN SMALL LETTER X
+lowercase    y      13456           \x0079 &#121;  LATIN SMALL LETTER Y
+lowercase    z      1356            \x007A &#122;  LATIN SMALL LETTER Z
+punctuation  {      123567           \x007B &#123;  LEFT CURLY BRACKET
+sign         |      456              \x007C &#124;  VERTICAL LINE
+punctuation  }      234568           \x007D &#125;  RIGHT CURLY BRACKET
+sign         ~      45            \x007E &#126;  TILDE
+sign         \x007F 7             \x007F &#127;  [DELETE]
+
+# Between here and the commented out part, I am using Windows 1252 numbering, the commented out section does not seem to match
+# however the unicode should match the symbols described
+sign 		 \x20AC 1578				\x20AC &128 	[Euros]
+sign         \x0192 58             \x0192 &#131;  [florin]
+sign         \x2026 6             \x2026 &#133;  [elipsis]
+sign         \x2020 2358             \x2020  &#134;  [Single Dagger]
+sign         \x2021 23578             \x2021  &#135;  [Double Dagger]
+sign         \x2030 4678             \x2030  &#137;  [Per Mil]
+sign         \x0152 13578             \x0152  &#140;  [OE]
+punctuation  \x201C 237             \x201C  &#147;  [Open Double Quote]
+punctuation  \x201D 458             \x201D  &#148;  [Close Double Quote]
+sign         \x2022 37             \x2022  &#149;  [Bullet]
+sign         \x2013 368             \x2013  &#150;  [en-dash]
+sign         \x2014 367             \x2014  &#151;  [em-dash]
+sign         \x2122 234578             \x2122  &#153;  [Trademark]
+
+#                   457             \x0080 &#128;  <control>
+#                   8               \x0081 &#129;  <control>
+#                   3678            \x0082 &#130;  <control> [BREAK PERMITTED HERE]
+#                   78              \x0083 &#131;  <control> [NO BREAK HERE]
+#                   1268            \x0084 &#132;  <control>
+#                   238             \x0085 &#133;  <control> [NEXT LINE (NEL)]
+#                   1248            \x0086 &#134;  <control> [START OF SELECTED AREA]
+#                   12458           \x0087 &#135;  <control> [END OF SELECTED AREA]
+#                   378             \x0088 &#136;  <control> [CHARACTER TABULATION SET]
+#                   248             \x0089 &#137;  <control> [CHARACTER TABULATION WITH JUSTIFICATION]
+#                   678             \x008A &#138;  <control> [LINE TABULATION SET]
+#                   27              \x008B &#139;  <control> [PARTIAL LINE FORWARD]
+#                   237             \x008C &#140;  <control> [PARTIAL LINE BACKWARD]
+#                   257             \x008D &#141;  <control> [REVERSE LINE FEED]
+#                   12567           \x008E &#142;  <control> [SINGLE SHIFT TWO]
+#                   12467           \x008F &#143;  <control> [SINGLE SHIFT THREE]
+#                   124678          \x0090 &#144;  <control> [DEVICE CONTROL STRING]
+#                   23567           \x0091 &#145;  <control> [PRIVATE USE ONE]
+#                   2367            \x0092 &#146;  <control> [PRIVATE USE TWO]
+#                   138             \x0093 &#147;  <control> [SET TRANSMIT STATE]
+#                   1238            \x0094 &#148;  <control> [CANCEL CHARACTER]
+#                   278             \x0095 &#149;  <control> [MESSAGE WAITING]
+#                   2378            \x0096 &#150;  <control> [START OF GUARDED AREA]
+#                   13568           \x0097 &#151;  <control> [END OF GUARDED AREA]
+#                   2578            \x0098 &#152;  <control> [START OF STRING]
+#                   1245678         \x0099 &#153;  <control>
+#                   2678            \x009A &#154;  <control> [SINGLE CHARACTER INTRODUCER]
+#                   123458          \x009B &#155;  <control> [CONTROL SEQUENCE INTRODUCER]
+#                   67              \x009C &#156;  <control> [STRING TERMINATOR]
+#                   124567          \x009D &#157;  <control> [OPERATING SYSTEM COMMAND]
+#                   235678          \x009E &#158;  <control> [PRIVACY MESSAGE]
+#                   12345678        \x009F &#159;  <control> [APPLICATION PROGRAM COMMAND]
+space        \x00a0 0               \x00A0 &#160;  NO-BREAK SPACE
+punctuation  ¡      3568             \x00A1 &#161;  INVERTED EXCLAMATION MARK
+sign         ¢      2578              \x00A2 &#162;  CENT SIGN
+sign         £      123478             \x00A3 &#163;  POUND SIGN
+sign         ¤      134678            \x00A4 &#164;  CURRENCY SIGN
+sign         ¥      1345678             \x00A5 &#165;  YEN SIGN
+sign         ¦      3478             \x00A6 &#166;  BROKEN BAR
+sign         §      2348             \x00A7 &#167;  SECTION SIGN
+sign         ¨      578              \x00A8 &#168;  DIAERESIS
+sign         ©      1478          \x00A9 &#169;  COPYRIGHT SIGN
+sign         ª      234678            \x00AA &#170;  FEMININE ORDINAL INDICATOR
+punctuation  «      57            \x00AB &#171;  LEFT-POINTING DOUBLE ANGLE QUOTATION MARK
+sign         ¬      34567           \x00AC &#172;  NOT SIGN
+sign         ­      378             \x00AD &#173;  SOFT HYPHEN
+sign         ®      123578           \x00AE &#174;  REGISTERED SIGN
+sign         ¯      23567             \x00AF &#175;  MACRON
+sign         °      256            \x00B0 &#176;  DEGREE SIGN
+math         ±      123458           \x00B1 &#177;  PLUS-MINUS SIGN
+sign         ²      238             \x00B2 &#178;  SUPERSCRIPT TWO
+sign         ³      258             \x00B3 &#179;  SUPERSCRIPT THREE
+sign         ´      468             \x00B4 &#180;  ACUTE ACCENT
+sign         µ      23678            \x00B5 &#181;  MICRO SIGN
+sign         ¶      345678            \x00B6 &#182;  PILCROW SIGN
+sign         ·      38              \x00B7 &#183;  MIDDLE DOT
+sign         ¸      245678              \x00B8 &#184;  CEDILLA
+sign         ¹      28              \x00B9 &#185;  SUPERSCRIPT ONE
+sign         º      12345678            \x00BA &#186;  MASCULINE ORDINAL INDICATOR
+punctuation  »      567            \x00BB &#187;  RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK
+math         ¼      13458            \x00BC &#188;  VULGAR FRACTION ONE QUARTER
+math         ½      458           \x00BD &#189;  VULGAR FRACTION ONE HALF
+math         ¾      34568           \x00BE &#190;  VULGAR FRACTION THREE QUARTERS
+punctuation  ¿      67              \x00BF &#191;  INVERTED QUESTION MARK
+uppercase    À      13678           \x00C0 &#192;  LATIN CAPITAL LETTER A WITH GRAVE
+uppercase    Á      167              \x00C1 &#193;  LATIN CAPITAL LETTER A WITH ACUTE #IA
+uppercase    Â      1678             \x00C2 &#194;  LATIN CAPITAL LETTER A WITH CIRCUMFLEX
+uppercase    Ã      14678            \x00C3 &#195;  LATIN CAPITAL LETTER A WITH TILDE
+uppercase    Ä      34578             \x00C4 &#196;  LATIN CAPITAL LETTER A WITH DIAERESIS
+uppercase    Å      1235678           \x00C5 &#197;  LATIN CAPITAL LETTER A WITH RING ABOVE
+uppercase    Æ      3457              \x00C6 &#198;  LATIN CAPITAL LETTER AE #IA
+uppercase    Ç      125678          \x00C7 &#199;  LATIN CAPITAL LETTER C WITH CEDILLA
+uppercase    È      478            \x00C8 &#200;  LATIN CAPITAL LETTER E WITH GRAVE
+uppercase    É      23467         \x00C9 &#201;  LATIN CAPITAL LETTER E WITH ACUTE #IA
+uppercase    Ê      1234567            \x00CA &#202;  LATIN CAPITAL LETTER E WITH CIRCUMFLEX
+uppercase    Ë      35678            \x00CB &#203;  LATIN CAPITAL LETTER E WITH DIAERESIS
+uppercase    Ì      15678              \x00CC &#204;  LATIN CAPITAL LETTER I WITH GRAVE
+uppercase    Í      1267             \x00CD &#205;  LATIN CAPITAL LETTER I WITH ACUTE #IA
+uppercase    Î      1467            \x00CE &#206;  LATIN CAPITAL LETTER I WITH CIRCUMFLEX
+uppercase    Ï      12678           \x00CF &#207;  LATIN CAPITAL LETTER I WITH DIAERESIS
+uppercase    Ð      1567            \x00D0 &#208;  LATIN CAPITAL LETTER ETH #IA
+uppercase    Ñ      1245678            \x00D1 &#209;  LATIN CAPITAL LETTER N WITH TILDE
+uppercase    Ò      124678             \x00D2 &#210;  LATIN CAPITAL LETTER O WITH GRAVE
+uppercase    Ó      14567            \x00D3 &#211;  LATIN CAPITAL LETTER O WITH ACUTE #IA
+uppercase    Ô      34678           \x00D4 &#212;  LATIN CAPITAL LETTER O WITH CIRCUMFLEX
+uppercase    Õ      145678             \x00D5 &#213;  LATIN CAPITAL LETTER O WITH TILDE
+uppercase    Ö      2467             \x00D6 &#214;  LATIN CAPITAL LETTER O WITH DIAERESIS #IA
+math         ×      13468            \x00D7 &#215;  MULTIPLICATION SIGN
+uppercase    Ø      24678            \x00D8 &#216;  LATIN CAPITAL LETTER O WITH STROKE
+uppercase    Ù      234567           \x00D9 &#217;  LATIN CAPITAL LETTER U WITH GRAVE
+uppercase    Ú      124567             \x00DA &#218;  LATIN CAPITAL LETTER U WITH ACUTE #IA
+uppercase    Û      348            \x00DB &#219;  LATIN CAPITAL LETTER U WITH CIRCUMFLEX
+uppercase    Ü      12567            \x00DC &#220;  LATIN CAPITAL LETTER U WITH DIAERESIS
+uppercase    Ý      123467            \x00DD &#221;  LATIN CAPITAL LETTER Y WITH ACUTE #IA
+uppercase    Þ      12467            \x00DE &#222;  LATIN CAPITAL LETTER THORN #IA
+lowercase    ß      23468           \x00DF &#223;  LATIN SMALL LETTER SHARP S
+lowercase    à      1378          \x00E0 &#224;  LATIN SMALL LETTER A WITH GRAVE
+lowercase    á      16             \x00E1 &#225;  LATIN SMALL LETTER A WITH ACUTE #IA
+lowercase    â      168            \x00E2 &#226;  LATIN SMALL LETTER A WITH CIRCUMFLEX
+lowercase    ã      1468           \x00E3 &#227;  LATIN SMALL LETTER A WITH TILDE
+lowercase    ä      3458            \x00E4 &#228;  LATIN SMALL LETTER A WITH DIAERESIS
+lowercase    å      123568          \x00E5 &#229;  LATIN SMALL LETTER A WITH RING ABOVE
+lowercase    æ      345             \x00E6 &#230;  LATIN SMALL LETTER AE #IA
+lowercase    ç      1348         \x00E7 &#231;  LATIN SMALL LETTER C WITH CEDILLA
+lowercase    è      23568           \x00E8 &#232;  LATIN SMALL LETTER E WITH GRAVE
+lowercase    é      2346         \x00E9 &#233;  LATIN SMALL LETTER E WITH ACUTE #IA
+lowercase    ê      1268           \x00EA &#234;  LATIN SMALL LETTER E WITH CIRCUMFLEX
+lowercase    ë      138           \x00EB &#235;  LATIN SMALL LETTER E WITH DIAERESIS
+lowercase    ì      1568             \x00EC &#236;  LATIN SMALL LETTER I WITH GRAVE
+lowercase    í      126            \x00ED &#237;  LATIN SMALL LETTER I WITH ACUTE #IA
+lowercase    î      24578           \x00EE &#238;  LATIN SMALL LETTER I WITH CIRCUMFLEX
+lowercase    ï      12568          \x00EF &#239;  LATIN SMALL LETTER I WITH DIAERESIS
+lowercase    ð      156           \x00F0 &#240;  LATIN SMALL LETTER ETH
+lowercase    ñ      124568           \x00F1 &#241;  LATIN SMALL LETTER N WITH TILDE
+lowercase    ò      12468            \x00F2 &#242;  LATIN SMALL LETTER O WITH GRAVE
+lowercase    ó      1456           \x00F3 &#243;  LATIN SMALL LETTER O WITH ACUTE #IA
+lowercase    ô      3468          \x00F4 &#244;  LATIN SMALL LETTER O WITH CIRCUMFLEX
+lowercase    õ      14568            \x00F5 &#245;  LATIN SMALL LETTER O WITH TILDE
+lowercase    ö      246            \x00F6 &#246;  LATIN SMALL LETTER O WITH DIAERESIS
+math         ÷      1256          \x00F7 &#247;  DIVISION SIGN
+lowercase    ø      2468           \x00F8 &#248;  LATIN SMALL LETTER O WITH STROKE
+lowercase    ù      2368          \x00F9 &#249;  LATIN SMALL LETTER U WITH GRAVE
+lowercase    ú      12456            \x00FA &#250;  LATIN SMALL LETTER U WITH ACUTE #IA
+lowercase    û      12348           \x00FB &#251;  LATIN SMALL LETTER U WITH CIRCUMFLEX
+lowercase    ü      12568           \x00FC &#252;  LATIN SMALL LETTER U WITH DIAERESIS
+lowercase    ý      12346           \x00FD &#253;  LATIN SMALL LETTER Y WITH ACUTE #IA
+lowercase    þ      1246           \x00FE &#254;  LATIN SMALL LETTER THORN #IA
+lowercase    ÿ      234568          \x00FF &#255;  LATIN SMALL LETTER Y WITH DIAERESIS
+# -----------
+#-index-name: Portuguese, computer
+#-display-name: Portuguese computer braille
+#
+#+locale:pt
+#+type:computer
+#+dots:8
+#
+# TODO: Please correct the metadata above. It is not meant to be
+# accurate nor complete. It hasn't been verified by the table
+# author yet. It is merely an attempt by the liblouis maintainers
+# to get some sensible initial values in place.
+#
+# TODO: Please add a reference to official documentation about
+# the implemented braille code. Preferably submit the documents
+# to https://github.com/liblouis/braille-specs.
+# -----------
+#
+# liblouis:  Portuguese 8 dot Computer braille table
+#
+#  Copyright (C) 2012 Rui Fontes <rui.fontes@tiflotecnia.com>
+#  Copyright (C) 2012 Mesar Hameed <mesar.hameed@gmail.com>
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+
+space \t 9 tab
+space \s 0 blank
+space \x00a0 a unbreakable space
+sign \x000a 78 newline
+space \x000d 0 carriage return
+include digits8Dots.uti
+include latinLetterDef8Dots.uti
+punctuation , 2
+punctuation ; 23
+punctuation : 25
+punctuation . 3
+punctuation ! 2358
+punctuation " 236
+punctuation ' 6
+punctuation ( 1268
+punctuation ) 3458
+punctuation - 36
+sign _ 367
+math < 2468
+math = 2356
+math > 1358
+sign % 35678
+math + 235
+math ~ 2346
+sign ` 14678
+sign & 123468
+sign $ 46
+punctuation ? 26
+punctuation { 1238
+punctuation [ 123568
+punctuation } 4567
+punctuation ] 234568
+sign ^ 234678
+sign @ 156
+sign # 3456
+sign \\ 38
+sign | 456
+math / 256
+sign * 35
+uplow \x00c0\x00e0 12467,1246 # Àà
+uplow \x00c1\x00e1 123567,12356 # Áá
+uplow \x00c2\x00e2 167,16 # Ââ
+uplow \x00c3\x00e3 3457,345 # Ãã
+uplow \x00c4\x00e4 34578,3458 # Ää
+uplow \x00c7\x00e7 123467,12346 # Çç
+uplow \x00c8\x00e8 234678,23468 # Èè
+uplow \x00c9\x00e9 1234567,123456 # Éé
+uplow \x00ca\x00ea 1267,126 # Êê
+uplow \x00cc\x00ec 14678,1468 # Ìì
+uplow \x00cd\x00ed 347,34 # Íí
+uplow \x00ce\x00ee 1467,146 # Îî 
+uplow \x00d2\x00f2 245678,24568 # Òò
+uplow \x00d3\x00f3 3467,346 # Óó
+uplow \x00d4\x00f4 14567,1456 # Ôô
+uplow \x00d5\x00f5 2467,246 # Õõ
+uplow \x00d6\x00f6 2467,246 # Öö
+uplow \x00d9\x00f9 15678,1568 # Ùù
+uplow \x00da\x00fa 234567,23456 # Úú
+uplow \x00dc\x00fc 12567,1256 # Üü
+sign \x00ba 13578 # 
+sign \x00aa 178 # ª
+sign \x20ac 1578
+sign \x00ae 12358
+sign \x2122 1348
+sign \x00ab 1235678 # «
+sign \x00bb 2345678 # »
+sign \x00a3 12378 # £
+sign \x00a7 2348 # §
+uplow \x00d1\x00f1 134578,13458 # Ññ
+
+noback sign \x25CF 35	# 9679 black circle
+UTF-8

+LEFTHYPHENMIN 1

+RIGHTHYPHENMIN 1

+.abs2

+.4a

+.ab4

+.ag4t3

+.a2g

+.agte6

+.agt5e2r

+.ais2

+.akte4

+.a2k6

+.a2kt

+.am2s2

+.and2

+.a4n

+.a4n3de

+.an5do

+.an3d4r

+.ane2

+.a2n2s2

+.aris2

+.a6r

+.4as1k4a

+.ask6

+.as2t2

+.as3th

+.4av4e2r4a

+.av1er

+.be4n3e2n2

+.b4

+.b4e3ne

+.ben2

+.be2n2s2

+.b2e5r4o

+.bre2ds2

+.br2ed

+.cr4

+.2c2

+.d4

+.deleg2e3re

+.d2el4

+.deleg1e2

+.dele4g

+.de3re4k6

+.d2e1re

+.d4e4ri.

+.d2e3ri

+.de4rib4

+.d4e4rig

+.di3g4r

+.dis2t4

+.do7ri

+.1eft5

+.ef6

+.eks1te

+.e4k6

+.ekst2

+.ekst3er4n

+.ekst1e2r

+.els2

+.2el4

+.e2nab4

+.en2

+.2e1n4a

+.e2na6r

+.e2n4e2n2

+.4e1ne

+.en4gs2

+.en2g

+.2e1nu

+.2e2næ

+.2e2nø4

+.2e3r4a

+.e4ra6r

+.2e5ri

+.2e3ru

+.2es2

+.e2s3s

+.2e2tå4

+.ev4e3ni

+.2ev

+.ev1en2

+.for6en4d

+.f6

+.fo2r5en2

+.fo1re

+.g4ef6

+.g1e

+.g3e2n2

+.g4e3r4o

+.g2e3ru

+.g4es2

+.h4e4ri.

+.h4e

+.h2e3ri

+.hud1end

+.hude2n2

+.hv3e2p4

+.in2d4r

+.i4n

+.ind2

+.in2ds2

+.iris1

+.i4r

+.is1k6

+.is1t4o

+.ist4

+.is1tr4a

+.ist6r

+.is3t4y4

+.je2t

+.j4

+.k2e3r4a

+.k6

+.klav3

+.kl4

+.kl4a

+.lag3er

+.l4

+.l4a

+.la2g

+.lag1e

+.l2e1r5a

+.l2es2

+.le2t

+.li1g4a2

+.li3g1e

+.li2g4ej4

+.lus2

+.lære5r1en2

+.lære4

+.lær1e2r

+.lær4e1re

+.med1ej4

+.m2ed

+.m2e4k6

+.m2e3no

+.m1en2

+.m5ere4k6

+.m1e2r

+.m4e4re

+.m3e4ri4n

+.m2e3ri

+.m3e1r4o

+.mis1k6

+.mo3rud

+.nas2

+.n4a

+.n1d

+.ne2

+.n4ed

+.ne2ds2

+.n4e4k6

+.n3e3n4y4

+.n1e2n2

+.n2e3ru

+.n1er

+.nes3k4a

+.n2es2

+.nesk6

+.n3et

+.n5e2t2ev

+.n4e1te

+.ne4tils

+.n4e3t4i

+.n6etil4

+.n4e1tj4

+.nu6r4

+.odels3

+.od2el4

+.om2s2

+.ops2

+.o2p4

+.o3r4a

+.o3re

+.o3r4o

+.os2

+.o2s3s

+.ov3

+.ov5e6

+.p4e3te4

+.2p4

+.pet3e2r

+.pte4

+.re2ds4

+.r2ed

+.r4em

+.re2na4n

+.r1en2

+.r4e1n4a

+.r4e4ne

+.r3e1tø4

+.r1et

+.ris1kos

+.risk6

+.rus2k6

+.s4

+.2se1no

+.s4e

+.sen2

+.s2e7r4a

+.s2e5re

+.s2e5r4o

+.somm5e4r

+.s2o

+.st4

+.sto2ris

+.st4o

+.sto1ri

+.sv5e1ne

+.sve2

+.sv1en2

+.2t6ed

+.t4el4

+.t4em

+.to5ri

+.t4o

+.to3r4o

+.tr2e3n2ds

+.t6r

+.tre2

+.tr1en2

+.ubbe3

+.ub4

+.ubb4

+.u2ds2

+.uke3

+.u2k6

+.un1d4r

+.u2n

+.un3dre

+.une3

+.ups2

+.u2p4

+.us2

+.u2s3s

+.ut4e5ri

+.u4t

+.ut1e2r

+.va2rs2

+.v4a

+.va6r

+.v5e.

+.v1e4g.

+.ve4g

+.v3ei.

+.v2ei

+.v1ej.

+.vej4

+.v1ej4e.

+.ve2n3e2n2

+.v1en2

+.v4e1ne

+.ve4n3e2r.

+.ven3er

+.ve2ner4n

+.v2e3r4a

+.v1er

+.vi2ds2

+.vid4

+.xe1

+.yd4

+.4y4

+.æ4gs2

+.æg2

+.æn1

+.æres3t4

+.ære4

+.ær2es

+.æt3e4

+.ø2n2s2

+.ø4

+.øs4

+4a

+aabe2

+4a4a

+aab4

+aah2

+abg2

+ab4

+abs3k6

+abus3

+ad1eks

+ade4k6

+ad3elen2es4

+ad2el4

+adelen2

+adel4e1ne

+ad3eli2t

+ad2e5re

+ad2e3r4o

+ad2e3ru

+adron4n

+ad4r

+adr4o

+adro2n

+4ads1t4a

+a2ds

+adst2

+adu2n1

+ae1no

+aen2

+a2e1nu

+a2e3r4o

+a2e3ru

+a2es2

+ae3th

+4a1f4a

+af6

+a1fe

+a1fi

+afiks2

+afi2k6

+a1fo

+afo3re

+a1fri

+afs2k6

+a1f4y4

+a1fø4

+a2g

+4ag2e3n4a

+ag1e

+age2n2

+agens1k6

+age2n2s

+agens3ki

+4ag3e1r4a

+age2r1e2r

+ag2e1re

+age2r5e2ts

+ag4er1et

+age4ri4n

+ag2e3ri

+ag5e1r4o

+ag2erå4

+ag4e2te

+ag4e1tå4

+agfør3

+agf6

+agfø4

+agg4e3ru

+ag2g

+agg1e

+ags3t4e.

+a4gs

+ags1t2

+ags2te

+ags3t2e4e

+ag2s3t4es

+agt1eks

+ag4t

+agte4k6

+ahun4n

+ahu2n

+ah1v

+ai3g

+ai5g4r

+ain3ev

+ai4n

+ajo2n5

+aj4

+ajs1k6

+a2k6

+ake4t

+ak4e3t3e

+aks1t6r

+akst2

+ak6t1e4k6

+a2kt

+ak2t3e1ru

+akt1e2r

+alas2k6

+al4

+al4a

+4al2e3r4a

+ale3th

+alle4ru2n

+all4

+all2e3ru

+alov3

+alove4

+als1kild

+alsk6

+alskil4

+alstatove4

+als1tat4o

+alst2

+alst4a

+alsta4t

+alsta2tov

+am2e2n2d.

+am1en2

+4am4e3r4a

+am1e2r

+am4e5r1et

+am4e4re

+am4e3ru

+ampu4t4

+am2p4

+a4n

+anav4

+4an4a

+anave3

+an2da2p4

+4an1d4a

+and1e4g2n

+a4n1de

+ande4g

+and1eje

+andej4

+and1eks

+ande4k6

+and5eros

+and2e1r4o

+and1erst2

+ande2rs

+an1d4r

+and2s1ka6r

+an2ds

+andsk6

+andsk4a

+an2dær

+an1dæ

+an4døs

+an3dø4

+an2e3ru

+an1er

+an3eu6r

+an2eu

+ang2e4g6

+an2g

+ang1e

+4ang3e1r4a

+anis2t6

+an5n4e4k6

+an1n

+ans2k6

+a2n2s

+ans3ka2p4

+ansk4a

+ans2s4e

+an2s1s

+ans1tor

+anst2

+anst4o

+4ans1tr4a

+anst6r

+aome2

+aos1t4

+aov3

+aove4

+apag1e3

+a2p4

+ap4a

+apa2g

+ape2t

+a6r

+ar1e2kt

+are4k6

+ar4em

+areri4n2

+ar1e2r

+ar2e4ri

+ar4e1ru

+ar3e1t6r

+ar1et

+arg1e4

+ar2g

+arg3e4n2

+arg4r2

+ark2e2t6r

+ar4k6

+arms2t2

+arm2s

+arns1t2

+ar4n

+ar2n2s

+arome2

+ar4o

+a2rom

+ars3k6o2k6

+a2rs

+arsk6

+ars1kr2

+4ars1t4e4a

+arst2

+arts1t2

+ar4t

+ar2ts

+arus2

+as2e5ri

+as4e

+ash1v

+as2h

+as2kal4

+ask6

+ask4a

+as3klæ

+a2s1kl4

+as1ku

+as2kv

+askys2

+ask4y4

+a2s1kæ

+as2kær

+as1kød

+askø4

+as2te3rå4

+ast2

+ast1e2r

+astos3

+ast4o

+as1tr4y4

+ast6r

+as1tun2n

+astu2n

+as1tør

+astø4

+a4t

+at1ef6f6

+atef6

+at2e4g

+a2t1ej4

+atekspr2es2

+ate4k6

+ateks2p4

+a2t4e5ne

+at1en2

+at6e5re2n.

+at1e2r

+at4e3r1en2

+at2e1re

+ate4r2erf6

+ater1e2r

+ate4rid4

+at2e3ri

+ate5rov

+at2e3r4o

+a2t3e1ru

+at2e4ræ

+at4eu

+a2t3ev

+ati2n2s2

+at4i

+ati4n

+at2ros1t4

+at6r

+atr4o

+ats3k2el4

+a2ts

+atsk6

+ats1tæ

+atst2

+att3e2ra4n

+a2t2t

+att1e2r

+4att2e3r4a

+at2t3e1ru

+aue2n2

+aun1d

+au2n

+aus2t2

+av3e2dd4

+av2ed

+av5en3er

+av1en2

+av4e1ne

+av3e3ni

+av2e3no

+4av3e2r4a

+av1er

+ave4ra4n

+av3er2e4k6

+av2e1re

+av4e2r1e2r

+ave2r5e2ts

+av4er1et

+av2e5ri

+ave3rud

+av2e1ru

+av2e3rø4

+av3e1rå4

+avs1ko

+av4s

+avsk6

+avs1t1e2r

+avst2

+4avs1tr4a

+avst6r

+avs3tu

+ays2

+a4y4

+á1l4

+à1

+ä1de

+ä1di

+ä1g

+ä1k6

+ä1le

+äl4

+äls2

+ämm4

+ämme3

+än1

+ä1ne

+än4ne

+än1n

+äpo3

+ä2p4

+äst1e2r4

+äst2

+â1

+b4

+ba4gs4

+b4a

+ba2g

+bals1k6

+bal4

+b4an3d4a

+ba4n

+bas1to2n

+bast2

+bast4o

+bdy2rs3

+bd4y4

+b2e4e2

+bels2k6

+b2el4

+be3na2k6

+ben2

+b2e1n4a

+be2na4n

+be1n4d4r

+b4e3ne

+b4e5n4e1ne

+ben3e2n2

+ben5e3th

+ben3et

+b2e1nu

+b2e3r4a

+be5ra2k6

+be4rast2

+b4e3r4e.

+b2e1re

+be3r2e2c2

+be2r3e2p4

+ber3ev

+berne4

+ber4n

+b6e3rol4

+b2e1r4o

+be3rov

+be2rø.

+be1rø4

+be3rå4

+b2es2

+b2e3t4a

+b4e3te

+b2e3t4o

+b2e3t6r

+be1tv

+b2e1tw

+bhave2

+bh4a

+blo3te

+bl4

+blo2t

+boli2g4a

+bol4

+bo3r4a

+bo4ra2k6

+bo3r4o

+bor2ts2

+bor4t

+bo3ru

+bo1rå4

+br4em

+b2rov2

+br4o

+brud1end

+b2rud

+brude2n2

+bs1k6

+b2s3kam

+bsk4a

+bs3ki

+b2s3kl4

+bs3kuf6

+b2s1s2

+bs1t2

+bs2ta4t

+bst4a

+bs3til4

+bst4i

+bs2to2p4

+bst4o

+bs2t6r

+bs3tr4o

+bs4tru

+bs3træ

+budg5

+buds3k4y4

+buds2k6

+bu2ds

+bu2es2

+bun4d4r

+bu2n

+bu2s2ka6r

+busk6

+busk4a

+bus1t4a

+bust2

+bus1t6r

+bæg3

+bæv3

+bør4n4

+bø4

+børs1k6

+bø2rs

+børs1t6r

+børst2

+båd1end

+bå4

+båden2

+bånds3k6

+bån2ds

+2c2

+cas2t2

+c4a

+cath4e5

+ca4t

+ccis1

+c2c2

+c4e1ne2

+cen2

+cen4el4

+ce1no

+cent3e2r

+ce2n4t

+c2e1nu

+c2e3r4a

+c2e5re

+cer4ed

+cer2es1

+c2e3r4o

+cers3k4a

+ce2rs

+cersk6

+ce1rå4

+ces1tæ

+c2es

+cest4

+c4e3te

+ch1v

+cin3d4r

+ci4n

+cind2

+ci2s2s

+cks2

+ck6

+co2n2s2

+co2n

+co5ri

+co3ru

+co3r4y4

+creas1

+cr4e4a

+cr5en2

+cros2

+cr4o

+ct2

+ct3e2r.

+ct1e2r

+ct3e2rs

+ct3et

+cys2

+c4y4

+2d.

+2dad

+d4a

+3dadi

+3dado

+2daf6

+3da1fe

+3da1fi

+4dafl4

+3da1fo

+da1fr

+dag1e4

+da2g

+dag3ele

+dag2el4

+2dager

+4dagt4i

+dag4t

+2dai2r.

+dai4r

+2dake

+da2k6

+2daks

+2daktu

+da2kt

+2dala6r

+dal4

+dal4a

+2dalv

+damme2

+2dan2d.

+da4n

+dan5di

+2dan2k6

+2da2nl4

+2dano

+2danst2

+da2n2s

+2dansv

+dante4

+da2n4t

+dan2ts2

+4darb4

+da6r

+2d4ar4e4a

+4darr

+2dar4t

+dat1e4k6

+da4t

+2da2tl4

+2datte

+da2t2t

+2dau4t

+2davl4

+dä2

+2d2c2

+2dd4

+d1ef6f6

+def6

+2d1eft

+2degne

+de4g

+de4g2n

+d2ej.

+dej4

+2dejen2

+2dekser2c2

+de4k6

+deks4e

+2d1eks2i

+d1eks2p4

+deks1t2

+2d3el2em

+d2el4

+del4s1til4

+delst2

+delst4i

+2d3emalj4

+d2em

+dem4a

+demal4

+d3emb4

+2d3emf6

+de4nam

+den2

+d2e1n4a

+de3nav

+d3e1n2d2t

+d4e3ne

+2d5e3ner2g

+den3er

+de4n3eu

+2den4g.

+den2g

+2d1eng1e

+2den4gs

+2denh4e

+den4ne

+den1n

+de1no

+dens1t2

+de2n2s

+dent3e

+de2n4t

+2d1entu

+d2e1nu

+de2nå4

+de3ra4n

+d2e1r4a

+de4ra2n4t

+de3ra2p4

+de3rej4

+d2e1re

+de3r2el4

+de2ren2g

+de3r1en2

+de2r3ev4n

+der2ev

+4derfa6r

+derf6

+derf4a

+d4erm

+de5ro3re

+d2e1r4o

+de4ror

+2deros2i

+d4eros

+de5rou

+d4e3rovi

+de2rov

+2derst4a

+de2rs

+derst2

+de3run4n

+d2e1ru

+de2ru2n

+2derupt

+de3ru2p4

+d4e1ræ

+de2røn

+de1rø4

+de1råb4

+derå4

+des2kr4a

+d2es

+d4eskr2

+desk6

+desove5

+des2o

+des3tab.

+dest4

+des2t4a

+destab4

+des3ta2g

+d3e3ta4t

+d2e1t4a

+d4e3te

+de4th

+d2e3t6r

+d2e2tå4

+dev1en4

+d2ev

+dev3en2den4

+deve2nd

+deve4n1de

+d3ev4n

+dfr4

+df6

+dfæ2rs1

+dgangs3t2

+dg4a

+dga4n

+dgan2g

+dgan4gs

+dg3e4

+dg4ed2

+dg4el4

+dg4em

+1dhi.

+dhø2rs1

+dhø4

+2dide

+did4

+4didé

+4did4y4

+dig3et

+di1g1e

+di2g2e1t4a

+di2gl4

+2dim

+4dim2p4

+4dind2

+di4n

+4di2n2s

+4di2n4t

+di2s2kl4

+disk6

+dis3kul4

+dis1til4

+dist4

+dist4i

+dis2tu

+1dj2el4

+dj4

+1dji

+2djiv

+d2k6

+3dl4eto2n

+dl4

+dl2e1t4o

+dmels1

+dm2el4

+d2n

+dn2e1tv

+dn1et

+2dod

+4do2dd4

+4dof6

+2do2g

+4do4g.

+4do4gs

+4dom4r

+doms1k6

+dom2s

+4domskr2

+doms1t4a

+domst6

+4donke

+do2n

+don2k6

+4do2p4

+5dop4a

+5doph

+5dopo

+5dopr

+do3r4a

+4dord

+dor2et

+do1re

+4dor2g

+4dorm

+do3r4o

+do1ræ

+do1rå4

+4dote

+do2t

+4dou4t

+4dove

+dov2ej4

+4dov4y4

+dplane2

+d2p4

+dpl4

+dpl4a

+dpla4n

+d4r

+drabs5t2

+d4rabs

+dr4a

+drab4

+2dra2c2

+2drad

+2dram

+2d2ra4n

+2d2ra2p4

+3drape

+2drat4i

+dra4t

+dratione4

+dratio2n

+3dr4e4a

+dr2ef6

+2dre4g

+2drej4

+3d2reje

+3dr4ejo

+2dr2em

+3drem4a

+3dremi

+dremme2

+drem2s1

+2dre2n2s

+dr1en2

+dr4e2p4

+dr3e1r4a

+dr1e2r

+dr4e4re

+dr5er2ef6

+dre2r5ele

+drer4el4

+dre4ru2n

+dr3e1ru

+2dres4e

+dr2es

+2dr3e2t4n

+dr1et

+2dr3e2t2t

+3dr4e3t4y4

+2drevl4

+dr2ev

+1dré

+2drid4

+2drig

+2dris

+2drock6

+dr4o

+dro2c2

+2drod

+2drol4

+1d2rom

+2dro2s1s

+3dross4e

+2dro2t

+2d4rove

+d2rov

+2d2rul4

+2dr4y4

+1dry.

+2dræ

+3dræn

+2drø4

+drø2rs1

+2ds

+ds1ka4n

+dsk6

+dsk4a

+ds2kan5n

+ds3ka2p4

+ds3kas

+ds2kav

+ds1kilde

+dskil4

+ds2ki4n

+ds1ki2t

+ds1kj4

+d2s3kl4

+ds1kn

+ds1ko

+dskommis2

+ds1kom

+ds3komm

+ds1kr2

+ds2kuf6

+ds3kv

+ds1kyl4l4

+dsk4y4

+dskyl4

+ds1kys

+ds1kæl4

+d2skæ

+dsov3

+ds2o

+dsov1er2

+dsove4

+d2s1s2

+ds3s2l4

+ds1tab4

+dst2

+dst4a

+ds1ta2k6

+ds1tal4

+ds1tas

+ds1tat4o

+dsta4t

+ds1t4e4a

+ds1t4el4

+ds2t1en2

+ds3tend

+ds1t4eo

+ds1t1e2r

+dst3erm

+d2s1t4es

+d2s3tilf6

+dst4i

+dstil4

+ds1t2ilst2

+ds1tim

+ds3ti4n

+ds3ti2p4

+ds1ti2t

+ds1tj4

+d2s1to2g

+dst4o

+ds1toi

+ds1tom

+ds1tr4a2

+dst6r

+ds2tras2

+dstrategi5

+ds2tra4t

+dstrat2e4g

+ds1tr4o

+ds1true

+ds1trå4

+ds1tu

+ds1tv

+ds1tyg

+dst4y4

+ds1tøj4

+dstø4

+2d2t

+dte2

+dt1ef6f6

+dtef6

+dt3en2

+dt2e5ri

+dt1e2r

+dt3e3r4o

+dte3rø4

+dt5et

+dt6e1t4a

+dt3eu

+dts2t4i

+d2ts

+dtst2

+4dud

+2dul4y4

+dul4

+2dund

+du2n

+2du2p4

+3dup4a

+3dupi

+3dupr

+2dure

+du6r

+2dur4t

+dus2t2

+dve2

+dv3e3ri

+dv1er

+4dyd

+d4y4

+4dynd

+dyr5e3t4i

+dyre2

+dyr1et

+dys1

+dys2o3

+2dæd

+2dæ4g.

+dæg2

+4dø.

+dø4

+død3ele

+død2el4

+døds1t2

+dø2ds

+4døe

+5døe2r.

+4døj4

+4døk6

+4døl4

+dørs1te

+dø2rs

+dørst2

+4døv

+4e.

+4e4a

+eaks2

+ea2k6

+eam1

+eas1ko

+eask6

+eat3e4

+ea4t

+4eb4

+ebæg1e4

+ebæg3

+2e2c2

+3ecchi4a

+ec2c2

+ecove2

+2ed

+ed1eks

+ede4k6

+ed1enh

+eden2

+ede2no

+ede4ra4n

+ed2e1r4a

+eder1e4g

+ed2e1re

+ed1erhv

+4ed2es

+edes1tæ

+edest4

+ed3eu6r

+ed2eu

+edfor6

+edf6

+edi3g4r

+eds1ke

+e2ds

+edsk6

+eds3kuf6

+eds1t4i

+edst2

+eds1tæ

+edt5en2

+e2d2t

+edte2

+ed2ts2

+2e4e

+eeke1

+ee4k6

+ee2n2

+e4e3ne

+e2e3ni

+e2e5ri

+e2es2

+e4e3te

+ee2th

+4efo

+ef6

+1eft

+eft3e4

+e4g

+eg3e2n2

+eg1e

+eg5e4no

+ege2r1e2r

+eg2e1re

+1eger2n.

+eg5er4n

+eg2e2ru

+eg2n5e1r4a

+e4g2n

+egn1e2r

+2egov

+eg4o

+e4gs2

+2eh

+3ehi2c2

+2ei

+eibs2

+eib4

+ei2ds2

+eid4

+eim2s1

+ein2d4r

+ei4n

+eind2

+4ej4a

+ej4

+1ej2c2

+1ejdi.

+2eje2n.

+ejen2

+4ejl4

+4ejo

+2ejs

+4ejæ

+e4k6

+eken6

+4ekl4

+4ekn

+eko2rs3

+4ek2s.

+ek6s1k6

+eks3ta4t

+ekst2

+ekst4a

+eks3til4

+eks1t4i

+eks1tri

+ekst6r

+ekte4

+e2kt

+e4k6t1e4k6

+ekøn2

+ekø4

+2el4

+4el.

+4el2ed

+eleg1e2

+ele4g

+3el2em

+4elem2p4

+el2es2

+el4gs2

+4eli4e

+4eliv

+ell2es2

+el4l4

+4ello

+4elo

+elove2

+elov3er2

+4el2s.

+4els4e

+elses3k6

+els2es

+4els2f6

+els2ti4n

+elst2

+elst4i

+els1tæn2k6

+4elæ

+2em

+3emalj4

+em4a

+emal4

+eme2n2s1

+em1en2

+1emes4e

+em2es

+em1et

+em3eu

+3emne

+emors1k6

+emo2rs

+4emæ

+en2

+2e1n4a

+4e3na.

+e3nae

+4e3nan1n

+ena4n

+e3na2r.

+ena6r

+4e3nas

+5e4nas2p4

+e3na4t

+4enatu

+4e3nau

+4enav4n

+e3naz

+2e1n2d.

+en3d4a

+2e1ndb4

+2e1n2dd4

+2e5ndeks

+e4n1de

+ende4k6

+3en2den2

+enden3d

+2e3ndf6

+2e1ndg

+e1ndh

+en3dj4

+4end2k6

+2e1ndl4

+2e1ndm

+e1nd2n

+e1n4do4g.

+en3do

+en2do2g

+en5do2p4

+2end2p4

+en3d4r

+2e1n2ds

+2e1n2d2t

+en3du

+e1ndv

+2e5ndw

+e1ndz

+en5dø4

+en3då4

+4e1ne

+e4n3e2dd4

+en2ed

+e4n3eft

+enef6

+e3neli

+en2el4

+e4n3emb4

+en2em

+en3e2n2

+5ene2nm

+e4ne2n4t

+en3er

+e3n3e2r.

+ene2rab4

+e2n4e1r4a

+en2e7r1en2

+en4e2re

+en2e5ri

+6en4e7ris

+6en4eros

+en2e1r4o

+6en6e3ro2t

+e3ner4t

+6enerv

+en2es4

+en3et

+5en2e1t4a

+en4e4te

+en4e3th

+en4e3t6r

+e3ne2ts

+e3ne2t2t

+4e1né

+4e3nè1

+2enga.

+en2g

+eng4a

+1engl4

+1engs2p4

+en4gs

+2e1ni

+4e3ni4a

+4e3ni2c2

+4e3nid4

+4e3ni4e

+e3nig

+e3ni2k6

+e3nil4

+4e3n2i2n.

+eni4n

+4e3nio2g

+4e3ni2p4

+4e3ni4r

+4e3nis

+4e3ni2t

+4e3niu

+4eniv

+1enke

+en2k6

+e3no.

+4e3no4a

+2e3nob4

+4e3no2c2

+e1no2k6

+2enol4

+2e1nom

+2e1no2n

+2e1nor

+4e1nos2

+2e3no2t

+4enot4a2

+2e1nov

+6e3nov6es2

+ens1k6a2k6

+e2n2s

+ensk6

+ensk4a

+en2s1ken2

+ens1tæ

+enst2

+en2t1eg1e

+e2n4t

+ente4g

+3entio

+ent4i

+2enu

+4e3nu4a

+4e1nue

+4e3nug

+4e3nui

+4e1nus

+4e3nü

+2e1n4y4

+2e1næ

+2e1nø4

+3e2nø.

+e3nød

+e3nøg

+2e1nål4

+enå4

+4eo

+eog6e1ne4

+eo2g

+eog1e

+eoge2n2

+eor4gs3

+eor2g

+eov3e4

+2e2p4

+3epaul4

+ep4a

+4epi2s.

+3epi2t

+4epl4

+3epo2k6

+2eq

+2e1r4a

+4e5ra.

+4eraad

+era4a

+5e2ra2c2c2

+era2c2

+4erado

+e5ra2ds

+3e4radv

+e5ra1fo

+e4raf6

+e4ra2g

+4era4gh

+4e5rag4o

+4era4k.

+era2k6

+e2r4ak4a

+e5raki

+4erale

+eral4

+e2r4am4a

+6e3ram2t

+4era2n.

+e2ra4n

+e4rangi

+eran2g

+e3rani

+4e3ra2r.

+e2ra6r

+e3rari

+4e5rass4e

+e2ra2s1s

+e2rav

+er1än1

+2e1re

+4er4e.

+erebs3

+er4eb4

+e2r3e2dd4

+er2ed

+er1eg4o

+ere4g

+4e2reig

+er2ei

+er1ej2ed

+e2reje

+erej4

+6er4ekl4

+ere4k6

+6ereko

+e2r3elb4

+er2el4

+e2r3ele

+4ereli

+e2r3els

+e4r5emb4

+er2em

+e2r3em2p4

+e3r1en2

+6ere2n.

+e5re2nd

+e6ren3do

+e4r5e3n3er

+er4e2ne

+5e4r2entu

+ere2n4t

+4ere2r.

+er1e2r

+er2e3r4a

+er5e3r2em

+2e1r4e1re

+3er2erh

+e2r2er4k6

+e2r2e3r4o

+4er4e2s.

+er2es

+e2r3esk6

+4ere2s1s

+4er1et

+e2r3e3t4a

+5e2r3e2tud

+er2e5tu

+e2r1ex

+4e1ré

+2e3ri

+4eri.

+4eri4a

+4e5ri2c2

+4e5rid2s.

+erid4

+eri2ds

+3e4ridse2ts2

+erids4e

+e4rid4y4

+4eri4e

+4erif6

+4erig

+eri1g1e2

+4erimi

+3e4rim2p4

+4erimu

+4e4rimå4

+4er2i2n.

+eri4n

+4erin2g

+5e4ring2e1ni

+ering1e

+eringe2n2

+4erino

+4eri4r

+4eris

+4eriz

+3ermi

+3ermo

+2e1r4o

+6ero.

+6erobo

+erob4

+3e4robs2

+6e3ro2c2

+e5ro4e

+e2rof6

+4e3rofo

+6erol4

+6erom4a

+e2rom

+4ero2n

+e4ror

+6e5ro2r.

+ero3re

+4er4o1r4o

+4eros

+6e3ro2t

+e3rou

+4erovi

+e2rov

+e3rov2k6

+3erov4n

+e3rovo

+e3rov4s

+e1ró

+2erö

+5er2ror

+err4o

+5erræn

+er2s3kl4

+e2rs

+ersk6

+ert4e3r4a

+er4t

+ert1e2r

+2e1ru

+4eru.

+4e3rub4

+4eru2d.

+e2rud

+3erudf6

+3erugl4

+4erum

+4e3rune2

+e2ru2n

+e3run1n

+e3ru2p4

+3erupt4i

+4e3rus

+5e4rusu

+4eru4t

+2ervsko

+erv4s

+ervsk6

+2ervst3e

+ervs1t2

+2ervst4o

+2e3r4y4

+2e1ræ

+3eræb4

+3e2ræg2

+4eræk6

+e1rø4

+4e5rød

+2e3røg

+2erøm

+2erør

+4erøs2

+2erøv

+erøve4

+4e1råd

+erå4

+2es

+4e2s.

+e4s2c2

+4es4k.

+esk6

+e1sk4eski

+2es2k2es

+eskesk6

+4eski

+es3kjæ

+eskj4

+4es2ko.

+es1k6o2k6

+4eskr2

+es2ku

+es4kuf6

+es3ku2n

+es2sku

+e2s1s

+essk6

+es2st4a

+esst2

+es2su

+est4

+es2t4a

+es1tab.

+estab4

+es4th

+es3tid4

+est4i

+es3toft

+est4o

+es2tof6

+es4tyk6

+est4y4

+es2tø4

+2e1t4a

+4e5ta.

+4eta4g.

+eta2g

+4eta2k6

+e3taks

+4etal4

+e3ta2n.

+eta4n

+e3ta2nj4

+5e2tan1n

+e3tan4y4

+4eta6r

+4eta2s.

+e3ta4t

+4e1te

+e3t4ed

+e3t1en2

+e3term

+et1e2r

+et2e5r4o

+e2t3e1ru

+e3t1et

+5e4t2e3tu

+e1té

+1e2tg

+e1th

+2e5tha.

+eth4a

+e2thal4

+e3tha2n.

+etha4n

+4e3than4y4

+2e3thas

+et1ha4t

+2e3th4e.

+eth4e

+2e3th2em

+4e3ther

+4e3th2es

+2e3thr

+3e4thv

+1e2thw

+e3th4y4

+4e3t4i

+6etid4

+6etil4

+5e4ti2nf6

+eti4n

+2e1tj4

+3e2tjæ

+2e1t4o

+4eto.

+4e3tof6

+4eto2n

+3e2topk6

+eto2p4

+e3tos

+4e5tow

+2e1tö

+2e1t6r

+e3tr4em

+etre2

+3e2tr2ev

+4etrue

+e3tr4y4

+et2s1ka6r

+e2ts

+etsk6

+etsk4a

+ets1ke

+ets1kil4

+ets1tæ

+etst2

+2e3tu

+3etui

+4e2tu2k6

+4e5tu6r

+2e1tú1

+2e1tv.

+e2tve

+2etw

+4e3t4y4

+2e3tæ

+2e1tø4

+e2t1øl4

+2e1tå4

+e3tåb4

+e3tål4

+e3tår4n

+2eu

+eum2s1

+eumsken3

+eumsk6

+eun1d

+eu2n

+4eu2r.

+eu6r

+4eure

+4eus

+eut1e

+eu4t

+eut3e4r4a

+eut1e2r

+4euv

+2ev

+3eva2k6

+ev4a

+even5di

+ev1en2

+eve2nd

+ev4e4ni4r

+ev3e2ni

+ev3e1nu

+eve5ra2g

+ev1er

+ev2e2r4a

+ev2e5ri

+ev4e1r4o

+4evis

+4evj4

+evs2t2

+ev4s

+4ew

+2e4y4

+2ez

+2eæ

+2eø4

+4eå4

+é1d

+é1e

+é1ri

+è1

+f6

+fad4

+f4a

+fa2ds2

+2f6af6

+fags2t2

+fa2g

+fa4gs

+2fa4n

+fan4gs2

+fan2g

+fante4

+fa2n4t

+2farb4

+fa6r

+fas2

+felt1e

+f2el4

+fem3e1t4a

+f2em

+fem1et

+fe1no

+fen2

+f2e3r4a

+fe4ral4

+fe5ra4t

+fe3rom

+f2e1r4o

+fe3rox

+f2e3ru

+fes2t4

+f2es

+f2e4tu

+1fé

+fig3e2n2

+fi1g1e

+fi1gl4

+2fikmo

+fi2k6

+fi2km

+2fi4n

+fing3e6re2nd

+fin2g

+fing1e

+fing2e1re

+finge3r1en2

+fis2

+2fis2o

+fi2s3s

+2fist4

+2fiu

+fje1n3di

+fj4

+fjen2

+flad4

+fl4

+fl4a

+flads2t2

+fla2ds

+flas2

+fl2e2t6r

+fod1end

+foden2

+foer3

+fo4e

+fons1ki

+fo2n

+fo2n2s

+fonsk6

+fo2ra2k6

+fo1r4a

+fo2r3eks

+fo1re

+for2e4k6

+fo2r5en2

+for4e3ne

+fo3r1et

+fo2r3ev

+fo2rs2

+fo4rud

+fo2rø4

+fr4em

+frem2s2

+fris2

+fro4g2n5

+fr4o

+fro2g

+fs2k4y4

+fsk6

+fte2

+ft5ed2em

+f2t4ed

+f6t1ef6f6

+ftef6

+f4t1e4g.

+fte4g

+f2t1eg1e

+ft1eks

+fte4k6

+ft4em

+ft3e1n4a

+ft1en2

+ft5en2el4

+f2t4e1ne

+ft3e1no

+ft3e1nu

+ft4e2p4

+fte5ra2k6

+ft1e2r

+ft2e3r4a

+ft4e5ra2p4

+ft4e5r1en2

+ft2e1re

+fterudda4n3

+f2t2e1ru

+fte2rud

+fte4ru2dd4

+fterudd4a

+ft2e3t4a

+ft1et

+fts1tu2n

+f2ts

+ftst2

+fug4

+fug5e2n2

+fug1e

+fun5di

+fu2n

+fyn4d

+f4y4

+før3e4ri

+fø4

+før1e2r

+fø2rs2

+4g.

+2gaa4n

+g4a

+ga4a

+2gadm

+2gaf6

+3ga3fi

+3ga1fo

+2gag4t

+ga2g

+2ga2kt

+ga2k6

+g4an3d4a

+ga4n

+gan1dh

+gangs3k6

+gan2g

+gan4gs

+2gan1n

+2g4anp4a

+gan2p4

+2ganv

+2garb4

+ga6r

+gare4

+2g4ar4e4a

+gar3e2r

+gar3et

+2garte

+gar4t

+gas1kr2

+gask6

+gas1term

+gast2

+gast1e2r

+g4as1tr4a

+gast6r

+ga2ts2

+ga4t

+gaus2

+g1e

+g4e2c2

+g2ed2

+g2ef6

+g3ef6f6

+2g3eft

+g2e4g

+g3e4g2n

+g4eh

+g4ei

+2g2ej4

+g2e4k6

+g3eks

+g3elef4a

+g2el4

+gelef6

+g4eli

+g4els2

+gems1t2

+g2em

+gem2s

+ge2n2

+g5e2n.

+g3e2naf6

+g2e1n4a

+ge3nav

+g4e3n2d.

+g4e1n2ds

+ge1n3dv

+g5ene4k6

+g4e1ne

+ge2n6e1r4a

+gen3er

+g5enerh

+g5en2e5ri

+ge3ner4n

+g5en2e1r4o

+ge3ne2t.

+gen3et

+g4e3ni.

+g2e1ni

+g4e3ni2k6

+ge4nil4

+g3enio

+g4e4niu

+g4e3niv

+g2e3nol4

+g4e3nom

+ge5nome

+g5eno2p4

+g2e3nor

+g4e3no2t

+g4e1nov

+g5enove

+ge3num

+g2enu

+g4e3nus

+g2e3næ

+g5e2r.

+g3e4raf6

+g2e1r4a

+g3e6ra2g

+g3era2k6

+g4eram

+g4e3ra2p4

+g3e2ra6r

+g4eras

+ger2ef6

+g2e1re

+g3ere4k6

+g3er2el4

+ger4em

+g3e4r5emb4

+g3e6render

+ge3r1en2

+ge5re2nd

+gere4n1de

+ge2r4e2ne

+g3e4r5e3n3er

+g3e4renh

+g4ere2n2s

+g5e4rens4e

+g4e2re2r.

+ger1e2r

+g3ererf6

+g5e2r4e3t4a

+g4er1et

+g4e5rig

+g2e3ri

+ge4ri2k6

+g3e4rind2

+geri4n

+g3e4ri2n2s2

+g5er4n

+g4e1r4o

+g6erod

+g5e2ro2p4

+g5e4ror

+g6e3rou

+g5e2rs

+gers1ki

+gersk6

+g3e2rud

+g2e1ru

+gerudda4n2

+ge4ru2dd4

+gerudd4a

+ge2rø4

+g2e3røv

+g4es

+ges1kor

+gesk6

+ges2t6r

+gest4

+g5e2t.

+ge2th

+ge5ti4n

+g4e3t4i

+ge4ti2p4

+g4e1tj4

+g4e2to2n

+g2e1t4o

+ge3træ

+g2e1t6r

+ge2ts2

+ge1tvi

+g4eu

+g4ev

+1gé

+gfo2

+gf6

+gføre4

+gfø4

+g2g

+gg3e2ra4n

+gg1e

+gg2e1r4a

+gg5e1r4o

+gg4e1ru

+gg5e2ru2n

+gg4es2

+4gh

+gi1gl4

+2gind2

+gi4n

+gin2d4r

+2gi2n2s

+2gi2n4t

+gis2k6

+gis2t4

+gist5er2ed

+gis2t2e3re

+gist1e2r

+gitte4

+gi2t

+gi2t2t

+giv3e4r4a

+giv1er

+2gj4a

+gj4

+2gjæ

+g2k6

+2glad

+gl4

+gl4a

+glas1k6

+glas1t2

+glas3t4i

+gle3ra2p4

+gl2e1r4a

+gl2es2

+1gles2i

+1glio

+glitte4

+gli2t

+gli2t2t

+1glo

+glom4

+2glov

+glu4t3

+2glyt

+gl4y4

+4g2n

+gnave4

+gn4a

+gn3d

+gn1e2r

+gneras2

+g2n4e1r4a

+gn2e5t4a

+gn1et

+gn3e1tj4

+gnis2

+gn2s1kæ

+g2n2s

+gnsk6

+gns1t2

+gns2t4a

+gns2tæ

+g4o

+2gof6f6

+gof6

+gofre2

+2gom4r

+2go2p4

+go5r4a

+2gordf6

+2gor2g

+go3r4o

+go1ræ

+gos2

+g4r

+2gra2c2

+gr4a

+2gre2

+4gr4e.

+3gr4e4a

+gr4e3n4a

+gr1en2

+4grend

+grepare4

+gr2e2p4

+grep4a

+grepa6r

+g2res1k6

+gr2es

+gr2e3th

+gr1et

+3gr4ew

+2gro2k6

+gr4o

+2grug

+2g2rul4

+grus1t2

+2gru4t

+2gr4y4

+2grø4

+2grå4

+4gs

+gs2e5ri

+gs4e

+gs2es2

+gs1k6

+g2s3kl4

+gs3kræv

+gskr2

+gs3ku6r

+gs3kv

+gs2kær

+g2skæ

+gs2kå4

+gsov3

+gs2o

+g2s1s2

+gs3s2c2

+gs2sko

+gssk6

+gs3s2n

+gs2su

+gs1t2

+gs2te

+gs3te4g

+gs3te4k6

+gs3t4el4

+gs3tend

+gst1en2

+gs3t4eo

+gs3term

+gst1e2r

+gs3t3err

+gs3thu

+gs3tid4

+gst4i

+gs3ti4n

+gs3ti2p4

+gs3ti2t

+gs2to2n.

+gst4o

+gsto2n

+gs3tov

+gs3t4raf6

+gst6r

+gstr4a

+g4t

+g2t1ej4

+gt2ekst4

+gte4k6

+gt3eli2t

+g4teli

+gt2el4

+gt3e3r4a

+gt1e2r

+gt4eras

+gter3ef6

+gt2e1re

+gt3er2ev

+gt3eri4n

+gt2e3ri

+gt3e3r4o

+gterras2

+gt3err

+gterr4a

+g2t5e1ru

+gt5e3t4i

+gt1et

+gt3eve

+g2t2ev

+gts1kil4

+g2ts

+gtsk6

+gts1kr2

+gts1ku

+gts3kuf6

+gts2t4em

+gts1te

+gtst2

+gts1to2p4

+gtst4o

+2gud

+gul2ds4

+gul4

+gulv1e3n2

+gulve2

+gus2

+2gv

+gve2

+gv1en4

+gv2e3re

+gv1er

+2gyd

+g4y4

+2gæb4

+2gænd

+gæs4

+2gøk6

+gø4

+2gån

+gå4

+2h.

+han1eke

+h4a

+ha4n

+hane4k6

+2ha6r

+har4et

+h4e

+heds3k6

+h2ed

+he2ds

+heds1t2

+heds3te

+heds3tu

+heis2

+h2ei

+he1no

+hen2

+h2e2nov

+he1nu6r

+h2enu

+he3ra4n

+h2e1r4a

+he3ra6r

+he3r1e4r

+h2e1re

+he4rib4

+h2e3ri

+h4e4rig

+he4ri2s.

+h4eris

+he3rom

+h2e1r4o

+h4e3ros

+he3rul4

+h2e1ru

+h4e3te

+hev4en2

+h2ev

+hé1m

+h1g

+h1h

+hie2n2

+hi4e

+hi1g1e2

+hin4gs4

+hi4n

+hin2g

+hi2n2s2

+his2

+hi2s3t4es

+hist4

+h2k6

+hlo5r4o

+hl4

+hm1et

+ho4gs3

+ho2g

+holds3t6r

+hol4

+hol2ds

+holdst2

+homas3

+hom4a

+ho3r4a

+ho3re

+ho3r4o

+ho1ru

+ho3ru2n

+ho3rø4

+hous1t2

+hras1t2

+hr4a

+hris2

+hs1ta2g

+hst2

+hst4a

+h2t

+ht3er1e4g

+ht1e2r

+ht2e1re

+ht3er2ev

+ht3e3ri

+ht3e3r4o

+humm3e2r

+humme4

+hus3k4a

+husk6

+hus1t2

+hus2to2n

+hust4o

+hü2

+hv3ed4e.

+hv2ed

+hv3ed2em

+hv3ejs

+hvej4

+hv3em

+hv1e4r

+hv3e2r4a

+hvo2

+hype2

+h4y4

+hy2p4

+hy2ts3

+hæv2n2s1

+hæv4n

+højs4

+hø4

+høj4

+hår3el4

+hå4

+håre2

+iane6

+i4a

+ia4n

+ian3e1r4o

+ian1er

+ib2e3r4o

+ib4

+ibs3k4a

+ibs1k6

+ibs3t4i

+ibs1t2

+ice2rs1

+i2c2

+icus3

+id4

+ida2n4t1

+id4a

+ida4n

+ide2no

+iden2

+ide3r4el4

+id2e1re

+ide3r2es

+id2e3r4o

+id2e3ru

+ids1k6

+i2ds

+ids1t4a

+idst2

+ids1t4em

+idte4

+i2d2t

+idt3e2r

+idt5e1re

+i4e

+iebs2

+i4eb4

+i2ed2

+ieforure4

+i4efo

+ief6

+iefo2ru6r

+ie3n3er

+ien2

+i4e1ne

+ie2n5e1r4a

+ient1e

+ie2n4t

+i2e1nu

+i2e3r4a

+ie5raf6

+ier1ej4

+i2e1re

+ie3r4el4

+ie5r1en2

+ier1e4r

+ie3r4es

+i2e3r4o

+ie2rs2

+ier1sk6

+ie3ru2n

+i2e1ru

+i4e3te2

+i2e3t4o

+ie2tri2c2

+i2e1t6r

+i1g4a

+igare4

+iga6r

+i1g1e

+i2g3ej4

+ige3ra4n

+ig2e1r4a

+ige2r1e2r

+ig2e1re

+ig3e4r1ind2

+ig2e3ri

+igeri4n

+ig3e1ru

+igg4e1ru

+ig2g

+igg1e

+i5ghi

+i4gh

+i1gi

+i1gj4

+i1gl4a

+igl4

+i1gl4y4

+ign3e1ru

+i4g2n

+ign1e2r

+ign3e1t6r

+ign1et

+ig2n2s2

+i1g4o

+i1g4r

+igr1e4n2

+i2gre2

+igs3t1e2r

+i4gs

+igs1t2

+igs2te

+i1gu

+i1g4y4

+i1gæ

+i1gø4

+i1gå4

+ijs2

+ij4

+i2k6

+iker3e2r

+i2k2e1re

+iks2t4i

+ikst2

+iks1t4o

+iku2n1

+ile2rø4

+il4

+ile4th

+ilforske4

+ilf6

+ilfo2rs2

+ilforsk6

+ilis2

+ilm3ev

+ils2k6

+ilt3e4r

+im4e5r1et

+im1e2r

+im4e4re

+imes1k6

+im2es

+i4n

+2i2n.

+inans3k6

+i2na2n2s

+in4a

+ina4n

+ind2

+in2da2g

+in1d4a

+in4dim

+in3di

+in5dof6

+in3do

+in1d4r

+in3dr4e.

+in3dr2es

+in2droo

+indr4o

+in3dræ

+in3drå4

+inds2k6

+in2ds

+in4dv

+in5dø.

+in3dø4

+i4n3emb4

+in2em

+in3e6r4o

+in1er

+in2e4ru

+in3e2rud

+ing2e3ru

+in2g

+ing1e

+ing3e4rø4

+inis4

+ins1kj4

+i2n2s

+insk6

+in2s1kæ

+int3e2t

+i2n4t

+iols2

+iol4

+ion3em

+io2n

+io2n5e1r4a

+ion1er

+ion1e2t

+ions3k4a

+io2n2s

+ionsk6

+ions1ki

+ions1t2

+ions3tol4

+ionst4o

+io3r2e4k6

+io1re

+io3rom

+io1r4o

+io1rå4

+ios2

+i4r

+i2r3e2dd4

+ir2ed

+irs1kj4

+i2rs

+irsk6

+isdom2s1

+isels2

+is4e

+is2el4

+is2es2

+is1k4a

+isk6

+is1kr2

+i2s1kæ

+is2kø4

+ist4

+is1ta2g

+ist4a

+is1ta2p4

+is2ta4t

+is1tje

+istj4

+is2tom

+ist4o

+is2tru

+ist6r

+is1tun2n

+istu2n

+is1tyd

+ist4y4

+is1tæ

+is1tøj4

+istø4

+i2t

+itat1e

+it4a

+ita4t

+i2t1ej4

+it2e5r4a

+it1e2r

+it3e3r4o

+i2t3e1ru

+i2ti3g

+it4i

+its3tyk6

+i2ts

+itst2

+itst4y4

+itt3eral4

+i2t2t

+itt1e2r

+itt2e3r4a

+iums1k6

+ium2s

+ius1

+iv1eg1e

+ive4g

+iv1e4g2n

+iv4el4

+iv1e2n2

+iv4e3ne

+iv3e1no

+iv2e4r4a

+iv1er

+iv4e1re

+iv5e2r3e2d.

+iver2ed

+iv5er2el4

+iv3e1ru

+ivin4gs2

+ivi4n

+ivin2g

+ivne2

+iv4n

+ivs1kil4

+iv4s

+ivsk6

+ivs1t2

+ivs2til4

+ivs1t4i

+í1l4

+j4

+jae4

+j4a

+jag3e1re

+ja2g

+jag1e

+jdamm5

+jd4a

+jd2e4r4a

+jds3k6

+j2ds

+jds1t2

+j2e2n4a

+jen2

+jen4domst6

+jen3do

+jendom2s

+j4e1ne6

+je2ne4k6

+je3n3er

+je2no

+j2e3nor

+j2e1nu

+je2rad

+j2e1r4a

+je3ra4n

+je5ras

+je3rom

+j2e1r4o

+je2rø4

+je1rå4

+j4e3te

+j4e5t4i

+j2e5t4o

+je3tr4o

+j2e1t6r

+jle2r2ev

+jl4

+jl2e1re

+j4ls1kj4

+jlsk6

+jne2

+j2n5e1r4a

+jn1er

+jn5er2el4

+jn4e2re

+jone2

+jo2n

+jon1e4t

+jo3r4a

+jord4en2

+jo3ru

+jó1

+jr2e3r4a

+jr1e2r

+jrs1te

+j2rs

+jrst2

+jrs1t4i

+jrs1t6r

+js2e4e7

+js4e

+js2es2

+js1k4a

+jsk6

+js1ke

+js1kos

+js1kr2

+js1ku

+js1kø4

+js2st2

+j2s1s

+js1tas

+jst2

+jst4a

+js1t4el4

+js1t2e2p4

+js1t1e2r

+js3t4i

+js4til4

+js1t4o

+js1tr4a

+jst6r

+js1tr4o

+js1tu

+js1tæn

+jt3els

+jt2el4

+jt2e4ni

+jt1en2

+jug4

+juge3n2

+jug1e

+jug3e4ri

+juls1t2

+jul4

+jus2

+juv4

+jys2

+j4y4

+jæg3

+k6

+4k.

+4ka.

+k4a

+2kab4

+3k4ab4a

+3kabi

+3kabl4

+kabs3t2

+2kad

+4kader

+2kaft

+kaf6

+k4ag4e1r4a

+ka2g

+kag1e

+2kag4t

+1kah

+1kaje

+kaj4

+2kal.

+kal4

+2k4al4a

+1kalej4

+1kalib4

+4kal4l4

+4kam.

+2kaml4

+2kamm2el4

+2kam2s

+2k4an1d4a

+ka4n

+kan5di

+kan3e3ri

+kan1er

+2kan1n

+kan4ni4n

+kan3ni

+1kano

+kaos1

+4kap.

+ka2p4

+3ka2p4p4

+1k4ar4a

+ka6r

+3kar2g

+1k6ari2k6

+2kario

+1karm

+2kar2n.

+kar4n

+1kar4t

+2ka2s.

+2ka2t.

+ka4t

+3k4at4a

+2kat4i

+2ka2ts

+2ka2t2t

+3k6au2k6

+2k2c2

+2k4e.

+ked1e4g

+k2ed

+ked2en2

+1kedl4

+k6eds1k6

+ke2ds

+keds1t2

+2k2e4e

+3ke2e2p4

+1ke4g.

+ke4g

+1kegl4

+keglas2

+kegl4a

+2k6e4k6

+2kem4a

+k2em

+4ke2n.

+ken2

+k2e2n4a

+ke3na4n

+ke3nav

+2k4e1ne

+ke2n2el4

+ke3nel4l4

+ke1no

+ke2n2s2

+ke1num

+k2enu

+2k2e2p4

+2k2e1re

+kern4e1t4a

+ker4n

+kern1et

+ke3rude

+k2e1ru

+ke2rud

+ke3rul4

+2k2es

+kes1kj4

+kesk6

+kes3tal4

+kest4

+kes2t4a

+1ket2c2

+k4e3te

+ket2e1r3e

+ket1e2r

+ket3er2ed

+ke2th

+ke2ts2

+1ketsj4

+ke4tud

+k2e3tu

+ke1tv4a

+k2e3tå4

+1k2ez

+2kf6

+2kh

+2ki4a

+2kib4

+kibs3t2

+2kid4

+ki2d2t4

+4kif6

+4kij4

+1kiks

+k6i2k6

+2kilt

+kil4

+2kim

+2kind2

+ki4n

+1kin1et

+2kin1n

+1kio

+2kiol4

+3kir2c2

+ki4r

+2kit4o

+ki2t

+2kiv

+2kj4a

+kj4

+2kjold

+kjol4

+2kjor

+2kju

+1kjæ

+2kjæl4

+2k6k6

+kke3ra4n

+kk2e1r4a

+kke3ru2n

+kk2e1ru

+2kla4n

+kl4

+kl4a

+2kle

+2klib4

+2klig

+2kluf6

+2klyd

+kl4y4

+2klær

+2klæs

+2kløs

+klø4

+2km

+2knav

+kn4a

+2kni4n

+2knor

+knus2

+2ko.

+3kob4a

+kob4

+2ko2d.

+2ko2dd4

+1kode

+2kodo

+2ko4e.

+ko4e

+2ko2ed

+2koet

+2ko4g.

+ko2g

+2kog4a

+2kog4r

+2koi

+2koj4

+2koks

+k6o2k6

+2kol4a

+kol4

+2kole

+2koli

+3kolo2n

+2kom4a

+kom3e2t4a

+kom1e1th

+2kom4r

+2komu

+kon3e1t4a

+ko2n

+kon1et

+4kon4y4

+4konæ

+1koo

+ko5r4a

+ko6ra6r

+kord1erst2

+korde2rs

+ko3re2

+ko5ri

+korne4

+kor4n

+2korpe

+kor2p4

+2korpi

+1korr

+2korst2

+ko2rs

+ko3ru

+ko2rø4

+2ko2s.

+1kos4a

+kos1kyl4

+kosk6

+kosk4y4

+kote4

+ko2t

+2kou

+2kov

+kov3el4

+kov3ev

+2kow

+kr2

+2krab4

+kr4a

+2kral4

+2kramm

+3krani

+k2ra4n

+2k6ran2k6

+2k2ra2p4

+1kr4eb4

+2kre2d.

+kr2ed

+2k2re2dd4

+2krede

+kr4em

+kr3en2

+k2r4e1ni

+kr3e2r

+2kr1et

+2kr2ev

+2krib4

+2krid4

+2krif6

+kri4g4r

+1krim

+2kr2i2n.

+kri4n

+2krine

+2kri2p4

+3krite

+kri2t

+2kriv

+1kro4e

+kr4o

+1k2ro2p4

+2kro2t

+2kru

+3k6ru2k6

+3krumm

+3krum2t

+1kr4y4

+2kræd

+2k6ræk6

+2k2ræl4

+2kræm2t

+2kræ2n4t

+2k2røg

+krø4

+1krøs2

+2krå4

+ks2e2rør

+ks4e

+kse1rø4

+ks2es2

+ks1k4a

+k6sk6

+ks1ken2

+ks1kild

+kskil4

+ks1ki2t

+k2s3kl4

+ks1kor

+ks1kr2

+k2s1kæ

+ks1kø4

+k2s1s2

+ks1tal4

+kst2

+kst4a

+ks1ta2n4t

+ksta4n

+ks1tas

+ks1t4em

+ks1t2e3ri

+kst1e2r

+kst3er2n.

+kster4n

+ks1t3err

+ks1t3et

+ks1t4i

+ks3tid4

+ks1tj4

+ks1torv

+kst4o

+ks4tre2

+kst6r

+ks1tu

+ks2tu2n

+kstur1e

+ks1tu6r

+ks1t4y4

+ks3tyv

+kstyve4

+ks1tøj4

+kstø4

+2kt

+kt3e2p4

+kt3e3r4a

+kt1e2r

+kt3er1e4g

+kt2e1re

+kte4ri4n

+kt2e3ri

+kt3e4ri2n2s2

+kt3e3r4o

+kts1tr4a2

+k2ts

+ktst2

+ktst6r

+4kud

+4kue

+2kuf6

+1kug

+kuke3

+k6u2k6

+1kuli

+kul4

+2kul2p4

+1kult

+2kum.

+kun3d4r

+ku2n

+1ku2p4

+2ku2r.

+ku6r

+2kure

+2k6ur4k6

+k6urs1k6

+ku2rs

+kus1te

+kust2

+kus3t6r

+kvan2ds1

+kv4a

+kva4n

+2kvä

+2kve

+2kvu

+2kvæ

+3kvæg2

+2kvå4

+2ky.

+k4y4

+2kyd

+4kye

+2kyg

+2kyld2

+kyl4

+2kylle

+kyll4

+1kyr

+3k6yr4k6

+k6ys2k6

+1ky2s1s

+kys2t2

+2kyt

+3kæbe

+kæb4

+1kæd

+2kæf6

+2kæg2

+2kæl.

+kæl4

+kæls2

+2kælv

+2kæm2t

+2kæn

+2kæri

+2kærm

+2kæv

+kæv4s2

+1kø.

+kø4

+1køe

+2køg

+2køj4

+1k6øk6

+2køl.

+køl4

+køls2

+køns1t4

+kø2n2s

+2kø2n4t

+2kø2r.

+kør1eg1e

+køre4g

+2kør4t

+2køt

+1kåd

+kå4

+2kån

+2kår

+3kåri

+l4

+laas1

+l4a

+la4a

+lad1ej4

+lad3eve

+lad2ev

+lads4t4i

+la2ds

+ladst2

+lan3dri

+la4n

+lan1d4r

+lan3e1t6r

+lan1et

+lan4gs2

+lan2g

+laos2

+lar1e4g2n

+la6r

+lare4g

+lar3ev

+l4as1k4a

+lask6

+las1ko

+lat4es1

+la4t

+lave2n4e.

+lav1en2

+lav4e1ne

+lav2n2s1

+lav4n

+l5á

+lda4t3

+ld4a

+ld1e4g2n

+lde4g

+ld1eks

+lde4k6

+ld3elsk6

+l4d2el4

+lde2n2s2

+lden2

+ld3erob4

+ld2e1r4o

+l4de3rul4

+ld2e1ru

+ld3eu6r

+ld2eu

+lds1ker

+l2ds

+ldsk6

+lds1te4k6

+ldst2

+lds1t6r

+lear5en2

+l4e4a

+lea6r

+leks1t2

+le4k6

+lelære6

+l4el4

+l4elæ

+lems1kr2

+l2em

+lem2s

+lemsk6

+l2e3ni

+len2

+le1no

+l2e1nu

+le2r4a4a

+l2e1r4a

+le3ra4n

+lera2n2s1

+ler3epi

+l2e1re

+ler2e2p4

+le3r1e2r

+le3r2es

+le3rom

+l2e1r4o

+le5ror

+l2e3ru

+le1råb4

+lerå4

+les1kor

+l2es

+lesk6

+les3ku6r

+les2ku

+les1køn

+leskø4

+lesov3

+les2o

+les3sk6

+le2s1s

+les1te4k6

+lest4

+les1træk6

+lest6r

+l4e3tal4

+l2e1t4a

+le3tan2g

+leta4n

+le3t4e.

+l4e1te

+l4et4el4

+le3t1e2r

+le2th

+le2tre2

+l2e1t6r

+le2ts2

+le1tw4a

+l2etw

+l2e3tå4

+lfs1k6

+lf6

+lfsv3

+lgas1k6

+lg4a

+lg3e1n4a

+lg1e

+lge2n2

+lg3e1ni

+lg3er2ef6

+lg2e1re

+lg3er1e2r

+lg2e6ri

+lg3erid4

+lg4e7ri4e

+lg5e1r4o

+lg3e1ru

+l2gre4

+lg4r

+li2gid4

+li1gi

+l4i2gl4

+li2grum

+li1g4r

+ligs2t2

+li4gs

+li2gu2n

+li1gu

+liks1t2

+li2k6

+lin2ds4

+li4n

+lind2

+lis2t4

+ljs4

+lj4

+lk2e3t4a

+lk6

+lks1ko

+lksk6

+lks1t4a

+lkst2

+lled3e3ri

+l4l4

+ll2ed

+lle2ds2

+lles1kør

+ll2es

+llesk6

+lleskø4

+lles1tim

+llest4

+llest4i

+lles1tr4a

+llest6r

+lle1tv

+llit1e

+lli2t

+lls2

+lls3tor

+llst2

+llst4o

+lm3els

+l4m2el4

+lm1e2n2

+lm4e3ne

+lm5e4n2eu

+lm3e1ni

+lm4e2rud

+lm1e2r

+lm3e1ru

+lme5ru2ds

+lms1t4o

+lm2s

+lmst2

+lne2

+loklas2

+lo2k6

+lokl4

+lokl4a

+lo3r4a

+lo3re2

+lo4r3e4k6

+lo5r3en2

+lo5ri

+lo3r4o

+lo2rs1

+lo3r4y4

+lple2

+l2p4

+lpl4

+lps1k6

+lps1t2

+lros1

+lr4o

+lsam1e

+ls4a

+lses1k6

+ls4e

+ls2es

+lses3t4

+ls3kabi

+lsk6

+ls2kab4

+lsk4a

+l4s1kal4

+l2s3kam

+lskamme6

+ls1ka4n

+ls1ko2p4

+ls1kor

+ls1kos

+ls1kr2

+ls2kro2g

+lskr4o

+l4s1kul4

+l2s1s4

+ls2ski

+lssk6

+ls1ta2k6

+lst2

+lst4a

+l4s1tal4

+ls1tat4o

+lsta4t

+ls1te4g

+lst3en1n

+lst1en2

+l2s1t4es

+ls1ti2t

+lst4i

+ls1tj4

+ls3tjæ

+ls3tolk6

+lst4o

+lstol4

+ls1tr4a

+lst6r

+ls3tr4em

+ls2tre2

+ls1trå4

+ls1tøj4

+lstø4

+lt1eks2p4

+lte4k6

+lt1ekst6r

+ltekst4

+lt3els

+l4t2el4

+lt3epi

+lt2e2p4

+lt1e4r

+lte5ra4t

+lt2e3r4a

+lt3ere4g

+lt2e1re

+lt4e5r1en2

+lt3e3ræ

+lto3r4a

+lt4o

+l2ts2

+lts3kis

+ltsk6

+lts3k4y4

+lts3tu

+ltst2

+lun5di

+lu2n

+lups1t2

+lu2p4

+lus1t4i

+lust2

+l4v3el4l4

+l4v2el4

+lv3emb4

+lv2em

+lv3e2r4a

+lv1er

+lv3er2e4k6

+lv2e1re

+lv5erig

+lv2e3ri

+lv2e3ru

+lv2e3rø4

+lv3ev4a

+lv2ev

+lv4s2

+lyks3

+l4y4

+lyk6

+ly2n2s2

+l4ys1kil4

+lysk6

+lys3te4k6

+lys2te

+lyst2

+lys1t2e3r4a

+lyst1e2r

+lys1tr2e4k6

+lys2tre2

+lyst6r

+læ2n2s1

+løs1te4k6

+lø4

+løst4

+mad3els

+m4a

+mad2el4

+mads2t6r

+ma2ds

+madst2

+mals2

+mal4

+man5do

+ma4n

+mas2k6

+mas2t4

+mat5e2s1s

+ma4t

+mat4es

+ma2ts2

+m1ef6f6

+mef6

+m2eg4a

+me4g

+m1e4g2n

+m1eks

+me4k6

+m1en2

+m4e4na.

+m2e1n4a

+m4e4na4t

+m5e2n3ed

+m4e1ne

+men3eu6r

+men2eu

+m2eno

+mens1te

+me2n2s

+menst2

+m2e1nu

+men3ve2d.

+menve2

+menv2ed

+m1e2r

+m2e3r4a

+me5rab4

+me4rad

+m3e4raf6

+m3e4ra2g

+m3era2k6

+m4e2ra4n

+me5ra2n2s

+m3e4rarb4

+me2ra6r

+m4e5ra4t

+m4e4re

+m5e4r1eft

+meref6

+merejen4

+me2reje

+merej4

+m5er2em

+m6eren2s.

+me3r1en2

+mere2n2s

+m5erens4e

+mer3ev1en2

+mer2ev

+m3e4r1im2p4

+m2e3ri

+me4riu

+m4e3rob4

+m2e1r4o

+m6e3rol4

+m4e3ro2n

+m3er2ö

+m3e1ru

+m4e2rul4

+m4e5rum

+m4e4ru2p4

+m4e4rus

+m4e3r4y4

+me4ryt

+m3eræn

+m2e1ræ

+me3rær

+me3ræs

+m1e2t.

+me3tad

+m2e1t4a

+meta4n3

+me4tav

+m1et2c2

+m4e1te4

+met3e3r4a

+met1e2r

+met3er2es

+met2e1re

+m1e2tf6

+m1e2thl4

+me1th

+me3thu

+m1e2t2k6

+m1e2tl4

+m1e2tm

+m1e2t4n

+m3e2tov

+m2e1t4o

+m1e2t2p4

+m2e3t6r

+me5trå4

+m1e2ts

+m1e2t2t

+m3etw

+m1etz

+mé2

+mi3g4o

+mi3g4r

+mi2s3kl4

+misk6

+mis3til4

+mist4

+mist4i

+mis1t4o

+mis1t6r

+mis1tv

+mis3tyk6

+mist4y4

+m2k6

+mm3e1n4a

+mm1en2

+mm3eno

+mm5eren2g

+mm1e2r

+mm4e4re

+mme3r1en2

+mm3e1r4o

+mm1et

+mm2e2t4a

+mod1eks

+mode4k6

+monst4

+mo2n

+mo2n2s

+mo3r4a

+mo3re

+mo4rele

+mor2el4

+mor2g3

+mo5ri4n

+mo1ri

+mo3r4o

+morte4

+mor4t

+mo3ru6r

+mo1ræ

+mpa4t2

+m2p4

+mp4a

+mp2e5r4o

+mpu4t3

+m4r

+mre4

+mr3e1r4a

+mr1e2r

+m2s

+ms2e5ri

+ms4e

+ms1kis

+msk6

+m2s3kl4

+ms1kn

+ms1ko

+ms3kor

+ms1kræ

+mskr2

+ms3kv

+ms1ta2g

+mst2

+mst4a

+ms1tal4

+ms1tas

+ms1t4e4a

+ms1te4g

+ms1tils

+mst4i

+mstil4

+ms1tim

+m2s1to2g

+mst4o

+ms1tr4a

+mst6r

+ms1t2ro2p4

+mstr4o

+ms1træ

+ms1tu2n

+ms1tæk6

+ms2tå4

+m2t

+mts1k6

+m2ts

+muco6

+mu2c2

+mum2s1

+mun1dr5e2t.

+mu2n

+mund4r

+mundr1et

+mure4

+mu6r

+mus2k6

+mve2

+m2w

+my2n2s2

+m4y4

+mø2n2s2

+mø4

+mås2

+må4

+2n.

+2n4a4a

+n4a

+3naad

+3naal4

+2na2d.

+nade2n2

+2na2ds

+2naf6

+2nag4t

+na2g

+2naks

+na2k6

+2na2kt

+naktive2

+nakt4i

+nak2tiv

+2nakv

+2nald

+nal4

+2nal4l4

+nals2

+2nam2p4

+3nam2t

+2n4an4a

+na4n

+nanas1t2

+2na2nf6

+3na2nj4

+2na2nl4

+3nan1n

+2na2n2s

+2narb4

+na6r

+2narki

+nar4k6

+2narm.

+2nar4t

+nas3ku

+nask6

+4nas2p4

+4na2s1s

+nat1e

+na4t

+4natom

+nat4o

+2na2t2t

+4natt6r

+nave2

+n1d4a

+n3dah

+4n1de

+n2d3eft

+ndef6

+ndelen3d

+nd2el4

+ndelen2

+n2d1en4g.

+nden2

+nden2g

+nde2ni.

+nd2e1ni

+nde2no

+nder3est4

+nd2e1re

+nder2es

+nd4et

+n1dé

+n3di

+2ndl2e1t4o

+ndl4

+n3do

+1n4do4gs

+n2do2g

+ndo1r3e

+n1dó

+n3dra.

+nd4r

+ndr4a

+n5d2ra2g

+n3dreg4r

+n2dre4g

+n3dr4e2p4

+ndr3e2r

+ndr5er4el4

+ndr4e4re

+n3dri2k6

+n3dros2l4

+ndr4o

+n3drue

+n3dru2p4

+n2dræ

+n3dræb4

+nds1kal4

+n2ds

+ndsk6

+ndsk4a

+nds1køn1n

+ndskø4

+ndsov1er3

+ndsov3

+nds2o

+ndsove4

+nds1ta2g

+ndst2

+ndst4a

+nds1to2n

+ndst4o

+nds1tri

+ndst6r

+nds1tæn

+ndte4

+n2d2t

+n1du

+n3d4y4

+n1dæ

+n3dø4

+n1dås

+ndå4

+n3e2dd4

+n2ed

+ned3e1r4o

+2n1ef6f6

+nef6

+4n1eft

+n1ege2n2s

+ne4g

+neg3e2n2

+neg1e

+n1e4g2n

+nejen4

+nej4

+4n3eks

+ne4k6

+neks1t2

+6ne2kt

+2n3elef6

+n2el4

+4neli2t

+4nemb4

+n2em

+2nements1tj4

+nem1en2

+neme2n4t

+nemen2ts

+nementst2

+4n4emn

+nem2s2

+n1e2n2

+ne3na2k6

+n2e1n4a

+n3enal4

+4nenav

+nen4d

+4nenh

+n2eno

+nens1t2

+ne2n2s

+4n2enu

+n2e3n4y4

+n2e4næ

+n2enå4

+neps1

+n2e2p4

+n1er

+n3e2r.

+2n4e1r4a

+ne3r4a4a

+ne2ra2c2

+n5e4ra2g

+n5e2ra4n

+ne3ra2p4

+n4e2re

+n5ere4k6

+n3er2el4

+n5e2r3ele

+n5e2r3els

+n4e3r1et

+n5er3ev

+3ner2g

+n4e7ri.

+n2e3ri

+n4e7ri4e

+ne5rim

+n3e4rind2

+neri4n

+n4e7ris

+ne4riv

+ne7rob4

+n2e1r4o

+n3e4ror

+n3e3rou

+ne5rov

+ne2roz

+n4e3ru2d.

+n2e1ru

+ne2rud

+n4e2rum

+ne3ru2n

+2n4e3rus

+n3e2ræ

+n2e2røm

+ne1rø4

+n2es2

+neska4n4

+nesk6

+nesk4a

+nes3s4e

+ne2s1s

+ness1t2

+n1et

+2neta2g

+n2e1t4a

+n4e2ta2k6

+n4eta4n

+ne2tan2k6

+ne4tav

+ne3t4e.

+n4e1te

+n5e4tenh

+ne3t1en2

+ne2t4es

+ne2th

+3ne2t2h.

+2n2e1t4o

+n4e2to.

+ne2trad

+n2e1t6r

+netr4a

+netrus2

+nette2

+ne2t2t

+4n2e3tu

+n3e2tud

+n4e4t4y4

+n4e3tæ

+ne4tæ2p4

+n4e1tø4

+5n4euv

+n2eu

+ném1

+3nè1

+2nf6

+nfølg3

+nfø4

+nføl4

+n2g

+ng3e2dd4

+ng1e

+ng2ed2

+ng4e1ne2

+nge2n2

+nge3n3et

+ng4e2ram

+ng2e1r4a

+nge3rand

+nge2ra4n

+nge3rej4

+ng2e1re

+ng3e3r4el4

+ng2e4ri

+ng3erid4

+ng5e1r4o

+ng2etv

+ng5ev4n

+ng4ev

+ngr4e3n2d.

+ng4r

+n2gre2

+n4grend

+ngr1en2

+ngs3kab4

+n4gs

+ngs1k6

+ngsk4a

+ngs3t4em

+ngs1t2

+ngs2te

+ng2s3t4es

+ngs3tæn

+nheds3t2

+nh4e

+nh2ed

+nhe2ds

+2nid4a

+nid4

+nid5e2p4

+ni2e4r4a

+ni4e

+2nif6

+4nig2g

+nigg1e2

+ni3g4r

+3nij4

+4nikø4

+ni2k6

+4nild

+nil4

+2nimo

+2nim2p4

+2nind2

+ni4n

+nin2d4r

+2ni2nf6

+nings3t2

+nin2g

+nin4gs

+2ni2n4t

+2ninve2

+4nis1ken2

+nisk6

+nist6

+nis2te

+4nist6r

+nits1t2

+ni2t

+ni2ts

+2nivo

+3niø4

+2nj4

+n2k6

+nk2e3ru

+nks2

+nks3tr4a

+nkst2

+nkst6r

+nkte4

+n2kt

+2nl4

+2nm

+n1n

+n3n4a

+nn4ed

+nn4e4k6

+n2nelse2rs

+nn2el4

+nn4els4e

+n3n1e2n2

+n3n1er

+n4n4e1r4a

+nn3e1r4o

+n4ne1rø4

+n3ni

+nnis1t6

+n3no

+nns1th

+n2n2s

+nnst2

+nns2tras2

+nnst6r

+nnstr4a

+n3n4y4

+n3næ

+n3nø4

+3no4a

+1nod

+nog3e1ni

+no2g

+nog1e

+noge2n2

+3nog4r

+1noh

+1noi

+2nold

+nol4

+2noli4e

+nomis4

+3nomm

+3nomo

+2nom4r

+4nom2t

+4nonc2ev

+no2n

+non2c2

+2nond4

+3non1n

+1noo

+1nop4a

+no2p4

+2noper

+2nopg

+no5r4a

+2nord

+nor2ds2

+no3re

+2nor2g

+no2rs2

+no1ru

+no3rær

+2nost4

+2nosu

+1no2t

+1nou

+1nov

+3nov4a

+3nov6es2

+2nov4n

+2no4y4

+npis4

+n2p4

+2n2s

+ns4kab4

+nsk6

+nsk4a

+ns1ke2ds

+nsk2ed

+ns1k2em

+nske2rø4

+ns3ki4r

+ns3kjæ

+nskj4

+ns1ko

+ns3kom

+ns3kor4t

+ns1kr2

+ns3krav

+ns1kr4a

+ns2krø4

+ns3ku4t

+ns1kyn

+nsk4y4

+ns1kø4

+ns3køn

+nso6renh

+ns2o

+nso5r3en2

+nso1re

+nss2k6

+n2s1s

+ns3s2o

+ns1ta2g

+nst2

+nst4a

+ns1tas

+ns1t4e4a

+ns1te4k6

+ns1t4eo

+n2s1t4es

+ns1tim

+nst4i

+ns2tj4

+n2s1to2g

+nst4o

+ns1t4raf6

+nst6r

+nstr4a

+ns1t2ra2p4

+ns1tri

+ns1tro.

+nstr4o

+ns4tru2p4

+ns1tr4y4

+ns1træ

+ns1tu

+ns3tu2d.

+ns2tud

+ns1tær

+ns1tæt

+ns2tør

+nstø4

+2n4t

+n2t1ej4

+ntekas2

+nte4k6

+ntek4a

+nt1eks4a

+nt1eks2p4

+nt3e4r4a

+nt1e2r

+nt4e5ra2p4

+nt3erej4

+nt2e1re

+nter3e4k6

+nt3er2eu

+nt4e4ris

+nt2e3ri

+n2t3e1ru

+n2tg3

+nton2n

+nt4o

+nto2n

+nto4r4a

+n2tov3

+ntus2

+2nud

+1nue

+1nuë

+2nuh

+3nuhi

+3nui

+1nul4

+3nul4a

+2nuld

+2nul4y4

+num2s2

+2nund

+nu2n

+2nu2p4

+2nur4n

+nu6r

+2nur4t

+2nusk6

+nus3k4a

+nus1t2

+3nü

+nve2

+4ny4a

+n4y4

+3nyb4

+nyi4n2

+nys2

+2næbl4

+næb4

+2næ4g.

+næg2

+2næ4gs

+næs2k6

+3næt

+2nø.

+nø4

+nø2ds2

+nøds3t4i

+nødst2

+2nøj4

+2nøk6

+2nøv

+1nåd

+nå4

+2nåd4a

+1nål4

+oa2ds2

+o4a

+ob2e4r4a

+ob4

+obs2

+oces1t6r

+o2c2

+oc2es

+ocest4

+od4em

+od3en2den2

+oden2

+ode4n1de

+ode3nå4

+ode4r2el4

+od2e1re

+ode5rim

+od2e3ri

+od1erklæ

+oder4k6

+oderkl4

+od2s2kam

+o2ds

+odsk6

+odsk4a

+ods2t4a

+odst2

+ods1to2p4

+odst4o

+odst4ra3f6

+ods1tr4a2

+odst6r

+o4e

+o2e1nu

+oen2

+o2e3ru

+oe2rø4

+o2e3t4o

+o1ë

+o2g

+oga6r4

+og4a

+og3eg1e

+og1e

+og2e4g

+og3e3na4t

+oge2n2

+og2e1n4a

+og6e1ne

+ogn1e2r4

+o4g2n

+ogs2t2

+o4gs

+ogs4t4a

+ogs3tj4

+ogt3e2r

+og4t

+oile2t

+oil4

+ois2

+oja2g4

+oj4

+oj4a

+o2k6

+oks2t2

+oks3tr4y4

+okst6r

+olar5en2

+ol4

+ol4a

+ola6r

+old3eve

+old2ev

+olds1t4i

+ol2ds

+oldst2

+ol2e5r4a

+ol2es2

+ole3th

+olim3

+olts3t2

+ol2ts2

+olv2t4

+omat1e4

+om4a

+oma4t

+om1e4g

+om4el4

+om3end

+om1en2

+ome5ror

+om1e2r

+om2e1r4o

+om3esk6

+om2es

+om2e2t4a

+om3e1tj4

+om2e2t4o

+omm5eno

+omm1en2

+omm3e4r

+omm5er2ev

+omm4e4re

+omst6

+om2s

+o2n

+o2na2n2s3

+on4a

+ona4n

+ond4

+on5do

+on3d4r

+on1då4

+on1ej4

+o4n5emn

+on2em

+one2tru

+on1et

+on2e1t6r

+ons1ken2

+o2n2s

+onsk6

+ons1ker

+ons3ti4n

+onst2

+onst4i

+ons1tv

+on2ts2

+o2n4t

+onts3k6

+ood3ev

+oo3r4o

+oote4

+oo2t

+open4

+o2p4

+op2e5r4a

+ops1t1e2r

+opst2

+opt3e4r4o

+opte2

+opt1e2r

+o1r4a

+o2r4a4a

+o3rag1e

+o2ra2g

+o3ran2s.

+o2ra4n

+ora2n2s

+o3ra2n4t

+o3ra2p4

+o2ras4e

+o6ra2tl4

+ora4t

+o5rav

+o1rá

+o1rä

+ord1eg1e

+orde4g

+ord1ej4

+ord1end

+orden2

+ord5e1r4o

+o1re

+o3r2ed

+o2r1ej4

+or2e4k6

+or3eks4a

+o2r1eks

+o2r3els

+or2el4

+or3en2

+o3re2n.

+oren4d

+o3r7end4e.

+ore4n1de

+ore3n2ed

+or4e2ne

+o4r2e1ni

+o3re2n2s

+o2r3epi

+or2e2p4

+o3r2es

+o3r4evis

+or2ev

+o1ré

+org3e4ri

+or2g

+org1e

+o1ri

+o6rind2

+ori4n

+o3rini

+o5ri2n4t

+orns1t4o

+or4n

+or2n2s

+ornst2

+o1r4o

+o2roli

+orol4

+or2s1kæ

+o2rs

+orsk6

+ors1tal4

+orst2

+orst4a

+orstatove4

+ors2ta4t

+orstat4o

+orsta2tov

+ors1t4eo

+o1ru.

+o3rude

+o2rud

+o3rum

+orun1d

+o2ru2n

+o4ru4n1de

+o3ru2p4

+o1rus

+o1r4y4

+o2ryd4

+o1rø4

+o1rå.

+orå4

+o1råd

+osis1t4

+os2i

+os2kv

+osk6

+os3kvi

+os2n2

+ost4

+os1task6

+ost4a

+os3toft

+ost4o

+os2tof6

+os2t4y4

+o2t

+ot4a2

+ot2e4r4o

+ot1e2r

+ot1e4t

+oto4ra4n

+ot4o

+oto1r4a

+oto2ri4n

+oto1ri

+ots1k4a

+o2ts

+otsk6

+ots2t2

+oun2ds2

+ou2n

+oup2e5ri

+ou2p4

+ourm3

+ou6r

+ov6e.

+ov4ed

+oved1end

+oveden2

+ov1eje

+ovej4

+ov3elv

+ov2el4

+ov3e1no

+ov1en2

+ove5re2ds

+ov1er

+ov2e1re

+over2ed

+ovs2k4y4

+ov4s

+ovsk6

+ovs1t4em

+ovst2

+ó1b4

+ó5n4a

+ó3p4

+ó1v

+ö1d

+öde2

+ö1g1e

+ö4gs2

+öls1

+öl4

+ö1ni

+ö1re

+ö2r3en2

+ö1ri

+ö2rs2

+ö1s

+öst4

+ö1te

+1ö1v1

+ö1w

+2p4

+pan3e3ri

+p4a

+pa4n

+pan1er

+pante6

+pa2n4t

+pas1ko

+pask6

+pas2tu

+past2

+pelm4

+p2el4

+pen2g4

+pen2

+p2e1nu

+p2e3r4a

+pe5r4a4a

+pe5rad

+per4ed

+p2e1re

+per1ef6

+pe3r2ei

+pe3rej4

+per2e4k6

+per3el4

+pe3r2es

+pe5rio

+p2e3ri

+pe3rom

+p2e1r4o

+pe3rul4

+p2e1ru

+pe3ta4n

+p2e1t4a

+p4e3te

+p4e5t4i

+p4e3to2n

+p2e1t4o

+pe3tov

+p2e3t6r

+p2e5tu

+pé2

+pi3g1e

+pi4gs2

+ping3e

+pi4n

+pin2g

+pio3ru

+pis1th

+pist4

+pis4t4o

+plad4

+pl4

+pl4a

+pl2e4e4

+plus1

+pma2g3

+pm4a

+pman2ds1

+pma4n

+polt3

+pol4

+po3ra6r

+po1r4a

+po3re

+por2t1eg1e

+por4t

+porte4g

+por2t3ev

+po1ru

+po3rær

+pos2

+ppe4ral4

+2p4p4

+pp2e3r4a

+ppe3r2ev

+pp2e1re

+pp2e3ru

+p2res3k6

+pr2es

+pris1t4

+p2rud2

+prø2rs1

+prø4

+prås1

+prå4

+ps2e5r4o

+ps4e

+ps1k4a

+psk6

+2p4s1ko2p4

+ps1kor

+ps1kr2ed

+pskr2

+ps1kær

+p2skæ

+ps1ta4t

+pst2

+pst4a

+2p4s1tem2p4

+pst4em

+ps3ti4n

+pst4i

+ps1tj4

+ps2tu

+ps1tæ

+pte2

+pt4em

+pt3eras

+pt1e2r

+pt2e3r4a

+pt2e4r4o

+p2t3e1ru

+pto4r4a

+pt4o

+p2ts2

+puci4n5

+pu2c2

+2r.

+4raa.

+r4a

+r4a4a

+4raa4n

+2rabe

+rab4

+4rabs

+2ra2c2c2

+ra2c2

+4ract2

+2ra2dd4

+2rad2el4

+4radf6

+2radg

+4radm

+4rad4r

+4radv

+4raf6

+5r4a1f4a

+ra3fi4n

+ra1fi

+r4a1fl4a

+rafl4

+ra1fl4y4

+ra1fre

+6rafs

+6raft

+rafte4

+5ra1fø4

+2ra2g

+rage4n2

+rag1e

+4rag4t

+5ragæ

+4ra2kt

+ra2k6

+6rak2t.

+ralit1et1

+ral4

+rali2t

+2ralle

+ral4l4

+2rallé

+2ralst6r

+ralst2

+4rambi

+ramb4

+rame2t

+4ramf6

+4rammu

+ram2s2

+2ra4n

+4r4an4a

+ran3dad

+r4an1d4a

+ran2de4k6

+ra4n1de

+4r4anf4a

+ra2nf6

+4rang4r

+ran2g

+4rankl4

+ran2k6

+4ra2nl4

+ran4no

+ran1n

+4rans2i

+ra2n2s

+4ransv

+2ra2p4

+5rapi4e

+4r4app4a

+rap2p4

+4rapr

+2ra6r

+4r4ar4a

+4rarb4

+3rare

+5rar4e.

+4r4ar4e4a

+4rar2g

+4rarm

+4rarr

+4rar4t

+3raru

+4rarv

+5rar4y4

+2ras2i

+2rasj4

+ras2kj4

+rask6

+2raspi

+ras2p4

+2ra2s1s

+4rass2i

+rat3e3r4o

+ra4t

+rat1e2r

+4ra2tl4

+ra2ts2

+4ra2t2t

+2rau2k6

+2rau4t

+rav3e2p4

+1rà1

+1rät

+rb2e5r4a

+rb4

+rbi1g

+rbo2t2t5

+rbo2t

+rcov3

+r2c2

+rd1eks

+rde4k6

+rd1en2g

+rden2

+rde2no

+rde3rom

+rd2e1r4o

+rd3eu6r

+rd2eu

+rdse6r1i4n

+r2ds

+rds4e

+rds2e3ri

+rds1k6

+rds2k6i2k6

+rds2k6o2k6

+rds1ko

+rds2kre

+rds1kr2

+rds4kv

+rds1t6r

+rdst2

+rds1tæ

+2re2dd4

+r2ed

+4r1ef6f6

+ref6

+4r1eft

+2reg3e2n2

+re4g

+reg1e

+r3ei1g4a

+r2ei

+5rei4g2n

+2rei4n

+2reje

+rej4

+r1e2k6k6

+re4k6

+2r1eks

+4reks4e

+4reks2p4

+r3ekspo

+2relb4

+r2el4

+2reld

+2rele

+4r3el2em

+2rels

+2r3elv

+4r3emb4

+r2em

+rem3els

+rem2el4

+4remn

+2rem2p4

+rems2k6

+rem2s

+r1en2

+r4e1n4a

+re3nad

+r4e4nas

+r4e1n2d.

+r7end4e.

+re4n1de

+r7en2den2

+r4e2ne

+r6e3n3e2n2

+r4e4n4e1ne

+4re3n3er

+re3n3et

+4ren4g.

+ren2g

+4reng1e

+2reng2el4

+4renh

+2r2e1ni

+r4e4nid4

+re2nih

+re3ni4n

+r4e3niv

+4ren2k6

+r4e3no

+2rens2em

+re2n2s

+rens4e

+4rensk6

+4rent6r

+re2n4t

+4rentu

+r2e1nu

+3r4eo

+2r3eph

+r2e2p4

+2repis

+r1e2r

+re3ra2c2

+r2e1r4a

+r4erad

+r4era2k6

+re3ram

+r3e2ra6r

+r4e3ras

+re3ra4t

+r4e1re

+rer2ef6

+r5er2e4k6

+rer4el4

+r1e3r1e2r

+r4e3r1et

+re2r3ev4n

+rer2ev

+2rerf4a

+rerf6

+2rerhv2

+r2e4ri

+2r3e4rind2

+reri4n

+2rer4k6

+r3erko

+2rernæ

+rer4n

+r2e3r4o

+re5rod

+re4rom

+r3e2ro2p4

+r3e4ror

+4r6e3ro2t

+2rerst2

+re2rs

+r3e1ru

+re3ru2n

+r4e3ru4t

+r2e5rø4

+r2e3rå4

+2resk6

+r2es

+ress3k6

+re2s1s

+res2s1t2

+res3tale

+rest4

+res2t4a

+restal4

+2restim

+rest4i

+r1et

+r5e2t.

+re3tab4

+r2e1t4a

+r4e3ta2k6

+re2ta2p4

+r4e2te

+r5et2em

+re2th

+r5e2t2h.

+2re3th4a

+r2e3thi

+r3e2ths

+4re3th4y4

+r3e2t2k6

+r3e2t4n

+r2e3t4o

+r3e2t2p4

+r4e3tr4a

+r2e1t6r

+re5tre2

+re3tri

+r5e2ts

+r3e2t2t

+r2e5tu

+2re2tud

+2r3etui

+r2e1tw

+r3etz

+re2tæs

+r2e3tæ

+r2e3tå4

+4r3eu6r

+r2eu

+2rev4n

+r2ev

+rfa2t2t3

+rf6

+rf4a

+rfa4t

+r2g

+rga6r4

+rg4a

+rg4ed2

+rg1e

+rge4n2

+rge5ne2n.

+rg4e1ne

+rgen3e2n2

+rge5n3er

+rge3ra4n

+rg2e1r4a

+rg2e3re

+rg2e4ri

+rg3e1ru

+rges1kå4

+rg4es

+rgesk6

+rg3e1t4a

+rglas2

+rgl4

+rgl4a

+rgr4a2

+rg4r

+r4gs2

+rgs3ta4n

+rgs1t2

+rgst4a

+rhv1e

+rhv3ed

+5rib4a

+rib4

+4rid4e4a

+rid4

+5rideling1e

+rid2el4

+rideli4n

+ridelin2g

+4rid4eo

+5rid2s.

+ri2ds

+4ridse2ts2

+rids4e

+5ridyr

+rid4y4

+5ri2eu

+ri4e

+4rigesk6

+ri1g1e

+rig4es

+ri3gi

+ri3g4r

+4rikan4er4e.

+ri2k6

+rik4a

+rika4n

+rikan1er

+rikan4e2re

+4rikan3e3ri

+4rild

+ril4

+2rilt

+4rim2el4

+4rimod

+4rim2p4

+4rim2s

+4rimå4

+4rind2

+ri4n

+6ri4n1de

+5rin1d4r

+4ri2nf6

+4ring2e1ni

+rin2g

+ring1e

+ringe2n2

+2rini

+4rini2t

+2rin2k6

+4rinos

+4ri2n2s2

+5rins2l4

+5rins2o

+4ri2n4t

+4rinv

+rio2n3

+ris1ki4n

+risk6

+4ris2n

+ris3toft

+rist4

+rist4o

+ris2tof6

+rits2t2

+ri2t

+ri2ts

+r4k6

+r2k2es4

+rks2kri

+rks1kr2

+rk6sk6

+rks1ku

+rks1t4el4

+rkst2

+rks1trad

+rkst6r

+rkstr4a

+rlave2

+rl4

+rl4a

+rm5erej4

+rm1e2r

+rm4e4re

+rm4e5r1et

+rm1et

+rm2e4t6r

+rmsve3

+rm2s

+rmus2k6

+r4n

+rn1d4r

+r2n6e3r4a

+rn1er

+rn3e2rud

+rn2e1ru

+rn2e2rø4

+rn3e1t4a

+rn1et

+rn5eta6r

+rn2n1et

+rn1n

+rno3r4o

+rns1ka4n

+r2n2s

+rnsk6

+rnsk4a

+r4o

+2robj4

+rob4

+4robs2

+roct3

+ro2c2

+2ro2dd4

+5rodf6

+4rof6f6

+rof6

+2roli4e

+rol4

+2rom

+4rom.

+4romb4

+rom3e2r

+4rom2k6

+4romm

+4rom4r

+4romv

+2ro2nl4

+ro2n

+2ro2p4

+4ropb4

+4ropd

+4rope

+4ropf6

+4ropg

+4rophol4

+3ropk6

+4ropl4y4

+ropl4

+4ropr

+4rops

+4ropt4a

+4ropt4i

+4ropv

+2ror

+6rord

+6ror2g

+ro3rom

+r4o1r4o

+ro1ræ

+ros1ki

+rosk6

+ross1t2

+ro2s1s

+2rost4

+4rost1e2r

+4rou4t

+2rov

+3rov.

+4rove

+2rox

+r1ö.

+1rö1d

+1röl4

+1rö3r

+rpi3g1e4

+r2p4

+rr2e4k6

+rr4eu

+rris1k6

+rrive2

+rrot3t4e.

+rr4o

+rro2t

+rro2t2t

+r2rs2

+rrug4

+2rs

+rs1kor

+rsk6

+rs1kro2g

+rskr2

+rskr4o

+rs2kv

+rs3kvi

+rs1kø4

+rs2kød

+rs2køn

+r2s1s2

+rs2ste

+rsst2

+rs2ta4t

+rst2

+rst4a

+rs1t3err

+rst1e2r

+rs3toft

+rst4o

+rs2tof6

+r2s1to2g

+rs1t2ra2p4

+rst6r

+rstr4a

+rs1tri4n

+rs1tru

+rs1træt

+rs1tu2n

+rs1tus

+r4t

+rt1eks2p4

+rte4k6

+rt5e4n4e2n2

+rt1en2

+r2t4e1ne

+rtens1k6

+rte2n2s

+rt3e3r4a

+rt1e2r

+rt3er2e4k6

+rt2e1re

+rt3eril4

+rt2e3ri

+rtorient1e3

+rt4o

+rto1ri

+rtori4e

+rtorien2

+rtorie2n4t

+rts2til4

+r2ts

+rts1t4i

+rtst2

+2rud

+4rudb4

+4ru2dd4

+ruddan2n4ed

+rudd4a

+rudda4n

+ruddan1n

+rud4e2p4

+4rudg

+4ru2ds

+4rudv

+4rug1e

+rug3e6re2nd

+rug2e1re

+ruge3r1en2

+rugg1e2

+rug2g

+2ruh4y4

+2ruke2

+ru2k6

+2rul4

+3ruln

+3rulo

+4rul4y4

+4rumæ

+2ru2n

+run2d4a

+rund1erf6

+run3der

+ru4n1de

+run3e4s2c2

+rune2

+run2es2

+3run4gs

+run2g

+2ru6r

+4rus2o

+4rusu

+rü1

+rv2e3r4a

+rv1er

+rv2e3ru

+rvi4e2

+rvs1t2

+rv4s

+rvst3e

+2rx

+2ry4a

+r4y4

+ryd4

+4ryde

+2ryg1e

+4ryn2g

+4ry2p4

+rys4t2

+ry2t2t3

+4ræbl4

+ræb4

+2ræg2

+2ræl4

+2rænd

+2rær

+2ræsk6

+2røe

+rø4

+2røg

+rø4gs2

+3røgå4

+2røj4

+2røk6

+2røl4

+rø2n2s2

+2rør4k6

+røs2

+2røve2rs2

+røv1er

+røv4s3

+4røvsk6

+4rån

+rå4

+2rår

+2s.

+sag1e4

+s4a

+sa2g

+2s4ag3e1r4a

+2sag3e3ri

+sags3t2

+sa4gs

+2sakr3e2r

+sa2k6

+sakr2

+sam3e2dd4

+sam2ed

+san3dr4y4

+sa4n

+san1d4r

+san4dø4

+sang3e

+san2g

+saras1

+sa6r

+sar4a

+2sate

+sa4t

+3sa4y4

+2sb4

+2s2c2

+sch2

+sch4e4ris

+sch4e

+sch2e3ri

+sdag4es1

+sdag1e4

+sd4a

+sda2g

+s4e

+s2ed2

+se2e6ri

+s2e4e

+s2ejs4

+sej4

+2seli

+s2el4

+sels1t2

+selv1eje

+selvej4

+sem3e2r

+s2em

+se2na4n

+sen2

+s2e1n4a

+s4e5nas

+2sen2ed

+s4e1ne

+se2n3el4

+se5nil4

+s2e1ni

+2seno

+s2e2nov

+se1num

+s2enu

+s2e2nø4

+se3rab4

+s2e1r4a

+se5raf6

+2sera2k6

+2se3ral4

+2se2ra2p4

+s2e3re

+2seren2g

+se3r1en2

+se4r2enh

+se4resk4a

+se2r3esk6

+ser2es

+se3rom

+s2e1r4o

+se3rov

+2s2e3ru

+se3røl4

+se1rø4

+s4es1kr2

+s2es

+sesk6

+ses3ku

+sesov3

+ses2o

+sesov1er2

+sesove4

+ses1t4

+2s2e3t4a

+s4e3te

+s2e3t4o

+s2e3t6r

+se2ts2

+s4e3ts4e

+se1tv

+2s2e3tæ

+s2f6

+sfr4

+2s2g

+sgiv3

+s2h

+s2i

+sid4

+si2ds2

+si2g4r

+si3gu

+2simo

+sin4gs2

+si4n

+sin2g

+sit1e

+si2t

+s1ka2g

+sk6

+sk4a

+2s1kam

+s3kam2p4

+s1k4an4a

+ska4n

+s3kano

+s3ka2n4t

+s1kao

+s1ka2p4

+2ska6r

+s1karr

+s1karu

+s1kas

+s1kate

+ska4t

+s1kav

+s1k2e1n2d2t

+sken2

+ske2rs2

+s1kig

+s1kilo

+skil4

+s1ki4r

+s1ki2t2t

+ski2t

+s1kjole

+skj4

+skjol4

+2s1kl4

+sklas2s2i

+skl4a

+skla2s1s

+s3kla4t

+s3klæd

+sklære5r1en2

+s2klær

+sklære4

+sklær1e2r

+sklær4e1re

+s1kn4a

+s1kniv

+s1kno

+s1knu

+s1knæ

+s1ko2g

+s1koh

+s1kol4l4

+skol4

+s1kom

+s3komi

+s3komm

+s3ko2n

+s1kor4n

+s1kr4a

+skr2

+s3k4raf6

+s1kris

+s1kri2t

+s1kro2n

+skr4o

+s3krus

+s2kru

+s3kræf6

+s1k6ræn2k6

+s3kug

+s3kult

+skul4

+s1ku2n

+s3ku2n2s2

+s3ku2p4

+s1ku6r

+s1kuv

+s1kv

+s1kys2t2

+sk4y4

+2skæ

+s1kæm

+s1kærl4

+s1køb4

+skø4

+s1køl4

+s1kø2n2s

+s1kø2rs

+s1kåb4

+skå4

+s2l4

+2sle

+slots3t2

+slo2t

+slo2ts

+2sma4n

+sm4a

+smi4gre2

+smi3g4r

+s2n

+snabs3

+sn4a

+snab4

+2sne

+sn2e4g

+sn4e5t4i

+sn1et

+2sni4n

+s2o

+sols2

+sol4

+so3r4a

+so5ra4t

+so5r3en2

+so1re

+so2r2er4k6

+sor1e2r

+so3r4o

+2sourc2es

+sou6r

+sour2c2

+sove4

+sov2e3re

+sov1er

+soveren2s2s

+sove3r1en2

+sovere2n2s

+sö3

+spr2es1

+s2p4

+srisici4e2

+sris2i

+srisi2c2

+2s1s

+s3sa.

+ss4a

+ss2e3r4a

+ss4e

+s2ser2en2g

+ss2e3re

+sse3r1en2

+s3s2es

+s2s1t4es

+sst2

+s2s1to2g

+sst4o

+ssus1

+st2

+s2ta.

+st4a

+s2tald

+stal4

+stal2es1

+s2tali

+stand2

+sta4n

+s2tan2g

+s2ta6r

+s4t4ed

+s1te4g2n

+ste4g

+s2tegn4e.

+s1te4k.

+ste4k6

+s1t4ekn

+st4el4

+s1telef6

+s1tele4g

+s4tels

+st4em

+s1tema.

+stem4a

+s4temm

+s2te2n.

+st1en2

+ste2na2g

+st2e1n4a

+ste3n2ed

+s2t4e1ne

+s2te2r.

+st1e2r

+s3t4e2ra2p4

+st2e3r4a

+ste4rav

+s2t2e3re

+st6e3r3en2

+s4t4ermil4

+st3ermi

+s4t4erre

+st3err

+ste3rul4

+s2t2e1ru

+st4e3rum

+st4e3råd

+s2terå4

+2st4es

+s4t4e2s.

+s2thi

+s2ti2c2

+st4i

+s1tid4

+s3tig2g

+s2tig

+s2ti2k6

+s1tilb4

+stil4

+s1tild

+2s1tilf6

+s3tillid4

+s2tilli

+stil4l4

+s3tillæ

+s3tilv

+s2ti4n

+s2ti2p4

+s2tis

+s1tite

+sti2t

+s1ti2tl4

+2stjä

+stj4

+s3tje4k6

+s3tjen2

+stn3e3ri

+s2t4n

+stne2

+stn1er

+s1toft

+st4o

+s2tof6

+2sto2g

+s5to4g.

+s2tog4a

+s5to4gs

+s3tolk6

+stol4

+s2tols1

+s2ton4e2re

+sto2n

+ston1er

+s1ton1n

+s2to2n2s

+s2to2r.

+sto2ri2s.

+sto1ri

+s1to2t

+s2tra.

+st6r

+str4a

+s1tra2k6

+s2trako

+s2tram

+s2tre2

+s2tri4e

+s2tri2k6

+s1trus

+s2try.

+str4y4

+s1tryk6

+s1træn

+s3t2røj4

+strø4

+s2ts2

+s2t4t

+s2tub4

+s1tun4a

+stu2n

+s1tu6r

+s3tur4n

+s1tus2i

+s1tviv

+s2tyl4

+st4y4

+2s1ty2p4

+s1tys2

+s1tyv

+s2tæg2

+s2tæn2g

+s3tæ2p4

+s1tær4t

+s2tæv

+s1tøs

+stø4

+s1tåg

+stå4

+s3tår4n

+supe4

+su2p4

+sur1e4k6

+su6r

+su2rs2

+sus1k6

+sus3t4i

+sust2

+sute5

+su4t

+sve2

+sv2ed2

+sv3e1n4a

+sv1en2

+sve2n2s2

+svig3er

+svi1g1e

+sy2ds2

+s4y4

+2syge2n2

+syg1e

+syg4er

+sys3tof6

+syst2

+syst4o

+szig2

+sæv1e3r

+søgs3k6

+sø4

+sø4gs

+så2rs2

+så4

+sårs3t2

+2t.

+2tabo

+t4a

+tab4

+tabo2n2

+2tabr

+1tack6

+ta2c2

+2tad

+2tafh

+taf6

+2tafl4

+ta1fr

+2tafs

+2taft

+tafte4

+tag3e3ri

+ta2g

+tag1e

+tag3e1ru

+tag3et

+2tag4r

+2tag4t

+2ta2gv

+2t4ak4a

+ta2k6

+2ta2k6k6

+takte4

+ta2kt

+3talf6

+tal4

+2talsku

+talsk6

+2t4am4a

+2tamm

+tan3da6r

+ta4n

+t4an1d4a

+tan2de4k6

+ta4n1de

+1tandl4

+2tan2d4r

+tan3dre4g

+tan2du

+2ta2nf6

+2tang4r

+tan2g

+1tan2k6

+2ta2nm

+2tan1n

+taos2

+1tap.

+ta2p4

+2t4ap4a

+1tape

+3tar2g

+ta6r

+2tar4t

+tar2ts2

+2ta2s1s

+2tat4i

+ta4t

+2tatu

+2tau

+3taux

+2tav

+tav2e3re

+tav1er

+3tavl4

+3tax

+1tà1

+2tb4

+2td

+2t4e.

+2tead

+t4e4a

+2tea2k6

+2teal4

+3team1

+2t4ed

+t5e2dd4

+2t2e4e

+4te4g.

+te4g

+2teg1e

+2te4gs2

+4teg4t

+2t2eh

+2t4ei

+2tej4

+tejen4

+teklas2

+te4k6

+t4ekl4

+tekl4a

+tekst4

+teks2te

+2t4el.

+t2el4

+2t3el2ev

+4teli

+2t4el4l4

+2telsk6

+telær4e5re

+t4elæ

+telære4

+telær1e2r

+2telø4

+teløn4

+3temae

+t2em

+tem4a

+t3emb4

+temis1

+2temm

+4temn

+1temper

+tem2p4

+3tempo

+t1en2

+te2nal4

+t2e1n4a

+t4e3nav4n

+t5en2den2

+te4n1de

+t3ender

+2t4e1ne

+te5n4e.

+te2n2ed

+ten3ele

+ten2el4

+te3n3e2n2

+t5e3ner2g

+ten3er

+t5en4e1t4a

+ten3et

+4tenh

+t4e4nid4

+t2e1ni

+t2e1no

+t2e2nom

+t2e2nov

+t3ens2i

+te2n2s

+tenstr4a2

+tenst2

+tenst6r

+tens1tru

+t2e1nu

+t3e2nøv

+t2e1nø4

+1teor

+t4eo

+2teorm

+2teoroi

+teo1r4o

+t1e2r

+t2e3r4a

+2te4raf6

+t3e4ra2g

+te4ra2k6

+t3eraks

+t4e5rale

+teral4

+t4e2ra2p4

+te4ra6r

+terarkæ2

+terar4k6

+te4ra4y4

+t3e4r1ef6f6

+t2e1re

+teref6

+te4r2eft

+ter2e4k6

+ter3ekv

+te4r2el4

+te5rel4a

+te2r4els

+te4r4emn

+ter2em

+t4e3r1en2

+t5e4renh

+te5ren2s.

+tere2n2s

+t5erens4e

+te4rerf6

+ter1e2r

+t3e2r2er4k6

+ter3eve

+ter2ev

+t4e5ri.

+t2e3ri

+t3e4rim

+t3e4rind2

+teri4n

+t5e4ri2n4t

+t4e4ri4r

+t5eris2o

+t4eris

+t4e4riz

+4term1et

+4termil4

+t3ermi

+t3ernal4

+ter4n

+tern4a

+t3ern1e2n2

+tern5et

+1t5erni

+t3er2n4t

+t2e3r4o

+te5rod

+te4ro2k6

+t3ero2k6k6

+t3e4rope

+te2ro2p4

+t3e4ror

+2te6rord

+t3e3rou

+t3err

+2ter4t

+2t2e1ru

+terudda4n2

+te2rud

+te4ru2dd4

+terudd4a

+t3eryd4

+t2e3r4y4

+t2e3ræ

+t2e3rør

+te1rø4

+2terå4

+t4es

+2tes4a

+tes2k6

+2test6r

+test4

+2tesø4

+tesøn4

+t1et

+te3t4e.

+t4e1te

+t2e3t4o

+t2e5t6r

+4t2e3tu

+te1tv

+2t2ev

+2t4ew

+2tf6

+2tg

+tg4eno

+tg1e

+tge2n2

+2t2h.

+3than4y4

+th4a

+tha4n

+3t2ha6r

+4thav

+4th2ed

+th4e

+3th2em

+th2e3r4a

+3th2es

+3th2i2n.

+thi4n

+2thj4

+2thl4

+2thm

+2thn

+1tho2t

+2ths

+2thu

+4thv

+2thw

+1thyr

+th4y4

+2thæ

+2thø4

+t4i

+2ti.

+2tid4r

+tid4

+tids1t2

+ti2ds

+2ti4e

+2tif6

+2tig

+2til.

+til4

+2tilen2

+1tilg

+2tilh4e

+3tilhe2ds

+tilh2ed

+2tille

+til4l4

+2tilli

+1tillæ

+1tilm

+1tilr

+1tils4y4

+2timl4

+6tim2p4

+2timu

+4tind2

+ti4n

+tin3eu6r

+tin2eu

+4ti2nf6

+tings2t2

+tin2g

+tin4gs

+4tin2k6

+tips1t2

+ti2p4

+2ti4r

+2tiu

+2tiv

+tiv1e4n2

+tiv4s2

+2tja2g

+tj4

+tj4a

+3tj4aj4

+2tja2k6

+1tjän1

+2tjer

+1tj2ev

+2tju

+2tjæ

+2t2k6

+2tl4

+tl2e3r4a

+2tm

+2t4n

+tne2

+t2n5e1r4a

+tn1er

+tn5er2el4

+tn4e2re

+tn3eri4n

+tn2e3ri

+tn3e1r4o

+tn3e1ru

+t4o

+1toast2

+to4a

+2tock6

+to2c2

+toe2th

+to4e

+2tof6

+1tog4t

+to2g

+2to4k.

+to2k6

+2to2k6k6

+2tol.

+tol4

+1told

+2tole

+2toli

+2tol2p4

+2tols

+tom5en2

+2tonad

+to2n

+ton4a

+1tonig

+tons2k6

+to2n2s

+2topk6

+to2p4

+2topsæ

+to2r4al4a

+to1r4a

+toral4

+to2ralb4

+to3rand

+to2ra4n

+to2ra4y4

+tord2

+2to1re

+to3r2e4k6

+tor3el4

+to5ril4

+to1ri

+4tor4k6

+2torm

+1torn4a

+tor4n

+1tor2p4

+to2rs2

+to3ru2n

+to1ræ

+1to2s1s

+2tote

+to2t

+2tov

+4tov1er

+tov4s1

+3town

+1tox

+2t2p4

+t6r

+2tr4a4a

+tr4a

+2traf.

+t4raf6

+2traf6f6

+2t6rafs

+1trah

+2trah2e2p4

+trah4e

+2trahj4

+2trahæ

+2tr4ak4a

+tra2k6

+2traku

+2tral4

+trals2

+2trand

+t2ra4n

+tran2d4r

+1trapol4

+t2ra2p4

+2trapoli

+2tras

+2tra4t

+tre2

+tr2ef6

+2tre4g

+tr2e4k6

+3trek4a

+tr4em

+3tremo

+tr4e3n2d.

+tr1en2

+2tr2e2p4

+tr3e1r4a

+tr1e2r

+2tr2es

+2tr3e2t2t

+tr1et

+2tr2ev

+2tribe

+trib4

+1trick6

+tri2c2

+2trid4

+2trig

+1tril4

+2trim

+2trin2g

+tri4n

+1trin1n

+1trio4e

+1triol4

+tris2

+2tri2t

+2trofe

+tr4o

+trof6

+1trold

+trol4

+2t4rom.

+t2rom

+2trom4a

+1t4romm

+2trom2s

+2tro2n.

+tro2n

+troste3

+t2rost4

+2trö

+2tru.

+2tru2kt

+tru2k6

+2trum

+trums1t2

+trum2s

+2tru2p4

+3tru2p4p4

+2tryg

+tr4y4

+1træ.

+2træb4

+2træd

+1træe

+3træth

+1trøf6

+trø4

+2t2røg

+2trøm

+2trør

+1trøste

+trøs2

+trøst4

+2trå.

+trå4

+tråd1end

+tråden2

+2tråe

+2trål4

+2ts

+ts2es2

+ts4e

+tsj2e4ri

+tsj4

+ts1kal4

+tsk6

+tsk4a

+ts1ka4n

+ts1ken2

+t2s3kl4

+ts3kn

+ts1ko

+ts3kom

+ts1kre

+tskr2

+ts1kr4o

+ts1kræ

+ts1kød

+tskø4

+ts1kør

+tsov3

+ts2o

+ts1tab4

+tst2

+tst4a

+ts1tal4

+ts3tale

+ts1tas

+ts1tat4o

+tsta4t

+ts1te

+ts2t1en2

+ts3tend

+ts1th

+ts1t4i

+ts3tid4

+ts1tj4

+ts1tob4

+tst4o

+ts1tom

+ts3tor2p4

+ts1tr4a

+tst6r

+ts1tr4o

+ts1tr4y4

+ts1træ

+ts1tv

+ts1tøj4

+tstø4

+2t2t

+tt4el4

+tt4em

+tte2n2es4

+tt1en2

+t2t4e1ne

+tt3e4no

+tteras2

+tt1e2r

+tt2e3r4a

+tte4ril4

+tt2e3ri

+tte4rist4i

+tt4eris

+tterist4

+tt2e4r4o

+tt3e2ru2n

+t2t2e1ru

+tte4ryt

+tt2e3r4y4

+tts2k4a

+t2ts

+ttsk6

+2tu4a

+2tud

+4tudb4

+4tudg

+4tudi

+tu2ds2

+2tue

+4tuh

+2tu2k6

+1tumo

+4tum2p4

+4tun1d

+tu2n

+tun3d4r

+tun1et3

+tune2

+4tuni

+1tun1n

+2tur4a

+tu6r

+tur3eli

+tur2el4

+tur5e3t4i

+tur1et

+2turm

+2tur4t

+2tu2s.

+tus1t2

+2tuv

+1tú1

+1tv.

+2tva6r

+tv4a

+2tvig

+2tvo

+2tvæ

+1two.

+4ty4a

+t4y4

+ty2ds4

+2tyk6

+4tykker

+ty2k6k6

+3ty2kt

+1tym

+1tyn

+3tynd

+2tyr

+3ty2ra4n

+tyr4a

+tyr3e4ri

+tyre2

+tyr1e2r

+tys2

+tys3tof6

+tyst2

+tyst4o

+2tæ4a

+2tæd

+2tæld

+tæl4

+1tæ2p4

+tæ2r3esk6

+tære4

+tær2es

+2tær4k6

+tæ2ts2

+3tæve

+2tøb4

+tø4

+1tøf6

+2tøjen2

+tøj4

+2tøjf6

+1tøjl4

+2tøjst2

+3tøjst6r

+2tøk6

+2tøl4

+1tøn

+2tøn1n

+2tø2n2s

+1tør4k6

+tø2rs2

+1tørv

+2tøt

+2tøv

+2tåe

+tå4

+2tål4

+tåls2

+1tåre2

+1tår4n

+tårs3k6

+tå2rs

+uave2

+u4a

+ubs2

+ub4

+uc2e4r4a

+u2c2

+ucin4e4r1et

+uci4n

+ucin1er

+ucin4e2re

+ud1eks

+ude4k6

+ud3elsk6

+ud2el4

+ude2n2

+ud3epi

+ud2e2p4

+udfo3re

+udf6

+udge5n2

+udg3e4

+u4dov3e

+uds2k6

+u2ds

+uds3ku

+uds1te

+udst2

+udt1e4k6

+u2d2t

+udte2

+uen4d

+uen2

+ue1no

+u2e1nu

+ue3r2el4

+u2e1re

+u4e3r1et

+u2e3ru

+u4es1ki

+u2es

+uesk6

+u4es1kr2

+u4e3te

+u2e3t4o

+ue1tv

+uft1e6n2

+uf6

+ufte2

+ugekas2

+ug1e

+ug2e4k6

+ugek4a

+ug4e3ni

+uge2n2

+ug3e4r4a

+ug3erej4

+ug2e1re

+ug3er4em

+uge2r1e2r

+ug3e3ri

+ug5e1r4o

+ug3e1ru

+uheme3

+uh4e

+uh2em

+uid5e4k6

+uid4

+u2k6

+uke2

+uld3end

+ul4

+ulden2

+ul2e5r4o

+ulme4

+uls2kr2

+ulsk6

+uls1kø4

+uls2tø4

+ulst2

+ulus1

+ulve2

+ume2

+um3em

+um5en3e2n2

+um1en2

+um4e1ne

+um4e5re

+um1e2r

+um2e3r4o

+um1et

+um3eve

+um2ev

+umis1

+umme4

+umm4e5ne

+umm1en2

+umm3e3r4a

+umm1e2r

+umm5e2ra4n

+ums1kj4

+um2s

+umsk6

+ums1t4el4

+umst2

+ums1to2p4

+umst4o

+u2n

+un2d1eje

+u4n1de

+undej4

+und1enh

+unden2

+un3der

+unde2rs2

+un4did4

+un3di

+un1djæ

+undj4

+un4dol4

+un3do

+unds1to2p4

+un2ds

+undst2

+undst4o

+une2

+un3ele

+un2el4

+un4n2e1ru

+un1n

+un3n1er

+un4nis

+un3ni

+u2n2s2

+uode3

+uorm2

+uo3r4o

+uos1

+uov3

+uove4

+u6r

+urag1e4

+u2ra2g

+ur4a

+ur1ej4

+ur3elsk6

+u2rels

+ur2el4

+ures2t4

+ur2es

+urg1e2

+ur2g

+uris2

+urm2s2

+uro5r4a

+ur4o

+u2ror

+urs1t4a

+u2rs

+urst2

+urste2n2s3

+urst1en2

+us2es2

+us4e

+us1kaf6

+usk6

+usk4a

+us1ka4n

+us1kn

+us3kn4a

+us1ko2p4

+us1kor

+us3kr4o

+uskr2

+us1ku

+u2s1kæ

+us1kø4

+us2køn

+uslan2ds1

+us2l4

+usl4a

+usla4n

+us3s2i

+u2s1s

+us2ta4n

+ust2

+ust4a

+us3tan2k6

+us1term

+ust1e2r

+u2s1t4es

+us1to2p4

+ust4o

+usto3r4a

+us2tri

+ust6r

+us2tru

+us1træ

+us1tu

+us2tv

+us1tå4

+u4t

+ut2e4r4a

+ut1e2r

+ute5ra2c2

+ut4e3ri

+ut5e4rind2

+uteri4n

+ut3e1t4a

+ut1et

+u2ts2

+uum1

+uæn1

+uæs2

+u1ø4

+ú1

+úm2

+úme1

+û1

+ü1b4

+übe4

+üb2e1r3e

+ü1lo

+ül4

+ü1te

+vad1e2n4t

+v4a

+vaden2

+vals1t2

+val4

+van2de4k6

+va4n

+va4n1de

+vars1t2

+va6r

+va2rs

+vas2k6

+v4as3k4a

+v4as1t4a

+vast2

+v2ds1

+v3eda.

+v2ed

+ved4a

+v3edda.

+ve2dd4

+vedd4a

+ved1ej4

+ved1e2n4t

+veden2

+ved3e1t4a

+ve2ds2

+v3e2ed

+v2e4e

+v1ega.

+ve4g

+veg4a

+v1e4gh

+v1eks2p4

+ve4k6

+v1en2

+ve2nd

+v2en4do

+v3e2ni

+v4e3nil4

+v2e1no

+v2e3nor

+v4e3nos2

+v2e2nov

+vens4t2

+ve2n2s

+v5e2n4t

+v2e1nu

+v1er

+v2e2r4a

+v4era2c2

+ve3rad

+v3e4rad4r

+veradr2es2

+ve3ra4n

+v3e2ra6r

+v3erat6r

+vera4t

+ve2re2d.

+v2e1re

+ver2ed

+ve2re2ds

+ver3e4e

+v3er2ei

+ve2rej4

+v3e2r1eje

+ver2e4k6

+v3er2em

+v3e4renh

+ve3r1en2

+v4er1e2r

+v3e4ril4

+v2e3ri

+v3e1r4o

+ve2ro4a

+ve3rom

+ve2rov3

+ve2rs2

+v4e5rum

+v2e1ru

+v3e4ru2p4

+v3e2ru6r

+ve2rø4

+ve3røn

+v2e3rør

+v2e1rå4

+v6es2

+ve2s3s

+v1et

+v2e5t4a

+ve6ta2p4

+v4e3te

+ve4t1en2

+v2e3t4o

+v2e5t6r

+v2e1tw

+v3ev4n

+v2ev

+vg6e1ne

+vg1e

+vge2n2

+vid2ts2

+vid4

+vi2d2t

+vi2gl4

+vi2gu2n

+vi1gu

+vin4do

+vi4n

+vind2

+vin2d4r

+vin2ds2

+vin3els

+vin2el4

+ving3e4g

+vin2g

+ving1e

+vins3ku6r

+vi2n2s

+vinsk6

+vins3t4i

+vinst2

+vi2n4t3

+vint5e3r4o

+vint1e2r

+vis1te4k6

+vist4

+vje4

+vj4

+vj4e3t1e

+v2k6

+vls3k6

+vl4

+v4n

+vn3d

+v2n5e1r4a

+vn1er

+vn3eri4n

+vn2e3ri

+vn2e3t4a

+vn1et

+vns1te

+v2n2s

+vnst2

+vo3r4a

+vord2

+vorg1e5

+vor2g

+vo1ru

+vo1rå4

+v4r

+vreds3t2

+vr2ed

+vre2ds

+v4s

+vs2e5ri

+vs4e

+vs1ka4n

+vsk6

+vsk4a

+vs1kas2

+vs1ken2

+vs1kn

+vs1ko2p4

+vs1kor

+vs1kr2

+vs1ku

+vs1kys

+vsk4y4

+vs1kø4

+vsov2e5re

+vs2o

+vsove4

+vsov1er

+v2s1s2

+vs1tal4

+vst2

+vst4a

+vs1te4k6

+vs1tend

+vst1en2

+vs1t4i

+vs1tr4o

+vst6r

+v2t

+vt3e2r3

+væks2

+væk6

+våle4

+vå4

+vål4

+wal2es1

+w4a

+wal4

+wao3

+webs2

+w4eb4

+w2ed2

+weis2

+w2ei

+w2e5ri

+wire2

+wi4r

+xa1fo4

+x4a

+xaf6

+xa4n1

+xas2

+xe2n4t4

+xen2

+x2e3r4o

+xi3g

+xo3r4a

+xym2

+x4y4

+4y4

+yan3d

+y4a

+ya4n

+ybs2

+yb4

+yc2e5ri

+y2c2

+yd1eks

+yde4k6

+yd3en2den2

+yden2

+yde4n1de

+yd1en2g

+yde2ral4

+yd2e1r4a

+yd2es2

+yd3eu6r

+yd2eu

+yds3t4o

+y2ds

+ydst2

+yg3e2r4a

+yg1e

+y4gs2

+ykels2

+yk6

+yk2el4

+ykk2e3n4a

+y2k6k6

+ykken2

+yk6s1k6

+yld2

+yl4

+ylin3d2

+yli4n

+yls1k6

+yls2t2

+yme2

+ym1e4t

+ymis2

+y4n3de

+yn5di

+yn1dru

+ynd4r

+yn3dræ

+yn5en3er

+yn1e2n2

+yn4e1ne

+yn4gs4

+yn2g

+yns1t2

+y2n2s

+yor2

+yo3re

+yo1ru

+yp2e4r4a

+y2p4

+yp2e1r3e

+yper2em

+yre2

+yr4e1ru

+yr1e2r

+yrs1tas

+y2rs

+yrst2

+yrst4a

+ys2e3r4a

+ys4e

+ys1ka4n

+ysk6

+ysk4a

+ys3ka4t

+ys1kn

+ys1ko

+ys1kre

+yskr2

+ys1kræv

+ys1krø4

+ys2te

+yst2

+ys3t4e4ra2p4

+yst1e2r

+yst2e3r4a

+ys3t2e5t6r

+yst1et

+4y4s1tr4y4

+yst6r

+ys1trå4

+ys3tys2

+yst4y4

+yth4e5

+y2ts2

+yts3k4a

+ytsk6

+yts1t2

+ytt3e3ri

+y2t2t

+ytt1e2r

+yu6r2

+yure3

+yv3e4r4a

+yv1er

+yv3e1ru

+yv2e2rø4

+za4gs4

+z4a

+za2g

+ze1no

+zen2

+z2e5r4a

+ze3ru2n

+z2e1ru

+z2es2

+z4eus1

+z2eu

+zg2

+zin3ev

+zi4n

+zo3r4a

+zos4

+zú2

+zúm3

+zü1

+æbe2r3ed

+æb4

+æb2e1re

+æbs2

+æc2es1

+æ2c2

+æde4ra4n

+æd2e1r4a

+ædes1tim

+æd2es

+ædest4

+ædest4i

+æ4e2r4et

+æ2e1re

+æf2e4r4a

+æf6

+æg2

+æg3e4n2

+æg1e

+æg3er

+æg4e1r4a

+æg4e1re

+æg3et

+æg4e1t4a

+æg4e3tæ

+ægt1eks

+æg4t

+ægte4k6

+æks2t4i

+æk6

+ækst2

+æls1t2

+æl4

+ælts3k6

+æl2ts2

+ælts3t2

+ælv4s3

+æm2s2

+æn1d4r

+æne2

+æ2n5e1r4a

+æn1er

+æn5er2em

+æn4e2re

+æn3e1ru

+æng4e1re

+æn2g

+æng1e

+æng3e1ru

+ængs4t2

+æn4gs

+ænom2e1no

+ænom1en2

+æns3kr2

+æ2n2s

+ænsk6

+æns1t2

+æ1o

+ære4

+ær1eg1e

+ære4g

+ær1e4g2n

+æ2r1eje

+ærej4

+ær3e1r4a

+ær1e2r

+ær5er4el4

+ær4e1re

+ære5re2n2s

+ære3r1en2

+ær3e4ri

+ærerudda4n3

+ær3e1ru

+ære2rud

+ære4ru2dd4

+ærerudd4a

+ære2s3s

+ær2es

+æres3t4i

+ærest4

+ær2e5t4a

+ær1et

+ær2e5t6r

+ærk6s3k6

+ær4k6

+ærm1et1

+æ2rov3

+ær4o

+ærs1tal4

+æ2rs

+ærst2

+ærst4a

+ærs1tim

+ærst4i

+æse2n2s1

+æs4e

+æsen2

+æse4ru2n

+æ2s2e3ru

+æs2es2

+æs1k4a

+æsk6

+æ2s2kam

+æs1kis

+æs1kn

+æs2ku

+æ2s3s

+æs1ta2g

+æst2

+æst4a

+æs2te

+æs1t2ra2p4

+æst6r

+æstr4a

+æs2tu

+æs3tue

+æs1tv

+æs2tyn

+æst4y4

+æs1tæ

+æte4

+æt4e5re

+æt1e2r

+æt4e5ris

+æt2e3ri

+æt1e5t

+æto3r4o

+æt4o

+æts1t6r

+æ2ts

+ætst2

+ætt3e3r4a

+æ2t2t

+ætt1e2r

+ætt3ere4g

+ætt2e1re

+æv4ed

+æv4el4

+æv4e1re

+æv1er

+æv4s1

+ø4

+øbs3t6r

+øb4

+øbs1t2

+ø4bs2tø4

+ød1eks

+øde4k6

+ødelen4

+ød2el4

+øds1ku

+ø2ds

+ødsk6

+øds2tab4

+ødst2

+ødst4a

+øds1t4i

+ø4gs2tø4

+ø4gs

+øgs1t2

+øj2d1s4

+øj4

+øjls1t2

+øjl4

+øn1d4r

+ønst4

+ø2n2s

+ør5end

+ør1en2

+ør3e1r4a

+ør1e2r

+ør5er2ev

+ør4e1re

+ør3e3r4o

+ørg4e3ru

+ør2g

+ørg1e

+ørn4e1t4a

+ør4n

+ørn1et

+ørn1n2

+ørns1t2

+ør2n2s

+ø2rov3

+ør4o

+ørov1er2

+ø4rove

+ørs1kr2

+ø2rs

+ørsk6

+ørøve4r1en2

+ørø4

+ørøv1er

+ørøv2e1re

+øse5ra2g

+øs4e

+øs2e1r4a

+øs1ko

+øsk6

+ø4s3kø4

+øst4

+øs1tr4y4

+øst6r

+øtte4

+ø2t2t

+øv3e2r4a

+øv1er

+øv4e5ri4e

+øv2e3ri

+øv2e3ru

+øv4s2

+å4

+åbe2

+åb4

+åb2e3re

+åd1ej4

+åds1t2

+å2ds

+åds2træ

+ådst6r

+åle4ra2g

+ål4

+ål2e1r4a

+åls1ken2

+ålsk6

+åls1t2

+ån2d4a

+ånds1k6

+ån2ds

+ånds1t4i

+åndst2

+ån4dø4

+åneds3k6

+ån2ed

+åne2ds

+ån2e3ru

+ån1er

+åns1t2

+å2n2s

+ård1ej4

+årds3k4a

+årds1k6

+år2ds

+åre2

+års1k6

+å2rs

+års3ko.

+års3kv

+års1t2

+ås2es2

+ås4e

+ås1k4a

+åsk6

+ås2kr2

+å2t2e3ru

+åt1e2r

+å2ts2

+# This table contains braille codes and rules for Oriya  script.
+#
+# Copyright (C) 2014 National Institute for Visually Handicapped, 116, Rajpur Road, Dehradun, Uttrakhand, India
+#
+# This file is part of liblouis.
+#
+# liblouis is free software: you can redistribute it and/or modify it
+# under the terms of the GNU Lesser General Public License as
+# published by the Free Software Foundation, either version 2.1 of the
+# License, or (at your option) any later version.
+#
+# liblouis is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with liblouis. If not, see
+# <http://www.gnu.org/licenses/>.
+
+# This table is built and maintained under an activity of Braille Council of India
+# Contributors: Dipendra Manocha, Sreeja, Dinesh Kaushal, Mesar Hameed
+# Last updated on May 5, 2014
+# To report any bugs or any suggestion, please write to d@saksham.org and sreeja.param@gmail.com
+
+include braille-patterns.cti
+  
+replace \x200D
+   
+# vowels
+
+ letter	\x0B01	3	# ORIYA SIGN CANDRABINDU
+letter	\x0B02	56	# ORIYA SIGN ANUSVARA
+letter	\x0B03	6	# ORIYA SIGN VISARGA
+letter	\x0B05	1	# ORIYA LETTER A
+letter	\x0B06	345	# ORIYA LETTER AA
+letter	\x0B07	24	# ORIYA LETTER I
+letter	\x0B08	35	# ORIYA LETTER II
+letter	\x0B09	136	# ORIYA LETTER U
+letter	\x0B0A	1256	# ORIYA LETTER UU
+letter	\x0B0B	5-1235	# ORIYA LETTER VOCALIC R
+letter	\x0B0C	5-1235	# ORIYA LETTER VOCALIC L
+letter	\x0B0F	15	# ORIYA LETTER E
+letter	\x0B10	34	# ORIYA LETTER Al
+letter	\x0B13	135	# ORIYA LETTER O
+letter	\x0B14	246	# ORIYA LETTER AU
+
+# consonents 
+
+letter	\x0B15	13	# ORIYA LETTER KA
+letter	\x0B16	46	# ORIYA LETTER KHA
+letter	\x0B17	1245	# ORIYA LETTER GA
+letter	\x0B18	126	# ORIYA LETTER GHA
+letter	\x0B19	346	# ORIYA LETTER NGA
+
+letter	\x0B1A	14	# ORIYA LETTER CA
+letter	\x0B1B	16	# ORIYA LETTER CHA
+letter	\x0B1C	245	# ORIYA LETTER JA
+letter	\x0B1D	356	# ORIYA LETTER JHA
+letter	\x0B1E	25	# ORIYA LETTER NYA
+
+letter	\x0B1F	23456	# ORIYA LETTER TTA
+letter	\x0B20	2456	# ORIYA LETTER TTHA
+letter	\x0B21	1246	# ORIYA LETTER DDA
+letter	\x0B22	123456	# ORIYA LETTER DDHA
+letter	\x0B23	3456	# ORIYA LETTER NNA
+
+letter	\x0B24	2345	# ORIYA LETTER TA
+letter	\x0B25	1456	# ORIYA LETTER TEA
+letter	\x0B26	145	ORJYA LETTER DA
+letter	\x0B27	2346	# ORIYA LETTER DHA
+letter	\x0B28	1345	# ORIYA LETTER NA
+
+letter	\x0B2A	1234	# ORIYA LETTER PA
+letter	\x0B2B	235	# ORIYA LETTER PHA
+letter	\x0B2C	12	# ORIYA LETTER BA - 0B35 ORIYA letter  va
+letter	\x0B2D	45	# ORIYA LETTER BHA
+letter	\x0B2E	134	# ORIYA LETTER MA
+
+letter	\x0B2F	13456	# ORIYA LETTER YA = ja
+letter	\x0B30	1235	# ORIYA LETTER RA
+letter	\x0B32	123	# ORIYA LETTER LA
+letter	\x0B33	456	# ORIYA LETTER LLA
+letter	\x0B35	1236	# ORIYA LETTER VA - 0B2C  ORIYA letter ba
+letter	\x0B36	146	# ORIYA LETTER SHA
+letter	\x0B37	12346	# ORIYA LETTER SSA
+letter	\x0B38	234	# ORIYA LETTER SA
+letter	\x0B39	125	# ORIYA LETTER HA
+
+letter    \x0B3E     345	# ORIYA VOWEL SIGN AA, ORIYA VOWEL SIGN UU, ORIYA VOWEL SIGN VOCALIC ORIYA VOWEL SIGN VOCALIC RR
+letter	\x0B3F	24	# ORIYA VOWEL SIGN I
+letter	\x0B40	35	# ORIYA VOWEL SIGN II
+letter	\x0B41	136	# ORIYA VOWEL SIGN U
+letter	\x0B42	1256	# ORIYA VOWEL SIGN UU
+letter	\x0B43	5-1235	# ORIYA VOWEL SIGN VOCALIC R
+letter	\x0B44	5-1235	# ORIYA VOWEL SIGN VOCALIC RR
+letter	\x0B47	15	# ORIYA VOWEL SIGN E (stands to the left of the consonant)
+letter	\x0B48	34	# ORIYA VOWEL SIGN AI (stands to the left of the consonant) = 0B47 AND 0B56
+letter	\x0B4B	135	# ORIYA VOWEL SIGN O = 0B47 AND 0B3E
+letter	\x0B4C	246	# ORIYA VOWEL SIGN AU =OB47 AND 0B57
+letter	\x0B4D	4	# ORIYA SIGN VIRAMA
+letter	\x0B56	34	# ORIYA AI LENGTH MARK
+letter	\x0B57	246	# ORIYA AU LENGTH MARK
+letter	\x0B5C	12456	# ORIYA LETTER RRA = dda =0B21 and 0B3C
+letter	\x0B5D	5-12456	# ORIYA LETTER RHA= ddha =0B22 and 0B3C
+letter	\x0B5F	26	# ORIYA LETTER YYA = ya
+letter	\x0B60	5-1235	# ORIYA LETTER VOCALIC RR
+letter	\x0B61	5-123	# ORIYA LETTER VOCALIC LL
+letter	\x0B62	6-1235	# ORIYA VOWEL SIGN VOCALIC L
+letter	\x0B63	6-123	# ORIYA VOWEL SIGN VOCALIC LL
+
+# Digits
+litdigit	\x0B66	245	# ORIYA DIGIT ZERO
+litdigit	\x0B67	1	# ORIYA DIGIT ONE
+litdigit	\x0B68	12	# ORIYA DIGIT TWO
+litdigit	\x0B69	14	# ORIYA DIGIT THREE
+litdigit	\x0B6A	15	# ORIYA DIGIT FOUR
+litdigit	\x0B6B	15	# ORIYA DIGIT FIVE
+litdigit	\x0B6C	124	# ORIYA DIGIT SIX
+litdigit	\x0B6D	1245	# ORIYA DIGIT SEVEN
+litdigit	\x0B6E	125	# ORIYA DIGIT EIGHT
+litdigit	\x0B6F	24	# ORIYA DIGIT NINE
+letter	\x0B70	34	# ORIYA ISSHAR
+letter	\x0B71	25-14	# ORIYA LETTER WA- 0B13 #ORIYA LETTER O -0B35  ORIYA LETTER VA
+	
+  # Half Characters
+  		
+always	\x0B15\x0B4D	4-13	# ORIYA LETTER KA
+always	\x0B16\x0B4D	4-46	# ORIYA LETTER KHA
+always	\x0B17\x0B4D	4-1245	# ORIYA LETTER GA
+always	\x0B18\x0B4D	4-126	# ORIYA LETTER GHA
+always	\x0B19\x0B4D	4-346	# ORIYA LETTER NGA
+
+always	\x0B1A\x0B4D	4-14	# ORIYA LETTER CA
+always	\x0B1B\x0B4D	4-16	# ORIYA LETTER CHA
+always	\x0B1C\x0B4D	4-245	# ORIYA LETTER JA
+always	\x0B1D\x0B4D	4-356	# ORIYA LETTER JHA
+always	\x0B1E\x0B4D	4-25	# ORIYA LETTER NYA
+
+always	\x0B1F\x0B4D	4-23456	# ORIYA LETTER TTA
+always	\x0B20\x0B4D	4-2456	# ORIYA LETTER TTHA
+always	\x0B21\x0B4D	4-1246	# ORIYA LETTER DDA
+always	\x0B22\x0B4D	4-123456	# ORIYA LETTER DDHA
+always	\x0B23\x0B4D	4-3456	# ORIYA LETTER NNA
+
+always	\x0B24\x0B4D	4-2345	# ORIYA LETTER TA
+always	\x0B25\x0B4D	4-1456	# ORIYA LETTER TEA
+always	\x0B26\x0B4D	4-145	ORJYA LETTER DA
+always	\x0B27\x0B4D	4-2346	# ORIYA LETTER DHA
+always	\x0B28\x0B4D	4-1345	# ORIYA LETTER NA
+
+always	\x0B2A\x0B4D	4-1234	# ORIYA LETTER PA
+always	\x0B2B\x0B4D	4-235	# ORIYA LETTER PHA
+always	\x0B2C\x0B4D	4-12	# ORIYA LETTER BA - 0B35 ORIYA letter  va
+always	\x0B2D\x0B4D	4-45	# ORIYA LETTER BHA
+always	\x0B2E\x0B4D	4-134	# ORIYA LETTER MA
+
+always	\x0B2F\x0B4D	4-13456	# ORIYA LETTER YA = ja
+always	\x0B30\x0B4D	4-1235	# ORIYA LETTER RA
+always	\x0B32\x0B4D	4-123	# ORIYA LETTER LA
+always	\x0B33\x0B4D	4-456	# ORIYA LETTER LLA
+always	\x0B35\x0B4D	4-1236	# ORIYA LETTER VA - 0B2C  ORIYA letter ba
+always	\x0B36\x0B4D	4-146	# ORIYA LETTER SHA
+always	\x0B37\x0B4D	4-12346	# ORIYA LETTER SSA
+always	\x0B38\x0B4D	4-234	# ORIYA LETTER SA
+always	\x0B39\x0B4D	4-125	# ORIYA LETTER HA
+
+always	\x0B5C\x0B4D	4-12456	# ORIYA LETTER RRA = dda =0B21 and 0B3C
+always	\x0B5D\x0B4D	4-5-12456	# ORIYA LETTER RHA= ddha =0B22 and 0B3C
+always	\x0B5F\x0B4D	4-26	# ORIYA LETTER YYA = ya
+always	\x0B60\x0B4D	4-5-1235	# ORIYA LETTER VOCALIC RR
+always	\x0B61\x0B4D	4-5-123	# ORIYA LETTER VOCALIC LL
+always	\x0B62\x0B4D	4-6-1235	# ORIYA VOWEL SIGN VOCALIC L
+always	\x0B63\x0B4D	4-6-123	# ORIYA VOWEL SIGN VOCALIC LL
+
+
+#ksha and gya
+
+
+always  \x0B15\x0B4D\x0B37\x0B4D 4-12345 #ksha
+always \x0B1C\x0B4D\x0B1E 156 #gya
+always  \x0B15\x0B4D\x0B37 12345 #ksha
+
+
+#consonants followed by vowel not matra
+
+class  OriyaVowel \x0B07\x0B08\x0B09\x0B0A\x0B0B\x0B0C\x0B0F\x0B10\x0B13\x0B14
+class Halant \x0B4D
+before OriyaVowel always	\x0B15 	  13-1	# ORIYA LETTER KA
+before OriyaVowel always	\x0B16 	  46-1	# ORIYA LETTER KHA
+before OriyaVowel always	\x0B17 	  1245-1	# ORIYA LETTER GA
+before OriyaVowel always	\x0B18 	  126-1	# ORIYA LETTER GHA
+
+
+before OriyaVowel always	\x0B1A 	  14-1	# ORIYA LETTER CA
+before OriyaVowel always	\x0B1B 	  16-1	# ORIYA LETTER CHA
+before OriyaVowel always	\x0B1C 	  245-1	# ORIYA LETTER JA
+before OriyaVowel always	\x0B1D 	  356-1	# ORIYA LETTER JHA
+
+before OriyaVowel always	\x0B1F 	  23456-1	# ORIYA LETTER TTA
+before OriyaVowel always	\x0B20 	  2456-1	# ORIYA LETTER TTHA
+before OriyaVowel always	\x0B21 	  1246-1	# ORIYA LETTER DDA
+before OriyaVowel always	\x0B22 	  123456-1	# ORIYA LETTER DDHA
+before OriyaVowel always	\x0B23 	  3456-1	# ORIYA LETTER NNA
+
+before OriyaVowel always	\x0B24 	  2345-1	# ORIYA LETTER TA
+before OriyaVowel always	\x0B25 	  1456-1	# ORIYA LETTER TEA
+before OriyaVowel always	\x0B26 	  145-1	ORJYA LETTER DA
+before OriyaVowel always	\x0B27 	  2346-1	# ORIYA LETTER DHA
+before OriyaVowel always	\x0B28 	  1345-1	# ORIYA LETTER NA
+
+before OriyaVowel always	\x0B2A 	  1234-1	# ORIYA LETTER PA
+before OriyaVowel always	\x0B2B 	  235-1	# ORIYA LETTER PHA
+before OriyaVowel always	\x0B2C 	  12-1	# ORIYA LETTER BA - 0B35 ORIYA letter  va
+before OriyaVowel always	\x0B2D 	  45-1	# ORIYA LETTER BHA
+before OriyaVowel always	\x0B2E 	  134-1	# ORIYA LETTER MA
+
+before OriyaVowel always	\x0B2F 	  13456-1	# ORIYA LETTER YA = ja
+before OriyaVowel always	\x0B30 	  1235-1	# ORIYA LETTER RA
+before OriyaVowel always	\x0B32 	  123-1	# ORIYA LETTER LA
+before OriyaVowel always	\x0B33 	  456-1	# ORIYA LETTER LLA
+before OriyaVowel always	\x0B35 	  1236-1	# ORIYA LETTER VA - 0B2C  ORIYA letter ba
+before OriyaVowel always	\x0B36 	  146-1	# ORIYA LETTER SHA
+before OriyaVowel always	\x0B37 	  12346-1	# ORIYA LETTER SSA
+before OriyaVowel always	\x0B38 	  234-1	# ORIYA LETTER SA
+before OriyaVowel always	\x0B39 	  125-1	# ORIYA LETTER HA
+
+before OriyaVowel always	\x0B5C 	12456-1	# ORIYA LETTER RRA = dda =0B21 and 0B3C
+before OriyaVowel always	\x0B5D 	5-12456-1	# ORIYA LETTER RHA= ddha =0B22 and 0B3C
+before OriyaVowel always	\x0B5F 	26-1	# ORIYA LETTER YYA = ya
+before OriyaVowel always	\x0B60 	5-1235-1	# ORIYA LETTER VOCALIC RR
+before OriyaVowel always	\x0B61 	5-123-1 	# ORIYA LETTER VOCALIC LL
+before OriyaVowel always	\x0B62 	6-1235-1	# ORIYA VOWEL SIGN VOCALIC L
+before OriyaVowel always	\x0B63 	6-123-1	# ORIYA VOWEL SIGN VOCALIC LL
+
+
+
+
+# liblouis: U.S. English Grade 1 table
+#
+# Based on the braille contraction modules in BRLTTY
+#
+# Copyright (C) 1995-2004 by The BRLTTY Team.
+# Copyright (C) 2004 ViewPlus Technologies, Inc., www.viewplustech.com
+# Copyright (C) 2004 Computers to Help People, Inc., www.chpi.org
+
+# This file is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public
+# License as published by the Free Software Foundation; either
+# version 2.1 of the License, or (at your option) any later version.
+
+# This file is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+# Lesser General Public License for more details.
+
+# You should have received a copy of the GNU Lesser General Public
+# License along with this file; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+# liblouis  comes with ABSOLUTELY NO WARRANTY.
+
+# Maintained by John J. Boyer, director@chpi.org, www.chpi.org
+
+include en-chardefs.cti All character definition opcodes
+include nemethdefs.cti
+
+# Braille indicators
+numsign 3456  number sign, just a dots operand
+multind 56-6 letsign capsletter
+letsign 56
+capsletter 6
+begcapsword 6-6
+endcapsword 6-3
+emphclass italic
+emphclass underline
+emphclass bold
+begemph italic 46
+endemph italic 46-46
+begemph bold 456
+endemph bold 456-456
+begcomp 456-346
+endcomp 456-156
+
+# Letters are defined in en-chardefs
+# punctuation
+prepunc " 236
+endnum " 456-356
+postpunc " 356
+prepunc ' 6-236
+endnum ' 456-356-3
+postpunc ' 356-3
+word 'em = 
+word 'tis =
+word 'twas =
+begnum # 4 print number sign before number
+endnum , 456-2
+postpunc , 2
+decpoint . 46
+midnum - 36
+hyphen - 36
+endnum . 456-256
+postpunc . 256
+noback always . 256
+endnum ; 456-23
+postpunc ; 23
+endnum : 456-25
+postpunc : 25
+endnum ! 12346
+postpunc ! 235
+midnum / 34
+always / 456-34
+always < 0-5-13-0
+always = 0-46-13-0
+always > 0-46-2-0
+endnum ? 456-236
+postpunc ? 236
+endnum % 4-356
+midnum ^ 45
+always ^ 456-126
+always ~ 4-156
+always & 456-12346
+always [ 456-12356
+always ] 456-23456
+always { 46-12356
+always } 46-23456
 prepunc ` 6-236
 always @ 4-1
 always \\ 456-16
 always | 456-1256
-always ... 256-256-256
-always .\s.\s. 256-256-256 . . .
+always \s-\s 36-36
+always ... 3-3-3
+always .\s.\s. 3-3-3 . . .
+begnum $ 256
 always $ 256-3456
 
 # special character sequences
-sign \x00BD 3456-1-34-12        # 1/2 fraction
-sign \x00BC 3456-1-34-145       # 1/4 fraction
-sign \x00BE 3456-14-34-145      # 3/4 fraction
+compbrl :// URLs
+compbrl www.
+compbrl .com
+compbrl .edu
+compbrl .gov
+compbrl .mil
+compbrl .net
+compbrl .org
+# include countries.cti
+compbrl .doc
+compbrl .htm
+compbrl .html
+compbrl .tex
+compbrl .txt
+compbrl .gif
+compbrl .jpg
+compbrl .png
+compbrl .wav
+compbrl .tar
+compbrl .zip
 
-# Mongolian additional characters
-uplow \x04E8\x04E9 1236
-uplow \x04AE\x04AF 1456
+# the letter a
+largesign a 1
+largesign A 1
+word about 1-12
+word thereabouts 5-2346-1-12-234
+word runabout 1235-136-1345-1-12
+contraction ab
+sufword above 1-12-1236
+contraction abv
+word according 1-14
+contraction ac
+word accordingly 1-14-123-13456
+contraction acly
+word across 1-14-1235
+contraction acr
+always aed =
+always aer = Rosenlaer
+begword aforem 1-123456-15-134 aforementioned 
+word aforesaid 1-123456-15-234-145
+sufword after 1-124
+contraction af
+sufword afternoon 1-124-1345 afternoons
+contraction afn
+sufword afterward 1-124-2456
+contraction afw
+word again 1-1245
+contraction ag
+word against 1-1245-34
+endword gery = orangery
+midendword ally 6-13456
+word almost 1-123-134
+contraction alm
+word already 1-123-1235
+contraction alr
+word also 1-123
+contraction al
+word although 1-123-1456
+word altogether 1-123-2345
+contraction alt
+word always 1-123-2456
+contraction alw
+midendword ance 46-15
+largesign and 12346
+always (and =
+always and) =
+always andar 12346-345 staodard
+always anda 12346-1 panda
+midword angh = Shanghai
+begword aqued = aqueduct
+always ar 345
+word aright 1-5-1235
+word as 1356
+contraction as
+midendword ation 6-1345
+midendword aunder 1-136-1345-145-12456 saunders
+begword auto = autofocus
+
+# the letter b
+midword bb 23
+midendword bble 12-3456
+lowword be 23
+begword be 23
+begword bea 12-2
+always bear 12-15-345
+begword beatif 23-1-2345-24-124
+begword beatit 23-1-2345-24-2345
+begword beatr 23-1-2345-1235 Beatrice
+always beck 12-15-14-13
+always bed 12-1246
+begword beda 23-145-1 bedazzle
+begword bede 23-145-15 bedevil
+word bede 12-1246-15 bede (a name)
+begword bedi 23-145-24 bedizzened
+word bee 12-15-15
+begword bee 12-15-15
+always been 12-15-26
+always beer 12-15-12456
+word beg =
+begword begg 12-15-2356
+word begs =
+begword bei = beijing
+sufword being 23-346
+sufword belch 12-15-123-16
+begword beld = Beldon
+begword belf = belfry, belfast
+begword belg = Belgium
+begword belk = Belkin
+always bell =
+begword belm = Belmont
+always belt =
+begword belw = belwether
+always ben 12-26
+begword beni 12-26-24
+begword benif 23-1345-24-124 benificient
+sufword benign 23-1345-24-1245-1345 benignity
+begword benov 23-1345-135-1236 benovolent
+begword benu 23-1345-136 benumbed
+begword ber 12-12456
+begword bera 23-1235-1 berating
+begword bere 23-1235-15 bereft
+begword berea 23-1235-2 bereaved
+begword beri 23-1235-24 beribboned
+always best 12-15-34
+sufword bestow 23-34-246
+always beth 12-15-1456 Bethany
+always bethe 12-15-2346 Bethel (Hans) Bethe
+always bets =
+always bett =
+sufword bev = bevies
+begword bever 12-5-15 Beverly beverage
+always bio =
+midendword bious 12-24-1256-234 dubious
+joinword by 356
+word because 23-14
+word bec =
+always before 23-124
+word behind 23-125
+word behring 12-15-125-1235-346
+word bel =
+begword beln = Belnick
+word below 23-123
+word beneath 23-1345
+sufword beside 23-234
+sufword bess = Bessie
+word between 23-2345
+word bet =
+word beyond 23-13456
+word bey =
+midendword ble 3456
+midendword bleau 12-123-2-136 tableau
+always bless 12-46-234 joblessness
+word blind 12-123
+contraction bl
+begword blindf 12-123-124 blindfold
+word blindly 12-123-123-13456
+word blindness 12-123-56-234
+sufword blinds 12-123-234 blindsided
+always braille 12-1235-123
+contraction brl
+word but 12
+
+# the letter c
+midword cch 14-16
+always chloro 16-123-135-1235-135
+begword cofac = cofactor
+always cofound 14-135-124-46-145
+begword com 36
+sufword common 36-134-135-1345 commonest
+begword con 25
+sufword conceive 25-14-1236
+sufword conceiving 25-14-1236-1245
+always cone 14-5-135
+word cons 14-135-1345-234
+sufword conundrum = 
+sufword could 14-145
+contraction cd
+sufword coworker 14-135-5-2456-12456
+midword cc 25
+word can 14
+always cannot 456-14
+word ch =
+always ch 16
+always character 5-16
+always chemo 16-15-134-135
+word child 16
+always children 16-1345
+sufword clever 14-123-5-15 cleverest
+
+# the letter d
+always day 5-145
+begword deact = deactivation
+begword deall = deallocate
+begword decarb 145-15-14-345-12
+always deceive 145-14-1236
+contraction dcv
+contraction dcvd
+contraction dcvr
+contraction dcvs
+always deceiving 145-14-1236-1245
+contraction dcvg
+always declare 145-14-123
+contraction dcl
+contraction dcld
+contraction dclr
+contraction dcls
+word declaring 145-14-123-1245
+contraction dclg
+begword deref = dereferencing
+begword dereg = deregulation
+midword dd 256
+midendword dday 145-5-145 midday
+begword dedic 145-1246-24-14 dedicated
+always dedu = nondeductible
+begword deno = denote
+always denom =
+begword denou 145-15-1345-1256 denounce
+begword denu = denunciation
+begword dera = derail
+begword deri 145-15-1235-24
+begword dero = derogatory
+begword dinu 145-24-1345-136
+begword dis 256
+word disc =
+word discs =
+always dish 145-24-146
+begword disha 256-125-1 dishabile
+begword dishear 256-125-15-345 disheartened
+begword disho 256-125-135 dishonor
+begword dishone 256-125-5-135 dishonest
+sufword disk =
+sufword dispirit 145-24-456-234 dispirited
+begword disul = disulfide
+word do 145
+
+# the letter e
+midword ea 2
+midword eabil = interchangeability
+always eable 15-1-3456
+endword eably = noticeably
+midendword eage = mileage
+midendword eager 2-1245-12456 meager
+always eally 15-6-13456
+midendword eance 15-46-15 vengeance
+midendword eand 15-12346 meander
+always eation 15-6-1345
+always ear 15-345
+always ed 1246
+always edic = edict Benedict
+sufword edition 15-145-24-56-1345 editions
+midword edo 15-145-135
+always edraw =
+word either 15-24
+contraction ei
+word en =
+always en 26
+always ename 15-5-1345
+sufword enamel 26-1-134-15-123 enameled
+midendword ence 56-15
+always eneck = bottleneck
+midendword eness 15-56-234 closeness
+begword enor = enormous
+begword enou 15-1345-1256
+lowword enough 26
+word enough 26-1256-126
+begword enu 15-1345-136
+always er 12456
+begword era =
+word eras 12456-1-234
+begword erec = erect 
+begword ero 15-1235-135
+midendword eroom = storeroom
+begword eru = erupt
+always ever 5-15
+midendword evere 15-1236-12456-15 Everest
+always evered 15-1236-12456-1246
+word every 15
+
+# the letter f
+midword ff 235
+always father 5-124
+always fein 124-15-35 Feingold
+always first 124-34
+always fever 124-15-1236-12456
+always ffor 124-123456
+largesign for 123456
+always (for =
+always for) =
+always fora 123456-1 foramen
+always fore 123456-15
+begword forens 123456-26-234 forensic
+always forever 123456-5-15 forevermore
+always foot =
+word from 124
+word friend 124-1235
+contraction fr
+sufword friendl 124-1235-123
+word friends 124-1235-234
+midendword ful 56-123
+always funder 124-136-1345-145-12456
+
+# the letter g
+begword geo = geoengineering
+sufword geoff 1245-15-12356-124 Geoffrey
+midword gg 2356
+always gh 126
+endword gham = Langham
+always ghead 1245-125-2-145
+always gheart 1245-125-15-345-2345
+midendword ghill = dunghill
+midendword ghorn = bighorn
+always ghouse 1245-125-1256-234-15
+always ghz = (gigahertz)
+begword givea = giveaway
+sufword gnome = gnomedb
+word go 1245
+sufword good 1245-145
+contraction gd
+begword gos = goshawk
+word goshen 1245-135-146-26
+sufword great 1245-1235-2345
+contraction grt
+
+# the letter h
+always had 456-125
+begword hadd 125-1-256 haddock
+sufword hade = hadean 
+word have 125
+always here 5-125
+always hered 125-12456-1246
+always heren 125-12456-26
+midendword herence 125-12456-56-15 adherence
+always herer 125-12456-12456
+always heres 125-12456-15-234
+always heret 125-12456-15-2345
+word heretofore 5-125-2345-135-123456-15
+word herself 125-12456-124
+word him 125-134
+word hm 125-3-134
+sufword hmm =
+word himself 125-134-124
+contraction hmf
+lowword his 236
+sufword horse = horseradish
+always hydro =
+
+# the letter i
+word I 24
+midendword iever 24-15-1236-12456
+word immediate 24-134-134
+contraction imm
+word immediately 24-134-134-123-13456
+contraction immly
+begword immuno = immunofluorescence
+lowword in 35
+word in =
+always in 35
+begword incon 35-14-135-1345 incongruous
+midendword iness 24-56-234
+midendword ing 346
+midword inga 35-1245-1 nightingale
+always ingar 35-1245-345 Weingarten
+midword ingen 35-1245-26 palingenesis (new birth)
+midword ingi 35-1245-24 meningitis
+midendword inging 346-346 bringing
+joinword into 35-235
+always isomer 24-234-135-134-12456
+word it 1346
+word its 1346-234
+contraction xs
+word itself 1346-124
+contraction xf
+midendword ity 56-13456
+
+# the letter j
+word just 245
+
+# the letter k
+always know 5-13
+word knowledge 13
+
+# the letter l
+midendword less 46-234
+sufword letter 123-1235
+contraction lr
+sufword newsletter 1345-15-2456-234-123-1235
+word unlettered 136-1345-123-1235-1246
+word like 123
+sufword little 123-123
+contraction ll
+sufword lone 123-5-135 lonely
+always lord 5-123
+
+# the letter m
+always many 456-134
+begword mc =
+always medic 134-1246-24-14 medicare
+midendword ment 56-2345
+midword menth 134-26-1456 Blumenthal
+always mideast 134-24-145-15-1-34
+word milling 134-24-123-123-346
+begword mishand 134-24-234-125-12346 mishandled
+always mishap =
+sufword mishear 134-24-234-125-15-345 misheard
+begword missh 134-24-234-146 misshapen
+word mistook =
+begword mistran = mistranslation
+sufword mistreat 134-24-234-2345-1235-2-2345
+begword mistru = mistrust
+begword misty = mistyped
+word monetary 134-5-135-2345-345-13456
+word more 134
+always mother 5-134
+always much 134-16
+word must 134-34
+word mustn 134-34-1345
+begword myo = myofibroblasts
+word myself 134-13456-124
+contraction myf
+
+# the letter n
+always name 5-1345
+midendword nament 1345-1-56-2345 tournament
+always namese =
+endnum nd 1345-145
+word necessary 1345-15-14
+contraction nec
+word neither 1345-15-24
+contraction nei
+midendword ness 56-234
+begword noness = nonessential
+word nonetheless 1345-5-135-2346-46-234
+always nonex =
+begword nong = nongraphical
+word noone 1345-135-5-135
+sufword nose = nosedive
+word not 1345
+word noways =
+word nowhere 1345-135-5-156
+
+# the letter o
+word O 135
+midword oed = Schroeder
+always oen = Phoenix
+midendword oence 135-26-14-15 electroencephalogram
+largesign of 12356
+always (of =
+always of) =
+midendword ofar 135-124-345 insofar
+always ofold = twofold
+midword ofor 135-123456
+always onesi =
+midendword oness 135-56-234
+midendword oneer 135-1345-15-12456
+midendword oned 135-1345-1246
+always one 5-135
+always oneless 5-135-46-234
+midendword onel = salmonella colonel
+always onem = phoneme
+midendword onement 5-135-56-2345 atonement
+midendword onent 135-1345-26-2345
+midendword oneous 135-1345-15-1256-234 erroneous
+always oner 135-1345-12456
+sufword loner 123-135-1345-12456
+midendword onese = Cantonese,
+word oneself 5-135-124
+midendword oness 135-56-234 Deaconess
+midendword onet = phonetics bayonet
+endword onez = Ordonez
+midendword ong 56-1245
+always oon = sooner
+always osome =
+word ou =
+always ou 1256
+midendword ound 46-145
+midendword ount 46-2345
+always ourselves 1256-1235-1236-234
+word out 1256
+always ought 5-1256
+always ow 246
+word o'clock 135-3-14
+
+# the letter p
+always paid 1234-145
+contraction pd
+always part 5-1234
+begword parta 1234-345-2345-1 partake
+always parthe 1234-345-2346 Parthenon
+always parth 5-1234-1456
+begword parto 1234-345-2345-135
+word people 1234
+always perceive 1234-12456-14-1236
+always perceiving 1234-12456-14-1236-1245
+always perhaps 1234-12456-125
+always pher 1234-125-12456 cyphered
+begword potho = pothole pothook
+begword pre =
+always preach 1234-1235-2-16
+sufword predator 1234-1235-1246-1-2345-135-1235
+always prof =
+begword proff 1234-1235-12356-124 proffer
+always profit 1234-1235-12356-24-2345
+
+# the letter q
+always quick 12345-13
+contraction qk
+word quite 12345
+always question 5-12345
+
+# the letter r
+sufword rafter 1235-1-124-2345-12456
+word rather 1235
+sufword raw = rawhide
+endnum rd 1235-145
+begword reab = reabsorbed
+always reac =
+always reach 1235-2-16
+begword readj = readjust
+begword readm = readmit
+begword reaff 1235-15-1-235
+sufword reagent 1235-15-1-1245-26-2345
+begword reagg 1235-15-1-2356 reaggregated
+begword realig = realign
+begword rean = reanalyze, reanimate
+begword reapp = reappear
+begword reass 1235-15-1-234-234
+begword reatt = reattach
+begword reau = reauthorization
+begword reaw = reawaken
+begword rede =
+begword redi =
+word redo =
+word redone 1235-15-145-5-135
+begword redou 1235-15-145-1256 redouble redoubt 
+always redu =
+always receive 1235-14-1236
+contraction rcv
+contraction rcvd
+contraction rcvr
+contraction rcvs
+always receiving 1235-14-1236-1245
+contraction rcvg
+begword redis = redistribute
+begword redr = redress
+always rejoice 1235-245-14
+contraction rjc
+contraction rjcd
+contraction rjcr
+contraction rjcs
+always rejoicing 1235-245-14-1245
+contraction rjcg
+sufword renaming 1235-15-1345-1-134-346 renamings
+begword rene =
+begword renom = renominate
+begword renou 1235-15-1345-1256 renounce
+sufword renown 1235-15-1345-246-1345 renowned
+begword renu = renunciation
+sufword reread 1235-15-1235-2-145
+sufword rerun = reruns
+always rever 1235-15-1236-12456
+always reveren 1235-5-15-26 irreverent
+always reverence 1235-5-15-56-15 irreverence
+sufword reverie 1235-5-15-24-15
+always right 5-1235
+
+# the letter s
+endnum s = 40s (no letter sign)
+word said 234-145
+contraction sd
+sufword saw = sawhorse
+sufword screw = screwhole
+always sedu =
+always sent 234-26-2345 sentimental
+always sever 234-15-1236-12456 perseverance 
+always several 234-5-15-1-123 severally
+word shall 146
+word sh =
+always sh 146
+always shaus = In German names
+sufword should 146-145
+always shoulder 146-1256-123-145-12456
+word singapore 234-346-1-1234-135-1235-15 
+midendword sion 46-1345
+midword stak 234-2345-1-13
+midendword stion 234-56-1345
+word so 234
+always some 5-234
+midendword somed 234-135-134-1246 ransomed
+always somer 234-135-134-12456 somersault 
+always spirit 456-234
+midendword ssword 234-234-45-2456 crossword 
+endnum st 34
+word st =
+always st 34
+always sth 234-1456
+always sthe 234-2346
+midendword sthead 34-125-2-145 masthead
+always sthood 34-125-135-135-145 priesthood
+word still 34
+always stime 234-5-2345
+midendword stown 234-2345-246-1345 Pickstown
+begword styro 34-13456-1235-135 styrofoam
+always shead 234-125-2-145
+always sheart 124-125-15-345-2345
+always shouse 234-125-1256-234-15
+always ssh =
+always shood =
+word such 234-16
+word sch =
+always sword =
+
+# the letter t
+endnum th 1456
+word th =
+always th 1456
+always thand 2345-125-12346 shorthand
+word that 2345
+midendword thill = anthill
+word this 1456
+word thyself 1456-13456-124
+always tnam =
+joinword to 235
+word today 2345-145
+contraction td
+sufword tomorrow 2345-134
+contraction tm
+word tonight 2345-1345
+contraction tn
+always thead 2345-125-2-145
+always theast 1456-15-1-34
+always theart 2345-125-15-345-2345
+always thouse 2345-125-1256-234-15
+largesign the 2346
+always (the =
+always the) =
+always thea 2346-1 theater
+word themselves 2346-134-1236-234
+always their 456-2346
+always thence 1456-56-15
+always there 5-2346
+midendword thereal 2346-1235-2-123 ethereal
+word thereupon 5-2346-45-136
+always thered 2346-1235-1246
+always therer 2346-1235-12456
+always theres 2346-1235-15-234 theresa therese 
+always thood =
+midendword tion 56-1345
+always time 5-2345
+midendword timed 1245-24-134-1246
+midendword timer 2345-24-134-12456
+midendword timet = altimeter
+word these 45-2346
+always through 5-1456
+word together 2345-1245-1235
+contraction tgr
+word those 45-1456
+begword trans = transtype
+
+# the letter u
+begword un = unameliorated
+begword unble = unblemished
+begword undis = undisturbed
+begword uneas = unease
+begword uneat = uneaten
+sufword unful = unfulfilled
+begword unmen 136-1345-134-26 unmentioned
+word upon 45-136 Dupont
+word us 136
+always under 5-136
+word unsaid 136-1345-234-145
+
+# the letter v
+begword vaing 1236-1-35-1245 vainglory
+word very 1236
+begword vice = viceroy
+
+# the letter w
+lowword was 356
+word wh =
+always wh 156
+midendword whart 2456-125-345-2345 Newhart
+word which 156
+midendword whouse 2456-125-1256-234-15 Newhouse
+word will 2456
+lowword were 2356
+always where 5-156
+word whereupon 5-156-45-136
+word wherever 156-12456-5-15
+largesign with 23456
+always (with =
+always with) =
+always word 45-2456
+word whose 45-156
+always work 5-2456
+sufword would 2456-145
+contraction wd
+always world 456-2456
+
+# the letter x
+
+# the letter y
+word you 13456
+always young 5-13456
+word your 13456-1235
+contraction yr
+word yours 13456-1235-234
+contraction yrs
+word yourself 13456-1235-124
+contraction yrf
+word yourselves 13456-1235-1236-234
+contraction yrvs
+
+# the letter z
+
+# Système International Prefixes
+begword yotta 13456-135-2345-2345-1 10^24
+begword zetta 1356-15-2345-2345-1 10^21
+# begword exa 15-1346-1 10^18
+begword peta 1234-15-2345-1 10^15
+begword tera 2345-12456-1 10^12
+begword giga 1245-24-1245-1 10^9
+begword mega 134-15-1245-1 10^6
+begword kilo 13-24-123-135 10^3
+begword hecto 125-15-14-2345-135 10^2
+begword deca 145-15-14-1 10^1
+begword deci 145-15-14-24 10^-1
+begword centi 14-26-2345-24 10^-2
+begword milli 134-24-123-123-24 10^-3
+begword micro 134-24-14-1235-135 10^-6
+begword nano 1345-1-1345-135 10^-9
+begword pico 1234-24-14-135 10^-12
+begword femto 124-15-134-2345-135 10^-15
+begword atto 1-2345-2345-135 10^-18
+begword zepto 1356-15-1234-2345-135 10^-21
+begword yocto 13456-135-14-2345-135 10^-24
+begword anti =
+# begword endo 26-145-135 endow
+begword epi =
+begword extra =
+begword hyper 125-13456-1234-12456
+begword hypo =
+begword infra 35-124-1235-1
+begword inter 35-2345-12456
+begword intra 35-2345-1235-1
+begword iso =
+begword macro =
+begword meta =
+begword micro =
+begword mono =
+begword multi =
+begword patho 1234-1-1456-135
+begword peri 1234-12456-24
+begword poly =
+begword post 1234-135-34
+begword pre =
+begword pseudo =
+begword retro =
+# begword semi = seminar
+begword sub =
+begword super 234-136-1234-12456
+begword tetra =
+begword trans =
+begword ultra =
+# begword uni =
+
+# other prefixes
+begword electro =
+begword neuro =
+begword psycho 1234-234-13456-16-135
+
+endword 'd 3-145
+word 'em = 
+endword 'll 3-123-123
+endword 'm 3-134
+endword 're 3-1235-15
+endword 's 3-234
+endword 't 3-2345
+endword 've 3-1236-15
+always -com =
+endword -to = pointed-to resource
+include corrections.cti
+
+#
+# Copyright (C) 1995-2008 by The BRLTTY Developers.
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+
+# This BRLTTY text subtable implements a portable representation of the box
+# drawing characters.aNo distinction is made between the three types of boxes:
+# light, heavy, and double. Characters with no vertical component (horizontal
+# edges) are represented by the four middle dots [2356]. Those with a vertical
+# component above the center (e.g. bottom corners) add the two top dots [14],
+# and those with a vertical component below the center (e.g. top corners) add
+# the two bottom dots [78]. This means, for example, that side edges and the
+# cross are represented by a full cell [12345678].
+
+# For diagonals within boxes, the top-left and bottom-right dots [18] are used
+# to represent the line which descends toward the right, and the top-right and
+# bottom-left dots [47] are used to represent the line which ascends toward the
+# right. The X is represented by all four of these dots [1478].
+
+# generated by ttbtest
+punctuation \x2500 2356		BOX DRAWINGS LIGHT HORIZONTAL
+punctuation \x2501 2356		BOX DRAWINGS HEAVY HORIZONTAL
+punctuation \x2502 12345678		BOX DRAWINGS LIGHT VERTICAL
+punctuation \x2503 12345678		BOX DRAWINGS HEAVY VERTICAL
+punctuation \x2504 2356		BOX DRAWINGS LIGHT TRIPLE DASH HORIZONTAL
+punctuation \x2505 2356		BOX DRAWINGS HEAVY TRIPLE DASH HORIZONTAL
+punctuation \x2506 12345678		BOX DRAWINGS LIGHT TRIPLE DASH VERTICAL
+punctuation \x2507 12345678		BOX DRAWINGS HEAVY TRIPLE DASH VERTICAL
+punctuation \x2508 2356		BOX DRAWINGS LIGHT QUADRUPLE DASH HORIZONTAL
+punctuation \x2509 2356		BOX DRAWINGS HEAVY QUADRUPLE DASH HORIZONTAL
+punctuation \x250a 12345678		BOX DRAWINGS LIGHT QUADRUPLE DASH VERTICAL
+punctuation \x250b 12345678		BOX DRAWINGS HEAVY QUADRUPLE DASH VERTICAL
+punctuation \x250c 235678		BOX DRAWINGS LIGHT DOWN AND RIGHT
+punctuation \x250d 235678		BOX DRAWINGS DOWN LIGHT AND RIGHT HEAVY
+punctuation \x250e 235678		BOX DRAWINGS DOWN HEAVY AND RIGHT LIGHT
+punctuation \x250f 235678		BOX DRAWINGS HEAVY DOWN AND RIGHT
+punctuation \x2510 235678		BOX DRAWINGS LIGHT DOWN AND LEFT
+punctuation \x2511 235678		BOX DRAWINGS DOWN LIGHT AND LEFT HEAVY
+punctuation \x2512 235678		BOX DRAWINGS DOWN HEAVY AND LEFT LIGHT
+punctuation \x2513 235678		BOX DRAWINGS HEAVY DOWN AND LEFT
+punctuation \x2514 123456		BOX DRAWINGS LIGHT UP AND RIGHT
+punctuation \x2515 123456		BOX DRAWINGS UP LIGHT AND RIGHT HEAVY
+punctuation \x2516 123456		BOX DRAWINGS UP HEAVY AND RIGHT LIGHT
+punctuation \x2517 123456		BOX DRAWINGS HEAVY UP AND RIGHT
+punctuation \x2518 123456		BOX DRAWINGS LIGHT UP AND LEFT
+punctuation \x2519 123456		BOX DRAWINGS UP LIGHT AND LEFT HEAVY
+punctuation \x251a 123456		BOX DRAWINGS UP HEAVY AND LEFT LIGHT
+punctuation \x251b 123456		BOX DRAWINGS HEAVY UP AND LEFT
+punctuation \x251c 12345678		BOX DRAWINGS LIGHT VERTICAL AND RIGHT
+punctuation \x251d 12345678		BOX DRAWINGS VERTICAL LIGHT AND RIGHT HEAVY
+punctuation \x251e 12345678		BOX DRAWINGS UP HEAVY AND RIGHT DOWN LIGHT
+punctuation \x251f 12345678		BOX DRAWINGS DOWN HEAVY AND RIGHT UP LIGHT
+punctuation \x2520 12345678		BOX DRAWINGS VERTICAL HEAVY AND RIGHT LIGHT
+punctuation \x2521 12345678		BOX DRAWINGS DOWN LIGHT AND RIGHT UP HEAVY
+punctuation \x2522 12345678		BOX DRAWINGS UP LIGHT AND RIGHT DOWN HEAVY
+punctuation \x2523 12345678		BOX DRAWINGS HEAVY VERTICAL AND RIGHT
+punctuation \x2524 12345678		BOX DRAWINGS LIGHT VERTICAL AND LEFT
+punctuation \x2525 12345678		BOX DRAWINGS VERTICAL LIGHT AND LEFT HEAVY
+punctuation \x2526 12345678		BOX DRAWINGS UP HEAVY AND LEFT DOWN LIGHT
+punctuation \x2527 12345678		BOX DRAWINGS DOWN HEAVY AND LEFT UP LIGHT
+punctuation \x2528 12345678		BOX DRAWINGS VERTICAL HEAVY AND LEFT LIGHT
+punctuation \x2529 12345678		BOX DRAWINGS DOWN LIGHT AND LEFT UP HEAVY
+punctuation \x252a 12345678		BOX DRAWINGS UP LIGHT AND LEFT DOWN HEAVY
+punctuation \x252b 12345678		BOX DRAWINGS HEAVY VERTICAL AND LEFT
+punctuation \x252c 235678		BOX DRAWINGS LIGHT DOWN AND HORIZONTAL
+punctuation \x252d 235678		BOX DRAWINGS LEFT HEAVY AND RIGHT DOWN LIGHT
+punctuation \x252e 235678		BOX DRAWINGS RIGHT HEAVY AND LEFT DOWN LIGHT
+punctuation \x252f 235678		BOX DRAWINGS DOWN LIGHT AND HORIZONTAL HEAVY
+punctuation \x2530 235678		BOX DRAWINGS DOWN HEAVY AND HORIZONTAL LIGHT
+punctuation \x2531 235678		BOX DRAWINGS RIGHT LIGHT AND LEFT DOWN HEAVY
+punctuation \x2532 235678		BOX DRAWINGS LEFT LIGHT AND RIGHT DOWN HEAVY
+punctuation \x2533 235678		BOX DRAWINGS HEAVY DOWN AND HORIZONTAL
+punctuation \x2534 123456		BOX DRAWINGS LIGHT UP AND HORIZONTAL
+punctuation \x2535 123456		BOX DRAWINGS LEFT HEAVY AND RIGHT UP LIGHT
+punctuation \x2536 123456		BOX DRAWINGS RIGHT HEAVY AND LEFT UP LIGHT
+punctuation \x2537 123456		BOX DRAWINGS UP LIGHT AND HORIZONTAL HEAVY
+punctuation \x2538 123456		BOX DRAWINGS UP HEAVY AND HORIZONTAL LIGHT
+punctuation \x2539 123456		BOX DRAWINGS RIGHT LIGHT AND LEFT UP HEAVY
+punctuation \x253a 123456		BOX DRAWINGS LEFT LIGHT AND RIGHT UP HEAVY
+punctuation \x253b 123456		BOX DRAWINGS HEAVY UP AND HORIZONTAL
+punctuation \x253c 12345678		BOX DRAWINGS LIGHT VERTICAL AND HORIZONTAL
+punctuation \x253d 12345678		BOX DRAWINGS LEFT HEAVY AND RIGHT VERTICAL LIGHT
+punctuation \x253e 12345678		BOX DRAWINGS RIGHT HEAVY AND LEFT VERTICAL LIGHT
+punctuation \x253f 12345678		BOX DRAWINGS VERTICAL LIGHT AND HORIZONTAL HEAVY
+punctuation \x2540 12345678		BOX DRAWINGS UP HEAVY AND DOWN HORIZONTAL LIGHT
+punctuation \x2541 12345678		BOX DRAWINGS DOWN HEAVY AND UP HORIZONTAL LIGHT
+punctuation \x2542 12345678		BOX DRAWINGS VERTICAL HEAVY AND HORIZONTAL LIGHT
+punctuation \x2543 12345678		BOX DRAWINGS LEFT UP HEAVY AND RIGHT DOWN LIGHT
+punctuation \x2544 12345678		BOX DRAWINGS RIGHT UP HEAVY AND LEFT DOWN LIGHT
+punctuation \x2545 12345678		BOX DRAWINGS LEFT DOWN HEAVY AND RIGHT UP LIGHT
+punctuation \x2546 12345678		BOX DRAWINGS RIGHT DOWN HEAVY AND LEFT UP LIGHT
+punctuation \x2547 12345678		BOX DRAWINGS DOWN LIGHT AND UP HORIZONTAL HEAVY
+punctuation \x2548 12345678		BOX DRAWINGS UP LIGHT AND DOWN HORIZONTAL HEAVY
+punctuation \x2549 12345678		BOX DRAWINGS RIGHT LIGHT AND LEFT VERTICAL HEAVY
+punctuation \x254a 12345678		BOX DRAWINGS LEFT LIGHT AND RIGHT VERTICAL HEAVY
+punctuation \x254b 12345678		BOX DRAWINGS HEAVY VERTICAL AND HORIZONTAL
+punctuation \x254c 2356		BOX DRAWINGS LIGHT DOUBLE DASH HORIZONTAL
+punctuation \x254d 2356		BOX DRAWINGS HEAVY DOUBLE DASH HORIZONTAL
+punctuation \x254e 12345678		BOX DRAWINGS LIGHT DOUBLE DASH VERTICAL
+punctuation \x254f 12345678		BOX DRAWINGS HEAVY DOUBLE DASH VERTICAL
+punctuation \x2550 2356		BOX DRAWINGS DOUBLE HORIZONTAL
+punctuation \x2551 12345678		BOX DRAWINGS DOUBLE VERTICAL
+punctuation \x2552 235678		BOX DRAWINGS DOWN SINGLE AND RIGHT DOUBLE
+punctuation \x2553 235678		BOX DRAWINGS DOWN DOUBLE AND RIGHT SINGLE
+punctuation \x2554 235678		BOX DRAWINGS DOUBLE DOWN AND RIGHT
+punctuation \x2555 235678		BOX DRAWINGS DOWN SINGLE AND LEFT DOUBLE
+punctuation \x2556 235678		BOX DRAWINGS DOWN DOUBLE AND LEFT SINGLE
+punctuation \x2557 235678		BOX DRAWINGS DOUBLE DOWN AND LEFT
+punctuation \x2558 123456		BOX DRAWINGS UP SINGLE AND RIGHT DOUBLE
+punctuation \x2559 123456		BOX DRAWINGS UP DOUBLE AND RIGHT SINGLE
+punctuation \x255a 123456		BOX DRAWINGS DOUBLE UP AND RIGHT
+punctuation \x255b 123456		BOX DRAWINGS UP SINGLE AND LEFT DOUBLE
+punctuation \x255c 123456		BOX DRAWINGS UP DOUBLE AND LEFT SINGLE
+punctuation \x255d 123456		BOX DRAWINGS DOUBLE UP AND LEFT
+punctuation \x255e 12345678		BOX DRAWINGS VERTICAL SINGLE AND RIGHT DOUBLE
+punctuation \x255f 12345678		BOX DRAWINGS VERTICAL DOUBLE AND RIGHT SINGLE
+punctuation \x2560 12345678		BOX DRAWINGS DOUBLE VERTICAL AND RIGHT
+punctuation \x2561 12345678		BOX DRAWINGS VERTICAL SINGLE AND LEFT DOUBLE
+punctuation \x2562 12345678		BOX DRAWINGS VERTICAL DOUBLE AND LEFT SINGLE
+punctuation \x2563 12345678		BOX DRAWINGS DOUBLE VERTICAL AND LEFT
+punctuation \x2564 235678		BOX DRAWINGS DOWN SINGLE AND HORIZONTAL DOUBLE
+punctuation \x2565 235678		BOX DRAWINGS DOWN DOUBLE AND HORIZONTAL SINGLE
+punctuation \x2566 235678		BOX DRAWINGS DOUBLE DOWN AND HORIZONTAL
+punctuation \x2567 123456		BOX DRAWINGS UP SINGLE AND HORIZONTAL DOUBLE
+punctuation \x2568 123456		BOX DRAWINGS UP DOUBLE AND HORIZONTAL SINGLE
+punctuation \x2569 123456		BOX DRAWINGS DOUBLE UP AND HORIZONTAL
+punctuation \x256a 12345678		BOX DRAWINGS VERTICAL SINGLE AND HORIZONTAL DOUBLE
+punctuation \x256b 12345678		BOX DRAWINGS VERTICAL DOUBLE AND HORIZONTAL SINGLE
+punctuation \x256c 12345678		BOX DRAWINGS DOUBLE VERTICAL AND HORIZONTAL
+punctuation \x256d 235678		BOX DRAWINGS LIGHT ARC DOWN AND RIGHT
+punctuation \x256e 235678		BOX DRAWINGS LIGHT ARC DOWN AND LEFT
+punctuation \x256f 123456		BOX DRAWINGS LIGHT ARC UP AND LEFT
+punctuation \x2570 123456		BOX DRAWINGS LIGHT ARC UP AND RIGHT
+punctuation \x2571 47		BOX DRAWINGS LIGHT DIAGONAL UPPER RIGHT TO LOWER LEFT
+punctuation \x2572 18		BOX DRAWINGS LIGHT DIAGONAL UPPER LEFT TO LOWER RIGHT
+punctuation \x2573 1478		BOX DRAWINGS LIGHT DIAGONAL CROSS
+punctuation \x2574 2356		BOX DRAWINGS LIGHT LEFT
+punctuation \x2575 123456		BOX DRAWINGS LIGHT UP
+punctuation \x2576 2356		BOX DRAWINGS LIGHT RIGHT
+punctuation \x2577 235678		BOX DRAWINGS LIGHT DOWN
+punctuation \x2578 2356		BOX DRAWINGS HEAVY LEFT
+punctuation \x2579 123456		BOX DRAWINGS HEAVY UP
+punctuation \x257a 2356		BOX DRAWINGS HEAVY RIGHT
+punctuation \x257b 235678		BOX DRAWINGS HEAVY DOWN
+punctuation \x257c 2356		BOX DRAWINGS LIGHT LEFT AND HEAVY RIGHT
+punctuation \x257d 12345678		BOX DRAWINGS LIGHT UP AND HEAVY DOWN
+punctuation \x257e 2356		BOX DRAWINGS HEAVY LEFT AND LIGHT RIGHT
+punctuation \x257f 12345678		BOX DRAWINGS HEAVY UP AND LIGHT DOWN
+# liblouis: "Upshifted" German Eurobraille Display Table
+#
+#  Copyright (C) 2009 SBS Schweizerische Bibliothek für Blinde und Sehbehinderte
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+#
+#-------------------------------------------------------------------------------
+#
+#  "Upshifted" Version of EUROBRAILLE
+#
+#  This "upshifted" version of de-eurobrl6.dis
+#  is (sometimes) being used in Switzerland.
+#
+#  Version 2009-11-19
+#  christian.waldvogel@sbszh.ch
+#
+#-------------------------------------------------------------------------------
+
+display \s 0
+display A 1
+display B 12
+display C 14
+display D 145
+display E 15
+display F 124
+display G 1245
+display H 125
+display I 24
+display J 245
+display K 13
+display L 123
+display M 134
+display N 1345
+display O 135
+display P 1234
+display Q 12345
+display R 1235
+display S 234
+display T 2345
+display U 136
+display V 1236
+display X 1346
+display Y 13456
+display Z 1356
+display & 12346
+display % 123456
+display [ 12356
+display ^ 2346
+display ] 23456
+display 1 16
+display 2 126
+display 3 146
+display 4 1456
+display 5 156
+display 6 1246
+display 7 12456
+display 8 1256
+display 9 246
+display W 2456
+display , 2
+display ; 23
+display : 25
+display / 256
+display ? 26
+display + 235
+display = 2356
+display ( 236
+display * 35
+display ) 356
+display . 3
+display - 36
+display \\ 34
+display 0 346
+display @ 345
+display # 3456
+display " 4
+display ! 5
+display > 45
+display $ 46
+display _ 456
+display < 56
+display ' 6
+# liblouis: Korean Grade 1 (Uncontracted, 2006 edition)
+#
+# -----------
+#-index-name: Korean, uncontracted, 2006
+#-display-name: Korean uncontracted braille (2006 standard)
+#
+#+locale:ko
+#+type:literary
+#+contraction:no
+#+grade:1
+#+version:2006
+#
+# TODO: Please correct the metadata above. It is not meant to be
+# accurate nor complete. It hasn't been verified by the table
+# author yet. It is merely an attempt by the liblouis maintainers
+# to get some sensible initial values in place.
+#
+# TODO: Please add a reference to official documentation about
+# the implemented braille code. Preferably submit the documents
+# to https://github.com/liblouis/braille-specs.
+# -----------
+#
+# Based on the braille contraction table in BRLTTY
+#
+#  Copyright (C) 1995-2012 by The BRLTTY Team.
+#  Copyright (C) 2012 by Samuel Thibault <samuel.thibault@ens-lyon.org>
+#  Copyright (C) 2012 by Mesar Hameed <mhameed@src.gnome.org>
+#  Copyright (C) 2014 by Joseph Lee <joseph.lee22590@gmail.com>
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+
+#Same as ko-g1.ctb except it includes ko-2006 dictionary.
+include ko-2006.cti
+include ko-g1-rules.cti
+
+#  Copyright (C) 2010 Leon Ungier <Leon.Ungier@ViewPlus.com>, 
+#  Copyright (C) 2010 Samuel Thibault <samuel.thibault@ens-lyon.org>
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+
+# Table for Nepali
+include devanagari.cti
+include text_nabcc.dis
+# -----------
+#-index-name: Swedish, computer, 1989
+#-display-name: Swedish computer braille (1989 standard)
+#
+#+locale:sv
+#+type:computer
+#+dots:8
+#+version:1989
+#
+# TODO: Please correct the metadata above. It is not meant to be
+# accurate nor complete. It hasn't been verified by the table
+# author yet. It is merely an attempt by the liblouis maintainers
+# to get some sensible initial values in place.
+#
+# TODO: Please add a reference to official documentation about
+# the implemented braille code. Preferably submit the documents
+# to https://github.com/liblouis/braille-specs.
+# -----------
+#
+# Copyright (C) 1995-2009 by The BRLTTY Developers.
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+
+# BRLTTY Text Table - Swedish (1989 standard)
+
+# generated by ttbtest
+space	\s	0	SPACE
+letter	\x0000	0	NULL
+letter	\x0001	178	START OF HEADING
+letter	\x0002	1278	START OF TEXT
+letter	\x0003	1478	END OF TEXT
+letter	\x0004	14578	END OF TRANSMISSION
+letter	\x0005	1578	ENQUIRY
+letter	\x0006	12478	ACKNOWLEDGE
+letter	\x0007	124578	BELL
+letter	\x0008	12578	BACKSPACE
+space	\t	2478	CHARACTER TABULATION
+space	\n	24578	LINE FEED (LF)
+space	\v	1378	LINE TABULATION
+space	\f	12378	FORM FEED (FF)
+space	\r	13478	CARRIAGE RETURN (CR)
+letter	\x000e	134578	SHIFT OUT
+letter	\x000f	13578	SHIFT IN
+letter	\x0010	123478	DATA LINK ESCAPE
+letter	\x0011	1234578	DEVICE CONTROL ONE
+letter	\x0012	123578	DEVICE CONTROL TWO
+letter	\x0013	23478	DEVICE CONTROL THREE
+letter	\x0014	234578	DEVICE CONTROL FOUR
+letter	\x0015	13678	NEGATIVE ACKNOWLEDGE
+letter	\x0016	123678	SYNCHRONOUS IDLE
+letter	\x0017	245678	END OF TRANSMISSION BLOCK
+letter	\x0018	134678	CANCEL
+letter	\x0019	1345678	END OF MEDIUM
+letter	\x001a	135678	SUBSTITUTE
+letter	\x001b	34578	ESCAPE
+letter	\x001c	24678	INFORMATION SEPARATOR FOUR
+letter	\x001d	1678	INFORMATION SEPARATOR THREE
+letter	\x001e	4578	INFORMATION SEPARATOR TWO
+letter	\x001f	3678	INFORMATION SEPARATOR ONE
+punctuation	!	235	EXCLAMATION MARK
+punctuation	"	56	QUOTATION MARK
+punctuation	#	3456	NUMBER SIGN
+punctuation	$	256	DOLLAR SIGN
+punctuation	%	4678	PERCENT SIGN
+punctuation	&	346	AMPERSAND
+punctuation	'	5	APOSTROPHE
+punctuation	(	23678	LEFT PARENTHESIS
+punctuation	)	35678	RIGHT PARENTHESIS
+punctuation	*	35	ASTERISK
+punctuation	+	2357	PLUS SIGN
+punctuation	,	2	COMMA
+punctuation	-	36	HYPHEN-MINUS
+punctuation	.	3	FULL STOP
+punctuation	/	34	SOLIDUS
+include digits8Dots.uti
+punctuation	:	25	COLON
+punctuation	;	23	SEMICOLON
+punctuation	<	268	LESS-THAN SIGN
+punctuation	=	2356	EQUALS SIGN
+punctuation	>	357	GREATER-THAN SIGN
+punctuation	?	26	QUESTION MARK
+punctuation	@	467	COMMERCIAL AT
+
+include latinLetterDef8Dots.uti
+
+punctuation	[	23578	LEFT SQUARE BRACKET
+punctuation	\\	4567	REVERSE SOLIDUS
+punctuation	]	25678	RIGHT SQUARE BRACKET
+punctuation	^	457	CIRCUMFLEX ACCENT
+punctuation	_	78	LOW LINE
+punctuation	`	46	GRAVE ACCENT
+punctuation	{	378	LEFT CURLY BRACKET
+punctuation	|	8	VERTICAL LINE
+punctuation	}	678	RIGHT CURLY BRACKET
+punctuation	~	45	TILDE
+letter	\x007f	4568	DELETE
+letter	\x0080	8	<control-0080>
+letter	\x0081	8	<control-0081>
+letter	\x0082	8	BREAK PERMITTED HERE
+letter	\x0083	8	NO BREAK HERE
+letter	\x0084	8	<control-0084>
+letter	\x0085	8	NEXT LINE (NEL)
+letter	\x0086	8	START OF SELECTED AREA
+letter	\x0087	8	END OF SELECTED AREA
+letter	\x0088	8	CHARACTER TABULATION SET
+letter	\x0089	8	CHARACTER TABULATION WITH JUSTIFICATION
+letter	\x008a	8	LINE TABULATION SET
+letter	\x008b	8	PARTIAL LINE FORWARD
+letter	\x008c	8	PARTIAL LINE BACKWARD
+letter	\x008d	8	REVERSE LINE FEED
+letter	\x008e	8	SINGLE SHIFT TWO
+letter	\x008f	8	SINGLE SHIFT THREE
+letter	\x0090	8	DEVICE CONTROL STRING
+letter	\x0091	8	PRIVATE USE ONE
+letter	\x0092	8	PRIVATE USE TWO
+letter	\x0093	8	SET TRANSMIT STATE
+letter	\x0094	8	CANCEL CHARACTER
+letter	\x0095	8	MESSAGE WAITING
+letter	\x0096	8	START OF GUARDED AREA
+letter	\x0097	8	END OF GUARDED AREA
+letter	\x0098	8	START OF STRING
+letter	\x0099	8	<control-0099>
+letter	\x009a	8	SINGLE CHARACTER INTRODUCER
+letter	\x009b	8	CONTROL SEQUENCE INTRODUCER
+letter	\x009c	8	STRING TERMINATOR
+letter	\x009d	8	OPERATING SYSTEM COMMAND
+letter	\x009e	8	PRIVACY MESSAGE
+letter	\x009f	8	APPLICATION PROGRAM COMMAND
+punctuation	\x00a0	0	NO-BREAK SPACE
+punctuation	\x00a1	8	INVERTED EXCLAMATION MARK
+punctuation	\x00a2	8	CENT SIGN
+punctuation	\x00a3	8	POUND SIGN
+punctuation	\x00a4	8	CURRENCY SIGN
+punctuation	\x00a5	8	YEN SIGN
+punctuation	\x00a6	8	BROKEN BAR
+punctuation	\x00a7	8	SECTION SIGN
+punctuation	\x00a8	8	DIAERESIS
+punctuation	\x00a9	8	COPYRIGHT SIGN
+letter	\x00aa	8	FEMININE ORDINAL INDICATOR
+punctuation	\x00ab	8	LEFT-POINTING DOUBLE ANGLE QUOTATION MARK
+punctuation	\x00ac	8	NOT SIGN
+punctuation	\x00ad	8	SOFT HYPHEN
+punctuation	\x00ae	8	REGISTERED SIGN
+punctuation	\x00af	8	MACRON
+punctuation	\x00b0	8	DEGREE SIGN
+punctuation	\x00b1	8	PLUS-MINUS SIGN
+punctuation	\x00b2	8	SUPERSCRIPT TWO
+punctuation	\x00b3	8	SUPERSCRIPT THREE
+punctuation	\x00b4	8	ACUTE ACCENT
+lowercase	\x00b5	8	MICRO SIGN
+punctuation	\x00b6	8	PILCROW SIGN
+punctuation	\x00b7	8	MIDDLE DOT
+punctuation	\x00b8	8	CEDILLA
+punctuation	\x00b9	8	SUPERSCRIPT ONE
+letter	\x00ba	8	MASCULINE ORDINAL INDICATOR
+punctuation	\x00bb	8	RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK
+punctuation	\x00bc	8	VULGAR FRACTION ONE QUARTER
+punctuation	\x00bd	8	VULGAR FRACTION ONE HALF
+punctuation	\x00be	8	VULGAR FRACTION THREE QUARTERS
+punctuation	\x00bf	26	INVERTED QUESTION MARK
+uppercase	\x00c0	8	LATIN CAPITAL LETTER A WITH GRAVE
+uppercase	\x00c1	8	LATIN CAPITAL LETTER A WITH ACUTE
+uppercase	\x00c2	8	LATIN CAPITAL LETTER A WITH CIRCUMFLEX
+uppercase	\x00c3	8	LATIN CAPITAL LETTER A WITH TILDE
+uppercase	\x00c4	3457	LATIN CAPITAL LETTER A WITH DIAERESIS
+uppercase	\x00c5	167	LATIN CAPITAL LETTER A WITH RING ABOVE
+uppercase	\x00c6	3458	LATIN CAPITAL LETTER AE
+uppercase	\x00c7	267	LATIN CAPITAL LETTER C WITH CEDILLA
+uppercase	\x00c8	8	LATIN CAPITAL LETTER E WITH GRAVE
+uppercase	\x00c9	1234567	LATIN CAPITAL LETTER E WITH ACUTE
+uppercase	\x00ca	8	LATIN CAPITAL LETTER E WITH CIRCUMFLEX
+uppercase	\x00cb	8	LATIN CAPITAL LETTER E WITH DIAERESIS
+uppercase	\x00cc	8	LATIN CAPITAL LETTER I WITH GRAVE
+uppercase	\x00cd	8	LATIN CAPITAL LETTER I WITH ACUTE
+uppercase	\x00ce	8	LATIN CAPITAL LETTER I WITH CIRCUMFLEX
+uppercase	\x00cf	8	LATIN CAPITAL LETTER I WITH DIAERESIS
+uppercase	\x00d0	8	LATIN CAPITAL LETTER ETH
+uppercase	\x00d1	1245678	LATIN CAPITAL LETTER N WITH TILDE
+uppercase	\x00d2	8	LATIN CAPITAL LETTER O WITH GRAVE
+uppercase	\x00d3	14567	LATIN CAPITAL LETTER O WITH ACUTE
+uppercase	\x00d4	8	LATIN CAPITAL LETTER O WITH CIRCUMFLEX
+uppercase	\x00d5	8	LATIN CAPITAL LETTER O WITH TILDE
+uppercase	\x00d6	2467	LATIN CAPITAL LETTER O WITH DIAERESIS
+punctuation	\x00d7	8	MULTIPLICATION SIGN
+uppercase	\x00d8	2468	LATIN CAPITAL LETTER O WITH STROKE
+uppercase	\x00d9	8	LATIN CAPITAL LETTER U WITH GRAVE
+uppercase	\x00da	124567	LATIN CAPITAL LETTER U WITH ACUTE
+uppercase	\x00db	8	LATIN CAPITAL LETTER U WITH CIRCUMFLEX
+uppercase	\x00dc	12567	LATIN CAPITAL LETTER U WITH DIAERESIS
+uppercase	\x00dd	123467	LATIN CAPITAL LETTER Y WITH ACUTE
+uppercase	\x00de	1246	LATIN CAPITAL LETTER THORN
+lowercase	\x00df	8	LATIN SMALL LETTER SHARP S
+lowercase	\x00e0	12356	LATIN SMALL LETTER A WITH GRAVE
+lowercase	\x00e1	12356	LATIN SMALL LETTER A WITH ACUTE
+lowercase	\x00e2	16	LATIN SMALL LETTER A WITH CIRCUMFLEX
+lowercase	\x00e3	8	LATIN SMALL LETTER A WITH TILDE
+lowercase	\x00e4	345	LATIN SMALL LETTER A WITH DIAERESIS
+lowercase	\x00e5	16	LATIN SMALL LETTER A WITH RING ABOVE
+lowercase	\x00e6	567	LATIN SMALL LETTER AE
+lowercase	\x00e7	12346	LATIN SMALL LETTER C WITH CEDILLA
+lowercase	\x00e8	2346	LATIN SMALL LETTER E WITH GRAVE
+lowercase	\x00e9	123456	LATIN SMALL LETTER E WITH ACUTE
+lowercase	\x00ea	126	LATIN SMALL LETTER E WITH CIRCUMFLEX
+lowercase	\x00eb	1246	LATIN SMALL LETTER E WITH DIAERESIS
+lowercase	\x00ec	34	LATIN SMALL LETTER I WITH GRAVE
+lowercase	\x00ed	34	LATIN SMALL LETTER I WITH ACUTE
+lowercase	\x00ee	146	LATIN SMALL LETTER I WITH CIRCUMFLEX
+lowercase	\x00ef	12456	LATIN SMALL LETTER I WITH DIAERESIS
+lowercase	\x00f0	8	LATIN SMALL LETTER ETH
+lowercase	\x00f1	12456	LATIN SMALL LETTER N WITH TILDE
+lowercase	\x00f2	346	LATIN SMALL LETTER O WITH GRAVE
+lowercase	\x00f3	346	LATIN SMALL LETTER O WITH ACUTE
+lowercase	\x00f4	1456	LATIN SMALL LETTER O WITH CIRCUMFLEX
+lowercase	\x00f5	8	LATIN SMALL LETTER O WITH TILDE
+lowercase	\x00f6	246	LATIN SMALL LETTER O WITH DIAERESIS
+punctuation	\x00f7	8	DIVISION SIGN
+lowercase	\x00f8	358	LATIN SMALL LETTER O WITH STROKE
+lowercase	\x00f9	23456	LATIN SMALL LETTER U WITH GRAVE
+lowercase	\x00fa	23456	LATIN SMALL LETTER U WITH ACUTE
+lowercase	\x00fb	156	LATIN SMALL LETTER U WITH CIRCUMFLEX
+lowercase	\x00fc	1256	LATIN SMALL LETTER U WITH DIAERESIS
+lowercase	\x00fd	12346	LATIN SMALL LETTER Y WITH ACUTE
+lowercase	\x00fe	12467	LATIN SMALL LETTER THORN
+lowercase	\x00ff	8	LATIN SMALL LETTER Y WITH DIAERESIS
+UTF-8
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+% auto-generated file, don't edit! %
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+.'e1m
+.aa1
+.aa1l1
+.ab1ei
+.ab1ello
+.a1bel
+.a1bell
+.abm1a
+.abrie1
+.a1br
+.abrin1
+.aci1e
+.ad1
+.adab1
+.adi1e
+.ae1n1
+.ae1s
+.ag2ei
+.ag1em
+.ag1er
+.ag1es
+.aht1
+.ai1
+.aids1
+.aid1
+.akkadi1
+.alb1em
+.alb1er
+.albrech1
+.ale1ut
+.a1ll'
+.a1lla
+.a1llb
+.a1llc
+.a1lld2
+.a1llegi
+.a1llel
+.a1llenb
+.allen1
+.a1llend
+.a1llens
+.a1llet
+.a1llf
+.a1llg
+.a1llh
+.a1llied
+.a1llig
+.a1llis
+.a1llit
+.a1llk
+.a1ll1l
+.a1llm
+.a1lln
+.a1llo
+.a1ll2p
+.a1llq
+.a1llr
+.a1lls
+.a1llt
+.a1llu
+.a1llv
+.a1llw
+.a1llz
+.a1llü
+.alm1
+.a1log
+.alpers1
+.al2p
+.alv1
+.a1m1a
+.ami1t
+.amwe1
+.a1nati
+.an2a
+.and2em.
+.and1erb
+.an1kau1
+.anm1
+.anti1ge
+.an1ti
+.ant1oi1
+.an1to
+.apis1
+.a2p
+.apuli1
+.a1rb1en.
+.1arb
+.arb1en
+.a1rb1er.
+.a1rb1erg
+.a1ren.
+.a1ren'
+.a1ren2p
+.arg1er
+.1arg
+.ari1e
+.1ari
+.arun1
+.1aru
+.arvo1
+.1arz1
+.arzi1e
+.aslan1
+.assi1e
+.a1ssi
+.a1sti1e
+.at1
+.aub1
+.audi1
+.aufzu1
+.aug1
+.aus1che
+.au1sch
+.aus1see
+.aus1ta
+.au2s1t1eil1
+.au1ste
+.aust1ei
+.aus1tes
+.aus1th
+.aus1to
+.avers1
+.av1e
+.avo1
+.axi1
+.ayg1
+.azei1
+.az2e
+.az1u1m
+.az1ur
+.az1us
+.barschaf1
+.b1arsc
+.bau1
+.b1ea1l
+.1bea
+.b1eam.
+.b1eamt.
+.1be1di2
+.b1eec
+.1bee
+.b1eem
+.b1ee1s
+.b1eet
+.b1eic
+.b1eifuß
+.b1eind
+.b1eins
+.b1eint
+.b1einv
+.b1ei1ru
+.b1eisu
+.b1eit.
+.b1eite
+.b1eitn
+.b1eiza
+.b1eizo
+.belgi1
+.1b1elg
+.b1eliz1
+.b1eloc
+.b1enc
+.b1enf
+.b1eng1
+.b1enh
+.b1enin
+.b1enj
+.b1enk
+.b1enn
+.b1enr
+.b1ens
+.b1en1t
+.b1env
+.b1enw
+.b1enz
+.b1er.
+.b1erac
+.b1erb
+.b1erc
+.b1erd
+.b1erek
+.b1erend
+.b1ereng
+.b1eres
+.b1erf
+.b1erg
+.berg1eb1en
+.b1erh
+.b1eris
+.b1erj
+.b1erk
+.b1erl
+.b1erm
+.b1ern
+.b1erolle.
+.b1erq
+.b1err
+.b1ers
+.b1ert1
+.b1erv
+.b1erw
+.b1erz
+.b1eser
+.b1esl
+.b1ettec
+.1bett
+.bi1gend
+.big1en
+.bi1nat
+.bin2a
+.bi1nom
+.bin2o
+.1bio1
+.1bi1sm
+.bla1s
+.bleich1
+.blä1s
+.boe1
+.b1oi1
+.brech1
+.brich1
+.brus1c
+.1bru
+.1brü1
+.bun1
+.bänd1
+.1bä
+.büb1
+.cae1
+.cai1
+.cerisi1
+.chab1
+.chee1
+.chi1en1
+.chi1er
+.chun1
+.cib1
+.cob1
+.c1ob1i1
+.coo1rt
+.c1oor
+.couri1
+.cou1
+.c1our
+.cue1s
+.1dae1
+.1dai1
+.da1las
+.da1lie
+.da1ll
+.da1neb2
+.dea1l
+.1dea1r
+.dee1n1
+.1dee
+.dee1r
+.deg1en
+.de1i.
+.de1ind
+.de1inst
+.1de1ll
+.de1miss
+.1d1emi
+.de1montage.
+.d1emon
+.demon1tag
+.de1mora
+.d1emor
+.de1n1er
+.deo1
+.de1rang
+.derb1
+.de1rea
+.derma1l.
+.derni1
+.derun1g
+.de1scr
+.de1sens
+.de1skr
+.de1ssa
+.de1sser
+.de1st
+.destri1
+.dest2r
+.dev1
+.didi1e
+.dieb1
+.1di2en1
+.divi1e
+.1div1
+.dizi1
+.1diz
+.dmi1
+.dni1
+.doe1
+.doo1
+.dou1
+.dui1ns
+.dun1
+.dv1
+.dw1
+.dys1c
+.dys1to
+.dys1t2r
+.dz1
+.dzi1
+.ea1c
+.ea1l
+.ea1r
+.eat1
+.eb1el
+.eb1en2a
+.eb1enb
+.eb1end2
+.eb1ene
+.eb1enf
+.eb1eng
+.eb1enh
+.eb1enm
+.eb1enr
+.eb1enw
+.eb1er
+.echs1
+.ee1
+.eeg1
+.eet1
+.egb1
+.eg1el
+.eg1en
+.eg1er
+.ego1
+.e1h
+.ehe1i
+.ehe1l
+.ehe1ne
+.ehen1
+.ehe1ri
+.eidsvo1
+.eise2st
+.eis1sc
+.ei1s1so
+.eis1s2p
+.eis1st
+.eis1ta
+.ei1s1t2r
+.eis1tü
+.eit1
+.1eiv1
+.e1l.
+.eleg1
+.e1l1em.
+.e1len.
+.elen1
+.e1lenk
+.elis1che
+.1elisc
+.e1ll
+.els1c
+.elv1
+.1e1m.
+.e1mm
+.e1n.
+.end1
+.eng1ele
+.en1gel
+.eng1en
+.eng1er
+.enns1
+.ens1o
+.enti1e
+.en1ti
+.en2tin
+.en1tlic
+.1entz1
+.env1
+.erb1ei
+.erdan1
+.er1da
+.erde1s
+.erob1
+.errun1
+.er1ru
+.erz1u
+.esb1
+.e1sche
+.e1schi
+.e1sh
+.e1ss
+.essens1
+.essen1
+.e1sta
+.e1ste
+.este1ll
+.e1sti
+.e1sto
+.e1st2r
+.eti1
+.1eug1
+.ev1
+.ew1
+.exhaus1to
+.exhau1
+.eye1l
+.faa1
+.fab1
+.fah1renh
+.1fah
+.f2ahr
+.fahrenhei1
+.fah1rn1er
+.fai1
+.fa1ller
+.1fal
+.fa1lln1er
+.fea1
+.fe1ll
+.1fel
+.fels1ti
+.fel1st
+.fels1tu
+.fels1tü
+.fen1
+.fib1
+.fi1era
+.1fie
+.fi1e1st
+.fi1g.
+.1fig
+.fischlä1
+.1fisc
+.fit1
+.fleg1
+.fun1
+.gai1
+.ga1ll
+.galle1s.
+.ga1lle
+.ganb1
+.gang1es
+.g1e.
+.ge1b1ea
+.g1ee1l
+.gegenw2
+.g1eid
+.g1ein
+.g1elate
+.g1elb1
+.1g1eld1
+.g1elig
+.g1elos.
+.gelun1
+.gem1a
+.g1emon
+.g1en.
+.g1enab
+.gen2a
+.g1enak
+.g1enb
+.g1end
+.g1ene.
+.g1en1en1
+.g1enese.
+.gen1es
+.g1en1et
+.g1en1ex
+.g1enf
+.g1eng
+.g1enk
+.g1enl
+.g1enm
+.g1enn
+.g1en2p
+.g1enr
+.g1ens
+.g1en1t
+.g1env
+.g1enw
+.g1enz
+.germani1e
+.g1erm
+.gerun1
+.geränd1
+.1gerä
+.g1eser
+.gev1
+.g1ey
+.gfe1
+.g1fäh1
+.gha1t
+.gla1s
+.gle1b1
+.gli2
+.gni1
+.gob1
+.goe1
+.gott1es
+.gotte2
+.gou1
+.gri2
+.grue1
+.gru2n1dig1
+.gsta1
+.gue1n1
+.gun1
+.gunt1er
+.guri1e
+.hab1ec
+.ha1b1er
+.ha1bi
+.hae1
+.ha2l1lan
+.ha1ll
+.hant1
+.harun1
+.h1aru
+.haub1
+.hau1f
+.haus1to
+.hea1r
+.hee1
+.he1he
+.hei1t
+.he1lla
+.he1n.
+.hen1
+.her1oe1s
+.h1ero
+.he1sh
+.hib1
+.hi1erar
+.hilli1
+.hint1
+.hintere1ss
+.hoe1
+.hol1lan
+.hoo1
+.horg1
+.hornun1
+.horn2u
+.hot1
+.hou1
+.how1
+.hun1
+.hunde1i
+.hunt1er
+.hv1
+.häg1
+.hände1r
+.händ1
+.iai1
+.ib1
+.ibb1
+.i1cha
+.i1chb
+.i1che
+.i1chf
+.i1chg
+.i1chi
+.i1chl
+.i1chm
+.i1chn
+.i1cho
+.i1chr
+.i1chs
+.i1cht
+.i1chw
+.id1
+.i1e
+.i1g1
+.igni1
+.ii1
+.ikt1
+.ilg1
+.imi1e
+.imi1t
+.imm2ern
+.impers1
+.im2p
+.ind2em.
+.in1de
+.ingv1
+.ini1e
+.in1i
+.ins1ol
+.ion1i1
+.irg2end
+.isa1m
+.is1chä
+.isis1
+.istri1
+.ist2r
+.iv1
+.iz1
+.izi1
+.jenomm1
+.je1nom
+.jen2o
+.je1ses
+.je1st
+.job1
+.j1oi1
+.jugi1
+.jug1
+.kaa1
+.kab1
+.kag1
+.kai1n.
+.kai1ne
+.kai1n1i
+.kai1ns.
+.kai1nz
+.kalb1
+.ka1ll
+.katio1
+.kau1
+.keg1
+.ke1ll
+.ke1ss
+.ke1st
+.kev1
+.kha1t
+.kib1
+.kieb1
+.ki1erb
+.kies1t
+.kie1s
+.klan1
+.kla1s
+.kle1b
+.klo1re
+.klän1
+.koe1
+.kolli1
+.kott1
+.koz1
+.krai1
+.krich1
+.krü1
+.kt1
+.kub1
+.kue1
+.kun1
+.kung1
+.kv1
+.kw1
+.kyb1
+.köpfe1r
+.kö2p
+.lachs1te
+.lae1
+.lag1ere
+.lagni1
+.la1la.
+.lama1l
+.la1ma
+.lan1gers.
+.lang1ers
+.lani1er
+.lanti1e
+.lan1ti
+.lasa1
+.la1ssb
+.la1sses.
+.lau1
+.lav1
+.le1br
+.lee1
+.leg1en.
+.leg1er
+.leib1
+.le1ll
+.le1mm
+.le1mon1t.
+.leng1
+.len1
+.les1e1i
+.le1sh
+.le1ss
+.le1st
+.l1i
+.li2en1
+.ligni1e
+.lili1
+.lint1
+.lis2
+.liv1
+.lizu1
+.liz1
+.loe1
+.los1si
+.los1st
+.los1t2r
+.l1ost
+.lou1
+.lub1
+.lun1
+.läus1
+.mab1
+.mae1s
+.mag1er
+.mai1n2a
+.mai1ns
+.mai1nt
+.m1al
+.ma1lli2
+.m1all
+.manta1
+.maz1
+.mb1ei
+.mc1k
+.mee1
+.meeg1
+.me1ll
+.meni1e
+.men1
+.me1sh
+.me1st
+.mez1
+.mi1e1do
+.mi1el.
+.mi1erz
+.mob1
+.1moe1
+.mog1
+.mohan1
+.moi1ne.
+.m1oi
+.m1oos1
+.1moo1
+.morti1
+.mou1
+.mua1
+.muli1e
+.mun1
+.munt1
+.mz1
+.naa1
+.n2a
+.nab1
+.nag1el
+.nah1mer
+.na1ll
+.nd1
+.nea1l
+.nea1r
+.1neb1el
+.neb2en
+.nee1
+.neg1er
+.n1e1ii1
+.n1ei
+.ne1ll
+.n1el
+.neo1
+.ne1st
+.n1es
+.nev1
+.nez1
+.ng1
+.nib1
+.nich1te.
+.n2ic
+.nich1ten.
+.nicht1en1
+.ni2enb
+.ni1en1
+.ni2end
+.ni2enh
+.nigg1
+.nirg1
+.ni1s
+.nob1
+.n2o
+.noo1
+.nov1
+.nu2r.
+.n2u
+.1oa1
+.ob1
+.od1
+.oe1
+.1ogg1
+.ogi1e
+.1ogi
+.1olb1
+.olds1
+.1old
+.oo1
+.oral1
+.org1el
+.orgi1e
+.ori1e
+.orm1
+.osb1
+.osteri1e
+.1ost
+.ost1er
+.o1steri
+.ostt1
+.ott1
+.ou1
+.oz1
+.pai1
+.2p
+.pee1
+.pe1ll
+.pelti1
+.perle1b1
+.pe1ss
+.pfa1ll
+.p1fal
+.pfun1
+.pib1
+.pi1ed
+.pi1ell
+.pi1e1m
+.pi1era
+.pi1erd
+.pi1erf
+.pi1ern
+.pi1err
+.pi1eta1
+.pi1eti
+.pi1ev
+.ping1
+.politi1ken1
+.po1rose
+.p1oros
+.porti1er.
+.porti1ere.
+.porti1eren.
+.prag1
+.prech1
+.pri2en1
+.pris1c
+.pse1l
+.ps1e
+.pt1
+.pun1g1
+.puni1e
+.raa1
+.rae1s
+.rai1
+.ra1ll
+.rand1e
+.rau1fspi
+.raufs2p
+.rauhei1t.
+.raz1
+.rech1tet
+.rech1thal
+.reg1el
+.reg1er
+.re1insz
+.reis1che
+.rei1sc
+.reli1e
+.re1mer
+.re1missi
+.re1mm
+.renée1
+.re1run
+.re1sch
+.re1sea1
+.re1sek
+.re1set
+.re1sh
+.re1skr
+.re1sorb
+.1res1or
+.re1sor2p
+.re1ss
+.re1st
+.re1un
+.rieb1
+.rie1bsa1
+.ri1ei
+.rie1l
+.ri1ell
+.ri1esk
+.rivi1e
+.rob1es
+.r1obe
+.robi1er
+.r1ob1i
+.rodi1e
+.r1odi
+.roe1
+.r1oi1
+.roni1e
+.ron1i
+.ro1ro
+.ro1ssi1e
+.rostan1
+.r1ost
+.rou1
+.row1
+.run1d
+.run1ge
+.run1gs
+.ränd1
+.rös1chen.
+.röschen1
+.saa1
+.sabb1
+.sa1g1er.
+.sa1gr
+.1sa1gu
+.sali1e
+.sa1lla
+.sa1lles
+.sa1llo
+.1salz1
+.sa1m
+.sang1
+.sat1zer.
+.1satz
+.satz2e
+.sau1
+.saunt1
+.1sau2n
+.sauri1
+.schee1
+.s1chett
+.1schet
+.schia1ch.
+.s1chia2p
+.schlän1
+.schm1
+.s1ch1ool1
+.schwi1l
+.1schw
+.sea1l
+.sea1r
+.see1i
+.see1r
+.seh1re.
+.selb1e
+.se1ll
+.sen1
+.senti1e
+.sen1ti
+.s1eri1e.
+.serv1
+.sesti1
+.se1st
+.sevi1e
+.shaf1
+.shan1
+.sib1
+.sieg1es
+.s1ieg
+.si1en1
+.si1err
+.si1est
+.sie1s
+.si1et
+.ski1er
+.slan1
+.slän1
+.sm1
+.smi1t
+.s1ofa1
+.1sohn1
+.s1oh
+.s1on
+.s2one.
+.sons2s
+.s1os.
+.s1s
+.s1ta.
+.s2tag
+.1sta1ll
+.stau1
+.1ste1mm
+.sti1l1lo
+.1stil
+.stun1
+.stüb1
+.sue1s.
+.sug1
+.sumo1
+.su1m
+.sun1
+.sunb1
+.sv1
+.sw1
+.swi1s
+.sz1
+.taa1
+.tag1es
+.tai1
+.tal1lag
+.ta1lli
+.tau1
+.tav1
+.t1e.
+.t1ea
+.t1eb
+.t1ec.
+.t1eca
+.t1ech.
+.t1echi
+.t1echn2ic
+.1techn
+.t1echniq
+.t1echnisi
+.t1echn2o
+.t1echt
+.t1echu
+.t1eck
+.t1eco
+.t1ect
+.t1ed
+.t1ee1
+.t1ef
+.t1eg
+.t1eh
+.t1ei
+.t1eil1
+.t1ej
+.t1ek
+.t1el
+.1teleg1
+.tele1i
+.te1ll
+.t1em
+.te1mm
+.teni1e
+.t1en1
+.t1eo
+.t1e2p
+.t1eq
+.t1er
+.terwi1
+.t1es
+.te1sch
+.te1ss
+.te1st
+.t1et
+.t1eu
+.t1ev1
+.t1ew
+.t1ex
+.t1ez
+.thani1
+.tha1t
+.thie1r.
+.thie1rs
+.ti1en.
+.tien1
+.tieng1
+.ti1ev
+.ting1
+.tit1
+.1tob1el
+.t1obe
+.toe1
+.too1
+.trai1
+.t2r
+.trich1
+.tri1est
+.tri1nat
+.trin2a
+.trü1
+.tsa1m
+.tschun1
+.t1schu
+.tun1g.
+.tun1gs.
+.tun1gst
+.tuu1
+.tv1
+.twi1l
+.twi1s
+.ub1
+.ue1la
+.ue1ls
+.ue1r
+.ug1
+.ugri1
+.ui1
+.ulan1
+.um1man
+.u1m
+.um1mel
+.um1mo
+.umv1
+.u1n'
+.un1da
+.un1de
+.un1dr
+.un1g
+.urä1
+.usa1g
+.use1l
+.uz1
+.vai1
+.va1ll
+.vat1
+.veb1
+.vee1
+.ve1ll
+.velo1
+.veni1e
+.ven1
+.v1ers1chen.
+.verschen1
+.vint1
+.voe1
+.vo1nd
+.vo1ng
+.vo1nh
+.vo1nl
+.vo1nt
+.väs1c
+.wai1
+.w1art
+.web1er
+.weg1
+.we1gen1er
+.we1genst
+.weib1
+.weig1
+.wei1sf
+.wei1tli
+.werni1s
+.w1ien1
+.w1ier
+.wies1c
+.w1ies
+.woh1len1
+.wo1llmann
+.wou1
+.xi1e
+.yb1
+.yv1
+.zea1
+.z2e
+.zee1
+.ze1lla
+.ze1llo
+.zerb1
+.zerg1
+.zerz1
+.ze1s
+.zet1
+.ziel1
+.zins1
+.zmi1
+.zob1
+.z1ub1ers
+.z1ugau
+.z1ug1ei
+.z1ugla
+.z1uglo
+.z1ugra
+.z1ugro
+.z1ugrä
+.z1uid
+.z1uker
+.z1un1g
+.z1upfe
+.zu2p
+.z1ush
+.z1uur
+.zv1
+.zvi1
+.zwe1g1
+.zwei1s
+.zwi1l
+.zwo1
+.züb1
+.äg1
+.ä1rg1
+.ét1
+.éti1
+.év1
+.êt1
+.öl1
+.örg1
+.ört1
+'ab1
+'a1c
+'ai1
+'a1l
+'alb1
+'a1n
+'appe1
+'a2p
+'ap2p
+'a1r
+'1arg1
+'arvi1
+'aub1
+'au1m1
+'av1
+'az1
+'b1
+'bri1
+'de1l
+'e1h
+'e1l
+'e1n
+'env1
+'e1sch
+'e1ss
+'e1st
+'este1
+'et1
+'g1en
+'g1er
+'g1es
+'ha1b
+'hallo1
+'ha1ll
+'hol1
+'i1g
+'i1n
+'int1
+'ke1
+'le1s
+'l1l
+'ma1l
+'me1l
+'o1
+'oe1
+'offici1e
+'of1fi
+'of1fic
+'rou1
+'rumg1
+'ru1m
+'sa1
+'se1l
+'si1
+'s1o
+'sun1
+'u1n.
+'urb1
+'we1
+'word1
+'êt1
+aaa1
+aab1
+aadi1
+aa1l
+aalan1
+aalv1e
+aa1nd
+aa1ne
+aa1nga
+aa1ngr
+aani1
+aa1nk
+aa1n2p
+aa1nr
+aa1nst
+aa1nte
+aa1ra
+aarb1es
+a1arb
+a1a1rd
+aa1re
+a1are1i
+aare1sc
+a1ares
+a1a1rg
+a1a1rh
+aa1ri.
+a1ari
+aa1ria
+aa1ris
+a1a1rk
+a1a1rl
+a1a1rn
+aarne1
+a1a1r2p
+a1a1rr
+aa1rs
+aarschaf1
+a1arsc
+aa1rtj
+aa1ru2p
+a1aru
+a1a1rw
+aarzun1
+a1arz
+aa1s1ta
+aats1t
+aa2uf
+aaus1
+aaz1
+a1bab
+a1bad1
+abae1
+a1bak
+abali1e
+a1bal
+a1ban
+a1bar
+a1bau
+a1bbe
+a1bd
+ab1ebb
+a1beck
+a1beg
+ab1egg
+ab1eic
+ab1ein
+a1bek
+ab1eks
+a1bel
+ab1elac
+ab1elan
+ab1elu
+ab1elä
+a1bem
+ab1emu
+ab1en
+ab2enam
+aben2a
+abe1n2ic
+a1ben1t
+ab1eran
+abe1rat
+ab1erau
+ab1erc
+ab1er1da
+ab1er1do
+abe1rec
+abe1reg1
+ab1erf
+ab1erge
+ab1ergi
+abe1ric
+ab1erk
+ab1erl
+ab1ern
+ab1er2p
+ab1err
+ab1erso
+abe1ru
+ab1erz
+ab1erä
+ab1es1ei
+ab1eser
+ab1esl
+ab1esz
+ab1ex
+ab1ey
+a1bf
+abgas1
+a1bhi
+abi1et
+a1big
+ab1is
+a1bi1s.
+abi1s1s
+abi1st
+a1bk
+a1bla
+a1ble
+a1bliche.
+a1blo
+a1bn2a
+abni1s
+a1bo
+ab1oa1
+a1b2p
+a1br
+abre1u
+a1bsa
+absa1m1
+a1bsv1
+a1bt2r
+a1bw
+a1bz
+abäus1
+a1bä
+acai1
+ace1lan
+ace1me
+ace1si
+ache1me
+ache1mo
+a1chord
+achs1tig
+achs1tu1m
+achzu1r
+aci1er.
+aci1ers
+ackha1t
+acob1
+acoe1
+adami1
+adar1
+ade1he
+ade1lad
+ade1lat
+ade1leg1
+ade1lis
+ade1lle
+a1dell
+ad1em
+ade1mac
+ad1ema
+ade1mal
+ade1man
+aden1
+ade1nis
+a1deni
+ade1ram
+ad1e1reg
+ade1reis
+ade1ric
+ad1e1rol
+ade1rö
+ade1sa
+ade1sc
+ade1se
+ade1sh
+a1de1si
+ade1sl
+ade1s1or
+ade1spa
+ades2p
+ade1ss
+ade1st
+ade1sä
+adev1e
+adial1
+a1dia
+adi1enl
+a1dien1
+adi1ent
+adi1eri
+adies1
+adie1se
+adi1et
+adi1nam
+adin2a
+a1dio1
+adlun1
+adni1
+adon1i1
+a1don
+adoo1
+ad1rü
+adse1r
+adungs1
+adv1e
+adwoh1
+aeb1
+aeg1er
+ae1h
+ae1i.
+ae1id
+aelb1
+ae1lbe
+ae1lc
+ae1ld
+ae1lec
+ae1len1
+ae1lic
+ae1ll
+aella1
+ae1l1st
+ae1lu
+ae1lz
+a1e1m.
+ae1mar
+ae1me
+ae1mi
+ae1mm
+ae1mt
+ae1mu
+ae1mü
+aen1
+ae1ne
+aen1e1i
+ae1ng
+ae1nk
+ae1n1o2p
+aen2o
+ae1n2u
+ae1nw
+ae1nzl
+a1e1ra.
+ae1ren
+ae1re1u
+ae1ri
+ae1rkt
+ae1rn
+aerni1
+a1e1ro.
+ae1rob
+ae1roc
+ae1rod
+a1e1rog
+ae1rok
+ae1rol
+ae1rom
+ae1ron
+a1e1roph
+aer1o2p
+ae1ropl
+ae1ros
+ae1rot
+a1e1roz
+ae1rs.
+ae1rsk
+ae1rt
+ae1ru
+ae1ry
+a1e1rz.
+ae1rzt
+ae1s'
+ae1sc
+ae1sen
+ae1sh
+ae1sid
+ae1sl
+ae1s1o
+ae1ss
+ae1st
+aestan1
+ae1su
+ae1sy
+ae1sz
+a1e1ub1
+a1e1ug
+ae1u1m
+ae1us
+aev1
+afa1lls
+a1fal
+afe1li
+a1fel
+afen1
+afe1se
+affi1el
+af1fi
+af1fie
+afia1l
+afi1en.
+a1fie
+afien1
+afi1ens
+afni1
+aftd1
+af1t1seit
+aft1s1ei
+afts1tem
+aft1ste
+afts1trä
+aft1st2r
+afungs1
+afü2
+agai1
+a1gaj
+a1gak
+a1gal.
+a1gala
+aga1lit
+aga1ll
+a1gals
+agan1
+a1gao
+a1ga2p
+a1gass
+a1gaw
+a1g2ebl
+a1ge1bä
+a1g1elb
+ag1elec
+ag1eler
+ag1elet
+age1lic
+age1los
+a1g1em.
+ag1en
+a1genba
+a1genda
+a1geni
+a1genkl
+a1gen2o
+a1gen1t.
+agen1t
+a1gente
+a1gen1to
+a1gen1tu
+agenw1a
+a1geo
+a1gepu
+ag2e2p
+ag1eran
+ag1erauf
+ag1eraus
+ag1erem
+a1gerga
+ag1erg
+age1riem
+age1ring
+ag1eru1m
+ag1escr
+ag1esel
+ag1esex
+ag1esl
+ag1esm
+ag1esn
+ag1ess
+age1sser
+ag1esw
+ag1esö
+a1geu
+ag1ex
+aggeb1
+agg1ele
+agg1en
+agg1ero
+agg1eru
+agg1ese
+agha1s
+agha1t
+a1gic
+agi1ern
+agi1erwe
+agi1erzi
+agi1ez.
+a1gif
+a1gig
+a1gint
+a1giq
+a1glan
+agli1er
+a1glot
+agma1l
+agmi1
+agni1et
+agob1
+agou1
+a1gree1
+a1gros
+agrun1
+a1gré
+agsa1g
+a1gschen1
+ags1tab
+ags1tal
+ags1t1ee
+ags1tem
+ags1term
+agst1er
+ags1th
+ags1tor
+ags1tre
+agst2r
+ags1tru
+ags1trä
+ags1tät1
+a1gua
+a1gui
+a1gul
+agungs1
+a1gur
+a1gut
+a1gé
+aha1b.
+aha1bs
+aha1ts
+ahea1
+ahee1n1
+aheg1eh
+ahe1h
+ahe1ll
+ahe1se
+ahe1u
+ahg1eh
+ahi1dee1
+ahi1e.
+ahi1es
+ah1lsti
+ahl1st
+ahmb1
+ahme1l
+ahme1u
+1ahn
+ahne1st
+ahn1es
+ahnz1ug
+ahot1
+2ahr
+ahre1h
+ah1rü
+aht1ese
+aht1ex
+ahtv1e
+ahv2erh
+ahv1e
+ahz1
+ahäs1c
+ahös1c
+aib1e1ss
+aid1
+aidt1
+ai1e
+aie1l
+aie1ss
+ai1g'
+ai1ga
+ai1gg
+ai1gh
+ai1gi
+ai1gl
+ai1gm
+ai1gn
+ai1go
+ai1gr
+ai1gu
+ai1gv
+aii1ra1
+ail1lack
+ai1lla
+aims1
+ai1n'
+ai1nac
+ain2a
+ai1nas
+ai1nat
+ai1nau
+ai1nbl
+ai1nbo
+ai1nc
+ai1n1dl
+ai1ndo
+ai1n1dr
+ai1ned2
+ai1nee1
+ai1nen.
+ain1en1
+ai1n1es
+ai1nfr
+ai1nga
+ai1n1geb
+ai1n1geg
+ai1nhar
+ai1nie
+ain1i
+aini1er.
+ai1nin
+ai1nla
+ai1nme
+ai1n1n2a
+ai1n1ni
+ai1nor
+ain2o
+ai1now
+ai1npe
+ain2p
+ai1nq
+ai1nseg
+ai1ns1ei
+ai1nsm
+ai1nstä
+ai1nsz
+ai1n1t.
+ai1n1to
+ai1nts
+ai1n2u
+ai1nvi
+ai1ny
+ai1nz.
+ai1nä
+ai1rb1
+airt1
+ais1chi2p
+aise1la
+aise1re
+ais1sc
+aissi1
+ais1s1or
+ai1sso
+ais1s2p
+ais1st
+ais1tor
+aiw1
+aiz1u
+aje1st
+akab1
+akadi1
+akal1
+akape1
+aka2p
+akau1
+ake1lan
+ake1me
+akenv1
+aken1
+ake1sh
+ak1e1uc
+akib1
+aki1en1
+akla1s
+aklän1
+akma1l1
+akmus1
+aknäs1
+akob1
+akomb1
+akota1
+akou1
+aksb1
+aks1o
+akun1
+akv1e
+akw1
+a1lager
+a1lags
+alanti1e
+alan1ti
+al1b1ede
+alb1eis
+alb1en2a
+albrin1
+aldgeg1
+aldni1
+aleb1
+1aled2
+1alef
+ale1hu
+ale1in2p
+ale1men1
+1alenb
+alen1
+1alend
+1alene
+1alens
+ale1sch
+ale1ss
+ale1st
+ale1uti
+alg1en2a
+alg1enü
+alhof1
+1ali.
+1alia
+a1lied
+a1lief
+ali1eri
+ali1ern
+a1ließ
+1aligenb
+alig1en
+1aligenf
+1aligen2p
+1aligens
+1aligen1t
+1aligenv
+ali1gl
+ali1gr
+alile1
+alili1
+1aliu
+alizi1e
+aliz1
+1alió
+1alj
+a1lla1bf
+a1llah
+a1llans
+a1llaug
+a1llax
+a2l1lebe
+a1llec
+a1llee
+a1llenc
+allen1
+a1lleni
+a1llenm
+a1llen1to
+a1llerbar
+a1llergi
+a1llergo
+a1llers.
+a1lleti1
+a1llett
+a1lle1us
+a1lli1er.
+a1llies
+a1llik
+a1llind
+a1lline
+a1lliz1
+a1llj
+a1llou
+all1sc
+allschaf1
+a1llud
+a1llut
+a1lly
+a2l1län
+a1llät
+alnatu1
+aln2a
+alni1s
+alob1
+a1lob.
+aloni1e
+alon1i
+alsa1m
+al1sa
+1al1sd
+1al1sf
+1al1sg
+1al1sh
+1al1sk
+1al1sl
+alsle1
+1al1sr
+1al1s1s
+als1tit
+al1st
+als1trau
+alst2r
+1al1sv
+1al1sw
+alt1ein
+alt2ero
+alt1er
+a1lthy
+aludi1
+1aluh
+1alus
+a1lux
+alvo1r.
+1aly
+a1lym
+a1läc
+a1läg
+1alé
+1alí
+1alø
+a1m'
+a1ma
+amab1
+ama1l.
+am1ale
+amali1e
+am1a1ll
+amam1
+amandi1e
+a1mb
+am1b1ea
+amb1ei
+amb1en
+ambess1
+am1bä1
+a1mc
+amd1
+a1mdo
+a1mdu
+a1med
+a1mee
+amee1r
+a1mei
+a1mel
+ameldun1
+ame1lli
+a1menb
+amen1
+a1menf
+a1meng
+a1menh
+a1menk
+a1menm
+a1mens
+a1ment
+a1menw
+am1e2ra
+amera1u
+a1m1eri
+ameri1e
+a1m1ers
+ame1sc
+ame1set
+ame1sl
+ame1s2p
+a1me1ss
+ame1sta
+ame1sz
+a1met
+a1mfe
+a1mfl
+a1mfo
+a1mfr
+a1mfu
+a1mga
+amg1eh
+a1mgu
+a1mhe
+a1mhi
+ami1chl
+ami1el
+ami1en.
+amien1
+ami1erb
+ami1et
+amili1
+ami1r
+ami1ta
+a1mi1tb
+ami1td
+ami1te
+ami1tf
+ami1ti
+ami1tk
+ami1tl
+ami1to
+ami1t2p
+ami1t2r
+ami1ts
+ami1tw
+a1mj
+a1mla
+a1mm.
+a1mm'
+a1mma
+am1mass
+am1mee1
+a1mmel
+a1mmer
+ammeri1e
+amm1eri
+a1mmg
+a1mmi
+am1mic
+a1mml
+a1mmo
+am1mod
+a1mmt
+a1mmu
+am1mus
+a1mni1
+a1mo
+am1oi1
+amou1
+a1mpa.
+am2p
+a1mpe
+a1mpf
+ampfe2
+a1mpi
+a1mpl
+a1mpo
+a1mpr
+a1mps
+a1mpu
+a1mr
+a1msc
+a1ms1o
+a1msta
+ams1tag
+ams1test
+a1mstä
+a1msu
+amsun1
+amsv1
+amswe1
+a1mta
+amt1ex
+a1mth
+a1mti
+a1mtl
+a1mtn
+a1mto
+a1mt2r
+a1mts
+a1mtu
+a1mtä
+a1mtö
+a1mtü
+a1mu.
+a1mue
+a1mui
+a1mul
+a1mu1m
+a1mur
+a1mus
+amu1ss
+a1mut
+amv1e
+a1mwä1
+a1my
+a1mé
+a1möl1
+ana1cho
+an2a
+anada1
+anadi1e
+anag1eri
+anama1r
+ana1ma
+anas1chi.
+ana1us.
+an1b1ee
+ance1i
+andersa1m
+ande1seil
+andes1ei
+an2dh
+andni1
+an1dres
+ands1tag
+a1ndsvä
+andv1e
+anebi1
+anee1
+a1negr
+ane1he
+an2eh
+ane1les
+an1el
+ane1lle
+ane1llo
+ane1s2p
+an1es
+a1n1eul
+ane1us
+anezi1
+anfall1
+an1fal
+an1ga.
+an2gehe
+an1geh
+an2ge1hi
+ang1ei
+ang1elab1
+an1gel
+ang1elun
+an1gen2a
+ang1enau
+an1g1enb
+ang1en1es
+an1gene
+an1g1eng
+an1geni
+an1g1enk
+an1g1enm
+an1g1en2p
+an1g1enr
+an1gen2u
+an1g1env
+an1g1enw
+an1g1enz
+an1g1erb
+angeri1et.
+ang1erin
+an2gez
+angli1er
+an1glü1
+an1gne
+an1gsd
+an1gsh
+angs1tes
+an1gston
+an1gstra
+angst2r
+an1gsä
+an1gur
+an1gus
+anhof1
+anic1ki
+an2ic
+a1nied
+ani1ele
+ani1eli
+ani1els
+ani1ern
+ani1erz
+ani1et.
+anim1
+anint1
+anis1st
+a1nix
+anklan1
+an1kla
+ankrü1
+anm1al
+anne1la
+ann1el
+anne1rö
+ann1er
+annich1
+an1ni
+ann2ic
+annsz1
+ano1ro
+an2o
+ansa1m
+ansani1
+anseri1
+a1nsia
+ans1o.
+anspapi1
+ans2p
+anspa2p
+ans2sen1
+ans1s
+ans1tor
+ansv1
+ant1ela
+ant1ele
+ant1eli
+ant1elu
+ant1er
+anti1c
+an1ti
+anti1en1
+antons1
+an1to
+antrü1
+ant2r
+a1numm
+an2u
+anu1m
+a1nuo
+anus1s2p
+anv1e
+anw1a
+anwe1g
+a1nwh
+an1zu
+anzu1m1
+anz1upfef
+anzu2p
+anzu1r
+a1näc
+a1nüs
+aog2
+aoke1n1
+ao1re
+aorgi1
+aori1
+aos1s
+aou1
+apb1
+a2p
+ape1is
+ape1lle
+ape1lli
+ape1sc
+apfb1
+april1
+aprämi1
+arab1er
+arafal1l.
+ara1fal
+aragi1e
+arai1
+arali1e
+ara1ll
+ara1log
+ara1nor
+aran2o
+ara1nov
+ara1rea
+ar1a1ro
+aras1che.
+a1rasu
+ara1u2n
+1arb
+arb1ebe
+arb1ech
+arb1eid
+arb1ein
+arb1en
+arbänd1
+ar1bä
+1arc
+1ard
+ard1e
+ard1e1me
+arde1ss
+ar1din1i1
+ar1di
+ardun1g
+1are.
+a1re'
+a1reak
+1areh
+are1ha
+are1ho
+are1hä
+1arei
+a1reib
+a1reic
+a1reih
+are1ind
+are1leg1
+ar1e1lix
+are1mac
+are1mo
+arems1
+are1nah
+aren2a
+1arendo
+are1n1es
+1ar1enik
+1arenj
+1ar1eny
+a1repu
+are2p
+are1rau
+are1ri
+are1rol
+1ares
+are1sam
+are1sh
+are1sim
+are1spr
+ares2p
+are1sse
+are1ssi
+are1st
+1aret
+are1uf
+are1un
+1arf
+1arg
+argeg1
+arg1ela
+arg1eler
+arg1end
+1arh
+arha1t
+arhun1
+a1rhy
+1ari
+aria1r
+ar1i1e1h
+ari1el.
+ari1e1ll
+ari1els
+a1riem
+ari1en1
+ari1era
+ari1erd
+ari1erfa
+ari1erg
+ari1eri
+ari1erk
+ari1er2p
+ari1err
+ari1ers.
+ari1erv
+a1riese
+ari1esf
+ari1ess
+ari1est
+ari1eta
+ari1ete
+ari1eto
+ari1s1so
+a1ritu
+a1ritz1
+a1riv1e
+1arj
+1ark
+1arl
+arle1mo
+arlun1
+1arm
+armenti1e
+armen1
+armen1ti
+1arn
+a1rn'
+arnv1e
+1aro
+arob1
+arocai1
+aroli2
+aro1ma1
+aroni1e
+aron1i
+arou1
+a1rout
+1ar2p
+1arr
+arri1er
+ar1rie
+arri1et
+1ars.
+1arsa
+1arsc
+arschla1g
+1arsi
+arsi1er.
+ars1o
+ars1s1o
+1arste
+ars1tho
+1arsz
+1art'
+1arta
+1artb
+1arte
+1artg
+1arth
+1arti
+a2rtig
+artle1b1
+1artm
+art1s1o
+1artt
+1artu
+1artz
+1artä
+1aru
+a1ruck
+arun1de
+arungs1
+aruse1
+arv1e
+1arw
+1ary
+1arz
+arze1ll
+arz2e
+arz1u.
+1arä
+aränd1
+aräs1
+arät1
+a1rös
+a1rüc
+asaa1
+asa1lle
+asa1m
+asatt1
+asauri1
+asaus1
+aschee1n1
+as1ch1ero
+aschz1u
+aseb1
+asee1r
+aseg1
+asegg1
+ase1he
+ase1ho
+as1ei
+ase1lle
+ase1me
+asen1
+asg1en
+asgrun1
+asha1b1
+ashi1e
+asi1ek.
+asi1eri
+asi1ers.
+asmani1
+asni1s
+as1o.
+asob1
+as1of
+as1og
+as1ol
+as1on
+as1os
+as1ou1
+as1ov
+as1ow2
+asowi1
+a1ssac
+as1sack
+a1ssaf
+a1ssai
+a1ssal
+as1same
+assa1m
+a1ssar
+a1ssbi
+a1ssbl
+a1ss1bä
+as1sc
+a1sseg
+a1sseh
+a1ssek
+a1ssel
+a1ssenb
+assen1
+a1sse2p
+a1sseu
+a1ssev
+a1ssfa
+a1ssho
+a1ssi
+a1ssla
+a1s2sle
+a1ssli
+a1ssma
+a1ssni
+ass1o
+a1s1sod
+a1ss1oh
+a1ss1ok
+a1ssol
+a1ss1om
+a1ss1or
+a1ss1os
+as1spat
+ass2p
+as1spri
+as1spü
+a1ssrö
+as1stau
+a1ssti
+as1stra
+asst2r
+as1stä
+assv1e
+a1ssvi
+a1sswa
+a1ssy
+as1sän
+as1sär
+a1sta
+as1tank
+a1stel
+aste1ll.
+aste1llb
+aste1lli
+aste1lls
+ast2e1llv
+aste1llz
+astet1s
+as1tev1
+asthi1
+a1stie
+a1sti1el1
+asti1en1
+a1stin
+as1tink
+a1stl
+as1topf
+ast1o2p
+a1st2r
+as1tre2p
+astrich1
+a1sty
+astz1ug
+as1tür
+asu1m1
+asv1e
+asyl1
+a1ta
+atai1
+at1a1res
+a1tb
+atbeg1
+atbis1
+a1tc
+a1td
+at2e.
+at2ear
+at2ed
+at1ee1
+at1ei
+at1el.
+at1elf
+at1elj
+at1eln
+at1elr
+at1els
+at1emi
+at1er.
+at1era
+at1erb
+at1erc
+at1erd
+at1ere
+at1erf
+at1erg
+at1erh
+at1eri1ea
+at1eri1eb
+at1eri1e1lo
+at1eri1et
+at1eri1ev
+at1erj
+at1erk
+at1erl
+at1erm
+at1ern
+at1ero
+at1er2p
+at1err
+at1ers
+at1ert
+at1eru
+at1erv
+at1erw
+at1erz
+at1esi
+at1esk
+at1esm
+ate1sse
+a1tf
+a1tg
+atg1en
+a1th
+athani1
+athe1le
+athe1u
+athof1
+a1tia
+a1tib
+a1tic
+ati1el
+ati1en1
+ati1ern
+ati1gr
+a1tik
+a1til
+a1tim
+a1ti2p
+atis1tel
+a1tix
+a1tj
+a1tk
+atla1s
+a1tn
+atni1
+a1to
+atoli1
+atom1m
+a1t2r
+atrai1
+atsa1g
+ats1chef
+ats1tem
+at1ste
+ats1tic
+at1sti
+ats1träu
+at1st2r
+ats1tur
+a1t1ta
+att1ech
+att1el.
+att1ela
+att1elb
+att1eld
+att1ele
+att1elf
+att1elg
+att1elh
+att1elk
+att1elm
+att1eln
+att1el2p
+att1elr
+att1els
+att1elt
+att1elu
+att1elz
+a1ttens
+att1en1
+a1tt1er
+a1tti
+a1ttm1
+a1tto
+a1tt2r
+attrich1
+a1ttu
+a1tty
+atungs1
+atus1t
+a1tv
+a1tw
+a1ty
+a1tì
+a1tı
+auat1
+aub1en2a
+aubrin1
+au1brü1
+au1chl
+audeg1
+audi1er.
+aueb1
+auftrich1
+auft2r
+aufun1ge
+au1fu
+au1g1ehe
+aug2ell
+aug1en2a
+aug1eru
+augi1er
+auhb1
+aulmi1
+aum1m
+au1m
+au2n
+aunb1
+auni1s
+aunt1er.
+aunt1ere
+aunv1
+aupb1
+au2p
+aura1l
+aureg1
+aure1u
+auri1er.
+auriti1
+ausa1g
+auseh1
+ausit1
+auslandschaf1
+ausland1
+aus1landsc
+aus1saa1
+au1ssa
+aus1sac
+aus1sag
+aus1sal
+aus1sa1m
+aus1san
+aus1sau
+aus1sc
+aus1seh
+aus1s1ei
+aus1sende.
+au1ssen1
+auss1end
+aus1senden
+ausseri1
+aus1she
+aus1sin
+au1ssi
+aus1sk
+aus1s1or
+au1sso
+aus1s2p
+aus1st
+aus1sz
+aus1tag
+aus1tanz
+aus1t1ea
+au1ste
+aus1t1ee
+aus1term
+aust1er
+aus1tick
+aus1tier
+aus1tig
+aus1tob1
+aus1tod
+aus1t1oi
+aus1tom
+aus1tot
+au1s1tram
+aust2r
+aus1trat
+aus1trau
+aus1tric
+aus1trom
+aus1tu2p
+au1s1tut
+aus1tür
+aut1eb
+aut1ei
+aut1ele
+authi1
+autrot1
+aut2r
+autsa1m
+aut2s
+auzun1
+ava1lam
+ava1ll
+av1e
+avee1
+ave1rid
+averni1
+avri1
+avö1
+aw1a
+awa1r.
+awb1
+awe1gg
+awi1en1
+awi1er
+awt1
+axma1l
+aya1le
+ayint1
+ayng1
+aysi1
+aza1ll
+azb1
+azde1
+aze1h
+az2e
+aze1is
+aze1ma
+aze1rol
+aze1ros
+aze1sc
+aze1st
+azi1c
+azi1el
+azi1ge
+azi1gr
+azm1
+azri1
+az1ui
+az1uo
+az1ur.
+az1u1ra
+az1u1ri
+az1urs
+azz1
+aßa1l
+aßv1e
+aéri1
+1ba.
+1ba'
+1baa
+baa1c
+baa1r
+ba1b1el
+bab1er
+1babi
+bablag1
+ba1bla
+ba1ble1
+1ba1by
+ba1chö
+bad1
+1bad.
+bade1i
+bade1la
+badi1er
+badi1g1
+bae1n1
+bae1r
+bag1el
+baha1t
+1bai1
+1bal
+baldun1
+balg1er
+ba1ll
+bal1liga
+ba2llok
+bal1sa1
+balv1
+ba1mb1
+bandstan1
+bandun1
+banki1e
+barab1
+bardi1e.
+b1ard
+bar1di
+ba1re2p
+bari1er
+b1ari
+ba1rif
+barkau1
+b1ark
+barle1b1
+b1arl
+1b1arr
+barsa1m
+b1arsa
+bars1tal.
+1bas
+base1lin
+base1m
+ba1stel1
+bat1ea
+bathi1
+ba1th
+bati1e
+bau1fl
+baumv1
+bau1m
+baus1s
+1baz
+1b1ba.
+1bbac
+bbagg1
+1bbat
+bbau1
+bbb1
+bb1eb1
+bb1ein
+bb1eis
+bb1eiz
+bb1elu
+bb1en
+bbe1nä
+bb1er.
+bb1erb
+bb1erf
+bb1erg
+bb1erh
+bb1erj
+bb1erk
+bb1erl
+bb1erm
+bb1ern
+bb1er2p
+bb1err
+bb1ers
+bb1ert
+bb1erw
+bb1erz
+bb1eu
+bb1ey
+bb1i
+b1bi1s.
+bbrech1
+bbrich1
+b1brü1
+1b1by
+bbänd1
+b1bä
+bdea1
+b1de1ll
+bd1em
+bdös1
+1bea
+b1ea1chs
+b1eade
+b1ea1le
+b1ea1ls
+b1eame
+b1ea1ne
+b1ea1ni
+b1ea1n2o
+b1ea1ns.
+b1ea1rab
+b1ea1rma
+be1arm
+b1ears
+b1ease
+b1east
+b1eat.
+b1eater
+b1eatl
+b1eatmet1er
+b1eats
+b1eatt
+beaus1
+b1eaux
+1be1ba
+beb1en
+1bebi
+1be1bä
+1be1bü
+1bede
+1be1di
+bedun1
+1bee
+b1eeb1
+b1eek
+b1ee1li
+b1ee1n.
+been1
+b1ee1ne
+b1ee1nl
+bee1ns
+b1ee1r.
+b1ee1rg
+b1ee1rs
+bee1s
+1befa
+1befi
+1befl
+1befo
+1befre
+b2efr
+1befü
+beg1ee
+be1g1ehe
+beg1ehu
+beg1eni
+b1ehc
+b1ehe.
+b1ehl
+b1ehn
+behni1
+be1ho
+b1ehr
+b1eht
+b1ehw
+b1ehz
+1behö
+b1eicht
+beilschaf1
+b1eils
+beimi1
+b2e1imm
+b1ein.
+b1ein'
+b1einab
+bein2a
+b1einar
+b1einau
+b1einb
+b1eine
+b1einf
+b2e1ing.
+b1einge
+b1eingl
+be1inhalte.
+be1inhalt1en1
+be1inhaltet
+b1einhe
+b1ein1i
+b1eink
+b1einl
+b1einm
+b1ein2p
+b1einr
+b1eins.
+b1einw
+beinwoh1
+b1einz
+b1eis.
+b1eisel
+b1eisen
+b1eisl
+b1eiso
+b1eiss
+bei1t2r
+beits1t
+b1eitö
+1bej
+bekt1
+1b1el.
+b1el'
+b1elaf
+b1elak
+b1elal
+b1elam
+be1lang
+b1elar
+belau1f.
+b1elb
+b1elc
+b1eld
+b1ele.
+b1eled2
+belee1
+b1elef
+b2eleg
+beleg1en
+b1eleie
+b1elel
+b1el1em.
+b1elen1
+b1eler
+b1elet
+b1elex
+b1elf
+1b1elg
+b1elh
+b1eli.
+b1elid
+beli1e.
+b1elig
+b1elim
+b1elind
+b1elj
+b1elk
+1bell
+be1lls
+b1elm
+b1eln
+b1elos
+b1elot
+b1elou
+b1el2p
+b1elq
+b1elr
+b1els
+b1elt
+b1eluc
+b1elug
+b1eluh
+b1elu1m1
+b1elun
+b1elut
+b1elv
+b1elw
+b1ely
+b1elz
+belz1un1g
+bem1al
+be1man
+b1emb
+b1eme.
+be1mei
+be1men1
+1bemi
+1bemo
+be1mä
+1bemö
+b1en.
+b1en'
+benag1
+ben2a
+b1ename
+b1end
+b1ene.
+b2eneb
+b1enec
+b2en2eh
+b1enek
+b1en1em
+b1en1es
+b1enet.
+ben1et
+b2eneu
+b1enhü
+b1enig
+b1enis
+b1enit
+benleg1
+b1enmä
+bennun1
+ben1n2u
+b1enos
+ben2o
+b1ens.
+bens1tag
+bens1treu
+benst2r
+bens1tri
+b1ensz
+ben1t
+bentrich1
+bent2r
+b1enus
+ben2u
+benv1e
+benw1ar
+b1en1zü
+beob1
+1beq
+b1er'
+b1eraf
+b1erau2n
+b1eraut
+berd2em.
+b1erea
+b1ereb
+b1eree1
+bereg1
+b1eregu
+b1ereie
+b1eren.
+b1erenb
+b1erene
+b1ereni
+b1erenj
+b1erens
+bere1sc
+bere1ss
+b1eret
+b1erew
+b1erex
+b1erez
+berg1erin
+b1erhof1
+b1eri.
+b1eria
+b1erib1
+b1erig
+b1erik
+b1eril
+b1erin.
+b1erings
+b1erinn
+b1erisc
+b1eritz1
+1b1erl.
+b1erling
+b1ermai1
+b1ermat
+b1erob
+b1erom
+b1eros
+be1rou
+b1erow
+1b1er1ry
+1berschen1
+bers1on
+1b1ert.
+b1ertos
+b1erul
+berun1d
+b1erung
+b1erunt
+b1eru2p
+b1erut
+1b1ery
+berzun1
+berzu1r
+beränd1
+b1es.
+b1es'
+besa1me
+b1esanga
+b1esant
+b1esa2p
+b1esar
+besau1
+b1esb
+1besc
+b1esco
+b1esd
+b1ese.
+b1eseif
+bes1ei
+b1esel.
+b1eselc
+b1esele
+b1esen.
+b1es1en2a
+b1esenb
+b1esenf
+b1esenge
+b1esengi
+b1esengr
+b1esenh
+b1esenk
+b1esenm
+b1esenr
+b1esens
+b1esent
+b1esenv
+b1esenz
+b1ese2p
+b1esex
+b1esf
+b1esg
+1besh
+b1eshö
+b1eshü
+b1esim
+b1esir
+b1esj
+b1esk
+b1esm
+b1esn
+1bes2p
+b1espar
+b1espf
+b1espä
+b1esq
+b1esr
+b1essc
+b1essk
+be2sso
+b1ess2p
+b1esst
+bessun1
+b1essz
+b1essü
+be1staa1
+b1estag
+besti1e.
+b1estol
+b1esträ
+best2r
+besun1
+b1esur
+b1esv
+be1sy
+b1esä2p
+bete2
+1beti
+betit1
+1beto
+1bet2r
+1bett
+b1eune
+b1euni
+b1eus
+b1eut
+1bev
+bev1e
+bev1ord
+1bewi
+1bewu
+b1ey.
+b1eyb1
+b1eye
+b1eyr
+1bez
+bez1ug
+bfall1
+b1fal
+bfeg1
+bfe1ll
+b1fel
+bfun1
+bgangs1
+bgas1t
+bg1ehen1
+b1gehe
+bgerun1
+bgeränd1
+b1gerä
+bgw1
+1bha.
+1bhar
+bhau1
+bhea1
+bheb1
+bhe1ll
+bher1
+bhof1
+bhol1
+bhun1
+bhös1
+1bi.
+bial1
+1bib1
+bibb1
+bibrin1
+1bic
+bi1chr
+bic1ki
+bieb1
+bi1ec
+bi1e1ll
+bi1en.
+bien1
+bi1en2a
+bi1enb
+bi1enf
+bi1enk
+bi1enm
+bi1enn
+bi1en2p
+bi1enr
+bi1ens
+bi1ent
+bi1en2u
+bi1env
+bi1enw
+bi1esk
+bi1eta
+bi1ett
+bi1ety
+bi1gam
+bi1gr
+1bih
+1bij
+1bil.
+bild1
+bile1mo
+bili1e.
+bilä1
+binde1se
+bin1de
+bin1g1el
+bing1em
+bi1nü
+1bio
+bi1rs1c
+birs1ta
+1bis.
+bi1sa
+bisa1m1
+bi1sb
+bi1sc
+bi1sd
+bi1se
+bi1sf
+bi1sg
+bi1sha
+bi1sho
+bi1si
+bisis1
+bi1sj
+bi1sk
+bi1sle
+bi1sli
+bi1slu
+bi1slö
+1bism
+bi1sma
+bi1sme
+bi1smi
+bi1smo
+bi1sn
+bi1so
+bi1s2p
+bi1sq
+bi1sr
+bi1ss
+bis1sa1m
+bis1s1or
+bi1sso
+bis1spe
+biss2p
+bi1st1er
+bi1sto
+bis1tor
+bi1st2r
+bis1tu1m
+bi1su
+bi1swi
+bi1swo
+bi1swü
+bi1sz
+bi1sä
+1bit.
+1bita
+1bitc
+1bite
+bit1ei
+1bitl
+bitra1g
+bit2r
+1bits
+bitt1el
+1bitu
+1bi1té
+bius1
+biv1
+1biy
+bißv1
+bje1s
+bkape1
+bka2p
+bkau1
+bke1l
+bkitt1
+bklan1
+bkla1s
+bkle1b
+bkont1
+bkreis1
+bla1sste
+blas1test
+blau1
+blea1c
+1blec
+blee1
+bleg1en
+ble1l
+ble1ment
+blemen1
+ble2mm
+bles1e1i
+ble1sel
+ble1sh
+ble1s2p
+ble1ss
+blet1
+bl1i1edl
+bli1er.
+blings1
+1block
+1blon
+blou1
+1blow
+blubb1
+blue1s
+1blu1m
+blut1ei
+bläs1c
+blüs1c
+bmag1
+bmagi1
+bmee1
+bmeta1
+bmi1t.
+bnab1
+bn2a
+bn1e1s
+bnich1
+bn2ic
+1bnik
+bo1a1rd
+b1oa
+bog1er
+bohn1
+boi1ne
+b1oi
+1bol
+bomb1
+1bon
+bonni1er.
+bo1n1ni
+boo1
+borgi1e
+borgni1s
+borio1
+borlän1
+borni1s
+bo1s1chel
+bo1s1chet
+bose1r
+bosit1z
+b1osi
+bosni1
+b1osn
+bos1o
+bou1
+boulli1
+bovo1n
+bow1
+boz1
+bp1ari1
+b2p
+bpe1ll
+brabb1
+brafe1
+brai1
+bral1
+brand1
+brani1
+1brea
+brech1tsf
+b1rechts
+1bred
+bree1
+breli1
+bre1mon
+1bren
+bre1sch
+bre1s2p
+bre1ss
+bre1st
+1bret
+brich1t.
+brich1ts
+brie1ll
+bri1ens
+brien1
+bri1enz
+bri1er.
+bri1ern
+bri1ers.
+bries1c
+bri1eta
+brios1
+bromme2
+brot1ei
+1bru
+brun1
+bränd1
+brät1
+1brü
+bsa1mm
+bsa1mt
+bsatt1
+bsauri1
+1bsb
+bsbeg1
+bs1chef
+bseb1
+bseg1
+bseh1
+bs1ei
+bsen1
+bseri1e
+bsfall1
+bs1fal
+1bsg
+bsint1
+1bsk
+1bsl
+1bsm
+bsob1
+bs1od
+bs1of
+bs1on.
+bs1ondere
+bs1ons
+1bsr
+1bs1s
+bss1o
+bs1tag
+bs1ta1ta
+bs1t1eic
+bst1ei
+b2s1t1eil1
+b1ste1mm
+bs1tob1
+bs1tod
+bs1tou1
+bs1treu
+bst2r
+b1stän
+bs1täti
+bstät1
+1bsv
+1bsä
+bsäng1
+b1tags1
+bt1ea
+bt1ee1
+bt1ei
+bt1el.
+bt1ele
+bt1eln
+bt1els
+bt1er
+bt1eu
+btrai1
+bt2r
+1btreus
+btrich1
+b1tsa
+1bu.
+bubb1
+bub1el
+bub1en
+bubi1g
+bub1i
+1buc
+budwei1
+1bul
+bumb1
+bu1m
+bumv1
+bun1d
+bun1ga
+bungs1c
+bunt1er.
+bunt1ere
+1bu2p
+1burg
+burg1er
+1bury
+1bus
+bu1s1chas
+bu1sch
+bus1chau
+bus1o
+bus1sa1m
+bu1ssa
+bus1sc
+bussi1e
+bu1ssi
+bus1ski
+bus1spa
+buss2p
+bus1st1ei
+bus1st2r
+bus1tab
+bus1t1ei
+bu1ste
+bus1term
+bust1er
+busti1e
+bus1tis
+bus1tor
+bus1t2r
+1buz1
+buzi1e
+bv1e
+bv2erhä
+bw1ar
+bwä1
+1by
+bygrun1
+byke1
+bylg1
+1bzelter.
+bz2e
+bzelt1er
+1bzet
+bzott1
+bz2uch
+bz1uc
+bz1uges
+bzu1m1
+bz1upfe
+bzu2p
+bzu1r
+bzuz1u
+1bä
+bäbi1
+bäb1
+bäg1
+bänd1er.
+bäng1
+bäs1che
+bäug1
+bä1us.
+béb1
+béli1
+béri1
+1bí
+1bö
+bøg1
+1büc
+büg1
+bürg1er
+1büs
+büt1
+1bı
+caa1
+cad1
+cadi1e
+cae1r
+cae1s
+cafi1
+cagni1s
+cahi1
+cale1u
+cali1e
+ca1ll
+calv1
+cami1e
+canb1
+cand1
+can1de1ll
+cang1
+cans1
+canti1e
+can1ti
+cape2st
+ca2p
+capg1
+carabin1i1
+caree1
+carni1
+c1arn
+carti1e
+c1arti
+case1in
+cas1ei
+case1l
+caste1ll
+ca1stel
+cat1er
+caug1
+ca1url
+caut1
+cavali1ere
+cavali1ers
+caz1
+ccheri1e
+cchi1e
+cci1e.
+cci1er
+ccre1s
+c1ea1le
+c1ea1ne
+cegli1
+ce1ha
+ce1ho
+ce1hu
+ce1hö
+ce1i.
+ce1ind
+ce1is
+ce1lab1
+ce1lau
+ce1law1
+ce1leg1
+ce1lei
+ce1leu
+ce1lif
+ce1lit
+ce1ll
+ce1lok
+ce1lä
+ce1lö
+cem1a
+ce1mai1
+ce1man
+cemb1
+ce1mod
+ce1mon
+ce1mu
+ce1mä
+ce1mü
+cen1
+ce1n1et
+c1e1nez
+cenleg1
+cerb1
+ce1reg
+cere1u
+ce1rit
+cerni1e
+ce1rob
+ce1roc
+ce1saa
+ce1sam
+ce1sche
+ce1s1ei
+ce1sek
+ce1sh
+ce1s2p
+ce1ss
+ce1st
+ce1su
+ce1sz
+cet1es
+ce1u.
+ce1uh
+ce1u1m
+ce1un
+ce1us.
+cev1
+ceva1
+cg1el
+1chae1m
+chae1r
+1chaffela
+cha1f1fel
+chaf1ti
+chaf1tz
+cha2llöc
+cha1ll
+1chanc
+1chanse
+1chansh
+1chanso
+1chaos1
+1chap.
+cha2p
+chau1fk
+1chav1
+chdun1
+1checkl
+chee1ns
+cheen1
+1chef.
+1chefs
+2cheh
+che1lad
+1chellingw
+che1lling
+che1mal
+che1man
+che1mar
+1chemie.
+1chemik
+1chenect
+chen1
+che1not
+chen2o
+che1rol
+ch1ero
+1cherzan
+1cherzo
+che1set
+che1sie
+che1s1o
+1cheven1
+1chiat
+1ch1ie1da
+chi1e1di
+chi1e1do
+1chieha
+ch1ie1h
+1chiermo
+chi1ern
+chi1esa
+1chiet2p
+1chi1ett
+1chillac
+chi1lla
+1chillà
+1chinok
+chin2o
+1chinot
+1chiph
+chi2p
+1chipl
+1chips
+1chirur
+chi1ru
+1chi1rò
+1chizophr1enia
+chiz1
+chiz1o2p
+1chizz
+chlau1
+chnau1
+chn2a
+chnee1
+1ch1ofi
+1cholars
+ch1olar
+1cholastic
+chola1s
+1choles
+ch1ole
+1cho1ol.
+ch1ool1
+1cho1olb
+1cho1ole
+1cho1olf
+1choolg
+1cho1ols
+1choral1
+1choreo
+1chores
+1chors.
+1chorä
+1christ
+1chro1mo
+chrom1
+1chron1i
+1chsell
+chug1
+1chutn
+1chyl
+chäs1t
+1chüec
+ci1a1ro
+cic1k
+ci1dre1h
+ci1dr
+ci1ed
+c1i1eg
+ci1ej
+ci1ek
+ci1el
+cie1ll
+ci1en1
+ci1erg
+ci1eri
+ci1er2p
+ci1err
+ci1et
+ci1eu
+cili1e
+cimi1e
+cisg1
+cis1st
+cis1to
+citi1g
+ckat1
+ckau2f.
+ckaus1
+cke2lle
+cke1ma
+cke1nas
+cken1
+cken2a
+cke1ras
+1ckert.
+cke1s1ei
+cke1st
+cki1e1l
+cki1en1
+cki1est
+ckie1s
+1ckler
+1ckli.
+ckm1al1
+1ckman.
+ckob1
+cksal1
+1cks1burg1
+cks1char
+1ck1stad
+cks1tas
+cks1taub
+cks1turm
+cksz1ug
+ckt1er
+cku1m1
+ckungs1
+1ckw1ard
+ckw1ar
+clae1
+clan1
+cla1s
+clea1
+clee1
+cle1i
+cle1ll
+cle1st
+cle1u
+club1
+clue1
+coa1c
+c1oa
+cobs1t
+c1obs
+cocai1ne
+coct1
+cod1
+code1l
+c1ode
+code1n
+coe1li
+c1oel
+coe1m
+c1oe1u
+coffe1
+coi1n.
+c1oi
+coi1ns
+c1olb1
+colee1
+c1ole
+cole1m
+cole1sl
+coli1e
+colli1er
+combi1e
+comic1
+co1mi
+cond1
+condotti1
+con1dot
+conste1l
+coob1
+copai1
+c1o2p
+cope1l
+cordi1e
+cor1di
+co1rh
+cormi1e
+corni1s
+co1roc
+corsa1g
+cosi1c
+c1osi
+cos1o
+cou1
+c1oub1
+count1er
+cousi1e
+cou1ssi1
+couti1e
+cov1
+cow1
+cpai1
+c2p
+cra1ssi1
+cree1
+cre1ss
+cressi1
+cre1st
+creti1e
+crib1
+crissi1
+crou1
+croupi1
+cr1ou2p
+crub1
+cseri1
+cs1o
+cs1s
+css1o
+ct1el
+ct1er
+ct1es
+ct1eu
+ctez1
+ctob1
+ctrai1
+ct2r
+ct1s1o
+cub1
+cu1ba1l
+cude1l
+cudi1
+cue1in
+culi1e
+cumb1
+cu1m
+cun1
+cune1
+cunt1
+cus1o
+cuvi1
+cv1e
+cw1at1
+cyb1
+cyn1i1
+cyste1
+cze1l
+cz2e
+cze1st
+czm1
+cz1u
+d'ang1
+d'a1n
+1d'g1
+d'u1ne
+1da.
+1daa
+daa1c
+daa1n
+1dab.
+dabs1o
+1daci
+1dae
+dae1l
+dae1m
+1dag
+1dai
+daib1
+dai1g
+dai1n.
+da1lag.
+da1lage
+da1lam2p
+dalee1
+da1leu
+da1lic
+1dalk
+da1ll'
+da1lla
+da1lld
+da1llg
+da1llm
+da1lls
+da1llt
+dalm1
+dals1o
+dalv1e
+1dam.
+1dame
+da1me1l
+dami1e
+1damt
+1dan.
+1danc
+da1neb
+dani1el
+1dank
+danleg1
+danm1
+1dan2o
+da1not
+1dans.
+dan1z1u
+1dar.
+dari1e
+d1ari
+darni1er
+d1arn
+1das.
+1dase
+1dasj
+1dasy
+1da1ta
+dat1ei1
+dat1er
+1dati
+1da1to
+dats1t
+datt1
+daub1
+1daug
+daumi1
+dau1m
+dauni1e
+dau2n
+da1url
+1dav
+daxb1
+1day
+1dbab
+db1eat
+d1bea
+1dbeb1
+1d1b1ee1
+db1eig
+db1ein
+dbem1
+db1eng
+db1enz
+1dbeo
+db1erg
+db1ern
+db1ert
+db1esen
+db1eu
+db1ey
+dbi1el
+dbi1s
+dbla1s
+1dbli
+1dblo
+1dblu
+db1oa1
+1dboo1
+1dbor
+dbrech1
+1dbro
+d1brü1
+1dbyb
+d1by
+1dbän
+d1bä
+dbänd1
+1dbär
+1dbög
+d1bö
+1dbüh
+dbürg1
+dcolli1
+dcore1
+1ddac
+ddea1
+ddelschaf1
+dd1em
+1dde2p
+dde1st
+ddha1n
+1ddic
+ddie1
+1ddin
+ddle1m
+1ddor
+1ddra
+1ddrü
+ddä1
+1deag
+dea1lle
+deam1
+1dean
+dea1n'
+dea1ne.
+d1eane
+d1ea1ns.
+1dear
+1deas
+1de1ba
+debb1
+deb1ein
+de1bei
+deb1en
+1debi
+1debl
+1de1bo
+debrech1
+1de1bü
+1dec
+dechs1
+1de1da
+dede1ss
+1de1di
+1de1do
+dedun1
+1dee
+deeb1
+dee1ns.
+deen1
+d1ee1r.
+dee1rf
+d1ee1ri
+dee1rt
+1defe
+1defi
+1defl
+1defo
+1defä
+1defü
+deg1en.
+deg1en2a
+deg1enb
+deg1ene.
+deg1en1en1
+deg1enf
+deg1eng
+deg1enh
+deg1eni
+deg1enk
+deg1enr
+deg1ens
+deg1en1t
+degg1
+1degl
+1dego
+1degr
+de1ha
+de1hec
+de1hef
+de1hei
+de1hel
+de1hem
+de1hen1
+de1her
+1de1hi
+1dehn
+1de1ho
+1de1hu
+1de1hy
+1de1hä
+de1hö
+1de1hü
+de1ik
+de1im2p
+de1info
+2deinh
+d1e1in2o
+de1inse
+de1i1sc
+de1ism
+de1ist.
+de1i1st1en1
+de1isti
+de1ists
+1dej
+1deke
+1deki
+1deku
+1dekä
+1dekö
+1del'
+de1la1bo
+delab1
+de1lak
+1delal
+1deld
+de1leb
+de1lee1
+deleg1
+de1lege
+de1leib
+de1leic
+de1leut
+de1lich
+de1lin1i
+de1li2p
+de1list
+1dell
+de1ll.
+de1ll'
+de1llab
+de1llann
+de1llar
+de1lla1s
+de1llb
+de1llc
+de1lld
+de1lle.
+de1llen1
+de1llf
+de1llg
+de1llh
+de1llk
+de1ll1l
+de1llm
+de1lln
+de1ll2p
+de1llr
+de1lls
+de1llt
+de1llun
+d2e1llv
+de1llw
+de1lly
+de1llz
+de1log
+de1lok
+de1lose
+1delsblad
+del1sb
+1delta
+1delu
+de1luc
+de1luk
+d1e1lun1d
+de1lux
+delv1e
+1delwa
+delz1u
+1delä
+d1ema
+de1mam
+de1ma2p
+de1m1arc
+de1m1ark
+de1masc
+de1mast
+de1mau
+d1emb
+de1mec
+de1med
+de1mei
+d1emel
+de1meng
+demen1
+de1mens
+d1emen1t.
+d1ementa
+d1emente
+d1emen1ti
+d1emen1to
+d1emenz
+d1emer
+de1mes
+d1emet
+d1emeu
+d1emh
+1d1emi
+demi1en1
+de1mil
+de1mitt
+d1emk
+d1emm
+de1mme
+de1mmi
+d1emob
+de1m1ob1i1
+d1emoc
+d1emod
+d1emog
+d1emol
+d1emom
+d1emon
+d1em1o2p
+d1emor
+d1emos
+d1emot
+de1motiv1
+d1emt
+1demu
+d1emul
+d1emu1m
+d1emut
+d1emv1
+d1emw
+1de1mä
+1demö
+1d1emü
+1den2a
+d1e1nack
+de1nag
+de1nah
+de1n1arr
+de1nase
+1denb
+1deni
+d1eni1er
+1denj
+1denke
+1denl
+denleg1
+1denm
+1denn
+1den2o
+de1not
+1den2p
+1denq
+1denr
+dens1tanz
+dens1t1o2p
+den1t
+dental1
+1den2u
+1denv
+1denä
+de1nä2p
+1deoh
+1de1o2p
+deorgi1
+1depe
+de2p
+1depf
+1deph
+1depi
+1depl
+1depo
+1deps
+1depu
+1deq
+d1er'
+de1rabb
+de1rais
+d1erai
+de1ram2p
+d1eras
+d1erau.
+d1erbu
+d1er1bä
+derbänd1
+d1erbü
+d1erc
+d1erde
+derdun1
+de1refo
+d1ereg
+de1rege
+de1regl
+de1reic
+de1reit
+d1erek
+de1renn
+de1re2p
+dere1ss
+de1resta
+d1eret
+de1reu
+de1rev
+d1er1fel
+derhof1
+de1r1ieg
+de1riem
+de1rings
+de1ri2p
+de1ritt
+derkau1
+d1erl.
+d1erlec
+d1erman
+d1ermat
+d1ernac
+dern2a
+d1erol
+d1eros
+d1erpo
+der2p
+d1ersch.
+d1ersen1
+d1ersga
+dersle1b
+d1ers1on
+d1ers1s1o
+d1erston
+1dertjä
+1dertn
+deru1m1
+d1ery
+d1erä
+de1rät
+de1röh
+d2e1rüc
+de1saa
+desa1m
+de1same
+de1scher
+de1schr
+1desee
+de1sek
+de1selig
+de1senk
+de1seq
+desfall1
+des1fal
+desgeg1
+1desi
+de1sic
+de1so.
+de1s1oc
+de1sog
+de1spor
+des2p
+de1spu
+de1sse.
+de1sser.
+1dessi
+de1stab
+de1stat
+1deste
+de1stel
+de1stem
+de1stes
+de1stu
+de1suc
+de1sy
+de1sz.
+de1säc
+1desö
+1deti
+1deto
+detrich1
+det2r
+1dets.
+1dety
+1detü
+1deu
+de1u.
+d1eub1
+de1uf
+de1u1m
+de1un
+de1url
+de1us.
+de1usi
+1devi
+devo1n
+1dewi
+1dewu
+1dewä
+1deza
+dez1uber
+dezug1
+1dezw
+1dezä
+1dezü
+1deä
+1deü
+dfall1
+d1fal
+1d1fam
+1dfed
+dfe1ll
+d1fel
+1dfelt
+1dfen
+1dfet
+dfing1
+dfoli1
+1dfort
+1dfos
+1dful
+dfun1
+1dfül
+1dgau
+dg1ehen1
+d1gehe
+dg1ei
+dg1en.
+dg1end
+dg1eni
+dg1ens
+dgeränd1
+d1gerä
+dgetunt1
+1dgi
+dgla1s
+dgras1
+dgs1
+1dgun
+dgw1
+1dgä
+1dh.
+1dhai
+1dhak
+1dha1t
+1dhau
+dhaus1c
+dhea1
+dheb1
+dhee1
+1dhef
+1dhei
+2dh1eil.
+dheil1
+dheits1
+dhe1ll
+dhi1er
+dhint1
+dhoe1
+dhof1
+dhol1
+1dhor
+dhot1
+dhou1
+1dhun1
+dhunt1
+1dhy
+dhäs1c
+1dhäu
+1dhö
+dhös1
+1dhü
+1di.
+1dia
+dia1c
+dia1lei
+dia1llo
+dia1lu
+1dib
+1dicappa
+dica2p
+dicap2p
+1dich
+di1chl
+didas1
+didg1
+d1ieg1
+di1ego
+di1egu
+di1ek.
+di1elek
+1dien1
+di1en.
+di1ena2p
+dien2a
+di1enat
+di1enbe
+di1enbo
+di1enc
+di1end
+di1enfa
+di1eng
+di1eni
+di1enn
+di1enor
+dien2o
+di1enr
+di1ens.
+di1ensc
+di1ense
+di1ens2p
+di1enz
+di1eo
+di1e2p2p
+d1ie2p
+di1er'
+di1ern.
+die1s.
+die1sb
+die1sf
+die1si
+die1ss
+di1esse.
+die1st
+di1et.
+di1ets.
+di1eu
+di1eva
+di1ez
+1dif
+dig1
+digo1
+di1gra
+di1gri
+di1gä
+dilan1
+1dile
+di1lli1e
+1dinc
+din1di1
+1dine
+din1e1m
+di1ness
+din1es
+1ding
+ding1eli
+din1gel
+1din1i
+1din2o
+1dio
+1di2p
+1dis.
+disb1
+di1s1chet
+diseri1
+1dish
+1disi
+1disk
+dis1st2r
+1dist
+dis1th
+dis1to
+1disz
+1dit
+dit1ei
+ditschi1
+1diu
+1div1
+diw1
+1diz
+1djag
+djea1
+1djer
+1djou
+1dju
+1djä
+1dkad
+dka1ne
+1dkas
+dkau1
+1dke.
+1dker
+1dkes
+1dkis
+dkla1s
+dkle1b
+dklän1
+1dkri
+dkrü1
+1dkug1
+1dkv
+1dkö2p
+1dlac
+dlae1
+dlag1er
+dlat1
+dlau1
+dleb1
+dle1ber
+1dled2
+dleg1
+dle1l
+1dles.
+dle1s1c
+1dley
+dlic1k
+1dlie
+dlili1
+dl1l
+1dlm
+dlob1
+dlos1
+1dls
+dlungs1
+1dläc
+1dmac
+1dmad1
+dmag1
+1dmai
+dmang1
+1dmann
+dmee1
+dmeta1
+dmi1r
+1dmis
+dmi1t.
+dmont1
+1dmun
+1dmut
+1dmäu
+1d1mün
+1dnas
+dn2a
+dne1st
+dn1es
+1dnie
+dnt1
+1do.
+dobb1
+dob1era
+d1obe
+dodeg1
+d1ode
+doeb1
+doe1m
+d1oe1s
+1dof
+1dog
+1d1oi
+doi1n1el
+1dok
+dokt1
+1dol
+d1olb1
+dole1m
+d1ole
+1dom
+domai1
+do1ma
+domi1t.
+do1mi
+d2omit
+1don
+dong1
+doni1er
+don1i
+do1ra2p
+do1rev
+1dorf
+dorgi1
+do1rhe
+dorni1e
+do1rä
+1dos
+dos1o
+1dot
+dou1n1g
+1dous
+1dow
+1dpac
+d2p
+1dp1oi1
+dprämi1
+1dpuf
+1dqui
+1dqv
+1dra.
+1drab
+1drag
+1drai1
+1dral
+dra1lin
+dra1ll
+1drar
+dreb1
+1dreh
+dreli1e
+1drem
+dre1mm
+dre1sc
+dre1ss
+dre2sson
+dre1st
+dre1u.
+dre1us
+dreßg1
+1drick
+dri1el
+dri1en1
+dri1eser
+1drig
+1drit
+1drom
+drowi1
+1dru
+drun1d
+drung1
+1dry
+dränd1
+1drö
+1drüd1
+1ds'
+dsa1mm
+dsa1mt
+ds1ari1
+dsaus1
+1dsbr
+dschee1
+ds1chend
+dschen1
+1dschin
+ds1chine
+dseb1
+dsee1i
+dseg1
+dseh1
+ds1ei
+dsen1
+dseri1
+1dset.
+1dsets
+1dsfö
+dshof1
+1dshö
+ds1ieg1
+dski1e
+dslan1g.
+dsob1
+ds1ol
+1ds1om
+ds1on
+ds1ou1
+1dsprin
+ds2p
+1dspü
+ds1s
+dsseg1
+1dssk
+dss1o
+ds1tabe
+1d1stad
+ds1tag.
+ds1tag1en
+ds1tas
+ds1ta1ta
+ds1tauf
+ds1t1ea
+d2s1t1eil1
+dst1ei
+ds1term
+dst1er
+ds1terr
+ds1t1eur
+dst1eu
+ds1tex
+ds1th
+ds1tin
+ds1tis
+ds1tod
+ds1t1oi
+ds1tor.
+ds1tor2p
+ds1tou1
+ds1trau
+dst2r
+ds1tru2p
+1dström.
+d1st1röm
+1dströms
+ds1trü
+ds1turb
+ds1tus
+ds1täti
+dstät1
+dsun1g
+1dsu2p
+1dsvi
+1dswu
+1dswü
+1dszä
+1dsäc
+dsäng1
+1dt.
+dta1ll
+dtam1
+1dtan
+dt1ee1
+dt1eh
+dt1ei
+dt1ele
+dt2en2a
+dt1en1
+dt1er.
+dt1erb
+dt1erg
+dt1eri
+dt1erm
+dt1ern
+dt1err
+dt1ers
+dt1ert
+dt1eru
+dt1erw
+dt1eu
+dtev1
+dtez1
+1dtha
+1dtis
+dtit1
+1dtl
+dtleg1
+dtm1a
+dtob1
+1dtou
+dtrai1
+dt2r
+1dtre
+1dtru
+1dts
+dt1s1o
+dtt1e
+1dtur
+1dtv
+dtv1e
+1dtw
+1dtän
+1dtör
+1dtür
+1dtüt
+1du.
+1dub1
+due1se
+due1si
+1dug
+duilli1
+1duk
+1dul
+dulg1
+1du2m.
+du1m
+1duma
+1dumb
+1dumc
+1dume
+1dumg
+1dumh
+1dumk
+1duml
+1dumm
+1dumt
+1dumv1
+1dumw
+dun1gu
+1dunk
+du1noc
+dun2o
+1durc
+durv1
+1dus
+dus1sc
+dus1st
+dus1tal
+1dut
+1duy
+1duz
+1dva
+dva1l
+dvat1
+1dvei
+dv1era
+dv1erb
+dv1erd
+dv1ere
+dv1erf
+dv1erg
+dv1erha
+dv1erj
+dv1erk
+dv1erl
+dv1erm
+dv1ern
+dv1ero
+dv1er2p
+dv1err
+dv1ers
+dv1ert
+dv1eru
+dv1erw
+dv1erz
+dv1erä
+1dvis
+dvorg1
+1dw1al
+dw1ar
+dwa1r.
+dw1at1
+1dweg1
+1dwic
+1dwit
+1dwr
+1dwäh
+dys1sen1
+dys1so
+dy1s1tok
+dyt1
+dze1st
+dz2e
+dz1ugi
+dz1uk
+1dzul
+1dzu1m
+dz1un1g
+1dzu2p
+1dá
+däg1
+1däh
+1däm
+1där
+dä1us
+1dé
+1dí
+1dö.
+1döb1
+1död1
+döl1l.
+dörg1
+dös1che
+1döv1
+düb1eri
+dügg1
+1dün
+1dž
+eab1
+1ea1ch.
+1ea1cha
+1ea1chb
+1ea1chc
+1ea1che
+1ea1chf
+1ea1chl
+1ea1ch2p
+1ea1chr
+1ea1chv
+1ea1chw
+1ea1chy
+1eaco
+1ead.
+1eadb
+1eads
+1eagl
+1eak.
+eakb1
+1eakh
+1eaks
+1eal.
+ea1l'
+ea1lba
+ea1lbr
+1eale
+e1a1led2
+e1a1lend
+ealen1
+ea1leri
+ea1lerk
+ea1lerm
+ea1lern
+ea1lers
+ea1ley
+ea1lfac
+ea1lg.
+eali1e
+eal1la
+eal1lo
+ea1llt
+ea1lmä
+1eals
+e1a1ly
+1eami
+1eams
+1ean.
+ea1nat
+ean2a
+eand1e
+1eane
+ea1ney
+ea1nhe
+1eani
+eani1er
+ea1nnek
+ea1nnie
+ean1ni
+ea1n1ny
+ea1nors
+ean2o
+1ean2p
+ea1npo
+ea1nro
+1eans.
+ea1nsb
+ea1nsd
+ea1nsf
+ea1nsg
+ea1nsh
+ea1nsj
+ea1nsk
+ea1nsl
+ea1nsm
+ea1nsn
+ea1nso
+ea1nsr
+ea1ns1s
+ea1nsw
+1ea1n1to
+ea1nut
+ean2u
+ea1ny
+ean1z1u
+1ear.
+ea1r'
+1earab
+ea1rank
+ea1r1by
+e1arb
+ea1rce
+e1arc
+ea1rcy
+1e1ard
+ea1rd.
+ea1rd'
+ea1rd1e
+ea1r1do
+ea1r1dr
+ea1rds
+ea1rdy
+ea1red
+eare1sc
+e1ares
+1e1a1rh
+1e1ari
+ea1rie
+e1a1rj
+1e1ark
+e1a1rl
+earli1e
+1earma
+e1arm
+1e1arn
+ea1rn.
+ea1rnag
+earn2a
+ea1rne
+ea1rni
+ea1rns
+ea1rny
+1e1ar2p
+ea1rpi
+e1a1rs.
+ea1rs'
+e1a1rsa
+ea1rs1o
+e1a1rt'
+e1a1rta
+e1a1rtb
+ea1rtl
+e1a1rtm
+1ea1rto
+ea1rts
+1e1arw
+ea1rwo
+1e1a1ry
+eas1e1i
+easi1e
+1easl
+eas1s1o
+eas1s2p
+eas1st
+1ea1tb
+1eat2e.
+eat1el
+1eaten.
+eat1en1
+1ea1tf
+1ea1tg1
+1ea1th
+1eatie
+1eatin
+1eatmus
+1ea1tn
+1eaton
+ea1to
+1eat2p
+1eau.
+1eau'
+1eaua
+1eaub
+1eauc
+1eaud
+1eaufi
+1eaufo
+1eau1fret
+1eau1fö
+1eauj
+1eauk
+1eaul
+1eau1m
+1eau2n
+1eau2p
+1eaur
+1eaus.
+1eausa
+1eausc
+1eauso
+1eauti
+1eauty
+1eauté
+1eauv
+1eauw
+1eav
+eavo1
+eaz1
+e1ba
+ebab1
+eband1
+1ebbt
+e1bc
+e1bd
+eb1eamt.
+e1bea
+e1bebr
+e1bebu
+e1bec
+e1befe
+e1beg
+eb1egg
+e1behe
+e1bei
+eb1eic
+eb1eint
+e1bek
+eb1elit
+eb1elü
+eb1en1en1
+eb1enü
+e1be2p
+eb1er.
+eb1erab
+eb1erar
+eb1erb
+e1berbl
+eb1erd
+eb1ere.
+e1berec
+eb1ereh
+eb1erem
+eb1eren
+eb1erer
+eb1erf
+eb1erg
+eb1erh
+eberher1
+eb1erin
+eb1eris
+eb1erj
+eb1erk
+eb1erl
+eb1erm
+eb1ern
+eb1er2p
+eb1erq
+eb1err
+eb1ers
+eb1ert
+eb1erv
+eb1erw
+eb1erz
+e1berä
+eb1esan
+eb1esau1
+eb1eseh
+eb1esel
+eb1esen
+eb1eser
+e1b1esh
+eb1esin
+eb1esl
+eb1espe
+e1bes2p
+eb1estem
+eb1estes
+eb1estra
+ebest2r
+eb1estro
+eb1esun1
+eb1esw
+eb1esz
+e1betu
+e1bf
+e1bil
+ebint1
+e1bi1s
+e1bit
+e1bka
+e1bko
+e1bkr
+e1bla
+ebla1s
+e1ble
+ebleich1
+e1blu
+e1bm
+e1bo
+eb1oa1
+eboe1
+eb1oi1
+eborg1
+e1b2p
+e1bra
+ebrequi1
+e1bri
+e1bro
+e1brü1
+e1bs.
+e1bsa
+ebsa1g
+e1bsc
+e1bse
+ebs1tanz
+ebs1t1ea
+ebs1t1em2p
+ebs1tend
+ebst1en1
+ebs1th
+ebs1tie
+ebs1t1o2p
+ebs1tra
+ebst2r
+ebungs1
+e1burg1
+ebwi1
+e1bzu
+ebänd1
+e1bä
+e1bü
+1ec'
+1echel
+echi1en1
+1echnica
+echn2ic
+1echnici
+1echnico
+1echnicu
+1echnif
+1echnion
+1echniu
+1echniz
+1echnob1
+echn2o
+1echnoc
+1echnod
+1echnog
+1echnok
+1echnom
+1echnon
+1echn1o2p
+1echnor
+1echnos
+1echnot
+1echnov
+1echné
+1echo.
+echs1tau
+1ech1ti.
+echtrich1
+echt2r
+ech1tsen.
+echtsen1
+ech1tshof
+echz1u
+1ecia
+1ecin
+1eckn
+1eckr
+ecks1tag
+1eckt
+1ecn
+ecre1s
+ecue1s
+1ecul
+1ecu1m
+1ecz
+1ecú
+e1d.
+e1da
+e1db
+e1dd
+edea1l
+e1ded
+ede1lad
+ede1llo
+e1dell
+ede1mar
+ed1ema
+ede1mas
+ed1eme
+e1d1e1mi
+edens1tau
+edens1t1em2p
+ede1rech
+ederschaf1
+ede1sel
+ede1st2r
+1edetek
+edev1e
+e1di
+edi1enl
+e1dien1
+edlec1
+edm1
+1edmo
+e1dn
+e1do
+1ed1o1n2o
+e1don
+edossi1
+e1dos
+e1dr
+edritt1
+e1drit
+1edron
+edrun1
+e1dru
+e1ds
+edsa1g
+eds1cho
+eds1tag
+eds1tan
+eds1t1ee
+eds1tri
+edst2r
+eds1tru
+eds1trä
+edt1er
+edun1d
+edung1
+edv1e
+e1dwa
+e1dwen
+edä1
+edös1c
+1ee.
+1ee'
+1eea
+ee1b1ee
+eeb1en
+eece1
+1eech
+1eecks
+1eeckx
+1eed
+1eee
+eeeb1
+1e1eee1
+1eef.
+1eefa
+1eefb
+1eefe
+1eefh
+1eefs
+1eeft1
+1eefy
+1eege
+1ee1ha
+eehaus1
+1ee1hi
+1ee1ho
+ee1hu
+eehunt1
+1ee1hä
+1ee1hö
+ee1hü
+e1e1ig.
+ee1igs
+e1e1ii1
+ee1i1n.
+eeis1s
+1eej
+1eek.
+1ee1l.
+ee1l'
+1ee1la
+ee1lb
+ee1lc
+ee1ld
+ee1le.
+ee1leg
+ee2lek
+1ee1ler
+ee1les
+e1e1ley
+ee1lg
+1ee1lh
+ee1li.
+ee1lic
+ee1lie
+ee1lis
+ee1ll
+ee1lm
+1ee1lo
+ee1lr
+ee1ls
+ee1lta
+ee1lu
+ee1lw
+1ee1ly
+1ee1lz
+ee1lä
+1ee1lö
+e1e1m.
+ee1ma
+ee1mdg
+e1emd
+ee1me
+1eemi
+ee1mil
+ee1min
+ee1mit
+ee1ml
+1ee1mo
+1ee1ms
+ee1mt
+ee1mu
+1ee1mä
+ee1mü
+een1
+ee1n'
+1een2a
+e1e1na.
+ee1nag
+ee1nah
+ee1na2p
+e1e1nav
+2eend
+ee1neb
+ee1n1el
+ee1neri
+een1er
+ee1ney
+1eenh
+1eeni2
+ee1nie
+ee1nig
+1eenl
+ee1noc
+een2o
+ee1not
+e1e1nsh
+e1e1ny
+ee1näc
+1eeo
+eeob1
+1ee2p
+1eer.
+1ee1r'
+1eera
+e1e1ra.
+ee1rab
+ee1rad
+eera1ll
+ee1ran
+ee1ras
+ee1rat
+ee1rau
+1ee1rba
+ee1rbl
+ee1rbo
+ee1r1bä
+ee1rbü
+1ee1rc
+1ee1rd.
+eerde1s
+ee1r1do
+1ee1r1dr
+ee1rdu
+1ee1re
+ee1rfe
+ee1rfr
+ee1rfu
+ee1rfö
+ee1rga
+ee1rgr
+ee1rgu
+ee1rho
+ee1rhä
+ee1rhü
+1eeri
+ee1ri.
+ee1rie
+ee1rif
+ee1rig
+e1e1rio
+ee1rit
+e1e1riw
+ee1rj
+1e1e1rk.
+ee1rka
+ee1rki
+1ee1rko
+ee1rku
+ee1rkü
+1ee1rli
+eerm1
+ee1rma
+ee1rmu
+ee1rns
+ee1rob
+ee1roc
+ee1rom
+ee1ros
+ee1rou
+1eer2p
+ee1rpe
+ee1rpf
+ee1rpi
+ee1rpu
+ee1rq
+ee1r1ra
+ee1rri
+ee1r1ro
+ee1rs'
+eersa1m
+eerschaf1
+ee1rse
+ee1rsh
+ee1rsi
+ee1rsm
+ee1rso
+ee1rt.
+ee1rta
+ee1rte
+ee1rth
+1ee1rto
+ee1rtz
+ee1rtö
+1eeru
+ee1ruc
+ee1ru1m
+ee1run
+eerun1d
+ee1rut
+1ee1rv
+eerv1e
+ee1rwo
+ee1rwu
+ee1rwä
+1ee1ry
+ee1rzu
+ee1rä
+eeränd1
+ee1röl
+ee1rü
+1ee1s.
+ee1s'
+ee1sa
+eesa1m
+ee1sb
+1ee1sc
+1eese
+ee1see
+ee1sen
+ee1sg
+ee1sh
+eeshau2p1
+1ee1si
+e1esi1e.
+ee1sj
+1ee1sl
+ee1sm
+1ee1s1o
+1ee1s2p
+ee1ss
+ee1s1sid
+1ee1st
+ee1su
+ee1sw
+ee1sz
+ee1sä
+1eet.
+eetal1
+1eetb
+1eete
+1eetf
+1eetk
+1eetl
+1eeto
+1eet2p
+1eet2r
+1eets
+1eetu
+1eetü
+1eeu
+ee1u.
+ee1uf
+ee1u1m
+ee1un
+ee1ur
+ee1ut
+e1e1uw
+1eev
+1eew
+eewei1s
+1eez
+1eeü
+efall1
+e1fal
+efa1lli
+efang1
+efaus1
+1efdar
+efeb1
+efehls1
+e1feh
+efen1
+efe1so
+1efeu.
+e1feu
+1ef1fi
+1e1ffö
+efib1
+efoli1
+efos1c
+1efpf
+ef2p
+1efpl
+2efr
+1efsaa
+1efta2p
+eft1eh
+eft1el
+2efu
+efun1d
+efzug1
+efäng1
+1efé
+e1ga.
+ega1c
+egai1
+ega1lan
+egal1la
+ega1los
+eg1a1lus
+e1gam
+egang1
+ega1nor
+egan2o
+ega1raf
+ega1ras
+egb1eam
+eg1bea
+e1gb1erg
+eg1elab1
+eg1eler
+e1geli
+eg1elu
+ege1ma
+eg1enab
+egen2a
+eg2enac
+e1g1enad
+e1geners
+egen1er
+egenfall1
+egen1fal
+eg2enä
+eg1erag
+eg1eram
+eg1eran
+eg1eraus
+e1g1erd
+eg1eren
+eg1eres
+eg1eret
+e1geri
+eg1erinn
+e1g1erm
+e1g1ern
+e1g1er2p
+eg1eruh
+eg1eru1m
+eg1erun
+eg1esk
+eg1esl
+eg1esm
+eg1esn
+eg1es1or
+eg1espar
+eges2p
+eg1espl
+eg1esw
+ege1u
+e1gewes1
+eg1ex
+1e1gg.
+e1gge.
+e1gg1en.
+egg1esi
+e1ggis
+e1ggli.
+1eggs
+e1gh.
+e1ghau2p1
+1e1gia
+e1gic
+egi1en1
+egje1
+e2glü
+e1gn1er
+egni1er
+egon1i1
+1egoz
+egra1tti1
+egs1tak
+egs1tal
+egs1term
+egst1er
+egs1th
+egs1tro
+egst2r
+egs1trä
+egs1tur
+egungs1
+egv2erh
+egv1e
+e1gwart
+egw1ar
+e1h.
+1ehab1end
+ehab1en
+e1haf
+e1hah
+1ehai
+e1ha1ll
+e1ham.
+e1hamw
+1ehan.
+e1hand1
+1ehanz
+eha1ts
+e1hav1
+e1head
+e1hed2
+e1heft
+e1he1h
+e1heim1
+ehei1t
+ehe1la
+e1helf
+ehe1ll
+e1helm
+ehe1lo
+ehe1ma
+e1he1mm
+1ehemo
+ehe1mor
+1ehen'
+ehen1
+ehe1nam
+ehen2a
+1ehenc
+2ehenkt
+1ehenm
+1ehen1n2a
+1ehe2p
+ehe1rec
+ehe1res
+ehe1ric
+eh1e1ro
+e1herz2e
+ehe1se
+ehe1s2p
+e1heu
+ehe1un
+1ehic
+e1hie
+ehi1er
+ehint1
+e1hi2p
+e1hirt
+e1his
+e1hit
+1ehj
+e1hoc
+e1hoe1
+e1hof
+e1hol
+1eholms
+eh1olm
+e1hot1
+e1how
+1ehq
+eh1ran
+eh1renw
+eh1rling1en
+ehrschaf1
+eh1rsh
+eh1rö
+e1hudel
+ehun1d
+1ehunf
+1ehuni
+e1hur
+e1hus
+e1huz1
+e1hym
+e1häl
+e1häm
+e1hän
+ehäs1c
+e1höl
+ehös1
+1ehöö
+1ehübu
+e1hüh
+e1hün
+e1hür
+e1hüt
+eia1l
+eiaus1
+eich1tet
+ei1d1e1mi
+1eiderb
+eid1e1ros
+1eidg
+1eidl
+1eidou
+1eidsc
+eieb1
+1eiel
+1eier
+1eifu1ssa
+1eifussd
+1eifusse
+1eifussger
+1eifussh
+1eifussk
+1eifuss1s
+1eifusst
+1eifußa
+1eifußd
+1eifuße
+1eifußg
+1eifußh
+1eifußk
+1eifußs
+1eifußt
+1eig.
+1eigb
+1eige.
+1eigebrau2n
+eige1bra
+1eigefar
+1eigegel
+1eigegr
+1eig1el.
+1eig1el'
+1eig1eln
+1eig1els
+2eig1elt
+eigelun1
+1eig1em.
+1eigen.
+eig1en
+1eig1er.
+1eig1es.
+1eiges1ei
+ei1gese
+1eigeto
+1ei1getö
+1eigh
+1eign
+1e2igt
+1eihai
+1eii
+e1iii1
+1eije
+1eiji
+1eike.
+1eil.
+1eilar
+1eilb
+1eilc
+1eile.
+1eilen.
+eilen1
+1eiles.
+1eilf
+1eilh
+1eilk
+1eill
+eil1la1s
+ei1lla
+ei1lle1m
+ei1l1lin
+eil1los
+ei1llo
+1eils
+1eilt
+1eimer
+2eimm
+eim1ma
+1einac
+ein2a
+1einad
+ei1nag
+eina1li
+1einam2p
+1einans
+1einc
+einde1ra
+ein1de
+1eineb
+1einek
+1eine1mü
+ein1em
+eine1ras
+ein1er
+1einest
+ein1es
+1eineta
+ein1et
+1eineu
+1einfl
+2eing.
+1einga
+1eingr
+e1ings
+1einhaa1
+1einhac
+1einhalf
+1einhalt1er
+1einhaltu
+1einhar
+einha1t
+1einhau
+1einho
+1einhä
+1einj
+1einka
+1einn
+1ein2o
+1ein2u
+ei1nul
+1einwi
+1einö
+1einü
+eiob1
+eipi1e
+ei2p
+1eir.
+1eira.
+ei1ra
+1eirak
+1eirav
+1eird
+1ei1rl
+1eirs1
+ei1sam
+ei1sber
+ei1sbr
+ei1sc
+1ei1schel
+eise1ma
+ei1serf
+eiseri1e
+ei1ski
+eislan1
+eisle1b
+ei1spi
+eis2p
+ei1ss.
+ei1ss'
+ei1ssac
+ei1ssat
+ei1ssb
+ei1sse
+ei1s1sek
+ei1ssh
+eis1sil
+ei1sska
+ei1ssl
+ei1ssn
+eis1soz
+ei1sso
+ei1sspa
+eiss2p
+ei1sspe
+ei1sspi
+ei1sspo
+ei1sspr
+ei1ss1s
+ei1ss1t.
+ei1sst'
+ei1ssta
+ei1sstem
+ei1sst2r
+ei1sstu
+ei1sstä
+ei1sstö
+ei1ssz
+ei1ssü
+eis1tabe
+eis1tag
+eis1tanz
+ei1stan
+1ei1st1er
+eis1t1o2p
+eis1tor
+eis1tou1
+ei1st2r
+ei1stu
+eis1tur
+ei1sä
+ei1tbü
+eitd2
+1ei1tee
+eit1ehe
+ei1teh
+eit1ei
+eit1e1ss
+ei1tru
+eit2r
+ei1twä
+ei1tz.
+ei1tzm
+eitz1ug
+1eiv
+1eiz.
+1eize.
+eiz2e
+1ei1zeic
+1eizen1
+1eizer.
+1eizj
+1eizl
+1eizm
+1eizt
+1eiz1ung
+1eizv
+1eizz
+1eiß
+eißv1e
+1eiä
+1eiö
+1eiü
+ejea1
+ejeb1
+1ejk
+1ej2p
+eka1n2u
+ekb1
+ekeb1
+eke1st
+ekha1t
+ekla1s
+ekle1b
+eklun1
+eklän1
+ekma1l1
+ekrai1
+ekre1me
+ekrich1
+ekt1er
+ektv1e
+1ekz
+ekzi1
+1ela.
+1ela'
+1elaa
+elab1
+1ela1bd
+e1la1bel
+1elabg
+1elabn
+1ela1bw
+e1la1by
+1ela1bz
+e1lac.
+elae1r
+elag1er
+elags1
+1elai1
+elais1
+1elaj
+1elalg
+1elalk
+1elan.
+1elane
+1elanh
+1elan2o
+1elan2p
+1elanä
+1elao
+1elap.
+ela2p
+1elaps
+el1ari1
+ela1roc
+el1aro
+el1a1ru
+1elas.
+1elas'
+1elasco
+1ela1ta
+1elati
+1ela1to
+1ela1t2r
+1elau.
+e1laub
+e1laune
+elau2n
+1elausr
+el1bee1
+1elboc
+elbrech1
+1elbro
+1el1bö
+1elce
+elci1
+1elcr
+1eldac
+eldui1
+1eldäc
+elea1nor.
+elean2o
+eleb1e
+1el1ee.
+1el1eea
+1eleeb
+1el1eed
+1el1eee
+1eleef
+1eleeg
+1eleeh
+1eleek
+1eleem
+elee1n.
+eleen1
+1el1eeo
+1elee1s
+1eleet
+1el1eev
+1el1eez
+1elegr
+e1legs
+e1legu
+2eleh
+ele1her
+e1lehr
+1elei.
+1eleien1
+e1leist
+ele1la
+ele1lin
+ele1ma
+ele1met
+1elemn
+e1lems
+ele1mu
+1eleph
+ele2p
+e1lerc
+e1lerne
+1elernä
+e1lesb
+ele1sch
+ele1si
+1elesk
+ele1sl
+ele1spo
+eles2p
+ele1ss
+ele1st
+eleti1
+e1leuch
+el1euc
+ele1un
+1eley
+1elf.
+1elfes
+1elfet
+1elfis
+1elfle
+el1fsb1
+1elft
+1elgh
+1elgur
+1elgü
+1elhaa1
+1elhef
+1elhem
+1elherz
+elhof1
+elhol1
+1elhor
+1elhör
+1elia
+elib1
+1elica
+1elick
+1elico
+1elicu
+1elicz
+1elida
+1elidi
+2eli1ec
+e1lied
+el1i1edl
+eli1efd
+eli1eff
+1eli1en1
+1elier
+eli1erb
+eli1erd
+eli1erf
+eli1ern
+eli1er2p
+eli1err
+eli1erv
+e1lies1c
+eli1ez
+1elifi
+eli1gar
+1elii
+1elij
+1elika
+1eliki
+1elil
+elili1
+1elimo
+e1limou
+1elin2a
+1elin1gm
+1elin2o
+1elinsk
+1elio
+1eliq
+1elis.
+1elisa
+1elisc
+1elisi
+1elisk
+elissi1
+1elisw
+1elito
+1elitä
+1eliu
+1eliv
+1elix
+elizi1
+eliz1
+1eliè
+1eljo
+1eljär
+1elknä
+1elkoc
+el1ko
+e1lla1bf
+e1llabs
+1el1ladu
+e1llaf
+1ellai1
+e1llal
+e1llan2a
+e1llanz
+e1ll1arb
+e1llars
+1ellaw1
+e1llbi
+e1llbla
+1elled2
+ellee1
+e1llersche
+elle1st
+e2lleu
+e1llev
+e1llfar
+e1llfas
+e1llfol
+e1llge1m
+e1llhaf
+1ellic
+1ellied
+e1llier
+e1lli1er.
+e1llinh
+e1llj
+e1llkre
+e1llmal
+e1llmau
+e1lln2o
+e1llon
+1elloo1
+e1ll1o2p
+e1llov
+e1llq
+e1llru
+e1ll1so
+e1llsti
+ell1st
+e1llto
+e1lltu
+e1lltö
+e1lltü
+1elluf
+1ellumm
+ellu1m
+2ellv
+ellv1e
+e1llwäs
+e1llza
+1el1läc
+e1llä2p
+1ellät
+1ellö
+1elm.
+1elmark.
+elm1ark
+1elmast
+1el1mey
+elmunt1
+1elmäh
+1elmü
+1elnas
+eln2a
+1elnb
+elng1
+1elnh
+1elnk
+1eln2u
+1elnü
+1elo.
+1elofe
+1eloga
+e1l1ogo
+1eloh.
+1el1oi
+1elol
+1elom
+1elon.
+1elon2a
+1elons
+1el1ony
+e1loo1
+1elorn
+1elo1ru
+1elos1o
+e1loti
+1elott
+1el1ou2p
+1elpad
+el2p
+1elpfl
+1elpi
+1elpon
+elporti1
+1elps
+1elpul
+1elrö
+elsa1m
+el1sa
+1els1oc
+1els1os
+1el1s1oß
+els1tafe
+el1st
+els1tag
+els1terr
+elst1er
+els1tit
+els1topf
+elst1o2p
+els1tore
+elt1eb
+elt1ei
+elt1ek
+elt1eli
+elt1e1sc
+1elty
+1eltä
+1elu.
+1elug2p
+1eluk.
+elu1m1
+1elun1d
+e1lundb
+1elunf
+elungs1
+1elunw
+1elus.
+1eluse
+1elusg
+1elush
+1elusi
+1elusl
+e1lust
+1elute
+elwei1s.
+1elwil
+1elwun1
+1elwy
+1elwä
+1ely.
+1elya
+1elys
+1elyt
+elz1uge
+elz1u2p
+1elzö
+1elá
+1elähn
+e1läm
+e1läng
+e1lä2p
+1elè
+1elé
+1elí
+e1löc
+1elöfe
+e1lø
+e1lüc
+e1lüs
+1em.
+emaa1
+1emae
+emai1
+e1mais
+em1a1ll
+em1alu
+e1mange
+e1mann
+1emar.
+e1marci1
+em1arc
+1em1arl
+1em1ars.
+1emas.
+e1mass
+e1mate
+e1mats
+e1matt
+e1matu
+1emay
+1embl
+1emd
+e1mee1
+1emek
+eme1la
+e1meld
+1emell
+eme1n1es
+emen1
+1emenv
+1em1eri
+eme1rie
+1emes.
+eme1sc
+eme1s1or
+eme1s2p
+eme1st
+1emeti
+e1meut
+1emfl
+emg1en
+1emi.
+1emia
+1emid
+emi1er.
+emi1er'
+emi1erl
+emi1erm
+emi1ers
+emili1
+e1mimi
+1emin2a
+1emine
+emi1neg
+1emio
+1emis.
+1emisi
+1emisto
+1emiw
+1emiz1
+1emię
+1emja
+1emli.
+1emlif
+1emlis
+e1mm.
+e1mm'
+e1mma.
+e1mmar
+e1mme.
+e1mmei
+e1mmer
+e1mmg
+e1mml
+e1mmn
+e1mms
+e1mmt
+e1mmun
+1emni1
+1emo.
+1em1oa
+e1m1od1e
+e1m1odu
+e1moe1
+1emof
+1em1oi
+1em1oj
+1emoka
+1emokra1ty
+1emokratá
+1emokri
+1emon.
+emo1rei
+e1mott
+emou1
+1emov
+e1m1oy
+1emoz
+1em2p
+empic1
+1emr
+1emsk
+1ems2p
+emsv1e
+e1musc
+e1muse
+e1musi
+e1must
+1emv
+1emy
+emz1ug
+e1mäh
+emäng1
+e1mär
+e1mäs
+1emé
+1en'a
+1ena.
+en2a
+1enabb
+1ena1bd
+1enabg
+1ena1bk
+1enabn
+1ena1bw
+1enace
+e1nachr
+1enack
+1enacq
+1enacv
+2enade
+1enadl
+1ena1dry
+1enae
+1enaf
+enag1er
+1enagl
+e1nahm
+1enaho
+1enai
+1enakn
+1enakr
+1enalg
+1enall
+2ename.
+2e1namen1
+1en2an2a
+1enanb
+1enand1
+1enanga
+1enangs
+1enan2o
+1enan1t.
+1enante
+enan1ti1
+2enapol
+ena2p
+1enar.
+1en1ard
+1enare
+1en1ari1
+1en1aro
+1enars
+1en1arz
+1enass
+1enat.
+1ena1ta
+1enate
+1ena1t2r
+1enau'
+1enaufs
+1enausf
+1enaus2p
+1enaut
+1enav
+1enax
+1enay
+1enaz1
+1enb.
+1en1bea
+1enbeo
+1enca
+1ence
+1enci
+enci1er
+1encl
+1encr
+1ency
+1endas
+1endc
+ende1lan
+end1e1ras
+ende1ss
+ende1st
+1endh
+1en1di.
+1endor
+1endsh
+1endst
+1endt
+endv1e
+1endz
+1en1där
+1endü
+1ene'
+enebi1
+e1nece
+1enech
+1ened2
+1enee
+enee1n1
+1enefi
+1eneg
+2e1nehm
+en2eh
+1enei.
+en1ei
+1eneic
+eneig1e
+2e1neigu
+1eneiw
+enela1
+en1el
+e1nelk
+1ene1ll
+ene1lu
+1enemb
+en1em
+ene1mor
+1eneo
+1enera
+en1er
+ene1rau
+1enerel
+1enerfa
+e1nerve
+1enerá
+1enerä
+1enerö
+1enesee
+en1es
+1enesi
+1enes2p
+e1ne1ss.
+ene1st
+1enest2r
+1enete
+en1et
+1eneth
+1eneti
+1enet2r
+1enets
+1enett
+2e1netz
+ene1us
+1enev
+1enew
+enewe1
+1enexe
+en1ex
+1enez
+enezi1
+e1neß
+1eneü
+1eneš
+1enf.
+1en1fam
+1enfec
+1enfer
+1enfes
+1enfet
+1enfis
+1en1fon
+1enfos
+1enfs
+enfun1
+1enfuz1
+1enfö
+1engar
+1engb
+engelun1
+en1gel
+eng1erun
+1engh
+engha1s
+1engt
+1en1gy
+1en1gü
+enha1b1er
+1enhil
+1eni.
+1enia
+1enici
+en2ic
+1enido
+1enieb
+1eni2ee
+1enief
+1en1ieg
+1eniek
+1eniem
+1eni1en1
+1enieo
+1enier
+eni1era
+eni1erg
+eni1erk
+eni1ern
+eni1erv
+1enie1st2r
+enie1st
+1eniesu
+1eniet2r
+1eni1eu
+1eniew
+1eniez
+1enii
+1enik
+1enil
+enimi1
+1enin.
+1enin2a
+1eninc
+1enine
+1ening
+1eninn
+1enio
+1eni1s.
+eni1sc
+1enista
+e1nit2r
+1eniu
+e1niv
+1eniy
+1eniz
+1eniö
+1enje
+1enji
+1enjy
+1enjä
+1enk.
+enklan1
+en1kla
+1enkol
+1enkoo
+1enlit
+1enloh
+1enly
+1enmag1
+1enma2p
+1enmy
+en1ne
+1enne.
+1enn1es
+enne1st
+1ennn
+ennv1e
+1ennw
+1en1ny
+1ennà
+1eno.
+en2o
+1en1oa
+enob1
+1en1obj
+enoe1
+1enog
+1enoh
+1en1oi
+1enol
+1enom.
+1eno1ma
+1eno1me
+1enomf
+1eno1mi
+1enom1mu
+1enom2p
+1enoms
+1enomt
+1enon
+enoo1
+1enope
+en1o2p
+1enopf
+1enopt
+1enora
+1enorc
+2enorm1
+2enoss
+1enot.
+2enoti
+1enoty
+1enou
+1enov
+1enow
+1enoz
+1enoî
+1enoï
+1enps
+en2p
+1enpy
+1enpá
+1enpär
+1enpü
+1enrab
+1ens'
+1ensaf
+ensa1m
+1ensd
+1ensee
+enseg1
+1ensek
+1ensem
+1ensf
+1ensg
+1ensh
+ensi1e.
+1ensk
+1ensl
+1ensm
+1ensn
+1ensolc
+1ensq
+1ensr
+1ens1s
+ens1tate
+ens1test
+1en1stif
+ens1ti2p2p
+ensti2p
+ens1trai1
+enst2r
+ens1trös
+1ensv
+1ensw
+1ensy
+1ensü
+en1t'
+1en1tab
+en1ta1c
+1entb
+1entc
+en1tche
+en1te.
+1en1tea
+1en1tec
+en1t1ee
+en1tel
+ent1ele
+ent1eli
+en1t1en1
+en1te2p
+ent1er
+en1ter.
+en1tera
+en1terbei
+en1terbr
+en1terd
+en1tere
+en1terh
+en1teri
+en1terk
+en1term
+en1tern
+en1ter2p
+en1terr
+en1ters
+en1tert
+en1teru
+en1terv
+en1tes
+ent1e1ss
+ent1est2r
+ente1st
+1entf
+1entg
+enti1en1
+en1ti
+entin1i1
+entins1
+2entj
+1entk
+1entm
+1entn
+1ents
+en1ts.
+1entt
+1entu1m
+en1tu
+1en1ty
+1entz
+1en1tô
+1en1tō
+1enua
+en2u
+1enue
+1enui
+1enumk
+enu1m
+2enumm
+1enumr
+1enumw
+1enun2o
+2enuo
+1enus.
+1enuta
+2e1nutz
+1enuz1
+1envö
+enweb1
+enwe1gg
+1enwh
+1enx
+1eny
+1enz'
+1enzb
+1enzg
+1enzh
+1enzk
+1enzm
+1enz2p
+1enzr
+1enzs
+1enzt
+1enzv
+1enzy
+1enzz
+1enzé
+1enähn
+1enänd
+1enär
+e1nä1rr
+1enät
+1enäu
+1enç
+1enè
+1enê
+1ení
+1enöd1
+1enöf
+1enölh
+1enč
+1en┊
+eob1er
+e1obe
+eoni1s
+eon1i
+eo1n1ni1
+eo1rec
+eo1reg
+eo1rek
+eo1rel
+eo1re2p
+eorgs1
+eo1run
+eoseri1
+eos1s1o
+epagni1
+e2p
+epai1
+1epaj
+epb1
+epe1sc
+epe1ss
+epia1l
+1epid1
+epi1ed
+epi1ga
+epi1ge
+epi1n1es
+epit1
+ep1oi1
+eppe1ru
+ep2p
+eprech1
+eprämi1
+eps1ton
+epun1g1
+1epā
+1epł
+1er'sc
+1era.
+1erac.
+1erace
+1eraci
+1eracr
+1eracs
+1eract
+1eracw
+2erad.
+e1radar1
+1eradm
+1erae
+eragg1
+1eragi
+1er1ahn
+1eraht
+1erai
+erai1ne
+1erako
+erakt1er
+1erakü
+era1leu
+era1lic
+1eralle
+1era1mo
+1eramt
+1erando
+1erandy
+1erani
+erani1e
+1eran2o
+1eransk
+era1n2u
+1er1ard
+1erare
+1er1ari
+1er1aro
+era1rot
+1er1arr
+er1a1ru
+1eras.
+1erasi
+e1ra1tg
+e1ratsb
+e1ratsk
+e1ratsm
+e1rats2p
+e1rats1s
+e1ratsv
+2e1rauc
+1eraud
+2e1rau1m
+e1rausc
+1eraus2p
+eraus1t
+1erav
+1eraz
+1erb.
+1er1ba.
+1erbal.
+er1bal
+1erbald
+1erbale
+1erbalf
+1erbali
+1erbaln
+1erbal2p
+1erbalr
+1erbals
+1erbalt
+1erbani
+1erban2o
+1erb1ari
+1erbas.
+er1bas
+1erbati
+1erbd
+1erbergä
+erb1erg
+1erb1es.
+1erbf
+1erbg
+1er1bi.
+1erbig
+1er1bi1s.
+1erbk
+1erbm
+1erbo.
+1erbs
+1erbu2m.
+erbu1m
+1erbums
+1erbunt
+1erbw
+1er1by
+1erbz
+1erc.
+1ercel
+erche1l
+erche1re
+erci1er
+1ercol
+1ercom
+1ercos
+1ercou1
+1ercu
+1ercy
+1ercz
+1er1da.
+er1da
+1erdab
+1erdad.
+1erdade
+1er1dag
+1erdan2a
+1erdane
+er1dea
+er1deb
+1er1dee
+er1del
+erde1lei
+erde1lo
+erde1ra
+er1der
+1erderv
+erde1ur
+er1deu
+er1dev
+1er1di.
+er1di
+1erdicc
+er1di2en1
+1erdi1er
+1erdig1
+1er1dit
+1erdj
+1erdoli
+er1do
+er1dol
+1erdon2a
+er1don
+1erdone
+1erdroh
+er1dr
+1er1dug
+1erdun.
+1erduns.
+1erdura
+1erdure
+1erdy
+1erdò
+1erdüre
+er1dü
+e1read
+e1reak
+1erebr
+1ere1bü
+e1reche
+e1rechn
+2erecht
+erec1ki.
+e1reco
+1ere1d.
+1ere1di
+1ere1dr
+1erefi
+1er2efr
+1er2efu
+1erefä
+1erefö
+e1rega
+2eregi
+1eregr
+1erehi
+1ereho
+1ere1hu
+1erei.
+1ereia
+e1reibe.
+1ereien1
+1ereir
+1ereis.
+1er1eiv
+1ereiw
+1erej
+1ereka
+1erekh
+1ereki
+1erekn
+2e1reko
+1ereli
+ereli1e
+2e1relig
+ere1los
+ere1lot
+ere1mac
+ere1mal
+ere1men1
+ere1mete
+1eremi
+1ere1mä
+1eremì
+1eremö
+1ere1mü
+ere1n1ei
+1eren1th.
+eren1t
+1er1entz
+1ereo
+1erepe
+ere2p
+1erepl
+1erepr
+ere1ret
+1eresa
+ere1sek
+1eresf
+1eresh
+1ereso
+1eres2p
+e1resso
+ere1st2r
+1ereta
+1erete
+1eret2r
+1erets
+1erety
+1er1eul
+ere1un
+1er1eux
+1ereü
+1erf.
+1erfact
+1erfai1
+1erfeit
+1erfey
+1erfj
+1erfos
+erfrech1
+erft1
+1erfuße
+1erfäu
+1erg.
+1erg'
+1erga.
+1ergav
+1ergb
+1ergc
+1ergd
+1erge.
+erg1ein
+erg1end
+1erg1er.
+1erg1ers
+ergerun1
+1erg1es.
+1ergf
+1ergg
+1ergh
+1ergil.
+1ergili
+1ergils
+1ergine
+1ergin1i
+1ergio
+1ergisi
+1ergj
+1ergk
+1ergm
+1ergn2a
+1ergni
+1ergob
+1ergog
+1ergov
+1erg2p
+1ergq
+1ergs
+1ergt
+1ergv
+1ergw
+1ergz
+1ergå
+1ergè
+1ergé
+1ergþ
+1erhae
+1erhax
+1erhels
+1erhen1
+1erhes
+1erh1eug
+1erhoe
+1erh1ofs
+1erhot
+1erhub1
+1erhuk
+1erhul
+erhun1
+1erhün
+1eria.
+1eri1ali.
+1erian
+erib1
+1erica
+1ericho1
+1erick
+1ericl
+1erico
+1ericu
+1erida
+1erie.
+1eriea
+1eried
+2erief.
+1eriek
+1erie1lo
+1eri1en1
+1er1ie2p
+eri1er.
+eri1erf
+eri1ern
+1eries.
+1erieu
+1eriev
+1eriew
+eri1ewel
+1eri1eä
+eri1ga
+eri1gr
+1erii
+1erij
+erims1
+1erimä1
+1erin2a
+e1rind.
+1erine
+1erin1gm
+1erin1i
+1erin2o
+1eri2nsu
+1erin2u
+1erio
+1eris.
+1erish
+1eriso
+1erit.
+1erith
+1eriti
+1erits
+1eriu
+2eriv
+1eriw
+1eriz
+1erjar
+1erjek
+1erjus
+1erk.
+1erkh
+1erkier
+1erkm
+1erlai1
+1erlb1
+1erlem
+1erln
+1erls
+1erlui
+1erly
+1erma.
+1ermaa
+1ermaché
+1ermae
+ermag1
+ermai1
+1ermee1
+1ermel.
+1ermelh
+1ermen2o
+ermen1
+1erment
+1ermes.
+1ermeu
+1er1mey
+1ermez
+1ermic
+ermi1er
+1ermin.
+1ermin2o
+1ermins
+1ermis.
+1ermol
+1ermot.
+1ermou
+1erm2p
+1erms
+1ermun
+ermunt1
+1ermy
+1ermú
+1erna.
+ern2a
+1ernab
+1ernacc
+1ernak
+1ernal
+1ernas.
+1ernasco
+1ernay
+1ernaz1
+1ernb
+1ernc
+1erned2
+1erneg
+1ernet.
+ern1et1
+2er1neu.
+1ern1eui
+1erney
+1erng
+1ernice
+ern2ic
+1ernier
+1ernl
+1ernm
+1erno.
+ern2o
+1ernod
+1ernol
+1ernon
+1ernos
+1ern2p
+1ernr
+1erny
+1ernz
+1ernö
+1ero.
+1ero'
+1er1oa
+er1ob1i1
+1erocé
+1er1odo
+e1rofo
+1erog
+1er1oj
+1erola
+1er1old
+1er1olf
+1er1olz
+1eron.
+1eron2a
+1eron1i
+1eronk
+1erons
+1eront
+1eroph
+er1o2p
+1eropo
+1eros.
+2erot.
+eroto1
+e1rotz
+e1roul
+1erous
+1eroz
+1erpel
+er2p
+1erpfö
+1erpn
+1erpog
+1erp1oi1
+1erpom
+1erpoo1
+1erprè
+1erpuz
+1erpy
+1erra.
+er1ra
+1erraf
+1errai1
+1erras.
+1errav
+1er1re.
+1er1rer
+1erret.
+er1ret
+1er1rev
+1errey
+1er1ri.
+1errick
+er1ric
+1errier
+er1rie
+1errita
+er1rit
+1erriè
+1erro.
+er1ro
+1errog
+1err1ol.
+1err1ols
+1error
+1erruca
+er1ru
+1errus1o
+1er1ry
+1errè
+1errò
+1ersa.
+1ersace
+1ersal.
+1ersalbu
+1ersale
+1ersali
+1ersam.
+1ersamer
+1ersanf
+1ersang
+1ersati
+1erschen.
+erschen1
+1ersci
+1ersdy
+1erse.
+1ersed
+erseg1
+1ersele
+1erselu
+1ersenda
+ersen1
+1erse2p
+erseri1e
+1erses.
+1ersesc
+1ershä
+1ersib
+1ersier
+1ersifi
+1ersili1
+1ersin.
+1ersio
+1erskin
+1erskli
+1erslä
+1ersmol
+1ersnov
+ersn2o
+1ers1o.
+1ers1oi1
+1ers1ou1
+1ersov
+1erspaa1
+ers2p
+1erspred
+1erssen1
+ers1tag
+ers1takt
+ers1tas
+1er2st1eil1
+erst1ei
+1erstrae
+erst2r
+1erstöh
+1ersus1
+1ersva
+1ersüb
+1erta.
+ert1e1la
+ert1elin
+ert1ella
+ert1elli
+ert1ello
+ert1ellä
+ert1em
+1erterr
+ert1er
+1erthü
+1ertica
+1ertice
+1ertici
+1ertik
+1erto.
+1ertol
+1ertot
+1ertov
+1ertu1m
+1ertu2p
+1ertà
+1ertè
+1erté
+1eru.
+erub1
+eruchs1
+1eruda
+erufs1c
+1eruma
+eru1m
+1erumb
+1erumä
+2e1runde
+erun1de.
+erun1dg
+1erundi
+e1runn
+1erup.
+eru2p
+1erus.
+1erusa
+1erusk
+1erusw
+1eruš
+1erva.
+1ervah
+1erval
+1ervi.
+1ervil
+1ervl
+1erweij
+1erwer.
+1erz.
+1erzas
+1erzb
+1erzed
+erz2e
+erze1le
+1erzes
+1erzon.
+erzun1ge
+erz1ung
+1erzyc
+1erà
+2eräd
+1eräl
+1eräm
+erä1rg1
+e1räuc
+1erå
+1eré
+1erê
+1erí
+1erð
+1erò
+1eró
+1erö.
+2e1röll
+1erø
+2erüc
+e1rüm
+1erþ
+1er┊
+e1sabb1
+1esabe
+1esabg
+1esabl
+1esa1br
+1esabs
+1esa1bw
+e1sach
+1esad1
+1esaf
+esag1
+e1sais
+1esakt
+e1salb
+esa1ll
+e1salo
+1esalt
+esa1mer
+esa1mm
+esa1m1ma
+esa1ms
+esa1mt
+esa1mu
+1esan.
+1esanb
+1esanc
+1esanh
+1esanl
+1esanm
+1esans
+1esanw
+1esanz
+1esanç
+1esar.
+1es1arb
+1es1ari
+esa1rol
+es1aro
+1es1arz
+esatt1
+e1sauc
+1esav1
+1esaz
+1esbau
+1esc.
+1escaf
+1escam
+1esce
+e1sch.
+e1schar
+e1schau
+e1schb
+e1schd
+e1schec
+e1schen1
+e1schk
+e1schl
+e1schm
+e1schn
+e1scho
+e1schs
+e1scht
+eschwer1
+e1schw
+e1schö
+1escod1
+1escu
+esd1em
+e1se'
+e1see1l
+1esef
+ese1hi
+es1ei
+e1seic
+e1s1eil.
+1eseim
+eseki1
+1eseko
+ese1lam
+eselan1
+ese1lat
+ese1leb
+e1selek
+ese1leu
+ese1lis
+ese1lle
+ese1llu
+ese1lot
+ese1ma
+1es1em2p
+ese1nac
+es1en2a
+esen1de1si
+e1sendu
+1es1endü
+esenschaf1
+ese1rab
+ese1ras
+es1e1rat
+1eserb
+ese1reis
+1eserf
+1eserg
+ese1ric
+eseri1e
+1eserk
+1eserm
+1esero
+ese1rot
+1eserr
+ese1run
+ese1se
+e1sesg
+1eseta
+e1sets
+2e1setz
+1esfre
+1eshaf
+1eshee1
+1eshel
+1eshil
+1eshim
+1eshit
+1eshoc
+1eshon
+e1sh1o2p
+1eshos
+1eshot
+1eshu
+1eshy
+1esi.
+1esia
+1es1ic.
+1esidi
+1es1idy
+1esie.
+1esien1
+esi1er.
+esi1eri
+esi1ern
+esi1ers
+1esigh
+1esime
+1esimo
+esin1d
+1esine
+1esinf
+1esinh
+1esio
+e1sitt
+e1sitz
+1esiu
+1esiw
+1esk.
+1eskab
+1eskah
+1eskam
+1eska2p
+1eskar
+1eskf
+1eski.
+1eskil
+1eskin
+1eskri
+1esks
+1eskt
+1eskä
+1eskü
+eslan1
+esleg1
+1esly
+1eslö
+1esme
+1esmi
+1esmä
+1esmö
+1esmü
+1esnä
+1esob1
+es1of
+e1s1ofa
+es1oge
+e1s1oh
+e1s1old
+e1s1olv
+e1s1om
+es1on.
+e1s1ong
+es1ons
+1esora
+es1or
+1esord
+es1ou1
+1es1ouv
+1espaa1
+es2p
+1espak
+1espalm
+1espara
+1espat
+1espau
+1esph
+1espok
+1e2spol
+esporti1
+1espos
+1esprak
+1esprob
+1esprof
+1esprog
+1es2pr1o2p
+1espräm
+1esprüf
+1espub
+1espäs
+e1spü
+e1ss.
+e1ss'
+1essaa1
+1essac
+1essaf
+1essal
+e1ssa1ll
+e1sscl
+e1ssd
+1esseg
+esse1lad
+e1ssenz
+essen1
+esse1rec
+esseri1e
+e1sset
+1esseu
+e1ssex
+essha1b1
+e2s1shi
+1essic
+e1ssig
+e1ssin
+e1ssir
+e1ssj
+e1ssku
+e1ssn
+1ess1om
+e2s1spie
+ess2p
+e2sstä
+e2sstö
+essv1e
+e1ssw
+e1st.
+e1st'
+e1sta.
+1estag.
+e1sta1ll
+e1stalt
+e1stanl
+e1stans
+est1ari1
+e1stas
+1estau1m
+e1staus
+1estaz
+e1stb
+e1stc
+e1std
+e1ste.
+e1st1ea
+1e1steb
+1es1techn
+e1sted
+este1ha
+e1steh
+1e2st1eil1
+est1ei
+e1stein
+e1ste1mm
+e1st1en1
+e1ste2p
+e1ster.
+est1er
+e1sterw
+e1st1eue
+est1eu
+e1stf
+e1stg
+e1stha
+1esthe
+e1stho
+1es1thr
+e1sthö
+esti1en1
+e1stig
+e1stim
+e1stin
+e1stj
+e1stk
+e1stl
+e1stm
+e1stn
+1estod
+e1stof
+e1ston
+1estor.
+1estort
+1estou1
+e1st2p
+e1stq
+1estrag
+est2r
+1estref
+1es1treib
+e1stres
+e1stric
+1estr1o2p
+1estrun1
+1e1stræ
+e1sts
+e1stt
+1es1tunn
+e1stus
+e1stv
+estv1e
+e1stw
+e1stz
+e1stäl
+1es1tänz1
+1estöt
+1es1tüch
+1esua
+1esuma
+esu1m
+1esumf
+1esummi
+e1sum2p
+1esumz
+1esunc
+e1sun1d
+1esunf
+1esuns
+1esunt
+e1su2p
+1esurl
+1esus
+1eswa
+1eswic
+1eswä
+1eswö
+1eswü
+1esy.
+e1sys
+1esza
+1eszei
+esz2e
+1eszi
+1eszk
+1eszo
+1eszw
+1eszy
+1eszä
+1eszü
+e1sät
+1esök
+1esø
+1esù
+1esüb
+etag1er
+e1tags1
+1etall
+eta1llan
+eta1llau
+eta1lleis
+eta1llen1
+eta1llo
+eta1llu
+eta1llö
+eta1llü
+1etalo
+eta1log
+1etappe
+eta2p
+etap2p
+etari1e
+et1ari
+1etat.
+et1ee1
+1eteet
+et1ega
+et1ei
+1etek.
+et1el.
+et1elb
+et1elc
+et1ele
+et1elf
+et1elg
+et1elk
+et1eln
+et1el2p
+et1elr
+et1els
+et1eme
+1eteni
+et1en1
+et1er
+et1esa
+et1ese
+et1esk
+et1esn
+et1es2p
+ete1sse
+et1eu
+ethani1
+ethe1is
+ethi1e
+ethof1
+1ethy
+1eti1en1
+1etie1s
+etife1
+2eting
+1etist
+1etok
+1etra.
+et2r
+etrai1
+1etre.
+1etro.
+1etro'
+et1sc
+etschaf1
+ets1t1em2p
+et1ste
+ets1te2p
+ett1el
+1etui
+etunt1er.
+etutt1
+1etuv
+etz1un
+etzv1e
+1età
+etät1
+1eté
+1etê
+eua1l
+1eub
+eubrin1
+eu1brü1
+1euc
+1eud
+1eue
+eue1lo
+eue1sk
+eue1sn
+1euf.
+1eug
+eug1el
+eug1en
+eug1eri
+euglei1
+eugrun1
+euhol1
+1eui
+1euk
+euko1
+1eul
+eula1s
+2eulk
+eul1l
+e1u2m.
+eu1m
+e1umb
+e2ume
+e1umf
+e1umg
+e1umh
+e1umk
+e1uml
+e1um1m
+e1um2p
+e1umq
+e1umr
+2e1ums
+eums1te
+eums1tü
+e1umt
+e1umv1
+e1umw
+e1umz
+1eunfe
+eun1g
+eunt1er.
+e1unv1
+1eur.
+eurasi1
+1eure
+euri1er.
+e1urlau1
+1eurn
+1euro
+1eurr
+1eurs
+eurti1
+1euré
+1eusa
+eusa1m
+e1usb
+1euse
+1eusn
+e1usz
+eut1ela
+eut1ele
+eut1ell
+1euv
+1euw
+1eux
+1euy
+1euz
+1evak
+evali1e
+eva1ll
+eva1lli1
+evals1
+evang1
+evb1
+evea1
+evee1
+eve1lan
+ev1era
+ev1erb
+ev1erd
+ev1ere
+ev1erf
+ev1erg
+ev1erha
+ev1erhe
+ev2erhä
+ev1eri
+ev1erk
+ev1erl
+ev1erm
+ev1ern
+ev1ero
+ev1er2p
+ev1err
+ev1ers
+ev1ert
+ev1erw
+ev1erz
+ev1erä
+1eveso
+1evf
+evg1
+1evh
+1evj
+1evlu
+evo1nd
+evo1n2p
+ew1ar
+ewa1r.
+1ewb
+ewe1be1i
+eweg1
+1ewern
+1ewf
+1ewg
+ew1ief
+ew1ien1
+1ewj
+1ewk
+1ewl
+1ewm
+1ew2p
+1eww1
+1ewy
+1ewz
+ewä1r
+1exam
+1exem
+exil1
+exi1n1es
+1exku
+1expe
+ex2p
+1expo
+1extra
+ext2r
+1exz
+1ey'
+1eya
+eyb1
+1eyc
+1eyd
+eydi1
+eye1li
+1eyf
+1eyg
+1eyi
+1eyk
+1eyl
+1eym
+1eyn
+1eyoğ
+1eys
+1eyt
+1eyz
+1eyş
+ezei1t1er
+ez2e
+e1zeit
+1ezh.
+ezib1
+ezi1es
+1ezoe
+1ezok
+1ezom
+1ez1oq
+ezott1
+1ezow
+ez1ua
+ez1ue
+ez1ugl
+ez1ui
+ez1un1g
+ez1uo
+ez1upf
+ezu2p
+ez1uq
+ezu1r
+ezv1
+eßha1b1
+eßint1
+eßv1e
+1eć
+1eń
+1eś
+1eż
+1f's
+1fa.
+1fa'
+fa1bz1
+1fach
+fado1
+fae1s
+1fah
+fakt1er
+1fal
+falb1
+f1a1led2
+fali1e
+fa1llib1
+fal1lic
+fal1lis
+falschla1
+falschlä1g
+fals1o
+1fam
+1fand1
+fang1en
+1fanm
+1fans
+1fant
+1fanw
+fanz1
+1fa2p
+farb1ei.
+f1arb
+far1brü2
+1fare
+far1fa1l
+f1arf
+1f1arg
+1f1arh
+farnun1
+f1arn
+farn2u
+f1a1rä
+fa1rü
+1fase
+faub1
+fav1
+favi1e
+favo1r.
+1fbahn.
+fb1ahn
+1f1bas
+1fbec
+1fbed
+f1b1ee
+1fbefe
+fb1ein
+fb1eis
+fb1eiz
+fb1en
+fb1erg
+fb1esen
+fbesti1
+1f1bet2r
+fbit1
+fb1oa1
+1fbod
+1f1bol
+1fboo1
+1fb1oy
+fbrech1
+1fbrem
+fbrich1
+f1brü1
+1fbumm
+fbu1m
+1fbur
+fbänd1
+f1bä
+1f1büc
+1fdau
+1fdeg1
+fd1em
+1fden
+1fder
+1f1dia
+1fdie
+1fdin
+1fdis
+1fd1o2p
+1fdor
+fdritt1
+f1drit
+fdun1
+1fdüs
+feaus1
+fe1b1ea
+fee1h
+fee1is
+fee1l
+f1ee1r.
+fee2rei
+f1ee1re
+fee1s
+feg1el
+feg1en
+fe1g1eri
+1feh
+fe1ha
+fe1hei
+fe1ho
+fe1hü
+1feig
+feilschaf1
+f1eils
+feke1
+1fel
+feldun1g
+f2e1leh
+fe1lie
+fe1ll.
+fe1llb
+fe1lld
+fe1lle.
+fe1llen1
+fe1ller
+fe1llf
+fe1llg
+fe1llh
+fe1llk
+fe1ll1l
+fe1llm
+fe1lln
+fe1ll2p
+fe1llr
+fe1lls
+fe1llt
+f2e1llv
+fe1llw
+fe1llz
+fe1llü
+fe1log
+felschaf1
+fe1mac
+fe1mei
+feme1m
+fe1mer
+fe1mes
+fe1met
+fe1mm
+fe1mus
+fe1mut
+1fenb
+1fene
+1feng
+fen1kau1
+1fenl
+1fenst
+fen1ta
+fen1td
+fen1te
+f1en1tf
+fen1th
+f1en1tn
+1fen1t2r
+fen1tw
+f1en1tz
+1fenz
+fenz1u2p
+1fenä
+1feq
+fera1ll
+ferb1ei
+1ferbu
+ferbänd1
+fer1bä
+ferdrü1
+fer1dr
+1fere
+fe1ref
+1ferh
+ferha1t
+ferich1
+feri1et
+1ferk
+1ferl.
+1ferm
+fe1rol
+fers1o
+1fert.
+fe1ruf
+ferv1e
+1ferz2e
+fe1sc
+fe1sem
+fe1si
+fe1sk
+fe1s2p
+fe1ss
+fe1st
+fe1su
+fe1sy
+fe1sz
+fe1sä
+feti1e
+1feu
+fe1unt
+fev1
+1ffad
+1ffag
+1f1fam
+1ffar
+1ffau
+ffee1
+ffeg1
+1f1feh
+ffe1in.
+ffe1in2a
+ffe1ind
+ffe1ine
+ffe1inf
+ffe1ing
+ffe1in1i
+ff1e1inj
+ffe1inm
+ffe1in2p
+ffe1inr
+ffe1ins
+ffe1int
+ffe1inv
+1f1fel
+ffellau1
+f1fenh
+1f1fes
+1f1feu
+f1fi
+1ffier
+f1fie
+1ffin.
+ffiti1
+1fflä
+1f1fm1
+f1fne
+f1fob1
+ffoli1
+ffon1i1
+f1fon
+f1fr
+1ffrau
+ffre1sc
+ffsa1g
+f1fsta
+f1fs1tag
+ffs1tal
+ffs1tau
+ffs1te2p
+ffs1tic
+ffs1tie
+f1fs1tou1
+ff1s1tut
+ffv2erh
+ffv1e
+ffärb1
+1ffö
+f1fü
+1fgeheg
+f1gehe
+fg1ei
+fg2el.
+fg1en.
+fg1end
+1fgenos
+fgen2o
+fg1enr
+fg1ens
+fgeränd1
+f1gerä
+1fgit
+1fgot
+fgott1
+1fgur
+1fhaf
+1fhah
+1fhand1
+fhau1
+fhea1
+fheb1
+fhe1ll
+1fhem
+1fhir
+1fhof
+1fhos
+fhot1
+fhun1
+1fhäf
+1fhänd1
+1fhäus1
+1fhüh
+fi1a1ri
+fi1a1ro
+fibb1
+1fic
+fide1i
+1fie
+fieb1
+fi1eff
+fi1e1h.
+f1ie1h
+fi1ei
+fi1enk
+fien1
+fi1enn
+fi1ent
+fi1enz
+fi1erb
+fi1erf
+fi1eri
+fi1ern
+fi1err
+f2i1eso
+fie1st
+fi1ett
+fi1ev.
+fift1
+1fig
+fi1gel
+figli1
+fi1gri
+fikt1
+1fil
+fi1l1lo
+1fim
+fineb1
+fing1era
+fing1ere
+fi1niv
+fin1i
+fios1
+1fiq
+1fir
+fire1l
+fi1re
+1fisc
+fischla1g
+fit1ei
+1fjac
+1fjah
+1fjun1
+fka1ll
+1fkan2a
+1fkanä
+1fka2p
+fkape1
+1fkat1
+fkau1
+fke1l
+1fker
+1fket
+1fkid
+1fkir
+1fkis
+fkitt1
+fklan1
+fkla1s
+fkle1b
+1fkne
+1fkol
+1f1kons
+fkora1
+1fkos
+1fkraf
+1fkred
+1fku1m
+1fkus
+1fkäf
+1fküh
+flanschla1
+flau1
+flavi1e
+1fle.
+flee1
+fleg1en.
+1fler
+flib1
+flili1
+flings1
+1flit
+flob1
+1flog
+1fl1oi1
+flos1st2r
+flos1stü
+flou1
+1fluc
+1flug
+flunt1
+1flur
+1flus
+flut1ei
+1flän
+1flär
+1f1lüg
+fmade1
+fmad1
+fmagi1
+1fmah
+fm1ale
+1fmat
+fmee1
+1fmel
+1fmen1
+1fmet
+1fmie
+1fmin
+1fmit
+1fmod
+1fmom
+fmunt1
+1fmäs
+1f1mäß
+1f1mün
+1fnam
+fn2a
+1fnas
+1fn1en1
+fne1st
+fn1es
+fnich1
+fn2ic
+fnungs1
+fn2u
+1fnungsth
+fnäs1
+1fob
+foe1
+f1ogli1
+foi1e
+f1oi
+folg1
+foli1e.
+f1olt1
+1fon
+fonci1
+fonds1
+foni1s
+fon1i
+foo1
+1fopt
+f1o2p
+fo1rad
+fore1m
+forgi1
+form1
+forni1er
+forti1er
+fos1chin
+1fot
+foto1
+fou1
+f1oub1
+fou1chi1
+f1ouc
+fourn1i1
+f1our
+1f1oy
+1fpaa1
+f2p
+1fpat
+1fpen1
+1fper
+1fpfe
+1fpfo
+1fph
+fporti1
+fpre1s
+1fpri
+fprämi1
+1fprü
+1fpäc
+1fra.
+1frad
+frai1
+fr1a1ro
+1fray
+frazi1
+1fraß
+1frea
+free1
+1fref
+1frei.
+1freie
+frei1n2a
+1frek
+freni1
+1fre2p
+fre1sh
+fre1ss
+fre1st
+1fret
+1freu
+1frev
+1frh
+frib1
+fri1en1
+fri1ga
+frika1l
+1fril
+1frin
+1frisi
+frob1
+1fr1obo
+1frod1
+1froh
+1fron
+frons2
+1fros
+1frou
+frun1
+1fräd
+fränd1
+1fsab
+1fsai
+1fsak
+1fsal
+fsa1ll
+fsa1m
+1fsan
+1fsa2p
+1fsar
+1fsatm
+1fsauf
+1fsaut
+1fsb
+1fsce
+1fschan
+fs1chara
+fs1chart
+1fschef
+fs1chor
+fs1chro
+1fsd
+fsd1em
+fseb1
+fseg1
+fseh1
+fs1ei
+1fseinb
+1fseinh
+1fs1einn
+1fsel
+1fsem
+fsen1
+1fsent
+1fseq
+1fser
+fseri1e
+1fseta
+1fsex
+1fsf
+fsfall1
+fs1fal
+1fsg
+1fsh
+1fsid
+1fsig
+1fsinn
+1fsins
+1fsint
+1fsk
+1fsl
+fsleg1
+1fsm
+1fsn
+fsob1
+1fs1oc
+1fs1of
+fs1og
+1fs1oh
+1fs1on
+1fs1o2p
+fs1os
+1fspak
+fs2p
+1fs2pa2p
+1fspas
+1fspau
+1fspf
+1fsph
+1fspit
+1fspla
+1fsplä
+1fspo
+1fsps
+1fspub
+1fspun
+1fsq
+1fsr
+1fs1s
+fsseri1
+fss1o
+1fstag
+1fs1tak
+1fs1tale
+fs1tank
+1fs1tas
+1fstat
+fs1tauc
+1fst1ea
+fs1t1ee
+1f1steg
+f2s1t1eil1
+fst1ei
+f1ste1mm
+1fst1en1
+1fst1er
+fs1term
+fs1terr
+fs1tex
+1fs1th
+fs1tipp.
+fsti2p
+fstip2p
+1fs1tis
+fs1tit
+fs1t1oi
+1fs1ton
+fs1tor.
+fs1tore
+fs1tot
+1fstou1
+fs1trab1
+fst2r
+1fs1trai1
+fs1tra2p
+fs1tre2p
+1fstres
+1fs1tri2p
+1fstro
+fs1trol
+fs1tros
+1fstru
+fs1trub
+f1s1truc
+fs1tru2p
+1fs1träc
+1fstäl
+1fstät1
+fs1täti
+1fstüc
+fs1tüte
+1fsumw
+fsu1m
+1fsun
+1fsu2p
+1fsur
+1fsv
+fsv1e
+1fsw
+1fsys
+1fsz
+1fsäst
+1fsü
+ftai1
+fta1ll
+1ftappe
+fta2p
+ftap2p
+ftau1fst
+f1ted
+ft1efe
+ft1ei
+fteis1
+ft1el.
+fte1len1
+ft1elm
+ft1eln
+ft1els
+ft1elt
+fte1ma
+fte1me
+fte1nam
+ft1en1
+ften2a
+ft1epi
+fte2p
+ft1er
+fte1ref
+fteri1e
+fte1sa
+f1t1esb
+fte1sk
+fte1s2p
+ft1e1ss
+ft1ev
+ft1exa
+ft1ex2p
+ftha1t
+f1ting
+ftit1
+f1tlh
+f1tlim
+1fton
+ftrai1
+ft2r
+f1tre2p
+ftsa1g
+f1tsanm
+f1tsausü
+fts1char
+fts1chef
+ftschm1
+f1tschr
+f1ts1disk
+f1tsehr
+ft1seh1
+f1ts1fam
+f1tsfol
+f1tsgewa
+f1tsidea
+ft1si
+f1tslegi
+ftsleg1
+f1tsphan
+fts2p
+fts1taf
+fts1taus
+fts1t1ee
+ft1ste
+fts1te2p
+fts1tes
+fts1tier
+ft1sti
+fts1tig
+f1tstoc
+ft1sto
+fts1ton
+fts1tor
+fts1trat
+ft1st2r
+fts1treu
+fts1tru
+fts1tur
+ft1s1tut
+fts1tät1
+ft1stä
+f1tstö
+ftsz1ub
+f1twurz.
+ftz1ug
+ftz1un1g
+fug1en
+fulb1
+fumv1
+fu1m
+fun1d.
+fun1db
+fun1de
+fun1dg
+fun1di
+fun1dk
+fun1dl
+fun1do
+fun1dr
+fun1dt
+fun1dw
+funki1e
+fun1ni1
+furg1
+furi1e.
+fus1o
+fuz1
+fvat1
+fv1e
+1fvö
+fw1a
+fweig1
+1fwet
+1fwoc
+1fwun1
+1fwut1
+1fwüt
+fyg1
+1f1zeit
+fz2e
+1fzel
+1fzet
+1fzeu
+1fzon
+fzott1
+fz1ugan
+fz1ugun
+fzu1m1
+fz1un1g
+fz1upfe
+fzu2p
+fzw1
+1fá
+1fäd
+fäg1
+1fäh
+1fäl
+fäng1er
+1färtig.
+1färtige
+fäug1
+1fäul
+fét1
+fög1
+föt1
+füm1
+fü1rz
+f┊e1
+1g'l
+gab1er.
+gab1ert
+1ga1bo
+gabri1
+ga1br
+gadi1e
+gae1s
+gag2en2a
+gag1en
+gagg1
+gai1g
+gai1ne
+ga1lec
+ga1ll'
+ga1lle
+ga1llf
+ga1llg
+ga1llh
+ga1lli
+galli1e
+ga1llm
+ga1lln
+ga1llo
+ga1lls
+ga1llt
+ga1llu
+ga1llw
+ga1llä
+galtun1
+gambi1e
+ga1mb
+gand1
+ga1nerd
+gan1er
+ga1nerv
+gang1en
+gani1e
+ga1niv
+ganti1e
+gan1ti
+gaob1
+gari1e
+g1ari
+garni1er.
+g1arn
+garni1s
+garun1
+g1aru
+ga1rus
+1garv
+1g1ary
+gas1chem
+gas1chro
+gasmus1
+1gasse
+gas1see
+gas1s2p
+gas1st2r
+gas1tur
+gas1tü
+gat1es
+1gatte
+gaub1
+gaug1
+gauli1
+gaulti1
+1gausd
+gauti1e
+1gbad1
+1gbao
+g1b1ee1
+gb1eig
+gb1ein
+gb1eis
+gb1eiz
+gb1enz
+gb1erg
+gb1ert
+gb1ese
+gb1eu
+gb1ey
+gbi1s
+gb1oa1
+gbrich1
+g1brü1
+gbänd1
+g1bä
+1gdal
+gdea1l
+gdeb1
+gde1ss
+1gdis2p
+gdlun1
+gdm1al
+1gdons
+g1don
+1gdram
+1gdy
+gdz1u
+gealb1
+g1ea1re
+g1e1a1ri
+geb1ein
+ge1bei
+geb1en
+geb1ero
+g2ebl
+1gebrec
+gebrech1
+1gedu
+gedun1
+1gedy
+1gedä1
+g1eef
+geehe1
+g1eeks
+gee2m
+g1ee1r.
+g1eert
+g1ee1s
+1gegn
+1g1e1h.
+g1eh'
+gehan1d.
+ge1hand1
+g1eha2p2p
+geha2p
+g1ehauto
+g1ehb
+g1ehd
+1gehe
+g1ehe.
+g1ehen.
+gehen1
+g1ehend
+g1eheng
+g1ehenl
+g1ehens
+g1ehenz
+g1eher.
+g1ehern
+g1eherw
+g1ehes
+g1ehet.
+g1ehf
+g1ehg
+g1ehh
+ge1hi
+g1ehk
+g1ehl
+g1ehm
+g1ehn
+ge1ho
+g1eh2p
+g1ehr
+g1ehs
+g1eht
+g1ehung.
+gehung1
+g1ehungen
+g1ehv
+g1ehw
+g1ehz
+1gehä
+1g1ei.
+g1eia
+g1eib
+g1eic
+g1eie
+g1eif
+1g1eig
+geig1er
+g1eih
+g1eij
+g1eil
+g1eime
+g1ein.
+ge1in1i
+g1einw
+g1eio
+g1ei2p
+g1ei1ra
+g1ei1ri
+g1eis
+g1eit1
+g1eiz
+gekau1
+g1el.
+g1el'
+g1elabl
+gelab1
+ge1lag
+g1elak
+g1ela1mb
+g1elanl
+g1elar
+g1elasi
+g1elasti
+g1elatt
+g1elaufn
+g1elausf
+g1elb
+1gelb.
+1gelbe
+g1elc
+1g1eld
+g1ele.
+g1elef
+g1elel
+g1elem
+1gelen1
+g1elen.
+g1elen2o
+g1elens
+g1eler.
+g1elerf
+g1elerk
+g1elers
+g1eles.
+g1ele1ss
+ge1leu
+g1elex
+g1elf
+g1elg
+gelgeg1
+g1elh
+g1eli.
+g1elib1
+g1elim
+g1elin.
+g1eline
+g1elin1i
+g1elint
+g1elir
+g1eliz1
+g1elj
+g1elk
+g1elleb
+g1ellei
+g1elli2p
+g1ellä
+g1elm
+g1eln
+g1elon
+g1el1o2p
+g1el1osi
+g1elou
+g1el2p
+g1elq
+g1elr
+g1els
+g1elt
+g1elumh
+gelu1m1
+g1elunt
+g1elv
+g1elw
+g1elz
+gelzun1
+ge1mac
+ge1mal
+ge1mas
+g1ema1t2r
+g1emb
+g1emc
+g1eme.
+ge1mes
+ge1met
+g1emin1i
+ge1mod
+g1ems
+ge1mu
+gemunt1
+1gemä
+g1en'
+1genad
+gen2a
+1g1enam
+1ge1naui
+g1enbau1
+g1end.
+g1enden.
+g1ender
+g1endl
+g1endu
+gendun1
+1g1endü
+g1enea
+geneb1
+g1enef
+g1eneie
+gen1ei
+g1eneis
+g1enek
+g1en1el
+g1eneri
+gen1er
+g1enern
+g1enero
+g1eneu
+geng1eni
+1gen1gö
+g1enie.
+g1enies.
+geni1s
+1g1enit
+gen1kau1
+1genke
+g1enoc
+gen2o
+1genpf
+gen2p
+genre1si
+1genrü
+g1ensb
+gens1tag
+1genstet
+g1ensz
+gen1t
+1gen1teu
+1gentä
+1gentö
+genun1g
+gen2u
+1g1enur
+1g1envö
+genz1un1g
+1genäh
+1genö
+g1enöl.
+geob1
+g2e2p
+g1er.
+g1er'
+g1eraa
+g1erab
+g1erak
+g1eral
+g1erans
+g1erant
+g1erar
+g1eratm
+g1erau.
+g1eraue
+g1eraug
+g1erausr
+g1erb
+g1erc
+g1erd
+g1ere.
+ge1rea
+ge1rech
+g1eregg
+g1ereh
+ge1reic
+g1ereig
+g1erel
+g1er1em.
+g1eren.
+g1eren1t
+g1eren2u
+g1ere2p
+g1erer
+gere1ss
+g1eret.
+g1erex
+ge1rez
+g1erf
+g1erg
+g1erh
+g1eri.
+g1eria
+g1erid
+g1erier
+ge1ril
+g1erim
+g1erin.
+g1erins
+g1erinv
+g1erisc
+ge1risi
+g1erism
+g1erist
+g1erj
+g1erk
+g1erl
+gerli1er
+g1erm
+germ1al
+g1ern
+g1er1obs
+g1erof
+ge1rom
+g1eroo
+g1er1o2p
+g1eror
+g1erov
+g1er2p
+g1erq
+g1err
+g1ers
+gersa1m
+gers1o
+g1ert
+ge1ruc
+1gerud
+gerun1d
+g1eruni
+g1erunt
+1geru2p
+g1erur
+g1erv
+gerv1e
+g1erw
+1gerweh
+g1ery
+g1erz
+1gerä
+g1eräh
+gerähn1liche.
+g1erä2p
+g1erär
+1gerö
+g1eröf
+g1erüb
+g2e1rüc
+g1es.
+g1es'
+g1esa.
+ge1sac
+g1esak
+g1esa1ll
+g1esb
+ge1schr
+g1esd
+ge1seil
+ges1ei
+ge1sel.
+g1esele
+g1eserw
+g1esf
+g1esg
+g1eshä
+g1eshö
+g1esis
+ge1sit
+g1esj
+g1eske
+g1eskl
+g1esko
+g1eskr
+g1esku
+g1eskö
+g1esmu
+g1esne
+g1eso.
+ges1on
+g1espf
+ges2p
+g1esq
+g1esr
+g1essc
+ge1sse.
+ge1ssen1
+g1essh
+ge1ss1t.
+g1essti
+g1essä
+ges2t
+g1estale
+g1esth
+ge1stü
+1gesu
+g1esuf
+gesun1
+gesung1
+g1esv
+ge1sy
+g1eszu
+gesz1ug
+ge1sä
+getrich1
+get2r
+getv1e
+1getö
+ge1unt
+ge1url
+ge1urt
+g1eus
+g1evit
+1gew1al
+g1ewen.
+1gewes
+1gewö
+1gewü
+g1ex2p
+g1ext
+1geä
+1geö
+1geü
+gfall1
+g1fal
+gfa1ll2p
+1g1fel
+gfe1ll
+1g1fig
+gfing1
+1gford
+1gforu
+gfug1
+gfun1
+1gfär
+ggab1
+ggb1
+gge1b1ea
+gg1ehen1
+g1gehe
+gg1elet
+gg1ell
+gg1en.
+gg1enb
+gg1end
+gg1ene.
+gg1en1en1
+gg1en1er
+gg1enf
+gg1eng
+gg1enh
+gg1enk
+gg1enl
+gg1enm
+gg1enn
+gg1en2p
+gg1enr
+gg1ens
+gg1en1t
+gg1env
+gg1enw
+1gg1eri.
+ggg1
+ggi1eri
+ggi1ge
+ggi1gu
+ggle1se
+1gglis
+1gglo
+ggregie1
+ggrue1
+1ghans
+gha1ts
+1ghau2p
+gheb1
+ghe1ll
+gh1fa1l
+ghi1en1
+ghi1er
+ghint1
+ghn1e1s
+ghof1
+1ghornbi
+1ghorne
+ghot1
+ghs1c
+ght1ee1
+ghts1
+ghtv1
+ghun1
+1ghu2p
+ghäs1
+1g1hø
+1g1hüg1
+gia1ll
+gi1ele.
+gi1ell
+gi1els
+gi1en.
+gien1
+gi1end
+gien1e1i
+gi1enh
+gi1enk
+gi1enn
+gi1enr
+gi1ens
+gi1eri.
+gi1ersh
+gi1erzy
+gi1esl
+gi1et.
+gi1ev.
+gi1eva
+gi1ewit
+1gift
+gi1gr
+gilb1
+gili1e
+gimi1t
+ginal1le
+gin2a
+ginee1
+gingrun1
+gional1
+gion2a
+gion1i1
+gions1
+gios1
+1giov
+1gipf
+gi2p
+1gips
+girg1
+1gi1rl
+gisb1
+gis1th
+gis1trä
+gist2r
+gital1
+gitt1el
+giu1m1
+giv1
+1giz
+gjea1
+1gjou
+1gju
+1gjö
+gkape1
+gka2p
+gkat1
+gkau1
+gke1l
+gke1s
+1gkin
+1gkis
+gkitt1
+gklan1
+gkla1s
+gkle1b
+gklän1
+1gkomb
+1gkow
+1gkuli
+1gkult
+glab1
+glae1
+glasi1e.
+glas1sa
+gla1s1ta
+glas1tis
+glas1tra
+gla1st2r
+glas1tri
+glau1
+1glaz
+glb1
+gleb1
+gle1b.
+gleg1en
+1gleic
+gle1l
+gle1m
+gle1reis
+gle1sa
+gle1sc
+gle1st
+gli1eri
+gli1ers.
+1glig
+glili1
+gl1l
+1gl1oi
+glori1
+glou1
+1glub
+1gly
+gläs1c
+1glü
+gm1ale
+gm1a1ll
+gm1arg1
+1gmau
+1gmee1
+gme1s
+gmorg1
+gmot1
+gmou1
+1gmusi
+gnatu1
+gn2a
+gne1lek
+gn1el
+gne1me
+gn1em
+gne1st
+gn1es
+1gney
+gnich1
+gn2ic
+gni1ers.
+gni1g
+gno1c
+gn2o
+gnt1er
+gnungs1
+gn2u
+gnv1e
+1go'
+goa1li
+g1oa
+gob1ei
+g1obe
+gob1el
+gobi1e
+g1ob1i
+goeb1
+g1oe1s
+goint1
+g1oi
+golan1
+1g1old1
+1g1olf
+goli1e
+g1ols2
+gommi1
+1gonal
+gon2a
+gondoli1
+gon1dol
+gong1
+goni1er
+gon1i
+goni1g
+1g1o1n2o
+gont1
+gonz1
+1goo1
+goob1
+g1oog1
+go1oi1
+go1rau
+gore1is
+gorgi1
+gorle1
+go1rob1
+go1rot
+go1run
+gos1o
+gos1sc
+1gote
+gotte2
+g1oub1
+1gpa.
+g2p
+gpe1s
+1gpo.
+gporti1
+1gpra
+gpre1s
+1gprob
+1gpr1oj
+1g2pr1o2p
+gprämi1
+1gps
+1grab
+grab1er
+grab1es
+grai1
+gra1ll
+1gram
+grand1
+grangi1
+1graph
+gra2p
+gras1sa
+gras1st
+gra1s1ta
+gra1s1t2r
+grau1
+greb1
+gree1
+1gref
+gregie1rt
+grei1s1c
+greli1e
+greni1
+gre1sh
+gre1ss
+gre1st
+grich1t.
+1grif
+grob1
+groe1
+1grog
+gro1mi1
+grou1
+1groß
+grub1
+grue1n.
+gruen1
+grums1
+gru1m
+1grus
+1g1ruß
+1gry
+1gräb1
+gränd1
+gräs1c
+1grö
+1grün
+gsa1ll
+gsa1mm
+gs1ari1
+gsatt1
+gsauri1
+1gsbor
+gs1chans
+gs1chara
+1gsche.
+gs1chef
+1gscheid.
+g1schei
+gs1chip.
+gschi2p
+g1s1chol
+gs1chor
+gs1chro
+gs1chör
+gsd1em
+gseb1
+gseh1
+gs1ei
+gseis1
+gse1ll
+gsen1
+gseri1e
+gsfall1
+gs1fal
+gsg1en1es
+gsg1eni
+gsgut2
+gsha1t
+gshaus1
+1gsi1re
+gsleg1
+1gsley
+gsnich1
+gsn2ic
+gsob1
+gs1of
+gs1on
+gs1os
+gs1ou1
+1gspek
+gs2p
+gsporti1
+gs1s
+gsseg1
+gsseri1
+gsslan1
+gss1on
+gs1tabe
+gs1tabl
+gs1ta1fel
+gs1tag
+gs1takt
+gs1tal.
+gs1tala
+gs1tale
+g1s1talk
+gs1tank
+gs1tanz.
+gs1tas
+gs1tat.
+gs1tate
+gs1tauc
+gs1tau1m
+gs1tausc
+gs1tax
+gs1t1eam1
+gst1ea
+gst1ed
+gs1t1ee.
+gst1ee
+gs1tee1s
+gs1t1eic
+gst1ei
+g2s1t1eil1
+g1ste1mm
+gs1tempe
+gst1em2p
+gs1tend
+gst1en1
+gs1tenn
+gs1ten2o
+gs1te2p
+gs1term.
+gst1er
+gs1termi
+gs1terras
+gster1ra
+gs1tex
+1gstha
+gs1ther
+gs1tid
+gs1ti2p
+gs1tis
+gs1tit
+gs1t1oa
+gs1t1oi
+gs1t1ole
+1gstons
+gs1too
+gs1tor.
+gs1torg
+gs1tors
+gs1tort
+g2s1tose
+g1stos
+gs1tou1
+gs1tow
+gs1trab1
+gst2r
+gs1trac
+gs1trad
+gs1trag
+gs1trai1
+gs1trak
+gs1t1rau1m
+gs1tren
+gs1tre2p
+gs1treu.
+g1s1tria
+gs1trib
+gstrich1
+gs1trie
+gs1troc
+g1s1tr1oi
+1gstroth
+gs1trub
+1gstru1m
+gs1trun1
+gs1trü
+gs1tul
+gs1tu1m
+gs1turb
+gs1turm
+gs1tus
+gs1täte
+gstät1
+gs1täti
+gs1täts
+gs1törn
+g1stör
+gs1töt
+1gstüb
+gs1tüm
+gs1tü1rc
+gs1türme
+gs1tüte
+gsumz1
+gsu1m
+1g1sun1d
+1gsät
+1gt1ea
+gt1ee1
+gt1ei
+gt1ele
+gt1er
+1gterr
+gt1eu
+gtit1
+gtrai1
+gt2r
+1gtreu
+gtrich1
+gts1s1
+gtun1
+gtv1e
+gtät1
+gual1
+1g1uav
+gub1
+1gud
+gudb1
+1gueri
+gug1
+gugli1
+guiti1
+gulb1
+gum1ma
+gu1m
+gummi1n
+1gun.
+1gun2a
+gun1d.
+gun1de.
+gun1den
+gun1des
+gun1ds
+gungs1c
+1guns
+gunun1
+gun2u
+1gu2p
+gurg1
+1gurk
+gurnt1
+gusb1
+1guse
+gus1o
+guss1
+gus1son
+gu1sso
+gut1ed
+gut1ei
+gut2en2a
+gut1en1
+guti1e
+gvat1
+gv1e
+gve1l
+1gvera
+gvo1r.
+1gvá
+gw1ar
+2gweil
+1gwelt
+gwen1
+1gwied
+gw1ier
+gyg1
+1gym
+1gyn
+gzab1
+1gzn
+gz1uges
+gz1un1g
+gz1upf
+gzu2p
+gzu1r
+gzuz1
+gzw1
+1gäg
+gä1gg1
+1gäng
+gäng1er
+gäns1
+gänt1
+1gäu
+gä1u1m1
+gång1
+göta1
+1gø
+1güe1
+gügg1
+1güm
+günt1
+1gō
+haa1
+hab1arb1
+ha1bar
+habb1
+hab1ei
+ha1b1ek
+hab1eli
+ha1bel
+hab1er
+ha1bl1iche.
+ha1bz1
+ha1cha1c
+hachg1en
+hackspie1
+hacks2p
+hade1la
+hae1m
+hae1n1
+hae1ro
+hae1s
+haf1tstiefe
+haft1sti
+hagb1
+hag2ei
+hag1eli
+hag1er
+hagg1
+hai1c
+hai1g
+hai1n
+hakt1er
+haktg1
+ha1lau2n
+halb1el
+halb1er
+ha1ll
+ha2l1loc
+haluti1
+halv1
+ha1lä
+ha1m1a
+hami1t
+1hamn
+hanaa1
+han2a
+hand1
+handeli1
+hang1en
+hanglan1
+hanglei1
+hangsa1
+hangz1
+hani1g
+han2o1
+hantun1
+han1tu
+ha1nume
+han2u
+hanu1m
+haos1
+happi1er
+ha2p
+hap2p
+h1a1rei
+ha1rez
+hari1er
+h1ari
+hartun1
+h1artu
+h1a1rä
+hasb1
+has1to
+hata1c
+ha1ta
+ha1te
+hat1ea
+hat1el
+hat1er
+ha1tl
+ha1tm
+ha1tsa
+ha1tsc
+ha1ts2p
+ha1tst
+ha1tsu
+ha1tsä
+hatterhan1
+ha1tt1er
+ha1tu
+ha1tz
+hau1fli
+1haug.
+haus1ta
+haus1t1ei
+hau1ste
+haus1tis
+haus1tru
+haust2r
+hav1
+havo1n
+hazi1
+hb1ein
+hb1eite
+hb1eiz
+hb2eleg1
+hb1enz
+hb1erg
+hb1erl
+hb1erv
+hb1esen
+hbi1s
+hblä1s
+hb1oa1
+hbrech1
+hbrich1
+h1brü1
+hbub1
+hbänd1
+h1bä
+hdea1
+hd2em.
+hden1ti1
+hden1t
+hde1ss
+hdie1
+hdrun1
+h1dru
+hdös1
+hea1c
+h1ea1le
+hea1li
+h1ea1ls
+hea1rs
+hea1rt.
+heat1
+hebb1
+hebe1in
+he1bei
+heb1eis
+he1b1ell
+heb1en
+hed1e
+hee1h
+hee1id
+hee1lem
+hee1len1
+hee1ne
+heen1
+h1ee1nh
+h1ee1r.
+heerz1
+hee1s
+hefe1m
+he1fe1re
+hefe1ri
+1heft.
+1heftc
+1hefts
+heg1emo
+heg1en.
+heg1end
+heg1ene
+heg1enh
+hegg1
+he1hal
+he1hau
+he1heck
+hehe1l
+he1hers
+he1hi
+he1hy
+he1hä
+he1hö
+he1hü
+heide1l.
+heil1
+heim1
+heit1el
+hei1t1er
+hei1ti
+hei1tk
+hei1t2r
+hei1tskal
+1heiz
+heks1
+he1lau2n
+he1law1
+1held.
+heleg1en
+he1leine
+he1leu
+he1lief
+he1list
+he1ll.
+he1ll'
+he1llb
+he1llc
+he1lld
+he1lle.
+he1lleb
+he1llem
+he1llen1
+he1ller
+he1lles
+he1llf
+he1llg
+he1llh
+he1llig
+he1llis
+he1llk
+he1ll1l
+he1llm
+he1lln
+he1ll2p
+he1llr
+he1lls
+he1llt
+he1llu
+h2e1llv
+he1llw
+he1lly
+he1loc
+he1log
+helpers1
+hel2p
+hels1e1i
+hel1se
+helv1
+he1mac
+he1mara
+hemb1
+1h1emd1
+hemi1en1
+he1mm
+he1mod
+he1mom
+he1mont
+hemo1re
+he1mun
+hen1
+h1enah
+hen2a
+he1naß
+heneb1
+h1e1nez
+heng1en
+henkrü1
+henleg1
+he1nul
+hen2u
+herab1
+he1rade
+herb1eam
+her1bea
+herbi1er
+herbänd1
+her1bä
+he1rech
+heree1
+he1reg
+here1ss
+he1rest
+herg1eni
+herma1l.
+hermi1t.
+herni1e.
+h1ero
+hersle1b
+hers1o
+h1eru
+he1ruf
+1heru1m1
+herv1e
+herzu1r
+h2e1rüc
+he1sac
+he1sak
+he1sam
+he1sch
+heseg1
+he1s1ei
+he1sem
+he1serv
+he1se1ss
+he1sex
+he1shi
+he1skal
+he1sku
+hes1o
+he1s1or
+he1spa
+hes2p
+he1spr
+he1ss
+he1st
+he1suc
+he1sy
+he1sz
+he1sä
+het1el
+hetto1
+1hetz
+he1unf
+he1un1g
+he1unte
+he1urk
+hevo1n
+h1eyg1
+hezi1e.
+hez1ube
+hezug1
+hfeg1
+hfe1ll
+h1fel
+hfoli1
+hgame1
+hg1ehen1
+h1gehe
+hg1eher
+hg1en.
+hg1enb
+hg1end
+hg1en1en1
+hg1eng
+hg1enh
+hg1enk
+hg1enl
+hg1enm
+hg1ens
+hg1en1t
+hg1enw
+hgerun1
+hg2es
+hgetunt1
+hglas1
+h1grab1
+hha1b.
+hha1bi
+hheb1
+hheits1
+hhe1ll
+hherni1
+hhint1
+1hhm
+hhof1
+hhot1
+hhun1
+hhäs1
+hiai1
+hial1
+hi1chä
+hi1e1h.
+h1ie1h
+hi1ekk
+hi1eko
+hi1elb
+hi1e1ll
+hi1en1er
+hien1
+hi1enf
+hi1enk
+hi1enl
+hi1enn
+hi1en2p
+hi1env
+hi1enz
+hi1erat
+hie1ren
+hie1rsc
+hie1rst
+hie1rt
+hie1st
+hi1esta
+hi1eta
+hi1ett
+hi1ewü
+hi1geb
+higli1
+hiha1b
+hikt1
+hilau1
+hilb1
+hilg1
+hili1g
+himi1t
+hina1c
+hin2a
+hina1la
+hina1rin
+hin1ari
+h1ink
+hinm1a
+hiree1
+hi1re
+hi1schi1e
+hiss1
+his1son
+hi1sso
+hitti1er
+hiun1g
+hiv1
+hiw1
+hiz1
+hjea1
+1hjø
+hkab1
+hkau1
+hkitt1
+hklan1
+hkla1s
+hkle1b
+hklän1
+hkora1
+hkot1
+hlab1
+hlabb1
+hlachs1
+hlae1
+hlag1er
+hlan1gs
+hlan1gt
+hlat1
+hlau1fs
+hlau1ft
+h1lbart
+h1lebi
+hlee1n1
+hleg1en
+hle1ha
+h1lei.
+h1leib
+hleich1t.
+hleich1ts
+hle1la
+hle1li
+hle1ma
+hle1mik
+hle1min
+hlenschlä1
+hlen1
+hle1reg
+hle1ro
+hlerv1
+hle1sa
+hle1sc
+hle1see
+hle1so
+hle1s2p
+hle1ss
+hle1st
+hletz1t.
+h1lfar
+hlie2
+hli1e.
+hlii1
+hlint1
+hlitt1
+hl1l
+hllau1
+hlob1
+h1lrab
+hls1tag
+hl1st
+hls1ton
+hltau1
+hltrich1
+hlt2r
+h1lts
+hlug1
+hlungs1
+hlwei1t
+h1lwen1
+h1ma
+h1m1alen1
+hma1lle
+hm1all
+hme1la
+hme1le
+hme1me
+hme1rec
+hm1ere
+hme1reg
+hme1rit
+hm1eri
+hme1se
+hme1si
+hme1st2r
+hme1stü
+hmi1el.
+hmi1en.
+hmien1
+hmi1r
+hmi1tz
+hmke1
+hm1m
+hmne1
+hmob1
+hmugg1
+hmug1
+hmv1e
+hnab1
+hn2a
+hnachts1t
+hna1ll
+hnams1
+hn1dru1
+h1neb1el
+hnegedan1
+hnege1da
+hne1he
+hn2eh
+hne1lec
+hn1el
+hne1llan
+hne1lö
+hne1man
+hn1em
+hne1mi
+hne1mo
+hne1nas
+hn1en1
+hnen2a
+hnera1l
+hn1er
+hne1ric
+hne1rol
+hne1sa
+hn1es
+hne1se
+hne1so
+hne1spr
+hnes2p
+hnev1
+hn1geg1
+hnhof1
+hnimi1
+hn1i2smu
+hnob1
+hn2o
+hnsa1m
+hnsv1
+hn2t.
+hn1ta
+hnt1el
+hnte1la
+hnt1er
+hntv1
+hnu1r
+hn2u
+ho1a1rd
+h1oa
+hoa1re
+hob1
+hobb1
+hoe1m
+hoe1nd
+h1oen1
+h1oe1s
+hog1er
+hohn1
+hoko1r
+hollwe1
+homas1s1o
+ho1ma
+homb1
+home1la
+ho1me
+honi1s
+hon1i
+h1ool1
+hope1l
+h1o2p
+horal1
+horbi1
+ho1re2p
+horgi1
+ho1ries
+horv1
+hosende1
+hosen1
+hos1o.
+hos1sc
+hoss1e1i
+hoto1
+1h1oug1
+houlli1
+howe1g
+hp1oi1
+h2p
+hporti1
+hpotatoe1
+hpota1to
+hpreis1
+hprämi1
+hrai1
+hra1ll
+h1raub1
+h1raul
+h1rdad
+hr1da
+hre1lan
+hreli1e
+hre1ma
+hre1mo
+h1renba
+h1renbr
+h1renka
+h1renscho
+h1re2p
+h1rett
+hre1un
+hrg2eh
+h1ria
+hrib1
+h1ric
+hrich1tk
+hrich1ts
+hrich1tt
+hrich1tv
+hri1en1
+h1ring
+hri1s1so
+h1rland1
+h1rna.
+hrn2a
+h1rnaz1
+hrnb1
+h1rners
+hrn1er
+hrn1e1s
+h1rni.
+h1rnl
+h1rn2o
+hrob1
+h1roh
+h1rol
+hrom1
+h1rot
+hrset1
+hrs1o
+hrs1s
+hrs1taf
+hrs1tag
+hr2s1t1eil1
+hrst1ei
+h1rstor
+hrtv1
+h1ruh
+hrun1d
+hrungs1
+hrv1e
+h1rw1an
+h1rzad
+hrze1l
+hrz2e
+hränd1
+hrös1c
+hsa1mm
+hsa1mt
+hschlä1g1er
+hschm1
+hseb1
+hsee1i
+hseg1
+hs1ei
+hsen1
+hseri1e
+hsia1
+hsi1e.
+hs1o.
+hsob1
+hs1od
+hs1of
+hs1on
+hs1os
+hs1ou
+hs1s
+hsseri1
+hss1o
+hs1tafe
+hs1tag
+hs1tak
+hs1tal.
+hs1tale
+hs1t1arta
+h1start
+hs1tas
+hs1ta1ta
+hs1ta1to
+hs1t1eam1
+hst1ea
+h2s1t1eil1
+hst1ei
+hste1ma
+h1ste1mm
+hs1term
+hst1er
+hs1terr
+hs1te1st.
+hs1tex
+hs1tiere
+hs1tiers
+hs1tilg
+h1stil
+hs1tis
+hs1ton.
+hs1tor.
+hs1tou1
+hs1trak
+hst2r
+hs1tranc
+hs1treu.
+hs1tr1eue
+hs1trub
+hs1tru2p
+hs1tu2m.
+hstu1m
+hstv1
+hs1täte
+hstät1
+hs1täu
+hs1töt
+h1t'.
+h1t's
+h1ta1bf
+htale1i
+hta1ll
+ht1ari1
+h1t1arn
+htat1
+htaus1s
+h1tbehä
+htb1eil
+h1tchen1
+ht1ea.
+h1tech
+ht1echt
+ht1eck
+hte1ha
+htehe1
+ht1ei
+h1teim
+hteis1
+ht1el.
+ht1el'
+ht1elar
+ht1elb
+ht1elc
+ht1eld
+ht1ele
+ht1elf
+ht1elg
+ht1elh
+ht1elin
+ht1elit
+ht1elj
+ht1elk
+ht1ella
+ht1elli
+ht1ello
+ht1ellä
+ht1elm
+ht1eln
+ht1el2p
+ht1elq
+ht1elr
+ht1els
+ht1elt
+ht1elu
+ht1elv
+ht1elw
+ht1elz
+hte1mac
+ht1eman
+ht1emit
+h1t1em2p
+h1tenhu
+ht1en1
+h1tenro
+ht1eo
+ht1er
+ht2eraf
+h1terar
+h1terbo
+h1terbr
+h1terc
+ht1e1rec
+ht2erest
+h1terfe
+h1terfö
+h1terhu
+h1terkra
+h1terlin
+h1termü
+h1tersk
+h1t1ersw
+h1terwo
+hte1sc
+ht1e1ss
+ht1eth
+ht1ex2p
+htfall1
+ht1fal
+h1t1fon
+h1tga
+htg1eni
+h1thauf
+h1thea1
+hthi1er
+h1thofe
+h1ti.
+h1tie
+h1tik
+h1ting
+h1tins
+htit1
+h1tkar
+h1tl.
+htob1
+h1toc
+h1ton
+h1tow
+htrai1
+ht2r
+htrich1t1er
+ht1richte
+htrot1
+h1tsack
+ht1sac
+ht1sc
+hts1cham
+hts1chem
+hts1chor
+hts1chro
+h1tsgas
+h1tsmei
+hts1tal
+hts1t1ee
+ht1ste
+hts1tem
+hts1te2p
+hts1test
+hts1ton
+ht1sto
+hts1tor
+h1t1stras
+ht1st2r
+hts1trau
+h1t1straß
+hts1tr1eue
+hts1trun1
+hts1träu
+hts1tur
+hts1tür
+hts1tüt
+h1tsäc
+htt1el
+httrich1
+htt2r
+h1tu2p
+h1tw1ag
+h1twerk
+h1twö
+htz1un1g
+htz1u2p
+htzu1r
+h1tüt
+hua1ll
+huan2a1
+hub1
+hubrin1
+hueb1
+hue1le
+hue1nk
+huen1
+hue1rm
+hu1fe1l
+hug1en
+huggs1
+huhlau1
+huis1
+hulan1
+hule1s
+huli1g
+hul1lan
+hul1la1s
+hul1lau1
+hul1leb
+hul1lei
+hul1lern
+hul1lie
+hul1liga
+hun1d.
+hun1da
+hun1db
+hun1de.
+hunde1l
+hun1den
+hun1des
+hunde1s2p
+hun1dfi
+hun1dh
+hun1di
+hun1dk
+hun1dl
+hun1dm
+hun1d2p
+hun1ds
+hunds1ta
+hun1dt
+hun1du
+hun1dw
+hung1
+hun1ga
+hungs1
+hurb1
+hurich1
+husa1m
+hus1o
+hus1sch
+husse1in
+huss1ei
+hus1ti
+husz1
+huz1
+hvat1
+hv1e
+hv2erhä
+hvo1n
+hw1a
+hw1ag1
+hwai1
+hwalb1
+hw1al
+hwa1r.
+hwe1gl
+hwei1ss
+hwer1de.
+hw1ien1
+hwi1llt
+hwo1ll.
+hwo1lln
+hwul1
+hwäg1
+hwä1r
+hyb1
+hyg1
+hylb1
+1hyä
+hzeits1t
+hz2e
+h1zeit
+hze1ll
+hzott1
+hz1ugla
+hz1un1g
+hzw1
+hä1gg1
+häls1c
+händ1
+hän1i1
+häns1che
+häs1chen1
+häs1sc
+häti1e
+häug1
+häus1
+hä1us2p
+1häut
+héb1
+hég1
+héni1
+hög1
+1höhe
+1höhl
+1höj
+hös1che
+1hø
+høg1
+hús1
+1hüg1
+hüls1c
+hüng1
+iabe1re
+iabet1
+ia1brü1
+ia1br
+ia1che.
+iae1n1
+iahi1e
+iakt1er
+ia1leu
+ialgeg1
+ia1lls
+ia1lu2p
+iams1
+iand1e
+ia1neg
+ia1nü
+ia1rac
+ia1reg
+i1a1rei
+ia1rev
+ia1rif
+i1ari
+iarni1
+i1arn
+ias1son
+iass1o
+ias1st
+ias1tag
+ia1sta
+ias1tit
+iat1er
+ia1tv1
+iaub1
+ia1u2n
+ia1ur.
+ia1url
+iaus1s
+ibakt1
+ibats1
+ibaudi1
+ibb1el
+i1b1ee
+ib2eg
+ibe1h
+ib1eig
+ib1ein
+ib1eir
+ib1eis
+i1bel
+ib1eli
+ibelun1g
+ib1elun
+ibe1m
+ib1en
+ib2en2u
+i1benzi
+ib1er.
+ib1era
+ib1erb
+ib1erc
+ib1erd
+ibe1rec
+ib1ereh
+ib1erf
+ib1erg
+ib1erh
+i1berha
+ib1erin
+ib1eris
+ib1erk
+ib1erl
+ib1erm
+ib1ern
+ib1er2p
+ib1err
+ib1ers
+ib1ert
+ib1erun
+ib1erv
+ib1erw
+ib1erz
+ib1erä
+i1b1es.
+ib1esen
+i1b1esh
+ib1esl
+ib1ess
+ibe1st
+ib1esw
+ib1eu
+ib1ey
+ibg1en
+ibhaus1
+ibhau1
+i1bib2
+ibi1en1
+ibi1s
+ible1me
+iboe1
+ibre1m
+i1brü1
+ibs1o
+i1bst1ei
+ibub1
+ibungs1
+i1burg1
+ibänd1
+i1bä
+1ic.
+icai1
+ice1h
+ice1la
+ice1me
+ice1mi
+ice1ne
+icen1
+ice1sc
+ic1haf
+i1chak
+i1change
+i1cha2p
+i1chenb
+ichen1
+ichenschaf1
+i1cherr
+ichi1el
+ichi1er.
+ichori1
+icht1emi
+ichtschaf1
+icht1sc
+ici1ers
+ic1kat1
+icki1er
+ickv1e
+icus1
+1i1dae
+i1dam
+ideal1
+1id1ee.
+i1dee
+i1def
+ide1h
+ide1lad
+ide1lag
+ide1lan
+ide1las
+ide1lau
+ide1lei
+ide1let
+ide1lie
+ide1lin
+ide1lo
+i1de1lä
+id1e1ma
+id1eme
+ide1mit
+i1d1emi
+i1de1mu
+i1denk
+ide1rec
+id1e1reg
+ide1rest
+ide1rie
+iderm1
+ide1rö
+iderös1
+ide1sa
+ide1sc
+ide1se
+i1de1si
+ide1so
+ide1s2p
+ide1sse
+ide1st
+idev1e
+id1i1e1h
+1i1dio
+idni1s
+i1dr
+idre1so
+idritt1
+i1drit
+idsd1
+ids1tub1
+ids1tur
+i1du
+idungs1
+idv1e
+1idy
+i1dü
+1ie'
+i1ea.
+iealb1
+iea1ll
+ieb1ein
+ie1bei
+ieb1en
+ieb1ess
+ieb1esta
+ieb1estä
+i1e1bi.
+i1ec.
+i1eci
+i1ect
+1ie1d.
+1ie1da
+1iedeh
+1iede1m
+1ieden
+1iederh1old
+1iedermay
+1iederste
+1iedes
+i1e1dit
+ie1di
+1iedl
+1iedm1
+i2ee.
+ieeb1
+1ie1fel
+1iefä
+1ieg
+i1e1ga.
+i1egas
+i1egat
+ieg1ell
+ieg1elo
+ieg1en
+ieg1erin
+ie1geri
+ieg1ero
+ieg1esh
+ieg1ess
+ieg1est2r
+ieges2t
+i1egi1e
+iegs1c
+iegs1ta
+iegs1t2r
+1ie1h
+iehdun1
+i1ei.
+i1einb
+i1einr
+i1eis
+i1eki.
+i1ekå
+ie1lberge
+ielb1erg
+iellau1
+i1e1lls
+i1e1lly
+iel1lä
+ie1lman.
+i1elon
+ielv1e
+ie1mal
+i1emn
+i1e1my
+ien1
+i1enag
+ien2a
+i1enal
+i1enar
+i1enau
+i1enbl
+i1enbr
+i1enbu
+i1enbü
+i1endr
+i1enef
+i1en1ex
+i1enfr
+i1enfä
+i1enfü
+i1engl
+i1engu
+i1enhe
+i1enhu
+i1enhy
+i1enhä
+i1enj
+i1enka
+ien1kau1
+i1enke
+i1enkl
+i1enkr
+i1enku
+i1en1kü
+i1enla
+i1enlo
+i1enme
+i1enmi
+i1enmo
+i1enmü
+i1en1n2a
+i1en1ni
+i1enof
+ien2o
+i1enph
+ien2p
+i1enpl
+i1enpo
+i1enpr
+i1enpä
+i1enq
+i1ensa
+i1ensi
+ienslan1
+i1ensl
+i1enstel
+i1e2nsu
+i1ensz
+i1ensä
+i1en1ti
+i1ent2r
+i1en1tu
+i1enur
+ien2u
+i1enus
+i1envi
+i1envo
+i1enwa
+i1enwe
+i1enwi
+i1enwä
+i1enzi
+i1enzo
+i1enzu
+i1enzw
+i1enzä
+i1enü
+ieob1
+1ie2p
+ie1rac
+iera1ll
+ie1rbac
+ierbänd1
+ier1bä
+ierdun1
+i1erea
+i1eree
+i1ere1is.
+iere1sc
+iere1ss
+iere1st
+i1erew
+i1er1feu
+ierg1eni
+i2ergs
+ierhof1
+i1eria
+i1erib1
+i1erif
+ie1ring
+i1erkac
+ierkau1
+i1erlog
+i1eron
+i1erot
+i1erou
+iersa1me
+ierschaf1
+ierseh1
+ie1rsem
+iers1o
+iers1ton
+iers1tres
+ierst2r
+iertrich1
+iert2r
+i1erus
+ierzun1
+ie1s'
+ie1sa2p
+ie1sbe
+ie1sbl
+ie1sch
+i1esco
+ie1scr
+ie1sec
+2ieseh
+ie1sel
+ie1seng
+ie1serl
+ie1serz
+ie1sfa
+ie1sfe
+ie1sfi
+ie1sfl
+ie1sg
+ie1sh
+ie1sig
+ie1sin
+ie1sj
+ie1skö
+ie1sle
+ie1sli
+ie1smu
+ie1sn
+2ieso
+ie1s2p
+ies1see
+ie1ssi
+ies1s1or
+ies1sta
+ies1tal
+ie1ste
+ie1sti
+i1e1stin
+ie1st2r
+ie1stü
+ie1sv
+ie1sw
+ie1sz
+ie1sä
+i1eta.
+ietal1
+i1etar
+i1etat
+ieteg1
+i1eti.
+i1eto.
+i1etoo
+i1etraf
+iet2r
+i1etral
+i1etram
+i1etra2p
+i1etros
+i1etti
+i1ety.
+i1etät1
+i1eu.
+i1eus
+iev1e
+i1evi.
+i1evo.
+i1ew.
+i1ewic
+i1ews
+ifall1
+i1fal
+ifalls1
+ifeg1
+ife1la
+i1fel
+ife1li
+ifen1
+ifi1er.
+i1fie
+1ifik
+ifing1
+ifoli1
+iftee1
+ift1ele
+igali1
+ig1a1ru
+ige1b1ea
+ig1eck
+i1gefl
+i1gefü
+ig1ehen1
+i1gehe
+ig1eher
+ige1hu
+ige1los
+i1gelä
+ige1ma
+i1geme
+i1gemi
+i1gemü
+ig1en
+i1gendr
+ig2eneg
+i1genfo
+igeni1e
+ig2enom
+igen2o
+i1geor
+ige1ras
+ig1erem
+ig1eren
+ig1eres
+i1geric
+ig1erin
+ig1erun
+i1gesc
+i1gese
+ige1si
+ige1ss
+ige1s2t
+igev1e
+ig1g1ehe
+igg1en2a
+ig1g1erud
+iggs1
+iglas1t
+i1glei
+igli1e.
+igli1er
+igob1
+i1graf
+igs1t1ee
+igs1tig
+igs1tor
+igs1treu
+igst2r
+2igt
+igungs1
+ihe1h
+iheits1
+ihe1ma
+ihi1er
+ihint1
+ihke1
+ih1ne.
+ihot1
+ih1ra
+ih1rg
+ih1rin
+ih1ro
+ih1rs
+ih1rz
+ih1rü
+ihun1d
+ihäs1
+ihös1
+iib1
+iichau1
+iie1
+ii1e.
+i1i1e1h
+ii1gi
+1iii
+iii1e1
+1i1iii1
+ii1n2a
+ii1ne
+ijea1
+1ijsb
+ika1lak
+ika1los
+i1kans
+ikape1
+ika2p
+ik1a1rei
+ikari1e
+ik1ari
+ika1rot
+ik1aro1
+ike1sh
+ike1st
+iki1en1
+iking1
+iklan1
+ikla1s
+ikleg1
+iklän1
+ikm1al1
+1ikone
+ikrü1
+iksb1
+ikschaf1t
+ikt1eb
+ikt1er
+iktrich1
+ikt2r
+iktv1
+iku1m1
+ikv1e
+ilan1ge
+ilat1es
+ilau1f.
+ilau1fb
+ilau1ff
+ilau1f2p
+ilaus1
+ilbrech1
+ileb1
+ilee1
+ileg1en
+ile1ha
+ile1her
+ile1i.
+ile1li
+ile1ll
+ile1ma
+ile1mm
+ile1nam
+ilen1
+ilen2a
+ile1sh
+ile1st
+ile1us
+ilfe1i
+ilfe1m
+ili1eri
+ili2n
+i1lla
+il1lam2p
+illau1
+illd1
+i1lleb
+i1llef
+il1lege.
+il1leg1en
+il1legs
+i1llem
+i1lle1nac
+illen1
+illen2a
+i1llenb
+i1llend
+i1lleni
+i1ller
+i1lles
+ille1sc
+i1llet
+i1llh
+i1llib1
+i1llic
+i1llie
+i1lli1er.
+i1llif
+i1llin
+i1llis
+il1liste.
+i1llit
+i1llke
+i1llm
+i1lln
+i1llo
+i1llr
+i1ll1so
+i1llstä
+ill1st
+i1llt'
+i1llu
+i1llw
+i1lly
+i2l1län
+il1löc
+i1llü
+ilon2a1
+ilon1i1
+ilse1l
+il1se
+ils1tag
+il1st
+ilungs1
+ilv1e
+ilz1ug
+1imagin
+im1ale
+im1als
+imee1
+ime1lin
+ime1ll
+ime1rat
+im1era
+ime1sh
+ime1st
+imeta1
+im1g1ehe
+imi1el
+imi1r
+imi1t.
+imi1tat
+i1mi1tb
+imi1te
+imi1ti
+imi1t2r
+imi1ts
+imob1
+im1oi1
+1impor
+im2p
+ims1tal
+imv1e
+imä1
+imös1
+1inabh
+in2a
+i1nahe
+i1nahm
+inakt1
+inal1li
+inaus1
+inavi1
+inazisti1
+inaz1
+1ince
+in1da
+in1db
+in1de
+inde1sc
+1index
+in1dh
+in1di
+1in1div1
+in1dl
+1in1dok
+in1dr
+in1du
+1indust
+in1dus
+in1dy
+ine1igel
+in1ei
+ine1i1sc
+ine1lab1
+in1el
+ine1lan
+ine1lec
+ine1lei
+ine1lin
+ine1ll
+ine1man
+in1em
+ine1mar
+ine1me
+ine1mi
+ine1mo
+ine1nabe
+in1en1
+inen2a
+ine1nac
+ine1nas
+in1e1rasi
+in1er
+inere1u
+ine1rol
+ine1ros
+ine1rot
+ine1s1ei
+in1es
+ine1sek
+ine1ska
+ine1sl
+ine1so
+ine1s2p
+ine1ssk
+ine1sth
+ine1st2r
+ine1su
+i1netz
+in1et
+ine1uf
+ine1unt
+ine1us
+i1neut
+infall1s
+in1fal
+1inf1ark
+1infek
+1infiz
+1info1rc
+1infusi
+ing1eck
+in1gec
+ing1ell
+in1gel
+ing1eman.
+in1gema
+ing1emans
+ing1enie
+in1gh
+in1gi
+ingi1er.
+in1gm
+in1go
+ingsa1m
+ingstref1
+ingst2r
+ings1tric
+1inhaltes
+1inhaltete
+in1i
+ini1e.
+ini1el
+ini1eri
+ini1ern
+ini1ers.
+ini1erv
+ini1ew
+inigg1
+ini1gr
+i1nimm1
+inings1
+i1ni2p2p
+ini2p
+ini1sc
+1initi
+1ink1arn
+in1kau1
+i1nly
+in1m1alen1
+1innere
+inn1er
+1inseln
+ins1og
+ins1tis
+ins1trai1
+inst2r
+ins1tät1
+1in1tab
+i1n1tai1
+intb1
+1integ1
+int1er.
+int1era
+int1erb
+int1erc
+int1erd
+int1ere.
+int1erei
+int1erf
+int1erg
+int1erh
+int1eri
+int1erk
+int1erl
+int1erm
+1int1ern
+int1ero
+int1er2p
+int1erq
+int1err
+int1ers
+int1ert
+int1eru
+1int1erv
+int1erw
+int1erz
+int1e1ss
+inti1e.
+in1ti
+1intol
+in1to
+i1ntoo
+intrich1
+int2r
+1introd
+intv1
+intwei1
+i1nud
+in2u
+i1numm
+inu1m
+i1nunc
+inungs1
+inv1e
+1invent
+inven1
+1inves
+inzu1r
+i1näh1m
+inöl1
+i1obs1
+io1chi1
+ioint1
+i1oi
+iole1m
+i1ole
+ionag2
+ion2a
+iopi1er
+i1o2p
+io1rea
+io1rez
+i1o1ros
+io1rä
+io1rö
+ioseri1
+ios1o.
+ip1ari1
+i2p
+ipe1li
+ipi1ei
+ipi1e1l
+ipi1ge
+ipi1ne
+iplom1
+ippe1i
+ip2p
+i2ps1t1o2p
+ips1tre
+ipst2r
+i1ra
+irai1
+ira1lag
+irande1
+irani1
+i1rb
+i1rc
+irchschla1
+i1re
+ire1la
+ire1ma
+ire1sa
+ire1sch
+ire1sen
+ire1ses
+ire1ss
+ire1st
+ire1uf
+i1rf
+irg1el
+irgg1
+irgs1c
+irgs1te
+i1rh
+irha1b
+i1ri
+iri1en1
+iri1er.
+iri1eri
+iri1ern
+iri1ez
+iris1st
+i1rj
+irks1c
+i1rl
+i1rm
+irma1l
+i1rn
+irni1s
+i1ro
+i1r2p
+i1rr
+1irrb
+1irre
+1irrs
+1irrt
+i1rsa
+irsb1
+i1rsc
+i1rse.
+i1rsi
+i1rsk
+i1rso
+i1rst2r
+i1rt.
+i1rta
+i1rtb
+i1rtd
+i1rte
+irt1ee1
+i1rth
+i1rti
+i1rtl
+i1rts.
+i1rtsa
+i1rtsb
+i1rtse
+i1rtsf
+i1rtsg
+i1rtsh
+i1rtsk
+i1rtsl
+i1rtsm
+i1rt1so
+i1rts2p
+i1rtsr
+i1rts1s
+i1rtst
+irt1s1ti
+i1rtsv
+i1rtsw
+i1rtsz
+i1rtu
+irtv1
+i1rtz
+i1ru
+irun1d
+i1rv
+irv1e
+i1rw
+i1ry
+i1rz
+i1rá
+i1rä
+i1rò
+i1ró
+irös1
+i1rü
+i1s'
+i1sa.
+i1sag
+isa1g.
+isa1ge
+i1sai
+isa1los
+isa1mm
+isa1ms1
+isa1mt
+i1sce
+ischaf1
+is1chia.
+ischrif1t2r
+i1s1chy
+i1scl
+i1scr
+i1see
+ise1ha
+ise1ho
+ise1hu
+is1ei
+i1se1id
+ise1ik
+is1e1inf
+i1sek
+i1sel.
+ise1lan
+ise1leb
+ise1lei
+i1seler
+i1self
+ise1lis
+ise1lit
+ise1lle
+ise1lls
+i1seln
+ise1lot
+iselv1
+i1selw
+i1selz
+ise1mas
+i1seme
+ise1mei
+ise1men1
+ise1mis
+ise1nat
+is1en2a
+isen1t
+ise1rec
+ise1reg
+ise1reig
+ise1re2p
+ise1rest
+ise1rü
+ise1sa
+ise1se
+ise1s2p
+i1sfle
+i1sgal
+isg1eni
+ishof1
+i1si.
+i1sie
+i1si1ec
+1isier
+isi1eri
+i1sim
+i1sio
+i1siq
+i1sit
+i1sjä
+i1sker
+i1skä
+i1skö
+islam1
+isleg1
+1i1sm.
+ism1al
+i1smans
+i1sme.
+i1smá
+is1o.
+is1ob1
+is1og
+i1s1ol
+i1s1on
+i1s1os
+is1ou
+is1ow2
+i1spu
+is2p
+i1spä
+i1srö
+is1saa1
+i1ssal
+is1salo
+i1ssan
+i1ssar
+i1ssau
+i1ssber
+i1ssbo
+isschaf1
+is1scho
+i1sscl
+i1ssd
+i1ssek
+i1ssel
+is1senke
+issen1
+is1senku
+i1ssf
+i1ssg
+i1ssho
+i1ssig
+i1ssin
+i1ssj
+i1sske
+i1sskl
+i1sskn
+i1ssko
+i1sskr
+i1ssku
+i1sskä
+i1sskö
+i1sslo
+i1ssm
+i1ssne
+i1sso
+is1sp1ark
+iss2p
+is1spen1
+i1sspf
+i1ssph
+i1ssq
+i1ssr
+i1sste.
+i1sst1en1
+i1sst1er
+i1sstes
+i1ssto
+i2s1stol
+is1stäu
+i1ssu1m
+i1ssun
+i1ssv
+i1ssw
+i1ssä
+is1sän
+i1sta.
+is1take
+i1stan
+i1star
+is1tasc
+is1tauc
+i1st1ea
+is1t1eam1
+is1t1ee
+i2s1t1eil1
+ist1ei
+iste1ll.
+is1teller
+iste1me
+i1ste1mm
+i1st1en1
+istenfall1
+isten1fal
+i1stet
+i1stg
+isti1en1
+i1stig
+i1stim
+i1stin
+is1ti2p
+i1stk
+i1stm
+is1t1oa
+i1stoc
+i1stof
+is1too
+i1st2p
+is1trai1
+ist2r
+is1treu
+is1trut
+istv1e
+i1stw
+i1sty
+i1stz
+i1stän
+i1stö
+i1stüc
+is1tüm
+is1tüte
+i2su1m
+i1sy
+i1sö
+i1sł
+i1t'r
+i1ta.
+i1ta1bz
+i1tai1
+i1taka
+itakt1
+i1tan.
+i1tane
+i1tani
+i1tar.
+itari1e
+it1ari
+i1t1arm
+i1t1aro
+i1tas.
+i1tasc
+i1tat.
+i1tate
+i1ta1to
+i1tats
+i1tatt
+i1tau.
+i1tauc
+i1taug
+i1tav
+i1tax
+i1tblö
+i1t1bö
+i1tche
+i1tchu
+itd1e
+i1t1dom
+i1tea
+i1tec
+i1ted
+i1tee
+it1eet
+i1teh
+i1t1eil
+it1eis
+i1t1el.
+it1elau
+it1elb
+it1ele.
+it1elf
+it1elh
+it1elk
+it1elm
+it1eln
+it1elo
+it1el2p
+it1elr
+i1t1els
+it1elt
+it1elu
+it1elv
+it1elw
+it1elz
+it1elü
+i1tema
+it2enim
+it1en1
+it1er
+itere1ss
+iteri1e1l
+i2terl
+iterm1al
+i1t1esm
+ite1ss
+itetra1
+itet2r
+it1even1
+i1t1exk
+it1ex2p
+itfall1
+it1fal
+i1t1fam
+i1tfar
+i1tford
+i1t1glü
+i1tgü
+i1th.
+i1thaa1
+i1thöc
+i1ti.
+i1tic
+i1tide
+iti1el
+iti1en1
+iti1ern
+iti1ga
+i1til
+i1ti2p
+i1tis.
+i1tit1
+i1tiv1
+i1tiw
+i1tić
+i1tja.
+i1tjan
+i1tjas
+i1tjü
+i1tka.
+i1tklü
+i1tlek
+i1tlet
+i1tli.
+i1tlig
+i1tlm1
+i1t1mäc
+i1to.
+itob1
+i1t1obe
+i1toc
+itoe1
+i1toh
+i1tol
+i1tom
+i1ton
+i1tor.
+i1tors
+i1tose
+i1tot
+i1t1our
+i1tpal
+it2p
+i1tra.
+it2r
+i1trac
+i1tradi
+i1trai
+i1tral
+i1tren.
+i1tret
+i1trick
+itri1e.
+itri1ew
+i1tro.
+i1trog
+i1tr1o2p
+i1trov
+i1trow
+i1try
+itsa1g
+it1ski1
+its1taf
+its1t1ea
+it1ste
+its1t1ee
+its1tes
+its1tol
+it1sto
+its1ton
+its1träu
+it1st2r
+its1tur
+i1t1sym
+it1sy
+i1tt.
+i1tt'
+i1tta2p
+it1ta
+i1tte.
+i1ttee
+i1tt1en1
+i1tte2p
+i1tterm
+itt1er
+i1ttet
+i1tteu
+i1tt1ev1
+i1ttin
+i1ttis
+i1tts
+i1ttäg1
+i1tuna.
+itun2a1
+itungs1
+ituri1e
+i1turm
+i1turn
+i1tus
+itus1t
+itut2s1
+itv1e
+i1twaf
+i1tw1ag
+i1twic
+1ity.
+itzi1en1
+it1zman
+i1tzwas
+i1tzwo
+i1tã
+i1täg1
+i1täl
+itäts1c
+i1täu
+i1té
+i1tür
+iug1
+iumv1
+iu1m
+iungs1
+iurg1
+iusa1
+ius1o
+ius1sc
+ius1st
+ius1ta
+iv1e
+ive1ll
+ive1nac
+iven1
+iven2a
+ive1n1es
+ive1se
+ivial1
+ivi1en1
+ivo1n
+ivo1r.
+iw1a
+iwa1r.
+iwei1s.
+iwäg1
+izei1ne
+iz2e
+ize1ll
+ize1ma
+ize1mi
+ize1sh
+izi1e1ll
+izi1en1
+izi1erg
+izi1ern
+izi1err
+izob1
+izt1er
+izv1e
+izwei2
+izz1ut
+izöl1
+ißint1
+iäs1
+ièt1
+jaa1n
+jab1er
+jade1l
+jade1ri
+jae1n1
+jagi1
+jahrs1
+j2ahr
+jai1
+ja1ll
+ja1m1a
+ja1mb1
+jami1t
+jand1
+janvi1
+ja1nü
+ja1reg
+ja1ruf
+j1aru
+jas1th
+jau1
+jaub1
+jauche1r
+jav1
+javi1
+jb1
+jci1
+jea1l
+jea1n'
+jea1nie
+j1eani
+jea1ns
+jee1
+jeg1
+je1hab
+je1hun
+je1hö
+je1lac
+je1lad
+je1las
+je1ler
+je1lit
+je1ll
+jelo1
+je1lä
+je1mac
+je1mals
+je1mei
+je1mes
+je1mm
+je1mü
+je1nau
+jen2a
+je1nie
+je1nom
+jen2o
+je1nos
+jen1t
+je1nus
+jen2u
+je1rad
+je1rau
+je1rec
+je1ret
+je1richt
+jeroe1
+je1ruf
+je1rä
+je1sac
+je1sam
+je1sch
+je1seh
+je1se1l
+j1e1shu
+je1sic
+je1s1of
+je1spen1
+jes2p
+je1ss
+je1ste
+je1sti
+je1sto
+je1stä
+jev1
+jevo1
+jewe1g1
+jeword1
+jg1er
+jhof1
+jib1
+jibb1
+ji1e.
+ji1ef
+jing1
+jm1
+jmeg1
+jmi1
+jners1
+jn1er
+jne1st
+jn1es
+joa1ne
+j1oa
+joa1ns
+joa1r
+j1oe1r
+j1oe1s
+joi1n
+j1oi
+jojo1
+j1oj
+jons1t
+jophi1
+j1o2p
+josb1
+j1oub1
+jouti1
+js1o
+jstet1
+jtb1
+jt1es
+jub1
+judo1
+jue1n1
+jue1r
+jug1
+juli1er
+juli1n
+ju1m1
+jun1
+jung1en
+jura1
+jurab1
+jura1ssi1
+juri1e.
+jus1o
+jwi1
+jyl1la
+jz1
+jäg1
+jät1er
+jæg1
+jæl1
+jörg1
+jørg1
+jüne1
+jürg1
+kaa1ns
+kabb1
+kabi1e
+kade1l
+kae1li
+kae1m
+kae1n1
+kai1g
+kai1n2o
+1kaj
+ka1leu
+ka1lic
+kali1e.
+ka1lle
+ka1llh
+ka1llm
+ka1lln
+ka1lls
+ka1llt
+ka1llu
+kalmani1
+ka1lö
+ka1m1a
+ka1mb1
+kameli1e
+ka1mel
+kam1mac
+ka1mma
+kanal1
+kan2a
+kand1
+kanit1
+ka1ref
+ka1re2p
+karg1er
+k1arg
+kari1e.
+k1ari
+kari1es
+k1aro1
+karri1
+k1arr
+kas1e1i
+ka1ssi1e.
+ka1ssi
+kaste1ll
+ka1stel
+kat1er
+katm1
+katri2
+ka1t2r
+kau1f.
+kau1fh
+kau1fku
+kau1fle
+kau1fli
+kau1fm
+kau1f2p
+kaufreun1
+kau1freu
+kau1frä
+kau1fsa
+kau1fs2p
+kaufs1tem
+ka1und
+kau2n
+kazi1e
+kaz1u
+k1b1ee
+kb1ein
+kb1enz
+kb1erg
+kb1err
+kb1ert
+kb1eu
+kb1oa1
+k1brü1
+kbänd1
+k1bä
+kd1e
+kdea1
+kdeg1
+kdun1
+kdös1
+kea1l
+k1ea1ne
+keaus1
+ke1b1ei
+keb1en
+kedg1
+kee1l
+keelun1
+kee1lu
+kee1n1
+kee1r
+kee1s
+ke1ha
+ke1hea
+ke1hel
+ke1her
+ke1ho
+kehrich1
+keh1ric
+kehrsat1
+ke1hu
+ke1hä
+ke1hö
+ke1hü
+keis1s
+keit1
+kei1ta
+kei1to
+keits1
+kei1tu
+keks1
+ke1land1
+1keldey
+ke1lev
+ke1lief
+ke1lis
+ke1ll.
+kellau1
+ke1llb
+ke1lle
+ke2llenk
+kellen1
+ke1lln
+ke1lls
+kellun1
+ke1lly
+ke1loc
+ke1los
+ke1lot
+kelv1e
+ke1mac
+ke1man
+ke1mas
+ke1mat
+kemb1
+ke1mei
+ke1mes
+ke1mm
+ke1mol
+ke1mun
+ke1mä
+ke1möl1
+ken1
+1kendri
+k1e1new
+kenhaus1
+kens1tag
+kens1tat.
+kens1t1rau1m
+kenst2r
+kenw1a
+kera1ll
+ke1rea
+ke1reg
+ke1reic
+ke1renn
+kere1ss
+ke1rest
+kerg1en
+kermi1t
+kerob1
+1kersh
+kersle1b
+kers1o
+ke1run1d
+kerv1e
+ke1sag1
+ke1sau
+ke1sc
+ke1see
+ke1ser
+ke1she
+ke1shi
+ke1si
+ke1s1oc
+ke1s1or
+ke1spi
+kes2p
+ke1spr
+ke1ssa
+ke1sse
+ke1ssh
+ke1ssi
+ke1ssl
+ke1st1ei
+ke1stem
+ke1st1er
+ke1stes
+ke1st1eu
+ke1st2r
+ke1stä
+ke1stü
+ke1su
+kesv1
+ke1sä
+ketv1
+ke1u1m
+ke1u2p
+ke1us.
+kev1e
+kfall1
+k1fal
+kfe1ll
+k1fel
+kfoli1
+kfun1
+kge1b1ea
+kg1ehen1
+k1gehe
+kg1ei
+kg1eni
+kg1enr
+kg1eu
+kglas1
+kha1ts
+khau1
+khaus1
+khee1
+kheits1
+khe1ll
+khi1er
+khint1
+khof1
+kh1ofs1
+khot1
+khun1
+khäs1c
+kia1l
+kibb1
+kibun1
+ki1ego
+k1ieg
+kie1ll
+ki1ella
+kiel1li
+ki1erf
+ki1ers.
+ki1ersa
+ki1ersb
+ki1ersf
+ki1ersg
+ki1ersk
+ki1ers2p
+ki1erss
+ki1ersv
+ki1erv
+kie1s
+kies1sa
+kies1st
+ki1et.
+ki1ety
+ki1ev
+1kiew
+ki1ewer
+ki1ewi
+ki1ex
+ki1gel
+ki1glä
+ki1gr
+ki1gä
+1kij
+kilau1
+kilb1
+kilo1
+kimb1
+ki1nat
+kin2a
+kinde1le
+kin1de
+kindv1
+kinni1e
+kin1ni
+1kin1n2o
+kin2o1
+kirg1
+k1irre1
+ki1rr
+kis1st
+kitt1el
+kiwi1
+kiz1
+kka1re
+kkau1
+kkitt1
+kkla1s
+kkle1b
+kklän1
+kko1re
+kkrü1
+klaa1
+klae1
+klan1gs
+klasse1r
+klas1s1o
+klau1
+klaub1
+klb1
+kle1b.
+kle1bb
+kle1bl
+kle1br
+kle1bs
+kle1bt
+kle1bu
+klecks1c
+klee1
+kleg1en
+kleri1e
+kle1us
+klili1
+klima1
+klin1g1el
+klivi1
+klän1g.
+kläus1
+klüb1
+kmal1
+kmani1
+km1arg1
+kmus1tes
+kmu1ste
+knabb1
+kn2a
+knag1
+kna1l
+knau1
+kneb1
+kne1ll
+kn1el
+kne1n2a
+kn1en1
+kne1st
+kn1es
+knev1
+kni1sc
+kni1s2p
+kni1st
+knob1
+kn2o
+knoe1
+koda1c
+k1od1e
+kode1n
+kodil1
+k1odi
+koffe1i
+k1olb1
+k2omi1t
+ko1mi
+1kons
+kont1er
+kopb1
+k1o2p
+korb1
+ko1ref
+ko1rev
+ko1rez
+korgi1
+korm1
+korsa1g
+korv1
+kos1e1n2a
+kosen1
+kos1sc
+kos1se
+kos1sh
+kos1st
+kos1te2p
+k1ost
+1k1ova
+koz1un
+kpe1s
+k2p
+kpit1
+kp1oi1
+kpri2
+kprämi1
+krabb1
+kra1ll
+krang1
+kre1bs1c
+kreg1
+kr1e1ier
+kreli1e
+kre1ss
+kre1st
+krich1t.
+kri1ens
+krien1
+krift1
+kri1ga
+krin1g1el
+kritt1
+kro1
+kr1oe1s
+krole1in
+kr1ole
+krue1
+krun1
+kränd1
+ksal1s1t
+ksa1mt
+ksatt1
+ksauri1
+kseb1
+kseh1
+ks1ei
+kse1ll
+ksen1
+kseri1e
+ksfall1
+ks1fal
+ksg1ene
+kski1e
+1kskrant
+ksleg1
+ksm1al
+ks1o.
+ksob1
+ks1od
+ks1of
+ks1on
+ks1os
+ks1ou
+ks1oz
+ks1s
+ksseri1
+ks1tabl
+ks1taf
+ks1tale
+ks1tanz
+ks1tat.
+ks1tau1m
+ks1tausc
+ks1tax
+ks1t1eam1
+kst1ea
+ks1t1ee
+k2s1t1eil1
+kst1ei
+ks1tend
+kst1en1
+ks1term
+kst1er
+ks1terr
+ks1tis
+ks1tit
+ks1t1oa
+ks1tod
+ks1tor.
+ks1tot
+ks1tow
+ks1trad
+kst2r
+ks1tres
+ks1trib
+ks1tril
+ks1tul
+ks1tus
+ks1töl
+ks1tüm
+ks1tüte
+ksäng1
+ktae1
+k1tags1
+ktail1
+kta1ll
+ktd1e
+kt1e1di
+kt1eet
+kt1ef
+kte1h
+kt1ei
+kt1ele
+kt1eln
+kt1elo
+kt1elt
+kt1ema
+kte1mac
+kt1erc
+kt1erem
+kt1erer.
+kt1eres
+kte1ric
+kt1eri1e
+kterie1l
+kt1ersu
+kterz1
+kte1sa
+kte1sc
+kte1s2p
+kte1st
+kt1eu
+ktev1
+ktfall1
+kt1fal
+kthi1e
+kti1e.
+kti1en1
+ktob1
+ktral1
+kt2r
+ktro1
+ktsa1m
+kts1trun1
+kt1st2r
+ktt1el
+k1tus
+kubun1
+kug1
+kulec1
+kun1d
+kun1ga
+kuni1g
+kunt1er.
+kuri1e.
+kurs1tu
+kurv1
+kuseri1
+kus1sc
+kus1sek
+kus1sens
+ku1ssen1
+ku1s1set
+kus1son
+ku1sso
+kus1t1ee
+ku1ste
+kus1tor
+kut1ei
+kuwei1
+kvee1
+kv1erb
+kv1erd
+kv1ere
+kv1erf
+kv1erg
+kv1erha
+kv1erk
+kv1erl
+kv1erm
+kv1ern
+kv1er2p
+kv1err
+kv1ers
+kv1ert
+kv1erw
+kv1erz
+kv1erä
+kw1ar
+kw1ie
+kwä1
+kyfa1
+kylb1
+1ky2p
+kyri1
+kyrie1
+kz1uges
+1ká
+käi1
+kä1rg1
+käs1chen1
+käse1l
+käs1st
+käs1tu
+köt1
+kött1
+küg1
+kümb1
+küre1i
+kütt1
+laa1c
+laa1rt
+lab1ela
+la1bel
+lab1er
+1labor.
+la1bo
+1labors
+la1brü1
+la1br
+labs1o
+la1chi2p
+lade1re
+1ladew
+ladi1er
+1ladu
+1lady
+lae1nd
+laen1
+lae1s.
+lafe2
+lag1erei
+lag1eres
+la1gerin
+lag1erun
+lag1erän
+la1gerä
+lage1sc
+lage1s2t
+la1gsdo
+la1gst2r
+laha1t
+lai1
+1laib1
+laig1
+lain1i2
+la1la1l
+la1lau
+la1law1
+la1ll
+la1los
+la1lö
+la1me1l
+lami1g
+lami1t.
+la1mts1
+land1
+1lan1dai
+1landau
+1landf
+1lan2dh
+landi1e
+1landrä
+1landsc
+1landu
+lang1ebe
+lan1geb
+lan1ge1h
+1langem
+langenma1l
+lan1g1enm
+1langw
+la1nov
+lan2o
+lanti1e.
+lan1ti
+lanti1g
+lan1z1u
+lappschaf1
+la2p
+lap2p
+la1reu
+la1riv
+l1ari
+2l1arm
+la1rob1
+l1aro
+las1see
+lassisti1
+la1ssi
+la1ssis
+las1sto
+las1st2r
+las1tas
+la1sta
+la2s1t1eil1
+last1ei
+la1s1tel
+las1t1em2p
+1last1er
+las1tier
+la1stie
+las1tor
+las1tub1
+las1tur
+latal1
+la1ta
+lat1eau
+lat1el
+lat1em
+lat1er
+latsa1m
+la1tv1
+1laub.
+lau1fa
+lau1fm
+lau1fpl
+lauf2p
+lau1fs.
+laulun1
+1laura
+1laute
+1laut2s
+lav1a1ro
+lavo1r.
+law1
+laz1u
+lbb1ei
+lb1eat
+l1bea
+lbeb1
+lb1ebe
+lb1eer
+l1bee
+lb2eerd
+lb1ei.
+lb1eia
+lb1eib
+lb1eic
+lb1eid
+lb1eif
+lb1eig
+lb1ein
+lb1ei2p
+lb1eita
+lb1eite
+lb1eito
+lb1eiz
+l1be1ll
+lb1enb
+lb1enf
+lb1eng
+lb1enh
+lb1enk
+lb1enm
+lb1enn
+lb1en2p
+lb1enr
+lb1ens
+lb1en1t
+lb1env
+lb1enw
+lb1enz
+lb1enä
+lb1er.
+lb1eran
+lb1erb
+lb1erc
+lb1erd
+lb1ere.
+lb1eres
+lb1erf
+lb1erg
+lb1erh
+lb1eris
+lb1erk
+lb1erl
+lb1erm
+lb1ern
+lb1ero
+lb1er2p
+lb1err
+lb1ers
+lberschaf1
+lb1ert
+lb1erun
+lb1erw
+lb1erz
+lb1esel
+lb1esen
+lb1etag
+lb1eta2p
+lb1ex
+lbing1
+lbi1s
+lbla1s
+lblei1b.
+lb1oa1
+lbrech1t.
+l1brü1
+lbub1
+lbänd1
+l1bä
+lcat1
+lce1l
+l1cheri
+l1chm
+lchschaf1
+lchtrich1
+lcht2r
+lda1ll
+ldau1f.
+ldbeg1
+ldche2
+lde1leu
+lde1lis
+lde1mac
+ld1ema
+lde1mas
+lde1min
+l1d1emi
+ld1e1mod
+lde1nam
+l1den2a
+ldensle1
+ld1ensl
+lde1rec
+ld1e1reg
+lderm1al
+lde1sat
+lde1sc
+lde1ser
+lde1sk
+lde1st
+ldi1er.
+ldi1ers
+ldm1al
+ldossi1
+l1dos
+ldritt1
+l1drit
+ldrös1
+l1drö
+lds1tag
+ldweb1
+ldz1ug
+ldös1
+lea1l
+lea1nin
+l1eani
+l1ea1ns.
+lea1nse
+lea1ns2p
+1l1e1arn
+le1b's
+leb1enb
+le1b1ene
+leb1eng
+lebens1t
+leb1enz
+leberech1
+le1berec
+le1bes
+lebrech1
+le1bsa1
+led2
+lee1ne
+leen1
+lee1ns.
+leere1ss
+l1ee1re
+lee1s
+legan1
+leg1enb
+leg1end
+leg1enf
+leg1enk
+leg1en2p
+leg1enr
+leg1ens.
+leg1env
+leg1enw
+1legn
+1legt
+1legun
+le1haa1
+le1hal
+le1ham
+le1har
+le1hau
+le1hea
+le1herd
+le1hil
+1lehn
+le1ho
+le1hy
+le1hä
+le1hö
+le1hü
+lei1br
+1leid.
+1leide
+1leids
+l2eim1m
+lei1nam
+lein2a
+le1in1du
+1lein1en1
+lei1nie
+lein1i
+leinsa1m
+leischla1
+lei1sc
+lei1s1st2r
+1leit
+leiti1e
+1lektü
+le1lac
+le1lade
+le1lag1
+le1lam
+le1lau
+l2e1leh
+le1lese
+le1lim
+le1li2p
+lellau1
+le1loc
+le1lot
+le1lou
+le1luk
+le1lä
+le1mac
+le1m1arc
+le1med
+le1mei
+le1m1erl
+le1mes
+le1mme
+le1mmi
+le1mmo
+le1mor.
+le1mors
+le1mus
+lemv1e
+l1emv
+lemä1
+len1
+1l1endc
+le1nerd
+len1er
+le1n1euv
+len1geg1
+lenleg1
+le1note
+len2o
+l1e1nov
+lenslan1
+l1ensl
+lensle1b
+lens1o
+lenti1e.
+len1ti
+l1e1nua
+len2u
+lenw1a
+lenzun1
+l1enzv1
+lepra1
+le2p
+l2e1rad.
+le1rank
+lereb1
+le1rese
+le1rest
+le1rev
+le1rez
+lerg1eni
+le1rid
+le1ring
+l2e1riv
+lerob1
+lersle1b
+lers1on
+le1run1d
+lerv1ord
+le1rän
+leränd1
+l2e1rüc
+le1saa
+le1sac
+le1sah
+le1sal
+le1sa1m
+lesbi1er
+le1scha
+le1sche
+le1schr
+1leseb
+lese1h
+lese1la
+lese1le
+lese1m
+lese1ni
+lese1ring
+le1serv
+le1sex
+lesgi1
+le1shi
+le1sho
+le1sid
+lesi1e
+le1sig
+le1sil
+le1sir
+l1e1skin
+le1s1or
+le1spa
+les2p
+le1spe
+1le1ss.
+le1ssb
+le1sse.
+le1ssen1
+le1ssh
+le1ssi
+le1ssl
+1le1ssn
+le1sso
+le1ste
+le1sti
+le1stra
+lest2r
+le1stre
+le1stru
+le1stu
+le1stä
+le1stü
+1lesun
+lesv1
+le1sä
+leti1ers.
+l1eue2
+le1uf
+le1uma
+leu1m
+le1umö
+le1un1g
+1leutn
+lev1e
+levo1n
+1lexik
+1leß
+lfakt1
+lfall1
+l1fal
+lfe1la
+l1fel
+lfe1le
+lfe1ll
+lfe1ma
+lfe1rat
+lfe1rec
+l1fere
+lfe1se
+lfi1er
+l1fie
+lfleg1
+lfoli1
+lfsa1g
+lfs1tau
+l1fs1t1ea
+lfs1tri
+lfst2r
+l1fs1tru
+l1fs1tät1
+lfts1t
+lfun1d
+lfäng1
+l1ga
+lgeg1end
+lg1ehen1
+l1gehe
+lg1eher
+lg1ei
+lge1in
+lge1la
+lge1li
+lgelun1
+lge1lä
+lge1m
+1lgemuth.
+lge1mu
+lg1en.
+lg1enb
+lg1enc
+lg1end
+lg1en1en1
+lg1en1er
+lg1enf
+lg1eng
+lg1enh
+lg1eni
+lg1enk
+lg1enl
+lg1enm
+lg1enn
+lg1en2p
+lg1enr
+lg1ens
+l1g1ensb
+lg1en1t
+lg1env
+lg1enw
+lg1enz
+lge1rec
+lge1reg
+lg1eren
+lge1rfi
+lg1erf
+lg1eri1e
+lg1erin
+lg1eris
+lgers1s
+lg1ers
+lgeränd1
+l1gerä
+lge1sen
+lge1s2p
+lge1s2t
+lge1sz
+lg1eu
+lgi1en1
+lgi1erg
+lgi1ern
+lgla1s
+lglas1t
+lgras1
+lgs1tra
+lgst2r
+lgs1tre
+lgs1tru
+l1gó
+lhaus1t
+lhea1
+lheb1
+lhee1
+lhe1ll
+lhi1era
+lhint1
+lhun1
+lhäs1
+lhös1
+liab1
+liai1
+libb1
+lib1er
+libi1
+1libre
+lici1er
+lic1ki.
+lic1ky
+lidea1
+1lieb
+lieb1elei
+lieb1er
+lie1b1esc
+lieb1est2r
+1liede
+li1ee
+li1efa
+li1efb
+li1efg
+li1efh
+li1efk
+li1efl
+li1efo
+li1efsc
+li1efw
+1l1ieg
+li1egl
+li1egr
+li1eha
+l1ie1h
+li1ei
+li1eku
+li1el
+li1en1
+li1epi
+l1ie2p
+li1erad
+li1erec
+li1eres
+li1eri.
+li1erli
+li1ers'
+li1ersi
+li1ersl
+li1erti
+li1ertü
+1liesc
+lies1che
+lie1sch
+1liese
+li1eth
+li1ett
+li1eu
+1lieut
+li1ewi
+li1ez.
+1lift
+1ligac
+li1gart
+1ligas
+1ligav
+ligen1fal1
+lig1en
+li1gera
+li1gew
+ligi1er.
+1ligis
+li1git
+ligni1s
+liguri1
+likai1
+1likö
+lila1r
+lili1e.
+lime1l
+lime2s
+limi1t
+limm1
+limunt1
+li1na1t2r
+lin2a
+line1u
+ling1eli
+lin1gel
+ling1en
+ling1ere
+ling1eri
+lingrun1
+1lingu
+1lini1e.
+lin1i
+1lini1en1
+1linse.
+1linsen1
+1lippi
+li2p
+lip2p
+liqui1
+lisa1m
+lischau1fsä
+lis1tag
+lis1th
+li1t2ea
+lit1eli
+litz1
+liu1m1
+lius1t
+livi1er
+1livr
+liz1
+li1zei1t
+liz2e
+ljea1
+ljoe1
+l1kac
+lkai1
+2lkal
+l1kam
+lkani1e
+lkape1
+lka2p
+l1kart
+lkeb1
+l1ken1
+l1kers.
+lke1st
+l1ket
+lkg1en
+l1kh
+lkitt1
+lkke1
+lklan1
+lkla1s
+lkle1b
+l1kli
+lklän1
+l1km
+l1ko
+lkora1
+l1kru
+lks1tag
+lks1ton.
+lks1tra
+lkst2r
+lks1tu1m
+lksv1e
+lkt1er
+lku1m1
+lkurs1
+lkv1
+1ll'a
+1ll'e
+1ll'i
+1ll'o1
+1ll'u
+1lla.
+1lla'
+1llaa
+1llaba
+1lla1bd
+1llabh
+1llabl
+1lla1br
+1lla1bsa
+1llabsc
+1llabs2p
+1lla1bsä
+1lla1bz
+1llaci
+1llacy
+1llada
+1lladi
+1lladl
+1llads
+1llae
+llag1er
+l1lags
+1llain
+llai1
+1llaio
+1llaks
+1llam.
+1llamar
+lla1ma
+1llamm
+1lla1mo
+1llan.
+1llane
+1llanh
+1llani
+1llanj
+1llank
+1llanli
+1llanm
+1llan2o
+1llan2p
+1llans.
+1llansa
+1llansw
+1llansä
+1llan1t.
+1llante
+1llan1tu
+1llantw
+1llan2u
+1llanv
+1llanw
+1llanä
+1llanü
+1llao
+1llapa
+lla2p
+l1lappe
+lla2p2p
+1llappl
+1llapr
+1ll1ari
+llari1e
+1l2l1arm
+lla1ros
+ll1aro
+lla1s
+1llas.
+1llasz
+1llat.
+1lla1ta
+2l1lat1ern
+llat1er
+1llativ1
+1llatm
+1llaun.
+llau2n
+1llauß
+1llav
+1llawe
+llaw1
+1llaz
+1llaí
+llbrech1
+1llcl
+1llcr
+lld1em
+1llds
+lldun1
+1lldä
+1lldö
+1llea.
+1lle1b.
+1lle1ba
+1lle1bo
+1lleg.
+1llega
+lleg1en
+1llegh
+1ll1e1gia
+1llego
+1llegr
+1lle1ha
+lle1her
+2l1lehr
+1llei.
+2l1leib
+1lleil
+lle1i1sc
+l1leist
+2l1leit
+1llej
+1llel.
+1lleli
+1llelo
+1llelu
+1llemag
+lle1mal
+1lleman
+lle1mar
+lle1mau
+1llemb
+1llemo
+1ll1em2p
+1llemä1
+1ll1ena.
+llen1
+llen2a
+1llenac
+1llenbos
+1llen1by
+1llendl
+1ll1enzy
+1llenä
+1lleo
+1lle2p
+1ller'
+1ll1era.
+1llerben
+1llerg1en.
+1llergene
+1llerg1eng
+1llerg1enm
+1llerg1ens
+1llergy
+1lleri.
+1lleria
+1llermai1
+lle1rose
+1llersb
+1llerset
+1llersl
+1llersons
+llers1on
+1llert.
+1llerton
+1lleru2m.
+lleru1m
+1llery
+1ll1erø
+lle1sa
+lle1s1ei
+lle1sek
+1llesh
+lle1sha
+lle1spr
+lles2p
+1lle1sta
+1lleti
+lleti1er.
+1lleto
+1lletti
+1lletu
+l1l1euc
+lle1un
+1lleus
+l1leut
+l1lexi
+1lley
+1llez.
+llfeg1
+1llfö
+1llfüe
+1llg.
+1llg1elb
+1llgrü
+1llgy
+1llgä
+1llgö
+1llh1ard
+1llheim1
+1lli.
+1llia
+llib1
+1llibi1
+1llibl
+1ll1ic.
+1llica
+1llicb
+1llicf
+1llicg
+1lliche
+1llici
+1llicl
+1llics
+1llict
+1llicu
+1llie.
+2l1lieb
+l1lief
+1lli1en1
+1llier.
+lli1er'
+1lliers
+lli1ers.
+lli1et
+l1li1eu
+1lli1ev
+2lliga.
+l1ligam
+1lligå
+1llii
+1llike
+1lliko
+1llimi
+1llin.
+1llin2a
+lli1nan
+1llinc
+1lling
+1llini.
+llin1i
+l1linie
+1llinn
+1llin2o
+2l1linse.
+1llinst
+1llint
+1llin2u
+1llio
+1llips
+lli2p
+1llis.
+1llisa
+1llisc
+1llish
+1llisi
+1llism
+1llisé
+1llit.
+1lliti
+1llits
+1lliu
+1lliv
+1lliw
+1lliè
+1llié
+1llka.
+llkau1
+1llkitteln
+llkitt1
+llkitt1el
+llkrü1
+ll1l
+lllau1
+l1lloo1
+1lllö
+1llman.
+1llmar.
+1llmars
+1llmer
+1llmy
+1llnasho
+lln2a
+1llners
+lln1er
+1llnh
+1llny
+1llnä
+1llo.
+1llo'
+1ll1oa
+llob1
+1ll1obl
+1llof
+l1l1ogo
+1llogr
+l1lohn1
+1llohr
+1ll1oi
+2lloks
+1llom
+1llon.
+1llone
+1llons
+1ll1oo.
+lloo1
+1llopr
+ll1o2p
+lloqui1
+ll1oq
+1llor.
+1llor'
+1llora
+1llorc
+1llore
+1llorg
+1llori
+llo1rit
+1llorn
+1llorq
+1ll1ory
+l1losen1
+l1l1osi
+1llot.
+1llout
+1llow
+1ll1ox
+1ll1oy
+1lloz
+1lloè
+1lloù
+1lloń
+1llpü
+ll2p
+1llr1osa
+1lls'
+llsa1m
+ll1sa
+1llsid
+ll1si
+ll1so
+lls1tag
+ll1st
+1llston
+lls1tor
+1ll1tags1
+llt1ei
+lltrich1
+llt2r
+1llu.
+1lluc
+1lluh
+1llul
+1llumg
+llu1m
+1llumr
+1llunf
+llungs1
+1llurg
+1llurn
+1llus.
+llus1c
+1lluv
+1lluz
+1llvei
+1llvä
+1llvö
+1llwö
+1lly'
+llye1r
+1llyg
+1llyk
+1llyn
+1llyr
+1llys
+llzun1
+1llzw
+1llá
+1llâ
+l1läc
+l1läd
+1llähn
+2llän
+l1läs
+1lläug
+1llè
+1llé
+1llë
+1llí
+1lló
+1llô
+l1löh
+1llø
+1llù
+l1lüc
+1llür
+l1lüs
+1llā
+1ll┊
+lmai1
+lm1ale
+lmati1e
+lmeb1
+lmee1
+lmerg1
+lme1sc
+lme1st
+lmeta1
+lmeti1
+lmi1er.
+lmi1eri
+lmi1ers
+lmint1
+lmi1r
+lmi1to
+lmleg1
+lm1m
+lms1o
+lmus1s
+lmv1e
+lnag1
+ln2a
+lneg1
+lne1ss
+ln1es
+lne1st
+lnirg1
+lni1sc
+lnsa1
+1load
+l1oa
+lobb1
+lob1el
+l1obe
+lob1ese
+1lobos
+l1obo
+1lochk
+1lo1chs
+1lochä
+1locki
+l1odb1
+lo1di1en1
+l1odi
+loe1m
+1logik
+l1ogi
+lohn1
+loi1c
+l1oi
+1lokal1
+lolau1
+lol1lan
+lomg1
+l2omi1t
+lo1mi
+lommi1
+lomä1
+1londo
+1longu
+loni1er.
+lon1i
+loo1
+lo1oi1
+1l1ook
+lo1rei
+lo1rez
+lorgi1
+1lorgn
+lo1rol
+lo1rom
+l1o1rou
+lorv1
+lorz2e1
+lose1h
+1loser
+1loses
+losi1e.
+l1osi
+1losig
+los1o
+los1sag
+los1sch
+los1seg
+los1s1ei
+los1spr
+loss2p
+los1sta
+los1tag
+l1ost
+los1tanz
+los1tic
+los1tob1
+los1tro
+lost2r
+1losun
+l1osu
+lotos1
+1lo1ttl
+lotus1
+1loun1g
+lours1
+l1our
+1loye
+l1oy
+lpe1ll
+l2p
+lpe1ros
+lp1oi1
+lpri2
+lprämi1
+lputt1
+lrai1
+lra1l
+lrei1s1c
+lreli1e
+lre1ss
+lre1st
+lrou1
+lrun1
+lränd1
+lrös1c
+l1sa
+lsaa1
+lsabb1
+lsa1le
+lsa1mm
+lsa1m2p
+lsa1mt
+lsaus1
+l1sb
+ls1chak
+ls1chor.
+ls1chör
+l1sco
+l1sd
+l1se
+ls1ei
+lse1ma
+lsen1
+lseri1e
+l1sf
+lsfall1
+ls1fal
+l1sg
+lsg1ene
+l1sh
+lshof1
+l1si
+l1sj
+l1sk
+lski1e
+l1sl
+lsleg1
+l1sm
+l1sn
+lsob1
+ls1of
+ls1oge
+ls1ol
+ls1on
+ls1os
+ls1ou1
+l1soz
+l1s2p
+l1sr
+l1s1s
+ls2sl
+l1st
+ls1tabl
+ls1tage
+ls1tal.
+ls1tanz.
+ls1tas
+ls1tat.
+ls1tate
+ls1tau1m
+ls1t1eic
+lst1ei
+l2s1t1eil1
+l1ste1mm
+ls1tend
+lst1en1
+ls1tex
+ls1tha
+ls1tho
+ls1tier
+ls1tir
+ls1tis
+ls1tor.
+ls1tor2p
+ls1tot
+ls1tou1
+ls1trac
+lst2r
+ls1tre2p
+ls1trib
+ls1tril
+ls1turme
+ls1täte
+lstät1
+ls1täti
+ls1täu
+ls1türl
+l1su
+l1sun1d
+lsun1ge
+l1sv
+lsv1e
+lsv2erh
+l1sw
+l1sy
+l1sz
+l1sä
+lsäng1
+l1sü
+l1tags1
+lta1ll
+ltati1e
+ltau1flö
+ltaus1s
+lt1eck
+lt1edl
+lte1ha
+lt1el.
+lt1eln
+lt1els
+lt1elt
+lt1elu
+lt1elv
+lt2enas
+lt1en1
+lten2a
+lt1er
+lt2eresi
+lt2er1ieg
+lt2eriem
+lt2ering
+lterma1l
+lters1tic
+lters1toc
+lte1sc
+lt1eser
+lt1esk
+lte1st
+lt1eva
+lt1exa
+l1t1exk
+ltfall1
+lt1fal
+1lth.
+ltha1t
+1lth2p
+lti1eri
+lti1go
+lti1gr
+ltmeta1
+ltoe1
+ltra1l
+lt2r
+ltra1u2n
+lts1tab
+lts1t1ea
+lt1ste
+lts1ton
+lt1sto
+lts1tri
+lt1st2r
+lts1tüt
+ltsv1e
+ltt1el
+ltungs1
+ltät1
+ltäts1
+ltätsau1
+1luc.
+lue1l
+lue1se
+lue1sm
+lues1se
+lue1ss
+1luft
+luga1l
+lug1eb
+lugrun1
+lu1grö1
+lugsa1m
+1luis1
+lumbi1e
+lu1m
+lumgeg1
+lum1ma
+lumni1s
+1lum2p
+1lunc
+lun1d
+1lundv
+lun1ga
+lung1en
+lun1g1enm
+lun1gg
+lun1gl
+lun1gm
+lunke1l
+lun1ti1
+lunv1
+lusi1e
+lus1o
+lus1tin
+lus1tor
+lut1eb
+lut1eg
+luteti1
+luthan1
+luthi1
+luu1
+luvi1
+1luxl
+1luxs
+1luxu
+lvai1
+lvee1
+lv1era
+lv1erb
+lv1erd
+lv1ere
+lv1erf
+lv1erg
+lv1erha
+lv1erhü
+lv1erj
+lv1erk
+lv1erl
+lv1erm
+lv1ern
+lv1ero
+lv1er2p
+lv1err
+lv1ers
+lv1ert
+lv1eru
+lv1erv
+lv1erw
+lv1erz
+lv1erä
+lv1erö
+lvis1t
+lv1ore
+lw1ar
+lwa1r.
+lw1at1
+lweb1
+lwe1ger
+lweib1
+lweide1r
+lwen1
+lyb1
+lyfe1
+1lyh
+lympi1
+lym2p
+1lynn1
+lyv1
+lyäs1
+lza1ll
+lzeb1
+lz2e
+lze1lei
+lze1ll
+lze1st
+lzher1r.
+lzimi1
+lzob1
+lzt1ee
+lz1ugl
+lz1urr
+lzv1e
+lzz1ub
+1läch
+1läde
+1lähm
+läi1
+1läm2p
+länd1
+lände1l
+län1e1m
+länt1
+1lä2p2p
+lä2p
+1läss
+1läuf
+läums1
+läu1m1
+1läut
+1læ
+léb1
+lég1
+1löcher
+lödi2
+löd1
+1löffe
+1lösu
+1löw
+1lüf
+1lüg
+1lüm
+lüme1l
+lüng1
+m'g1
+ma1a1rte
+ma1brü1
+ma1br
+mabänd1
+ma1bä
+1machd
+1mache.
+ma1chem
+1machen1
+1machf
+1machst
+1macht
+1machu
+mac1kenz
+macken1
+mad1
+madelun1
+ma1delu
+maeg1
+mae1n.
+maen1
+1maga
+1magd
+mag1elu
+magelun1
+magg1
+magi1er.
+magi1eri
+magi1ers
+magi1ert
+maha1t
+1mahl
+mai1c
+1maid1
+mai1g
+mai1n.
+mai1nb
+mai1ne
+mai1nf
+mai1nk
+mai1nl
+mai1n2p
+mai1ns.
+mai1nta
+mai1nw
+mai1nz
+1make
+makt1er
+m1ala
+ma1la1bo
+m1alb
+m1alc
+m1ald
+malee1
+m1alei
+m1alem
+1malen1
+m1alent
+1m1aler
+m1alf
+m1alg
+m1alh
+mali1er
+mali1es
+m1alk
+m1all
+ma1ll.
+ma1ll'
+ma1llam
+ma1llan
+mal1la2p
+ma1llar
+ma1llb
+ma1lle.
+mal1lei
+ma1llem
+ma1ller
+ma1lles
+ma1llet
+ma1llg
+malli2
+mal1lic
+ma1llm
+mal1log
+ma1ll2p
+ma1lls
+ma1llt
+ma1llv
+m1alm
+m1aln
+m1alo
+m1al2p
+m1alq
+m1alr
+m1al1sa
+m1alsc
+m1al1se
+m1also
+m1al1s2p
+m1al1st
+m1alt
+m1alv
+malv1e
+m1alw
+m1alz
+ma1m1a
+1man'
+1manag
+man2a
+1manch
+manci1e
+mand1e
+ma1neb
+mane1se
+man1es
+ma1neu
+mangfal1l.
+mangfall1
+mang1fal
+1manik
+1mani2p
+1mann.
+1mannat
+man1n2a
+1mann1es
+1manns
+mant1ello
+manti1g
+man1ti
+1manus
+man2u
+1manö
+maob1
+1mappe
+ma2p
+map2p
+1marci
+m1arc
+ma1ref
+ma1re1st
+m1ares
+marg1er
+m1arg
+1markf
+m1ark
+1marki
+1mark2p
+1markt
+1marku
+marma1l
+m1arm
+marni1er
+m1arn
+marni1s
+1marí
+ma1rü
+mas1ch1era.
+mas1chere
+1mask
+1massa
+1mast.
+1mastb
+mas1tor
+1masts
+mat1ela
+1mater
+mat1eri1e.
+mathe1rs'
+ma1th
+1matra
+ma1t2r
+1matz
+maub1
+1mauer
+1maul1
+ma1umr
+mau1m
+ma1unt
+mau2n
+mauri1e
+maus1t2r
+ma1uta
+mav2erh
+mav1e
+1maxi
+1mayr
+1maß
+mba1ras
+mb1eac
+m1bea
+mb2ed
+m1b1ee1
+mb1ei.
+mb1eig
+mb1ein
+mb1eli
+mb1elo
+mb1enc
+mb1eni
+mb1enk
+mb1enm
+mb1ens
+mb1en1t
+mb1env
+mb1enz
+mb1er.
+mb1erb
+mb1erd
+mb1erf
+mb1erg
+mb1erh
+mb1erj
+mb1erk
+mb1erl
+mb1erm
+mb1ern
+mb1ero
+mb1er2p
+mb1err
+mb1ers
+mb1ert
+mb1erw
+mb1erz
+mb1eu
+mb1eut1
+mb1ey
+mbi1erd
+mbi1eri
+mbi1s
+mb1oi1
+m1bol1
+mbrech1
+mbrich1
+m1brü1
+m1burg1
+mbusb1
+m1bus
+mbu1s1so
+mbus1s2p
+mbus1st
+mbänd1
+m1bä
+mc1ka
+mc1ku
+mdea1
+md1em
+mde1st
+mdg1eh
+mdidi1
+mdie1
+mdritt1
+m1drit
+mdzug1
+mdös1c
+1mead
+m1ea1ls
+m1ea1ni
+mea1ns
+mea1n1t.
+mea1ra
+mea1re
+meat1
+meaus1
+meb1en
+me1de1ll
+me1di1en1
+me1di
+mee1h
+mee1int
+mee1l
+m1ee1r.
+mee1rd
+mee1rh
+mee1rs.
+mee1s
+1meet
+meg1en.
+megg1
+me1haa1
+me1hal
+me1han
+me1hau
+me1hef
+me1hei
+me1hem
+me1hi
+1mehl
+me1hou
+1mehr
+me1hu
+me1hä
+me1hü
+meini1e
+mein1i
+me1iso
+1meiss
+melde1i
+melde1s
+me1leb
+1melget2r
+me1lic
+me1list
+me1ll.
+me1llar
+mellau1
+me1llb
+me1lld
+mellde1
+me1lle.
+me1llem
+me1llen1
+me1ller
+me1lles
+me1llf
+me1llg
+me1llh
+me1llk
+me1ll1l
+me1llm
+me1ll2p
+me1llr
+me1lls
+me1llt
+me1llw
+me1lly
+me1llz
+me1llü
+mels1tem
+mel1st
+meltrich1
+melt2r
+melz1u
+me1län
+me1mac
+me1mad1
+me1ma2p
+me1mar
+me1mas
+me1mat
+me1mau
+memb1
+me1mie
+me1misc
+me1mm
+me1mod
+me1mom
+me1mu
+me1mä
+men1
+menco1
+m1enee1
+1menge.
+menge1rech1
+men1kau1
+menrech1t1en1
+mensa2u1fg
+mens1tag
+mens1tanz
+mens1tor
+mens1trun1
+menst2r
+menz1un1g
+menzu1r
+1menö
+1menü
+m1er.
+m1era
+mera1c
+mera1la
+mera1ll
+merasi1e
+m1erasi
+mera1ut
+m1erb
+m1erc
+m1erdu
+m1ere
+me1reic
+me1resi
+mere1ss
+me1rest
+me1rez
+mergeg1
+m1eri
+me1rif
+m1erk
+1m1erkm
+m1erl
+m1erma
+m1ern
+m1ero
+me1roh
+m1er2p
+m1err
+m1ers
+m2ersel
+mers1o
+mers1s
+m1ert
+m1eru
+me1ru1m
+m1erv
+me1rän
+meränd1
+me1rät
+m1erö
+me1röh
+m1erü
+m2e1rüc
+me1saa
+me1sam
+m1e1sce
+me1schr
+me1scr
+me1see
+me1seh
+me1send
+me1senk
+me1sens
+me1seq
+me1ser
+mes1fah1
+me1sig
+mes1on
+me1sond
+me1spi
+mes2p
+me1spu
+me1ss
+me2ssc
+1messer
+messerschaf1
+1messg
+messi1er
+1mess1s
+1messu
+1me1ssw
+me2ssä
+me1ste
+mesti1
+me1stro
+mest2r
+me1stu
+me1suc
+me1sy
+me1sän
+meta1c
+meta1lla
+m1etall
+1meteo
+1metho
+meti1er
+mett2el
+1metzg
+me1u.
+me1u1m
+meuni1
+me1unt
+me1us.
+mev1e
+1mey
+1meß
+meßun1
+mfall1
+m1fal
+mfe1ll
+m1fel
+mfoli1
+mfun1
+mgab1
+mgangs1
+mg1ehen1
+m1gehe
+mg1ehun
+mg1enr
+mgla1s
+mgwer1
+mhang1
+1mhar
+mheb1
+mheg1
+mhe1ll
+mhint1
+mhof1
+mhot1
+mhun1
+mhus1s
+mia1ll
+mibi1
+1midd
+1mief.
+1miek.
+mi1en2a
+mien1
+mi1enb
+mi1end
+mi1enf
+mi1eng
+mi1enh
+mi1eni
+mi1enk
+mi1enl
+mi1enm
+mi1enn
+mi1en2p
+mi1enr
+mi1ens
+mi1ent
+mi1env
+mi1enw
+mi1enz
+mie1s
+mi1gam
+mi1geb
+mi1gef
+mi1gei
+mi1genr
+mig1en
+mi1geru
+mi1ge1s2t
+mi1gew
+migg1
+mi1git
+mi1gla
+mi1glä
+mi1gor
+mi1grav
+mi1grin
+mi1gur
+mi1gut
+miher1
+mihi1
+mih1r
+mikle1b
+milag1
+1milb1
+1milc
+1milk
+milka1
+minde1st
+min1de
+mindsi1
+1min1er
+mini1g
+min1i
+1minut
+min2u
+1minz
+mi1näc
+miob1
+mion1i1
+mira1ns
+mi1ra
+mi1rd
+mi1rg
+mi1rk
+mi1rt
+mirü1c
+mi1rü
+mi1s1chie
+miseri1
+misslun1
+mi1tac
+mi1tad
+mi1tag
+1mitar
+1mitb
+mi1tbo
+mi1tcha
+mi1te.
+mi1t1ee
+1mitg
+mi1tgut
+mi1tho
+mi1thy
+mi1tie
+mi1tou
+mi1tpu
+mit2p
+mitra1n
+mit2r
+mi1tre.
+mi1ts.
+mi1tsche
+mi1t1ta
+mi1ty
+mi1tz.
+mi1tz'
+mi1tzn
+mi1tz2p
+mi1tzt
+mi1tzv
+mi1tzwe
+m1itä
+miu1m1
+1mix.
+1mixt
+miz1
+mißlun1
+mkape1
+mka2p
+mkat1
+mkau1
+mklan1
+mkla1s
+mklun1
+mklän1
+mkora1
+mkot1
+mkring1
+mkrü1
+mlab1
+mlag1er
+mlat1
+mlau1
+mleg1en
+mle1sc
+mlili1
+mlungs1
+mmabe1
+1mmafa
+mm1ale
+mma1lin
+mm1a1ll
+mma1n2ic
+1mmans
+mmant1
+mmanz1
+mma1rec
+mma1reg
+mma1us.
+1mmb
+1mmc
+mmeb1
+m1mec
+mmee1
+mme1lad
+mmeli1e
+1mmendö
+mmen1
+mmenrech1t.
+1mm1ere
+mme2ssa
+mme1ss
+mme2ssi
+mme2ss2p
+mme2ssy
+1mmf
+1mmh
+1mmi.
+m1mich
+1mmid
+mmi1ei
+m1miet
+1mmig
+mmi1ga
+mmi1gl
+1mmih
+mmi1nas
+mmin2a
+mmint1
+1mmk
+mmleg1
+1mm1m
+m1mm.
+m1m1ole
+m1mom
+1mmor
+1mmou
+1mmow1
+1mm2p
+1mmr
+m1muf
+1mmur
+m1must
+mmut1
+1mmv
+mmv1e
+1mmw
+1mmy
+1mmz
+mmz1ug
+m1müt
+mneb1
+mne1st
+mn1es
+mni1sc
+mniv1
+mns1
+moa1ns.
+m1oa
+m1ob1i1
+mobil1
+mobili1e
+m1odal1
+m1od1e
+mod1e1me
+mode1st
+1modl
+1moe
+moe1n.
+m1oen1
+m1oe1s
+m1ofa1
+mohn1
+moi1n.
+m1oi
+moi1ns.
+moi1nse
+moint1
+1molc
+moleg1
+m1ole
+1molek
+1molk
+1m1oly
+mona1li
+mon2a
+1m1onat
+monde1l
+mo1n1ni1
+m1o1n2o1
+1monok
+1monol
+1montagea
+mon1tag
+1montagebef
+1montagee
+1montagef
+1montagel
+1montag1en
+1montag2e2p
+1montaget
+1monte.
+1mon1teu
+1monti.
+mon1ti
+1montie
+1monts
+1mon2u
+1moo1
+moos1s
+m1oos
+1mops
+m1o2p
+morbi1
+1morc
+1m1ord.
+1morde
+1mor1di
+1mords
+mo1ref
+morg1en
+mo1run
+mos1chin
+1mose.
+mos1e1i
+mos1o.
+mot1ei
+1motiva
+motiv1
+1motor
+1motz
+1moun
+1mout
+mouti1e
+1move.
+m1ov1e
+1moved
+mow1
+mowei1
+mpai1
+m2p
+1mpd
+mp1fa1l
+mpia1l
+mpi1el
+mpi1et
+mprech1
+mpti1
+mpuls1
+mpulun1
+1mpz
+mrai1
+mrau1
+mre1ss
+mre1st
+mrun1d
+mränd1
+mrös1
+msa1ll
+msa1m
+msams1
+msatt1
+ms1chara
+ms1chef
+mschlän1
+mseg1
+ms1ei
+mse1lls
+mse1lu
+mse1m
+msen1
+mseri1e
+mse1u
+msg1en
+mski1
+ms1of
+ms1ol
+ms2o1me
+ms1om
+ms1on
+ms1os
+ms1ou1
+ms1s
+mss1o
+ms1tag.
+ms1tal.
+ms1tas
+m2s1t1eil1
+mst1ei
+ms1term
+mst1er
+ms1tex
+ms1th
+ms1tier
+ms1torg
+ms1tou1
+ms1trai1
+mst2r
+ms1tre2p
+msung1
+1msø
+1mtb
+1mtc
+1mtd
+mt1ea
+1mt1ef
+mt1ei
+mt1ele
+mt1elt
+1mtene
+mt1en1
+mt1er
+mt1eta
+1mt1eu
+1mt1ev
+1mtf
+1mtg
+mtit1
+1mtj
+1mtk
+1mtm
+mtob1
+1mt2p
+1mtq
+mtrai1
+mt2r
+mts1chin
+mt1s1o
+mts1ton
+mt1sto
+mts1tät1
+mt1stä
+1mtt
+mttit1
+1mtv
+mtv1e
+1mtw
+1mtz
+mtät1
+mub1
+mue1nk
+muen1
+mue1ns
+mue1rs
+1muff
+mug1
+1muld
+multi1
+mulus1
+1mumi
+mu1m
+mumv1
+mun1d
+mun1gl
+mungs1
+mungs1tag1
+muni1e
+mus1cha
+mu1sch
+muse1m
+mus1o
+mus1sc
+mus1sz
+mutt1
+1mutte
+muz1
+1muß
+mvat1
+mv1era
+mv1erb
+mv1erd
+mv1erf
+mv1erg
+mv1erha
+mv1erhi
+mv1erk
+mv1erl
+mv1erm
+mv1err
+mv1ers
+mv1ert
+mv1eru
+mv1erw
+mv1erz
+mv1erä
+mvore1
+mw1ar
+mweb1
+mweg1
+mw1ien1
+mwä1
+myai1
+mydi1
+myog1
+1myt
+mzing1
+mzu1m1
+mz1un1g
+mz1upfe
+mzu2p
+mzuz1u
+1mäc
+1mäd
+1mäg
+1mähe
+1mäht
+mähunt1
+1mäk
+män1g1el
+1männ
+mänt1
+1mäss
+mätt1
+mäus1
+1mäß
+1mèt
+méti1
+môti1
+1möb1
+1mög
+1möl
+möps1
+mö2p
+1mör
+mörg1
+mört1
+mös1che
+1möw
+1mø
+1müd1
+1müe
+müg1
+1müh
+1mül
+1mün
+mürzz1
+1müs
+müse1l
+mütt1
+1mütz1
+1n't
+n2a
+nab1ei
+nabe1re
+nabrie1
+na1br
+na1brü1
+nabs1o
+1nachf
+1nachh
+1nachm
+1nachw
+nae1m
+naga1l
+nag1ell
+nag1elu
+nag1era
+nag1ere
+na1g1erä
+nagg1
+1nahe.
+nahe1l
+1nahen1
+1nahes
+1nahru
+n2ahr
+1naht
+nai1c
+nai1g
+nai1n
+na1laa
+na1land1
+naldun1
+na1lee
+n2a1len2a
+nalen1
+nali1e.
+nali1er
+na1lise
+na1ll'
+nal1lab
+nal1lac
+na1llak
+nal1lam
+nal1lat
+nal1lau1
+na1llb
+na1lld
+na1ller
+na1llg
+nal1lib1
+nal1lic
+nal1liga
+nal1list
+nal1lit
+nal1lot
+na1ll2p
+na1lls
+na1llt
+na1llz
+na1lok
+na1loro
+nami1t
+nanas1
+nan2a
+nanci1e
+na1nov
+nan2o
+nanti1e
+nan1ti
+nanzi1er.
+nanz1ug
+nan1zu
+1napf.
+na2p
+na1red
+na1reis
+n1arei
+na1re1st
+n1ares
+nari1e.
+n1ari
+nari1er
+na1ring
+1narr.
+n1arr
+narvo1n
+nasal1
+nase1l
+nase1re
+nas1sh
+nas1son
+nass1o
+nastasi1
+na1sta
+nat1er
+nat1es
+nati1e
+nat1s1ti
+natti1er
+na1tti
+1natur
+na1tv1
+naub1
+1naui
+na1u2m.
+nau1m
+naus1t1ei
+nau1ste
+navo1n
+naz1
+nazi1e
+1nazif
+nband1
+nbau1
+nb1eat
+n1bea
+nb1eic
+nb1eile
+nb1ein
+nb1eiz
+nb1eng
+nb1enz
+nb1er.
+nb1erc
+nb1erg
+nberg1er
+nb1ern
+nb1err
+nb1ert
+nb1esen
+nb1ey
+nbi1s
+nbit1
+nbla1s
+nblä1s
+nb1oa1
+nbon1i1
+n1bon
+nbo1n1ni1
+nbrech1
+nbrich1
+n1brü1
+nbub1
+1nbui
+n1burg1
+nbänd1
+n1bä
+nce1la
+nce1m
+nchi1en1
+nchs1c
+nc1oi1
+ncolli1
+ncot1
+ncount1
+ncou1
+ncre1s
+nda1m
+nda1red
+nda1rmt
+nd1arm
+nda1ros
+nd1aro
+nda1unt
+ndau2n
+nd1ea1le
+nd1ea1ls
+nde1he
+nde1ins2p
+nde1lad
+nde1land1
+ndelau1
+nde1lec
+nde1lek
+nde1lim
+nde1liz1
+nde1loc
+nde1los
+ndeländ2
+n1delä
+nde1man
+nd1ema
+nde1mar
+nde1mas
+nde1men1
+nd1e1met
+n1de1mu
+nde1nam
+n1den2a
+n1denf
+nd1e1nov
+n1den2o
+nde1rass
+nd1eras
+nde1rat.
+nde1rats
+nde1rech
+nd1erei
+nde1reib
+nde1reif
+ndergrun1
+nd1eri
+nde1ric
+nde1rom
+nderzu1r
+nd1erö
+n1desee1
+nde1sort
+ndes1or
+nde1stan
+nde1stau
+nde1stro
+ndest2r
+ndi1en2a
+n1dien1
+ndi1enb
+ndi1enf
+ndi1enh
+ndi1enk
+ndi1env
+ndi1eri
+2ndig1
+ndivi1
+n1div1
+ndom1m
+n1dom
+ndoo1
+ndore1
+ndrus1
+n1dru
+ndrös1c
+n1drö
+nds1chef
+ndt1er
+ndungs1
+ndös1c
+ne1b1ei
+1nebel
+neb1ela
+neb1eli
+neb2end
+n1ebl
+2ne1bo
+ned2
+nede1ss
+nedun1
+1neeg
+nee1h
+nee1ic
+nee1ig
+nee1l
+n1ee1n2a
+neen1
+1n1ee2p
+neg1en
+neg1era
+neg1ere
+n2eh
+ne1hac
+ne1hal
+ne1han
+ne1har
+ne1has
+ne1hat
+ne1hau
+ne1hei
+ne1heng
+nehen1
+ne1herd
+nehe1ri
+ne1herz
+nehev1
+ne1hi
+1nehm
+ne1ho
+ne1hu
+ne1hä
+n1ei
+ne1iere
+n1eier
+1neigu
+neinm1a
+ne1itä
+nekt1
+n1el
+n1e1laa
+ne1lad
+ne1land1
+ne1la2p
+ne1lass
+ne1law1
+ne1laz
+ne1leb
+ne1leu
+ne1lex
+ne1lic
+neli1er.
+n1elier
+ne1lies
+ne1li2p
+ne1lise
+ne1ll.
+ne1ll'
+nellau1
+ne1llb
+ne1llc
+ne1lld
+ne1lle.
+ne1llei
+ne1llem
+nelle1me
+ne1llen1
+ne1ller
+ne1lles
+ne1llf
+ne1llg
+ne1llh
+ne1lli
+ne1llk
+ne1ll1l
+ne1llm
+ne1lln
+ne1ll2p
+ne1llr
+ne1lls
+ne1llt
+ne1llu
+n2e1llv
+ne1llw
+ne1lly
+ne1llz
+ne1llü
+ne1loc
+ne1lok
+ne1lor
+ne1los
+ne1lud
+n1e1lun1d
+ne1lux
+nelz1
+ne1lég1
+n1elé
+n1em
+ne1mach
+ne1mag
+ne1mal
+ne1mam
+ne1m1ari
+ne1med
+neme1i
+ne1mel
+ne1ment
+nemen1
+ne1mil
+ne1min
+ne1mit
+ne1mme
+ne1mod
+ne1mut
+ne1mä
+ne1mü
+n1en1
+nend1rü
+ne1n2ic
+ne1nie
+nen1kau1
+nenleg1
+neob1
+n1e2p
+n1er
+n1e1raz
+ne1rec
+ne1reg
+ne1reic
+nere1id
+ne1renn
+ne1re2p
+nere1ss
+ne1rest
+ne1ri2p
+ne1rit
+1nerjo
+nerob1
+ne1roc
+nersa1m
+ne1ruf
+ne1rund
+nerungs1
+1nerv.
+ne1räu
+n2e1rüc
+n1es
+ne1sac
+ne1sak
+ne1sam
+ne1san
+ne1sch
+ne1seq
+n1e1serg
+ne1serv
+ne1set.
+ne1shi
+ne1sid
+ne1si1ec
+ne1sig
+ne1sir
+ne1sit
+ne1spe
+nes2p
+ne1spi
+ne1ssa
+ne1ssb
+ne1sse
+ne1ssf
+ne1ssg
+ne1ssh
+ne1ssi
+ne1ssl
+ne1ssm
+ne1ss2p
+ne1ssr
+ne1ss1s
+ne1ssv
+ne1ssz
+ne1ssü
+ne1s1tag
+ne1stec
+neste1ll
+ne1st1er
+ne1st1eu
+ne1sti
+ne1stra
+nest2r
+1ne1sts
+ne1stü
+ne1sö
+n1et
+1netn
+netrich1
+net2r
+netto1
+netv1
+1netz.
+1netz2e
+1n1eté
+1neu.
+1n1eub
+1n1eue
+1n1eug
+1neuh
+1neunz
+n1eurs1
+1n1euw
+newei1s
+n1ex
+1nexb
+1nexd
+1nexg
+1nexs
+nfakt1
+nfangs1t
+nfb1
+nfeg1
+nfe1ll
+n1fel
+nfib1
+nfoli1
+nft1el
+nft1s1t2r
+nftv1
+n1gab
+n1gac
+n1gad
+n1gag
+n1gal
+nga1lese
+nga1ll
+n1gan.
+n1gant
+n1ga2p
+n1gart
+n1gas
+n1ga1ta
+ngaus1
+n1gbet
+n1gbil
+n1gble
+n1gbod
+n1gbom
+n1g1brü1
+n1gc
+n1gde
+n1gdic
+n1gdon.
+ng1don
+n1gea
+n1geb
+nge1b1ea
+ng1ebene
+ngeb1en
+n1gec
+n1gee
+n1gef
+ng1eff
+n1geg
+ngeg1end
+n1geh
+ng1ehen1
+n1gehe
+ng1ehun
+ng1eid
+n1g1ein
+n1gek
+n1gel
+nge1lang
+ng1eled2
+ng1elet
+ng1elig
+ng1elit
+ng1ella
+ng1elos
+n1gema
+ng1en.
+ng1enab
+ngen2a
+ng1ena2p
+ng1enar
+ng1enat
+ng1enauf
+ng1enb
+n1genba
+n1genbü
+ng1enc
+ng1end
+n1gendo
+n1gene
+ng1ene.
+ng1en1em
+ng1en1en1
+ng1ener.
+ngen1er
+ng1en1ex
+n1g1enf
+ng1eng
+n1g1enh
+ng1enim
+ng1enin
+n1g1enj
+ng1enk
+n1g1enl
+ng1enm
+n1g1enn
+n1gen2o
+ng1enob1
+ng1en2p
+ng1enq
+ng1enr
+ng1ens
+n1gensa
+n1gensc
+n1gense
+n1gensi
+n1g1ensk
+n1genso
+n1gens2p
+n1genst
+n1ge2nsu
+n1gensä
+ng1en1t
+n1genta
+n1genth
+n1gen1to
+n1gent2r
+ng1enu1m
+ngen2u
+ng1enun
+ng1env
+ng1enw
+ng1enz
+n1genzw
+n1geo
+n1g2e2p
+n1g1er'
+ng1eres
+ng1ereu
+n1g1erh
+ng1erig
+n1gero
+ng1erung
+n1g1erz
+ngeränd1
+n1gerä
+ng1esl
+ng1e1ss
+n1geste
+nges2t
+ng1esw
+n1gev
+n1gewi
+n1gex
+ng1ey.
+n1gez
+n1gfad
+n1gfar
+n1gfet
+n1g1feu
+n1gflu
+n1gfrit
+n1gfun1
+n1gfül
+n1gg.
+n1ggas
+n1ggen
+ngg1eni
+n1ggra
+n1ggä
+n1ggü
+n1gh.
+n1gham.
+n1ghe.
+n1ghof1
+n1gh1olt
+n1ghöl
+n1gid
+n1gim
+n1gin
+n1gkof
+n1gkon
+n1gkun
+n1gkör
+n1gkü
+n1gl.
+ngla1s
+n1gley
+n1glin
+n1gmal
+n1gmat
+n1gmed
+n1gmo
+n1gnau
+ngn2a
+n1gn1er
+ngni1er
+n1gob
+n1gol
+n1gon
+n1gor
+ngo1re
+ngo1ric
+ng1o1ros
+n1gou
+n1gow
+n1gpal
+ng2p
+n1gpe
+n1gqua
+n1gque
+n1gra.
+n1grab1
+n1greg
+n1gres
+n1gric
+n1grä
+n1grü
+ngsa1g
+ngs1cham
+ngs1chec
+ngs1taf
+ngs1tant
+ngs1t1ea
+ngste1llt
+ngs1t1o2p
+ngs1tore
+ngs1tru2p
+ngst2r
+ngs1träu
+ngs1tub1
+n1gtab
+n1gte2p
+n1gtex
+n1gth
+n1gton
+n1gtun1
+n1gtü
+n1gua
+n1gue
+n1guh
+n1gui
+n1gu1m
+n1gunt
+n1gut
+n1gva
+n1gvi
+n1gw1ies
+n1gwo
+ngwoh1
+n1gwun1
+n1gy
+n1gå
+n1gé
+n1gö
+n1gü
+nhae1
+nhau1f
+nhaus1c
+nhaus1to
+nhea1
+nheb1
+nhee1
+nheg1
+nheil'g1
+nheil1
+nheits1
+nhe1ll
+nhems1
+nhi1era
+nhof1f.
+nhot1
+nhou1
+nhun1
+nhäng1er
+nhäs1c
+nhät1t.
+nhös1
+niai1
+niat1
+nibb1
+n2ic
+ni1ec1k
+1niede
+1nie1dr
+ni2ee
+ni1e1h.
+n1ie1h
+1niej
+ni1ekt
+ni1el'
+ni1elb
+ni1elg
+ni1elh
+ni1e1ll
+ni1elm
+ni1elt
+ni1elw
+ni1ema.
+ni1emer
+ni1en1
+ni1ergä
+ni1eri.
+ni1ern.
+nie1ss
+nie1st
+1niete
+ni1ett
+ni1eu
+ni1eva
+ni1eve.
+niev1e
+ni1eves
+ni1evo
+ni1ex
+ni1ez.
+1nieß
+ni1gas
+ni1gat
+1nigd
+ni1geb
+ni1gef
+ni1geh
+ni1glä
+ni1gä
+niha1t
+1niid
+niit1
+nikt1
+nilau1
+nim1al
+nima1l.
+nimm1
+nimwe1
+ni1nac
+nin2a
+nina1l
+2nind
+nin1ti1
+ni1näc
+niob1
+nippe2s
+ni2p
+nip2p
+nisa1m
+nis1cham
+niseri1e
+ni1set
+ni2smu
+nisons1
+ni1s1on
+ni1ss.
+nis1sac
+nis1sa1m
+nis1sc
+nis1sh
+nis1s2p
+nis1tag
+ni1sts
+ni1s1tö
+nisv1e
+nit1ei
+nit1es
+nitt1el
+niu1m1
+niveau1
+niv1e
+1nixe
+nizun1
+njea1
+nje1h
+nje1ra
+nj1ogg1
+nkaa1
+nkab1
+nka1leg
+nka1ll
+n1kan
+nka1re
+n1kas
+n1kau
+nke1ind
+nke1lade
+nke1lag
+nke1las
+nke1ma
+nke1nac
+nken1
+nken2a
+nke1nam
+nke1rat
+nke1rec
+nke1ro
+n1kers
+nke1spe
+nkes2p
+nki1en1
+nki1er.
+nki1erh
+nki1erl
+nki1ern
+nkint1
+n1kla
+nklan1g.
+nkla1s
+nkle1b
+nklän1
+n1ko.
+nkob1
+nkolli1
+nkora1
+n1kos
+n1kov
+n1kow
+nkt1er
+nktm1
+nkungs1
+nkurs1
+nkv1e
+n1kwa
+n1ky
+nkz1uge
+n1kä
+n1kü
+nlab1
+nlat1
+nlau1
+nlee1
+nleg1en.
+1n1leß
+nlia1
+nli1gr
+nlili1
+nlou1
+nlug1
+nlun1
+nmag1
+nm1alu
+nmang1
+nmee1
+nmeta1
+nmeti1
+nm1oi1
+nmot1
+nmou1
+nmunt1
+1nmô
+n1n2a
+nna1lag
+nna1lin
+nna1lisa
+nna1ll
+nn1a1ri
+nna1rot
+nn1aro
+nnaus1
+n1nb
+nnd1e
+nne1ha
+nn2eh
+nne1i1sc
+nn1ei
+nne1lle
+nn1el
+nne1mac
+nn1em
+nne1me
+nne1mie
+nne1mon
+nne1ros
+nn1er
+nnerv1
+nne1ste
+nn1es
+nnevi1e
+n1ngr
+nnhi1
+n1ni
+nni1em
+nni1ern
+nni1ers.
+nni1s
+nnis1ti
+nnis1t2r
+nnivi1e
+n1nl
+n1n2o
+nnob1
+nno2c
+1nnot1ta
+nnsa1m
+nns1chor
+nns1tag
+nns1tan
+nns1tat.
+nns1th
+nns1tief
+nns1tol
+nns1topf
+nnst1o2p
+nns1toren
+nns1tou1
+n1nst2r
+nns1treu
+nns1tru
+nn2t
+nnt1er
+n1n2u
+nnungs1
+nnw1ar
+n1ny
+n1nä
+n1nü
+n2o
+nob1el
+n1obe
+1noct
+noeb1
+nog1eh
+noli1e.
+noli1er
+noma1u
+no1ma
+1nomia
+no1mi
+1nomin
+nom1mu
+nonb1
+nopi1er
+n1o2p
+nopol1
+1noppe
+nop2p
+norb1
+no1reg
+no1re2p
+norgi1
+norm1
+no1rub
+no1rus
+norwe1
+no1rä
+no1rö
+no1rü
+nose1in
+nos1ei
+nose1l
+nos1o
+1notd
+not1ei
+1not1en1
+1notf
+1notiz
+1notk
+notschaf1
+1notz
+1noviz1
+npai1
+n2p
+npat1
+npazi1
+npaz1
+1npea
+npe1ll
+npe1s
+np1oi1
+nporti1
+nprang1
+nprech1
+npre1s
+nprämi1
+nque1m
+nrai1
+nrau1
+nreli1e
+nre1lit
+nre1ma
+nre1ss
+nre1st
+nre1sz
+nri1chet
+nrob1
+nroe1
+nrun1d
+nränd1
+nrös1c
+nsaa1
+nsa1ges
+nsa1lan
+nsa1ll
+nsa1mm
+nsau1fzu
+nsauri1
+nschaf1tes
+ns1chef
+nschwi1l
+n1schw
+nsd1em
+nseb1
+nseh1
+ns1ei
+nse1leb
+nse1lie
+nsen1
+nse1ras
+ns1eri1e.
+nserla1s
+nse1s2p
+nsfall1
+ns1fal
+nsg1eni
+nsi1em
+nsi1en1
+nsi1er.
+nsinns1
+nski1e
+nsleg1
+nsob1
+ns1od
+n1sohn1
+ns1oh
+ns1on
+nso1n1ni1
+ns1onn
+ns1os.
+ns1ou1
+nsp1oi1
+ns2p
+ns1s
+nsseri1
+ns2sli
+nss1o
+ns1tafe
+ns1tag.
+ns1taga
+ns1tage.
+ns1tagen.
+nstag1en
+ns1tages
+ns1tagn
+ns1tale
+n1sta1ll
+ns1tas
+n1steg1
+ns1t1eil.
+nst1ei
+n2st1eil1
+ns1teile
+n1ste1mm
+ns1tite
+ns1t1oa
+ns1t1oi
+ns1torf
+ns1trac
+nst2r
+ns1tru2p2p
+nstru2p
+ns1täti
+nstät1
+nstüb1
+ns1tüte
+2nsu
+nsäng1
+n1t.
+n1ta.
+n1tab
+n1tac
+n1tad
+n1tae
+n1taf
+n1tag
+n1tai1
+n1tak
+n1ta1mo
+n1tang
+n1ta2p
+nta1roc
+nt1aro
+nta1rot
+n1tat
+n1tau
+ntaub1
+ntauto1
+n1tav
+n1tax
+n1tay
+n1taz
+ntb1ei
+1ntcy
+nt2eame
+nt1eam1
+n1teb
+n1tec
+n1ted
+n1tee
+nt1ee1n1
+nt1eet
+n1tef
+nt1ei
+nt1eil1
+nt2eis.
+nt1el.
+nt1elb
+nt1eld
+nt1elf
+nt1elg
+nt1elh
+nt1elk
+nt1ellan
+nt1ellin
+nt1ellä
+nt1elm
+nt1eln
+nt1el2p
+nt1elr
+nt1els
+nt1elt
+nt1elv
+nt1elw
+nt1elz
+nt1elä
+ntendun1
+nt1en1
+nt2eneg
+nt1eou
+nterm1a
+nt1ermä
+n1teros
+nt1esk
+nte1ss
+nt1esse
+ntes1son
+nte1st
+n1teu
+n1tex
+nt1ex2p
+ntez1u
+n1t1fel
+n1tgu
+n1th.
+ntha1t
+nthi1er
+nthof1
+n1thym
+n1ti
+nti1el.
+nti1e1ll
+nti1eme
+nti1ene
+ntien1
+nti1gan
+nti1gend
+ntig1en
+nti1gens
+nti1g1erm
+nti1gl
+nti1gr
+1ntillistischen1
+nti1llis
+nti1nat
+ntin2a
+nti1neu
+n1tje
+n1tl.
+ntleg1
+n1tlein
+n1tlis
+n1tly
+n1tn2u
+n1to
+ntom1
+ntoste1
+nt1ost
+n1tpl
+nt2p
+n1tra.
+nt2r
+n1trad
+ntral1
+n1tranc
+n1trar
+n1trav
+n1tre.
+n1tree
+n1tref
+n1trel
+n1trem
+n1tre2p
+n1trer
+n1tres
+n1tret
+n1trev1
+n1trez
+ntrich1t1er
+nt1richte
+n1tro.
+n1tr1o2p
+n1try
+n1tré
+n1trö
+ntsa1m
+n1tsb
+n1tsf
+n1ts1s
+nts1t1ee
+nt1ste
+nts1tät1
+nt1stä
+n1tsz
+n1ttü
+n1tu
+ntumg1
+ntu1m
+ntun1gs
+nturi1e.
+n1tve
+n1tvä
+n1ty
+n1tz.
+n1tzk
+n1tzs
+n1täf
+n1täg1
+n1täl
+n1tän
+n1tät
+n1tè
+n1té
+n1tí
+n1töc
+n1tö2p
+n1tör
+n1töt
+n1tù
+n1tü
+n2u
+nub1
+nubb1
+nub1i1
+1nude
+1nuev
+nufni1
+nukle1
+1null.
+nul1la1s
+1nulld
+1nulle
+num1ma
+nu1m
+1numme
+numv1
+nun1ga
+nun1ti1
+nunv1
+nu1r.
+nu1ra
+nurb1
+nu1rba
+nu1rc
+nu1re
+nu1rf
+nu1rg
+nu1ri
+nu1rk
+nu1rl
+nu1rmi
+nu1rn
+nu1ro
+nu1r2p
+nu1rr
+nu1rs
+nu1rt1
+nu1ru
+nu1rv
+nu1rw
+nu1rz
+nu1rä
+1nuss.
+1nussb
+1nussk
+nu1ss1o
+nus1son
+nus1ta
+nu1s1te
+nus1to
+nus1t2r
+1nutb
+1nutt
+1nutz
+nuz1
+1nuß
+nvai1
+nvasa1
+nvat1
+nv1era
+nv1erb
+nv1erd
+nv1ere
+nv1erf
+nv1erg
+nv1erha
+nv1erhe
+nv1erhi
+nv1erho
+nv1erhu
+nv1erhän
+nv1erhö
+nv1erhü
+nv1eri
+nv1erj
+nv1erk
+nv1erl
+nv1erm
+nv1ern
+nv1ero
+nv1er2p
+nv1erq
+nv1err
+nv1ers
+nv1ert
+nv1eru
+nv1erw
+nv1erz
+nv1erä
+nv1erö
+nvo1r.
+nväs1
+nwa1r.
+nw1are
+nwe1g1er.
+nwe1g1ers
+nwer1d.
+nw1ien1
+1nwij
+nyasa1
+nyfe1
+nyl1
+nym1
+1nym.
+nysi1
+n1za.
+n1zab1
+nza1ll
+n1zas
+nzbeg1
+nzbi1
+n1zei
+nz2e
+nze1imi
+n1zel
+nze2lleb
+nze1lle
+nze2llei
+nzenschaf1
+nzen1
+nze1rel
+nze1roh
+nze1sa
+nze1sc
+nze1sk
+nze1st
+nzet1
+nz1g1ehe
+nzi1e1ll
+nzi1en1
+nzi1eri
+nzi1ers.
+n1zler
+nzob1
+nzott1
+n1zsti
+nzt1el
+nzt1er
+nz1u2m.
+nzu1m
+nz1urk
+n1zü
+nái1
+näg1
+1nähe
+1nähm
+1nährb
+1näht
+näi1
+näs1chen1
+näs1th
+nä1u1m1
+nä1us.
+nä1us'
+näus1c
+nét1
+nörg1
+1nöt
+nús1
+1nüj
+nütt1
+nşa1
+1o's
+1oa
+oab1
+oa1bz1
+oadb1
+oailli1
+oa1lge
+oa1lin
+oa1lis
+oa1lke
+oa1ll
+oa1lm
+oa1lpo
+oal2p
+oa1ls
+oa1lte
+oa1lv
+oa1n1es
+oa1nie
+oa1nok
+oan2o
+oan1ti1
+oa1n2u
+oa1ny
+oanz1
+oa1r'
+oa1rdc
+o1ard
+oa1rdf
+oa1r1di
+oa1r1dr
+oa1rds
+oa1rdw
+o1arg1
+oari1e
+o1ari
+oa1rin
+o1a1rn
+o1a1rs.
+oastri1e
+oa1st2r
+oaus1
+oausz1
+1o1ba.
+1obak
+obakt1
+1oban
+1o1bas
+1obaň
+obb1eri
+1obe
+ob1eat
+o1bea
+ob2ed
+ob2eh
+obe1int
+ob1elin
+ob1en
+ob1er.
+ob1erar
+ob1erb
+ob1erd
+ob1erer
+ob1erf
+ob1erg
+ob1erh
+ob1erk
+ob1erl
+ob1erm
+ob1ern
+ob1ers
+oberschaf1
+ob1ert
+oberwei1s
+ob1esw
+ob1ey
+1ob1i
+o1bi1s.
+obi1sh
+obi1st.
+1obj
+1obk
+1obl
+1obm
+1obo
+ob1oa1
+ob1ogi1
+ob1os1t
+1obr
+obrech1
+o1brü1
+1obs
+obs1o
+1obt
+obungs1
+obänd1
+o1bä
+ocar1di1
+oc1ard
+oce1m
+o1chat
+o1che
+o2chei
+ochenschaf1
+ochen1
+o1chi
+ochni1s
+o1ch1oi
+o1chr
+o1chs
+ochsv1
+ochu1m1
+oci1e
+ocke2
+ockgeg1
+ockv1e
+oc1oi1
+ocoti1
+1od.
+1o1da.
+1odab
+1odad
+1odaf
+1o1dag
+1odah
+odah1e
+1odal
+1odam
+1o1dank
+1odanns
+1o1dan2o
+1oda2p
+1o1das.
+1odaw
+1odb
+1odd
+odde1s
+1ode
+ode1h
+ode1i.
+ode1il
+ode1in
+ode1is
+ode1lad
+ode1land1
+ode2lei
+ode1leu
+ode1lin
+ode1llag
+o1dell
+ode1llau
+ode1lle
+ode1llu
+o1de1lä
+ode1mac
+od1ema
+ode1mar
+ode1mas
+odemat1
+od1eme
+od1e1met
+ode1nam
+o1den2a
+odeo1
+od1e1reg
+odern1
+ode1sch
+1odi
+odi1enf
+o1dien1
+odi1gio
+odig1
+odka1n
+1odo
+odoo1
+1odr
+1odu
+odv1
+odw1
+odwi1l
+1ody
+1oe.
+oebb1
+oeb1en
+1oec
+oed1
+1oef
+oe1ha
+oe1hl
+oe1hm
+oe1hn
+oe1ho
+oe1hr
+oe1ij
+1oeir
+oekhan1
+1oel
+oe1lb
+oe1lc
+oe1ld
+oe1les
+oe1li.
+oe1lk
+oe1ll
+oe1ln
+oe1lo
+oe1l1se
+oe1lt
+oe1lu
+oe1lv
+oe1lz
+oe1mf
+1oen1
+oe1n2a
+oe1nbu
+oe1ne.
+oe1nec
+oe1n1ei
+oe1n1en1
+oe1nf
+oe1nin
+oe1nl
+oe1nn
+oens1c
+oent1
+1oe2p
+1oer
+oe1rb
+oe1rd.
+oe1r1dl
+oe1rds
+oe1re
+oe1rli
+oe1rr
+1oes
+oe1sa
+oe1sb
+oe1sc
+oe1se
+oe1sf
+oe1sh
+oe1sl
+oe1sm
+oe1ss
+oes1st
+oe1st
+oe1sä
+oetti1e
+1oeu
+oe1uf
+oe1un
+oe1us
+o1e1uv
+1oev1
+1oey
+1of.
+1ofa
+ofa1la
+o1fal
+ofa1llt
+ofat1
+ofde1
+1ofen1
+ofe1ric
+of1fa
+of1fb
+offen1
+of1fl
+of1fs.
+1ofi
+ofi1en1
+o1fie
+ofi1ga
+o1fig
+ofi1ge
+ofint1
+1ofj
+ofm1a
+1ofok
+ofokus1
+1ofr
+1ofs
+ofs1char
+ofschwärme1
+of1schw
+ofschwä1r
+ofschwä1rm
+ofs1trau
+ofst2r
+1oft
+oftv1
+1ofu
+1ofy
+1ofí
+1og.
+1og'
+1oga.
+oga1lan
+ogan1z
+1ogaw
+1og2e.
+og2eb
+1ogec
+og1ee1
+og1ei
+og1en
+1ogen.
+og1ero
+1oges
+og2esc
+oge1ss
+1og2et
+og1ex
+1ogg
+ogg1el
+ogg1en
+ogg1era
+ogg1eri
+1ogh
+1ogi
+ogi1er.
+1ogk
+1ogli
+1ogn
+ogni1e
+ogni1s
+1ogo
+1ogra
+1ogri
+ogrun1
+1ogs
+ogs1tre
+ogst2r
+1ogt
+1oguk
+1ogw
+1ogy
+ohan1d.
+ohand1
+ohb1ei
+ohb1ese
+ohei1t
+ohels1
+ohemi1
+ohint1
+oh1le1b
+ohle1l
+oh1lenb
+ohlen1
+oh1lens
+oh1lert
+ohle1se
+ohle1u
+oh1lmu
+ohlsa1m
+ohl1sa
+oh1lt.
+ohlv1e
+ohms1t
+ohneb1
+ohnhau2p1
+ohof1
+ohol1
+ohsa1m
+ohun1d
+ohäs1
+1oi
+oia1li
+oib1
+oidt1
+oi1en1
+oi1es
+oi1et
+oi1ev
+oi1ew
+oi1g1
+o1iii1
+oimi1
+oi1nag
+oin2a
+oi1nea
+oi1nes.
+oin1es
+oi1n1et
+oi1n1ex
+oi1ni1e
+oin1i
+oi1nk.
+oi1nkt
+oi1nmo
+oi1nsi
+oi1n1t.
+oi1ntin
+oin1ti
+oi1ntra
+oint2r
+oi1ntre
+oi1nts
+oios1
+oire1l
+oi1re
+oire1r
+oi1rti1
+oise1l
+oissi1
+ois1to
+1oj
+oje1d
+okab1
+oka1c
+okal1
+okau1
+okee1
+oke1h
+oke1li
+oke1mi
+oke1n2a
+oken1
+oki1en1
+okio1
+okitt1
+okla1s
+oklän1
+ok1od1e1
+oko1ra
+oko1re
+okos1s
+okti1
+okus1t
+okv1
+okyb1
+1ol.
+1ola.
+1olai1
+1olal.
+1olals
+1olam
+1olan2a
+1oland1
+1olan1ges
+1olani
+1olan2o
+1olan2u
+1ola2p
+1olar
+olari1e
+ol1ari
+ola1s
+1olat
+olati1e
+1olb
+ol1b1ea
+olb1erg1
+1old
+old1e
+1ole
+ole1he
+olenschaf1
+olen1
+ole1sch
+ole1s2p
+ole1st
+ole1u1m
+ole1us
+1olf
+olga1u
+ol1ga
+1olh
+olib1
+oli1et
+oli1ev
+oli1gr
+olis1s
+1olj
+olje1
+ol1ker
+olks1c
+ol1lade
+o1llai1
+ol1lam2p
+o1lland1
+o1ll1ard
+ol1laufe
+ollee1
+1ol1leis
+olle1me
+o1llenb
+ollen1
+o1llenh
+1olleni
+o1llenm
+o1llensak
+o1ll1ensk
+o1llenw
+o1llera
+ol1lese
+ol1link
+o1llins
+o1llit
+o1lln1er
+o1llon
+o1ll1stad
+oll1st
+o1llut
+ollv1e
+o2l1län
+1olm
+1oln
+olne1
+olni1
+1olo
+1ol2p
+1olr
+1ols
+ol1s1s1
+1olt
+1olu
+olungs1
+1olv
+olv1e
+1olw
+olwer1
+1oly
+olyg1
+1olz
+1olä
+1olè
+1olé
+1olí
+1olü
+o1ma
+om1al
+oma1l.
+oma1rad
+omas1s1on.
+omass1o
+omaus1
+ombi1er.
+o1me
+omee1
+ome1ll
+ome1n1et
+omen1
+ome1run
+om1eru
+omes1c
+ome1sh
+ome1si
+omesse1s
+ome1ss
+ome1st
+omg1en
+o1mi
+omi1en1
+omi1nac
+omin2a
+omint1
+omi1r
+2omit
+omi1tab
+omi1te
+omi1th
+omi1ti
+omi1t2r
+omi1tti
+om1mac
+omma1l
+om1mau
+ommi1er.
+o1mmlin
+om1mus
+om1mä
+omni1s
+o1mo
+omob1
+omv1e
+omwe1g1
+1on'
+2onac
+on2a
+1onae
+1onaliz1
+onand1
+ona1n2o
+ona1rea
+onars1
+1onat
+o1nd.
+o1nda
+1onderb
+1onderl
+2ondern.
+1onderst
+1ondert
+1onderu
+1ondi
+ondsa1m
+1ondu
+ondv1
+oneb1
+onee1
+on2e1h
+oneli1
+on1el
+one1ll
+one1man
+on1em
+one1n1es
+on1en1
+one1ste
+on1es
+1on1et
+one1uf
+onev1
+onfall1
+on1fal
+ongb1
+ong1eli
+on1gel
+ong1erin
+o1ngo
+ongsa1
+onhof1
+on1i
+1onia
+onial1
+1on2ic
+oni1e1ss
+oni1gad
+onint1
+1onio
+oni1s.
+oni1sa
+oni1sc
+oni1se
+oni1sg
+oni1sh
+oni1si
+oni1sj
+oni1sl
+oni1sme
+oni1ss
+oni1st.
+oni1st2r
+oni1sw
+oni1sä
+1oniu
+o1nke
+o1nle
+o1nlin
+o1nlo
+o1nmo
+o1nn.
+o1nne
+o1n1ni
+o1nns
+onnv1
+1o1n2o
+onob1
+o1npo
+on2p
+onsa1g
+onsa1m
+onseri1
+ons1o.
+ons1tag
+ons1th
+ons1tis
+ons1treu
+onst2r
+onstrich1
+ons1tru2p
+ont1er.
+ont1era
+ont1erb
+ont1erf
+ont1erg
+ont1erh
+ont1erk
+ont1erl
+ont1erm
+ont1ern
+ont1er2p
+ont1err
+ont1ers
+ont1ert
+ont1erw
+ont1ese
+ont1es2p
+ontrich1
+ont2r
+ontv1
+1onv
+onv1e
+onw1a
+1ony
+onza1r
+onzug1
+1oo.
+1ooc
+1ood
+1oog
+oogaa1
+ooint1
+o1oi
+1ook
+1ool
+oom1m
+1oon
+ooni1s
+oon1i
+1ooo
+1oor
+oo1rb
+oo1re
+oo1rf
+oo1rh
+oo1rj
+oo1rk
+oo1rl
+oo1rm
+oo1rn
+oo1r2p
+oo1rs
+oo1rt.
+oo1ru
+oo1rw
+oorwe1g1
+1oos
+oosi1e
+o1osi
+oos1sa
+oos1sc
+oos1st
+oosw1
+1oot
+oot1ei
+oots1ta
+oot1s1ti
+1o2p
+opali1e
+opa1nac
+opan2a
+opa1rat
+opa1re
+op1ari1
+op1a1rl
+opeb1
+ope1in
+ope1ll
+ophe1u
+opi1eri
+opi1ern
+opob1
+op1oi1
+oprech1
+oprämi1
+opschaf1
+opä1
+1oq
+1ora.
+1orabgl
+o1rads
+orai1
+o1ram2p
+orang1erie
+orani1
+oranti1g
+oran1ti
+2oras
+o1rase
+1orat
+ora1u2n
+oraus1t
+1orav
+or1b1ee1
+orbi1er.
+1orbis
+orbla1s
+orbrech1
+1orchd
+1ord.
+ordeli1
+ord2em.
+1ordertha
+or1der
+ordgeg1
+1ordin
+or1di
+1or1don
+or1do
+1ore.
+1ored
+oree1n1
+o1regi
+o1regu
+ore1ho
+o1reic
+o1reih
+ore1la
+oreli1e
+ore1lin
+ore1mo
+ore1mu
+o1repe
+ore2p
+ore1res
+ore1sch
+o1reso
+ore1sse
+ore1st
+oresti1
+o1rez2e
+org1end
+org1eni
+org1erin
+or1gewes1
+orgi1er
+1orgo
+1orh1olz
+1ori.
+orida1
+ori1e1ll
+ori1en2a
+orien1
+ori1end
+ori1eng
+ori1ens
+ori1ent1
+ori1enz
+ori1gr
+o1rih
+1ork.
+orkau1
+orlan1
+orma1l.
+1orman.
+1ormw
+ormwe1g1
+1ormö.
+ornich1
+orn2ic
+orni1ers.
+orni1ss
+ornlag1
+orn2o1
+ornsa1m
+ornun1gs
+orn2u
+1oro.
+orob1
+o1roh
+1oron
+1oros
+1orou
+orovi1
+orps1
+or2p
+1orrei.
+or1rei
+or1re1m
+orri1er
+or1rie
+1orrà
+orsal1
+orseri1
+orsi1er
+1orsko
+ors1on
+ors1s1o
+1orst.
+1orst1er
+1or1stiu
+orsvo1
+ort1eli
+ort1ema
+or1ti1erfr
+orti1ers.
+orti1ersf
+1ortiz
+o1ruf
+orun1d
+1ory
+orzu1
+orz1ugu
+o1räd
+o1rüc
+1orč
+1osa
+osa1lac
+osa1las
+osali1e
+osali1n2o
+osa1m
+os1a1ro
+osatt1
+osauri1
+os1chia
+ose1ha
+ose1hi
+os1ei
+os1e1inf
+ose1inh
+1osek
+ose1ll
+ose1me
+osen1
+ose1nam
+os1en2a
+ose1rec
+ose1ris
+ose1rot
+ose1s2p
+1osi
+osi1ers.
+oslan1
+osm1a
+osma1l.
+1osn
+os1of
+os1og
+o1s1oll
+os1on
+1os1o2p
+os1os
+os1ou1
+os1ov
+os1ow2
+1os2p
+ospermi1
+os1sah
+o1ssenb
+ossen1
+o1ssers
+o1ssert
+o1sset
+o1ssie
+ossi1er.
+ossi1eri
+ossi1ers.
+oss1o
+os1st1eu
+os1stro
+osst2r
+1ost
+os1tass
+ostati1e
+o1stati
+os1t1ee
+osterm1
+ost1er
+osti1e.
+osti1en1
+os1ti2p
+os1trab1
+ost2r
+os1tuc
+ostz1ug
+1osu
+osv1e
+oswi1s
+1osz
+osäng1
+otai1
+ota1ll
+otari1e
+ot1ari
+ot1eau
+ot1eck
+ot1ee
+ot1el.
+ot1ela
+ot1elb
+ot1eld
+ot1ele
+ot1elf
+ot1elg
+ot1elh
+ot1eli
+ot1elk
+ot2eller
+ot1elm
+ot1eln
+ot1elo
+ot1el2p
+ot1elr
+ot1els
+ot1elt
+ot1elu
+ot1elz
+ot1elä
+ot1ema
+ot1emi
+ot1emm
+otengeschäf1
+ot1en1
+ot1er
+ot2erü
+ot1esa
+ot1esk
+ot1e1ss
+otev1
+otewoh1
+othe1u
+oti1en1
+otika1
+otit1
+otleg1
+oto1ral
+otorv1
+otos1s
+otrai1
+ot2r
+ot1s1o
+ots1taf
+ots1trau
+ot1st2r
+ott1el.
+ott1elb
+ott1elc
+ott1ele
+ott1elf
+ott1elg
+ott1elh
+ott1elj
+ott1elk
+ott1eln
+ott1elr
+ott1els
+ott1elt
+ott1elu
+ott1elv
+ott1elw
+ott1esa
+ott1esc
+ott1ese
+ott1esk
+ott1est2r
+ott1esä
+otun1d
+otus1t
+otv1e
+otwi1l
+ot1zkis
+ot1zl
+otzv1e
+1oua
+1oub
+ou1brü1
+1ouc
+oud1
+1ouf
+1oug
+oug1eri
+1ouh
+1oui
+1ouk
+oulan1
+ouli1e
+ou1m1
+oumb1
+ou1n.
+ou1n'
+ou1n2a
+ou1nc
+1ou1nd.
+1ou1nda
+1ou1ndb
+1ou1ndc
+1oundd
+1ou1nde
+1ou1ndf
+1ou1ndg
+1ou1ndh
+1ou1ndk
+1ou1ndl
+1ou1ndm
+1ou1ndo
+1ou1nd2p
+1ou1nds.
+1ou1ndsc
+1ou1ndst
+1ou1ndsy
+1ou1ndt
+1ou1ndv
+1ou1ne1
+oun1g
+ou1nge
+1ouni
+ou1nil
+o1u1nio
+ou1nk
+ou1n2o
+ou1nr
+ou1ns
+oun1t1ed
+ount1er.
+ount1er2p
+ou1ny
+ou1né
+1ou2p
+1ouq
+1our
+ouri1et
+our1ri1e
+ourti1e
+ous1che
+ou1sch
+ous1o
+ous1sol
+ou1sso
+ous1st
+ousti1e
+out1ea
+outra1
+out2r
+outre1
+ouvi1e
+ouvri1
+1ouw
+1ouy
+1ouz
+ouzi1e
+1ov.
+1ova
+ova1ll
+ovb1
+1ov1e
+ovehan1
+ove1ha
+ove1ll
+ove1so
+1ovi1et
+1ovj
+1ovk
+ov1ori
+1ovr
+1ovs
+1ovë
+1ow.
+ow1ar
+owa1r.
+1ow1at1
+1owc
+ower1
+1owet
+owic1ki
+ow1i1ec1
+1ow1iet
+1owin
+owi1r.
+1owj
+1owk
+1owm
+1own
+1ows
+1owé
+1owú
+1ox
+oxi1g
+1oy
+oyt1
+1oz.
+1oza
+1oz2e
+oze1m
+1ozi.
+1ozia.
+1ozialistit
+ozial1
+1oziali1stí
+1oziau
+1ozie
+1o1zio
+1ozis
+1oziu
+1ozo
+1ozr
+oz1ue
+oz1ug
+oz1uk
+oz1u1m
+1ozy
+oßa1ll
+oßd1em
+oßnich1
+oßn2ic
+oßv1e
+1oë
+1oñ
+2p
+paa1
+pabe1r
+pa1brü1
+pa1br
+pade1i
+pae1m
+pae1n1
+pae1r
+pai1g
+pai1gi1
+pai1ne
+pakt1er
+p1a1led2
+pali1e.
+pa1lig
+pa1ll
+pallau1
+pami1e
+pa1m1ma
+pand1
+panhan1
+pani1el
+papa1lac
+pa2p
+para1c
+pa1rö
+pas1chi
+pas2s
+past1
+pa1sta1
+paste1ll
+pa1stel
+pata1l
+pa1ta
+pa1unt
+pau2n
+pa1ura
+pavo1n
+paya1
+paz1
+p1b1ea
+p1b1ee
+pb1ein
+pb1erg
+pb1eu
+pb1oa1
+p1brü1
+pbänd1
+p1bä
+pde1st
+pea1c
+pea1l
+pea1ra
+pea1re
+p1e1a1ri
+p1e1a1rk
+pea1rs
+peat1
+pedal1
+pe1da
+pede1l
+pe1di1en1
+pe1di
+pee1l
+pee1nr
+peen1
+p1ee1ra
+pee1rf
+pee1rs
+pee1rt
+pee1rw
+peg1el
+pe1hu
+peil1
+2pe1im2p
+p1ei1n2u
+peis1e1i
+pe1ll.
+pe1llab
+pe1llati
+pellau1
+pe1llb
+pe1llc
+pe1lle.
+pe1llen1
+pe1llf
+pe1llk
+pe1llm
+2pe1ll2p
+pe1lls
+pe1llt
+p2e1llv
+pe1llw
+pe1lly
+pe1mas
+pe1mat
+pemb1
+pe1med
+pe1men1
+pe1mit
+pe1mm
+pe1mo
+pe1mü
+pen1
+penhaus1
+pen1kau1
+pens1o
+penzun1
+pera1ll
+pereb1
+pere1ss
+p1eri1n2a
+permi1t
+perni1s
+per1rü1
+per1se1id
+pers1ei
+pers1s1o
+perv1e
+pe1sat
+pe1sci
+pe1seq
+pe1sit
+2pe1s2p
+pe1ssi
+pe1ssl
+pe1sso
+pe1st
+pesto1
+pe1us
+pev1e
+pezb1
+pfangs1
+pfaus1
+pfeb1
+pfen1
+p1fob1
+pfri2
+pft1el
+pftrich1
+pft2r
+pfun1d
+pfänd1
+pfü1r
+pgeb1
+pg1ei
+pha1b
+phalt1
+phans1
+pha1s
+pha1t
+phea1
+pheb1
+phe1ll
+phenfall1
+phen1
+phen1fal
+phe1zei1t
+phez2e
+phibi1
+phi1en1
+phie1r
+phint1
+phlau1
+phni1
+ph1odi1
+phoe1
+phof1
+ph1oi1
+phol1
+phot1
+phus1
+phz1
+phös1
+pialau1
+pia1lei
+pia1re
+pici1e
+pid1
+pid1e1me
+p1i1e1da
+pi1ede1
+pi1e1di
+pi1e1dr
+pi1e1ds
+pi1eim
+pie1m
+pi1en1
+pieta1
+pi1etri
+piet2r
+pi1ett
+pi1eza
+pi1ezo
+pi1gel
+pi1gon
+pi1gr
+pi1gsc
+pii1
+pike1re
+pilec1
+pilg1
+pils1
+pimi1
+pinal1
+pin2a
+pi1ne1ss.
+pin1es
+pingrun1
+pint1er
+pioe1
+piral1
+pi1ra
+pi1rä1
+pissi1e
+pital1
+pit1ela
+pit1ele
+pkla1
+pkrü1
+plan1
+pla1s
+platt1el
+ple1sc
+ple1ss
+plessi1e
+ple1ssi
+pli1er.
+pli1ers
+pl1oi1
+pmee1
+pn1e1l
+pni1s
+pnäs1
+poa1c
+p1oa
+pod1
+podt1
+poeb1
+p1oe1l
+poe1s.
+p1oes
+p1ogg1
+poi1ns
+p1oi
+poi1nter
+poi1ntes
+poi1ri1
+poiti1
+polan1
+pomeli1
+po1me
+pomi1e
+po1mi
+pomme2
+pommi1
+pompi1e
+pom2p
+poni1s
+pon1i
+poo1
+poob1
+p1ool1
+popi1
+2p1o2p
+popo1
+popt1
+poral1
+po1real
+po1reg
+porgi1e
+po1rit
+port1ev
+porv1
+porz2e1
+po1rá
+pos1o
+posti1er.
+p1ost
+potoc1
+potti1e
+pou1
+ppali1
+2p2p
+ppe1sc
+pping1
+pple1m
+pp1oi1
+ppus1t
+prai1
+pra1las
+pra1ll
+prang1er
+pra1r
+prat1
+pratt1
+preb1
+prech1t.
+p1rech1ts
+pree1
+pre1ind
+prei1s1c
+preis1sk
+p1reiss
+premi1e
+pre1nat
+pren2a
+pre1sch
+pre1ss
+pre1st
+prich1
+pro1r
+pr1osa1
+prun1
+prämi1e.
+pränd1
+prät1
+psaa1
+psa1m
+ps1e
+pseb1
+pseg1
+psen1
+psg1eh
+ps1ieg1
+ps1o
+ps1s
+pss1o
+ps1tabl
+ps1tot
+ps1tro
+pst2r
+ps1tüt
+psv1e
+psäng1
+ptai1
+pta1ll
+ptat1e
+ptaus1
+pt1ea
+pteb1
+pt1ei
+pt1ele
+pt1em
+pt1emb1
+pt1er
+pte1st
+pt1eti
+pt1eu
+ptil1
+ptili1
+ptim1
+pt1oe1s
+ptri1en1
+pt2r
+ptsb1
+p1tstät1
+pt1stä
+ptt1el
+ptus1
+ptv1e
+p1twil
+pub1e
+pugli1
+pul1loc
+pun1d
+pung1
+pungs1
+pure1l
+purg1en
+purv1
+pu1s1sa
+pus1see
+pus1t2r
+put1ea
+putz1
+pv1e
+pw1a
+pw1at1
+pw1ie
+pyi1
+pylau1
+pz1ug
+pät1ei
+pät1er
+päus1
+pång1
+pöt1
+püe1
+pül1la
+qaa1
+q1dee1
+qha1
+qi1e.
+qi1g
+quag1
+qua1lan
+qua1let
+qua1ll
+quee1
+que1n1es
+quen1
+queng1
+qui1ere.
+qui1ers
+qw1
+1raa.
+raa1c
+raa2lt
+raa1l
+ra1b1ea
+rab1erb
+rab1erd
+rab1erg
+rab1erh
+rab1eri
+rab1erj
+rab1ers
+rab1erw
+ra1b1esh
+rab1ess
+rabi1er
+ra1brü1
+ra1br
+rabänd1
+ra1bä
+rad1e1ma
+rad1em
+1radik
+1ra1dio1
+1ra1diu
+ra1gab
+ra1gan1
+ra1gat
+ra1gefä
+ra1gei
+ra1gel
+rag1erin
+ra1ghe
+ra1gn2a
+ra1go
+ra1gru
+rags1to
+rahie1
+1rahm
+rai1c
+rai1g1
+raige1
+rai1n.
+rai1n2a
+rai1nw
+1raket
+rakhan1
+raki1g
+ra1lade
+ra1lah
+ra1lam2p
+ra1leb1
+ra1leg
+ra1leh
+ra1lek
+ra1lib
+rali1er
+ra1lil
+ra1li2p
+ra1li1sa.
+1ralise
+1ralisme
+ra1llal
+ral1lau
+ra1llb
+ra1lle.
+ral1lei
+ra1llen1
+ra1llf
+ra1llg
+ra1llh
+ralli1e
+ra1llig
+ra1llk
+ra1llm
+ra1lln
+ra1ll2p
+ra1llr
+ra1lls
+ra1llt
+ra1llv
+ra1llw
+ra1llz
+ra1loc
+ra1loh
+ralv1e
+ra1lä
+ra1löf
+ra1m1a
+rame1ll
+ra1mel
+rami1t
+ram1mac
+ra1mma
+ram1mas
+randidi1
+rani1er
+ransg1
+ra1nuk
+ran2u
+ra1nuss
+raos1
+1rappo
+ra2p
+rap2p
+rarab1
+ra1rad
+ra1ra2p
+ra1rec
+r1are1h
+r1a1rei
+ra1rek
+rari1e.
+r1ari
+rari1er
+ra1rol
+r1aro
+ra1r1oy
+ra1ruf
+r1aru
+ras1chi.
+ras1chin
+ras1sil
+ra1ssi
+ra1s1s1or
+rass1o
+ras1te2p
+ras1tüt
+rat1er
+1ratsf
+1ratsit
+rat1si
+1ratsw
+1raub
+1raues
+1rau1m
+1rau2p
+ra1urb
+ra1url
+raus1o
+ra1uteri
+raut1er
+rawi1e
+raxis1
+razi1e.
+razi1en1
+raz1u.
+raz1ug
+rba1ross
+rb1aro
+1rbav
+rb1eff
+rbe1imi1
+rb1einh
+rb1elac
+rb1enau
+rben2a
+rb1enb
+rb1enc
+rb1ene
+rb1enf
+rb1eng
+rb1enh
+rb1eni
+rb1enk
+rb1enl
+rb1enm
+rb1enn
+rb1en2o
+rb1en2p
+rb1enr
+rb1ens
+rb1en1t
+rb1env
+rb1enw
+rb1enz
+rb1enä
+rb1enü
+rb1er.
+rb1eran
+rb1erar
+rb1eras
+rb1erb
+rb1erc
+rb1erd
+rb1ere.
+rb1ereh
+rb1erem
+rb1erer
+rb1eres
+rb1erf
+rb1erg
+rb1erh
+rb1erk
+rb1erl
+rb1erm
+rb1ern
+rb1ero
+rb1er2p
+rb1erq
+rb1err
+rb1ers
+rb1ert
+rb1erv
+rb1erw
+rb1erz
+rbes1o
+rbesti1
+r1beti1
+rb1ex
+rb1ey
+rbi1eri
+r1bi1s.
+rbi1sh
+rbi1sl
+r1bi1sm
+rbit1
+rbla1ss.
+rbla1sse.
+rbla1ssen1
+rbla1sst
+rbleich1
+rblä1s
+rbo1n1ni1
+r1bon
+rborg1
+rbrich1
+r1brü1
+rbs1tis
+rbs1tät1
+rbub1
+rbungs1
+rbusi1e
+r1bus
+rbyg1
+r1by
+rce1m
+rchfall1
+rch1fal
+rchi1en1
+rci1er.
+rcka1
+rc1oi1
+rcus1t
+rcuti1
+r1da
+r1dai1
+rda1la
+rda1lei
+rdani1
+rd1ea1ls
+rdee1n.
+r1dee
+rdeen1
+rdee1ne
+rdee1nr
+r1def
+r1dege
+r1dei
+r1deka
+r1deko
+rde1lac
+rde1lan
+rde1las
+rde1lec
+rde1led2
+rde1leu
+rde1lis
+r1de1ll
+rde1lot
+r1de1lä
+rd1e1ma
+rd1eme
+r1d1e1mi
+rd1e1mot
+rde1nam
+r1den2a
+r1denf
+rdeni1e
+r1deni
+r1denv1
+r1deo
+r1der
+rde1rech
+rde1reis
+rd1e1rol
+rderschaf1
+rde1ru1m1
+rde1sac
+rde1sa1m
+r1de1sc
+rde1se
+rde1sil
+r1desi
+rde1so
+rde1spr
+rdes2p
+rde1sser
+rde1st
+rde1sz
+rdev1e
+r1dew
+r1dh
+r1di
+rdi1enf
+r1dien1
+rdi1ern
+rdint1
+r1dio1
+r1dl
+r1do
+rdob1
+rdossi1
+r1dos
+r1dow1
+r1d2p
+r1dr
+rdrech1
+rdritt1
+r1drit
+rdsb1
+rds1ta2p
+rds1tem
+rds1tru
+rdst2r
+r1dt
+rdtrich1
+rdt2r
+r1dv
+rdv1e
+1rdvl
+rdweb1
+rdys1
+rdöl1
+rdös1c
+r1dü
+rea1c
+1reag
+ream1
+reb1enb
+reb1ene
+reb1eng
+reb1enk
+reb1enl
+reb1en2p
+reb1enr
+reb1ens
+reb1env
+reb1enz
+rebrin1
+re1bri
+recht1ete
+1rechtl
+1rechts
+rec1kis
+1redak
+re1da
+1rede.
+rede1la
+1redet
+re1di1en1
+re1di
+1redu
+ree1fal1
+r1eefa
+ree1l
+reele1
+ree1ne
+reen1
+ree1ns
+1r1ee2p
+ree1s
+1refer
+re1g1ehe
+reg1ela
+reg1ell
+reg1elä
+regeländ2
+reg1elü
+1reg1en
+rege1w
+1regim
+1regin
+1regis
+1regul
+rehan1
+re1hea
+rehe1l
+re1hig
+re1hil
+re1hos
+re1hy
+reibrin1
+1reich.
+1reicher
+1reichs
+reichs1t1em2p
+reide1ra
+1reif.
+2r1eign
+reiha1b.
+reiha1tt1en1
+1reihe
+reilau1
+1reime.
+re1impl
+reim2p
+rei1nam
+rein2a
+reini1e
+rein1i
+re1instal
+reins1treu
+reinst2r
+r1ei1n2u
+rei1nä
+reisa1m.
+rei1sam
+1reiss
+rei1s1sac
+reis1sc
+rei1s1so
+reis1ste
+reis1taf
+reis1t1ei
+reis1terr
+r1ei1st1er
+reis1tis
+1r1eiß
+1rekla
+re1lag
+1r1elai1
+re1lau
+1relea
+releg1
+re1leu
+reli1e.
+reli1ef.
+reli1efs
+reli1er.
+r1elier
+1relig
+re1lims
+re1ll
+re1loc
+re1lok
+re1lö
+re1mak
+remi1en1
+re1mil
+re1mma
+re1mme
+re1mod
+re1monta
+rems1t2r
+re1mun
+re1mä
+re1mü
+1r1enai
+ren2a
+re1nati
+rendd2
+1rendez
+re1neb
+r1e1new
+reng1en
+1renn.
+1ren1nb
+1renn1en1
+ren1ne
+1rennf
+1renn2p
+1renns
+1renn2t
+re1not
+ren2o
+1ren1schü
+ren1t
+renv1e
+re1näc
+1repli
+re2p
+re1red
+re1reg
+re1req
+re1resi
+re1rib1
+re1rif
+rerob1
+re1roc
+re1rom
+re1rou
+rerslan1
+re1scend
+r1esce
+rescen1
+re1sci
+re1scr
+rescue1s
+r1escu
+resea1
+re1see
+re1seq
+re1seri
+re1sez
+resgeg1
+re1sic
+1resid
+re1si1ec
+re1sig
+re1s1ol.
+1reson
+1res1or
+re1soz
+re1ssb
+resse1rat.
+ress1erat
+re1ssf
+re1ssg
+re1ssk
+re1ssl
+re1ssm
+re1ss1or
+re1ssr
+re1ss1s
+re1ss1t.
+re1ssu
+re1ssv
+re1ssü
+1re1stb
+re1stel
+re1st1er
+1re1sth
+re1stü
+resz1u
+re1sän
+1rettu
+rettwe1
+re1ttw
+retv1e
+retä1
+reun1g1
+rev1e
+revo1n
+revo1r.
+1revu
+1rezen1
+rez2e
+1reze2p
+rfai1
+rfall1
+r1fal
+r1fam1
+rfe1ll
+r1fel
+rfen1
+rfe1rel
+r1fere
+rfleg1
+r1fob1
+rfoli1
+r1fs1tag
+rft1el
+rgai1
+rg1ehen1
+r1gehe
+rg1elet
+rg1elig
+rg1elun
+rg1en.
+rg1enak
+rgen2a
+rg1ena2p
+rg1enar
+rg1enaug
+rg1enb
+rg1enc
+rg1ene.
+rg1en1em
+rg1en1en1
+rg1en1er
+rg1en1ex
+rg1enf
+rg1eng
+rg1enh
+rg1enj
+rg1enk
+rg1enl
+rg1enm
+rg1enn
+rg1enof
+rgen2o
+rg1en2p
+rg1enr
+rg1ens
+rg1en1t
+rg1enun
+rgen2u
+rg1env
+rg1enw
+rg1enz
+rg1enü
+rg1eres
+rg1esh
+rg1esinn
+rg1esk
+rg1esl
+rggeg1
+rgha1b
+rghaus1
+rgi1er.
+rgi1ern
+rgint1
+rgiv1e1
+rgiv1
+rglas1s
+rg1oa1
+rgoni1e
+rgon1i
+rgrich1
+rgsgeg1
+rgsm1
+rgs1tru
+rgst2r
+rgsz1u
+rg1sä1g
+rgun1d
+rgungs1
+rhag1
+rhan1ds.
+rhand1
+rha1ti
+rha1ts
+rhau1f
+rhea1
+rhee1
+rheg1
+rhe1i.
+rheits1
+rhe1ll
+rhi1er
+1rhinale
+rhin2a
+rhint1
+1rhiz1
+rh1ma1
+rhou1
+rhua1
+1rhyt
+rhäs1c
+rhös1
+ri1ari1
+ri1a1ro
+rib1er
+richo1
+1richte
+1richti
+1richtu
+rics1
+ri1edic
+rie1di
+ri1efas
+rieg1era
+r1ieg
+ri1ego
+ri1e1i.
+ri1ekt
+rie1lo
+rie1lu
+ri2em.
+ri1e1mal
+ri1en.
+rien1
+ri2enas
+rien2a
+ri1enb
+ri1enc
+ri1enf
+ri1enh
+ri1enk
+ri1enl
+ri1enm
+ri1en2p
+ri1enr
+ri1ent
+ri1env
+ri1enw
+ri1erar
+ri1erbi
+ri1erbl
+ri1erbü
+ri1erem
+ri1erfü
+ri1erga
+ri1eri.
+ri1erjä
+ri1erki
+ri1erkn
+ri1erkr
+ri1erkö
+ri1ermo
+ri1ermu
+ri1ern.
+ri1ersk
+1riesen
+ri1ett
+ri1etä
+ri1eä
+riged1
+1right
+rigni1
+ri1gui
+ri1gå
+rii1c
+rika1c
+rika1ra
+rik1a1ri
+rike2l
+1riksc
+rima1l.
+rimi1t
+rinee1n1
+rin2e1h
+rin1e1i
+rine1ma
+rin1em
+rine1u
+ring1ed
+ring1ere
+ring1eri
+risa1m
+1rispe
+ris2p
+ris1sc
+ris1see
+riste1ll
+1ritte
+ritt1el.
+ritt1elk
+ritt1eln
+ritt1el2p
+ritt1els
+ritt1elt
+ritt1elu
+ritt1elv
+1ri1tts
+1ritua
+ritz1
+riu1m1
+1riß
+rißv1
+rjea1
+rjou1
+rkab1
+rkadi1e
+rka1loc
+rkape1
+rka2p
+rkd1e1
+1rkef
+rke1lan
+rke1lie
+rke1sk
+rke1st
+rki1est
+rkie1s
+rkint1
+rkis1to
+rklan1
+rkla1s
+rkle1b
+rklun1
+rklän1
+rkob1
+rkolli1
+rkora1
+rkrai1
+rkrü1
+rksa1g
+rks1tor
+rks1tur
+rkt1er
+rkungs1
+rkus1t
+rkv1e
+rkäs1s
+rlab1
+rlachs1te
+rlae1
+rlag1er
+rlau1
+rlb1
+1rlead
+rleb1
+rlee1
+rleg1en
+rleg1er
+rle1men1
+rle1ss
+r1lieb1
+rli1et.
+1rlij
+rlili1
+1rlj
+rl1l
+rloe1
+rl1oi1
+rlou1
+rls1tag
+rl1st
+rlun1ge
+rlz1
+rlän1g.
+rmabe1
+rma1cha
+rmae1s
+rm1ales
+rmali1e
+rm1alu
+rm1a1rei
+rm1a1res
+rmaus1
+rmbrin1
+rmee1rs
+rme1lam
+rme1lei
+rme1leu
+rme1me
+rmeni1e
+rmen1
+rme1reg
+rm1ere
+rme1rit
+rm1eri
+rme1sc
+rme1spe
+rmes2p
+rme1sta
+rmeta1l
+rmeti1
+rmib1
+rmi1el
+rmi1en.
+rmien1
+1rmij
+rmi1r.
+rmi1tan
+rmi1te
+rmi1ti1
+rmi1to
+rmi1tti
+rm1m
+rmobb1
+rmo1res
+rmtrich1
+rmt2r
+rmv1e
+rna1ll
+rn2a
+rnanz1
+rn1ari1
+rnatu1ral.
+r1natur
+rnaus1
+rnd1em
+rneb1
+rne1ha
+rn2eh
+rne1her
+rne1lei
+rn1el
+rneli1e.
+rne1lin
+rne1ll
+rne1lu
+rne1ma
+rn1em
+rne1me
+rne1mo
+rne1ru1m
+rn1er
+rne1s2p
+rn1es
+rne1ste
+rn1et1
+rne1uf
+rnev1
+rn1geg1
+rng1eni
+rnhaus1
+rnhof1
+1rnhute
+1rnhuth
+1rnhuti
+rni1eri
+rni1ew
+rnimi1
+rni1sa
+rni1sc
+rni1sme
+rni1ssa
+rni1st.
+rni1ste
+rn1isti
+rniv1
+rn1kau1
+rnleg1
+rno1c
+rn2o
+rnsb1
+rnseri1
+rnt1ele
+rnt1er.
+rnt1ere.
+rnt1erem
+rnt1eren
+rnt1erer
+rnt1eres
+rnt1erm
+rnt1err
+rnw1ar
+rnz1uge
+rnz1u2p
+1rnäv1
+roa1c
+r1oa
+1robb
+rob1eso
+r1obe
+1robot
+r1obo
+1roche.
+ro1che
+1rochef
+rochä1
+roc1ka.
+1r1odr
+roeg1
+roe1m
+ro1fi1e
+r1ofi
+ro1fil1
+1rogat
+rog1eri
+rohn1e
+1rohre.
+roi1c
+r1oi
+roleg1
+r1ole
+roli1er
+rol1lad
+1rollb
+rol1lic
+rol1list
+rol1loc
+romi1t.
+ro1mi
+r2omit
+rom1mar
+rom1mit
+rom1mo
+ro1oi1
+1room
+1r1oot
+ropa1c
+r1o2p
+1ropag
+1ropau
+1rop1ost
+ro1rad
+roral1
+ro1reg
+ro1reh
+rorgi1
+r1o1ro.
+ro1rol
+ro1rom
+rosa1g
+r1osa
+rose1ma
+1rosm
+rosni1
+r1osn
+ros1o.
+1ro1ssa2p
+1ro1ssas
+1ro1ssi.
+1rost.
+r1ost
+1rosy
+1rotes
+rot1eu
+1rotf
+rotfall1
+rot1fal
+rotpunk1
+rot2p
+rotsa1m
+1rotu
+1rotw
+1r1oub
+1route
+1routi
+r1ozi1e
+1rpaw
+r2p
+rpe1ll
+rpenti1e
+rpen1
+rpen1ti
+rping1
+rp1oi1
+rporti1
+rpreis1
+1rpür
+r1ra
+rrai1
+rra1ll
+rra1n2a
+rra1nov
+rran2o
+rrbänd1
+rr1bä
+r1re.
+r1rec
+r1red
+r1reg
+rre1ha
+r1rei
+r1rel
+r1rem
+rre1mac
+r1renal
+rren2a
+r1renb1erg
+r1renflu
+r1ren1gas
+r1ren1ne
+r1renpi
+rren2p
+r1r1ensv
+r1renwö
+r1rer
+rre1sc
+rre1s1ei
+rre1ss
+rre1st
+r1ret
+rre1un
+r1rev
+r1rgå
+r1rh
+r1ri.
+r1ria
+r1ric
+r1rie
+rri1el
+rri1en1
+rri1er.
+rri1era
+rri1erb
+rriere1i
+rri1erf
+rri1erg
+rri1eri
+rri1erm
+rri1ern
+rri1ers.
+rri1erw
+rri2g
+r1ring
+r1rio
+r1riss
+rri1s1so
+r1rit
+rrke1
+r1rlib
+r1rlis
+r1rm1
+r1rnba
+r1rnbu
+r1rnd
+r1rnga
+r1rnsk
+r1ro
+rron1i1
+rro1n1ni1
+rrou1
+rrovi1
+rrsb1
+rrschaf1
+r1rschi
+r1rschl
+rrseri1
+rrs1o
+rrt1ee1
+r1ru
+rrun1d
+rrung1
+rrv1e
+r1ry
+rrye1
+r1rä
+rränd1
+rrät1er
+r1rü
+rsaa1
+1rsaar
+rsali1e
+rsa1mm
+rsa1mt
+rsa1mu
+rsau1f.
+rsaug1
+rsauri1
+rschlän1
+rsch1m1a
+rs1choo
+rsd1e
+rsee1i
+rsehens1
+rsehen1
+rs1ei
+rse1la
+rse1ll
+rse1ma
+rse1men1
+rsen1
+rse1nec
+rse1rad
+rse1s2p
+rsg1ene
+rsha1t
+rsi1en1
+rsii1
+rsili1
+rsint1
+rski1e
+rs1o.
+rsob1
+rs1of
+r1sohn1
+rs1oh
+rs1ond
+rs1os
+rs1ou1
+rs1sa
+rs1sc
+rs1seg1
+rs1s1ei
+rs1sex
+rs1sic
+rs1sie
+rs1sig
+rs1sit
+rss1o
+rs1sol
+rs1s1ons
+r1s1s1ou
+rs1soz
+rs1s2p
+rs1st
+rs1su
+rs1sy
+rs1sz
+rs1ta1fel
+rs1taubh
+rs1t1eil.
+rst1ei
+r2st1eil1
+rste1ma
+r1ste1mm
+rs1tisc
+rs1toil
+rst1oi
+rs1tou1
+rs1trai1
+rst2r
+rs1trak
+rs1trats
+rs1tros
+rs1trüb1
+rs1täti
+rstät1
+rsumg1
+rsu1m
+r1sun1d
+rsun1g
+rsus1
+rsz1ug
+rsäng1
+rtai1
+rtat1e
+rt1eck
+rt1eer
+rt1ei
+rteib2
+rtei1n2a
+rt1el.
+rt1ela
+rt1elb
+rt1elc
+rt1eld
+rt1ele
+rt1elf
+rt1elg
+rt1elh
+rt1elj
+rt1elk
+rt1elm
+rt1eln
+rt1el2p
+rt1elr
+rt1els
+rt1elt
+rt1elu
+rt1elv
+rt1elw
+rt1elz
+rt1elä
+rtenschla1g.
+rt1en1
+rt1er
+rt2erec
+rteri1e
+rterie1l
+rt2erä
+rt1e1ss
+rt1eta2p
+rt1eth
+rtfall1
+rt1fal
+rthi1er
+rti1e1ll
+rti1en1
+rti1er'
+rti1erg
+rti1erhä
+rti1eri
+rti1erkl
+rti1erko
+rtini1e
+rtin1i
+rtleg1
+rtou1
+rtrai1
+rt2r
+rtre1h
+rtri1er
+rtsa1g
+rts1taf
+rts1tau
+rts1t1ea
+rt1ste
+rts1trau
+rt1st2r
+rts1treu
+rtsv1e
+rtue1s
+rtzu1r
+rubb1
+ru1brü1
+1rude
+rue1nb
+ruen1
+rue1re
+1rufen1
+rufe1rat
+ru1fera
+1rufn
+ruft1
+rug1ela
+rugrun1
+ruhe1h
+ruhe1i
+1ruin
+rule1u
+rumm1
+ru1m
+rum1mar
+rum1mat
+1rummel
+rumzu1
+run1d'
+run1ders
+run1det.
+run1din.
+run1ga
+1run1ge.
+rung1en
+run1gl
+rungs1t2r
+runi1e
+runv1
+1runz2e
+1rupf
+ru2p
+rupi1e
+rurg1e
+ruri1e
+rus1o
+rus1sc
+rus1s1or
+ru1sso
+1rute.
+1rut2s
+rutto1
+ruu1
+1ruß
+rvai1
+rva1ll
+rve1le
+rve1lic
+rve1lis
+rve1ll
+rve1m
+rve1n1es
+rven1
+rven1ti1
+rv1era
+rve1rad
+rv1erb
+rv1erc
+rv1erd
+rv1ere
+rv1e1rec
+rv1erf
+rv1erg
+rv1erha
+rv1erhe
+rv1erhi
+rv2erhä
+rv1erhö
+rv1erhü
+rv1eri
+rv1erj
+rv1erk
+rv1erl
+rv1erm
+rv1ern
+rv1ero
+rv1er2p
+rv1erq
+rv1err
+rv1ers
+rv1ert
+rv1eru
+rv1erw
+rv1erz
+rv1erä
+rv1erö
+rvo1nk
+rvo1ns
+rw1ar
+rwa1r.
+rweb1
+rweg1
+rwe1gi
+rweig1
+rweil1
+rwer1d.
+rw1ier
+rwi1sst
+rwur1den
+rwä1r
+rzas1c
+rzeb1
+rz2e
+rze1ru
+rze1st
+rzi1e1ll
+rzi1en1
+rzi1eri
+rzint1
+rzott1
+rz1uglo
+rz1ugru
+rzum1a
+rzu1m
+rz1urr
+rz1urs
+rzv1e
+rzzuschla1
+rzzu1sch
+rächs1te
+1rädc
+1räde
+1rähm
+rän1g1el
+räng1er
+räs1st
+räs1ti
+1räts
+1räub1
+räug1
+1räu1m1
+1räu2p
+1råd
+règ1
+rég1
+1röc
+1röll
+1röm
+rörg1
+rös1chens
+röschen1
+1rösel
+rös1e
+1rösl
+1röt
+rött1
+rübb1
+1rüh
+rümb1
+1rüs
+1rüt
+s'e1
+s'g1
+1s'm
+saa1c
+saa1l1
+1saals
+1saat
+sab1eli
+sa1bel
+sab1er.
+sabs1o
+1sacks
+sad1
+sa1dee1
+safi1er
+sa1fie
+1saft
+sa1gam
+sa1gan1
+sa1gar
+sa1gat
+1sagb
+1sagee
+sage1m
+sag1eri
+sageränd1
+sa1gerä
+1sagev1
+sa1gg
+sa1gi
+sa1gl
+sagli1
+sa1gm
+sa1gn
+sa1go
+sa1gra
+sa1gro
+1sags
+1sagt
+1sagu
+1sahe
+1sahs
+1saht
+sai1c
+sai1g
+sai1n
+1saiso
+saiso1n1ni1
+sai1s1on
+sais1onn
+1salat
+salau1
+1salbe
+salb1er
+1sald
+salee1
+sa1lei
+sali1es
+sa1lil
+sa1llar
+sa1lle.
+sa1llem
+sa1ller
+sa1lli
+sa1lln
+sa1lls
+sa1llt
+sa1llu
+1salv
+1salz
+salzun1ge
+salz1ung
+sa1löf
+sa1mb1
+1samen.
+samen1
+sa1mi
+sami1t
+sammenrech1
+sammen1
+1sa1mml
+sand1
+1sand.
+1san2dh
+sandi1er
+1sandt
+1sandw
+1sang.
+san1kau1
+sa1nua
+san2u
+san1z1u
+sarab1
+sardi1e1
+s1ard
+sar1di
+1sarg.
+s1arg
+sari1e.
+s1ari
+1s1ark
+s1arm1
+s1a1rä
+1sass.
+1sasse
+sassi1e
+sa1ssi
+sat1er
+sathe1
+sa1th
+1satis
+1satte
+satt1el
+1satz
+saub1
+1sauce
+sau1fhei1
+1saugs
+1saugt
+1sau1m
+1sau2n
+1sause
+1saust.
+1sau1ste
+sav1
+1savan
+savo1n
+savo1r.
+1saß
+sbagg1
+sb1eat
+s1bea
+sb1ee1r
+s1bee
+sb1eic
+sb1ein
+sb1eise
+sb1eiz
+sbem1
+sb1enf
+sb1eng
+sb1enh
+sb1enk
+sb1enm
+sb1en2o
+sb1en2p
+sb1enr
+sb1ens
+sb1en1t
+sb1env
+sb1erg
+sb1erl
+sb1ern
+sb1ert
+sb1esen
+sbesti1
+sbi1eri
+sbla1s
+sbleich1
+sblä1s
+sb1oa1
+sboe1
+sbrech1
+sbre1s
+sbrich1
+s1brü1
+sbub1
+sbug1
+s1burg1
+sbänd1
+s1bä
+sbüb1
+1scaa1
+1scann
+1sce.
+1scendo
+scen1
+1scen1zio
+1scenzo
+1scha.
+1schac
+1schad
+1schal
+1schant
+1schas
+1schatt
+s1chauff
+1schaw
+1schc
+1sched
+1schei
+1schel
+sche1las
+sch1e1nass
+schen1
+schen2a
+schenfall1
+schen1fal
+1schet
+1scheu
+scheunt1
+1schew
+s1chiav
+1schic
+s1chicc
+1schie
+1schif
+1schik
+1schil
+1schim
+s1chimst
+1schind
+s1chio
+1schit
+schlan1
+schlun1
+schma1l.
+sch1ma
+schni1s
+1schoc
+1schok
+1schol
+s1ch1ola.
+1schot
+s1chron
+1schu
+1schw
+schwe1ge
+schwo1l
+1schy
+1schäd
+1schät
+1schö2p
+1schü
+1scia
+1scio
+1scià
+scke1
+scolli1
+scous1t
+scou1
+sdea1
+sdeg1
+s1de1ll
+sd1eme
+sden1
+sderm1
+sderma1l.
+sde1ss
+sde1st
+sdie1
+sdossi1
+s1dos
+sdrech1
+sdritt1
+s1drit
+sdui1
+sdun1
+sdw1
+sdös1
+sea1c
+s1ea1ls
+s1ea1ns.
+seaus1s
+seb1en
+sedeg1
+sedun1
+1s1eea
+seeang1
+1s1eed
+see1h
+seehäu2p1
+s1ee1hä
+see1ig
+see1ing
+see1l
+1see1ls
+see1nac
+seen1
+s1een2a
+see1nad
+1s1eer.
+1seers
+see1s
+seft1
+seg1ela
+1seg1elb
+se1g1eli
+seg1ell
+1seg1eln
+seg1elo
+seg1elü
+seg1en.
+seg1enb
+seg1ens
+seg1enz
+1segm
+segregie1
+1se1h.
+se1haa1
+se1hal
+se1ham
+1sehb
+se1hea
+se1hef
+1seher
+se1him
+1sehn
+se1hos
+seh1res
+seh1rg
+seh1ri
+1seht
+se1häu
+1seid
+se1im2p
+s1eind
+s1einf
+se1info
+s1eing
+s1eink
+s1einl
+1s1einm
+s1eins
+se1inv
+s1einz
+se1io
+se1i1rr
+1seit
+seiz1
+1sekt.
+1sekto
+selag1
+se1lang
+1selbe.
+1selbig
+se1leic
+se1lenk
+selen1
+1s1elf.
+se1lic
+se1lief
+se1liz1
+se1ll.
+sellau1
+se1llb
+se1llc
+se1lle.
+se1llen1
+se1ller
+se1llf
+se1llg
+se1llig
+se1llin
+se1llm
+se1lln
+se1ll2p
+se1llr
+se1lls.
+se1ll1st
+se1llt
+se1loc
+se1lok
+se1los
+sels1tur
+sel1st
+se1lud
+se1lu2p
+se1lus
+se1län
+se1mac
+se1mans
+se1mar
+se1masc
+se1mau
+se1mec
+se1med
+se1mem
+1semes
+se1met
+se1meu
+se1mitt
+1se1mm
+se1mob
+se1mod
+se1mon
+se1mor
+se1mu
+se1mä
+se1mü
+s1en2a
+se1nacht
+se1nah
+s1e1nav
+1sende1st
+1sendet
+1sendun
+senfall1
+sen1fal
+s1eni1er
+se1nies
+senleg1
+s1ens.
+1sensore
+sens1or
+sens1tis
+sen1ta
+s1en1tb
+sen1te
+s1en1tf
+s1en1tg
+sen1th
+s1en1tk
+s1en1tn
+sen1t2r
+s1en1ts
+s1en1tt
+sen1tw
+s1en1tz1
+senw1ar
+senzun1
+se1näc
+seob1
+sepi1
+se2p
+se1rand
+s1erat
+serd2
+se1rea
+se1red
+se1ref
+se1reib1en
+se1reic
+se1reinh
+se1reise
+se1repo
+sere2p
+se1resi
+se1rev
+serha1t
+serie1l
+seri1ell
+se1roc
+se1roh
+se1rou
+sers1o
+s1erst1ei
+se1ruc
+s1erud
+se1ruf
+serun1d
+se1runds
+1serv1er.
+1servic
+serzun1
+se1rän
+seränd1
+se1röh
+se1rös
+s2e1rüc
+se1saa
+se1sac
+se1sah
+se1sai
+se1sal
+sesa1m
+se1san
+se1sat
+se1sau
+sesb1
+se1sch
+se1sco
+se1seg1
+se1s1ei
+se1sek
+se1ser
+se1set
+1sesf
+s1e1shu
+se1sic
+se1sig
+se1sir
+se1sit
+se1ske
+se1sku
+se1sn
+ses1o
+se1s1oc
+se1s1of
+se1sol
+se1son
+se1s1or
+se1s1ou1
+se1spa
+ses2p
+se1spe
+se1spi
+se1ss
+1sessel
+se1st
+se1su
+sesv1
+se1sy
+se1sz2e
+se1sä
+se1sä1g
+1setl
+1set2p
+setun1
+1setz
+se1u.
+s1eub1
+1s1euc
+seudo1
+s1eud
+1seuf
+se1uh
+se1u1m
+se1unf
+se1un1g
+se1unt
+seus1t
+se1ute
+sev1e
+1sexh
+sexi1e
+1sexu
+sfe1ll
+s1fel
+sfib1
+sfoli1
+sfun1
+sgeb1er
+sg1ehen1
+s1gehe
+sg1eher
+sg1en.
+sg1end
+sg1ene.
+sg1en1en1
+sg1en1er
+sg1eng
+sg1enr
+sg1ens
+sg1erb1
+sgeränd1
+s1gerä
+sgla1s
+1sh.
+1sh'
+1sha.
+shab1
+sha1b.
+1shaj
+1sham2p
+shaup1te
+shau2p
+shaup1ts.
+1shav1
+1shaw
+shb1
+1shd
+shea1
+shee1
+she1ll
+she1m1a
+sherni1
+1shes
+she1sh
+1shev
+1shf
+1shi.
+1shi'
+shi1en1
+shi1er
+shint1
+1shj
+1shk
+1shl
+1shm
+1shn
+1shoe1
+shof1f.
+1shom
+1shoo
+1shops
+sh1o2p
+1show
+1shs
+1sht
+shun1
+shus1st
+1shuw
+1shv
+1shw
+shäs1c
+shös1
+1shō
+sial1
+sia1la
+sibi1ri1
+sicca1
+1siche
+sichi1
+1sicht
+sic1ki
+side1l
+1siebt
+1siec
+siede1ro
+1s1iedl
+sieg1er
+s1ieg
+1s1ie1h
+sie1l
+si1ell
+si1en.
+sien1
+si1enab
+sien2a
+si1enb
+si1end
+si1enf
+si1eng
+si1enh
+si1eni
+si1enk
+si1enl
+si1enm
+si1enn
+si1en2p
+si1enr
+si1ens
+si1ent
+si1env
+si1enw
+si1enz
+si1erke
+si1ero
+sie1s
+si1ett
+si1etz
+si1ewi
+2siez
+si1ez.
+si1gang
+si1geb
+sig1eh
+1signal
+sign2a
+1signati
+1signa1to
+1signatu1
+1signie
+si1gor
+siint1
+sikai1
+1silb1
+1silh
+sima1l.
+simple1me
+sim2p
+1sin1da
+sine1ss
+sin1es
+sing1en
+singz1
+sini1e
+sin1i
+1sinn.
+1sinne.
+sinns1c
+1sinn2t
+sin2o1
+1sinus
+sin2u
+sions1
+1siru2p
+si1ru
+sischau1fs
+sis1sc
+sis1s2p
+si1s1sto
+sis1st2r
+sis1tak
+sis1tes
+sis1th
+1sitte
+1sitti
+1situ
+1sitz.
+1sitz2e
+1sitzu
+siu1m1
+sius1
+1siw1a
+siz1
+sjea1
+sje1m
+själ1
+skai1
+ska1ll
+sk1a1rei
+1skarv
+1skat.
+1skati
+skau1
+1skau.
+skea1
+1skele
+ske1llu
+ske1st
+skib1
+ski1en1
+ski1ern
+1ski1g
+skimo1
+1skine
+1skinh
+skito1
+skitt1
+1skiz1
+1skj
+sklan1
+skla1s
+1sklav
+skle1b
+sklä1
+sklän1
+skob1
+skora1
+sko1rol
+skot1
+skrü1
+1skul2p
+skus1st2r
+skv1
+skw1
+slaa1
+slab1
+slau1
+slee1
+sleg1en
+sle1mo
+1slet
+sli1er
+1slij
+slili1
+sl1oa1
+1sloga
+slou1
+1slui
+1sm.
+1sm'
+sma1chi
+sma1lic
+sm1alu
+sma1rec
+smaz1
+smee1r
+sme1le
+smerg1
+smeta1l
+smeti1
+smi1r
+smi1t.
+smi1te
+smi1ti
+smi1t2r
+s1moe1
+1smok
+smos1s
+1sn'
+1snacks
+sn2a
+snadi1
+snag1
+1snak
+sne1ll
+sn1el
+sne1st
+sn1es
+snich1te
+sn2ic
+sni1sc
+sni1st
+snäs1
+s1oc
+1socke2
+soc1ky
+s1oe1l
+soe1nt1
+s1oen1
+s1oe1u
+1so1fa.
+s1ofa
+1sofas
+s1off
+1s1oft
+1s1og.
+sog2en2a
+sog1en
+s1ogli1
+s1oh
+1sohl
+1sohn
+s1oi1
+soja1
+s1oj
+s1ok
+s1oli
+s1olk
+1soll
+s1ollent
+sollen1
+s1oller
+s1olli
+s1ollman
+s1ollo
+s1olly
+s1om
+1somn
+sonal1
+son2a
+1s1onb
+s1onc
+s1ondr
+s1one.
+s1on1es
+1s1onf
+s1ong
+1song.
+1songs
+1s1onh
+s1onis
+son1i
+s1onj
+s1onk
+s1onm
+s1onn
+1sonn2t
+s1on2p
+s1ons.
+s1onst
+s1on2u
+1s1ony
+s1onz
+soo1
+s1or
+sorci1
+sorgi1
+sori1e
+so1rö
+1s1oss
+s1ot1
+sotto1
+s1ou.
+s1oud1
+1s1ouf
+s1oul1
+s1ou1m1
+s1ou1ndd
+1s1ou2p
+s1ous
+s1out
+s1ouv
+1s1ouz
+sow2
+1sozial1
+1s1oß
+1spach
+s2p
+1spagh
+spai1
+1spalt
+spani1e
+1spaz1
+1spaß
+spb1
+spea1
+1spe1di
+1sp1eed
+1spee1r
+1speic
+1speie
+1speis
+1speku
+spe1lle
+sperb1
+1sperr
+1spes
+spe1sc
+spe1ss
+1spey
+1spez
+spezi1
+spi1ed
+1sp1ieg1
+1spiel
+spi1err
+1spind
+1spinn
+1spio
+1spiral1
+spi1ra
+1spita
+spitt1
+1spitz
+1sple
+splee1
+1spli
+2spol
+1sprac
+1spran
+1spray
+1sprec
+1spren
+1spric
+2spr1oj
+1sproß
+1spru
+1sprö
+1sprüc
+1sprün
+1spur
+1späh
+1spän
+1spät
+1spül
+srai1
+sra1l
+srau1
+sree1
+sreib1
+sreli1e
+sre1ss
+sre1st
+srun1
+sränd1
+srös1c
+1s2sa.
+1ssa'
+ssaa1
+1ssaar
+1ssabb
+1ssabg
+1ssabl
+1ssabs
+1ssae
+ssali1e
+1ssall
+ssa1m
+2s1samm
+ssams1
+ssa1nov
+ssan2o
+1ssa2p
+1ssaq
+1ssas
+ssatt1
+1ssbac
+ssbeg1
+ssb1eig
+1ssb1erg
+1ss1by
+1ss1bö
+1ssce
+s1schl
+s1schm1
+s1schn
+s1schr
+s1schä
+1ssea
+1sseb
+1ssec
+1ssed
+2ssee1l
+1ssef
+sse1ha
+sse1hei
+sse1hu
+sse1hä
+ss1ei
+s1seif
+sse1in1i
+1ssej
+s2sel.
+sse1lag1
+sse1leb
+sse1les
+sse1leu
+sse1lls
+sse1mat
+1ssemb
+sse1men1
+sse1mil
+sse1mit
+1ssemo
+ssen1
+s2sen.
+1ssenaa
+ss1en2a
+ss1end
+s1sendend
+1ssenr
+1sseo
+sse1rates
+ss1erat
+sse1rats
+sse1rein.
+sse1reine
+1sserta
+1ssertb
+1ssertc
+1ssertf
+1ssertg
+1ssertk
+1ssertl
+1ssertm
+1ssertn
+1ssert2p
+1ssert2r
+1sserts
+1ssertt
+1ssertv
+1ssertw
+sse1sa
+sse1sk
+1sse1s2p
+1sse1ss
+1ss1eux
+1ssew
+1ssey
+1ssez
+1sseö
+1sseü
+1ssgo
+1ssgu
+1ssgå
+sshaup1t.
+sshau2p
+1sshü
+1ssi.
+1ssia
+1ssib1
+1ssich.
+1ssichs
+1ssid
+1ssie.
+s1sied
+s1s1ieg
+ssi1ern
+1ssie1s
+ssi1est
+ssi1et
+1ssif
+1ssij
+1ssing
+2ssinv
+1ssio
+1ssis
+1ssite
+1ssiv
+1ssiö
+1ssjo
+1sskab
+s1skala
+1sskie
+1sskit
+1sskof
+1sskos
+s2sle
+1ssly
+1sslä
+1sslö
+1ssman.
+1ss1mann.
+1ssmans
+1ssmö
+1ssn1er
+1ssn1es
+1ssn2o
+1ssn2u
+1ssnä
+1sso.
+1ss1oa
+1ssoba
+1ss1ob1i
+1ssod
+1ssoe
+1ssog
+ss1on.
+ss1on2a
+s1sond
+ss1ondere
+sso1n1ni1
+ss1onn
+ss1ons
+ss1os
+1ssos.
+1ss1ot1
+1ss1ou
+1ssov
+1ssow2
+s1spann
+ss2p
+1sspeg
+s1spek
+1sspel
+2s1spez
+s1spie
+1sspig
+s1spin
+1sspis
+s1spit
+1s2spol
+1ssprä
+1sspul
+1ssrein2p
+1ssrü
+ss1s
+ssseg1
+ssseri1
+1sssk
+1ssso
+sss1on
+1sssü
+ss1t.
+s1stac
+1sstax
+s1stein
+sst1ei
+s1ste1mm
+1sstere
+sst1er
+s1stern
+1ssth
+s1stim
+1sstis
+s1stof
+2sstol
+s1strat
+sst2r
+sstrich1
+2sstru
+1sstsc
+1sstse
+1sstuc
+1ssty
+s1stöc
+ssue1s
+1ssuh
+s1sui
+s1summ
+ssu1m
+1ssun.
+1ssun2a
+1ssuni
+1ssun2o
+1ssur
+1ssus
+1ssy.
+1ssys.
+1sszer
+ssz2e
+ssz1uge
+1sszw
+1sszä
+s1säc
+s1säl
+ssäng1
+1ssé
+1ssô
+s1süm
+1staa
+1stab.
+1stabi
+1stabn
+1sta1br
+1stad
+stae1
+1staff
+stagg1
+s1tags1
+1stah
+stai1
+1stald
+1stalk
+1stall
+sta1lla
+sta1llei
+sta1llen1
+sta1lli
+sta1llo
+1stam
+1stand1
+1stanf
+stani1e
+1stanza
+1stape
+sta2p
+1star.
+sta1ric
+st1ari
+1st1ark
+1st1arr
+1stars
+1start
+sta1run
+st1aru
+1stas.
+1stati
+1statu
+1staud
+1stauft
+1stau2p
+1staur
+1stauu
+1stav1
+1staw
+1staç
+st1ea
+1steak
+st2eat1
+1steb
+1st1ecc
+1steck
+st1ee
+stee1n1
+1stef
+1steg
+1steh
+st1ei
+2st1eil1
+ste1io
+1st1eiw
+1stel.
+st1ele
+ste1lis
+stelli1e
+stel1lit
+ste1llos
+1stellu
+1steln
+ste1lot
+1stemm
+1steng
+st1en1
+sten1g1el
+ste1nie
+1steo
+st1er
+1stera
+stere1ss
+1sterg
+1steri
+steri1e1l
+s1terzet
+sterz2e
+ste1sc
+stett1
+st1eu
+stev1
+stew1
+1stez
+1steü
+stfall1
+st1fal
+stg1ene
+sthi1er
+1sti.
+1stia
+1stib
+1stich
+1stiel1
+sti1eng
+stien1
+sti1ens
+1stif
+1stik
+1stil
+stil1lus
+sti1llu
+1stio
+1stiq
+1stis.
+stis1t
+1stiu
+1stiv1
+1stiz
+1stiè
+stlos1
+1sto.
+stob1
+1stock
+1stog
+1stoh
+1stok
+1stola
+1st1ol2p
+1sto1ma
+1stop.
+st1o2p
+1sto2p2p
+1st1oq
+s1torn2a
+1st1ory
+1stos
+2stose
+stou1
+1stov
+1st1oy
+1stoß
+1str.
+st2r
+1stra.
+1straa
+strab1
+1strah
+strai1
+stral1
+1stram
+1strand1
+s1trank
+1stras
+1strate
+1strauß
+1straß
+1streb
+1streck
+1stree
+s1treib
+1streif
+1streiz
+1stren1t
+1streß
+1stria
+1strik
+1stris
+1stroh
+1str1oi
+1str1oj
+1strom.
+1stromk
+1stroms
+1struc
+1struk
+1strup.
+stru2p
+1stry
+2s1träg
+1sträh
+1sträng
+1sträs
+1sträuc
+1sträß
+1stræ
+1stré
+1st1röm
+1strø
+1strün
+sts1s1
+sts2t
+sttrich1
+stt2r
+1stu.
+1stua
+1stud
+1stuf
+1stuh
+1stum2p
+stu1m
+1stun1d
+stungs1
+s1turn
+1sturz
+1stut
+1stuö
+1sty.
+1sty'
+1styl
+1styn
+1stys
+stz1ugr
+1stà
+1stá
+1stäb1
+1städ
+1stäm
+1ständ
+1stäng
+1stär
+s1täs
+stät1
+1stätt
+s1täus
+1stè
+1sté
+1stë
+1stí
+1stö2p
+1stör
+1stös
+1stöß
+1stø
+1stú
+1stück
+1stüh
+1stün
+1stürz
+1stütz1
+1stř
+1sub1
+subg1
+1suche
+suchs1ti
+sugo1
+sui1e
+1suj
+sulg1
+sum1mas
+su1m
+1summe
+sumv1
+1sund
+sun1d.
+sun1db
+sun1de
+sun1dg
+sun1d2p
+sun1dr
+sun1du
+sun1dw
+sun1g1ene
+sun1gl
+sungs1t
+1su2p2p
+su2p
+supra1
+surhof1
+susa1m
+sus1o
+su1s1sa
+sus1sk
+sus1st
+suwei1
+suz1
+sva1ll
+svasa1
+svat1
+svea1
+svee1
+sv1era
+sv1erb
+sv1erd
+sv1ere
+sv1erf
+sv1erg
+sv1erha
+sv1erhe
+sv1erhi
+sv1erhö
+sv1erhü
+sv1eri
+sv1erk
+sv1erl
+sv1erm
+sv1ern
+sv1ero
+sv1er2p
+sv1err
+sv1ers
+sv1ert
+sv1eru
+sv1erw
+sv1erz1
+sv1erä
+sw1ar
+sw1i1ec1
+sw1ier
+1swing
+1swr
+swur1des
+swä1r
+syb1
+1sym
+1syn
+syri1n.
+1syst
+1szek
+sz2e
+1szene
+szen1
+szi1e.
+szi1en1
+szki1
+szott1
+sz2uca
+sz1uc
+sz1ugs1
+szum1a
+szu1m
+sz1un1g
+szu1r
+szuz1u
+1szyn
+1szó
+1säb1
+1säen1
+1säf
+1säg
+säge1le
+säge1ra
+säg1er
+1sähe
+1säle
+1sänge
+säng1er
+1sät.
+1säte
+sätt1
+1sätz1
+1säub1
+1säue
+1säul
+1säur
+sä1us.
+sôt1
+1söc
+1söh
+1süc
+1süd1
+süe1
+süg1
+1sül
+1sün
+1sü2p
+1süs
+1süß
+1t'a
+1t'l
+taa1c
+taats1
+1ta1bak
+tab1ei
+tab1er.
+1tabled2
+ta1ble
+1tablet1
+ta1brü1
+ta1br
+tabs1o
+1ta1bu.
+ta1chr
+tadi1e
+tadt1
+1tafeln
+ta1fel
+1tagau
+1tageg
+tag1esa
+tag1esh
+tag1esi
+tag1esk
+tag1es2p
+ta1g1esu
+tag1esz
+1tagfr
+1tagh
+1tagk
+1tagmi1
+1tagmo
+1tagnä
+1tags
+tags1ta
+tags1te
+tags1t2r
+1tagt
+1tagu
+1tagv
+tai1g
+1taill
+tai1n.
+tai1ne
+taitun1
+takt1er
+1taktf
+1taktg
+1taktik
+1taktun
+1talg.
+1talgl
+tali1er
+1talig
+ta1ll'
+ta1llaf
+ta1llak
+ta1llar
+ta1lla1s
+ta1llb
+ta1llc
+ta1lld
+ta1lle.
+tal1legi
+ta1lleim
+ta1llein
+ta1llel
+ta1llem
+ta1ller
+ta1lles
+ta1llex
+ta1llf
+ta1llg
+ta1llh
+ta1llie
+ta1llk
+ta1ll1l
+ta1llm
+ta1lln
+tal1lok
+ta1ll2p
+ta1llq
+ta1llr
+ta1lls
+ta1llt
+ta1llun
+tal1lus
+ta1llv
+ta1llw
+ta1llz
+ta1llä
+ta1lock
+talts1
+ta1lä
+ta1mb1
+tami1er
+1ta1mta
+tand1
+1tan1ga.
+tang1en
+tani1er
+1tanne
+tanni1e
+tan1ni
+ta1nov
+tan2o
+1tantc
+1tantiem
+tan1ti
+tanus1s
+tan2u
+tanz1ug
+tan1zu
+tapas1
+ta2p
+1tape.
+1tapet
+1tapez
+tarab1
+ta1ref
+ta1reg
+t1a1rei
+ta1reli1
+tari1e.
+t1ari
+tari1er.
+1tarif
+tarli1e
+t1arl
+1tarnf
+t1arn
+tarni1e
+1tarn2u
+ta1ross
+t1aro
+tarseri1
+tarsi1e.
+t1arsi
+1tarza
+t1arz
+tarzun1
+ta1rö
+tasi1c
+tasi1g
+1ta1stl
+1tastu
+1ta1tb
+1ta1td
+1ta1tg
+1tatmä
+1tatsa
+1tattoo
+ta1tto
+tatus1
+1tau1fe.
+tau1fä
+1taugl
+ta1umw
+tau1m
+ta1unf
+tau2n
+ta1url
+2tausee
+tavo1n
+tavo1r.
+1taxe
+taxi1g
+tazi1e.
+tazi1en1
+tbau1
+tb1eic
+tb1ein
+tb1eir
+tb1eng
+tb1enz
+tb1erb1
+tb1erg
+tb1erl
+tb1erm
+tb1ern
+tb1ert
+tb1esen
+tbla1s
+tblä1s
+tb1oa1
+t1brü1
+tbänd1
+t1bä
+1tch.
+1tcha.
+tche1u
+1tchs
+tc1oi1
+tcolli1
+tdea1
+tdeg1
+t1de1ll
+td1eme
+tde1st
+tdie1
+t1dog1
+tdoo1
+tdritt1
+t1drit
+tdös1
+t1ea1c
+t1ea1le
+tea1li
+tea1ll
+t1ea1ls
+t1eam1
+teat1
+1teate
+t1eaug
+te1b1ee
+te1b1ei
+t1eb1en
+t1ecc
+1techn
+t1echne
+1techte
+t1ecs
+1teddy
+te1dd
+tedt1
+t1eeb
+t1eef
+t1eeg
+t1eek
+1teekü
+1t1ee1lö
+t1ee1mi
+1t1ee1n2a
+teen1
+tee1ne
+t1ee1nh
+1t1eeni2
+tee1nk
+t1ee1nl
+tee1n2p
+teen1ti1
+t1ee1r.
+t1ee1ri
+tee1s
+1t1eez
+t1eff
+teg1en.
+teg1end
+teg1ene
+te1hal
+teha1t
+t1ehe.
+te1hei
+te1hil
+t1eh2p
+t1ehr
+te1hud
+te1hä
+t1ei.
+t1eia
+t1eic
+t1eie
+t1eig
+t1eij
+t1eil
+1t1eilc
+1teildi
+1teili
+1teiln
+1teils.
+t1eils
+1teilun
+1teilz
+tei1nah
+tein2a
+t2einfo
+te1inhab
+teinher1
+teinjäh1
+t1einj
+teinsa1me
+t1eir
+t1eis.
+t1eise
+tei1s1so
+t1eit
+t1eiw
+t1el1bä
+t1elcha
+1t1elef
+1teleg
+teleg1en
+t1elek
+t1elem
+tele1n2o
+telen1
+t1elerd
+t1elfö
+t1elgla
+t1elgot
+t1eli.
+t1elic
+t1eli1er
+t1elig
+t1elja
+t1elkö
+t1elleb
+t1ellee1
+telle1me
+tel1list
+te1lly
+telländ2
+te2llän
+t1elmeh
+t1elnä
+t1elod
+t1el1o2p
+t1elor
+t1elpe
+tel2p
+t1elro
+t1elru
+t1el1sb
+t1elut
+t1elv2ol
+t1ely
+t1elza
+t1elzü
+t1eläh
+teländ2
+t1elär
+t1ema.
+t1emb
+t1emf
+t1emg
+t1emj
+t1emk
+te1mma2p
+t1emmu
+t1emn
+1tempo.
+t1em2p
+1tempos
+t1ems
+t1emt
+te1mus
+t1emz
+t1en1
+t2enah
+ten2a
+teneb1
+teng1eni
+t2en2ic
+ten1kau1
+tenslan1
+t1ensl
+tens1o
+tens1th
+tentrich1
+tent2r
+tenw1a
+tenz1un1g
+tenz1u2p
+teob1
+1tepe
+te2p
+t1epoc
+1teppic
+tep2p
+t1er'
+t1erah
+t1erak
+t1eral
+te1ram2p
+t1eras
+1tera1to
+terbla1s
+terbrech1
+terbänd1
+ter1bä
+t1erce
+t1erci
+t1ercr
+t1erec
+t1ered
+t2erede
+t2eregl
+t2ereic
+t2ereit
+t2ereiz
+tere1sc
+t1erest
+t1eret
+t1ereu
+terfahrenhei1
+ter1fah
+terf2ahr
+terg1eni
+t1eri.
+t1erieb
+t1erief
+t1eriem
+t1eriet
+t1erik
+t1erim
+t1ering
+t2eriso
+t2eriss
+te1ritz1
+terkau1
+t1erket
+1terme.
+1termen.
+termen1
+1t1ermin.
+1t1erms
+t1ernd
+t1ernf
+t1ernh
+t1ernk
+t1erns
+t1ernt
+t1ernw
+terob1
+1teroba
+1t1erog
+t2eroll
+t1erph
+ter2p
+t1erpu1m
+1t1errai1
+ter1ra
+1terrar
+1t1er1re.
+1t1error
+ter1ro
+t1er1rä
+tersa1m
+t1ersh
+terslan1
+tersle1b
+ters1on
+ters1s
+t1ersw
+t1ert.
+t1erte.
+t1ert1en1
+t1ertet
+tertrich1
+tert2r
+t2eruc
+te1rumm1
+teru1m
+t1erung
+t1erur
+t1ervi
+t1ervä
+terwe1gst
+terweg1
+1terwic
+terzu1r
+t2eräu
+t1erö
+t2e1rüc
+t1es.
+t1es'
+t1esa.
+te1saa
+te1sah
+te1sal
+t1esar
+t1esb
+t1esd
+t1ese.
+t1eseb
+teseg1
+te1seif
+tes1ei
+te1sek
+t1esel.
+te1sem
+tesen1
+te1ses
+t1esf
+t1esg
+te1si1ec
+te1sil
+t1esim
+t1esis
+t1esj
+t1eske
+t1eski
+t1eskn
+t1esko
+t1esku
+t1eskö
+t1esl
+tes1o
+t1eso.
+t1esos
+t1espl
+tes2p
+t1esq
+t1esr
+te1ssa
+te1ssb
+te1sse.
+te1ssen1
+te1sser
+te1sses
+te1ssi
+tessi1er
+te1ssl
+te1ssm
+t1esst
+t1essy
+te1ste
+1testet
+t1estis
+te1sto
+te1stro
+test2r
+1te1sts
+1testun
+t1esty
+te1suc
+te1sui
+t1esv
+t1esw
+t1esäu
+t1esü
+t1ethi
+t1etho
+t1eub1
+1t1euf
+te1u1m
+te1unt
+t1eur
+t1exi
+1texk
+t1expr
+tex2p
+1text.
+1texte
+t1ey
+tezug1
+t1eş
+tfe1ll
+t1fel
+tfing1
+tfoli1
+tfun1
+tg2e.
+tge1b1ea
+tgeb1er
+tg1ehen1
+t1gehe
+tg1eher
+tg1ei
+tg1en.
+tg1ene.
+tg1en1er
+tg1enr
+tg1ens
+1tg1erb
+tgers1s
+tg1ers
+tgeränd1
+t1gerä
+tgla1s
+tgun1
+1th'
+tha1b.
+tha1bs
+1thail
+1thal.
+1thale
+1than.
+tha1t'
+thaus1t
+thb1
+1thea
+theg1
+the1h
+the1i.
+the1ism
+the1ist
+1thek
+the1la
+the1lit
+the1ll
+1thema
+1theme
+the1mo
+1then1
+the1not
+then2o
+1theo
+1thera2p
+1therm
+therm1a
+1these
+1thet
+thez1
+1thf
+1thi.
+thi1en.
+thien1
+thi1err
+thint1
+thivi1
+thiv1
+1thm
+thma1l
+th1ma
+thmus1
+1thn
+thni1s
+thof1f.
+thof1fe
+thoo1
+thora1
+thou1
+1thr
+thre1s
+1ths
+thun1
+1thus
+1thw
+thäs1c
+thä1us.
+thäus1
+1thè
+1thé
+1thô
+1thüb
+1thür.
+1thüre
+tia1ll
+ti1b1el
+tib1er
+1ticket
+2tidea
+2tideo
+1tidj
+1tidn
+1tiefe.
+tielb1
+ti1elek
+tie1ll
+ti2em.
+ti1en2a
+tien1
+ti1enb
+ti1enc
+ti1end
+ti1ene.
+ti1enf
+ti1enh
+ti1enk
+ti1enm
+ti1enn
+ti1en2o
+ti1en2p
+ti1enr
+ti1ens.
+ti1ensc
+ti1ent
+ti1en2u
+ti1env1
+ti1enw
+ti1enz
+ti1epi
+t1ie2p
+ti1epo
+1tierab
+1tierar
+1tier1da
+1tierfr
+1tierga
+ti1eri.
+1tierlo
+1tierpa
+tier2p
+1tierpe
+1tierpf
+1tierpr
+1tiersa
+ti1ersga
+ti1ersl
+ti1ersm
+ti1erss1o
+ti1ersun
+ti1erswo
+1tierta
+1tiert2r
+1tierve
+1tierzo
+tie1s
+ti1et.
+ti1eth
+ti1eto
+ti1ex
+ti1gab
+ti1gene
+tig1en
+ti1genm
+tig1eo
+1tigeri
+ti1git
+ti1glo
+tigm1
+ti1gü
+tihee1
+tii1g
+ti1kens
+tiken1
+tile1b1
+1tilgb
+1tilgu
+tili1e.
+til1lag
+ti1lla
+ti1l1leb
+til1lei
+til1loc
+ti1llo
+til1lose
+tima1l.
+tim1mit
+ti1na2p
+tin2a
+ti1naz1
+tindi1e
+tin1di
+tin1e1m
+tine1re
+tin1er
+tini1er.
+tin1i
+tini1g
+ti1no1mi
+tin2o
+ti1nuk
+tin2u
+tions1
+1tip.
+ti2p
+1tipps
+tip2p
+1tirad
+ti1ra
+tire1m
+ti1re
+1ti1schc
+1tisch2p
+tis1sc
+tis1sex
+tissi1e
+tis1s1or
+ti1sso
+tis1s2p
+tis1st2r
+tis1tag
+tis1te2p
+ti1s1tram
+tist2r
+tis1tüt
+1titt
+titt1el
+tius1
+tiv1
+1tié
+tjea1
+tj1ogg1
+tjät1
+tkab1
+tkape1
+tka2p
+tkau1
+tkhan1
+tkitt1
+tklan1
+tkla1s
+tkle1b
+tklä1
+tklän1
+tkolli1
+tkot1
+1tkür
+tlag1er
+tlat1
+tlau1
+tleb1
+1tlebu
+tlee1
+tleg1en
+tle1ma
+tle1me
+tle1nec
+tlen1
+tle1n2o
+tle1ss
+tle1st
+1tlf
+t1lieb1
+tlings1
+tlis1s
+1tll
+tlm1
+tl1os1t
+tlungs1
+1tlöd1
+tmai1
+tm1ale
+1tmannsre
+t1manns
+tmee1
+tmi1r
+tmi1t2r
+tmou1
+tnag1
+tn2a
+tne1ll
+tn1el
+tne1ss
+tn1es
+tne1st
+tni1sc
+tn2o2
+toat1
+t1oa
+1tobe.
+t1obe
+1tobel
+1t1obt
+to1chi1
+1tocht
+1t1od.
+1tods
+toeb1
+t1ogg1
+toi1n1es
+t1oi
+1tokai
+t1olb1
+toleg1
+t1ole
+1tollh
+1tomb
+tom1mu
+1tonar
+ton2a
+1tonf
+1tonik
+ton1i
+1tonl
+1tonn
+1to2nsu
+tonsv1
+tont1er
+1topi
+t1o2p
+topi1er
+to1rai1
+1torei
+to1rek
+to1re2p
+1torf.
+1torf'
+1torff
+1torfs
+torgi1
+tori1e.
+1torne
+torni1s
+to1rot
+t1o1rou
+1torso
+tortau1
+tosa1g
+t1osa
+tose1m
+toseri1
+tos1o.
+tos1sc
+tos1tem
+t1ost
+1tota
+totb1
+1tote.
+1tot1en1
+1tous
+1town.
+t1own
+1t1ox
+tpat1
+t2p
+1tpaß
+tpeli1
+tpe1ll
+tpelli1
+tpensi1
+tpen1
+tp1oi1
+tporti1
+tpreis1
+1tpäs
+t2r
+1trab.
+trab1er.
+1trabt
+trache1
+tra1chl
+tra1chr
+1tra1dit
+1trafik
+1trag.
+1trage.
+1tragh
+1tragi
+1trags
+1tragu
+1tragö
+1trail
+trai1ne
+trakt1er
+tra1lat
+tra1nac
+tran2a
+tra1nah
+tra1nat
+trand1
+tra1n1et
+tra1nob
+tran2o
+1trans
+tra1n2u
+1trapm
+tra2p
+1trapped
+trap2p
+tra1rea
+tr1a1res
+tr1a1ro
+1tratst
+t1raub1
+1traue
+trau1f
+tra1unt
+trau2n
+1traut
+1trauu
+1trañ
+1trecha
+1treco
+1trecô
+1tr1ee.
+tree1n1
+1treff
+treg1e
+tre1he
+tre1hä
+tre1ink
+tre1i1sc
+treli1e
+tre1mar
+tre1met
+tre1mont
+1tren1n2u
+1tr1ennw
+1treppe
+tre2p
+trep2p
+tre1sch
+1tresen
+1t1res1or
+tre1ss
+tre1st
+1trete
+1tretm
+1treuem
+tr1eue
+1treues
+1treuha
+1treuhä
+trev1
+1triad
+trich1t.
+1trickfi
+1trieb.
+1trieb1en
+1triebs
+1triebw
+trie1l
+tri1ell
+tri1ens
+trien1
+tri1e1st.
+tri1e1sts
+1trifl
+trig1
+tri1gat
+1trigg1
+tri1gon
+1trij
+1triko
+1trime
+1trink
+1trio.
+1trito
+1triy
+trizi1e
+trom1ma
+1trompe
+trom2p
+troni1e
+tron1i
+tro1n1ni1
+1tropf
+tr1o2p
+1trophä
+tros1sc
+1t1rost.
+tr1ost
+1trott
+1t1r1oub
+1troß
+1tru.
+true1s
+1trug.
+1truge
+1trugs
+1truhe
+trun1
+trung1
+1trupp.
+tru2p
+tru2p2p
+1trupps
+1trust
+1träc
+1träg
+1tränc
+tränd1
+1träne
+1tränk
+1träsk
+1träumer
+t1räu1m1
+1trö2p
+1tröte
+t1röt
+trüb1
+1trübh
+1trübu
+trü1ck.
+1trüg
+1trümm
+1ts'
+tsab1
+t1sac
+1tsaki
+tsa1ll
+tsa1mm
+tsa1mt
+ts1ari1
+tsau1f.
+tsaug1
+1tsb1erg
+ts1chara
+ts1chor.
+ts1chör
+tseb1
+tsechs1
+1tsed
+tsee1
+t1seg1
+t1seh1
+t1s1ei
+tseil1
+t1sel
+tse1lle
+tsen1
+t1seq
+tseri1e
+t1ses
+1tse1st
+t1sex
+t1seß
+tsfall1
+ts1fal
+tsg1eni
+tshaus1
+t1si
+ts1ieg1
+t1ski
+t1skl
+1tskrau
+tslan1
+tsleg1
+t1so
+1ts1o.
+ts1ob1
+tsoe1
+ts1of
+ts1og
+ts1on
+ts1os
+1ts1ot1
+1ts1ouk
+t1spa
+ts2p
+t1spe
+t1spi
+t1spo
+t1spr
+1tsprim
+ts1s
+tsseg1
+tsseri1
+tsslan1
+tss1on
+ts1tabe
+ts1tafe
+ts1tag
+ts1tak
+ts1tal.
+ts1tale
+ts1tank
+ts1tant
+ts1tanz
+ts1tas
+t1stat
+ts1tat.
+ts1tate
+ts1tauw
+ts1tax
+t1ste
+1tste.
+ts1t1eam1
+tst1ea
+t2s1t1eil1
+tst1ei
+ts1tend
+tst1en1
+ts1term
+tst1er
+ts1terr
+ts1tex
+ts1th
+t1sti
+ts1tid
+ts1tief.
+ts1tis
+ts1tit
+t1sto
+ts1t1oa
+ts1t1oi
+ts1ton.
+ts1tor.
+ts1tore
+ts1tort
+ts1tot
+ts1tou1
+ts1tow
+t1st2r
+ts1trac
+ts1trad
+ts1trag
+ts1trai1
+ts1trak
+ts1t1rau1m
+ts1tren
+ts1tre2p
+ts1trie
+ts1trub
+ts1tru2p
+ts1trut
+ts1ts
+ts1tus
+ts1tuto
+t1stut
+t1stä
+ts1täte
+tstät1
+ts1täti
+ts1täts
+1tsu.
+1t1sub1
+1tsue
+1tsui
+1tsuk
+tsun1g
+1tsus.
+1tsuw
+1tsuy
+1tsvil
+t1sy
+tsäng1
+t1ta
+1tta.
+1ttac
+ttai1
+tta1lam
+tta1lle
+2ttanz2e
+2ttanzt
+2tta2p2p
+tta2p
+tta1rot
+tt1aro
+2ttat
+2ttau
+1ttaw
+ttb1ei
+1ttc
+1ttd
+tt1eau
+1tteb
+tt1eck
+1tted
+tt1e1di
+tt1eeh
+tt1eel
+tt1eem
+tteg1eh
+tt1ei
+1tt1elbro
+1tt1elerd
+1ttelink
+ttellau1
+tte1llb
+tt1ellit
+1tt1elmark.
+ttelm1ark
+1ttenb
+tt1en1
+tt2eneb1
+ttenfal1l.
+tten1fal
+tt1er
+1tter.
+1ttera
+1tterb
+1tterd
+1ttere
+1tteri
+1tterk
+1ttern
+tt2eros
+1tterrand
+tter1ra
+1tters
+1tt1es.
+tt1esh
+tt1esi
+tt1esm
+tt1esn
+tt1es1o
+tt1espe
+ttes2p
+tt1ess
+tt1esu
+tt1esz
+tt1etik
+1ttev1
+1ttew
+1ttf
+ttfall1
+tt1fal
+1ttg
+tthis1
+1ttho
+tthof1
+tti1eri
+tti1ess
+ttie1s
+1ttig
+tti1gla
+ttili1
+tti1nest
+ttin1es
+1ttl
+ttleg1
+1ttm
+ttmeta1
+1ttn
+ttos1s
+1tt2p
+ttrai1
+tt2r
+tt1rich1te
+ttrös1c
+t1ts.
+ttschaf1
+tts1chef
+tts1chin
+t1t1ste
+tts1tem
+tts1t1er
+tts1tief
+tt1sti
+tts1tor
+tt1sto
+1ttt
+ttungs1
+1ttv
+ttv1e
+1ttw
+1tty.
+1ttys
+1ttz
+tuag1
+tub1
+tubb1
+1tub1erk
+tubi1s
+tub1i
+1tubu
+1tuch
+tudi1e.
+tu1di1en1
+tuf1fi1e
+tuf1fi
+tug1
+1tuge
+tugg1
+tui1nst
+tula1s
+1tull.
+1tulls
+tumi1e
+tu1m
+1tumo
+1tums.
+1tumsal
+1tumsan
+1tumsau
+1t1umsb
+1t1umsd
+1tumse
+1t1umsf
+1t1umsg
+1tumsh
+1tumsi
+1tumsk
+1tumsl
+1t1umsm
+1tumso
+1tums2p
+1t1umsr
+1t1ums1s
+tums1tab
+tums1t2r
+1tumstu
+1tumsu
+1t1umsv
+1t1umsw
+1tumsz
+1tumsö
+1tumu
+1tun.
+tun2a1
+tun1d.
+tun1d'
+tun1dr
+tun1du
+tu1neg
+tun1e1i
+tu1nich
+tun2ic
+tuni1e
+1tunik
+1tunn
+turi1er.
+turi1ers.
+1turtl
+1tusc
+tus1o
+tus1sag
+tu1ssa
+tus1s2p
+tus1tag
+tus1tu
+tuts1t
+tut2s
+tvat1
+tv1era
+tv1erb
+tv1erd
+tv1ere
+tv1erf
+tv1erg
+tv1erha
+tv1erhe
+tv1erho
+tv1erhän
+tv1erhät
+tv1erhü
+tv1erk
+tv1erl
+tv1erm
+tv1ern
+tv1ero
+tv1er2p
+tv1err
+tv1ers
+tv1ert
+tv1eru
+tv1erv
+tv1erw
+tv1erz
+tv1erä
+tv1erö
+tw1ar
+twa1r.
+tw1are1i
+tw1at1
+tweb1
+tweg1
+1twh
+tw1ien1
+1twuche
+twun2g
+twun1
+1tyc
+1ty2p
+tysi1
+tza1ll
+tzd2
+tzei1tlo
+tz2e
+t1zeit
+tze1lac
+tze1ma
+tze1rot
+tze1sc
+tze2ssc
+tze1ss
+tze2ss2p
+tze2sst
+tze1un
+tzg1ere
+tzg1eri
+tzle1b1
+tzott1
+tzt1er
+tz1u.
+tz1ugabt
+tz1ug1ei
+tzum1a
+tzu1m
+tz1urr
+tzuz1u
+1tzwa.
+1tzwe.
+1tzy.
+tái1
+1täfe
+täg1
+1tägi
+1tägl
+1täle
+tän1g1el
+täns1
+1tänz1
+1täsc
+tät1er
+1tä1to
+tä1us.
+téb1
+téli1
+1tô
+1töch
+tög1
+1töl2p
+1tön
+1töpf
+tö2p
+1törns
+1törtc
+1tötu
+1tüch
+tücks1tel
+1tüf
+tüft1
+1tüll
+1tümpel
+tüm2p
+1tür.
+1türco
+tü1rc
+1türe
+1türfl
+1türfü
+1türg
+1türk
+1türla
+1türmc
+1türr
+1türs
+1türt1
+1türv
+1türö
+1tütc
+tütt1
+1tō
+u'e1
+uabb1
+uabe1
+uae1
+uag2ei
+uagli1
+uai1
+ua1l'
+ua1line
+ual1leb
+ual1lie
+ual1lo
+ua1lls
+ualv1e
+ua1nau
+uan2a
+uand1
+uani1e
+uanleg1
+uardi1e
+u1ard
+uar1di
+uarni1
+u1arn
+ua1ros
+u1aro
+uasi1
+uat2ei
+uat1em
+uaus1
+1uav
+uaz1
+ub1a1rei
+1ubay
+ubb1ese
+ub1eam
+u1bea
+ubeb1
+ub1ebe
+ub1ecke.
+ub1ee1r
+u1bee
+ub2eh
+ub1ei
+1ubek.
+ub1enb
+ub1enc
+ub1en1ei
+ub1enf
+ub1eng
+ub1enh
+ub1eni
+ub1enj
+ub1enk
+ub1enl
+ub1enm
+ub1enn
+ub1en2p
+ub1enr
+ub1ens
+ub1en1t
+ub1env
+ub1enw
+ub1enz
+ub1enä
+ub1er.
+ub1erb
+ub1erc
+ub1erd
+ub1ere.
+ub1erem
+ub1eren
+ub1erer
+ub1eres
+ub1erf
+ub1erg
+ub1erh
+ub1erin
+ub1erk
+ub1erl
+ub1erm
+ub1ern
+ub1er2p
+ub1err
+ub1ers
+ub1ert
+ub1erv
+ub1erw
+ub1erz
+ub1erü
+ub2est
+ub2et
+ub1ex
+ub1ey
+ub1i
+ubi1el
+ubi1er.
+u1bi1s.
+ubi1st.
+1ubiz
+ubleg1
+uble1m
+ublun1
+ubob1
+1ubof
+1ubrow
+ubs1o
+ubs1tab
+ubs1tas
+ubs1term
+ubst1er
+ubs1th
+ubs1ti2p
+ubs1trau
+ubst2r
+ubs1tri
+ubz1ug
+ubürg1
+ucai1
+ucavali1
+1ucc
+uce1me
+u1cha
+2uchec
+uche1lac
+uche1me
+uchgela1
+u1chi
+uchi1c
+uchimm2
+u1chman
+uch1ma
+uchterhan1
+ucht1er
+uchtsa1m
+uci1er
+uckle1b
+u1cksack
+ucli1
+uco1n1ni1
+2ucr
+1udas
+ude1lo
+ud1em
+ud1e1ma
+ude1mo
+ude1san
+ude1sc
+ude1se
+ude1s2p
+ude1ss
+ude1st
+udi1en2a
+u1dien1
+udi1enb
+udi1enf
+udi1enh
+udi1enk
+udi1enl
+udi1enm
+udi1en2o
+udi1en2p
+udi1en2u
+udi1env
+udi1enw
+udi1eri
+udi1ern
+u1dio1
+udo1re
+udo1ro
+udo1ru
+udv1e
+udz1
+udös1
+uee1n1
+ueg1en
+1ueh
+ue1ha
+ue1hl
+ue1hn
+ue1ho
+ue1hr
+ue1hö
+ue1hü
+ue1l1fenb
+ue1ll
+uelle1me
+ue1low
+ue1l1sd
+ue1lz
+ue1mas
+ue1ment
+uemen1
+ue1mle
+ue1mu
+ue1mä
+uen1
+ue1nig
+ue1not
+uen2o
+uenv1e
+uenz1u
+ue1raba
+uere1ss
+uerob1
+ue1rr.
+uerto1
+ue1run1d
+ue1ru2p
+uerzun1
+ue1sab
+ue1sar
+ue1sau
+ue1sb
+ue1sch
+ue1scr
+ue1sda
+ue1s1ei
+ue1set
+ue1sg
+ue1sh
+ue1sig
+ue1sko
+ue1s2p
+ue1sr
+ue1ss
+ues1sc
+ues1st
+ues1sä
+ue1st
+ues1tan
+u1f'
+u1fab
+u1fak
+ufall1
+u1fal
+ufalls1
+u1fau
+u1fbar
+u1fc
+u1fe.
+u1fed
+ufe1lli
+u1fel
+u1fem
+ufen1
+u1fen.
+u1fen2a
+u1fend
+u1fenk
+u1fenm
+u1fenr
+u1fens
+ufenschla1
+u1fenv
+u1fenw
+u1fer.
+u1fera
+u1ferf
+u1fern
+u1fert
+u1fes.
+u1fe1sc
+u1ff.
+u1ffac
+u1ffe.
+u1ffen
+u1ffer
+u1ffs
+2ufg
+ufhei1
+ufi1en1
+u1fie
+1ufik
+u1fin
+u1fk1o2p
+u1fn2u
+ufoli1
+u1for
+ufski1
+u1fsk
+u1fs1or
+u1fst.
+u1fs1tag
+u1fs1t1ea
+u1fs1t1en1
+u1fs1t1er
+ufs1tick.
+u1fs1tou1
+ufs1trau
+ufst2r
+ufs1trick
+u1ft.
+u1ft'
+u1fte.
+uft1el
+u1ftem
+u1ft1en1
+u1ft1er
+u1ftes
+u1ftet
+u1fu
+ufungs1
+u1fv1e
+u1fvo
+u1fwerk
+u1fzen1
+ufz2e
+u1fär
+u1fö
+u1fü
+1uga1bf
+1ugabsta
+ugai1
+ugala1
+1ugall
+1uganges2t
+1ugangst.
+1ugank
+1uganz
+ug2e.
+1ug1ebene
+ugeb1en
+ug1ec
+ug1eff
+ug1efo
+ug1ehen1
+u1gehe
+ug1eher
+ug1ei
+ug1elek
+1ug1em2p
+ug1en.
+ug1enb
+ug1end
+ug1enf
+ug1eng
+ug1enh
+ugeni1e
+ug1enk
+ug1enl
+ug1enm
+ug1enn
+ug1en2p
+ug1enq
+ug1enr
+ug1ens
+ug1en1t
+ug1en2u
+ug1env1
+ug1enw
+ug1enz
+ugeränd1
+u1gerä
+ug1e1ss
+ug2es2t
+ug1ex
+ugg1eri
+uggs1c
+ughe2s
+ugla1s
+1uglau1
+1uglos
+ugob1
+1ugoc
+1ug1o2p
+1ugreis
+1ugreiz
+1ugrou1
+1ugrundf
+1ugräu
+ugsa1g
+2ugschau
+ugs1t1ea
+ugs1tem
+ugs1term
+ugst1er
+ugs1tür
+ugsv1e
+uha1bs
+uha1bt
+uhau1f
+uhdun1
+1uhei1ri
+uhe1la
+uhe1li
+uhe1ll
+uhe1lo
+uhe1ma
+uhe1me
+uhe1rec
+uhe1se
+uhe1si
+uhe1s1o
+uhe1s2p
+uhg1eh
+uhg1en
+uhint1
+uhlan1
+uhle1b
+uhlv1
+uhme2
+uhni1
+uhot1
+uhun1d
+uhz1
+uib1
+1uid.
+1uidd
+1uidh
+1uidl
+1uidv
+ui1el
+ui1em
+ui1en1
+ui1er.
+ui1era
+ui1erd
+ui1eres
+ui1esc
+ui1ese
+ui1et.
+ui1eti
+ui1etk
+ui1eu
+ui1ga
+ui1gr
+uila1
+uilb1
+uile1u
+uise1m
+uiv1
+uive1l
+uiv1e
+1uiz
+uja1n
+1uka.
+ukai1n
+ukani1
+ukasi1
+ukau1
+1ukerm
+uke1sa
+ukitt1
+ukle1b
+1uko.
+ukose1
+1ukov
+uksa1m
+ukt1er
+1uku.
+ukv1
+ukw1
+ulali1
+ulami1
+ulanzi1
+ulau1f.
+1ulaw1
+ul1bee1
+ulbeg1
+uleg1en
+1ulej
+ule1me
+ulib1
+uli1eri
+uli1ern
+uli1er2p
+uli1et
+ulivi1
+ul1la1bo
+ul1lag
+ullb1
+ul1leh
+ul1lek
+ulle1m
+ul1lex
+u1lli1er.
+ul1line
+ul1lin1i
+ullv1
+ulni1e
+ulob1
+ulou1
+uls1test
+ul1st
+ult1el
+ulti1c
+ultra1g
+ult2r
+1ulufr
+1uluk
+ulungs1
+1uluta
+ulv1e
+1ulé
+u1m
+u2m.
+uma1chi
+um1alb1
+uma1li
+um1a1ll
+umathe1rapi
+uma1th
+uma1thera2p
+umb1ei
+umbri1e
+1umdr
+ume1di1
+umei1s1c
+ume1lan
+ume1lei
+ume1ll
+ume1sc
+umeta1
+umher1
+umi1e.
+umi1en1
+1umik
+umi1t.
+umi1t2r
+umi1tz
+um1mag
+um1mal
+um1mant1
+u1mmb1
+um1meld
+um1me1ss
+um1meta
+um1mob
+um1mod
+um1mog
+u1m1mor
+u1m1mur
+umni1st
+1umo.
+1umof
+umou1
+umrun1
+1umsb
+umschaf1
+1umsd
+1umsf
+1umsg
+1umsj
+1umsm
+1umsr
+1ums1s
+ums1taf
+ums1tis
+1umsv
+1umsw
+umz1ugs1
+1unabh
+un2a
+una1lah
+un1a1rei
+un1d'n
+un1dbo
+un1d1by
+un1d1bä
+un1dea
+un1dek
+un1del.
+unde1la
+un1deln
+un1d1e1mi
+un1der.
+understan1
+unde1ur
+un1deu
+un1d1fah
+un1dis
+un1dkl
+un1dler
+un1d1rü
+un1dsf
+un1dsg
+un1dsr
+un1ds1s
+un1dwu
+un1dy
+un1dä
+uneb1
+unee1
+unehe1
+un2eh
+une1ll
+un1el
+une1me
+un1em
+unenschaf1
+un1en1
+unesi1
+un1es
+une1st
+unfall1
+un1fal
+unft1
+un1g'
+un1gar
+un1gba
+un1ge.
+un1gem
+un1g1enb
+un1g1end
+ung1en1er
+un1gene
+un1g1en2p
+un1g1ens
+un1g1en1t
+un1g1enw
+un1ger
+un1ges
+un1get
+un1gew
+un1gf
+un1ggi
+un1ggl
+un1ghi
+un1ghü
+un1gi
+un1gj
+un1gkl
+un1gla
+un1gli
+un1go
+un1gr
+ungsa1m
+ungs1tau
+ungs1tes
+ungs1ton
+ungs1tra
+ungst2r
+ungs1tri
+ungs1tro
+ungs1tü
+un1gte
+un1gz
+un1gä
+1un1gü
+unhei1
+1uni.
+1unif
+1unio
+uni1s.
+uni1sc
+uni1ss
+1unku
+1unlu
+un1nb1
+unsa1m
+unsb1
+unsee1
+unseg1
+unsle1
+unsrü1
+uns1tem
+un1t1ee1
+unt1eh
+unt1el
+1unters
+unti1en1
+un1ti
+untv1
+unus1st
+un2u
+1unwi
+1u1oa
+uob1
+uog1
+1u1oi
+1uok
+1uol
+uon1ti1
+uorv1
+uos1o
+1uoz
+1upd
+u2p
+upenv1
+upen1
+1upf.
+1upfb
+1upfe.
+1upfer.
+1upff
+1upfg
+1upfin
+1upflaut
+upflau1
+upfleg1
+1u2pf2p
+1upfs
+1upft
+upi1er.
+upi1erb
+upra1c
+uprech1
+upre1s
+uprämi1
+urai1
+u1ralis.
+u1raliz1
+u1ra1lly
+u1ralm
+urani1
+u1rapl
+ura2p
+u1ravi
+ur1b1ell
+u1rbo
+u1r1bä
+urbänd1
+urci1e
+ur1d'
+urdi1er
+ur1di
+u1rdu
+u1red
+uree1n1
+ure1h
+ure1i1sc
+ure1ism
+u1rel.
+ure1la
+u1rellem
+ure1ll
+u1relles
+u1rels
+ure1ma
+ure1me
+ure1mi
+ure1n1es
+u1res.
+ure1sc
+ure1s2p
+ure1sse
+ure1st
+uresti1
+ure1un
+urffe1
+urg1ebe
+urg1ene
+urha1t
+urheb1
+uri1el
+uri1en1
+uri1eran
+uri1erh
+uri1erl
+uri1ern
+uri1ert2r
+uri1erz
+uri1ez
+u1rkar
+urleg1
+urm1al
+u1rmel
+urmet1
+urmi1e
+urn1i
+urni1s.
+urnv1
+urnw1
+urop1a1rk
+ur1o2p
+1urrg
+1urrk
+1urrs
+1urrt
+1urrun
+ur1ru
+1ursac
+urschaf1
+urseg1
+urs1on
+urs1s
+urs1taf
+urs1tag
+urs1term
+urst1er
+urt1ee1
+urt1eli
+urtv1
+urub1
+urun1d
+urundi1
+urusi1
+u1rücken.
+urücken1
+u1rückt.
+u1rückte.
+usa1ll
+usa1mt
+usatt1
+u1sch
+uschett1
+u1schet
+uschwi1l
+u1schw
+useg1eh
+use1ha
+use1hi
+us1ei
+use1i.
+use1leb
+useli1e
+use1lim
+use1ma
+use1me
+use1nas
+us1en2a
+use1n1es
+use1n1et
+usen1t
+use1n2u
+use1sa
+use1sh
+use1s2p
+1usevan
+usfall1
+us1fal
+usheb1
+usi1erl
+usi1ern
+using1
+usje1
+u1skel
+usm1al
+usni1
+us1ob
+usoe1
+us1of
+usorg1
+us1or
+us1ou1
+usporti1
+us2p
+u1ssa
+us1sah
+usschaf1
+u1sse.
+us1seer
+us1seg1
+u1ssel
+u1ssen1
+u1sse2p
+u1sse1st
+u1sset
+u1ssev
+u1ssi
+us1sic
+us1sieb
+ussi1er.
+ussi1ers.
+u1ssl
+u1sso
+us1s1oc
+u1ssq
+us1stab
+us1st1eu
+us1stu
+us1stö
+u1ssu
+us1suc
+ussv1e
+us1säu
+us1tal.
+us1t1ari
+us1tast
+us1tau1m
+us1taus
+u1ste
+us1t1eils
+ust1ei
+u2st1eil1
+us1t1eilt
+uste1is
+uste1ll.
+u1ste1mm
+us1te2p
+uste1ro
+ust1er
+us1tilg
+u1stil
+us1tore
+us1tork
+us1tors
+us1tort
+us1tou1
+us1trab1
+ust2r
+us1trac
+us1trag
+us1trai1
+us1trak
+ustrich1
+us1tri2p
+us1trit
+us1troc
+us1trud
+us1tru2p
+us1trät
+us1träu
+us1tub1
+us1tuc
+us1turm
+us1tyr
+us1tüte
+usv1e
+utai1
+uta1ll
+1utar.
+utat1e
+utau1fn
+utaus1s
+ut1eid
+ut1eint
+ut1eis
+ut1el.
+ut1elb
+ut1elc
+ut1elf
+ut1elg
+ut1elh
+ut1elin
+ut1elk
+ut1elm
+ut1eln
+ut1el2p
+ut1elr
+ut1els
+ut1elt
+ut1elun
+ut1elv
+ut1elw
+ut1elz
+ut1elä
+ut2enac
+ut1en1
+uten2a
+1utensi
+ut1epi
+ute2p
+ut1er
+ut2erest
+ut1ess
+ut1estu
+ut1ex2p
+utext1es
+u1texte
+uthi1n
+uthof1
+uti1en1
+utimi1
+utin1e1i
+utit1
+utlan1
+utla1s
+uto1rad
+ut1o1rat
+ut1o1re.
+uto1ref
+u1to1rei
+uto1res
+uto1rev
+uto1ru
+utrech1
+ut2r
+utre1m
+ut2s
+uts1tem
+ut1ste
+utt1el.
+utt1elg
+utt1elh
+utt1elk
+utt1elm
+utt1eln
+utt1els
+utungs1
+utv1e
+utzug1
+utz1u2p
+utzv1e
+1uu.
+uub1
+uule1u
+uu1m1
+uumv1
+uungs1
+1uur.
+uurb1
+1uurz
+uus1c
+uus1o
+1uuu
+uvab1
+uvai1
+uvali1
+uv1e
+uvi1ge
+uvo1n
+uw1a
+1uw1ara
+uw1ie
+uxma1l
+uyg1
+uyt1
+uza1ll
+uze1ll
+uz2e
+uzenv1
+uzen1
+uzi1en1
+uz1u.
+uz1upfe
+uzu2p
+uzu1r
+uz1urr
+uzv1e
+1uzwil
+uzz1
+ußa1ll
+ußv1e
+uäng1
+vaa1r
+vabe1r
+vabi1
+vad1e1m
+vag1ere
+vagni1e
+vai1n.
+va1lag
+va1land1
+va1lla
+va1llb
+va1llc
+va1lld
+va1llg
+va1llh
+va1lli
+va1llk
+va1ll1l
+va1llo
+va1lls
+va1llt
+va1llv
+va1llw
+vals1c
+valv1
+1van.
+vand1
+vani1e
+vanns1
+var1di1
+v1ard
+v1arg1
+varni1
+v1arn
+va1rote
+v1aro
+vars1
+vasi1e
+vati1e
+vaugi1
+vaus1
+vauti1
+vb1ein
+vb1eiz
+v1brü1
+vbänd1
+v1bä
+veb1en
+vedeg1
+veeb1
+vee1n.
+veen1
+vee1r
+veg1en
+vegg1
+ve1ha
+ve1hea1
+ve1hec
+ve1her
+ve1ho
+veig1
+ve1int
+ve1lac
+ve1laf
+ve1lag
+ve1laz
+ve1leu
+veli1e
+ve1ll.
+ve1llc
+ve1lle
+velle1m
+ve1lli
+ve1llo
+ve1lls
+ve1man
+ve1mar
+ve1mat
+vemb1
+ve1me
+ve1mit
+ve1mm
+ve1mo
+ve1mu
+ven1
+ve1nah
+ven2a
+vendi1er
+vendrech1
+veneb1
+v1enee1
+vensle1
+v1ensl
+v1er.
+v1er'
+v1erag
+v1erai1
+v1eram
+v1erand
+v1era2p
+v1erbala
+ver1bal
+v1erbalk
+v1erbec
+v1er1bee
+v1erben
+v1erbi1er
+verbla1s
+verbrech1
+v1erca
+v1erce
+v1erci
+v1erco
+v1erde.
+ver1dea1
+v1erden.
+v1erdens
+v1erdes
+v1er1dia
+ver1di
+v1erdik
+v1erdis
+v1er1dot
+ver1do
+verdun1
+v1ere.
+v1erec
+ve1reg
+ve1reif
+v1erein2a
+vereinsät1
+v1erem
+v1eren2a
+v1erene
+ve1re2p
+v1eres.
+vere1ss
+v1erey
+v1ergar
+verg1ehu
+v1ergele
+v1ergen
+v1ergeri
+v1ergy
+v1erhaa1
+v1erhag1en
+verhag1
+v2erhäl
+v1eri.
+v1eric
+ve1riem
+v1erif
+v1erism
+v1eriss
+v1erit
+v1erkad
+verkau1
+v1erks
+v1erlen1
+verm1a
+v1ermai1
+v1ermeil
+v1ermil
+v1ermon
+v1ernad
+vern2a
+v1ernam
+v1ernan
+v1ernat
+v1ernau
+v1erne.
+v1ern1er
+v1ern1es
+v1ernh
+v1erni1er
+v1ernis
+v1ernor
+vern2o
+v1erns
+v1eron
+v1eroo
+v1errad
+ver1ra
+v1erratt
+v1erraz
+v1ers.
+v1ersai
+versa1m
+v1ersann
+v1ersar
+v1ersb
+verschaf1
+v1ersd
+v1ersek
+v1erse1ma
+v1ersen.
+versen1
+v1erser
+v1ersf
+v1ersg
+v1ersig
+v1ersko
+v1ersku
+v1erskü
+v1ersle
+v1ersli
+v1erslo
+v1ersma
+vers1o
+v1ersr
+v1erss
+v1erstak
+vers1tal
+v1er1steg
+v1er2s1t1eil1
+verst1ei
+v1erswe
+v1ersz
+v1ert.
+v1erte.
+v1erteb
+v1ertes
+v1ertig
+v1ertin
+v1erts.
+v1eruc
+v1erula
+v1eru1m
+verun1
+v1erve
+v1erw1aa1
+v1ery
+verz1ug
+verz1u2p
+v2e1rüc
+ve1sch
+ve1sh
+ve1sit
+ve1sol
+ve1spi
+ves2p
+vess1
+ve1sse
+ve1ssi
+ve1ssl
+ve1st
+ve1sy
+ve1sä
+veti1e
+veto1
+ve1uf
+ve1un
+vev1e
+vfoli1
+via1lle
+vi1ari1
+vi1cho
+vi1ed
+vi1ei
+vi1ej
+vie1lbr
+vi1en.
+vien1
+vi1enb
+vi1end
+vi1ene.
+vi1en1es
+vi1eng
+vi1enn
+vi1ens
+vi1ent
+vi1erne.
+vi1esk
+vi1et
+vi1eu
+vi1ev
+vi1ew
+vi1ez
+vi1gel
+vigg1
+vih1
+vii1g
+vilan1
+vili1e
+vi1lli1e
+vini1e
+vin1i
+vinz1
+vire1m
+vi1re
+virg1
+vis1st
+vitt1el
+viv1
+vivi1e
+viz1
+vize1i
+viz2e
+vize1l
+vkape1
+vka2p
+vke1l
+vla1s
+vlau1
+vni1
+voeg1
+vog1
+v1oi1
+voili1
+voi1si1e
+v2ol
+voli1e
+vol1lab
+vol1la1s
+vo1llmann
+vom1
+vo1mi1
+vo1n2a
+vo1nde
+vo1ne.
+vo1n1el
+vo1n1en1
+vo1n1es
+vo1n1i1
+vo1ns.
+vo1nsh
+vo1nsk
+vo1nä
+voo1
+vorv1e
+vou1
+vpe1
+v2p
+vrb1
+vre1ss
+vrun1
+vsb1
+vs1ei
+vs1s1
+vt1ea
+vteg1
+vt1ei
+vt1er
+vtit1
+vts1
+vtät1
+vue1n2u
+vuen1
+vulli1
+vvat1
+vv1e
+vz1ug
+väg1
+vänd1
+väng1
+vät1
+vög1
+w1aa1
+wab1
+wabb1
+wachs1tü
+wac1ka
+wae1
+w1ag
+wagg1
+w1ahl
+wai1n
+waje1
+w1al
+wald1
+wa1ll
+w1am
+wa1mb1
+w1an
+wand1
+wang1en
+wang1er
+wantun1
+wan1tu
+w1ara
+w1are1h
+ware1l
+ware1m
+wa1rol
+w1aro
+wart2ei
+w1arte
+wasa1l
+wasun1
+w1at
+wat1er
+waterfa1
+wat1erf
+waterfal1l.
+waterfall1
+water1fal
+water1staa1
+wat1ers
+waus1
+wb1el
+wb1oa1
+wboe1
+w1brü1
+wde1l
+wdie1
+w1d1oi1
+wdre1
+wds1
+wea1l
+wea1r
+weat1
+we1b1ec
+web1en
+web1era
+web1eri
+wee1
+we1gen2a
+wege1re
+wein1e1l
+wei1ssrü1
+wei1ssr
+wei1ter1stad
+weit1er
+wei1tj
+wei1tn
+wei1tq
+wei1ts.
+wei1ty
+wei1tz
+weißrü1
+w1eiß
+weka1
+we1ll
+we1mm
+weni1e
+wenm1
+wen1t
+wenv1
+werbe1i
+werbs1ta
+w1erbs
+wer1de1i
+werg1ene
+werv1
+we1sch
+we1so
+we1ss
+we1st
+wetens1
+wet1en1
+wev1
+wexb1
+wg1en
+wha1t1
+whee1
+where1
+whot1
+wib1
+wici1
+wic1kis
+w1ieb
+w1iec
+w1ie1di
+w1iefk
+wieg1er
+w1ieg
+w1iek
+w1iel
+wi1elk
+w1iem
+wi1enk
+wien1
+w1ierin
+wi1erz
+w1ies
+w1iet
+wi1ets
+wigrun1
+wih1
+wilb1
+wildun1
+wimm1
+wim1mei
+wind1e1ri
+win1de
+winde1roh
+wing1er
+wint1
+wintere1ss
+wi1rb1
+wire1l
+wi1re
+wi1rse
+wisa1
+wi1ssa
+wi1ssc
+wi1ss2p
+wi1tani1
+witt1em
+witzi1e
+wla1s
+wn1fal1
+wochs1t
+wo1chs
+wodka1
+woe1
+w1ogg1
+wohn1
+wolfe2
+w1olf
+wol1la2p
+wol1lau
+wo1llschlä1
+wol1lus
+woni1e
+won1i
+woo1
+wp1oi1
+w2p
+wrun1
+wrung1
+wsa1
+wseri1
+ws1o
+ws1s
+ws1tic
+wt1ei
+wt1er
+wub1
+wubb1
+wun1
+wung1en
+wuns1t
+wurb1
+wut1
+wv1
+ww1
+wwe2
+wyb1
+wyni1s
+wyn1i
+wyt1
+wänd1
+xab1
+xabi1
+xa1chl
+xa1cho
+xag1
+xagg1
+xakt1er
+xa1ll
+xand1
+xan1ti1
+xas1st
+xavi1
+xb1erg
+xbänd1
+x1bä
+xd1e
+xdea1
+xdeg1
+xeb1
+xeg1es
+xehe1
+xe1ll
+xelv1
+xe1ma
+xe1men1
+xen1
+xenhi1
+xenv1e
+xe1st
+xet1
+xgeg1
+xg1ei
+xg1ene
+xha1t
+xhau1
+xhou1
+xi1c
+xid1
+xi1ei
+xi1en1
+xie1s
+xi1est
+xi1et
+xi1geb
+xi1gew
+xi1gl
+xi1gu
+xi1gä
+xiko1
+xim1
+ximal1
+xima1l.
+xin1i1
+xi1nu1m
+xin2u
+xis1s
+xisv1
+xit1e
+xkau1
+xke1
+xkla1
+xleg1
+xmi1tti
+xob1
+xog1
+xon1i1
+xorgi1
+xrun1
+xs1o
+xtaus1
+xt1ea
+xt1e1di
+xt1ee1
+xt1ei
+xt1el
+xt1em
+xt1er
+xterri1
+xt1eu
+xti1l1la
+xtint1
+xtit1
+xtob1
+xtra1c
+xt2r
+xtra1g
+xtra1l
+xtra1r
+x1tra1ut
+xtschaf1
+xtv1e
+xtät1
+xub1
+xun1d
+xus1
+xust1
+xv1e
+xyg1
+xze1l
+xz2e
+yab1
+yad1
+ya1dee1
+yahb1
+ya1ll
+ya1reg
+y1a1rei
+ya1rua
+y1aru
+yat1
+ya1t1ta1
+yaug1
+yaus1s
+y1bee1
+yb1ei
+yberg1
+ybi1s
+ybla1s
+yb1oa1
+y1brü1
+ycae1
+yche1l
+ycho1
+ychob2
+yc1oi1
+ycomb1
+y1dai1
+yda1ll
+ydb1
+ydea1l
+y1de1si
+ydro1
+ydt1
+ydv1
+ydée1
+y1dé
+yea1r
+yee1
+ye1ha
+ye1la
+ye1lid
+ye1ll
+yelv1
+ye1mei
+ye1mo
+yen1
+yeni1
+yerb1
+yerhof1
+yers1o
+ye1sc
+ye1sh
+ye1sim
+ye1s2p
+ye1ssa
+ye1sse
+ye1ssi
+ye1st
+yet1
+yeti1
+yezi1
+yfal1l.
+y1fal
+yfoli1
+yg1ei
+yg1el
+yg1end
+yg1ene
+ygg1el
+ygi1en1
+ygm1
+y1gäng1
+yha1t
+yhint1
+yhof1
+yhou1
+yhun1
+yhäs1
+yi1e.
+yjea1
+ykau1
+ykb1
+yki1e
+ykla1s
+yklus1
+yklän1
+ykni1
+ylan1
+ylanzi1
+ylee1
+yleg1
+yle1mo
+yle1se
+yle1sh
+yl1lac
+yl1lose
+yl1lä
+ylon1i1
+yltri1
+ylt2r
+ylv1
+ym1al
+ymb1
+ymerschaf1
+ym1ers
+ymg1
+ymi1en1
+ymi1er
+ymi1r
+ymi1t.
+ymi1te
+ymni1
+ymou1
+ympia1
+ym2p
+ynb1
+yn1e1l
+ynere1
+yn1er
+ynesi1
+yn1es
+yn1i
+yni1er
+yni1s.
+yni1sc
+yni1sd
+yni1sme
+ynn1
+ynni1e
+yn1ni
+ynt1
+ynäs1
+yob1
+yoga1
+you1
+ype1l
+y2p
+ype1nam
+ypen1
+ypen2a
+ype1se
+yprech1
+yrb1
+yre1st
+yri1el
+yri1en1
+yri1er
+yri1ez
+yrni1
+yrus1
+ysaa1
+ysa1g
+ysa1m
+ysauri1
+ysb1
+yse1h
+yse1in
+yse1la
+yse1ll
+yse1mas
+ysen1
+yse1n2u
+yseri1
+ysi1ek
+ysm1
+ysma1l.
+ys1o
+ys1sc
+ys1sh
+ys1st
+y1sta1ll
+ys1th
+ysun1
+ysäng1
+yt1ei
+yt1ele
+yt2en2u
+yt1en1
+yt1er
+ythe1i
+ythi1e
+ytn2ic1
+ytrai1
+yt2r
+ytät1
+yue1ng
+yuen1
+yun1g1
+yuz1
+yv1e
+yvo1n
+yvo1r.
+yvre1
+yw1a
+yw1at1
+yz1ug
+yz1u1m
+zaa1r
+zachä1
+zaha1t
+zai1
+1zakl
+za1lad
+za1lie
+za1m1a
+zand1
+zang1en
+zan1z1u
+z1a1rei
+zari1e
+z1ari
+za1rän
+z1arä
+zaub1
+za1ur
+zaus1s
+zawi1
+zaz1
+z1b1ee
+zb1eig
+zb1ein
+zb1en
+1zb1erg
+zbesti1
+zb1eu
+zbischofsit1
+zbi1sc
+zbisch1ofs
+z1brü1
+zbub1
+z1burg1
+zbänd1
+z1bä
+zbüb1
+zbürg1
+zdie1
+zdossi1
+z1dos
+zdös1
+z2e
+zea1l
+ze1b1ei
+zeb1en
+zechi1
+zee1h
+zee1s
+zeg1en
+ze1ha
+ze1hä
+ze1hö
+ze1hü
+zeib2
+1zeic
+zeig1era
+z1ei1nac
+zein2a
+z1ei1n2o
+ze1inta
+z1ei1n2u
+1zeit
+zei1te.
+zei1t1em.
+zei1tes
+zei1tet
+zei1tät
+zeki1
+ze1lag
+ze1lam
+ze1lee1
+ze1lett
+ze1leu
+ze1li2p
+ze1ll.
+zellau1
+ze1llb
+ze1llc
+ze1lld
+ze1lle
+ze1llf
+ze1llg
+ze1llh
+ze1llig
+ze1llk
+ze1ll1l
+ze1llm
+ze1lln
+ze1ll2p
+ze1llr
+ze1lls
+ze1llt
+ze1llu
+z2e1llv
+ze1llw
+ze1llz
+zelv1e
+ze1mac
+ze1mar
+ze1mat
+ze1mau
+zemb1
+ze1med
+ze1mei
+ze1met
+ze1mit
+ze1mod
+ze1mu
+ze1mä
+zen1
+ze1nad
+zen2a
+ze1nase
+1zent2r
+zenz1un1g
+ze1näc
+ze1ratz
+zerbrech1
+ze1reg
+ze1rek
+ze1resi
+ze1riss
+ze1rote
+zerv1e
+ze1saa
+ze1sam
+ze1see
+ze1sek
+ze1sens
+ze1sie
+ze1sig
+ze1sort
+zes1or
+ze1spr
+zes2p
+ze1ss
+ze1stau
+ze1sti
+ze1stro
+zest2r
+ze1stä
+ze1su
+z1e1szi
+ze1säc
+zetv1
+zeug1er
+z1eug
+zeug1es
+ze1uh
+ze1u1m
+zev1e
+zevo1n
+zfall1
+z1fal
+zfe1ll
+z1fel
+zfing1
+zfoli1
+zfun1
+zg1ehen1
+z1gehe
+zg1ei
+zg1en.
+zg1end
+zg1ene
+zg1eni
+zg1erod
+zgeränd1
+z1gerä
+zg1et.
+zg1oa1
+zha1b1
+zhee1
+zhe1ll
+zhi1er
+zhint1
+zhof1
+zhot1
+zhun1
+zhös1
+zial1
+zibun1
+zi1d1r
+zieg1el
+z1ieg
+zie1ll
+zi1eln
+zi2em.
+zi1en2a
+zien1
+zi1enb
+zi1end
+zi1ene
+zi1enf
+zi1eng
+zi1enh
+zi1enk
+zi1enl
+zi1enm
+zi1enn
+zi1en2p
+zi1enr
+zi1ensc
+zi1ent
+zi1enw
+zi1enz
+zi1enö
+zi1erhä
+zi1erku
+zi1erzü
+zi1esk
+zi1ess
+zi1etä
+zi1gew
+zi1gla
+zi1grun1
+zilb1
+zim1a
+zima1l.
+zimm1
+zinni1e
+zin1ni
+zinsa1m
+1zio
+ziob1
+ziod1
+zios1
+zi1rb1
+zirks1
+ziu1m1
+zius1
+zivil1
+1ziw
+zjea1
+zkape1
+zka2p
+zkau1
+1zke.
+zkeg1
+1zki.
+1zkib
+1z1kij
+1zkis.
+1zkism
+zkitt1
+zklan1
+zkla1s
+zkle1b
+zklän1
+zkora1
+zkrü1
+1zky
+zlat1
+zlau1
+zlb1
+zleb1
+zle1he
+zle1mo
+zle1sc
+zle1so
+zle1s2p
+zlib1
+zlili1
+zlun1ge
+zm1al
+zma1l.
+zmant1
+zmee1
+zmeta1
+zmi1r
+zmi1t.
+zmunt1
+zn1e1s
+zni1s
+znäs1
+zog1
+1zol
+zonas1
+zon2a
+zon1i1
+zontal1
+zoo1
+zorg1
+zorgi1
+zos1o
+zowi1
+zpe1ll
+z2p
+zp1oi1
+zprämi1
+zrai1
+zreli1e
+zre1ss
+zre1st
+zrun1
+zränd1
+zsa1m
+zsatt1
+zsauri1
+zschaf1
+zs1ei
+zseri1
+zski1e
+zs1ol
+zs1on
+zs1os
+1zspitz.
+z1spitz
+zs2p
+1zs2pitz2p
+1zspitzs
+zstüb1
+zsäng1
+ztau1
+zt1ehe
+zt1ei
+zt1eil1
+zte1ma
+zt2en2o
+zt1en1
+zt1er.
+zt1ere.
+zt1eren
+zt1eri
+zt1erm
+zt1err
+zt1ers
+zterun1
+zt1erw
+zt1eu
+ztev1
+ztg1ene
+ztit1
+ztrai1
+zt2r
+ztrich1
+ztrü1
+ztt1
+ztv1
+z1u1bai1
+z1ubb
+1zub2eh
+z1ub1er.
+z1ub1erb
+z1ub1ern
+z1ubin.
+zub1i
+1zubl
+z1ubler
+z1uc
+zucht1
+zud2
+z1ud.
+z1u1da.
+z1u1dow
+z1ue.
+z1uel
+z1uff
+z1ug.
+z1ugabte
+z1ugak
+z1uganl
+z1ugans
+z1uga2p
+z1ugar
+z1ugb
+z1ugc
+z1ugd
+z1ug2e.
+z1ug1en.
+z1ug1end
+z1ug1en1t
+z1ug1er.
+z1ug1erb
+z1ug1erisc
+z1ug1erl
+z1ug1err
+z1ug1ers
+z1ug1es.
+z1ugf
+z1ugg
+z1ugh
+z1ugig
+z1uginn
+z1ugins
+z1ugj
+z1ugk
+z1uglein
+z1uglic
+z1uglin
+z1uglu
+z1uglä
+z1ugm
+z1ugn
+z1ug2p
+z1ugrec
+z1ugrein
+z1ugres
+z1ugric
+z1ugrie
+z1ugs
+z1ugt
+z1ugunf
+z1ugung
+z1ugv
+z1ugw
+z1ugz
+z1ugär
+z1ugö
+z1ugüb
+1zuhab
+1zuhalt
+zuheg1
+zuhei1
+1zuhoc
+z1uhr
+z1uil
+zuint1
+z1uki.
+z1ukow
+z1ul.
+1zula
+z1ula.
+zulau1
+z1ulc
+z1ulf
+1zuli
+z1ull
+z1ulu.
+z1ulus
+z1uma.
+zu1m
+1zumal.
+1zumals
+z1umb
+z1umd
+z1umf
+z1umg
+z1umh
+z1umk
+z1umm
+zum1ma
+z1umr
+z1ums
+z1umt
+zumunt1
+z1umw
+z1un.
+z1unc
+z1und
+zun1de
+z1un1em
+z1unf
+z1ung
+zung1en
+zungs1
+zun1gu
+z1univ
+z1unk
+z1unr
+z1unt
+z1unz
+z1upfen1
+zu2p
+z1u2p2p
+zu1ra
+z1uraw
+z1urb
+zu1re
+z1ure.
+z1urf
+zu1ri
+z1uri.
+z1urich.
+z1urig
+z1urita
+z1urki
+z1url
+z1urn
+zu1ro
+z1ur1ra
+z1urre
+zu1ru
+zurv1
+z1urza
+zu1rä
+zu1rö
+z1us.
+z1usak
+1zus1ei
+z1usel
+1zusit
+z1usm
+1zu1steh
+zu1ste
+z1ut.
+zutha1
+zutrich1
+zut2r
+z1utz
+z1uy
+z1uz.
+z1uzan
+z1uzel
+zuz2e
+z1uzg1
+z1uzh
+z1uzk
+z1uzl
+zvat1
+zv1era
+zv1erb
+zv1erd
+zv1ere
+zv1erf
+zv1erg
+zv1erha
+zv1erk
+zv1erl
+zv1erm
+zv1ern
+zv1ero
+zv1er2p
+zv1err
+zv1ers
+zv1ert
+zv1erw
+zv1erz
+zv1erä
+zv1erö
+zvi1eri
+zvo1n
+zw1ar
+zwa1r.
+zw1at1
+zweg1
+zwei1ss
+zwei1st
+zwei1t
+zwerg1en
+zw1ieb1
+zw1ief
+zwung1
+zwun1
+zyc1k
+zym1
+zza1not
+zzan2o
+zza1ran
+zz1a1res
+zzb1es
+zze1ma
+zz2e
+zzi1en1
+zzt1e
+zz1u.
+zz1uge
+zz1uti
+zäg1
+zähn1e1r
+zän1i1
+zä1rg1
+zärt1
+züng1
+ß'g1
+ßabs1o
+ßag1
+ßalg1
+ßa1ller
+ßarab1
+ßaus1
+ß1b1ee1
+ßbeg1
+ßb1ein
+1ßb1erg
+ßb1erl
+ßb1eu
+ß1brü1
+ß1burg1
+ßbänd1
+ß1bä
+ßbürg1
+ßdea1
+ßdeg1
+ßdritt1
+ß1drit
+ßeb1
+ße1ha
+ße1ll
+ße1me
+ße1mo
+ßen1
+ßerd2
+ße1sc
+ße1s2p
+ße1st
+ßev1e
+ßfe1ll
+ß1fel
+ßfoli1
+ßga1l
+ß1g1ehe
+ßg1ei
+ßg1erb1
+ßgeränd1
+ß1gerä
+ß1gäng1
+ßhab1
+ßhaup1t.
+ßhau2p
+ßhaup1ts
+ßheb1
+ßhe1ll
+ßhot1
+ßhun1
+ßhäs1c
+ßing1
+1ßjo
+ßkat1
+ßkau1
+ßke1s
+ßkitt1
+ßklan1
+ßkla1s
+ßkle1b
+ßklän1
+ßkora1
+ßlag1er
+ßlat1
+ßlau1
+ßleg1en
+ßm1al
+1ß1mann.
+ßmee1
+ßmeta1
+1ßn1er
+ßni1s
+ßob1
+ßorgi1
+ßori1
+ßprämi1
+ß2p
+1ßrein2p
+ßre1st
+ßrun1
+ßränd1
+ßseg1
+ßs1ei
+ßseri1
+ßs1on
+ßtdu1
+ßt1ea
+ßt1ei
+ßt1ele
+ßt1er
+ßt1eu
+ßtrai1
+ßt2r
+ßtrich1
+ßts1
+ßts2c
+ßungs1
+ßvat1
+ßv1era
+ßv1erb
+ßv1erd
+ßv1ere
+ßv1erf
+ßv1erg
+ßv1erk
+ßv1erl
+ßv1er2p
+ßv1err
+ßv1ers
+ßw1ar
+ßz1uge
+ßz1un1
+àng1
+áng1
+ánt1
+árus1
+árv1
+ásg1
+ásva1
+átra1
+át2r
+áv1
+âqui1
+ât1
+äag1
+äand1
+äb1
+äb2es
+äb2et
+äbi1s
+äcks1tu
+äde1lei
+äde1st
+ädo1
+äe1ma
+äen1
+äfe1lei
+ä1fel
+äfte1re
+äft1er
+äfte1ri
+äfts1
+ägb1
+ägde1l
+äge1h
+äge1i
+äg1eli
+äg1en
+äg1er
+äg2erec
+äge1sc
+äge1s2p
+ä1gess
+äge1s2t
+äge1u
+ä1gg
+äha1b
+ähat1
+äh1led2
+äh1mi
+ähni1s
+äh1rin
+äi1c
+älb1
+älde1m
+ä1llan
+ält1e1ha
+älz1
+ämb1
+ämee1
+ämi1en1
+äm1ma
+ämne1
+äms1c
+än1dels.
+ände1rat
+ände1ring
+änd1eri
+änd1ersc
+ände1st
+än2e1h
+äne1la
+än1el
+äne1mar
+än1em
+äne1nam
+än1en1
+änen2a
+äne1st
+än1es
+än1gb
+än2gela
+än1gel
+äng1ell
+äng1elu
+än2gene
+äng1era
+äng1eru
+än1get
+än1gg
+än1gi
+än1gle
+än1gn
+än1i
+äni1s.
+äni1sb
+äni1sc
+äni1st
+änke1la
+änsa1
+änse1h1
+änse1m
+änse1re
+änz1
+än1zi
+äod1
+äog1
+äon1i1
+äps1c
+ä2p
+äqui1
+ära1n2a
+ä1rc
+ä1rd
+ä1red
+ä1re1sc
+ä1rf
+ärfe1i
+ärfe1ri
+ä1rg
+ärhi1
+ä1ri
+ärint1
+ä1rm
+ärni1
+ä1rr
+ärslan1
+ärs1s
+ärs1tag
+ärsv1
+ä1rte
+ärtha1
+ä1rtl
+ä1rts
+ärts1t
+ärungs1
+ärv1e
+ä1rz
+äräi1
+äsche1la
+ä1schel
+äsche1ring
+ä1s1chü
+äse1h
+äse1i
+äse1la
+äse1m
+äsen1
+äs1e1n2a
+äse1ne
+äse1n2o
+äse1rac
+äse1rad
+äs1e1rat
+äse1res
+äse1rind
+äse1ro
+äse1u
+äskb1
+äs1o
+ä1ss.
+ä1sser
+ä1ssh
+ä1s2sle
+äs1spa
+äss2p
+äs1spi
+ässv1
+ästb1
+ä1ste1h
+äst1e1i
+äste1mi
+äste1n2a
+äst1en1
+äs1tor
+ät1einh
+ät2en2a
+ät1en1
+ät1epi
+äte2p
+ät1er.
+ät1erb
+ät1erd
+ät1erei
+ät1erf
+ät1erg
+ät1erh
+ät1eri
+ät1erj
+ät1erk
+ät1erm
+ät1ern
+ät1er2p
+ät1err
+ät1ers
+ät1ert
+ät1erv
+ät1erw
+ät1e1ss
+ät1ex
+äti1en1
+ä1tig
+ätm1a
+ä1to
+äto1ro
+ätow1
+ätpi1
+ät2p
+äts1tan
+äts1tau
+ät1s1te
+äts1tie
+ät1sti
+ät1s1to
+äts1tre
+ät1st2r
+äts1tri
+äts1tro
+äts1tru
+ättb1
+ätt1el
+ätv1e
+ätz1
+ätze1lei
+ätz2e
+ät1zt
+ät1zu
+ätzv1
+äub1
+äude1i
+äude1l
+äude1r
+äu1m1
+äumv1
+äunt1er
+äure1i
+äure1r
+äure1s
+ä1us'.
+äus1e1i
+äuse1m
+ä1usg
+ä1usk
+ä1usn
+äus2se
+äv1
+äve1m
+äzb1
+äßv1
+äßz2e1
+ää1gg1
+åb1
+ådb1
+ågg1
+ål1s1s1
+årb1
+årga1
+årvo1
+åseb1
+åsun1
+åt1
+åv1
+æfe1
+ægt1
+ærg1
+æt1
+ætt1
+çai1
+çemb1
+çib1
+çit1
+èg1es
+ème1l
+ème1sc
+ère1m
+ère1sc
+ès1
+èt1es
+èv1
+éab1
+éa1ll
+ébade1
+ébad1
+éb1en
+éb1eu
+ébi1s
+é1brü1
+éche1l
+écre1
+éde1s
+éeb1
+ée1h
+ée1n2u
+ée1sa
+ée1ss
+égi1er
+égni1
+éha1t
+éhaus1
+éi1n.
+ékitt1
+élan1
+éle1s
+élou1
+éls1
+émi1en1
+ém1oi1
+émon1i1
+én1e1m
+éni1s
+éoti1
+épat1
+é2p
+éri1en1
+érisi1
+ésa1l
+ésen1
+és1o
+ésäng1
+étai1
+éta1ll
+éti1en1
+éti1er
+étit1
+étre1
+ét2r
+év1e
+évot1
+évri1
+éwi1
+ézi1
+êt1er
+êt1es
+êv1
+ëmb1
+ía1l
+ías1
+íg1
+íks1s1
+ími1r
+íng1
+ís1o
+ît1es
+ïwen1
+ðalb1
+ð1arb1
+ðas1
+ðs1s1
+ños1
+òg1
+ólmb1
+ómas1
+ón2u1
+órb1
+órs1s
+ót1
+ôchi1
+ôt1el
+ôteli1
+ôt1es
+õni1
+õu1
+öa1
+öb1
+öbb1
+öb2ec
+öb2ek
+öb2es
+öb2et
+öbi1
+öble1m
+ö1brü1
+öche1lei
+öch1ts
+öcke1lei
+öd1
+ödeb1
+öde1st
+ödi1e
+ödt1
+öe1l
+öet1
+ö1fe1re
+ögb1
+ögeg1
+ög1el
+ög1en
+ögens1
+ög1er
+ögg1
+ögsb1
+ögva1
+öhe1m
+öhni1s
+öhnv1
+öhrb1
+öhrich1
+öh1ric
+öko1r
+öldstan1
+öle1ss
+ölg1en
+ölle1le
+ölle1s
+ö1lln
+öl1loc
+ö1llu
+ölm1
+ölni1
+ölsa1m
+öl1sa
+ölv1e
+öme1m
+ömi1
+önb1
+önchs1
+öne1ma
+ön1em
+önengrun1
+ön1en1
+öngrun1
+önher1
+önhof1
+öni1s
+önizi1
+önklan1
+ön1kla
+önli1g
+önm1
+önt1er
+öntg1
+önv1
+önw1
+öoti1
+öps1che
+ö2p
+örbänd1
+ör1bä
+öre1ss
+örg1el
+örgg1
+örich1
+ör1ri1e
+örsa1m
+örungs1
+örv1e
+örz1u.
+ös1chent
+öschen1
+ös1e
+öse1h
+öse1lein
+öse1ma
+öse1mi
+ösg1
+össb1
+ös1s1ei
+ö1ssel
+össe1lei
+ö1ssi
+ös1st1ei
+ös1tal
+ösungs1
+ösv1
+öt1el
+öt1er
+ött1el
+ötus1
+ötv1e
+ötze1s
+ötz2e
+öumg1
+öu1m
+öv1
+öxt1
+özb1
+özd1
+özg1
+ö1ßel
+öög1
+öös1
+ööt1
+øb1
+øi1
+øke1s
+ølt1
+ømb1
+ønb1
+ønsb1
+ønsvo1
+øre1s
+ørun1
+ørve1
+øv1
+øveri1
+úss1o
+ûre1
+ût1es
+üb1el
+üb1en
+üb2erg
+überm1a
+1übertrag
+übert2r
+1überwachungs1
+überwachung1
+übezah1
+ü1bez
+übg1
+übing1
+übi1s
+übke1
+übsa1m
+übungs1
+üchenschaf1
+üchen1
+üchs1c
+ückau2
+ücks1tag
+ücks1tru
+ückst2r
+ückv1
+üd1
+üd1e1ma
+üde1st
+üdga1
+üdsa1m
+üdt1
+ü1dumg1
+üdu1m
+üeg1
+üe1ma
+üe1sc
+üe1ss
+üfetti1
+üftv1
+üfungs1
+üg1el
+üg2elis
+üg1en
+üg1er
+üha1b
+ühan1
+ühd1e
+ühe1lo
+ühe1me
+ühle1b
+ühls1ta
+ühl1st
+ühn1e1l
+ührb1es
+ühz1u
+üle1b1
+ül1lag
+ülle1l
+üllv1e
+ülv1e
+üma1l
+ümi1t
+ümlan1
+ümv1e
+ünb1ei
+ün1da
+ündenfall1
+ün1denf
+ünden1fal
+ünde1st
+ün1dg
+üneb1
+üne1ll
+ün1el
+üne1ma
+ün1em
+üng1er
+üni1s
+ünsa1m
+ünt1er
+üntg1
+ünv1
+ünw1a
+ünzv1
+ürbänd1
+ür1bä
+ü1rc
+ür1d'
+ürde1lo
+ü1rdu
+üre1li
+üre1sc
+üre1se
+üre1st
+ür1g1ehe
+ürg1en
+ürg1era
+ürg1eru
+ürhun1
+üring1
+ü1rnb1
+ü1rni1
+üro1
+ürog2
+ü1rst
+ürt1el
+ürtg1
+ü1rth
+ü1rtu
+ürv1e
+üse1h
+üse1i
+üse1la
+üse1lö
+üse1me
+üse1mi
+üsen1
+üse1ra
+üse1re
+üse1ri
+üse1sa
+ü1ss'
+ü1ssi
+ü1sst's
+üstengese1l
+ü1steng
+üst1en1
+üt1el.
+üt1elt
+üt1er
+üt2ereg
+ütev1e
+üts1t
+ütt1el
+ütz1
+üt1zel
+ütz2e
+ützv1
+üv1e
+üßw1
+üüb1
+þv1
+āni1
+ąski1e
+đas1
+ıb1
+ırm1
+łazi1
+ōg1
+ōt1
+ści1
+şa1ll
+şt1em
+ūrm1
+┊a1l
+┊at1
+┊b1
+┊eb1
+┊e1ll
+┊ers1
+┊s1o
+┊t1er
+#
+#  Copyright (C) 2010, 2011 by DocArch <http://www.docarch.be>
+#  Copyright (C) 2014 by Bert Frees
+#  Copyright (C) 2014 by CBB <http://www.cbb.nl>
+#  Copyright (C) 2015, 2016, 2018 by Dedicon <http://www.dedicon.nl>
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 3 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+#
+# -------------------------------------------------------------------------------
+#
+#  Dutch Braille as used in the Netherlands
+#
+#     Created by Bert Frees <bertfrees@gmail.com>
+#     Modified by Henri Apperloo <h.apperloo@cbb.nl>
+#     Modified by Davy Kager <DavyKager@dedicon.nl>
+#
+#     See also: « Braillestandaard voor algemeen gebruik in het Nederlandse taalgebied,
+#                Van toepassing vanaf 19 april 2018 »
+#              (Braille Autoriteit, 2018)
+#               [http://liblouis.org/braille-specs/dutch][1]
+#          and: « World Braille Usage (3rd edition) »
+#               [http://liblouis.org/braille-specs/world-braille-usage-third-edition.pdf][2]
+#
+# ----------------------------------------------------------------------------------------------
+
+include nl-g0.uti
+
+# Rules where nl-NL-g0.utb and nl-BE-g0.utb differ from each other,
+# because either not or ambiguously defined in the Dutch braille
+# standard of 2005.
+
+# Foreign letters Ã, Õ (Portuguese), Å, Æ, Ø (Norwegian/Danish/Finnish), Ì (Italian)
+# Clear definition missing from standard
+# Belgium uses the definitions from the various languages, see [2]
+# CBB uses the letters without accent, see §2.7 Beklemtoonde klinkers [1]
+# CBB suggests dots "246" for letter o with stroke, see Norway, p. 101 [2]
+
+uplow       \x00C3\x00E3  1,1                 Ãã                  LATIN CAPITAL LETTER A WITH TILDE - LATIN SMALL LETTER A WITH TILDE
+uplow       \x00C5\x00E5  1,1                 Åå                  LATIN CAPITAL LETTER A WITH RING ABOVE - LATIN SMALL LETTER A WITH RING ABOVE
+uplow       \x00C6\x00E6  1-15,1-15           Ææ                  LATIN CAPITAL LETTER AE - LATIN SMALL LETTER AE
+uplow       \x00CC\x00EC  24,24               Ìì                  LATIN CAPITAL LETTER I WITH GRAVE - LATIN SMALL LETTER I WITH GRAVE
+uplow       \x00D5\x00F5  135,135             Õõ                  LATIN CAPITAL LETTER O WITH TILDE - LATIN SMALL LETTER O WITH TILDE
+uplow       \x00D8\x00F8  246,246             Øø                  LATIN CAPITAL LETTER O WITH STROKE - LATIN SMALL LETTER O WITH STROKE
+
+# Left and right curly brackets
+# Definition missing from standard
+# Belgium and Dedicon use dots "12356" and "23456"
+# CBB uses "46" and "3456" but suggests dots "6-12356" and "6-23456", see Norway, p. 101 [2]
+
+punctuation \x007B        12356               {                   LEFT CURLY BRACKET
+# punctuation \x007B        46                  {                   LEFT CURLY BRACKET
+# punctuation \x007B        6-12356             {                   LEFT CURLY BRACKET
+punctuation \x007D        23456               }                   RIGHT CURLY BRACKET
+# punctuation \x007D        3456                }                   RIGHT CURLY BRACKET
+# punctuation \x007D        6-23456             }                   RIGHT CURLY BRACKET
+
+# Greek letters
+# Clear definition missing from standard
+# The Netherlands use the definitions from Greek (International), p. 185 [2] and rule §2.2 Alfabetwisselingsteken [1]
+# Belgium uses prefix "456" for capital letters
+# Belgium uses dots "345" for letter eta
+# Belgium uses dots "13456" for letter upsilon
+# Belgium uses dots "125" for letter chi
+# Belgium uses dots "12346" for letter psi
+# Belgium uses dots "245" for letter omega
+
+letter      \x0391        56-46-1             Α                   GREEK CAPITAL LETTER ALPHA
+letter      \x0392        56-46-12            Β                   GREEK CAPITAL LETTER BETA
+letter      \x0393        56-46-1245          Γ                   GREEK CAPITAL LETTER GAMMA
+letter      \x0394        56-46-145           Δ                   GREEK CAPITAL LETTER DELTA
+letter      \x0395        56-46-15            Ε                   GREEK CAPITAL LETTER EPSILON
+letter      \x0396        56-46-1356          Ζ                   GREEK CAPITAL LETTER ZETA
+letter      \x0397        56-46-156           Η                   GREEK CAPITAL LETTER ETA
+letter      \x0398        56-46-1456          Θ                   GREEK CAPITAL LETTER THETA
+letter      \x0399        56-46-24            Ι                   GREEK CAPITAL LETTER IOTA
+letter      \x039A        56-46-13            Κ                   GREEK CAPITAL LETTER KAPPA
+letter      \x039B        56-46-123           Λ                   GREEK CAPITAL LETTER LAMDA
+letter      \x039C        56-46-134           Μ                   GREEK CAPITAL LETTER MU
+letter      \x039D        56-46-1345          Ν                   GREEK CAPITAL LETTER NU
+letter      \x039E        56-46-1346          Ξ                   GREEK CAPITAL LETTER XI
+letter      \x039F        56-46-135           Ο                   GREEK CAPITAL LETTER OMICRON
+letter      \x03A0        56-46-1234          Π                   GREEK CAPITAL LETTER PI
+letter      \x03A1        56-46-1235          Ρ                   GREEK CAPITAL LETTER RHO
+letter      \x03A3        56-46-234           Σ                   GREEK CAPITAL LETTER SIGMA
+letter      \x03A4        56-46-2345          Τ                   GREEK CAPITAL LETTER TAU
+letter      \x03A5        56-46-136           Υ                   GREEK CAPITAL LETTER UPSILON
+letter      \x03A6        56-46-124           Φ                   GREEK CAPITAL LETTER PHI
+letter      \x03A7        56-46-12346         Χ                   GREEK CAPITAL LETTER CHI
+letter      \x03A8        56-46-13456         Ψ                   GREEK CAPITAL LETTER PSI
+letter      \x03A9        56-46-2456          Ω                   GREEK CAPITAL LETTER OMEGA
+lowercase   \x03B1        56-1                α                   GREEK SMALL LETTER ALPHA
+lowercase   \x03B2        56-12               β                   GREEK SMALL LETTER BETA
+lowercase   \x03B3        56-1245             γ                   GREEK SMALL LETTER GAMMA
+lowercase   \x03B4        56-145              δ                   GREEK SMALL LETTER DELTA
+lowercase   \x03B5        56-15               ε                   GREEK SMALL LETTER EPSILON
+lowercase   \x03B6        56-1356             ζ                   GREEK SMALL LETTER ZETA
+lowercase   \x03B7        56-156              η                   GREEK SMALL LETTER ETA
+lowercase   \x03B8        56-1456             θ                   GREEK SMALL LETTER THETA
+lowercase   \x03B9        56-24               ι                   GREEK SMALL LETTER IOTA
+lowercase   \x03BA        56-13               κ                   GREEK SMALL LETTER KAPPA
+lowercase   \x03BB        56-123              λ                   GREEK SMALL LETTER LAMDA
+lowercase   \x03BC        56-134              μ                   GREEK SMALL LETTER MU
+lowercase   \x03BD        56-1345             ν                   GREEK SMALL LETTER NU
+lowercase   \x03BE        56-1346             ξ                   GREEK SMALL LETTER XI
+lowercase   \x03BF        56-135              ο                   GREEK SMALL LETTER OMICRON
+lowercase   \x03C0        56-1234             π                   GREEK SMALL LETTER PI
+lowercase   \x03C1        56-1235             ρ                   GREEK SMALL LETTER RHO
+lowercase   \x03C2        56-234              ς                   GREEK SMALL LETTER FINAL SIGMA
+lowercase   \x03C3        56-234              σ                   GREEK SMALL LETTER SIGMA
+lowercase   \x03C4        56-2345             τ                   GREEK SMALL LETTER TAU
+lowercase   \x03C5        56-136              υ                   GREEK SMALL LETTER UPSILON
+lowercase   \x03C6        56-124              φ                   GREEK SMALL LETTER PHI
+lowercase   \x03C7        56-12346            χ                   GREEK SMALL LETTER CHI
+lowercase   \x03C8        56-13456            ψ                   GREEK SMALL LETTER PSI
+lowercase   \x03C9        56-2456             ω                   GREEK SMALL LETTER OMEGA
+lowercase   \x03D5        56-124              ϕ                   GREEK PHI SYMBOL
+# liblouis: U.S. character-to-dot mapping.
+#
+#  Based on the Linux screenreader BRLTTY, copyright (C) 1999-2006 by
+#  The BRLTTY Team
+#
+#  Copyright (C) 2004-2006 ViewPlus Technologies, Inc. www.viewplus.com
+#  Copyright (C) 2004-2006 JJB Software, Inc. www.jjb-software.com
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+
+display 0 356
+display 1 2
+display 2 23
+display 3 25
+display 4 256
+display 5 26
+display 6 235
+display 7 2356
+display 8 236
+display 9 35
+display ( 12356
+display } 12456
+display ] 124567
+display ? 1456
+display : 156
+display ) 23456
+display ! 2346
+display { 246
+display [ 2467
+display ' 3
+display - 36
+display . 46
+display " 5
+display ; 56
+display , 6
+display & 12346
+display $ 1246
+display | 1256
+display \\ 12567
+display % 146
+display * 16
+display # 3456
+display ` 4
+display _ 456
+display ^ 457
+display @ 47
+display = 123456
+display < 126
+display / 34
+display > 345
+display + 346
+display ~ 45
+
+#-index-name: Czech
+#-display-name: Czech braille
+
+#+locale:cs
+#+type:literary
+#+grade:1
+
+# TODO: Please correct the metadata above. It is not meant to be
+# accurate nor complete. It hasn't been verified by the table
+# author yet. It is merely an attempt by the liblouis maintainers
+# to get some sensible initial values in place.
+
+# TODO: Please add a reference to official documentation about
+# the implemented braille code. Preferably submit the documents
+# to https://github.com/liblouis/braille-specs.
+
+include cs-g1.ctb
+#
+#  Copyright (C) 2014 by Branislav Mamojka <mamojka@unss.sk>
+#  Copyright (C) 2016 by Peter Vagner <peter.v@datagate.sk>
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+#
+#--------------------------------------------------------------------------------
+#
+#  Slovak Braille
+#
+#     Created and maintained by Branislav Mamojka <mamojka@unss.sk>
+#                               Peter Vagner <peter.v@datagate.sk>
+#
+#     Based on the official Slovak Braille Standard
+#     Derived from the Czech braille table by Bert Frees and Jan Halousek
+# ----------------------------------------------------------------------------------------------
+
+space       \x0009        9                                       <control> HORIZONTAL TABULATION
+space       \x001B        1b                                      <control> ESCAPE
+space       \x00A0        a                                       NO-BREAK SPACE
+include spaces.uti
+
+# ==============================================================================================
+# SINGLE-CELL
+# ==============================================================================================
+
+uplow       \x0041\x0061  1,1                 Aa                  LATIN CAPITAL LETTER A - LATIN SMALL LETTER A
+uplow       \x0042\x0062  12,12               Bb                  LATIN CAPITAL LETTER B - LATIN SMALL LETTER B
+uplow       \x0043\x0063  14,14               Cc                  LATIN CAPITAL LETTER C - LATIN SMALL LETTER C
+uplow       \x0044\x0064  145,145             Dd                  LATIN CAPITAL LETTER D - LATIN SMALL LETTER D
+uplow       \x0045\x0065  15,15               Ee                  LATIN CAPITAL LETTER E - LATIN SMALL LETTER E
+uplow       \x0046\x0066  124,124             Ff                  LATIN CAPITAL LETTER F - LATIN SMALL LETTER F
+uplow       \x0047\x0067  1245,1245           Gg                  LATIN CAPITAL LETTER G - LATIN SMALL LETTER G
+uplow       \x0048\x0068  125,125             Hh                  LATIN CAPITAL LETTER H - LATIN SMALL LETTER H
+uplow       \x0049\x0069  24,24               Ii                  LATIN CAPITAL LETTER I - LATIN SMALL LETTER I
+uplow       \x004A\x006A  245,245             Jj                  LATIN CAPITAL LETTER J - LATIN SMALL LETTER J
+uplow       \x004B\x006B  13,13               Kk                  LATIN CAPITAL LETTER K - LATIN SMALL LETTER K
+uplow       \x004C\x006C  123,123             Ll                  LATIN CAPITAL LETTER L - LATIN SMALL LETTER L
+uplow       \x004D\x006D  134,134             Mm                  LATIN CAPITAL LETTER M - LATIN SMALL LETTER M
+uplow       \x004E\x006E  1345,1345           Nn                  LATIN CAPITAL LETTER N - LATIN SMALL LETTER N
+uplow       \x004F\x006F  135,135             Oo                  LATIN CAPITAL LETTER O - LATIN SMALL LETTER O
+uplow       \x0050\x0070  1234,1234           Pp                  LATIN CAPITAL LETTER P - LATIN SMALL LETTER P
+uplow       \x0051\x0071  12345,12345         Qq                  LATIN CAPITAL LETTER Q - LATIN SMALL LETTER Q
+uplow       \x0052\x0072  1235,1235           Rr                  LATIN CAPITAL LETTER R - LATIN SMALL LETTER R
+uplow       \x0053\x0073  234,234             Ss                  LATIN CAPITAL LETTER S - LATIN SMALL LETTER S
+uplow       \x0054\x0074  2345,2345           Tt                  LATIN CAPITAL LETTER T - LATIN SMALL LETTER T
+uplow       \x0055\x0075  136,136             Uu                  LATIN CAPITAL LETTER U - LATIN SMALL LETTER U
+uplow       \x0056\x0076  1236,1236           Vv                  LATIN CAPITAL LETTER V - LATIN SMALL LETTER V
+uplow       \x0057\x0077  2456,2456         Ww                  LATIN CAPITAL LETTER W - LATIN SMALL LETTER W
+uplow       \x0058\x0078  1346,1346           Xx                  LATIN CAPITAL LETTER X - LATIN SMALL LETTER X
+uplow       \x0059\x0079  13456,13456         Yy                  LATIN CAPITAL LETTER Y - LATIN SMALL LETTER Y
+uplow       \x005A\x007A  1356,1356           Zz                  LATIN CAPITAL LETTER Z - LATIN SMALL LETTER Z
+
+uplow       \x00C1\x00E1  16,16               Áá                  LATIN CAPITAL LETTER A WITH ACUTE - LATIN SMALL LETTER A WITH ACUTE
+uplow       \x00C4\x00E4  4,4               Ää                  LATIN CAPITAL LETTER A WITH DIARESIS - LATIN SMALL LETTER A WITH DIARESIS
+uplow       \x00C9\x00E9  345,345             Éé                  LATIN CAPITAL LETTER E WITH ACUTE - LATIN SMALL LETTER E WITH ACUTE
+uplow       \x00CD\x00ED  34,34               Íí                  LATIN CAPITAL LETTER I WITH ACUTE - LATIN SMALL LETTER I WITH ACUTE
+uplow       \x00D3\x00F3  246,246             Óó                  LATIN CAPITAL LETTER O WITH ACUTE - LATIN SMALL LETTER O WITH ACUTE
+uplow       \x00DA\x00FA  346,346             Úú                  LATIN CAPITAL LETTER U WITH ACUTE - LATIN SMALL LETTER U WITH ACUTE
+uplow       \x00DD\x00FD  12346,12346         Ýý                  LATIN CAPITAL LETTER Y WITH ACUTE - LATIN SMALL LETTER Y WITH ACUTE
+uplow       \x010C\x010D  146,146             Čč                  LATIN CAPITAL LETTER C WITH CARON - LATIN SMALL LETTER C WITH CARON
+uplow       \x010E\x010F  1456,1456           Ďď                  LATIN CAPITAL LETTER D WITH CARON - LATIN SMALL LETTER D WITH CARON
+uplow       \x011A\x011B  126,126             Ěě                  LATIN CAPITAL LETTER E WITH CARON - LATIN SMALL LETTER E WITH CARON
+uplow       \x013D\x013E  456,456       Ľľ                  LATIN CAPITAL LETTER L WITH CARON - LATIN SMALL LETTER L WITH CARON
+uplow       \x0139\x013A  46,46       Ĺĺ                  LATIN CAPITAL LETTER L WITH Acute - LATIN SMALL LETTER L WITH Acute
+uplow       \x0147\x0148  1246,1246           Ňň                  LATIN CAPITAL LETTER N WITH CARON - LATIN SMALL LETTER N WITH CARON
+uplow       \x00D4\x00F4  23456,23456       Ôô                  LATIN CAPITAL LETTER O WITH CARET - LATIN SMALL LETTER O WITH CARET
+uplow       \x0154\x0155  12356,12356           Ŕŕ                  LATIN CAPITAL LETTER R WITH ACUTE - LATIN SMALL LETTER R WITH ACUTE
+uplow       \x0160\x0161  156,156             Šš                  LATIN CAPITAL LETTER S WITH CARON - LATIN SMALL LETTER S WITH CARON
+uplow       \x0164\x0165  1256,1256           Ťť                  LATIN CAPITAL LETTER T WITH CARON - LATIN SMALL LETTER T WITH CARON
+uplow       \x016E\x016F  23456,23456         Ůů                  LATIN CAPITAL LETTER U WITH RING ABOVE - LATIN SMALL LETTER U WITH RING ABOVE
+uplow       \x017D\x017E  2346,2346           Žž                  LATIN CAPITAL LETTER Z WITH CARON - LATIN SMALL LETTER Z WITH CARON
+
+
+# ----------------------------------------------------------------------------------------------
+# Unicode 0000..007F  C0 Controls and Basic Latin
+# ----------------------------------------------------------------------------------------------
+
+punctuation \x0021        235                 !                   EXCLAMATION MARK
+punctuation \x0022        2356                "                   QUOTATION MARK
+sign        \x0023        3456                #                   NUMBER SIGN
+sign        \x0023        56-3456                #                   NUMBER SIGN
+punctuation \x0027        3                   '                   APOSTROPHE
+punctuation \x0028        236                 (                   LEFT PARENTHESIS
+punctuation \x0029        356                 )                   RIGHT PARENTHESIS
+sign        \x002A        35                  *                   ASTERISK
+noback math \x002B        235                 +                   PLUS SIGN
+math        \x002B        56-235                 +                   PLUS SIGN
+punctuation \x002C        2                   ,                   COMMA
+punctuation \x002D        36                  -                   HYPHEN-MINUS
+punctuation \x002E        256                   .                   FULL STOP
+math        \x002F        12456               /                   SOLIDUS
+include digits6Dots.uti
+punctuation \x003A        25                  :                   COLON
+punctuation \x003B        23                  ;                   SEMICOLON
+noback math \x003C        126                 <                   LESS-THAN SIGN
+math        \x003C        56-126                 <                   LESS-THAN SIGN
+noback math \x003D        2356                =                   EQUALS SIGN
+math        \x003D        56-2356             =                   EQUALS SIGN
+noback math \x003E        345                 >                   GREATER-THAN SIGN
+math        \x003E        56-345                 >                   GREATER-THAN SIGN
+punctuation \x003F        26                  ?                   QUESTION MARK
+noback sign \x005F        456                _                   LOW LINE
+sign        \x005F        56-456                _                   LOW LINE
+punctuation \x0060        6                   `                   GRAVE ACCENT
+
+
+# ----------------------------------------------------------------------------------------------
+# Unicode 0080..00FF  C1 Controls and Latin-1 Supplement
+# ----------------------------------------------------------------------------------------------
+
+punctuation \x00A7        346                 §                   SECTION
+punctuation \x00AD        36                  ­                   SOFT HYPHEN
+sign        \x00B4        4                   ´                   ACUTE ACCENT
+noback math \x00D7        3                  ×                   MULTIPLICATION SIGN
+math        \x00D7        25-3               ×                   MULTIPLICATION SIGN
+math        \x00F7        25                  ÷                   DIVISION SIGN
+sign        \x00A9        236-6-14-356        ©                   COPYRIGHT
+
+
+# ----------------------------------------------------------------------------------------------
+# Unicode 2000..206F  General Punctuation
+# ----------------------------------------------------------------------------------------------
+
+punctuation \x2010        36                  ‐                   HYPHEN
+punctuation \x2011        36                  ‑                   NON-BREAKING HYPHEN
+punctuation \x2012        36                  ‒                   FIGURE DASH
+punctuation \x2013        36                  –                   EN DASH
+punctuation \x2014        36                  —                   EM DASH
+punctuation \x2015        36                  ―                   HORIZONTAL BAR
+punctuation \x2018        3                   ‘                   LEFT SINGLE QUOTATION MARK
+punctuation \x2019        3                   ’                   RIGHT SINGLE QUOTATION MARK
+punctuation \x201A        3                   ‚                   SINGLE LOW-9 QUOTATION MARK
+punctuation \x201B        3                   ‛                   SINGLE HIGH-REVERSED-9 QUOTATION MARK
+punctuation \x201C        2356                “                   LEFT DOUBLE QUOTATION MARK
+punctuation \x201D        2356                ”                   RIGHT DOUBLE QUOTATION MARK
+punctuation \x201E        2356                „                   DOUBLE LOW-9 QUOTATION MARK
+punctuation \x201F        2356                ‟                   DOUBLE HIGH-REVERSED-9 QUOTATION MARK
+punctuation \x2026        256-256-256         …                   HORIZONTAL ELLIPSIS
+sign        \x20AC        15-136-1235-135     €                   EURO SIGN
+
+
+# ==============================================================================================
+# MULTI-CELL
+# ==============================================================================================
+
+# ----------------------------------------------------------------------------------------------
+# Unicode 0000..007F  C0 Controls and Basic Latin
+# ----------------------------------------------------------------------------------------------
+
+sign        \x0024        3456-1246           $                   DOLLAR SIGN
+math        \x0025        3456-1234           %                   PERCENT SIGN
+sign        \x0026        3456-12346          &                   AMPERSAND
+sign        \x0040        3456-12456          @                   COMMERCIAL AT
+punctuation \x005B        6-236               [                   LEFT SQUARE BRACKET
+sign        \x005C        3456-1256           \                   REVERSE SOLIDUS
+punctuation \x005D        6-356               ]                   RIGHT SQUARE BRACKET
+sign        \x005E        6-45                ^                   CIRCUMFLEX ACCENT
+math        \x007B        5-236              {                   LEFT CURLY BRACKET
+sign        \x007C        456-123                 |                   VERTICAL LINE
+math        \x007D        5-356              }                   RIGHT CURLY BRACKET
+math        \x007E        56-26                 ~                   TILDE
+
+
+# ----------------------------------------------------------------------------------------------
+# Unicode 0080..00FF  C1 Controls and Latin-1 Supplement
+# ----------------------------------------------------------------------------------------------
+
+sign        \x00B0        3456-234            °                   DEGREE SIGN
+math        \x00B1        56-256-36              ±                   PLUS-MINUS SIGN
+sign        \x00B5        45-134               µ                   MICRO SIGN
+math        \x00B9        34-1                ¹                   SUPERSCRIPT ONE
+noback uplow \x00D6\x00F6  135-15,135-15       Öö                  LATIN CAPITAL LETTER O WITH DIAERESIS - LATIN SMALL LETTER O WITH DIAERESIS
+noback uplow \x00DC\x00FC  136-15,136-15       Üü                  LATIN CAPITAL LETTER U WITH DIAERESIS - LATIN SMALL LETTER U WITH DIAERESIS
+
+
+# ----------------------------------------------------------------------------------------------
+# Unicode 0370..03FF  Greek and Coptic
+# ----------------------------------------------------------------------------------------------
+
+letter      \x0391        6-45-1                Α                   GREEK CAPITAL LETTER ALPHA
+letter      \x0392        6-45-12               Β                   GREEK CAPITAL LETTER BETA
+letter      \x0393        6-45-1245             Γ                   GREEK CAPITAL LETTER GAMMA
+letter      \x0394        6-45-145              Δ                   GREEK CAPITAL LETTER DELTA
+letter      \x0395        6-45-15               Ε                   GREEK CAPITAL LETTER EPSILON
+letter      \x0398        6-45-1456             Θ                   GREEK CAPITAL LETTER THETA
+letter      \x0399        6-45-24               Ι                   GREEK CAPITAL LETTER IOTA
+letter      \x039A        6-45-13               Κ                   GREEK CAPITAL LETTER KAPPA
+letter      \x039B        6-45-123              Λ                   GREEK CAPITAL LETTER LAMDA
+letter      \x039C        6-45-134              Μ                   GREEK CAPITAL LETTER MU
+letter      \x039D        6-45-1345             Ν                   GREEK CAPITAL LETTER NU
+letter      \x039E        6-45-1346             Ξ                   GREEK CAPITAL LETTER XI
+letter      \x039F        6-45-135              Ο                   GREEK CAPITAL LETTER OMICRON
+letter      \x03A0        6-45-1234             Π                   GREEK CAPITAL LETTER PI
+letter      \x03A1        6-45-1235             Ρ                   GREEK CAPITAL LETTER RHO
+letter      \x03A3        6-45-234              Σ                   GREEK CAPITAL LETTER SIGMA
+letter      \x03A4        6-45-2345             Τ                   GREEK CAPITAL LETTER TAU
+letter      \x03A5        6-45-13456            Υ                   GREEK CAPITAL LETTER UPSILON
+letter      \x03A6        6-45-124              Φ                   GREEK CAPITAL LETTER PHI
+letter      \x03A7        6-45-125              Χ                   GREEK CAPITAL LETTER CHI
+letter      \x03A8        6-45-12346            Ψ                   GREEK CAPITAL LETTER PSI
+letter      \x03A9        6-45-2456             Ω                   GREEK CAPITAL LETTER OMEGA
+
+lowercase   \x03B1        45-1                α                   GREEK SMALL LETTER ALPHA
+lowercase   \x03B2        45-12               β                   GREEK SMALL LETTER BETA
+lowercase   \x03B3        45-1245             γ                   GREEK SMALL LETTER GAMMA
+lowercase   \x03B4        45-145              δ                   GREEK SMALL LETTER DELTA
+lowercase   \x03B5        45-15               ε                   GREEK SMALL LETTER EPSILON
+lowercase   \x03B8        45-1456             θ                   GREEK SMALL LETTER THETA
+lowercase   \x03B9        45-24               ι                   GREEK SMALL LETTER IOTA
+lowercase   \x03BA        45-13               κ                   GREEK SMALL LETTER KAPPA
+lowercase   \x03BB        45-123              λ                   GREEK SMALL LETTER LAMDA
+lowercase   \x03BC        45-134              μ                   GREEK SMALL LETTER MU
+lowercase   \x03BD        45-1345             ν                   GREEK SMALL LETTER NU
+lowercase   \x03BE        45-1346             ξ                   GREEK SMALL LETTER XI
+lowercase   \x03BF        45-135              ο                   GREEK SMALL LETTER OMICRON
+lowercase   \x03C0        45-1234             π                   GREEK SMALL LETTER PI
+lowercase   \x03C1        45-1235             ρ                   GREEK SMALL LETTER RHO
+lowercase   \x03C3        45-234              σ                   GREEK SMALL LETTER SIGMA
+lowercase   \x03C4        45-2345             τ                   GREEK SMALL LETTER TAU
+lowercase   \x03C5        45-13456            υ                   GREEK SMALL LETTER UPSILON
+lowercase   \x03C6        45-124              φ                   GREEK SMALL LETTER PHI
+lowercase   \x03C7        45-125              χ                   GREEK SMALL LETTER CHI
+lowercase   \x03C8        45-12346            ψ                   GREEK SMALL LETTER PSI
+lowercase   \x03C9        45-2456             ω                   GREEK SMALL LETTER OMEGA
+
+# ----------------------------------------------------------------------------------------------
+# Other Unicode characters
+# ----------------------------------------------------------------------------------------------
+
+noback math \x00AC        1345-135-1345       ¬                   LOGICAL NOT
+math        \x0609        3456-1235           ؉                   ARABIC-INDIC PER MILLE SIGN
+math        \x2030        3456-1235           ‰                   PER MILLE SIGN
+math        \x2190        246-25               ←                   left arrow
+math        \x2191        3456-12356               ↑                   up arrow
+math        \x2192        25-135               →                   right arrow
+math        \x2193        3456-12345               ↓                   down down arrow
+math        \x2194        246-25-135               ↔                   left right arrow
+math        \x2200        3456-1236           ∀                   FOR ALL
+math        \x2202        34-2                ∂                   PARTIAL DIFFERENTIAL
+math        \x2203        3456-134            ∃                   THERE EXISTS
+math        \x2205        3456-13456          ∅                   EMPTY SET
+math        \x2208        45-15               ∈                   ELEMENT OF
+math        \x2209        4-45-15             ∉                   NOT AN ELEMENT OF
+math        \x2211        46-234              ∑                   SUM
+math        \x2217        35                  ∗                   ASTERISK OPERATOR
+math        \x221E        3456-1345            ∞                   INFINITY
+math        \x2223        456                  ∣                   DIVIDES
+noback math \x2225        456-456              ∥                   PARALEL TO
+noback math \x2227        15-2345              ∧                   LOGICAL AND
+noback math \x22C0        15-2345              ∧                   LOGICAL AND
+noback math \x2228        145-24-234           ⋁                   LOGICAL OR
+noback math \x22C1        145-24-234           ⋁                   LOGICAL OR
+math        \x2229        45-156               ∩                   INTERSECTION
+math        \x222A        45-3456              ∪                   UNION
+math        \x222B        246                  ∫                   INTEGRAL
+math        \x2236        25                  ∶                   RATIO
+math        \x2260        4-2356              ≠                   NOT EQUAL TO
+math        \x2250        5-2356              ≐                   APPROACHES THE LIMIT
+math        \x2264        126-2356            ≤                   LESS-THAN OR EQUAL TO
+math        \x2265        345-2356            ≥                   GREATER-THAN OR EQUAL TO
+math        \x2282        12346               ⊂                   SUBSET OF
+math        \x2284        4-12346             ⊄                   NOT A SUBSET OF
+math        \x22C5        3                   ⋅                   DOT OPERATOR
+math        \x27E8        4-126               ⟨                   MATHEMATICAL LEFT ANGLE BRACKET
+math        \x27E8        4-345               ⟩                   MATHEMATICAL RIGHT ANGLE BRACKET
+
+# ----------------------------------------------------------------------------------------------
+#
+# Useful for convertion from or to the charset used to simulate
+# braille patterns on screen in Word CX / CX for Word. The table is 6
+# dot only. The character mapping is derived from the publication
+# Håndbok i punktskrift, Offentlig utvalg for punktskrift, see
+# http://liblouis.org/braille-specs/norwegian/#h%C3%A5ndbok-i-litter%C3%A6r-punktskrift
+#
+# Copyright (C) 2019 Lars Bjørndal <lars@lamasti.net>
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+
+# display \x0020 0		# 032 space
+display \x0021 5 		# 033 exclamation mark
+display \x0022 4 		# 034 quotation mark
+display \x0023 3456 		# 035 number sign
+display \x0024 46 		# 036 dollar sign
+display \x0025 123456 		# 037 percent sign
+display \x0026 12346 		# 038 ampersand
+display \x0027 6 		# 039 apostrophe
+display \x0028 236 		# 040 left parenthesis
+display \x0029 356 		# 041 right parenthesis
+display \x002A 35 		# 042 asterisk
+display \x002B 235 		# 043 plus sign
+display \x002C 2 		# 044 comma
+display \x002D 36 		# 045 hyphen-minus
+display \x002E 3 		# 046 full stop
+display \x002F 256 		# 047 solidus
+display \x0030 346 		# 048 digit zero
+display \x0031 16 		# 049 digit one
+display \x0032 126 		# 050 digit two
+display \x0033 146 		# 051 digit three
+display \x0034 1456 		# 052 digit four
+display \x0035 156 		# 053 digit five
+display \x0036 1246 		# 054 digit six
+display \x0037 12456 		# 055 digit seven
+display \x0038 1256 		# 056 digit eight
+display \x0039 246 		# 057 digit nine
+display \x003A 25 		# 058 colon
+display \x003B 23 		# 059 semicolon
+display \x003C 56 		# 060 less-than sign
+display \x003D 2356 		# 061 equals sign
+display \x003E 45 		# 062 greater-than sign
+display \x003F 26 		# 063 question mark
+display \x0040 345 		# 064 commercial at
+
+
+display \x005B 12356 		# 091 left square bracket
+display \x005C 34 		# 092 reverse solidus
+display \x005D 23456 		# 093 right square bracket
+display \x005E 2346 		# 094 circumflex accent
+display \x005F 456 		# 095 low line
+display \x0061 1 		# 097 latin small letter a
+display \x0062 12 		# 098 latin small letter b
+display \x0063 14 		# 099 latin small letter c
+display \x0064 145 		# 100 latin small letter d
+display \x0065 15 		# 101 latin small letter e
+display \x0066 124 		# 102 latin small letter f
+display \x0067 1245 		# 103 latin small letter g
+display \x0068 125 		# 104 latin small letter h
+display \x0069 24 		# 105 latin small letter i
+display \x006A 245 		# 106 latin small letter j
+display \x006B 13 		# 107 latin small letter k
+display \x006C 123 		# 108 latin small letter l
+display \x006D 134 		# 109 latin small letter m
+display \x006E 1345 		# 110 latin small letter n
+display \x006F 135 		# 111 latin small letter o
+display \x0070 1234 		# 112 latin small letter p
+display \x0071 12345 		# 113 latin small letter q
+display \x0072 1235 		# 114 latin small letter r
+display \x0073 234 		# 115 latin small letter s
+display \x0074 2345 		# 116 latin small letter t
+display \x0075 136 		# 117 latin small letter u
+display \x0076 1236 		# 118 latin small letter v
+display \x0077 2456 		# 119 latin small letter w
+display \x0078 1346 		# 120 latin small letter x
+display \x0079 13456 		# 121 latin small letter y
+display \x007A 1356 		# 122 latin small letter z
+#-index-name: Konkani
+#-display-name: Konkani braille
+
+#+locale:kok
+#+type:literary
+
+# TODO: Please correct the metadata above. It is not meant to be
+# accurate nor complete. It hasn't been verified by the table
+# author yet. It is merely an attempt by the liblouis maintainers
+# to get some sensible initial values in place.
+
+# TODO: Please add a reference to official documentation about
+# the implemented braille code. Preferably submit the documents
+# to https://github.com/liblouis/braille-specs.
+
+include kok.ctb
+include braille-patterns.cti
+#-index-name: Dutch, Belgium
+#-display-name: Dutch braille as used in Belgium
+
+#+locale:nl-BE
+#+type:literary
+#+contraction:no
+#+grade:0
+#+version:2017.1
+
+# TODO: Please correct the metadata above. It is not meant to be
+# accurate nor complete. It hasn't been verified by the table
+# author yet. It is merely an attempt by the liblouis maintainers
+# to get some sensible initial values in place.
+
+# TODO: Please add a reference to official documentation about
+# the implemented braille code. Preferably submit the documents
+# to https://github.com/liblouis/braille-specs.
+
+include nl-BE-g0.utb
+include braille-patterns.cti
+#chr##1#Cherokee Uncontracted#
+# liblouis: Cherokee Braille Table
+#
+# ------------
+#-index-name: Cherokee
+#-display-name: Cherokee braille
+#
+#+locale:chr
+#+type:literary
+#+contraction:no
+#+grade:1
+#
+# TODO: Please correct the metadata above. It is not meant to be
+# accurate nor complete. It hasn't been verified by the table
+# author yet. It is merely an attempt by the liblouis maintainers
+# to get some sensible initial values in place.
+# ------------
+#
+# Based on the Cherokee (ᏣᎳᎩ) syllabary Braille code developed by
+# Tamara Johnson Kearney <https://www.cbtbc.org/braille/cherokee/>.
+#
+# Copyright (C) 2014, Greg Kearney, gkearney@gmail.com
+#
+# This file is part of liblouis.
+#
+# liblouis is free software: you can redistribute it and/or modify it
+# under the terms of the GNU Lesser General Public License as
+# published by the Free Software Foundation, either version 2.1 of
+# the License, or (at your option) any later version.
+#
+# liblouis is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with liblouis. If not, see
+# <http://www.gnu.org/licenses/>.
+
+#include text_nabcc.dis All display opcodes
+
+include en-ueb-g1.ctb
+
+# letsign 456 ink letter sign
+
+# The Vowels
+
+letter		\x13A0		1		CHEROKEE LETTER A
+letter		\x13A1		15		CHEROKEE LETTER E
+letter		\x13A2		24		CHEROKEE LETTER I
+letter		\x13A3		135		CHEROKEE LETTER O
+letter		\x13A4		136		CHEROKEE LETTER U
+letter		\x13A5		1236	CHEROKEE LETTER V
+
+# The Consonants
+# G
+
+letter		\x13A6		1245-1		CHEROKEE LETTER GA
+letter		\x13A7		13-1		CHEROKEE LETTER KA
+letter		\x13A8		1245-15		CHEROKEE LETTER GE
+letter		\x13A9		1245-24		CHEROKEE LETTER GI
+letter		\x13AA		1245-135	CHEROKEE LETTER GO
+letter		\x13AB		1245-136	CHEROKEE LETTER GU
+letter		\x13AC		1245-1236	CHEROKEE LETTER GV
+
+# H
+
+letter		\x13AD		125-1		CHEROKEE LETTER HA
+letter		\x13AE		125-15		CHEROKEE LETTER HE
+letter		\x13AF		125-24		CHEROKEE LETTER HI
+letter		\x13B0		125-135		CHEROKEE LETTER HO
+letter		\x13B1		125-136		CHEROKEE LETTER HU
+letter		\x13B2		125-1236	CHEROKEE LETTER HV
+
+# L
+
+letter		\x13B3		123-1		CHEROKEE LETTER LA
+letter		\x13B4		123-15		CHEROKEE LETTER LE
+letter		\x13B5		123-24		CHEROKEE LETTER LI
+letter		\x13B6		123-135		CHEROKEE LETTER LO
+letter		\x13B7		123-136		CHEROKEE LETTER LU
+letter		\x13B8		123-1236	CHEROKEE LETTER LV
+
+# M
+
+letter		\x13B9		134-1		CHEROKEE LETTER MA
+letter		\x13BA		134-15		CHEROKEE LETTER ME
+letter		\x13BB		134-24		CHEROKEE LETTER MI
+letter		\x13BC		134-135		CHEROKEE LETTER MO
+letter		\x13BD		134-136		CHEROKEE LETTER MU
+# SPACE RESERVED FOR CHEROKEE LETTER MV
+
+# N
+
+letter		\x13BE		1345-1		CHEROKEE LETTER NA
+letter		\x13BF		12-1		CHEROKEE LETTER HNA
+letter		\x13C0		14-1		CHEROKEE LETTER NAH
+letter		\x13C1		1345-15		CHEROKEE LETTER NE
+letter		\x13C2		1345-24		CHEROKEE LETTER NI
+letter		\x13C3		1345-135	CHEROKEE LETTER NO
+letter		\x13C4		1345-136	CHEROKEE LETTER NU
+letter		\x13C5		1345-1236	CHEROKEE LETTER NV
+
+# Q
+
+letter		\x13C6		12345-1		CHEROKEE LETTER QA
+letter		\x13C7		12345-15	CHEROKEE LETTER QE
+letter		\x13C8		12345-24	CHEROKEE LETTER QI
+letter		\x13C9		12345-135	CHEROKEE LETTER QO
+letter		\x13CA		12345-136	CHEROKEE LETTER QU
+letter		\x13CB		12345-1236	CHEROKEE LETTER QV
+
+# S
+
+letter		\x13CD		234			CHEROKEE LETTER S
+letter		\x13CC		234-1		CHEROKEE LETTER SA
+letter		\x13CE		234-15		CHEROKEE LETTER SE
+letter		\x13CF		234-24		CHEROKEE LETTER SI
+letter		\x13D0		234-135		CHEROKEE LETTER SO
+letter		\x13D1		234-136		CHEROKEE LETTER SU
+letter		\x13D2		234-1236	CHEROKEE LETTER SV
+
+# D T
+
+letter		\x13D3		145-1		CHEROKEE LETTER DA
+letter		\x13D4		2345-1		CHEROKEE LETTER SA
+letter		\x13D5		145-15		CHEROKEE LETTER DE
+letter		\x13D6		2345-15		CHEROKEE LETTER SE
+letter		\x13D7		145-24		CHEROKEE LETTER DI
+letter		\x13D8		2345-24		CHEROKEE LETTER SI
+
+letter		\x13D9		145-135		CHEROKEE LETTER DO
+letter		\x13DA		145-136		CHEROKEE LETTER DU
+letter		\x13DB		145-1236	CHEROKEE LETTER DV
+
+# R F
+
+letter		\x13DC		124-1		CHEROKEE LETTER DLA
+letter		\x13DD		1235-1		CHEROKEE LETTER TLA
+letter		\x13DE		1235-15		CHEROKEE LETTER TLE
+letter		\x13DF		1235-24		CHEROKEE LETTER TLI
+letter		\x13E0		1235-135	CHEROKEE LETTER TLO
+letter		\x13E1		1235-136	CHEROKEE LETTER TLU
+letter		\x13E2		1235-1236	CHEROKEE LETTER TLV
+
+
+# Z
+
+letter		\x13E3		1356-1		CHEROKEE LETTER TSA
+letter		\x13E4		1356-15		CHEROKEE LETTER TSE
+letter		\x13E5		1356-24		CHEROKEE LETTER TSI
+letter		\x13E6		1356-135	CHEROKEE LETTER TSO
+letter		\x13E7		1356-136	CHEROKEE LETTER TSU
+letter		\x13E8		1356-1236	CHEROKEE LETTER TSV
+
+# W
+
+letter		\x13E9		2456-1		CHEROKEE LETTER WA
+letter		\x13EA		2456-15		CHEROKEE LETTER WE
+letter		\x13EB		2456-24		CHEROKEE LETTER WI
+letter		\x13EC		2456-135	CHEROKEE LETTER WO
+letter		\x13ED		2456-136	CHEROKEE LETTER WU
+letter		\x13EE		2456-1236	CHEROKEE LETTER WV
+
+# Y
+
+letter		\x13EF		13456-1		CHEROKEE LETTER YA
+letter		\x13F0		13456-15	CHEROKEE LETTER YE
+letter		\x13F1		13456-24	CHEROKEE LETTER YI
+letter		\x13F2		13456-135	CHEROKEE LETTER YO
+letter		\x13F3		13456-136	CHEROKEE LETTER YU
+letter		\x13F4		13456-1236	CHEROKEE LETTER YV
+
+letter		\x0323		5			COMBINING DOT BELOW
+letter		\x0331		156			COMBINING MACRON BELOW
+letter		\x0324		56			COMBINING DIAERESIS BELOW
+letter		\x0330		12456		COMBINING TILDE BELOW
+ISO8859-1
+.a4
+.aa4
+.ab4ba
+.ab7be
+.ab6s5t
+.ac6tin
+.adel4s
+.ad8la.
+.ad6le.
+.ad2r
+.ad1s2
+.af7f
+.af5t4
+.af5f6u
+.ag6na.
+.ag6ne.
+.ag4r
+.ai2
+.a6k
+.ak6ka.
+.ak6ke.
+.ak3kl
+.ak3kr
+.ak6ne.
+.ak6r
+.ak8sa.
+.ak4se.
+.ak6ta
+.ak4te.
+.akte4r
+.akter5e
+.ak5tr
+.akva7
+.a6l
+.albu5en
+.alfa3
+.al4ge.
+.al5gi
+.al6ka.
+.al4ke.
+.al4kom
+.al4la.
+.al4le.
+.al5leg
+.al5lo
+.all5s6
+.al4ma.
+.al8me.
+.al5m6in
+.al4na
+.al6s7k
+.als5o
+.alt4a
+.al4ta.
+.al5tar
+.al4te.
+.alt3o
+.al6ve.
+.am7b
+.a6me
+.am6ma.
+.am4me.
+.am4s4
+.am6ta
+.a6n
+.ana3b
+.an4da.
+.an4de.
+.an5d4ra
+.an4d5ø
+.an3er
+.anes5
+.an4ga.
+.an3ge
+.an4ge.
+.ange4s
+.an4ja.
+.an4ka.
+.an4ke.
+.an4la.
+.an3n
+.an4na.
+.an7nal
+.ann4e
+.an4ne.
+.an5s8
+.an4sa.
+.an4se.
+.ant2
+.an4ta.
+.an4te.
+.an5tem
+.an5tep
+.an4ti.
+.an6tin
+.an4tis
+.an4tiv
+.ap8lan
+.ap1p6
+.ap8t
+.arbi5
+.ar6de.
+.are4o7
+.ar4ge.
+.ar5ges
+.ari6a
+.ari8e
+.arie5ne
+.ar5ka
+.ar8ka.
+.arlan9
+.ar4me.
+.ar7mea
+.ar4na.
+.ar3ne
+.ar4ne.
+.ar5nes
+.ar6ra.
+.ar6r7u
+.ar6ta.
+.ar4te.
+.ar9ti
+.ar6va.
+.ar4ve.
+.ar4ved
+.ar4ver
+.arvi6
+.a6s
+.as8ka
+.as4ke.
+.as5kese
+.as4le.
+.as6pa.
+.as5s
+.ast5ru
+.at4h
+.at4ki
+.at4le.
+.at4na.
+.at2o4
+.at3s
+.atte4
+.att6r
+.a5ty
+.au8de
+.au6e
+.au8ga
+.au4ge
+.au4ka.
+.au8le.
+.au4r
+.au6sa.
+.au6se.
+.aus9k
+.au4sp
+.avi2
+.av7i6d
+.av7inde
+.av4la.
+.av4le.
+.av7s6
+.b6
+.ba6by
+.ba6la.
+.ba4le.
+.ba4ne.
+.ban4k3l
+.ba4re.
+.ba4ri.
+.ba8te.
+.be4de.
+.bede4n
+.be6d5ene
+.be4d5et
+.be8di.
+.be3e4d
+.be6ke.
+.be4la.
+.be9nar
+.be4ne.
+.be6ra.
+.be6re.
+.be4res
+.ber6ett
+.be8ri.
+.be7ska
+.be6sten
+.be4ta.
+.be6te.
+.be5t4v
+.bi6de.
+.bi6en
+.bi4le.
+.bilet5
+.bi6t3r
+.bl4
+.bla4d
+.ble4k3
+.ble5k4e
+.blek4k3f
+.blekk3s4t6
+.blekk9s8v4
+.bling5
+.bo8da
+.bo8de.
+.bogs8
+.bok5
+.bo4k4en.
+.bo8la
+.bon2
+.bo4na.
+.bor6t5
+.bort6e
+.bor8ti8
+.bort9r
+.brudd7s6
+.bruddså7
+.bu6da.
+.bu3d6r
+.bu4et
+.bus6sy
+.by6de.
+.by8ta.
+.bæ2
+.bø6k5a
+.bø8nen
+.bø8ner
+.c4
+.ca4en.
+.car4s5
+.ca6se
+.ce6b
+.cos1
+.co4st
+.d6
+.da4ge.
+.da4le.
+.dags6e
+.da2m
+.da4ne.
+.da4ta
+.dau3s
+.deka9r
+.deko7d
+.de4le.
+.de4l5ei
+.del5s6
+.de4mi.
+.demo7e
+.den5sl
+.de4re.
+.de4r5et
+.de4ri.
+.de6r3i4
+.de7r4i5v
+.de4r5om
+.de6s5m
+.de4so
+.de4sto
+.de4u
+.devi5s
+.di2a
+.di5e4l
+.di6er
+.di4et.
+.di9f6t
+.di4ne.
+.dings7a
+.di4sk
+.di8s3t
+.do4en
+.do4er
+.do8et
+.dome5
+.do4ra
+.do6re.
+.drau4m
+.ds4
+.du4a
+.du4en.
+.du4er
+.duft3
+.du4ge.
+.duk3n
+.du4se.
+.du4st
+.dy4re.
+.dø6la.
+.dø6r3
+.dø7r4a
+.dø7r4e
+.dø4ve.
+.då5ren
+.då7ret
+.e6
+.eb4ba
+.ecu6
+.ed4da
+.ed4le.
+.efo7
+.ef4ta
+.efta5s
+.ef6ter
+.eg8de.
+.ege2
+.ege5l
+.eg6ga.
+.eg4ge.
+.eg4gel
+.eg8la.
+.eg4le.
+.eg6na.
+.eg4ne.
+.ego7t8
+.egs4
+.eg8se.
+.eg5si
+.ei2
+.eid5a
+.ei5den
+.ei4ga.
+.ei7ger
+.eik5a
+.ei4ke.
+.ei3l
+.ei3m
+.ei8ma.
+.ei8me.
+.ein7as
+.ei3ni
+.ein5og5
+.ein5s6ta
+.ein8s7to
+.ei9rar
+.ei5res
+.eir9u 
+.ei5te
+.eit9r
+.ekk4o
+.ek4le.
+.ek3li
+.ek6ne.
+.ek4r
+.ek8sa.
+.ek3se
+.ek8se.
+.ek4sp
+.eks6pi
+.eks3t4
+.ek5s4ta
+.ek8ta
+.ek4te.
+.ek7to
+.el8da.
+.el4de.
+.el4g5r
+.eli5ne
+.el3k
+.el5l
+.el6s
+.els6a
+.els4kl
+.els6t
+.el6ta.
+.el6te.
+.el6veg
+.em3b2
+.emfa9
+.em4ma.
+.em8me.
+.em6na.
+.em5p
+.en5a
+.en4da.
+.en4de.
+.end5r
+.en4ga.
+.en6gav
+.en3ge
+.en4ge.
+.en6g5r
+.engs6
+.en6ka
+.en4ke.
+.en5og5
+.en6sa
+.en4se.
+.en5so
+.en3sp
+.en5t
+.en6te.
+.ent4r
+.en6t5ra
+.ent8re
+.en3ø4
+.ep6t
+.er8a
+.er4e
+.er4g5r
+.er4ke
+.er4la.
+.er4le.
+.er6ma.
+.er4me.
+.er4mek
+.er4na.
+.er6ta.
+.er4te.
+.es9ast
+.es1k
+.es3ka
+.es8ka.
+.es4ke.
+.es5l
+.es8la.
+.es8le.
+.es3p
+.es6pa.
+.es6r
+.es8sa.
+.es4se.
+.es4so
+.es5ta
+.es3te
+.es6te.
+.es7tet
+.es5ti
+.est3r
+.es7tu
+.et8la.
+.et8le.
+.et4na
+.et4ne.
+.et4s
+.et8sa.
+.et5s4e
+.et6se.
+.ets4i
+.et1te4
+.et6ter
+.et6ti
+.ev8ja
+.ev4je.
+.ev4ne.
+.ex4
+.f4
+.fa2e
+.fag3s4
+.fa4ne.
+.fan3t4o
+.fe4e
+.feil5i
+.fe2l
+.fela9
+.fel5l
+.fel4ta
+.fe4ma
+.fe8me
+.fem5o6g5
+.fem5t
+.fer8ro
+.fer6s
+.fe8sl
+.fe8st5
+.fes3t6e
+.fi4b5
+.fi6a
+.fi4le.
+.fire5o6g5
+.fis6k
+.fjel4
+.fla4t5o
+.fo4bi.
+.fol2
+.fo2r
+.for3d6ri
+.for7d6ra
+.for5en.
+.form5s
+.for7s6o
+.fre6e
+.fri5e6re
+.fug2
+.fu6ge.
+.ful2
+.fu8se.
+.fy8se
+.fø8rel
+.g6
+.gaf7
+.ga4le.
+.ga8li.
+.ga4me
+.ga4ne.
+.gang5s4
+.gas4
+.gas5ta
+.ga2t
+.ga4ve.
+.ga9vee
+.ge2a
+.gel4e
+.ge3ne
+.ge6ni5
+.gen5s
+.ge4o
+.ge4st
+.ge5s6tap
+.ge9sv
+.gha5
+.gift5s
+.gi4n
+.gi4s
+.gis7p
+.gi8v3a
+.gl6
+.glo6i
+.glo9v
+.gly5s
+.glø9se
+.gnå7la
+.go5des
+.gos7
+.gra4v3end
+.grei4e
+.grunn5s
+.grus5s
+.gu4de.
+.gud3v4
+.gu4lat
+.gus1
+.gu4tu.
+.gø2
+.gås4e5
+.gå4v
+.h4
+.hai5s6
+.ha6ka.
+.ha8ma.
+.hand5s6l
+.handsla9
+.ha6v5ak
+.ha6vi
+.he4er.
+.hei5e
+.he2n
+.hen3i2
+.he6r5i6
+.he6r5o6
+.he9r6oe
+.he7r6oi
+.he7r6ol
+.he9r8os
+.hes4s5
+.het6s5
+.het7s6e
+.he4t5
+.he5t6e
+.hil4l
+.hi4n
+.hi6re.
+.ho2d
+.ho2e
+.ho4re.
+.ho5ren
+.ho7ret
+.ho8ta.
+.ho8va.
+.hu4di
+.hus6val
+.hvit3
+.hvi3t4e
+.hy6ra.
+.hy4re.
+.høi5
+.hø4re
+.hø4va
+.hø4ve.
+.høy6st5æ
+.hå8en.
+.hå8er
+.hånd5s6l
+.i2
+.i3a4
+.i3bl
+.i4da
+.ifø5re
+.ig8la.
+.ig4le.
+.i4her
+.ik2
+.ik6k
+.ikke5
+.i3k6l
+.ik5t
+.ik8te.
+.i5kv
+.i3la
+.i4la.
+.i8lande
+.ilbo8da
+.il6d3r
+.il6de.
+.i3leg
+.i6les
+.il4ja
+.il6je.
+.il6ke.
+.il4le.
+.il6sk
+.il4te.
+.i6me
+.imø5te.
+.in5ad
+.in5de
+.in8ga.
+.in4ge.
+.in3gr
+.in6gri
+.in5k6
+.in6ka.
+.in4n3
+.in4ne.
+.in5n6e
+.in6n7eks
+.in6n7ets
+.in6n7ett
+.in4n3i
+.in5s
+.in7tes
+.io4na
+.io4nom
+.i4rer
+.ir7k8
+.ir8ra.
+.ir6re.
+.i6sa
+.i3sc
+.i6se
+.is7k6
+.isla8ga
+.is6lam
+.is4le.
+.is4let
+.is4me.
+.is8na.
+.is8ne.
+.is5pa
+.i5spe
+.is3s4
+.is6sa.
+.is4se.
+.is5sk
+.ist6
+.is8te.
+.i5sted
+.i5stem
+.is7ti
+.i6s7tj
+.i6s7tr
+.is8ut.
+.i6s5ø
+.i5ti
+.i3va
+.i4van
+.i4var.
+.i3ve
+.i4vel
+.i6ven
+.i4ver.
+.i4vere
+.iv8ra.
+.iv6re.
+.i3ø
+.j4
+.ja4de.
+.ja6e
+.ja4ne
+.ja8se.
+.ja4va.
+.je2a
+.je2l
+.je2m
+.je5re
+.jern5s4
+.je4ta
+.ji4
+.jo8en.
+.jo4se.
+.ju6a
+.ju6la
+.jule3
+.ju4li3
+.jø4dep
+.k6
+.kaf2
+.ka6la.
+.ka6li.
+.kalve5l8
+.ka5me
+.ka3na
+.ka4ne.
+.ka4p3r
+.ka4ra.
+.ka5r6a5v
+.ka6re.
+.ka5rin
+.ka4te.
+.ka5t6h
+.kau9k
+.ka6va.
+.ka4ve.
+.ke6e
+.kel3
+.kier3
+.ki4na
+.ki7ni
+.kino3
+.kir2
+.ki4se.
+.ki8va.
+.ki6ve.
+.kje3de5
+.kje4k
+.kjek7l
+.kjønn4
+.kle4s
+.kli5ne
+.klo9va
+.kly7sa
+.kna7se
+.kne4p3r
+.ko6da.
+.ko7gr
+.ko4la
+.ko3le
+.ko8le.
+.kol5j
+.ko3pe
+.ko6pe.
+.kor6s5ed
+.ko4se.
+.ko6ta.
+.ko4te.
+.ko6ve.
+.kring5s
+.ks6
+.ku5f4l
+.ku4le
+.ku8ra.
+.ku4re.
+.ku8ta.
+.ku8te.
+.kva4r1a
+.kve9ka
+.kve5ke
+.ky8la.
+.ky4le.
+.ky6te.
+.kø3s
+.kå6pa
+.l6
+.la4da.
+.la4de.
+.la4ga
+.la4ge.
+.la5ger
+.la4ma.
+.la6ta.
+.la4te.
+.la3tr
+.la4va
+.la3ve
+.la4ve.
+.le8ar
+.le4da.
+.le4de.
+.le4er
+.le6et
+.le2f
+.lef3l
+.lega5ta
+.le4ge.
+.le4gel
+.le8gi.
+.lei5er.
+.lei4ve
+.le4ke.
+.le4k5r
+.lemu9
+.le4ne.
+.le6o7
+.le7s6a
+.le4se.
+.le4sek
+.le4ses
+.le4s5p
+.le2t
+.le7ta
+.let6tan
+.le2u3
+.le3va
+.le4va.
+.le4ve.
+.le4ves
+.li8a
+.li4de.
+.li4e4
+.li5ene
+.li2g
+.liga3
+.li2k
+.lik5k6
+.lik3o
+.lik3s
+.li4ma
+.link6
+.li6ra
+.li4re.
+.li4sa
+.li4se.
+.li4ta.
+.li4te.
+.li5ti
+.li4ve.
+.li4v5en
+.liv8s7u6
+.liv4s5v
+.lo4e
+.lo6ge.
+.lo8gi.
+.lo6g5r
+.lo4i
+.lo6na
+.lo8o
+.lo6ri
+.lo8sa.
+.lo4se.
+.lo6te
+.lo4va
+.lo3ve
+.lo4ve.
+.lu4d
+.lu2e
+.lu4na
+.lu6pa
+.lu4pe.
+.lu6ra.
+.lu4re.
+.lu6se.
+.lu4ta.
+.lu9tas
+.ly4de.
+.lyd3s
+.ly8e
+.ly8ge
+.ly4se.
+.ly4sk
+.ly5s6e
+.lys5s6
+.ly8str
+.ly4te.
+.ly4ve.
+.lø8de.
+.lø6en.
+.lø8ne.
+.lø6pa.
+.lø4pe.
+.løv5i
+.løye5ne
+.lå8ma
+.lå5re
+.lå6re.
+.lå4te.
+.m8
+.ma4ge.
+.mag9r
+.ma3ka
+.ma4ke.
+.mak6t5at
+.makt5s
+.ma4le.
+.ma4li.
+.ma4na.
+.ma4ne.
+.ma4ni.
+.ma4ra.
+.ma4re.
+.ma4ri.
+.ma4sa.
+.ma4si
+.ma6st
+.ma8ta
+.ma6t8h
+.mat5t8o
+.ma4v
+.me4d3
+.me6d5ei
+.me6d4i
+.me6d7in
+.me6d5r
+.mei5er.
+.mei5et
+.mek5l
+.me6la.
+.mel3l6o
+.me4l5ø
+.me4ne.
+.me3ri
+.me4sk
+.me2t6a3
+.me3ta4ll
+.mes5ti
+.me4tri
+.mi6kj
+.mi4le.
+.mi4me.
+.mi4ni.
+.mi4nik
+.min4k3
+.min5k4e
+.mi6s3t4
+.mne6
+.mo5de
+.mo6er
+.mo4na.
+.mo8ne.
+.mon4st
+.mons6t5r 
+.mor5d6e
+.mo4re.
+.mor3t6a5
+.mo4se.
+.mo4ta
+.mo4tek
+.mo4ter
+.mo4tr
+.mo5v
+.mu8ga
+.mu8ge.
+.mu6le.
+.mul5es
+.mur7
+.mu5r8e
+.my8ka
+.my4ke.
+.mø4re.
+.mø5res
+.mø2t
+.må6la.
+.mål3o
+.n8
+.nabo3
+.na6ge.
+.nak2
+.na8ke.
+.nan5s
+.na4r
+.na4sa.
+.nat2
+.na3tr
+.nat6tr
+.ne4de.
+.ne4den
+.ne4d5i
+.ne4d3r
+.ned3s4
+.nei5e
+.ne8pa.
+.ne6pe.
+.ne2s
+.ne4t
+.ni8ar
+.ni6er
+.nig4l
+.ni4na.
+.ni5o6g5
+.ni4pa.
+.ni6pe.
+.ni8sa
+.ni6se.
+.nita9
+.ni4to
+.ni4va
+.no6de.
+.no6e
+.no8ka
+.no4me.
+.no8mi.
+.no4r
+.no8se
+.no8si.
+.no4va.
+.nu4e
+.ny5a
+.ny8sa.
+.ny6se.
+.ny4te.
+.nær9ast.
+.næ4re.
+.nød4d
+.nø4re.
+.nå4de.
+.nå6le.
+.o6
+.obo5e
+.od4da.
+.od4de.
+.od8la.
+.od8le.
+.offsi6
+.of4te.
+.of5teb
+.og4
+.ok1k
+.ok8ka.
+.ok8ke
+.ok4se.
+.old3s
+.ol4ga.
+.oli5
+.ol8la
+.ol8le.
+.ol6m
+.om1
+.om4ar.
+.om6bo.
+.om4e6n
+.om4gå.
+.om4me
+.om5s2
+.on4de.
+.on5des
+.ond3s
+.on6kl
+.on6na
+.on8ne.
+.op5ar
+.op4pa
+.op4pe
+.opp7el
+.op4pi
+.opp3l
+.oppla8te.
+.opp5s6
+.or4da
+.or4de.
+.or4del
+.or4dr
+.ord5s4
+.or5ga
+.or6ka.
+.or4ke.
+.or6me.
+.or4re.
+.ort6
+.or6va
+.osa5
+.os4k
+.os4s
+.os4te.
+.ot5r
+.ot7t8a
+.ot4ta.
+.ot4te.
+.ot4tes
+.ot3to
+.ot4to.
+.ove6
+.over3
+.overen6d
+.over3i4
+.over5k8
+.ov8re
+.ov5u
+.p6
+.pa8la.
+.pa4le.
+.pa5n6e
+.pa6n7eu
+.pa5n6i
+.pa6re.
+.pe3do
+.pe4ke.
+.pek5t
+.pel4sj
+.pe4ne.
+.pe2p
+.pep3r
+.pe8sa.
+.pese5t
+.pe4st
+.ph2
+.pi6le.
+.pi6p
+.pi9ra
+.pi2s
+.plen5g6
+.plus6s5 
+.plus7s6e
+.plø7se
+.po4et
+.po3la
+.po8la.
+.po4le.
+.po4log
+.po2p1
+.po2p2e
+.pop3p
+.po3p2u
+.po8ra
+.po6re.
+.po4res
+.po6st
+.po8ta.
+.po6tek
+.ps2
+.pøn3
+.pøn9s6
+.på5d6
+.r6
+.ra6da.
+.ra6et
+.ra4ga.
+.ra4ge.
+.ra4ja.
+.ra4ka
+.raks7
+.ra2m
+.ra4na
+.ra4ne.
+.ran7s6a
+.ra6pa.
+.ra6pe.
+.rap4s
+.rap5s4e
+.rap5s4o4
+.ra4re.
+.ra6sa.
+.ra7ti
+.ra6va.
+.ra4ve.
+.re4al
+.re6da.
+.re4de.
+.ree6l
+.rege4l
+.re4gi.
+.rei2
+.rei7de
+.rei5er.
+.re4ins
+.re6ka.
+.re4ke.
+.re8klar
+.re8kle
+.re4kli
+.re6kn
+.re8le.
+.re4ma.
+.re4na.
+.re4ne.
+.ren6sk
+.ren4t
+.rep5s
+.res9s
+.re5s6tan
+.rett7s8kri
+.re4ve.
+.re4ves
+.rev9n
+.ri2d
+.ri8e
+.rie5ne
+.ri6ka.
+.ri6ma
+.ri4me.
+.ri4pa.
+.ri4pe.
+.ri4p5o
+.ri4sa.
+.ri4se.
+.ris5ko
+.ri4s3ø
+.ri4ta.
+.ri6te.
+.ri6va.
+.ri4ve.
+.ro4an
+.ro4de.
+.ro8di
+.ro4e
+.ro8ke.
+.ro4ma.
+.ro4mi
+.ro6pa
+.ro9par
+.ro3pe
+.ro4pe.
+.ro4sa
+.ro9sar
+.ro4se.
+.ro4sed
+.ro4ta.
+.ro4te.
+.ro4tek4
+.ro8va
+.ro3ve
+.ro8ve.
+.ru8ga.
+.ru4ge.
+.rug9le
+.ru8ka
+.ru4na.
+.ru4ne.
+.runes6
+.run7g
+.ru4se.
+.ru4sk
+.ru8va.
+.ru4ve.
+.ry2e
+.rye7ne
+.ry6ke.
+.rød2
+.rød7s4
+.rø8le.
+.rø4re.
+.rø1v
+.rø8va.
+.rø4ve.
+.røy7e
+.rå8da.
+.rå4de.
+.rå4en
+.rå8er.
+.råg8
+.rå6ka.
+.rå4ke.
+.rå3k4l
+.rå6na.
+.rå8sa.
+.s6
+.sa4ge.
+.sag6n
+.sa4la.
+.sa4le.
+.sa4me.
+.sa4mer
+.san6d7
+.san7d8e
+.san7d8i
+.san8s7ku
+.sau6e
+.sch6
+.se2b
+.se2e
+.se4i
+.se4k5l
+.sek4s5o6g5
+.sel4v5
+.sel4v5i6
+.se6na.
+.se4ne.
+.sen7s
+.se4ra.
+.ser7vel
+.se4te.
+.sha9ke.
+.si2d
+.si6er
+.si6ga.
+.si4ge.
+.sik5k6e
+.si8la.
+.si4le.
+.si4ne.
+.sinn6s5
+.si4ra.
+.si5str
+.si4va
+.si4ve.
+.sje4i
+.sju5o6g5
+.sk4
+.ska7ka
+.ska5ke
+.skat4
+.skei5d
+.ski6n
+.skinns6
+.sko7de.
+.skog5u
+.skritt9s8
+.skudd5s6
+.skuddså7
+.sku6m5
+.sky6f7la
+.skå5ra
+.slim5
+.slotts5
+.slu9ka
+.slu5ke.
+.slø5se
+.sma4s
+.smas5k
+.smo9g
+.små3
+.små7k6
+.små9l
+.små5t4
+.småt5t
+.sn4
+.sne3
+.snitt5s6
+.snø3k
+.soa8
+.so8de
+.somma4
+.son6a
+.sop4pa
+.sor4t5
+.so4ta.
+.s8p6
+.spa5ra
+.spe6e
+.spi9la
+.spri5s6
+.st6
+.sta9ka
+.sta5li
+.stat4s
+.sted4s
+.ste4i
+.stein7a8
+.stein7s8
+.stem4m
+.stev9na
+.sti7me
+.sto5ne
+.sto6ra
+.strek5s6
+.stu8a
+.stu9va
+.stål5l6
+.sund5s6
+.su4ri
+.su5te
+.sv8
+.sva5la
+.sva5ra.
+.sva5re
+.svar5s
+.sver8n
+.syd5 
+.sy5d6e
+.sy6na.
+.sy4ne.
+.sy5ter
+.sy3ti
+.sy6v5
+.sy6v5o6g5
+.sz6
+.sæ2
+.sær1
+.sær3e4g
+.sø8ka
+.sø4ke.
+.søl6v5
+.sør3a
+.søye5
+.søy6en
+.så5pen
+.så3re
+.t8
+.ta8ke.
+.tak9r
+.tak5sk
+.tak9s8p
+.ta4la.
+.ta4le.
+.ta4les
+.tal4li
+.tam5m
+.tan5de
+.ta4p5r
+.ta4ra.
+.ta4re.
+.ta2s
+.te4e
+.te6i
+.tei9er
+.te8ke.
+.te4ma.
+.te6o
+.te8ne.
+.te4se.
+.te7si
+.te4sta
+.te4str
+.th2
+.ti8a
+.tid5r
+.tid6s3
+.ti4de.
+.ti4e
+.ti4g3r
+.ti4ki
+.ti4l5
+.tili6
+.ti4med
+.ti4na.
+.ti4ne.
+.ti4p5l
+.ti4s
+.to5arm
+.to6en.
+.to4er.
+.to6et.
+.tokk8
+.to6le.
+.to6na.
+.to5o6g5
+.to4ra.
+.to4re.
+.to6reb
+.to3ro
+.torsk6e5
+.tor4s5v
+.to5rye
+.to4str
+.tota9la.
+.to5t8
+.to8te.
+.to6va
+.to4ve.
+.tr6
+.tra7c
+.tre3b
+.tre7p
+.tre5o6g5
+.tre6skja
+.tre3s8ko
+.tre3sp
+.tre5s6t
+.ts2
+.tsj2
+.tu4en.
+.tu6na
+.tu4ne.
+.tu6ra.
+.tu4re.
+.tu8ve.
+.tve6n
+.tver6r5a6
+.två7g
+.ty6da.
+.ty4de.
+.ty8et
+.ty8re.
+.tyr8s9
+.ty5ter
+.ty5ti
+.tæ4re.
+.tøv9d
+.tø6ve.
+.tø9ver
+.tø5vet
+.tå5ker
+.tå4le.
+.tåp9n
+.tå5ren
+.tå7ret
+.u5a6
+.u1b2
+.u6berg
+.u3d2
+.u7de
+.u3e6
+.u4er.
+.u6era
+.u4ere
+.uf4f
+.uf8sa
+.u4ga
+.u5gi
+.ug6la.
+.ug8n
+.u1i
+.ui6m
+.u1k6
+.u4ka.
+.u6ke
+.u7kn
+.u3le
+.u4le.
+.ule8k
+.ulen4d
+.u6lende
+.u8lene
+.u6let
+.u4lin
+.ul6ka
+.ul4ke.
+.ul4la.
+.ul8le.
+.ul8ma.
+.ul4me.
+.ul4ne.
+.ul5t
+.ul6te
+.u1lu
+.ul4v5i
+.u1ly
+.u3lå
+.u5ma
+.umu7
+.u2n
+.unde6ri
+.und5r
+.une8
+.u5nek
+.u9net
+.un4ge.
+.un2n
+.unn3s
+.u3no
+.un4se.
+.un4t
+.u5nu
+.u1o
+.u1p
+.u4pi
+.up2l
+.u2ra
+.u5raf
+.ur6an
+.u6rane
+.ur4d
+.ure4n
+.u4ret.
+.u6rets
+.u2r2i
+.ur4ke
+.ur6na
+.ur4ne.
+.u1ro
+.ur1s
+.ur8ta
+.ur4te.
+.urte5m8
+.ur6tet
+.u5rut
+.u3ry
+.u5rå
+.u1s2
+.u4sa.
+.u4sas
+.u5se
+.u3ska
+.u5sn
+.u7sp
+.us3se
+.us6t4
+.u7stek
+.u5stel
+.usy5r
+.u2t
+.uta4g
+.ut5age
+.u3tak
+.u4ten.
+.ut5esk
+.ut6e7sko
+.u4ti.
+.ut3kan6t5
+.ut4ne.
+.u5tol
+.ut3o6v
+.ut6rer
+.ut6rov
+.u3trø
+.ut6se.
+.ut4si.
+.ut3t4
+.u3tu
+.v6
+.va4da.
+.va4de.
+.vai4
+.va4ke.
+.va6les
+.valg5s
+.va4ne.
+.van4n5
+.vann5s4
+.va6reta
+.vari4e
+.var5sk
+.ve8en.
+.ve4ga.
+.ve6ge.
+.ve4g3i
+.veg3s4
+.vei3g4
+.vei3s
+.vei4ta
+.ve4l3
+.ve5l4ar
+.ve6l5art
+.vel5d
+.ve4l3e
+.vel5l
+.ve5l4os
+.ve4l5ov
+.ve4ly
+.ve8læ
+.ve4ne.
+.ve4net
+.ve4ra.
+.ve4ras
+.ve6re.
+.vermo9
+.vers4t
+.ver5ste
+.ve4sl
+.ve4st
+.vete5
+.ve8te.
+.ve4ve.
+.vi4da.
+.vide4
+.vi6de.
+.vi4d5å4
+.vi2e
+.vi4ka.
+.vil5l6a5l  
+.vil5l6a5t
+.vi6ma.
+.vi8me.
+.ving7s
+.vin5n
+.vi4sa.
+.vi4se.
+.vi6seri
+.vi4ta.
+.vi4te.
+.vi5tr
+.vok4s3
+.vok5s6e
+.vo6r
+.vo6ta.
+.vy4
+.vye5ne
+.væ4ra
+.væ4re.
+.vå4d
+.vå4r3
+.vårs6
+.wa4r
+.wi6e
+.xe2
+.y6
+.ye4
+.yn8da.
+.yn4de.
+.yn6ge.
+.yn8ka.
+.yn6ke.
+.yn4kv
+.yns2
+.yp8pa.
+.yp4pe.
+.yr8ja.
+.yr8je.
+.yr8ka
+.yr4ke.
+.yrkes5
+.yr6t
+.ys4
+.ysterie8
+.yt9ren
+.yt5t
+.yt6te.
+.yv6
+.z4
+.zj8
+.æ8
+.ære4s5a
+.ære4st
+.æt4te.
+.ø6
+.øg8la
+.øg4le.
+.øi5
+.øi6e
+.øko5
+.øk6ta
+.øk4te.
+.øl3ed
+.øl3s6
+.øl3v6
+.øm4me.
+.øres8t
+.ør4je
+.ør5k
+.ør8na.
+.ør4ne.
+.ør6ski
+.ør9sm
+.ør3st
+.ør8ta
+.ørt9an
+.ør8te.
+.øs2
+.øs4t
+.øv4d
+.øve4r5
+.øve4r6s
+.øv4re.
+.øy6de.
+.øy2e
+.øyele8ge.
+.øy5ene
+.øy4n
+.øy6na
+.øy6ra
+.øy4re
+.øy8rer
+.øy4str
+.å2
+.å6e
+.å6f
+.å6g
+.å6k4
+.å8l
+.ål6t
+.ål8ut.
+.å8m
+.ån8da.
+.ån4de.
+.ånd6s5
+.åp6na
+.års3k
+.å6se
+.ås3k
+.ås7l
+.ås3m
+.å3ste
+.ås5v
+.å4t
+.åt4te.
+.åtte5o6g5
+.å6v
+a1ad
+4aaf
+a3aft
+aa4g
+a1aks
+aak5v
+aa3la
+aa2m
+a1a2n
+a6an.
+aans9t
+a7antr
+a1ap
+aa4ri6
+aarie9ne
+aar5n
+aa2s
+3aase
+aa5t6h
+a1av
+a6bab
+ab7av
+ab9b8l
+ab4but
+abe4lei
+abel5t4
+abe9na.
+abes9ka
+4abev
+a5bh
+abie6
+abi9er
+abi9la
+a4bist
+ab1l
+ab9lara
+ab4lok
+abl7u
+a5bo9a
+abo3b
+abo3e
+a3boer
+abo3kl
+a3bord
+5aborte
+ab1r
+ab8re
+ab2sl
+abu5e
+a4buel
+a4buf
+a6busk
+a4bute
+a4by.
+a4byb
+a4byk
+aby3r
+8ac
+aca5
+a6ca.
+ache3a
+ack3
+a1co
+6ada
+a5dal
+ad5ant
+a4dart
+ad9da
+a2deb
+ade5i6s
+a2dek
+a4del
+a4d5elv
+a5dend
+a3dene
+a2deo
+a2dep
+a5der.
+aderle7
+a2des
+a5de4ser
+a3desl
+a3det.
+a3dets
+3adfer
+1adg
+ad8ge
+adi4ene
+ad1j
+1adju
+2adl
+1adm
+ad5n
+ado7a
+a4dob
+ad7opp
+4ador
+a7dora
+ad5raf
+ad7ran
+a2dre
+ad7rel
+ad5rep
+ad3ret
+ad3rid
+ad1ro
+a7drø
+ad4s5amt
+ad4si
+adsle6ge.
+ad5s4let
+ads5te
+ad5s6tek
+ad3str
+ad5un
+1adv
+adva5re
+2adve
+a4dy.
+a4d5øy
+2a1e2
+4aea
+a4ed
+ae3de
+aed7r
+aek5t
+a4el.
+ae5la
+ae3li
+ael5o
+aen5t
+a3ep
+aes8ke.
+aes4t
+6afa
+6afc
+a4fe.
+afei5
+af4fan
+af4fei
+affe3s
+af7fi.
+affi3d
+af5f4u
+af4i
+afia1
+afi5an
+a2fib
+a6f5inn
+afi7re
+a4fiti
+a5fjo
+af9la.
+af9lar
+af3le
+af5li
+a4frik
+6afo
+afo7ra.
+afo7r8e
+afore5ne
+afra5s
+1afri
+afs1l
+aft5ei
+af4t5e4l
+af6t5o
+aft1s4
+af5yr
+afø4r
+afø5ri
+4aga
+a2gaa
+a5gae
+a4ganf
+agang7s8
+a4gart
+a5gas.
+aga6ve.
+ag5de
+a7gelen
+a2gem
+3a4gent
+age4r3a
+age6rek
+age5risk
+a7gers
+a5geru
+age5s2
+a4geta
+a4gé
+ag5gar
+ag4gas
+ag5ge
+agg1s2
+agg7u
+ag6gut
+a4gi.
+ag5id
+agi6s
+ag1la
+ag4lem
+ag6lesa
+ag5lå
+agmo8e
+agn5om
+4ago
+ago5d8
+ag1or
+a5gos
+a3got
+ag5ov
+ag7ras
+ag1re
+ag1ri
+4a3gru
+ag1rå
+ag4samb
+ags4ang
+ag3s4ei
+ag4sel
+ag3sem
+ag5s6ing
+ag6sju
+ag4ska
+ags4kul
+ag2sl
+agsmå6la
+ags3tr
+ags3t2v
+ag2sy
+a6gu.
+agu3ay
+agå8va
+agå8ve.
+a1h
+a5hi
+ah4n5
+ah4v
+ai1a4
+ai3e2
+ai3er.
+ai4is
+ai5ke.
+ai5ko
+ai9kv
+ai5ne
+a3ing
+a1inn
+ai4n5o4
+ai1ro
+ais4e
+ai4s3k
+aisk2h
+ai8sm
+ais6om
+ais5s
+ai5s4v
+ai5ve
+ai5ø
+a1j
+aja9d
+a7je
+a8je.
+ajes7
+a4jé
+a4ji
+a6jl
+6ak.
+a1ka
+4aka.
+1a2kad
+6akaf
+ak3aks
+6akan
+aka4o5
+4akar
+ak6arb
+aka4t5r
+ak4au
+2akd
+2ake
+a9kec
+a2keh
+a3kei5
+a6kek
+akel8e
+akelei9er
+ake5l4i
+ake4rek
+a4kerø
+ake5sm
+akes6p
+a8kete
+akhe6n
+4a1ki
+a6kid
+a6kik
+ak7ind
+akis1
+2a1kj
+akk6and
+ak5ke.
+ak3ken
+akk5erst
+ak4kes
+akki4
+ak5kim
+ak4k5is
+ak6kj
+ak1ko
+akk3ol
+ak6k5ri
+ak1ku
+ak4kul
+ak4k5v
+2ak1l
+ak3lev
+ak6lik
+ak6lus
+6akn
+ak5ne
+a5kno
+2a1ko
+ak5om.
+a5kon
+a7kos
+ak1o2v
+ak4pe6
+akra8sa
+ak5reg
+akregi4
+ak3res
+ak3ro.
+ak3roe
+ak1ru
+ak4s5and
+ak4sek
+akse3l4o
+ak4s5elv
+ak4ses
+ak7s6id
+3aksje
+ak2s1k
+ak7sku
+ak6sl
+4akso
+4aksr
+aks5ti
+ak5stol
+aks4tr
+akst7ren
+4aksu
+ak4tab
+ak4tai
+ak4tak
+akta6le.
+akt5all
+ak6tam
+ak6tans
+ak4tap
+ak4tas
+ak4tav
+ak4teg
+ak4tek
+ak5teme
+4akth
+7aktig
+ak5tit
+aktle6ge.
+ak2tr
+ak6tre
+akt3rå
+akt5s4la
+5aktue
+akut2
+2akv
+ak3val
+ak5øl
+a5kå
+8ala.
+al7adr
+ala4g
+ala9ga
+a5lagm
+alag8ra
+a5lah
+a1lai
+al3all
+al3a4me
+al3ana
+a3land
+a5lande.
+a5lane
+alan5gr
+al3anl
+al3anv
+ala4o
+ala5pr
+a5lar.
+a3lara
+a5laren
+al3ark
+a7larl
+3a4larm
+al5arr
+a5lars
+al3art
+a7larv
+al3a4si
+2alat
+ala7tr
+4alau
+al5auk
+al1av
+ala4va
+al4ba.
+albo4g
+albu7er.
+5album
+al3de
+al7der
+4aldo
+ald3re
+2ale
+a2lef
+a2leg
+a9leg.
+aleie6n
+a9l8eik
+a5leke
+a4leks
+a4leli
+a2lem
+al5e4mu
+al8en.
+a4l3enh
+a4l5en5tr
+ale4pos
+a7lept
+a4lered
+alere6de.
+a4le5ro
+a4leru
+ale1s2
+ale7se
+a4lesk
+ale6s5kr
+a4lesl
+a6lesu
+a4leta
+a4le3te
+a2leu
+ale5v
+a4leva
+a4levi
+3alfab
+2alg.
+al3geb
+al2gu
+al4går
+al3ill
+a2lim
+a9lin.
+ali5na.
+a4l3ind
+a4l3ins
+al3int
+al9ja.
+al3je.
+alj5end
+al3jer
+al1jo
+al4jor
+al2j1u
+al1jø
+alj5ø6v
+al9kera
+alk7s6
+alla4ga
+alla6ge.
+al4lap
+all5art
+al5lea
+alle6ge.
+al4lek
+al5len.
+all5erst
+alle3s4
+al4lest
+al5let
+3allia
+al4lid
+5alli5e
+alli9ne
+al6list.
+al4lo3m
+all4sen
+all4sti
+al6lul
+al6løs.
+al4løse
+al8løst
+al6lå
+al6mek
+al4met
+4aln
+a5lo.
+al1o4b
+a5loi
+al1om
+a1lon
+al3ope
+al7ord
+alori5
+alo6rit
+al3ove
+alow7
+alp2
+al3ps
+2als
+al7sed
+al9skap
+al7skare
+als1l
+als5lø
+al2sn
+al6spu
+als4te
+als6ter
+6alsu
+alt6ak
+alta8le.
+al3ted
+al7tema
+5alterna
+alte4t
+al4t5eta
+al4t5ete
+al4t3op
+a4l5u4k
+alul8la
+al5und
+alu8re.
+al5va.
+alv5aks
+alvak8se.
+al4ved
+al5v6er
+al8v9er8m
+alve5s
+al9ves.
+alvi8se
+al1vo
+alv3s
+6a1ly
+a2l5y4te
+alø5se
+al3øv
+a1lå
+al7å6t
+a4mah
+ama5is
+a2mak
+a5maki
+am3aks
+a2mal
+am5ald
+a3man
+a3mar.
+a5mara
+a7mas.
+amaso7
+3a4matø
+am4bar
+3ambas
+am4bat
+am5be
+a2mei
+am3eie
+a3meis
+a2mek
+am3eks
+amen8de.
+amen4s3
+amen6t7arv
+ame4ram
+a4meret
+3a4meri
+4amerin
+ame5u
+amhu7
+2ami
+ami7na
+ami7ne
+amisk3
+amis4ku
+am4lese
+am6lest
+am4mad
+6amn.
+am4ned
+a2mo
+amo5e
+am1op
+am1or
+amo6ve
+am4pap
+am4pare
+amp5ei
+am8peria
+am6perie
+ampes6
+amp7inn
+am2p3l
+am5p4let
+am4p4re
+am4pun
+am2på
+amru4
+am5rå
+am1s
+am7s6ku
+ams4l
+amst6
+am4s3tr
+ams9ut
+ams2v
+am4s5ve
+am2sø
+am3ti
+amti5da
+5amtm
+am7tv
+am6ul
+am5yr
+am5øy
+6ana.
+anak8te.
+ana3la
+anal4f
+3analy
+8anan
+a3nane
+a5nang
+anant8
+4anar
+a6narb
+an5art
+ana3to
+6an7au
+anaus7
+an9av.
+3anbef
+4and.
+an4da5m6
+anda5ta
+an4dek
+an5den
+anderle7
+an9det
+6ando
+an4dos
+4ands
+and4sel
+and8send
+and7slet
+and5s6tre
+a2ned
+an5egg
+a4n5elv
+a2nem
+2anen
+2aner
+ane3ru
+a5nes.
+a4nest
+ane5sv
+an5e6tika
+a5netike
+an5e6tikk
+an5e4tis
+a2nev
+3anfal
+anfø5re.
+ang4e
+an4ged
+an4g5enh
+ang5erme
+an8geste
+an4gi.
+5angiv
+ang5of
+an5gos
+an4g9ra
+an4gre.
+an6gres
+an4gret
+an4g3ry
+ang4sm
+angs6tro
+angs8t9rå
+angst5y
+ang5sva
+ang6søy
+ang4t5re
+ang5t6ve
+an4gun
+an4gå.
+ania7
+a6nib
+a4nisj
+4aniv
+an4kana
+4anki
+4ankj
+an4kob
+an4kop
+an4kos
+an2k1r
+ankra8na.
+ank3re
+ank3ut
+8an2kv
+an4kø
+an6k5å6
+2anla
+anland6
+anlø9pa
+ann5ans
+an6neme
+an5nen
+an5ner
+an5nid
+an4ninn
+an4nom
+5annon
+an4nov
+ann4sei
+ann4sid
+ann6s7kå
+ann6sl
+ann3st
+ann5sta
+ann4s3u
+an4ny
+an2nø
+a3no.
+a9noa.
+ano6deb
+2anog
+a7norm
+a6not
+a2no4v
+ano5va
+an3ove
+anri7ke
+ans5aft
+ansa7ka
+4ansan
+3ansat
+an4sek
+an4sent
+anseri8e9ne
+an4ses
+3ansik
+ans5ind
+ans5ins
+an4ski
+an3skj
+ans4k3l
+ans6kun
+an5skø
+an6slø
+an4sn
+ans5or
+an4s3pi
+ansport7s6
+an1st6
+6anstar
+ans4te4
+6ans6ti	
+2ansu
+an9s6und
+5ansunda
+1an1sv
+4ansve
+6ansy
+an4så
+anta8la
+an5t6and
+an4tans
+an3ted
+ant5emi
+5antenn
+an4tesl
+anti7kl
+an4tim
+an5toi
+ant5ord
+ant5rab
+ant7rom
+ant5ryg
+ant5s6
+an4tul
+antus4t
+2anu
+anus7a
+an5ut
+3anven
+6anvin
+6any
+a4nya
+a2n1æ2
+anær8
+2anø
+a2nøk
+an7å
+a1o
+ao9a
+aog9
+a2oi
+ao6k6
+aon8de.
+ao2p
+ao4r
+a5pea
+a7pé
+a1pi
+a2pia
+ap1id
+a6pik
+a6pins
+a2pio
+api6r5
+api7r6e
+api7se
+ap1j
+a1pla
+a5p6las
+ap3li
+ap9lo
+ap2ly
+4apol
+a4pon
+a4poo
+apo3p
+apo5s4ti
+a2pot
+3ap3par
+4appar.
+6appare
+app7esk
+ap5plas
+ap4ple
+ap5pli
+ap6pri
+ap3ra
+ap5ren
+ap5ret
+ap3rin
+ap2s1
+apsa4
+ap3sel
+apse4s
+ap8s9l
+a3psy
+ap4s5ø
+8apu
+a6p5ut
+a1py
+ap7ø
+a3p8øls
+a5på.
+a1ra
+ara9bi
+ar5aks
+arak5t
+ar3alt
+a4rami
+2aran
+a4ranor
+a4rans
+a4ranv
+2arar
+a4r5ass
+ara5te.
+ar5aug
+ar7auk
+arau9ken
+ar7avh
+1arb
+2arba
+arba8ne.
+6arbeh
+4arben
+6arbet
+2arbi
+4arbj
+6arbl
+2arbo
+arbo8da
+2arbr
+2arbu
+2arby
+2arbø
+4arbå
+ar7deb
+ar6deli
+ardfø5re
+ard3re
+ard5sta
+a1re
+1a2rea
+4arear
+a4reb
+areba4r
+a2red
+a2ref
+a2rei
+are3in
+a2rek
+a6r5ekt
+a4rela
+ar7elek
+a4r6eli
+ar7emn
+a5remo.
+3arena
+a6r5eng
+a4reni
+aren5tes
+a2reo
+a2rep
+a6rerel
+a4r5erfa
+a6rerk
+a4rero
+a6rerø
+a5res.
+ares8ka
+ar4et
+a7reta.
+a4rev
+ar7e6va
+ar3evn
+arev6ne.
+8a1ré
+6arf
+ar7g6h
+ar5g6i
+6argj
+arg4l
+ar7go
+arg5stj
+2a1ri
+aria7ne
+a3rib
+ariba9
+ar5idr
+a4rim
+ar3inn
+ar3ins
+arins9k
+ar3int
+ari3se
+arise4a
+a4risto
+a2riv
+ar4kau
+ar3ke
+ar4ke5s
+ar5kha
+3arkit
+3arkiv
+ar4kle
+ar4k5løf
+ar6kod
+ark6ste
+ark4str
+ark7veg
+ar4køy
+arla4ga
+ar4map
+5armbå
+ar4medi
+arme7t
+ar6metr
+ar4minf
+armle6ne.
+armå6la
+2ar2n
+ar4nad
+ar4nal
+arneva7la
+ar3ni
+ar3no
+ar3nu
+ar3nå
+a1ro.
+aro8de.
+a5rok
+a1ron
+ar1op
+aro6pa
+a4r1o4r
+a1ros
+ar7ost
+a1rot
+ar3ove
+ar6ped
+ar9po
+arp5ret
+1arra
+ar5ree
+ar7resk
+arri8e7
+arrå6da
+2ars
+arsa6ka
+ars5ans
+ar3sel
+ar6s5ers
+ar4sin
+ars5kam
+ar5skar
+ars5kes
+ars7kre
+ar4spr
+ars6tr
+ars4vei
+ars7æ
+arta4la
+arta6le.
+ar3te
+ar7tele
+8artets
+art4ha.
+art4has
+ar4tika
+6ar4tim
+4artn
+4arto
+ar4top
+6artr
+art9ra
+ar6trin
+art6s5t
+arts5ø
+6artu
+8arty
+ar4tyv
+ar1ul
+ar1un
+ar5u6r
+a1rus
+ar5utb
+ar5utn
+arve3s
+ar6vete
+arvi8sa
+arvi8se.
+a1ry
+ar7æ6
+arø8ve.
+ar1øy
+a1rå
+arå8de.
+ar7åp
+a6r5åt
+6as.
+4a1sa
+asab4
+asak4
+a4salo
+as6an
+as7aug
+asbe2
+a1sc
+a2se.
+asea4
+a2sed
+a2seg
+a2sek
+as4el
+ase5le
+a2sem
+a6senet
+a4senk
+a7seol
+a2se5s
+a6sest
+a4sete
+a2se3u
+as2h
+as5hu
+a4sib
+a2sip
+a2sir
+a7sis.
+asis5t
+a2siv
+as4ja
+a6sjett
+as5jor
+as3kar
+ask6et
+as5keti
+ask2i
+as5kis
+a5skj
+as5ko.
+as5koe
+a4s5kopi
+as3kor
+as3kot
+a1skr
+as7kra
+as3kul
+a5s6kula
+as6kule
+ask9u8t
+as4kv
+ask5øy
+as1l
+a5s4lag
+asla8ga
+as4lev
+as4lit
+a1so
+a4so.
+a2s5om
+as5ov
+as4pan
+as3pe
+as7pis
+as5pl
+as9sa.
+as4sab
+as4sal
+ass5ald
+ass5alt
+as4sam
+as5se.
+as4sed
+as4sek
+asseri7e6
+as4serv
+as4ses
+as6sifr
+as5sing
+assi3s
+as4sit
+as2sj
+as6s1k
+assku6le.
+as2s3n
+as5so.
+asso9a
+as7sos.
+as6s1p
+as2s3t
+as4stan
+as4str
+ass5tru
+as2s1v
+as4sys
+as4søk
+as2s5å
+as1ta
+as6tab
+a6stande
+a4statu
+as5te.
+as3ted
+as4teg
+as4tek
+as4t5enh
+a1stj
+a9stof
+a5stok
+ast5ov
+ast5ren
+as4tro
+as9tua
+astu8ve.
+ast5ø4v
+a1su
+asu3n
+asu9sa
+as1va
+a6sym
+asyn7d
+as7øye
+as5å
+4at.
+4ata1
+a5taene
+at6af
+ata8ka.
+ata8la.
+a4tang
+ata9rar
+a6t7arv
+atas4
+a5tas.
+atat8
+a2tau
+at5avh
+atch5
+a2tea
+a2tec
+at7edd
+a2tee
+a4tei
+at5eid
+at3eig
+ate3in
+a4teka
+ate5k8e
+ateke7ta
+a6t5ekte
+ate7le
+at3emb
+4aten
+a5tene.
+a4teni
+a4tenu
+a2teo
+4ater
+a5ter.
+a6terat
+a8terek
+a4teril
+a2tes
+a4t3ett
+at6e5u
+a4té
+3atfer
+at4ha.
+at8has
+4ati
+atik6ka
+atili5
+ati5nea
+ati4rep
+ati8sta
+at3jo
+5atlant
+atl9øy
+3atmos
+at4nel
+ato5a
+ato5gr
+at1oi
+a2tom
+a6t5oppr
+a1tor
+a5tose
+a3to1v
+a1tra
+at5reg
+at3ren
+at3rer
+a4trif
+at3rin
+at5rot
+a9tru
+at5røs
+at5røy
+2ats
+at3ser
+at7sje
+at7s6kat
+at7skj
+ats6kul
+at2s3ø
+4att.
+at6tat
+4at5te.
+at5tens
+attfø7re
+at4tid
+atti4s
+att5ise
+at3tit
+att1o
+att7o6p
+atto6v
+at1tr
+at4traf
+at4t3re
+at6trin
+att3s6k
+att5s8l
+att3sp
+att3sv
+at6tys
+at2t3ø2
+a1tu
+atu5e4
+a2tut
+at5v
+atvi5er.
+a3t3w
+a1ty
+atyr8ke.
+a5t6yv
+a1tø
+atør3s
+atø9se
+a4t5øy
+a3tå.
+a7tåa
+a1tåe
+at5år
+at5å4se
+at7åt8
+4au.
+8a8ua
+au9ar.
+4au5b
+auba6ne.
+au3c
+au5da.
+au9det
+au4di.
+4a6ue
+au7en
+au7er
+aue5re
+au3est
+au6e5ta
+au5e6te.
+au4gal
+au4gas
+au4gel
+augele8ge.
+5aug2n
+3augu
+au5i
+au5keli
+au5ket
+auk5la
+1auk7s6
+au5kve
+au6las
+au4lat
+aul5l
+aul8la
+au5lu
+au9men
+au6mo
+aum5s6k
+aum7s4t
+a5und
+au5rae
+aure5s
+au5ret
+au5ri
+aur5s6
+au1ru
+auru4e
+au1sa
+aus9kj
+au6skr
+au1so
+aus5s
+au6s8tas
+aus8tett
+austi6s
+aus6t7ise
+aus6ton
+au5str
+au6stri
+au1su
+au4sun
+au2s5ø4
+aut6a
+au3ta.
+au7tar
+au5te
+1auto
+auto5v
+au3t4re
+au4ty
+2aux
+a1va
+av5ab
+a5vae
+ava7g
+6aval
+av3alv
+a4v3and
+av3ang
+a4v5anl
+3a4van5s
+a9var.
+av3art
+avar6ta.
+4avas
+5avbi
+1avd
+3avdel
+2a1ve
+a2ve3d2
+a5vede.
+a7veil
+ave3in
+a2vek
+a4vela
+a4vele
+a5veleg
+avens4
+a5ver.
+ave7ras
+aver5d
+a6verei
+a2ves
+a2vev
+1avfa
+1avg
+avi4ar
+4a5vig
+a1vik
+avi9ke
+a1vin
+a4v5int
+2avir
+5avisa
+avi5sa.
+3a6vise
+av5ising
+avis3t
+a5vit
+avlu9t
+avlø5se
+6avn
+av7na
+av4nes
+a1vo
+a4vok
+avo3r
+avo4v
+av1r
+av4res
+av5ri
+av1sa
+av5seg
+avs2i
+avsko7g
+3avsni
+av1s2p
+avspe9g4
+avs4te
+av5su
+av1s2v
+1avt
+avta9ka
+2avu
+1avvi
+av3øl
+4a1vå
+a6v7å6l
+a1wa
+awat4
+a5we
+awe9ne
+a1wi
+ay2a
+ay7ane.
+ay5ar
+ay9s8t
+a5y4t
+a5zu
+azz3o
+a1ø
+a7å6
+1b4a
+ba3a
+baby5
+ba4bys
+ba5cl
+ba2d
+ba4da.
+ba7dan
+b5add
+ba8de.
+ba4deb
+ba5den.
+ba7dens
+ba3di
+bad1s
+4baf
+ba2k
+ba5kan7
+ba3kar
+bakars9
+ba3ken
+ba4k5end
+baken6de.
+ba3ker
+bake3s
+ba9ket.
+bak9ett
+ba3ki
+ba8ki.
+bak6kers
+bak6ko
+bak5kr
+4bakr
+bak4re
+ba5kri
+bak3ro
+bak3sm
+bak5sp
+bak5s6ti
+bak5str
+bak7t6
+bak1v
+ba3la
+bal7ak
+ba4les
+ba4li.
+bal3j
+bal4lag
+bal4lan
+bal4led
+bal4leg
+bal4lei
+bal4lev
+bal4lig
+bal6lov
+ball5s6
+bal6læ
+ba1lo
+bal5t
+ba1lu
+ban4a
+ba4na.
+ba5nan
+ba5nar
+ban9da
+ba4nel
+ba4nes
+ban6kap
+ban4kor
+ban2k3u
+bantu5
+ba3re
+baret5t
+ba3ri
+bari6e7n
+bark5s
+bar5skr
+bar5tr
+ba5ru
+ba5sen
+ba4seru
+ba4set
+ba3si
+ba2s1k
+bas6sak
+bas4san
+bassi4
+bassis5
+bas4so
+bas4st
+bass6tr
+ba2st
+ba7s8u
+ba1ta
+2ba1tr
+bat6ti
+bau9la
+6bav
+ba5z
+2b1b
+b3ba
+b6bak
+b4b5arb
+b6base
+b3be.
+b4beb
+b4beda
+b2bef
+b4beg
+b6beh
+b2bei
+bb3eie
+bb5eig
+b2bek
+b6belo
+bbel6t3
+bbelte4
+b4bem
+b9bene.
+b2beo
+b3ber
+b4b5erf
+b4bes6
+b7beska
+b6beta
+b6beten
+b4beti
+b6beto
+b6betr
+b2bev
+b8b1h
+b3bi
+bbi9e8
+b4b5inn
+b2b1l
+bb7len
+bb5op
+bb5rek
+bbu9ra
+bb5ut.
+bb5ute
+b2by5
+bby3e
+bby1k
+b4bø
+b6bå
+2bc
+2b1d
+b2dek
+b7den
+b4dep
+1be
+be2au
+be4bo.
+bebo5er.
+bebo9k
+be4da.
+be9dar
+be3der
+bedi9e8
+be4dre
+bed5red
+bed2s1
+bedy9ra
+be1då3
+2bee
+be5ed
+be6ef
+b4ef
+befa5re
+be3g
+bega9
+be4ga.
+be4gi.
+be4gn
+be5go
+be4g5re.
+be4g5rene.
+be4gå.
+be6ha.
+beha7g
+behers7
+4behu
+behå4r
+be6i
+be5ke
+be2k3i
+bek6kel
+bekke5r
+bek4kes
+bek6l
+4beks
+be4l3ab
+bela9ga
+bel5eie
+bel5eig
+bel5ein
+be4lek
+beli9na
+beli9v
+belle5sa
+bel5let
+bel5læ
+be2l1o
+bel5s4p
+bel7s4t
+bel4tag
+bel4te5s
+bel4t3ø
+bel3u
+bel5v
+belæ5re
+belå7ne
+be4na
+be5nat
+be3ne
+4bened
+be4nest
+ben5gu
+be5ni
+ben5s4i
+ben5skj
+ben5sp
+ben5te
+2bep
+b4er
+4berai
+be7ras
+ber5d
+be4rep
+8berest
+bere5te
+ber4ga
+ber4g5ende
+ber5ges
+berg3j
+berg3l
+berg3o
+ber4g3å
+be5rib
+beri5ke
+be7ris
+ber6kl
+ber5na
+ber5ne
+be1ro
+be4ro.
+bero9a
+berri6
+ber5te
+ber5ti
+be1ru
+beru9sa
+berø5v
+b4e1s2
+5bes.
+be4se.
+be5s4i
+4besik
+6besj
+bes5ke
+bes6k5n
+be3sn
+bes7ne
+4be3so
+beso9v
+be5sp
+bes3s
+bes6s7a6
+bes6sel
+bes7si
+bes7tens
+bes6tes
+be5stes.
+be6så
+3b4et
+5bet.
+be4tab
+be3te
+4betei
+be7tes
+beto5ne
+be6trar
+be6tre.
+be4t3ri
+4betu
+be4ty.
+beva5re
+be6ve.
+bevi5se.
+be9vo
+bev9r
+6beå
+beån9
+7bé
+2b5f
+6bg
+2bh
+bhu1
+1b4i
+bi5ak
+bi6bla
+bi5ce
+bi1d
+bi5dee
+bi8dé
+bid6r
+bidu8
+bi5el
+bi6ele
+bi5erv
+4bifa
+bi5g
+bi3ka
+bik1k
+bik6ki
+bi5k4l
+4bi7kr
+bi6la.
+bi4las
+bi4lau
+bi3let
+bilet5r
+bi4lin
+bil3j
+bil5la
+billa8ga
+bil5leg
+bil5m6
+bil1o
+6bi5m
+bi4nans
+bingo5
+bin4gol
+bi7no
+4b5int
+bio7
+bi3o8m3s4
+4bip
+bi4ri5
+bi7ris.
+bir4ken
+bi1ro
+bis2a
+bi3se
+b5ish
+bis6hi
+bis7ke
+bi5s4la
+8bisn
+bi4sp
+bis4p5i
+bis5se
+bi1st
+bi5s6ta
+bis4til
+bis5tru
+bi3s4v
+bi6ta.
+bi4te.
+bi5tes
+bi8ti.
+bi4tre
+bi6tri
+bjar3
+bjek4t5o
+bjø6r
+2b1k4
+b5kh
+bl2
+1b2lad
+blad3a
+bla6f3
+bla8ga
+blak5r
+bla5me
+blan9da
+b4lank
+blan5ke
+b4lant
+b1lar
+b8larar
+b3lat
+bla4u
+b4lef
+bleie5
+blei5er
+b4lek
+ble4k3a
+ble5kes
+ble4mo
+b3ler
+ble7r6a
+b6lesa
+blesse9ne
+b4lest
+2blet
+bli9ke
+bli5ma
+bli5me
+blings6i
+blis3s
+b5lj
+blja4
+blo6dr
+1blok
+blom5m
+b6lu
+blues3
+blu9sa
+bly7gl
+blæ5re.
+blå5n
+blå3r
+blå7sa
+blå5se.
+2b1m
+6bn
+b3ne.
+b3ner
+b7nes.
+b7ni
+b2o
+boa5s4
+bobba6ne.
+bob5by.
+bob9bye
+bo2bl
+bob7la
+bobs4
+bo3de
+bo6din
+bo6d7r
+bo2dø
+4boef
+1boen
+bo2er
+bo4et.
+2bo3f6
+bo4gel
+bogn7
+bog1s
+2boh
+2boj
+3bok.
+bo2ka
+bo6kel
+bo4k3et
+bok1i
+bok1k
+bo6kop
+bo6k5ri
+5bok1s
+boksi8da
+boks4p
+bo2ku
+bok3ve
+b4ol
+bol5eie
+bo7li
+boli7n
+bo7lo.
+bo5loi
+bo4l5o4r
+bol5s4p
+bolst6
+1bomb
+bom4bel
+bom5m
+bo6mo
+bom1s4
+bo5nap
+bon5ato
+4bonn
+bon5ne
+bons4
+bo5nus
+boo6
+boom1
+bo1p4
+bo1ra
+bo4ra.
+bo6re.
+bo7rel
+bo3ren
+bo3ret
+bo4rete
+bo6ri.
+bo3ro
+bor6t7ef
+bor6tei
+bor4tes
+bor6t7et
+bor4ti
+bort5s6
+b4o1s
+bose8te.
+3boska
+bo2sl
+bos5se
+bo4sto
+1bot
+bo4ta.
+bo4tak
+bo4tal
+bo6te.
+2bo7to
+4bot6r
+4bot4v
+bou3c
+4bo1v
+bow4e
+bo6y
+4bp
+b7pl
+br8
+1b4ra
+bra5ka
+brak5s
+bra5se
+bred5sp
+brei5e
+brei3s
+bret7te
+b6rev
+brevi9er.
+bre4vin
+bri5a
+b4rio
+b2ro
+bro9ar
+bro1s4
+3b4ru
+bru5ke
+bruk4s3
+bru4na
+bru7na.
+bru5nes
+bru5pl
+bru7ren
+bru5sa
+brus4l
+1bry
+bryn4s
+b4rø
+brø5de
+bråe6
+brå9ne
+brå5te.
+6b1s
+bs4e
+b5s6e6a5m4
+b4s5el
+b5s6i
+bsk4
+b4sli
+b2sm
+b2s1of
+bs2t6
+b6st7f
+b7s6v
+bså5
+6b5t
+b7t6s
+1b2u
+bu4ar
+4bub
+bu3da
+bud5d6h
+bu3de
+4bu3em
+bu4en.
+bu9ene
+bu4er.
+bue5s
+bu1i
+bu6is
+6buki
+buk3l
+bu5la
+bu4le.
+bul3le
+bun7de
+bund4s3
+bun8ge.
+bunk3r
+bunnla8ga
+bunn3s
+2bu3o
+bu1p
+bu6ra.
+bu4re.
+4bu3ro
+bu3ru
+bus6e
+bu4se.
+bus4h5e
+busk7ø
+bus6sek
+bus4sel
+bus6sent
+bus6set
+busse6te.
+bus6sj
+bus4sn
+bus4sp
+bus4st
+buss3v
+bu1st
+4bustr
+4busy
+bu1ta
+bu4tal
+bu7tem
+b5utg
+4butst
+bu2tu
+bu1tø
+4buv
+6buø
+2b1v
+4b5w
+1by
+bya2
+by5al
+by9are
+by7dep
+by4en.
+by7ene
+by5ens
+by2er
+by3ers
+by4ge.
+byg3l
+3byi
+by1lo
+4bylø
+by5n
+by1re
+by6re.
+by1s
+5bys.
+4byse
+6bysi
+6bysp
+byst4
+by4ste
+4bysv
+by5tar
+by4te.
+by1tr
+2byv
+bæ5rar
+bæ6rar.
+bæ4re.
+bæ5ren
+bæ5rer.
+bæ5rere
+bæ5res.
+bæ5ret.
+bæ3ri
+bæ4r5is
+bæ3ru
+1b4ø
+bø4e
+bø7ens
+bøf3
+bø4kes
+bø6la.
+bø6le.
+bø2n
+bøne5
+bøn6nes
+bøn7o
+bø6re.
+bør4s5k
+bør4sp
+børs3t
+børs8ta.
+børs3v
+bø5ta
+bø1v
+bøy7ar
+bøye5
+bøy4ene
+bøy4es
+bøy4et
+1b4å
+bå4de
+bå9des
+bå6e
+bå7ene
+bå4la
+bå1re
+bå6reg
+bå4rep
+bå4s3te
+bå6s7ti
+bå6t5j
+bå6to
+båt5r
+1c4a
+cab4
+ca4e
+ca5le
+ca5me
+ca5mo
+ca4pe.
+cap1r
+ca6pris
+ca3ra
+car5n
+ca5ro
+car4te.
+ca2sa3
+ca6set
+cash5
+ca5s4til
+cas5to
+ca1t
+cath5
+ca4to.
+6cb
+4cc
+c1ci
+c2d
+cde6
+cebo9
+ce3d
+ce1i
+1cel
+ce5le
+cel4les
+cel4lev
+3cen.
+ce4ned
+ce4nee
+ce4nem
+ce4ne5s4
+ce5nes.
+ce4net
+ce4nev
+5cens
+cen4ti9m
+cen6to
+ce5o4
+1cer
+cerba6ne.
+ce3re
+ce1ro5
+cer3t
+6ceru
+cest3o
+2ch.
+cha5le
+3cham4
+cha7ne
+cha5t
+2chb
+4chei
+chel5s
+che7te
+chi4li
+4ch3h
+2chm
+4chn
+ch5ne
+chom4
+cho5s6
+2chp
+8chs
+6cht
+ch1v
+ci1c
+3cid
+ci2e
+cie8n
+cie2s5
+cil5l
+ci3ne
+ci5ta
+2c6k
+ck5ar.
+ck5art
+ck1en
+ck3er.
+ck4ere
+ck5e4t3
+ck5et.
+cke8y5
+ck1i
+ck1k
+ck1o2
+ck7r
+ck5s2
+cku6
+ckup3
+ck9ut
+c2l
+clai4r5
+cly4
+c1m
+cmini4
+coa6
+coat5
+co6bid
+1co4c
+2cod
+6cof
+6cog
+co4la.
+co4lab
+co4lak
+co4la5r
+co2m
+co5ma
+com5t
+co6n5os
+con5s
+con7t
+co2o
+co7pa
+2cor
+co3r6a
+co1re
+co4so
+4cost
+co4ver
+c1pr
+cr8
+cras4h
+crack4
+cre2e
+creen7
+cros2
+5cru
+4c4s
+4c1t
+c6ta
+cty5
+1cu
+4cu.
+cu5la
+cu5le
+cu5lu
+cup1l
+cu6po
+cup1r
+cup7s
+cu4på
+2cur
+cures4
+cu6t
+cy2a
+cy6p7
+cys3
+c6z
+cæ5
+1da
+4daa
+4daber
+8dabo
+d5abs
+6d5adel
+d4adg
+dadø4
+dadør5
+4daef
+2daf
+5dagb
+da4gev
+4dagj
+dag7l
+da6go.
+da4g1r
+da6gun
+4dagå
+4dahe
+5dahl
+da1i
+2daka
+4dako
+4dakr
+dak4se.
+4daktig
+da5kv
+7d6al5j
+da1la
+da8la.
+da4las
+6dalau
+dalbu8er
+4d5ald
+da4les
+dal6so
+da1lu
+da4ma.
+da4man
+da3mas
+da4me.
+da3men
+6d5ameri
+dame3s
+dame5t6
+da3mo
+dam7pe
+5dan.
+6danal
+d8ane
+9dani
+2d1anl
+3dann
+dan5neb
+4danno
+7dano
+d4ans.
+dan3sa
+dan4sel
+dan9s8kan
+4dansv
+9dant.
+9danti
+8dany
+2da3o
+2dap
+da3pe
+d3app
+3dar.
+5dara
+2darb
+dard3s4
+4darea
+da4res
+d5arn
+da2ro
+dar5os.
+dar5s6
+dar4ta.
+dar6va.
+dar8ve.
+4dasei
+2dash
+6dasi
+4dasjef
+da4sk
+da9sko
+6dastr
+6dasu
+data5
+4da4tal
+data6le.
+datali8na
+da4tek
+7d6ato
+da3toa
+4da5tr
+dats6j
+d6aud
+daud7s8
+dau5go
+2daut
+2dav
+d5avb
+d1avl
+d3av5s
+4daø
+2d1b2
+dba8le.
+dba4ne.
+dbe8ta.
+dbe6te.
+dbling7
+dbo6en.
+d6byf
+4d1c
+6d1d
+d2dad
+ddag4
+d4dak
+d4d5arm
+dd3eie
+d2dek
+dde4lap
+dde4l5o
+ddel5sv
+d4demi
+dder5s
+d4desu
+ddie8
+d7dom
+d4d1re
+dd5run
+ddsa4
+dd4sala
+dd4skap
+dds5tab
+dd3s4te
+dds5tr
+d2dyb
+ddø2
+ddør3
+d4d5øy
+dd1år
+1de
+2dea
+deak3
+de2al
+de7b
+6debar
+4debas
+3debat
+2debe
+4debl
+2debo
+5debon.
+2debr
+3debut
+2deby
+4debø
+de1c
+5ded.
+2deda
+6d7edd
+7dede.
+4dedek
+4dedel
+4dedia
+2ded4r
+2dedy
+2dee
+5dee.
+de7er
+2def
+d5eff
+d5eft
+2deg
+6d6e5ge
+5degg
+de3gl
+2deh
+5dehavs
+2dei
+dei4d
+dei4ene
+3deig.
+dei8ge.
+5deigen
+dei4g5r
+5deik
+d2e1in
+3deir
+de5is.
+de3ist
+7de7it
+2dej
+8deka
+2deke
+2deki
+2dekj
+5dekk
+dekk3a
+dek4kan
+dek4kel
+de6k6kv
+dek2l
+6dekly
+5dekni
+de5ko
+4dekod
+4dekon
+4dekos
+2de5k6r
+dek6st
+deks7ti
+deks6tr
+5dekt
+2deku
+4dekv
+4dekø
+4dekå
+d4el.
+6delad
+6delage
+de6lans
+4delau
+4deled
+de4lef
+4delei
+del5ei4d
+del5eie
+4de4lek
+de5lele
+4d5elem
+de4lest
+6d3e4lev
+4delid
+6delinj
+del5int
+4delis
+4deliv
+del4lap
+del6lei
+del4lek
+del6lerf
+del6lig
+d4els
+del4s5at
+del3se
+delses7
+del4si
+del4spo
+d4elt
+del6tala
+del3te
+del7tr
+6deluk
+del5ve
+4dely
+4delæ
+2delø
+delø6pa.
+6deløy
+2delå
+2de5ma
+d3emb
+2deme
+demie4
+4demj
+dem8na.
+de4mo.
+de4mog
+5demok
+4demol
+demo5no
+5demos
+dem5pe
+3demr
+5dems
+4demu
+2demø
+2demå
+d2en.
+4dena
+de7nak
+6d5en6den.
+de5neb
+4dened
+6denel
+4denem
+4denet
+4denev
+6d5engen.
+4deni
+4deno
+de4nom
+d2ens
+den4sin
+den4s3t8
+den6t5ant
+4dentif
+4dentit
+dent3o
+den4tr
+dent5s8
+den6t5u6
+den6tå
+4denu
+2denæ
+2denø
+de2ob
+de4og
+2deol
+4deopp
+4de3or
+de4ove
+4depak
+4depap
+2depe
+4depi
+4depl
+6depu
+d2er
+der8am
+de6rant
+de4rare
+de4rark
+5de7rast
+dera5te
+der3av
+der5d
+4derea
+4dered
+de4r5edd
+de4ref
+4dereg
+4derep
+6deresi
+der5est
+8derest.
+6dereste
+4derett
+de4rif
+de4ril
+5derin
+de4rinæ
+der5k
+der5ne
+de5rob
+4derog
+4deros
+de5rose
+dero8se.
+6de7rot
+dero4v
+der5s6n
+der4sp
+der3t
+der5un
+de5rup
+6derus
+der3v
+4derør
+2derå
+de1s
+3d6es.
+2desa
+4desc
+2dese
+de5seg
+des5ers
+4desho
+de8s9hop
+desi4s5t
+2desj
+2desk
+9desk.
+5deske
+4des4le
+2deso
+2desp
+7despl
+6de5s6pr
+d4es2t
+5dest.
+5deste.
+des6tem
+de5sti
+4destj
+4desto
+4destrå
+4destu
+6desty
+de4s3tå
+6desup
+des6v
+2desy
+deså7
+d2et.
+2deta
+deta8ka.
+de3te
+4detea
+6deteg
+6detekk
+4detel
+4deten
+4detep
+detes7
+2deti
+2detj
+4deto
+4det6r
+2detu
+4dety
+4detø
+6detå
+2deu
+d1eur
+5deus
+2dev
+deva8ne.
+devi9er.
+3devik
+d7ev8n
+de5vu
+2dey
+4deø
+2deå
+2d1f
+dfø6rarar
+2d1g4
+d4gel
+d5gi
+dgi6n
+dgjø6re7n6h
+d3go
+2d1h
+dhav4s
+dheim2s5
+dhu9ga
+dhø4r
+1di
+di6ak
+di5alg
+dia5li
+di1ar
+dia3re
+dia1s
+dia7sp
+dias6t
+diats4
+2diav
+2dib
+did5ri
+di7ell
+di5en.
+4di5end
+di1er
+dies4
+3diff
+diffe5
+3diful
+4difø
+di8g9and
+di4gat
+di3ge4s5
+dig7g
+2digj
+dig8la.
+dig6le.
+4digren
+dig5ret
+4digru
+di2gu
+4dih
+4dii
+2dij
+di5ka
+di8ka.
+di5kem
+2dikj
+6dikn
+2diko
+2di1kr
+dik7v
+2dili
+dil4les
+di5ma
+6dimed
+6d5i6mel
+4dimes
+4dimet
+2dimo
+4d5imp
+4dimå
+di5na
+2d1ind
+di7nen
+4d5ingk
+din3gr
+ding8s5en
+ding6s5er
+din8g9å
+dini4
+di4ni.
+4d1inn
+2dino
+2dinv
+4dinø
+3diog
+7diol
+dio3na
+dio4no
+di3ori
+dio5tr
+2dip
+3dipl
+4dired
+4direg
+4d5irs
+5dis.
+di6sc
+di6sed
+dis4i
+disie5ne
+d6isk
+dis6kam
+di4skj
+dis6k7l
+di4sk6o
+dis5ko.
+dis7koe
+dis7ku
+dis5s
+dis1t
+dis7tik
+di5sv
+dis4vi
+2disy
+di4tal
+di7te
+4ditek
+dit4tet
+ditt3r
+di9us.
+di4va.
+4dival
+di7van
+4divek
+div6i
+2divu
+2diøk
+d1ja
+d1je.
+d1jen
+djer5ve
+d7jes.
+dje9ve
+d6jingan
+d6jingar
+d1jo
+dju8la.
+5djup
+6djupar
+d4jø.
+2d5k2
+dka8ra.
+dki6
+d5kj
+dko2r
+dku4le.
+4d1l4
+d3la
+dla4ga
+dland7as
+dla6te.
+dla4v
+d4ledi
+d2lef
+d4lega
+d7legar
+dle3ge
+dlei7er.
+d5leka
+d2lel
+dlem4st
+d4lenet
+d4leru
+dleva8ne.
+d5li
+dli4f
+dli5ke
+d5lo
+dly8se.
+dlø8pa.
+d5lå
+dlå9re
+2d1m
+dme6la.
+dmo4e
+dmors6
+dmo8s
+dmø4re.
+dmå6la.
+8d1n
+dn6a
+dno8de.
+1do
+2doav
+do2b3
+4doba
+do3be
+8do9b8lan
+2dobå
+do4da
+dodø4
+dodør5
+4doeu
+2dof
+d3off
+d5ofr
+dog6med
+dog4me5s
+2dogr
+6do5i
+do3ki
+4dokine
+dok6kan
+4dokn
+do5le
+4doled
+doli8ne.
+4dolinj
+6dolis
+4dolj
+dol5l4
+4domes
+do5mis
+4doml
+do4mo
+dom7p
+2domr
+dom8sa
+dom8s5e6
+dom6s5i
+dom4s3k
+doms3l
+domsla6ga
+dom4so
+do4mu
+do4na.
+don5g
+4donke
+6d7on6kl
+don5st
+don5t4
+2dop
+do4pa.
+do4pe.
+3dopi
+d6o1ra
+do5ran
+2d1ord
+dor4da
+do1re
+dor6gest
+d5orie
+dorm8
+do3ro
+5dorp
+3dorr
+dors6
+dors7ke
+do1ru
+do7rye
+5dos.
+do4se.
+do4set
+do1sk
+6do7s6l
+2doso
+4dosp
+2dost
+do3str
+4dotr
+2dov
+do5va
+do5ven
+do4ver
+dov9n
+4doø
+2d7p8
+5dq
+dr4
+d1ra.
+d5raa
+d9rad.
+d5rade
+1d6rag
+dra5gen
+dra6kes
+3drakt
+1dram
+5d6rang
+3drap.
+5drapa
+3drape
+d3rapp
+d1rar
+d6rarar
+d3rarb
+dra6ret
+d5rarm
+d5rarr
+d9ra8sa
+9dratt
+drau7ma
+2dre.
+5dreass
+2dred
+d5rede.
+d5reder
+dre7d6r
+d5reds
+9dreg.
+9drege.
+d3regj
+3dreie
+drei5en
+drei5er.
+drei7ern
+d5rej
+d6reka
+d7rekk
+3drekt
+4drel
+d7relig
+4drem
+d1ren
+4drer
+d3ret.
+d3retn
+d6retr
+d3rets
+drett4
+dretts5
+5drevet
+3drevn
+4dria
+3d2rif
+2d1rig
+d2rik
+d3rik.
+dri8ka.
+d3rike
+3drikk
+drik7s6
+d9rikt
+5d4ril
+2d1rin
+dring6
+drit7tr
+drit5u
+dritun8ge.
+1d2riv
+3dronn
+dro6pa.
+drop5s
+2d1ror
+3d4ros
+dro8ta.
+2d1rov
+dro5va
+dro3ve
+2dru
+3druk
+d1rul
+d1rum
+d3rup
+6d5rut
+2dryk
+drykk4
+d2rys
+d4røm
+drø6re.
+d7røt
+drø3ve
+d1råd
+drå4de.
+3dråp
+8ds
+d5sa.
+d3sabl
+ds1ad
+ds3a6del
+d1sag
+dsa9ga
+dsak6se.
+d1sal
+dsa8la.
+d4s3alf
+d6sall
+d9same
+ds1a6n
+ds5ane
+ds1a2r
+d2sas
+d4satf
+dsbø6n
+d5se.
+dse4d
+ds1ef
+d2s1ei
+ds7eks
+ds3ela
+dsel4s5a
+dse2m
+ds3emi
+d6s7enda
+dsen8de.
+d4s3eng
+d5sens
+ds3e2p
+d7ser.
+d6serf
+ds5erk
+d4s5e4sk
+ds5e4st
+ds3eta
+dse4te.
+d5setj
+ds1ev
+d2s1i
+d3s2id
+d7sida
+ds5ident
+ds3idr
+d7sil
+ds5ind
+d3sir
+ds3i4s
+dsi4ve
+d4s3jen
+d2sjo
+ds7jor
+ds6ju
+ds5kab
+d4s3kan
+ds3kar
+d4skat
+d1skj
+ds5kjen
+d6s5kjøt
+ds1ko
+d5skot
+ds3kro
+ds1kv
+ds1l
+ds5la.
+ds5lan
+ds6lem
+dsli6k
+ds6lo.
+d9slott.
+ds4luk
+ds3ma
+d6smo
+dsmå6la
+ds3ne
+ds5no
+ds1o2
+d7somst
+d4s5os
+d7sot
+ds1p
+d3spek
+d3spel
+ds2pi
+d9s8py
+ds5s4
+dst4
+ds3tak
+d4s3tal
+d3s8tar
+d5s4tat
+ds6tau
+dss8t
+d8s9te.
+ds9teik
+dste6ma.
+d6s5temp
+ds5teo
+d3s4tig
+d3s4tik
+d5stilli
+ds1tj
+d3stor
+d3stri
+dstu8na
+d5stund
+ds3tv
+dsty8e
+ds3tyv
+ds1u2
+dsure6
+d5s6us
+d6s7usk
+ds1v
+dsva8ne.
+d3s4vet
+dsvi6ka.
+d5syk
+d3syn
+dsy6na
+ds1yt
+d2s1ø
+d6sør
+ds1å6
+4d1t
+d3t4a
+dta6la.
+dta4le.
+dta4s
+d3tem
+dte4ma.
+dt4eng
+dterle7
+dte4se.
+d5t4et
+d3ti
+dt6j
+d7to
+d5t4rag
+d6troc
+d5t4rø
+d6t1s2
+d3t2va
+dtø8
+dt6øk
+dtørs3
+dtå4
+1du
+dub5b
+dub5l
+du1c
+du9ene
+du9ens
+due5s
+4dufo
+3dug
+4dugu
+duit6
+du6ka.
+dul5l
+4duly
+dums2
+du4na.
+dun7de
+4d5uni
+dun5s6
+dun7sta
+7duo
+d3upk
+3dur
+du6ra.
+du6re.
+du6rei
+dur8ta
+du1s
+du5s4a
+du9sem
+du5s2i
+du2sk
+du2sl
+du2sp
+duss4
+dust4
+du2sv
+2d1ut
+du6va.
+du4ve.
+2d1v
+dva6la.
+dva6lel
+dva4ne.
+dve6s
+dve6va
+dve8ve.
+d7vo
+dvo8r
+2d1w
+1dy
+dy9a
+2dyba
+2dyf
+dy5ke.
+4dykl
+4dykø
+2dyl
+dy4na.
+dy4ne.
+4dynk
+dynk6s5
+dy3pes
+dy2p3r
+dy4ra.
+dy5reba
+dyrle8ge.
+dyr5s4
+dy2r5u
+dyr5ø
+7dys.
+dy8sa
+4dyse
+dy6se.
+dys7s
+dyst7r
+dy2t
+d5z
+8dz.
+1dæ
+dærs4
+1dø
+4dø.
+død2s1
+dø3gr
+2døk
+d5økn
+dø4ma
+dø4pe.
+dø4pen
+d2ør
+dør3i
+2døs
+d6øs.
+dø2st3
+døt3
+dø9va
+dø3vel
+dø1vi
+6døvl
+døv8le.
+2døy.
+døya8
+døy8g
+4d9øys
+1dåd
+dåd6s5
+då8na.
+1dåp
+då8ra.
+då5ri
+d3ås.
+då8sa.
+då7sem
+d7åt.
+2ea
+e1a2b
+e1ad
+ea2d1i
+eadli5
+e1af
+ea2gu
+e1a2k
+e4akr
+6eakt
+eak6se.
+e1al.
+e5alle
+eal8le.
+ea4lov
+e3alte
+ea2lø
+ea4m1
+e3aman
+e5amn
+e1an
+e2an.
+ea4ne.
+e6a5net
+e4ani
+ean7n
+ea4nor
+e6ans.
+ean3sl
+e1ap
+ea4pe
+e1ar
+ea2re
+ea5rer
+ea5ret
+ea5r4i
+ear6ka.
+ear8ma.
+ear4ta.
+ea2s1i
+e3asp
+e1ass
+ea7ta
+e5a4tel
+eate6ren
+ea4t3et
+eat8h
+eat6le
+e8ato
+ea5tri
+e1att
+e1au
+eau6ga
+eau6ge.
+eau8ra.
+eau6re
+eau5s
+eau8sa
+eau8se.
+e1av
+eav8la
+eav8le.
+2e1b2
+eba3d
+eba4ne.
+eb3be
+eb4be.
+ebe4d3e6
+ebei7er.
+eben6s5k
+ebers6
+ebesku5
+ebet5s
+eb3h
+e5b6lo
+eblæ5
+ebob3
+ebo4da
+ebo5ers.
+ebo6kr
+ebo6la
+eb5s
+ebu4e5re
+ebu5ern
+ebu6et
+eby4ta
+ebø6n
+2ec
+e4ca
+ec4c
+e1ce
+e5cha
+e3com
+e2dad
+ed5ad.
+e5d4ag
+edag4s5
+e2dar
+ed3ark
+ed3arv
+ed7dela
+ed4dyr
+e3de.
+ed5e6ge
+ed5eg4n
+ed3eie
+e4deks
+ede8le.
+e4denf
+e8d5eng
+eden5t
+e6depr
+ede4ra
+e4derø
+e4desk
+ede4sl
+ede4sm
+e4desn
+ede4s5p
+ede4ta
+e6d5ett
+e8dé
+e5d6ia
+edi6a5ne
+edi4ene
+edi6gj
+ed4is
+edi3si
+edi4s5k
+e7div
+edle6ge.
+ed8ob
+edok8se.
+e4dol
+ed1op
+ed1ov
+e1dr
+ed2ra
+ed3reg
+e5drev.
+ed3rom
+e6d5ryg
+ed7ski
+ed3skr
+ed3s4la
+ed2sm
+ed5ta
+ed3te
+edt6r
+edu8a
+ed7va
+edvi6s
+e3dyk
+ed5ynk
+edyr6ke.
+edæ4
+e3d6ø1r
+e3e2
+eea7
+ee3b
+e2ed
+ee3di
+eeg4ga
+eeg6n
+ee5gå
+eei4d
+eei7ni
+eek1e
+eek4te
+ee3la
+e5e4li
+eem6na
+ee4n
+e5enb
+een3in
+een6k
+een5t
+e3epl
+ee8ra
+eer3en
+ee3ri
+e4er3l
+eer4me.
+e6e5sh
+ees8ka
+ees6ke.
+e3e6t
+eev4ne.
+e1f
+4efa
+efal6s7
+e4fana
+ef3ank
+e4fark
+efar6s5
+ef7ea
+ef5ef
+ef3fe
+3effek
+ef3fo
+4efi
+e4f3id
+e5fig
+e5f4ilm
+efi7ren
+efisken8
+4e3fj
+2efl
+efle6ge.
+eflå3
+e2fn
+efo8bi.
+efo4no
+8efr
+ef2sj
+ef2sk
+ef2sp
+ef6str
+e8ft
+ef2ta
+efta5r
+eft5ei
+ef5ter
+eftle8ge.
+eft1s4
+6efu
+efyrs5
+e3fæ
+4efø
+efø5le
+eføy9
+2ega
+e3gaf
+e6gala
+e7gam
+ega4ve.
+egde8l
+eg7des
+e5gedo
+egei9e
+ege4let
+e2gem
+e3geme
+egen5s
+3e4gensk
+e7geom
+e2ges2
+ege5sp
+eg9gen
+egg3l
+eg8g9ut
+egi3an
+egie2
+e4giko
+egis4p
+e3g6lad
+e3g4led
+eg7lesa
+e5g4lit
+eg7ly
+e5g6lø
+6egm
+e9g8nag
+eg4nem
+eg6no
+e7gnå
+4ego
+e4go.
+7egoi
+eg2r
+egrans5
+e7g8rø
+egs4am
+egs4ki
+egs4ta
+e1gø
+egøy6e5ne
+4egå
+egå4va
+egå4ve.
+e1h
+ehea4
+ehei9e
+eh5er.
+e4h5ere
+eh7ern
+eher4s
+ehog5
+ehov2
+ehy6re.
+ehø8va
+e6hå.
+2e8ia
+e9iakt
+ei9a4n
+ei7ar.
+ei4c
+e8id.
+ei3d8ar
+e3idea
+e3ideo
+ei9der
+ei5det
+5eidf
+5eidg
+e6i2do
+e1idr
+ei3d4u
+ei7e
+eie5d
+ei8eg
+eie2n
+ei9en.
+eier3a
+ei4ert
+ei6es
+ei1fl
+8eig.
+ei3ga
+eig6e
+ei6gev
+ei5gi
+ei6gra
+ei6gu
+4eii
+ei5kaa
+ei3ke.
+ei6kee
+ei6keh
+ei4kel
+ei6keri
+ei4ket
+ei1kr
+eiks3a
+eik6se
+eik4so
+4eil
+ei9led
+eil5egg
+e3illu
+ei3lo.
+ei9loa
+eil5op
+ei5los
+eil5s6
+4eim
+ei7ma.
+e5imag
+ei4m5a6l
+ei4med
+ei6mei
+ei7men
+ei4me5s
+ei4met
+eim9ett
+ei6mo
+8e1imp
+ei4n3al
+ei4nans
+ein5ant
+ei7nare
+ein1d
+4e3indu
+ei5ned
+ei7nel
+ein9f
+einga6
+ein3gr
+e4ini
+6ei6nit
+ein3k4
+e5inkar
+4e1inn
+ei4nom
+ei4nov
+einsi9d
+ein4s3l
+eins6o
+e4inspi
+ein7sto
+ei2n1u4
+ei3num
+6einv
+ei2n3ø
+ei5or
+e4ip
+ei9pa
+ei3pe
+eip5s
+2eir
+eir9ak
+ei7ren
+ei3ri
+eir5s
+2eis
+ei5sar
+e4ise
+ei3se.
+eise5i
+ei3sen
+eiseri9e8
+ei3s4ha
+ei4sil
+e3isk.
+e3iske
+ei6s3kj
+eis3ko
+ei3s4pe
+ei4spi
+ei4tek
+ei4tera
+ei4tere
+ei2to
+eit7ta
+ei6t7ut
+ei3tve
+ei6t7ø
+ei4vak
+eiva9r
+ei9ven
+ei3vi
+eiv5s4
+e1j
+ejo8en.
+eju6la
+4e1ka
+ekali7
+ekalie6
+ekam6s5
+eka6ra.
+e5kavr
+ek3eie
+e4kero
+e4kes
+ek5e4ta
+e6key
+e5k6hov
+e1ki
+e4ki.
+4e1kj
+2ekk
+ekke7le
+ekk9ist
+ek1kj
+ek4kjø
+ekk3l
+ek5kok
+ekko5v
+ek6ku
+ek4ky
+e1kl
+e8klane
+ek6leg
+e6klen
+ek5let
+e3klu
+e5klæ
+ek2lø
+4ekn
+ek9na.
+e3knek
+ekne7s
+ekni7p
+ek3no
+e3k4nok
+e1knu
+e5knø
+e1k2o
+e4ko.
+eko7le
+ekords8
+eko6te.
+e4kov
+2e1kr
+e3k2ra
+e3k4red
+e7kref
+e3kren
+e4k5ret.
+e5krets
+e5k4rev
+e3k2ri
+e3kro
+ek4ry
+e3k4rå
+ek5råd
+ek3s4ak
+ek4sal
+3eksam
+ek3sel
+3eksem
+ek4sig
+eks1k
+ek4ska
+1eksp
+eks5pe
+ek4sta
+ek7s6tel
+ek3sti
+ek4stil
+ekst5o
+ekst3å
+ek4sæ
+ek6t7arm
+ekt3av
+ek3tef
+5ek3tep
+ek5tes
+ek6test
+ek4tid
+ekti5m
+ek5tiv
+4ekto
+ektori6a
+ek4t3ra
+e1ku
+eku4le.
+e1k2v
+ek4val
+ek6var.
+6ekve
+e4k5ve4d
+e4k5vik
+ek4vin
+ek6vis
+3ekviv
+6e5kw
+e5ky
+eky6te.
+e3kæ
+e1kø
+e1kå
+ekå6pa
+2e1la
+ela4ga
+el3agg
+e2l1ak
+e5lake
+elak8se.
+el7akt
+el1al
+e8lame
+el3anl
+e6l5arg
+e4larr
+el7arti
+e5las.
+e5lase
+ela4te.
+el5ato
+el5avl
+el3avs
+elbo8da
+el4ch
+el5do
+eld4rer
+eld5sle
+4eled
+e4ledi
+e4ledr
+e3lee
+eleg5d
+ele7ger
+eleg8na
+e7leir
+e7leis
+e5leke
+e2lel
+e2lem
+e5lem.
+e5lemat
+5elemen
+e5lemet
+e3lemm
+e3lemp
+4elen
+ele9na
+e4l5enh
+elens3
+e4lentu
+e5lepa
+2e3ler
+ele8ra.
+e7leret
+e6l7erg
+ele3sk
+e6lesku
+e4leta
+e4lete
+5e8lev.
+ele4vak
+6e5levn
+el5fi
+el9ga.
+el5gele
+el5gi
+elg3s8
+2eli
+e9lie
+eli5e6rer
+e4lif
+e4li5g4r
+e4l3ind
+elin5es
+e4linsp
+eli6o5s
+eli8ta.
+eli4tet
+6e5litt
+eli6v7en
+el1j
+elk2
+el6k5al
+el4ke5s
+el4kete
+el3kn
+el5la.
+el5l6ar
+el4led
+el4leg
+ell5eie
+el5ler
+el3le4s
+el6lete
+elli7ga.
+el4lisj
+ell7sa
+ell5sk
+ell5s4l
+ell5sp
+ell5sv
+el5l4ur
+el4læ
+el5m4o
+el5mu
+el5n
+2e1lo
+elo6ka.
+e2lom
+e3lomm
+el3omn
+el3oms
+el1op
+e2l1or
+e3lort
+el3ost
+el4ot
+elo7vers.
+e4l5ovn
+el4pet
+el5ph
+elro4s
+el4sei
+els5eie
+el3sen
+el3se6s3
+el3si
+el4sje
+el4skal
+7elskand
+els5kare
+els1l
+el6sno
+el4spe
+el3spr
+els4ten
+el4sti
+el4stj
+el2sø
+els5øk
+el5s6åpe
+elta8le.
+el5te.
+el6teg
+el4tero
+el4t5ett
+el4t3op
+el4tro
+elt5rop
+el2tu
+e3lua
+e1lu2e
+e4lu4he
+e3luk
+e7lum
+el3ung
+elun6ge.
+e7lup
+elu8pe.
+e1lur
+e7lus
+el3utr
+elv3an
+el4ve3d
+el4vei
+el6vere
+elv1r
+5elvs.
+elvæ6re.
+4e1ly
+ely8et.
+el5ynd
+2elæ
+elæ5res
+el9ærv
+e6l5æt
+2elø
+e4l3ø4r
+el3øy.
+el5øya
+el5øyd
+e6l3øyn
+2e1lå
+el1år
+e5låt
+4em.
+e2mad
+emafo5
+ema4ge.
+e4magr
+e2mah
+ema4ke.
+e4mako
+em5akti
+e4maku
+ema6le.
+5e4malj
+e4mam
+e4mana
+ema4ni.
+e6manu
+e4mare
+em7ar8m
+e4masi
+e6masku
+e4mata
+ema3uk
+ema5ve
+5emball
+3embed
+embe6r5
+3embet
+6emd
+8eme
+emei9e
+eme4li
+e4mend
+eme5tri
+eme6trisk
+em5e4v
+e4mib
+emi5ert
+e4mig
+4emin
+emi5ni
+emini6st
+e4minor
+e6mir
+emi9sa
+em7je
+e5mju
+em5le
+emle6s
+em5me.
+em5men
+em8mi.
+8emnd
+em4ne.
+em4ned
+em4nem
+6emni
+emo5nol
+em1op
+e2m3o4v
+em4ped
+em6peri
+em2p3l
+emp9lane.
+em6pli
+empo3
+em4pol
+em4pos
+em4ses
+emse8te.
+em4s5ju
+em4s1l
+em2sn
+em4sor
+em1st8
+ems4te
+ems3u
+emta8la
+em4til
+e3mug
+e2muk
+e5my
+emy4k
+6emø
+emø8r
+e5møy
+emå4la
+emå9lan
+emål4s
+em1å8r
+2ena
+en1ak
+en3ald
+ena5li
+en3all
+en5and
+e5nane
+e6n7ang
+e4n3ant
+e5nar.
+en8are
+e4narr
+en3ass
+enat6s5p
+ena2v
+en3avi
+4enb
+enbe9na
+en4d5and
+en4dek
+en3del
+endelø7se
+en5demi
+en3der
+en4desl
+end5l
+1endr
+en4d3ro
+end3st
+en7dø
+endø4r
+endør5e
+en5egg
+eneg8ga
+en3eie
+en5eks
+e3nekt
+4enem
+2enen
+en5eng
+3energ
+e4nesk
+4enev
+ene7ven
+eng6a
+en7gar
+en4gem
+en4geri
+enge6r5u
+en4gle
+eng4les
+eng4r
+eng3s4e
+eng5so
+eng5sp
+engs4ti
+en4gut
+en4g5å
+4enhj
+e4ni.
+e4nierk
+e2nif
+e5nir
+en4kera
+en4keri
+2enna
+en9nal
+2enne
+en4nem
+ennes6t
+enne4s5v
+enn2i
+enn2o
+enn4sj
+enn5sta
+enn7ø
+2eno
+en3ok
+en3og
+en3om.
+en1op
+e6n5ord
+2enp
+en4pås
+en4rem
+en5sab
+ens5af
+en6s7a6ker
+en4sek
+en4seli
+5ensemb
+en4ses4
+ense3u
+en3si
+ensi8de.
+ensi5ert
+en4sim
+ensle7g
+ens6lev
+en7s6opt
+en1st
+en6s7tal
+ens4ter
+ens4ti
+ens7und
+ens4ve
+ensvi6
+en2sø
+ens3øk
+ens7å
+en5ta.
+en4tap
+en5te.
+en4tec
+en4teg
+en4tel
+en3ti
+en5tie
+en5tig
+en5tik
+en9tima
+en7timen
+en4to4r
+ent5ori
+ent5rab
+en4tre
+ent5ren
+en4t5rol
+entropi5
+en4t3rå
+en6tul
+entun6ge.
+3entus
+2enu
+e2n7ul
+e4n5ur
+2en3v
+4enw
+e4ny.
+e2nyb
+e6nyr
+e2nys
+e4nyta
+4e7næ
+enæ8m
+enø4k
+e2n3øv
+en5øyd
+4enå
+en1ås
+en6ås.
+e3o6
+eo3a
+e6obe
+eo2bl
+eo5d
+eod8de.
+e1og1
+eo7gr
+e2o1i
+e2ok
+e3oks
+e2ol
+e4o7lo
+eom1s4
+eon8de.
+eo5ne
+e7onk
+eon4kl
+e3ont
+eo2p
+eo3pa
+eo5pl
+eopo3
+eopp5r
+eo3pr
+eor4da
+eo9re
+e2ori
+eo4rid
+eori5e6
+eo4rik
+eo4ris
+eo1ro
+eo1s
+eos6l
+e2o1u
+2e1p
+epa3t
+e6peno
+epe6p
+eper5r
+e3pes
+epe4st
+e4peta
+e6peu
+3epid
+epi6ka.
+epi7kr
+3episo
+ep2l
+e8plen
+ep5lene
+ep5ler
+eple9s6
+3eplet
+epo6et
+3epoke
+epp2s
+ep6sem
+ep4ses4
+ep6s5lu
+eps1t
+ep2su
+e3p2sy
+ep6tin
+ept6r
+2e1ra
+e4r3abb
+era8da.
+e4rael
+e2raf
+er3aft
+e4ra4g
+e2r1ak
+e3rake
+era5kl
+eral3u
+e4rama
+era6na.
+e5rande.
+e5ra7ne
+er7anli
+era4no
+er5ape.
+er5aper
+er5a4pin
+er3apo
+er5appe
+e5rar.
+e4rarg
+e5rasane
+e5rasar
+e4rasje
+e4rask
+e6raso
+e4r3ass
+er6ast
+e4ratek
+era7tor
+e4ratr
+er5att
+e2rau
+er5auk
+erau9ken
+erau8s
+er3av.
+er3avh
+er5avl
+e3ravn
+er3avr
+er3avs
+4erb
+erbi9ti
+erbo8da
+erbo8de.
+er8byl
+erd2e
+er4ded
+erden8s
+er4dis
+er1dr
+erd4ra
+erd8re
+erd4skj
+erds3t
+erd4sto
+erdsto8ga
+er3d4v
+e1re
+er3eff
+er3eft
+er5e4gen
+er3eid
+er3eie
+ere6ka
+ere6ke.
+e4r3eks
+e6r5ekte
+e4r3e4le
+ere4lit
+e6relli
+e4r3els
+e9rem.
+e5remm
+er3emn
+er5enden
+e4r3eng
+e4r5enh
+e3re4o7
+er8er.
+e4r3erf
+e5reri
+er3ess
+ere4t
+e5ret.
+e4r3eta
+eret6h
+ere5to
+e7rets
+6erett
+eretts5
+e4r3e4va
+e4r5e4ve
+e4r3evn
+erev6ne.
+e8ré
+5erfari
+6erfi
+4erfr
+2erg
+erg5elv
+ergi3f
+er6gli
+er4go.
+erg5ret
+erg5sko
+erg5sp
+2erh
+erhø6re.
+e1ri
+e4riad
+e4riak
+erib3b
+eri3bl
+e4rice
+e2rid
+e5rid.
+e5ridn
+eri4kat
+e6rikn
+4eril
+e7ri6ma.
+er3ind
+e3ring
+6eringar
+ering6si
+er3inn
+er3ins
+er3int
+e5riori
+e5ris.
+e4risa
+eri3se
+e4riso
+e6risp
+e5rist.
+e7rista
+e5riste
+eri5stil
+e4ri5s6to
+eri5sø
+e4rite
+e4rito
+er7ivo
+er7jes.
+4erka
+8erke
+erkeri6e
+er4kesa
+er4kese
+er4kete
+er6k5ett
+3erklæ
+6erkn
+4er5k4o
+4erkr
+erland7as
+erle6ge.
+erle7s8t
+er3me
+ermo8de.
+erm1s
+ermå6la.
+2ern
+er4nad
+er4ned
+er5nede
+er6nee
+er4nero
+er4nest
+er2no
+er3nob
+2ero
+e3roa
+er3obl
+5ero4b7r
+e1roe
+er3off
+e1rog
+er5oks
+e1rol
+er3oly
+e1rom
+er5omk
+ero5mo
+e1ron
+er5ond
+erono5
+er1op
+e5rop.
+e7ro6pa
+e5ropen
+er1o2r
+e5ror.
+e3rore
+e7ro4sa
+3erosj
+er3osl
+ero4ta
+er1ov
+2erp
+2err
+er3ra
+er4rae
+er4rel
+errie9n
+6ersa
+ersa8ka
+ers6al
+er3sep
+6ersj
+er1sk
+er3ska
+ers4ka.
+er8skaran
+er9s6karar
+ers5kor
+er1sl
+ers4la
+ers6led
+ers4mi
+er5sne
+6ersp
+ers5tens
+ers5ter
+er7stev
+er1su
+4ersv
+er4sva
+ers4ve
+er1så
+er4s5år
+2erta
+er4tare
+er4te3s4
+er5tia
+er3tib
+erti4e
+er5til
+erti4mo
+er4top
+ert5rol
+4erts
+ert3sa
+erty6e
+ertå7ren
+2eru
+e1rua
+e5rud3
+e1rui
+er1u2k
+e3rum
+e4r3ung
+er3uni
+e3rup.
+er1u8r
+erure8
+e1rus
+er5ut.
+e5ruta
+e3rute
+er5utn
+er9uto
+e4ruts
+er7u6v
+ervele8
+6ervi
+ervs3
+ervæ6re.
+e1ry4
+e2r3ya
+erye7ne
+er1yr
+erys3
+e1ræ
+e9r4ære
+2e1rø
+er5økn
+e4røko
+er1ø4l
+e4r5øn
+e5r6ønn
+erø8ra
+e6r5ør6s
+er3øya
+e4r5øy7e
+erøy4n
+e4r5øys.
+er7øysk
+2e1rå
+e9rå.
+erå4da
+erå8de.
+erå6e
+erå4k
+er5åke
+er3å4l
+e2r1ån
+er3å4p
+er3å4se
+erå6t
+er7åta9
+e6råv
+2es.
+e1sa
+es5aa
+e2sad
+esag6
+es4al
+esa6la.
+esa9met
+e4s3ant
+es5arab
+es5arv
+esbi9e
+2ese
+es5ege
+es3ei4d
+es5eie.
+es3eig
+esei8ge.
+e3sek
+e4seku
+esel5s4
+e3s2en
+e5ser.
+e5sere
+e5seri
+e4s3erk
+ese5s2
+e3sest
+e4sesv
+ese5tas
+ese4te.
+e5setj
+e9sets
+e4seu
+e4sha
+es6har
+esh9ar.
+es4h5er
+e4shi
+e1sho
+e7s8hop
+esi6ar
+esi5ert
+e4sil
+e5sili
+es3ill
+e4s3ins
+esi6v
+esi3st
+es3jor
+e5skab
+es6ked
+es4kee
+es4ker
+8eskil
+e4sking
+eskinns5
+e1skj
+e8s9kjer.
+es4kjæ
+e6skjøn
+es5k4n
+e5sko.
+es7koa
+e3skot
+e1skr
+e1sku
+esku5et
+es3kvi
+e5sky
+e6skyr
+e1skø
+e7skå
+eskå7r
+e1sla
+es4lek
+es4let
+es7let.
+es7lets
+es4lit
+e4s5lok
+es4løk
+es4løv
+es4make
+e7s4mett
+es9na.
+es4ner
+es2no
+es4nu
+es2ny
+esnæ5re
+4e1so
+eso4b
+e2s3od
+e2s1of
+es3oks
+e2som
+e3somm
+e4s3ori
+e1s2p
+espa9ra
+es3pas
+es5pe.
+e4s4ped
+es5perm
+es3pl
+es4p5le
+es3pol
+e3spor
+es3pun
+es4sed
+es4see
+es4seg
+esse7i
+es6sendi
+es4s5enk
+es4ses
+es4sete
+ess5e4va
+es4s3ja
+es4sje
+es4skr
+ess4let
+ess3om
+es4sos
+es4spa
+ess5tilt
+es4stol
+ess5tor
+ess9tua
+ess5tue
+esstu8en.
+4essu
+es2s1v
+es7så
+e7stad
+es5tae
+es7takt
+es9tala
+e8stane
+e5stans
+es5tant
+es3tap
+e5start
+e3stat
+es5tato
+e4s3tau
+e7stav.
+est5avs
+e6s5te.
+es4teg
+est5eie
+est5eig
+es4tek
+es4tel
+e5stell
+es5tels
+e4stema
+e6steme
+e4stemo
+es5temp
+6esten
+e7steng
+es5tenk
+e8s7ter.
+e5s6terk
+esterne8
+este3s4
+es4test
+es4tien
+e3stif
+es4tig
+e3stik
+es4tikk
+5e6s5tima
+es4tis
+e4stiv
+e1stj
+es3t6on
+e4stog
+e3stok
+e3s4tol
+es6tone
+est5ord
+est5ori
+es5trak
+est5rene
+est5rer
+est9ré
+es5trib
+e5stryk
+e3strå
+e1stu
+e5stud
+es5tus
+8estå
+estå5ren
+estå6s
+est7åse
+e1su
+es5ut
+esva5re
+e5s4vek
+es5vig
+e5svikt
+es3vis
+2e3sy
+esy4na
+e4s5yt
+es5øvi
+es7øye
+e1ta
+4eta.
+e4tae
+e2taf
+etafo7
+e3tak
+e6tako
+e3tal
+eta3la
+eta4la.
+et5ald
+eta5le
+4e5tall
+etal6list
+etall5s6
+etal4s7
+et3amb
+e6tand
+eta4nen
+et4ap
+e9tapa
+e5tape
+3etappe
+et8ar.
+et8are
+et5art
+5e6tasjes
+1e2tat
+4e5tati
+e5tato
+e3tatt
+et5aun
+e8tax
+et1c
+2ete
+e4teie
+e4teka
+ete4ma.
+e5teran
+ete5ru
+etes5i
+e4tesl
+et8et
+e5tet.
+e7tets
+4eté
+4eth
+2eti
+e3tit
+2e1tj
+e7tjer
+et3jø
+6etl
+et5m
+2etn
+et6nev
+etning4
+etnings7
+2e1to
+eto4er
+et5oppd
+et3ord
+e4tot
+2e1tr
+e5t4rad
+e7t6rak
+8etre
+e5tree
+e5tref
+e4t3ris
+e9tru.
+et5rum
+ets1
+et9sar.
+et4sku
+etsku8le.
+ets7l
+etsla8ga
+etsnæ4
+et2sø
+et4tak
+et4tal
+etta6le.
+ett5alt
+et4tank
+et8tap
+et5te.
+et6tei
+et6telt
+et4tenk
+et4tenn
+ettera4
+etter5at
+et5t6erf
+5etterk
+5etterr
+ett5esk
+2etti
+et6tia
+ettian8
+et4til
+et2tj
+etto5a
+et4tr
+ett3re
+ett4ski
+ett4sti
+et3tug
+et4tur
+ettvi5se
+et2ty
+2e1tu
+5e6tui
+etu6na
+et3uni
+2e3t2v
+e4t3va
+e5t6vang
+2e1ty
+4etz
+4etæ
+etæ3ra
+e1tø
+e1tå
+etå5re
+e1u
+eu4a
+e8uf
+eug8la
+eu4h
+eu4ka.
+eu2ke
+eu5kem
+eu7kr
+eu2l
+eum2
+e3u2n
+eun4ge.
+eu5nu
+e4up5a
+e6upk
+e2ur
+eu6rat
+eure4
+2euri
+e3urn
+eur8na
+eur6ne.
+euro1
+3europ
+e3urt
+e2us
+eu4si
+eu1ta
+e3uts
+eut7t
+e4u3z
+e1v
+evad6r
+ev5akti
+eva4la
+evann4s
+e4v5anta
+e4varar
+e4varb
+e4v5ark
+e6vatf
+6eved
+eve5d6a
+eve5del
+6eveg
+e5vegg
+evei6s5
+6evenn
+even5s
+5eventy
+e4veny
+e9ver.
+e5ves.
+e5veta
+e5vev.
+evi4e
+evi5ere
+evi5ert
+evin4s
+evi4se.
+evis3t
+e2vj
+ev2na
+evn5a4k
+ev7nu
+ev7oms
+e4vre
+e7vri.
+ev9rå
+ev1s
+evs8v
+evta8la
+evti4
+e2v3un
+e5vyrk
+e2vø
+ew3a
+ey1
+eybal4
+e1y2d
+ey5k
+e1yng
+e1yr
+eyr6ka
+eyr4ke.
+e1y2t
+e7yti
+ey3tr
+e3zi
+e1zu
+e1æ2
+eær3
+e1ø4
+eør6na.
+eøy4
+eøy9an
+eøy7en
+e1å6
+eåk4
+eån8da
+eåt8t
+é1a
+é1b
+é1d
+édø4r5
+é5e8
+é1f
+é1g
+é1h
+é1i
+é1k
+é1l
+é1m
+é4n5e
+é5n6et
+é5o
+é1p
+é1r
+é2rj
+é1s
+ése2
+é1t
+é1v
+éva8la
+évo8re.
+é5å
+è1r
+è2red
+è2ref
+è2rek4
+è4rener
+è2rep
+ère3s2
+è4rest
+è2rev
+è6ves
+ê8lan
+ê6ra
+ê1re
+êr7o
+êr9sl
+1fa
+4fabo
+fac8
+fa1ci
+fa3de
+fa6de.
+6fadm
+fa4f
+fa2g1a
+fa5ger
+fage4t
+fag5eti
+fa2gi
+fa2go
+fa2gr
+6f5agro
+fag3sk
+fa2g1u
+fai5
+2fakr
+fakse9t
+fakta3
+fa1ku
+5fal
+fa1la
+fal6kes
+fal4k3l
+fal6lers
+fal5m
+fa4lo
+fal4sk
+4fa5mo
+fa4na.
+7fan5d
+5fane
+fanfa5
+fang4s
+fangst7ev
+4fank
+2f3anl
+fan5s6
+fan7tesk
+fan5ti
+fan3to
+fan4try
+6fanu
+2fap
+3far
+9f8ar.
+fa3ra
+fa4ra.
+fa4re.
+fa4res
+far4gel
+far4ges
+fa4rit
+far5n
+far6skj
+fart2
+far4vel
+4fary
+fa7sa
+fa4sel
+fa4seru
+2fasl
+fast3r
+fa3tal
+fa4te.
+fa6t7ers
+fa1to
+fat2r
+fa3t6re
+fav5ne
+fa1vø
+2f1b
+fba4ne.
+2f1d
+1fe
+3fe.
+2fe1a4
+5fea.
+fe5a6l
+2fec
+fe4da
+3fede
+fe2dr
+fe3dra
+fe3d4ri
+fe7ene
+2fef
+2fe3g
+2fehj
+fei5en
+fei5er.
+feig4de
+fei5ge
+feil5es
+fei4li
+9fein.
+7feine
+fei7ter
+8fej
+2fek4a
+4fekl
+2feko
+4fekr
+fek6tes
+fekt5ev
+fe5lag
+fe5len
+fe5li
+feli7e6
+6felik
+felles5
+fel7læ
+2felo
+fel5ok
+fel9ta.
+fel4tek
+fel4ti
+fel4tra
+fem5ak
+fem9b
+fem9ne
+fe4mo
+fem5s
+fem4tid
+fe2m1ø
+5fen.
+4fena
+fend9r
+4feni
+5fens
+fentleg5
+2feo
+2fe3p2
+5fer.
+fe6ral
+4feram
+fe5ras
+fer6at
+fer4dam
+fer5de
+4ferea
+4fereg
+fe4rek
+fer6en
+fe7rer.
+fer5ers
+feri6e
+feri8e5ne
+7fern
+fer2r
+fers9kar
+fers7ke
+2fe1ru
+3fes.
+2fesi
+2fe1sk
+fe2st
+fes9t6i
+fes8t3r
+fes9tum
+fe6st9ø
+4fesy
+fe6ta.
+4fetap
+fe4te.
+4fetea
+fe5ti
+4fetil
+2fet6r
+fett5j
+fett7s6
+4fe4ty
+2feu
+2fev
+fe4ven
+2feø
+fe6øy.
+2feå
+1fér
+2ff
+f7fa.
+f4fab
+f2f3a2g
+f4f3ak
+ffa7l
+f6fann
+f4farb
+ffar6d
+ffa7re
+f9fas
+f6fat
+f8f9au
+f2f3av
+f2feb
+f2fe3d
+f2fee
+f6feh
+f2fem
+f6ferdi
+ffe4rer
+f2fes
+f4feti
+f4feto
+ff5eve
+f2fib
+f4fice
+f2fid
+f9fien
+f4finn
+ff5int
+f2fip
+ffi5s4
+f2fj
+ff3la
+ffla8ga
+ff9leg
+ff3li
+f2fo
+ff4ol
+f2f3re
+ff1ro
+ff5sl
+ff5t4
+ffu6r
+ff5ut
+f3fæ
+f4fø
+2f3g2
+2f1h
+1fi
+fia7l
+fia4n
+4fiap
+fi4as1
+fibi6en
+fi9cen
+fici7
+fi7di
+fie2
+fi1er
+fi7e6re
+fi4f
+fi5fi
+fi5fo
+fi7fl
+f6ig
+figh9t
+fi7g6r
+4fih
+fi9ka
+fikali7
+fikalie6
+fi7ken
+fik6ka
+fik6k5n
+fi5ko
+fik7sa
+4fiku
+fi4la.
+fi3li
+fil6lel
+fil6leri
+fil4les
+fil7leti
+fil8m7at
+fi1lo
+filt6re
+fil7tres
+fil4tri
+4filæ
+fin5art
+fin5d
+fi4ne.
+fi5ner
+fing3r
+6finj
+finn5ei
+6finnsa
+fi4n3o
+fi9nor
+2fins
+fin6sleg
+fin6te5s
+fi2nu
+7fio5
+fi2r
+fi3ra
+fi6ra.
+fi9rene
+fi5res.
+fi3ri
+fi5s4a
+4fisc
+fi6se.
+fiser6s
+fi8si.
+fi2sk
+fi6ska
+fisk5a6d
+fis7kal
+fisk5and
+fis6kart
+fis6k5end
+fis4k3l
+6fiskol
+6fisku
+fis5ti
+6fistu
+fiti6me.
+4fitr
+fitt5s
+fi7ty
+fi4ve.
+1fj
+f1jeg
+fjel6lend
+f5jen
+fjer5ne
+fje4sk
+fje2t3
+f5ju
+fjære5
+fjæ4res8
+2f5k6
+f2l2
+f5lag.
+f6lagg
+fla7ke
+f4las
+2fleg
+fle6i
+f4lek
+f6lel
+fle4sl
+f4lett
+f3lev
+fli7ne
+flis7t
+flit9t8
+1flo
+flo9ga
+flok9s
+flo2m3
+flo6r5o
+flos6kl
+f6lu
+flue3s
+flus8
+fl5ut
+3fly
+fly3s4
+f3løn
+flø5s
+1flå
+flå9sa
+flå7se
+2f1m
+fn6
+1fo
+2fo.
+fo9ar
+6fobs
+2foe
+4fof
+foi7la
+fo8ke.
+fo6la.
+fol4dr
+fo4le.
+fo5led
+fol6k5v
+fol9ler
+fol5lese
+folke5s6
+fol5li
+fo4lu
+3fon
+fo4na
+fond2
+fo5ne
+fo3n4id
+fo4nin
+fon1s2
+f1op
+for1a
+for9drev
+for7dro
+for5d6u
+fo6re.
+for9ei
+for7e6n
+for5ent
+for5ess
+for4et
+for9e8te.
+for9e8ten
+for9g6
+forh6
+fo4r9in
+fork8
+forlo7v
+forlø9pa
+forlø9se
+formo9r
+for3n
+foro6
+for5p
+for3se
+forsi9da
+forsi7de.
+for3s4m
+fors8t
+for9ste
+fors4v
+forta8le.
+for5t6e
+fortei9e
+for7t6i
+forti5da
+for3t4v
+for3u4l
+for7v6
+forva9re
+for5æ4
+for5ø4
+for9å
+fo9se
+fosfo5re
+4fosj
+fo4ta
+fo6te.
+foto5
+fo4tok
+fo4tom
+fo6top
+fo4tor
+fot3s
+fots6v
+fot3t
+4f1ov
+3fô
+2f3p2
+fpo6e
+fr2
+1fra
+fra5l
+fra4m5e
+fra6mi
+framma8ne.
+franko5
+fran7se
+fra7r8
+fra1s
+fra5se.
+fra7sep
+frasi8e
+fra7sk
+fras6p
+fra7v
+fra7v6r
+f2re.
+fred8sel
+freds5t
+fre4e3
+8freg
+f4rek
+fre4m5
+fremma8ne.
+frems4
+fre7ne
+fre6sk
+fres7ko.
+fres5koe
+fre8s9v
+fri5a6re
+6f5ridi
+fri4erf
+f1rin
+fris6ka
+fri5s4p
+fri5s6til
+frite8re.
+friti8me.
+6froc
+fro7f
+fronta9le
+fro8st
+frus1
+fruta6le.
+f1ryt
+frø5b
+frø7ko
+frå9r
+fråve4
+2f1s
+fs2h
+fsho6
+fsi2
+f5sjuk
+f2sl
+fsle6ge.
+f4sm
+f2sn
+fs7ne8
+fs5ov
+fs2t
+f2s3tab
+f6s5tan
+f4s9v
+2ft
+f1ta
+f3ta.
+fta7f
+ft1ak
+fta8la.
+ft3alg
+f2t1am
+f4tana
+f7tane
+ft3anl
+f5tar.
+ft8as4
+f6t1av
+f2tea
+f3ted
+f4tee
+f2teg
+f2tei
+f2tek
+f6tem
+fte4na
+ften3d
+f4t3enh
+ften5s6v
+f2teo
+fte4r5a4
+f4terin
+fter5s
+f4test
+f4teta
+f4t5ett
+ft3ind
+f2t5i4s
+ft5l
+ft7n
+f2t1o2
+f5tog
+3fton
+ft3r
+fts5alt
+fts3ei
+fts5ers
+fts5erv
+ft2s1i
+fts1k
+ft2skaf
+ftsla6ga
+ft5s4lan
+ftsle6ge.
+ft3sto
+ft6s5top
+ft5s6tri
+ft5stø
+fts1u
+ft2s1ø4
+ft5t4
+ftta8ka
+ft1u
+1fu
+fu8ga.
+fug9le.
+fug6l7eg
+fu6le
+full3
+ful9lar
+fulle6
+ful9le.
+ful4len
+fullen8de.
+ful4ler
+ful7les
+fullfø7re
+funn2
+funns3
+funnsla8ga
+fu6ra.
+fu6re.
+fu9ret
+fu7ro
+furu1
+fu7sel
+fu6sk
+fus6o7
+fu4s5t
+fut4h
+futu1
+4f1v
+fva8la
+1fy
+fy5la
+fyr2
+fy8ra.
+fy4r5a4b
+fy1re
+fy4re.
+fyr7k
+fyr8ke.
+fyr5t
+fy3s
+fysa7
+fy8sa.
+2fæ1
+1fø
+fø4da.
+fø4dek
+fø5den
+fø4des
+fø5des.
+fø1f
+2føk
+fø4le.
+f8ør
+før6a
+fø5rar
+fø4re.
+fø4res
+fø7resv
+fø8rete
+før6tin
+4få
+få7ren
+få7ret
+få5ri
+får7u
+få7va
+1ga
+4gaba
+ga1bo
+6gabø
+ga3da
+ga4ded
+4gadg
+2gadm
+4g5adr
+ga4e5k
+6gaflo
+g3aft
+6gah
+6gak
+g1aks
+gak8ta.
+gak8te
+ga3kv
+ga1la
+ga4la.
+galei5
+ga7len
+gal4les
+4galli
+5ga7lo
+ga4ma.
+4gamb
+ga5mer
+gamme6l5
+6gand.
+6ganden
+9gane
+gan5g6en
+gan4g5j
+4gan5k
+2g1anl
+4gann
+4gansa
+4gansv
+4g5antre
+ga6pa.
+ga4pe.
+ga4p5l
+gap3s2
+ga6p7u
+9gar.
+ga6raf
+ga6r5ak
+2garb
+5garbr
+5garby
+gar4dek
+7gare.
+4garea
+gar5es
+gares6ke.
+gar2i
+4garki
+gar3ne
+gar6ta.
+g5arte
+gar8te.
+g3arti
+gart5s6la
+gar4un
+ga4ryl
+ga4sc
+ga5s2i
+gas8ka.
+gas8ke.
+ga6ski
+4gasp
+gas6sel
+gas5sen
+gas7ser
+gass5ett
+gass3l
+5gast.
+gas5te
+ga5sto
+gas7t6ra
+gas9tri
+g2at
+ga4te.
+ga5tens
+gate5s
+ga3ti
+ga1to
+ga3tr
+gat6tap
+gau5la.
+9gav.
+2gavd
+6ga4vei
+ga4veri
+4gavg
+g5avk
+2g1avs
+2gavt
+4gavv
+2gaw
+4gaø
+2g1b
+gba4ne.
+g6byk
+2g1c
+8g1d
+gd5alt
+g6d5au
+gde3a
+g2deb
+g3deba
+g4dedi
+gde5lo
+g2dem
+g4dend
+g2de5o
+g4dera
+g4de5re
+g6dero
+g2des
+g2det
+g3det.
+gdevi8sa
+gd5op
+gd1or
+gdy4d
+g6d1øy
+1ge
+2ge1a
+geak8ta
+geak6te.
+gea7ren
+ge4ark
+2geb
+6geba
+4ge5be
+3gebri
+4gebrå
+3gebyr
+ged4
+4gedan
+6gedel
+gedia5
+9gedom.
+7gedoma
+9gedome
+7gedomme
+6gedoms
+4gedos
+2gedr
+2gedy
+2gedø
+2gee
+geen8de.
+2gef
+g5eft
+3gefæ
+2ge1g2
+g5egg
+g3e2gn
+2geh
+gehø8ve.
+2gei
+g1eie
+g4e1in
+gei4r3
+gei9re
+gei8s7p
+gei6st5
+3geit
+geit3a
+geit3o
+gei4t3r
+2gej
+2gek2
+ge9kl
+ge3kn
+g1eks
+6gekt
+5gel.
+ge4lar
+4gelau
+ge6le.
+ge7lea
+4geled
+4gelei
+gelei5er
+4gelek
+4g3elem
+ge5len.
+ge5lens
+5gelet
+gel5ett
+3geli
+4gelid
+6geligg
+4gelit
+6geliv
+2gelo
+ge5lov
+7gels4
+gel3se
+gel5si
+gelsk7l
+gel5t4
+4gelu
+ge5lun
+gel7ve
+4gely
+2gelæ
+2gelø
+2gelå
+5gem.
+2gema
+9gema.
+2gemi
+3geml
+4g5emn
+gem6na
+2gemo
+9gemr
+3gems
+3gem4s5t
+ge3mu
+2gemy
+2gemø
+2gemå
+g2en
+3gen.
+ge2n1a
+ge7n6am
+gends6t
+ge3nea
+4genem
+gen5erf
+ge5nes
+gene4t
+gen5eti
+4genev
+gene5ve.
+gen8ga.
+gen5gr
+ge4ni6n
+6geniv
+gen5k
+genle6ge.
+gen3n
+gens5l
+gen6sun
+gen5tr
+4genum
+4geny
+4genæ
+4genø
+2geo
+5geog
+3geol
+geome5
+geomet4
+ge5on
+6geop
+ge9ope
+2gep
+g2er
+3ger.
+ge5ra.
+ge6ral
+ge4r5ant
+ge9ras
+ger5di
+4gered
+4geref
+4gereg
+4gerek
+ge6rene
+4gerep
+6gerese
+4gerett
+ger4i5d
+4gerik
+geri8ka
+6gerike
+ge4rim
+ge4ris
+ge4rit
+ge4riv
+gerle9g
+g9er8ma.
+ger3n
+gerne6
+4geroa
+4gerom.
+4geromm
+6gerop.
+4gerope
+ger5p
+ger4s5af
+5gerud
+ge5rup
+ger5v
+gerø6re.
+ge4r3ø4v
+4gerå
+g6es
+5ges.
+2gesa
+2gese
+5gesen.
+5gesens
+4gesi
+4ge5sja
+4gesje
+2ge1sk
+ge1sl
+geslu7
+ges4lø
+4geso
+4gespe
+ge4spr
+ge5spra
+2ge1st
+3gest.
+gesta7b6l
+5geste.
+ges6tekk
+ges8ti.
+gest5rid
+gestri8de.
+6gestå
+2gesu
+ges5vik.
+2gesy
+6gesæ
+2gesø
+2ge1så
+geså5re
+5get.
+ge5tak
+geta6le.
+6getat.
+6getate
+4ge3te
+5gete.
+2geti
+2getj
+2geto
+2getr
+5get5s
+2getu
+2gety
+gety8e
+2getø
+2geu
+g2ev
+2ge7v8a
+2geve
+4gevir
+gevi6sa
+4g5evn
+gev6ne.
+4ge5vo
+5gevå
+2gey
+4geæ
+2geø
+2geå
+1gé
+2g1f
+gfe2l
+4g1g
+g6g5al
+gg5ask
+g2g1av
+g4gedi
+gg1ei
+g4gela
+g4gele
+g2gem
+g4genu
+g6gerei
+gge4rin
+g4gerø
+gges6b
+gges5l
+g4gesm
+g6geso
+g4gesp
+g6ges6tio
+g6ge5sv
+g2gev
+ggie6
+g4gif
+g4g5i4m
+gg4je
+ggje5s
+g2gl
+g7glu
+g4gn
+g2g1o2
+g3go.
+g5gos
+gg3rad
+ggra6da
+gg5rat
+gg8re.
+gg3red
+gg7rek
+gg5s4par
+gg3sto
+gg4sy
+gg3sø
+g7g8ud
+g4g5u4r
+2g1h
+ghe8n
+ght5ene
+gh4to
+ghæ8
+1gi
+3gi.
+4giak
+gi1ar
+4giarb
+6giav
+2gib
+gi8c
+2gid
+gi3de
+gi1e
+4giek
+3gien
+gi9end
+5gier
+4gifa
+2gifo
+4gifr
+4gifu
+gi6ga.
+2gigr
+2gih
+2gii
+5gika
+3gike
+4giki
+3gikk
+gi5k4r
+4giku
+gi5le
+4gimess
+gi4metr
+4gimi
+4gimø
+2g1ind
+6gingeni
+gi4nin
+2g1inn
+gin5nu
+4gino
+4g1ins
+4g1int
+2ginv
+4gi5om
+2gi1op
+gio4r
+2gip
+gip5si
+6gira
+gi3re
+gi4re.
+giro3
+gi6rob
+5gis.
+2gisa
+gi3se
+4gisel
+4gisen
+5gisk
+6giska
+gis8lu
+gis4lø
+4giso
+4gisp
+gi3s4pa
+gi5s4pr
+giste6ru
+gis5ti
+gist5ra
+gi5stré
+gi6st5rer
+4gistu
+6gisty
+gi5ta
+4gi5te
+gite4s
+gi2t9r
+git5te
+2giu
+gi7va
+4gival
+4givo
+4givu
+1gj
+2g1jak
+g5jarn
+2gjaz
+gje5f
+4g3jeg
+gjels4
+gje2n
+gjen1opp3s4
+gjen5s8
+6gjent
+3gjer
+gje7sk
+gje4s3p
+gje8v9ak
+2gjob
+2g1ju
+7g6jut
+gjø9de
+2g3k2
+gkly9
+gl2a
+6gla.
+gla3de
+4glag
+gla4ga
+gla8ge.
+g3land
+g1lar
+gl5art
+glar7v
+1g2las
+7glase
+g6lass
+6glast
+g5last.
+3glat
+g5lau
+gl6e
+gle6dero
+g2lef
+gle3ge
+gleg8ga
+6glei
+glei7er.
+g2lek
+g7lek.
+g5leke
+g2lel
+3glemt
+4glen
+g9len.
+g9lene.
+g9lenes
+g9lens
+gle9pl
+4gler
+gle4ra
+glere8de.
+g9les.
+gle6se.
+g4le5sk
+g6le7sm
+4glet
+g2lev
+1g2lid
+gli4del
+gli7e6n
+gli8er
+glig1
+3g2lim
+gli9me
+4glio
+glitt4
+6g7liv
+4glj
+gl7ja
+gl5l
+g4lo.
+g2loa
+5glob
+5g6lome
+1g4lor
+gloria7
+glori6an
+glorie7ne
+g4los
+glo5ste
+6glov
+gls4
+5glug
+g5luk
+6glun
+gl5ung
+glun8ge.
+gl5ut
+g5lyd
+3glyf
+gly4se.
+g2løg
+glø8pa
+2gløs
+gl7øy.
+5gløym
+2g1m
+g4mete
+g4metr
+g5mé
+gmini6
+gmo4e
+g3mu
+gmu8le.
+gmå6la
+g1n
+gn1ak
+gna5lem
+gna4lo
+g2nav
+gn1d
+gndø6
+gndør5
+gn4e
+g2nee
+g4nelo
+g6nero
+g6nerø
+gne1s4
+gne8se.
+g4nesk
+g4nest
+g5net
+g6netr
+g2nev
+g4nib
+g4nid
+g6nik
+gning4
+gnings5
+gni4s
+g6ni5sk
+gni6st
+gnist9r
+gn5k4
+g2nom
+gn5o6p
+gn7o6v
+gn5r
+gn1s
+gn4skr
+gn6sm
+gn4som
+gns4pr
+gn4sti
+gn2s1v
+gn5t4
+gnu5re
+gnæ6re
+g2nå
+1go
+7goan
+go1ar
+7goar.
+2gob
+gobe5
+go4da
+go5dal
+god5ar
+2godd
+go4de.
+gods9t
+2gof
+go9ga
+go5ge.
+go9g8r
+6goi
+2gok
+gok4se.
+go3le
+gol6fa
+go5lo
+gol4va
+gol6var
+go4lå
+2gom
+g7o6ma
+6gometris
+7gomm
+go4n5and
+go9ne.
+go7ni
+go5nok
+gon9s
+2g1op
+3g6or4a5
+go5ra.
+go7rae
+go7ras
+2gord
+gor6da
+go1re
+gore8a7
+2gorg
+g4ori
+gori5e6
+g5orv
+gor8va
+go5rø
+gos3p
+4gost
+6goto
+got6r
+4gov
+go8ve.
+go8vi.
+2g3p6
+1gr4
+8gr.
+4grab
+6grac
+gra5ce
+9grads
+graf5f
+graf5t6
+gra4m5
+grand3s4
+gran5to
+grant4r
+gra9se.
+gra9set
+gra6sk
+gras3t
+gra5t
+gra8te.
+grati4s
+gra4u
+gra4v3ak
+gra7vis
+gravta8
+2grea
+4g5reds
+gre4en
+2gref
+g7refe
+g4rega
+greie5n
+grei6ene
+6g3reis
+4grek
+2g5rel
+g5rent
+4grepi
+grep4s3
+g7rese
+gres6sak
+gres6sent
+6g5rest
+4grett
+4g5ri.
+grib3
+4grid
+4grif
+4g1rig
+gri5sete
+4grit
+gro9ar
+g4ro7i
+grom5m
+g4ron
+gro5sk
+gro3ve
+4g5rui
+4g3rul
+grun7g
+5g4rup
+gru7sa
+grus5t
+2g1rut
+2gryd
+4g5ryg
+6g5rytm
+grø5de.
+6g5rør
+4g5røv
+grø5ve
+4grøy
+gr7øy.
+6gråd
+grå6da
+gråk4
+grå7n
+grå5te.
+8gs1
+gsa2
+gs5akers
+g7sal.
+g7sale
+g5salg.
+g5salge
+gsam3
+gs3amb
+gs7amn
+g3s6ank
+g5sard
+g2sas
+g7sast
+gsbø6n
+gs2ce
+gs5ef
+g2seg
+g2sei
+g2sek
+g5sekr
+g7sekv
+gse9la.
+gsel4s5a
+gsel4st
+g2sem
+gs6ende.
+gsen6ke.
+g5sens
+g3sent
+g2ser
+g5ser.
+g3seri
+gse4st
+gse4t
+g3sete
+gs3eti
+g9sets
+gs4ett
+gse2v
+gsfø2
+g2si
+g5sider
+gs5is
+gsi2v
+gs4jar
+g3sjef
+g5sji
+g2sjo
+g5sjå
+gs4ka.
+g5skad
+gs4kal
+g5skall
+g6skam
+g4skan
+g4skapa
+g5skape
+g4skapi
+gs7kav
+g5skilt
+g7s4kj
+g7s6kjæ
+g3skot
+g5skren
+g7skug
+g6skv
+gsla6ga
+gsle6ge.
+gs6leri
+g4sluk
+gs4lun
+gsl9ut.
+g5slyn
+gs5med
+g9s6mert
+g7snel
+g5sog
+gs9ope
+g5spal
+g3spel
+gs2pi
+gs5pik
+g3spil
+gs5pile
+g6s5pors
+g3spur
+gs3s4
+gsse4e
+gs5tak
+g9s8tand
+g5stang
+gs4tasj
+g7s4tat
+gstatsrå7
+gst6e
+gs5te.
+g5ste4e
+gs4tell
+gs5tema
+gste6ma.
+g7stemt
+gs4tere
+g5s4terf
+g5s4terk
+g5s4tern
+g5s4ters
+g5s4terv
+gst7evnen
+g5s4ti.
+g3s4tie
+g3stif
+g3s4tig
+gs5tiå
+g5sto.
+gs4tol
+g5stol.
+g7stola
+g5stole
+gs5toll
+gs4trap
+g5strau
+gst5rea
+g5strede
+gst5rei
+g5streke
+gs6tret
+gstri8de.
+g5s4trof
+g3strø
+g5s6trå
+g5stue
+gst5ut
+gstyr8ka
+gs4tør
+g5s4tå
+gsu2
+gsu5g
+gs4vane
+gs5vik
+gs7væ
+gsy2d
+g7sym
+gsy6na
+gsy6t
+g2sø
+gsø6ki
+gs6øt
+gså4
+2g1t
+g3ta
+gta8ka.
+gta8ke.
+gta6la.
+gta4le.
+g9t6e
+gte6ke.
+gte6ma.
+g3ti
+gti8de.
+g4t5if
+gt6re.
+gtråd5s6
+gt7sv
+gt5t
+gtu8en.
+gtvek8
+gty8e
+gt9yt
+1gu
+4g5u4bå
+gu2di
+guds3t
+gu4el
+6gug
+g5ug6l
+gui4d
+guid5ar
+gu4le.
+4g5ulk
+gul8ke.
+gul4la
+gul5o
+gul7ø
+7gum
+gun4g
+gur2g
+gu4ri
+gur8na
+gur6ne.
+gu5rua
+gu3rue
+gu4st
+gu1ta
+2gutb
+4gutd
+g5ute.
+6gutg
+g7utl
+4gutn
+2guts
+gut4tak
+gut4tes
+4guttr
+2g1v
+gva4ke.
+gva8la
+gvedli6
+gvi8ta
+6g1w
+1gy
+g9y8a
+gy4da.
+7gym
+gy3ne
+gyr6
+gy8sa.
+gy6se.
+gy4te.
+gy4ve.
+g5æt
+4g5øk
+gør3s
+2g3øv
+gøy9a
+gøye6r
+gøy5n
+1gå
+gå6as
+gå6en.
+gå4er.
+4g5å4k
+4gåm
+4g3ån
+gån8da
+2g1å4p
+2g3åre
+gå2s
+gå3st
+gå9ven
+gå4vet
+h2a
+ha4a
+haba9
+4hae
+ha2el
+4hafi
+ha2g
+ha3ga
+ha4ga.
+ha3gen
+hai1
+ha7ism
+ha5ka
+ha4ke.
+ha5ken
+ha7kera
+ha4ke5s
+ha1la
+ha6la.
+hald4s7
+ha4le.
+ha4lev
+hal6lei
+hal6lø
+hal4s3k
+hal4so
+hal4s3t
+ha5lu
+hal4v5
+ha5ma
+ha8me.
+ham6nest
+ha5mo
+ham4st
+hams4t7r
+ha5na
+han6d5r
+hand7skr
+hand5ø
+ha4ne.
+hani1
+hanis4
+han2n3
+han4ne
+han6nel
+han5nen
+han5n4o5
+han3se
+han4sk
+ha4pe
+ha4re.
+ha5rei
+ha4rel
+ha3rem
+ha4res
+har5k
+ha5rov
+har7se
+har5tre
+har4tri
+ha4sj
+hasj5e
+ha2sl
+has6p7l
+has5v
+ha3tar
+ha4te.
+hat6le
+h4au
+hau5ke.
+hau6st
+hau4t5r
+hav4a
+ha4va.
+ha5van5
+ha4ve.
+ha4veg
+ha4vei
+have3s
+ha1vi
+ha4vo
+hav4sl
+ha6vu6
+hav1ø
+4havå
+2h1b
+hba4ne.
+4hc
+2he.
+he2a
+he7ans
+heat4r
+heb5n
+he4de.
+heder6s5
+he2d9r
+hef9ta
+hef7tes
+he3ge
+he4ge.
+he2g3r
+he2i
+heia3
+hei5en
+3heim
+he3ins
+hei4sk
+heit4s
+he2k
+hek4sek
+hek6serin
+hel1a
+he4la.
+he4le.
+he4l5ei4
+hel6lesu
+hel3o
+hel2s2
+hel3sa
+hel4se7
+helses4
+hel3sk
+hel5sp
+hel5ste
+hel3sv
+hel4tes
+hel9ve
+he4mak
+hem5ne
+hem3s8k
+henfø5re
+hen5o6
+hen1s2
+hen5se
+hera9da
+he5ret
+he4ri.
+her5j
+herle9ge
+herli9ga
+4her5n
+he1ro
+he4ro.
+hero9a
+her7p
+her6rei
+her6resi
+her6ret
+her6ska.
+her8s7kare
+her6sv
+her5un4
+he2r3ø
+he4se.
+he2sp
+hes7pa
+hes5pel
+hes5pen
+hes9per
+heste5ri
+hes4tes
+he6stø
+het2
+he4te.
+he5t6i
+het4s3a4
+het4s5p
+het3t
+he6va.
+he6v7arm
+he4ve.
+hev9na.
+2hf
+2hh
+h5hu
+hi5ao
+hi4bak
+hie4n
+hi2et
+hi4f1
+hiff2
+hif9r
+hi6ge.
+hik7e
+himme6l5o
+hi6n7an
+hin4nes
+hins4
+hins9ke
+hi4pl
+hip3p
+hi1ro
+hi2s1
+hi9se.
+hi3sen
+hi5s4i
+4hisk
+hit7o
+hi4t5r
+hit5ti
+hi8va.
+hi4ve.
+hiv1s
+hjar4
+hje4
+hjem7e
+hjorte5
+hju6l7
+hju7l8e
+2hl
+h5lan
+2h1m
+hma8n
+2hn
+h2na
+hne6n
+hn1s
+h4o
+ho5ar.
+hob6
+ho6da
+ho4de.
+ho5den
+hode3r
+ho5der.
+ho5dy
+hof4f3
+hof4f3a4
+hof4f3e4
+hof5f6er
+hof4fi
+hogs6
+hog6str
+hog7stra
+hoi5
+ho2la
+ho5lag
+ho5lan
+ho4le.
+ho4lin
+hol5l
+ho4lom
+hols4
+ho4lu
+hol7ut
+ho4me.
+ho4mo.
+ho4mod
+ho4mos
+ho5n6o
+ho4o
+ho8pa.
+ho4pe.
+ho8pi.
+ho5ra
+ho6ra.
+hor2e1
+ho1ro
+2hort
+ho4s
+hos5a
+ho5sen
+ho5ser
+ho5si5
+hou2
+ho1v
+hove5re
+ho4vé
+2how
+h1p
+2hr
+h1ra
+h1re
+hri5ne
+hri2s3
+6h1s
+h5s4e
+4ht
+h5ter
+htere4
+h1tr
+ht5t
+hu4da
+hu4d3
+hud5s6
+hudså9re
+hu4er
+hu6et.
+hu4ga
+hu4ge.
+hu8ja.
+hu6ka.
+huk8ra
+hu4la
+hu4le.
+hu4leg
+hu5les
+hu4lev
+hu5ma
+hun6des
+hun2n3
+hu1ru4
+hus1a
+hu8sa.
+hu5s6a6r
+hu6s7arr
+husa7r8e
+hu4se.
+hu4s3ed
+hu2s1i
+hu2s5j
+hu2s1k
+hus7m
+hus5s4
+hus1t
+hu8str
+hust9ran
+hus4tre
+hu6sty
+hu6s5u6
+hu2sø
+hu4va
+hu4ve.
+hu4ves
+hv4
+hva5le
+hvas5
+hve2r
+hver3a
+hvi5l6i
+h4v4ir
+hvits4
+hvo2
+hvor5
+hvor5i6
+h6y
+hya3
+hy2bl
+hyd4
+hy2e
+hye5ne.
+hye9nes
+hyg5gel
+hy6la.
+hyldes7
+hy4le.
+hyr4des
+hys3
+hy8sa
+hy4se.
+hy2s1j
+hys5t
+hæ5g
+hærfø9
+hær3s6
+hø4e
+høf5
+hø2g
+høg3ri
+høg7rø
+høk6
+hø6le.
+hø4na
+hø4ne.
+hø5rar
+hø5ren
+hø5rer
+hø4res
+hør6sp
+hø2s
+høst7a
+høst5ø
+hø1va
+hø1ve
+hø1vi
+høy5a6
+høy5k
+høy7n
+høy7rar
+høys4
+høyse6te.
+h6å
+hå7a
+hå8le
+hå6na.
+hånd5skr
+hå5nel
+hå6pa.
+hå4pe.
+hå4p5l
+hå1re
+hå1ri
+hår3s
+hår7u
+hå8va.
+hå4ve.
+ia9al
+i1abl
+ia1bo
+i2a3de
+i1adj
+ia5d8r
+ia1g2
+ia2ge
+ia1in
+ia1kr
+i1aks
+iak8se.
+ia5ku
+i1al.
+ial1a
+ial5ein
+iale4t
+ial5eti
+ia4l5ett
+i2alf
+ial3g
+ia4lin
+i4alk
+ial3op
+ia6lov
+i5als.
+ials4t
+i3alt.
+ial1u
+ia2lø
+i1an.
+i2ana
+ia4nal
+ian5ald
+ia5nar
+i7andr
+i5a4ne.
+ia8nes
+ia7net
+i5ank
+i1anm
+ia2no1
+i1ans
+ian3sa
+ian3sl
+i1ant
+ia7nø
+ia2pa
+i3app
+i1ar.
+iar4do
+iard5s4
+iar4du
+i2are
+i5area
+ia5r6e8l
+i5arn.
+i9arns
+i7arska
+i6asi
+i1asm
+ia4sp
+ias3s6
+i3assi
+i1ast
+i7ast.
+ia1t
+ia5te
+iat6r
+iaty6ra
+i1att
+i7auk
+i1av
+i1b2
+iba4ne.
+ib5bo
+ib3bu
+i3bere
+ibe4ro
+ibi5er.
+ib7lar
+i2b3le
+ib4leg
+ib4le5s
+i5bo
+ibo4e
+ibo7n
+ib4r
+ib3st
+ib8t
+ibya7
+iby9ar.
+8icanarar
+ice5ne
+i1ci
+ick1
+ick7ete
+i1co
+i5cy
+2ida
+i5dal
+i3das
+id1av
+id3del
+iddel5u
+id6dep
+2ide.
+3ideal
+i2deb
+i6def
+id5e4ge
+i7deki
+i9del.
+id3elv
+2iden
+i5dend
+iden5sv
+5identif
+5identit
+ideo3v
+i6derap
+i9de5re.
+i7deren
+i9deres
+iderla8ga
+iderle7g
+i7dern
+i5ders
+i6desm
+id6gem
+id4ges
+idi4en
+1i2dio
+i8dj
+id7jer
+id9na
+1i4dol
+id9ran
+id5reg
+4i3drev
+2idri
+id2s1
+id5sam
+idse4
+id6sel
+id5sim
+ids5l
+idsla6ga
+ids3t
+id4s5tu
+id2t1
+i2d1un
+i2dy
+3idyl
+i3dyr
+i3dø
+i6d7øy
+id7å
+2ie
+ie1a2
+i2ed
+i1eff
+ie4ge
+iego4
+ie1i
+iei6d
+i1eie
+i3eig
+i5eini
+iek8l
+i1eks
+ie5l6a
+i2ele
+i5elem
+ie4lev
+i7e6lim
+i1els
+i9elt
+ielø8pa
+i8e9ma
+iem7b8
+ie3me
+i1en
+ie7na
+i2end
+ien6dela
+ie8né
+i2e5ni
+ien7n
+ie5no
+i5ens
+ien4sk
+ien4s5v
+ien4t3r
+ie5nu
+i6eny
+ie4ran
+i4erd
+ie6re.
+ie5reg
+ie4r5eng
+i6eret
+i2eri
+ie4ril
+ie4ris
+ie4riv
+i2erl
+i6ero
+ie7ro.
+ier4ra
+ier4sp
+iers3v
+ier5t
+ie3run
+ier5v
+i2e1s
+i6es.
+ies4c
+ie3se
+ies5s
+ies4ti
+i8es6v
+i1et
+i2eta
+i5e4tabl
+i3etat
+ie9te
+ie5té
+iet4re
+ieu2
+ie7ved
+2if
+ife4s1
+if2fa
+ifi6e
+ifjø8
+if3le
+if4les
+iform4
+if1re
+i8ft
+if4tal
+if4tere
+ifte5s
+ift2s
+i3fø
+2ig
+i2gae
+ig3ann
+i7gark
+ig4art
+iga3ru
+iga7te
+ig3att
+i2gav
+ig3d
+i6geb
+i6gedi
+i6gedomm
+igedoms5
+i2gem
+i3gen
+ige6no
+i5gers
+i4gerø
+i4gesp
+ig3e4ta
+ig5ett
+ig4ged
+igges4
+ig4gra
+igg9s2
+i6gh
+i2g1ia
+i5gib
+i4gim
+igion4
+igje9va
+ig1l
+igl6d
+igli6se.
+ig5loa
+ig5neu
+ig5no
+igof6
+igo5fr 
+ig1om
+igo4no
+ig2ra
+ig2re
+i2g1rø
+ig3råd
+igrå5t
+igs4al
+ig5sel
+igs2j
+ig5s4ka
+ig3s4kr
+igs4mu
+ig3s4pa
+igst4
+igs4ta
+ig4ste
+ig5stek
+ig7stel
+ig5stem
+igs4tra
+ig5s4va
+ig1un
+ig9ut
+i3h
+ihen3
+iho7le.
+i4huk
+ihu9la
+ihu5le.
+i1i
+i5in
+i7is.
+i6ita
+i1j
+2ik
+i1k2a
+i2kab
+i5kabel
+i2kaf
+i2kak
+ikan9d
+i2kao
+i4kapo
+i5kar.
+i5kara
+ika5re
+i4karei
+i6kasa
+ika3sp
+i2ke.
+i2ked
+ik9ei
+i9keleg
+i5keli
+ike5lu
+i5ken.
+i4kena
+i5kene
+i9kens
+i3ker.
+i4kera
+i5kere.
+ike5ri
+ike4r5o
+i2ke1s2
+ike3si
+i6kesk
+i5keso
+ike5su
+i5ket.
+i5kets
+i1ki
+iki9ne
+ik5inn
+iki5st
+i1kj
+ik4kaf
+ik6kana
+ik4kap
+ikk5arv
+ik4kas
+ik4kat
+ikk5att
+ik6k7ent
+ik4keru
+ik8kesk
+ik4kest
+ik3kjø
+ik4kjøp
+ik4kl
+ikk5lag
+ik2ko
+ikk5ord
+ik4kr
+ikk3re
+ikk5sv
+4ik2ku2
+ikk5und
+ik2kv
+ik6ky
+ik1l
+i5klæ
+i1ko
+i2koa
+i9koar
+i2kob
+i4kod
+iko5de
+i2ko3f
+i4kog
+i4koh
+i2kok
+iko5na.
+i2koo
+i5k6ord
+i4kore
+i2kov
+ik1r
+ik4rak
+ik5rem
+ik5robe
+ik3ros
+ik2ry
+ik2sa
+ik4sek
+iksmå8la
+ik7sot
+ik5spel
+iks5ti
+iks5to
+ik8stu
+ik4tav
+ik4teg
+ik2t1r
+iktsla8ga
+i1ku
+iku6le.
+i6k7u6t
+ik1v
+ik4vin
+i1ky
+i3kø
+i3kå
+ikå8pa
+i1la
+il5adr
+il7af
+i2l3ak
+il3al
+i4lana
+il6and
+i4lark
+il3art
+il5ass
+ilas5t6
+ila5t
+il5av
+il4dak
+il4deko
+il4dete
+il7dj
+ild3re
+ildsfa9re
+ild3s4t
+ilea9r
+ile8are
+i3le7e
+i2lef
+ile4ge.
+i4l3egn
+i2l1ei
+i6leig
+i2lek
+i2lel
+i4leno
+i4lero
+ile1s
+i4lese
+i4le5sk
+i4lest
+ile6tri
+ilet5te
+ile4tu
+i1lé
+ilfø5re
+il5ge
+il1gl
+i4lid
+ili5ers
+ili9ga
+i5lik
+i2l1im
+i4l3ind
+i7line
+i4lins
+i4l3i4r
+ili5s6tik
+il3ja.
+il1je
+il5jese
+il1jo
+il1ju
+ilke3
+il5ker
+il4kes
+ilk4o6s
+il5ku
+il4lab
+il6lam
+illan8da
+il6lap
+il9lau
+il4lee
+illei9e
+il6l7ender
+il6lesk
+il4lev
+illi9ga
+il4lo5m
+ill3s2
+ills5kå
+illæ4
+illæ9re.
+il4m5est
+ilm5e4v
+il4mi
+ilm5s
+i1loe
+i9lolo
+i4lom
+il5omv
+i5lon
+il3opp
+i4l1o4r
+i5loso
+ilot3u
+i4love
+ilo1w
+ilret4
+ilset8je
+il3sl
+ilsla7
+ilsle7ge
+ils4mu
+ils2p
+ils2t
+il5str
+il7su
+il3s2v
+ilsva9ra
+ilsva5re
+ilta9la
+ilt5rett
+il6t7å
+ilu4h
+i5luk
+il7ul8
+il3un
+i5lur
+i9lus
+il1ut
+il5v6
+ilve8d
+ilve4r
+i1ly
+il1å8
+ilår6
+8im.
+4ima
+i2mad
+i4maen
+i2mag
+i6m5akk
+i4mako
+imal8n
+i2mam
+i9man
+i2map
+i5mar.
+ima5s
+i4matr
+i8mb2
+i4mee
+i2me1g
+i2mek
+i6melu
+im5enh
+im8et
+i9met.
+i4meta
+i4meti
+i6mey
+i8mé
+imi9la
+imini6
+i7mj
+im4lev
+im8l9u
+im5m
+i6mog
+imo9l
+im5ord
+imor8da
+im7o6v
+imp2
+5imperi
+imp4l
+1impo
+imp9s
+impse8
+1impu
+im4ref
+im4rek
+im4res
+im9se
+ims4k5l
+ims3kr
+im5s4me
+im1s4t
+im6sti
+imta8la
+4imu
+i3mø2
+2in.
+6ina
+i4nag
+in5agg
+i5nakk
+ina4let
+i4na2m
+in3ame
+in2an
+i9nane
+in5ann
+i2nap
+in5app
+i5nar.
+i5nars
+i4nask
+i4nasp
+i4n5ass
+ina4t5ak
+i6nau
+in7auk
+in5avl
+in5avr
+ince2
+in7der
+6indig
+in4dog
+ind9ra
+in3dru
+indr5ø
+ind5sk
+ind3sp
+ind5s4t
+5industr
+ind7å
+4ine
+ine8are
+i2ned
+inedy6
+in5egg
+in5eid
+in3eie
+i6nele
+ine4li
+in7eng
+ine8pa
+ine8pe.
+i7nere.
+i5neren
+i9neres
+ine4rik
+i7nern
+i5nert
+i5nes.
+i4nesk
+ines8ka
+ines8ke.
+ines4st
+ine5s4ti
+i4nesø
+i2nev
+8iné
+3infek
+in4fos
+in4fot
+infu9
+4infy
+in4g5ald
+in4gav
+in5gebj
+in6gem
+5ingeni
+in5geri
+in4geru
+in3gev
+ing5jen
+in4goa
+in4gos
+in2gr
+ing5rep
+ing7ris
+ing2s
+ings5om
+ingst8
+ings5v
+6ingu
+in2g5ø
+i7nia
+ini9ar.
+i2nib
+i5nie
+i4nif
+i2nig
+i4nil
+ini7m
+i4ninn
+i2nip
+i4nisa
+ini3se
+i4nises
+5initia
+i4nito
+5injek
+2ink
+in5kel
+in4kero
+in4k3la
+in4kok
+in5l
+inla8ga
+2inn.
+in4nal
+in4nem
+in4nerø
+in4nesi
+innes6t
+4innet
+in6n7ette
+innfa9s
+1inng
+5innhal
+3innho
+2inni4
+in4ni.
+in4n5om
+in5n6ova
+inn1s4
+6inns.
+3innsa
+inn5se
+inn9sen
+inn9ste
+inn7sve
+1innt
+in4n5u4
+4innæ
+in2nø4
+2ino
+ino5a
+i5noar
+i4nod
+inok6
+in7oks
+in1s
+4ins.
+8insa
+in9sa.
+in7sal
+in5sar
+in5se.
+in4sek
+in3sen
+inseri8e9ne
+in3si
+insis5
+6insj
+in4sja
+in3sje
+4insk
+in9s8kas
+in5skat
+inske4t
+ins4ki
+in3skj
+ins5kjøt
+ins6kor
+ins4k3v
+ins6kø
+insle7g
+ins8lega
+in3slo
+in3s2lø
+in5s4ma
+in3sop
+1insp
+in4spa
+in5s4pl
+ins4po
+5instal
+in8s5te.
+ins5ten.
+ins9tens
+3in3s4ti
+in4stin
+4in3s6to
+in5stra
+inst5rel
+5instru
+in6stå
+in7sul
+in2sv
+6in3sy
+8int.
+2in3ta
+inta8la
+4inte.
+5in7teg
+in8t7ege
+in5ter
+int5ess
+in5te4t5
+4in5ti
+inti5me
+int2r
+intran4
+int4rer
+in5tres
+6inu
+inu6i
+i8n9ul8
+in7ut.
+in9u8te
+1inv
+6invev
+iny4i
+iny4t
+6inø
+in7øk
+i7nøt
+in3øv
+4io
+io1a4
+i2ob
+io4dere
+i1off
+io5gn
+io1i
+i1oks
+iol4
+io3le
+iol7jen
+io3mu
+io4nans
+io4narr
+io6n5erst
+ion3g4
+io4nin
+io4nu
+io1pl
+i1opp
+io5ra.
+ior8da
+io1re
+io4rie
+io4r5in
+iorla8ga
+iosk3v
+io1st
+iota6le.
+io3t4e
+io4tra
+i5pap
+ipa4ti.
+i4pee
+ipela9
+i7pe6p
+i1pi
+ipi1e
+ipi9ne
+i4p5ings
+i1pl
+i2ple
+ip4peli
+ippel7s6
+ipp6lan
+ipplæ8re.
+ip2pr
+ipp4s3t
+ippsy8na
+ipp4sø
+ip7pun
+i1pr
+i6pra
+ip5ru
+ipru8te.
+ips1a
+ipse4l
+ipsfø5
+ip2si
+ip2s1k
+ipsle6ge.
+ips1t
+ip6tar
+i5py7
+i3pø
+2ir
+i1ra
+i9r6and
+ir5ark
+i9rast
+ira6tr
+ir5de
+ird5s
+i1re
+ir3eie
+ir6ek
+i3repo
+i3rer
+ire6r5a
+ire7st
+i3ret
+i8reto
+ir7g
+i1ri
+iri4a
+iri8ka.
+ir3ind
+ir3inn
+ir5inst
+iri9t
+ir5ka.
+ir4kat
+ir5ker.
+irke3s6
+ir4kest
+ir4kle
+ir5kv
+irk5ø
+ir4mag
+ir4mal
+ir4mast
+ir9mé
+i5roa
+i1roe
+i4roi
+i1rol
+ir5opp
+iro1s
+ir3re
+ir7sko
+irs2p
+ir3s4t
+irt6
+ir3ta
+irti6g5r
+i1ru
+ir5u4k
+iru8m
+iru7sa.
+i1rø
+i1rå
+ir7å6l
+i1sa
+i4saks
+i4sanb
+i4s3ang
+is3ann
+i4s3ans
+is3ant
+i7sas
+is5aud
+3isbry
+is6cen
+isch5
+is3co
+i5scr
+i2sed
+i4seel
+i4seen
+ise5ern
+i2s2e3g4
+i2sei
+is3eie
+is5eig
+ise5is
+i2sek
+i3sekt
+i4sekte
+i6s7eld
+is4e5li
+i2sem
+ise5ne
+i4seno
+isensi6
+i5ser.
+i5sers
+i2ses
+is5ess
+i4sete
+iset8je
+i2seu
+8isé
+isha7ne
+3ishav
+is4h5in
+ishø9ve
+isi6ene
+is5ild
+i4s3ind
+isis5t
+is7jun
+is9ka.
+is3kal
+is3kar
+isk9art.
+isk5arte
+i8ske
+is5ke.
+is8kee
+is4kel
+isk5els
+iske5s4
+is3kje
+i3skjo
+iskla8ga
+is6k5le
+isk3lo
+isko5g
+is7kogr
+is3kop
+is3kot
+is1kr
+is6k5rin
+is1ku
+is4kul
+i5skula
+is1kv
+is4kvi
+is1l
+i6slu
+isl7ut
+isl9øy.
+i5smak
+is4med
+ismo5e
+i6smus
+is5ne
+is5nu
+1isol
+6isold
+5isomo
+is5omr
+iso3pa
+iso5pe
+iso7pr
+3isot
+is1ov
+is1p
+is4pan
+is5pane.
+is6pis
+is7pru
+is4ses
+is5si
+issis5
+is6s7kj
+is4sko
+is7skr
+is5sky
+is4skå
+is5sok
+is7sto
+is6sve
+is5svo
+is9s4ær
+is4søk
+i5stab
+ista9le
+is5tane
+is5tap
+i4s5tar
+ist5avb
+ist7avi
+i2ste
+is5te.
+is4tek
+ist5ekt
+istel5l
+iste6ma.
+ist6en
+is5ten.
+is5tene
+is5ter.
+is5tern
+is6terø
+is6té
+is4tik
+is5tilb
+is5tis
+is3tok
+is3tol
+i2str
+i8s8tre.
+i4st5ren
+i5strer
+i6strer.
+i4stres
+i6stret
+is3try
+is3tus
+6isu
+is5uf
+is5ul
+is1un
+is1v
+is4vak
+is7w
+isy8na
+isy5r
+is5yt
+i2s1øk
+i4søy
+is7åk
+is3år
+i1ta
+ita4l3a
+ita6l5ers
+ita4lo
+ita4ly
+i6tang
+itan7s6v
+itau4
+i4tav
+i4tec
+i2teg
+ite8ke.
+i7teky
+i6t7elg
+i4teni
+i2teo
+ite3re
+i4tero
+iter6s5
+i4te5ru
+i2te1s
+ite6se.
+itet6s5
+i1té
+it2i
+iti6er.
+i4ties
+i2tif
+i4tikam
+i4ti3kv
+iti5me
+i2tio
+i2tip
+iti3r
+i4tisa
+i4tisen
+i4tisi
+i4tisj
+i4tisko
+i4ti3sp
+i4tist
+iti5str
+i2tiu
+itiv4
+itivs5
+it7jaran
+it7jer
+it7ji
+itma6le.
+itnes4s
+i1to
+ito9a
+i4tom
+it5ord
+ito4s
+itostra6
+ito8v
+i1tr
+i4tra.
+i6trae
+it3rel
+it3ren
+it5rim
+itri8ma
+it3rin
+i5tris
+it7ro6s
+it1sa
+it4s3ei
+it3ser
+it6ses
+it5sku
+itsla8ga
+it1sn
+it6sti
+it3sun
+it4tag
+it6tak
+it4tal
+itta9la
+it6tann
+it6tap
+it4t5at
+it5ted
+itte4l5o
+it4tenk
+itte5s4
+itt5ett
+it4tid
+it4til
+it4tj
+itt1o
+it6tof
+it7ton
+it4tr
+itt5skr
+itt4sø
+it4ty
+it7tys
+i1tu
+itu5e
+itær1
+i1tø
+i5tå9
+i1u
+iu6a
+iu2b
+i5u6l
+i5um.
+ium4f5ar
+iu2m1i
+ium5m
+iu4mo
+i6umse
+i4um5s4t
+i4umsu
+iu2n
+iu8p
+i2ur
+iu5se
+4i1va
+i4vad
+i6vaj
+i4v3aks
+i5val
+iva6la.
+i4vana
+i4v5ank
+i4varb
+ivar5s6
+i4v5ass
+ivat3t
+i1ve
+i2veg
+ive6ge
+iv5eg6n
+i4vei
+iv7eig
+i2vek
+ive4ra
+ive5ras
+iver5d
+i6veret
+i4vesk
+i4vesti
+i6vesv
+i6vetø
+i2vev
+i1vé
+i1vi
+iv5ins
+iv5is.
+iv5isb
+ivle6ge.
+iv3n
+i1vo
+iv7om
+iv3r
+iv4sal
+iv2si
+iv2sk
+iv2sl
+iv2sn
+iv4so
+ivs5v
+i2v3un
+iv7y
+ivyr8ke.
+i9væ
+iv7åpn
+i1wa
+iwi5
+i5wie6
+i5y
+iyr8ke.
+i5za.
+i7zas
+i4ze
+i1zo
+i1ø
+i1ø4k
+i1ør.
+iør5i
+iør5s
+i4øs
+iø3se
+i1øy
+i1å4
+iårs7l
+iåt4te.
+ja1ak
+ja9ar
+ja4da
+1jae
+ja7en
+5jag.
+ja4ga.
+ja7gar
+ja4ge.
+jag6r
+ja4ha
+ja4hv
+ja4j
+jak4kel
+jak7kele
+jak4ko
+jakk5s4
+ja1k8r
+ja8kre
+jaktel
+ja7ku
+ja3lo
+ja1lu
+jam7b
+6jambi
+jamhø8ve.
+5jamm
+jams2
+jan4gr
+j5anl
+ja6ra.
+ja6r5ap
+ja9rek
+jarn3s4
+jar5ta
+jar5te.
+jar5tet.
+jar7ti
+6jarø
+ja6rå
+ja7se
+ja8ski
+ja5sti
+ja5ta
+jau4ere
+ja9vi
+1jaz
+j1b
+2jd
+j2e
+2je1a2
+je5ak
+2jeb
+jeb9b
+je4deb
+6je4dek
+4jedr
+jeep1
+6jeev
+2jef
+je4f3et
+je2fj
+jef5lag
+je4f3re
+jef4sa
+jef6s5i
+jef3t4r
+je5ge
+jeg5ge
+6jegl
+jeg6les
+4jego
+4jegr
+4jegy
+2jeh
+je1i
+je5i8s
+4jej
+2jeka
+jek6keru
+4jekl
+je4kli
+2jeko
+jekt3a
+jek4tan
+jek6tes
+jekt5ev
+jek4t5in
+jek4t3r
+jekts4t
+4jekø
+2jel
+je6legr
+jelei7er
+je7lele
+je4les
+jel7ge
+jel6lag
+jell5ang
+jel5len
+jel4lo
+jelt3
+jel4tr
+jel9ut
+jel7va.
+2jem
+je4mia
+je4mit
+jemp6
+jem5pl
+jem5se
+jem4sti
+2je7na
+jen1d
+4jendr
+je3ne.
+je7ne8s
+4jenet
+jen5ged
+jeng5s4
+2jeni
+jen3k
+4jenl
+4jeno
+4jenu
+je2n1y4
+4jenæ
+2je5o4
+2jep
+je3raf
+je4r5ant
+jer4dep
+jerd6s
+je3r6e
+4jered
+6jereg
+6jerei
+6jerenn
+je5rik
+je6rim
+je6rinæ
+jer4kes
+jer6k5l
+jer4kv
+jerle7
+jer6mu
+jer6n5as
+jern5sl
+je6ron
+jer4sp
+jert5s
+4je1ru
+6jerå
+5jesf
+5jesh
+jes4kil
+2je3sp
+jes4tea
+je6stim
+je3str
+5jesut
+je5sve
+je4t3ag
+jeta6ka
+je9tar.
+je7tara
+je9tare
+je4t3ru
+jets2
+jet4t5an
+jet6term
+jett3o
+jett5s6
+je4t3v
+jety8e
+2jeu6
+4jev6a
+je7vark
+je6vas
+4jeve
+jevi4s
+jev7na.
+jev7ne
+6jeø
+j1f
+4jg
+j1h
+4ji.
+jib5b
+ji7e6
+6jik
+2j3inf
+ji7ro
+ji6sj
+4jiø
+2j1k
+j4kap
+6j1l
+6j1m
+6j1n
+6jn.
+j5ni
+j2o
+1job
+5joc
+jo4da.
+jo6dat
+jo6dis
+jo4fl
+jok9ker
+jokk9o8
+jol5t6
+j3omr
+jon2
+jo5ne
+jon7n
+jons1
+jons5a
+jonse4
+jons3p
+jons5t
+jon6sti
+jon4str
+jonsu4
+4jop
+jo5ra
+jor6dek
+jor6d7erv
+jor6d7is.
+jor4d3o
+jord3r
+jord5s
+jords4l
+jor6du
+jo1re
+jo4rie
+jort6a
+jor5tet
+jo3r4u
+2jos
+jo3se
+jo4ses
+jo5stei
+1jou
+jour5
+j1p
+4j1r
+2j3s2
+j1t
+ju8are
+1jub
+jubi3
+ju9bo
+ju3de
+ju2do
+ju7doe
+jue7ni
+ju4e5re
+jue9s
+jug9le
+5jugo
+4ju2k
+ju3ka
+ju3ke.
+ju3ken
+juk9sar
+ju2l
+ju3la.
+ju5lar
+ju5las
+ju8l9ei
+ju4li.
+ju6lid
+ju4lik
+jul7inn
+jull6
+1jung
+jun7ge
+j6u6ni
+8jup
+jup7s
+ju6p5å6
+ju4ra
+ju7ras
+3juris
+ju9ro
+ju3ru
+5jury
+1jus
+ju5so5
+ju1ta
+jut5o
+ju6va.
+ju6vak
+ju1å
+j5v
+jy1
+jy8de.
+jy2p3
+jæ5le.
+jæ3ra.
+jæ9ran
+jæ9res.
+jæ7te.
+j2ø
+1jø.
+1jøa.
+jø5b4
+1jøe
+2jøef
+4jøeg
+6jøei
+2jøek
+4jøend
+4jøeng
+4jøeta
+jø1f
+jø3gr
+jø9kj
+4jøl
+jø4les
+jøl6ver
+jø5me
+jøn5ne
+jø5pa
+jør4kel
+jør4sp
+jørs5v
+jør4tel
+jø3ru
+jør7ut
+jø1rø
+jø4ses
+jøst2
+jø9ta
+jø3te.
+jøte4t
+jøt5eta
+jø1tr
+jøtte4
+4jø1v
+jø4vel
+2jå
+jå5ar.
+jå9ge.
+jå6la.
+jå4le.
+jå7les
+jå5let
+1ka.
+2kaa
+5kaa.
+5ka4an4
+k3aas
+ka3at
+6kabes
+ka7bo
+4ka1br
+4kaby
+ka3da
+6kadale
+ka5del
+ka6del.
+ka4deri
+4kadg
+kadi7e
+2kadr
+5kadu
+4kady
+3kaen
+ka3fe
+kaf5fere
+2kafo
+ka9fr
+2kaft
+kaf5ta
+6kafø
+2kag
+k5a4gi
+kag2r
+2kah
+ka5isk
+ka5ism
+6kajo
+ka4ka.
+ka4ke.
+ka4ked
+ka4kel
+ka4kes
+ka4ki.
+ka4kis
+6k5aksj
+4kakt
+ka3ku
+ka3lam
+ka3lan
+ka6lant
+ka3las
+kald5s
+5kaldt
+kal2e
+3kalen
+ka5lev
+5kalis
+k6alk
+5kalky
+kal7la
+kal6lero
+kall4s
+ka1lo
+kal3p
+kal7s6v
+kal4ves
+1kam
+ka6ma.
+ka8me.
+4kameri
+4kammel
+kam4p3i
+kam4pr
+7kamu
+1kana
+ka8na.
+4kanda
+kan6da.
+5k6ande.
+1kane
+ka5ner
+kan4i
+ka5nin
+2k1anl
+4k1anm
+k3anno
+5kano
+ka4no.
+ka8nom
+4kansa
+6kansi
+3kansl
+1kant
+kan6t7end
+kan6t9r
+2kap.
+5kapad
+ka4pak
+3kapas
+ka5pe
+5kapell
+4kapen
+3kapit
+1kapp
+kap3re
+kap4s3t
+1kar.
+1kara
+4karab
+4karam
+karan5
+ka3rav
+1karb
+4karbei
+4karea
+ka6rek
+ka5rel
+1karf
+5karg
+ka4ri.
+ka6rid
+6k3arki
+6k5arkt
+1karm
+kar3n
+ka3rol
+kar3om
+kar5pes
+karp3s
+3karri
+7karsj
+kars4t
+1kart
+kar5ti
+5karu
+4karå
+1kas
+7kas.
+ka5se4i
+ka3sek
+kas5ev
+kas2ju
+6kasjø
+ka4sk
+kas3ka
+kasko5
+6kasp
+ka4spi
+kass6
+kas6sad
+kas4sak
+4k3assi
+kas4so
+ka4st
+8kas5to
+kas2t3r
+1ka7t6a
+ka3ted
+3kateg
+ka3tet
+ka1to
+ka4t5op
+4ka1t4r
+kat7s
+kat5ta
+kat4tel
+kat6term
+katte5s
+kat4til
+kat4tri
+ka4t5y
+k7au4r
+2kav
+ka7ves
+k9avis
+kav8l9u
+9kay
+2k1b4
+2kc
+k5ce
+kcen4
+2k1d
+k5d6v
+1ke
+2ke1a8
+ke9al
+2keb
+4kebr
+4kebuk
+4kec
+ked4
+ke5da
+4kedag
+4kedal
+5kedan.
+9kedant
+ke5de
+6kedei
+4kedem
+4kedes
+7kedes.
+2kedi
+2ke5dr
+ked8sk
+kedu6
+4kedy
+2kedø
+2keeg
+2keek
+2keel
+ke4ep
+ke7ern
+2keev
+4kef
+k3eff
+k5eft
+2ke1g
+k3egg
+keg8ga
+5kegladh
+ke5h
+3kehet
+4kehj
+2kei
+k3ei2d
+k1eig
+ke5il
+ke1im
+k6e1in
+keis2
+2kej
+2kek
+kek2l
+ke3kn
+k1eks
+k5ek4t
+k6el.
+2kela
+ke3l4ak
+5kelal
+ke6lans
+ke6lat
+kel5eier
+kel5eig
+kel7eik
+kelei8ke.
+6keleis
+kel3e4l
+4k5elem
+4keleng
+4ke5lep
+4keles
+7k6elet
+4kelev
+keli8e8
+keli9en
+3kelig
+4kelign
+4kelinj
+kel5int
+4kelis
+ke4lise
+5kelit
+4keliv
+kel5l
+4kelof
+6kelov.
+4kelove
+kels4
+kels7kar
+kel5sl
+kel5sp
+kel5st
+kel3sv
+kelsva9
+kel2t
+kelt3e
+6kelua
+4kelue
+kel9uka
+kel5uke
+ke4l3ur
+6keluv
+kel5v
+2kely
+2kelæ
+2kelø
+kelø8pa.
+6ke5l4å
+kelå7re
+2kem
+ke4mit
+5kena.
+6kenam
+ken6ap
+ke4nas
+5kenatts
+ken5de
+6k5en6den
+6k5en4der
+4kend5r
+ke3ne
+4keneb
+4kenek
+4kenel
+4kenem
+6kenett
+4kenev
+3kenf
+ke4ni
+5k6enh
+4ke5niv
+ken3k
+ken7n
+kenne4l3
+ke4nom
+ken1s2
+4k5ense
+kens6t
+ken7te
+ken5t6r
+4k3entu
+6ke3ny
+6kenø
+2keo
+ke3on
+4kep
+5kepi.
+9kepia
+7kepie
+6kepl
+kera7l
+4keram
+ke4ran
+ker5ant
+6kerau
+4kered
+4kereg
+kerei4d
+4kereir
+6kereis
+4kerek
+4ke5rem
+kere6n
+6kerene
+ke6r5eng
+4kerenn
+4kerep
+ke4r5ert
+ke3res
+4keress
+4kerest
+4keresu
+4keret
+5keret.
+5kereta
+7kerets
+3keri
+ke4rif
+6kerik.
+4kerike
+6kerikt
+ke4rim
+ke4rine
+6keringi
+6keringj
+ke4rinæ
+ke4ris
+8kerist.
+8kerista
+6keriste
+3kerm
+7kerop
+5keror
+4ke3ros
+kero6se.
+ke3rot
+k4ert
+ker5to
+ker3t4v
+ker3un
+4kerus
+keru6se.
+kerø6re.
+8ker8øya
+6ker6øye
+2kerå
+5kes.
+4kesam
+9kesam.
+7kesdale
+5kese.
+k5esel
+ke5sil
+4kesit
+2kesj
+k9es8ka.
+4k5eske
+kes8ke.
+4keski
+4keskj
+6keskå
+kesle6ge.
+kes5ped
+5kespot
+5ke4spu
+5kest.
+4ke3sta
+5keste.
+4ke5sted
+4ke5stei
+kes6tem
+4ke5s4ten
+ke3sto
+4kestri
+4ke5stru
+4kestu
+4kestø
+ke4s5un
+kes1v
+2kesy
+kes1å
+2keta
+keta6ka
+keta6le.
+5ketals
+k6etar
+ke3te
+5kete.
+4ketek
+7keth
+2keti
+2ketj
+2keto
+2ket2r
+kets2
+ket6t7enh
+ket8tes
+2ketu
+2kety
+kety6e
+4ketæ
+ketøy6s5
+2ketå
+2keu2
+ke5ur
+2kev
+kev2a
+keva8ne.
+5kevas
+3kevel
+kevi6sa.
+k1evj
+kev6ja
+kev4je.
+k3evn
+kev6ne.
+ke3vr
+kevæ8ra
+ke2yt
+6keæ
+2keø
+2keå
+1ké4
+két5
+2k1f
+k5fi
+4k5g2
+k3ge
+k5gh
+kgu4
+4k1h
+kh5ak
+k4har
+khe4o
+khjul8s
+kh6m
+ki3a2r
+k3ideo
+4kidol
+ki3dr
+k4ie2
+kie5re
+ki6el
+ki3er.
+2kif
+ki5g4
+ki6ka.
+kikk8s9
+ki1k8l
+ki3k2r
+kik4s
+ki8la.
+3kilde
+ki4le.
+ki5li
+4kilj
+kil9ja
+kil6le5st
+ki7loa
+ki4log
+ki3los
+ki4lov
+2kilt
+ki7lå
+ki8ma.
+ki4me.
+5kimo5
+ki4mol
+2k1imp
+kin9and
+ki4nark
+ki5nas.
+6kind
+ki5ne
+ki6ne.
+2kinf
+1king
+king5and
+kin3ge
+kin5ing
+2kinn
+kinnsi8da
+kinnsi8de.
+kinn4sp
+ki2no
+2kins
+kinsi6de.
+2kint
+kinti8me.
+ki6nu
+2kinv
+kio4
+4kiol
+7kios
+2kip
+ki5pe
+ki4p5l
+kip5pe
+kip2s3
+1kir
+ki5re
+ki5ri
+4kirs
+ki3se
+ki5sko
+ki3smu
+ki1s2p
+ki5stav
+ki5str
+ki6ten
+ki7ti
+5kito
+ki4ton
+4kiu
+k6iv
+ki4vek
+ki4v5enh
+ki6vi.
+kiv3s
+kj2
+3k8jan
+kjap5pe
+6k7jarn
+kje7fj
+kje7f6r
+4kjegg
+3kjeld
+kjel7leg
+5kjemas
+3kjemp
+6kjenk
+kje9ny
+kje1s
+kje6t5r
+kjet5t
+6kjor
+kju5le.
+kju5len
+kju9r
+3kjærl
+k5jødi
+1kjøp
+3kjøri
+kjø4tr
+2kk
+k1ka
+k2kab
+kk3aft
+k2k1ak
+k2k3al
+k2kam
+k4kanb
+kk5and
+k8kand.
+k6kanden
+k4k5ang
+k4kann
+k4kao
+k4karb
+k6karg
+k4k7art
+kkar6ta.
+k5kast
+k6kasu
+k6katt
+k2k1au
+kk1av
+k6kedo
+k4kedu
+k2kee
+k2keh
+kk1ei
+k5kel.
+kke6lei
+kk5e4lev
+kkel3t4
+kkelu4
+kke4luk
+kkel5un
+kke6nan
+k5ker.
+k4kerei
+k4kerel
+k6kerent
+k4kerig
+k4kerit
+kke5r6und
+k4kesa
+k5kesau
+k4kese
+k4kesi
+kke3s4l
+k4kesp
+k6kestad
+k4kete
+k5ketet
+k4ketø
+k4k9g2
+k1ki
+kk3ind
+kk3inf
+kk9inn
+kk3ins
+kk3int
+k2kir
+k1kja
+kkjek8
+kk5jent
+k4k5jern
+kkje7t
+kk5ju
+kk5k
+kkla4g
+kk3lan
+kk8lar
+kk7lau
+kk1lo
+kk1ly
+kk3læ
+k4kn
+kk5ne
+kk5ny
+kk6s5v
+k1kod
+k1koe
+k4k1of
+kko6lig
+kk5oml
+kk7oms
+kk9omt
+k6koo
+kk1op
+kko7s
+k4kosi
+k6kosk
+k4kost
+kk3ove
+k4kra
+kk5ram
+kk3rap
+kk3rea
+kk5rei
+kk3ren
+kk3res
+kkri6k
+kk3ro
+kkro8e
+kkro4s
+kk3ru
+kk4rus
+kk7rø
+kk7rå
+kk7s
+kks6al
+kk4sar
+kk5sed
+kk3s4ei
+kk4sin
+kk1sk
+kks4kj
+kks4l
+kk3sla
+kk7sle
+kk5sli
+kk3spe
+kk1s2t
+kks5tak
+kks7tep
+kkst4r
+kk8s7va
+kk5s4å7
+kk3t2
+kk5uk
+k4kuni
+k2k1u6t
+kk1v
+k2kvo
+k1ky6
+kkyl4
+kk5yr
+kk7yt
+k2k1ø
+k8køl
+kkø6r
+kkøy6
+kk1å2
+kl4
+6kl.
+4kla.
+4k5lagt
+2klak
+kla9ke.
+kla4mel
+3k2las
+k7lati
+kla4tr
+kleby7t
+3k4ledd
+kle4deb
+kle4des
+2kleg
+klei9e
+k7leik
+k4leiv
+k2lem
+5k6lem.
+7k4leno
+k6lerik
+kles7j
+kle5sno
+kle4sp
+kle5sti
+kles7s8
+2klet
+8klia
+4klie.
+4klig
+1k2lim2
+3k4lini
+k5linj
+1klip
+4klit
+klon7a8l
+1klos
+2klov
+k3lukt
+4klun
+klun5t
+k5lyd
+6k7lyf
+3k4lyng
+klyse7te
+k2læ
+klæ5res
+klø7na
+k6lør
+6kløs
+klø9va
+klø5ve
+6k1lån
+klå5re
+2k3m
+kmann6
+kmål2
+2k1n2
+3k2nap
+kna5t4re
+kne4b3l
+k4nedi
+5k2nee
+kne8se.
+k4nest
+kn5f
+3k4nip
+knippe6
+kni2t3
+3k2niv
+kno7g
+kno6kl
+5knop
+kno9ta
+kno5te
+3k2nu
+4k3num
+3k2ny
+kny4s
+k2nø
+knø9le
+kn3øy
+9koa.
+4ko1ak
+9koane
+ko7ar
+ko2b3
+ko3bo
+4ko3br
+ko5da
+4kodd
+ko4de.
+3kodek
+5koden
+2kodø
+ko3e
+3koef
+4koek
+4koel
+4koes
+4koev
+ko4g5eng
+kog9ger
+kog3l
+ko4gre
+kogst6
+ko4gu
+ko6gå
+2koi
+koi4e5ne
+ko7i6k
+ko1in
+2koj
+ko8ja.
+ko4ka.
+ko4kab
+ko4ke.
+ko6kel
+ko1ki
+kokk6o
+k3okku
+4kok4l
+4koko
+2koku
+kolba5
+2kole
+ko4leg
+ko4lei
+ko6lel
+ko4let
+ko4leu
+3kolle
+ko5lo.
+kol5p
+4koly
+2kolå
+1kom
+ko4ma.
+4komaf
+ko4me.
+6komg
+ko4mi.
+4komil
+4komisb
+ko4mise
+2komr
+4komse
+kom3sl
+kom5so
+kom4st
+4kom5t
+4komu
+4komå
+k6on
+ko4na.
+kon3d
+kon6dr
+kone5l6å
+4koniv
+kon3s2
+kon6s7v
+kon6ton
+ko4nu
+1ko1o
+4koom
+ko5pa
+ko5pers
+4kopet
+ko4pi.
+ko4pip
+ko4p9l
+4kopo
+kop5per
+2kopr
+ko1ra
+ko4ra.
+kor6da.
+kor4d3o
+kord5s4ø
+kor4du
+ko1r6e
+6koref
+4ko7rei9
+ko5rem
+ko7ret
+ko3ri
+ko6rik
+4korm
+ko5rol
+6korpa
+6korpe
+1kor3r
+kor4sal
+kor6s5inn
+kor4s5l
+kor6str
+kor4sv
+kor5tes
+kor6top
+kor4t5r
+kort5s4
+ko5ru
+ko6rume
+1kos
+2kosa
+ko6sa.
+ko4sed
+ko4sek
+5kosele
+ko5sen
+ko4ses
+ko9si
+kosi9d
+ko2sk
+ko1sl
+4kosmu
+2koso
+2ko1s2p
+ko6sta
+kost7as
+kos6t5ers
+kost5j
+4kosø
+kotes7
+ko5t4i
+4kotil
+4kotr
+ko6tre
+kot2s
+kots5tr
+kot4ti
+kott4s
+kotts5t
+4koty
+2kou4
+kout3
+kou7ta
+ko1va
+kover7e
+4kovr
+1kov4s3
+4koø
+4koå
+6k1p
+kr6
+k3rad
+1k4raf
+5krag
+3krakk
+krani6e7n
+6krank
+3krans
+4krap
+kra9se
+7k8ra4sj
+kras5s
+kra4to
+kra4u
+1krav
+4kred.
+3kredi
+4k1reg
+kregi3
+4krei
+krei9e
+krei5s
+6krek
+kre4kli
+2krel
+k5rela
+4k3renn
+4krent
+6kreo
+k5repr
+5kreps
+5kresj
+4k3ress
+kreta9
+6k7retn
+k4rets
+k3rett
+2krib
+4krif
+7k6rig
+krig6s5
+kri9ga
+4krik
+kri5ke
+kri4kj
+krik6ka
+1krim
+kri4me
+3k6rins
+krin6s7t
+kri2p
+1k2ris
+7krisene
+k2rit
+3krite
+6kriv
+k2ro
+kro5b4
+kro5de
+k3rofo
+k4rofor
+krok7k
+k6roni
+k5ronl
+kro4nom
+k4rop
+krop9n
+kropp4
+k4rost
+kro9t8e
+kroten9
+kro3v
+kru3i4
+krum3
+kru5sa
+krutt5i
+kru3tr
+2k5ryg
+kry7pa
+kry5pe
+kry4pi
+3krys
+krø5ke
+6k5rør
+krø3v
+4kråd
+krå8da
+kråe6
+5kråk
+krå5le
+krå9m
+krå7ne
+k1sa
+k3sa.
+k2s3ad
+ks3alt
+ksa5me
+k3sane
+k4sans
+k4s3ant
+k3sar.
+k7sara
+k6s3ark
+k7sas
+k1sc
+k2sed
+k2see
+kse6ge
+k2s1ei
+k5sekt
+k5sela
+kse5lev
+ksen5to
+k4serf
+ks3erk
+k5serol
+k4sesa
+k4ses6k
+k4se3sm
+k5seso
+kses4p
+k5sess
+kses6sel
+kses8serie
+kses4sp
+kses4st
+kse6te.
+ksfø4
+k5sia
+k2sif
+ksi5ko
+ks3ind
+k3sing
+ksi7ni
+ks3inn
+k4s3ins
+k7sio
+ksi3st
+k4siti
+ks9kab
+k6s3kal
+k6skio
+ks1kj
+ks5kl
+ksko7na
+ksko5ne
+ks1kr
+ksk8u
+ks9ku.
+ks7kua
+ks8kut
+ks1k6v
+ks1l
+ksla8ga.
+ks5lo
+k7s6lu
+k8s7lug
+ks5løs
+kslø8va
+kslø8ve.
+k5s4mak
+ks4mel
+ksmå
+k5s4no
+k7s8nø
+k1so
+k6s7oa
+k6sod
+k4sog
+k4somb
+k2s1or
+k2sot
+ks1ov
+k3spal
+ks3pek
+ks5pio
+ks3pir
+kspor6t5r
+6k6s5pors
+ks1pr
+k8sr
+k3spy
+kss6
+ks3sm
+k5stad
+k4stak
+ks3tal
+ks5tant
+k7s8vak
+ks6tav
+kste4da
+ks4teg
+k3stei
+k4stek
+kst3ev
+kstev6ne.
+ks4til
+k4stin
+ks1tj
+ks1tr
+kst6ran
+ks4t5rek
+k6stren
+k6strer
+ks4tri
+ks4tro
+ks9tum
+k5stus
+ks3tyv
+k2stå
+k1su
+k6sun
+ks1v
+k9s8vake
+ksva8ne.
+ks5veg
+k7s6vert
+k5s4vin
+ks5w
+ksy8na
+ksy8s7m
+ks5ær
+ksø4ke.
+k6s3øl
+ks1å
+k3så.
+k4såp
+ksår4
+ksåt4
+6k1t
+k5ta.
+kta7f6
+k4tag
+kta6ka
+k4t3aks
+k4takt
+kta6la.
+k4t3ana
+kta9na.
+kt3anl
+k4t3ann
+k4tanv
+kt3app
+k9tar.
+k4t3arr
+k4t3art
+k6tass
+k5tast
+k6t7atl
+kt5avh
+kt5avk
+k6t3avl
+k3ted
+k4teda
+k6tee
+k4tefø
+kt5e4ge
+k2te5i
+k6teka
+kte5le
+k6t5elsk
+kt5e4lit
+ktem8
+kt7emn
+k4t3enh
+k9ter.
+kterie5n
+kterie7ns
+kter5s6
+k7tes.
+k6tesa
+k6tese
+kt5eske
+ktes6ke.
+kt5esti
+k4t5e4ta
+k4tete
+kt5evn
+ktev6ne.
+k5tib
+k3til
+k4t3ins
+k5tir
+ktis5t
+kt7i6te
+kti6v7end
+k2tja
+kt7ju
+kto9a
+kt5off
+k6togram
+k4toli
+k2tom
+kt5omf
+k2t1op
+k9tor.
+k7tora
+kt5ord.
+k5tore
+ktori9e8
+ktor7s
+kt1ov
+kt3ral
+k2t1re
+kt2ro
+ktro5s
+k2t1ru
+kt4s5amb
+kts5ar
+kt5sek
+kt7sem
+kt4s5er
+kt6sin
+kts5kra
+kt5sku
+kts4kv
+ktsle6ge.
+kt6sok
+kt4spa
+kt5spre
+kt4sta
+kts6ton
+kts5top
+kt4stå
+kt3t8
+ktu9er.
+k4tuk
+kt7und
+k2t1ut
+kt7yrk
+ktyr8ke.
+ktør7
+ktør8e
+k6t5øs
+kt1øv
+k2t3år
+ku2a
+ku9an
+ku4be.
+ku3bj
+2kud
+ku4dal
+ku4er.
+kue4r5a
+ku4et
+6kuf
+ku4f3l
+6kug
+k5u4gr
+ku7is
+kuit6
+6kuldi
+kuld3r
+ku4led
+ku4leg
+ku6lei
+ku4lem
+ku5len
+ku4let
+ku4lev
+ku5li
+ku6li.
+3kull
+1kult
+ku4man
+kumen6tal
+ku6mi
+kum2s
+3kumu
+1kun
+kund5s6l
+2k1ung
+kun4ge.
+k6unn
+ku4o
+1kup
+ku4pe.
+kup4pl
+ku7ra
+ku4rek
+ku8r7o
+ku7r6op
+kuro8pa
+1kurs
+kur6sk
+kur4sp
+kur4s3t
+kurs3v
+kur3t
+ku5ru6
+kuru9ken
+kuru7ker
+1kurv
+kur4v3i
+1kus
+5kus.
+ku7sa.
+kus5a6k
+kus5ar
+5kuse
+ku4s5el
+ku4ska
+ku7s6pe
+kus3t
+6k1ut.
+ku1ta
+4ku5te.
+ku5to
+ku6t7r
+2kuts
+1kuu8
+kuøy6
+kv2
+kva8ke
+k4vali
+k6vard
+kvari6e5n
+5k6vart
+kva9se
+kve3d2
+kve7e
+k6veil
+kvei9se
+1k4vel
+kve5la
+4k3verd
+5kvern
+kverns8
+2kves
+kves5t
+7k6via
+4kvid
+3k4vie
+kvi4ene
+kvi5er
+kvi7la
+3kvinn
+kvi5se
+7kvist
+2kviv
+1kvo
+k1vog
+6kvok
+k4vot
+k2vu
+4k3væ
+k1vå
+k7we
+k5wu
+ky5a
+ky6el
+4kyf
+kyf5le
+2kyg
+ky4leg
+2k3yns
+kyn6skjer
+ky2p1
+ky4p5r
+1kyr
+kyrie5ne
+kyr8ke.
+ky8sa
+4kyse
+ky6se.
+kyse8te.
+ky3skr
+kys6sk
+1ky4st
+kyst3a
+kys4tel
+2kyt
+ky6ta.
+kyte3s
+k1æt3
+1kø.
+kø2ar
+1køe
+kø4en.
+kø2er
+6k1øk
+kø4le
+k1øn
+køn6skjer
+k3ørr
+køs4
+kø5se
+køy7ar.
+k7øyd
+køy4e5ne
+1k6øyr
+4kåke
+kå3le
+kån8da
+kå5ne
+kå4pe.
+kå7pen
+kå9ras
+kå1re
+kå1ri
+kå2t5
+k5åt6t
+1la.
+2laa
+la1b
+4laba
+la6bl
+1labo
+2l3abon
+4laby
+4lad.
+l6ade
+la4dem
+4ladg
+ladi9e8
+2ladm
+2ladr
+lad3s4
+1lae
+2laei
+4laent
+4laep
+2laf
+la3fl
+4lagg
+lagi4
+6lagne
+la2go8
+lag5om
+la2g1r
+lag5san
+lag4sj
+2laha
+2la1in
+la5ka
+la4ke.
+4lakj
+l2akk
+la2kr
+l7aksj
+l5aksl
+4lakt
+lakterie6
+la5kø
+2lal
+l1alk
+la5mab
+4lamb
+la4mes
+la4met
+la3mo
+l8a8mu
+4l3anal
+lan2c
+lan6das
+lan6deb
+land3r
+l6a3ne
+3lane.
+4lanet
+lan6gel
+lan4gem
+lan6germ
+lan4gr
+lang3s4
+lang4s5e
+lan6g5ø6
+4lanl
+4lann
+l3anno
+la4nor
+6l5ansi
+lan5ti
+4lanv
+l3anvi
+2lao
+la6pal
+la7pi
+la8pl
+lap5sa
+lap5sen
+lap5s4i
+1l8ar.
+6l7arab
+2larb
+l8are.
+4l7area
+la9red
+la5rem
+l6aren.
+4larena
+lare6t
+la6r7eta
+5larf
+la7ria
+lariar
+lari6e7n
+4l3arki
+l2arm
+lar3n
+6l7arr
+4lart
+lar6ta.
+lar7vet
+la6sc
+la5se
+lasi9e
+la2sk
+7laskj
+4lasm
+la5smi
+4la4sp
+las6sak
+las6sam
+las6sat
+las6sel
+l6ast
+4lastr
+las3v
+la1ta
+lat5ang
+6latau
+la4teg
+lat6ek
+la4teno
+late5s4
+la5ti
+la6ti.
+4latm
+la1to
+lat7ra.
+lat9ran
+lat5rar
+lat4t5is
+lat4tra
+latt6u
+lau7a
+2laud
+laue6
+4laun
+4laur
+lau7se
+lau6st
+2laut
+2lav
+la4v5al
+la4vel
+l5avh
+lav5inn
+6lavs
+7lavå
+1law
+la6y5
+2l1b2
+lba3de
+lba4k
+lba5ke.
+lba4ne.
+l5be
+lbe9na
+lbe8re.
+l4boa
+l6buh
+lby4e
+l5bå
+2l1c
+l4ce.
+6ld
+l7da.
+ld5aks
+ld5akt
+l9dand
+lda6t5o
+lda6t5y
+l2deb
+l5den
+l2de5o
+l2dep
+l3der
+l7der.
+lder7a
+l4derek
+l6derik
+l6derklæ
+lderle9g
+lder5s6te
+lder6s5ti
+l4desh
+l6destr
+l9dé
+ldis7k
+ldo9a
+l8d5oks
+l2dol
+l4dore
+ld5ovn
+l3drak
+ld3ran
+ld5ras
+l6dre.
+ld7regn
+ld5rer.
+l8dres.
+ld1ri
+l7dry
+ld1rø
+ldse8
+ld4sek
+ld4sel
+ld4ses
+lds1k
+ld4ska
+lds4kj
+ldsla8ga
+lds6leg
+lds4let
+ld4s9m
+ld5s4om
+lds3tr
+ld6tus
+ldø2
+ldø5d
+ldø5l
+ld7øy
+1le
+2lea
+le7ag
+le3ak
+le1al
+lea5la
+3leas
+le5at
+2leb
+le4bem
+le6bosta
+5lebæk
+lec4
+2leda
+5ledar
+led4dø
+4ledeb
+le4dem
+6ledep
+le5der
+le3des
+2ledo
+3ledop
+5ledov
+le4dro
+le5dry
+led1s2
+6ledu
+4ledy
+2ledø
+4le3då
+2lee
+6leei
+6lefa
+lefa6ne.
+4l1eff
+2lefi
+4lefl
+4lefor
+4lefot
+2lefr
+l1eft
+6lefy
+4lefø
+6legap
+5legas
+3lege
+le4ged
+le9gen
+le4gera
+le9geran
+le9geras
+le4gero
+le4geta
+le4gev
+7leggi
+le3gi
+6legif
+4legj
+2le1g2l
+le4gol
+4legre
+leg3s4
+2legu
+2legå
+2leh
+6lehal
+6lehamr
+6lehan
+6lehau
+6lehave
+le3ido
+l6eie.
+lei5ende
+lei4e5ne
+l6ei8et
+leig6d
+lei4ger
+lei7ger.
+lei4get
+leig4h5
+leig6na
+leig8ne
+2lein
+le3int
+lei6r7u
+leis7t
+l6eit
+2lej
+2leka
+le4ka.
+6lekan
+lek6e
+le3ki
+2lekj
+lekk7s
+2lek2l
+2lekn
+lek4na
+2leko
+2lekr
+4l3ekso
+4leksp
+lekt5ord
+lekt4s5t
+2leku
+2lekv
+4lekø
+4lekå
+2le3la
+8l9eld
+2lele
+l3elem
+4l5elg
+5lelig
+2lelo
+3lels
+4l3elsk
+le1lu
+4leluk
+l5elv
+2lely
+4lelæ
+2lelø
+lelø6pa
+4lema
+le3me
+le8me.
+4lemet
+8lemetrisk
+8l9emn
+lem8na
+2lemo
+lem9ped
+lem5pes
+3lemr
+lem4si
+lem4s5ø
+2lemt
+lem5ti
+2lemu
+6lemy
+4lemø
+2lemå
+le4na.
+le4nal
+4lenav
+lend8a
+len9dan
+6lenden
+l6endre
+4lendri
+4lened
+4lenem
+4lenev
+l4engd
+len4g5r
+leng9u
+le5ni
+4leniv
+lensa4
+len4s5ak
+4lensem
+len5ses
+len4sta
+len4tam
+len4tr
+len8t9ra
+2lenø
+4lenå
+2leo
+5leol
+2lep
+le5pa
+le4pel
+le8p9enden
+le2p3j
+le8pla.
+le4ple
+4lepo
+4leraba
+4leram
+le2r3amb
+ler5d
+l8ere
+le9re.
+6lerea
+4leref
+4lereg
+4le9r8ei
+4lerek
+le5res
+4lereso
+4leresu
+4leret
+4lerev
+9leri.
+7lerie
+le6riei
+le7rina
+le4riv
+4l5ernæ
+le5ro.
+4lerom
+6lerope
+le3ros
+4le3rot
+7lers.
+lers4p
+ler7te
+le1ru
+4lerus
+leru8se.
+2lery
+5leryr
+2lerø
+2lerå
+5l6es.
+le4sab
+4lesam
+7lesar
+4lesau
+2lesc
+le5sed
+le4seg
+4lesek
+le5sen
+le3ser
+4leset
+4lesho
+le6si.
+4lesig
+le7sing
+les5inn
+4lesit
+4lesju
+le7skap
+le4s3kj
+6leskol
+le6sk9u8t
+4lesla
+2lesp
+6lespal
+les3s6
+lesse6ne.
+4lesta
+9lesta.
+7lestal
+le5sted
+le5steg
+le5stel
+le4stim
+le3sto
+4lestrø
+4lestyr
+4lestø
+4lestå
+4lesug
+les1v
+le5s6vi
+4le5sy
+4lesø
+5lesøy
+3let.
+le4tab
+6letak
+leta8ka
+leta8le.
+l5e4tas
+5lete.
+6letea
+4leteg
+4letek
+le5ten
+6letenk
+6le7tep
+le5ter.
+4letes
+2le3ti
+l5e4tik
+2letj
+2leto
+2let2r
+le7tre
+le5t4ri
+3lets
+let6sj
+lets8k
+let6tea
+let6tr
+lett3s4
+2letu
+le4tv
+2lety
+lety8e
+4letø
+8letå
+4leul
+2leun
+l1eur
+2leut
+le4ute
+2lev.
+le6vad
+le6valu
+le4ved
+4leveg
+4levei
+4levek
+6levern
+4le4vev
+levi6d
+lev5n
+2levo
+lev1r
+4levs
+4levæ
+lex1
+4leø
+2leå
+5lée
+1lér
+7lét.
+7lè
+5lê
+4l1f
+l4fa.
+lf5ant
+l5far
+l5fe
+lf3f
+l5fig
+l5f6in
+lf5ja
+l7fje
+l6f3nul
+l4fom
+l4fut
+2lg
+l6gaf
+lga8le.
+l4g5alt
+l4g3ana
+lga5t
+lga4ve.
+l2ged
+l4gela
+l4gele
+l2gem
+lge3na
+lge4r5an
+lge4rap
+lge5ri
+lger5un
+l4gery
+l4gesl
+l6ge7sp
+lg5g
+lgie8n
+lg1lo
+lg5ly
+lg5n
+lg3ob
+lgo2d
+lg1ok
+lg1om
+lg5ov
+lg3ref
+lgr9øy
+lg3s2e
+lg2sk
+lg5s4kre
+lgsle9g
+lg5s4tr
+lgu4l
+lg3un
+lg3ur
+l1gæ
+lg5ø
+l6gå.
+lg5år.
+lgå8va
+lgå8ve.
+8l1h
+lha8ka.
+lhav6s5
+l5hj
+1li
+li1a
+li4ala
+li2am
+li5ans
+li4as
+liba5
+libe5ro
+libi5
+libie6
+liby5e
+li4dak
+li4ded
+li4do.
+2l1idr
+lid3t
+li4ene
+li3er.
+li5ers.
+lie5s
+3lif
+4lifat
+lif5f
+3lig
+li4ga.
+li4g3an
+li4gar
+lig9art
+li8gas.
+li4g5enh
+li4get
+5lign
+li4g3re
+lig3se
+lig3s4i
+lig3sl
+lig3s4p
+lig5s4ti
+lig5str
+li2gu
+4lih
+li5kan
+li9kar
+li7kas
+li5kee
+li3ken
+li5keså
+li9ki
+likk3o
+li1k2l
+9likn
+liks4t
+li5ku
+6lila
+8l5ild
+li3le
+lil5lebe
+lil5let
+li4mar
+li4mas
+li6mate
+l6ime
+li4me.
+4limh
+limp3r
+lim7r
+lim9u
+li4na.
+4lina6l
+lin6c
+linch5
+5l4indr
+4lindu
+lind3s4
+l5indus
+li4ne.
+li3ne6a
+li6nem
+2l1inf
+lin4g3j
+ling5l
+ling7sen.
+5lingv
+4l5inju
+lin5kes
+lin5kle
+lin4kv
+2l1inn
+lin5net
+3linni
+6linns
+6l5inntr
+li4nor
+l4inse
+5linsk
+4l3inst
+4lint
+2linv
+li6n5ø6
+lio4no
+lion5sp
+lion5sv
+li5o6s
+2lip
+lipes4
+lipp4s3
+li9rar
+li4rek
+4lisak
+li5set
+lis4kl
+2liso
+4lisp
+lis6sp
+lis7tan
+lis6terk
+lis5ti
+4lis6til
+list3o
+li6s8tr
+list7rø
+lis4t3u4
+li4st5y
+listyr8ke.
+li4tee
+li4tek
+li4ti3a
+li4tid
+li4tig
+li4til
+li4tim
+liti5st
+li4tiv
+lit5j
+6litn
+li5to
+li2t1r
+lit5rer
+lit6tele
+lit6terk
+lit6term
+litt5s6
+li5ty
+7liu
+li6va.
+li4v3ak
+liv5eg
+livi5e
+liv2s3
+2lj
+l1jan
+l1jar
+l4jarb
+ljar5s6
+ljas4
+l4jed
+l6jee
+l2jei
+l2jek
+lje3l
+lj9elv
+l1jen
+l3jer.
+l4je1s
+l5jes.
+ljes4t
+l5jet.
+l4jete
+l5jete.
+l6je5t6r
+l2jev
+l5jé
+l1ji
+3l2jod
+ljo8e
+l4jom
+lj5ori
+3ljos
+lj5un
+l7jur
+lj7ut
+ljø3
+l5jøs.
+6l1k
+l3ka
+l5ka6l
+lkali9e8
+lk4an
+l6k5b
+lk4e
+l3ke.
+l2ked
+l5kedal
+l3kede
+lkeei4
+l6keh
+l5keleg
+l3ken
+l7ker.
+l4kera
+l4keri
+l4k5ers
+l4ke3ru
+l5kestad
+l5ket.
+l5kets
+lk2l
+lk4li
+l5k4lu
+l6k5nin
+l6ko.
+lko9ma
+lko9sa
+l2kot
+lkras5
+lk5ri6k
+lk4ser
+l4k3s2h
+lk1s4t
+lku4le.
+lku8t
+lk9ute
+l6kveg
+lkå1
+2l1l
+l5la6a
+ll6a5f
+l2lak
+ll1al
+l4lami
+l5lane
+ll3anl
+l4l5ano
+llans4
+ll5ansk
+ll7apa
+llap3s
+ll4as
+ll5asp
+ll5aur
+llau6re
+ll7avl
+ll5avr
+ll3d2
+lle5a
+l5leak
+lle8da.
+lle4d3r
+l3lee
+l2lef
+lle5gev
+lle5gr
+l5leha
+l5leho
+l5lehå
+l4l5eig
+l4leki
+l6l5ekst
+l4leli
+l2lem
+llen6da.
+ll5enden
+l4lendr
+l6lendt
+l4lenk
+l5l8ens
+l4lentu
+l4lenu
+ll5eple
+l6l5e6rik
+l4lerob
+ll6es
+lle4so
+lles5pr
+lle5stø
+l5let.
+l4leta
+l5lets
+llet6tele
+l8letæ
+l2leu
+ll5even
+lle7vev
+l5levå
+lle6y
+l2lé.
+ll7g2
+lli1e
+lli5e4n
+l9lig
+l2lim
+l4l3ind
+l4lins
+ll3int
+l9lint.
+l3lip
+l4lir
+lli6sen
+l4liv
+ll1j
+ll7k2
+ll5m
+llmue9ne
+llmu7ens
+llmu9er
+l5lo.
+llob5
+l2lod
+l4l3off
+llo5id
+ll5oks
+llo2m1
+llom5s6
+ll3op
+ll5opp
+l2l1or
+l4loso
+l6lote
+ll5p
+llra7n
+ll4sak
+llsa6me.
+ll4sem
+lls5end
+llsk4
+lls6kar
+lls5kv
+ll5skå
+lls5lag
+ll3smy
+lls4no
+lls4te
+lls6tig
+lls7øk
+ll3t4
+llto4e
+l8lua
+l4lu4e
+l4luf
+ll7ug
+llu4k
+l8l7uka
+l4l3uke
+l6luks
+l5lum
+l4l1un
+llun6ge.
+llu4pi
+l2l1ur
+l3lus
+l2l1ut
+ll1v4
+llva8n
+lly4se.
+l4løk
+ll5øks
+llø6pa.
+l4løve
+ll7øy.
+ll5øya
+ll3øye
+lløy6er
+ll5øy6n
+ll1å8r
+ll3å2s
+2l1m
+l5ma.
+lm3anm
+l4map
+l4marki
+lm3av
+lm7b
+l4m3els
+l4melu
+lm5e4po
+l4m5erf
+lme7ri
+lme7sti
+lme5t4r
+l5mil
+lmi8le.
+lm3ind
+l5ming
+lmini6
+lmin7ne
+lm3ins
+lm5int
+l7mis
+lm5l
+lm5m
+lm1op
+lm1s
+lms6j
+lm5s2p
+lm3t
+lmu4le.
+lm3ut
+lmyr8ke.
+l4mø.
+l6m5øs
+lm5øy6
+lmøya9
+lmå6la.
+lm5å4r
+l4m5ås
+2l1n
+l2nab
+l3ne
+lni4u
+l7ny
+lo1al
+7loane
+lo1a4r
+5loar.
+2lob
+lob5by.
+lob9byan
+lob9byar.
+lob5bye
+lo2bl
+lo2d3a
+lo3de
+lo4d3ri
+lod3s4m
+lod7ste
+lod7s6v
+lo6d5u
+6loeng
+6lofj
+3loft
+1log
+lo5ge
+lo6g5e8v
+lo4gir
+log2o
+lo3gop
+log8res
+lo6g5ro
+log5sa
+4loh
+lo5id.
+lo3ide
+lo1in
+3loja
+lo1ki
+lok4ko
+lok6kul
+2lo1k4l
+4lokon
+2lok7s4
+lok8se.
+lo1k4v
+lole6ge.
+2lolj
+lolo9
+l5omdr
+lo4m5in
+lom4mel
+lomst9r
+lo4nal
+6lond
+lo5ne
+lon4g3r
+lo4nit
+lon7skj
+2lop
+lo3pa
+lo4pea
+lop5pa
+5l4opt
+lo1ra
+2lord
+lor6da.
+lo1re
+4l1org
+lor4g5l
+lorie6
+lo1ro
+lo7rød
+lo7sa
+lo6sek
+lo4ses
+lo5sev
+los4kle
+lo1sl
+lo7sp
+2lost
+lo9tes
+lo8ti.
+lo3to
+4lottet
+lo1un
+1lov
+lov7ald
+lo3van
+lo9vand
+lo7vane
+lo3var
+lo3ve7d6
+l6over.
+love5re
+l5overn
+6l5overs
+6l5overt
+7lovo
+lov3sa
+2l1p
+l7pa
+lpa5re
+lpas5
+l4pedo
+l4pee
+l2pei
+l2pel
+l5peleg
+l3peli
+l4pelin
+l3pesm
+l4peti
+l2peu
+lp2h
+lp2i
+lpin3e
+lpi5ne.
+lp2l
+lpo6et
+l4put
+l5q
+2l5r4
+lra8da
+lradi4u
+lra6ne.
+lre4de
+lre4i
+lre8ka
+lre8ke.
+lre8va
+lri8ma
+lri4ve.
+lro8de.
+lro6pa.
+lro8sa.
+lro4se.
+lrot5s
+lrø6re.
+lrø5v
+lrå8da.
+lrå4de.
+8l1s
+l2sad
+lsag6
+ls5ald
+ls4am
+l7sana
+lsan6ke.
+l4s5ano
+l4s3ans
+ls5ark
+l4sat.
+l4scu
+l3se.
+l2sed
+l2see
+ls3eid
+ls5eig
+l4s3ele
+l4s3elv
+l2sem
+ls5emb
+l4seno
+l7ser.
+lse2s
+lses5ku
+lses3l
+lses5pa
+lses5s
+lse8s5tr
+lse4te.
+l2seu
+l6sev
+l4sf
+l2sh
+l5sig
+l5sik
+l6s5ill
+l4sim
+l5simu
+l4s3inn
+ls5jakk
+l5sjef
+ls3jeg
+ls3jen
+8lsk.
+ls5kabi
+l4s5kan
+ls5kari
+lsk5art
+l6s5ke
+lskif5
+l2s3kild
+lskinn6
+lskinns5
+ls1kjed
+ls3kjo
+l6skl
+lsk3læ
+ls3koa
+ls5kor
+ls3kov
+l4skra
+ls8ks
+lsk5un
+ls7kva
+ls3kvi
+l4skå
+ls3kåp
+lskå6pa
+l2sl
+lsla4ga
+l7slagn
+lsle6ge.
+ls5lo
+l5s4luk
+l6s5løs
+l2sm
+l5smør
+lsmå6la
+l2snu
+lsok3
+ls5ond
+lson6de.
+l2s1or
+ls7o6se
+l5sot
+ls1ov
+l2spa
+l9speg
+l5spei
+l9spel
+l5spi
+l4spr
+l5spred
+ls3pri
+l8s7s
+l4s3tak
+l4s3tal
+l6stank
+l6ste.
+ls4ted
+l4steg
+l3ste4i
+ls4tel
+ls5terr
+ls6ti.
+ls4tie
+ls6ton
+ls5tren
+l9stri
+l2su
+l5sub
+l3suk
+ls1un
+l2s1v
+ls7vea
+ls5vee
+lsve8en.
+l6s5vek
+lsve7re
+l4svik
+ls6vind
+l4sør
+l2s1øy
+l2s1å
+2l1t
+l4taa
+l4taf
+lt3akt
+l3tal
+lta4la.
+l4t3alb
+lta6lev
+lt3anl
+lta6no
+lt3art
+lta4st
+lta8tes
+lta4t3o
+ltat3r
+lt3avk
+l5tavæ
+lt9b
+l3tede
+l4teka
+lte6ma.
+lt4en.
+l4t5enh
+lt3epi
+l4teras
+l4t5erst
+ltesa8me.
+ltid6s
+l4tiet
+l2tif
+lti6g5
+l2tik
+l4tina
+lt3ind
+lt9inn
+lt3ins
+l4tivi
+l2t1ja
+ltle8ge.
+lt9n
+lto9ar
+l3tog
+lto4s
+lt3ost
+lt2r
+l3tra
+lt3reg
+lt3rei
+l6treko
+l6t5rel
+l6t7rem
+l4trens
+lt3res
+l5t4rest
+l5trev
+l4t5rit
+lt3rol
+lt3rom
+ltro8pa
+l5tros
+l4t5rød
+l5trå
+lt1s2
+ltsa8me.
+lt5s4i
+lt7s6t
+lt2s3v
+lts4vi
+lt7t8
+lt3und
+ltu4ra
+ltur5e6
+ltu5r6en
+ltu5r6er
+ltur5s6
+ltur5å6
+l2tut
+l5tv.
+ltva8la
+l3tvs
+l4t5w
+l3ty
+lty8d
+lt7øl
+lt3øv
+lua8r
+2lub
+lub6band
+lu6bri
+lu5c
+lu7ere
+1luf
+3lugar
+lu7go
+lui6
+luid6er
+1luj
+4luk.
+lu4ka.
+4luket
+luk6keri
+lu3kr
+5l6ukt
+4luly
+l4um
+lu6mel
+lu2mo
+lum6sk
+lu4mø
+lun5d4r
+lu4ne.
+lun4gel
+l7u2ni
+lun5ne
+3lunsj
+4lunt
+lu6o
+lup4s
+lu2p3u
+lur2e
+6lurei
+lu5ren
+lu5ri
+6l5urn
+lur8na
+lur8ne.
+lur8ta
+1lus.
+lusa5
+lu7sak
+lu6sel
+lush7e
+lu2s5k
+lus4o5
+lus4sid
+lus4s3t
+lus1t
+lus2t3r
+luta3
+lu3ta.
+lu7tet
+6lutf
+4lutg
+luth
+3lu5t6he
+lutla9
+lut6m
+lu1to
+lu4t5r
+2luts
+lut4tal
+lut4tap
+lut4t5at
+6lutv
+1luv
+lu4va
+lu4ve.
+lu9ven
+lu9ver
+8lv
+l1va
+l4va.
+lva6k
+l4vakti
+lva6la
+l4va4m
+l4vana
+lv8and
+l7var.
+lv7asa
+l4v5ass
+lve3d4a
+lve5i6s
+l4vela
+l4vele
+lv4en
+lve9ne
+l9ver.
+lve9rau
+l4veru
+l4vesk
+lve5sl
+l7v6et.
+lve5str
+l9vé
+l1vi
+lvi8ene
+lvi9er
+lvi6ka.
+lv9im
+lvin5g6r
+lv3iro
+lv1j
+lvly8se.
+l6v3n
+lv1of
+lv9op
+lvo8re.
+lvor4s
+lv5o4v
+l6v5p
+lvra8r
+lv9ri
+lv1s2
+lv5se
+lv7s6k
+lvs6l
+lv9ta
+l5vøe
+lv1å
+l3våg
+lvå4p4
+lvå6r
+l5w
+ly1a
+2lyb
+ly4d7r
+ly5e
+lyes3
+ly4gel
+ly5g6l
+ly8is
+2lykj
+lyk6keri
+ly5ku
+ly7kv
+6lykø
+ly5l
+ly5me
+2lymp
+ly2n3a
+ly4ne.
+ly4n5il
+lyn3s2
+2lyo
+ly5ok
+ly3pe
+ly1r8
+ly8ra.
+ly6re.
+6l7yrk
+ly4sa.
+ly4s5a4k
+lyse6te.
+lysk4
+lys3kj
+lys9kl
+ly2s1l
+4lysp
+lyst9ra
+6lysy
+ly8ta.
+4lytek
+ly4teri
+lyte5s
+l5y4tin
+ly1tr
+ly3ve
+l3z
+l6z5b
+1læ1
+læ6ra.
+læ5rar
+lær4arm
+læ4re.
+lære3i
+læ3rer
+læ4re3s
+læ5res.
+lær6sv
+læ6ta
+1lø
+lø3de.
+lø4del
+lø5dem
+lø4er
+løk5kj
+4l1økn
+2løko
+lø4k5r
+l5ø6l
+lø9me
+lø2na
+løns5t
+løp6s5
+5l4ørd
+lør5k6
+lør5n
+4l5ørr
+5løs.
+lø2sa
+lø5san
+lø5ser
+løs3k
+løs3s
+2løt
+lø9ta.
+lø3te.
+lø4teg
+løva9r
+6l7øv8d
+lø4ve.
+lø3ver
+lø5ves
+6løy.
+4løya
+2løyd
+4løye
+løy8ed
+løy5el
+2løyf
+løy4g
+løyg5e
+4løym
+6l5øys.
+løy5ter
+lå6gal
+lå6gre
+lågs4
+lå4gå
+2låi
+lå1k4
+lå6ke.
+lå9me
+lå2m5o
+lå2n
+6l5ånd
+lån2s1
+2låp
+l1åp9n
+2lår
+lå8ra.
+lå9rar
+lå5ras
+lå3rin
+lå1ru
+lå6sa.
+lå1sk
+lå6sko
+lå4s5l
+lå4ste
+lås7ten
+lås5ter
+lå5su
+lå3te.
+lå4teg
+lå4tek
+lå8ti.
+4lått
+lå4ve.
+1ma
+2maa
+3maa.
+ma3ar
+2mab
+ma5br
+ma3che
+mada5me
+ma4del
+ma3dra
+m6ad9s
+4maef
+4maek
+7maene
+2ma1f
+3mafia
+3mafr
+6mafrå
+ma8ga.
+ma4ged
+ma4gel
+ma4ges
+3magn
+ma2gr
+2mahe
+ma4is
+ma4ja
+2mak.
+ma5kab
+4makad
+ma4kes
+mak7ke
+4makl
+mak6le
+ma4kot
+mak2r
+ma3kre
+mak5ron
+mak4tal
+4m3akti
+mak4to
+makts4t
+ma1ku
+2ma1kv
+ma1la
+ma7leb
+ma6leng
+ma4let
+mali9e8n
+mal5l
+ma4lov
+mals4
+mal4t5ek
+mal3u
+mal3å
+4mamer
+ma3mo
+m4an.
+ma3nak
+m3anal
+6manam
+4manav
+man8ce
+man4dom
+man4don
+ma3ne
+m4anf
+man5g4a
+m6ange
+4mangr
+mania8
+2manl
+m3anle
+4manm
+5m4ann
+man4nem
+manns5l
+ma4no
+2mao
+4mapa
+2mapr
+4marb
+mar5d6
+7mare.
+6mareg
+ma3rei
+ma7rel
+5ma9ren
+ma5res
+3mar4i
+mari8e9ne
+ma3rin
+m4arka
+4markit
+mar4kv
+mar5m
+marmo9ra.
+mar7n
+ma1ro
+ma4ro6p
+mar3s4h
+mar7sl
+mar5te
+ma4ry.
+ma6rå
+4masel
+ma5set
+mash3
+ma4sia
+ma4sik
+ma4sis
+6masju
+mas4ki
+4masko
+4masp
+mas4see
+mas6set
+massø9
+7mast.
+ma5stem
+4masto
+4ma5str
+2masy
+m6at
+ma1ta
+ma5tad
+ma3te
+ma4te.
+ma6ted
+ma4tel
+7maten
+7mater.
+6matera
+7matet
+6m7atfe
+4matil
+7matil.
+ma1to
+ma1tr
+4matra
+ma4t5ras
+ma4t3re
+ma6t7rom
+mat3s2
+mats8l
+mat5ta
+m8at7t8r
+2mau
+mau4k
+mau7l
+ma1un
+5maur
+mau7su
+2mav
+ma6ve.
+ma5ven
+m7avh
+m5avk
+ma4ze
+ma3zo
+2m1b
+m4bao
+mbar3d
+m2bea
+m4beb
+mbe9da
+m4bedø
+m2bef
+m2bek
+m4beli
+m2bem
+m4bena
+m4beo
+m4bereg
+m4bero
+mbet2
+mbi6ar
+m2bib
+m3b4l
+mboe2
+mbo4end
+mbo5er.
+mbo5ere
+mbo5id
+mbo5n
+m4bop
+mbo5re
+mbo9t
+mbu7ar.
+mbu4e
+mbue7re
+mbus5
+m1c
+m6co
+2m1d2
+m3de
+md7om
+1me
+2mea2
+me5al
+mea5m
+2meb
+2mec
+meck4
+4medat
+2medb
+5mede.
+me4ded
+med5ei
+me7den
+me7det
+4medf
+me3di
+4medik
+4medir
+2medm
+me6dok
+4medom
+2medr
+me6dret
+med1s4
+4medu
+me6dun
+me5d4us
+med5v
+7medve
+2medy
+4medå
+me7e
+2meef
+6meek
+2meel
+4mees
+4meev
+2mef
+m3eff
+6me2ga
+me7gal
+2megr
+2megu
+4meh
+mei2e
+meie5n
+m1eig
+me3ild
+me3ind
+mei5ni
+me7isk
+4meiso
+2mej
+4meki
+4mekj
+2mekk
+me2k1l
+me3kn
+4meko
+2me5k8r
+4meks
+mek5t
+6mekte
+m2el
+4mela
+me5l4aks
+5melane
+5melar
+me3le
+me4le.
+4meled
+4melei
+4melek
+6m5e6lem
+me4l5eng
+4melik
+4melis
+4melit
+4meliv
+mel5le
+mello6m3
+4melok
+4melov
+mel4si
+mel2s3j
+melsk4
+mel5s4t
+mel7tr
+me1lu
+mel5v
+melvi6
+2mely
+2melæ
+4melø
+4me5l4å5
+2mem
+me6mo.
+4m5enga
+men5k
+menle6ge.
+m6enn
+men4ny
+me4nom
+me4nor
+men4si
+men3sm
+men5spl
+men5te
+men6tek
+men4tom
+men5tr
+me4nyt
+2me3o
+me6os
+2mep
+5mer.
+me6rab
+4merad
+me4ra5l
+me4r5ant
+mer5di
+4mered
+4mereg
+4merei
+4merek
+4merel
+me6rense
+me3res
+4meress
+mere6t
+m4eri
+4me5rib
+meri5ke
+5merin
+merle7g
+mer9n
+mer5os
+5mers
+mer5sk
+me3run
+mer5und
+4merus
+2mery
+me2r3ø
+2merå
+me4råk
+5mes.
+2me5sa
+4me5s4h
+2mesj
+2me1sk
+mes5ke
+2me1sl
+mes6le
+4me3so
+2mesp
+5mess
+7mest.
+4mesta
+5meste.
+mes4ti
+6me7sto
+mest3r
+me5stro
+6mestrø
+4mestrå
+4mestu
+4mesu
+2mesy
+2mesø
+4metab
+4me9tap
+me4tar
+me3te
+4meteg
+4metei
+4metek
+4metel
+4metep
+4metil
+2metj
+4meton
+me4t3ra
+me4tre
+met5ren
+met7rer
+met5res
+met5rik
+me4tru
+4metræ
+2metu
+4metv
+2mety
+2metø
+4metå
+2meu4
+7m4eu3s
+2mev
+meva8n
+2meø
+2meå
+2mé
+2m1f
+mfa9ra
+mfar8ta
+mfav5
+m2fek
+m6f3ess
+m4fi.
+m4fibr
+m2fit
+m5fru5s6
+m5funn8s5
+mfu6se.
+2m5g6
+m4ga.
+m4gi.
+mgå8va
+mgå8ve.
+2m1h
+mhea4
+m4hu.
+1mi
+mi1a
+5mi6al
+mia2n
+9miane
+7miar.
+2miav
+mi6c
+miche6l
+8m9idé
+2midi
+mid5j
+mid3s4
+mid4t
+4mi3ele
+mi3er.
+mie9s8
+2mi5f
+5migraf
+2mih
+2mii
+4mij
+mik6h
+4mikj
+2miko
+mik5ro.
+mik5ron
+mik5sa
+6miku
+mi4la.
+mile6t
+mil7eti
+mi4lev
+mi7li
+4milin
+mil6s5v
+4milæ
+2mim
+mi8ma.
+5mimo
+m7imp
+mi4na.
+mi5nar
+mi4ne.
+mi4n5ers
+4m3innh
+4m3inns
+6minnt
+min2s
+min3sp
+mins4t
+mi3nu
+m4inv
+mi4n5y
+mi7ov
+2mip
+4misa
+mi4san
+mi3se
+4misek
+4misel
+9misé
+misha9ge
+4mi7si
+mi2sk
+mis4ko
+mi3s4la
+mis9le
+7mism
+mis4s5k
+mis4s7p
+mista9k
+5mis7te
+mis4tra
+4mistu
+2misy
+4miså
+6mita
+mi3te
+4mitj
+4mito
+2mit6r
+mitt3s
+mi5ur
+2miv
+mi5vå
+m6ja.
+m6jan
+m5jar.
+m7jarn
+2mje
+m7je.
+m1ji
+m8jingan
+m8jingar
+8mjo
+mju7ke
+1mjø
+mjøs5t
+2m3k2
+m4ko.
+mkro5
+mku6le.
+mkå8pa
+4m3l
+m7la
+mla6ga
+m2lef
+mlei5er.
+m2lek
+m2lel
+m2lem
+m4lera
+mle6se.
+m4lesk
+m6le5s8v
+m4leta
+mle4ve.
+ml6i
+ml5ja
+mly6se.
+mlø6pe.
+mløy3
+2m1m4
+m6mai
+mma5kl
+mmal5
+mma8le.
+m4mam
+mmando5
+mman6dol
+m5mar
+mmar7in
+mmar7o
+mmatik7ka
+m4medø
+m2meg
+m2mei
+m2me3k2
+m4melu
+m6meni
+m4menu
+mmer5t
+mme4run
+m2me1s
+mmest6
+m5met.
+m4meta
+m4meti
+m4metra
+mme5t6re
+mme3u
+m3mé
+m4mia
+m7mian
+m2mib
+m4mid
+mmie6n
+m2mik
+mmi5sk
+mmi5so
+mmi3st
+mm5n
+m3mu
+mmø2
+mmå8la.
+2m1n
+m2nee
+mn7eid
+m2ne9l
+mne4ra
+m5nese
+m4nesk
+m4nesta
+mnes9tie
+m9net.
+m4nete
+m2nev
+m6nip
+mn7sk
+1mo
+3moa
+mo2ar
+4moba
+5mode
+mo3dem
+mo5di
+mo6di.
+2mody
+3moe
+mo4en.
+m1off
+mofo6bi.
+mo6gi
+5mogl
+mo5go
+m5ogs
+4moh
+2moka
+mo8ka.
+mo8ke
+mo1ki
+mo6la.
+mo3le
+mo4le.
+mo7le6s
+4molt
+mo3ly
+m5om.
+4momf
+2momr
+mom4s5ø
+mo5ne
+mo4nisa
+mo2no
+mon1s
+mon4ste
+mon5t6
+2mop
+5mo1ra
+mo4ra.
+mo4rar
+mo7rar.
+mor5d6e
+4mordl
+mor6d5r
+mo3re
+mores7
+m2ori
+mo4ri.
+mo6rid
+4m3o4rie
+mor4kl
+morla8ga
+mo5rok
+mo4rom
+mor4si
+mor4skj
+mor7sky
+mor4sp
+mo1rø
+mo9sen
+mo2s7k
+mos4o
+6mostab
+4motap
+mo4te.
+mo6te6g6e
+mo4tei
+mote7kl
+mo5ter.
+mo4tes
+mo5to
+4motr
+mot7re
+mot1s2
+6motsagd
+motsva5
+mot7t
+mour5
+3mo3va
+mo5w
+8m1p
+m4pana
+m4p5anta
+m4pee
+m4pelot
+m6pena
+m6pep
+mpera8te.
+mpe5res
+m6peress
+m4p5erfa
+mperi6e7n
+mpes2
+mpes6te
+mpe4sti
+m5pett
+m2pe5u
+mp3id
+m4pinje
+m8pla.
+m3p4lan
+mp5le.
+m6p5lin
+m6p5n
+m6p5ob
+mpoe4
+m4poeta
+m4pog
+m6pok
+m2pop
+mp3opp
+mp1p8
+mp3rad
+mp5ret
+mp3rop
+mpro8pa
+mp1s
+mp3sek
+mps4p
+mp5s6t
+mpun6ge.
+m9pur
+mp5ut.
+mp5ys
+mpø5
+m9på.
+m3q
+2m1r6
+mro8sa.
+mro6se.
+mru7te.
+mrø9de
+m9rår
+6ms
+m5sa.
+ms1ak
+ms5ant
+m1sc
+mse5lu
+m9s6ei
+m4sem
+m4s3eng
+ms5e4pl
+m4serv
+mse5s
+m5s6etn
+mse6t7jare
+mse8t9jas
+msi6e
+ms4ing
+ms3inn
+m4s5ja
+ms5kab
+mska9k
+ms6kin
+msk5ing
+ms3kor
+msk8u
+ms3lan
+ms6lega
+ms9lua
+ms3lue
+ms4ly
+m2sm
+m1s2n
+ms9ne
+ms5no
+ms3næ
+m1so
+m4soms
+ms3ori
+ms1ov
+ms3s2
+m4s3tal
+m8s7te.
+ms7tea
+ms2ti
+ms5tilb
+ms3tim
+m1sto
+m4s5top
+m5s6topp
+mst5ord
+m8strand
+m5strane
+mst5red
+ms5tref
+mst5ren
+ms5trik
+ms4tru
+ms3unn
+msu9ta
+msu7ten
+ms1v
+msva9ra
+msva5re
+m3s4vet
+ms3ynd
+msø4ke.
+m4s5ør
+ms1øy
+ms1å
+2m1t
+m3ta
+mt4b
+mtbe6
+m2tee
+m2teg
+mteks7
+m6te7kv
+m4tel
+m6testu
+mti9a
+m9tida
+mti5e
+m6tien.
+m6tif
+m2tik
+m6tini
+m4tiø
+mtiør6
+m5to
+mt4r
+mt6ve
+mt4vin
+mtå5
+1mu
+mu6a
+m1u2b
+mu2e
+mu3el
+mue7r
+mues1
+2mug
+mug5l
+mu4he
+mu2k
+8m9uka
+4m1uke
+mu5la
+mu4leg
+mule6s
+mull2
+mull6s7
+mul6tiv
+4muly
+7mum
+mu3mi
+mum2s
+mun2c
+munes6
+4mung
+mun6ge.
+6m5univ
+mun3k
+munn5s6
+mun4t3r
+mu6ra.
+mu4re.
+2murn
+murs4
+6murt
+m2us
+mu4se.
+mu4ses4
+mu4sé
+mu2s3k
+muske6l5a
+must4
+mus5tan
+2mut
+3mu1ta
+mu8ta.
+mutsa8la
+mut7t6r
+2m1v
+mvak5t
+mva6la
+mvari6
+mveg5s4
+mvi7e6
+mvi6se.
+2mw
+1my
+my5a
+myg4ga
+my3ke
+myk4kes
+myk3l
+my8kr
+my2ra
+my9ran
+my9rar
+my1re
+my4re.
+4myrk
+m5yrke
+my4r5u
+mys3
+my6sa
+my4se.
+my4so
+my4te.
+mytt6s5
+5mæ
+mæ6la.
+1mø
+møb3l
+mø7des
+mø6e
+mø9ens
+møkk6a
+m3økn
+2møko
+mø6na
+mø4ne.
+møne9s
+mø8nest
+6m5ønsk
+mø2o
+3mørke
+mør4k5r
+mør5sm
+mør3ø
+mø5se
+7møt
+mø9tas
+mø4tere
+møt9t
+2møy
+møy9ar
+m5øys.
+1må
+2må.
+må5a
+6måenh
+må7g2
+må1k
+må4ka.
+må4ke.
+må4kes
+m6ål
+må5lar
+må4le.
+må6led
+måle3i
+målø6pe.
+må4ne5s6
+må9nese
+må8pa.
+må4pe.
+må7pl
+2mår
+måra6r
+må1re
+må1ro
+må1ru
+må1s4
+må6tak
+6måtf
+må5tr
+må3tø
+1na
+na6ans
+2nabo
+7na7bortr
+na6bot
+4naby
+na4ded
+na8dem
+nadi4
+n3adop
+nad2s1
+4nadv
+8naf
+n1aff
+nafo7r
+na3fr
+naf7t
+na8ga.
+na3ge
+4nagen
+nag3s4
+nagså5
+na7gø
+6nah
+4nair
+2nak
+n6akk
+nak7ka
+nak6ko
+5nakl
+na1kr
+n1aks
+nak8sa
+nak8se.
+8n1akt
+nak6ta.
+na7kv
+na9lag
+na6lare
+6nalarv
+na7leg
+na4l3ei
+na4lek
+nal5epo
+na4les
+na4l5ett
+na4lev
+nal5g
+nal6ge.
+na4lil
+nal6lag
+nal4løp
+nal3op
+nal5s2
+nal3t
+na3lur
+2naly
+na2l5ø
+4nalå
+na3lå5r
+5nam.
+na7mere
+na5mes
+na5mo9
+5nams
+2namø
+9nan.
+4nana
+n3anal
+n6ane
+nanfø8
+4n5angr
+nan5k
+nan6ke.
+4n3anl
+6n5anle
+nan4ne
+na4n5o
+n4n5ans
+nan4sin
+nan4skj
+nan4s5t
+4nany
+na7o
+na5pe
+nape4s
+nap3s4
+n4ar.
+na4rap
+2narb
+nar5dr
+4narea
+nar7ei
+4na5rek
+nari4e5n
+7nariksk
+4narkiv
+6n5armé
+6n5arme
+nar8ma.
+nar5s
+nar8ste
+2nart
+nar6ta.
+nar5ti
+nar7v
+nar5ø
+nasa3r
+na4sas
+nas7h
+8nasik
+na4ski
+na2s5t4
+nasta5
+8nasu
+na1ta
+nate8k
+na7tem
+4natl
+4natom
+natori5e6
+nat8ra
+nat3sp
+nat6tak
+nat6tea
+naty5
+2nauk
+naus6p
+na6va.
+4navd
+6navf
+2navg
+2n3avh
+na1vi
+4n5avk
+4navl
+nav4les
+3navn
+6navo
+4navr
+n1avs
+4navt
+4n1b2
+n5ba2
+nba3d
+nba9ser
+nben4s
+nbo5et
+n6buf
+n6butr
+nbyr5
+nbø9le
+nbø6n
+n1c
+n5ca
+ncel5
+n3che
+nch3ei
+n6cot
+n2cy1
+6nd
+n7daa.
+n6dabi
+n4dad
+nda5f
+n7dag4
+ndags5
+n4daks
+n3dal
+n4dalf
+n4d5all
+ndals3
+n4dark
+n6d3art
+n8dask
+nda5tal
+nd5d4
+n3de.
+nde5a
+n2deb
+n2ded
+n5defi
+nd1ei
+nd4ein
+nd6ek
+n4dekl
+n4deko
+n5d4e5l
+nde4le.
+n4delik
+ndel4sk
+ndel4st
+n2dem
+n5dem.
+nde5mo
+n5den.
+n6dener
+n5dens
+n2de5o2
+n2dep
+n4derab
+n4deras
+n4derei
+n4derim
+nd6erk
+nderla6ga
+n4desi
+n4dest
+n4desu
+n1dé
+ndi4en
+n4d3int
+ndi6sk
+nditori5
+nditorie6
+ndit4t5a
+nd3jer
+nd1ju
+nd5k
+nd4lem
+nd4lese
+nd4lest
+nd4lev
+ndo9a
+n6dob
+n6d5okk
+nd4om4s3
+n2doo
+nd1op
+n2dor
+nd3org
+nd5orm
+n6dote
+nd5rae
+n4d3ram
+nd3ran
+nd6rek
+ndre4ra
+nd5resen
+nd5rett
+nd1ri
+n1dro
+nd4sag
+nds3ak
+nd4s5amb
+nds5elv
+nds5ende
+nd4ser
+nd4sje
+nd4skj
+nds7kul
+ndsla6ga
+nds6lett
+nd7spu
+nd3s4te
+nds9teg
+nds5trek
+nd5stry
+ndta6ka.
+n6duf
+ndu3is
+n4dun
+nd3ung
+ndun6ge.
+n2dup
+ndu6si
+ndus7k
+nd7v
+n2dyg
+ndy1k
+n2dys
+ndy5sp
+ndø5l
+n2d1øy
+1ne
+2nea
+5neae
+nea4g
+ne7a6le
+ne5alp
+ne5als
+nea9m
+ne9a8r9an
+nea9ren
+ne1as
+6ne7av
+2neb
+3nebb
+4nebe
+ne4ble
+neck5
+2neda
+3nedal
+ned3d
+6n5eddik
+4nedeb
+4nedeg
+4nedel
+5nedg
+ne4di.
+nedi4s
+2nedo
+ned5over7
+ned1r
+ne6dre
+5neds
+ned3st
+6nedu
+4nedø
+ne5dår
+4neeg
+4neei
+2neek
+5ne4e4r5
+2nef
+n1eff
+n5eft
+2neg
+5negati
+ne3gla
+neg5lesp
+neg8r
+6negru
+6neh
+2nei
+n2eid
+nei8dan
+n5eig
+n2e1in
+n3eini
+5neir
+2nej
+2nek
+ne4ka.
+6nek2l
+ne3kn
+nek2r
+nek5rin
+n7ekser
+nek5t
+4nela
+nel3de
+4neled
+6nelegg
+7neleggj
+4nelei
+nelei5er
+4n3elem
+6nelê
+4nelid
+4neliga
+4nelis
+4nelit
+4neliv
+nel4lov
+nel7s
+2ne1lu
+4nely
+2nelæ
+2nelø
+nelø8pa
+4nelås
+2nema
+4n3emb
+4nemel
+4nemer
+6nemes
+2nemi
+nemie8
+6nemj
+nem6k
+5nemn
+nem5ne.
+nem7nel
+2nemo
+2nemu
+2nemy
+2nemø
+2nemå
+3nen
+4nena
+nen5at.
+6n5en6den
+6nendr
+nene4
+4nened
+4nenem
+ne3nes
+4nenesl
+4nenet
+nen5eta
+4nenev
+nen4ga.
+4n3enhe
+6nenhet
+4neni
+nen5se
+nent5ei
+6n3en5tr
+4nenu
+4neny
+4nenæ
+2neo
+5neo.
+ne5o4r
+7neos
+2nep
+ne5pe
+3n4er.
+4nerad
+6nerap
+3nerb
+4nerea
+4nered
+nere6de.
+4neref
+4nereg
+4nerek
+4nerent
+4nerep
+ne5res
+4neress
+4neresu
+4neret
+4nerev
+4nerfar
+4ner2g
+ner3ga
+ner3ge
+4ne3rib
+4nerik
+4nerit
+ne4ri9v
+5nerl
+nerla8ga
+n3erob
+6neroc
+ne7rof
+ne5rok
+4nerom
+ne5rot
+ne1r4ov
+n6ers.
+ner7se
+ner5s4i
+ners4p
+ners8ten
+4ne3rul
+ner5un
+2nery
+3neryr
+4nerør
+2nerå
+2nesa
+ne4sa.
+5nesar
+4nesc
+4nese
+6nesek
+nes6er
+5nesets
+nes5eva
+ne3si
+nes5ind
+4nesit
+2ne5sj
+ne5skam
+4ne5skar
+nesk4e
+4neski
+5neskins
+4neskj
+4ne5sko
+4neskr
+6nesku
+2nesl
+ne3sli
+ne7slø
+nes6mi
+6nesn
+ne7snø
+2neso
+3nesot
+2nesp
+nes6sam
+nes4stu
+5nest.
+4nestas
+nes9tas.
+nes9te.
+4nesto
+nes5tor
+4ne3str
+4nestu
+4nestø
+2nesu
+2ne1sv
+nes8va
+6nesy
+4nesæ
+5nesøy
+4ne5så
+neså5re
+3net.
+2neta
+4netaks
+neta6le.
+ne3te
+5nete.
+4ne3ti
+6netid
+2netj
+2ne5to
+6netom
+2net4r
+3nets
+net5s4p
+nett3a4
+net6tel
+2netu
+ne4tv
+4nety
+4netå
+netå5ker
+2neu
+neu1r
+ne5us
+ne6va.
+ne4ve.
+6ne8vent
+5nevik
+nevi8sa
+3nevn
+nev1r
+ne4y5t
+2neø
+4neå
+1né
+4néb
+4néd
+2néf
+6néh
+2nél
+4ném
+6néo
+2nép
+5nér
+4név
+4néå
+4n1f
+nfall4
+nfalls5
+nfan5t
+n6foa
+n4fob
+n4fole
+n4fom
+n4fora
+nfor9en.
+nfos4
+nfø5des
+nføy8ed
+6ng
+n8g8ad
+n4gaf
+n6gag
+ng1ak
+ng5and.
+n8gan8da
+ng3ank
+n4g5arm
+n4gart
+ng5art.
+n5garta
+ngar5u
+n2gat
+ng5ato
+nga4ve.
+ng7avi
+ngd4
+ng4ded
+ng4del
+ng4dep
+ng3dr
+n4geda
+n4gela
+n3gen
+n4gena
+n7gene
+n4g3eng
+n6geno
+n4genu
+n3ger
+n4geret
+nge5run
+n2ges
+nge3sl
+n4geta
+n2ge7v
+ngfø4
+ng5g2
+ng5id
+ngjen5g
+ng1l
+n5glem
+ng4lu
+ng7n
+ngo4d
+ng5odd
+n7goe
+n3g4ok
+n8g7o8m
+ng9ome
+ng5ond
+ng7o6pe
+n2gor
+ng5ord
+ng3ork
+ngos6p
+n2got
+ng3ra.
+n5grad.
+ng5rand
+ng7rea
+ng3reg
+ng3ren
+n4grend
+n4grer
+ng5rest
+ng3ret
+ng3rev
+ng3rid
+ng3rin
+ng7ro.
+ng9roa
+ng7roe
+n5g6ros5
+ng3råd
+ng8sa.
+ngs5elv
+ng4sem
+ng4ses
+ng2sj
+ng2sk
+ng6skj
+ngs7leg
+ng5sløy
+ngsmå6la.
+ngs3ne
+ngs7tep
+ngst5rid
+ngstyr8ke.
+ngs9tør
+ng3und
+ngu5ru.
+ngvi4s
+ng5ye
+n1gø
+n2g1øy
+ngå8va
+ngå8ve.
+4n1h2
+nhat5
+nhet4s
+1ni
+ni1ak
+ni1a2n
+nian5dep
+ni2bl
+4niby
+4nibå
+4nicr
+n8ida
+ni4del
+ni7dele
+n5idé
+ni6do
+nid7r
+nids4
+nid5st
+4nieg
+ni1el
+7ni3e2n
+ni3er.
+nie5ri
+ni7ers
+ni5ert
+4n3i4fr
+ni5gla
+ni9glo
+2nih
+8nij
+ni3ke
+2nikj
+4ni5ko
+2nikr
+4nikv
+ni5l4i
+5nilu
+4nimar
+4nimas
+4nimo
+2nimp
+ni6n7al
+2n1ind
+4ninf
+ning3o
+nin5gr
+ning6s5
+ningse4
+nings5te
+2n1inj
+n1inn
+4ninnb
+4ninnh
+4ninns
+4ninnt
+2n1ins
+2n1int
+2ninv
+5nio.
+nion2
+nions3
+4niop
+7nios
+4ni5ov
+ni4pet
+ni9pet.
+ni9pets
+ni2pl
+nip3li
+nip5si
+4nir
+nir7kel
+4nisem
+ni5set
+nis5im
+4ni3skj
+nis4k3o
+ni9sol
+niso5ne
+niss4
+4nistas
+6nistat
+nis5tik
+4nistil
+ni3str
+4nisty
+4nistø
+6nisu
+6nisy
+n4it
+ni3ted
+6nitj
+ni4tog
+ni4tos
+nitt4r
+nitt4s3
+nitt6sk
+4nitu
+ni3ty
+nit5z
+nitær6e
+2niub
+ni4umf
+2niut
+4niva
+2nive
+niv5ei8
+4n5ivo
+niv3s2
+6niå
+4n1j
+n6jah
+njav9
+n2jed
+n5jede.
+n4jee
+n6jei
+n2je1s
+n3jes.
+n2jet
+n3jet.
+njet6r
+n5jett
+2nk
+n1ka
+n2kak
+nk3aks
+nkal5l
+n2kau
+n4kedo
+n4keer
+n4keh
+nk5eie
+nkel5s
+nkelt3
+n4k5enh
+n8keno
+n4k5erfa
+nker4st
+n4ke1s4
+n6ketø
+n1ki
+n4kid
+n4kie
+nk3ier
+nk5ind
+nk7inf
+nk3inn
+nk7int
+n5kj
+nk1k4
+n1kla
+n5k6lang
+n7k4lis
+nk3lok
+n1klu
+nk3ly
+n3klæ
+nk1lå
+n1knu
+n1kny
+n3ko
+n4kof
+nkofi8
+nk5oks
+nko5le
+nkol4la
+n6kot
+n6kov
+n1kr
+n3krav
+nk1s2
+nk4tak
+nk6tal
+nk4tin
+nkt3sk
+n1ku
+nku4le.
+nkuri9
+nkurie8
+n4ku6t
+nk9ute
+n1kv
+nk3ve
+n7kvit
+n6kvo
+n9ky
+n1kø
+n1kå
+nkå6pa
+4n1l
+nland9a
+nland6se
+n5le
+nlei7er.
+nle8ma.
+nli4en.
+n3lj
+nlu4e
+nly6de.
+nly6di
+nly4se.
+nlø6pa.
+n7lå
+4n3m
+nma4le.
+nmik3
+nmi8l
+nmini6
+nmo6se.
+nmusik7k
+nmå6la.
+4nn
+n2nad
+nn5ad.
+nn9aft
+nn5air
+n6n1ak
+n4nala
+nn5alg
+n4name
+nn4an
+nn5ana
+n9nane
+nna8ni
+n4n5ank
+n5nanl
+n6n7anta
+n9nar.
+n4nari
+n6nasi
+n4nask
+n2nat
+n2nav
+nn3avl
+nnbo9e
+nnbu9e
+nn5d2
+nndø4
+nndør3
+n5nea.
+n5neap
+n5nebar
+nnebe8r
+n5nebu
+n4nedi
+n2nee
+n6nef
+nn1ei
+n3neke
+n4nelo
+n3n4en
+nne6nat
+nne4n3o
+n9ner.
+n4nerel
+n4nero
+n7nes.
+n6nesj
+n5nes4la
+n4ne3st
+n5n6et.
+n4nesø
+n4nete
+n2nev
+n2ney
+nn3g2
+nnhø8re.
+n4nid
+nn3ide
+nni3e
+n2nim
+nn7inf
+n5nis
+nni4sj
+nni4s3t6
+nn7k2
+nnle6ge.
+nnlø6pe.
+n4no.
+nn5of
+nno2m1
+nn6oms
+nnomsy8na
+nn1op
+n2n1o4r
+nn7ord
+n4n3o4ve
+nn9r
+nnsa9ka
+nn4s5amb
+nns5and
+nns3ar
+nn5seg
+nnsei8g
+nn4s3em
+nn6s5enk
+nn4s3es
+nnse6te.
+nnsi7da
+nn4s3in
+nn4s5i6s
+nn6s5jak
+nns5kan
+nn5s4kli
+nns5op
+nns3or
+nnst6
+nn6s5tab
+nns5tal
+nns5telt
+nns4ten
+nns5tep
+nns7tin
+nns5top
+nn6s5tre
+nns5tro
+nns3tv
+nn4s5ul
+nns3va
+nn6s5vo
+nnsy8na
+nn2sø
+nns3øk
+nn3så5r
+nn7t4
+nnte6se.
+nnto9ga
+nnu1i
+nn6ung
+nn1ut
+nnvi4s
+nn1yn
+nny4t
+nn7øk
+nn1øv
+nn1å
+1no
+noa4g
+no1ak
+5noane
+no7ar.
+2nob
+nobe4l
+no4bl
+nob5le
+no3b4r
+no5co
+nodi4e5n
+3noe
+4noef
+4noei
+4noek
+4noent
+2nof
+n1off
+3no3ft
+n6ogra
+no5id
+no3in
+2nok
+no1ki
+nok8r
+nok6se.
+n3oksi
+no9le
+2nolj
+no6mid
+no6mik
+no4mil
+4nomj
+nom9m
+nom7s2
+5nomy
+non1s4
+non5t
+2noo
+2nop
+n1opp
+no1r4a
+no5ran
+no5rar
+no5ras
+nor4da
+nor6d5end
+4nordn
+nor4d5r
+nord3s4
+nor4dø
+no9ree
+no3rek
+no3ren
+no7ret
+nor5g
+3norge
+norges5
+n3o4rie
+7norit
+4nork
+nor6kla
+nor6kle
+n4orm
+normlø7se
+nor2s
+nors6ka.
+no3ræ
+no4sel
+no4ses
+nose8te.
+4nosp
+no3stj
+nostra4
+2nosy
+no4ta.
+no4te.
+note5i
+5notek
+no4tel
+no4tes
+not3s
+4noty
+4nou
+no1v
+no3ve
+4no5vi
+4n5ovn
+7nó
+6n3p2
+n5pe
+npo8ta
+n4påk
+n3q
+2n1r2
+n9ra
+nra8na
+nra8sa
+n3re
+n4reb
+nrei7e
+n6renem
+n6reo
+n6ri.
+nro6de.
+nro6t
+nry6
+nrå8da
+6ns
+n1sa.
+ns1a4d
+n5sag
+n5sakk
+n5sa4kr
+ns3aks
+nsak6se.
+6n5akti
+ns5akv
+n3sala
+ns3ald
+n6s5alp
+n5sane
+n4sanf
+n5s6ann
+n5sanse
+ns5ansi
+ns5ant
+n5saren.
+ns6arm
+n6sart
+n4sati
+n1sch
+n3sco
+nse9a8l
+n2sed
+ns5edd
+ns8ede
+n2see
+nse5ei
+nse6er
+n6sef
+n2seg
+ns5ege
+nsei6d
+ns5eie.
+ns9eig
+n4seks
+n4s3elv
+n2sem
+n5sen.
+n5sene.
+n4sener
+n9senes
+n4senet
+n4seni
+n7sens
+n3ser.
+n4sera
+nseri7e6
+n4sesa
+n4sesi
+n4se3sk
+nse3sl
+n4ses4p
+n4sest
+n6sesu
+n4se3s4v
+n4sete
+n9sets
+n2seu
+ns5fr
+n2sh
+ns3ha
+ns7he
+ns5hi
+nsi5de.
+nsi4ent
+nsi6er.
+nsin5d
+n3s4ing
+ns3inn
+n4sinte
+nsi8ra
+nsis7k
+ns3jak
+n4sjav
+n5sjef
+n6s5jord
+n4skan
+n6s5kauk
+ns7kele
+ns4kete
+n9skim
+ns5kir
+n5skis
+n6skja
+n6skjele
+ns5kjen
+n3skjæ
+nskog6s
+ns5kor
+ns3kro
+nsku9et
+n4skug
+ns5kuli
+n5skum
+ns1kv
+n5s6ky.
+n5s4kye
+n5skyss
+n5slang
+n7slarar
+ns5las
+nsle6ge.
+n3s4lekt
+ns6leri
+ns5lid
+n5slyn
+n1slå
+ns3mi
+n4smal
+n4s5mo
+n4smur
+n4smus
+nsmå6la.
+n5s4nar
+ns5nes
+nso4d
+ns1of
+n3s2ok
+n1sol
+n4sond
+nson6de.
+nso5ris
+ns1ov
+n3sovn
+nspa9ra
+ns5pels
+n5spet
+ns1pr
+n6spros
+n7spur
+ns7s6
+nsse4e
+nsså5
+ns4ta.
+n4stak
+n4stag
+ns5take
+n3stam
+n4stank
+nst5art
+nstar8ta.
+ns4tau
+n3s6ted
+n3s4tei
+ns4tel
+nste6ma.
+ns5tenk
+n6step
+n5s4tik
+ns5tild
+ns7tilf
+n4s5tils
+ns4tin
+ns4t3i4s
+ns1tj
+n5sto.
+n3stru
+ns7trøy
+n3stue
+n6stuk
+ns5tur
+nst3ut
+n1su
+ns1uk
+n4sung
+ns5vang
+nsva9ra
+n2s3ve
+ns9veg
+ns5verd
+ns5vern
+ns1vi
+n5s4vill
+ns4vind
+ns9vis
+n4svu
+n3s4væ
+nsy4d
+ns1yt
+n5søn
+n4s1øv
+ns5øya
+n5såpe
+nså7pen
+ns7ås.
+6n1t
+n5tab
+n4tagr
+nta4lan
+ntall4
+nta5na.
+n4t5and
+nt3anl
+nt4anv
+nt3app
+n7tart
+n6t5arvi
+nt6as
+nta5sia
+nt4at
+nt3avi
+nt5avr
+nt7avs
+n2tea
+n5teat
+n2tee
+n4tef
+n4tege
+n4tegi
+n7tegn
+n2tei
+nt5eini
+nte5ins
+n5teis
+n4teka
+n7tekn
+n4tekse
+n9teleg
+n5telig
+n5tell
+n4tels
+n9telt
+nte4ma.
+nt3emb
+nte4mis
+n5ten.
+n4te7na
+n5tene.
+n4t3enh
+n5tens
+n2teo
+n5teori
+n5tepp
+nt4er
+n5ter.
+n7terek
+n6terest
+nte6risk
+nteriø7ra.
+n5ters
+n7tes.
+n4tesel
+n4teta
+n4tete
+nt4e3u
+nt5e4va
+nt9g
+nti1a
+n4tiat
+n4tid
+n5tiem
+n4tig
+n4tikap
+n5tiki
+n4tikl
+nti5kli
+n5tile
+nti3lo
+n9time.
+n7times
+n4t3ind
+nti6net
+n6tini
+n2tio
+n2tip
+n4tisa
+n4ti5sti
+nt5l
+nt5n
+nto3a
+n2tob
+nt5omf
+nt5omn
+nt3oms
+n2t1op
+n5tor.
+n5to5re
+n6torg
+n2tou
+nt1ov
+nt6ran
+n4trep
+n5trer
+nt5resi
+ntres9kjare
+n4t3rin
+ntrol6li
+n6trom
+n6trul
+ntrøy4
+nt5skj
+nt5s6la
+nts2t
+nt3t4
+n6t7ub
+ntu9e
+ntu4l
+n2t1u2n
+n4t5uro
+n2t1ut
+ntva8la
+nty6e
+ntyr3s
+nt7år.
+1nu
+4nu.
+nu3an
+nu4av
+nuft4
+nufts5
+2nug
+nug6la
+4nu4h
+nuit8e
+nuk5
+nul9t8
+4nulu
+6nuly
+nu9me
+2n1un
+nun4ge.
+nuo2
+6nup
+nu3pl
+nu4re
+nu5sa.
+nu5sen
+nu7ser
+nus4k5l
+nus7l
+nuss4
+nu6st
+nus3ta
+2nut
+nu7ta
+nu3te.
+nute6r
+nut5eri
+n7utl
+nu6ume
+6n1v
+nva6la
+nvand5
+nverle9
+nves1
+n5vi
+nvi4et
+nvi4ka.
+nvi5ke
+n3vu
+nvæ8ra
+n3w
+1ny
+ny5ar.
+ny9ast
+2nyd
+ny4de.
+4nyef
+4nyg
+ny5ge
+5n6yhe
+ny3ke
+ny3k4le
+4nyko
+ny1lo
+2nyn
+nyn8da.
+nyn4de.
+4nyo
+4nyp
+ny8pa
+ny6ra.
+ny4re.
+ny7rev
+ny4ru
+ny1s
+ny5se
+ny9s6k
+nyst4
+nystu4
+ny3te
+ny3tr
+2nyv
+ny8va.
+ny5vak
+ny8ve.
+4nyø
+n1z
+1næ1
+næ8ra.
+nær9and
+næ8rast.
+1nø
+nø2da
+4nødd
+nødde5
+nød3sk
+nød5sto
+nø9dun
+2nøe
+4nøf
+nø1fl
+nø1fr
+nø7gr
+4nøko
+4nøks
+nø4le.
+nø9mo
+nø5mu
+nø3p4
+nø7ra
+nø6red
+nø1ry
+nø3se
+nø1sk
+nøs4l
+nø7te
+nø7tr
+n6øtt
+nøtt6r
+nøv4d
+nø3ver
+nøy1
+2n1øy.
+nøy8a9n
+n7øyh
+4nøys
+n3øys.
+nå6as
+1nåd
+nå5ded
+nå8en
+nå6et
+nå8j
+n1å2k4
+1nål
+nå2la
+nå5lev
+nå8ma
+nån6de.
+n1å4p
+nåp8na
+n1å6r
+nå2s
+nå5sa
+nåse4
+2oa
+oa5c
+o1af
+oa4k
+oak6kana
+oak4ku
+o1all
+o3alt
+o1a2m
+o3a6n
+o9and
+o1a6p
+oar6d7e
+oar4d5in
+oa4r5e4g
+oa4r5enh
+oa6ré
+oa4r5i
+oar5m
+oa9té
+o1au
+o1a4v
+2o3ba
+obakk8s
+obb4l
+ob4bo
+ob4b5r
+ob4b3u
+ob4e
+o4bea
+ober5et
+ober4s
+obers5ta
+obers5te
+o3bes
+2o3bi
+obi5e6
+1ob1j
+o1b2l
+ob5la.
+ob3le.
+ob3len
+o2b5li
+3oblig
+ob4lo
+o1b4o
+obo9a
+2obr
+ob5rar
+ob1re
+ob1ri
+3obser
+ob5st
+2obu
+2oby
+obyl5
+o5bø
+o3bå
+4oc
+ock5ers
+o5cy
+2o1d
+o6dab
+oda4f
+od7att
+odd5ei
+od4del
+od4dest
+od9do
+od4e
+o2deb
+o6d5ei
+o4deko
+o5deku
+o2dep
+oderle7
+o2des
+o5det.
+o5dets
+odie4n
+o4d3igl
+o4dj
+odko5
+od3oml
+od3ov
+o2d5re
+o4d3rø
+od3sk
+ods4ka
+od3s4po
+od5s4tol
+ods8t
+odu7s
+o4dy.
+o4dyb
+od5øk
+o5døs
+od5øy
+o2d1å6
+6o1e
+oe6f
+o4ein
+oek6s
+oe2l
+oe4mu
+oe2n
+oen5a
+o7ene
+oeng5d
+oen2g7r
+oeng3s
+oeng3u
+o5ens4
+o7ens.
+oen5t
+o3e4re
+o6erer
+oer8ma
+o3ersk
+o2es
+oe6sip
+oe6sit
+oes8ka
+oes8ke.
+o4etan
+oet2h
+oe5ti
+oev6ne.
+2ofa
+o2fa.
+ofag6a
+o4fara
+ofa4se
+o2fav
+o2feb
+o4fei
+o4fera
+o4fe3st
+o1fé
+off9and
+of4fek
+of5fes
+of6fia
+off5id
+of6fr
+of2fu
+of6fy
+2ofi
+o4fip
+o1fl
+of5le
+2ofo
+o6fra.
+of9ras
+of1re
+6o5fri
+of8sa
+of8se.
+6oft
+of4tel
+oft2s3
+2ofy
+2og
+o2ga.
+og7ank
+o4gare
+o2g7av
+o2ge.
+o4ged
+og1ei
+oge7na.
+o3get
+og4gera
+og4g5j
+ogg3s4
+og6g7u
+ogi3a4
+ogie2
+o4giev
+o2gif
+o6gig
+o4giko
+o2gil
+o2gim
+o2gin
+o3ging
+o2gi1o
+o6gista
+o6gi7str
+o2giv
+og5jer
+og7la
+ogly7
+og4ned
+5o4g5ni
+og6nel
+o5g6nos
+o2go.
+og6ra
+og4re.
+o4g3reg
+o4g3rei
+og4rer
+og7rett
+o4g3ri
+og3ryd
+o4g5rø
+og5rå
+ogs4a
+ogs6an
+og3s2e
+og1sk
+ogs4kj
+og5sl
+ogs4le
+og1s4p
+ogs5pa
+og5ste
+og3sti
+og4s5tj
+ogs4to
+ogs4tr
+ogs5t6ra
+og5stre
+og5sy
+5og5s6y4v3
+ogt6r
+5o4g5åt
+og1un
+og5ø
+og7ås
+2o1h6
+ohe5te
+ohm9a
+o4ho.
+ohø4
+oia4
+o1i2d9i
+o1idr
+oid5t
+oie4n
+oi5er
+oi6es
+oi5k
+oi4la
+o1im
+o3in.
+o1ing
+oi2n1o4
+o4insp
+oi6r
+o1is
+o2is.
+o6isa
+o2ise
+o4isi
+4o1j
+o8je.
+o4jo.
+o1ka
+ok7aft
+ok1ak
+oka4n5i6
+ok2ar
+ok5ark
+o3kas
+ok1ef
+ok5els5
+ok5elv
+o5k6en
+o4kesk
+o6kev
+o1kj
+ok4kand
+4okke
+ok6kera
+ok4ke5s
+ok3kje
+ok3ko.
+ok5kol
+ok4kun
+4okl
+ok8la.
+okla5m
+ok8le.
+o1klu
+ok7lut
+oklå5
+2okn
+okna8sa
+o3ko
+o8ko.
+ok8ol
+o4k3oms
+ok3omt
+oko5pe
+ok5opp
+ok3orm
+oko4s
+oko9se
+o6kov
+o1kr
+ok5reo
+o6kret
+o4k5ru
+oks4al
+oks4e
+ok4sek
+okse5kr
+ok4sem
+ok7sen
+ok6serin
+ok4ses
+okse9te
+ok5s4i
+oksi7da
+okst2
+oks6ti
+ok6s5vi
+oks6tr
+ok5ta
+3oktan
+ok3ti
+ok5to
+okto4r5i
+okt6r
+o1ku
+ok5u4k
+oku8le.
+oku6t
+ok7ute
+o5kva
+o3kvi
+ok5øy
+o3kå
+8ol.
+4o1la
+ola6ded
+ola8ga
+ol5anl
+ol3ant
+o9lar.
+o6larbe
+ola5t
+olber4
+olbo7e
+olbo7ge.
+ol4bol
+olbu7
+2old
+ol9dan
+ol5de.
+ol4dem
+ol4dest
+ol5det
+ol3do
+oldo7ve7
+ol5drev
+ol3dri
+old3s4kr
+2ole
+o5leaks
+o6leb
+o2led
+o2lef
+ol5eig
+ole5in
+o2lek
+o7leki
+o2lel
+olele6ge.
+o2lem
+o5lem.
+o5lems
+o7lene.
+o9lenes
+o4lenet
+o4leni
+o4leno
+o6lered
+o4leru
+o2les
+ole5sta
+ole5str
+o9let.
+o2lev
+o1lé
+ol4f5i
+ol4fj
+ol3g4e
+ol1g4l
+2oli
+o4liba
+oli9e6n
+oli7ert
+oli5ne
+3o6lj
+olke3s4
+ol4kese
+ol4kesk
+ol4kest
+ol2k3l
+ol9ko
+ol6ku
+ol5kv
+ol5la.
+oll3ak
+ol4lam
+ol7le.
+ol4led
+ol4lel
+ol7len
+ol4les
+ol6linj
+ol4log
+ol4lom
+ol5los
+ol4lov
+oll5over
+olls4t
+oll5sv
+ol2lu
+ol4løp
+ol6løs
+ol6løy
+ol2lå
+olme5s
+ol4mest
+ol4må
+ol9n
+2o1lo
+o4lo.
+o5loan
+o3loe
+o4lof
+olo3i
+ol5oks
+ol3oms
+ol3op
+o6l7os.
+o6l7o6se
+o6l5osf
+olo5ve
+ol4ped
+ol7so
+ols8t
+ol5sva
+ols5vik
+ol3ted
+ol5tep
+ol2tr
+ol6t7ra
+olt5re.
+olt5rer
+olt5ret
+o1lu
+olu5l
+o4l3ung
+olun8ge.
+o4l5ur
+ol5va
+ol1vo
+o1ly
+oly7d
+ol5ør
+o1lå
+2om.
+2oma
+om3ald
+o2ma2m
+om5ang
+oma4nif
+omann4
+oman5t
+om3ars
+omar7ø8
+om4as
+om1av
+omb6
+om4bet
+om4bis
+om3bl
+5ombod
+1ombu
+2ome
+o2m1ek
+o5meka
+o7menes
+omer6s
+o6mese
+o5met
+ome4tak
+ome7tar
+om1eu
+3omfan
+3omgre
+8omh
+o2mia
+o2mib
+omi3e4
+o4miek
+o2mig
+o7mikk
+o7mine
+om7inn
+om3in5s
+o4mio
+o2mir
+o4misj
+o4mist
+o2miu
+om1j
+2omm
+om6mat
+om4med
+om4metr
+3ommø
+2omo
+o4mofo
+om1op
+omo1v
+omp2
+ompa3t
+1omr
+2omre
+2omro
+2omru
+6oms.
+oms3al
+om4sek
+3omset
+omsko9d
+omsku9la
+om4som
+oms3un
+oms4ø
+omt2
+3omtal
+om4tes
+om3ti
+om3tv
+o2m1u
+o3mus
+omvæ8re.
+6omy
+omyr8ke.
+o2møk
+omø4r
+om5øy6
+o5må
+2on
+on3abo
+o4nac
+o6nak
+o4n3ang
+o4nap
+on3app
+o6narb
+o4n3arg
+o4n3arv
+onat5r
+o2n1a4v
+on5b
+on4dar
+onder6e
+ond3re
+on4d5ri
+onds4i
+o4ne.
+on5eie
+o4nele
+o7nell
+o2nem
+o3ner
+o4neru
+onesi6
+o4nesk
+o4ne3s8t
+o4nete
+o2nev
+on7f
+on7ga.
+ong3d
+on5ge.
+on6ged
+onges4
+on5gi
+on5go.
+ong2r
+on8gro
+ong9ros
+ongs4j
+on2gu
+on4gy
+on4g5ø
+o9ni.
+o2n3i2d
+oni1e
+o2nil
+on5ild
+o2nim
+oni6mi
+on3inf
+o6n7inn
+o2ni1o
+o4ni5p
+o6niso
+on3j
+on1k
+on5k6a
+3onkel
+on5k6i
+on4kle
+on5ku
+onle6g
+on5nad
+on3ni
+on5ny
+o4no.
+o5nor.
+o4no4v
+on3ove
+on4sh
+ons1i
+onsi3s
+onsi4v
+ons1k4
+ons7ke
+ons1l
+onsla6ga
+onstitue9ra
+onstitue9re
+onst5rum
+ons5und
+ons1v
+on4sve
+ons1å
+ont6a
+on3te
+on4ted
+on5ten
+on5ti
+on4tok
+on5tor
+ont2r
+on7ul8
+on5ur
+onu4sk
+o4n5ø4
+on6øy.
+on7å6
+2oo
+ood1s
+o1off
+oo2k1
+oo5k8a
+ook5es
+ool7a
+oo4m5i
+oo6mo
+o1o2p
+oopa8
+oop9an
+oo4pe
+oop5en
+oop5et
+o6opi
+o1o4r
+oor6da
+oo5s
+oo6sp
+o1o4v
+2op.
+2opa
+o4pab
+o2pak
+opan9d
+o4pa3re
+o7paren
+o4pasj
+o4pau
+o3pea
+ope1i
+opel6lø
+2open
+o4pena
+o9pend
+o4penet
+o7pent
+o2per
+6o3per.
+3opera
+ope6rar
+o7pero
+o5pert
+2opet
+o4peta
+4oph
+o1pi
+o4piek
+oping9s
+o4pir
+2opl
+o1pla
+o4p5land
+op3li
+op9lu
+op4na.
+op4ne
+2o3po
+2opp.
+4oppa
+op4p5art
+op4pas
+4oppe
+1oppg
+op4pi.
+op6pia
+op4pis
+opp3li
+3opply
+op6poe
+op6pr
+opp5rop
+opp5und
+opp1å2
+2o1pr
+op6re
+op7ru
+op7rå
+op6sa.
+o8p8si
+op2t1r
+o4q
+4or.
+o6r7add
+or3adr
+o2rag
+or1ak
+2oral
+or5ald
+o4r5alg
+oral4st
+or6alt.
+o3r4am
+o4rana
+o3rane
+o4rang
+o4rans
+or6ap
+or3att
+o4rau
+ora3uk
+or1a4v
+4orb
+orbit5
+or7by
+4orc
+orda9ta
+or3dea
+6ordel
+ord7e6pl
+or7dik
+ordi4s
+or4d5ise
+ord3it
+1ordn
+ordre8gi.
+ordsa6me.
+ords6e
+ord3st
+ordy9ra
+8ore
+orear8a
+orear8e
+o5rebra
+o8redi
+or1ei
+or1el
+o4rela
+o6reld
+ore6na.
+ore4ned
+ore4net
+or3enk
+oren3s
+ore6o5g6
+o6rerf
+o4rero
+ore1s2
+o5resc
+ores6te
+o4reta
+or9et8n
+o6retv
+o2rev
+2orf
+orfa6re.
+orfi7ne
+orfø9re.
+1or3g4a
+4orga.
+or3ge
+or5ger
+orge4s
+orgi6e5ne
+org4sk
+orha9g
+orha9le
+o1ri
+o3ria
+ori5b4
+ori4e5ne
+5orient
+o7riet
+o2rig
+ori7ka
+o6rim
+or3ind
+or3ink
+or3inn
+or3ins
+oriro8
+6oris
+oris4a
+6orit
+o4riti
+oriti6me.
+or5ka
+3orkes
+or5ko
+orko6se.
+ork7s2
+6orl
+orla7te
+or5le
+orm5ang
+or6map
+or5mel
+or4m3un
+ormæ9
+or4nar
+orned5
+orne6dr
+or5net
+or4nol
+orn3t
+4oro
+o3roa
+o3roe
+or3off
+o5rog
+oro5i
+o1ron
+or1op
+o4r1or
+oror9da
+o5rosa
+o5rot
+or3ove
+or5ovn
+orpe6s
+4orr
+2ors
+ors5alt
+or5sen
+or4serk
+orse9ta
+orse7te.
+or3si
+ors5kar
+orsk5ei4
+ors8k9l
+ors4ku
+or1s4l
+orsmå8la
+or1sn
+or3s2o
+orso9na
+orso9ne
+orso9v
+ors4pa
+ors4ten
+or1su
+orsva9re
+or3sy
+or9sø
+2ort
+or4t3ak
+orta8la.
+or4t5and
+orta9pe
+or4t5av
+orte5i6g
+or4tek
+or3tem
+or6t5erf
+or4t5erm
+or5tii
+or7til
+or5tis
+3ortod
+or6tok
+orto9ne
+orto4r
+ort5ori
+or4tou
+ort5res
+ort5råd
+ortå4
+or4t3år
+or1u
+oru8d
+or9ude
+oru4h
+o5rum
+oru4t5
+oruta4
+or4utf
+orva9ra
+or5veg
+orv3s
+4ory
+o7rya
+or1yn
+o9r4ære
+2orø
+or9ø8k
+orøk8t
+or5ør
+or3ø4v
+orøv8d
+or1øy
+or5ås
+2os
+o1sa
+o4sa5b
+o6sad
+o2saf
+o4saku
+6o5sau
+osbi7
+osefi5
+o2seg
+o5selei
+o2sem
+os2en
+o6sena
+ose5sl
+ose5sm
+oses4sk
+oses6sp
+oses4st
+o4seu
+osfa9ta
+os2hi
+os7his
+osi6e7ne
+osi5ere
+osi5ert
+o2s1ing
+osk3ei
+oskei6e
+o4skil
+osk9lar
+osk5len
+o1sko
+osko5p
+o3skri
+os8k3v
+os2l
+os3le
+oslo1
+os3lod
+os5lu
+os5lø
+os9ma
+os5me
+os3mo
+o2sn
+o3so
+os7ove
+os6pa.
+os6pe.
+os4pil
+os4por
+os4sek
+os3sem
+os5sens
+osseri7e6
+osse5v
+ossis5te
+os6ski
+oss3kj
+os4s5ko
+oss9l
+os6spa
+oss7tro
+os7sty
+os8sv
+ost5adr
+os5tal
+osta5le
+o8ste.
+os4teg
+ost5egg
+os4tek
+ost6el
+os5teo
+o4sti.
+o8stia
+o4stie
+o4stin
+os5tis
+ost1o
+os6tons
+ost5ran
+ost3re
+o3stro
+ost5rup
+ost7rå
+o5stø
+os1v
+os5øy
+os7år
+2ot
+o1ta
+o5tad
+ota4l5a
+ot5ald
+otal7ev
+ota4lov
+o9tane
+o9tar.
+ot3arg
+o8t9arm
+o5tas
+ote7d
+ot6ei
+ote5int
+otek5i
+ote6k7la
+otekla8ga
+ote4kle
+ot5elem
+ote5lev
+otel6lan
+otel6lek
+otel4li
+otel8lø
+o4tena
+o4t5ende
+oten8de.
+o2teo
+o4teram
+o4teret
+o6terev
+o4tero
+oter5s
+ote5r8u
+o4terå
+otes6ter
+ote5sté
+otet5a
+otet5o
+otet3s6
+otfø4
+oti7ert
+oti2k
+otika3
+ot7i6ko
+o1tj
+o6tja
+ot5jer
+ot6nero
+otno7te.
+ot6nå
+o1to
+o2to.
+o4to3a
+o5toa.
+o2tob
+oto6en.
+o6tof
+ot3off
+o6toga
+o6togram
+o4toi
+o2tol
+oto5ne
+oto4ral
+otor5d
+o2tot
+o2tou
+o1tr
+ot7red
+ot5rer
+ot5rev
+o6t7ri
+o6t5rom
+o6t5rø
+ots5el
+ot6sh
+otshusvæ8
+ot4s3ki
+ots6op
+otsopp6
+ots5pr
+ots5tab
+ot7ste
+ots6å
+ot6tank
+ot5tas
+ot5tegn
+ot6tenk
+ot5tese
+ot5tin
+ot5toa
+ott4s3k
+otts5po
+otts4ti
+ot7tug
+ot4typ
+o1tu
+o6t5ut
+o1ty
+oty8e
+ot1yt
+o1tø
+ot7å
+oub8
+oul5l
+oun6ge.
+ou4r
+ou7ri
+ou5ro
+ou9sa
+out8a
+ouve4
+o5vae
+o1vak
+ovanfø8
+ovan9o
+ov3anv
+o7var.
+o6varb
+ova9re
+ov5art
+ov7arv
+oved3
+o1vei
+o1vel
+ove4la
+4oven
+o4vend
+o5vende
+ove6nya
+ove2r
+over3a
+ove7ra.
+ove9ras
+o6verdr
+overe6
+ove8r5es
+3o6verf
+3overg
+o5verks
+5overr
+5oversik
+overs4p
+over9v
+o1vet
+6ovh
+2o1vi
+oviso3
+2ovj
+6ovna
+ov4nes
+2ovni
+4ovo
+o5vo.
+o7vom
+ov1or
+o5vot
+ov1o2v
+ov5sal
+ov4sek
+ov4sen
+ov9ske
+ov4sle
+ovs1p
+ovs5te
+ov4sti
+ov7sun
+ovsy5k
+ovta6le.
+ovveg7i
+ow1
+owa8
+o7was
+owat2
+ow5h
+ox3
+oy9ar
+oys5l
+o1y2t
+o1za
+o3zy
+o1ø
+o1å
+ô6ra
+ô2re
+ôr5ei
+ô1ri
+ô4t
+ó9sa
+ó7t
+ó8v
+ò9re
+1pa
+4paa
+2pac
+pa8cen
+p5ad.
+pa3deb
+p4adg
+pads4
+2paj
+6pak.
+6paka
+4pake
+pak4kas
+pakke4s
+pakk7esl
+4pakti
+3pa1la
+pa3le
+pa7lim
+pal5in
+pal1j
+pal5lø
+5palm
+4palø
+2pam
+pa5me
+p3anal
+pa4nap
+pan9de
+pa5ne
+pang5s6
+pan3ka
+9panne.
+pan5se
+pan5sl
+pant8r
+4panv
+pa4ny
+2papa
+pa8pa.
+pa3pe
+4papo
+pap4pr
+4papr
+pap3ri
+pa4ra.
+5parad
+2parb
+4parek
+4parena
+par5ess
+par5g
+2pari
+pa4ri.
+pa3ris
+4parki
+par6k7l
+par4kv
+par3m8
+pa1ro
+4parr
+par8ra.
+par9s4
+par6tid
+par4tig
+par4tin
+par5u
+par7v
+parvi6
+6parø
+4parå
+p6as
+pasa5
+pa9se
+pase6r5
+4pasp
+3pass
+pas5sab
+pa4s3t
+pas4tar
+pas5ti
+pas9v
+pa1t
+pa3te
+pa4tist
+pa6tre
+p8atta
+pat6tak
+2patu
+p8at6v
+pau7k
+2pav
+pa4ve.
+3pa1vi
+2p1b6
+pba4ne.
+pbo6da
+pce6
+2p1d4
+pde4le.
+pdø2
+pdø9d
+1pe
+2pea
+peak3
+pe4a3re
+4peb
+pec3
+pe7d6a
+5pedas
+4pedd
+pe3de
+pedfø9
+pedi9e8
+pe6doa
+pe6don
+4pedr
+pe4dro
+4pedu
+4pedy6
+2pedø
+pe7då
+pee6
+pe3er
+2pef
+p5eft
+2peg
+p5egg
+peg8ge.
+pego4
+2peh
+pe4il
+pei4leg
+2pe1in
+pe6ism
+2pej
+2pek
+pe8ka.
+pek4l
+pek4tro
+pekt7ros
+8peku
+p6el
+4pela
+pe5l4aks
+5pelal
+pe5lar
+pel9d
+4peled
+pe4lef
+4pelei
+pe6lep
+4peler
+pe6lev
+6peliv
+6pelj
+pel4lo
+4pelov
+pel5s6e
+pel5s4i
+pel7st
+4pelu
+pe5lun
+2pely
+2pelø
+6pelå
+2pem
+p1emb
+pe4nan
+pe4n3ar
+pen3de
+6p5enden.
+4pener
+pe3net
+5peng8
+pen4gel
+pen7gl
+peni4n
+4peniv
+penly4
+pen7s8a
+pensa7k
+pensa8la
+pen5sk
+pen4s5l
+pen3s6m
+pen5s6o
+pens4t
+pen9sta
+pen7ste
+pen7tag
+pen5tr
+6peny
+2penå
+2peo
+pe7o6s
+2pep
+pep5ar.
+pep7p
+pera3a
+4pe4rab
+4perad
+pe4rai
+pe4ral
+4perap
+pera5t
+4perate
+4pered
+4perei
+4perek
+4peresp
+4perest
+4peresu
+4peret
+pe4rev
+3peri
+perie8ns
+4pe5rik
+peri3s4
+4perit
+per5k
+per6les
+per5mu
+per5n
+4pero
+pe3ros
+pero6se.
+per6regj
+per6rei
+5perro
+pers6m
+per4tro
+per4t5rå
+pervi6k
+2pery
+6perø
+4pe7rå
+2pe1s
+3pes.
+pe3se
+pe6se.
+pe7si
+pes8ka.
+p3eske
+pes4ke.
+6pesl
+pes4n
+5pess
+3pest.
+5peste.
+pes5til
+4petab
+peta6ka
+4petal
+4petas
+4petau
+pe3te
+5pete.
+4peted
+6petei
+6petek
+4petel
+4petem
+pe3ti
+4petid
+4petil
+pe4tim
+2petj
+2peto
+2pet4r
+pe4t5ru
+pet1s6
+4pett
+2petu
+4petø
+4petå
+pe2u
+2pev
+peva8ne.
+pe5vi
+p5evn
+pev6ne.
+4peø
+4peå
+3pér
+2p1f
+3p6fenn
+p3fo
+p5fr
+pfri4
+pfø5re
+2p1g2
+pgjer4
+2p1h
+phav2
+pha9va
+phavs5
+phe9te
+phe7va
+phe5ve
+phi5li
+7pi3ane
+7piar
+pi4as
+7piase
+4piav
+4pib
+pi6ca.
+2pid
+pid3s2
+pie2n
+6piend
+pi3er.
+pi9ers
+2pif
+pi9fr
+pig5ge
+pig6g9u
+p7i6gj
+2pih
+6pii
+pi4keh
+pi6kel
+pike5r6o
+pi4ké
+8pikk
+pik3ko
+4pikl
+piku5
+pi5la
+pi6la.
+pi3lep
+pil4lag
+pillba6
+pil6led
+pil4leg
+pillega6
+pille6ra
+pil4le5s6
+pi1lo
+2pim
+pi4na.
+pi4ne.
+pi9ned
+pi4nel
+pine4v
+3ping
+pin6go
+ping3r
+ping5sk
+6pinns
+pin4sl
+pi2nø
+pio6n5an
+pion5s
+3pi2p
+pi4pi
+pip9la
+pi4rar
+pi4res
+pi4rut
+pisi9e
+pi4ski
+2piso
+piss4l
+pis4sp
+pis4st
+pis1t
+pis4t5r
+pis9t8ra.
+1pit
+pi9ta
+pita7la.
+pi5té
+2piti
+4pitj
+4pitr
+pit5t
+2piu
+2pi5v
+4piø
+4p5k4
+pka5v
+pka8va
+pl6
+8pl.
+2plad
+pla8de.
+p4lak
+p4lan.
+plan7de
+4plane.
+plan5g
+plan5s
+plap3
+4p1lar
+p2las
+pla4st
+p2lat
+platina5
+2ple.
+2pled
+4pleis
+p2lek
+p6le5n4u
+ple5n4a
+ple6r5u
+ple8se.
+4plev
+p2li
+4plit
+p3liv
+pli7va
+plo4gj
+p4lo8i
+p1lok
+4p5lov
+plu4e
+p4luk
+plun3
+plun6d7ri
+p1ly
+ply5d8
+plæ5re
+plø6pa
+p1lå
+2p3m
+2p1n4
+p7ner
+pne6se.
+1po
+po9a
+pod8
+po6da.
+po4de.
+po6em
+2pof
+po6f7r
+pog6
+4poh
+po5id
+2poke
+po6lan
+po3le
+po4lek
+6polj
+pol5li
+po6lom
+pol6s4ka
+po2lu
+2pom
+pom6p9u
+pom5s
+4pon.
+pon5d
+pon4gr
+pongs6
+2pon1s
+pon5sa
+pon4sv
+po2p1a
+po6pe.
+p5opn
+pop1s
+2por.
+po1ra
+2p5ord
+po1r4e
+po4ref
+po6reg
+po8ré
+2p1org
+2pori
+2pork
+por6s7v
+por4tor
+por4t5ro
+por4trå
+2porv
+po1ræ
+po1rø
+po4se.
+po4ses
+4posj
+po2st
+po4sta
+pos5tas
+po5stat
+pos3te
+4pos4v
+5pot.
+7pota
+potak9
+po3te
+po4te.
+potek5l
+po5t6ha
+3poti
+4potr
+4pou
+2po4v
+pove6
+pover6n
+pow4
+2pp
+p2pad
+p2pak
+pp3akt
+p2p3a4l
+p9pane
+pp5angr
+pp5ank
+p4p3anl
+p2pap
+p9par.
+pp5arr
+p7past
+p4p7at
+p4pee
+p2pe5i4
+ppel5s6
+p4pena
+p8p9ender
+p4pendr
+ppe9nes
+ppe5p8
+p4penø
+ppe5ra
+p7pere.
+p4perkl
+pp7e6sen
+pp9esn
+ppes8ti
+p4peta
+pp5e4tas
+p4pete
+pp5ett
+p2peu
+p1pi
+pp1id
+p2p1il
+pp5im
+pp3inf
+p4p5inn
+pp7ir
+ppir8re.
+p4pist
+pp1j
+pp3k
+pp1l
+pp5last
+pp3led
+pp5lei
+pp9lev
+pp5n
+pp1of
+p2pol4
+pp3old
+pp5om
+p2p1op
+pp3ork
+pp1ov
+pp5p
+pp1r
+pp5rei
+pp5rin
+pp4ris
+pp7riss
+pp9riv
+pp9ro.
+ppropri6
+pp7rot
+pp1s
+ppse6te.
+pp3ska
+ppska9k
+pps2p
+pp9spe
+pp3spl
+pps2t
+pp7sto
+pp7t2
+p2pu
+pp1uk
+pp5ut
+pp3ø4
+ppøs8
+p6på
+pr6
+4pr.
+4prad
+3praks
+pra7li
+2pran
+pran3s
+5prat.
+5prate
+pra5te.
+4pray
+5pref
+prei7er.
+4preii
+pr5elem
+1prem
+pren4s
+1pres
+6pres.
+pres6sak
+p6restas
+4prett
+p3rif
+pri5ke
+pri4l3e
+4pring
+5prino
+3pr6in6s5
+3pr6in7s6e
+3pr6in7s6i
+1pris
+pri6s5k
+pris3t
+2prit
+pri9ve
+1p2ro
+8pro.
+6p7roc
+3prof
+4prog.
+4proge
+4progl
+4p3roi
+p5rop.
+3pros
+7prose
+6pru
+prun7ge
+pru5ta
+pru5te
+6prør
+prørs5t
+prø5s4
+5prøv
+prø5vels
+2prøy
+4prå
+prå8da
+pråk3i
+prå4ko
+pråk5k6
+2ps
+p1sa.
+ps5a6n
+p1sc
+p3se.
+psei8ge
+p2sek
+p2s1el
+ps5e4ly
+p3sen.
+p5sens
+p7ser.
+p5sete
+p5sets
+p2sh
+p6sib
+ps5ins
+p7sis
+p3s4jo
+p4s3kil
+ps7kjen
+p2s1ko
+p7s6ko.
+p3skod
+p5s4koe
+p2sle
+p9s8lo.
+pslø8va
+pslø6ve.
+p3s4lå
+p2sm
+psmå8la.
+p2sn
+ps4no
+ps1o
+p3sod
+pspi9la
+ps5ple
+p3s4pre
+p4s5pro
+ps5pu
+ps3s2
+pst2
+ps7tal
+p4s5tem
+ps3tv
+p5s6tå
+psu4r
+p3s4us
+ps1v
+p2sva
+p2sve
+ps4ving
+p4svæ
+ps5w
+psy3ke
+3psyko
+4psys
+p2s1ø
+p3s2øk
+psø4ke.
+psøy8
+psøy9ene
+ps1å
+2p1t
+pta8la.
+pta4le.
+pt7ark
+p3te
+pte6k
+pte4ma.
+pte7re
+p5ti
+pto7g
+p4tou
+ptus5t
+p4tut
+1pu
+pu4br
+5puc
+6pu6dy
+pu2k
+pu7la
+pu8le.
+pull6
+5pum
+pu4ma.
+punk4t5
+punk5t6e
+2punn
+2pur
+pu4re.
+pu8rea
+3puri
+3purk
+pur5u
+pur3v
+pu7sa
+pus4h
+pusl7u
+pu1ta
+pu4ta.
+pu5tas
+pu5ter
+pu5tev
+4putg
+2puts
+put6tr
+put4tu
+2putv
+6putø
+2p1v
+pver7
+pvi4se.
+py4dr
+py8o
+3pyra
+py1re
+py1ro
+6pys
+py6sa.
+py4se.
+pys6t
+4p5z
+1pæ
+pæ4re.
+pø1kj
+pør4ret
+pø8sa.
+pø9ta
+pø9te
+p1ø2v8
+5påb
+på4by.
+på1k2
+1pål
+på4la.
+på4le.
+p5ån
+på3pe
+på1pl
+p1åpn
+på1r
+1pås
+på7sko
+på5sm
+på3t2
+6påtå7
+1påv
+qa5
+qu2
+qu9ar.
+1que
+que7r
+4raam
+4raar
+4rabis
+ra1bo4
+4rabr
+2raby
+ra3cet
+ra3ch
+5raci
+ra3d2a
+4radf
+3radio3
+4radir
+4radj
+2radm
+2ra1dr
+r3adre
+rad2s3
+radvi4
+ra5ede
+rael4
+4raerk
+raf4fer
+ra4fiu
+ra2fj
+2rafo
+ra5fo.
+ra4fos
+2rafr
+ra5fre
+6raft
+ra4fu
+ra6fy
+ra7gea
+ra5gee
+2ragl
+2rah6
+7raid
+ra5int
+ra3isk
+6r5akad
+ra9kar
+ra7kel
+ra5k6ha
+r2akk
+rak4kel
+r6akr
+ra5kro
+2raks
+rak6sa
+rak3s4e
+rak6se.
+rakst6
+4rakti
+rakt3r
+r4a5ku
+4rakv
+ral5ans
+6ralbum
+5ralds
+4raled
+ra5leo
+ral3g
+4r5alge
+4r5algo
+rali5e6n
+ra4lin
+ral1j
+ral5le
+ral7m
+ralo6i
+ral3op
+ra5ly
+4ralø
+4ra5l8å
+ra4mag
+ra4mas
+ram3b
+6r9ambi
+rambu9ens
+6ramed
+4ra4mer
+ram8et.
+4ramil
+ram1o
+ramperi8
+ram6p3u
+ramse8te.
+ramta8la.
+ramta6le.
+4ramu
+6ramy
+r4an.
+ra4naa
+6r3anal
+ra5nar
+ran9cs
+r4an9de.
+r5andel
+rand3r
+rand5s6a
+r4ane
+4ranfa
+ran5ge
+6rangi
+rang5st
+rania8
+ra6nin
+ran3kv
+2r5anl
+r6anli
+2r1anm
+r4ann
+ran6n5ett
+ran4n5in
+rann3s4
+rans7kar
+4ransv
+ran4tik
+ra5nu
+ran6ut
+4ranø
+2rao
+4rapa
+ra4pel
+4rapin
+ra4pir
+ra4pis
+ra6pit
+ra1pl
+4rapo
+ra4pos
+4rappa
+4r5appl
+3rappo
+2ra1pr
+4raps
+4rapu
+1r4ar.
+2rarb
+7rarbeh
+4rarea
+4rareg
+rar5e6l
+4ra3rep
+rar7eta
+r1arg
+6rargu
+8rarinna
+6rarinne
+rar8ka.
+4r1arm
+rar8ma.
+6rarn
+4rarr
+rar3re
+rar5s
+2r1ar5t
+rar6ta.
+ra3rø
+4rasa
+2rasc
+ra3sea
+4rasel
+ras3h
+raska8ra
+ras3ke
+ra4ski
+ra7s6ko
+ra6sl
+rass4l
+ras7st
+4rasti
+ra5s4til
+4rastj
+rast5re
+6rasty
+ras7v
+ra1ta
+ratak9
+r6ate
+ra4te.
+6ra5teg
+8r7a6teli
+4ratfe
+ra1to
+ra1t4r
+ra4t5ro
+ra4trø
+ra5t6røy
+rat5tel
+ratte4s
+4ratub
+rat5ut
+6raty
+7raud
+raud3s
+6raug
+rau6ga
+rau6ge.
+4rau4k
+raus6s
+2rav
+6ravd
+rave5s4
+4ravg
+ra1vi
+r3a4vis
+4ravl
+rav8l9ut
+ravlø8pa
+ravlø8s
+rav6r
+4ravt
+ra5vy
+ra3vør
+4raw
+raz5z6
+2raø
+raøy4
+2r1b8
+rba3d
+rbe2d
+rbede4
+rbed5en
+rbed5et
+rbed9ra
+rbie8
+rbi9er
+r2big
+r2bik
+rbist6
+rbis5tr
+rbo8di.
+rbo4ni
+rbon7s
+rbo5re
+rbra5s
+rbrei6
+rbu5en
+r5bø
+r1c
+4rd
+r4dab
+r5dag
+rdag4s5
+r5dah
+r4d5ak
+rdal4
+r4dala
+rda4le.
+rdals5
+rda4mes
+rda8n9o
+r4dant
+rd5anta
+r4d3arm
+r4d3art
+rd5atl
+r4datm
+r4d3au
+rd3d2
+r6dedi
+rde4en
+r3defi
+rd5e4ge
+rd1ei
+r9deka
+r4dekl
+r4deks
+r6delo
+r6demi
+r7dena
+r6d7eng
+r6d7enh
+rden4s3
+rdense4
+rdenta8le.
+r4deo
+r6depo
+r4derik
+r4d5erst
+rde6sm
+rd3e4ta
+r6d7ett
+r8dé
+rdfes5
+rdi3an
+r4diana
+r4dians
+r6diau
+r4did
+rdi3e2
+r2dif
+rdi6gres
+rdig3s4
+r4dika
+r4dikl
+r4diku
+r2dil
+r6dimi
+r2dio
+rdi3ov
+r4dish
+r2dit
+r2diu
+rd5je
+r1dju
+rd7m
+rd3n
+rdnæ4
+r9dob
+r4d5o4d
+r4dol
+rdon8na.
+rd1op
+r6dor
+rd3ost
+rd1o4v
+rdover5
+r9drad
+r3drak
+rd5ran
+rd7rara
+rd3ras
+r3drei
+rd3ret
+r5drev.
+rd1ri
+rd3rot
+rd3sei
+rd8ske
+rds4kv
+rds5tan
+rd3sto
+rdsto5g
+rds7tre
+rds7tu
+rdsva9r
+rd5t
+rdta8ka
+rd5tr
+rd7tø
+rd3und
+rd5ve
+rdvi8ka.
+r4dyg
+rdy5pe
+rdy3re
+r6d7yt
+r6d5æ
+r7d6ær
+r7d6æ5r6e
+rd1øs6
+rdø4ve.
+rd3år
+rd7å6s
+1re.
+2rean
+re7a6r7an
+rear5e
+4reav
+2reb
+3redak
+6redam
+re3def
+re5den
+re3des
+re3di
+3redig
+r1edl
+2redo
+2redr
+re4d5ri
+red5sku
+red4sl
+reds5la
+red7s6led
+3reduk
+6redy
+2redø
+2ree
+re4el.
+re3er
+8refa
+4reff
+4refi
+2refj
+6refos
+6refr
+4reft
+2refø
+4regar
+rega7ta
+re3ge
+4regeb
+re5gel
+4regen
+4reger
+4regg
+1regi
+re4gia
+re4gil
+reg1l
+2regr
+4regub
+4regud
+2regå
+2reh
+2reid
+2reie
+2r1eig
+rei8ga.
+rei8ge.
+4reik
+rei9l
+rei5na.
+rei7nas
+re5inde
+rei5ne.
+rei7nes
+rein6skj
+re4inva
+rei9ra
+rei5sa
+rei3si
+rei7ska
+reis6led
+re7ism
+rei7va
+rei5ve
+2rej
+6rek.
+re5ka.
+re5kav
+re7ken
+4rekj
+rekk6an
+rek4k5v
+5reklam
+rek4led
+re5k6lir
+re7ko
+4rekob
+4rekom
+4rekon
+6rekos
+4rekra
+3rekru
+r3eksa
+6reksp
+rek4ter
+4reku
+r8el.
+re9la
+4relag
+9relandsk.
+9relandske
+2r2ele
+rele8ge.
+r4e5lei
+6relek
+re7len
+7relene
+6relg
+r3elit
+4re3lj
+r2ell
+rel4lag
+rel6land
+rel5led
+rel4lev
+5r4elm
+rel5ses
+rel4sk
+4re1lu
+4relv
+2re5ly
+2relæ
+2relø
+4re7l6å
+relå7r
+2rem
+remann6
+r1emb
+remi6ene
+remi6l
+re7mis
+rem9ji
+remmed5
+6remn
+rem8na
+rem5p4
+rem1s
+remti9da
+4remu
+8remy
+4remå
+2re3na
+ren4del
+4rendr
+8rened
+re5neg
+re7nei
+4renek
+r3e4nel
+4renest
+6renet
+6rengd
+reng5l
+4rengn
+reng5st
+re5ni
+2renk
+ren6kl
+r3enl
+ren8ne8sl
+rennes9la
+re5no
+ren5sa
+r3enss
+6r7entit
+4r3en5tr
+6rentu
+4renu
+5renz
+6renæ
+4renø
+re5og
+2reop
+re3o2r
+5reou
+8repen
+6r5e6pi
+1repu
+6repus
+1rer
+6rerad
+6re9rang
+4rer6at
+re5re.
+4rered
+4reref
+4rereg
+4rerei
+re4rek
+4rerent
+4rerep
+4rerese
+4reresu
+4reret
+6rerfa
+4rerig
+4rerik
+4r3ernæ
+4rerol
+4rerom
+re3ros
+rero6se.
+re5rot
+3rers
+rers4p
+4rerute
+re6r7øy
+2rerå
+1res.
+2resa
+re2s3c
+re3se
+4resel
+re4sem
+4reset
+resi7ere
+4resin
+2resj
+2resk
+res5ke
+re6s7kje.
+res6kl
+res7kod
+re6sky
+6re1sl
+re4slu
+1resm
+re5smo
+re3sov
+re9spe
+4respi
+4respr
+2ress
+res4sal
+res4sek
+res4sit
+res4sj
+res6sk
+res6sort
+res4sp
+res4st
+res4sy
+res9tane
+5restau
+res6t5erv
+res4tes
+res3té
+4re3sti
+res4til
+re3str
+4restre
+7restv
+4re5sty
+4restå
+1resu
+6resuk
+4resun
+re3svi
+2resy
+2resø
+4retaki
+4retal
+re4tap
+4retea
+8retek.
+6reteke
+4retekn
+6retel
+6re5tem
+re5ten
+4re5ti
+4retj
+4retoa
+2re5t2r
+rets4i
+ret4st
+ret7ted
+ret5ter
+rett8o
+rett6set
+4re5tu
+2rety
+2retø
+5retøya.
+7retøyets
+4re7tå
+2reu
+reu6r
+4revak
+re5van
+reva5re.
+6reveg
+4revei
+4revel
+re6v7enh
+re5ver
+reve5s
+r3e4vig
+re4v5inn
+re7vom
+1revy
+re4v5åp
+3rew
+2reå
+2r1f
+rfa5re
+rfat5
+rfe8en.
+rfe8er
+rfe4et.
+rfei5li
+r4fik
+rflå3
+rfe5m6ø
+rft2
+rfu8se
+rfyr4
+r9fæ
+rfø8rarar
+2r1g
+r5ga.
+rga8le.
+rga8li
+rg5and
+r7gann
+r4g5anv
+rga3ri
+rg3art
+rga4ve.
+r6gedi
+r4gef
+r2gem
+rgent4
+r3geo
+r4gerei
+r4geret
+r4ge3ru
+r4gesj
+r4gesl
+r4gesta
+rgi1a
+rgie4n
+r2gik
+r2gil
+r2gim
+r2gio
+r2gir
+rg3i4ri
+rgi7sl
+r2giø
+rg2le
+rg5le.
+rglem5
+rg3len
+rg3ler
+r2gn
+r4gog
+r3gom
+r2got
+rg5rab
+rg3rea
+rg3rel
+rg5reps
+rg5rin
+r3gru
+rg5sc
+rgs6kor
+rg5s4le
+rg1sn
+rg5s6till
+rg5sto
+rg9stu
+rg2sy
+rgu7d
+rg6ut
+rgå9as
+rgå6va
+rgå6ve.
+2r1h
+rhav2
+rhavs3
+rhjul8s
+rho3d
+r7hu
+rhø5re
+rhånd6s9
+rhå9ne
+ri1an
+4rianf
+4rianl
+6riansv
+ri1ar
+4riarb
+4riarr
+6riau
+2riav
+ri4ava
+3ri6avo
+2rib
+ri2b3l
+ri8ca.
+ri4co.
+ri5da
+4ridale
+ri5der
+ri5di
+2r1idr
+rid3t
+4rieie
+4rieig
+4rieks
+ri1el
+6rield
+4rielem
+6rielim
+riel4la
+rie4n
+ri3end
+4rienh
+4rient
+rien5t4r
+ri1er
+rie5ra
+rie5ri
+4rietat
+ri5even
+2rifa
+riferi9e8
+rif4fi
+rifiserba8
+6rifj
+1rifl
+rif5la
+2rifo
+2rifu
+4rifø4
+ri4ga.
+rig4gr
+ri3gi
+4rigj
+4rigre
+rig2s
+rig6s7t
+2rih
+2rii
+2rij
+5rij.
+ri4kali
+ri5kan
+5rikd
+ri3kes
+ri7ki
+rik7ken
+rikk5j
+4rikl
+ri8k9la
+2ri7ko
+6rikon
+2ri1k2r
+rik4sk
+rik4s5u
+rikt6
+rikts3
+riku6m
+ri3k4v
+4rikå
+2rila
+6r5ilde
+6riled
+ri5lei
+ril6lest
+2ri5lo
+ril4sn
+2rilø
+4rima
+ri9mab
+ri9mar
+6rimes
+ri5met
+2rimi
+ri4mi.
+7rimis
+rim7l
+4rimm
+4rimo
+ri4mor
+4r1imp
+4rimu
+rim9ut
+4rimy
+rina5l
+ri5n6am
+4rinas
+4r5inc
+4rind
+r3indu
+ri4nee
+ri4nes
+2r1inf
+rin7gom
+ring3r
+ring4sa4
+rings5ak
+ring8spa
+2r3inj
+2rink
+4rinn
+rin9nes
+4rinor
+2rins
+rins6k
+rin6sm
+2rint
+rin4t5j
+rin4tr
+2rinv
+ri6nø
+2ri1of
+6ri3om
+2ri1op
+2rior
+rio5s4
+riot3r
+2rip
+4ripe
+ripo4s3
+4ri1r
+4risau
+4rised
+rise5i
+6risek
+4risel
+ri4seli
+4rish
+5risiko
+2risj
+ri6sju
+4riska
+ri4ski
+6risku
+4risky
+6ristad
+4ri5sted
+ris5tik
+4ristil
+ri4sto
+ris5tof
+ri5stun
+6ristø
+ri6stå
+4risv
+4risy
+4risø
+ri3te
+6riteo
+ri7ti
+riti9da
+4ritil
+4ritj
+ri5t6o
+ri5tr
+rit1s6
+ritt8s7t
+ri6tun
+4rity
+2riun
+riu4r
+2riut
+4rivar
+ri6ved
+rive9ge
+ri5vei
+4riverk
+2rivi
+ri4vi4s
+riv5ise
+6rivo
+4riøk
+riø4r3a
+8riøya
+4riå
+r1j
+rj7ambi
+r4jere
+r2jes
+r4jeti
+r4jetr
+r4jetu
+rju6la
+2r1k
+rk3akt
+r6kanf
+r4kao
+r4kapr
+r6katr
+r3ke.
+r2keh
+rk5eik
+rkei8ka
+r6kek
+r4kelo
+r4ke3lu
+r3ken.
+r4kenav
+r3kene
+r4keni
+r5kens
+rke5ri
+r4keris
+r4kero
+r5kers
+r4ke3ru
+r4kerø
+rke4se
+rkeslø7se
+r9ket.
+rk4han
+r3ki
+rki3d
+rki3e
+rki4vi
+rkjek8
+rk5jor
+rk1k2
+r5k8led
+rk2li
+rk5lun
+rk9lut
+rklæ5re
+rk2lø
+rklå9ra
+r3knek
+r5knep
+rk7nes
+r3kno
+r2kob
+rko6b5r
+r6kofo
+r2koh
+r4kola
+r4koli
+r4kope
+r4kora
+r4koru
+r4kosel
+rko6sele
+r4kosj
+r6k7ras
+rk5rei
+r5k6rem
+r8ks
+rk4sar
+r6k6seg
+rk2s1i
+rk4ska
+rk1st
+rk6stal
+rk4sten
+rk4s5ti
+rk4stj
+rk4sto
+rk6s5vi
+rk5ti
+rkti4s
+rk5to
+rku4le.
+r6k7u6t
+r4k5ve6d
+rk9vei
+r5kvel
+r4kver
+rk3ves
+rk5vik
+r4k5øl
+r2k3øy
+rk9øys
+rkå4k
+rk5åke
+rkå6pa
+rk5å4s
+2r1l
+rla4te.
+rle4a
+r2lef
+r3lep
+r4l5e4ri
+r6le7sl
+rle4st
+r4lesu
+r4leu
+r3l4i
+rli9ke
+rling3s4
+rli8ta
+rli4te.
+r3lj
+rl6o
+rlog2
+rlo5ve
+rl4sk
+rlu4e
+r3ly
+rlys7k
+r6l5z
+rlø8pa.
+r5løy9
+2r1m
+rma6ge.
+rma5k4l
+r4m5alte
+rm3anl
+rm4ans
+r6manv
+r4mare
+r4marr
+rm5av
+rm3b
+r2me7g
+r2mek
+rme6lap
+rme5ne
+r4menet
+r6merev
+r4mese
+rme9tar
+r4mey
+r4m5ide
+rmi6ene
+rmini6
+rmin5ski
+r6m5inst
+rm5i4v
+rm1je
+rmlø8pa
+rmo4e
+r2mof
+rm1op
+rmo7st
+rm7p
+rm5s6ko
+rm1sl
+rms6n
+rm1st
+rms5til
+rm1su
+rmta8la
+rm3te
+rmu7an
+rmue4
+rmue5ne
+rmu8la.
+rmu6le.
+rm5øy.
+r9må.
+rmål4
+r6m5åp
+r9mår
+r6m7åta
+2rn
+r3na
+r4n1ak
+r4n3ald
+r6n5appar
+r4narb
+r4n3art
+rnat7r
+r4natv
+r6n9a6vis
+rn3avl
+rn3d
+rndø4
+rndør5
+r3ne.
+rne5a2
+r5neboe
+r2nec
+r4nef
+r2nel
+rnele6ge.
+r3nell
+r3nels
+r4n3eng
+r4nenh
+r4nerei
+r6neris
+rne3ro
+rne1s2
+r5nes.
+rne6se.
+r8nesi
+r4ne3sk
+r4nesm
+rne3so
+rn5e4tab
+r4nete
+r2nev
+rne5vr
+r2nés
+rn5g6
+r4ninn
+rn5k4
+rn3n
+r5no.
+r4noa
+rno5b
+r4nod
+r4noi
+r6nok
+r2nom
+rn5omn
+rn3oms
+r4n1op
+rn3ork
+r2nos
+r4n1o4v
+rn7se
+rn4s3in
+rn5ske
+rn3skr
+rn5sla
+rnsle7ge
+rn7s6mi
+rn6s3ovn
+rn5spon
+rn3s4pr
+rn1st
+rn4sti
+rn3te
+rn5ti
+rn7tr
+rntre4
+rnt4v
+rnu4
+rn5ug
+r6n3ut
+r7nøt
+r4n5øv
+rnå8le.
+rn3ås
+ro1ak
+roa4s
+ro5asi
+9roban
+9robar
+1robe
+ro4bed
+ro4bef
+5roben
+ro4bes
+5robølgj
+1roc
+r3odds
+7rodo
+ro5end
+ro7ens
+ro7fa
+ro4fel
+ro4fem
+roff5ri
+ro7ga.
+roga9ta
+ro7ge.
+rog5ret
+ro6gry
+rog1s4
+ro2gu
+1roi
+ro4kel
+ro5ki
+rok6kat
+rok6keri
+rok5kl
+rok4kom
+ro7k6l
+rok5n
+rok7s
+rok8se.
+rok5v
+roli7ga
+4rolj
+rol4lab
+rol4lap
+rol4leg
+rolle8ge.
+rolle8se.
+rol4lis
+rol6ly
+rolo9v
+2roly
+ro6mak
+ro4mal
+3ro5m8an
+ro4mate
+2rom7b
+4ro3me
+rome5d
+4romk
+4r3omn
+ro4mor
+2romr
+rom5sla
+r7omsy
+romsø3
+rom3t
+ro5ne.
+ro7nim
+6ronism
+6ronista
+8roniste
+6ronisti
+4ronn
+ron4na
+rono5s
+ron1s4
+ronta6le.
+ro4pad
+5ropet
+ro4pia
+ro8pla.
+2ropp
+ro9py
+ror3a
+ror6da.
+ro3re
+ro1ru
+ro4sat
+ro5sel
+ro3sen
+4rosl
+ros3la
+ro4sm
+ro6sov
+ro1s1p
+ros4st
+ros4sy
+ros7tas
+ro3sti
+ro3str
+rost7rø
+rot5ekte
+ro5tes
+rote7ster
+roti7ka
+rot5ord
+ro5tu
+6roty
+roun2
+round3
+ro5ut
+ro5va.
+ro9vare
+ro7vas
+ro5vek
+ro7ven
+rove5re
+rov5sm
+rovve6
+rò6te.
+2r1p
+r5pa
+r6parb
+r5pefo
+r4peno
+r6penø
+r5pesk
+r5pet
+rp6j
+rp2l
+rp3lad
+rprø5ve
+r3pu
+rpun7g
+r6p5ut.
+r6p5øy
+r2påk
+2r1r
+r8raa
+r2rag
+rra3r
+r4raro
+rr3d
+rr6e
+r4reb
+r7rebart.
+r2ref
+rre7int
+r4rekl
+r5relat
+r4reo
+r4repl
+r4re3ru
+rre5sk
+r4resm
+r4reso
+r4respe
+r3ress
+rre4st
+rres5ta
+rre7sti
+rre5str
+rret6s5
+rre5u
+r3ri
+rri6ka.
+r6rip
+rri5v
+rr3m4
+rrmå8la
+rro6e
+r5rom
+rro8sa
+rro8se.
+rro8ta
+rr5s2
+r2r3un
+rr5v
+rrå5de
+4rs
+6rs.
+r1sa
+rs3ab
+r2s7ad
+r3sak
+rsa5ka
+r6sakt
+rsa6la.
+r8s9ald
+rs3all
+r5sam
+r4sarr
+rs3arv
+r1sc
+5s6ch6l
+r8sedi
+rse6g7
+r4seku
+rs4ela
+rs7eld
+r4seli
+r4s3elv
+rs5e4rik
+r3ses
+r4sesi
+r6sesu
+rse4te.
+rs6ett
+rsett8o
+r7sim6
+rsimp7
+rs1in
+r5s4ing
+r4sins
+rsis5t
+r7sja
+r4sjh
+rsj3or
+r3skad
+r6s7kaf
+rs4kam
+r3skap
+r4skar.
+r4skas
+r4ski
+r5skil
+rsk7inns
+r1skj
+rs5kjens
+r6skl
+rskla8g
+rsk5lar
+rs4k5le
+rs4k3læ
+r5sko.
+r5skoe
+rsk3op
+r4skor
+r3skot
+r1skr
+r4s3kra
+r5skriv
+r4s3kro
+r1sku
+r5sku.
+r5skue
+rsku7et
+rsk5und
+rsk5var
+rs5kys
+rsk5ø
+rs4lef
+r4slei
+rs4lek
+rs4les
+r5s6lit
+rs3lok
+r4slun
+rs4make
+rs4mo.
+rsmål4
+rs6nev
+r1so
+rso9a
+rs5oml
+rso6n5
+rso7n6al
+rso5n8e
+rso5n6i
+rsons4
+r2s1or
+rs5ord
+rso7ris
+rs1ov
+r1sp
+rs4pan
+rs6pat
+r5spel
+r4sper
+r7spes
+r5spi
+rs4por
+r5spred
+r4spå
+rs3s6
+r1s2t
+r4s5tabb
+rs5tank
+rs3tap
+r6st7b
+rs4ted
+rs4tem
+rs5tend
+rsten6s
+rs5ter.
+rstev9na
+r3stil
+r4s5tilf
+r4s5tilh
+r4s5tils
+r4s5tilv
+r5stis
+r4stit
+r6st5k
+rst4r
+rs9tre.
+rs7tree
+r4strin
+r4s5tro
+r5strø
+rst7ut
+rstu9va
+rstyg7
+r3st6ø
+r7stå
+rs5ukl
+rsu9r
+rsu7sa
+rs5usi
+r1sv
+rs8vak
+rsva9ra
+rsvar4s5
+rs1ve
+r3s4vek
+rs5vit
+rsy4na
+rsy3t
+r1sz
+rsøks3
+rs9øye
+6r1t
+rt5ad
+r4t5af
+rta4ka.
+r4tana
+rt3anl
+rta9pa
+r4tarr
+rt3art
+rt3avs
+r4tec
+r4teda
+r3tede
+r2tee
+r4tego
+r4tegr
+r4teie
+r4te3in
+r4teka
+rte6ke.
+r4teki
+r4teku
+rt5e4lit
+rte6ma.
+r3temp
+rten4s5k
+rtentle8
+r2teo
+r7t6er
+r5terd
+r5teres
+r4teris
+r5terk
+r4terå
+r4tese
+r6tesk
+r6testi
+r4teta
+r4tete
+r4tev
+r4th
+rtian8d
+r4tians
+r4tiar
+rti8ar.
+rti5en
+rti6gra
+r4ti3kv
+r4tila
+r4tili
+r4tilo
+r4ti7na
+r2tio
+r2tip
+rti7sa
+r6tiska
+r4tiski
+rt6i9so
+r4tisp
+rtis3s
+r4ti5str
+r3titu
+r2tiv
+rtma6le.
+r5to.
+rt3off
+r9tofo
+r9tok.
+rt3omk
+r4t3opp
+rt6opp.
+rt3ord
+r6t7o6s
+rt1o4v
+rt2r
+rt8ra
+r9tre.
+rt6red
+rt3reg
+rt3rei
+r4t5reko
+rt5rel
+rt5rep
+r7trib
+r4t3ris
+r4t5ros
+rt3rut
+r5t6rål
+rts3ar
+rt4seg
+rts5eng
+rt2si
+rt4s5ja
+rt5ske
+rt3skj
+rt5s4no
+rt3s4pe
+rt4sti
+rt7s6trek
+rt4s5tøy
+rts5unde
+rt3t4
+rtu6en.
+r7tug
+rt3und
+r2t1ut
+rtu8ve.
+rty8da.
+rty8de.
+rtyr5s
+rty6ra
+rt5yt
+rtæ9ra
+rt5øl
+r6t5ås3
+ru3and
+6ruav
+ru6avh
+ru8bl
+ru5bo
+ru4di.
+rud4r
+ruds4l
+ru4ele
+rue4r
+rue3s4
+ruga8l
+ruga5t
+rui3d6
+4ruk
+ruk4su
+rukt3s
+ru9la
+4ruli
+6r7ulk
+rul8ke.
+r2ull
+r7ulv
+r4um
+rum3al
+rum4p9l
+5r2unde
+run5del
+6r3under
+7r4under.
+r5unders
+rund3r
+rund3s4
+run6ge.
+4ru2ni
+run5kr
+r7uly
+ru4nøy
+ru2r
+ru5ra
+ru8ran
+ru8rar
+ru9rer
+rur8ta
+r4us
+rus2h3
+6r7u6sik
+rus5j
+rus7lu
+ru1s4o
+rus5sel
+rus4st
+ru4s4t3r
+r4uta
+ru3tal
+ruta8la.
+r7utan.
+r4utbe
+4rutd
+rut8e
+rute3i
+ru4tel
+ru9tene.
+ru9ter
+2rutg
+r1utk
+rut9o
+6rutr
+rut4re
+ru6trø
+rutto5
+2rutv
+ru5va
+ru4ved
+ru4veg
+ru4vei
+ru4vel
+ru4vere
+ru4ves
+ruvi8
+ru6v7is
+2r1v
+rv4a
+rva7ka
+rva6la
+rve3de
+rve4den
+r4vedr
+r4vega
+r4vegi
+r4vegr
+r4veim
+rveis7e6
+rve5kl
+r4vela
+rvel9le
+r4v5eng
+r5ver.
+rve5re
+r2ves
+r2vev
+rvil9l
+rville9d
+rv2j
+r4vos
+r4vov
+r3vr
+rv2s1
+rv5ung
+rvå7r
+4r1w
+rx1
+ry1a4
+ry2dr
+ry7fe
+ry5fl
+ry5ke.
+2ry1kl
+ry7le
+ryl4l5i8s
+4r5yndl
+ry4nes
+ry5nes.
+ry4pa.
+2ryr
+ry8re
+r1yrk
+ryr4ke.
+ry9ro
+ry5rø
+rys6sal
+ry5ta
+ry4tek
+1rytm
+r3ytr
+r4z
+ræ7le
+8r3æ4re
+8r3æ4ren
+rær5in
+rær8t
+ræ8v
+2rø.
+rø8ar
+6røb
+rø4be.
+rø4dek
+rød1s
+4røep
+røf5l
+rø4ke.
+rø4kero
+røk3l
+4røkn
+røk5s4
+røk7t
+røk1v
+2røl
+rø6m
+røm1a
+røn5nes
+rønn5s4a
+rønn5sk
+røn5sko
+5r6øntg
+rø4pe.
+røp9l
+1rør
+rør5d6
+r6ørende.
+rø7ret
+5rørl
+rø2r3o
+rør4sp
+r8øs.
+rø3se
+rø5sla
+røs5v
+rø8ta
+røt9as
+rø1va
+rø5vede
+rø9vers
+rø1vi
+r4ø5væ
+2r1øy.
+4røya
+røy9ar
+røy6ed
+røy6ene
+røy5es
+røy4et
+5r6øyk
+3røyr
+røy5re
+røy8senes
+6røy4s3k
+røy4st
+2rå.
+rå7a
+4råag
+4råb
+3rådet
+rådy9ra
+rå9ene
+2råf
+4rå5g4
+2råkj
+råk3re
+rå2k3u
+råk1v
+4rål
+råle7s8
+rå4let
+rå5let.
+rå5lu
+r5ånd
+rån6da
+2råp
+2r1år
+rårs5k
+rå5ru
+rå1s
+4råsb
+2råse
+rå5si
+2råsj
+rås4t
+6råta
+råta8ka.
+rå5tr
+rå5tu
+2saa
+5saa.
+sa4ba.
+s6abe
+s8abl
+sa5bok
+s3abon
+sa5by
+sa3ce
+sa4dag
+4sadam
+sa4dere
+4sadm
+sa4do
+2sadv
+sae5d
+3saen
+7saer
+1safe
+5saga
+sa4ga.
+sa4gas
+sa4gat
+6sagent
+6s5agg
+6s5a6gi
+sag8na
+sa6go.
+sa4gog
+2s1a2gr
+sag3s4
+sa3ik
+sa5ir
+sa1is
+5sak.
+sa2ka
+3saka.
+4sakad
+sa5kai
+3sakb
+3sakd
+3s4a3ke
+5sakf
+1sakh
+sakh5e
+1saki
+sa4kj
+sak5kr
+s4akky
+5sakl
+5sakm
+4sako
+3sakp
+sa1k2r
+5s4aks.
+sak4s3i
+4s3aksj
+sak4sp
+5saksr
+5saksu
+2s1akt
+sak6ta.
+5s4akto
+s4aku
+4sa7kø
+1s4al.
+sa1la
+4s5alarm
+7sala.
+5sa5lat
+4salb
+1sa3le
+sa9let
+1salg
+s4alge
+4s5algo
+salg6s5
+s6ali
+sal4mes
+sa5lo
+5sal2s3
+sals4a
+4salter
+sa1lu
+3salv
+sal5ved
+2saly
+1s2am
+5sam.
+sa2ma
+sa5ma.
+sam4an7
+sa5mas
+sam5ei
+sa4mel
+sa4met
+5saml
+sam4lev
+5samm
+sammen5
+sa4my
+4s1a2na
+sa9na.
+sa7nar
+sa3nat
+san6da.
+san7d8al
+5s6ande.
+sand5r
+sand5s6lo
+sand5st
+san4d5ø
+1s2a5ne
+4s3a6nek
+5sang.
+3sange
+4s3angr
+s7anken
+2s1anl
+s5anm
+san5ne
+6sanno
+sa2no
+s5anor
+san5os
+san1s
+5s4ans.
+4sansa
+5s4ansen
+san7s6k
+4s5ans8l
+6sansv
+s8ant.
+san9te
+6santr
+4santy
+4s1anv
+2s1ap
+sa2po
+1s2ar.
+1sara
+6sarab
+2sarb
+s4ard
+9s8are.
+4sareal
+4sareg
+sa5rev
+3sari
+sa4ri.
+sar6ka.
+4s3arki
+2s1arm
+sar5me
+sar8me.
+s1arr
+2s1art
+sar4ta.
+sa4ru
+4sarv
+s4ary
+1sas
+8sasju
+2s1a4sp
+4s1ass
+s6ast
+4sasty
+2sasu
+4sasy
+1sat
+sa1ta
+sa5ten
+sa3ti
+2s1atl
+4s3atmos
+sa1to
+4sa5t6r
+s5atsk
+5satt.
+4s3atta
+6s5atten
+satte4s
+5sau.
+sau4d
+sau5di.
+5saue
+4saug
+sau6ga
+s3auge
+sau6ge.
+2s1auk
+5saum
+3saus
+4saut
+2s1av
+s2ava
+sa4ve.
+5s6a5v6in
+sav5n
+3savu
+8s9b4
+sba4ne.
+sbi6e
+sbo4da
+sbu6et
+s6bug
+sbul3
+sby8ta
+4sca
+1sce
+2scel
+s4cene
+s3cer
+6sch.
+8schl.
+6s7cl
+4sco.
+6scoc
+4scos
+s4cus
+8s9d6
+sdag4s5
+sdam9p
+sde6le.
+sdu8en.
+sdu8er
+sdø8v
+1se
+2se1a
+3sea.
+sea4g
+se3an5d 
+se7ansa
+sea9re
+5se4au3sk
+2seb
+4sec
+4sedag
+sed5d
+se3de
+5sede.
+5sedl
+4sedo
+2sedr
+2sedu
+6sedvanle
+2sedø
+5see.
+see3d
+2seef
+2seeg
+se6e3i
+se3e4l
+se5en
+seer1
+5sees
+2seev
+2sef
+s1eff
+4s1eft
+6sega
+sega6l
+se2ge
+se6ges
+se3gev
+seg8ga.
+9segl.
+7seglet
+3segm
+4s2e7g8r
+2seh
+2seid
+sei8dan
+sei9den
+sei8e9nes
+s5ei4et
+2seig
+sei6ga.
+sei5ge
+sei5k
+3se8il
+6seim
+2sein
+se3ind
+s3eini
+se6ink
+se3ins
+se3int
+sei5r
+3seis
+2sej
+5sej.
+2se5ka
+3seke
+4seki
+2sekj
+5sekk
+sek4kes
+2sek4l
+4se3kn
+2seko
+se2k1r
+4sekra
+4sekri
+4sekro
+3s4eksj
+4seksp
+sek4st
+sek2t3an
+sek6te.
+sekte9ra
+3sek5to
+4seky
+4sekå
+s2el
+2sela
+se6la.
+3selak
+5selane
+5selar
+sel5art
+s3e4las
+se6l5at
+sel1d
+se4le.
+4se5led
+6selega
+4selei
+4s3elem
+4seleng
+4seles
+4s3e4lev
+5s6elg
+4selik
+4selil
+4selis
+4s3e4lit
+sel6løp
+2selo
+7selol
+se3lom
+3sels
+sel4sin
+8s5elske
+sel9s8lag
+sel4spo
+sel5t6
+2selu
+se6l7u6r
+sel4v5ak
+sel4van
+selv3e4
+sel4ve.
+selvei4
+sel4ver
+sel8vin
+2sely
+2selæ
+2selø
+selø8pa.
+6selå
+2se3ma
+3semb
+7semd
+se5me
+se4mi.
+semini6
+2s1emn
+sem4na
+9semnd
+2semo
+sem5pe
+2semå
+s2en.
+6senau
+sen9d8a
+sen6dela
+6senden
+4sendr
+s2ene
+4sened
+se3neg
+4senem
+8senesa
+6senese
+sene8se.
+s5engas
+2s1enh
+se6nin
+s3enkj
+5sen3n
+s2ens
+4s5ensem
+sen6s5end
+sen4sj
+sen3so
+7s6ent
+sen5ter
+8s7en5trep
+4senum
+4seny
+2senæ
+6senø
+2seo2
+7seod
+se3or
+2sep
+se3pe
+seperso5
+3sept
+s2er.
+se3ra
+4seram
+5seran
+4serap
+5seras
+6serau
+ser5d
+s2e5r4e
+5sere.
+4serea
+4sered
+4seref
+4sereg
+4serei
+4serek
+4serel
+4serenn
+4serent
+4serep
+4sereso
+4seress
+4serest
+4seresu
+4seret
+4serev
+s1erf
+s2eri
+seri6e5ne
+4serik
+4serkje
+5serkr
+5sern
+ser7nev
+2se1ro
+se4rop
+se4ror
+se4ros
+9s6ert
+ser4tak
+ser6tat
+ser4tr
+se1ru
+4serul
+se4r3un
+ser4ved
+ser4vel
+2sery
+2se5r6ø
+2serå
+5ses.
+ses5ald
+5sesals
+ses5alt
+4sesc
+2sese
+se4sene
+ses5in
+se3sj
+4sesje
+4sesjuk
+ses5kal
+ses5kar
+ses5kv
+ses5lit
+se3sna
+5seso
+ses3pr
+ses4s5in
+se1st
+5sest.
+5seste.
+4sesto
+ses5un
+ses1v
+2sesy
+4sesø
+ses3å
+3s2et.
+2se2t6a
+3seta.
+se5tae
+seta8ka
+se5tar
+6setea
+4seteg
+4setei
+4setek
+se7tel
+se4tera
+se5tero
+4setes
+2se3ti
+se8ti.
+s3e4tik
+s3e4tis
+4setje
+5setje.
+7setl
+5setn
+2seto
+2set6r
+s4ets
+s5etters
+2setu
+2setv
+2sety
+6setø
+3seum
+4seun
+seure9ne
+seu2t
+2sev
+seva6ne.
+s8e5var
+sev4d
+sevi4sa
+s1evn
+sev4ne.
+se3vr
+3sevåg
+2seyn
+2seø
+2seå
+1sé
+2séa
+6séb
+4sée
+4séf
+4séj
+4sék
+2sél
+4séo
+6sép
+9sér
+4sés
+2sév
+2s1f
+sfa4ne.
+6sfe
+sfe6et.
+sfes5
+sfisken8
+sflå3
+s5fo
+sfo8ra
+sforlø9
+sfra5s
+sfri5e6re
+sfyrs5
+3sfæ
+sfø9ren
+sfø5rer
+sfø5ri
+6s9g6
+sga4l
+sga8va
+sga4ve.
+sgen9s
+sge4st
+sgå4va
+sgå4ve.
+s1h
+4sh.
+sha2k
+s7hat
+s3hau
+6she
+shea4
+s5hei5
+7sh6e4rif
+s4hi.
+s6hip
+sh5isk
+4shj
+6s7hopp
+3short
+3show
+6shs
+2shu
+4s5hy
+s5hø
+shø8l
+shø6va
+shø6ve.
+s7hå
+1si
+sial5v6
+4sia5m
+si7ans
+4siap
+4siav
+si2bl
+3si2da
+3si4de.
+3si3den
+si4deo
+s4ider
+si5der.
+si4dete
+2si2do
+4s1idr
+sid8ra
+4sidy
+4sieg
+si1el
+sie4n
+si5er.
+si6eren
+sie4s
+si3est
+6sife
+si3fl
+2sifo
+si4f3r
+2sifu
+4sifø
+3sig
+siger4s
+4sigi
+4s3iglo
+si5gr
+4sih
+3sik
+si3ka
+si5ke.
+sik2h7
+sik4ka
+sikk8artet
+sik4k5el
+sik4ko
+siko3
+si4kom
+si4kop
+si4kos
+si4kot
+sikt4s3
+s2il
+5sil.
+3sild
+sil4del
+sil4der
+sil4des
+sil5j
+sil2k
+sil4les
+2silø
+si6mel
+4simet
+2simp
+si3mu
+4sinde
+4s3indu
+si3nek
+2s1inf
+sing4s5a4
+7singu
+si4ni
+4sinj
+2sinn
+3s4inn.
+7s4inna
+s6inne.
+5sinnet
+s3innh
+s5innk
+s3innl
+4sinnt
+si5nob
+sinsk5e
+2s1int
+4sinv
+si6nø
+4si5ov
+si4pa.
+si8pe.
+si6re.
+si7ren
+si4ri.
+sir8kl
+s2is
+si5sel
+si4serf
+sis5e4v
+si6sin
+6sisju
+si4sk
+sis5ke
+si4sn
+si4s5te
+si4sti
+sis3to
+4sisy
+3s2it
+si5ta
+sit8ji
+si6t7ra
+si4t5re
+si4tri
+sit3s4
+sitsva9
+sit6term
+sit4tes
+si4umf
+4siut
+5siva
+si9van
+si6vek
+si8vi.
+si9våt
+1sj
+2sj.
+s2ja.
+8s5ja9g
+4sjam
+s4jan
+4sjanl
+s7jarn
+2sj3av
+6s7jaz
+2sjb
+6sjd
+5s4je.
+sje4f3i
+sje4fla
+sjef5t
+sje3g
+sjek4t5o
+3sjel
+sje4lev
+3s2jen.
+5s2jene
+4s3jent
+5s4jer.
+s2je5s4
+5s4jet.
+sjet4ti
+2sjf
+2sjg
+s6jim
+2sjk
+2sjl
+2sjm
+2sjn
+2sjob
+5sjok
+4sjom
+9sjon
+sjons7
+2sjor
+2sjou
+2sjp
+2sjr
+2sjs
+2s6jt
+s6j3t6sj
+sju1a
+6sjub
+6s7jug
+sju8la
+4sjun
+4sjur
+2s7jus
+5s2jø
+sjø3k6
+sjø1p
+sjø9rø
+sjø1s2
+sjø3t8
+6sk.
+1ska
+2ska.
+4skab
+skabe3
+s2kad
+8skae
+4s6kag
+2skak
+5s4kal8a
+ska5lar
+2skam
+s4kaml
+4s5kana
+4skande
+4skane
+4skano
+6skant
+5s6kap.
+9s8kapa.
+4skapas
+5skapen.
+6skapit
+4skapp
+2sk2ar
+sk5arab
+sk7arbe
+5skard
+4s5kark
+6skars
+4skart
+3s8karv
+2skas
+4skate
+8skay
+4skb
+6skd
+2ske
+s4keda
+s6kedo
+s2keh
+s6kei
+skei5er.
+s8k5e4lev
+s6kelik
+skel3t
+s4kelu
+s3ken.
+s4kena
+s6kenav
+s4keno
+s5kens
+5skept
+s5ker.
+s4kero
+s5kers
+s2ke1s
+ske3si
+skes4m
+ske5sn
+s4ketet
+s3ke4t3j
+s6kev
+s2key
+2skf
+2skh
+1ski
+5s6ki.
+7skia
+4skid
+5skie
+5skif
+5s4kik
+s6kill
+5s4kilt
+ski6net
+ski4nin
+5sk8inns5
+skino6
+5skiol
+5skip
+2skir
+s4kire
+6s5kirk
+sk5irs
+s6kis.
+7skiss
+4s5kist
+5s2kiv
+s6kje.
+5skjema
+6skjemas
+5s6kjer4m3
+3skjer5m4e
+7skjers
+3skjor
+4s5kjærl
+5skjøn
+6skjøp
+skjø5res
+2sk1k4
+2s1k2l
+6skla
+sk5lak
+s6k5lan
+s5klas
+sk9leg
+s6klei
+sk3lek
+sk5ling
+sk5lit
+s4k5luf
+s2klyd
+2skm
+2skn
+s1knu
+4skoa
+7skodd
+4skof
+3s2kog
+2s3koi
+1skol
+7s4kola
+3skole
+4s3koll
+4skom
+s6koma
+s5k6ome
+6s1kon
+4skoo
+sk5ord
+s6korpi
+s7kors
+4skort
+2skos
+s2kot
+3skott
+sk8ra
+s4k9ra.
+5s4kral
+s4krat
+s2k7re.
+4s3kref
+6skreg
+5s8krek
+4s3kret
+5skrevn
+3skrib
+3skrif
+4skrig
+3skrik
+3skrip
+4skrite
+3skriv
+5s4krog
+s3kron
+4s3krop
+sk6rud
+skru3s6
+6skryss
+1s2krå
+2sk1s2
+2sk3t4
+5skud
+1s4kue
+sku4end
+sku4er
+skue5re
+1skuf
+5skulan
+5skular
+3skule
+6s5kulis
+4skull
+s4kulp
+4skult
+skum3s
+2skun
+s6k5underv
+4skup
+8s5kurs
+8skurv
+2skv
+sk5va.
+3skvad
+sk3vas
+s6kven
+sk3ver
+sk5vit
+3skvu
+1sky
+s6kya
+s6kye
+4skyr
+sky3re
+4skys
+6s6kyss
+5s6kysk
+3skyt
+6skæ
+6skø.
+6s5køa
+4skøe
+1skå
+skå5re
+6skåt
+sl4
+sla8da
+s3lade
+sla5ge
+sla8ge.
+sla5ke
+s5laks
+3slakt
+3slal
+4s3land
+slap5pe
+s5laran
+s5lare
+4s5last
+s1lat
+sla4te.
+4s1lau
+s5laus
+sla1v
+3slave
+sla4vin
+2sle.
+s8leda
+7slegare
+5s6legas
+s4legi
+s4legn
+s6legr
+6slei
+slei5er.
+s4leiv
+8s5leke
+s5lekk
+s2lel
+s4leme
+4sle7ne
+s6lener
+s6len6t3
+2sler
+8s5les
+s6lesj
+s4leso
+s6lest
+s4leta
+s5lev
+s4leva
+4sley
+s5lia
+2slid
+sli4en.
+6slig
+sli5ke
+s4likk
+2slin
+8s3linj
+slin6t5
+3slip
+5s4lit.
+3s4lite
+4s5liv
+slob5b
+slott4
+s6lott.
+7slottet
+1slu
+8slu7a
+2slu2e
+slu5es
+6sluf
+4slug
+sluk3s6
+slum4p5
+slum5p6e
+s3lund
+s5luns
+s6lup
+slu7sa
+s4lut
+s1ly
+sly8et.
+1s4lyn
+4s5lys
+sly8t
+slæ6rari
+2sløn
+8s5løp
+slø4pa.
+s6lør
+2sløs
+slø8s5a
+3s4løsi
+slø5va
+slø5ve
+slø5vi
+5sløyd
+sløye7
+9s4lå.
+s4låe
+s1lån
+slå5ner
+1slåt
+s1m
+sma6d
+3smak.
+5s4maken
+sma9let
+4sman
+s4med.
+s4mede
+6s5medi
+s4medk
+smeg5
+4smei
+smek7l
+s4mekt
+8s5meld
+3s4mell
+5s4melt
+2s5men
+3s4mert
+6smes
+s6mesi
+s6mia
+s4mie
+smi4ene
+s4mig
+s6mil.
+smi7la
+s6mile
+smini6
+s2mit
+smo7a
+smo8de.
+s2mok
+6smot
+3smug
+6s5mugg
+smul2
+s6mula
+s4muld
+s6mule
+5smurt
+1s2my4k
+6smøn
+1s2mør
+smør3s
+4smøt
+5små.
+små5r
+s8mått
+s1n
+8sna.
+s4nab
+7snak
+4s3nas
+6s3nat
+4snav
+4sne.
+4sneb
+4sned
+s6nee
+s4neg
+3snei
+snei5er
+sne4kri
+s7nekt
+s4nel
+2snem
+4sner
+6snes
+sne9sa
+snes9v
+4snet
+s6nif
+sni6gl
+s2nik
+snik5ko
+3s2nil
+6s3nin
+3s2nip
+snir4
+5s2nit
+2s3niv
+s8no.
+s6noe
+s5nord
+6s7not
+5s6nud
+s3num
+s4nur
+7snut
+8snyh
+2snæ
+snæ4re.
+5s6nø.
+snø5d4r
+5snøe
+1s2nør
+snø1s
+snø5vi
+so3al
+so8ar
+4soav
+2s1ob
+so2bl
+1sod
+so4da.
+5soe
+sofa1
+so4fag
+so4fas
+6s5off
+6s5ofre
+soft1
+so2ga
+so8gi
+so7gl
+sog6nem
+6soh
+5s4oi4
+so5id
+5sokn
+4soks
+sok4se.
+7sol.
+so4la.
+sol5av
+1sold
+so4le.
+solei5er
+so4lene
+sol5f6
+1so7li
+2solj
+so2lo
+so8lo.
+sol3s2
+sol5t4
+so4lum
+so4lø
+3som.
+so6mend
+4s3omfa
+4s1omg
+5somh
+2s1omk
+4soml
+1som5m
+sommar5a
+3s6omme
+somme6r5e6
+2somr
+7somren
+5somrer
+6s3områ
+s1oms
+som5sl
+s4omst
+som5sti
+4somsy
+1s2omt
+5somt.
+6somta
+3son
+so4na.
+son7da
+7s6one
+so8nea
+song3s4
+so4n3o
+sons4k
+son5st
+so2nu
+so4ny.
+2s1o2p
+so7pak
+so9par
+so7pet
+3sopp.
+5soppa
+3soppe
+sop4pi
+8sopple
+so3pr
+1sor.
+7sora
+so3ran
+5sorb
+4s1ord
+sor4da
+1so1re
+so4rek
+7sorga.
+sor4gl
+so2ri
+4s3orie
+7soris
+so5riu
+4sorke
+sor5n
+3sor5s
+7s8ort
+1sos
+4s5osc
+so8se.
+6sosf
+4sosj
+so4sl
+so5te
+so8te.
+so4tra
+sots4
+sot5te
+sot4ti
+4sou
+2sov
+so3va
+so4ve.
+so5ven
+sover5e
+sove3s4
+5sovet
+3sovj
+sp2
+4sp.
+spa5g6h
+7spak.
+7spaka
+5spake
+8spakk
+s2pal
+s3pall
+5spalt
+3s4pann
+3spari
+4spas
+5s6paser
+4spe.
+spe4a
+8speda
+spe9dé
+s4pee
+1s2pei
+s2pel
+spe4leg
+spe4les
+5spelet
+3s4penn
+s4pent
+s5pep
+spe4r5and
+6speri
+4sperl
+s4perr
+s3pers
+3spesi
+s4pest
+s9pet.
+1spi
+6s5pilo
+4sping
+s2pio
+2spip
+spi7res
+spi7ri
+spi7ro
+5s6piss
+2s3piz
+2s1pl
+8s9plant
+sp9lar
+4sple
+s4plin
+3split
+sp6o
+2spoe
+spo6et
+2spol
+5s6pole
+6s7poli
+s4pora
+s4pore
+5s4pors
+sport6s5
+3sporv
+2s5pos
+4spot
+s3pote
+spo5v
+9sprag
+5spran
+6s3preg
+5sprei
+s4prek
+spre5ke
+s3prem
+5s4pren
+6s5pres
+5s4pret
+s6print
+s5prio
+8sprinsi
+8s3pris
+8s7pro
+6s5prob
+s3prod
+4sprof
+5sprog.
+5sproge
+5s6pross
+1spru
+s4pry
+3sprøy
+5språ
+2s3ps
+8spub
+2spul
+3s2pyd
+5s2pø
+6s3pøl
+sp5øy
+9spå.
+5spåd
+8s9r
+sre8ka
+sre8ke.
+sri8e9
+sri8ka
+sri8ma
+sri4ve.
+s5ro
+sro4e
+sro6pa
+sro6sa
+sro6se.
+sro2t
+sro9te
+srot5o
+srø1v
+srå4da.
+sråde9r
+srå6ders
+srå8ma
+4s1s
+s7sabel
+s7sabl
+s6sae
+s4saj
+ssa8ke.
+ssa6la.
+ss5all
+ssa4me.
+ss5amp
+s5sane
+s7s8ar.
+ssari8e9n
+s7s6arm
+s4sarr
+ssar8ve.
+ss6as
+ssau8sa
+ssau6se.
+s6seet
+s2seg
+sse5ge
+ss5egg
+ss4el
+sse5li
+ssel5s
+ss9elv.
+ssel5v6å
+s2sem
+s5sen.
+sse8na.
+ss5enden
+s5sene
+s4seni
+ssen6ke.
+s4senu
+s6senå
+s5ser.
+s6serab
+s6serat
+sse7sk
+s4seski
+s4sest
+s7set.
+s9sets
+s2seu
+s4sey
+s2sh
+ssi4a
+ssi7e6rer
+s4siff
+s6silo
+s8s9ime
+s6s3ind
+ss5init
+ss3inj
+ss3inn
+s4s3ins
+s5sis4
+ssis5m
+ssi6v7end
+s5s6jarg
+ss4kape
+ss3kar
+sska8ra
+ss3kof
+s7skog
+s4skor
+ss6ky.
+ss4kye
+ss4kå
+ss5kål
+s7skåp
+s2sl
+ss1lo
+ss5ly
+s2sm
+ss6nar
+ss2no
+ss4nø
+s4s5nød
+ss5nøk
+s2sof
+s4sok6
+sso5lo
+s2som
+ss4oma
+sso3ra
+s4sorga
+ss3ove
+ss6pil
+ss4por
+ss9ri
+ss2t
+s5stad
+ss4ted
+ss3tek
+sstel6li
+ss5tep
+ss7tilp
+s7stip
+sst6r
+ss5tren
+ss4trå
+ss3tus
+ss3t4v
+s2sul
+s3sur
+ssva7ra
+ss1ve
+ssy6na
+ssy5r
+ss7øye
+s6så
+6st.
+2s1ta.
+stabs3
+3s6t2ad
+stad3a
+sta6d3o
+s5tafa
+3stafe
+sta5fl
+st3aft
+sta7ge
+4stah
+sta6ka.
+5stakk
+4stakl
+6stal.
+6sta4la
+sta5lak
+st5ald
+4stale
+sta4le.
+5s6tali
+5stalt
+s3tame
+3stamm
+sta5na.
+3s4tand
+6stande.
+st8ane
+s4tanf
+s4tang
+stang5s6
+st3anl
+sta8n9o
+s6t5antr
+st3anv
+4stao
+2stap
+s7tapa
+s4tapp
+s8tapå
+s3tari
+1stas
+3s8tasj
+4s5tast
+1stat
+4stato
+sta5top
+sta3tu
+3stave
+2s4t5b
+st7c
+2std
+2s3te.
+2stea
+2steb
+3sted.
+s4teda
+5stedt
+s2tee
+2s4tef
+3s6teg.
+stega6l
+s4tege
+3stegh
+4s5tegn
+s4tegr
+4stegsp
+5stegspl
+ste4her
+s2t4ei
+stei5er
+4steikn
+ste6in6s5
+3s4tek.
+4s4teka
+s6teke
+ste4ket
+s4teki
+4s5tekn
+4steko
+v4s5tekst
+s4tekt
+s8te5kv
+4stela
+ste5le.
+s5teleg
+ste5lev
+s5telig
+5stemd
+3s4temm
+5stemn
+4stemø
+sten5a
+ste4nar
+5s4tenen
+s4tener
+4ste5nes
+3s6teng
+s4teni
+6stenk
+4steno
+stens5l
+4steo
+s5teol
+2step
+step7per
+st8er.
+8s5tera
+s4teram
+s6terest
+s4terev
+s7t6erf
+s4terid
+ste7ris
+s6teri6v
+4s3term
+6sterr
+ste5run
+2stes
+s4tese
+ste7sle
+4stet
+s4teta
+ste7t6r
+s6tetø
+4steve
+4stevi
+6stevl
+5stevn
+6steå
+2s4t5f
+2stg
+stga6ve.
+stgå8va
+stgå8ve.
+2s6t5h
+st5he
+2s3tia
+4stib
+s5tibe
+s9tibl
+3stic
+6s5tid
+s6tidel
+sti5en
+s2tif
+3stift
+s4tigen
+7s6tigi
+st9i8gj
+3stign
+s5tij
+6s5tika
+4s5tike
+s4tikl
+3s6til.
+5s4tila
+sti4lag
+4stild
+3stile
+stile9ge
+s6tilk
+6stiln
+s4tilo
+6s5tils
+5s4tilt.
+6s5tilta
+5stilte
+4stime
+sti7mer
+6stimé
+3s6timu
+s6t3ind
+s6tini
+4s6tinn
+s6tinst
+s6tint
+1s2tip
+4s3tipp
+6stips
+5stir
+2stis
+6s7tisk
+4stitt
+4stiå
+s4tja
+5stjel
+4s3tjen
+s6t5jent
+3stjer
+4stju
+2stk
+2stl
+2stm
+2st5n2
+s2to.
+1stof
+2s3tog
+4stoks
+6stokt
+3stoli
+4stolj
+s5toll
+4stom
+s9tomm
+st3oms
+6s5tomt
+4stoni
+st3ope
+st5oppl
+6s8t5ord
+sto4ret
+s6torm
+stor3o
+4stors
+st5o4s
+s1tot
+sto4t5r
+5s6tore.
+st5ou
+5stova
+2stp
+8str.
+st3ra.
+4s5trad
+s8traff
+6strafi
+6strail
+st3ral
+st4ran
+stra8na.
+5strand
+4strane
+6strans
+4strap
+4strar
+st7ras.
+st7rast.
+5s4traum
+s4tre3a
+s4tred
+7s6treik
+st5reis
+7strek.
+st5rekl
+6streni
+st5rer.
+6strers
+6strh
+9stria
+9s8trid
+5strie
+st5rige
+st3rin
+3s4t6rip
+5stri3s
+6stroe
+s5t4rog
+5s4trok
+st3rol
+6s4t5rom
+st3ron
+st7rop.
+st7ro6pa
+s6trope
+9s6truk
+st5rum.
+2stry
+6stryg
+s7trykt
+4s3træ
+1s2trø
+6s5trøb
+st6røm
+4strør
+4strøs
+st5røse
+s5trøst
+4strøy
+6stråd
+2st5s6
+stsa6me.
+stsy8na
+4st7t6
+stta6le.
+st3t4r
+s4tua
+1s2tub
+3s4tud
+s2tue
+stu4el
+stu4er
+stue5re
+3s4tum
+6s3tung
+6stunn
+3s8tunt
+6stur
+2s4tut
+2stv
+s3t4ved
+1sty
+2stya
+2styd
+3s4tyk
+sty6l
+2s5tyn
+2s7typ
+3s4tyr
+styrs3
+6stysk
+4styv
+sty5ve
+1stø
+2støk
+5støl
+6støm
+5støp
+6størk
+5støt
+stø7va.
+stø5var
+stø3ve
+stø5vi
+st8øy
+1stå
+5s4tåe
+stå5k
+4su.
+1su4a
+su7a8l
+1su2b
+sub7l
+sub3o
+5subs
+s3ubå
+1sue
+su8er
+su2f
+5s2ug
+su6ga.
+su4ge.
+sug3g
+su2h
+3sui6
+su3is5
+suit5a
+su2k
+4s1uke
+3suk5k
+suk3r
+1suk5s
+su4le.
+3s4ulf
+su4lik
+sul4t5r
+s1ulu
+2suly
+sulæ5
+3s2um
+4s3umid
+su2mo
+sums6
+5sund.
+8s5under
+5sundet
+5s4undi
+sun6d7r
+9sunds
+sun4ge.
+6s7u2ni
+su4o
+3s2up
+su4pe.
+super3
+supi9
+sup4r
+su8pre
+sur5d
+su4re.
+4s3u4rei
+1surf
+su4rie
+su4riu
+surs5k
+sur4sp
+sur4sti
+1sus
+su3san
+su4se.
+su6s5es
+4susi
+su4sik
+sus3p
+sus3s
+su2sy
+2s1u4t1
+sut6ra.
+sut8reg
+7suv
+8s5u6vi
+sv2
+6sv.
+sva5a
+svai5
+5svak.
+3svake
+6svaks
+sva4la
+sva4les
+6svalet
+5s6vali
+7s6vam
+s4var.
+s4varet
+s3varm
+3s4vart
+6s1vas
+6s1veg
+sve6g7i
+s5veie
+3s4veis
+s5veka
+6s5veks
+5s4vens
+sverd5s4
+sve4re
+sve8res
+3s4verg
+5s4verj
+s5verk
+sver4ki
+s4verm
+6s7verv
+7s4vev
+s4vie
+svi6e3l
+4svig
+svi5ke.
+6svikg
+4sviks.
+3svikt
+4s5vikti
+4svil
+s6vindel
+svi4nes
+sving5s4
+ll6svint
+4svir
+2svis
+svi4sa.
+svi4se
+svi5sen
+svi5ser
+s8viv
+svi9ve
+4svol
+5s2vor
+svor7t
+s3vr
+3svul
+5s6vulm
+s3vy4
+svye7ne
+1s2vø
+4svæs
+2s7vå
+1sy
+sy4c
+sy4de.
+sy5den
+5sye
+sy2er
+sy8ka
+sy4ker
+sy5kere
+2syko
+sy6kog
+s4ym
+sy7me
+s2yn
+4s5yndl
+synk4
+syn6sk
+syn3te
+sy4ra
+sy5rar
+s6yre
+sy4re.
+2s1yrk
+syr4ka
+syr4ke.
+3sy1s
+sy4se
+sy2sl
+sy2s3t
+sys4tr
+2sy2t
+sy5ten
+sy5t6h
+9sytt
+sy2vå
+s4z
+sz3c4z
+6szt.
+1sæ
+sæ2l
+8s3æ4re
+8s3æ4ren
+sæ4r1i
+særle9
+sær5s8
+7s6æ5te4
+4sætt
+1sø
+4sø.
+sø2d
+s1øde
+4søf
+søg4
+4søj
+9søk.
+3s6øke
+5søkj
+5søkk
+søk7kj
+3s6økna
+2søko
+søk4sk
+søk6s3e6
+5s6øksm
+søk4ta
+3s4øl
+sø4la.
+sø4le.
+sø5let
+3s2øm
+sø6må
+3sønn
+s1øns
+s4øp
+sø4ras
+sø4re.
+sø4r5end
+søren6de.
+sø8ret
+sør9ett
+7sørl
+sør3s
+sør5ø
+3s2øs
+4søs.
+sø8sa
+7søt
+sø7tast
+sø7tel
+sø5tes
+2søv
+s1øve
+3søvn
+2s5øy.
+4s3øya
+søy8de.
+6s5øyd
+8søye
+3søyl
+6s5øy4n
+søy2r
+2s7øys
+5såg
+s3å2ke
+5s4ål
+så4le.
+6s1ån
+sån4da
+sån6de.
+så2p
+9såpa
+så5pet
+6s1åpn
+såp9u
+så2r
+så6ra
+sår9ast.
+så4re.
+sår3sk
+sår7ø
+så2s
+s7åsa
+s4åsb
+s5åse
+sås5k
+sås5t
+9såv
+såva7
+ta1a
+4tabo
+tab2r
+tab2s
+ta4bu.
+4tabø
+ta1c
+4tad
+ta2da
+ta8d3ei
+ta6d3e4t
+tad5spa
+tad7s6v
+ta6du
+t8ae
+6taei
+4taek
+4tael
+1taen
+4taend
+4taenh
+ta6es
+2ta5fe
+taf7f6
+5tafis
+4tafl
+1tage
+4tagj
+8tah
+ta7is
+1tak.
+ta4ka.
+4takau
+ta7ken
+ta5ker
+tak7kel
+tak5k4l
+ta8k9la
+2takr
+tak4sal
+tak6se.
+tak4si
+4t3aksj
+5takst
+tak4tal
+4taktig
+tak4to
+t5aktø
+ta1ku
+tak3v
+1tal.
+ta9lam
+ta3lan
+tal5ang
+ta7las
+3tale
+ta4lei
+tal5eie
+ta4lek
+ta5ler.
+tale7s6
+1talg
+tal6ge.
+7talj
+talj5es
+tal4led
+tal4leg
+8t7allerg
+tall7es
+tal8lign
+tall6s9a
+tal4ly
+tal3op
+6talter
+t5altern
+ta6l9u
+ta6lå
+2tamb
+tamba6ne.
+t3ambi
+t4ame
+4tamet
+tam4i
+2ta3m4o
+t6an.
+ta2na
+4t3anal
+ta3nar
+ta5nas
+ta5nat
+t5andak
+5t6ande.
+t7andel.
+t5andele
+tand5r
+tandø4
+tandør5e
+1tane
+ta4nel
+ta5nem
+4tanett
+t3anfa
+tanfø6
+6tangf
+6t3angr
+1tank
+2tanl
+t3anle
+2t1anm
+3tannl
+t5anno
+tanns4
+tan6sk
+tans5ka
+t5an5sl
+4t5anstr
+4tansv
+8tantil
+tan4tra
+6t7antre
+t3anve
+2ta3o4
+5tap.
+ta4pa.
+1tape
+ta4pe.
+3tapi
+4tapl
+4tappa
+5tappi
+1t4ar.
+t6ara
+ta4r3ak
+4taram
+ta6rare
+2tarb
+3tarbo
+5tarbø
+4t9arena
+6t7ark.
+tar8ka.
+4t5arke
+4t3arki
+4tarra
+tar9si
+tar7sp
+tars6v
+4tart
+tart7est
+t5artik
+tar7tit
+tar4t3r
+ta6r5å8k
+4tasa
+ta3se
+6t9asf
+t3a4sia
+tasi3e
+ta4sif
+ta4sil
+ta4si5s4
+tas4p
+tas5s4
+6ta7sto
+ta7str
+4tasu
+ta1ta
+ta7tes
+tate8se.
+tat5e4v
+tati1
+tat3op
+tat2s1
+tat3te
+t3attr
+1tau
+9tau.
+7taue
+4t5aug
+2t1a4uk
+4taun
+tau4ne.
+tau4sk
+2taut
+2tav
+6tavin
+3tavl
+4tavli
+ta9xy
+6t1b2
+tba3d
+tba2n
+t6be.
+tbe6te.
+tbe6t7r
+tbe6t8ra
+tbo6da
+tbu8da
+tby3k
+tby4s
+tby7te
+2tc
+t1ce
+tcen4
+tch5e
+t5co
+2t3d
+tdy5pe
+1te
+4tead
+4te3ag
+2teak
+2te9a8l
+tea6m
+2tea2n
+2teap
+2tear
+te5arb
+tea4s
+3teatr
+4teatt
+2teau
+2teav
+4teb
+t5ebb
+tebu8da
+4tecel
+te1co
+2ted
+6t5eddi
+3tede.
+4tedeb
+te7def
+4tedek
+4tedel
+4tedem
+te5den
+4tedi
+5tedil
+4tedo
+tedo6en.
+tedo4er
+tedo8et.
+te4dor
+ted4sk
+ted4sl
+6tedu
+4tedy
+tedyr9k
+4tedø
+te3e4
+2tef
+8tefa
+4tefi
+4tefl
+4tefo
+tefo8r
+t3efte
+3tefø
+2tega
+5tegat
+4t3egd
+te7gea
+te9gee
+4tegg
+teg8ga.
+2tegh
+te4gim
+2tegj
+2tegl
+te3gla
+te9g8li
+8tegs.
+6tegspl
+6tegsv
+2tegu
+tegvi8
+2tegå
+5tegås
+4teh
+5tei.
+2tei4d
+t3eie
+t3eiga
+tei6ga.
+t7ei6ge.
+6teigr
+3teikn
+tei5le
+te1im
+6teinf
+te4inne
+te5inte
+te5i4s
+6teiso
+2tej
+te7ken
+te5ker
+4tekil
+2tekj
+5tek1k
+2tekl
+te5k4la
+tek6lede.
+tek4li
+4teknu
+2teko
+2tekr
+te7kra
+te6k5ru
+9teks.
+4t3eksa
+t3ekse
+4teksp
+t4ek8st
+tek8t9r
+tekt4s
+tek6ty
+2teku
+te2k3v
+4teky
+2tekø
+4tekå
+2te3la
+tel6ak
+5te4l5ar
+3telav
+8te4le.
+4teled
+4telei
+4telek
+4teleme
+te4lene
+6teler
+te4les
+te5lesk
+4te4lev
+te6leva
+4telid
+4telik
+4telil
+4telin
+te4lir
+4telis
+4telit
+4teliv
+tel5lef
+tel4lei
+tel4lev
+tel8lign
+tel4lo
+2telo
+tel3se
+telses5
+t3elsk
+tel7s6v
+5teltet
+2te1lu
+7telut
+2tely
+6telæ
+2telø
+telø8pa.
+2telå
+2tem
+3temae
+6teman
+te4mans
+t5emba
+6temenn
+5temik
+tem9ma
+6temn
+tem5ne.
+tem5ord
+tem5pe
+tempe8l7
+3tempo
+tem3s
+4temø
+3ten.
+te5nab
+te4n5al
+ten8am
+te4nan
+te4nat
+ten5at.
+6t7enc
+6t5en6den
+4tendr
+4tened
+te5neg
+6tenem
+6tenerg
+5tenes
+4tenet
+2teng
+7tengon
+t5e4nig
+7tenik
+5tenis
+4teniv
+ten9no
+te4nom
+te5nor
+6tenorm
+4tenot
+te6nov
+6tenó
+ten3sa
+ten5sko
+ten6slu
+ten3so
+tens5v
+ten4t5in
+tentle8ge.
+4tenum
+4teny
+4tenæ
+2tenø
+ten5øks
+2teom
+5teon
+4teop
+te6ora
+4teord
+2teov
+2tep
+te3pa
+4tepak
+tepa9ra
+4tepas
+4te5pe
+7tepee
+9tepé
+tep6pere
+t5e6ple
+4tepr
+4terac
+te7rakk
+6teramm
+ter7apa
+4terapp
+te4rare
+6terasa
+4terase
+7terast
+terba6ne.
+t6er5d
+4tered
+4teref
+4tereg
+4tereis
+te4rel
+8terem.
+6teremm
+te4r5eng
+teren6ga
+6terenn
+4terep
+te4rerk
+ter5esti
+4terett
+6terevo
+3ter5g
+3terh
+te4rig
+4terik
+4terisi
+te4riv
+ter5j
+4terk.
+4terke
+4terkh
+7terkr
+6terks4
+4terkt
+terla6ga
+terle7ge
+terle6ve.
+ter8ma.
+ter3no
+tern5s
+te5ro.
+tero6e
+te3rof
+4teroll
+4terom
+5teromr
+4te3ros
+4te3rot
+tero6v
+ter5r
+5ters.
+5tersjøo
+ters4kl
+ter7s6ko
+ters4l
+ters4h
+ter3s4m
+ters6ne
+ter5sv
+tersø6ke.
+3ter3t
+ter9to
+ter9ul
+8terum
+ter7v
+tervi6se
+2tery
+ter5ør
+4terøt
+te4r3øv
+4teråd
+te4r3ås
+t4es
+5tes.
+2tesa
+5tesar
+te7sen
+2te1sh
+4tesid
+4tesik
+6te3sin
+4tesit
+4tesj
+6tesjef
+4te1sk
+t9es6ka.
+6teski
+te5sko
+2te1s2m
+7tesmåe
+2te1sn
+2te3so
+6tesp
+5tesr
+3tess
+5test.
+4testaf
+tes5tas
+4testat
+5tes7te.
+4te5stei
+te5s6tiv
+5testid
+tes4tik
+4te5s4til
+4te3sto
+4te3str
+4testy
+4testø
+2tesu
+4te1sv
+tes8væ
+2tesy
+2te3sø
+te7så
+te8sår
+teså9re
+3tet.
+teta6ka
+teta6le.
+te4tap
+te3te
+5tete.
+tete4e
+4teteg
+4tetei
+4tetek
+4tetem
+2teti
+3tetik
+3tetis
+2tetj
+2teto
+2t8et2r
+3tet2s
+tet5ti
+tett3s
+2tetu
+5tetu.
+2tetv
+2tety
+te2t3å
+2teu
+teu8k
+t1eur
+3teus
+2tev
+t6eva
+te4valu
+3tevl
+tevo6r
+te3vr
+2tey6
+2teø
+2teå
+4téa
+2téb
+2téf
+2téh
+2téi
+4téle
+2tém
+2tése
+4tést
+6t1f
+tfe6e
+tfe4l
+tflå3
+t7fo
+2t3g2
+t4ga.
+tge4a
+tgei5
+t4gi.
+tgi5ros
+tgrei9e
+t4gå.
+2t1h
+t4hap
+t4hea3
+thei5m
+tho7li
+tho3re
+3thr
+thu5le
+thu6s
+thy5r
+1ti
+2tiad
+ti3ag
+2ti1ak
+4ti3all
+ti5als
+2tia2m
+2ti1ap
+ti3asp
+4tiau
+2tiav
+2tib
+2tick
+3tid
+ti2da
+4tidan
+tid7d
+6t3idee
+4ti5dem
+4t7idé
+4tidis
+4tido
+4tidr
+2tidu
+tidvi4
+6tidy
+4tidø
+ti1e2
+2tief
+2tiei
+2tiem
+4tienh
+tie5ra
+4tierf
+4tierk
+ti4ert
+ties3
+ti3esk
+ti3et
+4tieta
+4tiett
+2tifa
+tifa8ne.
+2tife
+4tifl
+2tifo
+2ti5f6r
+t8ifrå
+4tift
+tif5te
+2tifu
+4tifø
+ti9ge.
+4tigj
+2tign
+3tigno
+ti6gun
+2tih
+2tii
+2tij
+ti3ka.
+6tikarr
+ti5ke
+4tiket
+4ti5ki
+6tikj
+tik4kj
+2ti3ko
+2ti1k2r
+ti3ku
+6tikular
+6tikult
+6tiky
+4tikø
+t4il
+tila6ga
+til1d4
+3tilde
+2tile
+ti3lei
+3tilfe
+3tilg
+til3id
+4tilke
+3tilkn
+4tille.
+4tillh
+4tillin
+tillø7
+4tilm
+7tilnæ
+3tilst
+til3t4
+4tilte
+2tilu
+2tilø
+ti7mab
+5timat
+ti4me.
+5timedie
+ti4mera
+5timeri
+2timl
+4timo7
+4tim6o8r
+2t1imp
+tim7s
+2timu
+2timy
+2timø
+ti6nab
+tin5art
+4tinaz
+2tind
+t3indu
+ti4nem
+4t1inf
+tin5ge4s
+6ti4nit
+6t5inj
+2tink
+7tinks
+4t1inn
+6t5inne
+ti5no
+tinsk5
+4tinsp
+4t3inst
+4t1int
+2tinv
+4tinva
+4tiny
+9tiol
+6ti7om
+tion9s6
+4tiop
+ti1or
+ti1ov
+ti3pa
+ti6pla
+4tipr
+3tips
+2tir
+tira4t
+ti4ref
+ti1ro
+6tisak
+4tisam
+ti5s6an
+ti3se
+4tis4ei
+4tisek
+4tisel
+4tisem
+4tisep
+tise8ra.
+4tisers
+6tisig
+4tisio
+4tisje
+4tisju
+tis4ka
+4tiskan
+4tiskil
+tis5kok
+6tisku
+tis5l
+4tisn
+4tiso
+6tisprå
+4tistat
+tis4ti.
+tis4til
+ti5stre
+4tisty
+4tistø
+ti8støy
+2tisy
+2tit
+ti7ta
+ti3te
+ti1tj
+3titl
+tit4r
+tit3s
+3titt
+4tiub
+2tiut
+ti4v5and
+tiva9re
+ti4v5art
+tiv6is
+2tivo
+tiv5si
+tiv5sk
+4tiy
+ti5ær.
+ti7ære
+ti9ært.
+ti1ø8
+2tiå
+6t3jag
+2t1jak
+t5jarn
+2t1je.
+2t1jeg
+2tjel
+1tjen
+tjen6st
+6tjep
+2tjer
+t5jev
+2t1ji
+5t6jingan
+5t6jingar
+2tjo
+t5jord
+2tjub
+tju4e
+2tjun
+6tjur
+3t8juv
+tjæ4res
+2tjø
+4tjå
+4t3k2
+t6kag
+tka8ra.
+tkly9
+tku6le.
+tkå8pa
+6t3l6
+tla4ga
+tla8te.
+tle6da.
+t4ledr
+t6lef
+tlei5er.
+tle8se.
+tle5ti
+tligh6
+tlight5
+tli6nes
+tli4te.
+tlu4e
+t6l7ut
+tlø4pa.
+tl7øy.
+tlå3ne
+tlå7r
+2t1m
+tma3d
+tma8ge.
+t6maku
+t2mam
+t2meg4
+tme3in
+t2mek
+tmini6
+tmin5s6
+t2mos
+tmå4la.
+8t1n
+t3na
+t6nee
+t4neli
+t7nelig
+tne4rek
+tne4r5ø
+tne8se.
+t4nesk
+t4nest
+t5ni
+t8no.
+tn5sk
+tnæ6re
+7toan
+7toar.
+toa6t
+6toau
+2toav
+tobe6r
+t3o2bl
+6tobs
+4toc
+to5da
+to9de.
+to4dera
+3todo
+1toe
+2toek
+6toel
+toe4t
+2tof
+6toff.
+t3ofre
+to5fri
+to2g3at
+to7gen
+4togg
+to6gl
+6tograv
+to4gre
+tog3st
+to2gu
+2toh
+toil3
+2to1in
+4toj
+t6ok
+1to3ke
+to3ki
+2tokj
+2tokk
+tokk5end
+to3kl
+5toksi
+5tokt
+2toku
+to4l5arm
+5tolat
+to5lel
+tolele7
+5tolera
+toli8ne.
+2tolj
+1to4l3k
+7tolki
+tol4lab
+tol4lag
+tol6leg
+tol6lett
+3tolo
+tol5tr
+4tolå
+to9ma.
+2tomb
+to5mene.
+2tomf
+4tomg
+to3mi
+to5mise
+to7mist
+4tomk
+tomlø8pa
+t8omm
+2tomr
+4tom1s
+5toms.
+1ton
+to5na
+to4ned
+to4nel
+tong5s4
+to8nib
+2tono
+ton3sa
+ton5s4l
+ton5sp
+2tonu
+to4ny.
+2to3o
+4to1pl
+4toppd
+6toppg
+6t5opple
+4t5opplæ
+top4po
+4toppt
+4topr
+to1ra
+to4rak
+tor5alt
+tor5ang
+to4r5ant
+to4r3as
+4tord
+tor8da.
+to1re
+6toreg
+to4rek
+tor7eks
+to7rem
+6torent
+5torer
+tore4t
+tor5ete
+4torga
+tor5int
+tor7me
+torm5s
+tor5na
+tors4i
+tor5t8
+torvei5
+to4rø
+4torå
+to1s
+4tosa
+4to3se
+to2sh
+6tosj
+tos5ke
+to8sku
+4tos2p
+2tosy
+4tota
+to5te
+to8ti.
+to5to.
+to4tor
+6toty
+2tov
+to1va
+to7veg
+to5verd
+tove7re
+t5overs
+5tow
+4toø
+6t3p2
+t7pa
+tpi7ne
+tpi7pi
+tpo4et
+t4påk
+tr4
+8tr.
+6t9rabat
+3trafi
+tra8ka.
+trak7to
+t5rane
+3t6rans
+tran7ske
+5trap
+tra3pe
+tra5po
+tra5r4
+5trase
+tra5se.
+tra5ses
+5trasé
+t2rat
+t5rate.
+3trav
+tre4al.
+tre1c
+4t3reds
+t3refu
+6t1reg
+t5regi
+4trei
+tre5int
+6trek.
+4treke
+4trekl
+4t3rekor
+4trela
+3t6re7na
+tre5ne
+t6reng
+3t6reni
+4t3renn
+tren6sk
+t7repe
+t5repres
+t2rer
+t4rero
+t4re3ru
+2tres
+6tresi
+tre5sko
+tres4l
+3tresn
+t5resu
+t1ret
+t4reta
+t6reto
+t5retted
+5t6rettel
+4trev
+tre9va
+t6rib
+4t1ric
+4t4rid
+tri7ei
+t5rig.
+t4rikk
+t8rina
+t4ri5ne
+4t5ring
+3trinn
+7t6rio
+t4rist
+tri5to
+t4riu
+t2riv
+tri7vi
+5trix
+3t4ro.
+5troa
+tro9ar
+3troe
+t4rof
+tro5g
+3t2roi
+tro3in
+t4rok
+t2rol
+4t3rom.
+t6rond
+5t4rong
+tro5per
+t2ros
+5t6rosk
+tros3l
+tro1v
+t8ru.
+t8rua
+7trua.
+5trued
+5truet
+3trug
+tru1i
+5trukn
+t3rull
+2t1run9
+t3rund
+4trupe
+tru5sa.
+7t6rusk
+2trut
+t5ruta
+t3rute
+t3ruti
+tru5v
+try3dr
+3t2ryg
+tryg5ge
+7trykk.
+5trykke
+try7pe.
+t6ræ
+trø8a
+t5rød.
+t5rødt
+4trøk
+4trøm
+2trør
+5trøt
+5trøya
+5trøye5
+trøy9et
+4trøyr
+6trøys
+5trøyt
+trå8da.
+4trådet
+trå4dr
+t6råkl
+t3råst
+4ts
+6ts.
+t5sa.
+t5sab
+tsa2g
+tsak6se.
+ts1an
+ts4ang
+tsau6r
+t1sc
+t6scha
+t6sch5k
+t5se.
+tse6d
+tse4er
+ts5ege
+tsei4d
+ts3eig
+ts2em
+t3sen.
+ts4ende
+t5sendi
+tsen8ka
+tsen6ke.
+t5sens
+t4sentu
+t5ser.
+t3seri
+t4s3erk
+tser3o
+t5s6ers.
+ts4es
+t4sesk
+ts5e6st
+ts3eta
+tse4te.
+ts1e4v
+ts3f
+ts4fæ
+t7s8hop
+ts7ill
+ts3inn
+t4s3ins
+t5sir
+ts5jeg
+tsje5t6sj
+ts5jor
+5t6sjov.
+t7sjuk
+t4sjur
+t5skad
+t4skan
+ts6kis
+t4s5kjed
+ts6kjø
+t5skol
+t6skoll
+t7skot
+ts5kren
+tsk5ru
+ts5krø
+ts1k6v
+ts9kvi
+ts6ky.
+t6s7kyn
+ts1l
+t7s6lo.
+t3s4lot
+ts2lu
+ts5lø
+t5smit
+tsmå6la.
+ts1o
+t4s5o4d
+t5sok
+t5somst
+t5spek
+t3spel
+ts2pi
+t2s3pike
+t3s4por
+ts5s4
+t1st4
+t2s3tabb
+t5stad
+ts3tak
+t4s3tal
+t5stand
+t5stang
+t5star
+t5stat
+ts6tau
+t3sted
+t4steg
+t4stek
+ts6tig
+ts4tik
+t4stilk
+t4stin
+t4stit
+t2s1tj
+ts5ton
+ts5tors
+ts5tree
+t4s5tren
+t4s5tro
+ts3try
+ts6trål
+t5stu
+ts3tv
+t4sua
+tsu7ge
+tsu4l
+ts3uli
+ts3u4r
+ts5usi
+ts1v
+t3svik
+ts1w
+t5syk
+ts5yt
+tsø8ka
+ts5økni
+ts5øv
+tsøy8er
+ts1å
+tsåt8
+6tt
+t1ta
+t3ta.
+t2tab
+ttaba6ne.
+tt9abo
+tt5adr
+t2taf
+tta9fr
+tt3aft
+tta4la.
+t6t3ald
+tta7lel
+ttall4
+t4t3ana
+t5t6ane
+t4t3ang
+t4tans
+t4tanv
+tt5appe
+t7t8ar.
+ttare6
+t4tarr
+tt5ar5t
+tt6arta
+t4tase
+t4tasj
+t4tav
+tt3avi
+tt5avk
+tt5avr
+t3te.
+t2tea
+t3ted
+t4teda
+t5tede.
+t8tedr
+t2tee
+t4tef
+tt3eff
+t2teg
+t2tei
+tt7eid
+tte3in
+t2tek
+tte7kv
+tt7elev
+tteli6te.
+t4tem
+tte4ma.
+tt5emn
+ttem8na
+ttem6ne.
+t3ten
+t5ten.
+t4tena
+t5tene.
+t4teni
+tten5s
+t9tens.
+t4t5ense
+t2teo
+t5ter.
+t4terei
+tter5un
+tte4r5ø
+t4terå
+t4tese
+t4tesi
+ttes6ke.
+t4tesl
+t5tet.
+t4teta
+t4tete
+t1té
+t4th
+tt5he
+tti5a
+t4tidel
+tti3e
+t2tif
+t5tig
+tti4g5j
+tt3ind
+t5tine
+t7tiné
+t5ting
+t4tini
+t4t3ins
+t4tisj
+t6tisti
+t7tite
+ttle6de.
+ttlin5
+t1to.
+t5tofr
+tt5om.
+t7tomr
+t2ton
+tton6na
+tt3opp
+t5tora
+tt3ord
+tto5re
+tt5o4ri
+tt3orm
+tto5u
+ttpar4
+tt6pås
+tt9raka
+tt5rake
+tt3ram
+tt3rap
+tt7rat
+t4t3rep
+tt3res
+tt3rev
+tt5rom
+t5trop
+t5try
+t2t1rø
+t6ts
+tt7saf
+tts3ar
+tts5kan
+tts5kj
+ttsla6ga
+tt3sok
+tt5still
+tts5top
+tts5tra
+tts5tøy
+tt3ugl
+t1tum
+tt1un
+ttun6ge.
+tt1ut
+tt8ute
+ttva8la
+tt5ve
+tt6vun
+t5tw
+t5ty.
+tty8e
+tt1y6t
+ttæ6
+tt3ø4l
+t1tør
+tt3øv
+tt7øy6r
+tt1å4
+5tual
+4tu4av
+tuba3
+tu4be.
+tu6bå
+tu6dem
+5tuel
+tu4er.
+tug8la
+tu1in
+tu2k
+t5uka
+t1uke
+7tukt
+3tula
+1tule
+tul5les
+tum5m
+tum4s
+3tun.
+4tund
+3tune
+tun5gesv
+6tungd
+tung9s
+6t5uni
+tu4nio
+5t4un5n
+9tuns
+3t2ur
+tur7ant
+tu4ras
+4tu4rei
+tu4rek
+turi4
+tu4rin
+tur1o
+tur3p
+tur5s4
+tur3uk
+tu5rus
+tur1ø
+1tus.
+tu1sa
+3tusb
+3tusf
+tu4sin
+tu4sm
+tus5o
+tus7s6t
+tust6r
+tus5u
+2tutg
+t5utj
+t5utk
+t1utr
+tut6tenk
+tut5tor
+tutt5ov
+tu8va.
+2t1v
+tv4a
+tva8k
+tva6ne.
+3tvang
+t4v5anl
+8t9var
+tve5del
+3tveit
+4t7ver
+tvert5
+t2vet
+3tvet.
+7tvets
+t5vik
+tvi8ka.
+t8viklas
+5t4vil.
+tvi5la
+5t4vile
+t4vi5l4i
+t6ving
+tvi4sa.
+tvi4se.
+6t7vo
+3tvung
+6twa2
+1tyd
+tyg9gel
+tyg5ges
+6tyh
+tykk5s6
+ty4med
+1tyn
+ty4ne.
+6t5yo
+1typ
+5t6ype
+ty4pere
+ty4pet
+ty4rak
+5tyrann
+6tyreg
+ty4rep
+tyre5st
+ty4ri.
+tyri9e
+ty4ri5s
+ty2s
+3tysk
+tys3t
+2ty2t
+ty8ta
+t3ytel
+ty5ten
+ty4ve.
+2tz
+t5za
+5t6zel
+6t6z5l
+1tæ
+tæ5l
+tær6ene
+tæ4renh
+tær4er
+tær4et
+tær5s4
+tøf3l
+2t1øk
+tø9ket
+tøk8ta
+4tøl
+t7ø4let
+5t4øm5
+tøn5nes
+4tøp
+tøp5se
+t2ør
+tø4r3as
+tør3in
+tørk4
+7tørk.
+9tørka
+5tørke
+tør5ne
+tørs7ta.
+tørs7ter
+tørs5tin
+tør3t
+tøs4
+tø8sa
+4tøt
+tøt5a
+tø5ta.
+tø3te
+tøtt6
+2tøv
+tøv6d
+tø7vele
+t4øy
+tøy5a
+t9øyem
+tøy5r
+tøy5te
+tå4en.
+tå2k
+tå5ket.
+tå5ki
+tåk6r
+tå2l3a
+tå9la.
+tå4leg
+tå7lel
+tål5s4
+tån8da
+tån6de.
+tå3ne
+4tåp
+tå6pe.
+t1åpn
+tå6re.
+tå4rep
+t3året
+4t5åri
+3t8årn
+2t1års1
+tå3s
+tå2t
+t3åtak
+tå7ten
+ua7g
+u1ak
+uak3s
+u1al.
+ua7la
+ual5l
+ual3o
+ual3u
+u3a4ne.
+u5anl
+u3ans
+u1ar.
+uar5d
+u4arr
+u5ars.
+uash3
+ua3t
+u5au8
+u1av
+1uavh
+u4ba.
+ub7alt
+ub7ant
+ub5ark
+ub4bo
+ub2br
+ub4bu
+ubel5s
+ub5h
+ubi6s
+ubis7t
+ub1j
+ub7lande.
+uble3s4
+u1b4r
+ub5rin
+2ubs
+ubu8e
+u4bå
+uch5en
+uch5er
+u1ci
+uck1
+ucu5
+2ud
+u3da.
+u7das.
+ud4dag
+ud2dr
+udd4s5e
+ud2då
+udea9
+ude8are
+u2deb
+udeie5
+udei5er
+u2dek
+ude3lu
+u2dep
+u6dero
+u2des
+u3d2et
+u6d5ett
+u5devo
+udia2
+udi3an
+udi4en
+udio5
+ud7ir
+ud7ji
+ud5leg
+udle6ge.
+u7dob
+u6doe
+u2dot
+udover7
+ud1r
+udse4
+ud3t
+ud5v
+3u4dy
+udy9ra
+ud5å4s
+ue5a8
+u5ei
+u1el
+uem8na
+u1e2n
+uend5r
+u7ene
+uensar4
+ue7o
+u1er
+u5e6rast
+ue4re.
+ue5ren
+ue4rer
+ue4res
+ue5ri
+uerle7
+u2erm
+ue4se
+ue2si
+ue4skj
+ues6n
+u1et
+uet8r
+ueul8
+u4fe.
+u6feb
+ufe6e
+uf1f4
+uf4f5erm
+ufi9l
+ufi5ne
+u1fl
+u6foa
+ufor3s
+u1fr
+uft3a
+uf4tan
+uft5s4la
+uft3sp
+ufø6
+u5gag
+u5gar
+u6g5av
+ugby7
+u2gem
+u5gen
+u3ger
+u4gerø
+u2ge5s4
+u9get.
+u8geta
+u2gev
+ugg3s4
+u5gis
+u4gl
+ug1la
+u5g4lad
+ug9lar.
+ug4le.
+ug9ler.
+ugle7s
+ug5ly
+ug7na
+ug7ne.
+ugo1
+u4go.
+ug4re
+ugrei9er
+u4grø
+ug5s4i
+ugs4k
+ug7so
+ug3s4pr
+ug5s4va7
+uguay7ans
+ug5øyn
+u1h
+3uhel
+ui8a
+u4i6c
+ui2d
+uid5el
+uid5en.
+uid5ens
+uid5er
+uid5in
+ui3e6
+u4il
+uil5l
+u1im
+ui3ne
+u1ing
+uinnsmi8
+uinnsmig9
+u1ism
+uista7
+uit3en
+uit5er
+u1itt
+u1j
+u4jas
+u8je.
+u7jå
+4uk.
+u1k2a
+u7kar
+ukare6
+ukar5t4
+u5kat
+u2ke.
+u4ked
+uke5l4
+4ukem
+uker5an
+uke4rek
+uker5i
+ukho7
+u7ki
+u1kj
+4ukk
+ukk6a
+uk7kestal
+uk8k9l
+ukk7n
+ukks6
+u5klem
+uk8lu
+ukl7ut
+u5k4no
+u1ko
+u4k5og
+u2kra
+uk3rus
+2uks
+uk2sa
+uk4sek
+uk4sel
+ukse7te
+uk2si
+uk2s1k
+uk7ski
+uk2so
+uks5t
+uk4s3un
+uk2sø
+ukt5e4sk
+ukteslø9se
+uk4t3id
+uk6tj
+uk4t5ori
+uk2t7r
+ukts6l
+ukt3sp
+ukt9s6v
+ukt4sti
+uktu8e9ra
+uktue5re
+u1ku
+uku6e
+uku5le
+uk5vik
+ukys8
+uk3ø4
+uk5å4
+6ul.
+u1la
+u4la.
+ula7d
+u6l1af
+ul3aks
+ul5art
+ul4det
+u4lef
+u2lek
+u2lel
+ulele8ge.
+ule5ma
+u3len.
+u6leni
+u3lens
+u5ler.
+u5lere.
+ule3ri
+u2l3erl
+u4lero
+u2les
+ule3st
+u5lest.
+u5leste.
+u2leu
+u1lé
+ul4f5l
+ul4fo
+ul4fr
+u3l4i
+ulie8
+uli9en
+uli5ke.
+3ulikh
+uli9na.
+uli5ne
+u7linj
+ul1j
+ul5ka
+ul4k3v
+ul4lag
+ul4lam
+ull7arm
+ul4leg
+ull5egg
+ulleg8ga
+ul6leng
+ul9lere
+ul4le3s4
+ul8li.
+ul8lig
+ulling7s
+ull5i4v
+ul4l3o6s
+ul8lot
+ullo3v
+ull5sle
+ull3s6m
+ulls4t
+ull3sv
+ul2lu4
+ul6ly
+ul2lø
+ulm4u
+u1lo
+ulo6i
+ul5op
+ulo7va
+ul4sk
+uls4po
+ul8sn
+ulss8
+ul2st
+ul8s3t6r
+4ult
+ul4teg
+ul4tek
+ul4tes
+ul4til
+ul4tim
+ul4to
+ul7tor
+ul4t3re
+ult3ri
+u7lua
+u3lue
+1uluk
+u5lup
+u5lus
+ul9ut.
+u7luta
+u9lute
+ul7va.
+ul5van
+ul4var
+ul4ve.
+ul4veg
+ul4vei
+ul4ves
+ulv3t
+ul4v3u
+1uly
+ulyk5kes
+ulæ6ra
+ulæ5re
+ulø3se
+uløy6e
+ul5å6l
+2uma
+uma8ge.
+u6mare
+um5au
+umau7ken
+um3av
+2umb
+um5be
+4umc
+4umd
+2ume
+u4mend
+u4m3enh
+umen4t5i
+ume5ra
+2umfo
+2umh
+2umi
+u6midd
+umie6n
+umi9na
+u4mint
+um9ja
+2umk
+4uml
+4umm
+um3me
+um4mil
+um4mis
+um3n
+umna8
+4umo
+umo6g
+um5ok
+2ump
+um7pan
+um4ple
+um4p7ut
+4umr
+ums1
+um7se.
+um4sku
+umsku8le.
+um2sn
+um4sor
+ums3t
+6um7t
+umta8l
+um5ut
+4umve
+umør3s
+um7øy
+umå7
+2un.
+una6da
+un5alg
+u4n3ap
+u9nar
+u7nas
+u3nat
+2und.
+6unda
+6unde.
+un4dek
+un4del
+6unden
+5undersk
+5underv
+4undet
+un6d7im
+4unds
+und5s4i
+u2ned
+u4nee
+u9nei.
+u2nel
+unele6ge.
+u4n5eng
+u4neno
+u2ne1s2
+u3nes.
+u2nev
+unev5n
+1ungd
+ungele8ge.
+un4gem
+un2g1j
+un4g5l
+un4go
+un2g1r
+un9g8ru
+ung3s4i
+un6i
+u4ni.
+u2nid
+1u2nif
+u4nim
+u3nin
+3union
+uni4st
+4unk
+un4k5l
+un7ko
+un4kr
+un7nak
+unn5erf
+un4n5ers
+un4n5erv
+un5nes
+un4niv
+un2no
+unn5ste
+unnta8la
+un4n3y
+u4no.
+u2n3os
+uno7t
+4uns
+un6sj5i
+un3skr
+un5s4p
+un3stek
+unst5e6l
+un7s6tenk
+unst3o
+un1s2v
+un4tal
+un4tam
+un4tas
+un3t2r
+unt5rep
+un4tri
+untun8ge.
+unu6
+un5ut
+u3ny
+u3nø
+un5øy6d
+u7nøyg
+u3nå
+uo9a
+u1ob
+u1om
+uom7s
+u1op
+uor8da
+uo1re
+uo5ro
+u1ov
+up3av
+u3pea4
+u5per
+uper3a
+upe6ren
+u4peta
+6upf
+u3pi
+u8pi.
+up3ins
+up3li
+up6nev
+upo9pe
+up1p2
+up4ped
+up4pla
+up6pre
+upp5s
+4upr
+u3pra
+6ups
+up6sen
+up2s3k
+ups4ke
+ups5pr
+6upt
+6upu
+u1på
+upåvi6
+u1ra
+u2rad
+u2raf
+ur3aft
+u2r1ak
+ura6ly
+u4ram
+u5rane
+u3rans
+uran6t5re
+u5rar.
+u6r7arl
+ur3arv
+u9ras.
+ur5asp
+ur3att
+ur7au
+urau9ken
+ur1av
+ur4bod
+ur4c
+urd4
+ur3di
+ur4d5o
+u1re
+ure8al
+ureer6e
+ur5egg
+uregi6
+uregist5
+3urein
+ure4l
+ur3ele
+u4reli
+u7r8ell
+u7r8elt
+u4r3els
+u4r5eng
+u7reom
+ure7o6s
+u4resu
+u4reta
+u4rete
+ur4e5v
+2urf
+ur4feb
+ur6fed
+ur3ge
+u1ri
+u4ri.
+uri6a7ne
+uri9en.
+uri4e5ne
+uri9er.
+u3rik
+u3rim
+uri5ne
+ur3inn
+ur3ins
+ur3int
+uri6sp
+ur4ke5s
+ur7k6j
+ur6k7ja
+ur8kla
+ur4kle
+ur6k5n
+urk5s
+urla8ga
+urle6ge.
+urle8se.
+urma7g
+ur3nea
+urn1s2
+urnæ6re
+u4ro.
+u6roc
+5uroe
+urom5s
+u2rop
+uro7pi
+ur3opp
+ur1or
+uro3s4
+uro4sta
+uro8ta
+ur4pel
+ur6p9ut
+ur3re
+ursa8ka
+ur4sal
+ur4s3el
+ur4sin
+ur4skr
+ur4spe
+ur5ste
+urs5til
+ur4stj
+ur2sv
+urs3va
+ur2s1ø
+ur3teo
+ur5ti
+ur4to
+ur6t5ri
+urts4t
+urue7re
+u6rug8
+ur7ugl
+uruk6
+uru4ke
+uru7kn
+ur6ul
+urumo7
+urun4g
+u7runk
+uru7v
+ur4vel
+urv3s
+u6rys
+urø2
+ur1ød
+ur1øy
+4usa
+u9sane
+us3ang
+u9sar.
+u7saren
+u6s7ark
+us7au
+us1c
+2use
+u5seal
+use4al.
+us7edvanle
+u2s1ei
+u2sek
+u4sele
+u2sem
+u6s5endi
+us7erk
+u4s5erm
+u6sesi
+uset8je
+us3eva
+4usg
+u2sh
+u2s3h4a
+u2s3h4o
+us4id
+us3ind
+us5inn
+us7jag
+u4sji
+us5kaf
+u4s3kan
+uska8ra
+us7kat
+us5ken
+u6s5kis
+usk4l
+us6k5le
+us5klo
+us1ko
+u1skr
+us7kru
+usk7u6t
+us4ky
+us1l
+usle6ge.
+us5lin
+u4slu
+us7mø
+u4sn
+us1ok
+uso5l
+uso6l5d
+us1or
+u3sori
+usove7r6e
+us1p
+u1s2pin
+us5sar
+us6sat
+us4sjå
+us4skj
+uss5kor
+us4skur
+uss1l
+us7smi
+uss7mø
+us4s5ti
+us4str
+us2sv
+u6stande
+u4stat
+us3tav
+u2ste
+us3ted
+u5stei
+us7ten
+ust9ette
+us5ti
+u5s6tig
+us1tj
+ust5of
+uston8
+ust7onn
+us5tor
+ust5o6v
+us8tra.
+us8tran
+us8trar
+u6stre
+ust5ren
+us4tri
+us3tro
+ust5rød
+u6st5rå
+ust7ut
+u4stå
+us3ung
+u2sur
+us1v
+u5svale
+u7s6valt
+usva8n
+usvi8ka.
+6usæ
+usæ9le
+usø6m
+us1øy
+u1tae
+u2tag
+u7tagg
+u9tal.
+ut3alb
+ut5ald
+u3tall
+u5tande
+uta7no
+ut6anv
+ut3arm
+ut3art
+uta1s4
+u5tas.
+u6t5a6sa
+u6t5a6se
+u2ta1u4
+1utb
+ut4ba.
+utbe8d
+4utbi
+ut6by.
+utch5
+1utd
+4utdat
+utda7ta.
+u2te.
+u2tea
+u4tee
+u4tei
+u2tek
+ut3eks
+u5tekst
+ute6ma.
+u5temm
+u9temt
+ut2en
+u6tena
+u3tenk
+u4tenu
+u2teo
+2uter
+u6terø
+u2te1s6
+u4teta
+u3tett
+ut6eu
+uteva9
+1utf
+utfa7s
+utfø5re
+1utg
+8utgåe
+6u3ti
+u4t5if
+utikk6u
+utiku9
+u4tili
+u6tiven
+ut1j
+u5tjen
+ut6ju
+3utlei
+utlø5se
+utlå7na
+utmå5le
+u8tni
+1utny
+2uto
+ut7oms
+uto5s
+uto4v
+3utpr
+ut4på
+ut1r
+u5t4radi
+ut3re
+u5treng
+u3triv
+u3trol
+u3tros
+5utru
+u5t6rul
+ut4rø
+ut9rød
+1ut1s4
+4uts.
+4utsei
+utse8t9ja
+2utsj
+ut3sk
+5utst
+7uttak.
+5uttake
+ut4terk
+utt5eva
+ut4tid
+ut4til
+ut5torea
+ut1tr
+ut4tra
+3uttry
+utt1s2
+u1tu
+utu5e
+u6t5un
+utun8ge.
+u2t5ut
+1utv
+u3t4vil
+utvi5se
+2u3ty
+3u4t6yd
+u8ty.
+8utz
+ut1ø
+u5tør
+ut4ø8s
+utøs7t
+1utø4v
+ut5øya
+ut7åk
+u3tål
+ut1ån
+ut7år
+u1u
+u7uma
+u5ume
+u7ut
+u1v
+uve5di
+uve3in
+uve6ris
+uve3s
+u7ves.
+uvet5ø
+u6vev
+u5vi
+uvi6k
+uv5ra
+uv9sa
+u5vu
+uvø9re
+u1w
+4ux1
+ux4a4
+uy6a
+u7yn
+u1æ
+uærle9ge
+u1ø6
+uøv5
+u9åra
+u7åre
+va3am
+va8an
+4vab
+6vadj
+vad1r
+vaf3
+vaf6r
+vai5r
+vai5s
+va6ka.
+va7kan
+va5ker
+6vakh
+va8ki.
+4vako
+vak3r
+7v6aksi
+4v3aksj
+vak5s6t
+1vakt
+vakt5r
+va1ku
+vak3v
+va3lan
+va4led
+val9eks
+4valel
+val4g3r
+vali9e8
+val3la
+val6mes
+va6l1o
+va1lu
+va4lun
+4valv
+va4løy
+val7å
+vam8pu
+4v3anal
+vand5s
+v4ane
+vane5s
+va4net
+2vang
+van4gr
+vang4s7
+va8ni.
+1v4ann
+van4nan
+van4niv
+vann6sti
+va4nom
+v4ans
+van5sem
+5vansk
+van5s6ki
+van3sm
+van3ti
+van9tr
+va4ny
+2vap
+va5po
+va4ra.
+va6rak
+va4ral
+va4ram
+va4rap
+va4re.
+va4reg
+va6rem
+va4res
+var8ka
+var5ma
+var4mee
+var4sa
+var4sk
+var4s5ti
+var4sv
+varta9la
+var6tem
+var4t5i4s
+4vasa
+va4sa.
+va9set
+6vasid
+va6sie
+va4sif
+va4sik
+va4sil
+va6sis
+va2sk
+vass5a
+vas4sau
+vas4sel
+vas6s7ø
+4vasta
+vat5a
+va3ta.
+va6t7e8l
+va2terf
+vatle6ge.
+5vatn
+va1to
+va6tr
+vat7ra
+vat1s
+4vau
+2v1av
+va4z
+2v1b2
+vba4ne.
+vber5g
+vbo6da
+6v1d
+v7dev
+vding5s4
+v7doi
+v7don
+vd6r
+vdu6en.
+vdu6er
+v7dø
+1ve.
+2ve1a2
+ve6ag
+ve6ar.
+2veb
+2vec
+ve2d1
+ve9dob
+vedom5
+veds2
+ved5s4k
+3ve8d5t
+vedø4
+vedå6
+2vee
+ve4er
+2vef
+ve6g5av
+ve5ge
+3vegg
+veggs4
+2vegj
+4vegl
+ve3gle
+ve5g6lød
+veg5n
+2vego
+6vegre
+veg5rett
+4vegru
+ve4gut
+ve4g5å
+2veh
+1vei1e
+vei3en
+4veill
+6veit
+2vej
+4veka
+5ve4ka.
+ve4ke.
+ve4ked
+4vekee
+2veki
+4vekj
+2vekl
+vek8la
+vek8le
+ve4kli
+2veko
+2vekr
+3veks
+vek4st
+veks4t5r
+1vekt
+vek4t5an
+vek5to
+vek4t5r
+2vekå
+5vel.
+ve4l5as
+5velat.
+5velatp
+6veld.
+vel4del
+8velds
+4veled
+6velei
+7velet
+4velis
+4velit
+6veliv
+2velo
+5veloc
+vels2
+vel3se
+velses5
+vel3sm
+vel5sp
+vel5st
+4velug
+vel5un
+vel5v
+2vely
+2velæ
+2velø
+velø8pa
+2vem
+ve5ma
+1ven
+ve8na.
+4venem
+ve5net
+ve6nete
+4venev
+ve4nin
+ven6n5i
+vennle7
+ve2no
+ven6sti
+ven6str
+vent6a
+ven5t6r
+vent4s
+4venty
+2venu
+ve4nus
+ve5ny.
+4venya
+ve4nym
+2ve3o4
+2vep
+1v8er.
+ver5ak
+ver3al
+8verau
+ver6des
+ver6din
+ver6dir
+verd7v
+ve3re.
+4vered
+4vereg
+5vereig
+4verek
+ve4rel
+ve6r7eng
+4verenn
+4verep
+ve5rer
+ve5res.
+4verett
+4veretu
+verfø5re
+ve9ri.
+veri3a
+ve4rial
+ve7rie
+4verik
+ver3il
+5verkn
+ver5m6
+ver6nal
+vern6s5
+ve9ro.
+ve3rom
+ver8ska.
+ver5ski
+ver7spo
+verta8la.
+verta6le.
+ve1ru
+5verum.
+6very
+verø6
+ver3øs4
+4verå
+v4es
+3ves.
+2ves4a
+ve5san
+4veset
+4vesh
+4vesi
+4vesj
+4veski
+2vesl
+ve9sli
+ve1s2m
+6ve3so
+4vesp
+ve6s3per
+ve5sted
+ves6t5end
+vest5o4v
+4vestr
+4vestu
+4vestø
+vesva7
+5vesynds
+2vesø
+ve1så
+veså5re
+v4et
+1vet.
+2veta
+8vetaka
+4veteg
+4vetek
+ve5te6s7
+6vetev
+2ve7ti
+4vetj
+2veto
+ve4to.
+veto7e
+9vetoke
+9vetoks.
+ve4tor
+2vetr
+1vets
+vett5sk
+6vetv
+4vety
+vety8e
+2veu
+ve8um
+2veva
+ve6vak
+ve5van
+ve9var
+2vevi
+vevi8sa
+vev4sm
+vev4sp
+2veø
+2veå
+1vê
+2v1f
+vfall4
+vfø7re.
+2v1g2
+v4ga.
+vga4le.
+vga6li
+vga8ve.
+v9ge
+v4gi.
+vgjer6s7
+vgo4
+v4gå.
+2v1h
+vhø4re.
+1via
+vi1an
+vi6bl
+vice5s
+1vid
+vi5de
+vide4o7
+vi4d5o4
+vid3r
+vid3s4
+vi1el
+vi5end
+vig4m
+vi4gu
+vi5gø
+vi4kat
+5vikb
+vi5ked
+7vikg
+vik5ke
+vik5n
+vi2k3o6
+3viks.
+vik5sa
+vik5s6l
+4vikt
+5vikti
+vi4k5ø4
+vi2l1a
+vi5la.
+vi4les4
+vi4l3in
+1vilj
+vil4l5an
+vil4led
+ville6de.
+vil4lei
+vill9ep
+6v5illu
+vil5m
+vil1o
+vil4sti
+vilt7o
+vil6tret
+vil4tri
+vi2lø
+4vim
+vim7p
+vim7u
+4vindl
+5vindu
+vine5st
+v6ing
+4vingn
+vin5gom.
+ving3r
+vin8g9u
+vin3na
+vin4ned
+6vinnh
+4v5innl
+4v5inns
+4vinnt
+vi6n5o6ver
+v2in2s
+vin7sja
+vin4tes
+vin5tre
+vi8pa.
+vi6pe.
+vip5s
+1vir
+4viro
+7viru
+vis3ab
+vis3ak
+vis5and
+vi4see
+vi3sen
+vi6seng
+vi2s1k
+visk6re
+vis5m
+vi1so
+vis3om
+vi4sp
+vis9pa
+viss4p
+vis5ti
+vi4tak
+vi5tese
+5vi6t5j
+vi4t3o
+vi4tr
+vit7ra
+vit5re
+vit5skr
+vit6te6s7
+vi4t5un
+vitun6ge.
+vi4t5øy4
+vi4va.
+vi6ves
+vivi3
+v1ja
+v1je
+vje4t5a
+vje5t6e
+vje4t5r
+vjet3t
+vje4tu
+v1ji
+4v5jo
+vju3t
+6v3k6
+vk4le
+vk4ler
+vku4le.
+6v1l2
+v6lab
+vla6ga
+v9led
+v9leg
+vlei9e
+vl6el
+vle4se.
+v5lesn
+vle5str
+v6lesv
+vli7v
+vls9
+vlu9sa
+2v1m
+vma8le.
+vmo8de.
+vmord4
+vmå8la
+2v1n
+v3nad
+vna8ke.
+vn5al
+v9nar
+vn5dy
+vne7b
+v2ned
+vne7de
+v4nele
+v4neli
+v4nelo
+v2nem
+vne5r6e
+v4nero
+vne1s
+v4nesta
+v6neste
+v2nev
+vnor9s8kas
+vn4s5pa
+vn1s4t
+vn5t4
+vnæ4re.
+vn5ør
+vo1al
+vo2ar
+6vob
+2vof
+vof8fan
+vo4gu
+voi1
+1vok
+4voko
+voks3k
+vok6s5
+1vol
+voli7
+vo4litu
+vol4tes
+2vom
+vo4na
+vo9nal
+vo9nar
+von5de
+vons6
+von5sh
+2v1o6p
+2vord
+vor8da.
+vo1re
+vo9ren
+2v1org
+4voro
+vors7k
+1vos
+4vosj
+vos4se
+vo4teg
+vo4tel
+6votr
+vo1v
+vo4ve.
+vo6vi.
+2v1p4
+2vr8
+3v6rak
+v7rar
+v1re
+vregi3
+6vrenge
+4vrengi
+v6rengj
+v6rengt
+vrett4s
+v6ri.
+3vrid
+7vrie
+v6rigas
+vri6ma.
+vri8me.
+v3ring
+vrin5s
+vri6ve.
+v1ro
+v4rob
+v4rof
+v4rok
+v4rop
+vro8te.
+v1ru
+v7ry
+vrø3ve
+v1rå
+vrå8da.
+8vs
+v6sa.
+v7sali
+v6se.
+v4seg
+vs3egg
+v3s4el
+v4s5e4li
+vse4n
+v5sen.
+v4s5eng
+v5s4ens
+v2ser
+v6si.
+vs1in
+v1sk
+vs8ke
+v6s5kum
+vs1kv
+v1sl
+vs3lan
+vs6let
+v6slik
+vsmå8la
+v1s2n
+v6s7na
+vs3ne
+vs3ny
+vs3næ
+v4s3nø
+vs5od
+vsom5
+vs5oms4
+v7son
+vs1or
+vs2pe
+vsre6de.
+vs7s6t
+vs4s5å
+v1s2t2
+vste6ma.
+vs3til
+vs1v
+vsø6ke.
+vsøl5
+v2s5øy
+vsøy4er
+v8så.
+vså7re
+2v1t
+vta1
+v4ta.
+vta8ka.
+vta6led
+vta9len
+vta4lev
+vta6s
+v5tepp
+v5t4i
+vti8na
+vti8ne.
+v5t4r
+v3t2v
+vty8e
+1vu
+vu2d1
+vud5d
+vuden5t
+vuds4
+8vué
+vu8k
+2vul
+2vung
+vun4ge.
+6vu6o
+2v1ut
+2v1v
+vva8la
+vve8g9ing.
+vve6g7inga
+vven7n6i
+vvi5ke
+vvi6k7l
+vvi8s9an
+vvi4se.
+2vy1
+vya4
+vy7ens
+1væ
+væ1ra
+væ9ret
+væ8ta.
+v3ø4d
+vø4l
+vø7li
+vøm4met
+3vøre
+vø6re.
+v3ørke
+vør8na.
+vø3se.
+v5øv
+4v1øy
+vøy6e
+vøy7ene.
+vøy9enes
+1våa
+1våe
+4våend
+v4åk
+vå8ka.
+vå4ke.
+vå4kene
+vå9kene.
+vå4le.
+1vån
+vå5ne
+4vånu
+vå3ren
+vå8sa.
+vå5tes
+6våtf
+våt7å
+w2a
+wa6l
+5wald
+wal4k
+walk5o4
+wal4l
+2wap
+war6d7er
+wash3
+1wat
+wa3z
+w1b
+wboy5
+we2
+weate7
+we7b
+we3g
+we5re
+wes2
+wes3s
+wester6
+western7
+wet5
+wett4
+w4i2
+wi9ar.
+wich3
+3wicz
+wi3d
+5wi6en
+wi9er.
+wi5f
+wi3ni
+wi5ra
+wi3ren
+wi5ta
+wk3r
+w1l
+w1m
+wn5s
+wob5
+wou6
+wout7
+ws5
+ws6k
+wurs6
+wy2
+w1yo
+wyor2
+wyork3
+w1z
+xan5t
+x7b
+x3f
+xga6
+x7h
+x1ic
+5x6id
+xi5e4
+x5k
+x1l
+x1p6
+x3r
+x1s2
+x7t
+x6u
+xy2
+ya7b
+1yac
+ya5f
+ya4h
+y1ak
+yak6te.
+ya2l
+y7am
+y1an
+y6an.
+y2ana
+ya4ne.
+yan7k
+yan7sl
+y1ark
+y7arr
+yas4
+ya5si
+ya5t
+y1av
+y1b
+yba4ne.
+yb4bed
+ybde3
+ybo2
+ybu6er
+ybue7re
+ybu7ern
+ybyg5
+y1c
+y8ce.
+y8cé
+y2co3
+y6dab
+yd5av
+4ydd
+yd6dela
+yd4dep
+y6d7enh
+y4deo
+y2dep
+y4dero
+y2d1is
+yd6je
+yd1ji
+ydo4
+yd3op
+yd5ov
+y1dr
+y4d4r5au
+yd1re
+yd5rem
+y4dro
+y4d4r5oks
+yd3si
+yds4v
+y2du
+yd1un
+ydø4
+y4døm
+ydør5
+yd1øs
+4y1e
+yed8l
+ye6dre
+y2ek
+y5eks
+ye4len
+ye6let
+yel4s5j
+yel4sk
+yels3m
+yel6s5t
+y2em
+ye2n
+y7e6ne
+y8ener
+y2enh
+ye5ni
+y2enk
+y2enl
+yenle6ge.
+yens4
+y4ense
+y3e6re
+ye4rel
+y3ern
+yer8sk
+y4erst
+yes2
+ye5sm
+ye2t
+ye9te
+ye5ty
+y2ev
+y1f
+yfan9
+yfjell4
+y4fle
+yf5le.
+y8ga.
+yga8ve.
+yg4dal
+yg4dek
+yg4del
+yg4dep
+yg2do
+yg2d1r
+yg2d1y
+yg2dø
+yge5i
+ygen5s
+y6geret
+y2ges
+y4gev
+yg6gam
+ygg7art
+ygges4
+yg5gj
+ygg5l
+yg6gr
+ygg3s2
+yg6gu
+yg6g5å
+ygi2
+y5glo
+yg7m
+yg6r
+y1h
+yhes5
+y1i
+y9in.
+yis7t
+y1j
+6yk
+y1ka
+ykap3
+y6kara
+y2ke
+y7kel.
+y5kelen
+y3keli
+y7kels
+y3ken
+y3ker
+y4kerel
+y4kero
+y5ket.
+y9kets
+y1ki
+y1kj
+y4kjar
+y5kjare
+ykjeva8ne.
+yk4kana
+yk4k5enh
+yk5kesj
+ykke6s5ta
+yk1kj
+ykk5ni
+ykk4s5k
+yk8k5vi6
+yk4ky
+yk1la
+yk6lest
+y1klo
+y3klub
+yk3lus
+y5klæ
+y1ko
+y2koa
+y6koli
+y4komo
+y5kosa
+y2kot
+y5koti
+y1kr
+yk1s
+yku6le.
+yk3var
+y1la
+yla8ga
+yl4dan
+yl4derk
+ylde4s
+yld1r
+yld5s6k
+yle6ge.
+y7les
+y4lev
+yligh9
+yl5k8
+ylke2
+ylke4s3
+ylkesla8ga
+yl4lev
+yll5is.
+yl3s6
+ylst7re
+yl5tet
+y8luse
+3ylven
+y1ly
+ylæ7re
+y6mei
+y4mete
+ym4fe5d6
+ym5jara
+y4mo.
+ymo5e
+ym3p2
+ym1s
+ym8sa.
+ym4se
+ym8sl
+ym6ta.
+ym6te.
+ymå6la
+y9n8and
+yndes8
+yn5det
+y2nel
+yn7eld
+yner3g
+yne5s4
+ynesi8
+y6nev
+yn5gel
+yn4gem
+yn2gr
+yn4g5ø
+ynko3
+yn6k5v
+yn5na
+yn5ne
+ynn3s4
+ynn4ø
+y3no
+y4no.
+yns1
+yns6are
+yn4sem
+yn9set
+yn2si
+yn2sk
+yns9ket.
+yns7ki
+yn5skj
+yns7kjele
+yn8s9kjer.
+yn4st
+yn2su
+yn4s5ver
+yn4tap
+yn8teg
+ynt5ei
+yn4tek
+yn6tete
+yo4gat
+yo6gi.
+y1om
+yon4
+yon5nen
+yo6nu
+y1o2p
+y1o2r
+yor6da
+yo5re
+you4
+yout5
+yp8e
+y2pe.
+y4pee
+y4pena
+y4penet
+ype4rel
+y6peta
+y1pi
+y4pi.
+y7ping
+yp5inn
+ypin8na
+y1p2l
+y5po
+yp7p6a
+yp3pe
+y1pr
+yp5s8
+yp4tok
+y3pu
+y1ra
+yra8ka
+y4r3a6l
+y7rarb
+y4r5au
+yr5av
+yr7da
+yr5dø
+y7real
+yre3in
+y5reis
+yrek4
+y7rek7k
+y3rels
+y5rems
+y1ren
+yre9ne
+y4reo
+y6rerel
+y4rero
+yre5sc
+y5rest.
+yre5ste
+y5reste.
+yres6ten
+y1ret
+y4reta
+y4rete
+y4reto
+y7retø
+yr7ga
+y1ri
+yrin5g6
+yri6ene.
+y4rif
+yri8ka.
+yr3inn
+yris6p
+yr4kee
+yrke4s
+yr5kj
+yr3m
+y7roe
+y3romm
+yr1op
+y5rosk
+yr5r8
+yr4san
+yr7set
+yr5sk
+yr6skj
+yr6skr
+yr2sp
+yrs7tan
+yrs5tar
+yrs7tene
+yrs5tens
+yr3sti
+yr4sv
+yr3te
+yr6tek
+yr2t3r
+yr3tra
+yrty8
+y1ru
+yrul8la.
+yr5ut5r
+yr3v
+y1ry
+yr3øk
+yrøy4
+y1rå1
+yråd2
+yrå8da
+yråde7r
+yrå6ders
+y4rådi
+y2råm
+y6råst
+y4råt
+y4råv
+2ys
+y1sa
+ys6a7kers
+ys4e
+yse4bu
+y4sed
+y4see
+yse5ei
+y2seg
+y2sek
+ys7ekte
+y2sem
+y4sera
+yse7rid
+yseri7e6
+y4sesj
+y4sesk
+y4se5s6l
+y4sest
+y5seste
+y6sesu
+y9set.
+y4seu
+ys6i
+ysi8e
+y5sjk
+y7skag
+ys6kara
+ys7kare
+ysk9au
+ys2k3l
+ysk5øs
+ys4mi
+ys4nø
+y1so
+y4s5or
+ys2pe
+ys5pis
+y5s4po
+ys6sak
+ys6sam
+ys4s3ei
+ys4s3ek
+ys4s5il
+ys2sj
+ys4sku
+ys2so
+ys2sp
+yss5pe
+ys4sta
+yss5tab
+ys4s5ti
+ys4su
+ys2s5v
+ys2t
+ys3ta
+y8star.
+ys4tat
+ys3tel
+ys3ten
+y4s3ter
+ysterie7n
+ys7tesl
+y2s3ti
+yst3op
+yst3r
+ys5t6ry
+ys6ty
+y1su
+ys1ve
+ys5år
+y1ta
+y4t3ana
+y2tee
+y4tef
+y2teg
+yt5e4ge
+yte3in
+y4teka
+y4teki
+y4tena
+y4teno
+y2teo
+y4teret
+yte6ro
+yters6
+yter5ske
+yte5r6ø
+y2tes2
+y2tet
+y3t2hi
+6y5til
+y6tj
+yt9ja
+yt5jen
+yt9jer
+yt4mei
+yt4mes
+y3to
+yt8ra
+yt4re.
+yt5rer
+yt1ri
+yt4rik
+y5trå
+yt4s3en
+yt3sk
+yt5sv
+4ytt
+yt5t6a
+ytt4e
+ytte8r9end
+yttes6
+yt4test
+yt8tien.
+yttsa6me.
+2y3tu
+y1ty
+yt4ys
+y7tå8
+y1u
+y6ua
+y8ue
+yu8g
+yu4l
+y1v
+y4vak
+yva8la
+y2ved
+yve4ria
+yve4ris
+y4vese
+y6vesy
+y6vev
+yvi8sa
+yvi6se.
+yv1år
+yvå5te
+y1w
+y5æ
+y5ø
+y1å2
+za5b
+3zae
+4zaes
+za4g5
+za5k6h
+zani4
+zania5
+5za5v
+z1b4
+zbu4
+z1c
+z1d
+1ze
+zea1
+zebu9
+zeli5
+zen3s
+4z3ense
+4z3ent
+z1f
+z1g
+5zha
+z3hi
+z5hu
+5zie
+1zifi
+5zing
+z5int
+1zis
+6zisty
+4zi5s4v
+2zisy
+z1k
+4z1l
+z1m
+5zo.
+5zoe
+zo1f2
+zo4no
+zo5re
+6zos
+z1p
+z5r
+z1s
+4z1t
+zu3e
+z1un
+z1v
+z1za.
+z2z3el
+æ5by
+æ2bø
+æ5de
+æ7di
+æ1f
+æg6
+æ2k
+æ3ke
+æ5ki
+æ8kj
+æk1ja
+æk7je.
+æk9jer.
+ække7
+ækkel6
+æk6l
+æ1la
+æ4le.
+æ2le3d
+æ4lena
+æ4lev
+æl5j
+ælsle9
+æ4r1ak
+æ3rane
+æ4rans
+æ4rarb
+æ6rarbe
+ær4arte
+æ4r1at
+ærbu5e
+ær1d4
+æ1re
+æ2rea
+æ4red
+æ2ref
+æ2reg
+æ8r7ei
+ærei6e
+æ2rek
+æ6r7eld
+ære5ne.
+ære7nes
+æ2rep
+æ5rern
+æresa4m
+ære6skr
+ære4sl
+ære4sp
+æ4reta
+æ4retek
+æ9rets
+æ2rev
+4ærf
+ærgen5
+ærhø8
+æ1ri
+æri6e7ne
+æ4r3il
+ær3ins
+æri6s
+ær5is.
+4ærk2
+ærle6ge.
+4ærm
+ærmå8la
+ær3n
+ær5ne4
+ær4nå
+æ2r7o6
+ærom5
+æroms4
+ær5r
+ær6sel
+ær4s5il
+ær1sk
+ær7s6no
+ær2sp
+æ2r1u
+ærut5
+ær3v
+æ2r1ø4
+ærøy7e
+ær3å4
+æ8se.
+æ2sj
+æ2s1k
+æ5ta
+4æte
+æ4te.
+æt4r
+æt4ta
+æ5va
+ævar5
+æve4s
+æ5vi
+6ø1a2
+øa7re
+øau4
+ø1b
+øbe6lev
+øbe4li
+ø2bl
+øbl9u
+øb4r
+ød3ag
+ø4dak
+ød3d
+ød9de.
+ø2de.
+ø4dede
+ø6def
+ø4dela
+ø4dem
+ø4deo
+ø4deri
+ø4dero
+ø5dj
+ød1r
+ød4red
+ød4rek
+ød4rep
+ød2sc
+ød6s5ek
+øds7ke
+øds4ko
+ød6sku6
+øds4mu
+ød8t5om
+ødt6r
+ø2du
+ød3und
+ø4d5ur
+ø6d5ø
+4ø1e2
+ø4ed
+ø5ene
+ø5ep
+ø3e6re
+øfe8
+øf3fe
+øf6j
+øf8la.
+øf8le.
+øffe8l7a
+ø5fn
+øfte5s
+øg1
+øg2a
+øg5ak
+øg5al
+ø7gar
+ø5gas
+ø3ger
+øg5gl
+øg8gå
+ø7g4j
+øglo8ve
+øgn6s7p
+ø2g2r
+øg5re.
+øg5res.
+øgs2
+øg4ste
+øg4str
+øgta5
+4øg4u
+ø1h
+ø4i
+øi4e
+ø5ing
+ø5isk
+ø4it
+ø1j
+6øk.
+6ø1ka
+ø5kav
+øka8ve.
+ø6keh
+ø4kelo
+ø6kerada
+ø6kerel
+ø4ke5ru
+øke1s
+ø6kese
+ø8kesl
+ø4kest
+ø4kete
+ø1ki
+4økj
+ø5kjare
+ø5kjas
+ø1kje
+2økk
+øk5kel
+øk5ket
+øk4k5l
+økk5r
+øk3lag
+øk3lan
+2økna
+1øko
+øk5opp
+ø1kr
+ø8krar
+øk8sa.
+øk6se.
+øk4ses
+øk4si
+øk2so
+øks1t6
+øks5ti
+øku4r
+øk5ur.
+øk5ure
+øk7ve
+ø7ky
+ø1la
+ø2lah
+ø6lam
+øl3d
+øled
+ø4ledi
+ø6lelu
+ø4lero
+ø6leta
+ø4le5te
+ø2lev
+øl4gera
+ølge5s6v
+øl1j
+øl2ke
+ølke7s
+øl4lese
+øl9leti
+øl6lev
+ø1lo
+øl7op
+ølrå4
+øl6sel
+øl4sere
+øl4se3s
+øls6t4
+øl5s4v
+ø5luk
+øl7ut
+ølva6
+øl4var
+øl4v3ei
+øl6vek
+øl8vel
+ølv7erk
+øl4v3in
+ølv5o
+ølv7r
+ø1ly
+ø4me.
+ø9met
+1ømfi
+ø5mi
+ømini6
+øm4med
+øm4mero
+ømmet6
+øm4metr
+øm3op
+øm4pel
+øm7s6p
+øm1st
+øm5svi
+ø2m1u
+ømå8la
+øn2ad
+ø6n5al
+ø5nas
+ø2nem
+ø3nes.
+ø9nese
+ønhø8re.
+4ønn
+øn4nal
+ønni4
+øn4n5it
+ønns5al
+ønn4s3e
+ønn4s5i4d
+ønns5kje
+ønns5kre
+ønns5ku
+ønns3l
+ønns3t
+øn2nø
+ø6nom
+øn2s
+øn9sa.
+øn5sak
+øn5sam
+øn5se.
+øn3ser
+øn3skj
+øn8skjer.
+ønst3r
+ønst9ra
+ønt1
+øn2ta
+øn2to
+øn7u8
+ø1o
+ø4peda
+ø6pe5i
+ø4penu
+ø5pero
+ø4peru
+øpes4
+ø4pete
+ø4peti
+ø1pi
+øp3li
+øp5p
+øp6pl
+ø1pr
+øp6s1
+øpsa4
+øpsla8ga
+øps8leg
+øp5ste
+øp4s5ø
+ø1ra
+ø2ra.
+ø2r1af
+ø2r1ak
+ø2r1a2m
+ø4rans
+ø4r3ant
+øra8sa
+øra6si
+ø4r7au
+ørd4e
+ø1re
+ø2rea
+ør7edd
+ø6redu
+ø2ref
+ø2reg
+ø6rein
+ø2rek
+ørek6l
+ør3eks
+ør5ekt
+ørele8se
+ø9relet
+ø4r5eng
+ø2re5o4
+ø2rep
+ø6reret
+ø4reru
+øre1s2
+ø5res.
+ø4rese
+ø6resi
+ø7reskrivi
+ø8reso
+ø4rest
+øre6s7v
+ør6et
+ø4reta
+ør1eu
+ø2rev
+ør5fe
+ørge5s
+ø1ri
+øri8m
+ør4jet
+ør4keri
+ør4kes
+ør8k9lag
+ør6k5n
+ør4kve
+ør4kå
+ørla8ga
+ørm9ut
+ørn4e
+ør4nere
+ør4nes4
+ør4n3u
+ør4n5ø
+ør1o
+ø5r6ok
+ø1ros
+ø4r3ost
+øro4v
+ør4rek
+ør4rep
+ørri4
+ør4r5is
+ør4råt
+ør4sak
+ørsa8ka
+ørsa6me.
+ør4sc
+ør6ses
+ør2si
+ør5ski
+ør4skr
+ørs6lev
+ør4som
+ør4spe
+ør2st
+ørs9tar
+ørste5i
+ørs5tens
+ørs5tig
+ør3sto
+ørs9u
+ør2sv
+ørs1å
+ør9tar
+ør4tek
+ør6ti9a
+ør4tide
+ør8tien.
+ør6tif
+ør3to
+ørum5
+ø6rut
+ør5v
+ør1ø2s
+ørø1v
+ør1åp
+ø1sa
+øsa6me.
+ø8sarar
+ø1sc
+ø2se.
+ø2sem
+øse4n5o
+øseri7
+øserie6
+øs5jo
+øs7kar
+øs1l
+øs4lag
+ø4slu
+øs2me
+ø1s2p
+øs8tas
+øst9ast
+øs6teg
+øs5terse
+øst9ett
+østo2
+øst5of
+øst5ov
+øst1r
+øst3re
+østø4
+ø2s1ø2
+4øt
+øt3ak
+ø9tar
+øta4s
+øt5asa
+ø2te.
+ø2tea
+ø6tef
+ø6tege
+ø2tei
+ø2tel
+ø5tela.
+ø3ten
+ø4teni
+ø3ter.
+øte3ru
+ø2te1s
+øte7sn
+ø4teta
+øt7ri
+øt1sa
+øt3s4p
+øt7s6å
+øtså9re
+øt4tero
+øt6test
+øtt5av
+øtt5eta
+øtt5ete
+øtt5ra
+øtt7ri
+øtt1s2
+øttså7re
+øt4tur
+øt4ty
+ø1tu
+ø5ty
+ø1u2
+øug8la
+øv5aa
+øv5ans
+øve5in
+ø4vek
+øve5no
+øveren8
+øve1s
+øves4t
+øve3te
+ø5vik
+øv6l7ut
+øv7ne
+øv6nø
+øv9o8
+øv1r
+øv5reb
+øv1s
+øv9sa
+ø5vå
+øy3al
+øya2n
+7øyan.
+9øy8ans
+øy4dek
+øy4dere
+øyd8i
+5øyeb
+øy7e4de
+øy2ee
+øy4ele
+øye4n
+øy4ep
+øy4erf
+øy1gl
+øy3ke.
+øyks4
+øyk5t
+2øyl
+øy4led
+øy4leg
+øy5na
+øy5ni
+øy3o
+6øyp
+øy3pe.
+øy4pel
+øy4ra.
+øy5rer.
+øyri6v
+øy3rø
+øy1s
+øy5s4ar
+øy5si
+øys2l
+øy4sm
+øy4spi
+5øysund
+øy4tei
+øy4tel
+øy4tere
+øyte5s6
+øyti7da
+øy1tr
+øy2t3y6
+øy5tø
+øy4vei
+5øyvå
+ø1ø2
+ø5å6
+å1a
+åak6ta
+åa4n5
+åan8ka.
+åan6ke.
+å2ar
+å5aran
+åau4re
+å1b4
+åba8ne.
+åber2
+åbo9ta
+6å1d
+å7dan
+å9dar
+å4ded
+å4dek
+å4dem
+å4deo
+å4dep
+å4dere
+å4deri
+å6dero
+å2des
+å7di
+åd4ra
+åd8re
+åds1
+åd2sk
+åd3s4la
+åd7slo
+åd3slå
+åd1s2n
+åd3s4pe
+åd7spu
+åd5st
+åd6s7te
+4å1e
+å2ele
+åem8na
+åe2n
+å7ens
+å3er
+å3e6re.
+å1f
+åfe6
+åfø5re
+2åg
+å4ga.
+åg7ald
+å4ge.
+åg7ei
+å2ges
+ågna5
+åg5ne
+åg4r
+åg5rin
+ågs6k
+åg5sl
+åg7sp
+ågs4t
+ågu4l
+åg5ø
+å4gå.
+å1h
+å1i
+å1j
+å1ka
+å3kan
+å3kar
+å4karb
+åk7av
+å4keh
+å3ken
+å4kena
+å4k3enh
+å4kere
+åke5s
+å4kesl
+å5kevi
+å1ki
+å6kid
+å1kj
+åk1k
+åk5ka
+åkk6l
+åk7kr
+åk7lau
+åklist7
+åk3læ
+å1ko
+åk3opp
+åko4s
+åk6ra
+åk5røk
+åk3rå
+åk1s2
+åks7l
+åk3t4
+åku8
+å5k8ul
+åkva8la.
+åkøy8rar.
+å2k3å
+å1la
+å5l6amp
+å6larb
+å9las
+ål5au8
+ål9av
+ål3d
+å2lef
+ål5eini
+å2lek
+å2lem
+å4l5enh
+å4leni
+åle6ris
+å2le1s2
+åle9s6und
+å4lete
+å2lev
+ålgå6
+å6lio
+ål5j
+ålla6ga
+ål3or
+ål4san
+ål4sek
+ål4ser
+åls7i
+ål2sp
+ål4sti
+ålsy8na
+ål5ti
+ålti5d
+ål1u
+ålul8la
+å1ly
+å2l1øy
+åløy4e
+ål5å6k
+ålå8te.
+6åm
+å6me.
+åm4li.
+åm1om
+åm5øy
+å3nar
+å9nas
+ånd3r
+ånd4sa
+ånd4se
+ånd4so
+å4ne.
+åned4
+åneds5
+åne5i6
+å2nel
+ånely6
+å5nes.
+å3net
+å4netr
+å3ni
+ån5o
+å9ny
+å3o
+åp2e
+åpe4n3a
+åpe4n5i
+åpen3s
+å5per
+å6pero
+å1pi
+åp6j
+å1pla
+åp4ne.
+åp7p
+å1pr
+åpra5
+åp2s1
+åp6ta
+å4på
+år3ak
+å9ran
+å7rara
+ård5str
+å2re.
+å5rei
+å6rel
+åre7s
+å4rest
+årfi4
+å7riv
+år3k2
+år4le.
+2årn
+årn5s
+år3on
+år3op
+årpo8
+år2s
+års5af
+års3el
+år3sem
+års3ko
+år8sku
+årsla8ga
+år3sol
+års3ta
+år7ste
+års3ti
+år7sto
+år5stu
+års1u
+års1v
+år5sy
+år5u4k
+år3un
+år5y4
+å1rø
+å5r8å
+ås2
+å1sa
+ås7au
+å4se.
+å4see
+ås5eid
+å4sek
+å4sem
+åseri7e6
+åse3s2
+å4sesm
+å4seso
+åse5ta
+ås3h
+å8si.
+ås5ka.
+ås9kene
+ås8ki
+å1skj
+ås7kop
+å1skr
+å5sku
+å1sl
+ås5ne
+ås3ni
+å5so
+å1sp
+ås7pl
+ås5sa
+ås5se
+ås3si
+åss3k
+4å1st
+å7stei
+åsu4
+ås3un
+ås7ut
+ås7væ
+ås5øy
+åså9
+å1ta
+å4ta.
+åtaks5
+åta2l
+åta9la
+åtale3
+åta5le.
+åta5len
+å4tang
+å4tark
+å4t5arm
+å2te.
+å2tea
+å4tee
+å2t1ei
+åte6ke.
+å4teo
+å9ter
+å2tes
+5åtferd
+å5ti
+åti7da
+2åtn
+å1to
+åt7ov
+6åtp
+åt1re
+åtri6pa.
+åtri8pe.
+åt1ru
+åt5sk
+åt1t
+åt4ted
+åt4ti
+ått3o
+åt4tri
+åtts4
+åt6t5æ
+åt1u
+åt4un
+åtva5ra
+åtva7re
+åt5ve
+å5ty
+åt1øv
+å3u
+åun8ge.
+å1v
+åv4a
+å2ve7d
+å4veg
+åve5l
+å4veni
+å9ver.
+å2vev
+åv7s6
+å7vy
+åvæ4re.
+å1ø8
+åøy4
+#-index-name: Khasi
+#-display-name: Khasi braille
+
+#+locale:kha
+#+type:literary
+#+grade:1
+
+# TODO: Please correct the metadata above. It is not meant to be
+# accurate nor complete. It hasn't been verified by the table
+# author yet. It is merely an attempt by the liblouis maintainers
+# to get some sensible initial values in place.
+
+# TODO: Please add a reference to official documentation about
+# the implemented braille code. Preferably submit the documents
+# to https://github.com/liblouis/braille-specs.
+
+include kh-in-g1.utb
+include braille-patterns.cti
+# liblouis: Welsh Grade 1 table
+#
+# ------------
+#-index-name: Welsh, uncontracted
+#-display-name: Welsh uncontracted braille
+#
+#+locale:cy
+#+type:literary
+#+contraction:no
+#+grade:1
+#
+# TODO: Please correct the metadata above. It is not meant to be
+# accurate nor complete. It hasn't been verified by the table
+# author yet. It is merely an attempt by the liblouis maintainers
+# to get some sensible initial values in place.
+#
+# TODO: Please add a reference to official documentation about
+# the implemented braille code. Preferably submit the documents
+# to https://github.com/liblouis/braille-specs.
+# ------------
+
+# Based on the braille contraction modules in BRLTTY
+#
+# Copyright (C) 1995-2004 by The BRLTTY Team.
+# Copyright (C) 2004 ViewPlus Technologies, inc.,  www.viewplustech.com
+# Copyright (C) 2004 Computers to Help People, Inc., www.chpi.org
+
+# This file is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public
+# License as published by the Free Software Foundation; either
+# version 2.1 of the License, or (at your option) any later version.
+
+# This file is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+# Lesser General Public License for more details.
+
+# You should have received a copy of the GNU Lesser General Public
+# License along with this file; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+
+include text_nabcc.dis All display opcodes
+
+space \t 9 tab
+space \x001b 1b escape character for html back-translation
+space \x00A0 a NO-BREAK SPACE <noBreak> 0020 NON-BREAKING SPACE 
+include spaces.uti
+
+include loweredDigits6Dots.uti
+include latinLetterDef8Dots.uti
+
+punctuation ( 12356
+punctuation } 12456
+punctuation ] 124567
+punctuation ? 1456
+punctuation : 156
+punctuation ) 23456
+punctuation ! 2346
+punctuation { 246
+punctuation [ 2467
+punctuation ' 3
+punctuation - 36
+punctuation . 46
+punctuation " 5
+punctuation ; 56
+punctuation , 6
+sign & 12346
+sign $ 1246
+sign | 1256
+sign \\ 12567
+sign % 146
+sign * 16
+sign # 3456
+punctuation ` 4
+sign _ 456
+sign ^ 457
+sign @ 47
+math = 123456
+math < 126
+math / 34
+math > 345
+math + 346
+math ~ 45
+
+# Miscellaneous
+math \x00B1 346-36 PLUS-MINUS SIGN PLUS-OR-MINUS SIGN 
+math \x00B7 16 MIDDLE DOT 
+math \x00BC 1456-2-34-256-3456 VULGAR FRACTION ONE QUARTER No 0031 2044 
+math \x00BD 1456-2-34-23-3456 VULGAR FRACTION ONE HALF No 0031 2044 0032 
+math \x00BE 1456-25-34-23-3456 VULGAR FRACTION THREE QUARTERS No 0033 
+math \x00D7 4-16 MULTIPLICATION SIGN 
+math \x00F7 46-34 DIVISION SIGN 
+punctuation \x0092 3
+punctuation \x0097 36-36
+punctuation \x00A1 235 INVERTED EXCLAMATION MARK 
+punctuation \x00ad 36
+punctuation \x00BF 236 INVERTED QUESTION MARK 
+punctuation \x2011 36
+punctuation \x2013 36-36
+punctuation \x2014 36-36
+punctuation \x2018 6-236
+punctuation \x2019 3
+punctuation \x2019 356-3
+punctuation \x201c 236
+punctuation \x201d 356
+punctuation \x2026 3
+sign \x2122 45-2345 trademark sign
+sign \x00A2 4-14 CENT SIGN 
+sign \x00A3 3456 POUND SIGN 
+sign \x00A4 1246 CURRENCY SIGN 
+sign \x00A7 4-234 SECTION SIGN 
+sign \x00A9 45-14 COPYRIGHT SIGN 
+sign \x00AE 45-1235 REGISTERED SIGN REGISTERED TRADE MARK SIGN 
+sign \x00B0 56-145-1245 DEGREE SIGN 
+sign \x00B4 b4 ACUTE ACCENT 0020 0301 SPACING ACUTE 
+sign \x00B5 46-134 MICRO SIGN 03BC 039C 039C
+sign \x00A5 4-13456 YEN SIGN 
+punctuation \x00A6 456-1256 BROKEN BAR BROKEN VERTICAL BAR 
+# sign \x00A8 DIAERESIS 0020 0308 SPACING DIAERESIS 
+# sign \x00AA FEMININE ORDINAL INDICATOR 0061 
+# punctuation \x00AB LEFT-POINTING DOUBLE ANGLE QUOTATION MARK LEFT 
+# sign \x00AC NOT SIGN 
+# sign \x00AF MACRON 0020 0304 SPACING MACRON 
+# math \x00B2 SUPERSCRIPT TWO 0032 2 2 SUPERSCRIPT DIGIT TWO 
+# math \x00B3 SUPERSCRIPT THREE 0033 3 3 SUPERSCRIPT DIGIT THREE 
+sign \x00B6 1234-345 PILCROW SIGN PARAGRAPH SIGN 
+# sign \x00B8 CEDILLA 0020 0327 SPACING CEDILLA 
+# math \x00B9 SUPERSCRIPT ONE 0031 1 1 SUPERSCRIPT DIGIT ONE 
+sign \x00BA 145-1245 MASCULINE ORDINAL INDICATOR 006F 
+# punctuation \x00BB RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK Pf Y 
+
+punctuation \x2010 36			# 8208  hyphen
+punctuation	\x201F 356		# 8223	smart double high reverse quotation mark
+punctuation	\x201E 236		# 8222	smart double low quotation mark
+
+noback sign \x25CF 16 black circle
+
+# Braille indicators
+numsign 3456  number sign, just a dots operand
+multind 56-6 letsign capsletter
+letsign 56
+capsletter 6
+begcapsword 6-6
+endcapsword 6-3
+emphclass italic
+emphclass underline
+emphclass bold
+begemph italic 46
+endemph italic 46-3
+begemph bold 46-46
+endemph bold 46-3
+begcomp 6-346
+endcomp 6-346
+
+# the decimal digits
+include litdigits6Dots.uti
+
+# Letters not defined in en-chardefs
+always ch 16
+always th 1456
+
+#single letter words
+word a 1
+word A 1
+word i 24
+word I 24
+word o 135
+word O 135
+word y 13456
+word Y 13456
+
+# punctuation
+prepunc " 236
+postpunc " 356
+noback always " 5
+prepunc ' 6-236
+postpunc ' 356-3
+postpunc '' 356
+postpunc ''' 356-3-356
+
+noback always ' 3
+midnum , 3
+noback always , 2
+midnum . 2
+decpoint . 2
+noback always . 256
+noback always ; 23
+midnum : 6-25
+noback always : 25
+endnum ! 6-235
+noback always ! 235
+always # 4-3456
+midnum / 456-34-3456
+always / 456-34
+noback always ? 236
+endnum % 0-25-1234
+always % 25-1234
+midnum ^ 346-3456
+always ^ 456-126
+always ~ 4-156
+always & 4-12346
+midnum * 0-56-236-3456
+always * 35-35
+repeated *** 35-35-0-35-35-0-35-35
+prepunc ( 2356
+postpunc ) 2356
+always [ 6-2356
+always ] 2356-3
+always { 46-2356
+always } 46-2356
+always -com =
+endword -to = pointed-to resource
+endword -by = used-by
+# always _ 78
+prepunc `` 236
+prepunc ` 6-236
+noback always ` 4
+noback always @ 2346
+always \\ 5-16
+always | 5-123
+repeated --- 36-36-36
+
+# repeated ___ 78-78-78
+repeated ___ 46-46-46
+
+repeated ::: 25-25-25
+
+repeated === 56-2356-56-2356-56-2356
+repeated ~~~ 4-156-4-156-4-156
+always \s-\s 36-36
+always \s-\scom 36-36-14-135-134
+always ... 3-3-3
+always .\s.\s. 3-3-3 . . .
+# always  \x2026 3-3-3 # 8230			MS Word smart ellipsis
+
+# the hyphen
+# always ­ 36
+repeated ­­­ 36-36-36
+always \s­\s 36-36
+
+# accented letters
+
+uplow \x00C0\x00E0 1				# a with grave
+uplow \x00C1\x00E1 1				# a with acute
+uplow \x00C2\x00E2 1				# a with circumflex
+#uplow \x00C3\x00E3 1				# a with tilde
+uplow \x00C4\x00E4 1				# a with dieresis
+#uplow \x00C5\x00E5 1				# a with ring above
+uplow \x00C6\x00E6 1				# letter ae
+#uplow \x00C7\x00E7 14				# c with cedilla
+uplow \x00C8\x00E8 15				# e with grave
+uplow \x00C9\x00E9 15				# e with acute
+uplow \x00CA\x00EA 15				# e with circumflex
+uplow \x00CB\x00EB 15				# e with dieresis
+uplow \x00CC\x00EC 24				# i with grave above
+uplow \x00CD\x00ED 24				# i with acute above
+uplow \x00CE\x00EE 24				# i with circumflex
+uplow \x00CF\x00EF 24				# i with dieresis
+#uplow \x00D0\x00F0 15				# letter eth
+#uplow \x00D1\x00F1 1345			# n with tilde
+uplow \x00D2\x00F2 135			# o with grave above
+uplow \x00D3\x00F3 135			# o with acute above
+uplow \x00D4\x00F4 135			# o with circumflex
+#uplow \x00D5\x00F5 135			# o with tilde
+uplow \x00D6\x00F6 135			# o with dieresis
+# \x00D7	× multiplication sign	----------------------
+#uplow \x00D8\x00F8 135			# o with stroke
+uplow \x00D9\x00F9 136			# u with grave above
+uplow \x00DA\x00FA 136			# u with acute above
+uplow \x00DB\x00FB 136			# u with circumflex above
+uplow \x00DC\x00FC 136				# u with dieeresis
+uplow \x00DD\x00FD 13456		# y with acute above
+#uplow \x00DE\x00FE 2345			# letter thorn
+letter \x00DF 2346		# small sharp s
+uplow \x0174\x0175 2456 w with circumflex
+uplow \x0176\x0177 13456 # y with circumflex
+uplow \x0178\x00ff 13456 # y with diaeresis
+uplow \x1ef2\x1ef3 13456 # y with grave
+
+largesign \x00C0 23-1      [C0] upper a grave
+largesign \x00E0   23-1      [E0] lower a grave
+
+largesign \x00C1 25-1      [C1] upper a acute
+largesign \x00E1   25-1      [E1] lower a acute
+
+largesign \x00C2 4-1      [C2] upper a circumflex
+largesign \x00E2   4-1      [E2] lower a circumflex
+
+#largesign \x00C3 4-1      [C3] upper a tilde
+#largesign \x00E3   4-1      [E3] lower a tilde
+
+largesign \x00C4 45-1      [C4] upper a dieresis
+largesign \x00E4   45-1      [E4] lower a dieresis
+
+#largesign \x00C5 4-1      [C5] upper a ring
+#largesign \x00E5   4-1      [E5] lower a ring
+
+largesign \x00C6 1-15     [C6] upper ae
+largesign \x00E6   1-15			[E6] lower ae
+
+#largesign \x00C7 4-14     [C7] upper c cedilla
+#largesign \x00E7   4-14     [E7] lower c cedilla
+
+largesign \x00C8 23-15     [C8] upper e grave
+largesign \x00E8   23-15     [E8] lower e grave
+
+largesign \x00C9 25-15     [C9] upper e acute
+largesign \x00E9   25-15     [E9] lower e acute
+
+largesign \x00CA 4-15     [CA] upper e circumflex
+largesign \x00EA   4-15     [EA] lower e circumflex
+
+largesign \x00CB 45-15     [CB] upper e dieresis
+largesign \x00EB   45-15     [EB] lower e dieresis
+
+largesign \x00CC 23-24     [CC] upper i grave
+largesign \x00EC   23-24     [EC] lower i grave
+
+largesign \x00CD 25-24     [CD] upper i acute
+largesign \x00ED   25-24     [ED] lower i acute
+
+largesign \x00CE 4-24     [CE] upper i circumflex
+largesign \x00EE   4-24     [EE] lower i circumflex
+
+largesign \x00CF 45-24     [CF] upper i dieresis
+largesign \x00EF   45-24     [EF] lower i dieresis
+
+#largesign \x00D0 4-15     [D0] upper eth
+#largesign \x00F0   4-15     [F0] lower eth
+
+#largesign \x00D1 4-1345   [D1] upper n tilde
+#largesign \x00F1   4-1345   [F1] lower n tilde
+
+largesign \x00D2 23-135    [D2] upper o grave
+largesign \x00F2   23-135    [F2] lower o grave
+
+largesign \x00D3 25-135    [D3] upper o acute
+largesign \x00F3   25-135    [F3] lower o acute
+
+largesign \x00D4 4-135    [D4] upper o circumflex
+largesign \x00F4   4-135    [F4] lower o circumflex
+
+#largesign \x00D5 4-135    [D5] upper o tilde
+#largesign \x00F5   4-135    [F5] lower o tilde
+
+largesign \x00D6 45-135    [D6] upper o dieresis
+largesign \x00F6   45-135			[F6] lower o dieresis
+
+#largesign \x00D8 4-135    [D8] upper o slash
+#largesign \x00f8   4-135    [F8] lower o slash
+
+largesign \x00D9 23-136    [D9] upper u grave
+largesign \x00F9   23-136    [F9] lower u grave
+
+largesign \x00DA 25-136    [DA] upper u acute
+largesign \x00FA   25-136    [FA] lower u acute
+
+largesign \x00DB 4-136    [DB] upper u circumflex
+largesign \x00FB   4-136    [FB] lower u circumflex
+
+largesign \x00DC 45-136    [DC] upper u dieresis
+largesign \x00FC   54-136    [FC] lower u dieresis
+
+largesign \x00DD 25-13456  [DD] upper y acute
+largesign \x00FD   25-13456  [FD] lower y acute
+
+#largesign \x00DE 4-2345   [DE] upper t horn
+#largesign \x00FE   4-2345   [FE] lower t horn
+
+largesign \x00DF 234-234 (DF) lower ss
+
+largesign \x0174 4-2456 lower w circumflex
+largesign \x0175 4-2456 upper w circumflex
+
+largesign \x0176 4-13456 upper y circumflex
+largesign \x0177 4-13456 lower y circumflex
+
+largesign \x0178 45-13456 upper y with dieresis
+largesign \x00FF 45-13456 lower y with dieresis
+
+largesign \x1EF2 23-13456 upper y with grave
+largesign \x1EF3 23-13456 lower y with grave
+
+hyphen 	\x2010 36		 # 8208			hyphen
+
+# punctuation \x2011 36		 # 8209			non-breaking hyphen
+punctuation \x2011 23478	# 8209  non-breaking hyphen
+
+
+always	\x2013 56-36		 # 8211		smart minus sign
+
+
+noback always	\x201C 236	 # 8220			smart opening double quote
+noback always	\x201D 356	 # 8221			smart closing double quote
+noback always	\x201E 236	 # 8222			smart double low quotation mark
+noback always	\x201F 356	 # 8223			smart double high reverse quotation mark
+
+
+# mathematical symbols
+decpoint . 2
+noback always < 246
+joinword = 56-2356
+joinnum = 56-2356
+noback always > 135
+midnum + 0-56-235-3456
+joinnum + 56-235
+joinword + 56-235
+midnum - 36-3456
+noback always - 36
+joinnum × 56-236
+joinword × 56-236
+midnum ÷ 0-56-256-3456 division sign
+joinnum ÷ 56-256
+joinword ÷ 56-256
+begnum £ 123
+always £ 4-123 pounds
+
+# other special characters
+always © 45-14 copyright
+sign ™ 45-2345 trademark
+sign ® 45-1235 registered
+always ¶ 1234-345 paragraph
+always § 234-3 section
+noback always ° 356 degrees
+begnum $ 256
+always $ 4-256
+always ¢ 4-14 cents
+sign € 4-15	euro
+always € 4-15	euro
+always ¥ 4-13456 yen
+always µ 2-134 mu
+
+# special character sequences
+literal :// URLs
+literal www.
+
+literal .com
+literal .edu
+literal .gov
+literal .mil
+literal .net
+literal .org
+ include countries.cti
+
+literal .doc
+literal .htm
+literal .html
+literal .tex
+literal .txt
+
+literal .gif
+literal .jpg
+literal .png
+literal .wav
+
+literal .tar
+literal .zip
+
+#-index-name: Hungarian, partially contracted
+#-display-name: Hungarian partially contracted braille
+
+#+locale:hu
+#+type:literary
+#+contraction:partial
+#+grade:1
+
+# TODO: Please correct the metadata above. It is not meant to be
+# accurate nor complete. It hasn't been verified by the table
+# author yet. It is merely an attempt by the liblouis maintainers
+# to get some sensible initial values in place.
+
+# TODO: Please add a reference to official documentation about
+# the implemented braille code. Preferably submit the documents
+# to https://github.com/liblouis/braille-specs.
+
+include hu-hu-g1.ctb
+include braille-patterns.cti
+#
+#  Copyright (C) 2011 by Peter Engström <peter.engstrom@indexbraille.com>
+#  Copyright (C) 2011 by Monk Jeremiah, Manastir Decani <visokidecani@gmail.com>
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 3 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+#
+# -----------------------------------------------------------------------------
+#
+# 	SERBIAN
+#	=======
+# 	Authors:	Peter Engström, Index Braille <peter.engstrom@indexbraille.com>
+#				Monk Jeremiah, Manastir Decani <visokidecani@gmail.com>
+#
+# 	Date: 		Note:
+#	2011-03-28	Initial release
+#	2011-04-04	Added more signs.
+#	2015-08-28	Additions and fixes by Zvonimir Stanecic
+#
+#---------------------------------------------------------------------------------------
+
+space \x00a0 a
+include spaces.uti
+
+#--------------------- ALL CHARS DEFINITIONS -------------------------------------------
+
+punctuation ! 235					# EXCLAMATION MARK
+punctuation • 3					# BULET
+sign + 235							# PLUS SIGN
+midnum + 235						# PLUS SIGN
+punctuation ? 26					# QUESTION MARK
+punctuation . 256					# FULL STOP
+sign \x2026 3-3-3					# HORIZONTAL ELLIPSIS
+punctuation , 2						# COMMA
+punctuation ;	23					# SEMICOLON
+punctuation : 25					# COLON
+punctuation ­ 36
+punctuation - 36					# HYPHEN-MINUS
+punctuation ' 3	  					# APOSTROPHE
+punctuation *	35					# ASTERISK
+sign / 34							# SOLIDUS
+sign \\ 16							# REVERSE SOLIDUS
+punctuation ( 2356					# LEFT PARENTESIS
+punctuation ) 2356					# RIGHT PARENTESIS
+punctuation " 2356					# QUOTATION MARK
+punctuation ” 356					# RIGHT QUOTATION MARK
+punctuation – 36					# EM DASH
+punctuation \x201E 236				# DOUBLE LOW-9 QUOTATION MARK
+punctuation \x201C 356				# LEFT DOUBLE QUOTATION MARK
+
+
+
+
+sign # 3456							# NUMBER SIGN
+sign $ 256							# DOLLAR SIGN
+sign & 4-12346						# AMPERSAND
+sign < 5-246						# LESS-THAN SIGN
+sign = 2356							# EQUAL SIGN
+sign > 135-2						# GREATER-THAN SIGN
+sign @ 345							# COMMERCIAL AT
+punctuation [ 2356-3				# LEFT SQUARE BRACKET
+punctuation ] 6-2356				# RIGHT SQUARE BRACKET
+sign ^ 56							# CIRCUMFLEX ACCENT
+sign _ 6-36							# LOW LINE (UNDERSCORE)
+sign ` 4							# GRAVE ACCENT
+punctuation { 2356-23				# LEFT CURLY BRACKET
+sign | 4-123						# VERTICAL LINE
+punctuation } 56-2356				# RIGHT CURLY BRACKET
+sign ~ 56							# TILDE
+sign € 26							# EURO
+sign \x00A2 4						# CENT SIGN
+sign \x00A3 6-123					# POUND SIGN
+sign \x00A4 2356-1236-2356			# CURRENCY SIGN
+sign \x00A7 346						# PARAGRAPH SIGN
+sign \x00A9 12356-14-23456			# COPYRIGHT
+punctuation \x00AB 2346-14-3		# LEFT-POINTING DOUBLE ANGLE QUOTATION MARK
+sign \x00B0 356						# DEGREE SIGN
+sign % 3456-245-356					# PERCENT SIGN
+sign \x2030	3456-245-356-356		# PER MILL SIGN
+sign \x00B2 34-23					# SUPERSCRIPT 2 SIGN
+sign \x00B3 34-25					# SUPERSCRIPT 3 SIGN
+sign \x00B9 34-2					# SUPERSCRIPT 1 SIGN
+punctuation \x00BB 6-2356-2356		# RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK
+sign \x00BC 3456-1-1256-145			# VULGAR FRACTION ONE QUARTER
+sign \x00BD 3456-1-1256-12			# VULGAR FRACTION ONE HALF
+sign \x00BE 3456-14-1256-145		# VULGAR FRACTION 3 QUARTERS
+math \x00D7 56-36 					# MULTIPLICATION SIGN
+math \x00F7 1256 					# DIVISION SIGN
+
+#------------- NOT ASSIGNED ---------------------------------- 
+#sign \x00A5 45-13456					# YEN SIGN
+#sign \x00B4 1256						# ACUTE ACCENT
+#sign \x00B5 46-134						# µ MICRO SIGN
+#sign \x00B6 4-1234-345					# ¶ PILCROW SIGN
+#uplow	\x00D3\x00F3 346				# LATIN CAPITAL LETTER O WITH ACUTE
+
+
+include latinLetterDef6Dots.uti
+
+include digits6Dots.uti # Must come after letters.
+include litdigits6Dots.uti # Must come after letters.
+
+uplow \x010C\x010D 16				# LATIN LETTER C WITH CARON
+uplow \x0106\x0107 146				# LATIN LETTER C WITH ACUTE
+uplow \x0110\x0111 1456				# LATIN LETTER D WITH STROKE
+uplow \x0160\x0161 156				# LATIN LETTER S WITH CARON
+uplow \x017D\x017E 2346				# LATIN LETTER Z WITH CARON
+uplow \x008E\x009E 2346				# LATIN LETTER Z WITH CARON (ASCII)
+
+
+#uplow \x00C0\x00E0 				# LATIN LETTER A WITH GRAVE
+#uplow \x00C8\x00E8 				# LATIN LETTER E WITH GRAVE
+#uplow \x00C9\x00E9 				# LATIN LETTER E WITH ACUTE
+#uplow \x00CC\x00EC 				# LATIN LETTER I WITH GRAVE
+#uplow \x00D2\x00F2 				# LATIN LETTER O WITH GRAVE
+#uplow \x00DA\x00FA 				# LATIN LETTER U WITH ACUTE
+
+
+#-------- SERBIAN CYRILLIC LETTERS -----------------------------------------------------
+
+
+uplow \x0410\x0430 1				# CYRILLIC LETTER A
+uplow \x0411\x0431 12				# CYRILLIC LETTER BE
+uplow \x0426\x0446 14				# CYRILLIC LETTER TSE
+uplow \x0427\x0447 16				# CYRILLIC LETTER CHE
+uplow \x040B\x045B 146				# CYRILLIC LETTER TSHE
+uplow \x0414\x0434 145				# CYRILLIC LETTER DE
+uplow \x040F\x045F 12456			# CYRILLIC LETTER DZHE
+uplow \x0402\x0452 1456				# CYRILLIC LETTER DJE
+uplow \x0415\x0435 15				# CYRILLIC LETTER IE
+uplow \x0424\x0444 124				# CYRILLIC LETTER EF
+uplow \x0413\x0433 1245				# CYRILLIC LETTER GHE
+uplow \x0425\x0445 125				# CYRILLIC LETTER HA
+uplow \x0418\x0438 24				# CYRILLIC LETTER I
+uplow \x0408\x0458 245				# CYRILLIC LETTER JE
+uplow \x041A\x043A 13				# CYRILLIC LETTER KA
+uplow \x041B\x043B 123				# CYRILLIC LETTER EL
+uplow \x0409\x0459 126				# CYRILLIC LETTER LJE
+uplow \x041C\x043C 134				# CYRILLIC LETTER EM
+uplow \x041D\x043D 1345				# CYRILLIC LETTER EN
+uplow \x040A\x045A 1246				# CYRILLIC LETTER NJE
+uplow \x041E\x043E 135				# CYRILLIC LETTER O
+uplow \x041F\x043F 1234				# CYRILLIC LETTER PE
+uplow \x0420\x0440 1235				# CYRILLIC LETTER ER
+uplow \x0421\x0441 234				# CYRILLIC LETTER ES
+uplow \x0428\x0448 156				# CYRILLIC LETTER SHA
+uplow \x0422\x0442 2345				# CYRILLIC LETTER TE
+uplow \x0423\x0443 136				# CYRILLIC LETTER U
+uplow \x0412\x0432 1236				# CYRILLIC LETTER VE
+uplow \x0417\x0437 1356				# CYRILLIC LETTER ZE
+uplow \x0416\x0436 2346				# CYRILLIC LETTER ZHE
+
+
+#uplow \x0419\x0439 12346			# CYRILLIC LETTER SHORT I
+#uplow \x0429\x0449 1346			# CYRILLIC LETTER SHCHA
+#uplow \x042A\x044A 12356			# CYRILLIC LETTER HARD SIGN
+#uplow \x042B\x044B 2346			# CYRILLIC LETTER YERU
+#uplow \x042C\x044C 23456			# CYRILLIC LETTER SOFT SIGN
+#uplow \x042D\x044D 246				# CYRILLIC LETTER E
+#uplow \x042E\x044E 1256			# CYRILLIC LETTER YU
+#uplow \x042F\x044F 1246 			# CYRILLIC LETTER YA
+#uplow \x0401\x0451 16 				# CYRILLIC LETTER IO
+
+#---------------------------------------------------------------------------------------
+# liblouis: sub table for Czech Latin letter definition, 8 dots.
+#
+#  Copyright (C) 2012-2014 Mesar Hameed <mesar.hameed@gmail.com>
+#  Copyright (C) 2018 Jan Hegr <hegrjan@gmail.com>
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+
+# Note that this table does not simply include latinLetterDef8Dots.uti
+# because latinLetterDef8Dots defines "w" as 2456, but in Czech 2456
+# is used for "ř" and "w" is mapped to 12356.
+
+uplow   \x0041\x0061  17,1              Aa       LATIN CAPITAL LETTER A - LATIN SMALL LETTER A
+uplow   \x00C1\x00E1  167,16            Áá       LATIN CAPITAL LETTER A WITH ACUTE - LATIN SMALL LETTER A WITH ACUTE
+uplow   \x0042\x0062  127,12            Bb       LATIN CAPITAL LETTER B - LATIN SMALL LETTER B
+uplow   \x0043\x0063  147,14            Cc       LATIN CAPITAL LETTER C - LATIN SMALL LETTER C
+uplow   \x010C\x010D  1467,146          Čč       LATIN CAPITAL LETTER C WITH CARON - LATIN SMALL LETTER C WITH CARON
+uplow   \x0044\x0064  1457,145          Dd       LATIN CAPITAL LETTER D - LATIN SMALL LETTER D
+uplow   \x010E\x010F  14567,1456        Ďď       LATIN CAPITAL LETTER D WITH CARON - LATIN SMALL LETTER D WITH CARON
+uplow   \x0045\x0065  157,15            Ee       LATIN CAPITAL LETTER E - LATIN SMALL LETTER E
+uplow   \x00C9\x00E9  3457,345          Éé       LATIN CAPITAL LETTER E WITH ACUTE - LATIN SMALL LETTER E WITH ACUTE
+uplow   \x011A\x011B  1267,126          Ěě       LATIN CAPITAL LETTER E WITH CARON - LATIN SMALL LETTER E WITH CARON
+uplow   \x0046\x0066  1247,124          Ff       LATIN CAPITAL LETTER F - LATIN SMALL LETTER F
+uplow   \x0047\x0067  12457,1245        Gg       LATIN CAPITAL LETTER G - LATIN SMALL LETTER G
+uplow   \x0048\x0068  1257,125          Hh       LATIN CAPITAL LETTER H - LATIN SMALL LETTER H
+uplow   \x0049\x0069  247,24            Ii       LATIN CAPITAL LETTER I - LATIN SMALL LETTER I
+uplow   \x00CD\x00ED  347,34            Íí       LATIN CAPITAL LETTER I WITH ACUTE - LATIN SMALL LETTER I WITH ACUTE
+uplow   \x004A\x006A  2457,245          Jj       LATIN CAPITAL LETTER J - LATIN SMALL LETTER J
+uplow   \x004B\x006B  137,13            Kk       LATIN CAPITAL LETTER K - LATIN SMALL LETTER K
+uplow   \x004C\x006C  1237,123          Ll       LATIN CAPITAL LETTER L - LATIN SMALL LETTER L
+uplow   \x004D\x006D  1347,134          Mm       LATIN CAPITAL LETTER M - LATIN SMALL LETTER M
+uplow   \x004E\x006E  13457,1345        Nn       LATIN CAPITAL LETTER N - LATIN SMALL LETTER N
+uplow   \x0147\x0148  12467,1246        Ňň       LATIN CAPITAL LETTER N WITH CARON - LATIN SMALL LETTER N WITH CARON
+uplow   \x004F\x006F  1357,135          Oo       LATIN CAPITAL LETTER O - LATIN SMALL LETTER O
+uplow   \x00D3\x00F3  2467,246          Óó       LATIN CAPITAL LETTER O WITH ACUTE - LATIN SMALL LETTER O WITH ACUTE
+uplow   \x0050\x0070  12347,1234        Pp       LATIN CAPITAL LETTER P - LATIN SMALL LETTER P
+uplow   \x0051\x0071  123457,12345      Qq       LATIN CAPITAL LETTER Q - LATIN SMALL LETTER Q
+uplow   \x0052\x0072  12357,1235        Rr       LATIN CAPITAL LETTER R - LATIN SMALL LETTER R
+uplow   \x0158\x0159  24567,2456        Řř       LATIN CAPITAL LETTER R WITH CARON - LATIN SMALL LETTER R WITH CARON
+uplow   \x0053\x0073  2347,234          Ss       LATIN CAPITAL LETTER S - LATIN SMALL LETTER S
+uplow   \x0160\x0161  1567,156          Šš       LATIN CAPITAL LETTER S WITH CARON - LATIN SMALL LETTER S WITH CARON
+uplow   \x0054\x0074  23457,2345        Tt       LATIN CAPITAL LETTER T - LATIN SMALL LETTER T
+uplow   \x0164\x0165  12567,1256        Ťť       LATIN CAPITAL LETTER T WITH CARON - LATIN SMALL LETTER T WITH CARON
+uplow   \x0055\x0075  1367,136          Uu       LATIN CAPITAL LETTER U - LATIN SMALL LETTER U
+uplow   \x00DA\x00FA  3467,346          Úú       LATIN CAPITAL LETTER U WITH ACUTE - LATIN SMALL LETTER U WITH ACUTE
+uplow   \x016E\x016F  234567,23456      Ůů       LATIN CAPITAL LETTER U WITH RING ABOVE - LATIN SMALL LETTER U WITH RING ABOVE
+uplow   \x0056\x0076  12367,1236        Vv       LATIN CAPITAL LETTER V - LATIN SMALL LETTER V
+uplow   \x0057\x0077  123567,12356      Ww       LATIN CAPITAL LETTER W - LATIN SMALL LETTER W
+uplow   \x0058\x0078  13467,1346        Xx       LATIN CAPITAL LETTER X - LATIN SMALL LETTER X
+uplow   \x0059\x0079  134567,13456      Yy       LATIN CAPITAL LETTER Y - LATIN SMALL LETTER Y
+uplow   \x00DD\x00FD  123467,12346      Ýý       LATIN CAPITAL LETTER Y WITH ACUTE - LATIN SMALL LETTER Y WITH ACUTE
+uplow   \x005A\x007A  13567,1356        Zz       LATIN CAPITAL LETTER Z - LATIN SMALL LETTER Z
+uplow   \x017D\x017E  23467,2346        Žž       LATIN CAPITAL LETTER Z WITH CARON - LATIN SMALL LETTER Z WITH CARON
+# Slovak Braille Table
+#
+#  Copyright (C) 2004-2008 ViewPlus Technologies, Inc. www.viewplus.com
+#  Copyright (C) 2009 JJB Software, Inc. www.jjb-software.com
+#  Copyright (C) 2012 Mesar Hameed <mesar.hameed@gmail.com>
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+
+# Created by Mike Sivill #<mike.sivill@viewplus.com>
+
+#**** Display Codes
+include text_nabcc.dis
+
+#**** Spaces
+space \t 9 tab
+space \x001b 1b escape character for html back-translation
+space \x00A0 a NO-BREAK SPACE <noBreak> 0020 NON-BREAKING SPACE 
+include spaces.uti
+
+#**** Character Definitions
+include loweredDigits6Dots.uti
+
+include latinLetterDef8Dots.uti
+
+punctuation ( 12356
+punctuation } 12456
+punctuation ] 124567
+punctuation ? 1456
+punctuation : 156
+punctuation ) 23456
+punctuation ! 2346
+punctuation { 246
+punctuation [ 2467
+punctuation ' 3
+punctuation - 36
+punctuation . 46
+punctuation " 5
+punctuation ; 56
+punctuation , 6
+sign & 12346
+sign $ 1246
+sign | 1256
+sign \\ 12567
+sign % 146
+sign * 16
+sign # 3456
+punctuation ` 4
+sign _ 456
+sign ^ 457
+sign @ 47
+math = 123456
+math < 126
+math / 34
+math > 345
+math + 346
+math ~ 45
+
+
+# Miscellaneous
+math \x00B1 346-36 PLUS-MINUS SIGN PLUS-OR-MINUS SIGN 
+math \x00B7 16 MIDDLE DOT 
+math \x00BC 1456-2-34-256-3456 VULGAR FRACTION ONE QUARTER No 0031 2044 
+math \x00BD 1456-2-34-23-3456 VULGAR FRACTION ONE HALF No 0031 2044 0032 
+math \x00BE 1456-25-34-23-3456 VULGAR FRACTION THREE QUARTERS No 0033 
+math \x00D7 4-16 MULTIPLICATION SIGN 
+math \x00F7 46-34 DIVISION SIGN 
+punctuation \x0092 3
+punctuation \x0097 36-36
+punctuation \x00A1 235 INVERTED EXCLAMATION MARK 
+punctuation \x00ad 36
+punctuation \x00BF 236 INVERTED QUESTION MARK 
+punctuation \x2011 36
+punctuation \x2013 36-36
+punctuation \x2014 36-36
+punctuation \x2018 6-236
+punctuation \x2019 3
+punctuation \x2019 356-3
+punctuation \x201c 236
+punctuation \x201d 356
+punctuation \x2026 3
+sign \x2122 45-2345 trademark sign
+sign \x00A2 4-14 CENT SIGN 
+sign \x00A3 3456 POUND SIGN 
+sign \x00A4 1246 CURRENCY SIGN 
+sign \x00A7 4-234 SECTION SIGN 
+sign \x00A9 45-14 COPYRIGHT SIGN 
+sign \x00AE 45-1235 REGISTERED SIGN REGISTERED TRADE MARK SIGN 
+sign \x00B0 56-145-1245 DEGREE SIGN 
+sign \x00B4 b4 ACUTE ACCENT 0020 0301 SPACING ACUTE 
+sign \x00B5 46-134 MICRO SIGN 03BC 039C 039C
+sign \x00A5 4-13456 YEN SIGN 
+punctuation \x00A6 456-1256 BROKEN BAR BROKEN VERTICAL BAR 
+# sign \x00A8 DIAERESIS 0020 0308 SPACING DIAERESIS 
+# sign \x00AA FEMININE ORDINAL INDICATOR 0061 
+# punctuation \x00AB LEFT-POINTING DOUBLE ANGLE QUOTATION MARK LEFT 
+# sign \x00AC NOT SIGN 
+# sign \x00AF MACRON 0020 0304 SPACING MACRON 
+# math \x00B2 SUPERSCRIPT TWO 0032 2 2 SUPERSCRIPT DIGIT TWO 
+# math \x00B3 SUPERSCRIPT THREE 0033 3 3 SUPERSCRIPT DIGIT THREE 
+sign \x00B6 1234-345 PILCROW SIGN PARAGRAPH SIGN 
+# sign \x00B8 CEDILLA 0020 0327 SPACING CEDILLA 
+# math \x00B9 SUPERSCRIPT ONE 0031 1 1 SUPERSCRIPT DIGIT ONE 
+sign \x00BA 145-1245 MASCULINE ORDINAL INDICATOR 006F 
+# punctuation \x00BB RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK Pf Y 
+
+punctuation \x2010 36			# 8208  hyphen
+punctuation	\x201F 356		# 8223	smart double high reverse quotation mark
+punctuation	\x201E 236		# 8222	smart double low quotation mark
+
+noback sign \x25CF 16		# 9679 black circle
+
+# Numbers
+include litdigits6Dots.uti
+
+# Alphabet
+uplow \x00C1\x00E1 16
+uplow \x010C\x010D 146 c with caron
+uplow \x010E\x010F 1456 D with caron
+uplow \x00C9\x00E9 345
+uplow \x00C4\x00E4 4 a with daeresis
+uplow \x00CD\x00ED 34 I with acute
+uplow \x013B\x013C 46 l with cedilla
+uplow \x013D\x013E 456 l with caron
+uplow \x0139\x013A 46 l with acute
+uplow \x0147\x0148 1246 n with caron
+uplow \x00D3\x00f3 246 O with acute
+uplow \x00D4\x00F4 23456 o with circumflex
+ uplow \x0154\x0155 12356 r with acute
+uplow \x0160\x0161 156 s with caron
+uplow \x0164\x0165 1256 t with caron
+uplow \x00DA\x00FA 346 U WITH ACUTE
+uplow  \x00DD\x00FD 12346 Y WITH ACUTE
+include latinLetterDef6Dots.uti
+uplow \x017d\x017E 2346 z with caron
+
+#**** Braille Indicators
+numsign 3456
+capsletter 6
+begcapsword 6-6
+
+# Punctuation
+punctuation ! 235
+punctuation " 2356
+punctuation ' 3
+punctuation ( 236
+punctuation ) 356
+midnum * 35
+math + 235
+punctuation , 2
+punctuation - 36
+punctuation . 256
+punctuation / 25
+punctuation : 25
+punctuation * 0-3
+punctuation ; 23
+math < 126
+math > 345
+math = 2356
+punctuation ? 26
+punctuation [ 6-236
+punctuation  ] 6-356
+always \\ 3456-1256
+punctuation { 5-236
+punctuation } 5-356
+noback always _ 456
+always | 3456-123
+always ~ 56-26
+always # 56-3456
+always $ 3456-1246
+always & 3456-12346
+always @ 3456-12456
+always % 3456-1234
+
+#-index-name: Turkish
+#-display-name: Turkish braille
+#
+#+locale:tr
+#+type:literary
+#+contraction:full
+#+grade:2
+#+dots:8
+
+# TODO: Please correct the metadata above. It is not meant to be
+# accurate nor complete. It hasn't been verified by the table
+# author yet. It is merely an attempt by the liblouis maintainers
+# to get some sensible initial values in place.
+
+# TODO: Please add a reference to official documentation about
+# the implemented braille code. Preferably submit the documents
+# to https://github.com/liblouis/braille-specs.
+
+include tr-g2.ctb
+include braille-patterns.cti
+#-name: Deutsche Kurzschrift
+#-index-name: German, contracted
+#-display-name: German contracted braille
+#
+#+locale:de
+#+type:literary
+#+contraction:full
+#+grade:2
+#+direction:forward
+#
+#-has-nocross: yes
+
+#  Copyright (C) 2018 SBS Schweizerische Bibliothek für Blinde, Seh- und Lesebehinderte
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+
+
+# Das System der deutschen Blindenschrift (2015/2018)
+# http://www.bskdl.org/textschrift.html
+
+# Bemerkung:
+# - Gross-/Kleinschreibung wird nicht berücksichtigt (d.h. für
+#   Abkürzungen u.ä. braucht es Vorprogramm)
+# - Akzente: Hinweis auf die beiden Tabellen (bis jetzt nur als
+#   Kommentar in de-g0.utb)
+
+
+include de-g0.utb
+include de-g2-core.cti
+include braille-patterns.cti
+#-index-name: Mandarin, Taiwan
+#-display-name: Taiwanese braille
+
+#+locale:cmn-TW
+#+type:literary
+
+# TODO: Please add a reference to official documentation about
+# the implemented braille code. Preferably submit the documents
+# to https://github.com/liblouis/braille-specs.
+
+include zh-tw.ctb
+include braille-patterns.cti
+#-index-name: Turkish, computer
+#-display-name: Turkish computer braille
+
+#+locale:tr
+#+type:computer
+#+dots:8
+
+# TODO: Please correct the metadata above. It is not meant to be
+# accurate nor complete. It hasn't been verified by the table
+# author yet. It is merely an attempt by the liblouis maintainers
+# to get some sensible initial values in place.
+
+# TODO: Please add a reference to official documentation about
+# the implemented braille code. Preferably submit the documents
+# to https://github.com/liblouis/braille-specs.
+
+include tr.ctb
+include braille-patterns.cti
+# liblouis: U.S. English 6 dot computer braille table
+#
+#-name: U.S. English Computer Braille Code (CBC)
+#-index-name: English, U.S., computer, 6-dot
+#-display-name: English 6-dot computer braille as used in the U.S.
+#
+#+locale: en-US
+#+type: computer
+#+dots: 6
+#+system: ebae
+#
+# Computer Braille Code reference:
+# http://liblouis.org/braille-specs/english/#computer-braille-code-cbc
+#
+#-copyright: 2019, Timothy Wynn
+#-license: LGPLv2.1
+#
+#  Copyright (C) 2019 Timothy Wynn <tmthywynn8@gmail.com>
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+#
+# Notes:
+# * Print characters, braille dots, and meanings are defined according
+#   to the "COMPUTER BRAILLE CODE SYMBOLS: ASCII ORDER" and the
+#   "Additional Computer Braille Code Symbols" tables (pp. 53-62) of the
+#   Computer Braille Code (CBC; 2000) manual.
+# * Character-Definition Opcodes were copied from en-us-comp8.ctb.
+#   Irrelevant and/or predefined Character-Definition Opcodes were
+#   disregarded as needed (e.g. letter and number Character-Definition
+#   Opcodes as defined by latinLetterDef6Dots.uti and litdigits6Dots.uti).
+# * Major portions of the CBC manual have been disregarded due to
+#   transcriber-specific decisions (i.e. unable to be automated).
+# * Rationale of decisions made were interpreted from the following
+#   section(s) of the CBC manual:
+#   4.2 Shift Indicator
+#   4.3 Caps Lock Indicator
+#   8.1 Isolated Lower-Cell Signs
+#   10.1 Emphasis Indicators
+#   16.1 Termination Indicator#
+#
+# TODO:
+# * Compbrl opcode and its comp6 subset (used in EBAE tables):
+#   11.1 Computer Braille Code Indicators
+# * Nemeth (used in EBAE tables):
+#   12.0 Nemeth Code Indicators
+# * Superscript and subscript numbers (is it possible?:
+#   15.0 Half-Line Shifts
+
+# Character Definitions:
+include spaces.uti
+
+# Alphanumeric characters:
+include latinLetterDef6Dots.uti
+include loweredDigits6Dots.uti
+
+# Single-cell symbols:
+punctuation ! 2346 exclamation point
+punctuation " 5 quotation marks, double quotes
+sign # 3456 number sign, pound sign (weight)
+sign $ 1246 dollar sign
+sign % 146 percent sign
+sign & 12346 ampersand
+punctuation ' 3 apostrophe, single quote
+punctuation ( 12356 left parenthesis
+punctuation ) 23456 right parenthesis
+sign * 16 asterisk, multiplication sign
+math + 346 plus sign
+punctuation , 6 comma
+math - 36 hyphen, minus sign
+punctuation . 46 period, decimal point
+math / 34 slash, division sign
+punctuation : 156 colon
+punctuation ; 56 semicolon
+math < 126 less than
+math = 123456 equals
+math > 345 greater than
+punctuation ? 1456 question mark
+sign @ 4 at
+punctuation [ 246 left bracket
+sign \\ 1256 backslash
+punctuation ] 12456 right bracket
+sign ^ 45 up arrow/caret
+
+# Braille symbols with the 456 prefix:
+sign _ 456-456 underscore
+sign _ 456 unused except as prefix for forward and back-translation
+sign ` 456-4 grave accent
+punctuation { 456-246 left brace
+sign | 456-1256 vertical bar
+punctuation } 456-12456 right brace
+math ~ 456-45 tilde
+
+# Braille Indicators:
+capsletter 456 shift indicator
+begcapsword 456-345 caps lock indicator
+endcapsword 456-126 caps release indicator
+capsmodechars 0123456789!"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~ # if letters are separated by numbers, punctuation, etc.
+
+# Emphasis Indicators:
+emphclass italic
+begemph italic 456-16 begin emphasis
+endemph italic 456-34 end emphasis
+emphclass underline
+begemph underline 456-16 begin emphasis
+endemph underline 456-34 end emphasis
+emphclass bold
+begemph bold 456-16 begin emphasis
+endemph bold 456-34 end emphasis
+
+# Isolated Lower-Cell Signs:
+# Single-digit number:
+lowword 0 456-356 0
+lowword 1 456-2 1
+lowword 2 456-23 2
+lowword 3 456-25 3
+lowword 4 456-256 4
+lowword 5 456-26 5
+lowword 6 456-235 6
+lowword 7 456-2356 7
+lowword 8 456-236 8
+lowword 9 456-35 9
+# Quotation mark, apostrophe, comma, hyphen/minus sign, and semicolon:
+lowword " 456-5 quotation marks, double quotes
+lowword ' 456-3 apostrophe, single quote
+lowword , 456-6 comma
+lowword - 456-36 hyphen, minus sign
+lowword ; 456-56 semicolon
+#-index-name: Russian
+#-display-name: Russian braille
+
+#+locale:ru
+#+type:literary
+#+grade:1
+
+# TODO: Please correct the metadata above. It is not meant to be
+# accurate nor complete. It hasn't been verified by the table
+# author yet. It is merely an attempt by the liblouis maintainers
+# to get some sensible initial values in place.
+
+# TODO: Please add a reference to official documentation about
+# the implemented braille code. Preferably submit the documents
+# to https://github.com/liblouis/braille-specs.
+
+include ru-litbrl.ctb
+include braille-patterns.cti
+#-index-name: Italian
+#-display-name: Italian braille
+
+#+locale:it
+#+type:literary
+#+dots:6
+
+# TODO: Please correct the metadata above. It is not meant to be
+# accurate nor complete. It hasn't been verified by the table
+# author yet. It is merely an attempt by the liblouis maintainers
+# to get some sensible initial values in place.
+
+# TODO: Please add a reference to official documentation about
+# the implemented braille code. Preferably submit the documents
+# to https://github.com/liblouis/braille-specs.
+
+include it-it-comp6.utb
+include braille-patterns.cti
+# liblouis: Korean Grade 1 (Uncontracted)
+#
+# -----------
+#-index-name: Korean, uncontracted
+#-display-name: Korean uncontracted braille
+#
+#+locale:ko
+#+type:literary
+#+contraction:no
+#+grade:1
+#
+# TODO: Please correct the metadata above. It is not meant to be
+# accurate nor complete. It hasn't been verified by the table
+# author yet. It is merely an attempt by the liblouis maintainers
+# to get some sensible initial values in place.
+#
+# TODO: Please add a reference to official documentation about
+# the implemented braille code. Preferably submit the documents
+# to https://github.com/liblouis/braille-specs.
+# -----------
+#
+# Based on the braille contraction table in BRLTTY
+#
+#  Copyright (C) 1995-2012 by The BRLTTY Team.
+#  Copyright (C) 2012 by Samuel Thibault <samuel.thibault@ens-lyon.org>
+#  Copyright (C) 2012 by Mesar Hameed <mesar.hameed@gmail.com>
+#  Copyright (C) 2013 by Joseph Lee <joseph.lee22590@gmail.com>
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+
+#Rules specific to grade 1:
+include ko.cti
+include ko-g1-rules.cti
+
+# This table contains braille codes and rules for Hindi Grade 1 and includes English grade 1
+#
+# Copyright (C) 2014 National Institute for Visually Handicapped, 116, Rajpur Road, Dehradun, Uttrakhand, India
+#
+# This file is part of liblouis.
+#
+# liblouis is free software: you can redistribute it and/or modify it
+# under the terms of the GNU Lesser General Public License as
+# published by the Free Software Foundation, either version 2.1 of the
+# License, or (at your option) any later version.
+#
+# liblouis is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with liblouis. If not, see
+# <http://www.gnu.org/licenses/>.
+
+# This table is built and maintained under an activity of Braille Council of India
+# Contributors: Dipendra Manocha, Sreeja, Dinesh Kaushal, Mesar Hameed
+# Last updated on May 5, 2014
+# To report any bugs or any suggestion, please write to d@saksham.org and sreeja.param@gmail.com
+
+include devanagari.cti
+include en-in-g1.ctb
+UTF-8
+.а8
+.аб1р
+.а1б
+.аг1ро
+.а1г
+.а1ди2
+.а1д
+.а1и2
+.ак1р
+.а1к
+.а3ль3я
+.аль1
+.ар2т1о2
+.а2р1т
+.ас1то
+.аст1р
+.а1у2
+.б8
+.3би2о
+.1б2и
+.в8
+.во2б3л
+.во1б2
+.во3ж2д
+.во1ж
+.1г8
+.го2ф
+.д8
+.дек2
+.1де
+.де1кв
+.ди2а1к
+.1ди
+.ди1а
+.ди1о
+.до3п2
+.1до
+.до3т2
+.е8
+.епи3
+.е1п
+.з8
+.зав2р
+.1за1
+.за3м2н
+.за1м
+.за3п2
+.и8
+.иг1р
+.и1г
+.и2з1г2
+.из3н
+.и1и2
+.ик1р
+.и1к
+.ио2
+.ио4на
+.и1он
+.ис3
+.л8
+.л2е2о
+.ле2п3р
+.ле1п
+.ле2с1к
+.ль2
+.люст1
+.л2ю
+.1м8
+.ме2ж1у2
+.ме1ж
+.1ми1о1м
+.мо2к1
+.му2шт1
+.му1ш
+.н8
+.на1в
+.1на
+.на3т
+.на3ш2
+.2не3в1н
+.1не
+.не1др
+.3нед
+.не1з2
+.н2е1сл
+.не1с2ц
+.не3т
+.нос1к
+.1но
+.нук1л
+.1ну
+.о8
+.обо3ж2
+.о1бо
+.ово1
+.о1в
+.ог3н
+.о1г2
+.оз4
+.ос2ка
+.ос2п2
+.ос3пи
+.от1в2
+.о1т
+.от1ро
+.от1ру
+.от1у1ж
+.1п8
+.по3в2
+.по3ж2
+.по1з2н
+.прос2
+.р8
+.ра2с3т
+.ре2бр
+.р2еб
+.ре2з3в
+.ри2с1к
+.ри1с2
+.ри2ч
+.ро2з3в
+.1ро2с3л
+.ро2х
+.с8
+.се4п1т2
+.1с2е
+.се1п
+.ск2
+.ст2
+.су2ж
+.1су
+.т8
+.т2е2о3
+.1т2е
+.ти1а3
+.ти2г
+.тиг1р
+.ти2о
+.у8
+.уб2
+.уд2
+.у1е2
+.уз2на
+.уз1н
+.ук2
+.у2м2ч
+.у1м
+.у1о3
+.у1п2
+.ур2в
+.ус2
+.ут2р
+.у1ю2
+.х8
+.хо2р3в
+.1хо
+.ч8
+.че2с1к
+.1че
+.1ю8
+.юс1
+4а3а
+аа2п
+аа2р
+аа2ц
+а1б
+абе3с1т
+а1бе
+а3бла
+аб1л
+аб2л2ю
+аб1ри
+а3б2у
+ав1в
+а1ве
+ав3зо
+а1в2з2
+а1ви
+ави2а
+а1во
+аво1с
+а2во1т
+ав1ра
+а3в2с2е3
+а2в1с2
+а2в1т2
+а1ву
+а2вх
+а3в2че
+а2в1ч
+2аг2а
+а1г
+ага1с2
+а2гд
+а2гити
+аг2и
+аги1т
+а2г1ле
+аг2ли
+а2глос
+аг1ло
+аг2ло1т
+2аго
+а3гу
+а1д
+2адв2
+а2д1ве
+ад2жи
+ад1ж
+ади2од
+а1ди
+а2д1л
+а2д1о2б1л
+а1до
+ад1ро
+а2д1ру
+аду3ч
+а1ду
+ад2ц
+а2дын
+а1ды1
+а1е
+ае2го
+ае1г
+ае2ди
+ае2л
+а2е1п
+ае2ре
+ае2с
+аза4ш3
+а1за1
+азв2
+аз3вез
+аз1ве
+аз1в1л
+а2з1г2
+аз1др
+аз1об
+аз2о1б1р
+а2зовь1
+а1зо1в
+а2золь1
+а1зол2
+а1зо1ри
+аз2о1с2
+аз1р
+а1и
+аи2г1
+а2и3гл
+а2их
+а1к
+ак1в
+1а2к1к2
+ак2л
+а2к3ле1м
+ако1б2
+ак2о
+2а3ко2н1с2
+ако3т
+2акри
+а2к1с
+а1ла
+а3ла1г
+а1ле
+2алек
+а3ли
+ало1з
+а1ло
+а1лу
+алу2ш
+алуш1т
+а1лы1
+а2ль1щ
+аль1
+а1л2ю
+2ама
+а1м
+а4м1б4
+2амет
+а2ми2н1т
+ам2нет
+а2м1н
+ам1не
+2амо
+амо1з2
+амо3и2
+а2мч
+ана2д2ц
+а1на
+ана1д
+а2н1а2ме
+ана1м
+а2на1ф
+ан2дра
+а2н1д
+а2н1о2б2
+а1но
+ан1о2хр
+ан1р
+ан2с1п2
+а2н1с
+ан1с1у
+ан2су2р
+а2н1уз
+а1ну
+а1нь1
+2а1о
+ао2д
+ао2к
+ао2р
+ао2с
+ао1ст1
+а3пла
+а1п
+ап2ло1м
+ап1ло
+2апо
+апо4в2с2
+апо1в
+апо3ч2т
+ап2ра
+ап1ре1л
+а1ра
+ара2с1т
+ар2бо1к
+а2р1б
+ар1бо
+ар2вал
+ар1ва
+1аргу
+а2р1г
+а1ре
+аре1дв2
+аре1ол
+ар2ео
+ар2жа
+ар1ж
+а1ри
+а1ро
+ар2тор
+а2р1т
+ар2т1р
+а1ру
+а2р1х
+а1ры1
+а1р2ю
+а1ря
+2ас1к
+ас3ми
+ас2м
+а2с3но
+ас1н
+1асси1г
+а2с1с
+а4с5с2и
+ас2т1ву
+ас3те1м
+ас2т2е
+ас2тин
+а1сти
+ас2ти1я
+ас1то1о2
+ас1тух
+а1с3ть2е
+ас4ть1
+ас2шед
+ас1ш2
+ас2ше1с2
+а1сь2и1
+ась1
+а1та
+1ата1к
+а2т3ва
+а2т1ви
+а2т1ву
+2атез
+а1т2е
+а1ти
+а1то
+ат1о1бе
+а2то2м1н
+ато1м
+ато2ш
+ат1рах
+ат1ри
+а1ту
+а2т2х
+а1ты1
+а3ть2е
+а2ть1
+а3ть2ю1
+а3ть2я
+а1т2ю
+а1тя
+а1у
+а2уб
+ау2д
+ау3до
+а2у1ле
+аут1р
+ау2х
+ау2ч
+ау3чь1
+а2у1э1
+а2ф1л
+а1ф
+а1х2а
+ахми2
+ах1м
+а2х3с2
+а1ч
+2а1ча
+а2чл
+ач1т
+а2шл
+а1ш
+аэ2ли
+а1э
+а2эр
+аю1та
+а1ю
+а1я
+ая2б
+ая2в
+ая2з
+1ба
+ба2б1в
+ба1б
+ба2г1р
+ба1г
+ба2др
+ба1д
+ба1з
+ба3зу
+ба1л2ю1
+б2а2о
+бас3м
+ба1ст
+ба1тр
+2б1б
+б1в
+б1вы2
+б1г2
+2б1д
+1бе
+3бев
+бе2гл
+бе1г
+бе2гн
+бе2д1р
+3бе1е
+3бе2з
+бе1з1а2
+без5д4
+бе3зи
+без3н
+без1о2
+без1р
+бе2с1к
+б2ес3п2
+бе2с1т
+бес3т2е
+бе1с3ти
+3бе1ц
+2бе1щ
+2б1ж
+б1з2
+1б2и
+3би1а
+б2и2б
+2би1ж
+3би1к
+били3т2
+би1л
+би1ли
+3био
+би2об
+би2од
+би2он
+би2ор
+би2тв
+би1т
+би1х
+2б3к
+б1л
+1бла1г
+1б2лаз
+б3ла1зи
+б2лан
+1б2ле1е
+б3лен
+б2ле2с1к
+1б2ле1я
+б2луд
+1б2лу1ж
+2блы1
+2б2ль1
+2б3л8ю.
+бл2ю
+б2люд
+б2лю1е
+б2люл
+2б3люсь1
+2б1ля
+2б3н
+1бо
+бо1бра
+боб1р
+бо3в1ш
+бо1в
+бо2гд
+бо1г2
+бо1дра
+бо1з2
+бо1л2ж
+бо1льс
+боль1
+бо3м2л
+бо1м
+бо2м2ч
+бо3м1ш2
+бо1ну1
+бо1ру
+бо2са
+бо1ск
+бо3ск2о
+бо3сти
+бо1ст
+3бо1т
+бо2тв2
+бот2р
+боя2р
+бо1я
+2б8р.
+б3ра1б
+б2рав
+бра1зо
+1б2рал
+2б1ра1м
+б2ран
+1брас
+б2ра2ть1
+б1рах
+1б2ра1ч
+2б3ра1я
+1б2ред
+б1ре2й1
+б1рек
+б2ре1м
+б2рех
+б2рид
+б2рито
+бри1т
+б2риты1
+1б2ро1ди
+б1рол
+б1ро8м.
+бро1м
+1б2ро1с2и
+бро2с1к
+2б4р1с
+б1ру
+3б2ру2кс
+2брь1
+1б2р2ю
+2б3р8ю.
+б1ря
+2б1с2
+б3ск
+бс4л
+б1т
+1б2у
+бу2г1р
+бу1г
+бук1л
+бу1с
+2б1ф
+2б1х
+2б1ц
+2б1ч
+2б1ш
+2б1щ
+1бы1
+бы2г1
+бы2с
+быс1к
+быст1
+1бь1
+2б8ь.
+2бьс
+2бьт
+бэ1р
+б1э
+3б2ю
+бю1та
+1бя
+1ва
+ва2бр
+ва1б
+3ва1г
+ва2д1р
+ва1д
+вадь2
+ва3ж2д
+ва1ж
+ва1з
+ва2н1с2
+ва1ст
+ва2стр
+ва1тр
+вах1
+3ва1ц
+3ва1я
+2в1б
+в1ви
+в1вр
+2в1г2
+в1д
+в2дох
+в1до
+1вев
+3ве1г
+вед1р
+ве3ду
+1ве1е
+1вез
+3ве3зе
+3вез1л
+ве1з2у
+1ве8й.
+ве2й1
+ве2п1
+2ве2р1д
+1вес
+ве2с1к
+ве2ст1в
+ве1ст
+вет3р
+1ве1ц
+1ве1ю
+1ве1я
+1в2з2
+в2з1г2
+взд2
+взо1б
+взъ2
+взъе3д
+ви2аз
+ви1а
+ви2а1к
+ви2ар
+ви2а1с2
+виа1т
+ви3а1ф
+ви2гв
+ви1г
+в2и2гл
+1виз
+1ви2н1т
+1ви2н1ч
+ви1о
+ви1с2ни
+вис1н
+ви1у3
+ви2ф
+2в1к
+вк2л
+3в2кус
+вк2у
+в1л
+в2ла
+2в3ла1б
+в2лев
+в2лек
+в2лет
+в2леч
+2в1ли
+в2ли1я
+2вл2ю
+в2лю1б
+2в1ля
+2в1м
+1вме
+2в1н
+4в3на
+в2нес
+в1не
+в1но1
+в3н8у.
+в1ну
+3в2нук
+3в2нуч
+в3ны1
+во1б2
+во2б3ла
+воб1л
+во1в2
+во3в1к
+1вод
+во1дв2
+во1др
+во2ер
+во1е
+во2ж1ж
+во1ж
+вои2с1
+во3и
+1во1к
+во3м2
+во1п2
+во1ру
+2в2о2р1ц
+2ворь1
+вос1к
+во1с2м
+во1с1н
+вос3пе1
+вос1п2
+во2стр
+во1ст
+вот2р
+во1т
+1вох
+во1хл
+во3х2т
+1в2о1ю
+2в1п2
+2в8р.
+2в1р8а.
+в2рав
+2в1ра1м
+в1рас
+2в1рах
+2вра1ц
+2в1р8е.
+2в1рен
+1врид
+1в2риз
+в1ри1и
+в1ри1к
+в1ри1л
+в1ри1с2
+в1ри1т
+2в1ро
+вро3т2
+2в1ры1
+1вр2ю
+в1ря
+2в1с2
+3в1с2е3
+в3ска1я
+4в3ски
+4в3ск2у
+3в2с1п2
+3в2с2ю
+в1т2
+вто1б2
+вто3ш
+1ву1а
+ву3г
+1ву1з
+2ву1и
+2ву1к
+ву3п
+ву1с2
+ву2х1а
+ву2х3в
+ву1чл
+в1ф2
+1в1хо
+2в1ц
+2в1ч
+2в1ш
+3в2шив
+2в1щ
+въ2
+1вы1
+вы3г2
+вы3з1н
+вы1п2
+вы3т2
+вых2
+вы3ш2л
+вы1ш
+2в8ь.
+вь1
+1вь2е
+1вьин
+вь2и1
+2вьс
+2вьт
+1вь2ю
+1вь2я
+1в2э1
+1в2ю
+1вя
+1г
+г2а
+га1з
+га1ст2
+га2у
+2г3б
+г1ба2
+г1ви
+2г1г
+г3дан
+г1да
+2г3ди
+3г8е.
+г2е2б1
+ге1но1
+ге2о2б
+г2ео
+ге2од
+ге1ор
+2г3ж
+2г1з
+г2и
+ги2б1л
+г2и1б
+ги3б1р
+ги2гр
+ги1г
+ги1сл
+ги1ст2
+2г1к
+2г1л8а.
+г2лав
+г1ла2й1
+г1лами
+гла1м
+2глась1
+2г1ла1я
+г1ле
+г2лет
+2гл8и.
+г1ли
+г2лин
+3г2ли1ф
+2гл8о.
+г1ло
+г3ло2б1л
+2гло1в
+2гло1г2
+2гло1е
+2гл2о2й1
+2гл2о1ю
+2г1лу1ю
+2г1лы1
+г2ля1ж
+г1ля
+2гля1к
+2г3м
+г2нав
+г1на
+г2нан
+г3н8е.
+г1не
+г2нев
+г3нен
+г3не3п2
+г3нес
+г2ни1р
+г1ни
+гни2т2р
+гни1т
+г2но1е
+г1но
+г2но3и
+г2нос
+г3ня
+го1б2
+го2в1л
+го1в
+го3ж2д
+го1ж
+го1з
+го2з1л
+гоз2н
+1гои2г2
+го3и
+3г2о2й1
+г2ол
+гоми2
+го1м
+го2с1а
+го2сд2
+го1ск2л
+го1с1н
+го1спа
+гос1п2
+2г1о2т1д
+го1т
+гоу3т
+го1у2
+го1ч2л
+3г2о1ю
+2г1п
+2г8р.
+г1ра1е
+г1ра2й1
+г1рар
+1г1ре1г
+г1рек
+г1ре1ц
+гри4в3н
+г1ри1к
+г1ри1л
+г1р2ин
+г1ри1с2
+г1ри1ч
+г1ро1в
+г2роз
+г1ро1к
+г1рон
+г1ро1п
+г1ро1т
+г1ро1ф
+гру2п
+г1рыв
+гры1
+2гр2ю
+г1ря1е
+г1ря1л
+г1рят
+2г3с2
+г4са
+г4сб2
+2г3т
+гу1в
+гу1с
+гу2с1к
+2г1ф
+2г1ч
+2г3ш
+2г3э
+1да
+да2б1
+да2ген
+да1г
+да2гр
+да1з
+д2а2о
+даст1р
+дат1р
+2д1б
+дв2
+д1ве
+1дви
+2д1вид
+2д1виз
+2д1ви2н1т
+2д1ви2н1ч
+2д1вис
+2д1ви1т
+д3в1к
+д1в1л
+2д1вод
+д1воз
+1д2ворь1
+2д1вя
+2д1г2
+2д1д2
+1де
+де1б2л
+д2еб
+де1б2р
+3девр
+3дез
+де2з1а2
+де2зи
+дез1о2
+де2зу
+деи2о2
+де1и
+де1кл
+3деме
+де1м
+де2од
+д2ео
+део3п2
+де3пл
+де1п
+дерас2
+де1ра
+де2с3в
+де1с2к
+де2ср
+де1хл
+2д8ж.
+д1ж
+д2жа1м
+д2ж3м
+2д2ж1с
+2д1з2
+1ди
+ди2а1д
+ди1а
+диа2з
+ди2а3ли
+ди2а1ло
+ди2ар
+ди2ас
+ди2об
+дио3де
+ди1од
+ди2ор
+дио1с
+ди1о3ти
+дио1т
+д2и1п2
+ди2пи
+ди3п1т
+ди2с1тр
+ди1ст
+ди1у3
+ди3фр
+ди1ф
+ди3фто
+ди2ф1т
+ди1х
+2д1к
+д1л
+д2лев
+2д3м2
+2д1н
+д3на
+дне1а2
+д1не
+3д2не2в1н
+4д3но1
+дно3д2
+днос2
+4д3ны1
+3д2ня1ш
+д1ня
+1до
+2д1о2бед
+до1бе
+до2б1л
+2д1обла
+до1б2ра
+доб1р
+дов2л
+до1в
+до3в2м
+до1д2
+до3д1н
+до3ж2д
+до1ж
+до1з
+доз2н
+дои2р
+до3и
+2д1о2к1т
+до1к
+2доли1м
+до1ли
+до2м1р
+до1м
+до1п2
+до3пл
+2допле
+до2пре
+до2руб
+до1с
+д1о2сен
+до1с2е
+д1о2син
+до1с2и
+2д1о2с1но
+дос1н
+дос2п2
+2д1о2т1д
+до1т
+2до2т1л
+дот2ри
+2д1отря
+2до2тъ1
+до3ть1
+3дохл
+до2ш3в
+до1ш
+до3ш2к2
+до2ш1лы1
+до2щу
+до1щ
+2д1п
+2д8р.
+д1ра1б
+1дра2в1ш
+2дразв2
+1д2раз1н
+д1ра1не
+д1рар
+д1ра2с3
+д1рах
+д1ра1ч
+д2ра1ю
+д1ре
+д2р2еб
+2д3ре1ж
+2дрез
+д2рел
+д2ре1м
+1дрема
+1дре2м1л
+дре2м3н
+1дремы1
+2д3рен
+дре2ск
+д2ре2с1с
+д1ри
+д2ри2й1
+2др2ин
+д2р2и1п
+д2рих
+дро2г3н
+дро1г2
+д1род
+д1ро1е
+1д2ро1ж
+2д3роз
+д1р2о2й1
+д1рол
+д1рон
+д1рос
+д1ро1т
+д1р2о1ю
+д1руб
+1дру1г
+1дру1ж
+д1ру1м
+д1ру1ю
+д1ры1
+2дрыв
+1д2ры1г
+д1ря
+д2ряб
+1д2ря1г
+д2рях
+2д1с2
+дск2
+д2с3к1н
+2д1т
+1ду
+дуб3р
+ду3г
+2д1уд
+ду2да
+ду2о
+ду2п1л
+ду1п
+дус1к
+д1ус2л
+ду1ст
+ду2ста
+2дут1р
+ду1х
+ду2чи
+дуэ1т
+д2у1э
+2д1ф
+д1х
+2д3це
+д1ц
+2д3цу
+2д3цы1
+2д1ч
+2д3ш2
+2д1щ
+2дъ1
+дъе2м
+1ды1
+2ды1г
+ды2г1р
+2дыд
+2дыме
+ды1м
+2ды2с1
+2дыт
+2ды1щ
+2д8ь.
+дь1
+1дь2е
+2дьк
+2дьт
+1дь2ю
+1дь2я
+дь3яр
+1д2ю
+1дя
+е1а
+еа2д
+еа1ди3
+еа3до
+еа2з
+еан2д1р
+еа2н1д
+еат1р
+2еб
+еба2с
+е1ба
+е1бра
+еб1рен
+еб1ри
+е1бро
+еб1ро1в
+еб1ры1
+е2б3р2ю
+е1ве
+2евер
+е1ви
+е3в2ме
+е2в1м
+ев2ни1м
+е2в1н
+ев1ни
+ев2нят
+ев1ня
+е1во
+2евол
+ев1ра1с
+2е1вре
+ев1ре1е
+ев1ре2й1
+ев1ре1я
+ев1ри
+е2в1т2
+е1ву
+е1вх
+е1в2хо
+е1вь1
+ега1с2
+е1г
+ег2а
+ег2д
+е2глан
+е2г1ле
+е2г1ли
+е2г1ло
+ег2на
+ег2но
+2ег2р
+ед1во
+едв2
+ед2ж
+е1дже
+е1д2лин
+ед1л
+ед1ли
+едно1у3
+е2д1н
+е4д3но1
+ед1опр
+е1до
+едо1п2
+е2дотв2
+едо1т
+е2дох
+е2д1о1щ
+е1дру
+е2д1р8у.
+е2ду2б
+е1ду
+ед1у1бо
+е2дуве
+е2ду3г
+е2дус
+ед1у1ст
+2е3ду1ш
+е2дын
+е1ды1
+е1е
+е2евид
+ее1ви
+ее2в1р
+ее2г2и
+ее1г
+ее1с2
+ее2ст
+еест1р
+ее2х
+е2ж1г2
+е1ж
+е4ждев
+е2ж1д
+еж1де
+еж3ди
+2еже
+е2ж1р
+еза2вр
+е1за1
+еза1у3
+е1з2ва
+езд1р
+е3зе
+ез1зу3
+ез3з2
+е3зи1т
+е1зи
+ез1об
+ез1о2г2
+е1зо3м2
+ез1о1п
+ез1о2р
+ез1о1т
+ез1о1ш2
+ез2ря
+ез1у2д
+е1зу
+е2з1у2к
+е2з1у1п
+ез1ус
+езу2со
+езу2сы1
+ез1у2х
+ез1у1ча
+е3зя
+е1и
+еи2г1
+еи2д
+еи2м
+еи2о
+еис1л
+еис1тр
+еи1ст
+е1ка
+ека2б
+е2к2з
+е1ки
+2е1к2о
+2е1кр
+ек2ро
+ек1ск
+е2кс
+ек1с3т2е
+е1к2у
+е1ла
+е1ле
+еле3ск
+еле1с1ц
+е1лу
+е1лы1
+е1л2ю
+е3ля
+еми3д2
+е1м
+еми3к
+емо1с
+2ему1ж
+е2мч
+2емы2с
+емы1
+е3на
+ен2д1р
+е2н1д
+2е1нр
+е2н1с2
+е2н3ш2
+е1н2э
+2ео
+е1о2б
+еоб2ро
+еоб1р
+е2о3гл
+ео1г2
+ео2гро
+е1од
+ео3да
+ео2де
+ео3де3з
+ео2до
+е1о2ж
+е2о3и
+е2о3к2л
+ео1к
+е1о8л.
+е1о3ла
+ео3ли
+е1о2л1к
+е1о1лы1
+е1оль1
+е2о1м
+е1о8н.
+е2о3на
+е2о1ни
+ео3но
+е1о2н1с2
+ео1п2
+е1опе1
+ео2пр
+ео4пу
+е2о3ро
+еос2
+е1о2сви
+ео1с2в
+ео1ск
+е1ос2м
+е1ос1н
+еост1р
+ео1ст
+е2о3с1х2
+е1о2т1л
+ео1т
+еот2ру
+е1о2ч
+е1о2щ
+епат2
+е1п
+епа1тр
+2епе1
+епис2к
+е2пл
+е3пла
+еп1ле1ш
+е3п2лод
+еп1ло
+еп1лу
+е3плы1
+еп1лю1щ
+епл2ю
+е4п1н
+2епо
+е4п3с2
+е4п1т
+е1ра
+ер1а2к1т
+ера1к
+е2рв
+ер1ве
+е1ре
+е3р8е.
+ере3до
+ере1др
+ере1к2
+ере3м2н
+ере1м
+ере3п
+ере1х4
+е1ри
+ери1о3з
+е1ро
+еро2б
+ер1об1л
+2ерови
+еро1в
+2е1рокр
+еро1к
+2ерол
+еро3ф2
+ер3с2к
+е4р1с
+е1ру
+е2р1у2п
+е1ры1
+е1р2ю
+е1ря
+е3с2а
+ес2ба
+е1сб2
+е1с1г2
+е1ск
+е2с1к8а.
+ес1кал
+е2с1ке
+е2с1ко1в
+еск2о
+е4с1к8у.
+еск2у
+2есл
+ес1лас
+ес2лин
+ес1ли
+ес2ло1в
+ес1ло
+ес2ло1м
+е1слу
+е1слы1
+е1с4м
+е3со
+2ес1п2
+ес2пек
+еспе1
+е2с3пол
+е2спу
+е1ст
+ес2т2ан
+е2с2т1л
+е3сту
+ес2чет
+есч2
+ес1че
+е1та
+ет1ве
+е2т1ви
+е1тво
+2етеч
+е1т2е
+е1ти
+е1то
+ето1с
+ет1р
+ет2ря
+е1ту
+е1ты1
+е3ть2е
+е2ть1
+е3ть2ю1
+е3ть2я
+е1т2ю
+е1тя
+е1у2
+2еуб
+еуб3р
+еуз2
+еук2ло
+еф2и3б2
+е1ф
+еф4и
+еф2л
+еф1ре
+еха2т
+е1ха
+ех1а1то
+ех3вал
+е1х2в
+ех1ва
+ех3ло1п
+ех1ло
+ех1об
+е1хо
+ех1опо
+ехо1п2
+ех1ре
+ех1ру
+ех1у2ч
+2ецв
+е1ц
+е1чл
+е2шл
+е1ш
+е1э2
+ею2г
+е1ю
+е1я
+ея2з
+1ж
+жа2б1л
+жа1б
+жа2бр
+жа1з
+жат1в
+2ж1б2
+2ж1в
+ж1г2
+2жг2а
+ж2г2и
+3ж2гл
+ж2гу
+2ж1д
+ж2да1к
+ж1да
+ж2да1ч
+3ж2дел
+ж1де
+4ж3деме
+жде1м
+ж2де1п
+ж2ди
+4ж2д1л
+ж1до3
+ж1ду1
+4ждь1
+3ж2дя
+3жев
+же3д2
+же1к2в
+же1кл
+ж2е1о2
+же3п2
+же1с2
+же3ск
+2жжа
+1ж1ж
+ж2же
+2ж3жев
+2ж1з2
+жи1о
+2ж1и2р1р
+жи1р
+2ж1к
+2ж1л
+ж2м
+ж3ма
+2ж3мо
+2ж1н
+ж1но1
+2ж1об
+2ж1о2т1
+жо1у3
+жоу1с
+2ж1п2
+жпо1
+ж2ру
+2ж1с
+2ж1ф
+2ж1ц
+2ж1ч
+2жъ1
+2ж8ь.
+жь1
+2жьс
+2жьт
+1за1
+з4а3а2
+за1б2
+за2в1ри
+за2вру
+з1а1ву
+за1г4
+з1адр
+за1д
+зае2д
+за1е
+зае2х
+за3ж2д
+за1ж
+за3з2
+з1а2к1т
+за1к
+за3м1не
+за1м
+за2м1н
+3з2ан
+за3на
+за2н1с2
+за1п2
+зар2в
+за3р2д
+зар2ж
+зас2
+заст2
+зат2
+за3т1к2
+за1у2
+зах2
+зач2т
+за1ч
+за3ш2
+за1я2
+з1б2
+2з3в8а.
+з1ва
+з2вав
+з3валь1
+з2ван
+2з3ва1я
+з1ве
+з2вез
+з1ви
+з3в2к
+з1в2ла
+зв1л
+з1во
+2звол
+1з2вон
+з1вр
+1зву
+2з1ву1ю
+з1вь1
+2з1г
+з3г2а
+з2г1ли
+зг2на
+з2г1ну
+з1д2в2
+з2де1ш
+з1де
+здо1ж3
+з1до
+1зе
+з2е2б1
+зе2ев
+зе1е
+зе2од
+з2ео
+2з1ж2
+з3з2
+1зи
+3з8и.
+3зи8й.
+зи2й1
+з1и2н1т
+зи2оз
+зи2о1но
+зи1он
+зи1о1п
+3зис
+зи3т2р
+зи1т
+зиу3м
+зи1у2
+3зи1ч
+2з1к
+зк2о1
+зко3п2
+з1л
+з2ла1щ
+з2лоб
+з1ло
+з2ло1п
+з2лор
+з2лю1щ
+зл2ю
+2з1м2
+з3м1н
+з1н
+2зн8а.
+з1на
+з2нав
+з2на1е
+з2на2й1
+з2на1к
+з2нан
+з2нат
+з2на1ю
+2з3на1я
+2з1не
+2з3ни
+2з1но
+2з1ну
+2з3ны1
+з2о1бе
+зо2б2и
+1зо1в
+зо3в2м
+зо2гл
+зо1г2
+зо1др
+1зо1е
+зо1з2
+1зо3и
+1зо8й.
+з2о2й1
+1зо8к.
+зо1к
+з1о2кс
+1зол2
+зо1л1г
+зо1л1ж
+зо3м2
+1зо8м.
+2зо2м1н
+1зон
+2зо1нр
+1зо1о2
+зо2о3п
+зо2ос
+зо2па
+зо1п
+з2опл
+з2опр
+з1о2р1г
+1з2о3ре
+зос2
+з1ос1н
+зо1с1п2
+зо2тв2
+зо1т
+з2о1т2е
+з1о2т1к2
+з2ото
+зот2ре
+зот2ри
+1зох
+зо1ш2
+зо2ши
+1зо1э
+1з2о1ю
+з1ра
+з2ра1к
+зра2с
+з2ра1ч
+з2рен
+з1рес
+з2ри1ш
+з1ро
+зро2с3
+з1ру
+з2р2ю
+з1ря
+2з1с
+2зт
+з1ти
+1зу
+3з8у.
+2з1у2бе
+зу2б3р
+зу1в
+2зуве
+2зу2г
+3зу1е
+2з1уз3
+2зу1к
+3зуме
+зу1м
+з1у2мо
+2зу1п
+зу2пр
+з1у2р1б
+з1у2т2е
+зу2час
+зу1ча
+2з1ц
+з1ч
+2з1ш
+зъе2м
+зъ1
+1зы1
+2зы2г1
+зы2з
+2зыме
+зы1м
+2зы2мч
+2зы2с1
+2зы1щ
+1зь2е
+зь1
+1зь2и1
+1зь2ю
+3зь2я
+1з2ю
+1зя
+и1а
+и2а1б
+и2ав
+иа1г2
+и2агр
+и2а1де
+иа1д
+и2а1ди
+иа2зо1в
+иа2му
+иа1м
+и3а1на
+иа2нал
+иа2н1д2
+и2а1о2
+и2а1п
+и2а1с2к
+иа1ста
+иа1сто
+иат1ро
+и3а1ту
+и2а1ф
+и2а1х
+иа2це
+иа1ц
+2и1б
+и2б1р
+2ива1ж
+и1ва
+2и1ве
+и2в3з2
+и1ви
+2и1во
+и1в2р
+и3в2с2
+и1ву
+и1в2хо
+2и1вы1
+иг2д
+и1г
+и3ге
+2игл
+и2г1ле
+и2г1ли
+и2гн
+иг1ни3
+иг1рен
+иг1ро
+иг1ру
+иг1ры1
+и2г1ря
+и1дв2
+и2де2й1
+и1де
+и1д2ж
+иди1о1м
+и1ди
+иди1о1т
+ид1р
+и1дь1
+и1е
+и2е1вод
+ие1во
+ие2г
+ие2д
+ие3де
+ие2зу
+и3е1ни
+и2е1о2
+иепи1
+ие1п
+ие2р
+и3ж2д
+и1ж
+из1в2
+из2г1не
+и2з1г
+1из1д
+из2нал
+из1н
+из1на
+и1зо
+и1зо2о2
+из1р
+и1и
+ийс2
+и2й1
+и1к
+и3к2а
+и3к2а1с2
+ик2ва
+и2к1ви
+и2к1ля
+и3к2о
+ик1ро
+ик1ск
+и2кс
+ик2с1т
+и3к2у
+и1л
+и2л1а2ц
+ило1с1к
+и1ло
+и2л1п2
+и2л1у2п
+и2ль1
+и2льт2
+2има
+и1м
+и2ме1но
+и2ме1ну
+2имень1
+и3ми
+имо3и2
+им3п2л
+и2м1п
+и2м1р
+и2мч
+им2ча
+и2н1д2
+1ин1ж
+ин2о2к3л
+и1но
+ино1к
+ино3п2л
+ино1п
+ино1с
+и2н1с2
+1инс1п2
+1ин1сти
+1ин1су
+1и2н1ф2
+1инъ1
+и1об
+ио2бо
+ио2вр
+ио1в
+и2о1г2
+и1од
+ио2де
+и1оз
+ио3зо
+и1о2кс
+ио1к
+и1о1ле
+и1он
+и3оно1в
+ио1но
+и1о2п1т
+ио1п
+и1ор
+и3о1ра
+ио1ру
+ио2са
+ио3ск2л
+ио1с2п2
+и1ота
+ио1т
+ио2т1в2
+и1о2т1к2
+и1о4т1с2
+иоу1г2
+ио1у2
+ио2хо
+и1о1ш
+2и1п
+ипат2
+ипа1тр
+ип2ля
+и2п3н
+ипо3к2
+и1р
+ира2с1т
+и2р1а1у
+и2рв
+и2р1ж
+ири2с1к
+ири1с2
+и1ри1у3
+иро1з2
+1и2р1р
+иса2н2д1
+и1са
+и2сб2
+и2сд2
+ис1к
+ис3к8а.
+и2с3ка1м
+и2с3ках
+ис3ке
+ис3ки
+ис3ко1в
+иск2о
+ис3к8у.
+иск2у
+и2с1ла1м
+ис1лы1
+ис3ме
+ис2м
+ис3му
+и2с3но
+ис1н
+исо2ск
+и1со
+и2с3пр
+ис1п2
+и4с1с
+и1ст
+и2ст1в
+и2с2т1л
+ис1тяз
+и1сь2и1
+ись1
+и1т
+ита2в
+и2т3ва
+и2т1ве
+и2т1ви
+и2т1ву
+и2т1м2
+и2т1р
+и3т2ре2с
+ит3ро1м
+и2т1уч
+и3ть2ю1
+и2ть1
+и3ть2я
+и1у2
+иу3п
+иф1л
+и1ф
+иф2л2ю
+и2фр
+иха3д
+и1ха
+и2х1ас
+их2ло2
+и1х2лор1
+и3х2о
+и2х1о3к
+их1ре
+их1ри
+и1ху
+и1ч
+иш2ли
+и1ш
+и2ш1лы1
+и2шт
+ию4л
+и1ю
+ию2н
+ию2т
+ию3та
+и1я
+ия2д
+2й1
+йд2
+й2д3в2
+й1но1
+й2о1с
+йо2тр
+йо1т
+йп2л
+й1п
+й2сб2
+й3ска
+йс2ке
+йс4мо
+йс2м
+й2с3му
+й2с1н
+й2с3ф
+й2с1ш2
+й2т1м2
+й2х1м
+й2х2с3
+йя1
+ка2б1л
+ка1б
+ка2б1ри
+1кав
+к2а1д
+ка3д1не
+ка2д1н
+ка2д1р
+1ка1е
+каз3н
+ка1зо
+1ка2й1
+1ка8л.
+1ка1ло
+1ка2л1с2
+1ка1м
+1кан
+ка2п1л
+ка1п
+ка2пре
+кар3т1р
+ка2р1т
+3к2ас
+ка1ст
+1кат
+ка1т2р
+1ках
+ка2ш1т
+ка1ш
+1ка1ю
+2к1б
+к2ва1к
+к1ва
+к2вас
+к2ва1ш
+к1ви
+к2воз
+к1ву
+2к1г
+2к1д
+к1да2
+1ке
+2ке1а
+ке2гл
+ке1г
+кед1р
+ке2с1к
+ке2ст1
+2к1з
+1кив
+ки1о
+киос1
+ки2пл
+к2и1п
+ки1с2ни
+кис1н
+1ки1т
+2к1к2
+к2к3с
+2к3л8а.
+2к3лась1
+2к3л8е.
+2кле1м
+к3ле8м.
+к3лен
+к1л2ео
+2к3л8и.
+к1ли
+2к3лив
+к2ли1к
+к2лин
+2к3лис
+к3ли1я
+2к3л8о.
+к1ло
+к2лоз
+к3ло1м
+2к3лос
+кло3т
+1клук
+к3лы1
+2кль1
+1кл2ю
+2к3л8ю.
+2к3л8я.
+к1ля
+2к3ля1м
+2к3лях
+2к1м
+2к1н
+3к2ни1ж
+к1ни
+к2но1п
+к1но
+3к2ня1ж
+к1ня
+к2о
+ко1б2ри
+коб1р
+1ко1в
+3ко1ва
+1код
+ко1др
+1коз
+1кольс
+коль1
+2комин
+ко1м
+3ко2н1с2
+коп2р
+ко1п
+ко2р3в
+ко1ру
+1кос
+ко1ск
+кос3м
+ко1с1п2
+1ко2т1н
+ко1т
+ко2фр
+ко1ф
+к2охо2р3
+ко1хо
+1ко1ш
+2к1п
+8к8р.
+к1рел
+кр2е1о
+кр2е2сл
+к1реч
+1кр2и1б2
+к1рид
+к2риз
+кри2о3
+к2ри1т
+к1рих
+к1р2о1а2
+к1роб
+к2ро1е
+к1ро1к
+к1ро1о2
+к1рор
+к1рос
+к1ро1ф
+к1рох
+к1ро1э
+кру1с
+к1ряд
+2кс
+кса2н1д2
+к1са
+к2с3в
+кс3г2
+к2с3д2
+к2с2и1б
+к1с2и
+к1ски
+кс1к2л
+к1ск2о
+кс3м
+к3со
+к1ста1м
+к1ст2ан
+кс3т2е
+к1сто
+кс1тр
+к1сту
+к3су
+2к1т
+кта2к
+3к2т8о.
+кто1с
+кт2р
+к2у
+ку1ве
+3ку1е
+1ку2й1
+1ку1ля
+3ку1м
+ку2п1л
+ку1п
+ку2п1р
+1кур
+ку3ро
+кус1к
+ку1ст
+1кут
+ку3ть1
+1ку1че
+1куют
+ку1ю
+3кую1щ
+2к1ф
+2к1х2
+2к1ц
+2к1ч
+2к1ш
+1кь1
+к2ю
+1л8а.
+2ла1бе
+ла1б
+ла2б1л
+2л2аго
+ла1г
+ла2гр
+ла2д1а1г
+ла1д
+ла1да
+1ла1е
+ла3ж2д
+ла1ж
+ла1зо
+л2а1к
+лак2р
+1ла8м.
+ла1м
+1лам8и.
+лан2д1р
+ла2н1д
+ла1ста
+ласт1в
+ла1с2т2е
+ла1сто
+ла2ст1р
+ла1сту
+ла1стя
+ла1т2р
+ла1у1
+ла2ус
+ла2фр
+ла1ф
+1ла1х
+1ла1я
+2лб
+л1бр
+л1ве
+л1ви
+л1во
+л1ву
+1л2гал
+л1г
+лг2а
+л2гл
+лго1
+2л3д2
+1л8е.
+ле1в1л
+лев1ра
+ле2г1л
+ле1г
+ле1д2ж
+ле3до
+ле1з2о3
+ле1зр
+лек1л
+2ле2м1н
+ле1м
+1лен
+ле1о2н1т
+л2ео
+ле1о2с2
+ле2сб2
+ле2ск
+ле4ска
+л2е1с2л
+ле1спе1
+л2ес1п2
+ле1тв
+ле1т2р
+1лех
+ле1хр
+л1зо
+1ли
+лиа2м
+ли1а
+3л2и1во
+3л2и1вы1
+л2иг2л
+ли1г
+ли2г1ро
+лие3р
+ли1е
+ли2кв
+ли1к
+2ли2м1п
+ли1м
+лио1с
+ли2пл
+л2и1п
+лис3м
+2л1ис1п2
+ли2тв
+ли1т
+лиу3м
+ли1у2
+ли2х3в
+ли1хл
+ли1хр
+2л1к
+лк2в
+л2к1л
+2л1л
+л2ль1
+лл2ю1
+2л1м
+2л1н
+лни2е
+л1ни
+1ло
+ло2б1л
+ло1б2р
+2лови1я
+ло1в
+ло2в1л
+3ло1вод
+ло2г3д
+ло1г2
+лого1с
+ло1др
+2лоен
+ло1е
+ло1зв
+ло2к1а2у
+ло1к
+л2о2к2л
+лок3ла
+3лопас
+ло1п
+ло2р2в
+2л1о2р1г
+ло1ру
+лос1к
+ло1с2п2
+2л1о2т1д
+ло1т
+лот2р
+ло2шл
+ло1ш
+2л1п
+2л1с2
+л1с3б2
+л1т
+1л8у.
+лу1б1р
+лу1в
+лу3г
+лу1д4р
+1лу1е
+лу1з1н
+лу1кр
+1лун
+луо2д
+лу1о
+лу3п2ло
+лу2пл
+лу1п
+лу1с
+лу3ть1
+1лу1ю
+2л3ф2
+2л1х2
+л2х3в
+2л1ц
+л1ч
+1л8ы.
+лы1
+1лые2
+1лы1ж
+1лы2й1
+1лы1м
+1лы8х.
+4л8ь.
+ль1
+2льд
+3ль2е
+3ль2и1
+2льк
+2ль1м
+2льн
+3ль2о
+2льс2к
+1ль2сти
+1ль2стя
+2льт
+2ль1ц
+2льч
+1ль2ща
+ль1щ
+1ль2ще
+1ль2щу
+3ль2ю
+3ль2я
+л2ю
+1л8ю.
+1лю1ж
+1люсь1
+лю1та
+1ля
+3л8я.
+ля1ви
+3ля1во
+3ля1вы1
+2ляд
+3ля1м
+ля1ре
+ля1ру
+3лях
+1м
+ма2в2з2
+3ма1г
+ма2гн
+ма2др
+ма1д
+ма2дь1
+ма1зо
+ма2к1р
+ма1к
+2м1а2л1л
+ман2д1р
+ма2н1д
+мас3л
+ма1с4т
+ма2тоб
+ма1то
+ма2т1р
+ма2у
+ма1ф2
+3ма1ч
+ма2ч1т
+4м1б
+м3б2и
+мб2л
+м3б1ля
+2м3в2
+2м1г2
+3м2гл
+2м1д
+меан2
+ме1а
+ме2е1г
+ме1е
+ме2ел
+ме2ж1ат
+ме1ж
+ме1зо
+ме2с1к
+ме2ст1р
+ме1ст
+меч1т
+2м1ж
+2м1з2
+ми2гре
+ми1г
+ми1з1в2
+2м1из1д
+ми1з1н
+ми2кр
+ми1к
+мик1ри
+ми2оз
+ми1опи
+мио1п
+ми2ор
+ми1с2л
+2м1к2
+3м2к1н
+2м1л
+м2ле1е
+м2лел
+2м1м
+2м1н
+4м3на
+м3не1д
+м1не
+3м2не1ш
+4мно1е
+м1но
+м2но1ж
+4мн2о2й1
+4мно1м
+м2нор
+4мн2о1ю
+м2нут
+м1ну
+4м3ны1
+мо1б2
+мо3в1л
+мо1в
+3мод
+мо1др
+мо2ж1ж
+мо1ж
+мо1зв
+мо1зр
+мои1с1т
+мо3и
+мо2к3в
+мо1к
+1мо3м2
+3мон
+3мо1п
+мо1ру
+мос1ка
+1мо1с2м
+мо1с1н
+мо1с2п2
+3мо3ти
+мо1т
+мо2т1р
+3мо1ф
+2м1п
+мп2л
+м1ра1б
+2мри
+2м1ро
+м1ры1
+2м1с
+мс2к
+мс2н
+м2с1ор
+м1со
+3м2сти
+2м1т
+му1с2к
+му1с4л
+му1ст
+мут1р
+му3ть1
+2м1ф
+мф4и3
+2м1х
+2м1ц
+м2чав
+м1ча
+м2чал
+м2чи1т
+м1чи
+м2чи1ш
+2м1ш2
+2м1щ
+3м2ще
+1мы1м1
+мы1
+мы2мр
+мы2с
+2м8ь.
+мь1
+2мьс
+мь2ю1
+2м1э
+мэ1р
+м2ю
+мя1р
+мя1с2т
+1на
+на3би1о
+на1б
+на1б2и
+наб2р
+на1в2р
+наг2н
+на1г
+на3ж1д
+на1ж
+на1з2
+на2и1л
+на1и
+на2ин
+на2и1с2
+4н1а2к1к2
+на1к
+на3м2н
+на1м
+нап2л
+на1п
+на1р1ва
+на1р2ви
+на1с2
+на1тв
+на1т2р
+н1а2фр
+на1ф
+на1х2
+2на1ч
+на3ш2л
+на1ш
+2на1щ
+на2э1р
+на1э
+3на1я
+2н1б2
+2н1в
+2н1г
+н2г1в
+нги2о
+нг2и
+нг4л
+нго1с
+нг2р
+2н1д
+н2да1к
+н1да
+н2д1в2
+н3де3з
+н1де
+нде2с
+нд2ж
+н3д2з2
+н2д1л
+нд1ра1г
+нд1ра1ж
+нд2ре
+нд2ри3а
+нд1ри
+н2д1ря
+нд2с1п2
+н2д1с2
+н2д1ц
+1не
+н2е1б2
+не1в2д
+2не2в1н
+не3в1ня
+не1г2
+3нед
+не1д2л
+не1д2о
+не2дра
+не1дро
+не3ду
+не3е
+нее2д
+не3ж2д
+не1ж
+не1зв
+не1з2л
+не1з1н
+не1зо
+не1зр
+не1и2
+не1к2в
+не1кл
+не3м2н
+не1м
+3н2е1о2
+не2о3да
+не1од
+не2ол
+не3п2
+не1р2ж
+не2р1о1т
+не1ро
+не1с2к
+не3с2н
+н2е1с2п2
+не1ст2
+не1с2х2
+не1с2ч2
+не1т2в
+не3т2л
+не1т2р
+3не1у2
+не2фр
+не1ф
+не1хр
+не3ш1к2
+не1ш
+не1я2
+2н1з2
+нзо1с2
+1ни
+н2и3б2
+ни2ен
+ни1е
+3ни2й1
+ни2кл
+ни1к
+нила2
+ни1л
+ни2л1ал
+ни2л1а1м
+2н1инс1п2
+ни2н1с2
+2н1инст
+ни1сл
+нис3п2
+нист2р
+ни1ст
+ни1у3
+ни1х
+3ни1ц
+3ни1щ
+2н1к
+нк2в
+нк2л
+нкоб2
+нк2о
+нко3п2
+н2к1ро
+н2к1с
+н1л
+2н1н
+нно3п2
+н1но
+1но
+ноб2
+но1б1р
+но2в1л
+но1в
+но1дв2
+но1др
+но2ер
+но1е
+но1зв
+но2зд
+но3з2о
+но1зр
+но3к1н
+но1к
+3н2оме
+но1м
+но2м3ш2
+но2р2в
+но1ру
+но1ск2л
+но2с1ли
+но1с2л
+но1с2п2
+но2с2ч2
+2н1о2т1д
+но1т
+но3ф2
+но1э2
+н3п2
+2н1ре
+2н1ри
+н1ро
+2н1с
+н2с3в
+н2с1г2
+нс2ке
+н2с1кон
+нск2о
+н2сл
+н3сла
+н2с3м
+н2с1н
+н2с1о1к
+н1со
+н3с2пе1
+нс1п2
+нст2р
+нсу2р
+н1су
+н2с3ф
+н2съ3
+2н1т
+н2т1в
+нти1о2к
+н2т1м2
+нт2ра
+н2тр1а2г
+н2т1р1а1ж
+н2трар
+нтрас2
+нт2ре
+н2т1рив
+н2тро1к
+нт2ру
+нт2р1уд
+нт2ры1
+н2т1ря
+1ну
+нут1р
+ну1х
+3ну1ю
+2н1ф2
+н1х
+н1хо1
+2н1ц
+2н1ч
+н2чл
+2н1ш
+нш2т
+2н1щ
+1ны1
+3н8ы.
+8н8ь.
+нь1
+1нь2е
+1нь2и1
+2ньк
+1нь2о
+2ньс
+2ньт
+2ньч
+1нь2ю
+1нь2я
+н2э
+1н2ю
+2н3ю2р
+1ня
+ня1ви
+2о1а2
+о3ав
+оа1п1
+2о1ба
+2о3био
+о1б2и
+об2лев
+об1л
+об2ле1м
+о1бл2ю
+1об1м
+обо1л2г
+о1бо
+обо3м2
+обо2с
+2о3бо1т
+об1р
+о2б1р8а.
+о1б2рав
+о1б2ран
+1объ1
+2о1бь1
+о1в
+о3в2ла
+ов1л
+о3в2ло
+ов3но1
+о2в1н
+о3в2ну1ш
+ов1ну
+о2в1ри
+о3в2с2е3
+о2в1с2
+ов3ск2о
+ов2т2
+о2вх
+о1г2
+2о3ге
+о2г3л8а.
+о2г3л8и.
+ог1ли
+о2г3л8о.
+ог1ло
+о3гря
+2одан
+о1да
+од1во1е
+одв2
+о3д8е.
+о1де
+1о2дея1л
+оде1я
+2оди3а
+о1ди
+2о3ди1м
+од2ли1т
+од1л
+од1ли
+о2д1о2пе1
+о1до
+одо1п2
+одо3пр
+о2д1о2пы1
+о2до1с2и
+одо1с
+о2д1о2т1ч
+одо1т
+о1дра1г
+од1ра1ж
+од1раз
+од1ра1к
+о1драл
+од3р2еб
+од1ре
+о1дроб
+од1ро1в
+о2д1у2ч
+о1ду
+о2дыма
+о1ды1
+оды1м
+о2дыму
+о2дын
+о1дь1
+о2дьб2
+о1е
+о2е1б
+о2е1в1л
+ое2д
+о3ежек
+о2еже
+ое1ж
+ое2жи
+о2е1о
+ое1с2
+ое2ст
+о2е1то
+ое2ц
+о3ж2ди
+о1ж
+о2ж1д
+о3ж2ду1
+оза2б3в
+о1за1
+оза1б2
+2озав
+о1з2ва
+оз2вен
+оз1ве
+оз2ви
+о1з2вя
+оз2г1ло
+о2з1г
+оз2дор
+оз1до
+о1здр
+оз2е1о
+о1зе
+о2з3но
+оз1н
+о1зо
+о2з1об
+2о1зон
+о2зо1п
+озо1ру
+о2з1у2г
+о1зу
+о2зы1м
+о1зы1
+о3зы2с1
+о3и
+ои2г1
+ои2г2н
+ои1е3
+ои2з
+ои2м
+ои3мо
+ои2о
+2о2й1
+ойс2
+о1к
+2о3кан
+ок2в
+2ок2л
+о3кл2ю
+око1б
+ок2о
+2о3кол
+око3п2л
+око1п
+ок1ск
+о2кс
+1о2к1т
+2окти
+2о3ку1м
+ок2у
+о3ла
+ол2ган
+ол1г
+олг2а
+о1ле
+1о2ли2м1п
+о1ли
+оли1м
+о3ло
+о1лу
+олу3д2
+о1лы1
+о1л2ю
+о3ля
+о3ма
+о1м
+ом2б2л
+о4м1б
+2оме
+о3м2не1м
+о2м1н
+ом1не
+о3м2нет
+о3м2но1ж
+ом1но
+о2м1ри
+ом2ч
+ом2ше
+о2м1ш2
+о2мь1
+о3мь2я
+о3на
+о2н1д2
+оне3ф2
+о1не
+оно1б2
+о1но
+о1нр
+о2н1с2
+он2т2ру
+о2н1т
+о1о2
+о2ол
+оо3п1с2
+оо1п
+оос3м
+оост1р
+оо1ст
+о2о3ти
+оо1т
+о2о1ф
+о3па1к
+о1п
+о3пар
+о2п1л8е.
+о2п1ле2й1
+о2п1ли
+оп2ли1т
+оп2ло
+о2п3л8ю.
+опл2ю
+о2п1ля
+о3п2ляс
+опо4в2с2
+опо1в
+опо1з2н
+опо2ш3л
+опо1ш
+оп2ри1
+о3п2т2е
+о2п1т
+оп2то
+о1ра
+ора2с3
+ор2б3л
+о2р1б
+о1р2в
+о1ре
+2о3ре1г
+оре2ск
+о1ри
+о2р1ис1п2
+ори1с2
+о1ро
+о1ро2с3л
+ор2тр
+о2р1т
+о1ру1е
+о1рук
+о2р1у2кс
+о1рус
+2о2р1ц
+о1ры1
+о1р2ю
+о1ря
+о3са1д
+о1са
+оса3ж2
+о1с2б2
+о2с3ба
+о2с1к8а.
+ос3кар
+оск1во
+о2с1ке
+ос1ки
+о2ск8и.
+о2с1ко1в
+оск2о
+ос1к2о2й1
+ос1ко1м
+о1с2ко1п
+ос1к2о1ю
+о2с1к8у.
+оск2у
+ос1ку1ю
+о1с2л
+ос3ле2й1
+ос3ло1г2
+ос1ло
+ос3лых
+ослы1
+ос3ми
+ос2м
+ос3мос
+о1с2ни1м
+ос1н
+ос1ни
+ос2ня1л
+ос1ня
+ос2пас
+ос1п2
+о1с2пу
+ос2пя
+ос2с2в
+о2с1с
+ос2с3м
+о1ст
+ос2та
+о3стра
+о2суч
+о1су
+2ос1х2
+ос2цен
+ос1ц
+о1с2ч2
+о1с2шив
+ос1ш2
+о1т
+отв2
+о2т3ва
+от1ве
+о2т1ви
+от1в1л
+1о2т1г
+1о2т1д
+2о3тек
+о1т2е
+о3тер
+2о3тех
+о3ти
+о3ткал
+о2т1к2
+о2т1м2
+от1ра1б
+от1ра1д
+от1раз
+отра2с
+от1ре1ж
+от1рек
+от1реч
+от1ре1ш
+от1ри
+от1род
+от1ро1е
+от1ро1к
+от1рос
+от1роч
+от1ру1г
+от3с3м
+о4т1с2
+оту2а
+от1у2ч
+1о2т1х
+о3ть2ю1
+о2ть1
+о3ть2я
+о1у2
+оу1п2
+оус2к
+оу3та
+оу3то
+2о3фа1ш
+о1ф
+о3фе
+2о3фи1т
+оф4и
+2о3фон
+о2фо1ри
+2о3фо1т
+о2ф1ри
+2о1хи
+ох1лы1
+о2х1ля
+ох2ме
+ох1м
+2охор
+о1хо
+о1хр
+о1ху
+о2цо
+о1ц
+оча1с
+о1ча
+оч2л
+оч2ле
+о3ч1ли
+о1чт
+о2ч1то
+ош3ва
+о1ш
+ош2в
+ош2ла
+ошпа2к3
+ош2п2
+ош2т
+оэ1ти
+о1э
+2о1ю
+о1я
+оя2в
+оя2д
+оя2з
+оя2ри
+1п
+па1ви3
+пав3л
+па2вь1
+па2др
+па1д
+па2ен
+па1е
+па1зо
+пас1л
+пас1та
+па1с2т2е
+пас1то
+пас1ту
+па2с1ты1
+па1тро
+па2ун
+па1у
+па3ф
+па1ху
+па2шт
+па1ш
+2п1в2
+2п1д
+пе1
+пе2дв2
+пе2д1ин
+пе1ди
+пе2з
+пе3за1
+пе3зо
+пе2к1ла
+пе2ль1
+пе4пл
+пе1п
+пери1о
+пе1ри
+пе2с1к
+пе2с1н
+пе2ст1р
+пе1ст
+пе2с1ц
+пе2сч2
+пе2т1р
+пе2шт
+пе1ш
+пиаст1
+пи1а
+пи2ж3м
+пи1ж
+пи2к1р
+пи1к
+3пи2н1к
+3пи1ся
+4п3к
+2п8л.
+4п1л8а.
+пла1с
+п1ле8м.
+пле1м
+п1ле2м1с
+2п1лен
+п2ле2н1к
+п1л2е2о
+пле2с1к
+п1ле1ю
+2плив
+п1ли
+3п2ли1к
+2пл8о.
+п1ло
+2пло1в
+2пло1г2
+2п1лы2й1
+плы1
+2п1лы1м
+п1лын
+п1лых
+2п1л8ю.
+пл2ю
+п1лют
+п2ляс
+п1ля
+п2ля1ш
+2п1н
+п3на
+п3но1
+п3ны1
+по1б2
+по3в1л
+по1в
+по3в2с2
+под1во
+подв2
+по2д1о2к
+по1до
+подо3м2
+пое2л
+по1е
+пое2х
+по1з1ве
+по1з1до
+по1з2л
+по1з1н
+пои2щ
+по3и
+3п2о2й1
+3по2л1к
+по3м1но
+по1м
+по2м1н
+по3м1ну
+3по3п2
+п1о2р1г
+пор2ж
+по1ру
+по1с4
+3по1с2л
+по3с1с
+пот2в2
+по1т
+пот2р
+по1х2
+по2ш1ло
+по1ш
+по2ш1лы1
+по2ш1ля
+поэ3м
+по1э
+2п1п2
+ппо1д
+8п8р.
+3прев
+пре1з
+пре2й2
+пре1л
+пре1о1г2
+пр2ео
+3прет
+при1
+при3в
+при1г2
+при3д2
+при3к
+при3л
+при2ль2
+1пр2и1п2
+п2ри1ц
+про1б1л
+про1д2л
+про3ж2
+про1з2
+п1ро1зо
+3про3и
+1про3п
+профо2
+про1ф
+2п4р1с
+п2ру
+2п1с2
+3п2сал
+п1са
+п3син
+п1с2и
+3п2си1х
+п3со
+2п1т
+п2т3в
+3п2тих
+п3ту
+3пуб
+пу2г3н
+пу1г
+пус1к2у
+пу1ст
+пу3ть1
+2п1ф2
+пх2
+2п1ц
+4п3ч
+2п1ш
+2п1щ
+2п8ь.
+пь1
+2пьт
+пэ1ра
+п1э
+п2ю1
+1р8а.
+р4а3а2
+ра2б1л
+ра1б
+1ра1бо
+ра2б1р
+1рав1ня
+ра2в1н
+ра2гв
+ра1г
+ра2гл
+рад2ж
+ра1д
+радо1б2
+ра1до
+ра2д2ц
+ра2жур
+ра1ж
+ра2зи2й1
+ра1зи
+ра2зуб
+ра1зу
+рак2в
+ра1к
+1ракиз
+ра2к3л
+1рал1г
+1ра2м1к2
+ра1м
+1ра2м1н
+ра2нох
+ра1но
+ран2с1ц
+ра2н1с
+ра2п1л
+ра1п
+р2ас3к2
+1расл
+рас3п2
+рас1т
+1раста
+рас3т2л
+р1а2та1к
+ра1та
+рат1в
+ра1т2р
+2ра1хи
+1ращи
+ра1щ
+1ра1ю
+1ра1я
+2раят
+2р1б
+рб2ла
+рб1л
+р2бле
+рб2ло
+рб2л2ю
+рбо3с
+р1бо
+1р2вав
+р1ва
+р3ва1к
+р3вар
+р3ва1та
+р3ве1ж
+р2в2ео
+1рвет
+р1ви
+р3вин
+р2ви1т
+р1во
+рво1з2д
+р1вь1
+2р1г
+р2гв
+р2г1л
+р2гн
+рг2р
+2р1д
+рда1с
+р1да
+р2д1в2
+рд2ж
+рди2а
+р1ди
+р2д1л
+рдо1с2
+р1до
+р2д1ц
+1р8е.
+ре1вр
+рег2ля
+ре1г
+рег2н
+ре2д1о2п2
+ре1до
+ре2до1с
+рее2в
+ре1е
+рее2д
+рее2л
+ре3ж2д
+ре1ж
+1ре2з1к
+ре1з2л
+ре1з1на
+рез1н
+1ре1зо
+ре1зр
+ре1з2у
+1рей1ш
+ре2й1
+ре1к2л
+1ре2к1ш
+ре3м1но
+ре1м
+ре2м1н
+3ремо
+ремо2г3
+1ре2н1к
+1рень1
+ре1он
+р2ео
+ре1о1п2
+ре1о2р
+ре1о2ф
+ре1ох
+ре1о2ц
+1репь1
+ре1п
+ре3р2
+рес1ки
+ре1ск
+р2е1сл
+р2е1с2п2
+рес2с3м
+ре2с1с
+ре3ста
+ре1ст
+ре3сто
+ре1сч2
+ре1тв
+ре1т2р
+реуч3т
+ре1у2
+ре1чт
+ре3шл
+ре1ш
+р3ж8а.
+р1ж
+р3жа1м
+р3жан
+р3ж2д
+2рз
+р1з2в
+р1зо
+ри3а
+р2и1б2
+ри3б1р
+ри3в2н
+2риг2и
+ри1г
+ри2г1ло
+р2игл
+ри3г2н
+2ри1д2ж
+ри1д2р
+рие2л
+ри1е
+рие3р
+риз2в2
+рик2р
+ри1к
+ри3м2н
+ри1м
+ри3м2ч
+р2ин
+1ри2н1с2
+ри1о2з
+рио2с
+ри1о1т
+ри3р2
+ри1с2
+ри3сб2
+2рис1п2
+ри3ст1в
+ри1ст
+ри3т2р
+ри1т
+1ри1у2
+ри2ф1л
+ри1ф
+ри3фр
+ри1хл
+1ри1ц
+1ри1ш
+риэти2
+ри1э
+2р1к
+р2кв
+р2к1л
+р2к1с
+2р1л2
+р2ль1
+рл2ю1
+р3ля
+2р1м
+р2мч
+2р1н
+рна1с4
+р1на
+р3н2е3о2
+р1не
+рне1с2
+рно3с2л
+р1но
+1р8о.
+ро2бл2ю
+роб1л
+ро1б2р
+ро2в1л
+ро1в
+1рог2ол
+ро1г2
+1рогру
+ро1дв2
+ро3д2з2
+ро1д1л
+род2ле
+ро2д1о1т
+ро1до
+ро1др
+1ро1дь1
+рое2л
+ро1е
+рое2м
+рое2х
+1розар
+ро1за1
+ро1з2в
+ро1зр
+3ро3зы2с1
+ро1зы1
+рои2с3
+ро3и
+1рокон
+ро1к
+рок2о
+1рокр
+1ролис
+ро1ли
+1роли1ц
+1ромор
+ро1м
+1рона1ж
+ро3на
+1рона1п
+1ронос
+ро1но
+рооп1р
+ро1о2
+роо1п
+ро2пл2ю
+ро1п
+ро3п1с2
+2р1о2р1г
+ро1р2ж
+ро1ру
+ро1ск
+ро2с1ки
+ро2ск2у
+1ро1с2л
+ро1с2м
+ро1с2п2
+рос2ф
+1рос1ш2
+1ро1с2ю
+1рот2в2
+ро1т
+1ро2т1к2
+рот2ри
+1ро1у2
+роу1г2
+ро2ф1а1к
+ро1ф
+ро2фр
+ро1хл
+рош2л
+ро1ш
+ро3ш1н
+1роя2з
+ро1я
+2р1п
+рп2ло
+р2пл2ю
+2р1р
+4р1с
+рс2к
+р2с1н
+рс2п2
+рств2
+р3ств1л
+2р1т
+р2т1а2к1к2
+рта1к
+р2т1а2к1т
+р2т1в
+р2т3ва
+рт2в1л
+р2т1м2
+р2т1об
+р1т1о2р1г
+рт1ра
+рт2ран
+рт1ре
+рт1ри
+ртус1
+р2т1у2чи
+р3ть2ю1
+р2ть1
+р2т1я2ч
+1р8у.
+1ру1ба
+ру2г3н
+ру1г
+ру2дар
+ру1да
+1руже2й1
+ру1ж
+2ру2кс
+1рул
+рус1к
+рус3л
+ру1ста
+руст1р
+ру3ть1
+1ру1ха
+1ру1хо
+1ру2ч1н
+2р1ф
+рф2л
+2рх
+р2х2в
+р2х1ин
+р1хи
+рх1л
+р1х2ло
+р2х1о1п2
+р1хо
+рх1р
+2р1ц
+р2цв
+2р1ч
+р2чл
+р2ч1м
+2р1ш
+р3ш2м
+рш2т
+2р1щ
+2ръ1
+1р8ы.
+ры1
+1рыб
+ры2дв2
+2рыз
+ры2к2л
+1ры1м
+ры2с1к
+ры2х1
+2р8ь.
+рь1
+1рь2е
+1рь2и1
+2рьк
+2рьс
+2рьт
+1рь2ю
+1рь2я
+рэ1л
+р1э
+р2ю
+1р8ю.
+1рюс
+ря1ви
+1ря1ю
+1са
+са2б1л
+са1б
+са2дь1
+са1д
+са2к1в
+са1к
+са2к2л
+2с1аль1п
+саль1
+с1а2п1п2
+са1п
+2с1а2р1к
+2с1а2т1л
+са1тр
+са2ун
+са1у
+са2ф1р
+са1ф
+са1х2
+1сб2
+2с3бе3з2
+с1бе
+сбез1о3
+сбе3с2
+2с3б2у
+с2бы1
+2с3б2ю
+1с2в
+2с3вен
+с1г2
+с2г2и
+с2гн
+с2го
+1сд2
+с2да
+с2де
+с3ди
+с2до
+1с2е
+сег2н
+се1г
+се1з2
+се1кв
+сек1л
+с2е2к1р
+се2кс4
+семи1
+се1м
+сер2е2б
+се1ре
+се2ск
+се2ст
+се3ста
+се3с2т2е
+сест1р
+1с2ж
+с1з
+1с2и
+3сиз
+си1о1м
+си1о1п
+си2пл
+с2и1п
+си1х
+4с8к.
+2с1ка1м
+с2ка2н1д
+с1кан
+1с2ка1ф
+2с1ках
+ск2ва
+с2к1ви
+3ски1но
+ск2л
+с2к1ля
+ск3ляв
+2с2к1н
+с1кон
+ск2о
+2ско3на
+с2ко2п1с2
+ско1п
+2с1ко1ш
+ск2р
+с1кра
+2с1кр2и1б2
+с2к1с
+2с3ку1е
+ск2у
+2с3л8а.
+1слав
+1сла1д
+с1ла1м
+2с3ла1я
+с3лев
+с3ле1е
+с1ле2й1
+сл2ео2
+с1лет
+с3ле1ю
+2с3л8и.
+с1ли
+2сли1ц
+2с3л8о.
+с1ло
+с2ло1ж
+с3лому
+сло1м
+2с3лос
+2с3лу1ю
+2с3лые2
+слы1
+2с3лы2й1
+2с3лы1м
+2сль1
+с1люс
+сл2ю
+2с3ля
+с2м
+1смес
+с4ме1я
+с3мур
+с1н
+1с2на1б
+с1на
+с2на1с2
+2с3на1я
+1с2не1ж
+с1не
+2с3ни1к
+с1ни
+2с1но
+сно1з2
+2с3ну1ю
+с1ну
+2с3ны1
+1со
+со1б2р
+с2о1в
+сов2р
+со1д
+со1з2
+со1л2г
+со3м2
+со2ри1е
+со1ри
+со1ру
+со1ск
+со1с2п2
+со2сь1
+сот2р
+со1т
+со1ч2л
+сош2л
+со1ш
+с1п2
+с2пав
+с2пе1е
+спе1
+с2пел
+с2пен
+с2пех
+1с2пе1ц
+с2пе1ш
+с2пе1ю
+с2пи1м
+2с3пи1ся
+с3п1н
+спо1з2
+2спол
+с2по1с4
+2спь1
+1ср
+8с8р.
+с2ра1б
+сра2с
+с1рат
+ср2е2б1
+сре3до
+2с1с
+сса2н1д2
+с1са
+с2сб2
+сс3во
+с1с2в
+4с5с2и
+с3с2к
+сс2л
+с2с1н
+с3с2не
+с2со1ри
+с1со
+сс2п2
+сст2
+сс2ч2
+8с8т.
+1ст8а.
+2с2т1б2
+4с2т8в.
+ст1вер
+2ств1л
+ст2вол
+с2т2вя
+с2т2е
+1с4т8е.
+1сте2й1
+1стел
+1сте8н.
+с3те8т.
+с3т2е1т2е
+сте3х
+с3те1ш
+1сти
+с2ти1е
+с2ти1и2
+2ст1и2м1п
+сти1м
+2ст1и2н1д2
+2с2т1и2н1ф2
+2ст1инъ1
+с2ти1ч
+с2ти2ш1к2
+сти1ш
+с2ти1ю
+2с2т1к2
+ст2ла
+с2т1л
+с3т2ле
+2ст1ли
+ст2ли1л
+ст2ли1т
+2ст1ля
+2ст1м2
+2с2т1н
+1ст8о.
+с2то1б
+1сто1в
+1сто1г2
+сто2г3н
+1сто1д
+1сто1е
+3с2то3и
+1сто1к
+1сто1м
+1стон
+2с1то2р1г
+2с1тор1ж
+2с1то4р1с
+1стос
+1сто1т
+с2то1ц
+1ст2о1ю
+2с2т1п2
+2с6т8р.
+страс2
+4ст1ра1я
+2ст1ред
+ст1ре2й1
+2ст1рив
+ст1риз
+2ст1ри1л
+2ст1ри1щ
+ст1р2о1а2
+с4т1ро1в
+ст1род
+ст1рох
+с1т2руб
+ст1ру1ш
+2с4т1с2
+с1тут
+1сту1ю
+2с2т1ф
+2с4т1ц
+1сты1
+с2тыв
+с4ть1
+8с4т8ь.
+2стьс
+3сть2ю1
+1сть2я
+1стя1м
+1стях
+1су
+су2б
+су1б1а2
+су1б1о
+су1в
+су3гл
+су1г
+су2ев
+су1е
+су2з
+су1кр
+сума1
+су1м
+супе2
+су1п
+сус3л
+сус3п2
+су1ст
+сут1р
+су2ф3
+су1х
+1с2фе
+с1ф
+с1х2
+1с2хе
+2сца1
+с1ц
+с2це3на
+2с3ци1
+2сцо
+сч2
+1с1ча
+с2час
+сче2с1к
+с1че
+с3чив
+с1чи
+2с3чи1к
+с2чи1т
+с1чл
+2с3чо
+с1ш2
+с3ш1н
+1съ2
+съе3д
+съе3л
+1сы1
+сы2г1
+сы2з
+сы2п1л
+сы1п
+сы2с
+сыс1ка
+2с8ь.
+сь1
+1сь2е
+2ськ
+2сьт
+1сь2ю
+1сь2я
+сэ1р
+с1э
+с2эс1
+1с2ю
+сю1с
+1ся
+2сяз
+ся3ть1
+та2б1л
+та1б
+таб2р
+та1ври
+1та1г
+та2гн
+та1з2
+так3ле
+та1к
+так2л
+т2ан
+та2пл
+та1п
+1тас
+та1ст
+та1тр
+1та1щ
+2т1б2
+2т8в.
+2т2ва
+т1ве2й1
+т1вел
+т1вет
+2тви
+т1во1е
+т1во1з
+2т1в2о2й1
+т1вос
+2т1в2о1ю
+2т1вр
+2тву
+2т1вы1
+2т1вя
+2т1г
+2т1д
+1т2е
+те2гн
+те1г
+те1д
+те1зо
+3те1ка
+тек1л
+3те2к1ш
+тел2е1о
+те1ле
+те4м2б1
+те1м
+те2о3д
+т2ео
+те1ох
+те4п1л
+те1п
+те2ра1к
+те1ра
+тер2е2о
+те1ре
+3те2рз
+те2р3к
+3те1ря
+те2ска
+те1ск
+те2с1ки
+те2с1к2о
+те2ск2у
+те1ст2
+те2хо
+2т1ж
+2т1з
+тиа2м
+ти1а
+ти2б1л
+т2и1б
+ти3д2
+ти1з1на
+тиз1н
+ти1и2
+тиис1
+ти1к2
+тила2м
+ти1л
+т1и2м1п
+ти1м
+2т1и2н1в
+т1и2н1д2
+2т1ин1ж
+2т1и2н1ф2
+ти1с2л
+ти3ст1в
+ти1ст
+ти3ф2р
+ти1ф
+ти1хр
+2т1к2
+3т2кав
+3т2кан
+3т2кет
+т1ке
+3т2к1н
+2т1л
+тло2б
+т1ло
+т2ль1
+т1м2
+тми2с
+тми1ст1
+т3м1щ
+2т1н
+то2бес
+то1бе
+то1б2л
+2т1объ1
+то2в1л
+то1в
+то1д
+то3д2р
+то1з2
+ток2р
+то1к
+2т1о2м1м
+то1м
+2то2м1с
+2то2н1г
+1то2р1г
+1тор1ж
+1то4р1с
+то1ру
+1то2р1ш
+то1с2н
+то1с2п2
+то1с2ц
+2т1о2т1д
+то1т
+то3т1к2
+1то1щ
+2т1п2
+тпа1т
+т1р2аг2а
+тра1г
+2т1ра1ж
+2т2р1б
+2трв
+2т2р1г
+2т2р1д
+тр1до2
+т1ре1а
+1тре1бо
+тр2еб
+1тре1б2у
+т1ре1бь1
+т1ре1ве
+т1ре2в1ш
+т1ре1г
+т1ред
+т1ре1е
+т1ре1за1
+т1рез1н
+тре2п1л
+тре1п
+3тре2с
+тре1с1к
+т1ре1ст
+т1ре1ту
+3т2ре2х
+т1ре1ц
+т2ре2шь1
+тре1ш
+т1ре1ю
+1тр2и1б2
+т1рив
+тр2и2г1л
+три1г
+т1ри1л
+т1ри1м
+4т1ри2н1с2
+тр2ин
+три1о
+т1ри1т
+три3ф
+т1ри1щ
+2т2р1м
+2т2р1н
+т1рогл
+тро1г2
+т1роид
+тро3и
+2тр2о2й1
+тро3пл
+тро1п
+т1рор
+т1ро1со
+тро3т
+4т3ро1ц
+2тр2о1ю
+2т2р1п
+2т2р1р
+1труб
+т2руд
+2трук
+т2ру1м
+т2рут
+2т2р1ф
+2т2р1щ
+2т2ръ1
+т1ры1
+т1р8я.
+т1ряв
+2т1ряд
+т1ря1е
+т1ря1ж
+т1ря2й1
+т3ря1к
+т1рят
+т1ря1щ
+т1р2я1я
+4т1с2
+т2сб2
+т2с3д2
+тсе1п2
+т1с2е
+т2с3м
+т2с3п2
+2т1т
+т2т1м2
+ту2гр
+ту1г
+ту2жин
+ту1ж
+2т1у2пр
+ту1п
+ту1с2л
+ту1ст
+ту2ф1л
+ту1ф
+1туша
+ту1ш
+1тушо
+1ту2шь1
+1ту1щ
+2т1ф
+2т1х
+4т1ц
+2т1ч
+2т1ш2
+2т1щ
+2тъ1
+ты2г1
+ты1
+ты2с1к
+2ть1
+4т8ь.
+3ть2е
+3ть2и1
+ть2м
+4тьт
+ть2ю1
+2т1э
+т2ю
+тю1т
+1тя1г
+1тя1ж
+1тя1п
+2тя2ч
+у1а
+у2а1ле
+у2ас
+у3бел
+у1бе
+убо1д
+у1бо
+убос2
+уб1р
+1убра
+у1б3р2ю
+1у2быт
+у1бы1
+у1в8е.
+у1ви
+ув2л
+у1во
+у1ву
+у2гв
+у1г
+у2гл
+у2гн
+уг2на
+уг2не
+уг1ре
+уг1ря
+уда1с
+у1да
+уд2в2
+уд1ра1м
+уд1ро
+у3ду
+у1е
+уе2д
+уе2л
+уе1с
+уе2с1к
+у2ес2л
+уе2х
+у2ж1ж
+у1ж
+у1з2в
+у1зо
+узо3п
+у1и
+у1ка
+ук1в
+у1ки
+у1к2о
+уко1б
+у1к2у1
+у1ла
+у1ле
+у1лу
+у1лых
+улы1
+у1л2ю
+у2мч
+у1м
+у3на
+ун2д1р
+у2н1д
+у1нь1
+у1о
+уо2б
+уо2в
+у2о1за1
+уо2к
+уо2п
+уо2с
+уо1ст1
+уо2т1
+уо2ф
+у2пл
+у1п
+уп1л2ю
+у3про
+у1ра
+у1ре
+уре2т3р
+у1ри
+ур1ке3
+у2р1к
+у1ро
+у2род
+уро2д1л
+урт2р
+у2р1т
+у3ру
+у1ры1
+у1р2ю
+у1ря
+у2са1д
+у1са
+у1с1г2
+ус1ка
+ус1ки
+уск3л
+ус1ко1м
+уск2о
+у1ск2р
+ус1к8у.
+уск2у
+ус2л
+усла4ж3
+ус3ли
+у1с2м
+у2с1н
+ус2п2
+у2с3с
+у1с2т2е
+у1стя
+у1с1ф
+2ус1ц
+у2сч2
+у2сь1
+у3сь2я
+у1та
+у3тер
+у1т2е
+у1ти
+ут2ля
+у2т1л
+у1то
+уто3п2с2
+уто1п
+ут1ри
+у1ту
+у1ты1
+у3ть2е
+у2ть1
+у3ть2ю1
+1ут2ю
+у1тя
+у1у
+уу1г2
+уу2с
+у3ф4и
+у1ф
+уф1л
+уф2ля
+у2фр
+ух1а2д
+у1ха
+уха2т
+у2х2в
+у3х4во
+ух1л
+ух3ля
+ух1р
+у2ч2еб
+у1че
+1учр
+у1чь1
+у3ше
+у1ш
+у3ши
+у2шл
+уш1ла
+у2ш2п2
+2у1э
+у1я
+уя2з
+1ф
+фа2б1
+фа2гн
+фа1г
+фа1зо
+фа2н2д
+фанд1р
+фа1тр
+фа2х
+3фа1ш
+фа1э1
+2ф1б
+2ф1в
+2ф1г
+2ф1д
+фев1р
+фед1р
+ф2е1о3
+фе2с1к
+ф4и
+фиа2к1
+фи1а
+ф2и2гл
+фи1г
+фи2ж
+фи2зо
+фи2нин
+фи1ни
+фи1о
+3фи1т
+2ф1к
+ф2ла
+ф2ли
+ф2ло
+2ф1м
+2ф1н
+2ф1объ1
+3фон
+фо2р2в
+2ф1о2р1г
+фор3тр
+фо2р1т
+фо1ру
+фос1к
+3фо1т
+фото3п
+ф1ра1б
+фра1з
+фра1с
+ф1рат
+ф2рен
+фре2с
+ф1ри
+ф2ри1ж
+ф2риз
+ф1ро
+ф2рон
+ф1ру
+2ф3с
+2ф1т
+ф2т1м2
+ф2тор
+2ф1у2п
+фу3т1л
+2фу1ф
+2ф1ф
+2ф1ч
+2ф1ш2
+2ф8ь.
+фь1
+ф2ю1
+1ха
+ха2б1л
+ха1б
+ха2д
+2х1а1к
+ха2н2д
+х2а1о3
+х1а2р1ш
+2х1б
+1х2в
+2х3ве
+2х3ви
+х3вы1
+2х1г
+х3д2
+1хе
+х2ео3
+х1з2
+1хи
+хиат1
+хи1а
+хи1е2
+2х1и1зы1
+хи1с2
+х1к2
+х1лав
+х1лас
+х1лат
+х1ла1ц
+1хл2еб
+х2лес
+х1лет
+х3л8о.
+х1ло
+х2ло1п
+1х2лор
+х1лу
+1х2му
+х1м
+2х1н
+3х2ны1
+1хо
+2х1о2к
+хо1п2
+хо2пе1
+хо2пор
+хо1ру
+х1ос2м
+2х1ос1н
+хо1ф2
+хох1л
+хо1я2
+х1п2
+х1раз
+1хран
+х1ра1с2
+х1ре2й1
+хри2пл
+хр2и1п
+х2ри1с2
+х1ро1в
+1хро1м
+хро2м2ч
+х1ры1
+х1ря
+2х1с2
+2х1т
+1х8у.
+х1у2г
+2ху1е
+2ху2й1
+1хун
+х1у2р
+ху3ра
+1хус
+1ху1ш
+2ху1ю
+х1х2
+2х1ч2
+2х1ш
+хь2ю1
+хь1
+1ц
+ца1
+3ц8а.
+3ца1м
+ца2пл
+ца1п
+3цах
+2ц1б
+ц2ве
+2ц1вы1
+2ц1г
+2ц1д
+це1з
+це1к
+це1о1т
+ц2ео
+це2п1л
+це1п
+ц2ес2л
+це1т
+2цетат
+це1та
+2ц1з
+ци1
+ци2к1
+цик3л
+ци2ол
+ц2и1п2
+ци2с1к
+ци1у3
+ци2ф1р
+ци1ф
+2ц1к2
+2ц1л
+2ц1м
+2ц1н
+ц1о2б
+2ц1о2д
+2ц1о1т
+2ц1п2
+2ц1р
+2ц1с
+2ц1т
+3цу
+2ц1ц
+2ц3ш2
+3цы1
+цы2п
+цып3л
+ц1ю1
+1ча
+ча2др
+ча1д
+ча2д2ц
+ча2е1во
+ча1е
+ча2е1вы1
+ча2ер
+част1в
+ча1с2т2е
+ча1сту
+ча1стя
+3ча1то
+3ча1ты1
+2ч1б
+ч1в
+2ч1д
+1че
+че1в1л
+че2гл
+че1г
+ч2е1о
+че4р2с
+черст1
+ч2е1сл
+ч2ж
+чжо2
+1чи
+3чи1к
+3чи1ц
+2ч1к
+1ч2ла
+ч2ле
+ч3ле1г
+ч3ле1ж
+2ч1ли
+ч2л8и.
+1ч2ло
+1ч1м
+2чма
+2чме
+ч2мо
+2ч1н
+3чо
+2ч1с
+2ч1та
+ч2т2е
+2чт1м2
+1чу
+3чук
+ч2х
+2ч1ч
+2ч8ь.
+чь1
+1чь2е
+1чь2и1
+2чьс
+2чьт
+1чь2ю
+1чь2я
+1ш
+ша2б1л
+ша1б
+ша2гн
+ша1г
+ша2г1р
+ша2др
+ша1д
+шан2кр
+ша2н1к
+ша2р3т2
+ша1ст
+ша1тро
+2ш1б
+ш2в
+ш3вен
+ше2гл
+ше1г
+ше1к
+ш2е1о2
+ше3пл
+ше1п
+ше1с2
+ши2б1л
+ш2и1б
+ши2пл
+ш2и1п
+ши2ф1р
+ши1ф
+2ш1к2
+3ш2кол
+шк2о
+2ш1ле2й1
+2ш1лен
+ш2л8и.
+ш1ли
+2шлив
+2шли1л
+ш2лин
+ш2лис
+ш2ли1т2е
+шли1т
+ш2ли1ф
+ш2л8о.
+ш1ло
+2шло1в
+ш2ло1г2
+ш1лы1
+ш2л2ю
+2шля1е
+ш1ля
+2шля1к
+ш2ля1п
+2шлят
+2шляч
+2шля1ю
+2ш1м
+3ш2мы1
+4ш3м8ы.
+2ш1н
+4ш1ни
+ш2нур
+ш1ну
+ш2п2
+ш3пр
+2ш1р
+2ш1с
+ш1ти
+2ш4т1с2
+шу2ев
+шу1е
+шуст1
+2ш1ф
+ш1х
+2ш1ц
+2ш1ч
+2шь1
+4ш8ь.
+3шь2е
+3шь2и1
+3шь2ю
+3шь2я
+ш2ю1
+1щ
+2щ3в2
+ще1б2л
+щ2еб
+ще2гл
+ще1г
+щед1р
+ще1и2
+щеис1
+ще1с
+ще1х
+ще1ш2
+ще3ш1к2
+щи2п1л
+щ2и1п
+2щ1м
+2щ1н
+2щ1р
+2щ8ь.
+щь1
+ъ1
+ъе2г
+ъе2д
+ъе3до
+ъе2л
+ъ2е2р
+ъе2с
+ъе2хи
+ъ1ю2
+ъя2
+ъя3н
+ы1
+ы2б1л
+ы3г2а
+ы1г
+ы3г2и
+ыг2л
+ы2гн
+ы2д1л
+ыд2ре
+ы2д1ро
+ы2д1ря
+ые2
+ы3ж2д
+ы1ж
+ыз2ва
+ыз2д
+ы2з1л
+ы2з1н
+ыз2на
+ыи2
+ыи1г1
+ы2к1в
+ык2л
+ы2к3ло
+ы1ко1з
+ык2о
+ы2к1с
+ы2ль1
+ы2мч
+ы1м
+ыно1с3л
+ы1но
+ы3по
+ы1п
+ыра2с3
+ыр2в
+ыре2х
+ы3са
+ы3с2е
+ыс1ки
+ыс1к2у
+ы2с1н
+ы3со
+ыс2п2
+ы2с1х2
+ыс2ч2
+ы2с1ш2
+ы2т1ви
+ыт2р
+ы3ть2ю1
+ы2ть1
+ы3ть2я
+ыу2
+ы2ш1л
+ы1ш
+ы3шь1
+ь1
+ьб2
+ь2вя
+ь2д1ц
+ь2е
+ье1зо
+ье1к
+ье2с1к
+ь2з1н
+ь2и1
+ь2кл
+ьми3д
+ь1м
+ьми3к
+ьмо1
+ь3н2е2о2
+ь1не
+ь2о
+ь2п1л
+ь1п
+ь3п2то
+ь2п1т
+ьс2к
+ь2с1н
+ь2сти
+ь2стя
+ь2т1а2м1п
+ьта1м
+ьти3м
+ь2т1м2
+ь2то1т
+ь2тра1б
+ьт2ре
+ьт2ру
+ьт2ры1
+ь1хо2
+ьхоз1
+ь2ща
+ь1щ
+ь2ще
+ь2щу
+ь2ю
+ь2я
+ья1в
+ь3я2г3с2
+ья1г
+1э
+э1в
+эв1р
+2э1г
+эд1р
+эк1л
+э2кс1
+эк2ст
+эл2е1о
+э2м
+э3ма
+э2н
+э3нь1
+эо2з
+э2п
+эпи3к
+э1ре
+э1ри
+эри4т2р
+эри1т
+эро1с2
+э1ру
+э1ры1
+эс1
+эск2
+эс3м
+э2со
+эс3т2е
+эс2т1р
+э2т2е
+этил1а
+эти1л
+эт1ра
+э2ф
+эх2
+э1хо3
+э2ц
+эя2
+1ю
+ю1а
+ю1б
+ю2б1в
+ю2б1л
+ю2б1ре
+ю1в
+ю1дь1
+ю1е
+ю2з2г
+юзи2к
+ю1зи
+ю1зо
+ю1и
+ю2идал
+юи1да
+ю1к
+ю2к1в
+ю1ла
+ю1ле
+ю2ли
+1ю1л2ю
+2ю1м
+ю2мч
+ю2нь1
+ю1о1
+ю1ра
+ю1ре
+юре4м
+ю1ри
+юри2с1к
+юри1с2
+ю1ро
+ю1ру
+ю1ры1
+ю2с1к
+ю1ста
+ю1с2т2е
+ю1сто
+ю1стя
+ю1ти
+ю1то
+ю1ту
+ю1ты1
+ю1х
+юха1с
+ю1ха
+ю1ч
+ю2щь1
+ю1щ
+ю1я
+я2бр
+яб1ра
+яб3ре
+яб1ри
+я1б3р2ю
+3яви2кс
+яви1к
+я1во
+я1ву
+я1в2х
+я2г1л
+я1г
+я2гн
+яд1в2
+яд1р
+я1е
+яз2гн
+я2з1г
+я1зо
+я1и
+я1к
+я2к1в
+я2к1л
+я2к1с
+я1л
+я2ль1
+ям2б3л
+я1м
+я4м1б
+я2мь1
+я3на
+я2н1с2
+я1ра
+я1ри
+я1ро
+я1рь1
+яс1к
+яс1л
+яс2т
+яст3в
+я1сто
+яст1р
+я1та
+ят3в
+я3ти
+яти1з
+я1то
+я1ту
+я1ты1
+я3ть2ю1
+я2ть1
+я3ть2я
+я1тя
+я1у
+ях1л
+я1ху
+яце1
+я1ц
+я2шл
+я1ш
+2я8ю.
+я1ю
+2я1я
+.бо2дра
+.1бо
+.вст2р
+.2в1с2
+.доб2рел
+.доб1р
+.до1б2ри
+.об2л1ю1ю
+.о1бл2ю
+.об1л
+.об2ре1е
+.об1р
+.об2ре2й1
+.об2ре1ю
+.об2рив
+.об2ри1л
+.об2ри1т
+.па2н1ис
+.па1ни
+.по3м2ну
+.по1м
+.по2м1н
+.реа2н
+.ре1а
+.ро2с3пи
+.ро1с2п2
+.со2пла
+.1со
+.со1п
+а2нь1ш
+атро2ск
+без1у2с
+бе1зу
+бино2ск
+бино1с
+би1но
+виз2гн
+ви2з1г
+выб2ре
+гст4р
+ди1с2ло1в
+дис1ло
+дос2ня
+дро2ж3ж
+2д1руже2й1
+е2мьд
+емь1
+е2о3пла1то
+е2о3по1зи
+ере3с2со
+ере2с1с
+4ж3ди1к
+4ж3ди1ч
+заи2л
+за1и
+зао2з
+з2а1о
+2з1а2хав
+за1х2а
+заю2л
+за1ю
+з2рят
+зу2мь1
+6з8ь.
+и2л1а2мин
+ила1м
+илло3к2
+и2л1л
+ил1ло
+й2кь1
+ла2б1р
+лу3с4н
+ме2ди2н1с2
+ме1ди
+1ме2д1о2с2м
+ме1до
+медо1с
+1мети2л1а2м
+ме1ти
+мети1л
+мис4с3н
+ми4с1с
+нар2ват
+не2о3ре
+ни1с2кол
+нис1к
+ниск2о
+ни4с8ь.
+нись1
+но4л1а2мин
+но3ла
+нола1м
+н2тра2с1с
+о2д1о2бол
+одо1бо
+о4ж3дев
+ож1де
+о1и2с1тр
+ои1ст
+ойс4ко1в
+ойск2о
+о2м3ч8е.
+ом1че
+они3л2а1м
+о1ни
+онила2
+они1л
+он2трат
+онт2ра
+о2плюс
+осо4м3н
+о1со
+осо3м2
+оти4д1н
+оти3д2
+пере1с2н
+пе1ре
+по2до1де
+подо1д2
+по2д1у2ро
+по1ду
+пое2ж
+по2стин
+по1ст
+по1сти
+пре3м2но
+пре1м
+пре2м1н
+приче2с1к
+при1ч
+при1че
+пти4д1н
+пти3д2
+редо4пл
+реж4ди
+рни3л2а3м
+р1ни
+рнила2
+рни1л
+роб2ле1ю
+2сбрук1
+сб1ру
+со2ст1ри1т
+со1ст
+со3т2кал
+со2т1к2
+2стч8е.
+с2т1ч
+ст1че
+2с4тьт
+сы2ми1т
+сы1м
+2сьс8я.
+сь1ся
+6т8р.
+тро2етес
+тро1е
+трое1т2е
+6ху8я.
+ху1я
+ы2рь1м
+ырь1
+ыя2вя
+ьбат2
+ь1ба
+а1вё
+а2д1вё
+а1ё
+аз3вёз
+аз1вё
+а1лё
+2алёк
+2амёт
+ам2нёт
+ам1нё
+а1рё
+ас3тё1м
+ас2т2ё
+а3ть2ё
+1бё
+бё2д1р
+б3лён
+б2лё2с1к
+б2лю1ё
+б1рёк
+б2рё1м
+б2рёх
+1ве1ё
+3ве3зё
+вёд1р
+1вёз
+2вё2р1д
+1вёс
+в2лёк
+в2лёт
+1вмё
+в2нёс
+в1нё
+2в1рён
+3в1с2ё3
+1вь2ё
+г1лё
+г2лёт
+г2нёв
+г1нё
+г3нён
+г2но1ё
+д1вё
+1дё
+.доб2рёл
+2доплё
+до2прё
+д1рё
+д2р2ёб
+2д3рё1ж
+д2рё1м
+1дрёма
+1дрёмы1
+2д3рён
+дъё2м
+1дь2ё
+еб1рён
+е1вё
+2евёр
+2е1врё
+е2г1лё
+е1ё
+2ежё
+е3зё
+е1лё
+2епё1
+ер1вё
+е1рё
+ерё3до
+ерё1к2
+ес2чёт
+ес1чё
+ет1вё
+е3ть2ё
+2ёб
+ё1бра
+ёб1ры1
+ё1ве
+ё1во
+2ё1вре
+ё1ву
+ё1дру
+2ё3ду1ш
+ё1ду
+2ёже
+ё1ж
+ё3зе
+ёз1о2г2
+ё1зо3м2
+ё1ка
+ё1ки
+2ё1к2о
+2ё1кр
+ёк2ро
+ё1к2у
+ё1ла
+ё1ле
+ё1лу
+ё1лы1
+2ёму1ж
+ё1м
+ё2мч
+ё3на
+ён2д1р
+ё2н1д
+ё2н1с2
+ёпат2
+ё1п
+2ёпе1
+ё2пл
+ё3пла
+ёп1лу
+ё3плы1
+ё4п1н
+2ёпо
+ё4п1т
+ё1ра
+ё1ре
+ё3р8е.
+ё1ри
+ё1ро
+ёр3с2к
+ё4р1с
+ё1ру
+ё1ры1
+ё3с2а
+ё1ск
+ё2с1к8а.
+ё2с1ке
+ё4с1к8у.
+ёск2у
+2ёсл
+ё3со
+ё1ст
+ёс2т2ан
+ё3сту
+ё1та
+2ётеч
+ё1т2е
+ё1ти
+ё1то
+ёто1с
+ёт1р
+ё1ту
+ё1ты1
+ё1т2ю
+ё1тя
+ёха2т
+ё1ха
+ёх1а1то
+ёх3вал
+ё1х2в
+ёх1ва
+ёх3ло1п
+ёх1ло
+ёх1опо
+ё1хо
+ёхо1п2
+ёх1ру
+3жёв
+жё1с2
+ж2жё
+за3м1нё
+з1вё
+з2вёз
+1зё
+з2на1ё
+2з1нё
+1з2о3рё
+з2о1т2ё
+зот2рё
+3зу1ё
+зъё2м
+2зымё
+2и1вё
+иг1рён
+и1ё
+их1рё
+1ка1ё
+1кё
+к3лён
+к2ро1ё
+3ку1ё
+ла1с2т2ё
+лё3до
+лё1з2о3
+лёк1л
+1лён
+лё2ск
+лё4ска
+1лёх
+2лоён
+ло1ё
+1лу1ё
+3ль2ё
+1ль2щё
+3м2нё1ш
+м1нё
+3м2щё
+нд2рё
+не3ё
+1нё
+н2ё1б2
+3н2омё
+1нь2ё
+од3р2ёб
+од1рё
+о1ё
+оё2жи
+оё1ж
+о1лё
+2омё
+о3м2нё1м
+ом1нё
+о3м2нёт
+о2п1лё2й1
+о1рё
+о2с1кё
+от1вё
+2о3тёк
+о1т2ё
+о3тёр
+от1рёк
+от1рё1ш
+о3фё
+пё1
+пё2ст1р
+пё1ст
+2п1лён
+п2лё2н1к
+плё2с1к
+п1лё1ю
+поё2ж
+по1ё
+3прёт
+причё2с1к
+при1чё
+р2блё
+1рвёт
+.рё2бр
+.р2ёб
+1рё2з1к
+рё1з1на
+рёз1н
+1рё1зо
+рё1з2у
+1рё2к1ш
+3рёмо
+рё1м
+1рё2н1к
+рё3ста
+рё1ст
+рё3сто
+род2лё
+роё2м
+ро1ё
+1рь2ё
+с2дё
+се3с2т2ё
+1с2ё
+сё2кс4
+сё2ст
+сёст1р
+2с3ку1ё
+с1лёт
+с2т2ё
+1стёл
+1стё8н.
+с3тё8т.
+с3тё1т2е
+стё3х
+с3тё1ш
+с3т2лё
+счё2с1к
+с1чё
+1сь2ё
+т1вёл
+т1во1ё
+1т2ё
+тё2гн
+тё1г
+тё1зо
+3тё1ка
+тёк1л
+3тё2к1ш
+тё4п1л
+тё1п
+тё2р3к
+тё2ска
+тё1ск
+тё2с1ки
+тё2с1к2о
+тё2ск2у
+тё2хо
+3т2кёт
+т1кё
+т1ре1вё
+3т2рё2х
+т2рё2шь1
+трё1ш
+тро2етёс
+трое1т2ё
+3ть2ё
+уг2нё
+уг1рё
+.у1ё2
+у1ё
+у1лё
+у1рё
+у1с2т2ё
+у3тёр
+у1т2ё
+у3ть2ё
+у2ч2ёб
+у1чё
+у3шё
+2х3вё
+1хл2ёб
+х2лёс
+ц2вё
+1чё
+чё4р2с
+чёрст1
+.чё2с1к
+.1чё
+ч2т2ё
+1чь2ё
+2ш1лён
+3шь2ё
+ъ2ё2р
+ыд2рё
+ырё2х
+ы3с2ё
+ь2ё
+ьё1зо
+ь2щё
+ю1ё
+яб3рё
+.1ж8
+.2й8
+.к8
+.1ф8
+.1ц8
+.1ш8
+.1щ8
+.1э8
+.я8
+8а.
+8б.
+8в.
+8г.
+8д.
+8е.
+8ж.
+8з.
+8и.
+8й.
+8к.
+8л.
+8м.
+8н.
+8о.
+8п.
+8р.
+8с.
+8т.
+8у.
+8ф.
+8х.
+8ц.
+8ч.
+8ш.
+8щ.
+8ъ.
+8ы.
+8ь.
+8э.
+8ю.
+8я.
+8д8н.
+.бизне8с9мен
+.биз1н
+.би2з1не
+.бизне1с4м
+.буйнакс8к8е.
+.1б2у
+.бу2й1
+.буй1на
+.буйна1к
+.буйна2к1с
+.буйнакс1ке
+.2в1б8
+у8тьс8я.
+уть1ся
+.вздре8мне4ш8ь.
+.1в2з2
+.взд2
+.взд1ре
+.взд2ре1м
+.вздре2м3н
+.вздре3м2не1ш
+.вздрем1не
+.вздремне2шь1
+.вздре8мнё4ш8ь.
+.вздре3м2нё1ш
+.вздрем1нё
+.вздремнё2шь1
+.водос8ливо8м.
+.1вод
+.во1до
+.водо1с
+.водо1с2л
+.водос1ли
+.водос3л2и1во
+.водосливо3м2
+.волжс8к8е.
+.вол1ж
+.вол2ж1с
+.волжс1ке
+8п4л8ь.
+пль1
+.во8ст1р8а.
+.во2стр
+.во1ст
+.во3стра
+.во9т8ка2ть1
+.во1т
+.во2т1к2
+.вот1кат
+.во9т8ке1м
+.вот1ке
+.во9т8кё1м
+.вот1кё
+.во9т8ке2шь1
+.вотке1ш
+.во9т8кё2шь1
+.воткё1ш
+.во9т8к2у
+.впо8л9о8борот8а.
+.2в1п2
+.впо3ло
+.вполо1бо
+.вполобо1ро
+.вполоборо1т
+.впо8л9у8х8а.
+.впо1лу
+.вполу1ха
+.всеволожс8к8е.
+.3в1с2е3
+.все1во
+.вс2евол
+.всево3ло
+.всеволо1ж
+.всеволо2ж1с
+.всеволожс1ке
+.2в1ц8
+8сп8с.
+с2п1с2
+.гаре8мног8о.
+.г2а
+.га1ре
+.гаре3м1но
+.гаре1м
+.гаре2м1н
+.1гаремно1г2
+.голод8ране8ц.
+.г2ол
+.го3ло
+.голо1др
+.голод1ра1не
+.голодране1ц
+.гр8
+.дву9з8убе8ц.
+.дв2
+.д1ву1з
+.дву1зу
+.дву2з1у2бе
+.двузу3бе1ц
+.до9б8рее1м
+.добре1е
+.до9б8реет
+.до9б8рее2шь1
+.добрее1ш
+.до9б8ре1ю
+.до9б8ре1сти
+.добре1ст
+.до9б8родят
+.добро1дя
+.до9б8рось1
+.до9б8росят
+.добро1ся
+.до9б8рошу
+.добро1ш
+.до9м8ну
+.до1м
+.до2м1н
+.до8п9пе4л8ь.
+.до2п1п2
+.доппе1
+.доппе2ль1
+.дра8х9м8у.
+.д1рах
+.дра1х2му
+.драх1м
+.дрей8ф1л8ю.
+.д1ре
+.дре2й1
+.дрей1ф
+.дрейфл2ю
+.дрей8фьт8е.
+.дрейфь1
+.дрейфь1т2е
+.едино9ж8д8ы.
+.е1ди
+.еди1но
+.едино1ж
+.едино2ж1д
+.единож1ды1
+.за8в9се8кторо8м.
+.за3в2с2е3
+.за2в1с2
+.завсе2к1т
+.завсекто1ро
+.завсекторо1м
+.зам8р8у.
+.за9ч8ли
+.за1ч
+.за2чл
+.изд8рев1л8е.
+.1из1д
+.изд1ре
+.издрев1л
+.изот8р8у.
+.и1зо
+.изо1т
+.инко8г9нит8о.
+.и2н1к
+.инк2о
+.инко1г2
+.инког1ни
+.инкогни1т
+.каза9ш8е8к.
+.каза4ш3
+.ка1за1
+.казаше1к
+.кольдк8ремо8м.
+.к2о
+.ко2льд
+.коль1
+.коль2д1к
+.кольдк3ремо
+.кольдкре1м
+.кольдкре1мо3м2
+.кор8нпапи8р.
+.ко2р1н
+.корн3п2
+.корнпа1п
+.корнпапи1р
+8д8з.
+.ликбе9з8о8м.
+.1ли
+.ли1к
+.ли2к1б
+.лик1бе
+.лик3бе2з
+.ликбез1о2
+.ликбе1зо3м2
+.лоша8дьм8и.
+.1ло
+.ло1ш
+.лоша1д
+.лошадь1
+.лошадь1м
+.лю8дьм8и.
+.лю1дь1
+.людь1м
+.люэ9с8о8м.
+.лю1э
+.люэс1
+.люэ2со
+.люэсо3м2
+.маз8у9т8е.
+.ма1зу
+.маз1у2т2е
+.мети9л8а8м.
+.1мети2л1а2м
+.ме1ти
+.мети1л
+.мети9л8ам8и.
+.многа9ж8д8ы.
+.2м1н
+.м1но
+.мно1г2
+.мног2а
+.многа1ж
+.многа2ж1д
+.многаж1ды1
+.мор8щь1т2е
+.мо2р1щ
+.морщь1
+.набек8ре8н8ь.
+.на1б
+.на1бе
+.наб2е1кр
+.набек1рень1
+.на9в8скидк8у.
+.на2в1с2
+.на4в3ски
+.навски2д1к
+.навскидк2у
+.на9в8стреч8у.
+.навстре1чу
+8г8л.
+.наи8зу8с4т8ь.
+.на1и
+.наи1зу
+.наизус4ть1
+.на9и8с9косо8к.
+.на2и1с2
+.наис1к
+.наиск2о
+.наис1кос
+.наиско1со
+.наискосо1к
+.на8имене8е.
+.наи1м
+.наиме1не
+.наимене3е
+.на9и8с9ко2с8ь.
+.наискось1
+.нао8боро8т.
+.н2а1о
+.нао1бо
+.наобо1ро
+.наоборо1т
+.нао8т9ре8з.
+.нао1т
+.насу8пьс8я.
+.на1с2
+.на1су
+.насу1п
+.насупь1
+.насупь1ся
+.нау8га8д.
+.на1у
+.нау1г
+.науг2а
+.науга1д
+.нау8гольни8к.
+.науг2ол
+.науго2льн
+.науголь1
+.науголь1ни
+.наугольни1к
+.нео8ст1р8а.
+.3н2е1о2
+.неос2
+.неост1р
+.нео1ст
+.нео3стра
+.не8сла2с8ь.
+.нес1лас
+.неслась1
+.не8сли2с8ь.
+.нес1ли
+.неслись1
+.не8тт8о.
+.не2т1т
+.неу8д8у.
+.3не1у2
+.неу3ду
+.оби8дьс8я.
+.о1б2и
+.оби1дь1
+.обидь1ся
+.обош8ло2с8ь.
+.обо1ш
+.обош1ло
+.обошлось1
+.обрас8т8и.
+.о1брас
+.обрас1т
+.обра1сти
+.однаж8д8ы.
+.о2д1н
+.од3на
+.одна3ж1д
+.одна1ж
+.однаж1ды1
+.осла8б1л8а.
+.о1с2л
+.осла2б1л
+.осла1б
+.осла3бла
+.ото9м8стя8т.
+.о2то2м1с
+.ото1м
+.ото9м8щ8у.
+.ото2м1щ
+.отот8р8у.
+.ото1т
+.от8р8у.
+.от8ру2с8ь.
+.отру2сь1
+.па8блисит8и.
+.па1б
+.паб1л
+.паб1ли
+.пабли1с2и
+.паблиси1т
+.па9н8а9ме
+.па1на
+.пана1м
+.пар8а9таксис
+.па1ра
+.пар1а2та1к
+.пара1та
+.парата2к1с
+.паратак1с2и
+.перев8р8у.
+.пе1
+.пе1ре
+.пере1вр
+.переме9ж8а2ть1
+.пере1м
+.переме2ж1ат
+.переме1ж
+.переш8л8а.
+.пере3шл
+.пере1ш
+.пи8сча8я.
+.писч2
+.пи1с1ча
+.писча1я
+.повсед8неве8н.
+.по3в2с2
+.по3в2с2е3
+.повсе2д1н
+.повсед1не
+.повседне1ве
+.пог8ремо8к.
+.по1г2
+.пог3ремо
+.погре1м
+.погремо1к
+.подот8р8у.
+.по1до
+.подо1т
+.пои8с9тин8е.
+.по3и
+.пои1ст
+.пои1сти
+.поисти1не
+.полутора9с8т8а.
+.по1лу
+.полу1то
+.полуто1ра
+.полутора2с3
+.полуторас1т
+.полуто1раста
+.полуя8вь8ю.
+.полу1я
+.полуя1вь2ю
+.полуявь1
+.по9м8ладш8е.
+.по2м1л
+.помла1д
+.помла2д3ш2
+.пом8ни
+.пом8ног8у.
+.по3м1но
+.помно1г2
+.пом8р8у.
+.пол9в8торог8о.
+.полв1т2
+.полвто1ро
+.полвторо1г2
+.пол9ш8каф8а.
+.пол1ш
+.пол2ш1к2
+.полшка1ф
+.пона9д8облю2с8ь.
+.по3на
+.пона1д
+.пона2д1о2б1л
+.пона1до
+.понадо1бл2ю
+.понадо2б3люсь1
+.потра8фьт8е.
+.пот2р
+.по1т
+.потра1ф
+.потрафь1
+.потрафь1т2е
+.пре8ж9д8е.
+.пре3ж2д
+.пре1ж
+.преж1де
+.при8д9т8и.
+.при1
+.при3д2
+.при2д1т
+.приш8л8а.
+.п1ри1ш
+.приш8ло2с8ь.
+.приш1ло
+.пришлось1
+.прот8р8у.
+.про1т
+.прохла8д3ц8а.
+.про1хл
+.прохла1д
+.прохлад2ц
+.прохладца1
+.2п1с8
+.пы8лч8е.
+.пы1
+.пыл1ч
+.пыл1че
+.ра8з9о8ремс8я.
+.ра1з2о3ре
+.разоре1м
+.разоре2м1с
+.разорем1ся
+.ра8з9о8рёмс8я.
+.ра1з2о3рё
+.разорё1м
+.разорё2м1с
+.разорём1ся
+.ра8з9о8рете2с8ь.
+.разоре1т2е
+.разоретесь1
+.ра8з9о8рёте2с8ь.
+.разорё1т2е
+.разорётесь1
+.ра8з9о8ретс8я.
+.разоре4т1с2
+.разорет1ся
+.ра8з9о8рётс8я.
+.разорё4т1с2
+.разорёт1ся
+.ра8з9о8решьс8я.
+.разоре1ш
+.разоре2шь1
+.разорешь1ся
+.ра8з9о8рёшьс8я.
+.разорё1ш
+.разорё2шь1
+.разорёшь1ся
+.разот8р8у.
+.разо1т
+.раз8у9мо8м.
+.ра1зу
+.раз1у2мо
+.разу1м
+.разу1мо3м2
+.рез8влю2с8ь.
+.резв1л
+.рез2вл2ю
+.резв1люсь1
+.рс1ф8
+.4р1с
+.сану8зе8л.
+.1са
+.са2н1уз
+.са1ну
+.сану1зе
+.сдрей8ф1л8ю.
+.1сд2
+.сд1ре
+.сдре2й1
+.сдрей1ф
+.сдрейфл2ю
+.сего9д8н8я.
+.се1г
+.сего2д1н
+.сегод1ня
+.сме9ж8а8т.
+.с2м
+.сме2ж1ат
+.сме1ж
+.соб8люст8и.
+.со1бл2ю
+.соб1л
+.соблю1сти
+.со9л8же4ш8ь.
+.сол1ж
+.солже1ш
+.солже2шь1
+.со9л8жё4ш8ь.
+.солжё1ш
+.солжё2шь1
+.со8стри8м.
+.со1ст
+.сост1ри1м
+.со8стри4ш8ь.
+.сост1ри1ш
+.состри2шь1
+.со8ст1р8ю.
+.состр2ю
+.со8стря8т.
+.сост1рят
+.со9т8ка2ть1
+.со1т
+.со2т1к2
+.сот1кат
+.со9т8ке1м
+.сот1ке
+.со9т8кё1м
+.сот1кё
+.со9т8ке2шь1
+.сотке1ш
+.со9т8кё2шь1
+.соткё1ш
+.сот8к8у.
+.сотк2у
+.со9т8кут
+.сро8с9ла2с8ь.
+.1ср
+.с1ро1с2л
+.срослась1
+.сро8с9ли2с8ь.
+.срос1ли
+.срослись1
+.стре8м9гла8в.
+.стре1м
+.стре2м1г2
+.стре3м2гл
+.стремг2лав
+.та8кж8е.
+.та1к
+.так1ж
+.тверез8о9г8о.
+.тве1ре
+.тве1ре1зо
+.тверез1о2г2
+.тверёз8о9г8о.
+.тве1рё
+.тве1рё1зо
+.тверёз1о2г2
+.телеа8тель8е.
+.те1ле
+.теле1а
+.телеа1т2е
+.телеате3ль2е
+.телеатель1
+.тернос8ливо8м.
+.те2р1н
+.терно3с2л
+.тер1но
+.терно2с1ли
+.тернос3л2и1во
+.терносливо3м2
+.тро8п3л8ю.
+.тро3пл
+.тро2пл2ю
+.тро1п
+.2ть8
+.узу9ф8ру2к1т
+.у1зу
+.узу2фр
+.узу1ф
+.узуф1ру
+.у1м8не1м
+.у2м1н
+.ум1не
+.у1м8нё1м
+.ум1нё
+.ум8нет
+.ум8нёт
+.ум8ну
+.ум8ру
+.услы8шь1т2е
+.ус2л
+.услы1
+.услы3шь1
+.услы1ш
+.уш8л8а.
+.у2шл
+.уш1ла
+.у1ш
+.фотоп8лено8к.
+.3фо1т
+.фото3п
+.фото2п1лен
+.фотопле1но
+.фотоплено1к
+.фотоп8лёно8к.
+.фото2п1лён
+.фотоплё1но
+.фотоплёно1к
+.царед8воре8ц.
+.ца1
+.ца1ре
+.царе1дв2
+.царед1во
+.царедво1ре
+.царедворе1ц
+.чере8счу8р.
+.че1ре
+.чере1сч2
+.черес1чу
+.чернос8ливо8м.
+.че2р1н
+.черно3с2л
+.чер1но
+.черно2с1ли
+.чернос3л2и1во
+.черносливо3м2
+8с8л.
+.ше8стьдеся8т.
+.ше1с2
+.ше1ст
+.шес4ть1
+.шесть1де
+.шестьде1ся
+.юс8о8м.
+.ю1со
+.юсо3м2
+.ядо9з8у9б8е.
+.я1до
+.ядо1з
+.ядо1зу
+.ядо2з1у2бе
+.яре8мног8о.
+.яре3м1но
+.яре1м
+.яре2м1н
+.яремно1г2
 ISO8859-1
 .ex1e4m3p2l2o.
 1b2l
@@ -59189,9 +301069,63 @@
 u3e
 u3o
 u3u
-#-display-name: Sanskrit braille
+# This table contains braille codes and rules for Khasi Grade 1 and includes English grade 1
+#
+# Copyright (C) 2014 National Institute for Visually Handicapped, 116, Rajpur Road, Dehradun, Uttrakhand, India
+#
+# This file is part of liblouis.
+#
+# liblouis is free software: you can redistribute it and/or modify it
+# under the terms of the GNU Lesser General Public License as
+# published by the Free Software Foundation, either version 2.1 of the
+# License, or (at your option) any later version.
+#
+# liblouis is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with liblouis. If not, see
+# <http://www.gnu.org/licenses/>.
 
-#+locale:sa
+# This table is built and maintained under an activity of Braille Council of India
+# Contributors: Dipendra Manocha, Sreeja, Dinesh Kaushal, Mesar Hamid
+# Last updated on May 5, 2014
+# To report any bugs or any suggestion, please write to d@saksham.org and sreeja.param@gmail.com
+
+include en-in-g1.ctb
+# This table contains braille codes and rules for Kashmiri Grade 1 and includes English grade 1
+#
+# Copyright (C) 2014 National Institute for Visually Handicapped, 116, Rajpur Road, Dehradun, Uttrakhand, India
+#
+# This file is part of liblouis.
+#
+# liblouis is free software: you can redistribute it and/or modify it
+# under the terms of the GNU Lesser General Public License as
+# published by the Free Software Foundation, either version 2.1 of the
+# License, or (at your option) any later version.
+#
+# liblouis is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with liblouis. If not, see
+# <http://www.gnu.org/licenses/>.
+
+# This table is built and maintained under an activity of Braille Council of India
+# Contributors: Dipendra Manocha, Sreeja, Dinesh Kaushal, Mesar Hameed
+# Last updated on May 5, 2014
+# To report any bugs or any suggestion, please write to d@saksham.org and sreeja.param@gmail.com
+
+include devanagari.cti
+include en-in-g1.ctb
+#-index-name: Gujarati
+#-display-name: Gujarati braille
+
+#+locale:gu
 #+type:literary
 #+grade:1
 
@@ -59204,33 +301138,12 @@
 # the implemented braille code. Preferably submit the documents
 # to https://github.com/liblouis/braille-specs.
 
-include spaces.ctb
-include sa-in-g1.utb
+include gu-in-g1.utb
 include braille-patterns.cti
-#-name: Deutsche Kurzschrift
-#-display-name: German fully contracted braille
+#-index-name: Hindi
+#-display-name: Hindi braille
 
-#+locale:de
-#+type:literary
-#+contraction:full
-#+grade:2
-#+hyphenation:yes
-
-# TODO: Please correct the metadata above. It is not meant to be
-# accurate nor complete. It hasn't been verified by the table
-# author yet. It is merely an attempt by the liblouis maintainers
-# to get some sensible initial values in place.
-
-# TODO: Please add a reference to official documentation about
-# the implemented braille code. Preferably submit the documents
-# to https://github.com/liblouis/braille-specs.
-
-include de-de-g2.ctb
-include hyph_de_DE.dic
-include braille-patterns.cti
-#-display-name: Esperanto braille
-
-#+locale:eo
+#+locale:hi
 #+type:literary
 #+grade:1
 
@@ -59243,794 +301156,12 @@
 # the implemented braille code. Preferably submit the documents
 # to https://github.com/liblouis/braille-specs.
 
-include eo-g1.ctb
+include hi-in-g1.utb
 include braille-patterns.cti
-#-display-name: Welsh contracted braille
+# Makefile.in generated by automake 1.16.1 from Makefile.am.
+# tables/Makefile.  Generated from Makefile.in by configure.
 
-#+locale:cy
-#+type:literary
-#+contraction:full
-#+grade:2
-
-# TODO: Please correct the metadata above. It is not meant to be
-# accurate nor complete. It hasn't been verified by the table
-# author yet. It is merely an attempt by the liblouis maintainers
-# to get some sensible initial values in place.
-
-# TODO: Please add a reference to official documentation about
-# the implemented braille code. Preferably submit the documents
-# to https://github.com/liblouis/braille-specs.
-
-include cy-cy-g2.ctb
-include braille-patterns.cti
-# liblouis: sub table for literary digits, 6 dots with dot 6 added
-#
-#  Copyright (C) 2017 Victor Montalvao <vsmontalvao@gmail.com>
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-
-litdigit 0 346
-litdigit 1 16
-litdigit 2 126
-litdigit 3 146
-litdigit 4 1456
-litdigit 5 156
-litdigit 6 1246
-litdigit 7 12456
-litdigit 8 1256
-litdigit 9 246
-# liblouis: Korean (Base table and chars)
-#
-# Based on the braille contraction table in BRLTTY
-#
-#  Copyright (C) 1995-2012 by The BRLTTY Team.
-#  Copyright (C) 2012 by Samuel Thibault <samuel.thibault@ens-lyon.org>
-#  Copyright (C) 2012 by Mesar Hameed <mesar.hameed@gmail.com>
-#  Copyright (C) 2013 by Joseph Lee <joseph.lee22590@gmail.com>
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-
-# This is missing CHITUEUM*, CEONGCHIEUMSIOS, PANSIOS, YESIEUNG, RINHIEUH and
-# ARAEA for which I couldn't find documentation.  Please contact me to fix
-# anything, as this table was generated from a C program.
-
-## Comments:
-
-# There are three files that are needed for displaying Korean chars:
-
-# ko.cti, which contains punctuations, numbers and Unicode sign
-# opcodes for Korean (Hangul) chars. This file also includes Korean
-# dot/char patterns which are not affected by grade 1 and grade 2
-# rules - that is, entries which are common to grade 1 and grade 2.
-# The "universal" entries fixes an issue where some Korean conscenant
-# dot patterns were confused with litdigit (although in the table, I
-# put after digit), which was a concern raised by a number of Korean
-# braille readers. For example, the conscenant dots fpr "ni-eun" is
-# dots 14, which are same as number 3.
-
-# ko-g1.ctb, uncontracted Korean table. Includes har/dot pairs used in
-# Grade 1 rules. Mostly deals with "after digit" situations.
-
-# ko-g2.ctb, contracted Korean braille. Includes same chars as ko1.ctb
-# which has different dot patterns in grade 2. These are shorthands
-# for uncontracted chars. Also includes certain strings which must be
-# uncontracted and a number of multi-char ones which has shorthand dot
-# patterns.
-
-# As for the structure of the files: ko.cti is the base table from
-# which ko-g1.ctb and ko-g2.ctb derives. Thus, unlike other tables,
-# ko-g2.ctb does not include ko-g1.ctb. This would help me extend the
-# table without major modifications - all I need to do is categorize
-# whether an entry is universal or grade-specific, then add the
-# entries in the appropriate file (if it is universal, then ko.cti
-# will be modified; if it is grade-specific, ko-g1 or ko-g2 will be
-# modified).
-
-# Globals (used for punctuations and others):
-
-include chardefs.cti All character definition opcodes
-include braille-patterns.cti
-
-# Braille indicators
-numsign 3456  number sign, just a dots operand
-capsletter 6
-begcapsword 6-6
-endcapsword 6-3
-emphclass italic
-emphclass underline
-emphclass bold
-begemphphrase italic 46-46
-endemphphrase italic before 46
-lenemphphrase italic 4
-begemphword italic 46-3
-endemphword italic 46-36
-emphletter italic 46-25
-begemphphrase bold 456-456
-endemphphrase bold before 456
-lenemphphrase bold 4
-begcomp 456-346
-endcomp 456-156
-
-# literary forms of the decimal digits
-include litdigits6Dots.uti
-
-# Letters are defined in chardefs.cti
-
-# punctuation
-prepunc ( 36
-word ( 36
-always ( 36
-postpunc ) 36
-word ) 36
-always ) 36
-prepunc " 236
-postpunc " 356
-word " 236
-prepunc ` 236
-prepunc ' 6-236
-postpunc ' 356-3
-word ' 4-3
-word 'em = 
-word 'tis =
-word 'twas =
-begnum # 3456 print number sign before number
-midnum , 5
-postpunc , 5
-word , 5
-always , 5
-decpoint . 3
-midnum - 36
-hyphen - 36
-always \s--\s 36-36
-always \s-\s 36-36
-midnum \x00ad 36
-postpunc . 256
-word . 256
-always . 256
-postpunc ; 56-23
-word ; 56-23
-midnum : 5-2
-postpunc : 5-2
-always : 5-2
-postpunc ! 456
-always ! 456
-midnum / 456-34
-always / 456-34
-always < 5-13
-always = 25-25
-always > 46-2
-always + 5-235
-postpunc ? 236
-word ? 236
-always ? 236
-endnum st 34
-endnum nd 1345-145
-endnum rd 1235-145
-endnum 's 3-234
-endnum th 1456
-endnum 's 3-234
-always % 356-1234
-midnum ^ 45
-always ^ 456-126
-always ~ 36-36
-always & 4-12346
-midnum * 5-23
-always * 35-35
-prepunc [ 236-3
-word [ 236-3
-always [ 236-3
-postpunc ] 6-356
-word ] 6-356
-always ] 6-356
-prepunc { 236-23
-word { 236-23
-always { 236-23
-postpunc } 56-356
-word } 56-356
-always } 56-356
-always @ 4-1
-always \\ 4-1256
-always | 456-1256
-always \s-\s 36
-always ..." 5-5-5-356
-always … 5-5-5
-always ... 5-5-5
-always ...' 5-5-5-356-3
-repeated .... 0
-repeated ____ 6-36-36-3
-repeated ---- 36
-always .\s.\s." 3-3-3-356
-always .\s.\s. 3-3-3 . . .
-begnum $ 256
-always $ 4-256
-always _ 6-36-36-3
-always — 56-36-36-23
-
-# special character sequences
-compbrl :// URLs
-compbrl ()
-compbrl www.
-compbrl ::
-compbrl .com
-compbrl .edu
-compbrl .gov
-compbrl .ini
-compbrl .mil
-compbrl .net
-compbrl .org
-compbrl .doc
-compbrl .xml
-compbrl .xsl
-compbrl .htm
-compbrl .html
-compbrl .tex
-compbrl .txt
-compbrl .gif
-compbrl .jpg
-compbrl .png
-compbrl .wav
-compbrl .tar
-compbrl .zip
-
-noback context "\e"$a *
-always \\_ 56 letter sign before Roman page numbers
-noback pass2 @56-56 @56
-noback pass2 @3-56 @3
-
-
-#Korean section:
-
-#Detect English:
-letsign 356
-
-#Basic letter patterns (to be used in G1 and G2):
-include ko-chars.cti
-
-
-# For grade 1 and grade 2 rules not discussed here, see ko-g1.ctb and ko-g2.ctb.
-#  Copyright (C) 2010 Leon Ungier <Leon.Ungier@ViewPlus.com>, 
-#  Copyright (C) 2010 Samuel Thibault <samuel.thibault@ens-lyon.org>
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-
-# Table for Munda
-include bengali.cti
-include text_nabcc.dis
-#-display-name: Arabic braille
-
-#+locale:ar
-#+type:literary
-#+contraction:no
-#+grade:1
-
-# TODO: Please correct the metadata above. It is not meant to be
-# accurate nor complete. It hasn't been verified by the table
-# author yet. It is merely an attempt by the liblouis maintainers
-# to get some sensible initial values in place.
-
-# TODO: Please add a reference to official documentation about
-# the implemented braille code. Preferably submit the documents
-# to https://github.com/liblouis/braille-specs.
-
-include ar-ar-g1.utb
-include braille-patterns.cti
-#-display-name: Croatian braille
-
-#+locale: hr
-#+type: literary
-#+grade: 1
-
-include hr-g1.ctb
-include braille-patterns.cti
-# liblouis braille Table - Esperanto X System
-#
-# -----------
-#-display-name: Esperanto x-system braille
-#
-#+locale:eo-xsistemo
-#+type:literary
-#+grade:1
-#
-# TODO: Please correct the metadata above. It is not meant to be
-# accurate nor complete. It hasn't been verified by the table
-# author yet. It is merely an attempt by the liblouis maintainers
-# to get some sensible initial values in place.
-#
-# TODO: Please add a reference to official documentation about
-# the implemented braille code. Preferably submit the documents
-# to https://github.com/liblouis/braille-specs.
-# -----------
-#
-#  Copyright (C) 2013 Aaron Cannon <cannona@fireantproductions.com>
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-#
-# Created by Aaron Cannon <cannona@fireantproductions.com>
-# April 14, 2013
-#
-# This file extends the Esperanto table with support for the X System.
-# The X system is a means of writing the accented letters of Esperanto
-# C-Circumflex, G-Circumflex, H-Circumflex, J-Circumflex, S-Circumflex,
-# and U-Breve on systems where Unicode is either not available or not
-# practical. It is especially common among blind Esperantists, as until
-# recently, screen readers did not support reading the unicode
-# characters that Esperanto uses.
-#
-# In short, in the x-system, an X is written after each letter with an
-# accent.  I.E. "cx, gx, hx, jx, sx or ux".
-#
-# This system is not generally ambiguous because the Esperanto alphabet
-# does not contain the letter X.
-#
-# The H-system originally proposed by L. L. Zamenhof is rarely used
-# because it is ambiguous, as H is part of the Esperanto alphabet, and
-#  in that system, U-circumflex is not marked at all.
-	
-include eo-g1.ctb
-	
-noback correct "cx" "ĉ"
-noback correct "cX" "ĉ"
-noback correct "Cx" "Ĉ"
-noback correct "CX" "Ĉ"
-noback correct "gx" "ĝ"
-noback correct "gX" "ĝ"
-noback correct "Gx" "Ĝ"
-noback correct "GX" "Ĝ"
-noback correct "hx" "ĥ"
-noback correct "hX" "ĥ"
-noback correct "Hx" "Ĥ"
-noback correct "HX" "Ĥ"
-noback correct "jx" "ĵ"
-noback correct "jX" "ĵ"
-noback correct "Jx" "Ĵ"
-noback correct "JX" "Ĵ"
-noback correct "sx" "ŝ"
-noback correct "sX" "ŝ"
-noback correct "Sx" "Ŝ"
-noback correct "SX" "Ŝ"
-noback correct "ux" "ŭ"
-noback correct "uX" "ŭ"
-noback correct "Ux" "Ŭ"
-noback correct "UX" "Ŭ"
-#+locale:fr
-#+type:computer
-#+dots:8
-#+system:bfu
-
-#-display-name: Unified French 8 dots braille
-#-author: André-Abush CLAUSE <dev@andreabc.net>
-#-author: Michel Such <michel.such@free.fr>
-#-author: The BRLTTY Team <http://brltty.com/>
-#-license: LGPLv2.1
-#-reference-name: TABLE BRAILLE INFORMATIQUE FRANÇAISE « TBFR2007 »
-#-reference-url: https://www.avh.asso.fr/sites/default/files/table_braille_informatique_tbfr2007_final_0.doc
-#-updated: 2018-03-04
-
-# liblouis: Unified French 8 dots Braille table
-
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-
-#	Référence :
-#		Code braille français uniformisé | association Valentin Haüy - Révision 2008
-#		http://www.avh.asso.fr/fr/tout-savoir-sur-le-braille/lecriture-braille/code-braille-francais-uniformise
-#	Association Valentin Haüy
-#		5, rue Duroc 75343 Paris Cedex 07
-
-# Uncontracted Unified French Table
-# ---------------------------------
-
-# The 2007 unification of french computer braille tables is based on the cp1252 character set
-
-undefined 0
-
-include latinLetterDef8Dots.uti
-sign       	\x0000	123458  	000 ⢟   NULL
-sign       	\x0001	1234678 	001 ⣯   START OF HEADING
-sign       	\x0002	1258    	002 ⢓   START OF TEXT
-sign       	\x0003	123468  	003 ⢯   END OF TEXT
-sign       	\x0004	14578   	004 ⣙   END OF TRANSMISSION
-sign       	\x0005	158     	005 ⢑   ENQUIRY
-sign       	\x0006	12478   	006 ⣋   ACKNOWLEDGE
-sign       	\x0007	12458   	007 ⢛   BELL
-sign       	\x0008	12578   	008 ⣓   BACKSPACE
-sign       	\x0009	124678  	009 ⣫   HORIZONTAL TABULATION
-space      	\x000A	24568   	010 ⢺   LINE FEED
-sign       	\x000B	138     	011 ⢅   VERTICAL TABULATION
-sign       	\x000C	12378   	012 ⣇   FORM FEED
-space      	\x000D	13478   	013 ⣍   CARRIAGE RETURN
-sign       	\x000E	13458   	014 ⢝   SHIFT OUT
-sign       	\x000F	2368    	015 ⢦   SHIFT IN
-sign       	\x0010	123478  	016 ⣏   DATA LINK ESCAPE
-sign       	\x0011	1234578 	017 ⣟   DEVICE CONTROL ONE
-sign       	\x0012	123578  	018 ⣗   DEVICE CONTROL TWO
-sign       	\x0013	23478   	019 ⣎   DEVICE CONTROL THREE
-sign       	\x0014	234578  	020 ⣞   DEVICE CONTROL FOUR
-sign       	\x0015	13678   	021 ⣥   NEGATIVE ACKNOWLEDGE
-sign       	\x0016	123678  	022 ⣧   SYNCHRONOUS IDLE
-sign       	\x0017	245678  	023 ⣺   END OF TRANSMISSION BLOCK
-sign       	\x0018	134678  	024 ⣭   CANCEL
-sign       	\x0019	12368   	025 ⢧   END OF MEDIUM
-sign       	\x001A	15678   	026 ⣱   SUBSTITUTE
-sign       	\x001B	125678  	027 ⣳   ESCAPE
-sign       	\x001C	14678   	028 ⣩   FILE SEPARATOR
-sign       	\x001D	12678   	029 ⣣   GROUP SEPARATOR
-sign       	\x001E	2357    	030 ⡖   RECORD SEPARATOR
-sign       	\x001F	2367    	031 ⡦   UNIT SEPARATOR
-space      	\x0020	0       	032 ⠀   SPACE
-punctuation	\x0021	235     	033 ⠖ ! EXCLAMATION MARK
-punctuation	\x0022	2356    	034 ⠶ " QUOTATION MARK
-sign       	\x0023	34568   	035 ⢼ # NUMBER SIGN
-sign       	\x0024	357     	036 ⡔ $ DOLLAR SIGN
-sign       	\x0025	3468    	037 ⢬ % PERCENT SIGN
-sign       	\x0026	1234568 	038 ⢿ & AMPERSAND
-punctuation	\x0027	3       	039 ⠄ ' APOSTROPHE
-punctuation	\x0028	236     	040 ⠦ ( LEFT PARENTHESIS
-punctuation	\x0029	356     	041 ⠴ ) RIGHT PARENTHESIS
-punctuation	\x002A	35      	042 ⠔ * ASTERISK
-math       	\x002B	23578   	043 ⣖ + PLUS SIGN
-punctuation	\x002C	2       	044 ⠂ , COMMA
-punctuation	\x002D	36      	045 ⠤ - HYPHEN-MINUS
-punctuation	\x002E	256     	046 ⠲ . FULL STOP
-sign       	\x002F	34      	047 ⠌ / SOLIDUS
-sign       	\x0030	3456    	048 ⠼ 0 DIGIT ZERO
-sign       	\x0031	16      	049 ⠡ 1 DIGIT ONE
-sign       	\x0032	126     	050 ⠣ 2 DIGIT TWO
-sign       	\x0033	146     	051 ⠩ 3 DIGIT THREE
-sign       	\x0034	1456    	052 ⠹ 4 DIGIT FOUR
-sign       	\x0035	156     	053 ⠱ 5 DIGIT FIVE
-sign       	\x0036	1246    	054 ⠫ 6 DIGIT SIX
-sign       	\x0037	12456   	055 ⠻ 7 DIGIT SEVEN
-sign       	\x0038	1256    	056 ⠳ 8 DIGIT EIGHT
-sign       	\x0039	246     	057 ⠪ 9 DIGIT NINE
-punctuation	\x003A	25      	058 ⠒ : COLON
-punctuation	\x003B	23      	059 ⠆ ; SEMICOLON
-sign       	\x003C	238     	060 ⢆ < LESS-THAN SIGN
-math       	\x003D	235678  	061 ⣶ = EQUALS SIGN
-sign       	\x003E	567     	062 ⡰ > GREATER-THAN SIGN
-punctuation	\x003F	26      	063 ⠢ ? QUESTION MARK
-sign       	\x0040	345     	064 ⠜ @ COMMERCIAL AT
-punctuation	\x005B	23678   	091 ⣦ [ LEFT SQUARE BRACKET
-sign       	\x005C	348     	092 ⢌ \ REVERSE SOLIDUS
-punctuation	\x005D	35678   	093 ⣴ ] RIGHT SQUARE BRACKET
-sign       	\x005E	4       	094 ⠈ ^ CIRCUMFLEX ACCENT
-sign       	\x005F	578     	095 ⣐ _ LOW LINE
-sign       	\x0060	6       	096 ⠠ ` GRAVE ACCENT
-punctuation	\x007B	2378    	123 ⣆ { LEFT CURLY BRACKET
-sign       	\x007C	4568    	124 ⢸ | VERTICAL LINE
-punctuation	\x007D	5678    	125 ⣰ } RIGHT CURLY BRACKET
-sign       	\x007E	38      	126 ⢄ ~ TILDE
-sign       	\x007F	1238    	127 ⢇  DELETE
-sign       	\x20AC	1578    	128 ⣑ € EURO SIGN
-sign       	\x201A	67      	130 ⡠ ‚ SINGLE LOW-9 QUOTATION MARK
-lowercase  	\x0192	1248    	131 ⢋ ƒ LATIN SMALL LETTER F WITH HOOK
-sign       	\x201E	56      	132 ⠰ „ DOUBLE LOW-9 QUOTATION MARK
-sign       	\x2026	368     	133 ⢤ … HORIZONTAL ELLIPSIS
-sign       	\x2020	3568    	134 ⢴ † DAGGER
-sign       	\x2021	3567    	135 ⡴ ‡ DOUBLE DAGGER
-sign       	\x02C6	48      	136 ⢈ ˆ MODIFIER LETTER CIRCUMFLEX ACCENT
-sign       	\x2030	34678   	137 ⣬ ‰ PER MILLE SIGN
-uppercase  	\x0160	234678  	138 ⣮ Š LATIN CAPITAL LETTER S WITH CARON
-sign       	\x2039	57      	139 ⡐ ‹ SINGLE LEFT-POINTING ANGLE QUOTATION MARK
-uppercase  	\x0152	2467    	140 ⡪ Œ LATIN CAPITAL LIGATURE OE
-uppercase  	\x017D	135678  	142 ⣵ Ž LATIN CAPITAL LETTER Z WITH CARON
-punctuation	\x2018	68      	145 ⢠ ‘ LEFT SINGLE QUOTATION MARK
-punctuation	\x2019	37      	146 ⡄ ’ RIGHT SINGLE QUOTATION MARK
-sign       	\x201C	378     	147 ⣄ “ LEFT DOUBLE QUOTATION MARK
-sign       	\x201D	678     	148 ⣠ ” RIGHT DOUBLE QUOTATION MARK
-sign       	\x2022	124578  	149 ⣛ • BULLET
-sign       	\x2013	478     	150 ⣈ – EN DASH
-sign       	\x2014	4578    	151 ⣘ — EM DASH
-sign       	\x02DC	467     	152 ⡨ ˜ SMALL TILDE
-sign       	\x2122	23458   	153 ⢞ ™ TRADE MARK SIGN
-lowercase  	\x0161	23468   	154 ⢮ š LATIN SMALL LETTER S WITH CARON
-sign       	\x203A	58      	155 ⢐ › SINGLE RIGHT-POINTING ANGLE QUOTATION MARK
-lowercase  	\x0153	2468    	156 ⢪ œ LATIN SMALL LIGATURE OE
-lowercase  	\x017E	13568   	158 ⢵ ž LATIN SMALL LETTER Z WITH CARON
-uppercase  	\x0178	145678  	159 ⣹ Ÿ LATIN CAPITAL LETTER Y WITH DIAERESIS
-space      	\x00A0	7       	160 ⡀   NO-BREAK SPACE
-sign       	\x00A1	2358    	161 ⢖ ¡ INVERTED EXCLAMATION MARK
-sign       	\x00A2	1478    	162 ⣉ ¢ CENT SIGN
-sign       	\x00A3	237     	163 ⡆ £ POUND SIGN
-sign       	\x00A4	45      	164 ⠘ ¤ CURRENCY SIGN
-sign       	\x00A5	25678   	165 ⣲ ¥ YEN SIGN
-sign       	\x00A6	458     	166 ⢘ ¦ BROKEN BAR
-sign       	\x00A7	12348   	167 ⢏ § SECTION SIGN
-sign       	\x00A8	46      	168 ⠨ ¨ DIAERESIS
-sign       	\x00A9	148     	169 ⢉ © COPYRIGHT SIGN
-sign       	\x00AA	1678    	170 ⣡ ª FEMININE ORDINAL INDICATOR
-punctuation	\x00AB	23568   	171 ⢶ « LEFT-POINTING DOUBLE ANGLE QUOTATION MARK
-sign       	\x00AC	2567    	172 ⡲ ¬ NOT SIGN
-sign       	\x00AD	78      	173 ⣀ ­ SOFT HYPHEN
-sign       	\x00AE	12358   	174 ⢗ ® REGISTERED SIGN
-sign       	\x00AF	1348    	175 ⢍ ¯ MACRON
-sign       	\x00B0	267     	176 ⡢ ° DEGREE SIGN
-sign       	\x00B1	3678    	177 ⣤ ± PLUS-MINUS SIGN
-math       	\x00B2	457     	178 ⡘ ² SUPERSCRIPT TWO
-math       	\x00B3	4567    	179 ⡸ ³ SUPERSCRIPT THREE
-sign       	\x00B4	5       	180 ⠐ ´ ACUTE ACCENT
-lowercase  	\x00B5	257     	181 ⡒ µ MICRO SIGN
-sign       	\x00B6	45678   	182 ⣸ ¶ PILCROW SIGN
-sign       	\x00B7	8       	183 ⢀ · MIDDLE DOT
-sign       	\x00B8	456     	184 ⠸ ¸ CEDILLA
-math       	\x00B9	47      	185 ⡈ ¹ SUPERSCRIPT ONE
-sign       	\x00BA	2678    	186 ⣢ º MASCULINE ORDINAL INDICATOR
-punctuation	\x00BB	23567   	187 ⡶ » RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK
-math       	\x00BC	1368    	188 ⢥ ¼ VULGAR FRACTION ONE QUARTER
-math       	\x00BD	468     	189 ⢨ ½ VULGAR FRACTION ONE HALF
-math       	\x00BE	13468   	190 ⢭ ¾ VULGAR FRACTION THREE QUARTERS
-sign       	\x00BF	268     	191 ⢢ ¿ INVERTED QUESTION MARK
-uppercase  	\x00C0	123567  	192 ⡷ À LATIN CAPITAL LETTER A WITH GRAVE
-uppercase  	\x00C1	1235678 	193 ⣷ Á LATIN CAPITAL LETTER A WITH ACUTE
-uppercase  	\x00C2	167     	194 ⡡ Â LATIN CAPITAL LETTER A WITH CIRCUMFLEX
-uppercase  	\x00C3	178     	195 ⣁ Ã LATIN CAPITAL LETTER A WITH TILDE
-uppercase  	\x00C4	34567   	196 ⡼ Ä LATIN CAPITAL LETTER A WITH DIAERESIS
-uppercase  	\x00C5	27      	197 ⡂ Å LATIN CAPITAL LETTER A WITH RING ABOVE
-uppercase  	\x00C6	3457    	198 ⡜ Æ LATIN CAPITAL LETTER AE
-uppercase  	\x00C7	123467  	199 ⡯ Ç LATIN CAPITAL LETTER C WITH CEDILLA
-uppercase  	\x00C8	23467   	200 ⡮ È LATIN CAPITAL LETTER E WITH GRAVE
-uppercase  	\x00C9	1234567 	201 ⡿ É LATIN CAPITAL LETTER E WITH ACUTE
-uppercase  	\x00CA	1267    	202 ⡣ Ê LATIN CAPITAL LETTER E WITH CIRCUMFLEX
-uppercase  	\x00CB	12467   	203 ⡫ Ë LATIN CAPITAL LETTER E WITH DIAERESIS
-uppercase  	\x00CC	2478    	204 ⣊ Ì LATIN CAPITAL LETTER I WITH GRAVE
-uppercase  	\x00CD	347     	205 ⡌ Í LATIN CAPITAL LETTER I WITH ACUTE
-uppercase  	\x00CE	1467    	206 ⡩ Î LATIN CAPITAL LETTER I WITH CIRCUMFLEX
-uppercase  	\x00CF	124567  	207 ⡻ Ï LATIN CAPITAL LETTER I WITH DIAERESIS
-uppercase  	\x00D0	1278    	208 ⣃ Ð LATIN CAPITAL LETTER ETH
-uppercase  	\x00D1	134578  	209 ⣝ Ñ LATIN CAPITAL LETTER N WITH TILDE
-uppercase  	\x00D2	13578   	210 ⣕ Ò LATIN CAPITAL LETTER O WITH GRAVE
-uppercase  	\x00D3	3467    	211 ⡬ Ó LATIN CAPITAL LETTER O WITH ACUTE
-uppercase  	\x00D4	14567   	212 ⡹ Ô LATIN CAPITAL LETTER O WITH CIRCUMFLEX
-uppercase  	\x00D5	1378    	213 ⣅ Õ LATIN CAPITAL LETTER O WITH TILDE
-uppercase  	\x00D6	24678   	214 ⣪ Ö LATIN CAPITAL LETTER O WITH DIAERESIS
-math       	\x00D7	3578    	215 ⣔ × MULTIPLICATION SIGN
-uppercase  	\x00D8	345678  	216 ⣼ Ø LATIN CAPITAL LETTER O WITH STROKE
-uppercase  	\x00D9	234567  	217 ⡾ Ù LATIN CAPITAL LETTER U WITH GRAVE
-uppercase  	\x00DA	2345678 	218 ⣾ Ú LATIN CAPITAL LETTER U WITH ACUTE
-uppercase  	\x00DB	1567    	219 ⡱ Û LATIN CAPITAL LETTER U WITH CIRCUMFLEX
-uppercase  	\x00DC	12567   	220 ⡳ Ü LATIN CAPITAL LETTER U WITH DIAERESIS
-uppercase  	\x00DD	1345678 	221 ⣽ Ý LATIN CAPITAL LETTER Y WITH ACUTE
-uppercase  	\x00DE	24578   	222 ⣚ Þ LATIN CAPITAL LETTER THORN
-lowercase  	\x00DF	2348    	223 ⢎ ß LATIN SMALL LETTER SHARP S
-lowercase  	\x00E0	12356   	224 ⠷ à LATIN SMALL LETTER A WITH GRAVE
-lowercase  	\x00E1	123568  	225 ⢷ á LATIN SMALL LETTER A WITH ACUTE
-lowercase  	\x00E2	168     	226 ⢡ â LATIN SMALL LETTER A WITH CIRCUMFLEX
-lowercase  	\x00E3	18      	227 ⢁ ã LATIN SMALL LETTER A WITH TILDE
-lowercase  	\x00E4	34578   	228 ⣜ ä LATIN SMALL LETTER A WITH DIAERESIS
-lowercase  	\x00E5	28      	229 ⢂ å LATIN SMALL LETTER A WITH RING ABOVE
-lowercase  	\x00E6	3458    	230 ⢜ æ LATIN SMALL LETTER AE
-lowercase  	\x00E7	12346   	231 ⠯ ç LATIN SMALL LETTER C WITH CEDILLA
-lowercase  	\x00E8	2346    	232 ⠮ è LATIN SMALL LETTER E WITH GRAVE
-lowercase  	\x00E9	123456  	233 ⠿ é LATIN SMALL LETTER E WITH ACUTE
-lowercase  	\x00EA	1268    	234 ⢣ ê LATIN SMALL LETTER E WITH CIRCUMFLEX
-lowercase  	\x00EB	12468   	235 ⢫ ë LATIN SMALL LETTER E WITH DIAERESIS
-lowercase  	\x00EC	248     	236 ⢊ ì LATIN SMALL LETTER I WITH GRAVE
-lowercase  	\x00ED	3478    	237 ⣌ í LATIN SMALL LETTER I WITH ACUTE
-lowercase  	\x00EE	1468    	238 ⢩ î LATIN SMALL LETTER I WITH CIRCUMFLEX
-lowercase  	\x00EF	124568  	239 ⢻ ï LATIN SMALL LETTER I WITH DIAERESIS
-lowercase  	\x00F0	128     	240 ⢃ ð LATIN SMALL LETTER ETH
-lowercase  	\x00F1	1245678 	241 ⣻ ñ LATIN SMALL LETTER N WITH TILDE
-lowercase  	\x00F2	1358    	242 ⢕ ò LATIN SMALL LETTER O WITH GRAVE
-lowercase  	\x00F3	346     	243 ⠬ ó LATIN SMALL LETTER O WITH ACUTE
-lowercase  	\x00F4	14568   	244 ⢹ ô LATIN SMALL LETTER O WITH CIRCUMFLEX
-lowercase  	\x00F5	4678    	245 ⣨ õ LATIN SMALL LETTER O WITH TILDE
-lowercase  	\x00F6	358     	246 ⢔ ö LATIN SMALL LETTER O WITH DIAERESIS
-math       	\x00F7	2578    	247 ⣒ ÷ DIVISION SIGN
-lowercase  	\x00F8	568     	248 ⢰ ø LATIN SMALL LETTER O WITH STROKE
-lowercase  	\x00F9	23456   	249 ⠾ ù LATIN SMALL LETTER U WITH GRAVE
-lowercase  	\x00FA	234568  	250 ⢾ ú LATIN SMALL LETTER U WITH ACUTE
-lowercase  	\x00FB	1568    	251 ⢱ û LATIN SMALL LETTER U WITH CIRCUMFLEX
-lowercase  	\x00FC	12568   	252 ⢳ ü LATIN SMALL LETTER U WITH DIAERESIS
-lowercase  	\x00FD	134568  	253 ⢽ ý LATIN SMALL LETTER Y WITH ACUTE
-lowercase  	\x00FE	2458    	254 ⢚ þ LATIN SMALL LETTER THORN
-lowercase  	\x00FF	2568    	255 ⢲ ÿ LATIN SMALL LETTER Y WITH DIAERESIS
-
-always \x00A0 7
-
-include braille-patterns.cti
-
-# unofficial definitions
-## bullets (variants)
-noback sign \x2023 124578	‣ TRIANGULAR BULLET
-noback sign \x25E6 124578	◦ WHITE BULLET
-noback sign \x2043 124578	⁃ HYPHEN BULLET
-noback sign \x204C 124578	⁌ BLACK LEFTWARDS BULLET
-noback sign \x204D 124578	⁍ BLACK RIGHTWARDS BULLET
-noback sign \x2219 124578	∙ BULLET OPERATOR
-
-## miscellaneous
-noback	sign	\x25cf	35        	BLACK CIRCLE
-
-# mathematical symbols, Greek letters, arrows, etc. (on multiple cells)
-include fr-bfu-comp68.cti
-#-display-name: Russian braille
-
-#+locale:ru
-#+type:literary
-#+grade:1
-
-# TODO: Please correct the metadata above. It is not meant to be
-# accurate nor complete. It hasn't been verified by the table
-# author yet. It is merely an attempt by the liblouis maintainers
-# to get some sensible initial values in place.
-
-# TODO: Please add a reference to official documentation about
-# the implemented braille code. Preferably submit the documents
-# to https://github.com/liblouis/braille-specs.
-
-include ru-litbrl.ctb
-include braille-patterns.cti
-# liblouis: German Eurobraille Display Table
-#
-#  Copyright (C) 2009 SBS Schweizerische Bibliothek für Blinde und Sehbehinderte
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-#
-#-------------------------------------------------------------------------------
-#
-#  EUROBRAILLE DISPLAY TABLE
-#
-#  This character mapping of 6-dot braille is widely being
-#  used in german speaking parts of europe.
-#
-#  Version 2009-11-19
-#  christian.waldvogel@sbszh.ch
-#
-#-------------------------------------------------------------------------------
-
-display \s 0
-display a 1
-display b 12
-display c 14
-display d 145
-display e 15
-display f 124
-display g 1245
-display h 125
-display i 24
-display j 245
-display k 13
-display l 123
-display m 134
-display n 1345
-display o 135
-display p 1234
-display q 12345
-display r 1235
-display s 234
-display t 2345
-display u 136
-display v 1236
-display x 1346
-display y 13456
-display z 1356
-display & 12346
-display % 123456
-display { 12356
-display ~ 2346
-display } 23456
-display 1 16
-display 2 126
-display 3 146
-display 4 1456
-display 5 156
-display 6 1246
-display 7 12456
-display 8 1256
-display 9 246
-display w 2456
-display , 2
-display ; 23
-display : 25
-display / 256
-display ? 26
-display + 235
-display = 2356
-display ( 236
-display * 35
-display ) 356
-display . 3
-display - 36
-display | 34
-display 0 346
-display ` 345
-display # 3456
-display " 4
-display ! 5
-display > 45
-display $ 46
-# according to the standard it should be \x007F but _ seems more convenient and used more widely
-# display \x007F 456
-display _ 456 
-display < 56
-display ' 6
-# Makefile.in generated by automake 1.15.1 from Makefile.am.
-# @configure_input@
-
-# Copyright (C) 1994-2017 Free Software Foundation, Inc.
+# Copyright (C) 1994-2018 Free Software Foundation, Inc.
 
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -60041,9 +301172,9 @@
 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 # PARTICULAR PURPOSE.
 
-@SET_MAKE@
 
-VPATH = @srcdir@
+
+
 am__is_gnu_make = { \
   if test -z '$(MAKELEVEL)'; then \
     false; \
@@ -60099,10 +301230,10 @@
   test $$has_opt = yes
 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
-pkgdatadir = $(datadir)/@PACKAGE@
-pkgincludedir = $(includedir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
-pkglibexecdir = $(libexecdir)/@PACKAGE@
+pkgdatadir = $(datadir)/liblouis
+pkgincludedir = $(includedir)/liblouis
+pkglibdir = $(libdir)/liblouis
+pkglibexecdir = $(libexecdir)/liblouis
 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 install_sh_DATA = $(install_sh) -c -m 644
 install_sh_PROGRAM = $(install_sh) -c
@@ -60115,8 +301246,8 @@
 NORMAL_UNINSTALL = :
 PRE_UNINSTALL = :
 POST_UNINSTALL = :
-build_triplet = @build@
-host_triplet = @host@
+build_triplet = x86_64-pc-linux-gnu
+host_triplet = x86_64-pc-linux-gnu
 subdir = tables
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 am__aclocal_m4_deps = $(top_srcdir)/tools/gnulib/m4/dirname.m4 \
@@ -60181,16 +301312,16 @@
 CONFIG_HEADER = $(top_builddir)/liblouis/config.h
 CONFIG_CLEAN_FILES =
 CONFIG_CLEAN_VPATH_FILES =
-AM_V_P = $(am__v_P_@AM_V@)
-am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
+AM_V_P = $(am__v_P_$(V))
+am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY))
 am__v_P_0 = false
 am__v_P_1 = :
-AM_V_GEN = $(am__v_GEN_@AM_V@)
-am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
+AM_V_GEN = $(am__v_GEN_$(V))
+am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
 am__v_GEN_0 = @echo "  GEN     " $@;
 am__v_GEN_1 = 
-AM_V_at = $(am__v_at_@AM_V@)
-am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
+AM_V_at = $(am__v_at_$(V))
+am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
 am__v_at_0 = @
 am__v_at_1 = 
 SOURCES =
@@ -60233,649 +301364,667 @@
 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 am__DIST_COMMON = $(srcdir)/Makefile.in README
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-ACLOCAL = @ACLOCAL@
-ALLOCA = @ALLOCA@
-ALLOCA_H = @ALLOCA_H@
-AMTAR = @AMTAR@
-AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
-APPLE_UNIVERSAL_BUILD = @APPLE_UNIVERSAL_BUILD@
-AR = @AR@
-ARFLAGS = @ARFLAGS@
-AS = @AS@
-AUTOCONF = @AUTOCONF@
-AUTOHEADER = @AUTOHEADER@
-AUTOMAKE = @AUTOMAKE@
-AWK = @AWK@
-BITSIZEOF_PTRDIFF_T = @BITSIZEOF_PTRDIFF_T@
-BITSIZEOF_SIG_ATOMIC_T = @BITSIZEOF_SIG_ATOMIC_T@
-BITSIZEOF_SIZE_T = @BITSIZEOF_SIZE_T@
-BITSIZEOF_WCHAR_T = @BITSIZEOF_WCHAR_T@
-BITSIZEOF_WINT_T = @BITSIZEOF_WINT_T@
-CC = @CC@
-CCDEPMODE = @CCDEPMODE@
-CFLAGS = @CFLAGS@
-CPP = @CPP@
-CPPFLAGS = @CPPFLAGS@
-CYGPATH_W = @CYGPATH_W@
-DEFS = @DEFS@
-DEPDIR = @DEPDIR@
-DLLTOOL = @DLLTOOL@
-DLL_VERSION = @DLL_VERSION@
-DSYMUTIL = @DSYMUTIL@
-DUMPBIN = @DUMPBIN@
-ECHO_C = @ECHO_C@
-ECHO_N = @ECHO_N@
-ECHO_T = @ECHO_T@
-EGREP = @EGREP@
-EMULTIHOP_HIDDEN = @EMULTIHOP_HIDDEN@
-EMULTIHOP_VALUE = @EMULTIHOP_VALUE@
-ENOLINK_HIDDEN = @ENOLINK_HIDDEN@
-ENOLINK_VALUE = @ENOLINK_VALUE@
-EOVERFLOW_HIDDEN = @EOVERFLOW_HIDDEN@
-EOVERFLOW_VALUE = @EOVERFLOW_VALUE@
-ERRNO_H = @ERRNO_H@
-EXEEXT = @EXEEXT@
-FGREP = @FGREP@
-GETOPT_CDEFS_H = @GETOPT_CDEFS_H@
-GETOPT_H = @GETOPT_H@
-GNULIB_ALPHASORT = @GNULIB_ALPHASORT@
-GNULIB_ATOLL = @GNULIB_ATOLL@
-GNULIB_CALLOC_POSIX = @GNULIB_CALLOC_POSIX@
-GNULIB_CANONICALIZE_FILE_NAME = @GNULIB_CANONICALIZE_FILE_NAME@
-GNULIB_CHDIR = @GNULIB_CHDIR@
-GNULIB_CHOWN = @GNULIB_CHOWN@
-GNULIB_CLOSE = @GNULIB_CLOSE@
-GNULIB_CLOSEDIR = @GNULIB_CLOSEDIR@
-GNULIB_DIRFD = @GNULIB_DIRFD@
-GNULIB_DPRINTF = @GNULIB_DPRINTF@
-GNULIB_DUP = @GNULIB_DUP@
-GNULIB_DUP2 = @GNULIB_DUP2@
-GNULIB_DUP3 = @GNULIB_DUP3@
-GNULIB_ENVIRON = @GNULIB_ENVIRON@
-GNULIB_EUIDACCESS = @GNULIB_EUIDACCESS@
-GNULIB_EXPLICIT_BZERO = @GNULIB_EXPLICIT_BZERO@
-GNULIB_FACCESSAT = @GNULIB_FACCESSAT@
-GNULIB_FCHDIR = @GNULIB_FCHDIR@
-GNULIB_FCHOWNAT = @GNULIB_FCHOWNAT@
-GNULIB_FCLOSE = @GNULIB_FCLOSE@
-GNULIB_FDATASYNC = @GNULIB_FDATASYNC@
-GNULIB_FDOPEN = @GNULIB_FDOPEN@
-GNULIB_FDOPENDIR = @GNULIB_FDOPENDIR@
-GNULIB_FFLUSH = @GNULIB_FFLUSH@
-GNULIB_FFSL = @GNULIB_FFSL@
-GNULIB_FFSLL = @GNULIB_FFSLL@
-GNULIB_FGETC = @GNULIB_FGETC@
-GNULIB_FGETS = @GNULIB_FGETS@
-GNULIB_FOPEN = @GNULIB_FOPEN@
-GNULIB_FPRINTF = @GNULIB_FPRINTF@
-GNULIB_FPRINTF_POSIX = @GNULIB_FPRINTF_POSIX@
-GNULIB_FPURGE = @GNULIB_FPURGE@
-GNULIB_FPUTC = @GNULIB_FPUTC@
-GNULIB_FPUTS = @GNULIB_FPUTS@
-GNULIB_FREAD = @GNULIB_FREAD@
-GNULIB_FREOPEN = @GNULIB_FREOPEN@
-GNULIB_FSCANF = @GNULIB_FSCANF@
-GNULIB_FSEEK = @GNULIB_FSEEK@
-GNULIB_FSEEKO = @GNULIB_FSEEKO@
-GNULIB_FSYNC = @GNULIB_FSYNC@
-GNULIB_FTELL = @GNULIB_FTELL@
-GNULIB_FTELLO = @GNULIB_FTELLO@
-GNULIB_FTRUNCATE = @GNULIB_FTRUNCATE@
-GNULIB_FWRITE = @GNULIB_FWRITE@
-GNULIB_GETC = @GNULIB_GETC@
-GNULIB_GETCHAR = @GNULIB_GETCHAR@
-GNULIB_GETCWD = @GNULIB_GETCWD@
-GNULIB_GETDELIM = @GNULIB_GETDELIM@
-GNULIB_GETDOMAINNAME = @GNULIB_GETDOMAINNAME@
-GNULIB_GETDTABLESIZE = @GNULIB_GETDTABLESIZE@
-GNULIB_GETGROUPS = @GNULIB_GETGROUPS@
-GNULIB_GETHOSTNAME = @GNULIB_GETHOSTNAME@
-GNULIB_GETLINE = @GNULIB_GETLINE@
-GNULIB_GETLOADAVG = @GNULIB_GETLOADAVG@
-GNULIB_GETLOGIN = @GNULIB_GETLOGIN@
-GNULIB_GETLOGIN_R = @GNULIB_GETLOGIN_R@
-GNULIB_GETPAGESIZE = @GNULIB_GETPAGESIZE@
-GNULIB_GETSUBOPT = @GNULIB_GETSUBOPT@
-GNULIB_GETUSERSHELL = @GNULIB_GETUSERSHELL@
-GNULIB_GL_GL_TOOLS_UNISTD_H_GETOPT = @GNULIB_GL_GL_TOOLS_UNISTD_H_GETOPT@
-GNULIB_GRANTPT = @GNULIB_GRANTPT@
-GNULIB_GROUP_MEMBER = @GNULIB_GROUP_MEMBER@
-GNULIB_ISATTY = @GNULIB_ISATTY@
-GNULIB_LCHOWN = @GNULIB_LCHOWN@
-GNULIB_LINK = @GNULIB_LINK@
-GNULIB_LINKAT = @GNULIB_LINKAT@
-GNULIB_LSEEK = @GNULIB_LSEEK@
-GNULIB_MALLOC_POSIX = @GNULIB_MALLOC_POSIX@
-GNULIB_MBSCASECMP = @GNULIB_MBSCASECMP@
-GNULIB_MBSCASESTR = @GNULIB_MBSCASESTR@
-GNULIB_MBSCHR = @GNULIB_MBSCHR@
-GNULIB_MBSCSPN = @GNULIB_MBSCSPN@
-GNULIB_MBSLEN = @GNULIB_MBSLEN@
-GNULIB_MBSNCASECMP = @GNULIB_MBSNCASECMP@
-GNULIB_MBSNLEN = @GNULIB_MBSNLEN@
-GNULIB_MBSPBRK = @GNULIB_MBSPBRK@
-GNULIB_MBSPCASECMP = @GNULIB_MBSPCASECMP@
-GNULIB_MBSRCHR = @GNULIB_MBSRCHR@
-GNULIB_MBSSEP = @GNULIB_MBSSEP@
-GNULIB_MBSSPN = @GNULIB_MBSSPN@
-GNULIB_MBSSTR = @GNULIB_MBSSTR@
-GNULIB_MBSTOK_R = @GNULIB_MBSTOK_R@
-GNULIB_MBTOWC = @GNULIB_MBTOWC@
-GNULIB_MEMCHR = @GNULIB_MEMCHR@
-GNULIB_MEMMEM = @GNULIB_MEMMEM@
-GNULIB_MEMPCPY = @GNULIB_MEMPCPY@
-GNULIB_MEMRCHR = @GNULIB_MEMRCHR@
-GNULIB_MKDTEMP = @GNULIB_MKDTEMP@
-GNULIB_MKOSTEMP = @GNULIB_MKOSTEMP@
-GNULIB_MKOSTEMPS = @GNULIB_MKOSTEMPS@
-GNULIB_MKSTEMP = @GNULIB_MKSTEMP@
-GNULIB_MKSTEMPS = @GNULIB_MKSTEMPS@
-GNULIB_OBSTACK_PRINTF = @GNULIB_OBSTACK_PRINTF@
-GNULIB_OBSTACK_PRINTF_POSIX = @GNULIB_OBSTACK_PRINTF_POSIX@
-GNULIB_OPENDIR = @GNULIB_OPENDIR@
-GNULIB_OVERRIDES_WINT_T = @GNULIB_OVERRIDES_WINT_T@
-GNULIB_PCLOSE = @GNULIB_PCLOSE@
-GNULIB_PERROR = @GNULIB_PERROR@
-GNULIB_PIPE = @GNULIB_PIPE@
-GNULIB_PIPE2 = @GNULIB_PIPE2@
-GNULIB_POPEN = @GNULIB_POPEN@
-GNULIB_POSIX_OPENPT = @GNULIB_POSIX_OPENPT@
-GNULIB_PREAD = @GNULIB_PREAD@
-GNULIB_PRINTF = @GNULIB_PRINTF@
-GNULIB_PRINTF_POSIX = @GNULIB_PRINTF_POSIX@
-GNULIB_PTSNAME = @GNULIB_PTSNAME@
-GNULIB_PTSNAME_R = @GNULIB_PTSNAME_R@
-GNULIB_PUTC = @GNULIB_PUTC@
-GNULIB_PUTCHAR = @GNULIB_PUTCHAR@
-GNULIB_PUTENV = @GNULIB_PUTENV@
-GNULIB_PUTS = @GNULIB_PUTS@
-GNULIB_PWRITE = @GNULIB_PWRITE@
-GNULIB_QSORT_R = @GNULIB_QSORT_R@
-GNULIB_RANDOM = @GNULIB_RANDOM@
-GNULIB_RANDOM_R = @GNULIB_RANDOM_R@
-GNULIB_RAWMEMCHR = @GNULIB_RAWMEMCHR@
-GNULIB_READ = @GNULIB_READ@
-GNULIB_READDIR = @GNULIB_READDIR@
-GNULIB_READLINK = @GNULIB_READLINK@
-GNULIB_READLINKAT = @GNULIB_READLINKAT@
-GNULIB_REALLOCARRAY = @GNULIB_REALLOCARRAY@
-GNULIB_REALLOC_POSIX = @GNULIB_REALLOC_POSIX@
-GNULIB_REALPATH = @GNULIB_REALPATH@
-GNULIB_REMOVE = @GNULIB_REMOVE@
-GNULIB_RENAME = @GNULIB_RENAME@
-GNULIB_RENAMEAT = @GNULIB_RENAMEAT@
-GNULIB_REWINDDIR = @GNULIB_REWINDDIR@
-GNULIB_RMDIR = @GNULIB_RMDIR@
-GNULIB_RPMATCH = @GNULIB_RPMATCH@
-GNULIB_SCANDIR = @GNULIB_SCANDIR@
-GNULIB_SCANF = @GNULIB_SCANF@
-GNULIB_SECURE_GETENV = @GNULIB_SECURE_GETENV@
-GNULIB_SETENV = @GNULIB_SETENV@
-GNULIB_SETHOSTNAME = @GNULIB_SETHOSTNAME@
-GNULIB_SLEEP = @GNULIB_SLEEP@
-GNULIB_SNPRINTF = @GNULIB_SNPRINTF@
-GNULIB_SPRINTF_POSIX = @GNULIB_SPRINTF_POSIX@
-GNULIB_STDIO_H_NONBLOCKING = @GNULIB_STDIO_H_NONBLOCKING@
-GNULIB_STDIO_H_SIGPIPE = @GNULIB_STDIO_H_SIGPIPE@
-GNULIB_STPCPY = @GNULIB_STPCPY@
-GNULIB_STPNCPY = @GNULIB_STPNCPY@
-GNULIB_STRCASESTR = @GNULIB_STRCASESTR@
-GNULIB_STRCHRNUL = @GNULIB_STRCHRNUL@
-GNULIB_STRDUP = @GNULIB_STRDUP@
-GNULIB_STRERROR = @GNULIB_STRERROR@
-GNULIB_STRERROR_R = @GNULIB_STRERROR_R@
-GNULIB_STRNCAT = @GNULIB_STRNCAT@
-GNULIB_STRNDUP = @GNULIB_STRNDUP@
-GNULIB_STRNLEN = @GNULIB_STRNLEN@
-GNULIB_STRPBRK = @GNULIB_STRPBRK@
-GNULIB_STRSEP = @GNULIB_STRSEP@
-GNULIB_STRSIGNAL = @GNULIB_STRSIGNAL@
-GNULIB_STRSTR = @GNULIB_STRSTR@
-GNULIB_STRTOD = @GNULIB_STRTOD@
-GNULIB_STRTOK_R = @GNULIB_STRTOK_R@
-GNULIB_STRTOLL = @GNULIB_STRTOLL@
-GNULIB_STRTOULL = @GNULIB_STRTOULL@
-GNULIB_STRVERSCMP = @GNULIB_STRVERSCMP@
-GNULIB_SYMLINK = @GNULIB_SYMLINK@
-GNULIB_SYMLINKAT = @GNULIB_SYMLINKAT@
-GNULIB_SYSTEM_POSIX = @GNULIB_SYSTEM_POSIX@
-GNULIB_TMPFILE = @GNULIB_TMPFILE@
-GNULIB_TRUNCATE = @GNULIB_TRUNCATE@
-GNULIB_TTYNAME_R = @GNULIB_TTYNAME_R@
-GNULIB_UNISTD_H_NONBLOCKING = @GNULIB_UNISTD_H_NONBLOCKING@
-GNULIB_UNISTD_H_SIGPIPE = @GNULIB_UNISTD_H_SIGPIPE@
-GNULIB_UNLINK = @GNULIB_UNLINK@
-GNULIB_UNLINKAT = @GNULIB_UNLINKAT@
-GNULIB_UNLOCKPT = @GNULIB_UNLOCKPT@
-GNULIB_UNSETENV = @GNULIB_UNSETENV@
-GNULIB_USLEEP = @GNULIB_USLEEP@
-GNULIB_VASPRINTF = @GNULIB_VASPRINTF@
-GNULIB_VDPRINTF = @GNULIB_VDPRINTF@
-GNULIB_VFPRINTF = @GNULIB_VFPRINTF@
-GNULIB_VFPRINTF_POSIX = @GNULIB_VFPRINTF_POSIX@
-GNULIB_VFSCANF = @GNULIB_VFSCANF@
-GNULIB_VPRINTF = @GNULIB_VPRINTF@
-GNULIB_VPRINTF_POSIX = @GNULIB_VPRINTF_POSIX@
-GNULIB_VSCANF = @GNULIB_VSCANF@
-GNULIB_VSNPRINTF = @GNULIB_VSNPRINTF@
-GNULIB_VSPRINTF_POSIX = @GNULIB_VSPRINTF_POSIX@
-GNULIB_WCTOMB = @GNULIB_WCTOMB@
-GNULIB_WRITE = @GNULIB_WRITE@
-GNULIB__EXIT = @GNULIB__EXIT@
-GREP = @GREP@
-HAVE_ALPHASORT = @HAVE_ALPHASORT@
-HAVE_ATOLL = @HAVE_ATOLL@
-HAVE_C99_STDINT_H = @HAVE_C99_STDINT_H@
-HAVE_CANONICALIZE_FILE_NAME = @HAVE_CANONICALIZE_FILE_NAME@
-HAVE_CHOWN = @HAVE_CHOWN@
-HAVE_CLOSEDIR = @HAVE_CLOSEDIR@
-HAVE_DECL_DIRFD = @HAVE_DECL_DIRFD@
-HAVE_DECL_ENVIRON = @HAVE_DECL_ENVIRON@
-HAVE_DECL_FCHDIR = @HAVE_DECL_FCHDIR@
-HAVE_DECL_FDATASYNC = @HAVE_DECL_FDATASYNC@
-HAVE_DECL_FDOPENDIR = @HAVE_DECL_FDOPENDIR@
-HAVE_DECL_FPURGE = @HAVE_DECL_FPURGE@
-HAVE_DECL_FSEEKO = @HAVE_DECL_FSEEKO@
-HAVE_DECL_FTELLO = @HAVE_DECL_FTELLO@
-HAVE_DECL_GETDELIM = @HAVE_DECL_GETDELIM@
-HAVE_DECL_GETDOMAINNAME = @HAVE_DECL_GETDOMAINNAME@
-HAVE_DECL_GETLINE = @HAVE_DECL_GETLINE@
-HAVE_DECL_GETLOADAVG = @HAVE_DECL_GETLOADAVG@
-HAVE_DECL_GETLOGIN = @HAVE_DECL_GETLOGIN@
-HAVE_DECL_GETLOGIN_R = @HAVE_DECL_GETLOGIN_R@
-HAVE_DECL_GETPAGESIZE = @HAVE_DECL_GETPAGESIZE@
-HAVE_DECL_GETUSERSHELL = @HAVE_DECL_GETUSERSHELL@
-HAVE_DECL_INITSTATE = @HAVE_DECL_INITSTATE@
-HAVE_DECL_MEMMEM = @HAVE_DECL_MEMMEM@
-HAVE_DECL_MEMRCHR = @HAVE_DECL_MEMRCHR@
-HAVE_DECL_OBSTACK_PRINTF = @HAVE_DECL_OBSTACK_PRINTF@
-HAVE_DECL_SETENV = @HAVE_DECL_SETENV@
-HAVE_DECL_SETHOSTNAME = @HAVE_DECL_SETHOSTNAME@
-HAVE_DECL_SETSTATE = @HAVE_DECL_SETSTATE@
-HAVE_DECL_SNPRINTF = @HAVE_DECL_SNPRINTF@
-HAVE_DECL_STRDUP = @HAVE_DECL_STRDUP@
-HAVE_DECL_STRERROR_R = @HAVE_DECL_STRERROR_R@
-HAVE_DECL_STRNDUP = @HAVE_DECL_STRNDUP@
-HAVE_DECL_STRNLEN = @HAVE_DECL_STRNLEN@
-HAVE_DECL_STRSIGNAL = @HAVE_DECL_STRSIGNAL@
-HAVE_DECL_STRTOK_R = @HAVE_DECL_STRTOK_R@
-HAVE_DECL_TTYNAME_R = @HAVE_DECL_TTYNAME_R@
-HAVE_DECL_UNSETENV = @HAVE_DECL_UNSETENV@
-HAVE_DECL_VSNPRINTF = @HAVE_DECL_VSNPRINTF@
-HAVE_DIRENT_H = @HAVE_DIRENT_H@
-HAVE_DPRINTF = @HAVE_DPRINTF@
-HAVE_DUP2 = @HAVE_DUP2@
-HAVE_DUP3 = @HAVE_DUP3@
-HAVE_EUIDACCESS = @HAVE_EUIDACCESS@
-HAVE_EXPLICIT_BZERO = @HAVE_EXPLICIT_BZERO@
-HAVE_FACCESSAT = @HAVE_FACCESSAT@
-HAVE_FCHDIR = @HAVE_FCHDIR@
-HAVE_FCHOWNAT = @HAVE_FCHOWNAT@
-HAVE_FDATASYNC = @HAVE_FDATASYNC@
-HAVE_FDOPENDIR = @HAVE_FDOPENDIR@
-HAVE_FFSL = @HAVE_FFSL@
-HAVE_FFSLL = @HAVE_FFSLL@
-HAVE_FSEEKO = @HAVE_FSEEKO@
-HAVE_FSYNC = @HAVE_FSYNC@
-HAVE_FTELLO = @HAVE_FTELLO@
-HAVE_FTRUNCATE = @HAVE_FTRUNCATE@
-HAVE_GETDTABLESIZE = @HAVE_GETDTABLESIZE@
-HAVE_GETGROUPS = @HAVE_GETGROUPS@
-HAVE_GETHOSTNAME = @HAVE_GETHOSTNAME@
-HAVE_GETLOGIN = @HAVE_GETLOGIN@
-HAVE_GETOPT_H = @HAVE_GETOPT_H@
-HAVE_GETPAGESIZE = @HAVE_GETPAGESIZE@
-HAVE_GETSUBOPT = @HAVE_GETSUBOPT@
-HAVE_GRANTPT = @HAVE_GRANTPT@
-HAVE_GROUP_MEMBER = @HAVE_GROUP_MEMBER@
-HAVE_INTTYPES_H = @HAVE_INTTYPES_H@
-HAVE_LCHOWN = @HAVE_LCHOWN@
-HAVE_LINK = @HAVE_LINK@
-HAVE_LINKAT = @HAVE_LINKAT@
-HAVE_LONG_LONG_INT = @HAVE_LONG_LONG_INT@
-HAVE_MAX_ALIGN_T = @HAVE_MAX_ALIGN_T@
-HAVE_MBSLEN = @HAVE_MBSLEN@
-HAVE_MEMCHR = @HAVE_MEMCHR@
-HAVE_MEMPCPY = @HAVE_MEMPCPY@
-HAVE_MKDTEMP = @HAVE_MKDTEMP@
-HAVE_MKOSTEMP = @HAVE_MKOSTEMP@
-HAVE_MKOSTEMPS = @HAVE_MKOSTEMPS@
-HAVE_MKSTEMP = @HAVE_MKSTEMP@
-HAVE_MKSTEMPS = @HAVE_MKSTEMPS@
-HAVE_MSVC_INVALID_PARAMETER_HANDLER = @HAVE_MSVC_INVALID_PARAMETER_HANDLER@
-HAVE_OPENDIR = @HAVE_OPENDIR@
-HAVE_OS_H = @HAVE_OS_H@
-HAVE_PCLOSE = @HAVE_PCLOSE@
-HAVE_PIPE = @HAVE_PIPE@
-HAVE_PIPE2 = @HAVE_PIPE2@
-HAVE_POPEN = @HAVE_POPEN@
-HAVE_POSIX_OPENPT = @HAVE_POSIX_OPENPT@
-HAVE_PREAD = @HAVE_PREAD@
-HAVE_PTSNAME = @HAVE_PTSNAME@
-HAVE_PTSNAME_R = @HAVE_PTSNAME_R@
-HAVE_PWRITE = @HAVE_PWRITE@
-HAVE_QSORT_R = @HAVE_QSORT_R@
-HAVE_RANDOM = @HAVE_RANDOM@
-HAVE_RANDOM_H = @HAVE_RANDOM_H@
-HAVE_RANDOM_R = @HAVE_RANDOM_R@
-HAVE_RAWMEMCHR = @HAVE_RAWMEMCHR@
-HAVE_READDIR = @HAVE_READDIR@
-HAVE_READLINK = @HAVE_READLINK@
-HAVE_READLINKAT = @HAVE_READLINKAT@
-HAVE_REALLOCARRAY = @HAVE_REALLOCARRAY@
-HAVE_REALPATH = @HAVE_REALPATH@
-HAVE_RENAMEAT = @HAVE_RENAMEAT@
-HAVE_REWINDDIR = @HAVE_REWINDDIR@
-HAVE_RPMATCH = @HAVE_RPMATCH@
-HAVE_SCANDIR = @HAVE_SCANDIR@
-HAVE_SECURE_GETENV = @HAVE_SECURE_GETENV@
-HAVE_SETENV = @HAVE_SETENV@
-HAVE_SETHOSTNAME = @HAVE_SETHOSTNAME@
-HAVE_SIGNED_SIG_ATOMIC_T = @HAVE_SIGNED_SIG_ATOMIC_T@
-HAVE_SIGNED_WCHAR_T = @HAVE_SIGNED_WCHAR_T@
-HAVE_SIGNED_WINT_T = @HAVE_SIGNED_WINT_T@
-HAVE_SLEEP = @HAVE_SLEEP@
-HAVE_STDINT_H = @HAVE_STDINT_H@
-HAVE_STPCPY = @HAVE_STPCPY@
-HAVE_STPNCPY = @HAVE_STPNCPY@
-HAVE_STRCASESTR = @HAVE_STRCASESTR@
-HAVE_STRCHRNUL = @HAVE_STRCHRNUL@
-HAVE_STRPBRK = @HAVE_STRPBRK@
-HAVE_STRSEP = @HAVE_STRSEP@
-HAVE_STRTOD = @HAVE_STRTOD@
-HAVE_STRTOLL = @HAVE_STRTOLL@
-HAVE_STRTOULL = @HAVE_STRTOULL@
-HAVE_STRUCT_RANDOM_DATA = @HAVE_STRUCT_RANDOM_DATA@
-HAVE_STRVERSCMP = @HAVE_STRVERSCMP@
-HAVE_SYMLINK = @HAVE_SYMLINK@
-HAVE_SYMLINKAT = @HAVE_SYMLINKAT@
-HAVE_SYS_BITYPES_H = @HAVE_SYS_BITYPES_H@
-HAVE_SYS_CDEFS_H = @HAVE_SYS_CDEFS_H@
-HAVE_SYS_INTTYPES_H = @HAVE_SYS_INTTYPES_H@
-HAVE_SYS_LOADAVG_H = @HAVE_SYS_LOADAVG_H@
-HAVE_SYS_PARAM_H = @HAVE_SYS_PARAM_H@
-HAVE_SYS_TYPES_H = @HAVE_SYS_TYPES_H@
-HAVE_TRUNCATE = @HAVE_TRUNCATE@
-HAVE_UNISTD_H = @HAVE_UNISTD_H@
-HAVE_UNLINKAT = @HAVE_UNLINKAT@
-HAVE_UNLOCKPT = @HAVE_UNLOCKPT@
-HAVE_UNSIGNED_LONG_LONG_INT = @HAVE_UNSIGNED_LONG_LONG_INT@
-HAVE_USLEEP = @HAVE_USLEEP@
-HAVE_VASPRINTF = @HAVE_VASPRINTF@
-HAVE_VDPRINTF = @HAVE_VDPRINTF@
-HAVE_WCHAR_H = @HAVE_WCHAR_H@
-HAVE_WCHAR_T = @HAVE_WCHAR_T@
-HAVE_WINSOCK2_H = @HAVE_WINSOCK2_H@
-HAVE__BOOL = @HAVE__BOOL@
-HAVE__EXIT = @HAVE__EXIT@
-HELP2MAN = @HELP2MAN@
-INCLUDE_NEXT = @INCLUDE_NEXT@
-INCLUDE_NEXT_AS_FIRST_DIRECTIVE = @INCLUDE_NEXT_AS_FIRST_DIRECTIVE@
-INSTALL = @INSTALL@
-INSTALL_DATA = @INSTALL_DATA@
-INSTALL_PROGRAM = @INSTALL_PROGRAM@
-INSTALL_SCRIPT = @INSTALL_SCRIPT@
-INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
-LD = @LD@
-LDFLAGS = @LDFLAGS@
-LIBINTL = @LIBINTL@
-LIBLOUIS_AGE = @LIBLOUIS_AGE@
-LIBLOUIS_CURRENT = @LIBLOUIS_CURRENT@
-LIBLOUIS_REVISION = @LIBLOUIS_REVISION@
-LIBOBJS = @LIBOBJS@
-LIBS = @LIBS@
-LIBTOOL = @LIBTOOL@
-LIBUNISTRING_UNISTR_H = @LIBUNISTRING_UNISTR_H@
-LIBUNISTRING_UNITYPES_H = @LIBUNISTRING_UNITYPES_H@
-LIMITS_H = @LIMITS_H@
-LIPO = @LIPO@
-LN_S = @LN_S@
-LTLIBINTL = @LTLIBINTL@
-LTLIBOBJS = @LTLIBOBJS@
-LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
-MAKEINFO = @MAKEINFO@
-MAKEINFO_FOUND = @MAKEINFO_FOUND@
-MANIFEST_TOOL = @MANIFEST_TOOL@
-MKDIR_P = @MKDIR_P@
-NEXT_AS_FIRST_DIRECTIVE_DIRENT_H = @NEXT_AS_FIRST_DIRECTIVE_DIRENT_H@
-NEXT_AS_FIRST_DIRECTIVE_ERRNO_H = @NEXT_AS_FIRST_DIRECTIVE_ERRNO_H@
-NEXT_AS_FIRST_DIRECTIVE_GETOPT_H = @NEXT_AS_FIRST_DIRECTIVE_GETOPT_H@
-NEXT_AS_FIRST_DIRECTIVE_LIMITS_H = @NEXT_AS_FIRST_DIRECTIVE_LIMITS_H@
-NEXT_AS_FIRST_DIRECTIVE_STDARG_H = @NEXT_AS_FIRST_DIRECTIVE_STDARG_H@
-NEXT_AS_FIRST_DIRECTIVE_STDDEF_H = @NEXT_AS_FIRST_DIRECTIVE_STDDEF_H@
-NEXT_AS_FIRST_DIRECTIVE_STDINT_H = @NEXT_AS_FIRST_DIRECTIVE_STDINT_H@
-NEXT_AS_FIRST_DIRECTIVE_STDIO_H = @NEXT_AS_FIRST_DIRECTIVE_STDIO_H@
-NEXT_AS_FIRST_DIRECTIVE_STDLIB_H = @NEXT_AS_FIRST_DIRECTIVE_STDLIB_H@
-NEXT_AS_FIRST_DIRECTIVE_STRING_H = @NEXT_AS_FIRST_DIRECTIVE_STRING_H@
-NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H = @NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H@
-NEXT_AS_FIRST_DIRECTIVE_UNISTD_H = @NEXT_AS_FIRST_DIRECTIVE_UNISTD_H@
-NEXT_DIRENT_H = @NEXT_DIRENT_H@
-NEXT_ERRNO_H = @NEXT_ERRNO_H@
-NEXT_GETOPT_H = @NEXT_GETOPT_H@
-NEXT_LIMITS_H = @NEXT_LIMITS_H@
-NEXT_STDARG_H = @NEXT_STDARG_H@
-NEXT_STDDEF_H = @NEXT_STDDEF_H@
-NEXT_STDINT_H = @NEXT_STDINT_H@
-NEXT_STDIO_H = @NEXT_STDIO_H@
-NEXT_STDLIB_H = @NEXT_STDLIB_H@
-NEXT_STRING_H = @NEXT_STRING_H@
-NEXT_SYS_TYPES_H = @NEXT_SYS_TYPES_H@
-NEXT_UNISTD_H = @NEXT_UNISTD_H@
-NM = @NM@
-NMEDIT = @NMEDIT@
-OBJDUMP = @OBJDUMP@
-OBJEXT = @OBJEXT@
-OTOOL = @OTOOL@
-OTOOL64 = @OTOOL64@
-PACKAGE = @PACKAGE@
-PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
-PACKAGE_NAME = @PACKAGE_NAME@
-PACKAGE_STRING = @PACKAGE_STRING@
-PACKAGE_TARNAME = @PACKAGE_TARNAME@
-PACKAGE_URL = @PACKAGE_URL@
-PACKAGE_VERSION = @PACKAGE_VERSION@
-PATH_SEPARATOR = @PATH_SEPARATOR@
-PKG_CONFIG = @PKG_CONFIG@
-PRAGMA_COLUMNS = @PRAGMA_COLUMNS@
-PRAGMA_SYSTEM_HEADER = @PRAGMA_SYSTEM_HEADER@
-PTRDIFF_T_SUFFIX = @PTRDIFF_T_SUFFIX@
-RANLIB = @RANLIB@
-REPLACE_CALLOC = @REPLACE_CALLOC@
-REPLACE_CANONICALIZE_FILE_NAME = @REPLACE_CANONICALIZE_FILE_NAME@
-REPLACE_CHOWN = @REPLACE_CHOWN@
-REPLACE_CLOSE = @REPLACE_CLOSE@
-REPLACE_CLOSEDIR = @REPLACE_CLOSEDIR@
-REPLACE_DIRFD = @REPLACE_DIRFD@
-REPLACE_DPRINTF = @REPLACE_DPRINTF@
-REPLACE_DUP = @REPLACE_DUP@
-REPLACE_DUP2 = @REPLACE_DUP2@
-REPLACE_FACCESSAT = @REPLACE_FACCESSAT@
-REPLACE_FCHOWNAT = @REPLACE_FCHOWNAT@
-REPLACE_FCLOSE = @REPLACE_FCLOSE@
-REPLACE_FDOPEN = @REPLACE_FDOPEN@
-REPLACE_FDOPENDIR = @REPLACE_FDOPENDIR@
-REPLACE_FFLUSH = @REPLACE_FFLUSH@
-REPLACE_FOPEN = @REPLACE_FOPEN@
-REPLACE_FPRINTF = @REPLACE_FPRINTF@
-REPLACE_FPURGE = @REPLACE_FPURGE@
-REPLACE_FREOPEN = @REPLACE_FREOPEN@
-REPLACE_FSEEK = @REPLACE_FSEEK@
-REPLACE_FSEEKO = @REPLACE_FSEEKO@
-REPLACE_FTELL = @REPLACE_FTELL@
-REPLACE_FTELLO = @REPLACE_FTELLO@
-REPLACE_FTRUNCATE = @REPLACE_FTRUNCATE@
-REPLACE_GETCWD = @REPLACE_GETCWD@
-REPLACE_GETDELIM = @REPLACE_GETDELIM@
-REPLACE_GETDOMAINNAME = @REPLACE_GETDOMAINNAME@
-REPLACE_GETDTABLESIZE = @REPLACE_GETDTABLESIZE@
-REPLACE_GETGROUPS = @REPLACE_GETGROUPS@
-REPLACE_GETLINE = @REPLACE_GETLINE@
-REPLACE_GETLOGIN_R = @REPLACE_GETLOGIN_R@
-REPLACE_GETPAGESIZE = @REPLACE_GETPAGESIZE@
-REPLACE_ISATTY = @REPLACE_ISATTY@
-REPLACE_LCHOWN = @REPLACE_LCHOWN@
-REPLACE_LINK = @REPLACE_LINK@
-REPLACE_LINKAT = @REPLACE_LINKAT@
-REPLACE_LSEEK = @REPLACE_LSEEK@
-REPLACE_MALLOC = @REPLACE_MALLOC@
-REPLACE_MBTOWC = @REPLACE_MBTOWC@
-REPLACE_MEMCHR = @REPLACE_MEMCHR@
-REPLACE_MEMMEM = @REPLACE_MEMMEM@
-REPLACE_MKSTEMP = @REPLACE_MKSTEMP@
-REPLACE_NULL = @REPLACE_NULL@
-REPLACE_OBSTACK_PRINTF = @REPLACE_OBSTACK_PRINTF@
-REPLACE_OPENDIR = @REPLACE_OPENDIR@
-REPLACE_PERROR = @REPLACE_PERROR@
-REPLACE_POPEN = @REPLACE_POPEN@
-REPLACE_PREAD = @REPLACE_PREAD@
-REPLACE_PRINTF = @REPLACE_PRINTF@
-REPLACE_PTSNAME = @REPLACE_PTSNAME@
-REPLACE_PTSNAME_R = @REPLACE_PTSNAME_R@
-REPLACE_PUTENV = @REPLACE_PUTENV@
-REPLACE_PWRITE = @REPLACE_PWRITE@
-REPLACE_QSORT_R = @REPLACE_QSORT_R@
-REPLACE_RANDOM_R = @REPLACE_RANDOM_R@
-REPLACE_READ = @REPLACE_READ@
-REPLACE_READLINK = @REPLACE_READLINK@
-REPLACE_READLINKAT = @REPLACE_READLINKAT@
-REPLACE_REALLOC = @REPLACE_REALLOC@
-REPLACE_REALPATH = @REPLACE_REALPATH@
-REPLACE_REMOVE = @REPLACE_REMOVE@
-REPLACE_RENAME = @REPLACE_RENAME@
-REPLACE_RENAMEAT = @REPLACE_RENAMEAT@
-REPLACE_RMDIR = @REPLACE_RMDIR@
-REPLACE_SETENV = @REPLACE_SETENV@
-REPLACE_SLEEP = @REPLACE_SLEEP@
-REPLACE_SNPRINTF = @REPLACE_SNPRINTF@
-REPLACE_SPRINTF = @REPLACE_SPRINTF@
-REPLACE_STDIO_READ_FUNCS = @REPLACE_STDIO_READ_FUNCS@
-REPLACE_STDIO_WRITE_FUNCS = @REPLACE_STDIO_WRITE_FUNCS@
-REPLACE_STPNCPY = @REPLACE_STPNCPY@
-REPLACE_STRCASESTR = @REPLACE_STRCASESTR@
-REPLACE_STRCHRNUL = @REPLACE_STRCHRNUL@
-REPLACE_STRDUP = @REPLACE_STRDUP@
-REPLACE_STRERROR = @REPLACE_STRERROR@
-REPLACE_STRERROR_R = @REPLACE_STRERROR_R@
-REPLACE_STRNCAT = @REPLACE_STRNCAT@
-REPLACE_STRNDUP = @REPLACE_STRNDUP@
-REPLACE_STRNLEN = @REPLACE_STRNLEN@
-REPLACE_STRSIGNAL = @REPLACE_STRSIGNAL@
-REPLACE_STRSTR = @REPLACE_STRSTR@
-REPLACE_STRTOD = @REPLACE_STRTOD@
-REPLACE_STRTOK_R = @REPLACE_STRTOK_R@
-REPLACE_SYMLINK = @REPLACE_SYMLINK@
-REPLACE_SYMLINKAT = @REPLACE_SYMLINKAT@
-REPLACE_TMPFILE = @REPLACE_TMPFILE@
-REPLACE_TRUNCATE = @REPLACE_TRUNCATE@
-REPLACE_TTYNAME_R = @REPLACE_TTYNAME_R@
-REPLACE_UNLINK = @REPLACE_UNLINK@
-REPLACE_UNLINKAT = @REPLACE_UNLINKAT@
-REPLACE_UNSETENV = @REPLACE_UNSETENV@
-REPLACE_USLEEP = @REPLACE_USLEEP@
-REPLACE_VASPRINTF = @REPLACE_VASPRINTF@
-REPLACE_VDPRINTF = @REPLACE_VDPRINTF@
-REPLACE_VFPRINTF = @REPLACE_VFPRINTF@
-REPLACE_VPRINTF = @REPLACE_VPRINTF@
-REPLACE_VSNPRINTF = @REPLACE_VSNPRINTF@
-REPLACE_VSPRINTF = @REPLACE_VSPRINTF@
-REPLACE_WCTOMB = @REPLACE_WCTOMB@
-REPLACE_WRITE = @REPLACE_WRITE@
-SED = @SED@
-SET_MAKE = @SET_MAKE@
-SHELL = @SHELL@
-SIG_ATOMIC_T_SUFFIX = @SIG_ATOMIC_T_SUFFIX@
-SIZE_T_SUFFIX = @SIZE_T_SUFFIX@
-SOURCE_FORMATTER = @SOURCE_FORMATTER@
-STDARG_H = @STDARG_H@
-STDBOOL_H = @STDBOOL_H@
-STDDEF_H = @STDDEF_H@
-STDINT_H = @STDINT_H@
-STRIP = @STRIP@
-UNDEFINE_STRTOK_R = @UNDEFINE_STRTOK_R@
-UNISTD_H_HAVE_WINSOCK2_H = @UNISTD_H_HAVE_WINSOCK2_H@
-UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS = @UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS@
-VERSION = @VERSION@
-WARN_CFLAGS = @WARN_CFLAGS@
-WCHAR_T_SUFFIX = @WCHAR_T_SUFFIX@
-WIDECHAR_TYPE = @WIDECHAR_TYPE@
-WINDOWS_64_BIT_OFF_T = @WINDOWS_64_BIT_OFF_T@
-WINDOWS_STAT_INODES = @WINDOWS_STAT_INODES@
-WINT_T_SUFFIX = @WINT_T_SUFFIX@
-abs_builddir = @abs_builddir@
-abs_srcdir = @abs_srcdir@
-abs_top_builddir = @abs_top_builddir@
-abs_top_srcdir = @abs_top_srcdir@
-ac_ct_AR = @ac_ct_AR@
-ac_ct_CC = @ac_ct_CC@
-ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
-am__include = @am__include@
-am__leading_dot = @am__leading_dot@
-am__quote = @am__quote@
-am__tar = @am__tar@
-am__untar = @am__untar@
-bindir = @bindir@
-build = @build@
-build_alias = @build_alias@
-build_cpu = @build_cpu@
-build_os = @build_os@
-build_vendor = @build_vendor@
-builddir = @builddir@
-datadir = @datadir@
-datarootdir = @datarootdir@
-docdir = @docdir@
-dvidir = @dvidir@
-exec_prefix = @exec_prefix@
-gl_LIBOBJS = @gl_LIBOBJS@
-gl_LTLIBOBJS = @gl_LTLIBOBJS@
-gl_tools_LIBOBJS = @gl_tools_LIBOBJS@
-gl_tools_LTLIBOBJS = @gl_tools_LTLIBOBJS@
-gl_toolstests_LIBOBJS = @gl_toolstests_LIBOBJS@
-gl_toolstests_LTLIBOBJS = @gl_toolstests_LTLIBOBJS@
-gl_toolstests_WITNESS = @gl_toolstests_WITNESS@
-gltests_LIBOBJS = @gltests_LIBOBJS@
-gltests_LTLIBOBJS = @gltests_LTLIBOBJS@
-gltests_WITNESS = @gltests_WITNESS@
-host = @host@
-host_alias = @host_alias@
-host_cpu = @host_cpu@
-host_os = @host_os@
-host_vendor = @host_vendor@
-htmldir = @htmldir@
-includedir = @includedir@
-infodir = @infodir@
-install_sh = @install_sh@
-libdir = @libdir@
-libexecdir = @libexecdir@
-localedir = @localedir@
-localstatedir = @localstatedir@
-mandir = @mandir@
-mkdir_p = @mkdir_p@
-oldincludedir = @oldincludedir@
-pdfdir = @pdfdir@
-prefix = @prefix@
-program_transform_name = @program_transform_name@
-psdir = @psdir@
-runstatedir = @runstatedir@
-sbindir = @sbindir@
-sharedstatedir = @sharedstatedir@
-srcdir = @srcdir@
-sysconfdir = @sysconfdir@
-target_alias = @target_alias@
-top_build_prefix = @top_build_prefix@
-top_builddir = @top_builddir@
-top_srcdir = @top_srcdir@
+ACLOCAL = ${SHELL} /usr/local/google/home/dmazzoni/src/chrome/src/third_party/liblouis/src/build-aux/missing aclocal-1.16
+ALLOCA = 
+ALLOCA_H = alloca.h
+AMTAR = $${TAR-tar}
+AM_DEFAULT_VERBOSITY = 1
+APPLE_UNIVERSAL_BUILD = 0
+AR = /usr/local/google/home/dmazzoni/linux/emsdk/fastcomp/emscripten/emar
+ARFLAGS = cr
+AS = as
+AUTOCONF = ${SHELL} /usr/local/google/home/dmazzoni/src/chrome/src/third_party/liblouis/src/build-aux/missing autoconf
+AUTOHEADER = ${SHELL} /usr/local/google/home/dmazzoni/src/chrome/src/third_party/liblouis/src/build-aux/missing autoheader
+AUTOMAKE = ${SHELL} /usr/local/google/home/dmazzoni/src/chrome/src/third_party/liblouis/src/build-aux/missing automake-1.16
+AWK = gawk
+BITSIZEOF_PTRDIFF_T = 32
+BITSIZEOF_SIG_ATOMIC_T = 32
+BITSIZEOF_SIZE_T = 32
+BITSIZEOF_WCHAR_T = 32
+BITSIZEOF_WINT_T = 32
+CC = /usr/local/google/home/dmazzoni/linux/emsdk/fastcomp/emscripten/emcc
+CCDEPMODE = depmode=gcc3
+CFLAGS = -g -O2
+CPP = /usr/local/google/home/dmazzoni/linux/emsdk/fastcomp/emscripten/emcc -E
+CPPFLAGS = 
+CYGPATH_W = echo
+DEFS = -DHAVE_CONFIG_H
+DEPDIR = .deps
+DLLTOOL = dlltool
+DLL_VERSION = 19
+DSYMUTIL = 
+DUMPBIN = 
+ECHO_C = 
+ECHO_N = -n
+ECHO_T = 
+EGREP = /bin/grep -E
+EMULTIHOP_HIDDEN = 
+EMULTIHOP_VALUE = 
+ENOLINK_HIDDEN = 
+ENOLINK_VALUE = 
+EOVERFLOW_HIDDEN = 
+EOVERFLOW_VALUE = 
+ERRNO_H = 
+EXEEXT = 
+FGREP = /bin/grep -F
+GETOPT_CDEFS_H = getopt-cdefs.h
+GETOPT_H = getopt.h
+GNULIB_ALPHASORT = 0
+GNULIB_ATOLL = 0
+GNULIB_CALLOC_POSIX = 0
+GNULIB_CANONICALIZE_FILE_NAME = 0
+GNULIB_CHDIR = 0
+GNULIB_CHOWN = 0
+GNULIB_CLOSE = 0
+GNULIB_CLOSEDIR = 0
+GNULIB_COPY_FILE_RANGE = 0
+GNULIB_DIRFD = 0
+GNULIB_DPRINTF = 0
+GNULIB_DUP = 0
+GNULIB_DUP2 = 0
+GNULIB_DUP3 = 0
+GNULIB_ENVIRON = 1
+GNULIB_EUIDACCESS = 0
+GNULIB_EXPLICIT_BZERO = 0
+GNULIB_FACCESSAT = 0
+GNULIB_FCHDIR = 0
+GNULIB_FCHOWNAT = 0
+GNULIB_FCLOSE = 0
+GNULIB_FDATASYNC = 0
+GNULIB_FDOPEN = 0
+GNULIB_FDOPENDIR = 0
+GNULIB_FFLUSH = 0
+GNULIB_FFSL = 0
+GNULIB_FFSLL = 0
+GNULIB_FGETC = 1
+GNULIB_FGETS = 1
+GNULIB_FOPEN = 0
+GNULIB_FPRINTF = 1
+GNULIB_FPRINTF_POSIX = 0
+GNULIB_FPURGE = 0
+GNULIB_FPUTC = 1
+GNULIB_FPUTS = 1
+GNULIB_FREAD = 1
+GNULIB_FREOPEN = 0
+GNULIB_FSCANF = 1
+GNULIB_FSEEK = 0
+GNULIB_FSEEKO = 0
+GNULIB_FSYNC = 0
+GNULIB_FTELL = 0
+GNULIB_FTELLO = 0
+GNULIB_FTRUNCATE = 0
+GNULIB_FWRITE = 1
+GNULIB_GETC = 1
+GNULIB_GETCHAR = 1
+GNULIB_GETCWD = 0
+GNULIB_GETDELIM = 0
+GNULIB_GETDOMAINNAME = 0
+GNULIB_GETDTABLESIZE = 0
+GNULIB_GETGROUPS = 0
+GNULIB_GETHOSTNAME = 0
+GNULIB_GETLINE = 0
+GNULIB_GETLOADAVG = 0
+GNULIB_GETLOGIN = 0
+GNULIB_GETLOGIN_R = 0
+GNULIB_GETPAGESIZE = 0
+GNULIB_GETPASS = 0
+GNULIB_GETSUBOPT = 0
+GNULIB_GETUSERSHELL = 0
+GNULIB_GL_GL_TOOLS_UNISTD_H_GETOPT = 1
+GNULIB_GRANTPT = 0
+GNULIB_GROUP_MEMBER = 0
+GNULIB_ISATTY = 0
+GNULIB_LCHOWN = 0
+GNULIB_LINK = 0
+GNULIB_LINKAT = 0
+GNULIB_LSEEK = 0
+GNULIB_MALLOC_POSIX = 1
+GNULIB_MBSCASECMP = 0
+GNULIB_MBSCASESTR = 0
+GNULIB_MBSCHR = 0
+GNULIB_MBSCSPN = 0
+GNULIB_MBSLEN = 0
+GNULIB_MBSNCASECMP = 0
+GNULIB_MBSNLEN = 0
+GNULIB_MBSPBRK = 0
+GNULIB_MBSPCASECMP = 0
+GNULIB_MBSRCHR = 0
+GNULIB_MBSSEP = 0
+GNULIB_MBSSPN = 0
+GNULIB_MBSSTR = 0
+GNULIB_MBSTOK_R = 0
+GNULIB_MBTOWC = 0
+GNULIB_MEMCHR = 0
+GNULIB_MEMMEM = 0
+GNULIB_MEMPCPY = 0
+GNULIB_MEMRCHR = 0
+GNULIB_MKDTEMP = 0
+GNULIB_MKOSTEMP = 0
+GNULIB_MKOSTEMPS = 0
+GNULIB_MKSTEMP = 0
+GNULIB_MKSTEMPS = 0
+GNULIB_OBSTACK_PRINTF = 0
+GNULIB_OBSTACK_PRINTF_POSIX = 0
+GNULIB_OPENDIR = 0
+GNULIB_OVERRIDES_WINT_T = 0
+GNULIB_PCLOSE = 0
+GNULIB_PERROR = 0
+GNULIB_PIPE = 0
+GNULIB_PIPE2 = 0
+GNULIB_POPEN = 0
+GNULIB_POSIX_OPENPT = 0
+GNULIB_PREAD = 0
+GNULIB_PRINTF = 1
+GNULIB_PRINTF_POSIX = 0
+GNULIB_PTSNAME = 0
+GNULIB_PTSNAME_R = 0
+GNULIB_PUTC = 1
+GNULIB_PUTCHAR = 1
+GNULIB_PUTENV = 0
+GNULIB_PUTS = 1
+GNULIB_PWRITE = 0
+GNULIB_QSORT_R = 0
+GNULIB_RANDOM = 0
+GNULIB_RANDOM_R = 0
+GNULIB_RAWMEMCHR = 0
+GNULIB_READ = 0
+GNULIB_READDIR = 0
+GNULIB_READLINK = 0
+GNULIB_READLINKAT = 0
+GNULIB_REALLOCARRAY = 0
+GNULIB_REALLOC_POSIX = 1
+GNULIB_REALPATH = 0
+GNULIB_REMOVE = 0
+GNULIB_RENAME = 0
+GNULIB_RENAMEAT = 0
+GNULIB_REWINDDIR = 0
+GNULIB_RMDIR = 0
+GNULIB_RPMATCH = 0
+GNULIB_SCANDIR = 0
+GNULIB_SCANF = 1
+GNULIB_SECURE_GETENV = 0
+GNULIB_SETENV = 1
+GNULIB_SETHOSTNAME = 0
+GNULIB_SLEEP = 0
+GNULIB_SNPRINTF = 0
+GNULIB_SPRINTF_POSIX = 0
+GNULIB_STDIO_H_NONBLOCKING = 0
+GNULIB_STDIO_H_SIGPIPE = 0
+GNULIB_STPCPY = 0
+GNULIB_STPNCPY = 0
+GNULIB_STRCASESTR = 0
+GNULIB_STRCHRNUL = 0
+GNULIB_STRDUP = 0
+GNULIB_STRERROR = 1
+GNULIB_STRERROR_R = 0
+GNULIB_STRNCAT = 0
+GNULIB_STRNDUP = 1
+GNULIB_STRNLEN = 1
+GNULIB_STRPBRK = 0
+GNULIB_STRSEP = 0
+GNULIB_STRSIGNAL = 0
+GNULIB_STRSTR = 0
+GNULIB_STRTOD = 0
+GNULIB_STRTOK_R = 0
+GNULIB_STRTOLD = 0
+GNULIB_STRTOLL = 0
+GNULIB_STRTOULL = 0
+GNULIB_STRVERSCMP = 0
+GNULIB_SYMLINK = 0
+GNULIB_SYMLINKAT = 0
+GNULIB_SYSTEM_POSIX = 0
+GNULIB_TMPFILE = 0
+GNULIB_TRUNCATE = 0
+GNULIB_TTYNAME_R = 0
+GNULIB_UNISTD_H_NONBLOCKING = 0
+GNULIB_UNISTD_H_SIGPIPE = 0
+GNULIB_UNLINK = 0
+GNULIB_UNLINKAT = 0
+GNULIB_UNLOCKPT = 0
+GNULIB_UNSETENV = 0
+GNULIB_USLEEP = 0
+GNULIB_VASPRINTF = 0
+GNULIB_VDPRINTF = 0
+GNULIB_VFPRINTF = 1
+GNULIB_VFPRINTF_POSIX = 0
+GNULIB_VFSCANF = 0
+GNULIB_VPRINTF = 1
+GNULIB_VPRINTF_POSIX = 0
+GNULIB_VSCANF = 0
+GNULIB_VSNPRINTF = 0
+GNULIB_VSPRINTF_POSIX = 0
+GNULIB_WCTOMB = 0
+GNULIB_WRITE = 0
+GNULIB__EXIT = 0
+GREP = /bin/grep
+HAVE_ALLOCA_H = 1
+HAVE_ALPHASORT = 1
+HAVE_ATOLL = 1
+HAVE_C99_STDINT_H = 0
+HAVE_CANONICALIZE_FILE_NAME = 1
+HAVE_CHOWN = 1
+HAVE_CLOSEDIR = 1
+HAVE_COPY_FILE_RANGE = 1
+HAVE_DECL_DIRFD = 1
+HAVE_DECL_ENVIRON = 1
+HAVE_DECL_FCHDIR = 1
+HAVE_DECL_FDATASYNC = 1
+HAVE_DECL_FDOPENDIR = 1
+HAVE_DECL_FPURGE = 1
+HAVE_DECL_FSEEKO = 1
+HAVE_DECL_FTELLO = 1
+HAVE_DECL_GETDELIM = 1
+HAVE_DECL_GETDOMAINNAME = 1
+HAVE_DECL_GETLINE = 1
+HAVE_DECL_GETLOADAVG = 1
+HAVE_DECL_GETLOGIN = 1
+HAVE_DECL_GETLOGIN_R = 1
+HAVE_DECL_GETPAGESIZE = 1
+HAVE_DECL_GETUSERSHELL = 1
+HAVE_DECL_INITSTATE = 1
+HAVE_DECL_MEMMEM = 1
+HAVE_DECL_MEMRCHR = 1
+HAVE_DECL_OBSTACK_PRINTF = 1
+HAVE_DECL_SETENV = 1
+HAVE_DECL_SETHOSTNAME = 1
+HAVE_DECL_SETSTATE = 1
+HAVE_DECL_SNPRINTF = 1
+HAVE_DECL_STRDUP = 1
+HAVE_DECL_STRERROR_R = 1
+HAVE_DECL_STRNDUP = 1
+HAVE_DECL_STRNLEN = 1
+HAVE_DECL_STRSIGNAL = 1
+HAVE_DECL_STRTOK_R = 1
+HAVE_DECL_TRUNCATE = 1
+HAVE_DECL_TTYNAME_R = 1
+HAVE_DECL_UNSETENV = 1
+HAVE_DECL_VSNPRINTF = 1
+HAVE_DIRENT_H = 1
+HAVE_DPRINTF = 1
+HAVE_DUP2 = 1
+HAVE_DUP3 = 1
+HAVE_EUIDACCESS = 1
+HAVE_EXPLICIT_BZERO = 1
+HAVE_FACCESSAT = 1
+HAVE_FCHDIR = 1
+HAVE_FCHOWNAT = 1
+HAVE_FDATASYNC = 1
+HAVE_FDOPENDIR = 1
+HAVE_FFSL = 1
+HAVE_FFSLL = 1
+HAVE_FSEEKO = 1
+HAVE_FSYNC = 1
+HAVE_FTELLO = 1
+HAVE_FTRUNCATE = 1
+HAVE_GETDTABLESIZE = 1
+HAVE_GETGROUPS = 1
+HAVE_GETHOSTNAME = 1
+HAVE_GETLOGIN = 1
+HAVE_GETOPT_H = 1
+HAVE_GETPAGESIZE = 1
+HAVE_GETPASS = 1
+HAVE_GETSUBOPT = 1
+HAVE_GRANTPT = 1
+HAVE_GROUP_MEMBER = 1
+HAVE_INITSTATE = 1
+HAVE_INTTYPES_H = 1
+HAVE_LCHOWN = 1
+HAVE_LINK = 1
+HAVE_LINKAT = 1
+HAVE_LONG_LONG_INT = 1
+HAVE_MAX_ALIGN_T = 1
+HAVE_MBSLEN = 0
+HAVE_MBTOWC = 1
+HAVE_MEMCHR = 1
+HAVE_MEMPCPY = 1
+HAVE_MKDTEMP = 1
+HAVE_MKOSTEMP = 1
+HAVE_MKOSTEMPS = 1
+HAVE_MKSTEMP = 1
+HAVE_MKSTEMPS = 1
+HAVE_MSVC_INVALID_PARAMETER_HANDLER = 0
+HAVE_OPENDIR = 1
+HAVE_OS_H = 0
+HAVE_PCLOSE = 1
+HAVE_PIPE = 1
+HAVE_PIPE2 = 1
+HAVE_POPEN = 1
+HAVE_POSIX_OPENPT = 1
+HAVE_PREAD = 1
+HAVE_PTSNAME = 1
+HAVE_PTSNAME_R = 1
+HAVE_PWRITE = 1
+HAVE_QSORT_R = 1
+HAVE_RANDOM = 1
+HAVE_RANDOM_H = 1
+HAVE_RANDOM_R = 1
+HAVE_RAWMEMCHR = 1
+HAVE_READDIR = 1
+HAVE_READLINK = 1
+HAVE_READLINKAT = 1
+HAVE_REALLOCARRAY = 1
+HAVE_REALPATH = 1
+HAVE_RENAMEAT = 1
+HAVE_REWINDDIR = 1
+HAVE_RPMATCH = 1
+HAVE_SCANDIR = 1
+HAVE_SECURE_GETENV = 1
+HAVE_SETENV = 1
+HAVE_SETHOSTNAME = 1
+HAVE_SETSTATE = 1
+HAVE_SIGNED_SIG_ATOMIC_T = 1
+HAVE_SIGNED_WCHAR_T = 1
+HAVE_SIGNED_WINT_T = 0
+HAVE_SLEEP = 1
+HAVE_STDINT_H = 1
+HAVE_STPCPY = 1
+HAVE_STPNCPY = 1
+HAVE_STRCASESTR = 1
+HAVE_STRCHRNUL = 1
+HAVE_STRPBRK = 1
+HAVE_STRSEP = 1
+HAVE_STRTOD = 1
+HAVE_STRTOLD = 1
+HAVE_STRTOLL = 1
+HAVE_STRTOULL = 1
+HAVE_STRUCT_RANDOM_DATA = 1
+HAVE_STRVERSCMP = 1
+HAVE_SYMLINK = 1
+HAVE_SYMLINKAT = 1
+HAVE_SYS_BITYPES_H = 0
+HAVE_SYS_CDEFS_H = 0
+HAVE_SYS_INTTYPES_H = 0
+HAVE_SYS_LOADAVG_H = 0
+HAVE_SYS_PARAM_H = 0
+HAVE_SYS_TYPES_H = 1
+HAVE_UNISTD_H = 1
+HAVE_UNLINKAT = 1
+HAVE_UNLOCKPT = 1
+HAVE_UNSIGNED_LONG_LONG_INT = 1
+HAVE_USLEEP = 1
+HAVE_VASPRINTF = 1
+HAVE_VDPRINTF = 1
+HAVE_WCHAR_H = 1
+HAVE_WCHAR_T = 1
+HAVE_WINSOCK2_H = 
+HAVE__BOOL = 1
+HAVE__EXIT = 1
+HELP2MAN = 
+INCLUDE_NEXT = include_next
+INCLUDE_NEXT_AS_FIRST_DIRECTIVE = include_next
+INSTALL = /usr/bin/install -c
+INSTALL_DATA = ${INSTALL} -m 644
+INSTALL_PROGRAM = ${INSTALL}
+INSTALL_SCRIPT = ${INSTALL}
+INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
+LD = /usr/local/google/home/dmazzoni/linux/emsdk/fastcomp/emscripten/emcc
+LDFLAGS = 
+LIBINTL = 
+LIBLOUIS_AGE = 0
+LIBLOUIS_CURRENT = 19
+LIBLOUIS_REVISION = 0
+LIBOBJS = 
+LIBS = 
+LIBTOOL = $(SHELL) $(top_builddir)/libtool
+LIBUNISTRING_UNISTR_H = unistr.h
+LIBUNISTRING_UNITYPES_H = unitypes.h
+LIMITS_H = limits.h
+LIPO = 
+LN_S = ln -s
+LTLIBINTL = 
+LTLIBOBJS = 
+LT_SYS_LIBRARY_PATH = 
+MAKEINFO = ${SHELL} /usr/local/google/home/dmazzoni/src/chrome/src/third_party/liblouis/src/build-aux/missing makeinfo
+MAKEINFO_FOUND = yes
+MANIFEST_TOOL = :
+MKDIR_P = /bin/mkdir -p
+NEXT_AS_FIRST_DIRECTIVE_DIRENT_H = <dirent.h>
+NEXT_AS_FIRST_DIRECTIVE_ERRNO_H = 
+NEXT_AS_FIRST_DIRECTIVE_GETOPT_H = <getopt.h>
+NEXT_AS_FIRST_DIRECTIVE_LIMITS_H = <limits.h>
+NEXT_AS_FIRST_DIRECTIVE_STDARG_H = 
+NEXT_AS_FIRST_DIRECTIVE_STDDEF_H = 
+NEXT_AS_FIRST_DIRECTIVE_STDINT_H = <stdint.h>
+NEXT_AS_FIRST_DIRECTIVE_STDIO_H = <stdio.h>
+NEXT_AS_FIRST_DIRECTIVE_STDLIB_H = <stdlib.h>
+NEXT_AS_FIRST_DIRECTIVE_STRING_H = <string.h>
+NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H = <sys/types.h>
+NEXT_AS_FIRST_DIRECTIVE_UNISTD_H = <unistd.h>
+NEXT_DIRENT_H = <dirent.h>
+NEXT_ERRNO_H = 
+NEXT_GETOPT_H = <getopt.h>
+NEXT_LIMITS_H = <limits.h>
+NEXT_STDARG_H = <stdarg.h>
+NEXT_STDDEF_H = 
+NEXT_STDINT_H = <stdint.h>
+NEXT_STDIO_H = <stdio.h>
+NEXT_STDLIB_H = <stdlib.h>
+NEXT_STRING_H = <string.h>
+NEXT_SYS_TYPES_H = <sys/types.h>
+NEXT_UNISTD_H = <unistd.h>
+NM = /usr/local/google/home/dmazzoni/linux/emsdk/fastcomp/fastcomp/bin/llvm-nm
+NMEDIT = 
+OBJDUMP = objdump
+OBJEXT = o
+OTOOL = 
+OTOOL64 = 
+PACKAGE = liblouis
+PACKAGE_BUGREPORT = liblouis-liblouisxml@freelists.org
+PACKAGE_NAME = Liblouis
+PACKAGE_STRING = Liblouis 3.11.0
+PACKAGE_TARNAME = liblouis
+PACKAGE_URL = http://www.liblouis.org
+PACKAGE_VERSION = 3.11.0
+PATH_SEPARATOR = :
+PKG_CONFIG = /usr/bin/pkg-config
+PRAGMA_COLUMNS = 
+PRAGMA_SYSTEM_HEADER = #pragma GCC system_header
+PTRDIFF_T_SUFFIX = l
+RANLIB = /usr/local/google/home/dmazzoni/linux/emsdk/fastcomp/emscripten/emranlib
+REPLACE_CALLOC = 0
+REPLACE_CANONICALIZE_FILE_NAME = 0
+REPLACE_CHOWN = 0
+REPLACE_CLOSE = 0
+REPLACE_CLOSEDIR = 0
+REPLACE_DIRFD = 0
+REPLACE_DPRINTF = 0
+REPLACE_DUP = 0
+REPLACE_DUP2 = 0
+REPLACE_FACCESSAT = 0
+REPLACE_FCHOWNAT = 0
+REPLACE_FCLOSE = 0
+REPLACE_FDOPEN = 0
+REPLACE_FDOPENDIR = 0
+REPLACE_FFLUSH = 0
+REPLACE_FOPEN = 0
+REPLACE_FPRINTF = 0
+REPLACE_FPURGE = 0
+REPLACE_FREOPEN = 0
+REPLACE_FSEEK = 0
+REPLACE_FSEEKO = 0
+REPLACE_FTELL = 0
+REPLACE_FTELLO = 0
+REPLACE_FTRUNCATE = 0
+REPLACE_GETCWD = 0
+REPLACE_GETDELIM = 0
+REPLACE_GETDOMAINNAME = 0
+REPLACE_GETDTABLESIZE = 0
+REPLACE_GETGROUPS = 0
+REPLACE_GETLINE = 0
+REPLACE_GETLOGIN_R = 0
+REPLACE_GETPAGESIZE = 0
+REPLACE_GETPASS = 0
+REPLACE_INITSTATE = 0
+REPLACE_ISATTY = 0
+REPLACE_LCHOWN = 0
+REPLACE_LINK = 0
+REPLACE_LINKAT = 0
+REPLACE_LSEEK = 0
+REPLACE_MALLOC = 0
+REPLACE_MBTOWC = 0
+REPLACE_MEMCHR = 0
+REPLACE_MEMMEM = 0
+REPLACE_MKSTEMP = 0
+REPLACE_NULL = 0
+REPLACE_OBSTACK_PRINTF = 0
+REPLACE_OPENDIR = 0
+REPLACE_PERROR = 0
+REPLACE_POPEN = 0
+REPLACE_PREAD = 0
+REPLACE_PRINTF = 0
+REPLACE_PTSNAME = 0
+REPLACE_PTSNAME_R = 0
+REPLACE_PUTENV = 0
+REPLACE_PWRITE = 0
+REPLACE_QSORT_R = 0
+REPLACE_RANDOM = 0
+REPLACE_RANDOM_R = 0
+REPLACE_READ = 0
+REPLACE_READLINK = 0
+REPLACE_READLINKAT = 0
+REPLACE_REALLOC = 0
+REPLACE_REALPATH = 0
+REPLACE_REMOVE = 0
+REPLACE_RENAME = 0
+REPLACE_RENAMEAT = 0
+REPLACE_RMDIR = 0
+REPLACE_SETENV = 0
+REPLACE_SETSTATE = 0
+REPLACE_SLEEP = 0
+REPLACE_SNPRINTF = 0
+REPLACE_SPRINTF = 0
+REPLACE_STDIO_READ_FUNCS = 0
+REPLACE_STDIO_WRITE_FUNCS = 0
+REPLACE_STPNCPY = 0
+REPLACE_STRCASESTR = 0
+REPLACE_STRCHRNUL = 0
+REPLACE_STRDUP = 0
+REPLACE_STRERROR = 0
+REPLACE_STRERROR_R = 0
+REPLACE_STRNCAT = 0
+REPLACE_STRNDUP = 0
+REPLACE_STRNLEN = 0
+REPLACE_STRSIGNAL = 0
+REPLACE_STRSTR = 0
+REPLACE_STRTOD = 0
+REPLACE_STRTOK_R = 0
+REPLACE_STRTOLD = 0
+REPLACE_SYMLINK = 0
+REPLACE_SYMLINKAT = 0
+REPLACE_TMPFILE = 0
+REPLACE_TRUNCATE = 0
+REPLACE_TTYNAME_R = 0
+REPLACE_UNLINK = 0
+REPLACE_UNLINKAT = 0
+REPLACE_UNSETENV = 0
+REPLACE_USLEEP = 0
+REPLACE_VASPRINTF = 0
+REPLACE_VDPRINTF = 0
+REPLACE_VFPRINTF = 0
+REPLACE_VPRINTF = 0
+REPLACE_VSNPRINTF = 0
+REPLACE_VSPRINTF = 0
+REPLACE_WCTOMB = 0
+REPLACE_WRITE = 0
+SED = /bin/sed
+SET_MAKE = 
+SHELL = /bin/sh
+SIG_ATOMIC_T_SUFFIX = 
+SIZE_T_SUFFIX = ul
+SOURCE_FORMATTER = clang-format
+STDARG_H = 
+STDBOOL_H = 
+STDDEF_H = 
+STDINT_H = stdint.h
+STRIP = strip
+UNDEFINE_STRTOK_R = 0
+UNISTD_H_HAVE_WINSOCK2_H = 0
+UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS = 0
+VERSION = 3.11.0
+WARN_CFLAGS =  -fno-common -W -Wabsolute-value -Waddress -Waddress-of-packed-member -Wall -Wattributes -Wbad-function-cast -Wbuiltin-macro-redefined -Wcast-align -Wchar-subscripts -Wcomment -Wcomments -Wcpp -Wdangling-else -Wdate-time -Wdeprecated -Wdeprecated-declarations -Wdisabled-optimization -Wdiv-by-zero -Wdouble-promotion -Wduplicate-decl-specifier -Wempty-body -Wendif-labels -Wenum-compare -Wexpansion-to-defined -Wextra -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wformat-zero-length -Wignored-attributes -Wignored-qualifiers -Wimplicit -Wimplicit-function-declaration -Wimplicit-int -Wincompatible-pointer-types -Winit-self -Winline -Wint-conversion -Wint-to-pointer-cast -Winvalid-pch -Wlogical-not-parentheses -Wmain -Wmissing-braces -Wmissing-declarations -Wmissing-field-initializers -Wmissing-include-dirs -Wmissing-prototypes -Wmultichar -Wnarrowing -Wnested-externs -Wnonnull -Wnull-dereference -Wodr -Wold-style-definition -Woverflow -Woverlength-strings -Wpacked -Wparentheses -Wpointer-arith -Wpointer-sign -Wpointer-to-int-cast -Wpragmas -Wreturn-type -Wsequence-point -Wshadow -Wshift-count-negative -Wshift-count-overflow -Wshift-negative-value -Wsizeof-array-argument -Wsizeof-pointer-memaccess -Wstack-protector -Wstrict-aliasing -Wstrict-overflow -Wstrict-prototypes -Wswitch -Wswitch-bool -Wtautological-compare -Wtrigraphs -Wtype-limits -Wuninitialized -Wunknown-pragmas -Wunused -Wunused-function -Wunused-label -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -Wvarargs -Wvariadic-macros -Wvla -Wvolatile-register-var -Wwrite-strings
+WCHAR_T_SUFFIX = 
+WIDECHAR_TYPE = unsigned short int
+WINDOWS_64_BIT_OFF_T = 0
+WINDOWS_STAT_INODES = 0
+WINT_T_SUFFIX = u
+abs_builddir = /usr/local/google/home/dmazzoni/src/chrome/src/third_party/liblouis/src/tables
+abs_srcdir = /usr/local/google/home/dmazzoni/src/chrome/src/third_party/liblouis/src/tables
+abs_top_builddir = /usr/local/google/home/dmazzoni/src/chrome/src/third_party/liblouis/src
+abs_top_srcdir = /usr/local/google/home/dmazzoni/src/chrome/src/third_party/liblouis/src
+ac_ct_AR = /usr/local/google/home/dmazzoni/linux/emsdk/fastcomp/emscripten/emar
+ac_ct_CC = /usr/local/google/home/dmazzoni/linux/emsdk/fastcomp/emscripten/emcc
+ac_ct_DUMPBIN = 
+am__include = include
+am__leading_dot = .
+am__quote = 
+am__tar = $${TAR-tar} chof - "$$tardir"
+am__untar = $${TAR-tar} xf -
+bindir = ${exec_prefix}/bin
+build = x86_64-pc-linux-gnu
+build_alias = 
+build_cpu = x86_64
+build_os = linux-gnu
+build_vendor = pc
+builddir = .
+datadir = ${datarootdir}
+datarootdir = ${prefix}/share
+docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
+dvidir = ${docdir}
+exec_prefix = ${prefix}
+gl_LIBOBJS = 
+gl_LTLIBOBJS = 
+gl_tools_LIBOBJS =  error.o getopt.o getopt1.o
+gl_tools_LTLIBOBJS =  error.lo getopt.lo getopt1.lo
+gl_toolstests_LIBOBJS = 
+gl_toolstests_LTLIBOBJS = 
+gl_toolstests_WITNESS = IN_LIBLOUIS_GNULIB_TESTS
+gltests_LIBOBJS = 
+gltests_LTLIBOBJS = 
+gltests_WITNESS = IN_LIBLOUIS_GNULIB_TESTS
+host = x86_64-pc-linux-gnu
+host_alias = 
+host_cpu = x86_64
+host_os = linux-gnu
+host_vendor = pc
+htmldir = ${docdir}
+includedir = ${prefix}/include
+infodir = ${datarootdir}/info
+install_sh = ${SHELL} /usr/local/google/home/dmazzoni/src/chrome/src/third_party/liblouis/src/build-aux/install-sh
+libdir = ${exec_prefix}/lib
+libexecdir = ${exec_prefix}/libexec
+localedir = ${datarootdir}/locale
+localstatedir = ${prefix}/var
+mandir = ${datarootdir}/man
+mkdir_p = $(MKDIR_P)
+oldincludedir = /usr/include
+pdfdir = ${docdir}
+prefix = /usr/local
+program_transform_name = s,x,x,
+psdir = ${docdir}
+runstatedir = ${localstatedir}/run
+sbindir = ${exec_prefix}/sbin
+sharedstatedir = ${prefix}/com
+srcdir = .
+sysconfdir = ${prefix}/etc
+target_alias = 
+top_build_prefix = ../
+top_builddir = ..
+top_srcdir = ..
 
 # generate the list of tables as follows:
 # $ ls | grep -v Makefile | grep -v README | grep -v maketablelist.sh | grep -v '.*~$' | sort -df | sed -e 's/$/ \\/' -e 's/^/	/' -e '$s/\\$//'
 table_files = \
 	afr-za-g1.ctb \
+	afr-za-g2.ctb \
 	ar-ar-g1.utb \
-	ar-fa.utb \
+	ar-ar-g2.ctb \
+	ar-ar-comp8.utb \
 	ar.tbl \
 	as-in-g1.utb \
 	as.tbl \
 	awa.tbl \
 	aw-in-g1.utb \
+	spaces.uti \
 	be-in-g1.utb \
 	bengali.cti \
 	bg.ctb \
@@ -60892,7 +302041,7 @@
 	ca-chardefs.cti \
 	ca-g1.ctb \
 	ca.tbl \
-	chardefs.cti \
+	en-chardefs.cti \
 	chr-us-g1.ctb \
 	ckb-chardefs.cti \
 	ckb-g1.ctb \
@@ -60925,26 +302074,23 @@
 	da-dk-g28l.ctb \
 	da-dk-octobraille.dis \
 	da-lt.ctb \
-	de-ch-accents.cti \
+	de-accents.cti \
+	de-accents-detailed.cti \
 	de-chardefs6.cti \
 	de-chardefs8.cti \
 	de-chess.ctb \
-	de-ch-g0.utb \
-	de-ch-g1.ctb \
-	de-ch-g2.ctb \
-	de_CH.tbl \
-	de-de-accents.cti \
 	de-de-comp8.ctb \
 	de-de.dis \
-	de-de-g0.utb \
-	de-de-g1.ctb \
-	de-de-g2.ctb \
 	de-eurobrl6.dis \
 	de-eurobrl6u.dis \
 	de-g0-core.uti \
+	de-g0.utb \
 	de-g1-core.cti \
+	de-g1-core-patterns.dic \
+	de-g1.ctb \
 	de-g2-core.cti \
-	de.tbl \
+	de-g2-core-patterns.dic \
+	de-g2.ctb \
 	devanagari.cti \
 	digits6DotsPlusDot6.uti \
 	digits6Dots.uti \
@@ -60952,7 +302098,6 @@
 	dra.ctb \
 	dra.tbl \
 	el.ctb \
-	el.tbl \
 	en_CA.ctb \
 	en_CA.tbl \
 	en-chess.ctb \
@@ -60961,6 +302106,7 @@
 	en-GB-g2.ctb \
 	en_GB.tbl \
 	en-in-g1.ctb \
+	en-nabcc.utb \
 	en-ueb-chardefs.uti \
 	en-ueb-g1.ctb \
 	en-ueb-g2.ctb \
@@ -60970,7 +302116,7 @@
 	en-us-comp8.ctb \
 	en_US-comp8-ext.tbl \
 	en-us-comp8-ext.utb \
-	en-us-compbrl.ctb \
+	en-us-compbrl.uti \
 	en-us-g1.ctb \
 	en-us-g2.ctb \
 	en-us-interline.ctb \
@@ -60981,12 +302127,11 @@
 	eo.tbl \
 	es-chardefs.cti \
 	Es-Es-G0.utb \
-	Es-Es-g1.utb \
 	es-g1.ctb \
+	es-g2.ctb \
 	es-new.dis \
 	es-old.dis \
 	es.tbl \
-	es-translation.cti \
 	et.ctb \
 	et-g0.utb \
 	ethio-g1.ctb \
@@ -60997,8 +302142,6 @@
 	fi1.ctb \
 	fi2.ctb \
 	fi-fi-8dot.ctb \
-	fi-fi.ctb \
-	fi.tbl \
 	fi.utb \
 	fr-bfu-comp68.cti \
 	fr-bfu-comp6.utb \
@@ -61006,13 +302149,15 @@
 	fr-bfu-g2.ctb \
 	ga-g1.utb \
 	ga-g2.ctb \
-	ga.tbl \
 	gd.ctb \
 	gd.tbl \
 	gez.tbl \
 	gon.ctb \
 	gon.tbl \
-	gr-bb.ctb \
+	grc-international-en.utb \
+	grc-international-common.uti \
+	grc-international-composed.uti \
+	grc-international-decomposed.uti \
 	gr-pl-comp8.uti \
 	gu-in-g1.utb \
 	gujarati.cti \
@@ -61033,6 +302178,7 @@
 	hu-backtranslate-correction.dis \
 	hu-chardefs.cti \
 	hu-exceptionwords.cti \
+	hu-hu-g1_braille_input.cti \
 	hu-hu-comp8.ctb \
 	hu-hu-g1.ctb \
 	hu-hu-g2.ctb \
@@ -61187,7 +302333,6 @@
 	sl-si-g1.utb \
 	sl.tbl \
 	sot-za-g1.ctb \
-	spaces.ctb \
 	sr-chardefs.cti \
 	sr-g1.ctb \
 	sr.tbl \
@@ -61204,6 +302349,8 @@
 	text_nabcc.dis \
 	tr.ctb \
 	tr-g1.ctb \
+	tr-g2.ctb \
+	tr-g2.tbl \
 	tr.tbl \
 	tsn-za-g1.ctb \
 	uk.utb \
@@ -61211,8 +302358,8 @@
 	ukmaths_single_cell_defs.cti \
 	ukmaths_unicode_defs.cti \
 	unicode-braille.utb \
-	unicodedefs.cti \
 	unicode.dis \
+	unicode-without-blank.dis \
 	uni-text.dis \
 	ur-pk-g1.utb \
 	ur-pk-g2.ctb \
@@ -61253,8 +302400,8 @@
 	  *config.status*) \
 	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 	  *) \
-	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
-	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
+	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
+	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
 	esac;
 
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
@@ -61300,7 +302447,10 @@
 cscope cscopelist:
 
 
-distdir: $(DISTFILES)
+distdir: $(BUILT_SOURCES)
+	$(MAKE) $(AM_MAKEFLAGS) distdir-am
+
+distdir-am: $(DISTFILES)
 	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 	list='$(DISTFILES)'; \
@@ -61458,7 +302608,55095 @@
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.
 .NOEXPORT:
-# liblouis: U.S. English 6 dot computer braille table
+# liblouis: Croatian grade 1 Braille
+#
+# Copyright (C) 2017. Zlatko Sobočan <zlatko.sobocan@tifloglobus.hr>
+# by company Tiflo globus d.o.o. <http://www.tifloglobus.hr>
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+
+#-------------------------------------------------------------------------------
+#
+#  Croatian grade 1 Braille
+#  Version: 2017-06-15
+# Created and maintained: Zlatko Sobočan <zlatko.sobocan@tifloglobus.hr>
+# by company Tiflo globus d.o.o. <http://www.tifloglobus.hr>
+# Especially thanks Arend Arends <arend.arends@hccnet.nl> by TactileView for testing.
+# If you found bugs with Croatian grade1 table, report it with following address:
+# Zlatko Sobočan <zlatko.sobocan@tifloglobus.hr>
+#
+#-------------------------------------------------------------------------------
+
+include text_nabcc.dis
+include hr-chardefs.cti
+include hr-translation.cti
+# liblouis: English (Unified) character definitions table
+#
+#  Based on the Linux screenreader BRLTTY
+#
+#  Copyright (C) 1999-2006 by The BRLTTY Team
+#  Copyright (C) 2004-2006 ViewPlus Technologies, Inc. www.viewplus.com
+#  Copyright (C) 2004-2006 JJB Software, Inc. www.jjb-software.com
+#  Copyright (C) 2016 American Printing House for the Blind, Inc. www.aph.org
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+
+#  Maintained by Mike Gray <mgray@aph.org>
+
+space \t 9 tab
+space \x001b 1b escape character for html back-translation
+space \x00A0 a NO-BREAK SPACE <noBreak> 0020 NON-BREAKING SPACE
+
+include spaces.uti
+noback correct "\x200b" "\s"
+
+include latinLetterDef8Dots.uti
+
+
+#   Numeric Symbols
+
+display 0 356
+display 1 2
+display 2 23
+display 3 25
+display 4 256
+display 5 26
+display 6 235
+display 7 2356
+display 8 236
+display 9 35
+
+digit 0 245
+digit 1 1
+digit 2 12
+digit 3 14
+digit 4 145
+digit 5 15
+digit 6 124
+digit 7 1245
+digit 8 125
+digit 9 24
+
+# this is a bad work-around for doing numeric mode backwards
+litdigit 0 245
+litdigit 1 1
+litdigit 2 12
+litdigit 3 14
+litdigit 4 145
+litdigit 5 15
+litdigit 6 124
+litdigit 7 1245
+litdigit 8 125
+litdigit 9 24
+
+
+#   Modifiers
+
+# acute accent
+sign \x00b4 45-34 ´
+sign \x0301 45-34 ́ 
+noback correct [$l]"́" "́"*
+
+# circumflex/carot
+display \x005e 457 ^
+sign \x005e 4-26 ^
+sign \x0302 45-146 ̂ 
+noback correct [$l]"̂" "̂"*
+
+# grave accent
+sign \x0060 46-16 `
+noback punctuation ` 4
+sign \x0300 45-16 ̀̀ 
+noback correct [$l]"̀" "̀"*
+
+# tilde
+display \x007e 45 ~
+math \x007e 4-35 ~
+sign \x0303 45-12456 ̃ 
+noback correct [$l]"̃" "̃"*
+noback pass2 @45-12456-6 @6-45-12456  move after capital sign
+
+# macron
+sign \x00af 4-36 ¯
+sign \x0304 45-4-36 ̄ 
+noback correct [$l]"̄" "̄"*
+
+# cedilla
+sign \x00b8 45-12346 ¸
+sign \x0327 45-12346 ̧ 
+noback correct [$l]"̧" "̧"*
+
+# diaeresis/umlat
+sign \x00a8 45-25 ¨
+sign \x0308 45-25 ̈  
+noback correct [$l]"̈" "̈"*
+
+# caron
+sign \x02c7 45-345 ˇ
+sign \x030c 45-346 ̌ 
+noback correct [$l]"̌" "̌"*
+
+# breve
+sign \x02d8 4-346 ˘
+sign \x0306 4-346 ̆ 
+noback correct [$l]"̆" "̆"*
+
+# ring/circle
+sign \x02da 45-1246 ˚
+sign \x030a 45-1246 ̊  
+noback correct [$l]"̊" "̊"*
+
+
+#####   Start of Unicode
+
+
+#   Unicode:  Basic Latin
+
+display ! 2346
+punctuation ! 235
+nofor postpunc ! 235
+match %a ! %a 56-235
+
+display " 5
+punctuation " 6-2356
+# The "?" symbol is mostly handled below,
+# but the pattern needs to be defined before prepunc and postpunc can be used.
+display ? 1456
+nofor punctuation ? 236
+nofor punctuation " 356
+nofor prepunc " 236
+nofor postpunc " 356
+match %[^_~]%<* " %[_.$]*%[a#] 236
+match %[a#]%[_.$]* " %>*%[^_~] 356
+
+display # 3456
+sign # 456-1456
+display $ 1246
+sign $ 4-234
+display % 146
+sign % 46-356
+display & 12346
+sign & 4-12346
+display ' 3
+punctuation ' 3
+display ( 12356
+punctuation ( 5-126
+display ) 23456
+punctuation ) 5-345
+display * 16
+sign * 5-35
+display + 346
+math + 5-235
+display , 6
+punctuation , 2
+match %a , %a 56-2
+display - 36
+punctuation - 36
+hyphen - 36
+display . 46
+punctuation . 256
+decpoint . 256
+display / 34
+math / 456-34
+# 0-9   see Numeric Symbols
+display : 156
+punctuation : 25
+postpunc : 25
+match %a : %a 56-25
+#TODO:  this is unnecessarily necessary
+display ; 56
+punctuation ; 23
+noback punctuation ; 56
+match %a ; %a 56-23
+display < 126
+math < 4-126
+display = 123456
+math = 5-2356
+display > 345
+punctuation > 4-345
+# requires grade one indicator when by itself
+punctuation ? 56-236
+postpunc ? 236
+display @ 47
+sign @ 4-1
+# A-Z   see latinLetterDef8Dots.uti
+display [ 2467
+punctuation [ 46-126
+display \\ 12567
+sign \\ 456-16
+display ] 124567
+punctuation ] 46-345
+# \x005e ^   see Modifiers
+display _ 456
+sign _ 46-36
+# /x0060 `   see Modifiers
+# a-z   see latinLetterDef8Dots.uti
+display { 246
+punctuation { 456-126
+display | 1256
+sign | 456-1256 
+display } 12456
+punctuation } 456-345
+# \x007e ~   see Modifiers
+
+
+#   Unicode:  Latin-1 Supplement
+
+#punctuation \x0093 236
+#punctuation \x0094 356
+#punctuation \x0096 36
+space \x00a0 a   non-breaking space
+sign \x00a1 45-56-235 ¡
+punctuation \x00a1 235 ¡
+sign \x00a2 4-14 ¢ cent
+sign \x00a3 4-123 £ pound
+sign \x00a4 1246 ¤ curency
+sign \x00a5 4-13456 ¥ yen
+sign \x00a6 46-1256 ¦ broken bar
+punctuation \x00a6 456-1256 ¦ broken bar
+sign \x00a7 45-234 § section
+# \x00a8 ¨   see Modifiers
+sign \x00a9 45-14 © copyright
+#sign \x00aa ª
+punctuation \x00ab 456-236 «
+sign \x00ac 4-1456 ¬
+punctuation \x00ad 36 - soft hyphen
+sign \x00ae 45-1235 ® registered
+# \x00af ¯   see Modifiers
+sign \x00b0 45-245 °
+math \x00b1 456-235 ±
+
+# fake grade 1 and superscipt indicator
+math \x00b2 56-35-3456-12 ²
+math \x00b3 56-35-3456-14 ³
+
+# \x00b4 ´   see Modifiers
+sign \x00b5 46-134 µ
+math \x00b7 4-16 ·
+
+# fake numeric indicator
+math \x00bc 3456-1-34-145 ¼
+math \x00bd 3456-1-34-12 ½
+math \x00be 3456-14-34-145 ¾
+
+#sign \x00ba 0 º
+sign \x00b6 45-1234 ¶ pilcrow
+# \x00b8 ¸   see Modifiers
+punctuation \x00bb 456-356 »
+punctuation \x00bf 45-56-236 ¿
+uplow \x00c0\x00e0 45-16-1 Àà
+uplow \x00c1\x00e1 45-34-1 Áá
+uplow \x00c2\x00e2 45-146-1 Ââ
+uplow \x00c3\x00e3 45-12456-1 Ãã
+uplow \x00c4\x00e4 45-25-1 Ää
+uplow \x00c5\x00e5 45-1246-1 Åå
+uppercase \x00c6 1-6-45-235-15 Æ
+uplow \x00c7\x00e7 45-12346-14 Çç
+uplow \x00c8\x00e8 45-16-15 Èè
+uplow \x00c9\x00e9 45-34-15 Éé
+uplow \x00ca\x00ea 45-146-15 Êê
+uplow \x00cb\x00eb 45-25-15 Ëë
+uplow \x00cc\x00ec 45-16-24 Ìì
+uplow \x00cd\x00ed 45-34-24 Íí
+uplow \x00ce\x00ee 45-146-24 Îî
+uplow \x00cf\x00ef 45-25-24 Ïï
+uplow \x00d0\x00f0 3456-1246 Ðð
+uplow \x00d1\x00f1 45-12456-1345 Ññ
+uplow \x00d2\x00f2 45-16-135 Òò
+uplow \x00d3\x00f3 45-34-135 Óó
+uplow \x00d4\x00f4 45-146-135 Ôô
+uplow \x00d5\x00f5 45-12456-135 Õõ
+uplow \x00d6\x00f6 45-25-135 Öö
+math \x00d7 5-236 ×
+uplow \x00d8\x00f8 4-16-135 Øø   
+uplow \x00d9\x00f9 45-16-136 Ùù
+uplow \x00da\x00fa 45-34-136 Úú
+uplow \x00db\x00fb 45-146-136 Ûû
+uplow \x00dc\x00fc 45-25-136 Üü
+uplow \x00dd\x00fd 45-34-13456 Ýý
+uplow \x00de\x00fe 3456-2346 Þþ
+lowercase \x00e6 1-45-235-15 æ
+math \x00f7 5-34 ÷
+
+
+#   Unicode:  Latin Extended-A
+
+uplow \x0100\x0101 4-36-1 Āā
+uplow \x0102\x0103 4-346-1 Ăă
+uplow \x0106\x0107 45-34-14 Ćć
+uplow \x0108\x0109 45-146-14 Ĉĉ
+uplow \x010e\x010f 45-346-145 Ďď
+uplow \x0110\x0111 4-25-145 Đđ
+uplow \x0112\x0113 4-36-15 Ēē
+uplow \x0114\x0115 4-346-15 Ĕĕ
+uplow \x011c\x011d 45-146-1245 Ĝĝ
+uplow \x011e\x011f 4-346-1245 Ğğ
+uplow \x0122\x0123 45-12346-1245 Ģģ
+uplow \x0124\x0125 45-146-125 Ĥĥ
+uplow \x0126\x0127 4-25-125 Ħħ
+uplow \x0128\x0129 45-12456-24 Ĩĩ
+uplow \x012a\x012b 4-36-24 Īī
+uplow \x012c\x012d 4-346-24 Ĭĭ
+uppercase \x0132 24-6-45-235-245 IJ
+lowercase \x0133 24-45-235-245 ij
+uplow \x0134\x0135 45-146-245 Ĵĵ
+uplow \x0136\x0137 45-12346-13 Ķķ
+uplow \x0139\x013a 45-34-123 Ĺĺ
+uplow \x013b\x013c 45-12346-123 Ļļ
+uplow \x013d\x013e 45-346-123 Ľľ
+uplow \x0141\x0142 4-16-123 Łł
+uplow \x0141\x0142 4-25-123 Łł
+uplow \x0143\x0144 45-34-1345 Ńń
+uplow \x0145\x0146 45-12346-1345 Ņņ
+uplow \x0147\x0148 45-346-1345 Ňň
+uplow \x014a\x014b 45-1345 Ŋŋ
+uplow \x014c\x014d 4-36-135 Ōō
+uplow \x014e\x014f 4-346-135 Ŏŏ
+uppercase \x0152 135-6-45-235-15 Œ
+lowercase \x0153 135-45-235-15 œ
+uplow \x0154\x0155 45-34-1235 Ŕŕ
+uplow \x0156\x0157 45-12346-1235 Ŗŗ
+uplow \x0158\x0159 45-346-1235 Řř
+uplow \x015a\x015b 45-34-234 Śś
+uplow \x015c\x015d 45-146-234 Ŝŝ
+uplow \x015e\x015f 45-12346-234 Şş
+uplow \x0160\x0161 45-346-234 Šš
+uplow \x0162\x0163 45-12346-2345 Ţţ
+uplow \x0164\x0165 45-346-2345 Ťť
+uplow \x0166\x0167 4-25-2345 Ŧŧ
+uplow \x0168\x0169 45-12456-136 Ũũ
+uplow \x016a\x016b 4-36-136 Ūū
+uplow \x016c\x016d 4-346-136 Ŭŭ
+uplow \x016e\x016f 45-1246-136 Ůů
+uplow \x0174\x0175 45-146-2456 Ŵŵ
+uplow \x0176\x0177 45-146-13456 Ŷŷ
+uplow \x0178\x00ff 45-25-13456 Ÿÿ
+uplow \x0179\x017a 45-34-1356 Źź
+uplow \x017d\x017e 45-346-1356 Žž
+
+
+#   Unicode:  Latin Extended-B
+
+uplow \x018f\x0259 456-26 Əə   schwa e must be before \x018e and \x04d8
+uplow \x018e\x01dd 456-26 Ǝǝ   turned e
+uplow \x0197\x0268 4-25-24 Ɨɨ
+uplow \x01b5\x01b6 4-25-1356 Ƶƶ
+uplow \x01cd\x01ce 45-346-1 Ǎǎ
+uplow \x01cf\x01d0 45-346-123 Ǐǐ
+uplow \x01cf\x01d0 45-346-24 Ǐǐ
+uplow \x01d1\x01d2 45-346-135 Ǒǒ
+uplow \x01d3\x01d4 45-346-136 Ǔǔ
+uplow \x01e4\x01e5 4-25-1245 Ǥǥ
+uplow \x01e6\x01e7 45-346-1245 Ǧǧ
+uplow \x01e8\x01e9 45-346-13 Ǩǩ
+uplow \x01f4\x01f5 45-34-1245 Ǵǵ
+uplow \x01f7\x01bf 3456-2456 Ƿƿ   wynn
+uplow \x01f8\x01f9 45-16-1345 Ǹǹ
+
+uplow \x021c\x021d 3456-13456 Ȝȝ   yogh
+uplow \x021e\x021f 45-346-125 Ȟȟ
+uplow \x0228\x0229 45-12346-15 Ȩȩ
+uplow \x0232\x0233 4-36-13456 Ȳȳ
+uplow \x023a\x2c65 4-16-1 Ⱥⱥ
+uplow \x023b\x023c 4-16-14 Ȼȼ
+uplow \x023e\x2c66 4-16-2345 Ⱦⱦ
+uplow \x0243\x0180 4-25-12 Ƀƀ
+uplow \x0246\x0247 4-16-15 Ɇɇ
+uplow \x0248\x0249 4-25-245 Ɉɉ
+uplow \x0248\x0249 4-25-245 Ɉɉ 
+uplow \x024c\x024d 4-25-1235 Ɍɍ
+uplow \x024e\x024f 4-25-13456 Ɏɏ
+
+
+#   Unicode:  IPA Extensions
+
+# \x0259 ə   see \x018f
+
+
+#   Unicode:  Spacing Modifier Letters
+
+sign \x02e6 45-46-14 ˦   high tone
+sign \x02e7 45-46-25 ˧   mid tone
+sign \x02e8 45-46-36 ˨   low tone
+
+
+#   Unicode:  Greek and Coptic
+
+uplow \x0391\x03b1 46-1 Αα Alpha
+uplow \x0392\x03b2 46-12 Ββ Beta
+uplow \x0393\x03b3 46-1245 Γγ Gamma
+uplow \x0394\x03b4 46-145 Δδ Delta
+uplow \x0395\x03b5 46-15 Εε Epsilon
+uplow \x0396\x03b6 46-1356 Ζζ Zeta
+uplow \x0397\x03b7 46-156 Ηη Eta
+uplow \x0398\x03b8 46-1456 Θθ Theta
+uplow \x0399\x03b9 46-24 Ιι Iota
+uplow \x039a\x03ba 46-13 Κκ Kappa
+uplow \x039b\x03bb 46-123 Λλ Lamda
+uplow \x039c\x03bc 46-134 Μμ Mu
+uplow \x039d\x03bd 46-1345 Νν Nu
+uplow \x039e\x03be 46-1346 Ξξ Xi
+uplow \x039f\x03bf 46-135 Οο Omicron
+uplow \x03a0\x03c0 46-1234 Ππ Pi
+uplow \x03a1\x03c1 46-1235 Ρρ Rho
+uplow \x03a3\x03c3 46-234 Σσ Sigma
+uplow \x03a4\x03c4 46-2345 Ττ Tau
+uplow \x03a5\x03c5 46-136 Υυ Upsilon
+uplow \x03a6\x03c6 46-124 Φφ Phi
+uplow \x03a7\x03c7 46-12346 Χχ Chi
+uplow \x03a8\x03c8 46-13456 Ψψ Psi
+uplow \x03a9\x03c9 46-2456 Ωω Omega
+noback lowercase \x03c2 46-234 ς Small Letter Sigma
+
+
+#   Unicode:  Cyrillic
+# similar cryrillic characters must be after latin characters
+# to ensure proper backward translation
+
+
+#   Unicode:  Latin Extended Additional
+
+uplow \x1e20\x1e21 4-36-1245 Ḡḡ
+uplow \x1e26\x1e27 45-25-125 Ḧḧ
+uplow \x1e30\x1e31 45-34-13 Ḱḱ
+uplow \x1e3e\x1e3f 45-34-134 Ḿḿ
+uplow \x1e54\x1e55 45-34-1234 Ṕṕ
+uplow \x1e7c\x1e7d 45-12456-1236 Ṽṽ
+uplow \x1e82\x1e83 45-34-2456 Ẃẃ
+uplow \x1e84\x1e85 45-25-2456 Ẅẅ
+uplow \x1e8c\x1e8d 45-25-1346 Ẍẍ
+lowercase \x1e97 45-25-2345 ẗ
+lowercase \x1e98 45-1246-2456 ẘ   http://archives.miloush.net/michkap/archive/2012/04/17/10294366.html
+lowercase \x1e99 45-1246-13456 ẙ
+uplow \x1ebc\x1ebd 45-12456-15 Ẽẽ
+uplow \x1ef8\x1ef9 45-12456-13456 Ỹỹ
+
+
+#   Unicode:  General Punctuation
+
+space \x2000 0
+space \x2001 0
+space \x2002 0
+space \x2003 0
+space \x2004 0
+space \x2005 0
+space \x2006 0
+space \x2007 0
+space \x2008 0
+space \x2009 0
+space \x200a 0
+space \x200b 0
+punctuation \x2010 36 ‐
+punctuation \x2011 36 ‑
+punctuation \x2013 6-36 –
+punctuation \x2014 5-6-36 —   Rules of UEB, page 15
+punctuation \x2015 5-6-36 ―
+noback punctuation \x2018 6-236 ‘
+noback punctuation \x2019 6-356 ’
+punctuation \x201c 236 “
+punctuation \x201d 356 ”
+sign \x2020 4-6-1456 †   dagger
+sign \x2021 4-6-12456 ‡   double dagger
+sign \x2022 456-256 •   bullet
+punctuation \x2026 256-256-256 …   ellipse
+space \x202f 0   narrow no-break space
+sign \x2032 2356 ′   prime (derivative)
+sign \x2033 2356-2356 ″   double prime (second derivative)
+
+
+#   Unicode:  Superscripts and Subscripts
+
+# fake indicators and numeric indicator
+#math \x2070 35-3456-245 ⁰
+
+
+#   Unicode:  Currency Symbols
+
+sign \x20a3 4-124 ₣ franc
+sign \x20a6 4-1345 ₦ naira
+sign \x20ac 4-15 € euro
+
+
+#   Unicode:  Letterlike Symbols
+
+sign \x2122 45-2345 ™
+
+
+#   Unicode:  Number Forms
+
+# fake numerical indicator for simple fractions
+math \x2150 3456-1-34-1245 ⅐
+math \x2151 3456-1-34-24 ⅑
+math \x2152 3456-1-34-1-245 ⅒
+math \x2153 3456-1-34-14 ⅓
+math \x2154 3456-12-34-14 ⅔
+math \x2155 3456-1-34-15 ⅕
+math \x2156 3456-12-34-15 ⅖
+math \x2157 3456-14-34-15 ⅗
+math \x2158 3456-145-34-15 ⅘
+math \x2159 3456-1-34-124 ⅙
+math \x215a 3456-15-34-124 ⅚
+math \x215b 3456-1-34-125 ⅛
+math \x215c 3456-14-34-125 ⅜
+math \x215d 3456-15-34-125 ⅝
+math \x215e 3456-1245-34-125 ⅞
+math \x2189 3456-245-34-14 ↉
+
+
+#   Unicode:  Arrows
+
+sign \x2190 56-1256-246 ←
+sign \x2191 56-1256-346 ↑
+sign \x2192 56-1256-135 →
+sign \x2193 56-1256-146 ↓
+sign \x2196 56-1256-156 ↖
+sign \x2197 56-1256-234 ↗
+sign \x2198 56-1256-126 ↘
+sign \x2199 56-1256-345 ↙
+sign \x21a6 56-1256-1256 ↦
+sign \x21b2 56-1256-256 ↲
+sign \x21b3 56-1256-356 ↳
+sign \x21b5 56-1256-256-146 ↵   Rules of UEB, page 21
+sign \x21c0 56-1256-4-1235 ⇀
+sign \x21c1 56-1256-6-1235 ⇁
+sign \x21cc 45-456-2356 ⇌   equilibrium arrow (harpoons)
+sign \x21d2 56-1256-2356-2356 ⇒
+
+
+#   Unicode:  Mathematical Operators
+
+sign \x2200 45-1 ∀   for all
+sign \x2202 4-145 ∂   partial derivative
+sign \x2203 45-26 ∃   there exists
+sign \x2204 45-26-4-156 ∄   there does not exist
+sign \x2205 4-245 ∅   empty set
+sign \x2207 45-145 ∇   nabla
+sign \x2208 45-15 ∈   element of
+sign \x220b 4-45-15 ∋   contains (such that)
+sign \x2211 6-46-234 ∑   sum (capitol sigma)
+sign \x2212 5-36 −   minus sign (not hyphen)
+sign \x2213 456-36 ∓   minus or plus
+sign \x2218 5-356 ∘   hollow dot (ring operator)
+sign \x221a 5-146 √   square root
+sign \x221d 456-5-2356   ∝ proportional to
+sign \x221e 3456-123456   ∞ infinity
+sign \x2220 456-246   ∠ angle
+sign \x2221 46-456-246   ∡ measured angle
+sign \x2225 3456-123   ∥ parallel to
+sign \x2227 4-236 ∧   logical and
+sign \x2228 4-235 ∨   logical or
+sign \x2229 46-236 ∩   set intersection
+sign \x222a 46-235 ∪   set union
+sign \x222b 2346 ∫   integral
+sign \x222e 4-2346   contour integral
+noback sign \x2234 6-16 ∴   therefore   # using noback to avoid conflict with Child
+sign \x2235 4-34 ∵   because
+noback sign \x2236 25 ∶   ratio   # using noback to avoid conflict with :
+sign \x2237 25-25 ∷   proportion
+sign \x2243 456-35 ≃   asymptotically equal to
+sign \x2245 5-456-35 ≅   approximately equal to
+sign \x2248 45-35 ≈   almost equal to
+sign \x224f 45-5-2356 ≏   difference between
+sign \x2251 46-5-2356 ≑   geometrically equal
+sign \x2260 5-2356-4-156 ≠   not equal
+sign \x2261 456-123456 ≡   identical (equivalent) to
+sign \x2264 456-4-126 ≤   less than or equal to
+sign \x2265 456-4-345 ≥   greater than or equal to
+sign \x226a 46-4-126 ≪   much less than
+sign \x226b 46-4-345 ≫   much greater than
+sign \x2282 45-126 ⊂   subset of
+sign \x2283 45-345 ⊃   superset of
+sign \x2286 456-45-126 ⊆   subset or equal to
+sign \x2287 456-45-345 ⊇   superset or equal to
+sign \x228a 46-45-126 ⊊   proper subset
+sign \x228b 46-45-345 ⊋   proper superset
+sign \x22a3 4-456-25 ⊣   left tack
+sign \x22a5 3456-36 ⊥   up tack
+sign \x22a6 456-25 ⊦   assertion
+sign \x22a8 45-456-25 ⊨   valid
+sign \x22b2 4-456-126 ⊲   normal subgroup
+sign \x22b3 4-456-345 ⊳   contains as normal subgroup
+sign \x22b4 456-456-126 ⊴   normal subgroup or equal
+sign \x22b5 456-456-345 ⊵   contains as normal subgroup or equal
+sign \x22be 3456-456-246 ⊾   right angle with arc
+sign \x22c5 5-256 ⋅   dot operator
+
+
+#   Unicode:  Miscellaneous Technical
+
+math \x2329 4-126 ⟨
+math \x232A 4-345 ⟩
+
+
+#   Unicode:  Box Drawing
+
+noback sign \x2502 456 │   tally mark - vertical single solid line segment
+noback sign \x250a 45 ┊   first variant vertical line segment
+noback sign \x2551 6-456 ║   second variant vertical line segment
+noback sign \x2571 345 ╱   right-leaning single solid diagonal line segment   # using noback to avoid conflict with "ar" contraction
+noback sign \x2572 126 ╲   left-leaning single solid diagonal line segment   # using noback to avoid conflict with "gh" contraction
+
+
+#   Unicode:  Geometric Shapes
+
+sign \x25a0 456-1246-3456-145 ■   filled (solid) square
+sign \x25a1 1246-3456-145 □   square
+sign \x25a7 46-1246-3456-145 ▧   shaded square (upper left to lower right)
+sign \x25b2 456-1246-3456-14 ▲   filled (solid) (equilateral) triangle
+sign \x25b3 1246-3456-14 △   regular (equilateral) triangle
+sign \x25cb 1246-123456 ○   circle
+sign \x25cd 46-1246-123456 ◍   shaded circle
+sign \x25aa 456-256 ▪
+noback sign \x25cf 5-35 ●   black circle   # not representing filled circle shape as it is mostly used in password fields to represent hidden characters
+
+
+#   Unicode:  Miscellaneous Symbols
+
+sign \x2640 45-1346 ♀
+sign \x2642 45-13456 ♂
+sign \x266D 3456-126 ♭
+sign \x266E 3456-16 ♮
+sign \x266F 3456-146 ♯
+
+
+#   Unicode:  Miscellaneous Mathematical Symbols-B
+
+sign \x29b5 46-245 ⦵   'normal' (superscript circle crossed by horizontal line)
+
+
+#   Unicode:  Supplemental Mathemetical Operators
+
+math  \x2a23       45-146-5-235 ⨣
+math  \x2a24       45-12456-5-235 ⨤
+
+
+#   Unicode:  Supplemental Mathematical Operators
+
+sign \x2a23 45-146-5-235 ⨣
+sign \x2a24 45-12456-5-235 ⨤
+sign \x2ae4 46-456-25 ⫤   reverse 'is valid' sign
+
+
+#   Unicode:  Latin Extended-C
+
+uplow \x2c63\x1d7d 4-25-1234 Ᵽᵽ
+
+
+#   Unicode:  CJK Symbols and Punctuation
+
+sign \x3003 5-2 〃   ditto mark
+math \x3008 4-126 〈
+math \x3009 4-345 〉
+
+
+#   Unicode:  Latin Extended-D
+
+uplow \xa740\xa741 4-25-13 Ꝁꝁ
+uplow \xa742\xa743 4-16-13 Ꝃꝃ
+uplow \xa750\xa751 4-25-1234 Ꝑꝑ
+uplow \xa756\xa757 4-25-12345 Ꝗꝗ
+uplow \xa758\xa759 4-16-12345 Ꝙꝙ
+uplow \xa75e\xa75f 4-16-1236 Ꝟꝟ
+uplow \xa798\xa798 4-25-124 Ꞙꞙ
+
+
+#   Unicode:  Latin Extended-D
+
+lowercase \xfb00 124-45-235-124 ff
+lowercase \xfb01 124-45-235-24 fi
+#\xfb02 ffi
+#\xfb03 ffl
+lowercase \xfb05 124-45-235-2345 ſt
+lowercase \xfb06 234-45-235-2345 st
+
+
+#   Unicode:  Cyrillic
+# see above as to why these are here
+
+uplow \x0400\x0450 45-16-15 Ѐѐ
+uplow \x0401\x0451 45-25-15 Ёё
+uplow \x0407\x0457 45-25-24 Її
+uplow \x040c\x045c 45-34-13 Ќќ
+uplow \x040e\x04e5 45-346-13456 Ўў
+uplow \x04aa\x04ab 45-12346-14 Ҫҫ
+uplow \x04b0\x04b1 4-25-13456 Ұұ
+uplow \x04d0\x04d1 4-346-1 Ӑӑ
+uplow \x04d2\x04d3 45-25-1 Ӓӓ
+uppercase \x04d4 1-6-45-235-15 Ӕ
+lowercase \x04d5 1-45-235-15 ӕ
+uplow \x04d6\x04d7 45-346-15 Ӗӗ
+uplow \x04d8\x04d9 456-26 Әә
+uplow \x04ee\x04ef 4-36-13456 Ӯӯ
+uplow \x04f0\x04f1 45-25-13456 Ӱӱ
+
+
+#####   End of Unicode
+
+
+# Unicode prefers \x2019 for apostrophe instead of \x0027
+
+endword \x2019d 3-145
+endword \x2019m 3-134
+endword \x2019re 3-1235-15
+endword \x2019ve 3-1236-15
+endword \x2019ll 3-123-123
+endword \x2019s 3-234
+endword s\x2019 234-3
+endword \x2019t 3-2345
+
+
+#-index-name: Romanian, computer
+#-display-name: Romanian computer braille
+
+#+locale:ro
+#+type:computer
+#+dots:8
+
+# TODO: Please correct the metadata above. It is not meant to be
+# accurate nor complete. It hasn't been verified by the table
+# author yet. It is merely an attempt by the liblouis maintainers
+# to get some sensible initial values in place.
+
+# TODO: Please add a reference to official documentation about
+# the implemented braille code. Preferably submit the documents
+# to https://github.com/liblouis/braille-specs.
+
+include ro.ctb
+include braille-patterns.cti
+# liblouis: Afrikaans Braille Code (Grade 2)
+#
+# -----------
+#-name: Afrikaans gekontrakteerde
+#-index-name: Afrikaans, contracted
+#-display-name: Afrikaans contracted braille
+#
+#+locale:af
+#+type:literary
+#+contraction:full
+#+grade:2
+#+system:ubc-af
+#
+# "UBC" stands for "Unified Braille Code" and is a generalization of UEB.
+# See https://sabrailleauthority.org.za/unified-braille-code-ubc.
+# ------------
+#
+# Afrikaans is one of the 11 official languages in South Africa and is
+# among the top 3 most widely spoken local languages. It is a language
+# closely related to Dutch and uses the same alphabet, but in addition
+# it makes frequent use of the following diacritic marks on vowels:
+# acute and grave accent, circumflex and umlaut.
+#
+# The first braille system for Afrikaans was developed in about
+# 1935. After the adoption of the UEB in 2004 in Toronto, Canada, we
+# also unified the Afrikaans braille code according to the principles
+# of the UEB. The grade 1 code is identical to grade 1 UEB. Grade 2
+# has 183 contractions. Each letter of the alphabet except the letter
+# u (which is a word on its own) represents a contraction in grade
+# 2. As with UEB, we eliminated the contractions which could cause
+# ambiguity. In one respect Afrikaans braille is simpler than UEB, but
+# in another respect it is more complex: It is simpler in that it does
+# not have the complexity around shortforms found in UEB grade 2. It
+# is more complex because of linguistic reasons. In Afrikaans compound
+# words are frequently created on the fly and this can cause
+# contraction issues at word boundaries.
+#
+# We do not use additional codes such as Nemeth or computer braille
+# codes; we use our unified Afrikaans code also for technical
+# material.
+#
+#  Copyright (C) 2019 Greg Kearney <gkearney@gmail.com>
+#  Copyright (C) 2019 South African Braille Authority <http://www.sabrailleauthority.org.za>
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>
+#
+#  Maintained by Christo de Klerk <cjdk@mweb.co.za>
+
+include afr-za-g1.ctb
+
+# Begin entries
+
+noback correct "’" "'"
+
+# match expressions
+
+#a
+noback match - al E$|e$|END|end|ER$|er$|EREG|ereg|ERS|ers|I$|i$|IAS|ias|IES|ies|IG|ig|ING|ing|IË|ië 1-123
+noback match %a al AAT|aat|AT|at|IE|ie 1-123
+noback match - an E$|e$|ER$|er$|ERS|ers|IAK|iak|IES|ies|IG|ig|US|us 1-1345
+
+#b
+noback match - be FF|ff|KK|kk|KM|km|LL|ll|SS|ss|TT|tt|T$|t$|NE$|ne$|SIE$|sie$|SIES|sies|SIG$|sig$|SIG!T|sig!t|SWIL|swil 12-15
+noback match %[^_] be F$|f$|L$|l$|L![AEIOUYÊ]|l![aeiouyê]|S$|s$|T$|t$ 12-15
+noback match - bed $|E$|e$|EL$|el$|ELA|ela|ELT|elt|EV|ev|[BDFGHJKLMNPSTVbdfghjklmnpstv] 12-15-145
+noback match - bek $|AF|af|ER|er|[Kk] 12-15-13
+noback match - ben $|![AEIOUYaeiouy] 12-26
+noback match - beo fi|lo|gr 12-15
+noback match %a ber IES|ies|ING|ing|IË|ië 12-15-1235
+noback match - ber $|AAL|aal|ALE|ale|ALES|ales|ALIS|alis|![AEIOUaeiou] 12-12456
+noback match - besig h 12-15-234-24-1245
+noback match - best E$|e$|ES|es 12-15-34
+noback match - betal e|ing 23-2345-1-123
+noback match - bew e$|end|erasie|erig 12-15-2456
+noback match - binne $|N!S|n!s|[AaBbDdFfGgHhJjKkLlMmOoPpRrSsTtVvWw] 12-35-1345-15
+
+#d
+noback match - dag END|end|ER|er|ING|ing|IO|io 145-1-1245
+noback match - dani G|g 145-1-1345-24
+noback match - dat [aeiou] 145-1-2345
+noback match - de REG|reg 145-15
+noback match - die U|u 145-24-15
+noback match %[^_] den [OoUu] 145-15-1345
+noback match AR|ar der END|end|ING|ing 145-15-1235
+noback match %a dit EER|eer|ERE|ere|ERI|eri|EUR|eur|Êr|êr|EIT|eit 145-24-2345
+
+#e
+noback match %[^_] ek '[SsTt] 15-13
+noback match WES|wes en [Ee]$|ES$|es$ 26 
+noback match [BbMmSs] en [Ee]$|ES$|es$ 15-1345
+noback match %a en AME|ame|AAM|aam|ESTE|este|IG|ig 15-1345
+noback match %[^_] en E$|e$|ERS|ers|ETJIE|etjie|IG|ig|ORM|orm 15-1345
+noback match [Ss] en ING|ing|IOR|ior|[Uu] 15-1345
+noback match [LlMm] en ER$|er$|ER!G|er!g|IG|ig|ING|ing 15-1345
+noback match %a eni GEND|gend|GING|ging 15-1345-24
+noback match IMP|imp er [AEIOUaeiou] 15-1235
+noback match %a er EKENING|ekening|EKENA|ekena|EKENM|ekenm|ANGS|angs|OK$|ok$|OKK|okk|OSI|osi|ESERW|eserw|IOD|iod 15-1235
+noback match %[^_] er [AaIiOo] 15-1235
+noback match FISK|fisk|ID|id|IN|in|ION|ion|IT|it|L|l|LU|lu|MK|mk|PARK|park|R|r|REG|reg|RN|rn|SOEN|soen|TRAST|trast|V|v er END|end|ING|ing 15-1235
+noback match SM|sm er END|end|IG|ig|ING|ing 15-1235
+noback match UM|um er IES|ies|ING|ing 15-1235
+
+#g
+noback match - ge MM|mm|NIA|nia|SPE$|spe$|SPES$|spes$|TE$|te$|TIES|ties|WEL$|wel$|WELS|wels|WER$|wer$|WERS$|wers$ 1245-15
+noback match %[^_] ge NE$|ne$|NER$|ner$ 1245-15
+noback match OE|oe|[DdGgSsTt] ge WEND|wend|WING|wing 1245-15
+noback match BE|be ge REND|rend|RIG|rig 1245-15
+noback match - ge WE$|we$|WENE|wene|WER$|wer$WING|wing 1245-15
+noback match - gek $|[HhKkSs] 1245-15-13
+noback match - gel D$|d$|DE$|de$|DELIK|delik|DEND|dend|DER|der|DIG|dig|DING|ding|DJIE|djie|DEENH|deenh|DOOR|door|DWAARD|dwaard|DWESE|dwese|[Dd][BbDdFfGgHhJjKkLlMmNnPpSsTtVv]|E$|e$|ER$|er$|LING|ling 1245-15-123
+noback match - gen IE$|ie$|![AEIOUaeiou] 1245-26
+noback match - gener A|a|EER|eer 1245-26-12456
+noback match - geo fi|gr|lo|m 1245-15-135
+noback match %a ger IË|ië 1245-15-1235
+noback match LE|le|NE|ne ger END|end|ING|ing 1245-15-1235
+noback match - ger $|![AEIOUYaeiouy] 1245-12456
+noback match DRIN|drin|G|g|HON|hon ger IG|ig 1245-12456
+noback match UIT|uit gewer [SsYy] 1245-15-2456-12456
+noback match - gron E|d 1245-1235-25
+
+#h
+noback match - hal end|er|ing 125-1-123
+noback match - her E$|e$|ALDIE|aldie|EREG|ereg|ETJIE|etjie 125-15-1235
+
+#k
+noback match %[^_] kana $|Ä|ä 13-1-1345-1
+noback match T|t ker END|end|ING|ing 13-15-1235
+noback match - kler ASIE|asie|E|e 13-123-15-1235
+noback match - kom E|e|IE|ie|ING|ing 13-135-134
+
+#l
+noback match - lik AAN|aan|ANE|ane|ANT|ant|ASIE|asie|AAT|aat|ATE|ate|EIN|ein 123-24-13
+
+#m
+noback match - man e$|end|ing 134-1-1345
+noback match A|a|OE|oe mens - 134-26-234
+noback match KAL|kal mer END|end|ING|ing 134-15-1235
+noback match %[^_]|ND|nd mer E$|e$|EN|en 134-15-1235
+noback match - met a|e$|end|er|ing|od|REKK|rekk 134-15-2345
+noback match - mist ERI|eri|IES|ies|IG|ig 134-24-34
+noback match - mis - 134-24-234
+
+#o
+noback match %a of AKT|akt|EER|eer|EET|eet|ERING|ering|ESS|ess|ETE|ete|IE|ie|ISTIK|istik|OON|oon|ONE$|one$|YT|yt 135-124
+noback match %a on AAL|aal|ALE$|ale$|ALIS|alis|ALIT|alit|ARIS|aris|ASIE|asie|ATEUR|ateur|E$|e$|ES$|es$|EEL|eel|ELE$|ele$|EER|eer|EL$|el$|EREND|erend|ERING|ering|END|end|ENT|ent|IAAL|iaal|IALE|iale|IE|ie|IG|ig|IËLE|iële|IS|is|IUM|ium|ER$|er$|ERS|ers|ING$|ing$|INGS|ings|IS[MT]|is[mt] 135-1345
+noback match l on e 135-1345
+noback match EK|ek on OM|om|OOM|oom 135-1345
+
+#p
+noback match %[^_] pre [Rr] 1234-1235-15
+
+#r
+noback match - reg EER|eer|ENT|ent|EREND|erend|ERING|ering|IME|ime|ISEU|iseu|ISS|iss|IST|ist|LEM|lem|RESS|ress 1235-15-1245
+
+#s
+noback match %a ser end|ing 234-15-1235
+noback match [AaIi] sien - 234-1456-1345
+noback match [AaIi] sienet - 234-1456-45-1345
+noback match arbeid sk - 234-13
+noback match %a sk AJ|aj|AMER|amer|ANT|ant|APASI|apasi|ARTEL|artel|AS|as|ATALO|atalo|ELK|elk|EUS|eus|ETT|ett|N|n 234-13
+noback match ![AEIOUaeiou] sk [Rr][Ee][Ee][Tt]$|[Rr][Ee][Tt][Ee]$ 234-13
+noback match %a sk AART|aart|AMP|amp|ANAAL|anaal|ANALE|anale|APTEIN|aptein 234-13
+noback match %a sk ANSEL|ansel|ANTO|anto|EURIG|eurig|IND$|ind$|INDERS|inders|NEG|neg|NOOP|noop|NOPE|nope|OEK|oek|OEP|oep|OER|oer|OETS|oets|OFFER|offer|OFFIE|offie|OLOM|olom|OOPK|oopk|ORPS|orps 234-13
+noback match %a sk ODE|ode|OERS|oers|OLL|oll|OLONI|oloni|ONF|onf|ONS|ons|ONTIN|ontin|OOR$|oor$|ORPOR|orpor|ORTING|orting|OS|os|RAAN|raan|RANE|rane|RAFF|raff|RAG$|rag$|RAGTE|ragte|RAGTIG|ragtig|RING|ring|RISIS|risis|ROEG|roeg|RUI|rui|RYT|ryt|UIKEN|uiken|UIP|uip|UNS|uns|W|w 234-13
+noback match %a skler A|a|E|e 234-13-123-15-1235
+noback match %a skom [PpSs] 234-5-13
+# noback match - skrag !TIG|!tig|![AEIOUaeiou] 234-13-1235-1-1245
+noback match %a st AAK|aak|AAL|aal|AFEL|afel|AK$|ak$|AKK|akk|ARIE[FW]|arie[fw]|EATER|eater|AS$|as$|ASS|ass|EGN|egn|EKEN|eken|EMPER|emper|EMPO|empo|ENNIS|ennis|ERREIN|errein|ESOU|esou|ITEL|itel|J|j|ONEEL|oneel|ONELE|onele|ORING|oring|RANS|rans|RANT|rant|REIN|rein|ROEP|roep|ROTS|rots|RUST|rust|AKTI|akti|ALENT|alent|ENTOON|entoon|EORI|eori|RUI$|rui$|RUIE|ruie|UIN|uin|W|w|YE$|ye$ 234-2345
+noback match ARBEID|arbeid st AND|and 34
+noback match ARBEID|arbeid st - 234-2345
+noback match KIE|kie st AND|and 234-2345
+noback match BO|bo|BOSSIE|bossie st EE|ee 234-2345
+noback match %a ste [Hh]|KORT|kort 234-235
+noback match ![aeiou]|$ stene $ 34-15-1345-15
+noback match %a ster m$|me$|min|myn 234-2345-12456
+noback match - ster IEL|iel|ILI|ili 34-15-1235
+noback match %a stoe LAAG|laag|LAE|lae|LAT|lat|NA|na|R|r|TS|ts|[BDGJKSVbdgjksv] 234-2345-246
+
+#t
+noback match AP|ap te KE$|ke$|KER|ker 2345-15
+noback match - te GIES|gies|GN|gn|GRIT|grit|KARES|kares|KARIS|karis|KK|kk|KS|ks|KT|kt|LEFO|lefo|LEGRA|legra|LEVI|levi|LLEND|llend|LLER|ller|LLING|lling|M$|m$|MB|mb|MM|mm|MP|mp|RIES|ries|SE$|se$|SES|ses|STAAT|staat|STATE|state|TIES|ties 2345-15
+noback match IN|in te LLEK|llek|LLIG|llig 2345-15
+noback match MON|mon|NO|no|TRAK|trak te RE|re|RI|ri 2345-15
+noback match AN|an tedat E|e 2345-15-145-1-2345
+noback match - tea $|S|s|TER|ter|TR|tr 2345-15-1
+noback match - teken $|END|end|ING|ing|[DFGHJKLMPRSTVWdfghjklmprstvw] 2345-15-13-26
+noback match - ten $|aar|are|ENT|ent|OOR|oor|ORE|ore|![aeiou] 2345-26
+noback match - teo L|l|RET|ret|RIE|rie 2345-15-135
+noback match - ter $|![AEIOUaeiou] 2345-12456
+noback match NUG|nug|T|t|WA|wa ter END|end|ING|ing 2345-12456
+noback match I|i|ON|on|REPE|repe|SPEK|spek|U|u|VER|ver ter END|end|ING|ing 2345-15-1235
+noback match BAK|bak ter I|i 2345-15-1235
+noback match ma ter i[aeë] 2345-15-1235
+noback match %a ter IG|ig 2345-12456
+noback match %a teria $|W|w 2345-15-1235-24-1
+noback match %a tog ER|er|ING|ing|RAAF|raaf|RAFEER|rafeer|RAFI|rafi|RAWE|rawe 2345-135-1245
+
+#v
+noback match - vaste ![AEIOUaeiou]|$ 1236-1-34-15
+noback match %[^_] vere [BbGgHhJjKkLlMmPpSsTtVv] 1236-15-1235-15
+noback match - vol U![AEIOU]|u![aeiou] 1236-135-123
+
+#w
+noback match - waarder EN|en|ING|ing 2456-2-1235-145-15-1235
+noback match %[^_] was EM|em|IG|ig 2456-1-234
+noback match BE|be|GE|ge|![AEIOUYaeiouy] wer E|e|ING|ing 2456-15-1235
+
+#  Alphabet contractions (alone standing):
+
+word as 1
+word baie 12
+word sal 14
+word dan 145
+word ek 15
+word om 124
+word geen 1245
+word hy 125
+word is 24
+word jy 245
+word kan 13
+word liefde 123
+word my 134
+word nie 1345
+word ook 135
+word plek 1234
+word ons 12345
+word reeds 1235
+word so 234
+word tot 2345
+word van 1236
+word wil 2456
+word het 1346
+word sy 13456
+word 'n 1356
+
+# Alone-standing word sign contractions
+word ander 12346
+word want 123456
+word eindelik 146
+word iets 1456
+word een 156
+word erken 12456
+word wat 246
+word stil 34
+lowword deur 256
+lowword en 26
+lowword te 235
+lowword se 2356
+lowword hier 236
+lowword in 35
+lowword by 356
+
+endword 's 3-234
+endword 't 3-2345
+
+# Higher group sign contractions not alone-standing
+always an 12346
+partword ge 123456
+always of 12356
+always die 2346
+always met 23456
+always sk 16
+always aan 126
+partword ei 146
+always ie 1456
+always ee 156
+always al 1246
+always er 12456
+always ou 1256
+partword oe 246
+always st 34
+always was 346
+always ui 345
+
+# Lower sign group letter contractions
+midword aa 2
+begword be 23
+midword be 23
+begword on 25
+midword on 25
+begword deur 256
+always en 26
+begmidword te 235
+midword oo 2356
+always in 35
+begword by 356
+midword by 356
+word by 356
+
+# Dot 5 contractions
+always dag 5-145
+always familie 5-124
+always goeie 5-1245
+always hul 5-125
+always jul 5-245
+always kom 5-13
+always lewe 5-123
+always moet 5-134
+always nooit 5-1345
+always onder 5-135
+always party 5-1234
+always reg 5-1235
+always sien 5-234
+always tyd 5-2345
+always uur 5-136
+always vol 5-1236
+always werk 5-2456
+always kry 5-13456
+always nog 5-1356
+always antwoord 5-12346
+always wanneer 5-123456
+always dieselfde 5-2346
+always iemand 5-1456
+
+# Dot 45 contractions
+always doen 45-145
+always graag 45-1245
+always hulle 45-125
+always julle 45-245
+always net 45-1345
+always self 45-234
+always tussen 45-2345
+word vir 45-1236
+always woord 45-2456
+always dit 45-2346
+
+# Dot 456 contractions
+always darem 456-145
+always hard 456-125
+always koning 456-13
+always mens 456-134
+always nuwe 456-1345
+always oor 456-135
+always praat 456-1234
+always seker 456-234
+always tog 456-2345
+always voor 456-1236
+always weer 456-2456
+always dat 456-2346
+
+# Dot 46 contractions
+midendword heid 46-145
+midendword tjie 46-15
+midendword agtig 46-1245
+midendword djie 46-1456
+
+# Dot 56 contractions
+midendword lik 56-13
+
+ # Words indicated by two or more signs
+word alhoewel 1246-125-2456
+word alles 1246-123
+word almal 1246-134
+word alreeds 1246-1235
+word begin 23-1245
+word behoort 23-125
+word besluit 23-234-123
+word braille 12-1235-123
+word brief 12-1235
+word daar 145-1235
+word daardie 145-2346
+word daarin 145-1235-35
+word daarna 145-1345
+word daarom 145-134
+word daarop 145-1234
+word daarvan 145-1236
+word daarvoor 145-456-1236
+word dadelik 145-56-13
+word dikwels 145-2456
+word duidelik 145-13
+word gebruik 123456-12
+word gedurende 123456-145
+word gemaak 123456-134-13
+word genoeg 123456-1345
+word gewees 123456-2456-234
+word geweet 123456-2456-2345
+word geword 123456-2456-145
+word goed 1245-145
+word groot 1245-1235-2345
+word grootste 1245-1235-2345-34-15
+word haar 125-1235
+word heeltemal 125-123-2345
+word hierdie 125-2346
+word hoewel 125-2456
+word hom 125-134
+word jaar 245-1235
+word kind 13-145
+word kinders 13-145-234
+word kort 13-2345
+word laat 123-2345
+word maak 134-13
+word maar 134-1235
+word miskien 134-16
+word moontlik 134-2345-13
+word natuurlik 1345-2345-13
+word omdat 134-145
+word omstandighede 135-134-34-145-15
+word omtrent 135-134-2345
+word ontvang 25-2345-1236
+word paar 1234-1235
+word probeer 1234-12
+word skryf 16-1235
+word sodat 234-456-2346
+word soos 234-234
+word teen 2345-1345
+word terwyl 2345-2456
+word totdat 2345-456-2346
+word vandag 1236-145
+word waar 2456-1235
+word waarheid 2456-1235-46-145
+word waarin 2456-1235-35
+word waarom 2456-134
+word waarop 2456-1234
+word waarvan 2456-1236
+word waarvoor 2456-456-1236
+word wees 2456-234
+word weet 2456-2345
+word word 2456-145
+
+# Specific rules:
+
+###a
+contraction a
+contraction A
+midword aai 2-24
+sufword aal =
+always aandele 126-145-15-123-15
+always agter 1-1245-2345-12456
+always adres =
+begword afker =
+always afskort 1-124-16-135-1235-2345
+sufword aftel =
+endword ala =
+always aland 1-123-12346-145
+midendword aleryk =
+endword ales =
+always aliter 1-123-24-2345-12456
+word almiskie 1246-134-24-16-1456
+begword ameri =
+midendword anett 1-45-1345-2345
+always anger 12346-1245-12456 # aanhanger/bangerig/langer/visvangers/sangeres
+always anies 1-1345-1456-234
+always anomalie 12346-135-134-1246-1456
+always arbitrage =
+always argitek 1-1235-1245-24-2345-15-13
+begword asbes 1-234-12-15-234
+always astrant 1-34-1235-12346-2345
+always as't =
+
+###b
+contraction b
+contraction B
+begword baie =
+always balie 12-1-123-1456
+always bber 12-12-12456
+begword beat 12-15-1-2345
+always bedjie 12-15-46-1456
+always bee 12-156
+always beesk 12-156-234-13
+always beginsel 23-1245-35-234-15-123
+always begonia 23-1245-135-1345-24-1
+always beher 23-125-15-1235
+always bei 12-146
+always bekering 23-13-15-1235-35-1245
+begword beneri 12-15-1345-12456-24
+word bere =
+always besem =
+always beseten 23-234-15-2345-26
+always bestee 23-34-156
+always bestek 23-34-15-13
+always beter 12-15-2345-12456
+always beties 12-15-2345-1456-234
+always beu =
+always bewing 12-15-2456-35-1245
+word bittere 12-24-2345-2345-12456-15
+always blaaskans 12-123-2-234-13-12346-234
+always bleskop =
+always boere 12-246-1235-15
+always bona =
+always bonus =
+always boskasie 12-135-16-1-234-1456
+always boskop =
+begword braille =
+always burger 12-136-1235-1245-12456
+
+###c
+contraction c
+contraction C 
+always chloro =
+
+###d
+contraction d
+contraction D
+always daar's 145-2-1235-3-234
+always deposito =
+begword dereg =
+always diabetes 145-24-1-12-15-235-234
+always diee 145-24-156
+always diegene 2346-1245-15-1345-15
+always dimens 145-24-134-26-234
+always diskoers 145-24-16-246-1235-234
+always diskonter 145-24-16-25-2345-15-1235
+always doeane 145-246-1-1345-15
+always dreiner 145-1235-146-1345-15-1235
+
+###e
+contraction e
+word eerstens 156-1235-34-26-234
+begmidword eerste 156-1235-34-15
+contraction E
+begword ekskl 15-13-16-123
+begword engel 26-123456-123
+midword enywer 15-1345-13456-2456-12456
+sufword ere =
+midendword ereg 15-5-1235
+endword eryk =
+
+###f
+contraction f
+contraction F
+always fenomen 	=
+midendword feries 124-15-1235-1456-234
+always folio =
+always folter 124-135-123-2345-12456
+
+###g
+contraction g
+contraction G
+always ganery 1245-1-1345-12456-13456
+prfword gebel 123456-12-15-123
+always gee 1245-156
+always gei 1245-146
+always gegewens 123456-1245-15-2456-26-234
+always gemenebes 123456-134-15-1345-15-12-15-234
+endword gese =
+begword gest 123456-34
+prfword getel 123456-2345-15-123
+always geu =
+begword glas =
+begword globale =
+always gods =
+always grader =
+always grimer =
+always groeper 1245-1235-246-1234-15-1235
+always grotere 1245-1235-135-2345-12456-15
+always grys =
+always g'n 1245-3-1345
+
+###h
+contraction h
+contraction H
+always hane =
+always hanter 125-12346-2345-15-1235
+always hartstog 125-1-1235-2345-234-456-2345
+always hawereg 125-1-2456-15-5-1235
+always helikop =
+always herenig 125-12456-15-1345-24-1245
+always hister 125-24-34-15-1235
+always honger 125-25-1245-12456
+always honor =
+always hoog 125-2356-1245
+always hotel =
+always houtskool 125-1256-2345-234-13-2356-123
+always huis 125-345-234
+always hy's 125-13456-3-234
+always hy't 125-13456-3-2345
+always h'm 125-3-134
+
+###i
+contraction i
+contraction I
+always iee 24-156
+always ieu 24-15-136
+always ieui 1456-345
+always ingenieur 35-1245-26-24-15-136-1235
+always inter 35-2345-12456
+always item =
+
+###j
+contraction j
+contraction J
+always ja'k 245-1-3-13
+always julie 245-136-123-1456
+always jy's 245-13456-3-234
+always jy't 245-13456-3-2345
+
+###k
+contraction k
+contraction K
+always kabinet 13-1-12-24-45-1345
+always kalender 13-1246-26-145-12456
+always kalium =
+always kameralens 13-1-134-12456-1-123-26-234
+always kaner 13-1-1345-12456
+always karakter 13-1-1235-1-13-2345-12456
+begmidword karoo 13-1-1235-2356
+always kasty 13-1-34-13456
+begword kenter 13-26-2345-12456
+word kere =
+always kieue 13-1456-136-15
+begword kleinser 13-123-146-1345-234-15-1235
+always klere 13-123-15-1235-15
+begword klets =
+begword koelte 13-246-123-235
+always kompanie 5-13-1234-12346-1456
+always konink 13-135-1345-35-13
+always konstabel 13-25-34-1-23-123
+always kosmetie 13-135-234-134-15-2345-1456
+always kriminer 13-1235-24-134-35-15-1235
+always kriskras =
+always kwalik 13-2456-1-56-13
+
+###l
+contraction l
+contraction L
+word laaskeer 123-2-234-13-156-1235
+always later 123-1-2345-12456
+always likwid =
+always lokomo =
+always leraar 123-15-1235-2-1235
+prfword lere =
+always liegery 123-1456-1245-12456-13456
+always lokale =
+begword los =
+always louter 123-1256-2345-12456
+always luitenan 123-345-2345-26-12346
+
+###m
+contraction m
+contraction M
+always ma'tjie 134-1-3-46-15
+always maar's 134-2-1235-3-234
+always magnet =
+always makaber 134-1-13-1-12-12456
+word maskas 134-1-16-1-234
+begword mede =
+always menasie 134-15-1345-1-234-1456
+word menere 134-26-15-1235-15
+always mentering 134-26-2345-15-1235-35-1245
+always metjie 134-15-46-15
+midword metoe 134-15-2345-246
+begword metr =
+sufword midderif =
+always moedersknie 134-246-145-12456-234-13-1345-1456
+always moestas 134-246-34-1-234
+always monarg =
+always monder 134-25-145-15-1235
+begword monet =
+always monit 	=
+always mono =
+always monumen 134-135-1345-136-134-26
+
+###n
+contraction n
+contraction N
+word nanag =
+sufword nasien 1345-1-5-234
+word nete =
+midendword netjie 1345-15-46-15
+always nieu 1345-1456-136
+word nering 1345-15-1235-35-1245
+
+###o
+contraction o
+contraction O
+always oei 246-24
+always oeuvre =
+word ontering 25-2345-15-1235-35-1245
+always ofie 135-124-1456
+sufword onus =
+always onêr =
+midendword ooi 2356-24
+word ooie =
+begword oon =
+always oorlogs 456-135-123-135-1245-234
+always ooskus =
+always opbel =
+always optel =
+sufword outo 1256-2345-135
+
+###p
+contraction p
+contraction P
+begword perde 1234-12456-145-15
+word pere =
+always prestige 1234-1235-15-34-24-1245-15
+always protest 1234-1235-135-235-34
+always protes =
+always proteïen 1234-1235-135-2345-15-45-25-24-15-1345
+always puntener 1234-136-1345-2345-26-15-1235
+
+###q
+contraction q
+contraction Q
+
+###r
+contraction r
+contraction R
+always rebel =
+always redener 1235-15-145-26-15-1235
+always regul =
+always regter 5-1235-2345-12456
+always riskant 1235-24-16-12346-2345
+always roskam =
+begword roter =
+always ruskans 1235-136-234-13-12346-234
+
+###s
+contraction s
+contraction S
+always s'n 234-3-1345
+always sameroep 234-1-134-15-1235-246-1234
+always samen 234-1-134-26
+prfword sere =
+sufword serie 234-15-1235-1456
+endword serie 234-15-1235-1456
+always serum 234-15-1235-136-134
+begword ses =
+always sestig 234-15-34-24-1245
+always silwer 234-24-123-2456-12456
+always singery 234-35-1245-12456-13456
+always skafee 234-13-1-124-156
+always skaker 16-1-13-15-1235
+always skapit =
+midendword skeerkring 234-13-156-1235-13-1235-35-1245
+always skl =
+always skomen 234-13-135-134-26 # eerskomende/laaskomende
+always skomitee 234-5-13-24-2345-156
+always skommis 234-5-13-134-24-234
+always skontr 234-13-25-2345-1235
+always skoste 234-13-135-34-15		
+always skredie 234-13-1235-15-2346
+midword skredit =
+always skrobber 16-1235-135-12-12-15-1235
+always skund =
+always skursus =
+always slanery 234-123-1-1345-12456-13456
+always slinger 234-123-35-1245-12456
+always sorter =
+always sous 234-1256-234
+midendword stabel =
+prfword stanery 34-1-1345-12456-13456
+always stereo 34-15-1235-15-135
+always stralek 34-1235-1-123-15-13
+midword strekk =
+always strengel 34-1235-26-123456-123
+always studer 34-136-145-15-1235
+always styd 234-5-2345
+begword sub =
+begword sugg 234-136-1245-1245
+prfword suite =
+always sy's 234-13456-3-234
+always sy't 234-13456-3-2345
+
+###t
+contraction t
+contraction T
+always tabel =
+always tee 2345-156
+always tei 2345-146
+endword teke 2345-15-13-15
+always teken 2345-15-13-26
+word tel =
+sufword teleks =
+word teling 2345-15-123-35-1245
+begword telk =
+prfword tema =
+midendword tenis 2345-26-24-234
+always tepel =
+word tere =
+always terg 2345-12456-1245
+sufword tering 2345-15-1235-35-1245
+always terugker 235-1235-136-1245-13-15-1235
+word tes =
+begword tesour 2345-15-234-1256-1235
+begword test 2345-15-34
+always teu =
+word tewens 2345-15-2456-26-234
+always toonaangew 2345-2356-1345-126-1245-15-2456
+always tragedie 2345-1235-1-1245-15-2346
+always teë =
+always teï =
+
+###u
+always uiter 345-2345-12456
+always uitsteken 345-2345-34-15-13-26
+
+###v
+contraction v
+contraction V
+always vang 1236-12346-1245
+endword vange 1236-12346-123456
+endword vangeneming 1236-12346-123456-1345-15-134-35-1245
+begword vas =
+prfword vaster 1236-1-34-12456
+prfword vere =
+begword vergetel 1236-12456-1245-15-235-123
+begword vergeten 1236-12456-1245-15-2345-26
+always verkenningstog 1236-12456-13-26-1345-35-1245-234-456-2345
+always vermetel 1236-12456-134-15-235-123
+always vermiste 1236-12456-134-24-34-15
+always verskal 1236-12456-234-13-1246
+always vertel 1236-12456-2345-15-123
+always vester 1236-15-34-15-1235
+always veter 1236-15-2345-12456
+always vinger 1236-35-1245-12456
+always viskop =
+always viskuit 1236-24-234-13-345-2345
+always visteelt 1236-24-234-2345-156-123-2345
+endword vole =
+word volt =
+always vomer =
+always voornemens 456-1236-1345-15-134-26-234
+always vredestog 1236-1235-15-145-15-234-456-2345
+always vroue 1236-1235-1256-15
+always vrouens 1236-1235-1256-26-234
+always vrygewi 1236-1235-13456-1245-15-2456-24
+
+###w
+contraction w
+contraction W
+always waar's 2456-2-1235-3-234
+always wassen 346-234-26
+always water 2456-1-2345-12456
+always wat-s 2456-1-2345-3-234
+always wederker 2456-15-145-12456-13-15-1235
+always welterge 2456-15-123-2345-12456-123456
+always werkgew 5-2456-1245-15-2456
+always weskus =
+always wins 2456-35-234
+always winste 2456-35-34-15
+always wysger =
+
+###x
+contraction x
+contraction X
+
+###y
+contraction y
+contraction Y
+begword yskou 13456-234-13-1256
+
+###z
+contraction z
+contraction Z
+
+###á
+always ál =
+
+###ó
+always óf =
+
+###ë
+always ëi 45-25-15-24
+always ënter =
+
+# This table contains braille codes and rules for Kannada  script.
+#
+# Copyright (C) 2014 National Institute for Visually Handicapped, 116, Rajpur Road, Dehradun, Uttrakhand, India
+#
+# This file is part of liblouis.
+#
+# liblouis is free software: you can redistribute it and/or modify it
+# under the terms of the GNU Lesser General Public License as
+# published by the Free Software Foundation, either version 2.1 of the
+# License, or (at your option) any later version.
+#
+# liblouis is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with liblouis. If not, see
+# <http://www.gnu.org/licenses/>.
+
+# This table is built and maintained under an activity of Braille Council of India
+# Contributors: Dipendra Manocha, Sreeja, Dinesh Kaushal, Mesar Hameed
+# Last updated on May 5, 2014
+# To report any bugs or any suggestion, please write to d@saksham.org and sreeja.param@gmail.com
+
+include braille-patterns.cti
+
+# generated by ttbtest
+# vowels
+
+letter   \x0C82	56	# KANNADA SIGN ANUSVARA
+letter   \x0C83	6	# KANNADA SIGN VISARGA
+letter   \x0C85	1	# KANNADA LETTER A
+letter   \x0C86	345	# KANNADA LETTER AA
+letter   \x0C87	24	# KANNADA LETTER I
+letter   \x0C88	35	# KANNADA LETTER II
+letter   \x0C89	136	# KANNADA LETTER U
+letter   \x0C8A	14	# KANNADA LEETER UU
+letter   \x0C8B	5-1235	# KANNADA LETTER VOCALIC R
+letter   \x0C8E	26	# KANNADA LETTER E
+letter   \x0C8F	15	# KANNADA LETTER EE
+letter   \x0C90	34	# KANNADA LETTER AI
+letter   \x0C92	346	# KANNADA LETTER O
+letter   \x0C93	135	# KANNADA LETTER OO
+letter   \x0C94	246	# KANNADA LETTER AU
+
+replace \x200D
+
+# consonants
+
+letter   \x0C95	13	# KANNADA LETTER KA
+letter   \x0C96	46	# KANNADA LETTER KHA
+letter   \x0C97	1245	# KANNADA LETTER GA
+letter   \x0C98	126	# KANNADA LETTER GHA
+letter   \x0C99	346	# KANNADA LETTER NGA
+
+letter   \x0C9A	14	# KANNADA LETTER CA
+letter   \x0C9B	16	# KANNADA LETTER CHA
+letter   \x0C9C	245	# KANNADA LETTER JA
+letter   \x0C9D	356	# KANNADA LETTER JHA
+letter   \x0C9E	25	# KANNADA LETTER NYA
+
+letter   \x0C9F	23456	# KANNADA LETTER TTA
+letter   \x0CA0	2456	# KANNADA LETTER TTHA
+letter   \x0CA1	1246	# KANNADA LETTER DDA
+letter   \x0CA2	123456	# KANNADA LETTER DDHA
+letter   \x0CA3	3456	# KANNADA LETTER NNA
+
+letter   \x0CA4	2345	# KANNADA LETTER TA
+letter   \x0CA5	1456	# KANNADA LETTER THA
+letter   \x0CA6	145	# KANNADA LETTER DA
+letter   \x0CA7	2346	# KANNADA LETTER DHA
+letter   \x0CA8	1345	# KANNADA LETTER NA
+
+letter   \x0CAA	1234	# KANNADA LETTER PA
+letter   \x0CAB	235	# KANNADA LETTER PHA
+letter   \x0CAC	12	# KANNADA LETTER BA
+letter   \x0CAD	45	# KANNADA LETTER BHA
+letter   \x0CAE	135	# KANNADA LETTER MA
+
+letter   \x0CAF	13456	# KANNADA LETTER YA
+letter   \x0CB0	1235	# KANNADA LETTER RA
+letter   \x0CB2	123	# KANNADA LETTER LA
+letter   \x0CB3	456	# KANNADA LETTER LLA
+letter   \x0CB5	1236	# KANNADA LETTER VA
+letter   \x0CB6	146	# KANNADA LETTER SHA
+letter   \x0CB7	12346	# KANNADA LETTER SSA
+letter   \x0CB8	234	# KANNADA LETTER SA
+letter   \x0CB9	125	# KANNADA LETTER HA
+
+letter   \x0CBE	345	# KANNADA VOWEL SIGN AA
+letter   \x0CBF	24	# KANNADA VOWEL SIGN I
+letter   \x0CC0	35	# KANNADA VOWEL SIGN II = OCBF ?  0CD5 ?
+letter   \x0CC1	136	# KANNADA VOWEL SIGN U
+letter   \x0CC2	1256	# KANNADA VOWEL SIGN UU
+letter   \x0CC3	5-1235	# KANNADA VOWEL SIGN VOCALIC R
+letter   \x0CC4	6-1235	# KANNADA VOWEL SIGN VOCALIC RR
+letter   \x0CC6	26	# KANNADA VOWEL SIGN E
+letter   \x0CC7	15	# KANNADA VOWEL SIGN EE = 0CC6 ? 0CD5 ?
+letter   \x0CC8	34	# KANNADA VOWEL SIGN AI =  0CC6 ? 0CD6 ?
+letter   \x0CCA	1346	# KANNADA VOWEL SIGN O = 0CC6 ?  0CD6 ?
+letter   \x0CCB	135	# KANNADA VOWEL SIGN OO = 0CCA ? 0CD5 ?
+letter   \x0CCC	246	# KANNADA VOWEL SIGN AU
+letter   \x0CCD	4	# KANNADA SIGN VIRAMA (PREFERRED NAME IS HALANT
+
+#digits
+
+litdigit   \x0CE6	245	# KANNADA DIGIT ZERO
+litdigit   \x0CE7	1	# KANNADA DIGIT ONE
+litdigit   \x0CE8	12	# KANNADA DIGIT TWO
+litdigit   \x0CE9	14	# KANNADA DIGIT THREE
+litdigit  \x0CEA	145	# KANNADA DIGIT FOUR
+litdigit   \x0CEB 	15	# KANNADA DIGIT FIVE
+litdigit   \x0CEC	124	# KANNADA DIGIT SIX
+litdigit   \x0CED	1245	# KANNADA DIGIT SEVEN
+litdigit  \x0CEE	125	# KANNADA DIGIT EIGHT
+litdigit   \x0CEF	24	# KANNADA DIGIT NINE
+
+
+  # Half characters 
+always   \x0C95\x0CCD	4-13	# KANNADA LETTER KA
+ always   \x0C96\x0CCD	 4-46         # KANNADA LETTER KHA
+ always   \x0C97\x0CCD 4-1245	# KANNADA LETTER GA
+ always   \x0C98\x0CCD  4-126	# KANNADA LETTER GHA
+ always   \x0C99\x0CCD	4-346	# KANNADA LETTER NGA
+
+ always   \x0C9A\x0CCD	4-14	# KANNADA LETTER CA
+ always   \x0C9B\x0CCD	4-16	# KANNADA LETTER CHA
+ always   \x0C9C\x0CCD	4-245	# KANNADA LETTER JA
+ always   \x0C9D\x0CCD	4-356	# KANNADA LETTER JHA
+ always   \x0C9E\x0CCD	4-25	# KANNADA LETTER NYA
+
+ always   \x0C9F\x0CCD	4-23456  # KANNADA LETTER TTA
+ always   \x0CA0\x0CCD	4-2456	# KANNADA LETTER TTHA
+ always   \x0CA1\x0CCD	4-1246	# KANNADA LETTER DDA
+ always   \x0CA2\x0CCD	4-123456	# KANNADA LETTER DDHA
+ always   \x0CA3\x0CCD	4-3456	# KANNADA LETTER NNA
+
+ always   \x0CA4\x0CCD	4-2345	# KANNADA LETTER TA
+ always   \x0CA5\x0CCD	4-1456	# KANNADA LETTER THA
+ always   \x0CA6\x0CCD	4-145	# KANNADA LETTER DA
+ always   \x0CA7\x0CCD	4-2346	# KANNADA LETTER DHA
+ always   \x0CA8\x0CCD	4-1345	# KANNADA LETTER NA
+
+ always   \x0CAA\x0CCD	4-1234	# KANNADA LETTER PA
+ always   \x0CAB\x0CCD	4-235	# KANNADA LETTER PHA
+ always   \x0CAC\x0CCD	4-12	# KANNADA LETTER BA
+ always   \x0CAD\x0CCD	4-45	# KANNADA LETTER BHA
+ always   \x0CAE\x0CCD	4-135	# KANNADA LETTER MA
+
+ always   \x0CAF\x0CCD	4-13456	# KANNADA LETTER YA
+ always   \x0CB0\x0CCD	4-1235	# KANNADA LETTER RA
+ always   \x0CB2\x0CCD	4-123	# KANNADA LETTER LA
+ always   \x0CB3\x0CCD	4-456	# KANNADA LETTER LLA
+ always   \x0CB5\x0CCD	4-1236	# KANNADA LETTER VA
+ always   \x0CB6\x0CCD	4-146	# KANNADA LETTER SHA
+ always   \x0CB7\x0CCD	4-12346	# KANNADA LETTER SSA
+ always   \x0CB8\x0CCD	4-234	# KANNADA LETTER SA
+ always   \x0CB9\x0CCD	4-125	# KANNADA LETTER HA
+ always   \x0CC4\x0CCD	4-6-1235	# KANNADA VOWEL SIGN VOCALIC RR
+
+#ksha and gya
+
+
+always \x0C95\x0CCD\x0CB7\x0CCD 4-12345 #ksha
+always \x0C9C\x0CCD\x0C9E 156 #gya
+always \x0C95\x0CCD\x0CB7 12345 #ksha
+
+# consonant followed by vowel
+class KannadaVowel \x0C87\x0C88\x0C89\x0C8A\x0C8B\x0C8E\x0C8F\x0C90\x0C92\x0C93\x0C94
+class Halant \x0CCD
+before KannadaVowel always      \x0C95   13-1	# KANNADA LETTER KA
+ before KannadaVowel always   \x0C96 	  46-1         # KANNADA LETTER KHA
+ before KannadaVowel always   \x0C97	   1245-1	# KANNADA LETTER GA
+ before KannadaVowel always   \x0C98	    126-1	# KANNADA LETTER GHA
+
+ before KannadaVowel always   \x0C9A 	 14-1	# KANNADA LETTER CA
+ before KannadaVowel always   \x0C9B 	 16-1	# KANNADA LETTER CHA
+ before KannadaVowel always   \x0C9C 	 245-1	# KANNADA LETTER JA
+ before KannadaVowel always   \x0C9D 	 356-1	# KANNADA LETTER JHA
+
+ before KannadaVowel always   \x0C9F 		 23456-1	# KANNADA LETTER TTA
+ before KannadaVowel always   \x0CA0 	 2456-1	 # KANNADA LETTER TTHA
+ before KannadaVowel always   \x0CA1 	 1246-1	 # KANNADA LETTER DDA
+ before KannadaVowel always   \x0CA2 	 123456-1	# KANNADA LETTER DDHA
+ before KannadaVowel always   \x0CA3 	 3456-1	# KANNADA LETTER NNA
+
+ before KannadaVowel always   \x0CA4 	 2345-1	# KANNADA LETTER TA
+ before KannadaVowel always   \x0CA5 	 1456-1	# KANNADA LETTER THA
+ before KannadaVowel always   \x0CA6 	 145-1	# KANNADA LETTER DA
+ before KannadaVowel always   \x0CA7 	 2346-1	# KANNADA LETTER DHA
+ before KannadaVowel always   \x0CA8 	 1345-1	# KANNADA LETTER NA
+
+ before KannadaVowel always   \x0CAA 	 1234-1	# KANNADA LETTER PA
+ before KannadaVowel always   \x0CAB 	 235-1	# KANNADA LETTER PHA
+ before KannadaVowel always   \x0CAC 	 12-1	# KANNADA LETTER BA
+ before KannadaVowel always   \x0CAD 	 45-1	# KANNADA LETTER BHA
+ before KannadaVowel always   \x0CAE 	 135-1	# KANNADA LETTER MA
+
+ before KannadaVowel always   \x0CAF 	 13456-1	# KANNADA LETTER YA
+ before KannadaVowel always   \x0CB0 	 1235-1	# KANNADA LETTER RA
+ before KannadaVowel always   \x0CB2 	 123-1	# KANNADA LETTER LA
+ before KannadaVowel always   \x0CB3 	 456-1	# KANNADA LETTER LLA
+ noback before KannadaVowel always   \x0CB5 	 1236	# KANNADA LETTER VA
+ before KannadaVowel always   \x0CB6 	 146-1	# KANNADA LETTER SHA
+ before KannadaVowel always   \x0CB7 	 12346-1	# KANNADA LETTER SSA
+ before KannadaVowel always   \x0CB8 	 234-1	# KANNADA LETTER SA
+ before KannadaVowel always   \x0CB9 	 125-1	# KANNADA LETTER HA
+
+before KannadaVowel always   \x0CC4 	 6-1235-1	# KANNADA VOWEL SIGN VOCALIC RR
+
+# Liblouis: Display table for Danish CP1252 Octo Braille
+#
+#  Copyright (C) 2014-2017, Bue Vester-Andersen <bue@vester-andersen.dk>
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+#
+#------------
+#
+# This file contains display definitions for Danish 8 dot Braille.
+# It should be included in high level tables to ensure correct mapping of characters to dot patterns.
+#
+# Version: Bue Vester-Andersen 170604
+
+display \x0000 8 NULL
+display \x0001 178 START OF HEADING
+display \x0002 1278 START OF TEXT
+display \x0003 1478 END OF TEXT
+display \x0004 14578 END OF TRANSMISSION
+display \x0005 24568 ENQUIRY
+display \x0006 12478 ACKNOWLEDGE
+display \x0007 124578 BELL
+display \x0008 12578 BACKSPACE
+display \t 2478 CHARACTER TABULATION
+display \n 678 LINE FEED (LF)
+display \v 1368 LINE TABULATION
+display \f 12378 FORM FEED (FF)
+display \r 257 CARRIAGE RETURN (CR)
+display \x000e 134578 SHIFT OUT
+display \x000f 12358 SHIFT IN
+display \x0010 123478 DATA LINK ESCAPE
+display \x0011 1234578 DEVICE CONTROL ONE
+display \x0012 13568 DEVICE CONTROL TWO
+display \x0013 4578 DEVICE CONTROL THREE
+display \x0014 268 DEVICE CONTROL FOUR
+display \x0015 13678 NEGATIVE ACKNOWLEDGE
+display \x0016 278 SYNCHRONOUS IDLE
+display \x0017 3578 END OF TRANSMISSION BLOCK
+display \x0018 78 CANCEL
+display \x0019 68 END OF MEDIUM
+display \x001a 135678 SUBSTITUTE
+display \x001b 2678 ESCAPE
+display \x001c 45678 INFORMATION SEPARATOR FOUR
+display \x001d 12368 INFORMATION SEPARATOR THREE
+display \x001e 1234678 INFORMATION SEPARATOR TWO
+display \x001f 235678 INFORMATION SEPARATOR ONE
+display \s 0 SPACE
+display ! 235 EXCLAMATION MARK
+display " 2356 QUOTATION MARK
+display # 34568 NUMBER SIGN
+display $ 25678 DOLLAR SIGN
+display % 24578 PERCENT SIGN
+display & 123468 AMPERSAND
+display ' 4 APOSTROPHE
+display ( 2368 LEFT PARENTHESIS
+display ) 3568 RIGHT PARENTHESIS
+display * 35 ASTERISK
+display + 2358 PLUS SIGN
+display , 2 COMMA
+display - 368 HYPHEN-MINUS
+display . 3 FULL STOP
+display / 348 SLASH
+display 0 2458 #0
+display 1 18 #1
+display 2 128 #2
+display 3 148 #3
+display 4 1458 #4
+display 5 158 #5
+display 6 1248 #6
+display 7 12458 #7
+display 8 1258 #8
+display 9 248 #9
+display : 25 COLON
+display ; 23 SEMICOLON
+display < 358 LESS-THAN SIGN
+display = 23568 EQUALS SIGN
+display > 267 GREATER-THAN SIGN
+display ? 26 QUESTION MARK
+display @ 478 COMMERCIAL AT
+display A 17 LATIN CAPITAL LETTER A
+display B 127 LATIN CAPITAL LETTER B
+display C 147 LATIN CAPITAL LETTER C
+display D 1457 LATIN CAPITAL LETTER D
+display E 157 LATIN CAPITAL LETTER E
+display F 1247 LATIN CAPITAL LETTER F
+display G 12457 LATIN CAPITAL LETTER G
+display H 1257 LATIN CAPITAL LETTER H
+display I 247 LATIN CAPITAL LETTER I
+display J 2457 LATIN CAPITAL LETTER J
+display K 137 LATIN CAPITAL LETTER K
+display L 1237 LATIN CAPITAL LETTER L
+display M 1347 LATIN CAPITAL LETTER M
+display N 13457 LATIN CAPITAL LETTER N
+display O 1357 LATIN CAPITAL LETTER O
+display P 12347 LATIN CAPITAL LETTER P
+display Q 123457 LATIN CAPITAL LETTER Q
+display R 12357 LATIN CAPITAL LETTER R
+display S 2347 LATIN CAPITAL LETTER S
+display T 23457 LATIN CAPITAL LETTER T
+display U 1367 LATIN CAPITAL LETTER U
+display V 12367 LATIN CAPITAL LETTER V
+display W 24567 LATIN CAPITAL LETTER W
+display X 13467 LATIN CAPITAL LETTER X
+display Y 134567 LATIN CAPITAL LETTER Y
+display Z 13567 LATIN CAPITAL LETTER Z
+display [ 23678 LEFT SQUARE BRACKET
+display \\ 347 REVERSE SLASH
+display ] 35678 RIGHT SQUARE BRACKET
+display ^ 12348 CIRCUMFLEX ACCENT
+display _ 3678 LOW LINE
+display ` 5 GRAVE ACCENT
+display a 1 LATIN SMALL LETTER A
+display b 12 LATIN SMALL LETTER B
+display c 14 LATIN SMALL LETTER C
+display d 145 LATIN SMALL LETTER D
+display e 15 LATIN SMALL LETTER E
+display f 124 LATIN SMALL LETTER F
+display g 1245 LATIN SMALL LETTER G
+display h 125 LATIN SMALL LETTER H
+display i 24 LATIN SMALL LETTER I
+display j 245 LATIN SMALL LETTER J
+display k 13 LATIN SMALL LETTER K
+display l 123 LATIN SMALL LETTER L
+display m 134 LATIN SMALL LETTER M
+display n 1345 LATIN SMALL LETTER N
+display o 135 LATIN SMALL LETTER O
+display p 1234 LATIN SMALL LETTER P
+display q 12345 LATIN SMALL LETTER Q
+display r 1235 LATIN SMALL LETTER R
+display s 234 LATIN SMALL LETTER S
+display t 2345 LATIN SMALL LETTER T
+display u 136 LATIN SMALL LETTER U
+display v 1236 LATIN SMALL LETTER V
+display w 2456 LATIN SMALL LETTER W
+display x 1346 LATIN SMALL LETTER X
+display y 13456 LATIN SMALL LETTER Y
+display z 1356 LATIN SMALL LETTER Z
+display { 123678 LEFT CURLY BRACKET
+display | 4568 VERTICAL LINE
+display } 345678 RIGHT CURLY BRACKET
+display ~ 467 TILDE
+display \x007f 7 DELETE
+display \x0080 1578 #EURO SIGN (0x80)
+display \x0081 45 <control-0081> (not defined in cp1252)
+display \x0082 457 #Low single quote (0x82)
+display \x0083 58 #Flurihn (0x83)
+display \x0084 2378 #Low quote (0x84)
+display \x0085 6 #Elipsis (0x85)
+display \x0086 2357 #Dagger (0x86
+display \x0087 23578 #Double dagger (0x87
+display \x0088 5678 #Modifier letter circumflex (0x88)
+display \x0089 245678 #permille sign (0x89)
+display \x008a 23478 #LATIN CAPITAL LETTER S WITH CARON (0x8a)
+display \x008b 456 #SINGLE LEFT-POINTING ANGLE QUOTATION MARK (0x8b)
+display \x008c 13578 #LATIN CAPITAL LIGATURE OE (0x8c)
+display \x008d 3567 REVERSE LINE FEED (not defined in cp1252)
+display \x008e 3467 #LATIN CAPITAL LETTER Z WITH CARON (0x8e)
+display \x008f 27 SINGLE SHIFT THREE (not defined in cp1252)
+display \x0090 357 DEVICE CONTROL STRING (not defined in cp1252)
+display \x0091 47 #LEFT SINGLE QUOTATION MARK (0x91)
+display \x0092 48 #RIGHT SINGLE QUOTATION MARK (0x92)
+display \x0093 237 #LEFT DOUBLE QUOTATION MARK (0x93)
+display \x0094 568 #RIGHT DOUBLE QUOTATION MARK (0x94)
+display \x0095 37 #Bullit (0x95)
+display \x0096 36 #EN DASH (0x96)
+display \x0097 367 #Em DASH (0x97)
+display \x0098 46 #SMALL TILDE (0x98)
+display \x0099 234578 #TRADE MARK SIGN (0x99)
+display \x009a 2348 #LATIN SMALL LETTER S WITH CARON (0x9a)
+display \x009b 4567 #SINGLE RIGHT-POINTING ANGLE QUOTATION MARK (0x9b)
+display \x009c 1358 #LATIN SMALL LIGATURE OE (0x9c)
+display \x009d 2567 OPERATING SYSTEM COMMAND
+display \x009e 346 #LATIN SMALL LETTER Z WITH CARON (0x9e)
+display \x009f 2345678 #LATIN CAPITAL LETTER Y WITH DIAERESIS (0x9f)
+display \x00a1 256 INVERTED EXCLAMATION MARK )0xa1)
+display \x00a2 2578 CENT SIGN (0xa2)
+display \x00a3 1238 POUND SIGN (0xa3)
+display \x00a4 2367 CURRENCY SIGN (0xa4)
+display \x00a5 67 YEN SIGN (0xa5)
+display \x00a6 3478 BROKEN BAR (0xa6)
+display \x00a7 578 SECTION SIGN (0xa7)
+display \x00a8 56 DIAERESIS (0xa8)
+display \x00a9 134678 COPYRIGHT SIGN (0xa9)
+display \x00aa 234678 FEMININE ORDINAL INDICATOR (0xaa)
+display \x00ab 57 LEFT-POINTING DOUBLE ANGLE QUOTATION MARK (0xab)
+display \x00ac 34567 NOT SIGN (0xac)
+display \x00ad 378 SOFT HYPHEN (0xad)
+display \x00ae 123578 REGISTERED SIGN (0xae)
+display \x00af 23567 MACRON (0xaf)
+display \x00b0 356 DEGREE SIGN (0xb0)
+display \x00b1 123458 PLUS-MINUS SIGN
+display \x00b2 238 SUPERSCRIPT TWO
+display \x00b3 258 SUPERSCRIPT THREE
+display \x00b4 468 ACUTE ACCENT
+display \x00b5 236 MICRO SIGN
+display \x00b6 1234568 PILCROW SIGN
+display \x00b7 38 MIDDLE DOT
+display \x00b8 4678 CEDILLA
+display \x00b9 28 SUPERSCRIPT ONE
+display \x00ba 12345678 MASCULINE ORDINAL INDICATOR
+display \x00bb 567 RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK
+display \x00bc 13458 VULGAR FRACTION ONE QUARTER
+display \x00bd 458 VULGAR FRACTION ONE HALF
+display \x00be 3456 VULGAR FRACTION THREE QUARTERS
+display \x00bf 34 INVERTED QUESTION MARK
+display \x00c0 123567 LATIN CAPITAL LETTER A WITH GRAVE
+display \x00c1 1235678 LATIN CAPITAL LETTER A WITH ACUTE
+display \x00c2 1678 LATIN CAPITAL LETTER A WITH CIRCUMFLEX
+display \x00c3 14678 LATIN CAPITAL LETTER A WITH TILDE
+display \x00c4 34578 LATIN CAPITAL LETTER A WITH DIAERESIS
+display \x00c5 167 LATIN CAPITAL LETTER A WITH RING ABOVE
+display \x00c6 3457 LATIN CAPITAL LETTER AE
+display \x00c7 123467 LATIN CAPITAL LETTER C WITH CEDILLA
+display \x00c8 23467 LATIN CAPITAL LETTER E WITH GRAVE
+display \x00c9 1234567 LATIN CAPITAL LETTER E WITH ACUTE
+display \x00ca 1267 LATIN CAPITAL LETTER E WITH CIRCUMFLEX
+display \x00cb 12467 LATIN CAPITAL LETTER E WITH DIAERESIS
+display \x00cc 15678 LATIN CAPITAL LETTER I WITH GRAVE
+display \x00cd 12678 LATIN CAPITAL LETTER I WITH ACUTE
+display \x00ce 1467 LATIN CAPITAL LETTER I WITH CIRCUMFLEX
+display \x00cf 124567 LATIN CAPITAL LETTER I WITH DIAERESIS
+display \x00d0 1345678 LATIN CAPITAL LETTER ETH
+display \x00d1 1245678 LATIN CAPITAL LETTER N WITH TILDE
+display \x00d2 124678 LATIN CAPITAL LETTER O WITH GRAVE
+display \x00d3 34678 LATIN CAPITAL LETTER O WITH ACUTE
+display \x00d4 14567 LATIN CAPITAL LETTER O WITH CIRCUMFLEX
+display \x00d5 145678 LATIN CAPITAL LETTER O WITH TILDE
+display \x00d6 24678 LATIN CAPITAL LETTER O WITH DIAERESIS
+display \x00d7 13468 MULTIPLICATION SIGN
+display \x00d8 2467 LATIN CAPITAL LETTER O WITH STROKE
+display \x00d9 234567 LATIN CAPITAL LETTER U WITH GRAVE
+display \x00da 125678 LATIN CAPITAL LETTER U WITH ACUTE
+display \x00db 1567 LATIN CAPITAL LETTER U WITH CIRCUMFLEX
+display \x00dc 12567 LATIN CAPITAL LETTER U WITH DIAERESIS
+display \x00dd 13478 LATIN CAPITAL LETTER Y WITH ACUTE (infinite?)
+display \x00de 1378 LATIN CAPITAL LETTER THORN
+display \x00df 23468 LATIN SMALL LETTER SHARP S
+display \x00e0 12356 LATIN SMALL LETTER A WITH GRAVE
+display \x00e1 123568 LATIN SMALL LETTER A WITH ACUTE
+display \x00e2 168 LATIN SMALL LETTER A WITH CIRCUMFLEX
+display \x00e3 1468 LATIN SMALL LETTER A WITH TILDE
+display \x00e4 3458 LATIN SMALL LETTER A WITH DIAERESIS
+display \x00e5 16 LATIN SMALL LETTER A WITH RING ABOVE
+display \x00e6 345 LATIN SMALL LETTER AE
+display \x00e7 12346 LATIN SMALL LETTER C WITH CEDILLA
+display \x00e8 2346 LATIN SMALL LETTER E WITH GRAVE
+display \x00e9 123456 LATIN SMALL LETTER E WITH ACUTE
+display \x00ea 126 LATIN SMALL LETTER E WITH CIRCUMFLEX
+display \x00eb 1246 LATIN SMALL LETTER E WITH DIAERESIS
+display \x00ec 1568 LATIN SMALL LETTER I WITH GRAVE
+display \x00ed 1268 LATIN SMALL LETTER I WITH ACUTE
+display \x00ee 146 LATIN SMALL LETTER I WITH CIRCUMFLEX
+display \x00ef 12456 LATIN SMALL LETTER I WITH DIAERESIS
+display \x00f0 134568 LATIN SMALL LETTER ETH
+display \x00f1 124568 LATIN SMALL LETTER N WITH TILDE
+display \x00f2 12468 LATIN SMALL LETTER O WITH GRAVE
+display \x00f3 3468 LATIN SMALL LETTER O WITH ACUTE
+display \x00f4 1456 LATIN SMALL LETTER O WITH CIRCUMFLEX
+display \x00f5 14568 LATIN SMALL LETTER O WITH TILDE
+display \x00f6 2468 LATIN SMALL LETTER O WITH DIAERESIS
+display \x00f7 2568 DIVISION SIGN
+display \x00f8 246 LATIN SMALL LETTER O WITH STROKE
+display \x00f9 23456 LATIN SMALL LETTER U WITH GRAVE
+display \x00fa 12568 LATIN SMALL LETTER U WITH ACUTE
+display \x00fb 156 LATIN SMALL LETTER U WITH CIRCUMFLEX
+display \x00fc 1256 LATIN SMALL LETTER U WITH DIAERESIS
+display \x00fd 1348 LATIN SMALL LETTER Y WITH ACUTE
+display \x00fe 138 LATIN SMALL LETTER THORN
+display \x00ff 234568 LATIN SMALL LETTER Y WITH DIAERESIS
+# Define all single-cell characters needed.
+#
+#  Copyright (C) 2008 JJB Software, Inc. www.jjb-software.com
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+
+space \s 0
+space \x000a 0
+space \x000c 0
+space \x000d 0
+space \x001b 1b
+space \x00a0 a
+space \t 9
+punctuation ! 5
+punctuation " 4
+sign # 3456
+sign $ 46
+sign % 123456
+punctuation & 12346
+punctuation ' 6
+punctuation ( 236
+punctuation ) 356
+sign * 35
+math + 235
+punctuation , 2
+punctuation - 36
+punctuation . 3
+math / 256
+include digits6DotsPlusDot6.uti
+punctuation : 25
+punctuation ; 23
+math < 56
+math = 2356
+math > 45
+punctuation ? 26
+punctuation @ 3457
+
+include latinLetterDef8Dots.uti
+
+punctuation [ 123567
+punctuation \\ 347
+punctuation ] 234567
+math ^ 23467
+punctuation _ 4567
+sign ` 345
+punctuation { 12356
+sign | 34
+punctuation } 23456
+math ~ 2346
+sign \x007f 456
+
+noback sign \x25CF 35	# 9679 black circle
+#
+# Copyright (C) 1995-2008 by The BRLTTY Developers.
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+
+# This text subtable defines braille representations for the chess figures in
+# terms of the letters that are used for them in the English language.
+
+# See: http://en.wikipedia.org/wiki/Chess_symbols_in_Unicode
+
+# generated by ttbtest
+punctuation \x2654 137		WHITE CHESS KING
+punctuation \x2655 123457		WHITE CHESS QUEEN
+punctuation \x2656 12357		WHITE CHESS ROOK
+punctuation \x2657 127		WHITE CHESS BISHOP
+punctuation \x2658 13457		WHITE CHESS KNIGHT
+punctuation \x2659 12347		WHITE CHESS PAWN
+punctuation \x265a 13		BLACK CHESS KING
+punctuation \x265b 12345		BLACK CHESS QUEEN
+punctuation \x265c 1235		BLACK CHESS ROOK
+punctuation \x265d 12		BLACK CHESS BISHOP
+punctuation \x265e 1345		BLACK CHESS KNIGHT
+punctuation \x265f 1234		BLACK CHESS PAWN
+# liblouis: Irish Braille Code Grade 1 uncontracted
+# Version: INBAF May 2019 
+# -----------
+#-index-name: Irish, uncontracted
+#-display-name: Irish uncontracted braille
+#
+#+locale:ga
+#+type:literary
+#+contraction:no
+#+grade:1
+#+system:INBAF
+#
+# Updated Irish Braille (UIB) version 2019 by INBAF (ratified May 27 2019):
+# http://liblouis.org/braille-specs/irish/#updated-irish-braille-2019
+# -----------
+#
+#  Copyright (C) 2004-2006 JJB Software, Inc. www.jjb-software.com
+#  Copyright (C) 2016 American Printing House for the Blind, Inc. www.aph.org
+#  Copyright (C) 2019 Ronan McGuirk <ronan.p.mcguirk@gmail.com>
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+#
+#  Maintained by Ronan McGuirk
+
+
+# This table is based on UEB Grade 1 and has a small number of
+# override rules below. Apart from these rules, Irish Grade 1 is the
+# same as UEB Grade 1.
+
+include text_nabcc.dis All display opcodes
+
+# Note that the uplow rules need to be placed before AND after the "en-ueb-g1.ctb"
+# include in order for both the lower- and uppercase part to take precedence
+# (see issue https://github.com/liblouis/liblouis/issues/384)
+
+# Irish Long accent signs (sínte fada)
+uplow \x00c1\x00e1 12346 Áá
+uplow \x00c9\x00e9 123456 Éé
+uplow \x00cd\x00ed 12356 Íí
+uplow \x00d3\x00f3 2346 Óó
+uplow \x00da\x00fa 23456 Úú
+# old Irish script characters seanchló
+noback uplow \x1E02\x1E03 12-125 Ḃḃ   
+noback uplow \x010A\x010B 16 Ċċ   
+noback uplow \x1E0A\x1E0B 145-125 Ḋḋ   
+noback uplow \x1E1E\x1E1F 124-125 Ḟḟ    
+noback uplow \x0120\x0121 126 Ġġ    
+noback uplow \x1E40\x1E41 134-125 Ṁṁ    
+noback uplow \x1E56\x1E57 1234-125 Ṗṗ     
+noback uplow \x1E60\x1E61 146 Ṡṡ     
+
+noback uplow \x1E6A\x1E6B 1456 Ṫṫ     
+
+include en-ueb-g1.ctb
+noback sign \x204A 234 tironian eth 
+begword m\x0027 134-3
+begword b\x0027 12-3
+begword b\x2019 12-3
+begword d\x0027 145-3
+begword d\x2019 145-3
+begword m\x2019 134-3
+begword n\x0027 1345-3
+begword n\x2019 1345-3
+begword s\x0027 234-3
+begword s\x2019 234-3
+
+begword n- 1345-36
+begword t- 2345-36
+
+
+
+## repeat uplow rules
+uplow \x00c1\x00e1 12346 Áá
+uplow \x00c9\x00e9 123456 Éé
+uplow \x00cd\x00ed 12356 Íí
+uplow \x00d3\x00f3 2346 Óó
+uplow \x00da\x00fa 23456 Úú
+noback uplow \x1E02\x1E03 12-125 Ḃḃ
+noback uplow \x010A\x010B 16 Ċċ
+noback uplow \x1E0A\x1E0B 145-125 Ḋḋ
+noback uplow \x1E1E\x1E1F 124-125 Ḟḟ
+noback uplow \x0120\x0121 126 Ġġ
+noback uplow \x1E40\x1E41 134-125 Ṁṁ
+noback uplow \x1E56\x1E57 1234-125 Ṗṗ
+noback uplow \x1E60\x1E61 146 Ṡṡ
+noback uplow \x1E6A\x1E6B 1456 Ṫṫ
+# -----------
+#-index-name: Vietnamese, computer
+#-display-name: Vietnamese computer braille
+#
+#+locale:vi
+#+type:computer
+#+dots:8
+#
+# TODO: Please correct the metadata above. It is not meant to be
+# accurate nor complete. It hasn't been verified by the table
+# author yet. It is merely an attempt by the liblouis maintainers
+# to get some sensible initial values in place.
+#
+# TODO: Please add a reference to official documentation about
+# the implemented braille code. Preferably submit the documents
+# to https://github.com/liblouis/braille-specs.
+# -----------
+#
+# Copyright (C) 1995-2008 by The BRLTTY Developers.
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+
+# BRLTTY Text Table - Vietnamese (iso-8859-1)
+
+# generated by ttbtest
+letter \x0000 478		NULL
+letter \x0001 178		START OF HEADING
+letter \x0002 1278		START OF TEXT
+letter \x0003 1478		END OF TEXT
+letter \x0004 14578		END OF TRANSMISSION
+letter \x0005 1578		ENQUIRY
+letter \x0006 12478		ACKNOWLEDGE
+letter \x0007 124578		BELL
+letter \x0008 12578		BACKSPACE
+space \t 2478		CHARACTER TABULATION
+space \n 24578		LINE FEED (LF)
+space \v 1378		LINE TABULATION
+space \f 12378		FORM FEED (FF)
+space \r 13478		CARRIAGE RETURN (CR)
+letter \x000e 134578		SHIFT OUT
+letter \x000f 13578		SHIFT IN
+letter \x0010 123478		DATA LINK ESCAPE
+letter \x0011 1234578		DEVICE CONTROL ONE
+letter \x0012 123578		DEVICE CONTROL TWO
+letter \x0013 23478		DEVICE CONTROL THREE
+letter \x0014 234578		DEVICE CONTROL FOUR
+letter \x0015 13678		NEGATIVE ACKNOWLEDGE
+letter \x0016 123678		SYNCHRONOUS IDLE
+letter \x0017 245678		END OF TRANSMISSION BLOCK
+letter \x0018 134678		CANCEL
+letter \x0019 1345678		END OF MEDIUM
+letter \x001a 135678		SUBSTITUTE
+letter \x001b 24678		ESCAPE
+letter \x001c 125678		INFORMATION SEPARATOR FOUR
+letter \x001d 1245678		INFORMATION SEPARATOR THREE
+letter \x001e 4578		INFORMATION SEPARATOR TWO
+letter \x001f 45678		INFORMATION SEPARATOR ONE
+space \s 0		SPACE
+punctuation ! 235		EXCLAMATION MARK
+punctuation " 678		QUOTATION MARK
+punctuation # 3456		NUMBER SIGN
+punctuation $ 345		DOLLAR SIGN
+punctuation % 246		PERCENT SIGN
+punctuation & 3468		AMPERSAND
+punctuation ' 3		APOSTROPHE
+punctuation ( 123567		LEFT PARENTHESIS
+punctuation ) 234567		RIGHT PARENTHESIS
+punctuation * 35		ASTERISK
+punctuation + 346		PLUS SIGN
+punctuation , 2		COMMA
+punctuation - 36		HYPHEN-MINUS
+punctuation . 256		FULL STOP
+punctuation / 34		SOLIDUS
+include loweredDigits8Dots.uti
+punctuation : 25		COLON
+punctuation ; 23		SEMICOLON
+punctuation < 236		LESS-THAN SIGN
+punctuation = 2356		EQUALS SIGN
+punctuation > 356		GREATER-THAN SIGN
+punctuation ? 26		QUESTION MARK
+punctuation @ 47		COMMERCIAL AT
+uppercase A 17		LATIN CAPITAL LETTER A
+uppercase B 127		LATIN CAPITAL LETTER B
+uppercase C 147		LATIN CAPITAL LETTER C
+uppercase D 13567		LATIN CAPITAL LETTER D
+uppercase E 157		LATIN CAPITAL LETTER E
+uppercase F 1247		LATIN CAPITAL LETTER F
+uppercase G 12457		LATIN CAPITAL LETTER G
+uppercase H 1257		LATIN CAPITAL LETTER H
+uppercase I 247		LATIN CAPITAL LETTER I
+uppercase J 2457		LATIN CAPITAL LETTER J
+uppercase K 137		LATIN CAPITAL LETTER K
+uppercase L 1237		LATIN CAPITAL LETTER L
+uppercase M 1347		LATIN CAPITAL LETTER M
+uppercase N 13457		LATIN CAPITAL LETTER N
+uppercase O 1357		LATIN CAPITAL LETTER O
+uppercase P 12347		LATIN CAPITAL LETTER P
+uppercase Q 123457		LATIN CAPITAL LETTER Q
+uppercase R 12357		LATIN CAPITAL LETTER R
+uppercase S 2347		LATIN CAPITAL LETTER S
+uppercase T 23457		LATIN CAPITAL LETTER T
+uppercase U 1367		LATIN CAPITAL LETTER U
+uppercase V 12367		LATIN CAPITAL LETTER V
+uppercase W 24567		LATIN CAPITAL LETTER W
+uppercase X 13467		LATIN CAPITAL LETTER X
+uppercase Y 134567		LATIN CAPITAL LETTER Y
+uppercase Z 13567		LATIN CAPITAL LETTER Z
+punctuation [ 123568		LEFT SQUARE BRACKET
+punctuation \\ 168		REVERSE SOLIDUS
+punctuation ] 234568		RIGHT SQUARE BRACKET
+punctuation ^ 457		CIRCUMFLEX ACCENT
+punctuation _ 4567		LOW LINE
+punctuation ` 4		GRAVE ACCENT
+lowercase a 1		LATIN SMALL LETTER A
+lowercase b 12		LATIN SMALL LETTER B
+lowercase c 14		LATIN SMALL LETTER C
+lowercase d 1356		LATIN SMALL LETTER D
+lowercase e 15		LATIN SMALL LETTER E
+lowercase f 124		LATIN SMALL LETTER F
+lowercase g 1245		LATIN SMALL LETTER G
+lowercase h 125		LATIN SMALL LETTER H
+lowercase i 24		LATIN SMALL LETTER I
+lowercase j 245		LATIN SMALL LETTER J
+lowercase k 13		LATIN SMALL LETTER K
+lowercase l 123		LATIN SMALL LETTER L
+lowercase m 134		LATIN SMALL LETTER M
+lowercase n 1345		LATIN SMALL LETTER N
+lowercase o 135		LATIN SMALL LETTER O
+lowercase p 1234		LATIN SMALL LETTER P
+lowercase q 12345		LATIN SMALL LETTER Q
+lowercase r 1235		LATIN SMALL LETTER R
+lowercase s 234		LATIN SMALL LETTER S
+lowercase t 2345		LATIN SMALL LETTER T
+lowercase u 136		LATIN SMALL LETTER U
+lowercase v 1236		LATIN SMALL LETTER V
+lowercase w 2456		LATIN SMALL LETTER W
+lowercase x 1346		LATIN SMALL LETTER X
+lowercase y 13456		LATIN SMALL LETTER Y
+lowercase z 1356		LATIN SMALL LETTER Z
+punctuation { 1235678		LEFT CURLY BRACKET
+punctuation | 4568		VERTICAL LINE
+punctuation } 2345678		RIGHT CURLY BRACKET
+punctuation ~ 45		TILDE
+letter \x007f 456		DELETE
+letter \x0080 48		<control-0080>
+letter \x0081 18		<control-0081>
+letter \x0082 128		BREAK PERMITTED HERE
+letter \x0083 148		NO BREAK HERE
+letter \x0084 1458		<control-0084>
+letter \x0085 158		NEXT LINE (NEL)
+letter \x0086 1248		START OF SELECTED AREA
+letter \x0087 12458		END OF SELECTED AREA
+letter \x0088 1258		CHARACTER TABULATION SET
+letter \x0089 248		CHARACTER TABULATION WITH JUSTIFICATION
+letter \x008a 2458		LINE TABULATION SET
+letter \x008b 138		PARTIAL LINE FORWARD
+letter \x008c 1238		PARTIAL LINE BACKWARD
+letter \x008d 1348		REVERSE LINE FEED
+letter \x008e 13458		SINGLE SHIFT TWO
+letter \x008f 1358		SINGLE SHIFT THREE
+letter \x0090 12348		DEVICE CONTROL STRING
+letter \x0091 123458		PRIVATE USE ONE
+letter \x0092 12358		PRIVATE USE TWO
+letter \x0093 2348		SET TRANSMIT STATE
+letter \x0094 23458		CANCEL CHARACTER
+letter \x0095 1368		MESSAGE WAITING
+letter \x0096 12368		START OF GUARDED AREA
+letter \x0097 24568		END OF GUARDED AREA
+letter \x0098 13468		START OF STRING
+letter \x0099 134568		<control-0099>
+letter \x009a 13568		SINGLE CHARACTER INTRODUCER
+letter \x009b 2468		CONTROL SEQUENCE INTRODUCER
+letter \x009c 12568		STRING TERMINATOR
+letter \x009d 124568		OPERATING SYSTEM COMMAND
+letter \x009e 458		PRIVACY MESSAGE
+letter \x009f 4568		APPLICATION PROGRAM COMMAND
+punctuation \x00a0 0		NO-BREAK SPACE
+punctuation \x00a1 12345678		INVERTED EXCLAMATION MARK
+punctuation \x00a2 12345678		CENT SIGN
+punctuation \x00a3 12345678		POUND SIGN
+punctuation \x00a4 12345678		CURRENCY SIGN
+punctuation \x00a5 12345678		YEN SIGN
+punctuation \x00a6 12345678		BROKEN BAR
+punctuation \x00a7 12345678		SECTION SIGN
+punctuation \x00a8 12345678		DIAERESIS
+punctuation \x00a9 147		COPYRIGHT SIGN
+letter \x00aa 12345678		FEMININE ORDINAL INDICATOR
+punctuation \x00ab 2367		LEFT-POINTING DOUBLE ANGLE QUOTATION MARK
+punctuation \x00ac 12345678		NOT SIGN
+punctuation \x00ad 12345678		SOFT HYPHEN
+punctuation \x00ae 12347		REGISTERED SIGN
+punctuation \x00af 12345678		MACRON
+punctuation \x00b0 12345678		DEGREE SIGN
+punctuation \x00b1 12345678		PLUS-MINUS SIGN
+punctuation \x00b2 12345678		SUPERSCRIPT TWO
+punctuation \x00b3 12345678		SUPERSCRIPT THREE
+punctuation \x00b4 12345678		ACUTE ACCENT
+lowercase \x00b5 12345678		MICRO SIGN
+punctuation \x00b6 12345678		PILCROW SIGN
+punctuation \x00b7 35		MIDDLE DOT
+punctuation \x00b8 12345678		CEDILLA
+punctuation \x00b9 12345678		SUPERSCRIPT ONE
+letter \x00ba 12345678		MASCULINE ORDINAL INDICATOR
+punctuation \x00bb 3567		RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK
+punctuation \x00bc 12345678		VULGAR FRACTION ONE QUARTER
+punctuation \x00bd 12345678		VULGAR FRACTION ONE HALF
+punctuation \x00be 12345678		VULGAR FRACTION THREE QUARTERS
+punctuation \x00bf 12345678		INVERTED QUESTION MARK
+uppercase \x00c0 567		LATIN CAPITAL LETTER A WITH GRAVE
+uppercase \x00c1 357		LATIN CAPITAL LETTER A WITH ACUTE
+uppercase \x00c2 7		LATIN CAPITAL LETTER A WITH CIRCUMFLEX
+uppercase \x00c3 367		LATIN CAPITAL LETTER A WITH TILDE
+uppercase \x00c4 67		LATIN CAPITAL LETTER A WITH DIAERESIS
+uppercase \x00c5 267		LATIN CAPITAL LETTER A WITH RING ABOVE
+uppercase \x00c6 267		LATIN CAPITAL LETTER AE
+uppercase \x00c7 123467		LATIN CAPITAL LETTER C WITH CEDILLA
+uppercase \x00c8 568		LATIN CAPITAL LETTER E WITH GRAVE
+uppercase \x00c9 358		LATIN CAPITAL LETTER E WITH ACUTE
+uppercase \x00ca 8		LATIN CAPITAL LETTER E WITH CIRCUMFLEX
+uppercase \x00cb 68		LATIN CAPITAL LETTER E WITH DIAERESIS
+uppercase \x00cc 567		LATIN CAPITAL LETTER I WITH GRAVE
+uppercase \x00cd 357		LATIN CAPITAL LETTER I WITH ACUTE
+uppercase \x00ce 1234567		LATIN CAPITAL LETTER I WITH CIRCUMFLEX
+uppercase \x00cf 6		LATIN CAPITAL LETTER I WITH DIAERESIS
+uppercase \x00d0 12345678		LATIN CAPITAL LETTER ETH
+uppercase \x00d1 1457		LATIN CAPITAL LETTER N WITH TILDE
+uppercase \x00d2 67		LATIN CAPITAL LETTER O WITH GRAVE
+uppercase \x00d3 367		LATIN CAPITAL LETTER O WITH ACUTE
+uppercase \x00d4 2467		LATIN CAPITAL LETTER O WITH CIRCUMFLEX
+uppercase \x00d5 36		LATIN CAPITAL LETTER O WITH TILDE
+uppercase \x00d6 12567		LATIN CAPITAL LETTER O WITH DIAERESIS
+punctuation \x00d7 35		MULTIPLICATION SIGN
+uppercase \x00d8 56		LATIN CAPITAL LETTER O WITH STROKE
+uppercase \x00d9 35		LATIN CAPITAL LETTER U WITH GRAVE
+uppercase \x00da 268		LATIN CAPITAL LETTER U WITH ACUTE
+uppercase \x00db 26		LATIN CAPITAL LETTER U WITH CIRCUMFLEX
+uppercase \x00dc 368		LATIN CAPITAL LETTER U WITH DIAERESIS
+uppercase \x00dd 134567		LATIN CAPITAL LETTER Y WITH ACUTE
+uppercase \x00de 12345678		LATIN CAPITAL LETTER THORN
+lowercase \x00df 234		LATIN SMALL LETTER SHARP S
+lowercase \x00e0 567		LATIN SMALL LETTER A WITH GRAVE
+lowercase \x00e1 357		LATIN SMALL LETTER A WITH ACUTE
+lowercase \x00e2 7		LATIN SMALL LETTER A WITH CIRCUMFLEX
+lowercase \x00e3 367		LATIN SMALL LETTER A WITH TILDE
+lowercase \x00e4 67		LATIN SMALL LETTER A WITH DIAERESIS
+lowercase \x00e5 267		LATIN SMALL LETTER A WITH RING ABOVE
+lowercase \x00e6 26		LATIN SMALL LETTER AE
+lowercase \x00e7 12346		LATIN SMALL LETTER C WITH CEDILLA
+lowercase \x00e8 568		LATIN SMALL LETTER E WITH GRAVE
+lowercase \x00e9 358		LATIN SMALL LETTER E WITH ACUTE
+lowercase \x00ea 8		LATIN SMALL LETTER E WITH CIRCUMFLEX
+lowercase \x00eb 68		LATIN SMALL LETTER E WITH DIAERESIS
+lowercase \x00ec 56		LATIN SMALL LETTER I WITH GRAVE
+lowercase \x00ed 35		LATIN SMALL LETTER I WITH ACUTE
+lowercase \x00ee 123456		LATIN SMALL LETTER I WITH CIRCUMFLEX
+lowercase \x00ef 6		LATIN SMALL LETTER I WITH DIAERESIS
+lowercase \x00f0 12345678		LATIN SMALL LETTER ETH
+lowercase \x00f1 145		LATIN SMALL LETTER N WITH TILDE
+lowercase \x00f2 6		LATIN SMALL LETTER O WITH GRAVE
+lowercase \x00f3 36		LATIN SMALL LETTER O WITH ACUTE
+lowercase \x00f4 246		LATIN SMALL LETTER O WITH CIRCUMFLEX
+lowercase \x00f5 36		LATIN SMALL LETTER O WITH TILDE
+lowercase \x00f6 1256		LATIN SMALL LETTER O WITH DIAERESIS
+punctuation \x00f7 34		DIVISION SIGN
+lowercase \x00f8 56		LATIN SMALL LETTER O WITH STROKE
+lowercase \x00f9 35		LATIN SMALL LETTER U WITH GRAVE
+lowercase \x00fa 268		LATIN SMALL LETTER U WITH ACUTE
+lowercase \x00fb 26		LATIN SMALL LETTER U WITH CIRCUMFLEX
+lowercase \x00fc 368		LATIN SMALL LETTER U WITH DIAERESIS
+lowercase \x00fd 13456		LATIN SMALL LETTER Y WITH ACUTE
+lowercase \x00fe 12345678		LATIN SMALL LETTER THORN
+lowercase \x00ff 13456		LATIN SMALL LETTER Y WITH DIAERESIS
+#-index-name: Bengali
+#-display-name: Bengali braille
+
+#+locale:bn
+#+type:literary
+#+grade:1
+
+# TODO: Please correct the metadata above. It is not meant to be
+# accurate nor complete. It hasn't been verified by the table
+# author yet. It is merely an attempt by the liblouis maintainers
+# to get some sensible initial values in place.
+
+# TODO: Please add a reference to official documentation about
+# the implemented braille code. Preferably submit the documents
+# to https://github.com/liblouis/braille-specs.
+
+include be-in-g1.utb
+include braille-patterns.cti
+# Russian Braille Table for TSS
+#
+#  Copyright (C) 2007-2008 ViewPlus Technologies, Inc. www.viewplus.com
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+
+# by Mike Sivill <mike.sivill@viewplus.com>
+
+#include text_nabcc.dis All display opcodes
+include ru-ru.dis All display opcodes	#replace text_nabcc.dis Yuemei Sun 03/12/08
+
+space \x00a0 a
+include spaces.uti
+
+# ----------- define all chars --------------------------------------
+
+replace \x0007
+punctuation ! 2346				# 33
+punctuation " 5						# 34
+sign # 3456								# 35
+sign $ 1246								# 36
+sign % 146		# 37
+sign & 12346							# 38
+punctuation ' 3						# 39 apostrophe
+punctuation ( 12356				# 40
+punctuation ) 23456				# 41
+sign * 16									# 42
+math + 346								# 43
+punctuation , 6						# 44
+punctuation - 36					# 45
+punctuation . 46					# 46
+math / 34									# 47
+punctuation \x00AB 236
+punctuation \x00BB 356
+include loweredDigits6Dots.uti
+punctuation : 156					# 58
+punctuation ; 56					# 59
+math < 126								# 60
+math = 123456							# 61
+math > 345								# 62
+punctuation ? 1456				# 63
+sign @ 47									# 64
+
+
+# The Alphabet
+uplow \x0410\x0430 1
+uplow \x0411\x0431 12
+uplow \x0412\x0432 2456
+uplow \x0413\x0433 1245
+uplow \x0414\x0434 145
+uplow \x0415\x0435 15
+uplow \x0416\x0436 245
+uplow \x0417\x0437 1356
+uplow \x0418\x0438 24
+uplow \x0419\x0439 12346
+uplow \x041A\x043A 13
+uplow \x041B\x043B 123
+uplow \x041C\x043C 134
+uplow \x041D\x043D 1345
+uplow \x041E\x043E 135
+uplow \x041F\x043F 1234
+uplow \x0420\x0440 1235
+uplow \x0421\x0441 234
+uplow \x0422\x0442 2345
+uplow \x0423\x0443 136
+uplow \x0424\x0444 124
+uplow \x0425\x0445 125
+uplow \x0426\x0446 14
+uplow \x0427\x0447 12345
+uplow \x0428\x0448 156
+uplow \x0429\x0449 1346
+uplow \x042A\x044A 12356
+uplow \x042B\x044B 2346
+uplow \x042C\x044C 23456
+uplow \x042D\x044D 246
+uplow \x042E\x044E 1256
+uplow \x042F\x044F 1246 
+uplow \x0401\x0451 16 
+
+punctuation [ 2467				# 91
+sign \\ 12567							# 92
+punctuation ] 124567			# 93
+sign ^ 457								# 94 circumflex accent
+sign _ 456								# 95 underscore
+sign ` 4									# 96 grave accent
+# a - z										# 97 - 122
+punctuation { 246					# 123
+sign | 1256								# 124
+punctuation } 12456				# 125
+math ~ 45									# 126
+
+sign \x00A2 4-14					# 162 ¢ cents sign
+sign \x00A3 4-123					# 163 £ pounds sign
+
+sign \x00A5 4-13456				#	165 ¥ yen sign
+
+sign § 4-234-3						# 167 section sign \x00A7
+
+sign \x00A9 2356-6-14-2356 # 169	© copyright sign
+sign \x00AE 2356-6-1235-2356	# Registered
+sign \x2116 1345 NUMERO SIGN 
+punctuation \x00Ad 36			# 173	  soft hyphen
+sign \x00B0 356 degrees
+sign \x00B4 4
+noback always \x00B4 4 # acute accent sign
+sign \x00B5 2-134 # micro sign, (mu)
+sign \x00B6 4-1234-345		#	182	  ¶ pilcrow sign
+math \x00D7 56-236				# 215		× multiplication sign
+
+math \x00F7 56-256				# 247		÷ division sign
+
+punctuation \x2010 36			# 8208  hyphen
+punctuation \x2011 23478	# 8209  non-breaking hyphen
+
+punctuation \x2013 36-36		# 8211	en dash
+punctuation \x2014 36-36		# em dash
+punctuation	\x2018 6-236			# 8216	smart single left quotation mark
+punctuation	\x2019 356-3			# 8217	smart single right quotation mark
+
+punctuation	\x201C 236		# 8220	smart opening double quote
+punctuation	\x201D 356		# 8221	smart closing double quote
+punctuation	\x201E 236		# 8222	smart double low quotation mark
+punctuation	\x201F 356		# 8223	smart double high reverse quotation mark
+
+punctuation \x2026 256-256-256 	# 8230 smart ellipsis
+sign \x20AC 4-15					# 8364 Euro sign anywhere else
+
+# --------------------------- end definitions ---------------------------------
+
+
+# Braille indicators
+numsign 3456  number sign, just a dots operand
+capsletter 45
+emphclass italic
+begemph italic 456
+begemphphrase italic 456
+
+# the decimal digits
+include litdigits6Dots.uti
+
+# Letters are defined in en-chardefs
+include en-chardefs.cti
+
+
+# accented letters
+
+uplow \x00C0\x00E0 1				# a with grave
+uplow \x00C1\x00E1 1				# a with acute
+uplow \x00C2\x00E2 1				# a with circumflex
+uplow \x00C3\x00E3 1				# a with tilde
+uplow \x00C4\x00E4 1				# a with dieresis
+uplow \x00C5\x00E5 1				# a with ring above
+uplow \x00C6\x00E6 1				# letter ae
+uplow \x00C7\x00E7 14				# c with cedilla
+uplow \x00C8\x00E8 15				# e with grave
+uplow \x00C9\x00E9 15				# e with acute
+uplow \x00CA\x00EA 15				# e with circumflex
+uplow \x00CB\x00EB 15				# e with dieresis
+uplow \x00CC\x00EC 24				# i with grave above
+uplow \x00CD\x00ED 24				# i with acute above
+uplow \x00CE\x00EE 24				# i with circumflex
+uplow \x00CF\x00EF 24				# i with dieresis
+uplow \x00D0\x00F0 15				# letter eth
+uplow \x00D1\x00F1 1345			# n with tilde
+uplow \x00D2\x00F2 135			# o with grave above
+uplow \x00D3\x00F3 135			# o with acute above
+uplow \x00D4\x00F4 135			# o with circumflex
+uplow \x00D5\x00F5 135			# o with tilde
+uplow \x00D6\x00F6 135			# o with dieresis
+# \x00D7	× multiplication sign	----------------------
+uplow \x00D8\x00F8 135			# o with stroke
+uplow \x00D9\x00F9 136			# u with grave above
+uplow \x00DA\x00FA 136			# u with acute above
+uplow \x00DB\x00FB 136			# u with circumflex above
+uplow \x00DC\x00FC 136				# u with dieeresis
+uplow \x00DD\x00FD 13456		# y with acute above
+uplow \x00DE\x00FE 4-1456                 # letter thorn
+letter \x00DF 2346		# small sharp s
+uplow \x0174\x0175 4-2456 w with circumflex
+uplow \x0176\x0177 4-13456 # y with circumflex
+uplow \x0178\x00ff 4-13456 # y with diaeresis
+uplow \x1ef2\x1ef3 4-13456 # y with grave
+largesign \x00C0 4-1      [C0] upper a grave
+largesign \x00E0   4-1      [E0] lower a grave
+largesign \x00C1 4-1      [C1] upper a acute
+largesign \x00E1   4-1      [E1] lower a acute
+largesign \x00C2 4-1      [C2] upper a circumflex
+largesign \x00E2   4-1      [E2] lower a circumflex
+largesign \x00C3 4-1      [C3] upper a tilde
+largesign \x00E3   4-1      [E3] lower a tilde
+largesign \x00C4 4-1      [C4] upper a dieresis
+largesign \x00E4   4-1      [E4] lower a dieresis
+
+largesign \x00C5 4-1      [C5] upper a ring
+largesign \x00E5   4-1      [E5] lower a ring
+
+largesign \x00C6 1-15     [C6] upper ae
+largesign \x00E6   1-15			[E6] lower ae
+
+largesign \x00C7 4-14     [C7] upper c cedilla
+largesign \x00E7   4-14     [E7] lower c cedilla
+
+largesign \x00C8 4-15     [C8] upper e grave
+largesign \x00E8   4-15     [E8] lower e grave
+
+largesign \x00C9 4-15     [C9] upper e acute
+largesign \x00E9   4-15     [E9] lower e acute
+
+largesign \x00CA 4-15     [CA] upper e circumflex
+largesign \x00EA   4-15     [EA] lower e circumflex
+
+largesign \x00CB 4-15     [CB] upper e dieresis
+largesign \x00EB   4-15     [EB] lower e dieresis
+
+largesign \x00CC 4-24     [CC] upper i grave
+largesign \x00EC   4-24     [EC] lower i grave
+
+largesign \x00CD 4-24     [CD] upper i acute
+largesign \x00ED   4-24     [ED] lower i acute
+
+largesign \x00CE 4-24     [CE] upper i circumflex
+largesign \x00EE   4-24     [EE] lower i circumflex
+
+largesign \x00CF 4-24     [CF] upper i dieresis
+largesign \x00EF   4-24     [EF] lower i dieresis
+
+largesign \x00D0 4-15     [D0] upper eth
+largesign \x00F0   4-15     [F0] lower eth
+
+largesign \x00D1 4-1345   [D1] upper n tilde
+largesign \x00F1   4-1345   [F1] lower n tilde
+
+largesign \x00D2 4-135    [D2] upper o grave
+largesign \x00F2   4-135    [F2] lower o grave
+
+largesign \x00D3 4-135    [D3] upper o acute
+largesign \x00F3   4-135    [F3] lower o acute
+
+largesign \x00D4 4-135    [D4] upper o circumflex
+largesign \x00F4   4-135    [F4] lower o circumflex
+
+largesign \x00D5 4-135    [D5] upper o tilde
+largesign \x00F5   4-135    [F5] lower o tilde
+
+largesign \x00D6 4-135    [D6] upper o dieresis
+largesign \x00F6   4-135			[F6] lower o dieresis
+
+largesign \x00D8 4-135    [D8] upper o slash
+largesign \x00f8   4-135    [F8] lower o slash
+
+largesign \x00D9 4-136    [D9] upper u grave
+largesign \x00F9   4-136    [F9] lower u grave
+
+largesign \x00DA 4-136    [DA] upper u acute
+largesign \x00FA   4-136    [FA] lower u acute
+
+largesign \x00DB 4-136    [DB] upper u circumflex
+largesign \x00FB   4-136    [FB] lower u circumflex
+
+largesign \x00DC 4-136    [DC] upper u dieresis
+largesign \x00FC   4-136    [FC] lower u dieresis
+
+largesign \x00DD 4-13456  [DD] upper y acute
+largesign \x00FD   4-13456  [FD] lower y acute
+
+largesign \x00DE 4-2345   [DE] upper t horn
+largesign \x00FE   4-2345   [FE] lower t horn
+
+largesign \x00DF 234-234 (DF) lower ss
+
+largesign \x0174 4-2456 lower w circumflex
+largesign \x0175 4-2456 upper w circumflex
+
+largesign \x0176 4-13456 upper y circumflex
+largesign \x0177 4-13456 lower y circumflex
+
+largesign \x0178 4-13456 upper y with dieresis
+largesign \x00FF 4-13456 lower y with dieresis
+
+largesign \x1EF2 4-13456 upper y with grave
+largesign \x1EF3 4-13456 lower y with grave
+
+# punctuation
+punctuation \x2013 36-36		# 8211	en dash
+punctuation \x2014 36-36		# em dash
+prepunc ( 126
+postpunc ) 345
+begword ` 6-236
+prepunc " 236
+postpunc " 356
+noback always \x00AB 236 (opening quotation mark)
+noback always \x00BB 356 (closing quotation mark)
+prepunc ' 6-236
+postpunc ' 356-3
+word 'em = 
+word 'tis =
+word 'twas =
+begnum # 1345 print number sign before number
+begnum ° 145-1245 degrees sign
+endnum ° 56-145-1245 ;dg degrees sign
+begnum  \x20AC 15       # euro sign at beginning of number
+endnum  \x20AC 4-15       # euro sign atend  of number
+postpunc , 2
+hyphen - 36
+#capsnocont
+postpunc . 256
+postpunc ; 23
+postpunc : 25
+postpunc ! 235
+noback always / 34
+always < 5-13
+always > 46-2
+postpunc ? 26
+midnum + 0-235-3456
+noback always + 235
+endnum % 3456-245-356 
+noback always ^ 4
+noback always ~ 12456
+noback always & 12346
+noback always * 35
+midword \x2019 3	# stupid smart apostrophe
+noback always [ 45
+noback always ] 3456
+noback always { 46
+noback always } 6
+prepunc ` 6-236
+noback always @ 146
+always \\ 456-16
+noback always | 456
+always ... 256-256-256
+always .\s.\s. 256-256-256 . . .
+always $ 256-3456
+
+# special character sequences
+sign \x00BD 3456-1-34-12	# 1/2 fraction
+sign \x00BC 3456-1-34-145	# 1/4 fraction
+sign \x00BE 3456-14-34-145	# 3/4 fraction
+noback sign \x25CF 16	# 9679 black circle
+# File: no-no-generic.ctb
+#
+# Quick hack for using with NVDA
+#
+# Based on the braille contraction modules in BRLTTY
+#
+# Copyright (C) 1995-2004 by The BRLTTY Team. All rights reserved.
+# Copyright (C) 2004 ViewPlus Technologies, Inc., www.viewplustech.com
+# Copyright (C) 2004 Computers to Help People, Inc., www.chpi.org
+#
+#-copyright: 1995-2004, The BRLTTY Team. All rights reserved.
+#-copyright: 2004, ViewPlus Technologies, Inc., www.viewplustech.com
+#-copyright: 2004, Computers to Help People, Inc., www.chpi.org
+#
+# This is to be used with Norwegian translation tables.
+#
+# BRLTTY Text Translation Table - Generic Norwegian (iso-8859-1), with some
+# unofficial character representations to accommodate multilingual usage.
+# For example, numbers are represented with dot 6 rather than with dot 8.
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+#
+
+# display \x0000 4578 		# 000 null
+# display \x0000 0 		# 000 null
+sign \x0001 178 		# 001 start of heading
+sign \x0002 1278 		# 002 start of text
+sign \x0003 1478 		# 003 end of text
+sign \x0004 14578 		# 004 end of transmission
+sign \x0005 1578 		# 005 enquiry
+sign \x0006 12478 		# 006 acknowledge
+sign \x0007 124578 		# 007 bell
+sign \x0008 12578 		# 008 backspace
+sign \x0009 2478 		# 009 horizontal tabulation
+sign \x000A 24578 		# 010 line feed
+sign \x000B 1378 		# 011 vertical tabulation
+sign \x000C 12378 		# 012 form feed
+sign \x000D 13478 		# 013 carriage return
+sign \x000E 134578 		# 014 shift out
+sign \x000F 13578 		# 015 shift in
+sign \x0010 123478 		# 016 data link escape
+sign \x0011 1234578 		# 017 device control one
+sign \x0012 123578 		# 018 device control two
+sign \x0013 23478 		# 019 device control three
+sign \x0014 234578 		# 020 device control four
+sign \x0015 13678 		# 021 negative acknowledge
+sign \x0016 123678 		# 022 synchronous idle
+sign \x0017 245678 		# 023 end of transmission block
+sign \x0018 134678 		# 024 cancel
+sign \x0019 1345678 		# 025 end of medium
+sign \x001A 135678 		# 026 substitute
+sign \x001B 1235678 		# 027 escape
+sign \x001C 3478 		# 028 file separator
+sign \x001D 2345678 		# 029 group separator
+sign \x001E 234678 		# 030 record separator
+sign \x001F 45678 		# 031 unit separator
+# display \x0020 0		# 032 space
+sign \x0021 5 		  	# 033 exclamation mark
+sign \x0022 4 		  	# 034 quotation mark
+sign \x0023 3456 		# 035 number sign
+sign \x0024 46 			# 036 dollar sign
+sign \x0025 123456 		# 037 percent sign
+sign \x0026 12346 		# 038 ampersand
+sign \x0027 6 			# 039 apostrophe
+sign \x0028 236 		# 040 left parenthesis
+sign \x0029 356 		# 041 right parenthesis
+sign \x002A 35 			# 042 asterisk
+sign \x002B 235 		# 043 plus sign
+sign \x002C 2 			# 044 comma
+sign \x002D 36 			# 045 hyphen-minus
+sign \x002E 3 			# 046 full stop
+sign \x002F 256 		# 047 solidus
+sign \x0030 346 		# 048 digit zero
+sign \x0031 16 			# 049 digit one
+sign \x0032 126 		# 050 digit two
+sign \x0033 146 		# 051 digit three
+sign \x0034 1456 		# 052 digit four
+sign \x0035 156 		# 053 digit five
+sign \x0036 1246 		# 054 digit six
+sign \x0037 12456 		# 055 digit seven
+sign \x0038 1256 		# 056 digit eight
+sign \x0039 246 		# 057 digit nine
+sign \x003A 25 			# 058 colon
+sign \x003B 23 			# 059 semicolon
+sign \x003C 56 			# 060 less-than sign
+sign \x003D 2356 		# 061 equals sign
+sign \x003E 45 			# 062 greater-than sign
+sign \x003F 26 			# 063 question mark
+sign \x0040 3457 		# 064 commercial at
+sign \x0041 17 			# 065 latin capital letter a
+sign \x0042 127 		# 066 latin capital letter b
+sign \x0043 147 		# 067 latin capital letter c
+sign \x0044 1457 		# 068 latin capital letter d
+sign \x0045 157 		# 069 latin capital letter e
+sign \x0046 1247 		# 070 latin capital letter f
+sign \x0047 12457 		# 071 latin capital letter g
+sign \x0048 1257 		# 072 latin capital letter h
+sign \x0049 247 		# 073 latin capital letter i
+sign \x004A 2457 		# 074 latin capital letter j
+sign \x004B 137 		# 075 latin capital letter k
+sign \x004C 1237 		# 076 latin capital letter l
+sign \x004D 1347 		# 077 latin capital letter m
+sign \x004E 13457 		# 078 latin capital letter n
+sign \x004F 1357 		# 079 latin capital letter o
+sign \x0050 12347 		# 080 latin capital letter p
+sign \x0051 123457 		# 081 latin capital letter q
+sign \x0052 12357 		# 082 latin capital letter r
+sign \x0053 2347 		# 083 latin capital letter s
+sign \x0054 23457 		# 084 latin capital letter t
+sign \x0055 1367 		# 085 latin capital letter u
+sign \x0056 12367 		# 086 latin capital letter v
+sign \x0057 24567 		# 087 latin capital letter w
+sign \x0058 13467 		# 088 latin capital letter x
+sign \x0059 134567 		# 089 latin capital letter y
+sign \x005A 13567 		# 090 latin capital letter z
+sign \x005B 123567 		# 091 left square bracket
+sign \x005C 347 		# 092 reverse solidus
+sign \x005D 234567 		# 093 right square bracket
+sign \x005E 23467 		# 094 circumflex accent
+sign \x005F 456 		# 095 low line
+sign \x0060 345 		# 096 grave accent
+sign \x0061 1 			# 097 latin small letter a
+sign \x0062 12 			# 098 latin small letter b
+sign \x0063 14 			# 099 latin small letter c
+sign \x0064 145 		# 100 latin small letter d
+sign \x0065 15 			# 101 latin small letter e
+sign \x0066 124 		# 102 latin small letter f
+sign \x0067 1245 		# 103 latin small letter g
+sign \x0068 125 		# 104 latin small letter h
+sign \x0069 24 			# 105 latin small letter i
+sign \x006A 245 		# 106 latin small letter j
+sign \x006B 13 			# 107 latin small letter k
+sign \x006C 123 		# 108 latin small letter l
+sign \x006D 134 		# 109 latin small letter m
+sign \x006E 1345 		# 110 latin small letter n
+sign \x006F 135 		# 111 latin small letter o
+sign \x0070 1234 		# 112 latin small letter p
+sign \x0071 12345 		# 113 latin small letter q
+sign \x0072 1235 		# 114 latin small letter r
+sign \x0073 234 		# 115 latin small letter s
+sign \x0074 2345 		# 116 latin small letter t
+sign \x0075 136 		# 117 latin small letter u
+sign \x0076 1236 		# 118 latin small letter v
+sign \x0077 2456 		# 119 latin small letter w
+sign \x0078 1346 		# 120 latin small letter x
+sign \x0079 13456 		# 121 latin small letter y
+sign \x007A 1356 		# 122 latin small letter z
+sign \x007B 12356 		# 123 left curly bracket
+sign \x007C 34 			# 124 vertical line
+sign \x007D 23456 		# 125 right curly bracket
+sign \x007E 2346 		# 126 tilde
+sign \x007F 4568 		# 127 delete
+sign \x0080 2367 		# 128 <control>
+sign \x0081 568 		# 129 <control>
+sign \x0082 367 		# 130 break permitted here
+sign \x0083 23678 		# 131 no break here
+sign \x0084 235678 		# 132 <control>
+sign \x0085 12458 		# 133 next line
+sign \x0086 1238 		# 134 start of selected area
+sign \x0087 1234567 		# 135 end of selected area
+sign \x0088 12345678 		# 136 character tabulation set
+sign \x0089 678 		# 137 character tabulation with justification
+sign \x008A 1234678 		# 138 line tabulation set
+sign \x008B 3568 		# 139 partial line down
+sign \x008C 15678 		# 140 partial line up
+sign \x008D 34678 		# 141 reverse line feed
+sign \x008E 78 			# 142 single shift two
+sign \x008F 2578 		# 143 single shift three
+sign \x0090 23567 		# 144 device control string
+sign \x0091 1348 		# 145 private use one
+sign \x0092 24568 		# 146 private use two
+sign \x0093 23468 		# 147 set transmit state
+sign \x0094 23578 		# 148 cancel character
+sign \x0095 4567 		# 149 message waiting
+sign \x0096 1234568 		# 150 start of guarded area
+sign \x0097 368 		# 151 end of guarded area
+sign \x0098 13568 		# 152 start of string
+sign \x0099 3678 		# 153 <control>
+sign \x009A 345678 		# 154 single character introducer
+sign \x009B 578 		# 155 control sequence introducer
+sign \x009C 8 			# 156 string terminator
+sign \x009D 4678 		# 157 operating system command
+sign \x009E 13468 		# 158 privacy message
+sign \x009F 1248 		# 159 application program command
+sign \x00A0 478 		# 160 no-break space
+sign \x00A1 58 			# 161 inverted exclamation mark
+sign \x00A2 258 		# 162 cent sign
+sign \x00A3 34568 		# 163 pound sign
+sign \x00A4 34567 		# 164 currency sign
+sign \x00A5 145678 		# 165 yen sign
+sign \x00A6 348 		# 166 broken bar
+sign \x00A7 12368 		# 167 section sign
+sign \x00A8 7 			# 168 diaeresis
+sign \x00A9 148 		# 169 copyright sign
+sign \x00AA 37 			# 170 feminine ordinal indicator
+sign \x00AB 47 			# 171 left-pointing double angle quotation mark
+sign \x00AC 67 			# 172 not sign
+sign \x00AD 38 			# 173 soft hyphen
+sign \x00AE 12358 		# 174 registered sign
+sign \x00AF 23568 		# 175 macron
+sign \x00B0 1245678 		# 176 degree sign
+sign \x00B1 12348 		# 177 plus-minus sign
+sign \x00B2 3578 		# 178 superscript two
+sign \x00B3 14678 		# 179 superscript three
+sign \x00B4 124678 		# 180 acute accent
+sign \x00B5 12678 		# 181 micro sign
+sign \x00B6 123458 		# 182 pilcrow sign
+sign \x00B7 378 		# 183 middle dot
+sign \x00B8 35678 		# 184 cedilla
+sign \x00B9 5678 		# 185 superscript one
+sign \x00BA 68 			# 186 masculine ordinal indicator
+sign \x00BB 48 			# 187 right-pointing double angle quotation mark
+sign \x00BC 257 		# 188 vulgar fraction one quarter
+sign \x00BD 1458 		# 189 vulgar fraction one half
+sign \x00BE 13458 		# 190 vulgar fraction three quarters
+sign \x00BF 268 		# 191 inverted question mark
+sign \x00C0 57 			# 192 latin capital letter a with grave
+sign \x00C1 27 			# 193 latin capital letter a with acute
+sign \x00C2 167 		# 194 latin capital letter a with circumflex
+sign \x00C3 1467 		# 195 latin capital letter a with tilde
+sign \x00C4 567 		# 196 latin capital letter a with diaeresis
+sign \x00C5 1678 		# 197 latin capital letter a with ring above
+sign \x00C6 34578 		# 198 latin capital letter ae
+sign \x00C7 123467 		# 199 latin capital letter c with cedilla
+sign \x00C8 467 		# 200 latin capital letter e with grave
+sign \x00C9 2678 		# 201 latin capital letter e with acute
+sign \x00CA 1567 		# 202 latin capital letter e with circumflex
+sign \x00CB 12467 		# 203 latin capital letter e with diaeresis
+sign \x00CC 237 		# 204 latin capital letter i with grave
+sign \x00CD 2378 		# 205 latin capital letter i with acute
+sign \x00CE 457 		# 206 latin capital letter i with circumflex
+sign \x00CF 357 		# 207 latin capital letter i with diaeresis
+sign \x00D0 2567 		# 208 latin capital letter eth
+sign \x00D1 124567 		# 209 latin capital letter n with tilde
+sign \x00D2 267 		# 210 latin capital letter o with grave
+sign \x00D3 1267 		# 211 latin capital letter o with acute
+sign \x00D4 14567 		# 212 latin capital letter o with circumflex
+sign \x00D5 2357 		# 213 latin capital letter o with tilde
+sign \x00D6 2467 		# 214 latin capital letter o with diaeresis
+sign \x00D7 1258 		# 215 multiplication sign
+sign \x00D8 24678 		# 216 latin capital letter o with stroke
+sign \x00D9 125678 		# 217 latin capital letter u with grave
+sign \x00DA 278 		# 218 latin capital letter u with acute
+sign \x00DB 3467 		# 219 latin capital letter u with circumflex
+sign \x00DC 12567 		# 220 latin capital letter u with diaeresis
+sign \x00DD 25678 		# 221 latin capital letter y with acute
+sign \x00DE 23458 		# 222 latin capital letter thorn
+sign \x00DF 2348 		# 223 latin small letter sharp s
+sign \x00E0 123568 		# 224 latin small letter a with grave
+sign \x00E1 28 			# 225 latin small letter a with acute
+sign \x00E2 138 		# 226 latin small letter a with circumflex
+sign \x00E3 1468 		# 227 latin small letter a with tilde
+sign \x00E4 18 			# 228 latin small letter a with diaeresis
+sign \x00E5 168 		# 229 latin small letter a with ring above
+sign \x00E6 3458 		# 230 latin small letter ae
+sign \x00E7 123468 		# 231 latin small letter c with cedilla
+sign \x00E8 468 		# 232 latin small letter e with grave
+sign \x00E9 158 		# 233 latin small letter e with acute
+sign \x00EA 1568 		# 234 latin small letter e with circumflex
+sign \x00EB 12468 		# 235 latin small letter e with diaeresis
+sign \x00EC 238 		# 236 latin small letter i with grave
+sign \x00ED 128 		# 237 latin small letter i with acute
+sign \x00EE 458 		# 238 latin small letter i with circumflex
+sign \x00EF 248 		# 239 latin small letter i with diaeresis
+sign \x00F0 2568 		# 240 latin small letter eth
+sign \x00F1 124568 		# 241 latin small letter n with tilde
+sign \x00F2 1358 		# 242 latin small letter o with grave
+sign \x00F3 1268 		# 243 latin small letter o with acute
+sign \x00F4 14568 		# 244 latin small letter o with circumflex
+sign \x00F5 2358 		# 245 latin small letter o with tilde
+sign \x00F6 358 		# 246 latin small letter o with diaeresis
+sign \x00F7 2458 		# 247 division sign
+sign \x00F8 2468 		# 248 latin small letter o with stroke
+sign \x00F9 2368 		# 249 latin small letter u with grave
+sign \x00FA 1368 		# 250 latin small letter u with acute
+sign \x00FB 3468 		# 251 latin small letter u with circumflex
+sign \x00FC 12568 		# 252 latin small letter u with diaeresis
+sign \x00FD 134568 		# 253 latin small letter y with acute
+sign \x00FE 3567 		# 254 latin small letter thorn
+sign \x00FF 234568 		# 255 latin small letter y with diaeresis
+noback sign \x25CF 35	# 9679 black circle
+# Bopomofo-based Chinese Braille Table
+#
+#  Copyright (C) 2008-2017 Coscell Kao <coscell@gmail.com>
+#  Copyright (C) 2017-2019 nvda-tw <https://groups.io/g/nvda-tw>
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+
+# Currently maintained by Sponge Jhan <school510587@yahoo.com.tw>
+# Version: 2019-08
+#
+# This table mainly conforms to the rules listed in the
+# following Wikipedia page to braille Han characters:
+# <https://en.wikipedia.org/wiki/Taiwanese_Braille>
+# However, characters from other languages and various
+# symbols may be supported to reach better readability
+# of modern documents.
+#
+# The main source dictionaries of pronunciation of characters:
+# 1. <http://dict.revised.moe.edu.tw/cbdic/search.htm>
+# 2. <http://dict.variants.moe.edu.tw/variants/rbt/home.do>
+# 3. <https://www.cns11643.gov.tw/>
+# 4. <http://dict.concised.moe.edu.tw/jbdic/search.htm>
+# The multipass rules in this table are primarily determined by the above 4
+# official dictionaries.
+
+# U.S. English 8 dot Computer braille table
+include en-us-comp8.ctb
+
+#begin Basic Latin (U+0000-U+007F)
+space \t 0-0-0-0
+space \x000C 457-123
+#end Basic Latin
+
+#begin Latin-1 Supplement (U+0080-U+00FF)
+punctuation \x00A1 34-2346
+sign \x00A2 4-14
+sign \x00A3 4-123
+sign \x00A4 456-1246
+sign \x00A5 36-134567-157-13457-36
+sign \x00A7 4-6-234
+sign \x00A8 456-36
+sign \x00A9 12356-147-23456
+sign \x00AA 36-1247-157-1347-36
+punctuation \x00AB 126-126
+sign \x00AC 36-13457-1357-23457-36
+punctuation \x00AD 36
+sign \x00AE 12356-12357-23456
+sign \x00AF 156-36
+sign \x00B0 45-46-16
+math \x00B1 346-36
+math \x00B2 457-23
+math \x00B3 457-25
+sign \x00B4 4
+letter \x00B5 46-134
+sign \x00B6 4-6-1234
+punctuation \x00B7 46
+sign \x00B8 2346-4
+math \x00B9 457-2
+sign \x00BA 36-1347-17-2347-36
+punctuation \x00BB 345-345
+math \x00BC 2-34-256
+math \x00BD 2-34-23
+math \x00BE 25-34-256
+punctuation \x00BF 34-1456
+letter \x00C0 456-17
+letter \x00C1 457-17
+letter \x00C2 346-17
+letter \x00C3 45-17
+letter \x00C4 567
+letter \x00C5 4-6-1
+letter \x00C6 17-157
+letter \x00D6 358
+math \x00D7 4-16
+letter \x00DC 2368
+letter \x00DF 34568
+letter \x00E0 17-256
+letter \x00E1 17-23
+letter \x00E4 3458
+letter \x00E6 146
+noback sign \x00E7 235-14
+letter \x00E8 157-256
+letter \x00E9 157-23
+letter \x00EC 247-256
+letter \x00ED 247-23
+letter \x00EF 4-24
+letter \x00F2 1357-256
+letter \x00F3 1357-23
+letter \x00F6 2468
+math \x00F7 46-34
+noback sign \x00F8 1256
+letter \x00F9 1367-256
+letter \x00FA 1367-23
+letter \x00FC 12568
+#end Latin-1 Supplement
+
+#begin Latin Extended-A (U+0100-U+017F)
+letter \x0101 17-2
+letter \x0113 157-2
+letter \x011B 157-25
+letter \x012B 247-2
+letter \x014D 1357-2
+noback sign \x0153 246
+letter \x016B 1367-2
+letter \x017F 234
+#end Latin Extended-A
+
+#begin Latin Extended-B (U+0180-U+024F)
+letter \x01CE 17-25
+letter \x01D0 247-25
+letter \x01D2 1357-25
+letter \x01D4 1367-25
+#end Latin Extended-B
+
+# Most characters of the table belong to IPA Extensions section (U+0250-U+02AF).
+include IPA-unicode-range.uti
+
+#begin IPA Extensions (U+0250-U+02AF)
+noback sign \x025D 235-345-5-1235
+#end IPA Extensions
+
+#begin Spacing Modifier Letters (U+02B0-U+02FF)
+sign \x02B9 3
+sign \x02BA 3-3
+sign \x02C7 34567-4
+sign \x02C9 34567-3
+sign \x02CA 34567-2
+sign \x02CB 34567-5
+sign \x02D9 34567-17
+#end Spacing Modifier Letters
+
+#begin Greek and Coptic (U+0370-U+03FF)
+letter \x0391 46-17
+letter \x0392 46-127
+letter \x0393 46-12457
+letter \x0394 46-1457
+letter \x0395 46-157
+letter \x0396 46-13567
+letter \x0397 46-1567
+letter \x0398 46-14567
+letter \x0399 46-247
+letter \x039A 46-137
+letter \x039B 46-1237
+letter \x039C 46-1347
+letter \x039D 46-13457
+letter \x039E 46-13467
+letter \x039F 46-1357
+letter \x03A0 46-12347
+letter \x03A1 46-12357
+letter \x03A3 46-2347
+letter \x03A4 46-23457
+letter \x03A5 46-1367
+letter \x03A6 46-1247
+letter \x03A7 46-123467
+letter \x03A8 46-134567
+letter \x03A9 46-24567
+letter \x03B1 46-1
+letter \x03B2 46-12
+letter \x03B3 46-1245
+letter \x03B4 46-145
+letter \x03B5 46-15
+letter \x03B6 46-1356
+letter \x03B7 46-156
+letter \x03B8 46-1456
+letter \x03B9 46-24
+letter \x03BA 46-13
+letter \x03BB 46-123
+letter \x03BC 46-134
+letter \x03BD 46-1345
+letter \x03BE 46-1346
+letter \x03BF 46-135
+letter \x03C0 46-1234
+letter \x03C1 46-1235
+letter \x03C2 46-4-234
+letter \x03C3 46-234
+letter \x03C4 46-2345
+letter \x03C5 46-136
+letter \x03C6 46-124
+letter \x03C7 46-12346
+letter \x03C8 46-13456
+letter \x03C9 46-2456
+letter \x03D0 46-4-12
+letter \x03D1 46-4-1456
+letter \x03D5 46-4-124
+letter \x03D8 46-123457
+letter \x03D9 46-12345
+letter \x03DA 46-23467
+letter \x03DB 46-2346
+letter \x03DC 46-12367
+letter \x03DD 46-1236
+letter \x03E0 46-147
+letter \x03E1 46-14
+#end Greek and Coptic
+
+#begin Phonetic Extensions (U+1D00-U+1D7F)
+noback sign \x1D1C 12356
+#end Phonetic Extensions
+
+#begin General Punctuation (U+2000-U+206F)
+sign \x200E 36-345
+sign \x200F 126-36
+punctuation \x2010 36
+punctuation \x2011 5-2
+punctuation \x2012 36
+punctuation \x2013 3678-3678
+punctuation \x2014 2578-2578
+punctuation \x2015 36-36
+punctuation \x2016 1256-1256
+punctuation \x2017 456-456
+punctuation \x2018 4
+punctuation \x2019 3
+punctuation \x201C 236-236
+punctuation \x201D 356-356
+sign \x2020 456-12456
+sign \x2021 456-456-12456
+sign \x2022 36
+sign \x2024 34567-1
+sign \x2025 46-46
+punctuation \x2026 5-5-5
+punctuation \x2027 36
+space \x2028 1256
+sign \x2030 4-356-356
+punctuation \x2032 3
+punctuation \x2033 3-3
+punctuation \x2034 3-3-3
+punctuation \x2035 3
+sign \x2038 456-126
+sign \x203B 4-3456
+punctuation \x203C 2346-2346
+punctuation \x203D 1456-2346
+sign \x203E 23467-578
+sign \x2041 457
+sign \x2042 16-16-16
+sign \x2043 36
+math \x2044 34
+punctuation \x2047 1456-1456
+punctuation \x2048 1456-2346
+punctuation \x2049 2346-1456
+sign \x204E 16
+sign \x2051 16-16
+math \x2052 36
+punctuation \x2053 36
+punctuation \x2056 46-46-46
+punctuation \x2057 3-3-3-3
+punctuation \x2058 46-46-46-46
+punctuation \x2059 46-46-46-46-46
+punctuation \x205A 46-46
+sign \x205B 46-46-46-46
+#end General Punctuation
+
+#begin Superscripts and Subscripts (U+2070-U+209F)
+sign \x2070 457-356
+sign \x2071 457-24
+sign \x2074 457-256
+sign \x2075 457-26
+sign \x2076 457-235
+sign \x2077 457-2356
+sign \x2078 457-236
+sign \x2079 457-35
+sign \x207A 457-346
+sign \x207B 457-36
+sign \x207C 457-123456
+sign \x207D 457-12356
+sign \x207E 457-23456
+sign \x207F 457-1345
+sign \x2080 56-356
+sign \x2081 56-2
+sign \x2082 56-23
+sign \x2083 56-25
+sign \x2084 56-256
+sign \x2085 56-26
+sign \x2086 56-235
+sign \x2087 56-2356
+sign \x2088 56-236
+sign \x2089 56-35
+sign \x208A 56-346
+sign \x208B 56-36
+sign \x208C 56-123456
+sign \x208D 56-12356
+sign \x208E 56-23456
+sign \x2090 56-1
+sign \x2091 56-15
+sign \x2092 56-135
+sign \x2093 56-1346
+sign \x2095 56-125
+sign \x2096 56-13
+sign \x2097 56-123
+sign \x2098 56-134
+sign \x2099 56-1345
+sign \x209A 56-1234
+sign \x209B 56-234
+sign \x209C 56-2345
+#end Superscripts and Subscripts
+
+#begin Currency Symbols (U+20A0-U+20CF)
+sign \x20A0 4-15
+sign \x20A1 156
+sign \x20AC 4-15
+sign \x20B9 4-1235
+#end Currency Symbols
+
+#begin Letterlike Symbols (U+2100-U+214F)
+sign \x2103 45-46-16-0-147
+sign \x2109 45-46-16-0-1247
+letter \x210A 4-56-1245
+letter \x210B 4-56-1257
+math \x210F 4-125
+letter \x2110 4-56-247
+letter \x2112 4-56-1237
+letter \x2113 4-56-123
+sign \x2116 13457-135
+sign \x2117 12356-12347-23456
+letter \x2118 4-56-12347
+letter \x211B 4-56-12357
+sign \x2120 12356-2347-1347-23456
+sign \x2121 23457-157-1237
+sign \x2122 12356-23457-1347-23456
+letter \x2126 46-24567
+letter \x212A 137
+letter \x212B 4-6-1
+letter \x212C 4-56-127
+letter \x212F 4-56-15
+letter \x2130 4-56-157
+letter \x2131 4-56-1247
+letter \x2133 4-56-1347
+letter \x2134 4-56-135
+#end Letterlike Symbols
+
+#begin Number Forms (U+2150-U+218F)
+sign \x2150 2-34-2356
+sign \x2151 2-34-35
+sign \x2152 2-34-2-356
+sign \x2153 2-34-25
+sign \x2154 23-34-25
+sign \x2155 2-34-26
+sign \x2156 23-34-26
+sign \x2157 25-34-26
+sign \x2158 256-34-26
+sign \x2159 2-34-235
+sign \x215A 26-34-235
+sign \x215B 2-34-236
+sign \x215C 25-34-236
+sign \x215D 26-34-236
+sign \x215E 2356-34-236
+sign \x215F 2-34
+letter \x2160 247
+letter \x2161 247-247
+letter \x2162 247-247-247
+letter \x2163 247-12367
+letter \x2164 12367
+letter \x2165 12367-247
+letter \x2166 12367-247-247
+letter \x2167 12367-247-247-247
+letter \x2168 247-13467
+letter \x2169 13467
+letter \x216A 13467-247
+letter \x216B 13467-247-247
+letter \x216C 1237
+letter \x216D 147
+letter \x216E 1457
+letter \x216F 1347
+letter \x2170 24
+letter \x2171 24-24
+letter \x2172 24-24-24
+letter \x2173 24-1236
+letter \x2174 1236
+letter \x2175 1236-24
+letter \x2176 1236-24-24
+letter \x2177 1236-24-24-24
+letter \x2178 24-1346
+letter \x2179 1346
+letter \x217A 1346-24
+letter \x217B 1346-24-24
+letter \x217C 123
+letter \x217D 14
+letter \x217E 145
+letter \x217F 134
+#end Number Forms
+
+#begin Arrows (U+2190-U+21FF)
+sign \x2190 1246-246-25-25
+sign \x2191 1246-126-25-25-135
+sign \x2192 1246-25-25-135
+sign \x2193 1246-146-25-25-135
+sign \x2194 1246-246-25-25-135
+sign \x2195 1246-126-246-25-25-135
+sign \x2196 1246-45-246-25-25
+sign \x2197 1246-45-25-25-135
+sign \x2198 1246-56-25-25-135
+sign \x2199 1246-56-246-25-25
+sign \x219A 456-34-4-1246-246-25-25-12456
+sign \x219B 456-34-4-1246-25-25-135-12456
+sign \x219C 1246-246-35-25-26
+sign \x219D 1246-35-25-26-135
+sign \x219E 1246-246-246-25-25
+sign \x219F 1246-126-25-25-135-135
+sign \x21A0 1246-25-25-135-135
+sign \x21A1 1246-146-25-25-135-135
+sign \x21A2 1246-246-25-25-56-126
+sign \x21A3 1246-56-146-25-25-135
+sign \x21A4 1246-246-25-25-1256
+sign \x21A5 1246-126-1256-25-25-135
+sign \x21A6 1246-1256-25-25-135
+sign \x21A7 1246-146-1256-25-25-135
+sign \x21A8 5-1246-126-246-25-25-135-146-156-12456
+sign \x21AD 1246-246-35-25-26-135
+sign \x21AE 456-34-4-1246-246-25-25-135-12456
+sign \x21B0 1246-246-25-6-1256
+sign \x21B1 1246-6-1256-25-135
+sign \x21B2 1246-246-25-4-1256
+sign \x21B3 1246-4-1256-25-135
+sign \x21B4 1246-146-6-1256-25-135
+sign \x21B5 1246-246-25-4-1256
+sign \x21B8 5-1246-45-246-25-25-126-156-12456
+sign \x21B9 1246-1256-246-25-25-1246-25-25-135-1256
+sign \x21BA 1246-26-35-135
+sign \x21BB 1246-246-26-35
+sign \x21BC 1246-4-246-25-25
+sign \x21BD 1246-6-246-25-25
+sign \x21BE 1246-126-25-25-6-135
+sign \x21BF 1246-126-25-25-4-135
+sign \x21C0 1246-25-25-4-135
+sign \x21C1 1246-25-25-6-135
+sign \x21C2 1246-246-25-25-4-135
+sign \x21C3 1246-146-25-25-6-135
+sign \x21C4 1246-25-25-135-1246-246-25-25
+sign \x21C5 1246-126-25-25-135-5-1246-146-25-25-135
+sign \x21C6 1246-246-25-25-1246-25-25-135
+sign \x21C7 1246-246-25-25-1246-246-25-25
+sign \x21C8 1246-126-25-25-135-5-1246-126-25-25-135
+sign \x21C9 1246-25-25-135-1246-25-25-135
+sign \x21CA 1246-146-25-25-135-5-1246-146-25-25-135
+sign \x21CB 1246-4-246-25-25-1246-25-25-6-135
+sign \x21CC 1246-25-25-4-135-1246-6-246-25-25
+sign \x21CD 456-34-4-1246-246-2356-2356-12456
+sign \x21CE 456-34-4-1246-246-2356-2356-135-12456
+sign \x21CF 456-34-4-1246-2356-2356-135-12456
+sign \x21D0 1246-246-2356-2356
+sign \x21D1 1246-126-2356-2356-135
+sign \x21D2 1246-2356-2356-135
+sign \x21D3 1246-146-2356-2356-135
+sign \x21D4 1246-246-2356-2356-135
+sign \x21D5 1246-126-246-2356-2356-135
+sign \x21D6 1246-45-246-2356-2356
+sign \x21D7 1246-45-2356-2356-135
+sign \x21D8 1246-56-2356-2356-135
+sign \x21D9 1246-56-246-2356-2356
+sign \x21DA 1246-246-2456-123456
+sign \x21DB 1246-123456-1235-135
+sign \x21E0 1246-246-25-0-25
+sign \x21E1 1246-126-25-0-25-135
+sign \x21E2 1246-25-0-25-135
+sign \x21E3 1246-146-25-0-25-135
+sign \x21E4 1246-1256-246-25-25
+sign \x21E5 1246-25-25-135-1256
+sign \x21E6 1246-46-246-25-25
+sign \x21E7 1246-126-46-25-25-135
+sign \x21E8 1246-46-25-25-135
+sign \x21E9 1246-146-46-25-25-135
+sign \x21F3 1246-126-46-246-25-25-135
+sign \x21F4 1246-14-4-1246-25-25-135-12456
+sign \x21F5 1246-146-25-25-135-5-1246-126-25-25-135
+sign \x21F6 1246-25-25-135-1246-25-25-135-1246-25-25-135
+sign \x21F7 1256-4-1246-246-25-25-12456
+sign \x21F8 1256-4-1246-25-25-135-12456
+sign \x21F9 1256-4-1246-246-25-25-135-12456
+sign \x21FA 1256-1256-4-1246-246-25-25-12456
+sign \x21FB 1256-1256-4-1246-25-25-135-12456
+sign \x21FC 1256-1256-4-1246-246-25-25-135-12456
+#end Arrows
+
+#begin Mathematical Operators (U+2200-U+22FF)
+math \x2200 4-12346
+sign \x2201 14-135-134-1234-123
+math \x2202 4-145
+math \x2203 4-123456
+math \x2204 34-4-123456
+math \x2205 456-356
+sign \x2206 24-1345-13
+math \x2207 46-1246
+math \x2208 4-15
+math \x2209 34-4-15
+sign \x220A 234-15-123-134
+math \x220B 4-26
+math \x220C 34-4-26
+sign \x220D 234-134-15-134
+math \x220E 456-1256
+math \x220F 46-6-1234
+math \x2211 46-6-234
+sign \x2212 36
+sign \x2213 36-346
+math \x2214 5-346-126-16-12456
+math \x2215 456-34
+sign \x2216 12467-127
+math \x2217 4-3456
+sign \x2218 46-16
+math \x2219 16
+math \x221A 345-12456
+math \x221B 126-25-345-12456
+math \x221C 126-256-345-12456
+math \x221D 456-123456
+math \x221E 6-123456
+sign \x221F 1246-246-46-1235-12456
+math \x2220 1246-246
+math \x2221 1246-246-456-1246-1246-1-12456
+math \x2222 1246-246-456-1246-1246-1-12456
+math \x2223 1256
+math \x2224 34-1256
+math \x2225 1246-123
+math \x2226 34-1246-123
+math \x2227 4-146
+math \x2228 4-346
+math \x2229 46-146
+math \x222A 46-346
+math \x222B 2346
+math \x222C 2346-2346
+math \x222D 2346-2346-2346
+math \x222E 2346-4-1246-14-12456
+math \x222F 2346-2346-4-1246-15-12456
+math \x2230 2346-2346-2346-4-1246-15-12456
+math \x2232 2346-4-1246-246-26-35-12456
+math \x2233 2346-4-1246-26-35-135-12456
+math \x2234 6-16
+math \x2235 4-34
+math \x2236 5-2
+math \x2237 56-23
+math \x2238 46-36
+math \x223C 4-156
+math \x223D 6-4-156
+math \x2241 34-4-156
+math \x2242 156-4-156
+math \x2243 4-156-156
+math \x2244 34-4-156-156
+math \x2245 4-156-46-13
+math \x2246 4-156-34-46-13
+math \x2247 34-4-156-34-46-13
+math \x2248 4-156-4-156
+math \x2249 34-4-156-4-156
+math \x224A 4-156-4-156-156
+math \x224B 4-156-4-156-4-156
+math \x224C 6-4-156-46-13
+math \x224D 4-126-6-126
+math \x224E 4-126-6-126
+math \x224F 4-126-156
+math \x2250 5-46-13-126-16-12456
+math \x2251 5-46-13-146-16-126-16-12456
+math \x2252 5-46-13-146-16-126-16-12456
+math \x2253 5-46-13-146-16-126-16-12456
+math \x2256 46-16-4-46-13-12456
+math \x2257 5-46-13-126-46-16-12456
+math \x2258 5-46-13-126-1246-1-12456
+math \x2259 5-46-13-126-456-126-12456
+math \x225A 5-46-13-126-456-146-12456
+math \x225B 5-46-13-126-4-3456-12456
+math \x225C 5-46-13-126-1246-2345-12456
+math \x225D 5-46-13-126-145-15-124-12456
+math \x225E 5-46-13-126-134-12456
+math \x225F 5-46-13-126-456-236-12456
+math \x2260 34-46-13
+math \x2261 456-123
+math \x2262 34-456-123
+math \x2263 46-13-46-13
+math \x2264 5-13-156
+math \x2265 46-2-156
+math \x2266 5-13-46-13
+math \x2267 46-2-46-13
+math \x2268 5-13-34-46-13
+math \x2269 46-2-34-46-13
+math \x226A 5-13-4-5-13-12456
+math \x226B 46-2-4-46-2-12456
+math \x226D 34-4-126-6-126
+math \x226E 34-5-13
+math \x226F 34-46-2
+math \x2270 34-5-13-156
+math \x2271 34-46-2-156
+math \x2272 5-13-4-156
+math \x2273 46-2-4-156
+math \x2274 34-5-13-4-156
+math \x2275 34-46-2-4-156
+math \x2276 5-13-46-2
+math \x2277 46-2-5-13
+math \x2278 34-5-13-46-2
+math \x2279 34-46-2-5-13
+math \x2282 456-5-13
+math \x2283 456-46-2
+math \x2284 34-456-5-13
+math \x2285 34-456-46-2
+math \x2286 456-5-13-156
+math \x2287 456-46-2-156
+math \x2288 34-456-5-13-156
+math \x2289 34-456-46-2-156
+math \x228A 456-5-13-34-46-13
+math \x228B 456-46-2-34-46-13
+math \x2295 1246-14-456-1246-346-12456
+math \x2296 1246-14-456-1246-36-12456
+math \x2297 1246-14-456-1246-4-16-12456
+math \x2298 1246-14-456-1246-456-34-12456
+math \x2299 1246-14-456-1246-16-12456
+math \x229A 1246-14-456-1246-46-16-12456
+math \x229B 1246-14-456-1246-4-3456-12456
+math \x229C 1246-14-456-1246-46-13-12456
+math \x229D 1246-14-456-1246-36-36-12456
+math \x229E 1246-256-456-1246-346-12456
+math \x229F 1246-256-456-1246-36-12456
+math \x22A0 1246-256-456-1246-4-16-12456
+math \x22A1 1246-256-456-1246-16-12456
+math \x22A2 1246-1256-25-25
+math \x22A3 1246-25-25-1256
+math \x22A4 1246-126-25-25-1256
+math \x22A5 1246-1234
+math \x22A6 1246-1256-25
+math \x22A7 1246-1256-2356
+math \x22A8 1246-1256-2356-2356
+math \x22A9 1246-1256-1256-25
+math \x22AA 1246-1256-1256-1256-25
+math \x22AB 1246-1256-1256-2356
+math \x22AC 34-1246-1256-25
+math \x22AD 34-1246-1256-2356-2356
+math \x22AE 34-1246-1256-1256-25
+math \x22AF 34-1246-1256-1256-2356
+math \x22B6 1246-46-16-25-25-16
+math \x22B7 1246-16-25-25-46-16
+math \x22B8 1246-25-25-46-16
+math \x22BB 5-4-346-146-156-12456
+math \x22BC 5-4-146-126-156-12456
+math \x22BD 5-4-346-126-156-12456
+math \x22BE 1246-246-46-1235-12456-456-1246-1246-1-12456
+sign \x22BF 1246-2345-46-1235-12456
+math \x22C5 16
+math \x22D5 1246-123-4-46-13-12456
+math \x22D6 16-4-5-13-12456
+math \x22D7 16-4-46-2-12456
+math \x22DC 156-5-13
+math \x22DD 156-46-2
+sign \x22EE 126-3-3-3
+punctuation \x22EF 5-5-5
+sign \x22F0 45-3-3-3
+sign \x22F1 56-3-3-3
+math \x22F5 5-4-15-126-16-12456
+math \x22F6 5-4-15-126-156-12456
+math \x22FD 5-4-26-126-156-12456
+#end Mathematical Operators
+
+#begin Miscellaneous Technical (U+2300-U+23FF)
+sign \x2300 34-1246-14
+sign \x2303 1246-126-135
+sign \x2304 1246-146-135
+math \x2305 5-156-146-456-126-12456
+math \x2306 5-46-13-146-456-126-12456
+sign \x2307 126-4-6-156
+math \x2308 4-45-6-12356
+math \x2309 4-45-6-23456
+math \x230A 4-56-6-12356
+math \x230B 4-56-6-23456
+math \x2312 1246-1
+sign \x2329 126
+sign \x232A 345
+sign \x235F 1246-14-456-1246-1246-456-234-12456
+sign \x238A 1246-14-456-1246-46-1246-12456
+math \x239B 6-12356
+math \x239C 6-12356
+math \x239D 6-12356
+math \x239E 6-23456
+math \x239F 6-23456
+math \x23A0 6-23456
+math \x23A1 4-6-12356
+math \x23A2 4-6-12356
+math \x23A3 4-6-12356
+math \x23A4 4-6-23456
+math \x23A5 4-6-23456
+math \x23A6 4-6-23456
+math \x23A7 46-6-12356
+math \x23A8 46-6-12356
+math \x23A9 46-6-12356
+math \x23AB 46-6-23456
+math \x23AC 46-6-23456
+math \x23AD 46-6-23456
+sign \x23E2 1246-1356
+#end Miscellaneous Technical
+
+#begin Enclosed Alphanumerics (U+2460-U+24FF)
+sign \x2460 246-2-135
+sign \x2461 246-23-135
+sign \x2462 246-25-135
+sign \x2463 246-256-135
+sign \x2464 246-26-135
+sign \x2465 246-235-135
+sign \x2466 246-2356-135
+sign \x2467 246-236-135
+sign \x2468 246-35-135
+sign \x2469 246-2-356-135
+sign \x246A 246-2-2-135
+sign \x246B 246-2-23-135
+sign \x246C 246-2-25-135
+sign \x246D 246-2-256-135
+sign \x246E 246-2-26-135
+sign \x246F 246-2-235-135
+sign \x2470 246-2-2356-135
+sign \x2471 246-2-236-135
+sign \x2472 246-2-35-135
+sign \x2473 246-23-356-135
+sign \x2474 12356-2-23456
+sign \x2475 12356-23-23456
+sign \x2476 12356-25-23456
+sign \x2477 12356-256-23456
+sign \x2478 12356-26-23456
+sign \x2479 12356-235-23456
+sign \x247A 12356-2356-23456
+sign \x247B 12356-236-23456
+sign \x247C 12356-35-23456
+sign \x247D 12356-2-356-23456
+sign \x247E 12356-2-2-23456
+sign \x247F 12356-2-23-23456
+sign \x2480 12356-2-25-23456
+sign \x2481 12356-2-256-23456
+sign \x2482 12356-2-26-23456
+sign \x2483 12356-2-235-23456
+sign \x2484 12356-2-2356-23456
+sign \x2485 12356-2-236-23456
+sign \x2486 12356-2-35-23456
+sign \x2487 12356-23-356-23456
+sign \x2488 2-46
+sign \x2489 23-46
+sign \x248A 25-46
+sign \x248B 256-46
+sign \x248C 26-46
+sign \x248D 235-46
+sign \x248E 2356-46
+sign \x248F 236-46
+sign \x2490 35-46
+sign \x2491 2-356-46
+sign \x2492 2-2-46
+sign \x2493 2-23-46
+sign \x2494 2-25-46
+sign \x2495 2-256-46
+sign \x2496 2-26-46
+sign \x2497 2-235-46
+sign \x2498 2-2356-46
+sign \x2499 2-236-46
+sign \x249A 2-35-46
+sign \x249B 23-356-46
+sign \x249C 12356-1-23456
+sign \x249D 12356-12-23456
+sign \x249E 12356-14-23456
+sign \x249F 12356-145-23456
+sign \x24A0 12356-15-23456
+sign \x24A1 12356-124-23456
+sign \x24A2 12356-1245-23456
+sign \x24A3 12356-125-23456
+sign \x24A4 12356-24-23456
+sign \x24A5 12356-245-23456
+sign \x24A6 12356-13-23456
+sign \x24A7 12356-123-23456
+sign \x24A8 12356-134-23456
+sign \x24A9 12356-1345-23456
+sign \x24AA 12356-135-23456
+sign \x24AB 12356-1234-23456
+sign \x24AC 12356-12345-23456
+sign \x24AD 12356-1235-23456
+sign \x24AE 12356-234-23456
+sign \x24AF 12356-2345-23456
+sign \x24B0 12356-136-23456
+sign \x24B1 12356-1236-23456
+sign \x24B2 12356-2456-23456
+sign \x24B3 12356-1346-23456
+sign \x24B4 12356-13456-23456
+sign \x24B5 12356-1356-23456
+sign \x24B6 246-17-135
+sign \x24B7 246-127-135
+sign \x24B8 246-147-135
+sign \x24B9 246-1457-135
+sign \x24BA 246-157-135
+sign \x24BB 246-1247-135
+sign \x24BC 246-12457-135
+sign \x24BD 246-1257-135
+sign \x24BE 246-247-135
+sign \x24BF 246-2457-135
+sign \x24C0 246-137-135
+sign \x24C1 246-1237-135
+sign \x24C2 246-1347-135
+sign \x24C3 246-13457-135
+sign \x24C4 246-1357-135
+sign \x24C5 246-12347-135
+sign \x24C6 246-123457-135
+sign \x24C7 246-12357-135
+sign \x24C8 246-2347-135
+sign \x24C9 246-23457-135
+sign \x24CA 246-1367-135
+sign \x24CB 246-12367-135
+sign \x24CC 246-24567-135
+sign \x24CD 246-13467-135
+sign \x24CE 246-134567-135
+sign \x24CF 246-13567-135
+sign \x24D0 246-1-135
+sign \x24D1 246-12-135
+sign \x24D2 246-14-135
+sign \x24D3 246-145-135
+sign \x24D4 246-15-135
+sign \x24D5 246-124-135
+sign \x24D6 246-1245-135
+sign \x24D7 246-125-135
+sign \x24D8 246-24-135
+sign \x24D9 246-245-135
+sign \x24DA 246-13-135
+sign \x24DB 246-123-135
+sign \x24DC 246-134-135
+sign \x24DD 246-1345-135
+sign \x24DE 246-135-135
+sign \x24DF 246-1234-135
+sign \x24E0 246-12345-135
+sign \x24E1 246-1235-135
+sign \x24E2 246-234-135
+sign \x24E3 246-2345-135
+sign \x24E4 246-136-135
+sign \x24E5 246-1236-135
+sign \x24E6 246-2456-135
+sign \x24E7 246-1346-135
+sign \x24E8 246-13456-135
+sign \x24E9 246-1356-135
+sign \x24EA 246-356-135
+#end Enclosed Alphanumerics
+
+#begin Box Drawing (U+2500-U+257F)
+sign \x2500 36-36-36
+sign \x2502 0-1256-0
+sign \x250C 0-3467-36
+sign \x2510 36-3467-0
+sign \x2514 0-3468-36
+sign \x2518 36-3468-0
+sign \x251C 0-34678-36
+sign \x2524 36-34678-0
+sign \x252C 36-3467-36
+sign \x2534 36-3468-36
+sign \x253C 36-34678-36
+sign \x2574 1256
+#end Box Drawing
+
+#begin Block Elements (U+2580-U+259F)
+sign \x2584 3678-3678
+#end Block Elements
+
+#begin Geometric Shapes (U+25A0-U+25FF)
+sign \x25A0 1246-456-256
+sign \x25A1 1246-256
+sign \x25AA 123456-123456
+sign \x25AC 1246-456-1235
+sign \x25AD 1246-1235
+sign \x25B0 1246-456-1245
+sign \x25B1 1246-1245
+sign \x25B2 1246-456-2345
+sign \x25B3 1246-2345
+sign \x25B6 58-3
+sign \x25B7 58-3
+sign \x25BC 456-46-1246
+sign \x25BD 46-1246
+sign \x25BE 46-1246
+sign \x25C6 1246-456-145
+sign \x25C7 1246-145
+sign \x25CB 1246-14
+sign \x25CE 246-135
+sign \x25CF 1246-456-14
+sign \x25E2 1246-456-2345-46-1235-12456
+sign \x25E3 1246-456-2345-46-1235-12456
+sign \x25E4 1246-456-2345-46-1235-12456
+sign \x25E5 1246-456-2345-46-1235-12456
+sign \x25E6 46
+sign \x25EB 1246-256-456-1246-1256-12456
+sign \x25EC 1246-2345-456-1246-16-12456
+sign \x25EF 1246-14
+sign \x25F8 1246-2345-46-1235-12456
+sign \x25F9 1246-2345-46-1235-12456
+sign \x25FA 1246-2345-46-1235-12456
+sign \x25FE 123456-123456
+#end Geometric Shapes
+
+#begin Miscellaneous Symbols (U+2600-U+26FF)
+sign \x2605 1246-456-234
+sign \x2606 1246-234
+sign \x2640 5-46-16-146-346-12456
+sign \x2641 5-46-16-126-346-12456
+sign \x2642 1246-56-46-16-25-25-135
+#end Miscellaneous Symbols
+
+#begin Dingbats (U+2700-U+27BF)
+sign \x2713 4-345
+sign \x2714 456-4-345
+sign \x2715 4-16
+sign \x2716 456-4-16
+sign \x2748 16-0
+sign \x275A 456-1256
+sign \x2794 36-36-345
+sign \x2795 456-346
+sign \x2799 1246-456-25-25-135
+#end Dingbats
+
+#begin Miscellaneous Mathematical Symbols-A (U+27C0-U+27EF)
+math \x27C2 1246-1234
+math \x27C7 4-346-4-16-12456
+math \x27E6 4-456-12356
+math \x27E7 4-456-23456
+math \x27E8 46-46-12356
+math \x27E9 46-46-23456
+math \x27EA 46-46-12356-46-46-12356
+math \x27EB 46-46-23456-46-46-23456
+math \x27EC 4-4-456-12356
+math \x27ED 4-4-456-23456
+#end Miscellaneous Mathematical Symbols-A
+
+#begin Supplemental Arrows-A (U+27F0-U+27FF)
+sign \x27F4 1246-14-456-1246-346-12456-4-1246-25-25-135-12456
+sign \x27F5 1246-246-25-25-25
+sign \x27F6 1246-25-25-25-135
+sign \x27F7 1246-246-25-25-25-135
+sign \x27F8 1246-246-2356-2356-2356
+sign \x27F9 1246-2356-2356-2356-135
+sign \x27FA 1246-246-2356-2356-2356-135
+sign \x27FB 1246-246-25-25-25-1256
+sign \x27FC 1246-1256-25-25-25-135
+sign \x27FD 1246-246-2356-2356-2356-1256
+sign \x27FE 1246-1256-2356-2356-2356-135
+#end Supplemental Arrows-A
+
+# Braille Patterns (U+2800-U+28FF)
+include braille-patterns.cti
+
+#begin Supplemental Arrows-B (U+2900-U+297F)
+sign \x2900 1256-4-1246-25-25-135-135-12456
+sign \x2901 1256-1256-4-1246-25-25-135-135-12456
+sign \x2902 1256-4-1246-246-2356-2356-12456
+sign \x2903 1256-4-1246-2356-2356-135-12456
+sign \x2904 1256-4-1246-246-2356-2356-135-12456
+sign \x2905 1246-1256-25-25-135-135
+sign \x2906 1246-246-2356-2356-1256
+sign \x2907 1246-1256-2356-2356-135
+sign \x2911 1246-2-2-2-135
+sign \x2912 1246-126-25-25-135-1256
+sign \x2913 1246-146-25-25-135-1256
+sign \x2914 1256-4-1246-56-146-25-25-135-12456
+sign \x2915 1256-1256-4-1246-56-146-25-25-135-12456
+sign \x2916 1246-56-146-25-25-135-135
+sign \x2917 1256-4-1246-56-146-25-25-135-135-12456
+sign \x2918 1256-1256-4-1246-56-146-25-25-135-135-12456
+sign \x291D 1246-456-145-5-1246-246-25-25
+sign \x291E 1246-25-25-135-5-1246-456-145
+sign \x291F 1246-456-145-5-1246-246-25-25-1256
+sign \x2920 1246-1256-25-25-135-5-1246-456-145
+sign \x2921 1246-45-246-25-25-135
+sign \x2922 1246-56-246-25-25-135
+sign \x2927 1246-45-246-25-25-4-1246-45-25-25-135-12456
+sign \x2928 1246-45-25-25-135-4-1246-56-25-25-135-12456
+sign \x2929 1246-56-25-25-135-4-1246-56-246-25-25-12456
+sign \x292A 1246-56-246-25-25-4-1246-45-246-25-25-12456
+sign \x292B 1246-56-25-25-25-4-1246-45-25-0-25-12456
+sign \x292C 1246-45-25-25-25-4-1246-56-25-0-25-12456
+sign \x292D 1246-45-25-0-25-135-4-1246-56-25-25-135-12456
+sign \x292E 1246-45-25-25-135-4-1246-56-25-0-25-135-12456
+sign \x292F 1246-45-25-25-25-4-1246-45-25-0-25-135-12456
+sign \x2930 1246-56-25-25-25-4-1246-56-25-0-25-135-12456
+sign \x2931 1246-45-246-25-0-25-4-1246-45-25-25-135-12456
+sign \x2932 1246-45-246-25-25-4-1246-45-25-0-25-135-12456
+sign \x2942 1246-25-25-25-135-1246-246-25
+sign \x2943 1246-246-25-25-25-1246-25-135
+sign \x2944 1246-25-135-1246-246-25-25-25
+math \x2945 5-1246-25-25-135-146-346-12456
+math \x2946 5-1246-246-25-25-146-346-12456
+sign \x2947 1246-25-25-135-4-4-16-12456
+math \x2948 1246-246-25-25-135-4-46-16-12456
+sign \x2949 5-46-16-126-1246-126-25-25-135-135-12456
+sign \x294A 1246-4-246-25-25-6-135
+sign \x294B 1246-6-246-25-25-4-135
+sign \x294C 1246-126-4-246-25-25-6-135
+sign \x294D 1246-126-6-246-25-25-4-135
+sign \x294E 1246-4-246-25-25-4-135
+sign \x294F 1246-126-6-246-25-25-6-135
+sign \x2950 1246-6-246-25-25-6-135
+sign \x2951 1246-126-4-246-25-25-4-135
+sign \x2952 1246-1256-4-246-25-25
+sign \x2953 1246-25-25-4-135-1256
+sign \x2954 1246-126-25-25-6-135-1256
+sign \x2955 1246-146-25-25-4-135-1256
+sign \x2956 1246-1256-6-246-25-25
+sign \x2957 1246-25-25-6-135-1256
+sign \x2958 1246-126-25-25-4-135-1256
+sign \x2959 1246-146-25-25-6-135-1256
+sign \x295A 1246-4-246-25-25-1256
+sign \x295B 1246-1256-25-25-4-135
+sign \x295C 1246-126-1256-25-25-6-135
+sign \x295D 1246-146-1256-25-25-4-135
+sign \x295E 1246-6-246-25-25-1256
+sign \x295F 1246-1256-25-25-6-135
+sign \x2960 1246-126-1256-25-25-4-135
+sign \x2961 1246-146-1256-25-25-6-135
+sign \x2962 1246-4-246-25-25-1246-6-246-25-25
+sign \x2963 1246-126-25-25-4-135-5-1246-126-25-25-6-135
+sign \x2964 1246-25-25-4-135-1246-25-25-6-135
+sign \x2965 1246-146-25-25-6-135-5-1246-146-25-25-4-135
+sign \x2966 1246-4-246-25-25-1246-25-25-4-135
+sign \x2967 1246-6-246-25-25-1246-25-25-6-135
+sign \x2968 1246-25-25-4-135-1246-4-246-25-25
+sign \x2969 1246-25-25-6-135-1246-6-246-25-25
+sign \x296E 1246-126-25-25-4-135-5-1246-146-25-25-4-135
+sign \x296F 1246-146-25-25-6-135-5-1246-126-25-25-6-135
+sign \x2970 1246-2356-2356-13456
+math \x2971 5-1246-25-25-135-126-46-13-12456
+math \x2972 5-1246-25-25-135-126-4-156-12456
+math \x2973 5-1246-246-25-25-146-4-156-12456
+math \x2974 5-1246-25-25-135-146-4-156-12456
+math \x2975 5-1246-25-25-135-146-4-156-4-156-12456
+math \x2976 5-1246-246-25-25-126-5-13-12456
+math \x2977 1246-246-25-25-4-5-13-12456
+math \x2978 5-1246-25-25-135-126-46-2-12456
+math \x2979 5-1246-25-25-135-126-456-5-13-12456
+math \x297A 1246-246-25-25-4-456-5-13-12456
+math \x297B 5-1246-246-25-25-126-456-46-2-12456
+#end Supplemental Arrows-B
+
+#begin Miscellaneous Mathematical Symbols-B (U+2980-U+29FF)
+math \x2983 46-456-12356
+math \x2984 46-456-23456
+math \x299F 1246-246-46-1-12456
+math \x29A4 1246-246-156
+math \x29A6 1246-246-46-135-12456
+sign \x29B5 1246-14-4-156-12456
+sign \x29B6 1246-14-456-1246-1256-12456
+sign \x29B7 1246-14-456-1246-1246-123-12456
+sign \x29B9 1246-14-456-1246-1246-1234-12456
+sign \x29C0 1246-14-456-1246-5-13-12456
+sign \x29C1 1246-14-456-1246-46-2-12456
+sign \x29C4 1246-256-456-1246-35-12456
+sign \x29C5 1246-256-456-1246-26-12456
+sign \x29C6 1246-256-456-1246-4-3456-12456
+sign \x29C9 1246-256-4-1246-256-12456
+sign \x29CA 5-1246-2345-126-16-12456
+sign \x29CB 5-1246-2345-146-156-12456
+sign \x29CC 1246-2345-456-1246-6-234-12456
+sign \x29E3 46-3456
+sign \x29E4 4-156-46-3456
+sign \x29EA 1246-456-145-1246-146-25-25-135
+sign \x29EC 1246-14-1246-146-25-25-135
+sign \x29ED 1246-456-14-1246-146-25-25-135
+#end Miscellaneous Mathematical Symbols-B
+
+#begin Supplemental Mathematical Operators (U+2A00-U+2AFF)
+math \x2A00 1246-14-456-1246-16-12456
+math \x2A01 1246-14-456-1246-346-12456
+math \x2A02 1246-14-456-1246-4-16-12456
+math \x2A03 46-346-4-1246-16-12456
+math \x2A04 46-346-4-1246-346-12456
+math \x2A07 4-146-4-4-146-12456
+math \x2A08 4-346-4-4-346-12456
+math \x2A09 4-16
+math \x2A0A 46-6-234-4-1246-14-12456
+math \x2A0B 2346-4-46-6-234-12456
+math \x2A0C 2346-2346-2346-2346
+math \x2A0D 2346-4-156-12456
+math \x2A0E 2346-4-156-156-12456
+math \x2A0F 2346-4-456-34-12456
+math \x2A10 2346-4-6-14-12456
+math \x2A15 2346-4-1246-14-456-1246-16-12456-12456
+math \x2A16 2346-4-1246-256-12456
+math \x2A18 2346-4-4-16-12456
+math \x2A19 2346-4-46-146-12456
+math \x2A1A 2346-4-46-346-12456
+math \x2A1B 126-2346
+math \x2A1C 146-2346
+math \x2A2A 5-156-146-16-12456
+math \x2A30 5-4-16-126-16-12456
+math \x2A31 5-4-16-146-156-12456
+math \x2A36 5-1246-14-456-1246-4-16-12456-126-456-126-12456
+math \x2A37 1246-14-456-1246-1246-14-456-1246-4-16-12456-12456
+math \x2A38 1246-14-456-1246-46-34-12456
+math \x2A39 1246-2345-456-1246-346-12456
+math \x2A3A 1246-2345-456-1246-36-12456
+math \x2A3B 1246-2345-456-1246-4-16-12456
+math \x2A40 46-146-4-16-12456
+math \x2A41 46-346-4-36-12456
+math \x2A42 5-46-346-126-156-12456
+math \x2A43 5-46-146-126-156-12456
+math \x2A44 46-146-4-4-146-12456
+math \x2A45 46-346-4-4-346-12456
+math \x2A46 46-346-46-146
+math \x2A47 46-146-46-346
+math \x2A48 46-346-156-46-146
+math \x2A49 46-146-156-46-346
+math \x2A4A 46-346-5-46-346
+math \x2A4B 46-146-5-46-146
+math \x2A51 5-4-146-126-16-12456
+math \x2A52 5-4-346-126-16-12456
+math \x2A53 4-146-4-146
+math \x2A54 4-346-4-346
+math \x2A55 4-146-4-4-146-12456
+math \x2A56 4-346-4-4-346-12456
+math \x2A59 4-346-4-4-146-12456
+math \x2A5A 4-146-4-1256-12456
+math \x2A5B 4-346-4-1256-12456
+math \x2A5C 4-146-4-156-12456
+math \x2A5D 4-346-4-156-12456
+math \x2A5E 5-4-146-126-156-156-12456
+math \x2A5F 5-4-146-146-156-12456
+math \x2A60 5-4-146-146-156-156-12456
+math \x2A62 5-4-346-126-156-156-12456
+math \x2A63 5-4-346-146-156-156-12456
+math \x2A66 5-46-13-146-16-12456
+math \x2A67 5-456-123-126-16-12456
+math \x2A68 1256-1256-4-456-123-12456
+math \x2A69 1256-1256-1256-4-456-123-12456
+math \x2A6A 5-4-156-126-16-12456
+math \x2A6B 5-4-156-146-16-126-16-12456
+math \x2A6C 4-156-156-4-156
+math \x2A6D 5-4-156-46-13-126-16-12456
+math \x2A6E 5-46-13-126-4-3456-12456
+math \x2A6F 5-4-156-4-156-126-456-126-12456
+math \x2A70 4-156-4-156-46-13
+math \x2A71 5-46-13-146-346-12456
+math \x2A72 5-46-13-126-346-12456
+math \x2A73 46-13-4-156
+math \x2A75 46-13-5-46-13
+math \x2A76 46-13-5-46-13-5-46-13
+math \x2A77 5-46-13-146-16-16-126-16-16-12456
+math \x2A78 5-456-123-126-16-16-16-16-12456
+math \x2A79 5-13-4-46-16-12456
+math \x2A7A 46-2-4-46-16-12456
+math \x2A7B 5-5-13-126-456-236-12456
+math \x2A7C 5-46-2-126-456-236-12456
+math \x2A7D 5-13-156-156
+math \x2A7E 46-2-156-156
+math \x2A7F 5-13-156-156-4-16-12456
+math \x2A80 46-2-156-156-4-16-12456
+math \x2A81 5-5-13-156-156-126-16-12456
+math \x2A82 5-46-2-156-156-126-16-12456
+math \x2A83 5-13-156-156-45-16
+math \x2A84 46-2-156-156-45-16
+math \x2A85 5-13-4-156-4-156
+math \x2A86 46-2-4-156-4-156
+math \x2A8D 5-13-4-156-156
+math \x2A8E 46-2-4-156-156
+math \x2A8F 5-13-4-156-46-2
+math \x2A90 46-2-4-156-5-13
+math \x2A91 5-13-46-2-46-13
+math \x2A92 46-2-5-13-46-13
+math \x2A9D 4-156-5-13
+math \x2A9E 4-156-46-2
+math \x2AA4 46-2-4-5-13-12456
+math \x2AA5 46-2-5-5-13
+math \x2ABD 456-5-13-456-1246-16-12456
+math \x2ABE 456-46-2-456-1246-16-12456
+math \x2ABF 5-456-5-13-146-346-12456
+math \x2AC0 5-456-46-2-146-346-12456
+math \x2AC1 5-456-5-13-146-4-16-12456
+math \x2AC2 5-456-46-2-146-4-16-12456
+math \x2AC3 5-456-5-13-156-126-16-12456
+math \x2AC4 5-456-46-2-156-126-16-12456
+math \x2AC5 456-5-13-46-13
+math \x2AC6 456-46-2-46-13
+math \x2AC7 456-5-13-4-156
+math \x2AC8 456-46-2-4-156
+math \x2AC9 456-5-13-4-156-4-156
+math \x2ACA 456-46-2-4-156-4-156
+math \x2ACB 456-5-13-34-46-13
+math \x2ACC 456-46-2-34-46-13
+math \x2ACF 456-5-13-1256
+math \x2AD0 1256-456-46-2
+math \x2AD3 456-5-13-456-46-2
+math \x2AD4 456-46-2-456-5-13
+math \x2AD5 456-5-13-456-5-13
+math \x2AD6 456-46-2-456-46-2
+math \x2AD7 456-46-2-5-456-5-13
+math \x2ADC 34-1246-146-25-25-1256-13456
+math \x2ADD 1246-146-25-25-1256-13456
+math \x2ADE 1246-25-1256
+math \x2AE3 1246-25-1256-1256
+math \x2AE4 1246-2356-1256
+math \x2AE5 1246-2356-1256-1256
+math \x2AE6 1246-1256-25-5-1246-1256-25
+math \x2AE7 5-46-13-146-1256-12456
+math \x2AE8 5-46-13-126-1256-12456
+math \x2AE9 5-46-13-146-1256-126-1256-12456
+math \x2AEA 1246-126-2356-2356-1256
+math \x2AEF 5-1256-126-46-16-12456
+math \x2AF0 5-1256-146-46-16-12456
+math \x2AF1 5-46-16-126-1246-126-25-25-1256-12456
+math \x2AF2 156-4-1246-123-12456
+math \x2AF3 4-156-4-1246-123-12456
+math \x2AF4 1256-1256-1256
+math \x2AF5 156-4-1256-1256-1256-12456
+math \x2AFC 1256-1256-1256
+#end Supplemental Mathematical Operators
+
+#begin Miscellaneous Symbols and Arrows (U+2B00-U+2BFF)
+sign \x2B00 1246-45-46-25-25-135
+sign \x2B01 1246-45-46-246-25-25
+sign \x2B02 1246-56-46-25-25-135
+sign \x2B03 1246-56-46-246-25-25
+sign \x2B04 1246-46-246-25-25-135
+sign \x2B05 1246-456-246-25-25
+sign \x2B06 1246-126-456-25-25-135
+sign \x2B07 1246-146-456-25-25-135
+sign \x2B08 1246-45-456-25-25-135
+sign \x2B09 1246-45-456-246-25-25
+sign \x2B0A 1246-56-456-25-25-135
+sign \x2B0B 1246-56-456-246-25-25
+sign \x2B0C 1246-456-246-25-25-135
+sign \x2B0D 1246-126-456-246-25-25-135
+sign \x2B0E 1246-146-6-1256-25-135
+sign \x2B0F 1246-126-4-1256-25-135
+sign \x2B10 1246-146-4-1256-25-135
+sign \x2B11 1246-126-6-1256-25-135
+sign \x2B1F 1246-456-26
+sign \x2B20 1246-26
+sign \x2B21 1246-235
+sign \x2B22 1246-456-235
+sign \x2B2C 1246-456-15
+sign \x2B2D 1246-15
+sign \x2B34 1256-4-1246-246-246-25-25-12456
+sign \x2B35 1256-1256-4-1246-246-246-25-25-12456
+sign \x2B36 1246-246-246-25-25-1256
+sign \x2B38 1246-246-2-2-2
+sign \x2B39 1256-4-1246-246-25-25-56-126-12456
+sign \x2B3A 1256-1256-4-1246-246-25-25-56-126-12456
+sign \x2B3B 1246-246-246-25-25-56-126
+sign \x2B3C 1256-4-1246-246-246-25-25-56-126-12456
+sign \x2B3D 1256-1256-4-1246-246-246-25-25-56-126-12456
+math \x2B3E 1246-246-25-25-4-4-16-12456
+math \x2B40 5-1246-246-25-25-126-46-13-12456
+math \x2B43 1246-25-25-135-4-46-2-12456
+math \x2B44 1246-25-25-135-4-456-46-2-12456
+math \x2B49 5-1246-246-25-25-126-4-156-12456
+math \x2B4A 5-1246-246-25-25-146-4-156-4-156-12456
+sign \x2B88 1246-456-14-456-1246-1246-46-246-25-25-12456
+sign \x2B89 1246-456-14-456-1246-1246-126-46-25-25-135-12456
+sign \x2B8A 1246-456-14-456-1246-1246-46-25-25-135-12456
+sign \x2B8B 1246-456-14-456-1246-1246-146-46-25-25-135-12456
+sign \x2B95 1246-456-25-25-135
+sign \x2BB9 1246-1235-456-1246-1246-126-135-12456
+sign \x2BBE 1246-14-456-1246-56-13467-12456
+sign \x2BBF 1246-14-456-1246-456-56-13467-12456
+sign \x2BC4 1246-456-236
+sign \x2BD1 1246-145-456-1246-456-236-12456
+sign \x2BD2 4-12356-4-1246-246-25-25-12456
+#end Miscellaneous Symbols and Arrows
+
+#begin Latin Extended-C (U+2C60-U+2C7F)
+noback sign \x2C71 235-1236
+#end Latin Extended-C
+
+#begin Supplemental Punctuation (U+2E00-U+2E7F)
+punctuation \x2E1B 5-4-156-126-46-16-12456
+punctuation \x2E1E 5-4-156-126-16-12456
+punctuation \x2E1F 5-4-156-146-16-12456
+punctuation \x2E22 4-45-12356
+punctuation \x2E23 4-45-23456
+punctuation \x2E24 4-56-12356
+punctuation \x2E25 4-56-23456
+punctuation \x2E28 12356-12356
+punctuation \x2E29 23456-23456
+sign \x2E38 456-12456
+#end Supplemental Punctuation
+
+#begin CJK Radicals Supplement (U+2E80-U+2EFF)
+sign \x2ED1 12-1346-2
+#end CJK Radicals Supplement
+
+#begin Kangxi Radicals (U+2F00-U+2FDF)
+sign \x2F00 16-3
+sign \x2F01 13-123456-4
+sign \x2F02 1-34-4
+sign \x2F03 1234-346-4
+sign \x2F04 16-4
+sign \x2F05 13-236-2
+sign \x2F06 156-5
+sign \x2F07 124-12356-2
+sign \x2F08 1245-136-2
+sign \x2F09 1245-136-2
+sign \x2F0A 1245-34-5
+sign \x2F0B 135-345-3
+sign \x2F0C 13-6-3
+sign \x2F0D 134-16-5
+sign \x2F0E 135-13456-3
+sign \x2F0F 13-16-4
+sign \x2F10 123-1236-4
+sign \x2F11 145-146-3
+sign \x2F12 13-16-5
+sign \x2F13 135-146-3
+sign \x2F14 135-16-4
+sign \x2F15 12345-1346-3
+sign \x2F16 15-16-5
+sign \x2F17 24-156-2
+sign \x2F18 135-34-4
+sign \x2F19 13-346-2
+sign \x2F1A 12-1346-4
+sign \x2F1B 15-156-3
+sign \x2F1C 234-5
+sign \x2F1D 123-12356-4
+sign \x2F1E 1246-2
+sign \x2F1F 124-34-4
+sign \x2F20 24-156-5
+sign \x2F21 1-156-4
+sign \x2F22 15-1246-3
+sign \x2F23 15-16-5
+sign \x2F24 145-345-5
+sign \x2F25 1345-1256-4
+sign \x2F26 125-156-4
+sign \x2F27 134-2345-2
+sign \x2F28 245-123456-5
+sign \x2F29 15-246-4
+sign \x2F2A 456-3
+sign \x2F2B 24-156-3
+sign \x2F2C 12-2346-5
+sign \x2F2D 24-1236-3
+sign \x2F2E 12-12456-3
+sign \x2F2F 13-12346-3
+sign \x2F30 13-16-4
+sign \x2F31 13-1456-3
+sign \x2F32 13-1236-3
+sign \x2F33 246-3
+sign \x2F34 13-456-4
+sign \x2F35 1456-4
+sign \x2F36 13-12346-4
+sign \x2F37 16-5
+sign \x2F38 13-12346-3
+sign \x2F39 13-16-5
+sign \x2F3A 24-1236-3
+sign \x2F3B 12-156-5
+sign \x2F3C 15-1456-3
+sign \x2F3D 13-2346-3
+sign \x2F3E 1235-34-5
+sign \x2F3F 24-12356-4
+sign \x2F40 1-156-3
+sign \x2F41 1234-34-3
+sign \x2F42 123456-2
+sign \x2F43 145-12356-4
+sign \x2F44 13-1456-3
+sign \x2F45 12345-1346-3
+sign \x2F46 34-2
+sign \x2F47 1245-156-5
+sign \x2F48 236-3
+sign \x2F49 236-5
+sign \x2F4A 134-34-5
+sign \x2F4B 245-2345-5
+sign \x2F4C 1-156-4
+sign \x2F4D 145-2456-4
+sign \x2F4E 24-34-3
+sign \x2F4F 34-2
+sign \x2F50 135-16-4
+sign \x2F51 134-146-2
+sign \x2F52 24-156-5
+sign \x2F53 245-16-5
+sign \x2F54 24-1246-4
+sign \x2F55 1235-25-4
+sign \x2F56 1-35-4
+sign \x2F57 12345-34-5
+sign \x2F58 246-2
+sign \x2F59 135-1236-5
+sign \x2F5A 1234-2345-5
+sign \x2F5B 23456-2
+sign \x2F5C 1345-234-2
+sign \x2F5D 245-45-4
+sign \x2F5E 15-45-2
+sign \x2F5F 1256-5
+sign \x2F60 13-35-3
+sign \x2F61 35-4
+sign \x2F62 13-1236-3
+sign \x2F63 24-1356-3
+sign \x2F64 235-5
+sign \x2F65 124-2345-2
+sign \x2F66 1234-16-4
+sign \x2F67 12-456-2
+sign \x2F68 135-126-3
+sign \x2F69 135-2456-2
+sign \x2F6A 1234-16-2
+sign \x2F6B 134-1456-4
+sign \x2F6C 134-34-5
+sign \x2F6D 134-146-2
+sign \x2F6E 24-156-4
+sign \x2F6F 24-156-2
+sign \x2F70 24-156-5
+sign \x2F71 1245-12356-2
+sign \x2F72 1235-2346-2
+sign \x2F73 15-236-5
+sign \x2F74 13-16-5
+sign \x2F75 1-34-2
+sign \x2F76 134-16-4
+sign \x2F77 134-16-5
+sign \x2F78 12345-12356-4
+sign \x2F79 456-4
+sign \x2F7A 46-2
+sign \x2F7B 1256-4
+sign \x2F7C 13-146-4
+sign \x2F7D 156-2
+sign \x2F7E 13-356-4
+sign \x2F7F 156-4
+sign \x2F80 1256-5
+sign \x2F81 1245-12356-5
+sign \x2F82 12-136-2
+sign \x2F83 125-156-5
+sign \x2F84 1-156-5
+sign \x2F85 13-234-5
+sign \x2F86 24-2346-2
+sign \x2F87 12-12456-4
+sign \x2F88 1-12356-3
+sign \x2F89 13-136-5
+sign \x2F8A 15-2346-5
+sign \x2F8B 245-146-4
+sign \x2F8C 1235-34-3
+sign \x2F8D 12-12346-2
+sign \x2F8E 15-346-4
+sign \x2F8F 15-13456-2
+sign \x2F90 16-3
+sign \x2F91 23456-5
+sign \x2F92 13-2345-5
+sign \x2F93 13-246-4
+sign \x2F94 2345-2
+sign \x2F95 13-34-4
+sign \x2F96 145-12356-5
+sign \x2F97 24-156-4
+sign \x2F98 1-156-5
+sign \x2F99 135-356-5
+sign \x2F9A 12-156-5
+sign \x2F9B 125-12356-4
+sign \x2F9C 125-34-2
+sign \x2F9D 24-136-3
+sign \x2F9E 12-2346-3
+sign \x2F9F 15-1456-3
+sign \x2FA0 12-136-2
+sign \x2FA1 12-25-5
+sign \x2FA2 16-5
+sign \x2FA3 234-4
+sign \x2FA4 135-2345-5
+sign \x2FA5 13-16-4
+sign \x2FA6 13-1456-3
+sign \x2FA7 12-1346-2
+sign \x2FA8 134-136-2
+sign \x2FA9 12345-34-5
+sign \x2FAA 13-16-5
+sign \x2FAB 1-1246-3
+sign \x2FAC 1256-4
+sign \x2FAD 245-13456-3
+sign \x2FAE 12345-356-3
+sign \x2FAF 134-2345-5
+sign \x2FB0 13-2346-2
+sign \x2FB1 1246-2
+sign \x2FB2 13-234-4
+sign \x2FB3 1456-3
+sign \x2FB4 346-5
+sign \x2FB5 12345-1356-3
+sign \x2FB6 12345-356-3
+sign \x2FB7 24-156-2
+sign \x2FB8 24-12356-4
+sign \x2FB9 15-46-3
+sign \x2FBA 134-345-4
+sign \x2FBB 13-34-4
+sign \x2FBC 13-146-3
+sign \x2FBD 135-246-3
+sign \x2FBE 145-12356-5
+sign \x2FBF 12-1346-5
+sign \x2FC0 13-2346-2
+sign \x2FC1 13-1246-4
+sign \x2FC2 1256-2
+sign \x2FC3 1345-246-4
+sign \x2FC4 13-34-4
+sign \x2FC5 13-34-5
+sign \x2FC6 134-2456-5
+sign \x2FC7 134-345-2
+sign \x2FC8 1235-456-2
+sign \x2FC9 24-34-4
+sign \x2FCA 1235-356-3
+sign \x2FCB 1-156-4
+sign \x2FCC 134-1456-4
+sign \x2FCD 145-13456-4
+sign \x2FCE 13-34-4
+sign \x2FCF 24-34-4
+sign \x2FD0 135-16-2
+sign \x2FD1 245-16-2
+sign \x2FD2 12-156-4
+sign \x2FD3 13-12346-2
+sign \x2FD4 13-1246-3
+sign \x2FD5 236-5
+#end Kangxi Radicals
+
+#begin CJK Symbols and Punctuation (U+3000-U+303F)
+space \x3000 0-0
+punctuation \x3001 6-0
+punctuation \x3002 36-0
+punctuation \x3003 6-3
+letter \x3007 14-13456-2
+punctuation \x3008 126-0
+punctuation \x3009 345-0
+punctuation \x300A 126-126
+punctuation \x300B 345-345
+punctuation \x300C 56-36
+punctuation \x300D 36-23
+punctuation \x300E 236-236
+punctuation \x300F 356-356
+punctuation \x3010 12346-0
+punctuation \x3011 13456-0
+sign \x3012 12347-1357
+sign \x3013 12467-1467
+punctuation \x3014 4-4-12356
+punctuation \x3015 4-4-23456
+punctuation \x3016 12346-12346
+punctuation \x3017 13456-13456
+punctuation \x3018 4-4-456-6-12356
+punctuation \x3019 4-4-456-6-23456
+punctuation \x301A 4-456-6-12356
+punctuation \x301B 4-456-6-23456
+punctuation \x301C 45
+punctuation \x301D 3-3
+punctuation \x301E 3-3
+letter \x3021 24
+letter \x3022 24-24
+letter \x3023 24-24-24
+letter \x3024 24-1236
+letter \x3025 1236
+letter \x3026 1236-24
+letter \x3027 1236-24-24
+letter \x3028 1236-24-24-24
+letter \x3029 24-1346
+sign \x3036 246-12347-1357-135
+letter \x3038 1346
+letter \x3039 1346-1346
+letter \x303A 1346-1346-1346
+#end CJK Symbols and Punctuation
+
+#begin Hiragana (U+3040-U+309F)
+letter \x3041 1
+letter \x3042 1
+letter \x3043 12
+letter \x3044 12
+letter \x3045 14
+letter \x3046 14
+letter \x3047 124
+letter \x3048 124
+letter \x3049 24
+letter \x304A 24
+letter \x304B 16
+letter \x304C 5-16
+letter \x304D 126
+letter \x304E 5-126
+letter \x304F 146
+letter \x3050 5-146
+letter \x3051 1246
+letter \x3052 5-1246
+letter \x3053 246
+letter \x3054 5-246
+letter \x3055 156
+letter \x3056 5-156
+letter \x3057 1256
+letter \x3058 5-1256
+letter \x3059 1456
+letter \x305A 5-1456
+letter \x305B 12456
+letter \x305C 5-12456
+letter \x305D 2456
+letter \x305E 5-2456
+letter \x305F 135
+letter \x3060 5-135
+letter \x3061 1235
+letter \x3062 5-1235
+letter \x3063 2
+letter \x3064 1345
+letter \x3065 5-1345
+letter \x3066 12345
+letter \x3067 5-12345
+letter \x3068 2345
+letter \x3069 5-2345
+letter \x306A 13
+letter \x306B 123
+letter \x306C 134
+letter \x306D 1234
+letter \x306E 234
+letter \x306F 136
+letter \x3070 5-136
+letter \x3071 6-136
+letter \x3072 1236
+letter \x3073 5-1236
+letter \x3074 6-1236
+letter \x3075 1346
+letter \x3076 5-1346
+letter \x3077 6-1346
+letter \x3078 12346
+letter \x3079 5-12346
+letter \x307A 6-12346
+letter \x307B 2346
+letter \x307C 5-2346
+letter \x307D 6-2346
+letter \x307E 1356
+letter \x307F 12356
+letter \x3080 13456
+letter \x3081 123456
+letter \x3082 23456
+letter \x3083 34
+letter \x3084 34
+letter \x3085 34678-123
+letter \x3086 346
+letter \x3087 34678-1345
+letter \x3088 345
+letter \x3089 15
+letter \x308A 125
+letter \x308B 145
+letter \x308C 1245
+letter \x308D 245
+letter \x308E 34678-136
+letter \x308F 3
+letter \x3090 23
+letter \x3091 235
+letter \x3092 35
+letter \x3093 356
+letter \x3094 5-14
+letter \x3095 16
+letter \x3096 1246
+sign \x3099 5-135-146-12345-356
+sign \x309A 136-356-5-135-146-12345-356
+sign \x309B 0-5-135-146-12345-356
+sign \x309C 0-136-356-5-135-146-12345-356
+sign \x309F 345-125
+#end Hiragana
+
+#begin Katakana (U+30A0-U+30FF)
+letter \x30A1 1
+letter \x30A2 1
+letter \x30A3 12
+letter \x30A4 12
+letter \x30A5 14
+letter \x30A6 14
+letter \x30A7 124
+letter \x30A8 124
+letter \x30A9 24
+letter \x30AA 24
+letter \x30AB 16
+letter \x30AC 5-16
+letter \x30AD 126
+letter \x30AE 5-126
+letter \x30AF 146
+letter \x30B0 5-146
+letter \x30B1 1246
+letter \x30B2 5-1246
+letter \x30B3 246
+letter \x30B4 5-246
+letter \x30B5 156
+letter \x30B6 5-156
+letter \x30B7 1256
+letter \x30B8 5-1256
+letter \x30B9 1456
+letter \x30BA 5-1456
+letter \x30BB 12456
+letter \x30BC 5-12456
+letter \x30BD 2456
+letter \x30BE 5-2456
+letter \x30BF 135
+letter \x30C0 5-135
+letter \x30C1 1235
+letter \x30C2 5-1235
+letter \x30C3 2
+letter \x30C4 1345
+letter \x30C5 5-1345
+letter \x30C6 12345
+letter \x30C7 5-12345
+letter \x30C8 2345
+letter \x30C9 5-2345
+letter \x30CA 13
+letter \x30CB 123
+letter \x30CC 134
+letter \x30CD 1234
+letter \x30CE 234
+letter \x30CF 136
+letter \x30D0 5-136
+letter \x30D1 6-136
+letter \x30D2 1236
+letter \x30D3 5-1236
+letter \x30D4 6-1236
+letter \x30D5 1346
+letter \x30D6 5-1346
+letter \x30D7 6-1346
+letter \x30D8 12346
+letter \x30D9 5-12346
+letter \x30DA 6-12346
+letter \x30DB 2346
+letter \x30DC 5-2346
+letter \x30DD 6-2346
+letter \x30DE 1356
+letter \x30DF 12356
+letter \x30E0 13456
+letter \x30E1 123456
+letter \x30E2 23456
+letter \x30E3 34678-345678
+letter \x30E4 34
+letter \x30E5 34678-168
+letter \x30E6 346
+letter \x30E7 345
+letter \x30E8 345
+letter \x30E9 15
+letter \x30EA 125
+letter \x30EB 145
+letter \x30EC 1245
+letter \x30ED 245
+letter \x30EE 34678-238
+letter \x30EF 3
+letter \x30F0 23
+letter \x30F1 235
+letter \x30F2 35
+letter \x30F3 356
+letter \x30F4 5-14
+letter \x30F5 34678-468
+letter \x30F6 34678-358
+letter \x30F7 5-3
+letter \x30F8 5-23
+letter \x30F9 5-235
+letter \x30FA 5-35
+punctuation \x30FB 5-0
+letter \x30FC 25
+letter \x30FD 378-15678
+letter \x30FE 378-2678
+letter \x30FF 246-2345
+#end Katakana
+
+#begin Bopomofo (U+3100-U+312F)
+letter \x3105 34567-135
+letter \x3106 34567-1234
+letter \x3107 34567-134
+letter \x3108 34567-12345
+letter \x3109 34567-145
+letter \x310A 34567-124
+letter \x310B 34567-1345
+letter \x310C 34567-14
+letter \x310D 34567-13
+letter \x310E 34567-123
+letter \x310F 34567-1235
+letter \x3110 34567-137
+letter \x3111 34567-2457
+letter \x3112 34567-157
+letter \x3113 34567-1
+letter \x3114 34567-12
+letter \x3115 34567-24
+letter \x3116 34567-1245
+letter \x3117 34567-125
+letter \x3118 34567-245
+letter \x3119 34567-15
+letter \x311A 34567-345
+letter \x311B 34567-126
+letter \x311C 34567-2346
+letter \x311D 34567-26
+letter \x311E 34567-2456
+letter \x311F 34567-356
+letter \x3120 34567-146
+letter \x3121 34567-12356
+letter \x3122 34567-1236
+letter \x3123 34567-136
+letter \x3124 34567-1346
+letter \x3125 34567-1356
+letter \x3126 34567-156
+letter \x3127 34567-16
+letter \x3128 34567-34
+letter \x3129 34567-1256
+#end Bopomofo
+
+#begin Kanbun (U+3190-U+319F)
+sign \x3192 16-3
+sign \x3193 156-5
+sign \x3194 15-1236-3
+sign \x3195 15-156-5
+sign \x3196 24-1346-5
+sign \x3197 1-12346-3
+sign \x3198 15-23456-5
+sign \x3199 13-23456-4
+sign \x319A 16-4
+sign \x319B 135-13456-4
+sign \x319C 145-13456-3
+sign \x319D 124-2345-3
+sign \x319E 145-16-5
+sign \x319F 1245-136-2
+#end Kanbun
+
+#begin Katakana Phonetic Extensions (U+31F0-U+31FF)
+letter \x31F0 146
+letter \x31F1 1256
+letter \x31F2 1456
+letter \x31F3 2345
+letter \x31F4 134
+letter \x31F5 136
+letter \x31F6 1236
+letter \x31F7 1346
+letter \x31F8 12346
+letter \x31F9 2346
+letter \x31FA 13456
+letter \x31FB 15
+letter \x31FC 125
+letter \x31FD 145
+letter \x31FE 1245
+letter \x31FF 245
+#end Katakana Phonetic Extensions
+
+#begin Enclosed CJK Letters and Months (U+3200-U+32FF)
+sign \x3220 12356-16-3-23456
+sign \x3221 12356-156-5-23456
+sign \x3222 12356-15-1236-3-23456
+sign \x3223 12356-15-156-5-23456
+sign \x3224 12356-34-4-23456
+sign \x3225 12356-14-234-5-23456
+sign \x3226 12356-245-16-3-23456
+sign \x3227 12356-135-345-3-23456
+sign \x3228 12356-13-234-4-23456
+sign \x3229 12356-24-156-2-23456
+sign \x322A 12356-236-5-23456
+sign \x322B 12356-1235-25-4-23456
+sign \x322C 12356-24-1246-4-23456
+sign \x322D 12356-134-34-5-23456
+sign \x322E 12356-13-1456-3-23456
+sign \x322F 12356-124-34-4-23456
+sign \x3230 12356-1245-156-5-23456
+sign \x3231 12356-1-34-3-23456
+sign \x3232 12356-234-4-23456
+sign \x3233 12356-24-2346-5-23456
+sign \x3234 12356-134-13456-2-23456
+sign \x3235 12356-124-2346-5-23456
+sign \x3236 12356-245-2456-2-23456
+sign \x3237 12356-1-34-5-23456
+sign \x3238 12356-14-146-2-23456
+sign \x3239 12356-145-2456-5-23456
+sign \x323A 12356-1235-34-3-23456
+sign \x323B 12356-15-236-2-23456
+sign \x323C 12356-13-2345-3-23456
+sign \x323D 12356-245-16-5-23456
+sign \x323E 12356-125-156-3-23456
+sign \x323F 12356-15-346-2-23456
+sign \x3240 12356-13-16-5-23456
+sign \x3241 12356-15-234-3-23456
+sign \x3242 12356-125-156-5-23456
+sign \x3243 12356-1-156-5-23456
+sign \x3251 246-23-2-135
+sign \x3252 246-23-23-135
+sign \x3253 246-23-25-135
+sign \x3254 246-23-256-135
+sign \x3255 246-23-26-135
+sign \x3256 246-23-235-135
+sign \x3257 246-23-2356-135
+sign \x3258 246-23-236-135
+sign \x3259 246-23-35-135
+sign \x325A 246-25-356-135
+sign \x325B 246-25-2-135
+sign \x325C 246-25-23-135
+sign \x325D 246-25-25-135
+sign \x325E 246-25-256-135
+sign \x325F 246-25-26-135
+sign \x3280 246-16-3-135
+sign \x3281 246-156-5-135
+sign \x3282 246-15-1236-3-135
+sign \x3283 246-15-156-5-135
+sign \x3284 246-34-4-135
+sign \x3285 246-14-234-5-135
+sign \x3286 246-245-16-3-135
+sign \x3287 246-135-345-3-135
+sign \x3288 246-13-234-4-135
+sign \x3289 246-24-156-2-135
+sign \x328A 246-236-5-135
+sign \x328B 246-1235-25-4-135
+sign \x328C 246-24-1246-4-135
+sign \x328D 246-134-34-5-135
+sign \x328E 246-13-1456-3-135
+sign \x328F 246-124-34-4-135
+sign \x3290 246-1245-156-5-135
+sign \x3291 246-1-34-3-135
+sign \x3292 246-234-4-135
+sign \x3293 246-24-2346-5-135
+sign \x3294 246-134-13456-2-135
+sign \x3295 246-124-2346-5-135
+sign \x3296 246-245-2456-2-135
+sign \x3297 246-1-34-5-135
+sign \x3298 246-14-146-2-135
+sign \x3299 246-134-16-5-135
+sign \x329A 246-1345-1236-2-135
+sign \x329B 246-1345-1256-4-135
+sign \x329C 246-24-156-5-135
+sign \x329D 246-234-3-135
+sign \x329E 246-1456-5-135
+sign \x329F 246-1-34-5-135
+sign \x32A0 246-15-46-5-135
+sign \x32A1 246-15-234-3-135
+sign \x32A2 246-15-346-4-135
+sign \x32A3 246-1-1356-5-135
+sign \x32A4 246-24-1346-5-135
+sign \x32A5 246-1-12346-3-135
+sign \x32A6 246-15-23456-5-135
+sign \x32A7 246-125-25-4-135
+sign \x32A8 246-234-5-135
+sign \x32A9 246-16-3-135
+sign \x32AA 246-125-12346-3-135
+sign \x32AB 246-15-236-2-135
+sign \x32AC 246-13-2345-3-135
+sign \x32AD 246-245-16-5-135
+sign \x32AE 246-125-156-3-135
+sign \x32AF 246-15-346-2-135
+sign \x32B0 246-346-5-135
+sign \x32B1 246-25-235-135
+sign \x32B2 246-25-2356-135
+sign \x32B3 246-25-236-135
+sign \x32B4 246-25-35-135
+sign \x32B5 246-256-356-135
+sign \x32B6 246-256-2-135
+sign \x32B7 246-256-23-135
+sign \x32B8 246-256-25-135
+sign \x32B9 246-256-256-135
+sign \x32BA 246-256-26-135
+sign \x32BB 246-256-235-135
+sign \x32BC 246-256-2356-135
+sign \x32BD 246-256-236-135
+sign \x32BE 246-256-35-135
+sign \x32BF 246-26-356-135
+sign \x32C0 245-1-1346-46
+sign \x32C1 124-15-12-46
+sign \x32C2 134-1-1235-46
+sign \x32C3 1-1234-1235-46
+sign \x32C4 134-1-13456-46
+sign \x32C5 245-136-1345-46
+sign \x32C6 245-136-123-46
+sign \x32C7 1-136-1245-46
+sign \x32C8 234-15-1234-46
+sign \x32C9 135-14-2345-46
+sign \x32CA 1345-135-1236-46
+sign \x32CB 145-15-14-46
+sign \x32D0 246-1-135
+sign \x32D1 246-12-135
+sign \x32D2 246-14-135
+sign \x32D3 246-124-135
+sign \x32D4 246-24-135
+sign \x32D5 246-16-135
+sign \x32D6 246-126-135
+sign \x32D7 246-146-135
+sign \x32D8 246-1246-135
+sign \x32D9 246-246-135
+sign \x32DA 246-156-135
+sign \x32DB 246-1256-135
+sign \x32DC 246-1456-135
+sign \x32DD 246-12456-135
+sign \x32DE 246-2456-135
+sign \x32DF 246-135-135
+sign \x32E0 246-1235-135
+sign \x32E1 246-1345-135
+sign \x32E2 246-12345-135
+sign \x32E3 246-2345-135
+sign \x32E4 246-13-135
+sign \x32E5 246-123-135
+sign \x32E6 246-134-135
+sign \x32E7 246-1234-135
+sign \x32E8 246-234-135
+sign \x32E9 246-136-135
+sign \x32EA 246-1236-135
+sign \x32EB 246-1346-135
+sign \x32EC 246-12346-135
+sign \x32ED 246-2346-135
+sign \x32EE 246-1356-135
+sign \x32EF 246-12356-135
+sign \x32F0 246-13456-135
+sign \x32F1 246-123456-135
+sign \x32F2 246-23456-135
+sign \x32F3 246-34-135
+sign \x32F4 246-346-135
+sign \x32F5 246-345-135
+sign \x32F6 246-15-135
+sign \x32F7 246-125-135
+sign \x32F8 246-145-135
+sign \x32F9 246-1245-135
+sign \x32FA 246-245-135
+sign \x32FB 246-3-135
+sign \x32FC 246-12-135
+sign \x32FD 246-14-135
+sign \x32FE 246-35-135
+#end Enclosed CJK Letters and Months
+
+#begin CJK Compatibility (U+3300-U+33FF)
+sign \x3300 1-6-136-25-2345
+sign \x3301 1-145-26-136
+sign \x3302 1-356-6-12346-1
+sign \x3303 1-25-145
+sign \x3304 12-123-356-5-146
+sign \x3305 12-356-1235
+sign \x3306 26-24-356
+sign \x3307 124-1456-146-25-5-2345
+sign \x3308 124-25-16-25
+sign \x3309 24-356-1456
+sign \x330A 24-25-13456
+sign \x330B 16-12-125
+sign \x330C 16-15-2-2345
+sign \x330D 16-245-125-25
+sign \x330E 5-16-245-356
+sign \x330F 5-16-356-1356
+sign \x3310 5-126-5-16
+sign \x3311 5-126-123-25
+sign \x3312 4-146-125-25
+sign \x3313 5-126-145-5-135-25
+sign \x3314 126-245
+sign \x3315 126-245-5-146-15-13456
+sign \x3316 126-245-123456-25-2345-145
+sign \x3317 126-245-3-2-2345
+sign \x3318 5-146-15-13456
+sign \x3319 5-146-15-13456-2345-356
+sign \x331A 146-145-5-12456-12-245
+sign \x331B 146-245-25-1234
+sign \x331C 1246-25-1456
+sign \x331D 246-145-13
+sign \x331E 246-25-6-2346
+sign \x331F 156-12-146-145
+sign \x3320 156-356-1235-25-13456
+sign \x3321 1256-125-356-5-146
+sign \x3322 12456-356-1235
+sign \x3323 12356-356-2345
+sign \x3324 5-135-25-1456
+sign \x3325 5-12345-1256
+sign \x3326 5-2345-145
+sign \x3327 2345-356
+sign \x3328 13-234
+sign \x3329 234-2-2345
+sign \x332A 136-12-1345
+sign \x332B 6-136-25-12456-356-2345
+sign \x332C 6-136-25-1345
+sign \x332D 5-136-25-1245-145
+sign \x332E 6-1236-4-1456-2345-145
+sign \x332F 6-1236-146-145
+sign \x3330 6-1236-246
+sign \x3331 5-1236-145
+sign \x3332 26-136-15-2-5-2345
+sign \x3333 26-1236-25-2345
+sign \x3334 5-1346-2-4-12456-145
+sign \x3335 1346-15-356
+sign \x3336 12346-146-135-25-145
+sign \x3337 6-12346-2456
+sign \x3338 6-12346-123-1236
+sign \x3339 12346-145-1345
+sign \x333A 6-12346-356-1456
+sign \x333B 6-12346-25-5-1256
+sign \x333C 5-12346-25-135
+sign \x333D 6-2346-12-356-2345
+sign \x333E 5-2346-145-2345
+sign \x333F 2346-356
+sign \x3340 6-2346-356-5-2345
+sign \x3341 2346-25-145
+sign \x3342 2346-25-356
+sign \x3343 1356-12-146-245
+sign \x3344 1356-12-145
+sign \x3345 1356-2-136
+sign \x3346 1356-145-146
+sign \x3347 1356-356-4-2456-356
+sign \x3348 12356-146-245-356
+sign \x3349 12356-125
+sign \x334A 12356-125-5-136-25-145
+sign \x334B 123456-5-16
+sign \x334C 123456-5-16-2345-356
+sign \x334D 123456-25-2345-145
+sign \x334E 34-25-5-2345
+sign \x334F 34-25-145
+sign \x3350 346-1-356
+sign \x3351 125-2-2345-145
+sign \x3352 125-15
+sign \x3353 145-6-1236-25
+sign \x3354 145-25-5-1346-145
+sign \x3355 1245-13456
+sign \x3356 1245-356-2345-5-1246-356
+sign \x3357 3-2-2345
+sign \x3358 356-125
+sign \x3359 2-125
+sign \x335A 23-125
+sign \x335B 25-125
+sign \x335C 256-125
+sign \x335D 26-125
+sign \x335E 235-125
+sign \x335F 2356-125
+sign \x3360 236-125
+sign \x3361 35-125
+sign \x3362 2-356-125
+sign \x3363 2-2-125
+sign \x3364 2-23-125
+sign \x3365 2-25-125
+sign \x3366 2-256-125
+sign \x3367 2-26-125
+sign \x3368 2-235-125
+sign \x3369 2-2356-125
+sign \x336A 2-236-125
+sign \x336B 2-35-125
+sign \x336C 23-356-125
+sign \x336D 23-2-125
+sign \x336E 23-23-125
+sign \x336F 23-25-125
+sign \x3370 23-256-125
+sign \x3371 125-12347-1
+sign \x3372 145-1
+sign \x3373 17-1367
+sign \x3374 12-1-1235
+sign \x3375 135-12367
+sign \x3376 1234-14
+sign \x3377 145-134
+sign \x3378 145-134-457-23
+sign \x3379 145-134-457-25
+sign \x337A 247-1367
+sign \x337B 1234-13456-2-12-1356-2
+sign \x337C 1-146-3-1235-2346-2
+sign \x337D 145-345-5-1-1356-5
+sign \x337E 134-13456-2-1-156-5
+sign \x337F 1-34-3-24-156-5-1235-1246-5-24-2346-5
+sign \x3380 1234-17
+sign \x3381 1345-17
+sign \x3382 46-134-17
+sign \x3383 134-17
+sign \x3384 13-17
+sign \x3385 137-127
+sign \x3386 1347-127
+sign \x3387 12457-127
+sign \x3388 14-1-123
+sign \x3389 13-14-1-123
+sign \x338A 1234-1247
+sign \x338B 1345-1247
+sign \x338C 46-134-1247
+sign \x338D 46-134-1245
+sign \x338E 134-1245
+sign \x338F 13-1245
+sign \x3390 1257-1356
+sign \x3391 13-1257-1356
+sign \x3392 1347-1257-1356
+sign \x3393 12457-1257-1356
+sign \x3394 23457-1257-1356
+sign \x3395 46-134-123
+sign \x3396 134-123
+sign \x3397 145-123
+sign \x3398 13-123
+sign \x3399 124-134
+sign \x339A 1345-134
+sign \x339B 46-134-134
+sign \x339C 134-134
+sign \x339D 14-134
+sign \x339E 13-134
+sign \x339F 134-134-457-23
+sign \x33A0 14-134-457-23
+sign \x33A1 134-457-23
+sign \x33A2 13-134-457-23
+sign \x33A3 134-134-457-25
+sign \x33A4 14-134-457-25
+sign \x33A5 134-457-25
+sign \x33A6 13-134-457-25
+sign \x33A7 134-34-234
+sign \x33A8 134-34-234-457-23
+sign \x33A9 12347-1
+sign \x33AA 13-12347-1
+sign \x33AB 1347-12347-1
+sign \x33AC 12457-12347-1
+sign \x33AD 1235-1-145
+sign \x33AE 1235-1-145-34-234
+sign \x33AF 1235-1-145-34-234-457-23
+sign \x33B0 1234-234
+sign \x33B1 1345-234
+sign \x33B2 46-134-234
+sign \x33B3 134-234
+sign \x33B4 1234-12367
+sign \x33B5 1345-12367
+sign \x33B6 46-134-12367
+sign \x33B7 134-12367
+sign \x33B8 13-12367
+sign \x33B9 1347-12367
+sign \x33BA 1234-24567
+sign \x33BB 1345-24567
+sign \x33BC 46-134-24567
+sign \x33BD 134-24567
+sign \x33BE 13-24567
+sign \x33BF 1347-24567
+sign \x33C0 13-46-24567
+sign \x33C1 1347-46-24567
+sign \x33C2 1-46-134-46
+sign \x33C3 127-12345
+sign \x33C4 14-14
+sign \x33C5 14-145
+sign \x33C6 14-34-13-1245
+sign \x33C7 147-135-46
+sign \x33C8 145-127
+sign \x33C9 12457-13456
+sign \x33CA 125-1
+sign \x33CB 1257-12347
+sign \x33CC 24-1345
+sign \x33CD 137-137
+sign \x33CE 137-1347
+sign \x33CF 13-2345
+sign \x33D0 123-134
+sign \x33D1 123-1345
+sign \x33D2 123-135-1245
+sign \x33D3 123-1346
+sign \x33D4 134-12
+sign \x33D5 134-24-123
+sign \x33D6 134-135-123
+sign \x33D7 12347-1257
+sign \x33D8 1234-46-134-46
+sign \x33D9 12347-12347-1347
+sign \x33DA 12347-12357
+sign \x33DB 234-1235
+sign \x33DC 2347-1236
+sign \x33DD 24567-12
+sign \x33DE 12367-34-134
+sign \x33E0 2-145
+sign \x33E1 23-145
+sign \x33E2 25-145
+sign \x33E3 256-145
+sign \x33E4 26-145
+sign \x33E5 235-145
+sign \x33E6 2356-145
+sign \x33E7 236-145
+sign \x33E8 35-145
+sign \x33E9 2-356-145
+sign \x33EA 2-2-145
+sign \x33EB 2-23-145
+sign \x33EC 2-25-145
+sign \x33ED 2-256-145
+sign \x33EE 2-26-145
+sign \x33EF 2-235-145
+sign \x33F0 2-2356-145
+sign \x33F1 2-236-145
+sign \x33F2 2-35-145
+sign \x33F3 23-356-145
+sign \x33F4 23-2-145
+sign \x33F5 23-23-145
+sign \x33F6 23-25-145
+sign \x33F7 23-256-145
+sign \x33F8 23-26-145
+sign \x33F9 23-235-145
+sign \x33FA 23-2356-145
+sign \x33FB 23-236-145
+sign \x33FC 23-35-145
+sign \x33FD 25-356-145
+sign \x33FE 25-2-145
+sign \x33FF 1245-1-123
+#end CJK Compatibility
+
+#begin CJK Unified Ideographs Extension A (U+3400-U+4DBF)
+letter \x3400 245-234-3
+letter \x3401 124-2345-5
+letter \x3402 15-16-4
+letter \x3403 123467-134568
+letter \x3404 123-35-5
+letter \x3405 34-4
+letter \x3406 1456-4
+letter \x3407 13-234-4
+letter \x3408 1245-136-2
+letter \x3409 145-13456-3
+letter \x340A 24-156-5
+letter \x340B 124-34-4
+letter \x340C 16-2
+letter \x340D 1-35-4
+letter \x340E 123456-2
+letter \x340F 34-4
+letter \x3410 1345-34-2
+letter \x3411 145-13456-3
+letter \x3412 1-146-5
+letter \x3413 123-2346-4
+letter \x3414 123467-134568
+letter \x3415 123467-134568
+letter \x3416 15-346-2
+letter \x3417 14-146-4
+letter \x3418 134-16-4
+letter \x3419 145-12356-5
+letter \x341A 34-2
+letter \x341B 234-5
+letter \x341C 245-234-2
+letter \x341D 13-1256-3
+letter \x341E 245-16-2
+letter \x341F 12345-356-3
+letter \x3420 1245-34-4
+letter \x3421 1345-25-5
+letter \x3422 12345-34-2
+letter \x3423 123-34-5
+letter \x3424 145-1236-3
+letter \x3425 12-34-2
+letter \x3426 13-1256-4
+letter \x3427 145-16-5
+letter \x3428 15-1256-5
+letter \x3429 15-13456-2
+letter \x342A 1235-2456-5
+letter \x342B 15-235-3
+letter \x342C 14-234-2
+letter \x342D 14-1456-4
+letter \x342E 15-46-3
+letter \x342F 235-3
+letter \x3430 15-1456-5
+letter \x3431 1-136-4
+letter \x3432 145-2456-5
+letter \x3433 34-5
+letter \x3434 1234-1236-3
+letter \x3435 1245-34-2
+letter \x3436 1235-35-3
+letter \x3437 134-345-5
+letter \x3438 245-2345-5
+letter \x3439 16-5
+letter \x343A 1456-2
+letter \x343B 1345-356-5
+letter \x343C 24-1356-3
+letter \x343D 12345-1356-3
+letter \x343E 45-2
+letter \x343F 123467-134568
+letter \x3440 124-2456-5
+letter \x3441 1-25-3
+letter \x3442 12345-1346-4
+letter \x3443 146-5
+letter \x3444 34-4
+letter \x3445 125-25-5
+letter \x3446 123-1236-4
+letter \x3447 1-12356-5
+letter \x3448 145-12346-3
+letter \x3449 15-34-5
+letter \x344A 16-5
+letter \x344B 245-235-5
+letter \x344C 123-456-3
+letter \x344D 14-356-5
+letter \x344E 1345-146-4
+letter \x344F 1-34-5
+letter \x3450 24-34-2
+letter \x3451 125-1236-2
+letter \x3452 245-2345-3
+letter \x3453 13-256-5
+letter \x3454 15-1256-4
+letter \x3455 123467-134568
+letter \x3456 123467-134568
+letter \x3457 24-136-3
+letter \x3458 13-346-5
+letter \x3459 145-346-2
+letter \x345A 1345-25-2
+letter \x345B 15-34-5
+letter \x345C 16-5
+letter \x345D 14-12346-5
+letter \x345E 13456-5
+letter \x345F 135-1356-4
+letter \x3460 24-34-5
+letter \x3461 123467-134568
+letter \x3462 13-236-2
+letter \x3463 14-1236-2
+letter \x3464 134-246-2
+letter \x3465 16-5
+letter \x3466 14-16-5
+letter \x3467 13-16-5
+letter \x3468 1235-12356-5
+letter \x3469 14-25-2
+letter \x346A 12-2456-2
+letter \x346B 245-16-4
+letter \x346C 123467-134568
+letter \x346D 135-16-5
+letter \x346E 1235-123456-2
+letter \x346F 15-1256-4
+letter \x3470 1235-1246-5
+letter \x3471 1245-146-4
+letter \x3472 135-356-5
+letter \x3473 1-12356-5
+letter \x3474 245-1456-3
+letter \x3475 13-16-2
+letter \x3476 15-16-5
+letter \x3477 124-2456-5
+letter \x3478 246-2
+letter \x3479 1235-1246-5
+letter \x347A 13-256-5
+letter \x347B 134-345-5
+letter \x347C 14-236-5
+letter \x347D 124-1346-2
+letter \x347E 246-2
+letter \x347F 1-146-5
+letter \x3480 1-2346-2
+letter \x3481 1256-4
+letter \x3482 1-25-2
+letter \x3483 156-5
+letter \x3484 1245-1236-4
+letter \x3485 245-16-4
+letter \x3486 15-16-5
+letter \x3487 34-4
+letter \x3488 15-2345-5
+letter \x3489 124-1346-4
+letter \x348A 15-2346-5
+letter \x348B 15-156-3
+letter \x348C 245-235-2
+letter \x348D 14-356-4
+letter \x348E 15-345-5
+letter \x348F 123467-134568
+letter \x3490 123467-134568
+letter \x3491 1235-1246-5
+letter \x3492 1234-34-2
+letter \x3493 124-345-5
+letter \x3494 24-34-4
+letter \x3495 46-3
+letter \x3496 12356-4
+letter \x3497 124-2456-2
+letter \x3498 24-34-5
+letter \x3499 134-2345-2
+letter \x349A 1456-5
+letter \x349B 145-246-5
+letter \x349C 1256-4
+letter \x349D 134-346-5
+letter \x349E 13-256-5
+letter \x349F 1345-246-4
+letter \x34A0 15-346-5
+letter \x34A1 234-2
+letter \x34A2 123467-134568
+letter \x34A3 123467-134568
+letter \x34A4 12-2346-5
+letter \x34A5 12345-1356-3
+letter \x34A6 14-356-4
+letter \x34A7 14-16-5
+letter \x34A8 15-2345-3
+letter \x34A9 14-25-4
+letter \x34AA 15-16-2
+letter \x34AB 13-16-5
+letter \x34AC 456-3
+letter \x34AD 123-123456-3
+letter \x34AE 123467-134568
+letter \x34AF 346-5
+letter \x34B0 245-45-2
+letter \x34B1 123467-134568
+letter \x34B2 245-2456-2
+letter \x34B3 14-46-4
+letter \x34B4 13-34-4
+letter \x34B5 134-146-5
+letter \x34B6 13-12346-3
+letter \x34B7 15-13456-3
+letter \x34B8 15-1246-5
+letter \x34B9 145-2345-3
+letter \x34BA 456-4
+letter \x34BB 134-146-5
+letter \x34BC 134-1236-2
+letter \x34BD 245-45-3
+letter \x34BE 24-156-5
+letter \x34BF 14-16-2
+letter \x34C0 123467-134568
+letter \x34C1 456-4
+letter \x34C2 123-12356-5
+letter \x34C3 145-34-5
+letter \x34C4 12-136-5
+letter \x34C5 124-13456-3
+letter \x34C6 245-1346-3
+letter \x34C7 25-5
+letter \x34C8 135-13456-5
+letter \x34C9 1235-25-5
+letter \x34CA 145-12346-5
+letter \x34CB 13-12346-5
+letter \x34CC 12-1356-3
+letter \x34CD 123467-134568
+letter \x34CE 245-1456-3
+letter \x34CF 13-235-4
+letter \x34D0 14-34-5
+letter \x34D1 15-13456-5
+letter \x34D2 245-16-3
+letter \x34D3 1345-1236-2
+letter \x34D4 15-346-5
+letter \x34D5 134-346-5
+letter \x34D6 135-16-5
+letter \x34D7 13-346-2
+letter \x34D8 15-34-5
+letter \x34D9 15-235-3
+letter \x34DA 13-12346-3
+letter \x34DB 13-12346-3
+letter \x34DC 234-5
+letter \x34DD 12-456-5
+letter \x34DE 245-23456-5
+letter \x34DF 1234-16-2
+letter \x34E0 145-2345-5
+letter \x34E1 12345-12356-4
+letter \x34E2 14-25-5
+letter \x34E3 245-23456-5
+letter \x34E4 245-23456-5
+letter \x34E5 124-1346-3
+letter \x34E6 135-126-5
+letter \x34E7 13-1236-3
+letter \x34E8 245-156-5
+letter \x34E9 15-45-3
+letter \x34EA 14-1346-4
+letter \x34EB 123467-134568
+letter \x34EC 123-34-3
+letter \x34ED 24-2346-2
+letter \x34EE 145-246-3
+letter \x34EF 14-16-2
+letter \x34F0 1235-35-5
+letter \x34F1 124-12356-2
+letter \x34F2 1234-2345-3
+letter \x34F3 145-16-3
+letter \x34F4 1245-12456-4
+letter \x34F5 2346-5
+letter \x34F6 245-346-5
+letter \x34F7 16-5
+letter \x34F8 1-25-2
+letter \x34F9 1245-1246-5
+letter \x34FA 13-2345-3
+letter \x34FB 13-1346-3
+letter \x34FC 12-156-5
+letter \x34FD 12-12346-2
+letter \x34FE 15-16-3
+letter \x34FF 123467-134568
+letter \x3500 14-46-5
+letter \x3501 145-1356-3
+letter \x3502 14-1456-2
+letter \x3503 13-236-2
+letter \x3504 15-34-5
+letter \x3505 15-246-5
+letter \x3506 125-1236-4
+letter \x3507 1234-126-3
+letter \x3508 123467-134568
+letter \x3509 1-34-4
+letter \x350A 145-1236-4
+letter \x350B 13-2345-3
+letter \x350C 125-12356-5
+letter \x350D 12-35-3
+letter \x350E 15-236-3
+letter \x350F 14-16-5
+letter \x3510 245-2345-3
+letter \x3511 12-156-5
+letter \x3512 15-16-2
+letter \x3513 13-2345-4
+letter \x3514 123467-134568
+letter \x3515 13-16-2
+letter \x3516 123467-134568
+letter \x3517 12345-356-5
+letter \x3518 12-34-5
+letter \x3519 135-1356-3
+letter \x351A 123-12356-4
+letter \x351B 123467-134568
+letter \x351C 135-126-2
+letter \x351D 14-46-4
+letter \x351E 123-2356-3
+letter \x351F 123467-134568
+letter \x3520 1235-2346-2
+letter \x3521 1234-16-5
+letter \x3522 15-236-3
+letter \x3523 14-356-5
+letter \x3524 15-1456-5
+letter \x3525 1234-16-2
+letter \x3526 46-4
+letter \x3527 14-1256-5
+letter \x3528 135-356-5
+letter \x3529 2346-5
+letter \x352A 14-34-4
+letter \x352B 123467-134568
+letter \x352C 1-25-2
+letter \x352D 12-156-2
+letter \x352E 1345-25-2
+letter \x352F 15-45-2
+letter \x3530 1235-1356-2
+letter \x3531 1256-4
+letter \x3532 13-1246-4
+letter \x3533 13-1246-4
+letter \x3534 16-5
+letter \x3535 15-45-4
+letter \x3536 13-1236-4
+letter \x3537 14-12356-5
+letter \x3538 124-16-3
+letter \x3539 14-2346-5
+letter \x353A 24-156-5
+letter \x353B 1234-16-3
+letter \x353C 15-123456-4
+letter \x353D 234-4
+letter \x353E 13-346-2
+letter \x353F 125-12356-5
+letter \x3540 234-2
+letter \x3541 245-236-5
+letter \x3542 1456-2
+letter \x3543 15-16-3
+letter \x3544 1-156-4
+letter \x3545 13-23456-2
+letter \x3546 1235-34-5
+letter \x3547 14-345-3
+letter \x3548 16-4
+letter \x3549 123-2346-5
+letter \x354A 12345-34-3
+letter \x354B 245-1456-2
+letter \x354C 2456-5
+letter \x354D 145-1246-3
+letter \x354E 123-2346-5
+letter \x354F 12-34-2
+letter \x3550 15-346-4
+letter \x3551 12-34-2
+letter \x3552 1246-2
+letter \x3553 12-1236-2
+letter \x3554 124-13456-3
+letter \x3555 1235-12456-5
+letter \x3556 15-34-5
+letter \x3557 234-5
+letter \x3558 245-1236-3
+letter \x3559 13-256-5
+letter \x355A 1-146-4
+letter \x355B 246-2
+letter \x355C 24-156-4
+letter \x355D 123467-134568
+letter \x355E 24-35-3
+letter \x355F 123-1246-5
+letter \x3560 24-456-3
+letter \x3561 1235-25-5
+letter \x3562 13-2456-5
+letter \x3563 2345-4
+letter \x3564 245-234-2
+letter \x3565 24-136-3
+letter \x3566 1235-35-5
+letter \x3567 15-16-3
+letter \x3568 12345-1236-5
+letter \x3569 1234-1346-5
+letter \x356A 145-1236-4
+letter \x356B 12345-1346-4
+letter \x356C 13-12346-3
+letter \x356D 146-3
+letter \x356E 12345-34-4
+letter \x356F 1345-345-5
+letter \x3570 15-236-5
+letter \x3571 234-2
+letter \x3572 1235-35-2
+letter \x3573 15-235-3
+letter \x3574 12-136-2
+letter \x3575 13-25-2
+letter \x3576 134-126-5
+letter \x3577 1234-345-3
+letter \x3578 14-16-5
+letter \x3579 12345-345-2
+letter \x357A 1235-146-2
+letter \x357B 1234-12356-4
+letter \x357C 15-235-3
+letter \x357D 15-156-5
+letter \x357E 123467-134568
+letter \x357F 123467-134568
+letter \x3580 14-2346-5
+letter \x3581 14-1456-5
+letter \x3582 16-5
+letter \x3583 1235-12356-4
+letter \x3584 1-12356-3
+letter \x3585 15-1256-5
+letter \x3586 245-1256-2
+letter \x3587 156-2
+letter \x3588 14-146-4
+letter \x3589 245-16-4
+letter \x358A 15-256-2
+letter \x358B 123467-134568
+letter \x358C 123467-134568
+letter \x358D 123467-134568
+letter \x358E 123467-134568
+letter \x358F 1345-346-5
+letter \x3590 1246-4
+letter \x3591 15-346-5
+letter \x3592 124-16-2
+letter \x3593 1235-12346-2
+letter \x3594 124-123456-4
+letter \x3595 1345-346-5
+letter \x3596 1345-346-5
+letter \x3597 1456-2
+letter \x3598 1-136-3
+letter \x3599 123467-134568
+letter \x359A 123467-134568
+letter \x359B 123467-134568
+letter \x359C 123467-134568
+letter \x359D 123467-134568
+letter \x359E 123-2356-3
+letter \x359F 24-12356-5
+letter \x35A0 1345-345-4
+letter \x35A1 346-5
+letter \x35A2 245-156-2
+letter \x35A3 1234-12356-4
+letter \x35A4 1235-1236-2
+letter \x35A5 13-256-5
+letter \x35A6 145-12346-4
+letter \x35A7 123456-4
+letter \x35A8 14-34-5
+letter \x35A9 15-12356-4
+letter \x35AA 1256-5
+letter \x35AB 14-13456-2
+letter \x35AC 123467-134568
+letter \x35AD 124-2345-4
+letter \x35AE 14-123456-2
+letter \x35AF 123467-134568
+letter \x35B0 123467-134568
+letter \x35B1 123467-134568
+letter \x35B2 123467-134568
+letter \x35B3 123467-134568
+letter \x35B4 123456-4
+letter \x35B5 13-1256-5
+letter \x35B6 1456-3
+letter \x35B7 24-156-2
+letter \x35B8 15-236-3
+letter \x35B9 1234-136-2
+letter \x35BA 12-123456-4
+letter \x35BB 1245-12356-2
+letter \x35BC 145-25-4
+letter \x35BD 125-2346-2
+letter \x35BE 2346-5
+letter \x35BF 346-2
+letter \x35C0 234-3
+letter \x35C1 2346-5
+letter \x35C2 24-1356-4
+letter \x35C3 123456-4
+letter \x35C4 134-1236-5
+letter \x35C5 1235-34-2
+letter \x35C6 13-2346-2
+letter \x35C7 15-23456-3
+letter \x35C8 134-1236-2
+letter \x35C9 14-236-5
+letter \x35CA 13-16-2
+letter \x35CB 1235-12356-2
+letter \x35CC 1-156-5
+letter \x35CD 1-2456-3
+letter \x35CE 13-23456-5
+letter \x35CF 2356-3
+letter \x35D0 123-2346-5
+letter \x35D1 135-2456-1
+letter \x35D2 2456-5
+letter \x35D3 1-1246-3
+letter \x35D4 245-2345-3
+letter \x35D5 13-12356-5
+letter \x35D6 145-1236-5
+letter \x35D7 135-16-4
+letter \x35D8 135-126-2
+letter \x35D9 12-34-2
+letter \x35DA 14-16-5
+letter \x35DB 15-246-5
+letter \x35DC 15-234-5
+letter \x35DD 123467-134568
+letter \x35DE 1234-126-5
+letter \x35DF 123467-134568
+letter \x35E0 123467-134568
+letter \x35E1 123467-134568
+letter \x35E2 1235-12346-2
+letter \x35E3 124-16-5
+letter \x35E4 245-16-3
+letter \x35E5 123-25-5
+letter \x35E6 14-146-2
+letter \x35E7 1-156-5
+letter \x35E8 2456-4
+letter \x35E9 15-16-3
+letter \x35EA 1234-16-3
+letter \x35EB 245-346-5
+letter \x35EC 12-345-3
+letter \x35ED 15-16-3
+letter \x35EE 123467-134568
+letter \x35EF 123467-134568
+letter \x35F0 245-12346-2
+letter \x35F1 13-16-2
+letter \x35F2 1235-35-5
+letter \x35F3 145-345-3
+letter \x35F4 2345-2
+letter \x35F5 15-1256-5
+letter \x35F6 1234-126-3
+letter \x35F7 15-2456-3
+letter \x35F8 123467-134568
+letter \x35F9 123467-134568
+letter \x35FA 15-345-5
+letter \x35FB 13-25-3
+letter \x35FC 346-5
+letter \x35FD 15-46-4
+letter \x35FE 15-236-3
+letter \x35FF 1235-2346-4
+letter \x3600 125-25-5
+letter \x3601 16-5
+letter \x3602 245-156-2
+letter \x3603 1345-25-5
+letter \x3604 14-1356-3
+letter \x3605 15-2345-2
+letter \x3606 124-2456-2
+letter \x3607 1245-12346-2
+letter \x3608 1345-16-4
+letter \x3609 13-346-2
+letter \x360A 15-16-3
+letter \x360B 15-2345-2
+letter \x360C 13-1256-5
+letter \x360D 13-16-2
+letter \x360E 1235-1236-4
+letter \x360F 145-146-5
+letter \x3610 1234-146-5
+letter \x3611 14-16-5
+letter \x3612 123467-134568
+letter \x3613 14-1236-2
+letter \x3614 15-2456-3
+letter \x3615 1235-1236-4
+letter \x3616 2345-2
+letter \x3617 245-1256-3
+letter \x3618 123467-134568
+letter \x3619 2345-2
+letter \x361A 1235-1236-4
+letter \x361B 123-1236-3
+letter \x361C 12-12356-2
+letter \x361D 1345-16-5
+letter \x361E 1235-25-5
+letter \x361F 12-456-3
+letter \x3620 135-16-3
+letter \x3621 15-23456-2
+letter \x3622 12346-4
+letter \x3623 15-45-3
+letter \x3624 12456-3
+letter \x3625 2346-2
+letter \x3626 245-1456-2
+letter \x3627 15-1256-5
+letter \x3628 1345-346-5
+letter \x3629 135-16-5
+letter \x362A 1235-146-5
+letter \x362B 13-13456-5
+letter \x362C 146-3
+letter \x362D 146-3
+letter \x362E 123467-134568
+letter \x362F 12-1346-4
+letter \x3630 1-136-3
+letter \x3631 124-1236-3
+letter \x3632 13-1256-2
+letter \x3633 245-234-3
+letter \x3634 125-25-5
+letter \x3635 135-34-5
+letter \x3636 13-346-2
+letter \x3637 2456-5
+letter \x3638 125-1346-5
+letter \x3639 245-156-2
+letter \x363A 12345-345-2
+letter \x363B 1456-3
+letter \x363C 123467-134568
+letter \x363D 1-156-5
+letter \x363E 123467-134568
+letter \x363F 1345-346-5
+letter \x3640 14-234-5
+letter \x3641 134-356-2
+letter \x3642 145-1246-5
+letter \x3643 135-1346-3
+letter \x3644 135-16-5
+letter \x3645 135-146-4
+letter \x3646 123467-134568
+letter \x3647 12-34-5
+letter \x3648 15-23456-5
+letter \x3649 124-2345-4
+letter \x364A 1-1346-5
+letter \x364B 245-16-2
+letter \x364C 15-34-5
+letter \x364D 145-25-3
+letter \x364E 1246-3
+letter \x364F 12345-34-5
+letter \x3650 145-25-4
+letter \x3651 1256-4
+letter \x3652 346-4
+letter \x3653 123-1246-2
+letter \x3654 1235-1236-2
+letter \x3655 123-2356-5
+letter \x3656 123467-134568
+letter \x3657 1246-3
+letter \x3658 246-3
+letter \x3659 134-1356-4
+letter \x365A 15-13456-3
+letter \x365B 135-34-4
+letter \x365C 124-2456-2
+letter \x365D 15-346-2
+letter \x365E 1345-346-5
+letter \x365F 14-1346-4
+letter \x3660 16-3
+letter \x3661 125-12346-3
+letter \x3662 134-1236-2
+letter \x3663 1-1346-5
+letter \x3664 15-23456-5
+letter \x3665 13-123456-5
+letter \x3666 15-346-2
+letter \x3667 14-234-5
+letter \x3668 13-16-3
+letter \x3669 14-246-2
+letter \x366A 36-5
+letter \x366B 13-16-2
+letter \x366C 1456-2
+letter \x366D 13-236-2
+letter \x366E 145-345-3
+letter \x366F 16-5
+letter \x3670 15-346-5
+letter \x3671 1235-146-5
+letter \x3672 235-3
+letter \x3673 1235-1236-4
+letter \x3674 12-1236-5
+letter \x3675 124-2456-2
+letter \x3676 124-1346-2
+letter \x3677 1-156-2
+letter \x3678 1234-34-2
+letter \x3679 134-1356-2
+letter \x367A 123-1246-2
+letter \x367B 12-1236-2
+letter \x367C 14-356-4
+letter \x367D 123467-134568
+letter \x367E 15-236-2
+letter \x367F 123467-134568
+letter \x3680 123-1246-3
+letter \x3681 245-246-5
+letter \x3682 1345-1346-5
+letter \x3683 256-3
+letter \x3684 1-156-5
+letter \x3685 14-12346-2
+letter \x3686 12345-34-5
+letter \x3687 125-12346-3
+letter \x3688 123467-134568
+letter \x3689 13-34-4
+letter \x368A 123-2456-3
+letter \x368B 145-246-3
+letter \x368C 1235-25-4
+letter \x368D 123-1246-4
+letter \x368E 245-1256-5
+letter \x368F 13-146-4
+letter \x3690 124-146-5
+letter \x3691 123467-134568
+letter \x3692 24-1236-4
+letter \x3693 14-2456-4
+letter \x3694 1345-346-5
+letter \x3695 12345-34-2
+letter \x3696 13-146-4
+letter \x3697 245-346-2
+letter \x3698 135-1236-5
+letter \x3699 13-23456-3
+letter \x369A 123-12346-3
+letter \x369B 15-16-5
+letter \x369C 1256-5
+letter \x369D 123-1246-3
+letter \x369E 24-136-4
+letter \x369F 12-25-5
+letter \x36A0 15-246-3
+letter \x36A1 13-16-4
+letter \x36A2 1345-34-2
+letter \x36A3 13-246-4
+letter \x36A4 16-5
+letter \x36A5 1256-2
+letter \x36A6 13-16-3
+letter \x36A7 2345-4
+letter \x36A8 24-136-3
+letter \x36A9 1245-1236-4
+letter \x36AA 1235-146-5
+letter \x36AB 15-345-5
+letter \x36AC 13-256-3
+letter \x36AD 234-2
+letter \x36AE 145-1236-3
+letter \x36AF 15-256-2
+letter \x36B0 135-16-4
+letter \x36B1 245-234-3
+letter \x36B2 12-1236-3
+letter \x36B3 2346-3
+letter \x36B4 1234-34-5
+letter \x36B5 145-12346-3
+letter \x36B6 15-156-5
+letter \x36B7 1345-2456-4
+letter \x36B8 15-156-3
+letter \x36B9 134-246-2
+letter \x36BA 256-5
+letter \x36BB 13-16-3
+letter \x36BC 1235-146-4
+letter \x36BD 245-246-4
+letter \x36BE 15-235-3
+letter \x36BF 1234-146-2
+letter \x36C0 12-34-2
+letter \x36C1 1234-1356-3
+letter \x36C2 1345-25-4
+letter \x36C3 13-346-2
+letter \x36C4 16-3
+letter \x36C5 156-5
+letter \x36C6 145-25-4
+letter \x36C7 123467-134568
+letter \x36C8 123467-134568
+letter \x36C9 15-16-4
+letter \x36CA 145-25-4
+letter \x36CB 123467-134568
+letter \x36CC 123467-134568
+letter \x36CD 245-346-5
+letter \x36CE 14-1256-4
+letter \x36CF 245-234-2
+letter \x36D0 15-146-4
+letter \x36D1 245-1236-5
+letter \x36D2 145-12356-5
+letter \x36D3 15-16-3
+letter \x36D4 12345-1356-3
+letter \x36D5 16-5
+letter \x36D6 15-25-3
+letter \x36D7 125-25-3
+letter \x36D8 1234-126-5
+letter \x36D9 15-1456-5
+letter \x36DA 124-12346-4
+letter \x36DB 24-136-3
+letter \x36DC 234-2
+letter \x36DD 135-356-5
+letter \x36DE 14-12346-5
+letter \x36DF 123467-134568
+letter \x36E0 15-2345-2
+letter \x36E1 12456-2
+letter \x36E2 15-234-5
+letter \x36E3 256-2
+letter \x36E4 14-16-2
+letter \x36E5 124-345-5
+letter \x36E6 14-1236-4
+letter \x36E7 134-1236-4
+letter \x36E8 245-46-4
+letter \x36E9 1-12356-2
+letter \x36EA 1234-16-3
+letter \x36EB 15-16-2
+letter \x36EC 14-34-5
+letter \x36ED 15-16-2
+letter \x36EE 15-146-4
+letter \x36EF 12345-1236-5
+letter \x36F0 1235-123456-3
+letter \x36F1 1246-3
+letter \x36F2 12345-345-4
+letter \x36F3 16-5
+letter \x36F4 1345-146-4
+letter \x36F5 12-1356-3
+letter \x36F6 124-1236-5
+letter \x36F7 13-16-3
+letter \x36F8 24-34-5
+letter \x36F9 1234-2345-2
+letter \x36FA 1346-3
+letter \x36FB 123-35-3
+letter \x36FC 24-345-5
+letter \x36FD 24-1236-3
+letter \x36FE 15-2345-2
+letter \x36FF 1-156-5
+letter \x3700 123467-134568
+letter \x3701 1-345-3
+letter \x3702 12345-1356-3
+letter \x3703 14-2345-5
+letter \x3704 15-256-2
+letter \x3705 15-1256-5
+letter \x3706 134-16-5
+letter \x3707 1235-1246-5
+letter \x3708 134-34-5
+letter \x3709 235-3
+letter \x370A 1-1236-4
+letter \x370B 16-5
+letter \x370C 13-12356-5
+letter \x370D 124-1346-2
+letter \x370E 15-16-3
+letter \x370F 256-2
+letter \x3710 24-34-5
+letter \x3711 1234-126-2
+letter \x3712 16-5
+letter \x3713 145-345-2
+letter \x3714 123467-134568
+letter \x3715 14-2345-2
+letter \x3716 245-146-2
+letter \x3717 245-1236-3
+letter \x3718 13-346-3
+letter \x3719 14-34-5
+letter \x371A 15-34-5
+letter \x371B 1345-136-5
+letter \x371C 146-5
+letter \x371D 1236-4
+letter \x371E 245-2345-5
+letter \x371F 123467-134568
+letter \x3720 245-1246-3
+letter \x3721 245-12346-3
+letter \x3722 14-1256-4
+letter \x3723 1245-1236-2
+letter \x3724 1345-2345-4
+letter \x3725 134-2456-2
+letter \x3726 15-256-2
+letter \x3727 236-3
+letter \x3728 1345-2456-2
+letter \x3729 146-5
+letter \x372A 15-2345-4
+letter \x372B 134-356-4
+letter \x372C 1-1236-3
+letter \x372D 123467-134568
+letter \x372E 14-1236-5
+letter \x372F 15-16-3
+letter \x3730 236-5
+letter \x3731 1-156-2
+letter \x3732 13456-2
+letter \x3733 1235-2356-2
+letter \x3734 134-1356-5
+letter \x3735 1345-246-4
+letter \x3736 12345-1236-5
+letter \x3737 134-16-2
+letter \x3738 1345-346-5
+letter \x3739 245-1256-2
+letter \x373A 125-1236-5
+letter \x373B 14-12456-2
+letter \x373C 1-156-2
+letter \x373D 125-156-1
+letter \x373E 1235-2456-2
+letter \x373F 15-1256-5
+letter \x3740 1235-146-4
+letter \x3741 15-45-3
+letter \x3742 1-156-5
+letter \x3743 134-2345-4
+letter \x3744 12-123456-2
+letter \x3745 13-12356-5
+letter \x3746 123467-134568
+letter \x3747 12-123456-2
+letter \x3748 14-12456-2
+letter \x3749 1-34-5
+letter \x374A 24-12356-4
+letter \x374B 14-246-4
+letter \x374C 13-234-5
+letter \x374D 15-346-4
+letter \x374E 145-13456-5
+letter \x374F 13-346-5
+letter \x3750 1245-12346-2
+letter \x3751 12345-1346-2
+letter \x3752 13-1256-3
+letter \x3753 123-2346-5
+letter \x3754 246-4
+letter \x3755 1345-13456-2
+letter \x3756 16-2
+letter \x3757 14-1346-2
+letter \x3758 235-2
+letter \x3759 1456-2
+letter \x375A 2345-2
+letter \x375B 15-34-5
+letter \x375C 15-16-2
+letter \x375D 14-1456-2
+letter \x375E 23456-5
+letter \x375F 134-146-5
+letter \x3760 134-13456-2
+letter \x3761 125-1246-5
+letter \x3762 1256-4
+letter \x3763 16-5
+letter \x3764 13-12356-5
+letter \x3765 134-16-4
+letter \x3766 13-256-5
+letter \x3767 123456-4
+letter \x3768 1235-12456-2
+letter \x3769 123-1346-3
+letter \x376A 145-2345-5
+letter \x376B 14-12346-2
+letter \x376C 12345-34-3
+letter \x376D 15-13456-4
+letter \x376E 245-1246-5
+letter \x376F 245-246-2
+letter \x3770 134-2345-2
+letter \x3771 134-1356-5
+letter \x3772 245-1456-4
+letter \x3773 123467-134568
+letter \x3774 12456-2
+letter \x3775 145-2346-2
+letter \x3776 145-2346-2
+letter \x3777 15-256-2
+letter \x3778 135-2345-5
+letter \x3779 1345-12356-2
+letter \x377A 14-2345-2
+letter \x377B 13-1456-5
+letter \x377C 1256-3
+letter \x377D 1-1246-4
+letter \x377E 125-25-4
+letter \x377F 135-126-4
+letter \x3780 1235-1246-3
+letter \x3781 246-5
+letter \x3782 124-1246-5
+letter \x3783 13-16-2
+letter \x3784 1236-3
+letter \x3785 14-25-5
+letter \x3786 13-16-4
+letter \x3787 1246-4
+letter \x3788 134-126-5
+letter \x3789 125-25-3
+letter \x378A 15-1256-5
+letter \x378B 1345-2345-4
+letter \x378C 256-5
+letter \x378D 123467-134568
+letter \x378E 135-345-4
+letter \x378F 1-156-2
+letter \x3790 13-1256-3
+letter \x3791 1246-4
+letter \x3792 15-346-5
+letter \x3793 245-16-5
+letter \x3794 12-156-4
+letter \x3795 15-346-5
+letter \x3796 245-156-5
+letter \x3797 245-234-2
+letter \x3798 124-123456-2
+letter \x3799 1345-246-5
+letter \x379A 1-345-4
+letter \x379B 13-16-4
+letter \x379C 124-1246-3
+letter \x379D 123467-134568
+letter \x379E 15-12346-2
+letter \x379F 145-2345-5
+letter \x37A0 14-246-2
+letter \x37A1 1-1236-4
+letter \x37A2 1-156-3
+letter \x37A3 12345-136-3
+letter \x37A4 1456-2
+letter \x37A5 245-136-2
+letter \x37A6 13-16-4
+letter \x37A7 1235-1246-5
+letter \x37A8 125-156-4
+letter \x37A9 14-1236-2
+letter \x37AA 1345-146-2
+letter \x37AB 125-12356-4
+letter \x37AC 245-1456-4
+letter \x37AD 145-2456-5
+letter \x37AE 123467-134568
+letter \x37AF 245-16-4
+letter \x37B0 15-1256-4
+letter \x37B1 245-12346-3
+letter \x37B2 235-5
+letter \x37B3 145-12356-4
+letter \x37B4 12-156-2
+letter \x37B5 124-146-3
+letter \x37B6 134-1456-2
+letter \x37B7 1235-456-2
+letter \x37B8 15-1246-5
+letter \x37B9 123-2346-4
+letter \x37BA 125-34-2
+letter \x37BB 1235-146-5
+letter \x37BC 12-1356-2
+letter \x37BD 15-236-5
+letter \x37BE 1345-16-2
+letter \x37BF 245-16-2
+letter \x37C0 14-2345-2
+letter \x37C1 1236-5
+letter \x37C2 134-34-4
+letter \x37C3 15-156-3
+letter \x37C4 15-46-2
+letter \x37C5 14-12346-2
+letter \x37C6 1235-35-2
+letter \x37C7 245-25-2
+letter \x37C8 245-234-2
+letter \x37C9 14-146-2
+letter \x37CA 12345-34-2
+letter \x37CB 145-1246-5
+letter \x37CC 134-1346-2
+letter \x37CD 14-1346-2
+letter \x37CE 124-25-2
+letter \x37CF 1235-1236-3
+letter \x37D0 134-1346-2
+letter \x37D1 135-126-2
+letter \x37D2 245-256-3
+letter \x37D3 245-16-2
+letter \x37D4 1235-1236-3
+letter \x37D5 123467-134568
+letter \x37D6 14-12346-5
+letter \x37D7 135-1456-3
+letter \x37D8 124-246-2
+letter \x37D9 125-2346-2
+letter \x37DA 245-16-2
+letter \x37DB 245-2345-3
+letter \x37DC 134-16-2
+letter \x37DD 1234-356-2
+letter \x37DE 1-1236-5
+letter \x37DF 15-46-4
+letter \x37E0 13-1346-3
+letter \x37E1 123467-134568
+letter \x37E2 245-16-2
+letter \x37E3 123467-134568
+letter \x37E4 14-34-5
+letter \x37E5 245-136-3
+letter \x37E6 256-5
+letter \x37E7 2346-5
+letter \x37E8 145-12456-3
+letter \x37E9 134-1456-2
+letter \x37EA 1246-3
+letter \x37EB 245-45-2
+letter \x37EC 15-12356-4
+letter \x37ED 134-1456-2
+letter \x37EE 124-34-3
+letter \x37EF 2346-5
+letter \x37F0 134-13456-4
+letter \x37F1 246-4
+letter \x37F2 45-2
+letter \x37F3 14-16-5
+letter \x37F4 1246-2
+letter \x37F5 13-1346-3
+letter \x37F6 45-2
+letter \x37F7 145-345-3
+letter \x37F8 13-146-3
+letter \x37F9 14-146-2
+letter \x37FA 14-12356-2
+letter \x37FB 245-2345-5
+letter \x37FC 146-2
+letter \x37FD 135-246-4
+letter \x37FE 235-3
+letter \x37FF 134-1346-4
+letter \x3800 145-146-4
+letter \x3801 245-136-3
+letter \x3802 146-2
+letter \x3803 123467-134568
+letter \x3804 15-16-2
+letter \x3805 12345-34-5
+letter \x3806 145-1236-3
+letter \x3807 13-234-5
+letter \x3808 1245-123456-5
+letter \x3809 124-12346-2
+letter \x380A 245-1256-3
+letter \x380B 2346-5
+letter \x380C 245-2345-3
+letter \x380D 13-16-2
+letter \x380E 13-346-2
+letter \x380F 1235-35-2
+letter \x3810 13-246-5
+letter \x3811 125-1246-5
+letter \x3812 135-246-4
+letter \x3813 134-1356-2
+letter \x3814 135-2456-5
+letter \x3815 1246-4
+letter \x3816 16-4
+letter \x3817 146-5
+letter \x3818 1256-4
+letter \x3819 1235-146-2
+letter \x381A 145-1246-5
+letter \x381B 25-5
+letter \x381C 1345-16-5
+letter \x381D 245-12456-2
+letter \x381E 123467-134568
+letter \x381F 14-16-2
+letter \x3820 14-1256-2
+letter \x3821 1345-246-4
+letter \x3822 1235-2356-2
+letter \x3823 14-16-5
+letter \x3824 123467-134568
+letter \x3825 14-356-2
+letter \x3826 12345-1356-3
+letter \x3827 134-16-4
+letter \x3828 1256-5
+letter \x3829 1235-456-3
+letter \x382A 13-1256-5
+letter \x382B 123467-134568
+letter \x382C 123467-134568
+letter \x382D 1-1236-4
+letter \x382E 13-1346-3
+letter \x382F 16-4
+letter \x3830 123467-134568
+letter \x3831 13-16-5
+letter \x3832 135-16-4
+letter \x3833 123467-134568
+letter \x3834 1245-136-5
+letter \x3835 1235-456-3
+letter \x3836 12345-1236-2
+letter \x3837 13-2346-2
+letter \x3838 12345-34-3
+letter \x3839 13-346-5
+letter \x383A 134-246-2
+letter \x383B 15-16-3
+letter \x383C 15-156-3
+letter \x383D 124-12346-2
+letter \x383E 45-3
+letter \x383F 245-156-4
+letter \x3840 135-16-5
+letter \x3841 123-35-4
+letter \x3842 14-16-5
+letter \x3843 1235-456-3
+letter \x3844 15-256-2
+letter \x3845 1345-25-4
+letter \x3846 1235-456-3
+letter \x3847 13-346-3
+letter \x3848 134-136-2
+letter \x3849 15-2345-2
+letter \x384A 245-23456-5
+letter \x384B 1236-3
+letter \x384C 134-146-5
+letter \x384D 123467-134568
+letter \x384E 24-136-3
+letter \x384F 24-34-3
+letter \x3850 13-2345-3
+letter \x3851 13-246-4
+letter \x3852 1-123456-3
+letter \x3853 123-123456-3
+letter \x3854 34-5
+letter \x3855 13456-3
+letter \x3856 12-12346-2
+letter \x3857 124-16-2
+letter \x3858 14-2345-2
+letter \x3859 135-16-3
+letter \x385A 13-12356-3
+letter \x385B 1235-456-3
+letter \x385C 15-346-5
+letter \x385D 12345-1356-5
+letter \x385E 14-12356-2
+letter \x385F 125-146-3
+letter \x3860 1-1356-5
+letter \x3861 12-34-2
+letter \x3862 134-1236-5
+letter \x3863 14-12346-2
+letter \x3864 123467-134568
+letter \x3865 1456-5
+letter \x3866 135-1456-3
+letter \x3867 1-1356-5
+letter \x3868 245-2345-3
+letter \x3869 14-12456-2
+letter \x386A 1345-356-2
+letter \x386B 16-5
+letter \x386C 123467-134568
+letter \x386D 13-16-5
+letter \x386E 13-16-2
+letter \x386F 1-2456-2
+letter \x3870 1256-4
+letter \x3871 13-234-4
+letter \x3872 1235-12456-2
+letter \x3873 145-16-4
+letter \x3874 14-345-3
+letter \x3875 14-13456-2
+letter \x3876 1-156-4
+letter \x3877 135-136-4
+letter \x3878 1-345-4
+letter \x3879 13-1256-3
+letter \x387A 145-1236-5
+letter \x387B 14-246-5
+letter \x387C 15-346-5
+letter \x387D 1-146-5
+letter \x387E 15-2345-5
+letter \x387F 12-156-5
+letter \x3880 245-156-5
+letter \x3881 12-156-4
+letter \x3882 2345-4
+letter \x3883 14-1346-2
+letter \x3884 145-12356-5
+letter \x3885 14-12346-5
+letter \x3886 12-1236-2
+letter \x3887 123467-134568
+letter \x3888 124-1246-2
+letter \x3889 12-345-2
+letter \x388A 2456-4
+letter \x388B 12-156-4
+letter \x388C 2346-3
+letter \x388D 13456-4
+letter \x388E 1-2346-2
+letter \x388F 124-12356-2
+letter \x3890 2346-3
+letter \x3891 15-1246-3
+letter \x3892 12-345-2
+letter \x3893 1-1346-5
+letter \x3894 125-12346-4
+letter \x3895 235-3
+letter \x3896 135-1236-3
+letter \x3897 245-246-5
+letter \x3898 14-2345-2
+letter \x3899 13-1456-4
+letter \x389A 14-34-4
+letter \x389B 2345-5
+letter \x389C 123-1346-3
+letter \x389D 15-34-3
+letter \x389E 16-5
+letter \x389F 12-1236-4
+letter \x38A0 13-235-4
+letter \x38A1 13-46-4
+letter \x38A2 135-16-5
+letter \x38A3 245-13456-2
+letter \x38A4 125-2456-3
+letter \x38A5 145-12346-5
+letter \x38A6 13-2346-3
+letter \x38A7 13-45-4
+letter \x38A8 1235-1236-5
+letter \x38A9 145-16-5
+letter \x38AA 34-3
+letter \x38AB 123467-134568
+letter \x38AC 1235-12346-2
+letter \x38AD 124-146-3
+letter \x38AE 12-156-2
+letter \x38AF 134-1456-2
+letter \x38B0 135-16-5
+letter \x38B1 123467-134568
+letter \x38B2 15-256-5
+letter \x38B3 14-34-2
+letter \x38B4 15-16-3
+letter \x38B5 15-346-2
+letter \x38B6 135-16-5
+letter \x38B7 123467-134568
+letter \x38B8 135-16-5
+letter \x38B9 123467-134568
+letter \x38BA 15-2345-2
+letter \x38BB 1245-1246-5
+letter \x38BC 135-346-5
+letter \x38BD 156-4
+letter \x38BE 13-45-5
+letter \x38BF 123467-134568
+letter \x38C0 1-136-5
+letter \x38C1 135-356-5
+letter \x38C2 2346-5
+letter \x38C3 1256-5
+letter \x38C4 245-1256-2
+letter \x38C5 125-1236-5
+letter \x38C6 134-16-4
+letter \x38C7 145-16-5
+letter \x38C8 15-156-5
+letter \x38C9 13-12346-3
+letter \x38CA 15-234-3
+letter \x38CB 145-1236-3
+letter \x38CC 24-1236-5
+letter \x38CD 124-2456-2
+letter \x38CE 134-34-5
+letter \x38CF 13-13456-5
+letter \x38D0 135-2345-5
+letter \x38D1 235-2
+letter \x38D2 245-1356-5
+letter \x38D3 245-1236-5
+letter \x38D4 145-13456-3
+letter \x38D5 123467-134568
+letter \x38D6 123467-134568
+letter \x38D7 123467-134568
+letter \x38D8 12345-34-4
+letter \x38D9 145-16-2
+letter \x38DA 124-12346-4
+letter \x38DB 124-345-5
+letter \x38DC 15-13456-2
+letter \x38DD 15-12346-3
+letter \x38DE 145-25-2
+letter \x38DF 15-16-5
+letter \x38E0 124-146-3
+letter \x38E1 123467-134568
+letter \x38E2 124-16-2
+letter \x38E3 15-23456-2
+letter \x38E4 13-2345-5
+letter \x38E5 1-156-5
+letter \x38E6 1246-3
+letter \x38E7 1456-5
+letter \x38E8 123467-134568
+letter \x38E9 123467-134568
+letter \x38EA 1235-12456-4
+letter \x38EB 1-12346-4
+letter \x38EC 245-16-5
+letter \x38ED 125-12346-3
+letter \x38EE 123467-134568
+letter \x38EF 15-346-5
+letter \x38F0 15-16-3
+letter \x38F1 125-2346-2
+letter \x38F2 1246-2
+letter \x38F3 123467-134568
+letter \x38F4 123467-134568
+letter \x38F5 124-345-5
+letter \x38F6 1-1236-3
+letter \x38F7 1345-13456-5
+letter \x38F8 123467-134568
+letter \x38F9 123467-134568
+letter \x38FA 15-1456-3
+letter \x38FB 16-5
+letter \x38FC 1245-136-4
+letter \x38FD 24-34-5
+letter \x38FE 12-345-5
+letter \x38FF 1-25-2
+letter \x3900 456-5
+letter \x3901 124-2345-4
+letter \x3902 13-16-2
+letter \x3903 12345-1346-3
+letter \x3904 1234-356-5
+letter \x3905 2456-5
+letter \x3906 12345-1236-5
+letter \x3907 146-5
+letter \x3908 245-1456-5
+letter \x3909 245-23456-3
+letter \x390A 15-246-5
+letter \x390B 135-136-5
+letter \x390C 13-1236-3
+letter \x390D 245-246-3
+letter \x390E 13-2346-3
+letter \x390F 124-12346-2
+letter \x3910 12-1236-3
+letter \x3911 234-5
+letter \x3912 13-146-3
+letter \x3913 135-136-5
+letter \x3914 12345-34-5
+letter \x3915 12-34-5
+letter \x3916 1-34-4
+letter \x3917 124-2456-5
+letter \x3918 12-146-4
+letter \x3919 136-3
+letter \x391A 1235-1346-2
+letter \x391B 1245-136-5
+letter \x391C 15-1256-5
+letter \x391D 12-12346-3
+letter \x391E 145-25-2
+letter \x391F 123-12346-4
+letter \x3920 14-16-5
+letter \x3921 14-16-5
+letter \x3922 1256-5
+letter \x3923 1234-1356-3
+letter \x3924 1256-2
+letter \x3925 1235-2456-5
+letter \x3926 14-16-5
+letter \x3927 1235-12356-2
+letter \x3928 13-12346-4
+letter \x3929 123-2346-5
+letter \x392A 45-5
+letter \x392B 145-2346-2
+letter \x392C 1235-1246-5
+letter \x392D 13-246-3
+letter \x392E 13-456-5
+letter \x392F 13-235-3
+letter \x3930 125-25-5
+letter \x3931 12345-34-5
+letter \x3932 245-346-5
+letter \x3933 135-2456-4
+letter \x3934 12-2346-5
+letter \x3935 245-156-2
+letter \x3936 134-1346-2
+letter \x3937 1235-1236-3
+letter \x3938 15-16-5
+letter \x3939 245-234-2
+letter \x393A 1235-456-3
+letter \x393B 14-12456-4
+letter \x393C 13-346-2
+letter \x393D 12-12356-2
+letter \x393E 124-1236-5
+letter \x393F 2345-5
+letter \x3940 145-2346-2
+letter \x3941 145-2346-2
+letter \x3942 124-2346-5
+letter \x3943 134-136-3
+letter \x3944 14-13456-2
+letter \x3945 24-12356-5
+letter \x3946 124-1246-5
+letter \x3947 245-1236-2
+letter \x3948 145-346-2
+letter \x3949 12-156-5
+letter \x394A 1234-1356-2
+letter \x394B 16-3
+letter \x394C 13-1256-2
+letter \x394D 13-16-5
+letter \x394E 14-16-2
+letter \x394F 124-2345-4
+letter \x3950 45-5
+letter \x3951 234-3
+letter \x3952 245-2456-4
+letter \x3953 245-16-3
+letter \x3954 1256-5
+letter \x3955 14-2345-2
+letter \x3956 245-12346-3
+letter \x3957 123467-134568
+letter \x3958 123467-134568
+letter \x3959 123467-134568
+letter \x395A 1256-2
+letter \x395B 13-16-2
+letter \x395C 1246-5
+letter \x395D 134-16-4
+letter \x395E 15-1246-5
+letter \x395F 15-346-2
+letter \x3960 15-1256-4
+letter \x3961 12-156-5
+letter \x3962 245-234-2
+letter \x3963 1235-1246-5
+letter \x3964 13-1456-3
+letter \x3965 1256-2
+letter \x3966 245-346-5
+letter \x3967 24-123456-5
+letter \x3968 24-1246-5
+letter \x3969 145-25-4
+letter \x396A 14-12356-2
+letter \x396B 145-123456-3
+letter \x396C 1234-1346-2
+letter \x396D 124-2456-5
+letter \x396E 12-146-4
+letter \x396F 1456-4
+letter \x3970 15-146-3
+letter \x3971 12345-356-4
+letter \x3972 12-136-3
+letter \x3973 45-2
+letter \x3974 16-2
+letter \x3975 1235-123456-5
+letter \x3976 15-2346-5
+letter \x3977 245-346-5
+letter \x3978 134-1456-4
+letter \x3979 12345-136-4
+letter \x397A 1235-2346-2
+letter \x397B 123467-134568
+letter \x397C 1456-5
+letter \x397D 245-2346-5
+letter \x397E 1345-16-5
+letter \x397F 146-5
+letter \x3980 1234-1356-2
+letter \x3981 14-2345-2
+letter \x3982 12-1346-2
+letter \x3983 12-1236-4
+letter \x3984 134-345-2
+letter \x3985 145-346-2
+letter \x3986 1235-34-3
+letter \x3987 14-34-5
+letter \x3988 123467-134568
+letter \x3989 16-5
+letter \x398A 1235-35-2
+letter \x398B 1-345-3
+letter \x398C 1235-34-3
+letter \x398D 2346-5
+letter \x398E 1235-25-5
+letter \x398F 15-45-5
+letter \x3990 1345-16-5
+letter \x3991 15-2345-5
+letter \x3992 14-16-2
+letter \x3993 15-2345-5
+letter \x3994 2345-5
+letter \x3995 14-12346-2
+letter \x3996 134-136-5
+letter \x3997 13-1456-3
+letter \x3998 13-16-3
+letter \x3999 123467-134568
+letter \x399A 135-2345-4
+letter \x399B 1256-4
+letter \x399C 1235-25-5
+letter \x399D 134-246-4
+letter \x399E 12-12356-2
+letter \x399F 134-2456-2
+letter \x39A0 145-1246-5
+letter \x39A1 14-2346-5
+letter \x39A2 13-346-2
+letter \x39A3 1246-5
+letter \x39A4 16-5
+letter \x39A5 15-2345-4
+letter \x39A6 15-16-5
+letter \x39A7 245-1236-4
+letter \x39A8 14-1236-4
+letter \x39A9 1456-4
+letter \x39AA 15-346-5
+letter \x39AB 125-345-3
+letter \x39AC 14-25-4
+letter \x39AD 14-13456-2
+letter \x39AE 245-2345-2
+letter \x39AF 1235-25-5
+letter \x39B0 13-2345-3
+letter \x39B1 25-4
+letter \x39B2 125-2456-3
+letter \x39B3 1-156-5
+letter \x39B4 13-2346-2
+letter \x39B5 1-34-3
+letter \x39B6 145-346-2
+letter \x39B7 235-4
+letter \x39B8 13-16-4
+letter \x39B9 46-2
+letter \x39BA 1245-34-5
+letter \x39BB 15-16-2
+letter \x39BC 24-456-5
+letter \x39BD 1256-5
+letter \x39BE 16-2
+letter \x39BF 245-2345-4
+letter \x39C0 13-16-2
+letter \x39C1 245-1256-5
+letter \x39C2 124-2345-2
+letter \x39C3 24-12356-3
+letter \x39C4 245-2345-4
+letter \x39C5 134-34-5
+letter \x39C6 13-1456-5
+letter \x39C7 134-146-4
+letter \x39C8 1456-4
+letter \x39C9 13-2456-5
+letter \x39CA 1234-126-3
+letter \x39CB 15-45-4
+letter \x39CC 134-146-5
+letter \x39CD 12345-1346-4
+letter \x39CE 245-23456-3
+letter \x39CF 13-1346-3
+letter \x39D0 15-12346-4
+letter \x39D1 1235-1246-3
+letter \x39D2 1256-5
+letter \x39D3 13-35-3
+letter \x39D4 13-2356-5
+letter \x39D5 14-234-4
+letter \x39D6 2346-5
+letter \x39D7 125-156-4
+letter \x39D8 125-156-5
+letter \x39D9 135-16-5
+letter \x39DA 35-4
+letter \x39DB 245-2345-3
+letter \x39DC 14-346-5
+letter \x39DD 13-23456-3
+letter \x39DE 135-345-2
+letter \x39DF 123-2356-3
+letter \x39E0 123467-134568
+letter \x39E1 1235-2456-5
+letter \x39E2 1456-3
+letter \x39E3 1-34-3
+letter \x39E4 12-12346-5
+letter \x39E5 15-2345-4
+letter \x39E6 15-45-5
+letter \x39E7 24-34-3
+letter \x39E8 245-234-2
+letter \x39E9 1234-356-5
+letter \x39EA 13-1246-4
+letter \x39EB 156-2
+letter \x39EC 13-12346-4
+letter \x39ED 245-235-2
+letter \x39EE 1235-34-3
+letter \x39EF 14-146-4
+letter \x39F0 14-236-5
+letter \x39F1 1345-345-2
+letter \x39F2 15-1236-4
+letter \x39F3 1-25-5
+letter \x39F4 2346-4
+letter \x39F5 1234-12356-2
+letter \x39F6 123-1356-3
+letter \x39F7 124-123456-5
+letter \x39F8 1234-1356-3
+letter \x39F9 124-2346-5
+letter \x39FA 124-345-5
+letter \x39FB 1-25-2
+letter \x39FC 135-246-4
+letter \x39FD 13-34-5
+letter \x39FE 123-34-3
+letter \x39FF 12-456-3
+letter \x3A00 135-13456-4
+letter \x3A01 1-156-5
+letter \x3A02 145-12346-4
+letter \x3A03 145-1246-4
+letter \x3A04 1-146-5
+letter \x3A05 1345-356-5
+letter \x3A06 14-1456-4
+letter \x3A07 1234-126-2
+letter \x3A08 13-16-4
+letter \x3A09 134-1456-2
+letter \x3A0A 1246-4
+letter \x3A0B 1-2346-4
+letter \x3A0C 13-12356-5
+letter \x3A0D 135-1346-3
+letter \x3A0E 1245-34-5
+letter \x3A0F 124-1236-3
+letter \x3A10 135-34-4
+letter \x3A11 125-12346-3
+letter \x3A12 123-1246-3
+letter \x3A13 14-146-2
+letter \x3A14 1235-1236-5
+letter \x3A15 13456-2
+letter \x3A16 1-156-5
+letter \x3A17 13-346-2
+letter \x3A18 15-13456-4
+letter \x3A19 15-346-2
+letter \x3A1A 15-256-2
+letter \x3A1B 24-1236-4
+letter \x3A1C 245-2345-2
+letter \x3A1D 15-346-5
+letter \x3A1E 15-34-5
+letter \x3A1F 1235-2456-2
+letter \x3A20 134-2345-4
+letter \x3A21 1235-123456-2
+letter \x3A22 1234-16-3
+letter \x3A23 235-4
+letter \x3A24 123-2356-3
+letter \x3A25 1345-345-5
+letter \x3A26 15-12346-4
+letter \x3A27 135-136-5
+letter \x3A28 12-12356-3
+letter \x3A29 13-346-2
+letter \x3A2A 1235-456-5
+letter \x3A2B 14-1236-4
+letter \x3A2C 45-2
+letter \x3A2D 1235-34-5
+letter \x3A2E 145-12356-3
+letter \x3A2F 123-25-5
+letter \x3A30 13-123456-5
+letter \x3A31 246-2
+letter \x3A32 245-2346-5
+letter \x3A33 13-1246-4
+letter \x3A34 13-2345-5
+letter \x3A35 13-2345-4
+letter \x3A36 145-146-4
+letter \x3A37 13-1456-5
+letter \x3A38 134-345-5
+letter \x3A39 125-1246-5
+letter \x3A3A 134-2345-4
+letter \x3A3B 245-1236-2
+letter \x3A3C 14-236-5
+letter \x3A3D 12345-34-5
+letter \x3A3E 46-5
+letter \x3A3F 13-1256-5
+letter \x3A40 13-1256-5
+letter \x3A41 245-236-5
+letter \x3A42 123467-134568
+letter \x3A43 245-2345-3
+letter \x3A44 24-2456-3
+letter \x3A45 12-12356-3
+letter \x3A46 13-234-5
+letter \x3A47 1235-35-2
+letter \x3A48 256-4
+letter \x3A49 145-345-2
+letter \x3A4A 15-45-3
+letter \x3A4B 15-34-5
+letter \x3A4C 12345-356-5
+letter \x3A4D 245-2346-5
+letter \x3A4E 346-5
+letter \x3A4F 1235-356-3
+letter \x3A50 145-136-5
+letter \x3A51 123467-134568
+letter \x3A52 245-1456-2
+letter \x3A53 1235-1246-4
+letter \x3A54 124-123456-2
+letter \x3A55 14-13456-3
+letter \x3A56 245-46-2
+letter \x3A57 15-16-3
+letter \x3A58 16-4
+letter \x3A59 15-2456-5
+letter \x3A5A 134-1356-2
+letter \x3A5B 124-12456-2
+letter \x3A5C 14-1236-4
+letter \x3A5D 1235-146-2
+letter \x3A5E 245-2346-5
+letter \x3A5F 1-2456-5
+letter \x3A60 1234-246-4
+letter \x3A61 14-25-4
+letter \x3A62 134-16-2
+letter \x3A63 1235-1246-3
+letter \x3A64 12345-34-3
+letter \x3A65 15-2345-3
+letter \x3A66 15-16-3
+letter \x3A67 135-126-2
+letter \x3A68 1235-1246-5
+letter \x3A69 245-13456-4
+letter \x3A6A 13-346-2
+letter \x3A6B 1-156-2
+letter \x3A6C 15-16-3
+letter \x3A6D 13-246-4
+letter \x3A6E 245-2345-3
+letter \x3A6F 1234-126-2
+letter \x3A70 13-246-4
+letter \x3A71 13-236-2
+letter \x3A72 245-45-2
+letter \x3A73 15-12346-4
+letter \x3A74 13-1256-3
+letter \x3A75 2346-5
+letter \x3A76 1345-346-3
+letter \x3A77 245-2345-3
+letter \x3A78 145-346-2
+letter \x3A79 145-346-2
+letter \x3A7A 1234-16-3
+letter \x3A7B 245-16-3
+letter \x3A7C 1-156-3
+letter \x3A7D 245-16-2
+letter \x3A7E 245-16-2
+letter \x3A7F 123-34-3
+letter \x3A80 1256-2
+letter \x3A81 245-1456-2
+letter \x3A82 123-34-3
+letter \x3A83 1235-2346-2
+letter \x3A84 12345-34-2
+letter \x3A85 13-1356-5
+letter \x3A86 145-16-4
+letter \x3A87 15-2345-5
+letter \x3A88 13-1246-5
+letter \x3A89 13-2346-2
+letter \x3A8A 245-256-2
+letter \x3A8B 1235-1236-5
+letter \x3A8C 124-12346-4
+letter \x3A8D 135-126-2
+letter \x3A8E 1345-345-5
+letter \x3A8F 135-16-4
+letter \x3A90 14-34-5
+letter \x3A91 346-5
+letter \x3A92 1345-16-2
+letter \x3A93 12-2456-2
+letter \x3A94 15-1236-5
+letter \x3A95 145-246-5
+letter \x3A96 14-34-5
+letter \x3A97 124-12356-4
+letter \x3A98 14-2345-5
+letter \x3A99 123-2346-4
+letter \x3A9A 15-1236-5
+letter \x3A9B 1-136-4
+letter \x3A9C 145-25-4
+letter \x3A9D 14-2345-5
+letter \x3A9E 134-146-5
+letter \x3A9F 145-123456-3
+letter \x3AA0 245-2345-5
+letter \x3AA1 123-2346-5
+letter \x3AA2 24-146-3
+letter \x3AA3 245-246-3
+letter \x3AA4 135-16-5
+letter \x3AA5 1-345-3
+letter \x3AA6 1456-5
+letter \x3AA7 15-16-3
+letter \x3AA8 24-1236-5
+letter \x3AA9 15-34-5
+letter \x3AAA 15-345-5
+letter \x3AAB 1245-1246-5
+letter \x3AAC 1-25-2
+letter \x3AAD 14-34-2
+letter \x3AAE 14-13456-2
+letter \x3AAF 13-1256-4
+letter \x3AB0 1-2456-3
+letter \x3AB1 1235-12456-5
+letter \x3AB2 123467-134568
+letter \x3AB3 123467-134568
+letter \x3AB4 13-23456-2
+letter \x3AB5 135-1236-5
+letter \x3AB6 1235-34-2
+letter \x3AB7 145-12356-4
+letter \x3AB8 1-136-3
+letter \x3AB9 14-12356-4
+letter \x3ABA 13-1256-3
+letter \x3ABB 13-45-5
+letter \x3ABC 123-2346-4
+letter \x3ABD 15-25-4
+letter \x3ABE 13-2346-2
+letter \x3ABF 1-2346-2
+letter \x3AC0 145-13456-4
+letter \x3AC1 145-12456-5
+letter \x3AC2 1-34-5
+letter \x3AC3 2345-4
+letter \x3AC4 1234-1346-2
+letter \x3AC5 245-16-2
+letter \x3AC6 123467-134568
+letter \x3AC7 123467-134568
+letter \x3AC8 123467-134568
+letter \x3AC9 1345-16-4
+letter \x3ACA 2346-4
+letter \x3ACB 1-1236-3
+letter \x3ACC 123467-134568
+letter \x3ACD 234-2
+letter \x3ACE 13-123456-4
+letter \x3ACF 246-4
+letter \x3AD0 246-4
+letter \x3AD1 24-156-2
+letter \x3AD2 13-12346-3
+letter \x3AD3 245-16-5
+letter \x3AD4 13-136-5
+letter \x3AD5 13-456-3
+letter \x3AD6 1-156-4
+letter \x3AD7 1235-12356-5
+letter \x3AD8 134-16-5
+letter \x3AD9 12345-34-2
+letter \x3ADA 1235-34-3
+letter \x3ADB 13-456-5
+letter \x3ADC 145-1236-5
+letter \x3ADD 145-16-3
+letter \x3ADE 124-146-3
+letter \x3ADF 2345-2
+letter \x3AE0 135-1236-5
+letter \x3AE1 145-12346-3
+letter \x3AE2 245-1256-5
+letter \x3AE3 123467-134568
+letter \x3AE4 12-1346-4
+letter \x3AE5 134-13456-4
+letter \x3AE6 124-146-3
+letter \x3AE7 135-146-5
+letter \x3AE8 1236-3
+letter \x3AE9 12-123456-3
+letter \x3AEA 12-12346-3
+letter \x3AEB 15-2345-4
+letter \x3AEC 15-256-2
+letter \x3AED 123467-134568
+letter \x3AEE 125-156-5
+letter \x3AEF 134-146-5
+letter \x3AF0 14-1346-4
+letter \x3AF1 1345-1236-4
+letter \x3AF2 135-356-5
+letter \x3AF3 12-136-2
+letter \x3AF4 15-246-3
+letter \x3AF5 12345-356-2
+letter \x3AF6 1-12356-4
+letter \x3AF7 13-16-3
+letter \x3AF8 13-346-3
+letter \x3AF9 24-34-5
+letter \x3AFA 15-16-2
+letter \x3AFB 13-123456-5
+letter \x3AFC 1-2346-2
+letter \x3AFD 14-34-5
+letter \x3AFE 123467-134568
+letter \x3AFF 123467-134568
+letter \x3B00 123467-134568
+letter \x3B01 12-345-3
+letter \x3B02 1256-2
+letter \x3B03 124-2456-2
+letter \x3B04 1345-1236-4
+letter \x3B05 134-1236-5
+letter \x3B06 134-1456-4
+letter \x3B07 1235-12456-5
+letter \x3B08 123456-3
+letter \x3B09 1345-12456-4
+letter \x3B0A 1235-12456-4
+letter \x3B0B 1235-12356-2
+letter \x3B0C 13-13456-4
+letter \x3B0D 1234-34-5
+letter \x3B0E 15-2345-4
+letter \x3B0F 14-16-5
+letter \x3B10 13-1456-5
+letter \x3B11 1235-25-5
+letter \x3B12 134-1346-4
+letter \x3B13 1234-246-5
+letter \x3B14 1235-146-2
+letter \x3B15 46-2
+letter \x3B16 123467-134568
+letter \x3B17 1345-2345-5
+letter \x3B18 15-34-5
+letter \x3B19 1246-4
+letter \x3B1A 12-2346-5
+letter \x3B1B 15-16-3
+letter \x3B1C 13-1456-5
+letter \x3B1D 15-12346-3
+letter \x3B1E 1235-2346-5
+letter \x3B1F 12345-136-3
+letter \x3B20 24-2456-5
+letter \x3B21 14-13456-3
+letter \x3B22 15-16-3
+letter \x3B23 145-1246-5
+letter \x3B24 245-16-3
+letter \x3B25 135-146-5
+letter \x3B26 236-5
+letter \x3B27 135-146-5
+letter \x3B28 123467-134568
+letter \x3B29 1235-1246-5
+letter \x3B2A 145-346-2
+letter \x3B2B 2345-5
+letter \x3B2C 13-1256-5
+letter \x3B2D 13-246-5
+letter \x3B2E 1345-1236-5
+letter \x3B2F 14-346-5
+letter \x3B30 1256-2
+letter \x3B31 124-16-5
+letter \x3B32 124-2345-3
+letter \x3B33 34-4
+letter \x3B34 1235-12346-4
+letter \x3B35 13-246-3
+letter \x3B36 1235-146-5
+letter \x3B37 13-256-5
+letter \x3B38 124-246-3
+letter \x3B39 1-1356-3
+letter \x3B3A 124-1356-2
+letter \x3B3B 1235-456-3
+letter \x3B3C 12345-34-5
+letter \x3B3D 123467-134568
+letter \x3B3E 123467-134568
+letter \x3B3F 124-123456-3
+letter \x3B40 123467-134568
+letter \x3B41 1245-1356-2
+letter \x3B42 13-246-4
+letter \x3B43 13-1346-3
+letter \x3B44 15-1456-5
+letter \x3B45 123467-134568
+letter \x3B46 123467-134568
+letter \x3B47 45-5
+letter \x3B48 13-236-2
+letter \x3B49 1235-35-2
+letter \x3B4A 15-16-3
+letter \x3B4B 135-1346-5
+letter \x3B4C 134-12356-2
+letter \x3B4D 245-16-3
+letter \x3B4E 13-1346-3
+letter \x3B4F 1246-4
+letter \x3B50 123467-134568
+letter \x3B51 134-356-5
+letter \x3B52 15-156-5
+letter \x3B53 135-2345-5
+letter \x3B54 14-34-2
+letter \x3B55 245-1256-3
+letter \x3B56 123467-134568
+letter \x3B57 123467-134568
+letter \x3B58 15-23456-2
+letter \x3B59 1-2346-2
+letter \x3B5A 14-1256-4
+letter \x3B5B 1234-2456-5
+letter \x3B5C 1245-12346-2
+letter \x3B5D 245-234-2
+letter \x3B5E 14-346-5
+letter \x3B5F 13-12346-4
+letter \x3B60 15-2345-4
+letter \x3B61 15-1456-5
+letter \x3B62 15-13456-3
+letter \x3B63 123456-5
+letter \x3B64 1345-246-4
+letter \x3B65 123467-134568
+letter \x3B66 12-345-3
+letter \x3B67 123467-134568
+letter \x3B68 346-2
+letter \x3B69 14-346-5
+letter \x3B6A 12345-34-3
+letter \x3B6B 245-25-2
+letter \x3B6C 1-25-2
+letter \x3B6D 135-345-3
+letter \x3B6E 125-1236-4
+letter \x3B6F 1-2346-2
+letter \x3B70 125-1246-4
+letter \x3B71 15-23456-2
+letter \x3B72 13-16-2
+letter \x3B73 123467-134568
+letter \x3B74 13-2345-3
+letter \x3B75 123467-134568
+letter \x3B76 13-2356-5
+letter \x3B77 123467-134568
+letter \x3B78 124-34-2
+letter \x3B79 15-2345-2
+letter \x3B7A 2345-3
+letter \x3B7B 124-1346-2
+letter \x3B7C 124-345-5
+letter \x3B7D 145-16-4
+letter \x3B7E 13-236-2
+letter \x3B7F 1346-2
+letter \x3B80 1235-1236-2
+letter \x3B81 15-246-2
+letter \x3B82 13-1256-3
+letter \x3B83 1246-3
+letter \x3B84 135-1346-4
+letter \x3B85 1-1246-3
+letter \x3B86 1345-346-5
+letter \x3B87 124-2345-5
+letter \x3B88 1345-2456-5
+letter \x3B89 123467-134568
+letter \x3B8A 123467-134568
+letter \x3B8B 234-4
+letter \x3B8C 134-2345-2
+letter \x3B8D 13-2345-3
+letter \x3B8E 135-356-3
+letter \x3B8F 1345-2456-5
+letter \x3B90 15-13456-4
+letter \x3B91 12-345-3
+letter \x3B92 1245-1236-4
+letter \x3B93 13-136-5
+letter \x3B94 124-12346-2
+letter \x3B95 1245-12456-4
+letter \x3B96 13-23456-2
+letter \x3B97 245-1456-2
+letter \x3B98 134-146-2
+letter \x3B99 2346-5
+letter \x3B9A 14-16-5
+letter \x3B9B 12-156-2
+letter \x3B9C 125-1346-3
+letter \x3B9D 1235-2346-2
+letter \x3B9E 13-346-2
+letter \x3B9F 1345-2345-4
+letter \x3BA0 123467-134568
+letter \x3BA1 13-12456-5
+letter \x3BA2 1235-12356-2
+letter \x3BA3 13-2456-5
+letter \x3BA4 15-12346-3
+letter \x3BA5 135-136-5
+letter \x3BA6 15-25-4
+letter \x3BA7 34-3
+letter \x3BA8 13-16-5
+letter \x3BA9 15-16-2
+letter \x3BAA 245-235-2
+letter \x3BAB 1235-2346-2
+letter \x3BAC 12346-3
+letter \x3BAD 15-2345-2
+letter \x3BAE 13-1256-2
+letter \x3BAF 1235-35-2
+letter \x3BB0 135-346-2
+letter \x3BB1 24-1356-3
+letter \x3BB2 12-12356-3
+letter \x3BB3 1-136-5
+letter \x3BB4 15-146-3
+letter \x3BB5 1-1236-3
+letter \x3BB6 24-25-5
+letter \x3BB7 13-16-3
+letter \x3BB8 15-12346-5
+letter \x3BB9 1-156-5
+letter \x3BBA 135-136-4
+letter \x3BBB 15-146-3
+letter \x3BBC 24-1236-5
+letter \x3BBD 123467-134568
+letter \x3BBE 14-1346-4
+letter \x3BBF 135-16-5
+letter \x3BC0 15-45-5
+letter \x3BC1 1234-356-2
+letter \x3BC2 145-2456-5
+letter \x3BC3 245-16-3
+letter \x3BC4 1-156-3
+letter \x3BC5 1234-16-2
+letter \x3BC6 12-1236-4
+letter \x3BC7 135-16-5
+letter \x3BC8 15-34-5
+letter \x3BC9 1235-35-5
+letter \x3BCA 1235-136-2
+letter \x3BCB 13-235-4
+letter \x3BCC 12-12456-2
+letter \x3BCD 13-46-4
+letter \x3BCE 1345-136-5
+letter \x3BCF 13-34-4
+letter \x3BD0 124-25-4
+letter \x3BD1 123467-134568
+letter \x3BD2 123467-134568
+letter \x3BD3 124-345-5
+letter \x3BD4 245-1246-5
+letter \x3BD5 15-16-3
+letter \x3BD6 1-2346-2
+letter \x3BD7 15-2345-2
+letter \x3BD8 123-12456-4
+letter \x3BD9 1-2346-2
+letter \x3BDA 124-345-3
+letter \x3BDB 1235-34-2
+letter \x3BDC 245-1246-5
+letter \x3BDD 14-34-5
+letter \x3BDE 13-45-5
+letter \x3BDF 14-34-5
+letter \x3BE0 245-2345-5
+letter \x3BE1 1234-146-5
+letter \x3BE2 1-136-5
+letter \x3BE3 12345-136-3
+letter \x3BE4 14-16-5
+letter \x3BE5 125-146-3
+letter \x3BE6 245-16-2
+letter \x3BE7 123467-134568
+letter \x3BE8 123467-134568
+letter \x3BE9 124-16-5
+letter \x3BEA 14-13456-2
+letter \x3BEB 245-1256-2
+letter \x3BEC 14-2345-4
+letter \x3BED 14-34-4
+letter \x3BEE 24-34-2
+letter \x3BEF 145-1236-4
+letter \x3BF0 1-2346-2
+letter \x3BF1 1234-146-3
+letter \x3BF2 13-1456-5
+letter \x3BF3 245-13456-2
+letter \x3BF4 1245-12346-2
+letter \x3BF5 145-12346-4
+letter \x3BF6 125-12346-3
+letter \x3BF7 1234-34-2
+letter \x3BF8 13-1456-4
+letter \x3BF9 135-246-4
+letter \x3BFA 13-2345-5
+letter \x3BFB 13-123456-4
+letter \x3BFC 123467-134568
+letter \x3BFD 135-1456-3
+letter \x3BFE 125-146-3
+letter \x3BFF 14-346-5
+letter \x3C00 14-16-2
+letter \x3C01 14-25-4
+letter \x3C02 24-136-4
+letter \x3C03 134-2345-5
+letter \x3C04 13-2345-5
+letter \x3C05 145-16-2
+letter \x3C06 135-356-5
+letter \x3C07 13-2345-3
+letter \x3C08 14-2345-5
+letter \x3C09 1-136-3
+letter \x3C0A 15-2345-2
+letter \x3C0B 1234-1456-2
+letter \x3C0C 245-236-5
+letter \x3C0D 14-12346-2
+letter \x3C0E 125-1246-5
+letter \x3C0F 13-146-3
+letter \x3C10 124-25-4
+letter \x3C11 24-1236-3
+letter \x3C12 15-236-2
+letter \x3C13 123467-134568
+letter \x3C14 15-346-5
+letter \x3C15 15-16-3
+letter \x3C16 14-1236-4
+letter \x3C17 245-34-5
+letter \x3C18 16-2
+letter \x3C19 1345-25-4
+letter \x3C1A 14-16-2
+letter \x3C1B 236-5
+letter \x3C1C 123467-134568
+letter \x3C1D 16-4
+letter \x3C1E 12-156-3
+letter \x3C1F 13-16-5
+letter \x3C20 1235-1346-3
+letter \x3C21 15-346-5
+letter \x3C22 123-1356-3
+letter \x3C23 125-156-3
+letter \x3C24 245-346-5
+letter \x3C25 15-16-5
+letter \x3C26 245-1256-3
+letter \x3C27 1235-2456-3
+letter \x3C28 24-136-4
+letter \x3C29 1235-2456-3
+letter \x3C2A 13-1246-3
+letter \x3C2B 12-1236-3
+letter \x3C2C 15-256-2
+letter \x3C2D 15-1256-3
+letter \x3C2E 24-136-5
+letter \x3C2F 124-12356-5
+letter \x3C30 245-346-5
+letter \x3C31 24-345-5
+letter \x3C32 15-1256-5
+letter \x3C33 23456-3
+letter \x3C34 1234-12356-5
+letter \x3C35 125-34-2
+letter \x3C36 234-4
+letter \x3C37 125-156-5
+letter \x3C38 14-2345-5
+letter \x3C39 15-2345-3
+letter \x3C3A 15-23456-5
+letter \x3C3B 15-16-3
+letter \x3C3C 245-346-5
+letter \x3C3D 2345-5
+letter \x3C3E 13-246-5
+letter \x3C3F 15-16-3
+letter \x3C40 12-156-4
+letter \x3C41 15-1246-5
+letter \x3C42 123-1346-3
+letter \x3C43 1456-4
+letter \x3C44 1235-356-3
+letter \x3C45 16-5
+letter \x3C46 15-16-3
+letter \x3C47 15-2346-5
+letter \x3C48 13-1456-5
+letter \x3C49 346-5
+letter \x3C4A 234-3
+letter \x3C4B 245-236-5
+letter \x3C4C 346-2
+letter \x3C4D 14-12456-2
+letter \x3C4E 123-123456-3
+letter \x3C4F 1-1356-5
+letter \x3C50 123467-134568
+letter \x3C51 123467-134568
+letter \x3C52 1235-2346-3
+letter \x3C53 123467-134568
+letter \x3C54 15-346-3
+letter \x3C55 13-1246-3
+letter \x3C56 245-1246-5
+letter \x3C57 15-234-3
+letter \x3C58 2345-4
+letter \x3C59 15-234-4
+letter \x3C5A 245-1236-2
+letter \x3C5B 12-12456-4
+letter \x3C5C 1-345-2
+letter \x3C5D 123467-134568
+letter \x3C5E 14-345-3
+letter \x3C5F 1234-16-4
+letter \x3C60 123-34-3
+letter \x3C61 24-1356-3
+letter \x3C62 14-1346-2
+letter \x3C63 124-1246-4
+letter \x3C64 15-16-2
+letter \x3C65 14-1356-5
+letter \x3C66 245-16-3
+letter \x3C67 25-5
+letter \x3C68 14-2345-5
+letter \x3C69 145-34-2
+letter \x3C6A 1235-123456-3
+letter \x3C6B 14-1236-5
+letter \x3C6C 1246-4
+letter \x3C6D 145-12456-5
+letter \x3C6E 1235-1246-5
+letter \x3C6F 2456-2
+letter \x3C70 125-2456-4
+letter \x3C71 1235-1246-5
+letter \x3C72 16-5
+letter \x3C73 134-126-5
+letter \x3C74 125-156-5
+letter \x3C75 12345-136-5
+letter \x3C76 1234-1356-2
+letter \x3C77 123467-134568
+letter \x3C78 135-16-5
+letter \x3C79 14-16-5
+letter \x3C7A 14-34-2
+letter \x3C7B 14-25-5
+letter \x3C7C 1235-2456-3
+letter \x3C7D 1-136-4
+letter \x3C7E 123-2456-3
+letter \x3C7F 245-236-5
+letter \x3C80 12-136-2
+letter \x3C81 123-12346-3
+letter \x3C82 12-1356-2
+letter \x3C83 13-234-5
+letter \x3C84 13-236-2
+letter \x3C85 13-16-5
+letter \x3C86 14-13456-2
+letter \x3C87 145-12346-3
+letter \x3C88 24-146-2
+letter \x3C89 245-236-5
+letter \x3C8A 1245-1246-5
+letter \x3C8B 12-25-5
+letter \x3C8C 1345-13456-5
+letter \x3C8D 12-156-5
+letter \x3C8E 14-1256-2
+letter \x3C8F 1234-146-3
+letter \x3C90 123467-134568
+letter \x3C91 24-1246-4
+letter \x3C92 135-146-5
+letter \x3C93 24-34-5
+letter \x3C94 15-2345-3
+letter \x3C95 14-356-5
+letter \x3C96 15-246-3
+letter \x3C97 12345-34-3
+letter \x3C98 245-1256-2
+letter \x3C99 24-34-3
+letter \x3C9A 24-345-3
+letter \x3C9B 1-156-4
+letter \x3C9C 124-1236-4
+letter \x3C9D 1245-12346-4
+letter \x3C9E 125-34-2
+letter \x3C9F 13456-4
+letter \x3CA0 134-146-2
+letter \x3CA1 1345-2456-5
+letter \x3CA2 135-2345-5
+letter \x3CA3 15-12356-3
+letter \x3CA4 24-2356-3
+letter \x3CA5 124-1346-2
+letter \x3CA6 1235-1236-5
+letter \x3CA7 15-146-5
+letter \x3CA8 1245-12346-2
+letter \x3CA9 124-345-5
+letter \x3CAA 145-1356-3
+letter \x3CAB 1234-34-2
+letter \x3CAC 13-246-3
+letter \x3CAD 124-1236-4
+letter \x3CAE 123467-134568
+letter \x3CAF 14-1236-2
+letter \x3CB0 1345-13456-2
+letter \x3CB1 14-346-5
+letter \x3CB2 145-346-2
+letter \x3CB3 145-346-2
+letter \x3CB4 1-12346-5
+letter \x3CB5 15-246-3
+letter \x3CB6 14-1256-5
+letter \x3CB7 145-1236-5
+letter \x3CB8 15-16-3
+letter \x3CB9 13-16-4
+letter \x3CBA 13-16-3
+letter \x3CBB 1345-16-5
+letter \x3CBC 16-5
+letter \x3CBD 1345-2345-5
+letter \x3CBE 1256-4
+letter \x3CBF 456-4
+letter \x3CC0 13-25-5
+letter \x3CC1 125-2346-5
+letter \x3CC2 2345-2
+letter \x3CC3 245-1246-5
+letter \x3CC4 15-2345-2
+letter \x3CC5 14-234-2
+letter \x3CC6 124-12356-4
+letter \x3CC7 34-5
+letter \x3CC8 1234-356-5
+letter \x3CC9 123467-134568
+letter \x3CCA 15-16-5
+letter \x3CCB 245-234-3
+letter \x3CCC 23456-3
+letter \x3CCD 135-34-5
+letter \x3CCE 135-2345-5
+letter \x3CCF 24-156-5
+letter \x3CD0 12-345-2
+letter \x3CD1 16-5
+letter \x3CD2 12345-345-4
+letter \x3CD3 234-5
+letter \x3CD4 145-1246-5
+letter \x3CD5 14-1236-2
+letter \x3CD6 16-3
+letter \x3CD7 12-2456-5
+letter \x3CD8 12-12346-3
+letter \x3CD9 13-45-3
+letter \x3CDA 15-1256-5
+letter \x3CDB 234-2
+letter \x3CDC 15-234-3
+letter \x3CDD 123-456-3
+letter \x3CDE 12-12346-3
+letter \x3CDF 13-12346-3
+letter \x3CE0 124-345-5
+letter \x3CE1 13-25-3
+letter \x3CE2 245-246-2
+letter \x3CE3 123467-134568
+letter \x3CE4 24-34-2
+letter \x3CE5 14-12346-5
+letter \x3CE6 15-346-5
+letter \x3CE7 1245-2346-5
+letter \x3CE8 125-345-2
+letter \x3CE9 124-1236-3
+letter \x3CEA 1234-16-5
+letter \x3CEB 125-1236-4
+letter \x3CEC 15-45-2
+letter \x3CED 15-2345-2
+letter \x3CEE 1345-246-5
+letter \x3CEF 123467-134568
+letter \x3CF0 13-12356-3
+letter \x3CF1 123467-134568
+letter \x3CF2 123467-134568
+letter \x3CF3 123-2346-5
+letter \x3CF4 134-16-5
+letter \x3CF5 13-16-5
+letter \x3CF6 1345-12356-4
+letter \x3CF7 1235-34-3
+letter \x3CF8 1235-35-3
+letter \x3CF9 456-4
+letter \x3CFA 234-2
+letter \x3CFB 125-2346-2
+letter \x3CFC 135-16-5
+letter \x3CFD 134-16-2
+letter \x3CFE 245-46-3
+letter \x3CFF 15-346-5
+letter \x3D00 12345-1236-5
+letter \x3D01 16-5
+letter \x3D02 124-1236-3
+letter \x3D03 14-356-5
+letter \x3D04 12346-4
+letter \x3D05 15-246-3
+letter \x3D06 13-1456-5
+letter \x3D07 24-2346-5
+letter \x3D08 1456-5
+letter \x3D09 13-16-4
+letter \x3D0A 45-3
+letter \x3D0B 15-34-5
+letter \x3D0C 123467-134568
+letter \x3D0D 123467-134568
+letter \x3D0E 1345-2456-5
+letter \x3D0F 456-4
+letter \x3D10 134-2345-5
+letter \x3D11 15-34-5
+letter \x3D12 16-5
+letter \x3D13 24-2456-3
+letter \x3D14 15-2346-5
+letter \x3D15 13-16-2
+letter \x3D16 1234-126-5
+letter \x3D17 234-3
+letter \x3D18 134-146-5
+letter \x3D19 1-345-4
+letter \x3D1A 15-1246-5
+letter \x3D1B 1-156-5
+letter \x3D1C 135-2345-5
+letter \x3D1D 14-16-2
+letter \x3D1E 124-146-3
+letter \x3D1F 123467-134568
+letter \x3D20 1235-1236-2
+letter \x3D21 15-46-3
+letter \x3D22 123467-134568
+letter \x3D23 123467-134568
+letter \x3D24 123467-134568
+letter \x3D25 245-246-5
+letter \x3D26 13-12346-3
+letter \x3D27 15-16-2
+letter \x3D28 1-136-5
+letter \x3D29 235-3
+letter \x3D2A 1345-346-5
+letter \x3D2B 13-256-5
+letter \x3D2C 15-346-5
+letter \x3D2D 246-4
+letter \x3D2E 15-346-5
+letter \x3D2F 1-156-3
+letter \x3D30 1345-1356-2
+letter \x3D31 24-136-3
+letter \x3D32 15-156-3
+letter \x3D33 134-1356-4
+letter \x3D34 1-1236-5
+letter \x3D35 134-16-5
+letter \x3D36 245-236-5
+letter \x3D37 145-1236-3
+letter \x3D38 24-1236-4
+letter \x3D39 134-16-2
+letter \x3D3A 123467-134568
+letter \x3D3B 24-34-5
+letter \x3D3C 15-34-5
+letter \x3D3D 15-346-5
+letter \x3D3E 135-126-2
+letter \x3D3F 145-13456-4
+letter \x3D40 125-34-2
+letter \x3D41 1235-456-3
+letter \x3D42 24-34-5
+letter \x3D43 24-2346-2
+letter \x3D44 1235-1236-5
+letter \x3D45 124-1236-5
+letter \x3D46 1235-146-5
+letter \x3D47 123467-134568
+letter \x3D48 123467-134568
+letter \x3D49 123467-134568
+letter \x3D4A 1345-345-5
+letter \x3D4B 134-16-5
+letter \x3D4C 15-256-2
+letter \x3D4D 134-136-5
+letter \x3D4E 13-2345-5
+letter \x3D4F 245-1246-4
+letter \x3D50 245-236-5
+letter \x3D51 1235-2346-5
+letter \x3D52 135-16-5
+letter \x3D53 24-156-2
+letter \x3D54 12-2346-4
+letter \x3D55 24-136-5
+letter \x3D56 1345-1256-5
+letter \x3D57 1234-13456-2
+letter \x3D58 134-1236-5
+letter \x3D59 245-13456-3
+letter \x3D5A 123467-134568
+letter \x3D5B 123467-134568
+letter \x3D5C 123467-134568
+letter \x3D5D 16-5
+letter \x3D5E 12-12356-2
+letter \x3D5F 1246-3
+letter \x3D60 123-34-3
+letter \x3D61 135-146-2
+letter \x3D62 14-356-2
+letter \x3D63 123-2346-4
+letter \x3D64 24-345-5
+letter \x3D65 134-16-5
+letter \x3D66 15-1246-4
+letter \x3D67 13-2346-2
+letter \x3D68 135-126-5
+letter \x3D69 16-5
+letter \x3D6A 15-2345-2
+letter \x3D6B 1345-16-5
+letter \x3D6C 13456-2
+letter \x3D6D 1-34-4
+letter \x3D6E 12-123456-2
+letter \x3D6F 12345-1356-2
+letter \x3D70 15-1256-5
+letter \x3D71 1234-246-3
+letter \x3D72 34-4
+letter \x3D73 14-246-2
+letter \x3D74 245-1346-2
+letter \x3D75 125-12356-5
+letter \x3D76 125-25-3
+letter \x3D77 135-2345-5
+letter \x3D78 236-5
+letter \x3D79 134-126-5
+letter \x3D7A 1234-2456-5
+letter \x3D7B 15-234-3
+letter \x3D7C 123467-134568
+letter \x3D7D 14-356-4
+letter \x3D7E 245-13456-5
+letter \x3D7F 15-246-5
+letter \x3D80 13-246-3
+letter \x3D81 13-25-2
+letter \x3D82 123467-134568
+letter \x3D83 123467-134568
+letter \x3D84 2345-2
+letter \x3D85 15-236-2
+letter \x3D86 12-34-2
+letter \x3D87 1235-1356-2
+letter \x3D88 13456-2
+letter \x3D89 15-16-3
+letter \x3D8A 123467-134568
+letter \x3D8B 123467-134568
+letter \x3D8C 14-2345-2
+letter \x3D8D 15-2345-4
+letter \x3D8E 1235-12456-2
+letter \x3D8F 1456-4
+letter \x3D90 123467-134568
+letter \x3D91 14-2345-5
+letter \x3D92 24-1236-4
+letter \x3D93 245-1346-2
+letter \x3D94 135-2456-5
+letter \x3D95 13-2345-4
+letter \x3D96 24-34-5
+letter \x3D97 12345-1236-5
+letter \x3D98 145-2345-5
+letter \x3D99 123467-134568
+letter \x3D9A 135-345-5
+letter \x3D9B 1256-2
+letter \x3D9C 45-3
+letter \x3D9D 123467-134568
+letter \x3D9E 1345-1346-4
+letter \x3D9F 14-356-4
+letter \x3DA0 16-5
+letter \x3DA1 1235-25-4
+letter \x3DA2 123467-134568
+letter \x3DA3 12-1236-2
+letter \x3DA4 12-146-4
+letter \x3DA5 12-1236-2
+letter \x3DA6 13-1456-5
+letter \x3DA7 1345-136-5
+letter \x3DA8 1234-16-3
+letter \x3DA9 24-136-4
+letter \x3DAA 1234-16-3
+letter \x3DAB 14-246-2
+letter \x3DAC 134-126-5
+letter \x3DAD 234-4
+letter \x3DAE 24-146-3
+letter \x3DAF 14-234-5
+letter \x3DB0 1235-1236-2
+letter \x3DB1 123467-134568
+letter \x3DB2 235-5
+letter \x3DB3 13-1456-5
+letter \x3DB4 12-156-4
+letter \x3DB5 1245-136-5
+letter \x3DB6 1345-12346-2
+letter \x3DB7 15-1256-3
+letter \x3DB8 15-346-2
+letter \x3DB9 1235-12346-5
+letter \x3DBA 124-2345-5
+letter \x3DBB 12345-1356-3
+letter \x3DBC 2456-3
+letter \x3DBD 123467-134568
+letter \x3DBE 135-246-3
+letter \x3DBF 135-126-2
+letter \x3DC0 245-235-2
+letter \x3DC1 145-12346-5
+letter \x3DC2 24-34-5
+letter \x3DC3 12-1246-4
+letter \x3DC4 1235-1246-4
+letter \x3DC5 12-345-2
+letter \x3DC6 12345-34-5
+letter \x3DC7 1235-1246-3
+letter \x3DC8 2346-5
+letter \x3DC9 1246-5
+letter \x3DCA 12345-136-2
+letter \x3DCB 124-1236-2
+letter \x3DCC 123467-134568
+letter \x3DCD 14-123456-2
+letter \x3DCE 1235-2346-5
+letter \x3DCF 235-4
+letter \x3DD0 1235-1246-4
+letter \x3DD1 2345-3
+letter \x3DD2 1256-2
+letter \x3DD3 125-12346-4
+letter \x3DD4 2345-5
+letter \x3DD5 245-234-2
+letter \x3DD6 1-146-5
+letter \x3DD7 13-13456-4
+letter \x3DD8 124-2456-2
+letter \x3DD9 13-2345-3
+letter \x3DDA 124-13456-2
+letter \x3DDB 135-146-3
+letter \x3DDC 123467-134568
+letter \x3DDD 123467-134568
+letter \x3DDE 123467-134568
+letter \x3DDF 124-1246-3
+letter \x3DE0 14-1456-2
+letter \x3DE1 13-235-4
+letter \x3DE2 1-345-4
+letter \x3DE3 15-13456-3
+letter \x3DE4 1235-34-5
+letter \x3DE5 1-1356-3
+letter \x3DE6 15-1256-5
+letter \x3DE7 123467-134568
+letter \x3DE8 12345-1356-3
+letter \x3DE9 15-16-3
+letter \x3DEA 13-45-4
+letter \x3DEB 245-13456-4
+letter \x3DEC 134-126-5
+letter \x3DED 12345-1356-3
+letter \x3DEE 125-146-3
+letter \x3DEF 1234-1356-4
+letter \x3DF0 14-16-2
+letter \x3DF1 123467-134568
+letter \x3DF2 123467-134568
+letter \x3DF3 2345-5
+letter \x3DF4 14-16-5
+letter \x3DF5 134-126-5
+letter \x3DF6 135-16-5
+letter \x3DF7 13-45-4
+letter \x3DF8 346-5
+letter \x3DF9 24-146-5
+letter \x3DFA 123467-134568
+letter \x3DFB 34-2
+letter \x3DFC 2345-5
+letter \x3DFD 123467-134568
+letter \x3DFE 13-236-2
+letter \x3DFF 15-2345-3
+letter \x3E00 124-2456-2
+letter \x3E01 1235-1236-5
+letter \x3E02 15-1246-5
+letter \x3E03 145-2345-4
+letter \x3E04 13-16-5
+letter \x3E05 13-346-2
+letter \x3E06 123-146-4
+letter \x3E07 125-12456-4
+letter \x3E08 13-246-3
+letter \x3E09 15-346-5
+letter \x3E0A 14-345-5
+letter \x3E0B 12345-1236-2
+letter \x3E0C 1235-25-5
+letter \x3E0D 15-16-5
+letter \x3E0E 1345-346-5
+letter \x3E0F 134-16-2
+letter \x3E10 1245-1236-2
+letter \x3E11 245-12456-5
+letter \x3E12 1456-2
+letter \x3E13 134-16-5
+letter \x3E14 123-1236-5
+letter \x3E15 13-236-2
+letter \x3E16 245-1256-3
+letter \x3E17 124-12346-2
+letter \x3E18 12456-5
+letter \x3E19 1-2346-3
+letter \x3E1A 14-16-4
+letter \x3E1B 24-146-2
+letter \x3E1C 123-12346-5
+letter \x3E1D 123-1236-4
+letter \x3E1E 1-2346-2
+letter \x3E1F 1-156-3
+letter \x3E20 145-246-5
+letter \x3E21 24-345-3
+letter \x3E22 135-356-5
+letter \x3E23 346-5
+letter \x3E24 135-2345-5
+letter \x3E25 12-1236-2
+letter \x3E26 1235-34-5
+letter \x3E27 1456-2
+letter \x3E28 13-234-3
+letter \x3E29 1236-2
+letter \x3E2A 12-123456-2
+letter \x3E2B 13-2345-3
+letter \x3E2C 135-356-5
+letter \x3E2D 135-345-3
+letter \x3E2E 12345-136-2
+letter \x3E2F 123-2346-3
+letter \x3E30 124-25-2
+letter \x3E31 124-25-2
+letter \x3E32 125-25-2
+letter \x3E33 14-13456-2
+letter \x3E34 123467-134568
+letter \x3E35 13-1246-4
+letter \x3E36 2345-3
+letter \x3E37 24-156-5
+letter \x3E38 1235-12356-4
+letter \x3E39 14-346-5
+letter \x3E3A 24-345-3
+letter \x3E3B 15-156-5
+letter \x3E3C 12345-1356-3
+letter \x3E3D 135-356-5
+letter \x3E3E 1245-136-5
+letter \x3E3F 145-34-2
+letter \x3E40 125-156-5
+letter \x3E41 14-46-2
+letter \x3E42 245-2345-4
+letter \x3E43 12345-356-5
+letter \x3E44 13-16-5
+letter \x3E45 125-12346-4
+letter \x3E46 1235-1246-3
+letter \x3E47 1235-2346-2
+letter \x3E48 14-16-2
+letter \x3E49 45-2
+letter \x3E4A 236-5
+letter \x3E4B 15-234-3
+letter \x3E4C 12-1236-4
+letter \x3E4D 145-16-2
+letter \x3E4E 14-356-2
+letter \x3E4F 13-1456-4
+letter \x3E50 12-12346-2
+letter \x3E51 15-156-5
+letter \x3E52 1234-34-2
+letter \x3E53 246-4
+letter \x3E54 13-46-3
+letter \x3E55 1235-12456-3
+letter \x3E56 1235-12456-5
+letter \x3E57 124-146-3
+letter \x3E58 1245-34-5
+letter \x3E59 12346-4
+letter \x3E5A 12346-4
+letter \x3E5B 1245-146-2
+letter \x3E5C 1456-2
+letter \x3E5D 24-156-5
+letter \x3E5E 1456-2
+letter \x3E5F 13-236-2
+letter \x3E60 124-123456-2
+letter \x3E61 13-45-5
+letter \x3E62 13-23456-3
+letter \x3E63 1-12346-3
+letter \x3E64 245-236-5
+letter \x3E65 1-34-5
+letter \x3E66 145-246-3
+letter \x3E67 46-3
+letter \x3E68 234-5
+letter \x3E69 123467-134568
+letter \x3E6A 24-1236-3
+letter \x3E6B 16-2
+letter \x3E6C 24-156-4
+letter \x3E6D 15-156-5
+letter \x3E6E 134-126-5
+letter \x3E6F 15-234-3
+letter \x3E70 123467-134568
+letter \x3E71 245-236-5
+letter \x3E72 15-246-5
+letter \x3E73 34-2
+letter \x3E74 13-1356-3
+letter \x3E75 13456-4
+letter \x3E76 2345-2
+letter \x3E77 15-16-3
+letter \x3E78 134-146-5
+letter \x3E79 13-1356-3
+letter \x3E7A 124-345-5
+letter \x3E7B 25-3
+letter \x3E7C 13-1256-2
+letter \x3E7D 12-1236-4
+letter \x3E7E 1234-246-4
+letter \x3E7F 1-146-5
+letter \x3E80 1345-146-2
+letter \x3E81 1345-146-4
+letter \x3E82 13-1236-4
+letter \x3E83 13-12356-4
+letter \x3E84 1256-4
+letter \x3E85 1235-12356-2
+letter \x3E86 123467-134568
+letter \x3E87 15-156-3
+letter \x3E88 12-156-3
+letter \x3E89 1235-34-5
+letter \x3E8A 46-5
+letter \x3E8B 12346-3
+letter \x3E8C 15-2345-5
+letter \x3E8D 135-2345-3
+letter \x3E8E 235-2
+letter \x3E8F 14-12356-2
+letter \x3E90 14-146-4
+letter \x3E91 24-1236-3
+letter \x3E92 15-246-3
+letter \x3E93 13-16-3
+letter \x3E94 1235-2456-5
+letter \x3E95 12345-1236-2
+letter \x3E96 1235-1236-5
+letter \x3E97 12-1236-3
+letter \x3E98 1-1236-5
+letter \x3E99 123467-134568
+letter \x3E9A 124-345-5
+letter \x3E9B 1-34-5
+letter \x3E9C 1345-12346-2
+letter \x3E9D 15-2345-5
+letter \x3E9E 1256-2
+letter \x3E9F 1-25-2
+letter \x3EA0 234-5
+letter \x3EA1 14-16-5
+letter \x3EA2 1235-25-3
+letter \x3EA3 15-16-3
+letter \x3EA4 15-2345-3
+letter \x3EA5 12-1236-2
+letter \x3EA6 14-2345-2
+letter \x3EA7 15-246-3
+letter \x3EA8 15-156-3
+letter \x3EA9 13-234-5
+letter \x3EAA 1234-34-2
+letter \x3EAB 245-234-2
+letter \x3EAC 13-12346-4
+letter \x3EAD 125-156-4
+letter \x3EAE 1256-2
+letter \x3EAF 123467-134568
+letter \x3EB0 24-156-3
+letter \x3EB1 1245-1356-2
+letter \x3EB2 1345-234-4
+letter \x3EB3 134-356-2
+letter \x3EB4 135-345-3
+letter \x3EB5 13-234-4
+letter \x3EB6 123467-134568
+letter \x3EB7 15-1256-5
+letter \x3EB8 1234-13456-2
+letter \x3EB9 135-2345-5
+letter \x3EBA 134-146-5
+letter \x3EBB 123467-134568
+letter \x3EBC 123467-134568
+letter \x3EBD 1234-356-3
+letter \x3EBE 123467-134568
+letter \x3EBF 16-2
+letter \x3EC0 1256-2
+letter \x3EC1 13-1246-3
+letter \x3EC2 1234-13456-2
+letter \x3EC3 245-1256-3
+letter \x3EC4 135-146-4
+letter \x3EC5 1235-1246-5
+letter \x3EC6 15-45-5
+letter \x3EC7 245-45-2
+letter \x3EC8 13-12356-4
+letter \x3EC9 135-34-5
+letter \x3ECA 134-136-2
+letter \x3ECB 14-345-5
+letter \x3ECC 124-34-2
+letter \x3ECD 34-2
+letter \x3ECE 15-2346-5
+letter \x3ECF 14-13456-2
+letter \x3ED0 123467-134568
+letter \x3ED1 13-16-5
+letter \x3ED2 13-256-5
+letter \x3ED3 125-12356-3
+letter \x3ED4 145-25-4
+letter \x3ED5 13-236-2
+letter \x3ED6 145-2456-5
+letter \x3ED7 135-356-5
+letter \x3ED8 123467-134568
+letter \x3ED9 1256-5
+letter \x3EDA 135-1356-3
+letter \x3EDB 12-1346-5
+letter \x3EDC 123467-134568
+letter \x3EDD 14-345-5
+letter \x3EDE 135-1236-3
+letter \x3EDF 15-1246-2
+letter \x3EE0 124-34-2
+letter \x3EE1 145-346-2
+letter \x3EE2 24-156-3
+letter \x3EE3 24-136-5
+letter \x3EE4 123467-134568
+letter \x3EE5 123467-134568
+letter \x3EE6 123467-134568
+letter \x3EE7 145-25-5
+letter \x3EE8 12456-5
+letter \x3EE9 123467-134568
+letter \x3EEA 15-1246-5
+letter \x3EEB 135-16-5
+letter \x3EEC 124-34-2
+letter \x3EED 15-2346-5
+letter \x3EEE 245-1236-5
+letter \x3EEF 124-34-2
+letter \x3EF0 1-156-5
+letter \x3EF1 12345-1356-2
+letter \x3EF2 14-234-2
+letter \x3EF3 123467-134568
+letter \x3EF4 123467-134568
+letter \x3EF5 1-1236-5
+letter \x3EF6 135-16-4
+letter \x3EF7 13-16-2
+letter \x3EF8 125-136-3
+letter \x3EF9 15-45-3
+letter \x3EFA 14-16-5
+letter \x3EFB 145-1246-5
+letter \x3EFC 124-1236-2
+letter \x3EFD 15-1246-5
+letter \x3EFE 235-3
+letter \x3EFF 24-34-4
+letter \x3F00 123467-134568
+letter \x3F01 16-2
+letter \x3F02 1256-2
+letter \x3F03 123467-134568
+letter \x3F04 13-16-3
+letter \x3F05 123-456-5
+letter \x3F06 13456-2
+letter \x3F07 1246-5
+letter \x3F08 14-25-2
+letter \x3F09 1-136-5
+letter \x3F0A 124-123456-2
+letter \x3F0B 13-34-3
+letter \x3F0C 1256-4
+letter \x3F0D 14-356-4
+letter \x3F0E 135-126-2
+letter \x3F0F 1345-356-4
+letter \x3F10 1234-2345-2
+letter \x3F11 14-2345-5
+letter \x3F12 124-1346-4
+letter \x3F13 14-2345-2
+letter \x3F14 123456-3
+letter \x3F15 145-1346-3
+letter \x3F16 14-16-5
+letter \x3F17 124-13456-2
+letter \x3F18 35-4
+letter \x3F19 1-12356-5
+letter \x3F1A 13-1346-3
+letter \x3F1B 15-13456-2
+letter \x3F1C 1346-5
+letter \x3F1D 12456-4
+letter \x3F1E 1234-1356-5
+letter \x3F1F 135-126-2
+letter \x3F20 124-25-2
+letter \x3F21 24-34-3
+letter \x3F22 16-2
+letter \x3F23 135-126-2
+letter \x3F24 245-346-5
+letter \x3F25 123-146-4
+letter \x3F26 13-12346-4
+letter \x3F27 124-12346-2
+letter \x3F28 1235-1236-2
+letter \x3F29 12-1356-2
+letter \x3F2A 13-346-2
+letter \x3F2B 1235-12456-5
+letter \x3F2C 15-13456-5
+letter \x3F2D 145-2345-5
+letter \x3F2E 245-16-5
+letter \x3F2F 145-12346-5
+letter \x3F30 1234-16-2
+letter \x3F31 1245-12456-4
+letter \x3F32 14-346-5
+letter \x3F33 24-1356-4
+letter \x3F34 12356-4
+letter \x3F35 145-16-5
+letter \x3F36 1256-2
+letter \x3F37 12-12456-2
+letter \x3F38 1245-12346-2
+letter \x3F39 123-1346-3
+letter \x3F3A 124-1346-2
+letter \x3F3B 245-12346-2
+letter \x3F3C 1234-246-2
+letter \x3F3D 24-456-4
+letter \x3F3E 14-34-5
+letter \x3F3F 124-12346-2
+letter \x3F40 1-1356-5
+letter \x3F41 14-16-5
+letter \x3F42 15-345-5
+letter \x3F43 1234-1236-3
+letter \x3F44 15-156-3
+letter \x3F45 145-1356-3
+letter \x3F46 145-1346-3
+letter \x3F47 1235-34-2
+letter \x3F48 16-5
+letter \x3F49 15-2345-5
+letter \x3F4A 15-346-5
+letter \x3F4B 14-25-2
+letter \x3F4C 14-234-5
+letter \x3F4D 13-1236-3
+letter \x3F4E 15-2345-3
+letter \x3F4F 13-1236-5
+letter \x3F50 15-2345-3
+letter \x3F51 124-1236-2
+letter \x3F52 24-1356-3
+letter \x3F53 24-1356-3
+letter \x3F54 123467-134568
+letter \x3F55 234-2
+letter \x3F56 1345-1236-2
+letter \x3F57 134-34-4
+letter \x3F58 13-1346-4
+letter \x3F59 13-256-5
+letter \x3F5A 12-156-5
+letter \x3F5B 13-12356-3
+letter \x3F5C 12456-4
+letter \x3F5D 14-16-5
+letter \x3F5E 14-234-2
+letter \x3F5F 14-346-5
+letter \x3F60 15-23456-2
+letter \x3F61 135-356-3
+letter \x3F62 1236-4
+letter \x3F63 1256-5
+letter \x3F64 13-1256-2
+letter \x3F65 1245-12356-2
+letter \x3F66 15-256-2
+letter \x3F67 125-156-3
+letter \x3F68 245-25-2
+letter \x3F69 245-1236-5
+letter \x3F6A 125-1356-4
+letter \x3F6B 235-3
+letter \x3F6C 135-16-5
+letter \x3F6D 1245-12456-2
+letter \x3F6E 15-13456-3
+letter \x3F6F 245-16-2
+letter \x3F70 24-34-3
+letter \x3F71 13-246-4
+letter \x3F72 13-246-4
+letter \x3F73 15-1256-3
+letter \x3F74 1-1346-5
+letter \x3F75 1-456-3
+letter \x3F76 123467-134568
+letter \x3F77 24-1246-5
+letter \x3F78 12-136-2
+letter \x3F79 12345-1236-5
+letter \x3F7A 13-16-2
+letter \x3F7B 1-156-3
+letter \x3F7C 123467-134568
+letter \x3F7D 13-34-5
+letter \x3F7E 34-5
+letter \x3F7F 13-25-3
+letter \x3F80 245-346-5
+letter \x3F81 24-34-5
+letter \x3F82 1235-2456-3
+letter \x3F83 124-25-2
+letter \x3F84 145-34-2
+letter \x3F85 125-156-4
+letter \x3F86 145-1236-3
+letter \x3F87 134-34-5
+letter \x3F88 12345-34-5
+letter \x3F89 14-13456-2
+letter \x3F8A 13-16-2
+letter \x3F8B 15-234-5
+letter \x3F8C 15-2345-4
+letter \x3F8D 1345-2456-2
+letter \x3F8E 15-23456-3
+letter \x3F8F 13-346-5
+letter \x3F90 14-16-5
+letter \x3F91 145-345-2
+letter \x3F92 1245-34-2
+letter \x3F93 45-3
+letter \x3F94 14-1256-4
+letter \x3F95 24-136-3
+letter \x3F96 14-16-4
+letter \x3F97 14-46-5
+letter \x3F98 13-1356-4
+letter \x3F99 15-1456-5
+letter \x3F9A 15-346-3
+letter \x3F9B 245-1456-4
+letter \x3F9C 245-346-5
+letter \x3F9D 12-2346-5
+letter \x3F9E 234-2
+letter \x3F9F 135-34-5
+letter \x3FA0 123-456-2
+letter \x3FA1 245-236-5
+letter \x3FA2 14-2456-5
+letter \x3FA3 245-1456-3
+letter \x3FA4 245-46-3
+letter \x3FA5 12-34-5
+letter \x3FA6 1234-356-3
+letter \x3FA7 123-2346-5
+letter \x3FA8 245-16-4
+letter \x3FA9 13-2356-3
+letter \x3FAA 24-1356-4
+letter \x3FAB 1234-2345-3
+letter \x3FAC 13-346-3
+letter \x3FAD 1-12356-5
+letter \x3FAE 1235-456-2
+letter \x3FAF 124-1246-2
+letter \x3FB0 1235-34-2
+letter \x3FB1 135-356-5
+letter \x3FB2 123467-134568
+letter \x3FB3 123467-134568
+letter \x3FB4 1-345-3
+letter \x3FB5 13-16-5
+letter \x3FB6 13-34-4
+letter \x3FB7 15-16-3
+letter \x3FB8 13-146-4
+letter \x3FB9 12-2456-2
+letter \x3FBA 134-345-5
+letter \x3FBB 12-34-2
+letter \x3FBC 124-1246-4
+letter \x3FBD 1-1246-5
+letter \x3FBE 15-2345-3
+letter \x3FBF 14-1346-2
+letter \x3FC0 135-1236-3
+letter \x3FC1 15-246-3
+letter \x3FC2 1-1356-3
+letter \x3FC3 145-2456-5
+letter \x3FC4 2456-5
+letter \x3FC5 15-2345-4
+letter \x3FC6 13-2346-3
+letter \x3FC7 15-16-2
+letter \x3FC8 235-3
+letter \x3FC9 124-1246-2
+letter \x3FCA 245-1236-4
+letter \x3FCB 15-146-3
+letter \x3FCC 15-2345-3
+letter \x3FCD 13-346-5
+letter \x3FCE 12345-136-5
+letter \x3FCF 245-256-2
+letter \x3FD0 123467-134568
+letter \x3FD1 236-5
+letter \x3FD2 145-146-4
+letter \x3FD3 13-23456-2
+letter \x3FD4 14-356-4
+letter \x3FD5 2345-2
+letter \x3FD6 14-34-2
+letter \x3FD7 124-1246-2
+letter \x3FD8 13456-2
+letter \x3FD9 135-356-5
+letter \x3FDA 14-25-5
+letter \x3FDB 14-16-5
+letter \x3FDC 135-346-4
+letter \x3FDD 15-46-3
+letter \x3FDE 134-146-5
+letter \x3FDF 135-126-2
+letter \x3FE0 1235-456-5
+letter \x3FE1 145-12356-3
+letter \x3FE2 246-5
+letter \x3FE3 1235-2346-3
+letter \x3FE4 12-123456-4
+letter \x3FE5 1235-34-2
+letter \x3FE6 1345-13456-5
+letter \x3FE7 12-12356-2
+letter \x3FE8 14-16-5
+letter \x3FE9 124-1346-4
+letter \x3FEA 1235-12456-2
+letter \x3FEB 135-16-5
+letter \x3FEC 135-345-3
+letter \x3FED 12-2346-5
+letter \x3FEE 46-5
+letter \x3FEF 145-345-2
+letter \x3FF0 146-2
+letter \x3FF1 15-236-2
+letter \x3FF2 16-3
+letter \x3FF3 125-156-3
+letter \x3FF4 145-345-3
+letter \x3FF5 1245-1236-4
+letter \x3FF6 135-1346-3
+letter \x3FF7 12-1246-5
+letter \x3FF8 12456-4
+letter \x3FF9 124-345-5
+letter \x3FFA 135-126-3
+letter \x3FFB 13-1236-3
+letter \x3FFC 2345-2
+letter \x3FFD 15-16-3
+letter \x3FFE 1-34-5
+letter \x3FFF 23456-4
+letter \x4000 12345-1236-5
+letter \x4001 234-5
+letter \x4002 1236-3
+letter \x4003 124-1246-2
+letter \x4004 134-1356-2
+letter \x4005 24-2346-5
+letter \x4006 13-1456-5
+letter \x4007 13-34-4
+letter \x4008 13-16-5
+letter \x4009 245-246-2
+letter \x400A 13-246-4
+letter \x400B 2345-2
+letter \x400C 15-16-5
+letter \x400D 123-1236-5
+letter \x400E 134-2345-4
+letter \x400F 15-45-5
+letter \x4010 24-1236-3
+letter \x4011 25-5
+letter \x4012 245-2345-3
+letter \x4013 1235-12456-5
+letter \x4014 1245-136-5
+letter \x4015 1-136-5
+letter \x4016 124-2345-3
+letter \x4017 13-236-2
+letter \x4018 15-16-3
+letter \x4019 245-16-5
+letter \x401A 1346-2
+letter \x401B 134-356-5
+letter \x401C 134-356-5
+letter \x401D 123467-134568
+letter \x401E 13-246-4
+letter \x401F 12345-1236-2
+letter \x4020 245-1256-2
+letter \x4021 1-1236-3
+letter \x4022 24-123456-5
+letter \x4023 135-16-5
+letter \x4024 134-12356-5
+letter \x4025 24-25-5
+letter \x4026 13-34-4
+letter \x4027 1235-12346-4
+letter \x4028 1235-35-5
+letter \x4029 14-25-5
+letter \x402A 1235-1346-2
+letter \x402B 13-23456-2
+letter \x402C 245-45-2
+letter \x402D 13-2456-3
+letter \x402E 1235-456-3
+letter \x402F 135-34-4
+letter \x4030 13-34-4
+letter \x4031 12345-1356-3
+letter \x4032 134-34-5
+letter \x4033 14-345-5
+letter \x4034 13456-4
+letter \x4035 24-156-3
+letter \x4036 14-46-5
+letter \x4037 13-346-2
+letter \x4038 145-16-5
+letter \x4039 13-346-2
+letter \x403A 124-146-3
+letter \x403B 1234-13456-5
+letter \x403C 1245-136-5
+letter \x403D 2345-2
+letter \x403E 145-34-4
+letter \x403F 1-2346-5
+letter \x4040 145-13456-4
+letter \x4041 14-1346-4
+letter \x4042 15-2345-5
+letter \x4043 135-246-3
+letter \x4044 15-13456-5
+letter \x4045 134-1356-5
+letter \x4046 1236-4
+letter \x4047 134-16-5
+letter \x4048 245-16-5
+letter \x4049 245-16-5
+letter \x404A 25-5
+letter \x404B 15-346-2
+letter \x404C 1256-5
+letter \x404D 245-23456-5
+letter \x404E 12-1356-2
+letter \x404F 246-4
+letter \x4050 13456-5
+letter \x4051 24-156-5
+letter \x4052 13-16-2
+letter \x4053 125-12346-4
+letter \x4054 15-45-3
+letter \x4055 134-1456-2
+letter \x4056 14-12356-2
+letter \x4057 123-2456-4
+letter \x4058 246-2
+letter \x4059 2345-5
+letter \x405A 15-123456-4
+letter \x405B 13-1246-5
+letter \x405C 1235-456-4
+letter \x405D 13456-4
+letter \x405E 24-1356-4
+letter \x405F 12-345-2
+letter \x4060 14-2345-2
+letter \x4061 24-1236-4
+letter \x4062 15-45-2
+letter \x4063 12-12456-2
+letter \x4064 1235-1246-4
+letter \x4065 1345-16-5
+letter \x4066 245-1256-5
+letter \x4067 134-246-2
+letter \x4068 1235-25-5
+letter \x4069 1256-2
+letter \x406A 1-1236-4
+letter \x406B 1235-34-2
+letter \x406C 245-1356-2
+letter \x406D 135-246-3
+letter \x406E 245-2345-2
+letter \x406F 15-16-3
+letter \x4070 15-46-5
+letter \x4071 123-12356-3
+letter \x4072 134-2456-2
+letter \x4073 134-1346-4
+letter \x4074 1-1236-4
+letter \x4075 135-2345-4
+letter \x4076 13-16-3
+letter \x4077 13-236-2
+letter \x4078 1345-12346-2
+letter \x4079 135-16-5
+letter \x407A 24-156-5
+letter \x407B 24-25-5
+letter \x407C 134-126-5
+letter \x407D 14-346-5
+letter \x407E 134-346-5
+letter \x407F 134-126-5
+letter \x4080 15-16-3
+letter \x4081 12-1236-2
+letter \x4081 24-136-3
+letter \x4082 245-1256-5
+letter \x4083 13-246-5
+letter \x4084 1235-25-5
+letter \x4085 24-1236-3
+letter \x4086 15-1256-5
+letter \x4087 1345-234-4
+letter \x4088 124-12346-2
+letter \x4089 1235-12356-2
+letter \x408A 1256-5
+letter \x408B 123467-134568
+letter \x408C 12-12346-3
+letter \x408D 135-126-2
+letter \x408E 125-12456-4
+letter \x408F 145-246-3
+letter \x4090 1-25-3
+letter \x4091 13-16-3
+letter \x4092 13-346-2
+letter \x4093 13-1246-3
+letter \x4094 15-13456-5
+letter \x4095 1235-1246-5
+letter \x4096 24-156-2
+letter \x4097 123-34-3
+letter \x4098 12-2456-3
+letter \x4099 145-1246-3
+letter \x409A 246-2
+letter \x409B 1256-2
+letter \x409C 135-1346-5
+letter \x409D 1-2346-2
+letter \x409E 1-2346-5
+letter \x409F 13-23456-3
+letter \x40A0 24-156-4
+letter \x40A1 145-16-4
+letter \x40A2 145-12346-4
+letter \x40A3 245-156-3
+letter \x40A4 12345-34-5
+letter \x40A5 134-1456-2
+letter \x40A6 1-136-3
+letter \x40A7 1-136-3
+letter \x40A8 123467-134568
+letter \x40A9 2345-5
+letter \x40AA 145-246-5
+letter \x40AB 1235-12346-2
+letter \x40AC 13-12346-4
+letter \x40AD 245-246-3
+letter \x40AE 14-236-5
+letter \x40AF 13-2356-5
+letter \x40B0 14-345-5
+letter \x40B1 1245-1246-5
+letter \x40B2 12345-345-4
+letter \x40B3 12-35-4
+letter \x40B4 2345-2
+letter \x40B5 13-12346-3
+letter \x40B6 13-346-2
+letter \x40B7 13-2356-3
+letter \x40B8 13-25-2
+letter \x40B9 15-25-4
+letter \x40BA 123-2346-3
+letter \x40BB 1-1356-5
+letter \x40BC 1345-346-5
+letter \x40BD 145-246-5
+letter \x40BE 14-2456-4
+letter \x40BF 124-345-5
+letter \x40C0 245-1246-5
+letter \x40C1 23456-3
+letter \x40C2 13-123456-4
+letter \x40C3 123467-134568
+letter \x40C4 123467-134568
+letter \x40C5 145-16-3
+letter \x40C6 245-16-2
+letter \x40C7 134-2345-2
+letter \x40C8 13-346-3
+letter \x40C9 134-1456-2
+letter \x40CA 13-1256-4
+letter \x40CB 1256-2
+letter \x40CC 1-136-3
+letter \x40CD 1-1246-5
+letter \x40CE 1-345-5
+letter \x40CF 15-13456-3
+letter \x40D0 123467-134568
+letter \x40D1 135-1236-3
+letter \x40D2 1235-2346-2
+letter \x40D3 13-12356-5
+letter \x40D4 1235-12346-2
+letter \x40D5 14-25-5
+letter \x40D6 34-5
+letter \x40D7 135-126-3
+letter \x40D8 123-1356-3
+letter \x40D9 14-34-5
+letter \x40DA 245-34-5
+letter \x40DB 14-2345-2
+letter \x40DC 16-3
+letter \x40DD 245-246-5
+letter \x40DE 24-34-2
+letter \x40DF 123467-134568
+letter \x40E0 15-45-5
+letter \x40E1 245-1456-2
+letter \x40E2 245-1456-3
+letter \x40E3 1235-1246-4
+letter \x40E4 15-34-5
+letter \x40E5 12-456-2
+letter \x40E6 145-123456-3
+letter \x40E7 14-12346-2
+letter \x40E8 123467-134568
+letter \x40E9 1345-146-2
+letter \x40EA 124-1236-2
+letter \x40EB 145-1236-4
+letter \x40EC 123-1246-4
+letter \x40ED 13-1236-4
+letter \x40EE 145-345-2
+letter \x40EF 14-16-5
+letter \x40F0 245-345-3
+letter \x40F1 13-1456-3
+letter \x40F2 1234-1236-2
+letter \x40F3 14-345-5
+letter \x40F4 1-34-3
+letter \x40F5 1345-246-4
+letter \x40F6 1235-2356-2
+letter \x40F7 13456-2
+letter \x40F8 13-1456-3
+letter \x40F9 14-1236-5
+letter \x40FA 134-126-2
+letter \x40FB 135-345-5
+letter \x40FC 12-34-3
+letter \x40FD 13-1246-4
+letter \x40FE 135-16-4
+letter \x40FF 12345-34-3
+letter \x4100 1235-25-5
+letter \x4101 16-5
+letter \x4102 14-234-5
+letter \x4103 46-3
+letter \x4104 1456-3
+letter \x4105 13-45-5
+letter \x4106 1235-25-2
+letter \x4107 12-1356-2
+letter \x4108 145-12356-5
+letter \x4109 2346-2
+letter \x410A 123467-134568
+letter \x410B 2345-4
+letter \x410C 1-1246-5
+letter \x410D 1-345-5
+letter \x410E 245-16-4
+letter \x410F 246-3
+letter \x4110 245-45-5
+letter \x4111 1235-25-2
+letter \x4112 1245-136-4
+letter \x4113 1235-456-2
+letter \x4114 13-1256-4
+letter \x4115 24-2346-5
+letter \x4116 1256-2
+letter \x4117 45-5
+letter \x4118 1234-1356-2
+letter \x4119 134-13456-2
+letter \x411A 245-146-2
+letter \x411B 14-12356-2
+letter \x411C 14-16-2
+letter \x411D 12-456-3
+letter \x411E 123467-134568
+letter \x411F 245-1246-5
+letter \x4120 12-1236-2
+letter \x4121 12-1236-3
+letter \x4122 245-16-2
+letter \x4123 123467-134568
+letter \x4124 14-2456-5
+letter \x4125 14-13456-2
+letter \x4126 14-246-4
+letter \x4127 1245-1356-2
+letter \x4128 1256-2
+letter \x4129 16-5
+letter \x412A 145-246-4
+letter \x412B 245-16-4
+letter \x412C 16-2
+letter \x412D 1345-2345-2
+letter \x412E 12345-34-3
+letter \x412F 13-2345-4
+letter \x4130 23456-2
+letter \x4131 12345-1346-3
+letter \x4132 1245-1246-5
+letter \x4133 123467-134568
+letter \x4134 123467-134568
+letter \x4135 123467-134568
+letter \x4136 135-16-5
+letter \x4137 24-156-2
+letter \x4138 1234-126-5
+letter \x4139 1345-2345-2
+letter \x413A 1-156-5
+letter \x413B 12-146-2
+letter \x413C 124-2345-4
+letter \x413D 124-2345-4
+letter \x413E 1245-34-5
+letter \x413F 16-5
+letter \x4140 14-16-5
+letter \x4141 1236-5
+letter \x4142 1235-2346-5
+letter \x4143 245-235-2
+letter \x4144 14-16-5
+letter \x4145 13-1246-3
+letter \x4146 125-156-5
+letter \x4147 15-34-5
+letter \x4148 45-5
+letter \x4149 23456-5
+letter \x414A 12-345-2
+letter \x414B 12456-4
+letter \x414C 13-45-3
+letter \x414D 124-13456-4
+letter \x414E 234-4
+letter \x414F 1246-4
+letter \x4150 13-2345-4
+letter \x4151 1245-1246-2
+letter \x4152 134-1346-2
+letter \x4153 13-1256-4
+letter \x4154 125-156-3
+letter \x4155 13-1256-3
+letter \x4156 1236-3
+letter \x4157 1245-1246-2
+letter \x4158 14-2456-2
+letter \x4159 1235-123456-5
+letter \x415A 245-46-4
+letter \x415B 12-1346-3
+letter \x415C 145-25-5
+letter \x415D 123-12346-3
+letter \x415E 1345-2346-5
+letter \x415F 24-1236-3
+letter \x4160 124-16-2
+letter \x4161 15-1256-4
+letter \x4162 13-234-5
+letter \x4163 1235-456-2
+letter \x4164 245-16-5
+letter \x4165 13-346-2
+letter \x4166 134-146-2
+letter \x4167 2345-3
+letter \x4168 15-46-3
+letter \x4169 1-156-4
+letter \x416A 124-1246-2
+letter \x416B 14-236-5
+letter \x416C 2456-5
+letter \x416D 1234-1346-2
+letter \x416E 245-1346-5
+letter \x416F 124-1346-2
+letter \x4170 136-4
+letter \x4171 136-5
+letter \x4172 245-16-2
+letter \x4173 12-34-2
+letter \x4174 15-25-4
+letter \x4175 1-25-2
+letter \x4176 1345-12356-5
+letter \x4177 124-34-2
+letter \x4178 24-136-3
+letter \x4179 14-12356-2
+letter \x417A 135-246-3
+letter \x417B 14-16-2
+letter \x417C 134-1236-5
+letter \x417D 13-34-4
+letter \x417E 245-136-2
+letter \x417F 1235-35-2
+letter \x4180 134-356-4
+letter \x4181 13-146-3
+letter \x4182 15-2345-2
+letter \x4183 145-146-5
+letter \x4184 1-1236-4
+letter \x4185 125-156-3
+letter \x4186 123467-134568
+letter \x4187 123467-134568
+letter \x4188 1-156-5
+letter \x4189 135-345-5
+letter \x418A 245-1246-5
+letter \x418B 245-234-3
+letter \x418C 123467-134568
+letter \x418D 14-12346-2
+letter \x418E 15-2345-3
+letter \x418F 12345-356-5
+letter \x4190 13-25-2
+letter \x4191 12-1356-2
+letter \x4192 13-234-5
+letter \x4193 1245-12456-4
+letter \x4194 12-12346-3
+letter \x4195 236-5
+letter \x4196 1235-12346-2
+letter \x4197 13-246-5
+letter \x4198 23456-3
+letter \x4199 246-2
+letter \x419A 124-12346-2
+letter \x419B 1-345-5
+letter \x419C 234-5
+letter \x419D 1-34-2
+letter \x419E 246-4
+letter \x419F 123-2346-5
+letter \x41A0 1235-12456-5
+letter \x41A1 14-1346-2
+letter \x41A2 236-5
+letter \x41A3 12-136-2
+letter \x41A4 12-12456-3
+letter \x41A5 13-16-2
+letter \x41A6 145-1236-5
+letter \x41A7 25-3
+letter \x41A8 1345-13456-2
+letter \x41A9 134-13456-2
+letter \x41AA 1235-12346-3
+letter \x41AB 12-456-3
+letter \x41AC 256-4
+letter \x41AD 15-45-3
+letter \x41AE 13-1456-5
+letter \x41AF 1-25-2
+letter \x41B0 1256-3
+letter \x41B1 124-1236-3
+letter \x41B2 123-1346-3
+letter \x41B3 15-1246-5
+letter \x41B4 123467-134568
+letter \x41B5 12-1356-2
+letter \x41B6 13-234-3
+letter \x41B7 15-236-5
+letter \x41B8 1-1356-3
+letter \x41B9 12-12346-3
+letter \x41BA 1234-1236-3
+letter \x41BB 245-246-5
+letter \x41BC 123-2346-3
+letter \x41BD 245-1256-2
+letter \x41BE 14-1236-2
+letter \x41BF 16-5
+letter \x41C0 1245-12346-2
+letter \x41C1 15-156-3
+letter \x41C2 245-2345-3
+letter \x41C3 15-156-5
+letter \x41C4 123467-134568
+letter \x41C5 12345-345-3
+letter \x41C6 145-12356-4
+letter \x41C7 134-1346-2
+letter \x41C8 1235-35-5
+letter \x41C9 24-156-2
+letter \x41CA 123467-134568
+letter \x41CB 1235-2456-5
+letter \x41CC 245-246-5
+letter \x41CD 12-34-5
+letter \x41CE 245-236-5
+letter \x41CF 145-1246-4
+letter \x41D0 14-16-5
+letter \x41D1 135-345-5
+letter \x41D2 13-346-5
+letter \x41D3 15-1256-3
+letter \x41D4 14-25-5
+letter \x41D5 15-1256-3
+letter \x41D6 256-4
+letter \x41D7 1-12346-3
+letter \x41D8 1235-34-5
+letter \x41D9 1456-4
+letter \x41DA 1234-34-3
+letter \x41DB 1-156-4
+letter \x41DC 245-2345-4
+letter \x41DD 13-2345-3
+letter \x41DE 13-1236-4
+letter \x41DF 13-2345-5
+letter \x41E0 1-34-5
+letter \x41E1 1-34-5
+letter \x41E2 123-34-4
+letter \x41E3 1345-346-5
+letter \x41E4 1245-1246-5
+letter \x41E5 125-2346-2
+letter \x41E6 1346-4
+letter \x41E7 1-156-5
+letter \x41E8 13-12346-5
+letter \x41E9 16-5
+letter \x41EA 12-156-3
+letter \x41EB 13-16-3
+letter \x41EC 12-456-4
+letter \x41ED 14-146-4
+letter \x41EE 1245-136-4
+letter \x41EF 1245-12346-2
+letter \x41F0 1-1356-3
+letter \x41F1 1345-345-5
+letter \x41F2 13-23456-2
+letter \x41F3 13-2345-3
+letter \x41F4 123467-134568
+letter \x41F5 1456-2
+letter \x41F6 13-236-2
+letter \x41F7 135-346-2
+letter \x41F8 12-1356-2
+letter \x41F9 13-256-3
+letter \x41FA 145-12356-5
+letter \x41FB 1246-4
+letter \x41FC 16-5
+letter \x41FD 1-156-5
+letter \x41FE 2345-2
+letter \x41FF 123467-134568
+letter \x4200 15-1236-3
+letter \x4201 14-123456-2
+letter \x4202 1234-13456-2
+letter \x4203 1-146-4
+letter \x4204 1235-1236-2
+letter \x4205 1256-5
+letter \x4206 145-2456-5
+letter \x4207 1-146-5
+letter \x4208 12345-356-2
+letter \x4209 24-345-5
+letter \x420A 14-13456-2
+letter \x420B 124-345-5
+letter \x420C 245-1256-3
+letter \x420D 134-1356-2
+letter \x420E 346-5
+letter \x420F 135-126-2
+letter \x4210 13-1246-5
+letter \x4211 13-35-4
+letter \x4212 1345-1236-4
+letter \x4213 245-23456-5
+letter \x4214 13-23456-3
+letter \x4215 12-156-2
+letter \x4216 123-2346-3
+letter \x4217 15-25-4
+letter \x4218 245-156-2
+letter \x4219 1-12356-5
+letter \x421A 12-156-2
+letter \x421B 13-2356-5
+letter \x421C 245-1456-5
+letter \x421D 15-1256-3
+letter \x421E 145-34-4
+letter \x421F 245-2346-5
+letter \x4220 45-5
+letter \x4221 245-12346-5
+letter \x4222 15-2456-4
+letter \x4223 1-1356-5
+letter \x4224 245-2345-2
+letter \x4225 13-1456-3
+letter \x4226 125-12346-3
+letter \x4227 1246-4
+letter \x4228 123467-134568
+letter \x4229 123467-134568
+letter \x422A 15-16-5
+letter \x422B 1345-345-5
+letter \x422C 1234-34-2
+letter \x422D 1235-2356-2
+letter \x422E 13-1256-5
+letter \x422F 1-136-3
+letter \x4230 24-146-3
+letter \x4231 124-146-3
+letter \x4232 135-1236-3
+letter \x4233 124-345-5
+letter \x4234 245-2345-5
+letter \x4235 12346-3
+letter \x4236 1245-12346-2
+letter \x4237 14-25-5
+letter \x4238 1235-34-2
+letter \x4239 15-12356-4
+letter \x423A 1-12346-3
+letter \x423B 1234-34-2
+letter \x423C 134-346-5
+letter \x423D 13-1456-3
+letter \x423E 24-146-3
+letter \x423F 134-16-5
+letter \x4240 24-34-5
+letter \x4241 14-13456-2
+letter \x4242 14-356-4
+letter \x4243 13-46-4
+letter \x4244 14-1356-2
+letter \x4245 1-156-5
+letter \x4246 145-246-4
+letter \x4247 123467-134568
+letter \x4248 15-1236-5
+letter \x4249 13-34-3
+letter \x424A 12345-1236-5
+letter \x424B 134-356-5
+letter \x424C 15-1246-5
+letter \x424D 13-2345-4
+letter \x424E 124-1346-2
+letter \x424F 15-346-5
+letter \x4250 123-34-3
+letter \x4251 34-2
+letter \x4252 12345-1236-3
+letter \x4253 14-25-5
+letter \x4254 245-1236-3
+letter \x4255 245-1356-2
+letter \x4256 14-13456-2
+letter \x4257 16-3
+letter \x4258 24-456-5
+letter \x4259 256-2
+letter \x425A 134-1356-2
+letter \x425B 146-4
+letter \x425C 1-156-5
+letter \x425D 16-4
+letter \x425E 145-1236-4
+letter \x425F 1235-25-5
+letter \x4260 1246-2
+letter \x4261 124-1236-2
+letter \x4262 15-2346-5
+letter \x4263 15-346-5
+letter \x4264 15-12356-4
+letter \x4265 15-12346-4
+letter \x4266 245-2345-3
+letter \x4267 14-234-2
+letter \x4268 16-5
+letter \x4269 12356-3
+letter \x426A 14-356-5
+letter \x426B 14-16-2
+letter \x426C 12345-356-5
+letter \x426D 14-346-5
+letter \x426E 14-1456-5
+letter \x426F 15-2345-5
+letter \x4270 15-246-5
+letter \x4271 12356-3
+letter \x4272 134-16-2
+letter \x4273 15-2345-3
+letter \x4274 1245-1346-2
+letter \x4275 1-12456-5
+letter \x4276 24-456-3
+letter \x4277 2345-2
+letter \x4278 135-2345-5
+letter \x4279 14-13456-2
+letter \x427A 1235-12346-2
+letter \x427B 245-16-2
+letter \x427C 14-246-5
+letter \x427D 135-1236-4
+letter \x427E 134-16-5
+letter \x427F 1235-34-2
+letter \x4280 1235-34-2
+letter \x4282 15-2346-5
+letter \x4283 1234-356-5
+letter \x4284 245-235-2
+letter \x4285 134-13456-2
+letter \x4286 13-234-5
+letter \x4287 135-34-5
+letter \x4288 134-356-2
+letter \x4289 15-1236-4
+letter \x428A 1246-4
+letter \x428B 1-456-3
+letter \x428C 123467-134568
+letter \x428D 14-16-2
+letter \x428E 245-45-4
+letter \x428F 12-146-4
+letter \x4290 1235-123456-2
+letter \x4291 15-46-4
+letter \x4292 13-13456-3
+letter \x4293 24-156-5
+letter \x4294 13456-3
+letter \x4295 13-2345-3
+letter \x4296 1345-1236-4
+letter \x4297 1235-456-2
+letter \x4298 13-234-5
+letter \x4299 2345-2
+letter \x429A 145-1246-3
+letter \x429B 15-345-5
+letter \x429C 124-12456-2
+letter \x429D 15-16-3
+letter \x429E 1-2346-2
+letter \x429F 134-136-2
+letter \x42A0 15-16-5
+letter \x42A1 134-1236-2
+letter \x42A2 13-46-3
+letter \x42A3 1235-456-2
+letter \x42A4 124-1236-2
+letter \x42A5 15-246-5
+letter \x42A6 23456-2
+letter \x42A7 1234-16-5
+letter \x42A8 14-25-2
+letter \x42A9 12345-1236-2
+letter \x42AA 14-16-5
+letter \x42AB 245-1246-4
+letter \x42AC 12-35-4
+letter \x42AD 12-12356-2
+letter \x42AE 145-16-2
+letter \x42AF 13-12346-4
+letter \x42B0 12-34-2
+letter \x42B1 15-2345-3
+letter \x42B2 12-1236-4
+letter \x42B3 134-126-2
+letter \x42B4 245-2345-5
+letter \x42B5 245-234-2
+letter \x42B6 1-136-5
+letter \x42B7 125-156-3
+letter \x42B8 1256-3
+letter \x42B9 245-2345-3
+letter \x42BA 1235-34-5
+letter \x42BB 13-1236-3
+letter \x42BC 12-156-4
+letter \x42BD 13-2356-5
+letter \x42BE 134-34-5
+letter \x42BF 12345-34-3
+letter \x42C0 1235-35-5
+letter \x42C1 13-1356-4
+letter \x42C2 15-246-2
+letter \x42C3 134-146-5
+letter \x42C4 456-4
+letter \x42C5 123467-134568
+letter \x42C6 14-34-3
+letter \x42C7 16-5
+letter \x42C8 1245-34-2
+letter \x42C9 15-236-5
+letter \x42CA 1-1356-3
+letter \x42CB 134-1456-2
+letter \x42CC 13-46-4
+letter \x42CD 2346-3
+letter \x42CE 1-1236-5
+letter \x42CF 125-25-2
+letter \x42D0 236-5
+letter \x42D1 135-13456-4
+letter \x42D2 24-34-3
+letter \x42D3 1-12356-5
+letter \x42D4 135-16-5
+letter \x42D5 1245-136-5
+letter \x42D6 1256-5
+letter \x42D7 13-46-4
+letter \x42D8 1-1246-5
+letter \x42D9 156-4
+letter \x42DA 16-5
+letter \x42DB 134-16-4
+letter \x42DC 245-16-4
+letter \x42DD 13456-3
+letter \x42DE 456-4
+letter \x42DF 13-16-5
+letter \x42E0 135-34-4
+letter \x42E1 24-34-3
+letter \x42E2 1234-346-3
+letter \x42E3 12345-1236-2
+letter \x42E4 236-5
+letter \x42E5 14-16-2
+letter \x42E6 12345-1236-2
+letter \x42E7 245-1256-2
+letter \x42E8 12345-34-4
+letter \x42E9 156-2
+letter \x42EA 2346-3
+letter \x42EB 1-1356-3
+letter \x42EC 124-2345-3
+letter \x42ED 1256-5
+letter \x42EE 13-1456-3
+letter \x42EF 245-16-4
+letter \x42F0 13-1256-3
+letter \x42F1 14-2456-2
+letter \x42F2 24-1356-2
+letter \x42F3 135-356-5
+letter \x42F4 1345-234-5
+letter \x42F5 16-5
+letter \x42F6 15-1256-4
+letter \x42F7 134-12356-2
+letter \x42F8 15-256-2
+letter \x42F9 12345-34-2
+letter \x42FA 245-234-3
+letter \x42FB 1345-1456-2
+letter \x42FC 13456-2
+letter \x42FD 135-1356-4
+letter \x42FE 1-345-4
+letter \x42FF 1246-3
+letter \x4300 123-2346-3
+letter \x4301 246-3
+letter \x4302 12356-5
+letter \x4303 24-25-5
+letter \x4304 13-1356-4
+letter \x4305 124-1346-2
+letter \x4306 13-1246-5
+letter \x4307 15-25-4
+letter \x4308 124-345-5
+letter \x4309 13-1346-3
+letter \x430A 246-2
+letter \x430B 145-345-3
+letter \x430C 245-346-5
+letter \x430D 13-1456-4
+letter \x430E 14-236-5
+letter \x430F 134-16-5
+letter \x4310 134-16-5
+letter \x4311 13-2345-3
+letter \x4312 14-34-5
+letter \x4313 12345-1236-2
+letter \x4314 12356-5
+letter \x4315 134-16-2
+letter \x4316 13-346-2
+letter \x4317 12345-34-4
+letter \x4318 135-346-5
+letter \x4319 1235-456-5
+letter \x431A 15-34-5
+letter \x431B 246-2
+letter \x431C 1345-346-5
+letter \x431D 13-1456-5
+letter \x431E 14-2345-4
+letter \x431F 135-126-2
+letter \x4320 13-2345-3
+letter \x4321 124-16-4
+letter \x4322 14-13456-2
+letter \x4323 125-12456-4
+letter \x4324 1-156-4
+letter \x4325 1456-4
+letter \x4326 145-16-2
+letter \x4327 12-12356-2
+letter \x4328 245-345-3
+letter \x4329 134-346-5
+letter \x432A 2345-4
+letter \x432B 14-1236-4
+letter \x432C 12-12346-2
+letter \x432D 13-246-3
+letter \x432E 24-456-3
+letter \x432F 13-12456-5
+letter \x4330 1345-346-5
+letter \x4331 14-25-5
+letter \x4332 15-256-3
+letter \x4333 24-156-3
+letter \x4334 14-25-5
+letter \x4335 1-34-2
+letter \x4336 125-156-3
+letter \x4337 12-12356-2
+letter \x4338 1-12456-5
+letter \x4339 13-235-4
+letter \x433A 156-4
+letter \x433B 16-5
+letter \x433C 145-1246-5
+letter \x433D 245-2456-4
+letter \x433E 1345-1456-2
+letter \x433F 12345-34-2
+letter \x4340 14-1236-2
+letter \x4341 15-1246-5
+letter \x4342 1256-2
+letter \x4343 234-2
+letter \x4344 145-2345-4
+letter \x4345 14-13456-2
+letter \x4346 1-34-4
+letter \x4347 124-345-5
+letter \x4348 1234-13456-2
+letter \x4349 1-2456-4
+letter \x434A 13-246-3
+letter \x434B 1-1246-5
+letter \x434C 1234-12356-4
+letter \x434D 123-12356-5
+letter \x434E 245-2345-5
+letter \x434F 245-2346-5
+letter \x4350 1235-1236-4
+letter \x4351 1235-1236-4
+letter \x4352 123467-134568
+letter \x4353 1235-34-5
+letter \x4354 13-12346-3
+letter \x4355 145-16-4
+letter \x4356 12345-34-2
+letter \x4357 15-45-5
+letter \x4358 134-16-2
+letter \x4359 134-356-2
+letter \x435A 14-1346-5
+letter \x435B 13-34-5
+letter \x435C 1-146-5
+letter \x435D 124-345-5
+letter \x435E 1256-5
+letter \x435F 125-12346-5
+letter \x4360 14-16-2
+letter \x4361 14-34-5
+letter \x4362 34-2
+letter \x4363 14-356-2
+letter \x4364 13-16-4
+letter \x4365 14-16-5
+letter \x4366 14-16-2
+letter \x4367 125-1346-3
+letter \x4368 1234-126-5
+letter \x4369 46-4
+letter \x436A 35-5
+letter \x436B 124-25-2
+letter \x436C 1234-1356-3
+letter \x436D 125-1346-3
+letter \x436E 1-146-5
+letter \x436F 13-1246-4
+letter \x4370 2345-3
+letter \x4371 15-1256-2
+letter \x4372 1345-2456-2
+letter \x4373 13-236-2
+letter \x4374 1246-4
+letter \x4375 1-1356-3
+letter \x4376 145-12346-3
+letter \x4377 1246-4
+letter \x4378 135-126-2
+letter \x4379 24-1236-3
+letter \x437A 1235-12456-5
+letter \x437B 15-45-5
+letter \x437C 125-1236-3
+letter \x437D 14-16-5
+letter \x437E 45-4
+letter \x437F 1235-456-2
+letter \x4380 15-236-5
+letter \x4381 1235-34-2
+letter \x4382 135-146-4
+letter \x4383 1245-1236-4
+letter \x4384 124-246-2
+letter \x4385 1234-126-5
+letter \x4386 14-246-5
+letter \x4387 1-12356-3
+letter \x4388 16-5
+letter \x4389 15-1256-5
+letter \x438A 1234-126-5
+letter \x438B 123-146-5
+letter \x438C 12-34-5
+letter \x438D 12345-34-3
+letter \x438E 1345-345-5
+letter \x438F 1235-1236-2
+letter \x4390 12-146-4
+letter \x4391 14-34-5
+letter \x4392 1-1236-4
+letter \x4393 124-345-5
+letter \x4394 12345-34-3
+letter \x4395 1235-12346-3
+letter \x4396 125-1356-3
+letter \x4397 245-246-2
+letter \x4398 15-34-5
+letter \x4399 1234-1456-3
+letter \x439A 1235-1246-5
+letter \x439B 14-146-4
+letter \x439C 1235-123456-3
+letter \x439D 1-34-5
+letter \x439E 123467-134568
+letter \x439F 156-2
+letter \x43A0 156-2
+letter \x43A1 1245-12456-4
+letter \x43A2 245-16-4
+letter \x43A3 15-156-5
+letter \x43A4 13-1256-2
+letter \x43A5 123467-134568
+letter \x43A6 2345-4
+letter \x43A7 135-1346-5
+letter \x43A8 346-5
+letter \x43A9 125-156-3
+letter \x43AA 1345-2346-5
+letter \x43AB 125-12346-3
+letter \x43AC 135-345-5
+letter \x43AD 245-146-3
+letter \x43AE 124-16-5
+letter \x43AF 1235-1236-5
+letter \x43B0 125-25-2
+letter \x43B1 135-345-5
+letter \x43B2 1-2346-2
+letter \x43B3 236-5
+letter \x43B4 13-1356-3
+letter \x43B5 134-16-5
+letter \x43B6 156-5
+letter \x43B7 1-34-5
+letter \x43B8 34-5
+letter \x43B9 123456-2
+letter \x43BA 1-156-5
+letter \x43BB 1-12356-5
+letter \x43BC 14-34-5
+letter \x43BD 24-1356-3
+letter \x43BE 13-123456-5
+letter \x43BF 245-234-2
+letter \x43C0 14-345-2
+letter \x43C1 125-2456-4
+letter \x43C2 15-12356-4
+letter \x43C3 134-2345-2
+letter \x43C4 145-16-4
+letter \x43C5 245-16-5
+letter \x43C6 245-146-2
+letter \x43C7 1234-246-5
+letter \x43C8 14-2345-2
+letter \x43C9 24-156-3
+letter \x43CA 14-12346-2
+letter \x43CB 15-34-5
+letter \x43CC 15-16-5
+letter \x43CD 45-3
+letter \x43CE 12345-1356-2
+letter \x43CF 15-1256-3
+letter \x43D0 13-236-2
+letter \x43D1 1-156-5
+letter \x43D2 1234-2345-5
+letter \x43D3 13-12456-4
+letter \x43D4 1345-1256-5
+letter \x43D5 1245-136-4
+letter \x43D6 1-136-5
+letter \x43D7 13-2456-5
+letter \x43D8 1234-16-4
+letter \x43D9 124-1236-4
+letter \x43DA 12-146-4
+letter \x43DB 12-123456-4
+letter \x43DC 1235-2346-3
+letter \x43DD 1-12456-3
+letter \x43DE 134-126-5
+letter \x43DF 135-346-2
+letter \x43E0 245-16-5
+letter \x43E1 24-156-5
+letter \x43E2 135-16-4
+letter \x43E3 245-1256-3
+letter \x43E4 15-1456-5
+letter \x43E5 124-1236-3
+letter \x43E6 13-35-3
+letter \x43E7 1345-345-5
+letter \x43E8 145-1246-3
+letter \x43E9 15-346-2
+letter \x43EA 156-5
+letter \x43EB 15-234-3
+letter \x43EC 134-12356-2
+letter \x43ED 123467-134568
+letter \x43EE 15-16-2
+letter \x43EF 1-156-5
+letter \x43F0 1245-136-4
+letter \x43F1 13-1256-2
+letter \x43F2 145-346-2
+letter \x43F3 1-2346-5
+letter \x43F4 24-146-5
+letter \x43F5 134-1356-2
+letter \x43F6 135-16-5
+letter \x43F7 1235-1236-5
+letter \x43F8 1256-2
+letter \x43F9 15-2345-5
+letter \x43FA 1234-1346-3
+letter \x43FB 1345-1356-2
+letter \x43FC 245-1236-2
+letter \x43FD 135-34-5
+letter \x43FE 1234-1346-3
+letter \x43FF 245-16-4
+letter \x4400 13-16-5
+letter \x4401 1-25-2
+letter \x4402 14-34-5
+letter \x4403 13-256-4
+letter \x4404 1235-1236-5
+letter \x4405 15-16-3
+letter \x4406 245-2456-4
+letter \x4407 12-123456-2
+letter \x4408 1-156-2
+letter \x4409 125-156-5
+letter \x440A 1235-123456-5
+letter \x440B 245-12346-3
+letter \x440C 124-2345-4
+letter \x440D 1-12356-5
+letter \x440E 145-16-3
+letter \x440F 12-123456-4
+letter \x4410 245-234-3
+letter \x4411 1-2346-2
+letter \x4412 1-345-3
+letter \x4413 1245-12356-2
+letter \x4414 135-2345-5
+letter \x4415 13-16-2
+letter \x4416 15-16-3
+letter \x4417 145-34-4
+letter \x4418 13-236-2
+letter \x4419 13-2346-2
+letter \x441A 13-16-2
+letter \x441B 145-345-3
+letter \x441C 12-136-3
+letter \x441D 15-25-5
+letter \x441E 1245-25-5
+letter \x441F 13-12356-3
+letter \x4420 1235-456-4
+letter \x4421 245-16-2
+letter \x4422 1-12356-5
+letter \x4423 15-123456-4
+letter \x4424 12-2456-3
+letter \x4425 12346-4
+letter \x4426 123-2346-3
+letter \x4427 123-146-5
+letter \x4428 13-34-4
+letter \x4429 123-2456-4
+letter \x442A 13-45-4
+letter \x442B 245-12346-3
+letter \x442C 245-146-2
+letter \x442D 1-156-5
+letter \x442E 12-1236-4
+letter \x442F 14-356-2
+letter \x4430 15-234-3
+letter \x4431 1-2456-3
+letter \x4432 1-2346-2
+letter \x4433 1256-2
+letter \x4434 13-2456-5
+letter \x4435 1235-456-2
+letter \x4436 13-1456-4
+letter \x4437 145-1236-3
+letter \x4438 1235-25-5
+letter \x4439 15-12356-3
+letter \x443A 124-1236-2
+letter \x443B 13-34-3
+letter \x443C 15-16-5
+letter \x443D 134-1236-4
+letter \x443E 145-25-2
+letter \x443F 146-5
+letter \x4440 1234-16-5
+letter \x4441 34-5
+letter \x4442 2456-4
+letter \x4443 134-1356-2
+letter \x4444 1234-16-5
+letter \x4445 134-1356-2
+letter \x4446 46-4
+letter \x4447 1-156-2
+letter \x4448 135-126-2
+letter \x4449 13456-2
+letter \x444A 1246-2
+letter \x444B 1245-1346-4
+letter \x444C 14-1236-2
+letter \x444D 2345-3
+letter \x444E 245-2345-3
+letter \x444F 245-45-2
+letter \x4450 1-136-4
+letter \x4451 1234-34-2
+letter \x4452 13-1456-5
+letter \x4453 124-2456-2
+letter \x4454 12345-356-5
+letter \x4455 24-34-4
+letter \x4456 123467-134568
+letter \x4457 145-1346-5
+letter \x4458 245-25-2
+letter \x4459 1245-1236-2
+letter \x445A 124-2345-2
+letter \x445B 24-156-5
+letter \x445C 124-345-5
+letter \x445D 13-23456-4
+letter \x445E 24-123456-5
+letter \x445F 1235-456-2
+letter \x4460 14-246-4
+letter \x4461 12-345-3
+letter \x4462 34-5
+letter \x4463 12-136-3
+letter \x4464 13-1456-5
+letter \x4465 2346-5
+letter \x4466 13-12356-3
+letter \x4467 135-34-5
+letter \x4468 145-25-5
+letter \x4469 13-34-4
+letter \x446A 2346-5
+letter \x446B 135-1356-3
+letter \x446C 246-5
+letter \x446D 145-16-5
+letter \x446E 123467-134568
+letter \x446F 145-16-5
+letter \x4470 135-34-5
+letter \x4471 12456-4
+letter \x4472 12-2346-5
+letter \x4473 14-123456-2
+letter \x4474 245-16-2
+letter \x4475 134-34-5
+letter \x4476 245-2345-5
+letter \x4477 123467-134568
+letter \x4478 125-12346-3
+letter \x4479 15-146-3
+letter \x447A 12345-1236-2
+letter \x447B 234-2
+letter \x447C 125-12356-3
+letter \x447D 124-345-5
+letter \x447E 123467-134568
+letter \x447F 15-34-5
+letter \x4480 135-34-5
+letter \x4481 15-16-2
+letter \x4482 13-46-4
+letter \x4483 125-146-5
+letter \x4484 12345-34-5
+letter \x4485 124-1356-2
+letter \x4486 12-2346-5
+letter \x4487 12345-34-5
+letter \x4488 12345-356-5
+letter \x4489 34-4
+letter \x448A 15-16-3
+letter \x448B 46-4
+letter \x448C 134-13456-5
+letter \x448D 1234-1346-4
+letter \x448E 134-1346-4
+letter \x448F 15-1356-3
+letter \x4490 134-1356-2
+letter \x4491 245-146-4
+letter \x4492 124-246-2
+letter \x4493 123-2456-4
+letter \x4494 135-2456-5
+letter \x4495 15-246-4
+letter \x4496 15-1456-5
+letter \x4497 245-16-5
+letter \x4498 15-1246-3
+letter \x4499 245-1346-2
+letter \x449A 24-146-4
+letter \x449B 1235-12456-5
+letter \x449C 1345-234-2
+letter \x449D 15-246-2
+letter \x449E 12-136-2
+letter \x449F 145-1236-3
+letter \x44A0 12345-1356-3
+letter \x44A1 1456-4
+letter \x44A2 1346-2
+letter \x44A3 1245-1236-4
+letter \x44A4 1245-156-5
+letter \x44A5 134-1236-2
+letter \x44A6 12345-1236-5
+letter \x44A7 245-1256-5
+letter \x44A8 24-156-4
+letter \x44A9 1235-2346-2
+letter \x44AA 135-2345-5
+letter \x44AB 145-2456-5
+letter \x44AC 134-126-5
+letter \x44AD 145-1356-4
+letter \x44AE 1235-1346-2
+letter \x44AF 123467-134568
+letter \x44B0 123-456-3
+letter \x44B1 1-1356-3
+letter \x44B2 1-345-5
+letter \x44B3 145-25-4
+letter \x44B4 234-4
+letter \x44B5 1235-146-5
+letter \x44B6 124-2345-3
+letter \x44B7 13-35-3
+letter \x44B8 15-236-5
+letter \x44B9 14-356-5
+letter \x44BA 13-1456-4
+letter \x44BB 245-16-4
+letter \x44BC 245-1256-3
+letter \x44BD 456-4
+letter \x44BE 16-3
+letter \x44BF 14-246-2
+letter \x44C0 123467-134568
+letter \x44C1 145-1356-4
+letter \x44C2 2345-2
+letter \x44C3 16-5
+letter \x44C4 2345-2
+letter \x44C5 245-1456-2
+letter \x44C6 1-2346-5
+letter \x44C7 1235-2346-5
+letter \x44C8 16-5
+letter \x44C9 15-346-2
+letter \x44CA 34-2
+letter \x44CB 1-156-3
+letter \x44CC 1-156-5
+letter \x44CD 1235-1236-4
+letter \x44CE 12-25-5
+letter \x44CF 12345-12356-2
+letter \x44D0 12-123456-2
+letter \x44D1 1234-13456-2
+letter \x44D2 123-2356-4
+letter \x44D3 24-1236-5
+letter \x44D4 123467-134568
+letter \x44D5 1246-4
+letter \x44D6 245-235-2
+letter \x44D7 245-12346-3
+letter \x44D8 13-146-3
+letter \x44D9 13-2356-3
+letter \x44DA 245-1256-3
+letter \x44DB 13-34-4
+letter \x44DC 1-156-3
+letter \x44DD 134-1356-5
+letter \x44DE 14-16-5
+letter \x44DF 1-12356-3
+letter \x44E0 124-345-5
+letter \x44E1 1-156-3
+letter \x44E2 13-34-5
+letter \x44E3 14-46-4
+letter \x44E4 1235-34-3
+letter \x44E5 14-345-5
+letter \x44E6 145-2345-4
+letter \x44E7 13-16-2
+letter \x44E8 13456-3
+letter \x44E9 123467-134568
+letter \x44EA 145-1346-5
+letter \x44EB 245-16-2
+letter \x44EC 1-25-2
+letter \x44ED 24-345-5
+letter \x44EE 134-146-5
+letter \x44EF 145-34-2
+letter \x44F0 1456-3
+letter \x44F1 125-1246-3
+letter \x44F2 1245-1246-5
+letter \x44F3 1235-136-4
+letter \x44F4 1245-12456-4
+letter \x44F5 12345-34-3
+letter \x44F6 14-345-5
+letter \x44F7 15-13456-5
+letter \x44F8 13-2345-3
+letter \x44F9 16-5
+letter \x44FA 134-16-2
+letter \x44FB 123-12356-5
+letter \x44FC 1235-2346-5
+letter \x44FD 13-16-5
+letter \x44FE 15-25-3
+letter \x44FF 1235-1236-5
+letter \x4500 1245-1246-2
+letter \x4501 14-16-5
+letter \x4502 125-156-4
+letter \x4503 125-34-4
+letter \x4504 246-5
+letter \x4505 13-2346-3
+letter \x4506 134-2456-2
+letter \x4507 245-16-4
+letter \x4508 13-12346-5
+letter \x4509 14-16-5
+letter \x450A 135-13456-3
+letter \x450B 24-345-3
+letter \x450C 13-146-3
+letter \x450D 145-34-4
+letter \x450E 15-34-5
+letter \x450F 12-12356-5
+letter \x4510 13-2345-3
+letter \x4511 15-346-2
+letter \x4512 135-356-5
+letter \x4513 15-1256-4
+letter \x4514 13-13456-5
+letter \x4515 1234-34-2
+letter \x4516 14-13456-2
+letter \x4517 15-46-2
+letter \x4518 125-25-5
+letter \x4519 145-246-5
+letter \x451A 12-123456-2
+letter \x451B 245-13456-4
+letter \x451C 1345-1236-2
+letter \x451D 1-2456-3
+letter \x451E 14-1256-5
+letter \x451F 16-2
+letter \x4520 24-146-4
+letter \x4521 1256-2
+letter \x4522 1235-35-2
+letter \x4523 14-16-2
+letter \x4524 1234-345-3
+letter \x4525 15-246-3
+letter \x4526 134-356-2
+letter \x4527 14-16-2
+letter \x4528 1246-2
+letter \x4529 15-34-5
+letter \x452A 24-456-4
+letter \x452B 24-34-3
+letter \x452C 16-5
+letter \x452D 1345-13456-5
+letter \x452E 15-156-3
+letter \x452F 123-34-5
+letter \x4530 12345-34-2
+letter \x4531 16-3
+letter \x4532 145-1356-3
+letter \x4533 1245-1236-2
+letter \x4534 245-2346-5
+letter \x4535 13-2345-3
+letter \x4536 124-16-2
+letter \x4537 245-1456-2
+letter \x4538 135-246-4
+letter \x4539 15-1246-5
+letter \x453A 1246-2
+letter \x453B 145-123456-3
+letter \x453C 13-16-2
+letter \x453D 2456-5
+letter \x453E 2346-5
+letter \x453F 125-123456-4
+letter \x4540 123-12456-4
+letter \x4541 12345-356-4
+letter \x4542 123467-134568
+letter \x4543 1456-5
+letter \x4544 1-1356-3
+letter \x4545 15-146-4
+letter \x4546 145-12356-5
+letter \x4547 1235-1246-5
+letter \x4548 15-346-5
+letter \x4549 125-2346-2
+letter \x454A 124-1236-2
+letter \x454B 124-1346-2
+letter \x454C 1-156-5
+letter \x454D 16-5
+letter \x454E 12345-34-2
+letter \x454F 2346-2
+letter \x4550 123467-134568
+letter \x4551 15-1246-3
+letter \x4552 13-23456-3
+letter \x4553 12-345-2
+letter \x4554 15-2345-2
+letter \x4555 134-1236-5
+letter \x4556 15-123456-3
+letter \x4557 135-16-5
+letter \x4558 14-13456-2
+letter \x4559 13-346-2
+letter \x455A 123-1246-5
+letter \x455B 13-23456-2
+letter \x455C 245-1246-5
+letter \x455D 24-1356-5
+letter \x455E 14-1346-5
+letter \x455F 15-13456-3
+letter \x4560 12345-356-5
+letter \x4561 14-1256-2
+letter \x4562 1-345-4
+letter \x4563 1235-2346-2
+letter \x4564 245-16-2
+letter \x4565 1345-16-4
+letter \x4566 13456-2
+letter \x4567 15-246-5
+letter \x4568 124-1356-2
+letter \x4569 14-146-4
+letter \x456A 1-2346-2
+letter \x456B 123-1246-2
+letter \x456C 13-46-3
+letter \x456D 245-2345-2
+letter \x456E 13-1256-2
+letter \x456F 1234-246-2
+letter \x4570 12345-1236-2
+letter \x4571 124-12356-2
+letter \x4572 14-1456-4
+letter \x4573 134-16-2
+letter \x4574 1-25-2
+letter \x4575 15-346-2
+letter \x4576 1235-34-5
+letter \x4577 134-16-2
+letter \x4578 13-346-3
+letter \x4579 13-346-2
+letter \x457A 245-12346-2
+letter \x457B 14-16-5
+letter \x457C 1245-1236-2
+letter \x457D 1-34-2
+letter \x457E 2345-2
+letter \x457F 1235-1236-5
+letter \x4580 15-246-3
+letter \x4581 16-5
+letter \x4582 14-45-2
+letter \x4583 236-5
+letter \x4584 1245-1236-2
+letter \x4585 14-13456-2
+letter \x4586 1345-46-5
+letter \x4587 1256-5
+letter \x4588 1345-236-5
+letter \x4589 15-1256-3
+letter \x458A 16-5
+letter \x458B 1345-236-5
+letter \x458C 16-5
+letter \x458D 245-2345-2
+letter \x458E 15-23456-2
+letter \x458F 12-34-5
+letter \x4590 1456-2
+letter \x4591 134-16-5
+letter \x4592 15-16-3
+letter \x4593 1345-345-5
+letter \x4594 1235-1236-5
+letter \x4595 245-25-2
+letter \x4596 15-23456-2
+letter \x4597 2345-2
+letter \x4598 124-34-2
+letter \x4599 124-16-3
+letter \x459A 34-3
+letter \x459B 15-25-4
+letter \x459C 1456-2
+letter \x459D 1235-1246-4
+letter \x459E 1-12356-4
+letter \x459F 134-1356-2
+letter \x45A0 45-2
+letter \x45A1 1345-1256-5
+letter \x45A2 134-246-2
+letter \x45A3 125-146-4
+letter \x45A4 12456-3
+letter \x45A5 134-146-2
+letter \x45A6 245-1256-3
+letter \x45A7 1345-345-5
+letter \x45A8 1-156-3
+letter \x45A9 135-16-5
+letter \x45AA 125-156-3
+letter \x45AB 135-1346-5
+letter \x45AC 13-23456-4
+letter \x45AD 13-45-5
+letter \x45AE 15-46-5
+letter \x45AF 123-1246-2
+letter \x45B0 1234-2456-5
+letter \x45B1 123-456-3
+letter \x45B2 15-256-2
+letter \x45B3 1-345-5
+letter \x45B4 246-2
+letter \x45B5 123-123456-3
+letter \x45B6 1235-1246-3
+letter \x45B7 15-16-3
+letter \x45B8 2346-2
+letter \x45B9 46-2
+letter \x45BA 124-246-2
+letter \x45BB 234-2
+letter \x45BC 13-236-2
+letter \x45BD 14-16-2
+letter \x45BE 123467-134568
+letter \x45BF 14-16-2
+letter \x45C0 12-1356-3
+letter \x45C1 13-16-5
+letter \x45C2 1235-34-4
+letter \x45C3 1-1236-5
+letter \x45C4 12345-34-4
+letter \x45C5 12-1346-2
+letter \x45C6 13-12456-4
+letter \x45C7 13-1256-2
+letter \x45C8 134-1356-2
+letter \x45C9 12-1346-3
+letter \x45CA 124-1236-5
+letter \x45CB 134-12356-2
+letter \x45CC 15-13456-3
+letter \x45CD 14-16-2
+letter \x45CE 2345-3
+letter \x45CF 15-12356-3
+letter \x45D0 24-156-3
+letter \x45D1 16-5
+letter \x45D2 135-13456-5
+letter \x45D3 245-12346-3
+letter \x45D4 1235-12356-5
+letter \x45D5 12456-3
+letter \x45D6 145-16-5
+letter \x45D7 13-16-3
+letter \x45D8 13-2346-4
+letter \x45D9 1235-1236-2
+letter \x45DA 135-126-2
+letter \x45DB 15-234-3
+letter \x45DC 14-234-2
+letter \x45DD 245-1236-2
+letter \x45DE 245-1236-2
+letter \x45DF 16-5
+letter \x45E0 15-45-2
+letter \x45E1 2345-2
+letter \x45E2 125-146-4
+letter \x45E3 1235-1236-3
+letter \x45E4 235-2
+letter \x45E5 125-12346-3
+letter \x45E6 12345-1356-3
+letter \x45E7 123-1346-3
+letter \x45E8 1256-2
+letter \x45E9 245-16-3
+letter \x45EA 1-2346-5
+letter \x45EB 134-345-1
+letter \x45EC 12345-1356-3
+letter \x45ED 123467-134568
+letter \x45EE 24-456-4
+letter \x45EF 13-1456-5
+letter \x45F0 13-12456-5
+letter \x45F1 1234-34-2
+letter \x45F2 14-1456-5
+letter \x45F3 123467-134568
+letter \x45F4 124-13456-2
+letter \x45F5 13-46-3
+letter \x45F6 14-345-5
+letter \x45F7 16-5
+letter \x45F8 235-3
+letter \x45F9 245-156-5
+letter \x45FA 2345-4
+letter \x45FB 13-346-2
+letter \x45FC 15-256-3
+letter \x45FD 1246-5
+letter \x45FE 15-2345-4
+letter \x45FF 1345-13456-2
+letter \x4600 12345-34-5
+letter \x4601 13-346-2
+letter \x4602 13-2345-3
+letter \x4603 134-126-5
+letter \x4604 1-34-5
+letter \x4605 1345-2456-5
+letter \x4606 245-2345-4
+letter \x4607 123456-2
+letter \x4608 14-16-5
+letter \x4609 245-1236-2
+letter \x460A 134-346-5
+letter \x460B 13-2345-3
+letter \x460C 1345-16-5
+letter \x460D 12-2456-5
+letter \x460E 12456-3
+letter \x460F 15-1256-5
+letter \x4610 1345-1256-5
+letter \x4611 134-2456-5
+letter \x4612 125-1246-3
+letter \x4613 123-1236-5
+letter \x4614 123-345-5
+letter \x4615 1235-1346-2
+letter \x4616 1256-5
+letter \x4617 1235-1246-3
+letter \x4618 1256-5
+letter \x4619 1246-5
+letter \x461A 125-34-2
+letter \x461B 13-16-3
+letter \x461C 13-1456-3
+letter \x461D 16-5
+letter \x461E 15-246-3
+letter \x461F 145-246-3
+letter \x4620 12345-34-2
+letter \x4621 135-16-4
+letter \x4622 1-34-4
+letter \x4623 125-156-4
+letter \x4624 24-34-5
+letter \x4625 15-23456-2
+letter \x4626 1345-16-2
+letter \x4627 46-3
+letter \x4628 13-246-4
+letter \x4629 15-45-5
+letter \x462A 12-12346-3
+letter \x462B 1245-34-2
+letter \x462C 1245-12346-2
+letter \x462D 1-156-5
+letter \x462E 15-1346-3
+letter \x462F 24-146-3
+letter \x4630 24-1236-3
+letter \x4631 1256-5
+letter \x4632 245-1456-3
+letter \x4633 13-1456-3
+letter \x4634 1-12346-3
+letter \x4635 14-34-5
+letter \x4636 1235-1236-5
+letter \x4637 135-346-3
+letter \x4638 1-156-5
+letter \x4639 125-1246-5
+letter \x463A 1-1236-5
+letter \x463B 1256-5
+letter \x463C 12456-4
+letter \x463D 1345-16-2
+letter \x463E 13-12456-4
+letter \x463F 13-236-2
+letter \x4640 135-1356-3
+letter \x4641 245-1236-2
+letter \x4642 1-12346-3
+letter \x4643 145-25-5
+letter \x4644 245-16-5
+letter \x4645 246-3
+letter \x4646 123-1246-5
+letter \x4647 1245-12456-2
+letter \x4648 1235-12356-2
+letter \x4649 15-256-2
+letter \x464A 1-25-2
+letter \x464B 123467-134568
+letter \x464C 123-1246-5
+letter \x464D 123467-134568
+letter \x464E 15-346-2
+letter \x464F 135-126-2
+letter \x4650 123-2346-5
+letter \x4651 245-1246-3
+letter \x4652 15-1256-5
+letter \x4653 135-2456-4
+letter \x4654 12356-3
+letter \x4655 125-12346-4
+letter \x4656 135-1356-3
+letter \x4657 124-16-5
+letter \x4658 12-34-4
+letter \x4659 12-156-2
+letter \x465A 1345-246-4
+letter \x465B 13-123456-4
+letter \x465C 12345-1356-2
+letter \x465D 15-346-5
+letter \x465E 145-1356-3
+letter \x465F 1246-2
+letter \x4660 13-236-2
+letter \x4661 123-1246-5
+letter \x4662 125-1356-5
+letter \x4663 15-345-5
+letter \x4664 145-25-4
+letter \x4665 14-13456-2
+letter \x4666 134-1356-2
+letter \x4667 15-256-3
+letter \x4668 13-25-4
+letter \x4669 134-1356-2
+letter \x466A 1234-1236-5
+letter \x466B 123467-134568
+letter \x466C 13456-5
+letter \x466D 245-2345-3
+letter \x466E 13-12456-5
+letter \x466F 12-34-4
+letter \x4670 14-16-2
+letter \x4671 24-34-2
+letter \x4672 245-2345-3
+letter \x4673 135-246-3
+letter \x4674 245-2345-3
+letter \x4675 15-16-3
+letter \x4676 1345-12346-2
+letter \x4677 145-2346-2
+letter \x4678 145-2346-2
+letter \x4679 15-2345-5
+letter \x467A 14-2345-2
+letter \x467B 245-156-3
+letter \x467C 24-146-5
+letter \x467D 15-346-2
+letter \x467E 24-156-3
+letter \x467F 1246-5
+letter \x4680 12-136-5
+letter \x4681 12-136-3
+letter \x4682 1235-2346-5
+letter \x4683 234-2
+letter \x4684 14-34-5
+letter \x4685 14-2456-5
+letter \x4686 13456-4
+letter \x4687 24-1356-4
+letter \x4688 13-45-5
+letter \x4689 245-16-5
+letter \x468A 13-2345-5
+letter \x468B 256-5
+letter \x468C 13-146-3
+letter \x468D 245-16-5
+letter \x468E 12-456-3
+letter \x468F 14-1456-5
+letter \x4690 13-16-2
+letter \x4691 134-2456-2
+letter \x4692 12-456-2
+letter \x4693 24-136-4
+letter \x4694 1234-1456-5
+letter \x4695 14-16-5
+letter \x4696 14-13456-2
+letter \x4697 13-46-3
+letter \x4698 12-1356-2
+letter \x4699 125-345-3
+letter \x469A 15-2345-4
+letter \x469B 1235-34-2
+letter \x469C 135-16-3
+letter \x469D 125-34-2
+letter \x469E 145-2456-4
+letter \x469F 145-2456-4
+letter \x46A0 1235-123456-5
+letter \x46A1 15-2456-3
+letter \x46A2 12-2346-5
+letter \x46A3 124-16-2
+letter \x46A4 123467-134568
+letter \x46A5 1345-25-5
+letter \x46A6 1-156-5
+letter \x46A7 14-234-2
+letter \x46A8 12345-356-5
+letter \x46A9 13-246-4
+letter \x46AA 13-12456-3
+letter \x46AB 15-16-2
+letter \x46AC 14-1456-2
+letter \x46AD 15-45-3
+letter \x46AE 1245-1356-2
+letter \x46AF 124-146-4
+letter \x46B0 1234-16-4
+letter \x46B1 15-1456-5
+letter \x46B2 24-1236-5
+letter \x46B3 1-156-5
+letter \x46B4 236-5
+letter \x46B5 124-12356-4
+letter \x46B6 124-2345-3
+letter \x46B7 15-16-5
+letter \x46B8 15-346-5
+letter \x46B9 1234-16-4
+letter \x46BA 246-2
+letter \x46BB 246-2
+letter \x46BC 1345-1256-5
+letter \x46BD 1235-146-5
+letter \x46BE 1345-1456-2
+letter \x46BF 1456-5
+letter \x46C0 12345-1236-4
+letter \x46C1 1345-1236-2
+letter \x46C2 12-156-4
+letter \x46C3 12456-5
+letter \x46C4 45-5
+letter \x46C5 15-23456-2
+letter \x46C6 1-12356-5
+letter \x46C7 45-4
+letter \x46C8 24-156-5
+letter \x46C9 134-2345-5
+letter \x46CA 15-16-3
+letter \x46CB 13-16-5
+letter \x46CC 1234-146-2
+letter \x46CD 12345-356-5
+letter \x46CE 15-236-5
+letter \x46CF 1345-16-2
+letter \x46D0 245-156-2
+letter \x46D1 134-16-5
+letter \x46D2 135-2345-5
+letter \x46D3 13-2345-3
+letter \x46D4 1345-345-2
+letter \x46D5 1256-2
+letter \x46D6 16-5
+letter \x46D7 1-156-4
+letter \x46D8 1345-1456-2
+letter \x46D9 15-1256-5
+letter \x46DA 14-236-5
+letter \x46DB 1235-1246-5
+letter \x46DC 15-256-5
+letter \x46DD 1345-146-2
+letter \x46DE 1235-1236-5
+letter \x46DF 13-23456-2
+letter \x46E0 145-12356-5
+letter \x46E1 1235-35-5
+letter \x46E2 124-34-3
+letter \x46E3 1234-13456-3
+letter \x46E4 245-34-5
+letter \x46E5 15-16-5
+letter \x46E6 15-12346-5
+letter \x46E7 134-16-2
+letter \x46E8 15-1456-5
+letter \x46E9 34-5
+letter \x46EA 245-235-5
+letter \x46EB 1-1346-3
+letter \x46EC 124-146-2
+letter \x46ED 15-13456-5
+letter \x46EE 13-234-5
+letter \x46EF 13-1256-5
+letter \x46F0 1235-123456-5
+letter \x46F1 124-16-2
+letter \x46F2 134-2345-2
+letter \x46F3 2345-5
+letter \x46F4 13-16-3
+letter \x46F5 24-12356-5
+letter \x46F6 14-356-4
+letter \x46F7 12456-4
+letter \x46F8 1-1236-3
+letter \x46F9 245-2345-5
+letter \x46FA 13-346-5
+letter \x46FB 234-5
+letter \x46FC 1235-1246-4
+letter \x46FD 12-345-3
+letter \x46FE 15-34-5
+letter \x46FF 13-2346-2
+letter \x4700 1345-146-4
+letter \x4701 15-16-5
+letter \x4702 1235-146-5
+letter \x4703 145-1246-3
+letter \x4704 12-156-2
+letter \x4705 1246-2
+letter \x4706 134-126-5
+letter \x4707 13-123456-4
+letter \x4708 12-146-3
+letter \x4709 245-16-3
+letter \x470A 245-146-2
+letter \x470B 1235-1246-5
+letter \x470C 14-12456-2
+letter \x470D 14-246-2
+letter \x470E 14-146-2
+letter \x470F 124-35-3
+letter \x4710 124-25-3
+letter \x4711 34-5
+letter \x4712 146-5
+letter \x4713 24-2346-5
+letter \x4714 124-25-3
+letter \x4715 134-2456-5
+letter \x4716 124-1236-2
+letter \x4717 15-1456-5
+letter \x4718 13-13456-4
+letter \x4719 1236-2
+letter \x471A 124-345-5
+letter \x471B 12-1236-2
+letter \x471C 1246-5
+letter \x471D 124-12456-4
+letter \x471E 13-16-5
+letter \x471F 12-136-5
+letter \x4720 1-156-5
+letter \x4721 1256-5
+letter \x4722 15-2345-4
+letter \x4723 15-1456-3
+letter \x4724 1235-12346-5
+letter \x4725 145-1236-5
+letter \x4726 123467-134568
+letter \x4727 1345-146-4
+letter \x4728 123467-134568
+letter \x4729 2345-5
+letter \x472A 245-234-2
+letter \x472B 1235-12346-2
+letter \x472C 15-12346-4
+letter \x472D 13-256-5
+letter \x472E 14-246-2
+letter \x472F 13-1256-2
+letter \x4730 1235-146-3
+letter \x4731 134-1236-2
+letter \x4732 14-346-5
+letter \x4733 123467-134568
+letter \x4734 12-156-4
+letter \x4735 12-156-4
+letter \x4736 15-46-2
+letter \x4737 245-1456-3
+letter \x4738 134-356-4
+letter \x4739 15-34-3
+letter \x473A 245-2346-5
+letter \x473B 12-156-4
+letter \x473C 134-34-5
+letter \x473D 1256-2
+letter \x473E 1456-3
+letter \x473F 24-34-5
+letter \x4740 14-234-2
+letter \x4741 14-146-2
+letter \x4742 24-34-5
+letter \x4743 1-2346-2
+letter \x4744 24-456-3
+letter \x4745 1235-1246-3
+letter \x4746 1235-34-3
+letter \x4747 1235-1246-3
+letter \x4748 2346-5
+letter \x4749 134-1356-2
+letter \x474A 24-345-5
+letter \x474B 125-12346-5
+letter \x474C 13-236-2
+letter \x474D 13-256-5
+letter \x474E 124-12456-3
+letter \x474F 14-12356-2
+letter \x4750 1246-4
+letter \x4751 12-12346-3
+letter \x4752 1-34-5
+letter \x4753 14-346-5
+letter \x4754 1235-12456-3
+letter \x4755 1-2346-2
+letter \x4756 1-146-4
+letter \x4757 15-234-3
+letter \x4758 16-5
+letter \x4759 12-34-3
+letter \x475A 1345-16-2
+letter \x475B 135-126-3
+letter \x475C 15-12456-3
+letter \x475D 16-3
+letter \x475E 1235-146-5
+letter \x475F 23456-5
+letter \x4760 45-2
+letter \x4761 134-1236-5
+letter \x4762 134-1236-5
+letter \x4763 245-1256-2
+letter \x4764 14-246-2
+letter \x4765 1235-146-2
+letter \x4766 1-12346-3
+letter \x4767 134-1456-2
+letter \x4768 15-2345-2
+letter \x4769 1-136-5
+letter \x476A 24-34-2
+letter \x476B 125-25-2
+letter \x476C 1-34-5
+letter \x476D 13-12356-5
+letter \x476E 15-45-5
+letter \x476F 16-2
+letter \x4770 1-156-5
+letter \x4771 15-346-2
+letter \x4772 13-1456-5
+letter \x4773 245-1236-2
+letter \x4774 13-16-3
+letter \x4775 135-34-5
+letter \x4776 14-46-2
+letter \x4777 1-156-3
+letter \x4778 13-16-5
+letter \x4779 12456-4
+letter \x477A 13-12456-5
+letter \x477B 13-1256-3
+letter \x477C 245-13456-2
+letter \x477D 2456-5
+letter \x477E 12345-34-5
+letter \x477F 13-1246-5
+letter \x4780 1235-12356-5
+letter \x4781 2345-4
+letter \x4782 1245-12456-4
+letter \x4783 1-156-5
+letter \x4784 135-246-4
+letter \x4785 16-2
+letter \x4786 15-25-4
+letter \x4787 1-156-5
+letter \x4788 13-1246-5
+letter \x4789 24-1356-5
+letter \x478A 15-256-5
+letter \x478B 12-136-5
+letter \x478C 24-156-2
+letter \x478D 245-13456-2
+letter \x478E 12-1346-3
+letter \x478F 123467-134568
+letter \x4790 24-123456-4
+letter \x4791 1235-12346-2
+letter \x4792 145-12346-5
+letter \x4793 12-1356-3
+letter \x4794 1246-4
+letter \x4795 1245-34-2
+letter \x4796 24-34-4
+letter \x4797 12-2456-3
+letter \x4798 245-16-5
+letter \x4799 125-345-3
+letter \x479A 245-16-2
+letter \x479B 34-3
+letter \x479C 135-126-2
+letter \x479D 1256-5
+letter \x479E 12345-34-2
+letter \x479F 1234-126-5
+letter \x47A0 1-156-3
+letter \x47A1 124-1236-4
+letter \x47A2 125-25-5
+letter \x47A3 245-346-5
+letter \x47A4 245-1256-2
+letter \x47A5 234-5
+letter \x47A6 1235-2346-2
+letter \x47A7 1235-12356-5
+letter \x47A8 123-1246-4
+letter \x47A9 2346-5
+letter \x47AA 13-46-5
+letter \x47AB 256-4
+letter \x47AC 124-12356-5
+letter \x47AD 245-234-5
+letter \x47AE 124-34-3
+letter \x47AF 12345-34-5
+letter \x47B0 245-16-5
+letter \x47B1 1235-34-2
+letter \x47B2 123467-134568
+letter \x47B3 135-126-2
+letter \x47B4 1-146-3
+letter \x47B5 13-236-2
+letter \x47B6 124-16-5
+letter \x47B7 13-236-2
+letter \x47B8 135-126-2
+letter \x47B9 1235-456-2
+letter \x47BA 12-123456-3
+letter \x47BB 235-4
+letter \x47BC 12-1246-4
+letter \x47BD 15-25-4
+letter \x47BE 145-16-5
+letter \x47BF 245-2345-3
+letter \x47C0 245-2456-3
+letter \x47C1 15-246-3
+letter \x47C2 134-1236-2
+letter \x47C3 245-1236-3
+letter \x47C4 245-16-5
+letter \x47C5 13-2345-5
+letter \x47C6 135-16-5
+letter \x47C7 13-16-3
+letter \x47C8 1-156-5
+letter \x47C9 1-34-2
+letter \x47CA 245-1256-2
+letter \x47CB 1-1236-4
+letter \x47CC 13-16-2
+letter \x47CD 135-2345-3
+letter \x47CE 125-1236-4
+letter \x47CF 14-16-5
+letter \x47D0 14-16-5
+letter \x47D1 236-5
+letter \x47D2 245-45-2
+letter \x47D3 145-13456-3
+letter \x47D4 12345-34-5
+letter \x47D5 12-345-5
+letter \x47D6 1-156-4
+letter \x47D7 24-156-5
+letter \x47D8 1235-1346-5
+letter \x47D9 245-346-5
+letter \x47DA 245-16-2
+letter \x47DB 135-126-2
+letter \x47DC 1345-345-5
+letter \x47DD 124-12356-5
+letter \x47DE 12-34-2
+letter \x47DF 245-34-5
+letter \x47E0 236-5
+letter \x47E1 1-156-3
+letter \x47E2 12-136-5
+letter \x47E3 12-34-5
+letter \x47E4 135-16-5
+letter \x47E5 134-146-2
+letter \x47E6 135-345-2
+letter \x47E7 124-2345-2
+letter \x47E8 134-1456-2
+letter \x47E9 14-346-4
+letter \x47EA 12345-1236-4
+letter \x47EB 12-1356-2
+letter \x47EC 245-234-5
+letter \x47ED 124-246-5
+letter \x47EE 12345-34-2
+letter \x47EF 123-25-5
+letter \x47F0 13-2345-4
+letter \x47F1 13-16-3
+letter \x47F2 123467-134568
+letter \x47F3 1256-4
+letter \x47F4 1-136-5
+letter \x47F5 245-234-2
+letter \x47F6 125-25-5
+letter \x47F7 12-156-5
+letter \x47F8 123-1246-2
+letter \x47F9 14-346-5
+letter \x47FA 1234-356-5
+letter \x47FB 145-34-5
+letter \x47FC 34-4
+letter \x47FD 24-34-3
+letter \x47FE 1-25-2
+letter \x47FF 14-34-5
+letter \x4800 12-1346-4
+letter \x4801 13-16-3
+letter \x4802 12-34-4
+letter \x4803 14-46-4
+letter \x4804 124-2345-4
+letter \x4805 123-123456-4
+letter \x4806 12-1346-2
+letter \x4807 13-236-2
+letter \x4808 124-34-2
+letter \x4809 1235-12456-5
+letter \x480A 12345-356-5
+letter \x480B 1234-2345-2
+letter \x480C 123467-134568
+letter \x480D 15-23456-2
+letter \x480E 25-5
+letter \x480F 13-16-5
+letter \x4810 245-1256-5
+letter \x4811 1246-4
+letter \x4812 1235-34-2
+letter \x4813 245-234-3
+letter \x4814 15-1246-5
+letter \x4815 245-2456-3
+letter \x4816 123467-134568
+letter \x4817 245-234-5
+letter \x4818 1234-16-5
+letter \x4819 1234-1346-2
+letter \x481A 35-5
+letter \x481B 246-2
+letter \x481C 1245-12346-2
+letter \x481D 15-256-3
+letter \x481E 245-34-5
+letter \x481F 145-346-2
+letter \x4820 12-156-5
+letter \x4821 245-25-2
+letter \x4822 134-1356-5
+letter \x4823 15-45-4
+letter \x4824 145-25-5
+letter \x4825 135-346-2
+letter \x4826 1-156-5
+letter \x4827 12-34-2
+letter \x4828 12-1236-5
+letter \x4829 13-1246-5
+letter \x482A 145-12456-5
+letter \x482B 125-12356-5
+letter \x482C 145-1356-5
+letter \x482D 14-2456-5
+letter \x482E 124-1356-2
+letter \x482F 236-5
+letter \x4830 245-45-2
+letter \x4831 1-34-2
+letter \x4832 14-13456-2
+letter \x4833 12-136-3
+letter \x4834 12-136-4
+letter \x4835 12345-34-5
+letter \x4836 24-2346-5
+letter \x4837 124-246-4
+letter \x4838 123-35-3
+letter \x4839 1235-2456-2
+letter \x483A 123467-134568
+letter \x483B 245-235-5
+letter \x483C 24-34-5
+letter \x483D 1235-2456-2
+letter \x483E 24-1236-4
+letter \x483F 2356-5
+letter \x4840 1-1236-4
+letter \x4841 14-12346-4
+letter \x4842 13-234-5
+letter \x4843 14-16-5
+letter \x4844 13-1246-4
+letter \x4845 12-123456-3
+letter \x4846 1245-12346-2
+letter \x4847 236-5
+letter \x4848 13-246-5
+letter \x4849 123-1346-4
+letter \x484A 12345-1236-4
+letter \x484B 245-16-2
+letter \x484C 1235-12346-2
+letter \x484D 12345-34-2
+letter \x484E 14-34-2
+letter \x484F 1235-12346-2
+letter \x4850 124-25-2
+letter \x4851 134-1456-2
+letter \x4852 124-2345-2
+letter \x4853 13-45-5
+letter \x4854 245-16-4
+letter \x4855 1-1356-4
+letter \x4856 245-13456-3
+letter \x4857 13-12346-4
+letter \x4858 124-2345-2
+letter \x4859 14-46-2
+letter \x485A 134-146-5
+letter \x485B 1456-5
+letter \x485C 14-34-5
+letter \x485D 45-3
+letter \x485E 13-1256-2
+letter \x485F 1234-16-5
+letter \x4860 123-1356-3
+letter \x4861 15-346-2
+letter \x4862 135-2345-4
+letter \x4863 1235-123456-2
+letter \x4864 1-34-3
+letter \x4865 1245-12346-2
+letter \x4866 15-1346-4
+letter \x4867 34-4
+letter \x4868 12-2456-2
+letter \x4869 123-1356-3
+letter \x486A 24-1236-5
+letter \x486B 1234-1356-2
+letter \x486C 134-1236-5
+letter \x486D 15-234-3
+letter \x486E 125-12346-3
+letter \x486F 245-12346-3
+letter \x4870 123-1356-4
+letter \x4871 1-12456-4
+letter \x4872 12-1236-2
+letter \x4873 15-156-3
+letter \x4874 12-12346-3
+letter \x4875 15-1246-5
+letter \x4876 1234-16-5
+letter \x4877 123-2456-5
+letter \x4878 134-346-5
+letter \x4879 1-156-5
+letter \x487A 1246-5
+letter \x487B 134-1456-2
+letter \x487C 14-13456-2
+letter \x487D 125-12456-3
+letter \x487E 1345-346-5
+letter \x487F 14-13456-2
+letter \x4880 245-16-5
+letter \x4881 236-5
+letter \x4882 13-1256-4
+letter \x4883 16-5
+letter \x4884 15-16-4
+letter \x4885 12-136-2
+letter \x4886 1245-34-5
+letter \x4887 1245-12346-4
+letter \x4888 12-136-2
+letter \x4889 1345-12346-2
+letter \x488A 234-2
+letter \x488B 13-16-5
+letter \x488C 1234-356-5
+letter \x488D 12345-1346-5
+letter \x488E 13-16-4
+letter \x488F 123467-134568
+letter \x4890 245-34-2
+letter \x4891 145-16-4
+letter \x4892 13-246-3
+letter \x4893 1256-2
+letter \x4894 1235-2346-2
+letter \x4895 15-1256-5
+letter \x4896 14-1256-5
+letter \x4897 245-1256-3
+letter \x4898 123467-134568
+letter \x4899 135-2456-5
+letter \x489A 1235-1346-2
+letter \x489B 13-235-4
+letter \x489C 13-1246-3
+letter \x489D 23456-5
+letter \x489E 24-34-5
+letter \x489F 234-2
+letter \x48A0 15-12346-5
+letter \x48A1 346-5
+letter \x48A2 245-1346-5
+letter \x48A3 246-2
+letter \x48A4 24-34-5
+letter \x48A5 45-5
+letter \x48A6 24-2356-5
+letter \x48A7 14-246-5
+letter \x48A8 245-12346-2
+letter \x48A9 1256-5
+letter \x48AA 245-246-3
+letter \x48AB 15-1246-2
+letter \x48AC 245-2345-3
+letter \x48AD 2345-5
+letter \x48AE 14-356-5
+letter \x48AF 14-1456-2
+letter \x48B0 124-16-5
+letter \x48B1 145-34-2
+letter \x48B2 236-5
+letter \x48B3 13-16-4
+letter \x48B4 245-2345-3
+letter \x48B5 256-2
+letter \x48B6 135-1346-3
+letter \x48B7 1345-345-5
+letter \x48B8 245-1256-3
+letter \x48B9 13-1256-4
+letter \x48BA 12-34-3
+letter \x48BB 12-136-2
+letter \x48BC 13-12346-3
+letter \x48BD 15-46-5
+letter \x48BE 15-2345-4
+letter \x48BF 1236-3
+letter \x48C0 13-1246-4
+letter \x48C1 1256-4
+letter \x48C2 14-356-4
+letter \x48C3 15-346-5
+letter \x48C4 124-34-2
+letter \x48C5 12-136-2
+letter \x48C6 15-13456-2
+letter \x48C7 245-234-2
+letter \x48C8 15-46-5
+letter \x48C9 123467-134568
+letter \x48CA 145-1346-4
+letter \x48CB 245-2456-4
+letter \x48CC 145-16-4
+letter \x48CD 2345-4
+letter \x48CE 125-156-3
+letter \x48CF 13-12346-3
+letter \x48D0 13456-3
+letter \x48D1 12-1236-2
+letter \x48D2 123467-134568
+letter \x48D3 14-16-2
+letter \x48D4 15-25-4
+letter \x48D5 134-345-4
+letter \x48D6 134-345-5
+letter \x48D7 13-146-3
+letter \x48D8 124-1346-2
+letter \x48D9 1234-356-2
+letter \x48DA 14-12356-2
+letter \x48DB 245-16-3
+letter \x48DC 245-25-2
+letter \x48DD 124-34-2
+letter \x48DE 2346-5
+letter \x48DF 15-16-2
+letter \x48E0 15-16-2
+letter \x48E1 16-2
+letter \x48E2 13-16-2
+letter \x48E3 145-1346-4
+letter \x48E4 245-236-5
+letter \x48E5 135-16-4
+letter \x48E6 14-356-5
+letter \x48E7 16-5
+letter \x48E8 12-123456-2
+letter \x48E9 12-123456-2
+letter \x48EA 1234-126-5
+letter \x48EB 14-16-2
+letter \x48EC 145-2456-5
+letter \x48ED 234-2
+letter \x48EE 135-126-2
+letter \x48EF 124-2345-4
+letter \x48F0 13-1256-5
+letter \x48F1 15-1256-5
+letter \x48F2 12345-1236-5
+letter \x48F3 125-25-5
+letter \x48F4 15-1256-5
+letter \x48F5 156-5
+letter \x48F6 1235-25-2
+letter \x48F7 1-34-3
+letter \x48F8 1345-1236-4
+letter \x48F9 12345-345-3
+letter \x48FA 13-45-5
+letter \x48FB 1235-1236-3
+letter \x48FC 14-46-2
+letter \x48FD 1-156-3
+letter \x48FE 134-16-5
+letter \x48FF 1256-3
+letter \x4900 123467-134568
+letter \x4901 1456-3
+letter \x4902 134-356-2
+letter \x4903 1456-3
+letter \x4904 134-2345-4
+letter \x4905 124-12356-2
+letter \x4906 13-1246-4
+letter \x4907 15-12356-3
+letter \x4908 15-16-3
+letter \x4909 134-16-5
+letter \x490A 1345-16-5
+letter \x490B 1256-5
+letter \x490C 245-46-3
+letter \x490D 134-16-2
+letter \x490E 13-1256-2
+letter \x490F 1234-16-4
+letter \x4910 13-1456-4
+letter \x4911 456-5
+letter \x4912 13-16-4
+letter \x4913 134-1356-2
+letter \x4914 13-2345-5
+letter \x4915 15-236-5
+letter \x4916 135-146-5
+letter \x4917 13-1236-4
+letter \x4918 12-1236-4
+letter \x4919 14-16-5
+letter \x491A 14-16-4
+letter \x491B 245-234-2
+letter \x491C 145-123456-5
+letter \x491D 245-235-2
+letter \x491E 256-4
+letter \x491F 12-136-2
+letter \x4920 1-156-4
+letter \x4921 1245-1236-4
+letter \x4922 135-345-3
+letter \x4923 14-236-5
+letter \x4924 123-2456-3
+letter \x4925 13-1246-4
+letter \x4926 236-5
+letter \x4927 1235-1246-5
+letter \x4928 1234-16-3
+letter \x4929 12-345-2
+letter \x492A 145-25-5
+letter \x492B 12-1236-2
+letter \x492C 24-345-3
+letter \x492D 24-156-5
+letter \x492E 24-2346-5
+letter \x492F 15-13456-2
+letter \x4930 13456-2
+letter \x4931 24-156-5
+letter \x4932 12-156-5
+letter \x4933 346-5
+letter \x4934 1235-1236-2
+letter \x4935 12345-356-5
+letter \x4936 1236-3
+letter \x4937 2345-4
+letter \x4938 245-12346-3
+letter \x4939 15-12356-3
+letter \x493A 13-1456-3
+letter \x493B 145-25-5
+letter \x493C 245-45-2
+letter \x493D 13-12456-3
+letter \x493E 124-146-3
+letter \x493F 245-346-5
+letter \x4940 12-1236-4
+letter \x4941 1235-1236-2
+letter \x4942 134-1356-5
+letter \x4943 236-5
+letter \x4944 245-34-5
+letter \x4945 245-1456-2
+letter \x4946 13-1456-4
+letter \x4947 24-1236-5
+letter \x4948 134-34-4
+letter \x4949 45-3
+letter \x494A 245-46-3
+letter \x494B 1234-1356-3
+letter \x494C 1-1356-5
+letter \x494D 1-156-5
+letter \x494E 12-123456-2
+letter \x494F 1256-4
+letter \x4950 134-12356-2
+letter \x4951 134-2456-5
+letter \x4952 245-46-2
+letter \x4953 245-16-3
+letter \x4954 15-34-5
+letter \x4955 1234-346-4
+letter \x4956 145-2345-5
+letter \x4957 123-12456-4
+letter \x4958 245-25-5
+letter \x4959 15-1246-5
+letter \x495A 12-34-3
+letter \x495B 13-346-2
+letter \x495C 13-2345-5
+letter \x495D 146-2
+letter \x495E 13-246-4
+letter \x495F 346-5
+letter \x4960 1-136-3
+letter \x4961 145-346-2
+letter \x4962 14-12346-2
+letter \x4963 125-146-2
+letter \x4964 135-146-5
+letter \x4965 14-2345-2
+letter \x4966 145-25-5
+letter \x4967 15-45-2
+letter \x4968 14-1256-2
+letter \x4969 1246-2
+letter \x496A 15-2345-4
+letter \x496B 124-346-4
+letter \x496C 135-126-2
+letter \x496D 1-1356-5
+letter \x496E 1-34-2
+letter \x496F 135-345-5
+letter \x4970 134-1356-2
+letter \x4971 15-346-4
+letter \x4972 12356-3
+letter \x4973 234-3
+letter \x4974 13-45-3
+letter \x4975 15-246-4
+letter \x4976 13-2346-2
+letter \x4977 1-345-2
+letter \x4978 134-16-2
+letter \x4979 123467-134568
+letter \x497A 346-2
+letter \x497B 123467-134568
+letter \x497C 34-5
+letter \x497D 1234-126-3
+letter \x497E 15-346-4
+letter \x497F 135-16-5
+letter \x4980 1256-4
+letter \x4981 135-1346-3
+letter \x4982 24-1236-5
+letter \x4983 1-25-2
+letter \x4984 123467-134568
+letter \x4985 24-1236-5
+letter \x4986 13-236-2
+letter \x4987 13-16-5
+letter \x4988 125-25-4
+letter \x4989 15-156-5
+letter \x498A 1345-246-4
+letter \x498B 146-2
+letter \x498C 12-34-5
+letter \x498D 34-5
+letter \x498E 13-12456-4
+letter \x498F 15-346-5
+letter \x4990 124-13456-4
+letter \x4991 15-236-5
+letter \x4992 145-1346-5
+letter \x4993 1-1236-3
+letter \x4994 124-1236-4
+letter \x4995 1234-1356-3
+letter \x4996 15-346-2
+letter \x4997 15-1256-5
+letter \x4998 15-2345-5
+letter \x4999 15-156-5
+letter \x499A 123-25-5
+letter \x499B 1-1356-5
+letter \x499C 34-2
+letter \x499D 1235-25-5
+letter \x499E 1245-123456-5
+letter \x499F 123456-4
+letter \x49A0 145-34-3
+letter \x49A1 1235-12456-2
+letter \x49A2 123-25-5
+letter \x49A3 12345-34-5
+letter \x49A4 12-1246-5
+letter \x49A5 15-2345-2
+letter \x49A6 245-1456-2
+letter \x49A7 15-16-5
+letter \x49A8 14-1236-2
+letter \x49A9 123456-2
+letter \x49AA 23456-5
+letter \x49AB 13456-3
+letter \x49AC 245-236-5
+letter \x49AD 1235-1346-3
+letter \x49AE 12-123456-4
+letter \x49AF 1-156-5
+letter \x49B0 13-234-3
+letter \x49B1 1246-4
+letter \x49B2 2345-2
+letter \x49B3 15-46-5
+letter \x49B4 16-5
+letter \x49B5 1345-16-4
+letter \x49B6 1-1356-5
+letter \x49B7 12-2356-5
+letter \x49B8 123467-134568
+letter \x49B9 24-156-2
+letter \x49BA 145-13456-3
+letter \x49BB 125-156-4
+letter \x49BC 13-236-2
+letter \x49BD 15-1256-5
+letter \x49BE 45-2
+letter \x49BF 123467-134568
+letter \x49C0 13-25-3
+letter \x49C1 15-1256-4
+letter \x49C2 1-146-5
+letter \x49C3 124-2345-2
+letter \x49C4 13-2346-5
+letter \x49C5 16-2
+letter \x49C6 1235-12346-2
+letter \x49C7 16-4
+letter \x49C8 123467-134568
+letter \x49C9 14-16-4
+letter \x49CA 123-34-3
+letter \x49CB 15-2345-4
+letter \x49CC 15-1246-3
+letter \x49CD 15-16-5
+letter \x49CE 15-45-5
+letter \x49CF 13-46-5
+letter \x49D0 13-25-3
+letter \x49D1 145-16-3
+letter \x49D2 14-2456-2
+letter \x49D3 1-12356-3
+letter \x49D4 1345-2345-5
+letter \x49D5 1256-5
+letter \x49D6 13-2345-5
+letter \x49D7 135-16-5
+letter \x49D8 1-12456-5
+letter \x49D9 14-13456-2
+letter \x49DA 1235-146-5
+letter \x49DB 135-1346-5
+letter \x49DC 124-1346-2
+letter \x49DD 12-156-3
+letter \x49DE 134-345-5
+letter \x49DF 15-2345-5
+letter \x49E0 1-12456-3
+letter \x49E1 235-3
+letter \x49E2 245-1256-3
+letter \x49E3 1456-3
+letter \x49E4 1234-34-2
+letter \x49E5 1235-1246-5
+letter \x49E6 1246-2
+letter \x49E7 16-4
+letter \x49E8 346-5
+letter \x49E9 123467-134568
+letter \x49EA 12-2346-5
+letter \x49EB 1235-146-2
+letter \x49EC 135-1456-3
+letter \x49ED 123467-134568
+letter \x49EE 15-2345-5
+letter \x49EF 12-1236-2
+letter \x49F0 1235-123456-5
+letter \x49F1 13-234-3
+letter \x49F2 13-1236-3
+letter \x49F3 245-156-2
+letter \x49F4 1-156-3
+letter \x49F5 1-136-5
+letter \x49F6 123-1246-2
+letter \x49F7 1245-12356-2
+letter \x49F8 13-34-3
+letter \x49F9 13456-3
+letter \x49FA 15-235-2
+letter \x49FB 13-2346-3
+letter \x49FC 1235-34-2
+letter \x49FD 245-1246-4
+letter \x49FE 24-34-3
+letter \x49FF 245-236-5
+letter \x4A00 145-16-2
+letter \x4A01 34-5
+letter \x4A02 245-234-3
+letter \x4A03 2345-5
+letter \x4A04 1236-3
+letter \x4A05 14-246-2
+letter \x4A06 135-16-2
+letter \x4A07 24-456-3
+letter \x4A08 135-1456-3
+letter \x4A09 13456-3
+letter \x4A0A 45-3
+letter \x4A0B 1345-236-5
+letter \x4A0C 135-146-2
+letter \x4A0D 13456-4
+letter \x4A0E 1235-12346-2
+letter \x4A0F 245-156-2
+letter \x4A10 15-23456-2
+letter \x4A11 124-16-2
+letter \x4A12 1256-4
+letter \x4A13 14-356-2
+letter \x4A14 135-146-2
+letter \x4A15 1256-3
+letter \x4A16 13-16-5
+letter \x4A17 12345-34-2
+letter \x4A18 15-2345-5
+letter \x4A19 1456-2
+letter \x4A1A 1235-34-3
+letter \x4A1B 15-2346-5
+letter \x4A1C 135-1356-3
+letter \x4A1D 245-13456-3
+letter \x4A1E 1256-4
+letter \x4A1F 35-3
+letter \x4A20 2456-4
+letter \x4A21 1235-1236-2
+letter \x4A22 145-1236-5
+letter \x4A23 13-2346-2
+letter \x4A24 145-16-2
+letter \x4A25 24-456-3
+letter \x4A26 1234-1346-2
+letter \x4A27 1456-3
+letter \x4A28 1-1246-3
+letter \x4A29 14-13456-2
+letter \x4A2A 134-2456-2
+letter \x4A2B 134-126-5
+letter \x4A2C 14-2345-2
+letter \x4A2D 15-246-3
+letter \x4A2E 15-236-4
+letter \x4A2F 1-136-5
+letter \x4A30 1234-126-5
+letter \x4A31 12345-34-5
+letter \x4A32 1345-12356-2
+letter \x4A33 15-16-3
+letter \x4A34 145-1246-5
+letter \x4A35 145-1236-5
+letter \x4A36 256-4
+letter \x4A37 15-2345-5
+letter \x4A38 1456-4
+letter \x4A39 24-34-3
+letter \x4A3A 145-1246-5
+letter \x4A3B 135-1356-5
+letter \x4A3C 1235-34-5
+letter \x4A3D 12345-356-4
+letter \x4A3E 12345-356-5
+letter \x4A3F 125-345-2
+letter \x4A40 135-16-5
+letter \x4A41 12345-356-3
+letter \x4A42 15-2345-3
+letter \x4A43 24-156-5
+letter \x4A44 124-2345-4
+letter \x4A45 1-1236-4
+letter \x4A46 1-345-4
+letter \x4A47 145-2345-3
+letter \x4A48 1235-1246-5
+letter \x4A49 12345-34-4
+letter \x4A4A 12456-4
+letter \x4A4B 134-126-4
+letter \x4A4C 245-246-2
+letter \x4A4D 14-246-4
+letter \x4A4E 123467-134568
+letter \x4A4F 134-346-5
+letter \x4A50 1235-34-3
+letter \x4A51 1235-12346-2
+letter \x4A52 1256-2
+letter \x4A53 245-16-2
+letter \x4A54 145-25-5
+letter \x4A55 1346-2
+letter \x4A56 24-345-3
+letter \x4A57 236-5
+letter \x4A58 145-16-3
+letter \x4A59 15-45-5
+letter \x4A5A 145-13456-3
+letter \x4A5B 135-16-5
+letter \x4A5C 1-12356-5
+letter \x4A5D 1234-146-2
+letter \x4A5E 1345-2345-2
+letter \x4A5F 16-2
+letter \x4A60 124-13456-3
+letter \x4A61 13-23456-2
+letter \x4A62 1-156-5
+letter \x4A63 124-34-2
+letter \x4A64 15-346-2
+letter \x4A65 145-1236-5
+letter \x4A66 124-246-2
+letter \x4A67 15-236-5
+letter \x4A68 12-1346-5
+letter \x4A69 45-3
+letter \x4A6A 13-12456-4
+letter \x4A6B 14-46-4
+letter \x4A6C 135-1356-4
+letter \x4A6D 13-16-3
+letter \x4A6E 14-34-5
+letter \x4A6F 13-16-2
+letter \x4A70 13-16-2
+letter \x4A71 24-34-5
+letter \x4A72 145-34-3
+letter \x4A73 15-12356-3
+letter \x4A74 1235-34-2
+letter \x4A75 256-5
+letter \x4A76 12-1236-4
+letter \x4A77 135-1346-3
+letter \x4A78 1245-12346-2
+letter \x4A79 123-25-5
+letter \x4A7A 12346-3
+letter \x4A7B 135-345-5
+letter \x4A7C 12345-1356-2
+letter \x4A7D 1256-3
+letter \x4A7E 1-2346-5
+letter \x4A7F 12345-136-2
+letter \x4A80 13-12456-4
+letter \x4A81 135-34-4
+letter \x4A82 13-2346-2
+letter \x4A83 145-123456-3
+letter \x4A84 1235-456-2
+letter \x4A85 145-34-2
+letter \x4A86 124-16-4
+letter \x4A87 1234-12356-5
+letter \x4A88 245-2345-5
+letter \x4A89 14-346-5
+letter \x4A8A 14-12346-2
+letter \x4A8B 1246-5
+letter \x4A8C 12-1236-2
+letter \x4A8D 14-1236-2
+letter \x4A8E 15-1246-3
+letter \x4A8F 1345-345-5
+letter \x4A90 135-16-5
+letter \x4A91 124-25-2
+letter \x4A92 1-34-5
+letter \x4A93 145-346-2
+letter \x4A94 135-34-4
+letter \x4A95 13-1256-2
+letter \x4A96 1234-126-5
+letter \x4A97 15-23456-2
+letter \x4A98 1246-4
+letter \x4A99 1234-126-5
+letter \x4A9A 1235-2346-5
+letter \x4A9B 12345-1236-2
+letter \x4A9C 12-1236-5
+letter \x4A9D 1235-34-5
+letter \x4A9E 125-345-2
+letter \x4A9F 123467-134568
+letter \x4AA0 13-16-3
+letter \x4AA1 13-16-3
+letter \x4AA2 13-16-3
+letter \x4AA3 13-16-3
+letter \x4AA4 12345-1236-2
+letter \x4AA5 15-346-5
+letter \x4AA6 1235-12346-2
+letter \x4AA7 12-156-2
+letter \x4AA8 135-146-2
+letter \x4AA9 1456-2
+letter \x4AAA 123467-134568
+letter \x4AAB 13-13456-3
+letter \x4AAC 135-126-2
+letter \x4AAD 1245-12456-4
+letter \x4AAE 12-12356-4
+letter \x4AAF 13456-3
+letter \x4AB0 16-3
+letter \x4AB1 13-2456-4
+letter \x4AB2 34-5
+letter \x4AB3 256-4
+letter \x4AB4 1-136-4
+letter \x4AB5 23456-3
+letter \x4AB6 13-1256-3
+letter \x4AB7 1235-12356-5
+letter \x4AB8 134-1456-2
+letter \x4AB9 1234-356-2
+letter \x4ABA 13-2346-2
+letter \x4ABB 135-2345-5
+letter \x4ABC 1-25-2
+letter \x4ABD 1235-146-5
+letter \x4ABE 1-136-4
+letter \x4ABF 15-1456-5
+letter \x4AC0 13-136-4
+letter \x4AC1 135-16-5
+letter \x4AC2 145-25-4
+letter \x4AC3 12-123456-2
+letter \x4AC4 12-35-5
+letter \x4AC5 15-1236-5
+letter \x4AC6 12-1356-2
+letter \x4AC7 1245-1236-2
+letter \x4AC8 125-136-5
+letter \x4AC9 134-146-5
+letter \x4ACA 1234-356-2
+letter \x4ACB 124-1246-2
+letter \x4ACC 1234-16-4
+letter \x4ACD 12345-34-4
+letter \x4ACE 1-25-2
+letter \x4ACF 245-16-3
+letter \x4AD0 14-1456-2
+letter \x4AD1 245-16-3
+letter \x4AD2 134-136-2
+letter \x4AD3 34-3
+letter \x4AD4 245-16-5
+letter \x4AD5 145-346-2
+letter \x4AD6 24-136-5
+letter \x4AD7 15-23456-2
+letter \x4AD8 1235-2346-2
+letter \x4AD9 15-1346-4
+letter \x4ADA 13-35-3
+letter \x4ADB 1235-12356-2
+letter \x4ADC 146-3
+letter \x4ADD 12345-34-5
+letter \x4ADE 245-246-3
+letter \x4ADF 256-4
+letter \x4AE0 1234-16-3
+letter \x4AE1 2345-2
+letter \x4AE2 15-156-3
+letter \x4AE3 15-16-2
+letter \x4AE4 134-13456-2
+letter \x4AE5 123-1246-4
+letter \x4AE6 13-2346-2
+letter \x4AE7 13-146-4
+letter \x4AE8 146-2
+letter \x4AE9 15-1236-4
+letter \x4AEA 24-456-4
+letter \x4AEB 14-12356-2
+letter \x4AEC 1-136-4
+letter \x4AED 1235-1246-5
+letter \x4AEE 12-1236-2
+letter \x4AEF 16-3
+letter \x4AF0 14-1456-5
+letter \x4AF1 1245-34-2
+letter \x4AF2 1235-1236-5
+letter \x4AF3 145-34-2
+letter \x4AF4 13-1456-5
+letter \x4AF5 134-2345-2
+letter \x4AF6 12345-1236-2
+letter \x4AF7 2346-5
+letter \x4AF8 1345-146-2
+letter \x4AF9 1235-12346-2
+letter \x4AFA 1235-12346-2
+letter \x4AFB 1256-5
+letter \x4AFC 15-236-5
+letter \x4AFD 1234-146-3
+letter \x4AFE 135-16-5
+letter \x4AFF 12-146-3
+letter \x4B00 234-4
+letter \x4B01 16-2
+letter \x4B02 15-236-5
+letter \x4B03 15-345-5
+letter \x4B04 15-1256-3
+letter \x4B05 14-16-5
+letter \x4B06 14-16-5
+letter \x4B07 45-5
+letter \x4B08 145-1246-5
+letter \x4B09 1235-25-5
+letter \x4B0A 24-345-5
+letter \x4B0B 14-1356-2
+letter \x4B0C 1234-12356-3
+letter \x4B0D 1235-34-3
+letter \x4B0E 13-25-2
+letter \x4B0F 12345-12356-4
+letter \x4B10 1245-1246-2
+letter \x4B11 1246-5
+letter \x4B12 15-12356-3
+letter \x4B13 1236-5
+letter \x4B14 1256-2
+letter \x4B15 245-46-4
+letter \x4B16 1235-1356-2
+letter \x4B17 46-2
+letter \x4B18 15-246-3
+letter \x4B19 246-2
+letter \x4B1A 12345-1236-2
+letter \x4B1B 135-16-5
+letter \x4B1C 12-156-3
+letter \x4B1D 1235-1356-2
+letter \x4B1E 124-146-2
+letter \x4B1F 14-234-2
+letter \x4B20 12345-356-3
+letter \x4B21 1-34-5
+letter \x4B22 124-146-3
+letter \x4B23 245-16-5
+letter \x4B24 1-1236-3
+letter \x4B25 16-5
+letter \x4B26 24-2346-5
+letter \x4B27 45-2
+letter \x4B28 13-234-5
+letter \x4B29 1-2456-3
+letter \x4B2A 135-126-2
+letter \x4B2B 124-16-2
+letter \x4B2C 46-4
+letter \x4B2D 124-146-3
+letter \x4B2E 16-2
+letter \x4B2F 1345-2345-2
+letter \x4B30 24-146-5
+letter \x4B31 135-136-5
+letter \x4B32 13-12356-3
+letter \x4B33 135-1236-4
+letter \x4B34 134-126-5
+letter \x4B35 2456-5
+letter \x4B36 136-5
+letter \x4B37 24-2346-4
+letter \x4B38 245-1236-3
+letter \x4B39 1-156-5
+letter \x4B3A 46-5
+letter \x4B3B 13-2345-5
+letter \x4B3C 45-5
+letter \x4B3D 24-1246-5
+letter \x4B3E 124-16-2
+letter \x4B3F 1246-4
+letter \x4B40 15-256-5
+letter \x4B41 1-156-5
+letter \x4B42 16-5
+letter \x4B43 1245-136-4
+letter \x4B44 24-156-5
+letter \x4B45 1235-34-2
+letter \x4B46 1345-2346-5
+letter \x4B47 16-5
+letter \x4B48 13-2345-3
+letter \x4B49 15-1246-4
+letter \x4B4A 13456-4
+letter \x4B4B 135-146-4
+letter \x4B4C 1235-34-2
+letter \x4B4D 1235-34-2
+letter \x4B4E 346-5
+letter \x4B4F 123467-134568
+letter \x4B50 46-5
+letter \x4B51 14-2345-4
+letter \x4B52 15-16-2
+letter \x4B53 136-5
+letter \x4B54 145-1246-3
+letter \x4B55 13-2345-4
+letter \x4B56 1-34-5
+letter \x4B57 13456-4
+letter \x4B58 13456-4
+letter \x4B59 13-1456-4
+letter \x4B5A 12-456-2
+letter \x4B5B 13-1236-4
+letter \x4B5C 123467-134568
+letter \x4B5D 123-2356-5
+letter \x4B5E 16-5
+letter \x4B5F 346-5
+letter \x4B60 13-2345-4
+letter \x4B61 123456-5
+letter \x4B62 1345-13456-2
+letter \x4B63 245-156-2
+letter \x4B64 245-2345-4
+letter \x4B65 46-5
+letter \x4B66 135-126-2
+letter \x4B67 134-16-4
+letter \x4B68 24-1246-5
+letter \x4B69 134-16-4
+letter \x4B6A 14-46-2
+letter \x4B6B 13-16-3
+letter \x4B6C 13-16-3
+letter \x4B6D 24-12356-4
+letter \x4B6E 12345-34-2
+letter \x4B6F 135-126-2
+letter \x4B70 135-1356-4
+letter \x4B71 135-346-2
+letter \x4B72 16-4
+letter \x4B73 1246-5
+letter \x4B74 1235-12456-2
+letter \x4B75 12345-1236-2
+letter \x4B76 245-16-2
+letter \x4B77 134-146-2
+letter \x4B78 12345-34-5
+letter \x4B79 1346-4
+letter \x4B7A 1346-4
+letter \x4B7B 12345-136-3
+letter \x4B7C 245-16-2
+letter \x4B7D 245-256-2
+letter \x4B7E 124-25-2
+letter \x4B7F 16-5
+letter \x4B80 135-126-2
+letter \x4B81 1234-2345-2
+letter \x4B82 135-345-2
+letter \x4B83 245-1256-3
+letter \x4B84 15-45-2
+letter \x4B85 15-1256-5
+letter \x4B86 1234-16-3
+letter \x4B87 1256-5
+letter \x4B88 12-156-2
+letter \x4B89 14-1256-5
+letter \x4B8A 16-2
+letter \x4B8B 14-346-5
+letter \x4B8C 15-234-3
+letter \x4B8D 1345-246-4
+letter \x4B8E 15-16-5
+letter \x4B8F 34-2
+letter \x4B90 13-235-3
+letter \x4B91 14-356-5
+letter \x4B92 1234-34-3
+letter \x4B93 12-146-5
+letter \x4B94 125-1246-3
+letter \x4B95 12-25-5
+letter \x4B96 12-1346-3
+letter \x4B97 2345-5
+letter \x4B98 156-2
+letter \x4B99 1256-5
+letter \x4B9A 14-13456-2
+letter \x4B9B 12345-34-5
+letter \x4B9C 24-345-5
+letter \x4B9D 1235-123456-2
+letter \x4B9E 12-123456-4
+letter \x4B9F 15-12356-3
+letter \x4BA0 135-16-3
+letter \x4BA1 135-16-5
+letter \x4BA2 24-345-5
+letter \x4BA3 15-1346-3
+letter \x4BA4 1235-2346-5
+letter \x4BA5 14-16-5
+letter \x4BA6 13-246-3
+letter \x4BA7 1235-1236-5
+letter \x4BA8 125-2456-4
+letter \x4BA9 13-34-2
+letter \x4BAA 12-1356-2
+letter \x4BAB 14-12356-2
+letter \x4BAC 134-126-5
+letter \x4BAD 134-16-5
+letter \x4BAE 134-126-5
+letter \x4BAF 146-2
+letter \x4BB0 1-2346-2
+letter \x4BB1 1-34-2
+letter \x4BB2 1235-456-2
+letter \x4BB3 2345-2
+letter \x4BB4 145-1356-5
+letter \x4BB5 124-12346-2
+letter \x4BB6 135-246-3
+letter \x4BB7 145-34-2
+letter \x4BB8 25-5
+letter \x4BB9 13-1246-5
+letter \x4BBA 13-16-5
+letter \x4BBB 145-146-4
+letter \x4BBC 14-1456-2
+letter \x4BBD 135-246-3
+letter \x4BBE 14-12346-2
+letter \x4BBF 13-2345-4
+letter \x4BC0 1345-346-5
+letter \x4BC1 14-25-2
+letter \x4BC2 24-136-3
+letter \x4BC3 1236-3
+letter \x4BC4 13-35-3
+letter \x4BC5 1345-346-5
+letter \x4BC6 16-5
+letter \x4BC7 123-34-3
+letter \x4BC8 12456-2
+letter \x4BC9 35-5
+letter \x4BCA 123-2346-3
+letter \x4BCB 135-126-2
+letter \x4BCC 123-146-3
+letter \x4BCD 14-13456-2
+letter \x4BCE 13-1236-5
+letter \x4BCF 13-35-3
+letter \x4BD0 1235-2456-2
+letter \x4BD1 123-456-3
+letter \x4BD2 1235-1356-2
+letter \x4BD3 123-1246-2
+letter \x4BD4 125-2346-2
+letter \x4BD5 124-13456-2
+letter \x4BD6 14-1346-2
+letter \x4BD7 135-16-5
+letter \x4BD8 1235-12456-5
+letter \x4BD9 1234-126-5
+letter \x4BDA 246-4
+letter \x4BDB 12456-5
+letter \x4BDC 124-16-5
+letter \x4BDD 15-1246-4
+letter \x4BDE 123-35-3
+letter \x4BDF 145-1246-5
+letter \x4BE0 146-4
+letter \x4BE1 13-2345-5
+letter \x4BE2 134-126-2
+letter \x4BE3 123-1246-5
+letter \x4BE4 123-2356-5
+letter \x4BE5 1236-5
+letter \x4BE6 134-345-5
+letter \x4BE7 245-13456-4
+letter \x4BE8 1235-25-5
+letter \x4BE9 123467-134568
+letter \x4BEA 123-146-4
+letter \x4BEB 1235-146-5
+letter \x4BEC 145-25-4
+letter \x4BED 15-2345-3
+letter \x4BEE 1345-2456-2
+letter \x4BEF 15-25-3
+letter \x4BF0 13-346-5
+letter \x4BF1 12345-34-5
+letter \x4BF2 1234-345-3
+letter \x4BF3 15-12346-3
+letter \x4BF4 12-1346-2
+letter \x4BF5 1345-346-5
+letter \x4BF6 134-1236-2
+letter \x4BF7 15-12346-3
+letter \x4BF8 245-156-5
+letter \x4BF9 15-2345-3
+letter \x4BFA 123-25-5
+letter \x4BFB 123467-134568
+letter \x4BFC 145-16-2
+letter \x4BFD 1234-12356-2
+letter \x4BFE 124-246-2
+letter \x4BFF 125-34-2
+letter \x4C00 25-4
+letter \x4C01 12345-356-5
+letter \x4C02 245-2456-5
+letter \x4C03 1234-1356-2
+letter \x4C04 15-2456-3
+letter \x4C05 15-1256-3
+letter \x4C06 1245-12356-2
+letter \x4C07 245-16-2
+letter \x4C08 245-25-4
+letter \x4C09 1234-1236-2
+letter \x4C0A 135-126-2
+letter \x4C0B 134-1236-2
+letter \x4C0C 125-12346-4
+letter \x4C0D 15-234-3
+letter \x4C0E 123-1246-5
+letter \x4C0F 13-16-5
+letter \x4C10 14-1236-2
+letter \x4C11 15-1256-3
+letter \x4C12 134-1356-2
+letter \x4C13 134-2345-2
+letter \x4C14 1234-1236-2
+letter \x4C15 14-34-2
+letter \x4C16 125-1236-4
+letter \x4C17 13-234-3
+letter \x4C18 14-234-2
+letter \x4C19 16-4
+letter \x4C1A 123456-2
+letter \x4C1B 14-16-5
+letter \x4C1C 14-16-5
+letter \x4C1D 125-1356-5
+letter \x4C1E 1-34-4
+letter \x4C1F 1235-123456-2
+letter \x4C20 24-136-2
+letter \x4C21 12-156-5
+letter \x4C22 15-13456-5
+letter \x4C23 456-4
+letter \x4C24 145-12346-3
+letter \x4C25 1256-5
+letter \x4C26 1234-16-4
+letter \x4C27 1235-34-3
+letter \x4C28 134-356-5
+letter \x4C29 145-34-3
+letter \x4C2A 134-356-5
+letter \x4C2B 12-146-2
+letter \x4C2C 13-1256-2
+letter \x4C2D 1245-34-2
+letter \x4C2E 123467-134568
+letter \x4C2F 16-5
+letter \x4C30 1245-34-2
+letter \x4C31 14-13456-2
+letter \x4C32 23456-5
+letter \x4C33 123467-134568
+letter \x4C34 245-16-5
+letter \x4C35 125-156-3
+letter \x4C36 123467-134568
+letter \x4C37 135-1346-5
+letter \x4C38 13-12346-3
+letter \x4C39 125-2346-2
+letter \x4C3A 13-346-5
+letter \x4C3B 1256-2
+letter \x4C3C 1456-2
+letter \x4C3D 135-356-5
+letter \x4C3E 135-345-5
+letter \x4C3F 124-25-2
+letter \x4C40 46-3
+letter \x4C41 245-246-2
+letter \x4C42 234-4
+letter \x4C43 1-156-5
+letter \x4C44 13-346-5
+letter \x4C45 134-126-5
+letter \x4C46 24-1356-2
+letter \x4C47 24-1236-5
+letter \x4C48 245-16-2
+letter \x4C49 24-1236-5
+letter \x4C4A 134-16-4
+letter \x4C4B 13-12346-4
+letter \x4C4C 16-2
+letter \x4C4D 13-1356-3
+letter \x4C4E 13-1356-3
+letter \x4C4F 124-12356-4
+letter \x4C50 12345-34-2
+letter \x4C51 15-236-2
+letter \x4C52 346-3
+letter \x4C53 124-13456-2
+letter \x4C54 124-246-2
+letter \x4C55 134-12356-2
+letter \x4C56 14-234-2
+letter \x4C57 245-1236-3
+letter \x4C58 14-16-2
+letter \x4C59 24-34-2
+letter \x4C5A 14-34-5
+letter \x4C5B 16-5
+letter \x4C5C 245-25-5
+letter \x4C5D 135-2456-2
+letter \x4C5E 1345-2456-5
+letter \x4C5F 13-1256-5
+letter \x4C60 12-1236-4
+letter \x4C61 13-1256-2
+letter \x4C62 1-1356-3
+letter \x4C63 125-34-2
+letter \x4C64 15-2345-5
+letter \x4C65 1-156-5
+letter \x4C66 1456-2
+letter \x4C67 24-1236-5
+letter \x4C68 1-156-5
+letter \x4C69 456-4
+letter \x4C6A 123467-134568
+letter \x4C6B 14-345-5
+letter \x4C6C 15-1256-3
+letter \x4C6D 13-1356-3
+letter \x4C6E 2346-2
+letter \x4C6F 134-126-2
+letter \x4C70 1-12346-5
+letter \x4C71 145-16-5
+letter \x4C72 45-2
+letter \x4C73 1-1236-3
+letter \x4C74 13-1356-5
+letter \x4C75 12346-3
+letter \x4C76 14-1346-2
+letter \x4C77 1256-2
+letter \x4C78 245-234-3
+letter \x4C79 1-345-4
+letter \x4C7A 1235-2456-2
+letter \x4C7B 1235-35-2
+letter \x4C7C 1-1236-4
+letter \x4C7D 12-1346-3
+letter \x4C7E 14-12356-2
+letter \x4C7F 12-1236-5
+letter \x4C80 1-156-5
+letter \x4C81 1246-5
+letter \x4C82 15-45-2
+letter \x4C83 125-146-4
+letter \x4C84 134-1456-4
+letter \x4C85 13-1246-3
+letter \x4C86 15-34-3
+letter \x4C87 123467-134568
+letter \x4C88 134-345-2
+letter \x4C89 15-156-3
+letter \x4C8A 124-25-4
+letter \x4C8B 245-136-2
+letter \x4C8C 123-12456-4
+letter \x4C8D 124-1356-2
+letter \x4C8E 1345-356-4
+letter \x4C8F 14-146-2
+letter \x4C90 14-34-4
+letter \x4C91 16-2
+letter \x4C92 15-346-5
+letter \x4C93 2345-4
+letter \x4C94 13-13456-3
+letter \x4C95 1234-34-3
+letter \x4C96 12-12356-2
+letter \x4C97 15-2345-2
+letter \x4C98 13-12456-4
+letter \x4C99 13-346-2
+letter \x4C9A 14-2456-5
+letter \x4C9B 134-1356-2
+letter \x4C9C 346-5
+letter \x4C9D 12-1346-3
+letter \x4C9E 14-16-5
+letter \x4C9F 1456-5
+letter \x4CA0 12-123456-3
+letter \x4CA1 245-234-3
+letter \x4CA2 124-1356-2
+letter \x4CA3 1256-2
+letter \x4CA4 123467-134568
+letter \x4CA5 13-234-3
+letter \x4CA6 145-345-5
+letter \x4CA7 145-34-5
+letter \x4CA8 1235-12346-2
+letter \x4CA9 24-156-3
+letter \x4CAA 15-16-5
+letter \x4CAB 13-234-3
+letter \x4CAC 245-16-2
+letter \x4CAD 12-156-3
+letter \x4CAE 45-2
+letter \x4CAF 13-16-2
+letter \x4CB0 256-5
+letter \x4CB1 12345-1346-4
+letter \x4CB2 13-12346-3
+letter \x4CB3 1235-1346-2
+letter \x4CB4 1-136-5
+letter \x4CB5 245-236-5
+letter \x4CB6 123467-134568
+letter \x4CB7 15-246-3
+letter \x4CB8 13-346-5
+letter \x4CB9 1234-356-2
+letter \x4CBA 13-1236-5
+letter \x4CBB 15-45-2
+letter \x4CBC 24-1356-3
+letter \x4CBD 145-146-4
+letter \x4CBE 245-246-4
+letter \x4CBF 245-156-2
+letter \x4CC0 16-5
+letter \x4CC1 135-345-2
+letter \x4CC2 124-246-2
+letter \x4CC3 12456-4
+letter \x4CC4 245-156-2
+letter \x4CC5 1-156-5
+letter \x4CC6 135-126-2
+letter \x4CC7 34-4
+letter \x4CC8 135-146-4
+letter \x4CC9 145-12346-3
+letter \x4CCA 135-345-2
+letter \x4CCB 124-12346-2
+letter \x4CCC 13-45-3
+letter \x4CCD 13-12346-3
+letter \x4CCE 13-234-5
+letter \x4CCF 13-1246-5
+letter \x4CD0 245-156-5
+letter \x4CD1 234-4
+letter \x4CD2 45-3
+letter \x4CD3 14-146-4
+letter \x4CD4 13-234-5
+letter \x4CD5 12345-34-2
+letter \x4CD6 1345-346-5
+letter \x4CD7 2346-2
+letter \x4CD8 2346-2
+letter \x4CD9 15-13456-4
+letter \x4CDA 123-1236-5
+letter \x4CDB 2345-5
+letter \x4CDC 124-34-2
+letter \x4CDD 1234-12356-4
+letter \x4CDE 135-1356-4
+letter \x4CDF 134-13456-2
+letter \x4CE0 12-1246-2
+letter \x4CE1 2345-5
+letter \x4CE2 245-16-2
+letter \x4CE3 45-2
+letter \x4CE4 135-346-3
+letter \x4CE5 14-13456-2
+letter \x4CE6 15-45-3
+letter \x4CE7 1235-12356-2
+letter \x4CE8 1235-456-2
+letter \x4CE9 246-3
+letter \x4CEA 1-12456-3
+letter \x4CEB 123-1246-2
+letter \x4CEC 16-5
+letter \x4CED 13-16-2
+letter \x4CEE 134-126-5
+letter \x4CEF 12-12346-4
+letter \x4CF0 135-146-4
+letter \x4CF1 34-5
+letter \x4CF2 1-136-5
+letter \x4CF3 15-1256-5
+letter \x4CF4 124-345-5
+letter \x4CF5 12-156-5
+letter \x4CF6 13-16-3
+letter \x4CF7 245-12346-2
+letter \x4CF8 134-345-2
+letter \x4CF9 123-12356-5
+letter \x4CFA 1236-3
+letter \x4CFB 245-1236-2
+letter \x4CFC 12356-3
+letter \x4CFD 1235-2346-5
+letter \x4CFE 145-1356-3
+letter \x4CFF 1245-1236-2
+letter \x4D00 124-12346-2
+letter \x4D01 1256-5
+letter \x4D02 15-46-5
+letter \x4D03 1345-146-2
+letter \x4D04 24-123456-5
+letter \x4D05 12345-136-2
+letter \x4D06 1234-34-3
+letter \x4D07 14-13456-2
+letter \x4D08 146-4
+letter \x4D09 15-45-2
+letter \x4D0A 16-2
+letter \x4D0B 15-45-2
+letter \x4D0C 134-1356-2
+letter \x4D0D 13456-3
+letter \x4D0E 14-356-4
+letter \x4D0F 2345-5
+letter \x4D10 135-146-4
+letter \x4D11 145-346-2
+letter \x4D12 14-13456-2
+letter \x4D13 24-156-3
+letter \x4D14 13-246-3
+letter \x4D15 14-346-5
+letter \x4D16 13-13456-3
+letter \x4D17 13-1256-2
+letter \x4D18 124-16-2
+letter \x4D19 1234-16-5
+letter \x4D1A 13-1346-4
+letter \x4D1B 15-246-3
+letter \x4D1C 1235-2356-2
+letter \x4D1D 12-2356-5
+letter \x4D1E 145-16-2
+letter \x4D1F 1235-12456-2
+letter \x4D20 146-4
+letter \x4D21 14-16-5
+letter \x4D22 134-16-2
+letter \x4D23 1235-34-3
+letter \x4D24 24-1356-3
+letter \x4D25 13-23456-3
+letter \x4D26 1456-2
+letter \x4D27 1246-3
+letter \x4D28 123467-134568
+letter \x4D29 1234-246-2
+letter \x4D2A 14-34-5
+letter \x4D2B 14-13456-2
+letter \x4D2C 16-5
+letter \x4D2D 245-2456-2
+letter \x4D2E 24-1236-5
+letter \x4D2F 1235-34-5
+letter \x4D30 24-34-2
+letter \x4D31 124-25-3
+letter \x4D32 134-126-5
+letter \x4D33 1235-35-2
+letter \x4D34 124-346-5
+letter \x4D35 135-13456-4
+letter \x4D36 1234-1356-2
+letter \x4D37 1235-123456-2
+letter \x4D38 12345-34-3
+letter \x4D39 13-25-4
+letter \x4D3A 135-34-5
+letter \x4D3B 14-16-2
+letter \x4D3C 12-1236-5
+letter \x4D3D 1234-16-2
+letter \x4D3E 245-25-2
+letter \x4D3F 134-1356-2
+letter \x4D40 15-25-4
+letter \x4D41 245-46-5
+letter \x4D42 1-156-2
+letter \x4D43 123-456-5
+letter \x4D44 12345-1356-3
+letter \x4D45 146-2
+letter \x4D46 134-1356-2
+letter \x4D47 15-2345-5
+letter \x4D48 123-34-5
+letter \x4D49 124-12356-2
+letter \x4D4A 124-123456-3
+letter \x4D4B 1235-1246-4
+letter \x4D4C 15-2345-3
+letter \x4D4D 124-123456-3
+letter \x4D4E 124-12456-3
+letter \x4D4F 14-146-4
+letter \x4D50 12-1236-4
+letter \x4D51 1345-16-5
+letter \x4D52 1345-16-5
+letter \x4D53 14-16-2
+letter \x4D54 145-12346-4
+letter \x4D55 13-1256-5
+letter \x4D56 245-2345-5
+letter \x4D57 135-126-2
+letter \x4D58 24-2456-5
+letter \x4D59 1-345-4
+letter \x4D5A 124-146-4
+letter \x4D5B 245-2345-5
+letter \x4D5C 1345-12346-4
+letter \x4D5D 23456-5
+letter \x4D5E 245-13456-2
+letter \x4D5F 13-1236-4
+letter \x4D60 145-16-2
+letter \x4D61 13-2345-4
+letter \x4D62 134-356-5
+letter \x4D63 145-345-2
+letter \x4D64 13-2345-4
+letter \x4D65 1256-5
+letter \x4D66 34-3
+letter \x4D67 125-2456-5
+letter \x4D68 134-1346-2
+letter \x4D69 14-16-2
+letter \x4D6A 13-123456-4
+letter \x4D6B 15-256-3
+letter \x4D6C 124-345-5
+letter \x4D6D 1-2346-5
+letter \x4D6E 46-5
+letter \x4D6F 124-12456-4
+letter \x4D70 24-1346-3
+letter \x4D71 15-16-5
+letter \x4D72 245-246-3
+letter \x4D73 1246-5
+letter \x4D74 256-5
+letter \x4D75 12-35-3
+letter \x4D76 245-1256-2
+letter \x4D77 35-3
+letter \x4D78 245-34-5
+letter \x4D79 1-156-3
+letter \x4D7A 124-13456-4
+letter \x4D7B 1235-1246-5
+letter \x4D7C 24-1346-3
+letter \x4D7D 245-345-5
+letter \x4D7E 12345-34-2
+letter \x4D7F 124-346-5
+letter \x4D80 124-345-5
+letter \x4D81 124-345-5
+letter \x4D82 1-25-2
+letter \x4D83 1235-1236-2
+letter \x4D84 1234-13456-2
+letter \x4D85 1235-2346-5
+letter \x4D86 1-1246-3
+letter \x4D87 1-12356-5
+letter \x4D88 135-126-2
+letter \x4D89 14-234-2
+letter \x4D8A 1345-1256-5
+letter \x4D8B 15-16-3
+letter \x4D8C 1234-146-5
+letter \x4D8D 124-16-5
+letter \x4D8E 1235-2346-2
+letter \x4D8F 124-16-5
+letter \x4D90 1235-1246-5
+letter \x4D91 124-16-5
+letter \x4D92 245-16-2
+letter \x4D93 13-16-5
+letter \x4D94 12-156-2
+letter \x4D95 135-345-3
+letter \x4D96 13-1456-5
+letter \x4D97 123-2346-5
+letter \x4D98 14-16-5
+letter \x4D99 13-1256-5
+letter \x4D9A 245-1256-4
+letter \x4D9B 14-345-5
+letter \x4D9C 13-34-4
+letter \x4D9D 15-346-2
+letter \x4D9E 245-16-2
+letter \x4D9F 15-2345-5
+letter \x4DA0 15-2345-2
+letter \x4DA1 24-156-2
+letter \x4DA2 15-2345-2
+letter \x4DA3 2456-2
+letter \x4DA4 1235-35-2
+letter \x4DA5 1-345-3
+letter \x4DA6 125-2346-2
+letter \x4DA7 246-4
+letter \x4DA8 1-1236-3
+letter \x4DA9 13-16-5
+letter \x4DAA 12-345-2
+letter \x4DAB 2345-5
+letter \x4DAC 13-2345-3
+letter \x4DAD 123467-134568
+letter \x4DAE 2345-4
+letter \x4DAF 123-1246-3
+letter \x4DB0 13-246-3
+letter \x4DB1 124-12346-2
+letter \x4DB2 1245-1236-2
+letter \x4DB3 236-5
+letter \x4DB4 12-1246-3
+letter \x4DB5 12-156-2
+#end CJK Unified Ideographs Extension A
+
+#begin CJK Unified Ideographs (U+4E00-U+9FFF)
+letter \x4E00 16-3
+letter \x4E01 145-13456-3
+letter \x4E02 123-146-4
+letter \x4E03 245-16-3
+letter \x4E04 24-1346-5
+letter \x4E05 15-23456-5
+letter \x4E06 1235-1236-4
+letter \x4E07 12456-5
+letter \x4E08 1-1346-5
+letter \x4E09 15-1236-3
+letter \x4E0A 24-1346-5
+letter \x4E0B 15-23456-5
+letter \x4E0C 13-16-3
+letter \x4E0D 135-34-5
+letter \x4E0E 1256-4
+letter \x4E0F 134-2345-4
+letter \x4E10 13-2456-5
+letter \x4E11 12-12356-4
+letter \x4E12 12-12356-4
+letter \x4E13 1-12456-3
+letter \x4E14 245-346-4
+letter \x4E15 1234-16-3
+letter \x4E16 24-156-5
+letter \x4E17 24-156-5
+letter \x4E18 245-234-3
+letter \x4E19 135-13456-4
+letter \x4E1A 346-5
+letter \x4E1B 245-12346-2
+letter \x4E1C 145-12346-3
+letter \x4E1D 15-156-3
+letter \x4E1E 12-1356-2
+letter \x4E1F 145-234-3
+letter \x4E20 245-234-3
+letter \x4E21 14-46-4
+letter \x4E22 145-234-3
+letter \x4E23 234-4
+letter \x4E24 14-46-4
+letter \x4E25 2345-2
+letter \x4E26 135-13456-5
+letter \x4E27 15-1346-5
+letter \x4E28 13-123456-4
+letter \x4E29 13-234-3
+letter \x4E2A 13-2346-5
+letter \x4E2B 23456-3
+letter \x4E2C 1-456-5
+letter \x4E2D 1-12346-3
+letter \x4E2E 13-16-2
+letter \x4E2F 13-346-5
+letter \x4E30 12345-1356-3
+letter \x4E31 13-12456-5
+letter \x4E32 12-12456-5
+letter \x4E33 12-1236-5
+letter \x4E34 14-1456-2
+letter \x4E35 1-25-2
+letter \x4E36 1-34-4
+letter \x4E37 1235-345-3
+letter \x4E38 12456-2
+letter \x4E39 145-1236-3
+letter \x4E3A 1246-2
+letter \x4E3B 1-34-4
+letter \x4E3C 13-13456-4
+letter \x4E3D 14-16-5
+letter \x4E3E 13-1256-4
+letter \x4E3F 1234-346-4
+letter \x4E40 12345-34-2
+letter \x4E41 16-2
+letter \x4E42 16-5
+letter \x4E43 1345-2456-4
+letter \x4E44 34-4
+letter \x4E45 13-234-4
+letter \x4E46 13-234-4
+letter \x4E47 124-25-3
+letter \x4E48 246-3
+letter \x4E49 16-5
+letter \x4E4A 16-3
+letter \x4E4B 1-156-3
+letter \x4E4C 34-3
+letter \x4E4D 1-345-5
+letter \x4E4E 1235-34-3
+letter \x4E4F 12345-345-2
+letter \x4E50 14-2346-5
+letter \x4E51 1456-2
+letter \x4E52 1234-13456-3
+letter \x4E53 1234-1346-3
+letter \x4E54 245-246-2
+letter \x4E55 1235-34-4
+letter \x4E56 13-2356-3
+letter \x4E57 12-1356-2
+letter \x4E58 12-1356-2
+letter \x4E59 16-4
+letter \x4E5A 16-4
+letter \x4E5B 12456-3
+letter \x4E5C 134-346-3
+letter \x4E5D 13-234-4
+letter \x4E5E 245-16-4
+letter \x4E5F 346-4
+letter \x4E60 15-16-2
+letter \x4E61 15-46-3
+letter \x4E62 13-2456-5
+letter \x4E63 145-234-3
+letter \x4E64 15-23456-5
+letter \x4E65 1235-34-5
+letter \x4E66 24-34-3
+letter \x4E67 145-12356-4
+letter \x4E68 24-156-4
+letter \x4E69 13-16-3
+letter \x4E6A 1345-1346-2
+letter \x4E6B 13-23456-3
+letter \x4E6C 13-1256-5
+letter \x4E6D 24-156-2
+letter \x4E6E 134-146-4
+letter \x4E6F 1235-34-3
+letter \x4E70 134-2456-4
+letter \x4E71 14-12456-5
+letter \x4E72 125-156-3
+letter \x4E73 1245-34-4
+letter \x4E74 15-236-2
+letter \x4E75 2345-4
+letter \x4E76 12345-34-4
+letter \x4E77 24-345-3
+letter \x4E78 1345-345-4
+letter \x4E79 13-1236-3
+letter \x4E7A 15-25-4
+letter \x4E7B 156-5
+letter \x4E7C 245-1246-3
+letter \x4E7D 1-2346-4
+letter \x4E7E 13-1236-3
+letter \x4E7F 12-156-2
+letter \x4E80 13-1246-3
+letter \x4E81 13-1236-3
+letter \x4E82 14-12456-5
+letter \x4E83 14-1456-4
+letter \x4E84 16-5
+letter \x4E85 13-236-2
+letter \x4E86 14-2346-1
+letter \x4E87 13-2346-5
+letter \x4E88 1256-4
+letter \x4E89 1-1356-3
+letter \x4E8A 24-156-5
+letter \x4E8B 24-156-5
+letter \x4E8C 156-5
+letter \x4E8D 12-34-5
+letter \x4E8E 1256-2
+letter \x4E8F 123-1246-3
+letter \x4E90 1256-2
+letter \x4E91 256-2
+letter \x4E92 1235-34-5
+letter \x4E93 245-16-2
+letter \x4E94 34-4
+letter \x4E95 13-13456-4
+letter \x4E96 15-156-5
+letter \x4E97 15-1246-5
+letter \x4E98 13-136-5
+letter \x4E99 13-136-5
+letter \x4E9A 23456-4
+letter \x4E9B 15-346-3
+letter \x4E9C 23456-4
+letter \x4E9D 245-16-2
+letter \x4E9E 23456-4
+letter \x4E9F 13-16-2
+letter \x4EA0 124-12356-2
+letter \x4EA1 456-2
+letter \x4EA2 123-1346-5
+letter \x4EA3 145-345-5
+letter \x4EA4 13-246-3
+letter \x4EA5 1235-2456-5
+letter \x4EA6 16-5
+letter \x4EA7 12-1236-4
+letter \x4EA8 1235-1356-3
+letter \x4EA9 134-34-4
+letter \x4EAA 346-3
+letter \x4EAB 15-46-4
+letter \x4EAC 13-13456-3
+letter \x4EAD 124-13456-2
+letter \x4EAE 14-46-5
+letter \x4EAF 15-46-4
+letter \x4EB0 13-13456-3
+letter \x4EB1 346-5
+letter \x4EB2 245-1456-3
+letter \x4EB3 135-126-5
+letter \x4EB4 234-5
+letter \x4EB5 15-346-5
+letter \x4EB6 145-1236-4
+letter \x4EB7 14-2345-2
+letter \x4EB8 145-25-4
+letter \x4EB9 1246-4
+letter \x4EBA 1245-136-2
+letter \x4EBB 1245-136-2
+letter \x4EBC 13-16-2
+letter \x4EBD 13-16-2
+letter \x4EBE 456-2
+letter \x4EBF 16-5
+letter \x4EC0 24-156-2
+letter \x4EC1 1245-136-2
+letter \x4EC2 14-2346-5
+letter \x4EC3 145-13456-3
+letter \x4EC4 125-2346-5
+letter \x4EC5 13-1456-4
+letter \x4EC6 1234-34-3
+letter \x4EC7 12-12356-2
+letter \x4EC8 135-345-3
+letter \x4EC9 1-1346-4
+letter \x4ECA 13-1456-3
+letter \x4ECB 13-346-5
+letter \x4ECC 135-13456-3
+letter \x4ECD 1245-1356-2
+letter \x4ECE 245-12346-2
+letter \x4ECF 12345-126-2
+letter \x4ED0 15-1236-4
+letter \x4ED1 14-123456-2
+letter \x4ED2 135-13456-3
+letter \x4ED3 245-1346-3
+letter \x4ED4 125-156-4
+letter \x4ED5 24-156-5
+letter \x4ED6 1247-345-3
+letter \x4ED7 1-1346-5
+letter \x4ED8 12345-34-5
+letter \x4ED9 15-2345-3
+letter \x4EDA 15-2345-3
+letter \x4EDB 124-25-3
+letter \x4EDC 1235-12346-2
+letter \x4EDD 124-12346-2
+letter \x4EDE 1245-136-5
+letter \x4EDF 245-2345-3
+letter \x4EE0 13-1236-4
+letter \x4EE1 16-5
+letter \x4EE2 1-25-2
+letter \x4EE3 145-2456-5
+letter \x4EE4 14-13456-5
+letter \x4EE5 16-4
+letter \x4EE6 12-146-5
+letter \x4EE7 12-1346-2
+letter \x4EE8 15-345-3
+letter \x4EE9 24-1346-5
+letter \x4EEA 16-2
+letter \x4EEB 134-34-5
+letter \x4EEC 134-136-1
+letter \x4EED 1245-136-5
+letter \x4EEE 13-23456-4
+letter \x4EEF 12-146-5
+letter \x4EF0 46-4
+letter \x4EF1 245-2345-2
+letter \x4EF2 1-12346-5
+letter \x4EF3 1234-16-4
+letter \x4EF4 25-5
+letter \x4EF5 34-4
+letter \x4EF6 13-2345-5
+letter \x4EF7 13-346-5
+letter \x4EF8 246-4
+letter \x4EF9 12345-1356-3
+letter \x4EFA 245-1346-3
+letter \x4EFB 1245-136-5
+letter \x4EFC 456-2
+letter \x4EFD 12345-136-5
+letter \x4EFE 145-16-3
+letter \x4EFF 12345-1346-4
+letter \x4F00 1-12346-3
+letter \x4F01 245-16-5
+letter \x4F02 1234-356-5
+letter \x4F03 1256-2
+letter \x4F04 145-246-5
+letter \x4F05 145-123456-5
+letter \x4F06 34-5
+letter \x4F07 16-5
+letter \x4F08 15-1456-4
+letter \x4F09 123-1346-5
+letter \x4F0A 16-3
+letter \x4F0B 13-16-2
+letter \x4F0C 2456-5
+letter \x4F0D 34-4
+letter \x4F0E 13-16-5
+letter \x4F0F 12345-34-2
+letter \x4F10 12345-345-3
+letter \x4F11 15-234-3
+letter \x4F12 13-1456-5
+letter \x4F13 135-356-3
+letter \x4F14 12-136-2
+letter \x4F15 12345-34-3
+letter \x4F16 124-1346-4
+letter \x4F17 1-12346-5
+letter \x4F18 234-3
+letter \x4F19 1235-25-4
+letter \x4F1A 1235-1246-5
+letter \x4F1B 1256-4
+letter \x4F1C 245-1246-5
+letter \x4F1D 256-2
+letter \x4F1E 15-1236-4
+letter \x4F1F 1246-4
+letter \x4F20 12-12456-2
+letter \x4F21 12-2346-3
+letter \x4F22 23456-2
+letter \x4F23 245-2345-5
+letter \x4F24 24-1346-3
+letter \x4F25 12-1346-3
+letter \x4F26 14-123456-2
+letter \x4F27 245-1346-3
+letter \x4F28 15-256-5
+letter \x4F29 15-1456-5
+letter \x4F2A 1246-5
+letter \x4F2B 1-34-5
+letter \x4F2C 12-156-4
+letter \x4F2D 15-45-2
+letter \x4F2E 1345-34-4
+letter \x4F2F 135-126-2
+letter \x4F30 13-34-3
+letter \x4F31 13457-16-4
+letter \x4F32 1345-16-4
+letter \x4F33 15-346-5
+letter \x4F34 135-1236-5
+letter \x4F35 15-1256-5
+letter \x4F36 14-13456-2
+letter \x4F37 1-12356-5
+letter \x4F38 24-136-3
+letter \x4F39 245-1256-3
+letter \x4F3A 15-156-5
+letter \x4F3B 135-1356-3
+letter \x4F3C 15-156-5
+letter \x4F3D 245-346-2
+letter \x4F3E 1234-16-3
+letter \x4F3F 16-5
+letter \x4F40 15-156-5
+letter \x4F41 2456-4
+letter \x4F42 1-1356-3
+letter \x4F43 145-2345-5
+letter \x4F44 1235-1236-2
+letter \x4F45 134-2456-5
+letter \x4F46 145-1236-5
+letter \x4F47 1-34-5
+letter \x4F48 135-34-5
+letter \x4F49 245-1256-3
+letter \x4F4A 135-16-4
+letter \x4F4B 1-146-3
+letter \x4F4C 245-156-4
+letter \x4F4D 1246-5
+letter \x4F4E 145-16-3
+letter \x4F4F 1-34-5
+letter \x4F50 125-25-4
+letter \x4F51 234-5
+letter \x4F52 46-3
+letter \x4F53 124-16-4
+letter \x4F54 1-1236-5
+letter \x4F55 1235-2346-2
+letter \x4F56 135-16-5
+letter \x4F57 124-25-2
+letter \x4F58 24-2346-2
+letter \x4F59 1256-2
+letter \x4F5A 16-5
+letter \x4F5B 12345-126-2
+letter \x4F5C 125-25-5
+letter \x4F5D 123-12356-5
+letter \x4F5E 1345-13456-5
+letter \x4F5F 124-12346-2
+letter \x4F60 13457-16-4
+letter \x4F61 15-45-3
+letter \x4F62 245-1256-2
+letter \x4F63 235-5
+letter \x4F64 35-4
+letter \x4F65 245-2345-3
+letter \x4F66 24-156-2
+letter \x4F67 123-345-4
+letter \x4F68 135-146-3
+letter \x4F69 1234-356-5
+letter \x4F6A 1235-2356-2
+letter \x4F6B 1235-2346-5
+letter \x4F6C 14-146-4
+letter \x4F6D 15-46-2
+letter \x4F6E 13-2346-2
+letter \x4F6F 46-2
+letter \x4F70 135-2456-4
+letter \x4F71 12345-345-4
+letter \x4F72 134-13456-4
+letter \x4F73 13-23456-3
+letter \x4F74 156-5
+letter \x4F75 135-13456-5
+letter \x4F76 13-16-2
+letter \x4F77 1235-136-4
+letter \x4F78 1235-25-2
+letter \x4F79 13-1246-4
+letter \x4F7A 245-45-2
+letter \x4F7B 124-246-2
+letter \x4F7C 13-246-4
+letter \x4F7D 245-156-5
+letter \x4F7E 16-5
+letter \x4F7F 24-156-4
+letter \x4F80 15-13456-2
+letter \x4F81 24-136-3
+letter \x4F82 124-25-3
+letter \x4F83 123-1236-4
+letter \x4F84 1-156-2
+letter \x4F85 13-2456-3
+letter \x4F86 14-2456-2
+letter \x4F87 16-2
+letter \x4F88 12-156-4
+letter \x4F89 123-35-4
+letter \x4F8A 13-456-3
+letter \x4F8B 14-16-5
+letter \x4F8C 1456-3
+letter \x4F8D 24-156-5
+letter \x4F8E 134-16-4
+letter \x4F8F 1-34-3
+letter \x4F90 15-1256-5
+letter \x4F91 234-5
+letter \x4F92 1236-3
+letter \x4F93 14-34-5
+letter \x4F94 134-12356-2
+letter \x4F95 156-2
+letter \x4F96 14-123456-2
+letter \x4F97 145-12346-5
+letter \x4F98 12-345-5
+letter \x4F99 12-156-5
+letter \x4F9A 15-256-5
+letter \x4F9B 13-12346-3
+letter \x4F9C 1-12356-3
+letter \x4F9D 16-3
+letter \x4F9E 1245-34-2
+letter \x4F9F 13-2345-5
+letter \x4FA0 15-23456-2
+letter \x4FA1 13-23456-5
+letter \x4FA2 145-2456-5
+letter \x4FA3 14-1256-4
+letter \x4FA4 124-345-3
+letter \x4FA5 13-246-4
+letter \x4FA6 1-136-3
+letter \x4FA7 245-2346-5
+letter \x4FA8 245-246-2
+letter \x4FA9 123-2356-5
+letter \x4FAA 12-2456-2
+letter \x4FAB 1345-13456-5
+letter \x4FAC 1345-12346-2
+letter \x4FAD 13-1456-4
+letter \x4FAE 34-4
+letter \x4FAF 1235-12356-2
+letter \x4FB0 13-235-4
+letter \x4FB1 12-1356-4
+letter \x4FB2 1-136-5
+letter \x4FB3 245-25-5
+letter \x4FB4 12-12356-4
+letter \x4FB5 245-1456-3
+letter \x4FB6 14-1256-4
+letter \x4FB7 13-1256-2
+letter \x4FB8 24-34-5
+letter \x4FB9 124-13456-4
+letter \x4FBA 24-136-5
+letter \x4FBB 124-25-3
+letter \x4FBC 135-126-2
+letter \x4FBD 1345-1236-2
+letter \x4FBE 15-246-3
+letter \x4FBF 135-2345-5
+letter \x4FC0 124-1246-4
+letter \x4FC1 1256-4
+letter \x4FC2 15-16-5
+letter \x4FC3 245-34-5
+letter \x4FC4 2346-5
+letter \x4FC5 245-234-2
+letter \x4FC6 15-1256-2
+letter \x4FC7 13-456-5
+letter \x4FC8 123-34-5
+letter \x4FC9 34-2
+letter \x4FCA 13-256-5
+letter \x4FCB 16-5
+letter \x4FCC 12345-34-4
+letter \x4FCD 14-46-2
+letter \x4FCE 125-34-4
+letter \x4FCF 245-246-5
+letter \x4FD0 14-16-5
+letter \x4FD1 235-4
+letter \x4FD2 1235-123456-5
+letter \x4FD3 13-13456-5
+letter \x4FD4 245-2345-5
+letter \x4FD5 15-1236-5
+letter \x4FD6 1234-2456-4
+letter \x4FD7 15-34-2
+letter \x4FD8 12345-34-2
+letter \x4FD9 15-16-3
+letter \x4FDA 14-16-4
+letter \x4FDB 134-2345-4
+letter \x4FDC 1234-13456-3
+letter \x4FDD 135-146-4
+letter \x4FDE 1256-2
+letter \x4FDF 15-156-5
+letter \x4FE0 15-23456-2
+letter \x4FE1 15-1456-5
+letter \x4FE2 15-234-3
+letter \x4FE3 1256-4
+letter \x4FE4 145-16-5
+letter \x4FE5 12-2346-3
+letter \x4FE6 12-12356-2
+letter \x4FE7 1-156-5
+letter \x4FE8 2345-4
+letter \x4FE9 14-23456-4
+letter \x4FEA 14-16-5
+letter \x4FEB 14-2456-2
+letter \x4FEC 15-156-3
+letter \x4FED 13-2345-4
+letter \x4FEE 15-234-3
+letter \x4FEF 12345-34-4
+letter \x4FF0 1235-25-5
+letter \x4FF1 13-1256-5
+letter \x4FF2 15-246-5
+letter \x4FF3 1234-2456-2
+letter \x4FF4 13-2345-5
+letter \x4FF5 135-246-4
+letter \x4FF6 12-34-5
+letter \x4FF7 12345-356-5
+letter \x4FF8 12345-1356-5
+letter \x4FF9 23456-5
+letter \x4FFA 1236-4
+letter \x4FFB 135-356-5
+letter \x4FFC 1256-5
+letter \x4FFD 15-1456-3
+letter \x4FFE 135-16-5
+letter \x4FFF 12-156-2
+letter \x5000 12-1346-3
+letter \x5001 1-156-3
+letter \x5002 135-13456-5
+letter \x5003 13-234-5
+letter \x5004 246-2
+letter \x5005 245-1246-5
+letter \x5006 14-23456-4
+letter \x5007 12456-4
+letter \x5008 14-2456-2
+letter \x5009 245-1346-3
+letter \x500A 125-12346-5
+letter \x500B 13-2346-5
+letter \x500C 13-12456-3
+letter \x500D 135-356-5
+letter \x500E 124-2345-4
+letter \x500F 24-34-5
+letter \x5010 24-34-5
+letter \x5011 134-136-1
+letter \x5012 145-146-4
+letter \x5013 124-1236-2
+letter \x5014 13-236-5
+letter \x5015 12-1246-2
+letter \x5016 15-13456-5
+letter \x5017 1234-1356-2
+letter \x5018 124-1346-4
+letter \x5019 1235-12356-5
+letter \x501A 16-4
+letter \x501B 245-16-3
+letter \x501C 124-16-5
+letter \x501D 13-1236-5
+letter \x501E 13-13456-5
+letter \x501F 13-346-5
+letter \x5020 15-1246-3
+letter \x5021 12-1346-5
+letter \x5022 13-346-2
+letter \x5023 12345-1346-4
+letter \x5024 1-156-2
+letter \x5025 123-12346-4
+letter \x5026 13-45-5
+letter \x5027 125-12346-3
+letter \x5028 13-1256-5
+letter \x5029 245-2345-5
+letter \x502A 1345-16-2
+letter \x502B 14-123456-2
+letter \x502C 1-25-2
+letter \x502D 25-3
+letter \x502E 14-25-4
+letter \x502F 15-12346-3
+letter \x5030 14-13456-2
+letter \x5031 1235-123456-5
+letter \x5032 145-12346-3
+letter \x5033 125-156-5
+letter \x5034 135-136-5
+letter \x5035 34-4
+letter \x5036 13-1256-5
+letter \x5037 1345-2456-5
+letter \x5038 245-2456-4
+letter \x5039 13-2345-4
+letter \x503A 1-2456-5
+letter \x503B 346-3
+letter \x503C 1-156-2
+letter \x503D 24-345-5
+letter \x503E 245-13456-3
+letter \x503F 1345-13456-5
+letter \x5040 13456-3
+letter \x5041 12-1356-3
+letter \x5042 245-2345-2
+letter \x5043 2345-4
+letter \x5044 1245-12456-4
+letter \x5045 1-12346-5
+letter \x5046 12-123456-4
+letter \x5047 13-23456-4
+letter \x5048 13-16-5
+letter \x5049 1246-4
+letter \x504A 1256-4
+letter \x504B 135-13456-5
+letter \x504C 1245-25-5
+letter \x504D 124-16-2
+letter \x504E 1246-3
+letter \x504F 1234-2345-3
+letter \x5050 2345-5
+letter \x5051 12345-1356-3
+letter \x5052 124-1346-4
+letter \x5053 25-5
+letter \x5054 2346-5
+letter \x5055 15-346-2
+letter \x5056 12-2346-4
+letter \x5057 24-1356-4
+letter \x5058 123-1236-4
+letter \x5059 145-16-5
+letter \x505A 125-25-5
+letter \x505B 12-345-3
+letter \x505C 124-13456-2
+letter \x505D 135-356-5
+letter \x505E 346-5
+letter \x505F 1235-456-2
+letter \x5060 246-4
+letter \x5061 1-1236-5
+letter \x5062 12-12356-4
+letter \x5063 2345-3
+letter \x5064 234-2
+letter \x5065 13-2345-5
+letter \x5066 15-1256-4
+letter \x5067 1-345-3
+letter \x5068 245-156-3
+letter \x5069 12345-34-5
+letter \x506A 135-16-3
+letter \x506B 1-156-5
+letter \x506C 125-12346-4
+letter \x506D 134-2345-4
+letter \x506E 13-16-2
+letter \x506F 16-4
+letter \x5070 15-346-5
+letter \x5071 15-256-2
+letter \x5072 15-156-3
+letter \x5073 145-12456-3
+letter \x5074 245-2346-5
+letter \x5075 1-136-3
+letter \x5076 12356-4
+letter \x5077 124-12356-3
+letter \x5078 124-12356-3
+letter \x5079 135-356-5
+letter \x507A 125-1236-2
+letter \x507B 14-12356-2
+letter \x507C 13-346-2
+letter \x507D 1246-5
+letter \x507E 12345-136-5
+letter \x507F 12-1346-2
+letter \x5080 123-1246-4
+letter \x5081 15-12356-4
+letter \x5082 12-156-4
+letter \x5083 15-34-5
+letter \x5084 15-23456-3
+letter \x5085 12345-34-5
+letter \x5086 45-5
+letter \x5087 1245-12346-4
+letter \x5088 14-16-5
+letter \x5089 1345-34-5
+letter \x508A 256-4
+letter \x508B 13-12356-5
+letter \x508C 134-345-5
+letter \x508D 135-1346-5
+letter \x508E 145-2345-3
+letter \x508F 124-1346-2
+letter \x5090 1235-146-5
+letter \x5091 13-346-2
+letter \x5092 15-16-3
+letter \x5093 24-1236-5
+letter \x5094 245-2345-5
+letter \x5095 13-236-2
+letter \x5096 245-1346-3
+letter \x5097 12-34-5
+letter \x5098 15-1236-4
+letter \x5099 135-356-5
+letter \x509A 15-246-5
+letter \x509B 235-4
+letter \x509C 246-2
+letter \x509D 124-345-5
+letter \x509E 15-25-3
+letter \x509F 46-4
+letter \x50A0 12345-345-3
+letter \x50A1 135-13456-5
+letter \x50A2 13-23456-3
+letter \x50A3 145-2456-4
+letter \x50A4 125-2456-5
+letter \x50A5 124-1346-4
+letter \x50A6 13-34-4
+letter \x50A7 135-1456-3
+letter \x50A8 12-34-2
+letter \x50A9 1345-25-2
+letter \x50AA 15-1236-4
+letter \x50AB 14-356-4
+letter \x50AC 245-1246-3
+letter \x50AD 235-3
+letter \x50AE 125-146-3
+letter \x50AF 125-12346-4
+letter \x50B0 135-1356-3
+letter \x50B1 15-12346-4
+letter \x50B2 146-5
+letter \x50B3 12-12456-2
+letter \x50B4 1256-4
+letter \x50B5 1-2456-5
+letter \x50B6 125-34-2
+letter \x50B7 24-1346-3
+letter \x50B8 12-456-4
+letter \x50B9 13-13456-5
+letter \x50BA 12-156-5
+letter \x50BB 24-345-4
+letter \x50BC 1235-1236-5
+letter \x50BD 1-1346-3
+letter \x50BE 245-13456-3
+letter \x50BF 2345-5
+letter \x50C0 145-16-5
+letter \x50C1 15-346-5
+letter \x50C2 14-12356-2
+letter \x50C3 135-356-5
+letter \x50C4 1234-246-5
+letter \x50C5 13-1456-4
+letter \x50C6 14-2345-5
+letter \x50C7 14-34-5
+letter \x50C8 134-1236-5
+letter \x50C9 245-2345-3
+letter \x50CA 15-2345-3
+letter \x50CB 124-1236-5
+letter \x50CC 13456-2
+letter \x50CD 145-12346-5
+letter \x50CE 1-12456-5
+letter \x50CF 15-46-5
+letter \x50D0 24-1236-5
+letter \x50D1 245-246-2
+letter \x50D2 13-235-4
+letter \x50D3 124-1246-4
+letter \x50D4 125-123456-4
+letter \x50D5 1234-34-2
+letter \x50D6 15-16-3
+letter \x50D7 14-146-2
+letter \x50D8 12-1346-4
+letter \x50D9 13-456-3
+letter \x50DA 14-246-2
+letter \x50DB 245-16-3
+letter \x50DC 12-1356-3
+letter \x50DD 12-1236-2
+letter \x50DE 1246-5
+letter \x50DF 13-16-3
+letter \x50E0 12345-1236-3
+letter \x50E1 1235-1246-5
+letter \x50E2 12-12456-4
+letter \x50E3 124-346-4
+letter \x50E4 145-1236-5
+letter \x50E5 13-246-4
+letter \x50E6 13-234-5
+letter \x50E7 15-1356-3
+letter \x50E8 12345-136-5
+letter \x50E9 15-2345-5
+letter \x50EA 13-236-2
+letter \x50EB 2346-5
+letter \x50EC 13-246-3
+letter \x50ED 13-2345-5
+letter \x50EE 124-12346-2
+letter \x50EF 14-1456-4
+letter \x50F0 135-126-2
+letter \x50F1 13-34-5
+letter \x50F2 15-2345-3
+letter \x50F3 15-34-5
+letter \x50F4 15-2345-5
+letter \x50F5 13-46-3
+letter \x50F6 134-1456-4
+letter \x50F7 346-5
+letter \x50F8 13-1456-5
+letter \x50F9 13-23456-5
+letter \x50FA 245-246-5
+letter \x50FB 1234-16-5
+letter \x50FC 12345-1356-3
+letter \x50FD 1-12356-5
+letter \x50FE 2456-5
+letter \x50FF 15-2456-5
+letter \x5100 16-2
+letter \x5101 13-256-5
+letter \x5102 1345-12346-2
+letter \x5103 24-1236-5
+letter \x5104 16-5
+letter \x5105 145-1346-3
+letter \x5106 13-13456-4
+letter \x5107 15-45-3
+letter \x5108 123-2356-5
+letter \x5109 13-2345-4
+letter \x510A 12-34-5
+letter \x510B 145-1236-3
+letter \x510C 13-246-4
+letter \x510D 24-345-4
+letter \x510E 125-2456-5
+letter \x510F 245-1236-5
+letter \x5110 135-1456-3
+letter \x5111 1236-5
+letter \x5112 1245-34-2
+letter \x5113 124-2456-2
+letter \x5114 12-12356-2
+letter \x5115 12-2456-2
+letter \x5116 14-1236-2
+letter \x5117 1345-16-4
+letter \x5118 13-1456-4
+letter \x5119 245-2345-5
+letter \x511A 134-1356-2
+letter \x511B 34-4
+letter \x511C 1345-1356-2
+letter \x511D 245-235-2
+letter \x511E 13457-16-4
+letter \x511F 12-1346-2
+letter \x5120 14-346-5
+letter \x5121 14-356-4
+letter \x5122 14-1256-4
+letter \x5123 123-456-4
+letter \x5124 135-146-5
+letter \x5125 1256-5
+letter \x5126 135-246-3
+letter \x5127 125-1236-4
+letter \x5128 1-156-5
+letter \x5129 15-156-5
+letter \x512A 234-3
+letter \x512B 1235-146-2
+letter \x512C 12-136-5
+letter \x512D 12-136-5
+letter \x512E 14-16-5
+letter \x512F 124-1356-2
+letter \x5130 1246-4
+letter \x5131 14-12346-4
+letter \x5132 12-34-2
+letter \x5133 12-1236-5
+letter \x5134 1245-1346-2
+letter \x5135 24-34-5
+letter \x5136 1235-1246-5
+letter \x5137 14-16-5
+letter \x5138 14-25-2
+letter \x5139 125-1236-4
+letter \x513A 1345-25-2
+letter \x513B 124-1346-4
+letter \x513C 2345-4
+letter \x513D 14-356-4
+letter \x513E 1345-1346-5
+letter \x513F 1245-136-2
+letter \x5140 34-5
+letter \x5141 256-4
+letter \x5142 125-1236-3
+letter \x5143 45-2
+letter \x5144 15-235-3
+letter \x5145 12-12346-3
+letter \x5146 1-146-5
+letter \x5147 15-235-3
+letter \x5148 15-2345-3
+letter \x5149 13-456-3
+letter \x514A 145-1246-5
+letter \x514B 123-2346-5
+letter \x514C 145-1246-5
+letter \x514D 134-2345-4
+letter \x514E 124-34-5
+letter \x514F 12-1346-2
+letter \x5150 156-2
+letter \x5151 145-1246-5
+letter \x5152 156-2
+letter \x5153 13-1456-3
+letter \x5154 124-34-5
+letter \x5155 15-156-5
+letter \x5156 2345-4
+letter \x5157 2345-4
+letter \x5158 24-156-4
+letter \x5159 248-156-2-1238-2346-5
+letter \x515A 145-1346-4
+letter \x515B 2458-2345-3-1238-2346-5
+letter \x515C 145-12356-3
+letter \x515D 123458-136-3-1238-2346-5
+letter \x515E 1348-146-2-1238-2346-5
+letter \x515F 24-136-3
+letter \x5160 145-12356-3
+letter \x5161 1358-2456-4-1238-2346-5
+letter \x5162 13-13456-3
+letter \x5163 148-16-2-1238-2346-5
+letter \x5164 123-456-5
+letter \x5165 1245-34-5
+letter \x5166 456-2
+letter \x5167 1345-356-5
+letter \x5168 245-45-2
+letter \x5169 14-46-4
+letter \x516A 1256-2
+letter \x516B 135-345-3
+letter \x516C 13-12346-3
+letter \x516D 14-234-5
+letter \x516E 15-16-3
+letter \x516F 1235-1236-3
+letter \x5170 14-1236-2
+letter \x5171 13-12346-5
+letter \x5172 124-2345-3
+letter \x5173 13-12456-3
+letter \x5174 15-13456-3
+letter \x5175 135-13456-3
+letter \x5176 245-16-2
+letter \x5177 13-1256-5
+letter \x5178 145-2345-4
+letter \x5179 125-156-3
+letter \x517A 12345-136-3
+letter \x517B 46-4
+letter \x517C 13-2345-3
+letter \x517D 24-12356-5
+letter \x517E 13-16-5
+letter \x517F 16-5
+letter \x5180 13-16-5
+letter \x5181 12-1236-4
+letter \x5182 13-235-3
+letter \x5183 134-146-5
+letter \x5184 1245-1236-4
+letter \x5185 1345-356-5
+letter \x5186 45-2
+letter \x5187 134-12356-4
+letter \x5188 13-1346-3
+letter \x5189 1245-1236-4
+letter \x518A 245-2346-5
+letter \x518B 13-235-3
+letter \x518C 245-2346-5
+letter \x518D 125-2456-5
+letter \x518E 13-35-4
+letter \x518F 13-235-4
+letter \x5190 134-146-5
+letter \x5191 1-12356-5
+letter \x5192 134-146-5
+letter \x5193 13-12356-5
+letter \x5194 15-1256-4
+letter \x5195 134-2345-4
+letter \x5196 134-16-5
+letter \x5197 1245-12346-4
+letter \x5198 1456-2
+letter \x5199 15-346-4
+letter \x519A 123-1236-4
+letter \x519B 13-256-3
+letter \x519C 1345-12346-2
+letter \x519D 16-2
+letter \x519E 134-16-2
+letter \x519F 24-156-5
+letter \x51A0 13-12456-5
+letter \x51A1 134-1356-2
+letter \x51A2 1-12346-4
+letter \x51A3 13-1256-5
+letter \x51A4 45-3
+letter \x51A5 134-13456-2
+letter \x51A6 123-12356-5
+letter \x51A7 14-1456-2
+letter \x51A8 12345-34-5
+letter \x51A9 15-346-4
+letter \x51AA 134-16-5
+letter \x51AB 135-13456-3
+letter \x51AC 145-12346-3
+letter \x51AD 124-2456-5
+letter \x51AE 13-1346-3
+letter \x51AF 12345-1356-2
+letter \x51B0 135-13456-3
+letter \x51B1 1235-34-5
+letter \x51B2 12-12346-3
+letter \x51B3 13-236-2
+letter \x51B4 1235-34-5
+letter \x51B5 123-456-5
+letter \x51B6 346-4
+letter \x51B7 14-1356-4
+letter \x51B8 1234-1236-5
+letter \x51B9 12345-34-2
+letter \x51BA 134-1456-4
+letter \x51BB 145-12346-5
+letter \x51BC 24-1356-4
+letter \x51BD 14-346-5
+letter \x51BE 15-23456-2
+letter \x51BF 13-2345-3
+letter \x51C0 13-13456-5
+letter \x51C1 24-34-5
+letter \x51C2 134-356-4
+letter \x51C3 124-34-2
+letter \x51C4 245-16-3
+letter \x51C5 13-34-5
+letter \x51C6 1-123456-4
+letter \x51C7 15-12346-3
+letter \x51C8 13-13456-5
+letter \x51C9 14-46-2
+letter \x51CA 245-13456-5
+letter \x51CB 145-246-3
+letter \x51CC 14-13456-2
+letter \x51CD 145-12346-5
+letter \x51CE 13-1236-5
+letter \x51CF 13-2345-4
+letter \x51D0 1456-3
+letter \x51D1 245-12356-5
+letter \x51D2 2456-2
+letter \x51D3 14-16-5
+letter \x51D4 245-1346-3
+letter \x51D5 134-13456-4
+letter \x51D6 1-123456-4
+letter \x51D7 245-1246-3
+letter \x51D8 15-156-3
+letter \x51D9 145-25-2
+letter \x51DA 13-1456-5
+letter \x51DB 14-1456-4
+letter \x51DC 14-1456-4
+letter \x51DD 1345-13456-2
+letter \x51DE 15-16-3
+letter \x51DF 145-34-2
+letter \x51E0 13-16-4
+letter \x51E1 12345-1236-2
+letter \x51E2 12345-1236-2
+letter \x51E3 12345-1236-2
+letter \x51E4 12345-1356-5
+letter \x51E5 13-1256-3
+letter \x51E6 12-34-5
+letter \x51E7 1-1356-3
+letter \x51E8 12345-1356-3
+letter \x51E9 134-34-5
+letter \x51EA 1-156-4
+letter \x51EB 12345-34-2
+letter \x51EC 12345-1356-3
+letter \x51ED 1234-13456-2
+letter \x51EE 12345-1356-3
+letter \x51EF 123-2456-4
+letter \x51F0 1235-456-2
+letter \x51F1 123-2456-4
+letter \x51F2 13-1236-3
+letter \x51F3 145-1356-5
+letter \x51F4 1234-13456-2
+letter \x51F5 123-1236-4
+letter \x51F6 15-235-3
+letter \x51F7 123-2356-5
+letter \x51F8 124-34-2
+letter \x51F9 146-3
+letter \x51FA 12-34-3
+letter \x51FB 13-16-2
+letter \x51FC 145-1346-5
+letter \x51FD 1235-1236-2
+letter \x51FE 1235-1236-2
+letter \x51FF 125-146-2
+letter \x5200 145-146-3
+letter \x5201 145-246-3
+letter \x5202 145-146-3
+letter \x5203 1245-136-5
+letter \x5204 1245-136-5
+letter \x5205 12-456-3
+letter \x5206 12345-136-3
+letter \x5207 245-346-3
+letter \x5208 16-5
+letter \x5209 13-16-3
+letter \x520A 123-1236-3
+letter \x520B 123-1236-3
+letter \x520C 245-123456-4
+letter \x520D 12-34-2
+letter \x520E 123456-4
+letter \x520F 13-16-3
+letter \x5210 145-1236-4
+letter \x5211 15-13456-2
+letter \x5212 1235-35-2
+letter \x5213 12456-2
+letter \x5214 13-236-2
+letter \x5215 14-16-2
+letter \x5216 236-5
+letter \x5217 14-346-5
+letter \x5218 14-234-2
+letter \x5219 125-2346-2
+letter \x521A 13-1346-3
+letter \x521B 12-456-5
+letter \x521C 12345-34-2
+letter \x521D 12-34-3
+letter \x521E 245-1256-5
+letter \x521F 145-246-3
+letter \x5220 24-1236-3
+letter \x5221 134-1456-4
+letter \x5222 14-13456-2
+letter \x5223 1-12346-3
+letter \x5224 1234-1236-5
+letter \x5225 135-346-2
+letter \x5226 13-346-2
+letter \x5227 13-346-2
+letter \x5228 135-146-5
+letter \x5229 14-16-5
+letter \x522A 24-1236-3
+letter \x522B 135-346-2
+letter \x522C 12-1236-4
+letter \x522D 13-13456-4
+letter \x522E 13-35-3
+letter \x522F 13-1356-3
+letter \x5230 145-146-5
+letter \x5231 12-456-5
+letter \x5232 123-1246-3
+letter \x5233 123-34-3
+letter \x5234 145-25-5
+letter \x5235 156-5
+letter \x5236 1-156-5
+letter \x5237 24-35-3
+letter \x5238 245-45-5
+letter \x5239 24-345-3
+letter \x523A 245-156-5
+letter \x523B 123-2346-5
+letter \x523C 13-346-2
+letter \x523D 123-2356-5
+letter \x523E 245-156-5
+letter \x523F 13-1246-5
+letter \x5240 123-2456-4
+letter \x5241 145-25-5
+letter \x5242 13-16-5
+letter \x5243 124-16-5
+letter \x5244 13-13456-4
+letter \x5245 14-12356-2
+letter \x5246 14-25-2
+letter \x5247 125-2346-2
+letter \x5248 45-3
+letter \x5249 245-25-5
+letter \x524A 15-246-3
+letter \x524B 123-2346-5
+letter \x524C 14-345-5
+letter \x524D 245-2345-2
+letter \x524E 12-345-5
+letter \x524F 12-456-5
+letter \x5250 13-35-4
+letter \x5251 13-2345-5
+letter \x5252 245-25-5
+letter \x5253 14-16-2
+letter \x5254 124-16-3
+letter \x5255 12345-356-5
+letter \x5256 1234-12356-4
+letter \x5257 12-1236-4
+letter \x5258 245-16-2
+letter \x5259 12-456-5
+letter \x525A 125-156-5
+letter \x525B 13-1346-3
+letter \x525C 12456-3
+letter \x525D 135-126-3
+letter \x525E 13-16-3
+letter \x525F 145-25-2
+letter \x5260 245-13456-2
+letter \x5261 2345-4
+letter \x5262 1-25-2
+letter \x5263 13-2345-5
+letter \x5264 13-16-5
+letter \x5265 135-126-3
+letter \x5266 2345-3
+letter \x5267 13-1256-5
+letter \x5268 1235-25-5
+letter \x5269 24-1356-5
+letter \x526A 13-2345-4
+letter \x526B 145-25-2
+letter \x526C 145-12456-3
+letter \x526D 34-3
+letter \x526E 13-35-4
+letter \x526F 12345-34-5
+letter \x5270 24-1356-5
+letter \x5271 13-2345-5
+letter \x5272 13-2346-3
+letter \x5273 145-345-2
+letter \x5274 123-2456-4
+letter \x5275 12-456-5
+letter \x5276 13-45-3
+letter \x5277 12-1236-4
+letter \x5278 124-12456-2
+letter \x5279 14-34-5
+letter \x527A 14-16-2
+letter \x527B 1234-1356-4
+letter \x527C 24-1236-3
+letter \x527D 1234-246-5
+letter \x527E 123-12356-3
+letter \x527F 13-246-4
+letter \x5280 13-35-3
+letter \x5281 245-246-2
+letter \x5282 13-236-2
+letter \x5283 1235-35-5
+letter \x5284 1-345-2
+letter \x5285 1-25-2
+letter \x5286 14-2345-2
+letter \x5287 13-1256-5
+letter \x5288 1234-16-3
+letter \x5289 14-234-2
+letter \x528A 123-2356-5
+letter \x528B 13-246-4
+letter \x528C 13-1246-5
+letter \x528D 13-2345-5
+letter \x528E 13-2345-5
+letter \x528F 124-1346-3
+letter \x5290 1235-25-3
+letter \x5291 13-16-5
+letter \x5292 13-2345-5
+letter \x5293 16-5
+letter \x5294 13-2345-5
+letter \x5295 1-156-5
+letter \x5296 12-1236-2
+letter \x5297 125-12456-3
+letter \x5298 134-126-2
+letter \x5299 14-16-2
+letter \x529A 1-34-2
+letter \x529B 14-16-5
+letter \x529C 23456-3
+letter \x529D 245-45-5
+letter \x529E 135-1236-5
+letter \x529F 13-12346-3
+letter \x52A0 13-23456-3
+letter \x52A1 34-5
+letter \x52A2 134-2456-5
+letter \x52A3 14-346-5
+letter \x52A4 13-1456-5
+letter \x52A5 123-1356-3
+letter \x52A6 15-346-2
+letter \x52A7 1-156-4
+letter \x52A8 145-12346-5
+letter \x52A9 1-34-5
+letter \x52AA 1345-34-4
+letter \x52AB 13-346-2
+letter \x52AC 245-1256-2
+letter \x52AD 24-146-5
+letter \x52AE 16-5
+letter \x52AF 1-34-3
+letter \x52B0 134-246-4
+letter \x52B1 14-16-5
+letter \x52B2 13-1456-5
+letter \x52B3 14-146-2
+letter \x52B4 14-146-2
+letter \x52B5 13-45-5
+letter \x52B6 123-12356-4
+letter \x52B7 46-2
+letter \x52B8 35-3
+letter \x52B9 15-246-5
+letter \x52BA 134-12356-2
+letter \x52BB 123-456-3
+letter \x52BC 13-346-2
+letter \x52BD 14-346-5
+letter \x52BE 1235-2346-2
+letter \x52BF 24-156-5
+letter \x52C0 123-2346-5
+letter \x52C1 13-1456-5
+letter \x52C2 1235-146-2
+letter \x52C3 135-126-2
+letter \x52C4 134-1456-4
+letter \x52C5 12-156-5
+letter \x52C6 14-1346-2
+letter \x52C7 235-4
+letter \x52C8 235-4
+letter \x52C9 134-2345-4
+letter \x52CA 123-2346-5
+letter \x52CB 15-256-3
+letter \x52CC 13-45-5
+letter \x52CD 245-13456-2
+letter \x52CE 14-34-5
+letter \x52CF 1234-12356-4
+letter \x52D0 134-1356-4
+letter \x52D1 12-156-5
+letter \x52D2 14-2346-5
+letter \x52D3 123-2456-5
+letter \x52D4 134-2345-4
+letter \x52D5 145-12346-5
+letter \x52D6 15-1256-5
+letter \x52D7 15-1256-5
+letter \x52D8 123-1236-3
+letter \x52D9 34-5
+letter \x52DA 16-5
+letter \x52DB 15-256-3
+letter \x52DC 46-4
+letter \x52DD 24-1356-5
+letter \x52DE 14-146-2
+letter \x52DF 134-34-5
+letter \x52E0 14-34-5
+letter \x52E1 1234-246-5
+letter \x52E2 24-156-5
+letter \x52E3 13-16-3
+letter \x52E4 245-1456-2
+letter \x52E5 245-46-4
+letter \x52E6 13-246-4
+letter \x52E7 245-45-5
+letter \x52E8 15-46-5
+letter \x52E9 16-5
+letter \x52EA 245-246-3
+letter \x52EB 12345-1236-2
+letter \x52EC 13-45-3
+letter \x52ED 124-12346-2
+letter \x52EE 13-1256-5
+letter \x52EF 145-1236-3
+letter \x52F0 15-346-2
+letter \x52F1 134-2456-5
+letter \x52F2 15-256-3
+letter \x52F3 15-256-3
+letter \x52F4 14-1256-5
+letter \x52F5 14-16-5
+letter \x52F6 12-2346-5
+letter \x52F7 1245-1346-2
+letter \x52F8 245-45-5
+letter \x52F9 135-146-3
+letter \x52FA 24-146-2
+letter \x52FB 256-2
+letter \x52FC 13-234-3
+letter \x52FD 135-146-5
+letter \x52FE 13-12356-3
+letter \x52FF 34-5
+letter \x5300 256-2
+letter \x5301 14-46-4
+letter \x5302 135-16-5
+letter \x5303 13-2456-5
+letter \x5304 13-2456-5
+letter \x5305 135-146-3
+letter \x5306 245-12346-3
+letter \x5307 245-12346-3
+letter \x5308 15-235-3
+letter \x5309 1234-1356-3
+letter \x530A 13-1256-2
+letter \x530B 124-146-2
+letter \x530C 13-2346-2
+letter \x530D 1234-34-2
+letter \x530E 2346-2
+letter \x530F 1234-146-2
+letter \x5310 12345-34-2
+letter \x5311 13-12346-3
+letter \x5312 145-345-2
+letter \x5313 13-234-5
+letter \x5314 13-12346-3
+letter \x5315 135-16-4
+letter \x5316 1235-35-5
+letter \x5317 135-356-4
+letter \x5318 1345-146-4
+letter \x5319 12-156-2
+letter \x531A 12345-1346-3
+letter \x531B 13-234-5
+letter \x531C 16-2
+letter \x531D 125-345-3
+letter \x531E 13-46-5
+letter \x531F 123-1346-5
+letter \x5320 13-46-5
+letter \x5321 123-456-3
+letter \x5322 1235-34-3
+letter \x5323 15-23456-2
+letter \x5324 245-1256-3
+letter \x5325 12345-1236-2
+letter \x5326 13-1246-4
+letter \x5327 245-346-5
+letter \x5328 125-1346-3
+letter \x5329 123-456-3
+letter \x532A 12345-356-4
+letter \x532B 1235-34-3
+letter \x532C 1256-4
+letter \x532D 13-1246-4
+letter \x532E 123-1246-5
+letter \x532F 1235-1246-5
+letter \x5330 145-1236-3
+letter \x5331 123-1246-5
+letter \x5332 14-2345-2
+letter \x5333 14-2345-2
+letter \x5334 15-12456-4
+letter \x5335 145-34-2
+letter \x5336 13-234-5
+letter \x5337 245-1256-2
+letter \x5338 15-16-5
+letter \x5339 1234-16-4
+letter \x533A 245-1256-3
+letter \x533B 16-5
+letter \x533C 1236-4
+letter \x533D 2345-4
+letter \x533E 135-2345-4
+letter \x533F 1345-16-5
+letter \x5340 245-1256-3
+letter \x5341 24-156-2
+letter \x5342 15-256-5
+letter \x5343 245-2345-3
+letter \x5344 1345-2345-5
+letter \x5345 15-345-5
+letter \x5346 125-34-2
+letter \x5347 24-1356-3
+letter \x5348 34-4
+letter \x5349 1235-1246-5
+letter \x534A 135-1236-5
+letter \x534B 24-156-5
+letter \x534C 15-16-5
+letter \x534D 12456-5
+letter \x534E 1235-35-2
+letter \x534F 15-346-2
+letter \x5350 12456-5
+letter \x5351 135-356-3
+letter \x5352 125-34-2
+letter \x5353 1-25-2
+letter \x5354 15-346-2
+letter \x5355 145-1236-3
+letter \x5356 134-2456-5
+letter \x5357 1345-1236-2
+letter \x5358 145-1236-3
+letter \x5359 13-16-2
+letter \x535A 135-126-2
+letter \x535B 14-1256-5
+letter \x535C 135-34-4
+letter \x535D 13-12456-5
+letter \x535E 135-2345-5
+letter \x535F 13-16-3
+letter \x5360 1-1236-5
+letter \x5361 123-345-4
+letter \x5362 14-34-2
+letter \x5363 234-4
+letter \x5364 14-34-4
+letter \x5365 15-16-3
+letter \x5366 13-35-5
+letter \x5367 25-5
+letter \x5368 15-346-5
+letter \x5369 13-346-2
+letter \x536A 13-346-2
+letter \x536B 1246-5
+letter \x536C 1346-2
+letter \x536D 245-235-2
+letter \x536E 1-156-3
+letter \x536F 134-146-4
+letter \x5370 1456-5
+letter \x5371 1246-2
+letter \x5372 24-146-5
+letter \x5373 13-16-2
+letter \x5374 245-236-5
+letter \x5375 14-12456-4
+letter \x5376 24-156-5
+letter \x5377 13-45-4
+letter \x5378 15-346-5
+letter \x5379 15-1256-5
+letter \x537A 13-1456-4
+letter \x537B 245-236-5
+letter \x537C 34-5
+letter \x537D 13-16-2
+letter \x537E 2346-5
+letter \x537F 245-13456-3
+letter \x5380 15-16-3
+letter \x5381 15-1236-3
+letter \x5382 1235-1236-4
+letter \x5383 1246-4
+letter \x5384 2346-5
+letter \x5385 124-13456-3
+letter \x5386 14-16-5
+letter \x5387 1-2346-2
+letter \x5388 1235-1236-4
+letter \x5389 14-16-5
+letter \x538A 23456-4
+letter \x538B 23456-3
+letter \x538C 2345-5
+letter \x538D 24-2346-5
+letter \x538E 1-156-4
+letter \x538F 1-345-4
+letter \x5390 1234-1346-2
+letter \x5391 23456-2
+letter \x5392 123-2346-5
+letter \x5393 26-2
+letter \x5394 1-156-5
+letter \x5395 245-2346-5
+letter \x5396 1234-1346-2
+letter \x5397 124-16-2
+letter \x5398 14-16-2
+letter \x5399 24-2346-5
+letter \x539A 1235-12356-5
+letter \x539B 124-13456-3
+letter \x539C 125-1246-3
+letter \x539D 245-25-5
+letter \x539E 12345-356-5
+letter \x539F 45-2
+letter \x53A0 245-2346-5
+letter \x53A1 45-2
+letter \x53A2 15-46-3
+letter \x53A3 2345-4
+letter \x53A4 14-16-5
+letter \x53A5 13-236-2
+letter \x53A6 15-23456-5
+letter \x53A7 145-2345-3
+letter \x53A8 12-34-2
+letter \x53A9 13-234-5
+letter \x53AA 13-1456-4
+letter \x53AB 146-2
+letter \x53AC 13-1246-4
+letter \x53AD 2345-5
+letter \x53AE 15-156-3
+letter \x53AF 14-16-5
+letter \x53B0 12-1346-4
+letter \x53B1 14-1236-2
+letter \x53B2 14-16-5
+letter \x53B3 2345-2
+letter \x53B4 2345-4
+letter \x53B5 45-2
+letter \x53B6 15-156-3
+letter \x53B7 13-12346-3
+letter \x53B8 134-2345-4
+letter \x53B9 1245-12356-2
+letter \x53BA 245-1256-5
+letter \x53BB 245-1256-5
+letter \x53BC 156-4
+letter \x53BD 14-356-4
+letter \x53BE 145-34-3
+letter \x53BF 15-2345-5
+letter \x53C0 1-12456-3
+letter \x53C1 15-1236-3
+letter \x53C2 245-1236-3
+letter \x53C3 245-1236-3
+letter \x53C4 15-1236-3
+letter \x53C5 245-1236-3
+letter \x53C6 2456-5
+letter \x53C7 145-2456-5
+letter \x53C8 234-5
+letter \x53C9 12-345-3
+letter \x53CA 13-16-2
+letter \x53CB 234-4
+letter \x53CC 24-456-3
+letter \x53CD 12345-1236-4
+letter \x53CE 24-12356-3
+letter \x53CF 13-2356-5
+letter \x53D0 135-345-2
+letter \x53D1 12345-345-3
+letter \x53D2 1245-25-5
+letter \x53D3 24-156-5
+letter \x53D4 24-34-2
+letter \x53D5 1-25-2
+letter \x53D6 245-1256-4
+letter \x53D7 24-12356-5
+letter \x53D8 135-2345-5
+letter \x53D9 15-1256-5
+letter \x53DA 13-23456-4
+letter \x53DB 1234-1236-5
+letter \x53DC 15-12356-4
+letter \x53DD 13-146-5
+letter \x53DE 1246-5
+letter \x53DF 15-12356-4
+letter \x53E0 145-346-2
+letter \x53E1 1245-1246-5
+letter \x53E2 245-12346-2
+letter \x53E3 123-12356-4
+letter \x53E4 13-34-4
+letter \x53E5 13-1256-5
+letter \x53E6 14-13456-5
+letter \x53E7 13-35-4
+letter \x53E8 145-146-3
+letter \x53E9 123-12356-5
+letter \x53EA 1-156-4
+letter \x53EB 13-246-5
+letter \x53EC 1-146-5
+letter \x53ED 135-345-3
+letter \x53EE 145-13456-3
+letter \x53EF 123-2346-4
+letter \x53F0 124-2456-2
+letter \x53F1 12-156-5
+letter \x53F2 24-156-4
+letter \x53F3 234-5
+letter \x53F4 245-234-2
+letter \x53F5 1234-126-4
+letter \x53F6 346-5
+letter \x53F7 1235-146-5
+letter \x53F8 15-156-3
+letter \x53F9 124-1236-5
+letter \x53FA 12-156-4
+letter \x53FB 14-2346-5
+letter \x53FC 145-246-3
+letter \x53FD 13-246-5
+letter \x53FE 14-246-4
+letter \x53FF 1235-12346-3
+letter \x5400 134-346-3
+letter \x5401 15-1256-3
+letter \x5402 134-1346-2
+letter \x5403 12-156-3
+letter \x5404 13-2346-5
+letter \x5405 15-45-3
+letter \x5406 246-3
+letter \x5407 125-156-4
+letter \x5408 1235-2346-2
+letter \x5409 13-16-2
+letter \x540A 145-246-5
+letter \x540B 245-123456-5
+letter \x540C 124-12346-2
+letter \x540D 134-13456-2
+letter \x540E 1235-12356-5
+letter \x540F 14-16-5
+letter \x5410 124-34-4
+letter \x5411 15-46-5
+letter \x5412 1-345-5
+letter \x5413 15-23456-5
+letter \x5414 346-3
+letter \x5415 14-1256-4
+letter \x5416 345-3
+letter \x5417 134-345-1
+letter \x5418 12356-4
+letter \x5419 15-236-3
+letter \x541A 16-3
+letter \x541B 13-256-3
+letter \x541C 12-12356-4
+letter \x541D 14-1456-5
+letter \x541E 124-123456-3
+letter \x541F 1456-2
+letter \x5420 12345-356-5
+letter \x5421 135-16-5
+letter \x5422 245-1456-5
+letter \x5423 245-1456-5
+letter \x5424 13-346-5
+letter \x5425 1234-12356-3
+letter \x5426 12345-12356-4
+letter \x5427 135-345-1
+letter \x5428 124-123456-2
+letter \x5429 12345-136-3
+letter \x542A 2346-2
+letter \x542B 1235-1236-2
+letter \x542C 1456-4
+letter \x542D 123-1356-3
+letter \x542E 24-123456-4
+letter \x542F 245-16-4
+letter \x5430 1235-12346-2
+letter \x5431 1-156-3
+letter \x5432 1456-4
+letter \x5433 34-2
+letter \x5434 34-2
+letter \x5435 12-146-4
+letter \x5436 1345-345-5
+letter \x5437 15-236-5
+letter \x5438 15-16-3
+letter \x5439 12-1246-3
+letter \x543A 145-12356-3
+letter \x543B 123456-4
+letter \x543C 1235-12356-4
+letter \x543D 1235-12346-3
+letter \x543E 34-2
+letter \x543F 13-146-5
+letter \x5440 23456-1
+letter \x5441 13-256-5
+letter \x5442 14-1256-4
+letter \x5443 2346-5
+letter \x5444 13-2346-2
+letter \x5445 134-356-2
+letter \x5446 145-2456-3
+letter \x5447 245-16-4
+letter \x5448 12-1356-2
+letter \x5449 34-2
+letter \x544A 13-146-5
+letter \x544B 12345-34-3
+letter \x544C 13-246-5
+letter \x544D 1235-12346-3
+letter \x544E 12-156-4
+letter \x544F 24-1356-3
+letter \x5450 1345-345-5
+letter \x5451 124-123456-3
+letter \x5452 34-4
+letter \x5453 16-5
+letter \x5454 124-2456-1
+letter \x5455 12356-4
+letter \x5456 14-16-5
+letter \x5457 135-356-1
+letter \x5458 45-2
+letter \x5459 123-2356-3
+letter \x545A 245-16-5
+letter \x545B 245-46-5
+letter \x545C 34-3
+letter \x545D 2346-5
+letter \x545E 12-156-3
+letter \x545F 245-45-4
+letter \x5460 1234-136-4
+letter \x5461 123456-4
+letter \x5462 1345-2346-1
+letter \x5463 134-12356-2
+letter \x5464 14-13456-2
+letter \x5465 1245-1236-2
+letter \x5466 234-3
+letter \x5467 145-16-4
+letter \x5468 1-12356-3
+letter \x5469 24-156-5
+letter \x546A 1-12356-5
+letter \x546B 12-2346-5
+letter \x546C 15-16-5
+letter \x546D 16-5
+letter \x546E 245-16-5
+letter \x546F 1234-13456-2
+letter \x5470 125-156-4
+letter \x5471 13-35-3
+letter \x5472 245-156-3
+letter \x5473 1246-5
+letter \x5474 15-1256-4
+letter \x5475 1235-2346-3
+letter \x5476 1345-146-2
+letter \x5477 15-23456-2
+letter \x5478 1234-356-3
+letter \x5479 16-5
+letter \x547A 15-246-3
+letter \x547B 24-136-3
+letter \x547C 1235-34-3
+letter \x547D 134-13456-5
+letter \x547E 145-345-2
+letter \x547F 245-1256-3
+letter \x5480 13-1256-4
+letter \x5481 13-1236-3
+letter \x5482 125-345-3
+letter \x5483 124-25-3
+letter \x5484 145-25-5
+letter \x5485 1234-12356-4
+letter \x5486 1234-146-2
+letter \x5487 135-346-2
+letter \x5488 12345-34-2
+letter \x5489 46-3
+letter \x548A 1235-2346-2
+letter \x548B 125-2346-2
+letter \x548C 1235-2346-2
+letter \x548D 1235-2456-3
+letter \x548E 13-234-5
+letter \x548F 235-4
+letter \x5490 12345-34-5
+letter \x5491 145-345-3
+letter \x5492 1-12356-5
+letter \x5493 35-4
+letter \x5494 123-345-3
+letter \x5495 13-34-3
+letter \x5496 123-345-3
+letter \x5497 125-25-1
+letter \x5498 135-34-5
+letter \x5499 14-12346-2
+letter \x549A 145-12346-3
+letter \x549B 1345-13456-2
+letter \x549C 123-345-3
+letter \x549D 15-156-3
+letter \x549E 15-2345-5
+letter \x549F 1235-25-5
+letter \x54A0 245-16-5
+letter \x54A1 156-5
+letter \x54A2 2346-5
+letter \x54A3 13-456-3
+letter \x54A4 1-345-5
+letter \x54A5 15-16-5
+letter \x54A6 16-2
+letter \x54A7 14-346-4
+letter \x54A8 125-156-3
+letter \x54A9 134-346-3
+letter \x54AA 134-16-3
+letter \x54AB 1-156-4
+letter \x54AC 246-4
+letter \x54AD 13-16-3
+letter \x54AE 1-12356-5
+letter \x54AF 13-2346-3
+letter \x54B0 15-256-2
+letter \x54B1 125-1236-2
+letter \x54B2 15-246-5
+letter \x54B3 123-2346-2
+letter \x54B4 1235-1246-3
+letter \x54B5 123-35-4
+letter \x54B6 1235-2356-5
+letter \x54B7 124-146-2
+letter \x54B8 15-2345-2
+letter \x54B9 2346-5
+letter \x54BA 15-45-4
+letter \x54BB 15-234-3
+letter \x54BC 123-2356-3
+letter \x54BD 2345-5
+letter \x54BE 14-146-4
+letter \x54BF 16-3
+letter \x54C0 2456-3
+letter \x54C1 1234-1456-4
+letter \x54C2 24-136-4
+letter \x54C3 124-12346-2
+letter \x54C4 1235-12346-4
+letter \x54C5 15-235-3
+letter \x54C6 145-25-3
+letter \x54C7 35-3
+letter \x54C8 1235-345-3
+letter \x54C9 125-2456-3
+letter \x54CA 1256-5
+letter \x54CB 134-16-5
+letter \x54CC 13-35-3
+letter \x54CD 15-46-4
+letter \x54CE 2456-3
+letter \x54CF 13-136-2
+letter \x54D0 123-456-3
+letter \x54D1 23456-4
+letter \x54D2 145-345-2
+letter \x54D3 15-246-3
+letter \x54D4 135-16-5
+letter \x54D5 1235-1246-5
+letter \x54D6 1345-2345-2
+letter \x54D7 1235-35-2
+letter \x54D8 15-13456-2
+letter \x54D9 123-2356-5
+letter \x54DA 145-25-4
+letter \x54DB 12345-136-3
+letter \x54DC 13-16-5
+letter \x54DD 1345-12346-2
+letter \x54DE 134-12356-2
+letter \x54DF 246-3
+letter \x54E0 1235-146-5
+letter \x54E1 45-2
+letter \x54E2 14-12346-5
+letter \x54E3 1234-12356-4
+letter \x54E4 134-1346-2
+letter \x54E5 13-2346-3
+letter \x54E6 126-2
+letter \x54E7 12-156-3
+letter \x54E8 24-146-5
+letter \x54E9 14-16-4
+letter \x54EA 1345-345-4
+letter \x54EB 125-34-2
+letter \x54EC 1235-2346-2
+letter \x54ED 123-34-3
+letter \x54EE 15-246-3
+letter \x54EF 15-2345-5
+letter \x54F0 14-146-2
+letter \x54F1 1234-126-5
+letter \x54F2 1-2346-2
+letter \x54F3 1-345-2
+letter \x54F4 14-46-5
+letter \x54F5 135-345-3
+letter \x54F6 134-346-3
+letter \x54F7 14-2346-5
+letter \x54F8 15-1246-3
+letter \x54F9 12345-34-2
+letter \x54FA 135-34-4
+letter \x54FB 1235-1236-3
+letter \x54FC 1235-1356-3
+letter \x54FD 13-1356-4
+letter \x54FE 24-25-3
+letter \x54FF 13-2346-4
+letter \x5500 234-5
+letter \x5501 2345-5
+letter \x5502 13-34-3
+letter \x5503 13-34-4
+letter \x5504 135-356-1
+letter \x5505 1235-1236-3
+letter \x5506 15-25-3
+letter \x5507 1-136-3
+letter \x5508 16-5
+letter \x5509 2456-3
+letter \x550A 13-23456-2
+letter \x550B 124-34-2
+letter \x550C 15-2345-2
+letter \x550D 12456-4
+letter \x550E 14-16-5
+letter \x550F 15-16-3
+letter \x5510 124-1346-2
+letter \x5511 125-25-5
+letter \x5512 245-234-2
+letter \x5513 12-2346-3
+letter \x5514 34-2
+letter \x5515 125-146-5
+letter \x5516 23456-4
+letter \x5517 145-12356-3
+letter \x5518 245-16-4
+letter \x5519 145-16-2
+letter \x551A 245-1456-5
+letter \x551B 134-345-5
+letter \x551C 134-126-5
+letter \x551D 1235-12346-4
+letter \x551E 145-12356-4
+letter \x551F 245-1256-5
+letter \x5520 14-146-2
+letter \x5521 14-46-4
+letter \x5522 15-25-4
+letter \x5523 125-146-5
+letter \x5524 1235-12456-5
+letter \x5525 14-1346-4
+letter \x5526 24-345-3
+letter \x5527 13-16-3
+letter \x5528 125-34-4
+letter \x5529 25-3
+letter \x552A 12345-1356-4
+letter \x552B 1456-2
+letter \x552C 1235-34-4
+letter \x552D 245-16-5
+letter \x552E 24-12356-5
+letter \x552F 1246-2
+letter \x5530 24-35-3
+letter \x5531 12-1346-5
+letter \x5532 156-2
+letter \x5533 14-16-5
+letter \x5534 245-46-5
+letter \x5535 1236-4
+letter \x5536 13-346-5
+letter \x5537 356-3
+letter \x5538 1345-2345-5
+letter \x5539 1256-3
+letter \x553A 15-2345-5
+letter \x553B 14-2456-2
+letter \x553C 24-345-5
+letter \x553D 15-16-3
+letter \x553E 124-25-5
+letter \x553F 1235-34-3
+letter \x5540 26-2
+letter \x5541 1-12356-3
+letter \x5542 1345-12356-4
+letter \x5543 123-136-4
+letter \x5544 1-25-2
+letter \x5545 1-25-2
+letter \x5546 24-1346-3
+letter \x5547 24-156-5
+letter \x5548 1235-1356-5
+letter \x5549 14-1236-2
+letter \x554A 345-3
+letter \x554B 245-2456-4
+letter \x554C 15-46-3
+letter \x554D 124-123456-3
+letter \x554E 34-4
+letter \x554F 123456-5
+letter \x5550 245-1246-5
+letter \x5551 24-345-5
+letter \x5552 13-34-4
+letter \x5553 245-16-4
+letter \x5554 245-16-4
+letter \x5555 124-146-2
+letter \x5556 145-1236-5
+letter \x5557 145-1236-5
+letter \x5558 346-5
+letter \x5559 125-156-4
+letter \x555A 135-16-4
+letter \x555B 245-1246-5
+letter \x555C 12-25-5
+letter \x555D 1235-2346-2
+letter \x555E 23456-4
+letter \x555F 245-16-4
+letter \x5560 1-2346-2
+letter \x5561 12345-356-3
+letter \x5562 14-46-4
+letter \x5563 15-2345-2
+letter \x5564 1234-16-2
+letter \x5565 24-345-2
+letter \x5566 14-345-3
+letter \x5567 125-2346-2
+letter \x5568 13456-3
+letter \x5569 13-35-5
+letter \x556A 1234-345-3
+letter \x556B 1-2346-4
+letter \x556C 15-2346-5
+letter \x556D 1-12456-4
+letter \x556E 1345-346-5
+letter \x556F 13-25-3
+letter \x5570 14-25-3
+letter \x5571 2345-2
+letter \x5572 145-16-5
+letter \x5573 245-45-2
+letter \x5574 124-1236-3
+letter \x5575 135-126-3
+letter \x5576 145-13456-5
+letter \x5577 14-1346-3
+letter \x5578 15-246-5
+letter \x5579 13-1256-2
+letter \x557A 124-1346-2
+letter \x557B 12-156-5
+letter \x557C 124-16-2
+letter \x557D 1236-2
+letter \x557E 13-234-3
+letter \x557F 145-1236-5
+letter \x5580 123-345-5
+letter \x5581 235-2
+letter \x5582 1246-5
+letter \x5583 1345-1236-2
+letter \x5584 24-1236-5
+letter \x5585 1256-5
+letter \x5586 1-2346-2
+letter \x5587 14-345-4
+letter \x5588 13-346-3
+letter \x5589 1235-12356-2
+letter \x558A 1235-1236-4
+letter \x558B 145-346-2
+letter \x558C 1-12356-3
+letter \x558D 12-2456-2
+letter \x558E 123-2356-3
+letter \x558F 1345-25-5
+letter \x5590 1256-5
+letter \x5591 1456-3
+letter \x5592 125-1236-2
+letter \x5593 246-3
+letter \x5594 126-3
+letter \x5595 134-2345-4
+letter \x5596 1235-34-2
+letter \x5597 256-4
+letter \x5598 12-12456-4
+letter \x5599 1235-1246-5
+letter \x559A 1235-12456-5
+letter \x559B 1235-12456-5
+letter \x559C 15-16-4
+letter \x559D 1235-2346-3
+letter \x559E 13-16-3
+letter \x559F 123-1246-5
+letter \x55A0 1-12346-4
+letter \x55A1 1246-4
+letter \x55A2 24-345-5
+letter \x55A3 15-1256-4
+letter \x55A4 1235-456-2
+letter \x55A5 145-25-2
+letter \x55A6 1345-346-5
+letter \x55A7 15-45-3
+letter \x55A8 14-46-5
+letter \x55A9 1256-5
+letter \x55AA 15-1346-3
+letter \x55AB 12-156-3
+letter \x55AC 245-246-2
+letter \x55AD 2345-5
+letter \x55AE 145-1236-3
+letter \x55AF 1234-136-3
+letter \x55B0 245-1236-3
+letter \x55B1 14-16-2
+letter \x55B2 246-3
+letter \x55B3 1-345-3
+letter \x55B4 1246-3
+letter \x55B5 134-246-3
+letter \x55B6 13456-2
+letter \x55B7 1234-136-3
+letter \x55B8 135-34-4
+letter \x55B9 123-1246-2
+letter \x55BA 15-16-2
+letter \x55BB 1256-5
+letter \x55BC 13-346-3
+letter \x55BD 14-12356-2
+letter \x55BE 123-34-5
+letter \x55BF 125-146-5
+letter \x55C0 1235-25-5
+letter \x55C1 124-16-2
+letter \x55C2 246-2
+letter \x55C3 1235-2346-5
+letter \x55C4 345-2
+letter \x55C5 15-234-5
+letter \x55C6 245-46-5
+letter \x55C7 15-2346-5
+letter \x55C8 235-3
+letter \x55C9 15-34-5
+letter \x55CA 1235-12346-4
+letter \x55CB 15-346-2
+letter \x55CC 16-5
+letter \x55CD 24-25-5
+letter \x55CE 134-345-1
+letter \x55CF 12-345-3
+letter \x55D0 1235-2456-5
+letter \x55D1 123-2346-5
+letter \x55D2 145-345-3
+letter \x55D3 15-1346-4
+letter \x55D4 12-136-3
+letter \x55D5 1245-34-5
+letter \x55D6 15-12356-3
+letter \x55D7 35-3
+letter \x55D8 13-16-3
+letter \x55D9 1234-1346-4
+letter \x55DA 34-3
+letter \x55DB 245-2345-4
+letter \x55DC 24-156-5
+letter \x55DD 13-2346-2
+letter \x55DE 125-156-3
+letter \x55DF 13-346-3
+letter \x55E0 14-25-5
+letter \x55E1 12346-3
+letter \x55E2 35-5
+letter \x55E3 15-156-5
+letter \x55E4 12-156-3
+letter \x55E5 1235-146-2
+letter \x55E6 15-25-3
+letter \x55E7 138-23456-3-148-123456-2
+letter \x55E8 1235-2456-3
+letter \x55E9 15-25-4
+letter \x55EA 245-1456-2
+letter \x55EB 1345-346-5
+letter \x55EC 1235-2346-3
+letter \x55ED 1-156-2
+letter \x55EE 15-2456-4
+letter \x55EF 136-4
+letter \x55F0 13-2346-4
+letter \x55F1 1345-345-2
+letter \x55F2 145-346-3
+letter \x55F3 2456-5
+letter \x55F4 245-46-3
+letter \x55F5 124-12346-3
+letter \x55F6 135-16-5
+letter \x55F7 146-2
+letter \x55F8 146-2
+letter \x55F9 14-2345-2
+letter \x55FA 125-1246-3
+letter \x55FB 1-2346-5
+letter \x55FC 134-126-5
+letter \x55FD 15-12356-5
+letter \x55FE 15-12356-4
+letter \x55FF 124-1236-4
+letter \x5600 145-16-2
+letter \x5601 245-16-3
+letter \x5602 13-246-5
+letter \x5603 12-12346-3
+letter \x5604 13-246-3
+letter \x5605 123-2456-5
+letter \x5606 124-1236-5
+letter \x5607 245-1236-5
+letter \x5608 245-146-2
+letter \x5609 13-23456-3
+letter \x560A 26-2
+letter \x560B 15-246-3
+letter \x560C 1234-246-3
+letter \x560D 14-12356-2
+letter \x560E 13-345-3
+letter \x560F 13-34-4
+letter \x5610 15-246-3
+letter \x5611 1235-34-3
+letter \x5612 1235-1246-5
+letter \x5613 13-25-3
+letter \x5614 12356-4
+letter \x5615 15-2345-3
+letter \x5616 125-2346-2
+letter \x5617 12-1346-2
+letter \x5618 15-1256-3
+letter \x5619 1234-126-2
+letter \x561A 145-2346-3
+letter \x561B 134-345-1
+letter \x561C 134-345-5
+letter \x561D 1235-34-2
+letter \x561E 14-356-3
+letter \x561F 145-34-3
+letter \x5620 13-345-3
+letter \x5621 124-1346-3
+letter \x5622 346-4
+letter \x5623 135-1356-3
+letter \x5624 13456-3
+letter \x5625 15-2456-3
+letter \x5626 13-246-5
+letter \x5627 134-16-5
+letter \x5628 15-246-5
+letter \x5629 1235-35-2
+letter \x562A 134-2456-4
+letter \x562B 1245-1236-2
+letter \x562C 125-25-3
+letter \x562D 1234-1356-3
+letter \x562E 14-146-2
+letter \x562F 15-246-5
+letter \x5630 13-16-3
+letter \x5631 1-34-4
+letter \x5632 12-146-2
+letter \x5633 123-1246-5
+letter \x5634 125-1246-4
+letter \x5635 15-246-3
+letter \x5636 15-156-3
+letter \x5637 1235-146-2
+letter \x5638 34-4
+letter \x5639 14-246-2
+letter \x563A 245-246-2
+letter \x563B 15-16-3
+letter \x563C 15-1256-5
+letter \x563D 124-1236-3
+letter \x563E 124-1236-2
+letter \x563F 1235-356-3
+letter \x5640 15-256-5
+letter \x5641 2346-4
+letter \x5642 125-123456-4
+letter \x5643 12345-1236-3
+letter \x5644 12-156-3
+letter \x5645 1235-1246-3
+letter \x5646 125-1236-4
+letter \x5647 12-456-2
+letter \x5648 245-34-5
+letter \x5649 145-1236-5
+letter \x564A 1256-5
+letter \x564B 124-123456-3
+letter \x564C 245-1356-3
+letter \x564D 13-246-5
+letter \x564E 346-3
+letter \x564F 15-16-3
+letter \x5650 245-16-5
+letter \x5651 1235-146-2
+letter \x5652 14-2345-2
+letter \x5653 15-1256-3
+letter \x5654 145-1356-3
+letter \x5655 1235-1246-3
+letter \x5656 1456-2
+letter \x5657 1234-34-3
+letter \x5658 13-236-3
+letter \x5659 245-1456-2
+letter \x565A 15-256-2
+letter \x565B 1345-346-5
+letter \x565C 14-34-3
+letter \x565D 15-156-3
+letter \x565E 2345-4
+letter \x565F 13456-5
+letter \x5660 145-345-2
+letter \x5661 1-1236-3
+letter \x5662 12356-1
+letter \x5663 1-12356-5
+letter \x5664 13-1456-5
+letter \x5665 1345-12346-2
+letter \x5666 1235-1246-5
+letter \x5667 15-346-5
+letter \x5668 245-16-5
+letter \x5669 2346-5
+letter \x566A 125-146-5
+letter \x566B 16-3
+letter \x566C 24-156-5
+letter \x566D 13-246-5
+letter \x566E 45-5
+letter \x566F 2456-5
+letter \x5670 235-3
+letter \x5671 15-236-3
+letter \x5672 123-2356-5
+letter \x5673 1256-4
+letter \x5674 1234-136-3
+letter \x5675 145-146-5
+letter \x5676 13-345-2
+letter \x5677 15-1456-3
+letter \x5678 145-123456-5
+letter \x5679 145-1346-3
+letter \x567A 15-1456-3
+letter \x567B 15-2456-3
+letter \x567C 1234-16-3
+letter \x567D 1234-16-4
+letter \x567E 1456-3
+letter \x567F 125-1246-4
+letter \x5680 1345-13456-2
+letter \x5681 145-16-2
+letter \x5682 14-1236-5
+letter \x5683 124-345-5
+letter \x5684 1235-25-5
+letter \x5685 1245-34-2
+letter \x5686 1235-146-3
+letter \x5687 15-23456-5
+letter \x5688 346-5
+letter \x5689 145-25-5
+letter \x568A 15-16-5
+letter \x568B 1-12356-3
+letter \x568C 13-16-5
+letter \x568D 13-1456-5
+letter \x568E 1235-146-2
+letter \x568F 124-16-5
+letter \x5690 12-1346-2
+letter \x5691 15-256-3
+letter \x5692 134-2346-3
+letter \x5693 245-345-3
+letter \x5694 124-16-5
+letter \x5695 14-34-3
+letter \x5696 1235-1246-5
+letter \x5697 135-126-3
+letter \x5698 234-3
+letter \x5699 1345-346-5
+letter \x569A 1456-2
+letter \x569B 356-1
+letter \x569C 134-2346-1
+letter \x569D 1235-456-3
+letter \x569E 1-2346-2
+letter \x569F 14-16-2
+letter \x56A0 14-234-2
+letter \x56A1 1235-2456-5
+letter \x56A2 1345-1346-2
+letter \x56A3 15-246-3
+letter \x56A4 134-126-3
+letter \x56A5 2345-5
+letter \x56A6 14-16-5
+letter \x56A7 14-34-2
+letter \x56A8 14-12346-2
+letter \x56A9 134-126-2
+letter \x56AA 145-1236-5
+letter \x56AB 12-136-5
+letter \x56AC 1234-1456-2
+letter \x56AD 1234-16-4
+letter \x56AE 15-46-5
+letter \x56AF 1235-25-5
+letter \x56B0 134-2346-3
+letter \x56B1 15-16-3
+letter \x56B2 145-25-4
+letter \x56B3 123-34-5
+letter \x56B4 2345-2
+letter \x56B5 12-1236-5
+letter \x56B6 13456-3
+letter \x56B7 1245-1346-4
+letter \x56B8 145-2345-4
+letter \x56B9 14-345-2
+letter \x56BA 124-345-5
+letter \x56BB 15-246-3
+letter \x56BC 13-236-2
+letter \x56BD 12-25-5
+letter \x56BE 1235-12456-3
+letter \x56BF 1235-25-5
+letter \x56C0 1-12456-4
+letter \x56C1 1345-346-5
+letter \x56C2 15-246-3
+letter \x56C3 245-345-5
+letter \x56C4 14-16-2
+letter \x56C5 12-1236-4
+letter \x56C6 12-2456-5
+letter \x56C7 14-16-5
+letter \x56C8 16-5
+letter \x56C9 14-25-3
+letter \x56CA 1345-1346-2
+letter \x56CB 125-1236-5
+letter \x56CC 15-34-3
+letter \x56CD 15-16-4
+letter \x56CE 125-136-5
+letter \x56CF 13-2345-3
+letter \x56D0 125-345-2
+letter \x56D1 1-34-4
+letter \x56D2 14-1236-2
+letter \x56D3 1345-346-5
+letter \x56D4 1345-1346-3
+letter \x56D5 14-1236-4
+letter \x56D6 14-126-3
+letter \x56D7 1246-2
+letter \x56D8 1235-1246-2
+letter \x56D9 1456-3
+letter \x56DA 245-234-2
+letter \x56DB 15-156-5
+letter \x56DC 1345-1456-2
+letter \x56DD 13-2345-4
+letter \x56DE 1235-1246-2
+letter \x56DF 15-1456-5
+letter \x56E0 1456-3
+letter \x56E1 1345-1236-3
+letter \x56E2 124-12456-2
+letter \x56E3 124-12456-2
+letter \x56E4 124-123456-2
+letter \x56E5 123-1346-5
+letter \x56E6 45-3
+letter \x56E7 13-235-4
+letter \x56E8 1234-2345-3
+letter \x56E9 256-2
+letter \x56EA 245-12346-3
+letter \x56EB 1235-34-2
+letter \x56EC 1235-1246-2
+letter \x56ED 45-2
+letter \x56EE 2346-2
+letter \x56EF 13-25-2
+letter \x56F0 123-123456-5
+letter \x56F1 245-12346-3
+letter \x56F2 1246-2
+letter \x56F3 124-34-2
+letter \x56F4 1246-2
+letter \x56F5 14-123456-2
+letter \x56F6 13-25-2
+letter \x56F7 13-256-3
+letter \x56F8 1245-156-5
+letter \x56F9 14-13456-2
+letter \x56FA 13-34-5
+letter \x56FB 13-25-2
+letter \x56FC 124-2456-3
+letter \x56FD 13-25-2
+letter \x56FE 124-34-2
+letter \x56FF 234-5
+letter \x5700 13-25-2
+letter \x5701 1456-2
+letter \x5702 1235-123456-5
+letter \x5703 1234-34-4
+letter \x5704 1256-4
+letter \x5705 1235-1236-2
+letter \x5706 45-2
+letter \x5707 14-123456-2
+letter \x5708 245-45-3
+letter \x5709 1256-4
+letter \x570A 245-13456-3
+letter \x570B 13-25-2
+letter \x570C 12-1246-2
+letter \x570D 1246-2
+letter \x570E 45-2
+letter \x570F 245-45-3
+letter \x5710 123-34-3
+letter \x5711 12345-34-5
+letter \x5712 45-2
+letter \x5713 45-2
+letter \x5714 2346-5
+letter \x5715 1248-34-2-248-34-3-138-12456-4
+letter \x5716 124-34-2
+letter \x5717 124-34-2
+letter \x5718 124-12456-2
+letter \x5719 14-236-5
+letter \x571A 1235-1246-5
+letter \x571B 16-5
+letter \x571C 1235-12456-2
+letter \x571D 14-12456-2
+letter \x571E 14-12456-2
+letter \x571F 124-34-4
+letter \x5720 23456-5
+letter \x5721 124-34-4
+letter \x5722 124-13456-4
+letter \x5723 123-34-3
+letter \x5724 1234-34-2
+letter \x5725 14-34-5
+letter \x5726 123-2356-5
+letter \x5727 23456-3
+letter \x5728 125-2456-5
+letter \x5729 1256-2
+letter \x572A 13-2346-3
+letter \x572B 146-5
+letter \x572C 34-3
+letter \x572D 13-1246-3
+letter \x572E 1234-16-4
+letter \x572F 16-2
+letter \x5730 145-16-5
+letter \x5731 245-2345-3
+letter \x5732 245-2345-3
+letter \x5733 125-123456-5
+letter \x5734 1-25-2
+letter \x5735 145-1346-5
+letter \x5736 245-23456-5
+letter \x5737 15-23456-5
+letter \x5738 24-1236-3
+letter \x5739 123-456-5
+letter \x573A 12-1346-4
+letter \x573B 245-16-2
+letter \x573C 1345-346-5
+letter \x573D 134-126-5
+letter \x573E 15-2346-5
+letter \x573F 13-23456-2
+letter \x5740 1-156-4
+letter \x5741 1-156-4
+letter \x5742 135-1236-4
+letter \x5743 15-256-3
+letter \x5744 16-5
+letter \x5745 245-1456-4
+letter \x5746 134-356-2
+letter \x5747 13-256-3
+letter \x5748 1245-12346-4
+letter \x5749 124-123456-2
+letter \x574A 12345-1346-3
+letter \x574B 12345-136-5
+letter \x574C 135-136-5
+letter \x574D 124-1236-3
+letter \x574E 123-1236-4
+letter \x574F 1234-356-3
+letter \x5750 125-25-5
+letter \x5751 123-1356-3
+letter \x5752 135-16-5
+letter \x5753 15-13456-2
+letter \x5754 145-16-5
+letter \x5755 13-13456-3
+letter \x5756 13-16-5
+letter \x5757 123-2356-5
+letter \x5758 145-16-4
+letter \x5759 13-13456-3
+letter \x575A 13-2345-3
+letter \x575B 124-1236-2
+letter \x575C 14-16-5
+letter \x575D 135-345-5
+letter \x575E 34-5
+letter \x575F 12345-136-2
+letter \x5760 1-1246-5
+letter \x5761 1234-126-3
+letter \x5762 1234-1236-4
+letter \x5763 124-1346-2
+letter \x5764 123-123456-3
+letter \x5765 245-1256-3
+letter \x5766 124-1236-4
+letter \x5767 1-156-2
+letter \x5768 124-25-2
+letter \x5769 13-1236-3
+letter \x576A 1234-13456-2
+letter \x576B 145-2345-5
+letter \x576C 13-35-5
+letter \x576D 1345-16-2
+letter \x576E 124-2456-2
+letter \x576F 1234-356-3
+letter \x5770 13-235-3
+letter \x5771 46-4
+letter \x5772 12345-126-2
+letter \x5773 146-3
+letter \x5774 14-34-5
+letter \x5775 245-234-3
+letter \x5776 134-34-5
+letter \x5777 123-2346-4
+letter \x5778 13-12356-5
+letter \x5779 15-236-5
+letter \x577A 135-345-2
+letter \x577B 145-16-4
+letter \x577C 12-2346-5
+letter \x577D 14-13456-2
+letter \x577E 1-34-5
+letter \x577F 12345-34-5
+letter \x5780 1235-34-3
+letter \x5781 1-156-5
+letter \x5782 12-1246-2
+letter \x5783 14-2346-5
+letter \x5784 14-12346-4
+letter \x5785 14-12346-4
+letter \x5786 14-34-2
+letter \x5787 146-3
+letter \x5788 145-2456-5
+letter \x5789 1234-146-2
+letter \x578A 134-1456-4
+letter \x578B 15-13456-2
+letter \x578C 145-12346-5
+letter \x578D 13-16-5
+letter \x578E 1235-2346-5
+letter \x578F 14-34-5
+letter \x5790 245-156-2
+letter \x5791 12-156-4
+letter \x5792 14-356-4
+letter \x5793 13-2456-3
+letter \x5794 1456-3
+letter \x5795 1235-12356-5
+letter \x5796 145-1246-3
+letter \x5797 1-146-5
+letter \x5798 12345-34-2
+letter \x5799 13-456-3
+letter \x579A 246-2
+letter \x579B 145-25-4
+letter \x579C 145-25-4
+letter \x579D 13-1246-4
+letter \x579E 12-345-2
+letter \x579F 46-2
+letter \x57A0 1456-2
+letter \x57A1 12345-345-2
+letter \x57A2 13-12356-5
+letter \x57A3 45-2
+letter \x57A4 145-346-2
+letter \x57A5 15-346-2
+letter \x57A6 123-136-4
+letter \x57A7 13-235-3
+letter \x57A8 24-12356-4
+letter \x57A9 2346-5
+letter \x57AA 135-13456-5
+letter \x57AB 145-2345-5
+letter \x57AC 1235-12346-2
+letter \x57AD 34-5
+letter \x57AE 123-35-4
+letter \x57AF 145-345-3
+letter \x57B0 123-345-4
+letter \x57B1 145-1346-5
+letter \x57B2 123-2456-4
+letter \x57B3 1235-1346-2
+letter \x57B4 1345-146-4
+letter \x57B5 1236-3
+letter \x57B6 15-13456-3
+letter \x57B7 15-2345-5
+letter \x57B8 1235-12456-2
+letter \x57B9 135-1346-3
+letter \x57BA 12345-34-2
+letter \x57BB 135-345-5
+letter \x57BC 16-5
+letter \x57BD 1456-5
+letter \x57BE 1236-5
+letter \x57BF 15-1256-5
+letter \x57C0 12-1246-2
+letter \x57C1 245-136-2
+letter \x57C2 13-1356-4
+letter \x57C3 2456-3
+letter \x57C4 12345-1356-3
+letter \x57C5 12345-1346-2
+letter \x57C6 245-236-5
+letter \x57C7 235-4
+letter \x57C8 13-256-5
+letter \x57C9 13-23456-2
+letter \x57CA 145-16-5
+letter \x57CB 134-2456-2
+letter \x57CC 14-1346-5
+letter \x57CD 13-45-4
+letter \x57CE 12-1356-2
+letter \x57CF 24-1236-3
+letter \x57D0 13-1456-3
+letter \x57D1 1-2346-2
+letter \x57D2 14-2346-5
+letter \x57D3 14-346-5
+letter \x57D4 1234-34-4
+letter \x57D5 12-1356-2
+letter \x57D6 1235-35-3
+letter \x57D7 135-34-5
+letter \x57D8 24-156-2
+letter \x57D9 15-256-3
+letter \x57DA 13-25-3
+letter \x57DB 13-235-3
+letter \x57DC 346-4
+letter \x57DD 1345-2345-5
+letter \x57DE 124-16-2
+letter \x57DF 1256-5
+letter \x57E0 135-34-5
+letter \x57E1 34-5
+letter \x57E2 245-45-2
+letter \x57E3 15-1246-5
+letter \x57E4 1234-16-2
+letter \x57E5 12-1356-3
+letter \x57E6 12456-4
+letter \x57E7 13-1256-5
+letter \x57E8 14-123456-2
+letter \x57E9 1-1356-3
+letter \x57EA 123-12346-3
+letter \x57EB 12-12346-4
+letter \x57EC 145-12346-3
+letter \x57ED 145-2456-5
+letter \x57EE 124-1236-5
+letter \x57EF 1236-4
+letter \x57F0 245-2456-5
+letter \x57F1 24-34-2
+letter \x57F2 135-1356-4
+letter \x57F3 123-1236-4
+letter \x57F4 1-156-2
+letter \x57F5 145-25-4
+letter \x57F6 16-5
+letter \x57F7 1-156-2
+letter \x57F8 16-5
+letter \x57F9 1234-356-2
+letter \x57FA 13-16-3
+letter \x57FB 1-123456-4
+letter \x57FC 245-16-2
+letter \x57FD 15-146-5
+letter \x57FE 13-1256-5
+letter \x57FF 1345-16-2
+letter \x5800 123-34-3
+letter \x5801 123-2346-4
+letter \x5802 124-1346-2
+letter \x5803 123-123456-3
+letter \x5804 1345-16-2
+letter \x5805 13-2345-3
+letter \x5806 145-1246-3
+letter \x5807 13-1456-4
+letter \x5808 13-1346-3
+letter \x5809 1256-5
+letter \x580A 2346-5
+letter \x580B 1234-1356-2
+letter \x580C 13-34-5
+letter \x580D 124-34-5
+letter \x580E 14-13456-2
+letter \x580F 12345-1346-3
+letter \x5810 2456-2
+letter \x5811 245-2345-5
+letter \x5812 123-123456-3
+letter \x5813 1236-5
+letter \x5814 12-136-3
+letter \x5815 145-25-5
+letter \x5816 1345-146-4
+letter \x5817 124-34-2
+letter \x5818 12-1356-2
+letter \x5819 1456-3
+letter \x581A 1235-123456-2
+letter \x581B 135-16-5
+letter \x581C 14-2345-5
+letter \x581D 13-25-3
+letter \x581E 145-346-2
+letter \x581F 1-12456-5
+letter \x5820 1235-12356-5
+letter \x5821 135-146-4
+letter \x5822 135-146-4
+letter \x5823 1256-2
+letter \x5824 124-16-2
+letter \x5825 134-146-2
+letter \x5826 13-346-3
+letter \x5827 1245-12456-2
+letter \x5828 346-5
+letter \x5829 13-1356-5
+letter \x582A 123-1236-3
+letter \x582B 125-12346-3
+letter \x582C 1256-2
+letter \x582D 1235-456-2
+letter \x582E 2346-5
+letter \x582F 246-2
+letter \x5830 2345-5
+letter \x5831 135-146-5
+letter \x5832 13-16-2
+letter \x5833 134-356-2
+letter \x5834 12-1346-4
+letter \x5835 145-34-4
+letter \x5836 124-25-2
+letter \x5837 1456-5
+letter \x5838 12345-1356-2
+letter \x5839 1-12346-5
+letter \x583A 13-346-5
+letter \x583B 1-136-3
+letter \x583C 12345-1356-3
+letter \x583D 13-1346-3
+letter \x583E 12-123456-4
+letter \x583F 13-2345-4
+letter \x5840 1234-13456-2
+letter \x5841 14-356-4
+letter \x5842 15-46-5
+letter \x5843 1235-456-3
+letter \x5844 14-1356-2
+letter \x5845 145-12456-5
+letter \x5846 12456-3
+letter \x5847 15-45-3
+letter \x5848 13-16-5
+letter \x5849 13-16-2
+letter \x584A 123-2356-5
+letter \x584B 13456-2
+letter \x584C 124-345-3
+letter \x584D 12-1356-2
+letter \x584E 235-4
+letter \x584F 123-2456-4
+letter \x5850 15-34-5
+letter \x5851 15-34-5
+letter \x5852 24-156-2
+letter \x5853 134-16-5
+letter \x5854 124-345-4
+letter \x5855 12346-4
+letter \x5856 12-1356-2
+letter \x5857 124-34-2
+letter \x5858 124-1346-2
+letter \x5859 245-236-5
+letter \x585A 1-12346-4
+letter \x585B 14-16-5
+letter \x585C 1234-1356-2
+letter \x585D 135-1346-5
+letter \x585E 15-2456-5
+letter \x585F 125-1346-5
+letter \x5860 145-1246-3
+letter \x5861 124-2345-2
+letter \x5862 34-5
+letter \x5863 12-1356-4
+letter \x5864 15-256-3
+letter \x5865 13-2346-2
+letter \x5866 1-136-5
+letter \x5867 2456-5
+letter \x5868 13-12346-3
+letter \x5869 2345-2
+letter \x586A 123-1236-4
+letter \x586B 124-2345-2
+letter \x586C 45-2
+letter \x586D 123456-3
+letter \x586E 15-346-5
+letter \x586F 14-234-5
+letter \x5870 1235-2456-4
+letter \x5871 14-1346-4
+letter \x5872 12-1346-4
+letter \x5873 1234-1356-2
+letter \x5874 135-1356-5
+letter \x5875 12-136-2
+letter \x5876 14-34-5
+letter \x5877 14-34-4
+letter \x5878 12356-4
+letter \x5879 245-2345-5
+letter \x587A 134-356-2
+letter \x587B 134-126-5
+letter \x587C 1-12456-3
+letter \x587D 24-456-4
+letter \x587E 24-34-2
+letter \x587F 14-12356-4
+letter \x5880 12-156-2
+letter \x5881 134-1236-5
+letter \x5882 135-246-3
+letter \x5883 13-13456-5
+letter \x5884 245-2346-5
+letter \x5885 24-34-5
+letter \x5886 145-346-2
+letter \x5887 1-1346-5
+letter \x5888 123-1236-5
+letter \x5889 235-3
+letter \x588A 145-2345-5
+letter \x588B 12-136-4
+letter \x588C 1-156-2
+letter \x588D 13-16-5
+letter \x588E 13-25-3
+letter \x588F 245-46-4
+letter \x5890 13-1456-4
+letter \x5891 145-16-3
+letter \x5892 24-1346-3
+letter \x5893 134-34-5
+letter \x5894 245-1246-3
+letter \x5895 2345-5
+letter \x5896 124-345-4
+letter \x5897 125-1356-3
+letter \x5898 245-2345-2
+letter \x5899 245-46-2
+letter \x589A 14-46-2
+letter \x589B 1246-5
+letter \x589C 1-1246-5
+letter \x589D 245-246-3
+letter \x589E 125-1356-3
+letter \x589F 15-1256-3
+letter \x58A0 24-1236-5
+letter \x58A1 24-1236-5
+letter \x58A2 135-345-2
+letter \x58A3 1234-34-2
+letter \x58A4 124-1246-2
+letter \x58A5 145-12346-4
+letter \x58A6 12345-1236-2
+letter \x58A7 245-236-5
+letter \x58A8 134-126-5
+letter \x58A9 145-123456-3
+letter \x58AA 145-123456-3
+letter \x58AB 125-123456-3
+letter \x58AC 145-16-5
+letter \x58AD 24-1356-5
+letter \x58AE 145-25-5
+letter \x58AF 145-25-5
+letter \x58B0 124-1236-2
+letter \x58B1 145-1356-5
+letter \x58B2 34-2
+letter \x58B3 12345-136-2
+letter \x58B4 1235-456-2
+letter \x58B5 124-1236-2
+letter \x58B6 145-345-3
+letter \x58B7 346-5
+letter \x58B8 1-34-5
+letter \x58B9 13-2345-5
+letter \x58BA 146-5
+letter \x58BB 245-46-2
+letter \x58BC 13-16-2
+letter \x58BD 245-246-3
+letter \x58BE 123-136-4
+letter \x58BF 16-5
+letter \x58C0 1234-16-2
+letter \x58C1 135-16-5
+letter \x58C2 145-2345-5
+letter \x58C3 13-46-3
+letter \x58C4 346-4
+letter \x58C5 235-3
+letter \x58C6 15-236-2
+letter \x58C7 124-1236-2
+letter \x58C8 14-1236-4
+letter \x58C9 13-1256-5
+letter \x58CA 1235-2356-5
+letter \x58CB 145-1346-5
+letter \x58CC 1245-1346-4
+letter \x58CD 245-2345-5
+letter \x58CE 15-256-3
+letter \x58CF 13-2345-5
+letter \x58D0 15-16-4
+letter \x58D1 1235-25-5
+letter \x58D2 2456-5
+letter \x58D3 23456-3
+letter \x58D4 145-146-4
+letter \x58D5 1235-146-2
+letter \x58D6 1245-12456-2
+letter \x58D7 13-1456-5
+letter \x58D8 14-356-4
+letter \x58D9 123-456-5
+letter \x58DA 14-34-2
+letter \x58DB 2345-2
+letter \x58DC 124-1236-2
+letter \x58DD 1246-4
+letter \x58DE 1235-2356-5
+letter \x58DF 14-12346-4
+letter \x58E0 14-12346-4
+letter \x58E1 1245-1246-5
+letter \x58E2 14-16-5
+letter \x58E3 14-1456-2
+letter \x58E4 1245-1346-4
+letter \x58E5 12-1236-2
+letter \x58E6 15-256-3
+letter \x58E7 2345-2
+letter \x58E8 14-356-2
+letter \x58E9 135-345-5
+letter \x58EA 12456-3
+letter \x58EB 24-156-5
+letter \x58EC 1245-136-2
+letter \x58ED 15-1236-3
+letter \x58EE 1-456-5
+letter \x58EF 1-456-5
+letter \x58F0 24-1356-3
+letter \x58F1 16-3
+letter \x58F2 134-2456-5
+letter \x58F3 123-2346-2
+letter \x58F4 1-34-5
+letter \x58F5 1-456-5
+letter \x58F6 12345-34-2
+letter \x58F7 1235-34-2
+letter \x58F8 123-123456-4
+letter \x58F9 16-3
+letter \x58FA 1235-34-2
+letter \x58FB 15-1256-5
+letter \x58FC 123-123456-4
+letter \x58FD 24-12356-5
+letter \x58FE 134-1346-4
+letter \x58FF 245-123456-2
+letter \x5900 24-12356-5
+letter \x5901 16-3
+letter \x5902 1-156-4
+letter \x5903 13-34-3
+letter \x5904 12-34-5
+letter \x5905 13-46-5
+letter \x5906 12345-1356-2
+letter \x5907 135-356-5
+letter \x5908 1-2456-3
+letter \x5909 135-2345-5
+letter \x590A 15-1246-3
+letter \x590B 245-256-3
+letter \x590C 14-13456-2
+letter \x590D 12345-34-5
+letter \x590E 125-25-5
+letter \x590F 15-23456-5
+letter \x5910 15-235-5
+letter \x5911 15-346-5
+letter \x5912 1345-146-2
+letter \x5913 15-23456-5
+letter \x5914 123-1246-2
+letter \x5915 15-16-5
+letter \x5916 2356-5
+letter \x5917 45-5
+letter \x5918 134-146-4
+letter \x5919 15-34-5
+letter \x591A 145-25-3
+letter \x591B 145-25-3
+letter \x591C 346-5
+letter \x591D 245-13456-2
+letter \x591E 2356-5
+letter \x591F 13-12356-5
+letter \x5920 13-12356-5
+letter \x5921 245-16-5
+letter \x5922 134-1356-5
+letter \x5923 134-1356-5
+letter \x5924 1456-2
+letter \x5925 1235-25-4
+letter \x5926 12-136-5
+letter \x5927 145-345-5
+letter \x5928 125-2346-5
+letter \x5929 124-2345-3
+letter \x592A 124-2456-5
+letter \x592B 12345-34-3
+letter \x592C 13-2356-5
+letter \x592D 246-3
+letter \x592E 46-3
+letter \x592F 1235-1346-3
+letter \x5930 13-146-4
+letter \x5931 24-156-3
+letter \x5932 135-136-4
+letter \x5933 124-2456-5
+letter \x5934 124-12356-2
+letter \x5935 2345-4
+letter \x5936 135-16-4
+letter \x5937 16-2
+letter \x5938 123-35-3
+letter \x5939 13-23456-2
+letter \x593A 145-25-2
+letter \x593B 1235-35-5
+letter \x593C 123-456-4
+letter \x593D 256-4
+letter \x593E 13-23456-2
+letter \x593F 1234-345-3
+letter \x5940 134-1346-2
+letter \x5941 14-2345-2
+letter \x5942 1235-12456-5
+letter \x5943 145-16-5
+letter \x5944 2345-4
+letter \x5945 1234-146-5
+letter \x5946 13-45-4
+letter \x5947 245-16-2
+letter \x5948 1345-2456-5
+letter \x5949 12345-1356-5
+letter \x594A 15-346-2
+letter \x594B 12345-136-5
+letter \x594C 145-2345-4
+letter \x594D 245-45-3
+letter \x594E 123-1246-2
+letter \x594F 125-12356-5
+letter \x5950 1235-12456-5
+letter \x5951 245-16-5
+letter \x5952 123-2456-3
+letter \x5953 1-345-3
+letter \x5954 135-136-3
+letter \x5955 16-5
+letter \x5956 13-46-4
+letter \x5957 124-146-5
+letter \x5958 125-1346-5
+letter \x5959 135-136-4
+letter \x595A 15-16-3
+letter \x595B 1235-456-4
+letter \x595C 12345-356-4
+letter \x595D 145-246-3
+letter \x595E 15-256-5
+letter \x595F 135-1356-3
+letter \x5960 145-2345-5
+letter \x5961 146-5
+letter \x5962 24-2346-3
+letter \x5963 12346-4
+letter \x5964 1234-126-5
+letter \x5965 146-5
+letter \x5966 34-5
+letter \x5967 146-5
+letter \x5968 13-46-4
+letter \x5969 14-2345-2
+letter \x596A 145-25-2
+letter \x596B 256-3
+letter \x596C 13-46-4
+letter \x596D 24-156-5
+letter \x596E 12345-136-5
+letter \x596F 1235-25-5
+letter \x5970 135-356-5
+letter \x5971 14-2345-2
+letter \x5972 145-25-4
+letter \x5973 1345-1256-4
+letter \x5974 1345-34-2
+letter \x5975 145-13456-3
+letter \x5976 1345-2456-4
+letter \x5977 245-2345-3
+letter \x5978 13-2345-3
+letter \x5979 1248-345-3
+letter \x597A 13-234-4
+letter \x597B 1345-1236-2
+letter \x597C 12-345-5
+letter \x597D 1235-146-4
+letter \x597E 15-2345-3
+letter \x597F 12345-1236-5
+letter \x5980 13-16-4
+letter \x5981 24-25-5
+letter \x5982 1245-34-2
+letter \x5983 12345-356-3
+letter \x5984 456-5
+letter \x5985 1235-12346-2
+letter \x5986 1-456-3
+letter \x5987 12345-34-5
+letter \x5988 134-345-3
+letter \x5989 145-1236-3
+letter \x598A 1245-136-5
+letter \x598B 12345-34-3
+letter \x598C 13-13456-5
+letter \x598D 2345-2
+letter \x598E 15-16-5
+letter \x598F 123456-5
+letter \x5990 1-12346-3
+letter \x5991 1234-345-3
+letter \x5992 145-34-5
+letter \x5993 13-16-5
+letter \x5994 123-1356-3
+letter \x5995 1-12346-5
+letter \x5996 246-3
+letter \x5997 13-1456-5
+letter \x5998 256-2
+letter \x5999 134-246-5
+letter \x599A 1234-356-3
+letter \x599B 12-156-3
+letter \x599C 236-5
+letter \x599D 1-456-3
+letter \x599E 1345-234-3
+letter \x599F 2345-5
+letter \x59A0 1345-345-5
+letter \x59A1 15-1456-3
+letter \x59A2 12345-136-2
+letter \x59A3 135-16-4
+letter \x59A4 1256-2
+letter \x59A5 124-25-4
+letter \x59A6 12345-1356-3
+letter \x59A7 45-2
+letter \x59A8 12345-1346-2
+letter \x59A9 34-4
+letter \x59AA 1256-5
+letter \x59AB 13-1246-3
+letter \x59AC 145-34-5
+letter \x59AD 135-345-2
+letter \x59AE 1345-16-2
+letter \x59AF 1-12356-2
+letter \x59B0 1-25-2
+letter \x59B1 1-146-3
+letter \x59B2 145-345-2
+letter \x59B3 13458-16-4
+letter \x59B4 45-4
+letter \x59B5 124-12356-4
+letter \x59B6 15-45-2
+letter \x59B7 1-156-2
+letter \x59B8 2346-3
+letter \x59B9 134-356-5
+letter \x59BA 134-126-5
+letter \x59BB 245-16-3
+letter \x59BC 135-16-5
+letter \x59BD 24-136-3
+letter \x59BE 245-346-5
+letter \x59BF 2346-3
+letter \x59C0 1235-2346-2
+letter \x59C1 15-1256-4
+letter \x59C2 12345-345-2
+letter \x59C3 1-1356-3
+letter \x59C4 134-1456-2
+letter \x59C5 135-1236-5
+letter \x59C6 134-34-4
+letter \x59C7 12345-34-3
+letter \x59C8 14-13456-2
+letter \x59C9 13-346-4
+letter \x59CA 13-346-4
+letter \x59CB 24-156-4
+letter \x59CC 1245-1236-4
+letter \x59CD 24-1236-3
+letter \x59CE 46-3
+letter \x59CF 134-1236-2
+letter \x59D0 13-346-4
+letter \x59D1 13-34-3
+letter \x59D2 15-156-5
+letter \x59D3 15-13456-5
+letter \x59D4 1246-4
+letter \x59D5 125-156-3
+letter \x59D6 13-1256-5
+letter \x59D7 24-1236-3
+letter \x59D8 1234-1456-3
+letter \x59D9 1245-136-5
+letter \x59DA 246-2
+letter \x59DB 124-12346-4
+letter \x59DC 13-46-3
+letter \x59DD 24-34-3
+letter \x59DE 13-16-2
+letter \x59DF 13-2456-3
+letter \x59E0 24-1346-5
+letter \x59E1 1235-35-2
+letter \x59E2 13-45-3
+letter \x59E3 13-246-4
+letter \x59E4 13-12356-5
+letter \x59E5 14-146-4
+letter \x59E6 13-2345-3
+letter \x59E7 13-2345-3
+letter \x59E8 16-2
+letter \x59E9 1345-2345-5
+letter \x59EA 1-156-2
+letter \x59EB 1-136-4
+letter \x59EC 13-16-3
+letter \x59ED 15-2345-5
+letter \x59EE 1235-1356-2
+letter \x59EF 13-456-3
+letter \x59F0 13-256-3
+letter \x59F1 123-35-3
+letter \x59F2 2345-5
+letter \x59F3 134-13456-4
+letter \x59F4 14-346-5
+letter \x59F5 1234-356-5
+letter \x59F6 2346-5
+letter \x59F7 234-5
+letter \x59F8 2345-2
+letter \x59F9 12-345-5
+letter \x59FA 15-2345-4
+letter \x59FB 1456-3
+letter \x59FC 12-156-4
+letter \x59FD 13-1246-4
+letter \x59FE 245-45-2
+letter \x59FF 125-156-3
+letter \x5A00 15-12346-3
+letter \x5A01 1246-3
+letter \x5A02 1235-12346-2
+letter \x5A03 35-2
+letter \x5A04 14-12356-2
+letter \x5A05 23456-5
+letter \x5A06 1245-146-2
+letter \x5A07 13-246-3
+letter \x5A08 14-12456-2
+letter \x5A09 1234-13456-3
+letter \x5A0A 15-2345-5
+letter \x5A0B 24-146-5
+letter \x5A0C 14-16-4
+letter \x5A0D 12-1356-2
+letter \x5A0E 15-246-5
+letter \x5A0F 134-1346-2
+letter \x5A10 12345-34-3
+letter \x5A11 15-25-3
+letter \x5A12 134-34-4
+letter \x5A13 1246-4
+letter \x5A14 123-2346-5
+letter \x5A15 14-2456-5
+letter \x5A16 12-25-5
+letter \x5A17 124-13456-4
+letter \x5A18 1345-46-2
+letter \x5A19 15-13456-2
+letter \x5A1A 1345-1236-2
+letter \x5A1B 1256-2
+letter \x5A1C 1345-345-5
+letter \x5A1D 1234-12356-3
+letter \x5A1E 15-1246-3
+letter \x5A1F 13-45-3
+letter \x5A20 24-136-3
+letter \x5A21 1-156-5
+letter \x5A22 1235-1236-2
+letter \x5A23 145-16-5
+letter \x5A24 1-456-3
+letter \x5A25 2346-2
+letter \x5A26 1234-1456-2
+letter \x5A27 124-1246-5
+letter \x5A28 1235-1236-5
+letter \x5A29 134-2345-4
+letter \x5A2A 34-2
+letter \x5A2B 2345-2
+letter \x5A2C 34-4
+letter \x5A2D 15-16-3
+letter \x5A2E 2345-2
+letter \x5A2F 1256-2
+letter \x5A30 15-156-5
+letter \x5A31 1256-2
+letter \x5A32 35-3
+letter \x5A33 14-16-5
+letter \x5A34 15-2345-2
+letter \x5A35 13-1256-3
+letter \x5A36 245-1256-4
+letter \x5A37 1-1246-5
+letter \x5A38 245-16-3
+letter \x5A39 15-2345-2
+letter \x5A3A 1-25-2
+letter \x5A3B 145-12346-3
+letter \x5A3C 12-1346-3
+letter \x5A3D 14-34-5
+letter \x5A3E 2456-4
+letter \x5A3F 2346-3
+letter \x5A40 2346-3
+letter \x5A41 14-12356-2
+letter \x5A42 134-2345-2
+letter \x5A43 245-12346-2
+letter \x5A44 1234-12356-4
+letter \x5A45 13-1256-2
+letter \x5A46 1234-126-2
+letter \x5A47 245-2456-4
+letter \x5A48 14-13456-2
+letter \x5A49 12456-4
+letter \x5A4A 135-246-4
+letter \x5A4B 15-246-3
+letter \x5A4C 24-34-4
+letter \x5A4D 245-16-4
+letter \x5A4E 1235-1246-3
+letter \x5A4F 12345-34-5
+letter \x5A50 25-4
+letter \x5A51 25-4
+letter \x5A52 124-1236-2
+letter \x5A53 12345-356-3
+letter \x5A54 12345-356-3
+letter \x5A55 13-346-2
+letter \x5A56 124-2345-3
+letter \x5A57 1345-16-2
+letter \x5A58 245-45-2
+letter \x5A59 13-13456-5
+letter \x5A5A 1235-123456-3
+letter \x5A5B 13-13456-3
+letter \x5A5C 245-2345-3
+letter \x5A5D 145-2345-5
+letter \x5A5E 15-13456-5
+letter \x5A5F 1235-34-5
+letter \x5A60 12456-3
+letter \x5A61 14-2456-2
+letter \x5A62 135-16-5
+letter \x5A63 1456-3
+letter \x5A64 1-12356-3
+letter \x5A65 12-25-5
+letter \x5A66 12345-34-5
+letter \x5A67 13-13456-5
+letter \x5A68 14-123456-2
+letter \x5A69 1236-5
+letter \x5A6A 14-1236-2
+letter \x5A6B 1235-123456-5
+letter \x5A6C 1456-2
+letter \x5A6D 23456-5
+letter \x5A6E 13-1256-3
+letter \x5A6F 14-16-5
+letter \x5A70 145-2345-4
+letter \x5A71 15-2345-2
+letter \x5A72 1235-35-3
+letter \x5A73 1235-35-5
+letter \x5A74 13456-3
+letter \x5A75 12-1236-2
+letter \x5A76 24-136-4
+letter \x5A77 124-13456-2
+letter \x5A78 46-2
+letter \x5A79 246-4
+letter \x5A7A 34-5
+letter \x5A7B 1345-1236-5
+letter \x5A7C 12-25-5
+letter \x5A7D 13-23456-4
+letter \x5A7E 124-12356-3
+letter \x5A7F 15-1256-5
+letter \x5A80 1256-5
+letter \x5A81 1246-4
+letter \x5A82 145-16-5
+letter \x5A83 1245-12356-2
+letter \x5A84 134-356-4
+letter \x5A85 145-1236-3
+letter \x5A86 1245-12456-4
+letter \x5A87 245-1456-3
+letter \x5A88 1235-1246-3
+letter \x5A89 34-3
+letter \x5A8A 245-2345-2
+letter \x5A8B 12-123456-3
+letter \x5A8C 134-246-2
+letter \x5A8D 12345-34-5
+letter \x5A8E 13-346-4
+letter \x5A8F 145-12456-3
+letter \x5A90 15-16-3
+letter \x5A91 1-12346-5
+letter \x5A92 134-356-2
+letter \x5A93 1235-456-2
+letter \x5A94 134-2345-2
+letter \x5A95 1236-3
+letter \x5A96 13456-3
+letter \x5A97 15-45-3
+letter \x5A98 13-346-3
+letter \x5A99 1246-3
+letter \x5A9A 134-356-5
+letter \x5A9B 45-2
+letter \x5A9C 1-136-3
+letter \x5A9D 245-234-3
+letter \x5A9E 124-16-2
+letter \x5A9F 15-346-5
+letter \x5AA0 124-25-4
+letter \x5AA1 14-2345-5
+letter \x5AA2 134-146-5
+letter \x5AA3 1245-1236-4
+letter \x5AA4 15-156-3
+letter \x5AA5 1234-2345-3
+letter \x5AA6 1246-5
+letter \x5AA7 35-3
+letter \x5AA8 245-34-5
+letter \x5AA9 1235-34-2
+letter \x5AAA 146-4
+letter \x5AAB 13-346-2
+letter \x5AAC 135-146-4
+letter \x5AAD 15-1256-3
+letter \x5AAE 124-12356-3
+letter \x5AAF 13-1246-3
+letter \x5AB0 125-12356-3
+letter \x5AB1 246-2
+letter \x5AB2 1234-16-5
+letter \x5AB3 15-16-2
+letter \x5AB4 45-2
+letter \x5AB5 13456-5
+letter \x5AB6 1245-12346-2
+letter \x5AB7 1245-34-5
+letter \x5AB8 12-156-3
+letter \x5AB9 14-234-2
+letter \x5ABA 134-356-4
+letter \x5ABB 1234-1236-2
+letter \x5ABC 146-4
+letter \x5ABD 134-345-3
+letter \x5ABE 13-12356-5
+letter \x5ABF 123-1246-5
+letter \x5AC0 245-1456-2
+letter \x5AC1 13-23456-5
+letter \x5AC2 15-146-4
+letter \x5AC3 1-136-3
+letter \x5AC4 45-2
+letter \x5AC5 13-346-3
+letter \x5AC6 235-2
+letter \x5AC7 134-13456-2
+letter \x5AC8 13456-3
+letter \x5AC9 13-16-2
+letter \x5ACA 15-34-5
+letter \x5ACB 1345-246-4
+letter \x5ACC 15-2345-2
+letter \x5ACD 124-146-3
+letter \x5ACE 1234-1346-2
+letter \x5ACF 14-1346-2
+letter \x5AD0 1345-146-4
+letter \x5AD1 135-246-2
+letter \x5AD2 2456-5
+letter \x5AD3 1234-16-5
+letter \x5AD4 1234-1456-2
+letter \x5AD5 16-5
+letter \x5AD6 1234-246-2
+letter \x5AD7 1256-5
+letter \x5AD8 14-356-2
+letter \x5AD9 15-45-2
+letter \x5ADA 134-1236-5
+letter \x5ADB 16-3
+letter \x5ADC 1-1346-3
+letter \x5ADD 123-1346-3
+letter \x5ADE 235-2
+letter \x5ADF 1345-16-5
+letter \x5AE0 14-16-2
+letter \x5AE1 145-16-2
+letter \x5AE2 13-1246-3
+letter \x5AE3 2345-3
+letter \x5AE4 13-1456-4
+letter \x5AE5 1-12456-3
+letter \x5AE6 12-1346-2
+letter \x5AE7 125-2346-2
+letter \x5AE8 1235-1236-3
+letter \x5AE9 1345-136-5
+letter \x5AEA 14-146-5
+letter \x5AEB 134-126-2
+letter \x5AEC 1-2346-3
+letter \x5AED 1235-34-5
+letter \x5AEE 1235-34-5
+letter \x5AEF 146-5
+letter \x5AF0 1345-136-5
+letter \x5AF1 245-46-2
+letter \x5AF2 134-345-2
+letter \x5AF3 1234-346-5
+letter \x5AF4 13-34-3
+letter \x5AF5 34-4
+letter \x5AF6 245-246-2
+letter \x5AF7 124-25-4
+letter \x5AF8 1-1236-4
+letter \x5AF9 134-146-2
+letter \x5AFA 15-2345-2
+letter \x5AFB 15-2345-2
+letter \x5AFC 134-126-5
+letter \x5AFD 14-246-2
+letter \x5AFE 14-2345-2
+letter \x5AFF 1235-35-5
+letter \x5B00 13-1246-3
+letter \x5B01 145-1356-3
+letter \x5B02 1-156-2
+letter \x5B03 15-1256-3
+letter \x5B04 16-3
+letter \x5B05 1235-35-5
+letter \x5B06 15-16-3
+letter \x5B07 1235-1246-5
+letter \x5B08 1245-146-2
+letter \x5B09 15-16-3
+letter \x5B0A 2345-5
+letter \x5B0B 12-1236-2
+letter \x5B0C 13-246-3
+letter \x5B0D 134-356-4
+letter \x5B0E 12345-1236-5
+letter \x5B0F 12345-1236-3
+letter \x5B10 15-2345-3
+letter \x5B11 16-5
+letter \x5B12 1246-5
+letter \x5B13 13-246-5
+letter \x5B14 12345-1236-5
+letter \x5B15 24-156-5
+letter \x5B16 135-16-5
+letter \x5B17 24-1236-5
+letter \x5B18 15-1246-5
+letter \x5B19 245-46-2
+letter \x5B1A 14-2345-2
+letter \x5B1B 15-45-3
+letter \x5B1C 15-1456-3
+letter \x5B1D 1345-246-4
+letter \x5B1E 145-12346-4
+letter \x5B1F 16-5
+letter \x5B20 245-1236-2
+letter \x5B21 2456-5
+letter \x5B22 1345-46-2
+letter \x5B23 1345-13456-2
+letter \x5B24 134-345-3
+letter \x5B25 124-246-4
+letter \x5B26 12-12356-2
+letter \x5B27 13-1456-5
+letter \x5B28 245-156-2
+letter \x5B29 1256-2
+letter \x5B2A 1234-1456-2
+letter \x5B2B 1245-12346-2
+letter \x5B2C 1245-34-2
+letter \x5B2D 1345-2456-4
+letter \x5B2E 2345-3
+letter \x5B2F 124-2456-2
+letter \x5B30 13456-3
+letter \x5B31 245-1236-2
+letter \x5B32 1345-246-4
+letter \x5B33 236-5
+letter \x5B34 13456-2
+letter \x5B35 134-2345-2
+letter \x5B36 135-16-2
+letter \x5B37 134-345-3
+letter \x5B38 24-136-4
+letter \x5B39 15-13456-5
+letter \x5B3A 1345-16-5
+letter \x5B3B 145-34-2
+letter \x5B3C 14-234-4
+letter \x5B3D 45-3
+letter \x5B3E 14-1236-4
+letter \x5B3F 2345-5
+letter \x5B40 24-456-3
+letter \x5B41 14-13456-2
+letter \x5B42 13-246-4
+letter \x5B43 1345-46-2
+letter \x5B44 14-1236-4
+letter \x5B45 15-2345-3
+letter \x5B46 13456-3
+letter \x5B47 24-456-3
+letter \x5B48 1235-1246-5
+letter \x5B49 245-45-2
+letter \x5B4A 134-16-4
+letter \x5B4B 14-16-2
+letter \x5B4C 14-12456-2
+letter \x5B4D 2345-2
+letter \x5B4E 1-34-4
+letter \x5B4F 14-1236-4
+letter \x5B50 125-156-1
+letter \x5B51 13-346-2
+letter \x5B52 13-236-2
+letter \x5B53 13-236-2
+letter \x5B54 123-12346-4
+letter \x5B55 256-5
+letter \x5B56 125-156-3
+letter \x5B57 125-156-5
+letter \x5B58 245-123456-2
+letter \x5B59 15-123456-3
+letter \x5B5A 12345-34-2
+letter \x5B5B 135-126-2
+letter \x5B5C 125-156-3
+letter \x5B5D 15-246-5
+letter \x5B5E 15-1456-5
+letter \x5B5F 134-1356-5
+letter \x5B60 15-156-5
+letter \x5B61 124-2456-3
+letter \x5B62 135-146-3
+letter \x5B63 13-16-5
+letter \x5B64 13-34-3
+letter \x5B65 1345-34-2
+letter \x5B66 15-236-2
+letter \x5B67 234-5
+letter \x5B68 1-12456-4
+letter \x5B69 1235-2456-2
+letter \x5B6A 14-12456-2
+letter \x5B6B 15-123456-3
+letter \x5B6C 1345-146-3
+letter \x5B6D 134-346-3
+letter \x5B6E 245-12346-2
+letter \x5B6F 245-2345-3
+letter \x5B70 24-34-2
+letter \x5B71 12-1236-2
+letter \x5B72 23456-3
+letter \x5B73 125-156-3
+letter \x5B74 1345-16-4
+letter \x5B75 12345-34-3
+letter \x5B76 125-156-3
+letter \x5B77 14-16-2
+letter \x5B78 15-236-2
+letter \x5B79 135-126-5
+letter \x5B7A 1245-34-2
+letter \x5B7B 1345-2456-2
+letter \x5B7C 1345-346-5
+letter \x5B7D 1345-346-5
+letter \x5B7E 13456-3
+letter \x5B7F 14-12456-2
+letter \x5B80 134-2345-2
+letter \x5B81 1-34-5
+letter \x5B82 1245-12346-4
+letter \x5B83 124-345-3
+letter \x5B84 13-1246-4
+letter \x5B85 1-2456-2
+letter \x5B86 245-235-3
+letter \x5B87 1256-4
+letter \x5B88 24-12356-4
+letter \x5B89 1236-3
+letter \x5B8A 124-34-2
+letter \x5B8B 15-12346-5
+letter \x5B8C 12456-2
+letter \x5B8D 1245-12356-5
+letter \x5B8E 246-4
+letter \x5B8F 1235-12346-2
+letter \x5B90 16-2
+letter \x5B91 13-13456-4
+letter \x5B92 1-123456-3
+letter \x5B93 134-16-5
+letter \x5B94 1-34-4
+letter \x5B95 145-1346-5
+letter \x5B96 1235-12346-2
+letter \x5B97 125-12346-3
+letter \x5B98 13-12456-3
+letter \x5B99 1-12356-5
+letter \x5B9A 145-13456-5
+letter \x5B9B 12456-4
+letter \x5B9C 16-2
+letter \x5B9D 135-146-4
+letter \x5B9E 24-156-2
+letter \x5B9F 24-156-2
+letter \x5BA0 12-12346-4
+letter \x5BA1 24-136-4
+letter \x5BA2 123-2346-5
+letter \x5BA3 15-45-3
+letter \x5BA4 24-156-5
+letter \x5BA5 234-5
+letter \x5BA6 1235-12456-5
+letter \x5BA7 16-2
+letter \x5BA8 124-246-4
+letter \x5BA9 24-156-4
+letter \x5BAA 15-2345-5
+letter \x5BAB 13-12346-3
+letter \x5BAC 12-1356-2
+letter \x5BAD 245-256-2
+letter \x5BAE 13-12346-3
+letter \x5BAF 15-246-3
+letter \x5BB0 125-2456-4
+letter \x5BB1 1-345-5
+letter \x5BB2 24-156-2
+letter \x5BB3 1235-2456-5
+letter \x5BB4 2345-5
+letter \x5BB5 15-246-3
+letter \x5BB6 13-23456-3
+letter \x5BB7 24-136-4
+letter \x5BB8 12-136-2
+letter \x5BB9 1245-12346-2
+letter \x5BBA 1235-456-4
+letter \x5BBB 134-16-5
+letter \x5BBC 123-12356-5
+letter \x5BBD 123-12456-3
+letter \x5BBE 135-1456-3
+letter \x5BBF 15-34-5
+letter \x5BC0 245-2456-4
+letter \x5BC1 125-1236-4
+letter \x5BC2 13-16-2
+letter \x5BC3 45-3
+letter \x5BC4 13-16-5
+letter \x5BC5 1456-2
+letter \x5BC6 134-16-5
+letter \x5BC7 123-12356-5
+letter \x5BC8 245-13456-3
+letter \x5BC9 1235-2346-5
+letter \x5BCA 1-136-3
+letter \x5BCB 13-2345-4
+letter \x5BCC 12345-34-5
+letter \x5BCD 1345-13456-2
+letter \x5BCE 135-13456-5
+letter \x5BCF 1235-12456-2
+letter \x5BD0 134-356-5
+letter \x5BD1 245-1456-4
+letter \x5BD2 1235-1236-2
+letter \x5BD3 1256-5
+letter \x5BD4 24-156-2
+letter \x5BD5 1345-13456-2
+letter \x5BD6 13-1456-5
+letter \x5BD7 1345-13456-2
+letter \x5BD8 1-156-5
+letter \x5BD9 1256-4
+letter \x5BDA 135-146-4
+letter \x5BDB 123-12456-3
+letter \x5BDC 1345-13456-2
+letter \x5BDD 245-1456-4
+letter \x5BDE 134-126-5
+letter \x5BDF 12-345-2
+letter \x5BE0 13-1256-5
+letter \x5BE1 13-35-4
+letter \x5BE2 245-1456-4
+letter \x5BE3 1235-34-3
+letter \x5BE4 34-5
+letter \x5BE5 14-246-2
+letter \x5BE6 24-156-2
+letter \x5BE7 1345-13456-2
+letter \x5BE8 1-2456-5
+letter \x5BE9 24-136-4
+letter \x5BEA 1246-4
+letter \x5BEB 15-346-4
+letter \x5BEC 123-12456-3
+letter \x5BED 1235-1246-5
+letter \x5BEE 14-246-2
+letter \x5BEF 13-256-5
+letter \x5BF0 1235-12456-2
+letter \x5BF1 16-5
+letter \x5BF2 16-2
+letter \x5BF3 135-146-4
+letter \x5BF4 245-1456-5
+letter \x5BF5 12-12346-4
+letter \x5BF6 135-146-4
+letter \x5BF7 12345-1356-3
+letter \x5BF8 245-123456-5
+letter \x5BF9 145-1246-5
+letter \x5BFA 15-156-5
+letter \x5BFB 15-256-2
+letter \x5BFC 145-146-4
+letter \x5BFD 14-1256-5
+letter \x5BFE 145-1246-5
+letter \x5BFF 24-12356-5
+letter \x5C00 1234-126-4
+letter \x5C01 12345-1356-3
+letter \x5C02 1-12456-3
+letter \x5C03 12345-34-3
+letter \x5C04 24-2346-5
+letter \x5C05 123-2346-5
+letter \x5C06 13-46-3
+letter \x5C07 13-46-3
+letter \x5C08 1-12456-3
+letter \x5C09 1246-5
+letter \x5C0A 125-123456-3
+letter \x5C0B 15-256-2
+letter \x5C0C 24-34-5
+letter \x5C0D 145-1246-5
+letter \x5C0E 145-146-4
+letter \x5C0F 15-246-4
+letter \x5C10 13-346-2
+letter \x5C11 24-146-4
+letter \x5C12 156-4
+letter \x5C13 156-4
+letter \x5C14 156-4
+letter \x5C15 1345-2456-4
+letter \x5C16 13-2345-3
+letter \x5C17 24-34-2
+letter \x5C18 12-136-2
+letter \x5C19 24-1346-5
+letter \x5C1A 24-1346-5
+letter \x5C1B 134-345-2
+letter \x5C1C 13-345-2
+letter \x5C1D 12-1346-2
+letter \x5C1E 14-246-2
+letter \x5C1F 15-2345-4
+letter \x5C20 15-2345-4
+letter \x5C21 123-123456-3
+letter \x5C22 456-3
+letter \x5C23 456-3
+letter \x5C24 234-2
+letter \x5C25 14-246-5
+letter \x5C26 14-246-5
+letter \x5C27 246-2
+letter \x5C28 134-1346-2
+letter \x5C29 456-3
+letter \x5C2A 456-3
+letter \x5C2B 456-3
+letter \x5C2C 13-345-5
+letter \x5C2D 246-2
+letter \x5C2E 145-25-5
+letter \x5C2F 123-1246-4
+letter \x5C30 1-12346-4
+letter \x5C31 13-234-5
+letter \x5C32 13-1236-3
+letter \x5C33 13-34-4
+letter \x5C34 13-1236-3
+letter \x5C35 124-1246-2
+letter \x5C36 13-1236-3
+letter \x5C37 13-1236-3
+letter \x5C38 24-156-3
+letter \x5C39 1456-4
+letter \x5C3A 12-156-4
+letter \x5C3B 123-146-3
+letter \x5C3C 1345-16-2
+letter \x5C3D 13-1456-5
+letter \x5C3E 1246-4
+letter \x5C3F 1345-246-5
+letter \x5C40 13-1256-2
+letter \x5C41 1234-16-5
+letter \x5C42 245-1356-2
+letter \x5C43 15-16-5
+letter \x5C44 135-16-3
+letter \x5C45 13-1256-3
+letter \x5C46 13-346-5
+letter \x5C47 124-2345-2
+letter \x5C48 245-1256-3
+letter \x5C49 124-16-5
+letter \x5C4A 13-346-5
+letter \x5C4B 34-3
+letter \x5C4C 145-246-4
+letter \x5C4D 24-156-3
+letter \x5C4E 24-156-4
+letter \x5C4F 1234-13456-2
+letter \x5C50 13-16-3
+letter \x5C51 15-346-5
+letter \x5C52 1-136-4
+letter \x5C53 15-16-5
+letter \x5C54 1345-16-2
+letter \x5C55 1-1236-4
+letter \x5C56 15-16-3
+letter \x5C57 1246-4
+letter \x5C58 134-1236-4
+letter \x5C59 2346-3
+letter \x5C5A 14-12356-5
+letter \x5C5B 1234-13456-2
+letter \x5C5C 124-16-5
+letter \x5C5D 12345-356-5
+letter \x5C5E 24-34-4
+letter \x5C5F 15-346-5
+letter \x5C60 124-34-2
+letter \x5C61 14-1256-4
+letter \x5C62 14-1256-4
+letter \x5C63 15-16-4
+letter \x5C64 245-1356-2
+letter \x5C65 14-1256-4
+letter \x5C66 13-1256-5
+letter \x5C67 15-346-5
+letter \x5C68 13-1256-5
+letter \x5C69 13-236-2
+letter \x5C6A 14-246-2
+letter \x5C6B 13-236-2
+letter \x5C6C 24-34-4
+letter \x5C6D 15-16-5
+letter \x5C6E 12-2346-5
+letter \x5C6F 124-123456-2
+letter \x5C70 1345-16-5
+letter \x5C71 24-1236-3
+letter \x5C72 35-3
+letter \x5C73 15-2345-3
+letter \x5C74 14-16-5
+letter \x5C75 2346-5
+letter \x5C76 145-146-3
+letter \x5C77 1235-1246-5
+letter \x5C78 14-12346-2
+letter \x5C79 16-5
+letter \x5C7A 245-16-4
+letter \x5C7B 1245-136-5
+letter \x5C7C 34-5
+letter \x5C7D 1235-1236-5
+letter \x5C7E 24-136-3
+letter \x5C7F 1256-4
+letter \x5C80 12-34-3
+letter \x5C81 15-1246-5
+letter \x5C82 245-16-4
+letter \x5C83 1245-136-5
+letter \x5C84 236-5
+letter \x5C85 135-1236-4
+letter \x5C86 246-4
+letter \x5C87 1346-2
+letter \x5C88 15-23456-3
+letter \x5C89 34-5
+letter \x5C8A 13-346-2
+letter \x5C8B 2346-5
+letter \x5C8C 13-16-2
+letter \x5C8D 245-2345-3
+letter \x5C8E 12345-136-2
+letter \x5C8F 12456-2
+letter \x5C90 245-16-2
+letter \x5C91 245-136-2
+letter \x5C92 245-2345-2
+letter \x5C93 245-16-2
+letter \x5C94 12-345-5
+letter \x5C95 13-346-5
+letter \x5C96 245-1256-3
+letter \x5C97 13-1346-4
+letter \x5C98 15-2345-5
+letter \x5C99 146-5
+letter \x5C9A 14-1236-2
+letter \x5C9B 145-146-4
+letter \x5C9C 135-345-3
+letter \x5C9D 125-2346-2
+letter \x5C9E 125-25-5
+letter \x5C9F 46-4
+letter \x5CA0 13-1256-5
+letter \x5CA1 13-1346-3
+letter \x5CA2 123-2346-4
+letter \x5CA3 13-12356-4
+letter \x5CA4 15-236-5
+letter \x5CA5 1234-126-3
+letter \x5CA6 14-16-5
+letter \x5CA7 124-246-2
+letter \x5CA8 245-1256-3
+letter \x5CA9 2345-2
+letter \x5CAA 12345-34-2
+letter \x5CAB 15-234-5
+letter \x5CAC 13-23456-4
+letter \x5CAD 14-13456-2
+letter \x5CAE 124-25-2
+letter \x5CAF 1234-356-3
+letter \x5CB0 234-4
+letter \x5CB1 145-2456-5
+letter \x5CB2 1235-456-5
+letter \x5CB3 236-5
+letter \x5CB4 245-1256-3
+letter \x5CB5 1235-34-5
+letter \x5CB6 1234-126-5
+letter \x5CB7 134-1456-2
+letter \x5CB8 1236-5
+letter \x5CB9 124-246-2
+letter \x5CBA 14-13456-2
+letter \x5CBB 12-156-2
+letter \x5CBC 1234-13456-2
+letter \x5CBD 145-12346-3
+letter \x5CBE 1235-1236-5
+letter \x5CBF 123-1246-3
+letter \x5CC0 15-234-5
+letter \x5CC1 134-146-4
+letter \x5CC2 124-12346-2
+letter \x5CC3 15-236-2
+letter \x5CC4 16-5
+letter \x5CC5 135-2345-5
+letter \x5CC6 1235-2346-2
+letter \x5CC7 135-345-3
+letter \x5CC8 14-25-5
+letter \x5CC9 2346-3
+letter \x5CCA 12345-34-5
+letter \x5CCB 15-256-2
+letter \x5CCC 145-346-2
+letter \x5CCD 14-34-5
+letter \x5CCE 136-4
+letter \x5CCF 156-4
+letter \x5CD0 13-2456-3
+letter \x5CD1 245-45-3
+letter \x5CD2 145-12346-5
+letter \x5CD3 16-2
+letter \x5CD4 134-34-4
+letter \x5CD5 24-156-2
+letter \x5CD6 1236-3
+letter \x5CD7 1246-2
+letter \x5CD8 1235-12456-2
+letter \x5CD9 1-156-5
+letter \x5CDA 134-16-5
+letter \x5CDB 14-16-4
+letter \x5CDC 13-16-5
+letter \x5CDD 145-12346-5
+letter \x5CDE 1246-2
+letter \x5CDF 234-5
+letter \x5CE0 13-34-4
+letter \x5CE1 15-23456-2
+letter \x5CE2 14-16-4
+letter \x5CE3 246-2
+letter \x5CE4 13-246-5
+letter \x5CE5 1-1356-3
+letter \x5CE6 14-12456-2
+letter \x5CE7 13-246-3
+letter \x5CE8 2346-2
+letter \x5CE9 2346-2
+letter \x5CEA 1256-5
+letter \x5CEB 346-2
+letter \x5CEC 135-34-3
+letter \x5CED 245-246-5
+letter \x5CEE 245-256-3
+letter \x5CEF 12345-1356-3
+letter \x5CF0 12345-1356-3
+letter \x5CF1 1345-146-2
+letter \x5CF2 14-16-4
+letter \x5CF3 234-2
+letter \x5CF4 15-2345-5
+letter \x5CF5 1245-12346-2
+letter \x5CF6 145-146-4
+letter \x5CF7 24-136-3
+letter \x5CF8 12-1356-2
+letter \x5CF9 124-34-2
+letter \x5CFA 13-1356-4
+letter \x5CFB 13-256-5
+letter \x5CFC 13-146-5
+letter \x5CFD 15-23456-2
+letter \x5CFE 1456-2
+letter \x5CFF 34-2
+letter \x5D00 14-1346-2
+letter \x5D01 123-1236-4
+letter \x5D02 14-146-2
+letter \x5D03 14-2456-2
+letter \x5D04 15-2345-4
+letter \x5D05 245-236-5
+letter \x5D06 123-12346-3
+letter \x5D07 12-12346-2
+letter \x5D08 12-12346-2
+letter \x5D09 124-345-5
+letter \x5D0A 14-1456-2
+letter \x5D0B 1235-35-5
+letter \x5D0C 13-1256-3
+letter \x5D0D 14-2456-2
+letter \x5D0E 245-16-2
+letter \x5D0F 134-1456-2
+letter \x5D10 123-123456-3
+letter \x5D11 123-123456-3
+letter \x5D12 125-34-2
+letter \x5D13 13-34-5
+letter \x5D14 245-1246-3
+letter \x5D15 26-2
+letter \x5D16 26-2
+letter \x5D17 13-1346-4
+letter \x5D18 14-123456-2
+letter \x5D19 14-123456-2
+letter \x5D1A 14-1356-2
+letter \x5D1B 13-236-2
+letter \x5D1C 145-25-3
+letter \x5D1D 1-1356-3
+letter \x5D1E 13-25-3
+letter \x5D1F 1456-2
+letter \x5D20 145-12346-3
+letter \x5D21 1235-1236-2
+letter \x5D22 1-1356-3
+letter \x5D23 1246-4
+letter \x5D24 246-2
+letter \x5D25 1234-16-4
+letter \x5D26 2345-3
+letter \x5D27 15-12346-3
+letter \x5D28 13-346-2
+letter \x5D29 135-1356-3
+letter \x5D2A 125-34-2
+letter \x5D2B 123-34-3
+letter \x5D2C 145-12346-3
+letter \x5D2D 1-1236-4
+letter \x5D2E 13-34-5
+letter \x5D2F 1456-2
+letter \x5D30 125-156-3
+letter \x5D31 125-2346-5
+letter \x5D32 1235-456-2
+letter \x5D33 1256-2
+letter \x5D34 1246-3
+letter \x5D35 46-2
+letter \x5D36 12345-1356-3
+letter \x5D37 245-234-2
+letter \x5D38 145-123456-5
+letter \x5D39 124-16-2
+letter \x5D3A 16-4
+letter \x5D3B 1-156-5
+letter \x5D3C 24-156-5
+letter \x5D3D 125-2456-4
+letter \x5D3E 246-4
+letter \x5D3F 2346-5
+letter \x5D40 1-34-5
+letter \x5D41 123-1236-3
+letter \x5D42 14-1256-5
+letter \x5D43 2345-4
+letter \x5D44 134-356-4
+letter \x5D45 13-1236-3
+letter \x5D46 13-16-3
+letter \x5D47 13-16-3
+letter \x5D48 1235-12456-4
+letter \x5D49 124-13456-2
+letter \x5D4A 24-1356-5
+letter \x5D4B 134-356-2
+letter \x5D4C 245-2345-3
+letter \x5D4D 34-5
+letter \x5D4E 1256-2
+letter \x5D4F 125-12346-3
+letter \x5D50 14-1236-2
+letter \x5D51 123-2346-4
+letter \x5D52 2345-2
+letter \x5D53 2345-2
+letter \x5D54 1246-3
+letter \x5D55 125-12346-3
+letter \x5D56 245-25-2
+letter \x5D57 15-1246-5
+letter \x5D58 1245-12346-2
+letter \x5D59 123-2346-3
+letter \x5D5A 245-1456-3
+letter \x5D5B 1256-2
+letter \x5D5C 245-16-2
+letter \x5D5D 14-12356-4
+letter \x5D5E 124-34-2
+letter \x5D5F 145-1246-3
+letter \x5D60 15-16-3
+letter \x5D61 12346-4
+letter \x5D62 245-1346-3
+letter \x5D63 145-1346-5
+letter \x5D64 1245-12346-2
+letter \x5D65 13-346-2
+letter \x5D66 2456-2
+letter \x5D67 14-234-2
+letter \x5D68 34-4
+letter \x5D69 15-12346-3
+letter \x5D6A 245-246-3
+letter \x5D6B 125-156-3
+letter \x5D6C 1246-2
+letter \x5D6D 135-1356-3
+letter \x5D6E 145-2345-3
+letter \x5D6F 245-25-2
+letter \x5D70 245-2345-4
+letter \x5D71 235-4
+letter \x5D72 1345-346-5
+letter \x5D73 245-25-2
+letter \x5D74 13-16-4
+letter \x5D75 24-156-2
+letter \x5D76 1245-25-5
+letter \x5D77 125-12346-3
+letter \x5D78 125-12346-3
+letter \x5D79 13-46-5
+letter \x5D7A 14-246-2
+letter \x5D7B 123-1346-3
+letter \x5D7C 12-1236-4
+letter \x5D7D 145-346-2
+letter \x5D7E 245-136-3
+letter \x5D7F 145-13456-4
+letter \x5D80 124-34-3
+letter \x5D81 14-12356-4
+letter \x5D82 1-1346-5
+letter \x5D83 1-1236-4
+letter \x5D84 1-1236-4
+letter \x5D85 146-2
+letter \x5D86 245-146-2
+letter \x5D87 245-1256-3
+letter \x5D88 245-46-3
+letter \x5D89 125-1246-4
+letter \x5D8A 125-1246-4
+letter \x5D8B 145-146-4
+letter \x5D8C 145-146-4
+letter \x5D8D 15-16-2
+letter \x5D8E 1256-5
+letter \x5D8F 1234-356-5
+letter \x5D90 14-12346-2
+letter \x5D91 15-46-5
+letter \x5D92 245-1356-2
+letter \x5D93 135-126-3
+letter \x5D94 245-1456-3
+letter \x5D95 13-246-3
+letter \x5D96 2345-3
+letter \x5D97 14-146-2
+letter \x5D98 1-1236-5
+letter \x5D99 14-1456-2
+letter \x5D9A 14-246-2
+letter \x5D9B 14-246-2
+letter \x5D9C 13-1456-3
+letter \x5D9D 145-1356-5
+letter \x5D9E 145-25-5
+letter \x5D9F 125-123456-3
+letter \x5DA0 13-246-5
+letter \x5DA1 13-1246-5
+letter \x5DA2 246-2
+letter \x5DA3 245-246-2
+letter \x5DA4 246-2
+letter \x5DA5 13-236-2
+letter \x5DA6 1-1236-3
+letter \x5DA7 16-5
+letter \x5DA8 15-236-2
+letter \x5DA9 1345-146-2
+letter \x5DAA 346-5
+letter \x5DAB 346-5
+letter \x5DAC 16-4
+letter \x5DAD 1345-346-5
+letter \x5DAE 15-2345-4
+letter \x5DAF 13-16-2
+letter \x5DB0 15-346-5
+letter \x5DB1 123-2346-4
+letter \x5DB2 15-1246-4
+letter \x5DB3 145-16-5
+letter \x5DB4 146-5
+letter \x5DB5 125-1246-5
+letter \x5DB6 1246-3
+letter \x5DB7 16-2
+letter \x5DB8 1245-12346-2
+letter \x5DB9 145-146-4
+letter \x5DBA 14-13456-4
+letter \x5DBB 13-346-2
+letter \x5DBC 1256-4
+letter \x5DBD 236-5
+letter \x5DBE 1456-4
+letter \x5DBF 1345-25-5
+letter \x5DC0 13-346-2
+letter \x5DC1 14-16-5
+letter \x5DC2 15-16-3
+letter \x5DC3 14-12346-2
+letter \x5DC4 14-12346-2
+letter \x5DC5 145-2345-3
+letter \x5DC6 13456-2
+letter \x5DC7 15-16-3
+letter \x5DC8 13-1256-2
+letter \x5DC9 12-1236-2
+letter \x5DCA 13456-4
+letter \x5DCB 123-1246-3
+letter \x5DCC 2345-2
+letter \x5DCD 1246-2
+letter \x5DCE 1345-146-2
+letter \x5DCF 245-45-2
+letter \x5DD0 12-146-4
+letter \x5DD1 245-12456-2
+letter \x5DD2 14-12456-2
+letter \x5DD3 145-2345-3
+letter \x5DD4 145-2345-3
+letter \x5DD5 1345-346-5
+letter \x5DD6 2345-2
+letter \x5DD7 2345-2
+letter \x5DD8 2345-4
+letter \x5DD9 123-1246-2
+letter \x5DDA 2345-4
+letter \x5DDB 12-12456-3
+letter \x5DDC 123-2356-5
+letter \x5DDD 12-12456-3
+letter \x5DDE 1-12356-3
+letter \x5DDF 1235-456-3
+letter \x5DE0 13-13456-3
+letter \x5DE1 15-256-2
+letter \x5DE2 12-146-2
+letter \x5DE3 12-146-2
+letter \x5DE4 14-346-5
+letter \x5DE5 13-12346-3
+letter \x5DE6 125-25-4
+letter \x5DE7 245-246-4
+letter \x5DE8 13-1256-5
+letter \x5DE9 13-12346-4
+letter \x5DEA 13-1256-5
+letter \x5DEB 34-3
+letter \x5DEC 1234-34-3
+letter \x5DED 1234-34-3
+letter \x5DEE 12-345-3
+letter \x5DEF 245-234-2
+letter \x5DF0 245-234-2
+letter \x5DF1 13-16-4
+letter \x5DF2 16-4
+letter \x5DF3 15-156-5
+letter \x5DF4 135-345-3
+letter \x5DF5 1-156-3
+letter \x5DF6 1-146-3
+letter \x5DF7 15-46-5
+letter \x5DF8 16-2
+letter \x5DF9 13-1456-4
+letter \x5DFA 15-256-5
+letter \x5DFB 13-45-4
+letter \x5DFC 135-345-3
+letter \x5DFD 15-256-5
+letter \x5DFE 13-1456-3
+letter \x5DFF 12345-34-2
+letter \x5E00 125-345-3
+letter \x5E01 135-16-5
+letter \x5E02 24-156-5
+letter \x5E03 135-34-5
+letter \x5E04 145-13456-3
+letter \x5E05 24-2356-5
+letter \x5E06 12345-1236-2
+letter \x5E07 1345-346-5
+letter \x5E08 24-156-3
+letter \x5E09 12345-136-3
+letter \x5E0A 1234-345-5
+letter \x5E0B 1-156-4
+letter \x5E0C 15-16-3
+letter \x5E0D 1235-34-5
+letter \x5E0E 145-1236-5
+letter \x5E0F 1246-2
+letter \x5E10 1-1346-5
+letter \x5E11 124-1346-4
+letter \x5E12 145-2456-5
+letter \x5E13 134-126-5
+letter \x5E14 1234-356-5
+letter \x5E15 1234-345-5
+letter \x5E16 124-346-4
+letter \x5E17 12345-34-2
+letter \x5E18 14-2345-2
+letter \x5E19 1-156-5
+letter \x5E1A 1-12356-4
+letter \x5E1B 135-126-2
+letter \x5E1C 1-156-5
+letter \x5E1D 145-16-5
+letter \x5E1E 134-126-5
+letter \x5E1F 16-5
+letter \x5E20 16-5
+letter \x5E21 1234-13456-2
+letter \x5E22 245-23456-5
+letter \x5E23 13-45-5
+letter \x5E24 1245-34-2
+letter \x5E25 24-2356-5
+letter \x5E26 145-2456-5
+letter \x5E27 1-1356-5
+letter \x5E28 24-1246-5
+letter \x5E29 245-246-5
+letter \x5E2A 1-136-3
+letter \x5E2B 24-156-3
+letter \x5E2C 245-256-2
+letter \x5E2D 15-16-2
+letter \x5E2E 135-1346-3
+letter \x5E2F 145-2456-5
+letter \x5E30 13-1246-3
+letter \x5E31 12-12356-2
+letter \x5E32 1234-13456-2
+letter \x5E33 1-1346-5
+letter \x5E34 13-2345-4
+letter \x5E35 12456-3
+letter \x5E36 145-2456-5
+letter \x5E37 1246-2
+letter \x5E38 12-1346-2
+letter \x5E39 24-345-5
+letter \x5E3A 13-16-5
+letter \x5E3B 125-2346-2
+letter \x5E3C 13-25-2
+letter \x5E3D 134-146-5
+letter \x5E3E 145-34-4
+letter \x5E3F 1235-12356-2
+letter \x5E40 1-1356-5
+letter \x5E41 15-1256-3
+letter \x5E42 134-16-5
+letter \x5E43 1246-2
+letter \x5E44 25-5
+letter \x5E45 12345-34-2
+letter \x5E46 16-5
+letter \x5E47 135-1346-3
+letter \x5E48 1234-13456-2
+letter \x5E49 145-346-2
+letter \x5E4A 13-12346-3
+letter \x5E4B 1234-1236-2
+letter \x5E4C 1235-456-4
+letter \x5E4D 124-146-3
+letter \x5E4E 134-16-5
+letter \x5E4F 13-23456-5
+letter \x5E50 124-1356-2
+letter \x5E51 1235-1246-3
+letter \x5E52 1-12346-3
+letter \x5E53 24-136-3
+letter \x5E54 134-1236-5
+letter \x5E55 134-34-5
+letter \x5E56 135-246-3
+letter \x5E57 13-25-2
+letter \x5E58 125-2346-2
+letter \x5E59 134-34-5
+letter \x5E5A 135-1346-3
+letter \x5E5B 1-1346-5
+letter \x5E5C 13-235-4
+letter \x5E5D 12-1236-4
+letter \x5E5E 1234-34-2
+letter \x5E5F 1-156-5
+letter \x5E60 1235-34-3
+letter \x5E61 12345-1236-3
+letter \x5E62 12-456-2
+letter \x5E63 135-16-5
+letter \x5E64 135-16-5
+letter \x5E65 1-1346-4
+letter \x5E66 134-16-5
+letter \x5E67 245-146-3
+letter \x5E68 12-1236-3
+letter \x5E69 12345-136-2
+letter \x5E6A 134-1356-2
+letter \x5E6B 135-1346-3
+letter \x5E6C 12-12356-2
+letter \x5E6D 134-346-5
+letter \x5E6E 12-34-2
+letter \x5E6F 13-346-2
+letter \x5E70 15-2345-4
+letter \x5E71 14-1236-2
+letter \x5E72 13-1236-3
+letter \x5E73 1234-13456-2
+letter \x5E74 1345-2345-2
+letter \x5E75 13-2345-3
+letter \x5E76 135-13456-5
+letter \x5E77 135-13456-5
+letter \x5E78 15-13456-5
+letter \x5E79 13-1236-5
+letter \x5E7A 246-3
+letter \x5E7B 1235-12456-5
+letter \x5E7C 234-5
+letter \x5E7D 234-3
+letter \x5E7E 13-16-4
+letter \x5E7F 2345-4
+letter \x5E80 1234-16-4
+letter \x5E81 124-13456-3
+letter \x5E82 125-2346-5
+letter \x5E83 13-456-4
+letter \x5E84 1-456-3
+letter \x5E85 134-2346-1
+letter \x5E86 245-13456-5
+letter \x5E87 135-16-5
+letter \x5E88 245-1456-2
+letter \x5E89 145-123456-5
+letter \x5E8A 12-456-2
+letter \x5E8B 13-1246-4
+letter \x5E8C 23456-4
+letter \x5E8D 135-2456-5
+letter \x5E8E 13-346-5
+letter \x5E8F 15-1256-5
+letter \x5E90 14-34-2
+letter \x5E91 34-4
+letter \x5E92 1-456-3
+letter \x5E93 123-34-5
+letter \x5E94 13456-3
+letter \x5E95 145-16-4
+letter \x5E96 1234-146-2
+letter \x5E97 145-2345-5
+letter \x5E98 23456-3
+letter \x5E99 134-246-5
+letter \x5E9A 13-1356-3
+letter \x5E9B 245-156-5
+letter \x5E9C 12345-34-4
+letter \x5E9D 124-12346-2
+letter \x5E9E 1234-1346-2
+letter \x5E9F 12345-356-5
+letter \x5EA0 15-46-2
+letter \x5EA1 16-4
+letter \x5EA2 1-156-5
+letter \x5EA3 124-246-3
+letter \x5EA4 1-156-5
+letter \x5EA5 15-234-3
+letter \x5EA6 145-34-5
+letter \x5EA7 125-25-5
+letter \x5EA8 15-246-3
+letter \x5EA9 124-34-3
+letter \x5EAA 13-1246-4
+letter \x5EAB 123-34-5
+letter \x5EAC 134-1346-2
+letter \x5EAD 124-13456-2
+letter \x5EAE 234-4
+letter \x5EAF 135-34-3
+letter \x5EB0 135-13456-5
+letter \x5EB1 12-1356-4
+letter \x5EB2 14-2456-2
+letter \x5EB3 135-16-5
+letter \x5EB4 13-16-2
+letter \x5EB5 1236-3
+letter \x5EB6 24-34-5
+letter \x5EB7 123-1346-3
+letter \x5EB8 235-3
+letter \x5EB9 124-25-4
+letter \x5EBA 15-12346-3
+letter \x5EBB 24-34-5
+letter \x5EBC 245-13456-4
+letter \x5EBD 1256-5
+letter \x5EBE 1256-4
+letter \x5EBF 134-246-5
+letter \x5EC0 15-12356-3
+letter \x5EC1 245-2346-5
+letter \x5EC2 15-46-3
+letter \x5EC3 12345-356-5
+letter \x5EC4 13-234-5
+letter \x5EC5 2346-5
+letter \x5EC6 13-1246-3
+letter \x5EC7 14-234-5
+letter \x5EC8 15-23456-5
+letter \x5EC9 14-2345-2
+letter \x5ECA 14-1346-2
+letter \x5ECB 15-12356-3
+letter \x5ECC 1-156-5
+letter \x5ECD 1234-12356-4
+letter \x5ECE 245-13456-4
+letter \x5ECF 13-234-5
+letter \x5ED0 13-234-5
+letter \x5ED1 13-1456-4
+letter \x5ED2 146-2
+letter \x5ED3 123-25-5
+letter \x5ED4 14-12356-2
+letter \x5ED5 1456-5
+letter \x5ED6 14-246-5
+letter \x5ED7 145-2456-5
+letter \x5ED8 14-34-5
+letter \x5ED9 16-5
+letter \x5EDA 12-34-2
+letter \x5EDB 12-1236-2
+letter \x5EDC 124-34-3
+letter \x5EDD 15-156-3
+letter \x5EDE 245-1456-3
+letter \x5EDF 134-246-5
+letter \x5EE0 12-1346-4
+letter \x5EE1 34-4
+letter \x5EE2 12345-356-5
+letter \x5EE3 13-456-4
+letter \x5EE4 123-34-5
+letter \x5EE5 123-2356-5
+letter \x5EE6 135-16-5
+letter \x5EE7 245-46-2
+letter \x5EE8 15-346-5
+letter \x5EE9 14-1456-4
+letter \x5EEA 14-1456-4
+letter \x5EEB 14-246-2
+letter \x5EEC 14-34-2
+letter \x5EED 13-16-5
+letter \x5EEE 13456-4
+letter \x5EEF 15-2345-3
+letter \x5EF0 124-13456-3
+letter \x5EF1 235-3
+letter \x5EF2 14-16-2
+letter \x5EF3 124-13456-3
+letter \x5EF4 1456-4
+letter \x5EF5 15-256-2
+letter \x5EF6 2345-2
+letter \x5EF7 124-13456-2
+letter \x5EF8 145-16-2
+letter \x5EF9 1234-126-5
+letter \x5EFA 13-2345-5
+letter \x5EFB 1235-1246-2
+letter \x5EFC 1345-2456-4
+letter \x5EFD 1235-1246-2
+letter \x5EFE 13-12346-4
+letter \x5EFF 1345-2345-5
+letter \x5F00 123-2456-3
+letter \x5F01 135-2345-5
+letter \x5F02 16-5
+letter \x5F03 245-16-5
+letter \x5F04 1345-12346-5
+letter \x5F05 12345-136-5
+letter \x5F06 13-1256-4
+letter \x5F07 2345-4
+letter \x5F08 16-5
+letter \x5F09 125-1346-5
+letter \x5F0A 135-16-5
+letter \x5F0B 16-5
+letter \x5F0C 16-3
+letter \x5F0D 156-5
+letter \x5F0E 15-1236-3
+letter \x5F0F 24-156-5
+letter \x5F10 156-5
+letter \x5F11 24-156-5
+letter \x5F12 24-156-5
+letter \x5F13 13-12346-3
+letter \x5F14 145-246-5
+letter \x5F15 1456-4
+letter \x5F16 1235-34-5
+letter \x5F17 12345-34-2
+letter \x5F18 1235-12346-2
+letter \x5F19 34-3
+letter \x5F1A 124-1246-2
+letter \x5F1B 12-156-2
+letter \x5F1C 13-46-5
+letter \x5F1D 135-345-5
+letter \x5F1E 24-136-4
+letter \x5F1F 145-16-5
+letter \x5F20 1-1346-3
+letter \x5F21 13-236-2
+letter \x5F22 124-146-3
+letter \x5F23 12345-34-4
+letter \x5F24 145-16-4
+letter \x5F25 134-16-2
+letter \x5F26 15-2345-2
+letter \x5F27 1235-34-2
+letter \x5F28 12-146-3
+letter \x5F29 1345-34-4
+letter \x5F2A 13-13456-5
+letter \x5F2B 1-136-4
+letter \x5F2C 16-2
+letter \x5F2D 134-16-4
+letter \x5F2E 245-45-3
+letter \x5F2F 12456-3
+letter \x5F30 24-146-3
+letter \x5F31 1245-25-5
+letter \x5F32 15-45-3
+letter \x5F33 13-13456-5
+letter \x5F34 145-246-3
+letter \x5F35 1-1346-3
+letter \x5F36 13-46-5
+letter \x5F37 245-46-2
+letter \x5F38 1234-1356-2
+letter \x5F39 124-1236-2
+letter \x5F3A 245-46-2
+letter \x5F3B 135-16-5
+letter \x5F3C 135-16-5
+letter \x5F3D 24-2346-5
+letter \x5F3E 124-1236-2
+letter \x5F3F 13-2345-4
+letter \x5F40 13-12356-5
+letter \x5F41 13-2346-3
+letter \x5F42 12345-345-3
+letter \x5F43 135-16-5
+letter \x5F44 123-12356-3
+letter \x5F45 13-2345-4
+letter \x5F46 135-346-5
+letter \x5F47 15-246-3
+letter \x5F48 124-1236-2
+letter \x5F49 123-25-5
+letter \x5F4A 245-46-2
+letter \x5F4B 1235-12346-2
+letter \x5F4C 134-16-2
+letter \x5F4D 123-25-5
+letter \x5F4E 12456-3
+letter \x5F4F 13-236-2
+letter \x5F50 13-16-5
+letter \x5F51 13-16-5
+letter \x5F52 13-1246-3
+letter \x5F53 145-1346-3
+letter \x5F54 14-34-5
+letter \x5F55 14-34-5
+letter \x5F56 124-12456-5
+letter \x5F57 1235-1246-5
+letter \x5F58 1-156-5
+letter \x5F59 1235-1246-5
+letter \x5F5A 1235-1246-5
+letter \x5F5B 16-2
+letter \x5F5C 16-2
+letter \x5F5D 16-2
+letter \x5F5E 16-2
+letter \x5F5F 1235-25-5
+letter \x5F60 1235-25-5
+letter \x5F61 24-1236-3
+letter \x5F62 15-13456-2
+letter \x5F63 123456-2
+letter \x5F64 124-12346-2
+letter \x5F65 2345-5
+letter \x5F66 2345-5
+letter \x5F67 1256-5
+letter \x5F68 12-156-3
+letter \x5F69 245-2456-4
+letter \x5F6A 135-246-3
+letter \x5F6B 145-246-3
+letter \x5F6C 135-1456-3
+letter \x5F6D 1234-1356-2
+letter \x5F6E 235-4
+letter \x5F6F 1234-246-3
+letter \x5F70 1-1346-3
+letter \x5F71 13456-4
+letter \x5F72 12-156-3
+letter \x5F73 12-156-5
+letter \x5F74 1-25-2
+letter \x5F75 124-25-2
+letter \x5F76 13-16-2
+letter \x5F77 12345-1346-4
+letter \x5F78 1-12346-3
+letter \x5F79 16-5
+letter \x5F7A 456-2
+letter \x5F7B 12-2346-5
+letter \x5F7C 135-16-4
+letter \x5F7D 145-16-3
+letter \x5F7E 14-13456-4
+letter \x5F7F 12345-34-2
+letter \x5F80 456-4
+letter \x5F81 1-1356-3
+letter \x5F82 245-34-2
+letter \x5F83 456-4
+letter \x5F84 13-13456-5
+letter \x5F85 145-2456-5
+letter \x5F86 15-16-3
+letter \x5F87 15-256-5
+letter \x5F88 1235-136-4
+letter \x5F89 46-2
+letter \x5F8A 1235-2356-2
+letter \x5F8B 14-1256-5
+letter \x5F8C 1235-12356-5
+letter \x5F8D 456-4
+letter \x5F8E 12-1356-4
+letter \x5F8F 1-156-5
+letter \x5F90 15-1256-2
+letter \x5F91 13-13456-5
+letter \x5F92 124-34-2
+letter \x5F93 245-12346-2
+letter \x5F94 1-156-3
+letter \x5F95 14-2456-2
+letter \x5F96 245-12346-2
+letter \x5F97 145-2346-2
+letter \x5F98 1234-2456-2
+letter \x5F99 15-16-4
+letter \x5F9A 145-12346-3
+letter \x5F9B 13-16-5
+letter \x5F9C 12-1346-2
+letter \x5F9D 1-156-5
+letter \x5F9E 245-12346-2
+letter \x5F9F 1-12356-3
+letter \x5FA0 14-2456-2
+letter \x5FA1 1256-5
+letter \x5FA2 15-346-5
+letter \x5FA3 13-346-5
+letter \x5FA4 13-2345-5
+letter \x5FA5 24-156-5
+letter \x5FA6 13-23456-4
+letter \x5FA7 135-2345-5
+letter \x5FA8 1235-456-2
+letter \x5FA9 12345-34-5
+letter \x5FAA 15-256-2
+letter \x5FAB 1246-4
+letter \x5FAC 135-1346-5
+letter \x5FAD 246-2
+letter \x5FAE 1246-2
+letter \x5FAF 15-16-3
+letter \x5FB0 1-1356-3
+letter \x5FB1 1234-246-5
+letter \x5FB2 12-156-2
+letter \x5FB3 145-2346-2
+letter \x5FB4 1-1356-3
+letter \x5FB5 1-1356-3
+letter \x5FB6 135-346-2
+letter \x5FB7 145-2346-2
+letter \x5FB8 12-12346-3
+letter \x5FB9 12-2346-5
+letter \x5FBA 13-246-4
+letter \x5FBB 1246-5
+letter \x5FBC 13-246-5
+letter \x5FBD 1235-1246-3
+letter \x5FBE 134-356-2
+letter \x5FBF 14-12346-5
+letter \x5FC0 15-46-3
+letter \x5FC1 135-146-5
+letter \x5FC2 245-1256-2
+letter \x5FC3 15-1456-3
+letter \x5FC4 15-1456-3
+letter \x5FC5 135-16-5
+letter \x5FC6 16-5
+letter \x5FC7 14-2346-5
+letter \x5FC8 1245-136-2
+letter \x5FC9 145-146-3
+letter \x5FCA 145-13456-5
+letter \x5FCB 13-2456-4
+letter \x5FCC 13-16-5
+letter \x5FCD 1245-136-4
+letter \x5FCE 1245-136-2
+letter \x5FCF 245-2345-3
+letter \x5FD0 124-1236-4
+letter \x5FD1 124-2346-5
+letter \x5FD2 124-2346-5
+letter \x5FD3 13-1236-3
+letter \x5FD4 245-16-5
+letter \x5FD5 24-156-5
+letter \x5FD6 245-123456-4
+letter \x5FD7 1-156-5
+letter \x5FD8 456-5
+letter \x5FD9 134-1346-2
+letter \x5FDA 15-16-3
+letter \x5FDB 12345-1236-2
+letter \x5FDC 13456-3
+letter \x5FDD 124-2345-4
+letter \x5FDE 134-1456-2
+letter \x5FDF 134-1456-2
+letter \x5FE0 1-12346-3
+letter \x5FE1 12-12346-3
+letter \x5FE2 34-5
+letter \x5FE3 13-16-2
+letter \x5FE4 34-4
+letter \x5FE5 15-16-5
+letter \x5FE6 13-23456-2
+letter \x5FE7 234-5
+letter \x5FE8 12456-5
+letter \x5FE9 245-12346-3
+letter \x5FEA 15-12346-3
+letter \x5FEB 123-2356-5
+letter \x5FEC 1256-5
+letter \x5FED 135-2345-5
+letter \x5FEE 1-156-5
+letter \x5FEF 245-16-2
+letter \x5FF0 245-1246-5
+letter \x5FF1 12-136-2
+letter \x5FF2 124-2456-5
+letter \x5FF3 124-123456-2
+letter \x5FF4 245-2345-2
+letter \x5FF5 1345-2345-5
+letter \x5FF6 1235-123456-2
+letter \x5FF7 15-235-3
+letter \x5FF8 1345-234-4
+letter \x5FF9 1245-136-5
+letter \x5FFA 15-2345-3
+letter \x5FFB 15-1456-3
+letter \x5FFC 123-1346-3
+letter \x5FFD 1235-34-3
+letter \x5FFE 123-2456-5
+letter \x5FFF 12345-136-5
+letter \x6000 12345-34-5
+letter \x6001 124-2456-5
+letter \x6002 15-12346-4
+letter \x6003 34-4
+letter \x6004 12356-5
+letter \x6005 12-1346-5
+letter \x6006 12-456-5
+letter \x6007 13-1256-5
+letter \x6008 16-5
+letter \x6009 135-146-4
+letter \x600A 12-146-3
+letter \x600B 134-1456-2
+letter \x600C 1234-356-3
+letter \x600D 125-25-5
+letter \x600E 125-136-4
+letter \x600F 46-5
+letter \x6010 123-12356-5
+letter \x6011 135-1236-5
+letter \x6012 1345-34-5
+letter \x6013 1345-146-2
+letter \x6014 1-1356-3
+letter \x6015 1234-345-5
+letter \x6016 135-34-5
+letter \x6017 124-346-3
+letter \x6018 1235-34-5
+letter \x6019 1235-34-5
+letter \x601A 13-1256-5
+letter \x601B 145-345-2
+letter \x601C 14-13456-2
+letter \x601D 15-156-3
+letter \x601E 12-12356-2
+letter \x601F 145-16-5
+letter \x6020 145-2456-5
+letter \x6021 16-2
+letter \x6022 124-34-2
+letter \x6023 234-2
+letter \x6024 12345-34-3
+letter \x6025 13-16-2
+letter \x6026 1234-1356-3
+letter \x6027 15-13456-5
+letter \x6028 45-5
+letter \x6029 1345-16-2
+letter \x602A 13-2356-5
+letter \x602B 12345-34-2
+letter \x602C 15-16-5
+letter \x602D 135-16-5
+letter \x602E 234-3
+letter \x602F 245-236-5
+letter \x6030 15-45-5
+letter \x6031 245-12346-3
+letter \x6032 135-13456-4
+letter \x6033 1235-456-4
+letter \x6034 15-1256-5
+letter \x6035 12-34-5
+letter \x6036 1234-16-3
+letter \x6037 24-34-5
+letter \x6038 15-16-3
+letter \x6039 124-1236-3
+letter \x603A 235-4
+letter \x603B 125-12346-4
+letter \x603C 145-1246-5
+letter \x603D 134-126-5
+letter \x603E 1-156-4
+letter \x603F 16-5
+letter \x6040 24-156-5
+letter \x6041 1245-136-5
+letter \x6042 15-256-2
+letter \x6043 24-156-5
+letter \x6044 15-16-5
+letter \x6045 14-146-4
+letter \x6046 1235-1356-2
+letter \x6047 123-456-3
+letter \x6048 134-34-2
+letter \x6049 1-156-4
+letter \x604A 15-346-2
+letter \x604B 14-2345-5
+letter \x604C 124-246-3
+letter \x604D 1235-456-4
+letter \x604E 145-346-2
+letter \x604F 1235-146-5
+letter \x6050 123-12346-4
+letter \x6051 13-1246-4
+letter \x6052 1235-1356-2
+letter \x6053 15-16-3
+letter \x6054 15-246-5
+letter \x6055 24-34-5
+letter \x6056 15-156-3
+letter \x6057 123-35-3
+letter \x6058 245-234-3
+letter \x6059 46-5
+letter \x605A 1235-1246-5
+letter \x605B 1235-1246-2
+letter \x605C 12-156-5
+letter \x605D 13-23456-2
+letter \x605E 16-2
+letter \x605F 15-235-3
+letter \x6060 13-2356-5
+letter \x6061 14-1456-5
+letter \x6062 1235-1246-3
+letter \x6063 125-156-5
+letter \x6064 15-1256-5
+letter \x6065 12-156-4
+letter \x6066 15-46-5
+letter \x6067 1345-1256-5
+letter \x6068 1235-136-5
+letter \x6069 136-3
+letter \x606A 123-2346-5
+letter \x606B 145-12346-5
+letter \x606C 124-2345-2
+letter \x606D 13-12346-3
+letter \x606E 245-45-2
+letter \x606F 15-16-2
+letter \x6070 245-23456-5
+letter \x6071 236-5
+letter \x6072 1234-1356-3
+letter \x6073 123-136-4
+letter \x6074 145-2346-2
+letter \x6075 1235-1246-5
+letter \x6076 2346-5
+letter \x6077 15-246-3
+letter \x6078 124-12346-5
+letter \x6079 2345-3
+letter \x607A 123-2456-4
+letter \x607B 245-2346-5
+letter \x607C 1345-146-4
+letter \x607D 256-5
+letter \x607E 134-1346-2
+letter \x607F 235-4
+letter \x6080 235-4
+letter \x6081 13-45-5
+letter \x6082 1234-16-3
+letter \x6083 123-123456-4
+letter \x6084 245-246-4
+letter \x6085 236-5
+letter \x6086 1256-5
+letter \x6087 124-34-2
+letter \x6088 13-346-5
+letter \x6089 15-16-3
+letter \x608A 1-2346-2
+letter \x608B 14-1456-5
+letter \x608C 124-16-5
+letter \x608D 1235-1236-5
+letter \x608E 1235-146-5
+letter \x608F 245-346-5
+letter \x6090 124-16-5
+letter \x6091 135-34-5
+letter \x6092 16-5
+letter \x6093 245-2345-5
+letter \x6094 1235-1246-4
+letter \x6095 15-16-3
+letter \x6096 135-356-5
+letter \x6097 134-1236-2
+letter \x6098 16-3
+letter \x6099 1235-1356-3
+letter \x609A 15-12346-4
+letter \x609B 245-45-3
+letter \x609C 12-1356-4
+letter \x609D 123-1246-3
+letter \x609E 34-5
+letter \x609F 34-5
+letter \x60A0 234-3
+letter \x60A1 14-16-2
+letter \x60A2 14-46-5
+letter \x60A3 1235-12456-5
+letter \x60A4 245-12346-3
+letter \x60A5 16-5
+letter \x60A6 236-5
+letter \x60A7 14-16-5
+letter \x60A8 1345-1456-2
+letter \x60A9 1345-146-4
+letter \x60AA 2346-5
+letter \x60AB 245-236-5
+letter \x60AC 15-45-2
+letter \x60AD 245-2345-3
+letter \x60AE 34-5
+letter \x60AF 134-1456-4
+letter \x60B0 245-12346-2
+letter \x60B1 12345-356-4
+letter \x60B2 135-356-3
+letter \x60B3 145-2346-2
+letter \x60B4 245-1246-5
+letter \x60B5 12-1346-5
+letter \x60B6 134-136-3
+letter \x60B7 14-16-5
+letter \x60B8 13-16-5
+letter \x60B9 13-12456-5
+letter \x60BA 13-12456-5
+letter \x60BB 15-13456-5
+letter \x60BC 145-146-5
+letter \x60BD 245-16-3
+letter \x60BE 123-12346-3
+letter \x60BF 124-2345-4
+letter \x60C0 14-123456-2
+letter \x60C1 15-16-3
+letter \x60C2 123-1236-4
+letter \x60C3 123-123456-3
+letter \x60C4 1345-16-5
+letter \x60C5 245-13456-2
+letter \x60C6 12-12356-2
+letter \x60C7 145-123456-3
+letter \x60C8 13-25-4
+letter \x60C9 1-1236-3
+letter \x60CA 14-46-2
+letter \x60CB 12456-5
+letter \x60CC 45-3
+letter \x60CD 13-1456-3
+letter \x60CE 13-16-5
+letter \x60CF 14-1236-2
+letter \x60D0 1256-5
+letter \x60D1 1235-25-5
+letter \x60D2 1235-2346-2
+letter \x60D3 245-45-2
+letter \x60D4 124-1236-2
+letter \x60D5 124-16-5
+letter \x60D6 124-16-5
+letter \x60D7 1345-346-5
+letter \x60D8 456-4
+letter \x60D9 12-25-5
+letter \x60DA 1235-34-3
+letter \x60DB 1235-123456-3
+letter \x60DC 15-16-2
+letter \x60DD 12-1346-4
+letter \x60DE 15-1456-3
+letter \x60DF 1246-2
+letter \x60E0 1235-1246-5
+letter \x60E1 2346-5
+letter \x60E2 15-25-4
+letter \x60E3 125-12346-4
+letter \x60E4 13-2345-3
+letter \x60E5 235-4
+letter \x60E6 145-2345-5
+letter \x60E7 13-1256-5
+letter \x60E8 245-1236-4
+letter \x60E9 12-1356-2
+letter \x60EA 145-2346-2
+letter \x60EB 135-356-5
+letter \x60EC 245-346-5
+letter \x60ED 245-1236-2
+letter \x60EE 145-1236-5
+letter \x60EF 13-12456-5
+letter \x60F0 145-25-5
+letter \x60F1 1345-146-4
+letter \x60F2 256-5
+letter \x60F3 15-46-4
+letter \x60F4 1-1246-5
+letter \x60F5 145-346-2
+letter \x60F6 1235-456-2
+letter \x60F7 12-123456-4
+letter \x60F8 245-235-2
+letter \x60F9 1245-2346-4
+letter \x60FA 15-13456-3
+letter \x60FB 245-2346-5
+letter \x60FC 135-2345-4
+letter \x60FD 1235-123456-3
+letter \x60FE 125-12346-3
+letter \x60FF 124-16-2
+letter \x6100 245-246-4
+letter \x6101 12-12356-2
+letter \x6102 135-356-5
+letter \x6103 15-45-3
+letter \x6104 1246-3
+letter \x6105 13-2346-2
+letter \x6106 245-2345-3
+letter \x6107 1246-4
+letter \x6108 1256-5
+letter \x6109 1256-2
+letter \x610A 135-16-5
+letter \x610B 15-45-3
+letter \x610C 1235-12456-5
+letter \x610D 134-1456-4
+letter \x610E 135-16-5
+letter \x610F 16-5
+letter \x6110 134-2345-4
+letter \x6111 235-4
+letter \x6112 123-2456-5
+letter \x6113 145-1346-5
+letter \x6114 1456-3
+letter \x6115 2346-5
+letter \x6116 12-136-2
+letter \x6117 134-12356-5
+letter \x6118 245-23456-5
+letter \x6119 123-2346-5
+letter \x611A 1256-2
+letter \x611B 2456-5
+letter \x611C 245-346-5
+letter \x611D 2345-4
+letter \x611E 1345-25-5
+letter \x611F 13-1236-4
+letter \x6120 256-5
+letter \x6121 125-12346-4
+letter \x6122 15-2456-3
+letter \x6123 14-1356-5
+letter \x6124 12345-136-5
+letter \x6125 13456-3
+letter \x6126 123-1246-5
+letter \x6127 123-1246-5
+letter \x6128 245-236-5
+letter \x6129 13-12346-3
+letter \x612A 256-2
+letter \x612B 15-34-5
+letter \x612C 15-34-5
+letter \x612D 245-16-2
+letter \x612E 246-2
+letter \x612F 15-12346-4
+letter \x6130 1235-456-5
+letter \x6131 13-16-2
+letter \x6132 13-34-4
+letter \x6133 13-1256-5
+letter \x6134 12-456-5
+letter \x6135 1345-16-5
+letter \x6136 15-346-2
+letter \x6137 123-2456-4
+letter \x6138 1-1356-4
+letter \x6139 235-4
+letter \x613A 245-146-4
+letter \x613B 15-123456-5
+letter \x613C 24-136-5
+letter \x613D 135-126-2
+letter \x613E 123-2456-5
+letter \x613F 45-5
+letter \x6140 15-346-2
+letter \x6141 1235-123456-5
+letter \x6142 235-4
+letter \x6143 46-4
+letter \x6144 14-16-5
+letter \x6145 15-146-3
+letter \x6146 124-146-3
+letter \x6147 1456-3
+letter \x6148 245-156-2
+letter \x6149 15-1256-5
+letter \x614A 245-2345-5
+letter \x614B 124-2456-5
+letter \x614C 1235-456-3
+letter \x614D 256-5
+letter \x614E 24-136-5
+letter \x614F 134-13456-4
+letter \x6150 13-12346-5
+letter \x6151 1-2346-2
+letter \x6152 245-12346-2
+letter \x6153 1234-246-5
+letter \x6154 134-34-5
+letter \x6155 134-34-5
+letter \x6156 13-25-2
+letter \x6157 12-156-5
+letter \x6158 245-1236-4
+letter \x6159 245-1236-2
+letter \x615A 245-1236-2
+letter \x615B 245-1246-2
+letter \x615C 134-1456-4
+letter \x615D 124-2346-5
+letter \x615E 1-1346-3
+letter \x615F 124-12346-5
+letter \x6160 146-5
+letter \x6161 24-456-4
+letter \x6162 134-1236-5
+letter \x6163 13-12456-5
+letter \x6164 245-236-5
+letter \x6165 125-146-5
+letter \x6166 13-234-5
+letter \x6167 1235-1246-5
+letter \x6168 123-2456-4
+letter \x6169 14-2345-2
+letter \x616A 12356-5
+letter \x616B 15-12346-4
+letter \x616C 245-1456-2
+letter \x616D 1456-5
+letter \x616E 14-1256-5
+letter \x616F 24-1346-3
+letter \x6170 1246-5
+letter \x6171 124-12456-2
+letter \x6172 134-1236-2
+letter \x6173 245-2345-3
+letter \x6174 1-2346-2
+letter \x6175 235-3
+letter \x6176 245-13456-5
+letter \x6177 123-1346-3
+letter \x6178 145-16-5
+letter \x6179 1-156-2
+letter \x617A 14-12356-2
+letter \x617B 13-45-5
+letter \x617C 245-16-3
+letter \x617D 245-16-3
+letter \x617E 1256-5
+letter \x617F 1234-13456-2
+letter \x6180 14-246-2
+letter \x6181 125-12346-4
+letter \x6182 234-3
+letter \x6183 12-12346-3
+letter \x6184 1-156-5
+letter \x6185 124-12346-5
+letter \x6186 12-1356-3
+letter \x6187 245-16-5
+letter \x6188 245-1256-3
+letter \x6189 1234-1356-2
+letter \x618A 135-356-5
+letter \x618B 135-346-3
+letter \x618C 12-123456-2
+letter \x618D 13-246-3
+letter \x618E 125-1356-3
+letter \x618F 12-156-5
+letter \x6190 14-2345-2
+letter \x6191 1234-13456-2
+letter \x6192 123-1246-5
+letter \x6193 1235-1246-5
+letter \x6194 245-246-2
+letter \x6195 145-1356-5
+letter \x6196 1456-5
+letter \x6197 1456-5
+letter \x6198 15-16-4
+letter \x6199 15-16-4
+letter \x619A 145-1236-5
+letter \x619B 124-1236-2
+letter \x619C 145-25-4
+letter \x619D 145-1246-5
+letter \x619E 145-1246-5
+letter \x619F 15-34-5
+letter \x61A0 13-236-2
+letter \x61A1 245-2346-5
+letter \x61A2 15-246-3
+letter \x61A3 12345-1236-3
+letter \x61A4 12345-136-5
+letter \x61A5 14-146-2
+letter \x61A6 14-146-5
+letter \x61A7 12-12346-3
+letter \x61A8 1235-1236-3
+letter \x61A9 245-16-5
+letter \x61AA 15-2345-5
+letter \x61AB 134-1456-4
+letter \x61AC 13-13456-4
+letter \x61AD 14-246-4
+letter \x61AE 34-4
+letter \x61AF 245-1236-4
+letter \x61B0 13-236-2
+letter \x61B1 245-34-5
+letter \x61B2 15-2345-5
+letter \x61B3 124-1236-4
+letter \x61B4 24-1356-2
+letter \x61B5 1234-16-3
+letter \x61B6 16-5
+letter \x61B7 12-34-5
+letter \x61B8 15-2345-3
+letter \x61B9 1345-146-2
+letter \x61BA 145-1236-5
+letter \x61BB 124-1236-4
+letter \x61BC 13-13456-4
+letter \x61BD 15-12346-3
+letter \x61BE 1235-1236-5
+letter \x61BF 13-246-4
+letter \x61C0 1246-5
+letter \x61C1 15-45-3
+letter \x61C2 145-12346-4
+letter \x61C3 245-1456-2
+letter \x61C4 245-1456-2
+letter \x61C5 13-1256-5
+letter \x61C6 245-146-4
+letter \x61C7 123-136-4
+letter \x61C8 15-346-5
+letter \x61C9 13456-3
+letter \x61CA 146-5
+letter \x61CB 134-146-5
+letter \x61CC 16-5
+letter \x61CD 14-1456-4
+letter \x61CE 15-2346-5
+letter \x61CF 13-256-5
+letter \x61D0 1235-2356-2
+letter \x61D1 134-136-5
+letter \x61D2 14-1236-4
+letter \x61D3 2456-5
+letter \x61D4 14-1456-4
+letter \x61D5 2345-5
+letter \x61D6 13-35-3
+letter \x61D7 15-23456-5
+letter \x61D8 12-156-5
+letter \x61D9 1256-4
+letter \x61DA 1456-5
+letter \x61DB 145-2456-3
+letter \x61DC 134-1356-2
+letter \x61DD 2456-5
+letter \x61DE 134-1356-2
+letter \x61DF 145-1246-5
+letter \x61E0 245-16-2
+letter \x61E1 134-126-4
+letter \x61E2 14-1236-2
+letter \x61E3 134-136-5
+letter \x61E4 12-12356-2
+letter \x61E5 1-156-5
+letter \x61E6 1345-25-5
+letter \x61E7 1345-25-5
+letter \x61E8 2345-3
+letter \x61E9 46-4
+letter \x61EA 135-126-2
+letter \x61EB 1-156-5
+letter \x61EC 123-456-4
+letter \x61ED 123-456-4
+letter \x61EE 234-4
+letter \x61EF 12345-34-3
+letter \x61F0 14-234-2
+letter \x61F1 134-346-5
+letter \x61F2 12-1356-2
+letter \x61F3 1235-1246-5
+letter \x61F4 12-1236-5
+letter \x61F5 134-1356-2
+letter \x61F6 14-1236-4
+letter \x61F7 1235-2356-2
+letter \x61F8 15-45-2
+letter \x61F9 1245-1346-5
+letter \x61FA 12-1236-5
+letter \x61FB 13-16-5
+letter \x61FC 13-1256-5
+letter \x61FD 1235-12456-3
+letter \x61FE 1-2346-2
+letter \x61FF 16-5
+letter \x6200 14-2345-5
+letter \x6201 1345-1236-4
+letter \x6202 134-16-2
+letter \x6203 124-1346-4
+letter \x6204 13-236-2
+letter \x6205 1-456-5
+letter \x6206 1-456-5
+letter \x6207 1-456-5
+letter \x6208 13-2346-3
+letter \x6209 236-5
+letter \x620A 34-5
+letter \x620B 13-2345-3
+letter \x620C 15-1256-3
+letter \x620D 24-34-5
+letter \x620E 1245-12346-2
+letter \x620F 15-16-5
+letter \x6210 12-1356-2
+letter \x6211 25-4
+letter \x6212 13-346-5
+letter \x6213 13-2346-3
+letter \x6214 13-2345-3
+letter \x6215 245-46-2
+letter \x6216 1235-25-5
+letter \x6217 245-46-5
+letter \x6218 1-1236-5
+letter \x6219 145-12346-5
+letter \x621A 245-16-3
+letter \x621B 13-23456-2
+letter \x621C 145-346-2
+letter \x621D 125-356-2
+letter \x621E 13-23456-2
+letter \x621F 13-16-4
+letter \x6220 1-156-2
+letter \x6221 123-1236-3
+letter \x6222 13-16-2
+letter \x6223 123-1246-2
+letter \x6224 13-2456-5
+letter \x6225 145-1356-4
+letter \x6226 1-1236-5
+letter \x6227 245-46-5
+letter \x6228 13-2346-3
+letter \x6229 13-2345-4
+letter \x622A 13-346-2
+letter \x622B 1256-5
+letter \x622C 13-2345-4
+letter \x622D 2345-4
+letter \x622E 14-34-5
+letter \x622F 15-16-5
+letter \x6230 1-1236-5
+letter \x6231 15-16-5
+letter \x6232 15-16-5
+letter \x6233 12-25-3
+letter \x6234 145-2456-5
+letter \x6235 245-1256-2
+letter \x6236 1235-34-5
+letter \x6237 1235-34-5
+letter \x6238 1235-34-5
+letter \x6239 2346-5
+letter \x623A 24-156-5
+letter \x623B 124-16-5
+letter \x623C 134-146-4
+letter \x623D 1235-34-5
+letter \x623E 14-16-5
+letter \x623F 12345-1346-2
+letter \x6240 15-25-4
+letter \x6241 135-2345-4
+letter \x6242 145-2345-5
+letter \x6243 13-235-3
+letter \x6244 24-1346-4
+letter \x6245 16-2
+letter \x6246 16-4
+letter \x6247 24-1236-5
+letter \x6248 1235-34-5
+letter \x6249 12345-356-3
+letter \x624A 2345-4
+letter \x624B 24-12356-4
+letter \x624C 24-12356-4
+letter \x624D 245-2456-2
+letter \x624E 1-345-3
+letter \x624F 245-234-2
+letter \x6250 14-2346-5
+letter \x6251 1234-34-3
+letter \x6252 1234-345-2
+letter \x6253 145-345-4
+letter \x6254 1245-1356-3
+letter \x6255 12345-1236-4
+letter \x6256 1245-34-5
+letter \x6257 125-2456-5
+letter \x6258 124-25-3
+letter \x6259 1-1346-5
+letter \x625A 145-246-4
+letter \x625B 123-1346-2
+letter \x625C 1256-3
+letter \x625D 123-34-3
+letter \x625E 1235-1236-5
+letter \x625F 24-136-3
+letter \x6260 12-345-3
+letter \x6261 16-4
+letter \x6262 15-16-5
+letter \x6263 123-12356-5
+letter \x6264 34-5
+letter \x6265 145-123456-5
+letter \x6266 245-2345-3
+letter \x6267 1-156-2
+letter \x6268 1245-136-5
+letter \x6269 123-25-5
+letter \x626A 134-136-2
+letter \x626B 15-146-4
+letter \x626C 46-2
+letter \x626D 1345-234-4
+letter \x626E 135-1236-5
+letter \x626F 12-2346-4
+letter \x6270 234-5
+letter \x6271 15-16-3
+letter \x6272 245-2345-2
+letter \x6273 135-1236-3
+letter \x6274 13-23456-2
+letter \x6275 1256-2
+letter \x6276 12345-34-2
+letter \x6277 146-5
+letter \x6278 15-16-3
+letter \x6279 1234-16-3
+letter \x627A 1-156-4
+letter \x627B 125-156-5
+letter \x627C 2346-5
+letter \x627D 145-123456-5
+letter \x627E 1-146-4
+letter \x627F 12-1356-2
+letter \x6280 13-16-5
+letter \x6281 2345-4
+letter \x6282 123-456-2
+letter \x6283 135-2345-5
+letter \x6284 12-146-3
+letter \x6285 13-1256-3
+letter \x6286 123456-5
+letter \x6287 1235-34-2
+letter \x6288 236-5
+letter \x6289 13-236-2
+letter \x628A 135-345-4
+letter \x628B 245-1456-5
+letter \x628C 1-136-4
+letter \x628D 1-1356-4
+letter \x628E 256-4
+letter \x628F 12456-2
+letter \x6290 1345-136-5
+letter \x6291 16-5
+letter \x6292 24-34-3
+letter \x6293 1-35-3
+letter \x6294 1234-12356-2
+letter \x6295 124-12356-2
+letter \x6296 145-12356-4
+letter \x6297 123-1346-5
+letter \x6298 1-2346-2
+letter \x6299 1234-12356-2
+letter \x629A 12345-34-4
+letter \x629B 1234-146-3
+letter \x629C 135-345-2
+letter \x629D 1345-234-5
+letter \x629E 125-2346-2
+letter \x629F 124-12456-2
+letter \x62A0 123-12356-3
+letter \x62A1 14-123456-3
+letter \x62A2 245-46-4
+letter \x62A3 13-256-3
+letter \x62A4 1235-34-5
+letter \x62A5 135-146-5
+letter \x62A6 135-13456-4
+letter \x62A7 1-156-4
+letter \x62A8 1234-1356-3
+letter \x62A9 124-1236-3
+letter \x62AA 135-34-5
+letter \x62AB 1234-16-3
+letter \x62AC 124-2456-2
+letter \x62AD 246-4
+letter \x62AE 1-136-4
+letter \x62AF 1-345-3
+letter \x62B0 46-4
+letter \x62B1 135-146-5
+letter \x62B2 1235-2346-3
+letter \x62B3 1345-16-4
+letter \x62B4 346-5
+letter \x62B5 145-16-4
+letter \x62B6 12-156-5
+letter \x62B7 1234-16-3
+letter \x62B8 125-345-3
+letter \x62B9 134-126-4
+letter \x62BA 134-356-5
+letter \x62BB 24-136-5
+letter \x62BC 23456-3
+letter \x62BD 12-12356-3
+letter \x62BE 245-1256-3
+letter \x62BF 134-1456-4
+letter \x62C0 1-34-5
+letter \x62C1 13-23456-3
+letter \x62C2 12345-34-2
+letter \x62C3 1-1236-4
+letter \x62C4 1-34-4
+letter \x62C5 145-1236-3
+letter \x62C6 12-2456-3
+letter \x62C7 134-34-4
+letter \x62C8 1345-2345-2
+letter \x62C9 14-345-3
+letter \x62CA 12345-34-4
+letter \x62CB 1234-146-3
+letter \x62CC 135-1236-5
+letter \x62CD 1234-2456-3
+letter \x62CE 14-13456-3
+letter \x62CF 1345-345-2
+letter \x62D0 13-2356-4
+letter \x62D1 245-2345-2
+letter \x62D2 13-1256-5
+letter \x62D3 124-25-5
+letter \x62D4 135-345-2
+letter \x62D5 124-25-3
+letter \x62D6 124-25-3
+letter \x62D7 1345-234-5
+letter \x62D8 13-1256-3
+letter \x62D9 1-25-2
+letter \x62DA 1234-1236-5
+letter \x62DB 1-146-3
+letter \x62DC 135-2456-5
+letter \x62DD 135-2456-5
+letter \x62DE 145-16-4
+letter \x62DF 1345-16-4
+letter \x62E0 13-1256-5
+letter \x62E1 123-25-5
+letter \x62E2 14-12346-4
+letter \x62E3 13-2345-4
+letter \x62E4 245-23456-2
+letter \x62E5 235-4
+letter \x62E6 14-1236-2
+letter \x62E7 1345-13456-4
+letter \x62E8 135-126-3
+letter \x62E9 125-2346-2
+letter \x62EA 245-2345-3
+letter \x62EB 1235-136-2
+letter \x62EC 13-35-3
+letter \x62ED 24-156-5
+letter \x62EE 13-346-2
+letter \x62EF 1-1356-4
+letter \x62F0 1345-1456-4
+letter \x62F1 13-12346-4
+letter \x62F2 13-12346-4
+letter \x62F3 245-45-2
+letter \x62F4 24-12456-3
+letter \x62F5 245-123456-2
+letter \x62F6 125-1236-4
+letter \x62F7 123-146-4
+letter \x62F8 16-2
+letter \x62F9 15-346-2
+letter \x62FA 245-2346-5
+letter \x62FB 1235-1246-3
+letter \x62FC 1234-1456-3
+letter \x62FD 1-2356-5
+letter \x62FE 24-156-2
+letter \x62FF 1345-345-2
+letter \x6300 135-126-5
+letter \x6301 12-156-2
+letter \x6302 13-35-5
+letter \x6303 1-156-2
+letter \x6304 123-25-5
+letter \x6305 145-25-4
+letter \x6306 145-25-4
+letter \x6307 1-156-4
+letter \x6308 245-346-5
+letter \x6309 1236-5
+letter \x630A 1345-12346-5
+letter \x630B 1-136-5
+letter \x630C 13-2346-2
+letter \x630D 13-246-5
+letter \x630E 123-34-3
+letter \x630F 145-12346-5
+letter \x6310 1245-34-2
+letter \x6311 124-246-3
+letter \x6312 14-346-5
+letter \x6313 1-345-3
+letter \x6314 14-1256-4
+letter \x6315 145-346-2
+letter \x6316 35-3
+letter \x6317 13-236-2
+letter \x6318 14-346-4
+letter \x6319 13-1256-4
+letter \x631A 1-156-5
+letter \x631B 14-12456-2
+letter \x631C 23456-5
+letter \x631D 25-3
+letter \x631E 124-345-5
+letter \x631F 15-346-2
+letter \x6320 1345-146-2
+letter \x6321 145-1346-4
+letter \x6322 13-246-4
+letter \x6323 1-1356-5
+letter \x6324 13-16-4
+letter \x6325 1235-1246-3
+letter \x6326 15-256-2
+letter \x6327 1256-4
+letter \x6328 2456-3
+letter \x6329 124-25-3
+letter \x632A 1345-25-2
+letter \x632B 245-25-5
+letter \x632C 135-126-2
+letter \x632D 13-1356-4
+letter \x632E 124-16-5
+letter \x632F 1-136-5
+letter \x6330 12-1356-2
+letter \x6331 15-25-3
+letter \x6332 15-25-3
+letter \x6333 123-1356-3
+letter \x6334 134-356-4
+letter \x6335 1345-12346-5
+letter \x6336 13-1256-2
+letter \x6337 1234-1356-2
+letter \x6338 13-2345-4
+letter \x6339 16-5
+letter \x633A 124-13456-4
+letter \x633B 24-1236-3
+letter \x633C 1245-25-2
+letter \x633D 12456-4
+letter \x633E 15-346-2
+letter \x633F 12-345-3
+letter \x6340 12345-1356-2
+letter \x6341 123-34-5
+letter \x6342 34-4
+letter \x6343 13-256-5
+letter \x6344 13-234-5
+letter \x6345 124-12346-4
+letter \x6346 123-123456-4
+letter \x6347 1235-25-5
+letter \x6348 124-34-2
+letter \x6349 1-25-3
+letter \x634A 1234-12356-2
+letter \x634B 14-1256-4
+letter \x634C 135-345-3
+letter \x634D 1235-1236-5
+letter \x634E 24-146-3
+letter \x634F 1345-346-3
+letter \x6350 13-45-3
+letter \x6351 125-2346-2
+letter \x6352 15-12346-4
+letter \x6353 346-2
+letter \x6354 13-236-2
+letter \x6355 135-34-4
+letter \x6356 12456-2
+letter \x6357 135-34-5
+letter \x6358 125-123456-5
+letter \x6359 16-5
+letter \x635A 1-2456-3
+letter \x635B 14-1256-4
+letter \x635C 15-12356-3
+letter \x635D 124-25-3
+letter \x635E 14-146-3
+letter \x635F 15-123456-4
+letter \x6360 135-1346-3
+letter \x6361 13-2345-4
+letter \x6362 1235-12456-5
+letter \x6363 145-146-4
+letter \x6364 1246-4
+letter \x6365 12456-5
+letter \x6366 245-1456-2
+letter \x6367 1234-1356-4
+letter \x6368 24-2346-4
+letter \x6369 14-346-5
+letter \x636A 134-1456-2
+letter \x636B 134-136-2
+letter \x636C 12345-34-4
+letter \x636D 135-2456-4
+letter \x636E 13-1256-5
+letter \x636F 145-146-2
+letter \x6370 25-4
+letter \x6371 2456-2
+letter \x6372 13-45-4
+letter \x6373 236-5
+letter \x6374 125-12346-4
+letter \x6375 12-136-3
+letter \x6376 12-1246-2
+letter \x6377 13-346-2
+letter \x6378 124-34-3
+letter \x6379 135-136-5
+letter \x637A 1345-345-5
+letter \x637B 1345-2345-4
+letter \x637C 1345-25-2
+letter \x637D 125-34-2
+letter \x637E 25-5
+letter \x637F 15-16-3
+letter \x6380 15-2345-3
+letter \x6381 12-1356-2
+letter \x6382 145-2345-3
+letter \x6383 15-146-4
+letter \x6384 14-123456-3
+letter \x6385 245-13456-5
+letter \x6386 13-1346-3
+letter \x6387 145-25-2
+letter \x6388 24-12356-5
+letter \x6389 145-246-5
+letter \x638A 1234-12356-2
+letter \x638B 145-16-4
+letter \x638C 1-1346-4
+letter \x638D 13-123456-4
+letter \x638E 13-16-4
+letter \x638F 124-146-3
+letter \x6390 245-23456-3
+letter \x6391 245-16-2
+letter \x6392 1234-2456-2
+letter \x6393 24-34-2
+letter \x6394 245-2345-3
+letter \x6395 14-13456-2
+letter \x6396 16-5
+letter \x6397 23456-5
+letter \x6398 13-236-2
+letter \x6399 1-1356-5
+letter \x639A 14-46-4
+letter \x639B 13-35-5
+letter \x639C 1345-16-4
+letter \x639D 1235-25-5
+letter \x639E 24-1236-5
+letter \x639F 145-13456-5
+letter \x63A0 14-236-5
+letter \x63A1 245-2456-4
+letter \x63A2 124-1236-5
+letter \x63A3 12-2346-5
+letter \x63A4 135-13456-3
+letter \x63A5 13-346-3
+letter \x63A6 124-16-3
+letter \x63A7 123-12346-5
+letter \x63A8 124-1246-3
+letter \x63A9 2345-4
+letter \x63AA 245-25-5
+letter \x63AB 125-12356-3
+letter \x63AC 13-1256-2
+letter \x63AD 124-2345-5
+letter \x63AE 245-2345-2
+letter \x63AF 123-136-5
+letter \x63B0 135-2456-3
+letter \x63B1 24-12356-4
+letter \x63B2 13-346-3
+letter \x63B3 14-34-4
+letter \x63B4 13-25-2
+letter \x63B5 134-13456-5
+letter \x63B6 13-346-2
+letter \x63B7 1-156-2
+letter \x63B8 145-1236-4
+letter \x63B9 134-1356-3
+letter \x63BA 12-1236-3
+letter \x63BB 15-146-3
+letter \x63BC 13-12456-5
+letter \x63BD 1234-1356-5
+letter \x63BE 45-5
+letter \x63BF 1345-25-5
+letter \x63C0 13-2345-4
+letter \x63C1 1-136-3
+letter \x63C2 13-234-3
+letter \x63C3 13-2345-4
+letter \x63C4 1256-2
+letter \x63C5 2345-2
+letter \x63C6 123-1246-2
+letter \x63C7 1345-1236-4
+letter \x63C8 1235-12346-3
+letter \x63C9 1245-12356-2
+letter \x63CA 1234-16-5
+letter \x63CB 1246-3
+letter \x63CC 15-2456-3
+letter \x63CD 125-12356-5
+letter \x63CE 15-45-3
+letter \x63CF 134-246-2
+letter \x63D0 124-16-2
+letter \x63D1 1345-346-3
+letter \x63D2 12-345-3
+letter \x63D3 24-156-5
+letter \x63D4 125-12346-4
+letter \x63D5 1-136-5
+letter \x63D6 16-3
+letter \x63D7 24-123456-4
+letter \x63D8 1235-456-2
+letter \x63D9 135-2345-5
+letter \x63DA 46-2
+letter \x63DB 1235-12456-5
+letter \x63DC 2345-4
+letter \x63DD 125-1236-4
+letter \x63DE 1236-4
+letter \x63DF 15-1256-3
+letter \x63E0 23456-5
+letter \x63E1 25-5
+letter \x63E2 123-2346-2
+letter \x63E3 12-2356-4
+letter \x63E4 13-16-2
+letter \x63E5 124-16-5
+letter \x63E6 14-345-2
+letter \x63E7 14-345-5
+letter \x63E8 12-1356-2
+letter \x63E9 123-2456-3
+letter \x63EA 13-234-3
+letter \x63EB 13-234-3
+letter \x63EC 124-34-2
+letter \x63ED 13-346-3
+letter \x63EE 1235-1246-3
+letter \x63EF 13-1356-3
+letter \x63F0 12-12346-5
+letter \x63F1 15-246-3
+letter \x63F2 24-2346-2
+letter \x63F3 15-346-3
+letter \x63F4 45-2
+letter \x63F5 245-2345-2
+letter \x63F6 346-2
+letter \x63F7 12-345-3
+letter \x63F8 1-345-3
+letter \x63F9 135-356-3
+letter \x63FA 246-2
+letter \x63FB 1246-3
+letter \x63FC 135-1356-5
+letter \x63FD 14-1236-4
+letter \x63FE 123456-5
+letter \x63FF 245-1456-5
+letter \x6400 12-1236-3
+letter \x6401 13-2346-3
+letter \x6402 14-12356-4
+letter \x6403 125-12346-4
+letter \x6404 13-1356-3
+letter \x6405 13-246-4
+letter \x6406 13-12356-5
+letter \x6407 245-1456-5
+letter \x6408 235-4
+letter \x6409 245-236-5
+letter \x640A 12-12356-3
+letter \x640B 12-2356-3
+letter \x640C 1-1236-4
+letter \x640D 15-123456-4
+letter \x640E 15-123456-3
+letter \x640F 135-126-2
+letter \x6410 12-34-5
+letter \x6411 1245-12346-2
+letter \x6412 135-1356-5
+letter \x6413 245-25-3
+letter \x6414 15-146-3
+letter \x6415 123-2346-3
+letter \x6416 246-2
+letter \x6417 145-146-4
+letter \x6418 1-156-3
+letter \x6419 1345-34-5
+letter \x641A 15-346-2
+letter \x641B 13-2345-3
+letter \x641C 15-12356-3
+letter \x641D 245-234-4
+letter \x641E 13-146-4
+letter \x641F 15-2345-4
+letter \x6420 24-25-5
+letter \x6421 15-1346-4
+letter \x6422 13-1456-5
+letter \x6423 134-346-5
+letter \x6424 2346-5
+letter \x6425 12-1246-2
+letter \x6426 1345-25-5
+letter \x6427 24-1236-3
+letter \x6428 124-345-5
+letter \x6429 1-345-4
+letter \x642A 124-1346-2
+letter \x642B 1234-126-2
+letter \x642C 135-1236-3
+letter \x642D 145-345-3
+letter \x642E 14-16-5
+letter \x642F 124-146-3
+letter \x6430 1235-34-2
+letter \x6431 1-156-5
+letter \x6432 35-3
+letter \x6433 15-23456-2
+letter \x6434 245-2345-3
+letter \x6435 123456-5
+letter \x6436 245-46-4
+letter \x6437 124-2345-2
+letter \x6438 1-136-3
+letter \x6439 2346-5
+letter \x643A 15-16-3
+letter \x643B 1345-25-5
+letter \x643C 245-45-2
+letter \x643D 12-345-2
+letter \x643E 1-345-5
+letter \x643F 13-2346-2
+letter \x6440 34-4
+letter \x6441 136-5
+letter \x6442 24-2346-5
+letter \x6443 13-1346-5
+letter \x6444 24-2346-5
+letter \x6445 24-34-3
+letter \x6446 135-2456-4
+letter \x6447 246-2
+letter \x6448 135-1456-5
+letter \x6449 15-12356-3
+letter \x644A 124-1236-3
+letter \x644B 24-345-3
+letter \x644C 12-1236-4
+letter \x644D 15-25-3
+letter \x644E 13-234-3
+letter \x644F 12-12346-3
+letter \x6450 12-456-3
+letter \x6451 13-25-2
+letter \x6452 135-13456-5
+letter \x6453 12345-1356-2
+letter \x6454 24-2356-3
+letter \x6455 145-16-5
+letter \x6456 245-16-5
+letter \x6457 15-12356-3
+letter \x6458 1-2456-3
+letter \x6459 14-2345-4
+letter \x645A 12-1356-3
+letter \x645B 12-156-3
+letter \x645C 13-12456-5
+letter \x645D 14-34-5
+letter \x645E 14-25-5
+letter \x645F 14-12356-4
+letter \x6460 125-12346-4
+letter \x6461 13-2456-5
+letter \x6462 1235-34-5
+letter \x6463 1-345-3
+letter \x6464 245-46-4
+letter \x6465 124-1346-5
+letter \x6466 1235-35-5
+letter \x6467 245-1246-3
+letter \x6468 1345-2456-2
+letter \x6469 134-126-2
+letter \x646A 13-46-3
+letter \x646B 13-1246-3
+letter \x646C 13456-5
+letter \x646D 1-156-2
+letter \x646E 146-2
+letter \x646F 1-156-5
+letter \x6470 1345-346-5
+letter \x6471 134-1236-5
+letter \x6472 24-1236-5
+letter \x6473 123-12356-3
+letter \x6474 24-34-3
+letter \x6475 24-2346-5
+letter \x6476 124-12456-2
+letter \x6477 13-246-4
+letter \x6478 134-126-3
+letter \x6479 134-126-2
+letter \x647A 1-2346-2
+letter \x647B 12-1236-3
+letter \x647C 123-1356-3
+letter \x647D 135-246-5
+letter \x647E 13-46-5
+letter \x647F 246-2
+letter \x6480 13-12356-5
+letter \x6481 245-2345-3
+letter \x6482 14-246-5
+letter \x6483 13-16-2
+letter \x6484 13456-3
+letter \x6485 13-236-3
+letter \x6486 1234-346-4
+letter \x6487 1234-346-4
+letter \x6488 14-146-3
+letter \x6489 145-123456-3
+letter \x648A 15-2345-5
+letter \x648B 1245-12456-2
+letter \x648C 13-1246-5
+letter \x648D 125-1236-4
+letter \x648E 16-5
+letter \x648F 15-256-2
+letter \x6490 12-1356-3
+letter \x6491 12-1356-3
+letter \x6492 15-345-4
+letter \x6493 1345-146-2
+letter \x6494 1235-1356-5
+letter \x6495 15-156-3
+letter \x6496 13-1236-4
+letter \x6497 13-456-5
+letter \x6498 145-345-3
+letter \x6499 125-123456-4
+letter \x649A 1345-2345-4
+letter \x649B 14-1456-4
+letter \x649C 1-1356-4
+letter \x649D 1235-1246-3
+letter \x649E 1-456-5
+letter \x649F 13-246-4
+letter \x64A0 13-16-4
+letter \x64A1 245-146-3
+letter \x64A2 145-1236-4
+letter \x64A3 145-1236-4
+letter \x64A4 12-2346-5
+letter \x64A5 135-126-3
+letter \x64A6 12-2346-4
+letter \x64A7 13-236-2
+letter \x64A8 15-246-3
+letter \x64A9 14-246-2
+letter \x64AA 135-136-5
+letter \x64AB 12345-34-4
+letter \x64AC 245-246-5
+letter \x64AD 135-126-5
+letter \x64AE 245-25-3
+letter \x64AF 1-25-2
+letter \x64B0 1-12456-5
+letter \x64B1 124-25-4
+letter \x64B2 1234-34-3
+letter \x64B3 245-1456-5
+letter \x64B4 145-123456-3
+letter \x64B5 1345-2345-4
+letter \x64B6 1235-35-2
+letter \x64B7 13-346-2
+letter \x64B8 14-34-3
+letter \x64B9 13-246-4
+letter \x64BA 245-12456-3
+letter \x64BB 124-345-5
+letter \x64BC 1235-1236-5
+letter \x64BD 245-246-5
+letter \x64BE 1-35-3
+letter \x64BF 13-2345-4
+letter \x64C0 13-1236-4
+letter \x64C1 235-4
+letter \x64C2 14-356-2
+letter \x64C3 1345-1346-4
+letter \x64C4 14-34-4
+letter \x64C5 24-1236-5
+letter \x64C6 1-25-2
+letter \x64C7 125-2346-2
+letter \x64C8 1234-34-3
+letter \x64C9 12-34-5
+letter \x64CA 13-16-2
+letter \x64CB 145-1346-4
+letter \x64CC 15-25-4
+letter \x64CD 245-146-3
+letter \x64CE 245-13456-2
+letter \x64CF 245-13456-2
+letter \x64D0 1235-12456-5
+letter \x64D1 13-346-3
+letter \x64D2 245-1456-2
+letter \x64D3 123-2356-3
+letter \x64D4 145-1236-3
+letter \x64D5 15-16-3
+letter \x64D6 13-2346-4
+letter \x64D7 1234-16-5
+letter \x64D8 135-126-5
+letter \x64D9 146-5
+letter \x64DA 13-1256-5
+letter \x64DB 346-5
+letter \x64DC 2346-5
+letter \x64DD 134-1356-3
+letter \x64DE 15-12356-4
+letter \x64DF 134-16-2
+letter \x64E0 13-16-4
+letter \x64E1 124-2456-2
+letter \x64E2 1-25-2
+letter \x64E3 145-146-4
+letter \x64E4 15-13456-4
+letter \x64E5 14-1236-4
+letter \x64E6 245-345-3
+letter \x64E7 13-1256-4
+letter \x64E8 346-2
+letter \x64E9 1245-34-5
+letter \x64EA 346-5
+letter \x64EB 346-5
+letter \x64EC 1345-16-4
+letter \x64ED 1235-25-5
+letter \x64EE 13-346-2
+letter \x64EF 135-1456-5
+letter \x64F0 1345-13456-4
+letter \x64F1 13-2346-3
+letter \x64F2 1-156-2
+letter \x64F3 13-346-2
+letter \x64F4 123-25-5
+letter \x64F5 134-126-2
+letter \x64F6 13-2345-5
+letter \x64F7 13-346-2
+letter \x64F8 14-346-5
+letter \x64F9 124-1236-3
+letter \x64FA 135-2456-4
+letter \x64FB 15-12356-4
+letter \x64FC 14-34-3
+letter \x64FD 14-236-5
+letter \x64FE 1245-146-4
+letter \x64FF 124-16-5
+letter \x6500 1234-1236-3
+letter \x6501 46-4
+letter \x6502 14-356-2
+letter \x6503 15-345-5
+letter \x6504 24-34-3
+letter \x6505 125-1236-4
+letter \x6506 1345-2345-4
+letter \x6507 15-2345-4
+letter \x6508 13-256-5
+letter \x6509 1235-25-5
+letter \x650A 14-16-5
+letter \x650B 14-345-5
+letter \x650C 1235-1236-5
+letter \x650D 13456-2
+letter \x650E 14-34-2
+letter \x650F 14-12346-4
+letter \x6510 245-2345-3
+letter \x6511 245-2345-3
+letter \x6512 125-1236-4
+letter \x6513 245-2345-3
+letter \x6514 14-1236-2
+letter \x6515 15-2345-3
+letter \x6516 13456-3
+letter \x6517 134-356-2
+letter \x6518 1245-1346-2
+letter \x6519 12-1236-3
+letter \x651A 12346-4
+letter \x651B 245-12456-3
+letter \x651C 15-16-3
+letter \x651D 24-2346-5
+letter \x651E 14-25-3
+letter \x651F 13-256-5
+letter \x6520 134-16-2
+letter \x6521 14-16-2
+letter \x6522 125-1236-4
+letter \x6523 14-12456-2
+letter \x6524 124-1236-3
+letter \x6525 125-12456-5
+letter \x6526 14-16-5
+letter \x6527 145-2345-3
+letter \x6528 35-3
+letter \x6529 145-1346-4
+letter \x652A 13-246-4
+letter \x652B 13-236-2
+letter \x652C 14-1236-4
+letter \x652D 14-16-5
+letter \x652E 1345-1346-4
+letter \x652F 1-156-3
+letter \x6530 13-1246-5
+letter \x6531 13-1246-4
+letter \x6532 245-16-3
+letter \x6533 15-256-2
+letter \x6534 1234-34-3
+letter \x6535 1234-34-3
+letter \x6536 24-12356-3
+letter \x6537 123-146-4
+letter \x6538 234-3
+letter \x6539 13-2456-4
+letter \x653A 16-4
+letter \x653B 13-12346-3
+letter \x653C 13-1236-3
+letter \x653D 135-1236-3
+letter \x653E 12345-1346-5
+letter \x653F 1-1356-5
+letter \x6540 135-126-2
+letter \x6541 145-2345-3
+letter \x6542 123-12356-5
+letter \x6543 134-1456-4
+letter \x6544 34-5
+letter \x6545 13-34-5
+letter \x6546 13-2346-2
+letter \x6547 245-2346-5
+letter \x6548 15-246-5
+letter \x6549 134-16-4
+letter \x654A 12-34-5
+letter \x654B 13-2346-2
+letter \x654C 145-16-2
+letter \x654D 15-1256-5
+letter \x654E 13-246-5
+letter \x654F 134-1456-4
+letter \x6550 12-136-2
+letter \x6551 13-234-5
+letter \x6552 24-136-3
+letter \x6553 145-25-2
+letter \x6554 1256-4
+letter \x6555 12-156-5
+letter \x6556 146-2
+letter \x6557 135-2456-5
+letter \x6558 15-1256-5
+letter \x6559 13-246-5
+letter \x655A 145-25-2
+letter \x655B 14-2345-5
+letter \x655C 1345-346-5
+letter \x655D 135-16-5
+letter \x655E 12-1346-4
+letter \x655F 145-2345-4
+letter \x6560 145-25-2
+letter \x6561 16-5
+letter \x6562 13-1236-4
+letter \x6563 15-1236-5
+letter \x6564 123-2346-4
+letter \x6565 2345-5
+letter \x6566 145-123456-3
+letter \x6567 13-16-3
+letter \x6568 124-12356-4
+letter \x6569 15-246-5
+letter \x656A 145-25-2
+letter \x656B 13-246-4
+letter \x656C 13-13456-5
+letter \x656D 46-2
+letter \x656E 15-23456-3
+letter \x656F 134-1456-4
+letter \x6570 24-34-5
+letter \x6571 2456-2
+letter \x6572 245-246-3
+letter \x6573 2456-2
+letter \x6574 1-1356-4
+letter \x6575 145-16-2
+letter \x6576 1-136-5
+letter \x6577 12345-34-3
+letter \x6578 24-34-5
+letter \x6579 14-246-2
+letter \x657A 245-1256-3
+letter \x657B 15-235-5
+letter \x657C 15-16-4
+letter \x657D 13-246-4
+letter \x657E 24-1236-5
+letter \x657F 13-246-4
+letter \x6580 1-25-2
+letter \x6581 16-5
+letter \x6582 14-2345-5
+letter \x6583 135-16-5
+letter \x6584 14-16-5
+letter \x6585 15-246-5
+letter \x6586 15-246-5
+letter \x6587 123456-2
+letter \x6588 15-236-2
+letter \x6589 245-16-2
+letter \x658A 245-16-2
+letter \x658B 1-2456-3
+letter \x658C 135-1456-3
+letter \x658D 13-236-2
+letter \x658E 1-2456-3
+letter \x658F 14-1346-2
+letter \x6590 12345-356-4
+letter \x6591 135-1236-3
+letter \x6592 135-1236-3
+letter \x6593 14-1236-2
+letter \x6594 1256-4
+letter \x6595 14-1236-2
+letter \x6596 1246-4
+letter \x6597 145-12356-4
+letter \x6598 24-1356-3
+letter \x6599 14-246-5
+letter \x659A 13-23456-4
+letter \x659B 1235-34-2
+letter \x659C 15-346-2
+letter \x659D 13-23456-4
+letter \x659E 1256-4
+letter \x659F 1-136-3
+letter \x65A0 13-246-5
+letter \x65A1 25-5
+letter \x65A2 124-12356-4
+letter \x65A3 145-12356-5
+letter \x65A4 13-1456-3
+letter \x65A5 12-156-5
+letter \x65A6 1456-2
+letter \x65A7 12345-34-4
+letter \x65A8 245-46-3
+letter \x65A9 1-1236-4
+letter \x65AA 245-1256-2
+letter \x65AB 1-25-2
+letter \x65AC 1-1236-4
+letter \x65AD 145-12456-5
+letter \x65AE 1-25-2
+letter \x65AF 15-156-3
+letter \x65B0 15-1456-3
+letter \x65B1 1-25-2
+letter \x65B2 1-25-2
+letter \x65B3 245-1456-2
+letter \x65B4 14-1456-2
+letter \x65B5 1-25-2
+letter \x65B6 12-34-5
+letter \x65B7 145-12456-5
+letter \x65B8 1-34-4
+letter \x65B9 12345-1346-3
+letter \x65BA 15-346-5
+letter \x65BB 1235-1346-2
+letter \x65BC 1256-2
+letter \x65BD 24-156-3
+letter \x65BE 1234-356-5
+letter \x65BF 234-2
+letter \x65C0 134-356-5
+letter \x65C1 1234-1346-2
+letter \x65C2 245-16-2
+letter \x65C3 1-1236-3
+letter \x65C4 134-146-2
+letter \x65C5 14-1256-4
+letter \x65C6 1234-356-5
+letter \x65C7 1234-16-3
+letter \x65C8 14-234-2
+letter \x65C9 12345-34-3
+letter \x65CA 12345-1346-4
+letter \x65CB 15-45-2
+letter \x65CC 13-13456-3
+letter \x65CD 13-13456-3
+letter \x65CE 1345-16-4
+letter \x65CF 125-34-2
+letter \x65D0 1-146-5
+letter \x65D1 16-4
+letter \x65D2 14-234-2
+letter \x65D3 24-146-3
+letter \x65D4 13-2345-5
+letter \x65D5 1256-2
+letter \x65D6 16-4
+letter \x65D7 245-16-2
+letter \x65D8 1-156-5
+letter \x65D9 12345-1236-3
+letter \x65DA 1234-246-3
+letter \x65DB 12345-1236-3
+letter \x65DC 1-1236-3
+letter \x65DD 13-2356-5
+letter \x65DE 15-1246-5
+letter \x65DF 1256-2
+letter \x65E0 34-2
+letter \x65E1 13-16-5
+letter \x65E2 13-16-5
+letter \x65E3 13-16-5
+letter \x65E4 1235-25-5
+letter \x65E5 1245-156-5
+letter \x65E6 145-1236-5
+letter \x65E7 13-234-5
+letter \x65E8 1-156-4
+letter \x65E9 125-146-4
+letter \x65EA 15-346-2
+letter \x65EB 124-246-3
+letter \x65EC 15-256-2
+letter \x65ED 15-1256-5
+letter \x65EE 13-345-3
+letter \x65EF 14-345-2
+letter \x65F0 13-1236-5
+letter \x65F1 1235-1236-5
+letter \x65F2 124-2456-2
+letter \x65F3 145-16-5
+letter \x65F4 15-1256-3
+letter \x65F5 12-1236-4
+letter \x65F6 24-156-2
+letter \x65F7 123-456-5
+letter \x65F8 46-2
+letter \x65F9 24-156-2
+letter \x65FA 456-5
+letter \x65FB 134-1456-2
+letter \x65FC 134-1456-2
+letter \x65FD 124-123456-3
+letter \x65FE 12-123456-3
+letter \x65FF 34-4
+letter \x6600 256-2
+letter \x6601 135-356-5
+letter \x6602 1346-2
+letter \x6603 125-2346-5
+letter \x6604 135-1236-4
+letter \x6605 13-16-2
+letter \x6606 123-123456-3
+letter \x6607 24-1356-3
+letter \x6608 1235-34-5
+letter \x6609 12345-1346-4
+letter \x660A 1235-146-5
+letter \x660B 13-1246-5
+letter \x660C 12-1346-3
+letter \x660D 15-45-3
+letter \x660E 134-13456-2
+letter \x660F 1235-123456-3
+letter \x6610 12345-136-3
+letter \x6611 245-1456-4
+letter \x6612 1235-34-3
+letter \x6613 16-5
+letter \x6614 15-16-2
+letter \x6615 15-1456-3
+letter \x6616 2345-2
+letter \x6617 125-2346-5
+letter \x6618 12345-1346-4
+letter \x6619 124-1236-2
+letter \x661A 24-136-5
+letter \x661B 13-1256-5
+letter \x661C 46-2
+letter \x661D 125-1236-4
+letter \x661E 135-13456-4
+letter \x661F 15-13456-3
+letter \x6620 13456-5
+letter \x6621 15-45-5
+letter \x6622 1234-356-5
+letter \x6623 1-136-4
+letter \x6624 14-13456-3
+letter \x6625 12-123456-3
+letter \x6626 1235-146-5
+letter \x6627 134-356-5
+letter \x6628 125-25-2
+letter \x6629 134-126-5
+letter \x662A 135-2345-5
+letter \x662B 15-1256-4
+letter \x662C 1235-123456-3
+letter \x662D 1-146-3
+letter \x662E 125-12346-5
+letter \x662F 24-156-5
+letter \x6630 24-156-5
+letter \x6631 1256-5
+letter \x6632 12345-356-5
+letter \x6633 145-346-2
+letter \x6634 134-146-4
+letter \x6635 1345-16-5
+letter \x6636 12-1346-4
+letter \x6637 123456-3
+letter \x6638 145-12346-3
+letter \x6639 2456-4
+letter \x663A 135-13456-4
+letter \x663B 1346-2
+letter \x663C 1-12356-5
+letter \x663D 14-12346-2
+letter \x663E 15-2345-4
+letter \x663F 123-456-5
+letter \x6640 124-246-4
+letter \x6641 12-146-2
+letter \x6642 24-156-2
+letter \x6643 1235-456-5
+letter \x6644 1235-456-5
+letter \x6645 15-45-3
+letter \x6646 123-1246-2
+letter \x6647 15-1256-3
+letter \x6648 13-246-4
+letter \x6649 13-1456-5
+letter \x664A 1-156-5
+letter \x664B 13-1456-5
+letter \x664C 24-1346-4
+letter \x664D 124-12346-2
+letter \x664E 1235-12346-4
+letter \x664F 2345-5
+letter \x6650 13-2456-3
+letter \x6651 15-46-4
+letter \x6652 24-2456-5
+letter \x6653 15-246-4
+letter \x6654 346-5
+letter \x6655 256-3
+letter \x6656 1235-1246-3
+letter \x6657 1235-1236-2
+letter \x6658 1235-1236-5
+letter \x6659 13-256-5
+letter \x665A 12456-4
+letter \x665B 15-2345-5
+letter \x665C 123-123456-3
+letter \x665D 1-12356-5
+letter \x665E 15-16-3
+letter \x665F 24-1356-5
+letter \x6660 24-1356-5
+letter \x6661 135-34-3
+letter \x6662 1-2346-2
+letter \x6663 1-2346-2
+letter \x6664 34-5
+letter \x6665 12456-4
+letter \x6666 1235-1246-5
+letter \x6667 1235-146-5
+letter \x6668 12-136-2
+letter \x6669 12456-4
+letter \x666A 124-2345-4
+letter \x666B 1-25-2
+letter \x666C 125-1246-5
+letter \x666D 1-12356-4
+letter \x666E 1234-34-4
+letter \x666F 13-13456-4
+letter \x6670 15-16-3
+letter \x6671 24-1236-4
+letter \x6672 16-4
+letter \x6673 15-16-3
+letter \x6674 245-13456-2
+letter \x6675 245-16-4
+letter \x6676 13-13456-3
+letter \x6677 13-1246-4
+letter \x6678 1-136-4
+letter \x6679 16-5
+letter \x667A 1-156-5
+letter \x667B 1236-4
+letter \x667C 12456-4
+letter \x667D 14-1456-2
+letter \x667E 14-46-5
+letter \x667F 12-1346-3
+letter \x6680 456-4
+letter \x6681 15-246-4
+letter \x6682 1-1236-5
+letter \x6683 12345-356-2
+letter \x6684 15-45-3
+letter \x6685 15-45-3
+letter \x6686 16-2
+letter \x6687 15-23456-2
+letter \x6688 256-3
+letter \x6689 1235-1246-3
+letter \x668A 12345-34-4
+letter \x668B 134-1456-4
+letter \x668C 123-1246-2
+letter \x668D 1235-2346-5
+letter \x668E 13456-5
+letter \x668F 24-34-5
+letter \x6690 1246-4
+letter \x6691 24-34-4
+letter \x6692 245-13456-2
+letter \x6693 134-146-5
+letter \x6694 1345-1236-2
+letter \x6695 13-2345-4
+letter \x6696 1345-12456-4
+letter \x6697 1236-5
+letter \x6698 46-2
+letter \x6699 12-123456-3
+letter \x669A 246-2
+letter \x669B 15-25-4
+letter \x669C 1234-34-4
+letter \x669D 134-13456-2
+letter \x669E 13-246-4
+letter \x669F 123-2456-4
+letter \x66A0 13-146-4
+letter \x66A1 12346-4
+letter \x66A2 12-1346-5
+letter \x66A3 245-16-5
+letter \x66A4 1235-146-5
+letter \x66A5 2345-5
+letter \x66A6 14-16-5
+letter \x66A7 2456-5
+letter \x66A8 13-16-5
+letter \x66A9 13-16-5
+letter \x66AA 134-136-4
+letter \x66AB 1-1236-5
+letter \x66AC 15-346-5
+letter \x66AD 1235-146-5
+letter \x66AE 134-34-5
+letter \x66AF 134-126-5
+letter \x66B0 245-12346-3
+letter \x66B1 1345-16-5
+letter \x66B2 1-1346-3
+letter \x66B3 1235-1246-5
+letter \x66B4 135-146-5
+letter \x66B5 1235-1236-5
+letter \x66B6 15-45-2
+letter \x66B7 12-12456-2
+letter \x66B8 14-246-4
+letter \x66B9 15-2345-3
+letter \x66BA 145-1236-5
+letter \x66BB 13-13456-4
+letter \x66BC 1234-346-3
+letter \x66BD 14-1456-2
+letter \x66BE 124-123456-3
+letter \x66BF 15-16-4
+letter \x66C0 16-5
+letter \x66C1 13-16-5
+letter \x66C2 1235-456-5
+letter \x66C3 145-2456-5
+letter \x66C4 346-5
+letter \x66C5 346-5
+letter \x66C6 14-16-5
+letter \x66C7 124-1236-2
+letter \x66C8 124-12346-2
+letter \x66C9 15-246-4
+letter \x66CA 12345-356-5
+letter \x66CB 24-136-4
+letter \x66CC 1-146-5
+letter \x66CD 1235-146-5
+letter \x66CE 16-5
+letter \x66CF 15-46-5
+letter \x66D0 15-13456-3
+letter \x66D1 24-136-3
+letter \x66D2 13-246-4
+letter \x66D3 135-146-5
+letter \x66D4 13-13456-5
+letter \x66D5 2345-5
+letter \x66D6 2456-5
+letter \x66D7 346-5
+letter \x66D8 1245-34-2
+letter \x66D9 24-34-5
+letter \x66DA 134-1356-2
+letter \x66DB 15-256-3
+letter \x66DC 246-5
+letter \x66DD 1234-34-5
+letter \x66DE 14-16-5
+letter \x66DF 12-136-2
+letter \x66E0 123-456-5
+letter \x66E1 145-346-2
+letter \x66E2 14-246-2
+letter \x66E3 2345-5
+letter \x66E4 1235-25-5
+letter \x66E5 14-1256-2
+letter \x66E6 15-16-3
+letter \x66E7 1245-12346-2
+letter \x66E8 14-12346-2
+letter \x66E9 1345-1346-4
+letter \x66EA 14-25-4
+letter \x66EB 14-12456-2
+letter \x66EC 24-2456-5
+letter \x66ED 124-1346-4
+letter \x66EE 2345-4
+letter \x66EF 1-34-2
+letter \x66F0 236-3
+letter \x66F1 23456-3
+letter \x66F2 245-1256-4
+letter \x66F3 16-5
+letter \x66F4 13-1356-5
+letter \x66F5 16-5
+letter \x66F6 1235-34-3
+letter \x66F7 1235-2346-2
+letter \x66F8 24-34-3
+letter \x66F9 245-146-2
+letter \x66FA 245-146-2
+letter \x66FB 24-1356-3
+letter \x66FC 134-1236-5
+letter \x66FD 245-1356-2
+letter \x66FE 245-1356-2
+letter \x66FF 124-16-5
+letter \x6700 125-1246-5
+letter \x6701 245-1236-4
+letter \x6702 15-1256-5
+letter \x6703 1235-1246-5
+letter \x6704 1456-5
+letter \x6705 245-346-5
+letter \x6706 12345-136-3
+letter \x6707 135-16-5
+letter \x6708 236-5
+letter \x6709 234-4
+letter \x670A 1245-12456-4
+letter \x670B 1234-1356-2
+letter \x670C 135-1236-3
+letter \x670D 12345-34-2
+letter \x670E 14-13456-2
+letter \x670F 12345-356-4
+letter \x6710 245-1256-2
+letter \x6711 124-16-5
+letter \x6712 1345-1256-5
+letter \x6713 124-246-4
+letter \x6714 24-25-5
+letter \x6715 1-136-5
+letter \x6716 14-1346-4
+letter \x6717 14-1346-4
+letter \x6718 13-45-3
+letter \x6719 134-13456-2
+letter \x671A 1235-456-3
+letter \x671B 456-5
+letter \x671C 124-123456-3
+letter \x671D 12-146-2
+letter \x671E 13-16-3
+letter \x671F 245-16-2
+letter \x6720 13456-3
+letter \x6721 125-12346-3
+letter \x6722 456-5
+letter \x6723 124-12346-2
+letter \x6724 14-1346-4
+letter \x6725 14-146-2
+letter \x6726 134-1356-2
+letter \x6727 14-12346-2
+letter \x6728 134-34-5
+letter \x6729 134-34-5
+letter \x672A 1246-5
+letter \x672B 134-126-5
+letter \x672C 135-136-4
+letter \x672D 1-345-2
+letter \x672E 1-34-2
+letter \x672F 24-34-5
+letter \x6730 134-34-5
+letter \x6731 1-34-3
+letter \x6732 1245-136-2
+letter \x6733 135-345-3
+letter \x6734 1234-34-2
+letter \x6735 145-25-4
+letter \x6736 145-25-4
+letter \x6737 145-146-3
+letter \x6738 14-16-5
+letter \x6739 245-234-2
+letter \x673A 13-16-3
+letter \x673B 13-234-3
+letter \x673C 135-16-4
+letter \x673D 15-234-4
+letter \x673E 124-13456-3
+letter \x673F 245-156-5
+letter \x6740 24-345-3
+letter \x6741 1245-34-5
+letter \x6742 125-345-2
+letter \x6743 245-45-2
+letter \x6744 245-2345-3
+letter \x6745 1256-2
+letter \x6746 13-1236-3
+letter \x6747 34-3
+letter \x6748 12-345-3
+letter \x6749 24-1236-3
+letter \x674A 15-256-2
+letter \x674B 12345-1236-2
+letter \x674C 34-5
+letter \x674D 125-156-4
+letter \x674E 14-16-4
+letter \x674F 15-13456-5
+letter \x6750 245-2456-2
+letter \x6751 245-123456-3
+letter \x6752 1245-136-5
+letter \x6753 24-146-2
+letter \x6754 124-25-3
+letter \x6755 145-16-5
+letter \x6756 1-1346-5
+letter \x6757 134-1346-2
+letter \x6758 12-156-3
+letter \x6759 16-5
+letter \x675A 13-34-4
+letter \x675B 13-12346-3
+letter \x675C 145-34-5
+letter \x675D 16-2
+letter \x675E 245-16-4
+letter \x675F 24-34-5
+letter \x6760 13-1346-5
+letter \x6761 124-246-2
+letter \x6762 13-46-5
+letter \x6763 24-1236-3
+letter \x6764 12456-5
+letter \x6765 14-2456-2
+letter \x6766 13-234-4
+letter \x6767 134-1346-2
+letter \x6768 46-2
+letter \x6769 134-345-5
+letter \x676A 134-246-4
+letter \x676B 15-156-5
+letter \x676C 45-2
+letter \x676D 1235-1346-2
+letter \x676E 12345-356-5
+letter \x676F 135-356-3
+letter \x6770 13-346-2
+letter \x6771 145-12346-3
+letter \x6772 13-146-4
+letter \x6773 246-4
+letter \x6774 15-2345-3
+letter \x6775 12-34-4
+letter \x6776 12-123456-3
+letter \x6777 1234-345-2
+letter \x6778 24-34-3
+letter \x6779 1235-35-5
+letter \x677A 15-1456-3
+letter \x677B 1345-234-4
+letter \x677C 1-34-5
+letter \x677D 12-12356-4
+letter \x677E 15-12346-3
+letter \x677F 135-1236-4
+letter \x6780 15-12346-3
+letter \x6781 13-16-2
+letter \x6782 236-5
+letter \x6783 13-1456-5
+letter \x6784 13-12356-3
+letter \x6785 13-16-3
+letter \x6786 134-146-2
+letter \x6787 1234-16-2
+letter \x6788 135-16-5
+letter \x6789 456-4
+letter \x678A 1346-5
+letter \x678B 12345-1346-3
+letter \x678C 12345-136-2
+letter \x678D 16-5
+letter \x678E 12345-34-2
+letter \x678F 1345-1236-2
+letter \x6790 15-16-3
+letter \x6791 1235-34-5
+letter \x6792 23456-2
+letter \x6793 145-12356-4
+letter \x6794 15-256-2
+letter \x6795 1-136-4
+letter \x6796 246-3
+letter \x6797 14-1456-2
+letter \x6798 1245-1246-5
+letter \x6799 2346-5
+letter \x679A 134-356-2
+letter \x679B 1-146-5
+letter \x679C 13-25-4
+letter \x679D 1-156-3
+letter \x679E 245-12346-3
+letter \x679F 256-5
+letter \x67A0 125-1246-5
+letter \x67A1 24-1356-3
+letter \x67A2 24-34-3
+letter \x67A3 125-146-4
+letter \x67A4 145-16-5
+letter \x67A5 14-16-5
+letter \x67A6 14-34-2
+letter \x67A7 13-2345-5
+letter \x67A8 12-1356-2
+letter \x67A9 15-12346-3
+letter \x67AA 245-46-3
+letter \x67AB 12345-1356-3
+letter \x67AC 145-1236-3
+letter \x67AD 15-246-3
+letter \x67AE 15-2345-3
+letter \x67AF 123-34-3
+letter \x67B0 1234-13456-2
+letter \x67B1 124-2456-2
+letter \x67B2 15-16-4
+letter \x67B3 1-156-4
+letter \x67B4 13-2356-4
+letter \x67B5 15-246-3
+letter \x67B6 13-23456-5
+letter \x67B7 13-23456-3
+letter \x67B8 13-12356-4
+letter \x67B9 12345-34-2
+letter \x67BA 134-126-5
+letter \x67BB 16-5
+letter \x67BC 346-5
+letter \x67BD 346-5
+letter \x67BE 24-156-5
+letter \x67BF 1345-346-5
+letter \x67C0 135-16-4
+letter \x67C1 145-25-5
+letter \x67C2 16-2
+letter \x67C3 14-13456-2
+letter \x67C4 135-13456-4
+letter \x67C5 1345-16-4
+letter \x67C6 14-345-3
+letter \x67C7 1235-2346-2
+letter \x67C8 1234-1236-2
+letter \x67C9 12345-1236-2
+letter \x67CA 1-12346-3
+letter \x67CB 145-2456-5
+letter \x67CC 245-156-2
+letter \x67CD 46-3
+letter \x67CE 12345-34-3
+letter \x67CF 135-126-2
+letter \x67D0 134-12356-4
+letter \x67D1 13-1236-3
+letter \x67D2 245-16-3
+letter \x67D3 1245-1236-4
+letter \x67D4 1245-12356-2
+letter \x67D5 134-146-5
+letter \x67D6 24-146-2
+letter \x67D7 15-12346-3
+letter \x67D8 1-2346-5
+letter \x67D9 15-23456-2
+letter \x67DA 234-5
+letter \x67DB 24-136-3
+letter \x67DC 13-1256-4
+letter \x67DD 124-25-5
+letter \x67DE 125-25-5
+letter \x67DF 1345-1236-2
+letter \x67E0 1345-13456-2
+letter \x67E1 235-4
+letter \x67E2 145-16-4
+letter \x67E3 1-156-2
+letter \x67E4 1-345-3
+letter \x67E5 12-345-2
+letter \x67E6 145-1236-5
+letter \x67E7 13-34-3
+letter \x67E8 135-34-5
+letter \x67E9 13-234-5
+letter \x67EA 146-5
+letter \x67EB 12345-34-2
+letter \x67EC 13-2345-4
+letter \x67ED 135-345-2
+letter \x67EE 145-25-5
+letter \x67EF 123-2346-3
+letter \x67F0 1345-2456-5
+letter \x67F1 1-34-5
+letter \x67F2 135-16-5
+letter \x67F3 14-234-4
+letter \x67F4 12-2456-2
+letter \x67F5 1-345-5
+letter \x67F6 15-156-5
+letter \x67F7 1-34-5
+letter \x67F8 1234-356-3
+letter \x67F9 24-156-5
+letter \x67FA 13-2356-4
+letter \x67FB 12-345-2
+letter \x67FC 246-4
+letter \x67FD 12-1356-3
+letter \x67FE 13-234-5
+letter \x67FF 24-156-5
+letter \x6800 1-156-3
+letter \x6801 14-234-4
+letter \x6802 134-356-2
+letter \x6803 14-16-5
+letter \x6804 1245-12346-2
+letter \x6805 1-345-5
+letter \x6806 125-146-4
+letter \x6807 135-246-3
+letter \x6808 1-1236-5
+letter \x6809 13-346-2
+letter \x680A 14-12346-2
+letter \x680B 145-12346-5
+letter \x680C 14-34-2
+letter \x680D 24-1356-3
+letter \x680E 14-16-5
+letter \x680F 14-1236-2
+letter \x6810 235-4
+letter \x6811 24-34-5
+letter \x6812 15-256-2
+letter \x6813 24-12456-3
+letter \x6814 245-16-5
+letter \x6815 1-136-3
+letter \x6816 15-16-3
+letter \x6817 14-16-5
+letter \x6818 16-2
+letter \x6819 15-46-2
+letter \x681A 1-136-5
+letter \x681B 14-16-5
+letter \x681C 15-34-5
+letter \x681D 13-35-3
+letter \x681E 123-1236-3
+letter \x681F 135-13456-3
+letter \x6820 1245-136-4
+letter \x6821 15-246-5
+letter \x6822 135-126-2
+letter \x6823 1245-136-4
+letter \x6824 135-13456-5
+letter \x6825 125-156-3
+letter \x6826 12-12356-2
+letter \x6827 16-5
+letter \x6828 245-156-5
+letter \x6829 15-1256-4
+letter \x682A 1-34-3
+letter \x682B 13-2345-5
+letter \x682C 125-1246-5
+letter \x682D 156-2
+letter \x682E 156-4
+letter \x682F 234-4
+letter \x6830 12345-345-2
+letter \x6831 13-12346-4
+letter \x6832 123-146-4
+letter \x6833 14-146-4
+letter \x6834 1-1236-3
+letter \x6835 14-16-5
+letter \x6836 1456-3
+letter \x6837 46-2
+letter \x6838 1235-2346-2
+letter \x6839 13-136-3
+letter \x683A 1-156-4
+letter \x683B 24-156-5
+letter \x683C 13-2346-2
+letter \x683D 125-2456-3
+letter \x683E 14-12456-2
+letter \x683F 12345-34-2
+letter \x6840 13-346-2
+letter \x6841 1235-1356-2
+letter \x6842 13-1246-5
+letter \x6843 124-146-2
+letter \x6844 13-456-5
+letter \x6845 1246-2
+letter \x6846 123-456-3
+letter \x6847 1245-34-2
+letter \x6848 1236-5
+letter \x6849 1236-5
+letter \x684A 13-45-5
+letter \x684B 16-2
+letter \x684C 1-25-3
+letter \x684D 123-34-3
+letter \x684E 1-156-5
+letter \x684F 245-235-2
+letter \x6850 124-12346-2
+letter \x6851 15-1346-3
+letter \x6852 15-1346-3
+letter \x6853 1235-12456-2
+letter \x6854 13-1256-2
+letter \x6855 13-234-5
+letter \x6856 15-236-5
+letter \x6857 145-25-5
+letter \x6858 12-1246-2
+letter \x6859 1256-2
+letter \x685A 125-1236-4
+letter \x685B 123-345-4
+letter \x685C 13456-3
+letter \x685D 13-346-2
+letter \x685E 14-234-4
+letter \x685F 1-1236-5
+letter \x6860 23456-3
+letter \x6861 1345-146-2
+letter \x6862 1-136-3
+letter \x6863 145-1346-4
+letter \x6864 245-16-3
+letter \x6865 245-246-2
+letter \x6866 1235-35-5
+letter \x6867 123-2356-5
+letter \x6868 13-46-4
+letter \x6869 1-456-3
+letter \x686A 15-256-2
+letter \x686B 15-25-3
+letter \x686C 24-345-3
+letter \x686D 1-136-3
+letter \x686E 135-356-3
+letter \x686F 124-13456-3
+letter \x6870 13-35-3
+letter \x6871 13-13456-5
+letter \x6872 135-126-2
+letter \x6873 135-136-5
+letter \x6874 12345-34-2
+letter \x6875 1245-1246-4
+letter \x6876 124-12346-4
+letter \x6877 13-236-2
+letter \x6878 15-16-3
+letter \x6879 14-1346-2
+letter \x687A 14-234-4
+letter \x687B 12345-1356-3
+letter \x687C 245-16-3
+letter \x687D 123456-4
+letter \x687E 13-256-3
+letter \x687F 13-1236-4
+letter \x6880 245-34-5
+letter \x6881 14-46-2
+letter \x6882 245-234-2
+letter \x6883 124-13456-4
+letter \x6884 234-4
+letter \x6885 134-356-2
+letter \x6886 135-1346-3
+letter \x6887 14-12346-5
+letter \x6888 1234-1356-3
+letter \x6889 1-456-3
+letter \x688A 145-16-5
+letter \x688B 15-45-3
+letter \x688C 124-34-2
+letter \x688D 125-146-5
+letter \x688E 125-146-5
+letter \x688F 13-34-5
+letter \x6890 135-16-5
+letter \x6891 145-16-2
+letter \x6892 1235-1236-2
+letter \x6893 125-156-4
+letter \x6894 1-156-3
+letter \x6895 1245-136-5
+letter \x6896 135-356-5
+letter \x6897 13-1356-4
+letter \x6898 13-2345-5
+letter \x6899 1235-12456-5
+letter \x689A 12456-4
+letter \x689B 1345-25-2
+letter \x689C 13-23456-2
+letter \x689D 124-246-2
+letter \x689E 13-16-5
+letter \x689F 15-246-3
+letter \x68A0 14-1256-4
+letter \x68A1 123-12456-4
+letter \x68A2 24-146-3
+letter \x68A3 245-136-2
+letter \x68A4 12345-136-2
+letter \x68A5 15-12346-3
+letter \x68A6 134-1356-5
+letter \x68A7 34-2
+letter \x68A8 14-16-2
+letter \x68A9 14-16-2
+letter \x68AA 145-12356-5
+letter \x68AB 245-136-3
+letter \x68AC 13456-4
+letter \x68AD 15-25-3
+letter \x68AE 13-1256-2
+letter \x68AF 124-16-3
+letter \x68B0 15-346-5
+letter \x68B1 123-123456-4
+letter \x68B2 1-25-2
+letter \x68B3 24-34-3
+letter \x68B4 12-1236-3
+letter \x68B5 12345-1236-5
+letter \x68B6 1246-4
+letter \x68B7 13-13456-5
+letter \x68B8 14-16-2
+letter \x68B9 135-1456-3
+letter \x68BA 15-23456-5
+letter \x68BB 12345-126-2
+letter \x68BC 124-146-2
+letter \x68BD 1-156-5
+letter \x68BE 14-2456-2
+letter \x68BF 14-2345-2
+letter \x68C0 13-2345-4
+letter \x68C1 1-25-2
+letter \x68C2 14-13456-2
+letter \x68C3 14-16-2
+letter \x68C4 245-16-5
+letter \x68C5 135-13456-4
+letter \x68C6 14-123456-2
+letter \x68C7 245-12346-3
+letter \x68C8 245-2345-5
+letter \x68C9 134-2345-2
+letter \x68CA 245-16-2
+letter \x68CB 245-16-2
+letter \x68CC 245-2456-4
+letter \x68CD 13-123456-5
+letter \x68CE 12-1236-2
+letter \x68CF 1-2346-2
+letter \x68D0 12345-356-4
+letter \x68D1 1234-2456-2
+letter \x68D2 135-1346-5
+letter \x68D3 135-1346-5
+letter \x68D4 1235-123456-3
+letter \x68D5 125-12346-3
+letter \x68D6 12-1356-2
+letter \x68D7 125-146-4
+letter \x68D8 13-16-2
+letter \x68D9 14-16-5
+letter \x68DA 1234-1356-2
+letter \x68DB 1256-5
+letter \x68DC 1256-5
+letter \x68DD 13-34-5
+letter \x68DE 1235-123456-2
+letter \x68DF 145-12346-5
+letter \x68E0 124-1346-2
+letter \x68E1 13-1346-3
+letter \x68E2 456-4
+letter \x68E3 145-16-5
+letter \x68E4 245-25-5
+letter \x68E5 12345-1236-2
+letter \x68E6 12-1356-3
+letter \x68E7 1-1236-5
+letter \x68E8 245-16-4
+letter \x68E9 45-3
+letter \x68EA 2345-4
+letter \x68EB 1256-5
+letter \x68EC 245-45-3
+letter \x68ED 16-5
+letter \x68EE 15-136-3
+letter \x68EF 1245-136-4
+letter \x68F0 12-1246-2
+letter \x68F1 14-1356-2
+letter \x68F2 245-16-3
+letter \x68F3 1-25-2
+letter \x68F4 12345-34-2
+letter \x68F5 123-2346-3
+letter \x68F6 14-2456-2
+letter \x68F7 125-12356-3
+letter \x68F8 125-12356-3
+letter \x68F9 1-146-5
+letter \x68FA 13-12456-3
+letter \x68FB 12345-136-3
+letter \x68FC 12345-136-2
+letter \x68FD 24-136-3
+letter \x68FE 245-235-2
+letter \x68FF 1345-16-2
+letter \x6900 12456-4
+letter \x6901 13-25-4
+letter \x6902 14-34-5
+letter \x6903 1235-146-2
+letter \x6904 13-346-3
+letter \x6905 16-4
+letter \x6906 12-12356-2
+letter \x6907 13-1256-4
+letter \x6908 13-1256-2
+letter \x6909 12-1356-2
+letter \x690A 245-1246-5
+letter \x690B 14-46-2
+letter \x690C 245-46-3
+letter \x690D 1-156-2
+letter \x690E 1-1246-3
+letter \x690F 23456-3
+letter \x6910 13-1256-3
+letter \x6911 1234-16-2
+letter \x6912 13-246-3
+letter \x6913 1-25-2
+letter \x6914 125-156-3
+letter \x6915 135-1456-3
+letter \x6916 1234-1356-2
+letter \x6917 145-13456-5
+letter \x6918 12-34-4
+letter \x6919 12-1346-3
+letter \x691A 134-136-3
+letter \x691B 1235-35-3
+letter \x691C 13-2345-4
+letter \x691D 13-1246-3
+letter \x691E 15-16-5
+letter \x691F 145-34-2
+letter \x6920 245-2345-5
+letter \x6921 145-146-5
+letter \x6922 13-1246-5
+letter \x6923 145-2345-4
+letter \x6924 14-25-2
+letter \x6925 1-156-3
+letter \x6926 245-45-3
+letter \x6927 134-13456-5
+letter \x6928 12345-34-4
+letter \x6929 13-1356-3
+letter \x692A 1234-1356-5
+letter \x692B 24-1236-5
+letter \x692C 16-2
+letter \x692D 124-25-4
+letter \x692E 15-136-3
+letter \x692F 145-25-4
+letter \x6930 346-2
+letter \x6931 12345-34-5
+letter \x6932 1246-4
+letter \x6933 1246-3
+letter \x6934 145-12456-5
+letter \x6935 13-23456-4
+letter \x6936 125-12346-3
+letter \x6937 13-2345-3
+letter \x6938 16-2
+letter \x6939 24-136-5
+letter \x693A 15-16-2
+letter \x693B 2345-5
+letter \x693C 2345-4
+letter \x693D 12-12456-2
+letter \x693E 13-2345-3
+letter \x693F 12-123456-3
+letter \x6940 1256-4
+letter \x6941 1235-2346-2
+letter \x6942 1-345-3
+letter \x6943 25-5
+letter \x6944 1234-2345-2
+letter \x6945 135-16-5
+letter \x6946 246-3
+letter \x6947 1235-25-5
+letter \x6948 15-1256-3
+letter \x6949 1245-25-5
+letter \x694A 46-2
+letter \x694B 14-345-5
+letter \x694C 2345-2
+letter \x694D 135-136-4
+letter \x694E 1235-123456-2
+letter \x694F 123-1246-2
+letter \x6950 13-346-5
+letter \x6951 123-1246-2
+letter \x6952 15-156-3
+letter \x6953 12345-1356-3
+letter \x6954 15-346-3
+letter \x6955 124-25-4
+letter \x6956 13-16-2
+letter \x6957 13-2345-5
+letter \x6958 134-34-5
+letter \x6959 134-146-5
+letter \x695A 12-34-4
+letter \x695B 1235-34-5
+letter \x695C 1235-34-2
+letter \x695D 14-2345-5
+letter \x695E 14-1356-5
+letter \x695F 124-13456-2
+letter \x6960 1345-1236-2
+letter \x6961 1256-2
+letter \x6962 234-2
+letter \x6963 134-356-2
+letter \x6964 245-12346-3
+letter \x6965 15-45-5
+letter \x6966 15-45-5
+letter \x6967 46-3
+letter \x6968 1-136-3
+letter \x6969 1234-2345-2
+letter \x696A 346-5
+letter \x696B 13-16-2
+letter \x696C 13-346-2
+letter \x696D 346-5
+letter \x696E 12-34-4
+letter \x696F 24-123456-4
+letter \x6970 1256-2
+letter \x6971 245-12356-5
+letter \x6972 1246-3
+letter \x6973 134-356-2
+letter \x6974 145-16-5
+letter \x6975 13-16-2
+letter \x6976 13-346-2
+letter \x6977 123-2456-4
+letter \x6978 245-234-3
+letter \x6979 13456-2
+letter \x697A 1245-12356-2
+letter \x697B 1235-1356-2
+letter \x697C 14-12356-2
+letter \x697D 14-2346-5
+letter \x697E 245-45-2
+letter \x697F 15-46-3
+letter \x6980 1234-1456-4
+letter \x6981 24-156-4
+letter \x6982 13-2456-5
+letter \x6983 124-1236-2
+letter \x6984 14-1236-4
+letter \x6985 256-5
+letter \x6986 1256-2
+letter \x6987 12-136-5
+letter \x6988 14-1256-2
+letter \x6989 13-1256-4
+letter \x698A 24-136-2
+letter \x698B 12-34-3
+letter \x698C 135-16-3
+letter \x698D 15-346-5
+letter \x698E 13-23456-4
+letter \x698F 16-5
+letter \x6990 1-1236-4
+letter \x6991 12345-34-2
+letter \x6992 1345-25-5
+letter \x6993 134-16-5
+letter \x6994 14-1346-2
+letter \x6995 1245-12346-2
+letter \x6996 13-34-4
+letter \x6997 13-2345-5
+letter \x6998 13-1256-4
+letter \x6999 124-345-3
+letter \x699A 246-4
+letter \x699B 1-136-3
+letter \x699C 135-1346-4
+letter \x699D 24-345-3
+letter \x699E 45-2
+letter \x699F 125-156-4
+letter \x69A0 134-13456-2
+letter \x69A1 15-34-5
+letter \x69A2 13-23456-5
+letter \x69A3 246-2
+letter \x69A4 13-346-2
+letter \x69A5 1235-456-4
+letter \x69A6 13-1236-5
+letter \x69A7 12345-356-4
+letter \x69A8 1-345-5
+letter \x69A9 245-2345-2
+letter \x69AA 134-345-5
+letter \x69AB 15-123456-4
+letter \x69AC 45-2
+letter \x69AD 15-346-5
+letter \x69AE 1245-12346-2
+letter \x69AF 24-156-2
+letter \x69B0 1-156-3
+letter \x69B1 245-1246-3
+letter \x69B2 256-5
+letter \x69B3 124-13456-2
+letter \x69B4 14-234-2
+letter \x69B5 1245-12346-2
+letter \x69B6 124-1346-2
+letter \x69B7 245-236-5
+letter \x69B8 1-2456-3
+letter \x69B9 15-156-3
+letter \x69BA 24-1356-5
+letter \x69BB 124-345-5
+letter \x69BC 123-2346-5
+letter \x69BD 15-16-3
+letter \x69BE 13-34-4
+letter \x69BF 245-16-3
+letter \x69C0 13-146-4
+letter \x69C1 13-146-4
+letter \x69C2 15-123456-3
+letter \x69C3 1234-1236-2
+letter \x69C4 124-146-3
+letter \x69C5 13-2346-2
+letter \x69C6 15-256-2
+letter \x69C7 145-2345-3
+letter \x69C8 1345-12356-5
+letter \x69C9 13-16-2
+letter \x69CA 24-25-5
+letter \x69CB 13-12356-5
+letter \x69CC 12-1246-2
+letter \x69CD 245-46-3
+letter \x69CE 12-345-2
+letter \x69CF 245-2345-4
+letter \x69D0 1235-2356-2
+letter \x69D1 134-356-2
+letter \x69D2 15-1256-5
+letter \x69D3 13-1346-5
+letter \x69D4 13-146-3
+letter \x69D5 1-25-3
+letter \x69D6 124-25-2
+letter \x69D7 245-246-2
+letter \x69D8 46-5
+letter \x69D9 145-2345-3
+letter \x69DA 13-23456-4
+letter \x69DB 13-2345-5
+letter \x69DC 125-1246-5
+letter \x69DD 145-146-4
+letter \x69DE 14-12346-2
+letter \x69DF 135-1456-3
+letter \x69E0 1-34-3
+letter \x69E1 15-1346-3
+letter \x69E2 15-16-2
+letter \x69E3 13-16-3
+letter \x69E4 14-2345-2
+letter \x69E5 1235-1246-5
+letter \x69E6 235-2
+letter \x69E7 245-2345-5
+letter \x69E8 13-25-4
+letter \x69E9 13-2456-5
+letter \x69EA 13-2456-5
+letter \x69EB 124-12456-2
+letter \x69EC 1235-35-5
+letter \x69ED 245-34-5
+letter \x69EE 15-136-3
+letter \x69EF 245-1246-3
+letter \x69F0 1234-1356-2
+letter \x69F1 234-4
+letter \x69F2 1235-34-2
+letter \x69F3 13-46-4
+letter \x69F4 1235-34-5
+letter \x69F5 1235-12456-5
+letter \x69F6 13-1246-5
+letter \x69F7 1345-346-5
+letter \x69F8 16-5
+letter \x69F9 13-146-3
+letter \x69FA 123-1346-3
+letter \x69FB 13-1246-3
+letter \x69FC 13-1246-3
+letter \x69FD 245-146-2
+letter \x69FE 134-1236-2
+letter \x69FF 13-1456-4
+letter \x6A00 145-16-5
+letter \x6A01 1-456-3
+letter \x6A02 14-2346-5
+letter \x6A03 14-1346-2
+letter \x6A04 12-136-2
+letter \x6A05 245-12346-3
+letter \x6A06 14-16-2
+letter \x6A07 15-234-3
+letter \x6A08 245-13456-2
+letter \x6A09 24-456-4
+letter \x6A0A 12345-1236-2
+letter \x6A0B 124-12346-3
+letter \x6A0C 13-12456-5
+letter \x6A0D 13-16-3
+letter \x6A0E 15-34-5
+letter \x6A0F 14-356-4
+letter \x6A10 14-34-4
+letter \x6A11 14-46-2
+letter \x6A12 134-16-5
+letter \x6A13 14-12356-2
+letter \x6A14 12-146-2
+letter \x6A15 15-34-5
+letter \x6A16 123-2346-3
+letter \x6A17 24-34-3
+letter \x6A18 12-1356-3
+letter \x6A19 135-246-3
+letter \x6A1A 14-34-5
+letter \x6A1B 13-234-3
+letter \x6A1C 1-2346-5
+letter \x6A1D 1-345-3
+letter \x6A1E 24-34-3
+letter \x6A1F 1-1346-3
+letter \x6A20 134-1236-2
+letter \x6A21 134-126-2
+letter \x6A22 1345-246-4
+letter \x6A23 46-5
+letter \x6A24 124-246-2
+letter \x6A25 1234-1356-2
+letter \x6A26 1-34-5
+letter \x6A27 24-345-3
+letter \x6A28 15-16-3
+letter \x6A29 245-45-2
+letter \x6A2A 1235-1356-2
+letter \x6A2B 13-2345-3
+letter \x6A2C 245-12346-3
+letter \x6A2D 13-16-3
+letter \x6A2E 2345-3
+letter \x6A2F 245-46-2
+letter \x6A30 15-236-4
+letter \x6A31 13456-3
+letter \x6A32 156-5
+letter \x6A33 15-256-2
+letter \x6A34 1-156-2
+letter \x6A35 245-246-2
+letter \x6A36 125-1246-3
+letter \x6A37 245-12346-2
+letter \x6A38 1234-34-2
+letter \x6A39 24-34-5
+letter \x6A3A 1235-35-5
+letter \x6A3B 123-1246-5
+letter \x6A3C 1-136-3
+letter \x6A3D 125-123456-3
+letter \x6A3E 236-5
+letter \x6A3F 24-1236-5
+letter \x6A40 15-16-3
+letter \x6A41 12-123456-3
+letter \x6A42 145-2345-5
+letter \x6A43 12345-356-5
+letter \x6A44 13-1236-4
+letter \x6A45 134-126-2
+letter \x6A46 34-4
+letter \x6A47 245-246-3
+letter \x6A48 1345-146-2
+letter \x6A49 14-1456-5
+letter \x6A4A 14-234-2
+letter \x6A4B 245-246-2
+letter \x6A4C 15-2345-5
+letter \x6A4D 1245-123456-5
+letter \x6A4E 12345-1236-2
+letter \x6A4F 1-1236-4
+letter \x6A50 124-25-2
+letter \x6A51 14-146-4
+letter \x6A52 256-2
+letter \x6A53 24-123456-5
+letter \x6A54 124-1246-2
+letter \x6A55 12-1356-3
+letter \x6A56 124-1346-2
+letter \x6A57 134-1356-2
+letter \x6A58 13-1256-2
+letter \x6A59 12-1356-2
+letter \x6A5A 15-34-5
+letter \x6A5B 13-236-2
+letter \x6A5C 13-236-2
+letter \x6A5D 124-1236-3
+letter \x6A5E 1235-1246-5
+letter \x6A5F 13-16-3
+letter \x6A60 1345-25-4
+letter \x6A61 15-46-5
+letter \x6A62 124-25-4
+letter \x6A63 1345-13456-4
+letter \x6A64 1245-1246-4
+letter \x6A65 1-34-3
+letter \x6A66 124-12346-2
+letter \x6A67 125-1356-3
+letter \x6A68 12345-136-2
+letter \x6A69 245-235-2
+letter \x6A6A 1245-1236-4
+letter \x6A6B 1235-1356-2
+letter \x6A6C 245-136-2
+letter \x6A6D 13-34-3
+letter \x6A6E 14-234-4
+letter \x6A6F 14-146-5
+letter \x6A70 13-146-3
+letter \x6A71 12-34-2
+letter \x6A72 15-16-4
+letter \x6A73 24-1356-5
+letter \x6A74 125-156-4
+letter \x6A75 15-1236-4
+letter \x6A76 13-16-4
+letter \x6A77 145-12356-3
+letter \x6A78 13-13456-3
+letter \x6A79 14-34-4
+letter \x6A7A 13-2345-5
+letter \x6A7B 12-34-3
+letter \x6A7C 45-2
+letter \x6A7D 124-345-5
+letter \x6A7E 24-34-3
+letter \x6A7F 13-46-3
+letter \x6A80 124-1236-2
+letter \x6A81 14-1456-4
+letter \x6A82 1345-12346-2
+letter \x6A83 1456-4
+letter \x6A84 15-16-2
+letter \x6A85 15-1246-5
+letter \x6A86 24-1236-3
+letter \x6A87 125-1246-5
+letter \x6A88 15-45-2
+letter \x6A89 12-1356-3
+letter \x6A8A 13-1236-5
+letter \x6A8B 13-1256-5
+letter \x6A8C 125-1246-5
+letter \x6A8D 16-5
+letter \x6A8E 245-1456-2
+letter \x6A8F 1234-34-2
+letter \x6A90 2345-2
+letter \x6A91 14-356-2
+letter \x6A92 12345-1356-3
+letter \x6A93 1235-1246-4
+letter \x6A94 145-1346-4
+letter \x6A95 13-16-5
+letter \x6A96 15-1246-5
+letter \x6A97 135-126-5
+letter \x6A98 135-126-5
+letter \x6A99 145-13456-4
+letter \x6A9A 12-34-4
+letter \x6A9B 1-35-3
+letter \x6A9C 123-2356-5
+letter \x6A9D 13-16-2
+letter \x6A9E 13-346-4
+letter \x6A9F 13-23456-4
+letter \x6AA0 245-13456-2
+letter \x6AA1 1-2346-5
+letter \x6AA2 13-2345-4
+letter \x6AA3 245-46-2
+letter \x6AA4 145-146-5
+letter \x6AA5 16-4
+letter \x6AA6 135-246-4
+letter \x6AA7 15-12346-3
+letter \x6AA8 24-2346-3
+letter \x6AA9 14-1456-4
+letter \x6AAA 14-16-5
+letter \x6AAB 12-345-2
+letter \x6AAC 134-1356-2
+letter \x6AAD 1456-2
+letter \x6AAE 124-146-2
+letter \x6AAF 124-2456-2
+letter \x6AB0 134-2345-2
+letter \x6AB1 245-16-2
+letter \x6AB2 124-12456-2
+letter \x6AB3 135-1456-3
+letter \x6AB4 1235-25-5
+letter \x6AB5 13-16-5
+letter \x6AB6 245-2345-3
+letter \x6AB7 1345-16-4
+letter \x6AB8 1345-13456-2
+letter \x6AB9 16-3
+letter \x6ABA 13-146-4
+letter \x6ABB 13-2345-5
+letter \x6ABC 1456-4
+letter \x6ABD 1345-12356-5
+letter \x6ABE 245-13456-4
+letter \x6ABF 2345-4
+letter \x6AC0 245-16-2
+letter \x6AC1 134-16-5
+letter \x6AC2 1-146-5
+letter \x6AC3 13-1246-5
+letter \x6AC4 12-123456-3
+letter \x6AC5 13-16-3
+letter \x6AC6 123-1246-2
+letter \x6AC7 1234-126-2
+letter \x6AC8 145-1356-5
+letter \x6AC9 12-34-2
+letter \x6ACA 13-2346-2
+letter \x6ACB 134-2345-2
+letter \x6ACC 234-3
+letter \x6ACD 1-156-5
+letter \x6ACE 13-25-3
+letter \x6ACF 245-2345-3
+letter \x6AD0 14-356-4
+letter \x6AD1 14-356-2
+letter \x6AD2 15-345-5
+letter \x6AD3 14-34-4
+letter \x6AD4 14-16-5
+letter \x6AD5 245-12456-2
+letter \x6AD6 14-1256-5
+letter \x6AD7 134-346-5
+letter \x6AD8 1235-1246-5
+letter \x6AD9 12356-3
+letter \x6ADA 14-1256-2
+letter \x6ADB 13-346-2
+letter \x6ADC 13-146-3
+letter \x6ADD 145-34-2
+letter \x6ADE 45-2
+letter \x6ADF 14-16-5
+letter \x6AE0 12345-356-5
+letter \x6AE1 1-25-2
+letter \x6AE2 15-12356-4
+letter \x6AE3 14-2345-2
+letter \x6AE4 13-46-5
+letter \x6AE5 12-34-2
+letter \x6AE6 245-13456-5
+letter \x6AE7 1-34-3
+letter \x6AE8 14-34-2
+letter \x6AE9 2345-2
+letter \x6AEA 14-16-5
+letter \x6AEB 1-34-3
+letter \x6AEC 12-136-5
+letter \x6AED 13-346-2
+letter \x6AEE 2346-5
+letter \x6AEF 15-34-3
+letter \x6AF0 1235-2356-2
+letter \x6AF1 1345-346-5
+letter \x6AF2 1256-5
+letter \x6AF3 14-12346-2
+letter \x6AF4 14-2456-5
+letter \x6AF5 13-246-2
+letter \x6AF6 15-2345-5
+letter \x6AF7 13-1246-3
+letter \x6AF8 13-1256-4
+letter \x6AF9 15-246-3
+letter \x6AFA 14-13456-2
+letter \x6AFB 13456-3
+letter \x6AFC 13-2345-3
+letter \x6AFD 1456-4
+letter \x6AFE 234-2
+letter \x6AFF 13456-2
+letter \x6B00 15-46-3
+letter \x6B01 1345-12346-2
+letter \x6B02 135-126-2
+letter \x6B03 12-1236-2
+letter \x6B04 14-1236-2
+letter \x6B05 13-1256-4
+letter \x6B06 24-456-3
+letter \x6B07 24-2346-5
+letter \x6B08 1246-2
+letter \x6B09 245-12346-5
+letter \x6B0A 245-45-2
+letter \x6B0B 245-1256-2
+letter \x6B0C 245-1346-2
+letter \x6B0D 13-234-5
+letter \x6B0E 1256-5
+letter \x6B0F 14-25-2
+letter \x6B10 14-16-5
+letter \x6B11 245-12456-2
+letter \x6B12 14-12456-2
+letter \x6B13 145-1346-4
+letter \x6B14 13-236-2
+letter \x6B15 2345-2
+letter \x6B16 14-1236-4
+letter \x6B17 14-1236-2
+letter \x6B18 1-34-2
+letter \x6B19 14-356-2
+letter \x6B1A 14-16-4
+letter \x6B1B 135-345-5
+letter \x6B1C 1345-1346-2
+letter \x6B1D 1256-5
+letter \x6B1E 14-13456-2
+letter \x6B1F 13-456-3
+letter \x6B20 245-2345-5
+letter \x6B21 245-156-5
+letter \x6B22 1235-12456-3
+letter \x6B23 15-1456-3
+letter \x6B24 1256-2
+letter \x6B25 1256-5
+letter \x6B26 15-2345-3
+letter \x6B27 12356-3
+letter \x6B28 15-1256-3
+letter \x6B29 12-146-3
+letter \x6B2A 12-34-5
+letter \x6B2B 245-16-5
+letter \x6B2C 123-2456-5
+letter \x6B2D 1456-3
+letter \x6B2E 13-236-2
+letter \x6B2F 15-16-2
+letter \x6B30 15-1256-5
+letter \x6B31 1235-2346-3
+letter \x6B32 1256-5
+letter \x6B33 123-1246-5
+letter \x6B34 14-1346-2
+letter \x6B35 123-12456-4
+letter \x6B36 24-25-5
+letter \x6B37 15-16-3
+letter \x6B38 356-5
+letter \x6B39 16-3
+letter \x6B3A 245-16-3
+letter \x6B3B 12-35-3
+letter \x6B3C 12-156-4
+letter \x6B3D 245-1456-3
+letter \x6B3E 123-12456-4
+letter \x6B3F 123-1236-4
+letter \x6B40 123-12456-4
+letter \x6B41 123-1236-4
+letter \x6B42 12-12456-4
+letter \x6B43 24-345-5
+letter \x6B44 13-35-3
+letter \x6B45 1456-3
+letter \x6B46 15-1456-3
+letter \x6B47 15-346-3
+letter \x6B48 1256-2
+letter \x6B49 245-2345-5
+letter \x6B4A 15-246-3
+letter \x6B4B 346-2
+letter \x6B4C 13-2346-3
+letter \x6B4D 34-3
+letter \x6B4E 124-1236-5
+letter \x6B4F 13-1456-5
+letter \x6B50 12356-3
+letter \x6B51 1235-34-3
+letter \x6B52 124-16-5
+letter \x6B53 1235-12456-3
+letter \x6B54 15-1256-3
+letter \x6B55 1234-136-3
+letter \x6B56 15-16-3
+letter \x6B57 15-246-5
+letter \x6B58 12-35-3
+letter \x6B59 15-16-5
+letter \x6B5A 24-1236-5
+letter \x6B5B 14-2345-5
+letter \x6B5C 12-34-5
+letter \x6B5D 16-5
+letter \x6B5E 2346-5
+letter \x6B5F 1256-2
+letter \x6B60 12-25-5
+letter \x6B61 1235-12456-3
+letter \x6B62 1-156-4
+letter \x6B63 1-1356-5
+letter \x6B64 245-156-4
+letter \x6B65 135-34-5
+letter \x6B66 34-4
+letter \x6B67 245-16-2
+letter \x6B68 135-34-5
+letter \x6B69 135-34-5
+letter \x6B6A 2356-3
+letter \x6B6B 13-1256-5
+letter \x6B6C 245-2345-2
+letter \x6B6D 12-156-2
+letter \x6B6E 15-2346-5
+letter \x6B6F 12-156-4
+letter \x6B70 15-2346-5
+letter \x6B71 1-12346-4
+letter \x6B72 15-1246-5
+letter \x6B73 15-1246-5
+letter \x6B74 14-16-5
+letter \x6B75 125-2346-2
+letter \x6B76 1256-2
+letter \x6B77 14-16-5
+letter \x6B78 13-1246-3
+letter \x6B79 145-2456-4
+letter \x6B7A 145-2456-4
+letter \x6B7B 15-156-4
+letter \x6B7C 13-2345-3
+letter \x6B7D 1-2346-2
+letter \x6B7E 134-126-5
+letter \x6B7F 134-126-5
+letter \x6B80 246-4
+letter \x6B81 134-126-5
+letter \x6B82 245-34-2
+letter \x6B83 46-3
+letter \x6B84 124-2345-4
+letter \x6B85 24-1356-3
+letter \x6B86 145-2456-5
+letter \x6B87 24-1346-3
+letter \x6B88 15-1256-5
+letter \x6B89 15-256-5
+letter \x6B8A 24-34-3
+letter \x6B8B 245-1236-2
+letter \x6B8C 13-236-2
+letter \x6B8D 1234-246-4
+letter \x6B8E 245-23456-5
+letter \x6B8F 245-234-2
+letter \x6B90 15-34-5
+letter \x6B91 245-13456-2
+letter \x6B92 256-4
+letter \x6B93 14-2345-5
+letter \x6B94 16-5
+letter \x6B95 12345-12356-4
+letter \x6B96 1-156-2
+letter \x6B97 346-5
+letter \x6B98 245-1236-2
+letter \x6B99 1235-123456-3
+letter \x6B9A 145-1236-3
+letter \x6B9B 13-16-2
+letter \x6B9C 346-5
+letter \x6B9D 1-136-3
+letter \x6B9E 256-4
+letter \x6B9F 123456-3
+letter \x6BA0 12-12356-5
+letter \x6BA1 135-1456-5
+letter \x6BA2 124-16-5
+letter \x6BA3 13-1456-4
+letter \x6BA4 24-1346-3
+letter \x6BA5 1456-2
+letter \x6BA6 145-246-3
+letter \x6BA7 245-34-5
+letter \x6BA8 1235-1246-5
+letter \x6BA9 245-12456-5
+letter \x6BAA 16-5
+letter \x6BAB 145-1236-3
+letter \x6BAC 145-34-5
+letter \x6BAD 13-46-3
+letter \x6BAE 14-2345-5
+letter \x6BAF 135-1456-5
+letter \x6BB0 145-34-2
+letter \x6BB1 13-2345-3
+letter \x6BB2 13-2345-3
+letter \x6BB3 24-34-3
+letter \x6BB4 12356-3
+letter \x6BB5 145-12456-5
+letter \x6BB6 1-34-5
+letter \x6BB7 1456-3
+letter \x6BB8 245-13456-5
+letter \x6BB9 16-3
+letter \x6BBA 24-345-3
+letter \x6BBB 123-2346-2
+letter \x6BBC 123-2346-2
+letter \x6BBD 246-2
+letter \x6BBE 15-256-5
+letter \x6BBF 145-2345-5
+letter \x6BC0 1235-1246-4
+letter \x6BC1 1235-1246-4
+letter \x6BC2 13-34-4
+letter \x6BC3 245-246-3
+letter \x6BC4 13-16-2
+letter \x6BC5 16-5
+letter \x6BC6 12356-3
+letter \x6BC7 1235-1246-4
+letter \x6BC8 145-12456-5
+letter \x6BC9 16-3
+letter \x6BCA 15-246-3
+letter \x6BCB 34-2
+letter \x6BCC 13-12456-5
+letter \x6BCD 134-34-4
+letter \x6BCE 134-356-4
+letter \x6BCF 134-356-4
+letter \x6BD0 2456-4
+letter \x6BD1 13-346-4
+letter \x6BD2 145-34-2
+letter \x6BD3 1256-5
+letter \x6BD4 135-16-4
+letter \x6BD5 135-16-5
+letter \x6BD6 135-16-5
+letter \x6BD7 1234-16-2
+letter \x6BD8 1234-16-2
+letter \x6BD9 135-16-5
+letter \x6BDA 12-1236-2
+letter \x6BDB 134-146-2
+letter \x6BDC 1235-146-2
+letter \x6BDD 24-1236-3
+letter \x6BDE 1234-16-2
+letter \x6BDF 14-346-4
+letter \x6BE0 13-23456-3
+letter \x6BE1 1-1236-3
+letter \x6BE2 15-2456-3
+letter \x6BE3 134-34-5
+letter \x6BE4 124-25-5
+letter \x6BE5 15-256-2
+letter \x6BE6 156-5
+letter \x6BE7 1245-12346-2
+letter \x6BE8 15-2345-4
+letter \x6BE9 13-1256-2
+letter \x6BEA 134-34-2
+letter \x6BEB 1235-146-2
+letter \x6BEC 245-234-2
+letter \x6BED 145-12356-5
+letter \x6BEE 24-345-3
+letter \x6BEF 124-1236-4
+letter \x6BF0 1234-356-2
+letter \x6BF1 13-1256-2
+letter \x6BF2 145-25-2
+letter \x6BF3 245-1246-5
+letter \x6BF4 135-16-3
+letter \x6BF5 15-1236-3
+letter \x6BF6 15-1236-3
+letter \x6BF7 134-146-5
+letter \x6BF8 15-1246-3
+letter \x6BF9 24-34-3
+letter \x6BFA 24-34-3
+letter \x6BFB 124-25-5
+letter \x6BFC 1235-2346-2
+letter \x6BFD 13-2345-5
+letter \x6BFE 124-345-5
+letter \x6BFF 15-1236-3
+letter \x6C00 14-1256-2
+letter \x6C01 134-34-2
+letter \x6C02 134-146-2
+letter \x6C03 124-12346-2
+letter \x6C04 1245-12346-4
+letter \x6C05 12-1346-4
+letter \x6C06 1234-34-4
+letter \x6C07 14-34-4
+letter \x6C08 1-1236-3
+letter \x6C09 125-146-5
+letter \x6C0A 1-1236-3
+letter \x6C0B 134-1356-2
+letter \x6C0C 14-34-4
+letter \x6C0D 245-1256-2
+letter \x6C0E 145-346-2
+letter \x6C0F 24-156-5
+letter \x6C10 145-16-3
+letter \x6C11 134-1456-2
+letter \x6C12 13-236-2
+letter \x6C13 134-1346-2
+letter \x6C14 245-16-5
+letter \x6C15 1234-346-3
+letter \x6C16 1345-2456-4
+letter \x6C17 245-16-5
+letter \x6C18 145-146-3
+letter \x6C19 15-2345-3
+letter \x6C1A 12-12456-3
+letter \x6C1B 12345-136-3
+letter \x6C1C 1245-156-5
+letter \x6C1D 1345-356-5
+letter \x6C1E 135-1456-5
+letter \x6C1F 12345-34-2
+letter \x6C20 24-136-3
+letter \x6C21 145-12346-3
+letter \x6C22 245-13456-3
+letter \x6C23 245-16-5
+letter \x6C24 1456-3
+letter \x6C25 15-16-3
+letter \x6C26 1235-2456-5
+letter \x6C27 46-4
+letter \x6C28 1236-3
+letter \x6C29 23456-5
+letter \x6C2A 123-2346-5
+letter \x6C2B 245-13456-3
+letter \x6C2C 23456-5
+letter \x6C2D 145-12346-3
+letter \x6C2E 145-1236-5
+letter \x6C2F 14-1256-5
+letter \x6C30 245-13456-3
+letter \x6C31 46-4
+letter \x6C32 256-3
+letter \x6C33 256-3
+letter \x6C34 24-1246-4
+letter \x6C35 24-1246-4
+letter \x6C36 1-1356-4
+letter \x6C37 135-13456-3
+letter \x6C38 235-4
+letter \x6C39 145-1346-5
+letter \x6C3A 24-1246-4
+letter \x6C3B 14-2346-5
+letter \x6C3C 1345-16-5
+letter \x6C3D 124-123456-4
+letter \x6C3E 12345-1236-5
+letter \x6C3F 13-1246-4
+letter \x6C40 124-13456-3
+letter \x6C41 1-156-3
+letter \x6C42 245-234-2
+letter \x6C43 135-1456-3
+letter \x6C44 125-2346-5
+letter \x6C45 134-2345-4
+letter \x6C46 245-12456-3
+letter \x6C47 1235-1246-5
+letter \x6C48 145-246-3
+letter \x6C49 1235-1236-5
+letter \x6C4A 12-345-5
+letter \x6C4B 1-25-2
+letter \x6C4C 12-12456-5
+letter \x6C4D 12456-2
+letter \x6C4E 12345-1236-5
+letter \x6C4F 145-2456-5
+letter \x6C50 15-16-5
+letter \x6C51 124-25-3
+letter \x6C52 134-1346-2
+letter \x6C53 245-234-2
+letter \x6C54 245-16-5
+letter \x6C55 24-1236-5
+letter \x6C56 1234-2456-5
+letter \x6C57 1235-1236-5
+letter \x6C58 245-2345-3
+letter \x6C59 34-3
+letter \x6C5A 34-3
+letter \x6C5B 15-256-5
+letter \x6C5C 15-156-5
+letter \x6C5D 1245-34-4
+letter \x6C5E 13-12346-4
+letter \x6C5F 13-46-3
+letter \x6C60 12-156-2
+letter \x6C61 34-3
+letter \x6C62 124-34-4
+letter \x6C63 13-234-4
+letter \x6C64 124-1346-3
+letter \x6C65 1-156-3
+letter \x6C66 1-156-4
+letter \x6C67 245-2345-3
+letter \x6C68 134-16-5
+letter \x6C69 13-34-4
+letter \x6C6A 456-3
+letter \x6C6B 13-13456-4
+letter \x6C6C 13-13456-4
+letter \x6C6D 1245-1246-5
+letter \x6C6E 13-256-3
+letter \x6C6F 1235-12346-2
+letter \x6C70 124-2456-5
+letter \x6C71 245-45-4
+letter \x6C72 13-16-2
+letter \x6C73 135-2345-5
+letter \x6C74 135-2345-5
+letter \x6C75 245-136-2
+letter \x6C76 123456-5
+letter \x6C77 1-12346-3
+letter \x6C78 1234-1346-3
+letter \x6C79 15-235-3
+letter \x6C7A 13-236-2
+letter \x6C7B 1235-34-4
+letter \x6C7C 1345-234-2
+letter \x6C7D 245-16-5
+letter \x6C7E 12345-136-2
+letter \x6C7F 15-1256-5
+letter \x6C80 15-1256-5
+letter \x6C81 245-1456-5
+letter \x6C82 16-2
+letter \x6C83 25-5
+letter \x6C84 256-2
+letter \x6C85 45-2
+letter \x6C86 1235-1346-5
+letter \x6C87 2345-4
+letter \x6C88 24-136-4
+letter \x6C89 12-136-2
+letter \x6C8A 145-1236-5
+letter \x6C8B 234-2
+letter \x6C8C 145-123456-5
+letter \x6C8D 1235-34-5
+letter \x6C8E 1235-25-5
+letter \x6C8F 245-16-3
+letter \x6C90 134-34-5
+letter \x6C91 1345-234-4
+letter \x6C92 134-356-2
+letter \x6C93 124-345-5
+letter \x6C94 134-2345-4
+letter \x6C95 34-5
+letter \x6C96 12-12346-3
+letter \x6C97 124-2345-3
+letter \x6C98 135-16-4
+letter \x6C99 24-345-3
+letter \x6C9A 1-156-4
+letter \x6C9B 1234-356-5
+letter \x6C9C 1234-1236-5
+letter \x6C9D 1-1246-4
+letter \x6C9E 125-345-3
+letter \x6C9F 13-12356-3
+letter \x6CA0 14-234-2
+letter \x6CA1 134-356-2
+letter \x6CA2 125-2346-2
+letter \x6CA3 12345-1356-3
+letter \x6CA4 12356-5
+letter \x6CA5 14-16-5
+letter \x6CA6 14-123456-2
+letter \x6CA7 245-1346-3
+letter \x6CA8 12345-1356-2
+letter \x6CA9 13-1246-3
+letter \x6CAA 1235-34-5
+letter \x6CAB 134-126-5
+letter \x6CAC 134-356-5
+letter \x6CAD 24-34-5
+letter \x6CAE 13-1256-4
+letter \x6CAF 125-345-2
+letter \x6CB0 124-25-3
+letter \x6CB1 124-25-2
+letter \x6CB2 124-25-2
+letter \x6CB3 1235-2346-2
+letter \x6CB4 14-16-5
+letter \x6CB5 134-16-4
+letter \x6CB6 16-2
+letter \x6CB7 12345-34-2
+letter \x6CB8 12345-356-5
+letter \x6CB9 234-2
+letter \x6CBA 124-2345-2
+letter \x6CBB 1-156-5
+letter \x6CBC 1-146-4
+letter \x6CBD 13-34-3
+letter \x6CBE 1-1236-3
+letter \x6CBF 2345-2
+letter \x6CC0 15-156-3
+letter \x6CC1 123-456-5
+letter \x6CC2 13-235-4
+letter \x6CC3 13-1256-5
+letter \x6CC4 15-346-5
+letter \x6CC5 245-234-2
+letter \x6CC6 16-5
+letter \x6CC7 13-23456-3
+letter \x6CC8 1-12346-3
+letter \x6CC9 245-45-2
+letter \x6CCA 135-126-2
+letter \x6CCB 1235-1246-5
+letter \x6CCC 134-16-5
+letter \x6CCD 135-136-3
+letter \x6CCE 1-25-2
+letter \x6CCF 12-34-5
+letter \x6CD0 14-2346-5
+letter \x6CD1 234-4
+letter \x6CD2 13-34-3
+letter \x6CD3 1235-12346-2
+letter \x6CD4 13-1236-3
+letter \x6CD5 12345-345-4
+letter \x6CD6 134-146-4
+letter \x6CD7 15-156-5
+letter \x6CD8 1235-34-3
+letter \x6CD9 1234-13456-2
+letter \x6CDA 245-156-4
+letter \x6CDB 12345-1236-5
+letter \x6CDC 1-156-3
+letter \x6CDD 15-34-5
+letter \x6CDE 12-34-4
+letter \x6CDF 12-1356-3
+letter \x6CE0 14-13456-2
+letter \x6CE1 1234-146-5
+letter \x6CE2 135-126-3
+letter \x6CE3 245-16-5
+letter \x6CE4 15-156-5
+letter \x6CE5 1345-16-2
+letter \x6CE6 13-1256-2
+letter \x6CE7 236-5
+letter \x6CE8 1-34-5
+letter \x6CE9 24-1356-3
+letter \x6CEA 14-356-5
+letter \x6CEB 15-45-5
+letter \x6CEC 15-236-5
+letter \x6CED 12345-34-2
+letter \x6CEE 1234-1236-5
+letter \x6CEF 134-1456-4
+letter \x6CF0 124-2456-5
+letter \x6CF1 46-3
+letter \x6CF2 13-16-4
+letter \x6CF3 235-4
+letter \x6CF4 13-12456-5
+letter \x6CF5 135-1356-5
+letter \x6CF6 15-236-2
+letter \x6CF7 14-12346-2
+letter \x6CF8 14-34-2
+letter \x6CF9 145-1236-5
+letter \x6CFA 14-25-5
+letter \x6CFB 15-346-5
+letter \x6CFC 1234-126-3
+letter \x6CFD 125-2346-2
+letter \x6CFE 13-13456-3
+letter \x6CFF 1456-2
+letter \x6D00 1-12356-3
+letter \x6D01 13-16-2
+letter \x6D02 16-5
+letter \x6D03 1235-1246-3
+letter \x6D04 1235-1246-2
+letter \x6D05 125-2456-5
+letter \x6D06 12-1356-2
+letter \x6D07 1456-3
+letter \x6D08 1246-2
+letter \x6D09 1235-12356-5
+letter \x6D0A 13-2345-5
+letter \x6D0B 46-2
+letter \x6D0C 14-346-5
+letter \x6D0D 15-156-5
+letter \x6D0E 13-16-5
+letter \x6D0F 156-2
+letter \x6D10 15-13456-2
+letter \x6D11 12345-34-2
+letter \x6D12 15-345-4
+letter \x6D13 15-25-4
+letter \x6D14 1-156-5
+letter \x6D15 1456-5
+letter \x6D16 34-2
+letter \x6D17 15-16-4
+letter \x6D18 123-146-4
+letter \x6D19 1-34-3
+letter \x6D1A 13-46-5
+letter \x6D1B 14-25-5
+letter \x6D1C 14-25-5
+letter \x6D1D 1236-5
+letter \x6D1E 145-12346-5
+letter \x6D1F 16-2
+letter \x6D20 134-12356-2
+letter \x6D21 14-356-4
+letter \x6D22 16-3
+letter \x6D23 134-16-4
+letter \x6D24 245-45-2
+letter \x6D25 13-1456-3
+letter \x6D26 134-126-5
+letter \x6D27 1246-4
+letter \x6D28 15-246-2
+letter \x6D29 15-346-5
+letter \x6D2A 1235-12346-2
+letter \x6D2B 15-1256-5
+letter \x6D2C 15-34-5
+letter \x6D2D 123-456-3
+letter \x6D2E 124-146-2
+letter \x6D2F 245-346-5
+letter \x6D30 13-1256-5
+letter \x6D31 156-4
+letter \x6D32 1-12356-3
+letter \x6D33 1245-34-5
+letter \x6D34 1234-13456-2
+letter \x6D35 15-256-2
+letter \x6D36 15-235-3
+letter \x6D37 1-156-5
+letter \x6D38 13-456-3
+letter \x6D39 1235-12456-2
+letter \x6D3A 134-13456-2
+letter \x6D3B 1235-25-2
+letter \x6D3C 35-3
+letter \x6D3D 245-23456-5
+letter \x6D3E 1234-2456-5
+letter \x6D3F 34-3
+letter \x6D40 245-1256-4
+letter \x6D41 14-234-2
+letter \x6D42 16-5
+letter \x6D43 13-23456-2
+letter \x6D44 13-13456-5
+letter \x6D45 245-2345-4
+letter \x6D46 13-46-3
+letter \x6D47 13-246-3
+letter \x6D48 1-136-3
+letter \x6D49 24-156-3
+letter \x6D4A 1-25-2
+letter \x6D4B 245-2346-5
+letter \x6D4C 12345-345-2
+letter \x6D4D 123-2356-5
+letter \x6D4E 13-16-5
+letter \x6D4F 14-234-2
+letter \x6D50 12-1236-4
+letter \x6D51 1235-123456-2
+letter \x6D52 1235-34-4
+letter \x6D53 1345-12346-2
+letter \x6D54 15-256-2
+letter \x6D55 13-1456-5
+letter \x6D56 14-346-5
+letter \x6D57 245-234-2
+letter \x6D58 1246-4
+letter \x6D59 1-2346-5
+letter \x6D5A 13-256-5
+letter \x6D5B 1235-1236-2
+letter \x6D5C 135-1346-3
+letter \x6D5D 134-1346-2
+letter \x6D5E 1-25-2
+letter \x6D5F 234-2
+letter \x6D60 15-16-3
+letter \x6D61 135-126-2
+letter \x6D62 145-12356-5
+letter \x6D63 12456-4
+letter \x6D64 1235-12346-2
+letter \x6D65 16-5
+letter \x6D66 1234-34-4
+letter \x6D67 13456-4
+letter \x6D68 14-1236-4
+letter \x6D69 1235-146-5
+letter \x6D6A 14-1346-5
+letter \x6D6B 1235-1236-4
+letter \x6D6C 14-16-4
+letter \x6D6D 13-1356-3
+letter \x6D6E 12345-34-2
+letter \x6D6F 34-2
+letter \x6D70 14-16-5
+letter \x6D71 12-123456-2
+letter \x6D72 12345-1356-2
+letter \x6D73 16-5
+letter \x6D74 1256-5
+letter \x6D75 124-12346-2
+letter \x6D76 14-146-2
+letter \x6D77 1235-2456-4
+letter \x6D78 13-1456-5
+letter \x6D79 13-23456-2
+letter \x6D7A 12-12346-3
+letter \x6D7B 12346-4
+letter \x6D7C 134-356-4
+letter \x6D7D 15-1246-3
+letter \x6D7E 12-1356-3
+letter \x6D7F 1234-356-5
+letter \x6D80 15-2345-5
+letter \x6D81 24-136-5
+letter \x6D82 124-34-2
+letter \x6D83 123-123456-5
+letter \x6D84 1234-1456-3
+letter \x6D85 1345-346-5
+letter \x6D86 1235-1236-5
+letter \x6D87 13-13456-3
+letter \x6D88 15-246-3
+letter \x6D89 24-2346-5
+letter \x6D8A 1345-2345-4
+letter \x6D8B 124-34-3
+letter \x6D8C 235-4
+letter \x6D8D 15-246-5
+letter \x6D8E 15-2345-2
+letter \x6D8F 124-13456-4
+letter \x6D90 2346-2
+letter \x6D91 15-34-5
+letter \x6D92 124-123456-3
+letter \x6D93 13-45-3
+letter \x6D94 245-136-2
+letter \x6D95 124-16-5
+letter \x6D96 14-16-5
+letter \x6D97 24-1246-5
+letter \x6D98 15-156-5
+letter \x6D99 14-356-5
+letter \x6D9A 24-1246-5
+letter \x6D9B 124-146-3
+letter \x6D9C 145-34-2
+letter \x6D9D 14-146-5
+letter \x6D9E 14-2456-2
+letter \x6D9F 14-2345-2
+letter \x6DA0 1246-2
+letter \x6DA1 25-3
+letter \x6DA2 256-2
+letter \x6DA3 1235-12456-5
+letter \x6DA4 145-16-2
+letter \x6DA5 1235-1356-3
+letter \x6DA6 1245-123456-5
+letter \x6DA7 13-2345-5
+letter \x6DA8 1-1346-4
+letter \x6DA9 15-2346-5
+letter \x6DAA 12345-34-2
+letter \x6DAB 13-12456-5
+letter \x6DAC 15-13456-5
+letter \x6DAD 24-12356-5
+letter \x6DAE 24-12456-5
+letter \x6DAF 23456-2
+letter \x6DB0 12-25-5
+letter \x6DB1 1-1346-4
+letter \x6DB2 16-5
+letter \x6DB3 123-12346-3
+letter \x6DB4 25-5
+letter \x6DB5 1235-1236-2
+letter \x6DB6 124-25-3
+letter \x6DB7 145-12346-3
+letter \x6DB8 1235-2346-2
+letter \x6DB9 25-3
+letter \x6DBA 13-1256-3
+letter \x6DBB 24-2346-5
+letter \x6DBC 14-46-2
+letter \x6DBD 1235-123456-3
+letter \x6DBE 124-345-5
+letter \x6DBF 1-25-3
+letter \x6DC0 145-2345-5
+letter \x6DC1 245-346-5
+letter \x6DC2 145-2346-2
+letter \x6DC3 13-45-5
+letter \x6DC4 125-156-3
+letter \x6DC5 15-16-3
+letter \x6DC6 246-2
+letter \x6DC7 245-16-2
+letter \x6DC8 13-34-4
+letter \x6DC9 13-25-4
+letter \x6DCA 1235-1236-5
+letter \x6DCB 14-1456-2
+letter \x6DCC 124-1346-4
+letter \x6DCD 1-12356-3
+letter \x6DCE 1234-1356-4
+letter \x6DCF 1235-146-5
+letter \x6DD0 12-1346-3
+letter \x6DD1 24-34-2
+letter \x6DD2 245-16-3
+letter \x6DD3 12345-1346-3
+letter \x6DD4 12-156-5
+letter \x6DD5 14-34-5
+letter \x6DD6 1345-146-5
+letter \x6DD7 13-1256-2
+letter \x6DD8 124-146-2
+letter \x6DD9 245-12346-2
+letter \x6DDA 14-356-5
+letter \x6DDB 1-2346-5
+letter \x6DDC 1234-13456-2
+letter \x6DDD 12345-356-2
+letter \x6DDE 15-12346-3
+letter \x6DDF 124-2345-4
+letter \x6DE0 1234-16-5
+letter \x6DE1 145-1236-5
+letter \x6DE2 1256-5
+letter \x6DE3 1345-16-2
+letter \x6DE4 1256-3
+letter \x6DE5 14-34-5
+letter \x6DE6 13-1236-5
+letter \x6DE7 134-16-5
+letter \x6DE8 13-13456-5
+letter \x6DE9 14-13456-2
+letter \x6DEA 14-123456-2
+letter \x6DEB 1456-2
+letter \x6DEC 245-1246-5
+letter \x6DED 245-1256-2
+letter \x6DEE 1235-2356-2
+letter \x6DEF 1256-5
+letter \x6DF0 1345-2345-4
+letter \x6DF1 24-136-3
+letter \x6DF2 1234-246-2
+letter \x6DF3 12-123456-2
+letter \x6DF4 1235-34-3
+letter \x6DF5 45-3
+letter \x6DF6 14-2456-2
+letter \x6DF7 1235-123456-5
+letter \x6DF8 245-13456-3
+letter \x6DF9 2345-3
+letter \x6DFA 245-2345-4
+letter \x6DFB 124-2345-3
+letter \x6DFC 134-246-4
+letter \x6DFD 1-156-4
+letter \x6DFE 1456-4
+letter \x6DFF 134-16-5
+letter \x6E00 135-136-3
+letter \x6E01 45-3
+letter \x6E02 123456-5
+letter \x6E03 1245-25-5
+letter \x6E04 12345-356-3
+letter \x6E05 245-13456-3
+letter \x6E06 45-3
+letter \x6E07 123-2346-4
+letter \x6E08 13-16-5
+letter \x6E09 24-2346-5
+letter \x6E0A 45-3
+letter \x6E0B 15-2346-5
+letter \x6E0C 14-34-5
+letter \x6E0D 125-156-5
+letter \x6E0E 145-34-2
+letter \x6E0F 245-16-2
+letter \x6E10 13-2345-5
+letter \x6E11 134-1456-4
+letter \x6E12 1234-2456-5
+letter \x6E13 15-16-3
+letter \x6E14 1256-2
+letter \x6E15 45-3
+letter \x6E16 24-136-4
+letter \x6E17 24-136-5
+letter \x6E18 1245-12356-2
+letter \x6E19 1235-12456-5
+letter \x6E1A 1-34-4
+letter \x6E1B 13-2345-4
+letter \x6E1C 1345-12456-4
+letter \x6E1D 1256-2
+letter \x6E1E 245-234-2
+letter \x6E1F 124-13456-2
+letter \x6E20 245-1256-2
+letter \x6E21 145-34-5
+letter \x6E22 12345-1356-2
+letter \x6E23 1-345-3
+letter \x6E24 135-126-2
+letter \x6E25 25-5
+letter \x6E26 25-3
+letter \x6E27 145-16-5
+letter \x6E28 1246-3
+letter \x6E29 123456-3
+letter \x6E2A 1245-34-2
+letter \x6E2B 15-346-5
+letter \x6E2C 245-2346-5
+letter \x6E2D 1246-5
+letter \x6E2E 13-2346-3
+letter \x6E2F 13-1346-4
+letter \x6E30 2345-4
+letter \x6E31 1235-12346-2
+letter \x6E32 15-45-5
+letter \x6E33 134-16-4
+letter \x6E34 123-2346-4
+letter \x6E35 134-146-2
+letter \x6E36 13456-3
+letter \x6E37 2345-4
+letter \x6E38 234-2
+letter \x6E39 1235-12346-3
+letter \x6E3A 134-246-4
+letter \x6E3B 15-13456-4
+letter \x6E3C 134-356-4
+letter \x6E3D 125-2456-3
+letter \x6E3E 1235-123456-2
+letter \x6E3F 1345-2456-5
+letter \x6E40 13-1246-4
+letter \x6E41 12-156-5
+letter \x6E42 2346-5
+letter \x6E43 1234-2456-5
+letter \x6E44 134-356-2
+letter \x6E45 14-2345-5
+letter \x6E46 245-16-5
+letter \x6E47 245-16-5
+letter \x6E48 134-356-2
+letter \x6E49 124-2345-2
+letter \x6E4A 245-12356-5
+letter \x6E4B 1246-2
+letter \x6E4C 245-1236-3
+letter \x6E4D 124-12456-3
+letter \x6E4E 134-2345-4
+letter \x6E4F 1235-1246-5
+letter \x6E50 134-126-5
+letter \x6E51 15-1256-4
+letter \x6E52 13-16-2
+letter \x6E53 1234-136-2
+letter \x6E54 13-2345-3
+letter \x6E55 13-2345-4
+letter \x6E56 1235-34-2
+letter \x6E57 12345-1356-5
+letter \x6E58 15-46-3
+letter \x6E59 16-5
+letter \x6E5A 1456-5
+letter \x6E5B 1-1236-5
+letter \x6E5C 24-156-2
+letter \x6E5D 13-346-3
+letter \x6E5E 1-136-3
+letter \x6E5F 1235-456-2
+letter \x6E60 124-1236-5
+letter \x6E61 1256-2
+letter \x6E62 135-16-5
+letter \x6E63 134-1456-4
+letter \x6E64 24-156-3
+letter \x6E65 124-34-2
+letter \x6E66 24-1356-3
+letter \x6E67 235-4
+letter \x6E68 13-1256-2
+letter \x6E69 145-12346-5
+letter \x6E6A 124-12456-5
+letter \x6E6B 13-246-4
+letter \x6E6C 13-246-4
+letter \x6E6D 245-234-2
+letter \x6E6E 2345-3
+letter \x6E6F 124-1346-3
+letter \x6E70 14-12346-2
+letter \x6E71 1235-25-5
+letter \x6E72 45-2
+letter \x6E73 1345-1236-4
+letter \x6E74 135-1236-5
+letter \x6E75 234-4
+letter \x6E76 245-45-2
+letter \x6E77 12-1246-2
+letter \x6E78 14-46-5
+letter \x6E79 12-1236-2
+letter \x6E7A 2345-2
+letter \x6E7B 12-123456-2
+letter \x6E7C 1345-346-5
+letter \x6E7D 125-156-3
+letter \x6E7E 12456-3
+letter \x6E7F 24-156-3
+letter \x6E80 134-1236-4
+letter \x6E81 13456-2
+letter \x6E82 14-345-5
+letter \x6E83 123-1246-5
+letter \x6E84 12345-1356-2
+letter \x6E85 13-2345-5
+letter \x6E86 15-1256-5
+letter \x6E87 14-12356-2
+letter \x6E88 13-1246-3
+letter \x6E89 13-2456-5
+letter \x6E8A 135-126-3
+letter \x6E8B 13456-2
+letter \x6E8C 1234-126-3
+letter \x6E8D 13-1456-5
+letter \x6E8E 13-1246-5
+letter \x6E8F 124-1346-2
+letter \x6E90 45-2
+letter \x6E91 15-25-4
+letter \x6E92 45-2
+letter \x6E93 14-2345-2
+letter \x6E94 246-4
+letter \x6E95 134-1356-2
+letter \x6E96 1-123456-4
+letter \x6E97 24-1356-2
+letter \x6E98 123-2346-5
+letter \x6E99 124-2456-5
+letter \x6E9A 145-345-2
+letter \x6E9B 35-3
+letter \x6E9C 14-234-3
+letter \x6E9D 13-12356-3
+letter \x6E9E 15-146-3
+letter \x6E9F 134-13456-2
+letter \x6EA0 1-345-5
+letter \x6EA1 24-156-2
+letter \x6EA2 16-5
+letter \x6EA3 14-123456-5
+letter \x6EA4 134-345-4
+letter \x6EA5 1234-34-4
+letter \x6EA6 1246-3
+letter \x6EA7 14-16-5
+letter \x6EA8 245-2456-2
+letter \x6EA9 34-5
+letter \x6EAA 15-16-3
+letter \x6EAB 123456-3
+letter \x6EAC 245-46-3
+letter \x6EAD 125-2346-2
+letter \x6EAE 24-156-3
+letter \x6EAF 15-34-5
+letter \x6EB0 16-3
+letter \x6EB1 1-136-3
+letter \x6EB2 15-12356-3
+letter \x6EB3 256-2
+letter \x6EB4 15-234-5
+letter \x6EB5 1456-3
+letter \x6EB6 1245-12346-2
+letter \x6EB7 1235-123456-5
+letter \x6EB8 15-34-5
+letter \x6EB9 15-25-4
+letter \x6EBA 1345-16-5
+letter \x6EBB 124-345-3
+letter \x6EBC 24-156-3
+letter \x6EBD 1245-34-5
+letter \x6EBE 1246-3
+letter \x6EBF 1234-1236-5
+letter \x6EC0 12-34-5
+letter \x6EC1 12-34-2
+letter \x6EC2 1234-1346-3
+letter \x6EC3 12346-4
+letter \x6EC4 245-1346-3
+letter \x6EC5 134-346-5
+letter \x6EC6 13-2346-2
+letter \x6EC7 145-2345-3
+letter \x6EC8 1235-146-5
+letter \x6EC9 1235-456-4
+letter \x6ECA 15-16-5
+letter \x6ECB 125-156-3
+letter \x6ECC 145-16-2
+letter \x6ECD 1-156-5
+letter \x6ECE 13456-2
+letter \x6ECF 12345-34-4
+letter \x6ED0 13-346-2
+letter \x6ED1 1235-35-2
+letter \x6ED2 13-2346-3
+letter \x6ED3 125-156-4
+letter \x6ED4 124-146-3
+letter \x6ED5 124-1356-2
+letter \x6ED6 15-1246-3
+letter \x6ED7 135-16-4
+letter \x6ED8 13-246-5
+letter \x6ED9 1235-1246-5
+letter \x6EDA 13-123456-4
+letter \x6EDB 1456-2
+letter \x6EDC 13-146-3
+letter \x6EDD 14-12346-2
+letter \x6EDE 1-156-5
+letter \x6EDF 2345-5
+letter \x6EE0 24-2346-5
+letter \x6EE1 134-1236-4
+letter \x6EE2 13456-2
+letter \x6EE3 12-123456-2
+letter \x6EE4 14-1256-5
+letter \x6EE5 14-1236-5
+letter \x6EE6 14-12456-2
+letter \x6EE7 15-246-5
+letter \x6EE8 135-1456-3
+letter \x6EE9 124-1236-3
+letter \x6EEA 1256-5
+letter \x6EEB 15-234-4
+letter \x6EEC 1235-34-5
+letter \x6EED 135-16-5
+letter \x6EEE 135-246-3
+letter \x6EEF 1-156-5
+letter \x6EF0 13-13456-5
+letter \x6EF1 123-12356-5
+letter \x6EF2 24-136-5
+letter \x6EF3 24-1346-3
+letter \x6EF4 145-16-3
+letter \x6EF5 134-16-5
+letter \x6EF6 146-2
+letter \x6EF7 14-34-4
+letter \x6EF8 1235-34-4
+letter \x6EF9 1235-34-3
+letter \x6EFA 234-2
+letter \x6EFB 12-1236-4
+letter \x6EFC 12345-1236-5
+letter \x6EFD 235-2
+letter \x6EFE 13-123456-4
+letter \x6EFF 134-1236-4
+letter \x6F00 245-13456-5
+letter \x6F01 1256-2
+letter \x6F02 1234-246-3
+letter \x6F03 13-16-2
+letter \x6F04 23456-2
+letter \x6F05 12-146-2
+letter \x6F06 245-16-3
+letter \x6F07 15-16-4
+letter \x6F08 13-16-5
+letter \x6F09 14-34-5
+letter \x6F0A 14-12356-2
+letter \x6F0B 14-12346-2
+letter \x6F0C 13-1456-4
+letter \x6F0D 13-25-2
+letter \x6F0E 245-12346-2
+letter \x6F0F 14-12356-5
+letter \x6F10 1-156-2
+letter \x6F11 13-2456-5
+letter \x6F12 245-46-2
+letter \x6F13 14-16-2
+letter \x6F14 2345-4
+letter \x6F15 245-146-2
+letter \x6F16 13-246-5
+letter \x6F17 245-12346-3
+letter \x6F18 12-123456-2
+letter \x6F19 124-12456-2
+letter \x6F1A 12356-5
+letter \x6F1B 124-1356-2
+letter \x6F1C 346-4
+letter \x6F1D 15-16-2
+letter \x6F1E 134-16-5
+letter \x6F1F 124-1346-2
+letter \x6F20 134-126-5
+letter \x6F21 24-1346-3
+letter \x6F22 1235-1236-5
+letter \x6F23 14-2345-2
+letter \x6F24 14-1236-4
+letter \x6F25 35-3
+letter \x6F26 14-16-2
+letter \x6F27 245-2345-2
+letter \x6F28 12345-1356-2
+letter \x6F29 15-45-2
+letter \x6F2A 16-3
+letter \x6F2B 134-1236-5
+letter \x6F2C 125-156-5
+letter \x6F2D 134-1346-4
+letter \x6F2E 123-1346-3
+letter \x6F2F 14-25-5
+letter \x6F30 1234-1356-3
+letter \x6F31 24-34-5
+letter \x6F32 1-1346-4
+letter \x6F33 1-1346-3
+letter \x6F34 12-12346-2
+letter \x6F35 15-1256-5
+letter \x6F36 1235-12456-5
+letter \x6F37 123-25-5
+letter \x6F38 13-2345-5
+letter \x6F39 2345-3
+letter \x6F3A 24-456-4
+letter \x6F3B 14-246-2
+letter \x6F3C 245-1246-4
+letter \x6F3D 124-16-2
+letter \x6F3E 46-5
+letter \x6F3F 13-46-3
+letter \x6F40 245-12346-2
+letter \x6F41 13456-4
+letter \x6F42 1235-12346-2
+letter \x6F43 15-234-4
+letter \x6F44 24-34-5
+letter \x6F45 13-12456-5
+letter \x6F46 13456-2
+letter \x6F47 15-246-3
+letter \x6F48 245-12346-2
+letter \x6F49 123-123456-3
+letter \x6F4A 15-1256-5
+letter \x6F4B 14-2345-5
+letter \x6F4C 1-156-5
+letter \x6F4D 1246-2
+letter \x6F4E 1234-16-5
+letter \x6F4F 13-236-2
+letter \x6F50 13-246-5
+letter \x6F51 1234-126-3
+letter \x6F52 145-1346-5
+letter \x6F53 1235-1246-5
+letter \x6F54 13-346-2
+letter \x6F55 34-4
+letter \x6F56 1234-345-2
+letter \x6F57 13-16-2
+letter \x6F58 1234-1236-3
+letter \x6F59 13-1246-3
+letter \x6F5A 15-246-3
+letter \x6F5B 245-2345-2
+letter \x6F5C 245-2345-2
+letter \x6F5D 15-16-5
+letter \x6F5E 14-34-5
+letter \x6F5F 15-16-5
+letter \x6F60 15-123456-5
+letter \x6F61 145-123456-5
+letter \x6F62 1235-456-2
+letter \x6F63 134-1456-4
+letter \x6F64 1245-123456-5
+letter \x6F65 15-34-5
+letter \x6F66 14-246-2
+letter \x6F67 125-1356-3
+letter \x6F68 245-12346-2
+letter \x6F69 16-5
+letter \x6F6A 145-16-2
+letter \x6F6B 12456-3
+letter \x6F6C 145-1236-5
+letter \x6F6D 124-1236-2
+letter \x6F6E 12-146-2
+letter \x6F6F 15-256-2
+letter \x6F70 123-1246-5
+letter \x6F71 346-3
+letter \x6F72 24-146-5
+letter \x6F73 124-34-2
+letter \x6F74 1-34-3
+letter \x6F75 15-1236-5
+letter \x6F76 1235-356-3
+letter \x6F77 135-16-4
+letter \x6F78 24-1236-3
+letter \x6F79 12-1236-2
+letter \x6F7A 12-1236-2
+letter \x6F7B 24-34-4
+letter \x6F7C 124-12346-2
+letter \x6F7D 1234-34-4
+letter \x6F7E 14-1456-2
+letter \x6F7F 1246-2
+letter \x6F80 15-2346-5
+letter \x6F81 15-2346-5
+letter \x6F82 12-1356-2
+letter \x6F83 13-235-4
+letter \x6F84 12-1356-2
+letter \x6F85 1235-35-5
+letter \x6F86 13-246-3
+letter \x6F87 14-146-5
+letter \x6F88 12-2346-5
+letter \x6F89 13-1236-4
+letter \x6F8A 245-123456-3
+letter \x6F8B 1235-12346-5
+letter \x6F8C 15-156-3
+letter \x6F8D 24-34-5
+letter \x6F8E 1234-1356-2
+letter \x6F8F 1235-1236-2
+letter \x6F90 256-2
+letter \x6F91 14-234-5
+letter \x6F92 1235-12346-5
+letter \x6F93 12345-34-2
+letter \x6F94 1235-146-5
+letter \x6F95 1235-2346-2
+letter \x6F96 15-2345-3
+letter \x6F97 13-2345-5
+letter \x6F98 24-1236-3
+letter \x6F99 15-16-5
+letter \x6F9A 236-5
+letter \x6F9B 14-34-4
+letter \x6F9C 14-1236-2
+letter \x6F9D 134-13456-5
+letter \x6F9E 1256-2
+letter \x6F9F 14-1456-4
+letter \x6FA0 134-1456-4
+letter \x6FA1 125-146-4
+letter \x6FA2 145-1346-3
+letter \x6FA3 1235-12456-4
+letter \x6FA4 125-2346-2
+letter \x6FA5 15-346-5
+letter \x6FA6 1256-5
+letter \x6FA7 14-16-4
+letter \x6FA8 24-156-5
+letter \x6FA9 15-236-2
+letter \x6FAA 14-13456-2
+letter \x6FAB 134-1236-5
+letter \x6FAC 125-156-3
+letter \x6FAD 235-3
+letter \x6FAE 123-2356-5
+letter \x6FAF 245-1236-5
+letter \x6FB0 14-2345-5
+letter \x6FB1 145-2345-5
+letter \x6FB2 346-5
+letter \x6FB3 146-5
+letter \x6FB4 1235-12456-2
+letter \x6FB5 1-136-3
+letter \x6FB6 12-1236-2
+letter \x6FB7 134-1236-5
+letter \x6FB8 145-1236-4
+letter \x6FB9 145-1236-5
+letter \x6FBA 16-5
+letter \x6FBB 15-1246-5
+letter \x6FBC 1234-16-5
+letter \x6FBD 13-1256-5
+letter \x6FBE 124-345-5
+letter \x6FBF 245-1456-2
+letter \x6FC0 13-16-3
+letter \x6FC1 1-25-2
+letter \x6FC2 14-2345-2
+letter \x6FC3 1345-12346-2
+letter \x6FC4 13-25-3
+letter \x6FC5 13-1456-5
+letter \x6FC6 1234-136-3
+letter \x6FC7 15-2346-5
+letter \x6FC8 13-16-2
+letter \x6FC9 15-1246-3
+letter \x6FCA 1235-1246-5
+letter \x6FCB 12-34-4
+letter \x6FCC 124-345-5
+letter \x6FCD 15-12346-3
+letter \x6FCE 145-13456-4
+letter \x6FCF 15-2346-5
+letter \x6FD0 1-34-4
+letter \x6FD1 14-2456-5
+letter \x6FD2 135-1456-3
+letter \x6FD3 14-2345-2
+letter \x6FD4 134-16-4
+letter \x6FD5 24-156-3
+letter \x6FD6 24-34-5
+letter \x6FD7 134-16-5
+letter \x6FD8 1345-13456-5
+letter \x6FD9 13456-2
+letter \x6FDA 13456-2
+letter \x6FDB 134-1356-2
+letter \x6FDC 13-1456-5
+letter \x6FDD 245-16-2
+letter \x6FDE 1234-16-5
+letter \x6FDF 13-16-5
+letter \x6FE0 1235-146-2
+letter \x6FE1 1245-34-2
+letter \x6FE2 125-1246-4
+letter \x6FE3 25-5
+letter \x6FE4 124-146-3
+letter \x6FE5 1456-4
+letter \x6FE6 1456-4
+letter \x6FE7 145-1246-5
+letter \x6FE8 245-156-2
+letter \x6FE9 1235-25-5
+letter \x6FEA 13-13456-5
+letter \x6FEB 14-1236-5
+letter \x6FEC 13-256-5
+letter \x6FED 2456-5
+letter \x6FEE 1234-34-2
+letter \x6FEF 1-25-2
+letter \x6FF0 1246-2
+letter \x6FF1 135-1456-3
+letter \x6FF2 13-34-4
+letter \x6FF3 245-2345-2
+letter \x6FF4 13456-2
+letter \x6FF5 135-1456-3
+letter \x6FF6 123-25-5
+letter \x6FF7 12345-356-5
+letter \x6FF8 245-1346-3
+letter \x6FF9 134-2346-5
+letter \x6FFA 13-2345-5
+letter \x6FFB 145-1246-5
+letter \x6FFC 14-25-5
+letter \x6FFD 125-1236-5
+letter \x6FFE 14-1256-5
+letter \x6FFF 14-16-5
+letter \x7000 234-3
+letter \x7001 46-5
+letter \x7002 14-34-4
+letter \x7003 15-156-5
+letter \x7004 13-346-2
+letter \x7005 13456-2
+letter \x7006 145-34-2
+letter \x7007 456-4
+letter \x7008 1235-1246-3
+letter \x7009 15-346-5
+letter \x700A 1234-1236-2
+letter \x700B 24-136-4
+letter \x700C 135-246-3
+letter \x700D 12-1236-2
+letter \x700E 134-126-5
+letter \x700F 14-234-2
+letter \x7010 13-2345-3
+letter \x7011 1234-34-5
+letter \x7012 15-2346-5
+letter \x7013 12-1356-2
+letter \x7014 13-34-4
+letter \x7015 135-1456-3
+letter \x7016 1235-25-5
+letter \x7017 15-2345-5
+letter \x7018 14-34-2
+letter \x7019 245-1456-3
+letter \x701A 1235-1236-5
+letter \x701B 13456-2
+letter \x701C 1245-12346-2
+letter \x701D 14-16-5
+letter \x701E 13-13456-5
+letter \x701F 15-246-3
+letter \x7020 13456-2
+letter \x7021 15-1246-4
+letter \x7022 1246-2
+letter \x7023 15-346-5
+letter \x7024 1235-2356-2
+letter \x7025 1235-146-5
+letter \x7026 1-34-3
+letter \x7027 14-12346-2
+letter \x7028 14-2456-5
+letter \x7029 145-1246-5
+letter \x702A 12345-1236-2
+letter \x702B 1235-34-2
+letter \x702C 14-2456-5
+letter \x702D 24-34-3
+letter \x702E 14-13456-2
+letter \x702F 13456-2
+letter \x7030 134-16-2
+letter \x7031 13-16-5
+letter \x7032 14-2345-5
+letter \x7033 13-2345-5
+letter \x7034 13456-4
+letter \x7035 12345-136-5
+letter \x7036 14-1456-2
+letter \x7037 16-5
+letter \x7038 13-2345-3
+letter \x7039 236-5
+letter \x703A 12-1236-2
+letter \x703B 145-2456-5
+letter \x703C 1245-1346-2
+letter \x703D 13-2345-4
+letter \x703E 14-1236-2
+letter \x703F 12345-1236-2
+letter \x7040 24-456-5
+letter \x7041 45-3
+letter \x7042 1-25-2
+letter \x7043 12345-1356-3
+letter \x7044 24-2346-5
+letter \x7045 14-356-4
+letter \x7046 14-1236-2
+letter \x7047 245-12346-2
+letter \x7048 245-1256-2
+letter \x7049 235-3
+letter \x704A 245-2345-2
+letter \x704B 12345-345-4
+letter \x704C 13-12456-5
+letter \x704D 245-236-5
+letter \x704E 2345-5
+letter \x704F 1235-146-5
+letter \x7050 13456-2
+letter \x7051 15-345-4
+letter \x7052 125-1236-5
+letter \x7053 14-12456-2
+letter \x7054 2345-5
+letter \x7055 14-16-2
+letter \x7056 134-16-4
+letter \x7057 24-1236-5
+letter \x7058 124-1236-3
+letter \x7059 145-1346-4
+letter \x705A 13-246-4
+letter \x705B 12-1236-4
+letter \x705C 13456-2
+letter \x705D 1235-146-5
+letter \x705E 135-345-5
+letter \x705F 1-34-2
+letter \x7060 14-1236-5
+letter \x7061 14-1236-2
+letter \x7062 1345-1346-4
+letter \x7063 12456-3
+letter \x7064 14-12456-2
+letter \x7065 15-256-2
+letter \x7066 15-2345-4
+letter \x7067 2345-5
+letter \x7068 13-1236-5
+letter \x7069 2345-5
+letter \x706A 1256-5
+letter \x706B 1235-25-4
+letter \x706C 1235-25-4
+letter \x706D 134-346-5
+letter \x706E 13-456-3
+letter \x706F 145-1356-3
+letter \x7070 1235-1246-3
+letter \x7071 15-246-3
+letter \x7072 15-246-3
+letter \x7073 1235-1246-3
+letter \x7074 1235-12346-2
+letter \x7075 14-13456-2
+letter \x7076 125-146-5
+letter \x7077 1-12456-5
+letter \x7078 13-234-4
+letter \x7079 1-345-5
+letter \x707A 15-346-5
+letter \x707B 12-156-5
+letter \x707C 1-25-2
+letter \x707D 125-2456-3
+letter \x707E 125-2456-3
+letter \x707F 245-1236-5
+letter \x7080 46-2
+letter \x7081 245-16-5
+letter \x7082 1-12346-3
+letter \x7083 12345-136-2
+letter \x7084 1345-234-4
+letter \x7085 13-235-4
+letter \x7086 123456-2
+letter \x7087 1234-34-3
+letter \x7088 16-5
+letter \x7089 14-34-2
+letter \x708A 12-1246-3
+letter \x708B 1234-16-3
+letter \x708C 123-2456-5
+letter \x708D 1234-1236-5
+letter \x708E 2345-2
+letter \x708F 123-2456-5
+letter \x7090 1234-1346-5
+letter \x7091 134-34-5
+letter \x7092 12-146-4
+letter \x7093 14-246-5
+letter \x7094 245-236-3
+letter \x7095 123-1346-5
+letter \x7096 124-123456-2
+letter \x7097 13-456-3
+letter \x7098 15-1456-3
+letter \x7099 1-156-5
+letter \x709A 13-456-3
+letter \x709B 13-456-3
+letter \x709C 1246-4
+letter \x709D 245-46-5
+letter \x709E 135-2345-4
+letter \x709F 145-345-2
+letter \x70A0 15-23456-2
+letter \x70A1 1-1356-3
+letter \x70A2 1-34-2
+letter \x70A3 123-2346-4
+letter \x70A4 1-146-5
+letter \x70A5 12345-34-2
+letter \x70A6 135-345-2
+letter \x70A7 15-346-5
+letter \x70A8 15-346-5
+letter \x70A9 14-13456-5
+letter \x70AA 1-25-2
+letter \x70AB 15-45-5
+letter \x70AC 13-1256-5
+letter \x70AD 124-1236-5
+letter \x70AE 1234-146-5
+letter \x70AF 13-235-4
+letter \x70B0 1234-146-2
+letter \x70B1 124-2456-2
+letter \x70B2 124-2456-2
+letter \x70B3 135-13456-4
+letter \x70B4 46-4
+letter \x70B5 124-12346-3
+letter \x70B6 1235-1236-3
+letter \x70B7 1-34-5
+letter \x70B8 1-345-5
+letter \x70B9 145-2345-4
+letter \x70BA 1246-2
+letter \x70BB 24-156-2
+letter \x70BC 14-2345-5
+letter \x70BD 12-156-5
+letter \x70BE 1235-456-4
+letter \x70BF 1-12356-3
+letter \x70C0 1235-34-3
+letter \x70C1 24-25-5
+letter \x70C2 14-1236-5
+letter \x70C3 245-13456-3
+letter \x70C4 13-246-4
+letter \x70C5 15-1256-5
+letter \x70C6 15-13456-2
+letter \x70C7 245-45-5
+letter \x70C8 14-346-5
+letter \x70C9 1235-12456-5
+letter \x70CA 46-2
+letter \x70CB 15-234-3
+letter \x70CC 15-234-3
+letter \x70CD 15-2345-4
+letter \x70CE 1456-2
+letter \x70CF 34-3
+letter \x70D0 1-12356-3
+letter \x70D1 246-2
+letter \x70D2 24-156-5
+letter \x70D3 1246-3
+letter \x70D4 124-12346-2
+letter \x70D5 15-236-5
+letter \x70D6 125-2456-3
+letter \x70D7 123-2456-5
+letter \x70D8 1235-12346-3
+letter \x70D9 14-146-5
+letter \x70DA 15-23456-2
+letter \x70DB 1-34-2
+letter \x70DC 15-45-4
+letter \x70DD 1-1356-3
+letter \x70DE 1234-126-5
+letter \x70DF 2345-3
+letter \x70E0 1235-1246-4
+letter \x70E1 13-456-3
+letter \x70E2 1-2346-5
+letter \x70E3 1235-1246-3
+letter \x70E4 123-146-4
+letter \x70E5 12-136-2
+letter \x70E6 12345-1236-2
+letter \x70E7 24-146-3
+letter \x70E8 346-5
+letter \x70E9 1235-1246-5
+letter \x70EA 1-136-5
+letter \x70EB 124-1346-5
+letter \x70EC 13-1456-5
+letter \x70ED 1245-2346-5
+letter \x70EE 14-346-5
+letter \x70EF 15-16-3
+letter \x70F0 12345-34-2
+letter \x70F1 13-235-4
+letter \x70F2 12-2346-5
+letter \x70F3 1234-34-4
+letter \x70F4 245-13456-3
+letter \x70F5 1-25-2
+letter \x70F6 124-13456-4
+letter \x70F7 12456-2
+letter \x70F8 1235-2456-4
+letter \x70F9 1234-1356-3
+letter \x70FA 14-1346-4
+letter \x70FB 2345-5
+letter \x70FC 1235-34-3
+letter \x70FD 12345-1356-3
+letter \x70FE 12-156-5
+letter \x70FF 1245-12346-2
+letter \x7100 1235-34-2
+letter \x7101 15-16-3
+letter \x7102 24-34-2
+letter \x7103 1235-25-5
+letter \x7104 15-256-3
+letter \x7105 123-34-5
+letter \x7106 13-236-2
+letter \x7107 15-246-3
+letter \x7108 15-16-3
+letter \x7109 2345-3
+letter \x710A 1235-1236-5
+letter \x710B 1-456-5
+letter \x710C 13-256-5
+letter \x710D 145-16-5
+letter \x710E 15-346-5
+letter \x710F 13-16-2
+letter \x7110 34-5
+letter \x7111 2345-3
+letter \x7112 14-1256-4
+letter \x7113 1235-1236-2
+letter \x7114 2345-5
+letter \x7115 1235-12456-5
+letter \x7116 134-136-5
+letter \x7117 13-1256-2
+letter \x7118 145-146-5
+letter \x7119 135-356-5
+letter \x711A 12345-136-2
+letter \x711B 14-1456-5
+letter \x711C 123-123456-3
+letter \x711D 1235-123456-5
+letter \x711E 12-123456-2
+letter \x711F 15-16-2
+letter \x7120 245-1246-5
+letter \x7121 34-2
+letter \x7122 1235-12346-3
+letter \x7123 13-1256-5
+letter \x7124 12345-34-4
+letter \x7125 25-5
+letter \x7126 13-246-3
+letter \x7127 245-12346-3
+letter \x7128 12345-1356-5
+letter \x7129 1234-13456-3
+letter \x712A 245-235-3
+letter \x712B 1245-25-5
+letter \x712C 15-16-2
+letter \x712D 245-235-2
+letter \x712E 15-1456-5
+letter \x712F 1-25-2
+letter \x7130 2345-5
+letter \x7131 2345-5
+letter \x7132 16-5
+letter \x7133 13-236-2
+letter \x7134 1256-5
+letter \x7135 13-1346-5
+letter \x7136 1245-1236-2
+letter \x7137 1234-16-2
+letter \x7138 13-34-4
+letter \x7139 456-4
+letter \x713A 24-1356-3
+letter \x713B 12-1346-5
+letter \x713C 24-146-3
+letter \x713D 13456-3
+letter \x713E 1345-2345-5
+letter \x713F 13-1356-3
+letter \x7140 1246-3
+letter \x7141 12-136-2
+letter \x7142 1235-2346-5
+letter \x7143 123-1246-4
+letter \x7144 1-12346-3
+letter \x7145 145-12456-5
+letter \x7146 15-23456-3
+letter \x7147 1235-1246-3
+letter \x7148 12345-1356-5
+letter \x7149 14-2345-5
+letter \x714A 15-45-3
+letter \x714B 15-13456-3
+letter \x714C 1235-456-2
+letter \x714D 13-246-4
+letter \x714E 13-2345-3
+letter \x714F 135-16-5
+letter \x7150 13456-3
+letter \x7151 1-34-4
+letter \x7152 1246-4
+letter \x7153 124-12456-3
+letter \x7154 24-1236-5
+letter \x7155 15-16-3
+letter \x7156 1345-12456-4
+letter \x7157 1345-12456-4
+letter \x7158 12-1236-2
+letter \x7159 2345-3
+letter \x715A 13-235-4
+letter \x715B 13-235-4
+letter \x715C 1256-5
+letter \x715D 134-356-5
+letter \x715E 24-345-5
+letter \x715F 1246-5
+letter \x7160 1-345-2
+letter \x7161 13-1456-5
+letter \x7162 245-235-2
+letter \x7163 1245-12356-2
+letter \x7164 134-356-2
+letter \x7165 1235-12456-5
+letter \x7166 15-1256-4
+letter \x7167 1-146-5
+letter \x7168 1246-3
+letter \x7169 12345-1236-2
+letter \x716A 245-234-2
+letter \x716B 15-1246-5
+letter \x716C 46-2
+letter \x716D 14-346-5
+letter \x716E 1-34-4
+letter \x716F 13-346-3
+letter \x7170 13-146-5
+letter \x7171 13-35-3
+letter \x7172 135-146-3
+letter \x7173 1235-34-2
+letter \x7174 256-3
+letter \x7175 1345-1236-4
+letter \x7176 24-156-5
+letter \x7177 14-46-5
+letter \x7178 135-2345-3
+letter \x7179 13-12356-5
+letter \x717A 124-1246-5
+letter \x717B 124-1346-2
+letter \x717C 12-146-4
+letter \x717D 24-1236-3
+letter \x717E 136-3
+letter \x717F 135-146-5
+letter \x7180 1235-456-4
+letter \x7181 15-346-2
+letter \x7182 15-16-5
+letter \x7183 34-5
+letter \x7184 15-16-2
+letter \x7185 256-5
+letter \x7186 1235-2346-2
+letter \x7187 1235-2346-5
+letter \x7188 15-16-3
+letter \x7189 256-2
+letter \x718A 15-235-2
+letter \x718B 1345-2456-2
+letter \x718C 24-1236-5
+letter \x718D 245-235-3
+letter \x718E 246-5
+letter \x718F 15-256-3
+letter \x7190 134-13456-2
+letter \x7191 14-2345-2
+letter \x7192 13456-2
+letter \x7193 34-4
+letter \x7194 1245-12346-2
+letter \x7195 13-12346-5
+letter \x7196 2345-5
+letter \x7197 245-46-5
+letter \x7198 14-234-3
+letter \x7199 15-16-3
+letter \x719A 135-16-5
+letter \x719B 135-246-3
+letter \x719C 125-12346-4
+letter \x719D 14-34-5
+letter \x719E 13-2345-3
+letter \x719F 24-12356-2
+letter \x71A0 16-5
+letter \x71A1 14-12356-2
+letter \x71A2 12345-1356-3
+letter \x71A3 15-1246-3
+letter \x71A4 16-5
+letter \x71A5 124-12346-3
+letter \x71A6 13-236-2
+letter \x71A7 125-12346-3
+letter \x71A8 256-5
+letter \x71A9 1235-34-5
+letter \x71AA 16-2
+letter \x71AB 1-156-5
+letter \x71AC 146-2
+letter \x71AD 1246-5
+letter \x71AE 14-234-4
+letter \x71AF 1235-1236-5
+letter \x71B0 12356-3
+letter \x71B1 1245-2346-5
+letter \x71B2 13-235-4
+letter \x71B3 134-1236-5
+letter \x71B4 123-123456-3
+letter \x71B5 24-1346-3
+letter \x71B6 245-12456-5
+letter \x71B7 125-1356-3
+letter \x71B8 13-2345-3
+letter \x71B9 15-16-3
+letter \x71BA 15-16-3
+letter \x71BB 15-16-3
+letter \x71BC 16-5
+letter \x71BD 15-246-5
+letter \x71BE 12-156-5
+letter \x71BF 1235-456-2
+letter \x71C0 12-1236-4
+letter \x71C1 346-5
+letter \x71C2 245-2345-2
+letter \x71C3 1245-1236-2
+letter \x71C4 2345-5
+letter \x71C5 15-256-2
+letter \x71C6 245-246-2
+letter \x71C7 125-123456-5
+letter \x71C8 145-1356-3
+letter \x71C9 145-123456-5
+letter \x71CA 24-136-3
+letter \x71CB 13-246-3
+letter \x71CC 12345-136-2
+letter \x71CD 15-156-3
+letter \x71CE 14-246-2
+letter \x71CF 1256-5
+letter \x71D0 14-1456-2
+letter \x71D1 124-12346-2
+letter \x71D2 24-146-3
+letter \x71D3 12345-136-3
+letter \x71D4 12345-1236-2
+letter \x71D5 2345-5
+letter \x71D6 15-256-2
+letter \x71D7 14-1236-5
+letter \x71D8 134-356-4
+letter \x71D9 124-1346-5
+letter \x71DA 16-5
+letter \x71DB 13-13456-4
+letter \x71DC 134-136-5
+letter \x71DD 13-1456-4
+letter \x71DE 13-246-4
+letter \x71DF 13456-2
+letter \x71E0 1256-5
+letter \x71E1 16-5
+letter \x71E2 15-236-2
+letter \x71E3 14-1236-2
+letter \x71E4 124-2456-5
+letter \x71E5 125-146-5
+letter \x71E6 245-1236-5
+letter \x71E7 15-1246-5
+letter \x71E8 15-16-3
+letter \x71E9 245-236-5
+letter \x71EA 245-12346-3
+letter \x71EB 14-2345-2
+letter \x71EC 1235-1246-4
+letter \x71ED 1-34-2
+letter \x71EE 15-346-5
+letter \x71EF 14-13456-2
+letter \x71F0 1246-3
+letter \x71F1 16-5
+letter \x71F2 15-346-2
+letter \x71F3 1-146-5
+letter \x71F4 1235-1246-5
+letter \x71F5 145-345-2
+letter \x71F6 1345-12346-2
+letter \x71F7 14-1236-2
+letter \x71F8 1245-34-2
+letter \x71F9 15-2345-4
+letter \x71FA 123-146-4
+letter \x71FB 15-256-3
+letter \x71FC 13-1456-5
+letter \x71FD 12-12356-2
+letter \x71FE 145-146-5
+letter \x71FF 246-5
+letter \x7200 1235-2346-5
+letter \x7201 14-1236-5
+letter \x7202 135-246-3
+letter \x7203 1245-12346-2
+letter \x7204 14-16-5
+letter \x7205 134-126-5
+letter \x7206 135-146-5
+letter \x7207 1245-25-5
+letter \x7208 14-1256-2
+letter \x7209 14-345-5
+letter \x720A 146-2
+letter \x720B 15-256-3
+letter \x720C 123-456-5
+letter \x720D 24-25-5
+letter \x720E 14-246-2
+letter \x720F 14-16-5
+letter \x7210 14-34-2
+letter \x7211 13-236-2
+letter \x7212 14-246-4
+letter \x7213 2345-5
+letter \x7214 15-16-3
+letter \x7215 15-346-5
+letter \x7216 14-12346-2
+letter \x7217 346-5
+letter \x7218 245-1236-3
+letter \x7219 1245-1346-4
+letter \x721A 236-5
+letter \x721B 14-1236-5
+letter \x721C 245-12346-2
+letter \x721D 13-236-2
+letter \x721E 124-12346-2
+letter \x721F 13-12456-5
+letter \x7220 13-1256-5
+letter \x7221 12-2346-5
+letter \x7222 134-16-2
+letter \x7223 124-1346-4
+letter \x7224 14-1236-5
+letter \x7225 1-34-2
+letter \x7226 14-1236-4
+letter \x7227 14-13456-2
+letter \x7228 245-12456-5
+letter \x7229 1256-5
+letter \x722A 1-35-4
+letter \x722B 1-35-4
+letter \x722C 1234-345-2
+letter \x722D 1-1356-3
+letter \x722E 1234-146-2
+letter \x722F 12-1356-3
+letter \x7230 45-2
+letter \x7231 2456-5
+letter \x7232 1246-2
+letter \x7233 1235-1236-3
+letter \x7234 13-236-2
+letter \x7235 13-236-2
+letter \x7236 12345-34-5
+letter \x7237 346-2
+letter \x7238 135-345-5
+letter \x7239 145-346-3
+letter \x723A 346-2
+letter \x723B 246-2
+letter \x723C 125-34-4
+letter \x723D 24-456-4
+letter \x723E 156-4
+letter \x723F 245-46-2
+letter \x7240 12-456-2
+letter \x7241 13-2346-3
+letter \x7242 125-1346-3
+letter \x7243 145-346-2
+letter \x7244 245-46-3
+letter \x7245 235-3
+letter \x7246 245-46-2
+letter \x7247 1234-2345-5
+letter \x7248 135-1236-4
+letter \x7249 1234-1236-5
+letter \x724A 24-146-2
+letter \x724B 13-2345-3
+letter \x724C 1234-2456-2
+letter \x724D 145-34-2
+letter \x724E 12-456-3
+letter \x724F 124-12356-2
+letter \x7250 1-345-2
+letter \x7251 135-2345-3
+letter \x7252 145-346-2
+letter \x7253 135-1346-4
+letter \x7254 135-126-2
+letter \x7255 12-456-3
+letter \x7256 234-4
+letter \x7257 234-4
+letter \x7258 145-34-2
+letter \x7259 23456-2
+letter \x725A 12-1356-3
+letter \x725B 1345-234-2
+letter \x725C 1345-234-2
+letter \x725D 1234-1456-5
+letter \x725E 13-234-3
+letter \x725F 134-12356-2
+letter \x7260 124-3457-3
+letter \x7261 134-34-4
+letter \x7262 14-146-2
+letter \x7263 1245-136-5
+letter \x7264 134-1346-3
+letter \x7265 12345-1346-3
+letter \x7266 134-146-2
+letter \x7267 134-34-5
+letter \x7268 13-1346-3
+letter \x7269 34-5
+letter \x726A 2345-5
+letter \x726B 13-2346-3
+letter \x726C 135-356-5
+letter \x726D 15-156-5
+letter \x726E 13-2345-5
+letter \x726F 13-34-4
+letter \x7270 234-5
+letter \x7271 13-2346-3
+letter \x7272 24-1356-3
+letter \x7273 134-34-4
+letter \x7274 145-16-4
+letter \x7275 245-2345-3
+letter \x7276 245-45-5
+letter \x7277 245-45-2
+letter \x7278 125-156-5
+letter \x7279 124-2346-5
+letter \x727A 15-16-3
+letter \x727B 134-1346-2
+letter \x727C 123-1356-3
+letter \x727D 245-2345-3
+letter \x727E 34-4
+letter \x727F 13-34-5
+letter \x7280 15-16-3
+letter \x7281 14-16-2
+letter \x7282 14-16-2
+letter \x7283 1234-12356-4
+letter \x7284 13-16-3
+letter \x7285 13-1346-3
+letter \x7286 1-156-2
+letter \x7287 135-136-3
+letter \x7288 245-45-2
+letter \x7289 1245-123456-2
+letter \x728A 145-34-2
+letter \x728B 13-1256-5
+letter \x728C 13-23456-3
+letter \x728D 13-2345-3
+letter \x728E 12345-1356-3
+letter \x728F 1234-2345-3
+letter \x7290 123-2346-3
+letter \x7291 13-1256-2
+letter \x7292 123-146-5
+letter \x7293 12-34-2
+letter \x7294 15-16-5
+letter \x7295 135-356-5
+letter \x7296 14-25-5
+letter \x7297 13-346-5
+letter \x7298 134-345-2
+letter \x7299 15-1236-3
+letter \x729A 1246-5
+letter \x729B 14-16-2
+letter \x729C 145-123456-3
+letter \x729D 124-12346-2
+letter \x729E 245-246-2
+letter \x729F 13-46-5
+letter \x72A0 15-16-3
+letter \x72A1 14-16-5
+letter \x72A2 145-34-2
+letter \x72A3 14-346-5
+letter \x72A4 1234-16-2
+letter \x72A5 1234-246-4
+letter \x72A6 135-146-5
+letter \x72A7 15-16-3
+letter \x72A8 12-12356-3
+letter \x72A9 1246-5
+letter \x72AA 123-1246-2
+letter \x72AB 12-12356-3
+letter \x72AC 245-45-4
+letter \x72AD 245-45-4
+letter \x72AE 135-345-2
+letter \x72AF 12345-1236-5
+letter \x72B0 245-234-2
+letter \x72B1 13-16-4
+letter \x72B2 12-2456-2
+letter \x72B3 1-25-2
+letter \x72B4 1236-5
+letter \x72B5 245-16-5
+letter \x72B6 1-456-5
+letter \x72B7 13-456-4
+letter \x72B8 134-345-4
+letter \x72B9 234-2
+letter \x72BA 123-1346-5
+letter \x72BB 135-126-2
+letter \x72BC 1235-12356-4
+letter \x72BD 23456-2
+letter \x72BE 1456-2
+letter \x72BF 1235-12456-3
+letter \x72C0 1-456-5
+letter \x72C1 256-4
+letter \x72C2 123-456-2
+letter \x72C3 1345-234-4
+letter \x72C4 145-16-2
+letter \x72C5 245-13456-3
+letter \x72C6 1-12346-5
+letter \x72C7 134-34-5
+letter \x72C8 135-356-5
+letter \x72C9 1234-16-3
+letter \x72CA 13-1256-2
+letter \x72CB 16-2
+letter \x72CC 24-1356-3
+letter \x72CD 1234-146-2
+letter \x72CE 15-23456-2
+letter \x72CF 124-25-2
+letter \x72D0 1235-34-2
+letter \x72D1 14-13456-2
+letter \x72D2 12345-356-5
+letter \x72D3 1234-16-3
+letter \x72D4 1345-16-4
+letter \x72D5 146-4
+letter \x72D6 234-5
+letter \x72D7 13-12356-4
+letter \x72D8 15-236-5
+letter \x72D9 13-1256-3
+letter \x72DA 145-1236-5
+letter \x72DB 1234-126-5
+letter \x72DC 13-34-4
+letter \x72DD 134-16-2
+letter \x72DE 1345-13456-2
+letter \x72DF 1235-12456-2
+letter \x72E0 1235-136-4
+letter \x72E1 13-246-4
+letter \x72E2 1235-2346-2
+letter \x72E3 1-146-5
+letter \x72E4 13-346-2
+letter \x72E5 15-256-5
+letter \x72E6 24-1236-3
+letter \x72E7 124-345-5
+letter \x72E8 1245-12346-2
+letter \x72E9 24-12356-5
+letter \x72EA 124-12346-2
+letter \x72EB 14-146-4
+letter \x72EC 145-34-2
+letter \x72ED 15-23456-2
+letter \x72EE 24-156-3
+letter \x72EF 123-2356-5
+letter \x72F0 1-1356-3
+letter \x72F1 1256-5
+letter \x72F2 15-123456-3
+letter \x72F3 1256-2
+letter \x72F4 135-16-5
+letter \x72F5 134-1346-2
+letter \x72F6 15-16-3
+letter \x72F7 13-45-5
+letter \x72F8 14-16-2
+letter \x72F9 15-23456-2
+letter \x72FA 1456-2
+letter \x72FB 15-12456-3
+letter \x72FC 14-1346-2
+letter \x72FD 135-356-5
+letter \x72FE 1-156-5
+letter \x72FF 2345-2
+letter \x7300 24-345-3
+letter \x7301 14-16-5
+letter \x7302 1235-1236-5
+letter \x7303 15-2345-4
+letter \x7304 13-13456-3
+letter \x7305 1234-2456-2
+letter \x7306 12345-356-3
+letter \x7307 15-246-3
+letter \x7308 1234-16-2
+letter \x7309 245-16-2
+letter \x730A 1345-16-2
+letter \x730B 135-246-3
+letter \x730C 1456-5
+letter \x730D 14-2456-2
+letter \x730E 15-16-2
+letter \x730F 13-2345-3
+letter \x7310 245-46-3
+letter \x7311 123-123456-3
+letter \x7312 2345-5
+letter \x7313 13-25-4
+letter \x7314 125-12346-5
+letter \x7315 134-16-2
+letter \x7316 12-1346-3
+letter \x7317 16-3
+letter \x7318 1-156-5
+letter \x7319 1-1356-3
+letter \x731A 23456-2
+letter \x731B 134-1356-4
+letter \x731C 245-2456-3
+letter \x731D 245-34-5
+letter \x731E 24-2346-5
+letter \x731F 14-346-5
+letter \x7320 145-2345-4
+letter \x7321 14-25-2
+letter \x7322 1235-34-2
+letter \x7323 125-12346-3
+letter \x7324 13-1246-5
+letter \x7325 1246-4
+letter \x7326 12345-1356-3
+letter \x7327 25-3
+letter \x7328 45-2
+letter \x7329 15-13456-3
+letter \x732A 1-34-3
+letter \x732B 134-146-3
+letter \x732C 1246-5
+letter \x732D 12-12456-2
+letter \x732E 15-2345-5
+letter \x732F 124-12456-3
+letter \x7330 23456-5
+letter \x7331 1345-146-2
+letter \x7332 1235-2346-5
+letter \x7333 13-23456-3
+letter \x7334 1235-12356-2
+letter \x7335 135-2345-3
+letter \x7336 234-2
+letter \x7337 234-2
+letter \x7338 134-356-2
+letter \x7339 12-345-2
+letter \x733A 246-2
+letter \x733B 15-123456-3
+letter \x733C 135-126-2
+letter \x733D 134-13456-2
+letter \x733E 1235-35-2
+letter \x733F 45-2
+letter \x7340 15-12356-3
+letter \x7341 134-345-4
+letter \x7342 45-2
+letter \x7343 145-2456-3
+letter \x7344 1256-5
+letter \x7345 24-156-3
+letter \x7346 1235-146-2
+letter \x7347 245-46-3
+letter \x7348 16-5
+letter \x7349 1-136-3
+letter \x734A 12-456-5
+letter \x734B 1235-146-2
+letter \x734C 134-1236-5
+letter \x734D 13-13456-5
+letter \x734E 13-46-4
+letter \x734F 134-34-2
+letter \x7350 1-1346-3
+letter \x7351 12-1236-2
+letter \x7352 146-2
+letter \x7353 146-2
+letter \x7354 1235-146-2
+letter \x7355 245-1246-3
+letter \x7356 135-136-5
+letter \x7357 13-236-2
+letter \x7358 135-16-5
+letter \x7359 135-16-5
+letter \x735A 1235-456-2
+letter \x735B 1234-34-2
+letter \x735C 14-1456-2
+letter \x735D 15-1256-5
+letter \x735E 124-12346-2
+letter \x735F 246-5
+letter \x7360 14-246-2
+letter \x7361 24-25-5
+letter \x7362 15-246-3
+letter \x7363 24-12356-5
+letter \x7364 145-123456-3
+letter \x7365 15-16-2
+letter \x7366 13-2346-2
+letter \x7367 13-45-5
+letter \x7368 145-34-2
+letter \x7369 1235-1246-5
+letter \x736A 123-2356-5
+letter \x736B 15-2345-4
+letter \x736C 15-346-5
+letter \x736D 124-345-5
+letter \x736E 15-2345-4
+letter \x736F 15-256-3
+letter \x7370 1345-13456-2
+letter \x7371 135-2345-3
+letter \x7372 1235-25-5
+letter \x7373 1345-12356-2
+letter \x7374 134-1356-2
+letter \x7375 14-346-5
+letter \x7376 1345-146-2
+letter \x7377 13-456-4
+letter \x7378 24-12356-5
+letter \x7379 14-34-2
+letter \x737A 124-345-5
+letter \x737B 15-2345-5
+letter \x737C 134-16-2
+letter \x737D 1245-1346-2
+letter \x737E 1235-12456-3
+letter \x737F 1345-146-2
+letter \x7380 14-25-2
+letter \x7381 15-2345-4
+letter \x7382 245-16-2
+letter \x7383 13-236-2
+letter \x7384 15-45-2
+letter \x7385 134-246-5
+letter \x7386 125-156-3
+letter \x7387 14-1256-5
+letter \x7388 14-34-2
+letter \x7389 1256-5
+letter \x738A 15-34-5
+letter \x738B 456-2
+letter \x738C 245-234-2
+letter \x738D 13-345-4
+letter \x738E 145-13456-3
+letter \x738F 14-2346-5
+letter \x7390 135-345-3
+letter \x7391 13-16-3
+letter \x7392 1235-12346-2
+letter \x7393 145-16-5
+letter \x7394 12-12456-5
+letter \x7395 13-1236-3
+letter \x7396 13-234-4
+letter \x7397 1256-2
+letter \x7398 245-16-4
+letter \x7399 1256-2
+letter \x739A 12-1346-5
+letter \x739B 134-345-4
+letter \x739C 1235-12346-2
+letter \x739D 34-4
+letter \x739E 12345-34-3
+letter \x739F 123456-2
+letter \x73A0 13-346-5
+letter \x73A1 23456-5
+letter \x73A2 135-1456-3
+letter \x73A3 135-2345-5
+letter \x73A4 135-1346-5
+letter \x73A5 236-5
+letter \x73A6 13-236-2
+letter \x73A7 256-4
+letter \x73A8 13-236-2
+letter \x73A9 12456-2
+letter \x73AA 13-2345-3
+letter \x73AB 134-356-2
+letter \x73AC 145-1236-4
+letter \x73AD 1234-1456-2
+letter \x73AE 1246-4
+letter \x73AF 1235-12456-2
+letter \x73B0 15-2345-5
+letter \x73B1 245-46-3
+letter \x73B2 14-13456-2
+letter \x73B3 145-2456-5
+letter \x73B4 16-5
+letter \x73B5 1236-2
+letter \x73B6 1234-13456-2
+letter \x73B7 145-2345-5
+letter \x73B8 12345-34-2
+letter \x73B9 15-45-2
+letter \x73BA 15-16-4
+letter \x73BB 135-126-3
+letter \x73BC 245-156-4
+letter \x73BD 13-12356-4
+letter \x73BE 13-23456-4
+letter \x73BF 24-146-2
+letter \x73C0 1234-126-5
+letter \x73C1 245-156-2
+letter \x73C2 123-2346-3
+letter \x73C3 1245-1236-4
+letter \x73C4 24-1356-3
+letter \x73C5 24-136-3
+letter \x73C6 16-2
+letter \x73C7 125-34-4
+letter \x73C8 13-23456-3
+letter \x73C9 134-1456-2
+letter \x73CA 24-1236-3
+letter \x73CB 14-234-4
+letter \x73CC 135-16-5
+letter \x73CD 1-136-3
+letter \x73CE 1-136-3
+letter \x73CF 13-236-2
+letter \x73D0 12345-345-5
+letter \x73D1 14-12346-2
+letter \x73D2 13-1456-3
+letter \x73D3 13-246-5
+letter \x73D4 13-2345-5
+letter \x73D5 14-16-5
+letter \x73D6 13-456-3
+letter \x73D7 15-2345-3
+letter \x73D8 1-12356-3
+letter \x73D9 13-12346-4
+letter \x73DA 2345-3
+letter \x73DB 15-234-5
+letter \x73DC 46-2
+letter \x73DD 15-1256-4
+letter \x73DE 14-25-5
+letter \x73DF 15-34-5
+letter \x73E0 1-34-3
+letter \x73E1 245-1456-2
+letter \x73E2 13-136-5
+letter \x73E3 15-256-2
+letter \x73E4 135-146-4
+letter \x73E5 156-4
+letter \x73E6 15-46-5
+letter \x73E7 246-2
+letter \x73E8 15-23456-2
+letter \x73E9 1235-1356-2
+letter \x73EA 13-1246-3
+letter \x73EB 12-12346-3
+letter \x73EC 15-1256-5
+letter \x73ED 135-1236-3
+letter \x73EE 1234-356-5
+letter \x73EF 14-146-4
+letter \x73F0 145-1346-3
+letter \x73F1 13456-3
+letter \x73F2 1235-123456-2
+letter \x73F3 123456-2
+letter \x73F4 2346-2
+letter \x73F5 12-1356-2
+letter \x73F6 145-16-5
+letter \x73F7 34-4
+letter \x73F8 34-2
+letter \x73F9 12-1356-2
+letter \x73FA 13-256-5
+letter \x73FB 134-356-2
+letter \x73FC 135-356-5
+letter \x73FD 124-13456-4
+letter \x73FE 15-2345-5
+letter \x73FF 12-25-5
+letter \x7400 1235-1236-5
+letter \x7401 15-45-2
+letter \x7402 2345-2
+letter \x7403 245-234-2
+letter \x7404 15-45-5
+letter \x7405 14-1346-2
+letter \x7406 14-16-4
+letter \x7407 15-234-5
+letter \x7408 12345-34-2
+letter \x7409 14-234-2
+letter \x740A 346-2
+letter \x740B 15-16-3
+letter \x740C 14-13456-2
+letter \x740D 14-16-5
+letter \x740E 13-1456-5
+letter \x740F 14-2345-2
+letter \x7410 15-25-4
+letter \x7411 15-25-4
+letter \x7412 12345-1356-3
+letter \x7413 12456-4
+letter \x7414 145-2345-5
+letter \x7415 1234-1456-2
+letter \x7416 1-1236-4
+letter \x7417 245-1246-5
+letter \x7418 134-1456-2
+letter \x7419 1256-5
+letter \x741A 13-1256-3
+letter \x741B 12-136-3
+letter \x741C 14-2456-2
+letter \x741D 134-1456-2
+letter \x741E 24-1356-5
+letter \x741F 1246-2
+letter \x7420 124-2345-4
+letter \x7421 12-34-5
+letter \x7422 1-25-2
+letter \x7423 1234-356-4
+letter \x7424 12-1356-3
+letter \x7425 1235-34-4
+letter \x7426 245-16-2
+letter \x7427 2346-5
+letter \x7428 123-123456-3
+letter \x7429 12-1346-3
+letter \x742A 245-16-2
+letter \x742B 135-1356-4
+letter \x742C 12456-4
+letter \x742D 14-34-5
+letter \x742E 245-12346-2
+letter \x742F 13-12456-4
+letter \x7430 2345-4
+letter \x7431 145-246-3
+letter \x7432 135-356-5
+letter \x7433 14-1456-2
+letter \x7434 245-1456-2
+letter \x7435 1234-16-2
+letter \x7436 1234-345-2
+letter \x7437 245-46-3
+letter \x7438 1-25-2
+letter \x7439 245-1456-2
+letter \x743A 12345-345-5
+letter \x743B 13-1456-3
+letter \x743C 245-235-2
+letter \x743D 145-34-4
+letter \x743E 13-346-5
+letter \x743F 1235-123456-2
+letter \x7440 1256-4
+letter \x7441 134-146-5
+letter \x7442 134-356-2
+letter \x7443 12-123456-3
+letter \x7444 15-45-3
+letter \x7445 124-16-2
+letter \x7446 15-13456-3
+letter \x7447 145-2456-5
+letter \x7448 1245-12356-2
+letter \x7449 134-1456-2
+letter \x744A 1-136-3
+letter \x744B 1246-4
+letter \x744C 1245-12456-4
+letter \x744D 1235-12456-5
+letter \x744E 15-346-2
+letter \x744F 12-12456-3
+letter \x7450 13-2345-4
+letter \x7451 1-12456-5
+letter \x7452 12-1346-5
+letter \x7453 14-2345-5
+letter \x7454 245-45-2
+letter \x7455 15-23456-2
+letter \x7456 145-12456-5
+letter \x7457 45-5
+letter \x7458 346-2
+letter \x7459 1345-146-4
+letter \x745A 1235-34-2
+letter \x745B 13456-3
+letter \x745C 1256-2
+letter \x745D 1235-456-2
+letter \x745E 1245-1246-5
+letter \x745F 15-2346-5
+letter \x7460 14-234-2
+letter \x7461 24-156-3
+letter \x7462 1245-12346-2
+letter \x7463 15-25-4
+letter \x7464 246-2
+letter \x7465 123456-3
+letter \x7466 34-4
+letter \x7467 13-1456-3
+letter \x7468 13-1456-5
+letter \x7469 13456-2
+letter \x746A 134-345-4
+letter \x746B 124-146-3
+letter \x746C 14-234-2
+letter \x746D 124-1346-2
+letter \x746E 14-16-5
+letter \x746F 14-1346-2
+letter \x7470 13-1246-3
+letter \x7471 124-2345-5
+letter \x7472 245-46-3
+letter \x7473 245-25-3
+letter \x7474 13-236-2
+letter \x7475 1-146-4
+letter \x7476 246-2
+letter \x7477 2456-5
+letter \x7478 135-1456-3
+letter \x7479 124-34-2
+letter \x747A 12-1346-2
+letter \x747B 123-123456-3
+letter \x747C 1-12456-3
+letter \x747D 245-12346-3
+letter \x747E 13-1456-4
+letter \x747F 16-3
+letter \x7480 245-1246-4
+letter \x7481 245-12346-3
+letter \x7482 245-16-2
+letter \x7483 14-16-2
+letter \x7484 13-13456-4
+letter \x7485 15-25-4
+letter \x7486 245-234-2
+letter \x7487 15-45-2
+letter \x7488 146-2
+letter \x7489 14-2345-2
+letter \x748A 134-136-2
+letter \x748B 1-1346-3
+letter \x748C 1456-2
+letter \x748D 1235-35-2
+letter \x748E 13456-3
+letter \x748F 1246-5
+letter \x7490 14-34-5
+letter \x7491 34-2
+letter \x7492 145-1356-3
+letter \x7493 15-234-5
+letter \x7494 125-1356-3
+letter \x7495 15-256-2
+letter \x7496 245-1256-2
+letter \x7497 145-1346-5
+letter \x7498 14-1456-2
+letter \x7499 14-246-2
+letter \x749A 245-235-2
+letter \x749B 15-34-5
+letter \x749C 1235-456-2
+letter \x749D 13-1246-3
+letter \x749E 1234-34-2
+letter \x749F 13-13456-4
+letter \x74A0 12345-1236-2
+letter \x74A1 13-1456-5
+letter \x74A2 14-234-2
+letter \x74A3 13-16-3
+letter \x74A4 1235-1246-5
+letter \x74A5 13-13456-4
+letter \x74A6 2456-5
+letter \x74A7 135-16-5
+letter \x74A8 245-1236-5
+letter \x74A9 245-1256-2
+letter \x74AA 125-146-4
+letter \x74AB 145-1346-3
+letter \x74AC 13-246-4
+letter \x74AD 13-123456-5
+letter \x74AE 124-1236-4
+letter \x74AF 1235-1246-5
+letter \x74B0 1235-12456-2
+letter \x74B1 15-2346-5
+letter \x74B2 15-1246-5
+letter \x74B3 124-2345-2
+letter \x74B4 12-34-4
+letter \x74B5 1256-2
+letter \x74B6 13-1456-5
+letter \x74B7 12345-34-3
+letter \x74B8 135-1456-3
+letter \x74B9 24-12356-5
+letter \x74BA 123456-5
+letter \x74BB 125-1246-4
+letter \x74BC 14-1236-2
+letter \x74BD 15-16-4
+letter \x74BE 13-16-5
+letter \x74BF 15-45-2
+letter \x74C0 1245-12456-4
+letter \x74C1 1235-25-5
+letter \x74C2 13-2456-5
+letter \x74C3 14-356-2
+letter \x74C4 145-34-2
+letter \x74C5 14-16-5
+letter \x74C6 1-156-2
+letter \x74C7 1245-12356-2
+letter \x74C8 14-16-2
+letter \x74C9 125-1236-5
+letter \x74CA 245-235-2
+letter \x74CB 124-16-5
+letter \x74CC 13-1246-3
+letter \x74CD 15-1246-5
+letter \x74CE 14-345-5
+letter \x74CF 14-12346-2
+letter \x74D0 14-34-2
+letter \x74D1 14-16-5
+letter \x74D2 125-1236-5
+letter \x74D3 14-1236-5
+letter \x74D4 13456-3
+letter \x74D5 134-16-2
+letter \x74D6 15-46-3
+letter \x74D7 1246-5
+letter \x74D8 13-12456-5
+letter \x74D9 145-146-5
+letter \x74DA 125-1236-5
+letter \x74DB 1235-12456-2
+letter \x74DC 13-35-3
+letter \x74DD 135-126-2
+letter \x74DE 145-346-2
+letter \x74DF 1234-146-2
+letter \x74E0 1235-34-5
+letter \x74E1 1-156-2
+letter \x74E2 1234-246-2
+letter \x74E3 135-1236-5
+letter \x74E4 1245-1346-2
+letter \x74E5 14-16-5
+letter \x74E6 35-4
+letter \x74E7 248-156-2-358-4
+letter \x74E8 1235-12346-2
+letter \x74E9 2458-2345-3-358-4
+letter \x74EA 135-1236-4
+letter \x74EB 1234-136-2
+letter \x74EC 12345-1346-4
+letter \x74ED 145-1236-4
+letter \x74EE 12346-5
+letter \x74EF 12356-3
+letter \x74F0 123458-136-3-358-4
+letter \x74F1 1348-146-2-358-4
+letter \x74F2 35-4
+letter \x74F3 1235-34-2
+letter \x74F4 14-13456-2
+letter \x74F5 16-2
+letter \x74F6 1234-13456-2
+letter \x74F7 245-156-2
+letter \x74F8 1358-2456-4-358-4
+letter \x74F9 13-45-3
+letter \x74FA 12-1346-2
+letter \x74FB 12-156-3
+letter \x74FC 148-16-4-358-4
+letter \x74FD 145-1346-5
+letter \x74FE 134-1356-4
+letter \x74FF 1234-12356-4
+letter \x7500 1-1246-5
+letter \x7501 1234-13456-2
+letter \x7502 135-2345-3
+letter \x7503 1-12356-5
+letter \x7504 1-136-3
+letter \x7505 148-16-2-358-4
+letter \x7506 245-156-2
+letter \x7507 13456-3
+letter \x7508 245-16-5
+letter \x7509 15-2345-2
+letter \x750A 14-12356-4
+letter \x750B 145-16-5
+letter \x750C 12356-3
+letter \x750D 134-1356-2
+letter \x750E 1-12456-3
+letter \x750F 1234-1356-5
+letter \x7510 14-1456-5
+letter \x7511 125-1356-5
+letter \x7512 34-4
+letter \x7513 1234-16-5
+letter \x7514 145-1236-3
+letter \x7515 12346-5
+letter \x7516 13456-3
+letter \x7517 2345-4
+letter \x7518 13-1236-3
+letter \x7519 145-2456-5
+letter \x751A 24-136-5
+letter \x751B 124-2345-2
+letter \x751C 124-2345-2
+letter \x751D 1235-1236-3
+letter \x751E 12-1346-2
+letter \x751F 24-1356-3
+letter \x7520 245-13456-2
+letter \x7521 24-136-3
+letter \x7522 12-1236-4
+letter \x7523 12-1236-4
+letter \x7524 1245-1246-2
+letter \x7525 24-1356-3
+letter \x7526 15-34-3
+letter \x7527 24-136-3
+letter \x7528 235-5
+letter \x7529 24-2356-4
+letter \x752A 14-34-5
+letter \x752B 12345-34-4
+letter \x752C 235-4
+letter \x752D 135-1356-2
+letter \x752E 12345-1356-5
+letter \x752F 1345-13456-2
+letter \x7530 124-2345-2
+letter \x7531 234-2
+letter \x7532 13-23456-4
+letter \x7533 24-136-3
+letter \x7534 1-345-2
+letter \x7535 145-2345-5
+letter \x7536 12345-34-2
+letter \x7537 1345-1236-2
+letter \x7538 145-2345-5
+letter \x7539 1234-13456-3
+letter \x753A 145-13456-3
+letter \x753B 1235-35-5
+letter \x753C 145-13456-3
+letter \x753D 245-45-4
+letter \x753E 125-2456-3
+letter \x753F 134-1356-2
+letter \x7540 135-16-5
+letter \x7541 135-16-5
+letter \x7542 13-234-5
+letter \x7543 15-256-2
+letter \x7544 14-234-2
+letter \x7545 12-1346-5
+letter \x7546 134-34-4
+letter \x7547 256-2
+letter \x7548 12345-1236-5
+letter \x7549 12345-34-2
+letter \x754A 13-1356-3
+letter \x754B 124-2345-2
+letter \x754C 13-346-5
+letter \x754D 13-346-5
+letter \x754E 245-45-4
+letter \x754F 1246-5
+letter \x7550 12345-34-2
+letter \x7551 124-2345-2
+letter \x7552 134-34-4
+letter \x7553 245-45-2
+letter \x7554 1234-1236-5
+letter \x7555 13-46-3
+letter \x7556 35-3
+letter \x7557 145-345-2
+letter \x7558 1345-1236-2
+letter \x7559 14-234-2
+letter \x755A 135-136-4
+letter \x755B 1-136-4
+letter \x755C 12-34-5
+letter \x755D 134-34-4
+letter \x755E 134-34-4
+letter \x755F 245-2346-5
+letter \x7560 124-2345-2
+letter \x7561 13-2456-3
+letter \x7562 135-16-5
+letter \x7563 145-345-2
+letter \x7564 1-156-5
+letter \x7565 14-236-5
+letter \x7566 245-16-2
+letter \x7567 14-236-5
+letter \x7568 12345-1236-3
+letter \x7569 16-3
+letter \x756A 12345-1236-3
+letter \x756B 1235-35-5
+letter \x756C 24-2346-3
+letter \x756D 1256-2
+letter \x756E 134-34-4
+letter \x756F 13-256-5
+letter \x7570 16-5
+letter \x7571 14-234-2
+letter \x7572 24-2346-3
+letter \x7573 145-346-2
+letter \x7574 12-12356-2
+letter \x7575 1235-35-5
+letter \x7576 145-1346-3
+letter \x7577 1-25-2
+letter \x7578 13-16-3
+letter \x7579 12456-4
+letter \x757A 13-46-3
+letter \x757B 12-1356-2
+letter \x757C 12-1346-5
+letter \x757D 124-12456-4
+letter \x757E 14-356-2
+letter \x757F 13-16-3
+letter \x7580 12-345-3
+letter \x7581 14-234-2
+letter \x7582 145-346-2
+letter \x7583 124-12456-4
+letter \x7584 14-1456-2
+letter \x7585 13-46-3
+letter \x7586 13-46-3
+letter \x7587 12-12356-2
+letter \x7588 1234-16-5
+letter \x7589 145-346-2
+letter \x758A 145-346-2
+letter \x758B 1234-16-4
+letter \x758C 13-346-2
+letter \x758D 145-1236-5
+letter \x758E 24-34-3
+letter \x758F 24-34-3
+letter \x7590 1-156-5
+letter \x7591 16-2
+letter \x7592 12-456-2
+letter \x7593 1345-2456-4
+letter \x7594 145-13456-3
+letter \x7595 135-16-4
+letter \x7596 13-346-2
+letter \x7597 14-246-2
+letter \x7598 13-12346-3
+letter \x7599 13-2346-3
+letter \x759A 13-234-5
+letter \x759B 1-12356-4
+letter \x759C 15-23456-5
+letter \x759D 24-1236-5
+letter \x759E 15-1256-3
+letter \x759F 1345-236-5
+letter \x75A0 14-16-5
+letter \x75A1 46-2
+letter \x75A2 12-136-5
+letter \x75A3 234-2
+letter \x75A4 135-345-3
+letter \x75A5 13-346-5
+letter \x75A6 13-236-2
+letter \x75A7 1-156-3
+letter \x75A8 23456-2
+letter \x75A9 245-1246-5
+letter \x75AA 135-16-5
+letter \x75AB 16-5
+letter \x75AC 14-16-5
+letter \x75AD 125-12346-5
+letter \x75AE 12-456-3
+letter \x75AF 12345-1356-3
+letter \x75B0 1-34-5
+letter \x75B1 1234-146-5
+letter \x75B2 1234-16-2
+letter \x75B3 13-1236-3
+letter \x75B4 2346-3
+letter \x75B5 245-156-3
+letter \x75B6 15-346-5
+letter \x75B7 1-156-3
+letter \x75B8 145-1236-4
+letter \x75B9 1-136-4
+letter \x75BA 12345-345-2
+letter \x75BB 1-156-4
+letter \x75BC 124-1356-2
+letter \x75BD 13-1256-3
+letter \x75BE 13-16-2
+letter \x75BF 12345-356-5
+letter \x75C0 13-1256-3
+letter \x75C1 145-2345-5
+letter \x75C2 13-23456-3
+letter \x75C3 15-2345-2
+letter \x75C4 1-345-5
+letter \x75C5 135-13456-5
+letter \x75C6 1345-346-5
+letter \x75C7 1-1356-5
+letter \x75C8 235-3
+letter \x75C9 13-13456-5
+letter \x75CA 245-45-2
+letter \x75CB 12-12346-2
+letter \x75CC 124-12346-3
+letter \x75CD 16-2
+letter \x75CE 13-346-3
+letter \x75CF 1246-4
+letter \x75D0 1235-1246-2
+letter \x75D1 145-25-4
+letter \x75D2 46-2
+letter \x75D3 12-156-5
+letter \x75D4 1-156-5
+letter \x75D5 1235-136-2
+letter \x75D6 23456-4
+letter \x75D7 134-356-5
+letter \x75D8 145-12356-5
+letter \x75D9 13-13456-5
+letter \x75DA 15-246-3
+letter \x75DB 124-12346-5
+letter \x75DC 124-34-3
+letter \x75DD 134-1346-2
+letter \x75DE 1234-16-4
+letter \x75DF 15-246-3
+letter \x75E0 15-12456-3
+letter \x75E1 1234-34-3
+letter \x75E2 14-16-5
+letter \x75E3 1-156-5
+letter \x75E4 245-25-2
+letter \x75E5 145-25-2
+letter \x75E6 34-5
+letter \x75E7 24-345-3
+letter \x75E8 14-146-2
+letter \x75E9 24-12356-5
+letter \x75EA 1235-12456-5
+letter \x75EB 15-2345-2
+letter \x75EC 16-5
+letter \x75ED 1234-1356-2
+letter \x75EE 1-1346-5
+letter \x75EF 13-12456-4
+letter \x75F0 124-1236-2
+letter \x75F1 12345-356-5
+letter \x75F2 134-345-2
+letter \x75F3 14-1456-2
+letter \x75F4 12-156-3
+letter \x75F5 13-16-5
+letter \x75F6 145-2345-4
+letter \x75F7 1236-3
+letter \x75F8 12-156-5
+letter \x75F9 135-16-5
+letter \x75FA 135-16-5
+letter \x75FB 134-1456-2
+letter \x75FC 13-34-5
+letter \x75FD 145-1246-3
+letter \x75FE 2346-3
+letter \x75FF 1246-4
+letter \x7600 1256-3
+letter \x7601 245-1246-5
+letter \x7602 23456-4
+letter \x7603 1-34-2
+letter \x7604 245-34-5
+letter \x7605 145-1236-5
+letter \x7606 24-136-3
+letter \x7607 1-12346-4
+letter \x7608 13-16-5
+letter \x7609 1256-5
+letter \x760A 1235-12356-2
+letter \x760B 12345-1356-3
+letter \x760C 14-345-5
+letter \x760D 46-2
+letter \x760E 24-136-5
+letter \x760F 124-34-2
+letter \x7610 1256-4
+letter \x7611 13-25-3
+letter \x7612 123456-2
+letter \x7613 1235-12456-5
+letter \x7614 123-34-5
+letter \x7615 13-23456-4
+letter \x7616 1456-3
+letter \x7617 16-5
+letter \x7618 14-12356-5
+letter \x7619 15-146-3
+letter \x761A 13-236-2
+letter \x761B 12-156-5
+letter \x761C 15-16-2
+letter \x761D 13-12456-3
+letter \x761E 16-5
+letter \x761F 123456-3
+letter \x7620 13-16-2
+letter \x7621 12-456-3
+letter \x7622 135-1236-3
+letter \x7623 1235-1246-5
+letter \x7624 14-234-2
+letter \x7625 245-25-2
+letter \x7626 24-12356-5
+letter \x7627 1345-236-5
+letter \x7628 145-2345-3
+letter \x7629 145-345-2
+letter \x762A 135-346-4
+letter \x762B 124-1236-3
+letter \x762C 1-1346-5
+letter \x762D 135-246-3
+letter \x762E 24-136-3
+letter \x762F 245-34-5
+letter \x7630 14-25-4
+letter \x7631 16-5
+letter \x7632 125-12346-5
+letter \x7633 12-12356-3
+letter \x7634 1-1346-5
+letter \x7635 1-2456-5
+letter \x7636 15-12356-5
+letter \x7637 15-25-4
+letter \x7638 245-236-2
+letter \x7639 145-246-5
+letter \x763A 14-12356-5
+letter \x763B 14-12356-5
+letter \x763C 134-126-5
+letter \x763D 13-1456-5
+letter \x763E 1456-4
+letter \x763F 13456-4
+letter \x7640 1235-456-2
+letter \x7641 12345-34-5
+letter \x7642 14-246-2
+letter \x7643 14-12346-2
+letter \x7644 245-246-2
+letter \x7645 14-234-2
+letter \x7646 14-146-2
+letter \x7647 15-2345-2
+letter \x7648 12345-356-5
+letter \x7649 145-1236-5
+letter \x764A 1456-5
+letter \x764B 1235-2346-5
+letter \x764C 2456-2
+letter \x764D 135-1236-3
+letter \x764E 15-2345-2
+letter \x764F 13-12456-3
+letter \x7650 13-2356-5
+letter \x7651 1345-12346-5
+letter \x7652 1256-5
+letter \x7653 1246-2
+letter \x7654 16-5
+letter \x7655 235-3
+letter \x7656 1234-16-4
+letter \x7657 14-356-4
+letter \x7658 14-16-5
+letter \x7659 24-34-4
+letter \x765A 145-1236-5
+letter \x765B 14-1456-4
+letter \x765C 145-2345-5
+letter \x765D 14-1456-4
+letter \x765E 14-2456-5
+letter \x765F 135-346-4
+letter \x7660 13-16-5
+letter \x7661 12-156-3
+letter \x7662 46-4
+letter \x7663 15-2345-4
+letter \x7664 13-346-2
+letter \x7665 1-1356-3
+letter \x7666 134-2346-5
+letter \x7667 14-16-5
+letter \x7668 1235-25-5
+letter \x7669 14-2456-5
+letter \x766A 13-16-3
+letter \x766B 145-2345-3
+letter \x766C 15-2345-4
+letter \x766D 13456-4
+letter \x766E 1456-4
+letter \x766F 245-1256-2
+letter \x7670 235-3
+letter \x7671 124-1236-3
+letter \x7672 145-2345-3
+letter \x7673 14-356-4
+letter \x7674 14-45-2
+letter \x7675 14-45-2
+letter \x7676 135-126-3
+letter \x7677 13-1236-3
+letter \x7678 13-1246-4
+letter \x7679 1234-126-3
+letter \x767A 12345-345-3
+letter \x767B 145-1356-3
+letter \x767C 12345-345-3
+letter \x767D 135-2456-2
+letter \x767E 135-2456-4
+letter \x767F 245-346-2
+letter \x7680 13-16-2
+letter \x7681 125-146-5
+letter \x7682 125-146-5
+letter \x7683 134-146-5
+letter \x7684 145-2346-1
+letter \x7685 1234-345-3
+letter \x7686 13-346-3
+letter \x7687 1235-456-2
+letter \x7688 13-1246-3
+letter \x7689 245-156-4
+letter \x768A 14-13456-2
+letter \x768B 13-146-3
+letter \x768C 134-126-5
+letter \x768D 13-16-2
+letter \x768E 13-246-4
+letter \x768F 1234-1356-4
+letter \x7690 13-146-3
+letter \x7691 2456-2
+letter \x7692 2346-2
+letter \x7693 1235-146-5
+letter \x7694 1235-1236-5
+letter \x7695 135-16-5
+letter \x7696 12456-4
+letter \x7697 12-12356-2
+letter \x7698 245-2345-5
+letter \x7699 15-16-3
+letter \x769A 2456-2
+letter \x769B 13-235-4
+letter \x769C 1235-146-5
+letter \x769D 1235-456-4
+letter \x769E 1235-146-5
+letter \x769F 125-2346-2
+letter \x76A0 245-1246-4
+letter \x76A1 1235-146-5
+letter \x76A2 15-246-4
+letter \x76A3 346-5
+letter \x76A4 1234-126-2
+letter \x76A5 1235-146-5
+letter \x76A6 13-246-4
+letter \x76A7 2456-5
+letter \x76A8 15-13456-3
+letter \x76A9 1235-456-4
+letter \x76AA 14-16-5
+letter \x76AB 1234-246-4
+letter \x76AC 14-2346-5
+letter \x76AD 13-246-5
+letter \x76AE 1234-16-2
+letter \x76AF 13-1236-4
+letter \x76B0 1234-146-5
+letter \x76B1 1-12356-5
+letter \x76B2 13-256-3
+letter \x76B3 245-234-2
+letter \x76B4 245-123456-3
+letter \x76B5 245-236-5
+letter \x76B6 1-345-3
+letter \x76B7 13-34-4
+letter \x76B8 13-256-3
+letter \x76B9 13-256-3
+letter \x76BA 1-12356-5
+letter \x76BB 1-345-3
+letter \x76BC 13-34-4
+letter \x76BD 1-1236-4
+letter \x76BE 145-34-2
+letter \x76BF 134-1456-4
+letter \x76C0 245-16-4
+letter \x76C1 13456-2
+letter \x76C2 1256-2
+letter \x76C3 135-356-3
+letter \x76C4 1-146-3
+letter \x76C5 1-12346-3
+letter \x76C6 1234-136-2
+letter \x76C7 1235-2346-2
+letter \x76C8 13456-2
+letter \x76C9 1235-2346-2
+letter \x76CA 16-5
+letter \x76CB 135-126-3
+letter \x76CC 12456-4
+letter \x76CD 1235-2346-2
+letter \x76CE 1346-5
+letter \x76CF 1-1236-4
+letter \x76D0 2345-2
+letter \x76D1 13-2345-3
+letter \x76D2 1235-2346-2
+letter \x76D3 1256-3
+letter \x76D4 123-1246-3
+letter \x76D5 12345-1236-5
+letter \x76D6 13-2456-5
+letter \x76D7 145-146-5
+letter \x76D8 1234-1236-2
+letter \x76D9 12345-34-4
+letter \x76DA 245-234-2
+letter \x76DB 24-1356-5
+letter \x76DC 145-146-5
+letter \x76DD 14-34-5
+letter \x76DE 1-1236-4
+letter \x76DF 134-1356-2
+letter \x76E0 14-16-2
+letter \x76E1 13-1456-5
+letter \x76E2 15-1256-5
+letter \x76E3 13-2345-3
+letter \x76E4 1234-1236-2
+letter \x76E5 13-12456-5
+letter \x76E6 1236-3
+letter \x76E7 14-34-2
+letter \x76E8 15-1256-4
+letter \x76E9 1-12356-3
+letter \x76EA 145-1346-5
+letter \x76EB 1236-3
+letter \x76EC 13-34-4
+letter \x76ED 14-16-5
+letter \x76EE 134-34-5
+letter \x76EF 145-13456-3
+letter \x76F0 13-1236-4
+letter \x76F1 15-1256-3
+letter \x76F2 134-1346-2
+letter \x76F3 134-1346-2
+letter \x76F4 1-156-2
+letter \x76F5 245-16-5
+letter \x76F6 45-4
+letter \x76F7 15-45-2
+letter \x76F8 15-46-3
+letter \x76F9 145-123456-4
+letter \x76FA 15-1456-3
+letter \x76FB 15-16-5
+letter \x76FC 1234-1236-5
+letter \x76FD 12345-1356-3
+letter \x76FE 145-123456-5
+letter \x76FF 134-1456-2
+letter \x7700 134-13456-2
+letter \x7701 24-1356-4
+letter \x7702 24-156-5
+letter \x7703 256-2
+letter \x7704 134-2345-4
+letter \x7705 1234-1236-3
+letter \x7706 12345-1346-4
+letter \x7707 134-246-4
+letter \x7708 145-1236-3
+letter \x7709 134-356-2
+letter \x770A 134-146-5
+letter \x770B 123-1236-5
+letter \x770C 15-2345-5
+letter \x770D 12356-3
+letter \x770E 24-156-5
+letter \x770F 46-3
+letter \x7710 1-1356-3
+letter \x7711 246-4
+letter \x7712 24-136-3
+letter \x7713 1235-25-5
+letter \x7714 145-345-5
+letter \x7715 1-136-4
+letter \x7716 123-456-5
+letter \x7717 13-1256-3
+letter \x7718 24-136-5
+letter \x7719 12-156-5
+letter \x771A 24-1356-4
+letter \x771B 134-356-5
+letter \x771C 134-126-5
+letter \x771D 1-34-5
+letter \x771E 1-136-3
+letter \x771F 1-136-3
+letter \x7720 134-2345-2
+letter \x7721 24-156-5
+letter \x7722 45-3
+letter \x7723 145-346-2
+letter \x7724 16-2
+letter \x7725 125-156-5
+letter \x7726 125-156-5
+letter \x7727 12-146-4
+letter \x7728 1-345-4
+letter \x7729 15-45-5
+letter \x772A 135-13456-4
+letter \x772B 134-16-4
+letter \x772C 14-12346-2
+letter \x772D 15-1246-3
+letter \x772E 124-12346-2
+letter \x772F 134-16-3
+letter \x7730 145-346-2
+letter \x7731 16-2
+letter \x7732 1345-2346-5
+letter \x7733 134-13456-2
+letter \x7734 15-45-5
+letter \x7735 12-156-3
+letter \x7736 123-456-3
+letter \x7737 13-45-5
+letter \x7738 134-12356-2
+letter \x7739 1-136-5
+letter \x773A 124-246-5
+letter \x773B 46-2
+letter \x773C 2345-4
+letter \x773D 134-126-5
+letter \x773E 1-12346-5
+letter \x773F 134-126-5
+letter \x7740 1-2346-1
+letter \x7741 1-1356-3
+letter \x7742 134-356-2
+letter \x7743 13-256-5
+letter \x7744 24-146-5
+letter \x7745 1235-1236-5
+letter \x7746 1235-12456-4
+letter \x7747 145-16-5
+letter \x7748 12-1356-4
+letter \x7749 245-25-2
+letter \x774A 13-45-5
+letter \x774B 2346-2
+letter \x774C 12456-4
+letter \x774D 15-2345-5
+letter \x774E 15-16-3
+letter \x774F 123-123456-5
+letter \x7750 14-2456-5
+letter \x7751 13-2345-4
+letter \x7752 24-1236-4
+letter \x7753 124-2345-4
+letter \x7754 13-123456-5
+letter \x7755 12456-4
+letter \x7756 14-1356-5
+letter \x7757 24-156-5
+letter \x7758 245-235-2
+letter \x7759 14-346-5
+letter \x775A 23456-2
+letter \x775B 13-13456-3
+letter \x775C 1-1356-3
+letter \x775D 14-16-2
+letter \x775E 14-2456-5
+letter \x775F 15-1246-5
+letter \x7760 13-45-5
+letter \x7761 24-1246-5
+letter \x7762 15-1246-3
+letter \x7763 145-34-3
+letter \x7764 135-16-5
+letter \x7765 135-16-5
+letter \x7766 134-34-5
+letter \x7767 1235-123456-3
+letter \x7768 1345-16-5
+letter \x7769 14-34-5
+letter \x776A 13-146-3
+letter \x776B 13-346-2
+letter \x776C 245-2456-4
+letter \x776D 1-12356-4
+letter \x776E 1256-2
+letter \x776F 1235-123456-3
+letter \x7770 134-345-5
+letter \x7771 15-23456-5
+letter \x7772 15-13456-4
+letter \x7773 1235-1246-3
+letter \x7774 13-123456-5
+letter \x7775 125-2456-3
+letter \x7776 12-123456-4
+letter \x7777 13-2345-3
+letter \x7778 134-356-5
+letter \x7779 145-34-4
+letter \x777A 1235-12356-2
+letter \x777B 15-45-3
+letter \x777C 124-16-2
+letter \x777D 123-1246-2
+letter \x777E 13-146-3
+letter \x777F 1245-1246-5
+letter \x7780 134-146-5
+letter \x7781 15-1256-5
+letter \x7782 12345-345-3
+letter \x7783 25-5
+letter \x7784 134-246-2
+letter \x7785 12-12356-4
+letter \x7786 123-1246-5
+letter \x7787 134-16-3
+letter \x7788 12346-4
+letter \x7789 13-16-5
+letter \x778A 145-1346-5
+letter \x778B 12-136-3
+letter \x778C 123-2346-3
+letter \x778D 15-12356-4
+letter \x778E 15-23456-3
+letter \x778F 245-235-2
+letter \x7790 134-146-5
+letter \x7791 134-13456-2
+letter \x7792 134-1236-2
+letter \x7793 12345-136-4
+letter \x7794 125-2346-2
+letter \x7795 1-1346-5
+letter \x7796 16-5
+letter \x7797 145-246-3
+letter \x7798 123-12356-3
+letter \x7799 134-126-5
+letter \x779A 24-123456-5
+letter \x779B 245-12346-3
+letter \x779C 14-12356-2
+letter \x779D 12-156-3
+letter \x779E 134-1236-2
+letter \x779F 1234-246-4
+letter \x77A0 12-1356-3
+letter \x77A1 13-1246-3
+letter \x77A2 134-1356-2
+letter \x77A3 1235-12456-5
+letter \x77A4 24-123456-5
+letter \x77A5 1234-346-3
+letter \x77A6 15-16-3
+letter \x77A7 245-246-2
+letter \x77A8 1234-34-2
+letter \x77A9 1-34-4
+letter \x77AA 145-1356-5
+letter \x77AB 24-136-4
+letter \x77AC 24-123456-5
+letter \x77AD 14-246-4
+letter \x77AE 12-2346-5
+letter \x77AF 13-2345-5
+letter \x77B0 123-1236-5
+letter \x77B1 346-5
+letter \x77B2 15-1256-5
+letter \x77B3 124-12346-2
+letter \x77B4 34-4
+letter \x77B5 14-1456-2
+letter \x77B6 123-1246-5
+letter \x77B7 13-2345-5
+letter \x77B8 346-5
+letter \x77B9 2456-5
+letter \x77BA 1235-1246-5
+letter \x77BB 1-1236-3
+letter \x77BC 13-2345-4
+letter \x77BD 13-34-4
+letter \x77BE 1-146-5
+letter \x77BF 245-1256-2
+letter \x77C0 1246-2
+letter \x77C1 12-12356-4
+letter \x77C2 15-146-5
+letter \x77C3 1345-13456-4
+letter \x77C4 15-256-3
+letter \x77C5 246-5
+letter \x77C6 1235-25-5
+letter \x77C7 134-1356-2
+letter \x77C8 134-2345-2
+letter \x77C9 1234-1456-2
+letter \x77CA 134-2345-2
+letter \x77CB 14-356-4
+letter \x77CC 123-456-5
+letter \x77CD 13-236-2
+letter \x77CE 15-45-3
+letter \x77CF 134-2345-2
+letter \x77D0 1235-25-5
+letter \x77D1 14-34-2
+letter \x77D2 134-1356-2
+letter \x77D3 14-12346-2
+letter \x77D4 13-12456-5
+letter \x77D5 134-1236-4
+letter \x77D6 15-16-4
+letter \x77D7 12-34-5
+letter \x77D8 124-1346-4
+letter \x77D9 123-1236-5
+letter \x77DA 1-34-4
+letter \x77DB 134-146-2
+letter \x77DC 13-1456-3
+letter \x77DD 13-1456-3
+letter \x77DE 1256-5
+letter \x77DF 24-25-5
+letter \x77E0 125-2346-2
+letter \x77E1 13-236-2
+letter \x77E2 24-156-4
+letter \x77E3 16-4
+letter \x77E4 24-136-4
+letter \x77E5 1-156-3
+letter \x77E6 1235-12356-2
+letter \x77E7 24-136-4
+letter \x77E8 13456-4
+letter \x77E9 13-1256-4
+letter \x77EA 1-12356-3
+letter \x77EB 13-246-4
+letter \x77EC 245-25-2
+letter \x77ED 145-12456-4
+letter \x77EE 2456-4
+letter \x77EF 13-246-4
+letter \x77F0 125-1356-3
+letter \x77F1 1235-25-5
+letter \x77F2 135-345-5
+letter \x77F3 24-156-2
+letter \x77F4 145-13456-5
+letter \x77F5 245-16-5
+letter \x77F6 13-16-3
+letter \x77F7 125-156-4
+letter \x77F8 13-1236-3
+letter \x77F9 34-5
+letter \x77FA 1-2346-2
+letter \x77FB 123-34-5
+letter \x77FC 13-46-3
+letter \x77FD 15-16-5
+letter \x77FE 12345-1236-2
+letter \x77FF 123-456-5
+letter \x7800 145-1346-5
+letter \x7801 134-345-4
+letter \x7802 24-345-3
+letter \x7803 145-1236-3
+letter \x7804 13-236-2
+letter \x7805 14-16-5
+letter \x7806 12345-34-3
+letter \x7807 134-1456-2
+letter \x7808 2346-5
+letter \x7809 1235-25-5
+letter \x780A 123-1346-5
+letter \x780B 1-156-4
+letter \x780C 245-16-5
+letter \x780D 123-1236-4
+letter \x780E 13-346-5
+letter \x780F 135-1456-3
+letter \x7810 2346-5
+letter \x7811 23456-5
+letter \x7812 1234-16-3
+letter \x7813 1-2346-2
+letter \x7814 2345-2
+letter \x7815 15-1246-5
+letter \x7816 1-12456-3
+letter \x7817 12-2346-3
+letter \x7818 145-123456-5
+letter \x7819 35-4
+letter \x781A 2345-5
+letter \x781B 13-1456-3
+letter \x781C 12345-1356-3
+letter \x781D 12345-345-4
+letter \x781E 134-126-5
+letter \x781F 1-345-4
+letter \x7820 13-1256-3
+letter \x7821 1256-5
+letter \x7822 14-25-4
+letter \x7823 124-25-2
+letter \x7824 124-25-2
+letter \x7825 145-16-4
+letter \x7826 1-2456-5
+letter \x7827 1-136-3
+letter \x7828 2346-5
+letter \x7829 12345-356-5
+letter \x782A 134-34-4
+letter \x782B 1-34-5
+letter \x782C 14-16-5
+letter \x782D 135-2345-3
+letter \x782E 1345-34-4
+letter \x782F 1234-13456-3
+letter \x7830 1234-1356-3
+letter \x7831 14-13456-2
+letter \x7832 1234-146-5
+letter \x7833 14-2346-5
+letter \x7834 1234-126-5
+letter \x7835 135-126-3
+letter \x7836 1234-126-5
+letter \x7837 24-136-3
+letter \x7838 125-345-2
+letter \x7839 2456-5
+letter \x783A 14-16-5
+letter \x783B 14-12346-2
+letter \x783C 124-12346-2
+letter \x783D 235-5
+letter \x783E 14-16-5
+letter \x783F 123-456-5
+letter \x7840 12-34-4
+letter \x7841 123-1356-3
+letter \x7842 245-45-2
+letter \x7843 1-34-3
+letter \x7844 123-456-3
+letter \x7845 13-1246-3
+letter \x7846 2346-5
+letter \x7847 1345-146-2
+letter \x7848 13-23456-2
+letter \x7849 14-34-5
+letter \x784A 1246-4
+letter \x784B 2456-5
+letter \x784C 13-2346-5
+letter \x784D 123-136-5
+letter \x784E 15-13456-2
+letter \x784F 2345-2
+letter \x7850 124-12346-2
+letter \x7851 1234-1356-3
+letter \x7852 15-16-3
+letter \x7853 14-146-4
+letter \x7854 1235-12346-2
+letter \x7855 24-25-5
+letter \x7856 15-23456-2
+letter \x7857 245-246-3
+letter \x7858 1235-1246-2
+letter \x7859 1246-5
+letter \x785A 245-246-2
+letter \x785B 125-2346-2
+letter \x785C 123-1356-3
+letter \x785D 15-246-3
+letter \x785E 245-236-5
+letter \x785F 12-1236-5
+letter \x7860 14-1346-2
+letter \x7861 1235-12346-2
+letter \x7862 1256-2
+letter \x7863 15-246-3
+letter \x7864 15-23456-2
+letter \x7865 134-1346-4
+letter \x7866 14-12346-5
+letter \x7867 235-4
+letter \x7868 12-2346-3
+letter \x7869 12-2346-5
+letter \x786A 2346-2
+letter \x786B 14-234-2
+letter \x786C 13456-5
+letter \x786D 134-1346-2
+letter \x786E 245-236-5
+letter \x786F 2345-5
+letter \x7870 24-345-3
+letter \x7871 123-123456-4
+letter \x7872 1256-5
+letter \x7873 12-156-5
+letter \x7874 1235-35-3
+letter \x7875 14-34-4
+letter \x7876 12-136-4
+letter \x7877 13-2345-4
+letter \x7878 1345-236-5
+letter \x7879 15-12346-3
+letter \x787A 1-25-2
+letter \x787B 123-1356-3
+letter \x787C 1234-1356-2
+letter \x787D 2345-3
+letter \x787E 1-1246-5
+letter \x787F 123-12346-3
+letter \x7880 245-1356-2
+letter \x7881 245-16-2
+letter \x7882 125-12346-5
+letter \x7883 245-13456-5
+letter \x7884 14-1456-2
+letter \x7885 13-256-3
+letter \x7886 135-126-3
+letter \x7887 145-13456-5
+letter \x7888 134-1456-2
+letter \x7889 145-246-3
+letter \x788A 1-1236-5
+letter \x788B 1235-2346-5
+letter \x788C 14-34-5
+letter \x788D 2456-5
+letter \x788E 15-1246-5
+letter \x788F 245-236-5
+letter \x7890 14-13456-2
+letter \x7891 135-356-3
+letter \x7892 1456-2
+letter \x7893 145-1246-5
+letter \x7894 34-4
+letter \x7895 245-16-2
+letter \x7896 14-123456-2
+letter \x7897 12456-4
+letter \x7898 145-2345-4
+letter \x7899 13-1346-3
+letter \x789A 135-356-5
+letter \x789B 245-16-5
+letter \x789C 12-136-4
+letter \x789D 1245-12456-4
+letter \x789E 2345-2
+letter \x789F 145-346-2
+letter \x78A0 145-13456-5
+letter \x78A1 145-34-2
+letter \x78A2 124-25-2
+letter \x78A3 13-346-2
+letter \x78A4 13456-3
+letter \x78A5 135-2345-4
+letter \x78A6 123-2346-5
+letter \x78A7 135-16-5
+letter \x78A8 1246-3
+letter \x78A9 24-25-5
+letter \x78AA 1-136-3
+letter \x78AB 145-12456-5
+letter \x78AC 15-23456-2
+letter \x78AD 145-1346-5
+letter \x78AE 124-16-2
+letter \x78AF 1345-146-4
+letter \x78B0 1234-1356-5
+letter \x78B1 13-2345-4
+letter \x78B2 145-16-5
+letter \x78B3 124-1236-5
+letter \x78B4 12-345-2
+letter \x78B5 124-2345-2
+letter \x78B6 245-16-5
+letter \x78B7 145-123456-5
+letter \x78B8 12345-1356-3
+letter \x78B9 15-45-5
+letter \x78BA 245-236-5
+letter \x78BB 245-236-5
+letter \x78BC 134-345-4
+letter \x78BD 13-12346-3
+letter \x78BE 1345-2345-4
+letter \x78BF 15-34-5
+letter \x78C0 2346-2
+letter \x78C1 245-156-2
+letter \x78C2 14-234-5
+letter \x78C3 15-156-3
+letter \x78C4 124-1346-2
+letter \x78C5 135-1346-5
+letter \x78C6 1235-35-2
+letter \x78C7 1234-16-3
+letter \x78C8 123-1246-4
+letter \x78C9 15-1346-4
+letter \x78CA 14-356-4
+letter \x78CB 245-25-3
+letter \x78CC 124-2345-2
+letter \x78CD 15-23456-2
+letter \x78CE 15-16-3
+letter \x78CF 14-2345-2
+letter \x78D0 1234-1236-2
+letter \x78D1 1246-5
+letter \x78D2 256-4
+letter \x78D3 145-1246-3
+letter \x78D4 1-2346-2
+letter \x78D5 123-2346-3
+letter \x78D6 14-345-2
+letter \x78D7 1-12456-3
+letter \x78D8 246-2
+letter \x78D9 13-123456-4
+letter \x78DA 1-12456-3
+letter \x78DB 12-1236-2
+letter \x78DC 245-16-5
+letter \x78DD 146-2
+letter \x78DE 1234-1356-3
+letter \x78DF 14-34-5
+letter \x78E0 14-34-4
+letter \x78E1 123-1236-5
+letter \x78E2 245-46-4
+letter \x78E3 12-136-4
+letter \x78E4 1456-4
+letter \x78E5 14-356-4
+letter \x78E6 135-246-3
+letter \x78E7 245-16-5
+letter \x78E8 134-126-2
+letter \x78E9 245-16-3
+letter \x78EA 245-1246-3
+letter \x78EB 125-12346-3
+letter \x78EC 245-13456-5
+letter \x78ED 12-25-5
+letter \x78EE 14-123456-2
+letter \x78EF 13-16-3
+letter \x78F0 24-1236-5
+letter \x78F1 14-146-2
+letter \x78F2 245-1256-2
+letter \x78F3 125-1356-3
+letter \x78F4 145-1356-5
+letter \x78F5 13-2345-5
+letter \x78F6 15-16-5
+letter \x78F7 14-1456-2
+letter \x78F8 145-13456-5
+letter \x78F9 145-2345-5
+letter \x78FA 1235-456-2
+letter \x78FB 1234-1236-2
+letter \x78FC 125-345-2
+letter \x78FD 245-246-3
+letter \x78FE 145-16-3
+letter \x78FF 14-16-5
+letter \x7900 13-2345-5
+letter \x7901 13-246-3
+letter \x7902 15-16-3
+letter \x7903 1-1346-4
+letter \x7904 245-246-2
+letter \x7905 145-123456-3
+letter \x7906 13-2345-4
+letter \x7907 1256-5
+letter \x7908 1-1246-5
+letter \x7909 1235-2346-2
+letter \x790A 1235-25-5
+letter \x790B 1-2346-2
+letter \x790C 14-356-5
+letter \x790D 123-2346-4
+letter \x790E 12-34-4
+letter \x790F 346-5
+letter \x7910 245-236-5
+letter \x7911 145-1346-5
+letter \x7912 16-4
+letter \x7913 13-46-3
+letter \x7914 1234-16-5
+letter \x7915 1234-16-3
+letter \x7916 1256-5
+letter \x7917 1234-1456-3
+letter \x7918 245-16-5
+letter \x7919 2456-5
+letter \x791A 123-2346-3
+letter \x791B 13-2345-3
+letter \x791C 1256-5
+letter \x791D 1245-12456-4
+letter \x791E 134-1356-2
+letter \x791F 1234-146-5
+letter \x7920 245-156-2
+letter \x7921 135-126-2
+letter \x7922 46-4
+letter \x7923 134-346-5
+letter \x7924 245-345-4
+letter \x7925 15-2345-2
+letter \x7926 123-456-5
+letter \x7927 14-356-4
+letter \x7928 14-356-4
+letter \x7929 1-156-5
+letter \x792A 14-16-5
+letter \x792B 14-16-5
+letter \x792C 12345-1236-2
+letter \x792D 245-236-5
+letter \x792E 1234-146-5
+letter \x792F 13456-3
+letter \x7930 14-16-5
+letter \x7931 14-12346-2
+letter \x7932 14-12346-2
+letter \x7933 134-126-5
+letter \x7934 135-126-2
+letter \x7935 24-456-3
+letter \x7936 13-12456-5
+letter \x7937 14-1236-2
+letter \x7938 125-1236-4
+letter \x7939 2345-2
+letter \x793A 24-156-5
+letter \x793B 24-156-5
+letter \x793C 14-16-4
+letter \x793D 1245-1356-2
+letter \x793E 24-2346-5
+letter \x793F 236-5
+letter \x7940 15-156-5
+letter \x7941 245-16-2
+letter \x7942 124-3458-3
+letter \x7943 134-345-5
+letter \x7944 15-346-5
+letter \x7945 246-3
+letter \x7946 15-2345-3
+letter \x7947 1-156-4
+letter \x7948 245-16-2
+letter \x7949 1-156-4
+letter \x794A 135-1356-3
+letter \x794B 145-1246-5
+letter \x794C 1-12346-5
+letter \x794D 1245-136-5
+letter \x794E 16-3
+letter \x794F 24-156-2
+letter \x7950 234-5
+letter \x7951 1-156-5
+letter \x7952 124-246-2
+letter \x7953 12345-34-2
+letter \x7954 12345-34-5
+letter \x7955 134-16-5
+letter \x7956 125-34-4
+letter \x7957 1-156-3
+letter \x7958 15-12456-5
+letter \x7959 134-356-5
+letter \x795A 125-25-5
+letter \x795B 245-1256-3
+letter \x795C 1235-34-5
+letter \x795D 1-34-5
+letter \x795E 24-136-2
+letter \x795F 15-1246-5
+letter \x7960 245-156-2
+letter \x7961 12-2456-2
+letter \x7962 1345-16-4
+letter \x7963 14-1256-4
+letter \x7964 1256-4
+letter \x7965 15-46-2
+letter \x7966 34-2
+letter \x7967 124-246-3
+letter \x7968 1234-246-5
+letter \x7969 1-34-5
+letter \x796A 13-1246-4
+letter \x796B 15-23456-2
+letter \x796C 1-156-3
+letter \x796D 13-16-5
+letter \x796E 13-146-5
+letter \x796F 1-136-3
+letter \x7970 13-146-5
+letter \x7971 24-1246-5
+letter \x7972 13-1456-3
+letter \x7973 12-136-4
+letter \x7974 13-2456-3
+letter \x7975 123-123456-4
+letter \x7976 145-16-5
+letter \x7977 145-146-4
+letter \x7978 1235-25-5
+letter \x7979 124-146-2
+letter \x797A 245-16-2
+letter \x797B 13-34-5
+letter \x797C 13-12456-5
+letter \x797D 125-1246-5
+letter \x797E 14-13456-2
+letter \x797F 14-34-5
+letter \x7980 135-13456-4
+letter \x7981 13-1456-5
+letter \x7982 145-146-4
+letter \x7983 1-156-2
+letter \x7984 14-34-5
+letter \x7985 12-1236-2
+letter \x7986 135-16-5
+letter \x7987 12-34-4
+letter \x7988 1235-1246-3
+letter \x7989 234-4
+letter \x798A 15-16-5
+letter \x798B 1456-3
+letter \x798C 125-156-3
+letter \x798D 1235-25-5
+letter \x798E 1-136-3
+letter \x798F 12345-34-2
+letter \x7990 45-5
+letter \x7991 34-2
+letter \x7992 15-2345-4
+letter \x7993 46-2
+letter \x7994 124-16-2
+letter \x7995 16-3
+letter \x7996 134-356-2
+letter \x7997 15-156-3
+letter \x7998 145-16-5
+letter \x7999 135-356-5
+letter \x799A 1-25-2
+letter \x799B 1-136-3
+letter \x799C 235-4
+letter \x799D 13-16-2
+letter \x799E 13-146-5
+letter \x799F 124-1346-2
+letter \x79A0 15-156-3
+letter \x79A1 134-345-5
+letter \x79A2 124-345-3
+letter \x79A3 12345-34-5
+letter \x79A4 15-45-3
+letter \x79A5 245-16-2
+letter \x79A6 1256-5
+letter \x79A7 15-16-3
+letter \x79A8 13-16-3
+letter \x79A9 15-156-5
+letter \x79AA 12-1236-2
+letter \x79AB 124-1236-4
+letter \x79AC 13-1246-5
+letter \x79AD 15-1246-5
+letter \x79AE 14-16-4
+letter \x79AF 1345-12346-2
+letter \x79B0 1345-16-4
+letter \x79B1 145-146-4
+letter \x79B2 14-16-5
+letter \x79B3 1245-1346-2
+letter \x79B4 236-5
+letter \x79B5 124-16-2
+letter \x79B6 125-1236-5
+letter \x79B7 14-356-5
+letter \x79B8 1245-12356-2
+letter \x79B9 1256-4
+letter \x79BA 1256-2
+letter \x79BB 14-16-2
+letter \x79BC 15-346-5
+letter \x79BD 245-1456-2
+letter \x79BE 1235-2346-2
+letter \x79BF 124-34-3
+letter \x79C0 15-234-5
+letter \x79C1 15-156-3
+letter \x79C2 1245-136-2
+letter \x79C3 124-34-3
+letter \x79C4 125-156-4
+letter \x79C5 12-345-2
+letter \x79C6 13-1236-4
+letter \x79C7 16-5
+letter \x79C8 15-2345-3
+letter \x79C9 135-13456-4
+letter \x79CA 1345-2345-2
+letter \x79CB 245-234-3
+letter \x79CC 245-234-3
+letter \x79CD 12-12346-2
+letter \x79CE 12345-136-5
+letter \x79CF 1235-146-5
+letter \x79D0 256-2
+letter \x79D1 123-2346-3
+letter \x79D2 134-246-4
+letter \x79D3 1-156-3
+letter \x79D4 13-1356-3
+letter \x79D5 135-16-4
+letter \x79D6 1-156-3
+letter \x79D7 1256-5
+letter \x79D8 134-16-5
+letter \x79D9 123-34-5
+letter \x79DA 135-1236-5
+letter \x79DB 1234-16-3
+letter \x79DC 1345-16-2
+letter \x79DD 14-16-5
+letter \x79DE 234-2
+letter \x79DF 125-34-3
+letter \x79E0 1234-16-3
+letter \x79E1 135-345-2
+letter \x79E2 14-13456-2
+letter \x79E3 134-126-5
+letter \x79E4 12-1356-5
+letter \x79E5 1345-2345-2
+letter \x79E6 245-1456-2
+letter \x79E7 46-3
+letter \x79E8 125-25-2
+letter \x79E9 1-156-5
+letter \x79EA 1-156-3
+letter \x79EB 24-34-2
+letter \x79EC 13-1256-5
+letter \x79ED 125-156-4
+letter \x79EE 1235-25-2
+letter \x79EF 13-16-3
+letter \x79F0 12-1356-3
+letter \x79F1 124-12346-2
+letter \x79F2 1-156-5
+letter \x79F3 1235-25-2
+letter \x79F4 1235-2346-2
+letter \x79F5 1456-3
+letter \x79F6 125-156-3
+letter \x79F7 1-156-2
+letter \x79F8 13-346-3
+letter \x79F9 1245-136-4
+letter \x79FA 145-34-5
+letter \x79FB 16-2
+letter \x79FC 1-34-3
+letter \x79FD 1235-1246-5
+letter \x79FE 1345-12346-2
+letter \x79FF 12345-34-4
+letter \x7A00 15-16-3
+letter \x7A01 13-146-4
+letter \x7A02 14-1346-2
+letter \x7A03 12345-34-3
+letter \x7A04 125-2346-5
+letter \x7A05 24-1246-5
+letter \x7A06 14-1256-4
+letter \x7A07 123-123456-4
+letter \x7A08 13-1236-4
+letter \x7A09 13-1356-3
+letter \x7A0A 124-16-2
+letter \x7A0B 12-1356-2
+letter \x7A0C 124-34-2
+letter \x7A0D 24-146-3
+letter \x7A0E 24-1246-5
+letter \x7A0F 23456-5
+letter \x7A10 14-123456-4
+letter \x7A11 14-34-5
+letter \x7A12 13-34-5
+letter \x7A13 125-25-2
+letter \x7A14 1245-136-4
+letter \x7A15 1-123456-5
+letter \x7A16 135-1346-5
+letter \x7A17 135-2456-5
+letter \x7A18 13-16-3
+letter \x7A19 1-156-2
+letter \x7A1A 1-156-5
+letter \x7A1B 123-123456-4
+letter \x7A1C 14-1356-2
+letter \x7A1D 1234-1356-2
+letter \x7A1E 123-2346-3
+letter \x7A1F 135-13456-4
+letter \x7A20 12-12356-2
+letter \x7A21 125-34-2
+letter \x7A22 1256-5
+letter \x7A23 15-34-3
+letter \x7A24 14-236-5
+letter \x7A25 15-46-3
+letter \x7A26 16-3
+letter \x7A27 15-16-5
+letter \x7A28 135-2345-3
+letter \x7A29 13-16-5
+letter \x7A2A 12345-34-5
+letter \x7A2B 135-16-5
+letter \x7A2C 1345-25-5
+letter \x7A2D 13-346-3
+letter \x7A2E 1-12346-4
+letter \x7A2F 125-12346-3
+letter \x7A30 15-1256-3
+letter \x7A31 12-1356-3
+letter \x7A32 145-146-5
+letter \x7A33 123456-4
+letter \x7A34 15-2345-2
+letter \x7A35 125-156-3
+letter \x7A36 1256-5
+letter \x7A37 13-16-5
+letter \x7A38 15-1256-5
+letter \x7A39 1-136-4
+letter \x7A3A 1-156-5
+letter \x7A3B 145-146-5
+letter \x7A3C 13-23456-5
+letter \x7A3D 13-16-3
+letter \x7A3E 13-146-4
+letter \x7A3F 13-146-4
+letter \x7A40 13-34-4
+letter \x7A41 1245-12346-2
+letter \x7A42 15-1246-5
+letter \x7A43 1245-12346-5
+letter \x7A44 13-16-5
+letter \x7A45 123-1346-3
+letter \x7A46 134-34-5
+letter \x7A47 24-1236-3
+letter \x7A48 134-136-2
+letter \x7A49 1-156-5
+letter \x7A4A 13-16-5
+letter \x7A4B 14-34-5
+letter \x7A4C 15-34-3
+letter \x7A4D 13-16-3
+letter \x7A4E 13456-4
+letter \x7A4F 123456-4
+letter \x7A50 245-234-3
+letter \x7A51 15-2346-5
+letter \x7A52 1235-2346-5
+letter \x7A53 16-5
+letter \x7A54 1235-456-2
+letter \x7A55 245-346-5
+letter \x7A56 13-16-4
+letter \x7A57 15-1246-5
+letter \x7A58 15-246-3
+letter \x7A59 1234-34-2
+letter \x7A5A 13-246-3
+letter \x7A5B 1-25-3
+letter \x7A5C 124-12346-2
+letter \x7A5D 125-1246-5
+letter \x7A5E 14-1256-4
+letter \x7A5F 15-1246-5
+letter \x7A60 1345-12346-2
+letter \x7A61 15-2346-5
+letter \x7A62 1235-1246-5
+letter \x7A63 1245-1346-2
+letter \x7A64 1345-25-5
+letter \x7A65 1256-5
+letter \x7A66 135-1456-3
+letter \x7A67 13-16-5
+letter \x7A68 124-1246-2
+letter \x7A69 123456-4
+letter \x7A6A 12-1356-3
+letter \x7A6B 1235-25-5
+letter \x7A6C 13-12346-4
+letter \x7A6D 14-1256-4
+letter \x7A6E 135-246-3
+letter \x7A6F 15-2346-5
+letter \x7A70 1245-1346-2
+letter \x7A71 13-236-2
+letter \x7A72 14-16-2
+letter \x7A73 125-1236-5
+letter \x7A74 15-236-5
+letter \x7A75 35-3
+letter \x7A76 13-234-5
+letter \x7A77 245-235-2
+letter \x7A78 15-16-5
+letter \x7A79 245-235-3
+letter \x7A7A 123-12346-3
+letter \x7A7B 1256-3
+letter \x7A7C 15-136-3
+letter \x7A7D 13-13456-4
+letter \x7A7E 246-5
+letter \x7A7F 12-12456-3
+letter \x7A80 1-123456-3
+letter \x7A81 124-34-2
+letter \x7A82 14-146-2
+letter \x7A83 245-346-5
+letter \x7A84 1-2456-4
+letter \x7A85 246-4
+letter \x7A86 135-2345-4
+letter \x7A87 135-146-2
+letter \x7A88 246-4
+letter \x7A89 135-13456-4
+letter \x7A8A 35-3
+letter \x7A8B 1-34-2
+letter \x7A8C 13-246-5
+letter \x7A8D 245-246-5
+letter \x7A8E 145-246-5
+letter \x7A8F 34-3
+letter \x7A90 35-3
+letter \x7A91 246-2
+letter \x7A92 1-156-5
+letter \x7A93 12-456-3
+letter \x7A94 246-4
+letter \x7A95 124-246-4
+letter \x7A96 13-246-5
+letter \x7A97 12-456-3
+letter \x7A98 13-235-4
+letter \x7A99 15-246-3
+letter \x7A9A 12-1356-2
+letter \x7A9B 123-12356-5
+letter \x7A9C 245-12456-5
+letter \x7A9D 25-3
+letter \x7A9E 145-1236-5
+letter \x7A9F 123-34-3
+letter \x7AA0 123-2346-3
+letter \x7AA1 1-25-2
+letter \x7AA2 1235-25-5
+letter \x7AA3 15-34-5
+letter \x7AA4 13-12456-3
+letter \x7AA5 123-1246-3
+letter \x7AA6 145-12356-5
+letter \x7AA7 1-25-3
+letter \x7AA8 1456-5
+letter \x7AA9 25-3
+letter \x7AAA 35-3
+letter \x7AAB 23456-5
+letter \x7AAC 1256-2
+letter \x7AAD 13-1256-5
+letter \x7AAE 245-235-2
+letter \x7AAF 246-2
+letter \x7AB0 246-2
+letter \x7AB1 124-246-4
+letter \x7AB2 14-246-5
+letter \x7AB3 1256-4
+letter \x7AB4 124-2345-2
+letter \x7AB5 145-246-5
+letter \x7AB6 13-1256-5
+letter \x7AB7 14-246-2
+letter \x7AB8 15-16-3
+letter \x7AB9 34-5
+letter \x7ABA 123-1246-3
+letter \x7ABB 12-456-3
+letter \x7ABC 1-146-3
+letter \x7ABD 123-12456-4
+letter \x7ABE 123-12456-4
+letter \x7ABF 14-12346-2
+letter \x7AC0 12-1356-3
+letter \x7AC1 245-1246-5
+letter \x7AC2 14-246-2
+letter \x7AC3 125-146-5
+letter \x7AC4 245-12456-5
+letter \x7AC5 245-246-5
+letter \x7AC6 245-235-2
+letter \x7AC7 145-12356-5
+letter \x7AC8 125-146-5
+letter \x7AC9 14-12346-4
+letter \x7ACA 245-346-5
+letter \x7ACB 14-16-5
+letter \x7ACC 12-34-5
+letter \x7ACD 24-156-2
+letter \x7ACE 12345-34-5
+letter \x7ACF 245-2345-3
+letter \x7AD0 12-34-5
+letter \x7AD1 1235-12346-2
+letter \x7AD2 245-16-2
+letter \x7AD3 1235-146-2
+letter \x7AD4 24-1356-3
+letter \x7AD5 12345-136-3
+letter \x7AD6 24-34-5
+letter \x7AD7 134-246-5
+letter \x7AD8 13-1256-4
+letter \x7AD9 1-1236-5
+letter \x7ADA 1-34-5
+letter \x7ADB 14-13456-2
+letter \x7ADC 14-12346-2
+letter \x7ADD 135-13456-5
+letter \x7ADE 13-13456-5
+letter \x7ADF 13-13456-5
+letter \x7AE0 1-1346-3
+letter \x7AE1 135-2456-4
+letter \x7AE2 15-156-5
+letter \x7AE3 13-256-5
+letter \x7AE4 1235-12346-2
+letter \x7AE5 124-12346-2
+letter \x7AE6 15-12346-4
+letter \x7AE7 13-13456-5
+letter \x7AE8 145-246-5
+letter \x7AE9 16-2
+letter \x7AEA 24-34-5
+letter \x7AEB 13-13456-5
+letter \x7AEC 245-1256-4
+letter \x7AED 13-346-2
+letter \x7AEE 1234-13456-2
+letter \x7AEF 145-12456-3
+letter \x7AF0 14-16-2
+letter \x7AF1 1-12456-4
+letter \x7AF2 245-1356-2
+letter \x7AF3 145-1356-3
+letter \x7AF4 245-123456-3
+letter \x7AF5 2356-3
+letter \x7AF6 13-13456-5
+letter \x7AF7 123-1236-4
+letter \x7AF8 13-13456-5
+letter \x7AF9 1-34-2
+letter \x7AFA 1-34-2
+letter \x7AFB 14-2346-5
+letter \x7AFC 1234-1356-2
+letter \x7AFD 1256-2
+letter \x7AFE 12-156-2
+letter \x7AFF 13-1236-3
+letter \x7B00 134-1346-2
+letter \x7B01 1-34-2
+letter \x7B02 12456-2
+letter \x7B03 145-34-4
+letter \x7B04 13-16-3
+letter \x7B05 15-246-2
+letter \x7B06 135-345-3
+letter \x7B07 15-12456-5
+letter \x7B08 13-16-2
+letter \x7B09 1-136-4
+letter \x7B0A 1-146-5
+letter \x7B0B 15-123456-4
+letter \x7B0C 23456-2
+letter \x7B0D 1-1246-5
+letter \x7B0E 45-2
+letter \x7B0F 1235-34-5
+letter \x7B10 13-1346-3
+letter \x7B11 15-246-5
+letter \x7B12 245-136-2
+letter \x7B13 1234-16-2
+letter \x7B14 135-16-4
+letter \x7B15 13-2345-4
+letter \x7B16 16-4
+letter \x7B17 145-12346-3
+letter \x7B18 24-1236-3
+letter \x7B19 24-1356-3
+letter \x7B1A 15-23456-2
+letter \x7B1B 145-16-2
+letter \x7B1C 145-25-5
+letter \x7B1D 1345-345-5
+letter \x7B1E 12-156-3
+letter \x7B1F 13-34-3
+letter \x7B20 14-16-5
+letter \x7B21 245-346-5
+letter \x7B22 134-1456-4
+letter \x7B23 135-146-3
+letter \x7B24 124-246-2
+letter \x7B25 15-156-5
+letter \x7B26 12345-34-2
+letter \x7B27 245-2346-5
+letter \x7B28 135-136-5
+letter \x7B29 1234-356-5
+letter \x7B2A 145-345-2
+letter \x7B2B 125-156-4
+letter \x7B2C 145-16-5
+letter \x7B2D 14-13456-2
+letter \x7B2E 125-2346-2
+letter \x7B2F 1345-34-2
+letter \x7B30 12345-34-2
+letter \x7B31 13-12356-4
+letter \x7B32 12345-1236-2
+letter \x7B33 13-23456-3
+letter \x7B34 13-2346-4
+letter \x7B35 12345-1236-5
+letter \x7B36 24-156-4
+letter \x7B37 134-146-4
+letter \x7B38 1234-126-4
+letter \x7B39 15-246-4
+letter \x7B3A 13-2345-3
+letter \x7B3B 15-235-2
+letter \x7B3C 14-12346-2
+letter \x7B3D 134-1456-4
+letter \x7B3E 135-2345-3
+letter \x7B3F 14-25-5
+letter \x7B40 13-1246-5
+letter \x7B41 245-1256-4
+letter \x7B42 12-156-2
+letter \x7B43 1456-3
+letter \x7B44 246-5
+letter \x7B45 15-2345-4
+letter \x7B46 135-16-4
+letter \x7B47 245-235-2
+letter \x7B48 13-35-3
+letter \x7B49 145-1356-4
+letter \x7B4A 13-246-4
+letter \x7B4B 13-1456-3
+letter \x7B4C 245-45-2
+letter \x7B4D 15-123456-4
+letter \x7B4E 1245-34-2
+letter \x7B4F 12345-345-2
+letter \x7B50 123-456-3
+letter \x7B51 1-34-5
+letter \x7B52 124-12346-4
+letter \x7B53 13-16-3
+letter \x7B54 145-345-2
+letter \x7B55 15-13456-2
+letter \x7B56 245-2346-5
+letter \x7B57 1-12346-5
+letter \x7B58 123-12356-5
+letter \x7B59 14-2456-2
+letter \x7B5A 135-16-5
+letter \x7B5B 24-2456-3
+letter \x7B5C 145-1346-3
+letter \x7B5D 1-1356-3
+letter \x7B5E 245-2346-5
+letter \x7B5F 12345-34-3
+letter \x7B60 256-2
+letter \x7B61 124-34-2
+letter \x7B62 1234-345-2
+letter \x7B63 14-16-2
+letter \x7B64 14-1346-2
+letter \x7B65 13-1256-4
+letter \x7B66 13-12456-4
+letter \x7B67 13-2345-4
+letter \x7B68 1235-1236-2
+letter \x7B69 124-12346-4
+letter \x7B6A 15-23456-2
+letter \x7B6B 1-156-5
+letter \x7B6C 12-1356-2
+letter \x7B6D 15-12456-5
+letter \x7B6E 24-156-5
+letter \x7B6F 1-34-5
+letter \x7B70 125-25-2
+letter \x7B71 15-246-4
+letter \x7B72 24-146-3
+letter \x7B73 124-13456-2
+letter \x7B74 13-23456-2
+letter \x7B75 2345-2
+letter \x7B76 13-146-4
+letter \x7B77 123-2356-5
+letter \x7B78 13-1236-3
+letter \x7B79 12-12356-2
+letter \x7B7A 123-456-3
+letter \x7B7B 13-1346-5
+letter \x7B7C 256-2
+letter \x7B7D 25-3
+letter \x7B7E 245-2345-3
+letter \x7B7F 15-246-4
+letter \x7B80 13-2345-4
+letter \x7B81 1234-34-2
+letter \x7B82 14-2456-2
+letter \x7B83 125-12356-3
+letter \x7B84 1234-2456-2
+letter \x7B85 135-16-5
+letter \x7B86 135-16-5
+letter \x7B87 13-2346-5
+letter \x7B88 12-156-2
+letter \x7B89 13-2356-4
+letter \x7B8A 1256-3
+letter \x7B8B 13-2345-3
+letter \x7B8C 1-146-5
+letter \x7B8D 13-34-3
+letter \x7B8E 12-156-2
+letter \x7B8F 1-1356-3
+letter \x7B90 245-13456-5
+letter \x7B91 24-345-5
+letter \x7B92 1-12356-4
+letter \x7B93 14-34-5
+letter \x7B94 135-126-2
+letter \x7B95 13-16-3
+letter \x7B96 14-1456-2
+letter \x7B97 15-12456-5
+letter \x7B98 13-256-5
+letter \x7B99 12345-34-2
+letter \x7B9A 1-345-2
+letter \x7B9B 13-34-3
+letter \x7B9C 123-12346-3
+letter \x7B9D 245-2345-2
+letter \x7B9E 245-45-3
+letter \x7B9F 13-256-5
+letter \x7BA0 12-1246-2
+letter \x7BA1 13-12456-4
+letter \x7BA2 45-3
+letter \x7BA3 245-2346-5
+letter \x7BA4 125-34-2
+letter \x7BA5 135-126-4
+letter \x7BA6 125-2346-2
+letter \x7BA7 245-346-5
+letter \x7BA8 124-25-5
+letter \x7BA9 14-25-2
+letter \x7BAA 145-1236-3
+letter \x7BAB 15-246-3
+letter \x7BAC 1245-25-5
+letter \x7BAD 13-2345-5
+letter \x7BAE 15-45-3
+letter \x7BAF 135-2345-3
+letter \x7BB0 15-123456-4
+letter \x7BB1 15-46-3
+letter \x7BB2 15-2345-4
+letter \x7BB3 1234-13456-2
+letter \x7BB4 1-136-3
+letter \x7BB5 24-1356-4
+letter \x7BB6 1235-34-2
+letter \x7BB7 24-156-3
+letter \x7BB8 1-34-5
+letter \x7BB9 236-3
+letter \x7BBA 12-123456-4
+letter \x7BBB 14-1256-5
+letter \x7BBC 34-3
+letter \x7BBD 145-12346-4
+letter \x7BBE 24-25-5
+letter \x7BBF 13-16-2
+letter \x7BC0 13-346-2
+letter \x7BC1 1235-456-2
+letter \x7BC2 15-13456-3
+letter \x7BC3 134-356-5
+letter \x7BC4 12345-1236-5
+letter \x7BC5 12-1246-2
+letter \x7BC6 1-12456-5
+letter \x7BC7 1234-2345-3
+letter \x7BC8 12345-1356-3
+letter \x7BC9 1-34-2
+letter \x7BCA 1235-12346-2
+letter \x7BCB 245-346-5
+letter \x7BCC 1235-12356-2
+letter \x7BCD 245-234-3
+letter \x7BCE 134-246-4
+letter \x7BCF 245-2345-5
+letter \x7BD0 13-34-3
+letter \x7BD1 123-1246-5
+letter \x7BD2 24-156-2
+letter \x7BD3 14-12356-4
+letter \x7BD4 256-2
+letter \x7BD5 1235-2346-2
+letter \x7BD6 124-1346-2
+letter \x7BD7 236-5
+letter \x7BD8 12-12356-3
+letter \x7BD9 13-146-3
+letter \x7BDA 12345-356-4
+letter \x7BDB 1245-25-5
+letter \x7BDC 1-1356-3
+letter \x7BDD 13-12356-3
+letter \x7BDE 1345-346-5
+letter \x7BDF 245-2345-5
+letter \x7BE0 15-246-4
+letter \x7BE1 245-12456-5
+letter \x7BE2 13-12346-3
+letter \x7BE3 1234-1346-2
+letter \x7BE4 145-34-4
+letter \x7BE5 14-16-5
+letter \x7BE6 135-16-5
+letter \x7BE7 1-25-2
+letter \x7BE8 12-34-2
+letter \x7BE9 24-2456-3
+letter \x7BEA 12-156-2
+letter \x7BEB 1-34-2
+letter \x7BEC 245-46-3
+letter \x7BED 14-12346-2
+letter \x7BEE 14-1236-2
+letter \x7BEF 13-2345-3
+letter \x7BF0 135-34-5
+letter \x7BF1 14-16-2
+letter \x7BF2 1235-1246-5
+letter \x7BF3 135-16-5
+letter \x7BF4 145-16-2
+letter \x7BF5 245-12346-3
+letter \x7BF6 2345-3
+letter \x7BF7 1234-1356-2
+letter \x7BF8 245-136-3
+letter \x7BF9 15-12456-4
+letter \x7BFA 1234-16-2
+letter \x7BFB 1234-246-4
+letter \x7BFC 145-12356-3
+letter \x7BFD 1256-4
+letter \x7BFE 134-346-5
+letter \x7BFF 124-12456-2
+letter \x7C00 125-2346-2
+letter \x7C01 24-2456-3
+letter \x7C02 13-25-2
+letter \x7C03 16-2
+letter \x7C04 1235-34-5
+letter \x7C05 12-1236-4
+letter \x7C06 123-12356-5
+letter \x7C07 245-34-5
+letter \x7C08 1234-13456-2
+letter \x7C09 12-12356-5
+letter \x7C0A 13-16-3
+letter \x7C0B 13-1246-4
+letter \x7C0C 15-34-5
+letter \x7C0D 14-12356-4
+letter \x7C0E 245-25-5
+letter \x7C0F 14-34-5
+letter \x7C10 1345-2345-4
+letter \x7C11 15-25-3
+letter \x7C12 245-12456-5
+letter \x7C13 145-246-3
+letter \x7C14 15-25-3
+letter \x7C15 14-2346-5
+letter \x7C16 145-12456-5
+letter \x7C17 14-46-4
+letter \x7C18 15-246-3
+letter \x7C19 135-126-2
+letter \x7C1A 134-16-5
+letter \x7C1B 24-2456-3
+letter \x7C1C 145-1346-5
+letter \x7C1D 14-246-2
+letter \x7C1E 145-1236-3
+letter \x7C1F 145-2345-5
+letter \x7C20 12345-34-4
+letter \x7C21 13-2345-4
+letter \x7C22 134-1456-4
+letter \x7C23 123-1246-5
+letter \x7C24 145-2456-5
+letter \x7C25 13-246-3
+letter \x7C26 145-1356-3
+letter \x7C27 1235-456-2
+letter \x7C28 15-123456-4
+letter \x7C29 14-146-2
+letter \x7C2A 125-1236-3
+letter \x7C2B 15-246-3
+letter \x7C2C 14-34-5
+letter \x7C2D 24-156-5
+letter \x7C2E 125-1236-3
+letter \x7C2F 245-16-3
+letter \x7C30 1234-2456-2
+letter \x7C31 245-16-2
+letter \x7C32 1234-2456-2
+letter \x7C33 13-1236-4
+letter \x7C34 13-1256-5
+letter \x7C35 14-34-5
+letter \x7C36 14-34-5
+letter \x7C37 2345-2
+letter \x7C38 135-126-4
+letter \x7C39 145-1346-3
+letter \x7C3A 15-2456-5
+letter \x7C3B 1-35-3
+letter \x7C3C 14-12346-2
+letter \x7C3D 245-2345-3
+letter \x7C3E 14-2345-2
+letter \x7C3F 135-34-5
+letter \x7C40 1-12356-5
+letter \x7C41 14-2456-5
+letter \x7C42 24-156-3
+letter \x7C43 14-1236-2
+letter \x7C44 123-1246-5
+letter \x7C45 1256-2
+letter \x7C46 236-5
+letter \x7C47 1235-146-2
+letter \x7C48 1-136-3
+letter \x7C49 124-2456-2
+letter \x7C4A 124-16-5
+letter \x7C4B 1345-346-5
+letter \x7C4C 12-12356-2
+letter \x7C4D 13-16-2
+letter \x7C4E 16-2
+letter \x7C4F 245-16-2
+letter \x7C50 124-1356-2
+letter \x7C51 1-12456-5
+letter \x7C52 1-12356-5
+letter \x7C53 12345-1236-3
+letter \x7C54 15-12356-4
+letter \x7C55 1-12356-5
+letter \x7C56 245-2345-3
+letter \x7C57 1-25-2
+letter \x7C58 124-1356-2
+letter \x7C59 14-34-5
+letter \x7C5A 14-34-2
+letter \x7C5B 13-2345-3
+letter \x7C5C 124-25-5
+letter \x7C5D 13456-2
+letter \x7C5E 1256-5
+letter \x7C5F 14-2456-5
+letter \x7C60 14-12346-2
+letter \x7C61 245-346-5
+letter \x7C62 14-2345-2
+letter \x7C63 14-1236-2
+letter \x7C64 245-2345-3
+letter \x7C65 236-5
+letter \x7C66 1-12346-3
+letter \x7C67 245-1256-2
+letter \x7C68 14-2345-2
+letter \x7C69 135-2345-3
+letter \x7C6A 145-12456-5
+letter \x7C6B 125-12456-4
+letter \x7C6C 14-16-2
+letter \x7C6D 24-2456-3
+letter \x7C6E 14-25-2
+letter \x7C6F 13456-2
+letter \x7C70 236-5
+letter \x7C71 1-25-2
+letter \x7C72 1256-5
+letter \x7C73 134-16-4
+letter \x7C74 145-16-2
+letter \x7C75 12345-1236-2
+letter \x7C76 24-136-3
+letter \x7C77 1-2346-2
+letter \x7C78 24-136-3
+letter \x7C79 1345-1256-4
+letter \x7C7A 15-346-2
+letter \x7C7B 14-356-5
+letter \x7C7C 15-2345-3
+letter \x7C7D 125-156-4
+letter \x7C7E 1345-16-2
+letter \x7C7F 245-123456-5
+letter \x7C80 1-1346-5
+letter \x7C81 245-2345-3
+letter \x7C82 1-2456-3
+letter \x7C83 135-16-4
+letter \x7C84 135-1236-4
+letter \x7C85 34-5
+letter \x7C86 24-345-3
+letter \x7C87 123-1346-3
+letter \x7C88 1245-12356-2
+letter \x7C89 12345-136-4
+letter \x7C8A 135-16-5
+letter \x7C8B 245-1246-5
+letter \x7C8C 1456-2
+letter \x7C8D 14-16-2
+letter \x7C8E 12-156-4
+letter \x7C8F 124-2456-5
+letter \x7C90 123-34-5
+letter \x7C91 135-345-3
+letter \x7C92 14-16-5
+letter \x7C93 13-1236-3
+letter \x7C94 13-1256-5
+letter \x7C95 1234-126-5
+letter \x7C96 134-126-5
+letter \x7C97 245-34-3
+letter \x7C98 1345-2345-2
+letter \x7C99 1-12356-5
+letter \x7C9A 14-16-2
+letter \x7C9B 15-34-5
+letter \x7C9C 124-246-5
+letter \x7C9D 14-16-5
+letter \x7C9E 15-16-3
+letter \x7C9F 15-34-5
+letter \x7CA0 1235-12346-2
+letter \x7CA1 124-12346-2
+letter \x7CA2 125-156-3
+letter \x7CA3 245-2346-5
+letter \x7CA4 236-5
+letter \x7CA5 1-12356-3
+letter \x7CA6 14-1456-2
+letter \x7CA7 1-456-3
+letter \x7CA8 135-2456-4
+letter \x7CA9 14-146-3
+letter \x7CAA 12345-136-5
+letter \x7CAB 156-2
+letter \x7CAC 245-1256-3
+letter \x7CAD 1235-2346-2
+letter \x7CAE 14-46-2
+letter \x7CAF 15-2345-5
+letter \x7CB0 12345-34-3
+letter \x7CB1 14-46-2
+letter \x7CB2 245-1236-5
+letter \x7CB3 13-13456-3
+letter \x7CB4 14-16-4
+letter \x7CB5 236-5
+letter \x7CB6 14-34-5
+letter \x7CB7 13-1256-2
+letter \x7CB8 245-16-2
+letter \x7CB9 245-1246-5
+letter \x7CBA 135-2456-5
+letter \x7CBB 1-1346-3
+letter \x7CBC 14-1456-2
+letter \x7CBD 125-12346-5
+letter \x7CBE 13-13456-3
+letter \x7CBF 13-25-4
+letter \x7CC0 1235-35-3
+letter \x7CC1 15-1236-4
+letter \x7CC2 15-1236-4
+letter \x7CC3 124-1346-2
+letter \x7CC4 135-2345-3
+letter \x7CC5 1245-12356-4
+letter \x7CC6 134-2345-5
+letter \x7CC7 1235-12356-2
+letter \x7CC8 15-1256-4
+letter \x7CC9 125-12346-5
+letter \x7CCA 1235-34-2
+letter \x7CCB 13-2345-5
+letter \x7CCC 125-1236-2
+letter \x7CCD 245-156-2
+letter \x7CCE 138-12346-3-123458-136-3
+letter \x7CCF 15-346-5
+letter \x7CD0 12345-34-3
+letter \x7CD1 1345-16-5
+letter \x7CD2 135-356-5
+letter \x7CD3 13-34-4
+letter \x7CD4 15-234-4
+letter \x7CD5 13-146-3
+letter \x7CD6 124-1346-2
+letter \x7CD7 245-234-4
+letter \x7CD8 13-23456-3
+letter \x7CD9 245-146-3
+letter \x7CDA 1-456-3
+letter \x7CDB 124-1346-2
+letter \x7CDC 134-16-2
+letter \x7CDD 15-1236-4
+letter \x7CDE 12345-136-5
+letter \x7CDF 125-146-3
+letter \x7CE0 123-1346-3
+letter \x7CE1 13-46-5
+letter \x7CE2 134-126-2
+letter \x7CE3 15-1236-4
+letter \x7CE4 15-1236-4
+letter \x7CE5 1345-25-5
+letter \x7CE6 15-16-3
+letter \x7CE7 14-46-2
+letter \x7CE8 13-46-5
+letter \x7CE9 123-1246-5
+letter \x7CEA 135-126-2
+letter \x7CEB 1235-12456-2
+letter \x7CEC 24-34-4
+letter \x7CED 125-12346-5
+letter \x7CEE 15-2345-5
+letter \x7CEF 1345-25-5
+letter \x7CF0 124-12456-2
+letter \x7CF1 1345-346-5
+letter \x7CF2 14-16-5
+letter \x7CF3 125-25-5
+letter \x7CF4 145-16-2
+letter \x7CF5 1345-346-5
+letter \x7CF6 124-246-5
+letter \x7CF7 14-1236-2
+letter \x7CF8 134-16-5
+letter \x7CF9 134-16-5
+letter \x7CFA 13-234-3
+letter \x7CFB 15-16-5
+letter \x7CFC 13-12346-3
+letter \x7CFD 1-1356-3
+letter \x7CFE 13-234-3
+letter \x7CFF 234-5
+letter \x7D00 13-16-5
+letter \x7D01 12-345-5
+letter \x7D02 1-12356-5
+letter \x7D03 15-256-2
+letter \x7D04 236-3
+letter \x7D05 1235-12346-2
+letter \x7D06 1256-3
+letter \x7D07 1235-2346-2
+letter \x7D08 12456-2
+letter \x7D09 1245-136-5
+letter \x7D0A 123456-5
+letter \x7D0B 123456-2
+letter \x7D0C 245-234-2
+letter \x7D0D 1345-345-5
+letter \x7D0E 125-156-3
+letter \x7D0F 124-12356-4
+letter \x7D10 1345-234-4
+letter \x7D11 12345-12356-3
+letter \x7D12 13-16-5
+letter \x7D13 24-34-3
+letter \x7D14 12-123456-2
+letter \x7D15 1234-16-3
+letter \x7D16 1-136-5
+letter \x7D17 24-345-3
+letter \x7D18 1235-12346-2
+letter \x7D19 1-156-4
+letter \x7D1A 13-16-2
+letter \x7D1B 12345-136-3
+letter \x7D1C 256-2
+letter \x7D1D 1245-136-5
+letter \x7D1E 145-1236-4
+letter \x7D1F 13-1456-3
+letter \x7D20 15-34-5
+letter \x7D21 12345-1346-4
+letter \x7D22 15-25-4
+letter \x7D23 245-1246-5
+letter \x7D24 13-234-4
+letter \x7D25 125-345-3
+letter \x7D26 135-345-3
+letter \x7D27 13-1456-4
+letter \x7D28 12345-34-3
+letter \x7D29 1-156-5
+letter \x7D2A 245-16-3
+letter \x7D2B 125-156-4
+letter \x7D2C 12-12356-2
+letter \x7D2D 1235-12346-2
+letter \x7D2E 125-345-3
+letter \x7D2F 14-356-5
+letter \x7D30 15-16-5
+letter \x7D31 12345-34-2
+letter \x7D32 15-346-5
+letter \x7D33 24-136-3
+letter \x7D34 135-126-3
+letter \x7D35 1-34-5
+letter \x7D36 245-1256-3
+letter \x7D37 14-13456-2
+letter \x7D38 1-34-5
+letter \x7D39 24-146-5
+letter \x7D3A 13-1236-5
+letter \x7D3B 46-3
+letter \x7D3C 12345-34-2
+letter \x7D3D 124-25-2
+letter \x7D3E 1-136-4
+letter \x7D3F 145-2456-5
+letter \x7D40 12-34-5
+letter \x7D41 24-156-3
+letter \x7D42 1-12346-3
+letter \x7D43 15-2345-2
+letter \x7D44 125-34-4
+letter \x7D45 13-235-4
+letter \x7D46 135-1236-5
+letter \x7D47 245-1256-2
+letter \x7D48 134-126-5
+letter \x7D49 24-34-5
+letter \x7D4A 125-1246-5
+letter \x7D4B 123-456-5
+letter \x7D4C 13-13456-3
+letter \x7D4D 1245-136-5
+letter \x7D4E 1235-1356-5
+letter \x7D4F 15-346-5
+letter \x7D50 13-346-2
+letter \x7D51 1-34-3
+letter \x7D52 12-12356-2
+letter \x7D53 13-35-5
+letter \x7D54 135-2456-4
+letter \x7D55 13-236-2
+letter \x7D56 123-456-5
+letter \x7D57 1235-34-2
+letter \x7D58 245-156-5
+letter \x7D59 1235-12456-2
+letter \x7D5A 13-1356-3
+letter \x7D5B 124-146-3
+letter \x7D5C 15-346-2
+letter \x7D5D 123-34-5
+letter \x7D5E 13-246-4
+letter \x7D5F 245-45-2
+letter \x7D60 13-2456-4
+letter \x7D61 14-25-5
+letter \x7D62 15-45-5
+letter \x7D63 135-1356-3
+letter \x7D64 15-2345-5
+letter \x7D65 12345-34-2
+letter \x7D66 13-356-4
+letter \x7D67 124-12346-2
+letter \x7D68 1245-12346-2
+letter \x7D69 124-246-5
+letter \x7D6A 1456-3
+letter \x7D6B 14-356-4
+letter \x7D6C 15-346-5
+letter \x7D6D 13-45-5
+letter \x7D6E 15-1256-5
+letter \x7D6F 13-2456-3
+letter \x7D70 145-346-2
+letter \x7D71 124-12346-4
+letter \x7D72 15-156-3
+letter \x7D73 13-46-5
+letter \x7D74 15-46-2
+letter \x7D75 1235-1246-5
+letter \x7D76 13-236-2
+letter \x7D77 1-156-2
+letter \x7D78 13-2345-4
+letter \x7D79 13-45-5
+letter \x7D7A 12-156-3
+letter \x7D7B 123456-5
+letter \x7D7C 1-136-4
+letter \x7D7D 14-1256-4
+letter \x7D7E 12-1356-2
+letter \x7D7F 245-234-2
+letter \x7D80 24-34-3
+letter \x7D81 135-1346-4
+letter \x7D82 124-12346-4
+letter \x7D83 15-246-3
+letter \x7D84 1235-12456-2
+letter \x7D85 15-2345-3
+letter \x7D86 13-1356-4
+letter \x7D87 15-234-4
+letter \x7D88 124-16-2
+letter \x7D89 15-234-5
+letter \x7D8A 15-346-2
+letter \x7D8B 1235-12346-2
+letter \x7D8C 15-16-5
+letter \x7D8D 12345-34-2
+letter \x7D8E 124-13456-3
+letter \x7D8F 15-1246-3
+letter \x7D90 145-1246-5
+letter \x7D91 123-123456-4
+letter \x7D92 12345-34-3
+letter \x7D93 13-13456-3
+letter \x7D94 1235-34-5
+letter \x7D95 1-156-3
+letter \x7D96 2345-2
+letter \x7D97 13-235-4
+letter \x7D98 12345-1356-2
+letter \x7D99 13-16-5
+letter \x7D9A 15-1256-5
+letter \x7D9B 1245-136-4
+letter \x7D9C 125-12346-5
+letter \x7D9D 12-136-3
+letter \x7D9E 145-25-4
+letter \x7D9F 14-16-5
+letter \x7DA0 14-1256-5
+letter \x7DA1 14-46-2
+letter \x7DA2 12-12356-2
+letter \x7DA3 245-45-4
+letter \x7DA4 24-146-5
+letter \x7DA5 245-16-2
+letter \x7DA6 245-16-2
+letter \x7DA7 1-123456-4
+letter \x7DA8 245-16-2
+letter \x7DA9 12456-4
+letter \x7DAA 245-2345-5
+letter \x7DAB 15-2345-5
+letter \x7DAC 24-12356-5
+letter \x7DAD 1246-2
+letter \x7DAE 245-16-4
+letter \x7DAF 124-146-2
+letter \x7DB0 12456-4
+letter \x7DB1 13-1346-3
+letter \x7DB2 456-4
+letter \x7DB3 135-1356-3
+letter \x7DB4 1-1246-5
+letter \x7DB5 245-2456-4
+letter \x7DB6 13-25-4
+letter \x7DB7 245-1246-5
+letter \x7DB8 14-123456-2
+letter \x7DB9 14-234-4
+letter \x7DBA 245-16-4
+letter \x7DBB 1-1236-5
+letter \x7DBC 135-16-5
+letter \x7DBD 12-25-5
+letter \x7DBE 14-13456-2
+letter \x7DBF 134-2345-2
+letter \x7DC0 245-16-3
+letter \x7DC1 245-346-5
+letter \x7DC2 124-1236-3
+letter \x7DC3 125-12346-3
+letter \x7DC4 13-123456-4
+letter \x7DC5 125-12356-3
+letter \x7DC6 15-16-3
+letter \x7DC7 125-156-3
+letter \x7DC8 15-13456-5
+letter \x7DC9 14-46-4
+letter \x7DCA 13-1456-4
+letter \x7DCB 12345-356-3
+letter \x7DCC 1245-1246-2
+letter \x7DCD 134-1456-2
+letter \x7DCE 1256-5
+letter \x7DCF 125-12346-4
+letter \x7DD0 12345-1236-2
+letter \x7DD1 14-1256-5
+letter \x7DD2 15-1256-5
+letter \x7DD3 13456-3
+letter \x7DD4 24-1346-5
+letter \x7DD5 245-16-2
+letter \x7DD6 15-1256-5
+letter \x7DD7 15-46-3
+letter \x7DD8 13-2345-3
+letter \x7DD9 123-2346-5
+letter \x7DDA 15-2345-5
+letter \x7DDB 1245-12456-4
+letter \x7DDC 134-2345-2
+letter \x7DDD 245-16-5
+letter \x7DDE 145-12456-5
+letter \x7DDF 1-12346-5
+letter \x7DE0 145-16-5
+letter \x7DE1 134-1456-2
+letter \x7DE2 134-146-2
+letter \x7DE3 45-2
+letter \x7DE4 15-346-5
+letter \x7DE5 135-146-4
+letter \x7DE6 15-156-3
+letter \x7DE7 245-234-3
+letter \x7DE8 135-2345-3
+letter \x7DE9 1235-12456-4
+letter \x7DEA 13-1356-3
+letter \x7DEB 245-12346-3
+letter \x7DEC 134-2345-4
+letter \x7DED 1246-5
+letter \x7DEE 12345-34-5
+letter \x7DEF 1246-4
+letter \x7DF0 124-12356-3
+letter \x7DF1 13-12356-3
+letter \x7DF2 134-246-4
+letter \x7DF3 15-346-2
+letter \x7DF4 14-2345-5
+letter \x7DF5 125-12346-3
+letter \x7DF6 135-2345-5
+letter \x7DF7 256-5
+letter \x7DF8 1456-3
+letter \x7DF9 124-16-2
+letter \x7DFA 13-35-3
+letter \x7DFB 1-156-5
+letter \x7DFC 256-5
+letter \x7DFD 12-1356-3
+letter \x7DFE 12-1236-2
+letter \x7DFF 145-2456-5
+letter \x7E00 15-23456-2
+letter \x7E01 45-2
+letter \x7E02 125-12346-4
+letter \x7E03 15-1256-3
+letter \x7E04 24-1356-2
+letter \x7E05 1246-3
+letter \x7E06 13-1356-3
+letter \x7E07 15-45-3
+letter \x7E08 13456-2
+letter \x7E09 13-1456-5
+letter \x7E0A 16-5
+letter \x7E0B 1-1246-5
+letter \x7E0C 1345-16-5
+letter \x7E0D 135-1346-3
+letter \x7E0E 13-34-4
+letter \x7E0F 1234-1236-2
+letter \x7E10 1-12356-5
+letter \x7E11 13-2345-3
+letter \x7E12 245-156-3
+letter \x7E13 245-45-5
+letter \x7E14 15-1346-3
+letter \x7E15 256-5
+letter \x7E16 15-23456-5
+letter \x7E17 245-1246-3
+letter \x7E18 15-16-3
+letter \x7E19 1245-12346-2
+letter \x7E1A 124-146-3
+letter \x7E1B 12345-34-2
+letter \x7E1C 256-2
+letter \x7E1D 1-136-4
+letter \x7E1E 13-146-4
+letter \x7E1F 1245-34-5
+letter \x7E20 1235-34-2
+letter \x7E21 125-2456-4
+letter \x7E22 124-1356-2
+letter \x7E23 15-2345-5
+letter \x7E24 15-34-5
+letter \x7E25 1-136-4
+letter \x7E26 125-12346-5
+letter \x7E27 124-146-3
+letter \x7E28 1235-456-4
+letter \x7E29 245-2456-5
+letter \x7E2A 135-16-5
+letter \x7E2B 12345-1356-2
+letter \x7E2C 245-34-5
+letter \x7E2D 14-16-2
+letter \x7E2E 15-25-3
+letter \x7E2F 2345-4
+letter \x7E30 15-16-4
+letter \x7E31 125-12346-5
+letter \x7E32 14-356-2
+letter \x7E33 1-12456-5
+letter \x7E34 245-2345-5
+letter \x7E35 134-1236-5
+letter \x7E36 1-156-2
+letter \x7E37 14-1256-4
+letter \x7E38 134-126-5
+letter \x7E39 1234-246-4
+letter \x7E3A 14-2345-2
+letter \x7E3B 134-16-2
+letter \x7E3C 15-45-5
+letter \x7E3D 125-12346-4
+letter \x7E3E 13-16-3
+letter \x7E3F 24-1236-3
+letter \x7E40 15-1246-5
+letter \x7E41 12345-1236-2
+letter \x7E42 14-1256-5
+letter \x7E43 135-1356-3
+letter \x7E44 16-3
+letter \x7E45 15-146-3
+letter \x7E46 134-246-5
+letter \x7E47 246-2
+letter \x7E48 245-46-4
+letter \x7E49 1235-123456-2
+letter \x7E4A 15-2345-3
+letter \x7E4B 15-16-5
+letter \x7E4C 24-345-1
+letter \x7E4D 15-234-5
+letter \x7E4E 1245-1236-2
+letter \x7E4F 15-45-5
+letter \x7E50 15-1246-5
+letter \x7E51 245-246-3
+letter \x7E52 125-1356-3
+letter \x7E53 125-25-4
+letter \x7E54 1-156-3
+letter \x7E55 24-1236-5
+letter \x7E56 15-1236-4
+letter \x7E57 14-1456-2
+letter \x7E58 1256-5
+letter \x7E59 12345-1236-3
+letter \x7E5A 14-246-2
+letter \x7E5B 12-25-5
+letter \x7E5C 125-123456-3
+letter \x7E5D 13-2345-5
+letter \x7E5E 1245-146-5
+letter \x7E5F 12-1236-4
+letter \x7E60 1245-1246-4
+letter \x7E61 15-234-5
+letter \x7E62 1235-1246-5
+letter \x7E63 1235-35-5
+letter \x7E64 125-12456-4
+letter \x7E65 15-16-3
+letter \x7E66 245-46-4
+letter \x7E67 256-3
+letter \x7E68 145-345-2
+letter \x7E69 24-1356-2
+letter \x7E6A 1235-1246-5
+letter \x7E6B 15-16-5
+letter \x7E6C 15-2346-5
+letter \x7E6D 13-2345-4
+letter \x7E6E 13-46-3
+letter \x7E6F 1235-12456-2
+letter \x7E70 125-146-4
+letter \x7E71 245-12346-3
+letter \x7E72 13-346-5
+letter \x7E73 13-246-4
+letter \x7E74 135-16-5
+letter \x7E75 12-1236-2
+letter \x7E76 16-5
+letter \x7E77 1345-12346-4
+letter \x7E78 15-1246-5
+letter \x7E79 16-5
+letter \x7E7A 24-345-3
+letter \x7E7B 15-1256-3
+letter \x7E7C 13-16-5
+letter \x7E7D 135-1456-3
+letter \x7E7E 245-2345-4
+letter \x7E7F 14-1236-2
+letter \x7E80 1234-34-2
+letter \x7E81 15-256-3
+letter \x7E82 125-12456-4
+letter \x7E83 245-16-2
+letter \x7E84 1234-1356-2
+letter \x7E85 246-5
+letter \x7E86 134-126-5
+letter \x7E87 14-356-5
+letter \x7E88 15-346-2
+letter \x7E89 125-12456-4
+letter \x7E8A 123-456-5
+letter \x7E8B 234-3
+letter \x7E8C 15-1256-5
+letter \x7E8D 14-356-2
+letter \x7E8E 15-2345-3
+letter \x7E8F 12-1236-2
+letter \x7E90 13-246-4
+letter \x7E91 14-34-2
+letter \x7E92 12-1236-2
+letter \x7E93 13456-3
+letter \x7E94 245-2456-2
+letter \x7E95 15-46-3
+letter \x7E96 15-2345-3
+letter \x7E97 125-1246-3
+letter \x7E98 125-12456-4
+letter \x7E99 14-25-5
+letter \x7E9A 24-156-4
+letter \x7E9B 145-146-5
+letter \x7E9C 14-1236-4
+letter \x7E9D 14-356-2
+letter \x7E9E 14-2345-5
+letter \x7E9F 134-16-5
+letter \x7EA0 13-234-3
+letter \x7EA1 1256-3
+letter \x7EA2 1235-12346-2
+letter \x7EA3 1-12356-5
+letter \x7EA4 15-2345-3
+letter \x7EA5 1235-2346-2
+letter \x7EA6 236-3
+letter \x7EA7 13-16-2
+letter \x7EA8 12456-2
+letter \x7EA9 123-456-5
+letter \x7EAA 13-16-5
+letter \x7EAB 1245-136-5
+letter \x7EAC 1246-4
+letter \x7EAD 256-2
+letter \x7EAE 1235-12346-2
+letter \x7EAF 12-123456-2
+letter \x7EB0 1234-16-3
+letter \x7EB1 24-345-3
+letter \x7EB2 13-1346-3
+letter \x7EB3 1345-345-5
+letter \x7EB4 1245-136-5
+letter \x7EB5 125-12346-5
+letter \x7EB6 14-123456-2
+letter \x7EB7 12345-136-3
+letter \x7EB8 1-156-4
+letter \x7EB9 123456-2
+letter \x7EBA 12345-1346-4
+letter \x7EBB 1-34-5
+letter \x7EBC 1-136-5
+letter \x7EBD 1345-234-4
+letter \x7EBE 24-34-3
+letter \x7EBF 15-2345-5
+letter \x7EC0 13-1236-5
+letter \x7EC1 15-346-5
+letter \x7EC2 12345-34-2
+letter \x7EC3 14-2345-5
+letter \x7EC4 125-34-4
+letter \x7EC5 24-136-3
+letter \x7EC6 15-16-5
+letter \x7EC7 1-156-3
+letter \x7EC8 1-12346-3
+letter \x7EC9 1-12356-5
+letter \x7ECA 135-1236-5
+letter \x7ECB 12345-34-2
+letter \x7ECC 12-34-5
+letter \x7ECD 24-146-5
+letter \x7ECE 16-5
+letter \x7ECF 13-13456-3
+letter \x7ED0 145-2456-5
+letter \x7ED1 135-1346-4
+letter \x7ED2 1245-12346-2
+letter \x7ED3 13-346-2
+letter \x7ED4 123-34-5
+letter \x7ED5 1245-146-5
+letter \x7ED6 145-346-2
+letter \x7ED7 1235-1346-5
+letter \x7ED8 1235-1246-5
+letter \x7ED9 13-356-4
+letter \x7EDA 15-45-5
+letter \x7EDB 13-46-5
+letter \x7EDC 14-25-5
+letter \x7EDD 13-236-2
+letter \x7EDE 13-246-4
+letter \x7EDF 124-12346-4
+letter \x7EE0 13-1356-4
+letter \x7EE1 15-246-3
+letter \x7EE2 13-45-5
+letter \x7EE3 15-234-5
+letter \x7EE4 15-16-5
+letter \x7EE5 15-1246-3
+letter \x7EE6 124-146-3
+letter \x7EE7 13-16-5
+letter \x7EE8 124-16-5
+letter \x7EE9 13-16-3
+letter \x7EEA 15-1256-5
+letter \x7EEB 14-13456-2
+letter \x7EEC 13456-3
+letter \x7EED 15-1256-5
+letter \x7EEE 245-16-4
+letter \x7EEF 12345-356-3
+letter \x7EF0 12-25-5
+letter \x7EF1 24-1346-5
+letter \x7EF2 13-123456-4
+letter \x7EF3 24-1356-2
+letter \x7EF4 1246-2
+letter \x7EF5 134-2345-2
+letter \x7EF6 24-12356-5
+letter \x7EF7 135-1356-3
+letter \x7EF8 12-12356-2
+letter \x7EF9 124-146-2
+letter \x7EFA 14-234-4
+letter \x7EFB 245-45-4
+letter \x7EFC 125-1356-3
+letter \x7EFD 1-1236-5
+letter \x7EFE 12456-4
+letter \x7EFF 14-1256-5
+letter \x7F00 1-1246-5
+letter \x7F01 125-156-3
+letter \x7F02 123-2346-5
+letter \x7F03 15-46-3
+letter \x7F04 13-2345-3
+letter \x7F05 134-2345-4
+letter \x7F06 14-1236-4
+letter \x7F07 124-16-2
+letter \x7F08 134-246-4
+letter \x7F09 13-16-3
+letter \x7F0A 256-5
+letter \x7F0B 1235-1246-5
+letter \x7F0C 15-156-3
+letter \x7F0D 145-25-4
+letter \x7F0E 145-12456-5
+letter \x7F0F 135-2345-5
+letter \x7F10 15-2345-5
+letter \x7F11 13-12356-3
+letter \x7F12 1-1246-5
+letter \x7F13 1235-12456-4
+letter \x7F14 145-16-5
+letter \x7F15 14-1256-4
+letter \x7F16 135-2345-3
+letter \x7F17 134-1456-2
+letter \x7F18 45-2
+letter \x7F19 13-1456-5
+letter \x7F1A 12345-34-5
+letter \x7F1B 1245-34-5
+letter \x7F1C 1-136-4
+letter \x7F1D 12345-1356-5
+letter \x7F1E 245-1246-3
+letter \x7F1F 13-146-4
+letter \x7F20 12-1236-2
+letter \x7F21 14-16-2
+letter \x7F22 16-5
+letter \x7F23 13-2345-3
+letter \x7F24 135-1456-3
+letter \x7F25 1234-246-4
+letter \x7F26 134-1236-5
+letter \x7F27 14-356-2
+letter \x7F28 13456-3
+letter \x7F29 15-25-3
+letter \x7F2A 134-246-5
+letter \x7F2B 15-146-3
+letter \x7F2C 15-346-2
+letter \x7F2D 14-246-2
+letter \x7F2E 24-1236-5
+letter \x7F2F 125-1356-3
+letter \x7F30 13-46-3
+letter \x7F31 245-2345-4
+letter \x7F32 125-146-4
+letter \x7F33 1235-12456-2
+letter \x7F34 13-246-4
+letter \x7F35 125-12456-4
+letter \x7F36 12345-12356-4
+letter \x7F37 15-346-5
+letter \x7F38 13-1346-3
+letter \x7F39 12345-12356-4
+letter \x7F3A 245-236-3
+letter \x7F3B 12345-12356-4
+letter \x7F3C 245-236-3
+letter \x7F3D 135-126-3
+letter \x7F3E 1234-13456-2
+letter \x7F3F 15-46-5
+letter \x7F40 124-246-4
+letter \x7F41 13-1346-3
+letter \x7F42 13456-3
+letter \x7F43 13456-3
+letter \x7F44 245-13456-5
+letter \x7F45 15-23456-5
+letter \x7F46 13-12456-5
+letter \x7F47 125-123456-3
+letter \x7F48 124-1236-2
+letter \x7F49 245-1346-3
+letter \x7F4A 245-16-5
+letter \x7F4B 12346-5
+letter \x7F4C 13456-3
+letter \x7F4D 14-356-2
+letter \x7F4E 124-1236-2
+letter \x7F4F 14-34-2
+letter \x7F50 13-12456-5
+letter \x7F51 456-4
+letter \x7F52 456-4
+letter \x7F53 13-1346-3
+letter \x7F54 456-4
+letter \x7F55 1235-1236-4
+letter \x7F56 14-25-2
+letter \x7F57 14-25-2
+letter \x7F58 12345-34-2
+letter \x7F59 134-16-2
+letter \x7F5A 12345-345-2
+letter \x7F5B 13-34-3
+letter \x7F5C 1-34-4
+letter \x7F5D 13-1256-3
+letter \x7F5E 134-146-2
+letter \x7F5F 13-34-4
+letter \x7F60 134-1456-2
+letter \x7F61 13-1346-3
+letter \x7F62 135-345-5
+letter \x7F63 13-35-5
+letter \x7F64 124-16-2
+letter \x7F65 13-45-5
+letter \x7F66 12345-34-2
+letter \x7F67 24-136-5
+letter \x7F68 2345-4
+letter \x7F69 1-146-5
+letter \x7F6A 125-1246-5
+letter \x7F6B 13-35-5
+letter \x7F6C 1-25-2
+letter \x7F6D 1256-5
+letter \x7F6E 1-156-5
+letter \x7F6F 1236-4
+letter \x7F70 12345-345-2
+letter \x7F71 1345-1236-4
+letter \x7F72 24-34-4
+letter \x7F73 15-156-3
+letter \x7F74 1234-16-2
+letter \x7F75 134-345-5
+letter \x7F76 14-234-4
+letter \x7F77 135-345-5
+letter \x7F78 12345-345-2
+letter \x7F79 14-16-2
+letter \x7F7A 12-146-3
+letter \x7F7B 1246-5
+letter \x7F7C 135-16-5
+letter \x7F7D 13-16-5
+letter \x7F7E 125-1356-3
+letter \x7F7F 12-12346-3
+letter \x7F80 14-234-4
+letter \x7F81 13-16-3
+letter \x7F82 13-45-5
+letter \x7F83 134-16-5
+letter \x7F84 1-146-5
+letter \x7F85 14-25-2
+letter \x7F86 1234-16-2
+letter \x7F87 13-16-3
+letter \x7F88 13-16-3
+letter \x7F89 14-12456-2
+letter \x7F8A 46-2
+letter \x7F8B 134-346-3
+letter \x7F8C 245-46-3
+letter \x7F8D 124-345-5
+letter \x7F8E 134-356-4
+letter \x7F8F 46-2
+letter \x7F90 234-4
+letter \x7F91 234-4
+letter \x7F92 12345-136-2
+letter \x7F93 135-345-3
+letter \x7F94 13-146-3
+letter \x7F95 46-5
+letter \x7F96 13-34-4
+letter \x7F97 245-46-3
+letter \x7F98 125-1346-3
+letter \x7F99 134-356-4
+letter \x7F9A 14-13456-2
+letter \x7F9B 16-5
+letter \x7F9C 1-34-5
+letter \x7F9D 145-16-3
+letter \x7F9E 15-234-3
+letter \x7F9F 245-46-4
+letter \x7FA0 16-2
+letter \x7FA1 16-2
+letter \x7FA2 1245-12346-2
+letter \x7FA3 245-256-2
+letter \x7FA4 245-256-2
+letter \x7FA5 245-46-4
+letter \x7FA6 1235-12456-2
+letter \x7FA7 125-1246-3
+letter \x7FA8 15-2345-5
+letter \x7FA9 16-5
+letter \x7FAA 46-4
+letter \x7FAB 245-46-3
+letter \x7FAC 15-2345-2
+letter \x7FAD 1256-2
+letter \x7FAE 13-1356-3
+letter \x7FAF 13-346-2
+letter \x7FB0 124-1346-3
+letter \x7FB1 45-2
+letter \x7FB2 15-16-3
+letter \x7FB3 12345-1236-2
+letter \x7FB4 24-1236-3
+letter \x7FB5 12345-136-2
+letter \x7FB6 24-1236-3
+letter \x7FB7 14-2345-4
+letter \x7FB8 14-356-2
+letter \x7FB9 13-1356-3
+letter \x7FBA 1345-12356-2
+letter \x7FBB 245-46-5
+letter \x7FBC 12-1236-5
+letter \x7FBD 1256-4
+letter \x7FBE 13-12346-5
+letter \x7FBF 16-5
+letter \x7FC0 12-12346-3
+letter \x7FC1 12346-3
+letter \x7FC2 12345-136-3
+letter \x7FC3 1235-12346-2
+letter \x7FC4 12-156-5
+letter \x7FC5 12-156-5
+letter \x7FC6 245-1246-5
+letter \x7FC7 12345-34-2
+letter \x7FC8 15-23456-2
+letter \x7FC9 1234-136-4
+letter \x7FCA 16-5
+letter \x7FCB 14-345-3
+letter \x7FCC 16-5
+letter \x7FCD 1234-16-3
+letter \x7FCE 14-13456-2
+letter \x7FCF 14-246-2
+letter \x7FD0 1-156-5
+letter \x7FD1 245-1256-2
+letter \x7FD2 15-16-2
+letter \x7FD3 15-346-2
+letter \x7FD4 15-46-2
+letter \x7FD5 15-16-5
+letter \x7FD6 15-16-5
+letter \x7FD7 245-16-2
+letter \x7FD8 245-246-5
+letter \x7FD9 1235-1246-5
+letter \x7FDA 1235-1246-3
+letter \x7FDB 15-246-3
+letter \x7FDC 15-2346-5
+letter \x7FDD 1235-12346-2
+letter \x7FDE 13-46-3
+letter \x7FDF 1-2456-2
+letter \x7FE0 245-1246-5
+letter \x7FE1 12345-356-4
+letter \x7FE2 124-146-3
+letter \x7FE3 24-345-5
+letter \x7FE4 12-156-5
+letter \x7FE5 1-34-5
+letter \x7FE6 13-2345-4
+letter \x7FE7 15-45-3
+letter \x7FE8 24-156-5
+letter \x7FE9 1234-2345-3
+letter \x7FEA 125-12346-3
+letter \x7FEB 12456-5
+letter \x7FEC 1235-1246-3
+letter \x7FED 1235-12356-2
+letter \x7FEE 1235-2346-2
+letter \x7FEF 1235-2346-5
+letter \x7FF0 1235-1236-5
+letter \x7FF1 146-2
+letter \x7FF2 1234-246-3
+letter \x7FF3 16-5
+letter \x7FF4 14-2345-2
+letter \x7FF5 245-1256-2
+letter \x7FF6 146-2
+letter \x7FF7 14-1456-2
+letter \x7FF8 1234-136-4
+letter \x7FF9 245-246-5
+letter \x7FFA 146-2
+letter \x7FFB 12345-1236-3
+letter \x7FFC 16-5
+letter \x7FFD 1235-1246-5
+letter \x7FFE 15-45-3
+letter \x7FFF 145-146-5
+letter \x8000 246-5
+letter \x8001 14-146-4
+letter \x8002 14-146-4
+letter \x8003 123-146-4
+letter \x8004 134-146-5
+letter \x8005 1-2346-4
+letter \x8006 245-16-2
+letter \x8007 13-12356-4
+letter \x8008 13-12356-4
+letter \x8009 13-12356-4
+letter \x800A 145-346-2
+letter \x800B 145-346-2
+letter \x800C 156-2
+letter \x800D 24-35-4
+letter \x800E 1245-12456-4
+letter \x800F 156-2
+letter \x8010 1345-2456-5
+letter \x8011 1-12456-3
+letter \x8012 14-356-4
+letter \x8013 124-13456-3
+letter \x8014 125-156-4
+letter \x8015 13-1356-3
+letter \x8016 12-146-5
+letter \x8017 1235-146-5
+letter \x8018 256-2
+letter \x8019 1234-345-2
+letter \x801A 1234-16-3
+letter \x801B 16-2
+letter \x801C 15-156-5
+letter \x801D 245-1256-5
+letter \x801E 13-23456-3
+letter \x801F 13-1256-5
+letter \x8020 1235-25-3
+letter \x8021 12-34-2
+letter \x8022 14-146-5
+letter \x8023 14-123456-4
+letter \x8024 13-16-2
+letter \x8025 124-1346-4
+letter \x8026 12356-4
+letter \x8027 14-12356-2
+letter \x8028 1345-12356-5
+letter \x8029 13-46-4
+letter \x802A 1234-1346-4
+letter \x802B 125-2346-2
+letter \x802C 14-12356-2
+letter \x802D 13-16-3
+letter \x802E 14-146-5
+letter \x802F 1235-25-5
+letter \x8030 234-3
+letter \x8031 134-126-5
+letter \x8032 1235-2356-2
+letter \x8033 156-4
+letter \x8034 1-2346-2
+letter \x8035 145-13456-4
+letter \x8036 346-3
+letter \x8037 145-345-3
+letter \x8038 15-12346-4
+letter \x8039 245-1456-2
+letter \x803A 256-2
+letter \x803B 12-156-4
+letter \x803C 145-1236-3
+letter \x803D 145-1236-3
+letter \x803E 1235-12346-2
+letter \x803F 13-1356-4
+letter \x8040 1-156-2
+letter \x8041 1234-1236-5
+letter \x8042 1345-346-5
+letter \x8043 145-1236-3
+letter \x8044 1-136-4
+letter \x8045 12-2346-5
+letter \x8046 14-13456-2
+letter \x8047 1-1356-3
+letter \x8048 234-4
+letter \x8049 35-3
+letter \x804A 14-246-2
+letter \x804B 14-12346-2
+letter \x804C 1-156-2
+letter \x804D 1345-13456-2
+letter \x804E 124-246-3
+letter \x804F 156-2
+letter \x8050 23456-5
+letter \x8051 145-346-2
+letter \x8052 13-35-3
+letter \x8053 15-1256-5
+letter \x8054 14-2345-2
+letter \x8055 1235-146-5
+letter \x8056 24-1356-5
+letter \x8057 14-346-5
+letter \x8058 1234-1456-5
+letter \x8059 13-13456-3
+letter \x805A 13-1256-5
+letter \x805B 135-16-5
+letter \x805C 145-16-4
+letter \x805D 13-25-2
+letter \x805E 123456-2
+letter \x805F 15-1256-5
+letter \x8060 1234-13456-2
+letter \x8061 245-12346-3
+letter \x8062 145-13456-5
+letter \x8063 1345-16-2
+letter \x8064 124-13456-2
+letter \x8065 1256-4
+letter \x8066 245-12346-3
+letter \x8067 123-1246-2
+letter \x8068 14-2345-2
+letter \x8069 123-1246-5
+letter \x806A 245-12346-3
+letter \x806B 14-2345-2
+letter \x806C 12346-4
+letter \x806D 123-1246-5
+letter \x806E 14-2345-2
+letter \x806F 14-2345-2
+letter \x8070 245-12346-3
+letter \x8071 146-2
+letter \x8072 24-1356-3
+letter \x8073 15-12346-4
+letter \x8074 124-13456-3
+letter \x8075 123-1246-5
+letter \x8076 1345-346-5
+letter \x8077 1-156-2
+letter \x8078 145-1236-3
+letter \x8079 1345-13456-2
+letter \x807A 245-346-3
+letter \x807B 13-16-3
+letter \x807C 124-13456-3
+letter \x807D 124-13456-3
+letter \x807E 14-12346-2
+letter \x807F 1256-5
+letter \x8080 1345-346-5
+letter \x8081 1-146-5
+letter \x8082 15-156-5
+letter \x8083 15-34-5
+letter \x8084 16-5
+letter \x8085 15-34-5
+letter \x8086 15-156-5
+letter \x8087 1-146-5
+letter \x8088 1-146-5
+letter \x8089 1245-12356-5
+letter \x808A 16-5
+letter \x808B 14-2346-5
+letter \x808C 13-16-3
+letter \x808D 245-234-2
+letter \x808E 123-136-4
+letter \x808F 245-146-5
+letter \x8090 13-2346-3
+letter \x8091 145-16-5
+letter \x8092 1235-12456-5
+letter \x8093 1235-456-3
+letter \x8094 16-4
+letter \x8095 1245-136-5
+letter \x8096 15-246-5
+letter \x8097 1245-34-4
+letter \x8098 1-12356-4
+letter \x8099 45-3
+letter \x809A 145-34-5
+letter \x809B 13-1346-3
+letter \x809C 1245-12346-2
+letter \x809D 13-1236-3
+letter \x809E 12-345-3
+letter \x809F 25-5
+letter \x80A0 12-1346-2
+letter \x80A1 13-34-4
+letter \x80A2 1-156-3
+letter \x80A3 1235-1236-2
+letter \x80A4 12345-34-3
+letter \x80A5 12345-356-2
+letter \x80A6 12345-136-2
+letter \x80A7 1234-356-3
+letter \x80A8 1234-1346-5
+letter \x80A9 13-2345-3
+letter \x80AA 12345-1346-2
+letter \x80AB 1-123456-3
+letter \x80AC 234-2
+letter \x80AD 1345-345-5
+letter \x80AE 1235-1346-2
+letter \x80AF 123-136-4
+letter \x80B0 1245-1236-2
+letter \x80B1 13-12346-3
+letter \x80B2 1256-5
+letter \x80B3 123456-4
+letter \x80B4 246-2
+letter \x80B5 245-16-2
+letter \x80B6 1234-16-2
+letter \x80B7 245-2345-5
+letter \x80B8 15-16-5
+letter \x80B9 15-16-3
+letter \x80BA 12345-356-5
+letter \x80BB 123-136-4
+letter \x80BC 13-13456-4
+letter \x80BD 124-2456-5
+letter \x80BE 24-136-5
+letter \x80BF 1-12346-4
+letter \x80C0 1-1346-5
+letter \x80C1 15-346-2
+letter \x80C2 24-136-5
+letter \x80C3 1246-5
+letter \x80C4 1-12356-5
+letter \x80C5 145-346-2
+letter \x80C6 124-1236-2
+letter \x80C7 12345-356-5
+letter \x80C8 135-345-2
+letter \x80C9 135-126-2
+letter \x80CA 245-1256-2
+letter \x80CB 124-2345-2
+letter \x80CC 135-356-5
+letter \x80CD 13-35-3
+letter \x80CE 124-2456-3
+letter \x80CF 125-156-4
+letter \x80D0 123-34-3
+letter \x80D1 1-156-3
+letter \x80D2 1345-16-5
+letter \x80D3 1234-13456-2
+letter \x80D4 125-156-5
+letter \x80D5 12345-34-3
+letter \x80D6 1234-1346-5
+letter \x80D7 1-136-3
+letter \x80D8 15-2345-2
+letter \x80D9 125-25-5
+letter \x80DA 1234-356-3
+letter \x80DB 13-23456-4
+letter \x80DC 24-1356-3
+letter \x80DD 1-156-3
+letter \x80DE 135-146-3
+letter \x80DF 134-34-4
+letter \x80E0 245-1256-3
+letter \x80E1 1235-34-2
+letter \x80E2 123-2346-3
+letter \x80E3 16-4
+letter \x80E4 1456-5
+letter \x80E5 15-1256-3
+letter \x80E6 46-3
+letter \x80E7 14-12346-2
+letter \x80E8 145-12346-5
+letter \x80E9 123-345-4
+letter \x80EA 14-34-2
+letter \x80EB 13-13456-5
+letter \x80EC 1345-34-4
+letter \x80ED 2345-3
+letter \x80EE 135-1346-3
+letter \x80EF 123-35-5
+letter \x80F0 16-2
+letter \x80F1 13-456-3
+letter \x80F2 13-2456-3
+letter \x80F3 13-2346-3
+letter \x80F4 145-12346-5
+letter \x80F5 12-156-5
+letter \x80F6 15-246-2
+letter \x80F7 15-235-3
+letter \x80F8 15-235-3
+letter \x80F9 156-2
+letter \x80FA 1236-3
+letter \x80FB 1235-1356-2
+letter \x80FC 1234-2345-2
+letter \x80FD 1345-1356-2
+letter \x80FE 125-156-5
+letter \x80FF 123-1246-5
+letter \x8100 1-1356-3
+letter \x8101 124-246-5
+letter \x8102 1-156-3
+letter \x8103 245-1246-5
+letter \x8104 134-356-2
+letter \x8105 15-346-2
+letter \x8106 245-1246-5
+letter \x8107 15-346-2
+letter \x8108 134-2456-5
+letter \x8109 134-2456-5
+letter \x810A 13-16-4
+letter \x810B 15-346-2
+letter \x810C 1345-1456-3
+letter \x810D 123-2356-5
+letter \x810E 15-345-5
+letter \x810F 125-1346-3
+letter \x8110 245-16-2
+letter \x8111 1345-146-4
+letter \x8112 134-16-4
+letter \x8113 1345-12346-2
+letter \x8114 14-12456-2
+letter \x8115 12456-5
+letter \x8116 135-126-2
+letter \x8117 123456-4
+letter \x8118 12456-4
+letter \x8119 15-234-3
+letter \x811A 13-246-4
+letter \x811B 13-13456-5
+letter \x811C 1245-12356-2
+letter \x811D 1235-1356-3
+letter \x811E 245-25-4
+letter \x811F 14-346-5
+letter \x8120 24-1236-3
+letter \x8121 124-13456-4
+letter \x8122 134-356-2
+letter \x8123 12-123456-2
+letter \x8124 24-136-5
+letter \x8125 245-2345-4
+letter \x8126 124-2346-5
+letter \x8127 125-1246-3
+letter \x8128 245-34-5
+letter \x8129 15-234-3
+letter \x812A 15-1456-5
+letter \x812B 124-25-3
+letter \x812C 1234-146-3
+letter \x812D 12-1356-2
+letter \x812E 1345-356-4
+letter \x812F 12345-34-4
+letter \x8130 145-12356-5
+letter \x8131 124-25-3
+letter \x8132 1345-246-5
+letter \x8133 1345-146-4
+letter \x8134 1234-16-4
+letter \x8135 13-34-4
+letter \x8136 14-25-2
+letter \x8137 14-16-5
+letter \x8138 14-2345-4
+letter \x8139 1-1346-5
+letter \x813A 245-1246-5
+letter \x813B 13-346-2
+letter \x813C 14-46-4
+letter \x813D 24-1246-2
+letter \x813E 1234-16-2
+letter \x813F 135-246-3
+letter \x8140 14-123456-2
+letter \x8141 1234-2345-2
+letter \x8142 14-356-4
+letter \x8143 123-1246-5
+letter \x8144 12-1246-2
+letter \x8145 145-1236-5
+letter \x8146 124-2345-4
+letter \x8147 1345-356-4
+letter \x8148 13-13456-3
+letter \x8149 1345-2456-2
+letter \x814A 15-16-2
+letter \x814B 346-5
+letter \x814C 2345-3
+letter \x814D 1245-136-4
+letter \x814E 24-136-5
+letter \x814F 12-25-5
+letter \x8150 12345-34-4
+letter \x8151 12345-34-4
+letter \x8152 13-1256-3
+letter \x8153 12345-356-2
+letter \x8154 245-46-3
+letter \x8155 12456-5
+letter \x8156 145-12346-5
+letter \x8157 1234-16-2
+letter \x8158 13-25-2
+letter \x8159 125-12346-3
+letter \x815A 145-13456-5
+letter \x815B 25-5
+letter \x815C 134-356-2
+letter \x815D 1245-12456-4
+letter \x815E 1-12456-5
+letter \x815F 12-156-5
+letter \x8160 245-12356-5
+letter \x8161 14-25-2
+letter \x8162 12356-4
+letter \x8163 145-16-5
+letter \x8164 1236-3
+letter \x8165 15-13456-3
+letter \x8166 1345-146-4
+letter \x8167 24-34-5
+letter \x8168 24-12456-5
+letter \x8169 1345-1236-4
+letter \x816A 256-5
+letter \x816B 1-12346-4
+letter \x816C 1245-12356-2
+letter \x816D 2346-5
+letter \x816E 15-2456-3
+letter \x816F 124-34-2
+letter \x8170 246-3
+letter \x8171 13-2345-5
+letter \x8172 1246-4
+letter \x8173 13-246-4
+letter \x8174 1256-2
+letter \x8175 13-23456-3
+letter \x8176 145-12456-5
+letter \x8177 135-16-5
+letter \x8178 12-1346-2
+letter \x8179 12345-34-5
+letter \x817A 15-2345-5
+letter \x817B 1345-16-5
+letter \x817C 134-2345-4
+letter \x817D 35-5
+letter \x817E 124-1356-2
+letter \x817F 124-1246-4
+letter \x8180 135-1346-4
+letter \x8181 15-2345-5
+letter \x8182 14-1256-4
+letter \x8183 35-5
+letter \x8184 24-12356-5
+letter \x8185 124-1346-2
+letter \x8186 15-34-5
+letter \x8187 1-1246-5
+letter \x8188 13-2346-2
+letter \x8189 16-5
+letter \x818A 135-126-2
+letter \x818B 14-246-2
+letter \x818C 13-16-2
+letter \x818D 1234-16-2
+letter \x818E 15-346-2
+letter \x818F 13-146-3
+letter \x8190 14-1256-4
+letter \x8191 135-1456-5
+letter \x8192 12356-3
+letter \x8193 12-1346-2
+letter \x8194 14-34-5
+letter \x8195 13-25-2
+letter \x8196 1234-1346-3
+letter \x8197 12-2356-2
+letter \x8198 135-246-3
+letter \x8199 13-46-4
+letter \x819A 12345-34-3
+letter \x819B 124-1346-2
+letter \x819C 134-126-2
+letter \x819D 15-16-3
+letter \x819E 1-12456-3
+letter \x819F 14-1256-5
+letter \x81A0 13-246-3
+letter \x81A1 13456-5
+letter \x81A2 14-1256-2
+letter \x81A3 1-156-5
+letter \x81A4 15-236-4
+letter \x81A5 245-123456-3
+letter \x81A6 14-1456-2
+letter \x81A7 124-12346-2
+letter \x81A8 1234-1356-2
+letter \x81A9 1345-16-5
+letter \x81AA 12-2356-5
+letter \x81AB 14-246-2
+letter \x81AC 245-1246-5
+letter \x81AD 13-1246-3
+letter \x81AE 15-246-3
+letter \x81AF 124-1356-3
+letter \x81B0 12345-1236-2
+letter \x81B1 1-156-2
+letter \x81B2 13-246-3
+letter \x81B3 24-1236-5
+letter \x81B4 1235-34-3
+letter \x81B5 245-1246-5
+letter \x81B6 1245-123456-5
+letter \x81B7 15-46-3
+letter \x81B8 15-1246-4
+letter \x81B9 12345-136-5
+letter \x81BA 13456-3
+letter \x81BB 24-1236-3
+letter \x81BC 1-35-3
+letter \x81BD 145-1236-4
+letter \x81BE 123-2356-5
+letter \x81BF 1345-12346-2
+letter \x81C0 124-123456-2
+letter \x81C1 14-2345-2
+letter \x81C2 135-16-5
+letter \x81C3 235-3
+letter \x81C4 13-236-2
+letter \x81C5 12-34-5
+letter \x81C6 16-5
+letter \x81C7 13-45-4
+letter \x81C8 14-345-5
+letter \x81C9 14-2345-4
+letter \x81CA 15-146-3
+letter \x81CB 124-123456-2
+letter \x81CC 13-34-4
+letter \x81CD 245-16-2
+letter \x81CE 245-1246-5
+letter \x81CF 135-1456-5
+letter \x81D0 15-256-3
+letter \x81D1 1245-34-2
+letter \x81D2 1235-25-5
+letter \x81D3 125-1346-5
+letter \x81D4 15-2345-5
+letter \x81D5 135-246-3
+letter \x81D6 15-13456-5
+letter \x81D7 123-12456-3
+letter \x81D8 14-345-5
+letter \x81D9 2345-3
+letter \x81DA 14-34-2
+letter \x81DB 1235-25-5
+letter \x81DC 125-1346-3
+letter \x81DD 14-25-4
+letter \x81DE 245-1256-2
+letter \x81DF 125-1346-5
+letter \x81E0 14-12456-2
+letter \x81E1 1345-16-2
+letter \x81E2 125-1346-3
+letter \x81E3 12-136-2
+letter \x81E4 245-2345-3
+letter \x81E5 25-5
+letter \x81E6 13-456-5
+letter \x81E7 125-1346-3
+letter \x81E8 14-1456-2
+letter \x81E9 13-456-4
+letter \x81EA 125-156-5
+letter \x81EB 13-246-4
+letter \x81EC 1345-346-5
+letter \x81ED 12-12356-5
+letter \x81EE 13-16-5
+letter \x81EF 13-146-3
+letter \x81F0 12-12356-5
+letter \x81F1 134-2345-2
+letter \x81F2 1345-346-5
+letter \x81F3 1-156-5
+letter \x81F4 1-156-5
+letter \x81F5 13-2346-2
+letter \x81F6 13-2345-5
+letter \x81F7 145-346-2
+letter \x81F8 1-156-5
+letter \x81F9 15-234-3
+letter \x81FA 124-2456-2
+letter \x81FB 1-136-3
+letter \x81FC 13-234-5
+letter \x81FD 15-2345-5
+letter \x81FE 1256-2
+letter \x81FF 12-345-3
+letter \x8200 246-4
+letter \x8201 1256-2
+letter \x8202 12-12346-3
+letter \x8203 15-16-5
+letter \x8204 15-16-5
+letter \x8205 13-234-5
+letter \x8206 1256-2
+letter \x8207 1256-4
+letter \x8208 15-13456-3
+letter \x8209 13-1256-4
+letter \x820A 13-234-5
+letter \x820B 15-1456-5
+letter \x820C 24-2346-2
+letter \x820D 24-2346-5
+letter \x820E 24-2346-5
+letter \x820F 13-234-4
+letter \x8210 24-156-5
+letter \x8211 1245-1236-2
+letter \x8212 24-34-3
+letter \x8213 24-156-5
+letter \x8214 124-2345-4
+letter \x8215 124-1236-5
+letter \x8216 1234-34-3
+letter \x8217 1234-34-5
+letter \x8218 13-12456-4
+letter \x8219 1235-35-5
+letter \x821A 1245-1236-2
+letter \x821B 12-12456-4
+letter \x821C 24-123456-5
+letter \x821D 15-23456-2
+letter \x821E 34-4
+letter \x821F 1-12356-3
+letter \x8220 145-146-3
+letter \x8221 15-46-3
+letter \x8222 24-1236-3
+letter \x8223 16-4
+letter \x8224 12345-1236-2
+letter \x8225 1234-345-3
+letter \x8226 124-2456-5
+letter \x8227 12345-1236-2
+letter \x8228 135-1236-4
+letter \x8229 12-12456-2
+letter \x822A 1235-1346-2
+letter \x822B 12345-1346-4
+letter \x822C 135-1236-3
+letter \x822D 145-16-4
+letter \x822E 14-34-2
+letter \x822F 1-12346-3
+letter \x8230 13-2345-5
+letter \x8231 245-1346-3
+letter \x8232 14-13456-2
+letter \x8233 1-34-2
+letter \x8234 125-2346-2
+letter \x8235 145-25-5
+letter \x8236 135-126-2
+letter \x8237 15-2345-2
+letter \x8238 13-2346-4
+letter \x8239 12-12456-2
+letter \x823A 13-23456-4
+letter \x823B 14-34-2
+letter \x823C 245-235-2
+letter \x823D 1234-1346-2
+letter \x823E 15-16-3
+letter \x823F 1235-35-2
+letter \x8240 12345-34-2
+letter \x8241 125-146-5
+letter \x8242 12345-1356-2
+letter \x8243 14-16-2
+letter \x8244 24-146-3
+letter \x8245 1256-2
+letter \x8246 14-1346-2
+letter \x8247 124-13456-4
+letter \x8248 1256-5
+letter \x8249 1246-4
+letter \x824A 135-126-2
+letter \x824B 134-1356-4
+letter \x824C 1345-2345-5
+letter \x824D 13-1256-3
+letter \x824E 1235-456-2
+letter \x824F 24-12356-4
+letter \x8250 125-12346-3
+letter \x8251 135-2345-5
+letter \x8252 134-146-5
+letter \x8253 145-346-2
+letter \x8254 145-12356-4
+letter \x8255 135-1346-5
+letter \x8256 12-345-3
+letter \x8257 16-5
+letter \x8258 15-146-3
+letter \x8259 245-1346-3
+letter \x825A 245-146-2
+letter \x825B 14-12356-2
+letter \x825C 145-2456-5
+letter \x825D 15-236-4
+letter \x825E 246-5
+letter \x825F 12-12346-3
+letter \x8260 145-1356-3
+letter \x8261 145-1346-3
+letter \x8262 245-46-2
+letter \x8263 14-34-4
+letter \x8264 16-4
+letter \x8265 13-16-2
+letter \x8266 13-2345-5
+letter \x8267 1235-25-5
+letter \x8268 134-1356-2
+letter \x8269 245-16-2
+letter \x826A 14-34-4
+letter \x826B 14-34-2
+letter \x826C 12-1236-2
+letter \x826D 24-456-3
+letter \x826E 13-136-5
+letter \x826F 14-46-2
+letter \x8270 13-2345-3
+letter \x8271 13-2345-3
+letter \x8272 15-2346-5
+letter \x8273 2345-5
+letter \x8274 12345-34-2
+letter \x8275 1234-13456-3
+letter \x8276 2345-5
+letter \x8277 2345-5
+letter \x8278 245-146-4
+letter \x8279 245-146-4
+letter \x827A 16-5
+letter \x827B 14-2346-5
+letter \x827C 124-13456-3
+letter \x827D 13-246-3
+letter \x827E 2456-5
+letter \x827F 1345-2456-4
+letter \x8280 124-246-2
+letter \x8281 13-246-3
+letter \x8282 13-346-2
+letter \x8283 1234-1356-2
+letter \x8284 12456-2
+letter \x8285 16-5
+letter \x8286 12-2456-3
+letter \x8287 134-2345-2
+letter \x8288 134-346-3
+letter \x8289 13-1236-3
+letter \x828A 245-2345-3
+letter \x828B 1256-5
+letter \x828C 1256-5
+letter \x828D 24-146-2
+letter \x828E 245-235-3
+letter \x828F 124-34-4
+letter \x8290 1235-34-5
+letter \x8291 245-16-4
+letter \x8292 134-1346-2
+letter \x8293 125-156-5
+letter \x8294 1235-1246-5
+letter \x8295 15-1246-3
+letter \x8296 1-156-5
+letter \x8297 15-46-3
+letter \x8298 1234-16-2
+letter \x8299 12345-34-2
+letter \x829A 124-123456-2
+letter \x829B 1246-4
+letter \x829C 34-2
+letter \x829D 1-156-3
+letter \x829E 245-16-4
+letter \x829F 24-1236-3
+letter \x82A0 123456-2
+letter \x82A1 245-2345-5
+letter \x82A2 1245-136-2
+letter \x82A3 12345-12356-2
+letter \x82A4 123-12356-3
+letter \x82A5 13-346-5
+letter \x82A6 14-34-2
+letter \x82A7 15-1256-5
+letter \x82A8 13-16-3
+letter \x82A9 245-1456-2
+letter \x82AA 245-16-2
+letter \x82AB 45-2
+letter \x82AC 12345-136-3
+letter \x82AD 135-345-3
+letter \x82AE 1245-1246-5
+letter \x82AF 15-1456-3
+letter \x82B0 13-16-5
+letter \x82B1 1235-35-3
+letter \x82B2 1235-35-3
+letter \x82B3 12345-1346-3
+letter \x82B4 34-5
+letter \x82B5 13-236-2
+letter \x82B6 13-12356-3
+letter \x82B7 1-156-4
+letter \x82B8 256-2
+letter \x82B9 245-1456-2
+letter \x82BA 146-4
+letter \x82BB 12-34-2
+letter \x82BC 134-146-5
+letter \x82BD 23456-2
+letter \x82BE 12345-356-5
+letter \x82BF 1245-1356-5
+letter \x82C0 1235-1346-2
+letter \x82C1 245-12346-3
+letter \x82C2 1456-2
+letter \x82C3 234-4
+letter \x82C4 135-2345-5
+letter \x82C5 16-5
+letter \x82C6 245-346-3
+letter \x82C7 1246-4
+letter \x82C8 14-16-5
+letter \x82C9 1234-16-4
+letter \x82CA 2346-5
+letter \x82CB 15-2345-5
+letter \x82CC 12-1346-2
+letter \x82CD 245-1346-3
+letter \x82CE 1-34-5
+letter \x82CF 15-34-3
+letter \x82D0 16-2
+letter \x82D1 45-5
+letter \x82D2 1245-1236-4
+letter \x82D3 14-13456-2
+letter \x82D4 124-2456-2
+letter \x82D5 124-246-2
+letter \x82D6 145-16-2
+letter \x82D7 134-246-2
+letter \x82D8 245-13456-4
+letter \x82D9 14-16-5
+letter \x82DA 235-5
+letter \x82DB 123-2346-3
+letter \x82DC 134-34-5
+letter \x82DD 1234-356-5
+letter \x82DE 135-146-3
+letter \x82DF 13-12356-4
+letter \x82E0 134-1456-2
+letter \x82E1 16-4
+letter \x82E2 16-4
+letter \x82E3 13-1256-5
+letter \x82E4 1234-16-3
+letter \x82E5 1245-25-5
+letter \x82E6 123-34-4
+letter \x82E7 1-34-5
+letter \x82E8 1345-16-4
+letter \x82E9 135-126-2
+letter \x82EA 135-13456-4
+letter \x82EB 24-1236-3
+letter \x82EC 245-234-2
+letter \x82ED 246-4
+letter \x82EE 15-2345-3
+letter \x82EF 135-136-4
+letter \x82F0 1235-12346-2
+letter \x82F1 13456-3
+letter \x82F2 1-345-4
+letter \x82F3 145-12346-3
+letter \x82F4 13-1256-3
+letter \x82F5 145-346-2
+letter \x82F6 1345-346-2
+letter \x82F7 13-1236-3
+letter \x82F8 1235-34-3
+letter \x82F9 1234-13456-2
+letter \x82FA 134-356-2
+letter \x82FB 12345-34-2
+letter \x82FC 24-1356-3
+letter \x82FD 13-34-3
+letter \x82FE 135-16-5
+letter \x82FF 1246-5
+letter \x8300 12345-34-2
+letter \x8301 1-25-2
+letter \x8302 134-146-5
+letter \x8303 12345-1236-5
+letter \x8304 245-346-2
+letter \x8305 134-146-2
+letter \x8306 134-146-2
+letter \x8307 135-345-2
+letter \x8308 125-156-4
+letter \x8309 134-126-5
+letter \x830A 125-156-3
+letter \x830B 145-16-4
+letter \x830C 12-156-2
+letter \x830D 13-16-2
+letter \x830E 13-13456-3
+letter \x830F 14-12346-2
+letter \x8310 245-12346-3
+letter \x8311 1345-246-4
+letter \x8312 45-2
+letter \x8313 15-236-2
+letter \x8314 13456-2
+letter \x8315 245-235-2
+letter \x8316 13-2346-2
+letter \x8317 134-13456-2
+letter \x8318 14-16-5
+letter \x8319 1245-12346-2
+letter \x831A 1456-5
+letter \x831B 13-136-5
+letter \x831C 245-2345-5
+letter \x831D 12-2456-4
+letter \x831E 12-136-2
+letter \x831F 1256-5
+letter \x8320 15-234-3
+letter \x8321 125-156-5
+letter \x8322 14-346-5
+letter \x8323 34-2
+letter \x8324 13-16-5
+letter \x8325 13-1246-3
+letter \x8326 245-2346-5
+letter \x8327 12-12346-2
+letter \x8328 245-156-2
+letter \x8329 13-12356-4
+letter \x832A 13-456-3
+letter \x832B 134-1346-2
+letter \x832C 12-345-2
+letter \x832D 13-246-3
+letter \x832E 13-246-3
+letter \x832F 12345-34-2
+letter \x8330 1256-2
+letter \x8331 1-34-3
+letter \x8332 125-156-3
+letter \x8333 13-46-3
+letter \x8334 1235-1246-2
+letter \x8335 1456-3
+letter \x8336 12-345-2
+letter \x8337 12345-345-2
+letter \x8338 1245-12346-2
+letter \x8339 1245-34-2
+letter \x833A 12-12346-3
+letter \x833B 134-1346-4
+letter \x833C 124-12346-2
+letter \x833D 1-12346-5
+letter \x833E 245-2345-3
+letter \x833F 1-34-2
+letter \x8340 15-256-2
+letter \x8341 1235-12456-2
+letter \x8342 123-35-3
+letter \x8343 245-45-2
+letter \x8344 13-2456-3
+letter \x8345 145-345-3
+letter \x8346 13-13456-3
+letter \x8347 15-13456-5
+letter \x8348 12-12456-4
+letter \x8349 245-146-4
+letter \x834A 13-13456-3
+letter \x834B 156-2
+letter \x834C 1236-5
+letter \x834D 245-246-2
+letter \x834E 12-156-2
+letter \x834F 1245-136-4
+letter \x8350 13-2345-5
+letter \x8351 16-2
+letter \x8352 1235-456-3
+letter \x8353 1234-13456-2
+letter \x8354 14-16-5
+letter \x8355 13-1456-3
+letter \x8356 14-146-4
+letter \x8357 24-34-5
+letter \x8358 1-456-3
+letter \x8359 145-345-2
+letter \x835A 13-23456-2
+letter \x835B 1245-146-2
+letter \x835C 135-16-5
+letter \x835D 125-2346-2
+letter \x835E 245-246-2
+letter \x835F 1235-1246-5
+letter \x8360 13-16-5
+letter \x8361 145-1346-5
+letter \x8362 125-156-5
+letter \x8363 1245-12346-2
+letter \x8364 1235-123456-3
+letter \x8365 13456-2
+letter \x8366 14-25-5
+letter \x8367 13456-2
+letter \x8368 15-256-2
+letter \x8369 13-1456-5
+letter \x836A 15-123456-3
+letter \x836B 1456-5
+letter \x836C 134-2456-4
+letter \x836D 1235-12346-2
+letter \x836E 1-12356-5
+letter \x836F 246-5
+letter \x8370 145-34-5
+letter \x8371 1246-4
+letter \x8372 12-34-5
+letter \x8373 145-12356-5
+letter \x8374 12345-34-3
+letter \x8375 1245-136-4
+letter \x8376 1456-2
+letter \x8377 1235-2346-2
+letter \x8378 135-16-2
+letter \x8379 135-34-5
+letter \x837A 256-4
+letter \x837B 145-16-2
+letter \x837C 124-34-2
+letter \x837D 15-1246-3
+letter \x837E 15-1246-3
+letter \x837F 12-1356-2
+letter \x8380 12-136-2
+letter \x8381 34-2
+letter \x8382 135-346-2
+letter \x8383 15-16-3
+letter \x8384 13-1356-4
+letter \x8385 14-16-5
+letter \x8386 1234-34-2
+letter \x8387 1-34-5
+letter \x8388 134-126-5
+letter \x8389 14-16-5
+letter \x838A 1-456-3
+letter \x838B 125-25-2
+letter \x838C 145-25-2
+letter \x838D 245-234-2
+letter \x838E 24-345-3
+letter \x838F 15-25-3
+letter \x8390 12-136-2
+letter \x8391 12345-1356-3
+letter \x8392 13-1256-4
+letter \x8393 134-356-2
+letter \x8394 134-1356-2
+letter \x8395 15-13456-5
+letter \x8396 13-13456-3
+letter \x8397 12-2346-3
+letter \x8398 24-136-3
+letter \x8399 13-256-3
+letter \x839A 2345-2
+letter \x839B 124-13456-2
+letter \x839C 145-246-5
+letter \x839D 245-25-5
+letter \x839E 12456-4
+letter \x839F 1235-1236-5
+letter \x83A0 234-4
+letter \x83A1 245-25-5
+letter \x83A2 13-23456-2
+letter \x83A3 456-2
+letter \x83A4 234-2
+letter \x83A5 1345-234-4
+letter \x83A6 24-146-3
+letter \x83A7 15-2345-5
+letter \x83A8 14-1346-2
+letter \x83A9 12345-34-2
+letter \x83AA 2346-2
+letter \x83AB 134-126-5
+letter \x83AC 123456-5
+letter \x83AD 13-346-2
+letter \x83AE 1345-1236-2
+letter \x83AF 134-34-5
+letter \x83B0 123-1236-4
+letter \x83B1 14-2456-2
+letter \x83B2 14-2345-2
+letter \x83B3 24-156-2
+letter \x83B4 25-3
+letter \x83B5 124-34-5
+letter \x83B6 15-2345-3
+letter \x83B7 1235-25-5
+letter \x83B8 234-2
+letter \x83B9 13456-2
+letter \x83BA 13456-3
+letter \x83BB 13-12346-5
+letter \x83BC 12-123456-2
+letter \x83BD 134-1346-4
+letter \x83BE 134-1346-4
+letter \x83BF 245-156-5
+letter \x83C0 12456-4
+letter \x83C1 13-13456-3
+letter \x83C2 145-16-3
+letter \x83C3 245-1256-2
+letter \x83C4 145-12346-3
+letter \x83C5 13-2345-3
+letter \x83C6 125-12356-3
+letter \x83C7 13-34-3
+letter \x83C8 14-345-3
+letter \x83C9 14-34-5
+letter \x83CA 13-1256-2
+letter \x83CB 1246-5
+letter \x83CC 13-256-5
+letter \x83CD 1345-346-5
+letter \x83CE 123-123456-3
+letter \x83CF 1235-2346-2
+letter \x83D0 1234-34-2
+letter \x83D1 125-156-3
+letter \x83D2 13-146-4
+letter \x83D3 13-25-4
+letter \x83D4 12345-34-2
+letter \x83D5 14-123456-2
+letter \x83D6 12-1346-3
+letter \x83D7 12-12356-2
+letter \x83D8 15-12346-3
+letter \x83D9 12-1246-2
+letter \x83DA 1-1236-5
+letter \x83DB 134-136-2
+letter \x83DC 245-2456-5
+letter \x83DD 135-345-2
+letter \x83DE 14-16-2
+letter \x83DF 124-34-5
+letter \x83E0 135-126-3
+letter \x83E1 1235-1236-5
+letter \x83E2 135-146-5
+letter \x83E3 245-1456-5
+letter \x83E4 13-45-4
+letter \x83E5 15-16-3
+letter \x83E6 245-1456-2
+letter \x83E7 145-16-4
+letter \x83E8 13-346-3
+letter \x83E9 1234-34-2
+letter \x83EA 145-1346-5
+letter \x83EB 13-1456-4
+letter \x83EC 1-146-4
+letter \x83ED 124-2456-2
+letter \x83EE 13-1356-3
+letter \x83EF 1235-35-2
+letter \x83F0 13-34-3
+letter \x83F1 14-13456-2
+letter \x83F2 12345-356-3
+letter \x83F3 13-1456-3
+letter \x83F4 1236-3
+letter \x83F5 456-4
+letter \x83F6 135-1356-4
+letter \x83F7 1-12356-4
+letter \x83F8 2345-3
+letter \x83F9 13-1256-3
+letter \x83FA 13-2345-3
+letter \x83FB 14-1456-4
+letter \x83FC 124-1236-4
+letter \x83FD 24-34-3
+letter \x83FE 124-2345-2
+letter \x83FF 145-146-5
+letter \x8400 1235-34-4
+letter \x8401 245-16-2
+letter \x8402 1235-2346-2
+letter \x8403 245-1246-5
+letter \x8404 124-146-2
+letter \x8405 12-123456-3
+letter \x8406 135-16-5
+letter \x8407 12-1346-2
+letter \x8408 1235-12456-2
+letter \x8409 12345-356-5
+letter \x840A 14-2456-2
+letter \x840B 245-16-3
+letter \x840C 134-1356-2
+letter \x840D 1234-13456-2
+letter \x840E 1246-3
+letter \x840F 145-1236-5
+letter \x8410 24-345-5
+letter \x8411 1235-12456-2
+letter \x8412 2345-4
+letter \x8413 16-2
+letter \x8414 124-246-2
+letter \x8415 245-16-2
+letter \x8416 12456-4
+letter \x8417 245-2346-5
+letter \x8418 1345-2456-5
+letter \x8419 1-136-4
+letter \x841A 124-25-5
+letter \x841B 13-234-3
+letter \x841C 124-346-3
+letter \x841D 14-25-2
+letter \x841E 145-16-5
+letter \x841F 16-5
+letter \x8420 134-1356-2
+letter \x8421 135-126-4
+letter \x8422 1234-146-5
+letter \x8423 145-13456-5
+letter \x8424 13456-2
+letter \x8425 13456-2
+letter \x8426 13456-2
+letter \x8427 15-246-3
+letter \x8428 15-345-5
+letter \x8429 245-234-3
+letter \x842A 123-2346-3
+letter \x842B 15-46-5
+letter \x842C 12456-5
+letter \x842D 1256-4
+letter \x842E 1256-2
+letter \x842F 12345-34-5
+letter \x8430 14-2345-5
+letter \x8431 15-45-3
+letter \x8432 15-45-3
+letter \x8433 1345-1236-2
+letter \x8434 125-2346-2
+letter \x8435 25-3
+letter \x8436 12-123456-3
+letter \x8437 15-246-3
+letter \x8438 1256-2
+letter \x8439 135-2345-3
+letter \x843A 134-146-5
+letter \x843B 1236-3
+letter \x843C 2346-5
+letter \x843D 14-25-5
+letter \x843E 13456-2
+letter \x843F 123-25-5
+letter \x8440 13-35-3
+letter \x8441 13-46-3
+letter \x8442 134-2345-4
+letter \x8443 125-25-5
+letter \x8444 125-25-5
+letter \x8445 13-1256-3
+letter \x8446 135-146-4
+letter \x8447 1245-12356-2
+letter \x8448 15-16-4
+letter \x8449 346-5
+letter \x844A 1236-3
+letter \x844B 245-1256-2
+letter \x844C 13-2345-3
+letter \x844D 12345-34-2
+letter \x844E 14-1256-5
+letter \x844F 13-13456-3
+letter \x8450 1234-136-2
+letter \x8451 12345-1356-3
+letter \x8452 1235-12346-2
+letter \x8453 1235-12346-2
+letter \x8454 1235-12356-2
+letter \x8455 2345-2
+letter \x8456 124-34-2
+letter \x8457 1-2346-1
+letter \x8458 125-156-3
+letter \x8459 15-46-3
+letter \x845A 24-136-5
+letter \x845B 13-2346-4
+letter \x845C 245-23456-3
+letter \x845D 245-13456-2
+letter \x845E 134-16-4
+letter \x845F 1235-456-2
+letter \x8460 24-136-3
+letter \x8461 1234-34-2
+letter \x8462 13-2456-5
+letter \x8463 145-12346-4
+letter \x8464 1-12356-5
+letter \x8465 245-2345-2
+letter \x8466 1246-4
+letter \x8467 135-126-2
+letter \x8468 1246-3
+letter \x8469 1234-345-3
+letter \x846A 13-16-5
+letter \x846B 1235-34-2
+letter \x846C 125-1346-5
+letter \x846D 13-23456-3
+letter \x846E 145-12456-5
+letter \x846F 246-5
+letter \x8470 15-1246-3
+letter \x8471 245-12346-3
+letter \x8472 245-45-2
+letter \x8473 1246-3
+letter \x8474 1-136-3
+letter \x8475 123-1246-2
+letter \x8476 124-13456-2
+letter \x8477 1235-123456-3
+letter \x8478 15-16-4
+letter \x8479 24-156-3
+letter \x847A 245-16-5
+letter \x847B 14-1236-2
+letter \x847C 125-12346-3
+letter \x847D 246-3
+letter \x847E 45-3
+letter \x847F 134-356-2
+letter \x8480 256-3
+letter \x8481 24-34-5
+letter \x8482 145-16-5
+letter \x8483 1-12456-5
+letter \x8484 13-12456-3
+letter \x8485 1245-1236-4
+letter \x8486 15-236-3
+letter \x8487 12-1236-4
+letter \x8488 123-2456-4
+letter \x8489 123-1246-5
+letter \x848A 1235-35-3
+letter \x848B 13-46-4
+letter \x848C 14-12356-2
+letter \x848D 1246-4
+letter \x848E 124-2456-5
+letter \x848F 234-4
+letter \x8490 15-12356-3
+letter \x8491 1456-3
+letter \x8492 24-156-3
+letter \x8493 12-123456-2
+letter \x8494 24-156-2
+letter \x8495 256-3
+letter \x8496 1-136-3
+letter \x8497 14-1346-5
+letter \x8498 1245-34-2
+letter \x8499 134-1356-2
+letter \x849A 1235-2346-2
+letter \x849B 245-236-3
+letter \x849C 15-12456-5
+letter \x849D 45-2
+letter \x849E 14-16-5
+letter \x849F 13-1256-4
+letter \x84A0 15-16-2
+letter \x84A1 135-1346-5
+letter \x84A2 12-34-2
+letter \x84A3 15-1256-2
+letter \x84A4 124-34-2
+letter \x84A5 14-234-2
+letter \x84A6 1235-25-5
+letter \x84A7 145-2345-4
+letter \x84A8 245-2345-5
+letter \x84A9 125-34-3
+letter \x84AA 1234-126-5
+letter \x84AB 245-25-3
+letter \x84AC 45-3
+letter \x84AD 12-34-2
+letter \x84AE 1256-5
+letter \x84AF 123-2356-4
+letter \x84B0 1234-1236-2
+letter \x84B1 1234-34-2
+letter \x84B2 1234-34-2
+letter \x84B3 1345-345-5
+letter \x84B4 24-25-5
+letter \x84B5 15-16-3
+letter \x84B6 12345-136-2
+letter \x84B7 256-2
+letter \x84B8 1-1356-3
+letter \x84B9 13-2345-3
+letter \x84BA 13-16-2
+letter \x84BB 1245-25-5
+letter \x84BC 245-1346-3
+letter \x84BD 136-3
+letter \x84BE 134-16-2
+letter \x84BF 1235-146-3
+letter \x84C0 15-123456-3
+letter \x84C1 1-136-3
+letter \x84C2 134-13456-2
+letter \x84C3 1235-25-5
+letter \x84C4 15-1256-5
+letter \x84C5 14-234-2
+letter \x84C6 15-16-2
+letter \x84C7 13-34-4
+letter \x84C8 14-1346-2
+letter \x84C9 1245-12346-2
+letter \x84CA 12346-4
+letter \x84CB 13-2456-5
+letter \x84CC 245-25-5
+letter \x84CD 24-156-3
+letter \x84CE 124-1346-2
+letter \x84CF 14-25-4
+letter \x84D0 1245-34-5
+letter \x84D1 15-25-3
+letter \x84D2 15-2345-3
+letter \x84D3 135-356-5
+letter \x84D4 246-4
+letter \x84D5 13-1246-5
+letter \x84D6 135-16-5
+letter \x84D7 125-12346-4
+letter \x84D8 13-123456-4
+letter \x84D9 125-25-5
+letter \x84DA 15-234-3
+letter \x84DB 245-2346-5
+letter \x84DC 1234-356-5
+letter \x84DD 14-1236-2
+letter \x84DE 145-1236-5
+letter \x84DF 13-16-5
+letter \x84E0 14-16-2
+letter \x84E1 24-136-3
+letter \x84E2 14-1346-2
+letter \x84E3 1256-5
+letter \x84E4 14-13456-2
+letter \x84E5 13456-2
+letter \x84E6 134-126-5
+letter \x84E7 145-246-5
+letter \x84E8 124-246-3
+letter \x84E9 134-146-5
+letter \x84EA 124-12346-3
+letter \x84EB 1-34-2
+letter \x84EC 1234-1356-2
+letter \x84ED 1236-3
+letter \x84EE 14-2345-2
+letter \x84EF 245-12346-3
+letter \x84F0 15-16-4
+letter \x84F1 1234-13456-2
+letter \x84F2 12356-3
+letter \x84F3 13-1456-4
+letter \x84F4 12-123456-2
+letter \x84F5 13-346-2
+letter \x84F6 1246-2
+letter \x84F7 124-1246-3
+letter \x84F8 245-146-2
+letter \x84F9 1256-5
+letter \x84FA 16-5
+letter \x84FB 13-16-2
+letter \x84FC 14-246-4
+letter \x84FD 135-16-5
+letter \x84FE 14-34-4
+letter \x84FF 15-1256-4
+letter \x8500 135-34-5
+letter \x8501 1-1346-3
+letter \x8502 14-356-2
+letter \x8503 13-46-5
+letter \x8504 134-1236-5
+letter \x8505 2345-2
+letter \x8506 14-13456-2
+letter \x8507 13-16-5
+letter \x8508 135-246-3
+letter \x8509 13-123456-4
+letter \x850A 1235-1236-4
+letter \x850B 145-16-2
+letter \x850C 15-34-5
+letter \x850D 14-34-5
+letter \x850E 24-2346-5
+letter \x850F 24-1346-3
+letter \x8510 145-16-2
+letter \x8511 134-346-5
+letter \x8512 15-256-3
+letter \x8513 134-1236-5
+letter \x8514 135-126-1
+letter \x8515 145-16-5
+letter \x8516 245-25-2
+letter \x8517 1-2346-5
+letter \x8518 24-136-3
+letter \x8519 15-45-5
+letter \x851A 1246-5
+letter \x851B 1235-34-2
+letter \x851C 146-2
+letter \x851D 134-16-4
+letter \x851E 14-12356-2
+letter \x851F 245-34-5
+letter \x8520 1-12346-3
+letter \x8521 245-2456-5
+letter \x8522 1234-126-2
+letter \x8523 13-46-4
+letter \x8524 134-16-5
+letter \x8525 245-12346-3
+letter \x8526 1345-246-4
+letter \x8527 1235-1246-5
+letter \x8528 13-256-5
+letter \x8529 1456-2
+letter \x852A 13-2345-3
+letter \x852B 1345-2345-3
+letter \x852C 24-34-3
+letter \x852D 1456-5
+letter \x852E 13-25-2
+letter \x852F 12-136-2
+letter \x8530 1235-34-5
+letter \x8531 24-345-3
+letter \x8532 123-12356-5
+letter \x8533 245-2345-5
+letter \x8534 134-345-2
+letter \x8535 245-1346-2
+letter \x8536 125-2346-2
+letter \x8537 245-46-2
+letter \x8538 145-12356-3
+letter \x8539 14-2345-5
+letter \x853A 14-1456-5
+letter \x853B 123-12356-5
+letter \x853C 2456-4
+letter \x853D 135-16-5
+letter \x853E 14-16-2
+letter \x853F 1246-2
+letter \x8540 13-16-2
+letter \x8541 15-256-2
+letter \x8542 24-1356-5
+letter \x8543 12345-1236-3
+letter \x8544 134-1356-2
+letter \x8545 12356-4
+letter \x8546 12-1236-4
+letter \x8547 145-2345-4
+letter \x8548 15-256-5
+letter \x8549 13-246-3
+letter \x854A 1245-1246-4
+letter \x854B 1245-1246-4
+letter \x854C 14-356-4
+letter \x854D 1256-2
+letter \x854E 245-246-2
+letter \x854F 12-34-2
+letter \x8550 1235-35-2
+letter \x8551 13-2345-3
+letter \x8552 134-2456-4
+letter \x8553 256-2
+letter \x8554 135-146-3
+letter \x8555 234-2
+letter \x8556 245-1256-2
+letter \x8557 14-34-5
+letter \x8558 1245-146-2
+letter \x8559 1235-1246-5
+letter \x855A 2346-5
+letter \x855B 124-16-2
+letter \x855C 12345-356-4
+letter \x855D 13-236-2
+letter \x855E 125-1246-5
+letter \x855F 12345-345-5
+letter \x8560 1345-34-2
+letter \x8561 12345-136-2
+letter \x8562 123-1246-5
+letter \x8563 24-123456-5
+letter \x8564 1245-1246-2
+letter \x8565 23456-4
+letter \x8566 15-1256-3
+letter \x8567 12345-34-5
+letter \x8568 13-236-2
+letter \x8569 145-1346-5
+letter \x856A 34-2
+letter \x856B 145-12346-4
+letter \x856C 15-156-3
+letter \x856D 15-246-3
+letter \x856E 15-16-5
+letter \x856F 15-345-5
+letter \x8570 256-5
+letter \x8571 24-146-3
+letter \x8572 245-16-2
+letter \x8573 13-2345-3
+letter \x8574 256-5
+letter \x8575 15-123456-3
+letter \x8576 14-13456-2
+letter \x8577 1256-5
+letter \x8578 15-23456-2
+letter \x8579 235-3
+letter \x857A 13-16-2
+letter \x857B 1235-12346-2
+letter \x857C 15-156-5
+letter \x857D 1345-12346-2
+letter \x857E 14-356-4
+letter \x857F 15-45-3
+letter \x8580 256-5
+letter \x8581 1256-5
+letter \x8582 15-16-2
+letter \x8583 1235-146-5
+letter \x8584 135-126-2
+letter \x8585 1235-146-3
+letter \x8586 2456-5
+letter \x8587 1246-2
+letter \x8588 1235-1246-5
+letter \x8589 1235-1246-5
+letter \x858A 13-16-5
+letter \x858B 125-156-3
+letter \x858C 15-46-3
+letter \x858D 12456-5
+letter \x858E 134-346-5
+letter \x858F 16-5
+letter \x8590 14-1356-2
+letter \x8591 13-46-3
+letter \x8592 245-1236-5
+letter \x8593 24-136-3
+letter \x8594 245-46-2
+letter \x8595 14-2345-2
+letter \x8596 123-2346-3
+letter \x8597 45-2
+letter \x8598 145-345-2
+letter \x8599 124-16-5
+letter \x859A 124-1346-2
+letter \x859B 15-236-3
+letter \x859C 135-16-5
+letter \x859D 1-1236-3
+letter \x859E 15-123456-3
+letter \x859F 15-2345-3
+letter \x85A0 12345-1236-2
+letter \x85A1 145-13456-4
+letter \x85A2 15-346-5
+letter \x85A3 13-34-4
+letter \x85A4 15-346-5
+letter \x85A5 24-34-4
+letter \x85A6 13-2345-5
+letter \x85A7 1235-146-3
+letter \x85A8 1235-12346-3
+letter \x85A9 15-345-5
+letter \x85AA 15-1456-3
+letter \x85AB 15-256-3
+letter \x85AC 246-5
+letter \x85AD 2356-5
+letter \x85AE 15-12356-4
+letter \x85AF 24-34-4
+letter \x85B0 15-256-3
+letter \x85B1 145-1246-5
+letter \x85B2 1234-1456-2
+letter \x85B3 1246-4
+letter \x85B4 1345-13456-2
+letter \x85B5 12-12356-2
+letter \x85B6 134-2456-2
+letter \x85B7 1245-34-2
+letter \x85B8 1234-246-2
+letter \x85B9 124-2456-2
+letter \x85BA 13-16-5
+letter \x85BB 125-146-4
+letter \x85BC 12-136-2
+letter \x85BD 1-136-3
+letter \x85BE 156-4
+letter \x85BF 1345-16-4
+letter \x85C0 13456-2
+letter \x85C1 13-146-4
+letter \x85C2 245-12346-2
+letter \x85C3 15-246-3
+letter \x85C4 245-16-2
+letter \x85C5 12345-345-2
+letter \x85C6 13-2345-4
+letter \x85C7 15-1256-5
+letter \x85C8 123-1246-3
+letter \x85C9 13-346-5
+letter \x85CA 135-2345-4
+letter \x85CB 145-246-5
+letter \x85CC 134-16-5
+letter \x85CD 14-1236-2
+letter \x85CE 13-1456-5
+letter \x85CF 245-1346-2
+letter \x85D0 134-246-4
+letter \x85D1 245-235-2
+letter \x85D2 245-346-5
+letter \x85D3 15-2345-4
+letter \x85D4 14-246-2
+letter \x85D5 12356-4
+letter \x85D6 15-2345-2
+letter \x85D7 15-34-5
+letter \x85D8 14-1256-2
+letter \x85D9 16-5
+letter \x85DA 15-1256-5
+letter \x85DB 15-346-4
+letter \x85DC 14-16-2
+letter \x85DD 16-5
+letter \x85DE 14-345-4
+letter \x85DF 14-356-4
+letter \x85E0 15-246-5
+letter \x85E1 145-16-2
+letter \x85E2 1-156-4
+letter \x85E3 135-356-3
+letter \x85E4 124-1356-2
+letter \x85E5 246-5
+letter \x85E6 134-126-5
+letter \x85E7 1235-12456-4
+letter \x85E8 135-246-3
+letter \x85E9 12345-1236-2
+letter \x85EA 15-12356-4
+letter \x85EB 124-1236-2
+letter \x85EC 124-1246-3
+letter \x85ED 245-235-2
+letter \x85EE 245-246-2
+letter \x85EF 1246-5
+letter \x85F0 14-234-2
+letter \x85F1 1235-1246-5
+letter \x85F2 12356-3
+letter \x85F3 13-146-4
+letter \x85F4 256-5
+letter \x85F5 135-146-4
+letter \x85F6 14-16-5
+letter \x85F7 24-34-4
+letter \x85F8 12-34-2
+letter \x85F9 2456-4
+letter \x85FA 14-1456-5
+letter \x85FB 125-146-4
+letter \x85FC 15-45-3
+letter \x85FD 12-136-5
+letter \x85FE 14-2456-5
+letter \x85FF 1235-25-5
+letter \x8600 124-25-5
+letter \x8601 34-5
+letter \x8602 1245-1246-4
+letter \x8603 1245-1246-4
+letter \x8604 245-16-2
+letter \x8605 1235-1356-2
+letter \x8606 14-34-2
+letter \x8607 15-34-3
+letter \x8608 124-1246-2
+letter \x8609 134-1346-2
+letter \x860A 256-5
+letter \x860B 1234-13456-2
+letter \x860C 1256-4
+letter \x860D 15-256-3
+letter \x860E 13-16-5
+letter \x860F 13-235-4
+letter \x8610 15-45-3
+letter \x8611 134-126-2
+letter \x8612 245-234-3
+letter \x8613 15-34-3
+letter \x8614 13-235-4
+letter \x8615 1234-1356-2
+letter \x8616 1345-346-5
+letter \x8617 135-126-5
+letter \x8618 1245-1346-2
+letter \x8619 16-5
+letter \x861A 15-2345-4
+letter \x861B 1256-2
+letter \x861C 13-1256-2
+letter \x861D 14-2345-5
+letter \x861E 14-2345-5
+letter \x861F 1456-4
+letter \x8620 245-46-2
+letter \x8621 13456-3
+letter \x8622 14-12346-2
+letter \x8623 124-12356-4
+letter \x8624 1235-35-3
+letter \x8625 236-5
+letter \x8626 14-13456-2
+letter \x8627 245-1256-2
+letter \x8628 246-2
+letter \x8629 12345-1236-2
+letter \x862A 134-16-2
+letter \x862B 14-1236-2
+letter \x862C 123-1246-3
+letter \x862D 14-1236-2
+letter \x862E 13-16-5
+letter \x862F 145-1346-5
+letter \x8630 12456-5
+letter \x8631 14-356-5
+letter \x8632 14-356-2
+letter \x8633 1235-1246-3
+letter \x8634 12345-1356-3
+letter \x8635 1-156-2
+letter \x8636 1246-5
+letter \x8637 123-1246-2
+letter \x8638 1-1236-5
+letter \x8639 1235-2356-2
+letter \x863A 14-16-2
+letter \x863B 13-16-5
+letter \x863C 134-16-2
+letter \x863D 14-356-4
+letter \x863E 1235-2356-5
+letter \x863F 14-25-2
+letter \x8640 13-16-3
+letter \x8641 123-1246-2
+letter \x8642 14-34-5
+letter \x8643 13-2345-3
+letter \x8644 15-345-5
+letter \x8645 124-1356-2
+letter \x8646 14-356-2
+letter \x8647 245-45-4
+letter \x8648 15-246-3
+letter \x8649 16-5
+letter \x864A 14-12456-2
+letter \x864B 134-136-2
+letter \x864C 135-346-3
+letter \x864D 1235-34-3
+letter \x864E 1235-34-4
+letter \x864F 14-34-4
+letter \x8650 1345-236-5
+letter \x8651 14-1256-5
+letter \x8652 15-156-3
+letter \x8653 15-246-3
+letter \x8654 245-2345-2
+letter \x8655 12-34-5
+letter \x8656 1235-34-3
+letter \x8657 15-1256-3
+letter \x8658 245-25-2
+letter \x8659 12345-34-2
+letter \x865A 15-1256-3
+letter \x865B 15-1256-3
+letter \x865C 14-34-4
+letter \x865D 1235-34-4
+letter \x865E 1256-2
+letter \x865F 1235-146-5
+letter \x8660 13-246-3
+letter \x8661 13-1256-5
+letter \x8662 13-25-2
+letter \x8663 135-146-5
+letter \x8664 2345-2
+letter \x8665 1-1236-5
+letter \x8666 1-1236-5
+letter \x8667 123-1246-3
+letter \x8668 135-1456-3
+letter \x8669 15-16-5
+letter \x866A 24-34-5
+letter \x866B 1235-1246-4
+letter \x866C 245-234-2
+letter \x866D 145-246-3
+letter \x866E 13-16-4
+letter \x866F 245-234-2
+letter \x8670 145-13456-3
+letter \x8671 24-156-3
+letter \x8672 15-23456-3
+letter \x8673 145-16-5
+letter \x8674 1-2346-2
+letter \x8675 24-2346-2
+letter \x8676 1256-3
+letter \x8677 13-1236-3
+letter \x8678 125-156-4
+letter \x8679 1235-12346-2
+letter \x867A 1235-1246-4
+letter \x867B 134-1356-2
+letter \x867C 13-2346-5
+letter \x867D 15-1246-3
+letter \x867E 15-23456-3
+letter \x867F 12-2456-5
+letter \x8680 24-156-2
+letter \x8681 16-4
+letter \x8682 134-345-4
+letter \x8683 15-46-5
+letter \x8684 12345-1346-3
+letter \x8685 2346-5
+letter \x8686 135-345-3
+letter \x8687 12-156-4
+letter \x8688 245-2345-3
+letter \x8689 123456-2
+letter \x868A 123456-2
+letter \x868B 1245-1246-5
+letter \x868C 135-1346-5
+letter \x868D 1234-16-2
+letter \x868E 236-5
+letter \x868F 236-5
+letter \x8690 13-256-3
+letter \x8691 245-16-2
+letter \x8692 124-12346-2
+letter \x8693 1456-4
+letter \x8694 245-16-2
+letter \x8695 124-2345-4
+letter \x8696 45-2
+letter \x8697 13-236-2
+letter \x8698 1235-1246-2
+letter \x8699 245-1456-2
+letter \x869A 245-16-2
+letter \x869B 1-12346-5
+letter \x869C 23456-2
+letter \x869D 1235-146-2
+letter \x869E 134-34-5
+letter \x869F 456-2
+letter \x86A0 12345-136-2
+letter \x86A1 12345-136-2
+letter \x86A2 1235-1346-2
+letter \x86A3 13-12346-3
+letter \x86A4 125-146-4
+letter \x86A5 12345-34-5
+letter \x86A6 1245-1236-2
+letter \x86A7 13-346-5
+letter \x86A8 12345-34-2
+letter \x86A9 12-156-3
+letter \x86AA 145-12356-4
+letter \x86AB 1234-246-2
+letter \x86AC 15-45-4
+letter \x86AD 1345-16-2
+letter \x86AE 124-2346-5
+letter \x86AF 245-234-3
+letter \x86B0 234-2
+letter \x86B1 1-345-5
+letter \x86B2 1234-13456-2
+letter \x86B3 12-156-2
+letter \x86B4 234-5
+letter \x86B5 2346-2
+letter \x86B6 1235-1236-3
+letter \x86B7 13-1256-5
+letter \x86B8 14-16-5
+letter \x86B9 12345-34-5
+letter \x86BA 1245-1236-2
+letter \x86BB 1-345-2
+letter \x86BC 13-12356-4
+letter \x86BD 1234-16-2
+letter \x86BE 135-126-4
+letter \x86BF 15-2345-2
+letter \x86C0 1-34-5
+letter \x86C1 145-246-3
+letter \x86C2 135-346-2
+letter \x86C3 135-13456-4
+letter \x86C4 13-34-3
+letter \x86C5 1-1236-3
+letter \x86C6 245-1256-3
+letter \x86C7 24-2346-2
+letter \x86C8 124-346-4
+letter \x86C9 14-13456-2
+letter \x86CA 13-34-4
+letter \x86CB 145-1236-5
+letter \x86CC 13-34-4
+letter \x86CD 13456-2
+letter \x86CE 14-16-5
+letter \x86CF 12-1356-3
+letter \x86D0 245-1256-3
+letter \x86D1 134-12356-2
+letter \x86D2 13-2346-2
+letter \x86D3 245-156-5
+letter \x86D4 1235-1246-2
+letter \x86D5 1235-1246-2
+letter \x86D6 134-1346-2
+letter \x86D7 12345-34-5
+letter \x86D8 46-2
+letter \x86D9 35-3
+letter \x86DA 14-346-5
+letter \x86DB 1-34-3
+letter \x86DC 16-3
+letter \x86DD 15-2345-2
+letter \x86DE 123-25-5
+letter \x86DF 13-246-3
+letter \x86E0 14-16-5
+letter \x86E1 16-5
+letter \x86E2 1234-13456-2
+letter \x86E3 13-346-2
+letter \x86E4 13-2346-2
+letter \x86E5 24-2346-2
+letter \x86E6 124-16-2
+letter \x86E7 456-4
+letter \x86E8 134-126-5
+letter \x86E9 245-235-2
+letter \x86EA 245-346-5
+letter \x86EB 13-1246-4
+letter \x86EC 13-12346-4
+letter \x86ED 1-156-5
+letter \x86EE 134-1236-2
+letter \x86EF 14-146-4
+letter \x86F0 1-156-2
+letter \x86F1 13-23456-2
+letter \x86F2 1245-146-2
+letter \x86F3 15-156-3
+letter \x86F4 245-16-2
+letter \x86F5 15-13456-3
+letter \x86F6 14-346-5
+letter \x86F7 245-234-2
+letter \x86F8 15-246-3
+letter \x86F9 235-4
+letter \x86FA 13-23456-2
+letter \x86FB 124-1246-5
+letter \x86FC 12-2346-3
+letter \x86FD 135-2456-5
+letter \x86FE 2346-2
+letter \x86FF 1235-1236-5
+letter \x8700 24-34-4
+letter \x8701 15-45-2
+letter \x8702 12345-1356-3
+letter \x8703 24-136-5
+letter \x8704 1-136-5
+letter \x8705 12345-34-4
+letter \x8706 15-2345-4
+letter \x8707 1-2346-2
+letter \x8708 34-2
+letter \x8709 12345-34-2
+letter \x870A 14-16-2
+letter \x870B 14-1346-2
+letter \x870C 135-16-5
+letter \x870D 12-34-2
+letter \x870E 45-3
+letter \x870F 234-4
+letter \x8710 13-346-2
+letter \x8711 145-1236-5
+letter \x8712 2345-2
+letter \x8713 124-13456-2
+letter \x8714 145-2345-5
+letter \x8715 124-1246-5
+letter \x8716 1235-1246-2
+letter \x8717 13-35-3
+letter \x8718 1-156-3
+letter \x8719 15-12346-3
+letter \x871A 12345-356-4
+letter \x871B 13-1256-3
+letter \x871C 134-16-5
+letter \x871D 245-16-2
+letter \x871E 245-16-2
+letter \x871F 1256-5
+letter \x8720 13-256-4
+letter \x8721 1-345-5
+letter \x8722 134-1356-4
+letter \x8723 245-46-3
+letter \x8724 15-156-3
+letter \x8725 15-16-3
+letter \x8726 14-123456-2
+letter \x8727 14-16-5
+letter \x8728 145-346-2
+letter \x8729 124-246-2
+letter \x872A 124-146-2
+letter \x872B 123-123456-3
+letter \x872C 1235-1236-2
+letter \x872D 1235-1236-5
+letter \x872E 1256-5
+letter \x872F 135-1346-5
+letter \x8730 12345-356-2
+letter \x8731 1234-16-2
+letter \x8732 1246-3
+letter \x8733 145-123456-3
+letter \x8734 16-5
+letter \x8735 45-3
+letter \x8736 15-34-5
+letter \x8737 245-45-2
+letter \x8738 245-2345-4
+letter \x8739 1245-1246-5
+letter \x873A 1345-16-2
+letter \x873B 245-13456-3
+letter \x873C 1246-5
+letter \x873D 14-46-4
+letter \x873E 13-25-4
+letter \x873F 12456-3
+letter \x8740 145-12346-3
+letter \x8741 2346-5
+letter \x8742 135-1236-4
+letter \x8743 145-16-5
+letter \x8744 456-4
+letter \x8745 245-1236-2
+letter \x8746 134-16-4
+letter \x8747 13456-2
+letter \x8748 13-25-3
+letter \x8749 12-1236-2
+letter \x874A 145-13456-5
+letter \x874B 14-345-5
+letter \x874C 123-2346-3
+letter \x874D 13-16-2
+letter \x874E 1235-2346-2
+letter \x874F 124-13456-2
+letter \x8750 134-356-5
+letter \x8751 15-1256-3
+letter \x8752 134-2345-2
+letter \x8753 1256-2
+letter \x8754 13-346-3
+letter \x8755 24-156-2
+letter \x8756 15-45-3
+letter \x8757 1235-456-2
+letter \x8758 2345-4
+letter \x8759 135-2345-3
+letter \x875A 1245-12356-2
+letter \x875B 1246-3
+letter \x875C 12345-34-5
+letter \x875D 45-2
+letter \x875E 134-356-5
+letter \x875F 1246-5
+letter \x8760 12345-34-2
+letter \x8761 1245-12456-4
+letter \x8762 15-346-2
+letter \x8763 234-2
+letter \x8764 245-234-2
+letter \x8765 134-146-2
+letter \x8766 15-23456-3
+letter \x8767 13456-3
+letter \x8768 24-156-3
+letter \x8769 12-12346-2
+letter \x876A 124-1346-3
+letter \x876B 1-34-3
+letter \x876C 125-12346-3
+letter \x876D 124-16-2
+letter \x876E 12345-34-5
+letter \x876F 45-2
+letter \x8770 123-1246-3
+letter \x8771 134-1356-2
+letter \x8772 14-345-5
+letter \x8773 145-34-2
+letter \x8774 1235-34-2
+letter \x8775 245-234-3
+letter \x8776 145-346-2
+letter \x8777 14-16-5
+letter \x8778 13-35-3
+letter \x8779 146-4
+letter \x877A 13-1256-4
+letter \x877B 1345-1236-4
+letter \x877C 14-12356-2
+letter \x877D 12-123456-3
+letter \x877E 1245-12346-2
+letter \x877F 13456-2
+letter \x8780 13-46-3
+letter \x8781 124-1246-5
+letter \x8782 14-1346-2
+letter \x8783 1234-1346-2
+letter \x8784 15-156-3
+letter \x8785 15-16-3
+letter \x8786 245-156-5
+letter \x8787 15-16-3
+letter \x8788 45-2
+letter \x8789 12346-3
+letter \x878A 14-2345-2
+letter \x878B 15-12356-3
+letter \x878C 135-1236-3
+letter \x878D 1245-12346-2
+letter \x878E 1245-12346-2
+letter \x878F 13-16-2
+letter \x8790 34-3
+letter \x8791 15-234-5
+letter \x8792 1235-1236-5
+letter \x8793 245-1456-2
+letter \x8794 16-2
+letter \x8795 135-16-3
+letter \x8796 1235-35-2
+letter \x8797 124-1346-2
+letter \x8798 16-4
+letter \x8799 145-34-5
+letter \x879A 1345-2456-5
+letter \x879B 1235-2346-2
+letter \x879C 1235-34-2
+letter \x879D 1235-1246-5
+letter \x879E 134-345-4
+letter \x879F 134-13456-2
+letter \x87A0 16-5
+letter \x87A1 123456-2
+letter \x87A2 13456-2
+letter \x87A3 124-1356-2
+letter \x87A4 1-12346-3
+letter \x87A5 245-1346-3
+letter \x87A6 15-146-3
+letter \x87A7 245-16-4
+letter \x87A8 134-1236-4
+letter \x87A9 124-246-2
+letter \x87AA 24-1346-3
+letter \x87AB 24-156-5
+letter \x87AC 245-146-2
+letter \x87AD 12-156-3
+letter \x87AE 145-16-5
+letter \x87AF 146-2
+letter \x87B0 14-34-5
+letter \x87B1 1246-5
+letter \x87B2 1-156-5
+letter \x87B3 124-1346-2
+letter \x87B4 12-136-2
+letter \x87B5 1234-246-3
+letter \x87B6 245-1256-2
+letter \x87B7 1234-16-2
+letter \x87B8 1256-2
+letter \x87B9 13-2345-5
+letter \x87BA 14-25-2
+letter \x87BB 14-12356-2
+letter \x87BC 245-1456-4
+letter \x87BD 1-12346-3
+letter \x87BE 1456-4
+letter \x87BF 13-46-3
+letter \x87C0 24-2356-5
+letter \x87C1 123456-2
+letter \x87C2 13-246-3
+letter \x87C3 12456-5
+letter \x87C4 1-2346-2
+letter \x87C5 1-2346-5
+letter \x87C6 134-345-1
+letter \x87C7 134-345-1
+letter \x87C8 13-25-3
+letter \x87C9 14-234-2
+letter \x87CA 134-146-2
+letter \x87CB 15-16-3
+letter \x87CC 245-12346-3
+letter \x87CD 14-16-2
+letter \x87CE 134-1236-2
+letter \x87CF 15-246-3
+letter \x87D0 12-1346-2
+letter \x87D1 1-1346-3
+letter \x87D2 134-1346-4
+letter \x87D3 15-46-5
+letter \x87D4 134-126-5
+letter \x87D5 125-1246-3
+letter \x87D6 15-156-3
+letter \x87D7 245-234-3
+letter \x87D8 124-2346-5
+letter \x87D9 1-156-2
+letter \x87DA 1234-1356-2
+letter \x87DB 1234-1356-2
+letter \x87DC 13-246-4
+letter \x87DD 245-1256-2
+letter \x87DE 135-346-2
+letter \x87DF 14-246-2
+letter \x87E0 1234-1236-2
+letter \x87E1 13-1246-4
+letter \x87E2 15-16-4
+letter \x87E3 13-16-4
+letter \x87E4 1-12456-3
+letter \x87E5 1235-456-2
+letter \x87E6 12345-356-5
+letter \x87E7 14-146-2
+letter \x87E8 13-236-2
+letter \x87E9 13-236-2
+letter \x87EA 1235-1246-5
+letter \x87EB 1456-2
+letter \x87EC 12-1236-2
+letter \x87ED 13-246-3
+letter \x87EE 24-1236-5
+letter \x87EF 1245-146-2
+letter \x87F0 15-246-3
+letter \x87F1 34-2
+letter \x87F2 12-12346-2
+letter \x87F3 15-256-2
+letter \x87F4 15-156-3
+letter \x87F5 12-34-2
+letter \x87F6 12-1356-3
+letter \x87F7 145-1346-3
+letter \x87F8 14-16-4
+letter \x87F9 15-346-5
+letter \x87FA 24-1236-5
+letter \x87FB 16-4
+letter \x87FC 13-13456-4
+letter \x87FD 145-345-2
+letter \x87FE 12-1236-2
+letter \x87FF 245-16-5
+letter \x8800 245-156-3
+letter \x8801 15-46-5
+letter \x8802 24-2346-5
+letter \x8803 14-25-4
+letter \x8804 245-1456-2
+letter \x8805 13456-2
+letter \x8806 12-2456-5
+letter \x8807 14-16-5
+letter \x8808 125-2346-2
+letter \x8809 15-45-3
+letter \x880A 14-2345-2
+letter \x880B 1-34-2
+letter \x880C 125-2346-2
+letter \x880D 15-346-3
+letter \x880E 134-1346-4
+letter \x880F 15-346-5
+letter \x8810 245-16-2
+letter \x8811 1245-12346-2
+letter \x8812 13-2345-4
+letter \x8813 134-1356-4
+letter \x8814 1235-146-2
+letter \x8815 1245-34-2
+letter \x8816 1235-25-5
+letter \x8817 1-25-2
+letter \x8818 13-346-2
+letter \x8819 1234-1456-2
+letter \x881A 1235-2346-5
+letter \x881B 134-346-5
+letter \x881C 12345-1236-2
+letter \x881D 14-356-2
+letter \x881E 13-346-2
+letter \x881F 14-345-5
+letter \x8820 134-16-5
+letter \x8821 14-16-2
+letter \x8822 12-123456-4
+letter \x8823 14-16-5
+letter \x8824 245-234-3
+letter \x8825 1345-346-5
+letter \x8826 14-34-2
+letter \x8827 145-34-5
+letter \x8828 15-246-3
+letter \x8829 1-34-3
+letter \x882A 14-12346-2
+letter \x882B 14-16-2
+letter \x882C 14-12346-2
+letter \x882D 12345-1356-3
+letter \x882E 346-3
+letter \x882F 1234-16-2
+letter \x8830 1345-1346-2
+letter \x8831 13-34-4
+letter \x8832 13-45-3
+letter \x8833 13456-3
+letter \x8834 24-34-4
+letter \x8835 15-16-3
+letter \x8836 245-1236-2
+letter \x8837 245-1256-2
+letter \x8838 245-45-2
+letter \x8839 145-34-5
+letter \x883A 245-1236-2
+letter \x883B 134-1236-2
+letter \x883C 13-236-2
+letter \x883D 13-346-2
+letter \x883E 1-34-2
+letter \x883F 1-25-3
+letter \x8840 15-346-4
+letter \x8841 1235-456-3
+letter \x8842 1345-1256-5
+letter \x8843 1234-356-3
+letter \x8844 1345-1256-5
+letter \x8845 15-1456-5
+letter \x8846 1-12346-5
+letter \x8847 134-2456-5
+letter \x8848 156-5
+letter \x8849 123-2346-5
+letter \x884A 134-346-5
+letter \x884B 15-16-5
+letter \x884C 15-13456-2
+letter \x884D 2345-4
+letter \x884E 123-1236-5
+letter \x884F 45-5
+letter \x8850 245-1256-2
+letter \x8851 14-13456-2
+letter \x8852 15-45-5
+letter \x8853 24-34-5
+letter \x8854 15-2345-2
+letter \x8855 124-12346-5
+letter \x8856 15-46-5
+letter \x8857 13-346-3
+letter \x8858 15-2345-2
+letter \x8859 23456-2
+letter \x885A 1235-34-2
+letter \x885B 1246-5
+letter \x885C 145-146-5
+letter \x885D 12-12346-3
+letter \x885E 1246-5
+letter \x885F 145-146-5
+letter \x8860 1-123456-3
+letter \x8861 1235-1356-2
+letter \x8862 245-1256-2
+letter \x8863 16-3
+letter \x8864 16-3
+letter \x8865 135-34-4
+letter \x8866 13-1236-4
+letter \x8867 1256-2
+letter \x8868 135-246-4
+letter \x8869 12-345-5
+letter \x886A 16-5
+letter \x886B 24-1236-3
+letter \x886C 12-136-5
+letter \x886D 12345-34-3
+letter \x886E 13-123456-4
+letter \x886F 12345-136-3
+letter \x8870 24-2356-3
+letter \x8871 13-346-2
+letter \x8872 1345-345-5
+letter \x8873 1-12346-3
+letter \x8874 145-1236-4
+letter \x8875 1245-156-5
+letter \x8876 1-12346-5
+letter \x8877 1-12346-3
+letter \x8878 15-346-5
+letter \x8879 1-156-3
+letter \x887A 15-346-2
+letter \x887B 1245-1236-2
+letter \x887C 1-156-3
+letter \x887D 1245-136-5
+letter \x887E 245-1456-3
+letter \x887F 13-1456-3
+letter \x8880 13-256-3
+letter \x8881 45-2
+letter \x8882 134-356-5
+letter \x8883 12-2456-5
+letter \x8884 146-4
+letter \x8885 1345-246-4
+letter \x8886 1235-1246-3
+letter \x8887 1245-1236-2
+letter \x8888 13-23456-3
+letter \x8889 124-25-2
+letter \x888A 14-13456-4
+letter \x888B 145-2456-5
+letter \x888C 135-146-5
+letter \x888D 1234-146-2
+letter \x888E 246-5
+letter \x888F 125-25-5
+letter \x8890 135-16-5
+letter \x8891 24-146-5
+letter \x8892 124-1236-4
+letter \x8893 13-1256-4
+letter \x8894 1235-2346-5
+letter \x8895 15-236-5
+letter \x8896 15-234-5
+letter \x8897 1-136-4
+letter \x8898 16-2
+letter \x8899 1234-345-5
+letter \x889A 12345-34-2
+letter \x889B 145-16-3
+letter \x889C 134-126-5
+letter \x889D 12345-34-5
+letter \x889E 13-123456-4
+letter \x889F 1-156-5
+letter \x88A0 1-156-5
+letter \x88A1 1245-1236-2
+letter \x88A2 1234-1236-5
+letter \x88A3 16-5
+letter \x88A4 134-146-5
+letter \x88A5 124-25-3
+letter \x88A6 1345-345-5
+letter \x88A7 123-12356-3
+letter \x88A8 15-45-5
+letter \x88A9 12-1236-3
+letter \x88AA 245-1256-3
+letter \x88AB 135-356-5
+letter \x88AC 1256-5
+letter \x88AD 15-16-2
+letter \x88AE 134-16-2
+letter \x88AF 135-126-2
+letter \x88B0 134-34-4
+letter \x88B1 12345-34-2
+letter \x88B2 16-2
+letter \x88B3 12-156-4
+letter \x88B4 123-34-5
+letter \x88B5 1245-136-5
+letter \x88B6 13-46-5
+letter \x88B7 13-23456-2
+letter \x88B8 245-123456-2
+letter \x88B9 134-126-5
+letter \x88BA 13-346-2
+letter \x88BB 156-2
+letter \x88BC 13-2346-5
+letter \x88BD 1245-34-2
+letter \x88BE 1-34-3
+letter \x88BF 13-1246-3
+letter \x88C0 1456-3
+letter \x88C1 245-2456-2
+letter \x88C2 14-346-5
+letter \x88C3 123-345-4
+letter \x88C4 15-13456-2
+letter \x88C5 1-456-3
+letter \x88C6 145-1346-3
+letter \x88C7 15-1256-3
+letter \x88C8 123-123456-3
+letter \x88C9 123-136-5
+letter \x88CA 1345-246-4
+letter \x88CB 24-34-5
+letter \x88CC 13-23456-2
+letter \x88CD 123-123456-4
+letter \x88CE 12-1356-2
+letter \x88CF 14-16-4
+letter \x88D0 13-45-3
+letter \x88D1 24-136-3
+letter \x88D2 1234-12356-2
+letter \x88D3 13-2346-2
+letter \x88D4 16-5
+letter \x88D5 1256-5
+letter \x88D6 1-136-4
+letter \x88D7 14-234-2
+letter \x88D8 245-234-2
+letter \x88D9 245-256-2
+letter \x88DA 13-16-5
+letter \x88DB 16-5
+letter \x88DC 135-34-4
+letter \x88DD 1-456-3
+letter \x88DE 24-1246-5
+letter \x88DF 24-345-3
+letter \x88E0 245-256-2
+letter \x88E1 14-16-4
+letter \x88E2 14-2345-2
+letter \x88E3 14-2345-5
+letter \x88E4 123-34-5
+letter \x88E5 13-2345-4
+letter \x88E6 135-146-3
+letter \x88E7 12-1236-3
+letter \x88E8 135-16-5
+letter \x88E9 123-123456-3
+letter \x88EA 124-146-2
+letter \x88EB 45-5
+letter \x88EC 14-13456-2
+letter \x88ED 12-156-4
+letter \x88EE 12-1346-3
+letter \x88EF 12-12356-2
+letter \x88F0 145-25-3
+letter \x88F1 135-246-4
+letter \x88F2 14-46-4
+letter \x88F3 24-1346-3
+letter \x88F4 1234-356-2
+letter \x88F5 1234-356-2
+letter \x88F6 12345-356-3
+letter \x88F7 245-45-4
+letter \x88F8 14-25-4
+letter \x88F9 13-25-4
+letter \x88FA 2345-4
+letter \x88FB 145-34-4
+letter \x88FC 124-16-5
+letter \x88FD 1-156-5
+letter \x88FE 13-1256-3
+letter \x88FF 245-16-4
+letter \x8900 13-16-5
+letter \x8901 1-156-2
+letter \x8902 13-35-5
+letter \x8903 123-136-5
+letter \x8904 245-16-3
+letter \x8905 124-16-5
+letter \x8906 124-16-2
+letter \x8907 12345-34-5
+letter \x8908 12-12346-2
+letter \x8909 15-346-3
+letter \x890A 135-2345-4
+letter \x890B 145-346-2
+letter \x890C 123-123456-3
+letter \x890D 145-12456-3
+letter \x890E 15-234-5
+letter \x890F 15-234-5
+letter \x8910 1235-2346-2
+letter \x8911 45-5
+letter \x8912 135-146-3
+letter \x8913 135-146-4
+letter \x8914 12345-34-5
+letter \x8915 1256-2
+letter \x8916 124-12456-5
+letter \x8917 2345-4
+letter \x8918 1235-1246-3
+letter \x8919 135-356-5
+letter \x891A 12-34-4
+letter \x891B 14-1256-4
+letter \x891C 1234-146-2
+letter \x891D 145-1236-3
+letter \x891E 256-4
+letter \x891F 145-345-2
+letter \x8920 13-12356-3
+letter \x8921 145-345-3
+letter \x8922 1235-2356-2
+letter \x8923 1245-12346-2
+letter \x8924 45-5
+letter \x8925 1245-34-5
+letter \x8926 1345-2456-5
+letter \x8927 13-235-4
+letter \x8928 15-25-4
+letter \x8929 135-1236-3
+letter \x892A 124-123456-5
+letter \x892B 12-156-4
+letter \x892C 15-1346-4
+letter \x892D 1345-246-4
+letter \x892E 13456-3
+letter \x892F 13-346-5
+letter \x8930 245-2345-3
+letter \x8931 1235-2356-2
+letter \x8932 123-34-5
+letter \x8933 14-2345-2
+letter \x8934 14-1236-2
+letter \x8935 14-16-2
+letter \x8936 1-2346-2
+letter \x8937 24-156-3
+letter \x8938 14-1256-4
+letter \x8939 16-5
+letter \x893A 145-346-2
+letter \x893B 15-346-5
+letter \x893C 15-2345-3
+letter \x893D 1246-5
+letter \x893E 135-246-4
+letter \x893F 245-146-2
+letter \x8940 13-16-3
+letter \x8941 245-46-4
+letter \x8942 24-1236-3
+letter \x8943 135-146-3
+letter \x8944 15-46-3
+letter \x8945 135-16-5
+letter \x8946 1234-34-2
+letter \x8947 13-2345-4
+letter \x8948 1-12456-5
+letter \x8949 13-2345-4
+letter \x894A 125-1246-5
+letter \x894B 13-16-2
+letter \x894C 145-1236-3
+letter \x894D 125-345-2
+letter \x894E 135-126-5
+letter \x894F 135-126-2
+letter \x8950 15-46-5
+letter \x8951 15-1456-2
+letter \x8952 135-346-2
+letter \x8953 1245-146-2
+letter \x8954 134-1236-4
+letter \x8955 14-1236-2
+letter \x8956 146-4
+letter \x8957 145-25-2
+letter \x8958 13-1246-5
+letter \x8959 245-146-5
+letter \x895A 15-1246-5
+letter \x895B 1345-12346-2
+letter \x895C 12-1236-3
+letter \x895D 14-2345-5
+letter \x895E 135-16-5
+letter \x895F 13-1456-3
+letter \x8960 145-1346-3
+letter \x8961 24-34-2
+letter \x8962 124-1236-4
+letter \x8963 135-16-5
+letter \x8964 14-1236-2
+letter \x8965 1234-34-2
+letter \x8966 1245-34-2
+letter \x8967 1-156-4
+letter \x8968 123-345-3
+letter \x8969 24-34-4
+letter \x896A 35-5
+letter \x896B 24-156-5
+letter \x896C 135-2456-4
+letter \x896D 15-346-2
+letter \x896E 135-126-2
+letter \x896F 12-136-5
+letter \x8970 14-2456-5
+letter \x8971 14-12346-2
+letter \x8972 15-16-2
+letter \x8973 15-2345-3
+letter \x8974 14-1236-2
+letter \x8975 1-2346-2
+letter \x8976 145-2456-5
+letter \x8977 13-1256-4
+letter \x8978 125-1236-5
+letter \x8979 24-156-3
+letter \x897A 13-2345-4
+letter \x897B 1234-1236-5
+letter \x897C 16-5
+letter \x897D 14-1236-2
+letter \x897E 23456-5
+letter \x897F 15-16-3
+letter \x8980 15-23456-5
+letter \x8981 246-5
+letter \x8982 12345-1356-4
+letter \x8983 124-1236-2
+letter \x8984 12345-34-5
+letter \x8985 12345-246-5
+letter \x8986 12345-34-5
+letter \x8987 135-345-5
+letter \x8988 1235-2346-2
+letter \x8989 13-16-3
+letter \x898A 13-16-3
+letter \x898B 13-2345-5
+letter \x898C 13-12456-3
+letter \x898D 135-2345-5
+letter \x898E 2345-5
+letter \x898F 13-1246-3
+letter \x8990 13-236-2
+letter \x8991 1234-2345-4
+letter \x8992 134-146-5
+letter \x8993 134-16-5
+letter \x8994 134-16-5
+letter \x8995 1234-346-3
+letter \x8996 24-156-5
+letter \x8997 15-156-3
+letter \x8998 1-1236-3
+letter \x8999 14-25-2
+letter \x899A 13-236-2
+letter \x899B 134-126-5
+letter \x899C 124-246-5
+letter \x899D 14-2345-2
+letter \x899E 246-5
+letter \x899F 1-156-5
+letter \x89A0 13-256-3
+letter \x89A1 15-16-2
+letter \x89A2 24-1236-4
+letter \x89A3 1246-3
+letter \x89A4 15-16-5
+letter \x89A5 124-2345-4
+letter \x89A6 1256-2
+letter \x89A7 14-1236-4
+letter \x89A8 2346-5
+letter \x89A9 145-34-4
+letter \x89AA 245-1456-3
+letter \x89AB 1234-1346-4
+letter \x89AC 13-16-5
+letter \x89AD 134-13456-2
+letter \x89AE 13456-2
+letter \x89AF 13-12356-5
+letter \x89B0 245-1256-5
+letter \x89B1 1-1236-5
+letter \x89B2 13-1456-5
+letter \x89B3 13-12456-3
+letter \x89B4 145-1356-3
+letter \x89B5 13-2345-5
+letter \x89B6 14-25-2
+letter \x89B7 245-1256-5
+letter \x89B8 13-2345-5
+letter \x89B9 1246-2
+letter \x89BA 13-236-2
+letter \x89BB 245-1256-5
+letter \x89BC 14-25-2
+letter \x89BD 14-1236-4
+letter \x89BE 24-136-4
+letter \x89BF 145-16-2
+letter \x89C0 13-12456-3
+letter \x89C1 13-2345-5
+letter \x89C2 13-12456-3
+letter \x89C3 2345-5
+letter \x89C4 13-1246-3
+letter \x89C5 134-16-5
+letter \x89C6 24-156-5
+letter \x89C7 1-1236-3
+letter \x89C8 14-1236-4
+letter \x89C9 13-236-2
+letter \x89CA 13-16-5
+letter \x89CB 15-16-2
+letter \x89CC 145-16-2
+letter \x89CD 124-2345-4
+letter \x89CE 1256-2
+letter \x89CF 13-12356-5
+letter \x89D0 13-1456-5
+letter \x89D1 245-1256-5
+letter \x89D2 13-246-4
+letter \x89D3 245-234-2
+letter \x89D4 13-1456-3
+letter \x89D5 245-34-3
+letter \x89D6 13-236-2
+letter \x89D7 1-156-5
+letter \x89D8 12-146-5
+letter \x89D9 13-16-2
+letter \x89DA 13-34-3
+letter \x89DB 145-1236-5
+letter \x89DC 125-1246-4
+letter \x89DD 145-16-4
+letter \x89DE 24-1346-3
+letter \x89DF 1235-35-5
+letter \x89E0 245-45-2
+letter \x89E1 13-2346-2
+letter \x89E2 24-156-5
+letter \x89E3 13-346-4
+letter \x89E4 13-1246-4
+letter \x89E5 13-12346-3
+letter \x89E6 1235-12346-2
+letter \x89E7 13-346-4
+letter \x89E8 1235-123456-5
+letter \x89E9 245-234-2
+letter \x89EA 15-13456-3
+letter \x89EB 15-34-5
+letter \x89EC 1345-16-2
+letter \x89ED 13-16-3
+letter \x89EE 14-34-5
+letter \x89EF 1-156-5
+letter \x89F0 1-345-3
+letter \x89F1 135-16-5
+letter \x89F2 15-13456-3
+letter \x89F3 1235-34-2
+letter \x89F4 24-1346-3
+letter \x89F5 13-12346-3
+letter \x89F6 1-156-5
+letter \x89F7 15-236-2
+letter \x89F8 12-34-5
+letter \x89F9 15-16-3
+letter \x89FA 16-2
+letter \x89FB 14-34-5
+letter \x89FC 13-236-2
+letter \x89FD 15-16-3
+letter \x89FE 2345-5
+letter \x89FF 15-16-3
+letter \x8A00 2345-2
+letter \x8A01 2345-2
+letter \x8A02 145-13456-5
+letter \x8A03 12345-34-5
+letter \x8A04 245-234-2
+letter \x8A05 245-234-2
+letter \x8A06 13-246-5
+letter \x8A07 1235-12346-3
+letter \x8A08 13-16-5
+letter \x8A09 12345-1236-5
+letter \x8A0A 15-256-5
+letter \x8A0B 145-246-5
+letter \x8A0C 1235-12346-5
+letter \x8A0D 12-345-5
+letter \x8A0E 124-146-4
+letter \x8A0F 15-1256-3
+letter \x8A10 13-346-2
+letter \x8A11 16-2
+letter \x8A12 1245-136-5
+letter \x8A13 15-256-5
+letter \x8A14 1456-2
+letter \x8A15 24-1236-5
+letter \x8A16 245-16-5
+letter \x8A17 124-25-3
+letter \x8A18 13-16-5
+letter \x8A19 15-256-5
+letter \x8A1A 1456-2
+letter \x8A1B 2346-2
+letter \x8A1C 12345-136-3
+letter \x8A1D 23456-5
+letter \x8A1E 246-3
+letter \x8A1F 15-12346-5
+letter \x8A20 24-136-4
+letter \x8A21 1456-2
+letter \x8A22 15-1456-3
+letter \x8A23 13-236-2
+letter \x8A24 15-246-2
+letter \x8A25 1345-2346-5
+letter \x8A26 12-136-2
+letter \x8A27 234-2
+letter \x8A28 1-156-4
+letter \x8A29 15-235-3
+letter \x8A2A 12345-1346-4
+letter \x8A2B 15-1456-5
+letter \x8A2C 12-146-3
+letter \x8A2D 24-2346-5
+letter \x8A2E 2345-2
+letter \x8A2F 24-345-4
+letter \x8A30 1-123456-5
+letter \x8A31 15-1256-4
+letter \x8A32 16-5
+letter \x8A33 16-5
+letter \x8A34 15-34-5
+letter \x8A35 12-156-3
+letter \x8A36 1235-2346-3
+letter \x8A37 24-136-3
+letter \x8A38 1235-2346-2
+letter \x8A39 15-1256-5
+letter \x8A3A 1-136-4
+letter \x8A3B 1-34-5
+letter \x8A3C 1-1356-5
+letter \x8A3D 13-12356-5
+letter \x8A3E 125-156-4
+letter \x8A3F 125-156-4
+letter \x8A40 1-1236-3
+letter \x8A41 13-34-4
+letter \x8A42 12345-34-5
+letter \x8A43 245-45-4
+letter \x8A44 145-346-2
+letter \x8A45 14-13456-2
+letter \x8A46 145-16-4
+letter \x8A47 46-5
+letter \x8A48 14-16-5
+letter \x8A49 1345-34-5
+letter \x8A4A 1234-1236-5
+letter \x8A4B 1-12356-5
+letter \x8A4C 13-1236-5
+letter \x8A4D 16-5
+letter \x8A4E 13-1256-5
+letter \x8A4F 146-5
+letter \x8A50 1-345-5
+letter \x8A51 124-25-2
+letter \x8A52 16-2
+letter \x8A53 245-1256-4
+letter \x8A54 1-146-5
+letter \x8A55 1234-13456-2
+letter \x8A56 135-16-5
+letter \x8A57 15-235-5
+letter \x8A58 245-1256-3
+letter \x8A59 135-345-2
+letter \x8A5A 145-345-2
+letter \x8A5B 125-34-4
+letter \x8A5C 124-146-3
+letter \x8A5D 1-34-4
+letter \x8A5E 245-156-2
+letter \x8A5F 1-2346-2
+letter \x8A60 235-4
+letter \x8A61 15-1256-4
+letter \x8A62 15-256-2
+letter \x8A63 16-5
+letter \x8A64 1235-456-4
+letter \x8A65 1235-2346-2
+letter \x8A66 24-156-5
+letter \x8A67 12-345-2
+letter \x8A68 13-246-3
+letter \x8A69 24-156-3
+letter \x8A6A 1235-136-4
+letter \x8A6B 12-345-5
+letter \x8A6C 13-12356-5
+letter \x8A6D 13-1246-4
+letter \x8A6E 245-45-2
+letter \x8A6F 1235-1246-5
+letter \x8A70 13-346-2
+letter \x8A71 1235-35-5
+letter \x8A72 13-2456-3
+letter \x8A73 15-46-2
+letter \x8A74 1246-3
+letter \x8A75 24-136-3
+letter \x8A76 12-12356-2
+letter \x8A77 124-12346-2
+letter \x8A78 134-16-2
+letter \x8A79 1-1236-3
+letter \x8A7A 134-13456-5
+letter \x8A7B 2346-5
+letter \x8A7C 1235-1246-3
+letter \x8A7D 2345-2
+letter \x8A7E 15-235-3
+letter \x8A7F 13-35-5
+letter \x8A80 156-5
+letter \x8A81 135-1356-4
+letter \x8A82 124-246-4
+letter \x8A83 12-156-4
+letter \x8A84 14-356-4
+letter \x8A85 1-34-3
+letter \x8A86 123-456-3
+letter \x8A87 123-35-3
+letter \x8A88 34-3
+letter \x8A89 1256-5
+letter \x8A8A 124-1356-2
+letter \x8A8B 13-16-5
+letter \x8A8C 1-156-5
+letter \x8A8D 1245-136-5
+letter \x8A8E 245-34-5
+letter \x8A8F 14-1346-4
+letter \x8A90 2346-2
+letter \x8A91 123-456-2
+letter \x8A92 26-5
+letter \x8A93 24-156-5
+letter \x8A94 124-13456-4
+letter \x8A95 145-1236-5
+letter \x8A96 135-356-5
+letter \x8A97 12-1236-2
+letter \x8A98 234-5
+letter \x8A99 123-1356-3
+letter \x8A9A 245-246-5
+letter \x8A9B 245-1456-3
+letter \x8A9C 24-35-5
+letter \x8A9D 1236-3
+letter \x8A9E 1256-4
+letter \x8A9F 15-246-5
+letter \x8AA0 12-1356-2
+letter \x8AA1 13-346-5
+letter \x8AA2 15-2345-5
+letter \x8AA3 34-3
+letter \x8AA4 34-5
+letter \x8AA5 13-146-5
+letter \x8AA6 15-12346-5
+letter \x8AA7 1234-34-4
+letter \x8AA8 1235-1246-5
+letter \x8AA9 13-13456-5
+letter \x8AAA 24-25-3
+letter \x8AAB 1-136-5
+letter \x8AAC 24-25-3
+letter \x8AAD 145-34-2
+letter \x8AAE 1235-35-3
+letter \x8AAF 12-1346-5
+letter \x8AB0 24-356-2
+letter \x8AB1 13-346-2
+letter \x8AB2 123-2346-5
+letter \x8AB3 245-1256-3
+letter \x8AB4 245-12346-2
+letter \x8AB5 15-246-2
+letter \x8AB6 15-1246-5
+letter \x8AB7 456-4
+letter \x8AB8 15-2345-2
+letter \x8AB9 12345-356-4
+letter \x8ABA 12-156-3
+letter \x8ABB 124-345-5
+letter \x8ABC 16-2
+letter \x8ABD 1345-345-2
+letter \x8ABE 1456-2
+letter \x8ABF 145-246-5
+letter \x8AC0 1234-16-4
+letter \x8AC1 12-25-5
+letter \x8AC2 12-1236-4
+letter \x8AC3 12-136-3
+letter \x8AC4 1-123456-3
+letter \x8AC5 13-16-5
+letter \x8AC6 245-16-3
+letter \x8AC7 124-1236-2
+letter \x8AC8 1-1246-5
+letter \x8AC9 1246-4
+letter \x8ACA 13-1256-2
+letter \x8ACB 245-13456-4
+letter \x8ACC 145-12346-4
+letter \x8ACD 1-1356-3
+letter \x8ACE 125-2346-2
+letter \x8ACF 125-12356-3
+letter \x8AD0 245-2345-3
+letter \x8AD1 1-25-2
+letter \x8AD2 14-46-5
+letter \x8AD3 13-2345-5
+letter \x8AD4 12-34-5
+letter \x8AD5 15-23456-5
+letter \x8AD6 14-123456-5
+letter \x8AD7 24-136-4
+letter \x8AD8 135-246-4
+letter \x8AD9 1235-2356-5
+letter \x8ADA 1234-2345-2
+letter \x8ADB 1256-2
+letter \x8ADC 145-346-2
+letter \x8ADD 15-1256-4
+letter \x8ADE 1234-2345-4
+letter \x8ADF 24-156-5
+letter \x8AE0 15-45-3
+letter \x8AE1 24-156-5
+letter \x8AE2 1235-123456-5
+letter \x8AE3 1235-35-5
+letter \x8AE4 2346-5
+letter \x8AE5 1-12346-5
+letter \x8AE6 145-16-5
+letter \x8AE7 15-346-2
+letter \x8AE8 12345-34-2
+letter \x8AE9 1234-34-4
+letter \x8AEA 124-13456-2
+letter \x8AEB 13-2345-5
+letter \x8AEC 245-16-4
+letter \x8AED 1256-5
+letter \x8AEE 125-156-3
+letter \x8AEF 12-12456-2
+letter \x8AF0 15-16-4
+letter \x8AF1 1235-1246-5
+letter \x8AF2 1456-3
+letter \x8AF3 1236-3
+letter \x8AF4 15-2345-2
+letter \x8AF5 1345-1236-2
+letter \x8AF6 12-136-2
+letter \x8AF7 12345-1356-4
+letter \x8AF8 1-34-3
+letter \x8AF9 46-2
+letter \x8AFA 2345-5
+letter \x8AFB 1235-1356-3
+letter \x8AFC 15-45-3
+letter \x8AFD 13-2346-2
+letter \x8AFE 1345-25-5
+letter \x8AFF 245-16-5
+letter \x8B00 134-12356-2
+letter \x8B01 346-5
+letter \x8B02 1246-5
+letter \x8B03 15-13456-3
+letter \x8B04 124-1356-2
+letter \x8B05 125-12356-3
+letter \x8B06 24-1236-5
+letter \x8B07 13-2345-4
+letter \x8B08 135-126-2
+letter \x8B09 123-1246-5
+letter \x8B0A 1235-456-4
+letter \x8B0B 1235-25-5
+letter \x8B0C 13-2346-3
+letter \x8B0D 13456-2
+letter \x8B0E 134-16-2
+letter \x8B0F 15-246-4
+letter \x8B10 134-16-5
+letter \x8B11 15-16-5
+letter \x8B12 245-46-3
+letter \x8B13 12-136-3
+letter \x8B14 1345-236-5
+letter \x8B15 124-16-2
+letter \x8B16 15-34-5
+letter \x8B17 135-1346-5
+letter \x8B18 12-156-2
+letter \x8B19 245-2345-3
+letter \x8B1A 24-156-5
+letter \x8B1B 13-46-4
+letter \x8B1C 45-2
+letter \x8B1D 15-346-5
+letter \x8B1E 1235-2346-5
+letter \x8B1F 124-146-3
+letter \x8B20 246-2
+letter \x8B21 246-2
+letter \x8B22 1235-34-5
+letter \x8B23 1256-2
+letter \x8B24 135-246-3
+letter \x8B25 245-12346-5
+letter \x8B26 245-13456-5
+letter \x8B27 14-16-2
+letter \x8B28 134-126-2
+letter \x8B29 134-126-2
+letter \x8B2A 24-1346-3
+letter \x8B2B 1-2346-2
+letter \x8B2C 134-234-5
+letter \x8B2D 13-2345-4
+letter \x8B2E 125-2346-2
+letter \x8B2F 13-346-3
+letter \x8B30 14-2345-2
+letter \x8B31 14-12356-2
+letter \x8B32 245-1236-3
+letter \x8B33 12356-3
+letter \x8B34 13-123456-5
+letter \x8B35 15-16-2
+letter \x8B36 1-25-2
+letter \x8B37 146-2
+letter \x8B38 146-2
+letter \x8B39 13-1456-4
+letter \x8B3A 1-2346-2
+letter \x8B3B 16-2
+letter \x8B3C 1235-34-3
+letter \x8B3D 13-46-5
+letter \x8B3E 134-1236-5
+letter \x8B3F 12-146-2
+letter \x8B40 1235-1236-5
+letter \x8B41 1235-35-2
+letter \x8B42 12-1236-4
+letter \x8B43 15-1256-3
+letter \x8B44 125-1356-3
+letter \x8B45 15-2346-5
+letter \x8B46 15-16-3
+letter \x8B47 1-345-3
+letter \x8B48 145-1246-5
+letter \x8B49 1-1356-5
+letter \x8B4A 1345-146-2
+letter \x8B4B 14-1236-2
+letter \x8B4C 2346-2
+letter \x8B4D 13456-3
+letter \x8B4E 13-236-2
+letter \x8B4F 13-16-3
+letter \x8B50 125-123456-4
+letter \x8B51 13-246-4
+letter \x8B52 135-126-5
+letter \x8B53 1235-1246-5
+letter \x8B54 1-12456-5
+letter \x8B55 34-2
+letter \x8B56 125-136-5
+letter \x8B57 1-345-2
+letter \x8B58 24-156-5
+letter \x8B59 245-246-2
+letter \x8B5A 124-1236-2
+letter \x8B5B 125-136-5
+letter \x8B5C 1234-34-4
+letter \x8B5D 24-1356-2
+letter \x8B5E 15-45-3
+letter \x8B5F 125-146-5
+letter \x8B60 1-1236-3
+letter \x8B61 145-1346-4
+letter \x8B62 15-1246-5
+letter \x8B63 15-2345-4
+letter \x8B64 13-16-3
+letter \x8B65 13-246-5
+letter \x8B66 13-13456-4
+letter \x8B67 14-2345-2
+letter \x8B68 1345-12356-2
+letter \x8B69 16-3
+letter \x8B6A 2456-4
+letter \x8B6B 1-1236-3
+letter \x8B6C 1234-16-5
+letter \x8B6D 1235-1246-4
+letter \x8B6E 1235-35-5
+letter \x8B6F 16-5
+letter \x8B70 16-5
+letter \x8B71 24-1236-5
+letter \x8B72 1245-1346-5
+letter \x8B73 1345-12356-5
+letter \x8B74 245-2345-4
+letter \x8B75 145-1246-5
+letter \x8B76 124-345-5
+letter \x8B77 1235-34-5
+letter \x8B78 1-12356-3
+letter \x8B79 1235-146-2
+letter \x8B7A 1345-16-4
+letter \x8B7B 13456-3
+letter \x8B7C 13-2345-3
+letter \x8B7D 1256-5
+letter \x8B7E 13-2345-4
+letter \x8B7F 1235-1246-5
+letter \x8B80 145-34-2
+letter \x8B81 1-2346-2
+letter \x8B82 15-45-5
+letter \x8B83 125-1236-5
+letter \x8B84 14-356-4
+letter \x8B85 24-136-4
+letter \x8B86 1246-5
+letter \x8B87 12-1236-4
+letter \x8B88 14-16-5
+letter \x8B89 16-2
+letter \x8B8A 135-2345-5
+letter \x8B8B 1-2346-2
+letter \x8B8C 2345-5
+letter \x8B8D 2346-5
+letter \x8B8E 12-12356-2
+letter \x8B8F 1246-5
+letter \x8B90 12-12356-2
+letter \x8B91 246-5
+letter \x8B92 12-1236-2
+letter \x8B93 1245-1346-5
+letter \x8B94 1456-4
+letter \x8B95 14-1236-2
+letter \x8B96 12-136-5
+letter \x8B97 1235-25-5
+letter \x8B98 1-2346-2
+letter \x8B99 1235-12456-3
+letter \x8B9A 125-1236-5
+letter \x8B9B 16-5
+letter \x8B9C 145-1346-4
+letter \x8B9D 1-1236-3
+letter \x8B9E 2345-5
+letter \x8B9F 145-34-2
+letter \x8BA0 2345-2
+letter \x8BA1 13-16-5
+letter \x8BA2 145-13456-5
+letter \x8BA3 12345-34-5
+letter \x8BA4 1245-136-5
+letter \x8BA5 13-16-3
+letter \x8BA6 13-346-2
+letter \x8BA7 1235-12346-5
+letter \x8BA8 124-146-4
+letter \x8BA9 1245-1346-5
+letter \x8BAA 24-1236-5
+letter \x8BAB 245-16-5
+letter \x8BAC 124-25-3
+letter \x8BAD 15-256-5
+letter \x8BAE 16-5
+letter \x8BAF 15-256-5
+letter \x8BB0 13-16-5
+letter \x8BB1 1245-136-5
+letter \x8BB2 13-46-4
+letter \x8BB3 1235-1246-5
+letter \x8BB4 12356-3
+letter \x8BB5 13-1256-5
+letter \x8BB6 23456-5
+letter \x8BB7 1345-2346-5
+letter \x8BB8 15-1256-4
+letter \x8BB9 2346-2
+letter \x8BBA 14-123456-5
+letter \x8BBB 15-235-3
+letter \x8BBC 15-12346-5
+letter \x8BBD 12345-1356-4
+letter \x8BBE 24-2346-5
+letter \x8BBF 12345-1346-4
+letter \x8BC0 13-236-2
+letter \x8BC1 1-1356-5
+letter \x8BC2 13-34-4
+letter \x8BC3 1235-2346-3
+letter \x8BC4 1234-13456-2
+letter \x8BC5 125-34-4
+letter \x8BC6 24-156-5
+letter \x8BC7 15-235-5
+letter \x8BC8 1-345-5
+letter \x8BC9 15-34-5
+letter \x8BCA 1-136-4
+letter \x8BCB 145-16-4
+letter \x8BCC 1-12356-3
+letter \x8BCD 245-156-2
+letter \x8BCE 245-1256-3
+letter \x8BCF 1-146-5
+letter \x8BD0 135-16-5
+letter \x8BD1 16-5
+letter \x8BD2 16-2
+letter \x8BD3 13-456-3
+letter \x8BD4 14-356-4
+letter \x8BD5 24-156-5
+letter \x8BD6 13-35-5
+letter \x8BD7 24-156-3
+letter \x8BD8 13-346-2
+letter \x8BD9 1235-1246-3
+letter \x8BDA 12-1356-2
+letter \x8BDB 1-34-3
+letter \x8BDC 24-136-3
+letter \x8BDD 1235-35-5
+letter \x8BDE 145-1236-5
+letter \x8BDF 13-12356-5
+letter \x8BE0 245-45-2
+letter \x8BE1 13-1246-4
+letter \x8BE2 15-256-2
+letter \x8BE3 16-5
+letter \x8BE4 1-1356-3
+letter \x8BE5 13-2456-3
+letter \x8BE6 15-46-2
+letter \x8BE7 12-345-5
+letter \x8BE8 1235-123456-5
+letter \x8BE9 15-1256-4
+letter \x8BEA 1-12356-3
+letter \x8BEB 13-346-5
+letter \x8BEC 34-3
+letter \x8BED 1256-4
+letter \x8BEE 245-246-5
+letter \x8BEF 34-5
+letter \x8BF0 13-146-5
+letter \x8BF1 234-5
+letter \x8BF2 1235-1246-5
+letter \x8BF3 123-456-2
+letter \x8BF4 24-25-3
+letter \x8BF5 15-12346-5
+letter \x8BF6 26-5
+letter \x8BF7 245-13456-4
+letter \x8BF8 1-34-3
+letter \x8BF9 125-12356-3
+letter \x8BFA 1345-25-5
+letter \x8BFB 145-34-2
+letter \x8BFC 1-25-2
+letter \x8BFD 12345-356-4
+letter \x8BFE 123-2346-5
+letter \x8BFF 1246-4
+letter \x8C00 1256-2
+letter \x8C01 24-356-2
+letter \x8C02 24-136-4
+letter \x8C03 145-246-5
+letter \x8C04 12-1236-4
+letter \x8C05 14-46-5
+letter \x8C06 1-123456-3
+letter \x8C07 15-1246-5
+letter \x8C08 124-1236-2
+letter \x8C09 24-136-4
+letter \x8C0A 16-5
+letter \x8C0B 134-12356-2
+letter \x8C0C 12-136-2
+letter \x8C0D 145-346-2
+letter \x8C0E 1235-456-4
+letter \x8C0F 13-2345-5
+letter \x8C10 15-346-2
+letter \x8C11 15-236-5
+letter \x8C12 346-5
+letter \x8C13 1246-5
+letter \x8C14 2346-5
+letter \x8C15 1256-5
+letter \x8C16 15-45-3
+letter \x8C17 12-1236-2
+letter \x8C18 125-156-3
+letter \x8C19 1236-3
+letter \x8C1A 2345-5
+letter \x8C1B 145-16-5
+letter \x8C1C 134-16-2
+letter \x8C1D 1234-2345-4
+letter \x8C1E 15-1256-4
+letter \x8C1F 134-126-2
+letter \x8C20 145-1346-4
+letter \x8C21 15-34-5
+letter \x8C22 15-346-5
+letter \x8C23 246-2
+letter \x8C24 135-1346-5
+letter \x8C25 24-156-5
+letter \x8C26 245-2345-3
+letter \x8C27 134-16-5
+letter \x8C28 13-1456-4
+letter \x8C29 134-1236-5
+letter \x8C2A 1-2346-2
+letter \x8C2B 13-2345-4
+letter \x8C2C 134-234-5
+letter \x8C2D 124-1236-2
+letter \x8C2E 125-136-5
+letter \x8C2F 245-246-2
+letter \x8C30 14-1236-2
+letter \x8C31 1234-34-4
+letter \x8C32 13-236-2
+letter \x8C33 2345-5
+letter \x8C34 245-2345-4
+letter \x8C35 1-1236-3
+letter \x8C36 12-136-5
+letter \x8C37 13-34-4
+letter \x8C38 245-2345-3
+letter \x8C39 1235-12346-2
+letter \x8C3A 15-23456-3
+letter \x8C3B 13-236-2
+letter \x8C3C 1235-12346-2
+letter \x8C3D 1235-1236-3
+letter \x8C3E 1235-12346-3
+letter \x8C3F 15-16-3
+letter \x8C40 15-16-3
+letter \x8C41 1235-25-5
+letter \x8C42 14-246-2
+letter \x8C43 1235-1236-4
+letter \x8C44 145-34-2
+letter \x8C45 14-12346-2
+letter \x8C46 145-12356-5
+letter \x8C47 13-46-3
+letter \x8C48 245-16-4
+letter \x8C49 12-156-4
+letter \x8C4A 14-16-4
+letter \x8C4B 145-1356-3
+letter \x8C4C 12456-3
+letter \x8C4D 135-16-3
+letter \x8C4E 24-34-5
+letter \x8C4F 15-2345-5
+letter \x8C50 12345-1356-3
+letter \x8C51 1-156-5
+letter \x8C52 1-156-5
+letter \x8C53 2345-5
+letter \x8C54 2345-5
+letter \x8C55 24-156-4
+letter \x8C56 12-34-5
+letter \x8C57 1235-1246-3
+letter \x8C58 124-123456-2
+letter \x8C59 16-5
+letter \x8C5A 124-123456-2
+letter \x8C5B 16-5
+letter \x8C5C 13-2345-3
+letter \x8C5D 135-345-3
+letter \x8C5E 1235-12356-5
+letter \x8C5F 2346-5
+letter \x8C60 12-34-2
+letter \x8C61 15-46-5
+letter \x8C62 1235-12456-5
+letter \x8C63 13-2345-3
+letter \x8C64 123-136-4
+letter \x8C65 13-2456-3
+letter \x8C66 245-1256-2
+letter \x8C67 12345-34-3
+letter \x8C68 15-16-3
+letter \x8C69 135-1456-3
+letter \x8C6A 1235-146-2
+letter \x8C6B 1256-5
+letter \x8C6C 1-34-3
+letter \x8C6D 13-23456-3
+letter \x8C6E 12345-136-2
+letter \x8C6F 15-16-3
+letter \x8C70 1235-34-5
+letter \x8C71 123456-3
+letter \x8C72 1235-12456-2
+letter \x8C73 135-1456-3
+letter \x8C74 145-16-2
+letter \x8C75 125-12346-3
+letter \x8C76 12345-136-2
+letter \x8C77 16-5
+letter \x8C78 1-156-5
+letter \x8C79 135-146-5
+letter \x8C7A 12-2456-2
+letter \x8C7B 1236-5
+letter \x8C7C 1234-16-2
+letter \x8C7D 1345-345-5
+letter \x8C7E 1234-16-3
+letter \x8C7F 13-12356-4
+letter \x8C80 1345-345-5
+letter \x8C81 234-5
+letter \x8C82 145-246-3
+letter \x8C83 134-126-5
+letter \x8C84 15-156-5
+letter \x8C85 15-234-3
+letter \x8C86 1235-12456-2
+letter \x8C87 123-136-4
+letter \x8C88 1235-2346-2
+letter \x8C89 1235-2346-2
+letter \x8C8A 134-126-5
+letter \x8C8B 1236-5
+letter \x8C8C 134-146-5
+letter \x8C8D 14-16-2
+letter \x8C8E 1345-16-2
+letter \x8C8F 135-16-4
+letter \x8C90 1256-4
+letter \x8C91 13-23456-3
+letter \x8C92 124-12456-3
+letter \x8C93 134-146-3
+letter \x8C94 1234-16-2
+letter \x8C95 15-16-3
+letter \x8C96 2346-5
+letter \x8C97 13-1256-5
+letter \x8C98 134-126-5
+letter \x8C99 12-34-3
+letter \x8C9A 124-1236-2
+letter \x8C9B 1235-12456-3
+letter \x8C9C 13-236-2
+letter \x8C9D 135-356-5
+letter \x8C9E 1-136-3
+letter \x8C9F 45-2
+letter \x8CA0 12345-34-5
+letter \x8CA1 245-2456-2
+letter \x8CA2 13-12346-5
+letter \x8CA3 124-2346-5
+letter \x8CA4 16-2
+letter \x8CA5 1235-1346-2
+letter \x8CA6 12456-5
+letter \x8CA7 1234-1456-2
+letter \x8CA8 1235-25-5
+letter \x8CA9 12345-1236-5
+letter \x8CAA 124-1236-3
+letter \x8CAB 13-12456-5
+letter \x8CAC 125-2346-2
+letter \x8CAD 1-156-2
+letter \x8CAE 156-5
+letter \x8CAF 1-34-4
+letter \x8CB0 24-156-5
+letter \x8CB1 135-16-5
+letter \x8CB2 125-156-3
+letter \x8CB3 156-5
+letter \x8CB4 13-1246-5
+letter \x8CB5 1234-2345-4
+letter \x8CB6 135-2345-4
+letter \x8CB7 134-2456-4
+letter \x8CB8 145-2456-5
+letter \x8CB9 24-1356-5
+letter \x8CBA 123-456-5
+letter \x8CBB 12345-356-5
+letter \x8CBC 124-346-3
+letter \x8CBD 16-2
+letter \x8CBE 12-156-2
+letter \x8CBF 134-146-5
+letter \x8CC0 1235-2346-5
+letter \x8CC1 135-136-3
+letter \x8CC2 14-34-5
+letter \x8CC3 14-1456-5
+letter \x8CC4 1235-1246-5
+letter \x8CC5 13-2456-3
+letter \x8CC6 1234-2345-2
+letter \x8CC7 125-156-3
+letter \x8CC8 13-23456-4
+letter \x8CC9 15-1256-5
+letter \x8CCA 125-356-2
+letter \x8CCB 13-246-4
+letter \x8CCC 13-2456-3
+letter \x8CCD 125-1346-3
+letter \x8CCE 13-2345-5
+letter \x8CCF 13456-3
+letter \x8CD0 15-256-5
+letter \x8CD1 1-136-5
+letter \x8CD2 24-2346-3
+letter \x8CD3 135-1456-3
+letter \x8CD4 135-1456-3
+letter \x8CD5 245-234-2
+letter \x8CD6 24-2346-3
+letter \x8CD7 12-12456-5
+letter \x8CD8 125-1346-3
+letter \x8CD9 1-12356-3
+letter \x8CDA 14-2456-5
+letter \x8CDB 125-1236-5
+letter \x8CDC 15-156-5
+letter \x8CDD 12-136-3
+letter \x8CDE 24-1346-4
+letter \x8CDF 124-2345-4
+letter \x8CE0 1234-356-2
+letter \x8CE1 13-1356-3
+letter \x8CE2 15-2345-2
+letter \x8CE3 134-2456-5
+letter \x8CE4 13-2345-5
+letter \x8CE5 15-1246-5
+letter \x8CE6 12345-34-5
+letter \x8CE7 124-1236-5
+letter \x8CE8 245-12346-2
+letter \x8CE9 245-12346-2
+letter \x8CEA 1-156-2
+letter \x8CEB 13-16-3
+letter \x8CEC 1-1346-5
+letter \x8CED 145-34-4
+letter \x8CEE 13-1456-5
+letter \x8CEF 15-235-3
+letter \x8CF0 24-123456-4
+letter \x8CF1 256-4
+letter \x8CF2 135-146-4
+letter \x8CF3 125-2456-3
+letter \x8CF4 14-2456-5
+letter \x8CF5 12345-1356-5
+letter \x8CF6 245-1346-5
+letter \x8CF7 13-16-3
+letter \x8CF8 24-1356-5
+letter \x8CF9 2456-5
+letter \x8CFA 1-12456-5
+letter \x8CFB 12345-34-5
+letter \x8CFC 13-12356-5
+letter \x8CFD 15-2456-5
+letter \x8CFE 125-2346-2
+letter \x8CFF 14-246-2
+letter \x8D00 1246-5
+letter \x8D01 135-2456-5
+letter \x8D02 12-136-4
+letter \x8D03 1-12456-5
+letter \x8D04 1-156-5
+letter \x8D05 1-1246-5
+letter \x8D06 135-246-3
+letter \x8D07 256-3
+letter \x8D08 125-1356-5
+letter \x8D09 124-1236-4
+letter \x8D0A 125-1236-5
+letter \x8D0B 2345-5
+letter \x8D0C 1234-34-2
+letter \x8D0D 24-1236-5
+letter \x8D0E 12456-5
+letter \x8D0F 13456-2
+letter \x8D10 13-1456-5
+letter \x8D11 13-1236-5
+letter \x8D12 15-2345-2
+letter \x8D13 125-1346-3
+letter \x8D14 135-16-5
+letter \x8D15 145-34-2
+letter \x8D16 24-34-2
+letter \x8D17 2345-5
+letter \x8D18 24-1346-4
+letter \x8D19 15-45-5
+letter \x8D1A 14-12346-5
+letter \x8D1B 13-1236-5
+letter \x8D1C 125-1346-3
+letter \x8D1D 135-356-5
+letter \x8D1E 1-136-3
+letter \x8D1F 12345-34-5
+letter \x8D20 45-2
+letter \x8D21 13-12346-5
+letter \x8D22 245-2456-2
+letter \x8D23 125-2346-2
+letter \x8D24 15-2345-2
+letter \x8D25 135-2456-5
+letter \x8D26 1-1346-5
+letter \x8D27 1235-25-5
+letter \x8D28 1-156-2
+letter \x8D29 12345-1236-5
+letter \x8D2A 124-1236-3
+letter \x8D2B 1234-1456-2
+letter \x8D2C 135-2345-4
+letter \x8D2D 13-12356-5
+letter \x8D2E 1-34-4
+letter \x8D2F 13-12456-5
+letter \x8D30 156-5
+letter \x8D31 13-2345-5
+letter \x8D32 135-136-3
+letter \x8D33 24-156-5
+letter \x8D34 124-346-3
+letter \x8D35 13-1246-5
+letter \x8D36 123-456-5
+letter \x8D37 145-2456-5
+letter \x8D38 134-146-5
+letter \x8D39 12345-356-5
+letter \x8D3A 1235-2346-5
+letter \x8D3B 16-2
+letter \x8D3C 125-356-2
+letter \x8D3D 1-156-5
+letter \x8D3E 13-23456-4
+letter \x8D3F 1235-1246-5
+letter \x8D40 125-156-3
+letter \x8D41 14-1456-5
+letter \x8D42 14-34-5
+letter \x8D43 125-1346-3
+letter \x8D44 125-156-3
+letter \x8D45 13-2456-3
+letter \x8D46 13-1456-5
+letter \x8D47 245-234-2
+letter \x8D48 1-136-5
+letter \x8D49 14-2456-5
+letter \x8D4A 24-2346-3
+letter \x8D4B 12345-34-5
+letter \x8D4C 145-34-4
+letter \x8D4D 13-16-3
+letter \x8D4E 24-34-2
+letter \x8D4F 24-1346-4
+letter \x8D50 245-156-5
+letter \x8D51 135-16-5
+letter \x8D52 1-12356-3
+letter \x8D53 13-1356-3
+letter \x8D54 1234-356-2
+letter \x8D55 124-1236-5
+letter \x8D56 14-2456-5
+letter \x8D57 12345-1356-5
+letter \x8D58 1-1246-5
+letter \x8D59 12345-34-5
+letter \x8D5A 1-12456-5
+letter \x8D5B 15-2456-5
+letter \x8D5C 125-2346-2
+letter \x8D5D 2345-5
+letter \x8D5E 125-1236-5
+letter \x8D5F 256-3
+letter \x8D60 125-1356-5
+letter \x8D61 24-1236-5
+letter \x8D62 13456-2
+letter \x8D63 13-1236-5
+letter \x8D64 12-156-5
+letter \x8D65 15-16-5
+letter \x8D66 24-2346-5
+letter \x8D67 1345-1236-4
+letter \x8D68 124-12346-2
+letter \x8D69 15-16-5
+letter \x8D6A 12-1356-3
+letter \x8D6B 1235-2346-5
+letter \x8D6C 12-1356-3
+letter \x8D6D 1-2346-4
+letter \x8D6E 15-23456-2
+letter \x8D6F 124-1346-2
+letter \x8D70 125-12356-4
+letter \x8D71 125-12356-4
+letter \x8D72 14-16-5
+letter \x8D73 13-234-3
+letter \x8D74 12345-34-5
+letter \x8D75 1-146-5
+letter \x8D76 245-2345-2
+letter \x8D77 245-16-4
+letter \x8D78 24-1236-5
+letter \x8D79 245-235-2
+letter \x8D7A 245-1456-2
+letter \x8D7B 15-2345-4
+letter \x8D7C 245-156-3
+letter \x8D7D 13-236-2
+letter \x8D7E 245-1456-4
+letter \x8D7F 12-156-2
+letter \x8D80 245-156-3
+letter \x8D81 12-136-5
+letter \x8D82 12-136-5
+letter \x8D83 145-346-2
+letter \x8D84 245-346-5
+letter \x8D85 12-146-3
+letter \x8D86 145-16-3
+letter \x8D87 15-2346-5
+letter \x8D88 1-1236-3
+letter \x8D89 13-236-2
+letter \x8D8A 236-5
+letter \x8D8B 245-1256-3
+letter \x8D8C 13-346-2
+letter \x8D8D 245-1256-3
+letter \x8D8E 12-34-2
+letter \x8D8F 13-35-3
+letter \x8D90 15-236-5
+letter \x8D91 125-156-3
+letter \x8D92 124-246-2
+letter \x8D93 145-25-4
+letter \x8D94 14-346-5
+letter \x8D95 13-1236-4
+letter \x8D96 15-25-3
+letter \x8D97 245-34-5
+letter \x8D98 15-16-2
+letter \x8D99 1-146-5
+letter \x8D9A 15-34-5
+letter \x8D9B 1456-4
+letter \x8D9C 13-1256-2
+letter \x8D9D 13-2345-5
+letter \x8D9E 245-236-5
+letter \x8D9F 124-1346-5
+letter \x8DA0 12-25-5
+letter \x8DA1 245-1246-4
+letter \x8DA2 14-34-5
+letter \x8DA3 245-1256-5
+letter \x8DA4 145-1346-5
+letter \x8DA5 245-234-3
+letter \x8DA6 125-156-3
+letter \x8DA7 124-16-2
+letter \x8DA8 245-1256-3
+letter \x8DA9 12-156-5
+letter \x8DAA 1235-456-2
+letter \x8DAB 245-246-2
+letter \x8DAC 245-246-3
+letter \x8DAD 13-246-5
+letter \x8DAE 125-146-5
+letter \x8DAF 124-16-5
+letter \x8DB0 156-4
+letter \x8DB1 125-1236-4
+letter \x8DB2 125-1236-4
+letter \x8DB3 125-34-2
+letter \x8DB4 1234-345-3
+letter \x8DB5 135-146-5
+letter \x8DB6 123-34-5
+letter \x8DB7 123-2346-3
+letter \x8DB8 145-123456-4
+letter \x8DB9 13-236-2
+letter \x8DBA 12345-34-3
+letter \x8DBB 12-136-4
+letter \x8DBC 13-2345-4
+letter \x8DBD 12345-1346-5
+letter \x8DBE 1-156-4
+letter \x8DBF 124-345-3
+letter \x8DC0 236-5
+letter \x8DC1 135-345-5
+letter \x8DC2 245-16-2
+letter \x8DC3 236-5
+letter \x8DC4 245-46-5
+letter \x8DC5 124-25-5
+letter \x8DC6 124-2456-2
+letter \x8DC7 16-5
+letter \x8DC8 1345-2345-4
+letter \x8DC9 14-13456-2
+letter \x8DCA 134-356-5
+letter \x8DCB 135-345-2
+letter \x8DCC 145-346-2
+letter \x8DCD 123-34-3
+letter \x8DCE 124-25-2
+letter \x8DCF 13-23456-3
+letter \x8DD0 245-156-4
+letter \x8DD1 1234-146-4
+letter \x8DD2 245-23456-4
+letter \x8DD3 1-34-5
+letter \x8DD4 12345-34-4
+letter \x8DD5 145-346-2
+letter \x8DD6 1-156-2
+letter \x8DD7 12345-34-3
+letter \x8DD8 1234-1236-2
+letter \x8DD9 13-1256-4
+letter \x8DDA 24-1236-3
+letter \x8DDB 135-126-4
+letter \x8DDC 1345-16-2
+letter \x8DDD 13-1256-5
+letter \x8DDE 14-16-5
+letter \x8DDF 13-136-3
+letter \x8DE0 16-2
+letter \x8DE1 13-16-3
+letter \x8DE2 145-25-5
+letter \x8DE3 15-2345-4
+letter \x8DE4 13-246-3
+letter \x8DE5 145-25-5
+letter \x8DE6 1-34-3
+letter \x8DE7 245-45-2
+letter \x8DE8 123-35-5
+letter \x8DE9 1-2356-4
+letter \x8DEA 13-1246-5
+letter \x8DEB 245-235-2
+letter \x8DEC 123-1246-4
+letter \x8DED 15-46-2
+letter \x8DEE 12-156-5
+letter \x8DEF 14-34-5
+letter \x8DF0 135-1356-5
+letter \x8DF1 1-156-5
+letter \x8DF2 13-23456-2
+letter \x8DF3 124-246-5
+letter \x8DF4 245-2456-4
+letter \x8DF5 13-2345-5
+letter \x8DF6 124-345-5
+letter \x8DF7 245-246-3
+letter \x8DF8 135-16-5
+letter \x8DF9 15-2345-3
+letter \x8DFA 145-25-5
+letter \x8DFB 13-16-3
+letter \x8DFC 13-1256-2
+letter \x8DFD 13-16-5
+letter \x8DFE 24-34-2
+letter \x8DFF 124-34-2
+letter \x8E00 12-34-5
+letter \x8E01 13-13456-5
+letter \x8E02 1345-346-5
+letter \x8E03 15-246-3
+letter \x8E04 135-126-2
+letter \x8E05 15-236-2
+letter \x8E06 245-256-3
+letter \x8E07 134-34-4
+letter \x8E08 24-34-3
+letter \x8E09 14-46-5
+letter \x8E0A 235-4
+letter \x8E0B 13-246-4
+letter \x8E0C 12-12356-2
+letter \x8E0D 245-246-3
+letter \x8E0E 134-12356-2
+letter \x8E0F 124-345-5
+letter \x8E10 13-2345-5
+letter \x8E11 245-16-2
+letter \x8E12 25-3
+letter \x8E13 1246-4
+letter \x8E14 1-25-2
+letter \x8E15 13-346-2
+letter \x8E16 13-16-2
+letter \x8E17 1345-346-3
+letter \x8E18 13-1256-2
+letter \x8E19 1345-346-5
+letter \x8E1A 14-123456-2
+letter \x8E1B 14-34-5
+letter \x8E1C 14-1356-5
+letter \x8E1D 1235-2356-2
+letter \x8E1E 13-1256-5
+letter \x8E1F 12-156-2
+letter \x8E20 12456-4
+letter \x8E21 245-45-2
+letter \x8E22 124-16-3
+letter \x8E23 135-126-2
+letter \x8E24 125-34-2
+letter \x8E25 245-346-5
+letter \x8E26 245-16-2
+letter \x8E27 245-34-5
+letter \x8E28 125-12346-3
+letter \x8E29 245-2456-4
+letter \x8E2A 125-12346-3
+letter \x8E2B 1234-1356-5
+letter \x8E2C 1-156-5
+letter \x8E2D 1-1356-3
+letter \x8E2E 145-2345-4
+letter \x8E2F 1-156-2
+letter \x8E30 1256-2
+letter \x8E31 145-25-2
+letter \x8E32 145-123456-5
+letter \x8E33 12-123456-4
+letter \x8E34 235-4
+letter \x8E35 1-12346-4
+letter \x8E36 145-16-5
+letter \x8E37 1-2346-4
+letter \x8E38 12-136-4
+letter \x8E39 12-2356-5
+letter \x8E3A 13-2345-5
+letter \x8E3B 13-35-3
+letter \x8E3C 124-1346-2
+letter \x8E3D 13-1256-4
+letter \x8E3E 12345-34-2
+letter \x8E3F 125-34-2
+letter \x8E40 145-346-2
+letter \x8E41 1234-2345-2
+letter \x8E42 1245-12356-2
+letter \x8E43 1345-25-5
+letter \x8E44 124-16-2
+letter \x8E45 12-345-4
+letter \x8E46 124-1246-4
+letter \x8E47 13-2345-4
+letter \x8E48 145-146-5
+letter \x8E49 245-25-3
+letter \x8E4A 15-16-3
+letter \x8E4B 124-345-5
+letter \x8E4C 245-46-3
+letter \x8E4D 1-1236-4
+letter \x8E4E 145-2345-3
+letter \x8E4F 124-16-2
+letter \x8E50 13-16-2
+letter \x8E51 1345-346-5
+letter \x8E52 134-1236-2
+letter \x8E53 14-234-5
+letter \x8E54 1-1236-5
+letter \x8E55 135-16-5
+letter \x8E56 12-12346-3
+letter \x8E57 14-34-5
+letter \x8E58 14-246-2
+letter \x8E59 245-34-5
+letter \x8E5A 124-1346-3
+letter \x8E5B 145-2456-5
+letter \x8E5C 15-34-5
+letter \x8E5D 15-16-4
+letter \x8E5E 123-1246-4
+letter \x8E5F 13-16-3
+letter \x8E60 1-156-2
+letter \x8E61 245-46-3
+letter \x8E62 145-16-2
+letter \x8E63 134-1236-2
+letter \x8E64 125-12346-3
+letter \x8E65 14-2345-2
+letter \x8E66 135-1356-5
+letter \x8E67 125-146-3
+letter \x8E68 1345-2345-4
+letter \x8E69 135-346-2
+letter \x8E6A 124-1246-2
+letter \x8E6B 13-1256-2
+letter \x8E6C 145-1356-5
+letter \x8E6D 245-1356-5
+letter \x8E6E 15-2345-3
+letter \x8E6F 12345-1236-2
+letter \x8E70 12-34-2
+letter \x8E71 1-12346-3
+letter \x8E72 145-123456-3
+letter \x8E73 135-126-3
+letter \x8E74 245-34-5
+letter \x8E75 245-34-5
+letter \x8E76 13-236-2
+letter \x8E77 13-236-2
+letter \x8E78 14-1456-5
+letter \x8E79 124-345-5
+letter \x8E7A 245-246-3
+letter \x8E7B 245-246-3
+letter \x8E7C 1234-34-2
+letter \x8E7D 14-246-3
+letter \x8E7E 145-123456-3
+letter \x8E7F 245-12456-3
+letter \x8E80 123-456-5
+letter \x8E81 125-146-5
+letter \x8E82 124-345-5
+letter \x8E83 135-16-5
+letter \x8E84 135-16-5
+letter \x8E85 1-34-2
+letter \x8E86 13-1256-5
+letter \x8E87 12-34-2
+letter \x8E88 245-246-5
+letter \x8E89 145-123456-4
+letter \x8E8A 12-12356-2
+letter \x8E8B 13-16-3
+letter \x8E8C 34-4
+letter \x8E8D 236-5
+letter \x8E8E 1345-2345-4
+letter \x8E8F 14-1456-5
+letter \x8E90 14-346-5
+letter \x8E91 1-156-2
+letter \x8E92 14-16-5
+letter \x8E93 1-156-5
+letter \x8E94 12-1236-2
+letter \x8E95 12-34-2
+letter \x8E96 145-12456-5
+letter \x8E97 1246-5
+letter \x8E98 14-12346-2
+letter \x8E99 14-1456-5
+letter \x8E9A 15-2345-3
+letter \x8E9B 1246-5
+letter \x8E9C 125-12456-3
+letter \x8E9D 14-1236-2
+letter \x8E9E 15-346-5
+letter \x8E9F 1245-1346-2
+letter \x8EA0 15-345-5
+letter \x8EA1 1345-346-5
+letter \x8EA2 124-345-5
+letter \x8EA3 245-1256-2
+letter \x8EA4 13-346-5
+letter \x8EA5 245-12456-3
+letter \x8EA6 125-12456-3
+letter \x8EA7 15-16-4
+letter \x8EA8 123-1246-2
+letter \x8EA9 13-236-2
+letter \x8EAA 14-1456-5
+letter \x8EAB 24-136-3
+letter \x8EAC 13-12346-3
+letter \x8EAD 145-1236-3
+letter \x8EAE 12345-136-3
+letter \x8EAF 245-1256-3
+letter \x8EB0 124-16-4
+letter \x8EB1 145-25-4
+letter \x8EB2 145-25-4
+letter \x8EB3 13-12346-3
+letter \x8EB4 14-1346-2
+letter \x8EB5 1245-136-4
+letter \x8EB6 14-25-4
+letter \x8EB7 2456-4
+letter \x8EB8 13-16-3
+letter \x8EB9 13-1256-2
+letter \x8EBA 124-1346-4
+letter \x8EBB 123-12346-3
+letter \x8EBC 14-146-5
+letter \x8EBD 2345-4
+letter \x8EBE 1345-356-4
+letter \x8EBF 123-1346-3
+letter \x8EC0 245-1256-3
+letter \x8EC1 14-12356-2
+letter \x8EC2 14-146-5
+letter \x8EC3 145-25-4
+letter \x8EC4 1-156-2
+letter \x8EC5 2345-5
+letter \x8EC6 124-16-4
+letter \x8EC7 145-146-5
+letter \x8EC8 13456-3
+letter \x8EC9 1256-5
+letter \x8ECA 12-2346-3
+letter \x8ECB 23456-5
+letter \x8ECC 13-1246-4
+letter \x8ECD 13-256-3
+letter \x8ECE 1246-5
+letter \x8ECF 236-5
+letter \x8ED0 15-1456-5
+letter \x8ED1 145-2456-5
+letter \x8ED2 15-45-3
+letter \x8ED3 12345-1236-5
+letter \x8ED4 1245-136-5
+letter \x8ED5 24-1236-3
+letter \x8ED6 123-456-2
+letter \x8ED7 24-34-3
+letter \x8ED8 124-123456-2
+letter \x8ED9 12-136-2
+letter \x8EDA 145-2456-5
+letter \x8EDB 2346-5
+letter \x8EDC 1345-345-5
+letter \x8EDD 245-16-2
+letter \x8EDE 134-146-2
+letter \x8EDF 1245-12456-4
+letter \x8EE0 1245-136-5
+letter \x8EE1 245-1456-2
+letter \x8EE2 1-12456-4
+letter \x8EE3 1235-12346-3
+letter \x8EE4 1235-34-3
+letter \x8EE5 245-1256-2
+letter \x8EE6 1235-456-5
+letter \x8EE7 145-16-4
+letter \x8EE8 14-13456-2
+letter \x8EE9 145-2456-5
+letter \x8EEA 146-3
+letter \x8EEB 1-136-4
+letter \x8EEC 12345-1236-5
+letter \x8EED 123-456-3
+letter \x8EEE 1346-4
+letter \x8EEF 1234-1356-3
+letter \x8EF0 135-356-5
+letter \x8EF1 13-34-3
+letter \x8EF2 13-34-3
+letter \x8EF3 1234-146-2
+letter \x8EF4 1-34-5
+letter \x8EF5 1245-12346-4
+letter \x8EF6 2346-5
+letter \x8EF7 135-345-2
+letter \x8EF8 1-12356-2
+letter \x8EF9 1-156-4
+letter \x8EFA 246-2
+letter \x8EFB 123-2346-3
+letter \x8EFC 16-5
+letter \x8EFD 245-13456-3
+letter \x8EFE 24-156-5
+letter \x8EFF 1234-13456-2
+letter \x8F00 156-2
+letter \x8F01 13-12346-4
+letter \x8F02 13-1256-2
+letter \x8F03 13-246-5
+letter \x8F04 13-456-3
+letter \x8F05 14-34-5
+letter \x8F06 123-2456-4
+letter \x8F07 245-45-2
+letter \x8F08 1-12356-3
+letter \x8F09 125-2456-5
+letter \x8F0A 1-156-5
+letter \x8F0B 24-2346-2
+letter \x8F0C 14-46-5
+letter \x8F0D 1256-5
+letter \x8F0E 24-146-3
+letter \x8F0F 234-2
+letter \x8F10 12456-5
+letter \x8F11 256-4
+letter \x8F12 1-2346-2
+letter \x8F13 12456-4
+letter \x8F14 12345-34-4
+letter \x8F15 245-13456-3
+letter \x8F16 1-12356-3
+letter \x8F17 1345-16-2
+letter \x8F18 14-13456-2
+letter \x8F19 1-2346-2
+letter \x8F1A 1-1236-5
+letter \x8F1B 14-46-5
+letter \x8F1C 125-156-3
+letter \x8F1D 1235-1246-3
+letter \x8F1E 456-4
+letter \x8F1F 12-25-5
+letter \x8F20 13-25-4
+letter \x8F21 123-1236-4
+letter \x8F22 16-4
+letter \x8F23 1234-1356-2
+letter \x8F24 245-2345-5
+letter \x8F25 13-123456-4
+letter \x8F26 1345-2345-4
+letter \x8F27 1234-13456-2
+letter \x8F28 13-12456-4
+letter \x8F29 135-356-5
+letter \x8F2A 14-123456-2
+letter \x8F2B 1234-2456-2
+letter \x8F2C 14-46-2
+letter \x8F2D 1245-12456-4
+letter \x8F2E 1245-12356-2
+letter \x8F2F 13-16-2
+letter \x8F30 46-2
+letter \x8F31 15-2345-2
+letter \x8F32 12-12456-2
+letter \x8F33 245-12356-5
+letter \x8F34 12-123456-3
+letter \x8F35 13-2346-2
+letter \x8F36 234-2
+letter \x8F37 1235-12346-3
+letter \x8F38 24-34-3
+letter \x8F39 12345-34-5
+letter \x8F3A 125-156-3
+letter \x8F3B 12345-34-2
+letter \x8F3C 123456-3
+letter \x8F3D 135-136-5
+letter \x8F3E 1345-2345-4
+letter \x8F3F 1256-2
+letter \x8F40 123456-3
+letter \x8F41 124-146-3
+letter \x8F42 13-34-4
+letter \x8F43 1-136-3
+letter \x8F44 15-23456-2
+letter \x8F45 45-2
+letter \x8F46 14-34-5
+letter \x8F47 13-234-3
+letter \x8F48 12-146-2
+letter \x8F49 1-12456-4
+letter \x8F4A 1246-5
+letter \x8F4B 1235-123456-2
+letter \x8F4C 15-236-4
+letter \x8F4D 12-2346-5
+letter \x8F4E 13-246-5
+letter \x8F4F 1-1236-5
+letter \x8F50 135-34-2
+letter \x8F51 14-146-4
+letter \x8F52 12345-136-2
+letter \x8F53 12345-1236-3
+letter \x8F54 14-1456-2
+letter \x8F55 13-2346-2
+letter \x8F56 15-2346-5
+letter \x8F57 123-1236-4
+letter \x8F58 1235-12456-5
+letter \x8F59 16-4
+letter \x8F5A 13-16-2
+letter \x8F5B 145-1246-5
+letter \x8F5C 156-2
+letter \x8F5D 1256-2
+letter \x8F5E 13-2345-5
+letter \x8F5F 1235-12346-3
+letter \x8F60 14-356-2
+letter \x8F61 1234-356-5
+letter \x8F62 14-16-5
+letter \x8F63 14-16-5
+letter \x8F64 14-34-2
+letter \x8F65 14-1456-5
+letter \x8F66 12-2346-3
+letter \x8F67 23456-5
+letter \x8F68 13-1246-4
+letter \x8F69 15-45-3
+letter \x8F6A 145-16-5
+letter \x8F6B 1245-136-5
+letter \x8F6C 1-12456-4
+letter \x8F6D 2346-5
+letter \x8F6E 14-123456-2
+letter \x8F6F 1245-12456-4
+letter \x8F70 1235-12346-3
+letter \x8F71 123-34-3
+letter \x8F72 123-2346-3
+letter \x8F73 14-34-2
+letter \x8F74 1-12356-2
+letter \x8F75 1-156-4
+letter \x8F76 16-5
+letter \x8F77 1235-34-3
+letter \x8F78 1-136-4
+letter \x8F79 14-16-5
+letter \x8F7A 246-2
+letter \x8F7B 245-13456-3
+letter \x8F7C 24-156-5
+letter \x8F7D 125-2456-5
+letter \x8F7E 1-156-5
+letter \x8F7F 13-246-5
+letter \x8F80 1-12356-3
+letter \x8F81 245-45-2
+letter \x8F82 14-34-5
+letter \x8F83 13-246-5
+letter \x8F84 1-2346-2
+letter \x8F85 12345-34-4
+letter \x8F86 14-46-5
+letter \x8F87 1345-2345-4
+letter \x8F88 135-356-5
+letter \x8F89 1235-1246-3
+letter \x8F8A 13-123456-4
+letter \x8F8B 456-4
+letter \x8F8C 14-46-2
+letter \x8F8D 12-25-5
+letter \x8F8E 125-156-3
+letter \x8F8F 245-12356-5
+letter \x8F90 12345-34-2
+letter \x8F91 13-16-2
+letter \x8F92 123456-3
+letter \x8F93 24-34-3
+letter \x8F94 1234-356-5
+letter \x8F95 45-2
+letter \x8F96 15-23456-2
+letter \x8F97 1-1236-4
+letter \x8F98 14-34-5
+letter \x8F99 1-2346-2
+letter \x8F9A 14-1456-2
+letter \x8F9B 15-1456-3
+letter \x8F9C 13-34-3
+letter \x8F9D 245-156-2
+letter \x8F9E 245-156-2
+letter \x8F9F 1234-16-5
+letter \x8FA0 125-1246-5
+letter \x8FA1 135-2345-5
+letter \x8FA2 14-345-5
+letter \x8FA3 14-345-5
+letter \x8FA4 245-156-2
+letter \x8FA5 15-236-3
+letter \x8FA6 135-1236-5
+letter \x8FA7 135-2345-5
+letter \x8FA8 135-2345-5
+letter \x8FA9 135-2345-5
+letter \x8FAA 15-236-3
+letter \x8FAB 135-2345-5
+letter \x8FAC 135-1236-3
+letter \x8FAD 245-156-2
+letter \x8FAE 135-2345-5
+letter \x8FAF 135-2345-5
+letter \x8FB0 12-136-2
+letter \x8FB1 1245-34-5
+letter \x8FB2 1345-12346-2
+letter \x8FB3 1345-12346-2
+letter \x8FB4 1-136-4
+letter \x8FB5 12-25-5
+letter \x8FB6 12-25-5
+letter \x8FB7 16-3
+letter \x8FB8 1245-1356-2
+letter \x8FB9 135-2345-3
+letter \x8FBA 135-2345-3
+letter \x8FBB 24-156-2
+letter \x8FBC 1245-34-5
+letter \x8FBD 14-246-2
+letter \x8FBE 145-345-2
+letter \x8FBF 12-1236-3
+letter \x8FC0 13-1236-3
+letter \x8FC1 245-2345-3
+letter \x8FC2 1256-3
+letter \x8FC3 1256-3
+letter \x8FC4 245-16-5
+letter \x8FC5 15-256-5
+letter \x8FC6 16-2
+letter \x8FC7 13-25-5
+letter \x8FC8 134-2456-5
+letter \x8FC9 245-16-3
+letter \x8FCA 125-345-3
+letter \x8FCB 456-5
+letter \x8FCC 124-34-5
+letter \x8FCD 1-123456-3
+letter \x8FCE 13456-2
+letter \x8FCF 124-16-5
+letter \x8FD0 256-5
+letter \x8FD1 13-1456-5
+letter \x8FD2 1235-1346-2
+letter \x8FD3 23456-5
+letter \x8FD4 12345-1236-4
+letter \x8FD5 34-4
+letter \x8FD6 124-16-5
+letter \x8FD7 2346-2
+letter \x8FD8 1235-2456-2
+letter \x8FD9 1-2346-5
+letter \x8FDA 1-12346-3
+letter \x8FDB 13-1456-5
+letter \x8FDC 45-4
+letter \x8FDD 1246-2
+letter \x8FDE 14-2345-2
+letter \x8FDF 12-156-2
+letter \x8FE0 12-2346-5
+letter \x8FE1 1345-16-5
+letter \x8FE2 124-246-2
+letter \x8FE3 12-156-5
+letter \x8FE4 16-4
+letter \x8FE5 13-235-4
+letter \x8FE6 13-23456-3
+letter \x8FE7 12-136-2
+letter \x8FE8 145-2456-5
+letter \x8FE9 156-4
+letter \x8FEA 145-16-2
+letter \x8FEB 1234-126-5
+letter \x8FEC 456-4
+letter \x8FED 145-346-2
+letter \x8FEE 125-2346-2
+letter \x8FEF 124-146-2
+letter \x8FF0 24-34-5
+letter \x8FF1 124-25-2
+letter \x8FF2 245-1256-5
+letter \x8FF3 13-13456-5
+letter \x8FF4 1235-1246-2
+letter \x8FF5 124-12346-2
+letter \x8FF6 234-5
+letter \x8FF7 134-16-2
+letter \x8FF8 135-1356-5
+letter \x8FF9 13-16-3
+letter \x8FFA 1345-2456-4
+letter \x8FFB 16-2
+letter \x8FFC 13-346-2
+letter \x8FFD 1-1246-3
+letter \x8FFE 14-346-5
+letter \x8FFF 15-256-5
+letter \x9000 124-1246-5
+letter \x9001 15-12346-5
+letter \x9002 123-25-5
+letter \x9003 124-146-2
+letter \x9004 1234-1346-2
+letter \x9005 13-12356-5
+letter \x9006 1345-16-5
+letter \x9007 145-123456-5
+letter \x9008 13-235-4
+letter \x9009 15-45-4
+letter \x900A 15-256-5
+letter \x900B 135-34-3
+letter \x900C 234-2
+letter \x900D 15-246-3
+letter \x900E 245-234-2
+letter \x900F 124-12356-5
+letter \x9010 1-34-2
+letter \x9011 245-234-2
+letter \x9012 145-16-5
+letter \x9013 145-16-5
+letter \x9014 124-34-2
+letter \x9015 13-13456-5
+letter \x9016 124-16-5
+letter \x9017 145-12356-5
+letter \x9018 16-4
+letter \x9019 1-2346-5
+letter \x901A 124-12346-3
+letter \x901B 13-456-5
+letter \x901C 34-5
+letter \x901D 24-156-5
+letter \x901E 12-1356-4
+letter \x901F 15-34-5
+letter \x9020 125-146-5
+letter \x9021 245-256-3
+letter \x9022 12345-1356-2
+letter \x9023 14-2345-2
+letter \x9024 15-25-5
+letter \x9025 1235-1246-2
+letter \x9026 14-16-4
+letter \x9027 13-34-4
+letter \x9028 14-2456-2
+letter \x9029 135-136-5
+letter \x902A 245-25-5
+letter \x902B 13-236-2
+letter \x902C 135-1356-5
+letter \x902D 1235-12456-5
+letter \x902E 145-2456-4
+letter \x902F 14-34-5
+letter \x9030 234-2
+letter \x9031 1-12356-3
+letter \x9032 13-1456-5
+letter \x9033 1256-5
+letter \x9034 12-25-3
+letter \x9035 123-1246-2
+letter \x9036 1246-3
+letter \x9037 124-16-5
+letter \x9038 16-5
+letter \x9039 145-345-2
+letter \x903A 45-4
+letter \x903B 14-25-2
+letter \x903C 135-16-3
+letter \x903D 1345-25-5
+letter \x903E 1256-2
+letter \x903F 145-1346-5
+letter \x9040 15-1246-2
+letter \x9041 145-123456-5
+letter \x9042 15-1246-5
+letter \x9043 2345-4
+letter \x9044 12-12456-2
+letter \x9045 12-156-2
+letter \x9046 124-16-2
+letter \x9047 1256-5
+letter \x9048 24-156-2
+letter \x9049 1-136-3
+letter \x904A 234-2
+letter \x904B 256-5
+letter \x904C 2346-5
+letter \x904D 135-2345-5
+letter \x904E 13-25-5
+letter \x904F 2346-5
+letter \x9050 15-23456-2
+letter \x9051 1235-456-2
+letter \x9052 245-234-2
+letter \x9053 145-146-5
+letter \x9054 145-345-2
+letter \x9055 1246-2
+letter \x9056 12456-2
+letter \x9057 16-2
+letter \x9058 13-12356-5
+letter \x9059 246-2
+letter \x905A 12-12356-5
+letter \x905B 14-234-5
+letter \x905C 15-256-5
+letter \x905D 124-345-5
+letter \x905E 145-16-5
+letter \x905F 12-156-2
+letter \x9060 45-4
+letter \x9061 15-34-5
+letter \x9062 124-345-5
+letter \x9063 245-2345-4
+letter \x9064 134-345-4
+letter \x9065 246-2
+letter \x9066 13-12456-5
+letter \x9067 1-1346-3
+letter \x9068 146-2
+letter \x9069 24-156-5
+letter \x906A 245-345-5
+letter \x906B 12-156-5
+letter \x906C 15-34-5
+letter \x906D 125-146-3
+letter \x906E 1-2346-3
+letter \x906F 145-123456-5
+letter \x9070 145-16-5
+letter \x9071 14-12356-2
+letter \x9072 12-156-2
+letter \x9073 245-25-3
+letter \x9074 14-1456-2
+letter \x9075 125-123456-3
+letter \x9076 1245-146-5
+letter \x9077 245-2345-3
+letter \x9078 15-45-4
+letter \x9079 1256-5
+letter \x907A 16-2
+letter \x907B 2346-5
+letter \x907C 14-246-2
+letter \x907D 13-1256-5
+letter \x907E 24-156-5
+letter \x907F 135-16-5
+letter \x9080 246-3
+letter \x9081 134-2456-5
+letter \x9082 15-346-5
+letter \x9083 15-1246-5
+letter \x9084 1235-2456-2
+letter \x9085 1-1236-3
+letter \x9086 124-1356-2
+letter \x9087 156-4
+letter \x9088 134-246-4
+letter \x9089 135-2345-3
+letter \x908A 135-2345-3
+letter \x908B 14-345-3
+letter \x908C 14-16-2
+letter \x908D 45-2
+letter \x908E 246-2
+letter \x908F 14-25-2
+letter \x9090 14-16-4
+letter \x9091 16-5
+letter \x9092 124-13456-2
+letter \x9093 145-1356-5
+letter \x9094 245-16-4
+letter \x9095 235-3
+letter \x9096 24-1236-3
+letter \x9097 1235-1236-2
+letter \x9098 1256-2
+letter \x9099 134-1346-2
+letter \x909A 1245-34-2
+letter \x909B 245-235-2
+letter \x909C 134-146-4
+letter \x909D 123-456-5
+letter \x909E 12345-34-3
+letter \x909F 123-1346-5
+letter \x90A0 135-1456-3
+letter \x90A1 12345-1346-3
+letter \x90A2 15-13456-2
+letter \x90A3 1345-345-5
+letter \x90A4 15-1456-3
+letter \x90A5 24-136-4
+letter \x90A6 135-1346-3
+letter \x90A7 45-2
+letter \x90A8 245-123456-3
+letter \x90A9 1235-25-4
+letter \x90AA 15-346-2
+letter \x90AB 135-1346-3
+letter \x90AC 34-3
+letter \x90AD 13-1256-5
+letter \x90AE 234-2
+letter \x90AF 1235-1236-2
+letter \x90B0 124-2456-2
+letter \x90B1 245-234-3
+letter \x90B2 135-16-5
+letter \x90B3 1234-16-3
+letter \x90B4 135-13456-4
+letter \x90B5 24-146-5
+letter \x90B6 135-356-5
+letter \x90B7 35-4
+letter \x90B8 145-16-4
+letter \x90B9 125-12356-3
+letter \x90BA 346-5
+letter \x90BB 14-1456-2
+letter \x90BC 123-456-3
+letter \x90BD 13-1246-3
+letter \x90BE 1-34-3
+letter \x90BF 24-156-3
+letter \x90C0 123-34-3
+letter \x90C1 1256-5
+letter \x90C2 13-2456-3
+letter \x90C3 1235-2346-2
+letter \x90C4 15-346-5
+letter \x90C5 1-156-5
+letter \x90C6 13-16-2
+letter \x90C7 15-256-2
+letter \x90C8 1235-12356-5
+letter \x90C9 15-13456-2
+letter \x90CA 13-246-3
+letter \x90CB 15-16-2
+letter \x90CC 13-1246-3
+letter \x90CD 1345-25-2
+letter \x90CE 14-1346-2
+letter \x90CF 13-23456-2
+letter \x90D0 123-2356-5
+letter \x90D1 1-1356-5
+letter \x90D2 14-1346-2
+letter \x90D3 256-5
+letter \x90D4 2345-2
+letter \x90D5 12-1356-2
+letter \x90D6 145-12356-3
+letter \x90D7 15-16-3
+letter \x90D8 14-1256-4
+letter \x90D9 12345-34-4
+letter \x90DA 34-2
+letter \x90DB 12345-34-2
+letter \x90DC 13-146-5
+letter \x90DD 1235-146-4
+letter \x90DE 14-1346-2
+letter \x90DF 13-23456-2
+letter \x90E0 13-1356-4
+letter \x90E1 13-256-5
+letter \x90E2 13456-4
+letter \x90E3 135-126-2
+letter \x90E4 15-16-5
+letter \x90E5 135-356-5
+letter \x90E6 14-16-5
+letter \x90E7 256-2
+letter \x90E8 135-34-5
+letter \x90E9 15-246-2
+letter \x90EA 245-16-3
+letter \x90EB 1234-16-2
+letter \x90EC 245-13456-3
+letter \x90ED 13-25-3
+letter \x90EE 1-12356-3
+letter \x90EF 124-1236-2
+letter \x90F0 125-12356-3
+letter \x90F1 1234-13456-2
+letter \x90F2 14-2456-2
+letter \x90F3 1345-16-2
+letter \x90F4 12-136-3
+letter \x90F5 234-2
+letter \x90F6 135-34-5
+letter \x90F7 15-46-3
+letter \x90F8 145-1236-3
+letter \x90F9 13-1256-2
+letter \x90FA 235-3
+letter \x90FB 245-246-3
+letter \x90FC 16-3
+letter \x90FD 145-12356-3
+letter \x90FE 2345-4
+letter \x90FF 134-356-2
+letter \x9100 1245-25-5
+letter \x9101 135-356-5
+letter \x9102 2346-5
+letter \x9103 1256-2
+letter \x9104 13-45-5
+letter \x9105 1256-4
+letter \x9106 256-5
+letter \x9107 1235-12356-5
+letter \x9108 123-1246-2
+letter \x9109 15-46-3
+letter \x910A 15-46-3
+letter \x910B 15-12356-3
+letter \x910C 124-1346-2
+letter \x910D 134-13456-2
+letter \x910E 15-16-3
+letter \x910F 1245-34-5
+letter \x9110 12-34-5
+letter \x9111 125-156-3
+letter \x9112 125-12356-3
+letter \x9113 13-1256-2
+letter \x9114 34-3
+letter \x9115 15-46-3
+letter \x9116 256-2
+letter \x9117 1235-146-5
+letter \x9118 235-3
+letter \x9119 135-16-4
+letter \x911A 134-126-5
+letter \x911B 12-146-2
+letter \x911C 12345-34-3
+letter \x911D 14-246-4
+letter \x911E 1456-2
+letter \x911F 1-12456-3
+letter \x9120 1235-34-5
+letter \x9121 245-246-3
+letter \x9122 2345-3
+letter \x9123 1-1346-3
+letter \x9124 134-1236-5
+letter \x9125 245-246-3
+letter \x9126 15-1256-4
+letter \x9127 145-1356-5
+letter \x9128 135-16-5
+letter \x9129 15-256-2
+letter \x912A 135-16-5
+letter \x912B 245-1356-2
+letter \x912C 1246-2
+letter \x912D 1-1356-5
+letter \x912E 134-146-5
+letter \x912F 24-1236-5
+letter \x9130 14-1456-2
+letter \x9131 1234-126-2
+letter \x9132 145-1236-3
+letter \x9133 134-1356-2
+letter \x9134 346-5
+letter \x9135 245-146-3
+letter \x9136 123-2356-5
+letter \x9137 12345-1356-3
+letter \x9138 134-1356-2
+letter \x9139 125-12356-3
+letter \x913A 123-456-5
+letter \x913B 14-2345-4
+letter \x913C 125-1236-5
+letter \x913D 12-1236-2
+letter \x913E 234-3
+letter \x913F 245-16-2
+letter \x9140 2345-3
+letter \x9141 12-1236-2
+letter \x9142 125-1236-5
+letter \x9143 14-13456-2
+letter \x9144 1235-12456-3
+letter \x9145 15-16-3
+letter \x9146 12345-1356-3
+letter \x9147 125-1236-5
+letter \x9148 14-16-5
+letter \x9149 234-4
+letter \x914A 145-13456-4
+letter \x914B 245-234-2
+letter \x914C 1-25-2
+letter \x914D 1234-356-5
+letter \x914E 1-12356-5
+letter \x914F 1256-4
+letter \x9150 13-1236-3
+letter \x9151 1256-4
+letter \x9152 13-234-4
+letter \x9153 2345-4
+letter \x9154 125-1246-5
+letter \x9155 134-146-2
+letter \x9156 145-1236-3
+letter \x9157 15-1256-5
+letter \x9158 124-12356-2
+letter \x9159 1-136-3
+letter \x915A 12345-136-3
+letter \x915B 45-2
+letter \x915C 12345-34-3
+letter \x915D 256-5
+letter \x915E 124-2456-5
+letter \x915F 124-2345-3
+letter \x9160 245-23456-4
+letter \x9161 124-25-2
+letter \x9162 125-25-5
+letter \x9163 1235-1236-3
+letter \x9164 13-34-3
+letter \x9165 15-34-3
+letter \x9166 1234-126-5
+letter \x9167 12-12356-2
+letter \x9168 125-2456-5
+letter \x9169 134-13456-4
+letter \x916A 14-25-5
+letter \x916B 12-25-5
+letter \x916C 12-12356-2
+letter \x916D 234-5
+letter \x916E 124-12346-2
+letter \x916F 1-156-4
+letter \x9170 15-2345-3
+letter \x9171 13-46-5
+letter \x9172 12-1356-2
+letter \x9173 1456-5
+letter \x9174 124-34-2
+letter \x9175 15-246-5
+letter \x9176 134-356-2
+letter \x9177 123-34-5
+letter \x9178 15-12456-3
+letter \x9179 14-356-5
+letter \x917A 1234-34-2
+letter \x917B 125-1246-5
+letter \x917C 1235-2456-4
+letter \x917D 2345-5
+letter \x917E 24-2456-3
+letter \x917F 1345-46-5
+letter \x9180 1246-2
+letter \x9181 14-34-5
+letter \x9182 14-1236-4
+letter \x9183 2345-3
+letter \x9184 124-146-2
+letter \x9185 1234-356-3
+letter \x9186 1-1236-4
+letter \x9187 12-123456-2
+letter \x9188 124-1236-2
+letter \x9189 125-1246-5
+letter \x918A 1-1246-5
+letter \x918B 245-34-5
+letter \x918C 123-123456-3
+letter \x918D 124-16-2
+letter \x918E 15-2345-2
+letter \x918F 145-34-3
+letter \x9190 1235-34-2
+letter \x9191 15-1256-4
+letter \x9192 15-13456-4
+letter \x9193 124-1236-4
+letter \x9194 13-234-3
+letter \x9195 12-123456-2
+letter \x9196 256-5
+letter \x9197 1234-126-5
+letter \x9198 123-2346-5
+letter \x9199 15-12356-3
+letter \x919A 134-16-2
+letter \x919B 245-45-2
+letter \x919C 12-12356-4
+letter \x919D 245-25-2
+letter \x919E 256-5
+letter \x919F 235-5
+letter \x91A0 1346-5
+letter \x91A1 1-345-5
+letter \x91A2 1235-2456-4
+letter \x91A3 124-1346-2
+letter \x91A4 13-46-5
+letter \x91A5 1234-246-4
+letter \x91A6 24-1236-4
+letter \x91A7 1256-5
+letter \x91A8 14-16-2
+letter \x91A9 125-146-2
+letter \x91AA 14-146-2
+letter \x91AB 16-3
+letter \x91AC 13-46-5
+letter \x91AD 1234-34-2
+letter \x91AE 13-246-5
+letter \x91AF 15-16-3
+letter \x91B0 124-1236-2
+letter \x91B1 1234-126-5
+letter \x91B2 1345-12346-2
+letter \x91B3 16-5
+letter \x91B4 14-16-4
+letter \x91B5 13-1256-5
+letter \x91B6 13-246-5
+letter \x91B7 16-5
+letter \x91B8 1345-46-5
+letter \x91B9 1245-34-2
+letter \x91BA 15-256-3
+letter \x91BB 12-12356-2
+letter \x91BC 2345-5
+letter \x91BD 14-13456-2
+letter \x91BE 134-16-2
+letter \x91BF 134-16-2
+letter \x91C0 1345-46-5
+letter \x91C1 15-1456-5
+letter \x91C2 13-246-5
+letter \x91C3 24-156-3
+letter \x91C4 134-16-2
+letter \x91C5 2345-5
+letter \x91C6 135-2345-5
+letter \x91C7 245-2456-4
+letter \x91C8 24-156-5
+letter \x91C9 234-5
+letter \x91CA 24-156-5
+letter \x91CB 24-156-5
+letter \x91CC 14-16-4
+letter \x91CD 1-12346-5
+letter \x91CE 346-4
+letter \x91CF 14-46-5
+letter \x91D0 14-16-2
+letter \x91D1 13-1456-3
+letter \x91D2 13-1456-3
+letter \x91D3 13-345-3
+letter \x91D4 16-4
+letter \x91D5 14-246-4
+letter \x91D6 145-146-3
+letter \x91D7 1-146-3
+letter \x91D8 145-13456-3
+letter \x91D9 1234-126-5
+letter \x91DA 245-234-2
+letter \x91DB 1235-2346-2
+letter \x91DC 12345-34-4
+letter \x91DD 1-136-3
+letter \x91DE 1-156-2
+letter \x91DF 135-345-3
+letter \x91E0 14-12456-5
+letter \x91E1 12345-34-4
+letter \x91E2 1345-2456-4
+letter \x91E3 145-246-5
+letter \x91E4 24-1236-3
+letter \x91E5 245-246-4
+letter \x91E6 123-12356-5
+letter \x91E7 12-12456-5
+letter \x91E8 125-156-4
+letter \x91E9 12345-1236-2
+letter \x91EA 1256-2
+letter \x91EB 1235-35-2
+letter \x91EC 1235-1236-5
+letter \x91ED 13-1346-3
+letter \x91EE 245-16-2
+letter \x91EF 134-1346-2
+letter \x91F0 1245-156-5
+letter \x91F1 145-16-5
+letter \x91F2 15-156-5
+letter \x91F3 15-16-5
+letter \x91F4 16-5
+letter \x91F5 12-2456-3
+letter \x91F6 24-156-3
+letter \x91F7 124-34-4
+letter \x91F8 15-16-5
+letter \x91F9 1345-1256-4
+letter \x91FA 245-2345-3
+letter \x91FB 245-234-2
+letter \x91FC 13-2345-5
+letter \x91FD 1234-16-3
+letter \x91FE 346-2
+letter \x91FF 1456-2
+letter \x9200 135-345-4
+letter \x9201 12345-1346-3
+letter \x9202 12-136-2
+letter \x9203 15-13456-2
+letter \x9204 124-12356-4
+letter \x9205 236-5
+letter \x9206 245-2345-3
+letter \x9207 12345-34-3
+letter \x9208 1234-16-3
+letter \x9209 1345-345-5
+letter \x920A 15-1456-3
+letter \x920B 2346-2
+letter \x920C 13-236-2
+letter \x920D 145-123456-5
+letter \x920E 13-12356-3
+letter \x920F 1456-4
+letter \x9210 245-2345-2
+letter \x9211 135-1236-4
+letter \x9212 15-2346-5
+letter \x9213 1245-136-2
+letter \x9214 12-146-3
+letter \x9215 1345-234-4
+letter \x9216 12345-136-3
+letter \x9217 256-4
+letter \x9218 16-4
+letter \x9219 245-1456-2
+letter \x921A 1234-16-2
+letter \x921B 13-25-3
+letter \x921C 1235-12346-2
+letter \x921D 1456-2
+letter \x921E 13-256-3
+letter \x921F 24-156-3
+letter \x9220 16-5
+letter \x9221 1-12346-3
+letter \x9222 15-16-4
+letter \x9223 13-2456-5
+letter \x9224 1245-156-5
+letter \x9225 1235-25-4
+letter \x9226 124-2456-5
+letter \x9227 123-1346-5
+letter \x9228 45-2
+letter \x9229 14-34-2
+letter \x922A 2346-5
+letter \x922B 245-1456-2
+letter \x922C 145-25-2
+letter \x922D 125-156-3
+letter \x922E 1345-16-2
+letter \x922F 124-34-2
+letter \x9230 24-156-5
+letter \x9231 134-1456-2
+letter \x9232 13-34-3
+letter \x9233 123-2346-3
+letter \x9234 14-13456-2
+letter \x9235 135-13456-4
+letter \x9236 15-156-5
+letter \x9237 13-34-3
+letter \x9238 135-345-2
+letter \x9239 1234-16-2
+letter \x923A 1256-5
+letter \x923B 15-156-5
+letter \x923C 125-25-2
+letter \x923D 135-34-5
+letter \x923E 234-2
+letter \x923F 145-2345-5
+letter \x9240 13-23456-4
+letter \x9241 1-136-3
+letter \x9242 24-156-4
+letter \x9243 24-156-5
+letter \x9244 124-346-4
+letter \x9245 13-1256-5
+letter \x9246 125-12456-3
+letter \x9247 16-2
+letter \x9248 124-345-3
+letter \x9249 15-45-5
+letter \x924A 1-146-3
+letter \x924B 135-146-5
+letter \x924C 1235-2346-2
+letter \x924D 135-16-5
+letter \x924E 24-1356-3
+letter \x924F 12-34-2
+letter \x9250 24-156-2
+letter \x9251 135-126-2
+letter \x9252 1-34-5
+letter \x9253 12-156-5
+letter \x9254 125-345-3
+letter \x9255 1234-126-4
+letter \x9256 124-12346-2
+letter \x9257 245-2345-2
+letter \x9258 12345-34-2
+letter \x9259 1-2456-4
+letter \x925A 134-146-4
+letter \x925B 245-2345-3
+letter \x925C 12345-34-2
+letter \x925D 14-16-5
+letter \x925E 236-5
+letter \x925F 1234-16-3
+letter \x9260 46-3
+letter \x9261 135-1236-5
+letter \x9262 135-126-3
+letter \x9263 13-346-2
+letter \x9264 13-12356-3
+letter \x9265 24-34-5
+letter \x9266 1-1356-3
+letter \x9267 134-34-4
+letter \x9268 1345-16-4
+letter \x9269 15-16-4
+letter \x926A 145-16-5
+letter \x926B 13-23456-3
+letter \x926C 134-34-5
+letter \x926D 145-1236-5
+letter \x926E 24-136-3
+letter \x926F 16-4
+letter \x9270 15-156-3
+letter \x9271 123-456-5
+letter \x9272 123-345-4
+letter \x9273 135-356-4
+letter \x9274 13-2345-5
+letter \x9275 124-12346-2
+letter \x9276 15-13456-2
+letter \x9277 1235-12346-2
+letter \x9278 13-246-4
+letter \x9279 12-156-4
+letter \x927A 156-4
+letter \x927B 13-2346-5
+letter \x927C 135-13456-4
+letter \x927D 24-156-5
+letter \x927E 134-12356-2
+letter \x927F 1235-345-3
+letter \x9280 1456-2
+letter \x9281 13-256-3
+letter \x9282 1-12356-3
+letter \x9283 12-12346-5
+letter \x9284 15-46-4
+letter \x9285 124-12346-2
+letter \x9286 134-126-5
+letter \x9287 14-356-5
+letter \x9288 13-16-3
+letter \x9289 1256-5
+letter \x928A 15-1256-5
+letter \x928B 1245-136-2
+letter \x928C 125-123456-5
+letter \x928D 1-156-5
+letter \x928E 245-235-2
+letter \x928F 24-1236-5
+letter \x9290 12-156-5
+letter \x9291 15-2345-4
+letter \x9292 15-13456-2
+letter \x9293 245-45-2
+letter \x9294 1234-16-3
+letter \x9295 124-346-4
+letter \x9296 1-34-3
+letter \x9297 15-46-5
+letter \x9298 134-13456-2
+letter \x9299 123-35-4
+letter \x929A 145-246-5
+letter \x929B 15-2345-3
+letter \x929C 15-2345-2
+letter \x929D 15-234-3
+letter \x929E 13-256-3
+letter \x929F 12-345-3
+letter \x92A0 14-146-4
+letter \x92A1 13-16-2
+letter \x92A2 1234-16-4
+letter \x92A3 1245-34-2
+letter \x92A4 134-16-4
+letter \x92A5 16-3
+letter \x92A6 1456-3
+letter \x92A7 13-456-3
+letter \x92A8 1236-3
+letter \x92A9 145-234-3
+letter \x92AA 234-4
+letter \x92AB 15-2346-5
+letter \x92AC 123-146-5
+letter \x92AD 245-2345-2
+letter \x92AE 14-12456-2
+letter \x92AF 15-156-3
+letter \x92B0 2456-5
+letter \x92B1 145-246-5
+letter \x92B2 1235-1236-5
+letter \x92B3 1245-1246-5
+letter \x92B4 24-156-5
+letter \x92B5 123-1356-3
+letter \x92B6 245-234-2
+letter \x92B7 15-246-3
+letter \x92B8 1-2346-2
+letter \x92B9 15-234-5
+letter \x92BA 125-1346-5
+letter \x92BB 124-16-3
+letter \x92BC 245-25-5
+letter \x92BD 13-35-3
+letter \x92BE 13-12346-4
+letter \x92BF 1-12346-3
+letter \x92C0 145-12356-5
+letter \x92C1 14-1256-4
+letter \x92C2 134-356-2
+letter \x92C3 14-1346-2
+letter \x92C4 12456-4
+letter \x92C5 15-1456-3
+letter \x92C6 256-2
+letter \x92C7 135-356-5
+letter \x92C8 34-5
+letter \x92C9 15-34-5
+letter \x92CA 1256-5
+letter \x92CB 12-1236-2
+letter \x92CC 124-13456-4
+letter \x92CD 135-126-2
+letter \x92CE 1235-1236-5
+letter \x92CF 13-23456-2
+letter \x92D0 1235-12346-2
+letter \x92D1 13-45-3
+letter \x92D2 12345-1356-3
+letter \x92D3 12-1236-3
+letter \x92D4 12456-4
+letter \x92D5 1-156-5
+letter \x92D6 15-156-3
+letter \x92D7 15-45-3
+letter \x92D8 1235-35-2
+letter \x92D9 34-2
+letter \x92DA 124-246-2
+letter \x92DB 13-12346-4
+letter \x92DC 12-25-5
+letter \x92DD 14-236-5
+letter \x92DE 15-13456-2
+letter \x92DF 245-1456-4
+letter \x92E0 24-136-5
+letter \x92E1 1235-1236-2
+letter \x92E2 14-236-5
+letter \x92E3 346-2
+letter \x92E4 12-34-2
+letter \x92E5 1-1356-5
+letter \x92E6 13-1256-2
+letter \x92E7 15-2345-5
+letter \x92E8 2346-2
+letter \x92E9 134-1346-2
+letter \x92EA 1234-34-3
+letter \x92EB 14-16-2
+letter \x92EC 1234-1236-5
+letter \x92ED 1245-1246-5
+letter \x92EE 12-1356-2
+letter \x92EF 13-146-5
+letter \x92F0 14-16-4
+letter \x92F1 124-2346-5
+letter \x92F2 135-13456-3
+letter \x92F3 1-34-5
+letter \x92F4 1-136-5
+letter \x92F5 124-34-3
+letter \x92F6 14-234-4
+letter \x92F7 125-1246-5
+letter \x92F8 13-1256-5
+letter \x92F9 12-1346-4
+letter \x92FA 45-3
+letter \x92FB 13-2345-5
+letter \x92FC 13-1346-3
+letter \x92FD 145-246-5
+letter \x92FE 124-146-2
+letter \x92FF 12-1346-2
+letter \x9300 14-123456-2
+letter \x9301 123-2346-5
+letter \x9302 14-13456-2
+letter \x9303 135-356-3
+letter \x9304 14-34-5
+letter \x9305 14-16-2
+letter \x9306 245-46-3
+letter \x9307 1234-356-2
+letter \x9308 13-45-4
+letter \x9309 134-1456-2
+letter \x930A 125-1246-5
+letter \x930B 1234-1356-2
+letter \x930C 1236-5
+letter \x930D 1234-16-2
+letter \x930E 15-2345-5
+letter \x930F 23456-5
+letter \x9310 1-1246-3
+letter \x9311 14-356-5
+letter \x9312 345-3
+letter \x9313 123-12346-3
+letter \x9314 124-345-5
+letter \x9315 123-123456-3
+letter \x9316 145-34-3
+letter \x9317 1246-5
+letter \x9318 12-1246-2
+letter \x9319 125-156-3
+letter \x931A 1-1356-3
+letter \x931B 135-136-3
+letter \x931C 1345-346-3
+letter \x931D 245-12346-2
+letter \x931E 145-1246-5
+letter \x931F 124-1236-2
+letter \x9320 145-13456-5
+letter \x9321 245-16-2
+letter \x9322 245-2345-2
+letter \x9323 1-1246-5
+letter \x9324 13-16-3
+letter \x9325 1256-5
+letter \x9326 13-1456-4
+letter \x9327 13-12456-4
+letter \x9328 134-146-2
+letter \x9329 12-1346-3
+letter \x932A 124-2345-4
+letter \x932B 15-16-2
+letter \x932C 14-2345-5
+letter \x932D 124-146-2
+letter \x932E 13-34-5
+letter \x932F 245-25-5
+letter \x9330 24-34-5
+letter \x9331 1-136-3
+letter \x9332 14-34-5
+letter \x9333 134-1356-4
+letter \x9334 14-34-5
+letter \x9335 1235-35-3
+letter \x9336 135-246-4
+letter \x9337 13-345-2
+letter \x9338 14-2456-2
+letter \x9339 123-136-4
+letter \x933A 12345-1236-3
+letter \x933B 34-4
+letter \x933C 1345-2456-5
+letter \x933D 12456-4
+letter \x933E 125-1236-5
+letter \x933F 34-4
+letter \x9340 145-2346-2
+letter \x9341 15-2345-3
+letter \x9342 1234-2345-3
+letter \x9343 1235-25-5
+letter \x9344 14-46-5
+letter \x9345 12345-345-4
+letter \x9346 134-136-2
+letter \x9347 123-2456-4
+letter \x9348 46-3
+letter \x9349 24-156-2
+letter \x934A 14-2345-5
+letter \x934B 13-25-3
+letter \x934C 15-2345-4
+letter \x934D 145-34-5
+letter \x934E 124-34-2
+letter \x934F 1246-2
+letter \x9350 125-12346-3
+letter \x9351 12345-34-5
+letter \x9352 1245-12356-2
+letter \x9353 13-16-2
+letter \x9354 2346-5
+letter \x9355 13-256-3
+letter \x9356 12-136-4
+letter \x9357 124-16-2
+letter \x9358 1-345-2
+letter \x9359 1235-34-5
+letter \x935A 46-2
+letter \x935B 145-12456-5
+letter \x935C 15-23456-2
+letter \x935D 1256-2
+letter \x935E 123-1356-3
+letter \x935F 15-13456-3
+letter \x9360 1235-456-2
+letter \x9361 1246-4
+letter \x9362 12345-34-5
+letter \x9363 1-146-3
+letter \x9364 12-345-3
+letter \x9365 245-346-5
+letter \x9366 24-156-3
+letter \x9367 1235-12346-3
+letter \x9368 123-1246-2
+letter \x9369 1345-25-5
+letter \x936A 134-12356-2
+letter \x936B 245-246-3
+letter \x936C 245-246-3
+letter \x936D 1235-12356-2
+letter \x936E 124-12356-3
+letter \x936F 245-12346-3
+letter \x9370 1235-12456-2
+letter \x9371 346-5
+letter \x9372 134-1456-2
+letter \x9373 13-2345-5
+letter \x9374 145-12456-3
+letter \x9375 13-2345-5
+letter \x9376 15-156-3
+letter \x9377 123-1246-3
+letter \x9378 1235-34-2
+letter \x9379 15-45-3
+letter \x937A 1-2346-4
+letter \x937B 13-346-2
+letter \x937C 1-136-3
+letter \x937D 135-2345-3
+letter \x937E 1-12346-3
+letter \x937F 125-156-3
+letter \x9380 15-234-3
+letter \x9381 346-2
+letter \x9382 134-356-4
+letter \x9383 1234-2456-5
+letter \x9384 2456-3
+letter \x9385 13-346-5
+letter \x9386 245-2345-2
+letter \x9387 134-356-2
+letter \x9388 12-25-3
+letter \x9389 124-345-5
+letter \x938A 135-1346-5
+letter \x938B 15-23456-2
+letter \x938C 14-2345-2
+letter \x938D 15-25-4
+letter \x938E 15-16-5
+letter \x938F 14-234-2
+letter \x9390 125-34-2
+letter \x9391 346-5
+letter \x9392 1345-12356-5
+letter \x9393 12346-3
+letter \x9394 1245-12346-2
+letter \x9395 124-1346-2
+letter \x9396 15-25-4
+letter \x9397 245-46-3
+letter \x9398 13-2346-2
+letter \x9399 24-25-5
+letter \x939A 12-1246-2
+letter \x939B 135-126-2
+letter \x939C 1234-1236-2
+letter \x939D 124-345-4
+letter \x939E 135-16-5
+letter \x939F 15-1346-4
+letter \x93A0 13-1346-3
+letter \x93A1 125-156-3
+letter \x93A2 34-3
+letter \x93A3 13456-2
+letter \x93A4 1235-456-4
+letter \x93A5 124-246-2
+letter \x93A6 14-234-2
+letter \x93A7 123-2456-4
+letter \x93A8 15-123456-4
+letter \x93A9 24-345-3
+letter \x93AA 15-12356-3
+letter \x93AB 12456-5
+letter \x93AC 13-146-4
+letter \x93AD 1-136-5
+letter \x93AE 1-136-5
+letter \x93AF 14-25-4
+letter \x93B0 16-5
+letter \x93B1 45-2
+letter \x93B2 124-1346-4
+letter \x93B3 1345-346-5
+letter \x93B4 15-16-2
+letter \x93B5 13-23456-3
+letter \x93B6 13-2346-3
+letter \x93B7 134-345-4
+letter \x93B8 13-45-3
+letter \x93B9 15-12346-5
+letter \x93BA 125-34-4
+letter \x93BB 15-25-4
+letter \x93BC 15-46-5
+letter \x93BD 12345-1356-3
+letter \x93BE 123456-3
+letter \x93BF 1345-345-2
+letter \x93C0 14-34-4
+letter \x93C1 15-25-4
+letter \x93C2 12356-3
+letter \x93C3 125-34-2
+letter \x93C4 124-12456-2
+letter \x93C5 15-234-3
+letter \x93C6 13-12456-5
+letter \x93C7 15-45-2
+letter \x93C8 14-2345-5
+letter \x93C9 24-12356-5
+letter \x93CA 146-5
+letter \x93CB 134-1236-4
+letter \x93CC 134-126-5
+letter \x93CD 14-25-2
+letter \x93CE 135-16-5
+letter \x93CF 1246-5
+letter \x93D0 14-234-2
+letter \x93D1 145-16-2
+letter \x93D2 245-246-3
+letter \x93D3 245-12346-3
+letter \x93D4 16-2
+letter \x93D5 14-34-5
+letter \x93D6 146-2
+letter \x93D7 123-1356-3
+letter \x93D8 245-46-3
+letter \x93D9 245-1246-3
+letter \x93DA 245-16-5
+letter \x93DB 12-1346-2
+letter \x93DC 124-1346-3
+letter \x93DD 134-1236-5
+letter \x93DE 235-3
+letter \x93DF 12-1236-4
+letter \x93E0 12345-1356-3
+letter \x93E1 13-13456-5
+letter \x93E2 135-246-3
+letter \x93E3 24-34-5
+letter \x93E4 14-12356-5
+letter \x93E5 15-234-5
+letter \x93E6 245-12346-3
+letter \x93E7 14-12346-2
+letter \x93E8 125-1236-5
+letter \x93E9 13-2345-5
+letter \x93EA 245-146-2
+letter \x93EB 14-16-2
+letter \x93EC 15-23456-5
+letter \x93ED 15-16-3
+letter \x93EE 123-1346-3
+letter \x93EF 24-456-4
+letter \x93F0 135-1356-5
+letter \x93F1 1-1346-3
+letter \x93F2 245-2345-3
+letter \x93F3 12-1356-3
+letter \x93F4 14-34-5
+letter \x93F5 1235-35-2
+letter \x93F6 13-16-2
+letter \x93F7 1234-34-2
+letter \x93F8 1235-1246-5
+letter \x93F9 245-46-4
+letter \x93FA 1234-126-3
+letter \x93FB 14-1456-2
+letter \x93FC 15-2346-5
+letter \x93FD 15-234-5
+letter \x93FE 15-2345-5
+letter \x93FF 12-1356-3
+letter \x9400 13-1246-5
+letter \x9401 15-156-3
+letter \x9402 14-234-2
+letter \x9403 1345-146-2
+letter \x9404 1235-456-2
+letter \x9405 1234-346-4
+letter \x9406 15-1246-5
+letter \x9407 12345-1236-2
+letter \x9408 245-246-2
+letter \x9409 245-45-3
+letter \x940A 46-2
+letter \x940B 124-1346-5
+letter \x940C 15-46-5
+letter \x940D 13-236-2
+letter \x940E 13-246-3
+letter \x940F 125-123456-3
+letter \x9410 14-246-5
+letter \x9411 13-346-2
+letter \x9412 14-146-2
+letter \x9413 145-123456-3
+letter \x9414 124-1236-2
+letter \x9415 125-1236-3
+letter \x9416 13-16-3
+letter \x9417 13-2345-4
+letter \x9418 1-12346-3
+letter \x9419 145-1356-5
+letter \x941A 23456-5
+letter \x941B 13456-5
+letter \x941C 145-123456-3
+letter \x941D 13-236-2
+letter \x941E 1345-12356-5
+letter \x941F 124-16-5
+letter \x9420 1234-34-4
+letter \x9421 124-346-4
+letter \x9422 12345-1236-2
+letter \x9423 12-1356-3
+letter \x9424 145-13456-4
+letter \x9425 24-1236-5
+letter \x9426 123-2456-3
+letter \x9427 13-2345-5
+letter \x9428 12345-356-5
+letter \x9429 15-1246-5
+letter \x942A 14-34-4
+letter \x942B 13-45-3
+letter \x942C 1235-1246-5
+letter \x942D 1256-5
+letter \x942E 14-2345-2
+letter \x942F 1-25-2
+letter \x9430 245-246-3
+letter \x9431 245-2345-3
+letter \x9432 1-25-2
+letter \x9433 14-356-2
+letter \x9434 135-16-5
+letter \x9435 124-346-4
+letter \x9436 1235-12456-2
+letter \x9437 346-5
+letter \x9438 145-25-2
+letter \x9439 13-25-4
+letter \x943A 145-1346-3
+letter \x943B 13-1256-5
+letter \x943C 12345-136-2
+letter \x943D 145-345-2
+letter \x943E 135-356-5
+letter \x943F 16-5
+letter \x9440 2456-5
+letter \x9441 125-12346-3
+letter \x9442 15-256-5
+letter \x9443 145-246-5
+letter \x9444 1-34-5
+letter \x9445 1235-1356-2
+letter \x9446 1-1246-5
+letter \x9447 13-16-3
+letter \x9448 1345-346-5
+letter \x9449 1235-2346-2
+letter \x944A 1235-25-5
+letter \x944B 245-13456-3
+letter \x944C 135-1456-3
+letter \x944D 13456-3
+letter \x944E 123-1246-5
+letter \x944F 1345-13456-2
+letter \x9450 15-1256-3
+letter \x9451 13-2345-5
+letter \x9452 13-2345-5
+letter \x9453 245-2345-4
+letter \x9454 12-345-4
+letter \x9455 1-156-5
+letter \x9456 134-346-5
+letter \x9457 14-16-2
+letter \x9458 14-356-2
+letter \x9459 13-16-3
+letter \x945A 125-12456-3
+letter \x945B 123-456-5
+letter \x945C 24-1346-5
+letter \x945D 1234-1356-2
+letter \x945E 14-345-5
+letter \x945F 145-34-2
+letter \x9460 24-25-5
+letter \x9461 12-25-5
+letter \x9462 14-1256-5
+letter \x9463 135-246-3
+letter \x9464 135-146-5
+letter \x9465 14-34-4
+letter \x9466 15-2345-4
+letter \x9467 123-12456-3
+letter \x9468 14-12346-2
+letter \x9469 2346-5
+letter \x946A 14-34-2
+letter \x946B 15-1456-3
+letter \x946C 13-2345-5
+letter \x946D 14-1236-2
+letter \x946E 135-126-2
+letter \x946F 13-2345-3
+letter \x9470 246-5
+letter \x9471 12-1236-2
+letter \x9472 15-46-3
+letter \x9473 13-2345-5
+letter \x9474 15-16-3
+letter \x9475 13-12456-5
+letter \x9476 245-1346-2
+letter \x9477 1345-346-5
+letter \x9478 14-356-4
+letter \x9479 245-12456-3
+letter \x947A 245-1256-2
+letter \x947B 1234-1236-5
+letter \x947C 14-25-2
+letter \x947D 125-12456-3
+letter \x947E 14-12456-2
+letter \x947F 125-146-2
+letter \x9480 1345-346-5
+letter \x9481 13-236-2
+letter \x9482 124-1346-4
+letter \x9483 1-34-2
+letter \x9484 14-1236-2
+letter \x9485 13-1456-3
+letter \x9486 145-345-2
+letter \x9487 16-4
+letter \x9488 1-136-3
+letter \x9489 145-13456-3
+letter \x948A 1-146-3
+letter \x948B 1234-126-5
+letter \x948C 14-246-4
+letter \x948D 124-34-4
+letter \x948E 245-2345-3
+letter \x948F 12-12456-5
+letter \x9490 24-1236-3
+letter \x9491 15-2346-5
+letter \x9492 12345-1236-2
+letter \x9493 145-246-5
+letter \x9494 134-136-2
+letter \x9495 1345-1256-4
+letter \x9496 46-2
+letter \x9497 12-2456-3
+letter \x9498 15-13456-2
+letter \x9499 13-2456-5
+letter \x949A 135-34-5
+letter \x949B 124-2456-5
+letter \x949C 13-1256-5
+letter \x949D 145-123456-5
+letter \x949E 12-146-3
+letter \x949F 1-12346-3
+letter \x94A0 1345-345-5
+letter \x94A1 135-356-5
+letter \x94A2 13-1346-3
+letter \x94A3 135-1236-4
+letter \x94A4 245-2345-2
+letter \x94A5 246-5
+letter \x94A6 245-1456-3
+letter \x94A7 13-256-3
+letter \x94A8 34-3
+letter \x94A9 13-12356-3
+letter \x94AA 123-1346-5
+letter \x94AB 12345-1346-3
+letter \x94AC 1235-25-4
+letter \x94AD 124-12356-4
+letter \x94AE 1345-234-4
+letter \x94AF 135-345-4
+letter \x94B0 1256-5
+letter \x94B1 245-2345-2
+letter \x94B2 1-1356-3
+letter \x94B3 245-2345-2
+letter \x94B4 13-34-4
+letter \x94B5 135-126-3
+letter \x94B6 123-2346-3
+letter \x94B7 1234-126-4
+letter \x94B8 135-34-5
+letter \x94B9 135-345-2
+letter \x94BA 236-5
+letter \x94BB 125-12456-3
+letter \x94BC 134-34-5
+letter \x94BD 145-1236-5
+letter \x94BE 13-23456-4
+letter \x94BF 145-2345-5
+letter \x94C0 234-2
+letter \x94C1 124-346-4
+letter \x94C2 135-126-2
+letter \x94C3 14-13456-2
+letter \x94C4 24-25-5
+letter \x94C5 245-2345-3
+letter \x94C6 134-146-4
+letter \x94C7 135-146-5
+letter \x94C8 24-156-5
+letter \x94C9 15-45-5
+letter \x94CA 124-345-3
+letter \x94CB 135-16-5
+letter \x94CC 1345-16-4
+letter \x94CD 1234-16-2
+letter \x94CE 145-25-2
+letter \x94CF 15-13456-2
+letter \x94D0 123-146-5
+letter \x94D1 14-146-4
+letter \x94D2 156-4
+letter \x94D3 134-1346-2
+letter \x94D4 23456-5
+letter \x94D5 234-4
+letter \x94D6 12-1356-2
+letter \x94D7 13-23456-2
+letter \x94D8 346-2
+letter \x94D9 1345-146-2
+letter \x94DA 1-156-5
+letter \x94DB 145-1346-3
+letter \x94DC 124-12346-2
+letter \x94DD 14-1256-4
+letter \x94DE 145-246-5
+letter \x94DF 1456-3
+letter \x94E0 123-2456-4
+letter \x94E1 1-345-2
+letter \x94E2 1-34-3
+letter \x94E3 15-2345-4
+letter \x94E4 124-13456-4
+letter \x94E5 145-234-3
+letter \x94E6 15-2345-3
+letter \x94E7 1235-35-2
+letter \x94E8 245-45-2
+letter \x94E9 24-345-3
+letter \x94EA 1235-345-3
+letter \x94EB 124-246-5
+letter \x94EC 13-2346-5
+letter \x94ED 134-13456-2
+letter \x94EE 1-1356-3
+letter \x94EF 15-2346-5
+letter \x94F0 13-246-4
+letter \x94F1 16-3
+letter \x94F2 12-1236-4
+letter \x94F3 12-12346-5
+letter \x94F4 124-1346-5
+letter \x94F5 1236-4
+letter \x94F6 1456-2
+letter \x94F7 1245-34-2
+letter \x94F8 1-34-5
+letter \x94F9 14-146-2
+letter \x94FA 1234-34-5
+letter \x94FB 34-2
+letter \x94FC 14-2456-2
+letter \x94FD 124-2346-5
+letter \x94FE 14-2345-5
+letter \x94FF 123-1356-3
+letter \x9500 15-246-3
+letter \x9501 15-25-4
+letter \x9502 14-16-4
+letter \x9503 1-1356-5
+letter \x9504 12-34-2
+letter \x9505 13-25-3
+letter \x9506 13-146-5
+letter \x9507 2346-2
+letter \x9508 15-234-5
+letter \x9509 245-25-5
+letter \x950A 14-236-5
+letter \x950B 12345-1356-3
+letter \x950C 15-1456-3
+letter \x950D 14-234-4
+letter \x950E 123-2456-3
+letter \x950F 13-2345-5
+letter \x9510 1245-1246-5
+letter \x9511 124-16-3
+letter \x9512 14-1346-2
+letter \x9513 245-1456-4
+letter \x9514 13-1256-2
+letter \x9515 345-3
+letter \x9516 245-46-3
+letter \x9517 1-2346-4
+letter \x9518 1345-25-5
+letter \x9519 245-25-5
+letter \x951A 134-146-2
+letter \x951B 135-136-3
+letter \x951C 245-16-2
+letter \x951D 145-2346-2
+letter \x951E 123-2346-5
+letter \x951F 123-123456-3
+letter \x9520 12-1346-3
+letter \x9521 15-16-3
+letter \x9522 13-34-5
+letter \x9523 14-25-2
+letter \x9524 12-1246-2
+letter \x9525 1-1246-3
+letter \x9526 13-1456-4
+letter \x9527 1-156-5
+letter \x9528 15-2345-3
+letter \x9529 13-45-4
+letter \x952A 1235-25-5
+letter \x952B 1234-356-2
+letter \x952C 124-1236-2
+letter \x952D 145-13456-5
+letter \x952E 13-2345-5
+letter \x952F 13-1256-5
+letter \x9530 134-1356-4
+letter \x9531 125-156-3
+letter \x9532 245-346-5
+letter \x9533 46-3
+letter \x9534 123-2456-4
+letter \x9535 245-46-3
+letter \x9536 15-156-3
+letter \x9537 2346-5
+letter \x9538 12-345-3
+letter \x9539 245-246-3
+letter \x953A 1-12346-3
+letter \x953B 145-12456-5
+letter \x953C 15-12356-3
+letter \x953D 1235-456-2
+letter \x953E 1235-12456-2
+letter \x953F 2456-3
+letter \x9540 145-34-5
+letter \x9541 134-356-4
+letter \x9542 14-12356-5
+letter \x9543 125-156-3
+letter \x9544 12345-356-5
+letter \x9545 134-356-2
+letter \x9546 134-126-5
+letter \x9547 1-136-5
+letter \x9548 135-126-2
+letter \x9549 13-2346-2
+letter \x954A 1345-346-5
+letter \x954B 124-1346-4
+letter \x954C 13-45-3
+letter \x954D 1345-346-5
+letter \x954E 1345-345-2
+letter \x954F 14-234-2
+letter \x9550 13-146-4
+letter \x9551 135-1346-5
+letter \x9552 16-5
+letter \x9553 13-23456-3
+letter \x9554 135-1456-3
+letter \x9555 1245-12346-2
+letter \x9556 135-246-3
+letter \x9557 124-1346-3
+letter \x9558 134-1236-5
+letter \x9559 14-25-2
+letter \x955A 135-1356-5
+letter \x955B 235-3
+letter \x955C 13-13456-5
+letter \x955D 145-16-2
+letter \x955E 125-34-2
+letter \x955F 15-45-5
+letter \x9560 14-234-2
+letter \x9561 124-1236-2
+letter \x9562 13-236-2
+letter \x9563 14-246-5
+letter \x9564 1234-34-2
+letter \x9565 14-34-4
+letter \x9566 145-123456-3
+letter \x9567 14-1236-2
+letter \x9568 1234-34-4
+letter \x9569 245-12456-3
+letter \x956A 245-46-3
+letter \x956B 145-1356-5
+letter \x956C 1235-25-5
+letter \x956D 14-356-2
+letter \x956E 1235-12456-2
+letter \x956F 1-25-2
+letter \x9570 14-2345-2
+letter \x9571 16-5
+letter \x9572 12-345-4
+letter \x9573 135-246-3
+letter \x9574 14-345-5
+letter \x9575 12-1236-2
+letter \x9576 15-46-3
+letter \x9577 12-1346-2
+letter \x9578 12-1346-2
+letter \x9579 13-234-4
+letter \x957A 146-4
+letter \x957B 145-346-2
+letter \x957C 245-1256-3
+letter \x957D 14-246-4
+letter \x957E 134-16-2
+letter \x957F 12-1346-2
+letter \x9580 134-136-2
+letter \x9581 134-345-5
+letter \x9582 24-12456-3
+letter \x9583 24-1236-4
+letter \x9584 24-1236-4
+letter \x9585 134-136-2
+letter \x9586 2345-2
+letter \x9587 135-16-5
+letter \x9588 1235-1236-5
+letter \x9589 135-16-5
+letter \x958A 24-1236-3
+letter \x958B 123-2456-3
+letter \x958C 123-1346-5
+letter \x958D 135-1356-3
+letter \x958E 1235-12346-2
+letter \x958F 1245-123456-5
+letter \x9590 15-1236-5
+letter \x9591 15-2345-2
+letter \x9592 15-2345-2
+letter \x9593 13-2345-3
+letter \x9594 134-1456-4
+letter \x9595 15-23456-3
+letter \x9596 24-1246-4
+letter \x9597 145-12356-5
+letter \x9598 1-345-2
+letter \x9599 1345-146-5
+letter \x959A 1-1236-3
+letter \x959B 1234-1356-3
+letter \x959C 15-23456-4
+letter \x959D 14-13456-2
+letter \x959E 135-2345-5
+letter \x959F 135-16-5
+letter \x95A0 1245-123456-5
+letter \x95A1 1235-2346-2
+letter \x95A2 13-12456-3
+letter \x95A3 13-2346-2
+letter \x95A4 1235-2346-2
+letter \x95A5 12345-345-2
+letter \x95A6 12-34-5
+letter \x95A7 1235-12346-5
+letter \x95A8 13-1246-3
+letter \x95A9 134-1456-4
+letter \x95AA 15-2346-3
+letter \x95AB 123-123456-4
+letter \x95AC 14-1346-4
+letter \x95AD 14-1256-2
+letter \x95AE 124-13456-2
+letter \x95AF 24-345-5
+letter \x95B0 13-1256-2
+letter \x95B1 236-5
+letter \x95B2 236-5
+letter \x95B3 12-1236-4
+letter \x95B4 245-1256-5
+letter \x95B5 14-1456-5
+letter \x95B6 12-1346-3
+letter \x95B7 24-345-3
+letter \x95B8 123-123456-4
+letter \x95B9 2345-3
+letter \x95BA 123456-2
+letter \x95BB 2345-2
+letter \x95BC 2346-5
+letter \x95BD 1235-123456-3
+letter \x95BE 1256-5
+letter \x95BF 123456-2
+letter \x95C0 15-46-5
+letter \x95C1 135-146-3
+letter \x95C2 15-46-5
+letter \x95C3 245-1256-5
+letter \x95C4 246-4
+letter \x95C5 123456-2
+letter \x95C6 135-1236-4
+letter \x95C7 1236-5
+letter \x95C8 1246-2
+letter \x95C9 1456-3
+letter \x95CA 123-25-5
+letter \x95CB 245-236-5
+letter \x95CC 14-1236-2
+letter \x95CD 145-34-3
+letter \x95CE 245-45-3
+letter \x95CF 12345-1356-3
+letter \x95D0 124-2345-2
+letter \x95D1 1345-346-5
+letter \x95D2 124-345-5
+letter \x95D3 123-2456-4
+letter \x95D4 1235-2346-2
+letter \x95D5 245-236-5
+letter \x95D6 12-456-4
+letter \x95D7 13-12456-3
+letter \x95D8 145-12356-5
+letter \x95D9 245-16-4
+letter \x95DA 123-1246-3
+letter \x95DB 124-1346-2
+letter \x95DC 13-12456-3
+letter \x95DD 1234-246-2
+letter \x95DE 123-1236-5
+letter \x95DF 15-16-5
+letter \x95E0 1235-1246-5
+letter \x95E1 12-1236-4
+letter \x95E2 1234-16-5
+letter \x95E3 145-1346-5
+letter \x95E4 1235-12456-2
+letter \x95E5 124-345-5
+letter \x95E6 123456-2
+letter \x95E7 124-345-3
+letter \x95E8 134-136-2
+letter \x95E9 24-12456-3
+letter \x95EA 24-1236-4
+letter \x95EB 2345-2
+letter \x95EC 1235-1236-5
+letter \x95ED 135-16-5
+letter \x95EE 123456-5
+letter \x95EF 12-456-4
+letter \x95F0 1245-123456-5
+letter \x95F1 1246-2
+letter \x95F2 15-2345-2
+letter \x95F3 1235-12346-2
+letter \x95F4 13-2345-3
+letter \x95F5 134-1456-4
+letter \x95F6 123-1346-5
+letter \x95F7 134-136-3
+letter \x95F8 1-345-2
+letter \x95F9 1345-146-5
+letter \x95FA 13-1246-3
+letter \x95FB 123456-2
+letter \x95FC 124-345-5
+letter \x95FD 134-1456-4
+letter \x95FE 14-1256-2
+letter \x95FF 123-2456-4
+letter \x9600 12345-345-2
+letter \x9601 13-2346-2
+letter \x9602 1235-2346-2
+letter \x9603 123-123456-4
+letter \x9604 13-234-3
+letter \x9605 236-5
+letter \x9606 14-1346-2
+letter \x9607 145-34-3
+letter \x9608 1256-5
+letter \x9609 2345-3
+letter \x960A 12-1346-3
+letter \x960B 15-16-5
+letter \x960C 123456-2
+letter \x960D 1235-123456-3
+letter \x960E 2345-2
+letter \x960F 2346-5
+letter \x9610 12-1236-4
+letter \x9611 14-1236-2
+letter \x9612 245-1256-5
+letter \x9613 1235-1246-5
+letter \x9614 123-25-5
+letter \x9615 245-236-5
+letter \x9616 1235-2346-2
+letter \x9617 124-2345-2
+letter \x9618 124-345-5
+letter \x9619 245-236-5
+letter \x961A 123-1236-5
+letter \x961B 1235-12456-2
+letter \x961C 12345-34-5
+letter \x961D 16-5
+letter \x961E 14-2346-5
+letter \x961F 145-1246-5
+letter \x9620 15-1456-5
+letter \x9621 245-2345-3
+letter \x9622 34-5
+letter \x9623 16-5
+letter \x9624 1-156-5
+letter \x9625 1456-3
+letter \x9626 46-2
+letter \x9627 145-12356-4
+letter \x9628 2346-5
+letter \x9629 24-1356-3
+letter \x962A 135-1236-4
+letter \x962B 1234-356-2
+letter \x962C 123-1356-3
+letter \x962D 256-4
+letter \x962E 1245-12456-4
+letter \x962F 1-156-4
+letter \x9630 1234-16-2
+letter \x9631 13-13456-4
+letter \x9632 12345-1346-2
+letter \x9633 46-2
+letter \x9634 1456-3
+letter \x9635 1-136-5
+letter \x9636 13-346-3
+letter \x9637 12-1356-3
+letter \x9638 2346-5
+letter \x9639 245-1256-3
+letter \x963A 145-16-4
+letter \x963B 125-34-4
+letter \x963C 125-25-5
+letter \x963D 145-2345-5
+letter \x963E 14-13456-4
+letter \x963F 345-3
+letter \x9640 124-25-2
+letter \x9641 124-25-2
+letter \x9642 1234-16-2
+letter \x9643 135-13456-4
+letter \x9644 12345-34-5
+letter \x9645 13-16-5
+letter \x9646 14-34-5
+letter \x9647 14-12346-4
+letter \x9648 12-136-2
+letter \x9649 15-13456-2
+letter \x964A 145-25-5
+letter \x964B 14-12356-5
+letter \x964C 134-126-5
+letter \x964D 13-46-5
+letter \x964E 24-34-3
+letter \x964F 145-25-5
+letter \x9650 15-2345-5
+letter \x9651 156-2
+letter \x9652 13-1246-4
+letter \x9653 1256-3
+letter \x9654 13-2456-3
+letter \x9655 24-1236-4
+letter \x9656 13-256-5
+letter \x9657 245-246-5
+letter \x9658 15-13456-2
+letter \x9659 12-123456-2
+letter \x965A 12345-34-5
+letter \x965B 135-16-5
+letter \x965C 15-23456-2
+letter \x965D 24-1236-4
+letter \x965E 24-1356-3
+letter \x965F 1-156-5
+letter \x9660 1234-34-3
+letter \x9661 145-12356-4
+letter \x9662 45-5
+letter \x9663 1-136-5
+letter \x9664 12-34-2
+letter \x9665 15-2345-5
+letter \x9666 145-146-4
+letter \x9667 1345-346-5
+letter \x9668 256-4
+letter \x9669 15-2345-4
+letter \x966A 1234-356-2
+letter \x966B 12345-356-5
+letter \x966C 125-12356-3
+letter \x966D 16-3
+letter \x966E 145-1246-5
+letter \x966F 14-123456-2
+letter \x9670 1456-3
+letter \x9671 13-1256-2
+letter \x9672 12-1246-2
+letter \x9673 12-136-2
+letter \x9674 1234-16-2
+letter \x9675 14-13456-2
+letter \x9676 124-146-2
+letter \x9677 15-2345-5
+letter \x9678 14-34-5
+letter \x9679 24-1356-3
+letter \x967A 15-2345-4
+letter \x967B 1456-3
+letter \x967C 1-34-4
+letter \x967D 46-2
+letter \x967E 1245-1356-2
+letter \x967F 15-23456-2
+letter \x9680 12-12346-2
+letter \x9681 2345-5
+letter \x9682 1456-3
+letter \x9683 246-2
+letter \x9684 124-16-2
+letter \x9685 1256-2
+letter \x9686 14-12346-2
+letter \x9687 1246-3
+letter \x9688 1246-3
+letter \x9689 1345-346-5
+letter \x968A 145-1246-5
+letter \x968B 15-1246-2
+letter \x968C 1236-4
+letter \x968D 1235-456-2
+letter \x968E 13-346-3
+letter \x968F 15-1246-2
+letter \x9690 1456-4
+letter \x9691 2456-2
+letter \x9692 2345-4
+letter \x9693 1235-1246-3
+letter \x9694 13-2346-2
+letter \x9695 256-4
+letter \x9696 34-5
+letter \x9697 1246-4
+letter \x9698 2456-5
+letter \x9699 15-16-5
+letter \x969A 124-1346-2
+letter \x969B 13-16-5
+letter \x969C 1-1346-5
+letter \x969D 145-146-4
+letter \x969E 146-2
+letter \x969F 15-16-5
+letter \x96A0 1456-4
+letter \x96A1 15-345-5
+letter \x96A2 1245-146-5
+letter \x96A3 14-1456-2
+letter \x96A4 124-1246-2
+letter \x96A5 145-1356-5
+letter \x96A6 1234-16-2
+letter \x96A7 15-1246-5
+letter \x96A8 15-1246-2
+letter \x96A9 1256-5
+letter \x96AA 15-2345-4
+letter \x96AB 12345-136-2
+letter \x96AC 1345-16-4
+letter \x96AD 156-2
+letter \x96AE 13-16-3
+letter \x96AF 145-146-4
+letter \x96B0 15-16-2
+letter \x96B1 1456-4
+letter \x96B2 1-156-5
+letter \x96B3 1235-1246-3
+letter \x96B4 14-12346-4
+letter \x96B5 15-16-3
+letter \x96B6 145-2456-5
+letter \x96B7 14-16-5
+letter \x96B8 14-16-5
+letter \x96B9 1-1246-3
+letter \x96BA 1235-2346-5
+letter \x96BB 1-156-3
+letter \x96BC 15-123456-4
+letter \x96BD 13-45-5
+letter \x96BE 1345-1236-2
+letter \x96BF 16-5
+letter \x96C0 245-236-5
+letter \x96C1 2345-5
+letter \x96C2 245-1456-2
+letter \x96C3 245-2345-3
+letter \x96C4 15-235-2
+letter \x96C5 23456-4
+letter \x96C6 13-16-2
+letter \x96C7 13-34-5
+letter \x96C8 1235-12456-2
+letter \x96C9 1-156-5
+letter \x96CA 13-12356-5
+letter \x96CB 13-45-5
+letter \x96CC 245-156-2
+letter \x96CD 235-3
+letter \x96CE 13-1256-3
+letter \x96CF 12-34-2
+letter \x96D0 1235-34-3
+letter \x96D1 125-345-2
+letter \x96D2 14-25-5
+letter \x96D3 1256-2
+letter \x96D4 12-12356-2
+letter \x96D5 145-246-3
+letter \x96D6 15-1246-3
+letter \x96D7 1235-1236-5
+letter \x96D8 25-5
+letter \x96D9 24-456-3
+letter \x96DA 13-12456-5
+letter \x96DB 12-34-2
+letter \x96DC 125-345-2
+letter \x96DD 235-3
+letter \x96DE 13-16-3
+letter \x96DF 13-1246-3
+letter \x96E0 12-12356-2
+letter \x96E1 14-234-5
+letter \x96E2 14-16-2
+letter \x96E3 1345-1236-2
+letter \x96E4 15-236-2
+letter \x96E5 125-345-2
+letter \x96E6 13-16-2
+letter \x96E7 13-16-2
+letter \x96E8 1256-4
+letter \x96E9 1256-2
+letter \x96EA 15-236-4
+letter \x96EB 1345-345-4
+letter \x96EC 12345-12356-4
+letter \x96ED 15-2346-5
+letter \x96EE 134-34-5
+letter \x96EF 123456-2
+letter \x96F0 12345-136-3
+letter \x96F1 1234-1346-2
+letter \x96F2 256-2
+letter \x96F3 14-16-5
+letter \x96F4 14-16-5
+letter \x96F5 1346-4
+letter \x96F6 14-13456-2
+letter \x96F7 14-356-2
+letter \x96F8 1236-2
+letter \x96F9 135-146-2
+letter \x96FA 34-5
+letter \x96FB 145-2345-5
+letter \x96FC 145-1346-5
+letter \x96FD 1235-34-3
+letter \x96FE 34-5
+letter \x96FF 145-246-5
+letter \x9700 15-1256-3
+letter \x9701 13-16-5
+letter \x9702 134-34-5
+letter \x9703 12-136-2
+letter \x9704 15-246-3
+letter \x9705 1-345-2
+letter \x9706 124-13456-2
+letter \x9707 1-136-5
+letter \x9708 1234-356-5
+letter \x9709 134-356-2
+letter \x970A 14-13456-2
+letter \x970B 245-16-3
+letter \x970C 1-12356-3
+letter \x970D 1235-25-5
+letter \x970E 24-345-5
+letter \x970F 12345-356-3
+letter \x9710 1235-12346-2
+letter \x9711 1-1236-3
+letter \x9712 1456-3
+letter \x9713 1345-16-2
+letter \x9714 1-34-5
+letter \x9715 124-123456-2
+letter \x9716 14-1456-2
+letter \x9717 14-13456-2
+letter \x9718 145-12346-5
+letter \x9719 13456-3
+letter \x971A 34-5
+letter \x971B 14-13456-2
+letter \x971C 24-456-3
+letter \x971D 14-13456-2
+letter \x971E 15-23456-2
+letter \x971F 1235-12346-2
+letter \x9720 1456-3
+letter \x9721 134-126-5
+letter \x9722 134-126-5
+letter \x9723 256-4
+letter \x9724 14-234-5
+letter \x9725 134-1356-5
+letter \x9726 135-1456-3
+letter \x9727 34-5
+letter \x9728 1246-5
+letter \x9729 123-25-5
+letter \x972A 1456-2
+letter \x972B 15-16-2
+letter \x972C 16-5
+letter \x972D 2456-4
+letter \x972E 145-1236-5
+letter \x972F 145-1356-5
+letter \x9730 15-2345-5
+letter \x9731 1256-5
+letter \x9732 14-34-5
+letter \x9733 14-12346-2
+letter \x9734 145-2456-5
+letter \x9735 13-16-2
+letter \x9736 1234-1346-3
+letter \x9737 46-2
+letter \x9738 135-345-5
+letter \x9739 1234-16-3
+letter \x973A 1246-2
+letter \x973B 14-16-4
+letter \x973C 15-16-5
+letter \x973D 13-16-5
+letter \x973E 134-2456-2
+letter \x973F 134-1356-2
+letter \x9740 134-1356-2
+letter \x9741 14-356-2
+letter \x9742 14-16-5
+letter \x9743 1235-25-5
+letter \x9744 2456-4
+letter \x9745 12345-356-5
+letter \x9746 145-2456-5
+letter \x9747 14-12346-2
+letter \x9748 14-13456-2
+letter \x9749 2456-5
+letter \x974A 12345-1356-3
+letter \x974B 14-16-5
+letter \x974C 135-146-4
+letter \x974D 1235-2346-5
+letter \x974E 1235-2346-5
+letter \x974F 1235-2346-5
+letter \x9750 135-13456-5
+letter \x9751 245-13456-3
+letter \x9752 245-13456-3
+letter \x9753 13-13456-5
+letter \x9754 124-2345-3
+letter \x9755 1-136-3
+letter \x9756 13-13456-5
+letter \x9757 12-1356-3
+letter \x9758 245-13456-5
+letter \x9759 13-13456-5
+letter \x975A 13-13456-5
+letter \x975B 145-2345-5
+letter \x975C 13-13456-5
+letter \x975D 124-2345-3
+letter \x975E 12345-356-3
+letter \x975F 12345-356-3
+letter \x9760 123-146-5
+letter \x9761 134-16-4
+letter \x9762 134-2345-5
+letter \x9763 134-2345-5
+letter \x9764 1234-146-5
+letter \x9765 346-5
+letter \x9766 124-2345-4
+letter \x9767 1235-1246-5
+letter \x9768 346-5
+letter \x9769 13-2346-2
+letter \x976A 145-13456-3
+letter \x976B 12-2456-3
+letter \x976C 13-2345-3
+letter \x976D 1245-136-5
+letter \x976E 145-16-2
+letter \x976F 145-34-5
+letter \x9770 34-5
+letter \x9771 1245-136-5
+letter \x9772 245-1456-2
+letter \x9773 13-1456-5
+letter \x9774 15-236-3
+letter \x9775 1345-234-4
+letter \x9776 135-345-4
+letter \x9777 1456-4
+letter \x9778 15-345-4
+letter \x9779 1345-345-5
+letter \x977A 134-126-5
+letter \x977B 125-34-4
+letter \x977C 145-345-2
+letter \x977D 135-1236-5
+letter \x977E 16-5
+letter \x977F 246-5
+letter \x9780 124-146-2
+letter \x9781 135-356-5
+letter \x9782 13-346-3
+letter \x9783 1235-12346-2
+letter \x9784 1234-146-2
+letter \x9785 46-3
+letter \x9786 135-13456-4
+letter \x9787 1456-3
+letter \x9788 13-23456-2
+letter \x9789 124-146-2
+letter \x978A 13-16-2
+letter \x978B 15-346-2
+letter \x978C 1236-3
+letter \x978D 1236-3
+letter \x978E 1235-136-2
+letter \x978F 13-12346-4
+letter \x9790 245-23456-4
+letter \x9791 145-345-2
+letter \x9792 245-246-2
+letter \x9793 124-13456-3
+letter \x9794 134-1236-2
+letter \x9795 13456-5
+letter \x9796 15-1246-3
+letter \x9797 124-246-2
+letter \x9798 245-246-5
+letter \x9799 13-45-3
+letter \x979A 123-12346-5
+letter \x979B 135-1356-4
+letter \x979C 124-345-5
+letter \x979D 1-1346-4
+letter \x979E 135-13456-4
+letter \x979F 123-25-5
+letter \x97A0 13-1256-2
+letter \x97A1 14-345-3
+letter \x97A2 15-346-5
+letter \x97A3 1245-12356-2
+letter \x97A4 135-1346-3
+letter \x97A5 1356-3
+letter \x97A6 245-234-3
+letter \x97A7 245-234-3
+letter \x97A8 1235-2346-2
+letter \x97A9 245-246-5
+letter \x97AA 134-12356-2
+letter \x97AB 13-1256-2
+letter \x97AC 13-2345-3
+letter \x97AD 135-2345-3
+letter \x97AE 145-16-3
+letter \x97AF 13-2345-3
+letter \x97B0 13-1256-3
+letter \x97B1 124-146-3
+letter \x97B2 13-12356-3
+letter \x97B3 124-345-5
+letter \x97B4 135-356-5
+letter \x97B5 15-346-2
+letter \x97B6 1234-1236-2
+letter \x97B7 13-2346-2
+letter \x97B8 135-16-5
+letter \x97B9 123-25-5
+letter \x97BA 1234-1346-3
+letter \x97BB 14-12356-2
+letter \x97BC 13-1246-5
+letter \x97BD 245-246-3
+letter \x97BE 15-236-3
+letter \x97BF 13-16-3
+letter \x97C0 13-2345-3
+letter \x97C1 13-46-3
+letter \x97C2 12-1236-5
+letter \x97C3 145-345-2
+letter \x97C4 1235-34-5
+letter \x97C5 15-2345-4
+letter \x97C6 245-2345-3
+letter \x97C7 145-34-2
+letter \x97C8 35-5
+letter \x97C9 13-2345-3
+letter \x97CA 14-1236-2
+letter \x97CB 1246-2
+letter \x97CC 1245-136-5
+letter \x97CD 12345-34-2
+letter \x97CE 134-356-5
+letter \x97CF 13-45-5
+letter \x97D0 13-2346-2
+letter \x97D1 1246-4
+letter \x97D2 245-246-5
+letter \x97D3 1235-1236-2
+letter \x97D4 12-1346-5
+letter \x97D5 123-25-5
+letter \x97D6 1245-12356-4
+letter \x97D7 256-5
+letter \x97D8 24-2346-5
+letter \x97D9 1246-4
+letter \x97DA 13-2346-2
+letter \x97DB 135-356-5
+letter \x97DC 124-146-3
+letter \x97DD 13-12356-3
+letter \x97DE 256-5
+letter \x97DF 13-146-3
+letter \x97E0 135-16-5
+letter \x97E1 1246-4
+letter \x97E2 15-1246-5
+letter \x97E3 145-34-2
+letter \x97E4 35-5
+letter \x97E5 145-34-2
+letter \x97E6 1246-2
+letter \x97E7 1245-136-5
+letter \x97E8 12345-34-2
+letter \x97E9 1235-1236-2
+letter \x97EA 1246-4
+letter \x97EB 256-5
+letter \x97EC 124-146-3
+letter \x97ED 13-234-4
+letter \x97EE 13-234-4
+letter \x97EF 15-2345-3
+letter \x97F0 15-346-5
+letter \x97F1 15-2345-3
+letter \x97F2 13-16-3
+letter \x97F3 1456-3
+letter \x97F4 125-345-2
+letter \x97F5 256-5
+letter \x97F6 24-146-2
+letter \x97F7 14-2346-5
+letter \x97F8 1234-1356-2
+letter \x97F9 1235-456-2
+letter \x97FA 13456-3
+letter \x97FB 256-5
+letter \x97FC 1234-1356-2
+letter \x97FD 1236-5
+letter \x97FE 1456-3
+letter \x97FF 15-46-4
+letter \x9800 1235-34-5
+letter \x9801 346-5
+letter \x9802 145-13456-4
+letter \x9803 245-13456-4
+letter \x9804 123-1246-2
+letter \x9805 15-46-5
+letter \x9806 24-123456-5
+letter \x9807 1235-1236-3
+letter \x9808 15-1256-3
+letter \x9809 16-2
+letter \x980A 15-1256-5
+letter \x980B 2346-4
+letter \x980C 15-12346-5
+letter \x980D 123-1246-4
+letter \x980E 245-16-2
+letter \x980F 1235-1346-2
+letter \x9810 1256-5
+letter \x9811 12456-2
+letter \x9812 135-1236-3
+letter \x9813 145-123456-5
+letter \x9814 145-16-2
+letter \x9815 145-1236-3
+letter \x9816 1234-1236-5
+letter \x9817 1234-126-4
+letter \x9818 14-13456-4
+letter \x9819 12-2346-5
+letter \x981A 13-13456-4
+letter \x981B 14-356-4
+letter \x981C 1235-1236-5
+letter \x981D 245-246-3
+letter \x981E 2346-5
+letter \x981F 2346-2
+letter \x9820 1246-4
+letter \x9821 13-346-2
+letter \x9822 123-25-5
+letter \x9823 24-136-4
+letter \x9824 16-2
+letter \x9825 16-2
+letter \x9826 1235-2456-2
+letter \x9827 145-1246-3
+letter \x9828 1256-4
+letter \x9829 1234-13456-3
+letter \x982A 14-356-5
+letter \x982B 12345-34-4
+letter \x982C 13-23456-2
+letter \x982D 124-12356-2
+letter \x982E 1235-1246-5
+letter \x982F 123-1246-2
+letter \x9830 13-23456-2
+letter \x9831 14-25-2
+letter \x9832 124-13456-4
+letter \x9833 12-1356-3
+letter \x9834 13456-4
+letter \x9835 13-256-3
+letter \x9836 1235-34-2
+letter \x9837 1235-1236-5
+letter \x9838 13-13456-4
+letter \x9839 124-1246-2
+letter \x983A 124-1246-2
+letter \x983B 1234-1456-2
+letter \x983C 14-2456-5
+letter \x983D 124-1246-2
+letter \x983E 125-156-3
+letter \x983F 125-156-3
+letter \x9840 12-1246-2
+letter \x9841 145-13456-5
+letter \x9842 14-2456-5
+letter \x9843 2345-2
+letter \x9844 1235-1236-5
+letter \x9845 245-2345-3
+letter \x9846 123-2346-3
+letter \x9847 245-1246-5
+letter \x9848 13-235-4
+letter \x9849 245-1456-3
+letter \x984A 16-2
+letter \x984B 15-2456-3
+letter \x984C 124-16-2
+letter \x984D 2346-2
+letter \x984E 2346-5
+letter \x984F 2345-2
+letter \x9850 1235-123456-5
+letter \x9851 123-1236-4
+letter \x9852 235-2
+letter \x9853 1-12456-3
+letter \x9854 2345-2
+letter \x9855 15-2345-4
+letter \x9856 15-1456-5
+letter \x9857 16-4
+letter \x9858 45-5
+letter \x9859 15-1346-4
+letter \x985A 145-2345-3
+letter \x985B 145-2345-3
+letter \x985C 13-46-4
+letter \x985D 123-1246-3
+letter \x985E 14-356-5
+letter \x985F 14-146-2
+letter \x9860 1234-246-4
+letter \x9861 2356-5
+letter \x9862 134-1236-2
+letter \x9863 245-34-5
+letter \x9864 246-2
+letter \x9865 1235-146-5
+letter \x9866 245-246-2
+letter \x9867 13-34-5
+letter \x9868 15-256-5
+letter \x9869 2345-4
+letter \x986A 1235-1246-5
+letter \x986B 1-1236-5
+letter \x986C 1245-34-2
+letter \x986D 134-1356-2
+letter \x986E 135-1456-3
+letter \x986F 15-2345-4
+letter \x9870 1234-1456-2
+letter \x9871 14-34-2
+letter \x9872 14-1456-4
+letter \x9873 1345-346-5
+letter \x9874 245-45-2
+letter \x9875 346-5
+letter \x9876 145-13456-4
+letter \x9877 245-13456-4
+letter \x9878 1235-1236-3
+letter \x9879 15-46-5
+letter \x987A 24-123456-5
+letter \x987B 15-1256-3
+letter \x987C 15-1256-5
+letter \x987D 12456-2
+letter \x987E 13-34-5
+letter \x987F 145-123456-5
+letter \x9880 245-16-2
+letter \x9881 135-1236-3
+letter \x9882 15-12346-5
+letter \x9883 1235-1346-2
+letter \x9884 1256-5
+letter \x9885 14-34-2
+letter \x9886 14-13456-4
+letter \x9887 1234-126-3
+letter \x9888 13-13456-4
+letter \x9889 13-346-2
+letter \x988A 13-23456-2
+letter \x988B 124-13456-4
+letter \x988C 1235-1236-5
+letter \x988D 13456-4
+letter \x988E 13-235-4
+letter \x988F 1235-2346-3
+letter \x9890 16-2
+letter \x9891 1234-1456-2
+letter \x9892 1235-1246-5
+letter \x9893 124-1246-2
+letter \x9894 1235-1236-5
+letter \x9895 13456-4
+letter \x9896 13456-4
+letter \x9897 123-2346-3
+letter \x9898 124-16-2
+letter \x9899 235-2
+letter \x989A 2346-5
+letter \x989B 1-12456-3
+letter \x989C 2345-2
+letter \x989D 2346-2
+letter \x989E 1345-346-5
+letter \x989F 134-1236-2
+letter \x98A0 145-2345-3
+letter \x98A1 15-1346-4
+letter \x98A2 1235-146-5
+letter \x98A3 14-356-5
+letter \x98A4 1-1236-5
+letter \x98A5 1245-34-2
+letter \x98A6 1234-1456-2
+letter \x98A7 245-45-2
+letter \x98A8 12345-1356-3
+letter \x98A9 145-234-3
+letter \x98AA 13-35-3
+letter \x98AB 12345-34-2
+letter \x98AC 15-23456-3
+letter \x98AD 1-1236-4
+letter \x98AE 135-246-3
+letter \x98AF 15-345-5
+letter \x98B0 135-345-2
+letter \x98B1 124-2456-2
+letter \x98B2 14-346-5
+letter \x98B3 13-35-3
+letter \x98B4 15-45-5
+letter \x98B5 24-146-5
+letter \x98B6 13-1256-5
+letter \x98B7 135-246-3
+letter \x98B8 15-156-3
+letter \x98B9 1246-4
+letter \x98BA 46-2
+letter \x98BB 246-2
+letter \x98BC 15-12356-3
+letter \x98BD 123-2456-4
+letter \x98BE 15-146-3
+letter \x98BF 12345-1236-2
+letter \x98C0 14-234-2
+letter \x98C1 15-16-2
+letter \x98C2 14-246-2
+letter \x98C3 1234-246-3
+letter \x98C4 1234-246-3
+letter \x98C5 14-234-2
+letter \x98C6 135-246-3
+letter \x98C7 135-246-3
+letter \x98C8 135-246-3
+letter \x98C9 14-246-2
+letter \x98CA 135-246-3
+letter \x98CB 15-2346-5
+letter \x98CC 12345-1356-3
+letter \x98CD 15-234-3
+letter \x98CE 12345-1356-3
+letter \x98CF 46-2
+letter \x98D0 1-1236-4
+letter \x98D1 135-246-3
+letter \x98D2 15-345-5
+letter \x98D3 13-1256-5
+letter \x98D4 15-156-3
+letter \x98D5 15-12356-3
+letter \x98D6 246-2
+letter \x98D7 14-234-2
+letter \x98D8 1234-246-3
+letter \x98D9 135-246-3
+letter \x98DA 135-246-3
+letter \x98DB 12345-356-3
+letter \x98DC 12345-1236-3
+letter \x98DD 12345-356-3
+letter \x98DE 12345-356-3
+letter \x98DF 24-156-2
+letter \x98E0 24-156-2
+letter \x98E1 245-1236-3
+letter \x98E2 13-16-3
+letter \x98E3 145-13456-5
+letter \x98E4 15-156-5
+letter \x98E5 124-25-3
+letter \x98E6 1-1236-3
+letter \x98E7 15-123456-3
+letter \x98E8 15-46-4
+letter \x98E9 145-123456-5
+letter \x98EA 1245-136-5
+letter \x98EB 1256-5
+letter \x98EC 13-45-5
+letter \x98ED 12-156-5
+letter \x98EE 1456-4
+letter \x98EF 12345-1236-5
+letter \x98F0 12345-1236-5
+letter \x98F1 15-123456-3
+letter \x98F2 1456-4
+letter \x98F3 1-34-5
+letter \x98F4 16-2
+letter \x98F5 125-25-5
+letter \x98F6 135-16-5
+letter \x98F7 13-346-4
+letter \x98F8 124-146-3
+letter \x98F9 14-234-4
+letter \x98FA 245-156-2
+letter \x98FB 124-346-5
+letter \x98FC 15-156-5
+letter \x98FD 135-146-4
+letter \x98FE 24-156-5
+letter \x98FF 145-25-5
+letter \x9900 1235-2456-5
+letter \x9901 1245-136-5
+letter \x9902 124-2345-4
+letter \x9903 13-246-4
+letter \x9904 13-23456-2
+letter \x9905 135-13456-4
+letter \x9906 246-2
+letter \x9907 124-12346-2
+letter \x9908 245-156-2
+letter \x9909 15-46-4
+letter \x990A 46-4
+letter \x990B 13-45-5
+letter \x990C 156-4
+letter \x990D 2345-5
+letter \x990E 14-2346-5
+letter \x990F 15-16-3
+letter \x9910 245-1236-3
+letter \x9911 135-126-3
+letter \x9912 1345-356-4
+letter \x9913 2346-5
+letter \x9914 135-34-3
+letter \x9915 13-256-5
+letter \x9916 145-12356-5
+letter \x9917 15-34-5
+letter \x9918 1256-2
+letter \x9919 24-156-5
+letter \x991A 246-2
+letter \x991B 1235-123456-2
+letter \x991C 13-25-4
+letter \x991D 24-156-5
+letter \x991E 13-2345-5
+letter \x991F 1-1246-5
+letter \x9920 135-13456-4
+letter \x9921 15-2345-5
+letter \x9922 135-34-5
+letter \x9923 346-5
+letter \x9924 124-1236-2
+letter \x9925 12345-356-3
+letter \x9926 1-1346-3
+letter \x9927 1246-5
+letter \x9928 13-12456-4
+letter \x9929 2346-5
+letter \x992A 1345-12456-4
+letter \x992B 256-5
+letter \x992C 1235-34-2
+letter \x992D 1235-456-2
+letter \x992E 124-346-5
+letter \x992F 1235-1246-5
+letter \x9930 13-2345-3
+letter \x9931 1235-12356-2
+letter \x9932 2456-5
+letter \x9933 15-13456-2
+letter \x9934 12345-136-3
+letter \x9935 1246-5
+letter \x9936 13-34-4
+letter \x9937 12-345-3
+letter \x9938 15-12346-5
+letter \x9939 124-1346-2
+letter \x993A 135-126-2
+letter \x993B 13-146-3
+letter \x993C 15-16-5
+letter \x993D 123-1246-5
+letter \x993E 14-234-5
+letter \x993F 15-12356-3
+letter \x9940 124-146-2
+letter \x9941 346-5
+letter \x9942 123456-3
+letter \x9943 134-126-2
+letter \x9944 124-1346-2
+letter \x9945 134-1236-2
+letter \x9946 135-16-5
+letter \x9947 1256-5
+letter \x9948 15-234-3
+letter \x9949 13-1456-4
+letter \x994A 15-1236-4
+letter \x994B 123-1246-5
+letter \x994C 1-12456-5
+letter \x994D 24-1236-5
+letter \x994E 12-156-5
+letter \x994F 145-1236-5
+letter \x9950 16-5
+letter \x9951 13-16-3
+letter \x9952 1245-146-2
+letter \x9953 12-1356-3
+letter \x9954 235-3
+letter \x9955 124-146-3
+letter \x9956 1235-1246-5
+letter \x9957 15-46-4
+letter \x9958 1-1236-3
+letter \x9959 12345-136-3
+letter \x995A 1235-2456-5
+letter \x995B 134-1356-2
+letter \x995C 2345-5
+letter \x995D 134-126-2
+letter \x995E 12-1236-2
+letter \x995F 15-46-4
+letter \x9960 14-25-2
+letter \x9961 125-1236-5
+letter \x9962 1345-1346-2
+letter \x9963 24-156-2
+letter \x9964 145-13456-5
+letter \x9965 13-16-3
+letter \x9966 124-25-3
+letter \x9967 15-13456-2
+letter \x9968 145-123456-5
+letter \x9969 15-16-5
+letter \x996A 1245-136-5
+letter \x996B 1256-5
+letter \x996C 12-156-5
+letter \x996D 12345-1236-5
+letter \x996E 1456-4
+letter \x996F 13-2345-5
+letter \x9970 24-156-5
+letter \x9971 135-146-4
+letter \x9972 15-156-5
+letter \x9973 145-25-5
+letter \x9974 16-2
+letter \x9975 156-4
+letter \x9976 1245-146-2
+letter \x9977 15-46-4
+letter \x9978 13-23456-2
+letter \x9979 14-2346-5
+letter \x997A 13-246-4
+letter \x997B 15-16-3
+letter \x997C 135-13456-4
+letter \x997D 135-126-3
+letter \x997E 145-12356-5
+letter \x997F 2346-5
+letter \x9980 1256-2
+letter \x9981 1345-356-4
+letter \x9982 13-256-5
+letter \x9983 13-25-4
+letter \x9984 1235-123456-2
+letter \x9985 15-2345-5
+letter \x9986 13-12456-4
+letter \x9987 12-345-3
+letter \x9988 123-1246-5
+letter \x9989 13-34-4
+letter \x998A 15-12356-3
+letter \x998B 12-1236-2
+letter \x998C 346-5
+letter \x998D 134-126-2
+letter \x998E 135-126-2
+letter \x998F 14-234-5
+letter \x9990 15-234-3
+letter \x9991 13-1456-4
+letter \x9992 134-1236-2
+letter \x9993 15-1236-4
+letter \x9994 1-12456-5
+letter \x9995 1345-1346-2
+letter \x9996 24-12356-4
+letter \x9997 123-1246-2
+letter \x9998 13-25-2
+letter \x9999 15-46-3
+letter \x999A 12345-136-2
+letter \x999B 135-126-2
+letter \x999C 1345-16-4
+letter \x999D 135-16-5
+letter \x999E 135-126-2
+letter \x999F 124-34-2
+letter \x99A0 1235-1236-3
+letter \x99A1 12345-356-3
+letter \x99A2 13-2345-3
+letter \x99A3 2345-4
+letter \x99A4 2456-5
+letter \x99A5 12345-34-5
+letter \x99A6 15-2345-3
+letter \x99A7 123456-3
+letter \x99A8 15-1456-3
+letter \x99A9 12345-136-2
+letter \x99AA 135-1456-3
+letter \x99AB 15-13456-3
+letter \x99AC 134-345-4
+letter \x99AD 1256-5
+letter \x99AE 12345-1356-2
+letter \x99AF 1235-1236-5
+letter \x99B0 145-16-5
+letter \x99B1 124-25-2
+letter \x99B2 1-2346-2
+letter \x99B3 12-156-2
+letter \x99B4 15-256-2
+letter \x99B5 1-34-5
+letter \x99B6 1-156-3
+letter \x99B7 1234-356-5
+letter \x99B8 15-1456-5
+letter \x99B9 1245-156-5
+letter \x99BA 15-345-5
+letter \x99BB 256-4
+letter \x99BC 123456-2
+letter \x99BD 1-156-2
+letter \x99BE 145-1236-5
+letter \x99BF 14-1256-2
+letter \x99C0 234-2
+letter \x99C1 135-126-2
+letter \x99C2 135-146-4
+letter \x99C3 123-2356-5
+letter \x99C4 124-25-2
+letter \x99C5 16-5
+letter \x99C6 245-1256-3
+letter \x99C7 123456-2
+letter \x99C8 245-1256-3
+letter \x99C9 13-235-3
+letter \x99CA 1234-126-4
+letter \x99CB 1-146-3
+letter \x99CC 45-3
+letter \x99CD 1234-1356-3
+letter \x99CE 1-12356-5
+letter \x99CF 13-1256-5
+letter \x99D0 1-34-5
+letter \x99D1 1345-34-2
+letter \x99D2 13-1256-3
+letter \x99D3 1234-16-3
+letter \x99D4 125-1346-4
+letter \x99D5 13-23456-5
+letter \x99D6 14-13456-2
+letter \x99D7 1-136-4
+letter \x99D8 124-2456-2
+letter \x99D9 12345-34-5
+letter \x99DA 46-4
+letter \x99DB 24-156-4
+letter \x99DC 135-16-5
+letter \x99DD 124-25-2
+letter \x99DE 124-25-2
+letter \x99DF 15-156-5
+letter \x99E0 14-234-2
+letter \x99E1 134-345-5
+letter \x99E2 1234-2345-2
+letter \x99E3 124-146-2
+letter \x99E4 1-156-5
+letter \x99E5 1245-12346-2
+letter \x99E6 124-1356-2
+letter \x99E7 145-12346-5
+letter \x99E8 15-256-2
+letter \x99E9 245-45-2
+letter \x99EA 24-136-3
+letter \x99EB 13-235-3
+letter \x99EC 156-4
+letter \x99ED 1235-2456-5
+letter \x99EE 135-126-2
+letter \x99EF 1-34-3
+letter \x99F0 1456-3
+letter \x99F1 14-25-5
+letter \x99F2 1-12356-3
+letter \x99F3 145-1236-5
+letter \x99F4 15-346-5
+letter \x99F5 14-234-2
+letter \x99F6 13-1256-2
+letter \x99F7 15-12346-4
+letter \x99F8 245-1456-3
+letter \x99F9 134-1346-2
+letter \x99FA 14-1346-2
+letter \x99FB 1235-1236-5
+letter \x99FC 124-34-2
+letter \x99FD 15-45-3
+letter \x99FE 124-1246-5
+letter \x99FF 13-256-5
+letter \x9A00 2346-4
+letter \x9A01 12-1356-4
+letter \x9A02 15-13456-3
+letter \x9A03 2456-2
+letter \x9A04 14-34-5
+letter \x9A05 1-1246-3
+letter \x9A06 1-12356-3
+letter \x9A07 24-2346-5
+letter \x9A08 1234-2345-2
+letter \x9A09 123-123456-3
+letter \x9A0A 124-146-2
+letter \x9A0B 14-2456-2
+letter \x9A0C 125-12346-3
+letter \x9A0D 123-2346-5
+letter \x9A0E 245-16-2
+letter \x9A0F 245-16-2
+letter \x9A10 2345-5
+letter \x9A11 12345-356-3
+letter \x9A12 15-146-3
+letter \x9A13 2345-5
+letter \x9A14 13-2346-4
+letter \x9A15 246-4
+letter \x9A16 34-5
+letter \x9A17 1234-2345-5
+letter \x9A18 245-12346-3
+letter \x9A19 1234-2345-5
+letter \x9A1A 245-2345-2
+letter \x9A1B 12345-356-3
+letter \x9A1C 1235-456-2
+letter \x9A1D 13-2345-3
+letter \x9A1E 1235-25-5
+letter \x9A1F 1256-2
+letter \x9A20 124-16-2
+letter \x9A21 245-45-2
+letter \x9A22 15-23456-2
+letter \x9A23 125-12346-3
+letter \x9A24 123-1246-2
+letter \x9A25 1245-12356-2
+letter \x9A26 15-156-3
+letter \x9A27 13-35-3
+letter \x9A28 124-25-2
+letter \x9A29 13-1246-3
+letter \x9A2A 15-12356-3
+letter \x9A2B 245-2345-3
+letter \x9A2C 12-1356-2
+letter \x9A2D 1-156-5
+letter \x9A2E 14-234-2
+letter \x9A2F 1234-1356-2
+letter \x9A30 124-1356-2
+letter \x9A31 15-16-3
+letter \x9A32 245-146-4
+letter \x9A33 145-34-2
+letter \x9A34 2345-5
+letter \x9A35 45-2
+letter \x9A36 125-12356-3
+letter \x9A37 15-146-3
+letter \x9A38 24-1236-5
+letter \x9A39 245-16-2
+letter \x9A3A 1-156-5
+letter \x9A3B 24-456-3
+letter \x9A3C 14-34-5
+letter \x9A3D 15-16-2
+letter \x9A3E 14-25-2
+letter \x9A3F 1-1346-3
+letter \x9A40 134-126-5
+letter \x9A41 146-2
+letter \x9A42 245-1236-3
+letter \x9A43 1234-246-5
+letter \x9A44 245-12346-3
+letter \x9A45 245-1256-3
+letter \x9A46 135-16-5
+letter \x9A47 1-156-5
+letter \x9A48 1256-5
+letter \x9A49 15-1256-3
+letter \x9A4A 1235-35-2
+letter \x9A4B 135-126-3
+letter \x9A4C 15-34-5
+letter \x9A4D 15-246-3
+letter \x9A4E 14-1456-2
+letter \x9A4F 1-1236-5
+letter \x9A50 145-123456-3
+letter \x9A51 14-234-2
+letter \x9A52 124-25-2
+letter \x9A53 245-1356-2
+letter \x9A54 145-2345-5
+letter \x9A55 13-246-3
+letter \x9A56 124-346-4
+letter \x9A57 2345-5
+letter \x9A58 14-25-2
+letter \x9A59 1-1236-3
+letter \x9A5A 13-13456-3
+letter \x9A5B 16-5
+letter \x9A5C 346-5
+letter \x9A5D 124-25-3
+letter \x9A5E 135-1456-3
+letter \x9A5F 125-12356-5
+letter \x9A60 2345-5
+letter \x9A61 14-12346-2
+letter \x9A62 14-1256-2
+letter \x9A63 124-1356-2
+letter \x9A64 15-46-3
+letter \x9A65 13-16-5
+letter \x9A66 24-456-3
+letter \x9A67 13-1256-2
+letter \x9A68 15-16-2
+letter \x9A69 1235-12456-3
+letter \x9A6A 14-16-2
+letter \x9A6B 135-246-3
+letter \x9A6C 134-345-4
+letter \x9A6D 1256-5
+letter \x9A6E 124-25-2
+letter \x9A6F 15-256-5
+letter \x9A70 12-156-2
+letter \x9A71 245-1256-3
+letter \x9A72 1245-156-5
+letter \x9A73 135-126-2
+letter \x9A74 14-1256-2
+letter \x9A75 125-1346-4
+letter \x9A76 24-156-4
+letter \x9A77 15-156-5
+letter \x9A78 12345-34-5
+letter \x9A79 13-1256-3
+letter \x9A7A 125-12356-3
+letter \x9A7B 1-34-5
+letter \x9A7C 124-25-2
+letter \x9A7D 1345-34-2
+letter \x9A7E 13-23456-5
+letter \x9A7F 16-5
+letter \x9A80 124-2456-2
+letter \x9A81 15-246-3
+letter \x9A82 134-345-5
+letter \x9A83 1456-3
+letter \x9A84 13-246-3
+letter \x9A85 1235-35-2
+letter \x9A86 14-25-5
+letter \x9A87 1235-2456-5
+letter \x9A88 1234-2345-2
+letter \x9A89 135-246-3
+letter \x9A8A 14-16-2
+letter \x9A8B 12-1356-4
+letter \x9A8C 2345-5
+letter \x9A8D 15-13456-3
+letter \x9A8E 245-1456-3
+letter \x9A8F 13-256-5
+letter \x9A90 245-16-2
+letter \x9A91 245-16-2
+letter \x9A92 123-2346-5
+letter \x9A93 1-1246-3
+letter \x9A94 125-12346-3
+letter \x9A95 15-34-5
+letter \x9A96 245-1236-3
+letter \x9A97 1234-2345-5
+letter \x9A98 1-156-5
+letter \x9A99 123-1246-2
+letter \x9A9A 15-146-3
+letter \x9A9B 34-5
+letter \x9A9C 146-2
+letter \x9A9D 14-234-2
+letter \x9A9E 245-2345-3
+letter \x9A9F 24-1236-5
+letter \x9AA0 1234-246-5
+letter \x9AA1 14-25-2
+letter \x9AA2 245-12346-3
+letter \x9AA3 1-1236-5
+letter \x9AA4 125-12356-5
+letter \x9AA5 13-16-5
+letter \x9AA6 24-456-3
+letter \x9AA7 15-46-3
+letter \x9AA8 13-34-4
+letter \x9AA9 1246-4
+letter \x9AAA 1246-4
+letter \x9AAB 1246-4
+letter \x9AAC 1256-2
+letter \x9AAD 13-1236-5
+letter \x9AAE 16-5
+letter \x9AAF 1346-3
+letter \x9AB0 24-2456-4
+letter \x9AB1 15-346-5
+letter \x9AB2 135-126-2
+letter \x9AB3 135-16-5
+letter \x9AB4 245-156-3
+letter \x9AB5 124-16-4
+letter \x9AB6 145-16-5
+letter \x9AB7 123-34-3
+letter \x9AB8 1235-2456-2
+letter \x9AB9 245-246-3
+letter \x9ABA 1235-12356-2
+letter \x9ABB 123-35-5
+letter \x9ABC 13-2346-2
+letter \x9ABD 124-1246-4
+letter \x9ABE 13-1356-4
+letter \x9ABF 1234-2345-2
+letter \x9AC0 135-16-5
+letter \x9AC1 123-2346-3
+letter \x9AC2 123-345-5
+letter \x9AC3 12356-4
+letter \x9AC4 15-1246-4
+letter \x9AC5 14-12356-2
+letter \x9AC6 135-126-2
+letter \x9AC7 15-246-3
+letter \x9AC8 135-1346-4
+letter \x9AC9 135-126-3
+letter \x9ACA 245-156-3
+letter \x9ACB 123-12456-3
+letter \x9ACC 135-1456-5
+letter \x9ACD 134-126-2
+letter \x9ACE 14-246-2
+letter \x9ACF 14-12356-2
+letter \x9AD0 15-246-3
+letter \x9AD1 145-34-2
+letter \x9AD2 125-1346-3
+letter \x9AD3 15-1246-4
+letter \x9AD4 124-16-4
+letter \x9AD5 135-1456-5
+letter \x9AD6 123-12456-3
+letter \x9AD7 14-34-2
+letter \x9AD8 13-146-3
+letter \x9AD9 13-146-3
+letter \x9ADA 245-246-5
+letter \x9ADB 123-146-3
+letter \x9ADC 245-246-3
+letter \x9ADD 14-146-5
+letter \x9ADE 15-146-5
+letter \x9ADF 135-246-3
+letter \x9AE0 123-123456-3
+letter \x9AE1 123-123456-3
+letter \x9AE2 124-16-5
+letter \x9AE3 12345-1346-4
+letter \x9AE4 15-234-3
+letter \x9AE5 1245-1236-2
+letter \x9AE6 134-146-2
+letter \x9AE7 145-1236-5
+letter \x9AE8 123-123456-3
+letter \x9AE9 135-1456-5
+letter \x9AEA 12345-345-4
+letter \x9AEB 124-246-2
+letter \x9AEC 1234-16-3
+letter \x9AED 125-156-3
+letter \x9AEE 12345-345-4
+letter \x9AEF 1245-1236-2
+letter \x9AF0 124-16-5
+letter \x9AF1 1234-146-5
+letter \x9AF2 135-16-5
+letter \x9AF3 134-146-2
+letter \x9AF4 12345-34-2
+letter \x9AF5 156-2
+letter \x9AF6 1245-12346-2
+letter \x9AF7 245-1256-3
+letter \x9AF8 13-12346-3
+letter \x9AF9 15-234-3
+letter \x9AFA 123-25-5
+letter \x9AFB 13-16-5
+letter \x9AFC 1234-1356-2
+letter \x9AFD 1-35-3
+letter \x9AFE 24-146-3
+letter \x9AFF 15-25-3
+letter \x9B00 124-16-5
+letter \x9B01 14-16-5
+letter \x9B02 135-1456-5
+letter \x9B03 125-12346-3
+letter \x9B04 124-16-5
+letter \x9B05 1234-1356-2
+letter \x9B06 15-12346-3
+letter \x9B07 1-1356-3
+letter \x9B08 245-45-2
+letter \x9B09 125-12346-3
+letter \x9B0A 24-123456-5
+letter \x9B0B 13-2345-3
+letter \x9B0C 145-25-4
+letter \x9B0D 1235-34-2
+letter \x9B0E 14-345-5
+letter \x9B0F 13-234-3
+letter \x9B10 245-16-2
+letter \x9B11 14-2345-2
+letter \x9B12 1-136-4
+letter \x9B13 135-1456-5
+letter \x9B14 1234-1356-2
+letter \x9B15 134-126-5
+letter \x9B16 15-1236-3
+letter \x9B17 134-1236-2
+letter \x9B18 134-1236-2
+letter \x9B19 15-1356-3
+letter \x9B1A 15-1256-3
+letter \x9B1B 14-346-5
+letter \x9B1C 245-2345-3
+letter \x9B1D 245-2345-3
+letter \x9B1E 1345-12346-2
+letter \x9B1F 1235-12456-2
+letter \x9B20 123-25-5
+letter \x9B21 1345-13456-2
+letter \x9B22 135-1456-5
+letter \x9B23 14-346-5
+letter \x9B24 1245-1346-2
+letter \x9B25 145-12356-5
+letter \x9B26 145-12356-5
+letter \x9B27 1345-146-5
+letter \x9B28 1235-12346-5
+letter \x9B29 15-16-5
+letter \x9B2A 145-12356-5
+letter \x9B2B 1235-1236-4
+letter \x9B2C 145-12356-5
+letter \x9B2D 145-12356-5
+letter \x9B2E 13-234-3
+letter \x9B2F 12-1346-5
+letter \x9B30 1256-5
+letter \x9B31 1256-5
+letter \x9B32 13-2346-2
+letter \x9B33 2345-5
+letter \x9B34 12345-34-4
+letter \x9B35 15-1456-2
+letter \x9B36 13-1246-3
+letter \x9B37 125-12346-3
+letter \x9B38 14-234-5
+letter \x9B39 13-1246-3
+letter \x9B3A 24-1346-3
+letter \x9B3B 1256-5
+letter \x9B3C 13-1246-4
+letter \x9B3D 134-356-5
+letter \x9B3E 13-16-5
+letter \x9B3F 245-16-2
+letter \x9B40 13-345-5
+letter \x9B41 123-1246-2
+letter \x9B42 1235-123456-2
+letter \x9B43 135-345-2
+letter \x9B44 1234-126-5
+letter \x9B45 134-356-5
+letter \x9B46 15-1256-5
+letter \x9B47 2345-4
+letter \x9B48 15-246-3
+letter \x9B49 14-46-4
+letter \x9B4A 1256-5
+letter \x9B4B 124-1246-2
+letter \x9B4C 245-16-3
+letter \x9B4D 456-4
+letter \x9B4E 14-46-4
+letter \x9B4F 1246-5
+letter \x9B50 13-1236-3
+letter \x9B51 12-156-3
+letter \x9B52 1234-246-3
+letter \x9B53 135-16-5
+letter \x9B54 134-126-2
+letter \x9B55 245-16-2
+letter \x9B56 15-1256-3
+letter \x9B57 12-12356-4
+letter \x9B58 2345-4
+letter \x9B59 1-1236-3
+letter \x9B5A 1256-2
+letter \x9B5B 145-146-3
+letter \x9B5C 1245-136-2
+letter \x9B5D 13-346-2
+letter \x9B5E 135-345-3
+letter \x9B5F 1235-12346-3
+letter \x9B60 124-25-3
+letter \x9B61 145-246-5
+letter \x9B62 13-16-4
+letter \x9B63 15-1256-5
+letter \x9B64 2346-2
+letter \x9B65 2346-5
+letter \x9B66 24-345-3
+letter \x9B67 1235-1346-2
+letter \x9B68 124-123456-2
+letter \x9B69 134-126-5
+letter \x9B6A 13-346-5
+letter \x9B6B 24-136-4
+letter \x9B6C 135-1236-4
+letter \x9B6D 45-2
+letter \x9B6E 1234-16-2
+letter \x9B6F 14-34-4
+letter \x9B70 123456-2
+letter \x9B71 1235-34-2
+letter \x9B72 14-34-2
+letter \x9B73 125-345-3
+letter \x9B74 12345-1346-2
+letter \x9B75 12345-136-5
+letter \x9B76 1345-345-5
+letter \x9B77 234-2
+letter \x9B78 1234-2345-5
+letter \x9B79 134-146-2
+letter \x9B7A 1235-2346-2
+letter \x9B7B 15-23456-2
+letter \x9B7C 245-1256-3
+letter \x9B7D 1235-1236-3
+letter \x9B7E 1234-16-2
+letter \x9B7F 14-13456-2
+letter \x9B80 124-25-2
+letter \x9B81 135-126-3
+letter \x9B82 245-234-2
+letter \x9B83 1234-13456-2
+letter \x9B84 12345-34-2
+letter \x9B85 135-16-5
+letter \x9B86 13-16-5
+letter \x9B87 1246-5
+letter \x9B88 13-1256-3
+letter \x9B89 145-246-3
+letter \x9B8A 135-126-2
+letter \x9B8B 234-2
+letter \x9B8C 13-123456-4
+letter \x9B8D 1234-16-3
+letter \x9B8E 1345-2345-2
+letter \x9B8F 15-13456-3
+letter \x9B90 124-2456-2
+letter \x9B91 135-146-5
+letter \x9B92 12345-34-5
+letter \x9B93 1-345-4
+letter \x9B94 13-1256-5
+letter \x9B95 13-34-3
+letter \x9B96 24-156-2
+letter \x9B97 145-12346-3
+letter \x9B98 145-2456-5
+letter \x9B99 124-345-5
+letter \x9B9A 13-346-2
+letter \x9B9B 24-34-2
+letter \x9B9C 1235-12356-5
+letter \x9B9D 15-46-4
+letter \x9B9E 156-2
+letter \x9B9F 1236-5
+letter \x9BA0 1246-2
+letter \x9BA1 1-146-5
+letter \x9BA2 1-34-3
+letter \x9BA3 1456-5
+letter \x9BA4 14-346-5
+letter \x9BA5 14-25-5
+letter \x9BA6 124-12346-2
+letter \x9BA7 16-2
+letter \x9BA8 245-16-2
+letter \x9BA9 135-13456-5
+letter \x9BAA 1246-4
+letter \x9BAB 13-246-3
+letter \x9BAC 123-34-3
+letter \x9BAD 13-1246-3
+letter \x9BAE 15-2345-3
+letter \x9BAF 1235-2346-2
+letter \x9BB0 1235-1246-2
+letter \x9BB1 14-146-4
+letter \x9BB2 12345-34-2
+letter \x9BB3 123-146-5
+letter \x9BB4 15-234-3
+letter \x9BB5 145-25-2
+letter \x9BB6 13-256-3
+letter \x9BB7 124-16-2
+letter \x9BB8 134-2345-4
+letter \x9BB9 24-146-3
+letter \x9BBA 1-345-4
+letter \x9BBB 15-25-3
+letter \x9BBC 245-1456-3
+letter \x9BBD 1256-2
+letter \x9BBE 1345-356-4
+letter \x9BBF 1-2346-2
+letter \x9BC0 13-123456-4
+letter \x9BC1 13-1356-4
+letter \x9BC2 15-34-3
+letter \x9BC3 34-2
+letter \x9BC4 245-234-2
+letter \x9BC5 24-1236-3
+letter \x9BC6 1234-34-3
+letter \x9BC7 1235-12456-5
+letter \x9BC8 12-12356-2
+letter \x9BC9 14-16-4
+letter \x9BCA 24-345-3
+letter \x9BCB 24-345-3
+letter \x9BCC 123-146-5
+letter \x9BCD 134-1356-2
+letter \x9BCE 12-1356-2
+letter \x9BCF 14-16-2
+letter \x9BD0 125-12356-4
+letter \x9BD1 15-16-3
+letter \x9BD2 235-4
+letter \x9BD3 24-136-3
+letter \x9BD4 125-156-3
+letter \x9BD5 245-16-2
+letter \x9BD6 245-13456-3
+letter \x9BD7 15-46-4
+letter \x9BD8 1345-356-4
+letter \x9BD9 12-123456-2
+letter \x9BDA 13-16-5
+letter \x9BDB 145-246-3
+letter \x9BDC 245-346-5
+letter \x9BDD 13-34-5
+letter \x9BDE 1-12356-4
+letter \x9BDF 145-12346-3
+letter \x9BE0 14-2456-2
+letter \x9BE1 12345-356-5
+letter \x9BE2 1345-16-2
+letter \x9BE3 16-5
+letter \x9BE4 123-123456-3
+letter \x9BE5 14-34-5
+letter \x9BE6 13-234-5
+letter \x9BE7 12-1346-3
+letter \x9BE8 13-13456-3
+letter \x9BE9 14-123456-2
+letter \x9BEA 14-13456-2
+letter \x9BEB 125-12356-3
+letter \x9BEC 14-16-2
+letter \x9BED 134-1356-4
+letter \x9BEE 125-12346-3
+letter \x9BEF 1-156-5
+letter \x9BF0 1345-2345-2
+letter \x9BF1 1235-34-4
+letter \x9BF2 1256-2
+letter \x9BF3 145-16-4
+letter \x9BF4 24-156-3
+letter \x9BF5 24-136-3
+letter \x9BF6 1235-12456-5
+letter \x9BF7 124-16-2
+letter \x9BF8 1235-12356-2
+letter \x9BF9 15-13456-3
+letter \x9BFA 1-34-3
+letter \x9BFB 14-345-5
+letter \x9BFC 125-12346-3
+letter \x9BFD 13-16-5
+letter \x9BFE 135-2345-3
+letter \x9BFF 135-2345-3
+letter \x9C00 1235-12456-5
+letter \x9C01 245-45-2
+letter \x9C02 125-2346-2
+letter \x9C03 1246-3
+letter \x9C04 1246-3
+letter \x9C05 1256-2
+letter \x9C06 12-123456-3
+letter \x9C07 1245-12356-2
+letter \x9C08 145-346-2
+letter \x9C09 1235-456-2
+letter \x9C0A 14-2345-5
+letter \x9C0B 2345-4
+letter \x9C0C 245-234-3
+letter \x9C0D 245-234-3
+letter \x9C0E 13-2345-5
+letter \x9C0F 135-16-5
+letter \x9C10 2346-5
+letter \x9C11 46-2
+letter \x9C12 12345-34-5
+letter \x9C13 15-2456-3
+letter \x9C14 13-2345-4
+letter \x9C15 15-23456-3
+letter \x9C16 124-25-4
+letter \x9C17 1235-34-2
+letter \x9C18 24-156-5
+letter \x9C19 1245-25-5
+letter \x9C1A 15-45-3
+letter \x9C1B 123456-3
+letter \x9C1C 13-2345-3
+letter \x9C1D 1235-146-5
+letter \x9C1E 34-3
+letter \x9C1F 12345-1346-2
+letter \x9C20 15-146-3
+letter \x9C21 14-234-2
+letter \x9C22 134-345-4
+letter \x9C23 24-156-2
+letter \x9C24 24-156-3
+letter \x9C25 13-12456-3
+letter \x9C26 125-156-3
+letter \x9C27 124-1356-2
+letter \x9C28 124-345-5
+letter \x9C29 246-2
+letter \x9C2A 13-2346-2
+letter \x9C2B 1245-12346-2
+letter \x9C2C 245-2345-2
+letter \x9C2D 245-16-2
+letter \x9C2E 123456-3
+letter \x9C2F 1245-25-5
+letter \x9C30 24-136-2
+letter \x9C31 14-2345-2
+letter \x9C32 146-2
+letter \x9C33 14-2346-5
+letter \x9C34 1235-1246-3
+letter \x9C35 134-1456-4
+letter \x9C36 13-16-5
+letter \x9C37 124-246-2
+letter \x9C38 245-1256-3
+letter \x9C39 13-2345-3
+letter \x9C3A 15-146-3
+letter \x9C3B 134-1236-2
+letter \x9C3C 15-16-2
+letter \x9C3D 245-234-2
+letter \x9C3E 135-246-5
+letter \x9C3F 13-16-2
+letter \x9C40 13-16-5
+letter \x9C41 1-34-2
+letter \x9C42 13-46-3
+letter \x9C43 15-234-3
+letter \x9C44 1-12456-3
+letter \x9C45 235-3
+letter \x9C46 1-1346-3
+letter \x9C47 123-1346-3
+letter \x9C48 15-236-4
+letter \x9C49 135-346-3
+letter \x9C4A 1256-5
+letter \x9C4B 245-1256-3
+letter \x9C4C 15-46-5
+letter \x9C4D 135-126-3
+letter \x9C4E 13-246-4
+letter \x9C4F 15-256-2
+letter \x9C50 15-34-5
+letter \x9C51 1235-456-2
+letter \x9C52 125-123456-3
+letter \x9C53 24-1236-5
+letter \x9C54 24-1236-5
+letter \x9C55 12345-1236-3
+letter \x9C56 13-1246-5
+letter \x9C57 14-1456-2
+letter \x9C58 15-256-2
+letter \x9C59 134-246-2
+letter \x9C5A 15-16-4
+letter \x9C5B 125-1356-3
+letter \x9C5C 15-46-3
+letter \x9C5D 12345-136-5
+letter \x9C5E 13-12456-3
+letter \x9C5F 1235-12356-5
+letter \x9C60 123-2356-5
+letter \x9C61 125-2346-2
+letter \x9C62 15-146-3
+letter \x9C63 1-1236-3
+letter \x9C64 13-1236-4
+letter \x9C65 13-1246-5
+letter \x9C66 24-1356-2
+letter \x9C67 14-16-4
+letter \x9C68 12-1346-2
+letter \x9C69 14-356-2
+letter \x9C6A 24-34-4
+letter \x9C6B 2456-5
+letter \x9C6C 1245-34-2
+letter \x9C6D 13-16-5
+letter \x9C6E 15-1256-5
+letter \x9C6F 1235-34-5
+letter \x9C70 24-34-4
+letter \x9C71 14-16-5
+letter \x9C72 14-346-5
+letter \x9C73 14-25-5
+letter \x9C74 134-346-5
+letter \x9C75 1-136-3
+letter \x9C76 15-46-4
+letter \x9C77 2346-5
+letter \x9C78 14-34-2
+letter \x9C79 13-12456-5
+letter \x9C7A 14-16-2
+letter \x9C7B 15-2345-3
+letter \x9C7C 1256-2
+letter \x9C7D 145-146-3
+letter \x9C7E 13-16-4
+letter \x9C7F 234-2
+letter \x9C80 124-123456-2
+letter \x9C81 14-34-4
+letter \x9C82 12345-1346-2
+letter \x9C83 135-345-5
+letter \x9C84 1235-2346-2
+letter \x9C85 135-126-3
+letter \x9C86 1234-13456-2
+letter \x9C87 1345-2345-2
+letter \x9C88 14-34-2
+letter \x9C89 234-2
+letter \x9C8A 1-345-4
+letter \x9C8B 12345-34-5
+letter \x9C8C 135-126-2
+letter \x9C8D 135-146-5
+letter \x9C8E 1235-12356-5
+letter \x9C8F 1234-16-3
+letter \x9C90 124-2456-2
+letter \x9C91 13-1246-3
+letter \x9C92 13-346-2
+letter \x9C93 123-146-5
+letter \x9C94 1246-4
+letter \x9C95 156-2
+letter \x9C96 124-12346-2
+letter \x9C97 125-2346-2
+letter \x9C98 1235-12356-5
+letter \x9C99 123-2356-5
+letter \x9C9A 13-16-5
+letter \x9C9B 13-246-3
+letter \x9C9C 15-2345-3
+letter \x9C9D 1-345-4
+letter \x9C9E 15-46-4
+letter \x9C9F 15-256-2
+letter \x9CA0 13-1356-4
+letter \x9CA1 14-16-2
+letter \x9CA2 14-2345-2
+letter \x9CA3 13-2345-3
+letter \x9CA4 14-16-4
+letter \x9CA5 24-156-2
+letter \x9CA6 124-246-2
+letter \x9CA7 13-123456-4
+letter \x9CA8 24-345-3
+letter \x9CA9 1235-12456-5
+letter \x9CAA 13-256-3
+letter \x9CAB 13-16-5
+letter \x9CAC 235-4
+letter \x9CAD 245-13456-3
+letter \x9CAE 14-13456-2
+letter \x9CAF 245-16-2
+letter \x9CB0 125-12356-3
+letter \x9CB1 12345-356-3
+letter \x9CB2 123-123456-3
+letter \x9CB3 12-1346-3
+letter \x9CB4 13-34-5
+letter \x9CB5 1345-16-2
+letter \x9CB6 1345-2345-2
+letter \x9CB7 145-246-3
+letter \x9CB8 13-13456-3
+letter \x9CB9 15-146-3
+letter \x9CBA 24-156-3
+letter \x9CBB 125-156-3
+letter \x9CBC 12345-136-5
+letter \x9CBD 145-346-2
+letter \x9CBE 135-16-5
+letter \x9CBF 12-1346-2
+letter \x9CC0 124-16-2
+letter \x9CC1 123456-3
+letter \x9CC2 1246-3
+letter \x9CC3 15-2456-3
+letter \x9CC4 2346-5
+letter \x9CC5 245-234-3
+letter \x9CC6 12345-34-5
+letter \x9CC7 1235-456-2
+letter \x9CC8 245-45-2
+letter \x9CC9 13-46-3
+letter \x9CCA 135-2345-3
+letter \x9CCB 15-146-3
+letter \x9CCC 146-2
+letter \x9CCD 245-16-2
+letter \x9CCE 124-345-5
+letter \x9CCF 13-12456-3
+letter \x9CD0 246-2
+letter \x9CD1 12345-1346-2
+letter \x9CD2 13-2345-3
+letter \x9CD3 14-2346-5
+letter \x9CD4 135-246-5
+letter \x9CD5 15-236-4
+letter \x9CD6 135-346-3
+letter \x9CD7 134-1236-2
+letter \x9CD8 134-1456-4
+letter \x9CD9 235-3
+letter \x9CDA 1246-5
+letter \x9CDB 15-16-2
+letter \x9CDC 13-1246-5
+letter \x9CDD 24-1236-5
+letter \x9CDE 14-1456-2
+letter \x9CDF 125-123456-3
+letter \x9CE0 1235-34-5
+letter \x9CE1 13-1236-4
+letter \x9CE2 14-16-4
+letter \x9CE3 1-1236-3
+letter \x9CE4 13-12456-4
+letter \x9CE5 1345-246-4
+letter \x9CE6 16-4
+letter \x9CE7 12345-34-2
+letter \x9CE8 14-16-5
+letter \x9CE9 13-234-3
+letter \x9CEA 135-34-4
+letter \x9CEB 2345-5
+letter \x9CEC 12345-34-2
+letter \x9CED 145-246-3
+letter \x9CEE 13-16-3
+letter \x9CEF 12345-1356-5
+letter \x9CF0 1245-34-5
+letter \x9CF1 13-1236-3
+letter \x9CF2 24-156-3
+letter \x9CF3 12345-1356-5
+letter \x9CF4 134-13456-2
+letter \x9CF5 135-146-4
+letter \x9CF6 45-3
+letter \x9CF7 1-156-3
+letter \x9CF8 13-34-5
+letter \x9CF9 245-1456-2
+letter \x9CFA 13-1246-3
+letter \x9CFB 12345-136-3
+letter \x9CFC 123456-2
+letter \x9CFD 2345-2
+letter \x9CFE 24-156-3
+letter \x9CFF 1256-5
+letter \x9D00 12345-12356-4
+letter \x9D01 246-3
+letter \x9D02 13-236-2
+letter \x9D03 13-236-2
+letter \x9D04 1234-16-3
+letter \x9D05 1235-12456-3
+letter \x9D06 1-136-5
+letter \x9D07 135-146-4
+letter \x9D08 2345-5
+letter \x9D09 23456-3
+letter \x9D0A 1-1356-5
+letter \x9D0B 12345-1346-3
+letter \x9D0C 12345-1356-5
+letter \x9D0D 123456-2
+letter \x9D0E 12356-3
+letter \x9D0F 145-2456-5
+letter \x9D10 13-23456-3
+letter \x9D11 1245-34-2
+letter \x9D12 14-13456-2
+letter \x9D13 134-346-5
+letter \x9D14 12345-34-2
+letter \x9D15 124-25-2
+letter \x9D16 123456-2
+letter \x9D17 14-16-5
+letter \x9D18 135-2345-5
+letter \x9D19 1-156-5
+letter \x9D1A 13-2346-3
+letter \x9D1B 45-3
+letter \x9D1C 245-156-2
+letter \x9D1D 245-1256-2
+letter \x9D1E 15-246-3
+letter \x9D1F 12-156-3
+letter \x9D20 145-1236-5
+letter \x9D21 13-1256-3
+letter \x9D22 246-4
+letter \x9D23 13-34-3
+letter \x9D24 1-12346-3
+letter \x9D25 1256-5
+letter \x9D26 46-3
+letter \x9D27 1256-5
+letter \x9D28 23456-3
+letter \x9D29 16-5
+letter \x9D2A 1256-5
+letter \x9D2B 124-2345-2
+letter \x9D2C 13456-3
+letter \x9D2D 1-1246-3
+letter \x9D2E 34-3
+letter \x9D2F 156-2
+letter \x9D30 13-35-3
+letter \x9D31 2456-5
+letter \x9D32 1-156-3
+letter \x9D33 2345-5
+letter \x9D34 1235-1356-2
+letter \x9D35 15-246-3
+letter \x9D36 13-23456-2
+letter \x9D37 14-346-5
+letter \x9D38 1-34-3
+letter \x9D39 46-2
+letter \x9D3A 16-2
+letter \x9D3B 1235-12346-2
+letter \x9D3C 14-25-5
+letter \x9D3D 1245-34-2
+letter \x9D3E 134-12356-2
+letter \x9D3F 13-2346-3
+letter \x9D40 1245-136-2
+letter \x9D41 13-246-3
+letter \x9D42 15-234-3
+letter \x9D43 1-12356-3
+letter \x9D44 12-156-3
+letter \x9D45 14-25-5
+letter \x9D46 1235-1356-2
+letter \x9D47 1345-2345-2
+letter \x9D48 2346-4
+letter \x9D49 14-12456-2
+letter \x9D4A 13-23456-2
+letter \x9D4B 13-16-5
+letter \x9D4C 124-34-2
+letter \x9D4D 1235-12456-3
+letter \x9D4E 124-25-4
+letter \x9D4F 135-34-3
+letter \x9D50 34-2
+letter \x9D51 13-45-3
+letter \x9D52 1256-5
+letter \x9D53 135-126-2
+letter \x9D54 13-256-5
+letter \x9D55 13-256-5
+letter \x9D56 135-16-5
+letter \x9D57 15-16-3
+letter \x9D58 13-256-5
+letter \x9D59 13-1256-2
+letter \x9D5A 124-34-3
+letter \x9D5B 13-13456-3
+letter \x9D5C 124-16-2
+letter \x9D5D 2346-2
+letter \x9D5E 2346-2
+letter \x9D5F 123-456-2
+letter \x9D60 1235-34-2
+letter \x9D61 34-4
+letter \x9D62 24-136-3
+letter \x9D63 14-2456-5
+letter \x9D64 13-246-4
+letter \x9D65 1234-1236-5
+letter \x9D66 14-34-5
+letter \x9D67 1234-13456-2
+letter \x9D68 24-34-3
+letter \x9D69 12345-34-2
+letter \x9D6A 1236-3
+letter \x9D6B 1-146-5
+letter \x9D6C 1234-1356-2
+letter \x9D6D 245-1456-2
+letter \x9D6E 245-2345-3
+letter \x9D6F 135-356-3
+letter \x9D70 145-246-3
+letter \x9D71 14-34-5
+letter \x9D72 245-236-5
+letter \x9D73 13-2345-3
+letter \x9D74 13-1256-2
+letter \x9D75 124-34-5
+letter \x9D76 23456-3
+letter \x9D77 45-3
+letter \x9D78 245-16-2
+letter \x9D79 14-16-2
+letter \x9D7A 346-5
+letter \x9D7B 1-1246-3
+letter \x9D7C 123-12346-3
+letter \x9D7D 145-25-5
+letter \x9D7E 123-123456-3
+letter \x9D7F 24-1356-3
+letter \x9D80 245-16-2
+letter \x9D81 13-13456-3
+letter \x9D82 16-5
+letter \x9D83 16-5
+letter \x9D84 13-13456-3
+letter \x9D85 125-156-3
+letter \x9D86 14-2456-2
+letter \x9D87 145-12346-3
+letter \x9D88 245-16-3
+letter \x9D89 12-123456-2
+letter \x9D8A 13-1356-3
+letter \x9D8B 13-1256-3
+letter \x9D8C 245-1256-3
+letter \x9D8D 16-5
+letter \x9D8E 125-123456-3
+letter \x9D8F 13-16-3
+letter \x9D90 24-34-5
+letter \x9D91 13456-3
+letter \x9D92 12-156-5
+letter \x9D93 134-246-2
+letter \x9D94 1245-12356-2
+letter \x9D95 1236-3
+letter \x9D96 245-234-3
+letter \x9D97 124-16-2
+letter \x9D98 1235-34-2
+letter \x9D99 124-16-2
+letter \x9D9A 2346-5
+letter \x9D9B 13-346-3
+letter \x9D9C 134-146-2
+letter \x9D9D 12345-34-2
+letter \x9D9E 12-123456-3
+letter \x9D9F 124-34-2
+letter \x9DA0 2345-4
+letter \x9DA1 1235-2346-2
+letter \x9DA2 45-2
+letter \x9DA3 1234-2345-3
+letter \x9DA4 123-123456-3
+letter \x9DA5 134-356-2
+letter \x9DA6 1235-34-2
+letter \x9DA7 13456-3
+letter \x9DA8 12-12456-5
+letter \x9DA9 34-5
+letter \x9DAA 13-1256-2
+letter \x9DAB 145-12346-3
+letter \x9DAC 245-1346-3
+letter \x9DAD 12345-1346-4
+letter \x9DAE 1235-34-2
+letter \x9DAF 13456-3
+letter \x9DB0 45-2
+letter \x9DB1 15-2345-3
+letter \x9DB2 12346-3
+letter \x9DB3 24-156-3
+letter \x9DB4 1235-2346-5
+letter \x9DB5 12-34-2
+letter \x9DB6 124-1346-2
+letter \x9DB7 15-23456-2
+letter \x9DB8 1245-25-5
+letter \x9DB9 14-234-2
+letter \x9DBA 13-16-2
+letter \x9DBB 1235-34-2
+letter \x9DBC 13-2345-3
+letter \x9DBD 1-123456-4
+letter \x9DBE 1235-1236-5
+letter \x9DBF 245-156-2
+letter \x9DC0 245-156-2
+letter \x9DC1 16-5
+letter \x9DC2 246-5
+letter \x9DC3 2345-5
+letter \x9DC4 13-16-3
+letter \x9DC5 14-16-5
+letter \x9DC6 124-2345-2
+letter \x9DC7 123-12356-5
+letter \x9DC8 124-16-2
+letter \x9DC9 124-16-2
+letter \x9DCA 16-5
+letter \x9DCB 124-34-2
+letter \x9DCC 134-345-4
+letter \x9DCD 13-246-3
+letter \x9DCE 13-146-3
+letter \x9DCF 124-2345-2
+letter \x9DD0 12-136-2
+letter \x9DD1 13-16-2
+letter \x9DD2 124-12456-2
+letter \x9DD3 1-2346-5
+letter \x9DD4 146-2
+letter \x9DD5 246-4
+letter \x9DD6 16-3
+letter \x9DD7 12356-3
+letter \x9DD8 12-156-5
+letter \x9DD9 1-156-5
+letter \x9DDA 14-234-5
+letter \x9DDB 235-3
+letter \x9DDC 14-12356-2
+letter \x9DDD 135-16-5
+letter \x9DDE 24-456-3
+letter \x9DDF 1-25-2
+letter \x9DE0 1256-2
+letter \x9DE1 34-2
+letter \x9DE2 13-236-2
+letter \x9DE3 1456-2
+letter \x9DE4 124-16-2
+letter \x9DE5 15-156-3
+letter \x9DE6 13-246-3
+letter \x9DE7 16-5
+letter \x9DE8 1235-35-3
+letter \x9DE9 135-16-5
+letter \x9DEA 13456-3
+letter \x9DEB 15-34-5
+letter \x9DEC 1235-456-2
+letter \x9DED 12345-1236-2
+letter \x9DEE 13-246-3
+letter \x9DEF 14-246-2
+letter \x9DF0 2345-5
+letter \x9DF1 13-146-3
+letter \x9DF2 13-234-5
+letter \x9DF3 15-2345-2
+letter \x9DF4 15-2345-2
+letter \x9DF5 124-34-2
+letter \x9DF6 134-2456-4
+letter \x9DF7 125-123456-3
+letter \x9DF8 1256-5
+letter \x9DF9 13456-3
+letter \x9DFA 14-34-5
+letter \x9DFB 124-12456-2
+letter \x9DFC 15-2345-2
+letter \x9DFD 15-236-2
+letter \x9DFE 16-5
+letter \x9DFF 1234-16-5
+letter \x9E00 24-34-2
+letter \x9E01 14-25-2
+letter \x9E02 15-16-3
+letter \x9E03 16-2
+letter \x9E04 13-16-3
+letter \x9E05 1-2346-2
+letter \x9E06 1256-2
+letter \x9E07 1-1236-3
+letter \x9E08 346-5
+letter \x9E09 46-2
+letter \x9E0A 1234-16-5
+letter \x9E0B 1345-13456-2
+letter \x9E0C 1235-34-5
+letter \x9E0D 134-16-2
+letter \x9E0E 13456-3
+letter \x9E0F 134-1356-2
+letter \x9E10 145-16-2
+letter \x9E11 236-5
+letter \x9E12 1256-5
+letter \x9E13 14-356-4
+letter \x9E14 135-126-2
+letter \x9E15 14-34-2
+letter \x9E16 1235-2346-5
+letter \x9E17 14-12346-2
+letter \x9E18 24-456-3
+letter \x9E19 236-5
+letter \x9E1A 13456-3
+letter \x9E1B 13-12456-5
+letter \x9E1C 245-1256-2
+letter \x9E1D 14-16-2
+letter \x9E1E 14-12456-2
+letter \x9E1F 1345-246-4
+letter \x9E20 13-234-3
+letter \x9E21 13-16-3
+letter \x9E22 45-3
+letter \x9E23 134-13456-2
+letter \x9E24 24-156-3
+letter \x9E25 12356-3
+letter \x9E26 23456-3
+letter \x9E27 245-1346-3
+letter \x9E28 135-146-4
+letter \x9E29 1-136-5
+letter \x9E2A 13-34-3
+letter \x9E2B 145-12346-3
+letter \x9E2C 14-34-2
+letter \x9E2D 23456-3
+letter \x9E2E 15-246-3
+letter \x9E2F 46-3
+letter \x9E30 14-13456-2
+letter \x9E31 12-156-3
+letter \x9E32 245-1256-2
+letter \x9E33 45-3
+letter \x9E34 15-236-2
+letter \x9E35 124-25-2
+letter \x9E36 15-156-3
+letter \x9E37 1-156-5
+letter \x9E38 156-2
+letter \x9E39 13-35-3
+letter \x9E3A 15-234-3
+letter \x9E3B 1235-1356-2
+letter \x9E3C 1-12356-3
+letter \x9E3D 13-2346-3
+letter \x9E3E 14-12456-2
+letter \x9E3F 1235-12346-2
+letter \x9E40 34-2
+letter \x9E41 135-126-2
+letter \x9E42 14-16-2
+letter \x9E43 13-45-3
+letter \x9E44 1235-34-2
+letter \x9E45 2346-2
+letter \x9E46 1256-5
+letter \x9E47 15-2345-2
+letter \x9E48 124-16-2
+letter \x9E49 34-4
+letter \x9E4A 245-236-5
+letter \x9E4B 134-246-2
+letter \x9E4C 1236-3
+letter \x9E4D 123-123456-3
+letter \x9E4E 135-356-3
+letter \x9E4F 1234-1356-2
+letter \x9E50 245-2345-3
+letter \x9E51 12-123456-2
+letter \x9E52 13-1356-3
+letter \x9E53 45-3
+letter \x9E54 15-34-5
+letter \x9E55 1235-34-2
+letter \x9E56 1235-2346-2
+letter \x9E57 2346-5
+letter \x9E58 1235-34-2
+letter \x9E59 245-234-3
+letter \x9E5A 245-156-2
+letter \x9E5B 134-356-2
+letter \x9E5C 34-5
+letter \x9E5D 16-5
+letter \x9E5E 246-5
+letter \x9E5F 12346-3
+letter \x9E60 14-234-2
+letter \x9E61 13-16-2
+letter \x9E62 16-5
+letter \x9E63 13-2345-3
+letter \x9E64 1235-2346-5
+letter \x9E65 16-3
+letter \x9E66 13456-3
+letter \x9E67 1-2346-5
+letter \x9E68 14-234-5
+letter \x9E69 14-246-2
+letter \x9E6A 13-246-3
+letter \x9E6B 13-234-5
+letter \x9E6C 1256-5
+letter \x9E6D 14-34-5
+letter \x9E6E 15-45-2
+letter \x9E6F 1-1236-3
+letter \x9E70 13456-3
+letter \x9E71 1235-34-5
+letter \x9E72 134-1356-2
+letter \x9E73 13-12456-5
+letter \x9E74 24-456-3
+letter \x9E75 14-34-4
+letter \x9E76 13-1456-3
+letter \x9E77 14-13456-2
+letter \x9E78 13-2345-4
+letter \x9E79 15-2345-2
+letter \x9E7A 245-25-2
+letter \x9E7B 13-2345-4
+letter \x9E7C 13-2345-4
+letter \x9E7D 2345-2
+letter \x9E7E 245-25-2
+letter \x9E7F 14-34-5
+letter \x9E80 234-3
+letter \x9E81 245-34-3
+letter \x9E82 13-16-4
+letter \x9E83 135-246-3
+letter \x9E84 245-34-3
+letter \x9E85 135-246-3
+letter \x9E86 1-34-5
+letter \x9E87 13-256-3
+letter \x9E88 1-34-4
+letter \x9E89 13-2345-3
+letter \x9E8A 134-16-2
+letter \x9E8B 134-16-2
+letter \x9E8C 1256-4
+letter \x9E8D 14-234-2
+letter \x9E8E 12-136-2
+letter \x9E8F 13-256-3
+letter \x9E90 14-1456-2
+letter \x9E91 1345-16-2
+letter \x9E92 245-16-2
+letter \x9E93 14-34-5
+letter \x9E94 13-234-5
+letter \x9E95 13-256-3
+letter \x9E96 13-13456-3
+letter \x9E97 14-16-5
+letter \x9E98 15-46-3
+letter \x9E99 2345-2
+letter \x9E9A 13-23456-3
+letter \x9E9B 134-16-2
+letter \x9E9C 14-16-5
+letter \x9E9D 24-2346-5
+letter \x9E9E 1-1346-3
+letter \x9E9F 14-1456-2
+letter \x9EA0 13-13456-3
+letter \x9EA1 13-16-3
+letter \x9EA2 14-13456-2
+letter \x9EA3 2345-2
+letter \x9EA4 245-34-3
+letter \x9EA5 134-2456-5
+letter \x9EA6 134-2456-5
+letter \x9EA7 13-2346-3
+letter \x9EA8 12-146-4
+letter \x9EA9 12345-34-3
+letter \x9EAA 134-2345-5
+letter \x9EAB 134-2345-5
+letter \x9EAC 12345-34-3
+letter \x9EAD 1234-146-5
+letter \x9EAE 245-1256-5
+letter \x9EAF 245-1256-2
+letter \x9EB0 134-12356-2
+letter \x9EB1 12345-34-3
+letter \x9EB2 15-2345-5
+letter \x9EB3 14-2456-2
+letter \x9EB4 245-1256-2
+letter \x9EB5 134-2345-5
+letter \x9EB6 12-156-3
+letter \x9EB7 12345-1356-3
+letter \x9EB8 12345-34-3
+letter \x9EB9 245-1256-2
+letter \x9EBA 134-2345-5
+letter \x9EBB 134-345-2
+letter \x9EBC 134-2346-1
+letter \x9EBD 134-2346-1
+letter \x9EBE 1235-1246-3
+letter \x9EBF 134-126-4
+letter \x9EC0 125-12356-3
+letter \x9EC1 1345-136-3
+letter \x9EC2 12345-136-2
+letter \x9EC3 1235-456-2
+letter \x9EC4 1235-456-2
+letter \x9EC5 13-1456-3
+letter \x9EC6 13-456-3
+letter \x9EC7 124-2345-3
+letter \x9EC8 124-12356-4
+letter \x9EC9 1235-12346-2
+letter \x9ECA 1235-35-5
+letter \x9ECB 123-456-5
+letter \x9ECC 1235-12346-2
+letter \x9ECD 24-34-4
+letter \x9ECE 14-16-2
+letter \x9ECF 1345-2345-2
+letter \x9ED0 12-156-3
+letter \x9ED1 1235-356-3
+letter \x9ED2 1235-356-3
+letter \x9ED3 16-5
+letter \x9ED4 245-2345-2
+letter \x9ED5 145-1236-4
+letter \x9ED6 15-16-5
+letter \x9ED7 124-123456-3
+letter \x9ED8 134-126-5
+letter \x9ED9 134-126-5
+letter \x9EDA 245-2345-2
+letter \x9EDB 145-2456-5
+letter \x9EDC 12-34-5
+letter \x9EDD 234-4
+letter \x9EDE 145-2345-4
+letter \x9EDF 16-3
+letter \x9EE0 15-23456-2
+letter \x9EE1 2345-4
+letter \x9EE2 245-1256-5
+letter \x9EE3 134-356-4
+letter \x9EE4 2345-4
+letter \x9EE5 245-13456-2
+letter \x9EE6 236-5
+letter \x9EE7 14-16-2
+letter \x9EE8 145-1346-4
+letter \x9EE9 145-34-2
+letter \x9EEA 245-1236-4
+letter \x9EEB 2345-3
+letter \x9EEC 2345-4
+letter \x9EED 2345-4
+letter \x9EEE 124-1236-4
+letter \x9EEF 1236-5
+letter \x9EF0 1-136-4
+letter \x9EF1 145-2456-5
+letter \x9EF2 245-1236-4
+letter \x9EF3 16-3
+letter \x9EF4 134-356-2
+letter \x9EF5 145-1236-4
+letter \x9EF6 2345-4
+letter \x9EF7 145-34-2
+letter \x9EF8 14-34-2
+letter \x9EF9 1-156-4
+letter \x9EFA 12345-136-4
+letter \x9EFB 12345-34-2
+letter \x9EFC 12345-34-4
+letter \x9EFD 134-1456-4
+letter \x9EFE 134-1456-4
+letter \x9EFF 45-2
+letter \x9F00 245-34-5
+letter \x9F01 245-1256-5
+letter \x9F02 12-146-2
+letter \x9F03 35-3
+letter \x9F04 1-34-3
+letter \x9F05 1-156-3
+letter \x9F06 134-1356-4
+letter \x9F07 146-2
+letter \x9F08 135-346-3
+letter \x9F09 124-25-2
+letter \x9F0A 135-16-5
+letter \x9F0B 45-2
+letter \x9F0C 12-146-2
+letter \x9F0D 124-25-2
+letter \x9F0E 145-13456-4
+letter \x9F0F 134-16-5
+letter \x9F10 1345-2456-5
+letter \x9F11 145-13456-4
+letter \x9F12 125-156-3
+letter \x9F13 13-34-4
+letter \x9F14 13-34-4
+letter \x9F15 145-12346-3
+letter \x9F16 12345-136-2
+letter \x9F17 124-146-2
+letter \x9F18 45-3
+letter \x9F19 1234-16-2
+letter \x9F1A 12-1346-3
+letter \x9F1B 13-146-3
+letter \x9F1C 245-16-5
+letter \x9F1D 45-3
+letter \x9F1E 124-1346-3
+letter \x9F1F 124-1356-3
+letter \x9F20 24-34-4
+letter \x9F21 24-34-4
+letter \x9F22 12345-136-2
+letter \x9F23 12345-356-5
+letter \x9F24 123456-2
+letter \x9F25 135-345-2
+letter \x9F26 145-246-3
+letter \x9F27 124-25-2
+letter \x9F28 1-12346-3
+letter \x9F29 245-1256-2
+letter \x9F2A 24-1356-3
+letter \x9F2B 24-156-2
+letter \x9F2C 234-5
+letter \x9F2D 24-156-2
+letter \x9F2E 124-13456-2
+letter \x9F2F 34-2
+letter \x9F30 13-1256-2
+letter \x9F31 13-13456-3
+letter \x9F32 1235-123456-2
+letter \x9F33 13-1256-2
+letter \x9F34 2345-4
+letter \x9F35 124-34-2
+letter \x9F36 15-156-3
+letter \x9F37 15-16-3
+letter \x9F38 15-2345-4
+letter \x9F39 2345-4
+letter \x9F3A 14-356-2
+letter \x9F3B 135-16-2
+letter \x9F3C 246-4
+letter \x9F3D 245-234-2
+letter \x9F3E 1235-1236-3
+letter \x9F3F 34-3
+letter \x9F40 34-5
+letter \x9F41 1235-12356-3
+letter \x9F42 15-16-5
+letter \x9F43 1235-2346-2
+letter \x9F44 1-345-3
+letter \x9F45 15-234-5
+letter \x9F46 12346-5
+letter \x9F47 1-345-3
+letter \x9F48 1345-12346-2
+letter \x9F49 1345-1346-5
+letter \x9F4A 245-16-2
+letter \x9F4B 1-2456-3
+letter \x9F4C 13-16-5
+letter \x9F4D 125-156-3
+letter \x9F4E 13-16-3
+letter \x9F4F 13-16-3
+letter \x9F50 245-16-2
+letter \x9F51 13-16-3
+letter \x9F52 12-156-4
+letter \x9F53 12-136-5
+letter \x9F54 12-136-5
+letter \x9F55 1235-2346-2
+letter \x9F56 23456-2
+letter \x9F57 1456-2
+letter \x9F58 15-346-5
+letter \x9F59 135-146-3
+letter \x9F5A 245-25-5
+letter \x9F5B 15-346-5
+letter \x9F5C 125-156-3
+letter \x9F5D 12-156-3
+letter \x9F5E 2345-4
+letter \x9F5F 13-1256-4
+letter \x9F60 124-246-2
+letter \x9F61 14-13456-2
+letter \x9F62 14-13456-2
+letter \x9F63 12-34-3
+letter \x9F64 245-45-2
+letter \x9F65 15-346-5
+letter \x9F66 1456-2
+letter \x9F67 1345-346-5
+letter \x9F68 13-234-5
+letter \x9F69 246-4
+letter \x9F6A 12-25-5
+letter \x9F6B 123-123456-4
+letter \x9F6C 1256-4
+letter \x9F6D 12-34-4
+letter \x9F6E 16-4
+letter \x9F6F 1345-16-2
+letter \x9F70 125-2346-2
+letter \x9F71 125-12356-3
+letter \x9F72 245-1256-4
+letter \x9F73 45-4
+letter \x9F74 2345-4
+letter \x9F75 1256-2
+letter \x9F76 2346-5
+letter \x9F77 25-5
+letter \x9F78 16-5
+letter \x9F79 12-156-3
+letter \x9F7A 125-12356-3
+letter \x9F7B 145-2345-3
+letter \x9F7C 12-34-4
+letter \x9F7D 13-1456-5
+letter \x9F7E 23456-5
+letter \x9F7F 12-156-4
+letter \x9F80 12-136-5
+letter \x9F81 1235-2346-2
+letter \x9F82 1456-2
+letter \x9F83 13-1256-4
+letter \x9F84 14-13456-2
+letter \x9F85 135-146-3
+letter \x9F86 124-246-2
+letter \x9F87 125-156-3
+letter \x9F88 1456-2
+letter \x9F89 1256-4
+letter \x9F8A 12-25-5
+letter \x9F8B 245-1256-4
+letter \x9F8C 25-5
+letter \x9F8D 14-12346-2
+letter \x9F8E 1234-1346-2
+letter \x9F8F 13-12346-3
+letter \x9F90 1234-1346-2
+letter \x9F91 2345-4
+letter \x9F92 14-12346-2
+letter \x9F93 14-12346-4
+letter \x9F94 13-12346-3
+letter \x9F95 123-1236-3
+letter \x9F96 124-345-5
+letter \x9F97 14-13456-2
+letter \x9F98 124-345-5
+letter \x9F99 14-12346-2
+letter \x9F9A 13-12346-3
+letter \x9F9B 123-1236-3
+letter \x9F9C 13-1246-3
+letter \x9F9D 245-234-3
+letter \x9F9E 135-346-3
+letter \x9F9F 13-1246-3
+letter \x9FA0 236-5
+letter \x9FA1 12-1246-3
+letter \x9FA2 1235-2346-2
+letter \x9FA3 13-236-2
+letter \x9FA4 15-346-2
+letter \x9FA5 1256-5
+letter \x9FA6 12-1346-2
+letter \x9FA7 24-34-5
+letter \x9FA8 1235-2356-2
+letter \x9FA9 13-1456-5
+letter \x9FAA 12345-34-5
+letter \x9FAB 13-1236-5
+letter \x9FAC 456-4
+letter \x9FAD 16-5
+letter \x9FAE 16-5
+letter \x9FAF 236-5
+letter \x9FB0 1-156-4
+letter \x9FB1 15-1456-5
+letter \x9FB2 123-34-5
+letter \x9FB3 14-34-5
+letter \x9FB4 16-4
+letter \x9FB5 24-12356-4
+letter \x9FB6 24-1356-3
+letter \x9FB7 1345-2345-5
+letter \x9FB8 12345-34-2
+letter \x9FB9 13-45-5
+letter \x9FBA 1-25-2
+letter \x9FBB 14-12456-2
+letter \x9FBC 1245-1246-5
+letter \x9FBD 13-246-3
+letter \x9FBE 13-1256-2
+letter \x9FBF 13-23456-3
+letter \x9FC0 16-3
+letter \x9FC1 1235-12346-5
+letter \x9FC2 1345-246-4
+letter \x9FC3 24-1236-4
+letter \x9FC4 14-46-2
+letter \x9FC5 14-13456-2
+letter \x9FC6 12345-34-2
+letter \x9FC7 1-1356-3
+letter \x9FC8 12-156-4
+letter \x9FC9 34-4
+letter \x9FCA 1-156-4
+letter \x9FCB 15-16-4
+letter \x9FCC 14-46-2
+letter \x9FCD 13-1346-5
+letter \x9FCE 145-345-2
+letter \x9FCF 134-2456-5
+letter \x9FD0 123467-134568
+letter \x9FD1 123467-134568
+letter \x9FD2 123467-134568
+letter \x9FD3 123467-134568
+letter \x9FD4 13-2346-3
+letter \x9FD5 145-1236-3
+# \x9FD6-\x9FE9 can not be translated into existing Chinese pronunciations.
+# <https://en.wikipedia.org/wiki/Chinese_characters_for_transcribing_Slavonic>
+letter \x9FEA 15-1246-5
+letter \x9FEB 146-5
+letter \x9FEC 124-2345-2
+letter \x9FED 1345-16-4
+letter \x9FEE 145-2456-5
+letter \x9FEF 123467-134568
+#end CJK Unified Ideographs
+
+#begin Private Use Area (U+E000-U+F8FF)
+sign \xE18C 12356-17-23456
+sign \xE18D 12356-127-23456
+sign \xE18E 12356-147-23456
+sign \xE18F 12356-1457-23456
+sign \xF0B7 16 Private use for list item sign.
+sign \xF577 1246-135
+#end Private Use Area
+
+#begin CJK Compatibility Ideographs (U+F900-U+FAFF)
+letter \xF900 245-16-4
+letter \xF901 13-1356-5
+letter \xF902 12-2346-3
+letter \xF903 13-23456-4
+letter \xF904 1235-35-2
+letter \xF905 12-12456-5
+letter \xF906 13-1256-5
+letter \xF907 13-1246-3
+letter \xF908 13-1246-3
+letter \xF909 245-16-5
+letter \xF90A 13-1456-3
+letter \xF90B 14-345-4
+letter \xF90C 1345-2456-5
+letter \xF90D 14-1236-4
+letter \xF90E 14-2456-5
+letter \xF90F 14-25-2
+letter \xF910 14-25-2
+letter \xF911 14-25-2
+letter \xF912 14-25-4
+letter \xF913 14-25-2
+letter \xF914 14-2346-5
+letter \xF915 14-25-5
+letter \xF916 14-146-5
+letter \xF917 14-25-5
+letter \xF918 14-25-5
+letter \xF919 14-25-5
+letter \xF91A 14-25-5
+letter \xF91B 14-12456-5
+letter \xF91C 14-12456-4
+letter \xF91D 14-1236-2
+letter \xF91E 14-1236-5
+letter \xF91F 14-1236-2
+letter \xF920 14-12456-2
+letter \xF921 14-1236-2
+letter \xF922 14-1236-5
+letter \xF923 14-1236-2
+letter \xF924 14-1236-2
+letter \xF925 14-345-3
+letter \xF926 14-345-5
+letter \xF927 14-345-5
+letter \xF928 14-1346-2
+letter \xF929 14-1346-4
+letter \xF92A 14-1346-5
+letter \xF92B 14-1346-2
+letter \xF92C 14-1346-2
+letter \xF92D 14-2456-2
+letter \xF92E 14-1356-4
+letter \xF92F 14-146-2
+letter \xF930 14-34-4
+letter \xF931 14-34-4
+letter \xF932 14-34-2
+letter \xF933 14-34-2
+letter \xF934 14-146-4
+letter \xF935 14-34-2
+letter \xF936 14-34-4
+letter \xF937 14-34-5
+letter \xF938 14-34-5
+letter \xF939 14-34-4
+letter \xF93A 14-34-5
+letter \xF93B 14-34-5
+letter \xF93C 14-34-5
+letter \xF93D 14-1256-5
+letter \xF93E 14-34-5
+letter \xF93F 14-34-5
+letter \xF940 14-34-5
+letter \xF941 14-123456-5
+letter \xF942 14-12346-4
+letter \xF943 1345-12346-5
+letter \xF944 14-12346-2
+letter \xF945 14-12346-2
+letter \xF946 14-146-2
+letter \xF947 14-356-4
+letter \xF948 14-34-5
+letter \xF949 14-356-2
+letter \xF94A 14-356-4
+letter \xF94B 14-1256-4
+letter \xF94C 14-12356-2
+letter \xF94D 14-356-5
+letter \xF94E 14-12356-5
+letter \xF94F 14-356-5
+letter \xF950 14-1256-4
+letter \xF951 14-12356-5
+letter \xF952 14-2346-5
+letter \xF953 14-2346-5
+letter \xF954 14-1456-4
+letter \xF955 14-13456-2
+letter \xF956 14-1356-2
+letter \xF957 14-13456-2
+letter \xF958 14-13456-2
+letter \xF959 14-13456-2
+letter \xF95A 145-34-2
+letter \xF95B 1345-345-2
+letter \xF95C 14-2346-5
+letter \xF95D 1345-25-5
+letter \xF95E 145-1236-3
+letter \xF95F 1345-13456-2
+letter \xF960 1345-34-5
+letter \xF961 14-1256-5
+letter \xF962 16-5
+letter \xF963 135-356-4
+letter \xF964 1234-1236-2
+letter \xF965 135-2345-5
+letter \xF966 12345-34-5
+letter \xF967 135-34-5
+letter \xF968 134-16-5
+letter \xF969 24-34-5
+letter \xF96A 15-25-4
+letter \xF96B 245-1236-3
+letter \xF96C 15-2456-5
+letter \xF96D 24-1356-4
+letter \xF96E 346-5
+letter \xF96F 24-25-3
+letter \xF970 24-345-3
+letter \xF971 12-136-2
+letter \xF972 24-136-4
+letter \xF973 24-156-2
+letter \xF974 1245-25-5
+letter \xF975 14-236-5
+letter \xF976 14-236-5
+letter \xF977 14-46-5
+letter \xF978 14-46-4
+letter \xF979 14-46-2
+letter \xF97A 14-46-2
+letter \xF97B 14-46-2
+letter \xF97C 14-46-2
+letter \xF97D 14-46-5
+letter \xF97E 14-46-5
+letter \xF97F 14-16-5
+letter \xF980 14-1256-4
+letter \xF981 1345-1256-4
+letter \xF982 14-34-2
+letter \xF983 14-1256-4
+letter \xF984 14-1256-5
+letter \xF985 14-16-5
+letter \xF986 14-1256-2
+letter \xF987 14-16-2
+letter \xF988 14-16-5
+letter \xF989 14-16-2
+letter \xF98A 14-16-5
+letter \xF98B 14-16-5
+letter \xF98C 14-16-5
+letter \xF98D 14-16-5
+letter \xF98E 1345-2345-2
+letter \xF98F 14-2345-2
+letter \xF990 14-2345-5
+letter \xF991 1345-2345-4
+letter \xF992 14-2345-2
+letter \xF993 14-2345-5
+letter \xF994 14-2345-4
+letter \xF995 1345-2345-2
+letter \xF996 14-2345-5
+letter \xF997 14-2345-2
+letter \xF998 1345-2345-4
+letter \xF999 14-2345-2
+letter \xF99A 14-2345-2
+letter \xF99B 14-2345-5
+letter \xF99C 14-346-5
+letter \xF99D 14-346-5
+letter \xF99E 2345-5
+letter \xF99F 14-346-5
+letter \xF9A0 14-346-5
+letter \xF9A1 24-25-3
+letter \xF9A2 14-2345-2
+letter \xF9A3 1345-2345-5
+letter \xF9A4 1345-2345-4
+letter \xF9A5 14-2345-5
+letter \xF9A6 14-2345-2
+letter \xF9A7 14-346-5
+letter \xF9A8 14-13456-5
+letter \xF9A9 14-13456-2
+letter \xF9AA 1345-13456-2
+letter \xF9AB 14-13456-4
+letter \xF9AC 14-13456-2
+letter \xF9AD 14-13456-2
+letter \xF9AE 13456-2
+letter \xF9AF 14-13456-2
+letter \xF9B0 14-13456-2
+letter \xF9B1 14-13456-2
+letter \xF9B2 14-13456-2
+letter \xF9B3 14-13456-2
+letter \xF9B4 14-13456-4
+letter \xF9B5 14-16-5
+letter \xF9B6 14-16-4
+letter \xF9B7 14-16-4
+letter \xF9B8 14-16-5
+letter \xF9B9 2346-5
+letter \xF9BA 14-2346-1
+letter \xF9BB 14-246-2
+letter \xF9BC 14-246-2
+letter \xF9BD 1345-246-5
+letter \xF9BE 14-246-5
+letter \xF9BF 14-2346-5
+letter \xF9C0 14-246-5
+letter \xF9C1 14-246-2
+letter \xF9C2 14-246-4
+letter \xF9C3 14-246-2
+letter \xF9C4 14-12346-2
+letter \xF9C5 256-3
+letter \xF9C6 1245-12456-4
+letter \xF9C7 14-234-2
+letter \xF9C8 1345-234-4
+letter \xF9C9 14-234-4
+letter \xF9CA 14-234-2
+letter \xF9CB 14-234-3
+letter \xF9CC 14-234-2
+letter \xF9CD 14-234-2
+letter \xF9CE 14-234-2
+letter \xF9CF 1345-234-4
+letter \xF9D0 14-356-5
+letter \xF9D1 14-234-5
+letter \xF9D2 14-34-5
+letter \xF9D3 14-34-5
+letter \xF9D4 14-123456-2
+letter \xF9D5 14-123456-2
+letter \xF9D6 14-123456-2
+letter \xF9D7 14-123456-2
+letter \xF9D8 14-1256-5
+letter \xF9D9 14-16-5
+letter \xF9DA 14-16-5
+letter \xF9DB 14-1256-5
+letter \xF9DC 14-12346-2
+letter \xF9DD 14-16-5
+letter \xF9DE 14-16-5
+letter \xF9DF 14-1256-4
+letter \xF9E0 16-5
+letter \xF9E1 14-16-4
+letter \xF9E2 14-16-2
+letter \xF9E3 1345-16-2
+letter \xF9E4 14-16-4
+letter \xF9E5 14-16-5
+letter \xF9E6 14-16-2
+letter \xF9E7 14-16-4
+letter \xF9E8 14-16-4
+letter \xF9E9 14-16-4
+letter \xF9EA 14-16-2
+letter \xF9EB 1345-16-5
+letter \xF9EC 1345-16-5
+letter \xF9ED 14-1456-5
+letter \xF9EE 14-1456-2
+letter \xF9EF 14-1456-2
+letter \xF9F0 14-1456-5
+letter \xF9F1 14-1456-2
+letter \xF9F2 14-1456-2
+letter \xF9F3 14-1456-2
+letter \xF9F4 14-1456-2
+letter \xF9F5 14-1456-2
+letter \xF9F6 14-1456-2
+letter \xF9F7 14-16-5
+letter \xF9F8 14-16-5
+letter \xF9F9 14-16-5
+letter \xF9FA 1-456-5
+letter \xF9FB 1-156-5
+letter \xF9FC 24-156-5
+letter \xF9FD 24-156-2
+letter \xF9FE 12-345-2
+letter \xF9FF 245-156-5
+letter \xFA00 245-346-3
+letter \xFA01 145-34-5
+letter \xFA02 124-25-5
+letter \xFA03 124-1346-2
+letter \xFA04 1-2456-2
+letter \xFA05 145-12346-5
+letter \xFA06 135-146-5
+letter \xFA07 12345-34-2
+letter \xFA08 15-13456-2
+letter \xFA09 13-46-5
+letter \xFA0A 13-2345-5
+letter \xFA0B 123-25-5
+letter \xFA0C 34-5
+letter \xFA0D 1235-25-5
+letter \xFA0E 24-456-3
+letter \xFA0F 15-1256-5
+letter \xFA10 1-12346-4
+letter \xFA11 245-16-2
+letter \xFA12 245-13456-2
+letter \xFA13 12345-34-2
+letter \xFA14 13-1256-4
+letter \xFA15 15-16-3
+letter \xFA16 1-34-3
+letter \xFA17 16-5
+letter \xFA18 14-16-4
+letter \xFA19 24-136-2
+letter \xFA1A 15-46-2
+letter \xFA1B 12345-34-2
+letter \xFA1C 13-13456-5
+letter \xFA1D 13-13456-3
+letter \xFA1E 1256-4
+letter \xFA1F 2456-1
+letter \xFA20 245-234-3
+letter \xFA21 24-1356-3
+letter \xFA22 1-34-3
+letter \xFA23 145-25-3
+letter \xFA24 13-16-2
+letter \xFA25 16-5
+letter \xFA26 145-12356-3
+letter \xFA27 15-246-5
+letter \xFA28 15-1456-5
+letter \xFA29 145-146-4
+letter \xFA2A 12345-1236-5
+letter \xFA2B 15-156-5
+letter \xFA2C 13-12456-4
+letter \xFA2D 1235-2346-5
+letter \xFA2E 14-1346-2
+letter \xFA2F 14-16-5
+letter \xFA30 34-4
+letter \xFA31 15-1356-3
+letter \xFA32 134-2345-4
+letter \xFA33 134-2345-4
+letter \xFA34 245-1456-2
+letter \xFA35 135-356-3
+letter \xFA36 1235-2346-3
+letter \xFA37 124-1236-5
+letter \xFA38 245-16-5
+letter \xFA39 1234-13456-2
+letter \xFA3A 134-126-5
+letter \xFA3B 245-1356-2
+letter \xFA3C 12-2346-5
+letter \xFA3D 1235-1246-4
+letter \xFA3E 123-2456-4
+letter \xFA3F 125-1356-3
+letter \xFA40 12-1356-2
+letter \xFA41 134-1456-4
+letter \xFA42 13-16-5
+letter \xFA43 24-34-4
+letter \xFA44 134-356-2
+letter \xFA45 1235-2456-4
+letter \xFA46 1-34-4
+letter \xFA47 1235-1236-5
+letter \xFA48 1-34-4
+letter \xFA49 1-35-4
+letter \xFA4A 1-25-2
+letter \xFA4B 135-356-3
+letter \xFA4C 24-2346-5
+letter \xFA4D 1-156-4
+letter \xFA4E 245-16-2
+letter \xFA4F 234-5
+letter \xFA50 125-34-4
+letter \xFA51 1-34-5
+letter \xFA52 1235-25-5
+letter \xFA53 1-136-3
+letter \xFA54 13-34-4
+letter \xFA55 124-34-2
+letter \xFA56 13-346-2
+letter \xFA57 14-2345-5
+letter \xFA58 13-1456-5
+letter \xFA59 12345-1236-2
+letter \xFA5A 24-34-4
+letter \xFA5B 1-2346-4
+letter \xFA5C 12-12356-5
+letter \xFA5D 245-146-4
+letter \xFA5E 245-146-4
+letter \xFA5F 1-2346-1
+letter \xFA60 1235-2346-2
+letter \xFA61 24-156-5
+letter \xFA62 346-5
+letter \xFA63 13-1456-4
+letter \xFA64 135-1456-3
+letter \xFA65 125-1356-5
+letter \xFA66 12-25-5
+letter \xFA67 16-5
+letter \xFA68 1345-1236-2
+letter \xFA69 15-46-4
+letter \xFA6A 1234-1456-2
+letter \xFA6B 1235-1246-5
+letter \xFA6C 15-16-3
+letter \xFA6D 13-12456-4
+letter \xFA6F 1-34-5
+letter \xFA70 135-13456-5
+letter \xFA71 123-456-5
+letter \xFA72 245-45-2
+letter \xFA73 15-13456-2
+letter \xFA74 12-12346-3
+letter \xFA75 13-16-5
+letter \xFA76 235-4
+letter \xFA77 24-146-2
+letter \xFA78 1235-2346-3
+letter \xFA79 124-146-2
+letter \xFA7A 1235-1246-5
+letter \xFA7B 35-5
+letter \xFA7C 1-12346-4
+letter \xFA7D 12345-136-2
+letter \xFA7E 2345-4
+letter \xFA7F 135-136-3
+letter \xFA80 135-16-5
+letter \xFA81 245-156-2
+letter \xFA82 146-2
+letter \xFA83 16-5
+letter \xFA84 245-2456-4
+letter \xFA85 246-2
+letter \xFA86 456-4
+letter \xFA87 24-136-5
+letter \xFA88 1256-5
+letter \xFA89 125-1356-3
+letter \xFA8A 146-5
+letter \xFA8B 12-1356-2
+letter \xFA8C 145-2456-5
+letter \xFA8D 1256-2
+letter \xFA8E 15-12356-3
+letter \xFA8F 135-13456-5
+letter \xFA90 146-2
+letter \xFA91 245-13456-2
+letter \xFA92 14-1346-4
+letter \xFA93 456-5
+letter \xFA94 1-1346-5
+letter \xFA95 145-2456-4
+letter \xFA96 24-345-3
+letter \xFA97 14-234-2
+letter \xFA98 1456-2
+letter \xFA99 125-156-3
+letter \xFA9A 1235-1236-5
+letter \xFA9B 13-13456-5
+letter \xFA9C 1-34-4
+letter \xFA9D 245-246-2
+letter \xFA9E 13-236-2
+letter \xFA9F 12345-1236-5
+letter \xFAA0 1-34-3
+letter \xFAA1 124-2345-5
+letter \xFAA2 245-156-2
+letter \xFAA3 1235-35-5
+letter \xFAA4 13-12456-3
+letter \xFAA5 123456-3
+letter \xFAA6 16-5
+letter \xFAA7 24-1356-5
+letter \xFAA8 1-156-2
+letter \xFAA9 13-45-5
+letter \xFAAA 1-2346-1
+letter \xFAAB 124-2345-2
+letter \xFAAC 124-246-4
+letter \xFAAD 13-346-2
+letter \xFAAE 14-356-5
+letter \xFAAF 124-146-3
+letter \xFAB0 14-2345-5
+letter \xFAB1 1234-13456-2
+letter \xFAB2 1-2346-4
+letter \xFAB3 1235-456-3
+letter \xFAB4 1235-35-2
+letter \xFAB5 146-4
+letter \xFAB6 245-46-4
+letter \xFAB7 12345-34-5
+letter \xFAB8 24-156-5
+letter \xFAB9 145-246-5
+letter \xFABA 1-34-3
+letter \xFABB 245-13456-4
+letter \xFABC 346-5
+letter \xFABD 1345-25-5
+letter \xFABE 1256-5
+letter \xFABF 13-1456-4
+letter \xFAC0 135-2345-5
+letter \xFAC1 125-1356-5
+letter \xFAC2 24-34-3
+letter \xFAC3 12-156-2
+letter \xFAC4 15-12356-3
+letter \xFAC5 15-13456-2
+letter \xFAC6 1-34-4
+letter \xFAC7 1345-1236-2
+letter \xFAC8 13-13456-5
+letter \xFAC9 135-2456-5
+letter \xFACA 15-46-4
+letter \xFACB 2346-4
+letter \xFACC 1234-1456-2
+letter \xFACD 1-136-4
+letter \xFACE 13-1246-3
+letter \xFACF 245-2345-3
+letter \xFAD0 245-1236-4
+letter \xFAD1 12345-356-5
+letter \xFAD2 1235-2346-2
+letter \xFAD3 15-16-3
+letter \xFAD4 13-346-2
+letter \xFAD5 124-16-5
+letter \xFAD6 245-2345-4
+letter \xFAD7 135-1356-5
+letter \xFAD8 1235-2346-2
+letter \xFAD9 1234-1346-2
+#end CJK Compatibility Ideographs
+
+#begin Alphabetic Presentation Forms (U+FB00-U+FB4F)
+letter \xFB00 124-124
+letter \xFB01 124-24
+letter \xFB02 124-123
+letter \xFB03 124-124-24
+letter \xFB04 124-124-123
+letter \xFB05 234-2345
+letter \xFB06 234-2345
+#end Alphabetic Presentation Forms
+
+#begin Vertical Forms (U+FE10-U+FE1F)
+punctuation \xFE17 12346-12346
+punctuation \xFE18 13456-13456
+#end Vertical Forms
+
+#begin CJK Compatibility Forms (U+FE30-U+FE4F)
+sign \xFE30 25-25
+punctuation \xFE31 1256-0
+sign \xFE33 456
+sign \xFE34 45
+punctuation \xFE35 246-0
+punctuation \xFE36 135-0
+punctuation \xFE37 46-12356
+punctuation \xFE38 46-23456
+punctuation \xFE39 4-4-12356
+punctuation \xFE3A 4-4-23456
+punctuation \xFE3B 12346-0
+punctuation \xFE3C 13456-0
+punctuation \xFE3D 126-126
+punctuation \xFE3E 345-345
+punctuation \xFE3F 126-0
+punctuation \xFE40 345-0
+punctuation \xFE41 56-36
+punctuation \xFE42 36-23
+punctuation \xFE43 236-236
+punctuation \xFE44 356-356
+punctuation \xFE47 2467-0
+punctuation \xFE48 124567-0
+sign \xFE4F 45
+#end CJK Compatibility Forms
+
+#begin Small Form Variants (U+FE50-U+FE6F)
+punctuation \xFE50 23-0
+punctuation \xFE51 6-0
+punctuation \xFE52 36-0
+punctuation \xFE54 56-0
+punctuation \xFE55 156-0
+punctuation \xFE56 1456-0
+punctuation \xFE57 2346-0
+punctuation \xFE59 12356
+punctuation \xFE5A 23456
+punctuation \xFE5B 246-0
+punctuation \xFE5C 12456-0
+punctuation \xFE5D 4-4-12356
+punctuation \xFE5E 4-4-23456
+punctuation \xFE5F 3456
+sign \xFE60 456-12346
+sign \xFE61 16
+math \xFE62 346
+punctuation \xFE63 36
+math \xFE64 126
+math \xFE65 345
+math \xFE66 123456
+sign \xFE68 12467-127
+sign \xFE69 1246
+sign \xFE6A 146
+sign \xFE6B 47
+#end Small Form Variants
+
+#begin Halfwidth and Fullwidth Forms (U+FF00-U+FFEF)
+punctuation \xFF01 123-0
+punctuation \xFF02 5-0
+sign \xFF03 3456-0
+sign \xFF04 1246-0
+sign \xFF05 146-0
+sign \xFF06 456-12346
+punctuation \xFF07 3-0
+punctuation \xFF08 246-0
+punctuation \xFF09 135-0
+sign \xFF0A 16-0
+math \xFF0B 346-0
+punctuation \xFF0C 23-0
+punctuation \xFF0D 36-0
+punctuation \xFF0E 46-0
+sign \xFF0F 34-0
+digit \xFF10 356-0
+digit \xFF11 2-0
+digit \xFF12 23-0
+digit \xFF13 25-0
+digit \xFF14 256-0
+digit \xFF15 26-0
+digit \xFF16 235-0
+digit \xFF17 2356-0
+digit \xFF18 236-0
+digit \xFF19 35-0
+punctuation \xFF1A 25-25
+punctuation \xFF1B 56-0
+math \xFF1C 126-0
+math \xFF1D 123456-0
+math \xFF1E 345-0
+punctuation \xFF1F 1456-0
+sign \xFF20 47-0
+letter \xFF21 17-0
+letter \xFF22 127-0
+letter \xFF23 147-0
+letter \xFF24 1457-0
+letter \xFF25 157-0
+letter \xFF26 1247-0
+letter \xFF27 12457-0
+letter \xFF28 1257-0
+letter \xFF29 247-0
+letter \xFF2A 2457-0
+letter \xFF2B 137-0
+letter \xFF2C 1237-0
+letter \xFF2D 1347-0
+letter \xFF2E 13457-0
+letter \xFF2F 1357-0
+letter \xFF30 12347-0
+letter \xFF31 123457-0
+letter \xFF32 12357-0
+letter \xFF33 2347-0
+letter \xFF34 23457-0
+letter \xFF35 1367-0
+letter \xFF36 12367-0
+letter \xFF37 24567-0
+letter \xFF38 13467-0
+letter \xFF39 134567-0
+letter \xFF3A 13567-0
+punctuation \xFF3B 2467-0
+sign \xFF3C 12567-0
+punctuation \xFF3D 124567-0
+sign \xFF3E 457-0
+sign \xFF3F 456-0
+punctuation \xFF40 4-0
+letter \xFF41 1-0
+letter \xFF42 12-0
+letter \xFF43 14-0
+letter \xFF44 145-0
+letter \xFF45 15-0
+letter \xFF46 124-0
+letter \xFF47 1245-0
+letter \xFF48 125-0
+letter \xFF49 24-0
+letter \xFF4A 245-0
+letter \xFF4B 13-0
+letter \xFF4C 123-0
+letter \xFF4D 134-0
+letter \xFF4E 1345-0
+letter \xFF4F 135-0
+letter \xFF50 1234-0
+letter \xFF51 12345-0
+letter \xFF52 1235-0
+letter \xFF53 234-0
+letter \xFF54 2345-0
+letter \xFF55 136-0
+letter \xFF56 1236-0
+letter \xFF57 2456-0
+letter \xFF58 1346-0
+letter \xFF59 13456-0
+letter \xFF5A 1356-0
+punctuation \xFF5B 46-12356
+sign \xFF5C 1256-0
+punctuation \xFF5D 46-23456
+sign \xFF5E 45-0
+punctuation \xFF5F 6-12356-12356
+punctuation \xFF60 6-23456-23456
+punctuation \xFF61 46
+punctuation \xFF62 56-36
+punctuation \xFF63 36-23
+punctuation \xFF64 6
+punctuation \xFF65 5-0
+letter \xFF66 35
+letter \xFF67 1
+letter \xFF68 12
+letter \xFF69 14
+letter \xFF6A 124
+letter \xFF6B 24
+letter \xFF6C 34
+letter \xFF6D 346
+letter \xFF6E 345
+letter \xFF6F 2
+letter \xFF70 25
+letter \xFF71 1
+letter \xFF72 12
+letter \xFF73 14
+letter \xFF74 124
+letter \xFF75 24
+letter \xFF76 16
+letter \xFF77 126
+letter \xFF78 146
+letter \xFF79 1246
+letter \xFF7A 246
+letter \xFF7B 156
+letter \xFF7C 1256
+letter \xFF7D 1456
+letter \xFF7E 12456
+letter \xFF7F 2456
+letter \xFF80 135
+letter \xFF81 1235
+letter \xFF82 1345
+letter \xFF83 12345
+letter \xFF84 2345
+letter \xFF85 13
+letter \xFF86 123
+letter \xFF87 134
+letter \xFF88 1234
+letter \xFF89 234
+letter \xFF8A 136
+letter \xFF8B 1236
+letter \xFF8C 1346
+letter \xFF8D 12346
+letter \xFF8E 2346
+letter \xFF8F 1356
+letter \xFF90 12356
+letter \xFF91 13456
+letter \xFF92 123456
+letter \xFF93 23456
+letter \xFF94 34
+letter \xFF95 346
+letter \xFF96 345
+letter \xFF97 15
+letter \xFF98 125
+letter \xFF99 145
+letter \xFF9A 1245
+letter \xFF9B 245
+letter \xFF9C 3
+letter \xFF9D 356
+letter \xFF9E 25
+letter \xFF9F 2
+sign \xFFE0 4-14
+sign \xFFE1 4-123
+sign \xFFE5 36-134567-157-13457-36
+sign \xFFE9 1246-246-25
+sign \xFFEA 1246-126-25-135
+sign \xFFEB 1246-25-135
+sign \xFFEC 1246-146-25-135
+sign \xFFED 1246-456-256
+sign \xFFEE 1246-14
+#end Halfwidth and Fullwidth Forms
+
+# Official definitions of all space characters
+include spaces.uti
+
+#begin Kana rules
+class JPHIXA \x3041\x3042\x304B\x304C\x3055\x3056\x305F\x3060\x306A\x306F\x3070\x3071\x307E\x3084\x3089\x308F
+class JPHIXU \x3045\x3046\x304F\x3050\x3059\x305A\x3064\x3065\x306C\x3075\x3076\x3077\x3080\x3086\x308B\x3094
+class JPHIXE \x3047\x3048\x3051\x3052\x305B\x305C\x3066\x3067\x306D\x3078\x3079\x307A\x3081\x308C
+class JPHIXO \x3049\x304A\x3053\x3054\x305D\x305E\x3068\x3069\x306E\x307B\x307C\x307D\x3082\x3088\x308D
+class JPHIXI \x304D\x3057\x3061\x306B\x3072\x307F\x308A
+class JPHIXV \x304E\x3058\x3062\x3073
+class JPHIYX \x3083\x3085\x3087
+class JPKAXA \x30A1\x30A2\x30AB\x30AC\x30B5\x30B6\x30BF\x30C0\x30CA\x30CF\x30D0\x30D1\x30DE\x30E4\x30E9\x30EF\x30F7
+class JPKAXU \x30A5\x30A6\x30AF\x30B0\x30B9\x30BA\x30C4\x30C5\x30CC\x30D5\x30D6\x30D7\x30E0\x30E6\x30EB\x30F4
+class JPKAXE \x30A7\x30A8\x30B1\x30B2\x30BB\x30BC\x30C6\x30C7\x30CD\x30D8\x30D9\x30DA\x30E1\x30EC\x30F9
+class JPKAXO \x30A9\x30AA\x30B3\x30B4\x30BD\x30BE\x30C8\x30C9\x30CE\x30DB\x30DC\x30DD\x30E2\x30E8\x30ED\x30FA
+class JPKAXI \x30AD\x30B7\x30C1\x30CB\x30D2\x30DF\x30EA
+class JPKAXV \x30AE\x30B8\x30C2\x30D3
+class JPKAYX \x30E3\x30E5\x30E7
+
+# Hiragana voice prolonging.
+noback context _1%JPHIXA["\x3041"] @25
+noback context _1"\x3043"["\x3043"] @25
+noback context _1"\x3044"["\x3043"] @25
+noback context _1%JPHIXI["\x3043"] @25
+noback context _1%JPHIXU["\x3045"] @25
+noback context _1%JPHIXE["\x3047"] @25
+noback context _1%JPHIXO["\x3045"] @25
+noback context _1%JPHIXO["\x3049"] @25
+
+# Hiragana unvoiced -ye, -ya, -yu, -yo ordered by %JPHIXI class.
+noback context [%JPHIXI]"\x3047" @4
+noback context [%JPHIXI]%JPHIYX @4
+# Hiragana kye, kya, kyu, kyo.
+noback context _1"\x304D"["\x3047"] @1246
+noback context _1"\x304D"["\x3083"] @16
+noback context _1"\x304D"["\x3085"] @146
+noback context _1"\x304D"["\x3087"] @246
+# Hiragana she, sha, shu, sho.
+noback context _1"\x3057"["\x3047"] @12456
+noback context _1"\x3057"["\x3083"] @156
+noback context _1"\x3057"["\x3085"] @1456
+noback context _1"\x3057"["\x3087"] @2456
+# Hiragana che, cha, chu, cho.
+noback context _1"\x3061"["\x3047"] @12345
+noback context _1"\x3061"["\x3083"] @135
+noback context _1"\x3061"["\x3085"] @1345
+noback context _1"\x3061"["\x3087"] @2345
+# Hiragana nye, nya, nyu, nyo.
+noback context _1"\x306B"["\x3047"] @1234
+noback context _1"\x306B"["\x3083"] @13
+noback context _1"\x306B"["\x3085"] @134
+noback context _1"\x306B"["\x3087"] @234
+# Hiragana hye, hya, hyu, hyo.
+noback context _1"\x3072"["\x3047"] @12346
+noback context _1"\x3072"["\x3083"] @136
+noback context _1"\x3072"["\x3085"] @1346
+noback context _1"\x3072"["\x3087"] @2346
+# Hiragana mye, mya, myu, myo.
+noback context _1"\x307F"["\x3047"] @123456
+noback context _1"\x307F"["\x3083"] @1356
+noback context _1"\x307F"["\x3085"] @13456
+noback context _1"\x307F"["\x3087"] @23456
+# Hiragana rye, rya, ryu, ryo.
+noback context _1"\x308A"["\x3047"] @1245
+noback context _1"\x308A"["\x3083"] @15
+noback context _1"\x308A"["\x3085"] @145
+noback context _1"\x308A"["\x3087"] @245
+
+# Hiragana voiced -ye, -ya, -yu, -yo ordered by %JPHIXV class.
+noback context [%JPHIXV]"\x3047" @45
+noback context [%JPHIXV]%JPHIYX @45
+# Hiragana gye, gya, gyu, gyo.
+noback context _1"\x304E"["\x3047"] @1246
+noback context _1"\x304E"["\x3083"] @16
+noback context _1"\x304E"["\x3085"] @146
+noback context _1"\x304E"["\x3087"] @246
+# Hiragana je, ja, ju, jo.
+noback context _1"\x3058"["\x3047"] @12456
+noback context _1"\x3058"["\x3083"] @156
+noback context _1"\x3058"["\x3085"] @1456
+noback context _1"\x3058"["\x3087"] @2456
+# Hiragana dje, dja, dju, djo.
+noback context _1"\x3062"["\x3047"] @12345
+noback context _1"\x3062"["\x3083"] @135
+noback context _1"\x3062"["\x3085"] @1345
+noback context _1"\x3062"["\x3087"] @2345
+# Hiragana bye, bya, byu, byo.
+noback context _1"\x3073"["\x3047"] @12346
+noback context _1"\x3073"["\x3083"] @136
+noback context _1"\x3073"["\x3085"] @1346
+noback context _1"\x3073"["\x3087"] @2346
+
+# Hiragana semi-voiced pya, pyu, pyo.
+noback context ["\x3074"]%JPHIYX @46
+noback context _1"\x3074"["\x3083"] @136
+noback context _1"\x3074"["\x3085"] @1346
+noback context _1"\x3074"["\x3087"] @2346
+
+# Hiragana ye, wa, wi, we, wo.
+noback context ["\x3044"]"\x3047" @4
+noback context _1"\x3044"["\x3047"] @124
+noback context ["\x3046"]"\x3041" @26
+noback context _1"\x3046"["\x3041"] @1
+noback context ["\x3046"]"\x3043" @26
+noback context _1"\x3046"["\x3043"] @12
+noback context ["\x3046"]"\x3047" @26
+noback context _1"\x3046"["\x3047"] @124
+noback context ["\x3046"]"\x3049" @26
+noback context _1"\x3046"["\x3049"] @24
+
+# Hiragana kwa, kwi, kwe, kwo.
+noback context ["\x304F"]"\x3041" @26
+noback context _1"\x304F"["\x3041"] @16
+noback context ["\x304F"]"\x3043" @26
+noback context _1"\x304F"["\x3043"] @126
+noback context ["\x304F"]"\x3047" @26
+noback context _1"\x304F"["\x3047"] @1246
+noback context ["\x304F"]"\x3049" @26
+noback context _1"\x304F"["\x3049"] @246
+
+# Hiragana gwa, gwi, gwe, gwo.
+noback context ["\x3050"]"\x3041" @256
+noback context _1"\x3050"["\x3041"] @16
+noback context ["\x3050"]"\x3043" @256
+noback context _1"\x3050"["\x3043"] @126
+noback context ["\x3050"]"\x3047" @256
+noback context _1"\x3050"["\x3047"] @1246
+noback context ["\x3050"]"\x3049" @256
+noback context _1"\x3050"["\x3049"] @246
+
+# Hiragana su+i, zu+i.
+noback context ["\x3059"]"\x3043" @4
+noback context _1"\x3059"["\x3043"] @1256
+noback context ["\x305A"]"\x3043" @45
+noback context _1"\x305A"["\x3043"] @1256
+
+# Hiragana tswa, tswi, tswe, tswo.
+noback context ["\x3064"]"\x3041" @26
+noback context _1"\x3064"["\x3041"] @135
+noback context ["\x3064"]"\x3043" @26
+noback context _1"\x3064"["\x3043"] @1235
+noback context ["\x3064"]"\x3047" @26
+noback context _1"\x3064"["\x3047"] @12345
+noback context ["\x3064"]"\x3049" @26
+noback context _1"\x3064"["\x3049"] @2345
+
+# Hiragana ti, te+yu, di, de+yu.
+noback context ["\x3066"]"\x3043" @4
+noback context _1"\x3066"["\x3043"] @1235
+noback context ["\x3066"]"\x3085" @46
+noback context _1"\x3066"["\x3085"] @1345
+noback context ["\x3067"]"\x3043" @45
+noback context _1"\x3067"["\x3043"] @1235
+noback context ["\x3067"]"\x3085" @456
+noback context _1"\x3067"["\x3085"] @1345
+
+# Hiragana fa, fi, fe, fo, fu+yu, fu+yo.
+noback context ["\x3075"]"\x3041" @26
+noback context _1"\x3075"["\x3041"] @136
+noback context ["\x3075"]"\x3043" @26
+noback context _1"\x3075"["\x3043"] @1236
+noback context ["\x3075"]"\x3047" @26
+noback context _1"\x3075"["\x3047"] @12346
+noback context ["\x3075"]"\x3049" @26
+noback context _1"\x3075"["\x3049"] @2346
+noback context ["\x3075"]"\x3085" @46
+noback context _1"\x3075"["\x3085"] @346
+noback context ["\x3075"]"\x3087" @46
+noback context _1"\x3075"["\x3087"] @345
+
+# Katakana voice prolonging.
+noback context _1%JPKAXA["\x30A1"] @25
+noback context _1"\x30A3"["\x30A3"] @25
+noback context _1"\x30A4"["\x30A3"] @25
+noback context _1%JPKAXI["\x30A3"] @25
+noback context _1"\x30F8"["\x30A3"] @25
+noback context _1%JPKAXU["\x30A5"] @25
+noback context _1%JPKAXE["\x30A7"] @25
+noback context _1%JPKAXO["\x30A9"] @25
+
+# Katakana unvoiced -ye, -ya, -yu, -yo ordered by %JPKAXI class.
+noback context [%JPKAXI]"\x30A7" @4
+noback context [%JPKAXI]%JPKAYX @4
+# Katakana kye, kya, kyu, kyo.
+noback context _1"\x30AD"["\x30A7"] @1246
+noback context _1"\x30AD"["\x30E3"] @16
+noback context _1"\x30AD"["\x30E5"] @146
+noback context _1"\x30AD"["\x30E7"] @246
+# Katakana she, sha, shu, sho.
+noback context _1"\x30B7"["\x30A7"] @12456
+noback context _1"\x30B7"["\x30E3"] @156
+noback context _1"\x30B7"["\x30E5"] @1456
+noback context _1"\x30B7"["\x30E7"] @2456
+# Katakana che, cha, chu, cho.
+noback context _1"\x30C1"["\x30A7"] @12345
+noback context _1"\x30C1"["\x30E3"] @135
+noback context _1"\x30C1"["\x30E5"] @1345
+noback context _1"\x30C1"["\x30E7"] @2345
+# Katakana nye, nya, nyu, nyo.
+noback context _1"\x30CB"["\x30A7"] @1234
+noback context _1"\x30CB"["\x30E3"] @13
+noback context _1"\x30CB"["\x30E5"] @134
+noback context _1"\x30CB"["\x30E7"] @234
+# Katakana hye, hya, hyu, hyo.
+noback context _1"\x30D2"["\x30A7"] @12346
+noback context _1"\x30D2"["\x30E3"] @136
+noback context _1"\x30D2"["\x30E5"] @1346
+noback context _1"\x30D2"["\x30E7"] @2346
+# Katakana mye, mya, myu, myo.
+noback context _1"\x30DF"["\x30A7"] @123456
+noback context _1"\x30DF"["\x30E3"] @1356
+noback context _1"\x30DF"["\x30E5"] @13456
+noback context _1"\x30DF"["\x30E7"] @23456
+# Katakana rye, rya, ryu, ryo.
+noback context _1"\x30EA"["\x30A7"] @1245
+noback context _1"\x30EA"["\x30E3"] @15
+noback context _1"\x30EA"["\x30E5"] @145
+noback context _1"\x30EA"["\x30E7"] @245
+
+# Katakana voiced -ye, -ya, -yu, -yo ordered by %JPKAXV class.
+noback context [%JPKAXV]"\x30A7" @45
+noback context [%JPKAXV]%JPKAYX @45
+# Katakana gye, gya, gyu, kyo.
+noback context _1"\x30AE"["\x30A7"] @1246
+noback context _1"\x30AE"["\x30E3"] @16
+noback context _1"\x30AE"["\x30E5"] @146
+noback context _1"\x30AE"["\x30E7"] @246
+# Katakana je, ja, ju, jo.
+noback context _1"\x30B8"["\x30A7"] @12456
+noback context _1"\x30B8"["\x30E3"] @156
+noback context _1"\x30B8"["\x30E5"] @1456
+noback context _1"\x30B8"["\x30E7"] @2456
+# Katakana dje, dja, dju, djo.
+noback context _1"\x30C2"["\x30A7"] @12345
+noback context _1"\x30C2"["\x30E3"] @135
+noback context _1"\x30C2"["\x30E5"] @1345
+noback context _1"\x30C2"["\x30E7"] @2345
+# Katakana bye, bya, byu, byo.
+noback context _1"\x30D3"["\x30A7"] @12346
+noback context _1"\x30D3"["\x30E3"] @136
+noback context _1"\x30D3"["\x30E5"] @1346
+noback context _1"\x30D3"["\x30E7"] @2346
+
+# Katakana semi-voiced pya, pyu, pyo.
+noback context ["\x30D4"]%JPKAYX @46
+noback context _1"\x30D4"["\x30E3"] @136
+noback context _1"\x30D4"["\x30E5"] @1346
+noback context _1"\x30D4"["\x30E7"] @2346
+
+# Katakana ye, wa, wi, we, wo.
+noback context ["\x30A4"]"\x30A7" @4
+noback context _1"\x30A4"["\x30A7"] @124
+noback context ["\x30A6"]"\x30A1" @26
+noback context _1"\x30A6"["\x30A1"] @1
+noback context ["\x30A6"]"\x30A3" @26
+noback context _1"\x30A6"["\x30A3"] @12
+noback context ["\x30A6"]"\x30A7" @26
+noback context _1"\x30A6"["\x30A7"] @124
+noback context ["\x30A6"]"\x30A9" @26
+noback context _1"\x30A6"["\x30A9"] @24
+
+# Katakana kwa, kwi, kwe, kwo.
+noback context ["\x30AF"]"\x30A1" @26
+noback context _1"\x30AF"["\x30A1"] @16
+noback context ["\x30AF"]"\x30A3" @26
+noback context _1"\x30AF"["\x30A3"] @126
+noback context ["\x30AF"]"\x30A7" @26
+noback context _1"\x30AF"["\x30A7"] @1246
+noback context ["\x30AF"]"\x30A9" @26
+noback context _1"\x30AF"["\x30A9"] @246
+
+# Katakana gwa, gwi, gwe, gwo.
+noback context ["\x30B0"]"\x30A1" @256
+noback context _1"\x30B0"["\x30A1"] @16
+noback context ["\x30B0"]"\x30A3" @256
+noback context _1"\x30B0"["\x30A3"] @126
+noback context ["\x30B0"]"\x30A7" @256
+noback context _1"\x30B0"["\x30A7"] @1246
+noback context ["\x30B0"]"\x30A9" @256
+noback context _1"\x30B0"["\x30A9"] @246
+
+# Katakana su+i, zu+i.
+noback context ["\x30B9"]"\x30A3" @4
+noback context _1"\x30B9"["\x30A3"] @1256
+noback context ["\x30BA"]"\x30A3" @45
+noback context _1"\x30BA"["\x30A3"] @1256
+
+# Katakana tswa, tswi, tswe, tswo.
+noback context ["\x30C4"]"\x30A1" @26
+noback context _1"\x30C4"["\x30A1"] @135
+noback context ["\x30C4"]"\x30A3" @26
+noback context _1"\x30C4"["\x30A3"] @1235
+noback context ["\x30C4"]"\x30A7" @26
+noback context _1"\x30C4"["\x30A7"] @12345
+noback context ["\x30C4"]"\x30A9" @26
+noback context _1"\x30C4"["\x30A9"] @2345
+
+# Katakana ti, te+yu, di, de+yu.
+noback context ["\x30C6"]"\x30A3" @4
+noback context _1"\x30C6"["\x30A3"] @1235
+noback context ["\x30C6"]"\x30E5" @46
+noback context _1"\x30C6"["\x30E5"] @1345
+noback context ["\x30C7"]"\x30A3" @45
+noback context _1"\x30C7"["\x30A3"] @1235
+noback context ["\x30C7"]"\x30E5" @456
+noback context _1"\x30C7"["\x30E5"] @1345
+
+# Katakana to+u and do+u. Note that this is not implemented in hiragana.
+noback context ["\x30C8"]"\x30A5" @26
+noback context _1"\x30C8"["\x30A5"] @1345
+noback context ["\x30C9"]"\x30A5" @256
+noback context _1"\x30C9"["\x30A5"] @1345
+
+# Katakana fa, fi, fe, fo, fu+yu, fu+yo.
+noback context ["\x30D5"]"\x30A1" @26
+noback context _1"\x30D5"["\x30A1"] @136
+noback context ["\x30D5"]"\x30A3" @26
+noback context _1"\x30D5"["\x30A3"] @1236
+noback context ["\x30D5"]"\x30A7" @26
+noback context _1"\x30D5"["\x30A7"] @12346
+noback context ["\x30D5"]"\x30A9" @26
+noback context _1"\x30D5"["\x30A9"] @2346
+noback context ["\x30D5"]"\x30E5" @46
+noback context _1"\x30D5"["\x30E5"] @346
+noback context ["\x30D5"]"\x30E7" @46
+noback context _1"\x30D5"["\x30E7"] @345
+
+# All vu-related syllables.
+noback context ["\x3094"]"\x3041" @256
+noback context _1"\x3094"["\x3041"] @136
+noback context ["\x3094"]"\x3043" @256
+noback context _1"\x3094"["\x3043"] @1236
+noback context ["\x3094"]"\x3047" @256
+noback context _1"\x3094"["\x3047"] @12346
+noback context ["\x3094"]"\x3049" @256
+noback context _1"\x3094"["\x3049"] @2346
+noback context ["\x3094"]"\x3085" @456
+noback context _1"\x3094"["\x3085"] @346
+noback context ["\x3094"]"\x3087" @456
+noback context _1"\x3094"["\x3087"] @345
+noback context ["\x30F4"]"\x30A1" @256
+noback context _1"\x30F4"["\x30A1"] @136
+noback context ["\x30F4"]"\x30A3" @256
+noback context _1"\x30F4"["\x30A3"] @1236
+noback context ["\x30F4"]"\x30A7" @256
+noback context _1"\x30F4"["\x30A7"] @12346
+noback context ["\x30F4"]"\x30A9" @256
+noback context _1"\x30F4"["\x30A9"] @2346
+noback context ["\x30F4"]"\x30E5" @456
+noback context _1"\x30F4"["\x30E5"] @346
+noback context ["\x30F4"]"\x30E7" @456
+noback context _1"\x30F4"["\x30E7"] @345
+#end Kana rules
+
+#begin Single Han-character patterns
+word \x5014 13-236-2
+word \x5527 13-16-2
+begword \x5B50 125-156-4
+word \x5B50 125-156-4
+word \x636E 13-1256-3
+word \x7947 245-16-2
+#end Single Han-character patterns
+
+#begin Han character rulesnoback correct ["\x6597"]"\x522B\x6C14" "\x9B25"
+noback correct ["\x6597"]"\x522B\x6C14" "\x9B25"
+noback correct _1"\x6597"["\x522B"]"\x6C14" "\x5F46"
+noback correct _1"\x95F9"["\x522B"]"\x626D" "\x5F46"
+noback correct ["\x5EB5"]"\x853C" "\x83F4"
+noback correct _1"\x809D"["\x810F"] "\x81DF"
+noback correct ["\x80AE"]"\x810F" "\x9AAF"
+noback correct _1"\x80BA"["\x810F"] "\x81DF"
+noback correct _1"\x80BE"["\x810F"] "\x81DF"
+noback correct _1"\x80F0"["\x810F"] "\x81DF"
+noback correct _1"\x813E"["\x810F"] "\x81DF"
+noback correct "\x3400" "\x4E18"
+noback correct "\x3402" "\x559C"
+noback correct "\x3404" "\x8DE8"
+noback correct "\x3405" "\x4E94"
+noback correct "\x3421" "\x61E6"
+noback correct "\x3427" "\x7B2C"
+noback correct "\x342B" "\x51F6"
+noback correct "\x342D" "\x5EE9"
+noback correct "\x342E" "\x8944"
+noback correct "\x342F" "\x5EB8"
+noback correct "\x3430" "\x4FE1"
+noback correct "\x3434" "\x6500"
+noback correct "\x3435" "\x5112"
+noback correct "\x3437" "\x508C"
+noback correct "\x3439" "\x4EE1"
+noback correct "\x343A" "\x4E51"
+noback correct "\x343D" "\x5051"
+noback correct "\x3444" "\x4FAE"
+noback correct "\x3445" "\x4F5C"
+noback correct "\x3447" "\x3473"
+noback correct "\x3448" "\x5032"
+noback correct "\x344F" "\x4F47"
+noback correct "\x3451" "\x5592"
+noback correct "\x3454" "\x346F"
+noback correct "\x3464" "\x5A8C"
+noback correct "\x3467" "\x60B8"
+noback correct "\x3469" "\x5138"
+noback correct "\x346A" "\x5115"
+noback correct "\x3474" "\x4FB5"
+noback correct "\x3477" "\x614B"
+noback correct "\x3479" "\x6703"
+noback correct "\x347A" "\x4FCA"
+noback correct "\x347D" "\x508F"
+noback correct "\x3486" "\x6B59"
+noback correct "\x3487" "\x61AE"
+noback correct "\x348B" "\x5EDD"
+noback correct "\x348C" "\x7162"
+noback correct "\x348D" "\x513D"
+noback correct "\x3496" "\x85D5"
+noback correct "\x3497" "\x5113"
+noback correct "\x349E" "\x4FCA"
+noback correct "\x34A7" "\x5137"
+noback correct "\x34A8" "\x50CA"
+noback correct "\x34AB" "\x65E1"
+noback correct "\x34AD" "\x6606"
+noback correct "\x34AF" "\x71C1"
+noback correct "\x34B0" "\x5168"
+noback correct "\x34B2" "\x8CA1"
+noback correct "\x34B5" "\x8C8C"
+noback correct "\x34B7" "\x8208"
+noback correct "\x34B9" "\x985B"
+noback correct "\x34BA" "\x7F54"
+noback correct "\x34C2" "\x5BC7"
+noback correct "\x34C6" "\x51D4"
+noback correct "\x34C7" "\x6C83"
+noback correct "\x34D5" "\x6EC5"
+noback correct "\x34D7" "\x6F54"
+noback correct "\x34DC" "\x5E7C"
+noback correct "\x34E5" "\x528F"
+noback correct "\x34E8" "\x523A"
+noback correct "\x34EA" "\x6717"
+noback correct "\x34EF" "\x5299"
+noback correct "\x34F0" "\x5283"
+noback correct "\x34F6" "\x9365"
+noback correct "\x34F7" "\x5293"
+noback correct "\x3509" "\x65B8"
+noback correct "\x3518" "\x9EDC"
+noback correct "\x351A" "\x52B6"
+noback correct "\x351C" "\x52C3"
+noback correct "\x352C" "\x5353"
+noback correct "\x352D" "\x5319"
+noback correct "\x3532" "\x7C0B"
+noback correct "\x353B" "\x4E15"
+noback correct "\x3541" "\x537B"
+noback correct "\x354D" "\x5806"
+noback correct "\x354F" "\x5EDA"
+noback correct "\x3551" "\x5EDA"
+noback correct "\x3553" "\x5EDB"
+noback correct "\x3555" "\x5E7B"
+noback correct "\x3556" "\x7D20"
+noback correct "\x3558" "\x53C3"
+noback correct "\x3560" "\x96D9"
+noback correct "\x3565" "\x4EE5"
+noback correct "\x3584" "\x558C"
+noback correct "\x3596" "\x3595"
+noback correct "\x359E" "\x558E"
+noback correct "\x35A0" "\x54EA"
+noback correct "\x35B8" "\x5671"
+noback correct "\x35D0" "\x55D1"
+noback correct "\x35E4" "\x5601"
+noback correct "\x35F3" "\x55D2"
+noback correct "\x35F7" "\x3614"
+noback correct "\x360E" "\x361A"
+noback correct "\x3625" "\x56EE"
+noback correct "\x362D" "\x5773"
+noback correct "\x362F" "\x5834"
+noback correct "\x3633" "\x4E18"
+noback correct "\x3637" "\x827E"
+noback correct "\x3639" "\x5790"
+noback correct "\x363A" "\x57A1"
+noback correct "\x363B" "\x5794"
+noback correct "\x3644" "\x965B"
+noback correct "\x3672" "\x58C5"
+noback correct "\x367C" "\x58D8"
+noback correct "\x3684" "\x7590"
+noback correct "\x368C" "\x5925"
+noback correct "\x368E" "\x53BB"
+noback correct "\x368F" "\x5930"
+noback correct "\x3690" "\x5957"
+noback correct "\x369F" "\x3C8B"
+noback correct "\x36A3" "\x59E3"
+noback correct "\x36A6" "\x59EC"
+noback correct "\x36A9" "\x59CC"
+noback correct "\x36AE" "\x5A85"
+noback correct "\x36AF" "\x3704"
+noback correct "\x36B3" "\x59BF"
+noback correct "\x36D0" "\x5AC2"
+noback correct "\x36E0" "\x5AFB"
+noback correct "\x36E3" "\x5998"
+noback correct "\x36E4" "\x5B4B"
+noback correct "\x36E9" "\x59AF"
+noback correct "\x36EE" "\x5AC2"
+noback correct "\x36F0" "\x5A5A"
+noback correct "\x36F2" "\x9AEE"
+noback correct "\x36FD" "\x59CD"
+noback correct "\x370F" "\x5998"
+noback correct "\x3711" "\x5A46"
+noback correct "\x3732" "\x5B34"
+noback correct "\x373B" "\x5B4C"
+noback correct "\x373D" "\x5B50"
+noback correct "\x3740" "\x597D"
+noback correct "\x3743" "\x5A29"
+noback correct "\x3744" "\x7D14"
+noback correct "\x3747" "\x9D89"
+noback correct "\x3748" "\x5B7F"
+noback correct "\x374A" "\x5B88"
+noback correct "\x374D" "\x5BEB"
+noback correct "\x3750" "\x5BB9"
+noback correct "\x3752" "\x5C45"
+noback correct "\x3755" "\x5BE7"
+noback correct "\x3756" "\x5B9C"
+noback correct "\x3759" "\x5BC5"
+noback correct "\x375B" "\x5BBF"
+noback correct "\x3760" "\x51A5"
+noback correct "\x3761" "\x6700"
+noback correct "\x3776" "\x3775"
+noback correct "\x3777" "\x5C0B"
+noback correct "\x3790" "\x5C45"
+noback correct "\x37A0" "\x5C6A"
+noback correct "\x37A1" "\x5C55"
+noback correct "\x37A2" "\x4E4B"
+noback correct "\x37A3" "\x82AC"
+noback correct "\x37A7" "\x6703"
+noback correct "\x37AB" "\x8D70"
+noback correct "\x37AF" "\x5C7A"
+noback correct "\x37B6" "\x5CB7"
+noback correct "\x37B9" "\x5CA2"
+noback correct "\x37BF" "\x5C90"
+noback correct "\x37C1" "\x5CB8"
+noback correct "\x37D2" "\x5CEE"
+noback correct "\x37D4" "\x37CF"
+noback correct "\x37DD" "\x57F9"
+noback correct "\x37E0" "\x5CA1"
+noback correct "\x37E5" "\x5D7E"
+noback correct "\x37E7" "\x5D3F"
+noback correct "\x37E9" "\x5CB7"
+noback correct "\x37F2" "\x37F6"
+noback correct "\x37F4" "\x5D6C"
+noback correct "\x37F5" "\x5CA1"
+noback correct "\x37FA" "\x5D81"
+noback correct "\x3800" "\x5CF6"
+noback correct "\x3801" "\x5D7E"
+noback correct "\x3802" "\x5D85"
+noback correct "\x3810" "\x5DA0"
+noback correct "\x3812" "\x37FD"
+noback correct "\x3816" "\x5DAC"
+noback correct "\x3817" "\x5DB4"
+noback correct "\x3818" "\x5DBC"
+noback correct "\x3829" "\x5DDF"
+noback correct "\x382E" "\x809B"
+noback correct "\x382F" "\x4EE5"
+noback correct "\x3836" "\x5E06"
+noback correct "\x3838" "\x886D"
+noback correct "\x383B" "\x5E0C"
+noback correct "\x384C" "\x5E3D"
+noback correct "\x384E" "\x5E53"
+noback correct "\x3886" "\x5EDB"
+noback correct "\x3898" "\x5EC9"
+noback correct "\x38A7" "\x5377"
+noback correct "\x38AE" "\x5F1B"
+noback correct "\x38B2" "\x5DFD"
+noback correct "\x38CA" "\x4FEE"
+noback correct "\x38E6" "\x9036"
+noback correct "\x38F2" "\x5FAE"
+noback correct "\x3901" "\x5FDD"
+noback correct "\x3905" "\x611B"
+noback correct "\x3907" "\x61CA"
+noback correct "\x390A" "\x6054"
+noback correct "\x3913" "\x7B28"
+noback correct "\x3918" "\x396E"
+noback correct "\x3919" "\x6069"
+noback correct "\x391B" "\x6041"
+noback correct "\x3920" "\x3921"
+noback correct "\x3924" "\x395A"
+noback correct "\x3929" "\x606A"
+noback correct "\x392A" "\x6028"
+noback correct "\x392D" "\x618D"
+noback correct "\x3930" "\x600D"
+noback correct "\x393A" "\x614C"
+noback correct "\x393D" "\x61E4"
+noback correct "\x3943" "\x60B6"
+noback correct "\x394D" "\x60CE"
+noback correct "\x3950" "\x6028"
+noback correct "\x395E" "\x9083"
+noback correct "\x3966" "\x611C"
+noback correct "\x3967" "\x9806"
+noback correct "\x396A" "\x617A"
+noback correct "\x396B" "\x60C7"
+noback correct "\x3971" "\x60B1"
+noback correct "\x397A" "\x7186"
+noback correct "\x397F" "\x50B2"
+noback correct "\x3994" "\x53AD"
+noback correct "\x39A4" "\x61FF"
+noback correct "\x39A8" "\x5B3E"
+noback correct "\x39AE" "\x9322"
+noback correct "\x39AF" "\x6216"
+noback correct "\x39B2" "\x54C9"
+noback correct "\x39BD" "\x622B"
+noback correct "\x39BE" "\x6245"
+noback correct "\x39CF" "\x6386"
+noback correct "\x39D0" "\x3A73"
+noback correct "\x39D1" "\x649D"
+noback correct "\x39DB" "\x6394"
+noback correct "\x39DF" "\x64D3"
+noback correct "\x39F0" "\x64FD"
+noback correct "\x39F1" "\x62FF"
+noback correct "\x39FC" "\x4FF5"
+noback correct "\x3A00" "\x62A6"
+noback correct "\x3A07" "\x642B"
+noback correct "\x3A08" "\x64E0"
+noback correct "\x3A09" "\x636A"
+noback correct "\x3A17" "\x6377"
+noback correct "\x3A23" "\x64C1"
+noback correct "\x3A24" "\x64D3"
+noback correct "\x3A28" "\x62BD"
+noback correct "\x3A2F" "\x64F4"
+noback correct "\x3A32" "\x3A4D"
+noback correct "\x3A3D" "\x526F"
+noback correct "\x3A3F" "\x64DA"
+noback correct "\x3A57" "\x651C"
+noback correct "\x3A59" "\x585E"
+noback correct "\x3A5E" "\x3A4D"
+noback correct "\x3A66" "\x651C"
+noback correct "\x3A6D" "\x652A"
+noback correct "\x3A78" "\x3A79"
+noback correct "\x3A85" "\x66F4"
+noback correct "\x3A89" "\x6546"
+noback correct "\x3A8D" "\x52C3"
+noback correct "\x3A98" "\x6582"
+noback correct "\x3A99" "\x6564"
+noback correct "\x3A9A" "\x6563"
+noback correct "\x3A9F" "\x6566"
+noback correct "\x3AA3" "\x6572"
+noback correct "\x3AAB" "\x53E1"
+noback correct "\x3AAF" "\x8209"
+noback correct "\x3ABF" "\x6298"
+noback correct "\x3AC5" "\x65D7"
+noback correct "\x3AE7" "\x66B4"
+noback correct "\x3AFA" "\x6614"
+noback correct "\x3AFC" "\x6662"
+noback correct "\x3B04" "\x3AF1"
+noback correct "\x3B05" "\x66FC"
+noback correct "\x3B09" "\x6696"
+noback correct "\x3B0D" "\x66DD"
+noback correct "\x3B1E" "\x668D"
+noback correct "\x3B1F" "\x6706"
+noback correct "\x3B21" "\x6624"
+noback correct "\x3B25" "\x66B4"
+noback correct "\x3B27" "\x66B4"
+noback correct "\x3B2A" "\x758A"
+noback correct "\x3B30" "\x81FE"
+noback correct "\x3B4E" "\x68E1"
+noback correct "\x3B4F" "\x6932"
+noback correct "\x3B64" "\x6A22"
+noback correct "\x3B68" "\x6930"
+noback correct "\x3B6E" "\x62F6"
+noback correct "\x3B71" "\x5323"
+noback correct "\x3B74" "\x6A2B"
+noback correct "\x3B84" "\x699C"
+noback correct "\x3B86" "\x6AF1"
+noback correct "\x3B8B" "\x682F"
+noback correct "\x3BAE" "\x6854"
+noback correct "\x3BD6" "\x3B59"
+noback correct "\x3BDC" "\x690A"
+noback correct "\x3BE6" "\x68CB"
+noback correct "\x3BED" "\x6AD3"
+noback correct "\x3C10" "\x6A62"
+noback correct "\x3C19" "\x6A60"
+noback correct "\x3C38" "\x6582"
+noback correct "\x3C40" "\x6B3C"
+noback correct "\x3C43" "\x98F2"
+noback correct "\x3C52" "\x8A36"
+noback correct "\x3C54" "\x4E9B"
+noback correct "\x3C55" "\x6B78"
+noback correct "\x3C6A" "\x6B99"
+noback correct "\x3C6D" "\x6BC8"
+noback correct "\x3C6E" "\x6BA8"
+noback correct "\x3C8E" "\x6C00"
+noback correct "\x3C9C" "\x6BEF"
+noback correct "\x3CA0" "\x6C02"
+noback correct "\x3CAD" "\x6BEF"
+noback correct "\x3CB1" "\x9B23"
+noback correct "\x3CB6" "\x6C2F"
+noback correct "\x3CBB" "\x6EBA"
+noback correct "\x3CBE" "\x96E8"
+noback correct "\x3CBF" "\x7007"
+noback correct "\x3CC2" "\x6CBF"
+noback correct "\x3CC5" "\x6D41"
+noback correct "\x3CC7" "\x52D9"
+noback correct "\x3CD2" "\x6CD5"
+noback correct "\x3CD5" "\x7061"
+noback correct "\x3CD9" "\x6D93"
+noback correct "\x3CDD" "\x6D2D"
+noback correct "\x3CE0" "\x6FBE"
+noback correct "\x3CE1" "\x6FC4"
+noback correct "\x3CE4" "\x6DD1"
+noback correct "\x3CEC" "\x6F29"
+noback correct "\x3CED" "\x6D8E"
+noback correct "\x3CEE" "\x5C3F"
+noback correct "\x3CFD" "\x7030"
+noback correct "\x3D06" "\x6D78"
+noback correct "\x3D09" "\x6FDF"
+noback correct "\x3D1C" "\x904D"
+noback correct "\x3D31" "\x6DF1"
+noback correct "\x3D34" "\x6E5B"
+noback correct "\x3D53" "\x6E5C"
+noback correct "\x3D66" "\x7021"
+noback correct "\x3D71" "\x6F02"
+noback correct "\x3D78" "\x7039"
+noback correct "\x3D85" "\x6FA9"
+noback correct "\x3D89" "\x9E02"
+noback correct "\x3D8E" "\x6FB4"
+noback correct "\x3D8F" "\x6FE6"
+noback correct "\x3D9A" "\x705E"
+noback correct "\x3DA1" "\x706B"
+noback correct "\x3DA5" "\x3DA3"
+noback correct "\x3DAA" "\x708B"
+noback correct "\x3DAB" "\x71CE"
+noback correct "\x3DB3" "\x71FC"
+noback correct "\x3DB5" "\x98EA"
+noback correct "\x3DB6" "\x71F6"
+noback correct "\x3DBB" "\x70FD"
+noback correct "\x3DBD" "\x7171"
+noback correct "\x3DC0" "\x7162"
+noback correct "\x3DCE" "\x668D"
+noback correct "\x3DD1" "\x7159"
+noback correct "\x3DE0" "\x71D0"
+noback correct "\x3DF6" "\x714F"
+noback correct "\x3DF8" "\x71C1"
+noback correct "\x3DFB" "\x7121"
+noback correct "\x3DFC" "\x71D5"
+noback correct "\x3E02" "\x71E7"
+noback correct "\x3E23" "\x696D"
+noback correct "\x3E27" "\x9F66"
+noback correct "\x3E40" "\x7278"
+noback correct "\x3E5A" "\x3E59"
+noback correct "\x3E60" "\x8C5A"
+noback correct "\x3E61" "\x72F7"
+noback correct "\x3E64" "\x602F"
+noback correct "\x3E78" "\x8C8C"
+noback correct "\x3E83" "\x72D7"
+noback correct "\x3E85" "\x7334"
+noback correct "\x3E8D" "\x7335"
+noback correct "\x3E9A" "\x737A"
+noback correct "\x3EAA" "\x749E"
+noback correct "\x3EBA" "\x7441"
+noback correct "\x3EC5" "\x74AF"
+noback correct "\x3ECA" "\x748A"
+noback correct "\x3ECE" "\x745F"
+noback correct "\x3ECF" "\x73B2"
+noback correct "\x3EEA" "\x3EFD"
+noback correct "\x3F07" "\x74D7"
+noback correct "\x3F0E" "\x74DD"
+noback correct "\x3F1D" "\x7897"
+noback correct "\x3F3C" "\x74E2"
+noback correct "\x3F5E" "\x7559"
+noback correct "\x3F6E" "\x661F"
+noback correct "\x3F6F" "\x7566"
+noback correct "\x3F72" "\x3F71"
+noback correct "\x3F7B" "\x75A7"
+noback correct "\x3F8C" "\x766C"
+noback correct "\x3FC0" "\x764D"
+noback correct "\x3FC5" "\x766C"
+noback correct "\x3FD7" "\x3FC9"
+noback correct "\x3FDC" "\x765F"
+noback correct "\x3FE2" "\x8000"
+noback correct "\x3FE8" "\x76AA"
+noback correct "\x3FF2" "\x6B39"
+noback correct "\x400B" "\x9E7D"
+noback correct "\x400F" "\x7734"
+noback correct "\x401C" "\x401B"
+noback correct "\x4025" "\x407B"
+noback correct "\x4049" "\x4048"
+noback correct "\x4056" "\x779C"
+noback correct "\x405E" "\x7701"
+noback correct "\x4096" "\x77F3"
+noback correct "\x409E" "\x67D8"
+noback correct "\x40A1" "\x7825"
+noback correct "\x40A7" "\x40A6"
+noback correct "\x40B5" "\x78BD"
+noback correct "\x40C5" "\x78FE"
+noback correct "\x40CD" "\x589C"
+noback correct "\x40EC" "\x78C8"
+noback correct "\x40EF" "\x792B"
+noback correct "\x40F1" "\x40F8"
+noback correct "\x40FA" "\x78E8"
+noback correct "\x4100" "\x798D"
+noback correct "\x4103" "\x6B83"
+noback correct "\x4120" "\x79AA"
+noback correct "\x4122" "\x9F4A"
+noback correct "\x4149" "\x7A0F"
+noback correct "\x4157" "\x4151"
+noback correct "\x415F" "\x7A47"
+noback correct "\x4160" "\x7A0A"
+noback correct "\x4168" "\x9999"
+noback correct "\x416B" "\x7A24"
+noback correct "\x4182" "\x7A34"
+noback correct "\x41AE" "\x6D78"
+noback correct "\x41B3" "\x9083"
+noback correct "\x41BB" "\x7AC5"
+noback correct "\x41C3" "\x4FDF"
+noback correct "\x41C7" "\x6C13"
+noback correct "\x41DA" "\x6534"
+noback correct "\x41E5" "\x7B2E"
+noback correct "\x41F1" "\x7B1D"
+noback correct "\x41F2" "\x7B74"
+noback correct "\x41F3" "\x7B8B"
+noback correct "\x41FA" "\x8C46"
+noback correct "\x421A" "\x7B88"
+noback correct "\x4239" "\x7C54"
+noback correct "\x4264" "\x7C54"
+noback correct "\x4275" "\x994C"
+noback correct "\x4289" "\x7CDD"
+noback correct "\x42BF" "\x886D"
+noback correct "\x42C4" "\x7DB2"
+noback correct "\x42C7" "\x7E79"
+noback correct "\x42D5" "\x7D1D"
+noback correct "\x42D8" "\x7E0B"
+noback correct "\x42DC" "\x7DAE"
+noback correct "\x42DE" "\x7DB2"
+noback correct "\x42E3" "\x7E41"
+noback correct "\x42EE" "\x7D1F"
+noback correct "\x42EF" "\x7DAE"
+noback correct "\x42F2" "\x7E69"
+noback correct "\x42F3" "\x8919"
+noback correct "\x42FA" "\x7DE7"
+noback correct "\x4307" "\x7D22"
+noback correct "\x430A" "\x7E47"
+noback correct "\x4313" "\x7E41"
+noback correct "\x431B" "\x7E47"
+noback correct "\x4327" "\x7D2C"
+noback correct "\x4336" "\x42B7"
+noback correct "\x4337" "\x7D2C"
+noback correct "\x4338" "\x7E33"
+noback correct "\x4339" "\x7D45"
+noback correct "\x433A" "\x42D9"
+noback correct "\x433B" "\x42DA"
+noback correct "\x433C" "\x7D90"
+noback correct "\x433D" "\x7DB5"
+noback correct "\x433E" "\x42FB"
+noback correct "\x433F" "\x42F9"
+noback correct "\x4340" "\x7E7F"
+noback correct "\x4341" "\x7E78"
+noback correct "\x4348" "\x7F3E"
+noback correct "\x434B" "\x7500"
+noback correct "\x434C" "\x74FF"
+noback correct "\x4350" "\x7F55"
+noback correct "\x4351" "\x7F55"
+noback correct "\x4360" "\x4366"
+noback correct "\x4369" "\x990A"
+noback correct "\x439B" "\x3588"
+noback correct "\x439D" "\x7FE5"
+noback correct "\x43AB" "\x582B"
+noback correct "\x43AC" "\x43B1"
+noback correct "\x43B9" "\x805E"
+noback correct "\x43D1" "\x7099"
+noback correct "\x43DD" "\x819E"
+noback correct "\x43EB" "\x8119"
+noback correct "\x43EF" "\x75E3"
+noback correct "\x43FC" "\x3C5A"
+noback correct "\x440C" "\x8146"
+noback correct "\x442A" "\x81C7"
+noback correct "\x4452" "\x52C1"
+noback correct "\x445B" "\x8210"
+noback correct "\x4468" "\x8235"
+noback correct "\x446A" "\x4465"
+noback correct "\x4475" "\x8252"
+noback correct "\x4482" "\x69F3"
+noback correct "\x4483" "\x9020"
+noback correct "\x4499" "\x85CF"
+noback correct "\x44AC" "\x83AB"
+noback correct "\x44AE" "\x82C0"
+noback correct "\x44B6" "\x5929"
+noback correct "\x44BD" "\x83F5"
+noback correct "\x44C1" "\x7B49"
+noback correct "\x44C5" "\x82B9"
+noback correct "\x44D2" "\x84AF"
+noback correct "\x44D3" "\x85B5"
+noback correct "\x44D5" "\x85B3"
+noback correct "\x44D6" "\x85ED"
+noback correct "\x44D7" "\x8525"
+noback correct "\x44E6" "\x5178"
+noback correct "\x44E8" "\x7F43"
+noback correct "\x44F0" "\x8335"
+noback correct "\x44FB" "\x853B"
+noback correct "\x44FF" "\x83E1"
+noback correct "\x4506" "\x85B6"
+noback correct "\x450B" "\x838E"
+noback correct "\x4522" "\x83EF"
+noback correct "\x4524" "\x8469"
+noback correct "\x4525" "\x856D"
+noback correct "\x452B" "\x852C"
+noback correct "\x4535" "\x844C"
+noback correct "\x4551" "\x8470"
+noback correct "\x4565" "\x82E8"
+noback correct "\x459D" "\x87F2"
+noback correct "\x459F" "\x867B"
+noback correct "\x45A3" "\x86A4"
+noback correct "\x45A4" "\x873F"
+noback correct "\x45AB" "\x868C"
+noback correct "\x45AE" "\x8801"
+noback correct "\x45B8" "\x86FE"
+noback correct "\x45CD" "\x8821"
+noback correct "\x45D5" "\x873F"
+noback correct "\x45D6" "\x87AE"
+noback correct "\x45DD" "\x8836"
+noback correct "\x45DE" "\x8836"
+noback correct "\x45E2" "\x86A4"
+noback correct "\x45EA" "\x87C5"
+noback correct "\x45EB" "\x87C6"
+noback correct "\x45EC" "\x8702"
+noback correct "\x45FB" "\x881E"
+noback correct "\x4609" "\x8836"
+noback correct "\x460D" "\x8806"
+noback correct "\x460F" "\x5379"
+noback correct "\x4610" "\x8844"
+noback correct "\x4611" "\x8108"
+noback correct "\x4612" "\x8127"
+noback correct "\x4614" "\x5580"
+noback correct "\x4619" "\x885B"
+noback correct "\x461A" "\x5352"
+noback correct "\x4620" "\x889A"
+noback correct "\x462B" "\x88BD"
+noback correct "\x462E" "\x55AA"
+noback correct "\x4631" "\x88D5"
+noback correct "\x4640" "\x7E43"
+noback correct "\x4642" "\x5E52"
+noback correct "\x464C" "\x4661"
+noback correct "\x4651" "\x7E17"
+noback correct "\x4653" "\x896C"
+noback correct "\x4656" "\x7E43"
+noback correct "\x4657" "\x8905"
+noback correct "\x465A" "\x892D"
+noback correct "\x465B" "\x889E"
+noback correct "\x465D" "\x893B"
+noback correct "\x4667" "\x7E81"
+noback correct "\x466A" "\x897B"
+noback correct "\x466F" "\x4658"
+noback correct "\x4676" "\x91B2"
+noback correct "\x46BE" "\x46D8"
+noback correct "\x46C2" "\x8A83"
+noback correct "\x46D0" "\x8A5E"
+noback correct "\x46D5" "\x8ADB"
+noback correct "\x46D6" "\x8A4D"
+noback correct "\x46E1" "\x8A71"
+noback correct "\x46E7" "\x8B0E"
+noback correct "\x46F8" "\x8A40"
+noback correct "\x4701" "\x8B11"
+noback correct "\x4704" "\x8B18"
+noback correct "\x470A" "\x5608"
+noback correct "\x4710" "\x470F"
+noback correct "\x4714" "\x470F"
+noback correct "\x4716" "\x8B5A"
+noback correct "\x4718" "\x8B66"
+noback correct "\x471B" "\x8B92"
+noback correct "\x471F" "\x8B96"
+noback correct "\x4723" "\x8A22"
+noback correct "\x4724" "\x9FC1"
+noback correct "\x4725" "\x8A95"
+noback correct "\x4727" "\x4700"
+noback correct "\x4729" "\x8B8C"
+noback correct "\x4735" "\x8C49"
+noback correct "\x4739" "\x9165"
+noback correct "\x473B" "\x8C49"
+noback correct "\x4753" "\x9B23"
+noback correct "\x4754" "\x737E"
+noback correct "\x4758" "\x6BC5"
+noback correct "\x4759" "\x8C99"
+noback correct "\x475D" "\x7317"
+noback correct "\x4761" "\x734C"
+noback correct "\x4762" "\x734C"
+noback correct "\x4764" "\x7360"
+noback correct "\x4768" "\x8CE2"
+noback correct "\x476F" "\x8CA4"
+noback correct "\x477A" "\x8CAB"
+noback correct "\x4784" "\x4FF5"
+noback correct "\x4789" "\x8CF8"
+noback correct "\x478B" "\x56AB"
+noback correct "\x478D" "\x477C"
+noback correct "\x4790" "\x8CF0"
+noback correct "\x47A8" "\x8DEC"
+noback correct "\x47BC" "\x7AC4"
+noback correct "\x47D6" "\x8DBE"
+noback correct "\x47DA" "\x8E11"
+noback correct "\x47E5" "\x9AF3"
+noback correct "\x4802" "\x695A"
+noback correct "\x4825" "\x8E69"
+noback correct "\x482E" "\x9A30"
+noback correct "\x4831" "\x8E85"
+noback correct "\x4836" "\x5C04"
+noback correct "\x4848" "\x8F03"
+noback correct "\x484E" "\x8F64"
+noback correct "\x4852" "\x4858"
+noback correct "\x4856" "\x8F15"
+noback correct "\x487A" "\x8ECE"
+noback correct "\x487B" "\x4851"
+noback correct "\x487C" "\x8EE8"
+noback correct "\x4884" "\x67B2"
+noback correct "\x4889" "\x8FB2"
+noback correct "\x489E" "\x8FF0"
+noback correct "\x48A8" "\x5F9E"
+noback correct "\x48AF" "\x9074"
+noback correct "\x48B7" "\x90A3"
+noback correct "\x48C8" "\x5DF7"
+noback correct "\x48CC" "\x90B8"
+noback correct "\x48D1" "\x5EDB"
+noback correct "\x48E8" "\x9187"
+noback correct "\x48E9" "\x9187"
+noback correct "\x48F4" "\x9157"
+noback correct "\x4926" "\x925E"
+noback correct "\x4938" "\x93E6"
+noback correct "\x4945" "\x7434"
+noback correct "\x4946" "\x7434"
+noback correct "\x4956" "\x923F"
+noback correct "\x4958" "\x932F"
+noback correct "\x4963" "\x947F"
+noback correct "\x4965" "\x938C"
+noback correct "\x496B" "\x9435"
+noback correct "\x496C" "\x946E"
+noback correct "\x497A" "\x91FE"
+noback correct "\x497D" "\x93FA"
+noback correct "\x497E" "\x4971"
+noback correct "\x4982" "\x4947"
+noback correct "\x4983" "\x942F"
+noback correct "\x4985" "\x9425"
+noback correct "\x4986" "\x9481"
+noback correct "\x4995" "\x959B"
+noback correct "\x4997" "\x4F90"
+noback correct "\x499C" "\x90DA"
+noback correct "\x499E" "\x958F"
+noback correct "\x49A6" "\x7434"
+noback correct "\x49A7" "\x9B29"
+noback correct "\x49A8" "\x95CC"
+noback correct "\x49B0" "\x9B2E"
+noback correct "\x49B6" "\x499B"
+noback correct "\x49B7" "\x499F"
+noback correct "\x49BD" "\x5E8F"
+noback correct "\x49C0" "\x90ED"
+noback correct "\x49CD" "\x9699"
+noback correct "\x49CF" "\x964D"
+noback correct "\x49DC" "\x5858"
+noback correct "\x49E0" "\x911F"
+noback correct "\x49E6" "\x912C"
+noback correct "\x49F2" "\x9CF1"
+noback correct "\x49F3" "\x96CC"
+noback correct "\x49F5" "\x9D06"
+noback correct "\x49F9" "\x9DF9"
+noback correct "\x49FA" "\x96C4"
+noback correct "\x49FB" "\x9D3F"
+noback correct "\x49FC" "\x9D60"
+noback correct "\x49FF" "\x9D72"
+noback correct "\x4A06" "\x9DE9"
+noback correct "\x4A07" "\x96D9"
+noback correct "\x4A09" "\x9E1A"
+noback correct "\x4A0C" "\x96F9"
+noback correct "\x4A0E" "\x9710"
+noback correct "\x4A13" "\x96F7"
+noback correct "\x4A14" "\x96F9"
+noback correct "\x4A16" "\x973D"
+noback correct "\x4A18" "\x9730"
+noback correct "\x4A19" "\x972A"
+noback correct "\x4A20" "\x9744"
+noback correct "\x4A27" "\x9712"
+noback correct "\x4A2A" "\x973E"
+noback correct "\x4A2B" "\x9722"
+noback correct "\x4A2E" "\x96EA"
+noback correct "\x4A37" "\x9730"
+noback correct "\x4A44" "\x9766"
+noback correct "\x4A5D" "\x9784"
+noback correct "\x4A6B" "\x7DC9"
+noback correct "\x4A7F" "\x9F16"
+noback correct "\x4A84" "\x714C"
+noback correct "\x4ADD" "\x99A5"
+noback correct "\x4AF1" "\x986C"
+noback correct "\x4B03" "\x98AF"
+noback correct "\x4B1C" "\x9B51"
+noback correct "\x4B29" "\x9F4B"
+noback correct "\x4B2E" "\x98F4"
+noback correct "\x4B3B" "\x991E"
+noback correct "\x4B4B" "\x98FD"
+noback correct "\x4B4C" "\x992C"
+noback correct "\x4B65" "\x4B50"
+noback correct "\x4B69" "\x4B67"
+noback correct "\x4B6B" "\x7A3D"
+noback correct "\x4B6C" "\x7A3D"
+noback correct "\x4B6F" "\x999E"
+noback correct "\x4B76" "\x9A0F"
+noback correct "\x4B7C" "\x9A0F"
+noback correct "\x4B7D" "\x7FA4"
+noback correct "\x4B7E" "\x99B1"
+noback correct "\x4B81" "\x99E2"
+noback correct "\x4B83" "\x9A45"
+noback correct "\x4B86" "\x99D3"
+noback correct "\x4B87" "\x9A48"
+noback correct "\x4B88" "\x99B3"
+noback correct "\x4B8D" "\x892D"
+noback correct "\x4B90" "\x99C9"
+noback correct "\x4B9B" "\x99D9"
+noback correct "\x4BAF" "\x9A41"
+noback correct "\x4BB2" "\x9A1C"
+noback correct "\x4BB6" "\x9A6B"
+noback correct "\x4BBB" "\x7982"
+noback correct "\x4BBC" "\x9A4E"
+noback correct "\x4BBD" "\x9463"
+noback correct "\x4BBF" "\x8E47"
+noback correct "\x4BC1" "\x9A3E"
+noback correct "\x4BC4" "\x9A27"
+noback correct "\x4BC5" "\x4BC0"
+noback correct "\x4BD0" "\x9AB8"
+noback correct "\x4BDD" "\x9AD3"
+noback correct "\x4BEC" "\x56B2"
+noback correct "\x4BFA" "\x9AFA"
+noback correct "\x4C17" "\x9B2E"
+noback correct "\x4C1D" "\x7511"
+noback correct "\x4C1F" "\x9B42"
+noback correct "\x4C7D" "\x9BE7"
+noback correct "\x4C84" "\x9C35"
+noback correct "\x4C8D" "\x9C27"
+noback correct "\x4C8E" "\x9BD8"
+noback correct "\x4C94" "\x9BE8"
+noback correct "\x4C9D" "\x9BE7"
+noback correct "\x4C9F" "\x9BA3"
+noback correct "\x4CA0" "\x9C06"
+noback correct "\x4CA1" "\x9C0C"
+noback correct "\x4CA2" "\x9C27"
+noback correct "\x4CA3" "\x4C77"
+noback correct "\x4CA4" "\x9FD0"
+noback correct "\x4CB7" "\x689F"
+noback correct "\x4CD8" "\x9D5D"
+noback correct "\x4CFD" "\x9DB4"
+noback correct "\x4D0F" "\x71D5"
+noback correct "\x4D13" "\x9CFE"
+noback correct "\x4D14" "\x9D41"
+noback correct "\x4D15" "\x9D37"
+noback correct "\x4D16" "\x9D84"
+noback correct "\x4D17" "\x9DAA"
+noback correct "\x4D18" "\x9DC8"
+noback correct "\x4D19" "\x9DFF"
+noback correct "\x4D21" "\x9E97"
+noback correct "\x4D38" "\x9EA9"
+noback correct "\x4D44" "\x9EB7"
+noback correct "\x4D45" "\x71AC"
+noback correct "\x4DA7" "\x54AC"
+noback correct "\x4DAE" "\x9F91"
+noback correct "\x4DB5" "\x7BEA"
+noback correct "\x4E04" "\x4E0A"
+noback correct "\x4E05" "\x4E0B"
+noback correct "\x4E0E" "\x8207"
+noback correct "\x4E12" "\x4E11"
+noback correct "\x4E13" "\x5C08"
+noback correct "\x4E17" "\x4E16"
+noback correct "\x4E1A" "\x696D"
+noback correct "\x4E1B" "\x53E2"
+noback correct "\x4E1C" "\x6771"
+noback correct "\x4E1D" "\x7D72"
+noback correct "\x4E20" "\x4E18"
+noback correct "\x4E21" "\x5169"
+noback correct "\x4E22" "\x4E1F"
+noback correct "\x4E24" "\x5169"
+noback correct "\x4E25" "\x56B4"
+noback correct "\x4E27" "\x55AA"
+noback correct "\x4E2A" "\x500B"
+noback correct "\x4E34" "\x81E8"
+noback correct "\x4E3A" "\x70BA"
+noback correct "\x4E3D" "\x9E97"
+noback correct "\x4E3E" "\x8209"
+noback correct "\x4E46" "\x4E45"
+noback correct ["\x4E49"]"\x851F" "\x4E49"
+noback correct "\x4E49" "\x7FA9"
+noback correct "\x4E4C" "\x70CF"
+noback correct "\x4E50" "\x6A02"
+noback correct "\x4E54" "\x55AC"
+noback correct "\x4E55" "\x864E"
+noback correct "\x4E57" "\x4E58"
+noback correct "\x4E60" "\x7FD2"
+noback correct "\x4E61" "\x9109"
+noback correct "\x4E62" "\x84CB"
+noback correct "\x4E66" "\x66F8"
+noback correct "\x4E70" "\x8CB7"
+noback correct "\x4E71" "\x4E82"
+noback correct "\x4E79" "\x4E7E"
+noback correct "\x4E80" "\x9F9C"
+noback correct "\x4E81" "\x4E7E"
+noback correct "\x4E89" "\x722D"
+noback correct "\x4E8F" "\x8667"
+noback correct "\x4E96" "\x56DB"
+noback correct "\x4E97" "\x6B72"
+noback correct "\x4E98" "\x4E99"
+noback correct "\x4E9A" "\x4E9E"
+noback correct "\x4E9C" "\x4E9E"
+noback correct "\x4E9D" "\x9F4A"
+noback correct "\x4EA7" "\x7522"
+noback correct "\x4EA9" "\x755D"
+noback correct "\x4EB1" "\x591C"
+noback correct "\x4EB2" "\x89AA"
+noback correct "\x4EB5" "\x893B"
+noback correct "\x4EB7" "\x5EC9"
+noback correct "\x4EB8" "\x56B2"
+noback correct "\x4EBE" "\x4EA1"
+noback correct "\x4EBF" "\x5104"
+noback correct "\x4EC5" "\x50C5"
+noback correct "\x4ECC" "\x51B0"
+noback correct "\x4ECE" "\x5F9E"
+noback correct "\x4ED1" "\x4F96"
+noback correct "\x4ED3" "\x5009"
+noback correct "\x4EE2" "\x5F74"
+noback correct "\x4EE6" "\x4EEF"
+noback correct "\x4EE7" "\x9577"
+noback correct "\x4EEA" "\x5100"
+noback correct "\x4EEC" "\x5011"
+noback correct _1"\x662D"["\x4EF7"] "\x4EF7"
+noback correct _1"\x7121"["\x4EF7"]"\x4E8B" "\x4EF7"
+noback correct _1"\x8D70"["\x4EF7"]"\x99B3\x66F8" "\x4EF7"
+noback correct "\x4EF7" "\x50F9"
+noback correct "\x4EFA" "\x5009"
+noback correct "\x4EFE" "\x4F4E"
+noback correct "\x4F03" "\x59A4"
+noback correct "\x4F07" "\x5F79"
+noback correct "\x4F16" "\x5E11"
+noback correct "\x4F17" "\x773E"
+noback correct "\x4F18" "\x512A"
+noback correct "\x4F1A" "\x6703"
+noback correct "\x4F1B" "\x50B4"
+noback correct "\x4F1C" "\x5005"
+noback correct "\x4F1E" "\x5098"
+noback correct "\x4F1F" "\x5049"
+noback correct "\x4F20" "\x50B3"
+noback correct "\x4F21" "\x4FE5"
+noback correct "\x4F23" "\x4FD4"
+noback correct "\x4F24" "\x50B7"
+noback correct "\x4F25" "\x5000"
+noback correct "\x4F26" "\x502B"
+noback correct "\x4F27" "\x5096"
+noback correct "\x4F29" "\x4FE1"
+noback correct "\x4F2A" "\x507D"
+noback correct "\x4F2B" "\x4F47"
+noback correct "\x4F2E" "\x52AA"
+noback correct "\x4F31" "\x4F60"
+noback correct "\x4F35" "\x4F90"
+noback correct "\x4F40" "\x4F3C"
+noback correct "\x4F44" "\x9163"
+noback correct "\x4F53" "\x9AD4"
+noback correct "\x4F65" "\x50C9"
+noback correct "\x4F71" "\x6CD5"
+noback correct "\x4F8C" "\x9670"
+noback correct "\x4F8E" "\x6549"
+noback correct "\x4FA0" "\x4FE0"
+noback correct "\x4FA1" "\x50F9"
+noback correct "\x4FA2" "\x6234"
+noback correct "\x4FA5" "\x50E5"
+noback correct "\x4FA6" "\x5075"
+noback correct "\x4FA7" "\x5074"
+noback correct "\x4FA8" "\x50D1"
+noback correct "\x4FA9" "\x5108"
+noback correct "\x4FAA" "\x5115"
+noback correct "\x4FAC" "\x5102"
+noback correct "\x4FAD" "\x5118"
+noback correct "\x4FBD" "\x7537"
+noback correct "\x4FCC" "\x8F14"
+noback correct "\x4FE2" "\x4FEE"
+noback correct "\x4FE3" "\x4FC1"
+noback correct "\x4FE6" "\x5114"
+noback correct "\x4FE8" "\x513C"
+noback correct "\x4FE9" "\x5006"
+noback correct "\x4FEA" "\x5137"
+noback correct "\x4FEB" "\x5008"
+noback correct "\x4FED" "\x5109"
+noback correct "\x4FFB" "\x5099"
+noback correct "\x4FFC" "\x9B3B"
+noback correct "\x4FFD" "\x6B23"
+noback correct "\x5002" "\x4F75"
+noback correct "\x5010" "\x500F"
+noback correct "\x5024" "\x503C"
+noback correct "\x502E" "\x88F8"
+noback correct "\x5038" "\x776C"
+noback correct "\x5039" "\x5109"
+noback correct "\x503A" "\x50B5"
+noback correct "\x503E" "\x50BE"
+noback correct "\x5050" "\x8D17"
+noback correct "\x5056" "\x64A6"
+noback correct "\x506C" "\x50AF"
+noback correct "\x5078" "\x5077"
+noback correct "\x5079" "\x5099"
+noback correct "\x507B" "\x50C2"
+noback correct "\x507C" "\x5022"
+noback correct "\x507E" "\x50E8"
+noback correct "\x507F" "\x511F"
+noback correct "\x5081" "\x53DF"
+noback correct "\x50A1" "\x4E26"
+noback correct "\x50A4" "\x510E"
+noback correct "\x50A5" "\x513B"
+noback correct "\x50A7" "\x5110"
+noback correct "\x50A8" "\x5132"
+noback correct "\x50A9" "\x513A"
+noback correct "\x50AB" "\x513D"
+noback correct "\x50C3" "\x5099"
+noback correct "\x50CD" "\x52D5"
+noback correct "\x50DE" "\x507D"
+noback correct "\x50E1" "\x60E0"
+noback correct "\x50EB" "\x60E1"
+noback correct "\x50F4" "\x50E9"
+noback correct "\x50F7" "\x505E"
+noback correct "\x50FC" "\x34A5"
+noback correct "\x5101" "\x4FCA"
+noback correct "\x510D" "\x50BB"
+noback correct "\x511B" "\x821E"
+noback correct "\x511E" "\x4F60"
+noback correct "\x5127" "\x5139"
+noback correct "\x512B" "\x8C6A"
+noback correct "\x513F" "\x5152"
+noback correct "\x5142" "\x7C2A"
+noback correct "\x514A" "\x514C"
+noback correct "\x514E" "\x5154"
+noback correct "\x514F" "\x9577"
+noback correct "\x5150" "\x5152"
+noback correct "\x5151" "\x514C"
+noback correct "\x5156" "\x5157"
+noback correct "\x5158" "\x59CB"
+noback correct "\x515A" "\x9EE8"
+noback correct "\x5160" "\x515C"
+noback correct "\x5164" "\x720C"
+noback correct "\x5166" "\x4EA1"
+noback correct "\x516A" "\x4FDE"
+noback correct "\x5170" "\x862D"
+noback correct "\x5172" "\x5929"
+noback correct "\x5173" "\x95DC"
+noback correct "\x5174" "\x8208"
+noback correct "\x5179" "\x8332"
+noback correct "\x517B" "\x990A"
+noback correct "\x517D" "\x7378"
+noback correct "\x517E" "\x5180"
+noback correct "\x517F" "\x85DD"
+noback correct "\x5181" "\x56C5"
+noback correct "\x5183" "\x5E3D"
+noback correct "\x5184" "\x5189"
+noback correct "\x5185" "\x5167"
+noback correct "\x5186" "\x5713"
+noback correct "\x5188" "\x5CA1"
+noback correct "\x518B" "\x5770"
+noback correct "\x518C" "\x518A"
+noback correct "\x518E" "\x526E"
+noback correct "\x5199" "\x5BEB"
+noback correct "\x519B" "\x8ECD"
+noback correct "\x519C" "\x8FB2"
+noback correct "\x519D" "\x5B9C"
+noback correct "\x51A6" "\x5BC7"
+noback correct "\x51A8" "\x5BCC"
+noback correct "\x51AF" "\x99AE"
+noback correct "\x51B3" "\x6C7A"
+noback correct "\x51B4" "\x51B1"
+noback correct "\x51B5" "\x6CC1"
+noback correct "\x51B8" "\x6CEE"
+noback correct "\x51BA" "\x6CEF"
+noback correct "\x51BB" "\x51CD"
+noback correct "\x51C0" "\x6DE8"
+noback correct "\x51C2" "\x6D7C"
+noback correct "\x51C3" "\x6D82"
+noback correct "\x51C9" "\x6DBC"
+noback correct "\x51CF" "\x6E1B"
+noback correct "\x51D1" "\x6E4A"
+noback correct "\x51D2" "\x769A"
+noback correct "\x51D6" "\x6E96"
+noback correct "\x51DB" "\x51DC"
+noback correct "\x51DF" "\x7006"
+noback correct _2"\x7A97\x660E"["\x51E0"]"\x6DE8" "\x51E0"
+noback correct _1"\x8336"["\x51E0"] "\x51E0"
+noback correct _3"\x660E\x7A97\x6DE8"["\x51E0"] "\x51E0"
+noback correct "\x51E0" "\x5E7E"
+noback correct "\x51E2" "\x51E1"
+noback correct "\x51E3" "\x51E1"
+noback correct "\x51E4" "\x9CF3"
+noback correct "\x51E6" "\x8655"
+noback correct "\x51E8" "\x98A8"
+noback correct "\x51EB" "\x9CE7"
+noback correct "\x51EC" "\x98A8"
+noback correct "\x51ED" "\x6191"
+noback correct "\x51EE" "\x98A8"
+noback correct "\x51EF" "\x51F1"
+noback correct "\x51F2" "\x5C37"
+noback correct "\x51F4" "\x6191"
+noback correct "\x51F7" "\x584A"
+noback correct "\x51FB" "\x64CA"
+noback correct "\x51FE" "\x51FD"
+noback correct "\x51FF" "\x947F"
+noback correct "\x520B" "\x520A"
+noback correct "\x520D" "\x82BB"
+noback correct "\x5218" "\x5289"
+noback correct "\x5219" "\x5247"
+noback correct "\x521A" "\x525B"
+noback correct "\x521B" "\x5275"
+noback correct "\x5220" "\x522A"
+noback correct "\x5226" "\x52AB"
+noback correct "\x5227" "\x52AB"
+noback correct "\x522B" "\x5225"
+noback correct "\x522C" "\x5257"
+noback correct "\x522D" "\x5244"
+noback correct "\x5234" "\x5241"
+noback correct "\x5239" "\x524E"
+noback correct "\x523C" "\x52AB"
+noback correct "\x523D" "\x528A"
+noback correct "\x523F" "\x528C"
+noback correct "\x5240" "\x5274"
+noback correct "\x5242" "\x5291"
+noback correct "\x5250" "\x526E"
+noback correct "\x5251" "\x528D"
+noback correct "\x5253" "\x527A"
+noback correct "\x5263" "\x528D"
+noback correct "\x5264" "\x5291"
+noback correct "\x5265" "\x525D"
+noback correct "\x5267" "\x5287"
+noback correct "\x5270" "\x5269"
+noback correct "\x5271" "\x528D"
+noback correct "\x5285" "\x6580"
+noback correct "\x528E" "\x528D"
+noback correct "\x5292" "\x528D"
+noback correct "\x5294" "\x528D"
+noback correct "\x529A" "\x65B8"
+noback correct "\x529D" "\x52F8"
+noback correct "\x529E" "\x8FA6"
+noback correct "\x52A1" "\x52D9"
+noback correct "\x52A2" "\x52F1"
+noback correct "\x52A8" "\x52D5"
+noback correct "\x52B1" "\x52F5"
+noback correct "\x52B2" "\x52C1"
+noback correct "\x52B3" "\x52DE"
+noback correct "\x52B4" "\x52DE"
+noback correct "\x52B9" "\x6548"
+noback correct "\x52BF" "\x52E2"
+noback correct "\x52C4" "\x654F"
+noback correct "\x52C5" "\x6555"
+noback correct "\x52C8" "\x52C7"
+noback correct "\x52CB" "\x52DB"
+noback correct "\x52CC" "\x5026"
+noback correct "\x52D0" "\x731B"
+noback correct "\x52DA" "\x52E9"
+noback correct "\x52E7" "\x52F8"
+noback correct "\x52F2" "\x52DB"
+noback correct "\x52F3" "\x52DB"
+noback correct "\x5300" "\x52FB"
+noback correct "\x5303" "\x4E10"
+noback correct "\x5304" "\x4E10"
+noback correct "\x5307" "\x5306"
+noback correct "\x5318" "\x8166"
+noback correct "\x531B" "\x67E9"
+noback correct "\x531E" "\x5320"
+noback correct "\x5326" "\x532D"
+noback correct "\x5327" "\x7BCB"
+noback correct "\x5329" "\x5321"
+noback correct "\x532B" "\x5322"
+noback correct "\x532E" "\x5331"
+noback correct "\x5332" "\x5969"
+noback correct "\x5333" "\x5969"
+noback correct "\x5335" "\x6ADD"
+noback correct "\x5336" "\x67E9"
+noback correct "\x533A" "\x5340"
+noback correct "\x533B" "\x91AB"
+noback correct "\x5346" "\x5352"
+noback correct "\x534B" "\x4E16"
+noback correct "\x534E" "\x83EF"
+noback correct "\x534F" "\x5354"
+noback correct "\x5350" "\x534D"
+noback correct "\x5355" "\x55AE"
+noback correct "\x5356" "\x8CE3"
+noback correct "\x5358" "\x55AE"
+noback correct "\x535B" "\x7387"
+noback correct "\x5362" "\x76E7"
+noback correct "\x5364" "\x9E75"
+noback correct "\x5365" "\x897F"
+noback correct "\x5367" "\x81E5"
+noback correct "\x536A" "\x5369"
+noback correct "\x536B" "\x885B"
+noback correct "\x5374" "\x537B"
+noback correct "\x537A" "\x5DF9"
+noback correct "\x537D" "\x5373"
+noback correct "\x5380" "\x819D"
+noback correct "\x5382" "\x5EE0"
+noback correct "\x5385" "\x5EF3"
+noback correct "\x5386" "\x6B77"
+noback correct "\x5387" "\x78D4"
+noback correct "\x5389" "\x53B2"
+noback correct "\x538B" "\x58D3"
+noback correct "\x538C" "\x53AD"
+noback correct "\x538D" "\x5399"
+noback correct "\x5390" "\x9F8E"
+noback correct "\x5395" "\x5EC1"
+noback correct "\x539B" "\x5EF3"
+noback correct "\x53A0" "\x5EC1"
+noback correct "\x53A2" "\x5EC2"
+noback correct "\x53A3" "\x53B4"
+noback correct "\x53A6" "\x5EC8"
+noback correct "\x53A8" "\x5EDA"
+noback correct "\x53A9" "\x5EC4"
+noback correct "\x53AA" "\x5ED1"
+noback correct "\x53AB" "\x5ED2"
+noback correct "\x53AE" "\x5EDD"
+noback correct "\x53AF" "\x6B77"
+noback correct "\x53B0" "\x5EE0"
+noback correct "\x53B3" "\x56B4"
+noback correct "\x53BA" "\x53BB"
+noback correct "\x53BF" "\x7E23"
+noback correct "\x53C1" "\x4E09"
+noback correct "\x53C2" "\x53C3"
+noback correct "\x53C5" "\x53C3"
+noback correct "\x53C6" "\x9749"
+noback correct "\x53C7" "\x9746"
+noback correct "\x53CC" "\x96D9"
+noback correct "\x53CE" "\x6536"
+noback correct "\x53CF" "\x592C"
+noback correct "\x53D0" "\x72AE"
+noback correct "\x53D8" "\x8B8A"
+noback correct "\x53D9" "\x6558"
+noback correct "\x53DC" "\x53DF"
+noback correct "\x53E0" "\x758A"
+noback correct "\x53E7" "\x526E"
+noback correct ["\x53F6"]"\x97FB" "\x53F6"
+noback correct "\x53F6" "\x8449"
+noback correct "\x53F7" "\x865F"
+noback correct "\x53F9" "\x5606"
+noback correct "\x53FD" "\x5630"
+noback correct "\x5413" "\x5687"
+noback correct "\x5415" "\x5442"
+noback correct "\x5417" "\x55CE"
+noback correct "\x5423" "\x551A"
+noback correct ["\x5428"]"\x5428" "\x5428"
+noback correct _1"\x5428"["\x5428"] "\x5428"
+noback correct "\x5428" "\x5678"
+noback correct "\x542C" "\x807D"
+noback correct "\x542F" "\x555F"
+noback correct "\x5434" "\x5433"
+noback correct "\x543F" "\x544A"
+noback correct "\x5449" "\x5433"
+noback correct "\x544B" "\x8DBA"
+noback correct "\x544C" "\x53EB"
+noback correct "\x5451" "\x541E"
+noback correct "\x5452" "\x5638"
+noback correct "\x5453" "\x56C8"
+noback correct "\x5455" "\x5614"
+noback correct "\x5456" "\x56A6"
+noback correct "\x5457" "\x5504"
+noback correct "\x5458" "\x54E1"
+noback correct "\x5459" "\x54BC"
+noback correct "\x545B" "\x55C6"
+noback correct "\x545C" "\x55DA"
+noback correct "\x545D" "\x5443"
+noback correct "\x545E" "\x9F5D"
+noback correct "\x5469" "\x55DC"
+noback correct "\x546A" "\x5492"
+noback correct "\x546D" "\x8A4D"
+noback correct "\x548F" "\x8A60"
+noback correct "\x5499" "\x56A8"
+noback correct "\x549B" "\x5680"
+noback correct "\x549D" "\x565D"
+noback correct "\x549E" "\x54EF"
+noback correct "\x54A4" "\x5412"
+noback correct "\x54B2" "\x7B11"
+noback correct "\x54CC" "\x5471"
+noback correct "\x54CD" "\x97FF"
+noback correct "\x54D1" "\x555E"
+noback correct "\x54D2" "\x5660"
+noback correct "\x54D3" "\x5635"
+noback correct "\x54D4" "\x55F6"
+noback correct "\x54D5" "\x5666"
+noback correct "\x54D7" "\x5629"
+noback correct "\x54D9" "\x5672"
+noback correct "\x54DC" "\x568C"
+noback correct "\x54DD" "\x5665"
+noback correct "\x54DF" "\x55B2"
+noback correct "\x54E3" "\x5485"
+noback correct "\x54F6" "\x7F8B"
+noback correct "\x5507" "\x8123"
+noback correct "\x5516" "\x555E"
+noback correct "\x5518" "\x555F"
+noback correct "\x5519" "\x5600"
+noback correct "\x551B" "\x561C"
+noback correct "\x551D" "\x55CA"
+noback correct "\x5520" "\x562E"
+noback correct "\x5521" "\x5562"
+noback correct "\x5522" "\x55E9"
+noback correct "\x5523" "\x5515"
+noback correct "\x5524" "\x559A"
+noback correct "\x553A" "\x54EF"
+noback correct "\x5553" "\x555F"
+noback correct "\x5559" "\x5470"
+noback correct "\x5560" "\x54F2"
+noback correct "\x5567" "\x5616"
+noback correct "\x556C" "\x55C7"
+noback correct "\x556D" "\x56C0"
+noback correct "\x556E" "\x9F67"
+noback correct "\x556F" "\x5613"
+noback correct "\x5570" "\x56C9"
+noback correct "\x5574" "\x563D"
+noback correct "\x5578" "\x562F"
+noback correct "\x557A" "\x5510"
+noback correct "\x5586" "\x54F2"
+noback correct "\x559E" "\x5527"
+noback correct "\x55AF" "\x5674"
+noback correct "\x55B6" "\x71DF"
+noback correct "\x55B7" "\x5674"
+noback correct "\x55BD" "\x560D"
+noback correct "\x55BE" "\x56B3"
+noback correct "\x55C1" "\x557C"
+noback correct "\x55E0" "\x916A"
+noback correct "\x55EB" "\x56C1"
+noback correct "\x55F3" "\x566F"
+noback correct "\x55F8" "\x55F7"
+noback correct ["\x5611"]"\x723E" "\x5611"
+noback correct "\x5611" "\x8B3C"
+noback correct "\x5618" "\x5653"
+noback correct "\x5620" "\x560E"
+noback correct "\x5624" "\x56B6"
+noback correct "\x5628" "\x562F"
+noback correct "\x562B" "\x7136"
+noback correct "\x5631" "\x56D1"
+noback correct "\x5637" "\x55E5"
+noback correct "\x5644" "\x55AB"
+noback correct "\x564B" "\x554D"
+noback correct "\x5650" "\x5668"
+noback correct "\x5651" "\x55E5"
+noback correct "\x5655" "\x5645"
+noback correct "\x565B" "\x9F67"
+noback correct "\x565C" "\x5695"
+noback correct "\x5689" "\x5484"
+noback correct "\x5694" "\x568F"
+noback correct "\x5696" "\x5612"
+noback correct "\x5699" "\x9F67"
+noback correct "\x569E" "\x54F2"
+noback correct "\x56A0" "\x700F"
+noback correct "\x56A2" "\x56CA"
+noback correct "\x56A3" "\x56C2"
+noback correct "\x56BB" "\x56C2"
+noback correct "\x56CF" "\x8271"
+noback correct "\x56D8" "\x56DE"
+noback correct "\x56D9" "\x56E0"
+noback correct "\x56E2" "\x5718"
+noback correct "\x56E3" "\x5718"
+noback correct "\x56E6" "\x6DF5"
+noback correct "\x56EC" "\x56DE"
+noback correct "\x56ED" "\x5712"
+noback correct "\x56EF" "\x570B"
+noback correct "\x56F1" "\x56EA"
+noback correct "\x56F3" "\x5716"
+noback correct "\x56F4" "\x570D"
+noback correct "\x56F5" "\x5707"
+noback correct "\x56F6" "\x570B"
+noback correct "\x56F8" "\x65E5"
+noback correct "\x56FB" "\x570B"
+noback correct "\x56FC" "\x80CE"
+noback correct "\x56FD" "\x570B"
+noback correct "\x56FE" "\x5716"
+noback correct "\x5700" "\x570B"
+noback correct "\x5705" "\x51FD"
+noback correct "\x5706" "\x5713"
+noback correct "\x570E" "\x5713"
+noback correct "\x570F" "\x5708"
+noback correct "\x5717" "\x5716"
+noback correct "\x5721" "\x571F"
+noback correct "\x5723" "\x8056"
+noback correct "\x5724" "\x58A3"
+noback correct "\x5727" "\x58D3"
+noback correct "\x572B" "\x58BA"
+noback correct "\x5739" "\x58D9"
+noback correct "\x573A" "\x5834"
+noback correct "\x5743" "\x58CE"
+noback correct "\x574F" "\x58DE"
+noback correct "\x5755" "\x7D93"
+noback correct "\x5756" "\x5FCC"
+noback correct "\x5757" "\x584A"
+noback correct "\x5758" "\x577B"
+noback correct "\x5759" "\x5DE0"
+noback correct "\x575A" "\x5805"
+noback correct "\x575B" "\x58C7"
+noback correct "\x575C" "\x58E2"
+noback correct "\x575D" "\x58E9"
+noback correct "\x575E" "\x5862"
+noback correct "\x575F" "\x58B3"
+noback correct "\x5760" "\x589C"
+noback correct "\x5763" "\x5802"
+noback correct "\x5767" "\x588C"
+noback correct "\x576E" "\x81FA"
+noback correct "\x5778" "\x57A2"
+noback correct "\x5784" "\x58DF"
+noback correct "\x5785" "\x58DF"
+noback correct "\x5786" "\x58DA"
+noback correct "\x5787" "\x5773"
+noback correct "\x5792" "\x58D8"
+noback correct "\x5796" "\x5806"
+noback correct "\x579C" "\x579B"
+noback correct "\x57A6" "\x58BE"
+noback correct "\x57A9" "\x580A"
+noback correct "\x57AB" "\x588A"
+noback correct "\x57AD" "\x57E1"
+noback correct "\x57AF" "\x58B6"
+noback correct "\x57B1" "\x58CB"
+noback correct "\x57B2" "\x584F"
+noback correct "\x57BE" "\x5CB8"
+noback correct "\x57C0" "\x5782"
+noback correct "\x57C8" "\x5CFB"
+noback correct "\x57D1" "\x54F2"
+noback correct "\x57D3" "\x57D2"
+noback correct "\x57D8" "\x5852"
+noback correct "\x57D9" "\x5864"
+noback correct "\x57DA" "\x581D"
+noback correct "\x57DB" "\x5770"
+noback correct "\x57E8" "\x966F"
+noback correct "\x57FF" "\x6CE5"
+noback correct "\x5803" "\x5764"
+noback correct "\x5811" "\x5879"
+noback correct "\x5815" "\x58AE"
+noback correct "\x5816" "\x57B4"
+noback correct "\x5818" "\x584D"
+noback correct "\x5822" "\x5821"
+noback correct "\x5826" "\x968E"
+noback correct "\x583A" "\x754C"
+noback correct "\x583E" "\x8E33"
+noback correct "\x5846" "\x58EA"
+noback correct "\x5850" "\x5851"
+noback correct "\x5856" "\x584D"
+noback correct "\x585F" "\x846C"
+noback correct "\x5861" "\x586B"
+noback correct "\x5866" "\x9663"
+noback correct "\x5869" "\x9E7D"
+noback correct "\x586A" "\x57F3"
+noback correct "\x588D" "\x5848"
+noback correct "\x5895" "\x5830"
+noback correct "\x5896" "\x5854"
+noback correct "\x5897" "\x589E"
+noback correct "\x5899" "\x7246"
+noback correct "\x58AA" "\x58A9"
+noback correct "\x58B0" "\x7F48"
+noback correct "\x58B4" "\x582D"
+noback correct "\x58B5" "\x7F48"
+noback correct "\x58BB" "\x7246"
+noback correct "\x58C0" "\x57E4"
+noback correct "\x58C3" "\x7586"
+noback correct "\x58C4" "\x91CE"
+noback correct "\x58CA" "\x58DE"
+noback correct "\x58CD" "\x5879"
+noback correct "\x58D0" "\x74BD"
+noback correct "\x58DC" "\x7F48"
+noback correct "\x58E0" "\x58DF"
+noback correct "\x58E1" "\x53E1"
+noback correct "\x58E6" "\x58CE"
+noback correct "\x58EE" "\x58EF"
+noback correct "\x58F0" "\x8072"
+noback correct "\x58F1" "\x58F9"
+noback correct "\x58F2" "\x8CE3"
+noback correct "\x58F3" "\x6BBC"
+noback correct "\x58F5" "\x58EF"
+noback correct "\x58F6" "\x58FA"
+noback correct "\x58F7" "\x58FA"
+noback correct "\x58F8" "\x58FC"
+noback correct "\x58FB" "\x5A7F"
+noback correct "\x5900" "\x58FD"
+noback correct "\x5901" "\x58F9"
+noback correct "\x5904" "\x8655"
+noback correct "\x5905" "\x964D"
+noback correct "\x5907" "\x5099"
+noback correct "\x5908" "\x9F4B"
+noback correct "\x5909" "\x8B8A"
+noback correct "\x5910" "\x657B"
+noback correct "\x5913" "\x590F"
+noback correct "\x591B" "\x591A"
+noback correct "\x591F" "\x5920"
+noback correct "\x5923" "\x5922"
+noback correct "\x5934" "\x982D"
+noback correct "\x5936" "\x6BD4"
+noback correct "\x5939" "\x593E"
+noback correct "\x593A" "\x596A"
+noback correct "\x5941" "\x5969"
+noback correct "\x5942" "\x5950"
+noback correct "\x594B" "\x596E"
+noback correct "\x594C" "\x9EDE"
+noback correct "\x5956" "\x734E"
+noback correct "\x5959" "\x755A"
+noback correct "\x5965" "\x5967"
+noback correct "\x5968" "\x734E"
+noback correct "\x596C" "\x734E"
+noback correct "\x5986" "\x599D"
+noback correct "\x5987" "\x5A66"
+noback correct "\x5988" "\x5ABD"
+noback correct "\x5989" "\x5A85"
+noback correct "\x599B" "\x5AB8"
+noback correct "\x59A9" "\x5AF5"
+noback correct "\x59AA" "\x5AD7"
+noback correct "\x59AB" "\x5AAF"
+noback correct "\x59AC" "\x5992"
+noback correct "\x59B8" "\x5A40"
+noback correct "\x59C9" "\x59CA"
+noback correct "\x59D7" "\x59CD"
+noback correct "\x59D9" "\x598A"
+noback correct "\x59E2" "\x5A1F"
+noback correct "\x59F8" "\x598D"
+noback correct "\x59F9" "\x597C"
+noback correct "\x5A02" "\x5985"
+noback correct "\x5A04" "\x5A41"
+noback correct "\x5A05" "\x5A6D"
+noback correct "\x5A06" "\x5B08"
+noback correct "\x5A07" "\x5B0C"
+noback correct "\x5A08" "\x5B4C"
+noback correct "\x5A24" "\x599D"
+noback correct "\x5A26" "\x5B2A"
+noback correct "\x5A2C" "\x5AF5"
+noback correct "\x5A2F" "\x5A1B"
+noback correct "\x5A30" "\x59D2"
+noback correct "\x5A31" "\x5A1B"
+noback correct "\x5A32" "\x5AA7"
+noback correct "\x5A34" "\x5AFB"
+noback correct "\x5A3F" "\x5A40"
+noback correct "\x5A54" "\x5A53"
+noback correct "\x5A63" "\x59FB"
+noback correct "\x5A6F" "\x9E97"
+noback correct "\x5A71" "\x5A39"
+noback correct "\x5A73" "\x5AFF"
+noback correct "\x5A74" "\x5B30"
+noback correct "\x5A75" "\x5B0B"
+noback correct "\x5A76" "\x5B38"
+noback correct "\x5A7E" "\x5AAE"
+noback correct "\x5A87" "\x89AA"
+noback correct "\x5A8D" "\x5A66"
+noback correct "\x5AAA" "\x5ABC"
+noback correct "\x5AAB" "\x5A55"
+noback correct "\x5AAD" "\x5B03"
+noback correct "\x5AD2" "\x5B21"
+noback correct "\x5AD4" "\x5B2A"
+noback correct "\x5AF0" "\x5AE9"
+noback correct "\x5AF1" "\x5B19"
+noback correct "\x5AFA" "\x5AFB"
+noback correct "\x5B00" "\x5AAF"
+noback correct "\x5B0A" "\x5B3F"
+noback correct "\x5B0D" "\x7F8E"
+noback correct "\x5B22" "\x5B43"
+noback correct "\x5B31" "\x371E"
+noback correct "\x5B37" "\x5B24"
+noback correct "\x5B3A" "\x5ADF"
+noback correct "\x5B46" "\x5B30"
+noback correct "\x5B4F" "\x5B3E"
+noback correct "\x5B59" "\x5B6B"
+noback correct "\x5B60" "\x55E3"
+noback correct "\x5B66" "\x5B78"
+noback correct "\x5B6A" "\x5B7F"
+noback correct "\x5B76" "\x5B73"
+noback correct "\x5B79" "\x64D8"
+noback correct "\x5B7C" "\x5B7D"
+noback correct "\x5B7E" "\x5B30"
+noback correct "\x5B81" "\x5BE7"
+noback correct "\x5B86" "\x7A79"
+noback correct "\x5B8D" "\x8089"
+noback correct "\x5B90" "\x5B9C"
+noback correct "\x5B94" "\x782B"
+noback correct "\x5B9D" "\x5BF6"
+noback correct "\x5B9E" "\x5BE6"
+noback correct "\x5B9F" "\x5BE6"
+noback correct "\x5BA0" "\x5BF5"
+noback correct "\x5BA1" "\x5BE9"
+noback correct "\x5BAA" "\x61B2"
+noback correct "\x5BAB" "\x5BAE"
+noback correct "\x5BBB" "\x5BC6"
+noback correct "\x5BBC" "\x5BC7"
+noback correct "\x5BBD" "\x5BEC"
+noback correct "\x5BBE" "\x8CD3"
+noback correct "\x5BC3" "\x51A4"
+noback correct "\x5BC8" "\x9752"
+noback correct "\x5BD5" "\x5BE7"
+noback correct "\x5BD7" "\x752F"
+noback correct "\x5BDA" "\x5BF6"
+noback correct "\x5BDB" "\x5BEC"
+noback correct "\x5BDC" "\x5BE7"
+noback correct "\x5BDD" "\x5BE2"
+noback correct "\x5BF3" "\x5BF6"
+noback correct "\x5BF9" "\x5C0D"
+noback correct "\x5BFB" "\x5C0B"
+noback correct "\x5BFC" "\x5C0E"
+noback correct "\x5BFE" "\x5C0D"
+noback correct "\x5BFF" "\x58FD"
+noback correct "\x5C05" "\x524B"
+noback correct "\x5C06" "\x5C07"
+noback correct "\x5C13" "\x5C12"
+noback correct "\x5C14" "\x723E"
+noback correct "\x5C17" "\x83FD"
+noback correct "\x5C18" "\x5875"
+noback correct "\x5C19" "\x5C1A"
+noback correct "\x5C1D" "\x5617"
+noback correct "\x5C1E" "\x71CE"
+noback correct "\x5C20" "\x5C1F"
+noback correct "\x5C23" "\x5C22"
+noback correct "\x5C27" "\x582F"
+noback correct "\x5C29" "\x5C2A"
+noback correct "\x5C2B" "\x5C2A"
+noback correct "\x5C32" "\x5C37"
+noback correct "\x5C34" "\x5C37"
+noback correct "\x5C36" "\x5C37"
+noback correct _1"\x96DE"["\x5C38"]"\x725B\x5F9E" "\x5C38"
+noback correct ["\x5C38"]"\x5B50" "\x5C38"
+noback correct "\x5C38" "\x5C4D"
+noback correct "\x5C3D" "\x76E1"
+noback correct "\x5C42" "\x5C64"
+noback correct "\x5C43" "\x5C53"
+noback correct "\x5C4A" "\x5C46"
+noback correct "\x5C5B" "\x5C4F"
+noback correct "\x5C5E" "\x5C6C"
+noback correct "\x5C61" "\x5C62"
+noback correct "\x5C66" "\x5C68"
+noback correct "\x5C6B" "\x5C69"
+noback correct "\x5C7F" "\x5DBC"
+noback correct "\x5C80" "\x51FA"
+noback correct "\x5C81" "\x6B72"
+noback correct "\x5C82" "\x8C48"
+noback correct "\x5C85" "\x962A"
+noback correct "\x5C96" "\x5D87"
+noback correct "\x5C97" "\x5D17"
+noback correct "\x5C98" "\x5CF4"
+noback correct "\x5C99" "\x5DB4"
+noback correct "\x5C9A" "\x5D50"
+noback correct "\x5C9B" "\x5CF6"
+noback correct "\x5C9E" "\x5C9D"
+noback correct ["\x5CAD"]"\x5D64" "\x5CAD"
+noback correct ["\x5CAD"]"\x5DC6" "\x5CAD"
+noback correct "\x5CAD" "\x5DBA"
+noback correct "\x5CB4" "\x5D87"
+noback correct "\x5CB9" "\x5CA7"
+noback correct "\x5CBD" "\x5D2C"
+noback correct "\x5CBF" "\x5DCB"
+noback correct "\x5CC3" "\x5DA8"
+noback correct "\x5CC4" "\x5DA7"
+noback correct "\x5CDD" "\x5CD2"
+noback correct "\x5CE1" "\x5CFD"
+noback correct "\x5CE2" "\x5CDB"
+noback correct "\x5CE3" "\x5DA2"
+noback correct "\x5CE4" "\x5DA0"
+noback correct "\x5CE5" "\x5D22"
+noback correct "\x5CE6" "\x5DD2"
+noback correct "\x5CE9" "\x5CE8"
+noback correct "\x5CEF" "\x5CF0"
+noback correct "\x5CF5" "\x5DB8"
+noback correct "\x5D02" "\x5D97"
+noback correct "\x5D03" "\x5D0D"
+noback correct "\x5D04" "\x5DAE"
+noback correct "\x5D08" "\x5D07"
+noback correct "\x5D10" "\x5D11"
+noback correct "\x5D13" "\x5D2E"
+noback correct "\x5D15" "\x5D16"
+noback correct "\x5D18" "\x5D19"
+noback correct "\x5D2A" "\x5D12"
+noback correct "\x5D2D" "\x5D84"
+noback correct "\x5D2F" "\x5D1F"
+noback correct "\x5D3B" "\x5CD9"
+noback correct "\x5D46" "\x5D47"
+noback correct "\x5D4F" "\x5D55"
+noback correct "\x5D54" "\x37EA"
+noback correct "\x5D57" "\x6B72"
+noback correct "\x5D58" "\x5DB8"
+noback correct "\x5D5A" "\x5D94"
+noback correct "\x5D5B" "\x5D33"
+noback correct "\x5D5D" "\x5D81"
+noback correct "\x5D60" "\x8C3F"
+noback correct "\x5D6E" "\x5DD4"
+noback correct "\x5D73" "\x5D6F"
+noback correct "\x5D78" "\x5D77"
+noback correct "\x5D83" "\x5D84"
+noback correct "\x5D8B" "\x5CF6"
+noback correct "\x5D8C" "\x5CF6"
+noback correct "\x5D96" "\x5D26"
+noback correct "\x5DA3" "\x5D95"
+noback correct "\x5DA4" "\x5DA2"
+noback correct "\x5DAB" "\x5DAA"
+noback correct "\x5DB9" "\x5CF6"
+noback correct "\x5DBB" "\x5DC0"
+noback correct "\x5DC4" "\x5DC3"
+noback correct "\x5DC5" "\x5DD4"
+noback correct "\x5DCC" "\x5DD6"
+noback correct "\x5DCE" "\x5CF1"
+noback correct "\x5DD3" "\x5DD4"
+noback correct "\x5DD7" "\x5DD6"
+noback correct "\x5DE3" "\x5DE2"
+noback correct "\x5DE4" "\x9B23"
+noback correct "\x5DE9" "\x978F"
+noback correct "\x5DEF" "\x5DF0"
+noback correct "\x5DF5" "\x536E"
+noback correct "\x5DF6" "\x4F4B"
+noback correct "\x5DFA" "\x5DFD"
+noback correct "\x5DFB" "\x5377"
+noback correct "\x5E00" "\x531D"
+noback correct "\x5E01" "\x5E63"
+noback correct "\x5E05" "\x5E25"
+noback correct "\x5E08" "\x5E2B"
+noback correct "\x5E0B" "\x7D19"
+noback correct "\x5E0F" "\x5E43"
+noback correct "\x5E10" "\x5E33"
+noback correct "\x5E12" "\x888B"
+noback correct "\x5E1C" "\x5E5F"
+noback correct "\x5E26" "\x5E36"
+noback correct "\x5E27" "\x5E40"
+noback correct "\x5E2C" "\x88D9"
+noback correct "\x5E2E" "\x5E6B"
+noback correct "\x5E2F" "\x5E36"
+noback correct "\x5E30" "\x6B78"
+noback correct "\x5E31" "\x5E6C"
+noback correct "\x5E32" "\x5E21"
+noback correct "\x5E3B" "\x5E58"
+noback correct "\x5E3C" "\x5E57"
+noback correct "\x5E42" "\x51AA"
+noback correct "\x5E47" "\x5E6B"
+noback correct "\x5E48" "\x5C4F"
+noback correct "\x5E51" "\x5FBD"
+noback correct "\x5E5A" "\x5E6B"
+noback correct "\x5E5E" "\x8946"
+noback correct "\x5E77" "\x5E76"
+noback correct "\x5E7A" "\x4E48"
+noback correct _2"\x67B6\x5D16"["\x5E7F"] "\x5E7F"
+noback correct _2"\x8606\x96EA"["\x5E7F"] "\x5E7F"
+noback correct _1"\x8349"["\x5E7F"]"\x7A81\x5982\x5CD9" "\x5E7F"
+noback correct "\x5E7F" "\x5EE3"
+noback correct "\x5E81" "\x5EF3"
+noback correct "\x5E83" "\x5EE3"
+noback correct ["\x5E84"]"\x5B50" "\x5E84"
+noback correct "\x5E84" "\x838A"
+noback correct "\x5E85" "\x9EBC"
+noback correct "\x5E86" "\x6176"
+noback correct "\x5E90" "\x5EEC"
+noback correct "\x5E91" "\x5EE1"
+noback correct "\x5E92" "\x838A"
+noback correct "\x5E93" "\x5EAB"
+noback correct "\x5E94" "\x61C9"
+noback correct "\x5E99" "\x5EDF"
+noback correct "\x5E9E" "\x9F90"
+noback correct "\x5E9F" "\x5EE2"
+noback correct "\x5EBA" "\x677E"
+noback correct "\x5EBB" "\x5EB6"
+noback correct "\x5EBC" "\x5ECE"
+noback correct "\x5EBD" "\x5BD3"
+noback correct "\x5EBF" "\x5EDF"
+noback correct "\x5EC0" "\x5ECB"
+noback correct "\x5EC3" "\x5EE2"
+noback correct "\x5ECF" "\x5EC4"
+noback correct "\x5ED0" "\x5EC4"
+noback correct "\x5EEA" "\x5EE9"
+noback correct "\x5EEB" "\x5BE5"
+noback correct "\x5EF0" "\x5EF3"
+noback correct "\x5EF8" "\x8FEA"
+noback correct "\x5EF9" "\x8FEB"
+noback correct "\x5EFB" "\x8FF4"
+noback correct "\x5EFD" "\x8FF4"
+noback correct "\x5F00" "\x958B"
+noback correct "\x5F02" "\x7570"
+noback correct "\x5F03" "\x68C4"
+noback correct "\x5F09" "\x5958"
+noback correct "\x5F0C" "\x4E00"
+noback correct "\x5F0D" "\x4E8C"
+noback correct "\x5F0E" "\x4E09"
+noback correct "\x5F11" "\x5F12"
+noback correct "\x5F20" "\x5F35"
+noback correct "\x5F21" "\x5F35"
+noback correct "\x5F25" "\x5F4C"
+noback correct "\x5F2A" "\x5F33"
+noback correct "\x5F2F" "\x5F4E"
+noback correct "\x5F39" "\x5F48"
+noback correct "\x5F3A" "\x5F37"
+noback correct "\x5F3B" "\x5F3C"
+noback correct "\x5F3E" "\x5F48"
+noback correct "\x5F42" "\x767C"
+noback correct _2"\x671F\x529F"["\x5F4A"]"\x8FD1" "\x5F4A"
+noback correct "\x5F4A" "\x5F37"
+noback correct "\x5F4D" "\x5F49"
+noback correct "\x5F51" "\x5F50"
+noback correct "\x5F52" "\x6B78"
+noback correct "\x5F53" "\x7576"
+noback correct "\x5F55" "\x9304"
+noback correct "\x5F5A" "\x5F59"
+noback correct "\x5F5B" "\x5F5D"
+noback correct "\x5F5C" "\x5F5D"
+noback correct "\x5F5E" "\x5F5D"
+noback correct "\x5F5F" "\x5F60"
+noback correct "\x5F63" "\x6587"
+noback correct "\x5F66" "\x5F65"
+noback correct "\x5F68" "\x87AD"
+noback correct "\x5F72" "\x87AD"
+noback correct "\x5F7B" "\x5FB9"
+noback correct "\x5F83" "\x5F80"
+noback correct "\x5F84" "\x5F91"
+noback correct "\x5F8F" "\x965F"
+noback correct "\x5F93" "\x5F9E"
+noback correct "\x5F95" "\x5FA0"
+noback correct "\x5FA3" "\x501F"
+noback correct "\x5FA4" "\x5065"
+noback correct "\x5FA7" "\x904D"
+noback correct "\x5FB0" "\x5F81"
+noback correct "\x5FB1" "\x50C4"
+noback correct "\x5FB3" "\x5FB7"
+noback correct "\x5FB4" "\x5FB5"
+noback correct "\x5FC2" "\x8EA3"
+noback correct "\x5FC6" "\x61B6"
+noback correct "\x5FC8" "\x4EC1"
+noback correct "\x5FCE" "\x4EC1"
+noback correct "\x5FCF" "\x61FA"
+noback correct "\x5FDB" "\x5E06"
+noback correct "\x5FDC" "\x61C9"
+noback correct "\x5FDF" "\x5FDE"
+noback correct "\x5FE2" "\x609F"
+noback correct "\x5FE7" "\x6182"
+noback correct "\x5FE9" "\x5306"
+noback correct "\x5FF0" "\x60B4"
+noback correct "\x5FF9" "\x6041"
+noback correct "\x5FFC" "\x6177"
+noback correct "\x5FFE" "\x613E"
+noback correct "\x6000" "\x61F7"
+noback correct "\x6001" "\x614B"
+noback correct "\x6002" "\x616B"
+noback correct "\x6003" "\x61AE"
+noback correct "\x6004" "\x616A"
+noback correct "\x6005" "\x60B5"
+noback correct "\x6006" "\x6134"
+noback correct ["\x601C"]"\x60A7" "\x601C"
+noback correct "\x601C" "\x6190"
+noback correct "\x6023" "\x5C24"
+noback correct "\x6031" "\x5306"
+noback correct "\x6038" "\x6089"
+noback correct "\x603B" "\x7E3D"
+noback correct "\x603C" "\x61DF"
+noback correct "\x603F" "\x61CC"
+noback correct "\x604B" "\x6200"
+noback correct "\x6052" "\x6046"
+noback correct "\x6056" "\x601D"
+noback correct "\x6060" "\x602A"
+noback correct "\x6061" "\x541D"
+noback correct "\x6071" "\x6085"
+noback correct "\x6073" "\x61C7"
+noback correct "\x6074" "\x5FB7"
+noback correct "\x6075" "\x60E0"
+noback correct "\x6076" "\x60E1"
+noback correct "\x6078" "\x615F"
+noback correct "\x6079" "\x61E8"
+noback correct "\x607A" "\x6137"
+noback correct "\x607B" "\x60FB"
+noback correct "\x607C" "\x60F1"
+noback correct "\x607D" "\x60F2"
+noback correct "\x608B" "\x541D"
+noback correct "\x6091" "\x6016"
+noback correct "\x6093" "\x4FD4"
+noback correct "\x609E" "\x8AA4"
+noback correct "\x60A4" "\x5306"
+noback correct "\x60A6" "\x6085"
+noback correct "\x60A9" "\x60F1"
+noback correct "\x60AA" "\x60E1"
+noback correct "\x60AB" "\x6128"
+noback correct "\x60AC" "\x61F8"
+noback correct "\x60AD" "\x6173"
+noback correct "\x60AE" "\x8AA4"
+noback correct "\x60AF" "\x61AB"
+noback correct "\x60CA" "\x9A5A"
+noback correct "\x60D2" "\x548C"
+noback correct "\x60D6" "\x60D5"
+noback correct "\x60DE" "\x6B23"
+noback correct "\x60E3" "\x7E3D"
+noback correct "\x60E5" "\x6142"
+noback correct "\x60E7" "\x61FC"
+noback correct "\x60E8" "\x6158"
+noback correct "\x60E9" "\x61F2"
+noback correct "\x60EB" "\x618A"
+noback correct "\x60EC" "\x611C"
+noback correct "\x60ED" "\x615A"
+noback correct "\x60EE" "\x619A"
+noback correct "\x60EF" "\x6163"
+noback correct "\x60FD" "\x60DB"
+noback correct "\x6102" "\x6096"
+noback correct "\x6111" "\x6080"
+noback correct "\x6119" "\x606A"
+noback correct ["\x611E"]"\x398F" "\x611E"
+noback correct "\x611E" "\x61E6"
+noback correct "\x6120" "\x614D"
+noback correct "\x6121" "\x6181"
+noback correct "\x6124" "\x61A4"
+noback correct "\x6126" "\x6192"
+noback correct "\x6133" "\x61FC"
+noback correct "\x6139" "\x6080"
+noback correct "\x613C" "\x614E"
+noback correct "\x613D" "\x535A"
+noback correct "\x6151" "\x61FE"
+noback correct "\x6159" "\x615A"
+noback correct "\x6160" "\x50B2"
+noback correct "\x6164" "\x6128"
+noback correct "\x616D" "\x6196"
+noback correct "\x617D" "\x617C"
+noback correct "\x617F" "\x6191"
+noback correct "\x6185" "\x615F"
+noback correct "\x6186" "\x77A0"
+noback correct "\x6187" "\x61A9"
+noback correct "\x619C" "\x60F0"
+noback correct "\x619E" "\x619D"
+noback correct "\x61D0" "\x61F7"
+noback correct "\x61D1" "\x61E3"
+noback correct "\x61D2" "\x61F6"
+noback correct "\x61D4" "\x61CD"
+noback correct "\x61D5" "\x53AD"
+noback correct "\x61D9" "\x399B"
+noback correct "\x61F4" "\x61FA"
+noback correct "\x6205" "\x6207"
+noback correct "\x6206" "\x6207"
+noback correct "\x620B" "\x6214"
+noback correct "\x620F" "\x6232"
+noback correct "\x6217" "\x6227"
+noback correct "\x6218" "\x6230"
+noback correct "\x621D" "\x8CCA"
+noback correct "\x621E" "\x621B"
+noback correct "\x6226" "\x6230"
+noback correct "\x6228" "\x38A6"
+noback correct "\x622C" "\x6229"
+noback correct "\x622F" "\x6232"
+noback correct "\x6231" "\x6232"
+noback correct "\x6237" "\x6236"
+noback correct "\x6238" "\x6236"
+noback correct "\x623C" "\x536F"
+noback correct "\x6251" "\x64B2"
+noback correct "\x6267" "\x57F7"
+noback correct "\x6269" "\x64F4"
+noback correct "\x626A" "\x636B"
+noback correct "\x626B" "\x6383"
+noback correct "\x626C" "\x63DA"
+noback correct "\x6270" "\x64FE"
+noback correct "\x6275" "\x65BC"
+noback correct "\x6285" "\x62D8"
+noback correct "\x628D" "\x62EF"
+noback correct "\x629A" "\x64AB"
+noback correct "\x629B" "\x62CB"
+noback correct "\x629C" "\x62D4"
+noback correct "\x629D" "\x62D7"
+noback correct "\x629E" "\x64C7"
+noback correct "\x629F" "\x6476"
+noback correct "\x62A0" "\x6473"
+noback correct "\x62A1" "\x6384"
+noback correct "\x62A2" "\x6436"
+noback correct "\x62A4" "\x8B77"
+noback correct "\x62A5" "\x5831"
+noback correct "\x62C0" "\x67F7"
+noback correct "\x62C1" "\x67B7"
+noback correct "\x62C5" "\x64D4"
+noback correct "\x62D5" "\x62D6"
+noback correct "\x62DD" "\x62DC"
+noback correct "\x62DE" "\x62B5"
+noback correct "\x62DF" "\x64EC"
+noback correct "\x62E0" "\x64DA"
+noback correct "\x62E1" "\x64F4"
+noback correct "\x62E2" "\x650F"
+noback correct "\x62E3" "\x63C0"
+noback correct "\x62E5" "\x64C1"
+noback correct "\x62E6" "\x6514"
+noback correct "\x62E7" "\x64F0"
+noback correct "\x62E8" "\x64A5"
+noback correct "\x62E9" "\x64C7"
+noback correct "\x62EA" "\x9077"
+noback correct "\x6304" "\x64F4"
+noback correct "\x630A" "\x5F04"
+noback correct "\x6317" "\x6289"
+noback correct "\x6319" "\x8209"
+noback correct "\x631A" "\x646F"
+noback correct "\x631B" "\x6523"
+noback correct "\x631C" "\x6397"
+noback correct "\x631D" "\x64BE"
+noback correct "\x631E" "\x64BB"
+noback correct "\x631F" "\x633E"
+noback correct "\x6320" "\x6493"
+noback correct "\x6321" "\x64CB"
+noback correct "\x6322" "\x649F"
+noback correct "\x6323" "\x6399"
+noback correct "\x6324" "\x64E0"
+noback correct "\x6325" "\x63EE"
+noback correct "\x6326" "\x648F"
+noback correct "\x6335" "\x5F04"
+noback correct "\x633F" "\x63D2"
+noback correct "\x6353" "\x63F6"
+noback correct "\x635C" "\x641C"
+noback correct "\x635D" "\x6329"
+noback correct "\x635E" "\x6488"
+noback correct "\x635F" "\x640D"
+noback correct "\x6361" "\x64BF"
+noback correct "\x6362" "\x63DB"
+noback correct "\x6363" "\x6417"
+noback correct "\x6366" "\x64D2"
+noback correct "\x63B2" "\x63ED"
+noback correct "\x63B3" "\x64C4"
+noback correct "\x63B4" "\x6451"
+noback correct "\x63B7" "\x64F2"
+noback correct "\x63B8" "\x64A3"
+noback correct "\x63BA" "\x647B"
+noback correct "\x63BB" "\x6414"
+noback correct "\x63BC" "\x645C"
+noback correct "\x63D1" "\x634F"
+noback correct "\x63D4" "\x6460"
+noback correct "\x63F7" "\x63D2"
+noback correct "\x63FA" "\x6416"
+noback correct "\x63FD" "\x652C"
+noback correct "\x63FE" "\x6435"
+noback correct "\x63FF" "\x64B3"
+noback correct "\x6400" "\x6519"
+noback correct "\x6401" "\x64F1"
+noback correct "\x6402" "\x645F"
+noback correct "\x6404" "\x63EF"
+noback correct "\x6405" "\x652A"
+noback correct "\x6407" "\x64B3"
+noback correct "\x643A" "\x651C"
+noback correct "\x643C" "\x62F3"
+noback correct "\x6442" "\x651D"
+noback correct "\x6444" "\x651D"
+noback correct "\x6445" "\x6504"
+noback correct "\x6446" "\x64FA"
+noback correct "\x6447" "\x6416"
+noback correct "\x6448" "\x64EF"
+noback correct "\x644A" "\x6524"
+noback correct "\x644F" "\x8202"
+noback correct "\x647E" "\x5F36"
+noback correct "\x6483" "\x64CA"
+noback correct "\x6484" "\x6516"
+noback correct "\x6486" "\x6487"
+noback correct "\x6491" "\x6490"
+noback correct "\x64A7" "\x7D55"
+noback correct "\x64AA" "\x3A27"
+noback correct "\x64AF" "\x64C6"
+noback correct "\x64B4" "\x6489"
+noback correct "\x64B5" "\x6506"
+noback correct "\x64B7" "\x64F7"
+noback correct "\x64B8" "\x64FC"
+noback correct "\x64B9" "\x652A"
+noback correct "\x64BA" "\x651B"
+noback correct "\x64D1" "\x63A5"
+noback correct "\x64D5" "\x651C"
+noback correct "\x64DC" "\x3A75"
+noback correct "\x64DE" "\x64FB"
+noback correct "\x64E1" "\x62AC"
+noback correct "\x64E5" "\x652C"
+noback correct "\x64E7" "\x8209"
+noback correct "\x64EA" "\x64EB"
+noback correct "\x64EE" "\x622A"
+noback correct "\x64F5" "\x6469"
+noback correct "\x64F9" "\x6524"
+noback correct "\x6502" "\x64C2"
+noback correct "\x6505" "\x6522"
+noback correct "\x6508" "\x6343"
+noback correct "\x6512" "\x6522"
+noback correct "\x651F" "\x6343"
+noback correct "\x6528" "\x6432"
+noback correct "\x6542" "\x53E9"
+noback correct "\x654C" "\x6575"
+noback correct "\x654D" "\x6558"
+noback correct "\x654E" "\x6559"
+noback correct "\x655A" "\x6553"
+noback correct "\x655B" "\x6582"
+noback correct "\x6569" "\x6586"
+noback correct "\x656D" "\x63DA"
+noback correct "\x6570" "\x6578"
+noback correct "\x657D" "\x657F"
+noback correct "\x6588" "\x5B78"
+noback correct "\x6589" "\x9F4A"
+noback correct "\x658A" "\x9F4A"
+noback correct "\x658B" "\x9F4B"
+noback correct "\x658D" "\x89BA"
+noback correct "\x658E" "\x9F4B"
+noback correct "\x6593" "\x6595"
+noback correct "\x659A" "\x659D"
+noback correct "\x65A2" "\x9EC8"
+noback correct "\x65A9" "\x65AC"
+noback correct "\x65AD" "\x65B7"
+noback correct "\x65B1" "\x65AB"
+noback correct "\x65B4" "\x7CBC"
+noback correct "\x65B5" "\x65B2"
+noback correct "\x65BE" "\x65C6"
+noback correct "\x65C9" "\x6577"
+noback correct "\x65CA" "\x74EC"
+noback correct "\x65D1" "\x65D6"
+noback correct "\x65D8" "\x5E5F"
+noback correct "\x65DC" "\x65C3"
+noback correct "\x65E0" "\x7121"
+noback correct "\x65E3" "\x65E2"
+noback correct "\x65E7" "\x820A"
+noback correct "\x65EA" "\x5354"
+noback correct "\x65F6" "\x6642"
+noback correct "\x65F7" "\x66E0"
+noback correct "\x65F8" "\x6698"
+noback correct "\x65F9" "\x6642"
+noback correct "\x65FE" "\x6625"
+noback correct "\x6616" "\x3ADF"
+noback correct "\x6617" "\x6603"
+noback correct "\x6619" "\x66C7"
+noback correct "\x661A" "\x614E"
+noback correct "\x662C" "\x660F"
+noback correct "\x6638" "\x51AC"
+noback correct "\x663B" "\x6602"
+noback correct "\x663C" "\x665D"
+noback correct "\x663D" "\x66E8"
+noback correct "\x663E" "\x986F"
+noback correct "\x663F" "\x66E0"
+noback correct "\x6644" "\x6643"
+noback correct "\x6648" "\x768E"
+noback correct "\x664B" "\x6649"
+noback correct "\x664D" "\x66C8"
+noback correct "\x6653" "\x66C9"
+noback correct "\x6654" "\x66C4"
+noback correct "\x6655" "\x6688"
+noback correct "\x6656" "\x6689"
+noback correct "\x6660" "\x665F"
+noback correct "\x6663" "\x6662"
+noback correct "\x6665" "\x7696"
+noback correct "\x6667" "\x7693"
+noback correct "\x6669" "\x665A"
+noback correct "\x666D" "\x3AF6"
+noback correct "\x6681" "\x66C9"
+noback correct "\x6682" "\x66AB"
+noback correct "\x668E" "\x6620"
+noback correct "\x6692" "\x6674"
+noback correct "\x669C" "\x666E"
+noback correct "\x669E" "\x66D2"
+noback correct "\x66A4" "\x769E"
+noback correct "\x66A6" "\x66C6"
+noback correct "\x66A7" "\x66D6"
+noback correct "\x66AD" "\x769E"
+noback correct "\x66C1" "\x66A8"
+noback correct "\x66C5" "\x66C4"
+noback correct "\x66CD" "\x769E"
+noback correct "\x66CE" "\x71E1"
+noback correct "\x66D0" "\x661F"
+noback correct "\x66D3" "\x66B4"
+noback correct "\x66D7" "\x66C4"
+noback correct "\x66DF" "\x6668"
+noback correct "\x66E1" "\x758A"
+noback correct "\x66EC" "\x6652"
+noback correct "\x66EF" "\x71ED"
+noback correct "\x66F5" "\x66F3"
+noback correct "\x66FA" "\x66F9"
+noback correct "\x66FD" "\x66FE"
+noback correct "\x670C" "\x9812"
+noback correct "\x6716" "\x6717"
+noback correct "\x6719" "\x660E"
+noback correct _1"\x767D"["\x672F"] "\x672F"
+noback correct _1"\x84BC"["\x672F"] "\x672F"
+noback correct "\x672F" "\x8853"
+noback correct "\x6736" "\x6735"
+noback correct "\x673A" "\x6A5F"
+noback correct "\x6740" "\x6BBA"
+noback correct "\x6742" "\x96DC"
+noback correct "\x6743" "\x6B0A"
+noback correct "\x6744" "\x6ACF"
+noback correct ["\x6760"]"\x8F42" "\x6760"
+noback correct "\x6760" "\x69D3"
+noback correct "\x6761" "\x689D"
+noback correct "\x6765" "\x4F86"
+noback correct "\x6768" "\x694A"
+noback correct "\x6769" "\x69AA"
+noback correct "\x6781" "\x6975"
+noback correct ["\x6784"]"\x8086" "\x6784"
+noback correct "\x6784" "\x69CB"
+noback correct "\x678F" "\x67DF"
+noback correct "\x679E" "\x6A05"
+noback correct "\x67A2" "\x6A1E"
+noback correct "\x67A3" "\x68D7"
+noback correct "\x67A5" "\x6AEA"
+noback correct "\x67A7" "\x6898"
+noback correct "\x67A8" "\x68D6"
+noback correct "\x67A9" "\x677E"
+noback correct "\x67AA" "\x69CD"
+noback correct "\x67AB" "\x6953"
+noback correct "\x67AD" "\x689F"
+noback correct "\x67B1" "\x6AAF"
+noback correct "\x67BE" "\x67FF"
+noback correct "\x67BF" "\x6AF1"
+noback correct "\x67D7" "\x677E"
+noback correct "\x67DC" "\x6AC3"
+noback correct "\x67E0" "\x6AB8"
+noback correct "\x67FB" "\x67E5"
+noback correct "\x67FD" "\x6A89"
+noback correct "\x67FE" "\x67E9"
+noback correct "\x6800" "\x6894"
+noback correct "\x6801" "\x67F3"
+noback correct "\x6802" "\x6885"
+noback correct "\x6804" "\x69AE"
+noback correct "\x6805" "\x67F5"
+noback correct "\x6806" "\x68D7"
+noback correct "\x6807" "\x6A19"
+noback correct "\x6808" "\x68E7"
+noback correct "\x6809" "\x6ADB"
+noback correct "\x680A" "\x6AF3"
+noback correct "\x680B" "\x68DF"
+noback correct "\x680C" "\x6AE8"
+noback correct "\x680E" "\x6ADF"
+noback correct "\x680F" "\x6B04"
+noback correct "\x6810" "\x67E1"
+noback correct "\x6811" "\x6A39"
+noback correct _1"\x7F8A"["\x6816"]"\x83DC" "\x6816"
+noback correct ["\x6816"]"\x6816" "\x6816"
+noback correct _1"\x6816"["\x6816"] "\x6816"
+noback correct "\x6816" "\x68F2"
+noback correct "\x681E" "\x520A"
+noback correct "\x6822" "\x67CF"
+noback correct "\x6823" "\x6820"
+noback correct "\x6827" "\x67BB"
+noback correct "\x6837" "\x6A23"
+noback correct "\x683E" "\x6B12"
+noback correct "\x6852" "\x6851"
+noback correct "\x685A" "\x62F6"
+noback correct "\x685C" "\x6AFB"
+noback correct "\x685F" "\x68E7"
+noback correct "\x6860" "\x690F"
+noback correct "\x6861" "\x6A48"
+noback correct "\x6862" "\x6968"
+noback correct "\x6863" "\x6A94"
+noback correct "\x6864" "\x69BF"
+noback correct "\x6865" "\x6A4B"
+noback correct "\x6866" "\x6A3A"
+noback correct "\x6867" "\x6A9C"
+noback correct "\x6868" "\x69F3"
+noback correct "\x6869" "\x6A01"
+noback correct "\x686A" "\x6A33"
+noback correct "\x6870" "\x681D"
+noback correct "\x687A" "\x67F3"
+noback correct "\x6884" "\x69F1"
+noback correct "\x6895" "\x6752"
+noback correct "\x6899" "\x69F5"
+noback correct "\x68A5" "\x677E"
+noback correct "\x68A6" "\x5922"
+noback correct "\x68B8" "\x68A8"
+noback correct "\x68B9" "\x6AB3"
+noback correct "\x68BC" "\x6AAE"
+noback correct "\x68BE" "\x68F6"
+noback correct "\x68BF" "\x69E4"
+noback correct "\x68C0" "\x6AA2"
+noback correct "\x68C1" "\x68B2"
+noback correct "\x68C2" "\x6AFA"
+noback correct "\x68C3" "\x68A8"
+noback correct "\x68C5" "\x67C4"
+noback correct "\x68CA" "\x68CB"
+noback correct "\x68E2" "\x8F1E"
+noback correct "\x6900" "\x7897"
+noback correct "\x6901" "\x69E8"
+noback correct "\x6909" "\x4E58"
+noback correct "\x6918" "\x695A"
+noback correct "\x691C" "\x6AA2"
+noback correct "\x691D" "\x69FC"
+noback correct "\x691F" "\x6ADD"
+noback correct "\x6920" "\x69E7"
+noback correct "\x6922" "\x69F6"
+noback correct "\x6924" "\x6B0F"
+noback correct "\x6926" "\x68EC"
+noback correct "\x692B" "\x6A3F"
+noback correct "\x692D" "\x6A62"
+noback correct "\x692E" "\x69EE"
+noback correct "\x6936" "\x68D5"
+noback correct "\x694D" "\x672C"
+noback correct "\x6950" "\x5E8E"
+noback correct "\x6955" "\x6A62"
+noback correct "\x6961" "\x6986"
+noback correct "\x6964" "\x68C7"
+noback correct "\x6967" "\x67CD"
+noback correct "\x6973" "\x6885"
+noback correct "\x697C" "\x6A13"
+noback correct "\x697D" "\x6A02"
+noback correct "\x6984" "\x6B16"
+noback correct "\x6985" "\x69B2"
+noback correct "\x6987" "\x6AEC"
+noback correct "\x6988" "\x6ADA"
+noback correct "\x6989" "\x6AF8"
+noback correct "\x699D" "\x6A27"
+noback correct "\x699F" "\x6893"
+noback correct "\x69A2" "\x67B6"
+noback correct "\x69C0" "\x69C1"
+noback correct "\x69C7" "\x69D9"
+noback correct "\x69D1" "\x6885"
+noback correct "\x69D2" "\x6149"
+noback correct "\x69D5" "\x684C"
+noback correct "\x69D6" "\x6A50"
+noback correct "\x69D7" "\x6A4B"
+noback correct "\x69DA" "\x6A9F"
+noback correct "\x69DB" "\x6ABB"
+noback correct "\x69DC" "\x6A87"
+noback correct "\x69DE" "\x6AF3"
+noback correct "\x69DF" "\x6AB3"
+noback correct "\x69E0" "\x6AE7"
+noback correct "\x69E1" "\x6851"
+noback correct "\x69EA" "\x6982"
+noback correct "\x69F9" "\x69D4"
+noback correct "\x69FA" "\x41B2"
+noback correct "\x6A03" "\x6879"
+noback correct "\x6A10" "\x6AD3"
+noback correct "\x6A11" "\x6881"
+noback correct "\x6A12" "\x6993"
+noback correct "\x6A24" "\x689D"
+noback correct "\x6A29" "\x6B0A"
+noback correct "\x6A2A" "\x6A6B"
+noback correct "\x6A2C" "\x68C7"
+noback correct "\x6A2F" "\x6AA3"
+noback correct "\x6A31" "\x6AFB"
+noback correct "\x6A37" "\x53E2"
+noback correct "\x6A45" "\x6A21"
+noback correct "\x6A4A" "\x69B4"
+noback correct "\x6A53" "\x8563"
+noback correct "\x6A5C" "\x6A5B"
+noback correct "\x6A65" "\x6AEB"
+noback correct "\x6A70" "\x69D4"
+noback correct "\x6A71" "\x6AE5"
+noback correct "\x6A79" "\x6AD3"
+noback correct "\x6A7C" "\x6ADE"
+noback correct "\x6A86" "\x6749"
+noback correct "\x6A9D" "\x696B"
+noback correct "\x6AA9" "\x6A81"
+noback correct "\x6AAA" "\x6ADF"
+noback correct "\x6AB1" "\x68CB"
+noback correct "\x6AC0" "\x68CB"
+noback correct "\x6AC1" "\x6993"
+noback correct "\x6AC4" "\x6776"
+noback correct "\x6AC8" "\x51F3"
+noback correct "\x6AC9" "\x6AE5"
+noback correct "\x6AD5" "\x6B11"
+noback correct "\x6AE9" "\x6A90"
+noback correct "\x6B01" "\x8FB2"
+noback correct "\x6B05" "\x6AF8"
+noback correct "\x6B1D" "\x9B31"
+noback correct "\x6B22" "\x6B61"
+noback correct "\x6B24" "\x6B5F"
+noback correct "\x6B27" "\x6B50"
+noback correct "\x6B35" "\x6B3E"
+noback correct "\x6B53" "\x6B61"
+noback correct "\x6B57" "\x562F"
+noback correct "\x6B58" "\x6B3B"
+noback correct "\x6B5B" "\x6582"
+noback correct "\x6B5D" "\x6581"
+noback correct "\x6B68" "\x6B65"
+noback correct "\x6B69" "\x6B65"
+noback correct "\x6B6C" "\x524D"
+noback correct "\x6B6E" "\x6F80"
+noback correct "\x6B6F" "\x9F52"
+noback correct "\x6B70" "\x6F80"
+noback correct "\x6B71" "\x8E35"
+noback correct "\x6B73" "\x6B72"
+noback correct "\x6B74" "\x6B77"
+noback correct "\x6B7A" "\x9910"
+noback correct "\x6B7C" "\x6BB2"
+noback correct "\x6B81" "\x6B7F"
+noback correct "\x6B87" "\x6BA4"
+noback correct "\x6B8B" "\x6B98"
+noback correct "\x6B92" "\x6B9E"
+noback correct "\x6B93" "\x6BAE"
+noback correct "\x6B9A" "\x6BAB"
+noback correct "\x6BA1" "\x6BAF"
+noback correct "\x6BB4" "\x6BC6"
+noback correct "\x6BBB" "\x6BBC"
+noback correct "\x6BC1" "\x6BC0"
+noback correct "\x6BC2" "\x8F42"
+noback correct "\x6BC3" "\x6572"
+noback correct "\x6BC9" "\x91AB"
+noback correct "\x6BCE" "\x6BCF"
+noback correct "\x6BD5" "\x7562"
+noback correct "\x6BD9" "\x6583"
+noback correct "\x6BE1" "\x6C08"
+noback correct "\x6BF4" "\x5C44"
+noback correct "\x6BF5" "\x6BFF"
+noback correct "\x6BF6" "\x6BFF"
+noback correct "\x6BFA" "\x6BF9"
+noback correct "\x6C07" "\x6C0C"
+noback correct "\x6C0A" "\x6C08"
+noback correct "\x6C0E" "\x3CB2"
+noback correct "\x6C14" "\x6C23"
+noback correct "\x6C17" "\x6C23"
+noback correct "\x6C22" "\x6C2B"
+noback correct "\x6C29" "\x6C2C"
+noback correct "\x6C32" "\x6C33"
+noback correct "\x6C37" "\x51B0"
+noback correct "\x6C3A" "\x6C34"
+noback correct "\x6C3C" "\x6EBA"
+noback correct "\x6C44" "\x3CC1"
+noback correct "\x6C45" "\x6C94"
+noback correct "\x6C47" "\x532F"
+noback correct "\x6C49" "\x6F22"
+noback correct "\x6C53" "\x6CC5"
+noback correct "\x6C5A" "\x6C59"
+noback correct "\x6C61" "\x6C59"
+noback correct "\x6C64" "\x6E6F"
+noback correct "\x6C79" "\x6D36"
+noback correct "\x6C9F" "\x6E9D"
+noback correct "\x6CA1" "\x6C92"
+noback correct "\x6CA2" "\x6FA4"
+noback correct "\x6CA3" "\x7043"
+noback correct "\x6CA4" "\x6F1A"
+noback correct "\x6CA5" "\x701D"
+noback correct "\x6CA6" "\x6DEA"
+noback correct "\x6CA7" "\x6EC4"
+noback correct "\x6CA8" "\x6E22"
+noback correct "\x6CA9" "\x6E88"
+noback correct "\x6CAA" "\x6EEC"
+noback correct "\x6CB2" "\x6CB1"
+noback correct "\x6CC8" "\x6C77"
+noback correct "\x6CCE" "\x7042"
+noback correct "\x6CDE" "\x6FD8"
+noback correct "\x6CE4" "\x6D0D"
+noback correct "\x6CEA" "\x6DDA"
+noback correct "\x6CF4" "\x76E5"
+noback correct "\x6CF6" "\x6FA9"
+noback correct "\x6CF7" "\x7027"
+noback correct "\x6CF8" "\x7018"
+noback correct "\x6CFA" "\x6FFC"
+noback correct "\x6CFB" "\x7009"
+noback correct "\x6CFC" "\x6F51"
+noback correct "\x6CFD" "\x6FA4"
+noback correct "\x6CFE" "\x6D87"
+noback correct "\x6D01" "\x6F54"
+noback correct "\x6D02" "\x6DB2"
+noback correct "\x6D1C" "\x6D1B"
+noback correct "\x6D24" "\x6CC9"
+noback correct "\x6D43" "\x6D79"
+noback correct "\x6D44" "\x6DE8"
+noback correct "\x6D45" "\x6DFA"
+noback correct "\x6D46" "\x6F3F"
+noback correct "\x6D47" "\x6F86"
+noback correct "\x6D48" "\x6E5E"
+noback correct "\x6D49" "\x6EAE"
+noback correct "\x6D4A" "\x6FC1"
+noback correct "\x6D4B" "\x6E2C"
+noback correct "\x6D4D" "\x6FAE"
+noback correct "\x6D4E" "\x6FDF"
+noback correct "\x6D4F" "\x700F"
+noback correct "\x6D50" "\x6EFB"
+noback correct "\x6D51" "\x6E3E"
+noback correct "\x6D52" "\x6EF8"
+noback correct "\x6D53" "\x6FC3"
+noback correct "\x6D54" "\x6F6F"
+noback correct "\x6D55" "\x6FDC"
+noback correct "\x6D71" "\x6F18"
+noback correct "\x6D72" "\x6F28"
+noback correct "\x6D81" "\x6EF2"
+noback correct "\x6D99" "\x6DDA"
+noback correct "\x6D9A" "\x6D97"
+noback correct "\x6D9B" "\x6FE4"
+noback correct "\x6D9C" "\x7006"
+noback correct "\x6D9D" "\x6F87"
+noback correct "\x6D9E" "\x6DF6"
+noback correct "\x6D9F" "\x6F23"
+noback correct "\x6DA0" "\x6F7F"
+noback correct "\x6DA1" "\x6E26"
+noback correct "\x6DA2" "\x6EB3"
+noback correct "\x6DA3" "\x6E19"
+noback correct "\x6DA4" "\x6ECC"
+noback correct "\x6DA6" "\x6F64"
+noback correct "\x6DA7" "\x6F97"
+noback correct "\x6DA8" "\x6F32"
+noback correct "\x6DA9" "\x6F80"
+noback correct "\x6DB0" "\x555C"
+noback correct "\x6DB1" "\x6F32"
+noback correct "\x6DE7" "\x3D35"
+noback correct "\x6DF8" "\x6E05"
+noback correct "\x6DFE" "\x98F2"
+noback correct "\x6E01" "\x6DF5"
+noback correct "\x6E06" "\x6DF5"
+noback correct "\x6E07" "\x6E34"
+noback correct "\x6E08" "\x6FDF"
+noback correct "\x6E09" "\x6D89"
+noback correct "\x6E0A" "\x6DF5"
+noback correct "\x6E0B" "\x6F80"
+noback correct "\x6E0C" "\x6DE5"
+noback correct "\x6E0D" "\x6F2C"
+noback correct "\x6E0E" "\x7006"
+noback correct "\x6E10" "\x6F38"
+noback correct "\x6E11" "\x6FA0"
+noback correct "\x6E13" "\x6EAA"
+noback correct "\x6E14" "\x6F01"
+noback correct "\x6E15" "\x6DF5"
+noback correct "\x6E16" "\x700B"
+noback correct "\x6E17" "\x6EF2"
+noback correct "\x6E29" "\x6EAB"
+noback correct "\x6E2A" "\x6FE1"
+noback correct "\x6E37" "\x6C87"
+noback correct "\x6E59" "\x3D12"
+noback correct "\x6E76" "\x6CC9"
+noback correct "\x6E7B" "\x6DF3"
+noback correct "\x6E7C" "\x6D85"
+noback correct "\x6E7D" "\x6DC4"
+noback correct "\x6E7E" "\x7063"
+noback correct "\x6E7F" "\x6FD5"
+noback correct "\x6E80" "\x6EFF"
+noback correct "\x6E81" "\x6FDA"
+noback correct "\x6E83" "\x6F70"
+noback correct "\x6E85" "\x6FFA"
+noback correct "\x6E86" "\x6F35"
+noback correct "\x6E87" "\x6F0A"
+noback correct "\x6E8C" "\x6F51"
+noback correct "\x6EAC" "\x3CFE"
+noback correct "\x6ED7" "\x6F77"
+noback correct "\x6ED9" "\x532F"
+noback correct "\x6EDA" "\x6EFE"
+noback correct "\x6EDB" "\x6DEB"
+noback correct "\x6EDD" "\x7027"
+noback correct "\x6EDE" "\x6EEF"
+noback correct "\x6EDF" "\x7069"
+noback correct "\x6EE0" "\x7044"
+noback correct "\x6EE1" "\x6EFF"
+noback correct "\x6EE2" "\x7005"
+noback correct "\x6EE3" "\x6F18"
+noback correct "\x6EE4" "\x6FFE"
+noback correct "\x6EE5" "\x6FEB"
+noback correct "\x6EE6" "\x7064"
+noback correct "\x6EE8" "\x6FF1"
+noback correct "\x6EE9" "\x7058"
+noback correct "\x6EEA" "\x6FA6"
+noback correct "\x6F04" "\x6DAF"
+noback correct "\x6F0B" "\x6E70"
+noback correct "\x6F11" "\x6E89"
+noback correct "\x6F42" "\x6D2A"
+noback correct "\x6F44" "\x6F31"
+noback correct "\x6F45" "\x704C"
+noback correct "\x6F46" "\x7020"
+noback correct "\x6F47" "\x701F"
+noback correct "\x6F4B" "\x7032"
+noback correct "\x6F4D" "\x6FF0"
+noback correct "\x6F59" "\x6E88"
+noback correct "\x6F5C" "\x6F5B"
+noback correct "\x6F68" "\x6F40"
+noback correct "\x6F74" "\x7026"
+noback correct "\x6F79" "\x6F7A"
+noback correct "\x6F81" "\x6F80"
+noback correct "\x6F8F" "\x6D5B"
+noback correct "\x6F91" "\x6E9C"
+noback correct "\x6F98" "\x6F78"
+noback correct "\x6F9B" "\x6EF7"
+noback correct "\x6F9C" "\x703E"
+noback correct "\x6F9F" "\x51DC"
+noback correct "\x6FB7" "\x6F2B"
+noback correct "\x6FC5" "\x6D78"
+noback correct "\x6FD1" "\x7028"
+noback correct "\x6FD2" "\x7015"
+noback correct "\x6FD3" "\x6FC2"
+noback correct "\x6FF3" "\x6F5B"
+noback correct "\x6FF5" "\x6FF1"
+noback correct "\x6FF6" "\x95CA"
+noback correct "\x6FFD" "\x7052"
+noback correct "\x7002" "\x6EF7"
+noback correct "\x7010" "\x7038"
+noback correct "\x7012" "\x6FC7"
+noback correct "\x7025" "\x6EC8"
+noback correct "\x702C" "\x7028"
+noback correct "\x7047" "\x6F40"
+noback correct "\x704D" "\x3D50"
+noback correct "\x704E" "\x7069"
+noback correct "\x704F" "\x705D"
+noback correct "\x7054" "\x7069"
+noback correct "\x7067" "\x7069"
+noback correct "\x706C" "\x706B"
+noback correct "\x706D" "\x6EC5"
+noback correct "\x706F" "\x71C8"
+noback correct "\x7072" "\x7071"
+noback correct "\x7073" "\x8F1D"
+noback correct "\x7075" "\x9748"
+noback correct "\x707B" "\x8D64"
+noback correct "\x707E" "\x707D"
+noback correct "\x707F" "\x71E6"
+noback correct "\x7080" "\x716C"
+noback correct "\x7089" "\x7210"
+noback correct "\x708C" "\x70D7"
+noback correct "\x708D" "\x53DB"
+noback correct "\x7096" "\x71C9"
+noback correct "\x7097" "\x5149"
+noback correct "\x709C" "\x7152"
+noback correct "\x709D" "\x7197"
+noback correct "\x70B2" "\x70B1"
+noback correct "\x70B9" "\x9EDE"
+noback correct "\x70BC" "\x7149"
+noback correct "\x70BD" "\x71BE"
+noback correct "\x70C1" "\x720D"
+noback correct "\x70C2" "\x721B"
+noback correct "\x70C3" "\x70F4"
+noback correct "\x70C9" "\x7165"
+noback correct "\x70D6" "\x707D"
+noback correct "\x70DB" "\x71ED"
+noback correct "\x70E3" "\x6062"
+noback correct "\x70E6" "\x7169"
+noback correct "\x70E7" "\x71D2"
+noback correct "\x70E8" "\x71C1"
+noback correct "\x70E9" "\x71F4"
+noback correct "\x70EB" "\x71D9"
+noback correct "\x70EC" "\x71FC"
+noback correct "\x70ED" "\x71B1"
+noback correct "\x70EE" "\x70C8"
+noback correct "\x70F1" "\x70AF"
+noback correct "\x70F5" "\x707C"
+noback correct "\x70FE" "\x8D64"
+noback correct "\x7108" "\x7199"
+noback correct "\x710F" "\x4E9F"
+noback correct "\x7114" "\x7130"
+noback correct "\x7115" "\x7165"
+noback correct "\x7116" "\x71DC"
+noback correct "\x7118" "\x71FE"
+noback correct "\x7124" "\x8150"
+noback correct "\x7127" "\x719C"
+noback correct "\x7133" "\x721D"
+noback correct "\x7134" "\x715C"
+noback correct "\x713C" "\x71D2"
+noback correct "\x7145" "\x935B"
+noback correct "\x7151" "\x716E"
+noback correct "\x716B" "\x71E7"
+noback correct "\x716D" "\x70C8"
+noback correct "\x717A" "\x3DDF"
+noback correct "\x717C" "\x7092"
+noback correct "\x717F" "\x7206"
+noback correct "\x7188" "\x7199"
+noback correct "\x718D" "\x712A"
+noback correct "\x7196" "\x7130"
+noback correct "\x71A2" "\x70FD"
+noback correct "\x71A6" "\x721D"
+noback correct "\x71AB" "\x7099"
+noback correct "\x71BA" "\x71B9"
+noback correct "\x71D1" "\x70D4"
+noback correct "\x71D3" "\x711A"
+noback correct "\x71D7" "\x721B"
+noback correct "\x71EA" "\x719C"
+noback correct "\x71EB" "\x7191"
+noback correct "\x71EF" "\x7227"
+noback correct "\x71F3" "\x7167"
+noback correct "\x7200" "\x8D6B"
+noback correct "\x720B" "\x718F"
+noback correct "\x720F" "\x3DF4"
+noback correct "\x7215" "\x71EE"
+noback correct "\x7217" "\x71C1"
+noback correct "\x7224" "\x721B"
+noback correct "\x7225" "\x71ED"
+noback correct "\x722B" "\x722A"
+noback correct "\x7231" "\x611B"
+noback correct "\x7232" "\x70BA"
+noback correct "\x7237" "\x723A"
+noback correct "\x723C" "\x4FCE"
+noback correct "\x7240" "\x5E8A"
+noback correct "\x7245" "\x5889"
+noback correct "\x724D" "\x7258"
+noback correct "\x7255" "\x7A97"
+noback correct "\x7271" "\x7241"
+noback correct "\x7275" "\x727D"
+noback correct "\x727A" "\x72A7"
+noback correct "\x7282" "\x7281"
+noback correct "\x7287" "\x5954"
+noback correct "\x728A" "\x72A2"
+noback correct "\x72A0" "\x72A7"
+noback correct "\x72AB" "\x72A8"
+noback correct "\x72B2" "\x8C7A"
+noback correct "\x72B6" "\x72C0"
+noback correct "\x72B7" "\x7377"
+noback correct "\x72B8" "\x7341"
+noback correct "\x72B9" "\x7336"
+noback correct "\x72C8" "\x72FD"
+noback correct "\x72DD" "\x736E"
+noback correct "\x72DE" "\x7370"
+noback correct "\x72E2" "\x8C89"
+noback correct "\x72E5" "\x5F87"
+noback correct "\x72EC" "\x7368"
+noback correct "\x72ED" "\x72F9"
+noback correct "\x72EE" "\x7345"
+noback correct "\x72EF" "\x736A"
+noback correct "\x72F0" "\x7319"
+noback correct "\x72F1" "\x7344"
+noback correct "\x72F2" "\x733B"
+noback correct "\x7302" "\x608D"
+noback correct "\x7303" "\x736B"
+noback correct "\x730E" "\x7375"
+noback correct "\x7310" "\x7F8C"
+noback correct "\x7315" "\x737C"
+noback correct "\x731F" "\x7375"
+noback correct "\x7321" "\x7380"
+noback correct "\x732A" "\x8C6C"
+noback correct "\x732B" "\x8C93"
+noback correct "\x732C" "\x875F"
+noback correct "\x732E" "\x737B"
+noback correct "\x732F" "\x8C92"
+noback correct "\x7346" "\x55E5"
+noback correct "\x734B" "\x55E5"
+noback correct ["\x734F"]"\x3E94" "\x734F"
+noback correct "\x734F" "\x8C98"
+noback correct "\x7354" "\x55E5"
+noback correct "\x736D" "\x737A"
+noback correct "\x7371" "\x7335"
+noback correct "\x7391" "\x74A3"
+noback correct "\x7399" "\x74B5"
+noback correct "\x739B" "\x746A"
+noback correct "\x739C" "\x7392"
+noback correct "\x739E" "\x7806"
+noback correct "\x73AE" "\x744B"
+noback correct "\x73AF" "\x74B0"
+noback correct "\x73B0" "\x73FE"
+noback correct "\x73B1" "\x7472"
+noback correct "\x73BA" "\x74BD"
+noback correct "\x73C1" "\x74F7"
+noback correct "\x73CE" "\x73CD"
+noback correct "\x73CF" "\x73A8"
+noback correct "\x73D0" "\x743A"
+noback correct "\x73D1" "\x74CF"
+noback correct "\x73E1" "\x7434"
+noback correct "\x73E4" "\x5BF6"
+noback correct "\x73F0" "\x74AB"
+noback correct "\x73F1" "\x74D4"
+noback correct "\x73F2" "\x743F"
+noback correct "\x73F7" "\x7894"
+noback correct "\x740E" "\x74A1"
+noback correct "\x740F" "\x7489"
+noback correct "\x7410" "\x7463"
+noback correct "\x741E" "\x8056"
+noback correct "\x7439" "\x7434"
+noback correct "\x743C" "\x74CA"
+noback correct "\x743E" "\x73A0"
+noback correct "\x7447" "\x73B3"
+noback correct "\x744C" "\x74C0"
+noback correct "\x7458" "\x740A"
+noback correct "\x7460" "\x7409"
+noback correct "\x7468" "\x74A1"
+noback correct "\x7474" "\x73A8"
+noback correct "\x7476" "\x7464"
+noback correct "\x7477" "\x74A6"
+noback correct "\x747B" "\x7428"
+noback correct "\x7484" "\x749F"
+noback correct "\x748E" "\x74D4"
+noback correct "\x7493" "\x7407"
+noback correct "\x7496" "\x74A9"
+noback correct "\x74A2" "\x7409"
+noback correct "\x74C8" "\x7483"
+noback correct "\x74C9" "\x74DA"
+noback correct "\x74CC" "\x7470"
+noback correct "\x74CE" "\x3EDD"
+noback correct "\x74D1" "\x74C5"
+noback correct "\x74D2" "\x74DA"
+noback correct "\x74EB" "\x76C6"
+noback correct "\x74EF" "\x750C"
+noback correct "\x7501" "\x74F6"
+noback correct "\x7506" "\x74F7"
+noback correct "\x751B" "\x751C"
+noback correct "\x751E" "\x5617"
+noback correct "\x7520" "\x591D"
+noback correct "\x7523" "\x7522"
+noback correct "\x7524" "\x8564"
+noback correct "\x7535" "\x96FB"
+noback correct "\x753B" "\x756B"
+noback correct "\x7544" "\x7559"
+noback correct "\x7545" "\x66A2"
+noback correct "\x7546" "\x755D"
+noback correct "\x754A" "\x8015"
+noback correct "\x754D" "\x754C"
+noback correct "\x7552" "\x755D"
+noback correct "\x755E" "\x755D"
+noback correct "\x7561" "\x5793"
+noback correct "\x7567" "\x7565"
+noback correct "\x7568" "\x756A"
+noback correct "\x756E" "\x755D"
+noback correct "\x7571" "\x7559"
+noback correct "\x7572" "\x756C"
+noback correct "\x7573" "\x758A"
+noback correct "\x7574" "\x7587"
+noback correct "\x7575" "\x756B"
+noback correct "\x757A" "\x7586"
+noback correct "\x757B" "\x584D"
+noback correct "\x7589" "\x758A"
+noback correct "\x758E" "\x758F"
+noback correct "\x7596" "\x7664"
+noback correct "\x7597" "\x7642"
+noback correct "\x759E" "\x3F73"
+noback correct "\x759F" "\x7627"
+noback correct "\x75A0" "\x7658"
+noback correct "\x75A1" "\x760D"
+noback correct "\x75A9" "\x7601"
+noback correct "\x75AC" "\x3FDB"
+noback correct "\x75AD" "\x7632"
+noback correct "\x75AE" "\x7621"
+noback correct "\x75AF" "\x760B"
+noback correct "\x75B4" "\x75FE"
+noback correct "\x75C8" "\x7670"
+noback correct "\x75C9" "\x75D9"
+noback correct ["\x75D2"]"\x75A5" "\x75D2"
+noback correct _3"\x7659\x6182\x4EE5"["\x75D2"] "\x75D2"
+noback correct "\x75D2" "\x7662"
+noback correct "\x75D6" "\x555E"
+noback correct "\x75E8" "\x7646"
+noback correct "\x75E9" "\x7626"
+noback correct "\x75EA" "\x7613"
+noback correct "\x75EB" "\x7647"
+noback correct "\x75EE" "\x8139"
+noback correct "\x7602" "\x555E"
+noback correct "\x7605" "\x7649"
+noback correct "\x7606" "\x3F95"
+noback correct "\x7617" "\x761E"
+noback correct "\x7618" "\x763A"
+noback correct "\x762A" "\x765F"
+noback correct "\x762B" "\x7671"
+noback correct "\x762C" "\x8139"
+noback correct ["\x762E"]"\x3F8A" "\x762E"
+noback correct "\x762E" "\x3F95"
+noback correct "\x7636" "\x55FD"
+noback correct _1"\x75C0"["\x763B"] "\x763B"
+noback correct "\x763B" "\x763A"
+noback correct "\x763E" "\x766E"
+noback correct "\x763F" "\x766D"
+noback correct "\x7645" "\x7624"
+noback correct "\x764E" "\x7647"
+noback correct "\x764F" "\x761D"
+noback correct "\x7655" "\x7670"
+noback correct "\x765D" "\x765B"
+noback correct "\x765E" "\x7669"
+noback correct "\x7661" "\x75F4"
+noback correct "\x7663" "\x766C"
+noback correct "\x7667" "\x3FDB"
+noback correct "\x766B" "\x7672"
+noback correct "\x766F" "\x81DE"
+noback correct "\x7674" "\x7675"
+noback correct "\x767A" "\x767C"
+noback correct "\x768D" "\x5373"
+noback correct "\x7690" "\x768B"
+noback correct "\x7691" "\x769A"
+noback correct "\x76A1" "\x769E"
+noback correct "\x76A5" "\x769E"
+noback correct "\x76A8" "\x661F"
+noback correct "\x76A9" "\x769D"
+noback correct "\x76B1" "\x76BA"
+noback correct "\x76B2" "\x76B8"
+noback correct "\x76B3" "\x6BEC"
+noback correct "\x76B6" "\x76BB"
+noback correct "\x76B7" "\x9F13"
+noback correct "\x76B9" "\x76B8"
+noback correct "\x76BC" "\x9F13"
+noback correct "\x76C1" "\x76C8"
+noback correct "\x76C7" "\x76CD"
+noback correct "\x76CB" "\x7F3D"
+noback correct "\x76CC" "\x7897"
+noback correct "\x76CF" "\x76DE"
+noback correct "\x76D0" "\x9E7D"
+noback correct "\x76D1" "\x76E3"
+noback correct "\x76D5" "\x4000"
+noback correct "\x76D6" "\x84CB"
+noback correct "\x76D7" "\x76DC"
+noback correct "\x76D8" "\x76E4"
+noback correct "\x76D9" "\x7C20"
+noback correct "\x76EB" "\x76E6"
+noback correct "\x76FD" "\x4031"
+noback correct "\x770C" "\x7E23"
+noback correct "\x770D" "\x7798"
+noback correct "\x7718" "\x614E"
+noback correct "\x771E" "\x771F"
+noback correct "\x7721" "\x8996"
+noback correct "\x7726" "\x7725"
+noback correct "\x772C" "\x77D3"
+noback correct "\x773F" "\x773D"
+noback correct "\x7740" "\x8457"
+noback correct "\x7741" "\x775C"
+noback correct "\x7742" "\x7709"
+noback correct "\x7750" "\x775E"
+noback correct "\x7751" "\x77BC"
+noback correct "\x7753" "\x394F"
+noback correct "\x7758" "\x778F"
+noback correct "\x7764" "\x7765"
+noback correct "\x777B" "\x4054"
+noback correct "\x7786" "\x77B6"
+noback correct "\x7792" "\x779E"
+noback correct "\x77A9" "\x77DA"
+noback correct "\x77AF" "\x77B7"
+noback correct "\x77BE" "\x7167"
+noback correct "\x77C0" "\x89B9"
+noback correct "\x77C1" "\x7785"
+noback correct "\x77C8" "\x77CF"
+noback correct "\x77D2" "\x77A2"
+noback correct "\x77DD" "\x77DC"
+noback correct "\x77DF" "\x69CA"
+noback correct "\x77E6" "\x4FAF"
+noback correct "\x77EB" "\x77EF"
+noback correct "\x77F4" "\x7887"
+noback correct "\x77F5" "\x780C"
+noback correct "\x77F6" "\x78EF"
+noback correct "\x77FE" "\x792C"
+noback correct "\x77FF" "\x7926"
+noback correct "\x7800" "\x78AD"
+noback correct "\x7801" "\x78BC"
+noback correct "\x7815" "\x788E"
+noback correct "\x7816" "\x78DA"
+noback correct "\x7817" "\x7868"
+noback correct "\x781A" "\x786F"
+noback correct "\x781C" "\x78B8"
+noback correct "\x7824" "\x7823"
+noback correct "\x7836" "\x73C0"
+noback correct "\x783A" "\x792A"
+noback correct "\x783B" "\x7931"
+noback correct "\x783E" "\x792B"
+noback correct "\x783F" "\x7926"
+noback correct "\x7840" "\x790E"
+noback correct "\x7841" "\x785C"
+noback correct "\x7842" "\x9293"
+noback correct "\x7855" "\x78A9"
+noback correct "\x7856" "\x7864"
+noback correct "\x7857" "\x78FD"
+noback correct "\x7859" "\x78D1"
+noback correct "\x785A" "\x7904"
+noback correct "\x7875" "\x78E0"
+noback correct "\x7877" "\x7906"
+noback correct "\x788D" "\x7919"
+noback correct "\x7892" "\x5D1F"
+noback correct "\x789B" "\x78E7"
+noback correct "\x789C" "\x78E3"
+noback correct "\x789D" "\x791D"
+noback correct "\x78B1" "\x9E7C"
+noback correct "\x78DC" "\x780C"
+noback correct "\x78F0" "\x58A1"
+noback correct "\x78F8" "\x7887"
+noback correct "\x7915" "\x7914"
+noback correct "\x791F" "\x7832"
+noback correct "\x7920" "\x78C1"
+noback correct "\x7921" "\x7934"
+noback correct "\x792E" "\x7832"
+noback correct "\x7932" "\x7931"
+noback correct "\x793C" "\x79AE"
+noback correct "\x7943" "\x79A1"
+noback correct "\x794E" "\x7995"
+noback correct "\x7958" "\x7B97"
+noback correct "\x7959" "\x9B45"
+noback correct "\x7962" "\x79B0"
+noback correct "\x796C" "\x7957"
+noback correct "\x796E" "\x7970"
+noback correct "\x796F" "\x798E"
+noback correct "\x7976" "\x7998"
+noback correct "\x7977" "\x79B1"
+noback correct "\x7978" "\x798D"
+noback correct "\x7980" "\x7A1F"
+noback correct "\x7984" "\x797F"
+noback correct "\x7985" "\x79AA"
+noback correct "\x7986" "\x88E8"
+noback correct "\x7987" "\x891A"
+noback correct "\x7989" "\x69F1"
+noback correct "\x799E" "\x7970"
+noback correct "\x79A5" "\x797A"
+noback correct "\x79A9" "\x7940"
+noback correct "\x79BB" "\x96E2"
+noback correct "\x79C3" "\x79BF"
+noback correct "\x79C6" "\x7A08"
+noback correct "\x79CA" "\x5E74"
+noback correct "\x79CC" "\x79CB"
+noback correct ["\x79CD"]"\x5E2B\x4E2D" "\x79CD"
+noback correct ["\x79CD"]"\x5E2B\x9053" "\x79CD"
+noback correct "\x79CD" "\x7A2E"
+noback correct "\x79D0" "\x8018"
+noback correct "\x79D4" "\x7CB3"
+noback correct "\x79D7" "\x98EB"
+noback correct "\x79D8" "\x7955"
+noback correct "\x79EF" "\x7A4D"
+noback correct "\x79F0" "\x7A31"
+noback correct "\x79FD" "\x7A62"
+noback correct "\x79FE" "\x7A60"
+noback correct "\x7A01" "\x7A3F"
+noback correct "\x7A06" "\x7A6D"
+noback correct "\x7A09" "\x7CB3"
+noback correct "\x7A0E" "\x7A05"
+noback correct "\x7A16" "\x43A7"
+noback correct "\x7A23" "\x7A4C"
+noback correct "\x7A2C" "\x7CEF"
+noback correct "\x7A32" "\x7A3B"
+noback correct "\x7A33" "\x7A69"
+noback correct "\x7A36" "\x7A22"
+noback correct "\x7A3A" "\x7A1A"
+noback correct "\x7A3E" "\x7A3F"
+noback correct "\x7A42" "\x7A57"
+noback correct "\x7A45" "\x7CE0"
+noback correct "\x7A4F" "\x7A69"
+noback correct "\x7A51" "\x7A61"
+noback correct "\x7A5E" "\x7A6D"
+noback correct "\x7A63" "\x7A70"
+noback correct "\x7A64" "\x7CEF"
+noback correct "\x7A6A" "\x7A31"
+noback correct "\x7A6F" "\x7A61"
+noback correct "\x7A77" "\x7AAE"
+noback correct "\x7A7D" "\x9631"
+noback correct "\x7A82" "\x7262"
+noback correct "\x7A83" "\x7ACA"
+noback correct "\x7A8D" "\x7AC5"
+noback correct "\x7A8E" "\x7AB5"
+noback correct "\x7A91" "\x7AAF"
+noback correct "\x7A93" "\x7A97"
+noback correct "\x7A9C" "\x7AC4"
+noback correct "\x7A9D" "\x7AA9"
+noback correct "\x7AA5" "\x7ABA"
+noback correct "\x7AA6" "\x7AC7"
+noback correct "\x7AAD" "\x7AB6"
+noback correct "\x7AB0" "\x7AAF"
+noback correct "\x7ABB" "\x7A97"
+noback correct "\x7ABD" "\x7ABE"
+noback correct "\x7AC2" "\x5BEE"
+noback correct "\x7AC6" "\x7AAE"
+noback correct "\x7AC8" "\x7076"
+noback correct "\x7AD0" "\x41CD"
+noback correct "\x7AD2" "\x5947"
+noback correct "\x7AD6" "\x8C4E"
+noback correct "\x7ADA" "\x4F47"
+noback correct "\x7ADC" "\x9F8D"
+noback correct "\x7ADD" "\x4E26"
+noback correct "\x7ADE" "\x7AF6"
+noback correct "\x7AE2" "\x4FDF"
+noback correct "\x7AE9" "\x8ABC"
+noback correct "\x7AEA" "\x8C4E"
+noback correct "\x7AF8" "\x7AF6"
+noback correct "\x7AFE" "\x7BEA"
+noback correct "\x7B03" "\x7BE4"
+noback correct "\x7B0B" "\x7B4D"
+noback correct "\x7B14" "\x7B46"
+noback correct "\x7B15" "\x7B67"
+noback correct "\x7B1F" "\x7B8D"
+noback correct "\x7B3A" "\x7B8B"
+noback correct "\x7B3C" "\x7C60"
+noback correct "\x7B3E" "\x7C69"
+noback correct "\x7B42" "\x7BEA"
+noback correct "\x7B43" "\x8335"
+noback correct "\x7B5A" "\x7BF3"
+noback correct "\x7B5B" "\x7BE9"
+noback correct "\x7B5C" "\x7C39"
+noback correct "\x7B5D" "\x7B8F"
+noback correct "\x7B5E" "\x7B56"
+noback correct "\x7B6A" "\x5323"
+noback correct "\x7B6F" "\x7BB8"
+noback correct "\x7B79" "\x7C4C"
+noback correct "\x7B7C" "\x7BD4"
+noback correct "\x7B7E" "\x7C3D"
+noback correct "\x7B80" "\x7C21"
+noback correct "\x7B8E" "\x7BEA"
+noback correct "\x7B92" "\x5E1A"
+noback correct "\x7B93" "\x7C59"
+noback correct "\x7BA3" "\x7B56"
+noback correct "\x7BA6" "\x7C00"
+noback correct "\x7BA7" "\x7BCB"
+noback correct "\x7BA8" "\x7C5C"
+noback correct "\x7BA9" "\x7C6E"
+noback correct "\x7BAA" "\x7C1E"
+noback correct "\x7BAB" "\x7C2B"
+noback correct "\x7BD1" "\x7C23"
+noback correct "\x7BD3" "\x7C0D"
+noback correct "\x7BEE" "\x7C43"
+noback correct "\x7BEF" "\x7C5B"
+noback correct "\x7C12" "\x7BE1"
+noback correct "\x7C16" "\x7C6A"
+noback correct "\x7C1B" "\x7C01"
+noback correct "\x7C2E" "\x7C2A"
+noback correct "\x7C34" "\x8661"
+noback correct "\x7C35" "\x7C2C"
+noback correct "\x7C41" "\x7C5F"
+noback correct "\x7C44" "\x7C23"
+noback correct "\x7C52" "\x7C40"
+noback correct "\x7C56" "\x7C64"
+noback correct "\x7C58" "\x7C50"
+noback correct "\x7C5D" "\x7C6F"
+noback correct "\x7C6D" "\x7C01"
+noback correct "\x7C74" "\x7CF4"
+noback correct "\x7C7B" "\x985E"
+noback correct "\x7C7C" "\x79C8"
+noback correct "\x7C87" "\x7CE0"
+noback correct "\x7C93" "\x6CD4"
+noback correct "\x7C9A" "\x9ED0"
+noback correct "\x7C9B" "\x8085"
+noback correct "\x7C9C" "\x7CF6"
+noback correct "\x7C9D" "\x7CF2"
+noback correct "\x7CA4" "\x7CB5"
+noback correct "\x7CA6" "\x71D0"
+noback correct "\x7CA7" "\x599D"
+noback correct "\x7CAA" "\x7CDE"
+noback correct "\x7CAE" "\x7CE7"
+noback correct "\x7CC1" "\x7CDD"
+noback correct "\x7CC7" "\x9931"
+noback correct "\x7CC9" "\x7CBD"
+noback correct "\x7CCD" "\x9908"
+noback correct "\x7CDA" "\x599D"
+noback correct "\x7CDB" "\x7CD6"
+noback correct "\x7CE1" "\x7CE8"
+noback correct "\x7CE3" "\x7CDD"
+noback correct "\x7CE4" "\x994A"
+noback correct "\x7CE5" "\x7CEF"
+noback correct "\x7CED" "\x7CBD"
+noback correct "\x7CF9" "\x7CF8"
+noback correct "\x7CFA" "\x7CFE"
+noback correct "\x7D25" "\x7D2E"
+noback correct "\x7D27" "\x7DCA"
+noback correct "\x7D2A" "\x7DC0"
+noback correct "\x7D2D" "\x7D18"
+noback correct "\x7D4C" "\x7D93"
+noback correct "\x7D5D" "\x8932"
+noback correct "\x7D64" "\x7DDA"
+noback correct "\x7D75" "\x7E6A"
+noback correct "\x7D76" "\x7D55"
+noback correct "\x7D77" "\x7E36"
+noback correct "\x7D78" "\x7E6D"
+noback correct "\x7D82" "\x7D71"
+noback correct "\x7D89" "\x7E61"
+noback correct "\x7D8B" "\x7D18"
+noback correct "\x7D95" "\x7E54"
+noback correct "\x7D98" "\x7E2B"
+noback correct "\x7D99" "\x7E7C"
+noback correct "\x7D9A" "\x7E8C"
+noback correct "\x7DA4" "\x7D39"
+noback correct "\x7DA8" "\x7DA6"
+noback correct "\x7DAB" "\x7DDA"
+noback correct "\x7DB3" "\x7E43"
+noback correct "\x7DD0" "\x7E41"
+noback correct "\x7DD1" "\x7DA0"
+noback correct "\x7DDC" "\x7DBF"
+noback correct "\x7DE4" "\x7D32"
+noback correct "\x7DE5" "\x8913"
+noback correct "\x7DFC" "\x7E15"
+noback correct "\x7DFD" "\x8D6C"
+noback correct "\x7DFE" "\x7E8F"
+noback correct "\x7E02" "\x7E3D"
+noback correct "\x7E26" "\x7E31"
+noback correct "\x7E27" "\x7D5B"
+noback correct "\x7E4D" "\x7E61"
+noback correct "\x7E66" "\x7E48"
+noback correct "\x7E6E" "\x97C1"
+noback correct "\x7E89" "\x7E98"
+noback correct "\x7E8E" "\x7E96"
+noback correct "\x7E92" "\x7E8F"
+noback correct "\x7E9F" "\x7CF8"
+noback correct "\x7EA0" "\x7CFE"
+noback correct "\x7EA1" "\x7D06"
+noback correct "\x7EA2" "\x7D05"
+noback correct "\x7EA3" "\x7D02"
+noback correct "\x7EA4" "\x7E96"
+noback correct "\x7EA5" "\x7D07"
+noback correct "\x7EA6" "\x7D04"
+noback correct "\x7EA7" "\x7D1A"
+noback correct "\x7EA8" "\x7D08"
+noback correct "\x7EA9" "\x7E8A"
+noback correct "\x7EAA" "\x7D00"
+noback correct "\x7EAB" "\x7D09"
+noback correct "\x7EAC" "\x7DEF"
+noback correct "\x7EAD" "\x7D1C"
+noback correct "\x7EAE" "\x7D18"
+noback correct "\x7EAF" "\x7D14"
+noback correct "\x7EB0" "\x7D15"
+noback correct "\x7EB1" "\x7D17"
+noback correct "\x7EB2" "\x7DB1"
+noback correct "\x7EB3" "\x7D0D"
+noback correct "\x7EB4" "\x7D1D"
+noback correct "\x7EB5" "\x7E31"
+noback correct "\x7EB6" "\x7DB8"
+noback correct "\x7EB7" "\x7D1B"
+noback correct "\x7EB8" "\x7D19"
+noback correct "\x7EB9" "\x7D0B"
+noback correct "\x7EBA" "\x7D21"
+noback correct "\x7EBB" "\x7D35"
+noback correct "\x7EBC" "\x7D16"
+noback correct "\x7EBD" "\x7D10"
+noback correct "\x7EBE" "\x7D13"
+noback correct "\x7EBF" "\x7DDA"
+noback correct "\x7EC0" "\x7D3A"
+noback correct "\x7EC1" "\x7D32"
+noback correct "\x7EC2" "\x7D31"
+noback correct "\x7EC3" "\x7DF4"
+noback correct "\x7EC4" "\x7D44"
+noback correct "\x7EC5" "\x7D33"
+noback correct "\x7EC6" "\x7D30"
+noback correct "\x7EC7" "\x7E54"
+noback correct "\x7EC8" "\x7D42"
+noback correct "\x7EC9" "\x7E10"
+noback correct "\x7ECA" "\x7D46"
+noback correct "\x7ECB" "\x7D3C"
+noback correct "\x7ECC" "\x7D40"
+noback correct "\x7ECD" "\x7D39"
+noback correct "\x7ECE" "\x7E79"
+noback correct "\x7ECF" "\x7D93"
+noback correct "\x7ED0" "\x7D3F"
+noback correct "\x7ED1" "\x7D81"
+noback correct "\x7ED2" "\x7D68"
+noback correct "\x7ED3" "\x7D50"
+noback correct "\x7ED4" "\x8932"
+noback correct "\x7ED5" "\x7E5E"
+noback correct "\x7ED6" "\x7D70"
+noback correct "\x7ED7" "\x7D4E"
+noback correct "\x7ED8" "\x7E6A"
+noback correct "\x7ED9" "\x7D66"
+noback correct "\x7EDA" "\x7D62"
+noback correct "\x7EDB" "\x7D73"
+noback correct "\x7EDC" "\x7D61"
+noback correct "\x7EDD" "\x7D55"
+noback correct "\x7EDE" "\x7D5E"
+noback correct "\x7EDF" "\x7D71"
+noback correct "\x7EE0" "\x7D86"
+noback correct "\x7EE1" "\x7D83"
+noback correct "\x7EE2" "\x7D79"
+noback correct "\x7EE3" "\x7E61"
+noback correct "\x7EE4" "\x7D8C"
+noback correct "\x7EE5" "\x7D8F"
+noback correct "\x7EE6" "\x7D5B"
+noback correct "\x7EE7" "\x7E7C"
+noback correct "\x7EE8" "\x7D88"
+noback correct "\x7EE9" "\x7E3E"
+noback correct "\x7EEA" "\x7DD2"
+noback correct "\x7EEB" "\x7DBE"
+noback correct "\x7EEC" "\x7DD3"
+noback correct "\x7EED" "\x7E8C"
+noback correct "\x7EEE" "\x7DBA"
+noback correct "\x7EEF" "\x7DCB"
+noback correct "\x7EF0" "\x7DBD"
+noback correct "\x7EF1" "\x7DD4"
+noback correct "\x7EF2" "\x7DC4"
+noback correct "\x7EF3" "\x7E69"
+noback correct "\x7EF4" "\x7DAD"
+noback correct "\x7EF5" "\x7DBF"
+noback correct "\x7EF6" "\x7DAC"
+noback correct "\x7EF7" "\x7E43"
+noback correct "\x7EF8" "\x7DA2"
+noback correct "\x7EF9" "\x7DAF"
+noback correct "\x7EFA" "\x7DB9"
+noback correct "\x7EFB" "\x7DA3"
+noback correct "\x7EFC" "\x7D9C"
+noback correct "\x7EFD" "\x7DBB"
+noback correct "\x7EFE" "\x7DB0"
+noback correct "\x7EFF" "\x7DA0"
+noback correct "\x7F00" "\x7DB4"
+noback correct "\x7F01" "\x7DC7"
+noback correct "\x7F02" "\x7DD9"
+noback correct "\x7F03" "\x7DD7"
+noback correct "\x7F04" "\x7DD8"
+noback correct "\x7F05" "\x7DEC"
+noback correct "\x7F06" "\x7E9C"
+noback correct "\x7F07" "\x7DF9"
+noback correct "\x7F08" "\x7DF2"
+noback correct "\x7F09" "\x7DDD"
+noback correct "\x7F0A" "\x7E15"
+noback correct "\x7F0B" "\x7E62"
+noback correct "\x7F0C" "\x7DE6"
+noback correct "\x7F0D" "\x7D9E"
+noback correct "\x7F0E" "\x7DDE"
+noback correct "\x7F0F" "\x7DF6"
+noback correct "\x7F10" "\x7DDA"
+noback correct "\x7F11" "\x7DF1"
+noback correct "\x7F12" "\x7E0B"
+noback correct "\x7F13" "\x7DE9"
+noback correct "\x7F14" "\x7DE0"
+noback correct "\x7F15" "\x7E37"
+noback correct "\x7F16" "\x7DE8"
+noback correct "\x7F17" "\x7DE1"
+noback correct "\x7F18" "\x7DE3"
+noback correct "\x7F19" "\x7E09"
+noback correct "\x7F1A" "\x7E1B"
+noback correct "\x7F1B" "\x7E1F"
+noback correct "\x7F1C" "\x7E1D"
+noback correct "\x7F1D" "\x7E2B"
+noback correct "\x7F1E" "\x7E17"
+noback correct "\x7F1F" "\x7E1E"
+noback correct "\x7F20" "\x7E8F"
+noback correct "\x7F21" "\x7E2D"
+noback correct "\x7F22" "\x7E0A"
+noback correct "\x7F23" "\x7E11"
+noback correct "\x7F24" "\x7E7D"
+noback correct "\x7F25" "\x7E39"
+noback correct "\x7F26" "\x7E35"
+noback correct "\x7F27" "\x7E32"
+noback correct "\x7F28" "\x7E93"
+noback correct "\x7F29" "\x7E2E"
+noback correct "\x7F2A" "\x7E46"
+noback correct "\x7F2B" "\x7E45"
+noback correct "\x7F2C" "\x7E88"
+noback correct "\x7F2D" "\x7E5A"
+noback correct "\x7F2E" "\x7E55"
+noback correct "\x7F2F" "\x7E52"
+noback correct "\x7F30" "\x97C1"
+noback correct "\x7F31" "\x7E7E"
+noback correct "\x7F32" "\x7E70"
+noback correct "\x7F33" "\x7E6F"
+noback correct "\x7F34" "\x7E73"
+noback correct "\x7F35" "\x7E98"
+noback correct "\x7F37" "\x5378"
+noback correct "\x7F3B" "\x7F36"
+noback correct "\x7F42" "\x7F4C"
+noback correct "\x7F47" "\x6A3D"
+noback correct "\x7F4E" "\x7F48"
+noback correct "\x7F51" "\x7DB2"
+noback correct "\x7F57" "\x7F85"
+noback correct "\x7F5A" "\x7F70"
+noback correct "\x7F62" "\x7F77"
+noback correct "\x7F74" "\x7F86"
+noback correct "\x7F78" "\x7F70"
+noback correct "\x7F81" "\x7F88"
+noback correct "\x7F90" "\x7F91"
+noback correct "\x7F9F" "\x7FA5"
+noback correct _1"\x6C99"["\x7FA1"] "\x7FA1"
+noback correct "\x7FA1" "\x7FA8"
+noback correct "\x7FA3" "\x7FA4"
+noback correct "\x7FB4" "\x7FB6"
+noback correct "\x7FC4" "\x7FC5"
+noback correct "\x7FD8" "\x7FF9"
+noback correct "\x7FD9" "\x7FFD"
+noback correct "\x7FDA" "\x7FEC"
+noback correct "\x7FF6" "\x7FF1"
+noback correct "\x7FFA" "\x7FF1"
+noback correct "\x8009" "\x8007"
+noback correct "\x800A" "\x800B"
+noback correct "\x8022" "\x6A6F"
+noback correct "\x8023" "\x7A10"
+noback correct "\x8027" "\x802C"
+noback correct "\x802E" "\x6A6F"
+noback correct "\x802F" "\x7A6B"
+noback correct "\x8038" "\x8073"
+noback correct "\x803B" "\x6065"
+noback correct "\x803C" "\x8043"
+noback correct "\x8040" "\x8077"
+noback correct "\x8042" "\x8076"
+noback correct "\x804B" "\x807E"
+noback correct "\x804C" "\x8077"
+noback correct "\x804D" "\x8079"
+noback correct "\x8054" "\x806F"
+noback correct "\x805F" "\x5A7F"
+noback correct "\x8069" "\x8075"
+noback correct "\x806A" "\x8070"
+noback correct "\x806D" "\x5ABF"
+noback correct "\x8074" "\x807D"
+noback correct "\x807C" "\x807D"
+noback correct "\x8083" "\x8085"
+noback correct "\x808E" "\x80AF"
+noback correct "\x80A0" "\x8178"
+noback correct "\x80A4" "\x819A"
+noback correct "\x80A7" "\x80DA"
+noback correct "\x80AC" "\x75A3"
+noback correct "\x80B6" "\x818D"
+noback correct "\x80B9" "\x80B8"
+noback correct "\x80BE" "\x814E"
+noback correct "\x80BF" "\x816B"
+noback correct "\x80C0" "\x8139"
+noback correct "\x80C1" "\x8105"
+noback correct _1"\x81C8"["\x80C6"] "\x80C6"
+noback correct "\x80C6" "\x81BD"
+noback correct ["\x80DC"]"\x9375" "\x80DC"
+noback correct "\x80DC" "\x52DD"
+noback correct "\x80E2" "\x4BCA"
+noback correct "\x80E7" "\x6727"
+noback correct "\x80E8" "\x8156"
+noback correct "\x80EA" "\x81DA"
+noback correct "\x80EB" "\x811B"
+noback correct "\x80F6" "\x81A0"
+noback correct "\x80F7" "\x80F8"
+noback correct "\x8103" "\x8106"
+noback correct "\x8104" "\x8122"
+noback correct "\x8107" "\x8105"
+noback correct "\x8109" "\x8108"
+noback correct "\x810D" "\x81BE"
+noback correct "\x810F" "\x9AD2"
+noback correct "\x8110" "\x81CD"
+noback correct "\x8111" "\x8166"
+noback correct "\x8113" "\x81BF"
+noback correct "\x8114" "\x81E0"
+noback correct "\x8117" "\x543B"
+noback correct "\x811A" "\x8173"
+noback correct "\x8131" "\x812B"
+noback correct "\x8133" "\x8166"
+noback correct "\x8136" "\x8161"
+noback correct "\x8138" "\x81C9"
+noback correct ["\x814A"]"\x6BD2" "\x814A"
+noback correct "\x814A" "\x81D8"
+noback correct "\x8158" "\x8195"
+noback correct "\x816D" "\x9F76"
+noback correct "\x817B" "\x81A9"
+noback correct "\x817D" "\x8183"
+noback correct "\x817E" "\x9A30"
+noback correct "\x8184" "\x7626"
+noback correct "\x8190" "\x8182"
+noback correct "\x8191" "\x81CF"
+noback correct "\x8193" "\x8178"
+noback correct ["\x81C8"]"\x80C6" "\x81C8"
+noback correct "\x81C8" "\x81D8"
+noback correct "\x81CB" "\x81C0"
+noback correct "\x81D3" "\x81DF"
+noback correct "\x81DC" "\x81E2"
+noback correct "\x81EF" "\x768B"
+noback correct "\x8203" "\x8204"
+noback correct "\x8206" "\x8F3F"
+noback correct "\x8216" "\x92EA"
+noback correct "\x8218" "\x9928"
+noback correct "\x8223" "\x8264"
+noback correct "\x8229" "\x8239"
+noback correct "\x8230" "\x8266"
+noback correct "\x8231" "\x8259"
+noback correct "\x823B" "\x826B"
+noback correct "\x8262" "\x6AA3"
+noback correct "\x8265" "\x696B"
+noback correct "\x826A" "\x8263"
+noback correct "\x8270" "\x8271"
+noback correct "\x8273" "\x8277"
+noback correct "\x8276" "\x8C54"
+noback correct "\x827A" "\x85DD"
+noback correct "\x8282" "\x7BC0"
+noback correct "\x8288" "\x7F8B"
+noback correct "\x828C" "\x828B"
+noback correct "\x8297" "\x858C"
+noback correct "\x829C" "\x856A"
+noback correct "\x82A6" "\x8606"
+noback correct "\x82C1" "\x84EF"
+noback correct "\x82C7" "\x8466"
+noback correct "\x82C8" "\x85F6"
+noback correct "\x82CB" "\x83A7"
+noback correct "\x82CC" "\x8407"
+noback correct "\x82CD" "\x84BC"
+noback correct "\x82CE" "\x82E7"
+noback correct "\x82E2" "\x82E1"
+noback correct "\x82FF" "\x83CB"
+noback correct "\x830D" "\x82DF"
+noback correct "\x830E" "\x8396"
+noback correct "\x830F" "\x8622"
+noback correct "\x8311" "\x8526"
+noback correct "\x8314" "\x584B"
+noback correct "\x8315" "\x7162"
+noback correct "\x8318" "\x8354"
+noback correct "\x8327" "\x7E6D"
+noback correct "\x8346" "\x834A"
+noback correct "\x8350" "\x85A6"
+noback correct "\x8358" "\x838A"
+noback correct "\x8359" "\x8598"
+noback correct "\x835A" "\x83A2"
+noback correct "\x835B" "\x8558"
+noback correct "\x835C" "\x84FD"
+noback correct "\x835D" "\x8434"
+noback correct "\x835E" "\x854E"
+noback correct "\x835F" "\x8588"
+noback correct "\x8360" "\x85BA"
+noback correct "\x8361" "\x8569"
+noback correct "\x8363" "\x69AE"
+noback correct "\x8364" "\x8477"
+noback correct "\x8365" "\x6ECE"
+noback correct "\x8366" "\x7296"
+noback correct "\x8367" "\x7192"
+noback correct "\x8368" "\x8541"
+noback correct "\x8369" "\x85CE"
+noback correct "\x836A" "\x84C0"
+noback correct "\x836B" "\x852D"
+noback correct "\x836C" "\x8552"
+noback correct "\x836D" "\x8452"
+noback correct "\x836E" "\x8464"
+noback correct "\x836F" "\x85E5"
+noback correct "\x8385" "\x849E"
+noback correct "\x83B1" "\x840A"
+noback correct "\x83B2" "\x84EE"
+noback correct "\x83B3" "\x8494"
+noback correct "\x83B4" "\x8435"
+noback correct "\x83B6" "\x859F"
+noback correct "\x83B7" "\x7372"
+noback correct "\x83B8" "\x8555"
+noback correct "\x83B9" "\x7469"
+noback correct "\x83BA" "\x9DAF"
+noback correct "\x83BC" "\x84F4"
+noback correct "\x83BE" "\x83BD"
+noback correct "\x8405" "\x6625"
+noback correct "\x8414" "\x82D5"
+noback correct "\x8416" "\x839E"
+noback correct "\x8417" "\x7B56"
+noback correct "\x841A" "\x8600"
+noback correct "\x841D" "\x863F"
+noback correct "\x8424" "\x87A2"
+noback correct "\x8425" "\x71DF"
+noback correct "\x8426" "\x7E08"
+noback correct "\x8427" "\x856D"
+noback correct "\x8428" "\x85A9"
+noback correct "\x8432" "\x8431"
+noback correct "\x8453" "\x8452"
+noback correct "\x8471" "\x8525"
+noback correct "\x8487" "\x8546"
+noback correct "\x8489" "\x8562"
+noback correct "\x848B" "\x8523"
+noback correct "\x848C" "\x851E"
+noback correct "\x8493" "\x84F4"
+noback correct "\x84A6" "\x5F60"
+noback correct "\x84DD" "\x85CD"
+noback correct "\x84DF" "\x858A"
+noback correct "\x84E0" "\x863A"
+noback correct "\x84E3" "\x8577"
+noback correct "\x84E5" "\x93A3"
+noback correct "\x84E6" "\x9A40"
+noback correct "\x8532" "\x853B"
+noback correct "\x8533" "\x84A8"
+noback correct "\x8534" "\x9EBB"
+noback correct "\x8535" "\x85CF"
+noback correct "\x8537" "\x8594"
+noback correct "\x8539" "\x861E"
+noback correct "\x853A" "\x85FA"
+noback correct "\x853C" "\x85F9"
+noback correct "\x854B" "\x854A"
+noback correct "\x854F" "\x85F8"
+noback correct "\x8550" "\x83EF"
+noback correct "\x855A" "\x843C"
+noback correct "\x8570" "\x8580"
+noback correct "\x8572" "\x8604"
+noback correct "\x8574" "\x860A"
+noback correct "\x857F" "\x8431"
+noback correct "\x85AC" "\x85E5"
+noback correct "\x85AE" "\x85EA"
+noback correct "\x85BB" "\x85FB"
+noback correct "\x85BC" "\x852F"
+noback correct "\x85D3" "\x861A"
+noback correct "\x85F3" "\x7A3F"
+noback correct "\x85F4" "\x860A"
+noback correct "\x85FC" "\x8431"
+noback correct "\x8602" "\x854A"
+noback correct "\x8603" "\x854A"
+noback correct "\x860D" "\x85B0"
+noback correct "\x860E" "\x9A65"
+noback correct "\x8610" "\x8431"
+noback correct "\x8613" "\x8607"
+noback correct "\x8614" "\x860F"
+noback correct "\x8616" "\x6AF1"
+noback correct "\x861D" "\x861E"
+noback correct "\x864F" "\x865C"
+noback correct "\x8651" "\x616E"
+noback correct "\x8657" "\x865B"
+noback correct "\x865A" "\x865B"
+noback correct "\x865D" "\x864E"
+noback correct "\x8666" "\x8665"
+noback correct "\x866B" "\x87F2"
+noback correct "\x866C" "\x866F"
+noback correct _1"\x5BC6"["\x866E"] "\x866E"
+noback correct "\x866E" "\x87E3"
+noback correct "\x8675" "\x86C7"
+noback correct "\x867D" "\x96D6"
+noback correct "\x867E" "\x8766"
+noback correct "\x867F" "\x8806"
+noback correct "\x8680" "\x8755"
+noback correct "\x8681" "\x87FB"
+noback correct "\x8682" "\x879E"
+noback correct "\x8689" "\x868A"
+noback correct _1"\x8C4E"["\x8695"] "\x8695"
+noback correct "\x8695" "\x8836"
+noback correct "\x86A0" "\x86A1"
+noback correct "\x86AC" "\x8706"
+noback correct "\x86CA" "\x8831"
+noback correct "\x86CE" "\x8823"
+noback correct "\x86CF" "\x87F6"
+noback correct "\x86E0" "\x73D5"
+noback correct "\x86EE" "\x883B"
+noback correct "\x86F0" "\x87C4"
+noback correct "\x86F1" "\x86FA"
+noback correct "\x86F2" "\x87EF"
+noback correct "\x86F3" "\x8784"
+noback correct "\x86F4" "\x8810"
+noback correct "\x8715" "\x86FB"
+noback correct "\x8716" "\x86D4"
+noback correct "\x8717" "\x8778"
+noback correct _2"\x5468\x66F0"["\x8721"] "\x8721"
+noback correct ["\x8721"]"\x796D" "\x8721"
+noback correct "\x8721" "\x881F"
+noback correct "\x872F" "\x868C"
+noback correct "\x8745" "\x8836"
+noback correct "\x8747" "\x8805"
+noback correct "\x8748" "\x87C8"
+noback correct "\x8749" "\x87EC"
+noback correct ["\x874E"]"\x76DB\x5247\x6728\x673D" "\x874E"
+noback correct "\x874E" "\x880D"
+noback correct "\x8771" "\x867B"
+noback correct "\x877C" "\x87BB"
+noback correct "\x877E" "\x8811"
+noback correct "\x878E" "\x878D"
+noback correct "\x87A1" "\x868A"
+noback correct "\x87A8" "\x87CE"
+noback correct "\x87C1" "\x868A"
+noback correct "\x87C7" "\x87C6"
+noback correct "\x87CF" "\x8828"
+noback correct "\x880F" "\x87F9"
+noback correct "\x8812" "\x7E6D"
+noback correct "\x8827" "\x8839"
+noback correct "\x882D" "\x8702"
+noback correct "\x883A" "\x8836"
+noback correct "\x8842" "\x8844"
+noback correct "\x8845" "\x91C1"
+noback correct "\x8846" "\x773E"
+noback correct "\x8847" "\x8108"
+noback correct "\x8854" "\x929C"
+noback correct "\x8858" "\x929C"
+noback correct "\x885C" "\x9053"
+noback correct "\x885E" "\x885B"
+noback correct "\x885F" "\x9053"
+noback correct "\x8865" "\x88DC"
+noback correct "\x886C" "\x896F"
+noback correct "\x886E" "\x889E"
+noback correct "\x8873" "\x5E52"
+noback correct "\x8884" "\x8956"
+noback correct "\x8885" "\x88CA"
+noback correct "\x8886" "\x8918"
+noback correct ["\x889C"]"\x8179" "\x889C"
+noback correct ["\x889C"]"\x984D" "\x889C"
+noback correct ["\x889C"]"\x80F8" "\x889C"
+noback correct _1"\x5BF6"["\x889C"]"\x695A\x5BAE\x8170" "\x889C"
+noback correct ["\x889C"]"\x809A" "\x889C"
+noback correct "\x889C" "\x896A"
+noback correct "\x88A0" "\x889F"
+noback correct "\x88AD" "\x8972"
+noback correct "\x88AF" "\x894F"
+noback correct "\x88B4" "\x8932"
+noback correct "\x88B5" "\x887D"
+noback correct "\x88C5" "\x88DD"
+noback correct "\x88C6" "\x8960"
+noback correct "\x88C8" "\x890C"
+noback correct "\x88CF" "\x88E1"
+noback correct "\x88E0" "\x88D9"
+noback correct "\x88E2" "\x8933"
+noback correct "\x88E3" "\x895D"
+noback correct "\x88E4" "\x8932"
+noback correct "\x88E5" "\x8949"
+noback correct "\x88E6" "\x8912"
+noback correct "\x88E9" "\x890C"
+noback correct "\x891B" "\x8938"
+noback correct "\x8934" "\x8964"
+noback correct "\x8943" "\x8912"
+noback correct "\x8947" "\x8949"
+noback correct "\x894D" "\x96DC"
+noback correct "\x8955" "\x8974"
+noback correct "\x897D" "\x8974"
+noback correct "\x8984" "\x8986"
+noback correct "\x8987" "\x9738"
+noback correct "\x8989" "\x7F88"
+noback correct "\x898A" "\x7F88"
+noback correct "\x898C" "\x89C0"
+noback correct "\x8990" "\x89BA"
+noback correct "\x8994" "\x8993"
+noback correct "\x899A" "\x89BA"
+noback correct "\x89A5" "\x9766"
+noback correct "\x89A7" "\x89BD"
+noback correct "\x89A9" "\x7779"
+noback correct "\x89B0" "\x89B7"
+noback correct "\x89B3" "\x89C0"
+noback correct "\x89BB" "\x89B7"
+noback correct "\x89BC" "\x89B6"
+noback correct "\x89C1" "\x898B"
+noback correct "\x89C2" "\x89C0"
+noback correct "\x89C3" "\x898E"
+noback correct "\x89C4" "\x898F"
+noback correct "\x89C5" "\x8993"
+noback correct "\x89C6" "\x8996"
+noback correct "\x89C7" "\x8998"
+noback correct "\x89C8" "\x89BD"
+noback correct "\x89C9" "\x89BA"
+noback correct "\x89CA" "\x89AC"
+noback correct "\x89CB" "\x89A1"
+noback correct "\x89CC" "\x89BF"
+noback correct "\x89CD" "\x9766"
+noback correct "\x89CE" "\x89A6"
+noback correct "\x89CF" "\x89AF"
+noback correct "\x89D0" "\x89B2"
+noback correct "\x89D1" "\x89B7"
+noback correct "\x89DE" "\x89F4"
+noback correct "\x89E6" "\x89F8"
+noback correct "\x89EF" "\x89F6"
+noback correct "\x89F5" "\x89E5"
+noback correct "\x8A01" "\x8A00"
+noback correct "\x8A06" "\x53EB"
+noback correct "\x8A1A" "\x8ABE"
+noback correct "\x8A20" "\x77E7"
+noback correct "\x8A21" "\x541F"
+noback correct "\x8A33" "\x8B6F"
+noback correct "\x8A3C" "\x8B49"
+noback correct "\x8A3D" "\x8A6C"
+noback correct "\x8A4B" "\x5492"
+noback correct "\x8A5D" "\x3916"
+noback correct "\x8A5F" "\x8B8B"
+noback correct "\x8A78" "\x8B0E"
+noback correct "\x8A7D" "\x8A2E"
+noback correct "\x8A88" "\x8AA3"
+noback correct "\x8A89" "\x8B7D"
+noback correct "\x8A8A" "\x8B04"
+noback correct "\x8A9F" "\x8A68"
+noback correct "\x8AAC" "\x8AAA"
+noback correct "\x8AAD" "\x8B80"
+noback correct "\x8AAF" "\x5531"
+noback correct "\x8AC1" "\x555C"
+noback correct "\x8ACA" "\x97AB"
+noback correct "\x8AD0" "\x6106"
+noback correct "\x8AEC" "\x555F"
+noback correct "\x8B0C" "\x6B4C"
+noback correct "\x8B21" "\x8B20"
+noback correct "\x8B22" "\x8B77"
+noback correct "\x8B29" "\x8B28"
+noback correct "\x8B2D" "\x8B7E"
+noback correct "\x8B4C" "\x8A1B"
+noback correct "\x8B4D" "\x61C9"
+noback correct "\x8B5B" "\x8B56"
+noback correct "\x8B61" "\x8B9C"
+noback correct "\x8B72" "\x8B93"
+noback correct "\x8B75" "\x61DF"
+noback correct "\x8B7C" "\x76E3"
+noback correct "\x8B81" "\x8B2B"
+noback correct "\x8B83" "\x8B9A"
+noback correct "\x8B87" "\x8AC2"
+noback correct "\x8B8D" "\x8AE4"
+noback correct "\x8B8F" "\x8B86"
+noback correct "\x8B90" "\x8B8E"
+noback correct "\x8BA0" "\x8A00"
+noback correct "\x8BA1" "\x8A08"
+noback correct "\x8BA2" "\x8A02"
+noback correct "\x8BA3" "\x8A03"
+noback correct "\x8BA4" "\x8A8D"
+noback correct "\x8BA5" "\x8B4F"
+noback correct "\x8BA6" "\x8A10"
+noback correct "\x8BA7" "\x8A0C"
+noback correct "\x8BA8" "\x8A0E"
+noback correct "\x8BA9" "\x8B93"
+noback correct "\x8BAA" "\x8A15"
+noback correct "\x8BAB" "\x8A16"
+noback correct "\x8BAC" "\x8A17"
+noback correct "\x8BAD" "\x8A13"
+noback correct "\x8BAE" "\x8B70"
+noback correct "\x8BAF" "\x8A0A"
+noback correct "\x8BB0" "\x8A18"
+noback correct "\x8BB1" "\x8A12"
+noback correct "\x8BB2" "\x8B1B"
+noback correct "\x8BB3" "\x8AF1"
+noback correct "\x8BB4" "\x8B33"
+noback correct "\x8BB5" "\x8A4E"
+noback correct "\x8BB6" "\x8A1D"
+noback correct "\x8BB7" "\x8A25"
+noback correct "\x8BB8" "\x8A31"
+noback correct "\x8BB9" "\x8A1B"
+noback correct "\x8BBA" "\x8AD6"
+noback correct "\x8BBB" "\x8A29"
+noback correct "\x8BBC" "\x8A1F"
+noback correct "\x8BBD" "\x8AF7"
+noback correct "\x8BBE" "\x8A2D"
+noback correct "\x8BBF" "\x8A2A"
+noback correct "\x8BC0" "\x8A23"
+noback correct "\x8BC1" "\x8B49"
+noback correct "\x8BC2" "\x8A41"
+noback correct "\x8BC3" "\x8A36"
+noback correct "\x8BC4" "\x8A55"
+noback correct "\x8BC5" "\x8A5B"
+noback correct "\x8BC6" "\x8B58"
+noback correct "\x8BC7" "\x8A57"
+noback correct "\x8BC8" "\x8A50"
+noback correct "\x8BC9" "\x8A34"
+noback correct "\x8BCA" "\x8A3A"
+noback correct "\x8BCB" "\x8A46"
+noback correct "\x8BCC" "\x8B05"
+noback correct "\x8BCD" "\x8A5E"
+noback correct "\x8BCE" "\x8A58"
+noback correct "\x8BCF" "\x8A54"
+noback correct "\x8BD0" "\x8A56"
+noback correct "\x8BD1" "\x8B6F"
+noback correct "\x8BD2" "\x8A52"
+noback correct "\x8BD3" "\x8A86"
+noback correct "\x8BD4" "\x8A84"
+noback correct "\x8BD5" "\x8A66"
+noback correct "\x8BD6" "\x8A7F"
+noback correct "\x8BD7" "\x8A69"
+noback correct "\x8BD8" "\x8A70"
+noback correct "\x8BD9" "\x8A7C"
+noback correct "\x8BDA" "\x8AA0"
+noback correct "\x8BDB" "\x8A85"
+noback correct "\x8BDC" "\x8A75"
+noback correct "\x8BDD" "\x8A71"
+noback correct "\x8BDE" "\x8A95"
+noback correct "\x8BDF" "\x8A6C"
+noback correct "\x8BE0" "\x8A6E"
+noback correct "\x8BE1" "\x8A6D"
+noback correct "\x8BE2" "\x8A62"
+noback correct "\x8BE3" "\x8A63"
+noback correct "\x8BE4" "\x8ACD"
+noback correct "\x8BE5" "\x8A72"
+noback correct "\x8BE6" "\x8A73"
+noback correct "\x8BE7" "\x8A6B"
+noback correct "\x8BE8" "\x8AE2"
+noback correct "\x8BE9" "\x8A61"
+noback correct "\x8BEA" "\x8B78"
+noback correct "\x8BEB" "\x8AA1"
+noback correct "\x8BEC" "\x8AA3"
+noback correct "\x8BED" "\x8A9E"
+noback correct "\x8BEE" "\x8A9A"
+noback correct "\x8BEF" "\x8AA4"
+noback correct "\x8BF0" "\x8AA5"
+noback correct "\x8BF1" "\x8A98"
+noback correct "\x8BF2" "\x8AA8"
+noback correct "\x8BF3" "\x8A91"
+noback correct "\x8BF4" "\x8AAA"
+noback correct "\x8BF5" "\x8AA6"
+noback correct "\x8BF6" "\x8A92"
+noback correct "\x8BF7" "\x8ACB"
+noback correct "\x8BF8" "\x8AF8"
+noback correct "\x8BF9" "\x8ACF"
+noback correct "\x8BFA" "\x8AFE"
+noback correct "\x8BFB" "\x8B80"
+noback correct "\x8BFC" "\x8AD1"
+noback correct "\x8BFD" "\x8AB9"
+noback correct "\x8BFE" "\x8AB2"
+noback correct "\x8BFF" "\x8AC9"
+noback correct "\x8C00" "\x8ADB"
+noback correct "\x8C01" "\x8AB0"
+noback correct "\x8C02" "\x8AD7"
+noback correct "\x8C03" "\x8ABF"
+noback correct "\x8C04" "\x8AC2"
+noback correct "\x8C05" "\x8AD2"
+noback correct "\x8C06" "\x8AC4"
+noback correct "\x8C07" "\x8AB6"
+noback correct "\x8C08" "\x8AC7"
+noback correct "\x8C09" "\x8B85"
+noback correct "\x8C0A" "\x8ABC"
+noback correct "\x8C0B" "\x8B00"
+noback correct "\x8C0C" "\x8AF6"
+noback correct "\x8C0D" "\x8ADC"
+noback correct "\x8C0E" "\x8B0A"
+noback correct "\x8C0F" "\x8AEB"
+noback correct "\x8C10" "\x8AE7"
+noback correct "\x8C11" "\x8B14"
+noback correct "\x8C12" "\x8B01"
+noback correct "\x8C13" "\x8B02"
+noback correct "\x8C14" "\x8AE4"
+noback correct "\x8C15" "\x8AED"
+noback correct "\x8C16" "\x8AFC"
+noback correct "\x8C17" "\x8B92"
+noback correct "\x8C18" "\x8AEE"
+noback correct "\x8C19" "\x8AF3"
+noback correct "\x8C1A" "\x8AFA"
+noback correct "\x8C1B" "\x8AE6"
+noback correct "\x8C1C" "\x8B0E"
+noback correct "\x8C1D" "\x8ADE"
+noback correct "\x8C1E" "\x8ADD"
+noback correct "\x8C1F" "\x8B28"
+noback correct "\x8C20" "\x8B9C"
+noback correct "\x8C21" "\x8B16"
+noback correct "\x8C22" "\x8B1D"
+noback correct "\x8C23" "\x8B20"
+noback correct "\x8C24" "\x8B17"
+noback correct "\x8C25" "\x8B1A"
+noback correct "\x8C26" "\x8B19"
+noback correct "\x8C27" "\x8B10"
+noback correct "\x8C28" "\x8B39"
+noback correct "\x8C29" "\x8B3E"
+noback correct "\x8C2A" "\x8B2B"
+noback correct "\x8C2B" "\x8B7E"
+noback correct "\x8C2C" "\x8B2C"
+noback correct "\x8C2D" "\x8B5A"
+noback correct "\x8C2E" "\x8B56"
+noback correct "\x8C2F" "\x8B59"
+noback correct "\x8C30" "\x8B95"
+noback correct "\x8C31" "\x8B5C"
+noback correct "\x8C32" "\x8B4E"
+noback correct "\x8C33" "\x8B9E"
+noback correct "\x8C34" "\x8B74"
+noback correct "\x8C35" "\x8B6B"
+noback correct "\x8C36" "\x8B96"
+noback correct "\x8C40" "\x8C3F"
+noback correct "\x8C53" "\x8C54"
+noback correct "\x8C58" "\x8C5A"
+noback correct "\x8C63" "\x8C5C"
+noback correct "\x8C6E" "\x8C76"
+noback correct "\x8C7C" "\x8C94"
+noback correct "\x8C7E" "\x72C9"
+noback correct "\x8C83" "\x8C8A"
+noback correct "\x8C88" "\x8C89"
+noback correct "\x8C8B" "\x8C7B"
+noback correct "\x8C9B" "\x737E"
+noback correct "\x8C9F" "\x54E1"
+noback correct "\x8CAD" "\x8CEA"
+noback correct "\x8CC9" "\x5379"
+noback correct "\x8CCD" "\x8D13"
+noback correct "\x8CD0" "\x478A"
+noback correct "\x8CDB" "\x8D0A"
+noback correct "\x8CE9" "\x8CE8"
+noback correct "\x8CEB" "\x9F4E"
+noback correct "\x8CF7" "\x9F4E"
+noback correct "\x8D0B" "\x8D17"
+noback correct "\x8D11" "\x8D1B"
+noback correct "\x8D12" "\x8CE2"
+noback correct "\x8D1C" "\x8D13"
+noback correct "\x8D1D" "\x8C9D"
+noback correct "\x8D1E" "\x8C9E"
+noback correct "\x8D1F" "\x8CA0"
+noback correct "\x8D20" "\x54E1"
+noback correct "\x8D21" "\x8CA2"
+noback correct "\x8D22" "\x8CA1"
+noback correct "\x8D23" "\x8CAC"
+noback correct "\x8D24" "\x8CE2"
+noback correct "\x8D25" "\x6557"
+noback correct "\x8D26" "\x8CEC"
+noback correct "\x8D27" "\x8CA8"
+noback correct "\x8D28" "\x8CEA"
+noback correct "\x8D29" "\x8CA9"
+noback correct "\x8D2A" "\x8CAA"
+noback correct "\x8D2B" "\x8CA7"
+noback correct "\x8D2C" "\x8CB6"
+noback correct "\x8D2D" "\x8CFC"
+noback correct "\x8D2E" "\x8CAF"
+noback correct "\x8D2F" "\x8CAB"
+noback correct "\x8D30" "\x8CB3"
+noback correct "\x8D31" "\x8CE4"
+noback correct "\x8D32" "\x8CC1"
+noback correct "\x8D33" "\x8CB0"
+noback correct "\x8D34" "\x8CBC"
+noback correct "\x8D35" "\x8CB4"
+noback correct "\x8D36" "\x8CBA"
+noback correct "\x8D37" "\x8CB8"
+noback correct "\x8D38" "\x8CBF"
+noback correct "\x8D39" "\x8CBB"
+noback correct "\x8D3A" "\x8CC0"
+noback correct "\x8D3B" "\x8CBD"
+noback correct "\x8D3C" "\x8CCA"
+noback correct "\x8D3D" "\x8D04"
+noback correct "\x8D3E" "\x8CC8"
+noback correct "\x8D3F" "\x8CC4"
+noback correct "\x8D40" "\x8CB2"
+noback correct "\x8D41" "\x8CC3"
+noback correct "\x8D42" "\x8CC2"
+noback correct "\x8D43" "\x8D13"
+noback correct "\x8D44" "\x8CC7"
+noback correct "\x8D45" "\x8CC5"
+noback correct "\x8D46" "\x8D10"
+noback correct "\x8D47" "\x8CD5"
+noback correct "\x8D48" "\x8CD1"
+noback correct "\x8D49" "\x8CDA"
+noback correct "\x8D4A" "\x8CD2"
+noback correct "\x8D4B" "\x8CE6"
+noback correct "\x8D4C" "\x8CED"
+noback correct "\x8D4D" "\x9F4E"
+noback correct "\x8D4E" "\x8D16"
+noback correct "\x8D4F" "\x8CDE"
+noback correct "\x8D50" "\x8CDC"
+noback correct "\x8D51" "\x8D14"
+noback correct "\x8D52" "\x8CD9"
+noback correct "\x8D53" "\x8CE1"
+noback correct "\x8D54" "\x8CE0"
+noback correct "\x8D55" "\x8CE7"
+noback correct "\x8D56" "\x8CF4"
+noback correct "\x8D57" "\x8CF5"
+noback correct "\x8D58" "\x8D05"
+noback correct "\x8D59" "\x8CFB"
+noback correct "\x8D5A" "\x8CFA"
+noback correct "\x8D5B" "\x8CFD"
+noback correct "\x8D5C" "\x8CFE"
+noback correct "\x8D5D" "\x8D17"
+noback correct "\x8D5E" "\x8D0A"
+noback correct "\x8D5F" "\x8D07"
+noback correct "\x8D60" "\x8D08"
+noback correct "\x8D61" "\x8D0D"
+noback correct "\x8D62" "\x8D0F"
+noback correct "\x8D63" "\x8D1B"
+noback correct "\x8D6A" "\x8D6C"
+noback correct "\x8D71" "\x8D70"
+noback correct "\x8D75" "\x8D99"
+noback correct "\x8D76" "\x8D95"
+noback correct "\x8D7F" "\x9072"
+noback correct "\x8D82" "\x8D81"
+noback correct "\x8D8B" "\x8DA8"
+noback correct "\x8DB1" "\x8DB2"
+noback correct "\x8DB8" "\x8E89"
+noback correct "\x8DC0" "\x5216"
+noback correct "\x8DC3" "\x8E8D"
+noback correct "\x8DC4" "\x8E4C"
+noback correct "\x8DDE" "\x8E92"
+noback correct "\x8DE5" "\x8DFA"
+noback correct "\x8DF5" "\x8E10"
+noback correct "\x8DF6" "\x8E82"
+noback correct "\x8DF7" "\x8E7A"
+noback correct "\x8DF8" "\x8E55"
+noback correct "\x8DF9" "\x8E9A"
+noback correct "\x8DFB" "\x8E8B"
+noback correct "\x8E01" "\x811B"
+noback correct "\x8E08" "\x758F"
+noback correct "\x8E0C" "\x8E8A"
+noback correct "\x8E28" "\x8E64"
+noback correct "\x8E2A" "\x8E64"
+noback correct "\x8E2C" "\x8E93"
+noback correct "\x8E2F" "\x8E91"
+noback correct "\x8E46" "\x817F"
+noback correct "\x8E4F" "\x8E44"
+noback correct "\x8E51" "\x8EA1"
+noback correct "\x8E52" "\x8E63"
+noback correct "\x8E6E" "\x8E9A"
+noback correct "\x8E70" "\x8E95"
+noback correct "\x8E75" "\x8E74"
+noback correct "\x8E7F" "\x8EA5"
+noback correct "\x8E8F" "\x8EAA"
+noback correct "\x8E99" "\x8E78"
+noback correct "\x8E9C" "\x8EA6"
+noback correct "\x8EAD" "\x803D"
+noback correct "\x8EAF" "\x8EC0"
+noback correct "\x8EB0" "\x9AD4"
+noback correct "\x8EB3" "\x8EAC"
+noback correct "\x8EB6" "\x88F8"
+noback correct "\x8EC1" "\x50C2"
+noback correct "\x8EC6" "\x9AD4"
+noback correct "\x8EDA" "\x8ED1"
+noback correct "\x8EE2" "\x8F49"
+noback correct "\x8EE3" "\x8F5F"
+noback correct "\x8EF0" "\x8F29"
+noback correct _1"\x8ED2"["\x8EFD"] "\x8EFD"
+noback correct "\x8EFD" "\x8F15"
+noback correct "\x8F0C" "\x8F1B"
+noback correct "\x8F0F" "\x8F36"
+noback correct "\x8F19" "\x8F12"
+noback correct "\x8F27" "\x8EFF"
+noback correct "\x8F3A" "\x8F1C"
+noback correct "\x8F3C" "\x8F40"
+noback correct "\x8F41" "\x97DC"
+noback correct "\x8F4A" "\x8ECE"
+noback correct "\x8F66" "\x8ECA"
+noback correct "\x8F67" "\x8ECB"
+noback correct "\x8F68" "\x8ECC"
+noback correct "\x8F69" "\x8ED2"
+noback correct "\x8F6A" "\x8ED1"
+noback correct "\x8F6B" "\x8ED4"
+noback correct "\x8F6C" "\x8F49"
+noback correct "\x8F6D" "\x8EDB"
+noback correct "\x8F6E" "\x8F2A"
+noback correct "\x8F6F" "\x8EDF"
+noback correct "\x8F70" "\x8F5F"
+noback correct "\x8F71" "\x8EF2"
+noback correct "\x8F72" "\x8EFB"
+noback correct "\x8F73" "\x8F64"
+noback correct "\x8F74" "\x8EF8"
+noback correct "\x8F75" "\x8EF9"
+noback correct "\x8F76" "\x8EFC"
+noback correct "\x8F77" "\x8EE4"
+noback correct "\x8F78" "\x8EEB"
+noback correct "\x8F79" "\x8F62"
+noback correct "\x8F7A" "\x8EFA"
+noback correct "\x8F7B" "\x8F15"
+noback correct "\x8F7C" "\x8EFE"
+noback correct "\x8F7D" "\x8F09"
+noback correct "\x8F7E" "\x8F0A"
+noback correct "\x8F7F" "\x8F4E"
+noback correct "\x8F80" "\x8F08"
+noback correct "\x8F81" "\x8F07"
+noback correct "\x8F82" "\x8F05"
+noback correct "\x8F83" "\x8F03"
+noback correct "\x8F84" "\x8F12"
+noback correct "\x8F85" "\x8F14"
+noback correct "\x8F86" "\x8F1B"
+noback correct "\x8F87" "\x8F26"
+noback correct "\x8F88" "\x8F29"
+noback correct "\x8F89" "\x8F1D"
+noback correct "\x8F8A" "\x8F25"
+noback correct "\x8F8B" "\x8F1E"
+noback correct "\x8F8C" "\x8F2C"
+noback correct "\x8F8D" "\x8F1F"
+noback correct "\x8F8E" "\x8F1C"
+noback correct "\x8F8F" "\x8F33"
+noback correct "\x8F90" "\x8F3B"
+noback correct "\x8F91" "\x8F2F"
+noback correct "\x8F92" "\x8F40"
+noback correct "\x8F93" "\x8F38"
+noback correct "\x8F94" "\x8F61"
+noback correct "\x8F95" "\x8F45"
+noback correct "\x8F96" "\x8F44"
+noback correct "\x8F97" "\x8F3E"
+noback correct "\x8F98" "\x8F46"
+noback correct "\x8F99" "\x8F4D"
+noback correct "\x8F9A" "\x8F54"
+noback correct "\x8F9D" "\x8FAD"
+noback correct "\x8F9E" "\x8FAD"
+noback correct "\x8FA2" "\x8FA3"
+noback correct "\x8FA4" "\x8FAD"
+noback correct "\x8FA7" "\x8FA8"
+noback correct "\x8FA9" "\x8FAF"
+noback correct "\x8FAB" "\x8FAE"
+noback correct "\x8FB3" "\x8FB2"
+noback correct "\x8FB9" "\x908A"
+noback correct "\x8FBA" "\x908A"
+noback correct "\x8FBD" "\x907C"
+noback correct "\x8FBE" "\x9054"
+noback correct "\x8FC1" "\x9077"
+noback correct "\x8FC3" "\x8FC2"
+noback correct "\x8FC7" "\x904E"
+noback correct "\x8FC8" "\x9081"
+noback correct "\x8FD0" "\x904B"
+noback correct "\x8FD8" "\x9084"
+noback correct "\x8FD9" "\x9019"
+noback correct "\x8FDB" "\x9032"
+noback correct "\x8FDC" "\x9060"
+noback correct "\x8FDD" "\x9055"
+noback correct "\x8FDE" "\x9023"
+noback correct "\x8FDF" "\x9072"
+noback correct "\x8FE9" "\x9087"
+noback correct "\x8FF3" "\x9015"
+noback correct "\x8FF9" "\x8DE1"
+noback correct "\x9002" "\x9069"
+noback correct "\x9008" "\x8FE5"
+noback correct "\x9009" "\x9078"
+noback correct "\x900A" "\x905C"
+noback correct "\x9012" "\x905E"
+noback correct "\x9025" "\x8FF4"
+noback correct "\x9026" "\x9090"
+noback correct "\x902C" "\x8FF8"
+noback correct "\x903A" "\x9060"
+noback correct "\x903B" "\x908F"
+noback correct "\x9045" "\x9072"
+noback correct "\x9057" "\x907A"
+noback correct "\x905F" "\x9072"
+noback correct "\x9061" "\x6EAF"
+noback correct "\x9065" "\x9059"
+noback correct "\x906C" "\x901F"
+noback correct "\x9089" "\x908A"
+noback correct "\x9093" "\x9127"
+noback correct "\x909D" "\x913A"
+noback correct "\x90A8" "\x6751"
+noback correct "\x90AB" "\x90A6"
+noback correct "\x90AC" "\x9114"
+noback correct "\x90AE" "\x90F5"
+noback correct "\x90B9" "\x9112"
+noback correct "\x90BA" "\x9134"
+noback correct "\x90BB" "\x9130"
+noback correct "\x90C4" "\x537B"
+noback correct "\x90CF" "\x90DF"
+noback correct "\x90D0" "\x9136"
+noback correct "\x90D1" "\x912D"
+noback correct "\x90D3" "\x9106"
+noback correct "\x90DE" "\x90CE"
+noback correct "\x90E6" "\x9148"
+noback correct "\x90E7" "\x9116"
+noback correct "\x90F8" "\x9132"
+noback correct "\x910C" "\x5510"
+noback correct "\x913D" "\x5EDB"
+noback correct "\x9142" "\x9147"
+noback correct "\x915D" "\x919E"
+noback correct "\x9166" "\x91B1"
+noback correct "\x9167" "\x916C"
+noback correct "\x9171" "\x91AC"
+noback correct "\x917C" "\x91A2"
+noback correct "\x917D" "\x91C5"
+noback correct "\x917E" "\x91C3"
+noback correct "\x917F" "\x91C0"
+noback correct "\x9195" "\x9187"
+noback correct "\x9196" "\x919E"
+noback correct "\x9197" "\x91B1"
+noback correct "\x91B8" "\x91C0"
+noback correct "\x91BB" "\x916C"
+noback correct "\x91C4" "\x91BE"
+noback correct "\x91C8" "\x91CB"
+noback correct "\x91CA" "\x91CB"
+noback correct "\x91D6" "\x5200"
+noback correct "\x91EF" "\x92E9"
+noback correct "\x91FC" "\x528D"
+noback correct "\x920E" "\x9264"
+noback correct "\x9213" "\x928B"
+noback correct "\x9221" "\x9418"
+noback correct "\x923B" "\x91F2"
+noback correct "\x9241" "\x73CD"
+noback correct "\x9244" "\x9435"
+noback correct "\x9262" "\x7F3D"
+noback correct "\x926A" "\x91F1"
+noback correct "\x9274" "\x9452"
+noback correct _1"\x5D4E"["\x9295"] "\x9295"
+noback correct "\x9295" "\x9435"
+noback correct "\x929E" "\x921E"
+noback correct "\x92AD" "\x9322"
+noback correct "\x92AE" "\x947E"
+noback correct "\x92B9" "\x93FD"
+noback correct "\x92EB" "\x9457"
+noback correct "\x92ED" "\x92B3"
+noback correct "\x92F3" "\x9444"
+noback correct "\x9305" "\x9457"
+noback correct "\x932C" "\x934A"
+noback correct "\x9330" "\x9265"
+noback correct "\x9331" "\x73CD"
+noback correct "\x9332" "\x9304"
+noback correct "\x933D" "\x92C4"
+noback correct "\x933E" "\x93E8"
+noback correct "\x9353" "\x93F6"
+noback correct "\x9362" "\x9351"
+noback correct "\x9368" "\x6223"
+noback correct "\x936B" "\x936C"
+noback correct "\x9372" "\x9309"
+noback correct "\x9373" "\x9452"
+noback correct "\x93B8" "\x942B"
+noback correct "\x93BB" "\x9396"
+noback correct "\x93C1" "\x9396"
+noback correct "\x93DB" "\x92FF"
+noback correct "\x93E0" "\x92D2"
+noback correct "\x93E5" "\x93FD"
+noback correct "\x93EB" "\x9457"
+noback correct "\x943E" "\x9434"
+noback correct "\x9441" "\x9350"
+noback correct "\x945A" "\x947D"
+noback correct "\x945B" "\x7926"
+noback correct "\x946C" "\x9451"
+noback correct "\x947A" "\x6235"
+noback correct "\x947B" "\x897B"
+noback correct "\x9484" "\x946D"
+noback correct "\x9485" "\x91D2"
+noback correct "\x9486" "\x91D3"
+noback correct "\x9487" "\x91D4"
+noback correct "\x9488" "\x91DD"
+noback correct "\x9489" "\x91D8"
+noback correct "\x948A" "\x91D7"
+noback correct "\x948B" "\x91D9"
+noback correct "\x948C" "\x91D5"
+noback correct "\x948D" "\x91F7"
+noback correct "\x948E" "\x91FA"
+noback correct "\x948F" "\x91E7"
+noback correct "\x9490" "\x91E4"
+noback correct "\x9491" "\x9212"
+noback correct "\x9492" "\x91E9"
+noback correct "\x9493" "\x91E3"
+noback correct "\x9494" "\x9346"
+noback correct "\x9495" "\x91F9"
+noback correct "\x9496" "\x935A"
+noback correct "\x9497" "\x91F5"
+noback correct "\x9498" "\x9203"
+noback correct "\x9499" "\x9223"
+noback correct "\x949A" "\x923D"
+noback correct "\x949B" "\x9226"
+noback correct "\x949C" "\x9245"
+noback correct "\x949D" "\x920D"
+noback correct "\x949E" "\x9214"
+noback correct "\x949F" "\x9418"
+noback correct "\x94A0" "\x9209"
+noback correct "\x94A1" "\x92C7"
+noback correct "\x94A2" "\x92FC"
+noback correct "\x94A3" "\x9211"
+noback correct "\x94A4" "\x9210"
+noback correct "\x94A5" "\x9470"
+noback correct "\x94A6" "\x6B3D"
+noback correct "\x94A7" "\x921E"
+noback correct "\x94A8" "\x93A2"
+noback correct "\x94A9" "\x9264"
+noback correct "\x94AA" "\x9227"
+noback correct "\x94AB" "\x9201"
+noback correct "\x94AC" "\x9225"
+noback correct "\x94AD" "\x9204"
+noback correct "\x94AE" "\x9215"
+noback correct "\x94AF" "\x9200"
+noback correct "\x94B0" "\x923A"
+noback correct "\x94B1" "\x9322"
+noback correct "\x94B2" "\x9266"
+noback correct "\x94B3" "\x9257"
+noback correct "\x94B4" "\x9237"
+noback correct "\x94B5" "\x7F3D"
+noback correct "\x94B6" "\x9233"
+noback correct "\x94B7" "\x9255"
+noback correct "\x94B8" "\x923D"
+noback correct "\x94B9" "\x9238"
+noback correct "\x94BA" "\x925E"
+noback correct "\x94BB" "\x947D"
+noback correct "\x94BC" "\x926C"
+noback correct "\x94BD" "\x926D"
+noback correct "\x94BE" "\x9240"
+noback correct "\x94BF" "\x923F"
+noback correct "\x94C0" "\x923E"
+noback correct "\x94C1" "\x9435"
+noback correct "\x94C2" "\x9251"
+noback correct "\x94C3" "\x9234"
+noback correct "\x94C4" "\x9460"
+noback correct "\x94C5" "\x925B"
+noback correct "\x94C6" "\x925A"
+noback correct "\x94C7" "\x924B"
+noback correct "\x94C8" "\x9230"
+noback correct "\x94C9" "\x9249"
+noback correct "\x94CA" "\x9248"
+noback correct "\x94CB" "\x924D"
+noback correct "\x94CC" "\x922E"
+noback correct "\x94CD" "\x9239"
+noback correct "\x94CE" "\x9438"
+noback correct "\x94CF" "\x9276"
+noback correct "\x94D0" "\x92AC"
+noback correct "\x94D1" "\x92A0"
+noback correct "\x94D2" "\x927A"
+noback correct "\x94D3" "\x92E9"
+noback correct "\x94D4" "\x930F"
+noback correct "\x94D5" "\x92AA"
+noback correct "\x94D6" "\x92EE"
+noback correct "\x94D7" "\x92CF"
+noback correct "\x94D8" "\x92E3"
+noback correct "\x94D9" "\x9403"
+noback correct "\x94DA" "\x928D"
+noback correct "\x94DB" "\x943A"
+noback correct "\x94DC" "\x9285"
+noback correct "\x94DD" "\x92C1"
+noback correct "\x94DE" "\x92B1"
+noback correct "\x94DF" "\x92A6"
+noback correct "\x94E0" "\x93A7"
+noback correct "\x94E1" "\x9358"
+noback correct "\x94E2" "\x9296"
+noback correct "\x94E3" "\x9291"
+noback correct "\x94E4" "\x92CC"
+noback correct "\x94E5" "\x92A9"
+noback correct "\x94E6" "\x929B"
+noback correct "\x94E7" "\x93F5"
+noback correct "\x94E8" "\x9293"
+noback correct "\x94E9" "\x93A9"
+noback correct "\x94EA" "\x927F"
+noback correct "\x94EB" "\x929A"
+noback correct "\x94EC" "\x927B"
+noback correct "\x94ED" "\x9298"
+noback correct "\x94EE" "\x931A"
+noback correct "\x94EF" "\x92AB"
+noback correct "\x94F0" "\x9278"
+noback correct "\x94F1" "\x92A5"
+noback correct "\x94F2" "\x93DF"
+noback correct "\x94F3" "\x9283"
+noback correct "\x94F4" "\x940B"
+noback correct "\x94F5" "\x92A8"
+noback correct "\x94F6" "\x9280"
+noback correct "\x94F7" "\x92A3"
+noback correct "\x94F8" "\x9444"
+noback correct "\x94F9" "\x9412"
+noback correct "\x94FA" "\x92EA"
+noback correct "\x94FB" "\x92D9"
+noback correct "\x94FC" "\x9338"
+noback correct "\x94FD" "\x92F1"
+noback correct "\x94FE" "\x93C8"
+noback correct "\x94FF" "\x93D7"
+noback correct "\x9500" "\x92B7"
+noback correct "\x9501" "\x9396"
+noback correct "\x9502" "\x92F0"
+noback correct "\x9503" "\x92E5"
+noback correct "\x9504" "\x92E4"
+noback correct "\x9505" "\x934B"
+noback correct "\x9506" "\x92EF"
+noback correct "\x9507" "\x92E8"
+noback correct "\x9508" "\x93FD"
+noback correct "\x9509" "\x92BC"
+noback correct "\x950A" "\x92DD"
+noback correct "\x950B" "\x92D2"
+noback correct "\x950C" "\x92C5"
+noback correct "\x950D" "\x92F6"
+noback correct "\x950E" "\x9426"
+noback correct "\x950F" "\x9427"
+noback correct "\x9510" "\x92B3"
+noback correct "\x9511" "\x92BB"
+noback correct "\x9512" "\x92C3"
+noback correct "\x9513" "\x92DF"
+noback correct "\x9514" "\x92E6"
+noback correct "\x9515" "\x9312"
+noback correct "\x9516" "\x9306"
+noback correct "\x9517" "\x937A"
+noback correct "\x9518" "\x9369"
+noback correct "\x9519" "\x932F"
+noback correct "\x951A" "\x9328"
+noback correct "\x951B" "\x931B"
+noback correct "\x951C" "\x9321"
+noback correct "\x951D" "\x9340"
+noback correct "\x951E" "\x9301"
+noback correct "\x951F" "\x9315"
+noback correct "\x9520" "\x9329"
+noback correct "\x9521" "\x932B"
+noback correct "\x9522" "\x932E"
+noback correct "\x9523" "\x947C"
+noback correct "\x9524" "\x9318"
+noback correct "\x9525" "\x9310"
+noback correct "\x9526" "\x9326"
+noback correct "\x9527" "\x9455"
+noback correct "\x9528" "\x9341"
+noback correct "\x9529" "\x9308"
+noback correct "\x952A" "\x9343"
+noback correct "\x952B" "\x9307"
+noback correct "\x952C" "\x931F"
+noback correct "\x952D" "\x9320"
+noback correct "\x952E" "\x9375"
+noback correct "\x952F" "\x92F8"
+noback correct "\x9530" "\x9333"
+noback correct "\x9531" "\x9319"
+noback correct "\x9532" "\x9365"
+noback correct "\x9533" "\x9348"
+noback correct "\x9534" "\x9347"
+noback correct "\x9535" "\x93D8"
+noback correct "\x9536" "\x9376"
+noback correct "\x9537" "\x9354"
+noback correct "\x9538" "\x9364"
+noback correct "\x9539" "\x936C"
+noback correct "\x953A" "\x937E"
+noback correct "\x953B" "\x935B"
+noback correct "\x953C" "\x93AA"
+noback correct "\x953D" "\x9360"
+noback correct "\x953E" "\x9370"
+noback correct "\x953F" "\x9384"
+noback correct "\x9540" "\x934D"
+noback correct "\x9541" "\x9382"
+noback correct "\x9542" "\x93E4"
+noback correct "\x9543" "\x93A1"
+noback correct "\x9544" "\x9428"
+noback correct "\x9545" "\x9387"
+noback correct "\x9546" "\x93CC"
+noback correct "\x9547" "\x93AE"
+noback correct "\x9548" "\x939B"
+noback correct "\x9549" "\x9398"
+noback correct "\x954A" "\x9477"
+noback correct "\x954B" "\x9482"
+noback correct "\x954C" "\x942B"
+noback correct "\x954D" "\x93B3"
+noback correct "\x954E" "\x93BF"
+noback correct "\x954F" "\x93A6"
+noback correct "\x9550" "\x93AC"
+noback correct "\x9551" "\x938A"
+noback correct "\x9552" "\x93B0"
+noback correct "\x9553" "\x93B5"
+noback correct "\x9554" "\x944C"
+noback correct "\x9555" "\x9394"
+noback correct "\x9556" "\x93E2"
+noback correct "\x9557" "\x93DC"
+noback correct "\x9558" "\x93DD"
+noback correct "\x9559" "\x93CD"
+noback correct "\x955A" "\x93F0"
+noback correct "\x955B" "\x93DE"
+noback correct "\x955C" "\x93E1"
+noback correct "\x955D" "\x93D1"
+noback correct "\x955E" "\x93C3"
+noback correct "\x955F" "\x93C7"
+noback correct "\x9560" "\x93D0"
+noback correct "\x9561" "\x9414"
+noback correct "\x9562" "\x941D"
+noback correct "\x9563" "\x9410"
+noback correct "\x9564" "\x93F7"
+noback correct "\x9565" "\x9465"
+noback correct "\x9566" "\x9413"
+noback correct "\x9567" "\x946D"
+noback correct "\x9568" "\x9420"
+noback correct "\x9569" "\x9479"
+noback correct "\x956A" "\x93F9"
+noback correct "\x956B" "\x9419"
+noback correct "\x956C" "\x944A"
+noback correct "\x956D" "\x9433"
+noback correct "\x956E" "\x9436"
+noback correct "\x956F" "\x9432"
+noback correct "\x9570" "\x942E"
+noback correct "\x9571" "\x943F"
+noback correct "\x9572" "\x9454"
+noback correct "\x9573" "\x9463"
+noback correct "\x9574" "\x945E"
+noback correct "\x9575" "\x9471"
+noback correct "\x9576" "\x9472"
+noback correct "\x9578" "\x9577"
+noback correct "\x957F" "\x9577"
+noback correct "\x9585" "\x9580"
+noback correct "\x9587" "\x9589"
+noback correct "\x9599" "\x9B27"
+noback correct "\x95A2" "\x95DC"
+noback correct "\x95B2" "\x95B1"
+noback correct "\x95B3" "\x95E1"
+noback correct "\x95B4" "\x95C3"
+noback correct "\x95C1" "\x8912"
+noback correct "\x95D7" "\x95DC"
+noback correct "\x95D8" "\x9B25"
+noback correct "\x95D9" "\x555F"
+noback correct "\x95DD" "\x5AD6"
+noback correct "\x95E8" "\x9580"
+noback correct "\x95E9" "\x9582"
+noback correct "\x95EA" "\x9583"
+noback correct "\x95EB" "\x9586"
+noback correct "\x95EC" "\x9588"
+noback correct "\x95ED" "\x9589"
+noback correct "\x95EE" "\x554F"
+noback correct "\x95EF" "\x95D6"
+noback correct "\x95F0" "\x958F"
+noback correct "\x95F1" "\x95C8"
+noback correct "\x95F2" "\x9591"
+noback correct "\x95F3" "\x958E"
+noback correct "\x95F4" "\x9593"
+noback correct "\x95F5" "\x9594"
+noback correct "\x95F6" "\x958C"
+noback correct "\x95F7" "\x60B6"
+noback correct "\x95F8" "\x9598"
+noback correct "\x95F9" "\x9B27"
+noback correct "\x95FA" "\x95A8"
+noback correct "\x95FB" "\x805E"
+noback correct "\x95FC" "\x95E5"
+noback correct "\x95FD" "\x95A9"
+noback correct "\x95FE" "\x95AD"
+noback correct "\x95FF" "\x95D3"
+noback correct "\x9600" "\x95A5"
+noback correct "\x9601" "\x95A3"
+noback correct "\x9602" "\x95A1"
+noback correct "\x9603" "\x95AB"
+noback correct "\x9604" "\x9B2E"
+noback correct "\x9605" "\x95B1"
+noback correct "\x9606" "\x95AC"
+noback correct "\x9607" "\x95CD"
+noback correct "\x9608" "\x95BE"
+noback correct "\x9609" "\x95B9"
+noback correct "\x960A" "\x95B6"
+noback correct "\x960B" "\x9B29"
+noback correct "\x960C" "\x95BF"
+noback correct "\x960D" "\x95BD"
+noback correct "\x960E" "\x95BB"
+noback correct "\x960F" "\x95BC"
+noback correct "\x9610" "\x95E1"
+noback correct "\x9611" "\x95CC"
+noback correct "\x9612" "\x95C3"
+noback correct "\x9613" "\x95E0"
+noback correct "\x9614" "\x95CA"
+noback correct "\x9615" "\x95CB"
+noback correct "\x9616" "\x95D4"
+noback correct "\x9617" "\x95D0"
+noback correct "\x9618" "\x95D2"
+noback correct "\x9619" "\x95D5"
+noback correct "\x961A" "\x95DE"
+noback correct "\x961B" "\x95E4"
+noback correct "\x961F" "\x968A"
+noback correct "\x9625" "\x9670"
+noback correct "\x9626" "\x967D"
+noback correct "\x9627" "\x9661"
+noback correct "\x9629" "\x965E"
+noback correct "\x9633" "\x967D"
+noback correct "\x9634" "\x9670"
+noback correct "\x9635" "\x9663"
+noback correct "\x9636" "\x968E"
+noback correct "\x963E" "\x5DBA"
+noback correct "\x9645" "\x969B"
+noback correct "\x9646" "\x9678"
+noback correct "\x9647" "\x96B4"
+noback correct "\x9648" "\x9673"
+noback correct "\x9649" "\x9658"
+noback correct "\x9655" "\x965D"
+noback correct "\x9656" "\x5CFB"
+noback correct "\x9657" "\x5CED"
+noback correct "\x9665" "\x9677"
+noback correct "\x9666" "\x5CF6"
+noback correct "\x9667" "\x9689"
+noback correct "\x9668" "\x9695"
+noback correct "\x9669" "\x96AA"
+noback correct "\x9679" "\x6607"
+noback correct "\x967A" "\x96AA"
+noback correct "\x967B" "\x5794"
+noback correct "\x967F" "\x965C"
+noback correct "\x9681" "\x5830"
+noback correct "\x9682" "\x9670"
+noback correct "\x968F" "\x96A8"
+noback correct "\x9690" "\x96B1"
+noback correct "\x9696" "\x5862"
+noback correct "\x969D" "\x5CF6"
+noback correct "\x969F" "\x9699"
+noback correct "\x96A0" "\x96B1"
+noback correct "\x96A3" "\x9130"
+noback correct "\x96AB" "\x58B3"
+noback correct "\x96AD" "\x9651"
+noback correct "\x96AF" "\x5CF6"
+noback correct "\x96B2" "\x9A2D"
+noback correct "\x96B6" "\x96B8"
+noback correct "\x96B7" "\x96B8"
+noback correct "\x96BD" "\x96CB"
+noback correct "\x96BE" "\x96E3"
+noback correct "\x96CF" "\x96DB"
+noback correct "\x96D1" "\x96DC"
+noback correct "\x96E0" "\x8B8E"
+noback correct "\x96F3" "\x9742"
+noback correct "\x96FE" "\x9727"
+noback correct "\x9701" "\x973D"
+noback correct "\x970A" "\x9748"
+noback correct "\x9717" "\x96F6"
+noback correct "\x971A" "\x9727"
+noback correct "\x971B" "\x9748"
+noback correct "\x9721" "\x9722"
+noback correct "\x972D" "\x9744"
+noback correct "\x9734" "\x9746"
+noback correct "\x9741" "\x96F7"
+noback correct "\x9751" "\x9752"
+noback correct "\x9753" "\x975A"
+noback correct "\x9759" "\x975C"
+noback correct "\x9763" "\x9762"
+noback correct "\x9764" "\x76B0"
+noback correct "\x9765" "\x9768"
+noback correct "\x9775" "\x7D10"
+noback correct "\x9789" "\x9780"
+noback correct "\x978C" "\x978D"
+noback correct "\x9791" "\x97C3"
+noback correct "\x979B" "\x742B"
+noback correct "\x979F" "\x97B9"
+noback correct "\x97A7" "\x7DE7"
+noback correct "\x97A9" "\x9798"
+noback correct "\x97AF" "\x97C9"
+noback correct "\x97B0" "\x97DE"
+noback correct "\x97B1" "\x97DC"
+noback correct "\x97B2" "\x97DD"
+noback correct "\x97B5" "\x978B"
+noback correct "\x97B8" "\x97E0"
+noback correct "\x97BE" "\x9774"
+noback correct "\x97C0" "\x97C9"
+noback correct "\x97C8" "\x896A"
+noback correct "\x97CA" "\x7C63"
+noback correct "\x97D2" "\x9798"
+noback correct "\x97DB" "\x97B4"
+noback correct "\x97E4" "\x896A"
+noback correct "\x97E6" "\x97CB"
+noback correct "\x97E7" "\x97CC"
+noback correct "\x97E8" "\x97CD"
+noback correct "\x97E9" "\x97D3"
+noback correct "\x97EA" "\x97D9"
+noback correct "\x97EB" "\x97DE"
+noback correct "\x97EC" "\x97DC"
+noback correct "\x97EE" "\x97ED"
+noback correct "\x97EF" "\x97F1"
+noback correct "\x97F2" "\x9F4F"
+noback correct "\x97F5" "\x97FB"
+noback correct "\x97FC" "\x97F8"
+noback correct "\x981A" "\x9838"
+noback correct "\x981F" "\x984D"
+noback correct "\x9825" "\x9824"
+noback correct "\x982C" "\x9830"
+noback correct "\x982E" "\x6CAC"
+noback correct "\x9833" "\x8D6C"
+noback correct "\x9834" "\x7A4E"
+noback correct "\x983A" "\x9839"
+noback correct "\x983C" "\x8CF4"
+noback correct "\x983D" "\x9839"
+noback correct "\x983E" "\x9AED"
+noback correct "\x983F" "\x9AED"
+noback correct "\x984B" "\x816E"
+noback correct "\x9854" "\x984F"
+noback correct "\x9855" "\x986F"
+noback correct "\x9856" "\x56DF"
+noback correct "\x985A" "\x985B"
+noback correct "\x9868" "\x5DFD"
+noback correct "\x9875" "\x9801"
+noback correct "\x9876" "\x9802"
+noback correct "\x9877" "\x9803"
+noback correct "\x9878" "\x9807"
+noback correct "\x9879" "\x9805"
+noback correct "\x987A" "\x9806"
+noback correct "\x987B" "\x9808"
+noback correct "\x987C" "\x980A"
+noback correct "\x987D" "\x9811"
+noback correct "\x987E" "\x9867"
+noback correct "\x987F" "\x9813"
+noback correct "\x9880" "\x980E"
+noback correct "\x9881" "\x9812"
+noback correct "\x9882" "\x980C"
+noback correct "\x9883" "\x980F"
+noback correct "\x9884" "\x9810"
+noback correct "\x9885" "\x9871"
+noback correct "\x9886" "\x9818"
+noback correct "\x9887" "\x9817"
+noback correct "\x9888" "\x9838"
+noback correct "\x9889" "\x9821"
+noback correct "\x988A" "\x9830"
+noback correct "\x988B" "\x9832"
+noback correct "\x988C" "\x981C"
+noback correct "\x988D" "\x6F41"
+noback correct "\x988E" "\x71B2"
+noback correct "\x988F" "\x9826"
+noback correct "\x9890" "\x9824"
+noback correct "\x9891" "\x983B"
+noback correct "\x9893" "\x9839"
+noback correct "\x9894" "\x9837"
+noback correct "\x9896" "\x7A4E"
+noback correct "\x9897" "\x9846"
+noback correct "\x9898" "\x984C"
+noback correct "\x9899" "\x9852"
+noback correct "\x989A" "\x984E"
+noback correct "\x989B" "\x9853"
+noback correct "\x989C" "\x984F"
+noback correct "\x989D" "\x984D"
+noback correct "\x989E" "\x9873"
+noback correct "\x989F" "\x9862"
+noback correct "\x98A0" "\x985B"
+noback correct "\x98A1" "\x9859"
+noback correct "\x98A2" "\x9865"
+noback correct "\x98A4" "\x986B"
+noback correct "\x98A5" "\x986C"
+noback correct "\x98A6" "\x9870"
+noback correct "\x98A7" "\x9874"
+noback correct "\x98B7" "\x98C6"
+noback correct "\x98C3" "\x98C4"
+noback correct "\x98C7" "\x98C6"
+noback correct "\x98CA" "\x98C6"
+noback correct "\x98CE" "\x98A8"
+noback correct "\x98CF" "\x98BA"
+noback correct "\x98D0" "\x98AD"
+noback correct "\x98D1" "\x98AE"
+noback correct "\x98D2" "\x98AF"
+noback correct "\x98D3" "\x98B6"
+noback correct "\x98D4" "\x98B8"
+noback correct "\x98D5" "\x98BC"
+noback correct "\x98D6" "\x98BB"
+noback correct "\x98D7" "\x98C0"
+noback correct "\x98D8" "\x98C4"
+noback correct "\x98D9" "\x98C6"
+noback correct "\x98DA" "\x98C8"
+noback correct "\x98DC" "\x7FFB"
+noback correct "\x98DD" "\x98DB"
+noback correct "\x98DE" "\x98DB"
+noback correct "\x98E0" "\x98DF"
+noback correct "\x98E1" "\x9910"
+noback correct "\x98E4" "\x98FC"
+noback correct "\x98E8" "\x9957"
+noback correct "\x98EE" "\x98F2"
+noback correct "\x98F0" "\x98EF"
+noback correct "\x98F1" "\x98E7"
+noback correct "\x98F8" "\x9955"
+noback correct "\x98FB" "\x992E"
+noback correct "\x9901" "\x98EA"
+noback correct "\x990D" "\x995C"
+noback correct "\x9919" "\x98FE"
+noback correct "\x9920" "\x9905"
+noback correct "\x9927" "\x9935"
+noback correct "\x9934" "\x9959"
+noback correct "\x9939" "\x7CD6"
+noback correct "\x993B" "\x7CD5"
+noback correct "\x9944" "\x7CD6"
+noback correct "\x994D" "\x81B3"
+noback correct "\x995A" "\x9900"
+noback correct "\x995D" "\x9943"
+noback correct "\x9963" "\x98DF"
+noback correct "\x9964" "\x98E3"
+noback correct "\x9965" "\x98E2"
+noback correct "\x9966" "\x98E5"
+noback correct "\x9967" "\x9933"
+noback correct "\x9968" "\x98E9"
+noback correct "\x9969" "\x993C"
+noback correct "\x996A" "\x98EA"
+noback correct "\x996B" "\x98EB"
+noback correct "\x996C" "\x98ED"
+noback correct "\x996D" "\x98EF"
+noback correct "\x996E" "\x98F2"
+noback correct "\x996F" "\x991E"
+noback correct "\x9970" "\x98FE"
+noback correct "\x9971" "\x98FD"
+noback correct "\x9972" "\x98FC"
+noback correct "\x9973" "\x98FF"
+noback correct "\x9974" "\x98F4"
+noback correct "\x9975" "\x990C"
+noback correct "\x9976" "\x9952"
+noback correct "\x9977" "\x9909"
+noback correct "\x9978" "\x9904"
+noback correct "\x9979" "\x990E"
+noback correct "\x997A" "\x9903"
+noback correct "\x997B" "\x990F"
+noback correct "\x997C" "\x9905"
+noback correct "\x997D" "\x9911"
+noback correct "\x997E" "\x9916"
+noback correct "\x997F" "\x9913"
+noback correct "\x9980" "\x9918"
+noback correct "\x9981" "\x9912"
+noback correct "\x9982" "\x9915"
+noback correct "\x9983" "\x991C"
+noback correct "\x9984" "\x991B"
+noback correct "\x9985" "\x9921"
+noback correct "\x9986" "\x9928"
+noback correct "\x9987" "\x9937"
+noback correct "\x9988" "\x994B"
+noback correct "\x9989" "\x9936"
+noback correct "\x998A" "\x993F"
+noback correct "\x998B" "\x995E"
+noback correct "\x998C" "\x9941"
+noback correct "\x998D" "\x9943"
+noback correct "\x998E" "\x993A"
+noback correct "\x998F" "\x993E"
+noback correct "\x9990" "\x9948"
+noback correct "\x9991" "\x9949"
+noback correct "\x9992" "\x9945"
+noback correct "\x9993" "\x994A"
+noback correct "\x9994" "\x994C"
+noback correct "\x9995" "\x9962"
+noback correct "\x99BF" "\x9A62"
+noback correct "\x99C4" "\x99B1"
+noback correct "\x99C5" "\x9A5B"
+noback correct "\x99C6" "\x9A45"
+noback correct "\x99C8" "\x9A45"
+noback correct "\x99DE" "\x99DD"
+noback correct "\x99E1" "\x7F75"
+noback correct "\x99E6" "\x9A30"
+noback correct "\x99EB" "\x99C9"
+noback correct "\x99F5" "\x9A2E"
+noback correct "\x9A08" "\x99E2"
+noback correct "\x9A0C" "\x9A23"
+noback correct "\x9A10" "\x9A57"
+noback correct "\x9A12" "\x9A37"
+noback correct "\x9A13" "\x9A57"
+noback correct "\x9A17" "\x9A19"
+noback correct "\x9A18" "\x9A44"
+noback correct "\x9A21" "\x99E9"
+noback correct "\x9A3B" "\x9A66"
+noback correct "\x9A47" "\x9A3A"
+noback correct "\x9A51" "\x9A2E"
+noback correct "\x9A58" "\x9A3E"
+noback correct "\x9A63" "\x9A30"
+noback correct "\x9A6C" "\x99AC"
+noback correct "\x9A6D" "\x99AD"
+noback correct "\x9A6E" "\x99B1"
+noback correct "\x9A6F" "\x99B4"
+noback correct "\x9A70" "\x99B3"
+noback correct "\x9A71" "\x9A45"
+noback correct "\x9A72" "\x99B9"
+noback correct "\x9A73" "\x99C1"
+noback correct "\x9A74" "\x9A62"
+noback correct "\x9A75" "\x99D4"
+noback correct "\x9A76" "\x99DB"
+noback correct "\x9A77" "\x99DF"
+noback correct "\x9A78" "\x99D9"
+noback correct "\x9A79" "\x99D2"
+noback correct "\x9A7A" "\x9A36"
+noback correct "\x9A7B" "\x99D0"
+noback correct "\x9A7C" "\x99DD"
+noback correct "\x9A7D" "\x99D1"
+noback correct "\x9A7E" "\x99D5"
+noback correct "\x9A7F" "\x9A5B"
+noback correct "\x9A80" "\x99D8"
+noback correct "\x9A81" "\x9A4D"
+noback correct "\x9A82" "\x7F75"
+noback correct "\x9A83" "\x99F0"
+noback correct "\x9A84" "\x9A55"
+noback correct "\x9A85" "\x9A4A"
+noback correct "\x9A86" "\x99F1"
+noback correct "\x9A87" "\x99ED"
+noback correct "\x9A88" "\x99E2"
+noback correct "\x9A89" "\x9A6B"
+noback correct "\x9A8A" "\x9A6A"
+noback correct "\x9A8B" "\x9A01"
+noback correct "\x9A8C" "\x9A57"
+noback correct "\x9A8D" "\x9A02"
+noback correct "\x9A8E" "\x99F8"
+noback correct "\x9A8F" "\x99FF"
+noback correct "\x9A90" "\x9A0F"
+noback correct "\x9A91" "\x9A0E"
+noback correct "\x9A92" "\x9A0D"
+noback correct "\x9A93" "\x9A05"
+noback correct "\x9A94" "\x9A23"
+noback correct "\x9A95" "\x9A4C"
+noback correct "\x9A96" "\x9A42"
+noback correct "\x9A97" "\x9A19"
+noback correct "\x9A98" "\x9A2D"
+noback correct "\x9A99" "\x9A24"
+noback correct "\x9A9A" "\x9A37"
+noback correct "\x9A9B" "\x9A16"
+noback correct "\x9A9C" "\x9A41"
+noback correct "\x9A9D" "\x9A2E"
+noback correct "\x9A9E" "\x9A2B"
+noback correct "\x9A9F" "\x9A38"
+noback correct "\x9AA0" "\x9A43"
+noback correct "\x9AA1" "\x9A3E"
+noback correct "\x9AA2" "\x9A44"
+noback correct "\x9AA3" "\x9A4F"
+noback correct "\x9AA4" "\x9A5F"
+noback correct "\x9AA5" "\x9A65"
+noback correct "\x9AA6" "\x9A66"
+noback correct "\x9AA7" "\x9A64"
+noback correct "\x9AAE" "\x4BC6"
+noback correct "\x9AB5" "\x9AD4"
+noback correct "\x9ABD" "\x817F"
+noback correct "\x9AC3" "\x8162"
+noback correct "\x9AC4" "\x9AD3"
+noback correct "\x9AC5" "\x9ACF"
+noback correct "\x9AC8" "\x8180"
+noback correct "\x9ACB" "\x9AD6"
+noback correct "\x9ACC" "\x9AD5"
+noback correct "\x9AD7" "\x9871"
+noback correct "\x9AD9" "\x9AD8"
+noback correct "\x9AE0" "\x9AE1"
+noback correct "\x9AE2" "\x9B04"
+noback correct "\x9AE4" "\x9AF9"
+noback correct "\x9AE5" "\x9AEF"
+noback correct "\x9AE8" "\x9AE1"
+noback correct "\x9AE9" "\x9B22"
+noback correct "\x9AEA" "\x9AEE"
+noback correct "\x9AF0" "\x9B04"
+noback correct "\x9B00" "\x5243"
+noback correct "\x9B02" "\x9B22"
+noback correct "\x9B13" "\x9B22"
+noback correct "\x9B1B" "\x9B23"
+noback correct "\x9B26" "\x9B25"
+noback correct "\x9B2A" "\x9B25"
+noback correct "\x9B2C" "\x9B25"
+noback correct "\x9B2D" "\x9B25"
+noback correct "\x9B30" "\x9B31"
+noback correct "\x9B34" "\x91DC"
+noback correct "\x9B36" "\x9B39"
+noback correct "\x9B3D" "\x9B45"
+noback correct "\x9B40" "\x5C2C"
+noback correct "\x9B47" "\x9B58"
+noback correct "\x9B49" "\x9B4E"
+noback correct "\x9B50" "\x5C37"
+noback correct "\x9B53" "\x7562"
+noback correct "\x9B57" "\x919C"
+noback correct "\x9B63" "\x9C6E"
+noback correct "\x9B72" "\x9C78"
+noback correct "\x9B89" "\x9BDB"
+noback correct "\x9B8C" "\x9BC0"
+noback correct "\x9B8E" "\x9BF0"
+noback correct "\x9B9D" "\x9BD7"
+noback correct "\x9BB7" "\x9BF7"
+noback correct "\x9BEE" "\x9BFC"
+noback correct "\x9BF9" "\x9B8F"
+noback correct "\x9BFF" "\x9BFE"
+noback correct "\x9C00" "\x9BC7"
+noback correct "\x9C10" "\x9C77"
+noback correct "\x9C15" "\x8766"
+noback correct "\x9C1B" "\x9C2E"
+noback correct "\x9C4F" "\x9C58"
+noback correct "\x9C51" "\x9C09"
+noback correct "\x9C53" "\x9C54"
+noback correct "\x9C61" "\x9C02"
+noback correct "\x9C65" "\x9C56"
+noback correct "\x9C76" "\x9BD7"
+noback correct "\x9C7C" "\x9B5A"
+noback correct "\x9C7D" "\x9B5B"
+noback correct "\x9C7E" "\x9B62"
+noback correct "\x9C7F" "\x9B77"
+noback correct "\x9C80" "\x9B68"
+noback correct "\x9C81" "\x9B6F"
+noback correct "\x9C82" "\x9B74"
+noback correct "\x9C83" "\x4C3E"
+noback correct "\x9C84" "\x9B7A"
+noback correct "\x9C85" "\x9B81"
+noback correct "\x9C86" "\x9B83"
+noback correct "\x9C87" "\x9BF0"
+noback correct "\x9C88" "\x9C78"
+noback correct "\x9C89" "\x9B8B"
+noback correct "\x9C8A" "\x9B93"
+noback correct "\x9C8B" "\x9B92"
+noback correct "\x9C8C" "\x9B8A"
+noback correct "\x9C8D" "\x9B91"
+noback correct "\x9C8E" "\x9C5F"
+noback correct "\x9C8F" "\x9B8D"
+noback correct "\x9C90" "\x9B90"
+noback correct "\x9C91" "\x9BAD"
+noback correct "\x9C92" "\x9B9A"
+noback correct "\x9C93" "\x9BB3"
+noback correct "\x9C94" "\x9BAA"
+noback correct "\x9C95" "\x9B9E"
+noback correct "\x9C96" "\x9BA6"
+noback correct "\x9C97" "\x9C02"
+noback correct "\x9C98" "\x9B9C"
+noback correct "\x9C99" "\x9C60"
+noback correct "\x9C9A" "\x9C6D"
+noback correct "\x9C9B" "\x9BAB"
+noback correct "\x9C9C" "\x9BAE"
+noback correct "\x9C9D" "\x9BBA"
+noback correct "\x9C9E" "\x9BD7"
+noback correct "\x9C9F" "\x9C58"
+noback correct "\x9CA0" "\x9BC1"
+noback correct "\x9CA1" "\x9C7A"
+noback correct "\x9CA2" "\x9C31"
+noback correct "\x9CA3" "\x9C39"
+noback correct "\x9CA4" "\x9BC9"
+noback correct "\x9CA5" "\x9C23"
+noback correct "\x9CA6" "\x9C37"
+noback correct "\x9CA7" "\x9BC0"
+noback correct "\x9CA8" "\x9BCA"
+noback correct "\x9CA9" "\x9BC7"
+noback correct "\x9CAA" "\x9BB6"
+noback correct "\x9CAB" "\x9BFD"
+noback correct "\x9CAC" "\x9BD2"
+noback correct "\x9CAD" "\x9BD6"
+noback correct "\x9CAE" "\x9BEA"
+noback correct "\x9CAF" "\x9BD5"
+noback correct "\x9CB0" "\x9BEB"
+noback correct "\x9CB1" "\x9BE1"
+noback correct "\x9CB2" "\x9BE4"
+noback correct "\x9CB3" "\x9BE7"
+noback correct "\x9CB4" "\x9BDD"
+noback correct "\x9CB5" "\x9BE2"
+noback correct "\x9CB6" "\x9BF0"
+noback correct "\x9CB7" "\x9BDB"
+noback correct "\x9CB8" "\x9BE8"
+noback correct "\x9CB9" "\x9C3A"
+noback correct "\x9CBA" "\x9BF4"
+noback correct "\x9CBB" "\x9BD4"
+noback correct "\x9CBC" "\x9C5D"
+noback correct "\x9CBD" "\x9C08"
+noback correct "\x9CBE" "\x9C0F"
+noback correct "\x9CBF" "\x9C68"
+noback correct "\x9CC0" "\x9BF7"
+noback correct "\x9CC1" "\x9C2E"
+noback correct "\x9CC2" "\x9C03"
+noback correct "\x9CC3" "\x9C13"
+noback correct "\x9CC4" "\x9C77"
+noback correct "\x9CC5" "\x9C0D"
+noback correct "\x9CC6" "\x9C12"
+noback correct "\x9CC7" "\x9C09"
+noback correct "\x9CC8" "\x9C01"
+noback correct "\x9CC9" "\x9C42"
+noback correct "\x9CCA" "\x9BFE"
+noback correct "\x9CCB" "\x9C20"
+noback correct "\x9CCC" "\x9C32"
+noback correct "\x9CCD" "\x9C2D"
+noback correct "\x9CCE" "\x9C28"
+noback correct "\x9CCF" "\x9C25"
+noback correct "\x9CD0" "\x9C29"
+noback correct "\x9CD1" "\x9C1F"
+noback correct "\x9CD2" "\x9C1C"
+noback correct "\x9CD3" "\x9C33"
+noback correct "\x9CD4" "\x9C3E"
+noback correct "\x9CD5" "\x9C48"
+noback correct "\x9CD6" "\x9C49"
+noback correct "\x9CD7" "\x9C3B"
+noback correct "\x9CD8" "\x9C35"
+noback correct "\x9CD9" "\x9C45"
+noback correct "\x9CDA" "\x4C81"
+noback correct "\x9CDB" "\x9C3C"
+noback correct "\x9CDC" "\x9C56"
+noback correct "\x9CDD" "\x9C54"
+noback correct "\x9CDE" "\x9C57"
+noback correct "\x9CDF" "\x9C52"
+noback correct "\x9CE0" "\x9C6F"
+noback correct "\x9CE1" "\x9C64"
+noback correct "\x9CE2" "\x9C67"
+noback correct "\x9CE3" "\x9C63"
+noback correct "\x9CE4" "\x4C98"
+noback correct "\x9CEB" "\x96C1"
+noback correct "\x9CEC" "\x9CE7"
+noback correct "\x9CEE" "\x96DE"
+noback correct "\x9CEF" "\x9CF3"
+noback correct "\x9CF8" "\x96C7"
+noback correct "\x9D02" "\x9D03"
+noback correct "\x9D08" "\x96C1"
+noback correct "\x9D0B" "\x9DAD"
+noback correct "\x9D0C" "\x9CF3"
+noback correct "\x9D0E" "\x9DD7"
+noback correct "\x9D11" "\x9D3D"
+noback correct "\x9D21" "\x96CE"
+noback correct "\x9D27" "\x9D25"
+noback correct "\x9D2A" "\x9D25"
+noback correct "\x9D35" "\x689F"
+noback correct "\x9D44" "\x9D1F"
+noback correct "\x9D49" "\x9E1E"
+noback correct "\x9D50" "\x9DE1"
+noback correct "\x9D5E" "\x9D5D"
+noback correct "\x9D6D" "\x9CF9"
+noback correct "\x9D76" "\x9D09"
+noback correct "\x9D8F" "\x96DE"
+noback correct "\x9D91" "\x9DAF"
+noback correct "\x9DB5" "\x96DB"
+noback correct "\x9DC0" "\x9DBF"
+noback correct "\x9DC4" "\x96DE"
+noback correct "\x9DC6" "\x9DCF"
+noback correct "\x9DC9" "\x9DC8"
+noback correct "\x9DEA" "\x9DAF"
+noback correct "\x9DF1" "\x9DCE"
+noback correct "\x9DFC" "\x9DF3"
+noback correct "\x9E0A" "\x9DFF"
+noback correct "\x9E0E" "\x9DAF"
+noback correct "\x9E18" "\x9DDE"
+noback correct "\x9E1F" "\x9CE5"
+noback correct "\x9E20" "\x9CE9"
+noback correct "\x9E21" "\x96DE"
+noback correct "\x9E22" "\x9CF6"
+noback correct "\x9E23" "\x9CF4"
+noback correct "\x9E24" "\x9CF2"
+noback correct "\x9E25" "\x9DD7"
+noback correct "\x9E26" "\x9D09"
+noback correct "\x9E27" "\x9DAC"
+noback correct "\x9E28" "\x9D07"
+noback correct "\x9E29" "\x9D06"
+noback correct "\x9E2A" "\x9D23"
+noback correct "\x9E2B" "\x9D87"
+noback correct "\x9E2C" "\x9E15"
+noback correct "\x9E2D" "\x9D28"
+noback correct "\x9E2E" "\x9D1E"
+noback correct "\x9E2F" "\x9D26"
+noback correct "\x9E30" "\x9D12"
+noback correct "\x9E31" "\x9D1F"
+noback correct "\x9E32" "\x9D1D"
+noback correct "\x9E33" "\x9D1B"
+noback correct "\x9E34" "\x9DFD"
+noback correct "\x9E35" "\x9D15"
+noback correct "\x9E36" "\x9DE5"
+noback correct "\x9E37" "\x9DD9"
+noback correct "\x9E38" "\x9D2F"
+noback correct "\x9E39" "\x9D30"
+noback correct "\x9E3A" "\x9D42"
+noback correct "\x9E3B" "\x9D34"
+noback correct "\x9E3C" "\x9D43"
+noback correct "\x9E3D" "\x9D3F"
+noback correct "\x9E3E" "\x9E1E"
+noback correct "\x9E3F" "\x9D3B"
+noback correct "\x9E40" "\x9DE1"
+noback correct "\x9E41" "\x9D53"
+noback correct "\x9E42" "\x9E1D"
+noback correct "\x9E43" "\x9D51"
+noback correct "\x9E44" "\x9D60"
+noback correct "\x9E45" "\x9D5D"
+noback correct "\x9E46" "\x9D52"
+noback correct "\x9E47" "\x9DF3"
+noback correct "\x9E48" "\x9D5C"
+noback correct "\x9E49" "\x9D61"
+noback correct "\x9E4A" "\x9D72"
+noback correct "\x9E4B" "\x9D93"
+noback correct "\x9E4C" "\x9D6A"
+noback correct "\x9E4D" "\x9D7E"
+noback correct "\x9E4E" "\x9D6F"
+noback correct "\x9E4F" "\x9D6C"
+noback correct "\x9E50" "\x9D6E"
+noback correct "\x9E51" "\x9D89"
+noback correct "\x9E52" "\x9D8A"
+noback correct "\x9E53" "\x9D77"
+noback correct "\x9E54" "\x9DEB"
+noback correct "\x9E55" "\x9D98"
+noback correct "\x9E56" "\x9DA1"
+noback correct "\x9E57" "\x9D9A"
+noback correct "\x9E58" "\x9DBB"
+noback correct "\x9E59" "\x9D96"
+noback correct "\x9E5A" "\x9DBF"
+noback correct "\x9E5B" "\x9DA5"
+noback correct "\x9E5C" "\x9DA9"
+noback correct "\x9E5D" "\x9DCA"
+noback correct "\x9E5E" "\x9DC2"
+noback correct "\x9E5F" "\x9DB2"
+noback correct "\x9E60" "\x9DB9"
+noback correct "\x9E61" "\x9DBA"
+noback correct "\x9E62" "\x9DC1"
+noback correct "\x9E63" "\x9DBC"
+noback correct "\x9E64" "\x9DB4"
+noback correct "\x9E65" "\x9DD6"
+noback correct "\x9E66" "\x9E1A"
+noback correct "\x9E67" "\x9DD3"
+noback correct "\x9E68" "\x9DDA"
+noback correct "\x9E69" "\x9DEF"
+noback correct "\x9E6A" "\x9DE6"
+noback correct "\x9E6B" "\x9DF2"
+noback correct "\x9E6C" "\x9DF8"
+noback correct "\x9E6D" "\x9DFA"
+noback correct "\x9E6E" "\x4D09"
+noback correct "\x9E6F" "\x9E07"
+noback correct "\x9E70" "\x9DF9"
+noback correct "\x9E71" "\x9E0C"
+noback correct "\x9E72" "\x9E0F"
+noback correct "\x9E73" "\x9E1B"
+noback correct "\x9E74" "\x9DDE"
+noback correct "\x9E78" "\x9E7C"
+noback correct "\x9E7B" "\x9E7C"
+noback correct "\x9E7E" "\x9E7A"
+noback correct "\x9E90" "\x9E9F"
+noback correct "\x9E9E" "\x7350"
+noback correct "\x9EA6" "\x9EA5"
+noback correct "\x9EAA" "\x9EB5"
+noback correct "\x9EAB" "\x9EB5"
+noback correct "\x9EAC" "\x9EA9"
+noback correct "\x9EAF" "\x9EB4"
+noback correct "\x9EB1" "\x9EA9"
+noback correct "\x9EB8" "\x9EA9"
+noback correct "\x9EB9" "\x9EB4"
+noback correct "\x9EBD" "\x9EBC"
+noback correct "\x9EC4" "\x9EC3"
+noback correct "\x9EC9" "\x9ECC"
+noback correct "\x9ECB" "\x720C"
+noback correct "\x9ED2" "\x9ED1"
+noback correct "\x9ED9" "\x9ED8"
+noback correct "\x9EE1" "\x9EF6"
+noback correct "\x9EE9" "\x9EF7"
+noback correct "\x9EEA" "\x9EF2"
+noback correct "\x9EF1" "\x9EDB"
+noback correct "\x9EFE" "\x9EFD"
+noback correct "\x9F03" "\x86D9"
+noback correct "\x9F08" "\x9C49"
+noback correct "\x9F0B" "\x9EFF"
+noback correct "\x9F0D" "\x9F09"
+noback correct "\x9F14" "\x9F13"
+noback correct "\x9F17" "\x9780"
+noback correct "\x9F1D" "\x9F18"
+noback correct "\x9F26" "\x8C82"
+noback correct "\x9F39" "\x9F34"
+noback correct "\x9F44" "\x9F47"
+noback correct "\x9F45" "\x55C5"
+noback correct "\x9F50" "\x9F4A"
+noback correct "\x9F51" "\x9F4F"
+noback correct "\x9F53" "\x9F54"
+noback correct "\x9F5A" "\x9F70"
+noback correct "\x9F69" "\x54AC"
+noback correct "\x9F7C" "\x9F6D"
+noback correct "\x9F7F" "\x9F52"
+noback correct "\x9F80" "\x9F54"
+noback correct "\x9F81" "\x9F55"
+noback correct "\x9F82" "\x9F57"
+noback correct "\x9F83" "\x9F5F"
+noback correct "\x9F84" "\x9F61"
+noback correct "\x9F85" "\x9F59"
+noback correct "\x9F86" "\x9F60"
+noback correct "\x9F87" "\x9F5C"
+noback correct "\x9F88" "\x9F66"
+noback correct "\x9F89" "\x9F6C"
+noback correct "\x9F8A" "\x9F6A"
+noback correct "\x9F8B" "\x9F72"
+noback correct "\x9F8C" "\x9F77"
+noback correct "\x9F99" "\x9F8D"
+noback correct "\x9F9A" "\x9F94"
+noback correct "\x9F9B" "\x9F95"
+noback correct "\x9F9D" "\x79CB"
+noback correct "\x9F9E" "\x9C49"
+noback correct "\x9F9F" "\x9F9C"
+noback correct "\x9FA5" "\x7C72"
+noback correct "\x9FA7" "\x66D9"
+noback correct "\x9FAB" "\x5E79"
+noback correct "\x9FAD" "\x9FAE"
+noback correct "\x9FAF" "\x925E"
+noback correct "\x9FC4" "\x6881"
+noback correct "\x9FCE" "\x40EE"
+noback correct "\x9FCF" "\x4951"
+noback correct "\x9FD2" "\x9FD3"
+noback correct "\x9FD4" "\x93B6"
+noback correct "\x9FEA" "\x71E7"
+noback correct "\x9FED" "\x9268"
+noback correct "\x9FEE" "\x5ED7"
+noback correct "\xFA1C" "\x9756"
+
+# \x4E00\x671D\x5929\x5B50\x4E00\x671D\x81E3 16-3-12-146-2-124-2345-3-125-156-4-16-3-12-146-2-12-136-2
+noback context _1"\x4E00"["\x671D"]"\x5929\x5B50\x4E00\x671D\x81E3" @12-146-2
+noback context _3"\x4E00\x671D\x5929"["\x5B50"]"\x4E00\x671D\x81E3" @125-156-4
+noback context _5"\x4E00\x671D\x5929\x5B50\x4E00"["\x671D"]"\x81E3" @12-146-2
+
+# \x645F\x8AF8\x4FAF\x4EE5\x4F10\x8AF8\x4FAF 14-12356-2-1-34-3-1235-12356-2-16-4-12345-345-3-1-34-3-1235-12356-2
+noback context ["\x645F"]"\x8AF8\x4FAF\x4EE5\x4F10\x8AF8\x4FAF" @14-12356-2
+
+# \x70BA\x8CE6\x65B0\x8A5E\x5F37\x8AAA\x6101 1246-5-12345-34-5-15-1456-3-245-156-2-245-46-4-24-25-3-12-12356-2
+noback context ["\x70BA"]"\x8CE6\x65B0\x8A5E\x5F37\x8AAA\x6101" @1246-5
+noback context _4"\x70BA\x8CE6\x65B0\x8A5E"["\x5F37"]"\x8AAA\x6101" @245-46-4
+
+# \x9AAF\x9AD2\x5230\x982D\x65B9\x662F\x6F22 123-1346-4-125-1346-4-145-146-5-124-12356-2-12345-1346-3-24-156-5-1235-1236-5
+noback context ["\x9AAF"]"\x9AD2\x5230\x982D\x65B9\x662F\x6F22" @123-1346-4
+noback context _1"\x9AAF"["\x9AD2"]"\x5230\x982D\x65B9\x662F\x6F22" @125-1346-4
+
+# \x4E0D\x8DB3\x70BA\x5916\x4EBA\x9053 135-34-5-125-34-2-1246-5-2356-5-1245-136-2-145-146-5
+noback context ["\x4E0D"]"\x8DB3\x70BA\x5916\x4EBA\x9053" @135-34-5
+noback context _2"\x4E0D\x8DB3"["\x70BA"]"\x5916\x4EBA\x9053" @1246-5
+
+# \x505A\x4E00\x884C\x6028\x4E00\x884C 125-25-5-16-3-1235-1346-2-45-5-16-3-1235-1346-2
+noback context _2"\x505A\x4E00"["\x884C"]"\x6028\x4E00\x884C" @1235-1346-2
+noback context _5"\x505A\x4E00\x884C\x6028\x4E00"["\x884C"] @1235-1346-2
+
+# \x5C07\x5728\x8B00\x4E0D\x5728\x52C7 13-46-5-125-2456-5-134-12356-2-135-34-5-125-2456-5-235-4
+noback context ["\x5C07"]"\x5728\x8B00\x4E0D\x5728\x52C7" @13-46-5
+
+# \x70BA\x4ED6\x4EBA\x4F5C\x5AC1\x8863 1246-5-1247-345-3-1245-136-2-125-25-5-13-23456-5-16-3
+noback context ["\x70BA"]"\x4ED6\x4EBA\x4F5C\x5AC1\x8863" @1246-5
+noback context _5"\x70BA\x4ED6\x4EBA\x4F5C\x5AC1"["\x8863"] @16-3
+
+# \x8001\x5B50\x90FD\x4E0D\x8001\x5B50 14-146-4-125-156-1-145-12356-3-135-34-5-14-146-4-125-156-1
+noback context _1"\x8001"["\x5B50"]"\x90FD\x4E0D\x8001\x5B50" @125-156-1
+noback context _5"\x8001\x5B50\x90FD\x4E0D\x8001"["\x5B50"] @125-156-1
+
+# \x8ACB\x5C07\x4E0D\x5982\x6FC0\x5C07 245-13456-4-13-46-5-135-34-5-1245-34-2-13-16-3-13-46-5
+noback context _1"\x8ACB"["\x5C07"]"\x4E0D\x5982\x6FC0\x5C07" @13-46-5
+noback context _5"\x8ACB\x5C07\x4E0D\x5982\x6FC0"["\x5C07"] @13-46-5
+
+# \x4E0D\x70BA\x4E94\x6597\x7C73 135-34-5-1246-5-34-4-145-12356-4-134-16-4
+noback context ["\x4E0D"]"\x70BA\x4E94\x6597\x7C73" @135-34-5
+noback context _1"\x4E0D"["\x70BA"]"\x4E94\x6597\x7C73" @1246-5
+
+# \x4E16\x8DEF\x7D42\x96E3\x62D7 24-156-5-14-34-5-1-12346-3-1345-1236-2-146-5
+noback context _4"\x4E16\x8DEF\x7D42\x96E3"["\x62D7"] @146-5
+
+# \x4E43\x89BA\x4E09\x5341\x91CC 1345-2456-4-13-246-5-15-1236-3-24-156-2-14-16-4
+noback context _1"\x4E43"["\x89BA"]"\x4E09\x5341\x91CC" @13-246-5
+noback context _4"\x4E43\x89BA\x4E09\x5341"["\x91CC"] @14-16-4
+
+# \x4EE5\x91D1\x931E\x548C\x9F13 16-4-13-1456-3-12-123456-2-1235-2346-5-13-34-4
+noback context _2"\x4EE5\x91D1"["\x931E"]"\x548C\x9F13" @12-123456-2
+noback context _3"\x4EE5\x91D1\x931E"["\x548C"]"\x9F13" @1235-2346-5
+
+# \x50AC\x699C\x6E21\x70CF\x6C5F 245-1246-3-135-1356-5-145-34-5-34-3-13-46-3
+noback context _1"\x50AC"["\x699C"]"\x6E21\x70CF\x6C5F" @135-1356-5
+
+# \x53EB\x5929\x5929\x4E0D\x61C9 13-246-5-124-2345-3-124-2345-3-135-34-5-13456-5
+noback context _4"\x53EB\x5929\x5929\x4E0D"["\x61C9"] @13456-5
+
+# \x53EF\x8863\x8005\x8863\x4E4B 123-2346-4-16-5-1-2346-4-16-5-1-156-3
+noback context ["\x53EF"]"\x8863\x8005\x8863\x4E4B" @123-2346-4
+noback context _1"\x53EF"["\x8863"]"\x8005\x8863\x4E4B" @16-5
+noback context _3"\x53EF\x8863\x8005"["\x8863"]"\x4E4B" @16-5
+
+# \x5875\x57A2\x5F17\x80FD\x85B6 12-136-2-13-12356-5-12345-34-2-1345-1356-2-25-3
+noback context _4"\x5875\x57A2\x5F17\x80FD"["\x85B6"] @25-3
+
+# \x5929\x6DAF\x82E5\x6BD4\x9130 124-2345-3-23456-2-1245-25-5-135-16-5-14-1456-2
+noback context _3"\x5929\x6DAF\x82E5"["\x6BD4"]"\x9130" @135-16-5
+
+# \x64DA\x69A6\x800C\x7ABA\x4E95 13-1256-5-1235-1236-2-156-2-123-1246-3-13-13456-4
+noback context _1"\x64DA"["\x69A6"]"\x800C\x7ABA\x4E95" @1235-1236-2
+
+# \x653E\x65BC\x5229\x800C\x884C 12345-1346-4-1256-2-14-16-5-156-2-15-13456-2
+noback context ["\x653E"]"\x65BC\x5229\x800C\x884C" @12345-1346-4
+noback context _4"\x653E\x65BC\x5229\x800C"["\x884C"] @15-13456-2
+
+# \x6578\x6578\x4F86\x76F8\x8A2A 24-25-5-24-25-5-14-2456-2-15-46-3-12345-1346-4
+noback context ["\x6578"]"\x6578\x4F86\x76F8\x8A2A" @24-25-5
+noback context _1"\x6578"["\x6578"]"\x4F86\x76F8\x8A2A" @24-25-5
+
+# \x65BD\x65BD\x5F9E\x5916\x4F86 16-2-16-2-245-12346-2-2356-5-14-2456-2
+noback context ["\x65BD"]"\x65BD\x5F9E\x5916\x4F86" @16-2
+noback context _1"\x65BD"["\x65BD"]"\x5F9E\x5916\x4F86" @16-2
+
+# \x65E5\x77E5\x5176\x6240\x4EA1 1245-156-5-1-156-3-245-16-2-15-25-4-34-2
+noback context _4"\x65E5\x77E5\x5176\x6240"["\x4EA1"] @34-2
+
+# \x6696\x6696\x5BAE\x96F2\x7DB4 15-45-3-15-45-3-13-12346-3-256-2-1-1246-5
+noback context ["\x6696"]"\x6696\x5BAE\x96F2\x7DB4" @15-45-3
+noback context _1"\x6696"["\x6696"]"\x5BAE\x96F2\x7DB4" @15-45-3
+
+# \x677E\x67CF\x4E0D\x751F\x57E4 15-12346-3-135-126-2-135-34-5-24-1356-3-135-16-5
+noback context _4"\x677E\x67CF\x4E0D\x751F"["\x57E4"] @135-16-5
+
+# \x699C\x6B4C\x5929\x969B\x805E 135-1356-5-13-2346-3-124-2345-3-13-16-5-123456-2
+noback context ["\x699C"]"\x6B4C\x5929\x969B\x805E" @135-1356-5
+noback context _4"\x699C\x6B4C\x5929\x969B"["\x805E"] @123456-2
+
+# \x699C\x6B4C\x7A7A\x88E1\x5931 135-1356-5-13-2346-3-123-12346-3-14-16-4-24-156-3
+noback context ["\x699C"]"\x6B4C\x7A7A\x88E1\x5931" @135-1356-5
+
+# \x6E3E\x6E3E\x5982\x6CC9\x6E90 13-123456-4-13-123456-4-1245-34-2-245-45-2-45-2
+noback context ["\x6E3E"]"\x6E3E\x5982\x6CC9\x6E90" @13-123456-4
+noback context _1"\x6E3E"["\x6E3E"]"\x5982\x6CC9\x6E90" @13-123456-4
+
+# \x70BA\x9664\x4E0D\x6F54\x8005 1246-5-12-34-2-135-34-5-13-346-2-1-2346-4
+noback context ["\x70BA"]"\x9664\x4E0D\x6F54\x8005" @1246-5
+
+# \x7368\x967D\x5247\x4E0D\x9577 145-34-2-46-2-125-2346-2-135-34-5-1-1346-4
+noback context _4"\x7368\x967D\x5247\x4E0D"["\x9577"] @1-1346-4
+
+# \x7AAE\x5247\x68C4\x800C\x5111 245-235-2-125-2346-2-245-16-5-156-2-1236-2
+noback context _4"\x7AAE\x5247\x68C4\x800C"["\x5111"] @1236-2
+
+# \x81E8\x6C5F\x9072\x4F86\x5BA2 14-1456-2-13-46-3-1-156-5-14-2456-2-123-2346-5
+noback context _2"\x81E8\x6C5F"["\x9072"]"\x4F86\x5BA2" @1-156-5
+
+# \x842C\x4E00\x8D70\x4E86\x4E4B 12456-5-16-3-125-12356-4-14-2346-1-1-156-3
+noback context _3"\x842C\x4E00\x8D70"["\x4E86"]"\x4E4B" @14-2346-1
+
+# \x86FE\x5B50\x6642\x8853\x4E4B 16-4-125-156-4-24-156-2-24-34-5-1-156-3
+noback context ["\x86FE"]"\x5B50\x6642\x8853\x4E4B" @16-4
+noback context _1"\x86FE"["\x5B50"]"\x6642\x8853\x4E4B" @125-156-4
+
+# \x884C\x884C\x91CD\x884C\x884C 15-13456-2-15-13456-2-12-12346-2-15-13456-2-15-13456-2
+noback context ["\x884C"]"\x884C\x91CD\x884C\x884C" @15-13456-2
+noback context _1"\x884C"["\x884C"]"\x91CD\x884C\x884C" @15-13456-2
+noback context _2"\x884C\x884C"["\x91CD"]"\x884C\x884C" @12-12346-2
+noback context _3"\x884C\x884C\x91CD"["\x884C"]"\x884C" @15-13456-2
+noback context _4"\x884C\x884C\x91CD\x884C"["\x884C"] @15-13456-2
+
+# \x8A07\x78D5\x8005\x4E4B\x75D1 1235-12346-3-123-2346-3-1-2346-4-1-156-3-24-156-4
+noback context _4"\x8A07\x78D5\x8005\x4E4B"["\x75D1"] @24-156-4
+
+# \x8FD1\x4E4B\x5247\x4E0D\x5B6B 13-1456-5-1-156-3-125-2346-2-135-34-5-15-256-5
+noback context _4"\x8FD1\x4E4B\x5247\x4E0D"["\x5B6B"] @15-256-5
+
+# \x9577\x4ED6\x4EBA\x5FD7\x6C23 1-1346-4-1247-345-3-1245-136-2-1-156-5-245-16-5
+noback context ["\x9577"]"\x4ED6\x4EBA\x5FD7\x6C23" @1-1346-4
+
+# \x9694\x884C\x5982\x9694\x5C71 13-2346-2-1235-1346-2-1245-34-2-13-2346-2-24-1236-3
+noback context _1"\x9694"["\x884C"]"\x5982\x9694\x5C71" @1235-1346-2
+
+# \x96EA\x6C59\x7389\x95DC\x6CE5 15-236-4-34-5-1256-5-13-12456-3-1345-16-2
+noback context _1"\x96EA"["\x6C59"]"\x7389\x95DC\x6CE5" @34-5
+noback context _4"\x96EA\x6C59\x7389\x95DC"["\x6CE5"] @1345-16-2
+
+# \x9752\x5C71\x90ED\x5916\x659C 245-13456-3-24-1236-3-13-25-3-2356-5-15-23456-2
+noback context _4"\x9752\x5C71\x90ED\x5916"["\x659C"] @15-23456-2
+
+# \x9752\x5EB7\x85CF\x9AD8\x539F 245-13456-3-123-1346-3-125-1346-5-13-146-3-45-2
+noback context _2"\x9752\x5EB7"["\x85CF"]"\x9AD8\x539F" @125-1346-5
+
+# \x9865\x655E\x800C\x5BE1\x4EC7 1235-146-5-12-1346-4-156-2-13-35-4-245-234-2
+noback context _4"\x9865\x655E\x800C\x5BE1"["\x4EC7"] @245-234-2
+
+# \x9AAF\x9AD2\x7A7A\x8C37\x4E2D 123-1346-4-125-1346-4-123-12346-3-13-34-4-1-12346-3
+noback context ["\x9AAF"]"\x9AD2\x7A7A\x8C37\x4E2D" @123-1346-4
+noback context _1"\x9AAF"["\x9AD2"]"\x7A7A\x8C37\x4E2D" @125-1346-4
+noback context _4"\x9AAF\x9AD2\x7A7A\x8C37"["\x4E2D"] @1-12346-3
+
+# \x9C0C\x6211\x4EA6\x52DD\x6211 245-234-2-25-4-16-5-24-1356-5-25-4
+noback context ["\x9C0C"]"\x6211\x4EA6\x52DD\x6211" @245-234-2
+
+# \x4A50\x4A50\x977C\x977C 13-1236-3-13-1236-3-145-345-2-145-345-2
+noback context ["\x4A50"]"\x4A50\x977C\x977C" @13-1236-3
+noback context _1"\x4A50"["\x4A50"]"\x977C\x977C" @13-1236-3
+
+# \x4A50\x4A50\x97C3\x97C3 13-1236-3-13-1236-3-145-345-2-145-345-2
+noback context ["\x4A50"]"\x4A50\x97C3\x97C3" @13-1236-3
+noback context _1"\x4A50"["\x4A50"]"\x97C3\x97C3" @13-1236-3
+
+# \x4E00\x4E86\x767E\x4E86 16-3-14-246-4-135-2456-4-14-246-4
+noback context _1"\x4E00"["\x4E86"]"\x767E\x4E86" @14-246-4
+noback context _3"\x4E00\x4E86\x767E"["\x4E86"] @14-246-4
+
+# \x4E00\x5021\x767E\x548C 16-3-12-1346-5-135-2456-4-1235-2346-5
+noback context _3"\x4E00\x5021\x767E"["\x548C"] @1235-2346-5
+
+# \x4E00\x5531\x4E00\x548C 16-3-12-1346-5-16-3-1235-2346-5
+noback context _3"\x4E00\x5531\x4E00"["\x548C"] @1235-2346-5
+
+# \x4E00\x5C07\x529F\x6210 16-3-13-46-5-13-12346-3-12-1356-2
+noback context _1"\x4E00"["\x5C07"]"\x529F\x6210" @13-46-5
+
+# \x4E00\x5C07\x5B88\x95DC 16-3-13-46-5-24-12356-4-13-12456-3
+noback context _1"\x4E00"["\x5C07"]"\x5B88\x95DC" @13-46-5
+
+# \x4E00\x5C07\x96E3\x6C42 16-3-13-46-5-1345-1236-2-245-234-2
+noback context _1"\x4E00"["\x5C07"]"\x96E3\x6C42" @13-46-5
+
+# \x4E00\x66B4\x5341\x5BD2 16-3-1234-34-5-24-156-2-1235-1236-2
+noback context _1"\x4E00"["\x66B4"]"\x5341\x5BD2" @1234-34-5
+
+# \x4E00\x77E2\x4E2D\x7684 16-3-24-156-4-1-12346-5-145-16-5
+noback context _2"\x4E00\x77E2"["\x4E2D"]"\x7684" @1-12346-5
+noback context _3"\x4E00\x77E2\x4E2D"["\x7684"] @145-16-5
+
+# \x4E00\x845B\x4E00\x88D8 16-3-13-2346-2-16-3-245-234-2
+noback context _1"\x4E00"["\x845B"]"\x4E00\x88D8" @13-2346-2
+
+# \x4E00\x884C\x4E09\x6627 16-3-1235-1346-2-15-1236-3-134-356-5
+noback context _1"\x4E00"["\x884C"]"\x4E09\x6627" @1235-1346-2
+
+# \x4E00\x89BA\x9192\x4F86 16-3-13-246-5-15-13456-4-14-2456-2
+noback context _1"\x4E00"["\x89BA"]"\x9192\x4F86" @13-246-5
+
+# \x4E00\x8A00\x4E2D\x7684 16-3-2345-2-1-12346-5-145-16-5
+noback context _2"\x4E00\x8A00"["\x4E2D"]"\x7684" @1-12346-5
+noback context _3"\x4E00\x8A00\x4E2D"["\x7684"] @145-16-5
+
+# \x4E00\x8A9E\x4E2D\x7684 16-3-1256-4-1-12346-5-145-16-5
+noback context _2"\x4E00\x8A9E"["\x4E2D"]"\x7684" @1-12346-5
+noback context _3"\x4E00\x8A9E\x4E2D"["\x7684"] @145-16-5
+
+# \x4E00\x8A9E\x9053\x4E2D 16-3-1256-4-145-146-5-1-12346-5
+noback context _3"\x4E00\x8A9E\x9053"["\x4E2D"] @1-12346-5
+
+# \x4E00\x8D70\x4E86\x4E4B 16-3-125-12356-4-14-246-4-1-156-3
+noback context _2"\x4E00\x8D70"["\x4E86"]"\x4E4B" @14-246-4
+
+# \x4E0A\x5410\x4E0B\x7009 24-1346-5-124-34-5-15-23456-5-15-346-5
+noback context ["\x4E0A"]"\x5410\x4E0B\x7009" @24-1346-5
+noback context _1"\x4E0A"["\x5410"]"\x4E0B\x7009" @124-34-5
+
+# \x4E0B\x81EA\x6210\x884C 15-23456-5-125-156-5-12-1356-2-1235-1346-2
+noback context _3"\x4E0B\x81EA\x6210"["\x884C"] @1235-1346-2
+
+# \x4E0D\x4E86\x4E86\x4E4B 135-34-5-14-246-4-14-246-4-1-156-3
+noback context ["\x4E0D"]"\x4E86\x4E86\x4E4B" @135-34-5
+noback context _1"\x4E0D"["\x4E86"]"\x4E86\x4E4B" @14-246-4
+noback context _2"\x4E0D\x4E86"["\x4E86"]"\x4E4B" @14-246-4
+
+# \x4E0D\x4EA6\x8AAA\x4E4E 135-34-5-16-5-236-5-1235-34-3
+noback context ["\x4E0D"]"\x4EA6\x8AAA\x4E4E" @135-34-5
+noback context _2"\x4E0D\x4EA6"["\x8AAA"]"\x4E4E" @236-5
+
+# \x4E0D\x5206\x4E3B\x5F9E 135-34-5-12345-136-3-1-34-4-125-12346-5
+noback context ["\x4E0D"]"\x5206\x4E3B\x5F9E" @135-34-5
+noback context _3"\x4E0D\x5206\x4E3B"["\x5F9E"] @125-12346-5
+
+# \x4E0D\x5207\x5BE6\x969B 135-34-5-245-346-5-24-156-2-13-16-5
+noback context ["\x4E0D"]"\x5207\x5BE6\x969B" @135-34-5
+noback context _1"\x4E0D"["\x5207"]"\x5BE6\x969B" @245-346-5
+
+# \x4E0D\x5B78\x4EA1\x8853 135-34-5-15-236-2-34-2-24-34-5
+noback context ["\x4E0D"]"\x5B78\x4EA1\x8853" @135-34-5
+noback context _2"\x4E0D\x5B78"["\x4EA1"]"\x8853" @34-2
+
+# \x4E0D\x614A\x65BC\x5FC3 135-34-5-245-346-5-1256-2-15-1456-3
+noback context ["\x4E0D"]"\x614A\x65BC\x5FC3" @135-34-5
+noback context _1"\x4E0D"["\x614A"]"\x65BC\x5FC3" @245-346-5
+
+# \x4E0D\x7701\x4EBA\x4E8B 135-34-5-15-13456-4-1245-136-2-24-156-5
+noback context ["\x4E0D"]"\x7701\x4EBA\x4E8B" @135-34-5
+noback context _1"\x4E0D"["\x7701"]"\x4EBA\x4E8B" @15-13456-4
+
+# \x4E0D\x7CA5\x796D\x5668 135-34-5-1256-5-13-16-5-245-16-5
+noback context ["\x4E0D"]"\x7CA5\x796D\x5668" @135-34-5
+noback context _1"\x4E0D"["\x7CA5"]"\x796D\x5668" @1256-5
+
+# \x4E0D\x898B\x7D93\x50B3 135-34-5-13-2345-5-13-13456-3-1-12456-5
+noback context ["\x4E0D"]"\x898B\x7D93\x50B3" @135-34-5
+noback context _3"\x4E0D\x898B\x7D93"["\x50B3"] @1-12456-5
+
+# \x4E0D\x8C50\x4E0D\x6BBA 135-34-5-12345-1356-3-135-34-5-24-2456-5
+noback context ["\x4E0D"]"\x8C50\x4E0D\x6BBA" @135-34-5
+noback context _3"\x4E0D\x8C50\x4E0D"["\x6BBA"] @24-2456-5
+
+# \x4E0D\x902E\x4EBA\x502B 135-34-5-145-2456-5-1245-136-2-14-123456-2
+noback context ["\x4E0D"]"\x902E\x4EBA\x502B" @135-34-5
+noback context _1"\x4E0D"["\x902E"]"\x4EBA\x502B" @145-2456-5
+
+# \x4E1E\x76F8\x9577\x53F2 12-1356-2-15-46-5-1-1346-4-24-156-4
+noback context _1"\x4E1E"["\x76F8"]"\x9577\x53F2" @15-46-5
+noback context _2"\x4E1E\x76F8"["\x9577"]"\x53F2" @1-1346-4
+
+# \x4E2D\x6563\x5927\x592B 1-12346-3-15-1236-4-145-345-5-12345-34-3
+noback context ["\x4E2D"]"\x6563\x5927\x592B" @1-12346-3
+noback context _1"\x4E2D"["\x6563"]"\x5927\x592B" @15-1236-4
+
+# \x4E2D\x898F\x4E2D\x77E9 1-12346-5-13-1246-3-1-12346-5-13-1256-4
+noback context ["\x4E2D"]"\x898F\x4E2D\x77E9" @1-12346-5
+noback context _2"\x4E2D\x898F"["\x4E2D"]"\x77E9" @1-12346-5
+
+# \x4E4D\x6696\x9084\x5BD2 1-345-5-1345-12456-4-1235-12456-2-1235-1236-2
+noback context _2"\x4E4D\x6696"["\x9084"]"\x5BD2" @1235-12456-2
+
+# \x4E4D\x6696\x9084\x6DBC 1-345-5-1345-12456-4-1235-12456-2-14-46-2
+noback context _2"\x4E4D\x6696"["\x9084"]"\x6DBC" @1235-12456-2
+noback context _3"\x4E4D\x6696\x9084"["\x6DBC"] @14-46-2
+
+# \x4E58\x80A5\x8863\x8F15 12-1356-2-12345-356-2-16-5-245-13456-3
+noback context ["\x4E58"]"\x80A5\x8863\x8F15" @12-1356-2
+noback context _2"\x4E58\x80A5"["\x8863"]"\x8F15" @16-5
+
+# \x4E58\x9593\x6295\x9699 12-1356-2-13-2345-5-124-12356-2-15-16-5
+noback context ["\x4E58"]"\x9593\x6295\x9699" @12-1356-2
+noback context _1"\x4E58"["\x9593"]"\x6295\x9699" @13-2345-5
+
+# \x4E86\x7121\x615A\x8272 14-246-4-34-2-245-1236-2-15-2346-5
+noback context ["\x4E86"]"\x7121\x615A\x8272" @14-246-4
+
+# \x4E86\x7121\x65B0\x610F 14-246-4-34-2-15-1456-3-16-5
+noback context ["\x4E86"]"\x7121\x65B0\x610F" @14-246-4
+
+# \x4E86\x7121\x727D\x639B 14-246-4-34-2-245-2345-3-13-35-5
+noback context ["\x4E86"]"\x7121\x727D\x639B" @14-246-4
+
+# \x4E86\x7121\x751F\x6A5F 14-246-4-34-2-24-1356-3-13-16-3
+noback context ["\x4E86"]"\x7121\x751F\x6A5F" @14-246-4
+
+# \x4E86\x7121\x751F\x8DA3 14-246-4-34-2-24-1356-3-245-1256-5
+noback context ["\x4E86"]"\x7121\x751F\x8DA3" @14-246-4
+
+# \x4E86\x7121\x7F63\x7919 14-246-4-34-2-13-35-5-2456-5
+noback context ["\x4E86"]"\x7121\x7F63\x7919" @14-246-4
+
+# \x4E88\x53D6\x4E88\x6C42 1256-2-245-1256-4-1256-2-245-234-2
+noback context ["\x4E88"]"\x53D6\x4E88\x6C42" @1256-2
+noback context _2"\x4E88\x53D6"["\x4E88"]"\x6C42" @1256-2
+
+# \x4E94\x884C\x4E26\x4E0B 34-4-1235-1346-2-135-13456-5-15-23456-5
+noback context _1"\x4E94"["\x884C"]"\x4E26\x4E0B" @1235-1346-2
+
+# \x4E94\x884C\x4FF1\x4E0B 34-4-1235-1346-2-13-1256-5-15-23456-5
+noback context _1"\x4E94"["\x884C"]"\x4FF1\x4E0B" @1235-1346-2
+
+# \x4E94\x884C\x516B\x4F5C 34-4-1235-1346-2-135-345-3-125-25-3
+noback context _1"\x4E94"["\x884C"]"\x516B\x4F5C" @1235-1346-2
+noback context _3"\x4E94\x884C\x516B"["\x4F5C"] @125-25-3
+
+# \x4EB9\x4EB9\x4E0D\x5377 1246-4-1246-4-135-34-5-13-45-5
+noback context ["\x4EB9"]"\x4EB9\x4E0D\x5377" @1246-4
+noback context _3"\x4EB9\x4EB9\x4E0D"["\x5377"] @13-45-5
+
+# \x4EBA\x4E8B\x4E0D\x7701 1245-136-2-24-156-5-135-34-5-15-13456-4
+noback context _3"\x4EBA\x4E8B\x4E0D"["\x7701"] @15-13456-4
+
+# \x4EBA\x7A20\x7269\x7A70 1245-136-2-12-12356-2-34-5-1245-1346-4
+noback context _3"\x4EBA\x7A20\x7269"["\x7A70"] @1245-1346-4
+
+# \x4EC7\x5076\x76F8\x5F9E 245-234-2-12356-4-15-46-3-245-12346-2
+noback context ["\x4EC7"]"\x5076\x76F8\x5F9E" @245-234-2
+noback context _3"\x4EC7\x5076\x76F8"["\x5F9E"] @245-12346-2
+
+# \x4EE5\x5973\x5973\x4EBA 16-4-1345-1256-4-1345-1256-5-1245-136-2
+noback context _2"\x4EE5\x5973"["\x5973"]"\x4EBA" @1345-1256-5
+
+# \x4EE5\x8704\x76DB\x6EBA 16-4-1-136-5-12-1356-2-1345-246-5
+noback context _2"\x4EE5\x8704"["\x76DB"]"\x6EBA" @12-1356-2
+noback context _3"\x4EE5\x8704\x76DB"["\x6EBA"] @1345-246-5
+
+# \x4EF0\x4E8B\x4FEF\x755C 46-4-24-156-5-12345-34-4-15-1256-5
+noback context _3"\x4EF0\x4E8B\x4FEF"["\x755C"] @15-1256-5
+
+# \x4F7F\x7F8A\x5C07\x72FC 24-156-4-46-2-13-46-5-14-1346-2
+noback context _2"\x4F7F\x7F8A"["\x5C07"]"\x72FC" @13-46-5
+
+# \x4F9B\x4E0D\x61C9\x6C42 13-12346-3-135-34-5-13456-5-245-234-2
+noback context ["\x4F9B"]"\x4E0D\x61C9\x6C42" @13-12346-3
+noback context _2"\x4F9B\x4E0D"["\x61C9"]"\x6C42" @13456-5
+
+# \x5012\x524D\x5012\x5F8C 145-146-5-245-2345-2-145-146-5-1235-12356-5
+noback context ["\x5012"]"\x524D\x5012\x5F8C" @145-146-5
+noback context _2"\x5012\x524D"["\x5012"]"\x5F8C" @145-146-5
+
+# \x5012\x5927\x6E05\x9AD8 145-146-5-145-345-5-245-13456-3-13-146-3
+noback context ["\x5012"]"\x5927\x6E05\x9AD8" @145-146-5
+
+# \x5012\x5BF6\x5854\x5F0F 145-146-5-135-146-4-124-345-4-24-156-5
+noback context ["\x5012"]"\x5BF6\x5854\x5F0F" @145-146-5
+
+# \x5012\x6578\x8A08\x6642 145-146-5-24-34-4-13-16-5-24-156-2
+noback context ["\x5012"]"\x6578\x8A08\x6642" @145-146-5
+noback context _1"\x5012"["\x6578"]"\x8A08\x6642" @24-34-4
+
+# \x5012\x679C\x70BA\x56E0 145-146-5-13-25-4-1246-2-1456-3
+noback context ["\x5012"]"\x679C\x70BA\x56E0" @145-146-5
+
+# \x5012\x6A6B\x76F4\x8C4E 145-146-5-1235-1356-2-1-156-2-24-34-5
+noback context ["\x5012"]"\x6A6B\x76F4\x8C4E" @145-146-5
+
+# \x5012\x7B0F\x8EAC\x8EAB 145-146-5-1235-34-5-13-12346-3-24-136-3
+noback context ["\x5012"]"\x7B0F\x8EAC\x8EAB" @145-146-5
+
+# \x5012\x80CC\x5982\x6D41 145-146-5-135-356-5-1245-34-2-14-234-2
+noback context ["\x5012"]"\x80CC\x5982\x6D41" @145-146-5
+
+# \x5012\x884C\x9006\x65BD 145-146-5-15-13456-2-1345-16-5-24-156-3
+noback context ["\x5012"]"\x884C\x9006\x65BD" @145-146-5
+noback context _3"\x5012\x884C\x9006"["\x65BD"] @24-156-3
+
+# \x5012\x8C4E\x864E\x9B1A 145-146-5-24-34-5-1235-34-4-15-1256-3
+noback context ["\x5012"]"\x8C4E\x864E\x9B1A" @145-146-5
+
+# \x5012\x8F09\x5E72\x6208 145-146-5-125-2456-5-13-1236-3-13-2346-3
+noback context ["\x5012"]"\x8F09\x5E72\x6208" @145-146-5
+
+# \x5012\x966A\x5969\x623F 145-146-5-1234-356-2-14-2345-2-12345-1346-2
+noback context ["\x5012"]"\x966A\x5969\x623F" @145-146-5
+
+# \x5012\x966A\x5BB6\x9580 145-146-5-1234-356-2-13-23456-3-134-136-2
+noback context ["\x5012"]"\x966A\x5BB6\x9580" @145-146-5
+
+# \x5021\x689D\x51B6\x8449 12-1346-3-124-246-2-346-4-346-5
+noback context ["\x5021"]"\x689D\x51B6\x8449" @12-1346-3
+
+# \x505C\x7559\x9577\x667A 124-13456-2-14-234-2-1-1346-4-1-156-5
+noback context _2"\x505C\x7559"["\x9577"]"\x667A" @1-1346-4
+
+# \x50BE\x5012\x4EE5\x737B 245-13456-3-145-146-5-16-4-15-2345-5
+noback context _1"\x50BE"["\x5012"]"\x4EE5\x737B" @145-146-5
+
+# \x50BE\x5012\x800C\x51FA 245-13456-3-145-146-5-156-2-12-34-3
+noback context _1"\x50BE"["\x5012"]"\x800C\x51FA" @145-146-5
+
+# \x50BE\x7B50\x5012\x5E8B 245-13456-3-123-456-3-145-146-5-13-1246-4
+noback context _2"\x50BE\x7B50"["\x5012"]"\x5E8B" @145-146-5
+
+# \x50BE\x8178\x5012\x8179 245-13456-3-12-1346-2-145-146-5-12345-34-5
+noback context _2"\x50BE\x8178"["\x5012"]"\x8179" @145-146-5
+
+# \x50E7\x5C3C\x884C\x696D 15-1356-3-1345-16-2-15-13456-2-346-5
+noback context _2"\x50E7\x5C3C"["\x884C"]"\x696D" @15-13456-2
+
+# \x5104\x8F09\x91D1\x57CE 16-5-125-2456-4-13-1456-3-12-1356-2
+noback context _1"\x5104"["\x8F09"]"\x91D1\x57CE" @125-2456-4
+
+# \x510B\x77F3\x4E4B\x755C 145-1236-3-145-1236-5-1-156-3-15-1256-5
+noback context _1"\x510B"["\x77F3"]"\x4E4B\x755C" @145-1236-5
+noback context _3"\x510B\x77F3\x4E4B"["\x755C"] @15-1256-5
+
+# \x5175\x4E0D\x7531\x5C07 135-13456-3-135-34-5-234-2-13-46-5
+noback context _3"\x5175\x4E0D\x7531"["\x5C07"] @13-46-5
+
+# \x5175\x4F86\x5C07\x64CB 135-13456-3-14-2456-2-13-46-5-145-1346-4
+noback context _2"\x5175\x4F86"["\x5C07"]"\x64CB" @13-46-5
+
+# \x5175\x4F86\x5C07\x6575 135-13456-3-14-2456-2-13-46-5-145-16-2
+noback context _2"\x5175\x4F86"["\x5C07"]"\x6575" @13-46-5
+
+# \x5175\x4F86\x5C07\x8FCE 135-13456-3-14-2456-2-13-46-5-13456-2
+noback context _2"\x5175\x4F86"["\x5C07"]"\x8FCE" @13-46-5
+
+# \x5175\x5230\x5C07\x8FCE 135-13456-3-145-146-5-13-46-5-13456-2
+noback context _2"\x5175\x5230"["\x5C07"]"\x8FCE" @13-46-5
+
+# \x5175\x591A\x5C07\x5EE3 135-13456-3-145-25-3-13-46-5-13-456-4
+noback context _2"\x5175\x591A"["\x5C07"]"\x5EE3" @13-46-5
+
+# \x5175\x5C11\x5C07\x5FAE 135-13456-3-24-146-4-13-46-5-1246-2
+noback context _1"\x5175"["\x5C11"]"\x5C07\x5FAE" @24-146-4
+noback context _2"\x5175\x5C11"["\x5C07"]"\x5FAE" @13-46-5
+
+# \x5175\x5FAE\x5C07\x5BE1 135-13456-3-1246-2-13-46-5-13-35-4
+noback context _2"\x5175\x5FAE"["\x5C07"]"\x5BE1" @13-46-5
+
+# \x5175\x6557\x5C07\x4EA1 135-13456-3-135-2456-5-13-46-5-456-2
+noback context _2"\x5175\x6557"["\x5C07"]"\x4EA1" @13-46-5
+noback context _3"\x5175\x6557\x5C07"["\x4EA1"] @456-2
+
+# \x5175\x7CBE\x5C07\x52C7 135-13456-3-13-13456-3-13-46-5-235-4
+noback context _2"\x5175\x7CBE"["\x5C07"]"\x52C7" @13-46-5
+
+# \x5175\x81F3\x5C07\x8FCE 135-13456-3-1-156-5-13-46-5-13456-2
+noback context _2"\x5175\x81F3"["\x5C07"]"\x8FCE" @13-46-5
+
+# \x5175\x8352\x5C07\x4E82 135-13456-3-1235-456-3-13-46-5-14-12456-5
+noback context _2"\x5175\x8352"["\x5C07"]"\x4E82" @13-46-5
+
+# \x5176\x5ED1\x81F3\x77E3 245-16-2-245-1456-2-1-156-5-16-4
+noback context ["\x5176"]"\x5ED1\x81F3\x77E3" @245-16-2
+noback context _1"\x5176"["\x5ED1"]"\x81F3\x77E3" @245-1456-2
+
+# \x518D\x9577\x7239\x5A18 125-2456-5-1-1346-4-145-346-3-1345-46-2
+noback context _1"\x518D"["\x9577"]"\x7239\x5A18" @1-1346-4
+
+# \x51A0\x5B50\x4E0D\x8A00 13-12456-5-125-156-4-135-34-5-2345-2
+noback context ["\x51A0"]"\x5B50\x4E0D\x8A00" @13-12456-5
+noback context _1"\x51A0"["\x5B50"]"\x4E0D\x8A00" @125-156-4
+
+# \x51A0\x84CB\x76F8\x5C6C 13-12456-3-13-2456-5-15-46-3-1-34-4
+noback context ["\x51A0"]"\x84CB\x76F8\x5C6C" @13-12456-3
+noback context _3"\x51A0\x84CB\x76F8"["\x5C6C"] @1-34-4
+
+# \x51B6\x8449\x5021\x689D 346-4-346-5-12-1346-3-124-246-2
+noback context _2"\x51B6\x8449"["\x5021"]"\x689D" @12-1346-3
+
+# \x51FA\x5C07\x5165\x76F8 12-34-3-13-46-5-1245-34-5-15-46-5
+noback context _1"\x51FA"["\x5C07"]"\x5165\x76F8" @13-46-5
+noback context _3"\x51FA\x5C07\x5165"["\x76F8"] @15-46-5
+
+# \x5200\x8015\x706B\x7A2E 145-146-3-13-1356-3-1235-25-4-1-12346-5
+noback context _3"\x5200\x8015\x706B"["\x7A2E"] @1-12346-5
+
+# \x5208\x84CD\x907A\x7C2A 16-5-24-156-3-16-2-125-136-3
+noback context _3"\x5208\x84CD\x907A"["\x7C2A"] @125-136-3
+
+# \x524C\x524C\x6492\x6492 14-345-5-14-345-5-15-345-3-15-345-3
+noback context _2"\x524C\x524C"["\x6492"]"\x6492" @15-345-3
+noback context _3"\x524C\x524C\x6492"["\x6492"] @15-345-3
+
+# \x524D\x4E8E\x5F8C\x5581 245-2345-2-1256-2-1235-12356-5-1256-2
+noback context _3"\x524D\x4E8E\x5F8C"["\x5581"] @1256-2
+
+# \x529B\x6709\x672A\x902E 14-16-5-234-4-1246-5-145-2456-5
+noback context _3"\x529B\x6709\x672A"["\x902E"] @145-2456-5
+
+# \x529F\x53EF\x5F37\x6210 13-12346-3-123-2346-4-245-46-4-12-1356-2
+noback context _2"\x529F\x53EF"["\x5F37"]"\x6210" @245-46-4
+
+# \x529F\x58AE\x5782\x6210 13-12346-3-1235-1246-3-12-1246-2-12-1356-2
+noback context _1"\x529F"["\x58AE"]"\x5782\x6210" @1235-1246-3
+
+# \x52A0\x5FB7\x6EFF\x90FD 13-23456-3-145-2346-2-134-1236-4-145-34-3
+noback context _3"\x52A0\x5FB7\x6EFF"["\x90FD"] @145-34-3
+
+# \x52D2\x91CC\x52D2\x5F97 14-356-3-14-16-1-14-356-3-145-2346-2
+noback context ["\x52D2"]"\x91CC\x52D2\x5F97" @14-356-3
+noback context _1"\x52D2"["\x91CC"]"\x52D2\x5F97" @14-16-1
+noback context _2"\x52D2\x91CC"["\x52D2"]"\x5F97" @14-356-3
+noback context _3"\x52D2\x91CC\x52D2"["\x5F97"] @145-2346-2
+
+# \x5321\x6211\x4E0D\x902E 123-456-3-25-4-135-34-5-145-2456-5
+noback context _3"\x5321\x6211\x4E0D"["\x902E"] @145-2456-5
+
+# \x5341\x8F09\x5BD2\x7A97 24-156-2-125-2456-4-1235-1236-2-12-456-3
+noback context _1"\x5341"["\x8F09"]"\x5BD2\x7A97" @125-2456-4
+
+# \x5343\x4E86\x767E\x7576 245-2345-3-14-246-4-135-2456-4-145-1346-5
+noback context _1"\x5343"["\x4E86"]"\x767E\x7576" @14-246-4
+noback context _3"\x5343\x4E86\x767E"["\x7576"] @145-1346-5
+
+# \x5343\x8F09\x63DA\x540D 245-2345-3-125-2456-4-46-2-134-13456-2
+noback context _1"\x5343"["\x8F09"]"\x63DA\x540D" @125-2456-4
+
+# \x5343\x8F09\x7368\x6B65 245-2345-3-125-2456-4-145-34-2-135-34-5
+noback context _1"\x5343"["\x8F09"]"\x7368\x6B65" @125-2456-4
+
+# \x5343\x8F09\x96E3\x9022 245-2345-3-125-2456-4-1345-1236-2-12345-1356-2
+noback context _1"\x5343"["\x8F09"]"\x96E3\x9022" @125-2456-4
+
+# \x534A\x9593\x4E0D\x754C 135-1236-5-13-2345-5-135-34-5-13-346-5
+noback context _1"\x534A"["\x9593"]"\x4E0D\x754C" @13-2345-5
+
+# \x536C\x9996\x4FE1\x7709 1346-2-24-12356-4-24-136-3-134-356-2
+noback context ["\x536C"]"\x9996\x4FE1\x7709" @1346-2
+noback context _2"\x536C\x9996"["\x4FE1"]"\x7709" @24-136-3
+
+# \x5371\x884C\x8A00\x5B6B 1246-2-15-13456-5-2345-2-15-256-5
+noback context _1"\x5371"["\x884C"]"\x8A00\x5B6B" @15-13456-5
+noback context _3"\x5371\x884C\x8A00"["\x5B6B"] @15-256-5
+
+# \x5371\x8A00\x5371\x884C 1246-2-2345-2-1246-2-15-13456-5
+noback context _3"\x5371\x8A00\x5371"["\x884C"] @15-13456-5
+
+# \x53CD\x8001\x9084\x7AE5 12345-1236-4-14-146-4-1235-12456-2-124-12346-2
+noback context _2"\x53CD\x8001"["\x9084"]"\x7AE5" @1235-12456-2
+
+# \x53E3\x624D\x8FA8\x7D66 123-12356-4-245-2456-2-135-2345-5-13-16-4
+noback context _3"\x53E3\x624D\x8FA8"["\x7D66"] @13-16-4
+
+# \x53E8\x966A\x672B\x5EA7 124-146-3-1234-356-2-134-126-5-125-25-5
+noback context ["\x53E8"]"\x966A\x672B\x5EA7" @124-146-3
+
+# \x53EB\x5929\x4E0D\x61C9 13-246-5-124-2345-3-135-34-5-13456-5
+noback context _3"\x53EB\x5929\x4E0D"["\x61C9"] @13456-5
+
+# \x53EF\x4EE5\x51A0\x5B50 123-2346-4-16-4-13-12456-5-125-156-4
+noback context ["\x53EF"]"\x4EE5\x51A0\x5B50" @123-2346-4
+noback context _2"\x53EF\x4EE5"["\x51A0"]"\x5B50" @13-12456-5
+noback context _3"\x53EF\x4EE5\x51A0"["\x5B50"] @125-156-4
+
+# \x5403\x559D\x62C9\x6492 12-156-3-1235-2346-3-14-345-3-15-345-3
+noback context ["\x5403"]"\x559D\x62C9\x6492" @12-156-3
+noback context _3"\x5403\x559D\x62C9"["\x6492"] @15-345-3
+
+# \x5404\x6709\x6240\x9577 13-2346-5-234-4-15-25-4-12-1346-2
+noback context _3"\x5404\x6709\x6240"["\x9577"] @12-1346-2
+
+# \x5404\x884C\x5404\x696D 13-2346-5-1235-1346-2-13-2346-5-346-5
+noback context _1"\x5404"["\x884C"]"\x5404\x696D" @1235-1346-2
+
+# \x5408\x4F5C\x7121\x9593 1235-2346-2-125-25-5-34-2-13-2345-5
+noback context _3"\x5408\x4F5C\x7121"["\x9593"] @13-2345-5
+
+# \x5409\x5409\x6793\x6793 13-16-2-13-16-2-1-34-4-1-34-4
+noback context _2"\x5409\x5409"["\x6793"]"\x6793" @1-34-4
+noback context _3"\x5409\x5409\x6793"["\x6793"] @1-34-4
+
+# \x540C\x884C\x76F8\x5FCC 124-12346-2-1235-1346-2-15-46-3-13-16-5
+noback context _1"\x540C"["\x884C"]"\x76F8\x5FCC" @1235-1346-2
+
+# \x543E\x65E5\x4E09\x7701 34-2-1245-156-5-15-1236-3-15-13456-4
+noback context _3"\x543E\x65E5\x4E09"["\x7701"] @15-13456-4
+
+# \x5446\x5446\x6399\x6399 145-2456-3-145-2456-3-1-1356-3-1-1356-3
+noback context _2"\x5446\x5446"["\x6399"]"\x6399" @1-1356-3
+noback context _3"\x5446\x5446\x6399"["\x6399"] @1-1356-3
+
+# \x5487\x5487\x525D\x525D 135-16-5-135-16-5-135-126-3-135-126-3
+noback context ["\x5487"]"\x5487\x525D\x525D" @135-16-5
+noback context _1"\x5487"["\x5487"]"\x525D\x525D" @135-16-5
+
+# \x5495\x5495\x5527\x5527 13-34-3-13-34-3-13-16-3-13-16-3
+noback context _2"\x5495\x5495"["\x5527"]"\x5527" @13-16-3
+noback context _3"\x5495\x5495\x5527"["\x5527"] @13-16-3
+
+# \x54AC\x54AC\x597D\x97F3 13-246-3-13-246-3-1235-146-4-1456-3
+noback context ["\x54AC"]"\x54AC\x597D\x97F3" @13-246-3
+noback context _1"\x54AC"["\x54AC"]"\x597D\x97F3" @13-246-3
+
+# \x5531\x548C\x6709\x61C9 12-1346-5-1235-2346-5-234-4-13456-5
+noback context _1"\x5531"["\x548C"]"\x6709\x61C9" @1235-2346-5
+noback context _3"\x5531\x548C\x6709"["\x61C9"] @13456-5
+
+# \x5580\x5580\x7136\x9042 123-2346-5-123-2346-5-1245-1236-2-15-1246-5
+noback context ["\x5580"]"\x5580\x7136\x9042" @123-2346-5
+noback context _1"\x5580"["\x5580"]"\x7136\x9042" @123-2346-5
+
+# \x5584\x8CC8\x800C\x6CBD 24-1236-5-13-23456-5-156-2-13-34-3
+noback context _1"\x5584"["\x8CC8"]"\x800C\x6CBD" @13-23456-5
+
+# \x5591\x60E1\x53F1\x5412 1456-3-34-3-12-156-5-1-345-5
+noback context _1"\x5591"["\x60E1"]"\x53F1\x5412" @34-3
+
+# \x559D\x8305\x6210\x528D 1235-2346-5-134-146-2-12-1356-2-13-2345-5
+noback context ["\x559D"]"\x8305\x6210\x528D" @1235-2346-5
+
+# \x55AE\x89AA\x5BB6\x5EAD 145-1236-3-245-1456-3-13-23456-3-124-13456-2
+noback context ["\x55AE"]"\x89AA\x5BB6\x5EAD" @145-1236-3
+noback context _1"\x55AE"["\x89AA"]"\x5BB6\x5EAD" @245-1456-3
+
+# \x5601\x5601\x55B3\x55B3 245-16-3-245-16-3-12-345-3-12-345-3
+noback context ["\x5601"]"\x5601\x55B3\x55B3" @245-16-3
+noback context _2"\x5601\x5601"["\x55B3"]"\x55B3" @12-345-3
+noback context _3"\x5601\x5601\x55B3"["\x55B3"] @12-345-3
+
+# \x5609\x8A00\x5584\x884C 13-23456-3-2345-2-24-1236-5-15-13456-5
+noback context _3"\x5609\x8A00\x5584"["\x884C"] @15-13456-5
+
+# \x5609\x8A00\x61FF\x884C 13-23456-3-2345-2-16-5-15-13456-5
+noback context _3"\x5609\x8A00\x61FF"["\x884C"] @15-13456-5
+
+# \x5613\x90FD\x5613\x90FD 13-25-3-145-34-3-13-25-3-145-34-3
+noback context _1"\x5613"["\x90FD"]"\x5613\x90FD" @145-34-3
+noback context _3"\x5613\x90FD\x5613"["\x90FD"] @145-34-3
+
+# \x5614\x5614\x555E\x555E 12356-3-12356-3-23456-3-23456-3
+noback context ["\x5614"]"\x5614\x555E\x555E" @12356-3
+noback context _1"\x5614"["\x5614"]"\x555E\x555E" @12356-3
+noback context _2"\x5614\x5614"["\x555E"]"\x555E" @23456-3
+noback context _3"\x5614\x5614\x555E"["\x555E"] @23456-3
+
+# \x5630\x5630\x55B3\x55B3 13-16-3-13-16-3-12-345-3-12-345-3
+noback context _2"\x5630\x5630"["\x55B3"]"\x55B3" @12-345-3
+noback context _3"\x5630\x5630\x55B3"["\x55B3"] @12-345-3
+
+# \x563B\x563B\x55C4\x55C4 15-16-3-15-16-3-24-345-5-24-345-5
+noback context _2"\x563B\x563B"["\x55C4"]"\x55C4" @24-345-5
+noback context _3"\x563B\x563B\x55C4"["\x55C4"] @24-345-5
+
+# \x563F\x563F\x7121\x8A00 134-126-5-134-126-5-34-2-2345-2
+noback context ["\x563F"]"\x563F\x7121\x8A00" @134-126-5
+noback context _1"\x563F"["\x563F"]"\x7121\x8A00" @134-126-5
+
+# \x563F\x563F\x7121\x8A9E 134-126-5-134-126-5-34-2-1256-4
+noback context ["\x563F"]"\x563F\x7121\x8A9E" @134-126-5
+noback context _1"\x563F"["\x563F"]"\x7121\x8A9E" @134-126-5
+
+# \x563F\x7136\x7121\x8A9E 134-126-5-1245-1236-2-34-2-1256-4
+noback context ["\x563F"]"\x7136\x7121\x8A9E" @134-126-5
+
+# \x56DB\x4E0D\x62D7\x516D 15-156-5-135-34-5-146-5-14-234-5
+noback context _2"\x56DB\x4E0D"["\x62D7"]"\x516D" @146-5
+
+# \x56DB\x65B9\x4E4B\x96CB 15-156-5-12345-1346-3-1-156-3-13-256-5
+noback context _3"\x56DB\x65B9\x4E4B"["\x96CB"] @13-256-5
+
+# \x56DE\x6208\x5012\x5175 1235-1246-2-13-2346-3-145-146-5-135-13456-3
+noback context _2"\x56DE\x6208"["\x5012"]"\x5175" @145-146-5
+
+# \x56DE\x9762\x6C59\x884C 1235-1246-2-134-2345-5-1256-3-15-13456-2
+noback context _2"\x56DE\x9762"["\x6C59"]"\x884C" @1256-3
+noback context _3"\x56DE\x9762\x6C59"["\x884C"] @15-13456-2
+
+# \x56DE\x9EC3\x5012\x7682 1235-1246-2-1235-456-2-145-146-5-125-146-5
+noback context _2"\x56DE\x9EC3"["\x5012"]"\x7682" @145-146-5
+
+# \x571F\x751F\x571F\x9577 124-34-4-24-1356-3-124-34-4-1-1346-4
+noback context _3"\x571F\x751F\x571F"["\x9577"] @1-1346-4
+
+# \x571F\x9577\x6839\x751F 124-34-4-1-1346-4-13-136-3-24-1356-3
+noback context _1"\x571F"["\x9577"]"\x6839\x751F" @1-1346-4
+
+# \x5730\x85CF\x83E9\x85A9 145-16-5-125-1346-5-1234-34-2-15-345-5
+noback context _1"\x5730"["\x85CF"]"\x83E9\x85A9" @125-1346-5
+
+# \x57E4\x6C59\x50AD\x4FD7 135-356-3-34-3-235-3-15-34-2
+noback context ["\x57E4"]"\x6C59\x50AD\x4FD7" @135-356-3
+
+# \x57F7\x6211\x4EC7\x4EC7 1-156-2-25-4-245-234-2-245-234-2
+noback context _2"\x57F7\x6211"["\x4EC7"]"\x4EC7" @245-234-2
+noback context _3"\x57F7\x6211\x4EC7"["\x4EC7"] @245-234-2
+
+# \x5802\x9593\x8655\x71D5 124-1346-2-13-2345-3-12-34-4-2345-5
+noback context _2"\x5802\x9593"["\x8655"]"\x71D5" @12-34-4
+noback context _3"\x5802\x9593\x8655"["\x71D5"] @2345-5
+
+# \x5806\x5C71\x585E\x6D77 145-1246-3-24-1236-3-15-2456-3-1235-2456-4
+noback context _2"\x5806\x5C71"["\x585E"]"\x6D77" @15-2456-3
+
+# \x5864\x7BEA\x76F8\x548C 15-256-3-12-156-2-15-46-3-1235-2346-5
+noback context _3"\x5864\x7BEA\x76F8"["\x548C"] @1235-2346-5
+
+# \x586B\x8857\x585E\x5DF7 124-2345-2-13-346-3-15-2456-3-15-46-5
+noback context _2"\x586B\x8857"["\x585E"]"\x5DF7" @15-2456-3
+
+# \x58CE\x7BEA\x76F8\x548C 15-256-3-12-156-2-15-46-3-1235-2346-5
+noback context _3"\x58CE\x7BEA\x76F8"["\x548C"] @1235-2346-5
+
+# \x58FA\x6F3F\x585E\x9053 1235-34-2-13-46-3-15-2456-3-145-146-5
+noback context _2"\x58FA\x6F3F"["\x585E"]"\x9053" @15-2456-3
+
+# \x590F\x96E8\x96E8\x4EBA 15-23456-5-1256-4-1256-5-1245-136-2
+noback context ["\x590F"]"\x96E8\x96E8\x4EBA" @15-23456-5
+noback context _2"\x590F\x96E8"["\x96E8"]"\x4EBA" @1256-5
+
+# \x5916\x5408\x88E1\x61C9 2356-5-1235-2346-2-14-16-4-13456-5
+noback context _3"\x5916\x5408\x88E1"["\x61C9"] @13456-5
+
+# \x591A\x707D\x591A\x96E3 145-25-3-125-2456-3-145-25-3-1345-1236-5
+noback context _3"\x591A\x707D\x591A"["\x96E3"] @1345-1236-5
+
+# \x591A\x96E3\x591A\x707D 145-25-3-1345-1236-5-145-25-3-125-2456-3
+noback context _1"\x591A"["\x96E3"]"\x591A\x707D" @1345-1236-5
+
+# \x591A\x96E3\x8208\x90A6 145-25-3-1345-1236-5-15-13456-3-135-1346-3
+noback context _1"\x591A"["\x96E3"]"\x8208\x90A6" @1345-1236-5
+
+# \x5922\x6492\x4E48\x5206 134-1356-5-15-345-3-246-3-12345-136-3
+noback context _1"\x5922"["\x6492"]"\x4E48\x5206" @15-345-3
+noback context _3"\x5922\x6492\x4E48"["\x5206"] @12345-136-3
+
+# \x5922\x6492\x64A9\x4E01 134-1356-5-15-345-3-14-246-2-145-13456-3
+noback context _1"\x5922"["\x6492"]"\x64A9\x4E01" @15-345-3
+
+# \x5927\x6392\x9577\x9F8D 145-345-5-1234-2456-2-12-1346-2-14-12346-2
+noback context _2"\x5927\x6392"["\x9577"]"\x9F8D" @12-1346-2
+
+# \x5927\x9577\x516C\x4E3B 145-345-5-1-1346-4-13-12346-3-1-34-4
+noback context _1"\x5927"["\x9577"]"\x516C\x4E3B" @1-1346-4
+
+# \x5927\x96E3\x4E0D\x6B7B 145-345-5-1345-1236-5-135-34-5-15-156-4
+noback context _1"\x5927"["\x96E3"]"\x4E0D\x6B7B" @1345-1236-5
+
+# \x5927\x96E3\x81E8\x982D 145-345-5-1345-1236-5-14-1456-2-124-12356-2
+noback context _1"\x5927"["\x96E3"]"\x81E8\x982D" @1345-1236-5
+
+# \x5929\x5175\x5929\x5C07 124-2345-3-135-13456-3-124-2345-3-13-46-5
+noback context _3"\x5929\x5175\x5929"["\x5C07"] @13-46-5
+
+# \x5929\x6DAF\x6BD4\x9130 124-2345-3-23456-2-135-16-5-14-1456-2
+noback context _2"\x5929\x6DAF"["\x6BD4"]"\x9130" @135-16-5
+
+# \x592A\x963F\x5012\x6301 124-2456-5-2346-3-145-146-5-12-156-2
+noback context _1"\x592A"["\x963F"]"\x5012\x6301" @2346-3
+noback context _2"\x592A\x963F"["\x5012"]"\x6301" @145-146-5
+
+# \x592E\x592E\x6227\x6227 46-3-46-3-245-46-3-245-46-3
+noback context _2"\x592E\x592E"["\x6227"]"\x6227" @245-46-3
+noback context _3"\x592E\x592E\x6227"["\x6227"] @245-46-3
+
+# \x5947\x7BC0\x7470\x884C 245-16-2-13-346-2-13-1246-3-15-13456-5
+noback context ["\x5947"]"\x7BC0\x7470\x884C" @245-16-2
+noback context _3"\x5947\x7BC0\x7470"["\x884C"] @15-13456-5
+
+# \x5967\x6797\x5339\x514B 146-5-14-1456-2-1234-16-3-123-2346-5
+noback context _2"\x5967\x6797"["\x5339"]"\x514B" @1234-16-3
+
+# \x5973\x9577\x9808\x5AC1 1345-1256-4-1-1346-4-15-1256-3-13-23456-5
+noback context ["\x5973"]"\x9577\x9808\x5AC1" @1345-1256-4
+noback context _1"\x5973"["\x9577"]"\x9808\x5AC1" @1-1346-4
+
+# \x597D\x52C7\x6597\x72E0 1235-146-5-235-4-145-12356-5-1235-136-4
+noback context ["\x597D"]"\x52C7\x6597\x72E0" @1235-146-5
+noback context _2"\x597D\x52C7"["\x6597"]"\x72E0" @145-12356-5
+
+# \x597D\x52C7\x9B25\x72E0 1235-146-5-235-4-145-12356-5-1235-136-4
+noback context ["\x597D"]"\x52C7\x9B25\x72E0" @1235-146-5
+
+# \x597D\x5403\x61F6\x505A 1235-146-5-12-156-3-14-1236-4-125-25-5
+noback context ["\x597D"]"\x5403\x61F6\x505A" @1235-146-5
+
+# \x597D\x5927\x559C\x529F 1235-146-5-145-345-5-15-16-4-13-12346-3
+noback context ["\x597D"]"\x5927\x559C\x529F" @1235-146-5
+
+# \x597D\x5FC3\x5012\x505A 1235-146-4-15-1456-3-145-146-5-125-25-5
+noback context ["\x597D"]"\x5FC3\x5012\x505A" @1235-146-4
+noback context _2"\x597D\x5FC3"["\x5012"]"\x505A" @145-146-5
+
+# \x597D\x65BD\x5C0F\x60E0 1235-146-5-24-156-3-15-246-4-1235-1246-5
+noback context ["\x597D"]"\x65BD\x5C0F\x60E0" @1235-146-5
+
+# \x597D\x65BD\x6A02\x5584 1235-146-5-24-156-3-14-2346-5-24-1236-5
+noback context ["\x597D"]"\x65BD\x6A02\x5584" @1235-146-5
+
+# \x597D\x751F\x4E4B\x5FB7 1235-146-5-24-1356-3-1-156-3-145-2346-2
+noback context ["\x597D"]"\x751F\x4E4B\x5FB7" @1235-146-5
+
+# \x597D\x9AD8\x9A16\x9060 1235-146-5-13-146-3-34-5-45-4
+noback context ["\x597D"]"\x9AD8\x9A16\x9060" @1235-146-5
+noback context _3"\x597D\x9AD8\x9A16"["\x9060"] @45-4
+
+# \x5A01\x5100\x902E\x902E 1246-3-16-2-145-16-5-145-16-5
+noback context _2"\x5A01\x5100"["\x902E"]"\x902E" @145-16-5
+noback context _3"\x5A01\x5100\x902E"["\x902E"] @145-16-5
+
+# \x5ACC\x597D\x9053\x60E1 15-2345-2-1235-146-4-145-146-5-34-5
+noback context _3"\x5ACC\x597D\x9053"["\x60E1"] @34-5
+
+# \x5B1B\x5B1B\x5728\x759A 245-235-2-245-235-2-125-2456-5-13-234-5
+noback context ["\x5B1B"]"\x5B1B\x5728\x759A" @245-235-2
+noback context _1"\x5B1B"["\x5B1B"]"\x5728\x759A" @245-235-2
+
+# \x5B50\x4E4B\x9053\x9BAE 125-156-4-1-156-3-145-146-5-15-2345-4
+noback context ["\x5B50"]"\x4E4B\x9053\x9BAE" @125-156-4
+noback context _3"\x5B50\x4E4B\x9053"["\x9BAE"] @15-2345-4
+
+# \x5B50\x4E4B\x9084\x516E 125-156-4-1-156-3-15-45-2-15-16-3
+noback context ["\x5B50"]"\x4E4B\x9084\x516E" @125-156-4
+noback context _2"\x5B50\x4E4B"["\x9084"]"\x516E" @15-45-2
+
+# \x5B50\x4EE5\x6BCD\x8CB4 125-156-4-16-4-134-34-4-13-1246-5
+noback context ["\x5B50"]"\x4EE5\x6BCD\x8CB4" @125-156-4
+
+# \x5B50\x6BCD\x76F8\x6B0A 125-156-4-134-34-4-15-46-3-245-45-2
+noback context ["\x5B50"]"\x6BCD\x76F8\x6B0A" @125-156-4
+
+# \x5B64\x71C8\x6311\x76E1 13-34-3-145-1356-3-124-246-4-13-1456-5
+noback context _2"\x5B64\x71C8"["\x6311"]"\x76E1" @124-246-4
+
+# \x5B89\x6B65\x7576\x8ECA 1236-3-135-34-5-145-1346-3-13-1256-3
+noback context _3"\x5B89\x6B65\x7576"["\x8ECA"] @13-1256-3
+
+# \x5B8F\x90FD\x62C9\x65AF 1235-12346-2-145-34-3-14-345-3-15-156-3
+noback context _1"\x5B8F"["\x90FD"]"\x62C9\x65AF" @145-34-3
+
+# \x5B98\x54E1\x7947\x5019 13-12456-3-45-2-245-16-2-1235-12356-5
+noback context _2"\x5B98\x54E1"["\x7947"]"\x5019" @245-16-2
+
+# \x5BB6\x7D2F\x5343\x91D1 13-23456-3-14-356-4-245-2345-3-13-1456-3
+noback context ["\x5BB6"]"\x7D2F\x5343\x91D1" @13-23456-3
+noback context _1"\x5BB6"["\x7D2F"]"\x5343\x91D1" @14-356-4
+
+# \x5BF8\x7A4D\x9296\x7D2F 245-123456-5-13-16-3-1-34-3-14-356-4
+noback context _3"\x5BF8\x7A4D\x9296"["\x7D2F"] @14-356-4
+
+# \x5C07\x4F2F\x4E4B\x52A9 245-46-3-135-126-2-1-156-3-1-34-5
+noback context ["\x5C07"]"\x4F2F\x4E4B\x52A9" @245-46-3
+
+# \x5C07\x4F2F\x52A9\x4E88 245-46-3-135-126-2-1-34-5-1256-2
+noback context ["\x5C07"]"\x4F2F\x52A9\x4E88" @245-46-3
+noback context _3"\x5C07\x4F2F\x52A9"["\x4E88"] @1256-2
+
+# \x5C07\x5175\x9577\x53F2 13-46-5-135-13456-3-1-1346-4-24-156-4
+noback context ["\x5C07"]"\x5175\x9577\x53F2" @13-46-5
+noback context _2"\x5C07\x5175"["\x9577"]"\x53F2" @1-1346-4
+
+# \x5C07\x5B50\x7121\x6012 245-46-3-125-156-4-34-2-1345-34-5
+noback context ["\x5C07"]"\x5B50\x7121\x6012" @245-46-3
+noback context _1"\x5C07"["\x5B50"]"\x7121\x6012" @125-156-4
+
+# \x5C07\x81F3\x5175\x8FCE 13-46-5-1-156-5-135-13456-3-13456-2
+noback context ["\x5C07"]"\x81F3\x5175\x8FCE" @13-46-5
+
+# \x5C07\x9047\x826F\x624D 13-46-5-1256-5-14-46-2-245-2456-2
+noback context ["\x5C07"]"\x9047\x826F\x624D" @13-46-5
+
+# \x5C07\x92B3\x5175\x9A4D 13-46-5-1245-1246-5-135-13456-3-15-246-3
+noback context ["\x5C07"]"\x92B3\x5175\x9A4D" @13-46-5
+
+# \x5C0B\x884C\x6578\x58A8 15-256-2-1235-1346-2-24-34-4-134-126-5
+noback context _1"\x5C0B"["\x884C"]"\x6578\x58A8" @1235-1346-2
+noback context _2"\x5C0B\x884C"["\x6578"]"\x58A8" @24-34-4
+
+# \x5C0B\x884C\x9010\x968A 15-256-2-1235-1346-2-1-34-2-145-1246-5
+noback context _1"\x5C0B"["\x884C"]"\x9010\x968A" @1235-1346-2
+
+# \x5C11\x5C0F\x96E2\x5BB6 24-146-5-15-246-4-14-16-2-13-23456-3
+noback context ["\x5C11"]"\x5C0F\x96E2\x5BB6" @24-146-5
+noback context _3"\x5C11\x5C0F\x96E2"["\x5BB6"] @13-23456-3
+
+# \x5C62\x898B\x4E0D\x9BAE 14-1256-4-13-2345-5-135-34-5-15-2345-3
+noback context _3"\x5C62\x898B\x4E0D"["\x9BAE"] @15-2345-3
+
+# \x5C6C\x6BDB\x96E2\x88E1 1-34-4-134-146-2-14-16-2-14-16-4
+noback context ["\x5C6C"]"\x6BDB\x96E2\x88E1" @1-34-4
+
+# \x5C6C\x8FAD\x6BD4\x4E8B 1-34-4-245-156-2-135-16-4-24-156-5
+noback context ["\x5C6C"]"\x8FAD\x6BD4\x4E8B" @1-34-4
+
+# \x5C6F\x8857\x585E\x5DF7 124-123456-2-13-346-3-15-2456-3-15-46-5
+noback context ["\x5C6F"]"\x8857\x585E\x5DF7" @124-123456-2
+noback context _2"\x5C6F\x8857"["\x585E"]"\x5DF7" @15-2456-3
+
+# \x5C6F\x8E76\x5426\x585E 1-123456-3-13-236-2-1234-16-4-15-2346-5
+noback context ["\x5C6F"]"\x8E76\x5426\x585E" @1-123456-3
+noback context _2"\x5C6F\x8E76"["\x5426"]"\x585E" @1234-16-4
+noback context _3"\x5C6F\x8E76\x5426"["\x585E"] @15-2346-5
+
+# \x5C71\x91CD\x6C34\x8907 24-1236-3-12-12346-2-24-1246-4-12345-34-5
+noback context _1"\x5C71"["\x91CD"]"\x6C34\x8907" @12-12346-2
+
+# \x5CA1\x9023\x5DBA\x5C6C 13-1346-3-14-2345-2-14-13456-4-1-34-4
+noback context _3"\x5CA1\x9023\x5DBA"["\x5C6C"] @1-34-4
+
+# \x5E1D\x738B\x81E3\x76F8 145-16-5-456-2-12-136-2-15-46-5
+noback context _3"\x5E1D\x738B\x81E3"["\x76F8"] @15-46-5
+
+# \x5E73\x4E0A\x53BB\x5165 1234-13456-2-24-1346-4-245-1256-5-1245-34-5
+noback context ["\x5E73"]"\x4E0A\x53BB\x5165" @1234-13456-2
+noback context _1"\x5E73"["\x4E0A"]"\x53BB\x5165" @24-1346-4
+
+# \x5E73\x7AE0\x767E\x59D3 1234-2345-2-1-1346-3-135-2456-4-15-13456-5
+noback context ["\x5E73"]"\x7AE0\x767E\x59D3" @1234-2345-2
+
+# \x5E7E\x53EF\x4E82\x771F 13-16-3-123-2346-4-14-12456-5-1-136-3
+noback context ["\x5E7E"]"\x53EF\x4E82\x771F" @13-16-3
+
+# \x5EA6\x9577\x7D5C\x5927 145-25-5-12-1346-2-15-346-2-145-345-5
+noback context ["\x5EA6"]"\x9577\x7D5C\x5927" @145-25-5
+
+# \x5ED1\x8EAB\x5F9E\x4E8B 245-1456-2-24-136-3-245-12346-2-24-156-5
+noback context ["\x5ED1"]"\x8EAB\x5F9E\x4E8B" @245-1456-2
+
+# \x5F0B\x4E0D\x5C04\x5BBF 16-5-135-34-5-24-156-2-15-34-5
+noback context _2"\x5F0B\x4E0D"["\x5C04"]"\x5BBF" @24-156-2
+noback context _3"\x5F0B\x4E0D\x5C04"["\x5BBF"] @15-34-5
+
+# \x5F13\x8170\x66F2\x80CC 13-12346-3-246-3-245-1256-3-135-356-5
+noback context _2"\x5F13\x8170"["\x66F2"]"\x80CC" @245-1256-3
+noback context _3"\x5F13\x8170\x66F2"["\x80CC"] @135-356-5
+
+# \x5F14\x8170\x6492\x8DE8 145-246-5-246-3-15-345-3-123-35-5
+noback context _2"\x5F14\x8170"["\x6492"]"\x8DE8" @15-345-3
+
+# \x5F15\x542D\x9AD8\x6B4C 1456-4-1235-1346-2-13-146-3-13-2346-3
+noback context _1"\x5F15"["\x542D"]"\x9AD8\x6B4C" @1235-1346-2
+
+# \x5F35\x51A0\x674E\x6234 1-1346-3-13-12456-3-14-16-4-145-2456-5
+noback context _1"\x5F35"["\x51A0"]"\x674E\x6234" @13-12456-3
+
+# \x5F37\x4EBA\x6240\x96E3 245-46-4-1245-136-2-15-25-4-1345-1236-2
+noback context ["\x5F37"]"\x4EBA\x6240\x96E3" @245-46-4
+noback context _3"\x5F37\x4EBA\x6240"["\x96E3"] @1345-1236-2
+
+# \x5F37\x8A5E\x596A\x7406 245-46-4-245-156-2-145-25-2-14-16-4
+noback context ["\x5F37"]"\x8A5E\x596A\x7406" @245-46-4
+
+# \x5F71\x6232\x4EBA\x5B50 13456-4-15-16-5-1245-136-2-125-156-1
+noback context _3"\x5F71\x6232\x4EBA"["\x5B50"] @125-156-1
+
+# \x5F7C\x5021\x6B64\x548C 135-16-4-12-1346-5-245-156-4-1235-2346-5
+noback context _3"\x5F7C\x5021\x6B64"["\x548C"] @1235-2346-5
+
+# \x5F7C\x9577\x6211\x6D88 135-16-4-1-1346-4-25-4-15-246-3
+noback context _1"\x5F7C"["\x9577"]"\x6211\x6D88" @1-1346-4
+
+# \x5F97\x5FC3\x61C9\x624B 145-2346-2-15-1456-3-13456-5-24-12356-4
+noback context ["\x5F97"]"\x5FC3\x61C9\x624B" @145-2346-2
+noback context _2"\x5F97\x5FC3"["\x61C9"]"\x624B" @13456-5
+
+# \x5F97\x800C\x77E5\x4E86 145-2346-2-156-2-1-156-3-14-2346-1
+noback context ["\x5F97"]"\x800C\x77E5\x4E86" @145-2346-2
+noback context _3"\x5F97\x800C\x77E5"["\x4E86"] @14-2346-1
+
+# \x5F9E\x5BB9\x5C31\x7FA9 245-12346-3-1245-12346-2-13-234-5-16-5
+noback context ["\x5F9E"]"\x5BB9\x5C31\x7FA9" @245-12346-3
+
+# \x5F9E\x5F9E\x5BB9\x5BB9 245-12346-3-245-12346-3-1245-12346-2-1245-12346-2
+noback context ["\x5F9E"]"\x5F9E\x5BB9\x5BB9" @245-12346-3
+noback context _1"\x5F9E"["\x5F9E"]"\x5BB9\x5BB9" @245-12346-3
+
+# \x5FB7\x6DFA\x884C\x8584 145-2346-2-245-2345-4-15-13456-5-135-126-2
+noback context _2"\x5FB7\x6DFA"["\x884C"]"\x8584" @15-13456-5
+noback context _3"\x5FB7\x6DFA\x884C"["\x8584"] @135-126-2
+
+# \x5FB7\x8584\x80FD\x9BAE 145-2346-2-135-126-2-1345-1356-2-15-2345-4
+noback context _3"\x5FB7\x8584\x80FD"["\x9BAE"] @15-2345-4
+
+# \x5FBC\x4EE5\x70BA\x77E5 13-246-3-16-4-1246-2-1-156-5
+noback context ["\x5FBC"]"\x4EE5\x70BA\x77E5" @13-246-3
+noback context _3"\x5FBC\x4EE5\x70BA"["\x77E5"] @1-156-5
+
+# \x5FC3\x4E0D\x61C9\x53E3 15-1456-3-135-34-5-13456-5-123-12356-4
+noback context _2"\x5FC3\x4E0D"["\x61C9"]"\x53E3" @13456-5
+
+# \x5FC3\x5953\x9AD4\x5FD5 15-1456-3-12-156-4-124-16-4-124-2456-5
+noback context _1"\x5FC3"["\x5953"]"\x9AD4\x5FD5" @12-156-4
+noback context _3"\x5FC3\x5953\x9AD4"["\x5FD5"] @124-2456-5
+
+# \x5FC3\x611B\x7DBF\x3CF7 15-1456-3-2456-5-134-2345-2-134-1456-4
+noback context _3"\x5FC3\x611B\x7DBF"["\x3CF7"] @134-1456-4
+
+# \x5FC3\x624B\x76F8\x61C9 15-1456-3-24-12356-4-15-46-3-13456-5
+noback context _2"\x5FC3\x624B"["\x76F8"]"\x61C9" @15-46-3
+noback context _3"\x5FC3\x624B\x76F8"["\x61C9"] @13456-5
+
+# \x6025\x516C\x597D\x7FA9 13-16-2-13-12346-3-1235-146-5-16-5
+noback context _2"\x6025\x516C"["\x597D"]"\x7FA9" @1235-146-5
+
+# \x6094\x4E4B\x4EA1\x53CA 1235-1246-4-1-156-3-34-2-13-16-2
+noback context _2"\x6094\x4E4B"["\x4EA1"]"\x53CA" @34-2
+
+# \x60B6\x60B6\x6E34\x6E34 134-136-5-134-136-5-1235-2346-2-1235-2346-2
+noback context ["\x60B6"]"\x60B6\x6E34\x6E34" @134-136-5
+noback context _1"\x60B6"["\x60B6"]"\x6E34\x6E34" @134-136-5
+noback context _2"\x60B6\x60B6"["\x6E34"]"\x6E34" @1235-2346-2
+noback context _3"\x60B6\x60B6\x6E34"["\x6E34"] @1235-2346-2
+
+# \x60E1\x4E4B\x6B32\x5176 34-5-1-156-3-1256-5-245-16-2
+noback context ["\x60E1"]"\x4E4B\x6B32\x5176" @34-5
+noback context _3"\x60E1\x4E4B\x6B32"["\x5176"] @245-16-2
+
+# \x60E1\x6C11\x4E4B\x4E32 2346-5-134-1456-2-1-156-3-13-12456-5
+noback context ["\x60E1"]"\x6C11\x4E4B\x4E32" @2346-5
+noback context _3"\x60E1\x6C11\x4E4B"["\x4E32"] @13-12456-5
+
+# \x60E1\x6FD5\x5C45\x4E0B 34-5-24-156-3-13-1256-3-15-23456-5
+noback context ["\x60E1"]"\x6FD5\x5C45\x4E0B" @34-5
+
+# \x60E1\x7528\x5B50\x77E3 34-3-235-5-125-156-4-16-4
+noback context ["\x60E1"]"\x7528\x5B50\x77E3" @34-3
+noback context _2"\x60E1\x7528"["\x5B50"]"\x77E3" @125-156-4
+
+# \x60E1\x76F4\x919C\x6B63 34-5-1-156-2-12-12356-4-1-1356-5
+noback context ["\x60E1"]"\x76F4\x919C\x6B63" @34-5
+
+# \x60E1\x7D2B\x596A\x6731 34-5-125-156-4-145-25-2-1-34-3
+noback context ["\x60E1"]"\x7D2B\x596A\x6731" @34-5
+
+# \x60E1\x9189\x5F37\x9152 34-5-125-1246-5-245-46-4-13-234-4
+noback context ["\x60E1"]"\x9189\x5F37\x9152" @34-5
+noback context _2"\x60E1\x9189"["\x5F37"]"\x9152" @245-46-4
+
+# \x610F\x8208\x7D22\x7136 16-5-15-13456-5-15-25-4-1245-1236-2
+noback context _1"\x610F"["\x8208"]"\x7D22\x7136" @15-13456-5
+
+# \x610F\x8208\x95CC\x73CA 16-5-15-13456-5-14-1236-2-24-1236-3
+noback context _1"\x610F"["\x8208"]"\x95CC\x73CA" @15-13456-5
+
+# \x6127\x7121\x699C\x4EBA 123-1246-5-34-2-135-1356-5-1245-136-2
+noback context _2"\x6127\x7121"["\x699C"]"\x4EBA" @135-1356-5
+
+# \x6210\x5343\x7D2F\x842C 12-1356-2-245-2345-3-14-356-4-12456-5
+noback context _2"\x6210\x5343"["\x7D2F"]"\x842C" @14-356-4
+
+# \x6210\x5409\x601D\x6C57 12-1356-2-13-16-2-15-156-3-1235-1236-2
+noback context _3"\x6210\x5409\x601D"["\x6C57"] @1235-1236-2
+
+# \x6210\x5B63\x4E4B\x7E47 12-1356-2-13-16-5-1-156-3-1-12356-5
+noback context _3"\x6210\x5B63\x4E4B"["\x7E47"] @1-12356-5
+
+# \x6216\x82B8\x6216\x8293 1235-25-5-256-2-1235-25-5-125-156-4
+noback context _3"\x6216\x82B8\x6216"["\x8293"] @125-156-4
+
+# \x624D\x9AD8\x884C\x539A 245-2456-2-13-146-3-15-13456-5-1235-12356-5
+noback context _2"\x624D\x9AD8"["\x884C"]"\x539A" @15-13456-5
+
+# \x624D\x9AD8\x884C\x6F54 245-2456-2-13-146-3-15-13456-5-13-346-2
+noback context _2"\x624D\x9AD8"["\x884C"]"\x6F54" @15-13456-5
+
+# \x6252\x982D\x63A2\x8166 135-345-3-124-12356-2-124-1236-5-1345-146-4
+noback context ["\x6252"]"\x982D\x63A2\x8166" @135-345-3
+
+# \x6253\x4F9B\x592A\x4FDD 145-345-4-13-12346-5-124-2456-5-135-146-4
+noback context _1"\x6253"["\x4F9B"]"\x592A\x4FDD" @13-12346-5
+
+# \x626D\x8170\x6492\x80EF 1345-234-4-246-3-15-345-3-123-35-5
+noback context _2"\x626D\x8170"["\x6492"]"\x80EF" @15-345-3
+
+# \x6273\x85E4\x9644\x845B 1234-1236-3-124-1356-2-12345-34-5-13-2346-2
+noback context ["\x6273"]"\x85E4\x9644\x845B" @1234-1236-3
+noback context _3"\x6273\x85E4\x9644"["\x845B"] @13-2346-2
+
+# \x62C2\x6C34\x5021\x689D 12345-34-2-24-1246-4-12-1346-3-124-246-2
+noback context ["\x62C2"]"\x6C34\x5021\x689D" @12345-34-2
+noback context _2"\x62C2\x6C34"["\x5021"]"\x689D" @12-1346-3
+
+# \x62C9\x540D\x7CE7\x9577 14-345-3-134-13456-2-14-46-2-1-1346-4
+noback context _3"\x62C9\x540D\x7CE7"["\x9577"] @1-1346-4
+
+# \x62DC\x5C07\x5C01\x4FAF 135-2456-5-13-46-5-12345-1356-3-1235-12356-2
+noback context _1"\x62DC"["\x5C07"]"\x5C01\x4FAF" @13-46-5
+
+# \x62DC\x76F8\x5C01\x4FAF 135-2456-5-15-46-5-12345-1356-3-1235-12356-2
+noback context _1"\x62DC"["\x76F8"]"\x5C01\x4FAF" @15-46-5
+
+# \x62FD\x5DF7\x651E\x8857 1-2356-5-15-46-5-14-25-2-13-346-3
+noback context _2"\x62FD\x5DF7"["\x651E"]"\x8857" @14-25-2
+
+# \x6311\x4E09\x7AA9\x56DB 124-246-4-15-1236-3-25-3-15-156-5
+noback context ["\x6311"]"\x4E09\x7AA9\x56DB" @124-246-4
+
+# \x6311\x4E09\x8C41\x56DB 124-246-4-15-1236-3-1235-25-5-15-156-5
+noback context ["\x6311"]"\x4E09\x8C41\x56DB" @124-246-4
+
+# \x6311\x7259\x6599\x8123 124-246-4-23456-2-14-246-5-12-123456-2
+noback context ["\x6311"]"\x7259\x6599\x8123" @124-246-4
+
+# \x6311\x8336\x65A1\x523A 124-246-4-12-345-2-25-5-245-156-5
+noback context ["\x6311"]"\x8336\x65A1\x523A" @124-246-4
+
+# \x6328\x5C71\x585E\x6D77 2456-3-24-1236-3-15-2456-3-1235-2456-4
+noback context _2"\x6328\x5C71"["\x585E"]"\x6D77" @15-2456-3
+
+# \x6328\x6328\x62F6\x62F6 2456-3-2456-3-125-345-2-125-345-2
+noback context _2"\x6328\x6328"["\x62F6"]"\x62F6" @125-345-2
+noback context _3"\x6328\x6328\x62F6"["\x62F6"] @125-345-2
+
+# \x633E\x4EBA\x6349\x5C07 15-346-2-1245-136-2-1-25-3-13-46-5
+noback context ["\x633E"]"\x4EBA\x6349\x5C07" @15-346-2
+noback context _3"\x633E\x4EBA\x6349"["\x5C07"] @13-46-5
+
+# \x6349\x5C07\x633E\x4EBA 1-25-3-13-46-5-15-346-2-1245-136-2
+noback context _1"\x6349"["\x5C07"]"\x633E\x4EBA" @13-46-5
+
+# \x6396\x6396\x84CB\x84CB 346-3-346-3-13-2456-5-13-2456-5
+noback context ["\x6396"]"\x6396\x84CB\x84CB" @346-3
+noback context _1"\x6396"["\x6396"]"\x84CB\x84CB" @346-3
+
+# \x63A5\x699C\x5973\x4E4B 13-346-3-135-1356-5-1345-1256-4-1-156-3
+noback context _1"\x63A5"["\x699C"]"\x5973\x4E4B" @135-1356-5
+
+# \x640D\x5175\x6298\x5C07 15-123456-4-135-13456-3-1-2346-2-13-46-5
+noback context _3"\x640D\x5175\x6298"["\x5C07"] @13-46-5
+
+# \x640D\x5C07\x6298\x5175 15-123456-4-13-46-5-1-2346-2-135-13456-3
+noback context _1"\x640D"["\x5C07"]"\x6298\x5175" @13-46-5
+
+# \x640D\x8ECD\x6298\x5C07 15-123456-4-13-256-3-1-2346-2-13-46-5
+noback context _3"\x640D\x8ECD\x6298"["\x5C07"] @13-46-5
+
+# \x642D\x642D\x6492\x6492 145-345-3-145-345-3-15-345-3-15-345-3
+noback context _2"\x642D\x642D"["\x6492"]"\x6492" @15-345-3
+noback context _3"\x642D\x642D\x6492"["\x6492"] @15-345-3
+
+# \x6434\x65D7\x53D6\x5C07 245-2345-3-245-16-2-245-1256-4-13-46-5
+noback context _3"\x6434\x65D7\x53D6"["\x5C07"] @13-46-5
+
+# \x6469\x9802\x653E\x8E35 134-126-2-145-13456-4-12345-1346-4-1-12346-4
+noback context _2"\x6469\x9802"["\x653E"]"\x8E35" @12345-1346-4
+
+# \x647B\x647B\x5973\x624B 24-1236-3-24-1236-3-1345-1256-4-24-12356-4
+noback context ["\x647B"]"\x647B\x5973\x624B" @24-1236-3
+noback context _1"\x647B"["\x647B"]"\x5973\x624B" @24-1236-3
+
+# \x647D\x9006\x5B50\x982D 135-246-3-1345-16-5-125-156-4-124-12356-2
+noback context ["\x647D"]"\x9006\x5B50\x982D" @135-246-3
+noback context _2"\x647D\x9006"["\x5B50"]"\x982D" @125-156-4
+
+# \x64AD\x7CE0\x772F\x76EE 135-126-5-123-1346-3-134-16-4-134-34-5
+noback context ["\x64AD"]"\x7CE0\x772F\x76EE" @135-126-5
+noback context _2"\x64AD\x7CE0"["\x772F"]"\x76EE" @134-16-4
+
+# \x64D4\x96EA\x585E\x4E95 145-1236-3-15-236-4-15-2456-3-13-13456-4
+noback context ["\x64D4"]"\x96EA\x585E\x4E95" @145-1236-3
+noback context _2"\x64D4\x96EA"["\x585E"]"\x4E95" @15-2456-3
+
+# \x6500\x85E4\x652C\x845B 1234-1236-3-124-1356-2-14-1236-4-13-2346-2
+noback context _3"\x6500\x85E4\x652C"["\x845B"] @13-2346-2
+
+# \x6500\x85E4\x9644\x845B 1234-1236-3-124-1356-2-12345-34-5-13-2346-2
+noback context _3"\x6500\x85E4\x9644"["\x845B"] @13-2346-2
+
+# \x6519\x884C\x596A\x5E02 12-1236-3-1235-1346-2-145-25-2-24-156-5
+noback context _1"\x6519"["\x884C"]"\x596A\x5E02" @1235-1346-2
+
+# \x6522\x4E09\x805A\x4E94 245-12456-2-15-1236-3-13-1256-5-34-4
+noback context ["\x6522"]"\x4E09\x805A\x4E94" @245-12456-2
+
+# \x652A\x4E09\x652A\x56DB 13-146-4-15-1236-3-13-146-4-15-156-5
+noback context ["\x652A"]"\x4E09\x652A\x56DB" @13-146-4
+noback context _2"\x652A\x4E09"["\x652A"]"\x56DB" @13-146-4
+
+# \x6536\x8ECD\x9EDE\x5C07 24-12356-3-13-256-3-145-2345-4-13-46-5
+noback context _3"\x6536\x8ECD\x9EDE"["\x5C07"] @13-46-5
+
+# \x6539\x884C\x9077\x5584 13-2456-4-15-13456-5-245-2345-3-24-1236-5
+noback context _1"\x6539"["\x884C"]"\x9077\x5584" @15-13456-5
+
+# \x6545\x6280\x91CD\x65BD 13-34-5-13-16-5-12-12346-2-24-156-3
+noback context _2"\x6545\x6280"["\x91CD"]"\x65BD" @12-12346-2
+noback context _3"\x6545\x6280\x91CD"["\x65BD"] @24-156-3
+
+# \x6556\x4E0D\x53EF\x9577 146-5-135-34-5-123-2346-4-1-1346-4
+noback context ["\x6556"]"\x4E0D\x53EF\x9577" @146-5
+noback context _3"\x6556\x4E0D\x53EF"["\x9577"] @1-1346-4
+
+# \x6556\x4E4B\x5728\x582F 146-5-1-156-3-125-2456-5-246-2
+noback context ["\x6556"]"\x4E4B\x5728\x582F" @146-5
+
+# \x6557\x5175\x6298\x5C07 135-2456-5-135-13456-3-1-2346-2-13-46-5
+noback context _3"\x6557\x5175\x6298"["\x5C07"] @13-46-5
+
+# \x6557\x5C07\x6B98\x5175 135-2456-5-13-46-5-245-1236-2-135-13456-3
+noback context _1"\x6557"["\x5C07"]"\x6B98\x5175" @13-46-5
+
+# \x6557\x8ECD\x4E4B\x5C07 135-2456-5-13-256-3-1-156-3-13-46-5
+noback context _3"\x6557\x8ECD\x4E4B"["\x5C07"] @13-46-5
+
+# \x6557\x8ECD\x6298\x5C07 135-2456-5-13-256-3-1-2346-2-13-46-5
+noback context _3"\x6557\x8ECD\x6298"["\x5C07"] @13-46-5
+
+# \x6559\x5B78\x76F8\x9577 13-246-5-15-236-2-15-46-3-1-1346-4
+noback context _3"\x6559\x5B78\x76F8"["\x9577"] @1-1346-4
+
+# \x6563\x9A0E\x5E38\x4F8D 15-1236-4-13-16-5-12-1346-2-24-156-5
+noback context ["\x6563"]"\x9A0E\x5E38\x4F8D" @15-1236-4
+noback context _1"\x6563"["\x9A0E"]"\x5E38\x4F8D" @13-16-5
+
+# \x6566\x5F7C\x7368\x5BBF 145-1246-3-135-16-4-145-34-2-15-34-5
+noback context ["\x6566"]"\x5F7C\x7368\x5BBF" @145-1246-3
+noback context _3"\x6566\x5F7C\x7368"["\x5BBF"] @15-34-5
+
+# \x656C\x696D\x6A02\x7FA4 13-13456-5-346-5-246-5-245-256-2
+noback context _2"\x656C\x696D"["\x6A02"]"\x7FA4" @246-5
+
+# \x6574\x8EAC\x7387\x7269 1-1356-4-13-12346-3-24-2356-5-34-5
+noback context _2"\x6574\x8EAC"["\x7387"]"\x7269" @24-2356-5
+
+# \x6578\x4E0D\x52DD\x6578 24-34-4-135-34-5-24-1356-3-24-34-4
+noback context ["\x6578"]"\x4E0D\x52DD\x6578" @24-34-4
+noback context _2"\x6578\x4E0D"["\x52DD"]"\x6578" @24-1356-3
+noback context _3"\x6578\x4E0D\x52DD"["\x6578"] @24-34-4
+
+# \x6578\x6578\x72AF\x66B4 24-25-5-24-25-5-12345-1236-5-135-146-5
+noback context ["\x6578"]"\x6578\x72AF\x66B4" @24-25-5
+noback context _1"\x6578"["\x6578"]"\x72AF\x66B4" @24-25-5
+noback context _3"\x6578\x6578\x72AF"["\x66B4"] @135-146-5
+
+# \x6578\x898B\x4E0D\x9BAE 24-25-5-13-2345-5-135-34-5-15-2345-3
+noback context ["\x6578"]"\x898B\x4E0D\x9BAE" @24-25-5
+noback context _3"\x6578\x898B\x4E0D"["\x9BAE"] @15-2345-3
+
+# \x6587\x653B\x6B66\x5687 123456-2-13-12346-3-34-4-1235-2346-5
+noback context ["\x6587"]"\x653B\x6B66\x5687" @123456-2
+noback context _3"\x6587\x653B\x6B66"["\x5687"] @1235-2346-5
+
+# \x6587\x904E\x9042\x975E 123456-5-13-25-5-15-1246-5-12345-356-3
+noback context ["\x6587"]"\x904E\x9042\x975E" @123456-5
+
+# \x6587\x904E\x98FE\x975E 123456-5-13-25-5-24-156-5-12345-356-3
+noback context ["\x6587"]"\x904E\x98FE\x975E" @123456-5
+
+# \x65B0\x81FA\x6709\x6D12 15-1456-3-124-2456-2-234-4-245-1246-4
+noback context _3"\x65B0\x81FA\x6709"["\x6D12"] @245-1246-4
+
+# \x65B2\x76EE\x5FC5\x837C 1-25-2-134-34-5-135-16-5-24-34-3
+noback context _3"\x65B2\x76EE\x5FC5"["\x837C"] @24-34-3
+
+# \x65E5\x4E2D\x800C\x580B 1245-156-5-1-12346-3-156-2-135-1356-5
+noback context _3"\x65E5\x4E2D\x800C"["\x580B"] @135-1356-5
+
+# \x65E5\x7701\x6708\x8A66 1245-156-5-15-13456-4-236-5-24-156-5
+noback context _1"\x65E5"["\x7701"]"\x6708\x8A66" @15-13456-4
+
+# \x65E5\x7701\x6708\x8AB2 1245-156-5-15-13456-4-236-5-123-2346-5
+noback context _1"\x65E5"["\x7701"]"\x6708\x8AB2" @15-13456-4
+
+# \x65E5\x98F2\x4EA1\x4F55 1245-156-5-1456-4-34-2-1235-2346-2
+noback context _2"\x65E5\x98F2"["\x4EA1"]"\x4F55" @34-2
+
+# \x660E\x7A97\x6DE8\x51E0 134-13456-2-12-456-3-13-13456-5-13-16-3
+noback context _3"\x660E\x7A97\x6DE8"["\x51E0"] @13-16-3
+
+# \x660F\x5B9A\x6668\x7701 1235-123456-3-145-13456-5-12-136-2-15-13456-4
+noback context _3"\x660F\x5B9A\x6668"["\x7701"] @15-13456-4
+
+# \x6625\x83EF\x79CB\x5BE6 12-123456-3-1235-35-3-245-234-3-24-156-2
+noback context _1"\x6625"["\x83EF"]"\x79CB\x5BE6" @1235-35-3
+
+# \x6625\x98A8\x98A8\x4EBA 12-123456-3-12345-1356-3-12345-1356-5-1245-136-2
+noback context _2"\x6625\x98A8"["\x98A8"]"\x4EBA" @12345-1356-5
+
+# \x6666\x76F2\x5426\x585E 1235-1246-5-134-1346-2-1234-16-4-15-2346-5
+noback context _2"\x6666\x76F2"["\x5426"]"\x585E" @1234-16-4
+noback context _3"\x6666\x76F2\x5426"["\x585E"] @15-2346-5
+
+# \x6668\x53C3\x66AE\x7701 12-136-2-245-1236-3-134-34-5-15-13456-4
+noback context _3"\x6668\x53C3\x66AE"["\x7701"] @15-13456-4
+
+# \x667A\x5713\x884C\x65B9 1-156-5-45-2-15-13456-5-12345-1346-3
+noback context _2"\x667A\x5713"["\x884C"]"\x65B9" @15-13456-5
+
+# \x6696\x6696\x59DD\x59DD 15-45-3-15-45-3-24-34-3-24-34-3
+noback context ["\x6696"]"\x6696\x59DD\x59DD" @15-45-3
+noback context _1"\x6696"["\x6696"]"\x59DD\x59DD" @15-45-3
+
+# \x66AE\x56DB\x671D\x4E09 134-34-5-15-156-5-1-146-3-15-1236-3
+noback context _2"\x66AE\x56DB"["\x671D"]"\x4E09" @1-146-3
+
+# \x66AE\x695A\x671D\x79E6 134-34-5-12-34-4-1-146-3-245-1456-2
+noback context _2"\x66AE\x695A"["\x671D"]"\x79E6" @1-146-3
+
+# \x66F0\x70BA\x6539\x6B72 236-3-1246-5-13-2456-4-15-1246-5
+noback context _1"\x66F0"["\x70BA"]"\x6539\x6B72" @1246-5
+
+# \x66F2\x5B78\x8A56\x884C 245-1256-3-15-236-2-135-16-5-15-13456-5
+noback context ["\x66F2"]"\x5B78\x8A56\x884C" @245-1256-3
+noback context _3"\x66F2\x5B78\x8A56"["\x884C"] @15-13456-5
+
+# \x66F2\x7A81\x5F99\x85AA 245-1256-3-124-34-2-15-16-4-15-1456-3
+noback context ["\x66F2"]"\x7A81\x5F99\x85AA" @245-1256-3
+
+# \x66F2\x80B1\x800C\x6795 245-1256-3-13-12346-3-156-2-1-136-5
+noback context ["\x66F2"]"\x80B1\x800C\x6795" @245-1256-3
+noback context _3"\x66F2\x80B1\x800C"["\x6795"] @1-136-5
+
+# \x66F2\x9AD8\x548C\x5BE1 245-1256-4-13-146-3-1235-2346-5-13-35-4
+noback context ["\x66F2"]"\x9AD8\x548C\x5BE1" @245-1256-4
+noback context _2"\x66F2\x9AD8"["\x548C"]"\x5BE1" @1235-2346-5
+
+# \x66FE\x8457\x8CE3\x7CD6 245-1356-2-1-146-3-134-2456-5-124-1346-2
+noback context ["\x66FE"]"\x8457\x8CE3\x7CD6" @245-1356-2
+noback context _1"\x66FE"["\x8457"]"\x8CE3\x7CD6" @1-146-3
+
+# \x6709\x501F\x6709\x9084 234-4-13-346-5-234-4-1235-12456-2
+noback context _3"\x6709\x501F\x6709"["\x9084"] @1235-12456-2
+
+# \x6709\x540D\x4EA1\x5BE6 234-4-134-13456-2-34-2-24-156-2
+noback context _2"\x6709\x540D"["\x4EA1"]"\x5BE6" @34-2
+
+# \x6709\x671D\x4E00\x65E5 234-4-1-146-3-16-3-1245-156-5
+noback context _1"\x6709"["\x671D"]"\x4E00\x65E5" @1-146-3
+
+# \x6709\x884C\x7121\x5E02 234-4-1235-1346-2-34-2-24-156-5
+noback context _1"\x6709"["\x884C"]"\x7121\x5E02" @1235-1346-2
+
+# \x6709\x96E3\x540C\x7576 234-4-1345-1236-5-124-12346-2-145-1346-3
+noback context _1"\x6709"["\x96E3"]"\x540C\x7576" @1345-1236-5
+noback context _3"\x6709\x96E3\x540C"["\x7576"] @145-1346-3
+
+# \x671D\x4E09\x66AE\x56DB 1-146-3-15-1236-3-134-34-5-15-156-5
+noback context ["\x671D"]"\x4E09\x66AE\x56DB" @1-146-3
+
+# \x671D\x4E5D\x665A\x4E94 1-146-3-13-234-4-12456-4-34-4
+noback context ["\x671D"]"\x4E5D\x665A\x4E94" @1-146-3
+
+# \x671D\x5149\x6643\x773C 1-146-3-13-456-3-1235-456-4-2345-4
+noback context ["\x671D"]"\x5149\x6643\x773C" @1-146-3
+noback context _2"\x671D\x5149"["\x6643"]"\x773C" @1235-456-4
+
+# \x671D\x56DB\x66AE\x4E09 1-146-3-15-156-5-134-34-5-15-1236-3
+noback context ["\x671D"]"\x56DB\x66AE\x4E09" @1-146-3
+
+# \x671D\x79E6\x66AE\x695A 1-146-3-245-1456-2-134-34-5-12-34-4
+noback context ["\x671D"]"\x79E6\x66AE\x695A" @1-146-3
+
+# \x671F\x529F\x5F4A\x8FD1 13-16-3-13-12346-3-245-46-2-13-1456-5
+noback context ["\x671F"]"\x529F\x5F4A\x8FD1" @13-16-3
+
+# \x672C\x8272\x7576\x884C 135-136-4-15-2346-5-145-1346-3-1235-1346-2
+noback context _3"\x672C\x8272\x7576"["\x884C"] @1235-1346-2
+
+# \x6751\x751F\x6CCA\x9577 245-123456-3-24-1356-3-135-126-2-1-1346-4
+noback context _3"\x6751\x751F\x6CCA"["\x9577"] @1-1346-4
+
+# \x6756\x621F\x76F8\x6A66 1-1346-5-13-16-4-15-46-3-12-12346-3
+noback context _3"\x6756\x621F\x76F8"["\x6A66"] @12-12346-3
+
+# \x6771\x8EB2\x897F\x85CF 145-12346-3-145-25-4-15-16-3-245-1346-2
+noback context _3"\x6771\x8EB2\x897F"["\x85CF"] @245-1346-2
+
+# \x6839\x751F\x571F\x9577 13-136-3-24-1356-3-124-34-4-1-1346-4
+noback context _3"\x6839\x751F\x571F"["\x9577"] @1-1346-4
+
+# \x68C4\x8ECA\x4FDD\x5E25 245-16-5-13-1256-3-135-146-4-24-2356-5
+noback context _1"\x68C4"["\x8ECA"]"\x4FDD\x5E25" @13-1256-3
+
+# \x68F2\x68F2\x7687\x7687 15-16-3-15-16-3-1235-456-2-1235-456-2
+noback context ["\x68F2"]"\x68F2\x7687\x7687" @15-16-3
+noback context _1"\x68F2"["\x68F2"]"\x7687\x7687" @15-16-3
+
+# \x6A02\x5584\x597D\x65BD 14-2346-5-24-1236-5-1235-146-5-24-156-3
+noback context ["\x6A02"]"\x5584\x597D\x65BD" @14-2346-5
+noback context _2"\x6A02\x5584"["\x597D"]"\x65BD" @1235-146-5
+noback context _3"\x6A02\x5584\x597D"["\x65BD"] @24-156-3
+
+# \x6A02\x5584\x597D\x7FA9 14-2346-5-24-1236-5-1235-146-5-16-5
+noback context ["\x6A02"]"\x5584\x597D\x7FA9" @14-2346-5
+noback context _2"\x6A02\x5584"["\x597D"]"\x7FA9" @1235-146-5
+
+# \x6A39\x5E95\x852B\x82B1 24-34-5-145-16-4-2345-3-1235-35-3
+noback context _2"\x6A39\x5E95"["\x852B"]"\x82B1" @2345-3
+
+# \x6A6B\x6311\x5F37\x80E1 1235-1356-2-124-246-4-245-46-2-1235-34-2
+noback context ["\x6A6B"]"\x6311\x5F37\x80E1" @1235-1356-2
+noback context _1"\x6A6B"["\x6311"]"\x5F37\x80E1" @124-246-4
+
+# \x6B3A\x884C\x9738\x5E02 245-16-3-1235-1346-2-135-345-5-24-156-5
+noback context _1"\x6B3A"["\x884C"]"\x9738\x5E02" @1235-1346-2
+
+# \x6B59\x6F06\x963F\x81A0 24-2346-5-245-16-3-2346-3-13-246-3
+noback context ["\x6B59"]"\x6F06\x963F\x81A0" @24-2346-5
+noback context _2"\x6B59\x6F06"["\x963F"]"\x81A0" @2346-3
+
+# \x6B63\x4E2D\x4E0B\x61F7 1-1356-5-1-12346-5-15-23456-5-1235-2356-2
+noback context _1"\x6B63"["\x4E2D"]"\x4E0B\x61F7" @1-12346-5
+
+# \x6B63\x4E2D\x5DF1\x61F7 1-1356-5-1-12346-5-13-16-4-1235-2356-2
+noback context _1"\x6B63"["\x4E2D"]"\x5DF1\x61F7" @1-12346-5
+
+# \x6B63\x4E2D\x7D05\x5FC3 1-1356-5-1-12346-5-1235-12346-2-15-1456-3
+noback context _1"\x6B63"["\x4E2D"]"\x7D05\x5FC3" @1-12346-5
+
+# \x6B63\x8EAB\x7387\x4E0B 1-1356-5-24-136-3-24-2356-5-15-23456-5
+noback context _2"\x6B63\x8EAB"["\x7387"]"\x4E0B" @24-2356-5
+
+# \x6B64\x5B50\x9577\x6210 245-156-4-125-156-4-1-1346-4-12-1356-2
+noback context _1"\x6B64"["\x5B50"]"\x9577\x6210" @125-156-4
+noback context _2"\x6B64\x5B50"["\x9577"]"\x6210" @1-1346-4
+
+# \x6B65\x5927\x6C57\x856F 135-34-5-145-345-5-1235-1236-2-14-12346-2
+noback context _2"\x6B65\x5927"["\x6C57"]"\x856F" @1235-1236-2
+noback context _3"\x6B65\x5927\x6C57"["\x856F"] @14-12346-2
+
+# \x6B6A\x6253\x6B63\x8457 2356-3-145-345-4-1-1356-5-1-146-2
+noback context _3"\x6B6A\x6253\x6B63"["\x8457"] @1-146-2
+
+# \x6B78\x5B54\x5B50\x8C5A 123-1246-5-123-12346-4-125-156-4-124-123456-2
+noback context ["\x6B78"]"\x5B54\x5B50\x8C5A" @123-1246-5
+noback context _2"\x6B78\x5B54"["\x5B50"]"\x8C5A" @125-156-4
+
+# \x6B98\x5175\x6557\x5C07 245-1236-2-135-13456-3-135-2456-5-13-46-5
+noback context _3"\x6B98\x5175\x6557"["\x5C07"] @13-46-5
+
+# \x6B98\x8ECD\x6557\x5C07 245-1236-2-13-256-3-135-2456-5-13-46-5
+noback context _3"\x6B98\x8ECD\x6557"["\x5C07"] @13-46-5
+
+# \x6BB7\x6BB7\x5C6F\x5C6F 1456-3-1456-3-1-123456-3-1-123456-3
+noback context _2"\x6BB7\x6BB7"["\x5C6F"]"\x5C6F" @1-123456-3
+noback context _3"\x6BB7\x6BB7\x5C6F"["\x5C6F"] @1-123456-3
+
+# \x6BBA\x59BB\x6C42\x5C07 24-345-3-245-16-3-245-234-2-13-46-5
+noback context ["\x6BBA"]"\x59BB\x6C42\x5C07" @24-345-3
+noback context _3"\x6BBA\x59BB\x6C42"["\x5C07"] @13-46-5
+
+# \x6BBA\x8863\x7E2E\x98DF 24-2456-5-16-3-15-34-5-24-156-2
+noback context ["\x6BBA"]"\x8863\x7E2E\x98DF" @24-2456-5
+noback context _2"\x6BBA\x8863"["\x7E2E"]"\x98DF" @15-34-5
+noback context _3"\x6BBA\x8863\x7E2E"["\x98DF"] @24-156-2
+
+# \x6BC0\x821F\x70BA\x6755 1235-1246-4-1-12356-3-1246-2-145-25-5
+noback context _3"\x6BC0\x821F\x70BA"["\x6755"] @145-25-5
+
+# \x6C11\x6709\x5B6B\x5FC3 134-1456-2-234-4-15-256-5-15-1456-3
+noback context _2"\x6C11\x6709"["\x5B6B"]"\x5FC3" @15-256-5
+
+# \x6C34\x9577\x8239\x9AD8 24-1246-4-1-1346-4-12-12456-2-13-146-3
+noback context _1"\x6C34"["\x9577"]"\x8239\x9AD8" @1-1346-4
+
+# \x6C7A\x5E06\x6467\x6A66 13-236-2-12345-1236-2-245-1246-3-12-456-2
+noback context _3"\x6C7A\x5E06\x6467"["\x6A66"] @12-456-2
+
+# \x6C92\x5B8C\x6C92\x4E86 134-356-2-12456-2-134-356-2-14-246-4
+noback context ["\x6C92"]"\x5B8C\x6C92\x4E86" @134-356-2
+noback context _3"\x6C92\x5B8C\x6C92"["\x4E86"] @14-246-4
+
+# \x6C92\x7F9E\x6C92\x81CA 134-356-2-15-234-3-134-356-2-15-146-5
+noback context ["\x6C92"]"\x7F9E\x6C92\x81CA" @134-356-2
+noback context _3"\x6C92\x7F9E\x6C92"["\x81CA"] @15-146-5
+
+# \x6CC4\x6CC4\x6C93\x6C93 16-5-16-5-124-345-5-124-345-5
+noback context ["\x6CC4"]"\x6CC4\x6C93\x6C93" @16-5
+noback context _1"\x6CC4"["\x6CC4"]"\x6C93\x6C93" @16-5
+
+# \x6CE2\x7F85\x7684\x6D77 135-126-3-14-25-2-145-16-5-1235-2456-4
+noback context _2"\x6CE2\x7F85"["\x7684"]"\x6D77" @145-16-5
+
+# \x6CE5\x585E\x7AF9\x7BA1 1345-16-2-15-2456-3-1-34-2-13-12456-4
+noback context ["\x6CE5"]"\x585E\x7AF9\x7BA1" @1345-16-2
+noback context _1"\x6CE5"["\x585E"]"\x7AF9\x7BA1" @15-2456-3
+
+# \x6CF0\x963F\x5012\x6301 124-2456-5-2346-3-145-146-5-12-156-2
+noback context _1"\x6CF0"["\x963F"]"\x5012\x6301" @2346-3
+noback context _2"\x6CF0\x963F"["\x5012"]"\x6301" @145-146-5
+
+# \x6D12\x7136\x8B8A\x8272 15-2345-4-1245-1236-2-135-2345-5-15-2346-5
+noback context ["\x6D12"]"\x7136\x8B8A\x8272" @15-2345-4
+
+# \x6DBC\x5F7C\x6B66\x738B 14-46-5-135-16-4-34-4-456-2
+noback context ["\x6DBC"]"\x5F7C\x6B66\x738B" @14-46-5
+noback context _3"\x6DBC\x5F7C\x6B66"["\x738B"] @456-2
+
+# \x6E38\x624B\x597D\x9591 234-2-24-12356-4-1235-146-5-15-2345-2
+noback context _2"\x6E38\x624B"["\x597D"]"\x9591" @1235-146-5
+
+# \x6E38\x624B\x597D\x9592 234-2-24-12356-4-1235-146-5-15-2345-2
+noback context _2"\x6E38\x624B"["\x597D"]"\x9592" @1235-146-5
+
+# \x6E38\x8A5E\x76F8\x6311 234-2-245-156-2-15-46-3-124-246-4
+noback context _3"\x6E38\x8A5E\x76F8"["\x6311"] @124-246-4
+
+# \x6E3E\x4FD7\x548C\x5149 1235-123456-5-15-34-2-1235-2346-2-13-456-3
+noback context ["\x6E3E"]"\x4FD7\x548C\x5149" @1235-123456-5
+
+# \x6E3E\x6E3E\x7121\x6DAF 1235-123456-5-1235-123456-5-34-2-23456-2
+noback context ["\x6E3E"]"\x6E3E\x7121\x6DAF" @1235-123456-5
+noback context _1"\x6E3E"["\x6E3E"]"\x7121\x6DAF" @1235-123456-5
+
+# \x6E56\x6FF1\x6563\x8A18 1235-34-2-135-1456-3-15-1236-4-13-16-5
+noback context _2"\x6E56\x6FF1"["\x6563"]"\x8A18" @15-1236-4
+
+# \x6E6F\x6E6F\x6C34\x6C34 124-1346-3-124-1346-3-24-1246-4-24-1246-4
+noback context ["\x6E6F"]"\x6E6F\x6C34\x6C34" @124-1346-3
+noback context _1"\x6E6F"["\x6E6F"]"\x6C34\x6C34" @124-1346-3
+
+# \x6EB6\x6EB6\x8108\x8108 1245-12346-2-1245-12346-2-134-2456-5-134-2456-5
+noback context _2"\x6EB6\x6EB6"["\x8108"]"\x8108" @134-2456-5
+noback context _3"\x6EB6\x6EB6\x8108"["\x8108"] @134-2456-5
+
+# \x6F2B\x5929\x585E\x5730 134-1236-5-124-2345-3-15-2456-3-145-16-5
+noback context _2"\x6F2B\x5929"["\x585E"]"\x5730" @15-2456-3
+
+# \x6F2B\x5C71\x585E\x91CE 134-1236-5-24-1236-3-15-2456-3-346-4
+noback context _2"\x6F2B\x5C71"["\x585E"]"\x91CE" @15-2456-3
+
+# \x6FA4\x88AB\x56DB\x6D77 125-2346-2-1234-16-3-15-156-5-1235-2456-4
+noback context _1"\x6FA4"["\x88AB"]"\x56DB\x6D77" @1234-16-3
+
+# \x6FA4\x88AB\x5F8C\x4E16 125-2346-2-1234-16-3-1235-12356-5-24-156-5
+noback context _1"\x6FA4"["\x88AB"]"\x5F8C\x4E16" @1234-16-3
+
+# \x6FA4\x88AB\x84BC\x751F 125-2346-2-1234-16-3-245-1346-3-24-1356-3
+noback context _1"\x6FA4"["\x88AB"]"\x84BC\x751F" @1234-16-3
+
+# \x707C\x707C\x5176\x83EF 1-25-2-1-25-2-245-16-2-1235-35-3
+noback context _3"\x707C\x707C\x5176"["\x83EF"] @1235-35-3
+
+# \x70BA\x4EBA\x654F\x7D66 1246-2-1245-136-2-134-1456-4-13-16-4
+noback context ["\x70BA"]"\x4EBA\x654F\x7D66" @1246-2
+noback context _3"\x70BA\x4EBA\x654F"["\x7D66"] @13-16-4
+
+# \x70BA\x53E2\x657A\x96C0 1246-5-245-12346-2-245-1256-3-245-236-5
+noback context ["\x70BA"]"\x53E2\x657A\x96C0" @1246-5
+
+# \x70BA\x570B\x70BA\x6C11 1246-5-13-25-2-1246-5-134-1456-2
+noback context ["\x70BA"]"\x570B\x70BA\x6C11" @1246-5
+noback context _2"\x70BA\x570B"["\x70BA"]"\x6C11" @1246-5
+
+# \x70BA\x6C11\x8ACB\x547D 1246-5-134-1456-2-245-13456-4-134-13456-5
+noback context ["\x70BA"]"\x6C11\x8ACB\x547D" @1246-5
+
+# \x70BA\x6C11\x9664\x5BB3 1246-5-134-1456-2-12-34-2-1235-2456-5
+noback context ["\x70BA"]"\x6C11\x9664\x5BB3" @1246-5
+
+# \x70BA\x6C11\x9664\x60A3 1246-5-134-1456-2-12-34-2-1235-12456-5
+noback context ["\x70BA"]"\x6C11\x9664\x60A3" @1246-5
+
+# \x70BA\x6DF5\x657A\x9B5A 1246-5-45-3-245-1256-3-1256-2
+noback context ["\x70BA"]"\x6DF5\x657A\x9B5A" @1246-5
+
+# \x7121\x4E0D\x647D\x4E5F 34-2-135-34-5-135-246-3-346-4
+noback context ["\x7121"]"\x4E0D\x647D\x4E5F" @34-2
+noback context _2"\x7121\x4E0D"["\x647D"]"\x4E5F" @135-246-3
+
+# \x7121\x7684\x653E\x77E2 34-2-145-16-5-12345-1346-5-24-156-4
+noback context ["\x7121"]"\x7684\x653E\x77E2" @34-2
+noback context _1"\x7121"["\x7684"]"\x653E\x77E2" @145-16-5
+
+# \x7121\x83D1\x7121\x5BB3 34-2-125-2456-3-34-2-1235-2456-5
+noback context ["\x7121"]"\x83D1\x7121\x5BB3" @34-2
+noback context _1"\x7121"["\x83D1"]"\x7121\x5BB3" @125-2456-3
+
+# \x71D5\x5E02\x9152\x4EBA 2345-3-24-156-5-13-234-4-1245-136-2
+noback context ["\x71D5"]"\x5E02\x9152\x4EBA" @2345-3
+
+# \x71D5\x662D\x7BC9\x81FA 2345-3-1-146-3-1-34-2-124-2456-2
+noback context ["\x71D5"]"\x662D\x7BC9\x81FA" @2345-3
+
+# \x71D5\x96C0\x8655\x5802 2345-5-245-236-5-12-34-4-124-1346-2
+noback context ["\x71D5"]"\x96C0\x8655\x5802" @2345-5
+noback context _2"\x71D5\x96C0"["\x8655"]"\x5802" @12-34-4
+
+# \x71D5\x96C0\x8655\x5C4B 2345-5-245-236-5-12-34-4-34-3
+noback context ["\x71D5"]"\x96C0\x8655\x5C4B" @2345-5
+noback context _2"\x71D5\x96C0"["\x8655"]"\x5C4B" @12-34-4
+
+# \x722A\x7259\x4E4B\x5C07 1-146-4-23456-2-1-156-3-13-46-5
+noback context ["\x722A"]"\x7259\x4E4B\x5C07" @1-146-4
+noback context _3"\x722A\x7259\x4E4B"["\x5C07"] @13-46-5
+
+# \x7236\x50B5\x5B50\x9084 12345-34-5-1-2456-5-125-156-4-1235-12456-2
+noback context ["\x7236"]"\x50B5\x5B50\x9084" @12345-34-5
+noback context _2"\x7236\x50B5"["\x5B50"]"\x9084" @125-156-4
+noback context _3"\x7236\x50B5\x5B50"["\x9084"] @1235-12456-2
+
+# \x7269\x6211\x7121\x9593 34-5-25-4-34-2-13-2345-5
+noback context _3"\x7269\x6211\x7121"["\x9593"] @13-2345-5
+
+# \x72C0\x6709\x6B78\x8272 1-456-5-234-4-123-1246-5-15-2346-5
+noback context _2"\x72C0\x6709"["\x6B78"]"\x8272" @123-1246-5
+
+# \x72D7\x5FC3\x72D7\x884C 13-12356-4-15-1456-3-13-12356-4-15-13456-5
+noback context _3"\x72D7\x5FC3\x72D7"["\x884C"] @15-13456-5
+
+# \x72FC\x5FC3\x72D7\x884C 14-1346-2-15-1456-3-13-12356-4-15-13456-5
+noback context _3"\x72FC\x5FC3\x72D7"["\x884C"] @15-13456-5
+
+# \x7317\x4E8E\x755D\x4E18 16-4-1256-2-134-34-4-245-234-3
+noback context ["\x7317"]"\x4E8E\x755D\x4E18" @16-4
+
+# \x7387\x4EE5\x70BA\x5E38 24-2356-5-16-4-1246-2-12-1346-2
+noback context ["\x7387"]"\x4EE5\x70BA\x5E38" @24-2356-5
+
+# \x7387\x7531\x820A\x5247 24-2356-5-234-2-13-234-5-125-2346-2
+noback context ["\x7387"]"\x7531\x820A\x5247" @24-2356-5
+
+# \x7387\x7531\x820A\x7AE0 24-2356-5-234-2-13-234-5-1-1346-3
+noback context ["\x7387"]"\x7531\x820A\x7AE0" @24-2356-5
+
+# \x7387\x7686\x5982\x6B64 24-2356-5-13-346-3-1245-34-2-245-156-4
+noback context ["\x7387"]"\x7686\x5982\x6B64" @24-2356-5
+
+# \x738B\x4E8B\x6566\x6211 456-2-24-156-5-145-1246-3-25-4
+noback context ["\x738B"]"\x4E8B\x6566\x6211" @456-2
+noback context _2"\x738B\x4E8B"["\x6566"]"\x6211" @145-1246-3
+
+# \x738B\x9577\x5176\x9593 456-2-1-1346-4-245-16-2-13-2345-3
+noback context ["\x738B"]"\x9577\x5176\x9593" @456-2
+noback context _1"\x738B"["\x9577"]"\x5176\x9593" @1-1346-4
+noback context _3"\x738B\x9577\x5176"["\x9593"] @13-2345-3
+
+# \x7434\x5FC3\x76F8\x6311 245-1456-2-15-1456-3-15-46-3-124-246-4
+noback context _3"\x7434\x5FC3\x76F8"["\x6311"] @124-246-4
+
+# \x7434\x6311\x6587\x541B 245-1456-2-124-246-4-123456-2-13-256-3
+noback context _1"\x7434"["\x6311"]"\x6587\x541B" @124-246-4
+
+# \x751F\x6027\x654F\x7D66 24-1356-3-15-13456-5-134-1456-4-13-16-4
+noback context _3"\x751F\x6027\x654F"["\x7D66"] @13-16-4
+
+# \x7528\x820D\x884C\x85CF 235-5-24-2346-4-15-13456-2-245-1346-2
+noback context _1"\x7528"["\x820D"]"\x884C\x85CF" @24-2346-4
+noback context _3"\x7528\x820D\x884C"["\x85CF"] @245-1346-2
+
+# \x7528\x884C\x820D\x85CF 235-5-15-13456-2-24-2346-4-245-1346-2
+noback context _2"\x7528\x884C"["\x820D"]"\x85CF" @24-2346-4
+noback context _3"\x7528\x884C\x820D"["\x85CF"] @245-1346-2
+
+# \x754F\x5F71\x60E1\x8DE1 1246-5-13456-4-34-5-13-16-3
+noback context _2"\x754F\x5F71"["\x60E1"]"\x8DE1" @34-5
+
+# \x7576\x884C\x51FA\x8272 145-1346-3-1235-1346-2-12-34-3-15-2346-5
+noback context ["\x7576"]"\x884C\x51FA\x8272" @145-1346-3
+noback context _1"\x7576"["\x884C"]"\x51FA\x8272" @1235-1346-2
+
+# \x758F\x4E0D\x9593\x89AA 24-34-3-135-34-5-13-2345-5-245-1456-3
+noback context ["\x758F"]"\x4E0D\x9593\x89AA" @24-34-3
+noback context _2"\x758F\x4E0D"["\x9593"]"\x89AA" @13-2345-5
+noback context _3"\x758F\x4E0D\x9593"["\x89AA"] @245-1456-3
+
+# \x75B5\x8499\x8B2C\x7D2F 245-156-3-134-1356-2-134-234-5-14-356-4
+noback context _3"\x75B5\x8499\x8B2C"["\x7D2F"] @14-356-4
+
+# \x75D1\x4EE5\x9678\x96E2 24-156-4-16-4-14-34-5-14-16-2
+noback context ["\x75D1"]"\x4EE5\x9678\x96E2" @24-156-4
+
+# \x767B\x58C7\x62DC\x5C07 145-1356-3-124-1236-2-135-2456-5-13-46-5
+noback context _3"\x767B\x58C7\x62DC"["\x5C07"] @13-46-5
+
+# \x767B\x81FA\x62DC\x5C07 145-1356-3-124-2456-2-135-2456-5-13-46-5
+noback context _3"\x767B\x81FA\x62DC"["\x5C07"] @13-46-5
+
+# \x767C\x69C5\x5BEB\x978D 12345-345-3-13-2346-2-15-346-5-1236-3
+noback context _2"\x767C\x69C5"["\x5BEB"]"\x978D" @15-346-5
+
+# \x767D\x65E5\x8863\x7E61 135-2456-2-1245-156-5-16-5-15-234-5
+noback context _2"\x767D\x65E5"["\x8863"]"\x7E61" @16-5
+
+# \x767E\x4E86\x5343\x7576 135-2456-4-14-246-4-245-2345-3-145-1346-5
+noback context _1"\x767E"["\x4E86"]"\x5343\x7576" @14-246-4
+noback context _3"\x767E\x4E86\x5343"["\x7576"] @145-1346-5
+
+# \x7684\x7684\x78BA\x78BA 145-16-2-145-16-2-245-236-5-245-236-5
+noback context ["\x7684"]"\x7684\x78BA\x78BA" @145-16-2
+noback context _1"\x7684"["\x7684"]"\x78BA\x78BA" @145-16-2
+
+# \x76C8\x5343\x7D2F\x767E 13456-2-245-2345-3-14-356-4-135-2456-4
+noback context _2"\x76C8\x5343"["\x7D2F"]"\x767E" @14-356-4
+
+# \x76C8\x5343\x7D2F\x842C 13456-2-245-2345-3-14-356-4-12456-5
+noback context _2"\x76C8\x5343"["\x7D2F"]"\x842C" @14-356-4
+
+# \x76EE\x403A\x800C\x7DE9 134-34-5-12-12356-3-156-2-1235-12456-4
+noback context _1"\x76EE"["\x403A"]"\x800C\x7DE9" @12-12356-3
+
+# \x76EE\x6311\x5FC3\x62DB 134-34-5-124-246-4-15-1456-3-1-146-3
+noback context _1"\x76EE"["\x6311"]"\x5FC3\x62DB" @124-246-4
+
+# \x76F8\x7531\x5FC3\x751F 15-46-5-234-2-15-1456-3-24-1356-3
+noback context ["\x76F8"]"\x7531\x5FC3\x751F" @15-46-5
+
+# \x7701\x4FD7\x89C0\x98A8 15-13456-4-15-34-2-13-12456-3-12345-1356-3
+noback context ["\x7701"]"\x4FD7\x89C0\x98A8" @15-13456-4
+noback context _3"\x7701\x4FD7\x89C0"["\x98A8"] @12345-1356-3
+
+# \x7701\x65B9\x89C0\x4FD7 15-13456-4-12345-1346-3-13-12456-3-15-34-2
+noback context ["\x7701"]"\x65B9\x89C0\x4FD7" @15-13456-4
+
+# \x7701\x65B9\x89C0\x6C11 15-13456-4-12345-1346-3-13-12456-3-134-1456-2
+noback context ["\x7701"]"\x65B9\x89C0\x6C11" @15-13456-4
+
+# \x773C\x7756\x7E2B\x88C2 2345-4-14-1356-2-12345-1356-5-14-346-5
+noback context _1"\x773C"["\x7756"]"\x7E2B\x88C2" @14-1356-2
+noback context _2"\x773C\x7756"["\x7E2B"]"\x88C2" @12345-1356-5
+
+# \x773C\x775B\x9577\x5728 2345-4-13-13456-3-1-1346-4-125-2456-5
+noback context _2"\x773C\x775B"["\x9577"]"\x5728" @1-1346-4
+
+# \x773E\x77E2\x4E4B\x7684 1-12346-5-24-156-4-1-156-3-145-16-5
+noback context _3"\x773E\x77E2\x4E4B"["\x7684"] @145-16-5
+
+# \x7761\x4E0D\x8457\x89BA 24-1246-5-135-34-5-1-146-2-13-246-5
+noback context _2"\x7761\x4E0D"["\x8457"]"\x89BA" @1-146-2
+noback context _3"\x7761\x4E0D\x8457"["\x89BA"] @13-246-5
+
+# \x77E5\x4EA4\x76F8\x5012 1-156-3-13-246-3-15-46-3-145-146-5
+noback context ["\x77E5"]"\x4EA4\x76F8\x5012" @1-156-3
+noback context _3"\x77E5\x4EA4\x76F8"["\x5012"] @145-146-5
+
+# \x77E5\x8005\x6A02\x6C34 1-156-5-1-2346-4-246-5-24-1246-4
+noback context ["\x77E5"]"\x8005\x6A02\x6C34" @1-156-5
+noback context _2"\x77E5\x8005"["\x6A02"]"\x6C34" @246-5
+
+# \x77EF\x60C5\x98FE\x884C 13-246-4-245-13456-2-24-156-5-15-13456-5
+noback context _3"\x77EF\x60C5\x98FE"["\x884C"] @15-13456-5
+
+# \x77EF\x8A00\x507D\x884C 13-246-4-2345-2-1246-5-15-13456-5
+noback context _3"\x77EF\x8A00\x507D"["\x884C"] @15-13456-5
+
+# \x77EF\x98FE\x507D\x884C 13-246-4-24-156-5-1246-5-15-13456-5
+noback context _3"\x77EF\x98FE\x507D"["\x884C"] @15-13456-5
+
+# \x7825\x5FD7\x792A\x884C 145-16-4-1-156-5-14-16-5-15-13456-5
+noback context _3"\x7825\x5FD7\x792A"["\x884C"] @15-13456-5
+
+# \x7825\x792A\x540D\x884C 145-16-4-14-16-5-134-13456-2-15-13456-5
+noback context _3"\x7825\x792A\x540D"["\x884C"] @15-13456-5
+
+# \x7825\x7BC0\x792A\x884C 145-16-4-13-346-2-14-16-5-15-13456-5
+noback context _3"\x7825\x7BC0\x792A"["\x884C"] @15-13456-5
+
+# \x7825\x884C\x78E8\x540D 145-16-4-15-13456-5-134-126-2-134-13456-2
+noback context _1"\x7825"["\x884C"]"\x78E8\x540D" @15-13456-5
+
+# \x7834\x89DA\x70BA\x571C 1234-126-5-13-34-3-1246-2-45-2
+noback context _3"\x7834\x89DA\x70BA"["\x571C"] @45-2
+
+# \x78A9\x4EBA\x6556\x6556 24-25-5-1245-136-2-146-2-146-2
+noback context _2"\x78A9\x4EBA"["\x6556"]"\x6556" @146-2
+noback context _3"\x78A9\x4EBA\x6556"["\x6556"] @146-2
+
+# \x79C0\x51FA\x73ED\x884C 15-234-5-12-34-3-135-1236-3-1235-1346-2
+noback context _3"\x79C0\x51FA\x73ED"["\x884C"] @1235-1346-2
+
+# \x7A0D\x9577\x81BD\x58EF 24-146-3-1-1346-4-145-1236-4-1-456-5
+noback context _1"\x7A0D"["\x9577"]"\x81BD\x58EF" @1-1346-4
+
+# \x7A46\x5929\x5B50\x50B3 134-34-5-124-2345-3-125-156-4-1-12456-5
+noback context _2"\x7A46\x5929"["\x5B50"]"\x50B3" @125-156-4
+noback context _3"\x7A46\x5929\x5B50"["\x50B3"] @1-12456-5
+
+# \x7A4D\x5FB7\x7D2F\x4EC1 13-16-3-145-2346-2-14-356-4-1245-136-2
+noback context _2"\x7A4D\x5FB7"["\x7D2F"]"\x4EC1" @14-356-4
+
+# \x7A4D\x5FB7\x7D2F\x529F 13-16-3-145-2346-2-14-356-4-13-12346-3
+noback context _2"\x7A4D\x5FB7"["\x7D2F"]"\x529F" @14-356-4
+
+# \x7A4D\x91D1\x7D2F\x7389 13-16-3-13-1456-3-14-356-4-1256-5
+noback context _2"\x7A4D\x91D1"["\x7D2F"]"\x7389" @14-356-4
+
+# \x7A4D\x9296\x7D2F\x5BF8 13-16-3-1-34-3-14-356-4-245-123456-5
+noback context _2"\x7A4D\x9296"["\x7D2F"]"\x5BF8" @14-356-4
+
+# \x7A74\x5C45\x91CE\x8655 15-236-5-13-1256-3-346-4-12-34-4
+noback context _3"\x7A74\x5C45\x91CE"["\x8655"] @12-34-4
+
+# \x7A97\x660E\x51E0\x6DE8 12-456-3-134-13456-2-13-16-3-13-13456-5
+noback context _2"\x7A97\x660E"["\x51E0"]"\x6DE8" @13-16-3
+
+# \x7AB3\x5714\x7AB4\x8D67 1256-4-2346-5-12-1236-4-1345-1236-4
+noback context _2"\x7AB3\x5714"["\x7AB4"]"\x8D67" @12-1236-4
+
+# \x7BC0\x884C\x7470\x5947 13-346-2-15-13456-5-13-1246-3-245-16-2
+noback context _1"\x7BC0"["\x884C"]"\x7470\x5947" @15-13456-5
+noback context _3"\x7BC0\x884C\x7470"["\x5947"] @245-16-2
+
+# \x7BC9\x58C7\x62DC\x5C07 1-34-2-124-1236-2-135-2456-5-13-46-5
+noback context _3"\x7BC9\x58C7\x62DC"["\x5C07"] @13-46-5
+
+# \x7C1E\x98DF\x74E2\x98F2 145-1236-3-15-156-5-1234-246-2-1456-5
+noback context _1"\x7C1E"["\x98DF"]"\x74E2\x98F2" @15-156-5
+noback context _3"\x7C1E\x98DF\x74E2"["\x98F2"] @1456-5
+
+# \x7D04\x5F9E\x6563\x6A6B 236-3-125-12346-3-15-1236-5-1235-1356-2
+noback context _1"\x7D04"["\x5F9E"]"\x6563\x6A6B" @125-12346-3
+noback context _3"\x7D04\x5F9E\x6563"["\x6A6B"] @1235-1356-2
+
+# \x7D20\x96B1\x884C\x602A 15-34-5-1456-4-15-13456-5-13-2356-5
+noback context _2"\x7D20\x96B1"["\x884C"]"\x602A" @15-13456-5
+
+# \x7D2F\x571F\x81F3\x5C71 14-356-4-124-34-4-1-156-5-24-1236-3
+noback context ["\x7D2F"]"\x571F\x81F3\x5C71" @14-356-4
+
+# \x7D2F\x6230\x4E0D\x6377 14-356-4-1-1236-5-135-34-5-13-346-2
+noback context ["\x7D2F"]"\x6230\x4E0D\x6377" @14-356-4
+
+# \x7D2F\x6230\x7686\x6377 14-356-4-1-1236-5-13-346-3-13-346-2
+noback context ["\x7D2F"]"\x6230\x7686\x6377" @14-356-4
+
+# \x7D2F\x8DB3\x6210\x6B65 14-356-4-125-34-2-12-1356-2-135-34-5
+noback context ["\x7D2F"]"\x8DB3\x6210\x6B65" @14-356-4
+
+# \x7D2F\x9032\x8655\x9047 14-356-4-13-1456-5-12-34-4-1256-5
+noback context ["\x7D2F"]"\x9032\x8655\x9047" @14-356-4
+noback context _2"\x7D2F\x9032"["\x8655"]"\x9047" @12-34-4
+
+# \x7D93\x50B3\x91CB\x8A5E 13-13456-3-1-12456-5-24-156-5-245-156-2
+noback context _1"\x7D93"["\x50B3"]"\x91CB\x8A5E" @1-12456-5
+
+# \x7DF6\x5F97\x7D05\x7F85 1234-2345-2-145-2346-2-1235-12346-2-14-25-2
+noback context ["\x7DF6"]"\x5F97\x7D05\x7F85" @1234-2345-2
+
+# \x8001\x8001\x5C11\x5C11 14-146-4-14-146-4-24-146-5-24-146-5
+noback context _2"\x8001\x8001"["\x5C11"]"\x5C11" @24-146-5
+noback context _3"\x8001\x8001\x5C11"["\x5C11"] @24-146-5
+
+# \x800C\x5584\x5C07\x5C07 156-2-24-1236-5-13-46-5-13-46-5
+noback context _2"\x800C\x5584"["\x5C07"]"\x5C07" @13-46-5
+noback context _3"\x800C\x5584\x5C07"["\x5C07"] @13-46-5
+
+# \x8036\x8DEF\x6492\x51B7 346-3-14-34-5-15-345-3-14-1356-4
+noback context ["\x8036"]"\x8DEF\x6492\x51B7" @346-3
+noback context _2"\x8036\x8DEF"["\x6492"]"\x51B7" @15-345-3
+
+# \x8056\x5FB7\x61FF\x884C 24-1356-5-145-2346-2-16-5-15-13456-5
+noback context _3"\x8056\x5FB7\x61FF"["\x884C"] @15-13456-5
+
+# \x8085\x8085\x5154\x4E14 15-34-5-15-34-5-124-34-5-13-1256-3
+noback context _3"\x8085\x8085\x5154"["\x4E14"] @13-1256-3
+
+# \x8129\x8EAB\x7D5C\x884C 15-234-3-24-136-3-13-346-2-15-13456-5
+noback context _2"\x8129\x8EAB"["\x7D5C"]"\x884C" @13-346-2
+noback context _3"\x8129\x8EAB\x7D5C"["\x884C"] @15-13456-5
+
+# \x814C\x88E1\x5DF4\x81E2 1346-3-14-16-4-135-345-3-125-1346-3
+noback context ["\x814C"]"\x88E1\x5DF4\x81E2" @1346-3
+
+# \x8170\x91D1\x8863\x7D2B 246-3-13-1456-3-16-5-125-156-4
+noback context _2"\x8170\x91D1"["\x8863"]"\x7D2B" @16-5
+
+# \x8173\x8E0F\x5012\x9E7D 13-246-4-124-345-5-145-146-5-2345-2
+noback context _2"\x8173\x8E0F"["\x5012"]"\x9E7D" @145-146-5
+
+# \x81A0\x6FDF\x9435\x8DEF 13-246-3-13-16-4-124-346-4-14-34-5
+noback context _1"\x81A0"["\x6FDF"]"\x9435\x8DEF" @13-16-4
+
+# \x81CA\x4E00\x9F3B\x5B50 15-146-5-16-3-135-16-2-125-156-1
+noback context ["\x81CA"]"\x4E00\x9F3B\x5B50" @15-146-5
+noback context _3"\x81CA\x4E00\x9F3B"["\x5B50"] @125-156-1
+
+# \x81F4\x9060\x6050\x6CE5 1-156-5-45-4-123-12346-4-1345-16-5
+noback context _3"\x81F4\x9060\x6050"["\x6CE5"] @1345-16-5
+
+# \x8208\x9AD8\x91C7\x70C8 15-13456-5-13-146-3-245-2456-4-14-346-5
+noback context ["\x8208"]"\x9AD8\x91C7\x70C8" @15-13456-5
+
+# \x82B1\x6522\x9326\x7C07 1235-35-3-245-12456-2-13-1456-4-245-34-5
+noback context _1"\x82B1"["\x6522"]"\x9326\x7C07" @245-12456-2
+
+# \x82B1\x7C07\x9326\x6522 1235-35-3-245-34-5-13-1456-4-245-12456-2
+noback context _3"\x82B1\x7C07\x9326"["\x6522"] @245-12456-2
+
+# \x8349\x9577\x9DAF\x98DB 245-146-4-1-1346-4-13456-3-12345-356-3
+noback context _1"\x8349"["\x9577"]"\x9DAF\x98DB" @1-1346-4
+
+# \x83EF\x4EAD\x9DB4\x5533 1235-35-5-124-13456-2-1235-2346-5-14-16-5
+noback context ["\x83EF"]"\x4EAD\x9DB4\x5533" @1235-35-5
+
+# \x83EF\x5C01\x4E09\x795D 1235-35-5-12345-1356-3-15-1236-3-1-34-5
+noback context ["\x83EF"]"\x5C01\x4E09\x795D" @1235-35-5
+
+# \x83EF\x795D\x4E09\x591A 1235-35-5-1-34-5-15-1236-3-145-25-3
+noback context ["\x83EF"]"\x795D\x4E09\x591A" @1235-35-5
+
+# \x842C\x8F09\x5343\x79CB 12456-5-125-2456-4-245-2345-3-245-234-3
+noback context _1"\x842C"["\x8F09"]"\x5343\x79CB" @125-2456-4
+
+# \x8457\x5730\x9084\x9322 1-25-2-145-16-5-1235-12456-2-245-2345-2
+noback context ["\x8457"]"\x5730\x9084\x9322" @1-25-2
+noback context _2"\x8457\x5730"["\x9084"]"\x9322" @1235-12456-2
+
+# \x8457\x751A\x4F86\x7531 1-25-2-24-136-2-14-2456-2-234-2
+noback context ["\x8457"]"\x751A\x4F86\x7531" @1-25-2
+noback context _1"\x8457"["\x751A"]"\x4F86\x7531" @24-136-2
+
+# \x8499\x85CF\x59D4\x54E1 134-1356-2-125-1346-5-1246-4-45-2
+noback context _1"\x8499"["\x85CF"]"\x59D4\x54E1" @125-1346-5
+
+# \x84FC\x83DC\x6210\x884C 14-246-4-245-2456-5-12-1356-2-1235-1346-2
+noback context ["\x84FC"]"\x83DC\x6210\x884C" @14-246-4
+noback context _3"\x84FC\x83DC\x6210"["\x884C"] @1235-1346-2
+
+# \x853D\x8070\x585E\x660E 135-16-5-245-12346-3-15-2456-3-134-13456-2
+noback context _2"\x853D\x8070"["\x585E"]"\x660E" @15-2456-3
+
+# \x8584\x6C59\x6211\x79C1 135-126-2-34-5-25-4-15-156-3
+noback context ["\x8584"]"\x6C59\x6211\x79C1" @135-126-2
+noback context _1"\x8584"["\x6C59"]"\x6211\x79C1" @34-5
+
+# \x85DD\x58D3\x7576\x884C 16-5-23456-3-145-1346-3-1235-1346-2
+noback context _3"\x85DD\x58D3\x7576"["\x884C"] @1235-1346-2
+
+# \x862D\x623F\x6912\x95A4 14-1236-2-12345-1346-2-13-246-3-13-2346-2
+noback context _3"\x862D\x623F\x6912"["\x95A4"] @13-2346-2
+
+# \x8655\x5FC3\x6709\x9053 12-34-4-15-1456-3-234-4-145-146-5
+noback context ["\x8655"]"\x5FC3\x6709\x9053" @12-34-4
+
+# \x8655\x8B8A\x4E0D\x9A5A 12-34-4-135-2345-5-135-34-5-13-13456-3
+noback context ["\x8655"]"\x8B8A\x4E0D\x9A5A" @12-34-4
+
+# \x865B\x61C9\x6545\x4E8B 15-1256-3-13456-5-13-34-5-24-156-5
+noback context _1"\x865B"["\x61C9"]"\x6545\x4E8B" @13456-5
+
+# \x8667\x5FC3\x77ED\x884C 123-1246-3-15-1456-3-145-12456-4-15-13456-5
+noback context _3"\x8667\x5FC3\x77ED"["\x884C"] @15-13456-5
+
+# \x8766\x5175\x87F9\x5C07 15-23456-3-135-13456-3-15-346-5-13-46-5
+noback context ["\x8766"]"\x5175\x87F9\x5C07" @15-23456-3
+noback context _3"\x8766\x5175\x87F9"["\x5C07"] @13-46-5
+
+# \x884C\x77ED\x624D\x55AC 15-13456-5-145-12456-4-245-2456-2-245-246-2
+noback context ["\x884C"]"\x77ED\x624D\x55AC" @15-13456-5
+
+# \x884C\x77ED\x624D\x9AD8 15-13456-5-145-12456-4-245-2456-2-13-146-3
+noback context ["\x884C"]"\x77ED\x624D\x9AD8" @15-13456-5
+
+# \x884C\x865F\x5DF7\x54ED 1235-1346-2-1235-146-2-15-46-5-123-34-3
+noback context ["\x884C"]"\x865F\x5DF7\x54ED" @1235-1346-2
+noback context _1"\x884C"["\x865F"]"\x5DF7\x54ED" @1235-146-2
+
+# \x884C\x884C\x5982\x4E5F 1235-1346-5-1235-1346-5-1245-34-2-346-4
+noback context ["\x884C"]"\x884C\x5982\x4E5F" @1235-1346-5
+noback context _1"\x884C"["\x884C"]"\x5982\x4E5F" @1235-1346-5
+
+# \x884C\x884C\x5FFD\x5FFD 15-13456-2-15-13456-2-1235-34-3-1235-34-3
+noback context ["\x884C"]"\x884C\x5FFD\x5FFD" @15-13456-2
+noback context _1"\x884C"["\x884C"]"\x5FFD\x5FFD" @15-13456-2
+
+# \x8852\x7389\x8CC8\x77F3 15-45-5-1256-5-13-34-4-24-156-2
+noback context _2"\x8852\x7389"["\x8CC8"]"\x77F3" @13-34-4
+noback context _3"\x8852\x7389\x8CC8"["\x77F3"] @24-156-2
+
+# \x8863\x5E1B\x98DF\x8089 16-5-135-126-2-24-156-2-1245-12356-5
+noback context ["\x8863"]"\x5E1B\x98DF\x8089" @16-5
+
+# \x8863\x655D\x7E15\x888D 16-5-135-16-5-256-5-1234-146-2
+noback context ["\x8863"]"\x655D\x7E15\x888D" @16-5
+
+# \x8863\x7D2B\x8170\x91D1 16-5-125-156-4-246-3-13-1456-3
+noback context ["\x8863"]"\x7D2B\x8170\x91D1" @16-5
+
+# \x8863\x7D2B\x8170\x9280 16-5-125-156-4-246-3-1456-2
+noback context ["\x8863"]"\x7D2B\x8170\x9280" @16-5
+
+# \x8863\x7D2B\x8170\x9EC3 16-5-125-156-4-246-3-1235-456-2
+noback context ["\x8863"]"\x7D2B\x8170\x9EC3" @16-5
+
+# \x8863\x8910\x61F7\x5BF6 16-5-1235-2346-2-1235-2356-2-135-146-4
+noback context ["\x8863"]"\x8910\x61F7\x5BF6" @16-5
+
+# \x8863\x9326\x5C1A\x7D45 16-5-13-1456-4-24-1346-5-13-235-4
+noback context ["\x8863"]"\x9326\x5C1A\x7D45" @16-5
+
+# \x8863\x9326\x6545\x9109 16-5-13-1456-4-13-34-5-15-46-3
+noback context ["\x8863"]"\x9326\x6545\x9109" @16-5
+noback context _3"\x8863\x9326\x6545"["\x9109"] @15-46-3
+
+# \x8863\x9326\x665D\x6E38 16-5-13-1456-4-1-12356-5-234-2
+noback context ["\x8863"]"\x9326\x665D\x6E38" @16-5
+
+# \x8863\x9326\x69AE\x6B78 16-5-13-1456-4-1245-12346-2-13-1246-3
+noback context ["\x8863"]"\x9326\x69AE\x6B78" @16-5
+noback context _3"\x8863\x9326\x69AE"["\x6B78"] @13-1246-3
+
+# \x8863\x9326\x904E\x9109 16-5-13-1456-4-13-25-5-15-46-3
+noback context ["\x8863"]"\x9326\x904E\x9109" @16-5
+noback context _3"\x8863\x9326\x904E"["\x9109"] @15-46-3
+
+# \x8863\x9326\x9084\x9109 16-5-13-1456-4-1235-12456-2-15-46-3
+noback context ["\x8863"]"\x9326\x9084\x9109" @16-5
+noback context _2"\x8863\x9326"["\x9084"]"\x9109" @1235-12456-2
+noback context _3"\x8863\x9326\x9084"["\x9109"] @15-46-3
+
+# \x8863\x9326\x98DF\x8089 16-5-13-1456-4-24-156-2-1245-12356-5
+noback context ["\x8863"]"\x9326\x98DF\x8089" @16-5
+
+# \x88AB\x5805\x57F7\x92B3 1234-16-3-13-2345-3-1-156-2-1245-1246-5
+noback context ["\x88AB"]"\x5805\x57F7\x92B3" @1234-16-3
+
+# \x88AB\x5C71\x5E36\x6CB3 1234-16-3-24-1236-3-145-2456-5-1235-2346-2
+noback context ["\x88AB"]"\x5C71\x5E36\x6CB3" @1234-16-3
+
+# \x88AB\x8910\x85CF\x8F1D 1234-16-3-1235-2346-2-245-1346-2-1235-1246-3
+noback context ["\x88AB"]"\x8910\x85CF\x8F1D" @1234-16-3
+
+# \x88AB\x9AEE\x4F6F\x72C2 1234-16-3-12345-345-4-46-2-123-456-2
+noback context ["\x88AB"]"\x9AEE\x4F6F\x72C2" @1234-16-3
+
+# \x88AB\x9AEE\x5165\x5C71 1234-16-3-12345-345-4-1245-34-5-24-1236-3
+noback context ["\x88AB"]"\x9AEE\x5165\x5C71" @1234-16-3
+
+# \x88AB\x9AEE\x5DE6\x887D 1234-16-3-12345-345-4-125-25-4-1245-136-5
+noback context ["\x88AB"]"\x9AEE\x5DE6\x887D" @1234-16-3
+
+# \x88AB\x9AEE\x6587\x8EAB 1234-16-3-12345-345-4-123456-2-24-136-3
+noback context ["\x88AB"]"\x9AEE\x6587\x8EAB" @1234-16-3
+
+# \x88AB\x9AEE\x7E93\x51A0 1234-16-3-12345-345-4-13456-3-13-12456-3
+noback context ["\x88AB"]"\x9AEE\x7E93\x51A0" @1234-16-3
+noback context _3"\x88AB\x9AEE\x7E93"["\x51A0"] @13-12456-3
+
+# \x88AB\x9AEE\x8863\x76AE 1234-16-3-12345-345-4-16-5-1234-16-2
+noback context ["\x88AB"]"\x9AEE\x8863\x76AE" @1234-16-3
+noback context _2"\x88AB\x9AEE"["\x8863"]"\x76AE" @16-5
+
+# \x88AB\x9AEE\x967D\x72C2 1234-16-3-12345-345-4-46-2-123-456-2
+noback context ["\x88AB"]"\x9AEE\x967D\x72C2" @1234-16-3
+
+# \x88D8\x845B\x4E4B\x907A 245-234-2-13-2346-2-1-156-3-1246-5
+noback context _1"\x88D8"["\x845B"]"\x4E4B\x907A" @13-2346-2
+noback context _3"\x88D8\x845B\x4E4B"["\x907A"] @1246-5
+
+# \x88DC\x57A3\x585E\x7A74 135-34-4-45-2-15-2456-3-15-236-5
+noback context _2"\x88DC\x57A3"["\x585E"]"\x7A74" @15-2456-3
+
+# \x88E1\x61C9\x5916\x5408 14-16-4-13456-5-2356-5-1235-2346-2
+noback context _1"\x88E1"["\x61C9"]"\x5916\x5408" @13456-5
+
+# \x8986\x8ECD\x6BBA\x5C07 12345-34-5-13-256-3-24-345-3-13-46-5
+noback context _3"\x8986\x8ECD\x6BBA"["\x5C07"] @13-46-5
+
+# \x89AA\x5BC6\x7121\x9593 245-1456-3-134-16-5-34-2-13-2345-5
+noback context ["\x89AA"]"\x5BC6\x7121\x9593" @245-1456-3
+noback context _3"\x89AA\x5BC6\x7121"["\x9593"] @13-2345-5
+
+# \x89F8\x985E\x800C\x9577 12-34-5-14-356-5-156-2-1-1346-4
+noback context _3"\x89F8\x985E\x800C"["\x9577"] @1-1346-4
+
+# \x8A00\x4E0D\x61C9\x9EDE 2345-2-135-34-5-13456-5-145-2345-4
+noback context _2"\x8A00\x4E0D"["\x61C9"]"\x9EDE" @13456-5
+noback context _3"\x8A00\x4E0D\x61C9"["\x9EDE"] @145-2345-4
+
+# \x8A00\x4E0D\x902E\x610F 2345-2-135-34-5-145-2456-5-16-5
+noback context _2"\x8A00\x4E0D"["\x902E"]"\x610F" @145-2456-5
+
+# \x8A00\x6B78\x6B63\x50B3 2345-2-13-1246-3-1-1356-5-1-12456-5
+noback context _3"\x8A00\x6B78\x6B63"["\x50B3"] @1-12456-5
+
+# \x8A6D\x8CA0\x845B\x85E4 13-1246-4-12345-34-5-13-2346-2-124-1356-2
+noback context _2"\x8A6D\x8CA0"["\x845B"]"\x85E4" @13-2346-2
+
+# \x8AA6\x8A69\x821E\x52FA 15-12346-5-24-156-3-34-4-1-25-2
+noback context _3"\x8AA6\x8A69\x821E"["\x52FA"] @1-25-2
+
+# \x8AF8\x590F\x4E4B\x4EA1 1-34-3-15-23456-5-1-156-3-34-2
+noback context _3"\x8AF8\x590F\x4E4B"["\x4EA1"] @34-2
+
+# \x8B7D\x585E\x5929\x4E0B 1256-5-15-2346-5-124-2345-3-15-23456-5
+noback context _1"\x8B7D"["\x585E"]"\x5929\x4E0B" @15-2346-5
+
+# \x8B92\x53E3\x5C07\x5C07 12-1236-2-123-12356-4-245-46-3-245-46-3
+noback context _2"\x8B92\x53E3"["\x5C07"]"\x5C07" @245-46-3
+noback context _3"\x8B92\x53E3\x5C07"["\x5C07"] @245-46-3
+
+# \x8C55\x4EA4\x7378\x755C 24-156-4-13-246-3-24-12356-5-15-1256-5
+noback context _3"\x8C55\x4EA4\x7378"["\x755C"] @15-1256-5
+
+# \x8C7A\x72FC\x585E\x8DEF 12-2456-2-14-1346-2-15-2456-3-14-34-5
+noback context _2"\x8C7A\x72FC"["\x585E"]"\x8DEF" @15-2456-3
+
+# \x8CA1\x8CA8\x7121\x8A3E 245-2456-2-1235-25-5-34-2-125-156-3
+noback context _3"\x8CA1\x8CA8\x7121"["\x8A3E"] @125-156-3
+
+# \x8CAC\x8EAC\x7701\x904E 125-2346-2-13-12346-3-15-13456-4-13-25-5
+noback context _2"\x8CAC\x8EAC"["\x7701"]"\x904E" @15-13456-4
+
+# \x8CC8\x5112\x5546\x79C0 13-34-4-1245-34-2-24-1346-3-15-234-5
+noback context ["\x8CC8"]"\x5112\x5546\x79C0" @13-34-4
+
+# \x8D6D\x8863\x585E\x8DEF 1-2346-4-16-3-15-2456-3-14-34-5
+noback context _2"\x8D6D\x8863"["\x585E"]"\x8DEF" @15-2456-3
+
+# \x8D70\x99AC\x63DB\x5C07 125-12356-4-134-345-4-1235-12456-5-13-46-5
+noback context _3"\x8D70\x99AC\x63DB"["\x5C07"] @13-46-5
+
+# \x8EAC\x8EAB\x66F2\x80CC 13-12346-3-24-136-3-245-1256-3-135-356-5
+noback context _2"\x8EAC\x8EAB"["\x66F2"]"\x80CC" @245-1256-3
+noback context _3"\x8EAC\x8EAB\x66F2"["\x80CC"] @135-356-5
+
+# \x8ECD\x4F86\x5C07\x6575 13-256-3-14-2456-2-13-46-5-145-16-2
+noback context _2"\x8ECD\x4F86"["\x5C07"]"\x6575" @13-46-5
+
+# \x8ECD\x591A\x5C07\x5EE3 13-256-3-145-25-3-13-46-5-13-456-4
+noback context _2"\x8ECD\x591A"["\x5C07"]"\x5EE3" @13-46-5
+
+# \x8F15\x8584\x7121\x884C 245-13456-3-135-126-2-34-2-15-13456-5
+noback context _3"\x8F15\x8584\x7121"["\x884C"] @15-13456-5
+
+# \x8F15\x88DD\x7C21\x5F9E 245-13456-3-1-456-3-13-2345-4-125-12346-5
+noback context _3"\x8F15\x88DD\x7C21"["\x5F9E"] @125-12346-5
+
+# \x8F15\x8CA1\x597D\x65BD 245-13456-3-245-2456-2-1235-146-5-24-156-3
+noback context _2"\x8F15\x8CA1"["\x597D"]"\x65BD" @1235-146-5
+noback context _3"\x8F15\x8CA1\x597D"["\x65BD"] @24-156-3
+
+# \x8F15\x8CA1\x597D\x7FA9 245-13456-3-245-2456-2-1235-146-5-16-5
+noback context _2"\x8F15\x8CA1"["\x597D"]"\x7FA9" @1235-146-5
+
+# \x8F15\x8ECA\x7C21\x5F9E 245-13456-3-13-1256-3-13-2345-4-125-12346-5
+noback context _1"\x8F15"["\x8ECA"]"\x7C21\x5F9E" @13-1256-3
+noback context _3"\x8F15\x8ECA\x7C21"["\x5F9E"] @125-12346-5
+
+# \x8F38\x5BEB\x6DDF\x6FC1 24-34-3-15-346-5-124-2345-4-1-25-2
+noback context _1"\x8F38"["\x5BEB"]"\x6DDF\x6FC1" @15-346-5
+
+# \x8F9F\x4EBA\x4E4B\x58EB 135-16-5-1245-136-2-1-156-3-24-156-5
+noback context ["\x8F9F"]"\x4EBA\x4E4B\x58EB" @135-16-5
+
+# \x8FA8\x7D66\x8DB3\x91C7 135-2345-5-13-16-4-125-34-2-245-2456-4
+noback context _1"\x8FA8"["\x7D66"]"\x8DB3\x91C7" @13-16-4
+
+# \x8FAD\x4E0D\x610F\x902E 245-156-2-135-34-5-16-5-145-2456-5
+noback context _3"\x8FAD\x4E0D\x610F"["\x902E"] @145-2456-5
+
+# \x8FD4\x8001\x9084\x7AE5 12345-1236-4-14-146-4-1235-12456-2-124-12346-2
+noback context _2"\x8FD4\x8001"["\x9084"]"\x7AE5" @1235-12456-2
+
+# \x8FF4\x5929\x5012\x65E5 1235-1246-2-124-2345-3-145-146-5-1245-156-5
+noback context _2"\x8FF4\x5929"["\x5012"]"\x65E5" @145-146-5
+
+# \x9006\x884C\x5012\x65BD 1345-16-5-15-13456-2-145-146-5-24-156-3
+noback context _2"\x9006\x884C"["\x5012"]"\x65BD" @145-146-5
+noback context _3"\x9006\x884C\x5012"["\x65BD"] @24-156-3
+
+# \x9023\x7BC7\x7D2F\x5E45 14-2345-2-1234-2345-3-14-356-4-12345-34-2
+noback context _2"\x9023\x7BC7"["\x7D2F"]"\x5E45" @14-356-4
+
+# \x9023\x968E\x7D2F\x4EFB 14-2345-2-13-346-3-14-356-4-1245-136-5
+noback context _2"\x9023\x968E"["\x7D2F"]"\x4EFB" @14-356-4
+
+# \x904A\x624B\x597D\x9591 234-2-24-12356-4-1235-146-5-15-2345-2
+noback context _2"\x904A\x624B"["\x597D"]"\x9591" @1235-146-5
+
+# \x904A\x624B\x597D\x9592 234-2-24-12356-4-1235-146-5-15-2345-2
+noback context _2"\x904A\x624B"["\x597D"]"\x9592" @1235-146-5
+
+# \x9060\x4E0D\x9593\x89AA 45-4-135-34-5-13-2345-5-245-1456-3
+noback context ["\x9060"]"\x4E0D\x9593\x89AA" @45-4
+noback context _2"\x9060\x4E0D"["\x9593"]"\x89AA" @13-2345-5
+noback context _3"\x9060\x4E0D\x9593"["\x89AA"] @245-1456-3
+
+# \x9063\x5175\x8ABF\x5C07 245-2345-4-135-13456-3-145-246-5-13-46-5
+noback context _3"\x9063\x5175\x8ABF"["\x5C07"] @13-46-5
+
+# \x907A\x81ED\x842C\x8F09 16-2-12-12356-5-12456-5-125-2456-4
+noback context ["\x907A"]"\x81ED\x842C\x8F09" @16-2
+noback context _3"\x907A\x81ED\x842C"["\x8F09"] @125-2456-4
+
+# \x9084\x50B5\x8D16\x7576 1235-12456-2-1-2456-5-24-34-2-145-1346-5
+noback context ["\x9084"]"\x50B5\x8D16\x7576" @1235-12456-2
+noback context _3"\x9084\x50B5\x8D16"["\x7576"] @145-1346-5
+
+# \x9084\x5EEC\x6A39\x6851 1235-12456-2-14-34-2-24-34-5-15-1346-3
+noback context ["\x9084"]"\x5EEC\x6A39\x6851" @1235-12456-2
+
+# \x908B\x908B\x9062\x9062 14-345-3-14-345-3-124-345-5-124-345-5
+noback context ["\x908B"]"\x908B\x9062\x9062" @14-345-3
+noback context _1"\x908B"["\x908B"]"\x9062\x9062" @14-345-3
+
+# \x90E2\x66F8\x71D5\x8AAA 13456-4-24-34-3-2345-3-24-25-3
+noback context _2"\x90E2\x66F8"["\x71D5"]"\x8AAA" @2345-3
+noback context _3"\x90E2\x66F8\x71D5"["\x8AAA"] @24-25-3
+
+# \x90FD\x4FDE\x5401\x5488 145-34-3-1256-2-15-1256-3-12345-34-2
+noback context ["\x90FD"]"\x4FDE\x5401\x5488" @145-34-3
+
+# \x90FD\x6307\x63EE\x4F7F 145-34-3-1-156-4-1235-1246-3-24-156-4
+noback context ["\x90FD"]"\x6307\x63EE\x4F7F" @145-34-3
+
+# \x90FD\x6703\x516C\x5712 145-34-3-1235-1246-5-13-12346-3-45-2
+noback context ["\x90FD"]"\x6703\x516C\x5712" @145-34-3
+
+# \x90FD\x76E7\x5C0B\x6A66 145-34-3-14-34-2-15-256-2-12-456-2
+noback context ["\x90FD"]"\x76E7\x5C0B\x6A66" @145-34-3
+noback context _3"\x90FD\x76E7\x5C0B"["\x6A66"] @12-456-2
+
+# \x9119\x8A00\x7D2F\x53E5 135-16-4-2345-2-14-356-4-13-1256-5
+noback context _2"\x9119\x8A00"["\x7D2F"]"\x53E5" @14-356-4
+noback context _3"\x9119\x8A00\x7D2F"["\x53E5"] @13-1256-5
+
+# \x91CD\x4F5C\x99AE\x5A66 12-12346-2-125-25-5-12345-1356-2-12345-34-5
+noback context ["\x91CD"]"\x4F5C\x99AE\x5A66" @12-12346-2
+
+# \x91CD\x5149\x7D2F\x6D3D 12-12346-2-13-456-3-14-356-4-15-23456-2
+noback context ["\x91CD"]"\x5149\x7D2F\x6D3D" @12-12346-2
+noback context _2"\x91CD\x5149"["\x7D2F"]"\x6D3D" @14-356-4
+noback context _3"\x91CD\x5149\x7D2F"["\x6D3D"] @15-23456-2
+
+# \x91CD\x65BD\x6545\x6280 12-12346-2-24-156-3-13-34-5-13-16-5
+noback context ["\x91CD"]"\x65BD\x6545\x6280" @12-12346-2
+
+# \x91CD\x7199\x7D2F\x6D3D 12-12346-2-15-16-3-14-356-4-15-23456-2
+noback context ["\x91CD"]"\x7199\x7D2F\x6D3D" @12-12346-2
+noback context _2"\x91CD\x7199"["\x7D2F"]"\x6D3D" @14-356-4
+noback context _3"\x91CD\x7199\x7D2F"["\x6D3D"] @15-23456-2
+
+# \x91CD\x898F\x7D2F\x77E9 12-12346-2-13-1246-3-14-356-4-13-1256-4
+noback context ["\x91CD"]"\x898F\x7D2F\x77E9" @12-12346-2
+noback context _2"\x91CD\x898F"["\x7D2F"]"\x77E9" @14-356-4
+
+# \x9296\x7A4D\x5BF8\x7D2F 1-34-3-13-16-3-245-123456-5-14-356-4
+noback context _3"\x9296\x7A4D\x5BF8"["\x7D2F"] @14-356-4
+
+# \x9360\x9360\x9397\x9397 1235-456-2-1235-456-2-12-1356-3-12-1356-3
+noback context _2"\x9360\x9360"["\x9397"]"\x9397" @12-1356-3
+noback context _3"\x9360\x9360\x9397"["\x9397"] @12-1356-3
+
+# \x9419\x660E\x4F5B\x5C4B 145-1356-3-134-13456-2-12345-126-2-34-3
+noback context ["\x9419"]"\x660E\x4F5B\x5C4B" @145-1356-3
+
+# \x9577\x5E7C\x6709\x5E8F 1-1346-4-234-5-234-4-15-1256-5
+noback context ["\x9577"]"\x5E7C\x6709\x5E8F" @1-1346-4
+
+# \x9589\x660E\x585E\x8070 135-16-5-134-13456-2-15-2456-3-245-12346-3
+noback context _2"\x9589\x660E"["\x585E"]"\x8070" @15-2456-3
+
+# \x9589\x76EE\x585E\x807D 135-16-5-134-34-5-15-2456-3-124-13456-3
+noback context _2"\x9589\x76EE"["\x585E"]"\x807D" @15-2456-3
+noback context _3"\x9589\x76EE\x585E"["\x807D"] @124-13456-3
+
+# \x9589\x9580\x585E\x7AC7 135-16-5-134-136-2-15-2456-3-145-12356-5
+noback context _2"\x9589\x9580"["\x585E"]"\x7AC7" @15-2456-3
+
+# \x9593\x4E0D\x5BB9\x606F 13-2345-5-135-34-5-1245-12346-2-15-16-2
+noback context ["\x9593"]"\x4E0D\x5BB9\x606F" @13-2345-5
+
+# \x9593\x4E0D\x5BB9\x9AEE 13-2345-5-135-34-5-1245-12346-2-12345-345-4
+noback context ["\x9593"]"\x4E0D\x5BB9\x9AEE" @13-2345-5
+
+# \x9593\x689D\x6383\x63CF 13-2345-5-124-246-2-15-146-4-134-246-2
+noback context ["\x9593"]"\x689D\x6383\x63CF" @13-2345-5
+
+# \x95DE\x5982\x8653\x864E 1235-1236-4-1245-34-2-15-246-3-1235-34-4
+noback context ["\x95DE"]"\x5982\x8653\x864E" @1235-1236-4
+noback context _3"\x95DE\x5982\x8653"["\x864E"] @1235-34-4
+
+# \x963F\x5176\x6240\x597D 2346-3-245-16-2-15-25-4-1235-146-5
+noback context ["\x963F"]"\x5176\x6240\x597D" @2346-3
+noback context _1"\x963F"["\x5176"]"\x6240\x597D" @245-16-2
+noback context _3"\x963F\x5176\x6240"["\x597D"] @1235-146-5
+
+# \x963F\x65AF\x5339\x9748 345-3-15-156-3-1234-16-3-14-13456-2
+noback context ["\x963F"]"\x65AF\x5339\x9748" @345-3
+noback context _2"\x963F\x65AF"["\x5339"]"\x9748" @1234-16-3
+
+# \x963F\x91D1\x6EBA\x9280 2346-3-13-1456-3-1345-246-5-1456-2
+noback context ["\x963F"]"\x91D1\x6EBA\x9280" @2346-3
+noback context _2"\x963F\x91D1"["\x6EBA"]"\x9280" @1345-246-5
+
+# \x9686\x5396\x4E4B\x5C01 14-12346-2-134-1346-2-1-156-3-12345-1356-3
+noback context _1"\x9686"["\x5396"]"\x4E4B\x5C01" @134-1346-2
+
+# \x96A8\x5730\x4FBF\x6EBA 15-1246-2-145-16-5-135-2345-5-1345-246-5
+noback context _3"\x96A8\x5730\x4FBF"["\x6EBA"] @1345-246-5
+
+# \x96A8\x884C\x5C31\x5E02 15-1246-2-1235-1346-2-13-234-5-24-156-5
+noback context _1"\x96A8"["\x884C"]"\x5C31\x5E02" @1235-1346-2
+
+# \x96C5\x9B6F\x85CF\x5E03 23456-4-14-34-4-125-1346-5-135-34-5
+noback context _2"\x96C5\x9B6F"["\x85CF"]"\x5E03" @125-1346-5
+
+# \x96D9\x89AA\x5BB6\x5EAD 24-456-3-245-1456-3-13-23456-3-124-13456-2
+noback context _1"\x96D9"["\x89AA"]"\x5BB6\x5EAD" @245-1456-3
+
+# \x96DC\x7269\x772F\x773C 125-345-2-34-5-134-16-4-2345-4
+noback context _2"\x96DC\x7269"["\x772F"]"\x773C" @134-16-4
+
+# \x96DE\x5C38\x725B\x5F9E 13-16-3-24-156-3-1345-234-2-125-12346-5
+noback context _3"\x96DE\x5C38\x725B"["\x5F9E"] @125-12346-5
+
+# \x96E8\x9806\x98A8\x8ABF 1256-4-24-123456-5-12345-1356-3-124-246-2
+noback context ["\x96E8"]"\x9806\x98A8\x8ABF" @1256-4
+noback context _3"\x96E8\x9806\x98A8"["\x8ABF"] @124-246-2
+
+# \x9752\x85CF\x516C\x8DEF 245-13456-3-125-1346-5-13-12346-3-14-34-5
+noback context _1"\x9752"["\x85CF"]"\x516C\x8DEF" @125-1346-5
+
+# \x9752\x85CF\x9AD8\x539F 245-13456-3-125-1346-5-13-146-3-45-2
+noback context _1"\x9752"["\x85CF"]"\x9AD8\x539F" @125-1346-5
+
+# \x97D3\x4FE1\x5C07\x5175 1235-1236-2-15-1456-5-13-46-5-135-13456-3
+noback context _2"\x97D3\x4FE1"["\x5C07"]"\x5175" @13-46-5
+
+# \x9802\x6A66\x8E0F\x7D22 145-13456-4-12-456-2-124-345-5-15-25-4
+noback context _1"\x9802"["\x6A66"]"\x8E0F\x7D22" @12-456-2
+
+# \x9805\x76EE\x7684\x78BA 15-46-5-134-34-5-145-16-2-245-236-5
+noback context _2"\x9805\x76EE"["\x7684"]"\x78BA" @145-16-2
+
+# \x9821\x4E4B\x980F\x4E4B 15-346-2-1-156-3-1235-1346-2-1-156-3
+noback context ["\x9821"]"\x4E4B\x980F\x4E4B" @15-346-2
+
+# \x9821\x980F\x4E4B\x884C 15-346-2-1235-1346-2-1-156-3-15-13456-5
+noback context ["\x9821"]"\x980F\x4E4B\x884C" @15-346-2
+noback context _3"\x9821\x980F\x4E4B"["\x884C"] @15-13456-5
+
+# \x98DF\x4E0D\x7D2F\x5473 24-156-2-135-34-5-14-356-4-1246-5
+noback context ["\x98DF"]"\x4E0D\x7D2F\x5473" @24-156-2
+noback context _2"\x98DF\x4E0D"["\x7D2F"]"\x5473" @14-356-4
+
+# \x98DF\x86C7\x62B1\x7910 24-156-2-24-2346-2-135-146-5-1235-34-2
+noback context ["\x98DF"]"\x86C7\x62B1\x7910" @24-156-2
+noback context _3"\x98DF\x86C7\x62B1"["\x7910"] @1235-34-2
+
+# \x98F2\x4EBA\x4EE5\x548C 1456-5-1245-136-2-16-4-1235-2346-2
+noback context ["\x98F2"]"\x4EBA\x4EE5\x548C" @1456-5
+noback context _3"\x98F2\x4EBA\x4EE5"["\x548C"] @1235-2346-2
+
+# \x98F2\x548C\x98FD\x5FB7 1456-5-1235-2346-2-135-146-4-145-2346-2
+noback context ["\x98F2"]"\x548C\x98FD\x5FB7" @1456-5
+
+# \x98F2\x99AC\x6295\x9322 1456-5-134-345-4-124-12356-2-245-2345-2
+noback context ["\x98F2"]"\x99AC\x6295\x9322" @1456-5
+
+# \x98F2\x99AC\x9577\x57CE 1456-5-134-345-4-12-1346-2-12-1356-2
+noback context ["\x98F2"]"\x99AC\x9577\x57CE" @1456-5
+
+# \x98FE\x975E\x6587\x904E 24-156-5-12345-356-3-123456-5-13-25-5
+noback context _2"\x98FE\x975E"["\x6587"]"\x904E" @123456-5
+
+# \x9918\x98DF\x8D05\x884C 1256-2-24-156-2-1-1246-5-15-13456-5
+noback context _3"\x9918\x98DF\x8D05"["\x884C"] @15-13456-5
+
+# \x99AC\x6399\x529B\x6230 134-345-4-1-1356-3-14-16-5-1-1236-5
+noback context _1"\x99AC"["\x6399"]"\x529B\x6230" @1-1356-3
+
+# \x99AC\x9F52\x5F92\x9577 134-345-4-12-156-4-124-34-2-1-1346-4
+noback context _3"\x99AC\x9F52\x5F92"["\x9577"] @1-1346-4
+
+# \x99AE\x5F31\x72AF\x5BE1 1234-13456-2-1245-25-5-12345-1236-5-13-35-4
+noback context ["\x99AE"]"\x5F31\x72AF\x5BE1" @1234-13456-2
+
+# \x99E2\x80A9\x7D2F\x8DB3 1234-2345-2-13-2345-3-14-356-4-125-34-2
+noback context _2"\x99E2\x80A9"["\x7D2F"]"\x8DB3" @14-356-4
+
+# \x99E2\x80A9\x7D2F\x8DE1 1234-2345-2-13-2345-3-14-356-4-13-16-3
+noback context _2"\x99E2\x80A9"["\x7D2F"]"\x8DE1" @14-356-4
+
+# \x99E2\x80A9\x7D2F\x8E35 1234-2345-2-13-2345-3-14-356-4-1-12346-4
+noback context _2"\x99E2\x80A9"["\x7D2F"]"\x8E35" @14-356-4
+
+# \x9AD8\x57F9\x5247\x62D4 13-146-3-1234-12356-4-125-2346-2-135-345-2
+noback context _1"\x9AD8"["\x57F9"]"\x5247\x62D4" @1234-12356-4
+
+# \x9AD8\x5C71\x666F\x884C 13-146-3-24-1236-3-13-13456-4-15-13456-5
+noback context _3"\x9AD8\x5C71\x666F"["\x884C"] @15-13456-5
+
+# \x9AD8\x66FE\x898F\x77E9 13-146-3-125-1356-3-13-1246-3-13-1256-4
+noback context _1"\x9AD8"["\x66FE"]"\x898F\x77E9" @125-1356-3
+
+# \x9AD8\x7246\x572A\x572A 13-146-3-245-46-2-16-5-16-5
+noback context _2"\x9AD8\x7246"["\x572A"]"\x572A" @16-5
+noback context _3"\x9AD8\x7246\x572A"["\x572A"] @16-5
+
+# \x9BAE\x514B\x6709\x7D42 15-2345-4-123-2346-5-234-4-1-12346-3
+noback context ["\x9BAE"]"\x514B\x6709\x7D42" @15-2345-4
+
+# \x9BAE\x6C11\x4E4B\x751F 15-2345-4-134-1456-2-1-156-3-24-1356-3
+noback context ["\x9BAE"]"\x6C11\x4E4B\x751F" @15-2345-4
+
+# \x9BAE\x70BA\x4EBA\x77E5 15-2345-4-1246-2-1245-136-2-1-156-3
+noback context ["\x9BAE"]"\x70BA\x4EBA\x77E5" @15-2345-4
+noback context _3"\x9BAE\x70BA\x4EBA"["\x77E5"] @1-156-3
+
+# \x9CF3\x9761\x9E1E\x542A 12345-1356-5-134-16-2-14-12456-2-2346-2
+noback context _1"\x9CF3"["\x9761"]"\x9E1E\x542A" @134-16-2
+
+# \x9DAF\x98DB\x8349\x9577 13456-3-12345-356-3-245-146-4-1-1346-4
+noback context _3"\x9DAF\x98DB\x8349"["\x9577"] @1-1346-4
+
+# \x9EDE\x5175\x6D3E\x5C07 145-2345-4-135-13456-3-1234-2456-5-13-46-5
+noback context ["\x9EDE"]"\x5175\x6D3E\x5C07" @145-2345-4
+noback context _3"\x9EDE\x5175\x6D3E"["\x5C07"] @13-46-5
+
+# \x9F13\x937E\x5C07\x5C07 13-34-4-1-12346-3-245-46-3-245-46-3
+noback context _2"\x9F13\x937E"["\x5C07"]"\x5C07" @245-46-3
+noback context _3"\x9F13\x937E\x5C07"["\x5C07"] @245-46-3
+
+# \x9F4A\x5FC3\x6ECC\x616E 1-2456-3-15-1456-3-145-16-2-14-1256-5
+noback context ["\x9F4A"]"\x5FC3\x6ECC\x616E" @1-2456-3
+
+# \x9F8D\x57CE\x98DB\x5C07 14-12346-2-12-1356-2-12345-356-3-13-46-5
+noback context _3"\x9F8D\x57CE\x98DB"["\x5C07"] @13-46-5
+
+# \x4E00\x54C4\x800C 16-3-1235-12346-3-156-2
+noback context _1"\x4E00"["\x54C4"]"\x800C" @1235-12346-3
+
+# \x4E00\x6643\x5152 16-3-1235-456-4-156-2
+noback context _1"\x4E00"["\x6643"]"\x5152" @1235-456-4
+noback context _2"\x4E00\x6643"["\x5152"] @156-2
+
+# \x4E00\x6643\x773C 16-3-1235-456-4-2345-4
+noback context _1"\x4E00"["\x6643"]"\x773C" @1235-456-4
+
+# \x4E00\x6643\x800C 16-3-1235-456-4-156-2
+noback context _1"\x4E00"["\x6643"]"\x800C" @1235-456-4
+
+# \x4E00\x6CE1\x6EBA 16-3-1234-146-5-1345-246-5
+noback context _2"\x4E00\x6CE1"["\x6EBA"] @1345-246-5
+
+# \x4E00\x822C\x82E5 16-3-135-1236-3-1245-25-5
+noback context _1"\x4E00"["\x822C"]"\x82E5" @135-1236-3
+noback context _2"\x4E00\x822C"["\x82E5"] @1245-25-5
+
+# \x4E00\x98A9\x4EBA 16-3-245-25-3-1245-136-2
+noback context _1"\x4E00"["\x98A9"]"\x4EBA" @245-25-3
+
+# \x4E09\x7D1A\x5F48 15-1236-3-13-16-2-145-1236-5
+noback context _2"\x4E09\x7D1A"["\x5F48"] @145-1236-5
+
+# \x4E0A\x4E0D\x536C 24-1346-5-135-34-5-46-4
+noback context ["\x4E0A"]"\x4E0D\x536C" @24-1346-5
+noback context _2"\x4E0A\x4E0D"["\x536C"] @46-4
+
+# \x4E0A\x8DB3\x536C 24-1346-5-125-34-2-46-4
+noback context ["\x4E0A"]"\x8DB3\x536C" @24-1346-5
+noback context _2"\x4E0A\x8DB3"["\x536C"] @46-4
+
+# \x4E0B\x5DF4\x9826 15-23456-5-135-345-3-123-2346-3
+noback context _2"\x4E0B\x5DF4"["\x9826"] @123-2346-3
+
+# \x4E0D\x4E86\x4E86 135-34-5-14-246-4-14-2346-1
+noback context ["\x4E0D"]"\x4E86\x4E86" @135-34-5
+noback context _1"\x4E0D"["\x4E86"]"\x4E86" @14-246-4
+noback context _2"\x4E0D\x4E86"["\x4E86"] @14-2346-1
+
+# \x4E0D\x4F9B\x8077 135-34-5-13-12346-5-1-156-2
+noback context ["\x4E0D"]"\x4F9B\x8077" @135-34-5
+noback context _1"\x4E0D"["\x4F9B"]"\x8077" @13-12346-5
+
+# \x4E0D\x4F9B\x8CA2 135-34-5-13-12346-5-13-12346-5
+noback context ["\x4E0D"]"\x4F9B\x8CA2" @135-34-5
+noback context _1"\x4E0D"["\x4F9B"]"\x8CA2" @13-12346-5
+
+# \x4E0D\x5012\x5750 135-34-5-145-146-5-125-25-5
+noback context ["\x4E0D"]"\x5012\x5750" @135-34-5
+noback context _1"\x4E0D"["\x5012"]"\x5750" @145-146-5
+
+# \x4E0D\x53AD\x53AD 135-34-5-2345-5-2345-5
+noback context ["\x4E0D"]"\x53AD\x53AD" @135-34-5
+noback context _1"\x4E0D"["\x53AD"]"\x53AD" @2345-5
+noback context _2"\x4E0D\x53AD"["\x53AD"] @2345-5
+
+# \x4E0D\x5F97\x4E86 135-34-5-145-2346-2-14-246-4
+noback context ["\x4E0D"]"\x5F97\x4E86" @135-34-5
+noback context _2"\x4E0D\x5F97"["\x4E86"] @14-246-4
+
+# \x4E0D\x61C9\x548C 135-34-5-13456-3-1235-2346-2
+noback context ["\x4E0D"]"\x61C9\x548C" @135-34-5
+noback context _1"\x4E0D"["\x61C9"]"\x548C" @13456-3
+noback context _2"\x4E0D\x61C9"["\x548C"] @1235-2346-2
+
+# \x4E0D\x6574\x51A0 135-34-5-1-1356-4-13-12456-3
+noback context ["\x4E0D"]"\x6574\x51A0" @135-34-5
+noback context _2"\x4E0D\x6574"["\x51A0"] @13-12456-3
+
+# \x4E0D\x76DB\x6C23 135-34-5-12-1356-2-245-16-5
+noback context ["\x4E0D"]"\x76DB\x6C23" @135-34-5
+noback context _1"\x4E0D"["\x76DB"]"\x6C23" @12-1356-2
+
+# \x4E0D\x7701\x7684 135-34-5-15-13456-4-145-2346-1
+noback context ["\x4E0D"]"\x7701\x7684" @135-34-5
+noback context _1"\x4E0D"["\x7701"]"\x7684" @15-13456-4
+noback context _2"\x4E0D\x7701"["\x7684"] @145-2346-1
+
+# \x4E0D\x77E5\x4E86 135-34-5-1-156-3-14-2346-1
+noback context ["\x4E0D"]"\x77E5\x4E86" @135-34-5
+noback context _2"\x4E0D\x77E5"["\x4E86"] @14-2346-1
+
+# \x4E0D\x7981\x6B62 135-34-5-13-1456-5-1-156-4
+noback context ["\x4E0D"]"\x7981\x6B62" @135-34-5
+noback context _1"\x4E0D"["\x7981"]"\x6B62" @13-1456-5
+
+# \x4E0D\x7CA5\x65BC 135-34-5-1256-5-1256-2
+noback context ["\x4E0D"]"\x7CA5\x65BC" @135-34-5
+noback context _1"\x4E0D"["\x7CA5"]"\x65BC" @1256-5
+noback context _2"\x4E0D\x7CA5"["\x65BC"] @1256-2
+
+# \x4E0D\x81EA\x52DD 135-34-5-125-156-5-24-1356-3
+noback context ["\x4E0D"]"\x81EA\x52DD" @135-34-5
+noback context _2"\x4E0D\x81EA"["\x52DD"] @24-1356-3
+
+# \x4E0D\x81EA\x5393 135-34-5-125-156-5-23456-2
+noback context ["\x4E0D"]"\x81EA\x5393" @135-34-5
+noback context _2"\x4E0D\x81EA"["\x5393"] @23456-2
+
+# \x4E0D\x81EA\x7981 135-34-5-125-156-5-13-1456-3
+noback context ["\x4E0D"]"\x81EA\x7981" @135-34-5
+noback context _2"\x4E0D\x81EA"["\x7981"] @13-1456-3
+
+# \x4E0D\x8457\x624B 135-34-5-1-25-2-24-12356-4
+noback context ["\x4E0D"]"\x8457\x624B" @135-34-5
+noback context _1"\x4E0D"["\x8457"]"\x624B" @1-25-2
+
+# \x4E0D\x9577\x773C 135-34-5-1-1346-4-2345-4
+noback context ["\x4E0D"]"\x9577\x773C" @135-34-5
+noback context _1"\x4E0D"["\x9577"]"\x773C" @1-1346-4
+
+# \x4E2D\x570B\x90FD 1-12346-3-13-25-2-145-12356-3
+noback context ["\x4E2D"]"\x570B\x90FD" @1-12346-3
+noback context _2"\x4E2D\x570B"["\x90FD"] @145-12356-3
+
+# \x4E2D\x90CE\x5C07 1-12346-3-14-1346-2-13-46-5
+noback context ["\x4E2D"]"\x90CE\x5C07" @1-12346-3
+noback context _2"\x4E2D\x90CE"["\x5C07"] @13-46-5
+
+# \x4E3B\x5F9E\x5F0F 1-34-4-125-12346-5-24-156-5
+noback context _1"\x4E3B"["\x5F9E"]"\x5F0F" @125-12346-5
+
+# \x4E3B\x96E3\x65E5 1-34-4-1345-1236-5-1245-156-5
+noback context _1"\x4E3B"["\x96E3"]"\x65E5" @1345-1236-5
+
+# \x4E48\x9EBC\x5C0F 246-3-134-126-2-15-246-4
+noback context ["\x4E48"]"\x9EBC\x5C0F" @246-3
+noback context _1"\x4E48"["\x9EBC"]"\x5C0F" @134-126-2
+noback context _2"\x4E48\x9EBC"["\x5C0F"] @15-246-4
+
+# \x4E48\x9EBC\x5FAE 246-3-134-126-2-1246-2
+noback context ["\x4E48"]"\x9EBC\x5FAE" @246-3
+noback context _1"\x4E48"["\x9EBC"]"\x5FAE" @134-126-2
+
+# \x4E4B\x5169\x6566 1-156-3-14-46-4-145-1246-5
+noback context _2"\x4E4B\x5169"["\x6566"] @145-1246-5
+
+# \x4E4B\x618E\x60E1 1-156-3-125-1356-3-2346-5
+noback context _2"\x4E4B\x618E"["\x60E1"] @2346-5
+
+# \x4E4B\x6643\x6717 1-156-3-1235-456-4-14-1346-4
+noback context _1"\x4E4B"["\x6643"]"\x6717" @1235-456-4
+
+# \x4E5D\x91CD\x845B 13-234-4-12-12346-2-13-2346-2
+noback context _1"\x4E5D"["\x91CD"]"\x845B" @12-12346-2
+noback context _2"\x4E5D\x91CD"["\x845B"] @13-2346-2
+
+# \x4E7E\x6E05\x5BAE 245-2345-2-245-13456-3-13-12346-3
+noback context ["\x4E7E"]"\x6E05\x5BAE" @245-2345-2
+
+# \x4E7E\x6E05\x9580 245-2345-2-245-13456-3-134-136-2
+noback context ["\x4E7E"]"\x6E05\x9580" @245-2345-2
+
+# \x4E82\x5BB6\x5B50 14-12456-5-13-23456-3-125-156-4
+noback context _2"\x4E82\x5BB6"["\x5B50"] @125-156-4
+
+# \x4E86\x4E0D\x8D77 14-246-4-135-34-5-245-16-4
+noback context ["\x4E86"]"\x4E0D\x8D77" @14-246-4
+
+# \x4E86\x4E86\x4E86 14-2346-1-14-2346-1-14-2346-1
+noback context ["\x4E86"]"\x4E86\x4E86" @14-2346-1
+noback context _1"\x4E86"["\x4E86"]"\x4E86" @14-2346-1
+noback context _2"\x4E86\x4E86"["\x4E86"] @14-2346-1
+
+# \x4E88\x5C0F\x5B50 1256-2-15-246-4-125-156-4
+noback context ["\x4E88"]"\x5C0F\x5B50" @1256-2
+noback context _2"\x4E88\x5C0F"["\x5B50"] @125-156-4
+
+# \x4E8B\x91CD\x63D0 24-156-5-12-12346-2-124-16-2
+noback context _1"\x4E8B"["\x91CD"]"\x63D0" @12-12346-2
+
+# \x4E94\x5B50\x68CB 34-4-125-156-4-245-16-2
+noback context _1"\x4E94"["\x5B50"]"\x68CB" @125-156-4
+
+# \x4E94\x719F\x884C 34-4-24-12356-2-1235-1346-2
+noback context _2"\x4E94\x719F"["\x884C"] @1235-1346-2
+
+# \x4E94\x91D1\x884C 34-4-13-1456-3-1235-1346-2
+noback context _2"\x4E94\x91D1"["\x884C"] @1235-1346-2
+
+# \x4E9F\x5931\x6642 245-16-5-24-156-3-24-156-2
+noback context ["\x4E9F"]"\x5931\x6642" @245-16-5
+
+# \x4EA4\x97FF\x6A02 13-246-3-15-46-4-236-5
+noback context _2"\x4EA4\x97FF"["\x6A02"] @236-5
+
+# \x4EAE\x6643\x6643 14-46-5-1235-456-4-1235-456-4
+noback context _1"\x4EAE"["\x6643"]"\x6643" @1235-456-4
+noback context _2"\x4EAE\x6643"["\x6643"] @1235-456-4
+
+# \x4EBA\x53C3\x52A0 1245-136-2-245-1236-3-13-23456-3
+noback context _1"\x4EBA"["\x53C3"]"\x52A0" @245-1236-3
+
+# \x4EBA\x53C3\x62DC 1245-136-2-245-1236-3-135-2456-5
+noback context _1"\x4EBA"["\x53C3"]"\x62DC" @245-1236-3
+
+# \x4EBA\x53C3\x8207 1245-136-2-245-1236-3-1256-5
+noback context _1"\x4EBA"["\x53C3"]"\x8207" @245-1236-3
+noback context _2"\x4EBA\x53C3"["\x8207"] @1256-5
+
+# \x4EBA\x53C3\x89C0 1245-136-2-245-1236-3-13-12456-3
+noback context _1"\x4EBA"["\x53C3"]"\x89C0" @245-1236-3
+noback context _2"\x4EBA\x53C3"["\x89C0"] @13-12456-3
+
+# \x4EBA\x53C3\x8A2A 1245-136-2-245-1236-3-12345-1346-4
+noback context _1"\x4EBA"["\x53C3"]"\x8A2A" @245-1236-3
+
+# \x4EBA\x6240\x597D 1245-136-2-15-25-4-1235-146-5
+noback context _2"\x4EBA\x6240"["\x597D"] @1235-146-5
+
+# \x4EBA\x8B59\x4E4B 1245-136-2-245-246-5-1-156-3
+noback context _1"\x4EBA"["\x8B59"]"\x4E4B" @245-246-5
+
+# \x4ECD\x6CE5\x8457 1245-1356-2-1345-16-5-1-2346-1
+noback context _1"\x4ECD"["\x6CE5"]"\x8457" @1345-16-5
+noback context _2"\x4ECD\x6CE5"["\x8457"] @1-2346-1
+
+# \x4EE1\x4F6C\x65CF 245-16-5-14-146-4-125-34-2
+noback context ["\x4EE1"]"\x4F6C\x65CF" @245-16-5
+
+# \x4EF5\x4F5C\x884C 34-4-125-25-5-1235-1346-2
+noback context _2"\x4EF5\x4F5C"["\x884C"] @1235-1346-2
+
+# \x4F0D\x5B50\x80E5 34-4-125-156-4-15-1256-3
+noback context _1"\x4F0D"["\x5B50"]"\x80E5" @125-156-4
+
+# \x4F2F\x5B50\x7259 135-126-2-125-156-4-23456-2
+noback context _1"\x4F2F"["\x5B50"]"\x7259" @125-156-4
+
+# \x4F30\x50F9\x884C 13-34-3-13-23456-5-1235-1346-2
+noback context _2"\x4F30\x50F9"["\x884C"] @1235-1346-2
+
+# \x4F7F\x82D1\x7A4D 24-156-4-1256-5-13-16-3
+noback context _1"\x4F7F"["\x82D1"]"\x7A4D" @1256-5
+
+# \x4F9B\x54C1\x8CEA 13-12346-3-1234-1456-4-1-156-2
+noback context ["\x4F9B"]"\x54C1\x8CEA" @13-12346-3
+noback context _2"\x4F9B\x54C1"["\x8CEA"] @1-156-2
+
+# \x4F9B\x6708\x5152 13-12346-5-236-5-156-2
+noback context ["\x4F9B"]"\x6708\x5152" @13-12346-5
+noback context _2"\x4F9B\x6708"["\x5152"] @156-2
+
+# \x4F9B\x82B1\x5152 13-12346-5-1235-35-3-156-2
+noback context ["\x4F9B"]"\x82B1\x5152" @13-12346-5
+noback context _2"\x4F9B\x82B1"["\x5152"] @156-2
+
+# \x4F9D\x9644\x8457 16-3-12345-34-5-1-2346-1
+noback context _2"\x4F9D\x9644"["\x8457"] @1-2346-1
+
+# \x4FE0\x597D\x7FA9 15-23456-2-1235-146-5-16-5
+noback context _1"\x4FE0"["\x597D"]"\x7FA9" @1235-146-5
+
+# \x4FEE\x6539\x884C 15-234-3-13-2456-4-15-13456-2
+noback context _2"\x4FEE\x6539"["\x884C"] @15-13456-2
+
+# \x500B\x508D\x4EBA 13-2346-5-1234-1346-2-1245-136-2
+noback context ["\x500B"]"\x508D\x4EBA" @13-2346-5
+noback context _1"\x500B"["\x508D"]"\x4EBA" @1234-1346-2
+
+# \x500B\x6B63\x8457 13-2346-5-1-1356-5-1-146-2
+noback context ["\x500B"]"\x6B63\x8457" @13-2346-5
+noback context _2"\x500B\x6B63"["\x8457"] @1-146-2
+
+# \x5012\x4E0B\x9264 145-146-5-15-23456-5-13-12356-3
+noback context ["\x5012"]"\x4E0B\x9264" @145-146-5
+
+# \x5012\x4E0D\x5982 145-146-5-135-34-5-1245-34-2
+noback context ["\x5012"]"\x4E0D\x5982" @145-146-5
+
+# \x5012\x4E0D\x662F 145-146-5-135-34-5-24-156-5
+noback context ["\x5012"]"\x4E0D\x662F" @145-146-5
+
+# \x5012\x516B\x5B57 145-146-5-135-345-3-125-156-5
+noback context ["\x5012"]"\x516B\x5B57" @145-146-5
+
+# \x5012\x51A0\x843D 145-146-5-13-12456-3-14-25-5
+noback context ["\x5012"]"\x51A0\x843D" @145-146-5
+noback context _1"\x5012"["\x51A0"]"\x843D" @13-12456-3
+
+# \x5012\x51FA\x4F86 145-146-5-12-34-3-14-2456-2
+noback context ["\x5012"]"\x51FA\x4F86" @145-146-5
+
+# \x5012\x5305\x9322 145-146-5-135-146-3-245-2345-2
+noback context ["\x5012"]"\x5305\x9322" @145-146-5
+
+# \x5012\x53CD\x5E33 145-146-5-12345-1236-4-1-1346-5
+noback context ["\x5012"]"\x53CD\x5E33" @145-146-5
+
+# \x5012\x55AE\x64FA 145-146-5-145-1236-3-135-2456-4
+noback context ["\x5012"]"\x55AE\x64FA" @145-146-5
+
+# \x5012\x5927\x4F86 145-146-5-145-345-5-14-2456-2
+noback context ["\x5012"]"\x5927\x4F86" @145-146-5
+
+# \x5012\x6253\x4E00 145-146-5-145-345-4-16-3
+noback context ["\x5012"]"\x6253\x4E00" @145-146-5
+
+# \x5012\x6253\x947C 145-146-5-145-345-4-14-25-2
+noback context ["\x5012"]"\x6253\x947C" @145-146-5
+
+# \x5012\x6578\x7B2C 145-146-5-24-34-4-145-16-5
+noback context ["\x5012"]"\x6578\x7B2C" @145-146-5
+noback context _1"\x5012"["\x6578"]"\x7B2C" @24-34-4
+
+# \x5012\x6578\x8B80 145-146-5-24-34-4-145-34-2
+noback context ["\x5012"]"\x6578\x8B80" @145-146-5
+noback context _1"\x5012"["\x6578"]"\x8B80" @24-34-4
+
+# \x5012\x6688\x599D 145-146-5-256-3-1-456-3
+noback context ["\x5012"]"\x6688\x599D" @145-146-5
+
+# \x5012\x672A\x5FC5 145-146-5-1246-5-135-16-5
+noback context ["\x5012"]"\x672A\x5FC5" @145-146-5
+
+# \x5012\x683D\x8525 145-146-5-125-2456-3-245-12346-3
+noback context ["\x5012"]"\x683D\x8525" @145-146-5
+
+# \x5012\x6C92\x4E86 145-146-5-134-356-2-14-2346-1
+noback context ["\x5012"]"\x6C92\x4E86" @145-146-5
+noback context _2"\x5012\x6C92"["\x4E86"] @14-2346-1
+
+# \x5012\x6E05\x5C0A 145-146-5-245-13456-3-125-123456-3
+noback context ["\x5012"]"\x6E05\x5C0A" @145-146-5
+
+# \x5012\x719F\x8A71 145-146-5-24-12356-2-1235-35-5
+noback context ["\x5012"]"\x719F\x8A71" @145-146-5
+
+# \x5012\x7AD9\x9A62 145-146-5-1-1236-5-14-1256-2
+noback context ["\x5012"]"\x7AD9\x9A62" @145-146-5
+
+# \x5012\x7E43\x5B69 145-146-5-135-1356-3-1235-2456-2
+noback context ["\x5012"]"\x7E43\x5B69" @145-146-5
+
+# \x5012\x80CC\x526A 145-146-5-135-356-5-13-2345-4
+noback context ["\x5012"]"\x80CC\x526A" @145-146-5
+
+# \x5012\x9418\x64FA 145-146-5-1-12346-3-135-2456-4
+noback context ["\x5012"]"\x9418\x64FA" @145-146-5
+
+# \x501A\x66F2\x6CAE 16-4-245-1256-3-13-1256-3
+noback context _1"\x501A"["\x66F2"]"\x6CAE" @245-1256-3
+noback context _2"\x501A\x66F2"["\x6CAE"] @13-1256-3
+
+# \x505A\x751A\x7684 125-25-5-24-136-2-145-2346-1
+noback context _1"\x505A"["\x751A"]"\x7684" @24-136-2
+noback context _2"\x505A\x751A"["\x7684"] @145-2346-1
+
+# \x505A\x8457\x624B 125-25-5-1-2346-1-24-12356-4
+noback context _1"\x505A"["\x8457"]"\x624B" @1-2346-1
+
+# \x508D\x9580\x4F9D 135-1346-5-134-136-2-16-3
+noback context ["\x508D"]"\x9580\x4F9D" @135-1346-5
+
+# \x50AC\x6DDA\x5F48 245-1246-3-14-356-5-145-1236-5
+noback context _2"\x50AC\x6DDA"["\x5F48"] @145-1236-5
+
+# \x514B\x5BB6\x5B50 123-2346-5-13-23456-3-125-156-4
+noback context _2"\x514B\x5BB6"["\x5B50"] @125-156-4
+
+# \x5165\x5440\x8C37 1245-34-5-15-23456-3-13-34-4
+noback context _1"\x5165"["\x5440"]"\x8C37" @15-23456-3
+
+# \x5167\x884C\x661F 1345-356-5-15-13456-2-15-13456-3
+noback context _1"\x5167"["\x884C"]"\x661F" @15-13456-2
+
+# \x5167\x884C\x8D70 1345-356-5-15-13456-2-125-12356-4
+noback context _1"\x5167"["\x884C"]"\x8D70" @15-13456-2
+
+# \x5168\x6B66\x884C 245-45-2-34-4-1235-1346-2
+noback context _2"\x5168\x6B66"["\x884C"] @1235-1346-2
+
+# \x516B\x5BB6\x5C07 135-345-3-13-23456-3-13-46-5
+noback context _2"\x516B\x5BB6"["\x5C07"] @13-46-5
+
+# \x516B\x884C\x66F8 135-345-3-1235-1346-2-24-34-3
+noback context _1"\x516B"["\x884C"]"\x66F8" @1235-1346-2
+
+# \x516B\x90FD\x9B6F 135-345-3-145-34-3-14-34-4
+noback context _1"\x516B"["\x90FD"]"\x9B6F" @145-34-3
+
+# \x5176\x5F9E\x5982 245-16-2-125-12346-5-1245-34-2
+noback context ["\x5176"]"\x5F9E\x5982" @245-16-2
+noback context _1"\x5176"["\x5F9E"]"\x5982" @125-12346-5
+
+# \x5176\x6240\x597D 245-16-2-15-25-4-1235-146-5
+noback context ["\x5176"]"\x6240\x597D" @245-16-2
+noback context _2"\x5176\x6240"["\x597D"] @1235-146-5
+
+# \x5178\x7344\x9577 145-2345-4-1256-5-1-1346-4
+noback context _2"\x5178\x7344"["\x9577"] @1-1346-4
+
+# \x518D\x4E0D\x7981 125-2456-5-135-34-5-13-1456-5
+noback context _2"\x518D\x4E0D"["\x7981"] @13-1456-5
+
+# \x51F9\x5FC3\x81C9 35-5-15-1456-3-14-2345-4
+noback context ["\x51F9"]"\x5FC3\x81C9" @35-5
+
+# \x51FA\x5DEE\x7570 12-34-3-12-345-3-16-5
+noback context _1"\x51FA"["\x5DEE"]"\x7570" @12-345-3
+
+# \x51FA\x5DEE\x932F 12-34-3-12-345-3-245-25-5
+noback context _1"\x51FA"["\x5DEE"]"\x932F" @12-345-3
+
+# \x51FA\x6C92\x6709 12-34-3-134-356-2-234-4
+noback context _1"\x51FA"["\x6C92"]"\x6709" @134-356-2
+
+# \x521D\x9577\x6210 12-34-3-1-1346-4-12-1356-2
+noback context _1"\x521D"["\x9577"]"\x6210" @1-1346-4
+
+# \x5247\x6D12\x7136 125-2346-2-15-2345-4-1245-1236-2
+noback context _1"\x5247"["\x6D12"]"\x7136" @15-2345-4
+
+# \x5289\x76C6\x5B50 14-234-2-1234-136-2-125-156-4
+noback context _2"\x5289\x76C6"["\x5B50"] @125-156-4
+
+# \x52AB\x96E3\x9003 13-346-2-1345-1236-2-124-146-2
+noback context _1"\x52AB"["\x96E3"]"\x9003" @1345-1236-2
+
+# \x5339\x6591\x99AC 1234-16-3-135-1236-3-134-345-4
+noback context ["\x5339"]"\x6591\x99AC" @1234-16-3
+
+# \x5341\x4E09\x8F4D 24-156-2-15-1236-3-1-2346-2
+noback context _2"\x5341\x4E09"["\x8F4D"] @1-2346-2
+
+# \x5343\x592B\x9577 245-2345-3-12345-34-3-1-1346-4
+noback context _2"\x5343\x592B"["\x9577"] @1-1346-4
+
+# \x5343\x8F09\x4E00 245-2345-3-125-2456-4-16-3
+noback context _1"\x5343"["\x8F09"]"\x4E00" @125-2456-4
+
+# \x5352\x5F8B\x5F8B 245-34-5-14-1256-5-14-1256-5
+noback context ["\x5352"]"\x5F8B\x5F8B" @245-34-5
+
+# \x5357\x7121\x4F5B 1345-345-2-134-126-2-12345-126-2
+noback context ["\x5357"]"\x7121\x4F5B" @1345-345-2
+noback context _1"\x5357"["\x7121"]"\x4F5B" @134-126-2
+noback context _2"\x5357\x7121"["\x4F5B"] @12345-126-2
+
+# \x5357\x7121\x8036 1345-345-2-134-126-2-346-2
+noback context ["\x5357"]"\x7121\x8036" @1345-345-2
+noback context _1"\x5357"["\x7121"]"\x8036" @134-126-2
+noback context _2"\x5357\x7121"["\x8036"] @346-2
+
+# \x5357\x7121\x963F 1345-345-2-134-126-2-2346-3
+noback context ["\x5357"]"\x7121\x963F" @1345-345-2
+noback context _1"\x5357"["\x7121"]"\x963F" @134-126-2
+noback context _2"\x5357\x7121"["\x963F"] @2346-3
+
+# \x5361\x5229\x6492 123-345-4-14-16-5-15-345-3
+noback context ["\x5361"]"\x5229\x6492" @123-345-4
+noback context _2"\x5361\x5229"["\x6492"] @15-345-3
+
+# \x536C\x660E\x6708 46-4-134-13456-2-236-5
+noback context ["\x536C"]"\x660E\x6708" @46-4
+
+# \x5377\x5377\x6709 13-45-5-13-45-5-234-4
+noback context ["\x5377"]"\x5377\x6709" @13-45-5
+noback context _1"\x5377"["\x5377"]"\x6709" @13-45-5
+
+# \x539F\x672C\x884C 45-2-135-136-4-15-13456-2
+noback context _2"\x539F\x672C"["\x884C"] @15-13456-2
+
+# \x53AD\x53AD\x4E16 2345-5-2345-5-24-156-5
+noback context ["\x53AD"]"\x53AD\x4E16" @2345-5
+noback context _1"\x53AD"["\x53AD"]"\x4E16" @2345-5
+
+# \x53AD\x53AD\x820A 2345-5-2345-5-13-234-5
+noback context ["\x53AD"]"\x53AD\x820A" @2345-5
+noback context _1"\x53AD"["\x53AD"]"\x820A" @2345-5
+
+# \x53C8\x4E0D\x4EEF 234-5-135-34-5-134-246-4
+noback context _2"\x53C8\x4E0D"["\x4EEF"] @134-246-4
+
+# \x53CD\x5C07\x8A08 12345-1236-4-13-46-5-13-16-5
+noback context _1"\x53CD"["\x5C07"]"\x8A08" @13-46-5
+
+# \x53DB\x5F9E\x7D04 1234-1236-5-125-12346-3-236-3
+noback context _1"\x53DB"["\x5F9E"]"\x7D04" @125-12346-3
+
+# \x53E3\x95DE\x7136 123-12356-4-1235-1236-4-1245-1236-2
+noback context _1"\x53E3"["\x95DE"]"\x7136" @1235-1236-4
+
+# \x53EB\x5416\x5416 13-246-5-23456-3-23456-3
+noback context _1"\x53EB"["\x5416"]"\x5416" @23456-3
+noback context _2"\x53EB\x5416"["\x5416"] @23456-3
+
+# \x53F2\x90FD\x83EF 24-156-4-145-34-3-1235-35-2
+noback context _1"\x53F2"["\x90FD"]"\x83EF" @145-34-3
+noback context _2"\x53F2\x90FD"["\x83EF"] @1235-35-2
+
+# \x5403\x8457\x624B 12-156-3-1-2346-1-24-12356-4
+noback context ["\x5403"]"\x8457\x624B" @12-156-3
+noback context _1"\x5403"["\x8457"]"\x624B" @1-2346-1
+
+# \x540C\x884C\x8A9E 124-12346-2-1235-1346-2-1256-4
+noback context _1"\x540C"["\x884C"]"\x8A9E" @1235-1346-2
+
+# \x5416\x5416\x53EB 23456-3-23456-3-13-246-5
+noback context ["\x5416"]"\x5416\x53EB" @23456-3
+noback context _1"\x5416"["\x5416"]"\x53EB" @23456-3
+
+# \x5427\x5427\x5427 135-345-1-135-345-1-135-345-1
+noback context ["\x5427"]"\x5427\x5427" @135-345-1
+noback context _1"\x5427"["\x5427"]"\x5427" @135-345-1
+noback context _2"\x5427\x5427"["\x5427"] @135-345-1
+
+# \x5439\x8457\x624B 12-1246-3-1-2346-1-24-12356-4
+noback context _1"\x5439"["\x8457"]"\x624B" @1-2346-1
+
+# \x5461\x4E00\x53E3 134-1456-2-16-3-123-12356-4
+noback context ["\x5461"]"\x4E00\x53E3" @134-1456-2
+
+# \x547C\x5BB6\x5C07 1235-34-3-13-23456-3-13-46-5
+noback context _2"\x547C\x5BB6"["\x5C07"] @13-46-5
+
+# \x54AC\x8457\x624B 246-4-1-2346-1-24-12356-4
+noback context ["\x54AC"]"\x8457\x624B" @246-4
+noback context _1"\x54AC"["\x8457"]"\x624B" @1-2346-1
+
+# \x54BD\x72F9\x75C7 2345-3-15-23456-5-1-1356-5
+noback context ["\x54BD"]"\x72F9\x75C7" @2345-3
+noback context _1"\x54BD"["\x72F9"]"\x75C7" @15-23456-5
+
+# \x54CE\x55B2\x5529 2456-3-246-3-1246-4
+noback context _2"\x54CE\x55B2"["\x5529"] @1246-4
+
+# \x5531\x7247\x884C 12-1346-5-1234-2345-5-1235-1346-2
+noback context _2"\x5531\x7247"["\x884C"] @1235-1346-2
+
+# \x554F\x9577\x4E0A 123456-5-1-1346-4-24-1346-5
+noback context _1"\x554F"["\x9577"]"\x4E0A" @1-1346-4
+noback context _2"\x554F\x9577"["\x4E0A"] @24-1346-5
+
+# \x554F\x9577\x5E7C 123456-5-1-1346-4-234-5
+noback context _1"\x554F"["\x9577"]"\x5E7C" @1-1346-4
+
+# \x5580\x4E00\x8072 123-345-3-16-3-24-1356-3
+noback context ["\x5580"]"\x4E00\x8072" @123-345-3
+
+# \x559D\x5012\x5F69 1235-2346-5-145-146-5-245-2456-4
+noback context ["\x559D"]"\x5012\x5F69" @1235-2346-5
+noback context _1"\x559D"["\x5012"]"\x5F69" @145-146-5
+
+# \x559D\x5012\x91C7 1235-2346-5-145-146-5-245-2456-4
+noback context ["\x559D"]"\x5012\x91C7" @1235-2346-5
+noback context _1"\x559D"["\x5012"]"\x91C7" @145-146-5
+
+# \x55D2\x7B1E\x7B1E 124-345-5-12-156-3-12-156-3
+noback context ["\x55D2"]"\x7B1E\x7B1E" @124-345-5
+
+# \x5607\x53EF\x53EF 15-1236-4-123-2346-4-123-2346-4
+noback context ["\x5607"]"\x53EF\x53EF" @15-1236-4
+noback context _2"\x5607\x53EF"["\x53EF"] @123-2346-4
+
+# \x5614\x51FA\x75C5 12356-5-12-34-3-135-13456-5
+noback context ["\x5614"]"\x51FA\x75C5" @12356-5
+
+# \x5614\x5614\x5614 12356-4-12356-4-12356-4
+noback context ["\x5614"]"\x5614\x5614" @12356-4
+noback context _1"\x5614"["\x5614"]"\x5614" @12356-4
+noback context _2"\x5614\x5614"["\x5614"] @12356-4
+
+# \x561E\x561E\x561E 14-356-3-14-356-3-14-356-3
+noback context ["\x561E"]"\x561E\x561E" @14-356-3
+noback context _1"\x561E"["\x561E"]"\x561E" @14-356-3
+noback context _2"\x561E\x561E"["\x561E"] @14-356-3
+
+# \x564D\x4EE5\x6BBA 13-246-3-16-4-24-2456-5
+noback context ["\x564D"]"\x4EE5\x6BBA" @13-246-3
+noback context _2"\x564D\x4EE5"["\x6BBA"] @24-2456-5
+
+# \x564D\x5427\x54D6 13-246-3-135-345-3-1345-2345-2
+noback context ["\x564D"]"\x5427\x54D6" @13-246-3
+noback context _1"\x564D"["\x5427"]"\x54D6" @135-345-3
+
+# \x56E0\x9914\x4E4B 1456-3-135-34-5-1-156-3
+noback context _1"\x56E0"["\x9914"]"\x4E4B" @135-34-5
+
+# \x56F0\x903E\x4023 123-123456-5-1256-2-134-345-5
+noback context _2"\x56F0\x903E"["\x4023"] @134-345-5
+
+# \x570B\x96E3\x8B58 13-25-2-1345-1236-5-24-156-5
+noback context _1"\x570B"["\x96E3"]"\x8B58" @1345-1236-5
+
+# \x5718\x5718\x8F49 124-12456-2-124-12456-2-1-12456-5
+noback context _2"\x5718\x5718"["\x8F49"] @1-12456-5
+
+# \x571F\x5011\x6C5F 124-34-4-134-136-2-13-46-3
+noback context _1"\x571F"["\x5011"]"\x6C5F" @134-136-2
+
+# \x5728\x884C\x4EBA 125-2456-5-15-13456-2-1245-136-2
+noback context _1"\x5728"["\x884C"]"\x4EBA" @15-13456-2
+
+# \x5728\x884C\x5147 125-2456-5-15-13456-2-15-235-3
+noback context _1"\x5728"["\x884C"]"\x5147" @15-13456-2
+
+# \x5728\x884C\x52D5 125-2456-5-15-13456-2-145-12346-5
+noback context _1"\x5728"["\x884C"]"\x52D5" @15-13456-2
+
+# \x5728\x884C\x653F 125-2456-5-15-13456-2-1-1356-5
+noback context _1"\x5728"["\x884C"]"\x653F" @15-13456-2
+
+# \x5728\x884C\x674E 125-2456-5-15-13456-2-14-16-4
+noback context _1"\x5728"["\x884C"]"\x674E" @15-13456-2
+
+# \x5728\x884C\x70BA 125-2456-5-15-13456-2-1246-2
+noback context _1"\x5728"["\x884C"]"\x70BA" @15-13456-2
+noback context _2"\x5728\x884C"["\x70BA"] @1246-2
+
+# \x5728\x884C\x7D93 125-2456-5-15-13456-2-13-13456-3
+noback context _1"\x5728"["\x884C"]"\x7D93" @15-13456-2
+
+# \x5728\x884C\x8D70 125-2456-5-15-13456-2-125-12356-4
+noback context _1"\x5728"["\x884C"]"\x8D70" @15-13456-2
+
+# \x5728\x884C\x8ECA 125-2456-5-15-13456-2-12-2346-3
+noback context _1"\x5728"["\x884C"]"\x8ECA" @15-13456-2
+noback context _2"\x5728\x884C"["\x8ECA"] @12-2346-3
+
+# \x5728\x884C\x8ECD 125-2456-5-15-13456-2-13-256-3
+noback context _1"\x5728"["\x884C"]"\x8ECD" @15-13456-2
+
+# \x5728\x884C\x9032 125-2456-5-15-13456-2-13-1456-5
+noback context _1"\x5728"["\x884C"]"\x9032" @15-13456-2
+
+# \x5728\x884C\x92B7 125-2456-5-15-13456-2-15-246-3
+noback context _1"\x5728"["\x884C"]"\x92B7" @15-13456-2
+
+# \x5728\x884C\x99DB 125-2456-5-15-13456-2-24-156-4
+noback context _1"\x5728"["\x884C"]"\x99DB" @15-13456-2
+
+# \x5730\x85CF\x5BFA 145-16-5-125-1346-5-15-156-5
+noback context _1"\x5730"["\x85CF"]"\x5BFA" @125-1346-5
+
+# \x5730\x85CF\x738B 145-16-5-125-1346-5-456-2
+noback context _1"\x5730"["\x85CF"]"\x738B" @125-1346-5
+noback context _2"\x5730\x85CF"["\x738B"] @456-2
+
+# \x5730\x91CD\x5283 145-16-5-12-12346-2-1235-35-5
+noback context _1"\x5730"["\x91CD"]"\x5283" @12-12346-2
+
+# \x57CF\x7A88\x7A95 2345-2-246-4-124-246-4
+noback context ["\x57CF"]"\x7A88\x7A95" @2345-2
+
+# \x57F7\x65D7\x5C07 1-156-2-245-16-2-13-46-5
+noback context _2"\x57F7\x65D7"["\x5C07"] @13-46-5
+
+# \x5828\x6C5D\x6C34 2346-5-1245-34-4-24-1246-4
+noback context ["\x5828"]"\x6C5D\x6C34" @2346-5
+
+# \x5831\x95DC\x884C 135-146-5-13-12456-3-1235-1346-2
+noback context _2"\x5831\x95DC"["\x884C"] @1235-1346-2
+
+# \x585E\x64E6\x97F3 15-2346-5-245-345-3-1456-3
+noback context ["\x585E"]"\x64E6\x97F3" @15-2346-5
+
+# \x585E\x72D7\x6D1E 15-2456-3-13-12356-4-145-12346-5
+noback context ["\x585E"]"\x72D7\x6D1E" @15-2456-3
+
+# \x5875\x6F32\x5929 12-136-2-1-1346-5-124-2345-3
+noback context _1"\x5875"["\x6F32"]"\x5929" @1-1346-5
+
+# \x58F9\x6D12\x4E4B 16-3-15-16-4-1-156-3
+noback context _1"\x58F9"["\x6D12"]"\x4E4B" @15-16-4
+
+# \x5916\x884C\x661F 2356-5-15-13456-2-15-13456-3
+noback context _1"\x5916"["\x884C"]"\x661F" @15-13456-2
+
+# \x5916\x884C\x8D70 2356-5-15-13456-2-125-12356-4
+noback context _1"\x5916"["\x884C"]"\x8D70" @15-13456-2
+
+# \x591A\x91CD\x8981 145-25-3-1-12346-5-246-5
+noback context _1"\x591A"["\x91CD"]"\x8981" @1-12346-5
+noback context _2"\x591A\x91CD"["\x8981"] @246-5
+
+# \x5927\x4E58\x4F5B 145-345-5-24-1356-5-12345-126-2
+noback context _1"\x5927"["\x4E58"]"\x4F5B" @24-1356-5
+noback context _2"\x5927\x4E58"["\x4F5B"] @12345-126-2
+
+# \x5927\x5C07\x8ECD 145-345-5-13-46-3-13-256-3
+noback context _1"\x5927"["\x5C07"]"\x8ECD" @13-46-3
+
+# \x5927\x71D5\x9C0C 145-345-5-2345-3-245-234-2
+noback context _1"\x5927"["\x71D5"]"\x9C0C" @2345-3
+noback context _2"\x5927\x71D5"["\x9C0C"] @245-234-2
+
+# \x5927\x85CF\x7D93 145-345-5-125-1346-5-13-13456-3
+noback context _1"\x5927"["\x85CF"]"\x7D93" @125-1346-5
+
+# \x5929\x59E5\x5C71 124-2345-3-134-34-4-24-1236-3
+noback context _1"\x5929"["\x59E5"]"\x5C71" @134-34-4
+
+# \x5929\x6643\x6717 124-2345-3-1235-456-4-14-1346-4
+noback context _1"\x5929"["\x6643"]"\x6717" @1235-456-4
+
+# \x592A\x884C\x5C71 124-2456-5-1235-1346-2-24-1236-3
+noback context _1"\x592A"["\x884C"]"\x5C71" @1235-1346-2
+
+# \x5953\x96C4\x8C54 12-156-4-15-235-2-2345-5
+noback context ["\x5953"]"\x96C4\x8C54" @12-156-4
+
+# \x5954\x5C3C\x6492 135-136-3-1345-16-2-15-345-3
+noback context _2"\x5954\x5C3C"["\x6492"] @15-345-3
+
+# \x597D\x5584\x60E1 1235-146-5-24-1236-5-34-5
+noback context ["\x597D"]"\x5584\x60E1" @1235-146-5
+noback context _2"\x597D\x5584"["\x60E1"] @34-5
+
+# \x597D\x5947\x602A 1235-146-4-245-16-2-13-2356-5
+noback context ["\x597D"]"\x5947\x602A" @1235-146-4
+
+# \x597D\x751F\x60E1 1235-146-5-24-1356-3-34-5
+noback context ["\x597D"]"\x751F\x60E1" @1235-146-5
+noback context _2"\x597D\x751F"["\x60E1"] @34-5
+
+# \x597D\x767C\x65BC 1235-146-5-12345-345-3-1256-2
+noback context ["\x597D"]"\x767C\x65BC" @1235-146-5
+noback context _2"\x597D\x767C"["\x65BC"] @1256-2
+
+# \x597D\x8ADB\x60E1 1235-146-5-1256-2-34-5
+noback context ["\x597D"]"\x8ADB\x60E1" @1235-146-5
+noback context _2"\x597D\x8ADB"["\x60E1"] @34-5
+
+# \x597D\x9038\x60E1 1235-146-5-16-5-34-5
+noback context ["\x597D"]"\x9038\x60E1" @1235-146-5
+noback context _2"\x597D\x9038"["\x60E1"] @34-5
+
+# \x59D1\x5C04\x5C71 13-34-3-346-5-24-1236-3
+noback context _1"\x59D1"["\x5C04"]"\x5C71" @346-5
+
+# \x59D4\x54E1\x9577 1246-4-45-2-1-1346-4
+noback context ["\x59D4"]"\x54E1\x9577" @1246-4
+noback context _2"\x59D4\x54E1"["\x9577"] @1-1346-4
+
+# \x59D4\x6258\x884C 1246-4-124-25-3-1235-1346-2
+noback context ["\x59D4"]"\x6258\x884C" @1246-4
+noback context _2"\x59D4\x6258"["\x884C"] @1235-1346-2
+
+# \x59D4\x8A17\x884C 1246-4-124-25-3-1235-1346-2
+noback context ["\x59D4"]"\x8A17\x884C" @1246-4
+noback context _2"\x59D4\x8A17"["\x884C"] @1235-1346-2
+
+# \x5B50\x4E0D\x8A9E 125-156-4-135-34-5-1256-4
+noback context ["\x5B50"]"\x4E0D\x8A9E" @125-156-4
+
+# \x5B50\x5DC2\x9CE5 125-156-4-13-1246-3-1345-246-4
+noback context ["\x5B50"]"\x5DC2\x9CE5" @125-156-4
+noback context _1"\x5B50"["\x5DC2"]"\x9CE5" @13-1246-3
+
+# \x5B50\x6BCD\x5370 125-156-4-134-34-4-1456-5
+noback context ["\x5B50"]"\x6BCD\x5370" @125-156-4
+
+# \x5B50\x6BCD\x5F48 125-156-4-134-34-4-145-1236-5
+noback context ["\x5B50"]"\x6BCD\x5F48" @125-156-4
+noback context _2"\x5B50\x6BCD"["\x5F48"] @145-1236-5
+
+# \x5B50\x6BCD\x6263 125-156-4-134-34-4-123-12356-5
+noback context ["\x5B50"]"\x6BCD\x6263" @125-156-4
+
+# \x5B50\x6BCD\x8239 125-156-4-134-34-4-12-12456-2
+noback context ["\x5B50"]"\x6BCD\x8239" @125-156-4
+
+# \x5B50\x6BCD\x8ECA 125-156-4-134-34-4-12-2346-3
+noback context ["\x5B50"]"\x6BCD\x8ECA" @125-156-4
+noback context _2"\x5B50\x6BCD"["\x8ECA"] @12-2346-3
+
+# \x5B50\x7259\x6CB3 125-156-4-23456-2-1235-2346-2
+noback context ["\x5B50"]"\x7259\x6CB3" @125-156-4
+
+# \x5B89\x95CD\x90A3 1236-3-24-2346-2-1345-345-5
+noback context _1"\x5B89"["\x95CD"]"\x90A3" @24-2346-2
+noback context _2"\x5B89\x95CD"["\x90A3"] @1345-345-5
+
+# \x5B8C\x4E86\x4E8B 12456-2-14-2346-1-24-156-5
+noback context _1"\x5B8C"["\x4E86"]"\x4E8B" @14-2346-1
+
+# \x5B93\x4E0D\x9F4A 12345-34-2-135-34-5-245-16-2
+noback context ["\x5B93"]"\x4E0D\x9F4A" @12345-34-2
+noback context _2"\x5B93\x4E0D"["\x9F4A"] @245-16-2
+
+# \x5BA2\x5C07\x53F8 123-2346-5-13-46-5-15-156-3
+noback context _1"\x5BA2"["\x5C07"]"\x53F8" @13-46-5
+
+# \x5BA4\x5167\x6A02 24-156-5-1345-356-5-236-5
+noback context _2"\x5BA4\x5167"["\x6A02"] @236-5
+
+# \x5BCC\x5BB6\x5B50 12345-34-5-13-23456-3-125-156-4
+noback context _2"\x5BCC\x5BB6"["\x5B50"] @125-156-4
+
+# \x5BEB\x610F\x5152 15-346-5-16-5-156-2
+noback context ["\x5BEB"]"\x610F\x5152" @15-346-5
+noback context _2"\x5BEB\x610F"["\x5152"] @156-2
+
+# \x5C07\x5B98\x65B9 13-46-3-13-12456-3-12345-1346-3
+noback context ["\x5C07"]"\x5B98\x65B9" @13-46-3
+
+# \x5C07\x6821\x5167 13-46-3-15-246-5-1345-356-5
+noback context ["\x5C07"]"\x6821\x5167" @13-46-3
+
+# \x5C07\x6821\x5916 13-46-3-15-246-5-2356-5
+noback context ["\x5C07"]"\x6821\x5916" @13-46-3
+
+# \x5C07\x9818\x5C0E 13-46-3-14-13456-4-145-146-4
+noback context ["\x5C07"]"\x9818\x5C0E" @13-46-3
+
+# \x5C0F\x4E58\x4F5B 145-345-5-24-1356-5-12345-126-2
+noback context ["\x5C0F"]"\x4E58\x4F5B" @145-345-5
+noback context _1"\x5C0F"["\x4E58"]"\x4F5B" @24-1356-5
+noback context _2"\x5C0F\x4E58"["\x4F5B"] @12345-126-2
+
+# \x5C11\x5E9C\x76E3 24-146-5-12345-34-4-13-2345-5
+noback context ["\x5C11"]"\x5E9C\x76E3" @24-146-5
+noback context _2"\x5C11\x5E9C"["\x76E3"] @13-2345-5
+
+# \x5C25\x8E76\x5B50 14-246-5-13-236-4-125-156-1
+noback context _1"\x5C25"["\x8E76"]"\x5B50" @13-236-4
+noback context _2"\x5C25\x8E76"["\x5B50"] @125-156-1
+
+# \x5C4B\x5012\x8C4E 34-3-145-146-5-24-34-5
+noback context _1"\x5C4B"["\x5012"]"\x8C4E" @145-146-5
+
+# \x5C4E\x86B5\x870B 24-156-4-123-2346-3-14-1346-2
+noback context _1"\x5C4E"["\x86B5"]"\x870B" @123-2346-3
+
+# \x5C6F\x5176\x818F 1-123456-3-245-16-2-13-146-3
+noback context ["\x5C6F"]"\x5176\x818F" @1-123456-3
+
+# \x5C6F\x7559\x7E23 12-123456-2-14-234-2-15-2345-5
+noback context ["\x5C6F"]"\x7559\x7E23" @12-123456-2
+noback context _2"\x5C6F\x7559"["\x7E23"] @15-2345-5
+
+# \x5C71\x67E5\x7CD5 24-1236-3-1-345-3-13-146-3
+noback context _1"\x5C71"["\x67E5"]"\x7CD5" @1-345-3
+
+# \x5D12\x5F8B\x5F8B 245-34-5-14-1256-5-14-1256-5
+noback context ["\x5D12"]"\x5F8B\x5F8B" @245-34-5
+
+# \x5D47\x4E2D\x6563 13-16-3-1-12346-3-15-1236-4
+noback context _2"\x5D47\x4E2D"["\x6563"] @15-1236-4
+
+# \x5DF4\x5DF4\x7F7E 135-345-3-135-345-3-125-1356-5
+noback context _2"\x5DF4\x5DF4"["\x7F7E"] @125-1356-5
+
+# \x5E03\x7D2F\x723E 135-34-5-14-356-2-156-4
+noback context _1"\x5E03"["\x7D2F"]"\x723E" @14-356-2
+
+# \x5E03\x888B\x5F48 135-34-5-145-2456-5-145-1236-5
+noback context _2"\x5E03\x888B"["\x5F48"] @145-1236-5
+
+# \x5E6B\x5012\x5FD9 135-1346-3-145-146-5-134-1346-2
+noback context _1"\x5E6B"["\x5012"]"\x5FD9" @145-146-5
+
+# \x5E74\x5BB6\x5B50 1345-2345-2-13-23456-3-125-156-4
+noback context _2"\x5E74\x5BB6"["\x5B50"] @125-156-4
+
+# \x5EB7\x96CD\x4E7E 123-1346-3-235-3-245-2345-2
+noback context _2"\x5EB7\x96CD"["\x4E7E"] @245-2345-2
+
+# \x5ED3\x723E\x5580 123-25-5-156-4-123-2346-5
+noback context _2"\x5ED3\x723E"["\x5580"] @123-2346-5
+
+# \x5EDD\x64B2\x884C 15-156-3-1234-34-3-1235-1346-2
+noback context _2"\x5EDD\x64B2"["\x884C"] @1235-1346-2
+
+# \x5EE3\x9675\x6563 13-456-4-14-13456-2-15-1236-4
+noback context _2"\x5EE3\x9675"["\x6563"] @15-1236-4
+
+# \x5F04\x8457\x624B 1345-12346-5-1-2346-1-24-12356-4
+noback context _1"\x5F04"["\x8457"]"\x624B" @1-2346-1
+
+# \x5F15\x542D\x5410 1456-4-1235-1346-2-124-34-4
+noback context _1"\x5F15"["\x542D"]"\x5410" @1235-1346-2
+noback context _2"\x5F15\x542D"["\x5410"] @124-34-4
+
+# \x5F15\x542D\x5411 1456-4-1235-1346-2-15-46-5
+noback context _1"\x5F15"["\x542D"]"\x5411" @1235-1346-2
+
+# \x5F37\x5176\x77ED 245-46-4-245-16-2-145-12456-4
+noback context ["\x5F37"]"\x5176\x77ED" @245-46-4
+
+# \x5F4E\x62B9\x89D2 12456-3-134-126-5-13-246-4
+noback context _1"\x5F4E"["\x62B9"]"\x89D2" @134-126-5
+
+# \x5F8C\x9BAE\x6709 1235-12356-5-15-2345-4-234-4
+noback context _1"\x5F8C"["\x9BAE"]"\x6709" @15-2345-4
+
+# \x5F92\x5011\x6C5F 124-34-2-134-136-2-13-46-3
+noback context _1"\x5F92"["\x5011"]"\x6C5F" @134-136-2
+
+# \x5F97\x61C9\x624B 145-2346-2-13456-5-24-12356-4
+noback context ["\x5F97"]"\x61C9\x624B" @145-2346-2
+noback context _1"\x5F97"["\x61C9"]"\x624B" @13456-5
+
+# \x5F9E\x5BB9\x4E0D 245-12346-3-1245-12346-2-135-34-5
+noback context ["\x5F9E"]"\x5BB9\x4E0D" @245-12346-3
+noback context _2"\x5F9E\x5BB9"["\x4E0D"] @135-34-5
+
+# \x5F9E\x5BB9\x800C 245-12346-3-1245-12346-2-156-2
+noback context ["\x5F9E"]"\x5BB9\x800C" @245-12346-3
+
+# \x5F9E\x5BB9\x81EA 245-12346-3-1245-12346-2-125-156-5
+noback context ["\x5F9E"]"\x5BB9\x81EA" @245-12346-3
+
+# \x5FA9\x8208\x5D17 12345-34-5-15-13456-3-13-1346-3
+noback context _2"\x5FA9\x8208"["\x5D17"] @13-1346-3
+
+# \x5FCD\x8457\x60F3 1245-136-4-1-2346-1-15-46-4
+noback context _1"\x5FCD"["\x8457"]"\x60F3" @1-2346-1
+
+# \x6015\x4EBA\x5B50 1234-345-5-1245-136-2-125-156-1
+noback context _2"\x6015\x4EBA"["\x5B50"] @125-156-1
+
+# \x6025\x7A70\x7A70 13-16-2-1245-1346-4-1245-1346-4
+noback context _1"\x6025"["\x7A70"]"\x7A70" @1245-1346-4
+noback context _2"\x6025\x7A70"["\x7A70"] @1245-1346-4
+
+# \x60B6\x61E8\x61E8 134-136-5-2345-3-2345-3
+noback context ["\x60B6"]"\x61E8\x61E8" @134-136-5
+
+# \x60F3\x8457\x60F3 15-46-4-1-2346-1-15-46-4
+noback context _1"\x60F3"["\x8457"]"\x60F3" @1-2346-1
+
+# \x610F\x8208\x5DF2 16-5-15-13456-5-16-4
+noback context _1"\x610F"["\x8208"]"\x5DF2" @15-13456-5
+
+# \x610F\x8208\x7A0D 16-5-15-13456-5-24-146-3
+noback context _1"\x610F"["\x8208"]"\x7A0D" @15-13456-5
+
+# \x61C9\x842C\x8B8A 13456-5-12456-5-135-2345-5
+noback context ["\x61C9"]"\x842C\x8B8A" @13456-5
+
+# \x61F8\x9264\x5B50 15-45-2-13-12356-3-125-156-4
+noback context _2"\x61F8\x9264"["\x5B50"] @125-156-4
+
+# \x6216\x4E0D\x7109 1235-25-5-12345-12356-4-2345-3
+noback context _1"\x6216"["\x4E0D"]"\x7109" @12345-12356-4
+
+# \x6240\x9072\x5BA2 15-25-4-1-156-5-123-2346-5
+noback context _1"\x6240"["\x9072"]"\x5BA2" @1-156-5
+
+# \x624B\x76F8\x4E92 24-12356-4-15-46-3-1235-34-5
+noback context _1"\x624B"["\x76F8"]"\x4E92" @15-46-3
+
+# \x624B\x8125\x4E0B 24-12356-4-15-346-2-15-23456-5
+noback context _1"\x624B"["\x8125"]"\x4E0B" @15-346-2
+
+# \x6253\x5012\x892A 145-345-4-145-146-5-124-123456-5
+noback context _1"\x6253"["\x5012"]"\x892A" @145-146-5
+
+# \x6253\x55B3\x55B3 145-345-4-12-345-3-12-345-3
+noback context _1"\x6253"["\x55B3"]"\x55B3" @12-345-3
+noback context _2"\x6253\x55B3"["\x55B3"] @12-345-3
+
+# \x6253\x60E1\x5FC3 145-345-4-2346-4-15-1456-3
+noback context _1"\x6253"["\x60E1"]"\x5FC3" @2346-4
+
+# \x6253\x64CA\x6A02 145-345-4-13-16-2-236-5
+noback context _2"\x6253\x64CA"["\x6A02"] @236-5
+
+# \x6260\x4E00\x6260 1-345-4-16-3-1-345-4
+noback context ["\x6260"]"\x4E00\x6260" @1-345-4
+noback context _2"\x6260\x4E00"["\x6260"] @1-345-4
+
+# \x6293\x5B50\x5152 12-35-4-125-156-4-156-2
+noback context ["\x6293"]"\x5B50\x5152" @12-35-4
+noback context _1"\x6293"["\x5B50"]"\x5152" @125-156-4
+noback context _2"\x6293\x5B50"["\x5152"] @156-2
+
+# \x6293\x8457\x624B 1-35-3-1-2346-1-24-12356-4
+noback context ["\x6293"]"\x8457\x624B" @1-35-3
+noback context _1"\x6293"["\x8457"]"\x624B" @1-2346-1
+
+# \x62AC\x884C\x5E02 124-2456-2-1235-1346-2-24-156-5
+noback context _1"\x62AC"["\x884C"]"\x5E02" @1235-1346-2
+
+# \x62B1\x8457\x624B 135-146-5-1-2346-1-24-12356-4
+noback context _1"\x62B1"["\x8457"]"\x624B" @1-2346-1
+
+# \x62B9\x5FA9\x6311 134-126-4-12345-34-5-124-246-4
+noback context ["\x62B9"]"\x5FA9\x6311" @134-126-4
+noback context _2"\x62B9\x5FA9"["\x6311"] @124-246-4
+
+# \x62C4\x8457\x624B 1-34-4-1-2346-1-24-12356-4
+noback context _1"\x62C4"["\x8457"]"\x624B" @1-2346-1
+
+# \x62C9\x535C\x695E 14-345-3-135-34-4-14-1356-2
+noback context _2"\x62C9\x535C"["\x695E"] @14-1356-2
+
+# \x62C9\x8457\x624B 14-345-3-1-2346-1-24-12356-4
+noback context _1"\x62C9"["\x8457"]"\x624B" @1-2346-1
+
+# \x62CD\x8457\x624B 1234-2456-3-1-2346-1-24-12356-4
+noback context _1"\x62CD"["\x8457"]"\x624B" @1-2346-1
+
+# \x62CE\x8457\x624B 14-13456-3-1-2346-1-24-12356-4
+noback context _1"\x62CE"["\x8457"]"\x624B" @1-2346-1
+
+# \x62D4\x672C\x585E 135-345-2-135-136-4-15-2346-5
+noback context _2"\x62D4\x672C"["\x585E"] @15-2346-5
+
+# \x62D7\x4E0D\x767B 146-5-135-34-5-145-1356-3
+noback context ["\x62D7"]"\x4E0D\x767B" @146-5
+
+# \x62D7\x4E0D\x904E 146-5-135-34-5-13-25-5
+noback context ["\x62D7"]"\x4E0D\x904E" @146-5
+
+# \x62D7\x76F8\x516C 1345-234-5-15-46-5-13-12346-3
+noback context ["\x62D7"]"\x76F8\x516C" @1345-234-5
+noback context _1"\x62D7"["\x76F8"]"\x516C" @15-46-5
+
+# \x62EC\x7D04\x808C 123-25-5-236-3-13-16-3
+noback context ["\x62EC"]"\x7D04\x808C" @123-25-5
+
+# \x62FF\x8457\x624B 1345-345-2-1-2346-1-24-12356-4
+noback context _1"\x62FF"["\x8457"]"\x624B" @1-2346-1
+
+# \x6301\x6CF0\x963F 12-156-2-124-2456-5-2346-3
+noback context _2"\x6301\x6CF0"["\x963F"] @2346-3
+
+# \x6307\x7532\x7E2B 1-156-4-13-23456-4-12345-1356-5
+noback context _2"\x6307\x7532"["\x7E2B"] @12345-1356-5
+
+# \x6309\x9577\x5E7C 1236-5-1-1346-4-234-5
+noback context _1"\x6309"["\x9577"]"\x5E7C" @1-1346-4
+
+# \x6311\x659C\x5C94 124-246-4-15-346-2-12-345-5
+noback context ["\x6311"]"\x659C\x5C94" @124-246-4
+
+# \x6311\x982D\x5B50 124-246-4-124-12356-2-125-156-1
+noback context ["\x6311"]"\x982D\x5B50" @124-246-4
+noback context _2"\x6311\x982D"["\x5B50"] @125-156-1
+
+# \x634F\x8457\x624B 1345-346-3-1-2346-1-24-12356-4
+noback context _1"\x634F"["\x8457"]"\x624B" @1-2346-1
+
+# \x6368\x5DF1\x70BA 24-2346-4-13-16-4-1246-5
+noback context _2"\x6368\x5DF1"["\x70BA"] @1246-5
+
+# \x6384\x4E0D\x5230 14-123456-2-135-34-5-145-146-5
+noback context ["\x6384"]"\x4E0D\x5230" @14-123456-2
+
+# \x6392\x5B50\x8ECA 1234-2456-4-125-156-1-12-2346-3
+noback context ["\x6392"]"\x5B50\x8ECA" @1234-2456-4
+noback context _2"\x6392\x5B50"["\x8ECA"] @12-2346-3
+
+# \x63A8\x8457\x624B 124-1246-3-1-2346-1-24-12356-4
+noback context _1"\x63A8"["\x8457"]"\x624B" @1-2346-1
+
+# \x63A8\x98DF\x98DF 124-1246-3-24-156-2-15-156-5
+noback context _2"\x63A8\x98DF"["\x98DF"] @15-156-5
+
+# \x63A9\x54AF\x96DE 2345-4-14-25-5-13-16-3
+noback context _1"\x63A9"["\x54AF"]"\x96DE" @14-25-5
+
+# \x63D0\x8457\x624B 124-16-2-1-2346-1-24-12356-4
+noback context _1"\x63D0"["\x8457"]"\x624B" @1-2346-1
+
+# \x63E1\x8457\x624B 25-5-1-2346-1-24-12356-4
+noback context _1"\x63E1"["\x8457"]"\x624B" @1-2346-1
+
+# \x6413\x8457\x624B 245-25-3-1-2346-1-24-12356-4
+noback context _1"\x6413"["\x8457"]"\x624B" @1-2346-1
+
+# \x6433\x8D77\x62F3 1235-35-2-245-16-4-245-45-2
+noback context ["\x6433"]"\x8D77\x62F3" @1235-35-2
+
+# \x645F\x4E00\x645F 14-12356-3-16-3-14-12356-3
+noback context ["\x645F"]"\x4E00\x645F" @14-12356-3
+noback context _2"\x645F\x4E00"["\x645F"] @14-12356-3
+
+# \x645F\x751F\x610F 14-12356-3-24-1356-3-16-5
+noback context ["\x645F"]"\x751F\x610F" @14-12356-3
+
+# \x6469\x5176\x8011 134-126-2-245-16-2-145-12456-3
+noback context _2"\x6469\x5176"["\x8011"] @145-12456-3
+
+# \x647D\x4F7F\x8005 135-246-3-24-156-4-1-2346-4
+noback context ["\x647D"]"\x4F7F\x8005" @135-246-3
+
+# \x647D\x6709\x6885 1234-246-4-234-4-134-356-2
+noback context ["\x647D"]"\x6709\x6885" @1234-246-4
+
+# \x6488\x4EC0\x5B50 14-146-2-24-156-2-125-156-1
+noback context ["\x6488"]"\x4EC0\x5B50" @14-146-2
+noback context _2"\x6488\x4EC0"["\x5B50"] @125-156-1
+
+# \x6492\x4E86\x624B 15-345-3-14-2346-1-24-12356-4
+noback context ["\x6492"]"\x4E86\x624B" @15-345-3
+
+# \x6492\x4E86\x8B0A 15-345-3-14-2346-1-1235-456-4
+noback context ["\x6492"]"\x4E86\x8B0A" @15-345-3
+
+# \x6492\x514B\x905C 15-345-3-123-2346-5-15-256-5
+noback context ["\x6492"]"\x514B\x905C" @15-345-3
+
+# \x6492\x54C8\x62C9 15-345-3-1235-345-3-14-345-3
+noback context ["\x6492"]"\x54C8\x62C9" @15-345-3
+
+# \x6492\x5DF4\x638C 15-345-3-135-345-3-1-1346-4
+noback context ["\x6492"]"\x5DF4\x638C" @15-345-3
+
+# \x6492\x6CE1\x5C3F 15-345-3-1234-146-5-1345-246-5
+noback context ["\x6492"]"\x6CE1\x5C3F" @15-345-3
+
+# \x6492\x6EEF\x6BA2 15-345-3-1-156-5-124-16-5
+noback context ["\x6492"]"\x6EEF\x6BA2" @15-345-3
+
+# \x6492\x897F\x7C73 15-345-3-15-16-3-134-16-4
+noback context ["\x6492"]"\x897F\x7C73" @15-345-3
+
+# \x6492\x9152\x98A8 15-345-3-13-234-4-12345-1356-3
+noback context ["\x6492"]"\x9152\x98A8" @15-345-3
+noback context _2"\x6492\x9152"["\x98A8"] @12345-1356-3
+
+# \x6492\x9D28\x5B50 15-345-3-23456-3-125-156-1
+noback context ["\x6492"]"\x9D28\x5B50" @15-345-3
+noback context _2"\x6492\x9D28"["\x5B50"] @125-156-1
+
+# \x64D6\x5C71\x8349 13-23456-3-24-1236-3-245-146-4
+noback context ["\x64D6"]"\x5C71\x8349" @13-23456-3
+
+# \x64FA\x884C\x9663 135-2456-4-1235-1346-2-1-136-5
+noback context _1"\x64FA"["\x884C"]"\x9663" @1235-1346-2
+
+# \x651C\x633E\x5E36 15-16-3-13-23456-2-145-2456-5
+noback context _1"\x651C"["\x633E"]"\x5E36" @13-23456-2
+
+# \x653E\x8457\x624B 12345-1346-5-1-2346-1-24-12356-4
+noback context ["\x653E"]"\x8457\x624B" @12345-1346-5
+noback context _1"\x653E"["\x8457"]"\x624B" @1-2346-1
+
+# \x6545\x5BB6\x5B50 13-34-5-13-23456-3-125-156-4
+noback context _2"\x6545\x5BB6"["\x5B50"] @125-156-4
+
+# \x6556\x5F97\x85A9 146-5-145-2346-2-15-345-5
+noback context ["\x6556"]"\x5F97\x85A9" @146-5
+
+# \x6557\x5BB6\x5B50 135-2456-5-13-23456-3-125-156-4
+noback context _2"\x6557\x5BB6"["\x5B50"] @125-156-4
+
+# \x6559\x52D9\x9577 13-246-5-34-5-1-1346-4
+noback context _2"\x6559\x52D9"["\x9577"] @1-1346-4
+
+# \x6578\x4E00\x6578 24-34-4-16-3-24-34-4
+noback context ["\x6578"]"\x4E00\x6578" @24-34-4
+noback context _2"\x6578\x4E00"["\x6578"] @24-34-4
+
+# \x6578\x4E0D\x4E0A 24-34-4-135-34-5-24-1346-5
+noback context ["\x6578"]"\x4E0D\x4E0A" @24-34-4
+noback context _2"\x6578\x4E0D"["\x4E0A"] @24-1346-5
+
+# \x6578\x4E0D\x5B8C 24-34-4-135-34-5-12456-2
+noback context ["\x6578"]"\x4E0D\x5B8C" @24-34-4
+
+# \x6578\x4E0D\x6E05 24-34-4-135-34-5-245-13456-3
+noback context ["\x6578"]"\x4E0D\x6E05" @24-34-4
+
+# \x6578\x4E0D\x76E1 24-34-4-135-34-5-13-1456-5
+noback context ["\x6578"]"\x4E0D\x76E1" @24-34-4
+
+# \x6578\x4F86\x5BF6 24-34-4-14-2456-2-135-146-4
+noback context ["\x6578"]"\x4F86\x5BF6" @24-34-4
+
+# \x6578\x6578\x7136 24-25-5-24-25-5-1245-1236-2
+noback context ["\x6578"]"\x6578\x7136" @24-25-5
+noback context _1"\x6578"["\x6578"]"\x7136" @24-25-5
+
+# \x6578\x6578\x770B 24-34-4-24-34-4-123-1236-5
+noback context ["\x6578"]"\x6578\x770B" @24-34-4
+noback context _1"\x6578"["\x6578"]"\x770B" @24-34-4
+noback context _2"\x6578\x6578"["\x770B"] @123-1236-5
+
+# \x6578\x843D\x5728 24-34-5-14-25-5-125-2456-5
+noback context ["\x6578"]"\x843D\x5728" @24-34-5
+
+# \x6587\x66F2\x661F 123456-2-245-1256-3-15-13456-3
+noback context ["\x6587"]"\x66F2\x661F" @123456-2
+noback context _1"\x6587"["\x66F2"]"\x661F" @245-1256-3
+
+# \x6587\x6A02\x5080 123456-2-236-5-123-1246-4
+noback context ["\x6587"]"\x6A02\x5080" @123456-2
+noback context _1"\x6587"["\x6A02"]"\x5080" @236-5
+noback context _2"\x6587\x6A02"["\x5080"] @123-1246-4
+
+# \x65AC\x516D\x5C07 1-1236-4-14-234-5-13-46-5
+noback context _2"\x65AC\x516D"["\x5C07"] @13-46-5
+
+# \x65BD\x65BD\x800C 16-2-16-2-156-2
+noback context ["\x65BD"]"\x65BD\x800C" @16-2
+noback context _1"\x65BD"["\x65BD"]"\x800C" @16-2
+
+# \x65C5\x884C\x696D 14-1256-4-15-13456-2-346-5
+noback context _1"\x65C5"["\x884C"]"\x696D" @15-13456-2
+
+# \x65E5\x5580\x5247 1245-156-5-123-2346-5-125-2346-2
+noback context _1"\x65E5"["\x5580"]"\x5247" @123-2346-5
+
+# \x6606\x90FD\x4F96 123-123456-3-145-34-3-14-123456-2
+noback context _1"\x6606"["\x90FD"]"\x4F96" @145-34-3
+
+# \x660E\x6643\x6643 134-13456-2-1235-456-4-1235-456-4
+noback context _1"\x660E"["\x6643"]"\x6643" @1235-456-4
+noback context _2"\x660E\x6643"["\x6643"] @1235-456-4
+
+# \x6689\x4E14\x5048 1235-1246-3-245-346-4-13-346-2
+noback context _2"\x6689\x4E14"["\x5048"] @13-346-2
+
+# \x66F2\x68CD\x7403 245-1256-3-13-123456-5-245-234-2
+noback context ["\x66F2"]"\x68CD\x7403" @245-1256-3
+
+# \x66F2\x76E1\x5B5D 245-1256-3-13-1456-5-15-246-5
+noback context ["\x66F2"]"\x76E1\x5B5D" @245-1256-3
+
+# \x66F4\x5E74\x671F 13-1356-3-1345-2345-2-245-16-2
+noback context ["\x66F4"]"\x5E74\x671F" @13-1356-3
+noback context _2"\x66F4\x5E74"["\x671F"] @245-16-2
+
+# \x66F4\x5E74\x6C92 13-1356-3-1345-2345-2-134-356-2
+noback context ["\x66F4"]"\x5E74\x6C92" @13-1356-3
+noback context _2"\x66F4\x5E74"["\x6C92"] @134-356-2
+
+# \x66F4\x61C9\x548C 13-1356-5-13456-3-1235-2346-2
+noback context ["\x66F4"]"\x61C9\x548C" @13-1356-5
+noback context _1"\x66F4"["\x61C9"]"\x548C" @13456-3
+noback context _2"\x66F4\x61C9"["\x548C"] @1235-2346-2
+
+# \x66F4\x6CE5\x8AB0 13-1356-5-1345-16-5-24-356-2
+noback context ["\x66F4"]"\x6CE5\x8AB0" @13-1356-5
+noback context _1"\x66F4"["\x6CE5"]"\x8AB0" @1345-16-5
+
+# \x66F9\x5927\x5BB6 245-146-2-145-345-5-13-34-3
+noback context _2"\x66F9\x5927"["\x5BB6"] @13-34-3
+
+# \x66FE\x570B\x8343 125-1356-3-13-25-2-245-45-2
+noback context ["\x66FE"]"\x570B\x8343" @125-1356-3
+
+# \x66FE\x570B\x85E9 125-1356-3-13-25-2-12345-1236-2
+noback context ["\x66FE"]"\x570B\x85E9" @125-1356-3
+
+# \x66FE\x7D00\x6FA4 125-1356-3-13-16-5-125-2346-2
+noback context ["\x66FE"]"\x7D00\x6FA4" @125-1356-3
+
+# \x6703\x8A08\x756B 1235-1246-5-13-16-5-1235-35-5
+noback context ["\x6703"]"\x8A08\x756B" @1235-1246-5
+
+# \x6703\x9577\x9054 1235-1246-5-12-1346-2-145-345-2
+noback context ["\x6703"]"\x9577\x9054" @1235-1246-5
+noback context _1"\x6703"["\x9577"]"\x9054" @12-1346-2
+noback context _2"\x6703\x9577"["\x9054"] @145-345-2
+
+# \x6709\x597D\x4EC7 234-4-1235-146-4-245-234-2
+noback context _2"\x6709\x597D"["\x4EC7"] @245-234-2
+
+# \x6709\x6240\x597D 234-4-15-25-4-1235-146-5
+noback context _2"\x6709\x6240"["\x597D"] @1235-146-5
+
+# \x671D\x800C\x580B 1-146-3-156-2-135-1356-5
+noback context ["\x671D"]"\x800C\x580B" @1-146-3
+noback context _2"\x671D\x800C"["\x580B"] @135-1356-5
+
+# \x671D\x805E\x9053 1-146-3-123456-2-145-146-5
+noback context ["\x671D"]"\x805E\x9053" @1-146-3
+
+# \x674F\x6797\x5B50 15-13456-5-14-1456-2-125-156-4
+noback context _2"\x674F\x6797"["\x5B50"] @125-156-4
+
+# \x6771\x897F\x85CF 145-12346-3-15-16-3-245-1346-2
+noback context _2"\x6771\x897F"["\x85CF"] @245-1346-2
+
+# \x6795\x85C9\x8457 1-136-4-13-346-5-1-2346-1
+noback context ["\x6795"]"\x85C9\x8457" @1-136-4
+noback context _2"\x6795\x85C9"["\x8457"] @1-2346-1
+
+# \x6851\x6939\x8CEA 15-1346-3-24-136-5-1-156-2
+noback context _1"\x6851"["\x6939"]"\x8CEA" @24-136-5
+noback context _2"\x6851\x6939"["\x8CEA"] @1-156-2
+
+# \x6881\x5C71\x6FFC 14-46-2-24-1236-3-135-126-2
+noback context _2"\x6881\x5C71"["\x6FFC"] @135-126-2
+
+# \x695E\x4F3D\x7D93 14-1356-2-245-346-2-13-13456-3
+noback context ["\x695E"]"\x4F3D\x7D93" @14-1356-2
+
+# \x695E\x56B4\x7D93 14-1356-2-2345-2-13-13456-3
+noback context ["\x695E"]"\x56B4\x7D93" @14-1356-2
+
+# \x699C\x5C0F\x8239 135-1356-5-15-246-4-12-12456-2
+noback context ["\x699C"]"\x5C0F\x8239" @135-1356-5
+
+# \x6B3D\x5929\x76E3 245-1456-3-124-2345-3-13-2345-5
+noback context _2"\x6B3D\x5929"["\x76E3"] @13-2345-5
+
+# \x6B65\x5927\x6C57 135-34-5-145-345-5-1235-1236-2
+noback context _2"\x6B65\x5927"["\x6C57"] @1235-1236-2
+
+# \x6B66\x66F2\x661F 34-4-245-1256-3-15-13456-3
+noback context _1"\x6B66"["\x66F2"]"\x661F" @245-1256-3
+
+# \x6B6A\x884C\x8CA8 2356-3-1235-1346-2-1235-25-5
+noback context _1"\x6B6A"["\x884C"]"\x8CA8" @1235-1346-2
+
+# \x6BCD\x96E3\x65E5 134-34-4-1345-1236-5-1245-156-5
+noback context _1"\x6BCD"["\x96E3"]"\x65E5" @1345-1236-5
+
+# \x6BD4\x9130\x661F 135-16-5-14-1456-2-15-13456-3
+noback context ["\x6BD4"]"\x9130\x661F" @135-16-5
+
+# \x6BD4\x9130\x7684 135-16-5-14-1456-2-145-2346-1
+noback context ["\x6BD4"]"\x9130\x7684" @135-16-5
+noback context _2"\x6BD4\x9130"["\x7684"] @145-2346-1
+
+# \x6BD4\x9130\x800C 135-16-5-14-1456-2-156-2
+noback context ["\x6BD4"]"\x9130\x800C" @135-16-5
+
+# \x6BDB\x5012\x8C4E 134-146-2-145-146-5-24-34-5
+noback context _1"\x6BDB"["\x5012"]"\x8C4E" @145-146-5
+
+# \x6C34\x4E0A\x6F1A 24-1246-4-24-1346-5-12356-3
+noback context _2"\x6C34\x4E0A"["\x6F1A"] @12356-3
+
+# \x6C34\x4E2D\x577B 24-1246-4-1-12346-3-12-156-2
+noback context _2"\x6C34\x4E2D"["\x577B"] @12-156-2
+
+# \x6C34\x6EF8\x50B3 24-1246-4-1235-34-4-1-12456-5
+noback context _2"\x6C34\x6EF8"["\x50B3"] @1-12456-5
+
+# \x6C59\x5C0A\x800C 35-3-125-123456-3-156-2
+noback context ["\x6C59"]"\x5C0A\x800C" @35-3
+
+# \x6C5D\x60E1\x5F97 1245-34-4-34-3-145-2346-2
+noback context _1"\x6C5D"["\x60E1"]"\x5F97" @34-3
+noback context _2"\x6C5D\x60E1"["\x5F97"] @145-2346-2
+
+# \x6C88\x7538\x7538 12-136-2-145-2345-5-145-2345-5
+noback context ["\x6C88"]"\x7538\x7538" @12-136-2
+
+# \x6C92\x4E86\x843D 134-356-2-14-246-4-14-25-5
+noback context ["\x6C92"]"\x4E86\x843D" @134-356-2
+noback context _1"\x6C92"["\x4E86"]"\x843D" @14-246-4
+
+# \x6C92\x4E8B\x54CF 134-356-2-24-156-5-1235-136-3
+noback context ["\x6C92"]"\x4E8B\x54CF" @134-356-2
+noback context _2"\x6C92\x4E8B"["\x54CF"] @1235-136-3
+
+# \x6C92\x5012\x65B7 134-356-2-145-146-5-145-12456-5
+noback context ["\x6C92"]"\x5012\x65B7" @134-356-2
+noback context _1"\x6C92"["\x5012"]"\x65B7" @145-146-5
+
+# \x6C92\x51FA\x9577 134-356-2-12-34-3-1-1346-4
+noback context ["\x6C92"]"\x51FA\x9577" @134-356-2
+noback context _2"\x6C92\x51FA"["\x9577"] @1-1346-4
+
+# \x6C92\x5408\x6BBA 134-356-2-1235-2346-2-24-345-5
+noback context ["\x6C92"]"\x5408\x6BBA" @134-356-2
+noback context _2"\x6C92\x5408"["\x6BBA"] @24-345-5
+
+# \x6C92\x5FD7\x884C 134-356-2-1-156-5-15-13456-5
+noback context ["\x6C92"]"\x5FD7\x884C" @134-356-2
+noback context _2"\x6C92\x5FD7"["\x884C"] @15-13456-5
+
+# \x6C92\x662F\x54CF 134-356-2-24-156-5-1235-136-3
+noback context ["\x6C92"]"\x662F\x54CF" @134-356-2
+noback context _2"\x6C92\x662F"["\x54CF"] @1235-136-3
+
+# \x6C92\x9577\x773C 134-356-2-1-1346-4-2345-4
+noback context ["\x6C92"]"\x9577\x773C" @134-356-2
+noback context _1"\x6C92"["\x9577"]"\x773C" @1-1346-4
+
+# \x6CB9\x6643\x6643 234-2-1235-456-4-1235-456-4
+noback context _1"\x6CB9"["\x6643"]"\x6643" @1235-456-4
+noback context _2"\x6CB9\x6643"["\x6643"] @1235-456-4
+
+# \x6CD5\x5802\x758F 12345-345-4-124-1346-2-24-34-5
+noback context ["\x6CD5"]"\x5802\x758F" @12345-345-4
+noback context _2"\x6CD5\x5802"["\x758F"] @24-34-5
+
+# \x6CE2\x5012\x9001 135-126-3-145-146-5-15-12346-5
+noback context _1"\x6CE2"["\x5012"]"\x9001" @145-146-5
+
+# \x6D12\x5982\x4E5F 15-2345-4-1245-34-2-346-4
+noback context ["\x6D12"]"\x5982\x4E5F" @15-2345-4
+
+# \x6D12\x7136\x5728 15-2345-4-1245-1236-2-125-2456-5
+noback context ["\x6D12"]"\x7136\x5728" @15-2345-4
+
+# \x6D12\x7136\x7570 15-2345-4-1245-1236-2-16-5
+noback context ["\x6D12"]"\x7136\x7570" @15-2345-4
+
+# \x6D41\x884C\x6B3E 14-234-2-15-13456-2-123-12456-4
+noback context _1"\x6D41"["\x884C"]"\x6B3E" @15-13456-2
+
+# \x6D77\x4E00\x6F1A 1235-2456-4-16-3-12356-3
+noback context _2"\x6D77\x4E00"["\x6F1A"] @12356-3
+
+# \x6DFA\x9BAE\x77E3 245-2345-4-15-2345-4-16-4
+noback context _1"\x6DFA"["\x9BAE"]"\x77E3" @15-2345-4
+
+# \x6ED1\x8457\x624B 1235-35-2-1-2346-1-24-12356-4
+noback context ["\x6ED1"]"\x8457\x624B" @1235-35-2
+noback context _1"\x6ED1"["\x8457"]"\x624B" @1-2346-1
+
+# \x6F02\x6731\x7802 1234-246-4-1-34-3-24-345-3
+noback context ["\x6F02"]"\x6731\x7802" @1234-246-4
+
+# \x6FC0\x5C07\x6CD5 13-16-3-13-46-5-12345-345-4
+noback context _1"\x6FC0"["\x5C07"]"\x6CD5" @13-46-5
+noback context _2"\x6FC0\x5C07"["\x6CD5"] @12345-345-4
+
+# \x7063\x62B9\x89D2 12456-3-134-126-5-13-246-4
+noback context _1"\x7063"["\x62B9"]"\x89D2" @134-126-5
+
+# \x706B\x4E0A\x8541 1235-25-4-24-1346-5-124-1236-2
+noback context _2"\x706B\x4E0A"["\x8541"] @124-1236-2
+
+# \x706B\x661F\x585E 1235-25-4-15-13456-3-15-2456-3
+noback context _2"\x706B\x661F"["\x585E"] @15-2456-3
+
+# \x707D\x9632\x5047 125-2456-3-12345-1346-2-13-23456-5
+noback context _2"\x707D\x9632"["\x5047"] @13-23456-5
+
+# \x70AE\x7F8A\x8089 135-146-3-46-2-1245-12356-5
+noback context ["\x70AE"]"\x7F8A\x8089" @135-146-3
+
+# \x70AE\x7F8A\x809A 135-146-3-46-2-145-34-4
+noback context ["\x70AE"]"\x7F8A\x809A" @135-146-3
+noback context _2"\x70AE\x7F8A"["\x809A"] @145-34-4
+
+# \x70BA\x541B\x958B 1246-5-13-256-3-123-2456-3
+noback context ["\x70BA"]"\x541B\x958B" @1246-5
+
+# \x70BA\x751A\x9EBC 1246-5-24-136-2-134-2346-1
+noback context ["\x70BA"]"\x751A\x9EBC" @1246-5
+noback context _1"\x70BA"["\x751A"]"\x9EBC" @24-136-2
+noback context _2"\x70BA\x751A"["\x9EBC"] @134-2346-1
+
+# \x7121\x4E86\x7121 34-2-14-246-4-34-2
+noback context ["\x7121"]"\x4E86\x7121" @34-2
+noback context _1"\x7121"["\x4E86"]"\x7121" @14-246-4
+noback context _2"\x7121\x4E86"["\x7121"] @34-2
+
+# \x7121\x4EF7\x4E8B 34-2-13-346-5-24-156-5
+noback context ["\x7121"]"\x4EF7\x4E8B" @34-2
+
+# \x7121\x5012\x65B7 34-2-145-146-5-145-12456-5
+noback context ["\x7121"]"\x5012\x65B7" @34-2
+noback context _1"\x7121"["\x5012"]"\x65B7" @145-146-5
+
+# \x7121\x6240\x597D 34-2-15-25-4-1235-146-5
+noback context ["\x7121"]"\x6240\x597D" @34-2
+noback context _2"\x7121\x6240"["\x597D"] @1235-146-5
+
+# \x7121\x7269\x7D2F 34-2-34-5-14-356-4
+noback context ["\x7121"]"\x7269\x7D2F" @34-2
+noback context _2"\x7121\x7269"["\x7D2F"] @14-356-4
+
+# \x7121\x76E1\x85CF 34-2-13-1456-5-125-1346-5
+noback context ["\x7121"]"\x76E1\x85CF" @34-2
+noback context _2"\x7121\x76E1"["\x85CF"] @125-1346-5
+
+# \x7121\x7947\x6094 34-2-245-16-2-1235-1246-4
+noback context ["\x7121"]"\x7947\x6094" @34-2
+noback context _1"\x7121"["\x7947"]"\x6094" @245-16-2
+
+# \x7121\x85AA\x5047 34-2-15-1456-3-13-23456-5
+noback context ["\x7121"]"\x85AA\x5047" @34-2
+noback context _2"\x7121\x85AA"["\x5047"] @13-23456-5
+
+# \x7121\x884C\x6B62 34-2-15-13456-5-1-156-4
+noback context ["\x7121"]"\x884C\x6B62" @34-2
+noback context _1"\x7121"["\x884C"]"\x6B62" @15-13456-5
+
+# \x7121\x9577\x7269 34-2-1-1346-5-34-5
+noback context ["\x7121"]"\x9577\x7269" @34-2
+noback context _1"\x7121"["\x9577"]"\x7269" @1-1346-5
+
+# \x7159\x9727\x5F48 2345-3-34-5-145-1236-5
+noback context _2"\x7159\x9727"["\x5F48"] @145-1236-5
+
+# \x715E\x4E0D\x4F4F 24-345-3-135-34-5-1-34-5
+noback context ["\x715E"]"\x4E0D\x4F4F" @24-345-3
+
+# \x71D5\x4E5D\x7BC0 2345-3-13-234-4-13-346-2
+noback context ["\x71D5"]"\x4E5D\x7BC0" @2345-3
+
+# \x71D5\x5B50\x6A13 2345-5-125-156-4-14-12356-2
+noback context ["\x71D5"]"\x5B50\x6A13" @2345-5
+noback context _1"\x71D5"["\x5B50"]"\x6A13" @125-156-4
+
+# \x71D5\x5B50\x78EF 2345-5-125-156-4-13-16-3
+noback context ["\x71D5"]"\x5B50\x78EF" @2345-5
+noback context _1"\x71D5"["\x5B50"]"\x78EF" @125-156-4
+
+# \x71D5\x5B50\x7B8B 2345-5-125-156-4-13-2345-3
+noback context ["\x71D5"]"\x5B50\x7B8B" @2345-5
+noback context _1"\x71D5"["\x5B50"]"\x7B8B" @125-156-4
+
+# \x71D5\x662D\x738B 2345-3-1-146-3-456-2
+noback context ["\x71D5"]"\x662D\x738B" @2345-3
+noback context _2"\x71D5\x662D"["\x738B"] @456-2
+
+# \x71D5\x6B4C\x884C 2345-3-13-2346-3-15-13456-2
+noback context ["\x71D5"]"\x6B4C\x884C" @2345-3
+noback context _2"\x71D5\x6B4C"["\x884C"] @15-13456-2
+
+# \x71D5\x7136\x5C71 2345-3-1245-1236-2-24-1236-3
+noback context ["\x71D5"]"\x7136\x5C71" @2345-3
+
+# \x727D\x8457\x624B 245-2345-3-1-2346-1-24-12356-4
+noback context _1"\x727D"["\x8457"]"\x624B" @1-2346-1
+
+# \x72D7\x6C23\x6BBA 13-12356-4-245-16-5-24-345-5
+noback context _2"\x72D7\x6C23"["\x6BBA"] @24-345-5
+
+# \x7336\x6BD4\x9130 234-2-135-16-5-14-1456-2
+noback context _1"\x7336"["\x6BD4"]"\x9130" @135-16-5
+
+# \x736C\x8C78\x51A0 15-346-5-1-156-5-13-12456-3
+noback context _2"\x736C\x8C78"["\x51A0"] @13-12456-3
+
+# \x7372\x9E7F\x7E23 1235-2356-2-14-34-5-15-2345-5
+noback context ["\x7372"]"\x9E7F\x7E23" @1235-2356-2
+noback context _2"\x7372\x9E7F"["\x7E23"] @15-2345-5
+
+# \x738B\x5929\x4E0B 456-5-124-2345-3-15-23456-5
+noback context ["\x738B"]"\x5929\x4E0B" @456-5
+
+# \x73A9\x8457\x624B 12456-2-1-2346-1-24-12356-4
+noback context ["\x73A9"]"\x8457\x624B" @12456-2
+noback context _1"\x73A9"["\x8457"]"\x624B" @1-2346-1
+
+# \x73BB\x8272\x5B50 135-126-3-15-2346-5-125-156-4
+noback context _2"\x73BB\x8272"["\x5B50"] @125-156-4
+
+# \x73FE\x5728\x884C 15-2345-5-125-2456-5-15-13456-2
+noback context _2"\x73FE\x5728"["\x884C"] @15-13456-2
+
+# \x7406\x4E8B\x9577 14-16-4-24-156-5-1-1346-4
+noback context _2"\x7406\x4E8B"["\x9577"] @1-1346-4
+
+# \x751F\x60E1\x6B7B 24-1356-3-34-5-15-156-4
+noback context _1"\x751F"["\x60E1"]"\x6B7B" @34-5
+
+# \x7530\x5BB6\x5B50 124-2345-2-13-23456-3-125-156-4
+noback context _2"\x7530\x5BB6"["\x5B50"] @125-156-4
+
+# \x7576\x4E2D\x80AF 145-1346-3-1-12346-3-123-136-4
+noback context ["\x7576"]"\x4E2D\x80AF" @145-1346-3
+noback context _1"\x7576"["\x4E2D"]"\x80AF" @1-12346-3
+
+# \x7576\x5BB6\x5B50 145-1346-5-13-23456-3-125-156-4
+noback context ["\x7576"]"\x5BB6\x5B50" @145-1346-5
+noback context _2"\x7576\x5BB6"["\x5B50"] @125-156-4
+
+# \x7576\x6389\x4E0B 145-1346-3-145-246-5-15-23456-5
+noback context ["\x7576"]"\x6389\x4E0B" @145-1346-3
+
+# \x7576\x6389\x5165 145-1346-3-145-246-5-1245-34-5
+noback context ["\x7576"]"\x6389\x5165" @145-1346-3
+
+# \x7576\x6389\x843D 145-1346-3-145-246-5-14-25-5
+noback context ["\x7576"]"\x6389\x843D" @145-1346-3
+
+# \x7576\x6389\x9032 145-1346-3-145-246-5-13-1456-5
+noback context ["\x7576"]"\x6389\x9032" @145-1346-3
+
+# \x75DB\x6BBA\x6BBA 124-12346-5-24-345-5-24-345-5
+noback context _1"\x75DB"["\x6BBA"]"\x6BBA" @24-345-5
+noback context _2"\x75DB\x6BBA"["\x6BBA"] @24-345-5
+
+# \x767C\x884C\x53BB 12345-345-3-1235-1346-2-245-1256-5
+noback context _1"\x767C"["\x884C"]"\x53BB" @1235-1346-2
+
+# \x767D\x585E\x6728 135-2456-2-15-2456-3-134-34-5
+noback context _1"\x767D"["\x585E"]"\x6728" @15-2456-3
+
+# \x767D\x6643\x6643 135-2456-2-1235-456-4-1235-456-4
+noback context _1"\x767D"["\x6643"]"\x6643" @1235-456-4
+noback context _2"\x767D\x6643"["\x6643"] @1235-456-4
+
+# \x767E\x55CE\x5152 135-2456-4-134-345-4-156-2
+noback context _1"\x767E"["\x55CE"]"\x5152" @134-345-4
+noback context _2"\x767E\x55CE"["\x5152"] @156-2
+
+# \x767E\x592B\x9577 135-2456-4-12345-34-3-1-1346-4
+noback context _2"\x767E\x592B"["\x9577"] @1-1346-4
+
+# \x7684\x7684\x78BA 145-2346-1-145-16-2-245-236-5
+noback context ["\x7684"]"\x7684\x78BA" @145-2346-1
+noback context _1"\x7684"["\x7684"]"\x78BA" @145-16-2
+
+# \x7684\x884C\x5E02 145-2346-1-1235-1346-2-24-156-5
+noback context ["\x7684"]"\x884C\x5E02" @145-2346-1
+noback context _1"\x7684"["\x884C"]"\x5E02" @1235-1346-2
+
+# \x7686\x5012\x5175 13-346-3-145-146-5-135-13456-3
+noback context _1"\x7686"["\x5012"]"\x5175" @145-146-5
+
+# \x7686\x699C\x6B7B 13-346-3-135-1356-5-15-156-4
+noback context _1"\x7686"["\x699C"]"\x6B7B" @135-1356-5
+
+# \x76EE\x7684\x7684 134-34-5-145-16-5-145-2346-1
+noback context _1"\x76EE"["\x7684"]"\x7684" @145-16-5
+noback context _2"\x76EE\x7684"["\x7684"] @145-2346-1
+
+# \x76EF\x8457\x624B 145-13456-3-1-2346-1-24-12356-4
+noback context _1"\x76EF"["\x8457"]"\x624B" @1-2346-1
+
+# \x76F8\x61C9\x8A72 15-46-3-13456-3-13-2456-3
+noback context ["\x76F8"]"\x61C9\x8A72" @15-46-3
+noback context _1"\x76F8"["\x61C9"]"\x8A72" @13456-3
+
+# \x76F8\x6392\x62F6 15-46-3-1234-2456-2-125-345-2
+noback context ["\x76F8"]"\x6392\x62F6" @15-46-3
+noback context _2"\x76F8\x6392"["\x62F6"] @125-345-2
+
+# \x76F8\x6643\x8000 15-46-3-1235-456-4-246-5
+noback context ["\x76F8"]"\x6643\x8000" @15-46-3
+noback context _1"\x76F8"["\x6643"]"\x8000" @1235-456-4
+
+# \x76F8\x7A31\x8B9A 15-46-3-12-1356-3-125-1236-5
+noback context ["\x76F8"]"\x7A31\x8B9A" @15-46-3
+noback context _1"\x76F8"["\x7A31"]"\x8B9A" @12-1356-3
+
+# \x76F8\x7A31\x8D0A 15-46-3-12-1356-3-125-1236-5
+noback context ["\x76F8"]"\x7A31\x8D0A" @15-46-3
+noback context _1"\x76F8"["\x7A31"]"\x8D0A" @12-1356-3
+
+# \x7709\x5012\x8C4E 134-356-2-145-146-5-24-34-5
+noback context _1"\x7709"["\x5012"]"\x8C4E" @145-146-5
+
+# \x770B\x8457\x624B 123-1236-5-1-2346-1-24-12356-4
+noback context ["\x770B"]"\x8457\x624B" @123-1236-5
+noback context _1"\x770B"["\x8457"]"\x624B" @1-2346-1
+
+# \x770B\x9580\x9053 123-1236-5-134-136-2-145-146-5
+noback context ["\x770B"]"\x9580\x9053" @123-1236-5
+
+# \x773C\x624E\x6BDB 2345-4-1-345-2-134-146-2
+noback context _1"\x773C"["\x624E"]"\x6BDB" @1-345-2
+
+# \x773C\x93E1\x884C 2345-4-13-13456-5-1235-1346-2
+noback context _2"\x773C\x93E1"["\x884C"] @1235-1346-2
+
+# \x7761\x4E00\x89BA 24-1246-5-16-3-13-246-5
+noback context _2"\x7761\x4E00"["\x89BA"] @13-246-5
+
+# \x7761\x61F6\x89BA 24-1246-5-14-1236-4-13-246-5
+noback context _2"\x7761\x61F6"["\x89BA"] @13-246-5
+
+# \x7763\x5BDF\x9577 145-34-3-12-345-2-1-1346-4
+noback context _2"\x7763\x5BDF"["\x9577"] @1-1346-4
+
+# \x77F3\x5B50\x7AE0 24-156-2-125-156-4-1-1346-3
+noback context ["\x77F3"]"\x5B50\x7AE0" @24-156-2
+noback context _1"\x77F3"["\x5B50"]"\x7AE0" @125-156-4
+
+# \x7957\x81EA\x61AA 1-156-3-125-156-5-15-2345-2
+noback context ["\x7957"]"\x81EA\x61AA" @1-156-3
+noback context _2"\x7957\x81EA"["\x61AA"] @15-2345-2
+
+# \x7981\x4E0D\x4F4F 13-1456-3-135-34-5-1-34-5
+noback context ["\x7981"]"\x4E0D\x4F4F" @13-1456-3
+
+# \x7981\x4E0D\x8D77 13-1456-3-135-34-5-245-16-4
+noback context ["\x7981"]"\x4E0D\x8D77" @13-1456-3
+
+# \x7981\x5F97\x4F4F 13-1456-3-145-2346-2-1-34-5
+noback context ["\x7981"]"\x5F97\x4F4F" @13-1456-3
+
+# \x7981\x5F97\x8D77 13-1456-3-145-2346-2-245-16-4
+noback context ["\x7981"]"\x5F97\x8D77" @13-1456-3
+
+# \x79CD\x5E2B\x4E2D 12-12346-2-24-156-3-1-12346-3
+noback context _2"\x79CD\x5E2B"["\x4E2D"] @1-12346-3
+
+# \x7BF8\x7B4D\x76AE 125-1236-5-15-123456-4-1234-16-2
+noback context ["\x7BF8"]"\x7B4D\x76AE" @125-1236-5
+
+# \x7CBE\x6643\x6643 13-13456-3-1235-456-4-1235-456-4
+noback context _1"\x7CBE"["\x6643"]"\x6643" @1235-456-4
+noback context _2"\x7CBE\x6643"["\x6643"] @1235-456-4
+
+# \x7D1B\x7A70\x7A70 12345-136-3-1245-1346-4-1245-1346-4
+noback context _1"\x7D1B"["\x7A70"]"\x7A70" @1245-1346-4
+noback context _2"\x7D1B\x7A70"["\x7A70"] @1245-1346-4
+
+# \x7D2C\x5927\x5F26 12-12356-3-145-345-5-15-2345-2
+noback context ["\x7D2C"]"\x5927\x5F26" @12-12356-3
+
+# \x7D2F\x4E03\x9F4B 14-356-4-245-16-3-1-2456-3
+noback context ["\x7D2F"]"\x4E03\x9F4B" @14-356-4
+
+# \x7D2F\x589E\x5B57 14-356-4-125-1356-3-125-156-5
+noback context ["\x7D2F"]"\x589E\x5B57" @14-356-4
+
+# \x7D55\x4EA2\x800C 13-236-2-13-1346-3-156-2
+noback context _1"\x7D55"["\x4EA2"]"\x800C" @13-1346-3
+
+# \x7D81\x8457\x624B 135-1346-4-1-2346-1-24-12356-4
+noback context _1"\x7D81"["\x8457"]"\x624B" @1-2346-1
+
+# \x7F5F\x7F5F\x51A0 13-34-4-13-34-4-13-12456-3
+noback context _2"\x7F5F\x7F5F"["\x51A0"] @13-12456-3
+
+# \x7F8A\x809A\x8548 46-2-145-34-4-15-256-5
+noback context _1"\x7F8A"["\x809A"]"\x8548" @145-34-4
+
+# \x8001\x884C\x5C0A 14-146-4-1235-1346-2-125-123456-3
+noback context _1"\x8001"["\x884C"]"\x5C0A" @1235-1346-2
+
+# \x8005\x8B59\x4E4B 1-2346-4-245-246-5-1-156-3
+noback context _1"\x8005"["\x8B59"]"\x4E4B" @245-246-5
+
+# \x800C\x597D\x65BD 156-2-1235-146-5-24-156-3
+noback context _1"\x800C"["\x597D"]"\x65BD" @1235-146-5
+noback context _2"\x800C\x597D"["\x65BD"] @24-156-3
+
+# \x800C\x5F37\x9152 156-2-245-46-4-13-234-4
+noback context _1"\x800C"["\x5F37"]"\x9152" @245-46-4
+
+# \x800C\x6587\x904E 156-2-123456-5-13-25-5
+noback context _1"\x800C"["\x6587"]"\x904E" @123456-5
+
+# \x800C\x9060\x4E4B 156-2-45-5-1-156-3
+noback context _1"\x800C"["\x9060"]"\x4E4B" @45-5
+
+# \x8036\x6230\x6B7B 346-2-1-1236-5-15-156-4
+noback context ["\x8036"]"\x6230\x6B7B" @346-2
+
+# \x80B2\x5B30\x5047 1256-5-13456-3-13-23456-5
+noback context _2"\x80B2\x5B30"["\x5047"] @13-23456-5
+
+# \x80B2\x9580\x5B50 1256-5-134-136-2-125-156-4
+noback context _2"\x80B2\x9580"["\x5B50"] @125-156-4
+
+# \x80CC\x8457\x66F8 135-356-3-1-2346-1-24-34-3
+noback context ["\x80CC"]"\x8457\x66F8" @135-356-3
+noback context _1"\x80CC"["\x8457"]"\x66F8" @1-2346-1
+
+# \x80CC\x9ED1\x934B 135-356-3-1235-356-3-13-25-3
+noback context ["\x80CC"]"\x9ED1\x934B" @135-356-3
+
+# \x80CE\x85CF\x754C 124-2456-3-125-1346-5-13-346-5
+noback context _1"\x80CE"["\x85CF"]"\x754C" @125-1346-5
+
+# \x80E1\x5EDD\x54C4 1235-34-2-15-156-3-1235-12346-3
+noback context _2"\x80E1\x5EDD"["\x54C4"] @1235-12346-3
+
+# \x8173\x8125\x4E0B 13-246-4-15-346-2-15-23456-5
+noback context _1"\x8173"["\x8125"]"\x4E0B" @15-346-2
+
+# \x8179\x4FBF\x4FBF 12345-34-5-1234-2345-2-1234-2345-2
+noback context _1"\x8179"["\x4FBF"]"\x4FBF" @1234-2345-2
+noback context _2"\x8179\x4FBF"["\x4FBF"] @1234-2345-2
+
+# \x817F\x4E00\x6492 124-1246-4-16-3-15-345-3
+noback context _2"\x817F\x4E00"["\x6492"] @15-345-3
+
+# \x8180\x8180\x7684 1234-1346-3-1234-1346-3-145-2346-1
+noback context ["\x8180"]"\x8180\x7684" @1234-1346-3
+noback context _1"\x8180"["\x8180"]"\x7684" @1234-1346-3
+noback context _2"\x8180\x8180"["\x7684"] @145-2346-1
+
+# \x81A0\x8457\x706B 13-246-3-1-146-2-1235-25-4
+noback context _1"\x81A0"["\x8457"]"\x706B" @1-146-2
+
+# \x81CA\x4F60\x5A18 15-146-5-13457-16-4-1345-46-2
+noback context ["\x81CA"]"\x4F60\x5A18" @15-146-5
+
+# \x81EA\x500B\x5152 125-156-5-13-2346-4-156-3
+noback context _1"\x81EA"["\x500B"]"\x5152" @13-2346-4
+noback context _2"\x81EA\x500B"["\x5152"] @156-3
+
+# \x820D\x5229\x5B50 24-2346-5-14-16-5-125-156-4
+noback context ["\x820D"]"\x5229\x5B50" @24-2346-5
+noback context _2"\x820D\x5229"["\x5B50"] @125-156-4
+
+# \x8214\x8457\x624B 124-2345-4-1-2346-1-24-12356-4
+noback context _1"\x8214"["\x8457"]"\x624B" @1-2346-1
+
+# \x822A\x884C\x54E1 1235-1346-2-15-13456-2-45-2
+noback context _1"\x822A"["\x884C"]"\x54E1" @15-13456-2
+
+# \x826F\x5BB6\x5B50 14-46-2-13-23456-3-125-156-4
+noback context _2"\x826F\x5BB6"["\x5B50"] @125-156-4
+
+# \x8272\x695E\x683C 15-2346-5-14-1356-2-13-2346-2
+noback context _1"\x8272"["\x695E"]"\x683C" @14-1356-2
+
+# \x82B1\x5D17\x5CA9 1235-35-3-13-1346-3-2345-2
+noback context _1"\x82B1"["\x5D17"]"\x5CA9" @13-1346-3
+
+# \x82B1\x5D17\x77F3 1235-35-3-13-1346-3-24-156-2
+noback context _1"\x82B1"["\x5D17"]"\x77F3" @13-1346-3
+noback context _2"\x82B1\x5D17"["\x77F3"] @24-156-2
+
+# \x8349\x6728\x5B50 245-146-4-134-34-5-125-156-4
+noback context _2"\x8349\x6728"["\x5B50"] @125-156-4
+
+# \x8377\x767D\x68D3 1235-2346-5-135-2456-2-135-1346-5
+noback context ["\x8377"]"\x767D\x68D3" @1235-2346-5
+noback context _2"\x8377\x767D"["\x68D3"] @135-1346-5
+
+# \x83AB\x4E88\x6BD2 134-126-5-1256-2-145-34-2
+noback context ["\x83AB"]"\x4E88\x6BD2" @134-126-5
+noback context _1"\x83AB"["\x4E88"]"\x6BD2" @1256-2
+
+# \x83EF\x9670\x7E23 1235-35-5-1456-3-15-2345-5
+noback context ["\x83EF"]"\x9670\x7E23" @1235-35-5
+noback context _2"\x83EF\x9670"["\x7E23"] @15-2345-5
+
+# \x842C\x61C9\x516C 12456-5-13456-5-13-12346-3
+noback context _1"\x842C"["\x61C9"]"\x516C" @13456-5
+
+# \x8457\x624B\x5FC3 1-2346-1-24-12356-4-15-1456-3
+noback context ["\x8457"]"\x624B\x5FC3" @1-2346-1
+
+# \x8457\x624B\x638C 1-2346-1-24-12356-4-1-1346-4
+noback context ["\x8457"]"\x624B\x638C" @1-2346-1
+
+# \x8457\x773C\x9EDE 1-25-2-2345-4-145-2345-4
+noback context ["\x8457"]"\x773C\x9EDE" @1-25-2
+noback context _2"\x8457\x773C"["\x9EDE"] @145-2345-4
+
+# \x845B\x5DF4\x4E01 13-2346-2-135-345-3-145-13456-3
+noback context ["\x845B"]"\x5DF4\x4E01" @13-2346-2
+
+# \x8463\x4E8B\x9577 145-12346-4-24-156-5-1-1346-4
+noback context _2"\x8463\x4E8B"["\x9577"] @1-1346-4
+
+# \x846C\x9BAE\x8005 125-1346-5-15-2345-4-1-2346-4
+noback context _1"\x846C"["\x9BAE"]"\x8005" @15-2345-4
+
+# \x85CF\x4E8B\x8655 125-1346-5-24-156-5-12-34-5
+noback context ["\x85CF"]"\x4E8B\x8655" @125-1346-5
+noback context _2"\x85CF\x4E8B"["\x8655"] @12-34-5
+
+# \x85CF\x9752\x8272 125-1346-5-245-13456-3-15-2346-5
+noback context ["\x85CF"]"\x9752\x8272" @125-1346-5
+
+# \x85D0\x59D1\x5C04 134-246-4-13-34-3-346-5
+noback context _2"\x85D0\x59D1"["\x5C04"] @346-5
+
+# \x8655\x8457\x773C 12-34-5-1-25-2-2345-4
+noback context ["\x8655"]"\x8457\x773C" @12-34-5
+noback context _1"\x8655"["\x8457"]"\x773C" @1-25-2
+
+# \x879F\x86C9\x5B50 134-13456-2-14-13456-2-125-156-4
+noback context _2"\x879F\x86C9"["\x5B50"] @125-156-4
+
+# \x884C\x53E3\x5546 1235-1346-2-123-12356-4-24-1346-3
+noback context ["\x884C"]"\x53E3\x5546" @1235-1346-2
+
+# \x884C\x884C\x597D 15-13456-2-15-13456-2-1235-146-4
+noback context ["\x884C"]"\x884C\x597D" @15-13456-2
+noback context _1"\x884C"["\x884C"]"\x597D" @15-13456-2
+noback context _2"\x884C\x884C"["\x597D"] @1235-146-4
+
+# \x884C\x898F\x5283 15-13456-2-13-1246-3-1235-35-5
+noback context ["\x884C"]"\x898F\x5283" @15-13456-2
+
+# \x884C\x898F\x756B 15-13456-2-13-1246-3-1235-35-5
+noback context ["\x884C"]"\x898F\x756B" @15-13456-2
+
+# \x8863\x4E4B\x4EE5 16-5-1-156-3-16-4
+noback context ["\x8863"]"\x4E4B\x4EE5" @16-5
+
+# \x8863\x72D0\x8C89 16-5-1235-34-2-1235-2346-2
+noback context ["\x8863"]"\x72D0\x8C89" @16-5
+
+# \x8863\x7E61\x591C 16-5-15-234-5-346-5
+noback context ["\x8863"]"\x7E61\x591C" @16-5
+
+# \x8863\x9326\x4E4B 16-5-13-1456-4-1-156-3
+noback context ["\x8863"]"\x9326\x4E4B" @16-5
+
+# \x8863\x9326\x591C 16-5-13-1456-4-346-5
+noback context ["\x8863"]"\x9326\x591C" @16-5
+
+# \x888B\x5012\x7C73 145-2456-5-145-146-5-134-16-4
+noback context _1"\x888B"["\x5012"]"\x7C73" @145-146-5
+
+# \x88AB\x8910\x61F7 1234-16-3-1235-2346-2-1235-2356-2
+noback context ["\x88AB"]"\x8910\x61F7" @1234-16-3
+
+# \x897F\x9580\x5B50 15-16-3-134-136-2-125-156-4
+noback context _2"\x897F\x9580"["\x5B50"] @125-156-4
+
+# \x898B\x9BAE\x805E 13-2345-5-15-2345-4-123456-2
+noback context ["\x898B"]"\x9BAE\x805E" @13-2345-5
+noback context _1"\x898B"["\x9BAE"]"\x805E" @15-2345-4
+noback context _2"\x898B\x9BAE"["\x805E"] @123456-2
+
+# \x898F\x7BC4\x5B50 13-1246-3-12345-1236-5-125-156-4
+noback context _2"\x898F\x7BC4"["\x5B50"] @125-156-4
+
+# \x89AA\x5BB6\x65CF 245-1456-3-13-23456-3-125-34-2
+noback context ["\x89AA"]"\x5BB6\x65CF" @245-1456-3
+
+# \x89E3\x8863\x8863 13-346-4-16-3-16-5
+noback context _2"\x89E3\x8863"["\x8863"] @16-5
+
+# \x8A00\x884C\x76F8 2345-2-15-13456-5-15-46-3
+noback context _1"\x8A00"["\x884C"]"\x76F8" @15-13456-5
+noback context _2"\x8A00\x884C"["\x76F8"] @15-46-3
+
+# \x8A00\x884C\x9304 2345-2-15-13456-5-14-34-5
+noback context _1"\x8A00"["\x884C"]"\x9304" @15-13456-5
+
+# \x8A0E\x53AD\x53AD 124-146-4-2345-5-2345-5
+noback context _1"\x8A0E"["\x53AD"]"\x53AD" @2345-5
+noback context _2"\x8A0E\x53AD"["\x53AD"] @2345-5
+
+# \x8A82\x5408\x5203 145-246-5-1235-2346-2-1245-136-5
+noback context ["\x8A82"]"\x5408\x5203" @145-246-5
+
+# \x8A8D\x70BA\x570B 1245-136-5-1246-2-13-25-2
+noback context _1"\x8A8D"["\x70BA"]"\x570B" @1246-2
+
+# \x8AAA\x6227\x4E86 24-25-3-245-46-3-14-2346-1
+noback context ["\x8AAA"]"\x6227\x4E86" @24-25-3
+noback context _1"\x8AAA"["\x6227"]"\x4E86" @245-46-3
+noback context _2"\x8AAA\x6227"["\x4E86"] @14-2346-1
+
+# \x8ABF\x7D20\x7434 124-246-2-15-34-5-245-1456-2
+noback context ["\x8ABF"]"\x7D20\x7434" @124-246-2
+
+# \x8ABF\x88FD\x9020 145-246-5-1-156-5-125-146-5
+noback context ["\x8ABF"]"\x88FD\x9020" @145-246-5
+
+# \x8ABF\x91CD\x5F48 145-246-5-12-12346-2-124-1236-2
+noback context ["\x8ABF"]"\x91CD\x5F48" @145-246-5
+noback context _1"\x8ABF"["\x91CD"]"\x5F48" @12-12346-2
+noback context _2"\x8ABF\x91CD"["\x5F48"] @124-1236-2
+
+# \x8AD6\x9577\x5E7C 14-123456-5-1-1346-4-234-5
+noback context ["\x8AD6"]"\x9577\x5E7C" @14-123456-5
+noback context _1"\x8AD6"["\x9577"]"\x5E7C" @1-1346-4
+
+# \x8AFE\x5011\x7F55 1345-25-5-134-136-2-1235-1236-4
+noback context _1"\x8AFE"["\x5011"]"\x7F55" @134-136-2
+
+# \x8B49\x5238\x884C 1-1356-5-245-45-5-1235-1346-2
+noback context _2"\x8B49\x5238"["\x884C"] @1235-1346-2
+
+# \x8B58\x76F8\x7576 24-156-5-15-46-3-145-1346-3
+noback context _1"\x8B58"["\x76F8"]"\x7576" @15-46-3
+noback context _2"\x8B58\x76F8"["\x7576"] @145-1346-3
+
+# \x8CBB\x7C73\x5B50 12345-356-5-134-16-4-125-156-4
+noback context _2"\x8CBB\x7C73"["\x5B50"] @125-156-4
+
+# \x8CFD\x7490\x73A2 15-2456-5-14-34-5-12345-136-3
+noback context _2"\x8CFD\x7490"["\x73A2"] @12345-136-3
+
+# \x8D64\x9BF6\x516C 12-156-5-1235-123456-5-13-12346-3
+noback context _1"\x8D64"["\x9BF6"]"\x516C" @1235-123456-5
+
+# \x8D74\x570B\x96E3 12345-34-5-13-25-2-1345-1236-5
+noback context _2"\x8D74\x570B"["\x96E3"] @1345-1236-5
+
+# \x8DBF\x73E0\x5C65 15-345-5-1-34-3-14-1256-4
+noback context ["\x8DBF"]"\x73E0\x5C65" @15-345-5
+
+# \x8E0A\x4E8E\x68D3 235-4-1256-2-1234-12356-4
+noback context _2"\x8E0A\x4E8E"["\x68D3"] @1234-12356-4
+
+# \x8ECA\x884C\x99DB 12-2346-3-15-13456-2-24-156-4
+noback context ["\x8ECA"]"\x884C\x99DB" @12-2346-3
+noback context _1"\x8ECA"["\x884C"]"\x99DB" @15-13456-2
+
+# \x8ECB\x982D\x5BF8 13-345-2-124-12356-2-245-123456-5
+noback context ["\x8ECB"]"\x982D\x5BF8" @13-345-2
+
+# \x8FB2\x5BB6\x5B50 1345-12346-2-13-23456-3-125-156-4
+noback context _2"\x8FB2\x5BB6"["\x5B50"] @125-156-4
+
+# \x8FEB\x7269\x7D2F 1234-126-5-34-5-14-356-4
+noback context _2"\x8FEB\x7269"["\x7D2F"] @14-356-4
+
+# \x9006\x5BB6\x5B50 1345-16-5-13-23456-3-125-156-4
+noback context _2"\x9006\x5BB6"["\x5B50"] @125-156-4
+
+# \x9019\x6703\x5B50 1-2346-5-1235-1246-4-125-156-1
+noback context _1"\x9019"["\x6703"]"\x5B50" @1235-1246-4
+noback context _2"\x9019\x6703"["\x5B50"] @125-156-1
+
+# \x9019\x6B21\x6F32 1-2346-5-245-156-5-12-1346-2
+noback context _2"\x9019\x6B21"["\x6F32"] @12-1346-2
+
+# \x9032\x884C\x6B3E 13-1456-5-15-13456-2-123-12456-4
+noback context _1"\x9032"["\x884C"]"\x6B3E" @15-13456-2
+
+# \x9053\x508D\x674E 145-146-5-1234-1346-2-14-16-4
+noback context _1"\x9053"["\x508D"]"\x674E" @1234-1346-2
+
+# \x9053\x508D\x82E6 145-146-5-1234-1346-2-123-34-4
+noback context _1"\x9053"["\x508D"]"\x82E6" @1234-1346-2
+
+# \x9060\x60E1\x8FD1 45-4-34-5-13-1456-5
+noback context ["\x9060"]"\x60E1\x8FD1" @45-4
+noback context _1"\x9060"["\x60E1"]"\x8FD1" @34-5
+
+# \x9072\x5E1D\x9084 1-156-5-145-16-5-1235-12456-2
+noback context ["\x9072"]"\x5E1D\x9084" @1-156-5
+noback context _2"\x9072\x5E1D"["\x9084"] @1235-12456-2
+
+# \x9084\x79DF\x5EB8 1235-12456-2-125-34-3-235-3
+noback context ["\x9084"]"\x79DF\x5EB8" @1235-12456-2
+
+# \x9084\x9858\x610F 1235-2456-2-45-5-16-5
+noback context ["\x9084"]"\x9858\x610F" @1235-2456-2
+
+# \x90A3\x6703\x5B50 1345-345-5-1235-1246-4-125-156-1
+noback context ["\x90A3"]"\x6703\x5B50" @1345-345-5
+noback context _1"\x90A3"["\x6703"]"\x5B50" @1235-1246-4
+noback context _2"\x90A3\x6703"["\x5B50"] @125-156-1
+
+# \x90A3\x6B21\x6F32 1345-345-5-245-156-5-12-1346-2
+noback context ["\x90A3"]"\x6B21\x6F32" @1345-345-5
+noback context _2"\x90A3\x6B21"["\x6F32"] @12-1346-2
+
+# \x90FD\x6703\x5340 145-34-3-1235-1246-5-245-1256-3
+noback context ["\x90FD"]"\x6703\x5340" @145-34-3
+
+# \x90FD\x67CF\x6797 145-34-3-135-126-2-14-1456-2
+noback context ["\x90FD"]"\x67CF\x6797" @145-34-3
+
+# \x90FD\x6C5F\x5830 145-34-3-13-46-3-2345-5
+noback context ["\x90FD"]"\x6C5F\x5830" @145-34-3
+
+# \x90FD\x7F85\x5C71 145-34-3-14-25-2-24-1236-3
+noback context ["\x90FD"]"\x7F85\x5C71" @145-34-3
+
+# \x90FD\x865E\x5019 145-34-3-1256-2-1235-12356-5
+noback context ["\x90FD"]"\x865E\x5019" @145-34-3
+
+# \x90FD\x8B77\x5E9C 145-34-3-1235-34-5-12345-34-4
+noback context ["\x90FD"]"\x8B77\x5E9C" @145-34-3
+
+# \x90FD\x9EDE\x6AA2 145-34-3-245-2345-2-13-2345-4
+noback context ["\x90FD"]"\x9EDE\x6AA2" @145-34-3
+noback context _1"\x90FD"["\x9EDE"]"\x6AA2" @245-2345-2
+
+# \x9148\x98DF\x5176 14-16-5-16-5-13-16-3
+noback context _1"\x9148"["\x98DF"]"\x5176" @16-5
+noback context _2"\x9148\x98DF"["\x5176"] @13-16-3
+
+# \x9152\x60E1\x6642 13-234-4-2346-4-24-156-2
+noback context _1"\x9152"["\x60E1"]"\x6642" @2346-4
+
+# \x91CD\x8CBC\x73FE 12-12346-2-124-346-3-15-2345-5
+noback context ["\x91CD"]"\x8CBC\x73FE" @12-12346-2
+
+# \x91CF\x8840\x58D3 14-46-2-15-346-4-23456-3
+noback context ["\x91CF"]"\x8840\x58D3" @14-46-2
+
+# \x91CF\x9AD4\x91CD 14-46-2-124-16-4-1-12346-5
+noback context ["\x91CF"]"\x9AD4\x91CD" @14-46-2
+noback context _2"\x91CF\x9AD4"["\x91CD"] @1-12346-5
+
+# \x92C1\x9382\x9F4A 14-1256-4-134-356-4-13-16-5
+noback context _2"\x92C1\x9382"["\x9F4A"] @13-16-5
+
+# \x93E1\x91CD\x5713 13-13456-5-12-12346-2-45-2
+noback context _1"\x93E1"["\x91CD"]"\x5713" @12-12346-2
+
+# \x9577\x4E00\x667A 1-1346-4-16-3-1-156-5
+noback context ["\x9577"]"\x4E00\x667A" @1-1346-4
+
+# \x9577\x4E0D\x5927 1-1346-4-135-34-5-145-345-5
+noback context ["\x9577"]"\x4E0D\x5927" @1-1346-4
+
+# \x9577\x4E4E\x723E 1-1346-4-1235-34-3-156-4
+noback context ["\x9577"]"\x4E4E\x723E" @1-1346-4
+
+# \x9577\x541B\x4E4B 1-1346-4-13-256-3-1-156-3
+noback context ["\x9577"]"\x541B\x4E4B" @1-1346-4
+
+# \x9577\x5B50\x7E23 12-1346-2-125-156-4-15-2345-5
+noback context ["\x9577"]"\x5B50\x7E23" @12-1346-2
+noback context _1"\x9577"["\x5B50"]"\x7E23" @125-156-4
+noback context _2"\x9577\x5B50"["\x7E23"] @15-2345-5
+
+# \x9577\x813E\x6C23 1-1346-4-1234-16-2-245-16-5
+noback context ["\x9577"]"\x813E\x6C23" @1-1346-4
+
+# \x958B\x5440\x5440 123-2456-3-15-23456-3-15-23456-3
+noback context _1"\x958B"["\x5440"]"\x5440" @15-23456-3
+noback context _2"\x958B\x5440"["\x5440"] @15-23456-3
+
+# \x9593\x6DF1\x88E1 13-2345-5-24-136-3-14-16-4
+noback context ["\x9593"]"\x6DF1\x88E1" @13-2345-5
+
+# \x9593\x7E5E\x5F0F 13-2345-5-1245-146-5-24-156-5
+noback context ["\x9593"]"\x7E5E\x5F0F" @13-2345-5
+
+# \x9594\x5B50\x88E1 134-1456-4-125-156-1-14-16-4
+noback context _1"\x9594"["\x5B50"]"\x88E1" @125-156-1
+
+# \x95DC\x96F2\x9577 13-12456-3-256-2-1-1346-4
+noback context _2"\x95DC\x96F2"["\x9577"] @1-1346-4
+
+# \x963F\x5776\x576A 345-3-134-34-4-1234-13456-2
+noback context ["\x963F"]"\x5776\x576A" @345-3
+noback context _1"\x963F"["\x5776"]"\x576A" @134-34-4
+
+# \x963F\x5BB6\x7FC1 345-3-13-34-3-12346-3
+noback context ["\x963F"]"\x5BB6\x7FC1" @345-3
+noback context _1"\x963F"["\x5BB6"]"\x7FC1" @13-34-3
+
+# \x963F\x5F4C\x9640 2346-3-134-16-2-124-25-2
+noback context ["\x963F"]"\x5F4C\x9640" @2346-3
+
+# \x963F\x95CD\x4E16 345-3-24-2346-2-24-156-5
+noback context ["\x963F"]"\x95CD\x4E16" @345-3
+noback context _1"\x963F"["\x95CD"]"\x4E16" @24-2346-2
+
+# \x963F\x95CD\x68A8 345-3-24-2346-2-14-16-2
+noback context ["\x963F"]"\x95CD\x68A8" @345-3
+noback context _1"\x963F"["\x95CD"]"\x68A8" @24-2346-2
+
+# \x96D9\x7DDA\x884C 24-456-3-15-2345-5-1235-1346-2
+noback context _2"\x96D9\x7DDA"["\x884C"] @1235-1346-2
+
+# \x96FB\x5668\x884C 145-2345-5-245-16-5-1235-1346-2
+noback context _2"\x96FB\x5668"["\x884C"] @1235-1346-2
+
+# \x96FB\x6C23\x884C 145-2345-5-245-16-5-1235-1346-2
+noback context _2"\x96FB\x6C23"["\x884C"] @1235-1346-2
+
+# \x9707\x64BC\x5F48 1-136-5-1235-1236-5-145-1236-5
+noback context _2"\x9707\x64BC"["\x5F48"] @145-1236-5
+
+# \x9748\x9577\x76EE 14-13456-2-1-1346-4-134-34-5
+noback context _1"\x9748"["\x9577"]"\x76EE" @1-1346-4
+
+# \x9748\x9577\x985E 14-13456-2-1-1346-4-14-356-5
+noback context _1"\x9748"["\x9577"]"\x985E" @1-1346-4
+
+# \x9760\x8457\x624B 123-146-5-1-2346-1-24-12356-4
+noback context _1"\x9760"["\x8457"]"\x624B" @1-2346-1
+
+# \x9805\x76EE\x7684 15-46-5-134-34-5-145-2346-1
+noback context _2"\x9805\x76EE"["\x7684"] @145-2346-1
+
+# \x9867\x8457\x60F3 13-34-5-1-2346-1-15-46-4
+noback context _1"\x9867"["\x8457"]"\x60F3" @1-2346-1
+
+# \x98A8\x4FE1\x5B50 12345-1356-3-15-1456-5-125-156-4
+noback context ["\x98A8"]"\x4FE1\x5B50" @12345-1356-3
+noback context _2"\x98A8\x4FE1"["\x5B50"] @125-156-4
+
+# \x98A8\x8ABF\x96E8 12345-1356-3-124-246-2-1256-4
+noback context ["\x98A8"]"\x8ABF\x96E8" @12345-1356-3
+noback context _1"\x98A8"["\x8ABF"]"\x96E8" @124-246-2
+noback context _2"\x98A8\x8ABF"["\x96E8"] @1256-4
+
+# \x98DB\x884C\x54E1 12345-356-3-15-13456-2-45-2
+noback context _1"\x98DB"["\x884C"]"\x54E1" @15-13456-2
+
+# \x98F2\x99AC\x6CB3 1456-5-134-345-4-1235-2346-2
+noback context ["\x98F2"]"\x99AC\x6CB3" @1456-5
+
+# \x9999\x6C34\x884C 15-46-3-24-1246-4-1235-1346-2
+noback context _2"\x9999\x6C34"["\x884C"] @1235-1346-2
+
+# \x99AC\x4E0A\x4F9B 134-345-4-24-1346-5-13-12346-3
+noback context _2"\x99AC\x4E0A"["\x4F9B"] @13-12346-3
+
+# \x99AE\x7C21\x5B50 12345-1356-2-13-2345-4-125-156-4
+noback context ["\x99AE"]"\x7C21\x5B50" @12345-1356-2
+noback context _2"\x99AE\x7C21"["\x5B50"] @125-156-4
+
+# \x9A09\x8E44\x8DBC 123-123456-3-124-16-2-2345-2
+noback context _2"\x9A09\x8E44"["\x8DBC"] @2345-2
+
+# \x9A3E\x99B1\x5B50 14-25-2-145-25-5-125-156-1
+noback context _1"\x9A3E"["\x99B1"]"\x5B50" @145-25-5
+noback context _2"\x9A3E\x99B1"["\x5B50"] @125-156-1
+
+# \x9AA8\x8463\x884C 13-34-4-145-12346-4-1235-1346-2
+noback context _2"\x9AA8\x8463"["\x884C"] @1235-1346-2
+
+# \x9AEE\x5012\x8C4E 12345-345-4-145-146-5-24-34-5
+noback context _1"\x9AEE"["\x5012"]"\x8C4E" @145-146-5
+
+# \x9B27\x7A70\x7A70 1345-146-5-1245-1346-4-1245-1346-4
+noback context _1"\x9B27"["\x7A70"]"\x7A70" @1245-1346-4
+noback context _2"\x9B27\x7A70"["\x7A70"] @1245-1346-4
+
+# \x9CF4\x6FFA\x6FFA 134-13456-2-13-2345-3-13-2345-3
+noback context _1"\x9CF4"["\x6FFA"]"\x6FFA" @13-2345-3
+noback context _2"\x9CF4\x6FFA"["\x6FFA"] @13-2345-3
+
+# \x9D1F\x5937\x5B50 12-156-3-16-2-125-156-4
+noback context _2"\x9D1F\x5937"["\x5B50"] @125-156-4
+
+# \x9D54\x9E03\x51A0 13-256-5-16-2-13-12456-3
+noback context _2"\x9D54\x9E03"["\x51A0"] @13-12456-3
+
+# \x9DA1\x51A0\x5B50 1235-2346-2-13-12456-3-125-156-4
+noback context _1"\x9DA1"["\x51A0"]"\x5B50" @13-12456-3
+noback context _2"\x9DA1\x51A0"["\x5B50"] @125-156-4
+
+# \x9EC3\x91D1\x845B 1235-456-2-13-1456-3-13-2346-2
+noback context _2"\x9EC3\x91D1"["\x845B"] @13-2346-2
+
+# \x9ECF\x8457\x5291 1345-2345-2-1-25-2-13-16-5
+noback context _1"\x9ECF"["\x8457"]"\x5291" @1-25-2
+
+# \x9ECF\x8457\x529B 1345-2345-2-1-25-2-14-16-5
+noback context _1"\x9ECF"["\x8457"]"\x529B" @1-25-2
+
+# \x9F66\x74DC\x76AE 123-136-4-13-35-3-1234-16-2
+noback context ["\x9F66"]"\x74DC\x76AE" @123-136-4
+
+# \x9F8D\x85CF\x5BFA 14-12346-2-125-1346-5-15-156-5
+noback context _1"\x9F8D"["\x85CF"]"\x5BFA" @125-1346-5
+
+# \x348A\x8B76 15-345-5-124-345-5
+noback context ["\x348A"]"\x8B76" @15-345-5
+
+# \x3495\x964D 46-3-15-46-2
+noback context _1"\x3495"["\x964D"] @15-46-2
+
+# \x349D\x7FAF 35-5-13-346-2
+noback context ["\x349D"]"\x7FAF" @35-5
+
+# \x34CE\x34CE 245-1456-4-245-1456-4
+noback context ["\x34CE"]"\x34CE" @245-1456-4
+noback context _1"\x34CE"["\x34CE"] @245-1456-4
+
+# \x3520\x3520 15-23456-3-15-23456-3
+noback context ["\x3520"]"\x3520" @15-23456-3
+noback context _1"\x3520"["\x3520"] @15-23456-3
+
+# \x3572\x55FD 13456-2-15-12356-5
+noback context ["\x3572"]"\x55FD" @13456-2
+
+# \x35A7\x35A7 1235-123456-3-1235-123456-3
+noback context ["\x35A7"]"\x35A7" @1235-123456-3
+noback context _1"\x35A7"["\x35A7"] @1235-123456-3
+
+# \x35BB\x5462 1345-234-2-1345-16-2
+noback context ["\x35BB"]"\x5462" @1345-234-2
+noback context _1"\x35BB"["\x5462"] @1345-16-2
+
+# \x35D5\x54B6 13-12356-3-13-35-3
+noback context ["\x35D5"]"\x54B6" @13-12356-3
+noback context _1"\x35D5"["\x54B6"] @13-35-3
+
+# \x35D5\x8052 13-12356-3-13-35-3
+noback context ["\x35D5"]"\x8052" @13-12356-3
+
+# \x35D9\x51FA 125-12356-3-12-34-3
+noback context ["\x35D9"]"\x51FA" @125-12356-3
+
+# \x3673\x5777 123-1236-4-123-2346-4
+noback context ["\x3673"]"\x5777" @123-1236-4
+
+# \x36F1\x5A1E 1246-4-1345-356-4
+noback context ["\x36F1"]"\x5A1E" @1246-4
+noback context _1"\x36F1"["\x5A1E"] @1345-356-4
+
+# \x3707\x5B08 346-5-1245-146-2
+noback context ["\x3707"]"\x5B08" @346-5
+
+# \x370A\x5975 1-1236-4-124-2345-4
+noback context _1"\x370A"["\x5975"] @124-2345-4
+
+# \x371D\x5A40 2345-4-2346-3
+noback context ["\x371D"]"\x5A40" @2345-4
+
+# \x3751\x7687 1234-1346-2-1235-456-2
+noback context ["\x3751"]"\x7687" @1234-1346-2
+
+# \x3751\x8584 1234-1346-3-135-126-2
+noback context ["\x3751"]"\x8584" @1234-1346-3
+
+# \x3787\x3782 1246-4-124-1246-4
+noback context _1"\x3787"["\x3782"] @124-1246-4
+
+# \x379A\x378F 245-16-5-1-156-2
+noback context ["\x379A"]"\x378F" @245-16-5
+
+# \x37CE\x3811 124-1246-4-125-1246-5
+noback context ["\x37CE"]"\x3811" @124-1246-4
+
+# \x37EA\x5D14 1246-4-245-1246-3
+noback context ["\x37EA"]"\x5D14" @1246-4
+
+# \x380E\x5DAA 13-16-2-346-5
+noback context ["\x380E"]"\x5DAA" @13-16-2
+
+# \x3825\x78C8 14-356-4-123-1246-4
+noback context ["\x3825"]"\x78C8" @14-356-4
+
+# \x385C\x7E37 15-236-4-14-1256-4
+noback context ["\x385C"]"\x7E37" @15-236-4
+
+# \x38B0\x38BB 135-16-5-1345-356-5
+noback context _1"\x38B0"["\x38BB"] @1345-356-5
+
+# \x38BB\x38B0 1345-356-5-135-16-5
+noback context ["\x38BB"]"\x38B0" @1345-356-5
+
+# \x3906\x604E 12345-1236-5-12-156-5
+noback context _1"\x3906"["\x604E"] @12-156-5
+
+# \x391E\x618F 12-345-3-12-156-5
+noback context ["\x391E"]"\x618F" @12-345-3
+
+# \x3934\x39AA 145-346-2-15-346-5
+noback context ["\x3934"]"\x39AA" @145-346-2
+
+# \x3936\x6207 134-1346-5-1-456-5
+noback context ["\x3936"]"\x6207" @134-1346-5
+
+# \x393F\x3953 2345-3-245-16-3
+noback context ["\x393F"]"\x3953" @2345-3
+
+# \x393F\x61B8 2345-3-15-2345-3
+noback context ["\x393F"]"\x61B8" @2345-3
+
+# \x3985\x5FE6 12-2456-5-13-23456-2
+noback context ["\x3985"]"\x5FE6" @12-2456-5
+
+# \x3986\x5FE6 15-23456-3-13-23456-2
+noback context ["\x3986"]"\x5FE6" @15-23456-3
+
+# \x39A6\x3974 15-16-5-124-16-2
+noback context _1"\x39A6"["\x3974"] @124-16-2
+
+# \x39C5\x8E6C 145-146-3-145-1356-5
+noback context ["\x39C5"]"\x8E6C" @145-146-3
+
+# \x39CA\x3A2D 135-345-2-1235-34-5
+noback context ["\x39CA"]"\x3A2D" @135-345-2
+
+# \x3A81\x3A7E 245-2345-3-1-1246-3
+noback context ["\x3A81"]"\x3A7E" @245-2345-3
+noback context _1"\x3A81"["\x3A7E"] @1-1246-3
+
+# \x3A81\x6567 245-2345-3-245-16-4
+noback context ["\x3A81"]"\x6567" @245-2345-3
+noback context _1"\x3A81"["\x6567"] @245-16-4
+
+# \x3ACA\x65CE 16-4-1345-16-4
+noback context ["\x3ACA"]"\x65CE" @16-4
+
+# \x3B58\x68D4 1235-2346-2-1235-123456-3
+noback context ["\x3B58"]"\x68D4" @1235-2346-2
+
+# \x3B61\x967D 15-16-5-46-2
+noback context ["\x3B61"]"\x967D" @15-16-5
+
+# \x3B6F\x3C14 145-346-2-15-346-5
+noback context ["\x3B6F"]"\x3C14" @145-346-2
+
+# \x3BA7\x6872 123456-3-135-126-2
+noback context ["\x3BA7"]"\x6872" @123456-3
+
+# \x3BA7\x6911 34-3-135-356-3
+noback context _1"\x3BA7"["\x6911"] @135-356-3
+
+# \x3BC5\x3BD5 135-16-3-15-16-3
+noback context ["\x3BC5"]"\x3BD5" @135-16-3
+
+# \x3BEF\x76E8 13-1256-5-15-1256-4
+noback context ["\x3BEF"]"\x76E8" @13-1256-5
+
+# \x3C30\x3C28 1235-2346-3-15-23456-3
+noback context ["\x3C30"]"\x3C28" @1235-2346-3
+noback context _1"\x3C30"["\x3C28"] @15-23456-3
+
+# \x3C3B\x3C33 16-4-23456-5
+noback context ["\x3C3B"]"\x3C33" @16-4
+noback context _1"\x3C3B"["\x3C33"] @23456-5
+
+# \x3C4C\x3C4C 12-2346-5-12-2346-5
+noback context ["\x3C4C"]"\x3C4C" @12-2346-5
+noback context _1"\x3C4C"["\x3C4C"] @12-2346-5
+
+# \x3C65\x6B91 14-13456-2-245-13456-2
+noback context ["\x3C65"]"\x6B91" @14-13456-2
+
+# \x3C7E\x6539 13-2456-3-13-2456-4
+noback context ["\x3C7E"]"\x6539" @13-2456-3
+
+# \x3C94\x3C8D 15-2345-3-1-156-3
+noback context _1"\x3C94"["\x3C8D"] @1-156-3
+
+# \x3D81\x3D81 1235-25-5-1235-25-5
+noback context ["\x3D81"]"\x3D81" @1235-25-5
+noback context _1"\x3D81"["\x3D81"] @1235-25-5
+
+# \x3D92\x7039 24-136-4-236-5
+noback context ["\x3D92"]"\x7039" @24-136-4
+
+# \x3D98\x6DCA 145-2345-5-2345-4
+noback context _1"\x3D98"["\x6DCA"] @2345-4
+
+# \x3E80\x5F8B 1235-34-3-14-1256-5
+noback context ["\x3E80"]"\x5F8B" @1235-34-3
+
+# \x3E80\x8C84 1235-34-3-15-156-5
+noback context ["\x3E80"]"\x8C84" @1235-34-3
+
+# \x3E91\x3E9D 24-1236-4-15-2345-5
+noback context ["\x3E91"]"\x3E9D" @24-1236-4
+
+# \x3F2E\x3F3D 12-2456-3-12-456-4
+noback context ["\x3F2E"]"\x3F3D" @12-2456-3
+noback context _1"\x3F2E"["\x3F3D"] @12-456-4
+
+# \x3F4E\x3F4E 124-1236-2-124-1236-2
+noback context ["\x3F4E"]"\x3F4E" @124-1236-2
+noback context _1"\x3F4E"["\x3F4E"] @124-1236-2
+
+# \x3F5B\x753A 245-1256-2-145-13456-3
+noback context ["\x3F5B"]"\x753A" @245-1256-2
+
+# \x3F71\x7624 13-234-3-14-234-2
+noback context ["\x3F71"]"\x7624" @13-234-3
+
+# \x3F8B\x606F 15-234-3-15-16-2
+noback context ["\x3F8B"]"\x606F" @15-234-3
+
+# \x3F92\x3FBB 1245-34-5-1-34-5
+noback context ["\x3F92"]"\x3FBB" @1245-34-5
+noback context _1"\x3F92"["\x3FBB"] @1-34-5
+
+# \x3FB0\x3FBE 1235-34-2-14-2345-2
+noback context _1"\x3FB0"["\x3FBE"] @14-2345-2
+
+# \x3FCE\x6CAE 12345-136-2-13-1256-4
+noback context ["\x3FCE"]"\x6CAE" @12345-136-2
+
+# \x4039\x4039 24-1236-4-24-1236-4
+noback context ["\x4039"]"\x4039" @24-1236-4
+noback context _1"\x4039"["\x4039"] @24-1236-4
+
+# \x4064\x407A 12-2346-5-24-156-5
+noback context ["\x4064"]"\x407A" @12-2346-5
+
+# \x40CE\x70AD 1-345-4-124-1236-5
+noback context ["\x40CE"]"\x70AD" @1-345-4
+
+# \x40D7\x792B 12-25-5-14-16-5
+noback context ["\x40D7"]"\x792B" @12-25-5
+
+# \x40F3\x5D28 14-346-5-13-346-2
+noback context ["\x40F3"]"\x5D28" @14-346-5
+
+# \x40F8\x78F9 15-2345-5-145-2345-5
+noback context ["\x40F8"]"\x78F9" @15-2345-5
+
+# \x4121\x8964 145-1236-3-14-1236-2
+noback context ["\x4121"]"\x8964" @145-1236-3
+
+# \x4136\x7A21 135-126-2-125-34-2
+noback context ["\x4136"]"\x7A21" @135-126-2
+
+# \x4197\x7AB1 246-4-124-246-4
+noback context ["\x4197"]"\x7AB1" @246-4
+
+# \x419E\x7BE0 246-4-124-246-4
+noback context _1"\x419E"["\x7BE0"] @124-246-4
+
+# \x41B9\x5BF5 124-12346-4-12-12346-4
+noback context ["\x41B9"]"\x5BF5" @124-12346-4
+
+# \x41E8\x4276 15-46-2-24-456-3
+noback context ["\x41E8"]"\x4276" @15-46-2
+
+# \x4213\x4248 13-2346-2-15-1236-5
+noback context ["\x4213"]"\x4248" @13-2346-2
+
+# \x4232\x7C5B 1234-1236-2-13-2345-3
+noback context ["\x4232"]"\x7C5B" @1234-1236-2
+
+# \x4282\x429E 245-2346-5-1-2346-2
+noback context ["\x4282"]"\x429E" @245-2346-5
+
+# \x4282\x7C77 245-2346-5-1-2346-2
+noback context ["\x4282"]"\x7C77" @245-2346-5
+
+# \x42FE\x42C8 1-345-4-1345-345-4
+noback context _1"\x42FE"["\x42C8"] @1345-345-4
+
+# \x431E\x431F 14-2345-4-135-16-5
+noback context _1"\x431E"["\x431F"] @135-16-5
+
+# \x4328\x7DB7 245-2456-5-245-1246-5
+noback context ["\x4328"]"\x7DB7" @245-2456-5
+
+# \x43DF\x80B8 135-16-5-15-16-5
+noback context ["\x43DF"]"\x80B8" @135-16-5
+
+# \x440A\x80AB 1235-123456-2-124-123456-2
+noback context ["\x440A"]"\x80AB" @1235-123456-2
+noback context _1"\x440A"["\x80AB"] @124-123456-2
+
+# \x4412\x43E7 1-345-3-1345-345-2
+noback context _1"\x4412"["\x43E7"] @1345-345-2
+
+# \x4414\x43F2 135-2345-4-124-16-3
+noback context ["\x4414"]"\x43F2" @135-2345-4
+noback context _1"\x4414"["\x43F2"] @124-16-3
+
+# \x442D\x80FF 145-16-5-15-16-3
+noback context ["\x442D"]"\x80FF" @145-16-5
+noback context _1"\x442D"["\x80FF"] @15-16-3
+
+# \x442F\x8144 14-356-2-12-2356-2
+noback context _1"\x442F"["\x8144"] @12-2356-2
+
+# \x444F\x758F 1235-12456-3-24-34-3
+noback context ["\x444F"]"\x758F" @1235-12456-3
+
+# \x44D9\x96DC 123-2356-3-125-345-2
+noback context ["\x44D9"]"\x96DC" @123-2356-3
+
+# \x44DA\x83C7 245-34-2-13-34-3
+noback context ["\x44DA"]"\x83C7" @245-34-2
+
+# \x44F1\x846B 12-2456-2-1235-34-2
+noback context ["\x44F1"]"\x846B" @12-2456-2
+
+# \x44F3\x83D4 15-346-2-12345-34-2
+noback context ["\x44F3"]"\x83D4" @15-346-2
+
+# \x4504\x8349 246-2-245-146-4
+noback context ["\x4504"]"\x8349" @246-2
+
+# \x453C\x453C 15-2346-5-15-2346-5
+noback context ["\x453C"]"\x453C" @15-2346-5
+noback context _1"\x453C"["\x453C"] @15-2346-5
+
+# \x453E\x8ECA 245-16-5-12-2346-3
+noback context ["\x453E"]"\x8ECA" @245-16-5
+
+# \x4555\x83C1 134-1236-2-13-13456-3
+noback context ["\x4555"]"\x83C1" @134-1236-2
+
+# \x4586\x8447 1245-1346-4-1245-12356-2
+noback context ["\x4586"]"\x8447" @1245-1346-4
+
+# \x45A6\x87F1 1-25-2-34-2
+noback context ["\x45A6"]"\x87F1" @1-25-2
+
+# \x45A8\x870B 24-156-2-14-1346-2
+noback context ["\x45A8"]"\x870B" @24-156-2
+
+# \x4638\x7E2B 16-5-12345-1356-5
+noback context ["\x4638"]"\x7E2B" @16-5
+noback context _1"\x4638"["\x7E2B"] @12345-1356-5
+
+# \x4644\x7565 1-345-4-14-236-5
+noback context ["\x4644"]"\x7565" @1-345-4
+
+# \x4648\x384F 1235-12356-2-124-12356-2
+noback context _1"\x4648"["\x384F"] @124-12356-2
+
+# \x46C0\x8AFA 135-1236-5-2345-5
+noback context ["\x46C0"]"\x8AFA" @135-1236-5
+
+# \x46E3\x8B60 12-12356-3-1-1236-3
+noback context ["\x46E3"]"\x8B60" @12-12356-3
+
+# \x46E9\x8A1D 245-23456-5-23456-5
+noback context ["\x46E9"]"\x8A1D" @245-23456-5
+
+# \x46EB\x60C7 1-1356-5-145-123456-3
+noback context ["\x46EB"]"\x60C7" @1-1356-5
+
+# \x46F3\x6D88 2345-3-15-246-3
+noback context ["\x46F3"]"\x6D88" @2345-3
+
+# \x4708\x4708 1-146-3-1-146-3
+noback context ["\x4708"]"\x4708" @1-146-3
+noback context _1"\x4708"["\x4708"] @1-146-3
+
+# \x471E\x46FD 13-16-5-1-345-4
+noback context _1"\x471E"["\x46FD"] @1-345-4
+
+# \x472B\x8C37 13-46-3-13-34-4
+noback context ["\x472B"]"\x8C37" @13-46-3
+
+# \x473C\x473D 134-12356-2-1256-2
+noback context ["\x473C"]"\x473D" @134-12356-2
+
+# \x47BE\x9A2D 12-156-2-1-156-5
+noback context ["\x47BE"]"\x9A2D" @12-156-2
+
+# \x47EA\x99D5 12345-1356-4-13-23456-5
+noback context ["\x47EA"]"\x99D5" @12345-1356-4
+
+# \x47FB\x8DD2 12-345-4-245-23456-4
+noback context ["\x47FB"]"\x8DD2" @12-345-4
+
+# \x4811\x8E3D 123-1246-4-13-1256-4
+noback context ["\x4811"]"\x8E3D" @123-1246-4
+
+# \x4824\x4824 145-25-4-145-25-4
+noback context ["\x4824"]"\x4824" @145-25-4
+noback context _1"\x4824"["\x4824"] @145-25-4
+
+# \x4867\x982D 34-3-124-12356-2
+noback context ["\x4867"]"\x982D" @34-3
+
+# \x496F\x43A7 135-345-5-1234-12356-2
+noback context _1"\x496F"["\x43A7"] @1234-12356-2
+
+# \x499B\x499F 1-1356-5-12-2356-5
+noback context _1"\x499B"["\x499F"] @12-2356-5
+
+# \x4A02\x5B50 245-234-3-125-156-4
+noback context _1"\x4A02"["\x5B50"] @125-156-4
+
+# \x4A1B\x4A1B 15-16-2-15-16-2
+noback context ["\x4A1B"]"\x4A1B" @15-16-2
+noback context _1"\x4A1B"["\x4A1B"] @15-16-2
+
+# \x4A47\x4A42 1-1236-3-15-2345-3
+noback context ["\x4A47"]"\x4A42" @1-1236-3
+
+# \x4A50\x977C 13-1236-3-145-345-2
+noback context ["\x4A50"]"\x977C" @13-1236-3
+
+# \x4A50\x97C3 13-1236-3-145-345-2
+noback context ["\x4A50"]"\x97C3" @13-1236-3
+
+# \x4A5E\x97A2 145-346-2-15-346-5
+noback context ["\x4A5E"]"\x97A2" @145-346-2
+
+# \x4A87\x4A63 135-126-2-124-34-2
+noback context ["\x4A87"]"\x4A63" @135-126-2
+
+# \x4A93\x97D8 145-346-2-15-346-5
+noback context _1"\x4A93"["\x97D8"] @15-346-5
+
+# \x4AB7\x4AB7 13-12356-5-13-12356-5
+noback context ["\x4AB7"]"\x4AB7" @13-12356-5
+noback context _1"\x4AB7"["\x4AB7"] @13-12356-5
+
+# \x4AD0\x4AC8 14-1456-2-245-136-2
+noback context _1"\x4AD0"["\x4AC8"] @245-136-2
+
+# \x4AD6\x4AF4 12-136-4-13-1456-5
+noback context ["\x4AD6"]"\x4AF4" @12-136-4
+
+# \x4AE1\x9851 245-2345-5-123-1236-4
+noback context ["\x4AE1"]"\x9851" @245-2345-5
+
+# \x4B26\x98E3 145-12356-5-145-13456-5
+noback context ["\x4B26"]"\x98E3" @145-12356-5
+
+# \x4B79\x4B79 1346-2-1346-2
+noback context ["\x4B79"]"\x4B79" @1346-2
+noback context _1"\x4B79"["\x4B79"] @1346-2
+
+# \x4B82\x4BA7 135-345-2-1235-1236-2
+noback context _1"\x4B82"["\x4BA7"] @1235-1236-2
+
+# \x4B93\x9A3A 1-25-2-1-156-5
+noback context ["\x4B93"]"\x9A3A" @1-25-2
+
+# \x4B9A\x4BB4 14-1356-5-124-1356-3
+noback context ["\x4B9A"]"\x4BB4" @14-1356-5
+noback context _1"\x4B9A"["\x4BB4"] @124-1356-3
+
+# \x4BB9\x4BAD 1246-5-134-16-5
+noback context ["\x4BB9"]"\x4BAD" @1246-5
+
+# \x4BEA\x4AE8 123-146-5-146-2
+noback context ["\x4BEA"]"\x4AE8" @123-146-5
+
+# \x4BF1\x4C04 1234-356-3-15-2456-3
+noback context ["\x4BF1"]"\x4C04" @1234-356-3
+
+# \x4BF2\x9B09 1234-345-2-125-12346-3
+noback context ["\x4BF2"]"\x9B09" @1234-345-2
+
+# \x4C16\x5152 125-12456-4-156-2
+noback context ["\x4C16"]"\x5152" @125-12456-4
+
+# \x4CBD\x9CE5 24-156-2-1345-246-4
+noback context ["\x4CBD"]"\x9CE5" @24-156-2
+
+# \x4CC2\x9DEF 145-246-3-14-246-2
+noback context ["\x4CC2"]"\x9DEF" @145-246-3
+
+# \x4CC5\x9D4C 1-156-4-124-34-2
+noback context ["\x4CC5"]"\x9D4C" @1-156-4
+
+# \x4D06\x9E14 1234-34-2-135-126-2
+noback context ["\x4D06"]"\x9E14" @1234-34-2
+
+# \x4D5F\x6688 13-1236-4-256-5
+noback context _1"\x4D5F"["\x6688"] @256-5
+
+# \x4D66\x5881 15-346-5-134-1236-5
+noback context ["\x4D66"]"\x5881" @15-346-5
+
+# \x4D76\x9F0A 13-12356-3-135-16-5
+noback context ["\x4D76"]"\x9F0A" @13-12356-3
+
+# \x4D7A\x58A5 145-13456-4-124-13456-4
+noback context ["\x4D7A"]"\x58A5" @145-13456-4
+noback context _1"\x4D7A"["\x58A5"] @124-13456-4
+
+# \x4D7A\x7583 145-13456-4-124-12456-4
+noback context ["\x4D7A"]"\x7583" @145-13456-4
+
+# \x4DA5\x9F6C 13-1256-4-1256-4
+noback context ["\x4DA5"]"\x9F6C" @13-1256-4
+
+# \x4E00\x4E86 16-3-14-246-4
+noback context _1"\x4E00"["\x4E86"] @14-246-4
+
+# \x4E00\x5207 16-3-245-346-5
+noback context _1"\x4E00"["\x5207"] @245-346-5
+
+# \x4E00\x579B 16-3-145-25-5
+noback context _1"\x4E00"["\x579B"] @145-25-5
+
+# \x4E00\x64AE 16-3-245-25-5
+noback context _1"\x4E00"["\x64AE"] @245-25-5
+
+# \x4E00\x671D 16-3-1-146-3
+noback context _1"\x4E00"["\x671D"] @1-146-3
+
+# \x4E00\x8457 16-3-1-25-2
+noback context _1"\x4E00"["\x8457"] @1-25-2
+
+# \x4E07\x4FDF 134-126-5-245-16-2
+noback context ["\x4E07"]"\x4FDF" @134-126-5
+noback context _1"\x4E07"["\x4FDF"] @245-16-2
+
+# \x4E09\x66F4 15-1236-3-13-13456-3
+noback context _1"\x4E09"["\x66F4"] @13-13456-3
+
+# \x4E09\x884C 15-1236-3-1235-1346-2
+noback context _1"\x4E09"["\x884C"] @1235-1346-2
+
+# \x4E09\x91CD 15-1236-3-12-12346-2
+noback context _1"\x4E09"["\x91CD"] @12-12346-2
+
+# \x4E0A\x4F9B 24-1346-5-13-12346-5
+noback context _1"\x4E0A"["\x4F9B"] @13-12346-5
+
+# \x4E0A\x5C07 24-1346-5-13-46-5
+noback context _1"\x4E0A"["\x5C07"] @13-46-5
+
+# \x4E0A\x7576 24-1346-5-145-1346-5
+noback context _1"\x4E0A"["\x7576"] @145-1346-5
+
+# \x4E0A\x76F8 24-1346-5-15-46-5
+noback context _1"\x4E0A"["\x76F8"] @15-46-5
+
+# \x4E0A\x8072 24-1346-4-24-1356-3
+noback context ["\x4E0A"]"\x8072" @24-1346-4
+
+# \x4E0D\x4E86 135-34-5-14-246-4
+noback context _1"\x4E0D"["\x4E86"] @14-246-4
+
+# \x4E0D\x52DD 135-34-5-24-1356-3
+noback context _1"\x4E0D"["\x52DD"] @24-1356-3
+
+# \x4E0D\x55C4 135-34-5-24-345-5
+noback context _1"\x4E0D"["\x55C4"] @24-345-5
+
+# \x4E0D\x585E 135-34-5-15-2456-3
+noback context _1"\x4E0D"["\x585E"] @15-2456-3
+
+# \x4E0D\x5B08 135-34-5-1245-146-4
+noback context _1"\x4E0D"["\x5B08"] @1245-146-4
+
+# \x4E0D\x5E6C 135-34-5-145-146-5
+noback context _1"\x4E0D"["\x5E6C"] @145-146-5
+
+# \x4E0D\x7576 135-34-5-145-1346-5
+noback context _1"\x4E0D"["\x7576"] @145-1346-5
+
+# \x4E0D\x7981 135-34-5-13-1456-3
+noback context _1"\x4E0D"["\x7981"] @13-1456-3
+
+# \x4E0D\x820D 135-34-5-24-2346-4
+noback context _1"\x4E0D"["\x820D"] @24-2346-4
+
+# \x4E0D\x82D1 135-34-5-1256-5
+noback context _1"\x4E0D"["\x82D1"] @1256-5
+
+# \x4E0D\x8457 135-34-5-1-146-2
+noback context _1"\x4E0D"["\x8457"] @1-146-2
+
+# \x4E0D\x9084 135-34-5-1235-12456-2
+noback context _1"\x4E0D"["\x9084"] @1235-12456-2
+
+# \x4E0D\x963F 135-34-5-2346-3
+noback context _1"\x4E0D"["\x963F"] @2346-3
+
+# \x4E0D\x9BAE 135-34-5-15-2345-4
+noback context _1"\x4E0D"["\x9BAE"] @15-2345-4
+
+# \x4E16\x5B50 24-156-5-125-156-4
+noback context _1"\x4E16"["\x5B50"] @125-156-4
+
+# \x4E19\x5B50 135-13456-4-125-156-4
+noback context _1"\x4E19"["\x5B50"] @125-156-4
+
+# \x4E1E\x76F8 12-1356-2-15-46-5
+noback context _1"\x4E1E"["\x76F8"] @15-46-5
+
+# \x4E2D\x50B7 1-12346-5-24-1346-3
+noback context ["\x4E2D"]"\x50B7" @1-12346-5
+
+# \x4E2D\x5B50 1-12346-3-125-156-4
+noback context _1"\x4E2D"["\x5B50"] @125-156-4
+
+# \x4E2D\x610F 1-12346-5-16-5
+noback context ["\x4E2D"]"\x610F" @1-12346-5
+
+# \x4E2D\x6691 1-12346-5-24-34-4
+noback context ["\x4E2D"]"\x6691" @1-12346-5
+
+# \x4E2D\x6BD2 1-12346-5-145-34-2
+noback context ["\x4E2D"]"\x6BD2" @1-12346-5
+
+# \x4E2D\x734E 1-12346-5-13-46-4
+noback context ["\x4E2D"]"\x734E" @1-12346-5
+
+# \x4E2D\x80AF 1-12346-5-123-136-4
+noback context ["\x4E2D"]"\x80AF" @1-12346-5
+
+# \x4E2D\x8209 1-12346-5-13-1256-4
+noback context ["\x4E2D"]"\x8209" @1-12346-5
+
+# \x4E2D\x8A08 1-12346-5-13-16-5
+noback context ["\x4E2D"]"\x8A08" @1-12346-5
+
+# \x4E2D\x98A8 1-12346-5-12345-1356-3
+noback context ["\x4E2D"]"\x98A8" @1-12346-5
+
+# \x4E30\x8338 12345-1356-3-1245-12346-4
+noback context _1"\x4E30"["\x8338"] @1245-12346-4
+
+# \x4E39\x5B50 145-1236-3-125-156-4
+noback context _1"\x4E39"["\x5B50"] @125-156-4
+
+# \x4E3B\x5C07 1-34-4-13-46-5
+noback context _1"\x4E3B"["\x5C07"] @13-46-5
+
+# \x4E48\x5B50 246-3-125-156-4
+noback context _1"\x4E48"["\x5B50"] @125-156-4
+
+# \x4E49\x851F 12-345-3-245-34-5
+noback context ["\x4E49"]"\x851F" @12-345-3
+
+# \x4E4B\x5B50 1-156-3-125-156-4
+noback context _1"\x4E4B"["\x5B50"] @125-156-4
+
+# \x4E58\x8208 12-1356-2-15-13456-5
+noback context _1"\x4E58"["\x8208"] @15-13456-5
+
+# \x4E58\x99D4 12-1356-2-125-34-5
+noback context _1"\x4E58"["\x99D4"] @125-34-5
+
+# \x4E5C\x5148 1345-346-5-15-2345-3
+noback context ["\x4E5C"]"\x5148" @1345-346-5
+
+# \x4E5D\x91CD 13-234-4-12-12346-2
+noback context _1"\x4E5D"["\x91CD"] @12-12346-2
+
+# \x4E73\x59E5 1245-34-4-134-34-4
+noback context _1"\x4E73"["\x59E5"] @134-34-4
+
+# \x4E73\x5B50 1245-34-4-125-156-4
+noback context _1"\x4E73"["\x5B50"] @125-156-4
+
+# \x4E7E\x5366 245-2345-2-13-35-5
+noback context ["\x4E7E"]"\x5366" @245-2345-2
+
+# \x4E7E\x54BD 13-1236-3-346-5
+noback context _1"\x4E7E"["\x54BD"] @346-5
+
+# \x4E7E\x5609 245-2345-2-13-23456-3
+noback context ["\x4E7E"]"\x5609" @245-2345-2
+
+# \x4E7E\x5666 13-1236-3-236-3
+noback context _1"\x4E7E"["\x5666"] @236-3
+
+# \x4E7E\x5764 245-2345-2-123-123456-3
+noback context ["\x4E7E"]"\x5764" @245-2345-2
+
+# \x4E7E\x9686 245-2345-2-14-12346-2
+noback context ["\x4E7E"]"\x9686" @245-2345-2
+
+# \x4E86\x4E86 14-246-4-14-246-4
+noback context ["\x4E86"]"\x4E86" @14-246-4
+noback context _1"\x4E86"["\x4E86"] @14-246-4
+
+# \x4E86\x4E8B 14-246-4-24-156-5
+noback context ["\x4E86"]"\x4E8B" @14-246-4
+
+# \x4E86\x5F97 14-246-4-145-2346-2
+noback context ["\x4E86"]"\x5F97" @14-246-4
+
+# \x4E86\x609F 14-246-4-34-5
+noback context ["\x4E86"]"\x609F" @14-246-4
+
+# \x4E86\x65B7 14-246-4-145-12456-5
+noback context ["\x4E86"]"\x65B7" @14-246-4
+
+# \x4E86\x7136 14-246-4-1245-1236-2
+noback context ["\x4E86"]"\x7136" @14-246-4
+
+# \x4E86\x7576 14-246-4-145-1346-5
+noback context ["\x4E86"]"\x7576" @14-246-4
+noback context _1"\x4E86"["\x7576"] @145-1346-5
+
+# \x4E86\x7D50 14-246-4-13-346-2
+noback context ["\x4E86"]"\x7D50" @14-246-4
+
+# \x4E86\x89E3 14-246-4-13-346-4
+noback context ["\x4E86"]"\x89E3" @14-246-4
+
+# \x4E8E\x871A 1256-2-12345-356-3
+noback context _1"\x4E8E"["\x871A"] @12345-356-3
+
+# \x4E94\x66F4 34-4-13-13456-3
+noback context _1"\x4E94"["\x66F4"] @13-13456-3
+
+# \x4E95\x69A6 13-13456-4-1235-1236-2
+noback context _1"\x4E95"["\x69A6"] @1235-1236-2
+
+# \x4E9F\x8ACB 245-16-5-245-13456-4
+noback context ["\x4E9F"]"\x8ACB" @245-16-5
+
+# \x4EA4\x5377 13-246-3-13-45-5
+noback context _1"\x4EA4"["\x5377"] @13-45-5
+
+# \x4EA4\x60E1 13-246-3-34-5
+noback context _1"\x4EA4"["\x60E1"] @34-5
+
+# \x4EA4\x9084 13-246-3-1235-12456-2
+noback context _1"\x4EA4"["\x9084"] @1235-12456-2
+
+# \x4EAC\x90FD 13-13456-3-145-34-3
+noback context _1"\x4EAC"["\x90FD"] @145-34-3
+
+# \x4EAE\x76F8 14-46-5-15-46-5
+noback context _1"\x4EAE"["\x76F8"] @15-46-5
+
+# \x4EB6\x7236 145-1236-4-12345-34-4
+noback context _1"\x4EB6"["\x7236"] @12345-34-4
+
+# \x4EB9\x6E90 134-136-2-45-2
+noback context ["\x4EB9"]"\x6E90" @134-136-2
+
+# \x4EBA\x53C3 1245-136-2-24-136-3
+noback context _1"\x4EBA"["\x53C3"] @24-136-3
+
+# \x4EBA\x5B50 1245-136-2-125-156-4
+noback context _1"\x4EBA"["\x5B50"] @125-156-4
+
+# \x4EC0\x4E48 24-2346-2-134-2346-1
+noback context ["\x4EC0"]"\x4E48" @24-2346-2
+noback context _1"\x4EC0"["\x4E48"] @134-2346-1
+
+# \x4EC0\x9EBC 24-2346-2-134-2346-1
+noback context ["\x4EC0"]"\x9EBC" @24-2346-2
+
+# \x4EC9\x6675 1-1346-4-145-34-4
+noback context _1"\x4EC9"["\x6675"] @145-34-4
+
+# \x4ECA\x671D 13-1456-3-1-146-3
+noback context _1"\x4ECA"["\x671D"] @1-146-3
+
+# \x4ECB\x5B50 13-346-5-125-156-4
+noback context _1"\x4ECB"["\x5B50"] @125-156-4
+
+# \x4ED4\x725B 125-2456-4-1345-234-2
+noback context ["\x4ED4"]"\x725B" @125-2456-4
+
+# \x4ED4\x80A9 125-156-3-13-2345-3
+noback context ["\x4ED4"]"\x80A9" @125-156-3
+
+# \x4ED4\x9EBC 125-2456-4-134-2346-1
+noback context ["\x4ED4"]"\x9EBC" @125-2456-4
+
+# \x4ED9\x5B50 15-2345-3-125-156-4
+noback context _1"\x4ED9"["\x5B50"] @125-156-4
+
+# \x4EE5\x5B50 16-4-125-156-4
+noback context _1"\x4EE5"["\x5B50"] @125-156-4
+
+# \x4F0E\x5006 13-16-5-14-46-4
+noback context _1"\x4F0E"["\x5006"] @14-46-4
+
+# \x4F11\x5047 15-234-3-13-23456-5
+noback context _1"\x4F11"["\x5047"] @13-23456-5
+
+# \x4F3A\x5019 245-156-5-1235-12356-5
+noback context ["\x4F3A"]"\x5019" @245-156-5
+
+# \x4F4E\x5F8A 145-16-3-1235-1246-2
+noback context _1"\x4F4E"["\x5F8A"] @1235-1246-2
+
+# \x4F54\x4FB8 1-1236-5-145-12356-3
+noback context _1"\x4F54"["\x4FB8"] @145-12356-3
+
+# \x4F5B\x80B8 135-16-5-15-16-5
+noback context ["\x4F5B"]"\x80B8" @135-16-5
+
+# \x4F5C\x92EA 125-25-5-1234-34-5
+noback context _1"\x4F5C"["\x92EA"] @1234-34-5
+
+# \x4F77\x5C71 1235-1356-2-24-1236-3
+noback context ["\x4F77"]"\x5C71" @1235-1356-2
+
+# \x4F86\x964D 14-2456-2-15-46-2
+noback context _1"\x4F86"["\x964D"] @15-46-2
+
+# \x4F88\x5FD5 12-156-4-124-2456-5
+noback context _1"\x4F88"["\x5FD5"] @124-2456-5
+
+# \x4F8B\x5047 14-16-5-13-23456-5
+noback context _1"\x4F8B"["\x5047"] @13-23456-5
+
+# \x4F8D\x5F9E 24-156-5-125-12346-5
+noback context _1"\x4F8D"["\x5F9E"] @125-12346-5
+
+# \x4F9B\x54C1 13-12346-5-1234-1456-4
+noback context ["\x4F9B"]"\x54C1" @13-12346-5
+
+# \x4F9B\x5949 13-12346-5-12345-1356-5
+noback context ["\x4F9B"]"\x5949" @13-12346-5
+
+# \x4F9B\x5960 13-12346-5-145-2345-5
+noback context ["\x4F9B"]"\x5960" @13-12346-5
+
+# \x4F9B\x61C9 13-12346-3-13456-5
+noback context _1"\x4F9B"["\x61C9"] @13456-5
+
+# \x4F9B\x684C 13-12346-5-1-25-3
+noback context ["\x4F9B"]"\x684C" @13-12346-5
+
+# \x4F9B\x737B 13-12346-5-15-2345-5
+noback context ["\x4F9B"]"\x737B" @13-12346-5
+
+# \x4F9B\x990A 13-12346-5-46-5
+noback context ["\x4F9B"]"\x990A" @13-12346-5
+noback context _1"\x4F9B"["\x990A"] @46-5
+
+# \x4F9D\x8EF2 16-3-123-34-3
+noback context _1"\x4F9D"["\x8EF2"] @123-34-3
+
+# \x4FB2\x5B50 1-136-5-125-156-4
+noback context _1"\x4FB2"["\x5B50"] @125-156-4
+
+# \x4FBB\x8584 124-1246-5-135-126-2
+noback context ["\x4FBB"]"\x8584" @124-1246-5
+
+# \x4FBF\x5B16 1234-2345-2-135-16-5
+noback context ["\x4FBF"]"\x5B16" @1234-2345-2
+
+# \x4FBF\x5B1B 1234-2345-2-15-45-3
+noback context ["\x4FBF"]"\x5B1B" @1234-2345-2
+
+# \x4FBF\x5B9C 1234-2345-2-16-2
+noback context ["\x4FBF"]"\x5B9C" @1234-2345-2
+
+# \x4FBF\x8F9F 1234-2345-2-1234-16-5
+noback context ["\x4FBF"]"\x8F9F" @1234-2345-2
+
+# \x4FC6\x5DDE 24-34-3-1-12356-3
+noback context ["\x4FC6"]"\x5DDE" @24-34-3
+
+# \x4FD4\x4FD4 15-2345-5-15-2345-5
+noback context ["\x4FD4"]"\x4FD4" @15-2345-5
+noback context _1"\x4FD4"["\x4FD4"] @15-2345-5
+
+# \x4FD7\x5B50 15-34-2-125-156-4
+noback context _1"\x4FD7"["\x5B50"] @125-156-4
+
+# \x4FDB\x4EF0 12345-34-4-46-4
+noback context ["\x4FDB"]"\x4EF0" @12345-34-4
+
+# \x4FDB\x536C 12345-34-4-46-4
+noback context ["\x4FDB"]"\x536C" @12345-34-4
+noback context _1"\x4FDB"["\x536C"] @46-4
+
+# \x4FDB\x9996 12345-34-4-24-12356-4
+noback context ["\x4FDB"]"\x9996" @12345-34-4
+
+# \x4FDD\x59E5 135-146-4-134-34-4
+noback context _1"\x4FDD"["\x59E5"] @134-34-4
+
+# \x4FE1\x5DEE 15-1456-5-12-2456-3
+noback context _1"\x4FE1"["\x5DEE"] @12-2456-3
+
+# \x4FE1\x624E 15-1456-5-1-345-2
+noback context _1"\x4FE1"["\x624E"] @1-345-2
+
+# \x4FEF\x5663 12345-34-4-1-25-2
+noback context _1"\x4FEF"["\x5663"] @1-25-2
+
+# \x4FF3\x5021 1234-2456-2-12-1346-3
+noback context _1"\x4FF3"["\x5021"] @12-1346-3
+
+# \x4FF6\x513B 124-16-5-124-1346-4
+noback context ["\x4FF6"]"\x513B" @124-16-5
+
+# \x4FF8\x7D66 12345-1356-5-13-16-4
+noback context _1"\x4FF8"["\x7D66"] @13-16-4
+
+# \x5000\x6099 12-1346-3-1235-1356-5
+noback context _1"\x5000"["\x6099"] @1235-1356-5
+
+# \x5009\x5352 245-1346-3-245-34-5
+noback context _1"\x5009"["\x5352"] @245-34-5
+
+# \x500B\x4C16 13-2346-5-125-12456-4
+noback context _1"\x500B"["\x4C16"] @125-12456-4
+
+# \x5012\x4EF0 145-146-5-46-4
+noback context ["\x5012"]"\x4EF0" @145-146-5
+
+# \x5012\x523A 145-146-5-245-156-5
+noback context ["\x5012"]"\x523A" @145-146-5
+
+# \x5012\x5556 145-146-5-145-1236-5
+noback context ["\x5012"]"\x5556" @145-146-5
+
+# \x5012\x5C63 145-146-5-15-16-4
+noback context ["\x5012"]"\x5C63" @145-146-5
+
+# \x5012\x5C65 145-146-5-14-1256-4
+noback context ["\x5012"]"\x5C65" @145-146-5
+
+# \x5012\x5EE9 145-146-5-14-1456-4
+noback context ["\x5012"]"\x5EE9" @145-146-5
+
+# \x5012\x5F69 145-146-5-245-2456-4
+noback context ["\x5012"]"\x5F69" @145-146-5
+
+# \x5012\x5F71 145-146-5-13456-4
+noback context ["\x5012"]"\x5F71" @145-146-5
+
+# \x5012\x61F8 145-146-5-15-45-2
+noback context ["\x5012"]"\x61F8" @145-146-5
+
+# \x5012\x6263 145-146-5-123-12356-5
+noback context ["\x5012"]"\x6263" @145-146-5
+
+# \x5012\x628A 145-146-5-135-345-4
+noback context ["\x5012"]"\x628A" @145-146-5
+
+# \x5012\x62BD 145-146-5-12-12356-3
+noback context ["\x5012"]"\x62BD" @145-146-5
+
+# \x5012\x62C9 145-146-5-14-345-3
+noback context ["\x5012"]"\x62C9" @145-146-5
+
+# \x5012\x62D4 145-146-5-135-345-2
+noback context ["\x5012"]"\x62D4" @145-146-5
+
+# \x5012\x62FD 145-146-5-1-2356-5
+noback context ["\x5012"]"\x62FD" @145-146-5
+
+# \x5012\x6301 145-146-5-12-156-2
+noback context ["\x5012"]"\x6301" @145-146-5
+
+# \x5012\x637D 145-146-5-125-34-2
+noback context ["\x5012"]"\x637D" @145-146-5
+
+# \x5012\x639B 145-146-5-13-35-5
+noback context ["\x5012"]"\x639B" @145-146-5
+
+# \x5012\x63D2 145-146-5-12-345-3
+noback context ["\x5012"]"\x63D2" @145-146-5
+
+# \x5012\x651D 145-146-5-24-2346-5
+noback context ["\x5012"]"\x651D" @145-146-5
+
+# \x5012\x6558 145-146-5-15-1256-5
+noback context ["\x5012"]"\x6558" @145-146-5
+
+# \x5012\x659B 145-146-5-1235-34-2
+noback context ["\x5012"]"\x659B" @145-146-5
+
+# \x5012\x6613 145-146-5-16-5
+noback context ["\x5012"]"\x6613" @145-146-5
+
+# \x5012\x6620 145-146-5-13456-5
+noback context ["\x5012"]"\x6620" @145-146-5
+
+# \x5012\x6D41 145-146-5-14-234-2
+noback context ["\x5012"]"\x6D41" @145-146-5
+
+# \x5012\x6D8E 145-146-5-15-2345-2
+noback context ["\x5012"]"\x6D8E" @145-146-5
+
+# \x5012\x6EFF 145-146-5-134-1236-4
+noback context ["\x5012"]"\x6EFF" @145-146-5
+
+# \x5012\x7009 145-146-5-15-346-5
+noback context ["\x5012"]"\x7009" @145-146-5
+
+# \x5012\x704C 145-146-5-13-12456-5
+noback context ["\x5012"]"\x704C" @145-146-5
+
+# \x5012\x7ACB 145-146-5-14-16-5
+noback context ["\x5012"]"\x7ACB" @145-146-5
+
+# \x5012\x7E73 145-146-5-13-246-4
+noback context ["\x5012"]"\x7E73" @145-146-5
+
+# \x5012\x7F6E 145-146-5-1-156-5
+noback context ["\x5012"]"\x7F6E" @145-146-5
+
+# \x5012\x812B 145-146-5-124-25-3
+noback context ["\x5012"]"\x812B" @145-146-5
+
+# \x5012\x8204 145-146-5-15-16-5
+noback context ["\x5012"]"\x8204" @145-146-5
+
+# \x5012\x88DD 145-146-5-1-456-3
+noback context ["\x5012"]"\x88DD" @145-146-5
+
+# \x5012\x88F3 145-146-5-12-1346-2
+noback context ["\x5012"]"\x88F3" @145-146-5
+noback context _1"\x5012"["\x88F3"] @12-1346-2
+
+# \x5012\x892A 145-146-5-124-123456-5
+noback context ["\x5012"]"\x892A" @145-146-5
+
+# \x5012\x8A15 145-146-5-24-1236-5
+noback context ["\x5012"]"\x8A15" @145-146-5
+
+# \x5012\x8CE0 145-146-5-1234-356-2
+noback context ["\x5012"]"\x8CE0" @145-146-5
+
+# \x5012\x8E0F 145-146-5-124-345-5
+noback context ["\x5012"]"\x8E0F" @145-146-5
+
+# \x5012\x8E45 145-146-5-12-345-4
+noback context ["\x5012"]"\x8E45" @145-146-5
+
+# \x5012\x8E72 145-146-5-145-123456-3
+noback context ["\x5012"]"\x8E72" @145-146-5
+
+# \x5012\x8ECA 145-146-5-12-2346-3
+noback context ["\x5012"]"\x8ECA" @145-146-5
+
+# \x5012\x8F49 145-146-5-1-12456-4
+noback context ["\x5012"]"\x8F49" @145-146-5
+
+# \x5012\x9000 145-146-5-124-1246-5
+noback context ["\x5012"]"\x9000" @145-146-5
+
+# \x5012\x9A0E 145-146-5-245-16-2
+noback context ["\x5012"]"\x9A0E" @145-146-5
+
+# \x5014\x5F37 13-236-2-13-46-5
+noback context ["\x5014"]"\x5F37" @13-236-2
+noback context _1"\x5014"["\x5F37"] @13-46-5
+
+# \x5014\x8D77 13-236-2-245-16-4
+noback context ["\x5014"]"\x8D77" @13-236-2
+
+# \x5018\x4F6F 12-1346-2-46-2
+noback context ["\x5018"]"\x4F6F" @12-1346-2
+
+# \x5021\x5BEE 12-1346-3-14-246-2
+noback context ["\x5021"]"\x5BEE" @12-1346-3
+
+# \x5025\x4F97 123-12346-3-124-12346-2
+noback context ["\x5025"]"\x4F97" @123-12346-3
+noback context _1"\x5025"["\x4F97"] @124-12346-2
+
+# \x5025\x500A 123-12346-4-125-12346-4
+noback context _1"\x5025"["\x500A"] @125-12346-4
+
+# \x502D\x9072 1246-3-12-156-2
+noback context ["\x502D"]"\x9072" @1246-3
+
+# \x5030\x50DC 14-1356-5-145-1356-5
+noback context ["\x5030"]"\x50DC" @14-1356-5
+noback context _1"\x5030"["\x50DC"] @145-1356-5
+
+# \x5030\x595F 14-13456-2-123-1356-3
+noback context _1"\x5030"["\x595F"] @123-1356-3
+
+# \x5047\x65E5 13-23456-5-1245-156-5
+noback context ["\x5047"]"\x65E5" @13-23456-5
+
+# \x5047\x671F 13-23456-5-245-16-2
+noback context ["\x5047"]"\x671F" @13-23456-5
+
+# \x5048\x5048 13-346-2-13-346-2
+noback context ["\x5048"]"\x5048" @13-346-2
+noback context _1"\x5048"["\x5048"] @13-346-2
+
+# \x5048\x516E 13-346-2-15-16-3
+noback context ["\x5048"]"\x516E" @13-346-2
+
+# \x504F\x597D 1234-2345-3-1235-146-5
+noback context _1"\x504F"["\x597D"] @1235-146-5
+
+# \x504F\x88E8 1234-2345-3-1234-16-2
+noback context _1"\x504F"["\x88E8"] @1234-16-2
+
+# \x5065\x5C07 13-2345-5-13-46-5
+noback context _1"\x5065"["\x5C07"] @13-46-5
+
+# \x506A\x967D 12345-34-2-46-2
+noback context ["\x506A"]"\x967D" @12345-34-2
+
+# \x5080\x5049 13-1246-3-1246-4
+noback context ["\x5080"]"\x5049" @13-1246-3
+
+# \x5080\x5947 13-1246-3-245-16-2
+noback context ["\x5080"]"\x5947" @13-1246-3
+
+# \x5080\x7136 13-1246-3-1245-1236-2
+noback context ["\x5080"]"\x7136" @13-1246-3
+
+# \x508B\x5131 13-46-4-14-12346-4
+noback context ["\x508B"]"\x5131" @13-46-4
+
+# \x508D\x505F 1234-1346-2-1235-456-2
+noback context ["\x508D"]"\x505F" @1234-1346-2
+
+# \x508D\x5348 135-1346-3-34-4
+noback context ["\x508D"]"\x5348" @135-1346-3
+
+# \x508D\x59BB 1234-1346-2-245-16-3
+noback context ["\x508D"]"\x59BB" @1234-1346-2
+
+# \x508D\x5C0A 1234-1346-2-125-123456-3
+noback context ["\x508D"]"\x5C0A" @1234-1346-2
+
+# \x508D\x6392 1234-1346-2-1234-2456-2
+noback context ["\x508D"]"\x6392" @1234-1346-2
+
+# \x508D\x665A 135-1346-3-12456-4
+noback context ["\x508D"]"\x665A" @135-1346-3
+
+# \x508D\x724C 1234-1346-2-1234-2456-2
+noback context ["\x508D"]"\x724C" @1234-1346-2
+
+# \x508D\x751F 1234-1346-2-24-1356-3
+noback context ["\x508D"]"\x751F" @1234-1346-2
+
+# \x508D\x82E5 1234-1346-2-1245-25-5
+noback context ["\x508D"]"\x82E5" @1234-1346-2
+
+# \x508D\x8584 1234-1346-2-135-126-2
+noback context ["\x508D"]"\x8584" @1234-1346-2
+
+# \x508D\x89C0 1234-1346-2-13-12456-3
+noback context ["\x508D"]"\x89C0" @1234-1346-2
+
+# \x508D\x901A 1234-1346-2-124-12346-3
+noback context ["\x508D"]"\x901A" @1234-1346-2
+
+# \x508D\x9580 1234-1346-2-134-136-2
+noback context ["\x508D"]"\x9580" @1234-1346-2
+
+# \x5094\x5F9E 245-2345-5-125-12346-5
+noback context _1"\x5094"["\x5F9E"] @125-12346-5
+
+# \x5096\x511C 245-1346-3-1345-13456-2
+noback context _1"\x5096"["\x511C"] @1345-13456-2
+
+# \x5096\x7236 245-1346-3-12345-34-4
+noback context _1"\x5096"["\x7236"] @12345-34-4
+
+# \x509B\x83EF 1245-12346-2-1235-35-2
+noback context ["\x509B"]"\x83EF" @1245-12346-2
+
+# \x509D\x5111 124-1236-5-1236-5
+noback context ["\x509D"]"\x5111" @124-1236-5
+
+# \x50A2\x4F19 13-23456-3-1235-25-1
+noback context _1"\x50A2"["\x4F19"] @1235-25-1
+
+# \x50B3\x5B50 12-12456-2-125-156-4
+noback context _1"\x50B3"["\x5B50"] @125-156-4
+
+# \x50B3\x8A18 1-12456-5-13-16-5
+noback context ["\x50B3"]"\x8A18" @1-12456-5
+
+# \x50C6\x5B50 14-2345-5-125-156-4
+noback context _1"\x50C6"["\x5B50"] @125-156-4
+
+# \x50CB\x4F38 14-1236-5-24-136-3
+noback context ["\x50CB"]"\x4F38" @14-1236-5
+
+# \x50D5\x5C04 1234-34-2-346-5
+noback context _1"\x50D5"["\x5C04"] @346-5
+
+# \x50EC\x4EEF 13-246-3-134-246-4
+noback context _1"\x50EC"["\x4EEF"] @134-246-4
+
+# \x50EC\x50E5 13-246-3-246-2
+noback context _1"\x50EC"["\x50E5"] @246-2
+
+# \x50EE\x65CF 1-456-5-125-34-2
+noback context ["\x50EE"]"\x65CF" @1-456-5
+
+# \x5103\x5103 124-1236-4-124-1236-4
+noback context ["\x5103"]"\x5103" @124-1236-4
+noback context _1"\x5103"["\x5103"] @124-1236-4
+
+# \x5110\x76F8 135-1456-3-15-46-5
+noback context _1"\x5110"["\x76F8"] @15-46-5
+
+# \x5112\x5C07 1245-34-2-13-46-5
+noback context _1"\x5112"["\x5C07"] @13-46-5
+
+# \x511F\x9084 12-1346-2-1235-12456-2
+noback context _1"\x511F"["\x9084"] @1235-12456-2
+
+# \x5131\x4F97 14-12346-4-124-12346-2
+noback context _1"\x5131"["\x4F97"] @124-12346-2
+
+# \x5131\x508B 14-12346-4-13-46-4
+noback context _1"\x5131"["\x508B"] @13-46-4
+
+# \x513E\x8EDF 1345-1346-3-1245-12456-4
+noback context ["\x513E"]"\x8EDF" @1345-1346-3
+
+# \x5141\x7576 256-4-145-1346-5
+noback context _1"\x5141"["\x7576"] @145-1346-5
+
+# \x5144\x9577 15-235-3-1-1346-4
+noback context _1"\x5144"["\x9577"] @1-1346-4
+
+# \x5145\x5206 12-12346-3-12345-136-5
+noback context _1"\x5145"["\x5206"] @12345-136-5
+
+# \x5145\x585E 12-12346-3-15-2346-5
+noback context _1"\x5145"["\x585E"] @15-2346-5
+
+# \x5147\x76F8 15-235-3-15-46-5
+noback context _1"\x5147"["\x76F8"] @15-46-5
+
+# \x514B\x96E3 123-2346-5-1345-1236-5
+noback context _1"\x514B"["\x96E3"] @1345-1236-5
+
+# \x515C\x7387 145-12356-3-24-2356-5
+noback context _1"\x515C"["\x7387"] @24-2356-5
+
+# \x5167\x61C9 1345-356-5-13456-5
+noback context _1"\x5167"["\x61C9"] @13456-5
+
+# \x5167\x76F8 1345-356-5-15-46-5
+noback context _1"\x5167"["\x76F8"] @15-46-5
+
+# \x5167\x7701 1345-356-5-15-13456-4
+noback context _1"\x5167"["\x7701"] @15-13456-4
+
+# \x5167\x884C 1345-356-5-1235-1346-2
+noback context _1"\x5167"["\x884C"] @1235-1346-2
+
+# \x516B\x57CF 135-345-3-2345-2
+noback context _1"\x516B"["\x57CF"] @2345-2
+
+# \x516B\x8F9F 135-345-3-135-16-5
+noback context _1"\x516B"["\x8F9F"] @135-16-5
+
+# \x516C\x5B50 13-12346-3-125-156-4
+noback context _1"\x516C"["\x5B50"] @125-156-4
+
+# \x516C\x5DEE 13-12346-3-12-2456-3
+noback context _1"\x516C"["\x5DEE"] @12-2456-3
+
+# \x516C\x64AE 13-12346-3-245-25-5
+noback context _1"\x516C"["\x64AE"] @245-25-5
+
+# \x5171\x52F7 13-12346-5-15-46-3
+noback context _1"\x5171"["\x52F7"] @15-46-3
+
+# \x5171\x8655 13-12346-5-12-34-4
+noback context _1"\x5171"["\x8655"] @12-34-4
+
+# \x5176\x5B50 245-16-2-125-156-4
+noback context _1"\x5176"["\x5B50"] @125-156-4
+
+# \x5178\x7576 145-2345-4-145-1346-5
+noback context _1"\x5178"["\x7576"] @145-1346-5
+
+# \x5178\x92EA 145-2345-4-1234-34-5
+noback context _1"\x5178"["\x92EA"] @1234-34-5
+
+# \x517C\x5DEE 13-2345-3-12-2456-3
+noback context _1"\x517C"["\x5DEE"] @12-2456-3
+
+# \x5198\x8C6B 234-2-1256-5
+noback context ["\x5198"]"\x8C6B" @234-2
+
+# \x51A0\x5195 13-12456-3-134-2345-4
+noback context ["\x51A0"]"\x5195" @13-12456-3
+
+# \x51A0\x5B50 13-12456-3-125-156-1
+noback context ["\x51A0"]"\x5B50" @13-12456-3
+
+# \x51A0\x5C65 13-12456-3-14-1256-4
+noback context ["\x51A0"]"\x5C65" @13-12456-3
+
+# \x51A0\x72C0 13-12456-3-1-456-5
+noback context ["\x51A0"]"\x72C0" @13-12456-3
+
+# \x51A0\x84CB 13-12456-3-13-2456-5
+noback context ["\x51A0"]"\x84CB" @13-12456-3
+
+# \x51B6\x5B50 346-4-125-156-4
+noback context _1"\x51B6"["\x5B50"] @125-156-4
+
+# \x51DD\x54BD 1345-13456-2-346-5
+noback context _1"\x51DD"["\x54BD"] @346-5
+
+# \x51F1\x6492 123-2456-4-15-345-3
+noback context _1"\x51F1"["\x6492"] @15-345-3
+
+# \x51FA\x5DEE 12-34-3-12-2456-3
+noback context _1"\x51FA"["\x5DEE"] @12-2456-3
+
+# \x51FA\x6C92 12-34-3-134-126-5
+noback context _1"\x51FA"["\x6C92"] @134-126-5
+
+# \x51FD\x624E 1235-1236-2-1-345-2
+noback context _1"\x51FD"["\x624E"] @1-345-2
+
+# \x5200\x91E4 145-146-3-24-1236-5
+noback context _1"\x5200"["\x91E4"] @24-1236-5
+
+# \x5206\x5167 12345-136-5-1345-356-5
+noback context ["\x5206"]"\x5167" @12345-136-5
+
+# \x5206\x5916 12345-136-5-2356-5
+noback context ["\x5206"]"\x5916" @12345-136-5
+
+# \x5206\x5B50 12345-136-5-125-156-4
+noback context ["\x5206"]"\x5B50" @12345-136-5
+noback context _1"\x5206"["\x5B50"] @125-156-4
+
+# \x5206\x884C 12345-136-3-1235-1346-2
+noback context _1"\x5206"["\x884C"] @1235-1346-2
+
+# \x5206\x91CF 12345-136-5-14-46-5
+noback context ["\x5206"]"\x91CF" @12345-136-5
+
+# \x5207\x52FF 245-346-5-34-5
+noback context ["\x5207"]"\x52FF" @245-346-5
+
+# \x5207\x7D50 245-346-5-13-346-2
+noback context ["\x5207"]"\x7D50" @245-346-5
+
+# \x5207\x83AB 245-346-5-134-126-5
+noback context ["\x5207"]"\x83AB" @245-346-5
+
+# \x5207\x9F52 245-346-5-12-156-4
+noback context ["\x5207"]"\x9F52" @245-346-5
+
+# \x5217\x50B3 14-346-5-1-12456-5
+noback context _1"\x5217"["\x50B3"] @1-12456-5
+
+# \x5217\x5B50 14-346-5-125-156-4
+noback context _1"\x5217"["\x5B50"] @125-156-4
+
+# \x5228\x51FA 1234-146-2-12-34-3
+noback context ["\x5228"]"\x51FA" @1234-146-2
+
+# \x5228\x571F 1234-146-2-124-34-4
+noback context ["\x5228"]"\x571F" @1234-146-2
+
+# \x5228\x5730 1234-146-2-145-16-5
+noback context ["\x5228"]"\x5730" @1234-146-2
+
+# \x5228\x5751 1234-146-2-123-1356-3
+noback context ["\x5228"]"\x5751" @1234-146-2
+
+# \x5228\x6389 1234-146-2-145-246-5
+noback context ["\x5228"]"\x6389" @1234-146-2
+
+# \x5228\x6839 1234-146-2-13-136-3
+noback context ["\x5228"]"\x6839" @1234-146-2
+
+# \x5228\x6A39 1234-146-2-24-34-5
+noback context ["\x5228"]"\x6A39" @1234-146-2
+
+# \x5228\x6C99 1234-146-2-24-345-3
+noback context ["\x5228"]"\x6C99" @1234-146-2
+
+# \x5228\x6D1E 1234-146-2-145-12346-5
+noback context ["\x5228"]"\x6D1E" @1234-146-2
+
+# \x5228\x8E74 1234-146-2-245-34-5
+noback context ["\x5228"]"\x8E74" @1234-146-2
+
+# \x5228\x9664 1234-146-2-12-34-2
+noback context ["\x5228"]"\x9664" @1234-146-2
+
+# \x5237\x5377 24-35-3-13-45-5
+noback context _1"\x5237"["\x5377"] @13-45-5
+
+# \x5247\x5B50 125-2346-2-125-156-4
+noback context _1"\x5247"["\x5B50"] @125-156-4
+
+# \x524E\x8ECA 24-345-3-12-2346-3
+noback context ["\x524E"]"\x8ECA" @24-345-3
+
+# \x525D\x524A 135-126-3-15-236-5
+noback context _1"\x525D"["\x524A"] @15-236-5
+
+# \x5261\x6EAA 24-1236-5-15-16-3
+noback context ["\x5261"]"\x6EAA" @24-1236-5
+
+# \x5261\x7258 24-1236-5-145-34-2
+noback context ["\x5261"]"\x7258" @24-1236-5
+
+# \x526F\x5C07 12345-34-5-13-46-5
+noback context _1"\x526F"["\x5C07"] @13-46-5
+
+# \x5274\x5207 123-2456-4-245-346-5
+noback context _1"\x5274"["\x5207"] @245-346-5
+
+# \x5275\x75D5 12-456-3-1235-136-2
+noback context ["\x5275"]"\x75D5" @12-456-3
+
+# \x5278\x884C 1-12456-3-15-13456-2
+noback context ["\x5278"]"\x884C" @1-12456-3
+
+# \x5279\x6D41 13-234-3-14-234-2
+noback context ["\x5279"]"\x6D41" @13-234-3
+
+# \x5289\x5B50 14-234-2-125-156-4
+noback context _1"\x5289"["\x5B50"] @125-156-4
+
+# \x529B\x5B50 14-16-5-125-156-4
+noback context _1"\x529B"["\x5B50"] @125-156-4
+
+# \x52A9\x9577 1-34-5-1-1346-4
+noback context _1"\x52A9"["\x9577"] @1-1346-4
+
+# \x52AB\x96E3 13-346-2-1345-1236-5
+noback context _1"\x52AB"["\x96E3"] @1345-1236-5
+
+# \x52AE\x5A78 16-5-145-1346-5
+noback context _1"\x52AE"["\x5A78"] @145-1346-5
+
+# \x52C7\x5C07 235-4-13-46-5
+noback context _1"\x52C7"["\x5C07"] @13-46-5
+
+# \x52C9\x5F37 134-2345-4-245-46-4
+noback context _1"\x52C9"["\x5F37"] @245-46-4
+
+# \x52D2\x4F4F 14-356-3-1-34-5
+noback context ["\x52D2"]"\x4F4F" @14-356-3
+
+# \x52D2\x5012 14-356-3-145-146-4
+noback context ["\x52D2"]"\x5012" @14-356-3
+
+# \x52D2\x50B7 14-356-3-24-1346-3
+noback context ["\x52D2"]"\x50B7" @14-356-3
+
+# \x52D2\x6583 14-356-3-135-16-5
+noback context ["\x52D2"]"\x6583" @14-356-3
+
+# \x52D2\x660F 14-356-3-1235-123456-3
+noback context ["\x52D2"]"\x660F" @14-356-3
+
+# \x52D2\x6B7B 14-356-3-15-156-4
+noback context ["\x52D2"]"\x6B7B" @14-356-3
+
+# \x52D2\x75D5 14-356-3-1235-136-2
+noback context ["\x52D2"]"\x75D5" @14-356-3
+
+# \x52D2\x7DCA 14-356-3-13-1456-4
+noback context ["\x52D2"]"\x7DCA" @14-356-3
+
+# \x52D7\x7387 15-1256-5-24-2356-5
+noback context _1"\x52D7"["\x7387"] @24-2356-5
+
+# \x52DC\x529C 12346-4-23456-3
+noback context ["\x52DC"]"\x529C" @12346-4
+
+# \x52DD\x4EFB 24-1356-3-1245-136-5
+noback context ["\x52DD"]"\x4EFB" @24-1356-3
+
+# \x52DD\x6578 24-1356-3-24-34-4
+noback context ["\x52DD"]"\x6578" @24-1356-3
+noback context _1"\x52DD"["\x6578"] @24-34-4
+
+# \x52DE\x5FA0 14-146-5-14-2456-5
+noback context ["\x52DE"]"\x5FA0" @14-146-5
+noback context _1"\x52DE"["\x5FA0"] @14-2456-5
+
+# \x52DE\x8ECD 14-146-5-13-256-3
+noback context ["\x52DE"]"\x8ECD" @14-146-5
+
+# \x52E6\x7ACA 12-146-3-245-346-5
+noback context ["\x52E6"]"\x7ACA" @12-146-3
+
+# \x52E6\x8972 12-146-3-15-16-2
+noback context ["\x52E6"]"\x8972" @12-146-3
+
+# \x52E6\x8AAA 12-146-3-24-25-3
+noback context ["\x52E6"]"\x8AAA" @12-146-3
+
+# \x52F8\x964D 245-45-5-15-46-2
+noback context _1"\x52F8"["\x964D"] @15-46-2
+
+# \x52FB\x7A31 256-2-12-136-5
+noback context _1"\x52FB"["\x7A31"] @12-136-5
+
+# \x52FE\x7576 13-12356-3-145-1346-5
+noback context _1"\x52FE"["\x7576"] @145-1346-5
+
+# \x5315\x898B 135-16-4-15-2345-5
+noback context _1"\x5315"["\x898B"] @15-2345-5
+
+# \x5339\x529B 1234-16-3-14-16-5
+noback context ["\x5339"]"\x529B" @1234-16-3
+
+# \x5339\x64B2 1234-16-3-1234-34-3
+noback context ["\x5339"]"\x64B2" @1234-16-3
+
+# \x5339\x89D2 1234-16-3-13-246-4
+noback context ["\x5339"]"\x89D2" @1234-16-3
+
+# \x5339\x9762 1234-16-3-134-2345-5
+noback context ["\x5339"]"\x9762" @1234-16-3
+
+# \x5339\x99AC 1234-16-3-134-345-4
+noback context ["\x5339"]"\x99AC" @1234-16-3
+
+# \x5339\x9A3E 1234-16-3-14-25-2
+noback context ["\x5339"]"\x9A3E" @1234-16-3
+
+# \x5339\x9A62 1234-16-3-14-1256-2
+noback context ["\x5339"]"\x9A62" @1234-16-3
+
+# \x533E\x624E 135-2345-4-1-345-2
+noback context _1"\x533E"["\x624E"] @1-345-2
+
+# \x5340\x9577 245-1256-3-1-1346-4
+noback context _1"\x5340"["\x9577"] @1-1346-4
+
+# \x5341\x884C 24-156-2-1235-1346-2
+noback context _1"\x5341"["\x884C"] @1235-1346-2
+
+# \x5343\x4E58 245-2345-3-24-1356-5
+noback context _1"\x5343"["\x4E58"] @24-1356-5
+
+# \x5348\x89BA 34-4-13-246-5
+noback context _1"\x5348"["\x89BA"] @13-246-5
+
+# \x534A\x8F09 135-1236-5-125-2456-4
+noback context _1"\x534A"["\x8F09"] @125-2456-4
+
+# \x5352\x4E4D 245-34-5-1-345-5
+noback context ["\x5352"]"\x4E4D" @245-34-5
+
+# \x5352\x5352 245-34-5-245-34-5
+noback context ["\x5352"]"\x5352" @245-34-5
+noback context _1"\x5352"["\x5352"] @245-34-5
+
+# \x5353\x8457 1-25-2-1-34-5
+noback context _1"\x5353"["\x8457"] @1-34-5
+
+# \x5354\x8ABF 15-346-2-124-246-2
+noback context _1"\x5354"["\x8ABF"] @124-246-2
+
+# \x5357\x5B50 1345-1236-2-125-156-4
+noback context _1"\x5357"["\x5B50"] @125-156-4
+
+# \x5360\x535C 1-1236-3-135-34-4
+noback context ["\x5360"]"\x535C" @1-1236-3
+
+# \x5360\x661F 1-1236-3-15-13456-3
+noback context ["\x5360"]"\x661F" @1-1236-3
+
+# \x5361\x5B50 245-23456-4-125-156-1
+noback context ["\x5361"]"\x5B50" @245-23456-4
+
+# \x5370\x92EA 1456-5-1234-34-5
+noback context _1"\x5370"["\x92EA"] @1234-34-5
+
+# \x5371\x96E3 1246-2-1345-1236-5
+noback context _1"\x5371"["\x96E3"] @1345-1236-5
+
+# \x5375\x5B50 14-12456-4-125-156-4
+noback context _1"\x5375"["\x5B50"] @125-156-4
+
+# \x5377\x5A41 245-45-2-14-12356-2
+noback context ["\x5377"]"\x5A41" @245-45-2
+
+# \x5377\x5B50 13-45-5-125-156-1
+noback context ["\x5377"]"\x5B50" @13-45-5
+
+# \x5377\x5B97 13-45-5-125-12346-3
+noback context ["\x5377"]"\x5B97" @13-45-5
+
+# \x5377\x5E19 13-45-5-1-156-5
+noback context ["\x5377"]"\x5E19" @13-45-5
+
+# \x5377\x963F 245-45-2-2346-3
+noback context ["\x5377"]"\x963F" @245-45-2
+noback context _1"\x5377"["\x963F"] @2346-3
+
+# \x537F\x76F8 245-13456-3-15-46-5
+noback context _1"\x537F"["\x76F8"] @15-46-5
+
+# \x5393\x6D12 26-2-15-2345-4
+noback context _1"\x5393"["\x6D12"] @15-2345-4
+
+# \x5393\x6D98 23456-2-15-156-5
+noback context ["\x5393"]"\x6D98" @23456-2
+
+# \x5393\x7725 23456-2-125-156-5
+noback context ["\x5393"]"\x7725" @23456-2
+
+# \x5396\x8499 134-1346-2-134-1356-2
+noback context ["\x5396"]"\x8499" @134-1346-2
+
+# \x539C\x3552 12-1246-2-1246-2
+noback context ["\x539C"]"\x3552" @12-1246-2
+
+# \x539F\x5B50 45-2-125-156-4
+noback context _1"\x539F"["\x5B50"] @125-156-4
+
+# \x539F\x8457 45-2-1-34-5
+noback context _1"\x539F"["\x8457"] @1-34-5
+
+# \x53AD\x53AD 2345-3-2345-3
+noback context ["\x53AD"]"\x53AD" @2345-3
+noback context _1"\x53AD"["\x53AD"] @2345-3
+
+# \x53AD\x60E1 2345-5-34-5
+noback context _1"\x53AD"["\x60E1"] @34-5
+
+# \x53B9\x77DB 245-234-2-134-146-2
+noback context ["\x53B9"]"\x77DB" @245-234-2
+
+# \x53C3\x3001 15-1236-3-6-0
+noback context ["\x53C3"]"\x3001" @15-1236-3
+
+# \x53C3\x4EDF 15-1236-3-245-2345-3
+noback context ["\x53C3"]"\x4EDF" @15-1236-3
+
+# \x53C3\x4F70 15-1236-3-135-2456-4
+noback context ["\x53C3"]"\x4F70" @15-1236-3
+
+# \x53C3\x5546 24-136-3-24-1346-3
+noback context ["\x53C3"]"\x5546" @24-136-3
+
+# \x53C3\x5BBF 24-136-3-15-234-5
+noback context ["\x53C3"]"\x5BBF" @24-136-3
+noback context _1"\x53C3"["\x5BBF"] @15-234-5
+
+# \x53C3\x5C07 245-1236-3-13-46-5
+noback context _1"\x53C3"["\x5C07"] @13-46-5
+
+# \x53C3\x5DEE 245-136-3-245-156-3
+noback context ["\x53C3"]"\x5DEE" @245-136-3
+noback context _1"\x53C3"["\x5DEE"] @245-156-3
+
+# \x53C3\x62FE 15-1236-3-24-156-2
+noback context ["\x53C3"]"\x62FE" @15-1236-3
+
+# \x53C3\x8207 245-1236-3-1256-5
+noback context _1"\x53C3"["\x8207"] @1256-5
+
+# \x53CD\x61C9 12345-1236-4-13456-5
+noback context _1"\x53CD"["\x61C9"] @13456-5
+
+# \x53CD\x76F8 12345-1236-4-15-46-5
+noback context _1"\x53CD"["\x76F8"] @15-46-5
+
+# \x53CD\x7701 12345-1236-4-15-13456-4
+noback context _1"\x53CD"["\x7701"] @15-13456-4
+
+# \x53CD\x9593 12345-1236-4-13-2345-5
+noback context _1"\x53CD"["\x9593"] @13-2345-5
+
+# \x53D6\x5B50 245-1256-4-125-156-4
+noback context _1"\x53D6"["\x5B50"] @125-156-4
+
+# \x53D7\x964D 24-12356-5-15-46-2
+noback context _1"\x53D7"["\x964D"] @15-46-2
+
+# \x53D7\x96E3 24-12356-5-1345-1236-5
+noback context _1"\x53D7"["\x96E3"] @1345-1236-5
+
+# \x53E3\x5403 123-12356-4-13-16-2
+noback context _1"\x53E3"["\x5403"] @13-16-2
+
+# \x53E3\x8F4D 123-12356-4-1-2346-2
+noback context _1"\x53E3"["\x8F4D"] @1-2346-2
+
+# \x53E4\x73A9 13-34-4-12456-5
+noback context _1"\x53E4"["\x73A9"] @12456-5
+
+# \x53E5\x8E10 13-12356-3-13-2345-5
+noback context ["\x53E5"]"\x8E10" @13-12356-3
+
+# \x53E8\x5149 124-146-3-13-456-3
+noback context ["\x53E8"]"\x5149" @124-146-3
+
+# \x53E8\x64FE 124-146-3-1245-146-4
+noback context ["\x53E8"]"\x64FE" @124-146-3
+
+# \x53EF\x60E1 123-2346-4-34-5
+noback context _1"\x53EF"["\x60E1"] @34-5
+
+# \x53EF\x6578 123-2346-4-24-34-4
+noback context _1"\x53EF"["\x6578"] @24-34-4
+
+# \x53EF\x6C57 123-2346-5-1235-1236-2
+noback context ["\x53EF"]"\x6C57" @123-2346-5
+noback context _1"\x53EF"["\x6C57"] @1235-1236-2
+
+# \x53F2\x5B50 24-156-4-125-156-4
+noback context _1"\x53F2"["\x5B50"] @125-156-4
+
+# \x53F6\x97FB 15-346-2-256-5
+noback context ["\x53F6"]"\x97FB" @15-346-2
+
+# \x53F8\x9577 15-156-3-1-1346-4
+noback context _1"\x53F8"["\x9577"] @1-1346-4
+
+# \x5400\x5B50 134-16-4-125-156-4
+noback context ["\x5400"]"\x5B50" @134-16-4
+noback context _1"\x5400"["\x5B50"] @125-156-4
+
+# \x5401\x5929 1256-5-124-2345-3
+noback context ["\x5401"]"\x5929" @1256-5
+
+# \x5401\x6C42 1256-5-245-234-2
+noback context ["\x5401"]"\x6C42" @1256-5
+
+# \x5406\x559D 246-3-1235-2346-5
+noback context _1"\x5406"["\x559D"] @1235-2346-5
+
+# \x5408\x7E31 1235-2346-2-125-12346-3
+noback context _1"\x5408"["\x7E31"] @125-12346-3
+
+# \x5408\x8F4D 1235-2346-2-1-2346-2
+noback context _1"\x5408"["\x8F4D"] @1-2346-2
+
+# \x540A\x5377 145-246-5-13-45-5
+noback context _1"\x540A"["\x5377"] @13-45-5
+
+# \x540A\x8180 145-246-5-135-1346-5
+noback context _1"\x540A"["\x8180"] @135-1346-5
+
+# \x540A\x92EA 145-246-5-1234-34-5
+noback context _1"\x540A"["\x92EA"] @1234-34-5
+
+# \x540D\x5206 134-13456-2-12345-136-5
+noback context _1"\x540D"["\x5206"] @12345-136-5
+
+# \x540D\x5C07 134-13456-2-13-46-5
+noback context _1"\x540D"["\x5C07"] @13-46-5
+
+# \x540D\x8457 134-13456-2-1-34-5
+noback context _1"\x540D"["\x8457"] @1-34-5
+
+# \x540E\x8F9F 1235-12356-5-135-16-5
+noback context _1"\x540E"["\x8F9F"] @135-16-5
+
+# \x5410\x8840 124-34-5-15-346-4
+noback context ["\x5410"]"\x8840" @124-34-5
+
+# \x5416\x5730 23456-3-145-16-5
+noback context ["\x5416"]"\x5730" @23456-3
+
+# \x541B\x5B50 13-256-3-125-156-4
+noback context _1"\x541B"["\x5B50"] @125-156-4
+
+# \x541E\x6C92 124-123456-3-134-126-5
+noback context _1"\x541E"["\x6C92"] @134-126-5
+
+# \x5421\x5176 1234-16-4-245-16-2
+noback context ["\x5421"]"\x5176" @1234-16-4
+
+# \x5426\x5366 1234-16-4-13-35-5
+noback context ["\x5426"]"\x5366" @1234-16-4
+
+# \x5426\x6975 1234-16-4-13-16-2
+noback context ["\x5426"]"\x6975" @1234-16-4
+
+# \x5427\x5427 135-345-3-135-345-3
+noback context ["\x5427"]"\x5427" @135-345-3
+noback context _1"\x5427"["\x5427"] @135-345-3
+
+# \x5427\x5527 135-345-3-13-16-3
+noback context ["\x5427"]"\x5527" @135-345-3
+
+# \x5427\x55D2 135-345-3-145-345-3
+noback context ["\x5427"]"\x55D2" @135-345-3
+
+# \x5427\x6AAF 135-345-3-124-2456-2
+noback context ["\x5427"]"\x6AAF" @135-345-3
+
+# \x5428\x5428 1-123456-5-1-123456-5
+noback context ["\x5428"]"\x5428" @1-123456-5
+noback context _1"\x5428"["\x5428"] @1-123456-5
+
+# \x542B\x6DF7 1235-1236-2-1235-123456-4
+noback context _1"\x542B"["\x6DF7"] @1235-123456-4
+
+# \x5433\x5B50 34-2-125-156-4
+noback context _1"\x5433"["\x5B50"] @125-156-4
+
+# \x543D\x7259 12356-2-23456-2
+noback context ["\x543D"]"\x7259" @12356-2
+
+# \x5440\x5477 15-23456-3-15-23456-2
+noback context ["\x5440"]"\x5477" @15-23456-3
+
+# \x5440\x7136 15-23456-3-1245-1236-2
+noback context ["\x5440"]"\x7136" @15-23456-3
+
+# \x5440\x8C41 15-23456-3-1235-25-5
+noback context ["\x5440"]"\x8C41" @15-23456-3
+
+# \x5446\x6399 145-2456-3-1-1356-3
+noback context _1"\x5446"["\x6399"] @1-1356-3
+
+# \x544A\x5047 13-146-5-13-23456-5
+noback context _1"\x544A"["\x5047"] @13-23456-5
+
+# \x544A\x5B50 13-146-5-125-156-4
+noback context _1"\x544A"["\x5B50"] @125-156-4
+
+# \x544A\x6714 13-34-5-24-25-5
+noback context ["\x544A"]"\x6714" @13-34-5
+
+# \x5462\x5462 1345-16-2-1345-16-2
+noback context ["\x5462"]"\x5462" @1345-16-2
+noback context _1"\x5462"["\x5462"] @1345-16-2
+
+# \x5462\x5583 1345-16-2-1345-1236-2
+noback context ["\x5462"]"\x5583" @1345-16-2
+
+# \x5462\x5B50 1345-16-2-125-156-1
+noback context ["\x5462"]"\x5B50" @1345-16-2
+
+# \x5462\x7D68 1345-16-2-1245-12346-2
+noback context ["\x5462"]"\x7D68" @1345-16-2
+
+# \x546B\x56C1 12-2346-5-1-2346-2
+noback context _1"\x546B"["\x56C1"] @1-2346-2
+
+# \x5475\x6B3B 1235-2346-3-15-1256-5
+noback context _1"\x5475"["\x6B3B"] @15-1256-5
+
+# \x547C\x5401 1235-34-3-1256-5
+noback context _1"\x547C"["\x5401"] @1256-5
+
+# \x547C\x61C9 1235-34-3-13456-5
+noback context _1"\x547C"["\x61C9"] @13456-5
+
+# \x5484\x55DF 145-25-5-13-346-5
+noback context _1"\x5484"["\x55DF"] @13-346-5
+
+# \x5487\x3609 135-16-4-13-346-2
+noback context ["\x5487"]"\x3609" @135-16-4
+
+# \x5487\x8300 135-346-2-135-126-2
+noback context _1"\x5487"["\x8300"] @135-126-2
+
+# \x5489\x5489 46-4-46-4
+noback context ["\x5489"]"\x5489" @46-4
+noback context _1"\x5489"["\x5489"] @46-4
+
+# \x548B\x5536 1-345-5-13-346-5
+noback context ["\x548B"]"\x5536" @1-345-5
+
+# \x548B\x8B02 1-345-5-1246-5
+noback context ["\x548B"]"\x8B02" @1-345-5
+
+# \x548C\x54C4 1235-2346-2-1235-12346-3
+noback context _1"\x548C"["\x54C4"] @1235-12346-3
+
+# \x548E\x7E47 13-146-3-246-2
+noback context ["\x548E"]"\x7E47" @13-146-3
+
+# \x548E\x9676 13-146-3-246-2
+noback context ["\x548E"]"\x9676" @13-146-3
+noback context _1"\x548E"["\x9676"] @246-2
+
+# \x548E\x9F13 13-146-3-13-34-4
+noback context ["\x548E"]"\x9F13" @13-146-3
+
+# \x5495\x3595 13-34-3-15-1456-3
+noback context _1"\x5495"["\x3595"] @15-1456-3
+
+# \x54A5\x4EBA 145-346-2-1245-136-2
+noback context ["\x54A5"]"\x4EBA" @145-346-2
+
+# \x54A5\x6211 145-346-2-25-4
+noback context ["\x54A5"]"\x6211" @145-346-2
+
+# \x54AF\x5660 13-2346-3-145-345-1
+noback context _1"\x54AF"["\x5660"] @145-345-1
+
+# \x54AF\x75F0 123-345-4-124-1236-2
+noback context ["\x54AF"]"\x75F0" @123-345-4
+
+# \x54AF\x8840 123-345-4-15-346-4
+noback context ["\x54AF"]"\x8840" @123-345-4
+
+# \x54B1\x5BB6 125-345-2-13-23456-3
+noback context ["\x54B1"]"\x5BB6" @125-345-2
+
+# \x54B6\x54B6 13-35-3-13-35-3
+noback context ["\x54B6"]"\x54B6" @13-35-3
+noback context _1"\x54B6"["\x54B6"] @13-35-3
+
+# \x54B6\x566A 13-35-3-125-146-5
+noback context ["\x54B6"]"\x566A" @13-35-3
+
+# \x54BD\x54BD 346-5-346-5
+noback context ["\x54BD"]"\x54BD" @346-5
+noback context _1"\x54BD"["\x54BD"] @346-5
+
+# \x54BD\x5589 2345-3-1235-12356-2
+noback context ["\x54BD"]"\x5589" @2345-3
+
+# \x54BD\x55DA 346-5-34-3
+noback context ["\x54BD"]"\x55DA" @346-5
+
+# \x54BD\x9580 2345-3-134-136-2
+noback context ["\x54BD"]"\x9580" @2345-3
+
+# \x54BD\x9818 2345-3-14-13456-4
+noback context ["\x54BD"]"\x9818" @2345-3
+
+# \x54BD\x982D 2345-3-124-12356-2
+noback context ["\x54BD"]"\x982D" @2345-3
+
+# \x54C0\x5B50 2456-3-125-156-4
+noback context _1"\x54C0"["\x5B50"] @125-156-4
+
+# \x54C0\x606B 2456-3-124-12346-3
+noback context _1"\x54C0"["\x606B"] @124-12346-3
+
+# \x54C0\x865F 2456-3-1235-146-2
+noback context _1"\x54C0"["\x865F"] @1235-146-2
+
+# \x54C1\x884C 1234-1456-4-15-13456-5
+noback context _1"\x54C1"["\x884C"] @15-13456-5
+
+# \x54C4\x50B3 1235-12346-3-12-12456-2
+noback context ["\x54C4"]"\x50B3" @1235-12346-3
+
+# \x54C4\x52D5 1235-12346-3-145-12346-5
+noback context ["\x54C4"]"\x52D5" @1235-12346-3
+
+# \x54C4\x54C4 1235-12346-3-1235-12346-3
+noback context ["\x54C4"]"\x54C4" @1235-12346-3
+noback context _1"\x54C4"["\x54C4"] @1235-12346-3
+
+# \x54C4\x5687 1235-12346-4-1235-2346-5
+noback context _1"\x54C4"["\x5687"] @1235-2346-5
+
+# \x54C4\x5802 1235-12346-3-124-1346-2
+noback context ["\x54C4"]"\x5802" @1235-12346-3
+
+# \x54C4\x62AC 1235-12346-3-124-2456-2
+noback context ["\x54C4"]"\x62AC" @1235-12346-3
+
+# \x54C4\x6436 1235-12346-3-245-46-4
+noback context ["\x54C4"]"\x6436" @1235-12346-3
+
+# \x54C4\x7136 1235-12346-3-1245-1236-2
+noback context ["\x54C4"]"\x7136" @1235-12346-3
+
+# \x54C8\x5587 1235-345-3-14-345-1
+noback context _1"\x54C8"["\x5587"] @14-345-1
+
+# \x54C9\x573E 125-2456-3-13-16-2
+noback context _1"\x54C9"["\x573E"] @13-16-2
+
+# \x54CF\x54CF 1235-136-3-1235-136-3
+noback context ["\x54CF"]"\x54CF" @1235-136-3
+noback context _1"\x54CF"["\x54CF"] @1235-136-3
+
+# \x54CF\x6BD2 1235-136-3-145-34-2
+noback context ["\x54CF"]"\x6BD2" @1235-136-3
+
+# \x54E9\x54E9 14-16-3-14-16-3
+noback context ["\x54E9"]"\x54E9" @14-16-3
+noback context _1"\x54E9"["\x54E9"] @14-16-3
+
+# \x54E9\x55F9 14-16-3-14-2345-2
+noback context ["\x54E9"]"\x55F9" @14-16-3
+
+# \x54E9\x5695 14-16-3-14-34-3
+noback context ["\x54E9"]"\x5695" @14-16-3
+
+# \x54EA\x5412 1345-25-2-1-345-5
+noback context ["\x54EA"]"\x5412" @1345-25-2
+
+# \x54EB\x8A3E 125-34-2-125-156-3
+noback context _1"\x54EB"["\x8A3E"] @125-156-3
+
+# \x54ED\x55AA 123-34-3-15-1346-5
+noback context _1"\x54ED"["\x55AA"] @15-1346-5
+
+# \x54ED\x865F 123-34-3-1235-146-2
+noback context _1"\x54ED"["\x865F"] @1235-146-2
+
+# \x54EE\x95DE 15-246-3-1235-1236-4
+noback context _1"\x54EE"["\x95DE"] @1235-1236-4
+
+# \x54F1\x56C9 1234-126-5-14-25-2
+noback context _1"\x54F1"["\x56C9"] @14-25-2
+
+# \x54FD\x54BD 13-1356-4-346-5
+noback context _1"\x54FD"["\x54BD"] @346-5
+
+# \x5505\x5607 1235-1236-3-24-1236-3
+noback context _1"\x5505"["\x5607"] @24-1236-3
+
+# \x5506\x8ABF 15-25-3-124-246-2
+noback context _1"\x5506"["\x8ABF"] @124-246-2
+
+# \x550C\x550C 2345-2-2345-2
+noback context ["\x550C"]"\x550C" @2345-2
+noback context _1"\x550C"["\x550C"] @2345-2
+
+# \x550F\x54E9 15-16-3-14-16-3
+noback context _1"\x550F"["\x54E9"] @14-16-3
+
+# \x5510\x585E 124-1346-2-15-2346-5
+noback context _1"\x5510"["\x585E"] @15-2346-5
+
+# \x5513\x55FB 12-2346-3-1-2346-3
+noback context _1"\x5513"["\x55FB"] @1-2346-3
+
+# \x5527\x5527 13-16-2-13-16-2
+noback context ["\x5527"]"\x5527" @13-16-2
+noback context _1"\x5527"["\x5527"] @13-16-2
+
+# \x5527\x55FE 13-16-2-15-12356-4
+noback context ["\x5527"]"\x55FE" @13-16-2
+
+# \x5527\x5616 13-16-2-125-2346-2
+noback context ["\x5527"]"\x5616" @13-16-2
+
+# \x5527\x7B52 13-16-2-124-12346-4
+noback context ["\x5527"]"\x7B52" @13-16-2
+
+# \x552D\x3608 245-16-5-16-5
+noback context _1"\x552D"["\x3608"] @16-5
+
+# \x5531\x35D5 12-1346-5-13-12356-3
+noback context _1"\x5531"["\x35D5"] @13-12356-3
+
+# \x5531\x548C 12-1346-5-1235-2346-5
+noback context _1"\x5531"["\x548C"] @1235-2346-5
+
+# \x5531\x5581 12-1346-5-1256-2
+noback context _1"\x5531"["\x5581"] @1256-2
+
+# \x5536\x5536 13-16-2-13-16-2
+noback context ["\x5536"]"\x5536" @13-16-2
+noback context _1"\x5536"["\x5536"] @13-16-2
+
+# \x553C\x4F5E 245-346-5-1345-13456-5
+noback context ["\x553C"]"\x4F5E" @245-346-5
+
+# \x553C\x558B 24-345-5-1-345-2
+noback context _1"\x553C"["\x558B"] @1-345-2
+
+# \x5541\x564D 1-12356-3-13-234-3
+noback context _1"\x5541"["\x564D"] @13-234-3
+
+# \x5546\x884C 24-1346-3-1235-1346-2
+noback context _1"\x5546"["\x884C"] @1235-1346-2
+
+# \x5546\x8CC8 24-1346-3-13-34-4
+noback context _1"\x5546"["\x8CC8"] @13-34-4
+
+# \x5546\x91CF 24-1346-3-14-46-2
+noback context _1"\x5546"["\x91CF"] @14-46-2
+
+# \x554F\x5377 123456-5-13-45-5
+noback context _1"\x554F"["\x5377"] @13-45-5
+
+# \x5551\x558B 24-345-5-1-345-2
+noback context _1"\x5551"["\x558B"] @1-345-2
+
+# \x5551\x8840 13-346-2-15-346-4
+noback context ["\x5551"]"\x8840" @13-346-2
+
+# \x555C\x8CFA 12-25-5-125-12456-5
+noback context _1"\x555C"["\x8CFA"] @125-12456-5
+
+# \x555E\x5427 23456-4-135-345-3
+noback context _1"\x555E"["\x5427"] @135-345-3
+
+# \x555E\x54BD 23456-3-346-5
+noback context ["\x555E"]"\x54BD" @23456-3
+noback context _1"\x555E"["\x54BD"] @346-5
+
+# \x555E\x555E 23456-3-23456-3
+noback context ["\x555E"]"\x555E" @23456-3
+noback context _1"\x555E"["\x555E"] @23456-3
+
+# \x555F\x7E47 245-16-4-1-12356-5
+noback context _1"\x555F"["\x7E47"] @1-12356-5
+
+# \x557E\x5527 13-234-3-13-16-2
+noback context _1"\x557E"["\x5527"] @13-16-2
+
+# \x5580\x5580 123-345-3-123-345-3
+noback context ["\x5580"]"\x5580" @123-345-3
+noback context _1"\x5580"["\x5580"] @123-345-3
+
+# \x5580\x55B3 123-345-3-12-345-3
+noback context ["\x5580"]"\x55B3" @123-345-3
+noback context _1"\x5580"["\x55B3"] @12-345-3
+
+# \x5580\x5693 123-345-3-245-345-3
+noback context ["\x5580"]"\x5693" @123-345-3
+
+# \x5580\x8840 123-2346-5-15-346-4
+noback context ["\x5580"]"\x8840" @123-2346-5
+
+# \x5581\x5581 1256-2-1256-2
+noback context ["\x5581"]"\x5581" @1256-2
+noback context _1"\x5581"["\x5581"] @1256-2
+
+# \x5584\x8CC8 24-1236-5-13-34-4
+noback context _1"\x5584"["\x8CC8"] @13-34-4
+
+# \x5587\x5587 14-345-3-14-345-3
+noback context ["\x5587"]"\x5587" @14-345-3
+noback context _1"\x5587"["\x5587"] @14-345-3
+
+# \x5589\x54BD 1235-12356-2-2345-3
+noback context _1"\x5589"["\x54BD"] @2345-3
+
+# \x5589\x585E 1235-12356-2-15-2456-3
+noback context _1"\x5589"["\x585E"] @15-2456-3
+
+# \x5591\x91B7 1456-3-2456-5
+noback context _1"\x5591"["\x91B7"] @2456-5
+
+# \x5593\x559D 246-3-1235-2346-5
+noback context _1"\x5593"["\x559D"] @1235-2346-5
+
+# \x559C\x597D 15-16-4-1235-146-5
+noback context _1"\x559C"["\x597D"] @1235-146-5
+
+# \x559D\x6B62 1235-2346-5-1-156-4
+noback context ["\x559D"]"\x6B62" @1235-2346-5
+
+# \x559D\x91C7 1235-2346-5-245-2456-4
+noback context ["\x559D"]"\x91C7" @1235-2346-5
+
+# \x55A2\x35D9 24-345-5-1345-345-5
+noback context _1"\x55A2"["\x35D9"] @1345-345-5
+
+# \x55A7\x54C4 15-45-3-1235-12346-3
+noback context _1"\x55A7"["\x54C4"] @1235-12346-3
+
+# \x55AA\x4E86 15-1346-5-14-2346-1
+noback context ["\x55AA"]"\x4E86" @15-1346-5
+
+# \x55AA\x547D 15-1346-5-134-13456-5
+noback context ["\x55AA"]"\x547D" @15-1346-5
+
+# \x55AA\x5931 15-1346-5-24-156-3
+noback context ["\x55AA"]"\x5931" @15-1346-5
+
+# \x55AA\x5B50 15-1346-5-125-156-4
+noback context ["\x55AA"]"\x5B50" @15-1346-5
+noback context _1"\x55AA"["\x5B50"] @125-156-4
+
+# \x55AA\x5BB6 15-1346-5-13-23456-3
+noback context ["\x55AA"]"\x5BB6" @15-1346-5
+
+# \x55AA\x5FC3 15-1346-5-15-1456-3
+noback context ["\x55AA"]"\x5FC3" @15-1346-5
+
+# \x55AA\x5FD7 15-1346-5-1-156-5
+noback context ["\x55AA"]"\x5FD7" @15-1346-5
+
+# \x55AA\x6B0A 15-1346-5-245-45-2
+noback context ["\x55AA"]"\x6B0A" @15-1346-5
+
+# \x55AA\x751F 15-1346-5-24-1356-3
+noback context ["\x55AA"]"\x751F" @15-1346-5
+
+# \x55AA\x76E1 15-1346-5-13-1456-5
+noback context ["\x55AA"]"\x76E1" @15-1346-5
+
+# \x55AA\x81BD 15-1346-5-145-1236-4
+noback context ["\x55AA"]"\x81BD" @15-1346-5
+
+# \x55AE\x4E8E 12-1236-2-1256-2
+noback context ["\x55AE"]"\x4E8E" @12-1236-2
+
+# \x55B2\x559D 246-3-1235-2346-5
+noback context _1"\x55B2"["\x559D"] @1235-2346-5
+
+# \x55B3\x547C 12-345-3-1235-34-3
+noback context ["\x55B3"]"\x547C" @12-345-3
+
+# \x55C4\x7A0B 24-345-5-12-1356-2
+noback context ["\x55C4"]"\x7A0B" @24-345-5
+
+# \x55C4\x98EF 24-345-5-12345-1236-5
+noback context ["\x55C4"]"\x98EF" @24-345-5
+
+# \x55CC\x4F4F 2456-5-1-34-5
+noback context ["\x55CC"]"\x4F4F" @2456-5
+
+# \x55CC\x585E 16-5-15-2346-5
+noback context _1"\x55CC"["\x585E"] @15-2346-5
+
+# \x55CE\x5561 134-345-4-12345-356-3
+noback context ["\x55CE"]"\x5561" @134-345-4
+
+# \x55D1\x55D1 1235-2346-2-1235-2346-2
+noback context ["\x55D1"]"\x55D1" @1235-2346-2
+noback context _1"\x55D1"["\x55D1"] @1235-2346-2
+
+# \x55D2\x55AA 124-345-5-15-1346-5
+noback context ["\x55D2"]"\x55AA" @124-345-5
+noback context _1"\x55D2"["\x55AA"] @15-1346-5
+
+# \x55D2\x7136 124-345-5-1245-1236-2
+noback context ["\x55D2"]"\x7136" @124-345-5
+
+# \x55DA\x54BD 34-3-346-5
+noback context _1"\x55DA"["\x54BD"] @346-5
+
+# \x55DB\x5FD7 245-2345-3-1-156-5
+noback context ["\x55DB"]"\x5FD7" @245-2345-3
+
+# \x55DB\x8B93 245-2345-3-1245-1346-5
+noback context ["\x55DB"]"\x8B93" @245-2345-3
+
+# \x55DC\x597D 24-156-5-1235-146-5
+noback context _1"\x55DC"["\x597D"] @1235-146-5
+
+# \x55E2\x5671 35-5-13-236-2
+noback context _1"\x55E2"["\x5671"] @13-236-2
+
+# \x5601\x54A8 125-345-2-125-156-3
+noback context ["\x5601"]"\x54A8" @125-345-2
+
+# \x560D\x56C9 14-12356-2-14-25-2
+noback context _1"\x560D"["\x56C9"] @14-25-2
+
+# \x560E\x5152 13-345-2-156-2
+noback context ["\x560E"]"\x5152" @13-345-2
+
+# \x560E\x8ABF 13-345-2-145-246-5
+noback context ["\x560E"]"\x8ABF" @13-345-2
+
+# \x5611\x723E 1235-34-5-156-4
+noback context ["\x5611"]"\x723E" @1235-34-5
+
+# \x5614\x5410 12356-4-124-34-5
+noback context _1"\x5614"["\x5410"] @124-34-5
+
+# \x5614\x5490 15-1256-3-12345-34-5
+noback context ["\x5614"]"\x5490" @15-1256-3
+
+# \x5614\x5532 12356-3-156-2
+noback context ["\x5614"]"\x5532" @12356-3
+
+# \x5614\x555E 12356-3-23456-3
+noback context ["\x5614"]"\x555E" @12356-3
+noback context _1"\x5614"["\x555E"] @23456-3
+
+# \x5614\x55BB 15-1256-3-1256-5
+noback context ["\x5614"]"\x55BB" @15-1256-3
+
+# \x5614\x5614 15-1256-3-15-1256-3
+noback context ["\x5614"]"\x5614" @15-1256-3
+noback context _1"\x5614"["\x5614"] @15-1256-3
+
+# \x5614\x6B4C 12356-3-13-2346-3
+noback context ["\x5614"]"\x6B4C" @12356-3
+
+# \x5614\x6C23 12356-5-245-16-5
+noback context ["\x5614"]"\x6C23" @12356-5
+
+# \x5614\x7B11 12356-3-15-246-5
+noback context ["\x5614"]"\x7B11" @12356-3
+
+# \x5614\x9D09 12356-3-23456-3
+noback context ["\x5614"]"\x9D09" @12356-3
+
+# \x561E\x561E 14-2346-3-14-2346-3
+noback context ["\x561E"]"\x561E" @14-2346-3
+noback context _1"\x561E"["\x561E"] @14-2346-3
+
+# \x5629\x5566 1235-35-3-14-345-3
+noback context ["\x5629"]"\x5566" @1235-35-3
+
+# \x5629\x5587 1235-35-3-14-345-3
+noback context ["\x5629"]"\x5587" @1235-35-3
+noback context _1"\x5629"["\x5587"] @14-345-3
+
+# \x5629\x5629 1235-35-3-1235-35-3
+noback context ["\x5629"]"\x5629" @1235-35-3
+noback context _1"\x5629"["\x5629"] @1235-35-3
+
+# \x5630\x54E9 13-16-3-14-16-3
+noback context _1"\x5630"["\x54E9"] @14-16-3
+
+# \x5635\x548B 15-246-3-1-345-5
+noback context _1"\x5635"["\x548B"] @1-345-5
+
+# \x564C\x5430 12-1356-3-1235-12346-2
+noback context ["\x564C"]"\x5430" @12-1356-3
+
+# \x564D\x6BBA 13-246-3-24-2456-5
+noback context ["\x564D"]"\x6BBA" @13-246-3
+noback context _1"\x564D"["\x6BBA"] @24-2456-5
+
+# \x5660\x5660 145-345-3-145-345-3
+noback context ["\x5660"]"\x5660" @145-345-3
+noback context _1"\x5660"["\x5660"] @145-345-3
+
+# \x5662\x54BB 1256-4-15-1256-4
+noback context ["\x5662"]"\x54BB" @1256-4
+noback context _1"\x5662"["\x54BB"] @15-1256-4
+
+# \x5664\x5607 13-1456-5-15-1236-4
+noback context _1"\x5664"["\x5607"] @15-1236-4
+
+# \x5668\x6A02 245-16-5-236-5
+noback context _1"\x5668"["\x6A02"] @236-5
+
+# \x5677\x5677 1235-136-3-1235-136-3
+noback context ["\x5677"]"\x5677" @1235-136-3
+noback context _1"\x5677"["\x5677"] @1235-136-3
+
+# \x5684\x5536 1235-25-5-125-2346-5
+noback context _1"\x5684"["\x5536"] @125-2346-5
+
+# \x5687\x963B 1235-2346-5-125-34-4
+noback context ["\x5687"]"\x963B" @1235-2346-5
+
+# \x568C\x55B3 13-16-5-12-345-3
+noback context _1"\x568C"["\x55B3"] @12-345-3
+
+# \x569C\x569C 134-126-5-134-126-5
+noback context ["\x569C"]"\x569C" @134-126-5
+noback context _1"\x569C"["\x569C"] @134-126-5
+
+# \x56C8\x6399 16-5-1-1356-3
+noback context _1"\x56C8"["\x6399"] @1-1356-3
+
+# \x56DB\x884C 15-156-5-1235-1346-2
+noback context _1"\x56DB"["\x884C"] @1235-1346-2
+
+# \x56DE\x61C9 1235-1246-2-13456-5
+noback context _1"\x56DE"["\x61C9"] @13456-5
+
+# \x56E0\x5B50 1456-3-125-156-4
+noback context _1"\x56E0"["\x5B50"] @125-156-4
+
+# \x56E0\x61C9 1456-3-13456-5
+noback context _1"\x56E0"["\x61C9"] @13456-5
+
+# \x56E0\x70BA 1456-3-1246-5
+noback context _1"\x56E0"["\x70BA"] @1246-5
+
+# \x56FA\x8457 13-34-5-1-25-2
+noback context _1"\x56FA"["\x8457"] @1-25-2
+
+# \x570B\x5B50 13-25-2-125-156-4
+noback context _1"\x570B"["\x5B50"] @125-156-4
+
+# \x570B\x6A02 13-25-2-236-5
+noback context _1"\x570B"["\x6A02"] @236-5
+
+# \x570B\x90FD 13-25-2-145-34-3
+noback context _1"\x570B"["\x90FD"] @145-34-3
+
+# \x5713\x68F9 45-2-1-25-3
+noback context _1"\x5713"["\x68F9"] @1-25-3
+
+# \x5716\x5011 124-34-2-134-136-2
+noback context _1"\x5716"["\x5011"] @134-136-2
+
+# \x5718\x9577 124-12456-2-1-1346-4
+noback context _1"\x5718"["\x9577"] @1-1346-4
+
+# \x571C\x4E18 45-2-245-234-3
+noback context ["\x571C"]"\x4E18" @45-2
+
+# \x571C\x6249 45-2-12345-356-3
+noback context ["\x571C"]"\x6249" @45-2
+
+# \x571C\x7246 45-2-245-46-2
+noback context ["\x571C"]"\x7246" @45-2
+
+# \x571C\x937E 45-2-1-12346-3
+noback context ["\x571C"]"\x937E" @45-2
+
+# \x571C\x947F 45-2-125-146-2
+noback context ["\x571C"]"\x947F" @45-2
+
+# \x571F\x8457 124-34-4-1-34-5
+noback context _1"\x571F"["\x8457"] @1-34-5
+
+# \x5728\x884C 125-2456-5-1235-1346-2
+noback context _1"\x5728"["\x884C"] @1235-1346-2
+
+# \x5730\x92EA 145-16-5-1234-34-5
+noback context _1"\x5730"["\x92EA"] @1234-34-5
+
+# \x5750\x9A0E 125-25-5-13-16-5
+noback context _1"\x5750"["\x9A0E"] @13-16-5
+
+# \x5766\x7387 124-1236-4-24-2356-5
+noback context _1"\x5766"["\x7387"] @24-2356-5
+
+# \x577B\x4EAC 12-156-2-13-13456-3
+noback context ["\x577B"]"\x4EAC" @12-156-2
+
+# \x578C\x51A2 124-12346-2-1-12346-4
+noback context ["\x578C"]"\x51A2" @124-12346-2
+
+# \x5793\x57CF 13-2456-3-2345-2
+noback context _1"\x5793"["\x57CF"] @2345-2
+
+# \x5794\x585E 1456-3-15-2346-5
+noback context _1"\x5794"["\x585E"] @15-2346-5
+
+# \x579B\x53E5 145-25-5-13-1256-5
+noback context ["\x579B"]"\x53E5" @145-25-5
+
+# \x579B\x5B57 145-25-5-125-156-5
+noback context ["\x579B"]"\x5B57" @145-25-5
+
+# \x57CB\x6C92 134-2456-2-134-126-5
+noback context _1"\x57CB"["\x6C92"] @134-126-5
+
+# \x57CF\x96A7 2345-2-15-1246-5
+noback context ["\x57CF"]"\x96A7" @2345-2
+
+# \x57E4\x502A 1234-16-5-1345-16-2
+noback context ["\x57E4"]"\x502A" @1234-16-5
+
+# \x57E4\x5804 1234-16-5-1345-16-2
+noback context ["\x57E4"]"\x5804" @1234-16-5
+
+# \x57F7\x5B50 1-156-2-125-156-4
+noback context _1"\x57F7"["\x5B50"] @125-156-4
+
+# \x57F7\x62D7 1-156-2-146-5
+noback context _1"\x57F7"["\x62D7"] @146-5
+
+# \x57F7\x8457 1-156-2-1-25-2
+noback context _1"\x57F7"["\x8457"] @1-25-2
+
+# \x57F9\x587F 1234-12356-4-14-12356-4
+noback context ["\x57F9"]"\x587F" @1234-12356-4
+
+# \x5806\x579B 145-1246-3-145-25-5
+noback context _1"\x5806"["\x579B"] @145-25-5
+
+# \x5824\x574A 124-16-2-12345-1346-2
+noback context _1"\x5824"["\x574A"] @12345-1346-2
+
+# \x5830\x585E 2345-5-15-2346-5
+noback context _1"\x5830"["\x585E"] @15-2346-5
+
+# \x5831\x61C9 135-146-5-13456-5
+noback context _1"\x5831"["\x61C9"] @13456-5
+
+# \x5834\x5408 12-1346-2-1235-2346-2
+noback context ["\x5834"]"\x5408" @12-1346-2
+
+# \x5834\x9762 12-1346-2-134-2345-5
+noback context ["\x5834"]"\x9762" @12-1346-2
+
+# \x5835\x585E 145-34-4-15-2346-5
+noback context _1"\x5835"["\x585E"] @15-2346-5
+
+# \x583F\x5777 123-1236-4-123-2346-4
+noback context ["\x583F"]"\x5777" @123-1236-4
+
+# \x584C\x8DBF 124-345-3-15-345-5
+noback context _1"\x584C"["\x8DBF"] @15-345-5
+
+# \x5857\x96A9 124-34-2-146-5
+noback context _1"\x5857"["\x96A9"] @146-5
+
+# \x585E\x4F4F 15-2456-3-1-34-5
+noback context ["\x585E"]"\x4F4F" @15-2456-3
+
+# \x585E\x5B50 15-2456-3-125-156-1
+noback context ["\x585E"]"\x5B50" @15-2456-3
+
+# \x585E\x6DF5 15-2346-5-45-3
+noback context ["\x585E"]"\x6DF5" @15-2346-5
+
+# \x585E\x6EFF 15-2456-3-134-1236-4
+noback context ["\x585E"]"\x6EFF" @15-2456-3
+
+# \x585E\x7259 15-2456-3-23456-2
+noback context ["\x585E"]"\x7259" @15-2456-3
+
+# \x585E\x8033 15-2456-3-156-4
+noback context ["\x585E"]"\x8033" @15-2456-3
+
+# \x585E\x8077 15-2346-5-1-156-2
+noback context ["\x585E"]"\x8077" @15-2346-5
+
+# \x585E\x8CAC 15-2346-5-125-2346-2
+noback context ["\x585E"]"\x8CAC" @15-2346-5
+
+# \x585E\x8ECA 15-2456-3-12-2346-3
+noback context ["\x585E"]"\x8ECA" @15-2456-3
+
+# \x586B\x54BD 124-2345-2-346-5
+noback context _1"\x586B"["\x54BD"] @346-5
+
+# \x586B\x585E 124-2345-2-15-2456-3
+noback context _1"\x586B"["\x585E"] @15-2456-3
+
+# \x586B\x7A7A 124-2345-2-123-12346-5
+noback context _1"\x586B"["\x7A7A"] @123-12346-5
+
+# \x586B\x7E2B 124-2345-2-12345-1356-5
+noback context _1"\x586B"["\x7E2B"] @12345-1356-5
+
+# \x5875\x5B50 12-136-2-125-156-4
+noback context _1"\x5875"["\x5B50"] @125-156-4
+
+# \x5875\x7D2F 12-136-2-14-356-4
+noback context _1"\x5875"["\x7D2F"] @14-356-4
+
+# \x589E\x9577 125-1356-3-1-1346-4
+noback context _1"\x589E"["\x9577"] @1-1346-4
+
+# \x58A8\x5377 134-126-5-13-45-5
+noback context _1"\x58A8"["\x5377"] @13-45-5
+
+# \x58A8\x5B50 134-126-5-125-156-4
+noback context _1"\x58A8"["\x5B50"] @125-156-4
+
+# \x58A8\x6688 134-126-5-256-5
+noback context _1"\x58A8"["\x6688"] @256-5
+
+# \x58A8\x7FDF 134-126-5-145-16-2
+noback context _1"\x58A8"["\x7FDF"] @145-16-2
+
+# \x58AE\x6581 145-25-5-145-34-5
+noback context _1"\x58AE"["\x6581"] @145-34-5
+
+# \x58C1\x5BBF 135-16-5-15-234-5
+noback context _1"\x58C1"["\x5BBF"] @15-234-5
+
+# \x58C5\x585E 235-3-15-2346-5
+noback context _1"\x58C5"["\x585E"] @15-2346-5
+
+# \x58D3\x5377 23456-3-13-45-5
+noback context _1"\x58D3"["\x5377"] @13-45-5
+
+# \x58EB\x87C6 24-156-5-134-345-2
+noback context _1"\x58EB"["\x87C6"] @134-345-2
+
+# \x58EC\x5B50 1245-136-2-125-156-4
+noback context _1"\x58EC"["\x5B50"] @125-156-4
+
+# \x58FD\x5CE0 24-12356-5-123-345-4
+noback context _1"\x58FD"["\x5CE0"] @123-345-4
+
+# \x590F\x5B50 15-23456-5-125-156-4
+noback context _1"\x590F"["\x5B50"] @125-156-4
+
+# \x590F\x695A 13-23456-4-12-34-4
+noback context ["\x590F"]"\x695A" @13-23456-4
+
+# \x5916\x5B50 2356-5-125-156-4
+noback context _1"\x5916"["\x5B50"] @125-156-4
+
+# \x5916\x76F8 2356-5-15-46-5
+noback context _1"\x5916"["\x76F8"] @15-46-5
+
+# \x5916\x884C 2356-5-1235-1346-2
+noback context _1"\x5916"["\x884C"] @1235-1346-2
+
+# \x5916\x9577 2356-5-1-1346-4
+noback context _1"\x5916"["\x9577"] @1-1346-4
+
+# \x5917\x5EF6 12456-3-2345-2
+noback context ["\x5917"]"\x5EF6" @12456-3
+
+# \x591A\x5B50 145-25-3-125-156-4
+noback context _1"\x591A"["\x5B50"] @125-156-4
+
+# \x591A\x91CD 145-25-3-12-12346-2
+noback context _1"\x591A"["\x91CD"] @12-12346-2
+
+# \x5927\x5B9B 145-345-5-45-3
+noback context _1"\x5927"["\x5B9B"] @45-3
+
+# \x5927\x5C07 145-345-5-13-46-5
+noback context _1"\x5927"["\x5C07"] @13-46-5
+
+# \x5927\x7387 145-345-5-24-2356-5
+noback context _1"\x5927"["\x7387"] @24-2356-5
+
+# \x5927\x7D6F 145-345-5-1235-2456-5
+noback context _1"\x5927"["\x7D6F"] @1235-2456-5
+
+# \x5927\x8CC8 145-345-5-13-34-4
+noback context _1"\x5927"["\x8CC8"] @13-34-4
+
+# \x5929\x49C7 124-2345-3-16-3
+noback context _1"\x5929"["\x49C7"] @16-3
+
+# \x5929\x5206 124-2345-3-12345-136-5
+noback context _1"\x5929"["\x5206"] @12345-136-5
+
+# \x5929\x5B50 124-2345-3-125-156-4
+noback context _1"\x5929"["\x5B50"] @125-156-4
+
+# \x5929\x76F8 124-2345-3-15-46-5
+noback context _1"\x5929"["\x76F8"] @15-46-5
+
+# \x592A\x5B50 124-2456-5-125-156-4
+noback context _1"\x592A"["\x5B50"] @125-156-4
+
+# \x592A\x76E3 124-2456-5-13-2345-5
+noback context _1"\x592A"["\x76E3"] @13-2345-5
+
+# \x592B\x5B50 12345-34-3-125-156-4
+noback context _1"\x592B"["\x5B50"] @125-156-4
+
+# \x592B\x5DEE 12345-34-3-12-2456-3
+noback context _1"\x592B"["\x5DEE"] @12-2456-3
+
+# \x592D\x4EA1 246-4-456-2
+noback context ["\x592D"]"\x4EA1" @246-4
+
+# \x592D\x6298 246-4-1-2346-2
+noback context ["\x592D"]"\x6298" @246-4
+
+# \x592D\x660F 246-4-1235-123456-3
+noback context ["\x592D"]"\x660F" @246-4
+
+# \x592D\x672D 246-4-1-345-2
+noback context ["\x592D"]"\x672D" @246-4
+
+# \x592D\x6789 246-4-456-4
+noback context ["\x592D"]"\x6789" @246-4
+
+# \x592D\x6B82 246-4-245-34-2
+noback context ["\x592D"]"\x6B82" @246-4
+
+# \x592D\x6B9E 246-4-256-4
+noback context ["\x592D"]"\x6B9E" @246-4
+
+# \x592D\x901D 246-4-24-156-5
+noback context ["\x592D"]"\x901D" @246-4
+
+# \x592D\x904F 246-4-2346-5
+noback context ["\x592D"]"\x904F" @246-4
+
+# \x592D\x95BC 246-4-2346-5
+noback context ["\x592D"]"\x95BC" @246-4
+
+# \x592E\x6227 46-3-245-46-3
+noback context _1"\x592E"["\x6227"] @245-46-3
+
+# \x5931\x7576 24-156-3-145-1346-5
+noback context _1"\x5931"["\x7576"] @145-1346-5
+
+# \x5931\x8ABF 24-156-3-124-246-2
+noback context _1"\x5931"["\x8ABF"] @124-246-2
+
+# \x593E\x7E2B 13-23456-2-12345-1356-5
+noback context _1"\x593E"["\x7E2B"] @12345-1356-5
+
+# \x5944\x4F8D 2345-3-24-156-5
+noback context ["\x5944"]"\x4F8D" @2345-3
+
+# \x5944\x5189 2345-3-1245-1236-4
+noback context ["\x5944"]"\x5189" @2345-3
+
+# \x5944\x5944 2345-3-2345-3
+noback context ["\x5944"]"\x5944" @2345-3
+noback context _1"\x5944"["\x5944"] @2345-3
+
+# \x5944\x5BA6 2345-3-1235-12456-5
+noback context ["\x5944"]"\x5BA6" @2345-3
+
+# \x5944\x5C39 2345-3-1456-4
+noback context ["\x5944"]"\x5C39" @2345-3
+
+# \x5944\x6B3B 2345-4-1235-34-3
+noback context _1"\x5944"["\x6B3B"] @1235-34-3
+
+# \x5944\x7559 2345-3-14-234-2
+noback context ["\x5944"]"\x7559" @2345-3
+
+# \x5944\x8001 2345-3-14-146-4
+noback context ["\x5944"]"\x8001" @2345-3
+
+# \x5944\x8C4E 2345-3-24-34-5
+noback context ["\x5944"]"\x8C4E" @2345-3
+
+# \x5947\x6578 13-16-3-24-34-5
+noback context ["\x5947"]"\x6578" @13-16-3
+
+# \x5949\x9084 12345-1356-5-1235-12456-2
+noback context _1"\x5949"["\x9084"] @1235-12456-2
+
+# \x5949\x990A 12345-1356-5-46-5
+noback context _1"\x5949"["\x990A"] @46-5
+
+# \x594F\x6A02 125-12356-5-236-5
+noback context _1"\x594F"["\x6A02"] @236-5
+
+# \x5953\x9761 24-2346-3-134-16-4
+noback context ["\x5953"]"\x9761" @24-2346-3
+
+# \x5962\x5FD5 24-2346-3-124-2456-5
+noback context _1"\x5962"["\x5FD5"] @124-2456-5
+
+# \x5964\x5B50 124-2456-4-125-156-1
+noback context ["\x5964"]"\x5B50" @124-2456-4
+
+# \x5970\x3792 135-356-5-15-16-5
+noback context _1"\x5970"["\x3792"] @15-16-5
+
+# \x5973\x5B50 1345-1256-4-125-156-4
+noback context _1"\x5973"["\x5B50"] @125-156-4
+
+# \x5973\x5C07 1345-1256-4-13-46-5
+noback context _1"\x5973"["\x5C07"] @13-46-5
+
+# \x5976\x8180 1345-2456-4-1234-1346-3
+noback context _1"\x5976"["\x8180"] @1234-1346-3
+
+# \x597D\x52D5 1235-146-5-145-12346-5
+noback context ["\x597D"]"\x52D5" @1235-146-5
+
+# \x597D\x52DD 1235-146-5-24-1356-5
+noback context ["\x597D"]"\x52DD" @1235-146-5
+
+# \x597D\x554F 1235-146-5-123456-5
+noback context ["\x597D"]"\x554F" @1235-146-5
+
+# \x597D\x5947 1235-146-5-245-16-2
+noback context ["\x597D"]"\x5947" @1235-146-5
+
+# \x597D\x60E1 1235-146-5-34-5
+noback context ["\x597D"]"\x60E1" @1235-146-5
+noback context _1"\x597D"["\x60E1"] @34-5
+
+# \x597D\x6230 1235-146-5-1-1236-5
+noback context ["\x597D"]"\x6230" @1235-146-5
+
+# \x597D\x8005 1235-146-5-1-2346-4
+noback context ["\x597D"]"\x8005" @1235-146-5
+
+# \x597D\x9B25 1235-146-5-145-12356-5
+noback context ["\x597D"]"\x9B25" @1235-146-5
+
+# \x59A5\x7576 124-25-4-145-1346-5
+noback context _1"\x59A5"["\x7576"] @145-1346-5
+
+# \x59D3\x5B50 15-13456-5-125-156-4
+noback context _1"\x59D3"["\x5B50"] @125-156-4
+
+# \x59D4\x66F2 1246-4-245-1256-3
+noback context _1"\x59D4"["\x66F2"] @245-1256-3
+
+# \x59D4\x86C7 1246-3-16-2
+noback context ["\x59D4"]"\x86C7" @1246-3
+noback context _1"\x59D4"["\x86C7"] @16-2
+
+# \x59D5\x5993 245-156-3-13-16-5
+noback context ["\x59D5"]"\x5993" @245-156-3
+
+# \x59D8\x5B23 1234-1456-3-1345-1356-2
+noback context _1"\x59D8"["\x5B23"] @1345-1356-2
+
+# \x59DC\x5B50 13-46-3-125-156-4
+noback context _1"\x59DC"["\x5B50"] @125-156-4
+
+# \x59E5\x59E5 14-146-4-14-146-1
+noback context _1"\x59E5"["\x59E5"] @14-146-1
+
+# \x5A01\x5687 1246-3-1235-2346-5
+noback context _1"\x5A01"["\x5687"] @1235-2346-5
+
+# \x5A03\x5A03 35-2-35-1
+noback context _1"\x5A03"["\x5A03"] @35-1
+
+# \x5A1C\x5A1C 1345-25-2-1345-25-2
+noback context ["\x5A1C"]"\x5A1C" @1345-25-2
+noback context _1"\x5A1C"["\x5A1C"] @1345-25-2
+
+# \x5A40\x5A1C 2346-3-1345-25-2
+noback context _1"\x5A40"["\x5A1C"] @1345-25-2
+
+# \x5A4D\x5B1F 245-16-4-16-4
+noback context _1"\x5A4D"["\x5B1F"] @16-4
+
+# \x5A69\x65AB 1345-236-5-1-25-2
+noback context ["\x5A69"]"\x65AB" @1345-236-5
+
+# \x5A6D\x5B1B 23456-5-1235-12456-2
+noback context _1"\x5A6D"["\x5B1B"] @1235-12456-2
+
+# \x5A7C\x7F8C 1245-25-5-245-46-3
+noback context ["\x5A7C"]"\x7F8C" @1245-25-5
+
+# \x5A89\x5A89 25-5-25-5
+noback context ["\x5A89"]"\x5A89" @25-5
+noback context _1"\x5A89"["\x5A89"] @25-5
+
+# \x5AAE\x751F 1256-2-24-1356-3
+noback context ["\x5AAE"]"\x751F" @1256-2
+
+# \x5AC7\x5975 134-13456-4-145-13456-4
+noback context ["\x5AC7"]"\x5975" @134-13456-4
+noback context _1"\x5AC7"["\x5975"] @145-13456-4
+
+# \x5ACB\x5A1C 1345-246-4-1345-25-2
+noback context _1"\x5ACB"["\x5A1C"] @1345-25-2
+
+# \x5ACC\x60E1 15-2345-2-34-5
+noback context _1"\x5ACC"["\x60E1"] @34-5
+
+# \x5ACF\x5B1B 14-1346-2-1235-12456-2
+noback context _1"\x5ACF"["\x5B1B"] @1235-12456-2
+
+# \x5AE1\x5B50 145-16-2-125-156-4
+noback context _1"\x5AE1"["\x5B50"] @125-156-4
+
+# \x5AE1\x9577 145-16-2-1-1346-4
+noback context _1"\x5AE1"["\x9577"] @1-1346-4
+
+# \x5AE7\x5A15 245-2346-5-14-2456-5
+noback context ["\x5AE7"]"\x5A15" @245-2346-5
+
+# \x5B08\x5B08 246-4-246-4
+noback context ["\x5B08"]"\x5B08" @246-4
+noback context _1"\x5B08"["\x5B08"] @246-4
+
+# \x5B08\x60F1 1245-146-4-1345-146-4
+noback context ["\x5B08"]"\x60F1" @1245-146-4
+
+# \x5B2E\x371E 2345-5-245-2345-5
+noback context ["\x5B2E"]"\x371E" @2345-5
+
+# \x5B50\x5B50 125-156-4-125-156-4
+noback context ["\x5B50"]"\x5B50" @125-156-4
+noback context _1"\x5B50"["\x5B50"] @125-156-4
+
+# \x5B50\x5F48 125-156-4-145-1236-5
+noback context ["\x5B50"]"\x5F48" @125-156-4
+noback context _1"\x5B50"["\x5F48"] @145-1236-5
+
+# \x5B50\x66F0 125-156-4-236-3
+noback context ["\x5B50"]"\x66F0" @125-156-4
+
+# \x5B50\x80E4 125-156-4-1456-5
+noback context ["\x5B50"]"\x80E4" @125-156-4
+
+# \x5B50\x8449 125-156-4-346-5
+noback context ["\x5B50"]"\x8449" @125-156-4
+
+# \x5B51\x5B52 13-346-2-13-12346-4
+noback context _1"\x5B51"["\x5B52"] @13-12346-4
+
+# \x5B54\x5B50 123-12346-4-125-156-4
+noback context _1"\x5B54"["\x5B50"] @125-156-4
+
+# \x5B57\x5B50 125-156-5-125-156-4
+noback context _1"\x5B57"["\x5B50"] @125-156-4
+
+# \x5B57\x5E16 125-156-5-124-346-5
+noback context _1"\x5B57"["\x5E16"] @124-346-5
+
+# \x5B5D\x5B50 15-246-5-125-156-4
+noback context _1"\x5B5D"["\x5B50"] @125-156-4
+
+# \x5B5D\x990A 15-246-5-46-5
+noback context _1"\x5B5D"["\x990A"] @46-5
+
+# \x5B5F\x5B50 134-1356-5-125-156-4
+noback context _1"\x5B5F"["\x5B50"] @125-156-4
+
+# \x5B62\x5B50 135-146-3-125-156-4
+noback context _1"\x5B62"["\x5B50"] @125-156-4
+
+# \x5B63\x5B50 13-16-5-125-156-4
+noback context _1"\x5B63"["\x5B50"] @125-156-4
+
+# \x5B64\x5B50 13-34-3-125-156-4
+noback context _1"\x5B64"["\x5B50"] @125-156-4
+
+# \x5B78\x5B50 15-236-2-125-156-4
+noback context _1"\x5B78"["\x5B50"] @125-156-4
+
+# \x5B78\x9577 15-236-2-1-1346-4
+noback context _1"\x5B78"["\x9577"] @1-1346-4
+
+# \x5B7A\x5B50 1245-34-2-125-156-4
+noback context _1"\x5B7A"["\x5B50"] @125-156-4
+
+# \x5B7F\x5B50 14-12456-2-125-156-4
+noback context _1"\x5B7F"["\x5B50"] @125-156-4
+
+# \x5B88\x5206 24-12356-4-12345-136-5
+noback context _1"\x5B88"["\x5206"] @12345-136-5
+
+# \x5B88\x5C07 24-12356-4-13-46-5
+noback context _1"\x5B88"["\x5C07"] @13-46-5
+
+# \x5B89\x5206 1236-3-12345-136-5
+noback context _1"\x5B89"["\x5206"] @12345-136-5
+
+# \x5B8B\x9203 15-12346-5-13-2345-3
+noback context _1"\x5B8B"["\x9203"] @13-2345-3
+
+# \x5B8F\x7881 1235-12346-2-13-16-3
+noback context _1"\x5B8F"["\x7881"] @13-16-3
+
+# \x5B93\x5983 12345-34-2-12345-356-3
+noback context ["\x5B93"]"\x5983" @12345-34-2
+
+# \x5B93\x5B50 12345-34-2-125-156-4
+noback context ["\x5B93"]"\x5B50" @12345-34-2
+noback context _1"\x5B93"["\x5B50"] @125-156-4
+
+# \x5B93\x6232 12345-34-2-15-16-5
+noback context ["\x5B93"]"\x6232" @12345-34-2
+
+# \x5B93\x7FB2 12345-34-2-15-16-3
+noback context ["\x5B93"]"\x7FB2" @12345-34-2
+
+# \x5B98\x9577 13-12456-3-1-1346-4
+noback context _1"\x5B98"["\x9577"] @1-1346-4
+
+# \x5B9A\x7701 145-13456-5-15-13456-4
+noback context _1"\x5B9A"["\x7701"] @15-13456-4
+
+# \x5BA3\x5377 15-45-3-13-45-5
+noback context _1"\x5BA3"["\x5377"] @13-45-5
+
+# \x5BB0\x4E88 125-2456-4-1256-2
+noback context _1"\x5BB0"["\x4E88"] @1256-2
+
+# \x5BB0\x76F8 125-2456-4-15-46-5
+noback context _1"\x5BB0"["\x76F8"] @15-46-5
+
+# \x5BB3\x81CA 1235-2456-5-15-146-5
+noback context _1"\x5BB3"["\x81CA"] @15-146-5
+
+# \x5BB6\x4F19 13-23456-3-1235-25-1
+noback context _1"\x5BB6"["\x4F19"] @1235-25-1
+
+# \x5BB6\x7576 13-23456-3-145-1346-5
+noback context _1"\x5BB6"["\x7576"] @145-1346-5
+
+# \x5BB6\x8A3E 13-23456-3-125-156-3
+noback context _1"\x5BB6"["\x8A3E"] @125-156-3
+
+# \x5BB6\x9577 13-23456-3-1-1346-4
+noback context _1"\x5BB6"["\x9577"] @1-1346-4
+
+# \x5BBF\x5C07 15-34-5-13-46-5
+noback context _1"\x5BBF"["\x5C07"] @13-46-5
+
+# \x5BC6\x5207 134-16-5-245-346-5
+noback context _1"\x5BC6"["\x5207"] @245-346-5
+
+# \x5BC6\x866E 134-16-5-13-16-3
+noback context _1"\x5BC6"["\x866E"] @13-16-3
+
+# \x5BD2\x5047 1235-1236-2-13-23456-5
+noback context _1"\x5BD2"["\x5047"] @13-23456-5
+
+# \x5BE6\x5F48 24-156-2-145-1236-5
+noback context _1"\x5BE6"["\x5F48"] @145-1236-5
+
+# \x5BE9\x5EA6 24-136-4-145-25-5
+noback context _1"\x5BE9"["\x5EA6"] @145-25-5
+
+# \x5BF6\x5377 135-146-4-13-45-5
+noback context _1"\x5BF6"["\x5377"] @13-45-5
+
+# \x5BF6\x85CF 135-146-4-125-1346-5
+noback context _1"\x5BF6"["\x85CF"] @125-1346-5
+
+# \x5C01\x79AA 12345-1356-3-24-1236-5
+noback context _1"\x5C01"["\x79AA"] @24-1236-5
+
+# \x5C07\x4EE4 13-46-5-14-13456-5
+noback context ["\x5C07"]"\x4EE4" @13-46-5
+
+# \x5C07\x4F50 13-46-5-125-25-4
+noback context ["\x5C07"]"\x4F50" @13-46-5
+
+# \x5C07\x58EB 13-46-5-24-156-5
+noback context ["\x5C07"]"\x58EB" @13-46-5
+
+# \x5C07\x5B98 13-46-5-13-12456-3
+noback context ["\x5C07"]"\x5B98" @13-46-5
+
+# \x5C07\x5E25 13-46-5-24-2356-5
+noback context ["\x5C07"]"\x5E25" @13-46-5
+
+# \x5C07\x5F01 13-46-5-135-2345-5
+noback context ["\x5C07"]"\x5F01" @13-46-5
+
+# \x5C07\x6750 13-46-5-245-2456-2
+noback context ["\x5C07"]"\x6750" @13-46-5
+
+# \x5C07\x6821 13-46-5-15-246-5
+noback context ["\x5C07"]"\x6821" @13-46-5
+
+# \x5C07\x76F8 13-46-5-15-46-5
+noback context ["\x5C07"]"\x76F8" @13-46-5
+noback context _1"\x5C07"["\x76F8"] @15-46-5
+
+# \x5C07\x9580 13-46-5-134-136-2
+noback context ["\x5C07"]"\x9580" @13-46-5
+
+# \x5C07\x9818 13-46-5-14-13456-4
+noback context ["\x5C07"]"\x9818" @13-46-5
+
+# \x5C08\x6A6B 1-12456-3-1235-1356-5
+noback context _1"\x5C08"["\x6A6B"] @1235-1356-5
+
+# \x5C08\x8457 1-12456-3-1-34-5
+noback context _1"\x5C08"["\x8457"] @1-34-5
+
+# \x5C0A\x9577 125-123456-3-1-1346-4
+noback context _1"\x5C0A"["\x9577"] @1-1346-4
+
+# \x5C0D\x61C9 145-1246-5-13456-5
+noback context _1"\x5C0D"["\x61C9"] @13456-5
+
+# \x5C0D\x7A31 145-1246-5-12-136-5
+noback context _1"\x5C0D"["\x7A31"] @12-136-5
+
+# \x5C0E\x5F48 145-146-4-145-1236-5
+noback context _1"\x5C0E"["\x5F48"] @145-1236-5
+
+# \x5C0E\x64AD 145-146-4-135-126-3
+noback context _1"\x5C0E"["\x64AD"] @135-126-3
+
+# \x5C0F\x5006 15-246-4-14-46-4
+noback context _1"\x5C0F"["\x5006"] @14-46-4
+
+# \x5C0F\x50B3 15-246-4-1-12456-5
+noback context _1"\x5C0F"["\x50B3"] @1-12456-5
+
+# \x5C0F\x6112 15-246-4-245-16-5
+noback context _1"\x5C0F"["\x6112"] @245-16-5
+
+# \x5C0F\x7E2B 15-246-4-12345-1356-5
+noback context _1"\x5C0F"["\x7E2B"] @12345-1356-5
+
+# \x5C11\x58EF 24-146-5-1-456-5
+noback context ["\x5C11"]"\x58EF" @24-146-5
+
+# \x5C11\x5973 24-146-5-1345-1256-4
+noback context ["\x5C11"]"\x5973" @24-146-5
+
+# \x5C11\x5A66 24-146-5-12345-34-5
+noback context ["\x5C11"]"\x5A66" @24-146-5
+
+# \x5C11\x5B50 24-146-4-125-156-4
+noback context _1"\x5C11"["\x5B50"] @125-156-4
+
+# \x5C11\x5B89 24-146-3-1236-3
+noback context ["\x5C11"]"\x5B89" @24-146-3
+
+# \x5C11\x5C07 24-146-5-13-46-5
+noback context ["\x5C11"]"\x5C07" @24-146-5
+noback context _1"\x5C11"["\x5C07"] @13-46-5
+
+# \x5C11\x5E74 24-146-5-1345-2345-2
+noback context ["\x5C11"]"\x5E74" @24-146-5
+
+# \x5C11\x5EB7 24-146-5-123-1346-3
+noback context ["\x5C11"]"\x5EB7" @24-146-5
+
+# \x5C11\x6797 24-146-5-14-1456-2
+noback context ["\x5C11"]"\x6797" @24-146-5
+
+# \x5C11\x723A 24-146-5-346-2
+noback context ["\x5C11"]"\x723A" @24-146-5
+
+# \x5C24\x4F97 234-2-124-12346-2
+noback context _1"\x5C24"["\x4F97"] @124-12346-2
+
+# \x5C28\x670D 1234-1346-2-12345-34-2
+noback context ["\x5C28"]"\x670D" @1234-1346-2
+
+# \x5C28\x7136 1234-1346-2-1245-1236-2
+noback context ["\x5C28"]"\x7136" @1234-1346-2
+
+# \x5C28\x7709 1234-1346-2-134-356-2
+noback context ["\x5C28"]"\x7709" @1234-1346-2
+
+# \x5C28\x8338 134-1356-2-1245-12346-2
+noback context ["\x5C28"]"\x8338" @134-1356-2
+
+# \x5C28\x96DC 1234-1346-2-125-345-2
+noback context ["\x5C28"]"\x96DC" @1234-1346-2
+
+# \x5C31\x5F97 13-234-5-145-356-4
+noback context _1"\x5C31"["\x5F97"] @145-356-4
+
+# \x5C38\x5B50 24-156-3-125-156-4
+noback context _1"\x5C38"["\x5B50"] @125-156-4
+
+# \x5C3E\x5DF4 16-4-135-345-3
+noback context ["\x5C3E"]"\x5DF4" @16-4
+
+# \x5C3F\x6EBA 1345-246-5-1345-246-5
+noback context _1"\x5C3F"["\x6EBA"] @1345-246-5
+
+# \x5C40\x9577 13-1256-2-1-1346-4
+noback context _1"\x5C40"["\x9577"] @1-1346-4
+
+# \x5C4E\x6EBA 24-156-4-1345-246-5
+noback context _1"\x5C4E"["\x6EBA"] @1345-246-5
+
+# \x5C4F\x606F 135-13456-4-15-16-2
+noback context ["\x5C4F"]"\x606F" @135-13456-4
+
+# \x5C4F\x71DF 135-13456-3-13456-2
+noback context ["\x5C4F"]"\x71DF" @135-13456-3
+
+# \x5C4F\x9000 135-13456-4-124-1246-5
+noback context ["\x5C4F"]"\x9000" @135-13456-4
+
+# \x5C4F\x9664 135-13456-4-12-34-2
+noback context ["\x5C4F"]"\x9664" @135-13456-4
+
+# \x5C55\x5377 1-1236-4-13-45-5
+noback context _1"\x5C55"["\x5377"] @13-45-5
+
+# \x5C65\x8E7B 14-1256-4-13-236-2
+noback context _1"\x5C65"["\x8E7B"] @13-236-2
+
+# \x5C6C\x57A3 1-34-4-45-2
+noback context ["\x5C6C"]"\x57A3" @1-34-4
+
+# \x5C6C\x7E8A 1-34-4-123-456-5
+noback context ["\x5C6C"]"\x7E8A" @1-34-4
+
+# \x5C6F\x525D 1-123456-3-135-126-3
+noback context ["\x5C6F"]"\x525D" @1-123456-3
+
+# \x5C6F\x5366 1-123456-3-13-35-5
+noback context ["\x5C6F"]"\x5366" @1-123456-3
+
+# \x5C6F\x5426 1-123456-3-1234-16-4
+noback context ["\x5C6F"]"\x5426" @1-123456-3
+noback context _1"\x5C6F"["\x5426"] @1234-16-4
+
+# \x5C6F\x574E 1-123456-3-123-1236-4
+noback context ["\x5C6F"]"\x574E" @1-123456-3
+
+# \x5C6F\x818F 1-123456-3-13-146-3
+noback context ["\x5C6F"]"\x818F" @1-123456-3
+
+# \x5C6F\x8E47 1-123456-3-13-2345-4
+noback context ["\x5C6F"]"\x8E47" @1-123456-3
+
+# \x5C6F\x8E76 1-123456-3-13-236-2
+noback context ["\x5C6F"]"\x8E76" @1-123456-3
+
+# \x5C6F\x9085 1-123456-3-1-1236-3
+noback context ["\x5C6F"]"\x9085" @1-123456-3
+
+# \x5C6F\x96E3 1-123456-3-1345-1236-5
+noback context ["\x5C6F"]"\x96E3" @1-123456-3
+noback context _1"\x5C6F"["\x96E3"] @1345-1236-5
+
+# \x5C71\x3E91 24-1236-3-15-146-3
+noback context _1"\x5C71"["\x3E91"] @15-146-3
+
+# \x5C90\x5DB7 245-16-2-1345-16-5
+noback context _1"\x5C90"["\x5DB7"] @1345-16-5
+
+# \x5C91\x53C3 245-136-2-24-136-3
+noback context _1"\x5C91"["\x53C3"] @24-136-3
+
+# \x5CA8\x5CFF 13-1256-4-1256-4
+noback context ["\x5CA8"]"\x5CFF" @13-1256-4
+noback context _1"\x5CA8"["\x5CFF"] @1256-4
+
+# \x5CAD\x5D64 14-13456-2-13456-2
+noback context _1"\x5CAD"["\x5D64"] @13456-2
+
+# \x5CFD\x5D25 15-23456-2-135-16-4
+noback context _1"\x5CFD"["\x5D25"] @135-16-4
+
+# \x5D06\x5CD2 123-12346-3-124-12346-2
+noback context _1"\x5D06"["\x5CD2"] @124-12346-2
+
+# \x5D25\x5D39 1234-16-2-124-16-2
+noback context ["\x5D25"]"\x5D39" @1234-16-2
+
+# \x5D4D\x4E18 134-146-2-245-234-3
+noback context ["\x5D4D"]"\x4E18" @134-146-2
+
+# \x5D4E\x9295 1256-2-16-2
+noback context _1"\x5D4E"["\x9295"] @16-2
+
+# \x5D6A\x5D85 123-146-3-146-2
+noback context ["\x5D6A"]"\x5D85" @123-146-3
+
+# \x5D94\x380C 245-1456-3-245-16-3
+noback context _1"\x5D94"["\x380C"] @245-16-3
+
+# \x5D9C\x789E 245-1456-2-2345-2
+noback context ["\x5D9C"]"\x789E" @245-1456-2
+
+# \x5DB7\x5C8C 1345-16-5-13-16-2
+noback context ["\x5DB7"]"\x5C8C" @1345-16-5
+
+# \x5DB7\x5DB7 1345-16-5-1345-16-5
+noback context ["\x5DB7"]"\x5DB7" @1345-16-5
+noback context _1"\x5DB7"["\x5DB7"] @1345-16-5
+
+# \x5DB7\x7136 1345-16-5-1245-1236-2
+noback context ["\x5DB7"]"\x7136" @1345-16-5
+
+# \x5DC0\x5DAD 13-346-2-2346-5
+noback context _1"\x5DC0"["\x5DAD"] @2346-5
+
+# \x5DE1\x66F4 15-256-2-13-1356-3
+noback context _1"\x5DE1"["\x66F4"] @13-1356-3
+
+# \x5DE1\x92EA 15-256-2-1234-34-5
+noback context _1"\x5DE1"["\x92EA"] @1234-34-5
+
+# \x5DE6\x50B3 125-25-4-1-12456-5
+noback context _1"\x5DE6"["\x50B3"] @1-12456-5
+
+# \x5DE8\x8457 13-1256-5-1-34-5
+noback context _1"\x5DE8"["\x8457"] @1-34-5
+
+# \x5DEE\x4E0D 12-345-5-135-34-5
+noback context ["\x5DEE"]"\x4E0D" @12-345-5
+
+# \x5DEE\x4E8B 12-2456-3-24-156-5
+noback context ["\x5DEE"]"\x4E8B" @12-2456-3
+
+# \x5DEE\x4F7F 12-2456-3-24-156-4
+noback context ["\x5DEE"]"\x4F7F" @12-2456-3
+
+# \x5DEE\x5F79 12-2456-3-16-5
+noback context ["\x5DEE"]"\x5F79" @12-2456-3
+
+# \x5DEE\x9063 12-2456-3-245-2345-4
+noback context ["\x5DEE"]"\x9063" @12-2456-3
+
+# \x5DEE\x9EDE 12-345-5-145-2345-4
+noback context ["\x5DEE"]"\x9EDE" @12-345-5
+
+# \x5DF1\x5B50 13-16-4-125-156-4
+noback context _1"\x5DF1"["\x5B50"] @125-156-4
+
+# \x5DF4\x7B54 135-345-3-145-345-3
+noback context _1"\x5DF4"["\x7B54"] @145-345-3
+
+# \x5E02\x9577 24-156-5-1-1346-4
+noback context _1"\x5E02"["\x9577"] @1-1346-4
+
+# \x5E16\x8033 124-346-3-156-4
+noback context ["\x5E16"]"\x8033" @124-346-3
+
+# \x5E2B\x9577 24-156-3-1-1346-4
+noback context _1"\x5E2B"["\x9577"] @1-1346-4
+
+# \x5E36\x633E 145-2456-5-13-23456-2
+noback context _1"\x5E36"["\x633E"] @13-23456-2
+
+# \x5E6A\x5E6A 134-1356-4-134-1356-4
+noback context ["\x5E6A"]"\x5E6A" @134-1356-4
+noback context _1"\x5E6A"["\x5E6A"] @134-1356-4
+
+# \x5E72\x5C07 13-1236-3-13-46-5
+noback context _1"\x5E72"["\x5C07"] @13-46-5
+
+# \x5E74\x5047 1345-2345-2-13-23456-5
+noback context _1"\x5E74"["\x5047"] @13-23456-5
+
+# \x5E74\x5C11 1345-2345-2-24-146-5
+noback context _1"\x5E74"["\x5C11"] @24-146-5
+
+# \x5E74\x9577 1345-2345-2-1-1346-4
+noback context _1"\x5E74"["\x9577"] @1-1346-4
+
+# \x5E79\x561B 13-1236-5-134-345-2
+noback context _1"\x5E79"["\x561B"] @134-345-2
+
+# \x5E79\x9EBC 13-1236-5-134-345-2
+noback context _1"\x5E79"["\x9EBC"] @134-345-2
+
+# \x5E7C\x5B50 234-5-125-156-4
+noback context _1"\x5E7C"["\x5B50"] @125-156-4
+
+# \x5E7D\x54BD 234-3-346-5
+noback context _1"\x5E7D"["\x54BD"] @346-5
+
+# \x5E7E\x4E4E 13-16-3-1235-34-3
+noback context ["\x5E7E"]"\x4E4E" @13-16-3
+
+# \x5E7E\x8FD1 13-16-3-13-1456-5
+noback context ["\x5E7E"]"\x8FD1" @13-16-3
+
+# \x5E7E\x99B1 13-16-4-145-25-5
+noback context _1"\x5E7E"["\x99B1"] @145-25-5
+
+# \x5E84\x5B50 1-456-3-125-156-4
+noback context _1"\x5E84"["\x5B50"] @125-156-4
+
+# \x5E8A\x695E 12-456-2-14-1356-2
+noback context _1"\x5E8A"["\x695E"] @14-1356-2
+
+# \x5E8A\x92EA 12-456-2-1234-34-5
+noback context _1"\x5E8A"["\x92EA"] @1234-34-5
+
+# \x5E97\x92EA 145-2345-5-1234-34-5
+noback context _1"\x5E97"["\x92EA"] @1234-34-5
+
+# \x5E9A\x5B50 13-1356-3-125-156-4
+noback context _1"\x5E9A"["\x5B50"] @125-156-4
+
+# \x5EA6\x5047 145-34-5-13-23456-5
+noback context _1"\x5EA6"["\x5047"] @13-23456-5
+
+# \x5EA8\x7A8C 15-246-3-14-246-2
+noback context _1"\x5EA8"["\x7A8C"] @14-246-2
+
+# \x5EAC\x6F92 134-1356-4-1235-12346-5
+noback context ["\x5EAC"]"\x6F92" @134-1356-4
+
+# \x5EAD\x9577 124-13456-2-1-1346-4
+noback context _1"\x5EAD"["\x9577"] @1-1346-4
+
+# \x5EB6\x5B50 24-34-5-125-156-4
+noback context _1"\x5EB6"["\x5B50"] @125-156-4
+
+# \x5EB8\x884C 235-3-15-13456-5
+noback context _1"\x5EB8"["\x884C"] @15-13456-5
+
+# \x5ED5\x5B50 1456-5-125-156-4
+noback context _1"\x5ED5"["\x5B50"] @125-156-4
+
+# \x5EDE\x585E 245-1456-3-15-2346-5
+noback context _1"\x5EDE"["\x585E"] @15-2346-5
+
+# \x5EE0\x9577 12-1346-4-1-1346-4
+noback context _1"\x5EE0"["\x9577"] @1-1346-4
+
+# \x5EF3\x9577 124-13456-3-1-1346-4
+noback context _1"\x5EF3"["\x9577"] @1-1346-4
+
+# \x5EFA\x90FD 13-2345-5-145-34-3
+noback context _1"\x5EFA"["\x90FD"] @145-34-3
+
+# \x5F14\x6492 145-246-5-15-345-3
+noback context _1"\x5F14"["\x6492"] @15-345-3
+
+# \x5F14\x8180 145-246-5-135-1346-5
+noback context _1"\x5F14"["\x8180"] @135-1346-5
+
+# \x5F1F\x5B50 145-16-5-125-156-4
+noback context _1"\x5F1F"["\x5B50"] @125-156-4
+
+# \x5F26\x6A02 15-2345-2-236-5
+noback context _1"\x5F26"["\x6A02"] @236-5
+
+# \x5F35\x5B50 1-1346-3-125-156-4
+noback context _1"\x5F35"["\x5B50"] @125-156-4
+
+# \x5F37\x5236 245-46-4-1-156-5
+noback context ["\x5F37"]"\x5236" @245-46-4
+
+# \x5F37\x5360 245-46-4-1-1236-5
+noback context ["\x5F37"]"\x5360" @245-46-4
+
+# \x5F37\x5B50 245-46-2-125-156-4
+noback context _1"\x5F37"["\x5B50"] @125-156-4
+
+# \x5F37\x5C07 245-46-2-13-46-5
+noback context _1"\x5F37"["\x5C07"] @13-46-5
+
+# \x5F37\x5E79 245-46-4-13-1236-5
+noback context ["\x5F37"]"\x5E79" @245-46-4
+
+# \x5F37\x6A6B 245-46-2-1235-1356-5
+noback context _1"\x5F37"["\x6A6B"] @1235-1356-5
+
+# \x5F37\x6C42 245-46-4-245-234-2
+noback context ["\x5F37"]"\x6C42" @245-46-4
+
+# \x5F37\x8052 245-46-4-13-35-3
+noback context ["\x5F37"]"\x8052" @245-46-4
+
+# \x5F46\x5F37 135-346-5-13-46-5
+noback context _1"\x5F46"["\x5F37"] @13-46-5
+
+# \x5F48\x4E38 145-1236-5-12456-2
+noback context ["\x5F48"]"\x4E38" @145-1236-5
+
+# \x5F48\x5323 145-1236-5-15-23456-2
+noback context ["\x5F48"]"\x5323" @145-1236-5
+
+# \x5F48\x5B54 145-1236-5-123-12346-4
+noback context ["\x5F48"]"\x5B54" @145-1236-5
+
+# \x5F48\x5F13 145-1236-5-13-12346-3
+noback context ["\x5F48"]"\x5F13" @145-1236-5
+
+# \x5F48\x6399 124-1236-2-1-1356-3
+noback context _1"\x5F48"["\x6399"] @1-1356-3
+
+# \x5F48\x6BBC 145-1236-5-123-2346-2
+noback context ["\x5F48"]"\x6BBC" @145-1236-5
+
+# \x5F48\x73E0 145-1236-5-1-34-3
+noback context ["\x5F48"]"\x73E0" @145-1236-5
+
+# \x5F48\x76E1 145-1236-5-13-1456-5
+noback context ["\x5F48"]"\x76E1" @145-1236-5
+
+# \x5F48\x846F 145-1236-5-246-5
+noback context ["\x5F48"]"\x846F" @145-1236-5
+
+# \x5F48\x85E5 145-1236-5-246-5
+noback context ["\x5F48"]"\x85E5" @145-1236-5
+
+# \x5F48\x9053 145-1236-5-145-146-5
+noback context ["\x5F48"]"\x9053" @145-1236-5
+
+# \x5F48\x96E8 145-1236-5-1256-4
+noback context ["\x5F48"]"\x96E8" @145-1236-5
+
+# \x5F48\x982D 145-1236-5-124-12356-2
+noback context ["\x5F48"]"\x982D" @145-1236-5
+
+# \x5F4C\x5B50 134-16-2-125-156-4
+noback context _1"\x5F4C"["\x5B50"] @125-156-4
+
+# \x5F4C\x6492 134-16-2-15-345-3
+noback context _1"\x5F4C"["\x6492"] @15-345-3
+
+# \x5F4E\x66F2 12456-3-245-1256-3
+noback context _1"\x5F4E"["\x66F2"] @245-1256-3
+
+# \x5F6D\x8821 1234-1356-2-14-16-4
+noback context _1"\x5F6D"["\x8821"] @14-16-4
+
+# \x5F74\x7D04 135-126-2-236-3
+noback context ["\x5F74"]"\x7D04" @135-126-2
+
+# \x5F77\x5FA8 1234-1346-2-1235-456-2
+noback context ["\x5F77"]"\x5FA8" @1234-1346-2
+
+# \x5F7E\x38D4 14-13456-2-145-13456-3
+noback context ["\x5F7E"]"\x38D4" @14-13456-2
+
+# \x5F80\x9084 456-4-1235-12456-2
+noback context _1"\x5F80"["\x9084"] @1235-12456-2
+
+# \x5F8D\x5FA5 35-3-24-156-5
+noback context ["\x5F8D"]"\x5FA5" @35-3
+
+# \x5F97\x5B50 145-2346-2-125-156-4
+noback context _1"\x5F97"["\x5B50"] @125-156-4
+
+# \x5F9E\x8005 125-12346-5-1-2346-4
+noback context ["\x5F9E"]"\x8005" @125-12346-5
+
+# \x5FA1\x837C 1256-5-24-34-3
+noback context _1"\x5FA1"["\x837C"] @24-34-3
+
+# \x5FA9\x8F9F 12345-34-5-135-16-5
+noback context _1"\x5FA9"["\x8F9F"] @135-16-5
+
+# \x5FAC\x5FA8 1234-1346-2-1235-456-2
+noback context ["\x5FAC"]"\x5FA8" @1234-1346-2
+
+# \x5FAE\x5B50 1246-2-125-156-4
+noback context _1"\x5FAE"["\x5B50"] @125-156-4
+
+# \x5FAE\x8ABF 1246-2-124-246-2
+noback context _1"\x5FAE"["\x8ABF"] @124-246-2
+
+# \x5FB5\x8F9F 1-1356-3-135-16-5
+noback context _1"\x5FB5"["\x8F9F"] @135-16-5
+
+# \x5FB7\x884C 145-2346-2-15-13456-5
+noback context _1"\x5FB7"["\x884C"] @15-13456-5
+
+# \x5FBC\x4E82 13-246-3-14-12456-5
+noback context ["\x5FBC"]"\x4E82" @13-246-3
+
+# \x5FBC\x5E78 13-246-4-15-13456-5
+noback context ["\x5FBC"]"\x5E78" @13-246-4
+
+# \x5FBC\x672B 246-3-134-126-5
+noback context ["\x5FBC"]"\x672B" @246-3
+
+# \x5FBC\x798D 246-3-1235-25-5
+noback context ["\x5FBC"]"\x798D" @246-3
+
+# \x5FBC\x798F 246-3-12345-34-2
+noback context ["\x5FBC"]"\x798F" @246-3
+
+# \x5FBF\x38DA 14-12346-4-124-12346-4
+noback context ["\x5FBF"]"\x38DA" @14-12346-4
+
+# \x5FBF\x5FB8 14-12346-5-12-12346-5
+noback context _1"\x5FBF"["\x5FB8"] @12-12346-5
+
+# \x5FC3\x756C 15-1456-3-1256-2
+noback context _1"\x5FC3"["\x756C"] @1256-2
+
+# \x5FC5\x5F97 135-16-5-145-356-4
+noback context _1"\x5FC5"["\x5F97"] @145-356-4
+
+# \x5FC5\x61C9 135-16-5-13456-5
+noback context _1"\x5FC5"["\x61C9"] @13456-5
+
+# \x5FD6\x5EA6 245-123456-4-145-25-5
+noback context _1"\x5FD6"["\x5EA6"] @145-25-5
+
+# \x5FD6\x91CF 245-123456-4-14-46-2
+noback context _1"\x5FD6"["\x91CF"] @14-46-2
+
+# \x5FDA\x5FDA 14-346-4-14-346-4
+noback context ["\x5FDA"]"\x5FDA" @14-346-4
+noback context _1"\x5FDA"["\x5FDA"] @14-346-4
+
+# \x5FE0\x544A 1-12346-3-13-34-5
+noback context _1"\x5FE0"["\x544A"] @13-34-5
+
+# \x5FF4\x60CE 245-1456-2-13-16-5
+noback context ["\x5FF4"]"\x60CE" @245-1456-2
+
+# \x600E\x4E48 125-136-4-134-2346-1
+noback context _1"\x600E"["\x4E48"] @134-2346-1
+
+# \x6012\x547A 1345-34-5-1235-146-2
+noback context _1"\x6012"["\x547A"] @1235-146-2
+
+# \x6012\x865F 1345-34-5-1235-146-2
+noback context _1"\x6012"["\x865F"] @1235-146-2
+
+# \x6014\x5FEA 1-1356-3-1-12346-3
+noback context _1"\x6014"["\x5FEA"] @1-12346-3
+
+# \x6017\x61D8 1-1236-3-12-156-5
+noback context ["\x6017"]"\x61D8" @1-1236-3
+
+# \x601D\x91CF 15-156-3-14-46-2
+noback context _1"\x601D"["\x91CF"] @14-46-2
+
+# \x6025\x5207 13-16-2-245-346-5
+noback context _1"\x6025"["\x5207"] @245-346-5
+
+# \x6025\x96E3 13-16-2-1345-1236-5
+noback context _1"\x6025"["\x96E3"] @1345-1236-5
+
+# \x6028\x606B 45-5-124-12346-3
+noback context _1"\x6028"["\x606B"] @124-12346-3
+
+# \x602B\x605A 12345-356-5-1235-1246-5
+noback context ["\x602B"]"\x605A" @12345-356-5
+
+# \x602B\x7136 12345-356-5-1245-1236-2
+noback context ["\x602B"]"\x7136" @12345-356-5
+
+# \x602B\x7570 135-356-5-16-5
+noback context ["\x602B"]"\x7570" @135-356-5
+
+# \x6036\x61B8 135-16-5-15-2345-3
+noback context ["\x6036"]"\x61B8" @135-16-5
+
+# \x6050\x5687 123-12346-4-1235-2346-5
+noback context _1"\x6050"["\x5687"] @1235-2346-5
+
+# \x606B\x5687 145-12346-5-1235-2346-5
+noback context _1"\x606B"["\x5687"] @1235-2346-5
+
+# \x606B\x761D 124-12346-3-13-12456-3
+noback context ["\x606B"]"\x761D" @124-12346-3
+
+# \x606B\x77DC 124-12346-3-13-12456-3
+noback context ["\x606B"]"\x77DC" @124-12346-3
+noback context _1"\x606B"["\x77DC"] @13-12456-3
+
+# \x6070\x7576 245-23456-5-145-1346-5
+noback context _1"\x6070"["\x7576"] @145-1346-5
+
+# \x6081\x5FFF 13-45-3-12345-136-5
+noback context ["\x6081"]"\x5FFF" @13-45-3
+
+# \x6081\x6081 13-45-3-13-45-3
+noback context ["\x6081"]"\x6081" @13-45-3
+noback context _1"\x6081"["\x6081"] @13-45-3
+
+# \x6081\x60F3 13-45-3-15-46-4
+noback context ["\x6081"]"\x60F3" @13-45-3
+
+# \x6081\x9091 13-45-3-16-5
+noback context ["\x6081"]"\x9091" @13-45-3
+
+# \x60A3\x5B50 1235-12456-5-125-156-4
+noback context _1"\x60A3"["\x5B50"] @125-156-4
+
+# \x60A3\x96E3 1235-12456-5-1345-1236-5
+noback context _1"\x60A3"["\x96E3"] @1345-1236-5
+
+# \x60B2\x54BD 135-356-3-346-5
+noback context _1"\x60B2"["\x54BD"] @346-5
+
+# \x60B6\x4E82 134-136-5-14-12456-5
+noback context ["\x60B6"]"\x4E82" @134-136-5
+
+# \x60B6\x60B6 134-136-5-134-136-5
+noback context ["\x60B6"]"\x60B6" @134-136-5
+noback context _1"\x60B6"["\x60B6"] @134-136-5
+
+# \x60B6\x68CD 134-136-5-13-123456-5
+noback context ["\x60B6"]"\x68CD" @134-136-5
+
+# \x60B6\x7780 134-136-5-134-146-5
+noback context ["\x60B6"]"\x7780" @134-136-5
+
+# \x60B6\x8667 134-136-5-123-1246-3
+noback context ["\x60B6"]"\x8667" @134-136-5
+
+# \x60B6\x96F7 134-136-5-14-356-2
+noback context ["\x60B6"]"\x96F7" @134-136-5
+
+# \x60BE\x6181 123-12346-4-125-12346-4
+noback context ["\x60BE"]"\x6181" @123-12346-4
+
+# \x60C5\x5206 245-13456-2-12345-136-5
+noback context _1"\x60C5"["\x5206"] @12345-136-5
+
+# \x60CF\x60B7 14-1456-2-14-16-5
+noback context ["\x60CF"]"\x60B7" @14-1456-2
+
+# \x60CF\x6144 14-1456-2-14-16-5
+noback context ["\x60CF"]"\x6144" @14-1456-2
+
+# \x60DB\x6182 134-136-5-234-3
+noback context ["\x60DB"]"\x6182" @134-136-5
+
+# \x60E0\x5B50 1235-1246-5-125-156-4
+noback context _1"\x60E0"["\x5B50"] @125-156-4
+
+# \x60E1\x5C11 2346-5-24-146-5
+noback context _1"\x60E1"["\x5C11"] @24-146-5
+
+# \x60E1\x60E1 34-5-2346-5
+noback context ["\x60E1"]"\x60E1" @34-5
+
+# \x6101\x60B6 12-12356-2-134-136-5
+noback context _1"\x6101"["\x60B6"] @134-136-5
+
+# \x6113\x6113 24-1346-3-24-1346-3
+noback context ["\x6113"]"\x6113" @24-1346-3
+noback context _1"\x6113"["\x6113"] @24-1346-3
+
+# \x6118\x3909 245-23456-5-23456-5
+noback context _1"\x6118"["\x3909"] @23456-5
+
+# \x611B\x597D 2456-5-1235-146-5
+noback context _1"\x611B"["\x597D"] @1235-146-5
+
+# \x611B\x5B50 2456-5-125-156-4
+noback context _1"\x611B"["\x5B50"] @125-156-4
+
+# \x611E\x398F 1345-25-5-15-123456-4
+noback context _1"\x611E"["\x398F"] @15-123456-4
+
+# \x611F\x61C9 13-1236-4-13456-5
+noback context _1"\x611F"["\x61C9"] @13456-5
+
+# \x6122\x6122 15-156-3-15-156-3
+noback context ["\x6122"]"\x6122" @15-156-3
+noback context _1"\x6122"["\x6122"] @15-156-3
+
+# \x6130\x61E9 1235-456-4-46-4
+noback context ["\x6130"]"\x61E9" @1235-456-4
+
+# \x6137\x6A02 123-2456-4-236-5
+noback context _1"\x6137"["\x6A02"] @236-5
+
+# \x615D\x884C 124-2346-5-15-13456-5
+noback context _1"\x615D"["\x884C"] @15-13456-5
+
+# \x6170\x52DE 1246-5-14-146-5
+noback context _1"\x6170"["\x52DE"] @14-146-5
+
+# \x6182\x60B6 234-3-134-136-5
+noback context _1"\x6182"["\x60B6"] @134-136-5
+
+# \x618E\x60E1 125-1356-3-34-5
+noback context _1"\x618E"["\x60E1"] @34-5
+
+# \x6190\x5B50 14-2345-2-125-156-4
+noback context _1"\x6190"["\x5B50"] @125-156-4
+
+# \x6191\x5B50 1234-13456-2-125-156-4
+noback context _1"\x6191"["\x5B50"] @125-156-4
+
+# \x61A4\x6081 12345-136-5-13-45-3
+noback context _1"\x61A4"["\x6081"] @13-45-3
+
+# \x61C7\x5207 123-136-4-245-346-5
+noback context _1"\x61C7"["\x5207"] @245-346-5
+
+# \x61C9\x4ED8 13456-5-12345-34-5
+noback context ["\x61C9"]"\x4ED8" @13456-5
+
+# \x61C9\x5141 13456-5-256-4
+noback context ["\x61C9"]"\x5141" @13456-5
+
+# \x61C9\x547D 13456-5-134-13456-5
+noback context ["\x61C9"]"\x547D" @13456-5
+
+# \x61C9\x548C 13456-5-1235-2346-2
+noback context ["\x61C9"]"\x548C" @13456-5
+
+# \x61C9\x5C0D 13456-5-145-1246-5
+noback context ["\x61C9"]"\x5C0D" @13456-5
+
+# \x61C9\x5FB5 13456-5-1-1356-3
+noback context ["\x61C9"]"\x5FB5" @13456-5
+
+# \x61C9\x63A5 13456-5-13-346-3
+noback context ["\x61C9"]"\x63A5" @13456-5
+
+# \x61C9\x6642 13456-5-24-156-2
+noback context ["\x61C9"]"\x6642" @13456-5
+
+# \x61C9\x666F 13456-5-13-13456-4
+noback context ["\x61C9"]"\x666F" @13456-5
+
+# \x61C9\x7452 13456-5-46-2
+noback context ["\x61C9"]"\x7452" @13456-5
+noback context _1"\x61C9"["\x7452"] @46-2
+
+# \x61C9\x7528 13456-5-235-5
+noback context ["\x61C9"]"\x7528" @13456-5
+
+# \x61C9\x8003 13456-5-123-146-4
+noback context ["\x61C9"]"\x8003" @13456-5
+
+# \x61C9\x8072 13456-5-24-1356-3
+noback context ["\x61C9"]"\x8072" @13456-5
+
+# \x61C9\x8A31 13456-5-15-1256-4
+noback context ["\x61C9"]"\x8A31" @13456-5
+
+# \x61C9\x8A66 13456-5-24-156-5
+noback context ["\x61C9"]"\x8A66" @13456-5
+
+# \x61C9\x8B8A 13456-5-135-2345-5
+noback context ["\x61C9"]"\x8B8A" @13456-5
+
+# \x61C9\x904B 13456-5-256-5
+noback context ["\x61C9"]"\x904B" @13456-5
+
+# \x61C9\x9080 13456-5-246-3
+noback context ["\x61C9"]"\x9080" @13456-5
+
+# \x61C9\x916C 13456-5-12-12356-2
+noback context ["\x61C9"]"\x916C" @13456-5
+
+# \x61C9\x9A57 13456-5-2345-5
+noback context ["\x61C9"]"\x9A57" @13456-5
+
+# \x61CA\x55AA 146-5-15-1346-5
+noback context _1"\x61CA"["\x55AA"] @15-1346-5
+
+# \x61CA\x60B6 146-5-134-136-5
+noback context _1"\x61CA"["\x60B6"] @134-136-5
+
+# \x61F2\x4E42 12-1356-2-2456-5
+noback context _1"\x61F2"["\x4E42"] @2456-5
+
+# \x61F2\x8655 12-1356-2-12-34-4
+noback context _1"\x61F2"["\x8655"] @12-34-4
+
+# \x61F5\x61C2 134-1356-4-145-12346-4
+noback context ["\x61F5"]"\x61C2" @134-1356-4
+
+# \x61F5\x6492 134-1356-2-15-345-3
+noback context _1"\x61F5"["\x6492"] @15-345-3
+
+# \x61F6\x6563 14-1236-4-15-1236-4
+noback context _1"\x61F6"["\x6563"] @15-1236-4
+
+# \x61F7\x5B50 1235-2356-2-125-156-4
+noback context _1"\x61F7"["\x5B50"] @125-156-4
+
+# \x620A\x5B50 34-5-125-156-4
+noback context _1"\x620A"["\x5B50"] @125-156-4
+
+# \x620E\x884C 1245-12346-2-1235-1346-2
+noback context _1"\x620E"["\x884C"] @1235-1346-2
+
+# \x6210\x5206 12-1356-2-12345-136-5
+noback context _1"\x6210"["\x5206"] @12345-136-5
+
+# \x6210\x90FD 12-1356-2-145-34-3
+noback context _1"\x6210"["\x90FD"] @145-34-3
+
+# \x6210\x9577 12-1356-2-1-1346-4
+noback context _1"\x6210"["\x9577"] @1-1346-4
+
+# \x6215\x8CCA 245-46-2-125-2346-2
+noback context _1"\x6215"["\x8CCA"] @125-2346-2
+
+# \x6227\x53E3 245-46-3-123-12356-4
+noback context ["\x6227"]"\x53E3" @245-46-3
+
+# \x6227\x8F4D 245-46-3-12-2346-5
+noback context ["\x6227"]"\x8F4D" @245-46-3
+
+# \x6227\x98A8 245-46-3-12345-1356-3
+noback context ["\x6227"]"\x98A8" @245-46-3
+
+# \x6230\x5C07 1-1236-5-13-46-5
+noback context _1"\x6230"["\x5C07"] @13-46-5
+
+# \x6236\x9577 1235-34-5-1-1346-4
+noback context _1"\x6236"["\x9577"] @1-1346-4
+
+# \x6239\x5C6F 2346-5-1-123456-3
+noback context _1"\x6239"["\x5C6F"] @1-123456-3
+
+# \x6240\x7387 15-25-4-24-2356-5
+noback context _1"\x6240"["\x7387"] @24-2356-5
+
+# \x6240\x8457 15-25-4-1-34-5
+noback context _1"\x6240"["\x8457"] @1-34-5
+
+# \x6240\x8E26 15-25-4-16-4
+noback context _1"\x6240"["\x8E26"] @16-4
+
+# \x6240\x9577 15-25-4-1-1346-4
+noback context _1"\x6240"["\x9577"] @1-1346-4
+
+# \x6241\x64D4 135-2345-4-145-1236-5
+noback context _1"\x6241"["\x64D4"] @145-1236-5
+
+# \x6241\x821F 1234-2345-3-1-12356-3
+noback context ["\x6241"]"\x821F" @1234-2345-3
+
+# \x6241\x947D 135-2345-4-125-12456-5
+noback context _1"\x6241"["\x947D"] @125-12456-5
+
+# \x6243\x6243 13-235-4-13-235-4
+noback context ["\x6243"]"\x6243" @13-235-4
+noback context _1"\x6243"["\x6243"] @13-235-4
+
+# \x6248\x5F9E 1235-34-5-125-12346-5
+noback context _1"\x6248"["\x5F9E"] @125-12346-5
+
+# \x624B\x76F8 24-12356-4-15-46-5
+noback context _1"\x624B"["\x76F8"] @15-46-5
+
+# \x624D\x5B50 245-2456-2-125-156-4
+noback context _1"\x624D"["\x5B50"] @125-156-4
+
+# \x624E\x6382 1-345-2-145-2345-3
+noback context ["\x624E"]"\x6382" @1-345-2
+
+# \x624E\x6399 1-345-2-1-1356-3
+noback context ["\x624E"]"\x6399" @1-345-2
+noback context _1"\x624E"["\x6399"] @1-1356-3
+
+# \x624E\x7E1B 1-345-2-12345-34-2
+noback context ["\x624E"]"\x7E1B" @1-345-2
+
+# \x6252\x62C9 135-345-3-14-345-3
+noback context ["\x6252"]"\x62C9" @135-345-3
+
+# \x6252\x645F 1234-345-2-14-12356-3
+noback context _1"\x6252"["\x645F"] @14-12356-3
+
+# \x6253\x54C4 145-345-4-1235-12346-3
+noback context _1"\x6253"["\x54C4"] @1235-12346-3
+
+# \x6253\x54E9 145-345-4-14-16-3
+noback context _1"\x6253"["\x54E9"] @14-16-3
+
+# \x6253\x633E 145-345-4-13-23456-2
+noback context _1"\x6253"["\x633E"] @13-23456-2
+
+# \x6253\x92EA 145-345-4-1234-34-5
+noback context _1"\x6253"["\x92EA"] @1234-34-5
+
+# \x6260\x39CE 12-345-3-23456-2
+noback context _1"\x6260"["\x39CE"] @23456-2
+
+# \x626D\x66F2 1345-234-4-245-1256-3
+noback context _1"\x626D"["\x66F2"] @245-1256-3
+
+# \x626E\x76F8 135-1236-5-15-46-5
+noback context _1"\x626E"["\x76F8"] @15-46-5
+
+# \x626F\x81CA 12-2346-4-15-146-5
+noback context _1"\x626F"["\x81CA"] @15-146-5
+
+# \x6273\x63F4 1234-1236-3-45-2
+noback context ["\x6273"]"\x63F4" @1234-1236-3
+
+# \x6273\x7559 1234-1236-3-14-234-2
+noback context ["\x6273"]"\x7559" @1234-1236-3
+
+# \x6273\x8A71 1234-1236-3-1235-35-5
+noback context ["\x6273"]"\x8A71" @1234-1236-3
+
+# \x6273\x8AC7 1234-1236-3-124-1236-2
+noback context ["\x6273"]"\x8AC7" @1234-1236-3
+
+# \x6279\x542D 1234-16-3-1235-1346-2
+noback context _1"\x6279"["\x542D"] @1235-1346-2
+
+# \x627C\x542D 2346-5-1235-1346-2
+noback context _1"\x627C"["\x542D"] @1235-1346-2
+
+# \x627E\x8457 1-146-4-1-146-2
+noback context _1"\x627E"["\x8457"] @1-146-2
+
+# \x627E\x8F4D 1-146-4-1-2346-2
+noback context _1"\x627E"["\x8F4D"] @1-2346-2
+
+# \x6280\x5006 13-16-5-14-46-4
+noback context _1"\x6280"["\x5006"] @14-46-4
+
+# \x6284\x624E 12-146-3-1-345-2
+noback context _1"\x6284"["\x624E"] @1-345-2
+
+# \x6284\x6C92 12-146-3-134-126-5
+noback context _1"\x6284"["\x6C92"] @134-126-5
+
+# \x628A\x5377 135-345-4-13-45-5
+noback context _1"\x628A"["\x5377"] @13-45-5
+
+# \x628A\x650B 135-345-4-14-2456-5
+noback context _1"\x628A"["\x650B"] @14-2456-5
+
+# \x6291\x585E 16-5-15-2346-5
+noback context _1"\x6291"["\x585E"] @15-2346-5
+
+# \x6295\x964D 124-12356-2-15-46-2
+noback context _1"\x6295"["\x964D"] @15-46-2
+
+# \x6297\x9821 123-1346-5-15-346-2
+noback context _1"\x6297"["\x9821"] @15-346-2
+
+# \x6298\x7BFF 1-2346-2-1-12456-3
+noback context _1"\x6298"["\x7BFF"] @1-12456-3
+
+# \x62AB\x5377 1234-16-3-13-45-5
+noback context _1"\x62AB"["\x5377"] @13-45-5
+
+# \x62AB\x54C6 1234-16-3-12-2346-4
+noback context _1"\x62AB"["\x54C6"] @12-2346-4
+
+# \x62B1\x5B50 135-146-5-125-156-4
+noback context _1"\x62B1"["\x5B50"] @125-156-4
+
+# \x62B9\x715E 134-126-4-24-345-3
+noback context _1"\x62B9"["\x715E"] @24-345-3
+
+# \x62BC\x64D6 23456-3-1-345-2
+noback context _1"\x62BC"["\x64D6"] @1-345-2
+
+# \x62BC\x92EA 23456-3-1234-34-5
+noback context _1"\x62BC"["\x92EA"] @1234-34-5
+
+# \x62BD\x54BD 12-12356-3-346-5
+noback context _1"\x62BD"["\x54BD"] @346-5
+
+# \x62BD\x7A7A 12-12356-3-123-12346-5
+noback context _1"\x62BD"["\x7A7A"] @123-12346-5
+
+# \x62C2\x58EB 135-16-5-24-156-5
+noback context ["\x62C2"]"\x58EB" @135-16-5
+
+# \x62C8\x6387 145-2345-3-145-25-2
+noback context ["\x62C8"]"\x6387" @145-2345-3
+
+# \x62C8\x7DDA 1345-2345-4-15-2345-5
+noback context ["\x62C8"]"\x7DDA" @1345-2345-4
+
+# \x62D4\x812F 135-345-2-1234-34-2
+noback context _1"\x62D4"["\x812F"] @1234-34-2
+
+# \x62D4\x90FD 135-345-2-145-34-3
+noback context _1"\x62D4"["\x90FD"] @145-34-3
+
+# \x62D7\x53E3 146-5-123-12356-4
+noback context ["\x62D7"]"\x53E3" @146-5
+
+# \x62D7\x53E5 146-5-13-1256-5
+noback context ["\x62D7"]"\x53E5" @146-5
+
+# \x62D7\x5F37 146-5-13-46-5
+noback context ["\x62D7"]"\x5F37" @146-5
+noback context _1"\x62D7"["\x5F37"] @13-46-5
+
+# \x62D7\x5F46 146-5-135-346-5
+noback context ["\x62D7"]"\x5F46" @146-5
+
+# \x62D7\x6012 1256-5-1345-34-5
+noback context ["\x62D7"]"\x6012" @1256-5
+
+# \x62D7\x6298 146-4-1-2346-2
+noback context ["\x62D7"]"\x6298" @146-4
+
+# \x62D7\x66F2 146-4-245-1256-3
+noback context ["\x62D7"]"\x66F2" @146-4
+noback context _1"\x62D7"["\x66F2"] @245-1256-3
+
+# \x62D7\x6B4C 146-5-13-2346-3
+noback context ["\x62D7"]"\x6B4C" @146-5
+
+# \x62D7\x751C 146-5-124-2345-2
+noback context ["\x62D7"]"\x751C" @146-5
+
+# \x62D7\x82B1 146-4-1235-35-3
+noback context ["\x62D7"]"\x82B1" @146-4
+
+# \x62D7\x84EE 146-4-14-2345-2
+noback context ["\x62D7"]"\x84EE" @146-4
+
+# \x62D7\x8655 146-5-12-34-5
+noback context ["\x62D7"]"\x8655" @146-5
+
+# \x62D7\x9AD4 146-5-124-16-4
+noback context ["\x62D7"]"\x9AD4" @146-5
+
+# \x62D8\x66F2 13-1256-3-245-1256-3
+noback context _1"\x62D8"["\x66F2"] @245-1256-3
+
+# \x62D8\x6CE5 13-1256-3-1345-16-5
+noback context _1"\x62D8"["\x6CE5"] @1345-16-5
+
+# \x62D9\x8457 1-25-2-1-34-5
+noback context _1"\x62D9"["\x8457"] @1-34-5
+
+# \x62EE\x636E 13-346-2-13-1256-3
+noback context _1"\x62EE"["\x636E"] @13-1256-3
+
+# \x62F6\x6EFF 125-345-2-134-1236-4
+noback context ["\x62F6"]"\x6EFF" @125-345-2
+
+# \x62F6\x903C 125-345-2-135-16-3
+noback context ["\x62F6"]"\x903C" @125-345-2
+
+# \x6307\x7E2B 1-156-4-12345-1356-5
+noback context _1"\x6307"["\x7E2B"] @12345-1356-5
+
+# \x630C\x6597 13-2346-2-145-12356-5
+noback context _1"\x630C"["\x6597"] @145-12356-5
+
+# \x6311\x523A 124-246-4-245-156-5
+noback context ["\x6311"]"\x523A" @124-246-4
+
+# \x6311\x5506 124-246-4-15-25-3
+noback context ["\x6311"]"\x5506" @124-246-4
+
+# \x6311\x5F04 124-246-4-1345-12346-5
+noback context ["\x6311"]"\x5F04" @124-246-4
+
+# \x6311\x6230 124-246-4-1-1236-5
+noback context ["\x6311"]"\x6230" @124-246-4
+
+# \x6311\x64A5 124-246-4-135-126-3
+noback context ["\x6311"]"\x64A5" @124-246-4
+
+# \x6311\x64D4 124-246-3-145-1236-5
+noback context _1"\x6311"["\x64D4"] @145-1236-5
+
+# \x6311\x6CDB 124-246-4-12345-1236-5
+noback context ["\x6311"]"\x6CDB" @124-246-4
+
+# \x6311\x71C8 124-246-4-145-1356-3
+noback context ["\x6311"]"\x71C8" @124-246-4
+
+# \x6311\x7709 124-246-4-134-356-2
+noback context ["\x6311"]"\x7709" @124-246-4
+
+# \x6311\x7E61 124-246-4-15-234-5
+noback context ["\x6311"]"\x7E61" @124-246-4
+
+# \x6311\x8123 124-246-4-12-123456-2
+noback context ["\x6311"]"\x8123" @124-246-4
+
+# \x6311\x9017 124-246-4-145-12356-5
+noback context ["\x6311"]"\x9017" @124-246-4
+
+# \x6311\x91C1 124-246-4-15-1456-5
+noback context ["\x6311"]"\x91C1" @124-246-4
+
+# \x6311\x9B25 124-246-4-145-12356-5
+noback context ["\x6311"]"\x9B25" @124-246-4
+
+# \x6313\x6332 1-345-3-24-345-5
+noback context _1"\x6313"["\x6332"] @24-345-5
+
+# \x6339\x6290 16-5-1345-16-5
+noback context _1"\x6339"["\x6290"] @1345-16-5
+
+# \x633C\x796D 1235-1246-3-13-16-5
+noback context ["\x633C"]"\x796D" @1235-1246-3
+
+# \x633E\x9577 15-346-2-1-1346-4
+noback context _1"\x633E"["\x9577"] @1-1346-4
+
+# \x6350\x76E3 13-45-3-13-2345-5
+noback context _1"\x6350"["\x76E3"] @13-2345-5
+
+# \x636D\x6790 135-126-5-15-16-3
+noback context ["\x636D"]"\x6790" @135-126-5
+
+# \x636D\x8C5A 135-126-5-124-123456-2
+noback context ["\x636D"]"\x8C5A" @135-126-5
+
+# \x6383\x5177 15-146-5-13-1256-5
+noback context ["\x6383"]"\x5177" @15-146-5
+
+# \x6383\x5E1A 15-146-5-1-12356-4
+noback context ["\x6383"]"\x5E1A" @15-146-5
+
+# \x6383\x628A 15-146-5-135-345-4
+noback context ["\x6383"]"\x628A" @15-146-5
+
+# \x6383\x661F 15-146-5-15-13456-3
+noback context ["\x6383"]"\x661F" @15-146-5
+
+# \x6383\x8208 15-146-4-15-13456-5
+noback context _1"\x6383"["\x8208"] @15-13456-5
+
+# \x6384\x5143 14-123456-2-45-2
+noback context ["\x6384"]"\x5143" @14-123456-2
+
+# \x6384\x624D 14-123456-2-245-2456-2
+noback context ["\x6384"]"\x624D" @14-123456-2
+
+# \x6384\x9B41 14-123456-2-123-1246-2
+noback context ["\x6384"]"\x9B41" @14-123456-2
+
+# \x638A\x64CA 1234-12356-4-13-16-2
+noback context ["\x638A"]"\x64CA" @1234-12356-4
+
+# \x638A\x6597 1234-12356-4-145-12356-4
+noback context ["\x638A"]"\x6597" @1234-12356-4
+
+# \x6392\x60B6 1234-2456-2-134-136-5
+noback context _1"\x6392"["\x60B6"] @134-136-5
+
+# \x6392\x6BD4 1234-2456-2-135-16-5
+noback context _1"\x6392"["\x6BD4"] @135-16-5
+
+# \x6392\x884C 1234-2456-2-1235-1346-2
+noback context _1"\x6392"["\x884C"] @1235-1346-2
+
+# \x6392\x9577 1234-2456-2-1-1346-4
+noback context _1"\x6392"["\x9577"] @1-1346-4
+
+# \x6399\x499F 1-1356-5-12-2356-5
+noback context _1"\x6399"["\x499F"] @12-2356-5
+
+# \x6399\x624E 1-1356-3-1-345-2
+noback context ["\x6399"]"\x624E" @1-1356-3
+noback context _1"\x6399"["\x624E"] @1-345-2
+
+# \x6399\x65B7 1-1356-3-145-12456-5
+noback context ["\x6399"]"\x65B7" @1-1356-3
+
+# \x6399\x812B 1-1356-3-124-25-3
+noback context ["\x6399"]"\x812B" @1-1356-3
+
+# \x6399\x958B 1-1356-3-123-2456-3
+noback context ["\x6399"]"\x958B" @1-1356-3
+
+# \x63A5\x61C9 13-346-3-13456-5
+noback context _1"\x63A5"["\x61C9"] @13456-5
+
+# \x63A5\x7E2B 13-346-3-12345-1356-5
+noback context _1"\x63A5"["\x7E2B"] @12345-1356-5
+
+# \x63A8\x78E8 124-1246-3-134-126-5
+noback context _1"\x63A8"["\x78E8"] @134-126-5
+
+# \x63A9\x5377 2345-4-13-45-5
+noback context _1"\x63A9"["\x5377"] @13-45-5
+
+# \x63A9\x6C92 2345-4-134-126-5
+noback context _1"\x63A9"["\x6C92"] @134-126-5
+
+# \x63D0\x5B50 124-16-2-125-156-4
+noback context _1"\x63D0"["\x5B50"] @125-156-4
+
+# \x63D0\x9784 124-16-2-135-146-3
+noback context _1"\x63D0"["\x9784"] @135-146-3
+
+# \x63DA\x5B50 46-2-125-156-4
+noback context _1"\x63DA"["\x5B50"] @125-156-4
+
+# \x63DB\x5B50 1235-12456-5-125-156-4
+noback context _1"\x63DB"["\x5B50"] @125-156-4
+
+# \x63DB\x884C 1235-12456-5-1235-1346-2
+noback context _1"\x63DB"["\x884C"] @1235-1346-2
+
+# \x63DD\x4F4F 125-12456-5-1-34-5
+noback context ["\x63DD"]"\x4F4F" @125-12456-5
+
+# \x63E3\x5EA6 12-2356-4-145-25-5
+noback context _1"\x63E3"["\x5EA6"] @145-25-5
+
+# \x63E9\x6431 123-2456-3-1345-2456-2
+noback context _1"\x63E9"["\x6431"] @1345-2456-2
+
+# \x63ED\x6AEB 13-346-2-1-34-3
+noback context ["\x63ED"]"\x6AEB" @13-346-2
+
+# \x63EE\x68B2 1235-1246-3-124-25-3
+noback context _1"\x63EE"["\x68B2"] @124-25-3
+
+# \x642A\x585E 124-1346-2-15-2346-5
+noback context _1"\x642A"["\x585E"] @15-2346-5
+
+# \x642C\x6311 135-1236-3-124-246-4
+noback context _1"\x642C"["\x6311"] @124-246-4
+
+# \x642D\x6492 145-345-3-15-345-3
+noback context _1"\x642D"["\x6492"] @15-345-3
+
+# \x6433\x62F3 1235-35-2-245-45-2
+noback context ["\x6433"]"\x62F3" @1235-35-2
+
+# \x6433\x64D6 15-23456-2-13-2346-2
+noback context _1"\x6433"["\x64D6"] @13-2346-2
+
+# \x6433\x812B 1235-35-2-124-25-3
+noback context ["\x6433"]"\x812B" @1235-35-2
+
+# \x643D\x7A70 12-345-2-1245-1346-4
+noback context _1"\x643D"["\x7A70"] @1245-1346-4
+
+# \x645F\x5305 14-12356-3-135-146-3
+noback context ["\x645F"]"\x5305" @14-12356-3
+
+# \x645F\x6352 14-12356-3-15-12356-3
+noback context ["\x645F"]"\x6352" @14-12356-3
+noback context _1"\x645F"["\x6352"] @15-12356-3
+
+# \x645F\x641C 14-12356-3-15-12356-3
+noback context ["\x645F"]"\x641C" @14-12356-3
+
+# \x645F\x6457 14-12356-3-15-12356-3
+noback context ["\x645F"]"\x6457" @14-12356-3
+
+# \x645F\x652C 14-12356-3-14-1236-4
+noback context ["\x645F"]"\x652C" @14-12356-3
+
+# \x645F\x6E9D 14-12356-3-13-12356-3
+noback context ["\x645F"]"\x6E9D" @14-12356-3
+
+# \x645F\x7DDA 14-12356-3-15-2345-5
+noback context ["\x645F"]"\x7DDA" @14-12356-3
+
+# \x645F\x8863 14-12356-3-16-3
+noback context ["\x645F"]"\x8863" @14-12356-3
+
+# \x645F\x8CA1 14-12356-3-245-2456-2
+noback context ["\x645F"]"\x8CA1" @14-12356-3
+
+# \x645F\x8CA8 14-12356-3-1235-25-5
+noback context ["\x645F"]"\x8CA8" @14-12356-3
+
+# \x645F\x9322 14-12356-3-245-2345-2
+noback context ["\x645F"]"\x9322" @14-12356-3
+
+# \x645F\x982D 14-12356-3-124-12356-2
+noback context ["\x645F"]"\x982D" @14-12356-3
+
+# \x647B\x548C 12-1236-3-1235-25-5
+noback context _1"\x647B"["\x548C"] @1235-25-5
+
+# \x647B\x57F7 24-1236-4-1-156-2
+noback context ["\x647B"]"\x57F7" @24-1236-4
+
+# \x647B\x64BE 245-1236-5-1-35-3
+noback context ["\x647B"]"\x64BE" @245-1236-5
+
+# \x647B\x8882 24-1236-4-134-356-5
+noback context ["\x647B"]"\x8882" @24-1236-4
+
+# \x647D\x528D 135-246-3-13-2345-5
+noback context ["\x647D"]"\x528D" @135-246-3
+
+# \x647D\x5E5F 135-246-3-1-156-5
+noback context ["\x647D"]"\x5E5F" @135-246-3
+
+# \x647D\x6885 1234-246-4-134-356-2
+noback context ["\x647D"]"\x6885" @1234-246-4
+
+# \x647D\x724C 135-246-3-1234-2456-2
+noback context ["\x647D"]"\x724C" @135-246-3
+
+# \x647D\x843D 1234-246-4-14-25-5
+noback context ["\x647D"]"\x843D" @1234-246-4
+
+# \x647D\x8AAA 1234-246-4-24-25-3
+noback context ["\x647D"]"\x8AAA" @1234-246-4
+
+# \x6485\x6492 13-236-3-15-345-3
+noback context _1"\x6485"["\x6492"] @15-345-3
+
+# \x6487\x6492 1234-346-3-15-345-3
+noback context ["\x6487"]"\x6492" @1234-346-3
+noback context _1"\x6487"["\x6492"] @15-345-3
+
+# \x6492\x4F46 15-345-3-145-1236-5
+noback context ["\x6492"]"\x4F46" @15-345-3
+
+# \x6492\x5201 15-345-3-145-246-3
+noback context ["\x6492"]"\x5201" @15-345-3
+
+# \x6492\x5634 15-345-3-125-1246-4
+noback context ["\x6492"]"\x5634" @15-345-3
+
+# \x6492\x5978 15-345-3-13-2345-3
+noback context ["\x6492"]"\x5978" @15-345-3
+
+# \x6492\x5B0C 15-345-3-13-246-3
+noback context ["\x6492"]"\x5B0C" @15-345-3
+
+# \x6492\x5C3F 15-345-3-1345-246-5
+noback context ["\x6492"]"\x5C3F" @15-345-3
+
+# \x6492\x5C4E 15-345-3-24-156-4
+noback context ["\x6492"]"\x5C4E" @15-345-3
+
+# \x6492\x624B 15-345-3-24-12356-4
+noback context ["\x6492"]"\x624B" @15-345-3
+
+# \x6492\x62C9 15-345-3-14-345-3
+noback context ["\x6492"]"\x62C9" @15-345-3
+
+# \x6492\x65E6 15-345-3-145-1236-5
+noback context ["\x6492"]"\x65E6" @15-345-3
+
+# \x6492\x6B61 15-345-3-1235-12456-3
+noback context ["\x6492"]"\x6B61" @15-345-3
+
+# \x6492\x6C23 15-345-3-245-16-5
+noback context ["\x6492"]"\x6C23" @15-345-3
+
+# \x6492\x6EBA 15-345-3-1345-246-5
+noback context ["\x6492"]"\x6EBA" @15-345-3
+noback context _1"\x6492"["\x6EBA"] @1345-246-5
+
+# \x6492\x6F51 15-345-3-1234-126-3
+noback context ["\x6492"]"\x6F51" @15-345-3
+
+# \x6492\x75F4 15-345-3-12-156-3
+noback context ["\x6492"]"\x75F4" @15-345-3
+
+# \x6492\x79D1 15-345-3-123-2346-3
+noback context ["\x6492"]"\x79D1" @15-345-3
+
+# \x6492\x7DB2 15-345-3-456-4
+noback context ["\x6492"]"\x7DB2" @15-345-3
+
+# \x6492\x8173 15-345-3-13-246-4
+noback context ["\x6492"]"\x8173" @15-345-3
+
+# \x6492\x817F 15-345-3-124-1246-4
+noback context ["\x6492"]"\x817F" @15-345-3
+
+# \x6492\x8A50 15-345-3-1-345-5
+noback context ["\x6492"]"\x8A50" @15-345-3
+
+# \x6492\x8B0A 15-345-3-1235-456-4
+noback context ["\x6492"]"\x8B0A" @15-345-3
+
+# \x6492\x8CF4 15-345-3-14-2456-5
+noback context ["\x6492"]"\x8CF4" @15-345-3
+
+# \x6492\x91CE 15-345-3-346-4
+noback context ["\x6492"]"\x91CE" @15-345-3
+
+# \x6492\x958B 15-345-3-123-2456-3
+noback context ["\x6492"]"\x958B" @15-345-3
+
+# \x6492\x9811 15-345-3-12456-2
+noback context ["\x6492"]"\x9811" @15-345-3
+
+# \x6492\x98A8 15-345-3-12345-1356-3
+noback context ["\x6492"]"\x98A8" @15-345-3
+
+# \x6492\x9A37 15-345-3-15-146-3
+noback context ["\x6492"]"\x9A37" @15-345-3
+
+# \x649F\x6387 13-246-5-145-25-2
+noback context ["\x649F"]"\x6387" @13-246-5
+
+# \x64A2\x53D6 124-1236-5-245-1256-4
+noback context ["\x64A2"]"\x53D6" @124-1236-5
+
+# \x64A5\x650B 135-126-3-14-2456-4
+noback context _1"\x64A5"["\x650B"] @14-2456-4
+
+# \x64AD\x6620 135-126-3-13456-5
+noback context ["\x64AD"]"\x6620" @135-126-3
+
+# \x64AD\x97F3 135-126-3-1456-3
+noback context ["\x64AD"]"\x97F3" @135-126-3
+
+# \x64C1\x5828 235-4-2346-5
+noback context _1"\x64C1"["\x5828"] @2346-5
+
+# \x64CD\x884C 245-146-3-15-13456-5
+noback context _1"\x64CD"["\x884C"] @15-13456-5
+
+# \x64D4\x5B50 145-1236-5-125-156-1
+noback context ["\x64D4"]"\x5B50" @145-1236-5
+
+# \x64D7\x647D 1234-16-5-135-246-3
+noback context _1"\x64D7"["\x647D"] @135-246-3
+
+# \x64F0\x6027 1345-13456-5-15-13456-5
+noback context ["\x64F0"]"\x6027" @1345-13456-5
+
+# \x64F0\x7A2E 1345-13456-5-1-12346-4
+noback context ["\x64F0"]"\x7A2E" @1345-13456-5
+
+# \x64F2\x9084 1-156-2-1235-12456-2
+noback context _1"\x64F2"["\x9084"] @1235-12456-2
+
+# \x64FA\x4F9B 135-2456-4-13-12346-5
+noback context _1"\x64FA"["\x4F9B"] @13-12346-5
+
+# \x6500\x845B 1234-1236-3-13-2346-2
+noback context _1"\x6500"["\x845B"] @13-2346-2
+
+# \x6518\x5834 1245-1346-2-12-1346-2
+noback context _1"\x6518"["\x5834"] @12-1346-2
+
+# \x6519\x6354 12-1236-3-1-25-2
+noback context _1"\x6519"["\x6354"] @1-25-2
+
+# \x651B\x63DD 245-12456-3-125-12456-5
+noback context _1"\x651B"["\x63DD"] @125-12456-5
+
+# \x651C\x5B50 15-16-3-125-156-4
+noback context _1"\x651C"["\x5B50"] @125-156-4
+
+# \x6522\x4F4F 245-12456-2-1-34-5
+noback context ["\x6522"]"\x4F4F" @245-12456-2
+
+# \x6522\x5178 245-12456-2-145-2345-4
+noback context ["\x6522"]"\x5178" @245-12456-2
+
+# \x6522\x52D5 245-12456-2-145-12346-5
+noback context ["\x6522"]"\x52D5" @245-12456-2
+
+# \x6522\x5BAE 245-12456-2-13-12346-3
+noback context ["\x6522"]"\x5BAE" @245-12456-2
+
+# \x6522\x5C04 245-12456-2-24-2346-5
+noback context ["\x6522"]"\x5C04" @245-12456-2
+
+# \x6522\x5E95 245-12456-2-145-16-4
+noback context ["\x6522"]"\x5E95" @245-12456-2
+
+# \x6522\x5FC3 245-12456-2-15-1456-3
+noback context ["\x6522"]"\x5FC3" @245-12456-2
+
+# \x6522\x62CC 245-12456-2-135-1236-5
+noback context ["\x6522"]"\x62CC" @245-12456-2
+
+# \x6522\x6BC6 245-12456-2-12356-3
+noback context ["\x6522"]"\x6BC6" @245-12456-2
+
+# \x6522\x6E4A 245-12456-2-245-12356-5
+noback context ["\x6522"]"\x6E4A" @245-12456-2
+
+# \x6522\x6E6F 245-12456-2-124-1346-3
+noback context ["\x6522"]"\x6E6F" @245-12456-2
+
+# \x6522\x76D2 245-12456-2-1235-2346-2
+noback context ["\x6522"]"\x76D2" @245-12456-2
+
+# \x6522\x76E4 245-12456-2-1234-1236-2
+noback context ["\x6522"]"\x76E4" @245-12456-2
+
+# \x6522\x7709 245-12456-2-134-356-2
+noback context ["\x6522"]"\x7709" @245-12456-2
+
+# \x6522\x77E2 245-12456-2-24-156-4
+noback context ["\x6522"]"\x77E2" @245-12456-2
+
+# \x6522\x7C07 245-12456-2-245-34-5
+noback context ["\x6522"]"\x7C07" @245-12456-2
+
+# \x6522\x805A 245-12456-2-13-1256-5
+noback context ["\x6522"]"\x805A" @245-12456-2
+
+# \x6522\x8336 245-12456-2-12-345-2
+noback context ["\x6522"]"\x8336" @245-12456-2
+
+# \x6522\x88D8 245-12456-2-245-234-2
+noback context ["\x6522"]"\x88D8" @245-12456-2
+
+# \x6522\x8E44 245-12456-2-124-16-2
+noback context ["\x6522"]"\x8E44" @245-12456-2
+
+# \x6522\x8E59 245-12456-2-245-34-5
+noback context ["\x6522"]"\x8E59" @245-12456-2
+
+# \x6522\x9732 245-12456-2-14-34-5
+noback context ["\x6522"]"\x9732" @245-12456-2
+
+# \x6522\x9921 245-12456-2-15-2345-5
+noback context ["\x6522"]"\x9921" @245-12456-2
+
+# \x6524\x9084 124-1236-3-1235-12456-2
+noback context _1"\x6524"["\x9084"] @1235-12456-2
+
+# \x6529\x6227 145-1346-4-245-46-3
+noback context _1"\x6529"["\x6227"] @245-46-3
+
+# \x652A\x548C 13-246-4-1235-25-5
+noback context _1"\x652A"["\x548C"] @1235-25-5
+
+# \x6538\x6581 234-3-145-34-5
+noback context _1"\x6538"["\x6581"] @145-34-5
+
+# \x6539\x884C 13-2456-4-1235-1346-2
+noback context _1"\x6539"["\x884C"] @1235-1346-2
+
+# \x653B\x5B50 13-12346-3-125-156-4
+noback context _1"\x653B"["\x5B50"] @125-156-4
+
+# \x653E\x5047 12345-1346-5-13-23456-5
+noback context _1"\x653E"["\x5047"] @13-23456-5
+
+# \x6545\x6567 13-34-5-245-16-3
+noback context _1"\x6545"["\x6567"] @245-16-3
+
+# \x6548\x61C9 15-246-5-13456-5
+noback context _1"\x6548"["\x61C9"] @13456-5
+
+# \x6550\x6550 1-136-4-1-136-4
+noback context ["\x6550"]"\x6550" @1-136-4
+noback context _1"\x6550"["\x6550"] @1-136-4
+
+# \x6551\x96E3 13-234-5-1345-1236-5
+noback context _1"\x6551"["\x96E3"] @1345-1236-5
+
+# \x6556\x6556 146-5-146-5
+noback context ["\x6556"]"\x6556" @146-5
+noback context _1"\x6556"["\x6556"] @146-5
+
+# \x6557\x8208 135-2456-5-15-13456-5
+noback context _1"\x6557"["\x8208"] @15-13456-5
+
+# \x6559\x5B50 13-246-5-125-156-4
+noback context _1"\x6559"["\x5B50"] @125-156-4
+
+# \x6563\x5149 15-1236-4-13-456-3
+noback context ["\x6563"]"\x5149" @15-1236-4
+
+# \x6563\x5175 15-1236-4-135-13456-3
+noback context ["\x6563"]"\x5175" @15-1236-4
+
+# \x6563\x60B6 15-1236-5-134-136-5
+noback context _1"\x6563"["\x60B6"] @134-136-5
+
+# \x6563\x6587 15-1236-4-123456-2
+noback context ["\x6563"]"\x6587" @15-1236-4
+
+# \x6563\x66F2 15-1236-4-245-1256-4
+noback context ["\x6563"]"\x66F2" @15-1236-4
+
+# \x6563\x6C99 15-1236-4-24-345-3
+noback context ["\x6563"]"\x6C99" @15-1236-4
+
+# \x6566\x5396 145-123456-3-134-1346-2
+noback context _1"\x6566"["\x5396"] @134-1346-2
+
+# \x6566\x69C3 145-1246-5-1234-1236-2
+noback context ["\x6566"]"\x69C3" @145-1246-5
+
+# \x6578\x5178 24-34-4-145-2345-4
+noback context ["\x6578"]"\x5178" @24-34-4
+
+# \x6578\x6578 24-34-4-24-34-5
+noback context ["\x6578"]"\x6578" @24-34-4
+
+# \x6578\x7F5F 245-34-5-13-34-4
+noback context ["\x6578"]"\x7F5F" @245-34-5
+
+# \x6578\x843D 24-34-4-14-25-5
+noback context ["\x6578"]"\x843D" @24-34-4
+
+# \x6578\x8AAA 24-34-4-24-25-3
+noback context ["\x6578"]"\x8AAA" @24-34-4
+
+# \x6578\x9322 24-34-4-245-2345-2
+noback context ["\x6578"]"\x9322" @24-34-4
+
+# \x657A\x50B7 12356-3-24-1346-3
+noback context ["\x657A"]"\x50B7" @12356-3
+
+# \x6587\x5B50 123456-2-125-156-4
+noback context _1"\x6587"["\x5B50"] @125-156-4
+
+# \x6587\x98FE 123456-5-24-156-5
+noback context ["\x6587"]"\x98FE" @123456-5
+
+# \x6597\x6753 145-12356-4-135-246-3
+noback context _1"\x6597"["\x6753"] @135-246-3
+
+# \x6597\x91CF 145-12356-4-14-46-2
+noback context _1"\x6597"["\x91CF"] @14-46-2
+
+# \x6599\x4E2D 14-246-5-1-12346-5
+noback context _1"\x6599"["\x4E2D"] @1-12346-5
+
+# \x65AC\x5C07 1-1236-4-13-46-5
+noback context _1"\x65AC"["\x5C07"] @13-46-5
+
+# \x65AC\x8870 1-1236-4-245-1246-3
+noback context _1"\x65AC"["\x8870"] @245-1246-3
+
+# \x65B2\x55AA 1-25-2-15-1346-5
+noback context _1"\x65B2"["\x55AA"] @15-1346-5
+
+# \x65B9\x68F9 12345-1346-3-1-25-3
+noback context _1"\x65B9"["\x68F9"] @1-25-3
+
+# \x65BC\x5B50 1256-2-125-156-4
+noback context _1"\x65BC"["\x5B50"] @125-156-4
+
+# \x65BC\x7A46 34-3-134-34-5
+noback context ["\x65BC"]"\x7A46" @34-3
+
+# \x65BD\x5B50 24-156-3-125-156-4
+noback context _1"\x65BD"["\x5B50"] @125-156-4
+
+# \x65C4\x502A 134-146-5-1345-16-2
+noback context ["\x65C4"]"\x502A" @134-146-5
+
+# \x65C5\x9577 14-1256-4-1-1346-4
+noback context _1"\x65C5"["\x9577"] @1-1346-4
+
+# \x65CB\x98A8 15-45-5-12345-1356-3
+noback context ["\x65CB"]"\x98A8" @15-45-5
+
+# \x65CF\x9577 125-34-2-1-1346-4
+noback context _1"\x65CF"["\x9577"] @1-1346-4
+
+# \x65E5\x6688 1245-156-5-256-5
+noback context _1"\x65E5"["\x6688"] @256-5
+
+# \x65E5\x6C92 1245-156-5-134-126-5
+noback context _1"\x65E5"["\x6C92"] @134-126-5
+
+# \x65E9\x592D 125-146-4-246-4
+noback context _1"\x65E9"["\x592D"] @246-4
+
+# \x65FD\x65FD 1-123456-5-1-123456-5
+noback context ["\x65FD"]"\x65FD" @1-123456-5
+noback context _1"\x65FD"["\x65FD"] @1-123456-5
+
+# \x660E\x9419 134-13456-2-145-1356-3
+noback context _1"\x660E"["\x9419"] @145-1356-3
+
+# \x6613\x50B3 16-5-1-12456-5
+noback context _1"\x6613"["\x50B3"] @1-12456-5
+
+# \x6614\x902E 15-16-2-145-2456-5
+noback context _1"\x6614"["\x902E"] @145-2456-5
+
+# \x661F\x5BBF 15-13456-3-15-234-5
+noback context _1"\x661F"["\x5BBF"] @15-234-5
+
+# \x661F\x76F8 15-13456-3-15-46-5
+noback context _1"\x661F"["\x76F8"] @15-46-5
+
+# \x6625\x5047 12-123456-3-13-23456-5
+noback context _1"\x6625"["\x5047"] @13-23456-5
+
+# \x662D\x8457 1-146-3-1-34-5
+noback context _1"\x662D"["\x8457"] @1-34-5
+
+# \x6633\x9E97 16-5-14-16-5
+noback context ["\x6633"]"\x9E97" @16-5
+
+# \x6634\x5BBF 134-146-4-15-234-5
+noback context _1"\x6634"["\x5BBF"] @15-234-5
+
+# \x6643\x66DC 1235-456-4-246-5
+noback context ["\x6643"]"\x66DC" @1235-456-4
+
+# \x664F\x5B50 2345-5-125-156-4
+noback context _1"\x664F"["\x5B50"] @125-156-4
+
+# \x6687\x7D66 15-23456-2-13-16-4
+noback context _1"\x6687"["\x7D66"] @13-16-4
+
+# \x6688\x73E5 256-5-156-4
+noback context ["\x6688"]"\x73E5" @256-5
+
+# \x6691\x5047 24-34-4-13-23456-5
+noback context _1"\x6691"["\x5047"] @13-23456-5
+
+# \x6696\x548C 1345-12456-4-1235-25-1
+noback context _1"\x6696"["\x548C"] @1235-25-1
+
+# \x6696\x59DD 15-45-3-24-34-3
+noback context ["\x6696"]"\x59DD" @15-45-3
+
+# \x66B4\x9732 1234-34-5-14-34-5
+noback context ["\x66B4"]"\x9732" @1234-34-5
+
+# \x66F2\x531D 245-1256-3-125-345-3
+noback context ["\x66F2"]"\x531D" @245-1256-3
+
+# \x66F2\x5C3A 245-1256-3-12-156-4
+noback context ["\x66F2"]"\x5C3A" @245-1256-3
+
+# \x66F2\x5F35 245-1256-3-1-1346-3
+noback context ["\x66F2"]"\x5F35" @245-1256-3
+
+# \x66F2\x6298 245-1256-3-1-2346-2
+noback context ["\x66F2"]"\x6298" @245-1256-3
+
+# \x66F2\x62D7 245-1256-3-146-5
+noback context ["\x66F2"]"\x62D7" @245-1256-3
+noback context _1"\x66F2"["\x62D7"] @146-5
+
+# \x66F2\x66F2 245-1256-3-245-1256-3
+noback context ["\x66F2"]"\x66F2" @245-1256-3
+noback context _1"\x66F2"["\x66F2"] @245-1256-3
+
+# \x66F2\x6C83 245-1256-3-25-5
+noback context ["\x66F2"]"\x6C83" @245-1256-3
+
+# \x66F2\x76F4 245-1256-3-1-156-2
+noback context ["\x66F2"]"\x76F4" @245-1256-3
+
+# \x66F2\x7DDA 245-1256-3-15-2345-5
+noback context ["\x66F2"]"\x7DDA" @245-1256-3
+
+# \x66F2\x8098 245-1256-3-1-12356-4
+noback context ["\x66F2"]"\x8098" @245-1256-3
+
+# \x66F2\x80B1 245-1256-3-13-12346-3
+noback context ["\x66F2"]"\x80B1" @245-1256-3
+
+# \x66F2\x811B 245-1256-3-13-13456-5
+noback context ["\x66F2"]"\x811B" @245-1256-3
+
+# \x66F2\x819D 245-1256-3-15-16-3
+noback context ["\x66F2"]"\x819D" @245-1256-3
+
+# \x66F2\x88FE 245-1256-3-13-1256-3
+noback context ["\x66F2"]"\x88FE" @245-1256-3
+
+# \x66F2\x89E3 245-1256-3-13-346-4
+noback context ["\x66F2"]"\x89E3" @245-1256-3
+
+# \x66F2\x8EAC 245-1256-3-13-12346-3
+noback context ["\x66F2"]"\x8EAC" @245-1256-3
+
+# \x66F2\x8F45 245-1256-3-45-2
+noback context ["\x66F2"]"\x8F45" @245-1256-3
+
+# \x66F2\x961C 245-1256-3-12345-34-5
+noback context ["\x66F2"]"\x961C" @245-1256-3
+
+# \x66F4\x4E8B 13-1356-3-24-156-5
+noback context ["\x66F4"]"\x4E8B" @13-1356-3
+
+# \x66F4\x52D5 13-1356-3-145-12346-5
+noback context ["\x66F4"]"\x52D5" @13-1356-3
+
+# \x66F4\x540D 13-1356-3-134-13456-2
+noback context ["\x66F4"]"\x540D" @13-1356-3
+
+# \x66F4\x5F35 13-1356-3-1-1346-3
+noback context ["\x66F4"]"\x5F35" @13-1356-3
+
+# \x66F4\x5F97 13-1356-5-145-356-4
+noback context _1"\x66F4"["\x5F97"] @145-356-4
+
+# \x66F4\x63DB 13-1356-3-1235-12456-5
+noback context ["\x66F4"]"\x63DB" @13-1356-3
+
+# \x66F4\x6539 13-1356-3-13-2456-4
+noback context ["\x66F4"]"\x6539" @13-1356-3
+
+# \x66F4\x65B0 13-1356-3-15-1456-3
+noback context ["\x66F4"]"\x65B0" @13-1356-3
+
+# \x66F4\x6613 13-1356-3-16-5
+noback context ["\x66F4"]"\x6613" @13-1356-3
+
+# \x66F4\x66FF 13-1356-3-124-16-5
+noback context ["\x66F4"]"\x66FF" @13-1356-3
+
+# \x66F4\x6B63 13-1356-3-1-1356-5
+noback context ["\x66F4"]"\x6B63" @13-1356-3
+
+# \x66F4\x751F 13-1356-3-24-1356-3
+noback context ["\x66F4"]"\x751F" @13-1356-3
+
+# \x66F4\x865F 13-1356-3-1235-146-5
+noback context ["\x66F4"]"\x865F" @13-1356-3
+
+# \x66F4\x8863 13-1356-3-16-3
+noback context ["\x66F4"]"\x8863" @13-1356-3
+
+# \x66F4\x8FED 13-1356-3-145-346-2
+noback context ["\x66F4"]"\x8FED" @13-1356-3
+
+# \x66F8\x5377 24-34-3-13-45-5
+noback context _1"\x66F8"["\x5377"] @13-45-5
+
+# \x66F9\x53C3 245-146-2-24-136-3
+noback context _1"\x66F9"["\x53C3"] @24-136-3
+
+# \x66F9\x5B50 245-146-2-125-156-4
+noback context _1"\x66F9"["\x5B50"] @125-156-4
+
+# \x66FE\x53C3 125-1356-3-24-136-3
+noback context ["\x66FE"]"\x53C3" @125-1356-3
+noback context _1"\x66FE"["\x53C3"] @24-136-3
+
+# \x66FE\x5B50 125-1356-3-125-156-4
+noback context ["\x66FE"]"\x5B50" @125-1356-3
+noback context _1"\x66FE"["\x5B50"] @125-156-4
+
+# \x66FE\x5B6B 125-1356-3-15-123456-3
+noback context ["\x66FE"]"\x5B6B" @125-1356-3
+
+# \x66FE\x6587 125-1356-3-123456-2
+noback context ["\x66FE"]"\x6587" @125-1356-3
+
+# \x66FE\x66FE 125-1356-3-125-1356-3
+noback context ["\x66FE"]"\x66FE" @125-1356-3
+noback context _1"\x66FE"["\x66FE"] @125-1356-3
+
+# \x66FE\x6BCD 125-1356-3-134-34-4
+noback context ["\x66FE"]"\x6BCD" @125-1356-3
+
+# \x66FE\x6C0F 125-1356-3-24-156-5
+noback context ["\x66FE"]"\x6C0F" @125-1356-3
+
+# \x66FE\x7699 125-1356-3-15-16-3
+noback context ["\x66FE"]"\x7699" @125-1356-3
+
+# \x66FE\x76CA 125-1356-3-16-5
+noback context ["\x66FE"]"\x76CA" @125-1356-3
+
+# \x66FE\x7956 125-1356-3-125-34-4
+noback context ["\x66FE"]"\x7956" @125-1356-3
+
+# \x66FE\x978F 125-1356-3-13-12346-4
+noback context ["\x66FE"]"\x978F" @125-1356-3
+
+# \x6703\x5152 1235-1246-4-156-3
+noback context ["\x6703"]"\x5152" @1235-1246-4
+noback context _1"\x6703"["\x5152"] @156-3
+
+# \x6703\x5F01 123-2356-5-135-2345-5
+noback context ["\x6703"]"\x5F01" @123-2356-5
+
+# \x6703\x7A3D 13-1246-5-13-16-3
+noback context ["\x6703"]"\x7A3D" @13-1246-5
+
+# \x6703\x8A08 123-2356-5-13-16-5
+noback context ["\x6703"]"\x8A08" @123-2356-5
+
+# \x6703\x9577 1235-1246-5-1-1346-4
+noback context _1"\x6703"["\x9577"] @1-1346-4
+
+# \x6708\x6688 236-5-256-5
+noback context _1"\x6708"["\x6688"] @256-5
+
+# \x6708\x7D2F 236-5-14-356-4
+noback context _1"\x6708"["\x7D2F"] @14-356-4
+
+# \x6709\x5206 234-4-12345-136-5
+noback context _1"\x6709"["\x5206"] @12345-136-5
+
+# \x6709\x5B50 234-4-125-156-4
+noback context _1"\x6709"["\x5B50"] @125-156-4
+
+# \x670D\x5E16 12345-34-2-124-346-3
+noback context _1"\x670D"["\x5E16"] @124-346-3
+
+# \x671A\x5000 134-1356-5-12-1346-3
+noback context ["\x671A"]"\x5000" @134-1356-5
+
+# \x671B\x5B50 456-5-125-156-4
+noback context _1"\x671B"["\x5B50"] @125-156-4
+
+# \x671D\x4E0D 1-146-3-135-34-5
+noback context ["\x671D"]"\x4E0D" @1-146-3
+
+# \x671D\x4EE4 1-146-3-14-13456-5
+noback context ["\x671D"]"\x4EE4" @1-146-3
+
+# \x671D\x5915 1-146-3-15-16-5
+noback context ["\x671D"]"\x5915" @1-146-3
+
+# \x671D\x66E6 1-146-3-15-16-3
+noback context ["\x671D"]"\x66E6" @1-146-3
+
+# \x671D\x6703 1-146-3-1235-1246-5
+noback context ["\x671D"]"\x6703" @1-146-3
+
+# \x671D\x671D 1-146-3-1-146-3
+noback context ["\x671D"]"\x671D" @1-146-3
+noback context _1"\x671D"["\x671D"] @1-146-3
+
+# \x671D\x6C23 1-146-3-245-16-5
+noback context ["\x671D"]"\x6C23" @1-146-3
+
+# \x671D\x767C 1-146-3-12345-345-3
+noback context ["\x671D"]"\x767C" @1-146-3
+
+# \x671D\x967D 1-146-3-46-2
+noback context ["\x671D"]"\x967D" @1-146-3
+
+# \x671D\x971E 1-146-3-15-23456-2
+noback context ["\x671D"]"\x971E" @1-146-3
+
+# \x671D\x9732 1-146-3-14-34-5
+noback context ["\x671D"]"\x9732" @1-146-3
+
+# \x671D\x9954 1-146-3-235-3
+noback context ["\x671D"]"\x9954" @1-146-3
+
+# \x671F\x5E74 13-16-3-1345-2345-2
+noback context ["\x671F"]"\x5E74" @13-16-3
+
+# \x671F\x6708 13-16-3-236-5
+noback context ["\x671F"]"\x6708" @13-16-3
+
+# \x671F\x670D 13-16-3-12345-34-2
+noback context ["\x671F"]"\x670D" @13-16-3
+
+# \x6728\x585E 134-34-5-15-2456-3
+noback context _1"\x6728"["\x585E"] @15-2456-3
+
+# \x6728\x6942 134-34-5-12-345-2
+noback context _1"\x6728"["\x6942"] @12-345-2
+
+# \x6728\x79BA 134-34-5-12356-4
+noback context _1"\x6728"["\x79BA"] @12356-4
+
+# \x672A\x4C09 1246-5-135-1236-3
+noback context _1"\x672A"["\x4C09"] @135-1236-3
+
+# \x672A\x4E86 1246-5-14-246-4
+noback context _1"\x672A"["\x4E86"] @14-246-4
+
+# \x672B\x4E86 134-126-5-14-246-4
+noback context _1"\x672B"["\x4E86"] @14-246-4
+
+# \x672C\x5206 135-136-4-12345-136-5
+noback context _1"\x672C"["\x5206"] @12345-136-5
+
+# \x672C\x884C 135-136-4-1235-1346-2
+noback context _1"\x672C"["\x884C"] @1235-1346-2
+
+# \x6731\x5B50 1-34-3-125-156-4
+noback context _1"\x6731"["\x5B50"] @125-156-4
+
+# \x6731\x7373 1-34-3-1245-34-2
+noback context _1"\x6731"["\x7373"] @1245-34-2
+
+# \x6734\x5B50 1234-34-2-125-156-4
+noback context _1"\x6734"["\x5B50"] @125-156-4
+
+# \x6751\x9577 245-123456-3-1-1346-4
+noback context _1"\x6751"["\x9577"] @1-1346-4
+
+# \x675C\x585E 145-34-5-15-2346-5
+noback context _1"\x675C"["\x585E"] @15-2346-5
+
+# \x675C\x5B50 145-34-5-125-156-4
+noback context _1"\x675C"["\x5B50"] @125-156-4
+
+# \x675E\x5B50 245-16-4-125-156-4
+noback context _1"\x675E"["\x5B50"] @125-156-4
+
+# \x6760\x8F42 13-1346-3-13-34-4
+noback context ["\x6760"]"\x8F42" @13-1346-3
+
+# \x677E\x5B50 15-12346-3-125-156-4
+noback context _1"\x677E"["\x5B50"] @125-156-4
+
+# \x678D\x683A 16-5-16-5
+noback context _1"\x678D"["\x683A"] @16-5
+
+# \x6795\x6208 1-136-5-13-2346-3
+noback context ["\x6795"]"\x6208" @1-136-5
+
+# \x6795\x85C9 1-136-5-13-346-5
+noback context ["\x6795"]"\x85C9" @1-136-5
+
+# \x67B3\x6907 13-16-4-13-1256-4
+noback context ["\x67B3"]"\x6907" @13-16-4
+
+# \x67B8\x6728 13-12356-3-134-34-5
+noback context ["\x67B8"]"\x6728" @13-12356-3
+
+# \x67B8\x6ADE 13-1256-4-45-2
+noback context ["\x67B8"]"\x6ADE" @13-1256-4
+
+# \x67B8\x91AC 13-1256-4-13-46-5
+noback context ["\x67B8"]"\x91AC" @13-1256-4
+
+# \x67B9\x6728 135-146-3-134-34-5
+noback context ["\x67B9"]"\x6728" @135-146-3
+
+# \x67D0\x5B50 134-12356-4-125-156-4
+noback context _1"\x67D0"["\x5B50"] @125-156-4
+
+# \x67D6\x69A3 1-146-3-246-2
+noback context ["\x67D6"]"\x69A3" @1-146-3
+
+# \x67E5\x52D8 12-345-2-123-1236-5
+noback context _1"\x67E5"["\x52D8"] @123-1236-5
+
+# \x67E5\x5377 12-345-2-13-45-5
+noback context _1"\x67E5"["\x5377"] @13-45-5
+
+# \x67EE\x6782 145-25-5-25-5
+noback context _1"\x67EE"["\x6782"] @25-5
+
+# \x67EF\x67C2 123-2346-3-14-16-2
+noback context _1"\x67EF"["\x67C2"] @14-16-2
+
+# \x67F3\x5B50 14-234-4-125-156-4
+noback context _1"\x67F3"["\x5B50"] @125-156-4
+
+# \x67F3\x5BBF 14-234-4-15-234-5
+noback context _1"\x67F3"["\x5BBF"] @15-234-5
+
+# \x6813\x585E 24-12456-3-15-2456-3
+noback context _1"\x6813"["\x585E"] @15-2456-3
+
+# \x6821\x52D8 13-246-5-123-1236-3
+noback context ["\x6821"]"\x52D8" @13-246-5
+
+# \x6821\x5C0D 13-246-5-145-1246-5
+noback context ["\x6821"]"\x5C0D" @13-246-5
+
+# \x6821\x6B63 13-246-5-1-1356-5
+noback context ["\x6821"]"\x6B63" @13-246-5
+
+# \x6821\x6E96 13-246-5-1-123456-4
+noback context ["\x6821"]"\x6E96" @13-246-5
+
+# \x6821\x8A02 13-246-5-145-13456-5
+noback context ["\x6821"]"\x8A02" @13-246-5
+
+# \x6821\x9577 15-246-5-1-1346-4
+noback context _1"\x6821"["\x9577"] @1-1346-4
+
+# \x6821\x95B1 13-246-5-236-5
+noback context ["\x6821"]"\x95B1" @13-246-5
+
+# \x682F\x674E 1256-5-14-16-4
+noback context ["\x682F"]"\x674E" @1256-5
+
+# \x6838\x5B50 1235-2346-2-125-156-4
+noback context _1"\x6838"["\x5B50"] @125-156-4
+
+# \x6838\x5F48 1235-2346-2-145-1236-5
+noback context _1"\x6838"["\x5F48"] @145-1236-5
+
+# \x6839\x6942 13-136-3-12-345-2
+noback context _1"\x6839"["\x6942"] @12-345-2
+
+# \x6839\x83C0 13-136-3-45-5
+noback context _1"\x6839"["\x83C0"] @45-5
+
+# \x683C\x55B3 13-2346-2-12-345-3
+noback context _1"\x683C"["\x55B3"] @12-345-3
+
+# \x683D\x7A2E 125-2456-3-1-12346-5
+noback context _1"\x683D"["\x7A2E"] @1-12346-5
+
+# \x6840\x6556 13-346-2-146-5
+noback context _1"\x6840"["\x6556"] @146-5
+
+# \x6844\x6994 13-456-3-14-1346-2
+noback context ["\x6844"]"\x6994" @13-456-3
+
+# \x6848\x5377 1236-5-13-45-5
+noback context _1"\x6848"["\x5377"] @13-45-5
+
+# \x6848\x676C 1236-5-12456-5
+noback context _1"\x6848"["\x676C"] @12456-5
+
+# \x6851\x5B50 15-1346-3-125-156-4
+noback context _1"\x6851"["\x5B50"] @125-156-4
+
+# \x6854\x67E3 13-346-2-145-346-2
+noback context ["\x6854"]"\x67E3" @13-346-2
+noback context _1"\x6854"["\x67E3"] @145-346-2
+
+# \x6854\x6840 13-346-2-13-346-2
+noback context ["\x6854"]"\x6840" @13-346-2
+
+# \x6854\x6897 13-346-2-13-1356-4
+noback context ["\x6854"]"\x6897" @13-346-2
+
+# \x6854\x69D4 13-346-2-13-146-3
+noback context ["\x6854"]"\x69D4" @13-346-2
+
+# \x6897\x585E 13-1356-4-15-2346-5
+noback context _1"\x6897"["\x585E"] @15-2346-5
+
+# \x689F\x5C07 15-246-3-13-46-5
+noback context _1"\x689F"["\x5C07"] @13-46-5
+
+# \x68B5\x5504 12345-1236-5-135-2456-5
+noback context _1"\x68B5"["\x5504"] @135-2456-5
+
+# \x68C4\x5B50 245-16-5-125-156-4
+noback context _1"\x68C4"["\x5B50"] @125-156-4
+
+# \x68D2\x559D 135-1346-5-1235-2346-5
+noback context _1"\x68D2"["\x559D"] @1235-2346-5
+
+# \x68F2\x7687 15-16-3-1235-456-2
+noback context ["\x68F2"]"\x7687" @15-16-3
+
+# \x690E\x4936 1-1246-3-346-5
+noback context _1"\x690E"["\x4936"] @346-5
+
+# \x6911\x67FF 135-356-3-24-156-5
+noback context ["\x6911"]"\x67FF" @135-356-3
+
+# \x6939\x8CEA 1-136-3-1-156-5
+noback context ["\x6939"]"\x8CEA" @1-136-3
+noback context _1"\x6939"["\x8CEA"] @1-156-5
+
+# \x6956\x4EBA 13-346-2-1245-136-2
+noback context ["\x6956"]"\x4EBA" @13-346-2
+
+# \x695A\x5B50 12-34-4-125-156-4
+noback context _1"\x695A"["\x5B50"] @125-156-4
+
+# \x695E\x5C64 14-1356-2-245-1356-2
+noback context ["\x695E"]"\x5C64" @14-1356-2
+
+# \x695E\x89D2 14-1356-2-13-246-4
+noback context ["\x695E"]"\x89D2" @14-1356-2
+
+# \x695E\x93E1 14-1356-2-13-13456-5
+noback context ["\x695E"]"\x93E1" @14-1356-2
+
+# \x699C\x63A0 135-1356-5-14-236-5
+noback context ["\x699C"]"\x63A0" @135-1356-5
+
+# \x699C\x695A 135-1356-5-12-34-4
+noback context ["\x699C"]"\x695A" @135-1356-5
+
+# \x699C\x7B1E 135-1356-5-12-156-3
+noback context ["\x699C"]"\x7B1E" @135-1356-5
+
+# \x699C\x7BA0 135-1356-5-12-1246-2
+noback context ["\x699C"]"\x7BA0" @135-1356-5
+
+# \x699C\x821F 135-1356-5-1-12356-3
+noback context ["\x699C"]"\x821F" @135-1356-5
+
+# \x69B2\x6872 123456-3-135-126-2
+noback context ["\x69B2"]"\x6872" @123456-3
+
+# \x69B4\x5F48 14-234-2-145-1236-5
+noback context _1"\x69B4"["\x5F48"] @145-1236-5
+
+# \x69CD\x5F48 245-46-3-145-1236-5
+noback context _1"\x69CD"["\x5F48"] @145-1236-5
+
+# \x6A02\x5287 236-5-13-1256-5
+noback context ["\x6A02"]"\x5287" @236-5
+
+# \x6A02\x5668 236-5-245-16-5
+noback context ["\x6A02"]"\x5668" @236-5
+
+# \x6A02\x5718 236-5-124-12456-2
+noback context ["\x6A02"]"\x5718" @236-5
+
+# \x6A02\x58C7 236-5-124-1236-2
+noback context ["\x6A02"]"\x58C7" @236-5
+
+# \x6A02\x5B98 236-5-13-12456-3
+noback context ["\x6A02"]"\x5B98" @236-5
+
+# \x6A02\x5E2B 236-5-24-156-3
+noback context ["\x6A02"]"\x5E2B" @236-5
+
+# \x6A02\x5E9C 236-5-12345-34-4
+noback context ["\x6A02"]"\x5E9C" @236-5
+
+# \x6A02\x624B 236-5-24-12356-4
+noback context ["\x6A02"]"\x624B" @236-5
+
+# \x6A02\x66F2 236-5-245-1256-4
+noback context ["\x6A02"]"\x66F2" @236-5
+
+# \x6A02\x6BB5 236-5-145-12456-5
+noback context ["\x6A02"]"\x6BB5" @236-5
+
+# \x6A02\x6C34 246-5-24-1246-4
+noback context ["\x6A02"]"\x6C34" @246-5
+
+# \x6A02\x6D3E 236-5-1234-2456-5
+noback context ["\x6A02"]"\x6D3E" @236-5
+
+# \x6A02\x7406 236-5-14-16-4
+noback context ["\x6A02"]"\x7406" @236-5
+
+# \x6A02\x7AE0 236-5-1-1346-3
+noback context ["\x6A02"]"\x7AE0" @236-5
+
+# \x6A02\x7C4D 236-5-13-16-2
+noback context ["\x6A02"]"\x7C4D" @236-5
+
+# \x6A02\x8A55 236-5-1234-13456-2
+noback context ["\x6A02"]"\x8A55" @236-5
+
+# \x6A02\x8B5C 236-5-1234-34-4
+noback context ["\x6A02"]"\x8B5C" @236-5
+
+# \x6A02\x8FF7 236-5-134-16-2
+noback context ["\x6A02"]"\x8FF7" @236-5
+
+# \x6A02\x968A 236-5-145-1246-5
+noback context ["\x6A02"]"\x968A" @236-5
+
+# \x6A02\x97F3 236-5-1456-3
+noback context ["\x6A02"]"\x97F3" @236-5
+
+# \x6A02\x98A8 236-5-12345-1356-3
+noback context ["\x6A02"]"\x98A8" @236-5
+
+# \x6A21\x6A23 134-34-2-46-5
+noback context ["\x6A21"]"\x6A23" @134-34-2
+
+# \x6A3F\x508D 1-1236-4-1234-1346-2
+noback context ["\x6A3F"]"\x508D" @1-1236-4
+noback context _1"\x6A3F"["\x508D"] @1234-1346-2
+
+# \x6A6B\x66B4 1235-1356-5-135-146-5
+noback context ["\x6A6B"]"\x66B4" @1235-1356-5
+
+# \x6A6B\x6B7B 1235-1356-5-15-156-4
+noback context ["\x6A6B"]"\x6B7B" @1235-1356-5
+
+# \x6A6B\x798D 1235-1356-5-1235-25-5
+noback context ["\x6A6B"]"\x798D" @1235-1356-5
+
+# \x6A6B\x8089 1235-1356-5-1245-12356-5
+noback context ["\x6A6B"]"\x8089" @1235-1356-5
+
+# \x6A6B\x884C 1235-1356-5-15-13456-2
+noback context ["\x6A6B"]"\x884C" @1235-1356-5
+
+# \x6A6B\x8CA1 1235-1356-5-245-2456-2
+noback context ["\x6A6B"]"\x8CA1" @1235-1356-5
+
+# \x6AA1\x68D8 125-2346-2-13-16-2
+noback context ["\x6AA1"]"\x68D8" @125-2346-2
+
+# \x6AD1\x5177 14-356-4-13-1256-5
+noback context ["\x6AD1"]"\x5177" @14-356-4
+
+# \x6ADB\x6BD4 13-346-2-135-16-5
+noback context _1"\x6ADB"["\x6BD4"] @135-16-5
+
+# \x6B21\x5B50 245-156-5-125-156-4
+noback context _1"\x6B21"["\x5B50"] @125-156-4
+
+# \x6B21\x9577 245-156-5-1-1346-4
+noback context _1"\x6B21"["\x9577"] @1-1346-4
+
+# \x6B28\x3C25 15-1256-3-1235-1246-5
+noback context _1"\x6B28"["\x3C25"] @1235-1246-5
+
+# \x6B2D\x3C33 1456-3-23456-5
+noback context _1"\x6B2D"["\x3C33"] @23456-5
+
+# \x6B38\x4E43 2456-4-1345-2456-4
+noback context ["\x6B38"]"\x4E43" @2456-4
+
+# \x6B3B\x5438 1235-34-3-15-16-3
+noback context ["\x6B3B"]"\x5438" @1235-34-3
+
+# \x6B3B\x5F9E 1235-34-3-245-12346-2
+noback context ["\x6B3B"]"\x5F9E" @1235-34-3
+
+# \x6B3B\x8D77 1235-34-3-245-16-4
+noback context ["\x6B3B"]"\x8D77" @1235-34-3
+
+# \x6B3D\x5DEE 245-1456-3-12-2456-3
+noback context _1"\x6B3D"["\x5DEE"] @12-2456-3
+
+# \x6B41\x6B5E 123-2346-5-2346-3
+noback context ["\x6B41"]"\x6B5E" @123-2346-5
+noback context _1"\x6B41"["\x6B5E"] @2346-3
+
+# \x6B42\x5E2B 12-12456-2-24-156-3
+noback context ["\x6B42"]"\x5E2B" @12-12456-2
+
+# \x6B42\x72AC 12-12456-2-245-45-4
+noback context ["\x6B42"]"\x72AC" @12-12456-2
+
+# \x6B59\x6D66 24-2346-5-1234-34-4
+noback context ["\x6B59"]"\x6D66" @24-2346-5
+
+# \x6B59\x786F 24-2346-5-2345-5
+noback context ["\x6B59"]"\x786F" @24-2346-5
+
+# \x6B59\x7E23 24-2346-5-15-2345-5
+noback context ["\x6B59"]"\x7E23" @24-2346-5
+
+# \x6B63\x5B50 1-1356-5-125-156-4
+noback context _1"\x6B63"["\x5B50"] @125-156-4
+
+# \x6B63\x9D60 1-1356-5-13-34-4
+noback context _1"\x6B63"["\x9D60"] @13-34-4
+
+# \x6B64\x5B50 245-156-4-125-156-4
+noback context _1"\x6B64"["\x5B50"] @125-156-4
+
+# \x6B66\x5C07 34-4-13-46-5
+noback context _1"\x6B66"["\x5C07"] @13-46-5
+
+# \x6B6A\x66F2 2356-3-245-1256-3
+noback context _1"\x6B6A"["\x66F2"] @245-1256-3
+
+# \x6B78\x9084 13-1246-3-1235-12456-2
+noback context _1"\x6B78"["\x9084"] @1235-12456-2
+
+# \x6B78\x964D 13-1246-3-15-46-2
+noback context _1"\x6B78"["\x964D"] @15-46-2
+
+# \x6B7B\x5B50 15-156-4-125-156-4
+noback context _1"\x6B7B"["\x5B50"] @125-156-4
+
+# \x6B7B\x7576 15-156-4-145-1346-5
+noback context _1"\x6B7B"["\x7576"] @145-1346-5
+
+# \x6B7B\x96E3 15-156-4-1345-1236-5
+noback context _1"\x6B7B"["\x96E3"] @1345-1236-5
+
+# \x6B89\x96E3 15-256-5-1345-1236-5
+noback context _1"\x6B89"["\x96E3"] @1345-1236-5
+
+# \x6B9E\x6C92 256-4-134-126-5
+noback context _1"\x6B9E"["\x6C92"] @134-126-5
+
+# \x6BB7\x5207 1456-3-245-346-5
+noback context _1"\x6BB7"["\x5207"] @245-346-5
+
+# \x6BCD\x5B50 134-34-4-125-156-4
+noback context _1"\x6BCD"["\x5B50"] @125-156-4
+
+# \x6BCF\x884C 134-356-4-1235-1346-2
+noback context _1"\x6BCF"["\x884C"] @1235-1346-2
+
+# \x6BD4\x53CA 135-16-5-13-16-2
+noback context ["\x6BD4"]"\x53CA" @135-16-5
+
+# \x6BD4\x6BD4 135-16-5-135-16-5
+noback context ["\x6BD4"]"\x6BD4" @135-16-5
+noback context _1"\x6BD4"["\x6BD4"] @135-16-5
+
+# \x6BD4\x80A9 135-16-5-13-2345-3
+noback context ["\x6BD4"]"\x80A9" @135-16-5
+
+# \x6C2B\x5F48 245-13456-3-145-1236-5
+noback context _1"\x6C2B"["\x5F48"] @145-1236-5
+
+# \x6C34\x5206 24-1246-4-12345-136-5
+noback context _1"\x6C34"["\x5206"] @12345-136-5
+
+# \x6C34\x5393 24-1246-4-23456-2
+noback context _1"\x6C34"["\x5393"] @23456-2
+
+# \x6C42\x5B50 245-234-2-125-156-4
+noback context _1"\x6C42"["\x5B50"] @125-156-4
+
+# \x6C57\x4F4D 1235-1236-2-1246-5
+noback context ["\x6C57"]"\x4F4D" @1235-1236-2
+
+# \x6C57\x570B 1235-1236-2-13-25-2
+noback context ["\x6C57"]"\x570B" @1235-1236-2
+
+# \x6C57\x738B 1235-1236-2-456-2
+noback context ["\x6C57"]"\x738B" @1235-1236-2
+
+# \x6C59\x5EB3 35-3-135-356-3
+noback context ["\x6C59"]"\x5EB3" @35-3
+noback context _1"\x6C59"["\x5EB3"] @135-356-3
+
+# \x6C59\x81BA 35-3-13456-3
+noback context ["\x6C59"]"\x81BA" @35-3
+
+# \x6C5E\x9F4A 13-12346-4-13-16-5
+noback context _1"\x6C5E"["\x9F4A"] @13-16-5
+
+# \x6C5F\x90FD 13-46-3-145-34-3
+noback context _1"\x6C5F"["\x90FD"] @145-34-3
+
+# \x6C6A\x6FCA 456-3-1246-5
+noback context _1"\x6C6A"["\x6FCA"] @1246-5
+
+# \x6C6B\x6FD9 13-13456-5-13456-2
+noback context ["\x6C6B"]"\x6FD9" @13-13456-5
+
+# \x6C88\x5BC2 12-136-2-13-16-2
+noback context ["\x6C88"]"\x5BC2" @12-136-2
+
+# \x6C88\x60B6 12-136-2-134-136-5
+noback context ["\x6C88"]"\x60B6" @12-136-2
+noback context _1"\x6C88"["\x60B6"] @134-136-5
+
+# \x6C88\x6C88 12-136-2-12-136-2
+noback context ["\x6C88"]"\x6C88" @12-136-2
+noback context _1"\x6C88"["\x6C88"] @12-136-2
+
+# \x6C88\x6C92 12-136-2-134-126-5
+noback context ["\x6C88"]"\x6C92" @12-136-2
+noback context _1"\x6C88"["\x6C92"] @134-126-5
+
+# \x6C88\x6DC0 12-136-2-145-2345-5
+noback context ["\x6C88"]"\x6DC0" @12-136-2
+
+# \x6C88\x6DEA 12-136-2-14-123456-2
+noback context ["\x6C88"]"\x6DEA" @12-136-2
+
+# \x6C88\x6EBA 12-136-2-1345-16-5
+noback context ["\x6C88"]"\x6EBA" @12-136-2
+
+# \x6C88\x6FB1 12-136-2-145-2345-5
+noback context ["\x6C88"]"\x6FB1" @12-136-2
+
+# \x6C88\x7761 12-136-2-24-1246-5
+noback context ["\x6C88"]"\x7761" @12-136-2
+
+# \x6C88\x821F 12-136-2-1-12356-3
+noback context ["\x6C88"]"\x821F" @12-136-2
+
+# \x6C88\x8239 12-136-2-12-12456-2
+noback context ["\x6C88"]"\x8239" @12-136-2
+
+# \x6C88\x8457 12-136-2-1-25-2
+noback context ["\x6C88"]"\x8457" @12-136-2
+noback context _1"\x6C88"["\x8457"] @1-25-2
+
+# \x6C88\x91CD 12-136-2-1-12346-5
+noback context ["\x6C88"]"\x91CD" @12-136-2
+
+# \x6C88\x964D 12-136-2-13-46-5
+noback context ["\x6C88"]"\x964D" @12-136-2
+
+# \x6C88\x9ED8 12-136-2-134-126-5
+noback context ["\x6C88"]"\x9ED8" @12-136-2
+
+# \x6C89\x60B6 12-136-2-134-136-5
+noback context _1"\x6C89"["\x60B6"] @134-136-5
+
+# \x6C89\x8457 12-136-2-1-25-2
+noback context _1"\x6C89"["\x8457"] @1-25-2
+
+# \x6C8F\x6CB9 245-1256-3-234-2
+noback context ["\x6C8F"]"\x6CB9" @245-1256-3
+
+# \x6C92\x4E16 134-126-5-24-156-5
+noback context ["\x6C92"]"\x4E16" @134-126-5
+
+# \x6C92\x5165 134-126-5-1245-34-5
+noback context ["\x6C92"]"\x5165" @134-126-5
+
+# \x6C92\x5B50 134-356-2-125-156-4
+noback context _1"\x6C92"["\x5B50"] @125-156-4
+
+# \x6C92\x6536 134-126-5-24-12356-3
+noback context ["\x6C92"]"\x6536" @134-126-5
+
+# \x6C92\x6C92 134-126-5-134-126-5
+noback context ["\x6C92"]"\x6C92" @134-126-5
+noback context _1"\x6C92"["\x6C92"] @134-126-5
+
+# \x6C92\x843D 134-126-5-14-25-5
+noback context ["\x6C92"]"\x843D" @134-126-5
+
+# \x6C92\x85E5 134-126-5-246-5
+noback context ["\x6C92"]"\x85E5" @134-126-5
+
+# \x6C92\x8F4D 134-356-2-1-2346-2
+noback context _1"\x6C92"["\x8F4D"] @1-2346-2
+
+# \x6C92\x9802 134-126-5-145-13456-4
+noback context ["\x6C92"]"\x9802" @134-126-5
+
+# \x6C92\x98F2 134-126-5-1456-4
+noback context ["\x6C92"]"\x98F2" @134-126-5
+
+# \x6C92\x9F52 134-126-5-12-156-4
+noback context ["\x6C92"]"\x9F52" @134-126-5
+
+# \x6CAE\x55AA 13-1256-4-15-1346-5
+noback context _1"\x6CAE"["\x55AA"] @15-1346-5
+
+# \x6CAE\x6388 13-1256-3-24-12356-5
+noback context ["\x6CAE"]"\x6388" @13-1256-3
+
+# \x6CAE\x6C34 13-1256-3-24-1246-4
+noback context ["\x6CAE"]"\x6C34" @13-1256-3
+
+# \x6CAE\x6D33 13-1256-5-1245-34-5
+noback context ["\x6CAE"]"\x6D33" @13-1256-5
+
+# \x6CAE\x6E9D 13-1256-5-13-12356-3
+noback context ["\x6CAE"]"\x6E9D" @13-1256-5
+
+# \x6CAE\x6EBA 13-1256-3-1345-16-5
+noback context ["\x6CAE"]"\x6EBA" @13-1256-3
+
+# \x6CAE\x6FA4 13-1256-5-125-2346-2
+noback context ["\x6CAE"]"\x6FA4" @13-1256-5
+
+# \x6CAE\x8AA6 13-1256-3-15-12346-5
+noback context ["\x6CAE"]"\x8AA6" @13-1256-3
+
+# \x6CB4\x3CBD 14-16-5-1245-136-4
+noback context _1"\x6CB4"["\x3CBD"] @1245-136-4
+
+# \x6CB9\x5F48 234-2-145-1236-5
+noback context _1"\x6CB9"["\x5F48"] @145-1236-5
+
+# \x6CB9\x68F9 234-2-1-25-3
+noback context _1"\x6CB9"["\x68F9"] @1-25-3
+
+# \x6CD5\x570B 12345-345-5-13-25-2
+noback context ["\x6CD5"]"\x570B" @12345-345-5
+
+# \x6CD5\x76F8 12345-345-4-15-46-5
+noback context _1"\x6CD5"["\x76F8"] @15-46-5
+
+# \x6CD5\x862D 12345-345-5-14-1236-2
+noback context ["\x6CD5"]"\x862D" @12345-345-5
+
+# \x6CD5\x8A9E 12345-345-5-1256-4
+noback context ["\x6CD5"]"\x8A9E" @12345-345-5
+
+# \x6CD9\x6CD9 1234-1356-3-1234-1356-3
+noback context ["\x6CD9"]"\x6CD9" @1234-1356-3
+noback context _1"\x6CD9"["\x6CD9"] @1234-1356-3
+
+# \x6CD9\x6E43 1234-1356-3-1234-2456-5
+noback context ["\x6CD9"]"\x6E43" @1234-1356-3
+
+# \x6CDB\x99D5 12345-1356-4-13-23456-5
+noback context ["\x6CDB"]"\x99D5" @12345-1356-4
+
+# \x6CE2\x55B3 135-126-3-12-345-3
+noback context _1"\x6CE2"["\x55B3"] @12-345-3
+
+# \x6CE2\x7D2F 135-126-3-14-356-4
+noback context _1"\x6CE2"["\x7D2F"] @14-356-4
+
+# \x6CE5\x53E4 1345-16-5-13-34-4
+noback context ["\x6CE5"]"\x53E4" @1345-16-5
+
+# \x6CEF\x6C92 134-1456-4-134-126-5
+noback context _1"\x6CEF"["\x6C92"] @134-126-5
+
+# \x6D0B\x76F8 46-2-15-46-5
+noback context _1"\x6D0B"["\x76F8"] @15-46-5
+
+# \x6D0B\x884C 46-2-1235-1346-2
+noback context _1"\x6D0B"["\x884C"] @1235-1346-2
+
+# \x6D12\x6DC5 15-2345-4-15-16-3
+noback context ["\x6D12"]"\x6DC5" @15-2345-4
+
+# \x6D12\x6FEF 15-16-4-1-25-2
+noback context ["\x6D12"]"\x6FEF" @15-16-4
+
+# \x6D25\x5393 13-1456-3-23456-2
+noback context _1"\x6D25"["\x5393"] @23456-2
+
+# \x6D3B\x585E 1235-25-2-15-2456-3
+noback context _1"\x6D3B"["\x585E"] @15-2456-3
+
+# \x6D3C\x4E39 13-1246-3-145-1236-3
+noback context ["\x6D3C"]"\x4E39" @13-1246-3
+
+# \x6D41\x5F48 14-234-2-145-1236-5
+noback context _1"\x6D41"["\x5F48"] @145-1236-5
+
+# \x6D6A\x5B50 14-1346-5-125-156-4
+noback context _1"\x6D6A"["\x5B50"] @125-156-4
+
+# \x6D6E\x6F1A 12345-34-2-12356-3
+noback context _1"\x6D6E"["\x6F1A"] @12356-3
+
+# \x6D77\x53C3 1235-2456-4-24-136-3
+noback context _1"\x6D77"["\x53C3"] @24-136-3
+
+# \x6D77\x96E3 1235-2456-4-1345-1236-5
+noback context _1"\x6D77"["\x96E3"] @1345-1236-5
+
+# \x6D88\x9577 15-246-3-1-1346-4
+noback context _1"\x6D88"["\x9577"] @1-1346-4
+
+# \x6D8C\x8DAF 235-4-236-5
+noback context _1"\x6D8C"["\x8DAF"] @236-5
+
+# \x6D92\x9130 13-256-3-14-1456-2
+noback context ["\x6D92"]"\x9130" @13-256-3
+
+# \x6DD2\x54BD 245-16-3-346-5
+noback context _1"\x6DD2"["\x54BD"] @346-5
+
+# \x6DD6\x7D04 12-25-5-236-3
+noback context ["\x6DD6"]"\x7D04" @12-25-5
+
+# \x6DDC\x6EC2 1234-1356-3-1234-1346-3
+noback context ["\x6DDC"]"\x6EC2" @1234-1356-3
+
+# \x6DDF\x3D10 124-2345-4-134-2345-4
+noback context _1"\x6DDF"["\x3D10"] @134-2345-4
+
+# \x6DE4\x585E 1256-3-15-2346-5
+noback context _1"\x6DE4"["\x585E"] @15-2346-5
+
+# \x6DEE\x6FC6 1235-2356-2-12345-136-2
+noback context _1"\x6DEE"["\x6FC6"] @12345-136-2
+
+# \x6DF1\x5207 24-136-3-245-346-5
+noback context _1"\x6DF1"["\x5207"] @245-346-5
+
+# \x6DF1\x5733 24-136-3-1-136-5
+noback context _1"\x6DF1"["\x5733"] @1-136-5
+
+# \x6DF1\x60E1 24-136-3-34-5
+noback context _1"\x6DF1"["\x60E1"] @34-5
+
+# \x6DF1\x66F4 24-136-3-13-13456-3
+noback context _1"\x6DF1"["\x66F4"] @13-13456-3
+
+# \x6DF1\x7701 24-136-3-15-13456-4
+noback context _1"\x6DF1"["\x7701"] @15-13456-4
+
+# \x6DF3\x7D5C 12-123456-2-13-346-2
+noback context _1"\x6DF3"["\x7D5C"] @13-346-2
+
+# \x6DF5\x585E 45-3-15-2346-5
+noback context _1"\x6DF5"["\x585E"] @15-2346-5
+
+# \x6DF7\x4E82 1235-123456-4-14-12456-5
+noback context ["\x6DF7"]"\x4E82" @1235-123456-4
+
+# \x6DF7\x5937 123-123456-3-16-2
+noback context ["\x6DF7"]"\x5937" @123-123456-3
+
+# \x6DF7\x6C34 1235-123456-2-24-1246-4
+noback context ["\x6DF7"]"\x6C34" @1235-123456-2
+
+# \x6DF7\x6FC1 1235-123456-2-1-25-2
+noback context ["\x6DF7"]"\x6FC1" @1235-123456-2
+
+# \x6DF9\x6C92 2345-3-134-126-5
+noback context _1"\x6DF9"["\x6C92"] @134-126-5
+
+# \x6E20\x5828 245-1256-2-2346-5
+noback context _1"\x6E20"["\x5828"] @2346-5
+
+# \x6E20\x7387 245-1256-2-24-2356-5
+noback context _1"\x6E20"["\x7387"] @24-2356-5
+
+# \x6E21\x5047 145-34-5-13-23456-5
+noback context _1"\x6E21"["\x5047"] @13-23456-5
+
+# \x6E2C\x5EA6 245-2346-5-145-25-5
+noback context _1"\x6E2C"["\x5EA6"] @145-25-5
+
+# \x6E2C\x91CF 245-2346-5-14-46-2
+noback context _1"\x6E2C"["\x91CF"] @14-46-2
+
+# \x6E38\x5B50 234-2-125-156-4
+noback context _1"\x6E38"["\x5B50"] @125-156-4
+
+# \x6E38\x5FBC 234-2-13-246-4
+noback context _1"\x6E38"["\x5FBC"] @13-246-4
+
+# \x6E38\x8AAA 234-2-24-1246-5
+noback context _1"\x6E38"["\x8AAA"] @24-1246-5
+
+# \x6E3E\x5143 1235-123456-5-45-2
+noback context ["\x6E3E"]"\x5143" @1235-123456-5
+
+# \x6E3E\x540D 1235-123456-5-134-13456-2
+noback context ["\x6E3E"]"\x540D" @1235-123456-5
+
+# \x6E3E\x5929 1235-123456-5-124-2345-3
+noback context ["\x6E3E"]"\x5929" @1235-123456-5
+
+# \x6E3E\x6566 1235-123456-5-145-123456-5
+noback context ["\x6E3E"]"\x6566" @1235-123456-5
+noback context _1"\x6E3E"["\x6566"] @145-123456-5
+
+# \x6E3E\x6B3A 1235-123456-5-245-16-3
+noback context ["\x6E3E"]"\x6B3A" @1235-123456-5
+
+# \x6E3E\x6BBD 1235-123456-5-246-2
+noback context ["\x6E3E"]"\x6BBD" @1235-123456-5
+
+# \x6E3E\x6C8C 1235-123456-5-145-123456-5
+noback context ["\x6E3E"]"\x6C8C" @1235-123456-5
+
+# \x6E3E\x6DEA 1235-123456-5-14-123456-2
+noback context ["\x6E3E"]"\x6DEA" @1235-123456-5
+
+# \x6E3E\x7403 1235-123456-5-245-234-2
+noback context ["\x6E3E"]"\x7403" @1235-123456-5
+
+# \x6E3E\x865F 1235-123456-5-1235-146-5
+noback context ["\x6E3E"]"\x865F" @1235-123456-5
+
+# \x6E3E\x8CEC 1235-123456-5-1-1346-5
+noback context ["\x6E3E"]"\x8CEC" @1235-123456-5
+
+# \x6E3E\x904E 1235-123456-5-13-25-5
+noback context ["\x6E3E"]"\x904E" @1235-123456-5
+
+# \x6E3E\x96DC 1235-123456-5-125-345-2
+noback context ["\x6E3E"]"\x96DC" @1235-123456-5
+
+# \x6E58\x5B50 15-46-3-125-156-4
+noback context _1"\x6E58"["\x5B50"] @125-156-4
+
+# \x6E6E\x6C92 2345-3-134-126-5
+noback context _1"\x6E6E"["\x6C92"] @134-126-5
+
+# \x6E6E\x6EC5 1456-3-134-346-5
+noback context ["\x6E6E"]"\x6EC5" @1456-3
+
+# \x6E6F\x4B3D 124-1346-3-145-1246-5
+noback context _1"\x6E6F"["\x4B3D"] @145-1246-5
+
+# \x6E6F\x6E6F 24-1346-3-24-1346-3
+noback context ["\x6E6F"]"\x6E6F" @24-1346-3
+noback context _1"\x6E6F"["\x6E6F"] @24-1346-3
+
+# \x6E9B\x7024 35-3-1246-3
+noback context _1"\x6E9B"["\x7024"] @1246-3
+
+# \x6E9C\x6492 14-234-3-15-345-3
+noback context _1"\x6E9C"["\x6492"] @15-345-3
+
+# \x6E9D\x6DE2 13-12356-3-15-1256-5
+noback context _1"\x6E9D"["\x6DE2"] @15-1256-5
+
+# \x6EAB\x5377 123456-3-13-45-5
+noback context _1"\x6EAB"["\x5377"] @13-45-5
+
+# \x6EB2\x6EBA 15-12356-3-1345-246-5
+noback context _1"\x6EB2"["\x6EBA"] @1345-246-5
+
+# \x6EBA\x5668 1345-246-5-245-16-5
+noback context ["\x6EBA"]"\x5668" @1345-246-5
+
+# \x6EBA\x7AA9 1345-246-5-25-3
+noback context ["\x6EBA"]"\x7AA9" @1345-246-5
+
+# \x6EBA\x96CE 1345-246-5-13-1256-3
+noback context ["\x6EBA"]"\x96CE" @1345-246-5
+
+# \x6EBE\x6D7D 1246-3-1345-356-4
+noback context _1"\x6EBE"["\x6D7D"] @1345-356-4
+
+# \x6EC2\x3D52 1234-1346-3-1234-2456-5
+noback context _1"\x6EC2"["\x3D52"] @1234-2456-5
+
+# \x6EC9\x6F52 1235-456-4-46-4
+noback context _1"\x6EC9"["\x6F52"] @46-4
+
+# \x6ECB\x9577 125-156-3-1-1346-4
+noback context _1"\x6ECB"["\x9577"] @1-1346-4
+
+# \x6ED1\x7A3D 13-34-4-13-16-3
+noback context ["\x6ED1"]"\x7A3D" @13-34-4
+
+# \x6EEF\x585E 1-156-5-15-2346-5
+noback context _1"\x6EEF"["\x585E"] @15-2346-5
+
+# \x6EEF\x60B6 1-156-5-134-136-5
+noback context _1"\x6EEF"["\x60B6"] @134-136-5
+
+# \x6EF4\x7B54 145-16-3-145-345-3
+noback context _1"\x6EF4"["\x7B54"] @145-345-3
+
+# \x6F02\x4EAE 1234-246-5-14-46-5
+noback context ["\x6F02"]"\x4EAE" @1234-246-5
+
+# \x6F02\x5E03 1234-246-4-135-34-5
+noback context ["\x6F02"]"\x5E03" @1234-246-4
+
+# \x6F02\x5E33 1234-246-5-1-1346-5
+noback context ["\x6F02"]"\x5E33" @1234-246-5
+
+# \x6F02\x67D3 1234-246-4-1245-1236-4
+noback context ["\x6F02"]"\x67D3" @1234-246-4
+
+# \x6F02\x6BCD 1234-246-4-134-34-4
+noback context ["\x6F02"]"\x6BCD" @1234-246-4
+
+# \x6F02\x6D17 1234-246-4-15-16-4
+noback context ["\x6F02"]"\x6D17" @1234-246-4
+
+# \x6F02\x767D 1234-246-4-135-2456-2
+noback context ["\x6F02"]"\x767D" @1234-246-4
+
+# \x6F1A\x5B50 12356-3-125-156-1
+noback context ["\x6F1A"]"\x5B50" @12356-3
+
+# \x6F1A\x7C43 12356-3-14-1236-2
+noback context ["\x6F1A"]"\x7C43" @12356-3
+
+# \x6F1A\x9CE5 12356-3-1345-246-4
+noback context ["\x6F1A"]"\x9CE5" @12356-3
+
+# \x6F28\x6D61 1234-1356-2-135-126-2
+noback context ["\x6F28"]"\x6D61" @1234-1356-2
+
+# \x6F28\x6EC3 135-1356-4-12346-4
+noback context ["\x6F28"]"\x6EC3" @135-1356-4
+
+# \x6F2D\x6F52 134-1346-4-15-46-5
+noback context _1"\x6F2D"["\x6F52"] @15-46-5
+
+# \x6F2F\x6C34 124-345-5-24-1246-4
+noback context ["\x6F2F"]"\x6C34" @124-345-5
+
+# \x6F4E\x6D0C 1234-346-3-14-346-5
+noback context ["\x6F4E"]"\x6D0C" @1234-346-3
+
+# \x6F8E\x6C43 1234-1356-3-1234-345-5
+noback context ["\x6F8E"]"\x6C43" @1234-1356-3
+noback context _1"\x6F8E"["\x6C43"] @1234-345-5
+
+# \x6F8E\x6E43 1234-1356-3-1234-2456-5
+noback context ["\x6F8E"]"\x6E43" @1234-1356-3
+
+# \x6F8E\x6FDE 1234-1356-3-1234-16-5
+noback context ["\x6F8E"]"\x6FDE" @1234-1356-3
+
+# \x6FA9\x7042 15-246-5-1-25-2
+noback context ["\x6FA9"]"\x7042" @15-246-5
+
+# \x6FCA\x6FCA 1235-25-5-1235-25-5
+noback context ["\x6FCA"]"\x6FCA" @1235-25-5
+noback context _1"\x6FCA"["\x6FCA"] @1235-25-5
+
+# \x6FCE\x6FD9 124-13456-5-13456-2
+noback context ["\x6FCE"]"\x6FD9" @124-13456-5
+
+# \x6FDC\x6EB3 13-1456-5-256-4
+noback context _1"\x6FDC"["\x6EB3"] @256-4
+
+# \x6FDF\x5357 13-16-4-1345-1236-2
+noback context ["\x6FDF"]"\x5357" @13-16-4
+
+# \x6FDF\x6FDF 13-16-4-13-16-4
+noback context ["\x6FDF"]"\x6FDF" @13-16-4
+noback context _1"\x6FDF"["\x6FDF"] @13-16-4
+
+# \x6FEE\x9206 1234-34-2-2345-2
+noback context _1"\x6FEE"["\x9206"] @2345-2
+
+# \x7022\x6CB1 145-1246-5-124-25-2
+noback context ["\x7022"]"\x6CB1" @145-1246-5
+
+# \x7027\x5CA1 24-456-3-13-1346-3
+noback context ["\x7027"]"\x5CA1" @24-456-3
+
+# \x7034\x3D7E 13456-5-245-13456-5
+noback context ["\x7034"]"\x3D7E" @13456-5
+
+# \x703E\x6C57 14-1236-5-1235-1236-5
+noback context ["\x703E"]"\x6C57" @14-1236-5
+
+# \x703E\x6F2B 14-1236-5-134-1236-5
+noback context ["\x703E"]"\x6F2B" @14-1236-5
+
+# \x706B\x579B 1235-25-4-145-25-5
+noback context _1"\x706B"["\x579B"] @145-25-5
+
+# \x706B\x7649 1235-25-4-145-1236-3
+noback context _1"\x706B"["\x7649"] @145-1236-3
+
+# \x706B\x92EA 1235-25-4-1234-34-5
+noback context _1"\x706B"["\x92EA"] @1234-34-5
+
+# \x707D\x96E3 125-2456-3-1345-1236-5
+noback context _1"\x707D"["\x96E3"] @1345-1236-5
+
+# \x708A\x425B 12-1246-3-1256-5
+noback context _1"\x708A"["\x425B"] @1256-5
+
+# \x708A\x7D2F 12-1246-5-14-356-5
+noback context ["\x708A"]"\x7D2F" @12-1246-5
+
+# \x7094\x6B3D 13-1246-5-245-1456-3
+noback context ["\x7094"]"\x6B3D" @13-1246-5
+
+# \x70AE\x7092 135-146-3-12-146-4
+noback context ["\x70AE"]"\x7092" @135-146-3
+
+# \x70AE\x70D9 1234-146-2-14-25-5
+noback context ["\x70AE"]"\x70D9" @1234-146-2
+noback context _1"\x70AE"["\x70D9"] @14-25-5
+
+# \x70AE\x88FD 1234-146-2-1-156-5
+noback context ["\x70AE"]"\x88FD" @1234-146-2
+
+# \x70B8\x5F48 1-345-5-145-1236-5
+noback context _1"\x70B8"["\x5F48"] @145-1236-5
+
+# \x70B8\x91AC 1-345-2-13-46-5
+noback context ["\x70B8"]"\x91AC" @1-345-2
+
+# \x70BA\x4E86 1246-5-14-2346-1
+noback context ["\x70BA"]"\x4E86" @1246-5
+
+# \x70BA\x4EC0 1246-5-24-2346-2
+noback context ["\x70BA"]"\x4EC0" @1246-5
+noback context _1"\x70BA"["\x4EC0"] @24-2346-2
+
+# \x70BA\x4F55 1246-5-1235-2346-2
+noback context ["\x70BA"]"\x4F55" @1246-5
+
+# \x70BA\x570B 1246-5-13-25-2
+noback context ["\x70BA"]"\x570B" @1246-5
+
+# \x70BA\x5B50 1246-2-125-156-4
+noback context _1"\x70BA"["\x5B50"] @125-156-4
+
+# \x70BA\x864E 1246-5-1235-34-4
+noback context ["\x70BA"]"\x864E" @1246-5
+
+# \x70CF\x79C5 34-3-1345-345-2
+noback context _1"\x70CF"["\x79C5"] @1345-345-2
+
+# \x70F0\x70AD 12345-34-3-124-1236-5
+noback context ["\x70F0"]"\x70AD" @12345-34-3
+
+# \x70F9\x8ABF 1234-1356-3-124-246-2
+noback context _1"\x70F9"["\x8ABF"] @124-246-2
+
+# \x7106\x7106 346-5-346-5
+noback context ["\x7106"]"\x7106" @346-5
+noback context _1"\x7106"["\x7106"] @346-5
+
+# \x7121\x5393 34-2-23456-2
+noback context _1"\x7121"["\x5393"] @23456-2
+
+# \x7121\x5B50 34-2-125-156-4
+noback context _1"\x7121"["\x5B50"] @125-156-4
+
+# \x7121\x7E2B 34-2-12345-1356-5
+noback context _1"\x7121"["\x7E2B"] @12345-1356-5
+
+# \x7126\x7A6B 13-246-3-1235-34-5
+noback context _1"\x7126"["\x7A6B"] @1235-34-5
+
+# \x715E\x4F4F 24-345-3-1-34-5
+noback context ["\x715E"]"\x4F4F" @24-345-3
+
+# \x715E\x5C3E 24-345-3-1246-4
+noback context ["\x715E"]"\x5C3E" @24-345-3
+
+# \x715E\x8ECA 24-345-3-12-2346-3
+noback context ["\x715E"]"\x8ECA" @24-345-3
+
+# \x7167\x61C9 1-146-5-13456-5
+noback context _1"\x7167"["\x61C9"] @13456-5
+
+# \x7167\x76F8 1-146-5-15-46-5
+noback context _1"\x7167"["\x76F8"] @15-46-5
+
+# \x7169\x60B6 12345-1236-2-134-136-5
+noback context _1"\x7169"["\x60B6"] @134-136-5
+
+# \x7185\x706B 256-2-1235-25-4
+noback context ["\x7185"]"\x706B" @256-2
+
+# \x7185\x7185 256-2-256-2
+noback context ["\x7185"]"\x7185" @256-2
+noback context _1"\x7185"["\x7185"] @256-2
+
+# \x7187\x6691 1235-34-5-24-34-4
+noback context ["\x7187"]"\x6691" @1235-34-5
+
+# \x7187\x71E5 123-146-4-125-146-5
+noback context ["\x7187"]"\x71E5" @123-146-4
+
+# \x719F\x5B50 24-12356-2-125-156-4
+noback context _1"\x719F"["\x5B50"] @125-156-4
+
+# \x71A3\x71E6 245-1246-4-245-1236-5
+noback context ["\x71A3"]"\x71E6" @245-1246-4
+
+# \x71A8\x8CBC 1256-5-124-346-3
+noback context ["\x71A8"]"\x8CBC" @1256-5
+
+# \x71B1\x5207 1245-2346-5-245-346-5
+noback context _1"\x71B1"["\x5207"] @245-346-5
+
+# \x71C8\x6688 145-1356-3-256-5
+noback context _1"\x71C8"["\x6688"] @256-5
+
+# \x71C9\x714C 145-123456-3-1235-456-2
+noback context ["\x71C9"]"\x714C" @145-123456-3
+
+# \x71D5\x4E39 2345-3-145-1236-3
+noback context ["\x71D5"]"\x4E39" @2345-3
+
+# \x71D5\x4EAC 2345-3-13-13456-3
+noback context ["\x71D5"]"\x4EAC" @2345-3
+
+# \x71D5\x59DE 2345-3-13-16-2
+noback context ["\x71D5"]"\x59DE" @2345-3
+
+# \x71D5\x738B 2345-3-456-2
+noback context ["\x71D5"]"\x738B" @2345-3
+
+# \x71D5\x77F3 2345-3-24-156-2
+noback context ["\x71D5"]"\x77F3" @2345-3
+
+# \x71D5\x81FA 2345-3-124-2456-2
+noback context ["\x71D5"]"\x81FA" @2345-3
+
+# \x71D5\x96F2 2345-3-256-2
+noback context ["\x71D5"]"\x96F2" @2345-3
+
+# \x71DF\x9577 13456-2-1-1346-4
+noback context _1"\x71DF"["\x9577"] @1-1346-4
+
+# \x71E4\x7125 124-2456-5-2456-5
+noback context _1"\x71E4"["\x7125"] @2456-5
+
+# \x7206\x5F48 135-146-5-145-1236-5
+noback context _1"\x7206"["\x5F48"] @145-1236-5
+
+# \x722A\x7259 1-146-4-23456-2
+noback context ["\x722A"]"\x7259" @1-146-4
+
+# \x7236\x5B50 12345-34-5-125-156-4
+noback context _1"\x7236"["\x5B50"] @125-156-4
+
+# \x7259\x7E2B 23456-2-12345-1356-5
+noback context _1"\x7259"["\x7E2B"] @12345-1356-5
+
+# \x725B\x4ED4 1345-234-2-125-2456-4
+noback context _1"\x725B"["\x4ED4"] @125-2456-4
+
+# \x725B\x5B50 1345-234-2-125-156-4
+noback context _1"\x725B"["\x5B50"] @125-156-4
+
+# \x725B\x979E 1345-234-2-135-356-3
+noback context _1"\x725B"["\x979E"] @135-356-3
+
+# \x7279\x8ABF 124-2346-5-124-246-2
+noback context _1"\x7279"["\x8ABF"] @124-246-2
+
+# \x7281\x91EA 14-16-2-1235-35-2
+noback context _1"\x7281"["\x91EA"] @1235-35-2
+
+# \x7283\x3E38 1234-12356-4-123-12356-4
+noback context _1"\x7283"["\x3E38"] @123-12356-4
+
+# \x728D\x70BA 245-2345-2-1246-2
+noback context ["\x728D"]"\x70BA" @245-2345-2
+
+# \x7292\x52DE 123-146-5-14-146-5
+noback context _1"\x7292"["\x52DE"] @14-146-5
+
+# \x729B\x725B 134-146-2-1345-234-2
+noback context ["\x729B"]"\x725B" @134-146-2
+
+# \x72AC\x5B50 245-45-4-125-156-4
+noback context _1"\x72AC"["\x5B50"] @125-156-4
+
+# \x72AF\x96E3 12345-1236-5-1345-1236-5
+noback context _1"\x72AF"["\x96E3"] @1345-1236-5
+
+# \x72CC\x72CC 15-13456-3-15-13456-1
+noback context ["\x72CC"]"\x72CC" @15-13456-3
+noback context _1"\x72CC"["\x72CC"] @15-13456-1
+
+# \x72D7\x4ED4 13-12356-4-125-2456-4
+noback context _1"\x72D7"["\x4ED4"] @125-2456-4
+
+# \x72F9\x7E2B 15-23456-2-12345-1356-5
+noback context _1"\x72F9"["\x7E2B"] @12345-1356-5
+
+# \x72FC\x3B3B 14-1346-2-1235-1346-3
+noback context _1"\x72FC"["\x3B3B"] @1235-1346-3
+
+# \x72FC\x4420 14-1346-2-1235-1346-3
+noback context _1"\x72FC"["\x4420"] @1235-1346-3
+
+# \x72FC\x85C9 14-1346-2-13-16-2
+noback context _1"\x72FC"["\x85C9"] @13-16-2
+
+# \x72FC\x865F 14-1346-2-1235-146-2
+noback context _1"\x72FC"["\x865F"] @1235-146-2
+
+# \x7317\x513A 2346-4-1345-25-2
+noback context ["\x7317"]"\x513A" @2346-4
+
+# \x731B\x5C07 134-1356-4-13-46-5
+noback context _1"\x731B"["\x5C07"] @13-46-5
+
+# \x731C\x5EA6 245-2456-3-145-25-5
+noback context _1"\x731C"["\x5EA6"] @145-25-5
+
+# \x7330\x3E84 23456-5-1256-2
+noback context _1"\x7330"["\x3E84"] @1256-2
+
+# \x7332\x7362 15-346-3-15-246-3
+noback context ["\x7332"]"\x7362" @15-346-3
+
+# \x7335\x72D9 1234-2345-5-13-1256-3
+noback context ["\x7335"]"\x72D9" @1234-2345-5
+
+# \x7336\x50B6 234-2-245-16-3
+noback context _1"\x7336"["\x50B6"] @245-16-3
+
+# \x733C\x4E14 1234-146-2-13-1256-3
+noback context ["\x733C"]"\x4E14" @1234-146-2
+noback context _1"\x733C"["\x4E14"] @13-1256-3
+
+# \x734F\x3E94 134-34-2-1235-1246-3
+noback context _1"\x734F"["\x3E94"] @1235-1246-3
+
+# \x735E\x4EBA 1-456-5-1245-136-2
+noback context ["\x735E"]"\x4EBA" @1-456-5
+
+# \x7368\x8655 145-34-2-12-34-4
+noback context _1"\x7368"["\x8655"] @12-34-4
+
+# \x7387\x5148 24-2356-5-15-2345-3
+noback context ["\x7387"]"\x5148" @24-2356-5
+
+# \x7387\x5175 24-2356-5-135-13456-3
+noback context ["\x7387"]"\x5175" @24-2356-5
+
+# \x7387\x540C 24-2356-5-124-12346-2
+noback context ["\x7387"]"\x540C" @24-2356-5
+
+# \x7387\x5718 24-2356-5-124-12456-2
+noback context ["\x7387"]"\x5718" @24-2356-5
+
+# \x7387\x571F 24-2356-5-124-34-4
+noback context ["\x7387"]"\x571F" @24-2356-5
+
+# \x7387\x5E2B 24-2356-5-24-156-3
+noback context ["\x7387"]"\x5E2B" @24-2356-5
+
+# \x7387\x6027 24-2356-5-15-13456-5
+noback context ["\x7387"]"\x6027" @24-2356-5
+
+# \x7387\x7136 24-2356-5-1245-1236-2
+noback context ["\x7387"]"\x7136" @24-2356-5
+
+# \x7387\x723E 24-2356-5-156-4
+noback context ["\x7387"]"\x723E" @24-2356-5
+
+# \x7387\x7378 24-2356-5-24-12356-5
+noback context ["\x7387"]"\x7378" @24-2356-5
+
+# \x7387\x7387 24-2356-5-24-2356-5
+noback context ["\x7387"]"\x7387" @24-2356-5
+noback context _1"\x7387"["\x7387"] @24-2356-5
+
+# \x7387\x76F4 24-2356-5-1-156-2
+noback context ["\x7387"]"\x76F4" @24-2356-5
+
+# \x7387\x771F 24-2356-5-1-136-3
+noback context ["\x7387"]"\x771F" @24-2356-5
+
+# \x7387\x773E 24-2356-5-1-12346-5
+noback context ["\x7387"]"\x773E" @24-2356-5
+
+# \x7387\x821E 24-2356-5-34-4
+noback context ["\x7387"]"\x821E" @24-2356-5
+
+# \x7387\x8ECD 24-2356-5-13-256-3
+noback context ["\x7387"]"\x8ECD" @24-2356-5
+
+# \x7387\x968A 24-2356-5-145-1246-5
+noback context ["\x7387"]"\x968A" @24-2356-5
+
+# \x7387\x9818 24-2356-5-14-13456-4
+noback context ["\x7387"]"\x9818" @24-2356-5
+
+# \x7387\x99AC 24-2356-5-134-345-4
+noback context ["\x7387"]"\x99AC" @24-2356-5
+
+# \x7389\x7BF8 1256-5-125-1236-3
+noback context _1"\x7389"["\x7BF8"] @125-1236-3
+
+# \x738B\x51A0 456-2-13-12456-3
+noback context _1"\x738B"["\x51A0"] @13-12456-3
+
+# \x738B\x5B50 456-2-125-156-4
+noback context _1"\x738B"["\x5B50"] @125-156-4
+
+# \x738B\x90FD 456-2-145-34-3
+noback context _1"\x738B"["\x90FD"] @145-34-3
+
+# \x73A9\x5473 12456-5-1246-5
+noback context ["\x73A9"]"\x5473" @12456-5
+
+# \x73A9\x5FFD 12456-5-1235-34-3
+noback context ["\x73A9"]"\x5FFD" @12456-5
+
+# \x73B3\x73FC 145-2456-5-134-356-5
+noback context _1"\x73B3"["\x73FC"] @134-356-5
+
+# \x73B3\x7441 145-2456-5-134-356-5
+noback context _1"\x73B3"["\x7441"] @134-356-5
+
+# \x73E0\x87DE 1-34-3-135-346-3
+noback context _1"\x73E0"["\x87DE"] @135-346-3
+
+# \x73ED\x9577 135-1236-3-1-1346-4
+noback context _1"\x73ED"["\x9577"] @1-1346-4
+
+# \x7405\x90AA 14-1346-2-346-2
+noback context _1"\x7405"["\x90AA"] @346-2
+
+# \x745C\x4F3D 1256-2-13-23456-3
+noback context _1"\x745C"["\x4F3D"] @13-23456-3
+
+# \x745F\x7E2E 15-2346-5-15-34-5
+noback context _1"\x745F"["\x7E2E"] @15-34-5
+
+# \x746F\x5B1B 14-1346-2-1235-12456-2
+noback context _1"\x746F"["\x5B1B"] @1235-12456-2
+
+# \x74A7\x9084 135-16-5-1235-12456-2
+noback context _1"\x74A7"["\x9084"] @1235-12456-2
+
+# \x74B0\x6688 1235-12456-2-256-5
+noback context _1"\x74B0"["\x6688"] @256-5
+
+# \x74B0\x7042 1235-12456-2-13-246-5
+noback context _1"\x74B0"["\x7042"] @13-246-5
+
+# \x74DC\x845B 13-35-3-13-2346-2
+noback context _1"\x74DC"["\x845B"] @13-2346-2
+
+# \x74DF\x74DC 135-126-2-13-35-3
+noback context ["\x74DF"]"\x74DC" @135-126-2
+
+# \x74E6\x695E 35-4-14-1356-2
+noback context _1"\x74E6"["\x695E"] @14-1356-2
+
+# \x74F6\x585E 1234-13456-2-15-2456-3
+noback context _1"\x74F6"["\x585E"] @15-2456-3
+
+# \x750C\x5BE0 12356-3-14-12356-2
+noback context _1"\x750C"["\x5BE0"] @14-12356-2
+
+# \x750C\x7AB6 12356-3-14-12356-2
+noback context _1"\x750C"["\x7AB6"] @14-12356-2
+
+# \x7511\x7B84 125-1356-5-135-356-3
+noback context _1"\x7511"["\x7B84"] @135-356-3
+
+# \x7516\x5B50 13456-3-125-156-4
+noback context _1"\x7516"["\x5B50"] @125-156-4
+
+# \x751A\x8543 24-136-5-12345-1236-2
+noback context _1"\x751A"["\x8543"] @12345-1236-2
+
+# \x751A\x9EBC 24-136-2-134-2346-1
+noback context ["\x751A"]"\x9EBC" @24-136-2
+
+# \x751F\x5393 24-1356-3-23456-2
+noback context _1"\x751F"["\x5393"] @23456-2
+
+# \x751F\x5B50 24-1356-3-125-156-4
+noback context _1"\x751F"["\x5B50"] @125-156-4
+
+# \x751F\x9084 24-1356-3-1235-12456-2
+noback context _1"\x751F"["\x9084"] @1235-12456-2
+
+# \x751F\x9577 24-1356-3-1-1346-4
+noback context _1"\x751F"["\x9577"] @1-1346-4
+
+# \x7522\x5B50 12-1236-4-125-156-4
+noback context _1"\x7522"["\x5B50"] @125-156-4
+
+# \x752F\x621A 1345-13456-5-245-16-3
+noback context ["\x752F"]"\x621A" @1345-13456-5
+
+# \x752F\x8D8A 1345-13456-5-236-5
+noback context ["\x752F"]"\x8D8A" @1345-13456-5
+
+# \x7532\x5B50 13-23456-4-125-156-4
+noback context _1"\x7532"["\x5B50"] @125-156-4
+
+# \x7537\x5B50 1345-1236-2-125-156-4
+noback context _1"\x7537"["\x5B50"] @125-156-4
+
+# \x753A\x7566 124-13456-4-245-16-2
+noback context ["\x753A"]"\x7566" @124-13456-4
+
+# \x753A\x757D 124-13456-4-124-12456-4
+noback context ["\x753A"]"\x757D" @124-13456-4
+
+# \x7559\x5B50 14-234-2-125-156-4
+noback context _1"\x7559"["\x5B50"] @125-156-4
+
+# \x755C\x7267 15-1256-5-134-34-5
+noback context ["\x755C"]"\x7267" @15-1256-5
+
+# \x755C\x7522 15-1256-5-12-1236-4
+noback context ["\x755C"]"\x7522" @15-1256-5
+
+# \x755C\x7A4D 15-1256-5-13-16-3
+noback context ["\x755C"]"\x7A4D" @15-1256-5
+
+# \x755C\x8B00 15-1256-5-134-12356-2
+noback context ["\x755C"]"\x8B00" @15-1256-5
+
+# \x755C\x990A 15-1256-5-46-4
+noback context ["\x755C"]"\x990A" @15-1256-5
+
+# \x756A\x79BA 1234-1236-3-1256-2
+noback context ["\x756A"]"\x79BA" @1234-1236-3
+
+# \x756C\x4E01 1256-2-145-13456-3
+noback context ["\x756C"]"\x4E01" @1256-2
+
+# \x756C\x7530 1256-2-124-2345-2
+noback context ["\x756C"]"\x7530" @1256-2
+
+# \x756C\x7A2E 24-2346-3-1-12346-5
+noback context _1"\x756C"["\x7A2E"] @1-12346-5
+
+# \x7576\x5DEE 145-1346-3-12-2456-3
+noback context _1"\x7576"["\x5DEE"] @12-2456-3
+
+# \x7576\x6389 145-1346-5-145-246-5
+noback context ["\x7576"]"\x6389" @145-1346-5
+
+# \x7576\x6A5F 145-1346-5-13-16-3
+noback context ["\x7576"]"\x6A5F" @145-1346-5
+
+# \x7576\x7576 145-1346-5-145-1346-5
+noback context ["\x7576"]"\x7576" @145-1346-5
+noback context _1"\x7576"["\x7576"] @145-1346-5
+
+# \x7576\x7968 145-1346-5-1234-246-5
+noback context ["\x7576"]"\x7968" @145-1346-5
+
+# \x7576\x92EA 145-1346-5-1234-34-5
+noback context ["\x7576"]"\x92EA" @145-1346-5
+noback context _1"\x7576"["\x92EA"] @1234-34-5
+
+# \x758F\x7387 24-34-3-24-2356-5
+noback context _1"\x758F"["\x7387"] @24-2356-5
+
+# \x7599\x3F91 13-2346-3-145-345-1
+noback context _1"\x7599"["\x3F91"] @145-345-1
+
+# \x7599\x7629 13-2346-3-145-345-1
+noback context _1"\x7599"["\x7629"] @145-345-1
+
+# \x75A4\x760C 135-345-3-14-345-1
+noback context _1"\x75A4"["\x760C"] @14-345-1
+
+# \x75C0\x763B 13-1256-3-14-1256-2
+noback context _1"\x75C0"["\x763B"] @14-1256-2
+
+# \x75C5\x5047 135-13456-5-13-23456-5
+noback context _1"\x75C5"["\x5047"] @13-23456-5
+
+# \x75C5\x7625 135-13456-5-12-2456-5
+noback context _1"\x75C5"["\x7625"] @12-2456-5
+
+# \x75C5\x9769 135-13456-5-13-16-2
+noback context _1"\x75C5"["\x9769"] @13-16-2
+
+# \x75DB\x60E1 124-12346-5-34-5
+noback context _1"\x75DB"["\x60E1"] @34-5
+
+# \x75F4\x3FBB 12-156-3-1-34-5
+noback context _1"\x75F4"["\x3FBB"] @1-34-5
+
+# \x75F4\x6399 12-156-3-1-1356-3
+noback context _1"\x75F4"["\x6399"] @1-1356-3
+
+# \x7608\x7632 245-16-5-125-12346-5
+noback context ["\x7608"]"\x7632" @245-16-5
+
+# \x7622\x3FBB 135-1236-3-12-345-2
+noback context _1"\x7622"["\x3FBB"] @12-345-2
+
+# \x7626\x524A 24-12356-5-15-236-5
+noback context _1"\x7626"["\x524A"] @15-236-5
+
+# \x762E\x3F8A 24-136-3-15-2346-5
+noback context _1"\x762E"["\x3F8A"] @15-2346-5
+
+# \x7649\x7627 145-1236-3-1345-236-5
+noback context ["\x7649"]"\x7627" @145-1236-3
+
+# \x7650\x7650 1246-3-1246-3
+noback context ["\x7650"]"\x7650" @1246-3
+noback context _1"\x7650"["\x7650"] @1246-3
+
+# \x7656\x597D 1234-16-4-1235-146-5
+noback context _1"\x7656"["\x597D"] @1235-146-5
+
+# \x767C\x9084 12345-345-3-1235-12456-2
+noback context _1"\x767C"["\x9084"] @1235-12456-2
+
+# \x767C\x96E3 12345-345-3-1345-1236-5
+noback context _1"\x767C"["\x96E3"] @1345-1236-5
+
+# \x767D\x5377 135-2456-2-13-45-5
+noback context _1"\x767D"["\x5377"] @13-45-5
+
+# \x767D\x577F 135-2456-2-12345-34-2
+noback context _1"\x767D"["\x577F"] @12345-34-2
+
+# \x767D\x5B50 135-2456-2-125-156-4
+noback context _1"\x767D"["\x5B50"] @125-156-4
+
+# \x767D\x672F 135-2456-2-1-34-2
+noback context _1"\x767D"["\x672F"] @1-34-2
+
+# \x767D\x859F 135-2456-2-14-2345-5
+noback context _1"\x767D"["\x859F"] @14-2345-5
+
+# \x767E\x4E58 135-2456-4-24-1356-5
+noback context _1"\x767E"["\x4E58"] @24-1356-5
+
+# \x767E\x8F9F 135-2456-4-135-16-5
+noback context _1"\x767E"["\x8F9F"] @135-16-5
+
+# \x7684\x5B50 145-2346-1-125-156-4
+noback context _1"\x7684"["\x5B50"] @125-156-4
+
+# \x7684\x7684 145-16-2-145-16-2
+noback context ["\x7684"]"\x7684" @145-16-2
+noback context _1"\x7684"["\x7684"] @145-16-2
+
+# \x7684\x76AA 145-16-5-14-16-5
+noback context ["\x7684"]"\x76AA" @145-16-5
+
+# \x7684\x78BA 145-16-2-245-236-5
+noback context ["\x7684"]"\x78BA" @145-16-2
+
+# \x7687\x51A0 1235-456-2-13-12456-3
+noback context _1"\x7687"["\x51A0"] @13-12456-3
+
+# \x7687\x5B50 1235-456-2-125-156-4
+noback context _1"\x7687"["\x5B50"] @125-156-4
+
+# \x7687\x8F9F 1235-456-2-135-16-5
+noback context _1"\x7687"["\x8F9F"] @135-16-5
+
+# \x768B\x6BD4 13-146-3-1234-16-2
+noback context _1"\x768B"["\x6BD4"] @1234-16-2
+
+# \x768B\x9676 13-146-3-246-2
+noback context _1"\x768B"["\x9676"] @246-2
+
+# \x76AE\x76F8 1234-16-2-15-46-5
+noback context _1"\x76AE"["\x76F8"] @15-46-5
+
+# \x76AF\x6688 13-1236-4-256-5
+noback context _1"\x76AF"["\x6688"] @256-5
+
+# \x76DB\x5668 12-1356-2-245-16-5
+noback context ["\x76DB"]"\x5668" @12-1356-2
+
+# \x76DB\x653E 12-1356-2-12345-1346-5
+noback context ["\x76DB"]"\x653E" @12-1356-2
+
+# \x76DB\x6BAE 12-1356-2-14-2345-5
+noback context ["\x76DB"]"\x6BAE" @12-1356-2
+
+# \x76DB\x6C34 12-1356-2-24-1246-4
+noback context ["\x76DB"]"\x6C34" @12-1356-2
+
+# \x76DB\x6E6F 12-1356-2-124-1346-3
+noback context ["\x76DB"]"\x6E6F" @12-1356-2
+
+# \x76DB\x98EF 12-1356-2-12345-1236-5
+noback context ["\x76DB"]"\x98EF" @12-1356-2
+
+# \x76E3\x672C 13-2345-5-135-136-4
+noback context ["\x76E3"]"\x672C" @13-2345-5
+
+# \x76E3\x92EA 13-2345-3-1234-34-5
+noback context _1"\x76E3"["\x92EA"] @1234-34-5
+
+# \x76E4\x66F2 1234-1236-2-245-1256-3
+noback context _1"\x76E4"["\x66F2"] @245-1256-3
+
+# \x76EE\x7684 134-34-5-145-16-5
+noback context _1"\x76EE"["\x7684"] @145-16-5
+
+# \x76F1\x7719 15-1256-3-16-2
+noback context _1"\x76F1"["\x7719"] @16-2
+
+# \x76F1\x779C 15-1256-3-14-1256-2
+noback context _1"\x76F1"["\x779C"] @14-1256-2
+
+# \x76F4\x7387 1-156-2-24-2356-5
+noback context _1"\x76F4"["\x7387"] @24-2356-5
+
+# \x76F8\x39C3 15-46-3-13-234-3
+noback context _1"\x76F8"["\x39C3"] @13-234-3
+
+# \x76F8\x4F4D 15-46-5-1246-5
+noback context ["\x76F8"]"\x4F4D" @15-46-5
+
+# \x76F8\x5055 15-46-3-13-346-3
+noback context _1"\x76F8"["\x5055"] @13-346-3
+
+# \x76F8\x570B 15-46-5-13-25-2
+noback context ["\x76F8"]"\x570B" @15-46-5
+
+# \x76F8\x592B 15-46-5-12345-34-3
+noback context ["\x76F8"]"\x592B" @15-46-5
+
+# \x76F8\x61C9 15-46-3-13456-5
+noback context _1"\x76F8"["\x61C9"] @13456-5
+
+# \x76F8\x6A5F 15-46-5-13-16-3
+noback context ["\x76F8"]"\x6A5F" @15-46-5
+
+# \x76F8\x7247 15-46-5-1234-2345-5
+noback context ["\x76F8"]"\x7247" @15-46-5
+
+# \x76F8\x7387 15-46-3-24-2356-5
+noback context _1"\x76F8"["\x7387"] @24-2356-5
+
+# \x76F8\x7A31 15-46-3-12-136-5
+noback context _1"\x76F8"["\x7A31"] @12-136-5
+
+# \x76F8\x7C3F 15-46-5-135-34-5
+noback context ["\x76F8"]"\x7C3F" @15-46-5
+
+# \x76F8\x8072 15-46-5-24-1356-3
+noback context ["\x76F8"]"\x8072" @15-46-5
+
+# \x76F8\x8457 15-46-3-1-25-2
+noback context _1"\x76F8"["\x8457"] @1-25-2
+
+# \x76F8\x8655 15-46-3-12-34-4
+noback context _1"\x76F8"["\x8655"] @12-34-4
+
+# \x76F8\x8853 15-46-5-24-34-5
+noback context ["\x76F8"]"\x8853" @15-46-5
+
+# \x76F8\x8C8C 15-46-5-134-146-5
+noback context ["\x76F8"]"\x8C8C" @15-46-5
+
+# \x76F8\x8F11 15-46-3-245-256-3
+noback context _1"\x76F8"["\x8F11"] @245-256-3
+
+# \x76F8\x9762 15-46-5-134-2345-5
+noback context ["\x76F8"]"\x9762" @15-46-5
+
+# \x7701\x5206 24-1356-4-12345-136-5
+noback context _1"\x7701"["\x5206"] @12345-136-5
+
+# \x7701\x5BDF 15-13456-4-12-345-2
+noback context ["\x7701"]"\x5BDF" @15-13456-4
+
+# \x7701\x601D 15-13456-4-15-156-3
+noback context ["\x7701"]"\x601D" @15-13456-4
+
+# \x7701\x609F 15-13456-4-34-5
+noback context ["\x7701"]"\x609F" @15-13456-4
+
+# \x7701\x89AA 15-13456-4-245-1456-3
+noback context ["\x7701"]"\x89AA" @15-13456-4
+
+# \x7701\x9577 24-1356-4-1-1346-4
+noback context _1"\x7701"["\x9577"] @1-1346-4
+
+# \x7706\x401F 12345-1346-4-12345-34-2
+noback context _1"\x7706"["\x401F"] @12345-34-2
+
+# \x7707\x4058 134-246-4-246-4
+noback context _1"\x7707"["\x4058"] @246-4
+
+# \x770B\x4E2D 123-1236-5-1-12346-5
+noback context _1"\x770B"["\x4E2D"] @1-12346-5
+
+# \x770B\x5B88 123-1236-3-24-12356-4
+noback context ["\x770B"]"\x5B88" @123-1236-3
+
+# \x770B\x5BB6 123-1236-3-13-23456-3
+noback context ["\x770B"]"\x5BB6" @123-1236-3
+
+# \x770B\x76F8 123-1236-5-15-46-5
+noback context _1"\x770B"["\x76F8"] @15-46-5
+
+# \x770B\x7BA1 123-1236-3-13-12456-4
+noback context ["\x770B"]"\x7BA1" @123-1236-3
+
+# \x770B\x8B77 123-1236-3-1235-34-5
+noback context ["\x770B"]"\x8B77" @123-1236-3
+
+# \x770B\x9580 123-1236-3-134-136-2
+noback context ["\x770B"]"\x9580" @123-1236-3
+
+# \x7717\x779C 15-1256-3-14-1256-2
+noback context ["\x7717"]"\x779C" @15-1256-3
+noback context _1"\x7717"["\x779C"] @14-1256-2
+
+# \x771F\x7387 1-136-3-24-2356-5
+noback context _1"\x771F"["\x7387"] @24-2356-5
+
+# \x771F\x76F8 1-136-3-15-46-5
+noback context _1"\x771F"["\x76F8"] @15-46-5
+
+# \x7720\x6942 134-2345-2-12-345-2
+noback context _1"\x7720"["\x6942"] @12-345-2
+
+# \x7725\x5393 125-156-5-23456-2
+noback context _1"\x7725"["\x5393"] @23456-2
+
+# \x772F\x7E2B 134-16-3-12345-1356-5
+noback context _1"\x772F"["\x7E2B"] @12345-1356-5
+
+# \x773C\x5A17 2345-4-124-2345-4
+noback context _1"\x773C"["\x5A17"] @124-2345-4
+
+# \x773C\x6688 2345-4-256-5
+noback context _1"\x773C"["\x6688"] @256-5
+
+# \x773E\x5B50 1-12346-5-125-156-4
+noback context _1"\x773E"["\x5B50"] @125-156-4
+
+# \x7749\x4011 245-25-2-1345-2456-5
+noback context _1"\x7749"["\x4011"] @1345-2456-5
+
+# \x7755\x4013 12456-5-1235-12456-5
+noback context ["\x7755"]"\x4013" @12456-5
+
+# \x7755\x7755 12456-3-12456-3
+noback context ["\x7755"]"\x7755" @12456-3
+noback context _1"\x7755"["\x7755"] @12456-3
+
+# \x7761\x8457 24-1246-5-1-146-2
+noback context _1"\x7761"["\x8457"] @1-146-2
+
+# \x7761\x89BA 24-1246-5-13-246-5
+noback context _1"\x7761"["\x89BA"] @13-246-5
+
+# \x7763\x7387 145-34-3-24-2356-5
+noback context _1"\x7763"["\x7387"] @24-2356-5
+
+# \x7787\x7E2B 134-16-3-12345-1356-5
+noback context _1"\x7787"["\x7E2B"] @12345-1356-5
+
+# \x7789\x973F 123-12356-5-134-12356-5
+noback context ["\x7789"]"\x973F" @123-12356-5
+noback context _1"\x7789"["\x973F"] @134-12356-5
+
+# \x778E\x652A 15-23456-3-13-146-4
+noback context _1"\x778E"["\x652A"] @13-146-4
+
+# \x7791\x7729 134-2345-5-15-45-5
+noback context ["\x7791"]"\x7729" @134-2345-5
+
+# \x77AD\x671B 14-246-5-456-5
+noback context ["\x77AD"]"\x671B" @14-246-5
+
+# \x77B4\x5A41 134-12356-2-14-12356-2
+noback context ["\x77B4"]"\x5A41" @134-12356-2
+
+# \x77BB\x536C 1-1236-3-46-4
+noback context _1"\x77BB"["\x536C"] @46-4
+
+# \x77CD\x8E3C 13-236-2-24-1346-3
+noback context _1"\x77CD"["\x8E3C"] @24-1346-3
+
+# \x77CE\x77CE 15-45-5-15-45-5
+noback context ["\x77CE"]"\x77CE" @15-45-5
+noback context _1"\x77CE"["\x77CE"] @15-45-5
+
+# \x77DC\x5BE1 13-12456-3-13-35-4
+noback context ["\x77DC"]"\x5BE1" @13-12456-3
+
+# \x77E5\x4E86 1-156-3-14-246-4
+noback context _1"\x77E5"["\x4E86"] @14-246-4
+
+# \x77F0\x7E73 125-1356-3-1-25-2
+noback context _1"\x77F0"["\x7E73"] @1-25-2
+
+# \x77F3\x784A 24-156-2-13-1246-5
+noback context _1"\x77F3"["\x784A"] @13-1246-5
+
+# \x77FA\x9F20 124-25-3-24-34-4
+noback context ["\x77FA"]"\x9F20" @124-25-3
+
+# \x780A\x791A 123-1346-3-123-2346-3
+noback context ["\x780A"]"\x791A" @123-1346-3
+
+# \x780F\x6C43 12345-136-3-1234-345-5
+noback context ["\x780F"]"\x6C43" @12345-136-3
+noback context _1"\x780F"["\x6C43"] @1234-345-5
+
+# \x780F\x78E4 1234-1456-3-1456-3
+noback context ["\x780F"]"\x78E4" @1234-1456-3
+noback context _1"\x780F"["\x78E4"] @1456-3
+
+# \x7810\x786A 2346-5-2346-4
+noback context _1"\x7810"["\x786A"] @2346-4
+
+# \x7822\x78E3 123-2346-3-12-136-4
+noback context ["\x7822"]"\x78E3" @123-2346-3
+
+# \x782C\x5B50 14-345-2-125-156-1
+noback context ["\x782C"]"\x5B50" @14-345-2
+
+# \x7832\x5F48 1234-146-5-145-1236-5
+noback context _1"\x7832"["\x5F48"] @145-1236-5
+
+# \x7834\x76F8 1234-126-5-15-46-5
+noback context _1"\x7834"["\x76F8"] @15-46-5
+
+# \x7843\x5377 1-34-3-13-45-5
+noback context _1"\x7843"["\x5377"] @13-45-5
+
+# \x786C\x6399 13456-5-1-1356-3
+noback context _1"\x786C"["\x6399"] @1-1356-3
+
+# \x787C\x7830 1234-1356-3-1234-1356-3
+noback context ["\x787C"]"\x7830" @1234-1356-3
+
+# \x7891\x5E16 135-356-3-124-346-5
+noback context _1"\x7891"["\x5E16"] @124-346-5
+
+# \x7896\x7885 14-123456-4-13-256-3
+noback context ["\x7896"]"\x7885" @14-123456-4
+
+# \x789F\x715E 145-346-2-24-345-3
+noback context _1"\x789F"["\x715E"] @24-345-3
+
+# \x78BA\x5207 245-236-5-245-346-5
+noback context _1"\x78BA"["\x5207"] @245-346-5
+
+# \x78C5\x7860 1234-1346-3-14-1346-2
+noback context ["\x78C5"]"\x7860" @1234-1346-3
+
+# \x78C5\x7934 1234-1346-3-135-126-2
+noback context ["\x78C5"]"\x7934" @1234-1346-3
+
+# \x78C5\x8584 1234-1346-3-135-126-2
+noback context ["\x78C5"]"\x8584" @1234-1346-3
+
+# \x78D6\x78FC 14-345-3-125-345-2
+noback context ["\x78D6"]"\x78FC" @14-345-3
+
+# \x78E8\x96E3 134-126-2-1345-1236-5
+noback context _1"\x78E8"["\x96E3"] @1345-1236-5
+
+# \x7927\x77F3 14-356-5-24-156-2
+noback context ["\x7927"]"\x77F3" @14-356-5
+
+# \x793E\x9577 24-2346-5-1-1346-4
+noback context _1"\x793E"["\x9577"] @1-1346-4
+
+# \x7947\x4E5F 245-16-2-346-4
+noback context ["\x7947"]"\x4E5F" @245-16-2
+
+# \x7947\x6A39 245-16-2-24-34-5
+noback context ["\x7947"]"\x6A39" @245-16-2
+
+# \x7947\x6D39 245-16-2-45-2
+noback context ["\x7947"]"\x6D39" @245-16-2
+noback context _1"\x7947"["\x6D39"] @45-2
+
+# \x7957\x5F9E 1-156-3-125-12346-5
+noback context _1"\x7957"["\x5F9E"] @125-12346-5
+
+# \x7957\x6709 1-156-4-234-4
+noback context ["\x7957"]"\x6709" @1-156-4
+
+# \x7957\x80FD 1-156-4-1345-1356-2
+noback context ["\x7957"]"\x80FD" @1-156-4
+
+# \x7957\x8981 1-156-4-246-5
+noback context ["\x7957"]"\x8981" @1-156-4
+
+# \x795E\x7947 24-136-2-245-16-2
+noback context _1"\x795E"["\x7947"] @245-16-2
+
+# \x795E\x837C 24-136-2-24-34-3
+noback context _1"\x795E"["\x837C"] @24-34-3
+
+# \x798F\x76F8 12345-34-2-15-46-5
+noback context _1"\x798F"["\x76F8"] @15-46-5
+
+# \x79AA\x8B93 24-1236-5-1245-1346-5
+noback context ["\x79AA"]"\x8B93" @24-1236-5
+
+# \x79AE\x6A02 14-16-4-236-5
+noback context _1"\x79AE"["\x6A02"] @236-5
+
+# \x79B0\x8861 134-16-2-1235-1356-2
+noback context ["\x79B0"]"\x8861" @134-16-2
+
+# \x79C1\x7D2F 15-156-3-14-356-4
+noback context _1"\x79C1"["\x7D2F"] @14-356-4
+
+# \x79D1\x8655 123-2346-3-12-34-4
+noback context _1"\x79D1"["\x8655"] @12-34-4
+
+# \x79D1\x9577 123-2346-3-1-1346-4
+noback context _1"\x79D1"["\x9577"] @1-1346-4
+
+# \x7A1A\x5B50 1-156-5-125-156-4
+noback context _1"\x7A1A"["\x5B50"] @125-156-4
+
+# \x7A2E\x5B50 1-12346-4-125-156-4
+noback context _1"\x7A2E"["\x5B50"] @125-156-4
+
+# \x7A2E\x690D 1-12346-5-1-156-2
+noback context ["\x7A2E"]"\x690D" @1-12346-5
+
+# \x7A2E\x6A39 1-12346-5-24-34-5
+noback context ["\x7A2E"]"\x6A39" @1-12346-5
+
+# \x7A31\x5FC3 12-136-5-15-1456-3
+noback context ["\x7A31"]"\x5FC3" @12-136-5
+
+# \x7A31\x610F 12-136-5-16-5
+noback context ["\x7A31"]"\x610F" @12-136-5
+
+# \x7A31\x8077 12-1356-5-1-156-2
+noback context ["\x7A31"]"\x8077" @12-1356-5
+
+# \x7A31\x9248 12-1356-5-124-25-2
+noback context ["\x7A31"]"\x9248" @12-1356-5
+noback context _1"\x7A31"["\x9248"] @124-25-2
+
+# \x7A34\x418E 14-2345-5-15-2345-3
+noback context ["\x7A34"]"\x418E" @14-2345-5
+
+# \x7A34\x7A47 14-2345-5-24-1236-3
+noback context ["\x7A34"]"\x7A47" @14-2345-5
+
+# \x7A3D\x9859 245-16-4-15-1346-4
+noback context ["\x7A3D"]"\x9859" @245-16-4
+
+# \x7A3D\x9996 245-16-4-24-12356-4
+noback context ["\x7A3D"]"\x9996" @245-16-4
+
+# \x7A4D\x7D2F 13-16-3-14-356-4
+noback context _1"\x7A4D"["\x7D2F"] @14-356-4
+
+# \x7A69\x7576 123456-4-145-1346-5
+noback context _1"\x7A69"["\x7576"] @145-1346-5
+
+# \x7A7A\x4E4F 123-12346-5-12345-345-2
+noback context ["\x7A7A"]"\x4E4F" @123-12346-5
+
+# \x7A7A\x4F4D 123-12346-5-1246-5
+noback context ["\x7A7A"]"\x4F4D" @123-12346-5
+
+# \x7A7A\x4F97 123-12346-3-124-12346-2
+noback context _1"\x7A7A"["\x4F97"] @124-12346-2
+
+# \x7A7A\x5730 123-12346-5-145-16-5
+noback context ["\x7A7A"]"\x5730" @123-12346-5
+
+# \x7A7A\x5B50 123-12346-5-125-156-1
+noback context ["\x7A7A"]"\x5B50" @123-12346-5
+
+# \x7A7A\x6687 123-12346-5-15-23456-2
+noback context ["\x7A7A"]"\x6687" @123-12346-5
+
+# \x7A7A\x683C 123-12346-5-13-2346-2
+noback context ["\x7A7A"]"\x683C" @123-12346-5
+
+# \x7A7A\x6A94 123-12346-5-145-1346-4
+noback context ["\x7A7A"]"\x6A94" @123-12346-5
+
+# \x7A7A\x767D 123-12346-5-135-2456-2
+noback context ["\x7A7A"]"\x767D" @123-12346-5
+
+# \x7A7A\x7F3A 123-12346-5-245-236-3
+noback context ["\x7A7A"]"\x7F3A" @123-12346-5
+
+# \x7A7A\x8ABF 123-12346-3-124-246-2
+noback context _1"\x7A7A"["\x8ABF"] @124-246-2
+
+# \x7A7A\x9591 123-12346-5-15-2345-2
+noback context ["\x7A7A"]"\x9591" @123-12346-5
+
+# \x7A7A\x9592 123-12346-5-15-2345-2
+noback context ["\x7A7A"]"\x9592" @123-12346-5
+
+# \x7A7A\x9699 123-12346-5-15-16-5
+noback context ["\x7A7A"]"\x9699" @123-12346-5
+
+# \x7A7A\x96E3 123-12346-3-1345-1236-5
+noback context _1"\x7A7A"["\x96E3"] @1345-1236-5
+
+# \x7A7A\x984D 123-12346-5-2346-2
+noback context ["\x7A7A"]"\x984D" @123-12346-5
+
+# \x7A7F\x8457 12-12456-3-1-25-2
+noback context _1"\x7A7F"["\x8457"] @1-25-2
+
+# \x7A8F\x6D1D 34-3-2346-5
+noback context _1"\x7A8F"["\x6D1D"] @2346-5
+
+# \x7A92\x585E 1-156-5-15-2346-5
+noback context _1"\x7A92"["\x585E"] @15-2346-5
+
+# \x7A97\x7E2B 12-456-3-12345-1356-5
+noback context _1"\x7A97"["\x7E2B"] @12345-1356-5
+
+# \x7AAE\x76F8 245-235-2-15-46-5
+noback context _1"\x7AAE"["\x76F8"] @15-46-5
+
+# \x7AB3\x695B 1256-4-123-34-4
+noback context _1"\x7AB3"["\x695B"] @123-34-4
+
+# \x7AB4\x8D67 2345-4-1345-1236-4
+noback context ["\x7AB4"]"\x8D67" @2345-4
+
+# \x7ACB\x5B50 14-16-5-125-156-4
+noback context _1"\x7ACB"["\x5B50"] @125-156-4
+
+# \x7AD9\x9577 1-1236-5-1-1346-4
+noback context _1"\x7AD9"["\x9577"] @1-1346-4
+
+# \x7AE5\x5B50 124-12346-2-125-156-4
+noback context _1"\x7AE5"["\x5B50"] @125-156-4
+
+# \x7B11\x6556 15-246-5-146-5
+noback context _1"\x7B11"["\x6556"] @146-5
+
+# \x7B26\x61C9 12345-34-2-13456-5
+noback context _1"\x7B26"["\x61C9"] @13456-5
+
+# \x7B49\x5206 145-1356-4-12345-136-5
+noback context _1"\x7B49"["\x5206"] @12345-136-5
+
+# \x7B54\x61C9 145-345-3-13456-5
+noback context ["\x7B54"]"\x61C9" @145-345-3
+noback context _1"\x7B54"["\x61C9"] @13456-5
+
+# \x7B54\x7406 145-345-3-14-16-4
+noback context ["\x7B54"]"\x7406" @145-345-3
+
+# \x7B54\x7B54 145-345-3-145-345-3
+noback context ["\x7B54"]"\x7B54" @145-345-3
+noback context _1"\x7B54"["\x7B54"] @145-345-3
+
+# \x7B56\x5212 245-2346-5-1235-35-5
+noback context _1"\x7B56"["\x5212"] @1235-35-5
+
+# \x7B56\x61C9 245-2346-5-13456-5
+noback context _1"\x7B56"["\x61C9"] @13456-5
+
+# \x7B73\x7BFF 124-13456-2-1-12456-3
+noback context _1"\x7B73"["\x7BFF"] @1-12456-3
+
+# \x7B78\x5B50 13-1236-3-125-156-4
+noback context _1"\x7B78"["\x5B50"] @125-156-4
+
+# \x7B97\x5B50 15-12456-5-125-156-4
+noback context _1"\x7B97"["\x5B50"] @125-156-4
+
+# \x7BA1\x6A02 13-12456-4-236-5
+noback context _1"\x7BA1"["\x6A02"] @236-5
+
+# \x7BAD\x93C3 13-2345-5-245-34-5
+noback context _1"\x7BAD"["\x93C3"] @245-34-5
+
+# \x7BB8\x7B84 1-34-5-135-356-3
+noback context _1"\x7BB8"["\x7B84"] @135-356-3
+
+# \x7BE0\x5B50 15-246-4-125-156-4
+noback context _1"\x7BE0"["\x5B50"] @125-156-4
+
+# \x7BF8\x5DEE 245-136-3-245-156-3
+noback context _1"\x7BF8"["\x5DEE"] @245-156-3
+
+# \x7BF8\x82B1 125-1236-5-1235-35-3
+noback context ["\x7BF8"]"\x82B1" @125-1236-5
+
+# \x7BF9\x8F2F 125-12456-4-13-16-2
+noback context ["\x7BF9"]"\x8F2F" @125-12456-4
+
+# \x7BF9\x98DF 1-12456-5-24-156-2
+noback context ["\x7BF9"]"\x98DF" @1-12456-5
+
+# \x7C3D\x7F72 245-2345-3-24-34-5
+noback context _1"\x7C3D"["\x7F72"] @24-34-5
+
+# \x7C4D\x6C92 13-16-2-134-126-5
+noback context _1"\x7C4D"["\x6C92"] @134-126-5
+
+# \x7C60\x4F97 14-12346-2-124-12346-2
+noback context _1"\x7C60"["\x4F97"] @124-12346-2
+
+# \x7C73\x82BE 134-16-4-12345-34-2
+noback context _1"\x7C73"["\x82BE"] @12345-34-2
+
+# \x7C73\x884C 134-16-4-1235-1346-2
+noback context _1"\x7C73"["\x884C"] @1235-1346-2
+
+# \x7C92\x5B50 14-16-5-125-156-4
+noback context _1"\x7C92"["\x5B50"] @125-156-4
+
+# \x7C97\x7377 245-34-3-123-456-5
+noback context _1"\x7C97"["\x7377"] @123-456-5
+
+# \x7C97\x7387 245-34-3-24-2356-5
+noback context _1"\x7C97"["\x7387"] @24-2356-5
+
+# \x7CA2\x76DB 125-156-3-12-1356-2
+noback context _1"\x7CA2"["\x76DB"] @12-1356-2
+
+# \x7CBE\x5B50 13-13456-3-125-156-4
+noback context _1"\x7CBE"["\x5B50"] @125-156-4
+
+# \x7CD9\x7C73 245-146-5-134-16-4
+noback context ["\x7CD9"]"\x7C73" @245-146-5
+
+# \x7CDC\x5B50 134-16-2-125-156-4
+noback context _1"\x7CDC"["\x5B50"] @125-156-4
+
+# \x7CDD\x42A4 15-1236-4-145-1236-5
+noback context _1"\x7CDD"["\x42A4"] @145-1236-5
+
+# \x7CE7\x884C 14-46-2-1235-1346-2
+noback context _1"\x7CE7"["\x884C"] @1235-1346-2
+
+# \x7CFE\x66F2 13-234-3-245-1256-3
+noback context _1"\x7CFE"["\x66F2"] @245-1256-3
+
+# \x7CFE\x7387 13-234-3-24-2356-5
+noback context _1"\x7CFE"["\x7387"] @24-2356-5
+
+# \x7CFE\x845B 13-234-3-13-2346-2
+noback context _1"\x7CFE"["\x845B"] @13-2346-2
+
+# \x7D00\x50B3 13-16-5-1-12456-5
+noback context _1"\x7D00"["\x50B3"] @1-12456-5
+
+# \x7D02\x5B50 1-12356-5-125-156-4
+noback context _1"\x7D02"["\x5B50"] @125-156-4
+
+# \x7D05\x6688 1235-12346-2-256-5
+noback context _1"\x7D05"["\x6688"] @256-5
+
+# \x7D06\x66F2 1256-3-245-1256-3
+noback context _1"\x7D06"["\x66F2"] @245-1256-3
+
+# \x7D0D\x60B6 1345-345-5-134-136-5
+noback context _1"\x7D0D"["\x60B6"] @134-136-5
+
+# \x7D13\x96E3 24-34-3-1345-1236-5
+noback context _1"\x7D13"["\x96E3"] @1345-1236-5
+
+# \x7D1B\x7E15 12345-136-3-256-3
+noback context _1"\x7D1B"["\x7E15"] @256-3
+
+# \x7D20\x884C 15-34-5-15-13456-5
+noback context _1"\x7D20"["\x884C"] @15-13456-5
+
+# \x7D2C\x6B21 12-12356-3-245-156-5
+noback context ["\x7D2C"]"\x6B21" @12-12356-3
+
+# \x7D2C\x7E79 12-12356-3-16-5
+noback context ["\x7D2C"]"\x7E79" @12-12356-3
+
+# \x7D2E\x56EE 1-345-2-2346-2
+noback context ["\x7D2E"]"\x56EE" @1-345-2
+
+# \x7D2F\x4E16 14-356-4-24-156-5
+noback context ["\x7D2F"]"\x4E16" @14-356-4
+
+# \x7D2F\x52A0 14-356-4-13-23456-3
+noback context ["\x7D2F"]"\x52A0" @14-356-4
+
+# \x7D2F\x5375 14-356-4-14-12456-4
+noback context ["\x7D2F"]"\x5375" @14-356-4
+
+# \x7D2F\x584A 14-356-4-123-2356-5
+noback context ["\x7D2F"]"\x584A" @14-356-4
+
+# \x7D2F\x589C 14-356-2-1-1246-5
+noback context ["\x7D2F"]"\x589C" @14-356-2
+
+# \x7D2F\x5B98 14-356-4-13-12456-3
+noback context ["\x7D2F"]"\x5B98" @14-356-4
+
+# \x7D2F\x5E74 14-356-4-1345-2345-2
+noback context ["\x7D2F"]"\x5E74" @14-356-4
+
+# \x7D2F\x5F70 14-356-4-1-1346-3
+noback context ["\x7D2F"]"\x5F70" @14-356-4
+
+# \x7D2F\x65E5 14-356-4-1245-156-5
+noback context ["\x7D2F"]"\x65E5" @14-356-4
+
+# \x7D2F\x6708 14-356-4-236-5
+noback context ["\x7D2F"]"\x6708" @14-356-4
+
+# \x7D2F\x69AD 14-356-4-15-346-5
+noback context ["\x7D2F"]"\x69AD" @14-356-4
+
+# \x7D2F\x6B21 14-356-4-245-156-5
+noback context ["\x7D2F"]"\x6B21" @14-356-4
+
+# \x7D2F\x6B72 14-356-4-15-1246-5
+noback context ["\x7D2F"]"\x6B72" @14-356-4
+
+# \x7D2F\x7258 14-356-4-145-34-2
+noback context ["\x7D2F"]"\x7258" @14-356-4
+
+# \x7D2F\x72AF 14-356-4-12345-1236-5
+noback context ["\x7D2F"]"\x72AF" @14-356-4
+
+# \x7D2F\x7A4D 14-356-4-13-16-3
+noback context ["\x7D2F"]"\x7A4D" @14-356-4
+
+# \x7D2F\x7D2F 14-356-4-14-356-4
+noback context ["\x7D2F"]"\x7D2F" @14-356-4
+noback context _1"\x7D2F"["\x7D2F"] @14-356-4
+
+# \x7D2F\x7D32 14-356-2-15-346-5
+noback context ["\x7D2F"]"\x7D32" @14-356-2
+
+# \x7D2F\x8A08 14-356-4-13-16-5
+noback context ["\x7D2F"]"\x8A08" @14-356-4
+
+# \x7D2F\x8D05 14-356-4-1-1246-5
+noback context ["\x7D2F"]"\x8D05" @14-356-4
+
+# \x7D2F\x9032 14-356-4-13-1456-5
+noback context ["\x7D2F"]"\x9032" @14-356-4
+
+# \x7D2F\x9ECD 14-356-4-24-34-4
+noback context ["\x7D2F"]"\x9ECD" @14-356-4
+
+# \x7D30\x7E2B 15-16-5-12345-1356-5
+noback context _1"\x7D30"["\x7E2B"] @12345-1356-5
+
+# \x7D30\x884C 15-16-5-15-13456-5
+noback context _1"\x7D30"["\x884C"] @15-13456-5
+
+# \x7D37\x431F 14-13456-2-135-16-5
+noback context _1"\x7D37"["\x431F"] @135-16-5
+
+# \x7D42\x4E86 1-12346-3-14-246-4
+noback context _1"\x7D42"["\x4E86"] @14-246-4
+
+# \x7D44\x9577 125-34-4-1-1346-4
+noback context _1"\x7D44"["\x9577"] @1-1346-4
+
+# \x7D50\x5DF4 13-346-3-135-345-3
+noback context ["\x7D50"]"\x5DF4" @13-346-3
+
+# \x7D55\x5B50 13-236-2-125-156-4
+noback context _1"\x7D55"["\x5B50"] @125-156-4
+
+# \x7D5C\x6979 13-346-2-13456-2
+noback context ["\x7D5C"]"\x6979" @13-346-2
+
+# \x7D5C\x884C 13-346-2-15-13456-5
+noback context ["\x7D5C"]"\x884C" @13-346-2
+noback context _1"\x7D5C"["\x884C"] @15-13456-5
+
+# \x7D66\x4E88 13-16-4-1256-4
+noback context ["\x7D66"]"\x4E88" @13-16-4
+
+# \x7D66\x4ED8 13-16-4-12345-34-5
+noback context ["\x7D66"]"\x4ED8" @13-16-4
+
+# \x7D68\x5462 1245-12346-2-1345-16-2
+noback context _1"\x7D68"["\x5462"] @1345-16-2
+
+# \x7D6A\x7E15 1456-3-256-3
+noback context _1"\x7D6A"["\x7E15"] @256-3
+
+# \x7D71\x7387 124-12346-4-24-2356-5
+noback context _1"\x7D71"["\x7387"] @24-2356-5
+
+# \x7D72\x5B50 15-156-3-125-156-4
+noback context _1"\x7D72"["\x5B50"] @125-156-4
+
+# \x7D91\x579B 123-123456-4-145-25-5
+noback context _1"\x7D91"["\x579B"] @145-25-5
+
+# \x7D93\x5377 13-13456-3-13-45-5
+noback context _1"\x7D93"["\x5377"] @13-45-5
+
+# \x7D9D\x7E9A 14-1456-2-24-156-4
+noback context ["\x7D9D"]"\x7E9A" @14-1456-2
+
+# \x7DAA\x8337 245-2345-5-1234-356-5
+noback context _1"\x7DAA"["\x8337"] @1234-356-5
+
+# \x7DB8\x5DFE 13-12456-3-13-1456-3
+noback context ["\x7DB8"]"\x5DFE" @13-12456-3
+
+# \x7DE3\x5206 45-2-12345-136-5
+noback context _1"\x7DE3"["\x5206"] @12345-136-5
+
+# \x7DE8\x8457 135-2345-3-1-34-5
+noback context _1"\x7DE8"["\x8457"] @1-34-5
+
+# \x7DF2\x5B50 134-246-4-125-156-4
+noback context _1"\x7DF2"["\x5B50"] @125-156-4
+
+# \x7E23\x5206 15-2345-5-12345-136-5
+noback context _1"\x7E23"["\x5206"] @12345-136-5
+
+# \x7E23\x8DC2 15-45-2-245-16-5
+noback context ["\x7E23"]"\x8DC2" @15-45-2
+noback context _1"\x7E23"["\x8DC2"] @245-16-5
+
+# \x7E23\x9577 15-2345-5-1-1346-4
+noback context _1"\x7E23"["\x9577"] @1-1346-4
+
+# \x7E2B\x9699 12345-1356-5-15-16-5
+noback context ["\x7E2B"]"\x9699" @12345-1356-5
+
+# \x7E31\x6A6B 125-12346-3-1235-1356-2
+noback context ["\x7E31"]"\x6A6B" @125-12346-3
+
+# \x7E31\x81FE 125-12346-4-235-4
+noback context ["\x7E31"]"\x81FE" @125-12346-4
+noback context _1"\x7E31"["\x81FE"] @235-4
+
+# \x7E31\x8CAB 125-12346-3-13-12456-5
+noback context ["\x7E31"]"\x8CAB" @125-12346-3
+
+# \x7E33\x5176 12-12456-2-245-16-2
+noback context ["\x7E33"]"\x5176" @12-12456-2
+
+# \x7E3D\x5F97 125-12346-4-145-356-4
+noback context _1"\x7E3D"["\x5F97"] @145-356-4
+
+# \x7E3D\x884C 125-12346-4-1235-1346-2
+noback context _1"\x7E3D"["\x884C"] @1235-1346-2
+
+# \x7E3D\x92EA 125-12346-4-1234-34-5
+noback context _1"\x7E3D"["\x92EA"] @1234-34-5
+
+# \x7E3D\x9577 125-12346-4-1-1346-4
+noback context _1"\x7E3D"["\x9577"] @1-1346-4
+
+# \x7E43\x74F7 135-1356-5-245-156-2
+noback context ["\x7E43"]"\x74F7" @135-1356-5
+
+# \x7E43\x88C2 135-1356-5-14-346-5
+noback context ["\x7E43"]"\x88C2" @135-1356-5
+
+# \x7E44\x88BC 16-3-14-25-5
+noback context _1"\x7E44"["\x88BC"] @14-25-5
+
+# \x7E52\x7E43 125-1356-5-135-1356-3
+noback context ["\x7E52"]"\x7E43" @125-1356-5
+
+# \x7E70\x7D72 15-146-3-15-156-3
+noback context ["\x7E70"]"\x7D72" @15-146-3
+
+# \x7E73\x5377 13-246-4-13-45-5
+noback context _1"\x7E73"["\x5377"] @13-45-5
+
+# \x7E7C\x5B50 13-16-5-125-156-4
+noback context _1"\x7E7C"["\x5B50"] @125-156-4
+
+# \x7E7C\x6116 13-16-5-145-1236-3
+noback context _1"\x7E7C"["\x6116"] @145-1236-3
+
+# \x7E8C\x5047 15-1256-5-13-23456-5
+noback context _1"\x7E8C"["\x5047"] @13-23456-5
+
+# \x7F3A\x7A7A 245-236-3-123-12346-5
+noback context _1"\x7F3A"["\x7A7A"] @123-12346-5
+
+# \x7F72\x540D 24-34-5-134-13456-2
+noback context ["\x7F72"]"\x540D" @24-34-5
+
+# \x7F77\x83C0 135-345-5-45-5
+noback context _1"\x7F77"["\x83C0"] @45-5
+
+# \x7F79\x96E3 14-16-2-1345-1236-5
+noback context _1"\x7F79"["\x96E3"] @1345-1236-5
+
+# \x7F8A\x5B50 46-2-125-156-4
+noback context _1"\x7F8A"["\x5B50"] @125-156-4
+
+# \x7F8B\x5B30 134-16-4-13456-3
+noback context ["\x7F8B"]"\x5B30" @134-16-4
+
+# \x7F8B\x5B50 134-16-4-125-156-4
+noback context ["\x7F8B"]"\x5B50" @134-16-4
+noback context _1"\x7F8B"["\x5B50"] @125-156-4
+
+# \x7F9B\x967D 15-16-3-46-2
+noback context ["\x7F9B"]"\x967D" @15-16-3
+
+# \x7F9E\x60E1 15-234-3-34-5
+noback context _1"\x7F9E"["\x60E1"] @34-5
+
+# \x7FA4\x8F9F 245-256-2-135-16-5
+noback context _1"\x7FA4"["\x8F9F"] @135-16-5
+
+# \x7FA9\x5B50 16-5-125-156-4
+noback context _1"\x7FA9"["\x5B50"] @125-156-4
+
+# \x7FA9\x884C 16-5-15-13456-5
+noback context _1"\x7FA9"["\x884C"] @15-13456-5
+
+# \x7FA9\x92EA 16-5-1234-34-5
+noback context _1"\x7FA9"["\x92EA"] @1234-34-5
+
+# \x7FAC\x7F8A 245-2345-2-46-2
+noback context ["\x7FAC"]"\x7F8A" @245-2345-2
+
+# \x7FE0\x7FF9 245-1246-5-245-246-2
+noback context _1"\x7FE0"["\x7FF9"] @245-246-2
+
+# \x7FF9\x5F65 245-246-2-2345-5
+noback context ["\x7FF9"]"\x5F65" @245-246-2
+
+# \x7FF9\x66F2 245-246-5-245-1256-3
+noback context _1"\x7FF9"["\x66F2"] @245-1256-3
+
+# \x7FF9\x671B 245-246-2-456-5
+noback context ["\x7FF9"]"\x671B" @245-246-2
+
+# \x7FF9\x695A 245-246-2-12-34-4
+noback context ["\x7FF9"]"\x695A" @245-246-2
+
+# \x7FF9\x79C0 245-246-2-15-234-5
+noback context ["\x7FF9"]"\x79C0" @245-246-2
+
+# \x7FF9\x8DB3 245-246-2-125-34-2
+noback context ["\x7FF9"]"\x8DB3" @245-246-2
+
+# \x7FF9\x9996 245-246-2-24-12356-4
+noback context ["\x7FF9"]"\x9996" @245-246-2
+
+# \x8001\x5B50 14-146-4-125-156-4
+noback context _1"\x8001"["\x5B50"] @125-156-4
+
+# \x8001\x5C07 14-146-4-13-46-5
+noback context _1"\x8001"["\x5C07"] @13-46-5
+
+# \x8001\x5C11 14-146-4-24-146-5
+noback context _1"\x8001"["\x5C11"] @24-146-5
+
+# \x8003\x5377 123-146-4-13-45-5
+noback context _1"\x8003"["\x5377"] @13-45-5
+
+# \x8003\x91CF 123-146-4-14-46-2
+noback context _1"\x8003"["\x91CF"] @14-46-2
+
+# \x800C\x5B50 156-2-125-156-4
+noback context _1"\x800C"["\x5B50"] @125-156-4
+
+# \x8015\x7A2E 13-1356-3-1-12346-5
+noback context _1"\x8015"["\x7A2E"] @1-12346-5
+
+# \x8017\x6581 1235-146-5-145-34-5
+noback context _1"\x8017"["\x6581"] @145-34-5
+
+# \x8018\x801B 256-2-12-156-2
+noback context _1"\x8018"["\x801B"] @12-156-2
+
+# \x8033\x54BD 156-4-2345-3
+noback context _1"\x8033"["\x54BD"] @2345-3
+
+# \x8033\x585E 156-4-15-2456-3
+noback context _1"\x8033"["\x585E"] @15-2456-3
+
+# \x8036\x5B43 346-2-1345-46-2
+noback context ["\x8036"]"\x5B43" @346-2
+
+# \x803A\x803E 13456-2-1235-12346-2
+noback context ["\x803A"]"\x803E" @13456-2
+
+# \x805E\x9054 123456-5-145-345-2
+noback context ["\x805E"]"\x9054" @123456-5
+
+# \x8072\x6A02 24-1356-3-236-5
+noback context _1"\x8072"["\x6A02"] @236-5
+
+# \x8077\x5206 1-156-2-12345-136-5
+noback context _1"\x8077"["\x5206"] @12345-136-5
+
+# \x807D\x5929 124-13456-5-124-2345-3
+noback context ["\x807D"]"\x5929" @124-13456-5
+
+# \x807D\x5DEE 124-13456-3-12-2456-3
+noback context _1"\x807D"["\x5DEE"] @12-2456-3
+
+# \x8086\x61C9 15-156-5-13456-5
+noback context _1"\x8086"["\x61C9"] @13456-5
+
+# \x8089\x6828 1245-12356-5-13-346-2
+noback context _1"\x8089"["\x6828"] @13-346-2
+
+# \x8096\x5B50 15-246-5-125-156-4
+noback context _1"\x8096"["\x5B50"] @125-156-4
+
+# \x8098\x7A8C 1-12356-4-14-246-2
+noback context _1"\x8098"["\x7A8C"] @14-246-2
+
+# \x80A1\x5206 13-34-4-12345-136-5
+noback context _1"\x80A1"["\x5206"] @12345-136-5
+
+# \x80A9\x7A8C 13-2345-3-14-246-2
+noback context _1"\x80A9"["\x7A8C"] @14-246-2
+
+# \x80AF\x7DAE 123-136-4-245-13456-5
+noback context _1"\x80AF"["\x7DAE"] @245-13456-5
+
+# \x80B2\x5B50 1256-5-125-156-4
+noback context _1"\x80B2"["\x5B50"] @125-156-4
+
+# \x80DE\x5B50 135-146-3-125-156-4
+noback context _1"\x80DE"["\x5B50"] @125-156-4
+
+# \x80E1\x652A 1235-34-2-13-146-4
+noback context _1"\x80E1"["\x652A"] @13-146-4
+
+# \x80E5\x9761 15-1256-3-134-16-2
+noback context _1"\x80E5"["\x9761"] @134-16-2
+
+# \x80F8\x812F 15-235-3-1234-34-2
+noback context _1"\x80F8"["\x812F"] @1234-34-2
+
+# \x8108\x8108 134-126-5-134-126-5
+noback context ["\x8108"]"\x8108" @134-126-5
+noback context _1"\x8108"["\x8108"] @134-126-5
+
+# \x8125\x7BCB 15-346-2-245-346-5
+noback context ["\x8125"]"\x7BCB" @15-346-2
+
+# \x812F\x5B50 1234-34-2-125-156-1
+noback context ["\x812F"]"\x5B50" @1234-34-2
+
+# \x813E\x7649 1234-16-2-145-1236-3
+noback context _1"\x813E"["\x7649"] @145-1236-3
+
+# \x814C\x81E2 1346-3-125-1346-3
+noback context ["\x814C"]"\x81E2" @1346-3
+
+# \x8163\x80FF 145-16-5-15-16-3
+noback context _1"\x8163"["\x80FF"] @15-16-3
+
+# \x8164\x4436 1236-3-125-1236-3
+noback context _1"\x8164"["\x4436"] @125-1236-3
+
+# \x816A\x440F 256-4-24-123456-4
+noback context ["\x816A"]"\x440F" @256-4
+noback context _1"\x816A"["\x440F"] @24-123456-4
+
+# \x8172\x812E 1246-4-124-1246-4
+noback context _1"\x8172"["\x812E"] @124-1246-4
+
+# \x8180\x80F1 1234-1346-2-13-456-3
+noback context ["\x8180"]"\x80F1" @1234-1346-2
+
+# \x81A0\x5B50 13-246-3-125-156-4
+noback context _1"\x81A0"["\x5B50"] @125-156-4
+
+# \x81A0\x8457 13-246-3-1-25-2
+noback context _1"\x81A0"["\x8457"] @1-25-2
+
+# \x81A0\x845B 13-246-3-13-2346-2
+noback context _1"\x81A0"["\x845B"] @13-2346-2
+
+# \x81A6\x8EDF 14-2345-4-1245-12456-4
+noback context ["\x81A6"]"\x8EDF" @14-2345-4
+
+# \x81BB\x4E2D 145-1236-5-1-12346-3
+noback context ["\x81BB"]"\x4E2D" @145-1236-5
+
+# \x81C6\x5EA6 16-5-145-25-5
+noback context _1"\x81C6"["\x5EA6"] @145-25-5
+
+# \x81C8\x80C6 13-2346-2-145-345-2
+noback context ["\x81C8"]"\x80C6" @13-2346-2
+noback context _1"\x81C8"["\x80C6"] @145-345-2
+
+# \x81CA\x5B50 15-146-5-125-156-1
+noback context ["\x81CA"]"\x5B50" @15-146-5
+
+# \x81CA\x76AE 15-146-5-1234-16-2
+noback context ["\x81CA"]"\x76AE" @15-146-5
+
+# \x81E5\x92EA 25-5-1234-34-5
+noback context _1"\x81E5"["\x92EA"] @1234-34-5
+
+# \x81E7\x5426 125-1346-3-1234-16-4
+noback context _1"\x81E7"["\x5426"] @1234-16-4
+
+# \x81E8\x6D2E 14-1456-2-246-2
+noback context _1"\x81E8"["\x6D2E"] @246-2
+
+# \x81E8\x96E3 14-1456-2-1345-1236-5
+noback context _1"\x81E8"["\x96E3"] @1345-1236-5
+
+# \x81EA\x50B3 125-156-5-1-12456-5
+noback context _1"\x81EA"["\x50B3"] @1-12456-5
+
+# \x81EA\x7701 125-156-5-15-13456-4
+noback context _1"\x81EA"["\x7701"] @15-13456-4
+
+# \x81EA\x7D66 125-156-5-13-16-4
+noback context _1"\x81EA"["\x7D66"] @13-16-4
+
+# \x81EA\x7E47 125-156-5-234-2
+noback context _1"\x81EA"["\x7E47"] @234-2
+
+# \x81EA\x8655 125-156-5-12-34-4
+noback context _1"\x81EA"["\x8655"] @12-34-4
+
+# \x8208\x5473 15-13456-5-1246-5
+noback context ["\x8208"]"\x5473" @15-13456-5
+
+# \x8208\x7DFB 15-13456-5-1-156-5
+noback context ["\x8208"]"\x7DFB" @15-13456-5
+
+# \x8208\x8208 15-13456-5-15-13456-5
+noback context ["\x8208"]"\x8208" @15-13456-5
+noback context _1"\x8208"["\x8208"] @15-13456-5
+
+# \x8208\x8DA3 15-13456-5-245-1256-5
+noback context ["\x8208"]"\x8DA3" @15-13456-5
+
+# \x820A\x90FD 13-234-5-145-34-3
+noback context _1"\x820A"["\x90FD"] @145-34-3
+
+# \x820C\x54BD 24-2346-2-2345-3
+noback context _1"\x820C"["\x54BD"] @2345-3
+
+# \x820C\x82D4 24-2346-2-124-2456-3
+noback context _1"\x820C"["\x82D4"] @124-2456-3
+
+# \x820D\x68C4 24-2346-4-245-16-5
+noback context ["\x820D"]"\x68C4" @24-2346-4
+
+# \x821A\x4459 124-2345-5-124-1236-3
+noback context ["\x821A"]"\x4459" @124-2345-5
+noback context _1"\x821A"["\x4459"] @124-1236-3
+
+# \x822C\x82E5 135-126-3-1245-2346-4
+noback context ["\x822C"]"\x82E5" @135-126-3
+noback context _1"\x822C"["\x82E5"] @1245-2346-4
+
+# \x8239\x9577 12-12456-2-1-1346-4
+noback context _1"\x8239"["\x9577"] @1-1346-4
+
+# \x8239\x96E3 12-12456-2-1345-1236-5
+noback context _1"\x8239"["\x96E3"] @1345-1236-5
+
+# \x8266\x9577 13-2345-5-1-1346-4
+noback context _1"\x8266"["\x9577"] @1-1346-4
+
+# \x826F\x5C07 14-46-2-13-46-5
+noback context _1"\x826F"["\x5C07"] @13-46-5
+
+# \x826F\x8CC8 14-46-2-13-34-4
+noback context _1"\x826F"["\x8CC8"] @13-34-4
+
+# \x8272\x76F8 15-2346-5-15-46-5
+noback context _1"\x8272"["\x76F8"] @15-46-5
+
+# \x827D\x91CE 245-234-2-346-4
+noback context ["\x827D"]"\x91CE" @245-234-2
+
+# \x8292\x5D35 134-1346-2-145-1346-5
+noback context _1"\x8292"["\x5D35"] @145-1346-5
+
+# \x82AD\x82F4 135-345-3-13-1256-4
+noback context _1"\x82AD"["\x82F4"] @13-1256-4
+
+# \x82B1\x51A0 1235-35-3-13-12456-3
+noback context _1"\x82B1"["\x51A0"] @13-12456-3
+
+# \x82BE\x82BE 12345-34-2-12345-34-2
+noback context ["\x82BE"]"\x82BE" @12345-34-2
+noback context _1"\x82BE"["\x82BE"] @12345-34-2
+
+# \x82D1\x7D50 1256-5-13-346-2
+noback context ["\x82D1"]"\x7D50" @1256-5
+
+# \x82E4\x85CD 1234-346-4-14-1236-2
+noback context ["\x82E4"]"\x85CD" @1234-346-4
+
+# \x82E5\x5E79 1245-25-5-13-1236-3
+noback context _1"\x82E5"["\x5E79"] @13-1236-3
+
+# \x82E6\x60B6 123-34-4-134-136-5
+noback context _1"\x82E6"["\x60B6"] @134-136-5
+
+# \x82E6\x96E3 123-34-4-1345-1236-5
+noback context _1"\x82E6"["\x96E3"] @1345-1236-5
+
+# \x82F1\x6CD5 13456-3-12345-345-5
+noback context _1"\x82F1"["\x6CD5"] @12345-345-5
+
+# \x82F1\x96CB 13456-3-13-256-5
+noback context _1"\x82F1"["\x96CB"] @13-256-5
+
+# \x8300\x661F 135-356-5-15-13456-3
+noback context ["\x8300"]"\x661F" @135-356-5
+
+# \x8300\x7FF0 135-16-5-1235-1236-5
+noback context ["\x8300"]"\x7FF0" @135-16-5
+
+# \x8301\x9577 1-25-2-1-1346-4
+noback context _1"\x8301"["\x9577"] @1-1346-4
+
+# \x8303\x8821 12345-1236-5-14-16-4
+noback context _1"\x8303"["\x8821"] @14-16-4
+
+# \x8305\x585E 134-146-2-15-2346-5
+noback context _1"\x8305"["\x585E"] @15-2346-5
+
+# \x8308\x80E1 12-2456-2-1235-34-2
+noback context ["\x8308"]"\x80E1" @12-2456-2
+
+# \x8317\x827C 134-13456-2-145-13456-4
+noback context _1"\x8317"["\x827C"] @145-13456-4
+
+# \x8336\x51E0 12-345-2-13-16-3
+noback context _1"\x8336"["\x51E0"] @13-16-3
+
+# \x8336\x943A 12-345-2-12-1356-3
+noback context _1"\x8336"["\x943A"] @12-1356-3
+
+# \x8340\x5B50 15-256-2-125-156-4
+noback context _1"\x8340"["\x5B50"] @125-156-4
+
+# \x8343\x845B 245-45-2-13-2346-2
+noback context _1"\x8343"["\x845B"] @13-2346-2
+
+# \x8349\x579B 245-146-4-145-25-5
+noback context _1"\x8349"["\x579B"] @145-25-5
+
+# \x8349\x7387 245-146-4-24-2356-5
+noback context _1"\x8349"["\x7387"] @24-2356-5
+
+# \x8377\x69CD 1235-2346-5-245-46-3
+noback context ["\x8377"]"\x69CD" @1235-2346-5
+
+# \x8378\x85BA 135-16-2-245-16-2
+noback context _1"\x8378"["\x85BA"] @245-16-2
+
+# \x837C\x58D8 24-34-3-14-1256-5
+noback context ["\x837C"]"\x58D8" @24-34-3
+noback context _1"\x837C"["\x58D8"] @14-1256-5
+
+# \x838A\x5B50 1-456-3-125-156-4
+noback context _1"\x838A"["\x5B50"] @125-156-4
+
+# \x838E\x8349 15-25-3-245-146-4
+noback context ["\x838E"]"\x8349" @15-25-3
+
+# \x8392\x5B50 13-1256-4-125-156-4
+noback context _1"\x8392"["\x5B50"] @125-156-4
+
+# \x839C\x9EA5 234-2-134-2456-5
+noback context ["\x839C"]"\x9EA5" @234-2
+
+# \x83A8\x7DA2 14-46-2-12-12356-2
+noback context ["\x83A8"]"\x7DA2" @14-46-2
+
+# \x83AB\x90AA 134-126-5-346-2
+noback context _1"\x83AB"["\x90AA"] @346-2
+
+# \x83C0\x5F7C 1256-5-135-16-4
+noback context ["\x83C0"]"\x5F7C" @1256-5
+
+# \x83C0\x67AF 1256-5-123-34-3
+noback context ["\x83C0"]"\x67AF" @1256-5
+
+# \x83C0\x67F3 1256-5-14-234-4
+noback context ["\x83C0"]"\x67F3" @1256-5
+
+# \x83D1\x756C 125-156-3-1256-2
+noback context _1"\x83D1"["\x756C"] @1256-2
+
+# \x83EF\x4F57 1235-35-5-124-25-2
+noback context ["\x83EF"]"\x4F57" @1235-35-5
+
+# \x83EF\x5768 1235-35-5-124-25-2
+noback context ["\x83EF"]"\x5768" @1235-35-5
+
+# \x83EF\x5CB3 1235-35-5-236-5
+noback context ["\x83EF"]"\x5CB3" @1235-35-5
+
+# \x83EF\x5D52 1235-35-5-2345-2
+noback context ["\x83EF"]"\x5D52" @1235-35-5
+
+# \x83EF\x5DBD 1235-35-5-236-5
+noback context ["\x83EF"]"\x5DBD" @1235-35-5
+
+# \x83EF\x9640 1235-35-5-124-25-2
+noback context ["\x83EF"]"\x9640" @1235-35-5
+
+# \x83F2\x8584 12345-356-4-135-126-2
+noback context ["\x83F2"]"\x8584" @12345-356-4
+
+# \x83F4\x83F4 1236-5-1236-5
+noback context ["\x83F4"]"\x83F4" @1236-5
+noback context _1"\x83F4"["\x83F4"] @1236-5
+
+# \x83F4\x85F9 1236-5-2456-4
+noback context ["\x83F4"]"\x85F9" @1236-5
+
+# \x840E\x8564 1246-4-1245-1246-2
+noback context ["\x840E"]"\x8564" @1246-4
+
+# \x8410\x8386 24-345-5-12345-34-4
+noback context _1"\x8410"["\x8386"] @12345-34-4
+
+# \x842C\x4E58 12456-5-24-1356-5
+noback context _1"\x842C"["\x4E58"] @24-1356-5
+
+# \x842C\x5377 12456-5-13-45-5
+noback context _1"\x842C"["\x5377"] @13-45-5
+
+# \x842E\x8308 1256-4-125-156-4
+noback context ["\x842E"]"\x8308" @1256-4
+
+# \x8434\x5B50 125-2346-2-125-156-4
+noback context _1"\x8434"["\x5B50"] @125-156-4
+
+# \x8436\x8436 12-123456-4-12-123456-4
+noback context ["\x8436"]"\x8436" @12-123456-4
+noback context _1"\x8436"["\x8436"] @12-123456-4
+
+# \x843D\x5377 14-25-5-13-45-5
+noback context _1"\x843D"["\x5377"] @13-45-5
+
+# \x843D\x96E3 14-25-5-1345-1236-5
+noback context _1"\x843D"["\x96E3"] @1345-1236-5
+
+# \x843D\x9B44 14-25-5-124-25-5
+noback context _1"\x843D"["\x9B44"] @124-25-5
+
+# \x8447\x91C0 1245-12356-4-1345-46-5
+noback context ["\x8447"]"\x91C0" @1245-12356-4
+
+# \x8457\x4F5C 1-34-5-125-25-5
+noback context ["\x8457"]"\x4F5C" @1-34-5
+
+# \x8457\x529B 1-25-2-14-16-5
+noback context ["\x8457"]"\x529B" @1-25-2
+
+# \x8457\x540D 1-34-5-134-13456-2
+noback context ["\x8457"]"\x540D" @1-34-5
+
+# \x8457\x5BE6 1-25-2-24-156-2
+noback context ["\x8457"]"\x5BE6" @1-25-2
+
+# \x8457\x5E8A 1-25-2-12-456-2
+noback context ["\x8457"]"\x5E8A" @1-25-2
+
+# \x8457\x6025 1-146-3-13-16-2
+noback context ["\x8457"]"\x6025" @1-146-3
+
+# \x8457\x60F3 1-146-2-15-46-4
+noback context ["\x8457"]"\x60F3" @1-146-2
+
+# \x8457\x614C 1-146-2-1235-456-3
+noback context ["\x8457"]"\x614C" @1-146-2
+
+# \x8457\x624B 1-25-2-24-12356-4
+noback context ["\x8457"]"\x624B" @1-25-2
+
+# \x8457\x66F8 1-34-5-24-34-3
+noback context ["\x8457"]"\x66F8" @1-34-5
+
+# \x8457\x6709 1-34-5-234-4
+noback context ["\x8457"]"\x6709" @1-34-5
+
+# \x8457\x68CB 1-25-2-245-16-2
+noback context ["\x8457"]"\x68CB" @1-25-2
+
+# \x8457\x6DBC 1-146-3-14-46-2
+noback context ["\x8457"]"\x6DBC" @1-146-3
+
+# \x8457\x706B 1-146-2-1235-25-4
+noback context ["\x8457"]"\x706B" @1-146-2
+
+# \x8457\x7A31 1-34-5-12-1356-3
+noback context ["\x8457"]"\x7A31" @1-34-5
+
+# \x8457\x8005 1-34-5-1-2346-4
+noback context ["\x8457"]"\x8005" @1-34-5
+
+# \x8457\x8272 1-25-2-15-2346-5
+noback context ["\x8457"]"\x8272" @1-25-2
+
+# \x8457\x843D 1-146-2-14-25-5
+noback context ["\x8457"]"\x843D" @1-146-2
+
+# \x8457\x8457 1-25-2-1-2346-1
+noback context ["\x8457"]"\x8457" @1-25-2
+
+# \x8457\x8863 1-25-2-16-3
+noback context ["\x8457"]"\x8863" @1-25-2
+
+# \x8457\x8FF0 1-34-5-24-34-5
+noback context ["\x8457"]"\x8FF0" @1-34-5
+
+# \x8457\x91CD 1-25-2-1-12346-5
+noback context ["\x8457"]"\x91CD" @1-25-2
+
+# \x8457\x9678 1-25-2-14-34-5
+noback context ["\x8457"]"\x9678" @1-25-2
+
+# \x845B\x5C68 13-2346-2-13-1256-5
+noback context ["\x845B"]"\x5C68" @13-2346-2
+
+# \x845B\x5DFE 13-2346-2-13-1456-3
+noback context ["\x845B"]"\x5DFE" @13-2346-2
+
+# \x845B\x5E03 13-2346-2-135-34-5
+noback context ["\x845B"]"\x5E03" @13-2346-2
+
+# \x845B\x6839 13-2346-2-13-136-3
+noback context ["\x845B"]"\x6839" @13-2346-2
+
+# \x845B\x7C89 13-2346-2-12345-136-4
+noback context ["\x845B"]"\x7C89" @13-2346-2
+
+# \x845B\x85DF 13-2346-2-14-356-4
+noback context ["\x845B"]"\x85DF" @13-2346-2
+
+# \x845B\x85E4 13-2346-2-124-1356-2
+noback context ["\x845B"]"\x85E4" @13-2346-2
+
+# \x845B\x8863 13-2346-2-16-3
+noback context ["\x845B"]"\x8863" @13-2346-2
+
+# \x845B\x8983 13-2346-2-124-1236-2
+noback context ["\x845B"]"\x8983" @13-2346-2
+
+# \x8467\x85BA 135-126-2-245-16-2
+noback context _1"\x8467"["\x85BA"] @245-16-2
+
+# \x8470\x4EBA 15-25-4-1245-136-2
+noback context ["\x8470"]"\x4EBA" @15-25-4
+
+# \x8470\x6959 13-256-5-134-146-5
+noback context ["\x8470"]"\x6959" @13-256-5
+
+# \x8474\x83E5 1-136-3-15-156-3
+noback context _1"\x8474"["\x83E5"] @15-156-3
+
+# \x8499\x96E3 134-1356-2-1345-1236-5
+noback context _1"\x8499"["\x96E3"] @1345-1236-5
+
+# \x84B8\x5B50 1-1356-3-125-156-4
+noback context _1"\x84B8"["\x5B50"] @125-156-4
+
+# \x84BC\x672F 245-1346-3-1-34-2
+noback context _1"\x84BC"["\x672F"] @1-34-2
+
+# \x84CA\x8338 12346-4-1245-12346-4
+noback context _1"\x84CA"["\x8338"] @1245-12346-4
+
+# \x84EE\x5B50 14-2345-2-125-156-4
+noback context _1"\x84EE"["\x5B50"] @125-156-4
+
+# \x84FC\x83AA 14-34-5-2346-2
+noback context ["\x84FC"]"\x83AA" @14-34-5
+
+# \x84FC\x84FC 14-34-5-14-34-5
+noback context ["\x84FC"]"\x84FC" @14-34-5
+noback context _1"\x84FC"["\x84FC"] @14-34-5
+
+# \x8513\x83C1 134-1236-2-13-13456-3
+noback context ["\x8513"]"\x83C1" @134-1236-2
+
+# \x852B\x9EC3 2345-3-1235-456-2
+noback context ["\x852B"]"\x9EC3" @2345-3
+
+# \x853D\x585E 135-16-5-15-2346-5
+noback context _1"\x853D"["\x585E"] @15-2346-5
+
+# \x853D\x67E8 135-16-5-1234-34-3
+noback context _1"\x853D"["\x67E8"] @1234-34-3
+
+# \x8543\x4FAF 12345-1236-2-1235-12356-2
+noback context ["\x8543"]"\x4FAF" @12345-1236-2
+
+# \x8543\x5B4C 12345-1236-2-14-12456-2
+noback context ["\x8543"]"\x5B4C" @12345-1236-2
+
+# \x8543\x5EB6 12345-1236-2-24-34-5
+noback context ["\x8543"]"\x5EB6" @12345-1236-2
+
+# \x8543\x5EE1 12345-1236-2-34-4
+noback context ["\x8543"]"\x5EE1" @12345-1236-2
+
+# \x8543\x606F 12345-1236-2-15-16-2
+noback context ["\x8543"]"\x606F" @12345-1236-2
+
+# \x8543\x660C 12345-1236-2-12-1346-3
+noback context ["\x8543"]"\x660C" @12345-1236-2
+
+# \x8543\x6B96 12345-1236-2-1-156-2
+noback context ["\x8543"]"\x6B96" @12345-1236-2
+
+# \x8543\x6ECB 12345-1236-2-125-156-3
+noback context ["\x8543"]"\x6ECB" @12345-1236-2
+
+# \x8543\x7C6C 12345-1236-2-14-16-2
+noback context ["\x8543"]"\x7C6C" @12345-1236-2
+
+# \x8543\x80B2 12345-1236-2-1256-5
+noback context ["\x8543"]"\x80B2" @12345-1236-2
+
+# \x8543\x8302 12345-1236-2-134-146-5
+noback context ["\x8543"]"\x8302" @12345-1236-2
+
+# \x8543\x856A 12345-1236-2-34-2
+noback context ["\x8543"]"\x856A" @12345-1236-2
+
+# \x8543\x884D 12345-1236-2-2345-4
+noback context ["\x8543"]"\x884D" @12345-1236-2
+
+# \x8549\x845B 13-246-3-13-2346-2
+noback context _1"\x8549"["\x845B"] @13-2346-2
+
+# \x8569\x5B50 145-1346-5-125-156-4
+noback context _1"\x8569"["\x5B50"] @125-156-4
+
+# \x856A\x7D2F 34-2-14-356-4
+noback context _1"\x856A"["\x7D2F"] @14-356-4
+
+# \x8584\x8377 135-126-5-1235-2346-2
+noback context ["\x8584"]"\x8377" @135-126-5
+
+# \x8584\x884C 135-126-2-15-13456-5
+noback context _1"\x8584"["\x884C"] @15-13456-5
+
+# \x85AF\x83A8 24-34-4-14-46-2
+noback context _1"\x85AF"["\x83A8"] @14-46-2
+
+# \x85B0\x7187 15-256-3-1235-34-5
+noback context _1"\x85B0"["\x7187"] @1235-34-5
+
+# \x85B3\x5FD7 45-4-1-156-5
+noback context ["\x85B3"]"\x5FD7" @45-4
+
+# \x85BA\x82E7 13-16-5-1345-13456-2
+noback context _1"\x85BA"["\x82E7"] @1345-13456-2
+
+# \x85C9\x85C9 13-16-2-13-16-2
+noback context ["\x85C9"]"\x85C9" @13-16-2
+noback context _1"\x85C9"["\x85C9"] @13-16-2
+
+# \x85CF\x50B3 125-1346-5-12-12456-2
+noback context ["\x85CF"]"\x50B3" @125-1346-5
+
+# \x85CF\x6587 125-1346-5-123456-2
+noback context ["\x85CF"]"\x6587" @125-1346-5
+
+# \x85CF\x65CF 125-1346-5-125-34-2
+noback context ["\x85CF"]"\x65CF" @125-1346-5
+
+# \x85CF\x8A9E 125-1346-5-1256-4
+noback context ["\x85CF"]"\x8A9E" @125-1346-5
+
+# \x85E5\x884C 246-5-1235-1346-2
+noback context _1"\x85E5"["\x884C"] @1235-1346-2
+
+# \x85E5\x92EA 246-5-1234-34-5
+noback context _1"\x85E5"["\x92EA"] @1234-34-5
+
+# \x85E5\x943A 246-5-12-1356-3
+noback context _1"\x85E5"["\x943A"] @12-1356-3
+
+# \x85F7\x8517 1-34-3-1-2346-5
+noback context ["\x85F7"]"\x8517" @1-34-3
+
+# \x8601\x5922 2346-5-134-1356-5
+noback context ["\x8601"]"\x5922" @2346-5
+
+# \x8606\x83D4 14-34-2-135-126-2
+noback context _1"\x8606"["\x83D4"] @135-126-2
+
+# \x864E\x5B50 1235-34-4-125-156-4
+noback context _1"\x864E"["\x5B50"] @125-156-4
+
+# \x8653\x95DE 15-246-3-1235-1236-4
+noback context _1"\x8653"["\x95DE"] @1235-1236-4
+
+# \x8655\x4E8B 12-34-4-24-156-5
+noback context ["\x8655"]"\x4E8B" @12-34-4
+
+# \x8655\x5206 12-34-4-12345-136-5
+noback context ["\x8655"]"\x5206" @12-34-4
+noback context _1"\x8655"["\x5206"] @12345-136-5
+
+# \x8655\x5883 12-34-4-13-13456-5
+noback context ["\x8655"]"\x5883" @12-34-4
+
+# \x8655\x5B50 12-34-4-125-156-4
+noback context ["\x8655"]"\x5B50" @12-34-4
+noback context _1"\x8655"["\x5B50"] @125-156-4
+
+# \x8655\x65B9 12-34-4-12345-1346-3
+noback context ["\x8655"]"\x65B9" @12-34-4
+
+# \x8655\x65BC 12-34-4-1256-2
+noback context ["\x8655"]"\x65BC" @12-34-4
+
+# \x8655\x7406 12-34-4-14-16-4
+noback context ["\x8655"]"\x7406" @12-34-4
+
+# \x8655\x7F70 12-34-4-12345-345-2
+noback context ["\x8655"]"\x7F70" @12-34-4
+
+# \x8655\x9577 12-34-5-1-1346-4
+noback context _1"\x8655"["\x9577"] @1-1346-4
+
+# \x865B\x6643 15-1256-3-1235-456-4
+noback context _1"\x865B"["\x6643"] @1235-456-4
+
+# \x865F\x54ED 1235-146-2-123-34-3
+noback context ["\x865F"]"\x54ED" @1235-146-2
+
+# \x8667\x7D2F 123-1246-3-14-356-4
+noback context _1"\x8667"["\x7D2F"] @14-356-4
+
+# \x866D\x87E7 145-146-3-14-246-2
+noback context ["\x866D"]"\x87E7" @145-146-3
+noback context _1"\x866D"["\x87E7"] @14-246-2
+
+# \x867A\x96A4 1235-1246-3-124-1246-2
+noback context ["\x867A"]"\x96A4" @1235-1246-3
+
+# \x868C\x57E0 135-1346-5-12345-34-5
+noback context _1"\x868C"["\x57E0"] @12345-34-5
+
+# \x868D\x8843 1234-16-2-12345-12356-2
+noback context _1"\x868D"["\x8843"] @12345-12356-2
+
+# \x86A9\x8698 12-156-3-234-2
+noback context _1"\x86A9"["\x8698"] @234-2
+
+# \x86BC\x86D8 245-1256-2-46-4
+noback context ["\x86BC"]"\x86D8" @245-1256-2
+noback context _1"\x86BC"["\x86D8"] @46-4
+
+# \x86E4\x87C6 1235-345-2-134-345-1
+noback context ["\x86E4"]"\x87C6" @1235-345-2
+
+# \x86EA\x45B2 245-346-5-125-12346-3
+noback context _1"\x86EA"["\x45B2"] @125-12346-3
+
+# \x86EA\x86BC 245-346-5-245-1256-2
+noback context _1"\x86EA"["\x86BC"] @245-1256-2
+
+# \x871A\x77ED 12345-356-3-145-12456-4
+noback context ["\x871A"]"\x77ED" @12345-356-3
+
+# \x871A\x8072 12345-356-3-24-1356-3
+noback context ["\x871A"]"\x8072" @12345-356-3
+
+# \x871A\x82F1 12345-356-3-13456-3
+noback context ["\x871A"]"\x82F1" @12345-356-3
+
+# \x871A\x8A9E 12345-356-3-1256-4
+noback context ["\x871A"]"\x8A9E" @12345-356-3
+
+# \x871A\x9CE5 12345-356-3-1345-246-4
+noback context ["\x871A"]"\x9CE5" @12345-356-3
+
+# \x871B\x86A5 13-1256-3-12345-34-4
+noback context _1"\x871B"["\x86A5"] @12345-34-4
+
+# \x8757\x5B50 1235-456-2-125-156-4
+noback context _1"\x8757"["\x5B50"] @125-156-4
+
+# \x8766\x87C6 1235-345-2-134-345-1
+noback context ["\x8766"]"\x87C6" @1235-345-2
+
+# \x8770\x86BC 123-1246-3-245-1256-2
+noback context _1"\x8770"["\x86BC"] @245-1256-2
+
+# \x8773\x870D 145-34-2-1256-2
+noback context _1"\x8773"["\x870D"] @1256-2
+
+# \x8773\x8750 145-2456-5-134-356-5
+noback context ["\x8773"]"\x8750" @145-2456-5
+
+# \x8779\x8779 256-3-256-3
+noback context ["\x8779"]"\x8779" @256-3
+noback context _1"\x8779"["\x8779"] @256-3
+
+# \x8794\x45D4 15-156-3-1235-12356-2
+noback context ["\x8794"]"\x45D4" @15-156-3
+noback context _1"\x8794"["\x45D4"] @1235-12356-2
+
+# \x87DE\x86A8 1234-346-3-12345-34-2
+noback context ["\x87DE"]"\x86A8" @1234-346-3
+
+# \x87F9\x5B50 15-346-5-125-156-4
+noback context _1"\x87F9"["\x5B50"] @125-156-4
+
+# \x87FB\x5B50 16-4-125-156-4
+noback context _1"\x87FB"["\x5B50"] @125-156-4
+
+# \x87FB\x86D8 16-4-46-4
+noback context _1"\x87FB"["\x86D8"] @46-4
+
+# \x87FE\x8829 12-1236-2-12-34-2
+noback context _1"\x87FE"["\x8829"] @12-34-2
+
+# \x8821\x7E23 14-16-4-15-2345-5
+noback context ["\x8821"]"\x7E23" @14-16-4
+
+# \x883B\x6A6B 134-1236-2-1235-1356-5
+noback context _1"\x883B"["\x6A6B"] @1235-1356-5
+
+# \x8840\x6688 15-346-4-256-5
+noback context _1"\x8840"["\x6688"] @256-5
+
+# \x8840\x9084 15-346-4-1235-12456-2
+noback context _1"\x8840"["\x9084"] @1235-12456-2
+
+# \x884C\x4F0D 1235-1346-2-34-4
+noback context ["\x884C"]"\x4F0D" @1235-1346-2
+
+# \x884C\x4F63 1235-1346-2-235-5
+noback context ["\x884C"]"\x4F63" @1235-1346-2
+
+# \x884C\x5217 1235-1346-2-14-346-5
+noback context ["\x884C"]"\x5217" @1235-1346-2
+
+# \x884C\x54E1 1235-1346-2-45-2
+noback context ["\x884C"]"\x54E1" @1235-1346-2
+
+# \x884C\x5B50 15-13456-2-125-156-4
+noback context _1"\x884C"["\x5B50"] @125-156-4
+
+# \x884C\x5BB6 1235-1346-2-13-23456-3
+noback context ["\x884C"]"\x5BB6" @1235-1346-2
+
+# \x884C\x5EAB 1235-1346-2-123-34-5
+noback context ["\x884C"]"\x5EAB" @1235-1346-2
+
+# \x884C\x60C5 1235-1346-2-245-13456-2
+noback context ["\x884C"]"\x60C5" @1235-1346-2
+
+# \x884C\x6578 1235-1346-2-24-34-5
+noback context ["\x884C"]"\x6578" @1235-1346-2
+
+# \x884C\x6703 1235-1346-2-1235-1246-5
+noback context ["\x884C"]"\x6703" @1235-1346-2
+
+# \x884C\x696D 1235-1346-2-346-5
+noback context ["\x884C"]"\x696D" @1235-1346-2
+
+# \x884C\x6B3E 1235-1346-2-123-12456-4
+noback context ["\x884C"]"\x6B3E" @1235-1346-2
+
+# \x884C\x72C0 15-13456-5-1-456-5
+noback context ["\x884C"]"\x72C0" @15-13456-5
+
+# \x884C\x865F 1235-1346-2-1235-146-5
+noback context ["\x884C"]"\x865F" @1235-1346-2
+
+# \x884C\x884C 1235-1346-2-1235-1346-2
+noback context ["\x884C"]"\x884C" @1235-1346-2
+noback context _1"\x884C"["\x884C"] @1235-1346-2
+
+# \x884C\x898F 1235-1346-2-13-1246-3
+noback context ["\x884C"]"\x898F" @1235-1346-2
+
+# \x884C\x8A71 1235-1346-2-1235-35-5
+noback context ["\x884C"]"\x8A71" @1235-1346-2
+
+# \x884C\x8CC8 15-13456-2-13-34-4
+noback context _1"\x884C"["\x8CC8"] @13-34-4
+
+# \x884C\x9593 1235-1346-2-13-2345-3
+noback context ["\x884C"]"\x9593" @1235-1346-2
+
+# \x8853\x5B50 24-34-5-125-156-4
+noback context _1"\x8853"["\x5B50"] @125-156-4
+
+# \x885A\x8855 1235-34-2-124-12346-1
+noback context _1"\x885A"["\x8855"] @124-12346-1
+
+# \x885D\x51A0 12-12346-3-13-12456-3
+noback context _1"\x885D"["\x51A0"] @13-12456-3
+
+# \x8861\x91CF 1235-1356-2-14-46-2
+noback context _1"\x8861"["\x91CF"] @14-46-2
+
+# \x8863\x51A0 16-3-13-12456-3
+noback context _1"\x8863"["\x51A0"] @13-12456-3
+
+# \x8863\x8457 16-3-1-25-2
+noback context _1"\x8863"["\x8457"] @1-25-2
+
+# \x8868\x7387 135-246-4-24-2356-5
+noback context _1"\x8868"["\x7387"] @24-2356-5
+
+# \x8868\x76F8 135-246-4-15-46-5
+noback context _1"\x8868"["\x76F8"] @15-46-5
+
+# \x88B9\x8179 135-126-2-12345-34-5
+noback context ["\x88B9"]"\x8179" @135-126-2
+
+# \x88C1\x5EA6 245-2456-2-145-25-5
+noback context _1"\x88C1"["\x5EA6"] @145-25-5
+
+# \x88C1\x91CF 245-2456-2-14-46-2
+noback context _1"\x88C1"["\x91CF"] @14-46-2
+
+# \x88C2\x7E2B 14-346-5-12345-1356-5
+noback context _1"\x88C2"["\x7E2B"] @12345-1356-5
+
+# \x88D8\x845B 245-234-2-13-2346-2
+noback context _1"\x88D8"["\x845B"] @13-2346-2
+
+# \x88DC\x5047 135-34-4-13-23456-5
+noback context _1"\x88DC"["\x5047"] @13-23456-5
+
+# \x88DC\x7D66 135-34-4-13-16-4
+noback context _1"\x88DC"["\x7D66"] @13-16-4
+
+# \x88DC\x9084 135-34-4-1235-12456-2
+noback context _1"\x88DC"["\x9084"] @1235-12456-2
+
+# \x88DC\x95D5 135-34-4-245-236-3
+noback context _1"\x88DC"["\x95D5"] @245-236-3
+
+# \x88E8\x5C07 1234-16-2-13-46-5
+noback context ["\x88E8"]"\x5C07" @1234-16-2
+noback context _1"\x88E8"["\x5C07"] @13-46-5
+
+# \x88F8\x5B50 14-25-4-125-156-4
+noback context _1"\x88F8"["\x5B50"] @125-156-4
+
+# \x890A\x893C 1234-2345-2-15-2345-3
+noback context ["\x890A"]"\x893C" @1234-2345-2
+
+# \x8931\x5B50 1235-2356-2-125-156-4
+noback context _1"\x8931"["\x5B50"] @125-156-4
+
+# \x8932\x8936 123-34-5-15-16-2
+noback context _1"\x8932"["\x8936"] @15-16-2
+
+# \x8936\x66F2 1-2346-2-245-1256-3
+noback context _1"\x8936"["\x66F2"] @245-1256-3
+
+# \x893B\x73A9 15-346-5-12456-5
+noback context _1"\x893B"["\x73A9"] @12456-5
+
+# \x894E\x88F7 12345-1236-2-45-3
+noback context ["\x894E"]"\x88F7" @12345-1236-2
+noback context _1"\x894E"["\x88F7"] @45-3
+
+# \x8972\x902E 15-16-2-145-2456-5
+noback context _1"\x8972"["\x902E"] @145-2456-5
+
+# \x897F\x6A02 15-16-3-236-5
+noback context _1"\x897F"["\x6A02"] @236-5
+
+# \x897F\x85CF 15-16-3-125-1346-5
+noback context _1"\x897F"["\x85CF"] @125-1346-5
+
+# \x8981\x633E 246-3-15-346-2
+noback context ["\x8981"]"\x633E" @246-3
+
+# \x8981\x6C42 246-3-245-234-2
+noback context ["\x8981"]"\x6C42" @246-3
+
+# \x8981\x8105 246-3-15-346-2
+noback context ["\x8981"]"\x8105" @246-3
+
+# \x8986\x5E6C 12345-34-5-145-146-5
+noback context _1"\x8986"["\x5E6C"] @145-146-5
+
+# \x8986\x6821 12345-34-5-13-246-5
+noback context _1"\x8986"["\x6821"] @13-246-5
+
+# \x8986\x6C92 12345-34-5-134-126-5
+noback context _1"\x8986"["\x6C92"] @134-126-5
+
+# \x89AA\x5207 245-1456-3-245-346-5
+noback context _1"\x89AA"["\x5207"] @245-346-5
+
+# \x89AA\x5B50 245-1456-3-125-156-4
+noback context _1"\x89AA"["\x5B50"] @125-156-4
+
+# \x89AA\x5BB6 245-13456-5-13-23456-3
+noback context ["\x89AA"]"\x5BB6" @245-13456-5
+
+# \x89AA\x7387 245-1456-3-24-2356-5
+noback context _1"\x89AA"["\x7387"] @24-2356-5
+
+# \x89AD\x9AF3 134-13456-2-134-1356-2
+noback context _1"\x89AD"["\x9AF3"] @134-1356-2
+
+# \x89B6\x8B31 14-25-2-14-1256-4
+noback context _1"\x89B6"["\x8B31"] @14-1256-4
+
+# \x89D2\x89DC 13-246-4-125-156-3
+noback context _1"\x89D2"["\x89DC"] @125-156-3
+
+# \x89DC\x5BBF 125-156-3-15-234-5
+noback context ["\x89DC"]"\x5BBF" @125-156-3
+noback context _1"\x89DC"["\x5BBF"] @15-234-5
+
+# \x89DC\x89FF 125-156-3-15-16-3
+noback context ["\x89DC"]"\x89FF" @125-156-3
+
+# \x89E3\x60B6 13-346-4-134-136-5
+noback context _1"\x89E3"["\x60B6"] @134-136-5
+
+# \x8A22\x5408 15-16-3-1235-2346-2
+noback context ["\x8A22"]"\x5408" @15-16-3
+
+# \x8A2E\x8A36 124-2345-3-1235-2346-3
+noback context ["\x8A2E"]"\x8A36" @124-2345-3
+
+# \x8A3E\x9806 125-156-3-24-123456-5
+noback context ["\x8A3E"]"\x9806" @125-156-3
+
+# \x8A3E\x9EC3 125-156-3-1235-456-2
+noback context ["\x8A3E"]"\x9EC3" @125-156-3
+
+# \x8A50\x964D 1-345-5-15-46-2
+noback context _1"\x8A50"["\x964D"] @15-46-2
+
+# \x8A55\x50B3 1234-13456-2-1-12456-5
+noback context _1"\x8A55"["\x50B3"] @1-12456-5
+
+# \x8A55\x5377 1234-13456-2-13-45-5
+noback context _1"\x8A55"["\x5377"] @13-45-5
+
+# \x8A55\x91CF 1234-13456-2-14-46-2
+noback context _1"\x8A55"["\x91CF"] @14-46-2
+
+# \x8A56\x884C 135-16-5-15-13456-5
+noback context _1"\x8A56"["\x884C"] @15-13456-5
+
+# \x8A66\x5377 24-156-5-13-45-5
+noback context _1"\x8A66"["\x5377"] @13-45-5
+
+# \x8A69\x5377 24-156-3-13-45-5
+noback context _1"\x8A69"["\x5377"] @13-45-5
+
+# \x8A6C\x35FF 13-12356-5-15-23456-5
+noback context _1"\x8A6C"["\x35FF"] @15-23456-5
+
+# \x8A92\x7B11 15-16-3-15-246-5
+noback context ["\x8A92"]"\x7B11" @15-16-3
+
+# \x8A92\x8A52 15-16-3-16-2
+noback context ["\x8A92"]"\x8A52" @15-16-3
+
+# \x8AAA\x5BA2 24-1246-5-123-2346-5
+noback context ["\x8AAA"]"\x5BA2" @24-1246-5
+
+# \x8AAA\x670D 24-1246-5-12345-34-2
+noback context ["\x8AAA"]"\x670D" @24-1246-5
+
+# \x8AB2\x5377 123-2346-5-13-45-5
+noback context _1"\x8AB2"["\x5377"] @13-45-5
+
+# \x8ABF\x4F4E 124-246-2-145-16-3
+noback context ["\x8ABF"]"\x4F4E" @124-246-2
+
+# \x8ABF\x4F83 124-246-2-123-1236-4
+noback context ["\x8ABF"]"\x4F83" @124-246-2
+
+# \x8ABF\x505C 124-246-2-124-13456-2
+noback context ["\x8ABF"]"\x505C" @124-246-2
+
+# \x8ABF\x50F9 124-246-2-13-23456-5
+noback context ["\x8ABF"]"\x50F9" @124-246-2
+
+# \x8ABF\x5291 124-246-2-13-16-5
+noback context ["\x8ABF"]"\x5291" @124-246-2
+
+# \x8ABF\x52E4 124-246-2-245-1456-2
+noback context ["\x8ABF"]"\x52E4" @124-246-2
+
+# \x8ABF\x52FB 124-246-2-256-2
+noback context ["\x8ABF"]"\x52FB" @124-246-2
+
+# \x8ABF\x5347 124-246-2-24-1356-3
+noback context ["\x8ABF"]"\x5347" @124-246-2
+
+# \x8ABF\x5377 145-246-5-13-45-5
+noback context _1"\x8ABF"["\x5377"] @13-45-5
+
+# \x8ABF\x5408 124-246-2-1235-2346-2
+noback context ["\x8ABF"]"\x5408" @124-246-2
+
+# \x8ABF\x5473 124-246-2-1246-5
+noback context ["\x8ABF"]"\x5473" @124-246-2
+
+# \x8ABF\x54C4 124-246-2-1235-12346-4
+noback context ["\x8ABF"]"\x54C4" @124-246-2
+
+# \x8ABF\x5506 124-246-2-15-25-3
+noback context ["\x8ABF"]"\x5506" @124-246-2
+
+# \x8ABF\x5E45 124-246-2-12345-34-2
+noback context ["\x8ABF"]"\x5E45" @124-246-2
+
+# \x8ABF\x5F04 124-246-2-1345-12346-5
+noback context ["\x8ABF"]"\x5F04" @124-246-2
+
+# \x8ABF\x5F15 124-246-2-1456-4
+noback context ["\x8ABF"]"\x5F15" @124-246-2
+
+# \x8ABF\x5F26 124-246-2-15-2345-2
+noback context ["\x8ABF"]"\x5F26" @124-246-2
+
+# \x8ABF\x606F 124-246-2-15-16-2
+noback context ["\x8ABF"]"\x606F" @124-246-2
+
+# \x8ABF\x60C5 124-246-2-245-13456-2
+noback context ["\x8ABF"]"\x60C5" @124-246-2
+
+# \x8ABF\x6232 124-246-2-15-16-5
+noback context ["\x8ABF"]"\x6232" @124-246-2
+
+# \x8ABF\x64A5 124-246-2-135-126-3
+noback context ["\x8ABF"]"\x64A5" @124-246-2
+
+# \x8ABF\x651D 124-246-2-24-2346-5
+noback context ["\x8ABF"]"\x651D" @124-246-2
+
+# \x8ABF\x6559 124-246-2-13-246-5
+noback context ["\x8ABF"]"\x6559" @124-246-2
+
+# \x8ABF\x6574 124-246-2-1-1356-4
+noback context ["\x8ABF"]"\x6574" @124-246-2
+
+# \x8ABF\x6CBB 124-246-2-1-156-5
+noback context ["\x8ABF"]"\x6CBB" @124-246-2
+
+# \x8ABF\x6F32 124-246-2-1-1346-4
+noback context ["\x8ABF"]"\x6F32" @124-246-2
+
+# \x8ABF\x7126 124-246-2-13-246-3
+noback context ["\x8ABF"]"\x7126" @124-246-2
+
+# \x8ABF\x7406 124-246-2-14-16-4
+noback context ["\x8ABF"]"\x7406" @124-246-2
+
+# \x8ABF\x76AE 124-246-2-1234-16-2
+noback context ["\x8ABF"]"\x76AE" @124-246-2
+
+# \x8ABF\x7B11 124-246-2-15-246-5
+noback context ["\x8ABF"]"\x7B11" @124-246-2
+
+# \x8ABF\x7BC0 124-246-2-13-346-2
+noback context ["\x8ABF"]"\x7BC0" @124-246-2
+
+# \x8ABF\x7D93 124-246-2-13-13456-3
+noback context ["\x8ABF"]"\x7D93" @124-246-2
+
+# \x8ABF\x7FB9 124-246-2-13-1356-3
+noback context ["\x8ABF"]"\x7FB9" @124-246-2
+
+# \x8ABF\x8272 124-246-2-15-2346-5
+noback context ["\x8ABF"]"\x8272" @124-246-2
+
+# \x8ABF\x85AA 124-246-2-15-1456-3
+noback context ["\x8ABF"]"\x85AA" @124-246-2
+
+# \x8ABF\x88FD 124-246-2-1-156-5
+noback context ["\x8ABF"]"\x88FD" @124-246-2
+
+# \x8ABF\x89E3 124-246-2-13-346-4
+noback context ["\x8ABF"]"\x89E3" @124-246-2
+
+# \x8ABF\x8A56 124-246-2-135-16-5
+noback context ["\x8ABF"]"\x8A56" @124-246-2
+
+# \x8ABF\x8AE7 124-246-2-15-346-2
+noback context ["\x8ABF"]"\x8AE7" @124-246-2
+
+# \x8ABF\x8B14 124-246-2-1345-236-5
+noback context ["\x8ABF"]"\x8B14" @124-246-2
+
+# \x8ABF\x8B77 124-246-2-1235-34-5
+noback context ["\x8ABF"]"\x8B77" @124-246-2
+
+# \x8ABF\x8B8A 124-246-2-135-2345-5
+noback context ["\x8ABF"]"\x8B8A" @124-246-2
+
+# \x8ABF\x8CC7 124-246-2-125-156-3
+noback context ["\x8ABF"]"\x8CC7" @124-246-2
+
+# \x8ABF\x9069 124-246-2-24-156-5
+noback context ["\x8ABF"]"\x9069" @124-246-2
+
+# \x8ABF\x914D 124-246-2-1234-356-5
+noback context ["\x8ABF"]"\x914D" @124-246-2
+
+# \x8ABF\x9152 124-246-2-13-234-4
+noback context ["\x8ABF"]"\x9152" @124-246-2
+
+# \x8ABF\x964D 124-246-2-13-46-5
+noback context ["\x8ABF"]"\x964D" @124-246-2
+
+# \x8ABF\x97F3 124-246-2-1456-3
+noback context ["\x8ABF"]"\x97F3" @124-246-2
+
+# \x8ABF\x983B 124-246-2-1234-1456-2
+noback context ["\x8ABF"]"\x983B" @124-246-2
+
+# \x8ABF\x990A 124-246-2-46-4
+noback context ["\x8ABF"]"\x990A" @124-246-2
+
+# \x8ABF\x9AD8 124-246-2-13-146-3
+noback context ["\x8ABF"]"\x9AD8" @124-246-2
+
+# \x8AC0\x8A3E 135-356-3-125-156-4
+noback context ["\x8AC0"]"\x8A3E" @135-356-3
+
+# \x8ACB\x5047 245-13456-4-13-23456-5
+noback context _1"\x8ACB"["\x5047"] @13-23456-5
+
+# \x8AD2\x95C7 14-46-5-1236-3
+noback context _1"\x8AD2"["\x95C7"] @1236-3
+
+# \x8AD6\x7BF9 14-123456-5-1-12456-5
+noback context _1"\x8AD6"["\x7BF9"] @1-12456-5
+
+# \x8AD6\x8457 14-123456-5-1-34-5
+noback context _1"\x8AD6"["\x8457"] @1-34-5
+
+# \x8AD6\x8A9E 14-123456-2-1256-4
+noback context ["\x8AD6"]"\x8A9E" @14-123456-2
+
+# \x8AF8\x5B50 1-34-3-125-156-4
+noback context _1"\x8AF8"["\x5B50"] @125-156-4
+
+# \x8B11\x9AC1 15-16-2-123-2346-3
+noback context ["\x8B11"]"\x9AC1" @15-16-2
+
+# \x8B1D\x5B50 15-346-5-125-156-4
+noback context _1"\x8B1D"["\x5B50"] @125-156-4
+
+# \x8B1D\x6713 15-346-5-124-246-5
+noback context _1"\x8B1D"["\x6713"] @124-246-5
+
+# \x8B30\x8B31 14-2345-2-14-1256-4
+noback context _1"\x8B30"["\x8B31"] @14-1256-4
+
+# \x8B32\x8B5A 15-1236-3-124-1236-2
+noback context ["\x8B32"]"\x8B5A" @15-1236-3
+
+# \x8B40\x4715 15-2345-5-134-2456-5
+noback context ["\x8B40"]"\x4715" @15-2345-5
+
+# \x8B47\x8A49 1-345-3-1345-345-2
+noback context _1"\x8B47"["\x8A49"] @1345-345-2
+
+# \x8B58\x76F8 24-156-5-15-46-5
+noback context _1"\x8B58"["\x76F8"] @15-46-5
+
+# \x8B59\x5475 245-246-5-1235-2346-3
+noback context ["\x8B59"]"\x5475" @245-246-5
+
+# \x8B59\x8B93 245-246-5-1245-1346-5
+noback context ["\x8B59"]"\x8B93" @245-246-5
+
+# \x8B59\x8CAC 245-246-5-125-2346-2
+noback context ["\x8B59"]"\x8CAC" @245-246-5
+
+# \x8B70\x8655 16-5-12-34-4
+noback context _1"\x8B70"["\x8655"] @12-34-4
+
+# \x8B70\x9577 16-5-1-1346-4
+noback context _1"\x8B70"["\x9577"] @1-1346-4
+
+# \x8B77\x5B50 1235-34-5-125-156-4
+noback context _1"\x8B77"["\x5B50"] @125-156-4
+
+# \x8B8A\x66F4 135-2345-5-13-1356-3
+noback context _1"\x8B8A"["\x66F4"] @13-1356-3
+
+# \x8B8A\x76F8 135-2345-5-15-46-5
+noback context _1"\x8B8A"["\x76F8"] @15-46-5
+
+# \x8B92\x9593 12-1236-2-13-2345-5
+noback context _1"\x8B92"["\x9593"] @13-2345-5
+
+# \x8B93\x5B50 1245-1346-5-125-156-4
+noback context _1"\x8B93"["\x5B50"] @125-156-4
+
+# \x8C37\x5B50 13-34-4-125-156-4
+noback context _1"\x8C37"["\x5B50"] @125-156-4
+
+# \x8C46\x8320 145-12356-5-1235-12356-5
+noback context _1"\x8C46"["\x8320"] @1235-12356-5
+
+# \x8C6A\x5FD5 1235-146-2-124-2456-5
+noback context _1"\x8C6A"["\x5FD5"] @124-2456-5
+
+# \x8C6C\x4ED4 1-34-3-125-2456-4
+noback context _1"\x8C6C"["\x4ED4"] @125-2456-4
+
+# \x8C6C\x5708 1-34-3-13-45-5
+noback context _1"\x8C6C"["\x5708"] @13-45-5
+
+# \x8C89\x5B50 1235-2346-2-125-156-4
+noback context _1"\x8C89"["\x5B50"] @125-156-4
+
+# \x8C8C\x76F8 134-146-5-15-46-5
+noback context _1"\x8C8C"["\x76F8"] @15-46-5
+
+# \x8C9D\x5B50 135-356-5-125-156-4
+noback context _1"\x8C9D"["\x5B50"] @125-156-4
+
+# \x8CA0\x5B50 12345-34-5-125-156-4
+noback context _1"\x8CA0"["\x5B50"] @125-156-4
+
+# \x8CA0\x7D2F 12345-34-5-14-356-4
+noback context _1"\x8CA0"["\x7D2F"] @14-356-4
+
+# \x8CA0\x8377 12345-34-5-1235-2346-5
+noback context _1"\x8CA0"["\x8377"] @1235-2346-5
+
+# \x8CA1\x76F8 245-2456-2-15-46-5
+noback context _1"\x8CA1"["\x76F8"] @15-46-5
+
+# \x8CA1\x9577 245-2456-2-1-1346-4
+noback context _1"\x8CA1"["\x9577"] @1-1346-4
+
+# \x8CB4\x5B50 13-1246-5-125-156-4
+noback context _1"\x8CB4"["\x5B50"] @125-156-4
+
+# \x8CC1\x81E8 135-16-5-14-1456-2
+noback context ["\x8CC1"]"\x81E8" @135-16-5
+
+# \x8CC8\x4EBA 13-34-4-1245-136-2
+noback context ["\x8CC8"]"\x4EBA" @13-34-4
+
+# \x8CC8\x5108 13-34-4-123-2356-5
+noback context ["\x8CC8"]"\x5108" @13-34-4
+
+# \x8CC8\x5BA2 13-34-4-123-2346-5
+noback context ["\x8CC8"]"\x5BA2" @13-34-4
+
+# \x8CC8\x6028 13-34-4-45-5
+noback context ["\x8CC8"]"\x6028" @13-34-4
+
+# \x8CC8\x798D 13-34-4-1235-25-5
+noback context ["\x8CC8"]"\x798D" @13-34-4
+
+# \x8CC8\x8236 13-34-4-135-126-2
+noback context ["\x8CC8"]"\x8236" @13-34-4
+
+# \x8CCA\x5B50 125-356-2-125-156-4
+noback context _1"\x8CCA"["\x5B50"] @125-156-4
+
+# \x8CDE\x73A9 24-1346-4-12456-5
+noback context _1"\x8CDE"["\x73A9"] @12456-5
+
+# \x8CE2\x76F8 15-2345-2-15-46-5
+noback context _1"\x8CE2"["\x76F8"] @15-46-5
+
+# \x8CE4\x7D2F 13-2345-5-14-356-4
+noback context _1"\x8CE4"["\x7D2F"] @14-356-4
+
+# \x8CEA\x5B50 1-156-2-125-156-4
+noback context _1"\x8CEA"["\x5B50"] @125-156-4
+
+# \x8CEA\x62BC 1-156-5-23456-3
+noback context ["\x8CEA"]"\x62BC" @1-156-5
+
+# \x8CFA\x54C4 125-12456-5-1235-12346-4
+noback context ["\x8CFA"]"\x54C4" @125-12456-5
+
+# \x8CFA\x6F0F 125-12456-5-14-12356-5
+noback context ["\x8CFA"]"\x6F0F" @125-12456-5
+
+# \x8CFA\x9A19 125-12456-5-1234-2345-5
+noback context ["\x8CFA"]"\x9A19" @125-12456-5
+
+# \x8D64\x417C 12-156-5-134-1236-2
+noback context _1"\x8D64"["\x417C"] @134-1236-2
+
+# \x8D64\x5B50 12-156-5-125-156-4
+noback context _1"\x8D64"["\x5B50"] @125-156-4
+
+# \x8D64\x5D4C 12-156-5-123-1236-4
+noback context _1"\x8D64"["\x5D4C"] @123-1236-4
+
+# \x8D74\x96E3 12345-34-5-1345-1236-5
+noback context _1"\x8D74"["\x96E3"] @1345-1236-5
+
+# \x8D77\x5828 245-16-4-2456-5
+noback context _1"\x8D77"["\x5828"] @2456-5
+
+# \x8D81\x54C4 12-136-5-1235-12346-3
+noback context _1"\x8D81"["\x54C4"] @1235-12346-3
+
+# \x8D85\x5B50 12-146-3-125-156-4
+noback context _1"\x8D85"["\x5B50"] @125-156-4
+
+# \x8D8D\x8D99 12-156-2-1-146-5
+noback context ["\x8D8D"]"\x8D99" @12-156-2
+
+# \x8D99\x5B50 1-146-5-125-156-4
+noback context _1"\x8D99"["\x5B50"] @125-156-4
+
+# \x8D99\x8870 1-146-5-245-1246-3
+noback context _1"\x8D99"["\x8870"] @245-1246-3
+
+# \x8DC1\x8E26 135-345-5-13-16-4
+noback context _1"\x8DC1"["\x8E26"] @13-16-4
+
+# \x8DC2\x5750 245-16-5-125-25-5
+noback context ["\x8DC2"]"\x5750" @245-16-5
+
+# \x8DC2\x671B 245-16-5-456-5
+noback context ["\x8DC2"]"\x671B" @245-16-5
+
+# \x8DC2\x8A3E 245-16-5-125-156-4
+noback context ["\x8DC2"]"\x8A3E" @245-16-5
+
+# \x8DC2\x8E7B 245-16-2-13-236-2
+noback context _1"\x8DC2"["\x8E7B"] @13-236-2
+
+# \x8DD6\x8E7B 1-156-2-13-246-4
+noback context _1"\x8DD6"["\x8E7B"] @13-246-4
+
+# \x8DF3\x884C 124-246-5-1235-1346-2
+noback context _1"\x8DF3"["\x884C"] @1235-1346-2
+
+# \x8DF3\x8E09 124-246-5-14-46-2
+noback context _1"\x8DF3"["\x8E09"] @14-46-2
+
+# \x8E09\x8E4C 14-46-5-245-46-5
+noback context _1"\x8E09"["\x8E4C"] @245-46-5
+
+# \x8E11\x8E1E 13-16-3-13-1256-5
+noback context ["\x8E11"]"\x8E1E" @13-16-3
+
+# \x8E21\x66F2 245-45-2-245-1256-3
+noback context _1"\x8E21"["\x66F2"] @245-1256-3
+
+# \x8E26\x9577 13-16-4-12-1346-2
+noback context ["\x8E26"]"\x9577" @13-16-4
+
+# \x8E36\x8DC2 1-156-5-245-16-2
+noback context ["\x8E36"]"\x8DC2" @1-156-5
+
+# \x8E4C\x8E09 245-46-5-14-46-5
+noback context ["\x8E4C"]"\x8E09" @245-46-5
+
+# \x8E4C\x8E4C 245-46-5-245-46-5
+noback context ["\x8E4C"]"\x8E4C" @245-46-5
+noback context _1"\x8E4C"["\x8E4C"] @245-46-5
+
+# \x8E53\x8E82 14-234-5-145-345-3
+noback context _1"\x8E53"["\x8E82"] @145-345-3
+
+# \x8E78\x8E78 14-1456-2-14-1456-2
+noback context ["\x8E78"]"\x8E78" @14-1456-2
+noback context _1"\x8E78"["\x8E78"] @14-1456-2
+
+# \x8E7A\x6567 245-246-3-245-16-3
+noback context _1"\x8E7A"["\x6567"] @245-16-3
+
+# \x8E7B\x52C7 13-246-4-235-4
+noback context ["\x8E7B"]"\x52C7" @13-246-4
+
+# \x8E7B\x6377 13-246-4-13-346-2
+noback context ["\x8E7B"]"\x6377" @13-246-4
+
+# \x8E7B\x8DD6 13-246-4-1-156-2
+noback context ["\x8E7B"]"\x8DD6" @13-246-4
+
+# \x8E7B\x8E7B 13-246-4-13-246-4
+noback context ["\x8E7B"]"\x8E7B" @13-246-4
+noback context _1"\x8E7B"["\x8E7B"] @13-246-4
+
+# \x8E98\x5FB8 14-12346-2-1-12346-3
+noback context _1"\x8E98"["\x5FB8"] @1-12346-3
+
+# \x8EA1\x8E7B 1345-346-5-13-236-2
+noback context _1"\x8EA1"["\x8E7B"] @13-236-2
+
+# \x8EAB\x5206 24-136-3-12345-136-5
+noback context _1"\x8EAB"["\x5206"] @12345-136-5
+
+# \x8EAB\x8143 24-136-3-245-45-3
+noback context _1"\x8EAB"["\x8143"] @245-45-3
+
+# \x8EAB\x8457 24-136-3-1-25-2
+noback context _1"\x8EAB"["\x8457"] @1-25-2
+
+# \x8ECA\x884C 12-2346-3-1235-1346-2
+noback context _1"\x8ECA"["\x884C"] @1235-1346-2
+
+# \x8ECA\x9577 12-2346-3-1-1346-4
+noback context _1"\x8ECA"["\x9577"] @1-1346-4
+
+# \x8ECB\x59D8 13-345-2-1234-1456-3
+noback context ["\x8ECB"]"\x59D8" @13-345-2
+
+# \x8ECB\x6232 13-345-2-15-16-5
+noback context ["\x8ECB"]"\x6232" @13-345-2
+
+# \x8ECD\x6A02 13-256-3-236-5
+noback context _1"\x8ECD"["\x6A02"] @236-5
+
+# \x8ECD\x9577 13-256-3-1-1346-4
+noback context _1"\x8ECD"["\x9577"] @1-1346-4
+
+# \x8ED2\x6ABB 15-45-3-123-1236-4
+noback context _1"\x8ED2"["\x6ABB"] @123-1236-4
+
+# \x8ED2\x8EFD 15-45-3-1-156-5
+noback context _1"\x8ED2"["\x8EFD"] @1-156-5
+
+# \x8F05\x8EF2 14-34-5-123-34-3
+noback context _1"\x8F05"["\x8EF2"] @123-34-3
+
+# \x8F06\x6C71 123-2456-5-245-45-4
+noback context ["\x8F06"]"\x6C71" @123-2456-5
+
+# \x8F06\x6C90 123-2456-5-134-34-5
+noback context ["\x8F06"]"\x6C90" @123-2456-5
+
+# \x8F06\x6CAD 123-2456-5-24-34-5
+noback context ["\x8F06"]"\x6CAD" @123-2456-5
+
+# \x8F15\x5B50 245-13456-3-125-156-4
+noback context _1"\x8F15"["\x5B50"] @125-156-4
+
+# \x8F15\x7387 245-13456-3-24-2356-5
+noback context _1"\x8F15"["\x7387"] @24-2356-5
+
+# \x8F29\x5206 135-356-5-12345-136-5
+noback context _1"\x8F29"["\x5206"] @12345-136-5
+
+# \x8F35\x8F44 2346-5-15-23456-2
+noback context ["\x8F35"]"\x8F44" @2346-5
+
+# \x8F37\x4877 1235-12346-3-123-2346-3
+noback context _1"\x8F37"["\x4877"] @123-2346-3
+
+# \x8F3E\x8F49 1-1236-4-1-12456-4
+noback context ["\x8F3E"]"\x8F49" @1-1236-4
+
+# \x8F3F\x8B23 1256-2-15-1256-3
+noback context _1"\x8F3F"["\x8B23"] @15-1256-3
+
+# \x8F42\x8F46 13-34-3-14-34-5
+noback context ["\x8F42"]"\x8F46" @13-34-3
+
+# \x8F49\x8ED0 1-12456-4-15-2345-5
+noback context _1"\x8F49"["\x8ED0"] @15-2345-5
+
+# \x8F51\x91DC 14-146-2-12345-34-4
+noback context ["\x8F51"]"\x91DC" @14-146-2
+
+# \x8F52\x485D 12345-136-2-256-4
+noback context _1"\x8F52"["\x485D"] @256-4
+
+# \x8F52\x4A69 12345-136-2-256-4
+noback context _1"\x8F52"["\x4A69"] @256-4
+
+# \x8F9F\x4E16 135-16-5-24-156-5
+noback context ["\x8F9F"]"\x4E16" @135-16-5
+
+# \x8F9F\x53EC 135-16-5-1-146-5
+noback context ["\x8F9F"]"\x53EC" @135-16-5
+
+# \x8F9F\x541B 135-16-5-13-256-3
+noback context ["\x8F9F"]"\x541B" @135-16-5
+
+# \x8F9F\x547D 135-16-5-134-13456-5
+noback context ["\x8F9F"]"\x547D" @135-16-5
+
+# \x8F9F\x5EF1 135-16-5-235-3
+noback context ["\x8F9F"]"\x5EF1" @135-16-5
+
+# \x8F9F\x5F15 135-16-5-1456-4
+noback context ["\x8F9F"]"\x5F15" @135-16-5
+
+# \x8F9F\x6613 135-16-5-16-5
+noback context ["\x8F9F"]"\x6613" @135-16-5
+
+# \x8F9F\x66F8 135-16-5-24-34-3
+noback context ["\x8F9F"]"\x66F8" @135-16-5
+
+# \x8F9F\x6DEB 135-16-5-1456-2
+noback context ["\x8F9F"]"\x6DEB" @135-16-5
+
+# \x8F9F\x8209 135-16-5-13-1256-4
+noback context ["\x8F9F"]"\x8209" @135-16-5
+
+# \x8F9F\x8272 135-16-5-15-2346-5
+noback context ["\x8F9F"]"\x8272" @135-16-5
+
+# \x8F9F\x82B7 135-16-5-1-156-4
+noback context ["\x8F9F"]"\x82B7" @135-16-5
+
+# \x8F9F\x8A00 135-16-5-2345-2
+noback context ["\x8F9F"]"\x8A00" @135-16-5
+
+# \x8F9F\x908F 135-16-5-14-25-2
+noback context ["\x8F9F"]"\x908F" @135-16-5
+
+# \x8F9F\x90AA 135-16-5-15-346-2
+noback context ["\x8F9F"]"\x90AA" @135-16-5
+
+# \x8F9F\x96CD 135-16-5-235-3
+noback context ["\x8F9F"]"\x96CD" @135-16-5
+
+# \x8FB1\x6C92 1245-34-5-134-126-5
+noback context _1"\x8FB1"["\x6C92"] @134-126-5
+
+# \x8FC9\x8FE1 245-16-3-12-156-2
+noback context _1"\x8FC9"["\x8FE1"] @12-156-2
+
+# \x8FD4\x9084 12345-1236-4-1235-12456-2
+noback context _1"\x8FD4"["\x9084"] @1235-12456-2
+
+# \x8FEB\x5207 1234-126-5-245-346-5
+noback context _1"\x8FEB"["\x5207"] @245-346-5
+
+# \x8FF7\x98A9 134-16-2-135-246-3
+noback context _1"\x8FF7"["\x98A9"] @135-246-3
+
+# \x9000\x9084 124-1246-5-1235-12456-2
+noback context _1"\x9000"["\x9084"] @1235-12456-2
+
+# \x9003\x96E3 124-146-2-1345-1236-5
+noback context _1"\x9003"["\x96E3"] @1345-1236-5
+
+# \x9006\x5B50 1345-16-5-125-156-4
+noback context _1"\x9006"["\x5B50"] @125-156-4
+
+# \x901A\x585E 124-12346-3-15-2346-5
+noback context _1"\x901A"["\x585E"] @15-2346-5
+
+# \x901A\x92EA 124-12346-3-1234-34-5
+noback context _1"\x901A"["\x92EA"] @1234-34-5
+
+# \x9023\x72BF 14-2345-2-12345-12456-3
+noback context _1"\x9023"["\x72BF"] @12345-12456-3
+
+# \x9023\x9577 14-2345-2-1-1346-4
+noback context _1"\x9023"["\x9577"] @1-1346-4
+
+# \x902E\x6355 145-2456-5-135-34-4
+noback context ["\x902E"]"\x6355" @145-2456-5
+
+# \x902E\x6CBB 145-2456-5-1-156-5
+noback context ["\x902E"]"\x6CBB" @145-2456-5
+
+# \x902E\x7E6B 145-2456-5-15-16-5
+noback context ["\x902E"]"\x7E6B" @145-2456-5
+
+# \x9036\x8FE4 1246-3-16-2
+noback context _1"\x9036"["\x8FE4"] @16-2
+
+# \x903E\x5206 1256-2-12345-136-5
+noback context _1"\x903E"["\x5206"] @12345-136-5
+
+# \x9047\x96E3 1256-5-1345-1236-5
+noback context _1"\x9047"["\x96E3"] @1345-1236-5
+
+# \x904A\x5B50 234-2-125-156-4
+noback context _1"\x904A"["\x5B50"] @125-156-4
+
+# \x904A\x8AAA 234-2-24-1246-5
+noback context _1"\x904A"["\x8AAA"] @24-1246-5
+
+# \x904E\x5206 13-25-5-12345-136-5
+noback context _1"\x904E"["\x5206"] @12345-136-5
+
+# \x904E\x7576 13-25-5-145-1346-5
+noback context _1"\x904E"["\x7576"] @145-1346-5
+
+# \x9053\x89C0 145-146-5-13-12456-5
+noback context _1"\x9053"["\x89C0"] @13-12456-5
+
+# \x9055\x62D7 1246-2-146-5
+noback context _1"\x9055"["\x62D7"] @146-5
+
+# \x905B\x9054 14-234-5-145-345-1
+noback context _1"\x905B"["\x9054"] @145-345-1
+
+# \x905E\x92EA 145-16-5-1234-34-5
+noback context _1"\x905E"["\x92EA"] @1234-34-5
+
+# \x9063\x5C07 245-2345-4-13-46-5
+noback context _1"\x9063"["\x5C07"] @13-46-5
+
+# \x9063\x60B6 245-2345-4-134-136-5
+noback context _1"\x9063"["\x60B6"] @134-136-5
+
+# \x9069\x5207 24-156-5-245-346-5
+noback context _1"\x9069"["\x5207"] @245-346-5
+
+# \x9069\x61C9 24-156-5-13456-5
+noback context _1"\x9069"["\x61C9"] @13456-5
+
+# \x9069\x7576 24-156-5-145-1346-5
+noback context _1"\x9069"["\x7576"] @145-1346-5
+
+# \x906D\x96E3 125-146-3-1345-1236-5
+noback context _1"\x906D"["\x96E3"] @1345-1236-5
+
+# \x9077\x90FD 245-2345-3-145-34-3
+noback context _1"\x9077"["\x90FD"] @145-34-3
+
+# \x907B\x7269 34-5-34-5
+noback context ["\x907B"]"\x7269" @34-5
+
+# \x907F\x96E3 135-16-5-1345-1236-5
+noback context _1"\x907F"["\x96E3"] @1345-1236-5
+
+# \x9084\x4FD7 1235-12456-2-15-34-2
+noback context ["\x9084"]"\x4FD7" @1235-12456-2
+
+# \x9084\x50B5 1235-12456-2-1-2456-5
+noback context ["\x9084"]"\x50B5" @1235-12456-2
+
+# \x9084\x50F9 1235-12456-2-13-23456-5
+noback context ["\x9084"]"\x50F9" @1235-12456-2
+
+# \x9084\x539F 1235-12456-2-45-2
+noback context ["\x9084"]"\x539F" @1235-12456-2
+
+# \x9084\x624B 1235-12456-2-24-12356-4
+noback context ["\x9084"]"\x624B" @1235-12456-2
+
+# \x9084\x672C 1235-12456-2-135-136-4
+noback context ["\x9084"]"\x672C" @1235-12456-2
+
+# \x9084\x7259 1235-12456-2-23456-2
+noback context ["\x9084"]"\x7259" @1235-12456-2
+
+# \x9084\x773C 1235-12456-2-2345-4
+noback context ["\x9084"]"\x773C" @1235-12456-2
+
+# \x9084\x79AE 1235-12456-2-14-16-4
+noback context ["\x9084"]"\x79AE" @1235-12456-2
+
+# \x9084\x81F3 1235-12456-2-1-156-5
+noback context ["\x9084"]"\x81F3" @1235-12456-2
+
+# \x9084\x9109 1235-12456-2-15-46-3
+noback context ["\x9084"]"\x9109" @1235-12456-2
+
+# \x9084\x9322 1235-12456-2-245-2345-2
+noback context ["\x9084"]"\x9322" @1235-12456-2
+
+# \x9084\x9858 1235-12456-2-45-5
+noback context ["\x9084"]"\x9858" @1235-12456-2
+
+# \x9084\x9B42 1235-12456-2-1235-123456-2
+noback context ["\x9084"]"\x9B42" @1235-12456-2
+
+# \x908B\x908B 14-346-5-14-346-5
+noback context ["\x908B"]"\x908B" @14-346-5
+noback context _1"\x908B"["\x908B"] @14-346-5
+
+# \x90A2\x4F97 15-13456-2-124-12346-2
+noback context _1"\x90A2"["\x4F97"] @124-12346-2
+
+# \x90A3\x4E48 1345-345-5-134-2346-1
+noback context _1"\x90A3"["\x4E48"] @134-2346-1
+
+# \x90A3\x582A 1345-345-4-123-1236-3
+noback context ["\x90A3"]"\x582A" @1345-345-4
+
+# \x90A3\x6709 1345-345-4-234-4
+noback context ["\x90A3"]"\x6709" @1345-345-4
+
+# \x90A3\x80FD 1345-345-4-1345-1356-2
+noback context ["\x90A3"]"\x80FD" @1345-345-4
+
+# \x90AA\x884C 15-346-2-15-13456-5
+noback context _1"\x90AA"["\x884C"] @15-13456-5
+
+# \x90E1\x9577 13-256-5-1-1346-4
+noback context _1"\x90E1"["\x9577"] @1-1346-4
+
+# \x90E2\x90FD 13456-4-145-34-3
+noback context _1"\x90E2"["\x90FD"] @145-34-3
+
+# \x90E8\x5206 135-34-5-12345-136-5
+noback context _1"\x90E8"["\x5206"] @12345-136-5
+
+# \x90E8\x5C07 135-34-5-13-46-5
+noback context _1"\x90E8"["\x5C07"] @13-46-5
+
+# \x90E8\x9577 135-34-5-1-1346-4
+noback context _1"\x90E8"["\x9577"] @1-1346-4
+
+# \x90ED\x5B50 13-25-3-125-156-4
+noback context _1"\x90ED"["\x5B50"] @125-156-4
+
+# \x90EF\x5B50 124-1236-2-125-156-4
+noback context _1"\x90EF"["\x5B50"] @125-156-4
+
+# \x90F5\x5DEE 234-2-12-2456-3
+noback context _1"\x90F5"["\x5DEE"] @12-2456-3
+
+# \x90FD\x5175 145-34-3-135-13456-3
+noback context ["\x90FD"]"\x5175" @145-34-3
+
+# \x90FD\x53F8 145-34-3-15-156-3
+noback context ["\x90FD"]"\x53F8" @145-34-3
+
+# \x90FD\x57CE 145-34-3-12-1356-2
+noback context ["\x90FD"]"\x57CE" @145-34-3
+
+# \x90FD\x5BDF 145-34-3-12-345-2
+noback context ["\x90FD"]"\x5BDF" @145-34-3
+
+# \x90FD\x5C09 145-34-3-1246-5
+noback context ["\x90FD"]"\x5C09" @145-34-3
+
+# \x90FD\x5E02 145-34-3-24-156-5
+noback context ["\x90FD"]"\x5E02" @145-34-3
+
+# \x90FD\x5EC1 145-34-3-245-2346-5
+noback context ["\x90FD"]"\x5EC1" @145-34-3
+
+# \x90FD\x723E 145-34-3-156-4
+noback context ["\x90FD"]"\x723E" @145-34-3
+
+# \x90FD\x7763 145-34-3-145-34-3
+noback context ["\x90FD"]"\x7763" @145-34-3
+
+# \x90FD\x7D71 145-34-3-124-12346-4
+noback context ["\x90FD"]"\x7D71" @145-34-3
+
+# \x90FD\x8ECD 145-34-3-13-256-3
+noback context ["\x90FD"]"\x8ECD" @145-34-3
+
+# \x90FD\x9091 145-34-3-16-5
+noback context ["\x90FD"]"\x9091" @145-34-3
+
+# \x9109\x5C0E 15-46-5-145-146-4
+noback context ["\x9109"]"\x5C0E" @15-46-5
+
+# \x9109\x9577 15-46-3-1-1346-4
+noback context _1"\x9109"["\x9577"] @1-1346-4
+
+# \x914B\x9577 245-234-2-1-1346-4
+noback context _1"\x914B"["\x9577"] @1-1346-4
+
+# \x914D\x5B50 1234-356-5-125-156-4
+noback context _1"\x914D"["\x5B50"] @125-156-4
+
+# \x914D\x6A02 1234-356-5-236-5
+noback context _1"\x914D"["\x6A02"] @236-5
+
+# \x914D\x7D66 1234-356-5-13-16-4
+noback context _1"\x914D"["\x7D66"] @13-16-4
+
+# \x9152\x6688 13-234-4-256-5
+noback context _1"\x9152"["\x6688"] @256-5
+
+# \x9152\x943A 13-234-4-12-1356-3
+noback context _1"\x9152"["\x943A"] @12-1356-3
+
+# \x916C\x61C9 12-12356-2-13456-5
+noback context _1"\x916C"["\x61C9"] @13456-5
+
+# \x917B\x89F4 12345-34-2-24-1346-3
+noback context ["\x917B"]"\x89F4" @12345-34-2
+
+# \x91C7\x845B 245-2456-4-13-2346-2
+noback context _1"\x91C7"["\x845B"] @13-2346-2
+
+# \x91CB\x5377 24-156-5-13-45-5
+noback context _1"\x91CB"["\x5377"] @13-45-5
+
+# \x91CC\x9577 14-16-4-1-1346-4
+noback context _1"\x91CC"["\x9577"] @1-1346-4
+
+# \x91CD\x4E5D 12-12346-2-13-234-4
+noback context ["\x91CD"]"\x4E5D" @12-12346-2
+
+# \x91CD\x4F30 12-12346-2-13-34-3
+noback context ["\x91CD"]"\x4F30" @12-12346-2
+
+# \x91CD\x4F86 12-12346-2-14-2456-2
+noback context ["\x91CD"]"\x4F86" @12-12346-2
+
+# \x91CD\x4FEE 12-12346-2-15-234-3
+noback context ["\x91CD"]"\x4FEE" @12-12346-2
+
+# \x91CD\x5144 12-12346-2-15-235-3
+noback context ["\x91CD"]"\x5144" @12-12346-2
+
+# \x91CD\x5149 12-12346-2-13-456-3
+noback context ["\x91CD"]"\x5149" @12-12346-2
+
+# \x91CD\x5165 12-12346-2-1245-34-5
+noback context ["\x91CD"]"\x5165" @12-12346-2
+
+# \x91CD\x520A 12-12346-2-123-1236-3
+noback context ["\x91CD"]"\x520A" @12-12346-2
+
+# \x91CD\x5370 12-12346-2-1456-5
+noback context ["\x91CD"]"\x5370" @12-12346-2
+
+# \x91CD\x56DE 12-12346-2-1235-1246-2
+noback context ["\x91CD"]"\x56DE" @12-12346-2
+
+# \x91CD\x570D 12-12346-2-1246-2
+noback context ["\x91CD"]"\x570D" @12-12346-2
+
+# \x91CD\x594F 12-12346-2-125-12356-5
+noback context ["\x91CD"]"\x594F" @12-12346-2
+
+# \x91CD\x5A5A 12-12346-2-1235-123456-3
+noback context ["\x91CD"]"\x5A5A" @12-12346-2
+
+# \x91CD\x5B50 1-12346-5-125-156-4
+noback context _1"\x91CD"["\x5B50"] @125-156-4
+
+# \x91CD\x5B6B 12-12346-2-15-123456-3
+noback context ["\x91CD"]"\x5B6B" @12-12346-2
+
+# \x91CD\x5B9A 12-12346-2-145-13456-5
+noback context ["\x91CD"]"\x5B9A" @12-12346-2
+
+# \x91CD\x5BEB 12-12346-2-15-346-4
+noback context ["\x91CD"]"\x5BEB" @12-12346-2
+
+# \x91CD\x5EFA 12-12346-2-13-2345-5
+noback context ["\x91CD"]"\x5EFA" @12-12346-2
+
+# \x91CD\x5FA9 12-12346-2-12345-34-5
+noback context ["\x91CD"]"\x5FA9" @12-12346-2
+
+# \x91CD\x6176 12-12346-2-245-13456-5
+noback context ["\x91CD"]"\x6176" @12-12346-2
+
+# \x91CD\x6284 12-12346-2-12-146-3
+noback context ["\x91CD"]"\x6284" @12-12346-2
+
+# \x91CD\x632F 12-12346-2-1-136-5
+noback context ["\x91CD"]"\x632F" @12-12346-2
+
+# \x91CD\x6574 12-12346-2-1-1356-4
+noback context ["\x91CD"]"\x6574" @12-12346-2
+
+# \x91CD\x65B0 12-12346-2-15-1456-3
+noback context ["\x91CD"]"\x65B0" @12-12346-2
+
+# \x91CD\x6D0B 12-12346-2-46-2
+noback context ["\x91CD"]"\x6D0B" @12-12346-2
+
+# \x91CD\x6E2C 12-12346-2-245-2346-5
+noback context ["\x91CD"]"\x6E2C" @12-12346-2
+
+# \x91CD\x6F14 12-12346-2-2345-4
+noback context ["\x91CD"]"\x6F14" @12-12346-2
+
+# \x91CD\x7372 12-12346-2-1235-25-5
+noback context ["\x91CD"]"\x7372" @12-12346-2
+
+# \x91CD\x73FE 12-12346-2-15-2345-5
+noback context ["\x91CD"]"\x73FE" @12-12346-2
+
+# \x91CD\x7533 12-12346-2-24-136-3
+noback context ["\x91CD"]"\x7533" @12-12346-2
+
+# \x91CD\x758A 12-12346-2-145-346-2
+noback context ["\x91CD"]"\x758A" @12-12346-2
+
+# \x91CD\x7D44 12-12346-2-125-34-4
+noback context ["\x91CD"]"\x7D44" @12-12346-2
+
+# \x91CD\x7F6E 12-12346-2-1-156-5
+noback context ["\x91CD"]"\x7F6E" @12-12346-2
+
+# \x91CD\x8003 12-12346-2-123-146-4
+noback context ["\x91CD"]"\x8003" @12-12346-2
+
+# \x91CD\x88C0 12-12346-2-1456-3
+noback context ["\x91CD"]"\x88C0" @12-12346-2
+
+# \x91CD\x8907 12-12346-2-12345-34-5
+noback context ["\x91CD"]"\x8907" @12-12346-2
+
+# \x91CD\x8A2D 12-12346-2-24-2346-5
+noback context ["\x91CD"]"\x8A2D" @12-12346-2
+
+# \x91CD\x8A66 12-12346-2-24-156-5
+noback context ["\x91CD"]"\x8A66" @12-12346-2
+
+# \x91CD\x8E48 12-12346-2-145-146-5
+noback context ["\x91CD"]"\x8E48" @12-12346-2
+
+# \x91CD\x8FD4 12-12346-2-12345-1236-4
+noback context ["\x91CD"]"\x8FD4" @12-12346-2
+
+# \x91CD\x8FF0 12-12346-2-24-34-5
+noback context ["\x91CD"]"\x8FF0" @12-12346-2
+
+# \x91CD\x9022 12-12346-2-12345-1356-2
+noback context ["\x91CD"]"\x9022" @12-12346-2
+
+# \x91CD\x91CD 12-12346-2-12-12346-2
+noback context ["\x91CD"]"\x91CD" @12-12346-2
+noback context _1"\x91CD"["\x91CD"] @12-12346-2
+
+# \x91CD\x967D 12-12346-2-46-2
+noback context ["\x91CD"]"\x967D" @12-12346-2
+
+# \x91CD\x9B32 1-12346-5-14-16-5
+noback context _1"\x91CD"["\x9B32"] @14-16-5
+
+# \x91CE\x83A9 346-4-1234-246-4
+noback context _1"\x91CE"["\x83A9"] @1234-246-4
+
+# \x91CE\x845B 346-4-13-2346-2
+noback context _1"\x91CE"["\x845B"] @13-2346-2
+
+# \x91CF\x5B50 14-46-5-125-156-4
+noback context _1"\x91CF"["\x5B50"] @125-156-4
+
+# \x91CF\x7B52 14-46-2-124-12346-4
+noback context ["\x91CF"]"\x7B52" @14-46-2
+
+# \x91CF\x89D2 14-46-2-13-246-4
+noback context ["\x91CF"]"\x89D2" @14-46-2
+
+# \x91CF\x8EAB 14-46-2-24-136-3
+noback context ["\x91CF"]"\x8EAB" @14-46-2
+
+# \x91CF\x91CF 14-46-2-14-46-2
+noback context ["\x91CF"]"\x91CF" @14-46-2
+noback context _1"\x91CF"["\x91CF"] @14-46-2
+
+# \x91D1\x4951 13-1456-3-12456-4
+noback context _1"\x91D1"["\x4951"] @12456-4
+
+# \x91D1\x930D 13-1456-3-135-16-5
+noback context _1"\x91D1"["\x930D"] @135-16-5
+
+# \x91D5\x92B1 14-246-5-145-246-5
+noback context ["\x91D5"]"\x92B1" @14-246-5
+
+# \x91E4\x79BE 24-1236-5-1235-2346-2
+noback context ["\x91E4"]"\x79BE" @24-1236-5
+
+# \x91F5\x930D 12-2456-3-135-16-5
+noback context _1"\x91F5"["\x930D"] @135-16-5
+
+# \x9200\x5B50 135-345-4-125-156-4
+noback context _1"\x9200"["\x5B50"] @125-156-4
+
+# \x9212\x93E4 13-16-2-14-12356-5
+noback context ["\x9212"]"\x93E4" @13-16-2
+
+# \x9237\x4948 13-34-4-134-34-4
+noback context ["\x9237"]"\x4948" @13-34-4
+
+# \x9237\x9267 13-34-4-134-34-4
+noback context ["\x9237"]"\x9267" @13-34-4
+
+# \x9239\x6ED1 1234-16-3-1235-35-2
+noback context ["\x9239"]"\x6ED1" @1234-16-3
+
+# \x923D\x5F48 135-34-5-145-1236-5
+noback context _1"\x923D"["\x5F48"] @145-1236-5
+
+# \x923E\x5F48 234-2-145-1236-5
+noback context _1"\x923E"["\x5F48"] @145-1236-5
+
+# \x9245\x8457 13-1256-5-1-34-5
+noback context _1"\x9245"["\x8457"] @1-34-5
+
+# \x924F\x92D9 13-1256-4-1256-4
+noback context ["\x924F"]"\x92D9" @13-1256-4
+noback context _1"\x924F"["\x92D9"] @1256-4
+
+# \x9280\x884C 1456-2-1235-1346-2
+noback context _1"\x9280"["\x884C"] @1235-1346-2
+
+# \x9285\x54FE 124-12346-2-236-5
+noback context _1"\x9285"["\x54FE"] @236-5
+
+# \x928D\x827E 1-156-5-16-5
+noback context _1"\x928D"["\x827E"] @16-5
+
+# \x929A\x8285 246-2-16-5
+noback context ["\x929A"]"\x8285" @246-2
+
+# \x929A\x9392 246-2-1345-12356-5
+noback context ["\x929A"]"\x9392" @246-2
+
+# \x92B7\x5047 15-246-3-13-23456-5
+noback context _1"\x92B7"["\x5047"] @13-23456-5
+
+# \x92EA\x4F4D 1234-34-5-1246-5
+noback context ["\x92EA"]"\x4F4D" @1234-34-5
+
+# \x92EA\x6350 1234-34-5-13-45-3
+noback context ["\x92EA"]"\x6350" @1234-34-5
+
+# \x92EA\x9577 1234-34-5-1-1346-4
+noback context ["\x92EA"]"\x9577" @1234-34-5
+noback context _1"\x92EA"["\x9577"] @1-1346-4
+
+# \x92EA\x9762 1234-34-5-134-2345-5
+noback context ["\x92EA"]"\x9762" @1234-34-5
+
+# \x9307\x93C2 12345-34-2-12356-3
+noback context ["\x9307"]"\x93C2" @12345-34-2
+
+# \x930F\x935C 23456-3-15-23456-2
+noback context ["\x930F"]"\x935C" @23456-3
+
+# \x931E\x4E8E 12-123456-2-1256-2
+noback context ["\x931E"]"\x4E8E" @12-123456-2
+
+# \x931E\x91EA 12-123456-2-1256-2
+noback context ["\x931E"]"\x91EA" @12-123456-2
+
+# \x9322\x579B 245-2345-2-145-25-5
+noback context _1"\x9322"["\x579B"] @145-25-5
+
+# \x9322\x92EA 245-2345-2-1234-34-5
+noback context _1"\x9322"["\x92EA"] @1234-34-5
+
+# \x934A\x4966 14-2345-5-145-1246-5
+noback context _1"\x934A"["\x4966"] @145-1246-5
+
+# \x9356\x928B 12-136-4-1245-136-4
+noback context _1"\x9356"["\x928B"] @1245-136-4
+
+# \x93AC\x4EAC 1235-146-5-13-13456-3
+noback context ["\x93AC"]"\x4EAC" @1235-146-5
+
+# \x93C3\x92E4 12-25-5-12-34-2
+noback context ["\x93C3"]"\x92E4" @12-25-5
+
+# \x93CC\x90AA 134-126-5-346-2
+noback context _1"\x93CC"["\x90AA"] @346-2
+
+# \x93DC\x5B54 124-1346-2-123-12346-4
+noback context ["\x93DC"]"\x5B54" @124-1346-2
+
+# \x93DC\x5E8A 124-1346-2-12-456-2
+noback context ["\x93DC"]"\x5E8A" @124-1346-2
+
+# \x93F9\x6C34 245-46-3-24-1246-4
+noback context ["\x93F9"]"\x6C34" @245-46-3
+
+# \x942B\x8B59 13-45-3-245-246-5
+noback context _1"\x942B"["\x8B59"] @245-246-5
+
+# \x9435\x9A0E 124-346-4-13-16-5
+noback context _1"\x9435"["\x9A0E"] @13-16-5
+
+# \x9470\x5319 246-5-24-156-1
+noback context _1"\x9470"["\x5319"] @24-156-1
+
+# \x9472\x5D4C 15-46-3-245-2345-5
+noback context _1"\x9472"["\x5D4C"] @245-2345-5
+
+# \x947D\x6212 125-12456-5-13-346-5
+noback context ["\x947D"]"\x6212" @125-12456-5
+
+# \x947D\x77F3 125-12456-5-24-156-2
+noback context ["\x947D"]"\x77F3" @125-12456-5
+
+# \x947E\x5B50 14-12456-2-125-156-4
+noback context _1"\x947E"["\x5B50"] @125-156-4
+
+# \x9577\x4F7F 1-1346-4-24-156-4
+noback context ["\x9577"]"\x4F7F" @1-1346-4
+
+# \x9577\x5047 12-1346-2-13-23456-5
+noback context _1"\x9577"["\x5047"] @13-23456-5
+
+# \x9577\x50CF 1-1346-4-15-46-5
+noback context ["\x9577"]"\x50CF" @1-1346-4
+
+# \x9577\x5144 1-1346-4-15-235-3
+noback context ["\x9577"]"\x5144" @1-1346-4
+
+# \x9577\x5927 1-1346-4-145-345-5
+noback context ["\x9577"]"\x5927" @1-1346-4
+
+# \x9577\x5973 1-1346-4-1345-1256-4
+noback context ["\x9577"]"\x5973" @1-1346-4
+
+# \x9577\x5B50 1-1346-4-125-156-4
+noback context ["\x9577"]"\x5B50" @1-1346-4
+noback context _1"\x9577"["\x5B50"] @125-156-4
+
+# \x9577\x5B6B 1-1346-4-15-123456-3
+noback context ["\x9577"]"\x5B6B" @1-1346-4
+
+# \x9577\x5B98 1-1346-4-13-12456-3
+noback context ["\x9577"]"\x5B98" @1-1346-4
+
+# \x9577\x623F 1-1346-4-12345-1346-2
+noback context ["\x9577"]"\x623F" @1-1346-4
+
+# \x9577\x7537 1-1346-4-1345-1236-2
+noback context ["\x9577"]"\x7537" @1-1346-4
+
+# \x9577\x7621 1-1346-4-12-456-3
+noback context ["\x9577"]"\x7621" @1-1346-4
+
+# \x9577\x76F8 1-1346-4-15-46-5
+noback context ["\x9577"]"\x76F8" @1-1346-4
+noback context _1"\x9577"["\x76F8"] @15-46-5
+
+# \x9577\x8001 1-1346-4-14-146-4
+noback context ["\x9577"]"\x8001" @1-1346-4
+
+# \x9577\x8005 1-1346-4-1-2346-4
+noback context ["\x9577"]"\x8005" @1-1346-4
+
+# \x9577\x8457 1-1346-4-1-2346-1
+noback context ["\x9577"]"\x8457" @1-1346-4
+
+# \x9577\x865F 12-1346-2-1235-146-2
+noback context _1"\x9577"["\x865F"] @1235-146-2
+
+# \x9577\x8F29 1-1346-4-135-356-5
+noback context ["\x9577"]"\x8F29" @1-1346-4
+
+# \x9577\x9032 1-1346-4-13-1456-5
+noback context ["\x9577"]"\x9032" @1-1346-4
+
+# \x9580\x6ABB 134-136-2-123-1236-4
+noback context _1"\x9580"["\x6ABB"] @123-1236-4
+
+# \x9580\x7E2B 134-136-2-12345-1356-5
+noback context _1"\x9580"["\x7E2B"] @12345-1356-5
+
+# \x9589\x5377 135-16-5-13-45-5
+noback context _1"\x9589"["\x5377"] @13-45-5
+
+# \x9589\x585E 135-16-5-15-2346-5
+noback context _1"\x9589"["\x585E"] @15-2346-5
+
+# \x9589\x95A4 135-16-5-13-2346-2
+noback context _1"\x9589"["\x95A4"] @13-2346-2
+
+# \x958B\x5377 123-2456-3-13-45-5
+noback context _1"\x958B"["\x5377"] @13-45-5
+
+# \x9591\x6563 15-2345-2-15-1236-4
+noback context _1"\x9591"["\x6563"] @15-1236-4
+
+# \x9591\x7A7A 15-2345-2-123-12346-5
+noback context _1"\x9591"["\x7A7A"] @123-12346-5
+
+# \x9592\x6563 15-2345-2-15-1236-4
+noback context _1"\x9592"["\x6563"] @15-1236-4
+
+# \x9592\x7A7A 15-2345-2-123-12346-5
+noback context _1"\x9592"["\x7A7A"] @123-12346-5
+
+# \x9593\x63A5 13-2345-5-13-346-3
+noback context ["\x9593"]"\x63A5" @13-2345-5
+
+# \x9593\x65B7 13-2345-5-145-12456-5
+noback context ["\x9593"]"\x65B7" @13-2345-5
+
+# \x9593\x6B47 13-2345-5-15-346-3
+noback context ["\x9593"]"\x6B47" @13-2345-5
+
+# \x9593\x8ADC 13-2345-5-145-346-2
+noback context ["\x9593"]"\x8ADC" @13-2345-5
+
+# \x9593\x9694 13-2345-5-13-2346-2
+noback context ["\x9593"]"\x9694" @13-2345-5
+
+# \x9593\x9699 13-2345-5-15-16-5
+noback context ["\x9593"]"\x9699" @13-2345-5
+
+# \x9594\x5B50 134-1456-4-125-156-4
+noback context _1"\x9594"["\x5B50"] @125-156-4
+
+# \x959C\x7822 2346-4-14-25-4
+noback context ["\x959C"]"\x7822" @2346-4
+
+# \x95A3\x695E 13-2346-2-14-1356-2
+noback context _1"\x95A3"["\x695E"] @14-1356-2
+
+# \x95A4\x4E2D 13-2346-2-1-12346-3
+noback context ["\x95A4"]"\x4E2D" @13-2346-2
+
+# \x95A4\x5152 13-2346-2-156-2
+noback context ["\x95A4"]"\x5152" @13-2346-2
+
+# \x95A4\x53BB 13-2346-2-245-1256-5
+noback context ["\x95A4"]"\x53BB" @13-2346-2
+
+# \x95A4\x6A13 13-2346-2-14-12356-2
+noback context ["\x95A4"]"\x6A13" @13-2346-2
+
+# \x95A8\x95A4 13-1246-3-13-2346-2
+noback context _1"\x95A8"["\x95A4"] @13-2346-2
+
+# \x95AC\x82D1 14-1346-2-45-5
+noback context ["\x95AC"]"\x82D1" @14-1346-2
+
+# \x95AC\x95AC 14-1346-2-14-1346-2
+noback context ["\x95AC"]"\x95AC" @14-1346-2
+noback context _1"\x95AC"["\x95AC"] @14-1346-2
+
+# \x95AC\x98A8 14-1346-2-12345-1356-3
+noback context ["\x95AC"]"\x98A8" @14-1346-2
+
+# \x95B1\x5377 236-5-13-45-5
+noback context _1"\x95B1"["\x5377"] @13-45-5
+
+# \x95BC\x585E 2346-5-15-2346-5
+noback context _1"\x95BC"["\x585E"] @15-2346-5
+
+# \x95BC\x6C0F 2345-3-1-156-3
+noback context ["\x95BC"]"\x6C0F" @2345-3
+noback context _1"\x95BC"["\x6C0F"] @1-156-3
+
+# \x95BC\x8207 1256-5-1256-4
+noback context ["\x95BC"]"\x8207" @1256-5
+
+# \x95C7\x7DF4 1236-3-14-2345-5
+noback context ["\x95C7"]"\x7DF4" @1236-3
+
+# \x95C7\x83AB 1236-5-134-34-5
+noback context _1"\x95C7"["\x83AB"] @134-34-5
+
+# \x95CD\x9ECE 24-2346-2-14-16-2
+noback context ["\x95CD"]"\x9ECE" @24-2346-2
+
+# \x95D0\x54BD 124-2345-2-346-5
+noback context _1"\x95D0"["\x54BD"] @346-5
+
+# \x95D5\x5931 245-236-3-24-156-3
+noback context ["\x95D5"]"\x5931" @245-236-3
+
+# \x95D5\x5982 245-236-3-1245-34-2
+noback context ["\x95D5"]"\x5982" @245-236-3
+
+# \x95D5\x6F0F 245-236-3-14-12356-5
+noback context ["\x95D5"]"\x6F0F" @245-236-3
+
+# \x95D5\x7591 245-236-3-16-2
+noback context ["\x95D5"]"\x7591" @245-236-3
+
+# \x95DE\x95DE 1235-1236-4-1235-1236-4
+noback context ["\x95DE"]"\x95DE" @1235-1236-4
+noback context _1"\x95DE"["\x95DE"] @1235-1236-4
+
+# \x961C\x8543 12345-34-5-12345-1236-2
+noback context _1"\x961C"["\x8543"] @12345-1236-2
+
+# \x9624\x9761 16-4-134-16-4
+noback context ["\x9624"]"\x9761" @16-4
+
+# \x9632\x5F48 12345-1346-2-145-1236-5
+noback context _1"\x9632"["\x5F48"] @145-1236-5
+
+# \x963B\x5687 125-34-4-1235-2346-5
+noback context _1"\x963B"["\x5687"] @1235-2346-5
+
+# \x963B\x585E 125-34-4-15-2346-5
+noback context _1"\x963B"["\x585E"] @15-2346-5
+
+# \x963F\x4FD7 2346-3-15-34-2
+noback context ["\x963F"]"\x4FD7" @2346-3
+
+# \x963F\x533C 2346-3-1236-4
+noback context ["\x963F"]"\x533C" @2346-3
+
+# \x963F\x76E3 345-3-13-2345-5
+noback context _1"\x963F"["\x76E3"] @13-2345-5
+
+# \x963F\x8ADB 2346-3-1256-2
+noback context ["\x963F"]"\x8ADB" @2346-3
+
+# \x9642\x9624 1234-126-3-124-25-2
+noback context ["\x9642"]"\x9624" @1234-126-3
+noback context _1"\x9642"["\x9624"] @124-25-2
+
+# \x9642\x9640 1234-126-3-124-25-2
+noback context ["\x9642"]"\x9640" @1234-126-3
+
+# \x9644\x548C 12345-34-5-1235-2346-5
+noback context _1"\x9644"["\x548C"] @1235-2346-5
+
+# \x9644\x5B50 12345-34-5-125-156-4
+noback context _1"\x9644"["\x5B50"] @125-156-4
+
+# \x9644\x8457 12345-34-5-1-25-2
+noback context _1"\x9644"["\x8457"] @1-25-2
+
+# \x964D\x4F0F 15-46-2-12345-34-2
+noback context ["\x964D"]"\x4F0F" @15-46-2
+
+# \x964D\x5C07 15-46-2-13-46-5
+noback context ["\x964D"]"\x5C07" @15-46-2
+noback context _1"\x964D"["\x5C07"] @13-46-5
+
+# \x964D\x6575 15-46-2-145-16-2
+noback context ["\x964D"]"\x6575" @15-46-2
+
+# \x964D\x66F8 15-46-2-24-34-3
+noback context ["\x964D"]"\x66F8" @15-46-2
+
+# \x964D\x670D 15-46-2-12345-34-2
+noback context ["\x964D"]"\x670D" @15-46-2
+
+# \x964D\x9F8D 15-46-2-14-12346-2
+noback context ["\x964D"]"\x9F8D" @15-46-2
+
+# \x965C\x5317 24-1236-4-135-356-4
+noback context ["\x965C"]"\x5317" @24-1236-4
+
+# \x965C\x897F 24-1236-4-15-16-3
+noback context ["\x965C"]"\x897F" @24-1236-4
+
+# \x9662\x9577 45-5-1-1346-4
+noback context _1"\x9662"["\x9577"] @1-1346-4
+
+# \x9673\x5B50 12-136-2-125-156-4
+noback context _1"\x9673"["\x5B50"] @125-156-4
+
+# \x9673\x8543 12-136-2-12345-1236-2
+noback context _1"\x9673"["\x8543"] @12345-1236-2
+
+# \x9678\x3001 14-234-5-6-0
+noback context ["\x9678"]"\x3001" @14-234-5
+
+# \x9678\x4EDF 14-234-5-245-2345-3
+noback context ["\x9678"]"\x4EDF" @14-234-5
+
+# \x9678\x4F70 14-234-5-135-2456-4
+noback context ["\x9678"]"\x4F70" @14-234-5
+
+# \x9678\x62FE 14-234-5-24-156-2
+noback context ["\x9678"]"\x62FE" @14-234-5
+
+# \x9683\x9E8B 1256-2-134-16-2
+noback context ["\x9683"]"\x9E8B" @1256-2
+
+# \x9689\x5BEA 1345-346-5-1246-2
+noback context _1"\x9689"["\x5BEA"] @1246-2
+
+# \x968A\x9577 145-1246-5-1-1346-4
+noback context _1"\x968A"["\x9577"] @1-1346-4
+
+# \x969B\x5393 13-16-5-23456-2
+noback context _1"\x969B"["\x5393"] @23456-2
+
+# \x969C\x585E 1-1346-5-15-2346-5
+noback context _1"\x969C"["\x585E"] @15-2346-5
+
+# \x96A8\x8208 15-1246-2-15-13456-5
+noback context _1"\x96A8"["\x8208"] @15-13456-5
+
+# \x96A8\x902E 15-1246-2-145-2456-5
+noback context _1"\x96A8"["\x902E"] @145-2456-5
+
+# \x96AA\x3680 15-2345-4-15-16-3
+noback context _1"\x96AA"["\x3680"] @15-16-3
+
+# \x96B1\x6C92 1456-4-134-126-5
+noback context _1"\x96B1"["\x6C92"] @134-126-5
+
+# \x96C1\x884C 2345-5-1235-1346-2
+noback context _1"\x96C1"["\x884C"] @1235-1346-2
+
+# \x96C5\x6A02 23456-4-236-5
+noback context _1"\x96C5"["\x6A02"] @236-5
+
+# \x96CB\x624D 13-256-5-245-2456-2
+noback context ["\x96CB"]"\x624D" @13-256-5
+
+# \x96CB\x62D4 13-256-5-135-345-2
+noback context ["\x96CB"]"\x62D4" @13-256-5
+
+# \x96CB\x6717 13-256-5-14-1346-4
+noback context ["\x96CB"]"\x6717" @13-256-5
+
+# \x96CB\x695A 13-256-5-12-34-4
+noback context ["\x96CB"]"\x695A" @13-256-5
+
+# \x96CB\x79C0 13-256-5-15-234-5
+noback context ["\x96CB"]"\x79C0" @13-256-5
+
+# \x96CB\x8B7D 13-256-5-1256-5
+noback context ["\x96CB"]"\x8B7D" @13-256-5
+
+# \x96D9\x5B50 24-456-3-125-156-4
+noback context _1"\x96D9"["\x5B50"] @125-156-4
+
+# \x96D9\x91CD 24-456-3-12-12346-2
+noback context _1"\x96D9"["\x91CD"] @12-12346-2
+
+# \x96DA\x8284 1235-12456-2-12456-2
+noback context ["\x96DA"]"\x8284" @1235-12456-2
+
+# \x96DE\x812F 13-16-3-1234-34-2
+noback context _1"\x96DE"["\x812F"] @1234-34-2
+
+# \x96E2\x5B50 14-16-2-125-156-4
+noback context _1"\x96E2"["\x5B50"] @125-156-4
+
+# \x96E2\x9593 14-16-2-13-2345-5
+noback context _1"\x96E2"["\x9593"] @13-2345-5
+
+# \x96E3\x5730 1345-1236-5-145-16-5
+noback context ["\x96E3"]"\x5730" @1345-1236-5
+
+# \x96E3\x6C11 1345-1236-5-134-1456-2
+noback context ["\x96E3"]"\x6C11" @1345-1236-5
+
+# \x96E3\x80F8 1345-1236-5-15-235-3
+noback context ["\x96E3"]"\x80F8" @1345-1236-5
+
+# \x96EA\x8304 15-236-4-13-23456-3
+noback context _1"\x96EA"["\x8304"] @13-23456-3
+
+# \x96FB\x5B50 145-2345-5-125-156-4
+noback context _1"\x96FB"["\x5B50"] @125-156-4
+
+# \x9730\x5F48 15-2345-5-145-1236-5
+noback context _1"\x9730"["\x5F48"] @145-1236-5
+
+# \x9732\x767D 14-12356-5-135-2456-2
+noback context ["\x9732"]"\x767D" @14-12356-5
+
+# \x9732\x76F8 14-12356-5-15-46-5
+noback context ["\x9732"]"\x76F8" @14-12356-5
+noback context _1"\x9732"["\x76F8"] @15-46-5
+
+# \x9732\x81C9 14-12356-5-14-2345-4
+noback context ["\x9732"]"\x81C9" @14-12356-5
+
+# \x9732\x9762 14-12356-5-134-2345-5
+noback context ["\x9732"]"\x9762" @14-12356-5
+
+# \x9752\x4D34 245-13456-3-1345-2345-2
+noback context _1"\x9752"["\x4D34"] @1345-2345-2
+
+# \x9756\x96E3 13-13456-5-1345-1236-5
+noback context _1"\x9756"["\x96E3"] @1345-1236-5
+
+# \x975E\x5206 12345-356-3-12345-136-5
+noback context _1"\x975E"["\x5206"] @12345-136-5
+
+# \x975E\x5B50 12345-356-3-125-156-4
+noback context _1"\x975E"["\x5B50"] @125-156-4
+
+# \x975E\x96E3 12345-356-3-1345-1236-5
+noback context _1"\x975E"["\x96E3"] @1345-1236-5
+
+# \x9761\x612C 134-16-2-15-34-5
+noback context ["\x9761"]"\x612C" @134-16-2
+
+# \x9761\x721B 134-16-2-14-1236-5
+noback context ["\x9761"]"\x721B" @134-16-2
+
+# \x9761\x8CBB 134-16-2-12345-356-5
+noback context ["\x9761"]"\x8CBB" @134-16-2
+
+# \x9766\x8146 134-2345-4-124-2345-4
+noback context ["\x9766"]"\x8146" @134-2345-4
+
+# \x9766\x9766 134-2345-4-124-2345-4
+noback context ["\x9766"]"\x9766" @134-2345-4
+
+# \x976F\x4A87 145-34-5-135-126-2
+noback context _1"\x976F"["\x4A87"] @135-126-2
+
+# \x9778\x62C9 124-345-3-14-345-3
+noback context ["\x9778"]"\x62C9" @124-345-3
+
+# \x9778\x8457 124-345-3-1-2346-1
+noback context ["\x9778"]"\x8457" @124-345-3
+
+# \x9778\x978B 124-345-3-15-346-2
+noback context ["\x9778"]"\x978B" @124-345-3
+
+# \x97AD\x8F9F 135-2345-3-135-16-5
+noback context _1"\x97AD"["\x8F9F"] @135-16-5
+
+# \x97D3\x5B50 1235-1236-2-125-156-4
+noback context _1"\x97D3"["\x5B50"] @125-156-4
+
+# \x97F3\x6A02 1456-3-236-5
+noback context _1"\x97F3"["\x6A02"] @236-5
+
+# \x97FF\x61C9 15-46-4-13456-5
+noback context _1"\x97FF"["\x61C9"] @13456-5
+
+# \x9806\x61C9 24-123456-5-13456-5
+noback context _1"\x9806"["\x61C9"] @13456-5
+
+# \x9821\x980F 15-346-2-1235-1346-2
+noback context ["\x9821"]"\x980F" @15-346-2
+
+# \x9826\x5152 123-2346-2-156-2
+noback context ["\x9826"]"\x5152" @123-2346-2
+
+# \x9826\x816E 123-2346-3-15-2456-3
+noback context ["\x9826"]"\x816E" @123-2346-3
+
+# \x982D\x5339 124-12356-2-1234-16-3
+noback context _1"\x982D"["\x5339"] @1234-16-3
+
+# \x9830\x80F2 13-23456-2-13-2456-4
+noback context _1"\x9830"["\x80F2"] @13-2456-4
+
+# \x9842\x9AD4 14-2456-2-124-16-4
+noback context ["\x9842"]"\x9AD4" @14-2456-2
+
+# \x9851\x9872 123-1236-4-14-1236-4
+noback context _1"\x9851"["\x9872"] @14-1236-4
+
+# \x9869\x4AB4 245-1456-4-145-1236-5
+noback context ["\x9869"]"\x4AB4" @245-1456-4
+noback context _1"\x9869"["\x4AB4"] @145-1236-5
+
+# \x986F\x8457 15-2345-4-1-34-5
+noback context _1"\x986F"["\x8457"] @1-34-5
+
+# \x9872\x4AB4 14-1236-4-145-1236-4
+noback context ["\x9872"]"\x4AB4" @14-1236-4
+noback context _1"\x9872"["\x4AB4"] @145-1236-4
+
+# \x98A8\x3F8A 12345-1356-3-245-156-5
+noback context _1"\x98A8"["\x3F8A"] @245-156-5
+
+# \x98A8\x98AE 12345-1356-3-1234-146-2
+noback context _1"\x98A8"["\x98AE"] @1234-146-2
+
+# \x98DB\x5F48 12345-356-3-145-1236-5
+noback context _1"\x98DB"["\x5F48"] @145-1236-5
+
+# \x98E3\x4B26 145-13456-5-145-12356-5
+noback context _1"\x98E3"["\x4B26"] @145-12356-5
+
+# \x990A\x5206 46-4-12345-136-5
+noback context _1"\x990A"["\x5206"] @12345-136-5
+
+# \x990A\x5B50 46-4-125-156-4
+noback context _1"\x990A"["\x5B50"] @125-156-4
+
+# \x9913\x83A9 2346-5-1234-246-4
+noback context _1"\x9913"["\x83A9"] @1234-246-4
+
+# \x9914\x5B50 135-34-5-125-156-1
+noback context ["\x9914"]"\x5B50" @135-34-5
+
+# \x9914\x83DC 135-34-5-245-2456-5
+noback context ["\x9914"]"\x83DC" @135-34-5
+
+# \x9918\x8208 1256-2-15-13456-5
+noback context _1"\x9918"["\x8208"] @15-13456-5
+
+# \x9922\x98F3 135-34-5-124-12356-4
+noback context _1"\x9922"["\x98F3"] @124-12356-4
+
+# \x9928\x9577 13-12456-4-1-1346-4
+noback context _1"\x9928"["\x9577"] @1-1346-4
+
+# \x9945\x4B26 134-1236-2-145-12356-5
+noback context _1"\x9945"["\x4B26"] @145-12356-5
+
+# \x9962\x7CDF 1345-1346-4-125-146-3
+noback context ["\x9962"]"\x7CDF" @1345-1346-4
+
+# \x9996\x76F8 24-12356-4-15-46-5
+noback context _1"\x9996"["\x76F8"] @15-46-5
+
+# \x9996\x90FD 24-12356-4-145-34-3
+noback context _1"\x9996"["\x90FD"] @145-34-3
+
+# \x9996\x9577 24-12356-4-1-1346-4
+noback context _1"\x9996"["\x9577"] @1-1346-4
+
+# \x99AC\x5339 134-345-4-1234-16-3
+noback context _1"\x99AC"["\x5339"] @1234-16-3
+
+# \x99AC\x864E 134-345-4-1235-34-3
+noback context _1"\x99AC"["\x864E"] @1235-34-3
+
+# \x99AE\x6CB3 1234-13456-2-1235-2346-2
+noback context ["\x99AE"]"\x6CB3" @1234-13456-2
+
+# \x99AE\x865B 1234-13456-2-15-1256-3
+noback context ["\x99AE"]"\x865B" @1234-13456-2
+
+# \x99B2\x99DD 14-25-5-124-25-2
+noback context ["\x99B2"]"\x99DD" @14-25-5
+
+# \x99B4\x884C 15-256-2-15-13456-5
+noback context _1"\x99B4"["\x884C"] @15-13456-5
+
+# \x99C3\x9A20 13-236-2-124-16-2
+noback context ["\x99C3"]"\x9A20" @13-236-2
+
+# \x99D0\x7D2E 1-34-5-1-345-2
+noback context _1"\x99D0"["\x7D2E"] @1-345-2
+
+# \x99D4\x5B50 245-1346-4-125-156-1
+noback context ["\x99D4"]"\x5B50" @245-1346-4
+
+# \x99D8\x8569 145-2456-5-145-1346-5
+noback context ["\x99D8"]"\x8569" @145-2456-5
+
+# \x99DA\x9A61 46-4-125-1346-4
+noback context _1"\x99DA"["\x9A61"] @125-1346-4
+
+# \x99DD\x579B 124-25-2-145-25-5
+noback context _1"\x99DD"["\x579B"] @145-25-5
+
+# \x9A0E\x5175 13-16-5-135-13456-3
+noback context ["\x9A0E"]"\x5175" @13-16-5
+
+# \x9A2F\x4BA3 135-1346-4-15-1346-4
+noback context ["\x9A2F"]"\x4BA3" @135-1346-4
+noback context _1"\x9A2F"["\x4BA3"] @15-1346-4
+
+# \x9A36\x5F9E 125-12356-3-125-12346-5
+noback context _1"\x9A36"["\x5F9E"] @125-12346-5
+
+# \x9A37\x86D8 15-146-3-46-4
+noback context _1"\x9A37"["\x86D8"] @46-4
+
+# \x9A43\x9A0E 1234-246-5-13-16-5
+noback context _1"\x9A43"["\x9A0E"] @13-16-5
+
+# \x9A4D\x5C07 15-246-3-13-46-5
+noback context _1"\x9A4D"["\x5C07"] @13-46-5
+
+# \x9A4D\x9A0E 15-246-3-13-16-5
+noback context _1"\x9A4D"["\x9A0E"] @13-16-5
+
+# \x9A55\x6A6B 13-246-3-1235-1356-5
+noback context _1"\x9A55"["\x6A6B"] @1235-1356-5
+
+# \x9AA8\x76F8 13-34-4-15-46-5
+noback context _1"\x9AA8"["\x76F8"] @15-46-5
+
+# \x9AC0\x9AB6 135-16-5-145-16-4
+noback context _1"\x9AC0"["\x9AB6"] @145-16-4
+
+# \x9AD4\x5FD5 124-16-4-124-2456-5
+noback context _1"\x9AD4"["\x5FD5"] @124-2456-5
+
+# \x9AD4\x80D6 124-16-4-1234-1236-2
+noback context _1"\x9AD4"["\x80D6"] @1234-1236-2
+
+# \x9AD8\x66F4 13-146-3-13-1356-3
+noback context _1"\x9AD8"["\x66F4"] @13-1356-3
+
+# \x9AD8\x8208 13-146-3-15-13456-5
+noback context _1"\x9AD8"["\x8208"] @15-13456-5
+
+# \x9AD8\x9E97 13-146-3-14-16-2
+noback context _1"\x9AD8"["\x9E97"] @14-16-2
+
+# \x9AEE\x5B50 12345-345-4-125-156-4
+noback context _1"\x9AEE"["\x5B50"] @125-156-4
+
+# \x9AFA\x58BE 236-5-123-136-4
+noback context ["\x9AFA"]"\x58BE" @236-5
+
+# \x9B06\x6563 15-12346-3-15-1236-4
+noback context _1"\x9B06"["\x6563"] @15-1236-4
+
+# \x9B08\x66F2 245-45-2-245-1256-3
+noback context _1"\x9B08"["\x66F2"] @245-1256-3
+
+# \x9B31\x3825 1256-5-14-1256-5
+noback context _1"\x9B31"["\x3825"] @14-1256-5
+
+# \x9B31\x585E 1256-5-15-2346-5
+noback context _1"\x9B31"["\x585E"] @15-2346-5
+
+# \x9B31\x58D8 1256-5-14-1256-5
+noback context _1"\x9B31"["\x58D8"] @14-1256-5
+
+# \x9B31\x60B6 1256-5-134-136-5
+noback context _1"\x9B31"["\x60B6"] @134-136-5
+
+# \x9B5A\x5B50 1256-2-125-156-4
+noback context _1"\x9B5A"["\x5B50"] @125-156-4
+
+# \x9B6D\x65B7 12456-4-145-12456-5
+noback context ["\x9B6D"]"\x65B7" @12456-4
+
+# \x9BAE\x5C11 15-2345-4-24-146-4
+noback context ["\x9BAE"]"\x5C11" @15-2345-4
+
+# \x9BAE\x6065 15-2345-4-12-156-4
+noback context ["\x9BAE"]"\x6065" @15-2345-4
+
+# \x9BAE\x8146 15-2345-4-124-2345-4
+noback context ["\x9BAE"]"\x8146" @15-2345-4
+
+# \x9BC6\x4C50 135-34-3-12345-34-2
+noback context ["\x9BC6"]"\x4C50" @135-34-3
+
+# \x9BC6\x9B6E 1234-34-3-135-16-4
+noback context _1"\x9BC6"["\x9B6E"] @135-16-4
+
+# \x9C1F\x9B6E 1234-1346-2-1234-16-2
+noback context ["\x9C1F"]"\x9B6E" @1234-1346-2
+
+# \x9C2A\x9C42 2346-2-13-46-3
+noback context ["\x9C2A"]"\x9C42" @2346-2
+
+# \x9C63\x5802 24-1236-5-124-1346-2
+noback context ["\x9C63"]"\x5802" @24-1236-5
+
+# \x9C63\x820D 24-1236-5-24-2346-5
+noback context ["\x9C63"]"\x820D" @24-1236-5
+
+# \x9C73\x5F97 14-34-5-145-2346-2
+noback context ["\x9C73"]"\x5F97" @14-34-5
+
+# \x9CE7\x8308 12345-34-2-245-156-2
+noback context _1"\x9CE7"["\x8308"] @245-156-2
+
+# \x9CE9\x7387 13-234-3-24-2356-5
+noback context _1"\x9CE9"["\x7387"] @24-2356-5
+
+# \x9CF1\x9D20 1235-1236-5-145-1236-5
+noback context ["\x9CF1"]"\x9D20" @1235-1236-5
+
+# \x9CF3\x51A0 12345-1356-5-13-12456-3
+noback context _1"\x9CF3"["\x51A0"] @13-12456-3
+
+# \x9CFA\x9D00 12345-34-3-12345-12356-4
+noback context ["\x9CFA"]"\x9D00" @12345-34-3
+
+# \x9CFB\x9CE9 135-1236-3-13-234-3
+noback context ["\x9CFB"]"\x9CE9" @135-1236-3
+
+# \x9D1B\x884C 45-3-1235-1346-2
+noback context _1"\x9D1B"["\x884C"] @1235-1346-2
+
+# \x9D1D\x9D45 245-1256-2-13-2346-2
+noback context _1"\x9D1D"["\x9D45"] @13-2346-2
+
+# \x9D1F\x5687 12-156-3-1235-2346-5
+noback context _1"\x9D1F"["\x5687"] @1235-2346-5
+
+# \x9D1F\x8E72 12-156-3-245-123456-3
+noback context _1"\x9D1F"["\x8E72"] @245-123456-3
+
+# \x9D3A\x80E1 124-16-2-1235-34-2
+noback context ["\x9D3A"]"\x80E1" @124-16-2
+
+# \x9D3B\x722A 1235-12346-2-1-146-4
+noback context _1"\x9D3B"["\x722A"] @1-146-4
+
+# \x9D3B\x7D67 1235-12346-2-145-12346-5
+noback context _1"\x9D3B"["\x7D67"] @145-12346-5
+
+# \x9D60\x7684 13-34-4-145-16-5
+noback context ["\x9D60"]"\x7684" @13-34-4
+noback context _1"\x9D60"["\x7684"] @145-16-5
+
+# \x9D77\x884C 45-3-1235-1346-2
+noback context _1"\x9D77"["\x884C"] @1235-1346-2
+
+# \x9DA3\x9D72 135-2345-4-245-236-5
+noback context ["\x9DA3"]"\x9D72" @135-2345-4
+
+# \x9DB4\x5B50 1235-2346-5-125-156-4
+noback context _1"\x9DB4"["\x5B50"] @125-156-4
+
+# \x9DBB\x9CE9 13-34-4-13-234-3
+noback context ["\x9DBB"]"\x9CE9" @13-34-4
+
+# \x9DBB\x9D43 13-34-4-1-12356-3
+noback context ["\x9DBB"]"\x9D43" @13-34-4
+
+# \x9E1B\x9DE4 13-12456-5-124-1236-2
+noback context _1"\x9E1B"["\x9DE4"] @124-1236-2
+
+# \x9E7D\x7B74 2345-2-245-2346-5
+noback context _1"\x9E7D"["\x7B74"] @245-2346-5
+
+# \x9E7F\x67F4 14-34-5-1-2456-5
+noback context _1"\x9E7F"["\x67F4"] @1-2456-5
+
+# \x9E7F\x8324 14-34-5-145-25-3
+noback context _1"\x9E7F"["\x8324"] @145-25-3
+
+# \x9E9B\x592D 134-16-2-146-4
+noback context _1"\x9E9B"["\x592D"] @146-4
+
+# \x9EC3\x51A0 1235-456-2-13-12456-3
+noback context _1"\x9EC3"["\x51A0"] @13-12456-3
+
+# \x9EC3\x5377 1235-456-2-13-45-5
+noback context _1"\x9EC3"["\x5377"] @13-45-5
+
+# \x9EC3\x5825 1235-456-2-134-12356-2
+noback context _1"\x9EC3"["\x5825"] @134-12356-2
+
+# \x9EC3\x9998 1235-456-2-15-1256-5
+noback context _1"\x9EC3"["\x9998"] @15-1256-5
+
+# \x9ED1\x5B50 1235-356-3-125-156-4
+noback context _1"\x9ED1"["\x5B50"] @125-156-4
+
+# \x9EDE\x579B 145-2345-4-145-25-5
+noback context _1"\x9EDE"["\x579B"] @145-25-5
+
+# \x9EE6\x984F 346-5-2345-2
+noback context ["\x9EE6"]"\x984F" @346-5
+
+# \x9F3B\x54BD 135-16-2-2345-3
+noback context _1"\x9F3B"["\x54BD"] @2345-3
+
+# \x9F3B\x585E 135-16-2-15-2456-3
+noback context _1"\x9F3B"["\x585E"] @15-2456-3
+
+# \x9F4A\x8870 125-156-3-245-1246-3
+noback context ["\x9F4A"]"\x8870" @125-156-3
+noback context _1"\x9F4A"["\x8870"] @245-1246-3
+
+# \x9F4D\x76DB 125-156-3-12-1356-2
+noback context _1"\x9F4D"["\x76DB"] @12-1356-2
+
+# \x9F52\x7E2B 12-156-4-12345-1356-5
+noback context _1"\x9F52"["\x7E2B"] @12345-1356-5
+
+# \x9F75\x5DEE 1256-2-245-156-3
+noback context _1"\x9F75"["\x5DEE"] @245-156-3
+
+# \x9F8D\x5B50 14-12346-2-125-156-4
+noback context _1"\x9F8D"["\x5B50"] @125-156-4
+
+# \x9F9C\x7B74 13-1246-3-245-2346-5
+noback context _1"\x9F9C"["\x7B74"] @245-2346-5
+
+# \x9F9C\x8332 245-234-3-245-156-2
+noback context ["\x9F9C"]"\x8332" @245-234-3
+noback context _1"\x9F9C"["\x8332"] @245-156-2
+
+# \x9F9C\x88C2 13-256-3-14-346-5
+noback context ["\x9F9C"]"\x88C2" @13-256-3
+#end Han character rules
+#-index-name: Dutch, Netherlands
+#-display-name: Dutch braille as used in the Netherlands
+
+#+locale:nl
+#+type:literary
+#+contraction:no
+#+grade:0
+#+version:2017.1
+
+# TODO: Please correct the metadata above. It is not meant to be
+# accurate nor complete. It hasn't been verified by the table
+# author yet. It is merely an attempt by the liblouis maintainers
+# to get some sensible initial values in place.
+
+# TODO: Please add a reference to official documentation about
+# the implemented braille code. Preferably submit the documents
+# to https://github.com/liblouis/braille-specs.
+
+include nl-NL-g0.utb
+include braille-patterns.cti
+#
+# Copyright (C) 1995-2008 by The BRLTTY Developers.
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+
+# BRLTTY Text Table - Danish LogText (iso-8859-1)
+
+# Danish LogText users are accustomed to the percent sign (%) and the
+# exclamation point (!) being mapped to patterns which differ from the new 1252
+# standard. LogText users will be more comfortable with this table.
+
+# generated by ttbtest
+letter \x0000 12345678		NULL
+letter \x0001 178		START OF HEADING
+letter \x0002 1278		START OF TEXT
+letter \x0003 1478		END OF TEXT
+letter \x0004 14578		END OF TRANSMISSION
+letter \x0005 1578		ENQUIRY
+letter \x0006 12478		ACKNOWLEDGE
+letter \x0007 124578		BELL
+letter \x0008 12578		BACKSPACE
+space \t 2478		CHARACTER TABULATION
+space \n 24578		LINE FEED (LF)
+space \v 1378		LINE TABULATION
+space \f 12378		FORM FEED (FF)
+space \r 13478		CARRIAGE RETURN (CR)
+letter \x000e 134578		SHIFT OUT
+letter \x000f 13578		SHIFT IN
+letter \x0010 123478		DATA LINK ESCAPE
+letter \x0011 1234578		DEVICE CONTROL ONE
+letter \x0012 123578		DEVICE CONTROL TWO
+letter \x0013 23478		DEVICE CONTROL THREE
+letter \x0014 234578		DEVICE CONTROL FOUR
+letter \x0015 13678		NEGATIVE ACKNOWLEDGE
+letter \x0016 123678		SYNCHRONOUS IDLE
+letter \x0017 245678		END OF TRANSMISSION BLOCK
+letter \x0018 134678		CANCEL
+letter \x0019 1345678		END OF MEDIUM
+letter \x001a 135678		SUBSTITUTE
+letter \x001b 34578		ESCAPE
+letter \x001c 45678		INFORMATION SEPARATOR FOUR
+letter \x001d 278		INFORMATION SEPARATOR THREE
+letter \x001e 1234678		INFORMATION SEPARATOR TWO
+letter \x001f 235678		INFORMATION SEPARATOR ONE
+space \s 0		SPACE
+punctuation ! 56		EXCLAMATION MARK
+punctuation " 2356		QUOTATION MARK
+punctuation # 34568		NUMBER SIGN
+punctuation $ 1568		DOLLAR SIGN
+punctuation % 3568		PERCENT SIGN
+punctuation & 123468		AMPERSAND
+punctuation ' 6		APOSTROPHE
+punctuation ( 1268		LEFT PARENTHESIS
+punctuation ) 3458		RIGHT PARENTHESIS
+punctuation * 13468		ASTERISK
+punctuation + 2358		PLUS SIGN
+punctuation , 2		COMMA
+punctuation - 368		HYPHEN-MINUS
+punctuation . 3		FULL STOP
+punctuation / 258		SOLIDUS
+include digits8Dots.uti
+punctuation : 25		COLON
+punctuation ; 23		SEMICOLON
+punctuation < 1348		LESS-THAN SIGN
+punctuation = 23568		EQUALS SIGN
+punctuation > 2348		GREATER-THAN SIGN
+punctuation ? 26		QUESTION MARK
+punctuation @ 478		COMMERCIAL AT
+uppercase A 17		LATIN CAPITAL LETTER A
+uppercase B 127		LATIN CAPITAL LETTER B
+uppercase C 147		LATIN CAPITAL LETTER C
+uppercase D 1457		LATIN CAPITAL LETTER D
+uppercase E 157		LATIN CAPITAL LETTER E
+uppercase F 1247		LATIN CAPITAL LETTER F
+uppercase G 12457		LATIN CAPITAL LETTER G
+uppercase H 1257		LATIN CAPITAL LETTER H
+uppercase I 247		LATIN CAPITAL LETTER I
+uppercase J 2457		LATIN CAPITAL LETTER J
+uppercase K 137		LATIN CAPITAL LETTER K
+uppercase L 1237		LATIN CAPITAL LETTER L
+uppercase M 1347		LATIN CAPITAL LETTER M
+uppercase N 13457		LATIN CAPITAL LETTER N
+uppercase O 1357		LATIN CAPITAL LETTER O
+uppercase P 12347		LATIN CAPITAL LETTER P
+uppercase Q 123457		LATIN CAPITAL LETTER Q
+uppercase R 12357		LATIN CAPITAL LETTER R
+uppercase S 2347		LATIN CAPITAL LETTER S
+uppercase T 23457		LATIN CAPITAL LETTER T
+uppercase U 1367		LATIN CAPITAL LETTER U
+uppercase V 12367		LATIN CAPITAL LETTER V
+uppercase W 24567		LATIN CAPITAL LETTER W
+uppercase X 13467		LATIN CAPITAL LETTER X
+uppercase Y 134567		LATIN CAPITAL LETTER Y
+uppercase Z 13567		LATIN CAPITAL LETTER Z
+punctuation [ 12368		LEFT SQUARE BRACKET
+punctuation \\ 168		REVERSE SOLIDUS
+punctuation ] 14568		RIGHT SQUARE BRACKET
+punctuation ^ 67		CIRCUMFLEX ACCENT
+punctuation _ 78		LOW LINE
+punctuation ` 23567		GRAVE ACCENT
+lowercase a 1		LATIN SMALL LETTER A
+lowercase b 12		LATIN SMALL LETTER B
+lowercase c 14		LATIN SMALL LETTER C
+lowercase d 145		LATIN SMALL LETTER D
+lowercase e 15		LATIN SMALL LETTER E
+lowercase f 124		LATIN SMALL LETTER F
+lowercase g 1245		LATIN SMALL LETTER G
+lowercase h 125		LATIN SMALL LETTER H
+lowercase i 24		LATIN SMALL LETTER I
+lowercase j 245		LATIN SMALL LETTER J
+lowercase k 13		LATIN SMALL LETTER K
+lowercase l 123		LATIN SMALL LETTER L
+lowercase m 134		LATIN SMALL LETTER M
+lowercase n 1345		LATIN SMALL LETTER N
+lowercase o 135		LATIN SMALL LETTER O
+lowercase p 1234		LATIN SMALL LETTER P
+lowercase q 12345		LATIN SMALL LETTER Q
+lowercase r 1235		LATIN SMALL LETTER R
+lowercase s 234		LATIN SMALL LETTER S
+lowercase t 2345		LATIN SMALL LETTER T
+lowercase u 136		LATIN SMALL LETTER U
+lowercase v 1236		LATIN SMALL LETTER V
+lowercase w 2456		LATIN SMALL LETTER W
+lowercase x 1346		LATIN SMALL LETTER X
+lowercase y 13456		LATIN SMALL LETTER Y
+lowercase z 1356		LATIN SMALL LETTER Z
+punctuation { 2468		LEFT CURLY BRACKET
+punctuation | 4568		VERTICAL LINE
+punctuation } 1358		RIGHT CURLY BRACKET
+punctuation ~ 68		TILDE
+letter \x007f 8		DELETE
+letter \x0080 4		<control-0080>
+letter \x0081 45		<control-0081>
+letter \x0082 457		BREAK PERMITTED HERE
+letter \x0083 5		NO BREAK HERE
+letter \x0084 2378		<control-0084>
+letter \x0085 235		NEXT LINE (NEL)
+letter \x0086 2357		START OF SELECTED AREA
+letter \x0087 23578		END OF SELECTED AREA
+letter \x0088 5678		CHARACTER TABULATION SET
+letter \x0089 678		CHARACTER TABULATION WITH JUSTIFICATION
+letter \x008a 2368		LINE TABULATION SET
+letter \x008b 456		PARTIAL LINE FORWARD
+letter \x008c 347		PARTIAL LINE BACKWARD
+letter \x008d 3567		REVERSE LINE FEED
+letter \x008e 3467		SINGLE SHIFT TWO
+letter \x008f 27		SINGLE SHIFT THREE
+letter \x0090 357		DEVICE CONTROL STRING
+letter \x0091 47		PRIVATE USE ONE
+letter \x0092 48		PRIVATE USE TWO
+letter \x0093 237		SET TRANSMIT STATE
+letter \x0094 568		CANCEL CHARACTER
+letter \x0095 37		MESSAGE WAITING
+letter \x0096 36		START OF GUARDED AREA
+letter \x0097 367		END OF GUARDED AREA
+letter \x0098 46		START OF STRING
+letter \x0099 257		<control-0099>
+letter \x009a 34		SINGLE CHARACTER INTRODUCER
+letter \x009b 4567		CONTROL SEQUENCE INTRODUCER
+letter \x009c 467		STRING TERMINATOR
+letter \x009d 23458		OPERATING SYSTEM COMMAND
+letter \x009e 346		PRIVACY MESSAGE
+letter \x009f 2345678		APPLICATION PROGRAM COMMAND
+punctuation \x00a0 0		NO-BREAK SPACE
+punctuation \x00a1 256		INVERTED EXCLAMATION MARK
+punctuation \x00a2 2578		CENT SIGN
+punctuation \x00a3 1238		POUND SIGN
+punctuation \x00a4 2367		CURRENCY SIGN
+punctuation \x00a5 25678		YEN SIGN
+punctuation \x00a6 3478		BROKEN BAR
+punctuation \x00a7 578		SECTION SIGN
+punctuation \x00a8 23678		DIAERESIS
+punctuation \x00a9 345678		COPYRIGHT SIGN
+letter \x00aa 234678		FEMININE ORDINAL INDICATOR
+punctuation \x00ab 57		LEFT-POINTING DOUBLE ANGLE QUOTATION MARK
+punctuation \x00ac 34567		NOT SIGN
+punctuation \x00ad 378		SOFT HYPHEN
+punctuation \x00ae 4578		REGISTERED SIGN
+punctuation \x00af 267		MACRON
+punctuation \x00b0 356		DEGREE SIGN
+punctuation \x00b1 123458		PLUS-MINUS SIGN
+punctuation \x00b2 238		SUPERSCRIPT TWO
+punctuation \x00b3 12348		SUPERSCRIPT THREE
+punctuation \x00b4 468		ACUTE ACCENT
+lowercase \x00b5 236		MICRO SIGN
+punctuation \x00b6 1234568		PILCROW SIGN
+punctuation \x00b7 38		MIDDLE DOT
+punctuation \x00b8 4678		CEDILLA
+punctuation \x00b9 28		SUPERSCRIPT ONE
+letter \x00ba 7		MASCULINE ORDINAL INDICATOR
+punctuation \x00bb 567		RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK
+punctuation \x00bc 13458		VULGAR FRACTION ONE QUARTER
+punctuation \x00bd 458		VULGAR FRACTION ONE HALF
+punctuation \x00be 3456		VULGAR FRACTION THREE QUARTERS
+punctuation \x00bf 348		INVERTED QUESTION MARK
+uppercase \x00c0 123567		LATIN CAPITAL LETTER A WITH GRAVE
+uppercase \x00c1 1235678		LATIN CAPITAL LETTER A WITH ACUTE
+uppercase \x00c2 1678		LATIN CAPITAL LETTER A WITH CIRCUMFLEX
+uppercase \x00c3 14678		LATIN CAPITAL LETTER A WITH TILDE
+uppercase \x00c4 358		LATIN CAPITAL LETTER A WITH DIAERESIS
+uppercase \x00c5 167		LATIN CAPITAL LETTER A WITH RING ABOVE
+uppercase \x00c6 3457		LATIN CAPITAL LETTER AE
+uppercase \x00c7 123467		LATIN CAPITAL LETTER C WITH CEDILLA
+uppercase \x00c8 23467		LATIN CAPITAL LETTER E WITH GRAVE
+uppercase \x00c9 1234567		LATIN CAPITAL LETTER E WITH ACUTE
+uppercase \x00ca 1267		LATIN CAPITAL LETTER E WITH CIRCUMFLEX
+uppercase \x00cb 12467		LATIN CAPITAL LETTER E WITH DIAERESIS
+uppercase \x00cc 15678		LATIN CAPITAL LETTER I WITH GRAVE
+uppercase \x00cd 12678		LATIN CAPITAL LETTER I WITH ACUTE
+uppercase \x00ce 1467		LATIN CAPITAL LETTER I WITH CIRCUMFLEX
+uppercase \x00cf 124567		LATIN CAPITAL LETTER I WITH DIAERESIS
+uppercase \x00d0 35678		LATIN CAPITAL LETTER ETH
+uppercase \x00d1 1245678		LATIN CAPITAL LETTER N WITH TILDE
+uppercase \x00d2 124678		LATIN CAPITAL LETTER O WITH GRAVE
+uppercase \x00d3 34678		LATIN CAPITAL LETTER O WITH ACUTE
+uppercase \x00d4 14567		LATIN CAPITAL LETTER O WITH CIRCUMFLEX
+uppercase \x00d5 145678		LATIN CAPITAL LETTER O WITH TILDE
+uppercase \x00d6 24678		LATIN CAPITAL LETTER O WITH DIAERESIS
+punctuation \x00d7 13568		MULTIPLICATION SIGN
+uppercase \x00d8 2467		LATIN CAPITAL LETTER O WITH STROKE
+uppercase \x00d9 234567		LATIN CAPITAL LETTER U WITH GRAVE
+uppercase \x00da 125678		LATIN CAPITAL LETTER U WITH ACUTE
+uppercase \x00db 1567		LATIN CAPITAL LETTER U WITH CIRCUMFLEX
+uppercase \x00dc 12567		LATIN CAPITAL LETTER U WITH DIAERESIS
+uppercase \x00dd 3578		LATIN CAPITAL LETTER Y WITH ACUTE
+uppercase \x00de 2678		LATIN CAPITAL LETTER THORN
+lowercase \x00df 23468		LATIN SMALL LETTER SHARP S
+lowercase \x00e0 12356		LATIN SMALL LETTER A WITH GRAVE
+lowercase \x00e1 123568		LATIN SMALL LETTER A WITH ACUTE
+lowercase \x00e2 268		LATIN SMALL LETTER A WITH CIRCUMFLEX
+lowercase \x00e3 1468		LATIN SMALL LETTER A WITH TILDE
+lowercase \x00e4 58		LATIN SMALL LETTER A WITH DIAERESIS
+lowercase \x00e5 16		LATIN SMALL LETTER A WITH RING ABOVE
+lowercase \x00e6 345		LATIN SMALL LETTER AE
+lowercase \x00e7 12346		LATIN SMALL LETTER C WITH CEDILLA
+lowercase \x00e8 2346		LATIN SMALL LETTER E WITH GRAVE
+lowercase \x00e9 123456		LATIN SMALL LETTER E WITH ACUTE
+lowercase \x00ea 126		LATIN SMALL LETTER E WITH CIRCUMFLEX
+lowercase \x00eb 1246		LATIN SMALL LETTER E WITH DIAERESIS
+lowercase \x00ec 3678		LATIN SMALL LETTER I WITH GRAVE
+lowercase \x00ed 1368		LATIN SMALL LETTER I WITH ACUTE
+lowercase \x00ee 146		LATIN SMALL LETTER I WITH CIRCUMFLEX
+lowercase \x00ef 12456		LATIN SMALL LETTER I WITH DIAERESIS
+lowercase \x00f0 134568		LATIN SMALL LETTER ETH
+lowercase \x00f1 124568		LATIN SMALL LETTER N WITH TILDE
+lowercase \x00f2 12468		LATIN SMALL LETTER O WITH GRAVE
+lowercase \x00f3 3468		LATIN SMALL LETTER O WITH ACUTE
+lowercase \x00f4 1456		LATIN SMALL LETTER O WITH CIRCUMFLEX
+lowercase \x00f5 12358		LATIN SMALL LETTER O WITH TILDE
+lowercase \x00f6 35		LATIN SMALL LETTER O WITH DIAERESIS
+punctuation \x00f7 2568		DIVISION SIGN
+lowercase \x00f8 246		LATIN SMALL LETTER O WITH STROKE
+lowercase \x00f9 23456		LATIN SMALL LETTER U WITH GRAVE
+lowercase \x00fa 12568		LATIN SMALL LETTER U WITH ACUTE
+lowercase \x00fb 156		LATIN SMALL LETTER U WITH CIRCUMFLEX
+lowercase \x00fc 1256		LATIN SMALL LETTER U WITH DIAERESIS
+lowercase \x00fd 24568		LATIN SMALL LETTER Y WITH ACUTE
+lowercase \x00fe 138		LATIN SMALL LETTER THORN
+lowercase \x00ff 234568		LATIN SMALL LETTER Y WITH DIAERESIS
+# This table contains braille codes and rules for Marathi Grade 1 and includes English grade 1
+#
+# Copyright (C) 2014 National Institute for Visually Handicapped, 116, Rajpur Road, Dehradun, Uttrakhand, India
+#
+# This file is part of liblouis.
+#
+# liblouis is free software: you can redistribute it and/or modify it
+# under the terms of the GNU Lesser General Public License as
+# published by the Free Software Foundation, either version 2.1 of the
+# License, or (at your option) any later version.
+#
+# liblouis is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with liblouis. If not, see
+# <http://www.gnu.org/licenses/>.
+
+# This table is built and maintained under an activity of Braille Council of India
+# Contributors: Dipendra Manocha, Sreeja, Dinesh Kaushal, Mesar Hameed
+# Last updated on May 5, 2014
+# To report any bugs or any suggestion, please write to d@saksham.org and sreeja.param@gmail.com
+
+include devanagari.cti
+include en-in-g1.ctb
+#  liblouis: German Grade 2 Braille
+#
+#  Copyright (C) 2018 SBS Schweizerische Bibliothek für Blinde, Seh- und Lesebehinderte
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+#
+#-------------------------------------------------------------------------------
+
+
+letsign 6
+
+noletsignbefore '
+noletsignafter .'
+
+noletsign cCqQxXyY\x250A
+noletsign ÀàÁáÂâÃãÅåÆæÇçÈèÉéÊê
+noletsign ËëÌìÍíÎîÏïÐðÑñÒòÓóÔô
+noletsign ÕõØøÙùÚúÛûÝýÞþŸÿŒœĀā
+noletsign Ă㥹ĆćĈĉĊċČčĎďĐđĒēĖė
+noletsign ĘęĚěĞğĢģĤĥĦħĨĩĪīĮįİı
+
+# fehlender Pt.6 (Apo) bei Wort-Zahl-Ausdrücken
+noback correct $l[]$d "\x256C"
+
+# fehlender Pt.6 (Apo) bei Ausrufe-/Fragezeichen in Klammern
+always (!)       2356-6-235-2356
+always (?)       2356-6-26-2356
+
+# fehlender Pt.6 (Apo) bei alleinstehendem Ausrufe- oder Fragezeichen in Klammern
+always \s(?      0-2356-6-26
+always \s[?      0-6-2356-6-26
+always \s(!      0-2356-6-235
+always \s[!      0-6-2356-6-235
+
+include de-g2-core-patterns.dic
+
+word       aber       1                            #  A  #
+nocross    aber       2-1                          #  ,A  #
+sufword    ach        1-1456                       #  A4  #
+nocross    ach        56                           #  <  #
+prfword    al         1-123                        #  AL  #
+nocross    al         25                           #  :  #
+nocross    al'        25-6                         #  :'  #
+prfword    all        1-12345                      #  AQ  #
+nocross    all        1                            #  A  #
+word       als        146                          #  3  #
+nocross    also       1-135                        #  AO  #
+endword    an         1-1345                       #  AN  #
+nocross    an         235                          #  +  #
+nocross    an'        235-6                        #  +'  #
+nocross    ander      2-12456                      #  ,7  #
+prfword    ar         1-1235                       #  AR  #
+nocross    ar         356                          #  )  #
+nocross    ar'        356-6                        #  )'  #
+nocross    arbeit     356-12                       #  )B  #
+nocross    ation      5-1345                       #  !N  #
+nocross    ativ       5-1236                       #  !V  #
+word       au         6-16                         #  '1  #
+nocross    au         16                           #  1  #
+word       auch       34                           #  \  #
+word       auf        16                           #  1  #
+nocross    auf        2-16                         #  ,1  #
+prfword    be         12-15                        #  BE  #
+nocross    be         23                           #  ;  #
+nocross    be'        23-6                         #  ;'  #
+word       bei        12                           #  B  #
+nocross    bei        2-12                         #  ,B  #
+nocross    beid       12-145                       #  BD  #
+word       beim       12-134                       #  BM  #
+nocross    besonder   23                           #  ;  #
+nocross    besser     234-234                      #  SS  #
+nocross    bis        12-234                       #  BS  #
+nocross    bist       12-23456                     #  B]  #
+nocross    bleib      12-12                        #  BB  #
+nocross    brauch     2-34                         #  ,\  #
+nocross    brief      12-124                       #  BF  #
+nocross    bring      12-1245                      #  BG  #
+nocross    bräuch     5-34                         #  !\  #
+always     c          6-14                         #  'C  #
+always     C          6-14                         #  'C  #
+word       ch         6-1456                       #  '4  #
+nocross    ch         1456                         #  4  #
+nocross    charakter  1456-13                      #  4K  #
+word       ck         6-14-13                      #  'CK  #
+nocross    ck         46                           #  $  #
+nocross    dabei      145-12                       #  DB  #
+word       dadurch    145-145                      #  DD  #
+nocross    dafür      145-124                      #  DF  #
+nocross    dagegen    145-1245                     #  DG  #
+nocross    daher      145-125                      #  DH  #
+nocross    damit      145-134                      #  DM  #
+nocross    dank       145-13                       #  DK  #
+nocross    darauf     145-16                       #  D1  #
+nocross    darüber    145-1256                     #  D8  #
+word       das        145                          #  D  #
+word       dass       2346                         #  ^  #
+nocross    davon      145-1236                     #  DV  #
+nocross    dazu       145-1356                     #  DZ  #
+word       dem        12356                        #  [  #
+nocross    dem        2-12356                      #  ,[  #
+nocross    demokrat   145-2345                     #  DT  #
+word       den        15                           #  E  #
+word       denen      15-14                        #  EC  #
+nocross    denn       145-1345                     #  DN  #
+word       der        1235                         #  R  #
+word       des        3                            #  .  #
+nocross    dessen     145-2346                     #  D^  #
+nocross    deutsch    145-156                      #  D5  #
+word       die        346                          #  0  #
+nocross    dies       346                          #  0  #
+word       dir        145-1235                     #  DR  #
+word       doch       145-1456                     #  D4  #
+nocross    druck      145-46                       #  D$  #
+nocross    drück      5-145-46                     #  !D$  #
+word       durch      1456                         #  4  #
+nocross    durch      2-1456                       #  ,4  #
+nocross    dürf       2-145                        #  ,D  #
+nocross    ebenso     15-135                       #  EO  #
+nocross    eh         2356                         #  =  #
+word       ei         6-146                        #  '3  #
+nocross    ei         146                          #  3  #
+nocross    ein        1246                         #  6  #
+nocross    einander   2-1246                       #  ,6  #
+nocross    el         13456                        #  Y  #
+nocross    em         12356                        #  [  #
+nocross    en         14                           #  C  #
+nocross    ent        2346                         #  ^  #
+begword    ┊ent      abcdef-14-2345               #  xCT  #
+word       eo         6-15-135                     #  'EO  #
+nocross    er         12456                        #  7  #
+nocross    es         123456                       #  %  #
+nocross    etwa       15-1                         #  EA  #
+nocross    etwas      2345-2456                    #  TW  #
+word       eu         6-126                        #  '2  #
+nocross    eu         126                          #  2  #
+begword    ex         1346                         #  X  #
+nocross    'ex        6-15-6-1346                  #  'E'X  #
+nocross    fall       124-12345                    #  FQ  #
+nocross    fahr       2-1235                       #  ,R  #
+word       falls      124-12345-234                #  FQS  #
+nocross    falls      124                          #  F  #
+nocross    fertig     124-45                       #  F>  #
+nocross    folg       124-1245                     #  FG  #
+nocross    freund     124-145                      #  FD  #
+nocross    fäll       5-124-12345                  #  !FQ  #
+nocross    fähr       5-1235                       #  !R  #
+nocross    führ       124-125                      #  FH  #
+word       für        124                          #  F  #
+nocross    für        2-124                        #  ,F  #
+nocross    ganz       1245-1356                    #  GZ  #
+nocross    ge         12346                        #  &  #
+word       gegen      1245                         #  G  #
+nocross    gegen      2-1245                       #  ,G  #
+nocross    gegenwart  1245-2456                    #  GW  #
+nocross    gegenwärt  5-1245-2456                  #  !GW  #
+nocross    gegenüber  1245-1256                    #  G8  #
+nocross    gelegen       1245-1245                    #  GG  #
+nocross    geschäft     1245-124                     #  GF  #
+nocross    gesellschaft  1245-156                  #  G5  #
+word       gewesen    12346                        #  &  #
+nocross    gewesen    2-12346                      #  ,&  #
+nocross    geworden   12346-2456                   #  &W  #
+nocross    gibt       1245-12                      #  GB  #
+nocross    gleich     1245-1456                    #  G4  #
+nocross    glück      1245-46                      #  G$  #
+nocross    gross      1245-2346                    #  G^  #
+nocross    groß       1245-2346                    #  G^  #
+nocross    grund      1245-145                     #  GD  #
+nocross    gröss      5-1245-2346                  #  !G^  #
+nocross    größ       5-1245-2346                  #  !G^  #
+nocross    gründ      5-1245-145                   #  !GD  #
+nocross    gänz       5-1245-1356                  #  !GZ  #
+nocross    hab        2-125                        #  ,H  #
+nocross    haft       125-124                      #  HF  #
+nocross    hand       125-145                      #  HD  #
+nocross    hast       125-23456                    #  H]  #
+nocross    hat        125-2345                     #  HT  #
+nocross    hatt       125                          #  H  #
+nocross    haupt      125-1234                     #  HP  #
+word       he         6-125-15                     #  'HE  #
+word       het        6-125-15-2345                #  'HET  #
+nocross    heit       125                          #  H  #
+nocross    herr       1235-1235                    #  RR  #
+nocross    hier       125-1235                     #  HR  #
+nocross    hoff       124-124                      #  FF  #
+nocross    häft       5-125-124                    #  !HF  #
+nocross    händ       5-125-145                    #  !HD  #
+nocross    hätt       345                          #  @  #
+nocross    häupt      5-125-1234                   #  !HP  #
+nocross    ich        3456                         #  #  #
+word       ich,       24-1456-2                    #  I4,  #
+word       ich;       24-1456-23                   #  I4;  #
+word       ich:       24-1456-25                   #  I4:  #
+word       ich?       24-1456-26                   #  I4?  #
+word       ich!       24-1456-235                  #  I4+  #
+word       ich)       24-1456-2356                 #  I4=  #
+word       ich"       24-1456-356                  #  I4)  #
+word       ich«       24-1456-356                  #  I4)  #
+word       ich»       24-1456-356                  #  I4)  #
+word       ich┊       24-1456-abcdef               #  I4x  #
+nocross    ie         346                          #  0  #
+nocross    ig         45                           #  >  #
+word       ihm        236                          #  (  #
+nocross    ihn        24-125                       #  IH  #
+nocross    ihr        24                           #  I  #
+word       im         36a                          #  -  #
+word       immer      1346                         #  X  #
+nocross    immer      2-1346                       #  ,X  #
+nocross    in         35                           #  *  #
+nocross    interess   2-35                         #  ,*  #
+nocross    irgend     24-1245                      #  IG  #
+nocross    ismus      5-24                         #  !I  #
+word       ist        23456                        #  ]  #
+nocross    istisch    5-156                        #  !5  #
+nocross    ität       5-345                        #  !@  #
+nocross    jahr       245-1235                     #  JR  #
+nocross    jahrhundert 245-125                     #  JH  #
+nocross    jahrtausend 245-2345                    #  JT  #
+nocross    jahrzehnt  245-1356                     #  JZ  #
+nocross    jed        245-145                      #  JD  #
+word       jedoch     245-1456                     #  J4  #
+nocross    jetzig     245-45                       #  J>  #
+word       jetzt      245                          #  J  #
+nocross    jetzt      2-245                        #  ,J  #
+nocross    jähr       5-245-1235                   #  !JR  #
+word       kann       13                           #  K  #
+nocross    kannst     13-23456                     #  K]  #
+nocross    kapital    13-1234                      #  KP  #
+nocross    keit       13                           #  K  #
+nocross    komm       13-1346                      #  KX  #
+nocross    konnt      13-2345                      #  KT  #
+nocross    kraft      13-124                       #  KF  #
+nocross    kräft      5-13-124                     #  !KF  #
+nocross    kurz       13-1356                      #  KZ  #
+nocross    kömm       5-13-1346                    #  !KX  #
+nocross    könn       2-13                         #  ,K  #
+nocross    kürz       5-13-1356                    #  !KZ  #
+nocross    lang       123-1245                     #  LG  #
+nocross    lass       2-123                        #  ,L  #
+nocross    leb        123-12                       #  LB  #
+nocross    leicht     123-1456                     #  L4  #
+nocross    letzt      123-2345                     #  LT  #
+nocross    lich       456                          #  _  #
+sufword    ll         123-123                      #  LL  #
+nocross    ll         12345                        #  Q  #
+nocross    läng       5-123-1245                   #  !LG  #
+nocross    läss       5-123                        #  !L  #
+word       lässt      123                          #  L  #
+word       mal        134-1-123                    #  MAL  #
+nocross    mal        134                          #  M  #
+word       man        134                          #  M  #
+nocross    maschin    134-156                      #  M5  #
+nocross    material   134-123                      #  ML  #
+nocross    materiell  134-12345                    #  MQ  #
+word       mehr       2356                         #  =  #
+nocross    mehr       2-2356                       #  ,=  #
+nocross    mir        134-1235                     #  MR  #
+word       mit        2345                         #  T  #
+nocross    mit        2-2345                       #  ,T  #
+nocross    mittel     134-2345                     #  MT  #
+sufword    mm         134-134                      #  MM  #
+nocross    mm         1346                         #  X  #
+word       mr         6-134-1235                   #  'MR  #
+always     mr.        134-1235-3                   #  MR.  #
+word       mrs        6-134-1235-234               #  'MRS  #
+always     mrs.       134-1235-234-3               #  MRS.  #
+nocross    musik      134-13                       #  MK  #
+nocross    muss       134-2346                     #  M^  #
+word       möcht      134-246-1456-2345            #  M94T  #
+nocross    möcht      1456                         #  4  #
+nocross    mög        2-246                        #  ,9  #
+nocross    möglich    134-456                      #  M_  #
+nocross    müss       2-134                        #  ,M  #
+nocross    nachdem    1345-145                     #  ND  #
+nocross    nahm       1345-134                     #  NM  #
+nocross    natur      1345-2345                    #  NT  #
+nocross    natürlich  1345-456                     #  N_  #
+nocross    neben      1345-12                      #  NB  #
+nocross    nehm       1345-125                     #  NH  #
+word       nicht      1345                         #  N  #
+nocross    nicht      2-1345                       #  ,N  #
+nocross    nichts     1345-234                     #  NS  #
+nocross    nis        1346                         #  X  #
+nocross    noch       1345-1456                    #  N4  #
+nocross    nommen     1345-1346                    #  NX  #
+nocross    notwendig  1345-2456                    #  NW  #
+nocross    nur        1345-1235                    #  NR  #
+nocross    nutz       1345-1356                    #  NZ  #
+nocross    nächst     1345-23456                   #  N]  #
+nocross    nähm       5-1345-134                   #  !NM  #
+nocross    nütz       5-1345-1356                  #  !NZ  #
+word       oder       135                          #  O  #
+nocross    ohne       135-15                       #  OE  #
+prfword    or         135-1235                     #  OR  #
+nocross    or         26                           #  ?  #
+nocross    or'        26-6                         #  ?'  #
+nocross    paragraf   1234-1245                    #  PG  #
+nocross    person     1234-1345                    #  PN  #
+nocross    persön     5-1234-1345                  #  !PN  #
+nocross    platz      1234-1356                    #  PZ  #
+nocross    plätz      5-1234-1356                  #  !PZ  #
+nocross    plötzlich  1234-456                     #  P_  #
+nocross    politik    1234-13                      #  PK  #
+nocross    politisch  1234-156                     #  P5  #
+begword    pro        12345                        #  Q  #
+nocross    prou       1234-1235-135-136            #  PROU  #
+nocross    punkt      1234-2345                    #  PT  #
+nocross    pünkt      5-1234-2345                  #  !PT  #
+always     q          6-12345                      #  'Q  #
+always     Q          6-12345                      #  'Q  #
+nocross    recht      1235-2345                    #  RT  #
+nocross    regier     1235-1245                    #  RG  #
+nocross    rehabilit  1235-12                      #  RB  #
+nocross    republik   1235-13                      #  RK  #
+nocross    richt      2-3456                       #  ,#  #
+nocross    rück       1235-46                      #  R$  #
+nocross    sag        234-1245                     #  SG  #
+nocross    sam        2346                         #  ^  #
+nocross    satz       234-1356                     #  SZ  #
+word       sch        6-156                        #  '5  #
+nocross    sch        156                          #  5  #
+sufword    schaft     156-1-124-2345               #  5AFT  #
+nocross    schaft     156                          #  5  #
+nocross    schlag     156-1245                     #  5G  #
+nocross    schliess   156-2346                     #  5^  #
+nocross    schließ    156-2346                     #  5^  #
+nocross    schläg     5-156-1245                   #  !5G  #
+word       schon      156                          #  5  #
+nocross    schreib    156-12                       #  5B  #
+nocross    schrieb    2-156                        #  ,5  #
+nocross    schrift    156-2345                     #  5T  #
+nocross    schwierig  156-45                       #  5>  #
+nocross    sehr       234-1235                     #  SR  #
+nocross    sein       246                          #  9  #
+nocross    selbst     234-23456                    #  S]  #
+nocross    setz       2-15                         #  ,E  #
+word       sich       14                           #  C  #
+word       sie        234                          #  S  #
+nocross    sind       234-145                      #  SD  #
+nocross    sitz       2-24                         #  ,I  #
+word       so         1234                         #  P  #
+nocross    so         2-1234                       #  ,P  #
+nocross    solch      234-1456                     #  S4  #
+nocross    soll       2-234                        #  ,S  #
+nocross    sondern    234-1345                     #  SN  #
+nocross    sozial     234-123                      #  SL  #
+nocross    spiel      2-346                        #  ,0  #
+nocross    sprech     2-2346                       #  ,^  #
+word       ss         6-234-234                    #  'SS  #
+nocross    ss         2346                         #  ^  #
+word       st         234-2345                     #  ST  #
+nocross    st         23456                        #  ]  #
+nocross    staat      23456-2345                   #  ]T  #
+nocross    stand      2-23456                      #  ,]  #
+nocross    stell      2-13456                      #  ,Y  #
+nocross    stets      23456-234                    #  ]S  #
+nocross    ständ      5-23456                      #  !]  #
+nocross    säg        5-234-1245                   #  !SG  #
+nocross    sätz       5-234-1356                   #  !SZ  #
+nocross    te         236                          #  (  #
+nocross    technik    2345-13                      #  TK  #
+nocross    technisch  2345-156                     #  T5  #
+nocross    trag       2345-1245                    #  TG  #
+nocross    treff      2345-124                     #  TF  #
+nocross    trotz      2345-1356                    #  TZ  #
+nocross    träg       5-2345-1245                  #  !TG  #
+word       tz         6-2345-1356                  #  'TZ  #
+word       un         136-1345                     #  UN  #
+nocross    un         256                          #  /  #
+word       und        136                          #  U  #
+nocross    und        2-136                        #  ,U  #
+nocross    ung        136                          #  U  #
+word       unter      256                          #  /  #
+nocross    unter      2-256                        #  ,/  #
+nocross    ver        36a                          #  -  #
+begword    ┊ver      abcdef-1236-12456            #  xV7  #
+nocross    verhältnis 1236-125                     #  VH  #
+nocross    viel       1236-123                     #  VL  #
+nocross    vielleicht 1236-2345                    #  VT  #
+nocross    volk       1236-13                      #  VK  #
+word       voll       12345                        #  Q  #
+nocross    voll       2-12345                      #  ,Q  #
+nocross    vom        1236-134                     #  VM  #
+word       von        1236                         #  V  #
+nocross    von        2-1236                       #  ,V  #
+word       vor        26                           #  ?  #
+nocross    vor        2-26                         #  ,?  #
+nocross    völk       5-1236-13                    #  !VK  #
+nocross    völl       5-12345                      #  !Q  #
+nocross    wahr       2456-125                     #  WH  #
+nocross    war        356                          #  )  #
+word       was        2456                         #  W  #
+nocross    weg        2456-1245                    #  WG  #
+nocross    weit       2456-2345                    #  WT  #
+nocross    weis       2-146                        #  ,3  #
+nocross    welch      13456                        #  Y  #
+nocross    wenig      2456-45                      #  W>  #
+nocross    wenn       2456-1345                    #  WN  #
+nocross    werd       2-2456                       #  ,W  #
+nocross    wesentlich 2456-456                     #  W_  #
+nocross    wiss       2456-2346                    #  W^  #
+word       wie        126                          #  2  #
+nocross    wie        2-126                        #  ,2  #
+nocross    wieder     346-145                      #  0D  #
+nocross    will       2456-12345                   #  WQ  #
+nocross    wir        2456-1235                    #  WR  #
+nocross    wird       2456-145                     #  WD  #
+nocross    wirk       2456-13                      #  WK  #
+nocross    wirst      2456-23456                   #  W]  #
+nocross    wirtschaft 2456-156                     #  W5  #
+nocross    wohl       2456-123                     #  WL  #
+nocross    woll       2-135                        #  ,O  #
+nocross    worden     135-14                       #  OC  #
+word       wurd       2456-136-1235-145            #  WURD  #
+nocross    wurd       136                          #  U  #
+nocross    währ       5-2456-125                   #  !WH  #
+nocross    während    345-145                      #  @D  #
+nocross    wär        5-356                        #  !)  #
+endword    wärts      2456                         #  W  #
+word       würd       2456-1256-1235-145           #  W8RD  #
+nocross    würd       1256                         #  8  #
+always     x          6-1346                       #  'X  #
+always     X          6-1346                       #  'X  #
+always     y          6-13456                      #  'Y  #
+always     Y          6-13456                      #  'Y  #
+nocross    zahl       1356-123                     #  ZL  #
+nocross    zeit       1356-2345                    #  ZT  #
+word       zu         1356                         #  Z  #
+nocross    zu         2-1356                       #  ,Z  #
+nocross    zum        1356-134                     #  ZM  #
+nocross    zunächst   1356-1345                    #  ZN  #
+nocross    zur        1356-1235                    #  ZR  #
+nocross    zurück     1356-46                      #  Z$  #
+nocross    zusammen   1356-234                     #  ZS  #
+nocross    zwischen   1356-2456                    #  ZW  #
+nocross    zähl       5-1356-123                   #  !ZL  #
+always     ß          6-2346                       #  '^  #
+nocross    ähnlich    345-456                      #  @_  #
+nocross    änder      5-12456                      #  !7  #
+nocross    äu         34                           #  \  #
+nocross    öffentlich 246-456                      #  9_  #
+word       über       1256                         #  8  #
+nocross    über       2-1256                       #  ,8  #
+word       überhaupt  1256-125                     #  8H  #
+nocross    übrig      1256-45                      #  8>  #
+endword    'st        6-23456                      #  ']  #
+
+# Ausnahmen:
+word       'e         6-6-15                         #  ''E  #
+word       'l         6-6-123                        #  ''L  #
+word       'm         6-6-134                        #  ''M  #
+word       'n         6-6-1345                       #  ''N  #
+word       'n'        6-1345-6                       #  'N'  #
+word       's         6-6-234                        #  ''S  #
+word       't         6-6-2345                       #  ''T  #
+word       'tsch      6-6-2345-156                   #  ''T5  #
+word       'u         6-6-136                        #  ''U  #
+word       ao         6-1-135                        #  'AO  #
+word       aos        6-1-135-234                    #  'AOS  #
+word       che        6-1456-15                      #  '4E  #
+word       chen       6-1456-14                      #  '4C  #
+word       chens      6-1456-14-234                  #  '4CS  #
+word       chet       6-1456-15-2345                 #  '4ET  #
+word       chets      6-1456-15-2345-234             #  '4ETS  #
+word       dau        6-145-16                       #  'D1  #
+word       dirs       145-1235-234                   #  DRS  #
+word       dr         6-145-1235                     #  'DR  #
+always     dr.        145-1235-3                     #  DR.  #
+word       dschem     6-145-156-12356                #  'D5[  #
+word       dü         6-145-1256                    #   'D8  #
+word       gsch       6-1245-156                     #  'G5  #
+word       he'd       125-15-6-145                   #  HE'D  #
+word       he's       125-15-6-234                   #  HE'S  #
+word       ih         6-24-125                       #  'IH  #
+word       ihm's      24-125-134-6-234               #  IHM'S  #
+word       mal'ach    134-25-6-1-1456                #  M:'A4  #
+word       mal'n      134-25-6-1345                  #  M:'N  #
+word       mlle       6-134-12345-15                 #  'MQE  #
+word       nta        6-1345-2345-1                  #  'NTA  #
+word       nu'man     1345-136-6-134-1-1345          #  NU'MAN  #
+word       pnin       6-1234-1345-35                 #  'PN*  #
+word       psch       6-1234-156                     #  'P5  #
+word       pschscht   6-1234-156-156-2345            #  'P55T  #
+word       pscht      6-1234-156-2345                #  'P5T  #
+word       qa'im      6-12345-1-6-24-134             #  'QA'IM  #
+word       rrm        6-1235-1235-134                #  'RRM  #
+word       s'         6-234-6                        #  'S'  #
+word       sch'chinah 156-6-1456-35-1-125            #  5'4*AH  #
+word       scht       6-156-2345                     #  '5T  #
+word       sgt        6-234-1245-2345                #  'SGT  #
+word       tsch       6-2345-156                     #  'T5  #
+word       tschk      6-2345-156-13                  #  'T5K  #
+word       un'ora     256-6-135-1235-1               #  /'ORA  #
+word       when       2456-125-14-1345                  #  'WHC  #
+word       where      6-2456-125-12456-15            #  'WH7E  #
+word       whu        6-2456-125-136                 #  'WHU  #
+word       über'aupt  2-1256-6-16-1234-2345          #  ,8'1PT  #
+# liblouis: Italiano
 #
 #  Copyright (C) 2004-2008 ViewPlus Technologies, Inc. www.viewplus.com
 #  Copyright (C) 2004-2006 JJB Software, Inc. www.jjb-software.com
@@ -61480,8 +357718,35667 @@
 #  License along with liblouis. If not, see
 #  <http://www.gnu.org/licenses/>.
 
-space \t 7 tab
+include text_nabcc.dis
+space \x00a0 a
+include spaces.uti
+
+#--------------------- All chars definitions ------------------------------
+
+punctuation ! 235						33
+punctuation " 4						34
+sign # 3456								35
+sign $ 46									36
+sign % 123456							37
+sign & 12346							38
+punctuation ' 3	  				39
+punctuation ( 236					40
+punctuation ) 356					41
+punctuation *	35					42
+sign + 235								43
+midnum + 235							43
+punctuation , 2						44
+punctuation ­ 36					45  the hyphen-minus
+punctuation . 256						46
+sign / 256								47
+
+include digits6Dots.uti
+
+punctuation : 25			colon					58		x003A
+punctuation ;	23			semicolon			59		x003B
+math < 56														60		x003C
+math = 2356						equal sign		61		x003D
+math > 45														62		x003E
+punctuation ? 26										63		x003F
+sign @ 345						commercial at	64		x0040
+
+include latinLetterDef6Dots.uti
+punctuation [ 12356			91
+sign \\ 6								92
+punctuation ] 23456			93
+sign ^ 2346							94
+sign _ 456							95 underscore
+sign ` 345							96
+
+# a - z								# 97 - 122							x0061 - x007A
+
+punctuation { 12356			123
+sign | 34				124
+punctuation } 23456			125
+sign ~ 2346			126
+sign \x0080 15-136-1235-135										x0080
+
+sign ¢ 4-14						cent sign																	x00A2
+sign £ 45-123					pound sign																x00A3
+sign ¤ 45-15					currency sign															x00A4
+sign ¥ 45-13456				yen	sign																	x00A5
+sign § 234-234				paragraph	sign														x00A7
+sign © 2356-6-14-2356 copyright																	x00A9
+punctuation « 236		left-pointing double quotation mark				x00AB
+sign ° 356						degree sign																x00B0
+sign ² 4-6-126				superscript 2 sign												x00B2
+sign ³ 4-6-146				superscript 3 sign												x00B3
+sign \x00B4 1256			acute accent
+sign \x00B5 46-134		# 181				µ micro sign									x00B5
+sign \x00B6 4-1234-345						¶ pilcrow sign								x00B6
+sign ¹ 4-6-16					superscript 1 sign												x00B9
+punctuation » 356		right-pointing double quotation mark			x00BB
+sign ¼ 6-16-34-1456		vulgar fraction one quarter								x00BC
+sign ½ 6-16-34-126		vulgar fraction one half									x00BD
+sign ¾ 6-126-34-1456	vulgar fraction 3 quarters								x00BE
+uplow	\x00D3\x00F3 346
+math × 46-16 multiplication sign														hex 0x00d7
+math ÷ 46-34 division sign																	hex 0x00f7
+
+uplow	\x0104\x0105 16
+uplow \x0106\x0107 146
+uplow	\x0118\x0119 156
+uplow	\x0141\x0142 126
+uplow	\x0143\x0144 1456
+uplow \x00C0\x00E0 12356				# a with grave
+uplow \x00C8\x00E8 2346				# e with grave
+uplow \x00C9\x00E9 123456				# e with acute
+uplow \x00CC\x00EC 34				# i with grave above
+uplow \x00D2\x00F2 346			# o with grave above
+uplow \x00D9\x00F9 23456			# u with grave above
+
+#----------------------------------------------------------------------------
+numsign 3456		#	number sign, just one operand
+capsletter 46
+begcapsword 4-6
+
+repeated *** 16-16-16
+prepunc `` 236
+prepunc " 236
+postpunc " 356
+
+repeated ___ 46-46-46
+
+repeated ::: 25-25-25
+repeated === 46-13-46-13-46-13
+repeated ~~~ 4-156-4-156-4-156
+always \s­\s 36-36
+always \s­\scom 36-36-14-135-134
+always ... 3-3-3
+always .\s.\s. 3-3-3 . . .
+
+repeated ­­­ 36-36-36
+always \s­\s 36-36
+
+
+# mathematical symbols
+midnum ­ 36
+endnum % 46
+# special character sequences
+literal :// URLs
+literal www.
+
+literal .com
+literal .edu
+literal .gov
+literal .mil
+literal .net
+literal .org
+
+literal .doc
+literal .htm
+literal .html
+literal .tex
+literal .txt
+
+literal .gif
+literal .jpg
+literal .png
+literal .wav
+
+literal .tar
+literal .zip
+# liblouis: Generic Arabic Grade 1 table
+#
+# Copyright (C) 1995-2004 by The BRLTTY Team. 
+# Copyright (C) 2004 by ViewPlus Technologies, Inc.,  www.viewplustech.com
+# Copyright (C) 2004 by Computers to Help People, Inc., www.chpi.org  
+# Copyright (C) 2011-2012 by Mesar Hameed <mesar.hameed@gmail.com>
+# Copyright (C) 2018 by Ikrami Ahmad <ikrami.ahmad@gmail.com>
+
+# This file is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public
+# License as published by the Free Software Foundation; either
+# version 2.1 of the License, or (at your option) any later version.
+
+# This file is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+# Lesser General Public License for more details.
+
+# You should have received a copy of the GNU Lesser General Public
+# License along with this file; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+
+# This table was originally built by Leon Ungier <Leon.Ungier@ViewPlus.com>
+# with help and guidance from Mohammed R. Ramadan <mramadan@nattiq.com>
+
+include text_nabcc.dis All display opcodes
+include spaces.uti
+include braille-patterns.cti # unicode braille.
+
+# Arabic characters
+letter ء 3 # arabic individual hamza (\x0621)
+letter آ 345 # arabic alef madd (\x0622)
+letter أ 34 # arabic hamza above alef (\x0623)
+letter ؤ 1256 # arabic hamza on waw (\x0624)
+letter إ 46 # arabic hamza below alef (\x0625)
+letter ئ 13456 # arabic hamza on iaa (\x0626)
+letter ا 1 # arabic Alef (\x0626)
+letter ب 12 # arabic baa (\x0628)
+letter ة 16 # arabic taa marbuta (\x0629)
+letter ث 1456 # arabic thaa (\x062B)
+letter ت 2345 # arabic Taa (\x062A)
+letter ج 245 # arabic jeem (\x062C)
+letter ح 156 # arabic strong haa (\x062D)
+letter خ 1346 # arabic Khaa (\x062E)
+letter د 145 # arabic dal (\x062F)
+letter ذ 2346 # arabic thal (\x0630)
+letter ر 1235 # arabic raa (\x0631)
+letter ز 1356 # arabic zaai (\x0632)
+letter س 234 # arabic seen (\x0633)
+letter ش 146 # arabic sheen (\x0634)
+letter ص 12346 # arabic saad (\x0635)
+letter ض 1246 # arabic dhaad (\x0636)
+letter ط 23456 # arabic strong taa (\x0637)
+letter ظ 123456 # arabic strong thaa (\x0638)
+letter ع 12356 # arabic ayn (\x0639)
+letter غ 126 # arabic ghayn (\x063A)
+letter ف 124 # arabic faa (\x0641)
+letter ق 12345 # arabic strong qaaf (\x0642)
+letter ك 13 # arabic kaaf (\x0643)
+letter ل 123 # arabic laam (\x0644)
+letter م 134 # arabic meem (\x0645)
+letter ن 1345 # arabic noon (\x0646)
+letter ه 125 # arabic soft haa (\x0647)
+letter و 2456 # arabic waaw (\x0648)
+letter ى 135 # arabic alef maqsoora (\x0649)
+letter ي 24 # arabic iaa (\x064A)
+letter َ 2 # arabic diacritic symbol fathah (\x064E)
+letter ِ 15 # arabic diacritic symbol kasrah (\x0650)
+letter ً 23 # arabic diacritic symbol tanween fath (\x064B)
+letter ٌ 26 # arabic diacritic symbol tanween dham (\x064C)
+letter ٍ 35 # arabic diacritic symbol tanween kasr (\x064D)
+letter ُ 136 # arabic diacritic symbol dhamma (\x064F)
+letter ّ 6 # arabic diacritic symbol shadda (\x0651)
+letter ْ 25 # arabic diacritic symbol sukoon (\x0652)
+noback sign ـ 2 # arabic tatweel (\x0640)
+
+always \x0644\x0627 1236 # to join lam and alef together in one cell if they come in one word
+midendword \x0651 6 # to indicate that Shadda can never come at the beginning of a word
+midendword \x0652 25 # arabic diacritic symbol sukoon (\x0652)
+midendword َ 2
+
+#the following to correct Shadda symbol, which should be written before the character in Arabic braille code. this will consists of every arabic character followed by the Shadda diacritic symbol, and a dot pattern of the braille shadda followed by the character.
+noback always ءّ 6-3
+noback always آّ 6-345
+noback always أّ 6-34
+noback always ؤّ 6-1256
+noback always إّ 6-46
+noback always ئّ 6-13456
+noback always اّ 6-1
+noback always بّ 6-12
+noback always ةّ 6-16
+noback always ثّ 6-1456
+noback always تّ 6-2345
+noback always جّ 6-245
+noback always حّ 6-156
+noback always خّ 6-1346
+noback always دّ 6-145
+noback always ذّ 6-2346
+noback always رّ 6-1235
+noback always زّ 6-1356
+noback always سّ 6-234
+noback always شّ 6-146
+noback always صّ 6-12346
+noback always ضّ 6-1246
+noback always طّ 6-23456
+noback always ظّ 6-123456
+noback always عّ 6-12356
+noback always غّ 6-126
+noback always فّ 6-124
+noback always قّ 6-12345
+noback always كّ 6-13
+noback always لّ 6-123
+noback always مّ 6-134
+noback always نّ 6-1345
+noback always هّ 6-125
+noback always وّ 6-2456
+noback always يّ 6-24
+noback always لاّ 6-1236
+
+punctuation ، 5 # Arabic comma (\x060C)
+punctuation \x061B 56 # Arabic semiColon
+punctuation ; 56
+punctuation : 5-2
+punctuation \x061F 236 # Arabic question mark ؟
+punctuation ? 236
+punctuation \x06D4 256 # Arabic Full stop
+punctuation . 256
+punctuation , 2
+punctuation ! 235
+punctuation " 2356
+sign # 3456
+sign $ 4-234
+punctuation % 25-1234
+sign & 4-12346
+punctuation ' 3 # apostrophe
+punctuation ) 356
+punctuation ( 236
+sign * 56-35
+math + 56-235
+punctuation - 36-36
+math / 456-36 # changed from the unified braille code, so that it does not conflict with the letter \x0623
+
+# Braille indicators
+numsign 3456 number sign, just a dots operand
+noback multind 56-6 letsign capsletter
+# letsign 56
+noback capsletter 6
+noback begcapsword 6-6
+noback endcapsword 6-3
+emphclass italic
+emphclass underline
+emphclass bold
+noback begemph italic 46
+noback endemph italic 46-46
+noback begemph bold 456
+noback endemph bold 456-456
+noback begcomp 456-346
+noback endcomp 456-156
+
+# Arabic numbers
+digit \x0660 245 # 0 (٠)
+digit \x0661 1 # 1 (١)
+digit \x0662 12 # 2 (٢)
+digit \x0663 14 # 3 (٣)
+digit \x0664 145 # 4 (٤)
+digit \x0665 15 # 5 (٥)
+digit \x0666 124 # 6 (٦)
+digit \x0667 1245 # 7 (٧)
+digit \x0668 125 # 8 (٨)
+digit \x0669 24 # 9 (٩)
+litdigit \x0660 245 # 0 (٠)
+litdigit \x0661 1 # 1 (١)
+litdigit \x0662 12 # 2 (٢)
+litdigit \x0663 14 # 3 (٣)
+litdigit \x0664 145 # 4 (٤)
+litdigit \x0665 15 # 5 (٥)
+litdigit \x0666 124 # 6 (٦)
+litdigit \x0667 1245 # 7 (٧)
+litdigit \x0668 125 # 8 (٨)
+litdigit \x0669 24 # 9 (٩)
+
+# Latin numbers
+include loweredDigits6Dots.uti
+include litdigits6Dots.uti
+
+math < 0-246-0
+math = 56-2356 
+math > 0-135-0
+sign @ 4-1 # the unified braille code used dot 4 only to represent it. i changed it as it is written in the unified english code, so that it can be read in grade2 as well.
+
+include latinLetterDef6Dots.uti
+punctuation [ 6-236
+sign \\ 45-36 # not mentioned in the Unified arabic braille code.
+punctuation ] 356-3 
+sign ^ 346 # circumflex accent
+sign _ 6-36 # underscore
+noback sign ` 4 # grave accent
+punctuation { 5-236
+sign | 5-25 # changed so that it is not confused with number seven or the latin letter g
+punctuation } 356-2
+math ~ 45-25 # changed so that it can be read in grade2 context
+sign \x00A2 4-14 # ¢ cents sign
+sign \x00A3 4-123 # £ pounds sign
+noback sign \x00A5 4-13456 # ¥ yen sign
+noback sign \x00A7 4-234-3 # section sign §
+noback sign \x00A9 2356-6-14-2356 # © copyright sign
+noback sign \x00AE 16-256 # ® Registered mark
+punctuation \x00Ad 36-36 # soft hyphen
+noback sign \x00B0 356 # ° degrees sign
+noback sign \x00B5 46-134 # µ micro sign
+noback sign \x00B6 4-1234-345 # ¶ pilcrow sign
+sign \x00AB 2356 # LEFT-POINTING DOUBLE ANGLE QUOTATION
+sign \x00BB 2356 # RIGHT-POINTING DOUBLE ANGLE QUOTATION
+punctuation \x2018 2356 # smart single left quotation mark
+punctuation \x2019 2356 # smart single right quotation mark
+punctuation \x201C 2356 # smart opening double quote
+punctuation \x201D 2356 # smart closing double quote
+punctuation \x201E 2356 # smart double low quotation mark
+punctuation \x201F 2356 # smart double high reverse quotation mark
+
+sign \x00BF 236 # inverted question mark
+math \x00D7 56-236 # × multiplication sign
+math \x00F7 56-256 # ÷ division sign
+sign \x200C 9 # ZERO WIDTH NON-JOINER
+punctuation \x2010 36-36 # hyphen
+punctuation \x2011 36-36 #  non-breaking hyphen
+punctuation \x2013 4-36 # en dash
+punctuation \x2026 3-3-3 # smart ellipsis
+sign \x20AC 4-15 # Euro sign
+noback sign \x25CF 35 # BLACK CIRCLE
+
+include countries.cti
+postpunc ) 356
+prepunc ( 236
+prepunc " 2356
+postpunc " 2356
+word 'em = 
+word 'tis =
+word 'twas =
+begnum # 3456-4 print number sign before number
+midnum . 46
+midnum , 2
+postpunc , 2
+decpoint . 46
+midnum - 36-36
+hyphen - 36-36
+#capsnocont
+postpunc ، 5 # Arabic comma (\x060C)
+postpunc . 256
+postpunc \x06D4 256 # Arabic Full stop
+postpunc ; 56
+postpunc \x061B 56 # Arabic semiColon
+midnum : 5-2
+postpunc : 5-2
+postpunc ! 235
+midnum / 456-36
+always / 456-36
+always < 0-246-0
+always > 0-135-0
+postpunc \x061F 236 # Arabic question mark ؟
+postpunc ? 236
+endnum % 25-1234
+midnum ^ 346
+noback always ^ 346
+always ~ 45-25
+always & 4-12346
+midnum * 56-35
+always * 56-35
+always [ 6-236
+always ] 356-3
+always { 5-236
+always } 356-2
+always @ 4-1
+always \\ 45-36
+always | 5-25
+always ... 3-3-3
+always $ 4-234
+
+# special character sequences
+compbrl :// URLs
+compbrl www.
+compbrl .com
+compbrl .edu
+compbrl .gov
+compbrl .mil
+compbrl .net
+compbrl .org
+# include countries.cti
+compbrl .doc
+compbrl .htm
+compbrl .html
+compbrl .tex
+compbrl .txt
+compbrl .gif
+compbrl .jpg
+compbrl .png
+compbrl .wav
+compbrl .tar
+compbrl .zip
+# liblouis: Vietnamese 6 dot braille table
+#
+# Based on the braille contraction modules in BRLTTY
+#
+# Copyright (C) 1995-2004 by The BRLTTY Team.
+# Copyright (C) 2004 ViewPlus Technologies, Inc., www.viewplustech.com
+# Copyright (C) 2004 Computers to Help People, Inc., www.chpi.org
+# Copyright (C) 2015 Harri Pasanen <harri@mpaja.com>
+
+# This file is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public
+# License as published by the Free Software Foundation; either
+# version 2.1 of the License, or (at your option) any later version.
+
+# This file is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+# Lesser General Public License for more details.
+
+# You should have received a copy of the GNU Lesser General Public
+# License along with this file; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+# liblouis  comes with ABSOLUTELY NO WARRANTY.
+
+# Created by Harri Pasanen harri@mpaja.com, based on fr-fr-g1.utb
+
+# Vietnamese (UTF-8)
+
+include text_nabcc.dis
+
+include spaces.uti
+
+include latinLetterDef6Dots.uti
+
+uplow Đđ 2346  
+
+uplow Áá 35-1          a accent grave
+uplow Àà 56-1
+uplow Ảả 26-1
+uplow Ãã 36-1
+uplow Ạạ 6-1
+uplow Ăă 345
+uplow Ắắ 35-345
+uplow Ằằ 56-345
+uplow Ẳẳ 26-345
+uplow Ẵẵ 36-345
+uplow Ặặ 6-345
+uplow Ââ 16
+uplow Ấấ 35-16
+uplow Ầầ 56-16
+uplow Ẩẩ 26-16
+uplow Ẫẫ 36-16
+uplow Ậậ 6-16
+uplow Éé 35-15
+uplow Èè 56-15
+uplow Ẻẻ 26-15
+uplow Ẽẽ 36-15
+uplow Ẹẹ 6-15
+uplow Êê 126
+uplow Ếế 35-126
+uplow Ềề 56-126
+uplow Ểể 26-126
+uplow Ễễ 36-126
+uplow Ệệ 6-126
+uplow Íí 35-24
+uplow Ìì 56-24
+uplow Ỉỉ 26-24
+uplow Ĩĩ 36-24
+uplow Ịị 6-24
+uplow Óó 35-135
+uplow Òò 56-135 
+uplow Ỏỏ 26-135 
+uplow Õõ 36-135
+uplow Ọọ 6-135
+uplow Ôô 1456
+uplow Ốố 35-1456
+uplow Ồồ 56-1456
+uplow Ổổ 26-1456
+uplow Ỗỗ 36-1456
+uplow Ộộ 6-1456
+uplow Ơơ 246
+uplow Ớớ 35-246
+uplow Ờờ 56-246
+uplow Ởở 26-246
+uplow Ỡỡ 36-246
+uplow Ợợ 6-246
+uplow Úú 35-136
+uplow Ùù 56-136
+uplow Ủủ 26-136
+uplow Ũũ 36-136
+uplow Ụụ 6-136
+uplow Ưư 1256
+uplow Ứứ 35-1256
+uplow Ừừ 56-1256
+uplow Ửử 26-1256
+uplow Ữữ 36-1256
+uplow Ựự 6-1256
+uplow Ýý 35-13456
+uplow Ỳỳ 56-13456
+uplow Ỷỷ 26-13456
+uplow Ỹỹ 36-13456
+uplow Ỵỵ 6-13456
+
+# TODO: below always list requires completion, not all combinations are yet enumerated
+always iế 35-24-126
+always iề 56-24-126
+always iỂ 26-24-126
+always iễ 36-24-126
+always iệ 6-24-126
+always oá 35-135-1
+always oà 56-135-1
+always oả 26-135-1
+always oã 36-135-1
+always oạ 6-135-1
+always oắ 35-135-345
+always oằ 56-135-345
+always oẳ 26-135-345
+always oẵ 36-135-345
+always oặ 6-135-345
+always uấ 35-136-16
+always uầ 56-136-16
+always uẩ 26-136-16
+always uẫ 36-136-16
+always uậ 6-136-16
+always uế 35-136-126
+always uề 56-136-126
+always uể 26-136-126
+always uễ 36-136-126
+always uệ 6-136-126
+always uyế 35-136-13456-126
+always uyề 56-136-13456-126
+always uyể 26-136-13456-126
+always uyễ 36-136-13456-126
+always uyệ 6-136-13456-126
+always ướ 35-1256-246
+always ườ 56-1256-246
+always ưở 26-1256-246
+always ưỡ 36-1256-246
+always ượ 6-1256-246
+
+punctuation , 2                 virgule
+punctuation ; 23                point-virgule
+punctuation : 25                deux-points
+punctuation . 256               point
+punctuation ? 26                point d'interrogation
+punctuation ! 235               point d'exclamation
+punctuation " 236      guillemt                        
+punctuation " 356      guillemt                        
+punctuation ( 2356               parenthèse ouvrante
+punctuation ) 2356               parenthèse fermante
+punctuation ' 3                 apostrophe
+math / 34                                               barre oblique
+sign % 346                                      pour cent
+punctuation - 36                trait d'union
+sign # 3456                                     dièse
+
+# override zero
+digit 0 3456
+include digits6DotsPlusDot6.uti
+litdigit 0 3456
+include litdigits6DotsPlusDot6.uti
+
+sign \x00A8 46                  diaeresis sign
+math \x00F7 6-256               divisé par
+        
+math + 5-235                            plus            
+math = 5-2356                           égal            
+math × 6-35                                     multiplié par
+math < 46-126                           inférieur à
+math > 46-345                           supérieur à
+
+sign © 5-14                                                     copyright
+sign ° 5-135                                            degré
+sign & 5-123456                                 perluète (et commercial)
+sign ¢ 45-14                                            cent
+sign € 45-15                                            euro                         
+sign £ 45-123                                           livre                   
+sign § 45-1234                                  paragraphe              
+sign $ 4-234                                            dollar                  
+sign ¥ 45-13456                                 yen                     
+punctuation « 45-2356           guillemet français ouvrant  
+punctuation » 2356-12           guillemet français fermant  
+punctuation [ 46-126            crochet droit ouvrant   
+punctuation ] 45-345            crochet droit fermant   
+punctuation { 6-236                     accolade de gauche  
+punctuation } 356-3                     accolade de droite   
+
+sign ¹ 4-6-16                                           exposant 1                      
+sign ² 4-6-126                                  exposant 2      
+sign ³ 4-6-146                                  exposant 3
+sign ¼ 6-16-34-1456                     un quart        
+sign ½ 6-16-34-126                      un demi         
+sign ¾ 6-126-34-1456            trois quarts   
+
+capsletter 46                                                              indicateur de majuscule
+begcapsword 46-46                                                   succession de majuscules
+
+numsign 3456                                                    préfixe pour les chiffres
+midnum \s 3                                                             espace entre les chiffres
+midnum , 2
+midnum . 256
+midnum - 36
+midnum + 346                                                    plus
+midnum / 34
+midnum : 25
+
+sign \x00B8 45
+# endnum # 56-3456
+
+sign _ 456                                                              souligné
+
+repeated ... 3-3-3                              points de suite
+repeated --- 36-36-36
+repeated ___ 456-456-456                                
+
+always \s--\s 36-36     tiret
+
+#  Copyright (C) 2010 Leon Ungier <Leon.Ungier@ViewPlus.com>, 
+#  Copyright (C) 2010 Samuel Thibault <samuel.thibault@ens-lyon.org>
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+
+# Table for Munda
+space \x00a0 a
+include spaces.uti
+include bengali.cti
+include text_nabcc.dis
+# This table contains braille codes and rules for Malayalam Grade 1 and includes English grade 1
+#
+# Copyright (C) 2014 National Institute for Visually Handicapped, 116, Rajpur Road, Dehradun, Uttrakhand, India
+#
+# This file is part of liblouis.
+#
+# liblouis is free software: you can redistribute it and/or modify it
+# under the terms of the GNU Lesser General Public License as
+# published by the Free Software Foundation, either version 2.1 of the
+# License, or (at your option) any later version.
+#
+# liblouis is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with liblouis. If not, see
+# <http://www.gnu.org/licenses/>.
+
+# This table is built and maintained under an activity of Braille Council of India
+# Contributors: Dipendra Manocha, Sreeja, Dinesh Kaushal, Mesar Hameed
+# Last updated on May 5, 2014
+# To report any bugs or any suggestion, please write to d@saksham.org and sreeja.param@gmail.com
+
+include malayalam.cti
+include en-in-g1.ctb
+# liblouis: some control characters
+
+#  Based on the Linux screenreader BRLTTY, copyright (C) 1999-2006 by
+#  The BRLTTY Team
+#
+#  Copyright (C) 2004-2006 ViewPlus Technologies, Inc. www.viewplus.com
+#  Copyright (C) 2004-2006 JJB Software, Inc. www.jjb-software.com
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+
+space \x000a a1 newline
+space \x000c a2 forms feed
+space \x000d a3 carriage return
+# This table contains braille codes and rules for Braj Grade 1 and includes English grade 1
+#
+# Copyright (C) 2014 National Institute for Visually Handicapped, 116, Rajpur Road, Dehradun, Uttrakhand, India
+#
+# This file is part of liblouis.
+#
+# liblouis is free software: you can redistribute it and/or modify it
+# under the terms of the GNU Lesser General Public License as
+# published by the Free Software Foundation, either version 2.1 of the
+# License, or (at your option) any later version.
+#
+# liblouis is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with liblouis. If not, see
+# <http://www.gnu.org/licenses/>.
+
+# This table is built and maintained under an activity of Braille Council of India
+# Contributors: Dipendra Manocha, Sreeja, Dinesh Kaushal, Mesar Hamid
+# Last updated on May 5, 2014
+# To report any bugs or any suggestion, please write to d@saksham.org and sreeja.param@gmail.com
+
+include devanagari.cti
+include en-in-g1.ctb
+#afr#1#Afrikaans Uncontracted#za#Afrikaans ongekontrakteerde
+
+# liblouis: Afrikaans Braille Code (Grade 1)
+#
+# ------------
+#-name: Afrikaans ongekontrakteerde
+#-index-name: Afrikaans, uncontracted
+#-display-name: Afrikaans uncontracted braille
+#
+#+locale:af
+#+type:literary
+#+contraction:no
+#+grade:1
+#+system:ubc-af
+#
+# "UBC" stands for "Unified Braille Code" and is a generalization of UEB.
+# See https://sabrailleauthority.org.za/unified-braille-code-ubc.
+# ------------
+#
+# Afrikaans is one of the 11 official languages in South Africa and is
+# among the top 3 most widely spoken local languages. It is a language
+# closely related to Dutch and uses the same alphabet, but in addition
+# it makes frequent use of the following diacritic marks on vowels:
+# acute and grave accent, circumflex and umlaut.
+#
+# The first braille system for Afrikaans was developed in about
+# 1935. After the adoption of the UEB in 2004 in Toronto, Canada, we
+# also unified the Afrikaans braille code according to the principles
+# of the UEB. The grade 1 code is identical to grade 1 UEB. Grade 2
+# has 183 contractions. Each letter of the alphabet except the letter
+# u (which is a word on its own) represents a contraction in grade
+# 2. As with UEB, we eliminated the contractions which could cause
+# ambiguity. In one respect Afrikaans braille is simpler than UEB, but
+# in another respect it is more complex: It is simpler in that it does
+# not have the complexity around shortforms found in UEB grade 2. It
+# is more complex because of linguistic reasons. In Afrikaans compound
+# words are frequently created on the fly and this can cause
+# contraction issues at word boundaries.
+#
+# We do not use additional codes such as Nemeth or computer braille
+# codes; we use our unified Afrikaans code also for technical
+# material.
+#
+# Copyright (C) 2014, 2019 Greg Kearney <gkearney@gmail.com>
+# Copyright (C) 2019 South African Braille Authority <http://www.sabrailleauthority.org.za>
+#
+# This file is part of liblouis.
+#
+# liblouis is free software: you can redistribute it and/or modify it
+# under the terms of the GNU Lesser General Public License as
+# published by the Free Software Foundation, either version 2.1 of
+# the License, or (at your option) any later version.
+#
+# liblouis is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with liblouis. If not, see
+# <http://www.gnu.org/licenses/>.
+
+include en-ueb-g1.ctb
+
+# These are the old definitions of the accented letters that differ
+# from UEB. They are defined in World Braille Usage 2013
+# <http://liblouis.org/braille-specs/world-braille-usage-third-edition.pdf>. They
+# are commented out now that UEB has been adopted.
+
+#sign \x0302 45 	COMBINING CIRCUMFLEX ACCENT
+#sign \x0308 56 	COMBINING DIAERESIS
+#sign \x0301 4	COMBINING ACUTE ACCENT
+
+#uplow	Áá	4-1
+#uplow	Àà	45-16-1
+#uplow	Ââ 	45-1
+#uplow	Ää 	56-1
+
+#uplow	Éé 	4-15
+#uplow	Èè	45-16-15
+#uplow	Êê	45-15
+#uplow	Ëë 	56-15
+
+#uplow	Íí 	4-24
+#uplow	Ïï 	56-24
+#uplow	Îî 	45-24
+
+#uplow	Óó	4-135
+#uplow	Ôô	45-135
+#uplow	Öö	56-135
+
+#uplow	Úú	4-136
+#uplow	Ûû	45-136
+#uplow	Üü	56-136
+
+#uplow	Ýý	4-13456
+# liblouis: corrections table
+#
+#  Copyright (C) 2009 JJB Software, Inc. www.jjb-software.com
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+
+# Append this table to others to correct scannos, etc.
+
+repeated ____ 456-456-456-456
+repeated ---- 36-36-36-36
+repeated .... 3-3-3-3 
+sign \x0094 5
+noback correct "\x0094" "\""
+noback correct "\x00a0" "\s"
+noback correct "\x000a" "\s"
+space \x00ad 0
+noback correct "\x00ad" ?
+noback correct "\x2019" "'"
+space \x0097 0
+noback correct "\x0097" "\s"
+noback correct "(\s" "("
+noback correct "\s)" ")" 
+noback correct "cornf" "comf"
+noback correct "cornm" "comm"
+noback correct "cornp" "comp"
+noback correct $p["-"] "\s-\s"
+noback correct "..." *
+noback correct "\s," ","
+noback correct "\s." "."
+noback correct "\s?" "?"
+noback correct "-\"" "--\""
+noback correct [".\s\""]$s ".\""
+noback correct "-"$s ?
+# Ensemble de signes représentés sur plusieurs cellules. Compatible braille 6pts et 8pts.
+
+# Copyright (C) 2017 André-Abush CLAUSE <dev@andreabc.net>
+# Copyright (C) 2017 Ludovic Oger <oger.ludovic@gmail.com>
+
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+
+# Références :
+# - Code braille français uniformisé pour la transcription des textes imprimés (CBFU) - Deuxième édition Septembre 2008
+# - Notation mathématique braille - Première édition janvier 2007
+# - IPA Braille: An Updated Tactile Representation of the International Phonetic Alphabet - Edited by Robert Englebretson, Ph.D. <http://www.iceb.org/icebipa.htm>
+# updated 2018-02-24
+
+################################################################################
+
+# lettres grecques
+noback uplow \x0391\x03b1 46-45-1,45-1 Α,α alpha
+noback uplow \x0392\x03b2 46-45-12,45-12 Β,β bêta
+noback uplow \x0393\x03b3 46-45-1245,45-1245 Γ,γ gamma
+noback uplow \x0394\x03b4 46-45-145,45-145 Δ,δ delta
+noback uplow \x0395\x03B5 46-45-15,45-15 Ε,ϵ epsilon
+noback uplow \x0396\x03B6 46-45-1356,45-1356 Ζ,ζ zêta
+noback uplow \x0397\x03B7 46-45-125,45-125 Η,η êta
+noback uplow \x0398\x03B8 46-45-245,45-245 Θ,θ thêta
+noback uplow \x0399\x03B9 46-45-24,45-24 Ι,ι iota
+noback uplow \x039A\x03BA 46-45-13,45-13 Κ,κ kappa
+noback uplow \x039B\x03BB 46-45-123,45-123 Λ,λ lambda
+noback uplow \x039C\x03BC 46-45-134,45-134 Μ,μ mu
+noback uplow \x039D\x03BD 46-45-1345,45-1345 Ν,ν nu
+noback uplow \x039E\x03BE 46-45-1346,45-1346 Ξ,ξ ksi/xi
+noback uplow \x039F\x03BF 46-45-135,45-135 omicron
+noback uplow \x03A0\x03C0 46-45-1234,45-1234 Π,π pi
+noback uplow \x03A1\x03C1 46-45-1235,45-1235 Ρ,ρ rhô
+noback uplow \x03A3\x03C3 46-45-234,45-234 Σ,σ sigma
+noback uplow \x03A4\x03C4 46-45-2345,45-2345 Τ,τ tau
+noback uplow \x03A5\x03C5 46-45-136,45-136 Υ,υ upsilon
+noback uplow \x03A6\x03C6 46-45-124,45-124 Φ,ϕ phi
+noback uplow \x03A7\x03C7 46-45-12345,45-12345 Χ,χ khi
+noback uplow \x03A8\x03C8 46-45-13456,45-13456 Ψ,ψ psi
+noback uplow \x03A9\x03C9 46-45-2456,45-2456 Ω,ω oméga
+noback sign \x03C2 45-234 ς var. sigma
+noback sign \x03D0 45-12 ϐ var. bêta
+noback sign \x03D1 45-245 ϑ var. thêta
+noback sign \x03D2 46-45-136 ϒ var. upsilon majuscule
+noback sign \x03D5 45-124 ϕ var. phi
+noback sign \x03D6 45-1234 ϖ var. pi
+noback sign \x03F0 45-13 ϰ var. kappa
+noback sign \x03F1 45-1235 ϱ var. rhô
+noback sign \x03F2 45-234 ϲ var. sigma (lunaire)
+noback sign \x03F5 45-15 ϵ var. epsilon (lunaire)
+
+# lettres majuscules ajourées (blackboard gras)
+noback sign \x2102 46-46-14 ℂ
+noback sign \x210D 46-46-125 ℍ
+noback sign \x2115 46-46-1345 ℕ
+noback sign \x2119 46-46-1234 ℙ
+noback sign \x211a 46-46-12345 ℚ
+noback sign \x211d 46-46-1235 ℝ
+noback sign \x2124 46-46-1356 ℤ
+
+# lettres majuscules rondes
+# lignes commentées car requiert Liblouis compilé avec le support d'UTF-32
+#sign \y1D4D0 46-5-1
+#sign \y1D49C 46-5-1    # A
+#sign \y1D4D2 46-5-14   # C
+#sign \y1D49E 46-5-14   # C
+#sign \y1D49F 46-5-145  # D
+#sign \y1D4D3 46-5-145  # D
+#sign \y1D4A0 46-5-15   # E
+#sign \y1D4D4 46-5-15   # E
+#sign \y1D4AB 46-5-1234 # P
+#sign \y1D4DF 46-5-1234 # P
+
+noback math \x2032 3 ′ prime
+noback math \x2033 3-3 ″ seconde
+noback math \x2034 3-3-3 ‴ tierce
+
+#signes d'opérations
+# noback math \x002B 235 + plus
+     # unicode manquant (?) pour "grand plus"
+noback math \x2295 46-235 ⊕ plus encerclé
+noback math \x2A01 46-46-235 ⨁ grand plus encerclé
+noback math \x222A 456-235 ∪ union
+noback math \x22C3 456-456-235 ⋃ grande union
+noback math \x2229 45-235 ∩ intersection
+noback math \x22C2 45-45-235 ⋂ grande intersection
+noback math \x2212 36 − moins
+noback math \x2213 36-235 ∓ moins ou plus
+noback math \x22C5 35-35 ⋅ point multiplicatif ; produit scalaire
+     # astérisque, étoile... 5-35 *
+     # unicode manquant (?) pour "grande croix de multiplication"
+noback math \x2297 46-35 ⊗ produit tensoriel (croix dans un rond)
+noback math \x2A02 46-46-35 ⨂ grand produit tensoriel (grande croix dans un rond)
+     # unicode manquant (?) pour "croix double de multiplication"
+     # factorielle 456-35 !
+noback math \x2227 45-35 ∧ et logique; produit vectoriel...
+noback math \x22C0 45-45-35 ⋀ grand et logique
+noback math \x2228 45-26 ∨ ou logique
+noback math \x22C1 45-45-26 ⋁ grand ou logique
+noback math \x2218 456-3456 ∘ rond
+     # divisé par (slash) 34 /
+     # exposant 4
+
+
+# signes d'égalité et d'inégalité
+    # égal 2356 =
+noback math \x2260 46-2356 ≠ différent de
+noback math \x2248 5-2356 ≈ environ égal à
+noback math \x224A 456-5-2356 ≊ presque égal à
+noback math \x2243 45-2356 ≃ asymptotiquement égal à
+noback math \x2245 456-2356 ≅ approximativement égal à
+noback math \x2261 2356-2356 ≡ identique à
+noback math \x2262 46-2356-2356 ≢  non identique à
+noback math \x2259 25-2356 ≙ correspond à
+    # supérieur à >
+noback math \x2265 45-345 ≥ supérieur ou égal à
+noback math \x2A7E 45-345 ⩾ supérieur ou égal à
+    # inférieur à <
+noback math \x2264 45-126 ≤ inférieur ou égal à
+noback math \x2A7D 45-126 ⩽ inférieur ou égal à
+    # plus grand ou plus petit que ><
+noback math \x226B 5-5-345 ≫ très supérieur à
+noback math \x226A 5-5-126 ≪ très inférieur à
+noback math \x227B 46-46-345 ≻ suit
+noback math \x227A 46-46-126 ≺ précède
+noback math \x227D 45-45-345 ≽ suit ou est égal à
+noback math \x227C 45-45-126 ≼ précède ou est égal à
+
+
+# Parenthèses, accolades et crochets
+# à compléter
+
+
+# Notations ensemblistes
+noback math \x2282 46-16 ⊂ inclus
+noback math \x2284 46-34 ⊄ non inclus
+noback math \x2286 456-46-16 ⊆ inclus au sens large
+noback math \x2288 456-46-34 ⊈ non inclus au sens large
+noback math \x2288 456-46-34 ⊈ non inclus au sens large
+noback math \x2283 5-16 ⊃ contenant
+noback math \x2285 5-34 ⊅ ne contenant pas
+noback math \x2208 45-16 ∈ appartient à
+noback math \x2209 45-34 ∉ n'appartient pas à
+noback math \x220B 46-45-16 ∋ contient
+noback math \x220C 46-45-34 ∌ ne contient pas
+noback math \x2201 46-146 ∁ complémentaire
+noback math \x2205 45-3456 ∅ ensemble vide
+
+
+# flèches
+noback math \x21A6 5-156 ↦ a pour image
+noback math \x2197 45-156 ↗ croissant
+noback math \x2191 45-12456 ↑ flèche vers le haut
+noback math \x2196 45-246 ↖ flèche montante de droite à gauche
+noback math \x2192 456-156 → flèche droite
+noback sign \x27f6 25-25-135 ⟶ flèche droite littéraire
+# sign \x2192 25-25-135 → flèche droite littéraire
+noback math \x21C4 456-12456 ⇄ flèche droite au dessus d'une flèche gauche
+noback math \x2190 456-246 ← flèche gauche
+noback sign \x27f5 246-25-25 ⟵ flèche gauche littéraire
+# sign \x2190 246-25-25 ← flèche gauche littéraire
+noback math \x2198 46-156 ↘ décroissant
+noback math \x2193 46-12456 ↓ flèche vers le bas
+noback math \x2199 46-246 ↙ flèche descendante de droite à gauche
+noback math \x2194 5-12456 ↔ flèche à gauche et droite
+# sign \x2194 246-25-135 ↔ flèche à gauche et droite littéraire
+
+
+# signes suscrits
+#unicode approprié ? noback math \x23DC 4-25 ⏜ arc (top parenthesis)
+# angle saillant : pas d'équivalence unicode pour la notation française courante (LaTex : widehat). voir \x2220
+noback math \x20D7 46-25 ⃗ vecteur
+# tenseur d'ordre n : séquence non reproductible: vecteur, lettre, exposant n ; braille : 46-25-4-1345 lettre
+noback math \x0305 456-25 ̅  mesure algébrique, conjugué de...
+#unicode approprié ? noback math \x035D 4-4-25 ͝  arc sous-tendu par un angle rentrant (COMBINING DOUBLE BREVE)
+# angle rentrant : pas d'équivalence unicode pour la notation française courante
+# vecteur axial : pas d'équivalence unicode pour la flèche suscrite
+# tilde
+# flèche circulaire de sens négatif : pas d'équivalence unicode pour la flèche suscrite
+# T renversé : pas d'équivalence unicode pour le signe suscrit
+# dague : pas d'équivalence unicode pour le signe suscrit
+noback math \x033F 45-456-25 ̿  double barre horizontale
+noback math \x20D6 456-46-25 ⃖  fèche horizontale dirigée vers la gauche
+
+# signes souscrits
+noback math \x032F 46-4-25 ̯  demi-rond convexe vers le haut, souscrit
+noback math \x032D 46-45-25 ̭  accent circonflexe, souscrit
+noback math \x0362 46-46-25 ͢  flèche vers la droite, souscrite
+noback math \x20EF 46-46-25 ⃯ flèche vers la droite, souscrite
+noback math \x0332 46-456-25 ̲  barre horizontale, souscrite
+noback math \x032E 46-4-4-25 ̮  demi-rond convexe vers le bas, souscrit
+noback math \x032C 46-456-45-25 ̬  accent circonflexe renversé, souscrit
+
+# signes géométriques
+noback math \x2225 456-1256 ∥ parallèle à
+noback math \x22A5 45-1256 ⊥ perpendiculaire à
+
+
+# Encadrements, barres verticales
+noback math \x2016 45-123456 ‖ norme vecteur
+#conflit possible ? noback math \x007C 123456 | valeur absolue
+
+
+# Fonctions
+# doublon dans le code 2007 (signes d'opérations) \x2218 456-3456 ∘ rond
+noback math \x2202 5-145 ∂ différentielle partielle
+# laplacien delta majuscule
+noback math \x25A1 456-1456 □ d'alembertien
+noback math \x2207 46-1456 ∇ nabla
+
+
+# Intégrales
+noback math \x222B 12346 ∫ intégrale
+noback math \x222E 46-12346 ∮ intégrale de contour
+noback math \x222C 12346-12346 ∬ intégrale double
+noback math \x222F 46-12346-12346 ∯ intégrale de surface
+noback math \x222D 12346-12346-12346 ∭ intégrale triple (absent du code 2007)
+# unicode? 456-12346 somme après permutation circulaire
+
+
+# Quantificateurs et signes d'implications
+noback math \x2203 456-16 ∃ il existe
+noback math \x2204 46-456-16 ∄ il n'existe pas
+    # 456-16-235 il existe un unique
+noback math \x2200 456-34 ∀ pour tout
+    # pas d'unicode pour la négation de "pour tout"
+noback math \x21d2 25-2 ⇒ implique
+noback math \x21CF 46-25-2 ⇏ négation de "implique"
+noback math \x21d0 5-25 ⇐ est impliqué par
+noback math \x21CD 46-5-25 ⇍ négation de "est impliqué par"
+noback math \x21D4 5-25-2 ⇔ équivalent à
+noback math \x21CE 46-5-25-2 ⇎ négation de "équivalent à"
+
+noback math \x2211 46-45-234 ∑ somme
+noback math \x221A 345 √ racine carrée
+noback math \x221B 4-146-345 ∛ racine cubique
+noback math \x221E 45-14 ∞ infini
+noback math \x2220 45-25 ∠ angle
+
+# complément de fractions de base
+noback math \x2153 16-34-146 ⅓ 1/3
+noback math \x2154 126-34-146 ⅔ 2/3
+noback math \x2155 16-34-156 ⅕ 1/5
+noback math \x2156 126-34-156 ⅖ 2/5
+noback math \x2157 146-34-156 ⅗ 3/5
+noback math \x2158 1456-34-156 ⅘ 4/5
+noback math \x2159 16-34-1246 ⅙ 1/6
+noback math \x2150 16-34-12456 ⅐ 1/7
+noback math \x215a 156-34-1246 ⅚ 5/6
+noback math \x215b 16-34-1256 ⅛ 1/8
+noback math \x215c 146-34-1256 ⅜ 3/8
+noback math \x215d 156-34-1256 ⅝ 5/8
+noback math \x215e 12456-34-1256 ⅞ 7/8
+noback math \x2151 16-34-246 ⅑ 1/9
+noback math \x2152 16-34-16-3456 ⅒ 1/10
+
+# Alphabet phonétique international
+include IPA-unicode-range.uti
+# ajouts issus de la table IPA.utb :
+# Conflit avec une autre table ? noback sign \x00F8 1256 # ø - slashed o - close-mid front rounded vowel
+# Conflit avec une autre table ? noback sign \x00E6 146  # æ - ash - near-open front unrounded vowel
+# ATTENTION ! Le symbole ci-dessous est très utilisé en phonétique (son anglais 'th' dans 'the' par exemple) mais le code braille phonétique entre en conflit avec la lettre grecque thêta.
+# sign \x03B8 46-1456   # θ - theta - voiceless dental fricative (WARNING: greek letter)
+#  Copyright (C) 2010 Leon Ungier <Leon.Ungier@ViewPlus.com>, 
+#  Copyright (C) 2010 Samuel Thibault <samuel.thibault@ens-lyon.org>
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+
+# Table for Dravidian
+space \x00a0 a
+include tamil.cti
+include text_nabcc.dis
+# ----------------------------------------------------------------------------------------------
+#  odt2braille - Braille authoring in OpenOffice.org.
+#  Copyright (c) 2010 by DocArch <http://www.docarch.be>.
+# ----------------------------------------------------------------------------------------------
+#
+#  Catalan Braille
+#     Created and maintained by Bert Frees <bertfrees@gmail.com>
+#	  with the assistance of Carles Sadurní Anguita <http://www.transcriptor.net/>
+#
+# ----------------------------------------------------------------------------------------------
+
+space       \x0009        9                                       <control> HORIZONTAL TABULATION
+space       \x001B        1b                                      <control> ESCAPE
+space       \x00A0        a                                       NO-BREAK SPACE
+include spaces.uti
+
+# ==============================================================================================
+# SINGLE-CELL
+# ==============================================================================================
+
+# ----------------------------------------------------------------------------------------------
+# Unicode 0000..007F  C0 Controls and Basic Latin
+# ----------------------------------------------------------------------------------------------
+
+include latinLetterDef6Dots.uti
+
+uplow       \x00C0\x00E0  12356,12356         Àà                  LATIN CAPITAL LETTER A WITH GRAVE - LATIN SMALL LETTER A WITH GRAVE
+uplow       \x00C7\x00E7  12346,12346         Çç                  LATIN CAPITAL LETTER C WITH CEDILLA - LATIN SMALL LETTER C WITH CEDILLA
+uplow       \x00C8\x00E8  2346,2346           Èè                  LATIN CAPITAL LETTER E WITH GRAVE - LATIN SMALL LETTER E WITH GRAVE
+uplow       \x00C9\x00E9  123456,123456       Éé                  LATIN CAPITAL LETTER E WITH ACUTE - LATIN SMALL LETTER E WITH ACUTE
+uplow       \x00CD\x00ED  34,34               Íí                  LATIN CAPITAL LETTER I WITH ACUTE - LATIN SMALL LETTER I WITH ACUTE
+uplow       \x00CF\x00EF  12456,12456         Ïï                  LATIN CAPITAL LETTER I WITH DIAERESIS - LATIN SMALL LETTER I WITH DIAERESIS
+uplow       \x00D2\x00F2  346,346             Òò                  LATIN CAPITAL LETTER O WITH GRAVE - LATIN SMALL LETTER O WITH GRAVE
+uplow       \x00D3\x00F3  246,246             Óó                  LATIN CAPITAL LETTER O WITH ACUTE - LATIN SMALL LETTER O WITH ACUTE
+uplow       \x00DA\x00FA  23456,23456         Úú                  LATIN CAPITAL LETTER U WITH ACUTE - LATIN SMALL LETTER U WITH ACUTE
+uplow       \x00DC\x00FC  1256,1256           Üü                  LATIN CAPITAL LETTER U WITH DIAERESIS - LATIN SMALL LETTER U WITH DIAERESIS
+
+punctuation \x0021        256                 !                   EXCLAMATION MARK
+punctuation \x0022        236                 "                   QUOTATION MARK
+punctuation \x0027        3                   '                   APOSTROPHE
+punctuation \x0028        126                 (                   LEFT PARENTHESIS
+punctuation \x0029        345                 )                   RIGHT PARENTHESIS
+sign        \x002A        35                  *                   ASTERISK
+math        \x002B        235                 +                   PLUS SIGN
+punctuation \x002C        2                   ,                   COMMA
+punctuation \x002D        36                  -                   HYPHEN-MINUS
+punctuation \x002E        3                   .                   FULL STOP
+include loweredDigits6Dots.uti
+punctuation \x003A        25                  :                   COLON
+punctuation \x003B        23                  ;                   SEMICOLON
+math        \x003C        246                 <                   LESS-THAN SIGN
+math        \x003D        2356                =                   EQUALS SIGN
+math        \x003E        135                 >                   GREATER-THAN SIGN
+punctuation \x003F        26                  ?                   QUESTION MARK
+punctuation \x005B        12356               [                   LEFT SQUARE BRACKET
+punctuation \x005D        23456               ]                   RIGHT SQUARE BRACKET
+sign        \x007C        456                 |                   VERTICAL LINE
+
+
+# ----------------------------------------------------------------------------------------------
+# Unicode 0080..00FF  C1 Controls and Latin-1 Supplement
+# ----------------------------------------------------------------------------------------------
+
+punctuation \x0082        2                   ‚                   <control> BREAK PERMITTED HERE - ANSI: SINGLE LOW-9 QUOTATION MARK - MACROMAN: C CEDILLA
+punctuation \x0084        236                 „                   <control> - ANSI: DOUBLE LOW-9 QUOTATION MARK - MACROMAN: N TILDE
+punctuation \x0093        236                 “                   <control> SET TRANSMIT STATE - ANSI: LEFT DOUBLE QUOTATION MARK - MACROMAN: I GRAVE
+punctuation \x0094        236                 ”                   <control> CANCEL CHARACTER - ANSI: RIGHT DOUBLE QUOTATION MARK - MACROMAN: I CIRCUMFLEX
+punctuation \x0096        36                  –                   <control> START OF GUARDED AREA - ANSI: EN DASH - MACROMAN: N TILDE
+punctuation \x00A1        235                 ¡                   INVERTED EXCLAMATION MARK
+punctuation \x00AB        236                 «                   LEFT-POINTING DOUBLE ANGLE QUOTATION MARK
+punctuation \x00AD        36                  ­                   SOFT HYPHEN
+sign        \x00B8        2                   ¸                   CEDILLA
+punctuation \x00BB        236                 »                   RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK
+punctuation \x00B7        5                   ·                   MIDDLE DOT
+punctuation \x00BF        26                  ¿                   INVERTED QUESTION MARK
+math        \x00D7        236                 ×                   MULTIPLICATION SIGN
+math        \x00F7        256                 ÷                   DIVISION SIGN
+
+
+# ----------------------------------------------------------------------------------------------
+# Unicode 2000..206F  General Punctuation
+# ----------------------------------------------------------------------------------------------
+
+punctuation \x2010        36                  ‐                   HYPHEN
+punctuation \x2011        36                  ‑                   NON-BREAKING HYPHEN
+punctuation \x2012        36                  ‒                   FIGURE DASH
+punctuation \x2013        36                  –                   EN DASH
+punctuation \x2018        236                 ‘                   LEFT SINGLE QUOTATION MARK
+punctuation \x2019        236                 ’                   RIGHT SINGLE QUOTATION MARK
+punctuation \x201A        236                 ‚                   SINGLE LOW-9 QUOTATION MARK
+punctuation \x201B        236                 ‛                   SINGLE HIGH-REVERSED-9 QUOTATION MARK
+punctuation \x201C        236                 “                   LEFT DOUBLE QUOTATION MARK
+punctuation \x201D        236                 ”                   RIGHT DOUBLE QUOTATION MARK
+punctuation \x201E        236                 „                   DOUBLE LOW-9 QUOTATION MARK
+punctuation \x201F        236                 ‟                   DOUBLE HIGH-REVERSED-9 QUOTATION MARK
+punctuation \x2043        36                  ⁃                   HYPHEN BULLET
+
+include braille-patterns.cti
+
+# ==============================================================================================
+# MULTI-CELL
+# ==============================================================================================
+
+# ----------------------------------------------------------------------------------------------
+# Unicode 0000..007F  C0 Controls and Basic Latin
+# ----------------------------------------------------------------------------------------------
+
+sign        \x0024        345-234             $                   DOLLAR SIGN
+math        \x0025        456-356             %                   PERCENT SIGN
+sign        \x0026        6-12346             &                   AMPERSAND
+math        \x002F        6-2                 /                   SOLIDUS
+sign        \x0040        56-16               @                   COMMERCIAL AT
+sign        \x005C        5-3                 \                   REVERSE SOLIDUS
+math        \x007B        5-123               {                   LEFT CURLY BRACKET
+math        \x007D        456-2               }                   RIGHT CURLY BRACKET
+
+
+# ----------------------------------------------------------------------------------------------
+# Unicode 0080..00FF  C1 Controls and Latin-1 Supplement
+# ----------------------------------------------------------------------------------------------
+
+sign        \x0080        456-15              €                   <control> - ANSI: EURO-CURRENCY SIGN - MACROMAN: A DIAERESIS
+punctuation \x0085        3-3-3               …                   <control> NEXT LINE (NEL) - ANSI: HORIZONTAL ELLIPSIS - MACROMAN: O DIAERESIS
+sign        \x0089        456-356-356         ‰                   <control> CHARACTER TABULATION WITH JUSTIFICATION - ANSI: PER MILLE SIGN - MACROMAN: A CIRCUMFLEX
+punctuation \x0097        36-36               —                   <control> END OF GUARDED AREA - ANSI: EM DASH - MACROMAN: O ACUTE
+sign        \x00A2        45-14               ¢                   CENT SIGN
+sign        \x00A3        5-2346              £                   POUND SIGN
+sign        \x00A5        456-13456           ¥                   YEN SIGN
+sign        \x00A9        126-46-14-345       ©                   COPYRIGHT SIGN
+sign        \x00AA        56-16               ª                   FEMININE ORDINAL INDICATOR
+sign        \x00AE        126-46-1235-345     ®                   REGISTERED SIGN
+math        \x00B1        235-25-36           ±                   PLUS-MINUS SIGN
+sign        \x00B2        16-3456-12          ²                   SUPERSCRIPT TWO
+sign        \x00B3        16-3456-14          ³                   SUPERSCRIPT THREE
+sign        \x00B5        4-134               µ                   MICRO SIGN
+math        \x00BC        1456-2-145          ¼                   VULGAR FRACTION ONE QUARTER
+math        \x00BD        1456-2-12           ½                   VULGAR FRACTION ONE HALF
+math        \x00BE        1456-25-145         ¾                   VULGAR FRACTION THREE QUARTERS
+
+
+# ----------------------------------------------------------------------------------------------
+# Unicode 0100..017F  Latin Extended-A
+# ----------------------------------------------------------------------------------------------
+
+uplow       \x013F\x0140  123-5,123-5         Ŀŀ                  LATIN CAPITAL LETTER L WITH MIDDLE DOT - LATIN SMALL LETTER L WITH MIDDLE DOT
+
+
+# ----------------------------------------------------------------------------------------------
+# Unicode 0370..03FF  Greek and Coptic
+# ----------------------------------------------------------------------------------------------
+
+lowercase   \x03B1        4-1                 α                   GREEK SMALL LETTER ALPHA
+lowercase   \x03B2        4-12                β                   GREEK SMALL LETTER BETA
+lowercase   \x03B3        4-1245              γ                   GREEK SMALL LETTER GAMMA
+lowercase   \x03B4        4-145               δ                   GREEK SMALL LETTER DELTA
+lowercase   \x03B5        4-15                ε                   GREEK SMALL LETTER EPSILON
+lowercase   \x03B6        4-1356              ζ                   GREEK SMALL LETTER ZETA
+lowercase   \x03B7        4-156               η                   GREEK SMALL LETTER ETA
+lowercase   \x03B8        4-1456              θ                   GREEK SMALL LETTER THETA
+lowercase   \x03B9        4-24                ι                   GREEK SMALL LETTER IOTA
+lowercase   \x03BA        4-13                κ                   GREEK SMALL LETTER KAPPA
+lowercase   \x03BB        4-123               λ                   GREEK SMALL LETTER LAMDA
+lowercase   \x03BC        4-134               μ                   GREEK SMALL LETTER MU
+lowercase   \x03BD        4-1345              ν                   GREEK SMALL LETTER NU
+lowercase   \x03BE        4-1346              ξ                   GREEK SMALL LETTER XI
+lowercase   \x03BF        4-135               ο                   GREEK SMALL LETTER OMICRON
+lowercase   \x03C0        4-1234              π                   GREEK SMALL LETTER PI
+lowercase   \x03C1        4-1235              ρ                   GREEK SMALL LETTER RHO
+lowercase   \x03C2        4-234               ς                   GREEK SMALL LETTER FINAL SIGMA
+lowercase   \x03C3        4-234               σ                   GREEK SMALL LETTER SIGMA
+lowercase   \x03C4        4-2345              τ                   GREEK SMALL LETTER TAU
+lowercase   \x03C5        4-136               υ                   GREEK SMALL LETTER UPSILON
+lowercase   \x03C6        4-124               φ                   GREEK SMALL LETTER PHI
+lowercase   \x03C7        4-12346             χ                   GREEK SMALL LETTER CHI
+lowercase   \x03C8        4-13456             ψ                   GREEK SMALL LETTER PSI
+lowercase   \x03C9        4-2456              ω                   GREEK SMALL LETTER OMEGA
+
+
+# ----------------------------------------------------------------------------------------------
+# Unicode 2000..206F  General Punctuation
+# ----------------------------------------------------------------------------------------------
+
+punctuation \x2014        36-36               —                   EM DASH
+punctuation \x2015        36-36               ―                   HORIZONTAL BAR
+punctuation \x2026        3-3-3               …                   HORIZONTAL ELLIPSIS
+
+
+# ----------------------------------------------------------------------------------------------
+# Unicode 20A0..20CF  Currency Symbols
+# ----------------------------------------------------------------------------------------------
+
+sign        \x20AC        456-15              €                   EURO SIGN
+
+
+# ----------------------------------------------------------------------------------------------
+# liblouis: Hebrew Table
+# 
+#  Copyright (C) 1995-2009 by The BRLTTY Developers.
+#  Copyright (C) 2009 Samuel Thibault <samuel.thibault@ens-lyon.org>
+#  Copyright (C) 2012 Mesar Hameed <mesar.hameed@gmail.com>
+#  Copyright (C) 2014 Adi Kushnir <adikushnir@gmail.com>
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+#
+# This table is based on the new unified Hebrew Braille code standard
+# that was put together on January 2014 after a conference with all of
+# the specialists in this field in Israel. It includes improved
+# representation of Hebrew letters, special letters that are called
+# Nikud, and punctuation symbols. The old Braille standard is not
+# relevant any more.
+
+# generated by ttbtest
+space	\s	0	# SPACE
+punctuation	!	2358	# EXCLAMATION MARK
+punctuation	"	5	# QUOTATION MARK
+punctuation	#	3456	# NUMBER SIGN
+punctuation	$	1246	# DOLLAR SIGN
+punctuation	%	1467	# PERCENT SIGN
+punctuation	&	2346	# AMPERSAND
+punctuation	'	3	# APOSTROPHE
+punctuation	(	12356	# LEFT PARENTHESIS
+punctuation	)	23456	# RIGHT PARENTHESIS
+punctuation	*	16	# ASTERISK
+punctuation	+	346	# PLUS SIGN
+punctuation	,	6	# COMMA
+punctuation	-	36	# HYPHEN-MINUS
+punctuation	.	256	# FULL STOP
+punctuation	/	34	# SOLIDUS
+include loweredDigits6Dots.uti
+punctuation	:	25	# COLON
+punctuation	;	56	# SEMICOLON
+punctuation	<	126	# LESS-THAN SIGN
+punctuation	=	123456	# EQUALS SIGN
+punctuation	>	345	# GREATER-THAN SIGN
+punctuation	?	268	# QUESTION MARK
+punctuation	@	47	# COMMERCIAL AT
+uppercase	A	17	# LATIN CAPITAL LETTER A
+uppercase	B	127	# LATIN CAPITAL LETTER B
+uppercase	C	147	# LATIN CAPITAL LETTER C
+uppercase	D	1457	# LATIN CAPITAL LETTER D
+uppercase	E	157	# LATIN CAPITAL LETTER E
+uppercase	F	1247	# LATIN CAPITAL LETTER F
+uppercase	G	12457	# LATIN CAPITAL LETTER G
+uppercase	H	1257	# LATIN CAPITAL LETTER H
+uppercase	I	247	# LATIN CAPITAL LETTER I
+uppercase	J	2457	# LATIN CAPITAL LETTER J
+uppercase	K	137	# LATIN CAPITAL LETTER K
+uppercase	L	1237	# LATIN CAPITAL LETTER L
+uppercase	M	1347	# LATIN CAPITAL LETTER M
+uppercase	N	13457	# LATIN CAPITAL LETTER N
+uppercase	O	1357	# LATIN CAPITAL LETTER O
+uppercase	P	12347	# LATIN CAPITAL LETTER P
+uppercase	Q	123457	# LATIN CAPITAL LETTER Q
+uppercase	R	12357	# LATIN CAPITAL LETTER R
+uppercase	S	2347	# LATIN CAPITAL LETTER S
+uppercase	T	23457	# LATIN CAPITAL LETTER T
+uppercase	U	1367	# LATIN CAPITAL LETTER U
+uppercase	V	12367	# LATIN CAPITAL LETTER V
+uppercase	W	24567	# LATIN CAPITAL LETTER W
+uppercase	X	13467	# LATIN CAPITAL LETTER X
+uppercase	Y	134567	# LATIN CAPITAL LETTER Y
+uppercase	Z	13567	# LATIN CAPITAL LETTER Z
+punctuation	[	2467	# LEFT SQUARE BRACKET
+punctuation	\\	12567	# REVERSE SOLIDUS
+punctuation	]	124567	# RIGHT SQUARE BRACKET
+punctuation	^	457	# CIRCUMFLEX ACCENT
+punctuation	_	4567	# LOW LINE
+punctuation	`	4	# GRAVE ACCENT
+lowercase	a	1	# LATIN SMALL LETTER A
+lowercase	b	12	# LATIN SMALL LETTER B
+lowercase	c	14	# LATIN SMALL LETTER C
+lowercase	d	145	# LATIN SMALL LETTER D
+lowercase	e	15	# LATIN SMALL LETTER E
+lowercase	f	124	# LATIN SMALL LETTER F
+lowercase	g	1245	# LATIN SMALL LETTER G
+lowercase	h	125	# LATIN SMALL LETTER H
+lowercase	i	24	# LATIN SMALL LETTER I
+lowercase	j	245	# LATIN SMALL LETTER J
+lowercase	k	13	# LATIN SMALL LETTER K
+lowercase	l	123	# LATIN SMALL LETTER L
+lowercase	m	134	# LATIN SMALL LETTER M
+lowercase	n	1345	# LATIN SMALL LETTER N
+lowercase	o	135	# LATIN SMALL LETTER O
+lowercase	p	1234	# LATIN SMALL LETTER P
+lowercase	q	12345	# LATIN SMALL LETTER Q
+lowercase	r	1235	# LATIN SMALL LETTER R
+lowercase	s	234	# LATIN SMALL LETTER S
+lowercase	t	2345	# LATIN SMALL LETTER T
+lowercase	u	136	# LATIN SMALL LETTER U
+lowercase	v	1236	# LATIN SMALL LETTER V
+lowercase	w	2456	# LATIN SMALL LETTER W
+lowercase	x	1346	# LATIN SMALL LETTER X
+lowercase	y	13456	# LATIN SMALL LETTER Y
+lowercase	z	1356	# LATIN SMALL LETTER Z
+punctuation	{	236	# LEFT CURLY BRACKET
+punctuation	|	1256	# VERTICAL LINE
+punctuation	}	12456	# RIGHT CURLY BRACKET
+punctuation	~	45	# TILDE
+punctuation	\x00a0	0	# NO-BREAK SPACE
+punctuation	\x05b1	26	# HEBREW POINT HATAF SEGOL
+punctuation	\x05b2	25	# HEBREW POINT HATAF PATAH
+punctuation	\x05b3	345	# HEBREW POINT HATAF QAMATS
+punctuation	\x05b4	24	# HEBREW POINT HIRIQ
+punctuation	\x05b5	34	# HEBREW POINT TSERE
+punctuation	\x05b6	15	# HEBREW POINT SEGOL
+punctuation	\x05b7	14	# HEBREW POINT PATAH
+punctuation	\x05b8	126	# HEBREW POINT QAMATS
+punctuation	\x05b9	135	# HEBREW POINT HOLAM
+punctuation	\x05bb	136	# HEBREW POINT QUBUTS
+letter	\x05d0	1	# HEBREW LETTER ALEF
+letter	\x05d1	1236	# HEBREW LETTER BET
+letter	\x05d2	1245	# HEBREW LETTER GIMEL
+letter	\x05d3	145	# HEBREW LETTER DALET
+letter	\x05d4	125	# HEBREW LETTER HE
+letter	\x05d5	2456	# HEBREW LETTER VAV
+letter	\x05d6	1356	# HEBREW LETTER ZAYIN
+letter	\x05d7	1346	# HEBREW LETTER HET
+letter	\x05d8	2345	# HEBREW LETTER TET
+letter	\x05d9	245	# HEBREW LETTER YOD
+letter	\x05da	168	# HEBREW LETTER FINAL KAF
+letter	\x05db	16	# HEBREW LETTER KAF
+letter	\x05dc	123	# HEBREW LETTER LAMED
+letter	\x05dd	1348	# HEBREW LETTER FINAL MEM
+letter	\x05de	134	# HEBREW LETTER MEM
+letter	\x05df	13458	# HEBREW LETTER FINAL NUN
+letter	\x05e0	1345	# HEBREW LETTER NUN
+letter	\x05e1	234	# HEBREW LETTER SAMEKH
+letter	\x05e2	1246	# HEBREW LETTER AYIN
+letter	\x05e3	1248	# HEBREW LETTER FINAL PE
+letter	\x05e4	1234	# HEBREW LETTER PE
+letter	\x05e5	23468	# HEBREW LETTER FINAL TSADI
+letter	\x05e6	2346	# HEBREW LETTER TSADI
+letter	\x05e7	12345	# HEBREW LETTER QOF
+letter	\x05e8	1235	# HEBREW LETTER RESH
+letter	\x05e9	146	# HEBREW LETTER SHIN
+letter	\x05ea	1456	# HEBREW LETTER TAV
+space	\x2002	0	# EN SPACE
+space	\x2003	0	# EM SPACE
+space	\x2004	0	# THREE-PER-EM SPACE
+space	\x2005	0	# FOUR-PER-EM SPACE
+space	\x2006	0	# SIX-PER-EM SPACE
+punctuation	\x2007	0	# FIGURE SPACE
+space	\x2008	0	# PUNCTUATION SPACE
+space	\x2009	0	# THIN SPACE
+space	\x200a	0	# HAIR SPACE
+punctuation	\x202f	0	# NARROW NO-BREAK SPACE
+space	\x205f	0	# MEDIUM MATHEMATICAL SPACE
+letter	\xfb1d	35	# HEBREW LETTER YOD WITH HIRIQ
+letter	\xfb2a	146	# HEBREW LETTER SHIN WITH SHIN DOT
+letter	\xfb2b	156	# HEBREW LETTER SHIN WITH SIN DOT
+letter	\xfb31	12	# HEBREW LETTER BET WITH DAGESH
+letter	\xfb35	346	# HEBREW LETTER VAV WITH DAGESH
+letter	\xfb3a	13	# HEBREW LETTER FINAL KAF WITH DAGESH
+letter	\xfb3b	13	# HEBREW LETTER KAF WITH DAGESH
+letter	\xfb43	1234	# HEBREW LETTER FINAL PE WITH DAGESH
+letter	\xfb44	1234	# HEBREW LETTER PE WITH DAGESH
+letter	\xfb4a	1256	# HEBREW LETTER TAV WITH DAGESH
+# liblouis: Korean (Base table and chars for 2006 edition)
+#
+# Based on the braille contraction table in BRLTTY
+#
+# Copyright (C) 1995-2012 by The BRLTTY Team. 
+# Copyright (C) 2012 by Samuel Thibault <samuel.thibault@ens-lyon.org>
+# Copyright (C) 2012 by Mesar Hameed <mhameed@src.gnome.org>
+# Copyright (C) 2014 by Joseph Lee <joseph.lee22590@gmail.com>
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+
+# This is missing CHITUEUM*, CEONGCHIEUMSIOS, PANSIOS, YESIEUNG, RINHIEUH and
+# ARAEA for which I couldn't find documentation.  Please contact me to fix
+# anything, as this table was generated from a C program.
+
+#Same as ko.cti except for punctuation dot changes.
+
+include en-chardefs.cti English character definition opcodes
+include braille-patterns.cti
+
+# Braille indicators
+numsign 3456  number sign, just a dots operand
+capsletter 6
+begcapsword 6-6
+endcapsword 6-3
+emphclass italic
+emphclass underline
+emphclass bold
+begemphphrase italic 46-46
+endemphphrase italic before 46
+lenemphphrase italic 4
+begemphword italic 46-3
+endemphword italic 46-36
+emphletter italic 46-25
+begemphphrase bold 456-456
+endemphphrase bold before 456
+lenemphphrase bold 4
+begcomp 456-346
+endcomp 456-156
+
+# literary forms of the decimal digits
+include litdigits6Dots.uti
+
+# Letters are defined in chardefs.cti
+
+# punctuation
+prepunc ( 36
+word ( 36
+noback always ( 36
+postpunc ) 36
+word ) 36
+noback always ) 36
+prepunc " 236
+postpunc " 356
+word " 236
+prepunc ` 236
+prepunc ' 6-236
+postpunc ' 356-3
+word ' 4-3
+word 'em = 
+word 'tis =
+word 'twas =
+begnum # 3456 print number sign before number
+midnum , 5
+postpunc , 5
+word , 5
+noback always , 5
+decpoint . 3
+midnum - 36
+hyphen - 36
+always \s--\s 36-36
+always \s-\s 36-36
+midnum \x00ad 36
+postpunc . 256
+word . 256
+noback always . 256
+postpunc ; 56-23
+word ; 56-23
+midnum : 5-2
+postpunc : 5-2
+always : 5-2
+postpunc ! 235
+noback always ! 235
+midnum / 456-34
+always / 456-34
+always < 5-13
+always = 25-25
+always > 46-2
+always + 5-235
+postpunc ? 236
+word ? 236
+noback always ? 236
+endnum st 34
+endnum nd 1345-145
+endnum rd 1235-145
+endnum 's 3-234
+endnum th 1456
+endnum 's 3-234
+always % 356-1234
+midnum ^ 45
+always ^ 456-126
+always ~ 36-36
+always & 4-12346
+midnum * 5-23
+always * 35-35
+prepunc [ 236-3
+word [ 236-3
+always [ 236-3
+postpunc ] 6-356
+word ] 6-356
+always ] 6-356
+prepunc { 236-23
+word { 236-23
+always { 236-23
+postpunc } 56-356
+word } 56-356
+always } 56-356
+always @ 4-1
+always \\ 4-1256
+always | 456-1256
+always \s-\s 36
+always ..." 5-5-5-356
+always … 5-5-5
+always ... 5-5-5
+always ...' 5-5-5-356-3
+repeated .... 0
+repeated ____ 6-36-36-3
+repeated ---- 36
+always .\s.\s." 3-3-3-356
+always .\s.\s. 3-3-3 . . .
+begnum $ 256
+always $ 4-256
+always _ 6-36-36-3
+always — 56-36-36-23
+
+# special character sequences
+compbrl :// URLs
+compbrl ()
+compbrl www.
+compbrl ::
+compbrl .com
+compbrl .edu
+compbrl .gov
+compbrl .ini
+compbrl .mil
+compbrl .net
+compbrl .org
+compbrl .doc
+compbrl .xml
+compbrl .xsl
+compbrl .htm
+compbrl .html
+compbrl .tex
+compbrl .txt
+compbrl .gif
+compbrl .jpg
+compbrl .png
+compbrl .wav
+compbrl .tar
+compbrl .zip
+
+noback context "\e"$a *
+always \\_ 56 letter sign before Roman page numbers
+noback pass2 @56-56 @56
+noback pass2 @3-56 @3
+
+
+#Korean section:
+
+#Detect English:
+letsign 356
+
+#Basic letter patterns (to be used in G1 and G2):
+include ko-chars.cti
+
+
+#-index-name: Vietnamese
+#-display-name: Vietnamese braille
+
+#+locale:vi
+#+type:literary
+#+grade:1
+#+dots:6
+
+# TODO: Please correct the metadata above. It is not meant to be
+# accurate nor complete. It hasn't been verified by the table
+# author yet. It is merely an attempt by the liblouis maintainers
+# to get some sensible initial values in place.
+
+# TODO: Please add a reference to official documentation about
+# the implemented braille code. Preferably submit the documents
+# to https://github.com/liblouis/braille-specs.
+
+include vi-g1.ctb
+include braille-patterns.cti
+# liblouis: Italiano 8 punti
+
+# -----------
+#-index-name: Italian, computer
+#-display-name: Italian computer braille
+#
+#+locale:it
+#+type:computer
+#+dots:8
+#
+# TODO: Please correct the metadata above. It is not meant to be
+# accurate nor complete. It hasn't been verified by the table
+# author yet. It is merely an attempt by the liblouis maintainers
+# to get some sensible initial values in place.
+#
+# TODO: Please add a reference to official documentation about
+# the implemented braille code. Preferably submit the documents
+# to https://github.com/liblouis/braille-specs.
+# -----------
+
+#  Copyright (C) 2011 by Caterina Avoledo <catery81@yahoo.it>
+#  Copyright (C) 2012,2016 by Simone Dal Maso <simone.dalmaso@juvox.it>
+
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 3 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+#
+
+#--------------------- All chars definitions ------------------------------
+
+space \x0000  34578   #NULL
+space \x0001  178 #Start of heading
+space \x0002  1278  #Start of text
+space \x0003  1478  #End of text
+space \x0004  14578 #End of transmission
+space \x0005  1578  #Enquiry
+space \x0006  12478 #Acknowledge
+space \x0007  124578  #Bell
+space \x0008  12578 #Backspace
+#space \x0009  2478
+space \s  0   #blank 32
+space \t  0 #Tab  \x0009
+space \x000A  24578 #Line feed
+space \x000B  1378  #Line tabulation
+space \x000C  12378 #Form feed
+space \x000D  13478 #Carriage return
+space \x000E  134578  #Shift out
+space \x000F  13578 #Shift in
+space \x0010  123478    #Data link escape
+space \x0011  1234578   #Device control one
+space \x0012  123578    #Device control two
+space \x0013  23478   #Device control three
+space \x0014  234578    #Device control four
+space \x0015  13678   #Negative acknoledgement
+space \x0016  123678    #Synchronous idle
+space \x0017  245678    #End of transmission block
+space \x0018  134678    #Cancel
+space \x0019  1345678   #End of medium
+space \x001A  135678    #Substitute
+space \x001B  1235678   #Escape
+space \x001C  3478    #Information separator four
+space \x001D  2345678   #Information separator three
+space \x001E  234678    #Information separator two
+space \x001F  45678   #Information separator one
+punctuation ! 5						#33
+punctuation " 4						#34
+sign # 3456								#35
+sign $ 46									#36
+sign % 123456							#37
+sign & 12346							#38
+punctuation ' 6	  				#39
+punctuation ( 236					#40
+punctuation ) 356					#41
+punctuation *	35					#42
+sign + 235								#43
+punctuation , 2						#44
+punctuation - 36					#45  the hyphen-minus
+punctuation . 3						#46
+sign / 256								#47
+
+include digits6DotsPlusDot6.uti
+
+punctuation : 25			#colon	x003A
+punctuation ;	23			#semicolon x003B
+math < 56							#x003C
+math = 2356						#equal sign	x003D
+math > 45										#x003E
+punctuation ? 26						#x003F
+sign @ 3457						#commercial at x0040
+
+include latinLetterDef8Dots.uti
+punctuation [ 123567			#91
+sign \\ 347								#92
+punctuation ] 234567			#93
+sign ^ 23467							#94
+sign _ 4567							#underscore 95
+sign ` 345							#96
+
+# a - z					97 - 122	x0061 - x007A
+
+punctuation { 12356			#123
+sign  | 34				#124
+punctuation } 23456			#125
+sign ~ 2346			#126
+sign  \x007F  456   #Delete
+
+
+#--- Unicode latin
+#sign  \x0080  8   #Control
+#From \x0080 to \x009F control characters
+
+space \x00A0 0				#no-break space
+punctuation \x00A1  367   #Inverted exclamation mark
+sign \x00A2  58						#cent sign
+sign \x00A3 467 		#pound sign
+sign \x00A4 4678 #¤ currency sign	x00A4
+sign \x00A5 468 #¥ yen	sign			x00A5
+sign  \x00A6  158   #Broken bar
+sign \x00A7 357 #§ paragraph sign	x00A7
+sign  \x00A8  48  #Diaeresis sign
+sign \x00A9 123468 #© copyright			x00A9
+sign  \x00AA  1258    #Feminine ordinal indicator
+punctuation \x00AB 5678 # «		#left-pointing double quotation mark	x00AB
+sign  \x00AC    25678   #Not sign
+sign  \x00AD  368   #Soft hyphen
+sign  \x00AE  12358   #Registered sign
+sign  \x00AF  458   #Macron sign
+sign \x00B0 4568 #° degree sign		x00B0
+sign  \x00B1    23578   #Plus-Minus sign
+sign \x00B2 128 #² 				#superscript 2 sign	x00B2
+sign \x00B3 148 #³superscript 3 sign	x00B3
+sign \x00B4 568			#acute accent
+sign \x00B5 1348		#µ micro sign									x00B5
+sign \x00B6 1458		#¶ pilcrow sign								x00B6
+punctuation \x00B7  37    #Middle dot
+sign \x00B8 68    #Cedilla
+sign \x00B9 18    #¹ superscript 1 sign	x00B9
+sign  \x00BA  2458    #Masculine ordinal indicator
+punctuation \x00BB 4578 #»right-pointing double quotation mark		x00BB
+sign \x00BC 1368 #¼ vulgar fraction one quarter	x00BC
+sign \x00BD 12368 #½vulgar fraction one half	x00BD
+sign \x00BE 13468 #¾ vulgar fraction 3 quarters	x00BE
+punctuation \x00BF  38    #Inverted question mark
+
+uppercase \x00C0 23678    #A with grave above
+uppercase \x00C1  28    #A with acute above
+uppercase \x00C2  167   #A with Circumflex
+uppercase \x00C3  3467    #A with tilde 
+uppercase \x00C4  567   #A with diaeresis
+uppercase \x00C5   34567    #A with ring above
+uppercase \x00C6  47    #AE
+uppercase \x00C7  123467    #C with cedilla
+uppercase \x00C8 3578   #E with grave above
+uppercase \x00C9 1234567    #E with acute above
+uppercase \x00CA  1267    #E with circumflex
+uppercase \x00CB  2358    #E with diaeresis
+uppercase \x00CC  57    #I with grave above
+uppercase \x00CD  258   #I with acute
+uppercase \x00CE  1467    #I with circumflex
+uppercase \x00CF  23568   #I with diaeresis
+uppercase \x00D0  3567    #ETH
+uppercase \x00D1  2567    #N with tilde
+uppercase \x00D2 578    #O with grave
+uppercase	\x00D3  2568    #O with acute
+uppercase \x00D4  14567   #O with circumflex
+uppercase \x00D5  267   #O with tilde
+uppercase \x00D6  358   #O with diaeresis
+math \x00D7  23468   #Multiplication sign \x00d7
+uppercase \x00D8  2467    #O with stroke
+uppercase \x00D9 35678    #U with grave above
+uppercase \x00DA 268    #U with acute above
+uppercase \x00DB  1567    #U with circumflex
+uppercase \x00DC  2368    #U with diaeresis
+uppercase \x00DD  3568    #Y with acute
+uppercase \x00DE  2357    #THORN
+uppercase \x00DF  34568   #sharp s
+lowercase \x00E0 123568				#a with grave
+lowercase \x00E1  168   #a with acute
+lowercase \x00E2  1678    #a with circumflex
+lowercase \x00E3  34678   #a with tilde
+lowercase \x00E4  3458    #a with diaeresis
+lowercase \x00E5  345678    #a with ring above
+lowercase \x00E6  478   #ae
+lowercase \x00E7  1234678   #c with cedilla
+lowercase \x00E8 23468			#e with grave
+lowercase \x00E9 1234568		#e with acute
+lowercase \x00EA  12678   #e with circumflex
+lowercase \x00EB  12468   #e with diaeresis
+lowercase \x00EC 348				#i with grave above
+lowercase \x00ED  1468    #i withacute
+lowercase \x00EE  14678   #i with circumflex
+lowercase \x00EF  124568    #i with diaeresis
+lowercase \x00F0  23458   #eth
+lowercase \x00F1  13458   #n with tilde
+lowercase \x00F2 3468			#o with grave above
+lowercase \x00F3 14568    #o with acute
+lowercase \x00F4  145678    #o with circumflex
+lowercase \x00F5  1358    #o with tilde
+lowercase \x00F6  2468    #o with diaeresis
+math \x00F7 125678    #division sign x00f7
+lowercase \x00F8  24678   #o with stroke
+lowercase \x00F9 234567			#u with grave above
+lowercase \x00FA 1568			#u with acute above
+lowercase \x00FB  15678   #u with circumflex
+lowercase \x00FC  12568   #u with diaeresis
+lowercase \x00FD  24568   #y with acute
+lowercase \x00FE  12348   #thorn
+lowercase \x00FF  134568    #y with diaeresis
+
+#--- Unicode Multilingual
+uppercase \x0100    1678    #A with macron
+lowercase	\x0101   168   #a with macron
+uppercase	\x0102    1235678   #A with breve
+lowercase	\x0103    123568    #a with breve
+uppercase	\x0104    134568    #A with ogonek
+lowercase \x0105 168    #a with ogonek
+uppercase \x0106 14678    #C with acute
+lowercase \x0107 1468   #c with acute
+uppercase	\x0108    14678   #C with circumflex
+lowercase	\x0109    1468    #c with circumflex
+#uppercase \x010A  0   #C with dot above
+#lowercase  \x010B      #c with dot above
+uppercase	\x010C    14678   #C with caron
+lowercase	\x010D    1468    #c with caron
+#uppercase	\x010E       #D with caron
+#lowercase	\x010F       #d with caron
+uppercase \x0110   145678    #D with stroke
+lowercase \x0111    14568   #d with stroke
+uppercase \x0112    15678   #E with macron
+lowercase \x0113    1568    #e with macron
+uppercase	\x0118    12678    #E with ogonek
+lowercase \x0119    1268    #e with ogonek
+uppercase \x011C    1245678     #G with circumflex
+lowercase \x011D    124568    #g with circumflex
+uppercase \x0141  134568    #L with stroke
+lowercase \x0142  1568    #l with stroke
+uppercase \x0143  145678    #N with acute
+lowercase \x0144  14568   #n with acute
+uppercase \x0145 1345678   #N with cedilla
+lowercase \x0146 134568    #n with cedilla
+uppercase \x0150  1245678   #O with double acute
+lowercase \x0151  124568    #o with double acute
+uppercase \x0152  237   #ligature OE
+lowercase \x0153  467   #ligature oe
+uppercase \x0156  1235678   #R with cedilla
+lowercase \x0157  123568    #r with cedilla
+lowercase \x0159 2456    #r with caron
+uppercase \x015A  134568    #S with acute
+lowercase \x015B  134568    #s with acute
+uppercase \x015C  234678    #S with circumflex
+lowercase \x015D  23468    #s with cirumflex
+uppercase \x015E  134568    #S with cedilla
+lowercase \x015F  123468    #s with cedilla
+uppercase \x0160  678   #S with caron
+lowercase \x0161  1568    #s withcaron
+uppercase \x0162  24678   #T with cedilla
+lowercase \x0163  23458   #t with cedilla
+uppercase \x0164  125678    #T with caron
+lowercase \x0165  1256    #t with caron
+uppercase \x016A  34678   #U wtih macron
+lowercase \x016B  3468    #u with macron
+uppercase \x016C  34678   #U with breve
+lowercase \x016D  3468    #u with breve
+lowercase \x016F  23456   #u with ring above
+uppercase \x0170  2345678   #U with double acute
+lowercase \x0171  234568    #u with double acute
+uppercase \x0178  12345678    #Y with diaeresis
+uppercase \x0179  134568    #Z with acute
+lowercase \x017A 134568    #z with acute
+uppercase \x017B  134568    #Z with dot above
+lowercase \x017C  123468    #z with dot above
+uppercase \x017D  12567   #Z with caron
+lowercase \x017E  2346    #z with caron
+lowercase \x0192 78   #f with hook
+lowercase \x025C  13567   #reversed open e
+sign  \x02C6  378   #circumflex accent
+sign  \x02C7  134568    #caron
+sign  \x02D8  134568    #breve
+sign  \x02D9  5    #dot above
+sign  \x02DB 134568    #ogonek
+sign  \x02DC  2578    #small tilde
+
+#--- Unicode Special Symbols
+space	\x2002	0	   #EN space
+space \x2003  0   #EM space
+space	\x2004	0	  #THREE-PER-EM SPACE
+space	\x2005	0	  #FOUR-PER-EM SPACE
+space	\x2006	0	  #SIX-PER-EM SPACE
+punctuation	\x2007	0	  #FIGURE SPACE
+space	\x2008	0	  #PUNCTUATION SPACE
+space	\x2009	0	  #THIN SPACE
+space	\x200A	0	  #HAIR SPACE
+sign  \x2011  36    #Non-breaking hyphen
+sign  \x2013  368   #En dash
+sign  \x2014  36    #EM dash
+sign  \x2015  36    #Horizontal bar
+sign  \x2017  36    #Double low line
+sign  \x2018  6   #Left single quotation mark
+sign  \x2019  6   #Right single quotation mark
+sign  \x201A  3678    #Single low-9 quotation mark
+sign  \x201C  4   #Left double quotation mark
+sign  \x201D  4   #Right double quotation mark
+sign  \x201E  1268  #Double low-9 quotation mark
+sign  \x2020  134568    #Dagger
+sign  \x2021  12458   #Double dagger
+sign  \x2022  35    #Bullet
+sign  \x2026  238   #Horizontal ellipsis
+punctuation	\x202F	0	  #NARROW NO-BREAK SPACE
+sign  \x2030  1345678   #Per mille sign
+sign  \x2039  27    #Single left-pointing quotation mark
+sign  \x203A  23567   #Single right-pointing quotation mark
+space	\x205F	0	  #MEDIUM MATHEMATICAL SPACE
+sign  \x207F  13467   #Superscript n
+sign  \x20AC  457   #Euro sign
+sign  \x20AF  145678    #Drachma sign
+sign  \x2116  3456    #Number sign
+sign  \x2122  1245678   #Trade mark sign
+math  \x2219  48    #Bullet operator
+math  \x221A  1467    #Square root
+math  \x221E  234678    #Infinity
+math  \x2229  578   #Intersection
+math  \x2248  3578    #Almost equal to
+math  \x2261  23568   #Identical to
+math  \x2264  568   #Less-than or equal to
+math  \x2265  458   #Greater-than or equal to
+sign  \x2310  14567   #Reversed not sign
+math  \x2320  347   #Top half integral
+math  \x2321  1567    #Bottom half integral
+sign  \x2500  67    #Box drawings light horizontal
+sign  \x2502  237   #Box drawings light horizontal
+sign  \x250C  257   #Box drawings light down and right
+sign  \x2510  278   #Box drawings light down and left
+sign \x2514 378   #Box drawings light up and right
+sign  \x2518  678   #Box drawings light up and left
+sign  \x251C  2367    #Box drawings light vertical and right
+sign  \x2524  13568   #Box drawings light vertical and left
+sign  \x252C  138 #Box drawings light down and horizontal
+sign  \x2534  27    #Box drawings light up and horizontal
+sign  \x2550  2578    #Box drawings double horizontal
+sign  \x2551  1234568   #Box drawings double vertical
+sign  \x2552  123468    #Box drawings down single and right double
+sign  \x2553  1358    #Box drawings down double and right single
+sign  \x2554  23567   #Box drawings double down and right
+sign  \x2555  148   #Box drawings down single and left double
+sign  \x2556  368   #Box drawings down double and left single
+sign  \x2557  12458   #Box drawings double down left
+sign  \x2558  248   #Box drawings up single and right double
+sign  \x2559  1238    #Box drawings up double and right single
+sign  \x255A  2378    #Box drawings double up and right
+sign  \x255B  34678   #Box drawings up single and left double
+sign  \x255C  4678    #Box drawings up double and left single
+sign  \x255D  2678    #Box drawings double up and left
+sign  \x255E  68    #Box drawings vertical single and right double
+sign  \x255F  257   #Box drawings vertical double and right single
+sign  \x2560  1248    #Box drawings vertical double and right
+sign  \x2561  268   #Box drawings vertical single and left double
+sign  \x2562  24568   #Box drawings vertical double and left single
+sign  \x2563  123567    #Box drawings double vertical and left
+sign  \x2564  3467    #Box drawings down single and horizontal double
+sign  \x2565  28    #Box drawings down double and horizontal single
+sign  \x2566  123458    #Box drawings double down and horizontal
+sign  \x2567  167   #Box drawings up single and horizontal double
+sign  \x2568  57    #Box drawings up double and horizontal single
+sign  \x2569  8   #Box drawings double up and horizontal
+sign  \x256A  3567  #Box drawings vertical single and horizontal double
+sign  \x256B  12358   #Box drawings vertical double and horizontal single
+sign  \x256C  5678    #Box drawings double vertical and horizontal
+sign  \x2580 234567    #Upper half block
+sign  \x2584 1267    #Lower half block
+sign  \x2588 12345678   #Full block
+sign  \x258C  23678   #Left half block
+sign  \x2590  35678   #Right half block
+sign  \x2591  78    #Light shade
+sign  \x2592  3678    #Medium shade
+sign  \x2593  235678    #Dark shade
+sign  \x25A0  1234567   #Black square
+sign  \x25AA  5678   #black small square
+sign  \x25B6  456-135   #Black right-pointing triangle
+sign  \x25CF  35    #Black circle
+sign  \x25E6  35    #White bullet
+sign  \x2665  56-146    #heart
+sign  \x2713  3678    #check mark
+sign  \x2714  235678    #Heavy check mark
+sign  \x2794  25-25-135    #right arrow
+sign  \x2190  25-25-246    #left arrow
+sign  \x2192  25-25-246    #left arrow
+sign  \x25B7  456-135    #white right-pointing triangle
+sign  \xF0B7  35    #bullet
+sign  \xFB00  124-124    #latin small ligature
+
+
+#--- Unicode Greek  (revisione)
+sign  \x0374  3456   #GREEK UPPER NUMERAL SIGN Dexia keraia
+sign  \x0375  5678   #GREEK LOWER NUMERAL SIGN Aristeri keraia
+punctuation  \x037E  26   #GREEK QUESTION MARK
+sign  \x0384  4   #GREEK TONOS
+sign  \x0385  45   #GREEK DIALYTIKA TONOS
+uppercase  \x0386  34578   #Greek letter alpha with tonos
+sign  \x0387  467   #GREEK ANO TELEIA
+uppercase  \x0388  12467   #Greek letter epsilon with tonos
+uppercase  \x0389  1234567   #Greek letter eta with tonos
+uppercase  \x038A  124567   #Greek letter iota with tonos
+uppercase  \x038C  24678  #Greek letter omicron with tonos
+uppercase  \x038E  12567   #Greek letter upsilon with tonos
+uppercase  \x038F  2457   #Greek letter omega with tonos
+lowercase  \x0390  248   #GREEK SMALL LETTER IOTA WITH DIALYTIKA AND TONOS
+uppercase  \x0391  17   #GREEK CAPITAL LETTER ALPHA
+uppercase  \x0392  127   #GREEK CAPITAL LETTER BETA
+uppercase  \x0393  12457   #GREEK CAPITAL LETTER GAMMA
+uppercase  \x0394  1457   #GREEK CAPITAL LETTER DELTA
+uppercase  \x0395  157   #GREEK CAPITAL LETTER EPSILON
+uppercase  \x0396  13567   #GREEK CAPITAL LETTER ZETA
+uppercase  \x0397  1567   #GREEK CAPITAL LETTER ETA
+uppercase  \x0398  14567   #GREEK CAPITAL LETTER THETA
+uppercase  \x0399  24   #GREEK CAPITAL LETTER IOTA
+uppercase  \x039A  137   #GREEK CAPITAL LETTER KAPPA
+uppercase  \x039B  1237   #GREEK CAPITAL LETTER LAMDA
+uppercase  \x039C  1347   #GREEK CAPITAL LETTER MU
+uppercase  \x039D  13457   #GREEK CAPITAL LETTER NU
+uppercase  \x039E  13467   #GREEK CAPITAL LETTER XI
+uppercase  \x039F  1357   #GREEK CAPITAL LETTER OMICRON
+uppercase  \x03A0  12347   #GREEK CAPITAL LETTER PI
+uppercase  \x03A1  12357   #GREEK CAPITAL LETTER RHO
+uppercase  \x03A3  2347   #GREEK CAPITAL LETTER SIGMA
+uppercase \x03A4  23457   #GREEK CAPITAL LETTER TAU
+uppercase  \x03A5  1367   #GREEK CAPITAL LETTER UPSILON
+uppercase  \x03A6  1247   #GREEK CAPITAL LETTER PHI
+uppercase  \x03A7  123467   #GREEK CAPITAL LETTER CHI
+uppercase  \x03A8  134567   #GREEK CAPITAL LETTER PSI
+uppercase  \x03A9  24567   #GREEK CAPITAL LETTER OMEGA
+uppercase  \x03AA  2478   #GREEK CAPITAL LETTER IOTA WITH DIALYTIKA
+uppercase  \x03AB  1345678   #GREEK CAPITAL LETTER UPSILON WITH DIALYTIKA
+lowercase  \x03AC  345   #Greek letter alpha with tonos
+lowercase  \x03AD  1246   #Greek letter epsilon with tonos
+lowercase  \x03AE  123456   #Greek letter eta with tonos
+lowercase  \x03AF  12456   #Greek letter iota with tonos
+lowercase  \x03B0  134568   #GREEK SMALL LETTER UPSILON WITH DIALYTIKA
+lowercase  \x03B1  1   #GREEK SMALL LETTER ALPHA
+lowercase  \x03B2  12   #GREEK SMALL LETTER BETA
+lowercase  \x03B3  1245   #GREEK SMALL LETTER GAMMA
+lowercase  \x03B4  145   #GREEK SMALL LETTER DELTA
+lowercase  \x03B5  15   #GREEK SMALL LETTER EPSILON
+lowercase  \x03B6  1356   #GREEK SMALL LETTER ZETA
+lowercase  \x03B7  156   #GREEK SMALL LETTER ETA
+lowercase  \x03B8  1456   #GREEK SMALL LETTER THETA
+lowercase  \x03B9  24   #GREEK SMALL LETTER IOTA
+lowercase  \x03BA  13   #GREEK SMALL LETTER KAPPA
+lowercase  \x03BB  123   #GREEK SMALL LETTER LAMDA
+lowercase  \x03BC  134   #GREEK SMALL LETTER MU
+lowercase  \x03BD  1345   #GREEK SMALL LETTER NU
+lowercase  \x03BE  1346   #GREEK SMALL LETTER XI
+lowercase  \x03BF  135   #GREEK SMALL LETTER OMICRON
+lowercase  \x03C0  1234   #GREEK SMALL LETTER PI
+lowercase  \x03C1  1235   #GREEK SMALL LETTER RHO
+lowercase  \x03C2  234   #GREEK SMALL LETTER FINAL SIGMA
+lowercase  \x03C3  234   #GREEK SMALL LETTER FINAL SIGMA
+lowercase  \x03C4  2345   #GREEK SMALL LETTER TAU
+lowercase  \x03C5  136   #GREEK SMALL LETTER UPSILON
+lowercase  \x03C6  124   #GREEK SMALL LETTER PHI
+lowercase  \x03C7  12346   #GREEK SMALL LETTER CHI
+lowercase  \x03C8  13456   #GREEK SMALL LETTER PSI
+lowercase  \x03C9  2456   #GREEK SMALL LETTER OMEGA
+lowercase  \x03CA  348   #GREEK SMALL LETTER IOTA WITH DIALYTIKA
+lowercase  \x03CB  234568   #GREEK SMALL LETTER UPSILON WITH DIALYTIKA
+lowercase  \x03CC  246   #Greek letter omicron with tonos
+lowercase  \x03CD  1256   #Greek letter upsilon with tonos
+lowercase  \x03CE  245   #Greek letter omega with tonos
+sign  \x03D0  1278   #GREEK BETA SYMBOL
+sign  \x03D1  145678   #GREEK THETA SYMBOL α
+letter  \x03D2  12368   #GREEK UPSILON WITH HOOK SYMBOL
+letter  \x03D3  23456   #GREEK UPSILON WITH ACUTE AND HOOK SYMBOL
+letter  \x03D4  1368   #GREEK UPSILON WITH DIAERESIS AND HOOK SYMBOL
+sign  \x03D5  12478   #GREEK PHI SYMBOL
+sign  \x03D6  123478   #GREEK PI SYMBOL
+sign  \x03D7  12346   #GREEK KAI SYMBOL
+uppercase  \x03D8  1234578   #GREEK LETTER ARCHAIC KOPPA
+lowercase  \x03D9  123458   #GREEK SMALL LETTER ARCHAIC KOPPA
+uppercase  \x03DA  123678   #GREEK CAPITAL LETTER STIGMA
+lowercase  \x03DB  12368   #GREEK SMALL LETTER STIGMA
+uppercase  \x03DC  145678   #GREEK CAPITAL LETTER DIGAMMA
+lowercase  \x03DD  12368   #GREEK SMALL LETTER DIGAMMA
+uppercase  \x03DE  1234578   #GREEK CAPITAL LETTER KOPPA
+lowercase  \x03DF  123458   #GREEK SMALL LETTER KOPPA
+uppercase  \x03E0  234678   #GREEK CAPITAL LETTER SAMPI
+lowercase  \x03E1  23468   #GREEK SMALL LETTER SAMPI
+sign  \x03F0  1234578   #GREEK KAPPA SYMBOL
+sign  \x03F1  123578   #GREEK RHO SYMBOL
+sign  \x03F2  23478   #GREEK LUNATE SIGMA SYMBOL
+sign  \x03F4  145678   #GREEK CAPITAL THETA SYMBOL
+sign  \x03F5  1578   #GREEK LUNATE EPSILON SYMBOL
+uppercase  \x03FA  234678   #GREEK CAPITAL LETTER SAN
+lowercase  \x03FB  23468   #GREEK SMALL LETTER SAN
+
+include gr-pl-comp8.uti
+
+#--- Unicode Cyrillic
+uppercase \x0401 1678   #CYRILLIC CAPITAL LETTER IO
+uppercase \x0404 34578    #CYRILLIC CAPITAL LETTER UKRAINIAN IE
+uppercase \x0406 1345678    #CYRILLIC CAPITAL LETTER BYELORUSSIAN-UKRAINIAN I
+uppercase \x0407 145678   #CYRILLIC CAPITAL LETTER YI
+uppercase \x0410 178   #CYRILLIC CAPITAL LETTER A
+uppercase \x0411 1278  #CYRILLIC CAPITAL LETTER BE
+uppercase \x0412 245678  #CYRILLIC CAPITAL LETTER VE
+uppercase \x0413 124578   #CYRILLIC CAPITAL LETTER GHE
+uppercase \x0414 14578    #CYRILLIC CAPITAL LETTER DE
+uppercase \x0415 157    #CYRILLIC CAPITAL LETTER IE
+uppercase \x0416 24578   #CYRILLIC CAPITAL LETTER ZHE
+uppercase \x0417 135678   #CYRILLIC CAPITAL LETTER ZE
+uppercase \x0418 2478    #CYRILLIC CAPITAL LETTER I
+uppercase \x0419 1234678    #CYRILLIC CAPITAL LETTER SHORT I
+uppercase \x041A 1378   #CYRILLIC CAPITAL LETTER KA
+uppercase \x041B 12378    #CYRILLIC CAPITAL LETTER EL
+uppercase \x041C 13478    #CYRILLIC CAPITAL LETTER EM
+uppercase \x041D 134578   #CYRILLIC CAPITAL LETTER EN
+uppercase \x041E 13578    #CYRILLIC CAPITAL LETTER O
+uppercase \x041F 123478   #CYRILLIC CAPITAL LETTER PE
+uppercase \x0420 123578   #CYRILLIC CAPITAL LETTER ER
+uppercase \x0421 23478   #CYRILLIC CAPITAL LETTER ES
+uppercase \x0422 234578   #CYRILLIC CAPITAL LETTER TE
+uppercase \x0423 13678    #CYRILLIC CAPITAL LETTER U
+uppercase \x0424 12478    #CYRILLIC CAPITAL LETTER EF
+uppercase \x0425 12578    #CYRILLIC CAPITAL LETTER HA
+uppercase \x0426 1478   #CYRILLIC CAPITAL LETTER TSE
+uppercase \x0427 1234578    #CYRILLIC CAPITAL LETTER CHE
+uppercase \x0428 15678    #CYRILLIC CAPITAL LETTER SHA
+uppercase \x0429 134678   #CYRILLIC CAPITAL LETTER SHCHA
+uppercase \x042A 1235678    #CYRILLIC CAPITAL LETTER HARD SIGN
+uppercase \x042B 234678   #CYRILLIC CAPITAL LETTER YERU
+uppercase \x042C 2345678    #CYRILLIC CAPITAL LETTER SOFT SIGN
+uppercase \x042D 24678    #CYRILLIC CAPITAL LETTER E
+uppercase \x042E 125678     #CYRILLIC CAPITAL LETTER YU
+uppercase \x042F 124678   #CYRILLIC CAPITAL LETTER YA
+lowercase \x0430 18   #CYRILLIC SMALL LETTER A
+lowercase \x0431 128    #CYRILLIC SMALL LETTER BE
+lowercase \x0432 24568   #CYRILLIC SMALL LETTER VE
+lowercase \x0433 12458    #CYRILLIC SMALL LETTER GHE
+lowercase \x0434 1458   #CYRILLIC SMALL LETTER DE
+lowercase \x0435 158    #CYRILLIC SMALL LETTER IE
+lowercase \x0436 2458   #CYRILLIC SMALL LETTER ZHE
+lowercase \x0437 13568   #CYRILLIC SMALL LETTER ZE
+lowercase \x0438 248    #CYRILLIC SMALL LETTER I
+lowercase \x0439 123468   #CYRILLIC SMALL LETTER SHORT I
+lowercase \x043A 138   #CYRILLIC SMALL LETTER KA
+lowercase \x043B 1238   #CYRILLIC SMALL LETTER EL
+lowercase \x043C 1348   #CYRILLIC SMALL LETTER EM
+lowercase \x043D 13458   #CYRILLIC SMALL LETTER EN
+lowercase \x043E 1358   #CYRILLIC SMALL LETTER O
+lowercase \x043F 12348   #CYRILLIC SMALL LETTER PE
+lowercase \x0440 12358    #CYRILLIC SMALL LETTER ER
+lowercase \x0441 2348   #CYRILLIC SMALL LETTER ES
+lowercase \x0442 23458   #CYRILLIC SMALL LETTER TE
+lowercase \x0443 1368   #CYRILLIC SMALL LETTER U
+lowercase \x0444 1248   #CYRILLIC SMALL LETTER EF
+lowercase \x0445 1258   #CYRILLIC SMALL LETTER HA
+lowercase \x0446 148   #CYRILLIC SMALL LETTER TSE
+lowercase \x0447 123458   #CYRILLIC SMALL LETTER CHE
+lowercase \x0448 1568   #CYRILLIC SMALL LETTER SHA
+lowercase \x0449 13468    #CYRILLIC SMALL LETTER SHCHA
+lowercase \x044A 123568   #CYRILLIC SMALL LETTER HARD SIGN
+lowercase \x044B 23468    #CYRILLIC SMALL LETTER YERU
+lowercase \x044C 234568   #CYRILLIC SMALL LETTER SOFT SIGN
+lowercase \x044D 2468   #CYRILLIC SMALL LETTER E
+lowercase \x044E 12568    #CYRILLIC SMALL LETTER YU
+lowercase \x044F 12468    #CYRILLIC SMALL LETTER YA
+lowercase \x0451 168    #CYRILLIC SMALL LETTER IO
+lowercase \x0452 1468   #CYRILLIC SMALL LETTER DJE Serbocroatian
+lowercase \x0454 3458   #CYRILLIC SMALL LETTER UKRAINIAN IE
+lowercase \x0455 12368    #CYRILLIC SMALL LETTER DZE
+lowercase \x0456 134568   #CYRILLIC SMALL LETTER BYELORUSSIAN-UKRAINIAN I
+lowercase \x0457 14568    #CYRILLIC SMALL LETTER YI
+lowercase \x0458 3458   #CYRILLIC SMALL LETTER JE
+lowercase \x0459 1268   #CYRILLIC SMALL LETTER LJE
+lowercase \x045A 12468    #CYRILLIC SMALL LETTER NJE
+lowercase \x045B 1468   #CYRILLIC SMALL LETTER TSHE Serbocroatian
+lowercase \x045E 3468   #CYRILLIC SMALL LETTER SHORT U
+uppercase \x0462 3457		#CYRILLIC CAPITAL LETTER YAT
+lowercase \x0463 3458   #CYRILLIC SMALL LETTER YAT
+lowercase \x0467 18   #CYRILLIC SMALL LETTER LITTLE YUS
+uppercase \x046A 2467		#CYRILLIC CAPITAL LETTER BIG YUS
+lowercase \x046B 124568   #CYRILLIC SMALL LETTER BIG YUS
+lowercase \x0479 3468   #CYRILLIC SMALL LETTER UK DIGRAPH
+sign \x0484 478    #CYRILLIC NON-SPACING PALATALIZATION
+uppercase \x0490 1245678    #CYRILLIC CAPITAL LETTER GHE WITH UPTURN
+lowercase \x0491 124568   #CYRILLIC SMALL LETTER GHE WITH UPTURN
+lowercase \x04A3 13458    #CYRILLIC SMALL LETTER EN WITH DESCENDER
+lowercase \x04AF 12568    #CYRILLIC SMALL LETTER STRAIGHT U
+lowercase \x04BB 128    #CYRILLIC SMALL LETTER SHHA
+lowercase \x04D9 2468   #CYRILLIC SMALL LETTER SCHWA
+
+#---- Hebrew Unicode
+punctuation	\x05B0	3	#HEBREW POINT SHEVA
+punctuation	\x05B1	26	#HEBREW POINT HATAF SEGOL
+punctuation	\x05B2	25	#HEBREW POINT HATAF PATAH
+punctuation	\x05B3	345	#HEBREW POINT HATAF QAMATS
+punctuation	\x05B4	24	#HEBREW POINT HIRIQ
+punctuation	\x05B5	34	#HEBREW POINT TSERE
+punctuation	\x05B6	15	#HEBREW POINT SEGOL
+punctuation	\x05B7	14	#HEBREW POINT PATAH
+punctuation	\x05B8	126	#HEBREW POINT QAMATS
+punctuation	\x05B9	135	#HEBREW POINT HOLAM
+punctuation	\x05BB	136	#HEBREW POINT QUBUTS
+punctuation	\x05BC	5	#HEBREW POINT DAGESH OR MAPIQ 
+punctuation	\x05BD	4	#HEBREW POINT METEG
+punctuation	\x05C1	1568	#HEBREW POINT SHIN DOT
+punctuation	\x05C2	2348	#HEBREW POINT SIN DOT
+letter	\x05D0	1	#HEBREW LETTER ALEF
+letter	\x05D1	1236	#HEBREW LETTER BET
+letter	\x05D2	1245	#HEBREW LETTER GIMEL
+letter	\x05D3	145	#HEBREW LETTER DALET
+letter	\x05D4	125	#HEBREW LETTER HE
+letter	\x05D5	2456	#HEBREW LETTER VAV
+letter	\x05D6	1356	#HEBREW LETTER ZAYIN
+letter	\x05D7	1346	#HEBREW LETTER HET
+letter	\x05D8	2345	#HEBREW LETTER TET
+letter	\x05D9	245	#HEBREW LETTER YOD
+letter	\x05DA	16	#HEBREW LETTER FINAL KAF
+letter	\x05DB	16	#HEBREW LETTER KAF
+letter	\x05DC	123	#HEBREW LETTER LAMED
+letter	\x05DD	134	#HEBREW LETTER FINAL MEM
+letter	\x05DE	134	#HEBREW LETTER MEM
+letter	\x05DF	1345	#HEBREW LETTER FINAL NUN
+letter	\x05E0	1345	#HEBREW LETTER NUN
+letter	\x05E1	234	#HEBREW LETTER SAMEKH
+letter	\x05E2	1246	#HEBREW LETTER AYIN
+letter	\x05E3	124	#HEBREW LETTER FINAL PE
+letter	\x05E4	124	#HEBREW LETTER PE
+letter	\x05E5	2346	#HEBREW LETTER FINAL TSADI
+letter	\x05E6	2346	#HEBREW LETTER TSADI
+letter	\x05E7	12345	#HEBREW LETTER QOF
+letter	\x05E8	1235	#HEBREW LETTER RESH
+letter	\x05E9	146	#HEBREW LETTER SHIN
+letter	\x05EA	1456	#HEBREW LETTER TAV
+letter	\xFB1D	35   #HEBREW LETTER YOD WITH HIRIQ
+letter	\xFB2A	146	  #HEBREW LETTER SHIN WITH SHIN DOT
+letter	\xFB2B	156	  #HEBREW LETTER SHIN WITH SIN DOT
+letter	\xFB31	12	#HEBREW LETTER BET WITH DAGESH
+letter	\xFB35	346	#HEBREW LETTER VAV WITH DAGESH
+letter	\xFB3A	13	#HEBREW LETTER FINAL KAF WITH DAGESH
+letter	\xFB3B	13	#HEBREW LETTER KAF WITH DAGESH
+letter	\xFB43	1234	#HEBREW LETTER FINAL PE WITH DAGESH
+letter	\xFB44	1234	#HEBREW LETTER PE WITH DAGESH
+letter	\xFB4A	1256	#HEBREW LETTER TAV WITH DAGESH
+
+#---- Special Signs
+sign \xFEFF 0   #Zero width no-break Space
+include braille-patterns.cti
+
+# This table contains braille codes and rules for Punjabi Grade 1 and includes English grade 1
+#
+# Copyright (C) 2014 National Institute for Visually Handicapped, 116, Rajpur Road, Dehradun, Uttrakhand, India
+#
+# This file is part of liblouis.
+#
+# liblouis is free software: you can redistribute it and/or modify it
+# under the terms of the GNU Lesser General Public License as
+# published by the Free Software Foundation, either version 2.1 of the
+# License, or (at your option) any later version.
+#
+# liblouis is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with liblouis. If not, see
+# <http://www.gnu.org/licenses/>.
+
+# This table is built and maintained under an activity of Braille Council of India
+# Contributors: Dipendra Manocha, Sreeja, Dinesh Kaushal, Mesar Hameed
+# Last updated on May 5, 2014
+# To report any bugs or any suggestion, please write to d@saksham.org and sreeja.param@gmail.com
+
+include gurumuki.cti
+include en-in-g1.ctb
+
+#  Copyright (C) 2004-2008 ViewPlus Technologies, Inc. www.viewplus.com
+#  Copyright (C) 2004-2006 JJB Software, Inc. www.jjb-software.com
+#  Copyright (C) 2012 Ali-Riza Ciftcioglu aliminator83@gmail.com
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+
+# A part of these mappings do not correspond to a standard as not all of German 8-dot 
+# braille is properly standardized
+
+# -----------
+#-name: Eurobraille
+#-index-name: German, computer
+#-display-name: German computer braille
+#
+#+locale: de
+#+type: computer
+#+contraction: no
+#+grade: 0
+#+direction: both
+# ------------
+
+include braille-patterns.cti
+
+sign \x0020 0
+sign \x0000 0
+sign \x0001 178
+sign \x0002 1278
+sign \x0003 1478
+sign \x0004 14578
+sign \x0005 1578
+sign \x0006 12478
+sign \x0007 124578
+sign \x0008 12578
+sign \x0009 2478
+sign \x000a 24578
+sign \x000b 1378
+sign \x000c 12378
+sign \x000d 13478
+sign \x000e 134578
+sign \x000f 13578
+sign \x0010 123478
+sign \x0011 1234578
+sign \x0012 123578
+sign \x0013 23478
+sign \x0014 234578
+sign \x0015 13678
+sign \x0016 123678
+sign \x0017 245678
+sign \x0018 134678
+sign \x0019 1345678
+sign \x001a 135678
+sign \x001b 1235678
+sign \x001c 3478
+sign \x001d 2345678
+sign \x001e 234678
+sign \x001f 45678
+sign \x0021 5
+sign \x0022 4
+sign \x0023 3456
+sign \x0024 46
+sign \x0025 123456
+sign \x0026 12346
+sign \x0027 6
+sign \x0028 236
+sign \x0029 356
+sign \x002a 35
+sign \x002b 235
+sign \x002c 2
+sign \x002d 36
+sign \x002e 3
+sign \x002f 256
+sign \x0030 346
+sign \x0031 16
+sign \x0032 126
+sign \x0033 146
+sign \x0034 1456
+sign \x0035 156
+sign \x0036 1246
+sign \x0037 12456
+sign \x0038 1256
+sign \x0039 246
+sign \x003a 25
+sign \x003b 23
+sign \x003c 56
+sign \x003d 2356
+sign \x003e 45
+sign \x003f 26
+sign \x0040 3457
+sign \x0041 17
+sign \x0042 127
+sign \x0043 147
+sign \x0044 1457
+sign \x0045 157
+sign \x0046 1247
+sign \x0047 12457
+sign \x0048 1257
+sign \x0049 247
+sign \x004a 2457
+sign \x004b 137
+sign \x004c 1237
+sign \x004d 1347
+sign \x004e 13457
+sign \x004f 1357
+sign \x0050 12347
+sign \x0051 123457
+sign \x0052 12357
+sign \x0053 2347
+sign \x0054 23457
+sign \x0055 1367
+sign \x0056 12367
+sign \x0057 24567
+sign \x0058 13467
+sign \x0059 134567
+sign \x005a 13567
+sign \x005b 123567
+sign \x005c 347
+sign \x005d 234567
+sign \x005e 23467
+sign \x005f 4567
+sign \x0060 345
+sign \x0061 1
+sign \x0062 12
+sign \x0063 14
+sign \x0064 145
+sign \x0065 15
+sign \x0066 124
+sign \x0067 1245
+sign \x0068 125
+sign \x0069 24
+sign \x006a 245
+sign \x006b 13
+sign \x006c 123
+sign \x006d 134
+sign \x006e 1345
+sign \x006f 135
+sign \x0070 1234
+sign \x0071 12345
+sign \x0072 1235
+sign \x0073 234
+sign \x0074 2345
+sign \x0075 136
+sign \x0076 1236
+sign \x0077 2456
+sign \x0078 1346
+sign \x0079 13456
+sign \x007a 1356
+sign \x007b 12356
+sign \x007c 34
+sign \x007d 23456
+sign \x007e 2346
+sign \x007f 456
+sign \x0080 457
+sign \x0081 8
+sign \x0082 3678
+sign \x0083 78
+sign \x0084 1268
+sign \x0085 238
+sign \x0086 1248
+sign \x0087 12458
+sign \x0088 378
+sign \x0089 248
+sign \x008a 678
+sign \x008b 27
+sign \x008c 237
+sign \x008d 257
+sign \x008e 12567
+sign \x008f 12467
+sign \x0090 124678
+sign \x0091 23567
+sign \x0092 2367
+sign \x0093 138
+sign \x0094 1238
+sign \x0095 278
+sign \x0096 2378
+sign \x0097 13568
+sign \x0098 2578
+sign \x0099 1245678
+sign \x009a 2678
+sign \x009b 123458
+sign \x009c 67
+sign \x009d 124567
+sign \x009e 235678
+sign \x009f 12345678
+sign \x00a0 7
+sign \x00a1 367
+sign \x00a2 58
+sign \x00a3 467
+sign \x00a4 4678
+sign \x00a5 468
+sign \x00a6 158
+sign \x00a7 357
+sign \x00a8 48
+sign \x00a9 123468
+sign \x00aa 1258
+sign \x00ab 5678
+sign \x00ac 25678
+sign \x00ad 368
+sign \x00ae 12358
+sign \x00af 458
+sign \x00b0 4568
+sign \x00b1 23578
+sign \x00b2 128
+sign \x00b3 148
+sign \x00b4 568
+sign \x00b5 1348
+sign \x00b6 1458
+sign \x00b7 37
+sign \x00b8 68
+sign \x00b9 18
+sign \x00ba 2458
+sign \x00bb 4578
+sign \x00bc 1368
+sign \x00bd 12368
+sign \x00be 13468
+sign \x00bf 38
+sign \x00c0 23678
+sign \x00c1 28
+sign \x00c2 167
+sign \x00c3 3467
+sign \x00c4 567
+sign \x00c5 34567
+sign \x00c6 47
+sign \x00c7 123467
+sign \x00c8 3578
+sign \x00c9 1234567
+sign \x00ca 1267
+sign \x00cb 2358
+sign \x00cc 57
+sign \x00cd 258
+sign \x00ce 1467
+sign \x00cf 23568
+sign \x00d0 3567
+sign \x00d1 2567
+sign \x00d2 578
+sign \x00d3 2568
+sign \x00d4 14567
+sign \x00d5 267
+sign \x00d6 358
+sign \x00d7 2348
+sign \x00d8 2467
+sign \x00d9 35678
+sign \x00da 268
+sign \x00db 1567
+sign \x00dc 2368
+sign \x00dd 3568
+sign \x00de 2357
+sign \x00df 34568
+sign \x00e0 123568
+sign \x00e1 168
+sign \x00e2 1678
+sign \x00e3 34678
+sign \x00e4 3458
+sign \x00e5 345678
+sign \x00e6 478
+sign \x00e7 1234678
+sign \x00e8 23468
+sign \x00e9 1234568
+sign \x00ea 12678
+sign \x00eb 12468
+sign \x00ec 348
+sign \x00ed 1468
+sign \x00ee 14678
+sign \x00ef 124568
+sign \x00f0 23458
+sign \x00f1 13458
+sign \x00f2 3468
+sign \x00f3 14568
+sign \x00f4 145678
+sign \x00f5 1358
+sign \x00f6 2468
+sign \x00f7 125678
+sign \x00f8 24678
+sign \x00f9 234568
+sign \x00fa 1568
+sign \x00fb 15678
+sign \x00fc 12568
+sign \x00fd 24568
+sign \x00fe 12348
+sign \x00ff 134568
+sign \x25e6 67		# white bullet
+sign \x25fe 3678  # black square
+sign \x2022 35		# •
+sign \x2014 36		# —
+sign \x2013 36		# –
+sign \x2019 6           # '
+sign \x201e 1268	# „
+sign \x201c 138		# “
+sign \x201a 3678	# ‚
+sign \x2018 2367	# ‘
+noback sign \x202F 7	  NARROW NO-BREAK SPACE
+noback sign \x25CF 35	# 9679 black circle
+
+# those symbols should be ignored because there is no one character mapping in the actual braille table
+sign \x2192 0	# →
+sign \x2190 0	# ←
+sign \x25bc 0	# ▼
+
+# The following mappings are not standards compliant as there is no standard for these.
+
+sign \x0100 1678
+sign \x0101 168
+sign \x0102 1235678
+sign \x0103 123568
+sign \x0104 134568
+sign \x0105 168
+sign \x0106 14678
+sign \x0107 1468
+sign \x0108 14678
+sign \x0109 1468
+sign \x010C 14678
+sign \x010D 1468
+sign \x0110 145678
+sign \x0111 14568
+sign \x0112 15678
+sign \x0113 1568
+sign \x0118 12678
+sign \x0119 1268
+sign \x011B 126
+sign \x011c 1245678
+sign \x011d 124568
+sign \x011e 124567
+sign \x011f 12456
+sign \x0122 1245678
+sign \x0123 124568
+sign \x0124 125678
+sign \x0125 12568
+sign \x012B 2468
+sign \x0130 3478
+sign \x0131 348
+sign \x0134 245678
+sign \x0135 24568
+sign \x0136 13678
+sign \x0137 1368
+sign \x013B 123678
+sign \x013C 12368
+sign \x0141 134568
+sign \x0142 1568
+sign \x0143 145678
+sign \x0144 14568
+sign \x0145 1345678
+sign \x0146 134568
+sign \x0150 1245678
+sign \x0151 124568
+sign \x0152 237
+sign \x0153 467
+sign \x0156 1235678
+sign \x0157 123568
+sign \x0159 2456
+sign \x015C 234678
+sign \x015D 23468
+sign \x015F 123468
+sign \x015a 134568
+sign \x015b 134568
+sign \x015e 134568
+sign \x0160 678
+sign \x0161 1568
+sign \x0162 24678
+sign \x0163 23458
+sign \x0164 125678
+sign \x0165 1256
+sign \x016B 3468
+sign \x016C 34678
+sign \x016D 3468
+sign \x016a 34678
+sign \x016f 23456
+sign \x0170 2345678
+sign \x0171 234568
+sign \x0178 12345678
+sign \x0179 134568
+sign \x017C 123468
+sign \x017D 12567
+sign \x017a 134568
+sign \x017b 134568
+sign \x017e 2346
+sign \x0192 78
+sign \x01a0 12367
+sign \x01a1 1236
+sign \x025C 13567
+sign \x02C6 378
+sign \x02DC 2578
+sign \x02c7 134568
+sign \x02d8 134568
+sign \x02d9 5
+sign \x02db 134568
+sign \x2003 0
+sign \x2011 36
+sign \x2013 368
+sign \x2014 36
+sign \x2015 36
+sign \x2017 36
+sign \x2018 2367
+sign \x2019 47
+sign \x201A 3678
+sign \x201C 138
+sign \x201D 1238
+sign \x201E 1268
+sign \x2020 1248
+sign \x2021 12458
+sign \x2022 35
+sign \x2026 238
+sign \x2029 1458
+sign \x2030 248
+sign \x2039 27
+sign \x203a 123458
+sign \x207F 13467
+sign \x20AC 457
+sign \x20AF 145678
+sign \x2116 3456
+sign \x2122 1245678
+sign \x2219 48
+sign \x221A 1467
+sign \x221E 234678
+sign \x2229 578
+sign \x2248 3578
+sign \x2261 23568
+sign \x2264 568
+sign \x2265 458
+sign \x2310 14567
+sign \x2320 347
+sign \x2321 1567
+sign \x2500 67
+sign \x2502 237
+sign \x250C 257
+sign \x2510 278
+sign \x2514 378
+sign \x2518 678
+sign \x251C 2367
+sign \x2524 13568
+sign \x252C 138
+sign \x2534 27
+sign \x2550 2578
+sign \x2551 1234568
+sign \x2552 123468
+sign \x2553 1358
+sign \x2554 23567
+sign \x2555 148
+sign \x2556 368
+sign \x2557 12458
+sign \x2558 248
+sign \x2559 1238
+sign \x255A 2378
+sign \x255B 34678
+sign \x255C 4678
+sign \x255D 2678
+sign \x255E 68
+sign \x255F 257
+sign \x2560 1248
+sign \x2561 268
+sign \x2562 24568
+sign \x2563 123567
+sign \x2564 3467
+sign \x2565 28
+sign \x2566 123458
+sign \x2567 167
+sign \x2568 57
+sign \x2569 8
+sign \x256A 3567
+sign \x256B 12358
+sign \x256C 5678
+sign \x2580 234567
+sign \x2584 1267
+sign \x2588 12345678
+sign \x258C 23678
+sign \x2590 35678
+sign \x2591 78
+sign \x2592 3678
+sign \x2593 235678
+sign \x25A0 1234567
+sign \x25cf 35
+sign \x2610 124578	# not active
+sign \x2612 12345678 	# active
+sign \x8722 36
+
+# musical unicode characters
+
+sign \x266d 12		# ♭
+sign \x266e 2356 	# ♮
+sign \x266f 3456 	# ♯
+# liblouis: Hungarian Grade 1 table
+#
+#  Copyright (C) 2011-2017 Attila Hammer from IT Foundation for the Visually Impaired - Hungary. www.infoalap.hu
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+#
+#  Maintained by Attila Hammer  hammer.attila@infoalap.hu
+#
+# If you found bugs with hungarian grade1 table, report it with following address:
+# Attila Hammer <hammer.attila@infoalap.hu
+#If you have a Launchpad account, report table related requests with following bug tracker address: https://bugs.launchpad.net/belin
+
+space \x001b 1b escape character for html back-translation
+space \x00a0 a
+include spaces.uti
+punctuation	\x2007 0	FIGURE SPACE
+punctuation	\x202f 0	NARROW NO-BREAK SPACE
+
+punctuation	!	5	EXCLAMATION MARK
+punctuation	$	46
+punctuation	%	123456	PERCENT SIGN
+punctuation	'	6	APOSTROPHE
+punctuation	(	236	LEFT PARENTHESIS
+punctuation	)	356	RIGHT PARENTHESIS
+punctuation	*	35	ASTERISK
+punctuation	+	235	PLUS SIGN
+punctuation	,	2	COMMA
+punctuation	-	36	HYPHEN-MINUS
+punctuation − 36	Added u+2212 simbol
+punctuation	/	256	SOLIDUS
+
+punctuation	.	3	FULL STOP
+sign # 3456
+punctuation	:	25	COLON
+punctuation	;	23	SEMICOLON
+punctuation	<	56	LESS-THAN SIGN
+punctuation	=	2356	EQUALS SIGN
+punctuation @ 45
+punctuation	>	45	GREATER-THAN SIGN
+punctuation	?	26	QUESTION MARK
+
+punctuation	[	123567	LEFT SQUARE BRACKET
+punctuation	\\	347	REVERSE SOLIDUS
+punctuation	]	234567	RIGHT SQUARE BRACKET
+punctuation	~	2346	TILDE
+
+punctuation	^	2346	CIRCUMFLEX ACCENT
+letter  456
+punctuation _ 6-36
+punctuation          _ 456           #95    _  LOW LINE
+punctuation	`	345	GRAVE ACCENT
+
+#Accented letters
+uplow	Áá	4	LATIN SMALL LETTER A WITH ACUTE
+uplow	Éé	16	LATIN SMALL LETTER E WITH ACUTE
+uplow	Íí	34	LATIN SMALL LETTER I WITH ACUTE
+uplow	Óó	246	LATIN SMALL LETTER O WITH ACUTE
+uplow	Úú	346	LATIN SMALL LETTER U WITH ACUTE
+uplow	Üü	12356	LATIN SMALL LETTER U WITH DIAERESIS
+uplow	Őő	12456	LATIN SMALL LETTER O WITH DOUBLE ACUTE
+uplow	Űű	23456	LATIN CAPITAL LETTER U WITH DOUBLE ACUTE
+uplow Öö 12345
+uplow Õõ 12456
+lowercase û 23456
+uplow Zz 126
+punctuation & 5-12346
+letter q 12346
+punctuation	{	12356	LEFT CURLY BRACKET
+punctuation	|	34	VERTICAL LINE
+punctuation	}	23456	RIGHT CURLY BRACKET
+punctuation	"	4	QUOTATION MARK
+include latinLetterDef6Dots.uti
+include digits6DotsPlusDot6.uti
+punctuation	─	2356	BOX DRAWINGS LIGHT HORIZONTAL
+punctuation	━	2356	BOX DRAWINGS HEAVY HORIZONTAL
+punctuation	│	123456	BOX DRAWINGS LIGHT VERTICAL
+punctuation	┃	123456	BOX DRAWINGS HEAVY VERTICAL
+punctuation	┄	2356	BOX DRAWINGS LIGHT TRIPLE DASH HORIZONTAL
+punctuation	┅	2356	BOX DRAWINGS HEAVY TRIPLE DASH HORIZONTAL
+punctuation	┆	123456	BOX DRAWINGS LIGHT TRIPLE DASH VERTICAL
+punctuation	┇	123456	BOX DRAWINGS HEAVY TRIPLE DASH VERTICAL
+punctuation	┈	2356	BOX DRAWINGS LIGHT QUADRUPLE DASH HORIZONTAL
+punctuation	┉	2356	BOX DRAWINGS HEAVY QUADRUPLE DASH HORIZONTAL
+punctuation	┊	123456	BOX DRAWINGS LIGHT QUADRUPLE DASH VERTICAL
+punctuation	┋	123456	BOX DRAWINGS HEAVY QUADRUPLE DASH VERTICAL
+punctuation	┌	2356	BOX DRAWINGS LIGHT DOWN AND RIGHT
+punctuation	┍	2356	BOX DRAWINGS DOWN LIGHT AND RIGHT HEAVY
+punctuation	┎	2356	BOX DRAWINGS DOWN HEAVY AND RIGHT LIGHT
+punctuation	┏	2356	BOX DRAWINGS HEAVY DOWN AND RIGHT
+punctuation	┐	2356	BOX DRAWINGS LIGHT DOWN AND LEFT
+punctuation	┑	2356	BOX DRAWINGS DOWN LIGHT AND LEFT HEAVY
+punctuation	┒	23567	BOX DRAWINGS DOWN HEAVY AND LEFT LIGHT
+punctuation	┓	2356	BOX DRAWINGS HEAVY DOWN AND LEFT
+punctuation	└	123456	BOX DRAWINGS LIGHT UP AND RIGHT
+punctuation	┕	123456	BOX DRAWINGS UP LIGHT AND RIGHT HEAVY
+punctuation	┖	123456	BOX DRAWINGS UP HEAVY AND RIGHT LIGHT
+punctuation	┗	123456	BOX DRAWINGS HEAVY UP AND RIGHT
+punctuation	┘	123456	BOX DRAWINGS LIGHT UP AND LEFT
+punctuation	┙	123456	BOX DRAWINGS UP LIGHT AND LEFT HEAVY
+punctuation	┚	123456	BOX DRAWINGS UP HEAVY AND LEFT LIGHT
+punctuation	┛	123456	BOX DRAWINGS HEAVY UP AND LEFT
+punctuation	├	123456	BOX DRAWINGS LIGHT VERTICAL AND RIGHT
+punctuation	┝	123456	BOX DRAWINGS VERTICAL LIGHT AND RIGHT HEAVY
+punctuation	┞	123456	BOX DRAWINGS UP HEAVY AND RIGHT DOWN LIGHT
+punctuation	┟	123456	BOX DRAWINGS DOWN HEAVY AND RIGHT UP LIGHT
+punctuation	┠	123456	BOX DRAWINGS VERTICAL HEAVY AND RIGHT LIGHT
+punctuation	┡	123456	BOX DRAWINGS DOWN LIGHT AND RIGHT UP HEAVY
+punctuation	┢	123456	BOX DRAWINGS UP LIGHT AND RIGHT DOWN HEAVY
+punctuation	┣	123456	BOX DRAWINGS HEAVY VERTICAL AND RIGHT
+punctuation	┤	123456	BOX DRAWINGS LIGHT VERTICAL AND LEFT
+punctuation	┥	123456	BOX DRAWINGS VERTICAL LIGHT AND LEFT HEAVY
+punctuation	┦	123456	BOX DRAWINGS UP HEAVY AND LEFT DOWN LIGHT
+punctuation	┧	123456	BOX DRAWINGS DOWN HEAVY AND LEFT UP LIGHT
+punctuation	┨	123456	BOX DRAWINGS VERTICAL HEAVY AND LEFT LIGHT
+punctuation	┩	123456	BOX DRAWINGS DOWN LIGHT AND LEFT UP HEAVY
+punctuation	┪	123456	BOX DRAWINGS UP LIGHT AND LEFT DOWN HEAVY
+punctuation	┫	123456	BOX DRAWINGS HEAVY VERTICAL AND LEFT
+punctuation	┬	2356	BOX DRAWINGS LIGHT DOWN AND HORIZONTAL
+punctuation	┭	2356	BOX DRAWINGS LEFT HEAVY AND RIGHT DOWN LIGHT
+punctuation	┮	2356	BOX DRAWINGS RIGHT HEAVY AND LEFT DOWN LIGHT
+punctuation	┯	2356	BOX DRAWINGS DOWN LIGHT AND HORIZONTAL HEAVY
+punctuation	┰	2356	BOX DRAWINGS DOWN HEAVY AND HORIZONTAL LIGHT
+punctuation	┱	2356	BOX DRAWINGS RIGHT LIGHT AND LEFT DOWN HEAVY
+punctuation	┲	2356	BOX DRAWINGS LEFT LIGHT AND RIGHT DOWN HEAVY
+punctuation	┳	2356	BOX DRAWINGS HEAVY DOWN AND HORIZONTAL
+punctuation	┴	123456	BOX DRAWINGS LIGHT UP AND HORIZONTAL
+punctuation	┵	123456	BOX DRAWINGS LEFT HEAVY AND RIGHT UP LIGHT
+punctuation	┶	123456	BOX DRAWINGS RIGHT HEAVY AND LEFT UP LIGHT
+punctuation	┷	123456	BOX DRAWINGS UP LIGHT AND HORIZONTAL HEAVY
+punctuation	┸	123456	BOX DRAWINGS UP HEAVY AND HORIZONTAL LIGHT
+punctuation	┹	123456	BOX DRAWINGS RIGHT LIGHT AND LEFT UP HEAVY
+punctuation	┺	123456	BOX DRAWINGS LEFT LIGHT AND RIGHT UP HEAVY
+punctuation	┻	123456	BOX DRAWINGS HEAVY UP AND HORIZONTAL
+punctuation	┼	123456	BOX DRAWINGS LIGHT VERTICAL AND HORIZONTAL
+punctuation	┽	123456	BOX DRAWINGS LEFT HEAVY AND RIGHT VERTICAL LIGHT
+punctuation	┾	123456	BOX DRAWINGS RIGHT HEAVY AND LEFT VERTICAL LIGHT
+punctuation	┿	123456	BOX DRAWINGS VERTICAL LIGHT AND HORIZONTAL HEAVY
+punctuation	╀	123456	BOX DRAWINGS UP HEAVY AND DOWN HORIZONTAL LIGHT
+punctuation	╁	123456	BOX DRAWINGS DOWN HEAVY AND UP HORIZONTAL LIGHT
+punctuation	╂	123456	BOX DRAWINGS VERTICAL HEAVY AND HORIZONTAL LIGHT
+punctuation	╃	123456	BOX DRAWINGS LEFT UP HEAVY AND RIGHT DOWN LIGHT
+punctuation	╄	123456	BOX DRAWINGS RIGHT UP HEAVY AND LEFT DOWN LIGHT
+punctuation	╅	123456	BOX DRAWINGS LEFT DOWN HEAVY AND RIGHT UP LIGHT
+punctuation	╆	123456	BOX DRAWINGS RIGHT DOWN HEAVY AND LEFT UP LIGHT
+punctuation	╇	123456	BOX DRAWINGS DOWN LIGHT AND UP HORIZONTAL HEAVY
+punctuation	╈	123456	BOX DRAWINGS UP LIGHT AND DOWN HORIZONTAL HEAVY
+punctuation	╉	123456	BOX DRAWINGS RIGHT LIGHT AND LEFT VERTICAL HEAVY
+punctuation	╊	123456	BOX DRAWINGS LEFT LIGHT AND RIGHT VERTICAL HEAVY
+punctuation	╋	123456	BOX DRAWINGS HEAVY VERTICAL AND HORIZONTAL
+punctuation	╌	2356	BOX DRAWINGS LIGHT DOUBLE DASH HORIZONTAL
+punctuation	╍	2356	BOX DRAWINGS HEAVY DOUBLE DASH HORIZONTAL
+punctuation	╎	123456	BOX DRAWINGS LIGHT DOUBLE DASH VERTICAL
+punctuation	╏	123456	BOX DRAWINGS HEAVY DOUBLE DASH VERTICAL
+punctuation	═	2356	BOX DRAWINGS DOUBLE HORIZONTAL
+punctuation	║	123456	BOX DRAWINGS DOUBLE VERTICAL
+punctuation	╒	2356	BOX DRAWINGS DOWN SINGLE AND RIGHT DOUBLE
+punctuation	╓	2356	BOX DRAWINGS DOWN DOUBLE AND RIGHT SINGLE
+punctuation	╔	2356	BOX DRAWINGS DOUBLE DOWN AND RIGHT
+punctuation	╕	2356	BOX DRAWINGS DOWN SINGLE AND LEFT DOUBLE
+punctuation	╖	2356	BOX DRAWINGS DOWN DOUBLE AND LEFT SINGLE
+punctuation	╗	2356	BOX DRAWINGS DOUBLE DOWN AND LEFT
+punctuation	╘	123456	BOX DRAWINGS UP SINGLE AND RIGHT DOUBLE
+punctuation	╙	123456	BOX DRAWINGS UP DOUBLE AND RIGHT SINGLE
+punctuation	╚	123456	BOX DRAWINGS DOUBLE UP AND RIGHT
+punctuation	╛	123456	BOX DRAWINGS UP SINGLE AND LEFT DOUBLE
+punctuation	╜	123456	BOX DRAWINGS UP DOUBLE AND LEFT SINGLE
+punctuation	╝	123456	BOX DRAWINGS DOUBLE UP AND LEFT
+punctuation	╞	123456	BOX DRAWINGS VERTICAL SINGLE AND RIGHT DOUBLE
+punctuation	╟	123456	BOX DRAWINGS VERTICAL DOUBLE AND RIGHT SINGLE
+punctuation	╠	123456	BOX DRAWINGS DOUBLE VERTICAL AND RIGHT
+punctuation	╡	123456	BOX DRAWINGS VERTICAL SINGLE AND LEFT DOUBLE
+punctuation	╢	123456	BOX DRAWINGS VERTICAL DOUBLE AND LEFT SINGLE
+punctuation	╣	123456	BOX DRAWINGS DOUBLE VERTICAL AND LEFT
+punctuation	╤	2356	BOX DRAWINGS DOWN SINGLE AND HORIZONTAL DOUBLE
+punctuation	╥	2356	BOX DRAWINGS DOWN DOUBLE AND HORIZONTAL SINGLE
+punctuation	╦	2356	BOX DRAWINGS DOUBLE DOWN AND HORIZONTAL
+punctuation	╧	123456	BOX DRAWINGS UP SINGLE AND HORIZONTAL DOUBLE
+punctuation	╨	123456	BOX DRAWINGS UP DOUBLE AND HORIZONTAL SINGLE
+punctuation	╩	123456	BOX DRAWINGS DOUBLE UP AND HORIZONTAL
+punctuation	╪	123456	BOX DRAWINGS VERTICAL SINGLE AND HORIZONTAL DOUBLE
+punctuation	╫	123456	BOX DRAWINGS VERTICAL DOUBLE AND HORIZONTAL SINGLE
+punctuation	╬	123456	BOX DRAWINGS DOUBLE VERTICAL AND HORIZONTAL
+punctuation	╭	2356	BOX DRAWINGS LIGHT ARC DOWN AND RIGHT
+punctuation	╮	2356	BOX DRAWINGS LIGHT ARC DOWN AND LEFT
+punctuation	╯	123456	BOX DRAWINGS LIGHT ARC UP AND LEFT
+punctuation	╰	123456	BOX DRAWINGS LIGHT ARC UP AND RIGHT
+punctuation	╱	47	BOX DRAWINGS LIGHT DIAGONAL UPPER RIGHT TO LOWER LEFT
+punctuation	╲	18	BOX DRAWINGS LIGHT DIAGONAL UPPER LEFT TO LOWER RIGHT
+punctuation	╳	14	BOX DRAWINGS LIGHT DIAGONAL CROSS
+punctuation	╴	2356	BOX DRAWINGS LIGHT LEFT
+punctuation	╵	123456	BOX DRAWINGS LIGHT UP
+punctuation	╶	2356	BOX DRAWINGS LIGHT RIGHT
+punctuation	╷	2356	BOX DRAWINGS LIGHT DOWN
+#punctuation	%	2356	BOX DRAWINGS HEAVY LEFT
+punctuation	╹	123456	BOX DRAWINGS HEAVY UP
+punctuation	╺	2356	BOX DRAWINGS HEAVY RIGHT
+punctuation	╻	2356	BOX DRAWINGS HEAVY DOWN
+punctuation	╼	2356	BOX DRAWINGS LIGHT LEFT AND HEAVY RIGHT
+punctuation	╽	123456	BOX DRAWINGS LIGHT UP AND HEAVY DOWN
+punctuation	╾	2356	BOX DRAWINGS HEAVY LEFT AND LIGHT RIGHT
+punctuation	╿	123456	BOX DRAWINGS HEAVY UP AND LIGHT DOWN
+punctuation – 36
+punctuation … 3-3-3
+punctuation « 26
+punctuation » 26
+punctuation ‘ 23567
+punctuation ’ 47
+punctuation ‚ 26
+punctuation “ 236
+punctuation ” 356
+punctuation „ 1268
+sign • 26
+punctuation ś 26
+letter ź 134568
+punctuation — 36-36
+lowercase ä 26
+punctuation · 3 MIDDLE DOT
+punctuation § 3456-1236
+punctuation … 3-3-3
+letter ç 14
+letter þ 245
+letter ø 12345
+letter ë 12345
+punctuation º 0
+punctuation \x001e 36	If I replace this sequence with normal unicode character, lou_checktable present an error message
+letter è 15
+letter ê 15
+uppercase Æ 4-1 LATIN CAPITAL LETTER AE LATIN CAPITAL LETTER A E 
+sign € 56-15
+letter ff 0
+letter fi 0
+letter fl 0
+letter ffi 0
+letter ffl 0
+letter ţ 0
+letter ş 0
+letter ř 1235
+letter à 4
+letter ñ 1345
+#
+#  Copyright (C) 2010, 2011 DocArch <http://www.docarch.be>.
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+#
+#-------------------------------------------------------------------------------
+#
+#  Flemish Braille Math Code (a.k.a. Woluwe code)
+#     Created and maintained by Bert Frees <bertfrees@gmail.com>
+#     See also: « Handleiding Braillesymbolen Wiskunde »
+#              (Gilbert Notaert, Marc Suij en Emmanuel Vandekerkhove, G.on Woluwe, 1984)
+#
+# ----------------------------------------------------------------------------------------------
+
+# ----------------------------------------------------------------------------------------------
+# Unicode 0000..007F  C0 Controls and Basic Latin
+# ----------------------------------------------------------------------------------------------
+
+include digits6Dots.uti
+
+space       \x0020        0                                       SPACE
+punctuation \x0021        6-235               !                   EXCLAMATION MARK
+punctuation \x0022        4-35-35             "                   QUOTATION MARK
+math        \x0025        3456-245-356        %                   PERCENT SIGN
+punctuation \x0027        4-35                '                   APOSTROPHE
+punctuation \x0028        126                 (                   LEFT PARENTHESIS
+punctuation \x0029        345                 )                   RIGHT PARENTHESIS
+math        \x002B        235                 +                   PLUS SIGN
+punctuation \x002C        6-2-0               ,                   COMMA
+punctuation \x002D        36                  -                   HYPHEN-MINUS
+math        \x002E        236                 .                   FULL STOP
+math        \x002F        34                  /                   SOLIDUS
+punctuation \x003A        6-25-0              :                   COLON
+punctuation \x003B        6-23-0              ;                   SEMICOLON
+math        \x003C        246                 <                   LESS-THAN SIGN
+math        \x003D        2356                =                   EQUALS SIGN
+math        \x003E        4-135               >                   GREATER-THAN SIGN
+punctuation \x003F        6-26                ?                   QUESTION MARK
+math        \x007B        5-12356             {                   LEFT CURLY BRACKET
+math        \x007D        5-23456             }                   RIGHT CURLY BRACKET
+math        \x007E        26                  ~                   TILDE
+
+
+# ----------------------------------------------------------------------------------------------
+# Unicode 0080..00FF  C1 Controls and Latin-1 Supplement
+# ----------------------------------------------------------------------------------------------
+
+space       \x00A0        a                                       NO-BREAK SPACE
+math        \x00AF        36                  ¯                   MACRON
+sign        \x00B0        34-356              °                   DEGREE SIGN
+math        \x00B1        235-36              ±                   PLUS-MINUS SIGN
+math        \x00B2        34-23               ²                   SUPERSCRIPT TWO
+math        \x00B3        34-25               ³                   SUPERSCRIPT THREE
+math        \x00B9        34-2                ¹                   SUPERSCRIPT ONE
+math        \x00BA        34-356              º                   MASCULINE ORDINAL INDICATOR
+math        \x00BC        3456-1-256          ¼                   VULGAR FRACTION ONE QUARTER
+math        \x00BD        3456-1-23           ½                   VULGAR FRACTION ONE HALF
+math        \x00BE        3456-14-256         ¾                   VULGAR FRACTION THREE QUARTERS
+letter      \x00C2        46-1-45-346         Â                   LATIN CAPITAL LETTER A WITH CIRCUMFLEX
+letter      \x00C3        46-1-45-26          Ã                   LATIN CAPITAL LETTER A WITH TILDE
+math        \x00D7        236                 ×                   MULTIPLICATION SIGN
+letter      \x00E2        1-45-346            â                   LATIN SMALL LETTER A WITH CIRCUMFLEX
+letter      \x00E3        1-45-26             ã                   LATIN SMALL LETTER A WITH TILDE
+math        \x00F7        256                 ÷                   DIVISION SIGN
+
+
+# ----------------------------------------------------------------------------------------------
+# Unicode 0300..036F  Combining Diacritical Marks
+# ----------------------------------------------------------------------------------------------
+
+math        \x0302        346                 ̂                   COMBINING CIRCUMFLEX ACCENT
+math        \x0303        26                  ̃                   COMBINING TILDE
+math        \x0304        36                  ̄                   COMBINING MACRON
+
+
+# ----------------------------------------------------------------------------------------------
+# Unicode 0370..03FF  Greek and Coptic
+# ----------------------------------------------------------------------------------------------
+
+letter      \x0391        456-1               Α                   GREEK CAPITAL LETTER ALPHA
+letter      \x0392        456-12              Β                   GREEK CAPITAL LETTER BETA
+letter      \x0393        456-1245            Γ                   GREEK CAPITAL LETTER GAMMA
+letter      \x0394        456-145             Δ                   GREEK CAPITAL LETTER DELTA
+letter      \x0395        456-15              Ε                   GREEK CAPITAL LETTER EPSILON
+letter      \x0396        456-1356            Ζ                   GREEK CAPITAL LETTER ZETA
+letter      \x0397        456-345             Η                   GREEK CAPITAL LETTER ETA
+letter      \x0398        456-1456            Θ                   GREEK CAPITAL LETTER THETA
+letter      \x0399        456-24              Ι                   GREEK CAPITAL LETTER IOTA
+letter      \x039A        456-13              Κ                   GREEK CAPITAL LETTER KAPPA
+letter      \x039B        456-123             Λ                   GREEK CAPITAL LETTER LAMDA
+letter      \x039C        456-134             Μ                   GREEK CAPITAL LETTER MU
+letter      \x039D        456-1345            Ν                   GREEK CAPITAL LETTER NU
+letter      \x039E        456-1346            Ξ                   GREEK CAPITAL LETTER XI
+letter      \x039F        456-135             Ο                   GREEK CAPITAL LETTER OMICRON
+letter      \x03A0        456-1234            Π                   GREEK CAPITAL LETTER PI
+letter      \x03A1        456-1235            Ρ                   GREEK CAPITAL LETTER RHO
+letter      \x03A3        456-234             Σ                   GREEK CAPITAL LETTER SIGMA
+letter      \x03A4        456-2345            Τ                   GREEK CAPITAL LETTER TAU
+letter      \x03A5        456-13456           Υ                   GREEK CAPITAL LETTER UPSILON
+letter      \x03A6        456-124             Φ                   GREEK CAPITAL LETTER PHI
+letter      \x03A7        456-125             Χ                   GREEK CAPITAL LETTER CHI
+letter      \x03A8        456-12346           Ψ                   GREEK CAPITAL LETTER PSI
+letter      \x03A9        456-245             Ω                   GREEK CAPITAL LETTER OMEGA
+lowercase   \x03B1        56-1                α                   GREEK SMALL LETTER ALPHA
+lowercase   \x03B2        56-12               β                   GREEK SMALL LETTER BETA
+lowercase   \x03B3        56-1245             γ                   GREEK SMALL LETTER GAMMA
+lowercase   \x03B4        56-145              δ                   GREEK SMALL LETTER DELTA
+lowercase   \x03B5        56-15               ε                   GREEK SMALL LETTER EPSILON
+lowercase   \x03B6        56-1356             ζ                   GREEK SMALL LETTER ZETA
+lowercase   \x03B7        56-345              η                   GREEK SMALL LETTER ETA
+lowercase   \x03B8        56-1456             θ                   GREEK SMALL LETTER THETA
+lowercase   \x03B9        56-24               ι                   GREEK SMALL LETTER IOTA
+lowercase   \x03BA        56-13               κ                   GREEK SMALL LETTER KAPPA
+lowercase   \x03BB        56-123              λ                   GREEK SMALL LETTER LAMDA
+lowercase   \x03BC        56-134              μ                   GREEK SMALL LETTER MU
+lowercase   \x03BD        56-1345             ν                   GREEK SMALL LETTER NU
+lowercase   \x03BE        56-1346             ξ                   GREEK SMALL LETTER XI
+lowercase   \x03BF        56-135              ο                   GREEK SMALL LETTER OMICRON
+lowercase   \x03C0        56-1234             π                   GREEK SMALL LETTER PI
+lowercase   \x03C1        56-1235             ρ                   GREEK SMALL LETTER RHO
+lowercase   \x03C2        56-234              ς                   GREEK SMALL LETTER FINAL SIGMA
+lowercase   \x03C3        56-234              σ                   GREEK SMALL LETTER SIGMA
+lowercase   \x03C4        56-2345             τ                   GREEK SMALL LETTER TAU
+lowercase   \x03C5        56-13456            υ                   GREEK SMALL LETTER UPSILON
+lowercase   \x03C6        56-124              φ                   GREEK SMALL LETTER PHI
+lowercase   \x03C7        56-125              χ                   GREEK SMALL LETTER CHI
+lowercase   \x03C8        56-12346            ψ                   GREEK SMALL LETTER PSI
+lowercase   \x03C9        56-245              ω                   GREEK SMALL LETTER OMEGA
+lowercase   \x03D5        56-124              ϕ                   GREEK PHI SYMBOL
+
+
+# ----------------------------------------------------------------------------------------------
+# Unicode 2000..206F  General Punctuation
+# ----------------------------------------------------------------------------------------------
+
+
+math        \x2030        3456-245-356-356    ‰                   PER MILLE SIGN
+math        \x2032        4-35                ′                   PRIME
+math        \x2033        4-35-35             ″                   DOUBLE PRIME
+math        \x2034        4-35-35-35          ‴                   TRIPLE PRIME
+math        \x2070        34-356              ⁰                   SUPERSCRIPT ZERO
+math        \x2074        34-256              ⁴                   SUPERSCRIPT FOUR
+math        \x2075        34-26               ⁵                   SUPERSCRIPT FIVE
+math        \x2076        34-235              ⁶                   SUPERSCRIPT SIX
+math        \x2077        34-2356             ⁷                   SUPERSCRIPT SEVEN
+math        \x2078        34-236              ⁸                   SUPERSCRIPT EIGHT
+math        \x2079        34-35               ⁹                   SUPERSCRIPT NINE
+math        \x207F        34-1345-156         ⁿ                   SUPERSCRIPT LATIN SMALL LETTER N
+math        \x2080        16-356              ₀                   SUBSCRIPT ZERO
+math        \x2081        16-2                ₁                   SUBSCRIPT ONE
+math        \x2082        16-23               ₂                   SUBSCRIPT TWO
+math        \x2083        16-25               ₃                   SUBSCRIPT THREE
+math        \x2084        16-256              ₄                   SUBSCRIPT FOUR
+math        \x2085        16-26               ₅                   SUBSCRIPT FIVE
+math        \x2086        16-235              ₆                   SUBSCRIPT SIX
+math        \x2087        16-2356             ₇                   SUBSCRIPT SEVEN
+math        \x2088        16-236              ₈                   SUBSCRIPT EIGHT
+math        \x2089        16-35               ₉                   SUBSCRIPT NINE
+math        \x2090        16-1-156            ₐ                   LATIN SUBSCRIPT SMALL LETTER A
+math        \x2091        16-15-156           ₑ                   LATIN SUBSCRIPT SMALL LETTER E
+math        \x2092        16-135-156          ₒ                   LATIN SUBSCRIPT SMALL LETTER O
+math        \x2093        16-1346-156         ₓ                   LATIN SUBSCRIPT SMALL LETTER X
+
+
+
+# ----------------------------------------------------------------------------------------------
+# Unicode 2100..214F  Letterlike Symbols
+# ----------------------------------------------------------------------------------------------
+
+
+math        \x2102        4-14                ℂ                   DOUBLE-STRUCK CAPITAL C
+math        \x2115        4-1345              ℕ                   DOUBLE-STRUCK CAPITAL N
+math        \x211A        4-12345             ℚ                   DOUBLE-STRUCK CAPITAL Q
+math        \x211C        12346-1235          ℜ                   BLACK-LETTER CAPITAL R
+math        \x211D        4-1235              ℝ                   DOUBLE-STRUCK CAPITAL R
+math        \x2124        4-1356              ℤ                   DOUBLE-STRUCK CAPITAL Z
+
+
+# ----------------------------------------------------------------------------------------------
+# Unicode 2190..21FF  Arrows
+# ----------------------------------------------------------------------------------------------
+
+
+math        \x2190        2-25                ←                   LEFTWARDS ARROW
+math        \x2191        6-346               ↑                   UPWARDS ARROW
+math        \x2192        25-2                →                   RIGHTWARDS ARROW
+math        \x2193        4-146               ↓                   DOWNWARDS ARROW
+math        \x2194        2-25-2              ↔                   LEFT RIGHT ARROW
+math        \x21D0        2-2356              ⇐                   LEFTWARDS DOUBLE ARROW
+math        \x21D2        2356-2              ⇒                   RIGHTWARDS DOUBLE ARROW
+math        \x21D4        2-2356-2            ⇔                   LEFT RIGHT DOUBLE ARROW
+
+
+# ----------------------------------------------------------------------------------------------
+# Unicode 2200..22FF  Mathematical Operators
+# ----------------------------------------------------------------------------------------------
+
+
+math        \x2200        12346-2             ∀                   FOR ALL
+math        \x2203        12346-26            ∃                   THERE EXISTS
+math        \x2205        12456-35            ∅                   EMPTY SET
+math        \x2208        4-15                ∈                   ELEMENT OF
+math        \x2209        35-4-15             ∉                   NOT AN ELEMENT OF
+math        \x220B        4-24                ∋                   CONTAINS AS MEMBER
+math        \x220C        35-4-24             ∌                   DOES NOT CONTAIN AS MEMBER
+math        \x220F        456-1234            ∏                   N-ARY PRODUCT
+math        \x2211        456-234             ∑                   N-ARY SUMMATION
+math        \x2212        36                  −                   MINUS SIGN
+math        \x2215        34                  ∕                   DIVISION SLASH
+math        \x2216        16                  ∖                   SET MINUS
+math        \x2217        356                 ∗                   ASTERISK OPERATOR
+math        \x221E        3456-123456         ∞                   INFINITY
+math        \x2221        12456-246           ∡                   MEASURED ANGLE
+math        \x2222        12456-246           ∢                   SPHERICAL ANGLE
+math        \x2223        1456                ∣                   DIVIDES
+math        \x2224        35-1456             ∤                   DOES NOT DIVIDE
+math        \x2225        34-34               ∥                   PARALLEL TO
+math        \x2226        35-34-34            ∦                   NOT PARALLEL TO
+math        \x2227        346                 ∧                   LOGICAL AND
+math        \x2228        146                 ∨                   LOGICAL OR
+math        \x2229        346                 ∩                   INTERSECTION
+math        \x222A        146                 ∪                   UNION
+math        \x222B        2346                ∫                   INTEGRAL
+math        \x222C        2346-2346           ∬                   DOUBLE INTEGRAL
+math        \x222D        2346-2346-2346      ∭                   TRIPLE INTEGRAL
+math        \x223C        26                  ∼                   TILDE OPERATOR
+math        \x2243        26-2356             ≃                   ASYMPTOTICALLY EQUAL TO
+math        \x2248        26-26               ≈                   ALMOST EQUAL TO
+math        \x2260        35-2356             ≠                   NOT EQUAL TO
+math        \x2261        2356-2356           ≡                   IDENTICAL TO
+math        \x2264        246-2356            ≤                   LESS-THAN OR EQUAL TO
+math        \x2265        4-135-2356          ≥                   GREATER-THAN OR EQUAL TO
+math        \x2282        126                 ⊂                   SUBSET OF
+math        \x2283        345                 ⊃                   SUPERSET OF
+math        \x2284        35-126              ⊄                   NOT A SUBSET OF
+math        \x2285        35-345              ⊅                   NOT A SUPERSET OF
+math        \x2286        126-2356            ⊆                   SUBSET OF OR EQUAL TO
+math        \x2287        345-2356            ⊇                   SUPERSET OF OR EQUAL TO
+math        \x2288        35-126-2356         ⊈                   NEITHER A SUBSET OF NOR EQUAL TO
+math        \x2289        35-345-2356         ⊉                   NEITHER A SUPERSET OF NOR EQUAL TO
+math        \x22A5        3456-3              ⊥                   UP TACK
+math        \x22C5        236                 ⋅                   DOT OPERATOR
+math        \x22D5        34-34-2356          ⋕                   EQUAL AND PARALLEL TO
+
+
+# ----------------------------------------------------------------------------------------------
+
+#  Copyright (C) 2010 Leon Ungier <Leon.Ungier@ViewPlus.com>, 
+#  Copyright (C) 2010 Samuel Thibault <samuel.thibault@ens-lyon.org>
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+
+# Maintained by John J. Boyer, director@chpi.org, www.chpi.org
+#
+# This table is built and maintained by Leon Ungier <Leon.Ungier@ViewPlus.com>
+# with help and guidance from Mohammed R. Ramadan <mramadan@nattiq.com>
+#
+# Converted to liblouis table by Samuel Thibault <samuel.thibault@ens-lyon.org>
+
+# generated by ttbtest
+letter	\x0b82	56	TAMIL SIGN ANUSVARA
+letter	\x0b83	6	TAMIL SIGN VISARGA
+letter	\x0b85	1	TAMIL LETTER A
+letter	\x0b86	345	TAMIL LETTER AA
+letter	\x0b87	24	TAMIL LETTER I
+letter	\x0b88	35	TAMIL LETTER II
+letter	\x0b89	136	TAMIL LETTER U
+letter	\x0b8a	1256	TAMIL LETTER UU
+letter	\x0b8e	347	TAMIL LETTER E
+letter	\x0b8f	15	TAMIL LETTER EE
+letter	\x0b90	34	TAMIL LETTER AI
+letter	\x0b92	2467	TAMIL LETTER O
+letter	\x0b93	135	TAMIL LETTER OO
+letter	\x0b94	246	TAMIL LETTER AU
+letter	\x0b95	13	TAMIL LETTER KA
+letter	\x0b99	346	TAMIL LETTER NGA
+letter	\x0b9a	14	TAMIL LETTER CA
+letter	\x0b9c	245	TAMIL LETTER JA
+letter	\x0b9e	25	TAMIL LETTER NYA
+letter	\x0b9f	23456	TAMIL LETTER TTA
+letter	\x0ba3	3456	TAMIL LETTER NNA
+letter	\x0ba4	2345	TAMIL LETTER TA
+letter	\x0ba8	1345	TAMIL LETTER NA
+letter	\x0ba9	56	TAMIL LETTER NNNA
+letter	\x0baa	1234	TAMIL LETTER PA
+letter	\x0bae	134	TAMIL LETTER MA
+letter	\x0baf	13456	TAMIL LETTER YA
+letter	\x0bb0	1235	TAMIL LETTER RA
+letter	\x0bb1	12357	TAMIL LETTER RRA
+letter	\x0bb2	123	TAMIL LETTER LA
+letter	\x0bb3	1237	TAMIL LETTER LLA
+letter	\x0bb4	12378	TAMIL LETTER LLLA
+letter	\x0bb5	1236	TAMIL LETTER VA
+letter	\x0bb6	146	TAMIL LETTER SHA
+letter	\x0bb7	12346	TAMIL LETTER SSA
+letter	\x0bb8	234	TAMIL LETTER SA
+letter	\x0bb9	125	TAMIL LETTER HA
+letter	\x0bbe	345	TAMIL VOWEL SIGN AA
+letter	\x0bbf	24	TAMIL VOWEL SIGN I
+letter	\x0bc0	35	TAMIL VOWEL SIGN II
+letter	\x0bc1	136	TAMIL VOWEL SIGN U
+letter	\x0bc2	1256	TAMIL VOWEL SIGN UU
+letter	\x0bc6	347	TAMIL VOWEL SIGN E
+letter	\x0bc7	15	TAMIL VOWEL SIGN EE
+letter	\x0bc8	34	TAMIL VOWEL SIGN AI
+letter	\x0bca	2467	TAMIL VOWEL SIGN O
+letter	\x0bcb	135	TAMIL VOWEL SIGN OO
+letter	\x0bcc	246	TAMIL VOWEL SIGN AU
+letter	\x0bcd	4	TAMIL SIGN VIRAMA
+letter	\x0be6	245	TAMIL DIGIT ZERO
+letter	\x0be7	1	TAMIL DIGIT ONE
+letter	\x0be8	12	TAMIL DIGIT TWO
+letter	\x0be9	14	TAMIL DIGIT THREE
+letter	\x0bea	145	TAMIL DIGIT FOUR
+letter	\x0beb	15	TAMIL DIGIT FIVE
+letter	\x0bec	124	TAMIL DIGIT SIX
+letter	\x0bed	1245	TAMIL DIGIT SEVEN
+letter	\x0bee	125	TAMIL DIGIT EIGHT
+letter	\x0bef	24	TAMIL DIGIT NINE
+# liblouis: Norwegian literary braille, 6-dot, contracted level 2
+#
+#-name: Norsk litterær punktskrift, 6-punkt, kortskrift nivå 2
+#-index-name: Norwegian, contracted, grade 2
+#-display-name: Norwegian grade 2 contracted braille
+#
+#+locale:no
+#+type:literary
+#+direction:both
+#+dots:6
+#+grade:2
+#+contraction:partial
+#
+#  Copyright (C) 2005 ViewPlus Technologies, Inc. www.viewplus.com
+#  Copyright (C) 2009 Lars Bjørndal <lars@lamasti.net>
+#
+#-copyright: 2005, ViewPlus Technologies, Inc. www.viewplus.com
+#-copyright: 2009, Lars Bjørndal
+#-license: LGPLv2.1
+#
+# Created June 9, 2005 by Leon Ungier <Leon.Ungier@ViewPlus.com> with
+# help and guidance from Lars Bjørndal <lars@lamasti.net>.
+# Modified Sep 30, 2005 by LU
+# Heavily overworked by lars@lamasti.net, 2009.
+#
+#-author-name: Leon Ungier
+#-author-email: Leon.Ungier@ViewPlus.com
+#-author-url: www.viewplus.com
+#
+#-author-name: Lars Bjørndal
+#-author-email: lars@lamasti.net
+#-author-url: https://github.com/larsbjorndal
+#
+# Official norwegian braille specifications are collected here:
+# http://liblouis.org/braille-specs/norwegian
+# This specific table is based on the document "Kortskrift i norsk punktskrift - KS04".
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+#
+
+include no-no-g1.ctb
+
+#------------------------------------------------------
+# -------------- level 1 contractions -----------------
+#------------------------------------------------------
+endword ar 3456
+word at 1
+word ble 12
+word de 1456
+endword de 1456
+word du 145
+word eg 1245
+word eller 15
+word ellers 15-234
+word en 126
+endword en 126
+word ende 126-1456
+endword ende 126-1456
+word er 156
+endword er 156
+word et 346
+endword et 346
+word etter 1356
+begword etter 1356
+word etterat 1356-1
+word ettersom 1356-234
+word etterpå 1356-1234
+
+word for 1246											# level 1 contractions
+endword for 1246
+begword for 1246
+word forat 1246-1
+word forfra 1246-124
+word forover 1246-1346
+
+word forhold 12346
+endword forhold 12346
+begword forhold 12346
+
+word forholdsvis 12346-1236
+
+word fra 124											# level 1 contractions
+word fram 124-134
+begword fram 124-134
+begword ufram 136-124-134
+word før 246
+word gjennom 12456
+begword gjennom 12456
+endword gjennom 12456
+endword ugjennom 136-12456
+word gjennomfør 12456-246
+
+#word han 125
+word hans 125-234
+word har 1235
+word hun 136
+word hvor 2456
+begword hvor 2456
+
+word ikke 24-13										# level 1 contractions
+word ikkje 24-13-245
+word jeg 245
+word kan 13
+word like 123
+word mange 134
+word med 146
+word mye 13456
+word når 1345
+
+word og 14												# level 1 contractions
+word også 14-234
+word oss 135										
+word over 1346
+begword over 1346
+word overfor 1346-1246
+word overpå 1346-1234
+word overunder 1346-12345
+word overfør 1346-246
+word overvære 1346-345
+word overvar 1346-3456
+
+word på 1234
+word som 234
+word til 2345
+word under 12345
+begword under 12345
+word underer 12345-345
+word underet 12345-346
+word underfra 12345-124
+word undersom 12345-234
+word undertil 12345-2345
+
+word var 3456
+word ved 1236
+word være 345											# level 1 contractions
+
+# -------------------------------------------------------------------
+
+# -------------- level 2 contractions -----------------
+word aldri 1-24
+word alle 1-15
+word alles 1-15-234
+word allerede 1-123-1235
+word alltid 1-2345-145
+word altfor 1-1246
+word altså 1-16
+
+word andre 1-12356
+word andres 1-12356-234
+begword andre 1-12356
+
+word annen 1-126
+begword annen 1-126
+word annens 1-126-234
+
+word annerledes 1-1345-1235
+word annet 1-346
+begword annet 1-346
+word annleis 1-1345-123
+
+endword ar 3456
+endword arde 3456-1456
+endword ars 3456-234
+endword art 3456-2345
+endword arte 3456-1256
+endword arne 3456-2346
+
+word begge 12-1245
+word begges 12-1245-234
+word blant 12-123									# level 2 contractions
+word blir 12-1235
+word blitt 12-2345
+
+word bruk 12-13
+begword bruk 12-13
+begword ubruk 136-12-13
+endword bruk 12-13
+endword ubruk 136-12-13
+
+# de                                                            # defined in level 1 contractions
+begword de 1456
+begword ude 136-1456
+endword ude 136-1456
+endword des 1456-234
+begword des 1456-234
+
+word deg 145-1245									# level 2 contractions
+word dem 145-134
+word denne 145-2346
+word dennes 145-2346-234
+word der 23456
+word derat 23456-1
+word derblant 23456-12-123
+word deriblant 23456-24-12-123
+word deretter 23456-1356
+word derfra 23456-124
+word derfør 23456-246
+word dergjennom 23456-12456
+word derover 23456-1346
+word derpå 23456-1234
+word dersom 23456-234
+word dertil 23456-2345
+word derunder 23456-12345
+word derved 23456-1236
+word deretter 23456-1356
+
+begword der 23456
+word dere 145-12356
+word deres 145-12356-234
+word desse 1456-234
+word dessuten 145-234-136
+word dessverre 145-234-1236
+word dette 145-1256
+word dettes 145-1256-234
+word din 145-1345
+word disse 145-234
+word ditt 145-2345
+word diverre 145-1236
+
+word dykk 145-13
+begword dykk 145-13
+
+word eg 1245											# level 2 contractions
+
+# en															# defined in level 1
+word ens 126-234									# level 2 contractions
+endword ens 126-234
+endword ent 126-2345
+endword enne 126-2346
+endword ende 126-1456
+endword ente 126-1256
+
+word enda 15-1
+word ende 126-1456
+word endes 126-1456-234
+word enno 15-135
+word ennå 15-16
+
+# er															# defined in level 1
+endword ers 156-234								# level 2 contractions
+endword ert 156-2345
+endword erne 156-2346
+endword erde 156-1456
+endword erte 156-1256
+
+# et
+word ett 346-2345															
+endword ets 346-234								# level 2 contractions
+endword ett 346-2345
+endword etne 346-2346
+endword ette 346-1256
+
+# word etter 1356									# defined in level 1
+begword uetter 136-1356
+word ettergjorde 1356-1245-245-1456
+word ettergikk 1356-1245-13
+
+word felles 124-123-234
+begword felles 124-123-234
+word fikk 124-13
+
+# word for 1246										# defined in level 1
+begword ufor 136-1246
+endword ufor 136-1246
+
+# forhold 12346                                     # defined in level 1
+word forhold 12346
+begword uforhold 136-12346
+endword uforhold 136-12346
+word forholda 12346-1
+endword forholda 12346-1
+begword forholda 12346-1
+word forholdene 12346-15-2346
+endword forholdene 12346-15-2346
+begword forholdene 12346-15-2346
+word forholdet 12346-346
+endword forholdet 12346-346
+begword forholdet 12346-346
+
+# word forholdsvis 12346-1236	# defined in level 1
+
+word forskjell 1246-14
+endword forskjell 1246-14
+begword forskjell 1246-14
+word forskjellane 1246-14-1-2346
+endword forskjellane 1246-14-1-2346
+begword forskjellane 1246-14-1-2346
+word forskjellene 1246-14-15-2346
+begword forskjellene 1246-14-15-2346
+endword forskjellene 1246-14-15-2346
+word forskjellen 1246-14-126
+endword forskjellen 1246-14-126
+begword forskjellen 1246-14-126
+word forskjeller 1246-14-156
+begword forskjeller 1246-14-156
+endword forskjeller 1246-14-156
+word forskjellar 1246-14-3456
+endword forskjellar 1246-14-3456
+begword forskjellar 1246-14-3456
+
+# word fra 124												# defined in level 1
+
+word fulgt 124-1245-2345
+word fulgte 124-1245-1256
+word følg 124-1245
+begword følg 124-1245
+word følger 124-1245-156
+word følgers 124-1245-156-234
+word følgerne 124-1245-156-1246
+word følgernes 124-1245-156-1246-234
+
+word følge 124-1245-15
+begword følge 124-1245-15
+endword følge 124-1245-15
+word følgende 124-1245-126-1456
+begword følgende 124-1245-126-1456
+
+word først 124-234-2345
+begword først 124-234-2345
+word første 124-234-1256
+begword første 124-234-1256
+word fått 124-2345
+
+word gang 1245-1245								# level 2 contractions
+begword gang 1245-1245
+word gikk 1245-13
+word gjekk 1245-245-13
+
+# word gjennom 12456
+begword ugjennom 136-12456
+word gjennomgang 12456-1245-1245
+word gjennomgikk 12456-1245-13
+
+word gjorde 1245-245-1456
+endword gjorde 1245-245-1456
+word gjort 1245-245-2345
+endword gjort 1245-245-2345
+word gjør 1245-245
+
+word hadde 125-1456								# level 2 contractions
+# word han 125
+# word hans 125-234
+# word har 1235										# already in level 1
+word hatt 125-2345
+word hennar 15-3456
+word henne 15-15
+word hennes 15-15-234
+word heller 125-123-156
+word helst 125-123
+# word hun 136										# already in level 1
+word hverandre 2456-1-12356
+word hverandres 2456-1-12356-234
+word hvilke 2456-13
+word hvilken 2456-13-126
+word hvilket 2456-13-346
+word hvis 2456-234
+word hvordan 2456-145
+word hvoretter 2456-1356
+word hvorfra 2456-124
+word hvorledes 2456-123
+word hvorpå 2456-1234
+word hvorved 2456-1236
+
+
+word iallfall 24-1-124						# level 2 contractions
+word iblant 24-12-123
+# word ikke 24-13									# already in level 1
+word imidlertid 24-24
+word inga 24-1
+
+word ingen 24-15
+word ingens 24-15-234
+begword ingen 24-15
+
+word ingenting 24-15-2345
+word innenfor 24-1246
+word innenfra 24-124
+
+word kanskje 13-13								# level 2 contractions
+word komme 13-134
+word kommer 13-134-156
+word kommet 13-134-346
+word korleis 13-234
+word kunne 13-1345
+word kunnet 13-1345-346
+word kvarandre 1-1-12356
+word kvarandres 1-1-12356-234
+word kvifor 13-1246
+
+word likedan 123-145							# level 2 contractions
+word likesom 123-234
+word liketil 123-2345
+word likevel 123-123
+word liksom 123-13-234
+
+# word mange 134									# defined in level 1
+word manges 134-234
+# word med 146										# defined in level 1
+endword med 146
+begword med 146
+endword umed 136-146
+begword umed 136-146
+
+word meg 134-1245									# level 2 contractions
+word meget 134-346
+word mellom 134-123
+endword mellom 134-123
+begword mellom 134-123
+word min 134-1345
+word mitt 134-2345
+word mye 13456
+word mykje 134-13
+word måtta 134-2345-1
+word måtte 134-1256
+word måttet 134-2345-346
+
+word natur 1345-2345
+begword natur 1345-2345
+word unatur 136-1345-2345
+begword unatur 136-1345-2345
+
+word ne 2346
+word nes 2346-234
+endword ne 2346
+endword nes 2346-234
+
+word nedenfor 1345-1246						# level 2 contractions
+word nedenfra 1345-124
+word neppe 1345-1234
+word noen 1345-1345
+begword noen 1345-1345
+
+word nødvendig 1345-1236
+begword nødvendig 1345-1236
+word unødvendig 136-1345-1236
+begword unødvendig 136-1345-1236
+
+word noko 1345-13
+word nokon 1345-13-1345
+word nokre 1345-13-12356
+# word når 1345
+
+# word og 14											# defined in level 1
+# word også												# defined in level 1
+# word oss												# defined in level 1
+word ovenfor 135-1246
+word ovenfra 135-124
+
+# word over 1346								  # defined in level 1
+word overgikk 1346-1245-13
+word overgang 1346-1245-1245
+word overs 1346-234
+begword uover 136-1346
+
+begword overgang 1346-1245-1245
+
+word punkt 1234-13-2345
+begword punkt 1234-13-2345
+endword punkt 1234-13-2345
+# word på 1234										# defined in level 1
+
+word re 12356
+word res 12356-234
+endword re 12356
+endword res 12356-234
+
+word samme 234-134								# level 2 contractions
+
+word sammen 234-134-126
+begword usammen 136-234-134-126
+begword sammen 234-134-126
+
+word seg 234-1245
+word selv 234-1236
+word sin 234-1345
+word sitt 234-2345
+word sjøl 234-245
+
+word sjølv 234-245-1236
+word sjølve 234-245-1236-15
+begword sjølv 234-245-1236
+begword usjølv 136-234-245-1236
+
+word skal 123456									# level 2 contractions
+word skulla 123456-1
+word skulle 123456-15
+word skullet 123456-346
+word snart 234-1235
+word spørsmål 234-1234-134
+begword spørsmål 234-1234-134
+endword spørsmål 234-1234-134
+
+word takk 2345-13									# level 2 contractions
+begword utakk 136-2345-13
+begword takk 2345-13
+
+word tatt 2345-2345
+
+word te 1256
+endword te 1256
+endword tes 1256-234
+
+word tilbake 2345-12
+begword tilbake 2345-12
+word tilfeldig 2345-124-1245
+begword tilfeldig 2345-124-1245
+
+begword tilfell 2345-124
+word tilgang 2345-1245-1245
+begword tilgang 2345-1245-1245
+word undergikk 12345-1245-13
+
+word undergang 12345-1245-1245			# level 2 contractions
+begword undergang 12345-1245-1245			# level 2 contractions
+word utenfor 136-1246
+word utenfra 136-124
+word vil 1236-123
+word ville 1236-123-15
+word villet 1236-123-346
+
+word viss 1236-234
+word uviss 136-1236-234
+begword uviss 136-1236-234
+begword viss 1236-234
+
+word vanske 1236-14
+begword vanske 1236-14
+
+word vært 1236-2345
+
+# ------------------------------------------------------
+# Words with problems - should be converted this way:
+
+word det 145-346
+word dets 145-346-234
+word den 145-126
+word dens 145-126-234
+word dent 145-126-2345
+word dente 145-126-1256
+word dert 145-156-2345
+word dett 145-346-2345
+word fores 124-135-12356-234
+word mede 134-15-1456
+word noens 1345-135-126-234
+#-index-name: Croatian
+#-display-name: Croatian braille
+
+#+locale: hr
+#+type: literary
+#+grade: 1
+
+include hr-g1.ctb
+include braille-patterns.cti
+#-index-name: Punjabi
+#-display-name: Punjabi braille
+
+#+locale:pa
+#+type:literary
+#+grade:1
+
+# TODO: Please correct the metadata above. It is not meant to be
+# accurate nor complete. It hasn't been verified by the table
+# author yet. It is merely an attempt by the liblouis maintainers
+# to get some sensible initial values in place.
+
+# TODO: Please add a reference to official documentation about
+# the implemented braille code. Preferably submit the documents
+# to https://github.com/liblouis/braille-specs.
+
+include pu-in-g1.utb
+include braille-patterns.cti
+#
+# Copyright (C) 1995-2009 by The BRLTTY Developers.
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+
+# BRLTTY Text Table - Tibetan
+#
+# Samuel Thibault <samuel.thibault@ens-lyon.org>
+#
+# From "Braille without borders"
+
+# generated by ttbtest
+space	\s	0	# SPACE
+punctuation	!	2358	# EXCLAMATION MARK
+punctuation	"	23568	# QUOTATION MARK
+punctuation	#	34568	# NUMBER SIGN
+punctuation	$	12468	# DOLLAR SIGN
+punctuation	%	1468	# PERCENT SIGN
+punctuation	&	23468	# AMPERSAND
+punctuation	'	3	# APOSTROPHE
+punctuation	(	2368	# LEFT PARENTHESIS
+punctuation	)	3568	# RIGHT PARENTHESIS
+punctuation	*	358	# ASTERISK
+punctuation	+	3468	# PLUS SIGN
+punctuation	,	28	# COMMA
+punctuation	-	36	# HYPHEN-MINUS
+punctuation	.	2568	# FULL STOP
+punctuation	/	348	# SOLIDUS
+include loweredDigits6Dots.uti
+punctuation	:	258	# COLON
+punctuation	;	238	# SEMICOLON
+punctuation	<	1268	# LESS-THAN SIGN
+punctuation	=	1234568	# EQUALS SIGN
+punctuation	>	3458	# GREATER-THAN SIGN
+punctuation	?	268	# QUESTION MARK
+punctuation	@	47	# COMMERCIAL AT
+uppercase	A	178	# LATIN CAPITAL LETTER A
+uppercase	B	1278	# LATIN CAPITAL LETTER B
+uppercase	C	1478	# LATIN CAPITAL LETTER C
+uppercase	D	14578	# LATIN CAPITAL LETTER D
+uppercase	E	1578	# LATIN CAPITAL LETTER E
+uppercase	F	12478	# LATIN CAPITAL LETTER F
+uppercase	G	124578	# LATIN CAPITAL LETTER G
+uppercase	H	12578	# LATIN CAPITAL LETTER H
+uppercase	I	2478	# LATIN CAPITAL LETTER I
+uppercase	J	24578	# LATIN CAPITAL LETTER J
+uppercase	K	1378	# LATIN CAPITAL LETTER K
+uppercase	L	12378	# LATIN CAPITAL LETTER L
+uppercase	M	13478	# LATIN CAPITAL LETTER M
+uppercase	N	134578	# LATIN CAPITAL LETTER N
+uppercase	O	13578	# LATIN CAPITAL LETTER O
+uppercase	P	123478	# LATIN CAPITAL LETTER P
+uppercase	Q	1234578	# LATIN CAPITAL LETTER Q
+uppercase	R	123578	# LATIN CAPITAL LETTER R
+uppercase	S	23478	# LATIN CAPITAL LETTER S
+uppercase	T	234578	# LATIN CAPITAL LETTER T
+uppercase	U	13678	# LATIN CAPITAL LETTER U
+uppercase	V	123678	# LATIN CAPITAL LETTER V
+uppercase	W	245678	# LATIN CAPITAL LETTER W
+uppercase	X	134678	# LATIN CAPITAL LETTER X
+uppercase	Y	1345678	# LATIN CAPITAL LETTER Y
+uppercase	Z	135678	# LATIN CAPITAL LETTER Z
+punctuation	[	123568	# LEFT SQUARE BRACKET
+punctuation	\\	168	# REVERSE SOLIDUS
+punctuation	]	234568	# RIGHT SQUARE BRACKET
+punctuation	^	457	# CIRCUMFLEX ACCENT
+punctuation	_	456	# LOW LINE
+punctuation	`	4	# GRAVE ACCENT
+lowercase	a	18	# LATIN SMALL LETTER A
+lowercase	b	128	# LATIN SMALL LETTER B
+lowercase	c	148	# LATIN SMALL LETTER C
+lowercase	d	1458	# LATIN SMALL LETTER D
+lowercase	e	158	# LATIN SMALL LETTER E
+lowercase	f	1248	# LATIN SMALL LETTER F
+lowercase	g	12458	# LATIN SMALL LETTER G
+lowercase	h	1258	# LATIN SMALL LETTER H
+lowercase	i	248	# LATIN SMALL LETTER I
+lowercase	j	2458	# LATIN SMALL LETTER J
+lowercase	k	138	# LATIN SMALL LETTER K
+lowercase	l	1238	# LATIN SMALL LETTER L
+lowercase	m	1348	# LATIN SMALL LETTER M
+lowercase	n	13458	# LATIN SMALL LETTER N
+lowercase	o	1358	# LATIN SMALL LETTER O
+lowercase	p	12348	# LATIN SMALL LETTER P
+lowercase	q	123458	# LATIN SMALL LETTER Q
+lowercase	r	12358	# LATIN SMALL LETTER R
+lowercase	s	2348	# LATIN SMALL LETTER S
+lowercase	t	23458	# LATIN SMALL LETTER T
+lowercase	u	1368	# LATIN SMALL LETTER U
+lowercase	v	12368	# LATIN SMALL LETTER V
+lowercase	w	24568	# LATIN SMALL LETTER W
+lowercase	x	13468	# LATIN SMALL LETTER X
+lowercase	y	134568	# LATIN SMALL LETTER Y
+lowercase	z	13568	# LATIN SMALL LETTER Z
+punctuation	{	23678	# LEFT CURLY BRACKET
+punctuation	|	12568	# VERTICAL LINE
+punctuation	}	35678	# RIGHT CURLY BRACKET
+punctuation	~	45	# TILDE
+punctuation	\x00a0	0	# NO-BREAK SPACE
+letter	\x0f40	13	# TIBETAN LETTER KA
+letter	\x0f41	14	# TIBETAN LETTER KHA
+letter	\x0f42	1245	# TIBETAN LETTER GA
+letter	\x0f44	2356	# TIBETAN LETTER NGA
+letter	\x0f45	1456	# TIBETAN LETTER CA
+letter	\x0f46	13456	# TIBETAN LETTER CHA
+letter	\x0f47	12345	# TIBETAN LETTER JA
+letter	\x0f49	345	# TIBETAN LETTER NYA
+letter	\x0f4f	2345	# TIBETAN LETTER TA
+letter	\x0f50	23456	# TIBETAN LETTER THA
+letter	\x0f51	145	# TIBETAN LETTER DA
+letter	\x0f53	1345	# TIBETAN LETTER NA
+letter	\x0f54	1234	# TIBETAN LETTER PA
+letter	\x0f55	12346	# TIBETAN LETTER PHA
+letter	\x0f56	12	# TIBETAN LETTER BA
+letter	\x0f58	134	# TIBETAN LETTER MA
+letter	\x0f59	1346	# TIBETAN LETTER TSA
+letter	\x0f5a	1356	# TIBETAN LETTER TSHA
+letter	\x0f5b	123456	# TIBETAN LETTER DZA
+letter	\x0f5d	2456	# TIBETAN LETTER WA
+letter	\x0f5e	146	# TIBETAN LETTER ZHA
+letter	\x0f5f	234	# TIBETAN LETTER ZA
+letter	\x0f60	1246	# TIBETAN LETTER -A
+letter	\x0f61	245	# TIBETAN LETTER YA
+letter	\x0f62	1235	# TIBETAN LETTER RA
+letter	\x0f63	123	# TIBETAN LETTER LA
+letter	\x0f64	156	# TIBETAN LETTER SHA
+letter	\x0f66	2346	# TIBETAN LETTER SA
+letter	\x0f67	125	# TIBETAN LETTER HA
+letter	\x0f68	1	# TIBETAN LETTER A
+letter	\x0f90	13	# TIBETAN SUBJOINED LETTER KA
+letter	\x0f91	14	# TIBETAN SUBJOINED LETTER KHA
+letter	\x0f92	1245	# TIBETAN SUBJOINED LETTER GA
+letter	\x0f94	2356	# TIBETAN SUBJOINED LETTER NGA
+letter	\x0f95	1456	# TIBETAN SUBJOINED LETTER CA
+letter	\x0f96	13456	# TIBETAN SUBJOINED LETTER CHA
+letter	\x0f97	12345	# TIBETAN SUBJOINED LETTER JA
+letter	\x0f99	345	# TIBETAN SUBJOINED LETTER NYA
+letter	\x0f9f	2345	# TIBETAN SUBJOINED LETTER TA
+letter	\x0fa0	23456	# TIBETAN SUBJOINED LETTER THA
+letter	\x0fa1	145	# TIBETAN SUBJOINED LETTER DA
+letter	\x0fa3	1345	# TIBETAN SUBJOINED LETTER NA
+letter	\x0fa4	1234	# TIBETAN SUBJOINED LETTER PA
+letter	\x0fa5	12346	# TIBETAN SUBJOINED LETTER PHA
+letter	\x0fa6	12	# TIBETAN SUBJOINED LETTER BA
+letter	\x0fa8	134	# TIBETAN SUBJOINED LETTER MA
+letter	\x0fa9	1346	# TIBETAN SUBJOINED LETTER TSA
+letter	\x0faa	1356	# TIBETAN SUBJOINED LETTER TSHA
+letter	\x0fab	123456	# TIBETAN SUBJOINED LETTER DZA
+letter	\x0fad	2456	# TIBETAN SUBJOINED LETTER WA
+letter	\x0fae	146	# TIBETAN SUBJOINED LETTER ZHA
+letter	\x0faf	234	# TIBETAN SUBJOINED LETTER ZA
+letter	\x0fb0	1246	# TIBETAN SUBJOINED LETTER -A
+letter	\x0fb1	245	# TIBETAN SUBJOINED LETTER YA
+letter	\x0fb2	1235	# TIBETAN SUBJOINED LETTER RA
+letter	\x0fb3	123	# TIBETAN SUBJOINED LETTER LA
+letter	\x0fb4	156	# TIBETAN SUBJOINED LETTER SHA
+letter	\x0fb6	2346	# TIBETAN SUBJOINED LETTER SA
+letter	\x0fb7	125	# TIBETAN SUBJOINED LETTER HA
+letter	\x0fb8	1	# TIBETAN SUBJOINED LETTER A
+space	\x2002	0	# EN SPACE
+space	\x2003	0	# EM SPACE
+space	\x2004	0	# THREE-PER-EM SPACE
+space	\x2005	0	# FOUR-PER-EM SPACE
+space	\x2006	0	# SIX-PER-EM SPACE
+punctuation	\x2007	0	# FIGURE SPACE
+space	\x2008	0	# PUNCTUATION SPACE
+space	\x2009	0	# THIN SPACE
+space	\x200a	0	# HAIR SPACE
+punctuation	\x202f	0	# NARROW NO-BREAK SPACE
+space	\x205f	0	# MEDIUM MATHEMATICAL SPACE
+# Ethiopic-G1
+# The Ethiopic Letters and punctuation Braille Table.
+#
+# Copyright (C) 2012, 2018 Dr. Tamru E. Belay <tamru@sympatico.ca>
+# Copyright (C) 2012, 2015 Mesar Hameed <mesar.hameed@gmail.com>
+#
+# This file is part of liblouis.
+#
+
+# The Ethiopic Braille Table has developed by:
+# Dr. Tamru E. Belay
+# Adaptive Technology Center for the Blind/ATCB
+# Ethiopic Braille Programmer
+# E-mail: <tamru@sympatico.ca <ethiopic.braille@gmail.com
+#
+# "Ethiopic script has been in use since 100 BC. It is the only indigenous African alphabet still in use today."
+
+# -------------------------
+
+# Latin symbols
+include en-chardefs.cti English character definitions
+include litdigits6Dots.uti
+numsign 3456
+
+# braille patterns
+include braille-patterns.cti
+
+# Ethiopic symbols
+letter \x1200 125-26
+letter \x1201 125-136
+letter \x1202 125-24
+letter \x1203 125-1
+letter \x1204 125-15
+letter \x1205 125
+letter \x1206 125-135
+letter \x1207 125-1346
+letter \x1208 123-26
+letter \x1209 123-136
+letter \x120A 123-24
+letter \x120B 123-1
+letter \x120C 123-15
+letter \x120D 123
+letter \x120E 123-135
+letter \x120F 123-1346
+letter \x1210 126-26
+letter \x1211 126-136
+letter \x1212 126-24
+letter \x1213 126-1
+letter \x1214 126-15
+letter \x1215 126
+letter \x1216 126-135
+letter \x1218 134-26
+letter \x1219 134-136
+letter \x121A 134-24
+letter \x121B 134-1
+letter \x121C 134-15
+letter \x121D 134
+letter \x121E 134-135
+letter \x121F 134-1346
+letter \x1220 1456-26
+letter \x1221 1456-136
+letter \x1222 1456-24
+letter \x1223 1456-1
+letter \x1224 1456-15
+letter \x1225 1456
+letter \x1226 1456-135
+letter \x1227 1456-1346
+letter \x1228 1235-26
+letter \x1229 1235-136
+letter \x122A 1235-24
+letter \x122B 1235-1
+letter \x122C 1235-15
+letter \x122D 1235
+letter \x122E 1235-135
+letter \x122F 1235-1346
+letter \x1230 234-26
+letter \x1231 234-136
+letter \x1232 234-24
+letter \x1233 234-1
+letter \x1234 234-15
+letter \x1235 234
+letter \x1236 234-135
+letter \x1237 234-1346
+letter \x1238 146-26
+letter \x1239 146-136
+letter \x123A 146-24
+letter \x123B 146-1
+letter \x123C 146-15
+letter \x123D 146
+letter \x123E 146-135
+letter \x123F 146-1346
+letter \x1240 12345-26
+letter \x1241 12345-136
+letter \x1242 12345-24
+letter \x1243 12345-1
+letter \x1244 12345-15
+letter \x1245 12345
+letter \x1246 12345-135
+letter \x1247 12345-1346
+letter \x1248 12456-26
+letter \x124A 12456-136
+letter \x124B 12345-1346
+letter \x124C 12456-1
+letter \x124D 12456-15
+letter \x124E 12456
+letter \x124F 12456-135
+letter \x1260 12-26
+letter \x1261 12-136
+letter \x1262 12-24
+letter \x1263 12-1
+letter \x1264 12-15
+letter \x1265 12
+letter \x1266 12-135
+letter \x1267 12-1346
+letter \x1268 1236-26
+letter \x1269 1236-136
+letter \x126A 1236-24
+letter \x126B 1236-1
+letter \x126C 1236-15
+letter \x126D 1236
+letter \x126E 1236-135
+letter \x126F 1236-1346
+letter \x1270 2345-26
+letter \x1271 2345-136
+letter \x1272 2345-24
+letter \x1273 2345-1
+letter \x1274 2345-15
+letter \x1275 2345
+letter \x1276 2345-135
+letter \x1277 2345-1346
+letter \x1278 16-26
+letter \x1279 16-136
+letter \x127A 16-24
+letter \x127B 16-1
+letter \x127C 16-15
+letter \x127D 16
+letter \x127E 16-135
+letter \x127F 16-1346
+letter \x1280 156-26
+letter \x1281 156-136
+letter \x1282 156-24
+letter \x1283 156-1
+letter \x1284 156-15
+letter \x1285 156
+letter \x1286 156-135
+letter \x1287 156-1346
+letter \x1290 1345-26
+letter \x1291 1345-136
+letter \x1292 1345-24
+letter \x1293 1345-1
+letter \x1294 1345-15
+letter \x1295 1345
+letter \x1296 1345-135
+letter \x1297 1345-1346
+letter \x1298 346-26
+letter \x1299 346-136
+letter \x129A 346-24
+letter \x129B 346-1
+letter \x129C 346-15
+letter \x129D 346
+letter \x129E 346-135
+letter \x129F 346-1346
+letter \x12A0 12356-26
+letter \x12A1 12356-136
+letter \x12A2 12356-24
+letter \x12A3 12356-1
+letter \x12A4 12356-15
+letter \x12A5 12356
+letter \x12A6 12356-135
+letter \x12A7 5-12356
+letter \x12A8 13-26
+letter \x12A9 13-136
+letter \x12AA 13-24
+letter \x12AB 13-1
+letter \x12Ac 13-15
+letter \x12AD 13
+letter \x12AE 13-135
+letter \x12AF 13-1346
+letter \x12B3 13-1346
+letter \x12B8 236-26
+letter \x12B9 236-136
+letter \x12BA 236-24
+letter \x12BB 236-1
+letter \x12BC 236-15
+letter \x12BD 236
+letter \x12BE 236-135
+letter \x12C8 2456-26
+letter \x12C9 2456-136
+letter \x12CA 2456-24
+letter \x12CB 2456-1
+letter \x12CC 2456-15
+letter \x12CD 2456
+letter \x12CE 2456-135
+letter \x12CF 2456-1346
+letter \x12D0 1256-26
+letter \x12D1 1256-136
+letter \x12D2 1256-24
+letter \x12D3 1256-1
+letter \x12D4 1256-15
+letter \x12D5 1256
+letter \x12D6 1256-135
+letter \x12d7 6-135
+letter \x12D8 1356-26
+letter \x12D9 1356-136
+letter \x12DA 1356-24
+letter \x12DB 1356-1
+letter \x12DC 1356-15
+letter \x12DD 1356
+letter \x12DE 1356-135
+letter \x12DF 1356-1346
+letter \x12E0 356-26
+letter \x12E1 356-136
+letter \x12E2 356-24
+letter \x12E3 356-1
+letter \x12E4 356-15
+letter \x12E5 356
+letter \x12E6 356-135
+letter \x12E7 356-1346
+letter \x12E8 13456-26
+letter \x12E9 13456-136
+letter \x12EA 13456-24
+letter \x12EB 13456-1
+letter \x12EC 13456-15
+letter \x12ED 13456
+letter \x12EE 13456-135
+letter \x12EF 13456-1346
+letter \x12F0 145-26
+letter \x12F1 145-136
+letter \x12F2 145-24
+letter \x12F3 145-1
+letter \x12F4 145-15
+letter \x12F5 145
+letter \x12F6 145-135
+letter \x12F7 145-1346
+letter \x12F8 4-145-26
+letter \x12F9 4-145-136
+letter \x12FA 4-145-24
+letter \x12FB 4-145-1
+letter \x12FC 4-145-15
+letter \x12FD 4-145
+letter \x12FE 4-145-135
+letter \x12FF 4-145-1346
+letter \x1300 245-26
+letter \x1301 245-136
+letter \x1302 245-24
+letter \x1303 245-1
+letter \x1304 245-15
+letter \x1305 245
+letter \x1306 245-135
+letter \x1307 245-1346
+letter \x1308 1245-26
+letter \x1309 1245-136
+letter \x130A 1245-24
+letter \x130B 1245-1
+letter \x130C 1245-15
+letter \x130D 1245
+letter \x130E 1245-135
+letter \x130F 1245-135-2456-26
+letter \x1313 1245-1346
+letter \x1312 1245-2456-24
+letter \x1320 23456-26
+letter \x1321 23456-136
+letter \x1322 23456-24
+letter \x1323 23456-1
+letter \x1324 23456-15
+letter \x1325 23456
+letter \x1326 23456-135
+letter \x1327 23456-1346
+letter \x1328 14-26
+letter \x1329 14-136
+letter \x132A 14-24
+letter \x132B 14-1
+letter \x132C 14-15
+letter \x132D 14
+letter \x132E 14-135
+letter \x132F 14-1346
+letter \x1338 2346-26
+letter \x1339 2346-136
+letter \x133A 2346-24
+letter \x133B 2346-1
+letter \x133C 2346-15
+letter \x133D 2346
+letter \x133E 2346-135
+letter \x133F 2346-1346
+letter \x1340 12346-26
+letter \x1341 12346-136
+letter \x1342 12346-24
+letter \x1343 12346-1
+letter \x1344 12346-15
+letter \x1345 12346
+letter \x1346 12346-135
+letter \x1330 235-26
+letter \x1331 235-136
+letter \x1332 235-24
+letter \x1333 235-1
+letter \x1334 235-15
+letter \x1335 235
+letter \x1336 235-135
+letter \x1337 235-1346
+letter \x1348 124-26
+letter \x1349 124-136
+letter \x134A 124-24
+letter \x134B 124-1
+letter \x134C 124-15
+letter \x134D 124
+letter \x134E 124-135
+letter \x134F 124-1346
+letter \x1350 1234-26
+letter \x1351 1234-136
+letter \x1352 1234-24
+letter \x1353 1234-1
+letter \x1354 1234-15
+letter \x1355 1234
+letter \x1356 1234-135
+letter \x1357 1234-1346
+
+# The Ethiopic punctuation Braille Table
+punctuation \x1361 256
+punctuation \x1362 2
+punctuation \x1363 25
+punctuation \x1364 56
+punctuation \x1367 236
+#  Copyright (C) 2010 Leon Ungier <Leon.Ungier@ViewPlus.com>, 
+#  Copyright (C) 2010 Samuel Thibault <samuel.thibault@ens-lyon.org>
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+
+# Table for Pali
+space \x00a0 a
+include spaces.uti
+include devanagari.cti
+include text_nabcc.dis
+#
+#  Copyright (C) 2010, 2011 by DocArch <http://www.docarch.be>
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+#
+# ----------------------------------------------------------------------------------------------
+#  odt2braille - Braille authoring in OpenOffice.org.
+# ----------------------------------------------------------------------------------------------
+#
+#  Spanish Braille
+#     Created and maintained by Bert Frees <bertfrees@gmail.com>
+#	  with the assistance of Carles Sadurní Anguita <http://www.transcriptor.net/>
+#
+# ----------------------------------------------------------------------------------------------
+
+space       \x0009        9                                       <control> HORIZONTAL TABULATION
+space       \x001B        1b                                      <control> ESCAPE
+space       \x00A0        a                                       NO-BREAK SPACE
+include spaces.uti
+
+# ==============================================================================================
+# SINGLE-CELL
+# ==============================================================================================
+
+# ----------------------------------------------------------------------------------------------
+# Unicode 0000..007F  C0 Controls and Basic Latin
+# ----------------------------------------------------------------------------------------------
+
+include latinLetterDef6Dots.uti
+
+uplow       \x00C1\x00E1  12356,12356         Áá                  LATIN CAPITAL LETTER A WITH ACUTE - LATIN SMALL LETTER A WITH ACUTE
+uplow       \x00C9\x00E9  2346,2346           Éé                  LATIN CAPITAL LETTER E WITH ACUTE - LATIN SMALL LETTER E WITH ACUTE
+uplow       \x00CD\x00ED  34,34               Íí                  LATIN CAPITAL LETTER I WITH ACUTE - LATIN SMALL LETTER I WITH ACUTE
+uplow       \x00D1\x00F1  12456,12456         Ññ                  LATIN CAPITAL LETTER N WITH TILDE - LATIN SMALL LETTER N WITH TILDE
+uplow       \x00D3\x00F3  346,346             Óó                  LATIN CAPITAL LETTER O WITH ACUTE - LATIN SMALL LETTER O WITH ACUTE
+uplow       \x00DA\x00FA  23456,23456         Úú                  LATIN CAPITAL LETTER U WITH ACUTE - LATIN SMALL LETTER U WITH ACUTE
+uplow       \x00DC\x00FC  1256,1256           Üü                  LATIN CAPITAL LETTER U WITH DIAERESIS - LATIN SMALL LETTER U WITH DIAERESIS
+
+punctuation \x0021        235                 !                   EXCLAMATION MARK
+punctuation \x0022        236                 "                   QUOTATION MARK
+punctuation \x0027        3                   '                   APOSTROPHE
+punctuation \x0028        126                 (                   LEFT PARENTHESIS
+punctuation \x0029        345                 )                   RIGHT PARENTHESIS
+sign        \x002A        35                  *                   ASTERISK
+math        \x002B        235                 +                   PLUS SIGN
+punctuation \x002C        2                   ,                   COMMA
+punctuation \x002D        36                  -                   HYPHEN-MINUS
+punctuation \x002E        3                   .                   FULL STOP
+include loweredDigits6Dots.uti
+punctuation \x003A        25                  :                   COLON
+punctuation \x003B        23                  ;                   SEMICOLON
+math        \x003C        246                 <                   LESS-THAN SIGN
+math        \x003D        2356                =                   EQUALS SIGN
+math        \x003E        135                 >                   GREATER-THAN SIGN
+punctuation \x003F        26                  ?                   QUESTION MARK
+punctuation \x005B        12356               [                   LEFT SQUARE BRACKET
+punctuation \x005D        23456               ]                   RIGHT SQUARE BRACKET
+sign        \x007C        456                 |                   VERTICAL LINE
+
+
+# ----------------------------------------------------------------------------------------------
+# Unicode 0080..00FF  C1 Controls and Latin-1 Supplement
+# ----------------------------------------------------------------------------------------------
+
+punctuation \x0082        2                   ‚                   <control> BREAK PERMITTED HERE - ANSI: SINGLE LOW-9 QUOTATION MARK - MACROMAN: C CEDILLA
+punctuation \x0084        236                 „                   <control> - ANSI: DOUBLE LOW-9 QUOTATION MARK - MACROMAN: N TILDE
+punctuation \x0093        236                 “                   <control> SET TRANSMIT STATE - ANSI: LEFT DOUBLE QUOTATION MARK - MACROMAN: I GRAVE
+punctuation \x0094        236                 ”                   <control> CANCEL CHARACTER - ANSI: RIGHT DOUBLE QUOTATION MARK - MACROMAN: I CIRCUMFLEX
+punctuation \x0096        36                  –                   <control> START OF GUARDED AREA - ANSI: EN DASH - MACROMAN: N TILDE
+punctuation \x00A1        235                 ¡                   INVERTED EXCLAMATION MARK
+punctuation \x00AB        236                 «                   LEFT-POINTING DOUBLE ANGLE QUOTATION MARK
+punctuation \x00AD        36                  ­                    SOFT HYPHEN
+punctuation \x00BB        236                 »                   RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK
+punctuation \x00BF        26                  ¿                   INVERTED QUESTION MARK
+math        \x00D7        236                 ×                   MULTIPLICATION SIGN
+math        \x00F7        256                 ÷                   DIVISION SIGN
+
+
+# ----------------------------------------------------------------------------------------------
+# Unicode 2000..206F  General Punctuation
+# ----------------------------------------------------------------------------------------------
+
+punctuation \x2010        36                  ‐                   HYPHEN
+punctuation \x2011        36                  ‑                   NON-BREAKING HYPHEN
+punctuation \x2012        36                  ‒                   FIGURE DASH
+punctuation \x2013        36                  –                   EN DASH
+punctuation \x2018        236                 ‘                   LEFT SINGLE QUOTATION MARK
+punctuation \x2019        236                 ’                   RIGHT SINGLE QUOTATION MARK
+punctuation \x201A        236                 ‚                   SINGLE LOW-9 QUOTATION MARK
+punctuation \x201B        236                 ‛                   SINGLE HIGH-REVERSED-9 QUOTATION MARK
+punctuation \x201C        236                 “                   LEFT DOUBLE QUOTATION MARK
+punctuation \x201D        236                 ”                   RIGHT DOUBLE QUOTATION MARK
+punctuation \x201E        236                 „                   DOUBLE LOW-9 QUOTATION MARK
+punctuation \x201F        236                 ‟                   DOUBLE HIGH-REVERSED-9 QUOTATION MARK
+punctuation \x2043        36                  ⁃                   HYPHEN BULLET
+
+
+# ==============================================================================================
+# MULTI-CELL
+# ==============================================================================================
+
+# ----------------------------------------------------------------------------------------------
+# Unicode 0000..007F  C0 Controls and Basic Latin
+# ----------------------------------------------------------------------------------------------
+
+sign        \x0024        456-234             $                   DOLLAR SIGN
+math        \x0025        456-356             %                   PERCENT SIGN
+sign        \x0026        6-12346             &                   AMPERSAND
+math        \x002F        6-2                 /                   SOLIDUS
+sign        \x0040        5                   @                   COMMERCIAL AT
+sign        \x005C        5-3                 \                   REVERSE SOLIDUS
+math        \x007B        5-123               {                   LEFT CURLY BRACKET
+math        \x007D        456-2               }                   RIGHT CURLY BRACKET
+
+
+# ----------------------------------------------------------------------------------------------
+# Unicode 0080..00FF  C1 Controls and Latin-1 Supplement
+# ----------------------------------------------------------------------------------------------
+
+sign        \x0080        456-15              €                   <control> - ANSI: EURO-CURRENCY SIGN - MACROMAN: A DIAERESIS
+punctuation \x0085        3-3-3               …                   <control> NEXT LINE (NEL) - ANSI: HORIZONTAL ELLIPSIS - MACROMAN: O DIAERESIS
+sign        \x0089        456-356-356         ‰                   <control> CHARACTER TABULATION WITH JUSTIFICATION - ANSI: PER MILLE SIGN - MACROMAN: A CIRCUMFLEX
+punctuation \x0097        36-36               —                   <control> END OF GUARDED AREA - ANSI: EM DASH - MACROMAN: O ACUTE
+sign        \x00A2        45-14               ¢                   CENT SIGN
+sign        \x00A3        5-2346              £                   POUND SIGN
+sign        \x00A5        456-13456           ¥                   YEN SIGN
+sign        \x00A9        126-46-14-345       ©                   COPYRIGHT SIGN
+sign        \x00AE        126-46-1235-345     ®                   REGISTERED SIGN
+math        \x00B1        235-25-36           ±                   PLUS-MINUS SIGN
+sign        \x00B2        16-3456-12          ²                   SUPERSCRIPT TWO
+sign        \x00B3        16-3456-14          ³                   SUPERSCRIPT THREE
+sign        \x00B5        4-134               µ                   MICRO SIGN
+math        \x00BC        3456-2-145          ¼                   VULGAR FRACTION ONE QUARTER
+math        \x00BD        3456-2-12           ½                   VULGAR FRACTION ONE HALF
+math        \x00BE        3456-25-145         ¾                   VULGAR FRACTION THREE QUARTERS
+
+
+# ----------------------------------------------------------------------------------------------
+# Unicode 0370..03FF  Greek and Coptic
+# ----------------------------------------------------------------------------------------------
+
+lowercase   \x03B1        4-1                 α                   GREEK SMALL LETTER ALPHA
+lowercase   \x03B2        4-12                β                   GREEK SMALL LETTER BETA
+lowercase   \x03B3        4-1245              γ                   GREEK SMALL LETTER GAMMA
+lowercase   \x03B4        4-145               δ                   GREEK SMALL LETTER DELTA
+lowercase   \x03B5        4-15                ε                   GREEK SMALL LETTER EPSILON
+lowercase   \x03B6        4-1356              ζ                   GREEK SMALL LETTER ZETA
+lowercase   \x03B7        4-156               η                   GREEK SMALL LETTER ETA
+lowercase   \x03B8        4-1456              θ                   GREEK SMALL LETTER THETA
+lowercase   \x03B9        4-24                ι                   GREEK SMALL LETTER IOTA
+lowercase   \x03BA        4-13                κ                   GREEK SMALL LETTER KAPPA
+lowercase   \x03BB        4-123               λ                   GREEK SMALL LETTER LAMDA
+lowercase   \x03BC        4-134               μ                   GREEK SMALL LETTER MU
+lowercase   \x03BD        4-1345              ν                   GREEK SMALL LETTER NU
+lowercase   \x03BE        4-1346              ξ                   GREEK SMALL LETTER XI
+lowercase   \x03BF        4-135               ο                   GREEK SMALL LETTER OMICRON
+lowercase   \x03C0        4-1234              π                   GREEK SMALL LETTER PI
+lowercase   \x03C1        4-1235              ρ                   GREEK SMALL LETTER RHO
+lowercase   \x03C2        4-234               ς                   GREEK SMALL LETTER FINAL SIGMA
+lowercase   \x03C3        4-234               σ                   GREEK SMALL LETTER SIGMA
+lowercase   \x03C4        4-2345              τ                   GREEK SMALL LETTER TAU
+lowercase   \x03C5        4-136               υ                   GREEK SMALL LETTER UPSILON
+lowercase   \x03C6        4-124               φ                   GREEK SMALL LETTER PHI
+lowercase   \x03C7        4-12346             χ                   GREEK SMALL LETTER CHI
+lowercase   \x03C8        4-13456             ψ                   GREEK SMALL LETTER PSI
+lowercase   \x03C9        4-2456              ω                   GREEK SMALL LETTER OMEGA
+
+
+# ----------------------------------------------------------------------------------------------
+# Unicode 2000..206F  General Punctuation
+# ----------------------------------------------------------------------------------------------
+
+punctuation \x2014        36-36               —                   EM DASH
+punctuation \x2015        36-36               ―                   HORIZONTAL BAR
+punctuation \x2026        3-3-3               …                   HORIZONTAL ELLIPSIS
+
+
+# ----------------------------------------------------------------------------------------------
+# Unicode 20A0..20CF  Currency Symbols
+# ----------------------------------------------------------------------------------------------
+
+sign        \x20AC        456-15              €                   EURO SIGN
+
+
+# ----------------------------------------------------------------------------------------------
+#-index-name: Bihari
+#-display-name: Bihari braille
+
+#+locale:bh
+#+type:literary
+
+# TODO: Please correct the metadata above. It is not meant to be
+# accurate nor complete. It hasn't been verified by the table
+# author yet. It is merely an attempt by the liblouis maintainers
+# to get some sensible initial values in place.
+
+# TODO: Please add a reference to official documentation about
+# the implemented braille code. Preferably submit the documents
+# to https://github.com/liblouis/braille-specs.
+
+include bh.ctb
+include braille-patterns.cti
+# liblouis: German Grade 1 Braille
+#
+# Das System der deutschen Blindenschrift (2015/2018)
+# http://www.bskdl.org/textschrift.html
+#
+# Bemerkung:
+# - Gross-/Kleinschreibung wird nicht berücksichtigt (d.h. für
+#   Abkürzungen u.ä. braucht es Vorprogramm)
+# - Akzente: Hinweis auf die beiden Tabellen (bis jetzt nur als
+#   Kommentar in de-g0.utb)
+#
+# -----------
+#-name: Deutsche Vollschrift
+#-index-name: German, partially contracted
+#-display-name: German partially contracted braille
+#
+#+locale: de
+#+type: literary
+#+contraction: partial
+#+grade: 1
+#+direction: forward
+#
+#-has-nocross: yes
+# ------------
+#
+#  Copyright (C) 2018 SBS Schweizerische Bibliothek für Blinde, Seh- und Lesebehinderte
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+#
+#-------------------------------------------------------------------------------
+
+include de-g0.utb
+include de-g1-core.cti
+#
+# Copyright (C) 1995-2010 by The BRLTTY Developers.
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+
+# BRLTTY Text Table - Swedish (1996 standard)
+
+# This file contains the ISO-8859-1 compatible version of the Swedish 8-dot
+# braille standard as it was defined by the Swedish Braille Authority
+# (www.punktskriftsnamnden.se) on October 8, 1996. As of December 2005, this
+# is the most current braille standard in Sweden.
+
+# generated by ttbtest
+space	\s	0	SPACE
+space \t 0-0-0-0		CHARACTER TABULATION
+punctuation	!	235	EXCLAMATION MARK
+punctuation	"	56	QUOTATION MARK
+punctuation	\x0023	3456	NUMBER SIGN
+punctuation	$	2358	DOLLAR SIGN
+punctuation	%	4678	PERCENT SIGN
+punctuation	&	3468	AMPERSAND
+punctuation	'	5	APOSTROPHE
+punctuation	(	236	LEFT PARENTHESIS
+punctuation	)	356	RIGHT PARENTHESIS
+punctuation	*	35	ASTERISK
+punctuation	+	256	PLUS SIGN
+punctuation	,	2	COMMA
+punctuation	-	36	HYPHEN-MINUS
+punctuation	.	3	FULL STOP
+punctuation	/	34	SOLIDUS
+include digits8Dots.uti
+punctuation	:	25	COLON
+punctuation	;	23	SEMICOLON
+punctuation	<	358	LESS-THAN SIGN
+punctuation	=	2356	EQUALS SIGN
+punctuation	>	267	GREATER-THAN SIGN
+punctuation	?	26	QUESTION MARK
+punctuation	@	48	COMMERCIAL AT
+uppercase	A	17	LATIN CAPITAL LETTER A
+uppercase	B	127	LATIN CAPITAL LETTER B
+uppercase	C	147	LATIN CAPITAL LETTER C
+uppercase	D	1457	LATIN CAPITAL LETTER D
+uppercase	E	157	LATIN CAPITAL LETTER E
+uppercase	F	1247	LATIN CAPITAL LETTER F
+uppercase	G	12457	LATIN CAPITAL LETTER G
+uppercase	H	1257	LATIN CAPITAL LETTER H
+uppercase	I	247	LATIN CAPITAL LETTER I
+uppercase	J	2457	LATIN CAPITAL LETTER J
+uppercase	K	137	LATIN CAPITAL LETTER K
+uppercase	L	1237	LATIN CAPITAL LETTER L
+uppercase	M	1347	LATIN CAPITAL LETTER M
+uppercase	N	13457	LATIN CAPITAL LETTER N
+uppercase	O	1357	LATIN CAPITAL LETTER O
+uppercase	P	12347	LATIN CAPITAL LETTER P
+uppercase	Q	123457	LATIN CAPITAL LETTER Q
+uppercase	R	12357	LATIN CAPITAL LETTER R
+uppercase	S	2347	LATIN CAPITAL LETTER S
+uppercase	T	23457	LATIN CAPITAL LETTER T
+uppercase	U	1367	LATIN CAPITAL LETTER U
+uppercase	V	12367	LATIN CAPITAL LETTER V
+uppercase	W	24567	LATIN CAPITAL LETTER W
+uppercase	X	13467	LATIN CAPITAL LETTER X
+uppercase	Y	134567	LATIN CAPITAL LETTER Y
+uppercase	Z	13567	LATIN CAPITAL LETTER Z
+punctuation	[	123568	LEFT SQUARE BRACKET
+punctuation	\\	168	REVERSE SOLIDUS
+punctuation	]	234568	RIGHT SQUARE BRACKET
+punctuation	^	578	CIRCUMFLEX ACCENT
+punctuation	_	6	LOW LINE
+punctuation	`	46	GRAVE ACCENT
+lowercase	a	1	LATIN SMALL LETTER A
+lowercase	b	12	LATIN SMALL LETTER B
+lowercase	c	14	LATIN SMALL LETTER C
+lowercase	d	145	LATIN SMALL LETTER D
+lowercase	e	15	LATIN SMALL LETTER E
+lowercase	f	124	LATIN SMALL LETTER F
+lowercase	g	1245	LATIN SMALL LETTER G
+lowercase	h	125	LATIN SMALL LETTER H
+lowercase	i	24	LATIN SMALL LETTER I
+lowercase	j	245	LATIN SMALL LETTER J
+lowercase	k	13	LATIN SMALL LETTER K
+lowercase	l	123	LATIN SMALL LETTER L
+lowercase	m	134	LATIN SMALL LETTER M
+lowercase	n	1345	LATIN SMALL LETTER N
+lowercase	o	135	LATIN SMALL LETTER O
+lowercase	p	1234	LATIN SMALL LETTER P
+lowercase	q	12345	LATIN SMALL LETTER Q
+lowercase	r	1235	LATIN SMALL LETTER R
+lowercase	s	234	LATIN SMALL LETTER S
+lowercase	t	2345	LATIN SMALL LETTER T
+lowercase	u	136	LATIN SMALL LETTER U
+lowercase	v	1236	LATIN SMALL LETTER V
+lowercase	w	2456	LATIN SMALL LETTER W
+lowercase	x	1346	LATIN SMALL LETTER X
+lowercase	y	13456	LATIN SMALL LETTER Y
+lowercase	z	1356	LATIN SMALL LETTER Z
+punctuation	{	23678	LEFT CURLY BRACKET
+punctuation	|	4568	VERTICAL LINE
+punctuation	}	35678	RIGHT CURLY BRACKET
+punctuation	~	268	TILDE
+punctuation	\x00a0	0	NO-BREAK SPACE
+punctuation	\x00a1	367	INVERTED EXCLAMATION MARK
+punctuation	\x00a2	23468	CENT SIGN
+punctuation	\x00a3	1238	POUND SIGN
+punctuation	\x00a4	2478	CURRENCY SIGN
+punctuation	\x00a5	24678	YEN SIGN
+punctuation	\x00a6	12678	BROKEN BAR
+punctuation	\x00a7	346	SECTION SIGN
+punctuation	\x00a8	3678	DIAERESIS
+punctuation	\x00a9	14568	COPYRIGHT SIGN
+letter	\x00aa	2345678	FEMININE ORDINAL INDICATOR
+punctuation	\x00ab	2378	LEFT-POINTING DOUBLE ANGLE QUOTATION MARK
+punctuation	\x00ac	13458	NOT SIGN
+punctuation	\x00ad	23568	SOFT HYPHEN
+punctuation	\x00ae	12468	REGISTERED SIGN
+punctuation	\x00af	1578	MACRON
+punctuation	\x00b0	15678	DEGREE SIGN
+punctuation	\x00b1	123468	PLUS-MINUS SIGN
+punctuation	\x00b2	37	SUPERSCRIPT TWO
+punctuation	\x00b3	2567	SUPERSCRIPT THREE
+punctuation	\x00b4	258	ACUTE ACCENT
+lowercase	\x00b5	13478	MICRO SIGN
+punctuation	\x00b6	1267	PILCROW SIGN
+punctuation	\x00b7	8	MIDDLE DOT
+punctuation	\x00b8	12568	CEDILLA
+punctuation	\x00b9	1468	SUPERSCRIPT ONE
+letter	\x00ba	1358	MASCULINE ORDINAL INDICATOR
+punctuation	\x00bb	5678	RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK
+punctuation	\x00bc	12358	VULGAR FRACTION ONE QUARTER
+punctuation	\x00bd	1368	VULGAR FRACTION ONE HALF
+punctuation	\x00be	3578	VULGAR FRACTION THREE QUARTERS
+punctuation	\x00bf	38	INVERTED QUESTION MARK
+uppercase	\x00c0	1467	LATIN CAPITAL LETTER A WITH GRAVE
+uppercase	\x00c1	135678	LATIN CAPITAL LETTER A WITH ACUTE
+uppercase	\x00c2	24578	LATIN CAPITAL LETTER A WITH CIRCUMFLEX
+uppercase	\x00c3	13578	LATIN CAPITAL LETTER A WITH TILDE
+uppercase	\x00c4	3457	LATIN CAPITAL LETTER A WITH DIAERESIS
+uppercase	\x00c5	167	LATIN CAPITAL LETTER A WITH RING ABOVE
+uppercase	\x00c6	34578	LATIN CAPITAL LETTER AE
+uppercase	\x00c7	123467	LATIN CAPITAL LETTER C WITH CEDILLA
+uppercase	\x00c8	12378	LATIN CAPITAL LETTER E WITH GRAVE
+uppercase	\x00c9	1234567	LATIN CAPITAL LETTER E WITH ACUTE
+uppercase	\x00ca	68	LATIN CAPITAL LETTER E WITH CIRCUMFLEX
+uppercase	\x00cb	27	LATIN CAPITAL LETTER E WITH DIAERESIS
+uppercase	\x00cc	457	LATIN CAPITAL LETTER I WITH GRAVE
+uppercase	\x00cd	1348	LATIN CAPITAL LETTER I WITH ACUTE
+uppercase	\x00ce	458	LATIN CAPITAL LETTER I WITH CIRCUMFLEX
+uppercase	\x00cf	67	LATIN CAPITAL LETTER I WITH DIAERESIS
+uppercase	\x00d0	23467	LATIN CAPITAL LETTER ETH
+uppercase	\x00d1	124567	LATIN CAPITAL LETTER N WITH TILDE
+uppercase	\x00d2	123478	LATIN CAPITAL LETTER O WITH GRAVE
+uppercase	\x00d3	178	LATIN CAPITAL LETTER O WITH ACUTE
+uppercase	\x00d4	124578	LATIN CAPITAL LETTER O WITH CIRCUMFLEX
+uppercase	\x00d5	23478	LATIN CAPITAL LETTER O WITH TILDE
+uppercase	\x00d6	2467	LATIN CAPITAL LETTER O WITH DIAERESIS
+punctuation	\x00d7	13468	MULTIPLICATION SIGN
+uppercase	\x00d8	1567	LATIN CAPITAL LETTER O WITH STROKE
+uppercase	\x00d9	14578	LATIN CAPITAL LETTER U WITH GRAVE
+uppercase	\x00da	12578	LATIN CAPITAL LETTER U WITH ACUTE
+uppercase	\x00db	245678	LATIN CAPITAL LETTER U WITH CIRCUMFLEX
+uppercase	\x00dc	12567	LATIN CAPITAL LETTER U WITH DIAERESIS
+uppercase	\x00dd	12478	LATIN CAPITAL LETTER Y WITH ACUTE
+uppercase	\x00de	1234678	LATIN CAPITAL LETTER THORN
+lowercase	\x00df	1278	LATIN SMALL LETTER SHARP S
+lowercase	\x00e0	12356	LATIN SMALL LETTER A WITH GRAVE
+lowercase	\x00e1	1235678	LATIN SMALL LETTER A WITH ACUTE
+lowercase	\x00e2	1678	LATIN SMALL LETTER A WITH CIRCUMFLEX
+lowercase	\x00e3	13678	LATIN SMALL LETTER A WITH TILDE
+lowercase	\x00e4	345	LATIN SMALL LETTER A WITH DIAERESIS
+lowercase	\x00e5	16	LATIN SMALL LETTER A WITH RING ABOVE
+lowercase	\x00e6	3458	LATIN SMALL LETTER AE
+lowercase	\x00e7	12346	LATIN SMALL LETTER C WITH CEDILLA
+lowercase	\x00e8	2346	LATIN SMALL LETTER E WITH GRAVE
+lowercase	\x00e9	123456	LATIN SMALL LETTER E WITH ACUTE
+lowercase	\x00ea	126	LATIN SMALL LETTER E WITH CIRCUMFLEX
+lowercase	\x00eb	1246	LATIN SMALL LETTER E WITH DIAERESIS
+lowercase	\x00ec	3478	LATIN SMALL LETTER I WITH GRAVE
+lowercase	\x00ed	348	LATIN SMALL LETTER I WITH ACUTE
+lowercase	\x00ee	146	LATIN SMALL LETTER I WITH CIRCUMFLEX
+lowercase	\x00ef	12456	LATIN SMALL LETTER I WITH DIAERESIS
+lowercase	\x00f0	568	LATIN SMALL LETTER ETH
+lowercase	\x00f1	124568	LATIN SMALL LETTER N WITH TILDE
+lowercase	\x00f2	34678	LATIN SMALL LETTER O WITH GRAVE
+lowercase	\x00f3	3467	LATIN SMALL LETTER O WITH ACUTE
+lowercase	\x00f4	1456	LATIN SMALL LETTER O WITH CIRCUMFLEX
+lowercase	\x00f5	2348	LATIN SMALL LETTER O WITH TILDE
+lowercase	\x00f6	246	LATIN SMALL LETTER O WITH DIAERESIS
+punctuation	\x00f7	2568	DIVISION SIGN
+lowercase	\x00f8	4578	LATIN SMALL LETTER O WITH STROKE
+lowercase	\x00f9	23456	LATIN SMALL LETTER U WITH GRAVE
+lowercase	\x00fa	25678	LATIN SMALL LETTER U WITH ACUTE
+lowercase	\x00fb	156	LATIN SMALL LETTER U WITH CIRCUMFLEX
+lowercase	\x00fc	1256	LATIN SMALL LETTER U WITH DIAERESIS
+lowercase	\x00fd	34568	LATIN SMALL LETTER Y WITH ACUTE
+lowercase	\x00fe	234578	LATIN SMALL LETTER THORN
+lowercase	\x00ff	1268	LATIN SMALL LETTER Y WITH DIAERESIS
+space	\x2002	0	EN SPACE
+space	\x2003	0	EM SPACE
+space	\x2004	0	THREE-PER-EM SPACE
+space	\x2005	0	FOUR-PER-EM SPACE
+space	\x2006	0	SIX-PER-EM SPACE
+punctuation	\x2007	0	FIGURE SPACE
+space	\x2008	0	PUNCTUATION SPACE
+space	\x2009	0	THIN SPACE
+space	\x200a	0	HAIR SPACE
+punctuation	\x202f	0	NARROW NO-BREAK SPACE
+space	\x205f	0	MEDIUM MATHEMATICAL SPACE
+sign \x20AC 1568					Euro sign
+sign ‚ 3578				back simple cote
+sign ƒ 12467				Florin
+sign „ 58				back double cote
+punctuation … 2378			suspend dots
+sign † 2357				obel
+sign ‡ 23578				Double obel
+sign ‰ 45678				For 1000
+sign Š 1345678				versalt S med omvänd cirkumflex
+sign ‹ 238				simple open cote
+sign Π4567				OE
+sign Ž 234678				No label
+sign ‘ 378				left cote
+sign ’ 678				Right cote
+sign “ 28				Open double cote
+sign ” 57				Close double cote
+sign • 1245678				Puce
+sign – 78				kort tankstreck
+sign — 2578				långt			långt tankstreck
+sign ™ 23458				Trade Mark-tecken
+sign š 134568				gement s med omvänd cirkumflex
+sign › 567				simple cote close
+sign œ 456				OE
+sign ž 13568				gement z med omvänd cirkumflex
+sign Ÿ 12368				versalt Y med trema
+#haw#1#Hawaiian Uncontracted
+# liblouis: Hawaiian Braille Table
+#
+# -----------
+#-index-name: Hawaiian
+#-display-name: Hawaiian braille
+#
+#+locale:haw
+#+type:literary
+#+contraction:no
+#+grade:1
+#
+# TODO: Please correct the metadata above. It is not meant to be
+# accurate nor complete. It hasn't been verified by the table
+# author yet. It is merely an attempt by the liblouis maintainers
+# to get some sensible initial values in place.
+# -----------
+#
+# Based on World Braille Usage 2013
+# <http://liblouis.org/braille-specs/world-braille-usage-third-edition.pdf>.
+#
+# Copyright (C) 2014, Greg Kearney, gkearney@gmail.com
+#
+# This file is part of liblouis.
+#
+# liblouis is free software: you can redistribute it and/or modify it
+# under the terms of the GNU Lesser General Public License as
+# published by the Free Software Foundation, either version 2.1 of
+# the License, or (at your option) any later version.
+#
+# liblouis is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with liblouis. If not, see
+# <http://www.gnu.org/licenses/>.
+
+#include text_nabcc.dis All display opcodes
+
+include en-ueb-g1.ctb
+
+uplow	Āā	456-1
+uplow	Ēē	456-15
+uplow	Īī	456-24
+uplow	Ōō	456-135
+uplow	Ūū	456-136
+# Russian  display codes
+#
+#  Copyright (C) 2007-2008 ViewPlus Technologies, Inc. www.viewplus.com
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+
+# by Mike Sivill <mike.sivill@viewplus.com
+# Updated 12-10-07
+
+# 03/12/08 Yuemei Sun
+# commented out entries \x0021 to \x0027
+# replaced them with new display code
+# the new display code were added according to
+# the "Russian Braille Font Specification.doc"
+# which was sent by Holly Stowell on 03/11/08
+
+#display \x0021 235
+#display \x0022 236
+#display \x0023 1345
+#display \x0024 56
+#display \x0025 356
+#display \x0026 1456
+#display \x0027 3
+
+display \x0021 5
+display \x0022 4
+display \x0023 3456
+display \x0024 467
+display \x0025 146
+display \x0026 1234678
+display \x0027 47
+
+display \x0028 126
+display \x0029 345
+display \x002A 35
+display \x002B 235
+
+#display \x002C 2	#commented out by Yuemei Sun on 03/12/08
+display \x002C 6	#replacing the above commented line by Yuemei Sun on 03/12/08
+
+display \x002D 36
+
+#display \x002E 256	#commented out by Yuemei Sun on 03/12/08
+display \x002E 3	#replacing the above commented line by Yuemei Sun on 03/12/08
+
+display \x002F 34
+display \x0030 356
+display \x0031 2
+display \x0032 23
+display \x0033  25
+display \x0034 256
+display \x0035 26
+display \x0036 235
+display \x0037 2356
+display \x0038 236
+display \x0039 35
+
+# 03/12/08 Yuemei Sun
+# commented out entries \x003A to \x007D
+# replaced them with new display code
+# the new display code were added according to
+# the "Russian Braille Font Specification.doc"
+# which was sent by Holly Stowell on 03/11/08
+
+#display \x003A 25	
+#display \x003B 23
+#display \x003C 246
+#display \x003D 2356
+#display \x003E 135
+#display \x003F 26
+#display \x0040 146
+#display \x0041  1
+#display \x0042 12
+#display \x0043 14
+#display \x0044 145
+#display \x0045 15
+#display \x0046 124
+#display \x0047 1245
+#display \x0048 125
+#display \x0049 24
+#display \x004A 245
+#display \x004B 13
+#display \x004C 123
+#display \x004D 134
+#display \x004E 1345
+#display \x004F 135
+#display \x0050 1234
+#display \x0051 12345
+#display \x0052 1235
+#display \x0053 234
+#display \x0054 2345
+#display \x0055 136
+#display \x0056 1236
+#display \x0057 2456
+#display \x0058 1346
+#display \x0059 13456
+#display \x005A 1356
+#display \x005B 45
+#display \x005C 346
+#display \x005D 3456
+#display \x005E 4
+#display \x005F 5
+#display \x0060 123456
+#display \x0061 1
+#display \x0062 12
+#display \x0063 34
+#display \x0064 345
+#display \x0065 15
+#display \x0066 124
+#display \x0067 1245
+#display \x0068 125
+#display \x0069 24
+#display \x006A 245
+#display \x006B 13
+#display \x006C 123
+#display \x006D 134
+#display \x006E 1345
+#display \x006F 135
+#display \x0070 1234
+#display \x0071 12345
+#display \x0072 1235 
+#display \x0073 234
+#display \x0074 2345
+#display \x0075 136
+#display \x0076 1236
+#display \x0077 2456
+#display \x0078 1346
+#display \x0079 13456
+#display \x007A 1356
+#display \x007B 46
+#display \x007C 456
+#display \x007D 6
+
+display \x003A 46		
+display \x003B 237
+display \x003C 56
+display \x003D 123456
+display \x003E 45
+display \x003F 1456
+display \x0040 3457
+display \x0041  178
+display \x0042 1278
+display \x0043 1478
+display \x0044 14578
+display \x0045 1578
+display \x0046 12478
+display \x0047 124578
+display \x0048 12578
+display \x0049 2478
+display \x004A 24578
+display \x004B 1378
+display \x004C 12378
+display \x004D 13478
+display \x004E 134578
+display \x004F 13578
+display \x0050 123478
+display \x0051 1234578
+display \x0052 123578
+display \x0053 23478
+display \x0054 234578
+display \x0055 13678
+display \x0056 123678
+display \x0057 245678
+display \x0058 134678
+display \x0059 1345678
+display \x005A 135678
+display \x005B 123456
+display \x005C 34
+display \x005D 2345678	#78 added on 05/05/08 according to Russian dealer's request
+display \x005E 45
+display \x005F 456
+display \x0060 346
+display \x0061 18
+display \x0062 128
+display \x0063 148
+display \x0064 1458
+display \x0065 158
+display \x0066 1248
+display \x0067 12458
+display \x0068 1258
+display \x0069 248
+display \x006A 2458
+display \x006B 138
+display \x006C 1238
+display \x006D 1348
+display \x006E 13458
+display \x006F 1358
+display \x0070 12348
+display \x0071 123458
+display \x0072 12358
+display \x0073 2348
+display \x0074 23458
+display \x0075 1368
+display \x0076 12368
+display \x0077 24568
+display \x0078 13468
+display \x0079 134568
+display \x007A 13568
+display \x007B 126
+display \x007C 345
+display \x007D 345
+
+display \x007E 12456
+display \x007F 4568	#added by Yuemei Sun on 03/12/08
+display \x0401 167
+display \x0402 1567	#does not exist in the spec 03/12/08 Yuemei Sun
+display \x0403 1267	#does not exist in the spec 03/12/08 Yuemei Sun
+display \x0404 3457
+display \x0405 123467	#does not exist in the spec 03/12/08 Yuemei Sun
+display \x0406 134567
+display \x0407 14567
+display \x0408 13467	#does not exist in the spec 03/12/08 Yuemei Sun
+display \x0409 347	#does not exist in the spec 03/12/08 Yuemei Sun
+display \x040A 3467	#does not exist in the spec 03/12/08 Yuemei Sun
+display \x040B 12567	#does not exist in the spec 03/12/08 Yuemei Sun
+display \x040C 123567	#does not exist in the spec 03/12/08 Yuemei Sun
+display \x040E 2357	#does not exist in the spec 03/12/08 Yuemei Sun
+display \x040F 13567	#does not exist in the spec 03/12/08 Yuemei Sun
+
+# the upper case cyrillic letters (410 to 42F)
+# all have a dot 7 in the spec.  However, leaving
+# them out here is fine, since in 6-dot braille
+# the upper case and lower case are the same
+#
+
+display \x0410 1
+display \x0411 12
+display \x0412 2456
+display \x0413 1245
+display \x0414 145
+display \x0415 15
+display \x0416 245
+display \x0417 1356
+display \x0418 24
+display \x0419 12346
+display \x041A 13
+display \x041B 123
+display \x041C 134
+display \x041D 1345
+display \x041E 135
+display \x041F 1234
+display \x0420 1235
+display \x0421 234
+display \x0422 2345
+display \x0423 136
+display \x0424 124
+display \x0425 125
+display \x0426 14
+display \x0427 12345
+display \x0428 156
+display \x0429 1346
+display \x042A 12356
+display \x042B 2346
+display \x042C 234567	#7 added on 05/05/08 according to dealer 's request
+display \x042D 246
+display \x042E 1256
+display \x042F 1246
+display \x0430 1
+display \x0431 12
+display \x0432 2456
+display \x0433 1245
+display \x0434 145
+display \x0435 15
+display \x0436 245
+display \x0437 1356
+display \x0438 24
+display \x0439 12346
+display \x043A 13
+display \x043B 123
+display \x043C 134
+display \x043D 1345
+display \x043E 135
+display \x043F 1234
+display \x0440 1235
+display \x0441 234
+display \x0442 2345
+display \x0443 136
+display \x0444 124
+display \x0445 125
+display \x0446 14
+display \x0447 12345
+display \x0448 156
+display \x0449 1346
+display \x044A 12356
+display \x044B 2346
+display \x044C 23456
+display \x044D 246
+display \x044E 1256
+display \x044F 1246
+display \x0451 16
+display \x0452 1456	#added by Yuemei Sun on 03/12/08
+display \x0453 23568
+#display \x0454 35	#commented out by Yuemei Sun on 03/12/08
+display \x0454 345	#added by Yuemei Sun on 03/12/08
+display \x0457 1456
+display \x0458 13456	#added by Yuemei Sun on 03/12/08
+display \x0459 126	#added by Yuemei Sun on 03/12/08
+display \x045A 1246	#added by Yuemei Sun on 03/12/08
+display \x045E 346	#added by Yuemei Sun on 03/12/08
+display \x0490 124567	#added by Yuemei Sun on 03/12/08
+display \x0491 12456	#added by Yuemei Sun on 03/12/08
+
+display \x00Ab 246
+display \x00Bb 135
+display \x00A9 34
+display \x2013 36
+display \x00Ae 1235
+display \x00B6 1458
+display \x2021 12458
+display \x2020 134568
+display \x00A6 1568
+display \x2022 2356
+display \x00B7 6
+display \x2026 237
+display \x2122 2345
+display \x2014 36
+display \x00B1 23578
+display \x00A7 3468
+display \x2116 1345
+# File: no-no-generic.dis
+#
+# Useful for printing with embossers with German or Euro braille
+# braille tables.
+#
+# Based on the braille contraction modules in BRLTTY
+#
+# Copyright (C) 1995-2004 by The BRLTTY Team
+# Copyright (C) 2004 ViewPlus Technologies, Inc., www.viewplustech.com
+# Copyright (C) 2004 Computers to Help People, Inc., www.chpi.org
+#
+#-copyright: 1995-2004, The BRLTTY Team
+#-copyright: 2004, ViewPlus Technologies, Inc., www.viewplustech.com
+#-copyright: 2004, Computers to Help People, Inc., www.chpi.org
+#
+# This is to be used with Norwegian translation tables.
+#
+# BRLTTY Text Translation Table - Generic Norwegian (iso-8859-1), with some
+# unofficial character representations to accommodate multilingual usage.
+# For example, numbers are represented with dot 6 rather than with dot 8.
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+#
+
+# display \x0000 4578 		# 000 null
+# display \x0000 0 		# 000 null
+display \x0001 178 		# 001 start of heading
+display \x0002 1278 		# 002 start of text
+display \x0003 1478 		# 003 end of text
+display \x0004 14578 		# 004 end of transmission
+display \x0005 1578 		# 005 enquiry
+display \x0006 12478 		# 006 acknowledge
+display \x0007 124578 		# 007 bell
+display \x0008 12578 		# 008 backspace
+# display \x0009 2478 		# 009 horizontal tabulation
+# display \x000A 24578 		# 010 line feed
+# display \x000B 1378 		# 011 vertical tabulation
+# display \x000C 12378 		# 012 form feed
+# display \x000D 13478 		# 013 carriage return
+display \x000E 134578 		# 014 shift out
+display \x000F 13578 		# 015 shift in
+display \x0010 123478 		# 016 data link escape
+display \x0011 1234578 		# 017 device control one
+display \x0012 123578 		# 018 device control two
+display \x0013 23478 		# 019 device control three
+display \x0014 234578 		# 020 device control four
+display \x0015 13678 		# 021 negative acknowledge
+display \x0016 123678 		# 022 synchronous idle
+display \x0017 245678 		# 023 end of transmission block
+display \x0018 134678 		# 024 cancel
+display \x0019 1345678 		# 025 end of medium
+display \x001A 135678 		# 026 substitute
+display \x001B 1235678 		# 027 escape
+display \x001C 3478 		# 028 file separator
+display \x001D 2345678 		# 029 group separator
+display \x001E 234678 		# 030 record separator
+display \x001F 45678 		# 031 unit separator
+# display \x0020 0		# 032 space
+display \x0021 5 		# 033 exclamation mark
+display \x0022 4 		# 034 quotation mark
+display \x0023 3456 		# 035 number sign
+display \x0024 46 		# 036 dollar sign
+display \x0025 123456 		# 037 percent sign
+display \x0026 12346 		# 038 ampersand
+display \x0027 6 		# 039 apostrophe
+display \x0028 236 		# 040 left parenthesis
+display \x0029 356 		# 041 right parenthesis
+display \x002A 35 		# 042 asterisk
+display \x002B 235 		# 043 plus sign
+display \x002C 2 		# 044 comma
+display \x002D 36 		# 045 hyphen-minus
+display \x002E 3 		# 046 full stop
+display \x002F 256 		# 047 solidus
+display \x0030 346 		# 048 digit zero
+display \x0031 16 		# 049 digit one
+display \x0032 126 		# 050 digit two
+display \x0033 146 		# 051 digit three
+display \x0034 1456 		# 052 digit four
+display \x0035 156 		# 053 digit five
+display \x0036 1246 		# 054 digit six
+display \x0037 12456 		# 055 digit seven
+display \x0038 1256 		# 056 digit eight
+display \x0039 246 		# 057 digit nine
+display \x003A 25 		# 058 colon
+display \x003B 23 		# 059 semicolon
+display \x003C 56 		# 060 less-than sign
+display \x003D 2356 		# 061 equals sign
+display \x003E 45 		# 062 greater-than sign
+display \x003F 26 		# 063 question mark
+display \x0040 3457 		# 064 commercial at
+display \x0041 17 		# 065 latin capital letter a
+display \x0042 127 		# 066 latin capital letter b
+display \x0043 147 		# 067 latin capital letter c
+display \x0044 1457 		# 068 latin capital letter d
+display \x0045 157 		# 069 latin capital letter e
+display \x0046 1247 		# 070 latin capital letter f
+display \x0047 12457 		# 071 latin capital letter g
+display \x0048 1257 		# 072 latin capital letter h
+display \x0049 247 		# 073 latin capital letter i
+display \x004A 2457 		# 074 latin capital letter j
+display \x004B 137 		# 075 latin capital letter k
+display \x004C 1237 		# 076 latin capital letter l
+display \x004D 1347 		# 077 latin capital letter m
+display \x004E 13457 		# 078 latin capital letter n
+display \x004F 1357 		# 079 latin capital letter o
+display \x0050 12347 		# 080 latin capital letter p
+display \x0051 123457 		# 081 latin capital letter q
+display \x0052 12357 		# 082 latin capital letter r
+display \x0053 2347 		# 083 latin capital letter s
+display \x0054 23457 		# 084 latin capital letter t
+display \x0055 1367 		# 085 latin capital letter u
+display \x0056 12367 		# 086 latin capital letter v
+display \x0057 24567 		# 087 latin capital letter w
+display \x0058 13467 		# 088 latin capital letter x
+display \x0059 134567 		# 089 latin capital letter y
+display \x005A 13567 		# 090 latin capital letter z
+display \x005B 123567 		# 091 left square bracket
+display \x005C 347 		# 092 reverse solidus
+display \x005D 234567 		# 093 right square bracket
+display \x005E 23467 		# 094 circumflex accent
+display \x005F 456 		# 095 low line
+display \x0060 345 		# 096 grave accent
+display \x0061 1 		# 097 latin small letter a
+display \x0062 12 		# 098 latin small letter b
+display \x0063 14 		# 099 latin small letter c
+display \x0064 145 		# 100 latin small letter d
+display \x0065 15 		# 101 latin small letter e
+display \x0066 124 		# 102 latin small letter f
+display \x0067 1245 		# 103 latin small letter g
+display \x0068 125 		# 104 latin small letter h
+display \x0069 24 		# 105 latin small letter i
+display \x006A 245 		# 106 latin small letter j
+display \x006B 13 		# 107 latin small letter k
+display \x006C 123 		# 108 latin small letter l
+display \x006D 134 		# 109 latin small letter m
+display \x006E 1345 		# 110 latin small letter n
+display \x006F 135 		# 111 latin small letter o
+display \x0070 1234 		# 112 latin small letter p
+display \x0071 12345 		# 113 latin small letter q
+display \x0072 1235 		# 114 latin small letter r
+display \x0073 234 		# 115 latin small letter s
+display \x0074 2345 		# 116 latin small letter t
+display \x0075 136 		# 117 latin small letter u
+display \x0076 1236 		# 118 latin small letter v
+display \x0077 2456 		# 119 latin small letter w
+display \x0078 1346 		# 120 latin small letter x
+display \x0079 13456 		# 121 latin small letter y
+display \x007A 1356 		# 122 latin small letter z
+display \x007B 12356 		# 123 left curly bracket
+display \x007C 34 		# 124 vertical line
+display \x007D 23456 		# 125 right curly bracket
+display \x007E 2346 		# 126 tilde
+display \x007F 4568 		# 127 delete
+display \x0080 2367 		# 128 <control>
+display \x0081 568 		# 129 <control>
+display \x0082 367 		# 130 break permitted here
+display \x0083 23678 		# 131 no break here
+display \x0084 235678 		# 132 <control>
+display \x0085 12458 		# 133 next line
+display \x0086 1238 		# 134 start of selected area
+display \x0087 1234567 		# 135 end of selected area
+display \x0088 12345678 	# 136 character tabulation set
+display \x0089 678 		# 137 character tabulation with justification
+display \x008A 1234678 		# 138 line tabulation set
+display \x008B 3568 		# 139 partial line down
+display \x008C 15678 		# 140 partial line up
+display \x008D 34678 		# 141 reverse line feed
+display \x008E 78 		# 142 single shift two
+display \x008F 2578 		# 143 single shift three
+display \x0090 23567 		# 144 device control string
+display \x0091 1348 		# 145 private use one
+display \x0092 24568 		# 146 private use two
+display \x0093 23468 		# 147 set transmit state
+display \x0094 23578 		# 148 cancel character
+display \x0095 4567 		# 149 message waiting
+display \x0096 1234568 		# 150 start of guarded area
+display \x0097 368 		# 151 end of guarded area
+display \x0098 13568 		# 152 start of string
+display \x0099 3678 		# 153 <control>
+display \x009A 345678 		# 154 single character introducer
+display \x009B 578 		# 155 control sequence introducer
+display \x009C 8 		# 156 string terminator
+display \x009D 4678 		# 157 operating system command
+display \x009E 13468 		# 158 privacy message
+display \x009F 1248 		# 159 application program command
+display \x00A0 478 		# 160 no-break space
+display \x00A1 58 		# 161 inverted exclamation mark
+display \x00A2 258 		# 162 cent sign
+display \x00A3 34568 		# 163 pound sign
+display \x00A4 34567 		# 164 currency sign
+display \x00A5 145678 		# 165 yen sign
+display \x00A6 348 		# 166 broken bar
+display \x00A7 12368 		# 167 section sign
+display \x00A8 7 		# 168 diaeresis
+display \x00A9 148 		# 169 copyright sign
+display \x00AA 37 		# 170 feminine ordinal indicator
+display \x00AB 47 		# 171 left-pointing double angle quotation mark
+display \x00AC 67 		# 172 not sign
+display \x00AD 38 		# 173 soft hyphen
+display \x00AE 12358 		# 174 registered sign
+display \x00AF 23568 		# 175 macron
+display \x00B0 1245678 		# 176 degree sign
+display \x00B1 12348 		# 177 plus-minus sign
+display \x00B2 3578 		# 178 superscript two
+display \x00B3 14678 		# 179 superscript three
+display \x00B4 124678 		# 180 acute accent
+display \x00B5 12678 		# 181 micro sign
+display \x00B6 123458 		# 182 pilcrow sign
+display \x00B7 378 		# 183 middle dot
+display \x00B8 35678 		# 184 cedilla
+display \x00B9 5678 		# 185 superscript one
+display \x00BA 68 		# 186 masculine ordinal indicator
+display \x00BB 48 		# 187 right-pointing double angle quotation mark
+display \x00BC 257 		# 188 vulgar fraction one quarter
+display \x00BD 1458 		# 189 vulgar fraction one half
+display \x00BE 13458 		# 190 vulgar fraction three quarters
+display \x00BF 268 		# 191 inverted question mark
+display \x00C0 57 		# 192 latin capital letter a with grave
+display \x00C1 27 		# 193 latin capital letter a with acute
+display \x00C2 167 		# 194 latin capital letter a with circumflex
+display \x00C3 1467 		# 195 latin capital letter a with tilde
+display \x00C4 567 		# 196 latin capital letter a with diaeresis
+display \x00C5 1678 		# 197 latin capital letter a with ring above
+display \x00C6 34578 		# 198 latin capital letter ae
+display \x00C7 123467 		# 199 latin capital letter c with cedilla
+display \x00C8 467 		# 200 latin capital letter e with grave
+display \x00C9 2678 		# 201 latin capital letter e with acute
+display \x00CA 1567 		# 202 latin capital letter e with circumflex
+display \x00CB 12467 		# 203 latin capital letter e with diaeresis
+display \x00CC 237 		# 204 latin capital letter i with grave
+display \x00CD 2378 		# 205 latin capital letter i with acute
+display \x00CE 457 		# 206 latin capital letter i with circumflex
+display \x00CF 357 		# 207 latin capital letter i with diaeresis
+display \x00D0 2567 		# 208 latin capital letter eth
+display \x00D1 124567 		# 209 latin capital letter n with tilde
+display \x00D2 267 		# 210 latin capital letter o with grave
+display \x00D3 1267 		# 211 latin capital letter o with acute
+display \x00D4 14567 		# 212 latin capital letter o with circumflex
+display \x00D5 2357 		# 213 latin capital letter o with tilde
+display \x00D6 2467 		# 214 latin capital letter o with diaeresis
+display \x00D7 1258 		# 215 multiplication sign
+display \x00D8 24678 		# 216 latin capital letter o with stroke
+display \x00D9 125678 		# 217 latin capital letter u with grave
+display \x00DA 278 		# 218 latin capital letter u with acute
+display \x00DB 3467 		# 219 latin capital letter u with circumflex
+display \x00DC 12567 		# 220 latin capital letter u with diaeresis
+display \x00DD 25678 		# 221 latin capital letter y with acute
+display \x00DE 23458 		# 222 latin capital letter thorn
+display \x00DF 2348 		# 223 latin small letter sharp s
+display \x00E0 123568 		# 224 latin small letter a with grave
+display \x00E1 28 		# 225 latin small letter a with acute
+display \x00E2 138 		# 226 latin small letter a with circumflex
+display \x00E3 1468 		# 227 latin small letter a with tilde
+display \x00E4 18 		# 228 latin small letter a with diaeresis
+display \x00E5 168 		# 229 latin small letter a with ring above
+display \x00E6 3458 		# 230 latin small letter ae
+display \x00E7 123468 		# 231 latin small letter c with cedilla
+display \x00E8 468 		# 232 latin small letter e with grave
+display \x00E9 158 		# 233 latin small letter e with acute
+display \x00EA 1568 		# 234 latin small letter e with circumflex
+display \x00EB 12468 		# 235 latin small letter e with diaeresis
+display \x00EC 238 		# 236 latin small letter i with grave
+display \x00ED 128 		# 237 latin small letter i with acute
+display \x00EE 458 		# 238 latin small letter i with circumflex
+display \x00EF 248 		# 239 latin small letter i with diaeresis
+display \x00F0 2568 		# 240 latin small letter eth
+display \x00F1 124568 		# 241 latin small letter n with tilde
+display \x00F2 1358 		# 242 latin small letter o with grave
+display \x00F3 1268 		# 243 latin small letter o with acute
+display \x00F4 14568 		# 244 latin small letter o with circumflex
+display \x00F5 2358 		# 245 latin small letter o with tilde
+display \x00F6 358 		# 246 latin small letter o with diaeresis
+display \x00F7 2458 		# 247 division sign
+display \x00F8 2468 		# 248 latin small letter o with stroke
+display \x00F9 2368 		# 249 latin small letter u with grave
+display \x00FA 1368 		# 250 latin small letter u with acute
+display \x00FB 3468 		# 251 latin small letter u with circumflex
+display \x00FC 12568 		# 252 latin small letter u with diaeresis
+display \x00FD 134568 		# 253 latin small letter y with acute
+display \x00FE 3567 		# 254 latin small letter thorn
+display \x00FF 234568 		# 255 latin small letter y with diaeresis
+#+locale:fr
+#+type:literary
+#+contraction:no
+#+dots:6
+#+system:bfu
+
+#-index-name: French, uncontracted
+#-display-name: French uncontracted braille
+#-author: Michel Such <michel.such@free.fr>
+#-author: André-Abush CLAUSE <dev@andreabc.net>
+#-author: Ludovic Oger <oger.ludovic@gmail.com>
+#-author: Nicolas Pitre <nico@cam.org>
+#-author: The BRLTTY Team <http://brltty.com/>
+#-license: LGPLv2.1
+#-updated: 2019-03-21
+
+# liblouis: French 6 dots Braille table
+
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+
+#	Référence :
+#		Code braille français uniformisé | association Valentin Haüy - Révision 2008
+#		http://www.avh.asso.fr/fr/tout-savoir-sur-le-braille/lecriture-braille/code-braille-francais-uniformise
+#	Association Valentin Haüy
+#		5, rue Duroc 75343 Paris Cedex 07
+
+# Uncontracted French Table
+# ---------------------------------
+
+space \t 9 tab    # 9
+space \x001B 1b   # escape
+space \x00A0 a    # no-break space
+include spaces.uti
+space \x007f 0
+
+undefined 0
+
+display ¨ 46
+display : 25
+display " 2356
+display ! 235
+display - 36
+display . 256
+display / 34
+display * 35
+display | 456
+display ¸ 456
+display ¤ 45
+display „ 56
+display ^ 4
+display \s 0
+display @ 345
+display ó 346
+
+include latinLetterDef6Dots.uti
+
+punctuation , 2    # virgule
+punctuation ; 23   # point-virgule
+punctuation : 25   # deux-points
+punctuation . 256  # point
+punctuation ? 26   # point d'interrogation
+punctuation ! 235  # point d'exclamation
+punctuation " 2356 # guillemet
+punctuation ( 236  # parenthèse ouvrante
+punctuation ) 356  # parenthèse fermante
+punctuation ' 3    #  apostrophe
+punctuation « 2356 # guillemet français ouvrant
+punctuation » 2356 # guillemet français fermant
+punctuation [ 45-236  # crochet droit ouvrant
+comp6 [ 45-236
+punctuation ] 356-12	#	crochet droit fermant
+comp6 ] 356-12
+punctuation { 6-6-236	#	accolade de gauche
+punctuation } 356-3-3	#	accolade de droite
+
+uplow \x00c7\x00e7  12346 # c cédille (Çç)
+uplow \x00c6\x00E6 345     #*ae
+uplow \x0152\x0153    246 # oe liés (Œœ)
+uplow \x00C3\x00E3 5-26-1		a tilde
+noback uplow \x00d1\x00f1 12456 # n tilde (Ññ)
+
+uplow \x00c0\x00e0  12356 # a accent grave (Àà)
+uplow \x00c8\x00e8   2346 # e accent grave (Èè)
+uplow \x00d9\x00f9  23456 # u accent grave (Ùù)
+noback uplow \x00cc\x00ec  34 # i accent grave (Ìì)
+noback uplow \x00d2\x00f2 346 # o accent grave (Òò)
+
+uplow \x00c2\x00e2     16 # a accent circonflexe (Ââ)
+uplow \x00ca\x00ea    126 # e accent circonflexe (Êê)
+uplow \x00ce\x00ee    146 # i accent circonflexe (Îî)
+uplow \x00d4\x00f4   1456 # o accent circonflexe (Ôô)
+uplow \x00db\x00fb    156 # u accent circonflexe (Ûû)
+
+uplow \x00c1\x00e1  12356 # a accent aigu (Áá)
+uplow \x00c9\x00e9 123456 # e accent aigu (Éé)
+uplow \x00d3\x00f3    346 # o accent aigu (Óó)
+uplow \x00da\x00fa  23456 # u accent aigu (Úú)
+noback uplow \x00cd\x00ed 34 # i accent aigu (Íí)
+
+uplow \x00c4\x00e4    345 # a tréma (Ää)
+uplow \x00cb\x00eb   1246 # e tréma (Ëë)
+uplow \x00cf\x00ef  12456 # i tréma (Ïï)
+uplow \x00d6\x00f6    246 # o tréma (Öö)
+uplow \x00dc\x00fc   1256 # u tréma (Üü)
+uplow \x00C5\x00e5 5-1       #*latin capital letter a with ring above (unofficial)
+uplow \x00d8\x00f8 56-246 # o barré (non officiel)
+
+digit 0 3456
+litdigit        0      3456
+comp6 0 3456
+
+include digits6DotsPlusDot6.uti
+include litdigits6DotsPlusDot6.uti
+
+math + 235  # plus
+math - 36
+math * 35   # astérisque
+math / 34   # barre oblique
+math = 2356 # égal
+math ( 236
+math ) 356
+
+math \x00F7 25     # divisé par
+math \x003c 5-126  # inférieur à
+math \x003e 5-345  # supérieur à
+
+# guillemets
+punctuation \x00AB 2356     # right-pointing double angle quotation mark
+punctuation \x00BB 2356     # left-pointing double angle quotation mark
+punctuation \x2018 2356     # left single quotation mark
+punctuation \x2019 2356     # right single quotation mark
+punctuation \x201C 2356     # left double quotation mark
+punctuation \x201D 2356     # right double quotation mark
+sign \x201E 56     # double low-9 quotation mark
+punctuation \x201F 2356     # double high-reversed-9 quotation mark
+punctuation \x275B 2356     # heavy single turned comma quotation mark ornament
+punctuation \x275C 2356     # heavy single comma quotation mark ornament
+punctuation \x275D 2356     # heavy double turned comma quotation mark ornament
+punctuation \x275E 2356     # heavy double comma quotation mark ornament
+punctuation \x275F 2356     # heavy low single comma quotation mark ornament
+punctuation \x2760 2356     # heavy low double comma quotation mark ornament
+
+noback sign \x200e 0        # (left to right mark)
+noback sign \x200f 0        # (right to left mark)
+sign ¸ 456           # cédille
+
+# tirets et traits d'union
+punctuation - 36         # hyphen-minus
+sign \x2010 36           # hyphen
+sign \x2011 36           # non-breaking hyphen
+sign \x2012 36           # figure dash
+sign \x2013 36           # (en dash)
+sign \x2014 36           # (em dash)
+noback sign \x2015 36-36 # horizontal bar (quotation dash long dash introducing quoted text)
+sign \xFE58 36           # small em dash
+sign \xFE63 36           # small hyphen-minus
+sign \xFF0D 36           # fullwidth hyphen-minus
+
+word — 456-36
+word – 36-36
+
+sign \x2022 246-135      # (bullet)
+sign \x2026 256-256-256  # 8230	MS Word smart ellipsis
+sign \x25cf 35           # black circle
+sign \xf0b7 1245         # (bullet MS symbol font?)
+
+sign \\ 5-34         # barre oblique inversée
+sign @ 345           # arobase
+sign \x0023 5-3456   # croisillon
+comp6 \x0023 5-3456  # # croisillon
+sign \xFE5F 5-3456   # croisillon minuscule
+sign \xFF03 5-3456   # croisillon pleine chasse
+sign % 5-346         # pourcent
+sign ‰ 5-346-346     # pour mille
+sign * 5-35          # astérisque
+sign _ 5-36          # souligné
+noback sign ´ 5
+sign \x0060 6   # accent aigu (`)
+sign \x007C 456 # barre verticale
+sign \x0083 124      # [latin small letter f with hook (no break here)
+sign \x0084 56       # [double low-9 quotation mark (<control>)
+sign \x0085 36       # [horizontal ellipsis (next line)
+sign \x0086 356      # [dagger (start of selected area)
+sign \x0087 3567     # [double dagger (end of selected area)
+noback sign \x0088 4 # [modifier letter circumflex accent (character tabulation set)
+sign \x0089 346      # [per mille sign (character tabulation with justification)
+noback sign \x008B 5 # [single left-pointing angle quotation mark] (partial line down)
+sign \x0095 1245     # [bullet] (message waiting)
+noback sign \x0096 36-36      # [en dash] (start of guarded area)
+noback sign \x0097 36-36      # [em dash] (end of guarded area)
+sign \x0098 46     # [small tilde] (start of string)
+sign \x0099 2345   # [trade mark sign] (<control>)
+sign \x2122 5-2345 # TRADE MARK SIGN
+noback sign \x009B 5 # [single right-pointing angle quotation mark] (control sequence introducer)
+sign \x00A1 235      # inverted exclamation mark
+noback sign \x00A6 45      # broken bar
+sign \x00A8 46      # diaeresis
+noback sign \x00AA 16      # feminine ordinal indicator
+sign \x00AC 256       # not sign
+noback sign \x00AD 0  # soft hyphen
+sign \x00AE 5-1235  # registered sign
+sign \x00B1 235-36  # plus-minus sign
+sign \x00B5 45-134  # micro sign
+sign \x00B6 456     # pilcrow sign
+noback sign \x00B7 0       # middle dot
+sign \x00BA 26      # masculine ordinal indicator
+
+sign \x00BF 26      #*inverted question mark
+sign \x00D0 12      # latin capital letter eth
+sign \x00D7 5-35    # multiplication sign
+sign \x00D8 3456    # latin capital letter o with stroke
+sign \x00DE 245     # latin capital letter thorn
+sign \x00DF 234     # latin small letter sharp s
+uplow \x00c6\x00E6 345     #*ae
+sign \x00F0 12      # latin small letter eth
+sign \x00FE 245     # latin small letter thorn
+sign © 5-14				  # copyright
+sign ° 5-135			  # degré
+sign & 5-123456		  # perluète (et commercial)
+sign ¢ 45-14  		  # cent
+sign € 45-15			  # euro
+sign £ 45-123			  # livre
+sign $ 45-234			  # dollar
+comp6 $ 45-234
+sign ¥ 45-13456		  # yen
+sign ¤ 6-45					  # symbole monétaire
+sign § 5-1234			  # paragraphe
+
+sign ^ 4 # accent circonflexe
+noback sign ¹ 4-16  # exposant 1
+noback sign ² 4-126 # exposant 2
+noback sign ³ 4-146 # exposant 3
+sign ¼ 16-34-1456   # un quart
+sign ½ 16-34-126    # un demi
+sign ¾ 146-34-1456  # trois quarts
+sign \x007E 5-26  # 126 ~    tilde
+
+# unicode braille
+include braille-patterns.cti
+
+# other signs: 8 and 6 dots
+include fr-bfu-comp68.cti
+# with a few exceptions...
+noback math \x00B1 235-36 ± plus ou moins
+noback math \x00D7 35 × multiplié par
+noback math \x2715 35 ✕ multiplié par
+noback math \x00B7 35-35 · point multiplicatif ; produit scalaire
+noback math \x00F7 25 ÷ divisé par
+
+# Braille indicators
+numsign 6             # number sign, just a dots operand
+numericmodechars ^,:.+-*/()=[]
+numericnocontchars 0123456789
+
+# Capitalization
+capsletter 46
+begcaps 46
+begcapsword 46-46
+endcapsword 6-3 # The first method is not compatible with liblouis, so use of the alternative method (official but less common)
+capsmodechars -'./
+
+# Capital 'phrase' possible but lot of issues with single letters: https://github.com/liblouis/liblouis/issues/706
+# begcapsphrase 25-46
+# endcapsphrase before 46
+# lencapsphrase 4
+
+# Emphasis
+emphclass italic
+emphclass underline
+emphclass bold
+emphletter italic 456
+emphletter underline 456
+emphletter bold 456
+begemphword italic 456
+begemphword underline 456
+begemphword bold 456
+endemphword italic 6-3
+endemphword underline 6-3
+endemphword bold 6-3
+begemphphrase italic 25-456
+endemphphrase italic before 456
+lenemphphrase italic 4
+begemphphrase underline 25-456
+endemphphrase underline before 456
+lenemphphrase underline 4
+begemphphrase bold 25-456
+endemphphrase bold before 456
+lenemphphrase bold 4
+
+# WIP
+# Remove space from punctuation
+# noback correct "\x00A0»" "»"
+# noback correct "«\x00A0" "«"
+# noback correct "\s;" ";"
+# noback correct "\s:" ":"
+# noback correct "\s?" "?"
+# noback correct "\s!" "!"
+
+noback midword \x2019 3     # right single quotation mark
+midnum \s 0						# espace entre les chiffres
+midnum - 36
+midnum + 235
+endnum + 235
+midnum = 2356
+endnum = 2356
+midnum / 34
+endnum / 34
+decpoint , 2
+
+math [ 12356
+math ] 23456
+midnum [ 12356
+endnum [ 12356
+midnum ] 23456
+endnum ] 23456
+midnum ( 236
+endnum ( 236
+midnum ) 356
+endnum ) 356
+
+postpunc , 2
+postpunc ; 23
+postpunc : 25
+postpunc . 256
+postpunc ? 26
+postpunc ! 235
+prepunc « 2356	    # guillemet français ouvrant
+postpunc » 2356	   # guillemet français fermant
+prepunc ( 236      # parenthèse ouvrante
+postpunc ) 356     # parenthèse fermante
+prepunc [ 45-236  # crochet droit ouvrant
+postpunc ] 356-12	#	crochet droit fermant
+prepunc { 6-6-236	#	accolade de gauche
+postpunc } 356-3-3	#	accolade de droite
+
+
+repeated ... 256-256-256		#	points de suspension
+repeated --- 36-36-36
+repeated ___ 456-456-456
+
+word = 6-2356
+word + 6-235
+begword + 6-235
+begword = 6-2356
+midword + 6-235
+midword = 6-2356
+endword + 6-235
+endword = 6-2356
+
+nofor pass2 [@6-235]$d @6-235-6
+nofor pass2 [@6-2356]$d @6-2356-6
+# liblouis: sub table for defining latin letters with diacritics, 6 dots.
+#
+#  Copyright (C) 2015-2016 NLB Norwegian library of talking books and braille, http://www.nlb.no/
+#  Copyright (C) 2019 Lars Bjørndal <lars@lamasti.net>
+#
+#-copyright: 2015, Norwegian library of talking books and braille (NLB), www.nlb.no
+#-license: LGPLv2.1
+#
+# This table maps letters with diacritics to their closest matching
+# letter a-z, including a dot 4 prefix as required by norwegian braille.
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+#
+
+
+uplow Áá 4-1          # Latin Letter a with Acute
+uplow Ćć 4-14         # Latin Letter C with Acute
+# Commented out to get É become 6-123456 correct, defined in no-no-chardefs6.uti. More equivalent later in this file.
+#uplow Éé 4-15         # Latin Letter E with Acute
+uplow Ǵǵ 4-1245       # Latin Letter G with Acute
+uplow Íí 4-24         # Latin Letter I with Acute
+uplow Ḱḱ 4-13         # Latin Letter K with Acute
+uplow Ĺĺ 4-123        # Latin Letter L with Acute
+uplow Ḿḿ 4-134        # Latin Letter M with Acute
+uplow Ńń 4-1345       # Latin Letter N with Acute
+uplow Óó 4-135        # Latin Letter O with Acute
+uplow Ṕṕ 4-1234       # Latin Letter P with Acute
+uplow Ŕŕ 4-1235       # Latin Letter R with Acute
+uplow Śś 4-234        # Latin Letter S with Acute
+uplow Úú 4-136        # Latin Letter U with Acute
+uplow Ẃẃ 4-2456       # Latin Letter W with Acute
+uplow Ýý 4-13456      # Latin Letter Y with Acute
+uplow Źź 4-1356       # Latin Letter Z with Acute
+uplow Ƚƚ 4-123        # Latin Letter L with Bar
+uplow Ꞓꞓ 4-14       # Latin Letter C with Bar
+uplow Ɬɬ 4-123        # Latin Letter L with Belt
+uplow Ắắ 4-1          # Latin Letter a with Breve and Acute
+uplow Ặặ 4-1          # Latin Letter a with Breve and Dot Below
+uplow Ằằ 4-1          # Latin Letter a with Breve and Grave
+uplow Ẳẳ 4-1          # Latin Letter a with Breve and Hook Above
+uplow Ẵẵ 4-1          # Latin Letter a with Breve and Tilde
+uplow Ḫḫ 4-125        # Latin Letter H with Breve Below
+uplow Ăă 4-1          # Latin Letter a with Breve
+uplow Ĕĕ 4-15         # Latin Letter E with Breve
+uplow Ğğ 4-1245       # Latin Letter G with Breve
+uplow Ĭĭ 4-24         # Latin Letter I with Breve
+uplow Ŏŏ 4-135        # Latin Letter O with Breve
+uplow Ŭŭ 4-136        # Latin Letter U with Breve
+uplow Ṧṧ 4-234        # Latin Letter S with Caron and Dot Above
+uplow Ǎǎ 4-1          # Latin Letter a with Caron
+uplow Čč 4-14         # Latin Letter C with Caron
+uplow Ďď 4-145        # Latin Letter D with Caron
+uplow Ěě 4-15         # Latin Letter E with Caron
+uplow Ǧǧ 4-1245       # Latin Letter G with Caron
+uplow Ȟȟ 4-125        # Latin Letter H with Caron
+uplow Ǐǐ 4-24         # Latin Letter I with Caron
+lowercase  ǰ  4-245   # Latin Small Letter J with Caron
+uplow Ǩǩ 4-13         # Latin Letter K with Caron
+uplow Ľľ 4-123        # Latin Letter L with Caron
+uplow Ňň 4-1345       # Latin Letter N with Caron
+uplow Ǒǒ 4-135        # Latin Letter O with Caron
+uplow Řř 4-1235       # Latin Letter R with Caron
+uplow Ťť 4-2345       # Latin Letter T with Caron
+uplow Ǔǔ 4-136        # Latin Letter U with Caron
+sign  Dž  4-1356       # Latin Capital Letter D with Small Letter Z with Caron
+uplow Žž 4-1356       # Latin Letter Z with Caron
+uplow Ḉḉ 4-14         # Latin Letter C with Cedilla and Acute
+uplow Ḝḝ 4-15         # Latin Letter E with Cedilla and Breve
+#uplow Çç 4-14         # Latin Letter C with Cedilla
+uplow Ḑḑ 4-145        # Latin Letter D with Cedilla
+uplow Ȩȩ 4-15         # Latin Letter E with Cedilla
+uplow Ģģ 4-1245       # Latin Letter G with Cedilla
+uplow Ḩḩ 4-125        # Latin Letter H with Cedilla
+uplow Ķķ 4-13         # Latin Letter K with Cedilla
+uplow Ļļ 4-123        # Latin Letter L with Cedilla
+uplow Ņņ 4-1345       # Latin Letter N with Cedilla
+uplow Ŗŗ 4-1235       # Latin Letter R with Cedilla
+uplow Şş 4-234        # Latin Letter S with Cedilla
+uplow Ţţ 4-2345       # Latin Letter T with Cedilla
+uplow Ấấ 4-1          # Latin Letter a with Circumflex and Acute
+uplow Ếế 4-15         # Latin Letter E with Circumflex and Acute
+uplow Ốố 4-135        # Latin Letter O with Circumflex and Acute
+uplow Ậậ 4-1          # Latin Letter a with Circumflex and Dot Below
+uplow Ệệ 4-15         # Latin Letter E with Circumflex and Dot Below
+uplow Ộộ 4-135        # Latin Letter O with Circumflex and Dot Below
+uplow Ầầ 4-1          # Latin Letter a with Circumflex and Grave
+uplow Ềề 4-15         # Latin Letter E with Circumflex and Grave
+uplow Ồồ 4-135        # Latin Letter O with Circumflex and Grave
+uplow Ẩẩ 4-1          # Latin Letter a with Circumflex and Hook Above
+uplow Ểể 4-15         # Latin Letter E with Circumflex and Hook Above
+uplow Ổổ 4-135        # Latin Letter O with Circumflex and Hook Above
+uplow Ẫẫ 4-1          # Latin Letter a with Circumflex and Tilde
+uplow Ễễ 4-15         # Latin Letter E with Circumflex and Tilde
+uplow Ỗỗ 4-135        # Latin Letter O with Circumflex and Tilde
+uplow Ḓḓ 4-145        # Latin Letter D with Circumflex Below
+uplow Ḙḙ 4-15         # Latin Letter E with Circumflex Below
+uplow Ḽḽ 4-123        # Latin Letter L with Circumflex Below
+uplow Ṋṋ 4-1345       # Latin Letter N with Circumflex Below
+uplow Ṱṱ 4-2345       # Latin Letter T with Circumflex Below
+uplow Ṷṷ 4-136        # Latin Letter U with Circumflex Below
+uplow Ââ 4-1          # Latin Letter a with Circumflex
+uplow Ĉĉ 4-14         # Latin Letter C with Circumflex
+#uplow Êê 4-15         # Latin Letter E with Circumflex
+uplow Ĝĝ 4-1245       # Latin Letter G with Circumflex
+uplow Ĥĥ 4-125        # Latin Letter H with Circumflex
+uplow Îî 4-24         # Latin Letter I with Circumflex
+uplow Ĵĵ 4-245        # Latin Letter J with Circumflex
+uplow Ôô 4-135        # Latin Letter O with Circumflex
+uplow Ŝŝ 4-234        # Latin Letter S with Circumflex
+uplow Ûû 4-136        # Latin Letter U with Circumflex
+uplow Ŵŵ 4-2456       # Latin Letter W with Circumflex
+uplow Ŷŷ 4-13456      # Latin Letter Y with Circumflex
+uplow Ẑẑ 4-1356       # Latin Letter Z with Circumflex
+uplow Șș 4-234        # Latin Letter S with Comma Below
+uplow Țț 4-2345       # Latin Letter T with Comma Below
+lowercase  ʝ  4-245   # Latin Small Letter J with Crossed-Tail
+lowercase  ꬺ  4-134   # Latin Small Letter M with Crossed-Tail
+lowercase  ꬻ  4-1345  # Latin Small Letter N with Crossed-Tail
+lowercase  ꭉ  4-1235  # Latin Small Letter R with Crossed-Tail
+lowercase  ɕ  4-14    # Latin Small Letter C with Curl
+lowercase  ȡ  4-145   # Latin Small Letter D with Curl
+lowercase  ȴ  4-123   # Latin Small Letter L with Curl
+lowercase  ȵ  4-1345  # Latin Small Letter N with Curl
+lowercase  ȶ  4-2345  # Latin Small Letter T with Curl
+lowercase  ⱴ  4-1236  # Latin Small Letter V with Curl
+lowercase  ʑ  4-1356  # Latin Small Letter Z with Curl
+uplow Ⱨⱨ 4-125        # Latin Letter H with Descender
+uplow Ⱪⱪ 4-13         # Latin Letter K with Descender
+uplow Ꞑꞑ 4-1345       # Latin Letter N with Descender
+uplow Ⱬⱬ 4-1356       # Latin Letter Z with Descender
+uplow Ḯḯ 4-24         # Latin Letter I with Diaeresis and Acute
+uplow Ǘǘ 4-136        # Latin Letter U with Diaeresis and Acute
+uplow Ǚǚ 4-136        # Latin Letter U with Diaeresis and Caron
+uplow Ǜǜ 4-136        # Latin Letter U with Diaeresis and Grave
+uplow Ǟǟ 4-1          # Latin Letter a with Diaeresis and Macron
+uplow Ȫȫ 4-135        # Latin Letter O with Diaeresis and Macron
+uplow Ǖǖ 4-136        # Latin Letter U with Diaeresis and Macron
+uplow Ṳṳ 4-136        # Latin Letter U with Diaeresis Below
+#uplow Ää 4-1          # Latin Letter a with Diaeresis
+uplow Ëë 4-15         # Latin Letter E with Diaeresis
+uplow Ḧḧ 4-125        # Latin Letter H with Diaeresis
+uplow Ïï 4-24         # Latin Letter I with Diaeresis
+#uplow Öö 4-135        # Latin Letter O with Diaeresis
+lowercase  ẗ  4-2345  # Latin Small Letter T with Diaeresis
+#uplow Üü 4-136        # Latin Letter U with Diaeresis
+uplow Ẅẅ 4-2456       # Latin Letter W with Diaeresis
+uplow Ẍẍ 4-1346       # Latin Letter X with Diaeresis
+uplow Ÿÿ 4-13456      # Latin Letter Y with Diaeresis
+uplow Ꝃꝃ 4-13         # Latin Letter K with Diagonal Stroke
+uplow Ꝙꝙ 4-12345      # Latin Letter Q with Diagonal Stroke
+uplow Ⱦⱦ 4-2345       # Latin Letter T with Diagonal Stroke
+uplow Ꝟꝟ 4-1236       # Latin Letter V with Diagonal Stroke
+uppercase  İ  4-24    # Latin Capital Letter I with Dot Above : i dot
+uplow Ǡǡ 4-1          # Latin Letter a with Dot Above and Macron
+uplow Ȱȱ 4-135        # Latin Letter O with Dot Above and Macron
+uplow Ȧȧ 4-1          # Latin Letter a with Dot Above
+uplow Ḃḃ 4-12         # Latin Letter B with Dot Above
+uplow Ċċ 4-14         # Latin Letter C with Dot Above
+uplow Ḋḋ 4-145        # Latin Letter D with Dot Above
+uplow Ėė 4-15         # Latin Letter E with Dot Above
+uplow Ḟḟ 4-124        # Latin Letter F with Dot Above
+uplow Ġġ 4-1245       # Latin Letter G with Dot Above
+uplow Ḣḣ 4-125        # Latin Letter H with Dot Above
+uplow Ṁṁ 4-134        # Latin Letter M with Dot Above
+uplow Ṅṅ 4-1345       # Latin Letter N with Dot Above
+uplow Ȯȯ 4-135        # Latin Letter O with Dot Above
+uplow Ṗṗ 4-1234       # Latin Letter P with Dot Above
+uplow Ṙṙ 4-1235       # Latin Letter R with Dot Above
+uplow Ṡṡ 4-234        # Latin Letter S with Dot Above
+uplow Ṫṫ 4-2345       # Latin Letter T with Dot Above
+uplow Ẇẇ 4-2456       # Latin Letter W with Dot Above
+uplow Ẋẋ 4-1346       # Latin Letter X with Dot Above
+uplow Ẏẏ 4-13456      # Latin Letter Y with Dot Above
+uplow Żż 4-1356       # Latin Letter Z with Dot Above
+uplow Ṩṩ 4-234        # Latin Letter S with Dot Below and Dot Above
+uplow Ḹḹ 4-123        # Latin Letter L with Dot Below and Macron
+uplow Ṝṝ 4-1235       # Latin Letter R with Dot Below and Macron
+uplow Ạạ 4-1          # Latin Letter a with Dot Below
+uplow Ḅḅ 4-12         # Latin Letter B with Dot Below
+uplow Ḍḍ 4-145        # Latin Letter D with Dot Below
+uplow Ẹẹ 4-15         # Latin Letter E with Dot Below
+uplow Ḥḥ 4-125        # Latin Letter H with Dot Below
+uplow Ịị 4-24         # Latin Letter I with Dot Below
+uplow Ḳḳ 4-13         # Latin Letter K with Dot Below
+uplow Ḷḷ 4-123        # Latin Letter L with Dot Below
+uplow Ṃṃ 4-134        # Latin Letter M with Dot Below
+uplow Ṇṇ 4-1345       # Latin Letter N with Dot Below
+uplow Ọọ 4-135        # Latin Letter O with Dot Below
+uplow Ṛṛ 4-1235       # Latin Letter R with Dot Below
+uplow Ṣṣ 4-234        # Latin Letter S with Dot Below
+uplow Ṭṭ 4-2345       # Latin Letter T with Dot Below
+uplow Ụụ 4-136        # Latin Letter U with Dot Below
+uplow Ṿṿ 4-1236       # Latin Letter V with Dot Below
+uplow Ẉẉ 4-2456       # Latin Letter W with Dot Below
+uplow Ỵỵ 4-13456      # Latin Letter Y with Dot Below
+uplow Ẓẓ 4-1356       # Latin Letter Z with Dot Below
+uplow Őő 4-135        # Latin Letter O with Double Acute
+uplow Űű 4-136        # Latin Letter U with Double Acute
+uplow Ⱡⱡ 4-123        # Latin Letter L with Double Bar
+uplow Ȁȁ 4-1          # Latin Letter a with Double Grave
+uplow Ȅȅ 4-15         # Latin Letter E with Double Grave
+uplow Ȉȉ 4-24         # Latin Letter I with Double Grave
+uplow Ȍȍ 4-135        # Latin Letter O with Double Grave
+uplow Ȑȑ 4-1235       # Latin Letter R with Double Grave
+uplow Ȕȕ 4-136        # Latin Letter U with Double Grave
+lowercase  ꬸ  4-123   # Latin Small Letter L with Double Middle Tilde
+lowercase  ᵳ  4-1235  # Latin Small Letter R with Fishhook and Middle Tilde
+lowercase  ɾ  4-1235  # Latin Small Letter R with Fishhook
+uplow Ꞗꞗ 4-12         # Latin Letter B with Flourish
+lowercase  ꬴ  4-15    # Latin Small Letter E with Flourish
+uplow Ꝓꝓ 4-1234       # Latin Letter P with Flourish
+# Commented out to get À become 6-12356 correct, defined in no-no-chardefs6.uti
+#uplow Àà 4-1          # Latin Letter a with Grave
+
+# Commented out to get È become 6-2346 correct, defined in no-no-chardefs6.uti
+#uplow Èè 4-15         # Latin Letter E with Grave
+uplow Ìì 45-24         # Latin Letter I with Grave
+uplow Ǹǹ 4-1345       # Latin Letter N with Grave
+
+# Commented out to get Ò become 6-346 correct, defined in no-no-chardefs6.uti
+#uplow Òò 4-135        # Latin Letter O with Grave
+uplow Ùù 45-136        # Latin Letter U with Grave
+uplow Ẁẁ 4-2456       # Latin Letter W with Grave
+uplow Ỳỳ 4-13456      # Latin Letter Y with Grave
+uplow Ꝉꝉ 4-123        # Latin Letter L with High Stroke
+uplow Ʋʋ 4-1236      # Latin Letter V with Hook
+uplow Ƒƒ 4-124       # Latin Letter F with Hook
+uplow Ảả 4-1          # Latin Letter a with Hook Above
+uplow Ẻẻ 4-15         # Latin Letter E with Hook Above
+uplow Ỉỉ 4-24         # Latin Letter I with Hook Above
+uplow Ỏỏ 4-135        # Latin Letter O with Hook Above
+uplow Ủủ 4-136        # Latin Letter U with Hook Above
+uplow Ỷỷ 4-13456      # Latin Letter Y with Hook Above
+lowercase  ᶑ  4-145   # Latin Small Letter D with Hook and Tail
+lowercase  ɋ  4-12345 # Latin Small Letter Q with Hook Tail
+uplow Ɓɓ 4-12         # Latin Letter B with Hook
+uplow Ƈƈ 4-14         # Latin Letter C with Hook
+uplow Ɗɗ 4-145        # Latin Letter D with Hook
+uplow Ɠɠ 4-1245       # Latin Letter G with Hook
+uplow Ɦɦ 4-125        # Latin Letter H with Hook
+uplow Ƙƙ 4-13         # Latin Letter K with Hook
+uplow Ɱɱ 4-134        # Latin Letter M with Hook
+uplow Ƥƥ 4-1234       # Latin Letter P with Hook
+lowercase  ʠ  4-12345 # Latin Small Letter Q with Hook
+lowercase  ʂ  4-234   # Latin Small Letter S with Hook
+uplow Ƭƭ 4-2345       # Latin Letter T with Hook
+uplow Ⱳⱳ 4-2456       # Latin Letter W with Hook
+uplow Ƴƴ 4-13456      # Latin Letter Y with Hook
+uplow Ȥȥ 4-1356       # Latin Letter Z with Hook
+uplow Ớớ 4-135        # Latin Letter O with Horn and Acute
+uplow Ứứ 4-136        # Latin Letter U with Horn and Acute
+uplow Ợợ 4-135        # Latin Letter O with Horn and Dot Below
+uplow Ựự 4-136        # Latin Letter U with Horn and Dot Below
+uplow Ờờ 4-135        # Latin Letter O with Horn and Grave
+uplow Ừừ 4-136        # Latin Letter U with Horn and Grave
+uplow Ởở 4-135        # Latin Letter O with Horn and Hook Above
+uplow Ửử 4-136        # Latin Letter U with Horn and Hook Above
+uplow Ỡỡ 4-135        # Latin Letter O with Horn and Tilde
+uplow Ữữ 4-136        # Latin Letter U with Horn and Tilde
+uplow Ơơ 4-135        # Latin Letter O with Horn
+uplow Ưư 4-136        # Latin Letter U with Horn
+uplow Ȃȃ 4-1          # Latin Letter a with Inverted Breve
+uplow Ȇȇ 4-15         # Latin Letter E with Inverted Breve
+uplow Ȋȋ 4-24         # Latin Letter I with Inverted Breve
+uplow Ȏȏ 4-135        # Latin Letter O with Inverted Breve
+uplow Ȓȓ 4-1235       # Latin Letter R with Inverted Breve
+uplow Ȗȗ 4-136        # Latin Letter U with Inverted Breve
+lowercase  ꬷ  4-123   # Latin Small Letter L with Inverted Lazy S
+uplow Ɲɲ 4-1345       # Latin Letter N with Left Hook
+lowercase  ꭒ  4-136   # Latin Small Letter U with Left Hook
+uplow Ḇḇ 4-12         # Latin Letter B with Line Below
+uplow Ḏḏ 4-145        # Latin Letter D with Line Below
+lowercase  ẖ  4-125   # Latin Small Letter H with Line Below
+uplow Ḵḵ 4-13         # Latin Letter K with Line Below
+uplow Ḻḻ 4-123        # Latin Letter L with Line Below
+uplow Ṉṉ 4-1345       # Latin Letter N with Line Below
+uplow Ṟṟ 4-1235       # Latin Letter R with Line Below
+uplow Ṯṯ 4-2345       # Latin Letter T with Line Below
+uplow Ẕẕ 4-1356       # Latin Letter Z with Line Below
+lowercase  ꭘ  4-1346  # Latin Small Letter X with Long Left Leg and Low Right Ring
+lowercase  ꭙ  4-1346  # Latin Small Letter X with Long Left Leg with Serif
+lowercase  ꭗ  4-1346  # Latin Small Letter X with Long Left Leg
+lowercase  ɼ  4-1235  # Latin Small Letter R with Long Leg
+uplow Ƞƞ 4-1345       # Latin Letter N with Long Right Leg
+uplow Ꝋꝋ 4-135        # Latin Letter O with Long Stroke Overlay
+uplow Ꝍꝍ 4-135        # Latin Letter O with Loop
+uplow Ỿỿ 4-13456      # Latin Letter Y with Loop
+lowercase  ꭖ  4-1346  # Latin Small Letter X with Low Right Ring
+lowercase  ⱺ  4-135   # Latin Small Letter O with Low Ring Inside
+uplow Ḗḗ 4-15         # Latin Letter E with Macron and Acute
+uplow Ṓṓ 4-135        # Latin Letter O with Macron and Acute
+uplow Ṻṻ 4-136        # Latin Letter U with Macron and Diaeresis
+uplow Ḕḕ 4-15         # Latin Letter E with Macron and Grave
+uplow Ṑṑ 4-135        # Latin Letter O with Macron and Grave
+uplow Āā 4-1          # Latin Letter a with Macron
+uplow Ēē 4-15         # Latin Letter E with Macron
+uplow Ḡḡ 4-1245       # Latin Letter G with Macron
+uplow Īī 4-24         # Latin Letter I with Macron
+uplow Ōō 4-135        # Latin Letter O with Macron
+uplow Ūū 4-136        # Latin Letter U with Macron
+uplow Ȳȳ 4-13456      # Latin Letter Y with Macron
+uplow Ŀŀ 4-123        # Latin Letter L with Middle Dot
+lowercase  ꬹ  4-123   # Latin Small Letter L with Middle Ring
+uplow Ɵᵬ 4-135        # Latin Letter O with Middle Tilde : barred o o bar
+lowercase  ᵭ  4-145   # Latin Small Letter D with Middle Tilde
+lowercase  ᵮ  4-124   # Latin Small Letter F with Middle Tilde
+uplow Ɫɫ 4-123        # Latin Letter L with Middle Tilde
+lowercase  ᵯ  4-134   # Latin Small Letter M with Middle Tilde
+lowercase  ᵰ  4-1345  # Latin Small Letter N with Middle Tilde
+lowercase  ᵱ  4-1234  # Latin Small Letter P with Middle Tilde
+lowercase  ᵲ  4-1235  # Latin Small Letter R with Middle Tilde
+lowercase  ᵴ  4-234   # Latin Small Letter S with Middle Tilde
+lowercase  ᵵ  4-2345  # Latin Small Letter T with Middle Tilde
+lowercase  ᵶ  4-1356  # Latin Small Letter Z with Middle Tilde
+lowercase  ⱸ  4-15    # Latin Small Letter E with Notch
+uplow Ꞡꞡ 4-1245       # Latin Letter G with Oblique Stroke
+uplow Ꞣꞣ 4-13         # Latin Letter K with Oblique Stroke
+uplow Ꞥꞥ 4-1345       # Latin Letter N with Oblique Stroke
+uplow Ꞧꞧ 4-1235       # Latin Letter R with Oblique Stroke
+uplow Ꞩꞩ 4-234        # Latin Letter S with Oblique Stroke
+uplow Ǭǭ 4-135        # Latin Letter O with Ogonek and Macron
+uplow Ąą 4-1          # Latin Letter a with Ogonek
+uplow Ęę 4-15         # Latin Letter E with Ogonek
+uplow Įį 4-24         # Latin Letter I with Ogonek
+uplow Ǫǫ 4-135        # Latin Letter O with Ogonek
+uplow Ųų 4-136        # Latin Letter U with Ogonek
+lowercase  ᶀ  4-12    # Latin Small Letter B with Palatal Hook
+lowercase  ꞔ  4-14    # Latin Small Letter C with Palatal Hook
+lowercase  ᶁ  4-145   # Latin Small Letter D with Palatal Hook
+lowercase  ᶂ  4-124   # Latin Small Letter F with Palatal Hook
+lowercase  ᶃ  4-1245  # Latin Small Letter G with Palatal Hook
+lowercase  ꞕ  4-125   # Latin Small Letter H with Palatal Hook
+lowercase  ᶄ  4-13    # Latin Small Letter K with Palatal Hook
+lowercase  ᶅ  4-123   # Latin Small Letter L with Palatal Hook
+lowercase  ᶆ  4-134   # Latin Small Letter M with Palatal Hook
+lowercase  ᶇ  4-1345  # Latin Small Letter N with Palatal Hook
+lowercase  ᶈ  4-1234  # Latin Small Letter P with Palatal Hook
+lowercase  ᶉ  4-1235  # Latin Small Letter R with Palatal Hook
+lowercase  ᶊ  4-234   # Latin Small Letter S with Palatal Hook
+lowercase  ƫ  4-2345  # Latin Small Letter T with Palatal Hook
+lowercase  ᶌ  4-1236  # Latin Small Letter V with Palatal Hook
+lowercase  ᶍ  4-1346  # Latin Small Letter X with Palatal Hook
+lowercase  ᶎ  4-1356  # Latin Small Letter Z with Palatal Hook
+lowercase  ꞎ  4-123   # Latin Small Letter L with Retroflex Hook and Belt
+lowercase  ᶏ  4-1     # Latin Small Letter a with Retroflex Hook
+lowercase  ᶒ  4-15    # Latin Small Letter E with Retroflex Hook
+lowercase  ᶖ  4-24    # Latin Small Letter I with Retroflex Hook
+lowercase  ɭ  4-123   # Latin Small Letter L with Retroflex Hook
+lowercase  ɳ  4-1345  # Latin Small Letter N with Retroflex Hook
+uplow Ʈʈ 4-2345       # Latin Letter T with Retroflex Hook
+lowercase  ᶙ  4-136   # Latin Small Letter U with Retroflex Hook
+lowercase  ʐ  4-1356  # Latin Small Letter Z with Retroflex Hook
+lowercase  ẚ  4-1     # Latin Small Letter a with Right Half Ring
+lowercase  ⱱ  4-1236  # Latin Small Letter V with Right Hook
+uplow Ǻǻ 4-1          # Latin Letter a with Ring Above and Acute
+#uplow Åå 4-1          # Latin Letter a with Ring Above
+sign ̊  4              # Latin Letter Ring Above unicode U+030A
+always e̊ 4-15         # Latin Letter e with Ring Above
+uplow Ůů 4-136        # Latin Letter U with Ring Above
+lowercase  ẘ  4-2456  # Latin Small Letter W with Ring Above
+lowercase  ẙ  4-13456 # Latin Small Letter Y with Ring Above
+uplow Ḁḁ 4-1          # Latin Letter a with Ring Below
+lowercase  ꭎ  4-136   # Latin Small Letter U with Short Right Leg
+lowercase  ꭚ  4-13456 # Latin Small Letter Y with Short Right Leg
+sign  Lj  4-123        # Latin Capital Letter L with Small Letter J
+sign  Nj  4-1345       # Latin Capital Letter N with Small Letter J
+sign  Dz  4-145        # Latin Capital Letter D with Small Letter Z
+uplow Ꝕꝕ 4-1234       # Latin Letter P with Squirrel Tail
+uplow Ƀƀ 4-12        # Latin Letter B with Stroke
+uplow Ɨɨ 4-24         # Latin Letter I with Stroke : barred i i bar
+uplow Ƶƶ 4-1356      # Latin Letter Z with Stroke
+uplow Łł 4-123       # Latin Letter L with Stroke
+#uplow Øø 4-135        # Latin Letter O with Stroke : o slash
+uplow Ǿǿ 4-135        # Latin Letter O with Stroke and Acute
+uplow Ꝅꝅ 4-13         # Latin Letter K with Stroke and Diagonal Stroke
+uplow Ꝑꝑ 4-1234       # Latin Letter P with Stroke Through Descender
+uplow Ꝗꝗ 4-12345      # Latin Letter Q with Stroke Through Descender
+uplow Ⱥⱥ 4-1          # Latin Letter a with Stroke
+uplow Ȼȼ 4-14         # Latin Letter C with Stroke
+uplow Đđ 4-145        # Latin Letter D with Stroke
+uplow Ɇɇ 4-15         # Latin Letter E with Stroke
+uplow Ꞙꞙ 4-124        # Latin Letter F with Stroke
+uplow Ǥǥ 4-1245       # Latin Letter G with Stroke
+uplow Ħħ 4-125        # Latin Letter H with Stroke
+uplow Ɉɉ 4-245        # Latin Letter J with Stroke
+uplow Ꝁꝁ 4-13         # Latin Letter K with Stroke
+uplow Ᵽᵽ 4-1234       # Latin Letter P with Stroke
+uplow Ɍɍ 4-1235       # Latin Letter R with Stroke
+uplow Ŧŧ 4-2345       # Latin Letter T with Stroke
+uplow Ɏɏ 4-13456      # Latin Letter Y with Stroke
+uplow Ȿȿ 4-234        # Latin Letter S with Swash Tail
+uplow Ɀɀ 4-1356       # Latin Letter Z with Swash Tail
+lowercase  ɖ  4-145   # Latin Small Letter D with Tail : d retroflex hook
+uplow Ɽɽ 4-1235       # Latin Letter R with Tail
+uplow Ṍṍ 4-135        # Latin Letter O with Tilde and Acute
+uplow Ṹṹ 4-136        # Latin Letter U with Tilde and Acute
+uplow Ṏṏ 4-135        # Latin Letter O with Tilde and Diaeresis
+uplow Ȭȭ 4-135        # Latin Letter O with Tilde and Macron
+uplow Ḛḛ 4-15         # Latin Letter E with Tilde Below
+uplow Ḭḭ 4-24         # Latin Letter I with Tilde Below
+uplow Ṵṵ 4-136        # Latin Letter U with Tilde Below
+uplow Ãã 4-1          # Latin Letter a with Tilde
+uplow Ẽẽ 4-15         # Latin Letter E with Tilde
+uplow Ĩĩ 4-24         # Latin Letter I with Tilde
+uplow Ññ 4-1345       # Latin Letter N with Tilde
+uplow Õõ 4-135        # Latin Letter O with Tilde
+uplow Ũũ 4-136        # Latin Letter U with Tilde
+uplow Ṽṽ 4-1236       # Latin Letter V with Tilde
+uplow Ỹỹ 4-13456      # Latin Letter Y with Tilde
+uplow Ƃƃ 4-12         # Latin Letter B with Topbar
+uplow Ƌƌ 4-145        # Latin Letter D with Topbar
+lowercase  ᷲ  4-1     # Combining Latin Small Letter a with Diaeresis
+lowercase  ᷬ  4-123   # Combining Latin Small Letter L with Double Middle Tilde
+lowercase  ᷳ  4-135   # Combining Latin Small Letter O with Diaeresis
+lowercase  ᷭ  4-135   # Combining Latin Small Letter O with Light Centralization Stroke
+lowercase  ᷴ  4-136   # Combining Latin Small Letter U with Diaeresis
+lowercase  ᷰ  4-136   # Combining Latin Small Letter U with Light Centralization Stroke
+uplow Ǽǽ 4-345       # Latin Letter Ae with Acute
+uplow Ǣǣ 4-345       # Latin Letter Ae with Macron
+uplow Ꜿꜿ 4-14        # Latin Letter Reversed C with Dot
+sign  Ɋ  4-12345      # Latin Capital Small Letter Q with Hook Tail
+sign  ᵻ  4-24         # Latin Small Capital Letter I with Stroke
+sign  ᵾ  4-136        # Latin Small Capital Letter U with Stroke
+lowercase  ꬾ  4-246   # Latin Small Letter Blackletter O with Stroke
+sign  ʛ  4-1245       # Latin Small Letter Capital G with Hook
+sign  ᴌ  4-123        # Latin Small Letter Capital L with Stroke
+sign  ꭆ  4-1235       # Latin Small Letter Capital R with Right Leg
+lowercase  ʄ  4-245   # Latin Small Letter Dotless J with Stroke and Hook
+lowercase  ɟ  4-245   # Latin Small Letter Dotless J with Stroke
+lowercase  ꭊ  4-1235  # Latin Small Letter Double R with Crossed-Tail
+lowercase  ẜ  4-234   # Latin Small Letter Long S with Diagonal Stroke
+lowercase  ẛ  4-234   # Latin Small Letter Long S with Dot Above
+lowercase  ẝ  4-234   # Latin Small Letter Long S with High Stroke
+lowercase  ᶓ  4-15    # Latin Small Letter Open E with Retroflex Hook
+lowercase  ᶗ  4-135   # Latin Small Letter Open O with Retroflex Hook
+lowercase  ꬿ  4-135   # Latin Small Letter Open O with Stroke
+lowercase  ꭇ  4-1235  # Latin Small Letter R Without Handle
+lowercase  ɝ  4-15    # Latin Small Letter Reversed Open E with Hook
+lowercase  ᶔ  4-15    # Latin Small Letter Reversed Open E with Retroflex Hook
+lowercase  ɿ  4-1235  # Latin Small Letter Reversed R with Fishhook : long leg turned iota (a misnomer)
+lowercase  ꬶ  4-1245  # Latin Small Letter Script G with Crossed-Tail
+lowercase  ꭌ  4-1235  # Latin Small Letter Script R with Ring
+lowercase  ᴓ  4-135   # Latin Small Letter Sideways O with Stroke
+lowercase  ʯ  4-125   # Latin Small Letter Turned H with Fishhook and Tail
+lowercase  ʮ  4-125   # Latin Small Letter Turned H with Fishhook
+lowercase  ɰ  4-134   # Latin Small Letter Turned M with Long Leg
+lowercase  ꭄ  4-135   # Latin Small Letter Turned O Open-O with Stroke
+lowercase  ꭂ  4-246   # Latin Small Letter Turned Oe with Horizontal Stroke
+lowercase  ꭁ  4-246   # Latin Small Letter Turned Oe with Stroke
+lowercase  ɻ  4-1235  # Latin Small Letter Turned R with Hook
+lowercase  ɺ  4-1235  # Latin Small Letter Turned R with Long Leg
+lowercase  ⱹ  4-1235  # Latin Small Letter Turned R with Tail
+lowercase  ꭏ  4-136   # Latin Small Letter U Bar with Short Right Leg
+
+# classes commented out due to "character class table overflow" error
+#class diacritics_acute ÁáÉéÍíÓóÚúÝýĆćĹĺŃńŔশŹźǴǵǼǽḰḱḾḿṔṕẂẃ
+#class diacritics_acuteanddotabove Ṥṥ
+#class diacritics_bar Ƚꞓ
+#class diacritics_barbarredl ƚ
+#class diacritics_barcambriansymbol Ꞓ
+#class diacritics_belt ɬꞭ
+#class diacritics_breve ĂăĔĕĞğĬĭŎŏŬŭ
+#class diacritics_breveandacute Ắắ
+#class diacritics_breveanddotbelow Ặặ
+#class diacritics_breveandgrave Ằằ
+#class diacritics_breveandhookabove Ẳẳ
+#class diacritics_breveandtilde Ẵẵ
+#class diacritics_brevebelow Ḫḫ
+#class diacritics_caron ČčĎďĚ켾ŇňŘřŠšŤťŽžǍǎǏǐǑǒǓǔǦǧǨǩǰȞȟ
+#class diacritics_caronanddotabove Ṧṧ
+#class diacritics_cedilla ÇçĢģĶķĻļŅņŖŗŞşŢţȨȩḐḑḨḩ
+#class diacritics_cedillaandacute ḈḉḜḝ
+#class diacritics_circumflex ÂâÊêÎîÔôÛûĈĉĜĝĤĥĴĵŜŝŴŵŶŷẐẑ
+#class diacritics_circumflexandacute ẤấẾếỐố
+#class diacritics_circumflexanddotbelow ẬậỆệỘộ
+#class diacritics_circumflexandgrave ẦầỀềỒồ
+#class diacritics_circumflexandhookabove ẨẩỂểỔổ
+#class diacritics_circumflexandtilde ẪẫỄễỖỗ
+#class diacritics_circumflexbelow ḒḓḘḙḼḽṊṋṰṱṶṷ
+#class diacritics_commabelow ȘșȚț
+#class diacritics_crossedtail ʝꬶꬺꬻꭉꭊ
+#class diacritics_curl ȡȴȵȶɕʑⱴ
+#class diacritics_descender ⱧⱨⱩⱪⱫⱬꞐꞑ
+#class diacritics_diaeresis ÄäËëÏïÖöÜüŸÿᷲᷳᷴḦḧẄẅẌẍẗ
+#class diacritics_diaeresisandacute ǗǘḮḯ
+#class diacritics_diaeresisandcaron Ǚǚ
+#class diacritics_diaeresisandgrave Ǜǜ
+#class diacritics_diaeresisandmacron ǕǖǞǟȪȫ
+#class diacritics_diaeresisbelow Ṳṳ
+#class diacritics_diagonalstroke ẜȾⱦꝂꝃꝘꝙꝞꝟ
+#class diacritics_dot Ꜿꜿ
+#class diacritics_dotabove ĊċĖėĠġŻżȦȧȮȯḂḃḊḋḞḟḢḣṀṁṄṅṖṗṘṙṠṡṪṫẆẇẊẋẎẏẛ
+#class diacritics_dotaboveandmacron ǠǡȰȱ
+#class diacritics_dotaboveidot İ
+#class diacritics_dotbelow ḄḅḌḍḤḥḲḳḶḷṂṃṆṇṚṛṢṣṬṭṾṿẈẉẒẓẠạẸẹỊịỌọỤụỴỵ
+#class diacritics_dotbelowanddotabove Ṩṩ
+#class diacritics_dotbelowandmacron ḸḹṜṝ
+#class diacritics_doubleacute ŐőŰű
+#class diacritics_doublebar Ⱡⱡ
+#class diacritics_doublegrave ȀȁȄȅȈȉȌȍȐȑȔȕ
+#class diacritics_doublemiddletilde ᷬꬸ
+#class diacritics_fishhook ɾʮ
+#class diacritics_flourish ꝒꝓꞖꞗꬴ
+#class diacritics_grave ÀàÈèÌìÒòÙùǸǹẀẁỲỳ
+#class diacritics_highstroke ẝꝈꝉ
+#class diacritics_hook ƇƈƑƘƙƤƥƬƭƳƴȤȥƁɓƊɗɝƓɠꞪɦⱮɱɻʂʛʠⱲⱳ
+#class diacritics_hookabove ẢảẺẻỈỉỎỏỦủỶỷ
+#class diacritics_hooktail ɋɊ
+#class diacritics_horn ƠơƯư
+#class diacritics_hornandacute ỚớỨứ
+#class diacritics_hornanddotbelow ỢợỰự
+#class diacritics_hornandgrave ỜờỪừ
+#class diacritics_hornandhookabove ỞởỬử
+#class diacritics_hornandtilde ỠỡỮữ
+#class diacritics_invertedbreve ȂȃȆȇȊȋȎȏȒȓȖȗ
+#class diacritics_lefthook Ɲɲꭒ
+#class diacritics_lightcentralizationstroke ᷭᷰ
+#class diacritics_linebelow ḆḇḎḏḴḵḺḻṈṉṞṟṮṯẔẕẖ
+#class diacritics_longleg ɰɺɼ
+#class diacritics_longrightleg Ƞƞ
+#class diacritics_longstrokeoverlay Ꝋꝋ
+#class diacritics_loop ỾỿꝌꝍ
+#class diacritics_macron ĀāĒēĪīŌōŪūǢǣȲȳḠḡ
+#class diacritics_macronandacute ḖḗṒṓ
+#class diacritics_macronanddiaeresis Ṻṻ
+#class diacritics_macronandgrave ḔḕṐṑ
+#class diacritics_middledot Ŀŀ
+#class diacritics_middletilde Ɫɫᵭᵮᵯᵰᵱᵲᵴᵵᵶ
+#class diacritics_middletildebarredoobar Ɵᵬ
+#class diacritics_obliquestroke ꞠꞡꞢꞣꞤꞥꞦꞧꞨꞩ
+#class diacritics_ogonek ĄąĘęĮįŲųǪǫ
+#class diacritics_ogonekandmacron Ǭǭ
+#class diacritics_palatalhook ƫᶀᶁᶂᶃᶄᶅᶆᶇᶈᶉᶊᶌᶍᶎꞔꞕ
+#class diacritics_retroflexhook ɭɳƮʈʐᶏᶒᶓᶔᶖᶗᶙ
+#class diacritics_ringabove ÅåŮůẘẙ
+#class diacritics_ringaboveandacute Ǻǻ
+#class diacritics_ringbelow Ḁḁ
+#class diacritics_shortrightleg ꭎꭏꭚ
+#class diacritics_squirreltail Ꝕꝕ
+#class diacritics_stroke ĐđĦħłŦŧƀƵǤǥȻȼɆɇɈɉɌɍɎɏɟᴌᴓᵻⱣᵽᵾȺⱥꝀꝁꞘꞙꬾꬿꭁꭄ
+#class diacritics_strokeandacute Ǿǿ
+#class diacritics_strokeanddiagonalstroke Ꝅꝅ
+#class diacritics_strokebarrediibar Ɨɨ
+#class diacritics_strokeoslash Øø
+#class diacritics_strokethroughdescender ꝐꝑꝖꝗ
+#class diacritics_swashtail ⱾȿⱿɀ
+#class diacritics_tail Ɽɽⱹ
+#class diacritics_tilde ÃãÑñÕõĨĩŨũṼṽẼẽỸỹ
+#class diacritics_tildeandacute ṌṍṸṹ
+#class diacritics_tildeanddiaeresis Ṏṏ
+#class diacritics_tildeandmacron Ȭȭ
+#class diacritics_tildebelow ḚḛḬḭṴṵ
+#class diacritics_topbar ƂƃƋƌ
+#-index-name: Portuguese, contracted
+#-display-name: Portuguese contracted braille
+
+#+locale:pt
+#+type:literary
+#+contraction:full
+#+grade:2
+
+# TODO: Please correct the metadata above. It is not meant to be
+# accurate nor complete. It hasn't been verified by the table
+# author yet. It is merely an attempt by the liblouis maintainers
+# to get some sensible initial values in place.
+
+# TODO: Please add a reference to official documentation about
+# the implemented braille code. Preferably submit the documents
+# to https://github.com/liblouis/braille-specs.
+
+include pt-pt-g2.ctb
+include braille-patterns.cti
+# liblouis: Letters with accents (without ä ö ü) - detailed representation of french and italian accents
+#
+#  Copyright (C) 2018 SBS Schweizerische Bibliothek für Blinde, Seh- und Lesebehinderte
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+#
+#-------------------------------------------------------------------------------
+
+uplow        \x00C0\x00E0      4-12356       Àà  &#192;&#224;   LATIN LETTER A WITH GRAVE
+uplow        \x00C2\x00E2      4-16          Ââ  &#194;&#226;   LATIN LETTER A WITH CIRCUMFLEX
+uplow        \x00C7\x00E7      4-12346       Çç  &#199;&#231;   LATIN LETTER C WITH CEDILLA
+uplow        \x00C8\x00E8      4-2346        Èè  &#200;&#232;   LATIN LETTER E WITH GRAVE
+uplow        \x00C9\x00E9      4-123456      Éé  &#201;&#233;   LATIN LETTER E WITH ACUTE
+uplow        \x00CA\x00EA      4-126         Êê  &#202;&#234;   LATIN LETTER E WITH CIRCUMFLEX
+uplow        \x00CB\x00EB      4-1246        Ëë  &#203;&#235;   LATIN LETTER E WITH DIAERESIS
+uplow        \x00CC\x00EC      4-34          Ìì  &#204;&#236;   LATIN LETTER I WITH GRAVE
+uplow        \x00CE\x00EE      4-146         Îî  &#206;&#238;   LATIN LETTER I WITH CIRCUMFLEX
+uplow        \x00CF\x00EF      4-12456       Ïï  &#207;&#239;   LATIN LETTER I WITH DIAERESIS
+uplow        \x00D2\x00F2      4-346         Òò  &#210;&#242;   LATIN LETTER O WITH GRAVE
+uplow        \x00D4\x00F4      4-1456        Ôô  &#212;&#244;   LATIN LETTER O WITH CIRCUMFLEX
+uplow        \x00D9\x00F9      4-23456       Ùù  &#217;&#249;   LATIN LETTER U WITH GRAVE
+uplow        \x00DB\x00FB      4-156         Ûû  &#219;&#251;   LATIN LETTER U WITH CIRCUMFLEX
+uplow        \x0152\x0153      4-246         Œœ  &#338;&#339;   LATIN LIGATURE OE
+
+# This table contains braille codes and rules for Telugu  script.
+#
+# Copyright (C) 2014 National Institute for Visually Handicapped, 116, Rajpur Road, Dehradun, Uttrakhand, India
+#
+# This file is part of liblouis.
+#
+# liblouis is free software: you can redistribute it and/or modify it
+# under the terms of the GNU Lesser General Public License as
+# published by the Free Software Foundation, either version 2.1 of the
+# License, or (at your option) any later version.
+#
+# liblouis is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with liblouis. If not, see
+# <http://www.gnu.org/licenses/>.
+
+# This table is built and maintained under an activity of Braille Council of India
+# Contributors: Dipendra Manocha, Sreeja, Dinesh Kaushal, Mesar Hameed
+# Last updated on May 5, 2014
+# To report any bugs or any suggestion, please write to d@saksham.org and sreeja.param@gmail.com
+
+include braille-patterns.cti
+
+replace \x200D
+   
+# vowels
+letter   \x0C01	3	# TELUGU SIGN CANDRABINDU = arasunna
+letter   \x0C02	56	# TELUGU SIGN ANUSVARA = SUNNA
+letter   \x0C03	6	# TELUGU SIGN VISARGA
+letter   \x0C05	1	# TELUGU LETTER A
+letter   \x0C06	345	# TELUGU LETTER AA
+letter   \x0C07	24	# TELUGU LETTER I
+letter   \x0C08	35	# TELUGU LETTER II
+letter   \x0C09	136	# TELUGU LETTER U
+letter   \x0C0A	1256	# TELUGU LETTER UU
+letter   \x0C0B	5-1235	# TELUGU LETTER VOCALIC R
+letter   \x0C0E	26	# TELUGU LETTER E
+letter   \x0C0F	15	# TELUGU LETTER EE
+letter   \x0C10	34	# TELUGU LETTER AI
+letter   \x0C12	1346	# TELUGU LETTER O
+letter   \x0C13	135	# TELUGU LETTER OO
+letter   \x0C14	246	# TELUGU LETTER AU
+
+# consonants
+letter   \x0C15	13	# TELUGU LETTER KA
+letter   \x0C16	46	# TELUGU LETTER KHA
+letter   \x0C17	1245	# TELUGU LETTER GA
+letter   \x0C18	126	# TELUGU LETTER GHA
+letter   \x0C19	346	# TELUGU LETTER NGA
+
+letter   \x0C1A	14	# TELUGU LETTER CA
+letter   \x0C1B	16	# TELUGU LETTER CHA
+letter   \x0C1C	245	# TELUGU LETTER JA
+letter   \x0C1D	356	# TELUGU LETTER JHA
+letter   \x0C1E	25	# TELUGU LETTER NYA
+
+letter   \x0C1F	23456	# TELUGU LETTER TTA
+letter   \x0C20	2456	# TELUGU LETTER TTHA
+letter   \x0C21	1246	# TELUGU LETTER DDA
+letter   \x0C22	123456	# TELUGU LETTER DDHA
+letter   \x0C23	3456	# TELUGU LETTER NNA
+
+letter   \x0C24	2345	# TELUGU LETTER TA
+letter   \x0C25	1456	# TELUGU LETTER THA
+letter   \x0C26	145	# TELUGU LETTER DA
+letter   \x0C27	2346	# TELUGU LETTER DHA
+letter   \x0C28	1345	# TELUGU LETTER NA
+
+letter   \x0C2A	1234	# TELUGU LETTER PA
+letter   \x0C2B	235	# TELUGU LETTER PHA
+letter   \x0C2C	12	# TELUGU LETTER BA
+letter   \x0C2D	45	# TELUGU LETTER BHA
+letter   \x0C2E	134	# TELUGU LETTER MA
+
+letter   \x0C2F	13456	# TELUGU LETTER YA
+letter   \x0C30	1235	# TELUGU LETTER RA
+letter   \x0C31	12456	# TELUGU LETTER RRA
+letter   \x0C32	123	# TELUGU LETTER LA
+letter   \x0C33	456	# TELUGU LETTER LLA
+letter   \x0C35	1236	# TELUGU LETTER VA
+letter   \x0C36	146	# TELUGU LETTER SHA
+letter   \x0C37	12346	# TELUGU LETTER SSA
+letter   \x0C38	234	# TELUGU LETTER SA
+letter   \x0C3E	345	# TELUGU VOWEL SIGN AA
+letter   \x0C3F	24	# TELUGU VOWEL SIGN I
+letter   \x0C40	35	# TELUGU VOWEL SIGN II
+letter   \x0C41	136	# TELUGU VOWEL SIGN U
+letter   \x0C42	1256	# TELUGU VOWEL UU
+
+letter   \x0C43	5-1235	# TELUGU VOWEL SIGN VOCALIC R
+letter   \x0C44	6-1235	# TELUGU VOWEL SIGN VOCALIC RR
+letter   \x0C46	26	# TELUGU VOWEL SIGN E
+letter   \x0C47	15	# TELUGU VOWEL SIGN EE
+letter   \x0C48	34	# TELUGU VOWEL SIGN AI = 0C46 AND 0C56
+letter   \x0C4A	1346	# TELUGU VOWEL SIGN O
+letter   \x0C4B	135	# TELUGU VOWEL SIGN OO
+letter   \x0C4C	246	# TELUGU VOWEL SIGN AU
+letter   \x0C4D	4	# TELUGU SIGN VIRAMA= HALANT (THE PREFERRED NAME)
+
+# Digits
+litdigit   \x0C66	245	# TELUGU DIGIT ZERO
+litdigit   \x0C67	1	# TELUGU DIGIT ONE
+litdigit   \x0C68	12	# TELUGU DIGIT TWO
+litdigit   \x0C69	14	# TELUGU DIGIT THREE
+litdigit  \x0C6A	145	# TELUGU DIGIT FOUR
+litdigit  \x0C6B	15	# TELUGU DIGIT FIVE
+litdigit   \x0C6C	124	# TELUGU DIGIT SIX
+litdigit  \x0C6D	1245	# TELUGU DIGIT SEVEN
+litdigit   \x0C6E	125	# TELUGU DIGIT EIGHT
+litdigit  \x0C6F	24	# TELUGU DIGIT NINE
+
+
+# ksha and gya
+
+
+always \x0C15\x0C4D\x0C37\x0C4D 4-12345 #ksha
+always \x0C1C\x0c4d\x0C1E 156 # gya
+always \x0C15\x0C4D\x0C37 12345 #ksha
+
+
+# half characters
+
+ 	
+  always   \x0C15\x0C4D 4-13	# TELUGU LETTER KA
+  always   \x0C16\x0C4D	4-46	# TELUGU LETTER KHA
+  always   \x0C17\x0C4D	 4-1245	# TELUGU LETTER GA
+  always   \x0C18\x0C4D	 4-126	# TELUGU LETTER GHA
+  always   \x0C19\x0C4D	 4-346	# TELUGU LETTER NGA
+
+  always   \x0C1A\x0C4D	 4-14	# TELUGU LETTER CA
+  always   \x0C1B\x0C4D	 4-16	# TELUGU LETTER CHA
+  always   \x0C1C\x0C4D	 4-245	# TELUGU LETTER JA
+  always   \x0C1D\x0C4D 4-356	# TELUGU LETTER JHA
+  always   \x0C1E\x0C4D	 4-25	# TELUGU LETTER NYA
+
+  always   \x0C1F\x0C4D	 4-23456	# TELUGU LETTER TTA
+  always   \x0C20\x0C4D	4-2456	# TELUGU LETTER TTHA
+  always   \x0C21\x0C4D	 4-1246	# TELUGU LETTER DDA
+  always   \x0C22\x0C4D	 4-123456	# TELUGU LETTER DDHA
+  always   \x0C23\x0C4D	 4-3456	# TELUGU LETTER NNA
+
+  always   \x0C24\x0C4D	 4-2345	# TELUGU LETTER TA
+  always   \x0C25\x0C4D	 4-1456	# TELUGU LETTER THA
+  always   \x0C26\x0C4D	 4-145	# TELUGU LETTER DA
+  always   \x0C27\x0C4D	 4-2346	# TELUGU LETTER DHA
+  always   \x0C28\x0C4D	 4-1345	# TELUGU LETTER NA
+
+  always   \x0C2A\x0C4D	 4-1234	# TELUGU LETTER PA
+  always   \x0C2B\x0C4D	 4-235	# TELUGU LETTER PHA
+  always   \x0C2C\x0C4D	 4-12	# TELUGU LETTER BA
+  always   \x0C2D\x0C4D  4-45	# TELUGU LETTER BHA
+  always   \x0C2E\x0C4D	 4-134	# TELUGU LETTER MA
+
+  always   \x0C2F\x0C4D	 4-13456	# TELUGU LETTER YA
+  always   \x0C30\x0C4D	 4-1235	# TELUGU LETTER RA
+  always   \x0C31\x0C4D	 4-12456	# TELUGU LETTER RRA
+  always   \x0C32\x0C4D	 4-123	# TELUGU LETTER LA
+  always   \x0C33\x0C4D	 4-456	# TELUGU LETTER LLA
+  always   \x0C35\x0C4D	 4-1236	# TELUGU LETTER VA
+  always   \x0C36\x0C4D	 4-146	# TELUGU LETTER SHA
+  always   \x0C37\x0C4D	 4-12346	# TELUGU LETTER SSA
+  always   \x0C38\x0C4D	 4-234	# TELUGU LETTER SA
+  always   \x0C3E\x0C4D	 4-345	# TELUGU VOWEL SIGN AA
+  always   \x0C3F\x0C4D	 4-24	# TELUGU VOWEL SIGN I
+  always   \x0C40\x0C4D	 4-35	# TELUGU VOWEL SIGN II
+  always   \x0C41\x0C4D	 4-136	# TELUGU VOWEL SIGN U
+  always   \x0C42\x0C4D	 4-1256	# TELUGU VOWEL UU
+
+  always   \x0C43\x0C4D 4-5-1235 # TELUGU VOWEL SIGN VOCALIC R
+  always   \x0C44\x0C4D	 4-6-1235 # TELUGU VOWEL SIGN VOCALIC RR
+  always   \x0C46\x0C4D	 4-26	# TELUGU VOWEL SIGN E
+  always   \x0C47\x0C4D	 4-15	# TELUGU VOWEL SIGN EE
+  always   \x0C48\x0C4D	 4-34	# TELUGU VOWEL SIGN AI = 0C46 AND 0C56
+  always   \x0C4A\x0C4D	 4-1346	# TELUGU VOWEL SIGN O
+  always   \x0C4B\x0C4D	 4-135	# TELUGU VOWEL SIGN OO
+  always   \x0C4C\x0C4D	 4-246	# TELUGU VOWEL SIGN AU
+
+  # consonant followed by vowels not matra
+
+class TeluguVowel \x0C07\x0C08\x0C09\x0C0A\x0C0B\x0C0E\x0C0F\x0C10\x0C12\x0C13\x0C14 
+class halant \x0C4D
+  before TeluguVowel always   \x0C15 	13-1	# TELUGU LETTER KA
+  before TeluguVowel always   \x0C16	46-1	# TELUGU LETTER KHA
+  before TeluguVowel always   \x0C17	1245-1	# TELUGU LETTER GA
+  before TeluguVowel always   \x0C18	126-1	# TELUGU LETTER GHA
+  before TeluguVowel always   \x0C19	346-1	# TELUGU LETTER NGA
+
+  before TeluguVowel always   \x0C1A	14-1	# TELUGU LETTER CA
+  before TeluguVowel always   \x0C1B	16-1	# TELUGU LETTER CHA
+  before TeluguVowel always   \x0C1C	245-1	# TELUGU LETTER JA
+  before TeluguVowel always   \x0C1D	356-1	# TELUGU LETTER JHA
+  before TeluguVowel always   \x0C1E	25-1	# TELUGU LETTER NYA
+
+  before TeluguVowel always   \x0C1F	23456-1	# TELUGU LETTER TTA
+  before TeluguVowel always   \x0C20	2456-1	# TELUGU LETTER TTHA
+  before TeluguVowel always   \x0C21	1246-1	# TELUGU LETTER DDA
+  before TeluguVowel always   \x0C22	123456-1	# TELUGU LETTER DDHA
+  before TeluguVowel always   \x0C23	3456-1	# TELUGU LETTER NNA
+
+  before TeluguVowel always   \x0C24	2345-1	# TELUGU LETTER TA
+  before TeluguVowel always   \x0C25	1456-1	# TELUGU LETTER THA
+  before TeluguVowel always   \x0C26	145-1	# TELUGU LETTER DA
+  before TeluguVowel always   \x0C27	2346-1	# TELUGU LETTER DHA
+  before TeluguVowel always   \x0C28	1345-1	# TELUGU LETTER NA
+
+  before TeluguVowel always   \x0C2A	1234-1	# TELUGU LETTER PA
+  before TeluguVowel always   \x0C2B	235-1	# TELUGU LETTER PHA
+  before TeluguVowel always   \x0C2C	12-1-1	# TELUGU LETTER BA
+  before TeluguVowel always   \x0C2D	45-1	# TELUGU LETTER BHA
+  before TeluguVowel always   \x0C2E	134-1	# TELUGU LETTER MA
+
+  before TeluguVowel always   \x0C2F	13456-1	# TELUGU LETTER YA
+  before TeluguVowel always   \x0C30	1235-1	# TELUGU LETTER RA
+  before TeluguVowel always   \x0C31	12456-1	# TELUGU LETTER RRA
+  before TeluguVowel always   \x0C32	123-1	# TELUGU LETTER LA
+  before TeluguVowel always   \x0C33	456-1	# TELUGU LETTER LLA
+  before TeluguVowel always   \x0C35	1236-1	# TELUGU LETTER VA
+  before TeluguVowel always   \x0C36	146-1	# TELUGU LETTER SHA
+  before TeluguVowel always   \x0C37	12346-1	# TELUGU LETTER SSA
+  before TeluguVowel always   \x0C38	234-1	# TELUGU LETTER SA
+  before TeluguVowel always   \x0C3E	345-1	# TELUGU VOWEL SIGN AA
+  before TeluguVowel always   \x0C3F	24-1	# TELUGU VOWEL SIGN I
+  before TeluguVowel always   \x0C40	35-1	# TELUGU VOWEL SIGN II
+  before TeluguVowel always   \x0C41	136-1	# TELUGU VOWEL SIGN U
+  before TeluguVowel always   \x0C42	1256-1	# TELUGU VOWEL UU
+
+  before TeluguVowel always   \x0C43	5-1235-1	# TELUGU VOWEL SIGN VOCALIC R
+  before TeluguVowel always   \x0C44	6-1235-1	# TELUGU VOWEL SIGN VOCALIC RR
+  before TeluguVowel always   \x0C46	26-1	# TELUGU VOWEL SIGN E
+  before TeluguVowel always   \x0C47	15-1	# TELUGU VOWEL SIGN EE
+before TeluguVowel always   \x0C48\x0C4D	 34-1	# TELUGU VOWEL SIGN AI = 0C46 AND 0C56
+before TeluguVowel always   \x0C4A\x0C4D	 1346-1	# TELUGU VOWEL SIGN O
+before TeluguVowel always      \x0C4B\x0C4D	 135-1	# TELUGU VOWEL SIGN OO
+before TeluguVowel always      \x0C4C\x0C4D	 246-1	# TELUGU VOWEL SIGN AU
+
+# Urdu 6 Dot Grade 1 Braille Table
+#
+#-index-name: Urdu, uncontracted
+#-display-name: Urdu uncontracted braille
+#
+#+locale:ur
+#+type:literary
+#+contraction:no
+#+grade:1
+#
+#  Copyright (C) 2018 by Compass Braille
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+#
+#  Prepared by Jake Kyle, Compass Braille, UK in consultation with Buta Masih
+#  Contact: jake@compassbraille.org
+#  www.compassbraille.org
+#  Last updated 15th August 2018
+
+# NB. If including an English table the letter sign must be disabled.
+
+space \x00a0 a
+include spaces.uti
+
+include braille-patterns.cti
+
+numsign 3456
+
+replace \x200E               # left to right mark
+replace \x200F               # right to left mark
+replace \x0614               # Arabic Takhallus Sign - optional sign over proper names not used in Braille
+replace \x200C               # Zero width non-joiner
+
+punctuation \x00AB 236      # Left-pointing double angle quotation mark («)
+punctuation \x00BB 356      # Right-pointing double angle quotation mark (»)
+
+# Standard Arabic characters
+#                               Name                     ASCII           Notes
+punctuation \x060C 2            Arabic comma             1
+punctuation \x061B 23           Arabic semicolon         2
+punctuation \x061F 236          Arabic question mark     8
+punctuation \x06D4 256          Arabic fullstop          4
+letter \x0622 345               Alef with Madda above    >
+letter \x0624 1256              Waw with Hamza above     (backslash)
+letter \x0626 3                 Yeh with Hamza above     '               Different from arabic table
+letter \x0627 1                 Alef                     A
+letter \x0628 12                Beh                      B
+letter \x062A 2345              Teh                      T
+letter \x062B 1456              Theh                     ?
+letter \x062C 245               Jeem                     J
+letter \x062D 156               Hah                      :
+letter \x062E 1346              Khah                     X
+letter \x062F 145               Dal                      D
+letter \x0630 2346              Thal                     !
+letter \x0631 1235              Reh                      R
+letter \x0632 1356              Zain                     Z
+letter \x0633 234               Seen                     S
+letter \x0634 146               Sheen                    %
+letter \x0635 12346             Sad                      &
+letter \x0636 1246              Dad                      $
+letter \x0637 23456             Tah                      )
+letter \x0638 123456            Zah                      =
+letter \x0639 12356             Ain                      (
+letter \x063A 126               Ghain                    <
+letter \x0641 124               Feh                      F
+letter \x0642 12345             Qaf                      Q
+letter \x0644 123               Lam                      L
+letter \x0645 134               Meem                     M
+letter \x0646 1345              Noon                     N
+letter \x0648 2456              Waw                      W
+letter \x064B 23                Fathatan                 2
+letter \x064E 2                 Fatha                    1
+letter \x064F 136               Damma                    U
+letter \x0650 15                Kasra                    E
+letter \x0651 6                 Shadda                   ,
+
+# Additional letters not defined in the standard Arabic table but used in Urdu.
+letter \x0654 3                 Hamza above              '
+letter \x0670 1                 Superscript Alef         A
+letter \x0679 246               Tteh                     [
+letter \x067E 1234              Peh                      P
+letter \x0686 14                Tcheh                    C
+letter \x0688 346               Ddal                     +
+letter \x0691 12456             Rreh                     ]
+letter \x0698 346               Jeh                      +
+letter \x06A9 13                Keheh                    K
+letter \x06AF 1245              Gaf                      G
+letter \x06BA 56                Noon Ghunna              ;
+letter \x06BE 236               Heh Doachashmee          8
+letter \x06C1 125               Heh Goal                 H                Not 236 as in Duxbury
+letter \x06C3 2345              Teh Marbuta Goal         T                Not 16 as in Duxbury
+letter \x06CC 24                Yeh                      I
+letter \x06D2 34                Yeh Barree               /
+letter \xFDF2 6-123-125         Arabic Ligature Allah Isolated Form  ,LH
+
+# Standard Arabic letters not usually used in Urdu
+letter \x0621 3                 Hamza                    '
+letter \x0623 34                Alef with Hamza above    /
+letter \x0643 13                Kaf                      K
+letter \x0647 125               Heh                      H
+letter \x064A 24                Yeh                      I
+
+
+# -----------------------------
+# Numerals
+# -----------------------------
+
+# Extended Arabic Numerals - generally used in Urdu
+digit \x06F0 245                0
+digit \x06F1 1                  1
+digit \x06F2 12                 2
+digit \x06F3 14                 3
+digit \x06F4 145                4
+digit \x06F5 15                 5
+digit \x06F6 124                6
+digit \x06F7 1245               7
+digit \x06F8 125                8
+digit \x06F9 24                 9
+
+litdigit \x06F0 245                0
+litdigit \x06F1 1                  1
+litdigit \x06F2 12                 2
+litdigit \x06F3 14                 3
+litdigit \x06F4 145                4
+litdigit \x06F5 15                 5
+litdigit \x06F6 124                6
+litdigit \x06F7 1245               7
+litdigit \x06F8 125                8
+litdigit \x06F9 24                 9
+
+# Arabic numerals
+digit \x0660 245                0
+digit \x0661 1                  1
+digit \x0662 12                 2
+digit \x0663 14                 3
+digit \x0664 145                4
+digit \x0665 15                 5
+digit \x0666 124                6
+digit \x0667 1245               7
+digit \x0668 125                8
+digit \x0669 24                 9
+
+litdigit \x0660 245                0
+litdigit \x0661 1                  1
+litdigit \x0662 12                 2
+litdigit \x0663 14                 3
+litdigit \x0664 145                4
+litdigit \x0665 15                 5
+litdigit \x0666 124                6
+litdigit \x0667 1245               7
+litdigit \x0668 125                8
+litdigit \x0669 24                 9
+
+include digits6Dots.uti
+include litdigits6Dots.uti
+
+# --------------------------------
+
+# Hamza above after Waw should go before
+always \x0648\x0654 3-2456
+always \x0648\x0654\x064F 3-136-2456
+
+#-------------------------------------------------------------------------------------------------------
+# Dealing with aspirated digraphs followed by Fatha (1), Kasra (E) or Damma (U).
+# In the text file these vowel signs come before Heh Doachashmee whereas in Braille they must come after.  
+#-------------------------------------------------------------------------------------------------------
+
+#                                              ASCII as in text    ASCII in Braille
+always \x0628\x064F\x06BE 12-236-136           BU8                 B8U
+always \x0628\x0650\x06BE 12-236-15            BE8                 B8E
+always \x067E\x0650\x06BE 1234-236-15          PE8                 P8E
+always \x067E\x064E\x06BE 1234-236-2           P18                 P81
+always \x067E\x064F\x06BE 1234-236-136         PU8                 P8U
+always \x062A\x0650\x06BE 2345-236-15          TE8                 T8E
+always \x0679\x0650\x06BE 246-236-15           [E8                 [8E
+always \x0686\x0650\x06BE 14-236-15            CE8                 C8E
+always \x0686\x064F\x06BE 14-236-136           CU8                 C8U
+always \x06A9\x0650\x06BE 13-236-15            KE8                 K8E
+always \x06A9\x064F\x06BE 13-236-136           KU8                 K8U
+always \x06AF\x064F\x06BE 1245-236-136         GU8                 G8U
+always \x062F\x064F\x06BE 145-236-136          DU8                 D8U
+always \x062C\x064F\x06BE 245-236-136          JU8                 J8U
+always \x0688\x064E\x06BE 346-236-2            +18                 +81
+always \x0688\x064F\x06BE 346-236-136          +U8                 +8U
+
+#-------------------------------------------------------------------------------------------
+# Shadda (\x0651) goes after consonant in text file but must go before it in Braille
+#-------------------------------------------------------------------------------------------
+
+#                                                ASCII as in text ASCII in Braille     Notes
+always \x0648\x0651 6-2456                       W,               ,W
+always \x0642\x0651 6-12345                      Q,               ,Q
+always \x0635\x0651 6-12346                      &,               ,&
+always \x0646\x0651 6-1345                       N,               ,N
+always \x0646\x0650\x0651 6-1345-15              NE,              ,NE
+always \x0646\x0651\x062C 1345-6-245             N,J              N,J                  No change in this case
+always \x0632\x0651 6-1356                       Z,               ,Z
+always \x0631\x0651 6-1235                       R,               ,R
+always \x06CC\x0651 6-24                         I,               ,I
+always \x062C\x064F\x0651 6-245-136              JU,              ,JU
+always \x06A9\x0651 6-13                         K,               ,K
+always \x06A9\x06BE\x0651 6-13-236               K8,              ,K8
+always \x062F\x0651 6-145                        D,               ,D
+always \x0686\x0651 6-14                         C,               ,C
+always \x0686\x06C1\x0651 6-14-125               CH,              ,CH
+always \x0686\x06BE\x0651 6-14-236               C8,              ,C8
+always \x062C\x0651 6-245                        J,               ,J
+always \x0628\x0651 6-12                         B,               ,B
+always \x0645\x0651 6-134                        M,               ,M
+always \x062A\x0651 6-2345                       T,               ,T
+always \x0644\x0651 6-123                        L,               ,L
+always \x067E\x0651 6-1234                       P,               ,P
+always \x0633\x0651 6-234                        S,               ,S
+always \x0679\x0651 6-246                        [,               ,[
+always \x0679\x06BE\x0651 6-246-236              [8,              ,[8
+always \x0638\x0651 6-123456                     =,               ,=
+always \x0688\x0651 6-346                        +,               ,+
+always \x0634\x0651 6-146                        %,               ,%
+always \x0637\x0651 6-23456                      ),               ,)
+always \x0688\x0650\x0651 6-346-15               +E,              ,+E
+always \x062A\x062A\x064E\x0651 6-2345-2345-2	 TTE,			  ,TTE
+always \x062A\x0650\x0651 15-6-2345              TE,              E,T
+
+#---end of table---#
+#
+#  Copyright (C) 2011 by Bert Frees <bertfrees@gmail.com>
+#  Copyright (C) 2011 by Jan Halousek <merit@login.cz>
+#  Copyright (C) 2012 by Brailcom, o.p.s.
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+#
+# ----------------------------------------------------------------------------------------------
+#
+#  Czech Braille
+#
+#     Created and maintained by Bert Frees <bertfrees@gmail.com>
+#                               Jan Halousek <merit@login.cz>
+#
+#     Based on the official Czech Braille Standard
+# ----------------------------------------------------------------------------------------------
+
+space       \x0009        9                                       <control> HORIZONTAL TABULATION
+space       \x001B        1b                                      <control> ESCAPE
+space       \x00A0        a                                       NO-BREAK SPACE
+include spaces.uti
+
+# ==============================================================================================
+# SINGLE-CELL
+# ==============================================================================================
+
+include cs-letterDef8Dots.uti
+
+uplow       \x013D\x013E  1234567,123456      Ľľ                  LATIN CAPITAL LETTER L WITH CARON - LATIN SMALL LETTER L WITH CARON
+
+# ----------------------------------------------------------------------------------------------
+# Unicode 0000..007F  C0 Controls and Basic Latin
+# ----------------------------------------------------------------------------------------------
+
+punctuation \x0021        235                 !                   EXCLAMATION MARK
+punctuation \x0022        2356                "                   QUOTATION MARK
+sign        \x0023        6-3456                #                   NUMBER SIGN
+punctuation \x0027        4                   '                   APOSTROPHE
+punctuation \x0028        236                 (                   LEFT PARENTHESIS
+punctuation \x0029        356                 )                   RIGHT PARENTHESIS
+sign        \x002A        35                  *                   ASTERISK
+math        \x002B        256                 +                   PLUS SIGN
+punctuation \x002C        2                   ,                   COMMA
+punctuation \x002D        36                  -                   HYPHEN-MINUS
+punctuation \x002E        3                   .                   FULL STOP
+math        \x002F        12456               /                   SOLIDUS
+include digits6Dots.uti
+punctuation \x003A        25                  :                   COLON
+punctuation \x003B        23                  ;                   SEMICOLON
+math        \x003C        126                 <                   LESS-THAN SIGN
+math        \x003D        2356                =                   EQUALS SIGN
+math        \x003E        345                 >                   GREATER-THAN SIGN
+punctuation \x003F        26                  ?                   QUESTION MARK
+sign        \x007C        456                 |                   VERTICAL LINE
+
+
+# ----------------------------------------------------------------------------------------------
+# Unicode 0080..00FF  C1 Controls and Latin-1 Supplement
+# ----------------------------------------------------------------------------------------------
+
+sign        \x00A9        1246-2456-6-14      ©                   COPYRIGHT SIGN
+punctuation \x00AD        36                  ­                   SOFT HYPHEN
+math        \x00B1        256-36              ±                   PLUS-MINUS SIGN
+sign        \x00B4        4                   ´                   ACUTE ACCENT
+math        \x00D7        346                 ×                   MULTIPLICATION SIGN
+math        \x00F7        25                  ÷                   DIVISION SIGN
+
+
+# ----------------------------------------------------------------------------------------------
+# Unicode 2000..206F  General Punctuation
+# ----------------------------------------------------------------------------------------------
+
+punctuation \x2010        36                  ‐                   HYPHEN
+punctuation \x2011        36                  ‑                   NON-BREAKING HYPHEN
+punctuation \x2012        36                  ‒                   FIGURE DASH
+punctuation \x2013        36                  –                   EN DASH
+punctuation \x2014        36                  —                   EM DASH
+punctuation \x2015        36                  ―                   HORIZONTAL BAR
+punctuation \x2018        4                   ‘                   LEFT SINGLE QUOTATION MARK
+punctuation \x2019        4                   ’                   RIGHT SINGLE QUOTATION MARK
+punctuation \x201A        4                   ‚                   SINGLE LOW-9 QUOTATION MARK
+punctuation \x201B        4                   ‛                   SINGLE HIGH-REVERSED-9 QUOTATION MARK
+punctuation \x201C        2356                “                   LEFT DOUBLE QUOTATION MARK
+punctuation \x201D        2356                ”                   RIGHT DOUBLE QUOTATION MARK
+punctuation \x201E        2356                „                   DOUBLE LOW-9 QUOTATION MARK
+punctuation \x201F        2356                ‟                   DOUBLE HIGH-REVERSED-9 QUOTATION MARK
+
+
+# ==============================================================================================
+# MULTI-CELL
+# ==============================================================================================
+
+# ----------------------------------------------------------------------------------------------
+# Unicode 0000..007F  C0 Controls and Basic Latin
+# ----------------------------------------------------------------------------------------------
+
+sign        \x0024        3456-1246           $                   DOLLAR SIGN
+math        \x0025        3456-1234           %                   PERCENT SIGN
+sign        \x0026        3456-12346          &                   AMPERSAND
+sign        \x0040        3456-12456          @                   COMMERCIAL AT
+punctuation \x005B        6-236               [                   LEFT SQUARE BRACKET
+sign        \x005C        3456-1256           \                   REVERSE SOLIDUS
+punctuation \x005D        6-356               ]                   RIGHT SQUARE BRACKET
+sign        \x005E        6-45                ^                   CIRCUMFLEX ACCENT
+sign        \x005F        6-36                _                   LOW LINE
+punctuation \x0060        45-4                `                   GRAVE ACCENT
+math        \x007B        46-236              {                   LEFT CURLY BRACKET
+math        \x007D        46-356              }                   RIGHT CURLY BRACKET
+math        \x007E        6-5                 ~                   TILDE
+sign        \x007F        6-3                                     DELETE
+
+
+# ----------------------------------------------------------------------------------------------
+# Unicode 0080..00FF  C1 Controls and Latin-1 Supplement
+# ----------------------------------------------------------------------------------------------
+
+sign        \x0080        15-136-1235-135     €                   <control> - ANSI: EURO-CURRENCY SIGN - MACROMAN: A DIAERESIS
+sign        \x00B0        3456-234            °                   DEGREE SIGN
+sign        \x00B5        4-134               µ                   MICRO SIGN
+math        \x00B9        34-1                ¹                   SUPERSCRIPT ONE
+uplow       \x00C4\x00E4  1-15,1-15           Ää                  LATIN CAPITAL LETTER A WITH DIAERESIS - LATIN SMALL LETTER A WITH DIAERESIS
+uplow       \x00D6\x00F6  135-15,135-15       Öö                  LATIN CAPITAL LETTER O WITH DIAERESIS - LATIN SMALL LETTER O WITH DIAERESIS
+uplow       \x00DC\x00FC  136-15,136-15       Üü                  LATIN CAPITAL LETTER U WITH DIAERESIS - LATIN SMALL LETTER U WITH DIAERESIS
+
+
+# ----------------------------------------------------------------------------------------------
+# Unicode 0370..03FF  Greek and Coptic
+# ----------------------------------------------------------------------------------------------
+
+letter      \x0391        46-1                Α                   GREEK CAPITAL LETTER ALPHA
+letter      \x0392        46-12               Β                   GREEK CAPITAL LETTER BETA
+letter      \x0393        46-1245             Γ                   GREEK CAPITAL LETTER GAMMA
+letter      \x0394        46-145              Δ                   GREEK CAPITAL LETTER DELTA
+letter      \x0395        46-15               Ε                   GREEK CAPITAL LETTER EPSILON
+letter      \x0398        46-1456             Θ                   GREEK CAPITAL LETTER THETA
+letter      \x0399        46-24               Ι                   GREEK CAPITAL LETTER IOTA
+letter      \x039A        46-13               Κ                   GREEK CAPITAL LETTER KAPPA
+letter      \x039B        46-123              Λ                   GREEK CAPITAL LETTER LAMDA
+letter      \x039C        46-134              Μ                   GREEK CAPITAL LETTER MU
+letter      \x039D        46-1345             Ν                   GREEK CAPITAL LETTER NU
+letter      \x039E        46-1346             Ξ                   GREEK CAPITAL LETTER XI
+letter      \x039F        46-135              Ο                   GREEK CAPITAL LETTER OMICRON
+letter      \x03A0        46-1234             Π                   GREEK CAPITAL LETTER PI
+letter      \x03A1        46-1235             Ρ                   GREEK CAPITAL LETTER RHO
+letter      \x03A3        46-234              Σ                   GREEK CAPITAL LETTER SIGMA
+letter      \x03A4        46-2345             Τ                   GREEK CAPITAL LETTER TAU
+letter      \x03A5        46-13456            Υ                   GREEK CAPITAL LETTER UPSILON
+letter      \x03A6        46-124              Φ                   GREEK CAPITAL LETTER PHI
+letter      \x03A7        46-125              Χ                   GREEK CAPITAL LETTER CHI
+letter      \x03A8        46-12346            Ψ                   GREEK CAPITAL LETTER PSI
+letter      \x03A9        46-2356             Ω                   GREEK CAPITAL LETTER OMEGA
+
+lowercase   \x03B1        45-1                α                   GREEK SMALL LETTER ALPHA
+lowercase   \x03B2        45-12               β                   GREEK SMALL LETTER BETA
+lowercase   \x03B3        45-1245             γ                   GREEK SMALL LETTER GAMMA
+lowercase   \x03B4        45-145              δ                   GREEK SMALL LETTER DELTA
+lowercase   \x03B5        45-15               ε                   GREEK SMALL LETTER EPSILON
+lowercase   \x03B8        45-1456             θ                   GREEK SMALL LETTER THETA
+lowercase   \x03B9        45-24               ι                   GREEK SMALL LETTER IOTA
+lowercase   \x03BA        45-13               κ                   GREEK SMALL LETTER KAPPA
+lowercase   \x03BB        45-123              λ                   GREEK SMALL LETTER LAMDA
+lowercase   \x03BC        45-134              μ                   GREEK SMALL LETTER MU
+lowercase   \x03BD        45-1345             ν                   GREEK SMALL LETTER NU
+lowercase   \x03BE        45-1346             ξ                   GREEK SMALL LETTER XI
+lowercase   \x03BF        45-135              ο                   GREEK SMALL LETTER OMICRON
+lowercase   \x03C0        45-1234             π                   GREEK SMALL LETTER PI
+lowercase   \x03C1        45-1235             ρ                   GREEK SMALL LETTER RHO
+lowercase   \x03C3        45-234              σ                   GREEK SMALL LETTER SIGMA
+lowercase   \x03C4        45-2345             τ                   GREEK SMALL LETTER TAU
+lowercase   \x03C5        45-13456            υ                   GREEK SMALL LETTER UPSILON
+lowercase   \x03C6        45-124              φ                   GREEK SMALL LETTER PHI
+lowercase   \x03C7        45-125              χ                   GREEK SMALL LETTER CHI
+lowercase   \x03C8        45-12346            ψ                   GREEK SMALL LETTER PSI
+lowercase   \x03C9        45-2356             ω                   GREEK SMALL LETTER OMEGA
+
+# ----------------------------------------------------------------------------------------------
+# Other Unicode characters
+# ----------------------------------------------------------------------------------------------
+
+math        \x2030        3456-1235           ‰                   PER MILLE SIGN
+math        \x0609        3456-1235           ؉                   ARABIC-INDIC PER MILLE SIGN
+math        \x27E8        4-126               ⟨                   MATHEMATICAL LEFT ANGLE BRACKET
+math        \x27E9        4-345               ⟩                   MATHEMATICAL RIGHT ANGLE BRACKET
+math        \x2260        4-2356              ≠                   NOT EQUAL TO
+math        \x2250        5-2356              ≐                   APPROACHES THE LIMIT
+math        \x2264        126-2356            ≤                   LESS-THAN OR EQUAL TO
+math        \x2265        345-2356            ≥                   GREATER-THAN OR EQUAL TO
+math        \x22C5        3                   ⋅                   DOT OPERATOR
+math        \x2217        35                  ∗                   ASTERISK OPERATOR
+math        \x2236        25                  ∶                   RATIO
+math        \x2208        45-15               ∈                   ELEMENT OF
+math        \x2209        4-45-15             ∉                   NOT AN ELEMENT OF
+
+# ----------------------------------------------------------------------------------------------
+#-index-name: Marwari
+#-display-name: Marwari braille
+
+#+locale:mwr
+#+type:literary
+
+# TODO: Please correct the metadata above. It is not meant to be
+# accurate nor complete. It hasn't been verified by the table
+# author yet. It is merely an attempt by the liblouis maintainers
+# to get some sensible initial values in place.
+
+# TODO: Please add a reference to official documentation about
+# the implemented braille code. Preferably submit the documents
+# to https://github.com/liblouis/braille-specs.
+
+include mwr.ctb
+include braille-patterns.cti
+#
+#  Copyright (C) 2014 by Branislav Mamojka <mamojka@unss.sk>
+#  Copyright (C) 2016 by Peter Vagner <peter.v@datagate.sk>
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+#
+#--------------------------------------------------------------------------------
+#
+#  Slovak Braille
+#
+#     Created and maintained by Branislav Mamojka <mamojka@unss.sk>
+#                               Peter Vagner <peter.v@datagate.sk>
+#
+#     Based on the official Slovak Braille Standard
+#     Derived from the Czech braille table by Bert Frees and Jan Halousek
+# -------------------------------------------------------------------------------
+
+include sk-chardefs.cti
+include braille-patterns.cti
+include sk-translation.cti
+
+# -------------------------------------------------------------------------------
+#
+# Copyright (C) 1995-2008 by The BRLTTY Developers.
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+
+# BRLTTY Text Table - Armenian
+#
+# Samuel Thibault <samuel.thibault@ens-lyon.org>
+# 
+# This table is based on the Unesco report on the progress of unification of
+# braille writing « L'ÉCRITURE BRAILLE DANS LE MONDE », by Sir Clutha
+# MACKENZIE: http://unesdoc.unesco.org/images/0013/001352/135251fo.pdf
+# The document is dated 1954, so this table may be quite outdated.
+
+# generated by ttbtest
+space \s 0		SPACE
+punctuation ! 235		EXCLAMATION MARK
+punctuation " 2356		QUOTATION MARK
+punctuation ' 3		APOSTROPHE
+punctuation ( 236		LEFT PARENTHESIS
+punctuation ) 356		RIGHT PARENTHESIS
+punctuation , 2		COMMA
+punctuation - 36		HYPHEN-MINUS
+punctuation . 256		FULL STOP
+include digits8Dots.uti
+punctuation : 25		COLON
+punctuation ; 23		SEMICOLON
+punctuation ? 236		QUESTION MARK
+punctuation \x00a0 0		NO-BREAK SPACE
+uppercase \x0531 17		ARMENIAN CAPITAL LETTER AYB
+uppercase \x0532 12347		ARMENIAN CAPITAL LETTER BEN
+uppercase \x0533 123457		ARMENIAN CAPITAL LETTER GIM
+uppercase \x0534 14567		ARMENIAN CAPITAL LETTER DA
+uppercase \x0535 134567		ARMENIAN CAPITAL LETTER ECH
+uppercase \x0536 13567		ARMENIAN CAPITAL LETTER ZA
+uppercase \x0537 157		ARMENIAN CAPITAL LETTER EH
+uppercase \x0538 1367		ARMENIAN CAPITAL LETTER ET
+uppercase \x0539 23457		ARMENIAN CAPITAL LETTER TO
+uppercase \x053a 3457		ARMENIAN CAPITAL LETTER ZHE
+uppercase \x053b 247		ARMENIAN CAPITAL LETTER INI
+uppercase \x053c 1237		ARMENIAN CAPITAL LETTER LIWN
+uppercase \x053d 13467		ARMENIAN CAPITAL LETTER XEH
+uppercase \x053e 347		ARMENIAN CAPITAL LETTER CA
+uppercase \x053f 12457		ARMENIAN CAPITAL LETTER KEN
+uppercase \x0540 1257		ARMENIAN CAPITAL LETTER HO
+uppercase \x0541 3467		ARMENIAN CAPITAL LETTER JA
+uppercase \x0542 1267		ARMENIAN CAPITAL LETTER GHAD
+uppercase \x0543 2457		ARMENIAN CAPITAL LETTER CHEH
+uppercase \x0544 1347		ARMENIAN CAPITAL LETTER MEN
+uppercase \x0545 1567		ARMENIAN CAPITAL LETTER YI
+uppercase \x0546 13457		ARMENIAN CAPITAL LETTER NOW
+uppercase \x0547 1467		ARMENIAN CAPITAL LETTER SHA
+uppercase \x0548 2467		ARMENIAN CAPITAL LETTER VO
+uppercase \x0549 167		ARMENIAN CAPITAL LETTER CHA
+uppercase \x054a 127		ARMENIAN CAPITAL LETTER PEH
+uppercase \x054b 147		ARMENIAN CAPITAL LETTER JHEH
+uppercase \x054c 124567		ARMENIAN CAPITAL LETTER RA
+uppercase \x054d 2347		ARMENIAN CAPITAL LETTER SEH
+uppercase \x054e 12367		ARMENIAN CAPITAL LETTER VEW
+uppercase \x054f 1457		ARMENIAN CAPITAL LETTER TIWN
+uppercase \x0550 12357		ARMENIAN CAPITAL LETTER REH
+uppercase \x0551 23467		ARMENIAN CAPITAL LETTER CO
+uppercase \x0552 24567		ARMENIAN CAPITAL LETTER YIWN
+uppercase \x0553 12467		ARMENIAN CAPITAL LETTER PIWR
+uppercase \x0554 137		ARMENIAN CAPITAL LETTER KEH
+uppercase \x0555 1357		ARMENIAN CAPITAL LETTER OH
+uppercase \x0556 1247		ARMENIAN CAPITAL LETTER FEH
+punctuation \x055d 6		ARMENIAN COMMA
+lowercase \x0561 1		ARMENIAN SMALL LETTER AYB
+lowercase \x0562 1234		ARMENIAN SMALL LETTER BEN
+lowercase \x0563 12345		ARMENIAN SMALL LETTER GIM
+lowercase \x0564 1456		ARMENIAN SMALL LETTER DA
+lowercase \x0565 13456		ARMENIAN SMALL LETTER ECH
+lowercase \x0566 1356		ARMENIAN SMALL LETTER ZA
+lowercase \x0567 15		ARMENIAN SMALL LETTER EH
+lowercase \x0568 136		ARMENIAN SMALL LETTER ET
+lowercase \x0569 2345		ARMENIAN SMALL LETTER TO
+lowercase \x056a 345		ARMENIAN SMALL LETTER ZHE
+lowercase \x056b 24		ARMENIAN SMALL LETTER INI
+lowercase \x056c 123		ARMENIAN SMALL LETTER LIWN
+lowercase \x056d 1346		ARMENIAN SMALL LETTER XEH
+lowercase \x056e 34		ARMENIAN SMALL LETTER CA
+lowercase \x056f 1245		ARMENIAN SMALL LETTER KEN
+lowercase \x0570 125		ARMENIAN SMALL LETTER HO
+lowercase \x0571 346		ARMENIAN SMALL LETTER JA
+lowercase \x0572 126		ARMENIAN SMALL LETTER GHAD
+lowercase \x0573 245		ARMENIAN SMALL LETTER CHEH
+lowercase \x0574 134		ARMENIAN SMALL LETTER MEN
+lowercase \x0575 156		ARMENIAN SMALL LETTER YI
+lowercase \x0576 1345		ARMENIAN SMALL LETTER NOW
+lowercase \x0577 146		ARMENIAN SMALL LETTER SHA
+lowercase \x0578 246		ARMENIAN SMALL LETTER VO
+lowercase \x0579 16		ARMENIAN SMALL LETTER CHA
+lowercase \x057a 12		ARMENIAN SMALL LETTER PEH
+lowercase \x057b 14		ARMENIAN SMALL LETTER JHEH
+lowercase \x057c 12456		ARMENIAN SMALL LETTER RA
+lowercase \x057d 234		ARMENIAN SMALL LETTER SEH
+lowercase \x057e 1236		ARMENIAN SMALL LETTER VEW
+lowercase \x057f 145		ARMENIAN SMALL LETTER TIWN
+lowercase \x0580 1235		ARMENIAN SMALL LETTER REH
+lowercase \x0581 2346		ARMENIAN SMALL LETTER CO
+lowercase \x0582 2456		ARMENIAN SMALL LETTER YIWN
+lowercase \x0583 1246		ARMENIAN SMALL LETTER PIWR
+lowercase \x0584 13		ARMENIAN SMALL LETTER KEH
+lowercase \x0585 135		ARMENIAN SMALL LETTER OH
+lowercase \x0586 124		ARMENIAN SMALL LETTER FEH
+letter \x0587 12346		ARMENIAN SMALL LIGATURE ECH YIWN
+#-index-name: Slovak
+#-display-name: Slovak braille
+
+#+locale:sk
+#+type:literary
+#+grade:1
+
+# TODO: Please correct the metadata above. It is not meant to be
+# accurate nor complete. It hasn't been verified by the table
+# author yet. It is merely an attempt by the liblouis maintainers
+# to get some sensible initial values in place.
+
+# TODO: Please add a reference to official documentation about
+# the implemented braille code. Preferably submit the documents
+# to https://github.com/liblouis/braille-specs.
+
+include sk-g1.ctb
+include braille-patterns.cti
+# Liblouis: Danish table for 6 dots grade 1.5 (grade 2l) literary, forward translation only
+#
+#  Copyright (C) 2014-2017, Bue Vester-Andersen <bue@vester-andersen.dk>
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+#
+# Version: Bue Vester-Andersen, 170604
+
+### Table Metadata
+
+#-index-name: Danish, partially contracted, 6-dot
+#-display-name: Danish 6-dot partially contracted braille
+
+#+locale: da
+#+type: literary
+#+contraction: partial
+#+grade: 1.5
+#+dots: 6
+#+direction: forward
+
+# Display opcodes
+include da-dk-octobraille.dis
+
+### Spaces
+
+# These ctrl-chars have to have a representation, so that they can be properly converted back and forth.
+space \t 2478 CHARACTER TABULATION
+space \n 678 LINE FEED (LF)
+space \v 1368 LINE TABULATION
+space \f 12378 FORM FEED (FF)
+space \r 257 CARRIAGE RETURN (CR)
+space \x00a0 a
+
+include spaces.uti
+
+### Character definitions
+
+# Definition of dot cells
+punctuation ! 235 EXCLAMATION MARK
+punctuation " 2356 QUOTATION MARK
+punctuation ' 4 APOSTROPHE
+punctuation ( 236 LEFT PARENTHESIS
+punctuation ) 356 RIGHT PARENTHESIS
+punctuation , 2 COMMA
+punctuation - 36 HYPHEN-MINUS
+punctuation . 3 FULL STOP
+punctuation / 34 SLASH
+punctuation : 25 COLON
+punctuation ; 23 SEMICOLON
+punctuation ? 26 QUESTION MARK
+uplow Aa 1
+uplow Bb 12
+uplow Cc 14
+uplow Dd 145
+uplow Ee 15
+uplow Ff 124
+uplow Gg 1245
+uplow Hh 125
+uplow Ii 24
+uplow Jj 245
+uplow Kk 13
+uplow Ll 123
+uplow Mm 134
+uplow Nn 1345
+uplow Oo 135
+uplow Pp 1234
+uplow Rr 1235
+uplow Ss 234
+uplow Tt 2345
+uplow Uu 136
+uplow Vv 1236
+uplow Yy 13456
+
+#use 8 dots for the following chars to avoid conflict with indicators
+uplow Qq 123457
+uplow Ww 24567
+uplow Xx 13467
+uplow Zz 13567
+punctuation | 4568 VERTICAL LINE
+punctuation ~ 467 TILDE (changed by pass 2 to not conflict with indicators
+uplow \x00dc\x00fc 12567
+
+include digits6Dots.uti
+
+punctuation \x00a7 346 SECTION SIGN (0xa7)
+
+uplow \x00c5\x00e5 16 LATIN LETTER A WITH RING ABOVE
+uplow \x00c6\x00e6 345 LATIN LETTER AE
+uplow \x00d8\x00f8 246 LATIN LETTER O WITH STROKE
+
+# cover all other Braille patterns
+include braille-patterns.cti
+
+# Characters with two or more cells
+
+punctuation # 45-3456 NUMBER SIGN
+sign $ 45-256 DOLLAR SIGN
+math % 245-356 PERCENT SIGN
+sign & 6-12346 AMPERSAND
+punctuation * 6-35 ASTERISK
+math + 45-235 PLUS SIGN
+math < 45-134 LESS-THAN SIGN
+math = 45-2356 EQUALS SIGN
+math > 45-234 GREATER-THAN SIGN
+sign @ 45-1 COMMERCIAL AT
+punctuation [ 5-236 LEFT SQUARE BRACKET
+punctuation \\ 45-16 REVERSE SLASH
+punctuation ] 5-356 RIGHT SQUARE BRACKET
+punctuation ^ 45-346 CIRCUMFLEX ACCENT
+punctuation _ 45-36 LOW LINE
+punctuation ` 4 GRAVE ACCENT
+punctuation { 45-246 LEFT CURLY BRACKET
+punctuation } 45-135 RIGHT CURLY BRACKET
+math \x00f7 45-256 DIVISION SIGN
+
+# Misc unicode characters
+include da-dk-6miscChars.cti
+
+# Litdigits
+include litdigits6Dots.uti
+
+undefined 26
+
+### Braille indicators and special characters
+
+#hyphen - 36
+
+letsign 6
+
+# No letsign before capital letters or letters with accents
+
+noletsign I\x0160\x0152\x017d\x0178\x00c0\x00c1\x00c2\x00c3\x00c7\x00c8\x00c9\x00ca\x00cb\x00cc\x00cd\x00ce\x00cf\x00d0\x00d1\x00d2\x00d3\x00d4\x00d5\x00d9\x00da\x00db\x00dc\x00dd\x00de\x008a\x008c\x008e
+noletsign i\x0161\x0153\x017e\x00ff\x00df\x00e0\x00e1\x00e2\x00e3\x00e7\x00e8\x00e9\x00ea\x00eb\x00ec\x00ed\x00ee\x00ef\x00f0\x00f1\x00f2\x00f3\x00f4\x00f5\x00f9\x00fa\x00fb\x00fd\x00fe\x009a\x009c
+
+# Emphasis opcodes
+emphclass italic
+emphclass underline
+emphclass bold
+
+begemphphrase italic 56
+endemphphrase italic after 56
+begemphword italic 56
+endemphword italic 56
+
+begemphphrase bold 56
+endemphphrase bold after 56
+begemphword bold 56
+endemphword bold 56
+
+begemphphrase underline 56
+endemphphrase underline after 56
+begemphword underline 56
+endemphword underline 56
+
+capsletter 46
+begcapsword 456
+endcapsword 68 # Used during back-translation to stop overflow of capsword
+multind 6-46 letsign capsletter
+multind 46-6 capsletter letsign
+multind 6-456 letsign begcapsword
+multind 68-6-46 endcapsword letsign capsletter
+multind 68-6-456 endcapsword letsign begcapsword
+multind 68-6 endcapsword letsign
+
+numsign 3456
+multind 6-3456 letsign numsign
+
+#class of none-space characters that demand double dashes
+# Used in context lines later.
+#must be the first class defined.
+class charsWDoubleDash .,?!/:"'() # class w
+
+### Correct - forward translation
+
+# Chars that don't require a space before percent and permille:
+class charsBeforePercent "(\x201e\x0084\x201c\x0093\x201d\x0094\x00ab\x00bb #class x
+noback correct `["%"] *
+noback correct !$sx["%"] " %"
+noback correct `["\x2030"] *
+noback correct !$sx["\x2030"] " \x2030"
+noback correct `["\x0089"] *
+noback correct !$sx["\x0089"] " \x2030"
+
+# Chars to be treated like digits when switching back to letter mode
+class extraDigits \x00bc\x00bd\x00be
+
+#Use the "correct" opcode to convert chars that can't be back-translated
+# and make the table more simple.
+
+# Dashes
+class dashes \x2013\x2014\x0096\x0097\x00ad
+noback correct %dashes "-"
+
+class quotes \x201e\x0084\x201c\x0093\x201d\x0094\x00ab\x00bb 
+noback correct %quotes "\""
+
+class apostrophes `\x201a\x0082\x2039\x008b\x2018\x0091\x2019\x0092\x203a\x009b\x00b4
+noback correct %apostrophes "'"
+
+# Convert most single caps to lowercase
+
+#Special abbreviations with imbedded small letters.
+# Must be handled by case in this version of liblouis
+noback correct "KAbB" "KABB"
+noback correct "CUDiM" "CUDIM"
+
+swapcc UpperLower ABCDEFGHIJKLMNOPQRSTUVWXYZ\x0160\x0152\x017d\x0178\x00c0\x00c1\x00c2\x00c3\x00c4\x00c5\x00c6\x00c7\x00c8\x00c9\x00ca\x00cb\x00cc\x00cd\x00ce\x00cf\x00d0\x00d1\x00d2\x00d3\x00d4\x00d5\x00d6\x00d8\x00d9\x00da\x00db\x00dc\x00dd\x00de\x008a\x008c abcdefghijklmnopqrstuvwxyz\x0161\x0153\x017e\x00ff\x00e0\x00e1\x00e2\x00e3\x00e4\x00e5\x00e6\x00e7\x00e8\x00e9\x00ea\x00eb\x00ec\x00ed\x00ee\x00ef\x00f0\x00f1\x00f2\x00f3\x00f4\x00f5\x00f6\x00f8\x00f9\x00fa\x00fb\x00fc\x00fd\x00fe\x009a\x009c
+
+# I is a special case
+noback correct _$sp["I"]$sp "i"
+noback correct `["I"]$sp "i"
+noback correct _$sp["I"]~ "i"
+
+noback correct $sSpu[%UpperLower]$u %UpperLower
+noback correct `[%UpperLower]$u %UpperLower
+
+### Pass 1
+
+# Punctuations, math and numbers
+midnum , 2
+midnum . 3
+#midnum - 36
+endnum - 36
+midnum / 34
+midnum : 25
+nofor midnum ^ 346
+nofor midnum ^ 45-346
+
+midnum ^ 45-346
+midnum \x00d7 45-3-3456
+
+# various back rules for math signs etc.
+nofor midnum % 0-245-356-0-3456
+nofor endnum % 0-245-356
+nofor endnum \x2030 0-245-356-356
+nofor midnum \s 3456
+nofor midnum \x00d7 45-3-3456
+nofor midnum \x00d7 45-3
+nofor midnum \x00d7 3-3456
+
+# Punctuation
+prepunc " 2356
+postpunc " 2356
+always /\s 6-34-0
+always \s/ 0-6-34
+nofor always / 6-34
+prepunc - 36
+postpunc - 36
+nofor always \s-\s 0-36-36-0
+always :- 25-36
+always ;- 23-36
+always --- 36-36-36
+always ---- 36-36-36-36
+always ----- 36-36-36-36-36
+# Star enclosed by parentheses
+always (*) 236-35-356
+
+before punctuation before sign always ( 6-236
+
+# these characters must be separated from ")" by a letsign.
+class SepToRightpar Jj%'\x2030\x0089\x201a\x0082\x2039\x009b\x2018\x0091\x2019\x0092\x203a\x009b
+after SepToRightpar always ) 6-356
+
+prepunc ( 236
+postpunc ) 356
+always .) 3-356
+always ( 6-236
+always ) 6-356
+
+# extra back rules for ")"
+nofor after punctuation always ) 356
+nofor after punctuation always ) 68-356
+nofor always \x00b0 4-356
+nofor always ') 4-6-356
+nofor always ") 2356-356
+nofor endword j) 245-356
+nofor always ) 6-356
+
+always ... 3-3-3
+
+#inverted exclamation
+always \x00a1 6-256
+
+### Contractions ###
+
+#Special sequences, urls emails and file names.
+
+nocont $
+nocont \x005c
+nocont @
+nocont ://
+nocont www
+nocont .com
+nocont .dk
+nocont .eu
+nocont .edu
+nocont .gov
+nocont .mil
+nocont .net
+nocont .org
+nocont .uk
+nocont .doc
+nocont .exe
+nocont .htm
+nocont .tex
+nocont .txt
+nocont .gif
+nocont .jpg
+nocont .png
+nocont .wav
+nocont .tar
+nocont .zip
+
+#Words
+word at 1
+word bliver 12
+word den 12346
+word der 23456
+word det 2346
+word de 1456
+word du 145
+word efter 1356
+word eller 15
+word en 126
+word er 156
+word et 346
+word for 124
+word før 246
+word gennem 12456
+word gør 1245
+word han 13456
+word har 125
+word hun 136
+word hvad 2456
+word hvor 34
+word jeg 245
+word kan 13
+word lige 123
+word med 134
+word men 146
+word ned 1246
+word når 1345
+word og 14
+word op 135
+word over 1346
+word på 1234
+word ret 12356
+word rigtig 1235
+word skal 123456
+word som 234
+word så 16
+word te 1256
+word til 2345
+word under 12345
+word ve 3456
+word ved 1236
+word være 345
+
+# Common combinations of one word contractions with slash
+word af/på 356-34-1234
+word af/på 356-34-68-1234
+word du/i 145-34-24
+word du/i 145-34-68-24
+word eller/og 15-34-14
+word eller/og 15-34-68-14
+word fra/til 235-34-2345
+word fra/til 235-34-68-2345
+word han/hun 13456-34-136
+word han/hun 13456-34-68-136
+word hun/han 136-34-13456
+word hun/han 136-34-68-13456
+word i/du 24-34-145
+word i/du 24-34-68-145
+word og/eller 14-34-15
+word og/eller 14-34-68-15
+word over/under 1346-34-12345
+word over/under 1346-34-68-12345
+word på/af 1234-34-356
+word på/af 1234-34-68-356
+word til/fra 2345-34-235
+word til/fra 2345-34-68-235
+word under/over 12345-34-1346
+word under/over 12345-34-68-1346
+
+# no backtrans of ^1 and `2. use contractions
+nofor always eta 346-1
+nofor always etb 346-12
+always etc 346-14
+
+# Ensure no one-letter word contraction before or after a dash
+
+endword -af 36-1-124
+begword af- 1-124-36
+endword -altid 36-1-2345-145
+begword altid- 1-2345-145-36
+endword -at 36-1-2345
+endword -a 36-6-1
+begword at- 1-2345-36
+endword -og 36-135-1245
+endword -c 36-6-14
+begword og- 135-1245-36
+endword -du 36-145-136
+endword -d 36-6-145
+begword du- 145-136-36
+endword -efter 36-15-124-2345-156
+endword -z 36-6-1356
+begword efter- 15-124-2345-156-36
+midword -efter- 36-1356-36
+endword -e 36-6-15
+endword -for 36-124-1346
+endword -f 36-6-124
+begword for- 124-1346-36
+endword -fra 36-124-1235-1
+begword fra- 124-1235-1-36
+endword -g 36-6-1245
+endword -gennem 36-1245-126-1246-134
+begword gennem- 1245-126-1246-134-36
+endword -ham 36-125-1-134
+begword ham- 125-1-134-36
+endword -han 36-125-1-1345
+endword -y 36-6-13456
+begword han- 125-1-1345-36
+endword -har 36-125-1-1235
+endword -h 36-6-125
+begword har- 125-1-1235-36
+endword -hun 36-125-136-1345
+endword -u 36-6-136
+begword hun- 125-136-1345-36
+endword -j 36-6-245
+endword -kan 36-13-1-1345
+endword -k 36-6-13
+begword kan- 13-1-1345-36
+endword -lige 36-123-24-12456
+endword -l 36-6-123
+begword lige- 123-24-12456-36
+endword -med 36-146-145
+endword -m 36-6-134
+begword med- 146-145-36
+endword -men 36-134-126
+begword men- 134-126-36
+ endword -ned 36-1246-145
+begword ned- 1246-145-36
+endword -når 36-1345-16-1235
+endword -n 36-6-1345
+begword når- 1345-16-1235-36
+endword -op 36-135-1234
+endword -o 36-6-135
+begword op- 135-1234-36
+endword -over 36-135-1236-156
+endword -x 36-6-1346
+begword over- 135-1236-156-36
+endword -på 36-1234-16
+endword -p 36-6-1234
+begword på- 1234-16-36
+midword -på- 36-1234-36
+endword -ret 36-1235-346
+begword ret- 1235-346-36
+midword -ret- 36-12356-36
+endword -rigtig 36-1235-35-2345-35
+endword -r 36-6-1235
+begword rigtig- 1235-35-2345-35-36
+midword -rigtig- 36-1235-36
+endword -skal 36-123456-1-123
+begword skal- 123456-1-123-36
+midword -skal- 36-123456-36
+endword -som 36-234-135-134
+endword -s 36-6-234
+begword som- 234-135-134-36
+midword -som- 36-234-36
+endword -så 36-234-16
+endword -å 36-6-16
+begword så- 234-16-36
+endword -til 36-2345-24-123
+endword -t 36-6-2345
+begword til- 2345-24-123-36
+midword -til- 36-2345-36
+endword -under 36-136-1345-23456
+begword under- 136-1345-23456-36
+midword -under- 36-12345-36
+endword -ved 36-1236-15-145
+endword -v 36-6-1236
+begword ved- 1236-15-145-36
+midword -ved- 36-1236-36
+
+
+### Context rules - forward translation
+
+# Substitutions for joinnum rules with common math signs
+noback context $dy$s["-"$s]$dy @36
+noback context $dy$s["+"$s]$dy @235
+noback context $dy$s["\x00d7"$s]$dy @3
+noback context $dy$s["\x00f7"$s]$dy @256
+noback context $dy$s["="$s]$dy @2356
+
+# Space on each side of = when between letters or punctuation.
+noback context $lp["="]$lp @0-2356-0
+
+# Exclamation at beginning of string
+noback context `["!"] @6-235
+
+# Ensure two dashes where appropriate.
+noback context $w["-"]$w @36
+noback context $sw["-"]$sw @36-36
+noback context `["-"]$sw @36-36
+noback context $sw["-"]~ @36-36
+noback context !$sw["-"]~ @36
+noback context `["-"]~ @36-36
+
+# Ensure letsign between letter and numsign
+noback context $l[]$D @6
+
+# No "nd", "hv", "or", or "st" after a digit and a letsign
+noback context $dy["hv"] @6-125-1236
+noback context $dy$Spm["hv"] @6-125-1236
+noback context $dy["nd"] @6-1345-145
+noback context $dy$Spm["nd"] @6-1345-145
+noback context $dy["or"] @6-135-1235
+noback context $dy$Spm["or"] @6-135-1235
+noback context $dy["st"] @6-234-2345
+noback context $dy$Spm["st"] @6-234-2345
+noback context $dy["te"] @6-2345-15
+noback context $dy$Spm["te"] @6-2345-15
+
+
+#ensure dot 6 between a digit and a letter
+noback context $dy[]$u @6
+noback context $dy$Spm.[]$u @6
+
+### Pass 2 - forward translation
+
+# Correct chars defined as 8 dots because they include letsign
+noback pass2 @467 @45-6
+noback pass2 @4568 @45-456
+noback pass2 @123457 @6-12345
+noback pass2 @24567 @6-2456
+noback pass2 @13467 @6-1346
+noback pass2 @13567 @6-1356
+noback pass2 @12567 @6-1256
+
+# Show endcapsword as dot 6 (letsign)
+noback pass2 @68 @6
+
+noback pass2 @6-46-5 @46-5 # no letsign before cap letters with accent
+noback pass2 _$D[@6-46-6] *
+noback pass2 _$D[@6-46] *
+noback pass2 @6-46-6 @46-6 # Ensure correct order and no double letsign
+noback pass2 @6-46 @46-6 # Ensure correct order
+
+### Pass 3 - forward translation
+
+# Ensure there is only one letsign
+ noback pass3 @6-6 @6
+# This file is obsolete. Do not use!
+
+# liblouis: de-de.dis
+#
+# Copyright (C) 1995-2004 by The BRLTTY Team. All rights reserved.
+# Copyright (C) 2004 ViewPlus Technologies, inc., www.viewplustech.com
+# Copyright (C) 2004 Computers to Help People, Inc., www.chpi.org
+
+# This file is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public
+# License as published by the Free Software Foundation; either
+# version 2.1 of the License, or (at your option) any later version.
+
+# This file is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+# Lesser General Public License for more details.
+
+# You should have received a copy of the GNU Lesser General Public
+# License along with this file; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+
+# Maintained by John J. Boyer, director@chpi.org, www.chpi.org
+
+# This is to be used with German translation tables.
+
+
+        #Hex   Dots				Dec		Char Description
+display \x0020 0					#32					space
+display \x0021   5				#33		!			exclamation mark
+display \x0022    4				#34		"			quotation mark
+display \x0023   3456			#35		#			number sign
+display \x0024 46					#36		$			dollar sign
+display \x0025 123456			#37		%			percent sign
+display \x0026 12346			#38		&			ampersand
+display \x0027  6					#39		'			apostrophe
+display \x0028	236		#40	(			left parenthesis
+display \x0029  356		#41	)			right parenthesis
+display \x002A	35		#42	*			asterisk
+display \x002B	235		#43	+			plus sign
+display \x002C      2		#44 ,			comma
+display \x002D	36		#45	-			hyphen-minus
+display \x002E	3			#46 .			full stop
+display \x002F	256		#47	/			solidus
+
+display \x0030	346		#480			digit zero
+display \x0031	16		#491			digit one
+display \x0032	126		#502			digit two
+display \x0033	146		#513			digit three
+display \x0034  1456	#524			digit four
+display \x0035  156		#535			digit five
+display \x0036  1246	#546			digit six
+display \x0037  12456 #557			digit seven
+display \x0038  1256	#568			digit eight
+display \x0039	246		#579			digit nine
+display \x003A	25		#58 :			colon
+display \x003B  23		#59 ;			semicolon
+display \x003C 56			#60  <	less-than sign
+# display \x003D 156		#61  =	equals sign
+display \x003D 2356		#61  =	equals sign
+display \x003E 45			#62  >	greater-than sign
+display \x003F  26		#63 ?			question mark
+display \x0040 345				#64  @	commercial at
+
+        #Hex   Dots		Dec	Char Description
+display \x0041 17				#65	A Latin capital letter a
+display \x0042 127			#66	B Latin capital letter b
+display \x0043 147			#67	C Latin capital letter c
+display \x0044 1457			#68	D Latin capital letter d
+display \x0045 157			#69	E Latin capital letter e
+display \x0046 1247			#70	F Latin capital letter f
+display \x0047 12457		#71	G Latin capital letter g
+display \x0048 1257			#72	H Latin capital letter h
+display \x0049 247			#73	I Latin capital letter i
+display \x004A 2457			#74	J Latin capital letter j
+display \x004B 137			#75	K Latin capital letter k
+display \x004C 1237			#76	L Latin capital letter l
+display \x004D 1347			#77	M Latin capital letter m
+display \x004E 13457		#78	N Latin capital letter n
+display \x004F 1357			#79	O Latin capital letter o
+display \x0050 12347		#80	P Latin capital letter p
+display \x0051 123457		#81	Q Latin capital letter q
+display \x0052 12357		#82	R Latin capital letter r
+display \x0053 2347			#83	S Latin capital letter s
+display \x0054 23457		#84	T Latin capital letter t
+display \x0055 1367			#85	U Latin capital letter u
+display \x0056 12367		#86	V Latin capital letter v
+display \x0057 24567		#87	W Latin capital letter w
+display \x0058 13467		#88	X Latin capital letter x
+display \x0059 134567		#89	Y Latin capital letter y
+display \x005A 13567		#90	Z Latin capital letter z
+
+display \x005B 12356	#	91  [	left square bracket
+display \x005C 347		#	92	\	reverse solidus
+display \x005D 23456	# 93  ]	right square bracket
+display \x005E 2346		# 94 ^	circumflex accent
+display \x005F 456		# 95 _	low line
+display \x0060 345		# 96 `	grave accent
+
+display \x0061 1			#97  a  Latin small letter a
+display \x0062 12			#98  b Latin small letter b
+display \x0063 14			#99  c Latin small letter c
+display \x0064 145		#100 d Latin small letter d
+display \x0065 15			#101 e Latin small letter e
+display \x0066 124		#102 f Latin small letter f
+display \x0067 1245		#103 g Latin small letter g
+display \x0068 125		#104 h Latin small letter h
+display \x0069  24		#105 i Latin small letter i
+display \x006A  245		#106 j Latin small letter j
+display \x006B 13			#107 k Latin small letter k
+display \x006C 123		#108 l Latin small letter l
+display \x006D 134		#109 m Latin small letter m
+display \x006E 1345		#110 n Latin small letter n
+display \x006F 135		#111 o Latin small letter o
+display \x0070 1234		#112 p Latin small letter p
+display \x0071 12345	#113 q Latin small letter q
+display \x0072 1235		#114 r Latin small letter r
+display \x0073 234		#115 s Latin small letter s
+display \x0074  2345	#116 t Latin small letter t
+display \x0075 136		#117 u Latin small letter u
+display \x0076 1236		#118 v Latin small letter v
+display \x0077  2456	#119 w Latin small letter w
+display \x0078 1346		#120 x Latin small letter x
+display \x0079 13456	#121 y Latin small letter y
+display \x007A 1356		#122 z Latin small letter z
+
+display \x007B  12356			# 123 {		left curly bracket
+display \x007C 34					# 124 |		vertical line
+display \x007D 23456			#	125 }		right curly bracket
+display \x007E   2356     #	126 ~   tilde
+display \x007F 4568				# 127	^		?delete
+
+#Hex Dots Dec Char Description
+display \x0080 48 # 128~@<control>
+display \x0081 18 # 129~A<control>
+display \x0082 128 # 130~Bbreak permitted here
+display \x0083 148 # 131~Cno break here
+display \x0084 1458 # 132~D<control>
+display \x0085 158 # 133~Enext line
+display \x0086 1248 # 134~Fstart of selected area
+display \x0087 12458 # 135~Gend of selected area
+display \x0088 1258 # 136~Hcharacter tabulation set
+display \x0089  248 # 137~Icharacter tabulation with justification
+display \x008A  2458 # 138~Jline tabulation set
+display \x008B 138 # 139~Kpartial line down
+display \x008C 1238 # 140~Lpartial line up
+display \x008D 1348 # 141~Mreverse line feed
+display \x008E 13458 # 142~Nsingle shift two
+display \x008F 1358 # 143~Osingle shift three
+display \x0090 12348 # 144~Pdevice control string
+display \x0091 123458 # 145~Qprivate use one
+display \x0092 12358 # 146~Rprivate use two
+display \x0093 2348 # 147~Sset transmit state
+display \x0094  23458 # 148~Tcancel character
+display \x0095 1368 # 149~Umessage waiting
+display \x0096 12368 # 150~Vstart of guarded area
+display \x0097  24568 # 151~Wend of guarded area
+display \x0098 13468 # 152~Xstart of string
+display \x0099 134568 # 153~Y<control>
+display \x009A 13568 # 154~Zsingle character introducer
+display \x009B  2468 # 155~[control sequence introducer
+display \x009C 12568 # 156~\string terminator
+display \x009D 124568 # 157~]operating system command
+display \x009E 458 # 158~^privacy message
+display \x009F 4568		# 159				~_application program command
+display \x00A0 0			#160			no-break space
+
+#Hex Dots Dec Char Description
+display \x0000 478 #0^@null
+display \x0001 178 #1^Astart of heading
+display \x0002 1278 #2^Bstart of text
+display \x0003 1478 #3^Cend of text
+display \x0004 14578 #4^Dend of transmission
+display \x0005 1578 #5^Eenquiry
+display \x0006 12478 #6^Facknowledge
+display \x0007 124578 #7^Gbell
+display \x0008 12578 #8^Hbackspace
+display \x0009  2478 #9^Ihorizontal tabulation
+display \x000A  24578 #10^Jline feed
+display \x000B 1378 #11^Kvertical tabulation
+display \x000C 12378 #12^Lform feed
+display \x000D 13478 #13^Mcarriage return
+display \x000E 134578 #14^Nshift out
+display \x000F 13578 #15^Oshift in
+display \x0010 123478 #16^Pdata link escape
+display \x0011 1234578 #17^Qdevice control one
+display \x0012 123578 #18^Rdevice control two
+display \x0013 23478 #19^Sdevice control three
+display \x0014  234578 #20^Tdevice control four
+display \x0015 13678 #21^Unegative acknowledge
+display \x0016 123678 #22^Vsynchronous idle
+display \x0017  245678 #23^Wend of transmission block
+display \x0018 134678 #24^Xcancel
+display \x0019 1345678 #25^Yend of medium
+display \x001A 135678 #26^Zsubstitute
+display \x001B  24678 #27^[escape
+display \x001C 125678 #28^\file separator
+display \x001D 1245678 #29^]group separator
+display \x001E 4578 #30^^record separator
+display \x001F 45678 #31^_unit separator
+
+				#Hex	 Dots			Dec	Char	Description
+display \x00A1 23467  #	161 ¡			inverted exclamation mark
+display \x00A2 58			#162	¢			cent sign 
+display \x00A3 34567  # 163	£			pound sign
+display \x00A4 1467		# 164	¤			currency sign
+display \x00A5 123467 # 165	¥			yen sign
+display \x00A6 1567		# 166	¦			broken bar
+display \x00A7 357		# 167	§			section sign
+display \x00A8  57		# 168	¨			diaeresis
+display \x00A9  23567 # 169	©			copyright sign
+display \x00AA 8			# 170	ª			feminine ordinal indicator
+display \x00AB 1267		# 171	«			left-pointing double angle quotation mark
+display \x00AC  2567  # 172	¬			not sign
+display \x00AD 367		# 173	­			soft hyphen
+display \x00AE  2367  # 174	®			registered sign
+display \x00AF  267		# 175	¯			macron
+display \x00B0 3567		# 176	°			degree sign
+
+display \x00C0  23578		# 192		À		Latin capital letter a with grave
+display \x00C1	1678		# 193		Á		Latin capital letter a with acute
+display \x00C2	16			# 194		Â		Latin capital letter a with circumflex
+display \x00C3	578 # 195Ã Latin capital letter a with tilde
+display \x00C4	1234678 # 196Ä Latin capital letter a with diaeresis
+display \x00C5	34578 # 197Å Latin capital letter a with ring above
+display \x00C6	378 # 198Æ Latin capital letter ae
+display \x00C7	34678 # 199Ç Latin capital letter c with cedilla
+display \x00C8  23567		#	200		È		Latin capital letter e with grave
+display \x00C9	12678		# 201É Latin capital letter e with acute
+display \x00CA  2378	# 202		Ê		Latin capital letter e with circumflex
+display \x00CB 12345678 # 203Ë Latin capital letter e with diaeresis
+display \x00CC  23678 # 204Ì Latin capital letter i with grave
+display \x00CD 14678 # 205Í Latin capital letter i with acute
+display \x00CE  2578	# 206		Î		Latin capital letter i with circumflex
+display \x00CF 1235678 # 207Ï Latin capital letter i with diaeresis
+display \x00D0 678 # 208Ð Latin capital letter eth
+display \x00D1 4678 # 209Ñ Latin capital letter n with tilde
+display \x00D2 3578 # 210Ò Latin capital letter o with grave
+display \x00D3 145678 # 211Ó Latin capital letter o with acute
+display \x00D4  25678 # 212		Ô		Latin capital letter o with circumflex
+display \x00D5  5678 # 213Õ Latin capital letter o with tilde
+display \x00D6  234678 # 214Ö Latin capital letter o with diaeresis
+display \x00D7 167  # 215×multiplication sign
+display \x00D8 3478 # 216Ø Latin capital letter o with stroke
+display \x00D9 35678 # 217Ù Latin capital letter u with grave
+display \x00DA 15678 # 218Ú Latin capital letter u with acute
+display \x00DB  2678	# 219		Û		Latin capital letter u with circumflex
+display \x00DC  2345678 # 220Ü Latin capital letter u with diaeresis
+display \x00DD 124678 # 221Ý Latin capital letter y with acute
+display \x00DE 3678 # 222Þ Latin capital letter thorn
+display \x00DF 345678 # 223ß Latin small letter sharp s
+display \x00E0  2358 # 224à Latin small letter a with grave
+display \x00E1 168 # 225á Latin small letter a with acute
+display \x00E2	16		# 226		â		Latin small letter a with circumflex
+display \x00E3 58 # 227ã Latin small letter a with tilde
+display \x00E4 123468 # 228ä Latin small letter a with diaeresis
+display \x00E5 3458 # 229å Latin small letter a with ring above
+display \x00E6 38 # 230æ Latin small letter ae
+display \x00E7 3468 # 231ç Latin small letter c with cedilla
+display \x00E8  23568 # 232è Latin small letter e with grave
+display \x00E9 1268 # 233é Latin small letter e with acute
+display \x00EA  238		# 234		ê		Latin small letter e with circumflex
+display \x00EB 1234568 # 235ë Latin small letter e with diaeresis
+display \x00EC  2368 # 236ì Latin small letter i with grave
+display \x00ED 1468 # 237í Latin small letter i with acute
+display \x00EE  258		# 238		î		Latin small letter i with circumflex
+display \x00EF 123568 # 239ï Latin small letter i with diaeresis
+display \x00F0 68 # 240ð Latin small letter eth
+display \x00F1 468 # 241ñ Latin small letter n with tilde
+display \x00F2 358 # 242ò Latin small letter o with grave
+display \x00F3 14568 # 243ó Latin small letter o with acute
+display \x00F4  2568	# 244		ô		Latin small letter o with circumflex
+display \x00F5  568 # 245õ Latin small letter o with tilde
+display \x00F6  23468 # 246ö Latin small letter o with diaeresis
+display \x00F7 347  # 247÷division sign
+display \x00F8 348 # 248ø Latin small letter o with stroke
+display \x00F9 3568 # 249ù Latin small letter u with grave
+display \x00FA 1568 # 250ú Latin small letter u with acute
+display \x00FB  268		# 251		û		Latin small letter u with circumflex
+display \x00FC  234568 # 252ü Latin small letter u with diaeresis
+display \x00FD 12468 # 253ý Latin small letter y with acute
+display \x00FE 368 # 254þ Latin small letter thorn
+display \x00FF 34568 # 255ÿ Latin small letter y with diaeresis
+
+
+display \x00BB 3457  # 187»right-pointing double angle quotation mark
+display \x00B9  27  # 185¹superscript one
+display \x00B2 237  # 178²superscript two
+display \x00B3 257  # 179³superscript three
+display \x00B1 3467  # 177±plus-minus sign
+display \x00D7 167  # 215×multiplication sign
+
+display \x00B7 467  # 183·middle dot
+
+display \x00BF 14567  # 191¿inverted question mark
+
+
+display \x00B6  2357  # 182¶pilcrow sign
+
+
+#Hex Dots Dec Char Description
+display \x00BC 123567  # 188¼vulgar fraction one quarter
+display \x00BD 1234567  # 189½vulgar fraction one half
+display \x00BE  234567  # 190¾vulgar fraction three quarters
+
+# Each of the three extended accent characters is the same as its conventional
+# compose character but with dot7 added:
+
+#Hex Dots Dec Char Description
+display \x00B4 37  # 180´acute accent
+display \x00B8 67  # 184¸cedilla
+
+
+# The two gender symbols are:
+
+#Hex Dots Dec Char Description
+display \x00BA 7  # 186ºmasculine ordinal indicator
+
+
+# The three remaining characters are:
+
+#Hex Dots Dec Char Description
+
+display \x00B5  567  # 181µmicro sign
+
+
+# The nonbreaking space is dots 7 and 8 because this presents a sequence of
+# nonbreaking spaces as a smooth low line segment.
+
+#Hex Dots Dec Char Description
+
+# liblouis: Chinese double spelling Braille.
+#
+#-index-name:  Mandarin, mainland China, 2-cell
+#-display-name: Two-cell Chinese braille
+#
+#+locale:cmn-CN
+#+type:literary
+#+system:cmn-two-cell
+#
+# Version 2018-09-10
+# Optimize the display of Braille.
+# Correct the punctuation of some mistakes.
+#
+# Version 2018-08-21
+# Add some punctuations.
+# Minor error correction.
+#
+# Version 2018-08-06
+# When Chinese characters are mixed with English letters,
+# if there is no space symbol between them, a braille symbol is inserted to separate them.
+# Add some abnormally pronouncing phrases.
+# Add electronic Braille symbols.
+# Correct the punctuation of some mistakes.
+#
+# Version 2018-07-23
+# The first version of the manual proofreading
+#
+# Copyright (C) 2018 Sunian Loomee <ghito@qq.com>
+# Copyright (C) 2018 NVDA Chinese website <http://nvdacn.com>
+#
+# This file is part of liblouis.
+#
+# liblouis is free software: you can redistribute it and/or modify it
+# under the terms of the GNU Lesser General Public License as
+# published by the Free Software Foundation, either version 2.1 of the
+# License, or (at your option) any later version.
+#
+# liblouis is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with liblouis. If not, see
+# <http://www.gnu.org/licenses/>.
+#
+# Introduction
+#
+# This is the Chinese double spelling Braille Scheme.
+# It is called Two-cell_Chinese_Braille in Wikipedia.
+# A Chinese character is composed of two Braille symbols, consonants and vowels, the tones are included in vowels.
+# It contains 20902 Chinese characters, about 3000 phrases of simplified characters and about 2000 phrases of traditional characters.
+#
+# About the words of abnormal pronunciations.
+# When it is used alone, the pronunciation is used as the pronunciation of a single word.
+# The number of phrases formed by one word is the largest, the pronunciation is used as the pronunciation of a single word.
+# Rare multi-tone words do not handle.
+#
+# References
+#
+# Chinese Mandarin Braille
+# The Chinese national standard (GB/T 15720-2008)
+# Brief introduction <http://www.std.gov.cn/gb/search/gbDetailed?id=5DDA8BA054B018DEE05397BE0A0A95A7>
+# Online reading <http://c.gb688.cn/bzgk/gb/showGb?type=online&hcno=484E4150A1F62E81B0553422E6A8A292>
+# File download <http://www.moe.gov.cn/ewebeditor/uploadfile/2015/01/12/20150112165202961.pdf>
+# Corresponding to Wikipedia
+# <https://en.wikipedia.org/wiki/Two-cell_Chinese_Braille>
+#
+# Examination and approval words of abnormal pronunciations in Mandarin
+# Brief introduction <http://www.moe.gov.cn/jyb_xwfb/s248/201606/t20160606_248272.html>
+# File download <http://www.moe.gov.cn/jyb_xwfb/s248/201606/W020160606277722984732.doc>
+#
+# Chinese Glossary of abnormal pronunciations.
+# <http://www.360doc.com/content/15/0317/19/1564413_455880341.shtml>
+#
+# CJK Unified Ideographs (\x4E00-\x9FA5), a total of 20902.
+# <http://www.qqxiuzi.cn/zh/hanzi-unicode-bianma.php>
+#
+# Chinese characters and unicode code conversion tool
+# Brief introduction <http://dl.pconline.com.cn/download/411069-1.html>
+# File download <http://dlc2.pconline.com.cn/filedown_411069_7273718/vCvbh6ni/pconline1478497970934.zip>
+#
+# Chinese character Pinyin conversion tool
+# Brief introduction <http://dl.pconline.com.cn/download/413452.html>
+# File download <http://dlc2.pconline.com.cn/filedown_413452_7286036/rfp86Mhb/pconline1478492920522.zip>
+#
+# This document is written in AkelPad, office-excel and office-word.
+# AkelPad text editor
+# <http://akelpad.sourceforge.net/>
+#
+# Thanks to original document with Yuzhou and Youling.
+# Thanks to manual testing with Yuzhou.
+#
+#
+# Start
+
+space \s 0
+
+# Single Chinese character
+sign \x5416 23456-2345
+sign \x963F 23456-2345
+sign \x554A 23456-356
+sign \x9515 23456-2345
+sign \x9312 23456-2345
+sign \x55C4 124-245
+sign \x54CE 23456-12345
+sign \x54C0 23456-12345
+sign \x57C3 23456-12345
+sign \x5509 23456-12345
+sign \x6B38 23456-34
+sign \x6EBE 23456-12345
+sign \x953F 23456-12345
+sign \x9384 23456-12345
+sign \x6328 23456-12345
+sign \x6371 23456-12456
+sign \x5540 23456-12456
+sign \x7691 23456-12456
+sign \x5A3E 23456-12456
+sign \x51D2 23456-12456
+sign \x5D66 23456-12456
+sign \x6EB0 23456-12456
+sign \x560A 23456-12456
+sign \x6571 23456-12456
+sign \x769A 23456-12456
+sign \x764C 23456-12456
+sign \x6BD0 23456-123456
+sign \x6639 23456-123456
+sign \x77EE 23456-123456
+sign \x853C 23456-123456
+sign \x8EB7 23456-123456
+sign \x6FED 23456-123456
+sign \x85F9 23456-123456
+sign \x972D 23456-123456
+sign \x8B6A 23456-123456
+sign \x9744 23456-123456
+sign \x827E 23456-1245
+sign \x4F0C 23456-1245
+sign \x7839 23456-1245
+sign \x7231 23456-1245
+sign \x784B 23456-1245
+sign \x9698 23456-1245
+sign \x5867 23456-1245
+sign \x788D 23456-1245
+sign \x55F3 23456-1245
+sign \x55CC 23456-1245
+sign \x611B 23456-1245
+sign \x5AD2 23456-1245
+sign \x7477 23456-1245
+sign \x53C6 23456-1245
+sign \x66A7 23456-1245
+sign \x50FE 23456-1245
+sign \x58D2 23456-1245
+sign \x9D31 23456-1245
+sign \x8586 23456-1245
+sign \x566F 23456-1245
+sign \x61D3 23456-1245
+sign \x5B21 23456-1245
+sign \x74A6 23456-1245
+sign \x8CF9 23456-1245
+sign \x66D6 23456-1245
+sign \x77B9 23456-1245
+sign \x99A4 23456-1245
+sign \x76A7 23456-1245
+sign \x7919 23456-1245
+sign \x9440 23456-1245
+sign \x8B7A 23456-1245
+sign \x9C6B 23456-1245
+sign \x5B89 23456-1234
+sign \x4F92 23456-1234
+sign \x5CD6 23456-1234
+sign \x6849 23456-1234
+sign \x6C28 23456-1234
+sign \x5EB5 23456-1234
+sign \x8C19 23456-1234
+sign \x844A 23456-1234
+sign \x843B 23456-1234
+sign \x557D 23456-1234
+sign \x5A95 23456-1234
+sign \x9E4C 23456-1234
+sign \x8164 23456-1234
+sign \x75F7 23456-1234
+sign \x84ED 23456-1234
+sign \x8A9D 23456-1234
+sign \x978D 23456-1234
+sign \x978C 23456-1234
+sign \x76E6 23456-1234
+sign \x8AF3 23456-1234
+sign \x95C7 23456-124
+sign \x99A3 23456-1234
+sign \x9B9F 23456-1234
+sign \x76EB 23456-1234
+sign \x9D6A 23456-1234
+sign \x97FD 23456-1234
+sign \x9D95 23456-1234
+sign \x96F8 23456-1246
+sign \x57B5 23456-12346
+sign \x4FFA 23456-12346
+sign \x57EF 23456-12346
+sign \x5535 23456-12346
+sign \x94F5 23456-12346
+sign \x968C 23456-124
+sign \x63DE 23456-12346
+sign \x667B 23456-12346
+sign \x7F6F 23456-12346
+sign \x92A8 23456-12346
+sign \x72B4 23456-124
+sign \x5CB8 23456-124
+sign \x6309 23456-124
+sign \x834C 23456-124
+sign \x6D1D 23456-124
+sign \x8C7B 23456-124
+sign \x80FA 23456-124
+sign \x6848 23456-124
+sign \x5813 23456-124
+sign \x5A69 23456-124
+sign \x6697 23456-124
+sign \x8C8B 23456-124
+sign \x5111 23456-124
+sign \x930C 23456-124
+sign \x9EEF 23456-124
+sign \x80AE 23456-1345
+sign \x9AAF 23456-1345
+sign \x5C87 23456-1456
+sign \x678A 23456-145
+sign \x6602 23456-1456
+sign \x663B 23456-1456
+sign \x76CE 23456-145
+sign \x91A0 23456-145
+sign \x51F9 23456-1235
+sign \x67EA 23456-1235
+sign \x8EEA 23456-1235
+sign \x720A 23456-1235
+sign \x6556 23456-1256
+sign \x53AB 23456-1256
+sign \x969E 23456-1256
+sign \x55F8 23456-1256
+sign \x5D85 23456-1256
+sign \x9068 23456-1256
+sign \x851C 23456-1256
+sign \x55F7 23456-1256
+sign \x7353 23456-1256
+sign \x5ED2 23456-1256
+sign \x6EF6 23456-1256
+sign \x7488 23456-1256
+sign \x7352 23456-1256
+sign \x646E 23456-1256
+sign \x71AC 23456-1256
+sign \x78DD 23456-1256
+sign \x8071 23456-1256
+sign \x87AF 23456-1256
+sign \x7FF1 23456-1256
+sign \x8B37 23456-1256
+sign \x7FF6 23456-1256
+sign \x9CCC 23456-1256
+sign \x7FFA 23456-1256
+sign \x93D6 23456-1256
+sign \x9DD4 23456-1256
+sign \x9C32 23456-1256
+sign \x9F07 23456-1256
+sign \x82BA 23456-12356
+sign \x8884 23456-12356
+sign \x957A 23456-12356
+sign \x5AAA 23456-12356
+sign \x5ABC 23456-12356
+sign \x8956 23456-12356
+sign \x6277 23456-125
+sign \x629D 23456-12356
+sign \x5C99 23456-125
+sign \x5787 23456-125
+sign \x5773 23456-125
+sign \x5CB0 23456-125
+sign \x5961 23456-125
+sign \x50B2 23456-125
+sign \x5965 23456-125
+sign \x5AEF 23456-125
+sign \x9A9C 23456-125
+sign \x5967 23456-125
+sign \x6160 23456-125
+sign \x64D9 23456-125
+sign \x5DB4 23456-125
+sign \x6FB3 23456-125
+sign \x61CA 23456-125
+sign \x8B38 23456-1256
+sign \x93CA 23456-125
+sign \x9A41 23456-125
+sign \x516B 24-2345
+sign \x4E37 24-2345
+sign \x4EC8 24-2345
+sign \x5DF4 24-2345
+sign \x6252 24-2345
+sign \x53ED 24-2345
+sign \x7390 24-2345
+sign \x6733 24-2345
+sign \x82AD 24-2345
+sign \x593F 24-2345
+sign \x5C9C 24-2345
+sign \x75A4 24-2345
+sign \x634C 24-2345
+sign \x8686 24-2345
+sign \x54F5 24-2345
+sign \x7B06 24-2345
+sign \x91DF 24-2345
+sign \x91DB 12-246
+sign \x7F93 24-2345
+sign \x7C91 24-2345
+sign \x7D26 24-2345
+sign \x8C5D 24-2345
+sign \x9C83 24-2345
+sign \x9B5E 24-2345
+sign \x72AE 24-2456
+sign \x53D0 24-2456
+sign \x629C 24-2456
+sign \x577A 24-2456
+sign \x62D4 24-2456
+sign \x8307 24-2456
+sign \x59AD 24-2456
+sign \x80C8 24-2456
+sign \x70A6 24-2456
+sign \x7679 24-2456
+sign \x83DD 24-2456
+sign \x8EF7 24-2456
+sign \x8DCB 24-2456
+sign \x8A59 24-2456
+sign \x9B43 24-2456
+sign \x98B0 24-2456
+sign \x58A2 24-2456
+sign \x9F25 24-2456
+sign \x628A 24-23456
+sign \x9776 24-23456
+sign \x575D 24-245
+sign \x5F1D 24-245
+sign \x7238 24-245
+sign \x57BB 24-245
+sign \x7F62 24-245
+sign \x9C85 24-245
+sign \x7F77 24-245
+sign \x9B81 24-245
+sign \x8987 24-245
+sign \x77F2 24-245
+sign \x9738 24-245
+sign \x58E9 24-245
+sign \x705E 24-245
+sign \x6B1B 24-245
+sign \x5427 24-356
+sign \x6300 24-12345
+sign \x63B0 24-12345
+sign \x767D 24-12456
+sign \x767E 24-123456
+sign \x4F70 24-123456
+sign \x67CF 24-123456
+sign \x6822 24-123456
+sign \x74F8 24-123456-26-23456
+sign \x636D 24-123456
+sign \x7AE1 24-123456-124-135
+sign \x7CA8 24-123456
+sign \x7D54 24-123456
+sign \x6446 24-123456
+sign \x64FA 24-123456
+sign \x896C 24-123456
+sign \x5E8D 24-1245
+sign \x62DD 24-1245
+sign \x8D25 24-1245
+sign \x62DC 24-1245
+sign \x6557 24-1245
+sign \x7A17 24-1245
+sign \x7CBA 24-1245
+sign \x85AD 24-1245
+sign \x8D01 24-1245
+sign \x97DB 24-1245
+sign \x6273 24-1234
+sign \x653D 24-1234
+sign \x73ED 24-1234
+sign \x822C 24-1234
+sign \x9881 24-1234
+sign \x6591 24-1234
+sign \x642C 24-1234
+sign \x9812 24-1234
+sign \x6592 24-1234
+sign \x7622 24-1234
+sign \x764D 24-1234
+sign \x8FAC 24-1234
+sign \x962A 24-12346
+sign \x5742 24-12346
+sign \x5C85 24-12346
+sign \x677F 24-12346
+sign \x74EA 24-12346
+sign \x6604 24-12346
+sign \x7248 24-12346
+sign \x94A3 24-12346
+sign \x8982 235-1356
+sign \x8228 24-12346
+sign \x7C84 24-12346
+sign \x9211 24-12346
+sign \x8742 24-12346
+sign \x9B6C 24-12346
+sign \x95C6 24-12346
+sign \x529E 24-124
+sign \x534A 24-124
+sign \x4F34 24-124
+sign \x5762 234-12346
+sign \x62CC 24-124
+sign \x6011 24-124
+sign \x59C5 24-124
+sign \x7ECA 24-124
+sign \x79DA 24-124
+sign \x6E74 24-124
+sign \x7D46 24-124
+sign \x8DD8 236-1246
+sign \x9261 24-124
+sign \x977D 24-124
+sign \x8FA6 24-124
+sign \x74E3 24-124
+sign \x626E 24-124
+sign \x90A6 24-1345
+sign \x5E2E 24-1345
+sign \x57B9 24-1345
+sign \x6360 24-1345
+sign \x6886 24-1345
+sign \x6D5C 24-1345
+sign \x90AB 24-1345
+sign \x5E47 24-1345
+sign \x5E5A 24-1345
+sign \x5E6B 24-1345
+sign \x97A4 24-1345
+sign \x7ED1 24-13456
+sign \x7D81 24-13456
+sign \x699C 24-13456
+sign \x7253 24-13456
+sign \x73A4 24-145
+sign \x868C 24-145
+sign \x68D2 24-145
+sign \x68D3 24-145
+sign \x7865 246-13456
+sign \x508D 24-145
+sign \x8C24 24-145
+sign \x585D 24-145
+sign \x84A1 24-145
+sign \x7A16 24-145
+sign \x872F 24-145
+sign \x78C5 24-145
+sign \x9551 24-145
+sign \x8255 24-145
+sign \x7E0D 24-1345
+sign \x8B17 24-145
+sign \x938A 24-145
+sign \x52F9 24-1235
+sign \x5305 24-1235
+sign \x4F68 24-1235
+sign \x82DE 24-1235
+sign \x5B62 24-1235
+sign \x80DE 24-1235
+sign \x7B23 24-1235
+sign \x9F85 24-1235
+sign \x7172 24-1235
+sign \x8554 24-1235
+sign \x8912 24-1235
+sign \x95C1 24-1235
+sign \x8943 24-1235
+sign \x9F59 24-1235
+sign \x7A87 24-1256
+sign \x96F9 24-1256
+sign \x8584 24-1256
+sign \x5B80 2456-1246
+sign \x9971 24-12356
+sign \x6009 24-12356
+sign \x5B9D 24-12356
+sign \x4FDD 24-12356
+sign \x9E28 24-12356
+sign \x73E4 24-12356
+sign \x5822 24-12356
+sign \x8446 24-12356
+sign \x5821 24-12356
+sign \x5AAC 24-12356
+sign \x98F9 24-12356
+sign \x98FD 24-12356
+sign \x5BDA 24-12356
+sign \x99C2 24-12356
+sign \x8913 24-12356
+sign \x9CF5 24-12356
+sign \x9D07 24-12356
+sign \x7DE5 24-12356
+sign \x8CF2 24-12356
+sign \x85F5 24-134
+sign \x5BF3 24-12356
+sign \x5BF6 24-12356
+sign \x974C 24-12356
+sign \x52FD 24-125
+sign \x62A5 24-125
+sign \x62B1 24-125
+sign \x8DB5 24-234
+sign \x94C7 24-125
+sign \x8C79 24-125
+sign \x83E2 24-125
+sign \x888C 24-125
+sign \x5831 24-125
+sign \x924B 24-125
+sign \x9C8D 24-125
+sign \x9764 236-125
+sign \x9AB2 24-125
+sign \x9AF1 24-125
+sign \x66B4 24-125
+sign \x8663 24-125
+sign \x9B91 24-125
+sign \x66D3 24-125
+sign \x5124 24-125
+sign \x7206 24-125
+sign \x5FC1 24-125
+sign \x9464 24-125
+sign \x8421 24-246
+sign \x9642 24-345
+sign \x676F 24-345
+sign \x5351 24-345
+sign \x76C3 24-345
+sign \x686E 24-345
+sign \x63F9 24-345
+sign \x60B2 24-345
+sign \x7891 24-345
+sign \x9E4E 24-345
+sign \x85E3 24-345
+sign \x9D6F 24-345
+sign \x5317 24-3456
+sign \x9273 24-3456
+sign \x8D1D 24-34
+sign \x5B5B 24-246
+sign \x90B6 24-34
+sign \x8C9D 24-34
+sign \x72C8 24-34
+sign \x82DD 24-34
+sign \x6601 24-34
+sign \x726C 24-34
+sign \x5907 24-34
+sign \x80CC 24-34
+sign \x94A1 24-34
+sign \x4FFB 24-34
+sign \x500D 24-34
+sign \x72FD 24-34
+sign \x6096 24-34
+sign \x88AB 24-34
+sign \x73FC 24-34
+sign \x6896 24-34
+sign \x9101 24-34
+sign \x505D 24-34
+sign \x5079 24-34
+sign \x7432 24-34
+sign \x8F88 24-34
+sign \x8EF0 24-34
+sign \x5099 24-34
+sign \x50C3 24-34
+sign \x60EB 24-34
+sign \x7119 24-34
+sign \x84D3 24-34
+sign \x6102 24-34
+sign \x789A 24-34
+sign \x86FD 24-34
+sign \x7999 24-34
+sign \x9AB3 24-34
+sign \x7295 24-34
+sign \x8A96 24-34
+sign \x8919 24-34
+sign \x8F29 24-34
+sign \x92C7 24-34
+sign \x618A 24-34
+sign \x7CD2 24-34
+sign \x97B4 24-34
+sign \x943E 24-34
+sign \x5457 24-3
+sign \x5504 24-3
+sign \x5954 24-13
+sign \x6CCD 24-13
+sign \x8D32 24-13
+sign \x5034 24-1
+sign \x9029 24-1
+sign \x55AF 24-13
+sign \x6E00 24-1
+sign \x8CC1 24-13
+sign \x7287 24-13
+sign \x951B 24-13
+sign \x931B 24-13
+sign \x672C 24-136
+sign \x5932 24-136
+sign \x82EF 24-136
+sign \x5959 24-136
+sign \x755A 24-136
+sign \x7FC9 24-136
+sign \x694D 24-136
+sign \x574C 24-1
+sign \x6379 24-1
+sign \x6873 24-1
+sign \x7B28 24-1
+sign \x64AA 24-1
+sign \x8F3D 24-1
+sign \x4F3B 24-135
+sign \x6337 24-15
+sign \x595F 24-135
+sign \x5D29 24-135
+sign \x7EF7 24-135
+sign \x958D 24-135
+sign \x7D63 24-135
+sign \x5D6D 24-135
+sign \x50B0 236-156
+sign \x75ED 24-135
+sign \x5623 24-135
+sign \x7DB3 24-135
+sign \x7E43 24-135
+sign \x752D 24-156
+sign \x57F2 24-1356
+sign \x83F6 24-1356
+sign \x742B 24-1356
+sign \x7423 24-1356
+sign \x979B 24-1356
+sign \x6CF5 24-15
+sign \x8FF8 24-15
+sign \x902C 24-15
+sign \x8DF0 24-15
+sign \x5874 24-15
+sign \x750F 24-15
+sign \x955A 24-15
+sign \x8E66 24-15
+sign \x93F0 24-15
+sign \x7680 245-123
+sign \x5C44 245-123
+sign \x6082 2356-123
+sign \x506A 245-123
+sign \x903C 245-123
+sign \x6BF4 245-123
+sign \x921A 2356-123
+sign \x6945 245-123
+sign \x698C 245-123
+sign \x8C4D 245-123
+sign \x9D56 245-123
+sign \x9CBE 245-123
+sign \x939E 245-12
+sign \x9C0F 245-123
+sign \x67F2 245-12
+sign \x8378 245-126
+sign \x9F3B 245-126
+sign \x5B36 245-126
+sign \x5315 245-1236
+sign \x6BD4 245-1236
+sign \x673C 245-1236
+sign \x5936 245-1236
+sign \x5421 245-1236
+sign \x4F4A 245-1236
+sign \x7595 245-1236
+sign \x6C98 245-1236
+sign \x59A3 245-1236
+sign \x5F7C 245-1236
+sign \x67C0 245-1236
+sign \x79D5 245-1236
+sign \x7C8A 245-12
+sign \x7B14 245-1236
+sign \x4FFE 245-1236
+sign \x822D 245-1236
+sign \x7C83 245-1236
+sign \x5A1D 245-1236
+sign \x555A 245-1236
+sign \x7B46 245-1236
+sign \x9119 245-1236
+sign \x805B 245-1236
+sign \x8C8F 245-1236
+sign \x9B6E 2356-126
+sign \x5E01 245-12
+sign \x5FC5 245-12
+sign \x6BD5 245-12
+sign \x95ED 245-12
+sign \x5752 245-12
+sign \x4F56 245-12
+sign \x5E87 245-12
+sign \x90B2 245-12
+sign \x8BD0 245-12
+sign \x82FE 245-12
+sign \x6788 245-12
+sign \x7540 245-12
+sign \x7541 135-126
+sign \x602D 245-12
+sign \x59BC 245-12
+sign \x73CC 245-12
+sign \x835C 245-12
+sign \x6BD6 245-12
+sign \x54D4 245-12
+sign \x75AA 245-12
+sign \x965B 245-12
+sign \x6BD9 245-12
+sign \x7562 245-12
+sign \x94CB 245-12
+sign \x72F4 245-12
+sign \x8890 245-12
+sign \x841E 245-12
+sign \x8406 245-12
+sign \x6890 245-12
+sign \x9589 245-12
+sign \x9587 245-12
+sign \x5EB3 245-12
+sign \x655D 245-12
+sign \x5A62 245-12
+sign \x581B 245-12
+sign \x7695 245-12
+sign \x8CB1 245-12
+sign \x8D51 245-12
+sign \x7B5A 245-12
+sign \x8A56 245-12
+sign \x6E62 245-12
+sign \x610A 245-12
+sign \x610E 245-12
+sign \x7986 245-12
+sign \x5F3B 245-12
+sign \x5F3C 245-12
+sign \x84FD 245-12
+sign \x84D6 245-12
+sign \x959F 245-12
+sign \x8DF8 245-12
+sign \x870C 245-12
+sign \x55F6 245-12
+sign \x924D 245-12
+sign \x98F6 245-12
+sign \x8177 245-12
+sign \x75F9 245-12
+sign \x75FA 245-12
+sign \x714F 245-12
+sign \x6EED 245-12
+sign \x6ED7 245-12
+sign \x88E8 245-12
+sign \x5F43 245-12
+sign \x78A7 245-12
+sign \x9781 24-34
+sign \x853D 245-12
+sign \x7A2B 245-12
+sign \x999D 245-12
+sign \x7B85 245-12
+sign \x7B86 245-12
+sign \x7359 245-12
+sign \x5F0A 245-12
+sign \x5E63 245-12
+sign \x719A 245-12
+sign \x912A 245-12
+sign \x7DBC 245-12
+sign \x9AF2 245-12
+sign \x99DC 245-12
+sign \x5E64 245-12
+sign \x7F7C 245-12
+sign \x7358 245-12
+sign \x6F77 245-12
+sign \x8945 245-12
+sign \x859C 245-12
+sign \x89F1 245-12
+sign \x7BF3 245-12
+sign \x7BE6 245-12
+sign \x9B85 245-12
+sign \x5EE6 245-12
+sign \x58C1 245-12
+sign \x907F 245-12
+sign \x5B16 245-12
+sign \x7E2A 245-12
+sign \x979E 245-1356
+sign \x8E55 245-12
+sign \x9AC0 245-12
+sign \x6583 245-12
+sign \x6FDE 245-12
+sign \x81C2 245-12
+sign \x5970 245-12
+sign \x93CE 245-12
+sign \x9946 245-12
+sign \x9128 245-12
+sign \x74A7 245-12
+sign \x97B8 245-12
+sign \x9B53 245-12
+sign \x8963 245-12
+sign \x895E 245-12
+sign \x7E74 245-12
+sign \x97E0 245-12
+sign \x9A46 245-12
+sign \x8E83 245-12
+sign \x8E84 245-12
+sign \x9DDD 245-12
+sign \x8D14 245-12
+sign \x9434 245-12
+sign \x9DE9 245-12
+sign \x9E0A 2345-12
+sign \x9F0A 245-12
+sign \x8FB9 245-1234
+sign \x782D 245-1234
+sign \x7B3E 245-1234
+sign \x8439 245-1234
+sign \x7335 245-1234
+sign \x7F16 245-1234
+sign \x7251 245-1234
+sign \x7178 245-1234
+sign \x8759 245-1234
+sign \x7BAF 245-1234
+sign \x7DE8 245-1234
+sign \x9795 25-15
+sign \x9089 245-1234
+sign \x937D 245-1234
+sign \x9CCA 245-1234
+sign \x7371 245-1234
+sign \x97AD 245-1234
+sign \x908A 245-1234
+sign \x9BFE 245-1234
+sign \x9BFF 245-1234
+sign \x7C69 245-1234
+sign \x91C6 245-124
+sign \x8D2C 245-12346
+sign \x709E 245-1234
+sign \x75BA 235-2456
+sign \x7A86 245-12346
+sign \x6241 245-12346
+sign \x533E 245-12346
+sign \x8CB6 245-12346
+sign \x60FC 245-12346
+sign \x78A5 245-12346
+sign \x7A28 245-12346
+sign \x890A 245-12346
+sign \x7CC4 245-1234
+sign \x9D18 245-12346
+sign \x85CA 245-12346
+sign \x9DA3 2356-1234
+sign \x535E 245-124
+sign \x5F01 245-124
+sign \x6283 245-124
+sign \x82C4 245-124
+sign \x6C73 245-124
+sign \x6C74 245-124
+sign \x5FED 245-124
+sign \x73A3 245-124
+sign \x5CC5 245-124
+sign \x53D8 245-124
+sign \x662A 245-124
+sign \x4FBF 245-124
+sign \x5909 245-124
+sign \x898D 245-124
+sign \x63D9 245-12346
+sign \x5FA7 245-124
+sign \x904D 245-124
+sign \x7F0F 245-124
+sign \x959E 245-124
+sign \x8FA1 245-124
+sign \x8251 245-124
+sign \x9828 256-1236
+sign \x7DF6 245-124
+sign \x8FA8 245-124
+sign \x8FA9 245-124
+sign \x8FA7 245-124
+sign \x8FAB 245-124
+sign \x8FAE 245-124
+sign \x8FAF 245-124
+sign \x8B8A 245-124
+sign \x6807 245-1235
+sign \x98D1 245-1235
+sign \x9A89 245-1235
+sign \x9ADF 245-1235
+sign \x5F6A 245-1235
+sign \x6DF2 245-1235
+sign \x730B 245-1235
+sign \x813F 245-1235
+sign \x5882 245-1235
+sign \x647D 245-1235
+sign \x8508 245-1235
+sign \x5E56 245-1235
+sign \x98AE 245-1235
+sign \x6EEE 245-1235
+sign \x9AA0 2356-125
+sign \x6A19 245-1235
+sign \x8198 245-1235
+sign \x9E83 245-1235
+sign \x719B 245-1235
+sign \x78E6 245-1235
+sign \x98D9 245-1235
+sign \x9556 245-1235
+sign \x98DA 245-1235
+sign \x762D 245-1235
+sign \x5126 245-1235
+sign \x98B7 245-1235
+sign \x85E8 245-1235
+sign \x8B24 245-1235
+sign \x700C 245-1235
+sign \x8D06 245-1235
+sign \x7202 245-1235
+sign \x93E2 245-1235
+sign \x81D5 245-1235
+sign \x9573 245-1235
+sign \x7A6E 245-1235
+sign \x9A43 245-1235
+sign \x98C6 245-1235
+sign \x98C7 245-1235
+sign \x98C8 245-1235
+sign \x98CA 245-1235
+sign \x9463 245-1235
+sign \x9A6B 245-1235
+sign \x5AD1 245-1256
+sign \x8868 245-12356
+sign \x5A4A 245-12356
+sign \x88F1 245-12356
+sign \x8AD8 245-12356
+sign \x9336 245-12356
+sign \x893E 245-12356
+sign \x6AA6 245-12356
+sign \x4FF5 245-125
+sign \x9CD4 245-125
+sign \x9C3E 245-125
+sign \x618B 245-234
+sign \x9CD6 245-234
+sign \x9C49 245-234
+sign \x9F08 245-234
+sign \x864C 245-234
+sign \x9F9E 245-234
+sign \x5225 245-246
+sign \x522B 245-246
+sign \x5487 245-12
+sign \x8382 245-246
+sign \x86C2 245-246
+sign \x5FB6 245-246
+sign \x8952 245-246
+sign \x87DE 245-234
+sign \x8E69 245-246
+sign \x762A 245-2346
+sign \x765F 245-2346
+sign \x5F46 245-24
+sign \x6C43 245-13
+sign \x90A0 245-13
+sign \x73A2 245-13
+sign \x780F 245-13
+sign \x5BBE 245-13
+sign \x5F6C 245-13
+sign \x6915 245-13
+sign \x50A7 245-13
+sign \x658C 245-13
+sign \x6EE8 245-13
+sign \x7F24 245-13
+sign \x7478 245-13
+sign \x69DF 245-13
+sign \x8C69 245-13
+sign \x8CD3 245-13
+sign \x8CD4 245-13
+sign \x9554 245-13
+sign \x5110 245-13
+sign \x6FD2 245-13
+sign \x8C73 245-13
+sign \x8668 245-13
+sign \x6FF1 245-13
+sign \x6FF5 245-13
+sign \x74B8 245-13
+sign \x6AB3 245-13
+sign \x9726 245-13
+sign \x7015 245-13
+sign \x7E7D 245-13
+sign \x944C 245-13
+sign \x986E 245-13
+sign \x6C1E 1234-34
+sign \x6448 245-1
+sign \x9AE9 245-1
+sign \x6BA1 245-1
+sign \x8191 245-1
+sign \x9B02 245-1
+sign \x64EF 245-1
+sign \x6BAF 245-1
+sign \x81CF 245-1
+sign \x9ACC 245-1
+sign \x9B13 245-1
+sign \x9AD5 245-1
+sign \x9B22 245-1
+sign \x4ECC 245-135
+sign \x4ED2 245-135
+sign \x6C37 245-135
+sign \x51B0 245-135
+sign \x5175 245-135
+sign \x681F 245-135
+sign \x63A4 245-135
+sign \x68B9 245-135
+sign \x92F2 245-135
+sign \x4E19 245-1356
+sign \x90B4 245-1356
+sign \x9643 245-1356
+sign \x62A6 245-1356
+sign \x82EA 245-1356
+sign \x79C9 245-1356
+sign \x6032 245-1356
+sign \x67C4 245-1356
+sign \x661E 245-1356
+sign \x663A 245-1356
+sign \x997C 245-1356
+sign \x70B3 245-1356
+sign \x772A 245-1356
+sign \x7A89 245-1356
+sign \x86C3 245-1356
+sign \x68C5 245-1356
+sign \x9235 245-1356
+sign \x7980 245-1356
+sign \x7A1F 245-1356
+sign \x9786 245-1356
+sign \x927C 245-1356
+sign \x9905 245-1356
+sign \x9920 245-1356
+sign \x765D 245-1356
+sign \x765B 245-1356
+sign \x7592 1234-24
+sign \x5E76 245-15
+sign \x5E77 245-15
+sign \x4F75 245-15
+sign \x4E26 245-15
+sign \x57AA 245-15
+sign \x5EB0 245-15
+sign \x6824 245-15
+sign \x5002 245-15
+sign \x75C5 245-15
+sign \x7ADD 245-15
+sign \x504B 245-1356
+sign \x6452 245-15
+sign \x50A1 245-15
+sign \x5BCE 245-1356
+sign \x8A81 245-15
+sign \x9BA9 245-15
+sign \x9750 245-15
+sign \x7676 24-234
+sign \x62E8 24-234
+sign \x6CE2 24-234
+sign \x73BB 24-234
+sign \x7835 24-234
+sign \x76CB 24-234
+sign \x94B5 24-234
+sign \x997D 24-234
+sign \x889A 24-234
+sign \x88AF 24-246
+sign \x5265 24-234
+sign \x525D 24-234
+sign \x83E0 24-234
+sign \x7F3D 24-234
+sign \x7D34 24-234
+sign \x6E8A 24-234
+sign \x9262 24-234
+sign \x7886 24-234
+sign \x50E0 24-234
+sign \x64AD 24-234
+sign \x64A5 24-234
+sign \x5D93 24-234
+sign \x9911 24-234
+sign \x78FB 236-1246
+sign \x8E73 24-234
+sign \x9A4B 24-234
+sign \x9C4D 24-234
+sign \x4EE2 24-246
+sign \x4F2F 24-246
+sign \x72BB 24-246
+sign \x9A73 24-246
+sign \x82E9 24-246
+sign \x5E1B 24-246
+sign \x74DD 24-246
+sign \x72DB 24-246
+sign \x6CCA 24-246
+sign \x67ED 24-246
+sign \x90E3 24-246
+sign \x52C3 24-246
+sign \x4FBC 24-246
+sign \x80C9 24-246
+sign \x632C 24-246
+sign \x94B9 24-246
+sign \x94C2 24-246
+sign \x79E1 24-246
+sign \x74DF 24-246
+sign \x4EB3 24-246
+sign \x6D61 24-246
+sign \x6872 24-246
+sign \x8236 24-246
+sign \x8116 24-246
+sign \x6DFF 24-246
+sign \x535A 24-246
+sign \x8467 24-246
+sign \x9E41 24-246
+sign \x6E50 236-24
+sign \x6E24 24-246
+sign \x640F 24-246
+sign \x9238 24-246
+sign \x9251 24-246
+sign \x9C8C 24-246
+sign \x733C 24-246
+sign \x998E 24-246
+sign \x613D 24-246
+sign \x99C1 24-246
+sign \x50F0 24-246
+sign \x999B 24-246
+sign \x7B94 24-246
+sign \x7254 24-246
+sign \x824A 24-246
+sign \x818A 24-246
+sign \x717F 24-246
+sign \x8E23 24-246
+sign \x9548 24-246
+sign \x92CD 24-246
+sign \x99EE 24-246
+sign \x999E 24-246
+sign \x58C6 24-246
+sign \x9B8A 24-246
+sign \x8C70 24-246
+sign \x894F 24-246
+sign \x9D53 24-246
+sign \x7921 24-246
+sign \x7C19 24-246
+sign \x939B 24-246
+sign \x993A 24-246
+sign \x61EA 24-246
+sign \x9AC6 24-246
+sign \x9AC9 24-246
+sign \x72A6 24-125
+sign \x6B02 24-246
+sign \x896E 24-246
+sign \x7934 24-246
+sign \x946E 24-246
+sign \x8DDB 24-2346
+sign \x7BA5 24-2346
+sign \x5B79 24-24
+sign \x6A97 24-24
+sign \x64D8 24-24
+sign \x7C38 24-2346
+sign \x8B52 24-24
+sign \x7CEA 24-246
+sign \x8617 24-24
+sign \x535C 24-1236
+sign \x5575 24-35
+sign \x8514 24-35
+sign \x5DED 236-23
+sign \x900B 24-123
+sign \x5CEC 24-123
+sign \x94B8 24-123
+sign \x5EAF 24-123
+sign \x6661 24-123
+sign \x923D 24-123
+sign \x8AA7 24-123
+sign \x8F50 24-126
+sign \x535F 24-1236
+sign \x8865 24-1236
+sign \x6355 24-1236
+sign \x54FA 24-1236
+sign \x88DC 24-1236
+sign \x9CEA 24-1236
+sign \x9D4F 24-123
+sign \x9E14 24-1236
+sign \x4E0D 24-12
+sign \x5E03 24-12
+sign \x6B65 24-12
+sign \x5425 24-12
+sign \x4F48 24-12
+sign \x62AA 24-12
+sign \x6B68 24-12
+sign \x6B69 24-12
+sign \x5498 24-12
+sign \x6016 24-12
+sign \x67E8 24-12
+sign \x949A 24-12
+sign \x57D7 24-12
+sign \x6357 24-12
+sign \x8379 24-12
+sign \x90E8 24-12
+sign \x52CF 24-12
+sign \x6091 24-12
+sign \x57E0 24-12
+sign \x9208 24-12
+sign \x74FF 24-12
+sign \x8500 24-12
+sign \x5ECD 24-12
+sign \x8E04 24-12
+sign \x9914 24-123
+sign \x90F6 24-12
+sign \x7BF0 24-12
+sign \x9922 24-12
+sign \x91AD 24-126
+sign \x7C3F 24-12
+sign \x6503 1345-2345
+sign \x64E6 1345-2345
+sign \x7924 1345-23456
+sign \x7938 1345-23456
+sign \x906A 1345-245
+sign \x731C 1345-12345
+sign \x624D 1345-12456
+sign \x6750 1345-12456
+sign \x8D22 1345-12456
+sign \x8CA1 1345-12456
+sign \x88C1 1345-12456
+sign \x7E94 1345-12456
+sign \x6BDD 1345-123456
+sign \x91C7 1345-123456
+sign \x5038 1345-123456
+sign \x63A1 1345-123456
+sign \x554B 1345-123456
+sign \x5F69 1345-123456
+sign \x5BC0 1345-123456
+sign \x5A47 1345-123456
+sign \x776C 1345-123456
+sign \x8DF4 1345-123456
+sign \x7DB5 1345-123456
+sign \x8E29 1345-123456
+sign \x57F0 1345-123456
+sign \x83DC 1345-1245
+sign \x68CC 1345-123456
+sign \x8521 1345-1245
+sign \x7E29 1345-1245
+sign \x53C2 1345-1234
+sign \x98E1 1345-1234
+sign \x53C4 1345-1234
+sign \x53C3 1345-1234
+sign \x9A96 1345-1234
+sign \x55B0 1345-1234
+sign \x6E4C 1345-1234
+sign \x53C5 1345-1234
+sign \x98F1 12456-13
+sign \x50AA 1345-1234
+sign \x5D7E 1345-13
+sign \x9910 1345-1234
+sign \x5B20 1345-1234
+sign \x7218 1345-124
+sign \x9A42 1345-1234
+sign \x6B8B 1345-1246
+sign \x8695 1345-1246
+sign \x60ED 1345-1246
+sign \x6B98 1345-1246
+sign \x8745 1345-1246
+sign \x615A 1345-1246
+sign \x6159 1345-1246
+sign \x883A 1345-1246
+sign \x8836 1345-1246
+sign \x60E8 1345-12346
+sign \x6158 1345-12346
+sign \x61AF 1345-12346
+sign \x9EEA 1345-12346
+sign \x9EF2 1345-12346
+sign \x707F 1345-124
+sign \x7CB2 1345-124
+sign \x510F 1345-124
+sign \x8592 1345-124
+sign \x6FAF 1345-124
+sign \x74A8 1345-124
+sign \x71E6 1345-124
+sign \x8B32 1345-124
+sign \x4ED3 1345-1345
+sign \x4EFA 1345-1345
+sign \x4F27 1345-1345
+sign \x82CD 1345-1345
+sign \x6CA7 1345-1345
+sign \x9E27 1345-1345
+sign \x8231 1345-1345
+sign \x5009 1345-1345
+sign \x51D4 1345-1345
+sign \x84BC 1345-1345
+sign \x5D62 1345-1345
+sign \x734A 1345-1345
+sign \x6EC4 1345-1345
+sign \x87A5 1345-1345
+sign \x8259 1345-1345
+sign \x6FF8 1345-1345
+sign \x9DAC 1345-1345
+sign \x5328 145-1345
+sign \x8535 145-1345
+sign \x85CF 1345-1456
+sign \x6B0C 1345-1456
+sign \x9476 1345-1456
+sign \x8CF6 1345-145
+sign \x64A1 1345-1235
+sign \x64CD 1345-1235
+sign \x7CD9 1345-1235
+sign \x66FA 1345-1256
+sign \x66F9 1345-1256
+sign \x50AE 145-1235
+sign \x84F8 1345-1256
+sign \x5608 1345-1256
+sign \x5D86 1345-1256
+sign \x6F15 1345-1256
+sign \x6152 1345-1256
+sign \x69FD 1345-1256
+sign \x893F 1345-1256
+sign \x87AC 1345-1256
+sign \x825A 1345-1256
+sign \x93EA 1345-1256
+sign \x8279 1345-12356
+sign \x8278 1345-12356
+sign \x8349 1345-12356
+sign \x613A 1345-12356
+sign \x9A32 1345-12356
+sign \x808F 1345-125
+sign \x8959 1345-125
+sign \x5202 34-1235
+sign \x518A 1345-24
+sign \x518C 1345-24
+sign \x5395 1345-24
+sign \x4FA7 1345-24
+sign \x62FA 1345-24
+sign \x835D 1345-24
+sign \x6D4B 1345-24
+sign \x607B 1345-24
+sign \x6547 1345-24
+sign \x8417 1345-24
+sign \x53A0 1345-24
+sign \x7B27 1345-24
+sign \x5074 1345-24
+sign \x7CA3 1345-24
+sign \x8434 1345-24
+sign \x7B56 1345-24
+sign \x5EC1 1345-24
+sign \x6E2C 1345-24
+sign \x60FB 1345-24
+sign \x84DB 1345-24
+sign \x7B5E 1345-24
+sign \x5884 135-123
+sign \x7BA3 1345-24
+sign \x61A1 1345-24
+sign \x5C91 1345-16
+sign \x7B12 1345-16
+sign \x6D94 1345-16
+sign \x68A3 1345-16
+sign \x564C 1345-135
+sign \x5C42 1345-156
+sign \x66FD 145-135
+sign \x66FE 1345-156
+sign \x5D92 1345-156
+sign \x5C64 1345-156
+sign \x7AF2 1345-156
+sign \x9A53 1345-156
+sign \x8E6D 1345-15
+sign \x53C9 134-2345
+sign \x6271 125-123
+sign \x6260 134-2345
+sign \x8286 134-2345
+sign \x6748 134-245
+sign \x809E 134-2345
+sign \x81FF 134-2345
+sign \x633F 134-2345
+sign \x8A0D 134-1245
+sign \x505B 134-2345
+sign \x63D2 134-2345
+sign \x63F7 134-2345
+sign \x55CF 134-2345
+sign \x9987 134-2345
+sign \x9538 134-2345
+sign \x929F 134-2345
+sign \x8256 134-2345
+sign \x5693 134-2345
+sign \x9364 134-2345
+sign \x9388 13456-234
+sign \x9937 134-2345
+sign \x79C5 1234-2456
+sign \x579E 134-2456
+sign \x832C 134-2456
+sign \x8336 134-2456
+sign \x67E5 134-2456
+sign \x67FB 134-2456
+sign \x643D 134-2456
+sign \x976B 134-2456
+sign \x5D56 134-2456
+sign \x7339 134-2456
+sign \x69CE 134-2456
+sign \x8A67 134-2456
+sign \x6456 135-12
+sign \x78B4 134-2456
+sign \x5BDF 134-2456
+sign \x8928 12456-2346
+sign \x6AAB 134-2456
+sign \x8869 134-23456
+sign \x9572 134-23456
+sign \x9454 134-23456
+sign \x6C4A 134-245
+sign \x597C 134-245
+sign \x5C94 134-245
+sign \x4F98 134-245
+sign \x5239 124-2345
+sign \x8BE7 134-245
+sign \x5DEE 134-2345
+sign \x59F9 134-245
+sign \x7D01 134-245
+sign \x8A6B 134-245
+sign \x62C6 134-12345
+sign \x9497 134-12345
+sign \x91F5 134-12345
+sign \x7580 134-2345
+sign \x72B2 134-12456
+sign \x4FAA 134-12456
+sign \x67F4 134-12456
+sign \x8C7A 134-12456
+sign \x7961 134-12456
+sign \x558D 134-12456
+sign \x5115 134-12456
+sign \x867F 134-1245
+sign \x8883 134-1245
+sign \x7625 134-1245
+sign \x8806 134-1245
+sign \x56C6 134-1245
+sign \x89C7 134-1234
+sign \x68B4 134-1234
+sign \x63BA 134-1234
+sign \x6400 134-1234
+sign \x8998 134-1234
+sign \x88E7 134-1234
+sign \x647B 134-1234
+sign \x92D3 134-1234
+sign \x5E68 134-1234
+sign \x895C 134-1234
+sign \x6519 134-1234
+sign \x8FBF 134-1234
+sign \x8C17 134-1246
+sign \x5A75 134-1246
+sign \x68CE 134-1246
+sign \x998B 134-1246
+sign \x6E79 134-1246
+sign \x7985 134-1246
+sign \x5B71 134-1246
+sign \x7158 134-1246
+sign \x7F20 134-1246
+sign \x8749 134-1246
+sign \x50DD 134-1246
+sign \x92CB 134-1246
+sign \x7351 134-1246
+sign \x8A97 134-1246
+sign \x5103 134-1246
+sign \x5EDB 134-1246
+sign \x6F79 134-1246
+sign \x6F7A 134-1246
+sign \x5B0B 134-1246
+sign \x7DFE 134-1246
+sign \x78DB 134-1246
+sign \x6FB6 134-1246
+sign \x79AA 134-1246
+sign \x6BDA 134-1246
+sign \x913D 134-1246
+sign \x894C 34-1234
+sign \x87EC 134-1246
+sign \x700D 134-1246
+sign \x87FE 134-1246
+sign \x5133 134-1246
+sign \x5296 134-1246
+sign \x9141 134-1246
+sign \x7E75 134-1246
+sign \x58E5 134-1246
+sign \x56B5 134-1246
+sign \x5DC9 134-1246
+sign \x703A 134-1246
+sign \x6B03 134-1246
+sign \x7E8F 134-1246
+sign \x8E94 134-1246
+sign \x9575 134-1246
+sign \x7E92 134-1246
+sign \x826C 134-1246
+sign \x8B92 134-1246
+sign \x9471 134-1246
+sign \x995E 134-1246
+sign \x4EA7 134-12346
+sign \x522C 134-12346
+sign \x65F5 134-12346
+sign \x4E33 134-12346
+sign \x6D50 134-12346
+sign \x8C04 134-12346
+sign \x5574 234-1234
+sign \x94F2 134-12346
+sign \x7522 134-12346
+sign \x7523 134-12346
+sign \x9610 134-12346
+sign \x8487 134-12346
+sign \x5277 134-12346
+sign \x5D7C 134-12346
+sign \x6EFB 134-12346
+sign \x8546 134-12346
+sign \x95B3 134-12346
+sign \x5E5D 134-12346
+sign \x8AC2 134-12346
+sign \x9AA3 134-12346
+sign \x71C0 134-12346
+sign \x7C05 134-12346
+sign \x91A6 134-12346
+sign \x5181 134-12346
+sign \x7E5F 134-1246
+sign \x93DF 134-12346
+sign \x8B42 134-12346
+sign \x95E1 134-12346
+sign \x56C5 134-12346
+sign \x8B87 134-12346
+sign \x705B 134-12346
+sign \x5FCF 134-124
+sign \x5257 134-12346
+sign \x785F 134-124
+sign \x6472 134-124
+sign \x61F4 134-124
+sign \x98A4 134-124
+sign \x61FA 134-124
+sign \x7FBC 134-124
+sign \x97C2 134-124
+sign \x986B 134-124
+sign \x4F25 134-1345
+sign \x660C 134-1345
+sign \x5000 134-1345
+sign \x83D6 134-1345
+sign \x7316 134-1345
+sign \x960A 134-1345
+sign \x6DD0 134-1345
+sign \x5A3C 134-1345
+sign \x7429 134-1345
+sign \x6919 134-1345
+sign \x667F 134-1345
+sign \x9520 134-1345
+sign \x88EE 134-1345
+sign \x95B6 134-1345
+sign \x9329 134-1345
+sign \x9CB3 134-1345
+sign \x9BE7 134-1345
+sign \x9F1A 134-1345
+sign \x4EE7 134-1456
+sign \x4EE9 134-1456
+sign \x9578 134-1456
+sign \x82CC 134-1456
+sign \x514F 134-1456
+sign \x80A0 134-1456
+sign \x9577 134-1456
+sign \x5C1D 134-1456
+sign \x74FA 134-1456
+sign \x8407 134-1456
+sign \x5E38 134-1456
+sign \x507F 134-1456
+sign \x5F9C 134-1456
+sign \x5834 134-13456
+sign \x751E 134-1456
+sign \x8178 134-1456
+sign \x5872 134-1456
+sign \x5617 134-1456
+sign \x5AE6 134-1456
+sign \x747A 134-1456
+sign \x8193 134-1456
+sign \x92FF 134-1456
+sign \x87D0 134-1456
+sign \x5690 134-1456
+sign \x511F 134-1456
+sign \x9CBF 134-1456
+sign \x93DB 134-1456
+sign \x9C68 134-1456
+sign \x5382 134-13456
+sign \x573A 134-13456
+sign \x6636 134-13456
+sign \x60DD 134-13456
+sign \x655E 134-13456
+sign \x53B0 134-13456
+sign \x50D8 134-13456
+sign \x5EE0 134-13456
+sign \x6C05 134-13456
+sign \x92F9 134-13456
+sign \x6005 134-145
+sign \x7545 134-145
+sign \x5021 134-145
+sign \x9B2F 134-145
+sign \x5531 134-145
+sign \x60B5 134-145
+sign \x66A2 134-145
+sign \x757C 134-145
+sign \x8AAF 134-145
+sign \x97D4 134-145
+sign \x6284 134-1235
+sign \x600A 134-1235
+sign \x5F28 134-1235
+sign \x949E 134-1235
+sign \x6B29 134-1235
+sign \x8A2C 134-1235
+sign \x7EF0 1346-24
+sign \x8D85 134-1235
+sign \x9214 134-1235
+sign \x712F 134-1235
+sign \x7E5B 1346-24
+sign \x724A 134-1256
+sign \x6641 134-1256
+sign \x5DE3 134-1256
+sign \x5DE2 134-1256
+sign \x671D 134-1256
+sign \x9F0C 134-1256
+sign \x911B 134-1256
+sign \x6F05 134-1256
+sign \x6A14 134-1256
+sign \x5632 134-1256
+sign \x6F6E 134-1256
+sign \x7AB2 134-1256
+sign \x7F7A 134-1256
+sign \x8F48 134-1256
+sign \x9F02 134-1256
+sign \x8B3F 134-1256
+sign \x5435 134-12356
+sign \x7092 134-12356
+sign \x7727 134-12356
+sign \x717C 134-12356
+sign \x9EA8 134-12356
+sign \x5DD0 134-12356
+sign \x4EE6 134-125
+sign \x4EEF 134-125
+sign \x8016 134-125
+sign \x89D8 134-125
+sign \x8F66 134-234
+sign \x4F21 156-123
+sign \x8ECA 134-234
+sign \x7817 134-234
+sign \x8397 134-234
+sign \x5513 134-234
+sign \x7868 134-234
+sign \x86FC 134-234
+sign \x4F2C 134-1236
+sign \x626F 134-2346
+sign \x5056 134-2346
+sign \x64A6 134-2346
+sign \x5972 346-2346
+sign \x5C6E 1345-12356
+sign \x5F7B 134-24
+sign \x577C 134-24
+sign \x8FE0 134-24
+sign \x70E2 134-24
+sign \x70F2 125-24
+sign \x8045 134-24
+sign \x7869 134-24
+sign \x63A3 134-24
+sign \x9819 134-24
+sign \x6470 12345-24
+sign \x64A4 134-24
+sign \x5FB9 134-24
+sign \x6F88 134-24
+sign \x77AE 134-24
+sign \x52F6 134-24
+sign \x7221 134-24
+sign \x62BB 134-13
+sign \x90F4 134-13
+sign \x741B 134-13
+sign \x68FD 134-13
+sign \x55D4 134-13
+sign \x7D9D 1235-16
+sign \x778B 134-13
+sign \x8CDD 134-13
+sign \x8AC3 134-13
+sign \x8B13 134-13
+sign \x81E3 134-16
+sign \x5C18 134-16
+sign \x8FB0 134-16
+sign \x6C89 134-16
+sign \x5FF1 134-16
+sign \x9648 134-16
+sign \x8FE7 134-16
+sign \x831E 134-16
+sign \x8380 134-16
+sign \x8390 134-16
+sign \x5BB8 134-16
+sign \x9673 134-16
+sign \x8ED9 134-16
+sign \x6550 134-16
+sign \x6668 134-16
+sign \x8A26 134-16
+sign \x8C0C 134-16
+sign \x63E8 134-156
+sign \x9202 134-16
+sign \x6116 134-16
+sign \x852F 134-16
+sign \x7141 134-16
+sign \x6A04 134-16
+sign \x760E 134-16
+sign \x5875 134-16
+sign \x9703 134-16
+sign \x8AF6 134-16
+sign \x87B4 134-16
+sign \x85BC 134-16
+sign \x9E8E 134-16
+sign \x66DF 134-16
+sign \x9DD0 134-16
+sign \x8DBB 134-136
+sign \x7876 134-136
+sign \x789C 134-136
+sign \x588B 134-136
+sign \x5926 134-136
+sign \x78E3 134-136
+sign \x8E38 134-136
+sign \x8D02 134-136
+sign \x886C 134-1
+sign \x75A2 134-1
+sign \x9F80 134-1
+sign \x8D81 134-1
+sign \x8D82 134-1
+sign \x6987 134-1
+sign \x9F53 134-1
+sign \x9F54 134-1
+sign \x512D 134-1
+sign \x56AB 134-1
+sign \x8C36 134-1
+sign \x6AEC 134-1
+sign \x896F 134-1
+sign \x8B96 134-1
+sign \x5096 1345-1345
+sign \x9637 134-135
+sign \x6CDF 134-135
+sign \x67FD 134-135
+sign \x722F 134-135
+sign \x7424 134-135
+sign \x68E6 134-135
+sign \x79F0 134-135
+sign \x6D7E 134-135
+sign \x86CF 134-135
+sign \x5041 134-135
+sign \x8D6A 134-135
+sign \x9757 134-135
+sign \x645A 134-135
+sign \x7A31 134-135
+sign \x6186 134-135
+sign \x6490 134-135
+sign \x6491 134-135
+sign \x7DFD 134-135
+sign \x9833 134-135
+sign \x8D6C 134-135
+sign \x6A55 134-135
+sign \x77A0 134-135
+sign \x6A89 134-135
+sign \x7F49 134-135
+sign \x87F6 134-135
+sign \x7A6A 134-135
+sign \x93FF 134-135
+sign \x9423 134-135
+sign \x93F3 14-135
+sign \x9953 134-135
+sign \x673E 134-156
+sign \x6210 134-156
+sign \x4E1E 134-156
+sign \x5448 134-156
+sign \x67A8 134-156
+sign \x90D5 134-156
+sign \x8BDA 134-156
+sign \x627F 134-156
+sign \x57CE 134-156
+sign \x837F 134-156
+sign \x5CF8 134-156
+sign \x4E57 134-156
+sign \x6D06 134-156
+sign \x5BAC 134-156
+sign \x5A0D 134-156
+sign \x73F9 134-156
+sign \x57D5 134-156
+sign \x6330 134-156
+sign \x4E58 134-156
+sign \x8100 14-135
+sign \x73F5 134-156
+sign \x6381 134-156
+sign \x7880 134-156
+sign \x94D6 134-156
+sign \x812D 134-156
+sign \x7A9A 134-156
+sign \x5818 134-156
+sign \x68D6 134-156
+sign \x7A0B 134-156
+sign \x7B6C 134-156
+sign \x60E9 134-156
+sign \x6909 134-156
+sign \x88CE 134-156
+sign \x7D7E 134-156
+sign \x5856 134-156
+sign \x584D 134-156
+sign \x8AA0 134-156
+sign \x6E97 134-156
+sign \x9172 134-156
+sign \x757B 134-156
+sign \x92EE 134-156
+sign \x6F82 134-156
+sign \x6F84 134-156
+sign \x6195 134-156
+sign \x6A99 134-156
+sign \x6A59 134-156
+sign \x9BCE 134-156
+sign \x7013 134-156
+sign \x61F2 134-156
+sign \x9A2C 134-156
+sign \x4FB1 134-1356
+sign \x901E 134-1356
+sign \x5F8E 14-15
+sign \x609C 134-1356
+sign \x9A8B 134-1356
+sign \x5EB1 134-1356
+sign \x7748 134-1356
+sign \x9A01 134-1356
+sign \x79E4 134-15
+sign \x725A 134-135
+sign \x7AC0 134-135
+sign \x5403 134-123
+sign \x599B 134-123
+sign \x546E 135-12
+sign \x4F99 134-12
+sign \x5F68 134-123
+sign \x54E7 134-123
+sign \x9E31 134-123
+sign \x86A9 134-123
+sign \x7735 134-123
+sign \x7B1E 134-123
+sign \x74FB 134-123
+sign \x7C9A 134-123
+sign \x55AB 134-123
+sign \x645B 134-123
+sign \x55E4 134-123
+sign \x75F4 134-123
+sign \x5AB8 134-123
+sign \x7D7A 134-123
+sign \x6BA6 134-123
+sign \x5644 134-123
+sign \x779D 134-123
+sign \x87AD 134-123
+sign \x9D1F 134-123
+sign \x9D44 134-123
+sign \x9B51 134-123
+sign \x7661 134-123
+sign \x9F5D 134-123
+sign \x6521 134-123
+sign \x9EB6 134-123
+sign \x5F72 134-123
+sign \x9ED0 134-123
+sign \x6C60 134-126
+sign \x5F1B 134-126
+sign \x9A70 134-126
+sign \x8FDF 134-126
+sign \x830C 134-126
+sign \x5CBB 134-126
+sign \x6301 134-126
+sign \x7AFE 134-126
+sign \x801B 134-126
+sign \x8D7F 134-126
+sign \x86B3 134-126
+sign \x8CBE 134-126
+sign \x7B42 134-126
+sign \x9045 134-126
+sign \x99B3 134-126
+sign \x8D8D 1356-123
+sign \x905F 134-126
+sign \x6F26 134-126
+sign \x5880 134-126
+sign \x8E1F 134-126
+sign \x9072 134-126
+sign \x7BEA 134-126
+sign \x8B18 134-126
+sign \x5C3A 134-1236
+sign \x53FA 134-1236
+sign \x544E 134-1236
+sign \x8094 134-1236
+sign \x9F7F 134-1236
+sign \x4F88 134-1236
+sign \x5376 134-1236
+sign \x5791 134-1236
+sign \x62F8 25-126
+sign \x80E3 134-1236
+sign \x803B 134-1236
+sign \x6065 134-1236
+sign \x8687 134-1236
+sign \x8C49 134-1236
+sign \x88B3 134-1236
+sign \x6B6F 134-1236
+sign \x88B2 134-1236
+sign \x6B3C 134-1236
+sign \x88ED 134-1236
+sign \x9279 134-1236
+sign \x9F52 134-1236
+sign \x892B 134-1236
+sign \x5F73 134-12
+sign \x53F1 134-12
+sign \x65A5 134-12
+sign \x8D64 134-12
+sign \x707B 134-12
+sign \x996C 134-12
+sign \x6758 134-12
+sign \x62B6 134-12
+sign \x8FE3 14-12
+sign \x52C5 134-12
+sign \x70BD 134-12
+sign \x605C 134-12
+sign \x7FC5 134-12
+sign \x7FC4 134-12
+sign \x6555 134-12
+sign \x75D3 134-12
+sign \x70FE 134-12
+sign \x8DC5 2346-24
+sign \x98ED 134-12
+sign \x8A35 134-123
+sign \x557B 134-12
+sign \x6E41 134-12
+sign \x8D90 1256-24
+sign \x96F4 134-12
+sign \x8DEE 345-246
+sign \x50BA 134-12
+sign \x9253 134-12
+sign \x815F 134-12
+sign \x75F8 134-12
+sign \x906B 134-12
+sign \x9290 134-12
+sign \x7FE4 134-12
+sign \x618F 134-12
+sign \x6157 134-12
+sign \x761B 134-12
+sign \x7FE8 134-12
+sign \x71BE 134-12
+sign \x8DA9 134-12
+sign \x61D8 134-12
+sign \x9D92 134-12
+sign \x994E 125-123
+sign \x9DD8 134-12
+sign \x51B2 1346-135
+sign \x5145 1346-135
+sign \x6C96 1346-135
+sign \x5FE1 1346-135
+sign \x833A 1346-135
+sign \x73EB 1346-135
+sign \x6D7A 1346-135
+sign \x7FC0 1346-135
+sign \x8202 1346-135
+sign \x644F 1346-135
+sign \x5603 1346-135
+sign \x6183 1346-135
+sign \x885D 1346-135
+sign \x5FB8 146-1356
+sign \x61A7 1346-135
+sign \x7F7F 1346-135
+sign \x8E56 1346-135
+sign \x825F 1346-135
+sign \x866B 1346-156
+sign \x5D07 1346-156
+sign \x75CB 234-156
+sign \x5D08 1346-156
+sign \x9680 1346-156
+sign \x6F34 146-145
+sign \x8908 1346-156
+sign \x8769 1346-156
+sign \x7DDF 146-15
+sign \x87F2 1346-156
+sign \x721E 1346-156
+sign \x5BA0 1346-1356
+sign \x55A0 146-1356
+sign \x5BF5 1346-1356
+sign \x94F3 1346-15
+sign \x63F0 1346-15
+sign \x9283 1346-15
+sign \x62BD 134-134
+sign \x7D2C 134-134
+sign \x640A 134-134
+sign \x9194 135-146
+sign \x7BD8 134-134
+sign \x7633 134-134
+sign \x72A8 134-134
+sign \x72AB 134-134
+sign \x4EC7 134-146
+sign \x4FE6 134-146
+sign \x8BEA 14-134
+sign \x6826 134-146
+sign \x5E31 134-146
+sign \x83D7 134-146
+sign \x60C6 134-146
+sign \x7EF8 134-146
+sign \x6906 134-146
+sign \x7574 134-146
+sign \x7D52 134-146
+sign \x916C 134-146
+sign \x9167 134-146
+sign \x7A20 134-146
+sign \x6101 134-146
+sign \x7B79 134-146
+sign \x7697 134-146
+sign \x8A76 134-146
+sign \x88EF 134-146
+sign \x8E0C 134-146
+sign \x7DA2 134-146
+sign \x5114 134-146
+sign \x96D4 134-146
+sign \x85B5 134-146
+sign \x5E6C 134-146
+sign \x61E4 134-146
+sign \x5B26 134-146
+sign \x96E0 134-146
+sign \x71FD 134-146
+sign \x7587 134-146
+sign \x7C4C 134-146
+sign \x91BB 134-146
+sign \x8E8A 134-146
+sign \x8B90 134-146
+sign \x8B8E 134-146
+sign \x4E11 134-1346
+sign \x4E12 134-1346
+sign \x541C 134-1346
+sign \x677D 134-1346
+sign \x4FB4 134-1346
+sign \x5062 134-1346
+sign \x7785 134-1346
+sign \x919C 134-1346
+sign \x77C1 134-1346
+sign \x9B57 134-1346
+sign \x81ED 134-14
+sign \x905A 134-14
+sign \x81F0 134-14
+sign \x6BA0 134-14
+sign \x51FA 1346-123
+sign \x5C80 1346-123
+sign \x521D 1346-123
+sign \x6474 1346-123
+sign \x6A17 1346-123
+sign \x8C99 1346-123
+sign \x9F63 1346-123
+sign \x520D 1346-126
+sign \x9664 1346-126
+sign \x82BB 1346-123
+sign \x84A2 1346-126
+sign \x53A8 1346-126
+sign \x8C60 1346-126
+sign \x9504 1346-126
+sign \x6EC1 1346-126
+sign \x8021 1346-126
+sign \x8D8E 1346-126
+sign \x84AD 1346-126
+sign \x870D 1346-126
+sign \x96CF 1346-126
+sign \x5AB0 1346-126
+sign \x7293 1346-126
+sign \x7BE8 1346-126
+sign \x92E4 1346-126
+sign \x5EDA 1346-126
+sign \x6A71 1346-126
+sign \x6AC9 1346-126
+sign \x8E87 1346-126
+sign \x87F5 1346-126
+sign \x5E6E 1346-126
+sign \x96DB 1346-126
+sign \x6AE5 1346-126
+sign \x8E70 1346-126
+sign \x9DB5 1346-126
+sign \x8E95 1346-126
+sign \x6775 1346-1236
+sign \x7840 1346-1236
+sign \x6918 1346-1236
+sign \x696E 1346-1236
+sign \x50A8 1346-1236
+sign \x695A 1346-1236
+sign \x891A 1346-1236
+sign \x6FCB 1346-1236
+sign \x74B4 1346-1236
+sign \x6A9A 1346-1236
+sign \x5132 1346-1236
+sign \x790E 1346-1236
+sign \x9F6D 1346-1236
+sign \x9F7C 1346-1236
+sign \x4E8D 1346-12
+sign \x5904 1346-12
+sign \x51E6 1346-1236
+sign \x7ACC 1346-12
+sign \x62C0 1346-12
+sign \x8C56 1346-12
+sign \x6035 1346-12
+sign \x7ECC 1346-12
+sign \x7AD0 1346-12
+sign \x6B2A 1346-12
+sign \x4FF6 1346-12
+sign \x755C 1346-12
+sign \x73FF 1346-12
+sign \x57F1 1346-12
+sign \x8655 1346-12
+sign \x89D5 13456-123
+sign \x7D40 1346-12
+sign \x7421 1346-12
+sign \x5097 1346-12
+sign \x9110 1346-12
+sign \x6410 1346-12
+sign \x89E6 1346-12
+sign \x6EC0 1346-12
+sign \x95A6 1346-12
+sign \x8E00 1346-12
+sign \x563C 1346-12
+sign \x510A 1346-12
+sign \x8AD4 1346-12
+sign \x61B7 1346-12
+sign \x6B5C 1346-12
+sign \x9EDC 1346-12
+sign \x65B6 1346-12
+sign \x81C5 1346-12
+sign \x89F8 1346-12
+sign \x77D7 1346-12
+sign \x6A7B 13456-123
+sign \x6B3B 1256-123
+sign \x63E3 1346-12345
+sign \x640B 1346-12345
+sign \x8197 1346-12456
+sign \x8E39 1346-1245
+sign \x81AA 1346-1245
+sign \x5DDD 1346-1234
+sign \x5DDB 1346-1234
+sign \x6C1A 1346-1234
+sign \x7A7F 1346-1234
+sign \x5276 1346-1246
+sign \x4F20 1346-1246
+sign \x8221 1346-1246
+sign \x8229 1346-1246
+sign \x8239 1346-1246
+sign \x9044 1346-1246
+sign \x570C 1346-346
+sign \x732D 1346-124
+sign \x744F 1346-1234
+sign \x693D 1346-1246
+sign \x50B3 1346-1246
+sign \x66B7 1346-1246
+sign \x7BC5 1346-1246
+sign \x8F32 1346-1246
+sign \x821B 1346-12346
+sign \x8348 1346-12346
+sign \x5598 1346-12346
+sign \x6B42 1346-1246
+sign \x50E2 1346-12346
+sign \x6C4C 1346-124
+sign \x7394 1346-124
+sign \x4E32 1346-124
+sign \x948F 1346-124
+sign \x91E7 1346-124
+sign \x8CD7 1346-124
+sign \x5205 1346-1345
+sign \x75AE 1346-1345
+sign \x7A93 1346-1345
+sign \x7A97 1346-1345
+sign \x724E 1346-1345
+sign \x6450 1346-1345
+sign \x7255 1346-1345
+sign \x7621 1346-1345
+sign \x7ABB 1346-1345
+sign \x5E8A 1346-1456
+sign \x7240 1346-1456
+sign \x5647 1346-1456
+sign \x95EF 1346-13456
+sign \x50B8 1346-13456
+sign \x78E2 1346-13456
+sign \x95D6 1346-13456
+sign \x521B 1346-145
+sign \x6006 1346-145
+sign \x5231 1346-145
+sign \x524F 1346-145
+sign \x5259 1346-145
+sign \x5275 1346-145
+sign \x6134 1346-145
+sign \x5439 1346-345
+sign \x708A 1346-345
+sign \x9FA1 1346-345
+sign \x5782 1346-346
+sign \x6858 1346-346
+sign \x57C0 1346-346
+sign \x5015 1346-346
+sign \x9672 1346-346
+sign \x6376 1346-346
+sign \x83D9 1346-346
+sign \x6425 1346-346
+sign \x68F0 1346-346
+sign \x8144 1346-346
+sign \x69CC 1346-346
+sign \x9524 1346-346
+sign \x7BA0 1346-346
+sign \x9318 1346-346
+sign \x9840 1346-346
+sign \x939A 1346-346
+sign \x6776 1346-13
+sign \x65FE 1346-13
+sign \x6625 1346-13
+sign \x8405 1346-13
+sign \x583E 1346-12346
+sign \x5A8B 1346-13
+sign \x7443 1346-13
+sign \x693F 1346-13
+sign \x69C6 1346-13
+sign \x6699 1346-13
+sign \x877D 1346-13
+sign \x7BBA 1346-13
+sign \x6A41 1346-13
+sign \x8F34 1346-13
+sign \x6AC4 1346-13
+sign \x9D9E 1346-13
+sign \x9C06 1346-13
+sign \x7EAF 1346-16
+sign \x9659 1346-16
+sign \x83BC 1346-16
+sign \x5507 1346-16
+sign \x6D71 1346-16
+sign \x7D14 1346-16
+sign \x8123 1346-16
+sign \x6DF3 1346-16
+sign \x7289 1346-16
+sign \x6E7B 1346-16
+sign \x8493 1346-16
+sign \x9E51 1346-16
+sign \x6EE3 1346-16
+sign \x6F18 1346-16
+sign \x9187 1346-16
+sign \x9195 1346-16
+sign \x931E 1346-16
+sign \x9BD9 1346-16
+sign \x9D89 1346-16
+sign \x5046 1346-136
+sign \x8436 1346-136
+sign \x60F7 1346-136
+sign \x7776 1346-136
+sign \x8CF0 1346-136
+sign \x8E33 1346-12346
+sign \x8822 1346-136
+sign \x9034 1346-234
+sign \x8E14 1346-234
+sign \x6233 1346-234
+sign \x8FB5 1346-24
+sign \x5A15 1346-24
+sign \x5A16 1346-24
+sign \x555C 1346-24
+sign \x6DB0 1346-24
+sign \x60D9 1346-24
+sign \x5A65 1346-24
+sign \x8F8D 1346-24
+sign \x916B 1346-24
+sign \x7DBD 1346-24
+sign \x8DA0 1346-234
+sign \x8F1F 1346-24
+sign \x9F8A 1346-24
+sign \x64C9 1346-24
+sign \x78ED 1346-24
+sign \x6B60 1346-24
+sign \x56BD 1346-24
+sign \x9F6A 1346-24
+sign \x9F71 145-134
+sign \x9461 1346-24
+sign \x5472 145-123
+sign \x73BC 1345-123
+sign \x8D80 1345-123
+sign \x75B5 1345-123
+sign \x5068 1345-123
+sign \x9AB4 14-1245
+sign \x7E12 1345-123
+sign \x8BCD 1345-126
+sign \x73C1 1345-126
+sign \x8308 145-1236
+sign \x8328 1345-126
+sign \x67CC 1345-126
+sign \x5790 1345-126
+sign \x7960 1345-126
+sign \x74F7 1345-126
+sign \x5832 15-126
+sign \x8A5E 1345-126
+sign \x8F9D 1345-126
+sign \x8F9E 1345-126
+sign \x9236 1245-12
+sign \x7506 1345-126
+sign \x6148 1345-126
+sign \x78C1 1345-126
+sign \x96CC 1345-126
+sign \x9E5A 1345-126
+sign \x98FA 1345-126
+sign \x8FA4 1345-126
+sign \x9908 1345-126
+sign \x7CCD 1345-126
+sign \x858B 145-123
+sign \x6FE8 1345-126
+sign \x5B28 1345-126
+sign \x9D1C 1345-126
+sign \x7920 1345-126
+sign \x8800 1345-123
+sign \x8FAD 1345-126
+sign \x9DBF 1345-126
+sign \x9DC0 1345-126
+sign \x6B64 1345-1236
+sign \x4F4C 1345-1236
+sign \x6CDA 1345-1236
+sign \x7689 1345-1236
+sign \x8DD0 1345-123
+sign \x673F 1345-12
+sign \x6B21 1345-12
+sign \x523A 1345-12
+sign \x523E 1345-12
+sign \x4F7D 1345-12
+sign \x8326 1345-12
+sign \x5E9B 1345-12
+sign \x6828 1345-12
+sign \x83BF 1345-12
+sign \x86D3 1345-12
+sign \x8D50 1345-12
+sign \x7D58 1345-12
+sign \x8CDC 1345-12
+sign \x8786 1345-12
+sign \x5306 13456-135
+sign \x82C1 13456-135
+sign \x56EA 13456-135
+sign \x56F1 13456-135
+sign \x8310 13456-135
+sign \x679E 13456-135
+sign \x5FE9 13456-135
+sign \x6031 13456-135
+sign \x60A4 13456-135
+sign \x8471 13456-135
+sign \x68C7 13456-135
+sign \x7127 13456-135
+sign \x6964 12456-1356
+sign \x8061 13456-135
+sign \x8525 13456-135
+sign \x84EF 13456-135
+sign \x6F17 13456-135
+sign \x9AA2 13456-135
+sign \x7481 13456-135
+sign \x747D 13456-135
+sign \x8066 13456-135
+sign \x806A 13456-135
+sign \x6A2C 13456-135
+sign \x6A05 13456-135
+sign \x66B0 13456-135
+sign \x719C 13456-135
+sign \x7DEB 1456-1356
+sign \x779B 13456-135
+sign \x8070 13456-135
+sign \x87CC 13456-135
+sign \x7BF5 13456-135
+sign \x8B25 13456-15
+sign \x7E71 13456-135
+sign \x9A18 13456-135
+sign \x93E6 13456-135
+sign \x9A44 13456-135
+sign \x4ECE 13456-156
+sign \x4E1B 13456-156
+sign \x5F93 13456-156
+sign \x5F9E 13456-156
+sign \x5F96 13456-156
+sign \x6DD9 13456-156
+sign \x60B0 13456-156
+sign \x5B6E 13456-156
+sign \x5A43 13456-156
+sign \x742E 13456-156
+sign \x6F40 1456-1356
+sign \x6F48 13456-156
+sign \x6F0E 13456-156
+sign \x8CE9 13456-156
+sign \x8AB4 13456-156
+sign \x6F68 13456-135
+sign \x8CE8 13456-156
+sign \x6A37 13456-156
+sign \x85C2 13456-156
+sign \x53E2 13456-156
+sign \x7047 13456-156
+sign \x6B09 13456-156
+sign \x721C 13456-156
+sign \x6181 13456-15
+sign \x51D1 1345-14
+sign \x6E4A 1345-14
+sign \x6971 1345-14
+sign \x8F8F 1345-14
+sign \x8160 1345-14
+sign \x8F33 1345-14
+sign \x7C97 13456-123
+sign \x9E81 13456-123
+sign \x9E84 13456-123
+sign \x9EA4 13456-123
+sign \x5F82 13456-126
+sign \x6B82 13456-126
+sign \x4FC3 13456-12
+sign \x637D 1456-246
+sign \x731D 13456-12
+sign \x5AA8 13456-12
+sign \x7604 13456-12
+sign \x8D97 13456-12
+sign \x851F 13456-12
+sign \x8A8E 13456-12
+sign \x918B 13456-12
+sign \x8E27 13456-12
+sign \x5648 13456-12
+sign \x61B1 13456-12
+sign \x762F 13456-12
+sign \x7C07 13456-12
+sign \x7E2C 13456-12
+sign \x9F00 13456-12
+sign \x8E59 13456-12
+sign \x8E74 13456-12
+sign \x8E75 13456-12
+sign \x9863 13456-12
+sign \x6C46 13456-1234
+sign \x64BA 13456-1234
+sign \x9569 13456-1234
+sign \x8E7F 13456-1234
+sign \x651B 13456-1234
+sign \x8EA5 13456-1234
+sign \x9479 13456-1234
+sign \x6505 145-12346
+sign \x6AD5 13456-1246
+sign \x5DD1 13456-1246
+sign \x6B11 13456-1246
+sign \x7A9C 13456-124
+sign \x6BA9 13456-124
+sign \x7BE1 13456-124
+sign \x71B6 13456-124
+sign \x7C12 13456-124
+sign \x7AC4 13456-124
+sign \x7228 13456-124
+sign \x5D14 13456-345
+sign \x50AC 13456-345
+sign \x51D7 13456-345
+sign \x5894 13456-345
+sign \x6467 13456-345
+sign \x69B1 13456-345
+sign \x5D89 26-3456
+sign \x7355 13456-345
+sign \x6F3C 13456-3456
+sign \x615B 13456-345
+sign \x69EF 13456-345
+sign \x78EA 13456-345
+sign \x93D9 13456-345
+sign \x7480 13456-3456
+sign \x8DA1 13456-3456
+sign \x76A0 13456-3456
+sign \x4F1C 13456-34
+sign \x5FF0 13456-34
+sign \x75A9 13456-34
+sign \x8106 13456-34
+sign \x8103 13456-34
+sign \x7FC6 13456-34
+sign \x8403 13456-34
+sign \x555B 13456-34
+sign \x5550 13456-34
+sign \x6DEC 13456-34
+sign \x60B4 13456-34
+sign \x7417 13456-34
+sign \x690A 1456-246
+sign \x6BF3 13456-34
+sign \x7120 13456-34
+sign \x7601 13456-34
+sign \x7CB9 13456-34
+sign \x7FE0 13456-34
+sign \x81B5 13456-34
+sign \x81AC 13456-34
+sign \x9847 13456-34
+sign \x6FE2 13456-34
+sign \x7AC1 13456-34
+sign \x81CE 13456-34
+sign \x90A8 13456-13
+sign \x6751 13456-13
+sign \x76B4 13456-13
+sign \x81A5 13456-13
+sign \x7AF4 13456-13
+sign \x5B58 13456-16
+sign \x4F9F 13456-16
+sign \x62F5 13456-16
+sign \x6D0A 15-124
+sign \x8E06 1356-13
+sign \x6F8A 13456-13
+sign \x520C 13456-136
+sign \x5FD6 13456-136
+sign \x5BF8 13456-1
+sign \x540B 25-135-13456-1
+sign \x7C7F 13456-1
+sign \x6413 13456-234
+sign \x7473 13456-234
+sign \x9073 13456-234
+sign \x78CB 13456-234
+sign \x64AE 13456-234
+sign \x919D 13456-234
+sign \x8E49 13456-234
+sign \x894A 13456-34
+sign \x9ACA 1345-123
+sign \x8658 13456-246
+sign \x84AB 13456-246
+sign \x7749 13456-246
+sign \x5D6F 13456-246
+sign \x5D73 13456-246
+sign \x77EC 13456-246
+sign \x75E4 13456-246
+sign \x8516 13456-246
+sign \x9E7E 13456-246
+sign \x9E7A 13456-246
+sign \x9F79 1345-123
+sign \x811E 13456-2346
+sign \x5249 13456-24
+sign \x632B 13456-24
+sign \x5252 13456-24
+sign \x83A1 13456-24
+sign \x839D 13456-24
+sign \x539D 13456-24
+sign \x590E 13456-24
+sign \x63AA 13456-24
+sign \x902A 13456-24
+sign \x68E4 1356-24
+sign \x9509 13456-24
+sign \x84CC 13456-24
+sign \x9519 13456-24
+sign \x92BC 13456-24
+sign \x932F 13456-24
+sign \x5491 34-2345
+sign \x57AF 1234-23456
+sign \x8037 34-2345
+sign \x54D2 34-2345
+sign \x7563 34-2456
+sign \x642D 34-2345
+sign \x55D2 34-2345
+sign \x8921 34-2345
+sign \x58B6 34-2345
+sign \x6498 34-2345
+sign \x5660 34-2345
+sign \x939D 34-2345
+sign \x8FBE 34-2456
+sign \x8FCF 34-2456
+sign \x8FD6 34-2456
+sign \x8FDA 34-2456
+sign \x547E 34-2456
+sign \x601B 34-2456
+sign \x59B2 34-2456
+sign \x8359 34-2456
+sign \x7F8D 34-2456
+sign \x709F 34-2456
+sign \x9039 34-2456
+sign \x5273 34-2456
+sign \x7B2A 34-2456
+sign \x5312 34-2456
+sign \x9054 34-2456
+sign \x7B54 34-2456
+sign \x8A5A 34-2456
+sign \x6E9A 34-2456
+sign \x8DF6 34-2456
+sign \x977C 34-2456
+sign \x7629 34-2456
+sign \x8598 34-2456
+sign \x9791 34-2456
+sign \x71F5 34-2456
+sign \x87FD 34-2456
+sign \x7E68 34-2456
+sign \x943D 34-2456
+sign \x97C3 34-2456
+sign \x9F96 34-2456
+sign \x9F98 34-2456
+sign \x6253 34-23456
+sign \x5927 34-245
+sign \x4EA3 34-245
+sign \x6C4F 234-1245
+sign \x7714 34-245
+sign \x8E82 34-2456
+sign \x5446 34-12345
+sign \x7343 34-12345
+sign \x61DB 34-12345
+sign \x6B79 34-123456
+sign \x902E 34-123456
+sign \x50A3 34-123456
+sign \x4EE3 34-1245
+sign \x8F6A 34-1245
+sign \x7519 34-1245
+sign \x4FA2 34-1245
+sign \x5788 34-1245
+sign \x5CB1 34-1245
+sign \x5E12 34-1245
+sign \x8FE8 34-1245
+sign \x7ED0 34-1245
+sign \x73B3 34-1245
+sign \x5E26 34-1245
+sign \x6B86 34-1245
+sign \x67CB 34-1245
+sign \x8D37 34-1245
+sign \x5F85 34-1245
+sign \x6020 34-1245
+sign \x5E2F 34-1245
+sign \x8ED1 34-1245
+sign \x57ED 34-1245
+sign \x5E36 34-1245
+sign \x86AE 34-1245
+sign \x888B 34-1245
+sign \x7D3F 34-1245
+sign \x8EE9 34-1245
+sign \x8CB8 34-1245
+sign \x7447 34-1245
+sign \x5ED7 34-1245
+sign \x53C7 34-1245
+sign \x66C3 34-1245
+sign \x7DFF 34-1245
+sign \x9D0F 34-1245
+sign \x9B98 34-1245
+sign \x6234 34-1245
+sign \x9EDB 34-1245
+sign \x825C 34-1245
+sign \x8E5B 34-1245
+sign \x7C24 34-1245
+sign \x9734 34-1245
+sign \x703B 34-1245
+sign \x9EF1 34-1245
+sign \x8976 34-1245
+sign \x9746 34-1245
+sign \x4EBB 35-16
+sign \x5369 15-246
+sign \x4E39 34-1234
+sign \x5989 34-1234
+sign \x62C5 34-1234
+sign \x5355 34-1234
+sign \x74ED 34-12346
+sign \x7803 34-1234
+sign \x7708 34-1234
+sign \x5358 34-1234
+sign \x803C 34-1234
+sign \x803D 34-1234
+sign \x90F8 34-1234
+sign \x8043 34-1234
+sign \x9156 34-1234
+sign \x8EAD 34-1234
+sign \x6B9A 34-1234
+sign \x55AE 34-1234
+sign \x5A85 34-1234
+sign \x7605 34-1234
+sign \x5330 34-1234
+sign \x9815 34-1234
+sign \x9132 34-1234
+sign \x7BAA 34-1234
+sign \x891D 34-1234
+sign \x510B 34-1234
+sign \x52EF 34-1234
+sign \x6BAB 34-1234
+sign \x7649 34-1234
+sign \x7C1E 34-1234
+sign \x8078 34-1234
+sign \x5210 34-12346
+sign \x73AC 34-12346
+sign \x80C6 34-12346
+sign \x8874 34-12346
+sign \x75B8 34-12346
+sign \x7D1E 34-12346
+sign \x63B8 34-12346
+sign \x4EB6 34-12346
+sign \x64A3 34-12346
+sign \x64D4 34-1234
+sign \x9ED5 34-12346
+sign \x6FB8 34-12346
+sign \x81BD 34-12346
+sign \x65E6 34-124
+sign \x5E0E 34-124
+sign \x4F46 34-124
+sign \x72DA 34-124
+sign \x6CF9 34-124
+sign \x8BDE 34-124
+sign \x6C8A 34-124
+sign \x67E6 34-124
+sign \x8A11 25-126
+sign \x758D 34-124
+sign \x840F 34-124
+sign \x5557 34-124
+sign \x5556 34-124
+sign \x6DE1 34-124
+sign \x60EE 34-124
+sign \x5F39 234-1246
+sign \x86CB 34-124
+sign \x557F 34-124
+sign \x6C2E 34-124
+sign \x8711 34-124
+sign \x8145 34-124
+sign \x89DB 34-124
+sign \x84DE 34-124
+sign \x8A95 34-124
+sign \x7A9E 34-124
+sign \x9AE7 34-124
+sign \x99BE 34-12346
+sign \x5649 34-124
+sign \x50E4 34-124
+sign \x563E 34-124
+sign \x619A 34-124
+sign \x5F48 34-124
+sign \x99F3 34-124
+sign \x9D20 34-124
+sign \x9924 34-124
+sign \x6FB9 34-124
+sign \x61BA 34-124
+sign \x79AB 34-124
+sign \x7514 34-1234
+sign \x765A 34-124
+sign \x8D09 34-124
+sign \x56AA 34-124
+sign \x972E 34-124
+sign \x994F 34-124
+sign \x5F53 34-1345
+sign \x73F0 34-1345
+sign \x94DB 34-1345
+sign \x88C6 34-1345
+sign \x7B5C 34-1345
+sign \x7576 34-1345
+sign \x5679 34-1345
+sign \x6FA2 34-1345
+sign \x74AB 34-1345
+sign \x8960 34-1345
+sign \x87F7 34-1345
+sign \x7C39 34-1345
+sign \x8261 34-1345
+sign \x943A 34-1345
+sign \x6321 34-13456
+sign \x6863 34-145
+sign \x515A 34-13456
+sign \x8C20 34-13456
+sign \x64CB 34-13456
+sign \x6A94 34-145
+sign \x9EE8 34-13456
+sign \x6529 34-13456
+sign \x7059 34-13456
+sign \x6B13 34-13456
+sign \x8B9C 34-13456
+sign \x6C39 34-145
+sign \x5735 34-145
+sign \x51FC 34-145
+sign \x7800 34-145
+sign \x5B95 34-145
+sign \x57B1 34-145
+sign \x8361 34-145
+sign \x83EA 34-145
+sign \x74FD 34-145
+sign \x903F 34-145
+sign \x6113 34-145
+sign \x5A78 25-1456
+sign \x96FC 34-145
+sign \x78AD 34-145
+sign \x8DA4 34-145
+sign \x8569 34-145
+sign \x778A 34-145
+sign \x5105 34-1345
+sign \x58CB 34-145
+sign \x7497 34-145
+sign \x76EA 34-145
+sign \x7911 34-145
+sign \x7C1C 34-145
+sign \x862F 34-145
+sign \x8B61 34-13456
+sign \x95E3 34-145
+sign \x5200 34-1235
+sign \x53E8 34-1235
+sign \x5FC9 34-1235
+sign \x6737 34-1235
+sign \x6C18 34-1235
+sign \x866D 345-1235
+sign \x8220 34-1235
+sign \x91D6 34-1235
+sign \x9C7D 34-1235
+sign \x9B5B 34-1235
+sign \x5BFC 34-12356
+sign \x5C9B 34-12356
+sign \x9666 34-12356
+sign \x6363 34-12356
+sign \x5012 34-12356
+sign \x5CF6 34-12356
+sign \x5BB2 34-12356
+sign \x636F 34-1256
+sign \x7977 34-12356
+sign \x7982 34-12356
+sign \x6417 34-12356
+sign \x969D 34-12356
+sign \x69DD 34-12356
+sign \x5D8B 34-12356
+sign \x5D8C 34-12356
+sign \x5C0E 34-12356
+sign \x96AF 34-12356
+sign \x58D4 34-12356
+sign \x64E3 34-12356
+sign \x8E48 34-12356
+sign \x5DB9 34-12356
+sign \x79B1 34-12356
+sign \x5230 34-125
+sign \x83FF 34-125
+sign \x76D7 34-125
+sign \x60BC 34-125
+sign \x6921 34-125
+sign \x9053 34-125
+sign \x76DC 34-125
+sign \x7A32 34-125
+sign \x7FE2 14-134
+sign \x7A3B 34-125
+sign \x885C 34-125
+sign \x8254 34-146
+sign \x5675 34-125
+sign \x6AA4 34-125
+sign \x885F 34-125
+sign \x7FFF 34-125
+sign \x8EC7 34-125
+sign \x74D9 34-125
+sign \x7E9B 34-125
+sign \x6074 34-246
+sign \x5F97 34-246
+sign \x6DC2 34-246
+sign \x60EA 34-246
+sign \x60B3 34-246
+sign \x951D 34-246
+sign \x561A 34-234
+sign \x5FB3 34-246
+sign \x5FB7 34-246
+sign \x9340 34-246
+sign \x7684 34-35
+sign \x63FC 24-15
+sign \x6265 34-1
+sign \x627D 34-1
+sign \x706F 34-135
+sign \x767B 34-135
+sign \x8C4B 34-135
+sign \x5654 34-135
+sign \x5B01 34-135
+sign \x7492 34-135
+sign \x71C8 34-135
+sign \x7AF3 34-135
+sign \x7C26 34-135
+sign \x8260 34-135
+sign \x8E6C 34-135
+sign \x89B4 34-135
+sign \x7B49 34-1356
+sign \x6225 34-1356
+sign \x9093 34-15
+sign \x50DC 34-15
+sign \x96A5 34-15
+sign \x51F3 34-15
+sign \x9127 34-15
+sign \x58B1 34-15
+sign \x5D9D 34-15
+sign \x78F4 34-15
+sign \x77AA 34-15
+sign \x956B 34-15
+sign \x6AC8 34-15
+sign \x9419 34-15
+sign \x4EFE 345-123
+sign \x4F4E 345-123
+sign \x5943 345-123
+sign \x5F7D 345-123
+sign \x889B 345-123
+sign \x57DE 345-123
+sign \x5572 345-123
+sign \x7F9D 345-123
+sign \x9684 345-123
+sign \x8D86 345-123
+sign \x5824 345-123
+sign \x5600 345-123
+sign \x6EF4 345-123
+sign \x78FE 345-123
+sign \x9349 345-123
+sign \x97AE 345-123
+sign \x5EF8 345-126
+sign \x8091 345-126
+sign \x72C4 345-126
+sign \x82D6 345-126
+sign \x8FEA 345-126
+sign \x7C74 345-126
+sign \x837B 345-126
+sign \x5519 345-126
+sign \x654C 345-126
+sign \x6DA4 345-126
+sign \x6891 345-126
+sign \x7B1B 345-126
+sign \x976E 345-126
+sign \x89CC 345-126
+sign \x9AE2 345-126
+sign \x99B0 345-12
+sign \x6ECC 345-126
+sign \x8510 345-126
+sign \x850B 345-126
+sign \x9814 345-126
+sign \x9B61 345-125
+sign \x5AE1 345-126
+sign \x6575 345-126
+sign \x955D 345-126
+sign \x7BF4 345-126
+sign \x85E1 345-126
+sign \x85CB 345-125
+sign \x5681 345-126
+sign \x8C74 345-126
+sign \x93D1 345-126
+sign \x7CF4 345-126
+sign \x9E10 345-126
+sign \x6C10 345-123
+sign \x5758 345-1236
+sign \x538E 345-1236
+sign \x90B8 345-1236
+sign \x8BCB 345-1236
+sign \x963A 345-1236
+sign \x62DE 345-1236
+sign \x577B 345-1236
+sign \x62B5 345-1236
+sign \x5467 345-1236
+sign \x5E95 345-1236
+sign \x5F24 345-1236
+sign \x67E2 345-1236
+sign \x7274 345-1236
+sign \x7825 345-1236
+sign \x638B 345-1236
+sign \x83E7 345-1236
+sign \x8EE7 345-1236
+sign \x89DD 345-1236
+sign \x8A46 345-1236
+sign \x6974 2345-12
+sign \x805C 345-1236
+sign \x9AB6 345-1236
+sign \x9BF3 345-1236
+sign \x5730 345-12
+sign \x5F1A 345-12
+sign \x7393 345-12
+sign \x6755 345-12
+sign \x65F3 345-12
+sign \x5754 345-12
+sign \x5F1F 345-12
+sign \x67A4 345-12
+sign \x601F 345-12
+sign \x4FE4 345-12
+sign \x5E1D 345-12
+sign \x57CA 345-12
+sign \x9013 345-12
+sign \x9012 345-12
+sign \x5A23 345-12
+sign \x73F6 345-12
+sign \x688A 345-12
+sign \x83C2 345-12
+sign \x7731 345-12
+sign \x7B2C 345-12
+sign \x5059 345-12
+sign \x91F1 345-12
+sign \x5547 345-126
+sign \x710D 345-12
+sign \x7976 345-12
+sign \x8C1B 345-12
+sign \x63E5 2345-12
+sign \x8482 345-12
+sign \x68E3 345-12
+sign \x7747 345-12
+sign \x5A82 345-12
+sign \x7F14 345-12
+sign \x50C0 345-12
+sign \x905E 345-12
+sign \x926A 345-12
+sign \x8163 345-12
+sign \x7998 345-12
+sign \x6455 345-12
+sign \x5891 345-12
+sign \x8515 345-12
+sign \x9070 345-12
+sign \x78B2 345-12
+sign \x58AC 345-12
+sign \x6178 345-12
+sign \x750B 345-12
+sign \x7DE0 345-12
+sign \x8E36 345-12
+sign \x5DB3 345-12
+sign \x8AE6 345-12
+sign \x87AE 345-12
+sign \x55F2 345-23456
+sign \x6541 345-1234
+sign \x6382 345-1234
+sign \x53A7 345-1234
+sign \x508E 345-1234
+sign \x5D6E 345-1234
+sign \x6EC7 345-1234
+sign \x69D9 345-1234
+sign \x7628 345-1234
+sign \x98A0 345-1234
+sign \x8E4E 345-1234
+sign \x985B 345-1234
+sign \x5DC5 345-1234
+sign \x985A 345-1234
+sign \x766B 345-1234
+sign \x6527 345-1234
+sign \x5DD4 345-1234
+sign \x5DD3 345-1234
+sign \x7672 345-1234
+sign \x9F7B 345-1234
+sign \x4E36 146-1236
+sign \x594C 345-12346
+sign \x5178 345-12346
+sign \x70B9 345-12346
+sign \x5A70 345-12346
+sign \x6923 345-12346
+sign \x655F 345-12346
+sign \x84A7 345-12346
+sign \x7898 345-12346
+sign \x8547 345-12346
+sign \x8E2E 345-12346
+sign \x9EDE 345-12346
+sign \x56B8 345-12346
+sign \x7535 345-124
+sign \x4F43 345-124
+sign \x7538 345-124
+sign \x963D 345-124
+sign \x576B 345-124
+sign \x5E97 345-124
+sign \x73B7 345-124
+sign \x57AB 345-124
+sign \x6242 345-124
+sign \x94BF 345-124
+sign \x6DC0 345-124
+sign \x60E6 345-124
+sign \x5A5D 345-124
+sign \x7414 345-124
+sign \x5960 345-124
+sign \x96FB 345-124
+sign \x8714 345-124
+sign \x923F 345-124
+sign \x6BBF 345-124
+sign \x588A 345-124
+sign \x975B 345-124
+sign \x6A42 345-124
+sign \x6FB1 345-124
+sign \x58C2 345-124
+sign \x78F9 345-124
+sign \x7C1F 345-124
+sign \x765C 345-124
+sign \x9A54 345-124
+sign \x5201 345-1235
+sign \x53FC 345-1235
+sign \x6C48 345-1235
+sign \x521F 345-1235
+sign \x51CB 345-1235
+sign \x595D 345-1235
+sign \x86C1 345-1235
+sign \x5F6B 345-1235
+sign \x5F34 345-1235
+sign \x7431 345-1235
+sign \x8C82 345-1235
+sign \x98A9 345-1235
+sign \x7889 345-1235
+sign \x9CED 345-1235
+sign \x7797 345-1235
+sign \x932D 345-1235
+sign \x96D5 345-1235
+sign \x9CB7 345-1235
+sign \x9B89 345-1235
+sign \x7C13 345-1235
+sign \x9F26 345-1235
+sign \x9D70 345-1235
+sign \x9BDB 345-1235
+sign \x625A 345-12356
+sign \x5C4C 345-12356
+sign \x5F14 345-125
+sign \x540A 345-125
+sign \x4F04 345-125
+sign \x9493 345-125
+sign \x8A0B 345-125
+sign \x7A8E 345-125
+sign \x6389 345-125
+sign \x94DE 345-125
+sign \x94EB 25-1256
+sign \x91E3 345-125
+sign \x7F40 14-125
+sign \x921F 345-125
+sign \x7AE8 345-125
+sign \x96FF 345-125
+sign \x92B1 345-125
+sign \x8ABF 2345-1256
+sign \x92FD 345-125
+sign \x7639 345-125
+sign \x7AB5 345-125
+sign \x9443 345-125
+sign \x7239 345-234
+sign \x8DCC 345-234
+sign \x82F5 345-246
+sign \x8FED 345-246
+sign \x6022 2346-123
+sign \x6315 124-24
+sign \x57A4 345-246
+sign \x5CCC 345-246
+sign \x80C5 345-246
+sign \x604E 345-246
+sign \x7ED6 345-246
+sign \x800A 345-246
+sign \x7723 345-246
+sign \x74DE 345-246
+sign \x621C 345-246
+sign \x5551 124-245
+sign \x8C0D 345-246
+sign \x957B 345-246
+sign \x581E 345-246
+sign \x63F2 345-246
+sign \x81F7 345-246
+sign \x8D83 345-246
+sign \x800B 345-246
+sign \x558B 345-246
+sign \x7573 345-246
+sign \x5E49 345-246
+sign \x8A44 345-246
+sign \x60F5 345-246
+sign \x7D70 345-246
+sign \x6B9C 345-246
+sign \x7252 345-246
+sign \x7243 345-246
+sign \x53E0 345-246
+sign \x789F 345-246
+sign \x8728 345-246
+sign \x5D7D 345-246
+sign \x890B 345-246
+sign \x8776 345-246
+sign \x8253 345-246
+sign \x8E40 345-246
+sign \x7582 345-246
+sign \x8ADC 345-246
+sign \x893A 345-234
+sign \x9CBD 345-246
+sign \x9B99 234-23456
+sign \x66E1 345-246
+sign \x7589 345-246
+sign \x9C08 345-246
+sign \x758A 345-246
+sign \x6C0E 345-246
+sign \x54CB 2456-12
+sign \x4E01 345-135
+sign \x4E87 1-24
+sign \x4EC3 345-135
+sign \x53EE 345-135
+sign \x5E04 345-135
+sign \x5975 345-135
+sign \x738E 345-135
+sign \x76EF 345-135
+sign \x753A 2345-1356
+sign \x753C 345-135
+sign \x7594 345-135
+sign \x8035 345-135
+sign \x8670 345-135
+sign \x91D8 345-135
+sign \x976A 345-135
+sign \x9876 345-1356
+sign \x914A 345-135
+sign \x9802 345-1356
+sign \x9F0E 345-1356
+sign \x9F11 345-1356
+sign \x5D7F 345-1356
+sign \x85A1 345-1356
+sign \x9424 345-1356
+sign \x8BA2 345-15
+sign \x9964 345-15
+sign \x5FCA 345-15
+sign \x77F4 345-15
+sign \x9489 345-135
+sign \x5B9A 345-15
+sign \x8A02 345-15
+sign \x98E3 345-15
+sign \x8423 345-15
+sign \x5576 345-15
+sign \x94E4 345-15
+sign \x6917 345-15
+sign \x815A 345-15
+sign \x7887 345-15
+sign \x952D 345-15
+sign \x8062 345-15
+sign \x78A0 345-15
+sign \x874A 345-15
+sign \x92CC 2345-1356
+sign \x9320 345-15
+sign \x78F8 345-15
+sign \x9841 345-15
+sign \x4E1F 345-134
+sign \x4E22 345-134
+sign \x94E5 345-134
+sign \x92A9 345-134
+sign \x4E1C 346-135
+sign \x51AC 346-135
+sign \x82F3 346-135
+sign \x6771 346-135
+sign \x549A 346-135
+sign \x5CBD 346-135
+sign \x6638 346-135
+sign \x6C21 346-135
+sign \x9E2B 346-135
+sign \x5032 346-135
+sign \x57EC 346-135
+sign \x83C4 346-135
+sign \x5D2C 346-135
+sign \x7B17 346-135
+sign \x6DB7 346-135
+sign \x5A3B 346-135
+sign \x6C2D 346-135
+sign \x5F9A 346-135
+sign \x8740 346-135
+sign \x9B97 346-135
+sign \x9F15 346-135
+sign \x9D87 346-135
+sign \x9BDF 346-135
+sign \x9DAB 346-135
+sign \x8463 346-1356
+sign \x58A5 346-1356
+sign \x856B 346-1356
+sign \x7BBD 346-1356
+sign \x8ACC 346-1356
+sign \x61C2 346-1356
+sign \x5B1E 346-1356
+sign \x52A8 346-15
+sign \x51BB 346-15
+sign \x4F97 346-15
+sign \x578C 346-15
+sign \x630F 346-15
+sign \x680B 346-15
+sign \x8FF5 346-15
+sign \x5CD2 346-15
+sign \x5CDD 2346-156
+sign \x80E8 346-15
+sign \x6D1E 346-15
+sign \x606B 346-15
+sign \x59DB 346-15
+sign \x6219 346-15
+sign \x80F4 346-15
+sign \x51CD 346-15
+sign \x7850 346-15
+sign \x5D20 346-15
+sign \x52D5 346-15
+sign \x68DF 346-15
+sign \x8156 346-15
+sign \x6E69 146-15
+sign \x50CD 346-15
+sign \x99E7 346-15
+sign \x9718 346-15
+sign \x543A 34-134
+sign \x5245 34-134
+sign \x4FB8 34-134
+sign \x90FD 34-134
+sign \x5517 34-134
+sign \x515C 34-134
+sign \x5160 34-134
+sign \x8538 34-134
+sign \x6A77 34-134
+sign \x7BFC 34-134
+sign \x551E 34-146
+sign \x4E67 34-1346
+sign \x9627 34-1346
+sign \x6296 34-1346
+sign \x6793 34-1346
+sign \x94AD 234-1346
+sign \x9661 34-1346
+sign \x86AA 34-1346
+sign \x6597 34-1346
+sign \x8C46 34-14
+sign \x90D6 34-14
+sign \x8373 34-14
+sign \x9017 34-14
+sign \x9B25 34-1346
+sign \x997E 34-14
+sign \x6D62 34-14
+sign \x68AA 34-14
+sign \x6BED 34-14
+sign \x9158 34-14
+sign \x8130 34-14
+sign \x9597 34-14
+sign \x75D8 34-14
+sign \x7AA6 34-14
+sign \x9B26 34-14
+sign \x92C0 34-14
+sign \x9916 34-14
+sign \x65A3 34-14
+sign \x95D8 34-14
+sign \x9B2A 34-14
+sign \x7AC7 34-14
+sign \x9B2D 34-14
+sign \x9B2C 34-14
+sign \x5262 346-123
+sign \x9607 346-123
+sign \x7763 346-123
+sign \x561F 346-123
+sign \x918F 346-123
+sign \x95CD 346-123
+sign \x6BD2 346-126
+sign \x72EC 346-126
+sign \x6D9C 346-126
+sign \x8BFB 346-126
+sign \x6E0E 346-126
+sign \x691F 346-126
+sign \x728A 346-126
+sign \x724D 346-126
+sign \x88FB 346-126
+sign \x8AAD 346-126
+sign \x8773 34-1245
+sign \x9316 346-126
+sign \x7368 346-126
+sign \x5335 346-126
+sign \x51DF 346-126
+sign \x7006 346-126
+sign \x5B3B 346-126
+sign \x74C4 346-126
+sign \x6ADD 346-126
+sign \x6BB0 346-126
+sign \x72A2 346-126
+sign \x7258 346-126
+sign \x9A33 346-126
+sign \x76BE 346-126
+sign \x9EE9 346-126
+sign \x8969 1246-1236
+sign \x9AD1 346-126
+sign \x8C44 346-126
+sign \x8D15 346-126
+sign \x8B80 346-126
+sign \x97E3 346-126
+sign \x945F 346-126
+sign \x97C7 346-126
+sign \x97E5 346-126
+sign \x9EF7 346-126
+sign \x8B9F 346-126
+sign \x53BE 346-123
+sign \x7B03 346-1236
+sign \x5835 346-1236
+sign \x5E3E 346-1236
+sign \x743D 346-1236
+sign \x668F 346-1236
+sign \x8D4C 346-1236
+sign \x7779 346-1236
+sign \x89A9 346-1236
+sign \x8CED 346-1236
+sign \x7BE4 346-1236
+sign \x828F 346-12
+sign \x675C 346-12
+sign \x809A 346-12
+sign \x5992 346-12
+sign \x59AC 346-12
+sign \x5EA6 346-12
+sign \x8370 346-12
+sign \x79FA 346-12
+sign \x976F 346-12
+sign \x6E21 346-12
+sign \x9540 346-12
+sign \x8799 346-12
+sign \x6BAC 346-12
+sign \x934D 346-12
+sign \x8827 346-12
+sign \x8839 346-12
+sign \x526C 346-1234
+sign \x5073 346-1234
+sign \x5A8F 346-1234
+sign \x7AEF 346-1234
+sign \x890D 346-1234
+sign \x9374 346-1234
+sign \x77ED 346-12346
+sign \x6BB5 346-124
+sign \x65AD 346-124
+sign \x5845 346-124
+sign \x846E 346-124
+sign \x7F0E 346-124
+sign \x7456 346-124
+sign \x6934 346-124
+sign \x8176 346-124
+sign \x7145 346-124
+sign \x78AB 346-124
+sign \x953B 346-124
+sign \x7DDE 346-124
+sign \x7E00 125-2456
+sign \x6BC8 346-124
+sign \x7C16 346-124
+sign \x935B 346-124
+sign \x65B7 346-124
+sign \x8E96 346-124
+sign \x7C6A 346-124
+sign \x5796 346-345
+sign \x5806 346-345
+sign \x5860 346-345
+sign \x5D5F 346-345
+sign \x75FD 346-345
+sign \x78D3 346-345
+sign \x9D2D 346-345
+sign \x9827 346-345
+sign \x961F 346-34
+sign \x5BF9 346-34
+sign \x514A 346-34
+sign \x514C 346-34
+sign \x5BFE 346-34
+sign \x5151 346-34
+sign \x794B 346-34
+sign \x603C 346-34
+sign \x966E 346-34
+sign \x968A 346-34
+sign \x7893 346-34
+sign \x7D90 346-34
+sign \x5C0D 346-34
+sign \x619D 346-34
+sign \x85B1 346-34
+sign \x6FE7 346-34
+sign \x61DF 346-34
+sign \x8B48 346-34
+sign \x7029 346-34
+sign \x8B75 346-34
+sign \x5428 346-13
+sign \x60C7 346-13
+sign \x6566 346-13
+sign \x8733 346-13
+sign \x58A9 346-13
+sign \x64B4 346-13
+sign \x58FF 346-13
+sign \x7364 346-13
+sign \x58AA 346-13
+sign \x6A54 2346-346
+sign \x5678 346-13
+sign \x729C 346-13
+sign \x6489 346-13
+sign \x71C9 346-1
+sign \x7905 346-13
+sign \x9566 346-13
+sign \x8E7E 346-13
+sign \x8E72 346-13
+sign \x9413 346-13
+sign \x941C 346-345
+sign \x9A50 346-13
+sign \x76F9 346-136
+sign \x8DB8 346-136
+sign \x8E89 346-136
+sign \x4F05 346-1
+sign \x6C8C 346-1
+sign \x7096 346-1
+sign \x9007 346-1
+sign \x7818 346-1
+sign \x949D 346-1
+sign \x76FE 346-1
+sign \x987F 346-1
+sign \x9041 346-1
+sign \x920D 346-1
+sign \x696F 1246-136
+sign \x9813 346-1
+sign \x815E 146-124
+sign \x78B7 346-1
+sign \x906F 346-1
+sign \x6F61 346-1
+sign \x619E 346-34
+sign \x8E32 346-1
+sign \x591A 346-234
+sign \x591B 346-234
+sign \x5484 346-234
+sign \x8324 15-12
+sign \x54C6 346-234
+sign \x525F 346-234
+sign \x6387 346-234
+sign \x5D1C 346-234
+sign \x6560 346-234
+sign \x6BF2 346-234
+sign \x656A 346-246
+sign \x88F0 346-234
+sign \x5689 346-234
+sign \x4EDB 2346-234
+sign \x593A 346-246
+sign \x94CE 346-246
+sign \x6553 346-246
+sign \x526B 346-246
+sign \x655A 346-246
+sign \x55A5 346-246
+sign \x922C 346-246
+sign \x75E5 346-246
+sign \x596A 346-246
+sign \x51D9 346-246
+sign \x8E31 346-246
+sign \x9BB5 346-246
+sign \x9438 346-246
+sign \x6735 346-2346
+sign \x6736 346-2346
+sign \x579B 346-24
+sign \x6306 346-2346
+sign \x6305 346-2346
+sign \x54DA 346-2346
+sign \x57F5 346-2346
+sign \x7F0D 346-2346
+sign \x8D93 346-2346
+sign \x692F 346-2346
+sign \x8EB2 346-2346
+sign \x8EB1 346-2346
+sign \x7D9E 346-2346
+sign \x4EB8 346-2346
+sign \x9B0C 346-2346
+sign \x56B2 346-2346
+sign \x5241 346-24
+sign \x9973 346-24
+sign \x964F 346-24
+sign \x964A 346-24
+sign \x5234 346-24
+sign \x579C 346-2346
+sign \x67EE 346-24
+sign \x5C2E 346-24
+sign \x6857 346-24
+sign \x8235 346-24
+sign \x5815 346-24
+sign \x60F0 346-24
+sign \x5AA0 346-24
+sign \x8DFA 346-24
+sign \x8DE2 34-1245
+sign \x8DE5 346-24
+sign \x98FF 346-24
+sign \x619C 346-24
+sign \x58AE 346-24
+sign \x5D9E 346-24
+sign \x5AF7 2346-2346
+sign \x58AF 346-24
+sign \x9D7D 346-24
+sign \x59B8 23456-234
+sign \x59BF 23456-234
+sign \x5C59 23456-234
+sign \x5A3F 23456-234
+sign \x5A40 23456-234
+sign \x8BB9 23456-246
+sign \x8FD7 23456-246
+sign \x542A 23456-246
+sign \x56EE 23456-246
+sign \x4FC4 23456-246
+sign \x83AA 23456-246
+sign \x5CE8 23456-246
+sign \x5CE9 23456-246
+sign \x6D90 23456-246
+sign \x5A25 23456-246
+sign \x73F4 23456-246
+sign \x8A1B 23456-246
+sign \x774B 23456-246
+sign \x9507 23456-246
+sign \x9E45 23456-246
+sign \x7692 23456-246
+sign \x920B 23456-246
+sign \x86FE 23456-246
+sign \x78C0 23456-246
+sign \x8A90 23456-246
+sign \x92E8 23456-246
+sign \x9B64 23456-246
+sign \x981F 23456-246
+sign \x989D 23456-246
+sign \x9A00 23456-246
+sign \x9D5D 23456-246
+sign \x9D5E 23456-246
+sign \x984D 23456-246
+sign \x8B4C 23456-246
+sign \x6799 23456-2346
+sign \x7808 23456-24
+sign \x5641 23456-2346
+sign \x9D48 23456-2346
+sign \x5384 23456-24
+sign \x6B7A 34-123456
+sign \x5C75 23456-124
+sign \x6239 23456-24
+sign \x5C8B 23456-24
+sign \x9628 23456-24
+sign \x627C 23456-24
+sign \x82CA 23456-24
+sign \x5443 23456-24
+sign \x9638 23456-24
+sign \x7810 23456-24
+sign \x8F6D 23456-24
+sign \x545D 23456-24
+sign \x57A9 23456-24
+sign \x54A2 23456-24
+sign \x54B9 23456-24
+sign \x5CC9 23456-246
+sign \x59F6 23456-24
+sign \x6076 23456-24
+sign \x7828 23456-2346
+sign \x8685 23456-24
+sign \x530E 23456-24
+sign \x997F 23456-24
+sign \x580A 23456-24
+sign \x8EDB 23456-24
+sign \x60AA 23456-24
+sign \x7846 23456-24
+sign \x537E 23456-24
+sign \x9102 23456-24
+sign \x5054 23456-24
+sign \x960F 23456-24
+sign \x8C14 23456-24
+sign \x582E 23456-24
+sign \x60E1 23456-24
+sign \x843C 23456-24
+sign \x8EF6 23456-24
+sign \x8C5F 23456-24
+sign \x904F 23456-24
+sign \x904C 23456-24
+sign \x5D3F 23456-24
+sign \x922A 23456-24
+sign \x6E42 23456-24
+sign \x6115 23456-24
+sign \x6439 23456-24
+sign \x7427 23456-24
+sign \x816D 23456-24
+sign \x8A7B 23456-24
+sign \x5EC5 23456-24
+sign \x8741 23456-24
+sign \x9E57 23456-24
+sign \x9537 23456-24
+sign \x50EB 23456-24
+sign \x855A 23456-24
+sign \x989A 23456-24
+sign \x907B 23456-24
+sign \x9913 23456-24
+sign \x981E 23456-24
+sign \x64DC 23456-24
+sign \x5669 23456-24
+sign \x89A8 23456-24
+sign \x9929 23456-24
+sign \x8AE4 23456-24
+sign \x9354 23456-24
+sign \x9CC4 23456-24
+sign \x6B5E 23456-24
+sign \x984E 23456-24
+sign \x8601 26-12
+sign \x6AEE 23456-24
+sign \x9D9A 23456-24
+sign \x9C10 23456-24
+sign \x8B8D 23456-24
+sign \x9F76 23456-24
+sign \x9469 23456-24
+sign \x9C77 23456-24
+sign \x8BF6 23456-345
+sign \x5940 23456-13
+sign \x6069 23456-13
+sign \x84BD 23456-13
+sign \x717E 23456-13
+sign \x5CCE 23456-136
+sign \x6441 23456-1
+sign \x55EF 23456-13
+sign \x97A5 23456-26
+sign \x513F 35-2456
+sign \x800C 35-2456
+sign \x5150 35-2456
+sign \x4F95 35-2456
+sign \x5152 35-2456
+sign \x9651 35-2456
+sign \x834B 35-2456
+sign \x800F 35-2456
+sign \x54A1 35-245
+sign \x5CCF 35-2456
+sign \x6D0F 35-2456
+sign \x682D 35-2456
+sign \x80F9 35-2456
+sign \x9E38 35-2456
+sign \x5532 35-2456
+sign \x88BB 35-2456
+sign \x804F 35-2456
+sign \x7CAB 35-2456
+sign \x8F00 35-2456
+sign \x9C95 35-2456
+sign \x9AF5 35-2456
+sign \x96AD 35-2456
+sign \x9D2F 35-2456
+sign \x9B9E 35-2456
+sign \x8F5C 35-2456
+sign \x5C13 35-23456
+sign \x5C12 35-23456
+sign \x5C14 35-23456
+sign \x8033 35-23456
+sign \x8FE9 35-23456
+sign \x9975 35-23456
+sign \x6D31 35-23456
+sign \x73E5 35-23456
+sign \x6BE6 35-23456
+sign \x682E 35-23456
+sign \x94D2 35-23456
+sign \x8848 35-245
+sign \x723E 35-23456
+sign \x927A 35-23456
+sign \x990C 35-23456
+sign \x99EC 35-23456
+sign \x85BE 35-23456
+sign \x9087 35-23456
+sign \x8DB0 35-23456
+sign \x4E8C 35-245
+sign \x5F0D 35-245
+sign \x5F10 35-245
+sign \x5235 35-245
+sign \x4F74 35-245
+sign \x8D30 35-245
+sign \x8CAE 35-245
+sign \x8CB3 35-245
+sign \x8A80 35-245
+sign \x6A32 35-245
+sign \x53D1 235-2345
+sign \x6CB7 235-2345
+sign \x767A 235-2345
+sign \x767C 235-2345
+sign \x5F42 235-2345
+sign \x5EE2 235-34
+sign \x6A43 235-2345
+sign \x9197 235-2345
+sign \x4E4F 235-2456
+sign \x4F10 235-2456
+sign \x59C2 235-2456
+sign \x8337 235-2456
+sign \x7F5A 235-2456
+sign \x57A1 235-2456
+sign \x9600 235-2456
+sign \x6830 235-2456
+sign \x7B29 235-2456
+sign \x7B4F 235-2456
+sign \x50A0 235-2456
+sign \x95A5 235-2456
+sign \x7F70 235-2456
+sign \x7782 235-2456
+sign \x7F78 235-2456
+sign \x85C5 235-2456
+sign \x4F71 235-23456
+sign \x6CD5 235-23456
+sign \x781D 235-23456
+sign \x9345 235-23456
+sign \x704B 235-23456
+sign \x73D0 235-245
+sign \x743A 235-245
+sign \x9AEA 235-245
+sign \x9AEE 235-245
+sign \x5E06 235-1234
+sign \x5FDB 235-1234
+sign \x72BF 235-1234
+sign \x756A 235-1234
+sign \x52EB 235-1234
+sign \x58A6 235-1246
+sign \x8543 235-1234
+sign \x5643 235-1234
+sign \x5E61 235-1234
+sign \x61A3 235-1234
+sign \x5B0F 235-1234
+sign \x65D9 235-1234
+sign \x85E9 235-1234
+sign \x7FFB 235-1234
+sign \x65DB 235-1234
+sign \x98BF 235-1234
+sign \x8F53 235-1234
+sign \x7C53 24-1234
+sign \x98DC 235-1234
+sign \x9C55 235-1234
+sign \x51E3 235-1246
+sign \x51E2 235-1246
+sign \x51E1 235-1246
+sign \x674B 235-1246
+sign \x5325 235-1246
+sign \x67C9 235-1246
+sign \x77FE 235-1246
+sign \x9492 235-1246
+sign \x7C75 235-1246
+sign \x8224 235-1246
+sign \x8227 235-1246
+sign \x70E6 235-1246
+sign \x7B32 235-1246
+sign \x91E9 235-1246
+sign \x68E5 235-1246
+sign \x7169 235-1246
+sign \x7DD0 235-1246
+sign \x6A0A 235-1246
+sign \x74A0 235-1246
+sign \x85A0 235-1246
+sign \x6A4E 235-1246
+sign \x81B0 235-1246
+sign \x71D4 235-1246
+sign \x7E41 235-1246
+sign \x894E 235-1246
+sign \x7FB3 235-1246
+sign \x7E59 235-1234
+sign \x8E6F 235-1246
+sign \x8629 235-1246
+sign \x792C 235-1246
+sign \x702A 235-1246
+sign \x9407 235-1246
+sign \x703F 235-1246
+sign \x881C 235-1246
+sign \x9DED 235-1246
+sign \x72AD 1356-12346
+sign \x6535 236-123
+sign \x53CD 235-12346
+sign \x6255 235-12346
+sign \x8FBA 245-1234
+sign \x4EEE 235-12346
+sign \x8FD4 235-12346
+sign \x72AF 235-124
+sign \x6C3E 235-124
+sign \x597F 235-124
+sign \x6C4E 235-124
+sign \x996D 235-124
+sign \x6CDB 235-124
+sign \x8303 235-124
+sign \x8D29 235-124
+sign \x7548 235-124
+sign \x8ED3 235-124
+sign \x8A09 235-124
+sign \x68B5 235-124
+sign \x8CA9 235-124
+sign \x7B35 235-124
+sign \x76D5 235-124
+sign \x98EF 235-124
+sign \x98F0 235-124
+sign \x8EEC 235-124
+sign \x6EFC 235-124
+sign \x7BC4 235-124
+sign \x5B0E 235-124
+sign \x5B14 235-12
+sign \x531A 235-1345
+sign \x65B9 235-1345
+sign \x90A1 235-1345
+sign \x574A 235-1345
+sign \x82B3 235-1345
+sign \x6C78 235-1345
+sign \x678B 235-1345
+sign \x7265 235-1345
+sign \x794A 24-135
+sign \x94AB 235-1345
+sign \x8684 235-1345
+sign \x6DD3 235-1345
+sign \x8DBD 236-1456
+sign \x9201 235-1345
+sign \x933A 235-1345
+sign \x9D0B 235-1345
+sign \x9632 235-1456
+sign \x59A8 235-1456
+sign \x80AA 235-1456
+sign \x623F 235-1456
+sign \x57C5 235-1456
+sign \x580F 235-1345
+sign \x9C82 235-1456
+sign \x9B74 235-1456
+sign \x4EFF 235-13456
+sign \x8BBF 235-13456
+sign \x7EBA 235-13456
+sign \x6609 235-13456
+sign \x6618 235-13456
+sign \x74EC 235-13456
+sign \x7706 235-13456
+sign \x5023 235-13456
+sign \x822B 235-13456
+sign \x65CA 235-13456
+sign \x7D21 235-13456
+sign \x8A2A 235-13456
+sign \x9AE3 235-13456
+sign \x9DAD 235-13456
+sign \x653E 235-145
+sign \x98DE 235-345
+sign \x5983 235-345
+sign \x975E 235-345
+sign \x98DB 235-345
+sign \x83F2 235-345
+sign \x5A53 235-345
+sign \x5561 235-345
+sign \x6E04 235-345
+sign \x5A54 235-345
+sign \x7EEF 235-345
+sign \x7306 235-345
+sign \x975F 235-345
+sign \x6683 235-345
+sign \x6249 235-345
+sign \x88F6 235-345
+sign \x871A 235-345
+sign \x7DCB 235-345
+sign \x970F 235-345
+sign \x9CB1 235-345
+sign \x9925 235-345
+sign \x99A1 235-345
+sign \x9A11 235-345
+sign \x9A1B 235-345
+sign \x9BE1 235-345
+sign \x98DD 235-345
+sign \x80A5 235-346
+sign \x6DDD 235-346
+sign \x8153 235-346
+sign \x8730 235-346
+sign \x88F5 236-346
+sign \x87E6 235-34
+sign \x80C7 245-12
+sign \x670F 235-3456
+sign \x80D0 235-3456
+sign \x532A 235-3456
+sign \x8BFD 235-3456
+sign \x966B 236-346
+sign \x595C 235-3456
+sign \x60B1 235-3456
+sign \x68D0 235-3456
+sign \x6590 235-3456
+sign \x69A7 235-3456
+sign \x7FE1 235-3456
+sign \x855C 235-3456
+sign \x8AB9 235-3456
+sign \x7BDA 235-3456
+sign \x82BE 235-34
+sign \x5420 235-34
+sign \x676E 24-34
+sign \x80BA 235-34
+sign \x72D2 235-34
+sign \x5E9F 235-34
+sign \x6CB8 235-34
+sign \x6632 235-34
+sign \x8D39 235-34
+sign \x539E 235-34
+sign \x5255 235-34
+sign \x4FF7 235-34
+sign \x75BF 235-34
+sign \x8409 235-346
+sign \x5C5D 235-34
+sign \x5EC3 235-34
+sign \x8CBB 235-34
+sign \x75F1 235-34
+sign \x9544 235-34
+sign \x855F 235-245
+sign \x66CA 235-34
+sign \x9F23 235-34
+sign \x7648 235-34
+sign \x6FF7 235-34
+sign \x6AE0 235-34
+sign \x9428 235-34
+sign \x9745 235-34
+sign \x5206 235-13
+sign \x82AC 235-13
+sign \x5429 235-13
+sign \x5E09 235-13
+sign \x59A2 235-16
+sign \x7EB7 235-13
+sign \x74F0 235-13-26-23456
+sign \x6610 235-13
+sign \x6C1B 235-13
+sign \x7AD5 235-13-124-135
+sign \x886F 235-13
+sign \x7FC2 235-13
+sign \x7D1B 235-13
+sign \x68FB 235-13
+sign \x515D 16-135-235-13
+sign \x915A 235-13
+sign \x8EAE 235-13
+sign \x8A1C 235-13
+sign \x96F0 235-13
+sign \x9216 235-13
+sign \x9934 235-13
+sign \x6706 235-13
+sign \x9959 235-13
+sign \x5746 246-346
+sign \x575F 235-16
+sign \x5C8E 235-16
+sign \x6C7E 235-16
+sign \x678C 235-16
+sign \x7083 24-1
+sign \x670C 24-1234
+sign \x80A6 24-1234
+sign \x86A1 235-16
+sign \x86A0 235-16
+sign \x7F92 235-16
+sign \x68A4 235-16
+sign \x68FC 235-16
+sign \x711A 235-16
+sign \x84B6 235-16
+sign \x999A 235-16
+sign \x96AB 235-16
+sign \x8561 235-16
+sign \x9CFB 24-1234
+sign \x9B75 235-16
+sign \x71D3 235-16
+sign \x8C6E 235-16
+sign \x71CC 235-16
+sign \x9F22 235-16
+sign \x9F16 235-16
+sign \x7FB5 235-16
+sign \x8F52 235-16
+sign \x8C76 235-16
+sign \x943C 235-16
+sign \x99A9 235-16
+sign \x9EC2 235-16
+sign \x7C89 235-136
+sign \x7793 1246-34
+sign \x9EFA 235-136
+sign \x4EFD 235-1
+sign \x574B 235-1
+sign \x5F05 235-1
+sign \x594B 235-1
+sign \x5FFF 235-1
+sign \x79CE 235-1
+sign \x507E 235-1
+sign \x7CAA 235-1
+sign \x6124 235-1
+sign \x50E8 235-1
+sign \x58B3 235-16
+sign \x5E69 235-16
+sign \x7356 235-16
+sign \x61A4 235-1
+sign \x6A68 235-16
+sign \x596E 235-1
+sign \x81B9 235-1
+sign \x9CBC 235-1
+sign \x7CDE 235-1
+sign \x7035 235-1
+sign \x9C5D 235-1
+sign \x4E30 235-135
+sign \x98CE 235-135
+sign \x4EF9 235-135
+sign \x51E8 235-135
+sign \x51EC 235-135
+sign \x6CA3 235-135
+sign \x6CA8 235-135
+sign \x59A6 235-135
+sign \x67AB 235-135
+sign \x80A8 236-145
+sign \x51EE 235-135
+sign \x7090 236-145
+sign \x5C01 235-135
+sign \x781C 235-135
+sign \x76FD 235-135
+sign \x98A8 235-135
+sign \x75AF 235-135
+sign \x57C4 235-135
+sign \x5CEF 235-135
+sign \x5CF0 235-135
+sign \x7412 235-135
+sign \x687B 235-135
+sign \x5051 235-135
+sign \x70FD 235-135
+sign \x8451 235-135
+sign \x5D36 235-135
+sign \x950B 235-135
+sign \x7326 235-135
+sign \x728E 235-135
+sign \x6953 235-135
+sign \x8702 235-135
+sign \x78B8 235-135
+sign \x760B 235-135
+sign \x9137 235-135
+sign \x50FC 235-135
+sign \x92D2 235-135
+sign \x6A92 235-135
+sign \x8C50 235-135
+sign \x93BD 235-135
+sign \x93E0 235-135
+sign \x9146 235-135
+sign \x8634 235-135
+sign \x7043 235-135
+sign \x5BF7 235-135
+sign \x882D 235-135
+sign \x98CC 235-135
+sign \x974A 235-135
+sign \x9EB7 235-135
+sign \x51AF 235-156
+sign \x5906 235-156
+sign \x6340 235-156
+sign \x9022 235-156
+sign \x6D72 235-156
+sign \x5838 235-156
+sign \x823D 236-1456
+sign \x99AE 235-156
+sign \x6E84 235-135
+sign \x6E22 235-1246
+sign \x6453 235-156
+sign \x8242 235-156
+sign \x6F28 235-156
+sign \x7F1D 235-156
+sign \x7D98 235-156
+sign \x7BC8 235-135
+sign \x7E2B 235-156
+sign \x8BBD 235-1356
+sign \x552A 235-1356
+sign \x8AF7 235-1356
+sign \x51E4 235-15
+sign \x5949 235-15
+sign \x752E 235-15
+sign \x4FF8 235-15
+sign \x7128 235-15
+sign \x6E57 235-15
+sign \x8D57 235-15
+sign \x9CEF 235-15
+sign \x7148 235-15
+sign \x9CF3 235-15
+sign \x9D0C 235-15
+sign \x8CF5 235-15
+sign \x8985 245-125
+sign \x4ECF 235-246
+sign \x4F5B 235-246
+sign \x5772 235-246
+sign \x68BB 235-246
+sign \x7D11 235-146
+sign \x7F36 235-1346
+sign \x5426 235-1346
+sign \x599A 236-345
+sign \x7F3B 235-1346
+sign \x7F39 235-1346
+sign \x96EC 235-1346
+sign \x9D00 235-1346
+sign \x592B 235-123
+sign \x909E 235-123
+sign \x4F15 235-123
+sign \x544B 235-123
+sign \x6C95 2456-12
+sign \x598B 235-123
+sign \x739E 235-123
+sign \x59C7 235-123
+sign \x80A4 235-123
+sign \x8342 235-123
+sign \x7806 235-123
+sign \x6024 235-123
+sign \x886D 235-123
+sign \x57BA 236-146
+sign \x8374 235-123
+sign \x5C03 235-123
+sign \x5A10 235-123
+sign \x9EB8 235-123
+sign \x65C9 235-123
+sign \x8DBA 235-123
+sign \x7D28 235-123
+sign \x8DD7 235-123
+sign \x7A03 235-123
+sign \x9207 235-123
+sign \x7B5F 235-123
+sign \x911C 235-123
+sign \x7D92 235-123
+sign \x8C67 235-123
+sign \x5B75 235-123
+sign \x9CFA 235-123
+sign \x9EA9 235-123
+sign \x6577 235-123
+sign \x819A 235-123
+sign \x9EAC 235-123
+sign \x7CD0 235-123
+sign \x9EB1 235-123
+sign \x61EF 235-123
+sign \x4E40 235-126
+sign \x5DFF 235-126
+sign \x5F17 235-126
+sign \x4F0F 235-126
+sign \x7536 235-126
+sign \x51EB 235-126
+sign \x6276 235-126
+sign \x8299 235-126
+sign \x82A3 235-126
+sign \x5B5A 235-126
+sign \x51B9 235-126
+sign \x521C 235-126
+sign \x62C2 235-126
+sign \x82FB 235-126
+sign \x8300 235-126
+sign \x678E 235-126
+sign \x5488 235-126
+sign \x5E17 235-126
+sign \x5CAA 235-126
+sign \x5F7F 235-126
+sign \x670D 235-126
+sign \x6CED 235-126
+sign \x602B 235-126
+sign \x7EC2 235-126
+sign \x7ECB 235-126
+sign \x73B8 235-126
+sign \x97E8 235-126
+sign \x5798 235-126
+sign \x832F 235-126
+sign \x67B9 24-1235
+sign \x67EB 235-126
+sign \x7550 235-126
+sign \x7549 235-126
+sign \x7F58 235-126
+sign \x6C1F 235-126
+sign \x4FD8 235-126
+sign \x9CEC 235-126
+sign \x90DB 235-126
+sign \x70A5 235-126
+sign \x6D11 235-126
+sign \x7953 235-126
+sign \x83A9 235-126
+sign \x683F 235-126
+sign \x7829 235-126
+sign \x86A8 235-126
+sign \x54F9 235-126
+sign \x7557 235-126
+sign \x6D6E 235-126
+sign \x7408 235-126
+sign \x83D4 235-126
+sign \x6874 235-126
+sign \x8659 235-126
+sign \x7B26 235-126
+sign \x7B30 235-126
+sign \x5310 235-126
+sign \x70F0 235-126
+sign \x6DAA 235-126
+sign \x8274 235-126
+sign \x7FC7 235-126
+sign \x7D31 235-126
+sign \x7D3C 235-126
+sign \x844D 235-126
+sign \x68F4 235-126
+sign \x5E45 235-126
+sign \x7F66 235-126
+sign \x7D65 235-126
+sign \x8F90 235-126
+sign \x8709 235-126
+sign \x9CE7 235-126
+sign \x8240 235-126
+sign \x925C 235-126
+sign \x9258 235-126
+sign \x98AB 235-126
+sign \x7CB0 235-123
+sign \x798F 235-126
+sign \x7D8D 235-126
+sign \x6991 235-126
+sign \x917B 1456-34
+sign \x7A2A 235-126
+sign \x7B99 235-126
+sign \x97CD 235-126
+sign \x9AF4 235-126
+sign \x8760 235-126
+sign \x5E5E 235-126
+sign \x9D14 235-126
+sign \x6F93 235-126
+sign \x8F3B 235-126
+sign \x8E3E 235-126
+sign \x9B84 235-126
+sign \x8AE8 235-126
+sign \x9EFB 235-126
+sign \x9BB2 235-126
+sign \x7641 235-126
+sign \x8946 235-126
+sign \x9D69 235-126
+sign \x8965 235-126
+sign \x9D9D 235-126
+sign \x629A 235-1236
+sign \x752B 235-1236
+sign \x62CA 235-1236
+sign \x65A7 235-1236
+sign \x5E9C 235-1236
+sign \x5F23 235-1236
+sign \x90D9 235-1236
+sign \x4FCC 235-1236
+sign \x80D5 235-123
+sign \x4FEF 235-1236
+sign \x91DC 235-1236
+sign \x91E1 235-1236
+sign \x636C 235-1236
+sign \x915C 235-123
+sign \x8F85 235-1236
+sign \x6928 235-1236
+sign \x76D9 235-1236
+sign \x8151 235-1236
+sign \x7124 235-1236
+sign \x6ECF 235-1236
+sign \x8F14 235-1236
+sign \x8150 235-1236
+sign \x64AB 235-1236
+sign \x9B34 235-1236
+sign \x7C20 235-1236
+sign \x9EFC 235-1236
+sign \x7236 235-12
+sign \x8BA3 235-12
+sign \x4ED8 235-12
+sign \x8D1F 235-12
+sign \x5987 235-12
+sign \x9644 235-12
+sign \x577F 235-12
+sign \x5490 235-12
+sign \x961C 235-12
+sign \x7ACE 235-12
+sign \x9A78 235-12
+sign \x8D74 235-12
+sign \x67CE 235-123
+sign \x590D 235-12
+sign \x5CCA 235-12
+sign \x8CA0 235-12
+sign \x8A03 235-12
+sign \x7954 235-12
+sign \x86A5 235-1236
+sign \x889D 235-12
+sign \x965A 26-1236
+sign \x526F 235-12
+sign \x86B9 235-12
+sign \x5069 235-12
+sign \x51A8 235-12
+sign \x5A4F 235-12
+sign \x5A66 235-12
+sign \x842F 235-12
+sign \x8EF5 356-1356
+sign \x8984 235-12
+sign \x8D4B 235-12
+sign \x79FF 235-12
+sign \x5085 235-12
+sign \x86D7 235-12
+sign \x5FA9 235-12
+sign \x8A42 235-12
+sign \x5BCC 235-12
+sign \x5A8D 235-12
+sign \x6931 235-12
+sign \x8179 235-12
+sign \x9C8B 235-12
+sign \x7F1A 235-12
+sign \x8D59 235-12
+sign \x8914 235-12
+sign \x8907 235-12
+sign \x79A3 235-12
+sign \x99D9 235-12
+sign \x8567 235-12
+sign \x8CE6 235-12
+sign \x876E 235-12
+sign \x875C 235-12
+sign \x7DEE 235-12
+sign \x8F39 235-12
+sign \x9B92 235-12
+sign \x7E1B 235-12
+sign \x8CFB 235-12
+sign \x9362 235-12
+sign \x9351 235-12
+sign \x9CC6 235-12
+sign \x8986 235-12
+sign \x99A5 235-12
+sign \x9C12 235-12
+sign \x88B1 235-126
+sign \x65EE 1-2345
+sign \x4F3D 15-2345
+sign \x5477 125-2345
+sign \x560E 1-2345
+sign \x9486 1-2456
+sign \x5C1C 1-2456
+sign \x5676 1-2456
+sign \x5620 1-2345
+sign \x9337 1-2456
+sign \x738D 1-23456
+sign \x5C15 1-23456
+sign \x5C2C 1-245
+sign \x9B40 1-245
+sign \x4F85 1-12345
+sign \x90C2 1-12345
+sign \x8BE5 1-12345
+sign \x9654 1-12345
+sign \x5793 1-12345
+sign \x8344 1-12345
+sign \x5CD0 1-12345
+sign \x59DF 1-12345
+sign \x6650 1-12345
+sign \x8D45 1-12345
+sign \x7561 1-12345
+sign \x7974 1-12345
+sign \x9691 1-12345
+sign \x7D6F 1-12345
+sign \x8C65 1-12345
+sign \x8CC5 1-12345
+sign \x8A72 1-12345
+sign \x8CCC 1-12345
+sign \x5FCB 1-123456
+sign \x6539 1-123456
+sign \x7D60 1-123456
+sign \x9385 15-24
+sign \x4E10 1-1245
+sign \x4E62 1-1245
+sign \x5303 1-1245
+sign \x5304 1-1245
+sign \x675A 16-123
+sign \x9499 1-1245
+sign \x76D6 1-1245
+sign \x6461 1-1245
+sign \x8462 1-1245
+sign \x9223 1-1245
+sign \x6E89 1-1245
+sign \x84CB 1-1245
+sign \x6982 1-1245
+sign \x69E9 1-1245
+sign \x6224 1-1245
+sign \x6F11 1-1245
+sign \x69EA 1-1245
+sign \x74C2 1-1245
+sign \x7518 1-1234
+sign \x8FC0 1-1234
+sign \x8289 1-1234
+sign \x5FD3 1-1234
+sign \x7395 1-1234
+sign \x653C 1-1234
+sign \x809D 1-1234
+sign \x5769 1-1234
+sign \x82F7 1-1234
+sign \x77F8 1-1234
+sign \x6CD4 1-1234
+sign \x73B5 23456-1246
+sign \x4E79 1-1234
+sign \x67D1 1-1234
+sign \x8677 1-1234
+sign \x7AFF 1-1234
+sign \x9150 1-1234
+sign \x75B3 1-1234
+sign \x7C93 1-1234
+sign \x4E81 1-1234
+sign \x51F2 1-1234
+sign \x5C34 1-1234
+sign \x5C32 1-1234
+sign \x7B78 1-1234
+sign \x9CF1 1-1234
+sign \x6F27 1-1234
+sign \x5C36 1-1234
+sign \x5C37 1-1234
+sign \x9B50 1-1234
+sign \x4EE0 1-12346
+sign \x625E 12-124
+sign \x6746 1-1234
+sign \x79C6 1-12346
+sign \x8866 1-12346
+sign \x76AF 1-12346
+sign \x8D76 1-12346
+sign \x687F 1-12346
+sign \x7B34 1-12346
+sign \x6562 1-12346
+sign \x7A08 1-12346
+sign \x611F 1-12346
+sign \x8D95 1-12346
+sign \x6F89 1-12346
+sign \x6A44 1-12346
+sign \x64C0 1-12346
+sign \x7C33 1-12346
+sign \x9CE1 1-12346
+sign \x9C64 1-12346
+sign \x5E72 1-1234
+sign \x65F0 1-124
+sign \x6C75 1-124
+sign \x76F0 1-124
+sign \x7EC0 1-124
+sign \x501D 1-124
+sign \x51CE 1-124
+sign \x6DE6 1-124
+sign \x7D3A 1-124
+sign \x9AAD 1-124
+sign \x8A4C 1-124
+sign \x5E79 1-124
+sign \x69A6 1-124
+sign \x6A8A 1-124
+sign \x8D63 1-124
+sign \x8D1B 1-124
+sign \x7068 1-124
+sign \x5188 1-1345
+sign \x7F53 1-1345
+sign \x51AE 1-1345
+sign \x521A 1-1345
+sign \x809B 1-1345
+sign \x7EB2 1-1345
+sign \x77FC 1-1345
+sign \x5CA1 1-1345
+sign \x7268 1-1345
+sign \x7598 1-1345
+sign \x94A2 1-1345
+sign \x7F38 1-1345
+sign \x7F61 1-1345
+sign \x525B 1-1345
+sign \x5808 1-1345
+sign \x5D17 1-13456
+sign \x91ED 1-1345
+sign \x68E1 1-1345
+sign \x7285 1-1345
+sign \x583D 1-1345
+sign \x7899 1234-1256
+sign \x7F41 1-1345
+sign \x7DB1 1-1345
+sign \x92FC 1-1345
+sign \x93A0 1-1345
+sign \x5C97 1-13456
+sign \x6E2F 1-13456
+sign \x6760 1-145
+sign \x6386 1-1345
+sign \x7135 1-145
+sign \x7139 1-145
+sign \x7B7B 1-145
+sign \x69D3 1-145
+sign \x6206 1-145
+sign \x768B 1-1235
+sign \x9AD8 1-1235
+sign \x7F99 246-3456
+sign \x7F94 1-1235
+sign \x7690 1-1235
+sign \x9AD9 1-1235
+sign \x81EF 1-1235
+sign \x776A 1-1235
+sign \x6EDC 145-246
+sign \x69D4 1-1235
+sign \x777E 1-1235
+sign \x818F 1-1235
+sign \x69F9 1-1235
+sign \x6A70 1-1235
+sign \x7BD9 1-1235
+sign \x7CD5 1-1235
+sign \x993B 1-1235
+sign \x6ADC 1-1235
+sign \x97DF 1-1235
+sign \x9F1B 1-1235
+sign \x9DCE 1-1235
+sign \x9DF1 1-1235
+sign \x5930 1-12356
+sign \x6772 1-12356
+sign \x83D2 1-12356
+sign \x7A01 1-12356
+sign \x641E 1-12356
+sign \x7B76 1-12356
+sign \x7F1F 1-12356
+sign \x69C1 1-12356
+sign \x7354 12-1256
+sign \x69C0 1-12356
+sign \x9550 1-12356
+sign \x7A3F 1-12356
+sign \x7A3E 1-12356
+sign \x7E1E 1-12356
+sign \x85C1 1-12356
+sign \x85F3 1-12356
+sign \x6ABA 1-12356
+sign \x93AC 1-12356
+sign \x543F 1-125
+sign \x544A 1-125
+sign \x90DC 1-125
+sign \x52C2 1-125
+sign \x8BF0 1-125
+sign \x5CFC 1-125
+sign \x796E 1-125
+sign \x7970 1-125
+sign \x9506 1-125
+sign \x66A0 12-125
+sign \x8AA5 1-125
+sign \x799E 1-125
+sign \x92EF 1-125
+sign \x6208 1-234
+sign \x572A 1-234
+sign \x72B5 1-234
+sign \x7EA5 1-234
+sign \x6213 1-234
+sign \x8090 1-234
+sign \x726B 1-234
+sign \x7599 1-234
+sign \x54AF 1236-35
+sign \x7271 1-234
+sign \x54E5 1-234
+sign \x80F3 1-234
+sign \x9E3D 1-234
+sign \x88BC 1-234
+sign \x6401 1-234
+sign \x5272 1-234
+sign \x6ED2 1-234
+sign \x5F41 1-234
+sign \x6228 1-234
+sign \x6B4C 1-234
+sign \x9D1A 1-234
+sign \x64F1 1-234
+sign \x9D3F 1-234
+sign \x8B0C 1-234
+sign \x93B6 1-234
+sign \x5444 1-246
+sign \x4F6E 1-246
+sign \x530C 1-246
+sign \x630C 1-246
+sign \x9769 1-246
+sign \x8316 1-246
+sign \x9601 1-246
+sign \x683C 1-246
+sign \x9B32 1-246
+sign \x654B 1-246
+sign \x81F5 1-246
+sign \x86D2 1-246
+sign \x6105 1-246
+sign \x88D3 1-246
+sign \x9694 1-246
+sign \x5865 1-246
+sign \x55DD 1-246
+sign \x89E1 1-246
+sign \x6EC6 1-246
+sign \x69C5 1-246
+sign \x95A4 1-246
+sign \x95A3 1-246
+sign \x643F 1-246
+sign \x8188 1-246
+sign \x9788 1-246
+sign \x9ABC 1-246
+sign \x9549 1-246
+sign \x97D0 1-246
+sign \x8F35 1-246
+sign \x81C8 123-245
+sign \x8AFD 1-246
+sign \x9BAF 1-246
+sign \x6ACA 1-246
+sign \x9398 1-246
+sign \x97DA 1-246
+sign \x9A14 1-246
+sign \x8F55 1-246
+sign \x97B7 1-246
+sign \x9C2A 23456-24
+sign \x54FF 1-2346
+sign \x8238 1-2346
+sign \x845B 1-2346
+sign \x55F0 1-2346
+sign \x4E2A 1-24
+sign \x5404 1-24
+sign \x867C 1-24
+sign \x500B 1-24
+sign \x784C 1-24
+sign \x94EC 1-24
+sign \x7B87 1-24
+sign \x927B 1-24
+sign \x7366 1-246
+sign \x7ED9 1-3456
+sign \x7D66 1-3456
+sign \x6839 1-13
+sign \x8DDF 1-13
+sign \x54CF 1-16
+sign \x4E98 1-1
+sign \x4E99 1-1
+sign \x826E 1-1
+sign \x831B 1-1
+sign \x6404 1-1
+sign \x63EF 1-1
+sign \x522F 1-135
+sign \x5E9A 1-135
+sign \x754A 1-135
+sign \x8015 1-135
+sign \x6D6D 1-135
+sign \x83EE 1-135
+sign \x6929 1-135
+sign \x8D53 1-135
+sign \x713F 1-135
+sign \x7D5A 1-135
+sign \x9E52 1-135
+sign \x8CE1 1-135
+sign \x7FAE 1-135
+sign \x7E06 1-135
+sign \x7DEA 1-135
+sign \x9D8A 1-135
+sign \x7FB9 1-135
+sign \x90E0 1-1356
+sign \x57C2 1-1356
+sign \x632D 1-1356
+sign \x803F 1-1356
+sign \x8384 1-1356
+sign \x54FD 1-1356
+sign \x5CFA 1-1356
+sign \x7EE0 1-1356
+sign \x6897 1-1356
+sign \x7D86 1-1356
+sign \x9CA0 1-1356
+sign \x9ABE 1-1356
+sign \x9BC1 1-1356
+sign \x66F4 1-15
+sign \x5829 1-15
+sign \x5DE5 16-135
+sign \x5F13 16-135
+sign \x53B7 16-135
+sign \x516C 16-135
+sign \x529F 16-135
+sign \x653B 16-135
+sign \x675B 16-135
+sign \x80B1 16-135
+sign \x7CFC 16-135
+sign \x5BAB 16-135
+sign \x606D 16-135
+sign \x86A3 16-135
+sign \x8EAC 16-135
+sign \x5BAE 16-135
+sign \x9F9A 16-135
+sign \x5311 16-135
+sign \x5868 16-135
+sign \x5E4A 16-135
+sign \x8EB3 16-135
+sign \x89E5 16-135
+sign \x6129 16-135
+sign \x78BD 16-135
+sign \x5314 16-135
+sign \x9AF8 16-135
+sign \x5163 16-135-1235-126
+sign \x7BE2 1236-1356
+sign \x89F5 16-135
+sign \x9F8F 16-135
+sign \x9F94 16-135
+sign \x5EFE 16-1356
+sign \x5DE9 16-1356
+sign \x6C5E 16-1356
+sign \x62F1 16-1356
+sign \x73D9 16-1356
+sign \x62F2 16-1356
+sign \x6831 16-1356
+sign \x8F01 16-1356
+sign \x978F 16-1356
+sign \x5171 16-15
+sign \x8D21 16-15
+sign \x4F9B 16-135
+sign \x7FBE 16-15
+sign \x8CA2 16-15
+sign \x551D 16-1356
+sign \x6150 16-15
+sign \x7195 16-15
+sign \x8D11 1-124
+sign \x52FE 1-134
+sign \x6285 156-123
+sign \x4F5D 1-134
+sign \x6C9F 1-134
+sign \x6CC3 156-123
+sign \x94A9 1-134
+sign \x5193 1-14
+sign \x920E 1-134
+sign \x7F11 1-134
+sign \x9264 1-134
+sign \x6E9D 1-134
+sign \x8920 1-134
+sign \x7DF1 1-134
+sign \x7BDD 1-134
+sign \x97B2 1-134
+sign \x7C3C 1-134
+sign \x97DD 1-134
+sign \x82B6 1-1346
+sign \x82DF 1-1346
+sign \x5CA3 1-1346
+sign \x72D7 1-1346
+sign \x73BD 1-1346
+sign \x8007 1-1346
+sign \x8009 1-1346
+sign \x67B8 1-1346
+sign \x8008 1-1346
+sign \x86BC 1-1346
+sign \x7B31 1-1346
+sign \x8C7F 1-1346
+sign \x5778 1-14
+sign \x6784 1-14
+sign \x8D2D 1-14
+sign \x8BDF 1-14
+sign \x57A2 1-14
+sign \x8329 12-14
+sign \x59E4 1-14
+sign \x88A7 1-134
+sign \x591F 1-14
+sign \x5920 1-14
+sign \x508B 1-14
+sign \x8A3D 1-14
+sign \x9058 1-14
+sign \x6406 1-14
+sign \x5F40 1-14
+sign \x96CA 1-14
+sign \x8A6C 1-14
+sign \x5ABE 1-14
+sign \x89CF 1-14
+sign \x69CB 1-14
+sign \x7179 1-14
+sign \x6480 1-14
+sign \x89AF 1-14
+sign \x8CFC 1-14
+sign \x4F30 16-123
+sign \x5495 16-123
+sign \x6CBD 16-123
+sign \x6CD2 16-123
+sign \x5B64 16-123
+sign \x59D1 16-123
+sign \x67E7 16-123
+sign \x8F71 16-123
+sign \x9E2A 16-123
+sign \x5502 16-123
+sign \x7F5B 16-123
+sign \x83F0 16-123
+sign \x83C7 16-123
+sign \x86C4 16-123
+sign \x7B1F 16-123
+sign \x84C7 16-123
+sign \x8F9C 16-123
+sign \x8EF2 16-123
+sign \x8EF1 16-123
+sign \x9164 16-123
+sign \x55D7 16-1236
+sign \x89DA 16-123
+sign \x6BC2 16-1236
+sign \x9232 16-123
+sign \x7B8D 16-123
+sign \x7B9B 16-123
+sign \x7BD0 16-123
+sign \x5AF4 16-123
+sign \x9D23 16-123
+sign \x6A6D 16-123
+sign \x9B95 16-123
+sign \x8F42 16-1236
+sign \x5903 25-156
+sign \x53E4 16-1236
+sign \x6262 16-1236
+sign \x6287 16-126
+sign \x8C37 16-1236
+sign \x6C69 16-1236
+sign \x8BC2 16-1236
+sign \x80A1 16-1236
+sign \x9AA8 16-1236
+sign \x726F 16-1236
+sign \x5503 16-123
+sign \x7F5F 16-1236
+sign \x94B4 16-1236
+sign \x9027 16-1236
+sign \x7F96 16-1236
+sign \x86CA 16-1236
+sign \x86CC 16-1236
+sign \x5552 16-1236
+sign \x50A6 16-1236
+sign \x8135 16-1236
+sign \x6DC8 16-1236
+sign \x5C33 16-1236
+sign \x7138 16-1236
+sign \x9989 16-1236
+sign \x8A41 16-1236
+sign \x6132 16-1236
+sign \x9F13 16-1236
+sign \x9F14 16-1236
+sign \x69BE 16-12
+sign \x9237 16-1236
+sign \x76B7 16-1236
+sign \x6996 16-1236
+sign \x560F 16-1236
+sign \x9E58 16-1236
+sign \x7A40 16-1236
+sign \x7E0E 16-1236
+sign \x7CD3 16-1236
+sign \x85A3 16-1236
+sign \x76BC 16-1236
+sign \x9936 16-1236
+sign \x81CC 16-1236
+sign \x6FF2 16-1236
+sign \x77BD 16-1236
+sign \x76EC 16-1236
+sign \x7014 16-1236
+sign \x9DBB 16-126
+sign \x8831 16-1236
+sign \x56FA 16-12
+sign \x6545 16-12
+sign \x6018 16-12
+sign \x987E 16-12
+sign \x51C5 16-12
+sign \x580C 16-12
+sign \x688F 16-12
+sign \x5D13 16-12
+sign \x5D2E 16-12
+sign \x727F 16-12
+sign \x68DD 16-12
+sign \x96C7 16-12
+sign \x797B 16-12
+sign \x980B 16-12
+sign \x9522 16-12
+sign \x7A12 16-12
+sign \x75FC 16-12
+sign \x50F1 16-12
+sign \x932E 16-12
+sign \x9CB4 16-12
+sign \x9BDD 16-12
+sign \x9867 16-12
+sign \x74DC 16-2345
+sign \x82FD 16-123
+sign \x5471 16-2345
+sign \x522E 16-2345
+sign \x80CD 16-2345
+sign \x9E39 16-2345
+sign \x98AA 16-123
+sign \x6B44 16-2345
+sign \x713B 134-145
+sign \x7171 16-2345
+sign \x5280 16-2345
+sign \x7DFA 16-2345
+sign \x92BD 16-2345
+sign \x9D30 16-2345
+sign \x9A27 16-2345
+sign \x53E7 16-23456
+sign \x518E 16-23456
+sign \x5250 16-23456
+sign \x526E 16-23456
+sign \x5BE1 16-23456
+sign \x5366 16-245
+sign \x576C 16-245
+sign \x8BD6 16-245
+sign \x6302 16-245
+sign \x639B 16-245
+sign \x5569 16-245
+sign \x7F63 16-245
+sign \x7D53 16-245
+sign \x7F6B 16-245
+sign \x8A7F 16-245
+sign \x8902 16-245
+sign \x4E56 16-12345
+sign \x62D0 16-123456
+sign \x67B4 16-123456
+sign \x67FA 16-123456
+sign \x7B89 16-123456
+sign \x602A 16-1245
+sign \x6060 16-1245
+sign \x5672 136-1245
+sign \x5173 16-1234
+sign \x89C2 16-1234
+sign \x5B98 16-1234
+sign \x898C 16-1234
+sign \x500C 16-1234
+sign \x8416 16-12346
+sign \x8484 16-1234
+sign \x68FA 16-1234
+sign \x7AA4 16-1234
+sign \x95A2 16-1234
+sign \x761D 16-1234
+sign \x95D7 16-1234
+sign \x89B3 16-1234
+sign \x9CCF 16-1234
+sign \x764F 16-1234
+sign \x95DC 16-1234
+sign \x9C25 16-1234
+sign \x89C0 16-1234
+sign \x9C5E 16-1234
+sign \x6B1F 16-124
+sign \x839E 26-12346
+sign \x9986 16-12346
+sign \x7B66 16-12346
+sign \x75EF 16-12346
+sign \x7BA1 16-12346
+sign \x8F28 16-12346
+sign \x8218 16-12346
+sign \x9327 16-12346
+sign \x9928 16-12346
+sign \x9CE4 16-12346
+sign \x535D 16-124
+sign \x6BCC 16-124
+sign \x4E31 16-124
+sign \x8D2F 16-124
+sign \x6CF4 16-124
+sign \x51A0 16-1234
+sign \x63BC 16-124
+sign \x6DAB 16-124
+sign \x60BA 16-124
+sign \x60EF 16-124
+sign \x5A60 26-245
+sign \x8CAB 16-124
+sign \x60B9 16-124
+sign \x797C 16-124
+sign \x645C 16-124
+sign \x6F45 16-124
+sign \x6163 16-124
+sign \x9066 16-124
+sign \x6A0C 16-124
+sign \x76E5 16-124
+sign \x96DA 16-124
+sign \x7F46 16-124
+sign \x8E80 16-124
+sign \x93C6 16-124
+sign \x704C 16-124
+sign \x74D8 16-124
+sign \x721F 16-124
+sign \x9E73 16-124
+sign \x7936 16-124
+sign \x77D4 16-124
+sign \x7F50 16-124
+sign \x9475 16-124
+sign \x9E1B 16-124
+sign \x9C79 16-124
+sign \x5149 16-1345
+sign \x706E 16-1345
+sign \x7097 16-1345
+sign \x709A 16-1345
+sign \x4F8A 16-1345
+sign \x709B 16-1345
+sign \x5799 16-1345
+sign \x6304 16-1345
+sign \x832A 16-1345
+sign \x54A3 16-1345
+sign \x6D38 16-1345
+sign \x59EF 16-1345
+sign \x73D6 16-1345
+sign \x80F1 16-1345
+sign \x70E1 16-1345
+sign \x7844 16-1345
+sign \x8F04 16-1345
+sign \x50D9 16-1345
+sign \x92A7 16-1345
+sign \x9EC6 16-1345
+sign \x5E7F 16-13456
+sign \x5E83 16-13456
+sign \x72B7 16-13456
+sign \x5EE3 16-13456
+sign \x7377 16-13456
+sign \x81E9 16-13456
+sign \x4FC7 16-145
+sign \x6844 16-1345
+sign \x901B 16-145
+sign \x81E6 16-145
+sign \x6497 16-145
+sign \x5F52 16-345
+sign \x572D 16-345
+sign \x9F9F 16-345
+sign \x59AB 16-345
+sign \x89C4 16-345
+sign \x90BD 16-345
+sign \x8325 16-345
+sign \x7688 16-345
+sign \x95FA 16-345
+sign \x73EA 16-345
+sign \x5E30 16-345
+sign \x80FF 16-345
+sign \x898F 16-345
+sign \x7845 16-345
+sign \x4E80 16-345
+sign \x7A90 26-2345
+sign \x88BF 16-345
+sign \x691D 16-345
+sign \x5AAF 16-345
+sign \x7470 16-345
+sign \x90CC 16-345
+sign \x5AE2 16-345
+sign \x646B 16-345
+sign \x95A8 16-345
+sign \x9C91 16-345
+sign \x69FC 16-345
+sign \x69FB 16-345
+sign \x879D 16-34
+sign \x5DB2 16-345
+sign \x5B00 16-345
+sign \x749D 16-345
+sign \x77A1 16-345
+sign \x81AD 16-345
+sign \x9F9C 16-345
+sign \x9BAD 16-345
+sign \x7AC3 145-125
+sign \x9B36 16-345
+sign \x5DC2 16-345
+sign \x6B78 16-345
+sign \x9A29 16-345
+sign \x74CC 16-345
+sign \x9B39 16-345
+sign \x6AF7 16-345
+sign \x6C3F 16-3456
+sign \x5B84 16-3456
+sign \x8F68 16-3456
+sign \x5E8B 16-3456
+sign \x5326 16-3456
+sign \x4F79 16-3456
+sign \x8BE1 16-3456
+sign \x9652 16-3456
+sign \x579D 16-3456
+sign \x8ECC 16-3456
+sign \x9B3C 16-3456
+sign \x6051 16-3456
+sign \x59FD 16-3456
+sign \x7678 16-3456
+sign \x5EAA 16-3456
+sign \x796A 16-3456
+sign \x532D 16-3456
+sign \x6677 16-3456
+sign \x86EB 16-3456
+sign \x6E40 16-3456
+sign \x89E4 16-3456
+sign \x8A6D 16-3456
+sign \x53AC 16-3456
+sign \x7C0B 16-3456
+sign \x87E1 16-3456
+sign \x6530 16-34
+sign \x660B 16-34
+sign \x67DC 16-34
+sign \x7085 16-34
+sign \x523F 16-34
+sign \x523D 16-34
+sign \x8D35 16-34
+sign \x6531 16-3456
+sign \x6842 16-34
+sign \x6867 16-34
+sign \x6922 16-34
+sign \x8CB4 16-34
+sign \x7B40 16-34
+sign \x7324 16-34
+sign \x84D5 16-34
+sign \x8DEA 16-34
+sign \x6E8E 25-124
+sign \x648C 16-34
+sign \x69F6 16-34
+sign \x528C 16-34
+sign \x528A 16-34
+sign \x77B6 16-34
+sign \x7C02 16-246
+sign \x79AC 16-34
+sign \x6AC3 16-34
+sign \x8958 16-34
+sign \x9CDC 16-34
+sign \x97BC 16-34
+sign \x9C56 16-34
+sign \x9C65 16-34
+sign \x886E 16-136
+sign \x889E 16-136
+sign \x60C3 16-136
+sign \x7EF2 16-136
+sign \x8F8A 16-136
+sign \x84D8 16-136
+sign \x6EDA 16-136
+sign \x88F7 256-1234
+sign \x8509 16-136
+sign \x6EFE 16-136
+sign \x7DC4 16-136
+sign \x8F25 16-136
+sign \x78D9 16-136
+sign \x9CA7 16-136
+sign \x7DF7 16-136
+sign \x9B8C 16-136
+sign \x9BC0 16-136
+sign \x742F 16-12346
+sign \x68CD 16-1
+sign \x7754 16-1
+sign \x7774 16-1
+sign \x74AD 16-1
+sign \x8B34 16-1
+sign \x5459 16-234
+sign \x57DA 16-234
+sign \x90ED 16-234
+sign \x556F 16-234
+sign \x5D1E 16-234
+sign \x8052 16-234
+sign \x6947 16-234
+sign \x9505 16-234
+sign \x921B 16-234
+sign \x588E 16-234
+sign \x7611 16-234
+sign \x8748 16-234
+sign \x5613 16-234
+sign \x6FC4 26-234
+sign \x934B 16-234
+sign \x87C8 16-234
+sign \x9439 16-24
+sign \x56EF 16-246
+sign \x56FD 16-246
+sign \x56F6 16-246
+sign \x56FB 16-246
+sign \x5700 16-246
+sign \x63B4 16-246
+sign \x570B 16-246
+sign \x5E3C 16-246
+sign \x8158 16-246
+sign \x6451 16-246
+sign \x805D 16-246
+sign \x852E 16-246
+sign \x5E57 16-246
+sign \x6F0D 16-246
+sign \x6156 16-246
+sign \x8662 16-246
+sign \x9998 16-246
+sign \x679C 16-2346
+sign \x83D3 16-2346
+sign \x7313 16-2346
+sign \x9983 16-2346
+sign \x6DC9 16-2346
+sign \x60C8 16-2346
+sign \x6901 16-2346
+sign \x8901 16-2346
+sign \x69E8 16-2346
+sign \x873E 16-2346
+sign \x88F9 16-2346
+sign \x7CBF 16-2346
+sign \x7DB6 16-2346
+sign \x8F20 16-2346
+sign \x991C 16-2346
+sign \x8FC7 16-24
+sign \x904E 16-24
+sign \x8142 16-24
+sign \x54C8 12-2345
+sign \x94EA 12-2345
+sign \x927F 12-2345
+sign \x86E4 1-246
+sign \x8FD8 12-12456
+sign \x5B69 12-12456
+sign \x9AB8 12-12456
+sign \x9084 12-12456
+sign \x80F2 12-123456
+sign \x6D77 12-123456
+sign \x70F8 12-123456
+sign \x5870 12-123456
+sign \x917C 12-123456
+sign \x91A2 12-123456
+sign \x4EA5 12-1245
+sign \x9A87 12-1245
+sign \x6C26 12-1245
+sign \x5BB3 12-1245
+sign \x55D0 12-1245
+sign \x9900 12-1245
+sign \x99ED 12-1245
+sign \x99F4 12-1245
+sign \x56A1 125-246
+sign \x995A 12-1245
+sign \x4F44 1-124
+sign \x9878 12-1234
+sign \x54FB 12-1234
+sign \x86B6 12-1234
+sign \x9807 12-1234
+sign \x9163 12-1234
+sign \x8C3D 12-1234
+sign \x5AE8 12-1234
+sign \x61A8 12-1234
+sign \x99A0 12-1234
+sign \x9B7D 12-1234
+sign \x9F3E 12-1234
+sign \x9097 12-1246
+sign \x90AF 12-1246
+sign \x542B 12-1246
+sign \x5481 125-1246
+sign \x80A3 12-1246
+sign \x51FD 12-1246
+sign \x51FE 12-1246
+sign \x5505 12-1246
+sign \x6D5B 12-1246
+sign \x5A22 12-1246
+sign \x5705 12-1246
+sign \x7400 12-124
+sign \x6892 12-1246
+sign \x6657 12-1246
+sign \x5D21 12-1246
+sign \x7113 12-1246
+sign \x6DB5 12-1246
+sign \x97E9 12-1246
+sign \x5D45 12-1246
+sign \x5BD2 12-1246
+sign \x751D 12-1246
+sign \x7B68 12-1246
+sign \x872C 12-1246
+sign \x92E1 12-1246
+sign \x6F8F 12-1246
+sign \x97D3 12-1246
+sign \x5388 12-12346
+sign \x7F55 12-12346
+sign \x6D6B 12-12346
+sign \x558A 12-12346
+sign \x850A 12-12346
+sign \x8C43 1-12346
+sign \x95DE 13-124
+sign \x9B2B 12-12346
+sign \x6C49 12-124
+sign \x5C7D 12-124
+sign \x95EC 12-124
+sign \x6C57 12-124
+sign \x65F1 12-124
+sign \x57BE 12-124
+sign \x634D 12-124
+sign \x839F 12-124
+sign \x7302 12-124
+sign \x6D86 12-124
+sign \x608D 12-124
+sign \x83E1 12-124
+sign \x6658 12-124
+sign \x9588 12-124
+sign \x91EC 12-124
+sign \x710A 12-124
+sign \x6DCA 25-1234
+sign \x7745 12-124
+sign \x7694 12-124
+sign \x99AF 12-1246
+sign \x86FF 12-124
+sign \x50BC 12-124
+sign \x9894 12-124
+sign \x6496 12-124
+sign \x872D 12-124
+sign \x6F22 12-124
+sign \x66B5 12-124
+sign \x92B2 12-124
+sign \x92CE 12-124
+sign \x71AF 12-124
+sign \x64BC 12-124
+sign \x8792 12-124
+sign \x7FF0 12-124
+sign \x9837 12-124
+sign \x6FA3 126-124
+sign \x61BE 12-124
+sign \x99FB 12-124
+sign \x9844 12-124
+sign \x96D7 12-124
+sign \x8B40 12-124
+sign \x701A 12-124
+sign \x9DBE 12-124
+sign \x7233 12-235
+sign \x592F 12-1345
+sign \x884C 125-156
+sign \x82C0 12-1456
+sign \x8FD2 12-1456
+sign \x676D 12-1456
+sign \x65BB 12-1456
+sign \x57B3 12-1456
+sign \x7ED7 12-1456
+sign \x86A2 12-1456
+sign \x7B10 12-1456
+sign \x822A 12-1456
+sign \x9883 12-1456
+sign \x8CA5 12-1456
+sign \x7B55 12-1456
+sign \x7D4E 12-1456
+sign \x980F 12-1456
+sign \x9B67 12-1456
+sign \x6C86 12-145
+sign \x84BF 12-1235
+sign \x8585 12-1235
+sign \x5686 12-1235
+sign \x6BDC 12-1256
+sign \x547A 125-1235
+sign \x7AD3 12-1256-124-135
+sign \x869D 12-1256
+sign \x6BEB 12-1256
+sign \x6903 12-1256
+sign \x55E5 12-1256
+sign \x7346 12-1256
+sign \x5651 12-1256
+sign \x8C6A 12-1256
+sign \x8660 15-1235
+sign \x5637 12-1256
+sign \x734B 12-1256
+sign \x8AD5 12-1256
+sign \x512B 12-1256
+sign \x58D5 12-1256
+sign \x568E 12-1256
+sign \x6FE0 12-1256
+sign \x8814 12-1256
+sign \x7C47 12-1256
+sign \x8B79 12-1256
+sign \x597D 12-12356
+sign \x90DD 12-12356
+sign \x53F7 12-125
+sign \x660A 12-125
+sign \x6626 12-125
+sign \x79CF 12-125
+sign \x8017 12-125
+sign \x54E0 12-125
+sign \x6D69 12-125
+sign \x608E 12-125
+sign \x604F 12-125
+sign \x6667 12-125
+sign \x6DCF 12-125
+sign \x5090 12-125
+sign \x7693 12-125
+sign \x9117 12-125
+sign \x8055 12-125
+sign \x865F 12-125
+sign \x6EC8 12-125
+sign \x66A4 12-125
+sign \x66AD 12-125
+sign \x769E 12-125
+sign \x769C 12-125
+sign \x6F94 12-125
+sign \x8583 12-125
+sign \x66CD 12-1256
+sign \x76A1 12-125
+sign \x7FEF 12-24
+sign \x76A5 12-125
+sign \x98A2 12-125
+sign \x9865 12-125
+sign \x9C1D 12-125
+sign \x704F 12-125
+sign \x705D 12-125
+sign \x8BC3 12-234
+sign \x62B2 12-234
+sign \x5475 12-234
+sign \x6B31 12-234
+sign \x559D 12-234
+sign \x8A36 12-234
+sign \x55EC 12-234
+sign \x881A 12-234
+sign \x79BE 12-246
+sign \x5408 12-246
+sign \x4F55 12-246
+sign \x548A 12-246
+sign \x548C 12-246
+sign \x52BE 12-246
+sign \x6CB3 12-246
+sign \x59C0 12-246
+sign \x67C7 12-246
+sign \x76C7 12-246
+sign \x66F7 12-246
+sign \x5CC6 12-246
+sign \x72E2 12-246
+sign \x9978 12-246
+sign \x9602 12-246
+sign \x7C7A 12-246
+sign \x7D07 1-234
+sign \x76CD 12-246
+sign \x8377 12-246
+sign \x6838 12-246
+sign \x54EC 12-246
+sign \x76C9 12-246
+sign \x8402 12-246
+sign \x83CF 12-246
+sign \x9F81 12-246
+sign \x555D 12-246
+sign \x79F4 1-246
+sign \x76D2 12-246
+sign \x6E2E 12-246
+sign \x6DB8 12-246
+sign \x60D2 12-246
+sign \x988C 12-246
+sign \x8A38 12-246
+sign \x7CAD 12-246
+sign \x6941 12-246
+sign \x6BFC 12-246
+sign \x924C 12-246
+sign \x8C88 12-246
+sign \x9C84 12-246
+sign \x8A65 12-246
+sign \x9616 12-246
+sign \x6F95 12-246
+sign \x95A1 12-246
+sign \x7186 12-246
+sign \x981C 12-246
+sign \x7FEE 12-246
+sign \x7BD5 12-246
+sign \x9B7A 12-246
+sign \x9932 23456-1245
+sign \x97A8 12-246
+sign \x7909 12-246
+sign \x9F55 12-246
+sign \x95D4 12-246
+sign \x8988 12-246
+sign \x76AC 12-246
+sign \x9449 12-246
+sign \x9FA2 12-246
+sign \x4F6B 1-246
+sign \x578E 12-24
+sign \x8D3A 12-24
+sign \x7103 12-24
+sign \x5BC9 12-24
+sign \x8CC0 12-24
+sign \x788B 12-24
+sign \x55C3 12-24
+sign \x7142 12-24
+sign \x8D6B 12-24
+sign \x9EA7 12-246
+sign \x9E56 12-246
+sign \x7187 12-24
+sign \x8910 12-24
+sign \x9E64 12-24
+sign \x58D1 12-24
+sign \x764B 12-24
+sign \x7200 12-24
+sign \x71FA 12-24
+sign \x9DA1 12-246
+sign \x9DB4 12-24
+sign \x9F43 23456-24
+sign \x974D 12-24
+sign \x9E16 12-24
+sign \x974E 12-24
+sign \x974F 12-24
+sign \x9ED2 12-345
+sign \x9ED1 12-345
+sign \x55E8 12-345
+sign \x563F 12-345
+sign \x6F76 12-345
+sign \x62EB 12-16
+sign \x75D5 12-16
+sign \x978E 12-16
+sign \x4F77 12-136
+sign \x5F88 12-136
+sign \x72E0 12-136
+sign \x8A6A 12-136
+sign \x6068 12-1
+sign \x4EA8 12-135
+sign \x54FC 12-135
+sign \x6DA5 12-135
+sign \x6099 12-135
+sign \x811D 12-135
+sign \x6052 12-156
+sign \x6046 12-156
+sign \x59EE 12-156
+sign \x73E9 12-156
+sign \x6841 12-156
+sign \x80FB 12-156
+sign \x70C6 12-156
+sign \x9E3B 12-156
+sign \x6A2A 12-156
+sign \x6A6B 12-156
+sign \x8861 12-156
+sign \x9D34 12-156
+sign \x9D46 12-156
+sign \x8605 12-156
+sign \x9445 12-156
+sign \x5548 12-15
+sign \x583C 235-135
+sign \x53FF 126-135
+sign \x7074 126-135
+sign \x8F70 126-135
+sign \x8A07 126-135
+sign \x70D8 126-135
+sign \x8EE3 126-135
+sign \x63C8 126-135
+sign \x7122 126-135
+sign \x6E39 126-135
+sign \x8C3E 126-156
+sign \x85A8 126-135
+sign \x8F37 126-135
+sign \x569D 126-135
+sign \x9367 126-135
+sign \x8F5F 126-135
+sign \x4EDC 126-156
+sign \x5F18 126-156
+sign \x5C78 1236-156
+sign \x5985 126-156
+sign \x7EA2 126-156
+sign \x7392 126-156
+sign \x544D 126-135
+sign \x5430 126-156
+sign \x95F3 126-156
+sign \x6C6F 126-156
+sign \x5B8F 126-156
+sign \x7EAE 126-156
+sign \x739C 126-156
+sign \x82F0 126-156
+sign \x6CD3 126-156
+sign \x5B96 126-156
+sign \x57AC 126-156
+sign \x836D 126-156
+sign \x8679 126-156
+sign \x7AD1 126-156
+sign \x6D2A 126-156
+sign \x5A02 126-156
+sign \x7D05 126-156
+sign \x803E 126-156
+sign \x7FC3 126-156
+sign \x6D64 126-156
+sign \x7D18 126-156
+sign \x7854 126-156
+sign \x8C39 126-156
+sign \x9E3F 126-156
+sign \x7D2D 126-156
+sign \x8453 126-156
+sign \x8452 126-156
+sign \x7861 126-135
+sign \x958E 126-156
+sign \x823C 126-156
+sign \x921C 126-156
+sign \x7AE4 126-156
+sign \x7CA0 126-156
+sign \x6E31 126-156
+sign \x8C3C 126-156
+sign \x7FDD 126-156
+sign \x7D8B 126-156
+sign \x9783 126-156
+sign \x9277 126-156
+sign \x9B5F 126-156
+sign \x6F42 126-156
+sign \x7BCA 126-156
+sign \x92D0 126-156
+sign \x857B 126-156
+sign \x9710 126-156
+sign \x9EC9 126-156
+sign \x5F4B 126-156
+sign \x971F 126-156
+sign \x9D3B 126-156
+sign \x9ECC 126-156
+sign \x54C4 126-1356
+sign \x664E 126-1356
+sign \x55CA 16-1356
+sign \x8BA7 126-15
+sign \x8A0C 126-15
+sign \x95A7 126-15
+sign \x6494 126-15
+sign \x92BE 16-1356
+sign \x6F92 126-15
+sign \x6F8B 15-1356
+sign \x9B28 126-15
+sign \x95C2 126-15
+sign \x95C0 126-15
+sign \x9F41 12-134
+sign \x4FAF 12-146
+sign \x77E6 12-146
+sign \x8454 12-146
+sign \x5589 12-146
+sign \x5E3F 12-146
+sign \x7334 12-146
+sign \x777A 12-146
+sign \x9297 12-146
+sign \x760A 12-146
+sign \x9ABA 12-146
+sign \x7BCC 12-146
+sign \x7CC7 12-146
+sign \x7FED 12-146
+sign \x936D 12-146
+sign \x9931 12-146
+sign \x9BF8 12-146
+sign \x543D 126-135
+sign \x543C 12-1346
+sign \x72BC 12-1346
+sign \x540E 12-14
+sign \x90C8 12-14
+sign \x539A 12-14
+sign \x5795 12-14
+sign \x9005 12-14
+sign \x5F8C 12-14
+sign \x6D09 12-14
+sign \x5019 12-14
+sign \x9107 12-14
+sign \x5820 12-14
+sign \x8C5E 12-14
+sign \x9C8E 12-14
+sign \x9C98 12-14
+sign \x9B9C 12-14
+sign \x9C5F 12-14
+sign \x4E4A 126-123
+sign \x4E4E 126-123
+sign \x5322 126-123
+sign \x5780 126-123
+sign \x82F8 126-123
+sign \x6612 126-123
+sign \x547C 126-123
+sign \x66F6 126-123
+sign \x5FFD 126-123
+sign \x6CD8 126-123
+sign \x8F77 126-123
+sign \x70C0 126-123
+sign \x6057 126-123
+sign \x532B 126-123
+sign \x8656 126-123
+sign \x553F 126-123
+sign \x6DF4 126-123
+sign \x60DA 126-123
+sign \x8EE4 126-123
+sign \x96FD 126-123
+sign \x96D0 126-123
+sign \x5611 126-123
+sign \x6EF9 126-123
+sign \x5BE3 126-123
+sign \x6B51 126-123
+sign \x5E60 126-123
+sign \x81B4 126-123
+sign \x8B3C 126-123
+sign \x56EB 126-126
+sign \x72D0 126-126
+sign \x5F27 126-126
+sign \x74F3 126-126
+sign \x80E1 126-126
+sign \x58F6 126-126
+sign \x58F7 126-126
+sign \x659B 126-126
+sign \x7100 126-126
+sign \x6430 126-126
+sign \x58FA 126-126
+sign \x846B 126-126
+sign \x5596 126-126
+sign \x9E44 126-126
+sign \x7322 126-126
+sign \x6E56 126-126
+sign \x5AA9 126-126
+sign \x7D57 126-126
+sign \x745A 126-126
+sign \x695C 126-126
+sign \x7173 126-126
+sign \x851B 126-126
+sign \x9E55 126-126
+sign \x561D 126-126
+sign \x69F2 126-126
+sign \x8774 126-126
+sign \x7BB6 126-126
+sign \x885A 126-126
+sign \x9B71 126-12
+sign \x7CCA 126-126
+sign \x879C 126-126
+sign \x7E20 126-126
+sign \x9190 126-126
+sign \x9D29 345-246
+sign \x9836 126-126
+sign \x89F3 126-126
+sign \x9378 126-126
+sign \x992C 126-126
+sign \x9D60 126-126
+sign \x9B0D 126-126
+sign \x702B 126-126
+sign \x9D98 126-126
+sign \x9DA6 126-126
+sign \x9C17 126-126
+sign \x9DAE 12-24
+sign \x864D 126-1236
+sign \x4E55 126-1236
+sign \x6C7B 126-1236
+sign \x864E 126-1236
+sign \x6D52 126-1236
+sign \x4FFF 126-1236
+sign \x8400 126-1236
+sign \x552C 126-1236
+sign \x8A31 1256-1236
+sign \x7425 126-1236
+sign \x865D 126-1236
+sign \x7B8E 134-126
+sign \x6EF8 126-1236
+sign \x933F 126-1236
+sign \x9BF1 126-1236
+sign \x6238 126-12
+sign \x4E92 126-12
+sign \x6236 126-12
+sign \x6237 126-12
+sign \x5F16 126-12
+sign \x51B4 126-12
+sign \x51B1 126-12
+sign \x62A4 126-12
+sign \x6C8D 126-12
+sign \x6CAA 126-12
+sign \x5E0D 126-12
+sign \x6791 126-12
+sign \x6608 126-12
+sign \x5CB5 126-12
+sign \x6019 126-12
+sign \x623D 126-12
+sign \x795C 126-12
+sign \x7B0F 126-12
+sign \x7C90 126-12
+sign \x74E0 126-12
+sign \x6248 126-12
+sign \x5A5F 126-12
+sign \x7D94 126-12
+sign \x9120 126-12
+sign \x6462 126-12
+sign \x8530 126-12
+sign \x6EEC 126-12
+sign \x5AEE 126-12
+sign \x5AED 126-12
+sign \x69F4 126-12
+sign \x71A9 126-12
+sign \x9CF8 126-12
+sign \x64ED 126-24
+sign \x6FE9 126-24
+sign \x7C04 126-12
+sign \x9359 126-12
+sign \x569B 126-12
+sign \x9E71 126-12
+sign \x8B77 126-12
+sign \x9CE0 126-12
+sign \x97C4 126-24
+sign \x9800 126-12
+sign \x9E0C 126-12
+sign \x9C6F 126-12
+sign \x82B1 126-2345
+sign \x82B2 126-2345
+sign \x7809 126-2345
+sign \x57D6 126-2345
+sign \x5A72 126-2345
+sign \x691B 126-2345
+sign \x7874 126-2345
+sign \x7CC0 126-2345
+sign \x8AAE 126-2345
+sign \x8550 126-2456
+sign \x9335 126-2345
+sign \x8624 126-2345
+sign \x5212 126-2456
+sign \x534E 126-2456
+sign \x54D7 126-2456
+sign \x59E1 126-2456
+sign \x9A85 126-2456
+sign \x83EF 126-2456
+sign \x94E7 126-2456
+sign \x733E 126-2456
+sign \x6ED1 126-2456
+sign \x64B6 126-2456
+sign \x5629 126-2456
+sign \x78C6 126-2456
+sign \x8796 126-2456
+sign \x92D8 126-2456
+sign \x93F5 126-2456
+sign \x9A4A 126-2456
+sign \x9DE8 126-2456
+sign \x5316 126-245
+sign \x593B 126-245
+sign \x6779 126-245
+sign \x753B 126-245
+sign \x8BDD 126-245
+sign \x6866 126-245
+sign \x5D0B 126-245
+sign \x5A73 126-245
+sign \x756B 126-245
+sign \x89DF 126-245
+sign \x8A71 126-245
+sign \x7575 126-245
+sign \x5B05 126-245
+sign \x6466 126-245
+sign \x6A3A 126-245
+sign \x5283 126-245
+sign \x69EC 126-245
+sign \x8AE3 16-2345
+sign \x8AD9 126-245
+sign \x6F85 126-245
+sign \x5AFF 126-245
+sign \x9ECA 126-245
+sign \x8219 126-245
+sign \x7E63 126-245
+sign \x8633 126-345
+sign \x6000 126-12456
+sign \x4F6A 126-12456
+sign \x5F8A 126-12456
+sign \x6DEE 126-12456
+sign \x69D0 126-12456
+sign \x8E1D 126-12456
+sign \x8922 126-12456
+sign \x8931 126-12456
+sign \x61D0 126-12456
+sign \x7024 126-12456
+sign \x61F7 126-12456
+sign \x6AF0 126-12456
+sign \x8032 126-12456
+sign \x8639 126-12456
+sign \x574F 126-1245
+sign \x54B6 126-1245
+sign \x58CA 126-1245
+sign \x58DE 126-1245
+sign \x863E 126-1245
+sign \x6B22 126-1234
+sign \x6B25 256-12
+sign \x6B53 126-1234
+sign \x9D05 126-1234
+sign \x61C1 126-1234
+sign \x9D4D 126-1234
+sign \x9144 126-1234
+sign \x56BE 126-1234
+sign \x737E 126-1234
+sign \x61FD 126-1234
+sign \x6B61 126-1234
+sign \x8C9B 126-1234
+sign \x8B99 126-1234
+sign \x9A69 126-1234
+sign \x73AF 126-1246
+sign \x8341 126-1246
+sign \x5CD8 126-1246
+sign \x72DF 126-1246
+sign \x6D39 126-1246
+sign \x6853 126-1246
+sign \x8408 126-1246
+sign \x8411 126-1246
+sign \x96C8 126-1246
+sign \x5BCF 126-1246
+sign \x7D59 1-135
+sign \x8C86 126-1246
+sign \x7FA6 126-1246
+sign \x7D84 126-1246
+sign \x953E 126-1246
+sign \x778F 1356-156
+sign \x571C 126-1246
+sign \x961B 126-1246
+sign \x6FB4 126-1246
+sign \x5BF0 126-1246
+sign \x7F33 126-1246
+sign \x74B0 126-1246
+sign \x8C72 126-1246
+sign \x9370 126-1246
+sign \x9E6E 126-1246
+sign \x956E 126-1246
+sign \x7CEB 126-1246
+sign \x7E6F 126-1246
+sign \x8F58 126-124
+sign \x95E4 126-1246
+sign \x9B1F 126-1246
+sign \x74DB 126-1246
+sign \x7746 126-12346
+sign \x7F13 126-12346
+sign \x8F10 26-124
+sign \x7DE9 126-12346
+sign \x650C 126-124
+sign \x5E7B 126-124
+sign \x8092 126-124
+sign \x5942 126-124
+sign \x5950 126-124
+sign \x5BA6 126-124
+sign \x6362 126-124
+sign \x5524 126-124
+sign \x5702 126-124
+sign \x70C9 126-124
+sign \x6DA3 126-124
+sign \x6D63 126-124
+sign \x6899 126-124
+sign \x60A3 126-124
+sign \x7115 126-124
+sign \x902D 126-124
+sign \x63DB 126-124
+sign \x559A 126-124
+sign \x5D48 126-124
+sign \x75EA 126-124
+sign \x6E19 126-124
+sign \x610C 126-124
+sign \x744D 126-124
+sign \x8C62 126-124
+sign \x7165 126-124
+sign \x7613 126-124
+sign \x6F36 126-124
+sign \x69F5 126-124
+sign \x9CA9 126-124
+sign \x64D0 126-124
+sign \x85E7 126-124
+sign \x9BC7 126-124
+sign \x9C00 126-124
+sign \x9BF6 126-124
+sign \x5DDF 126-1345
+sign \x8093 126-1345
+sign \x8352 126-1345
+sign \x8841 126-1345
+sign \x5843 126-1345
+sign \x614C 126-1345
+sign \x7687 126-1456
+sign \x9EC4 126-1456
+sign \x505F 126-1456
+sign \x51F0 126-1456
+sign \x968D 126-1456
+sign \x582D 126-1456
+sign \x63D8 256-156
+sign \x9EC3 126-1456
+sign \x845F 126-1456
+sign \x55A4 126-1456
+sign \x5D32 126-1456
+sign \x9051 126-1456
+sign \x5FA8 126-1456
+sign \x6E5F 126-1456
+sign \x60F6 126-1456
+sign \x5A93 126-1456
+sign \x745D 126-1456
+sign \x697B 126-1456
+sign \x714C 126-1456
+sign \x58B4 126-1456
+sign \x953D 126-1456
+sign \x735A 126-1456
+sign \x6F62 126-1456
+sign \x749C 126-1456
+sign \x8757 126-1456
+sign \x7BC1 126-1456
+sign \x824E 126-1456
+sign \x71BF 126-1456
+sign \x78FA 126-1456
+sign \x7A54 126-1456
+sign \x8AFB 126-1456
+sign \x7640 126-1456
+sign \x87E5 126-1456
+sign \x7C27 126-1456
+sign \x9360 126-1456
+sign \x992D 126-1456
+sign \x9CC7 126-1456
+sign \x8DAA 126-1456
+sign \x97F9 126-1456
+sign \x9A1C 126-1456
+sign \x9404 126-1456
+sign \x9C09 126-1456
+sign \x9DEC 126-1456
+sign \x9C51 126-1456
+sign \x6033 126-13456
+sign \x70BE 126-13456
+sign \x604D 126-13456
+sign \x6643 126-145
+sign \x6644 126-13456
+sign \x5BBA 126-13456
+sign \x595B 126-13456
+sign \x8C0E 126-13456
+sign \x5E4C 126-13456
+sign \x8A64 126-13456
+sign \x7180 126-13456
+sign \x8B0A 126-13456
+sign \x7E28 126-13456
+sign \x6ACE 16-145
+sign \x5164 126-13456
+sign \x6EC9 126-145
+sign \x6130 126-13456
+sign \x69A5 126-145
+sign \x66C2 126-145
+sign \x769D 126-145
+sign \x93A4 126-145
+sign \x76A9 126-145
+sign \x7070 126-345
+sign \x7073 126-345
+sign \x8BD9 126-345
+sign \x62FB 126-345
+sign \x6325 126-345
+sign \x867A 126-3456
+sign \x54B4 126-345
+sign \x6D03 126-345
+sign \x6062 126-345
+sign \x8886 126-345
+sign \x73F2 126-345
+sign \x8C57 126-345
+sign \x6656 126-345
+sign \x70E3 126-345
+sign \x5A4E 126-345
+sign \x63EE 126-345
+sign \x8F89 126-345
+sign \x9693 126-345
+sign \x5A88 126-345
+sign \x7FDA 126-345
+sign \x694E 126-345
+sign \x6689 126-345
+sign \x8A7C 126-345
+sign \x7147 126-345
+sign \x7988 126-345
+sign \x7773 126-345
+sign \x5E51 126-345
+sign \x8F1D 126-345
+sign \x5645 126-345
+sign \x5655 126-345
+sign \x9EBE 126-345
+sign \x7FEC 126-345
+sign \x5FBD 126-345
+sign \x96B3 126-345
+sign \x7008 126-345
+sign \x9C34 126-345
+sign \x56D8 126-346
+sign \x56DE 126-346
+sign \x56EC 126-346
+sign \x5EFB 126-346
+sign \x8334 126-346
+sign \x5EFD 126-346
+sign \x8FF4 126-346
+sign \x6D04 126-346
+sign \x605B 126-346
+sign \x9025 126-346
+sign \x7858 135-156
+sign \x75D0 126-346
+sign \x86D5 126-346
+sign \x86D4 126-346
+sign \x8716 126-346
+sign \x9BB0 126-346
+sign \x70E0 126-346
+sign \x6094 126-3456
+sign \x6BC0 126-3456
+sign \x6BC1 126-3456
+sign \x6BC7 126-3456
+sign \x6A93 126-3456
+sign \x71EC 126-3456
+sign \x8B6D 126-3456
+sign \x5349 126-34
+sign \x5C76 126-34
+sign \x5C77 126-34
+sign \x6C47 126-34
+sign \x4F1A 126-34
+sign \x8BB3 126-34
+sign \x6CCB 126-3456
+sign \x835F 126-34
+sign \x54D5 256-2346
+sign \x6D4D 126-34
+sign \x8BF2 126-34
+sign \x8294 126-345
+sign \x7ED8 126-34
+sign \x605A 126-34
+sign \x6075 126-34
+sign \x8D3F 126-34
+sign \x70E9 126-34
+sign \x5F57 126-34
+sign \x6666 126-34
+sign \x79FD 126-34
+sign \x60E0 126-34
+sign \x5599 126-34
+sign \x7FD9 126-34
+sign \x9613 126-34
+sign \x6E4F 126-34
+sign \x7F0B 126-34
+sign \x7D75 126-34
+sign \x532F 126-34
+sign \x8CC4 126-34
+sign \x9892 126-34
+sign \x6703 126-34
+sign \x8A6F 126-34
+sign \x6ED9 126-34
+sign \x5F5A 126-34
+sign \x5F59 126-34
+sign \x8527 126-34
+sign \x5612 126-34
+sign \x50E1 126-34
+sign \x8AA8 126-34
+sign \x7623 126-34
+sign \x6167 126-34
+sign \x8559 126-34
+sign \x69E5 126-34
+sign \x66B3 126-34
+sign \x571A 126-34
+sign \x6F53 126-34
+sign \x6193 126-34
+sign \x5BED 126-34
+sign \x74A4 126-34
+sign \x8589 126-34
+sign \x8588 126-34
+sign \x6A5E 126-34
+sign \x6BA8 136-34
+sign \x5666 256-2346
+sign \x5FBB 126-34
+sign \x7369 126-34
+sign \x8AF1 126-34
+sign \x6FAE 126-34
+sign \x5B12 12-34
+sign \x74AF 126-34
+sign \x85F1 126-346
+sign \x6A85 126-34
+sign \x6A9C 16-34
+sign \x7BF2 126-34
+sign \x992F 126-34
+sign \x71F4 126-34
+sign \x5696 126-34
+sign \x77BA 126-34
+sign \x87EA 126-34
+sign \x7A62 126-34
+sign \x7E62 126-34
+sign \x6AD8 126-34
+sign \x7FFD 126-34
+sign \x8B53 126-34
+sign \x7E6A 126-34
+sign \x95E0 126-34
+sign \x5136 126-34
+sign \x93F8 126-34
+sign \x8B6E 126-245
+sign \x9767 126-34
+sign \x942C 126-34
+sign \x97E2 126-34
+sign \x5B48 125-246
+sign \x986A 126-34
+sign \x8B7F 126-34
+sign \x660F 126-13
+sign \x8364 126-13
+sign \x662C 126-13
+sign \x960D 126-13
+sign \x6DBD 126-13
+sign \x60DB 126-13
+sign \x5A5A 126-13
+sign \x8477 126-13
+sign \x68D4 126-13
+sign \x6B99 126-13
+sign \x60FD 126-13
+sign \x7767 126-13
+sign \x776F 126-13
+sign \x95BD 126-13
+sign \x5FF6 126-16
+sign \x6D51 126-16
+sign \x9984 126-16
+sign \x6DF7 126-1
+sign \x581A 126-1246
+sign \x6E3E 126-16
+sign \x743F 126-345
+sign \x9B42 126-16
+sign \x991B 126-16
+sign \x7E49 126-16
+sign \x9F32 126-16
+sign \x8BE8 126-1
+sign \x4FD2 126-1
+sign \x5031 126-1
+sign \x638D 126-1
+sign \x711D 126-1
+sign \x6EB7 126-1
+sign \x6141 126-1
+sign \x89E8 126-1
+sign \x8AE2 126-1
+sign \x5419 126-234
+sign \x5268 126-24
+sign \x8020 126-234
+sign \x952A 126-234
+sign \x5290 126-234
+sign \x9343 126-234
+sign \x8C41 126-234
+sign \x9A1E 126-234
+sign \x4F78 126-246
+sign \x6D3B 126-246
+sign \x79EE 126-246
+sign \x79F3 126-246
+sign \x8D8F 16-2345
+sign \x706B 126-2346
+sign \x706C 126-2346
+sign \x4F19 126-2346
+sign \x90A9 126-2346
+sign \x94AC 126-2346
+sign \x9225 126-2346
+sign \x6F37 136-24
+sign \x5925 126-2346
+sign \x6C8E 126-24
+sign \x6216 126-24
+sign \x8D27 126-24
+sign \x549F 126-24
+sign \x6347 126-24
+sign \x83B7 126-24
+sign \x7713 126-24
+sign \x9584 126-24
+sign \x4FF0 126-24
+sign \x639D 126-24
+sign \x8CA8 126-24
+sign \x7978 126-24
+sign \x60D1 126-24
+sign \x65E4 126-24
+sign \x6E71 126-24
+sign \x798D 126-24
+sign \x55C0 126-12
+sign \x84A6 26-24
+sign \x8195 16-246
+sign \x596F 126-24
+sign \x970D 126-24
+sign \x5684 126-24
+sign \x7372 126-24
+sign \x6AB4 126-24
+sign \x96D8 126-24
+sign \x8B0B 126-24
+sign \x77C6 126-24
+sign \x956C 126-24
+sign \x7A6B 126-24
+sign \x802F 126-24
+sign \x6509 126-234
+sign \x85FF 126-24
+sign \x56AF 126-24
+sign \x8816 126-24
+sign \x8267 126-24
+sign \x7016 126-24
+sign \x66E4 126-24
+sign \x56BF 126-24
+sign \x81DB 126-24
+sign \x77D0 126-24
+sign \x944A 126-24
+sign \x7668 126-24
+sign \x9743 126-24
+sign \x4E0C 15-123
+sign \x8BA5 15-123
+sign \x51FB 15-123
+sign \x53FD 15-123
+sign \x5209 15-123
+sign \x9965 15-123
+sign \x7391 15-123
+sign \x573E 15-123
+sign \x82A8 15-123
+sign \x673A 15-123
+sign \x4E69 15-123
+sign \x520F 15-123
+sign \x808C 15-123
+sign \x77F6 15-123
+sign \x9E21 15-123
+sign \x6785 15-123
+sign \x54AD 15-123
+sign \x525E 15-123
+sign \x5527 15-123
+sign \x79EF 15-123
+sign \x7B04 15-123
+sign \x98E2 15-123
+sign \x5C50 15-123
+sign \x59EC 15-123
+sign \x57FA 15-123
+sign \x8D4D 15-123
+sign \x6532 15-123
+sign \x6567 135-123
+sign \x559E 15-123
+sign \x7284 15-123
+sign \x5D46 15-123
+sign \x5D47 15-123
+sign \x7B53 15-123
+sign \x7F09 15-123
+sign \x7578 15-123
+sign \x8DFB 15-123
+sign \x55D8 15-123
+sign \x7A18 15-123
+sign \x9CEE 15-123
+sign \x6BC4 15-123
+sign \x7B95 15-123
+sign \x50DF 15-123
+sign \x9288 15-123
+sign \x6A2D 15-123
+sign \x8CEB 15-123
+sign \x69E3 15-123
+sign \x6483 15-123
+sign \x8E26 135-123
+sign \x5630 15-123
+sign \x7A3D 15-123
+sign \x8EB8 15-123
+sign \x89ED 15-123
+sign \x9F51 15-123
+sign \x7DDD 15-123
+sign \x757F 15-123
+sign \x74A3 15-123
+sign \x6A5F 15-123
+sign \x58BC 15-123
+sign \x7A4D 15-123
+sign \x9324 15-123
+sign \x6FC0 15-123
+sign \x61BF 15-12356
+sign \x79A8 15-123
+sign \x96AE 15-123
+sign \x913F 135-126
+sign \x8CF7 15-123
+sign \x64CA 15-123
+sign \x78EF 15-123
+sign \x7F81 15-123
+sign \x7C0A 15-123
+sign \x802D 15-123
+sign \x6AC5 15-123
+sign \x96DE 15-123
+sign \x9D8F 15-123
+sign \x8B4F 15-123
+sign \x97F2 15-123
+sign \x9416 15-123
+sign \x9951 15-123
+sign \x8B64 15-123
+sign \x97BF 15-123
+sign \x8E8B 15-123
+sign \x9DC4 15-123
+sign \x766A 15-123
+sign \x9F4E 15-123
+sign \x8640 15-123
+sign \x7F87 15-123
+sign \x9447 15-123
+sign \x8989 15-123
+sign \x9459 15-123
+sign \x9F4F 15-123
+sign \x7F88 15-123
+sign \x9E04 15-123
+sign \x898A 15-123
+sign \x4EBC 15-126
+sign \x4EBD 15-126
+sign \x53CA 15-126
+sign \x4F0B 15-126
+sign \x5409 15-126
+sign \x5C8C 15-126
+sign \x5F76 15-126
+sign \x6C72 15-126
+sign \x5FE3 15-126
+sign \x7EA7 15-126
+sign \x6781 15-126
+sign \x5373 15-126
+sign \x90C6 15-126
+sign \x4F76 15-126
+sign \x4E9F 15-126
+sign \x53DD 15-126
+sign \x7B08 15-126
+sign \x768D 15-126
+sign \x537D 15-126
+sign \x6025 15-126
+sign \x59DE 15-126
+sign \x7D1A 15-126
+sign \x63E4 15-126
+sign \x89D9 15-126
+sign \x75BE 15-126
+sign \x5359 15-126
+sign \x6956 15-126
+sign \x506E 15-126
+sign \x8C3B 15-126
+sign \x8128 13456-12
+sign \x5EB4 15-123
+sign \x710F 15-126
+sign \x6975 15-126
+sign \x68D8 15-126
+sign \x6B9B 15-126
+sign \x6222 15-126
+sign \x96C6 15-126
+sign \x6E52 15-126
+sign \x8D8C 15-126
+sign \x5849 15-126
+sign \x84BA 15-126
+sign \x696B 15-126
+sign \x8F91 15-126
+sign \x874D 15-126
+sign \x5D74 15-126
+sign \x6131 15-126
+sign \x5AC9 15-126
+sign \x8024 15-126
+sign \x69C9 15-126
+sign \x92A1 15-126
+sign \x818C 15-126
+sign \x978A 15-126
+sign \x8540 15-126
+sign \x857A 15-126
+sign \x8E16 15-126
+sign \x5DAF 15-126
+sign \x7BBF 15-126
+sign \x7620 15-126
+sign \x9E61 15-126
+sign \x6FC8 15-126
+sign \x6F57 15-126
+sign \x6A76 15-126
+sign \x6A9D 15-126
+sign \x8F2F 15-126
+sign \x878F 15-126
+sign \x85C9 15-126
+sign \x8E50 15-126
+sign \x7C0E 1345-24
+sign \x9353 15-126
+sign \x894B 15-126
+sign \x8265 15-126
+sign \x8F5A 15-126
+sign \x9735 15-126
+sign \x7C4D 15-126
+sign \x93F6 15-126
+sign \x9DBA 15-126
+sign \x89BF 345-126
+sign \x9DD1 15-12
+sign \x8EA4 15-126
+sign \x96E6 15-126
+sign \x96E7 15-126
+sign \x51E0 15-1236
+sign \x5DF1 15-1236
+sign \x4E2E 15-1236
+sign \x72B1 15-1236
+sign \x5980 15-1236
+sign \x6CF2 15-1236
+sign \x866E 15-1236
+sign \x6324 15-1236
+sign \x810A 15-1236
+sign \x638E 15-1236
+sign \x9C7E 15-1236
+sign \x621F 15-1236
+sign \x5E7E 15-1236
+sign \x9E82 15-1236
+sign \x9B62 15-1236
+sign \x64A0 15-1236
+sign \x98B3 16-2345
+sign \x64E0 15-1236
+sign \x7A56 15-1236
+sign \x87E3 15-1236
+sign \x5F50 1256-2346
+sign \x5F51 15-12
+sign \x65E1 15-12
+sign \x8BA1 15-12
+sign \x8BB0 15-12
+sign \x4F0E 15-12
+sign \x7EAA 15-12
+sign \x5756 15-12
+sign \x6280 15-12
+sign \x82B0 15-12
+sign \x5FCC 15-12
+sign \x9645 15-12
+sign \x5993 15-12
+sign \x5B63 15-12
+sign \x5242 15-12
+sign \x578D 15-12
+sign \x830D 15-12
+sign \x54DC 15-12
+sign \x5CDC 235-23456
+sign \x8A08 15-12
+sign \x8FF9 15-12
+sign \x6D0E 15-12
+sign \x6D4E 15-12
+sign \x65E2 15-12
+sign \x7D00 15-12
+sign \x755F 15-12
+sign \x89CA 15-12
+sign \x8A18 15-12
+sign \x5264 15-12
+sign \x7EE7 15-12
+sign \x7D12 15-12
+sign \x8415 135-126
+sign \x689E 15-12
+sign \x785B 15-12
+sign \x5048 15-12
+sign \x65E3 15-12
+sign \x5F9B 15-12
+sign \x796D 15-12
+sign \x6E08 15-1236
+sign \x60B8 15-12
+sign \x5BC4 15-12
+sign \x5BC2 15-12
+sign \x7EE9 15-12
+sign \x60CE 15-12
+sign \x846A 15-12
+sign \x8507 15-12
+sign \x81EE 15-12
+sign \x5848 125-12
+sign \x52E3 15-12
+sign \x88DA 15-12
+sign \x84DF 15-12
+sign \x8DE1 15-12
+sign \x75F5 15-12
+sign \x517E 15-12
+sign \x969B 15-12
+sign \x7D99 15-12
+sign \x9701 15-12
+sign \x8DFD 15-12
+sign \x7A29 15-12
+sign \x7A4A 15-12
+sign \x588D 15-12
+sign \x9C9A 15-12
+sign \x8A8B 15-12
+sign \x6F08 15-12
+sign \x6F03 15-12
+sign \x799D 15-12
+sign \x66A8 15-12
+sign \x8AC5 15-123
+sign \x66A9 15-12
+sign \x7A37 15-12
+sign \x9CAB 15-12
+sign \x9AFB 15-12
+sign \x858A 15-12
+sign \x5180 15-12
+sign \x7A44 15-12
+sign \x5291 15-12
+sign \x8940 15-12
+sign \x7E18 125-12
+sign \x6A95 15-12
+sign \x9B86 15-12
+sign \x89AC 15-12
+sign \x7F7D 15-12
+sign \x6FDF 15-12
+sign \x7E3E 15-12
+sign \x74BE 15-12
+sign \x6AB5 15-12
+sign \x8E5F 15-12
+sign \x9BFD 15-12
+sign \x9F4C 15-12
+sign \x9D4B 15-12
+sign \x860E 15-12
+sign \x7E6B 15-12
+sign \x7A67 15-12
+sign \x9BDA 15-12
+sign \x5EED 15-12
+sign \x7660 15-12
+sign \x7CED 1456-15
+sign \x61FB 15-12
+sign \x9AA5 15-12
+sign \x862E 15-12
+sign \x7031 15-12
+sign \x9C40 15-12
+sign \x7E7C 15-12
+sign \x863B 15-12
+sign \x973D 15-12
+sign \x9C3F 15-12
+sign \x9C36 15-12
+sign \x9C6D 15-12
+sign \x9A65 15-12
+sign \x52A0 15-2345
+sign \x62B8 15-2345
+sign \x5B8A 2346-123
+sign \x62C1 15-2345
+sign \x4F73 15-2345
+sign \x6CC7 15-2345
+sign \x8FE6 15-2345
+sign \x73C8 15-2345
+sign \x631F 125-246
+sign \x67B7 15-2345
+sign \x6D43 15-2345
+sign \x6BE0 15-2345
+sign \x57C9 15-2345
+sign \x75C2 15-2345
+sign \x6D79 15-2345
+sign \x5BB6 15-2345
+sign \x801E 15-2345
+sign \x689C 15-2345
+sign \x7B33 15-2345
+sign \x8888 15-2345
+sign \x846D 15-2345
+sign \x8DCF 15-2345
+sign \x50A2 15-2345
+sign \x7333 15-2345
+sign \x88CC 15-2456
+sign \x728C 15-2345
+sign \x7B74 1345-24
+sign \x926B 15-2345
+sign \x8175 15-2345
+sign \x5609 15-2345
+sign \x9553 15-2345
+sign \x8C6D 15-2345
+sign \x8C91 15-2345
+sign \x7CD8 15-2345
+sign \x9D10 15-2345
+sign \x93B5 15-2345
+sign \x9E9A 15-2345
+sign \x5939 15-2345
+sign \x573F 15-2456
+sign \x6274 15-2456
+sign \x593E 15-2345
+sign \x90CF 15-2456
+sign \x835A 15-2456
+sign \x90DF 15-2456
+sign \x605D 15-2456
+sign \x83A2 15-2456
+sign \x550A 15-2456
+sign \x621B 15-2456
+sign \x94D7 15-2456
+sign \x8125 15-2456
+sign \x88B7 15-2456
+sign \x621E 15-2456
+sign \x988A 15-2456
+sign \x86F1 15-2456
+sign \x8DF2 15-2456
+sign \x86FA 15-2456
+sign \x9904 12-246
+sign \x982C 15-2456
+sign \x92CF 15-2456
+sign \x9830 15-2456
+sign \x9D36 15-2456
+sign \x9D4A 15-2456
+sign \x7532 15-23456
+sign \x5CAC 15-23456
+sign \x73BE 15-23456
+sign \x80DB 15-23456
+sign \x53DA 15-23456
+sign \x8D3E 15-23456
+sign \x94BE 15-23456
+sign \x659A 15-23456
+sign \x5047 15-23456
+sign \x659D 15-23456
+sign \x5FA6 15-23456
+sign \x5A7D 15-23456
+sign \x6935 15-23456
+sign \x8CC8 15-23456
+sign \x9240 15-23456
+sign \x69DA 15-23456
+sign \x698E 15-23456
+sign \x7615 15-23456
+sign \x6A9F 15-23456
+sign \x4EF7 15-245
+sign \x9A7E 15-245
+sign \x67B6 15-245
+sign \x5E4F 15-245
+sign \x5AC1 15-245
+sign \x69A2 15-245
+sign \x7A3C 15-245
+sign \x50F9 15-245
+sign \x99D5 15-245
+sign \x99F1 1236-24
+sign \x620B 15-1234
+sign \x5E75 15-1234
+sign \x5C16 15-1234
+sign \x5978 15-1234
+sign \x6B7C 15-1234
+sign \x575A 15-1234
+sign \x95F4 15-1234
+sign \x6214 15-1234
+sign \x51BF 15-1234
+sign \x80A9 15-1234
+sign \x8270 15-1234
+sign \x59E7 15-1234
+sign \x59E6 15-1234
+sign \x76D1 15-1234
+sign \x517C 15-1234
+sign \x83C5 15-1234
+sign \x83FA 15-1234
+sign \x5805 15-1234
+sign \x7B3A 15-1234
+sign \x730F 15-1234
+sign \x60E4 15-1234
+sign \x63C3 15-1234
+sign \x976C 135-1246
+sign \x844F 15-135
+sign \x844C 15-1234
+sign \x9593 15-1234
+sign \x728D 15-1234
+sign \x724B 15-1234
+sign \x5094 135-124
+sign \x6E54 15-1234
+sign \x7F04 15-1234
+sign \x744A 15-1234
+sign \x641B 15-1234
+sign \x84B9 15-1234
+sign \x6937 12-1246
+sign \x693E 15-1234
+sign \x788A 15-1234
+sign \x8C63 15-1234
+sign \x7777 15-1234
+sign \x714E 15-1234
+sign \x7F23 15-1234
+sign \x76E3 15-1234
+sign \x7B8B 15-1234
+sign \x8573 15-1234
+sign \x8551 15-1234
+sign \x6A2B 15-1234
+sign \x9CA3 15-1234
+sign \x9E63 15-1234
+sign \x719E 15-1234
+sign \x7DD8 15-1234
+sign \x7BEF 15-1234
+sign \x71B8 15-1234
+sign \x7E11 15-1234
+sign \x9E89 15-1234
+sign \x8271 15-1234
+sign \x99A2 15-1234
+sign \x9930 15-1234
+sign \x97AF 15-1234
+sign \x9CD2 15-1234
+sign \x7010 15-1234
+sign \x791B 15-1234
+sign \x6BB1 15-1234
+sign \x89B8 15-124
+sign \x9D73 15-1234
+sign \x9C14 15-1234
+sign \x7038 15-1234
+sign \x6AFC 15-1234
+sign \x8B7C 15-1234
+sign \x6BB2 15-1234
+sign \x97C0 15-1234
+sign \x9C39 15-1234
+sign \x56CF 15-1234
+sign \x8643 15-1234
+sign \x97C9 15-1234
+sign \x946F 15-1234
+sign \x56DD 15-12346
+sign \x62E3 15-12346
+sign \x67A7 15-12346
+sign \x8327 15-12346
+sign \x67EC 15-12346
+sign \x4FED 15-12346
+sign \x6338 15-12346
+sign \x6361 15-12346
+sign \x7B15 15-12346
+sign \x5039 15-12346
+sign \x6898 15-12346
+sign \x68C0 15-12346
+sign \x8DBC 15-12346
+sign \x5E34 15-12346
+sign \x51CF 15-12346
+sign \x526A 15-12346
+sign \x6E55 15-12346
+sign \x63C0 15-12346
+sign \x583F 15-12346
+sign \x691C 15-12346
+sign \x7877 15-12346
+sign \x7751 15-12346
+sign \x8A43 15-12346
+sign \x6E1B 15-12346
+sign \x88E5 15-12346
+sign \x7450 15-12346
+sign \x6695 15-1246
+sign \x7B67 15-12346
+sign \x7B80 15-12346
+sign \x5F3F 15-12346
+sign \x9A9E 135-1234
+sign \x8C2B 15-12346
+sign \x7D78 15-12346
+sign \x622C 15-12346
+sign \x78B1 15-12346
+sign \x6229 15-12346
+sign \x5F45 15-12346
+sign \x5109 15-12346
+sign \x7FE6 15-12346
+sign \x64BF 15-12346
+sign \x933D 26-124
+sign \x8954 246-12346
+sign \x85C6 15-12346
+sign \x6AA2 15-12346
+sign \x9386 135-1246
+sign \x8E47 15-12346
+sign \x8B07 15-12346
+sign \x8947 15-12346
+sign \x8949 15-12346
+sign \x7E6D 15-12346
+sign \x7906 15-12346
+sign \x77BC 15-12346
+sign \x7C21 15-12346
+sign \x8B2D 15-12346
+sign \x9B0B 15-12346
+sign \x9E78 15-12346
+sign \x9C0E 15-12346
+sign \x8812 15-12346
+sign \x9E79 125-1246
+sign \x9417 15-12346
+sign \x703D 15-12346
+sign \x9A2B 135-1234
+sign \x9E7B 15-12346
+sign \x7C5B 15-1234
+sign \x8B7E 15-12346
+sign \x897A 15-12346
+sign \x9E7C 15-12346
+sign \x89C1 15-124
+sign \x4EF6 15-124
+sign \x898B 15-124
+sign \x996F 15-124
+sign \x5EFA 15-124
+sign \x8350 15-124
+sign \x8D31 15-124
+sign \x726E 15-124
+sign \x5251 15-124
+sign \x73D4 15-124
+sign \x682B 15-124
+sign \x4FF4 15-124
+sign \x5065 15-124
+sign \x8230 15-124
+sign \x5263 15-124
+sign \x6DA7 15-124
+sign \x63F5 135-1246
+sign \x5FA4 15-124
+sign \x91FC 15-124
+sign \x5271 15-124
+sign \x6E10 15-124
+sign \x8C0F 15-124
+sign \x88B8 15-124
+sign \x8465 135-1246
+sign \x6957 15-124
+sign \x81F6 15-124
+sign \x8DF5 15-124
+sign \x8DC8 15-124
+sign \x950F 15-12346
+sign \x6BFD 15-124
+sign \x8171 15-124
+sign \x65D4 15-124
+sign \x6E85 15-124
+sign \x5BCB 15-124
+sign \x9274 15-124
+sign \x8CCE 15-124
+sign \x952E 15-124
+sign \x852A 15-124
+sign \x6997 15-124
+sign \x50ED 15-124
+sign \x6F38 15-124
+sign \x8D9D 15-124
+sign \x58B9 15-124
+sign \x8CE4 15-124
+sign \x8E10 15-124
+sign \x8E3A 15-124
+sign \x7BAD 15-124
+sign \x528D 15-124
+sign \x528E 15-124
+sign \x8AD3 15-124
+sign \x7CCB 15-124
+sign \x6F97 15-124
+sign \x85A6 15-124
+sign \x6A7A 125-124
+sign \x6A4C 125-124
+sign \x92FB 15-124
+sign \x9375 15-124
+sign \x5292 15-124
+sign \x5294 15-124
+sign \x991E 15-124
+sign \x8AEB 15-124
+sign \x97AC 15-1234
+sign \x9373 15-124
+sign \x78F5 15-124
+sign \x7900 15-124
+sign \x77AF 125-1246
+sign \x87B9 15-124
+sign \x64F6 15-124
+sign \x6FFA 15-124
+sign \x7E5D 15-124
+sign \x89B5 15-124
+sign \x93E9 15-124
+sign \x7033 15-124
+sign \x8266 15-124
+sign \x9427 15-1234
+sign \x807B 12345-1236
+sign \x8F5E 15-124
+sign \x9452 15-124
+sign \x9451 15-124
+sign \x946C 15-124
+sign \x9473 15-124
+sign \x6C5F 15-1345
+sign \x8333 15-1345
+sign \x5C06 15-1345
+sign \x59DC 15-1345
+sign \x8C47 15-1345
+sign \x7555 15-1345
+sign \x6D46 15-1345
+sign \x5C07 15-1345
+sign \x8441 15-1345
+sign \x646A 15-1345
+sign \x7FDE 15-1345
+sign \x50F5 15-1345
+sign \x8780 15-1345
+sign \x6F3F 15-1345
+sign \x58C3 15-1345
+sign \x8591 15-1345
+sign \x5F4A 135-1456
+sign \x7F30 15-1345
+sign \x6A7F 15-1345
+sign \x6BAD 15-1345
+sign \x9CC9 15-1345
+sign \x87BF 15-1345
+sign \x7913 15-1345
+sign \x7585 15-1345
+sign \x7586 15-1345
+sign \x7E6E 15-1345
+sign \x97C1 15-1345
+sign \x9C42 15-1345
+sign \x8BB2 15-13456
+sign \x5956 15-13456
+sign \x6868 15-13456
+sign \x848B 15-13456
+sign \x5968 15-13456
+sign \x8523 15-13456
+sign \x596C 15-13456
+sign \x69F3 15-13456
+sign \x734E 15-13456
+sign \x8029 15-13456
+sign \x8199 15-13456
+sign \x8B1B 15-13456
+sign \x985C 15-13456
+sign \x531E 15-145
+sign \x5320 15-145
+sign \x5905 15-145
+sign \x5F1C 15-145
+sign \x6762 15-246
+sign \x964D 15-145
+sign \x6D1A 15-145
+sign \x7EDB 15-145
+sign \x88B6 15-145
+sign \x5F36 15-145
+sign \x7D73 15-145
+sign \x757A 15-1345
+sign \x9171 15-145
+sign \x6EF0 15-145
+sign \x647E 15-145
+sign \x5D79 15-145
+sign \x729F 15-145
+sign \x91A4 15-145
+sign \x7CE1 15-145
+sign \x7CE8 15-145
+sign \x91AC 15-145
+sign \x6AE4 15-145
+sign \x8B3D 15-145
+sign \x827D 15-1235
+sign \x8281 15-1235
+sign \x4EA4 15-1235
+sign \x90CA 15-1235
+sign \x832E 15-1235
+sign \x832D 15-1235
+sign \x5CE7 15-1235
+sign \x6D47 15-1235
+sign \x5A07 15-1235
+sign \x59E3 15-1235
+sign \x9A84 15-1235
+sign \x80F6 15-1235
+sign \x654E 15-125
+sign \x6912 15-1235
+sign \x86DF 15-1235
+sign \x7126 15-1235
+sign \x7133 156-246
+sign \x8DE4 15-1235
+sign \x5604 15-1235
+sign \x50EC 15-1235
+sign \x9C9B 15-1235
+sign \x8549 15-1235
+sign \x5D95 15-1235
+sign \x5DA3 15-1235
+sign \x9AB9 135-1235
+sign \x81A0 15-1235
+sign \x6F86 15-1235
+sign \x61A2 125-1235
+sign \x618D 15-1235
+sign \x5B0C 15-1235
+sign \x81B2 15-1235
+sign \x71CB 15-1235
+sign \x7901 15-1235
+sign \x7A5A 15-1235
+sign \x9E6A 15-1235
+sign \x9BAB 15-1235
+sign \x8F47 15-1235
+sign \x87ED 15-1235
+sign \x7C25 15-1235
+sign \x940E 15-1235
+sign \x9A55 15-1235
+sign \x9DEE 15-1235
+sign \x9DE6 15-1235
+sign \x6AF5 135-1256
+sign \x56BC 15-1256
+sign \x7E9F 1245-123
+sign \x7CF9 1245-123
+sign \x81EB 15-12356
+sign \x89D2 15-12356
+sign \x4F7C 15-12356
+sign \x6322 15-12356
+sign \x72E1 15-12356
+sign \x997A 15-12356
+sign \x6054 15-12356
+sign \x7EDE 15-12356
+sign \x6341 136-12
+sign \x6648 15-12356
+sign \x7B05 15-12356
+sign \x70C4 15-12356
+sign \x94F0 15-12356
+sign \x77EB 15-12356
+sign \x768E 15-12356
+sign \x811A 15-12356
+sign \x6405 15-12356
+sign \x7B4A 15-12356
+sign \x7D5E 15-12356
+sign \x8CCB 15-12356
+sign \x6E6C 15-12356
+sign \x656B 15-12356
+sign \x8173 15-12356
+sign \x714D 15-12356
+sign \x527F 15-12356
+sign \x52E6 15-12356
+sign \x6477 15-12356
+sign \x669E 15-12356
+sign \x8E0B 15-12356
+sign \x50E5 15-12356
+sign \x9278 15-12356
+sign \x9903 15-12356
+sign \x649F 15-12356
+sign \x64B9 15-12356
+sign \x528B 15-12356
+sign \x510C 15-12356
+sign \x6F50 15-125
+sign \x657D 15-12356
+sign \x657F 15-12356
+sign \x5FBC 15-12356
+sign \x7F34 15-12356
+sign \x74AC 15-12356
+sign \x66D2 15-12356
+sign \x77EF 15-12356
+sign \x87DC 15-12356
+sign \x76A6 15-12356
+sign \x9D64 145-1234
+sign \x8B51 15-12356
+sign \x7E73 15-12356
+sign \x5B42 15-12356
+sign \x7E90 15-12356
+sign \x652A 15-12356
+sign \x9C4E 15-12356
+sign \x705A 15-12356
+sign \x53EB 15-125
+sign \x544C 15-125
+sign \x630D 15-1235
+sign \x8A06 15-125
+sign \x89C9 156-246
+sign \x73D3 15-125
+sign \x8F7F 15-125
+sign \x8F83 15-125
+sign \x7A8C 15-125
+sign \x6559 15-125
+sign \x7A96 15-125
+sign \x8F03 15-125
+sign \x6ED8 15-125
+sign \x65A0 15-125
+sign \x9175 15-125
+sign \x5602 15-125
+sign \x5626 15-125
+sign \x6F16 15-125
+sign \x564D 15-125
+sign \x566D 15-125
+sign \x71DE 15-12356
+sign \x7365 15-125
+sign \x5B13 15-125
+sign \x85E0 15-125
+sign \x8DAD 15-125
+sign \x8F4E 15-125
+sign \x91AE 15-125
+sign \x8B65 15-125
+sign \x76AD 15-125
+sign \x91C2 15-125
+sign \x9636 15-234
+sign \x7596 15-234
+sign \x7686 15-234
+sign \x63B2 15-234
+sign \x63A5 15-234
+sign \x83E8 15-234
+sign \x79F8 15-234
+sign \x75CE 15-234
+sign \x968E 15-234
+sign \x5826 15-234
+sign \x63ED 15-234
+sign \x6904 15-234
+sign \x5588 15-234
+sign \x55BC 15-234
+sign \x55DF 15-234
+sign \x8857 15-234
+sign \x813B 15-234
+sign \x6E5D 15-234
+sign \x5A98 15-234
+sign \x5AC5 15-234
+sign \x716F 15-234
+sign \x9782 15-234
+sign \x7A2D 15-234
+sign \x64D1 15-234
+sign \x8754 15-234
+sign \x568C 15-12
+sign \x7664 15-234
+sign \x9D9B 15-234
+sign \x5B51 15-246
+sign \x536A 15-246
+sign \x5C10 15-246
+sign \x516F 15-246
+sign \x8282 15-246
+sign \x8BA6 15-246
+sign \x5226 15-246
+sign \x5227 15-246
+sign \x52AB 15-246
+sign \x6605 15-246
+sign \x5C8A 15-246
+sign \x52BC 15-246
+sign \x523C 15-246
+sign \x6770 15-246
+sign \x758C 15-246
+sign \x8BD8 15-246
+sign \x8871 15-246
+sign \x62EE 15-246
+sign \x8FFC 15-246
+sign \x72E4 15-246
+sign \x6D01 15-246
+sign \x7ED3 15-246
+sign \x83AD 15-246
+sign \x685D 15-246
+sign \x6840 15-246
+sign \x8A10 15-246
+sign \x6377 15-246
+sign \x63B6 15-246
+sign \x5D28 15-246
+sign \x507C 15-246
+sign \x88BA 15-246
+sign \x5A55 15-246
+sign \x7D5C 15-246
+sign \x9889 15-246
+sign \x86E3 15-246
+sign \x5091 15-246
+sign \x5AAB 15-246
+sign \x7D50 15-246
+sign \x696C 15-246
+sign \x776B 15-246
+sign \x8710 15-246
+sign \x5D65 15-246
+sign \x7BC0 15-246
+sign \x9263 15-246
+sign \x9B5D 15-12
+sign \x8A70 15-246
+sign \x6976 15-246
+sign \x6ED0 15-246
+sign \x622A 15-246
+sign \x84F5 15-246
+sign \x69A4 15-246
+sign \x78A3 15-246
+sign \x9C92 15-246
+sign \x7AED 15-246
+sign \x8E15 15-246
+sign \x8AB1 15-246
+sign \x7FAF 15-246
+sign \x6F54 15-246
+sign \x64F3 15-246
+sign \x5E6F 15-246
+sign \x64EE 15-246
+sign \x790D 15-246
+sign \x5DBB 15-246
+sign \x937B 15-246
+sign \x9B9A 15-246
+sign \x6AED 156-246
+sign \x5DC0 15-246
+sign \x881E 15-246
+sign \x8818 15-246
+sign \x883D 15-246
+sign \x59D0 15-2346
+sign \x6BD1 15-2346
+sign \x5A8E 15-2346
+sign \x98F7 15-2346
+sign \x89E7 15-2346
+sign \x89E3 15-2346
+sign \x6A9E 15-2346
+sign \x4E2F 15-24
+sign \x4ECB 15-24
+sign \x6212 15-24
+sign \x82A5 15-24
+sign \x5424 15-24
+sign \x5C95 15-24
+sign \x5E8E 15-24
+sign \x5FE6 15-2456
+sign \x598E 12-1245
+sign \x73A0 15-24
+sign \x65BA 15-24
+sign \x5C46 15-24
+sign \x5C4A 15-24
+sign \x780E 15-24
+sign \x754C 15-24
+sign \x754D 15-24
+sign \x75A5 15-24
+sign \x8BEB 15-24
+sign \x8878 15-24
+sign \x86A7 15-24
+sign \x501F 15-24
+sign \x6088 15-24
+sign \x5FA3 15-24
+sign \x583A 15-24
+sign \x743E 15-24
+sign \x6950 15-24
+sign \x86F6 15-24
+sign \x9AB1 15-24
+sign \x7297 15-24
+sign \x8AA1 15-24
+sign \x9B6A 15-24
+sign \x892F 15-24
+sign \x66C1 15-12
+sign \x7E72 15-24
+sign \x5DFE 15-13
+sign \x65A4 15-13
+sign \x4ECA 15-13
+sign \x9485 15-13
+sign \x5153 15-13
+sign \x91D1 15-13
+sign \x91D2 15-13
+sign \x8355 15-13
+sign \x781B 15-13
+sign \x89D4 15-13
+sign \x6D25 15-13
+sign \x887F 15-13
+sign \x77DC 15-13
+sign \x73D2 15-13
+sign \x57D0 15-13
+sign \x77DD 135-16
+sign \x7D1F 15-13
+sign \x740E 15-13
+sign \x60CD 15-13
+sign \x743B 15-13
+sign \x7B4B 15-13
+sign \x583B 15-13
+sign \x74A1 15-13
+sign \x9EC5 15-13
+sign \x9E76 15-13
+sign \x5D9C 15-13
+sign \x895F 15-13
+sign \x4EC5 15-136
+sign \x537A 15-136
+sign \x5DF9 15-136
+sign \x7D27 15-136
+sign \x5807 15-136
+sign \x83EB 15-136
+sign \x53AA 15-136
+sign \x9526 15-136
+sign \x50C5 15-136
+sign \x8C28 15-136
+sign \x84F3 15-136
+sign \x7DCA 15-136
+sign \x9991 15-136
+sign \x5ED1 15-136
+sign \x6F0C 15-136
+sign \x5AE4 15-136
+sign \x747E 15-136
+sign \x69FF 15-136
+sign \x5118 15-136
+sign \x9326 15-136
+sign \x8B39 15-136
+sign \x93F1 14-1345
+sign \x9949 15-136
+sign \x4F12 15-1
+sign \x52A4 15-1
+sign \x5C3D 15-1
+sign \x8FDB 15-1
+sign \x8FD1 15-1
+sign \x5997 15-1
+sign \x52B2 15-1
+sign \x6783 15-1
+sign \x4FAD 15-136
+sign \x8369 15-1
+sign \x52C1 15-1
+sign \x6D55 15-1
+sign \x664B 15-1
+sign \x6649 15-1
+sign \x8D46 15-1
+sign \x70EC 15-1
+sign \x6D78 15-1
+sign \x9032 15-1
+sign \x7972 15-1
+sign \x7161 15-1
+sign \x6422 15-1
+sign \x9773 15-1
+sign \x7981 15-1
+sign \x6E8D 15-1
+sign \x5BD6 15-1
+sign \x7F19 15-1
+sign \x7468 15-1
+sign \x5890 15-1
+sign \x616C 15-1
+sign \x76E1 15-1
+sign \x89D0 15-1
+sign \x6B4F 15-1
+sign \x6BA3 15-1
+sign \x50F8 15-1
+sign \x51DA 15-1
+sign \x5664 15-1
+sign \x6FC5 15-1
+sign \x8CEE 15-1
+sign \x7E09 15-1
+sign \x58D7 15-1
+sign \x85CE 15-1
+sign \x568D 15-1
+sign \x6FDC 15-1
+sign \x5B27 15-1
+sign \x74B6 15-1
+sign \x89B2 15-1
+sign \x71FC 15-1
+sign \x8D10 15-1
+sign \x9F7D 15-1
+sign \x4EF1 135-1246
+sign \x5DE0 15-135
+sign \x5755 15-135
+sign \x830E 15-135
+sign \x4EAC 15-135
+sign \x6CFE 15-135
+sign \x7ECF 15-135
+sign \x8346 15-135
+sign \x834A 15-135
+sign \x79D4 15-135
+sign \x4EB0 15-135
+sign \x8396 15-135
+sign \x6D87 15-135
+sign \x83C1 15-135
+sign \x6B91 135-156
+sign \x7304 15-135
+sign \x65CC 15-135
+sign \x65CD 15-135
+sign \x60CA 15-135
+sign \x5A5B 15-135
+sign \x7D4C 15-135
+sign \x6676 15-135
+sign \x7A09 15-135
+sign \x8148 15-135
+sign \x775B 15-135
+sign \x7CB3 15-135
+sign \x7D93 15-135
+sign \x8059 15-135
+sign \x5162 15-135
+sign \x7CBE 15-135
+sign \x6A78 15-135
+sign \x9CB8 15-135
+sign \x9D5B 15-135
+sign \x9BE8 15-135
+sign \x9D81 15-135
+sign \x9E96 15-135
+sign \x9F31 15-135
+sign \x9A5A 15-135
+sign \x9EA0 15-135
+sign \x4E95 15-1356
+sign \x4E3C 15-1356
+sign \x9631 15-1356
+sign \x5753 15-1356
+sign \x6C6B 15-1356
+sign \x5B91 15-1356
+sign \x522D 15-1356
+sign \x6C6C 15-1356
+sign \x80BC 15-1356
+sign \x5244 15-1356
+sign \x7A7D 15-1356
+sign \x9888 15-1356
+sign \x666F 15-1356
+sign \x5106 15-1356
+sign \x7484 15-1356
+sign \x64CF 135-156
+sign \x5E5C 15-1356
+sign \x61AC 15-1356
+sign \x74A5 15-1356
+sign \x749F 15-1356
+sign \x61BC 15-1356
+sign \x9838 15-1356
+sign \x66BB 15-1356
+sign \x71DD 146-1236
+sign \x87FC 15-1356
+sign \x8B66 15-1356
+sign \x9649 125-156
+sign \x598C 15-15
+sign \x5F84 15-15
+sign \x51C0 15-15
+sign \x5F2A 15-15
+sign \x8FF3 15-15
+sign \x4FD3 15-15
+sign \x80EB 15-15
+sign \x6D44 15-15
+sign \x9658 125-156
+sign \x5A59 15-15
+sign \x9015 15-15
+sign \x501E 1235-145
+sign \x5F91 15-15
+sign \x75C9 15-15
+sign \x51C8 15-15
+sign \x7ADE 15-15
+sign \x5F33 15-15
+sign \x6871 15-15
+sign \x68B7 15-15
+sign \x811B 15-15
+sign \x7ADF 15-15
+sign \x7AEB 15-15
+sign \x6DE8 15-15
+sign \x5A67 15-15
+sign \x845D 15-15
+sign \x656C 15-15
+sign \x75D9 15-15
+sign \x7AE7 15-15
+sign \x50B9 15-15
+sign \x9756 15-15
+sign \x9759 15-15
+sign \x5883 15-15
+sign \x8E01 15-15
+sign \x734D 15-15
+sign \x8AA9 15-15
+sign \x981A 15-1356
+sign \x975C 15-15
+sign \x66D4 15-15
+sign \x955C 15-15
+sign \x701E 15-15
+sign \x93E1 15-15
+sign \x7AF6 15-15
+sign \x7AF8 15-15
+sign \x5770 156-135
+sign \x6243 156-135
+sign \x57DB 156-135
+sign \x6244 124-13456
+sign \x99C9 156-135
+sign \x99EB 156-135
+sign \x518B 156-135
+sign \x518F 156-1356
+sign \x56E7 156-1356
+sign \x8FE5 156-1356
+sign \x6CC2 156-1356
+sign \x4FB0 156-1356
+sign \x9008 156-1356
+sign \x70AF 156-1356
+sign \x6D7B 156-1356
+sign \x5BAD 1356-16
+sign \x70F1 156-1356
+sign \x7D45 156-135
+sign \x715A 156-1356
+sign \x988E 156-1356
+sign \x7A98 156-1356
+sign \x7D97 156-1356
+sign \x715B 156-1356
+sign \x50D2 156-1356
+sign \x71B2 156-1356
+sign \x8927 156-1356
+sign \x6F83 156-1356
+sign \x71DB 156-1356
+sign \x9848 156-1356
+sign \x860F 156-135
+sign \x8614 156-135
+sign \x4E29 15-134
+sign \x52FC 15-134
+sign \x7EA0 15-134
+sign \x673B 15-134
+sign \x725E 15-134
+sign \x9E20 15-134
+sign \x7A76 15-134
+sign \x7CFA 15-134
+sign \x7CFE 15-134
+sign \x8D73 15-134
+sign \x9604 15-134
+sign \x841B 15-134
+sign \x63EA 15-134
+sign \x63C2 15-134
+sign \x557E 15-134
+sign \x63EB 15-134
+sign \x9CE9 15-134
+sign \x644E 15-134
+sign \x6A1B 15-134
+sign \x9B0F 15-134
+sign \x9B2E 15-134
+sign \x4E5D 15-1346
+sign \x4E45 15-1346
+sign \x4E46 15-1346
+sign \x4E63 15-1346
+sign \x6C63 15-1346
+sign \x597A 15-1346
+sign \x7396 15-1346
+sign \x6766 15-1346
+sign \x7078 15-1346
+sign \x820F 15-1346
+sign \x97ED 15-1346
+sign \x9579 15-1346
+sign \x9152 15-1346
+sign \x7D24 15-1346
+sign \x97EE 15-1346
+sign \x531B 15-14
+sign \x65E7 15-14
+sign \x81FC 15-14
+sign \x7542 246-1236
+sign \x548E 15-14
+sign \x759A 15-14
+sign \x67FE 15-14
+sign \x67E9 15-14
+sign \x6855 15-14
+sign \x5003 15-14
+sign \x6551 15-14
+sign \x53A9 15-14
+sign \x5313 15-14
+sign \x5C31 15-14
+sign \x5ED0 15-14
+sign \x5EC4 15-14
+sign \x8205 15-14
+sign \x50E6 15-14
+sign \x5ECF 15-14
+sign \x6166 15-14
+sign \x6BA7 15-14
+sign \x820A 15-14
+sign \x9E6B 15-14
+sign \x5336 15-14
+sign \x9BE6 15-14
+sign \x9E94 15-14
+sign \x6B0D 15-14
+sign \x9F68 15-14
+sign \x9DF2 15-14
+sign \x5727 25-2345
+sign \x51E5 156-123
+sign \x62D8 156-123
+sign \x82F4 156-123
+sign \x72D9 156-123
+sign \x530A 156-123
+sign \x5C45 156-123
+sign \x9A79 156-123
+sign \x4FE5 134-234
+sign \x6344 15-14
+sign \x6336 156-16
+sign \x7820 156-123
+sign \x7717 156-123
+sign \x7F5D 156-123
+sign \x75BD 156-123
+sign \x75C0 1-134
+sign \x9671 156-123
+sign \x63AC 156-123
+sign \x68AE 156-123
+sign \x5D0C 156-123
+sign \x6DBA 156-123
+sign \x5A35 156-123
+sign \x5A45 156-126
+sign \x5A6E 156-123
+sign \x741A 156-123
+sign \x6910 156-123
+sign \x8DD4 156-123
+sign \x9514 156-123
+sign \x8152 156-123
+sign \x96CE 156-123
+sign \x88FE 156-123
+sign \x871B 156-123
+sign \x824D 156-123
+sign \x99D2 156-123
+sign \x8E18 156-123
+sign \x8ACA 156-123
+sign \x9D21 156-123
+sign \x9B88 156-123
+sign \x97A0 156-123
+sign \x97AB 156-123
+sign \x9D8B 156-123
+sign \x5C40 156-126
+sign \x6CE6 156-126
+sign \x72CA 156-126
+sign \x4FB7 156-126
+sign \x6854 156-126
+sign \x6BE9 156-126
+sign \x83CA 156-126
+sign \x90F9 156-126
+sign \x5579 156-126
+sign \x7117 156-126
+sign \x6DD7 156-126
+sign \x6908 156-126
+sign \x6BF1 156-126
+sign \x6E68 156-126
+sign \x8F02 156-126
+sign \x7291 156-126
+sign \x84FB 145-126
+sign \x95B0 156-126
+sign \x8DFC 156-126
+sign \x7CB7 156-126
+sign \x8D9C 156-126
+sign \x8EB9 156-126
+sign \x92E6 156-123
+sign \x6A58 156-126
+sign \x99F6 156-126
+sign \x6A8B 156-123
+sign \x9D59 156-126
+sign \x8E6B 156-126
+sign \x9D74 156-126
+sign \x861C 156-126
+sign \x9DAA 156-126
+sign \x5DC8 156-126
+sign \x9F30 156-126
+sign \x9F33 156-126
+sign \x9A67 156-126
+sign \x5F06 156-1236
+sign \x5480 156-1236
+sign \x6CAE 156-1236
+sign \x8392 156-1236
+sign \x77E9 156-1236
+sign \x4E3E 156-1236
+sign \x6319 156-1236
+sign \x6907 156-1236
+sign \x7B65 156-1236
+sign \x849F 156-1236
+sign \x6989 156-1236
+sign \x9F83 156-1236
+sign \x6998 156-1236
+sign \x8065 156-1236
+sign \x8E3D 156-1236
+sign \x8209 156-1236
+sign \x64E7 156-1236
+sign \x6AF8 156-1236
+sign \x9F5F 156-1236
+sign \x6B05 156-1236
+sign \x8977 156-1236
+sign \x5DE8 156-12
+sign \x53E5 156-12
+sign \x8BB5 156-12
+sign \x62D2 156-12
+sign \x82E3 156-12
+sign \x5CA0 156-12
+sign \x90AD 156-12
+sign \x6D30 156-12
+sign \x6007 156-12
+sign \x59D6 156-12
+sign \x5765 1356-123
+sign \x62E0 156-12
+sign \x6B6B 156-12
+sign \x5177 156-12
+sign \x661B 156-12
+sign \x70AC 156-12
+sign \x601A 156-12
+sign \x949C 156-12
+sign \x79EC 156-12
+sign \x801F 156-12
+sign \x86B7 156-12
+sign \x4FF1 156-12
+sign \x5036 156-12
+sign \x5028 156-12
+sign \x7C94 156-12
+sign \x70E5 134-16
+sign \x51A3 156-12
+sign \x8893 15-234
+sign \x5267 156-12
+sign \x57E7 156-12
+sign \x636E 156-12
+sign \x57FE 156-12
+sign \x8DDD 156-12
+sign \x8A4E 156-12
+sign \x60E7 156-12
+sign \x7123 156-12
+sign \x8DD9 156-12
+sign \x728B 156-12
+sign \x9245 156-12
+sign \x98D3 156-12
+sign \x8C66 156-12
+sign \x8661 156-12
+sign \x952F 156-12
+sign \x99CF 156-12
+sign \x805A 156-12
+sign \x6133 156-12
+sign \x5BE0 156-12
+sign \x7AAD 156-12
+sign \x5287 156-12
+sign \x52EE 156-12
+sign \x8E1E 156-12
+sign \x9B94 156-12
+sign \x5C66 156-12
+sign \x58C9 156-12
+sign \x64DA 156-12
+sign \x907D 156-12
+sign \x92F8 156-12
+sign \x6FBD 156-12
+sign \x61C5 156-12
+sign \x7AB6 156-12
+sign \x98B6 156-12
+sign \x5C68 156-12
+sign \x8C97 156-12
+sign \x7C34 156-12
+sign \x91B5 156-12
+sign \x8E86 156-12
+sign \x943B 156-12
+sign \x61FC 156-12
+sign \x7220 156-12
+sign \x59E2 156-1234
+sign \x6350 156-1234
+sign \x6D93 156-1234
+sign \x5A1F 156-1234
+sign \x688B 1256-1234
+sign \x74F9 156-1234
+sign \x8127 156-1234
+sign \x9E43 156-1234
+sign \x88D0 156-1234
+sign \x52EC 156-1234
+sign \x954C 156-1234
+sign \x92D7 1256-1234
+sign \x92D1 156-1234
+sign \x9799 1256-1234
+sign \x9D51 156-1234
+sign \x93B8 156-1234
+sign \x942B 156-1234
+sign \x8832 156-1234
+sign \x545F 156-12346
+sign \x5377 156-124
+sign \x5DFB 156-124
+sign \x57CD 156-12346
+sign \x6372 156-12346
+sign \x83E4 156-12346
+sign \x9529 156-12346
+sign \x9308 156-12346
+sign \x81C7 156-12346
+sign \x5946 156-124
+sign \x52B5 156-124
+sign \x5E23 156-12346
+sign \x5F2E 156-124
+sign \x5026 156-124
+sign \x72F7 156-124
+sign \x684A 156-124
+sign \x52CC 156-124
+sign \x6081 256-1234
+sign \x7EE2 156-124
+sign \x9104 156-124
+sign \x7737 156-124
+sign \x6DC3 156-124
+sign \x774A 156-124
+sign \x7F65 156-124
+sign \x96CB 156-1
+sign \x7D6D 156-124
+sign \x7760 156-124
+sign \x98EC 25-13456
+sign \x7D79 156-124
+sign \x8528 156-124
+sign \x617B 156-124
+sign \x990B 156-124
+sign \x7367 156-124
+sign \x7F82 156-124
+sign \x6485 156-234
+sign \x64A7 156-234
+sign \x5658 156-234
+sign \x5C69 156-234
+sign \x5C6B 156-234
+sign \x4E85 156-246
+sign \x5B52 156-246
+sign \x5B53 156-246
+sign \x592C 16-1245
+sign \x53CF 16-12456
+sign \x6C12 156-246
+sign \x51B3 156-246
+sign \x8BC0 156-246
+sign \x5214 156-246
+sign \x6289 156-246
+sign \x82B5 156-246
+sign \x5437 1256-24
+sign \x6C7A 156-246
+sign \x599C 256-24
+sign \x73A8 156-246
+sign \x73A6 156-246
+sign \x6CEC 156-246
+sign \x73CF 156-246
+sign \x6317 156-246
+sign \x7804 156-246
+sign \x8673 156-246
+sign \x75A6 156-246
+sign \x7EDD 156-246
+sign \x6354 156-246
+sign \x8697 156-246
+sign \x6B2E 156-246
+sign \x8D7D 156-246
+sign \x6398 156-246
+sign \x6877 156-246
+sign \x6B8C 156-246
+sign \x8990 156-246
+sign \x8DB9 156-246
+sign \x5D1B 156-246
+sign \x89D6 156-246
+sign \x8A23 156-246
+sign \x658D 156-246
+sign \x7106 156-246
+sign \x902B 156-246
+sign \x8D89 156-246
+sign \x53A5 156-246
+sign \x5095 156-246
+sign \x920C 156-246
+sign \x899A 156-246
+sign \x7D76 156-246
+sign \x7D55 156-246
+sign \x99C3 156-246
+sign \x7474 156-246
+sign \x5282 156-246
+sign \x52EA 156-246
+sign \x8C32 156-246
+sign \x957C 15-246
+sign \x8568 156-246
+sign \x855D 156-246
+sign \x7234 156-246
+sign \x5DA1 16-34
+sign \x5DA5 156-246
+sign \x9D03 156-246
+sign \x7357 156-246
+sign \x761A 156-246
+sign \x71A6 156-246
+sign \x6F4F 156-246
+sign \x61B0 156-246
+sign \x9D02 156-246
+sign \x749A 156-246
+sign \x6A5B 156-246
+sign \x6A5C 156-246
+sign \x61A0 156-246
+sign \x9562 156-246
+sign \x7235 156-246
+sign \x81C4 156-246
+sign \x87E8 156-246
+sign \x87E9 156-246
+sign \x8E77 156-246
+sign \x8E76 156-246
+sign \x8B4E 156-246
+sign \x7211 156-246
+sign \x9D8C 1356-123
+sign \x77CD 156-246
+sign \x89BA 156-246
+sign \x941D 156-246
+sign \x940D 156-246
+sign \x89FC 156-246
+sign \x721D 156-246
+sign \x704D 156-246
+sign \x652B 156-246
+sign \x9DE2 156-246
+sign \x7383 156-246
+sign \x6204 156-246
+sign \x5F4F 156-246
+sign \x6B14 156-246
+sign \x9FA3 156-246
+sign \x77E1 156-246
+sign \x8EA9 156-246
+sign \x8C9C 156-246
+sign \x9481 156-246
+sign \x5014 156-24
+sign \x519B 156-13
+sign \x5747 156-13
+sign \x62A3 256-16
+sign \x6C6E 156-13
+sign \x541B 156-13
+sign \x94A7 156-13
+sign \x8ECD 156-13
+sign \x8880 156-13
+sign \x8399 156-13
+sign \x8690 156-13
+sign \x83CC 156-13
+sign \x687E 156-13
+sign \x76B2 156-13
+sign \x921E 156-13
+sign \x7885 156-13
+sign \x7B60 156-13
+sign \x9281 156-13
+sign \x929E 156-13
+sign \x76B8 156-13
+sign \x89A0 156-13
+sign \x76B9 156-13
+sign \x9CAA 156-13
+sign \x9E87 1356-16
+sign \x9355 156-13
+sign \x9BB6 156-13
+sign \x9E8F 156-13
+sign \x9E95 156-13
+sign \x5441 156-1
+sign \x4FCA 156-1
+sign \x90E1 156-1
+sign \x9656 156-1
+sign \x6343 156-1
+sign \x57C8 156-1
+sign \x5CFB 156-1
+sign \x96BD 156-124
+sign \x9982 156-1
+sign \x6D5A 156-1
+sign \x9A8F 156-1
+sign \x73FA 156-1
+sign \x6659 156-1
+sign \x710C 156-1
+sign \x8470 156-1
+sign \x68DE 156-1
+sign \x756F 156-1
+sign \x7AE3 156-1
+sign \x8720 156-1
+sign \x7B9F 156-1
+sign \x7B98 156-1
+sign \x5101 156-1
+sign \x9915 156-1
+sign \x61CF 156-1
+sign \x5BEF 156-1
+sign \x71C7 156-1
+sign \x99FF 156-1
+sign \x9D54 156-1
+sign \x9D58 156-1
+sign \x9D55 156-1
+sign \x6508 156-1
+sign \x651F 156-1
+sign \x5494 13-2345
+sign \x5496 13-2345
+sign \x54E2 1236-15
+sign \x5580 13-2345
+sign \x8849 13-24
+sign \x5361 13-23456
+sign \x4F67 13-23456
+sign \x57B0 13-23456
+sign \x80E9 13-23456
+sign \x88C3 13-23456
+sign \x9272 13-23456
+sign \x5F00 13-12345
+sign \x5952 13-12345
+sign \x63E9 13-12345
+sign \x958B 13-12345
+sign \x950E 13-12345
+sign \x9426 13-12345
+sign \x5240 13-123456
+sign \x51EF 13-123456
+sign \x57B2 13-123456
+sign \x95FF 13-123456
+sign \x607A 13-123456
+sign \x94E0 13-123456
+sign \x8488 13-123456
+sign \x5274 13-123456
+sign \x51F1 13-123456
+sign \x6168 13-123456
+sign \x584F 13-123456
+sign \x6977 13-123456
+sign \x8F06 13-123456
+sign \x6137 13-123456
+sign \x669F 13-123456
+sign \x9534 13-123456
+sign \x9347 13-123456
+sign \x95D3 13-123456
+sign \x93A7 13-123456
+sign \x98BD 13-123456
+sign \x5FFE 13-1245
+sign \x708C 13-1245
+sign \x708F 25-1246
+sign \x6B2C 23456-1245
+sign \x70D7 13-1245
+sign \x52D3 13-1245
+sign \x5605 13-123456
+sign \x613E 13-1245
+sign \x938E 13-1245
+sign \x520A 13-1234
+sign \x681E 13-1234
+sign \x52D8 13-1234
+sign \x9F9B 13-1234
+sign \x582A 13-1234
+sign \x5D41 13-1234
+sign \x6221 13-1234
+sign \x9F95 13-1234
+sign \x519A 13-12346
+sign \x574E 13-12346
+sign \x4F83 13-12346
+sign \x780D 13-12346
+sign \x83B0 13-12346
+sign \x57F3 13-12346
+sign \x5058 13-12346
+sign \x60C2 13-12346
+sign \x6B3F 13-12346
+sign \x586A 13-12346
+sign \x6B41 13-12346
+sign \x69DB 13-12346
+sign \x8F21 13-12346
+sign \x8F41 234-1235
+sign \x6ABB 13-12346
+sign \x9851 13-12346
+sign \x8F57 13-12346
+sign \x7AF7 13-12346
+sign \x770B 13-124
+sign \x884E 13-124
+sign \x5D01 13-124
+sign \x5888 13-124
+sign \x961A 13-124
+sign \x78E1 13-124
+sign \x77B0 13-124
+sign \x77D9 13-124
+sign \x95F6 13-1345
+sign \x7C87 13-1345
+sign \x5EB7 13-1345
+sign \x5D7B 13-1345
+sign \x6F2E 13-1345
+sign \x6177 13-1345
+sign \x5ADD 13-1345
+sign \x69FA 13-1345
+sign \x7A45 13-1345
+sign \x7CE0 13-1345
+sign \x8EBF 13-1345
+sign \x93EE 13-1345
+sign \x9C47 13-1345
+sign \x625B 13-1456
+sign \x6443 13-1456
+sign \x4EA2 13-145
+sign \x531F 13-145
+sign \x4F09 13-145
+sign \x909F 13-145
+sign \x6297 13-145
+sign \x56E5 13-145
+sign \x72BA 1-13456
+sign \x5FFC 13-1345
+sign \x7095 13-145
+sign \x780A 13-1345
+sign \x94AA 13-145
+sign \x958C 13-1345
+sign \x9227 13-145
+sign \x5C3B 13-1235
+sign \x5D6A 13-1235
+sign \x9ADB 13-1235
+sign \x4E02 13-12356
+sign \x8003 13-12356
+sign \x6537 13-12356
+sign \x62F7 13-12356
+sign \x6D18 13-12356
+sign \x6832 13-12356
+sign \x70E4 13-12356
+sign \x85A7 13-12356
+sign \x94D0 13-125
+sign \x7292 13-125
+sign \x92AC 13-125
+sign \x9C93 13-125
+sign \x9760 13-125
+sign \x9BB3 13-125
+sign \x9BCC 13-125
+sign \x82DB 13-234
+sign \x533C 13-234
+sign \x73C2 13-234
+sign \x67EF 13-234
+sign \x8F72 13-234
+sign \x79D1 13-234
+sign \x80E2 13-234
+sign \x7241 13-234
+sign \x8DB7 13-234
+sign \x94B6 13-234
+sign \x75B4 13-234
+sign \x86B5 13-234
+sign \x842A 13-234
+sign \x68F5 13-234
+sign \x8EFB 13-234
+sign \x5D59 13-234
+sign \x75FE 13-234
+sign \x988F 13-234
+sign \x6415 13-234
+sign \x55D1 13-234
+sign \x7290 13-234
+sign \x7A1E 13-234
+sign \x9233 13-234
+sign \x7AA0 13-234
+sign \x8596 13-234
+sign \x69BC 13-234
+sign \x9897 13-234
+sign \x78D5 13-234
+sign \x778C 13-234
+sign \x874C 13-234
+sign \x6A16 13-234
+sign \x9826 13-234
+sign \x9198 13-234
+sign \x9846 13-234
+sign \x9AC1 13-234
+sign \x791A 13-234
+sign \x58F3 13-246
+sign \x54B3 13-246
+sign \x6BBB 13-246
+sign \x63E2 13-246
+sign \x7FD7 13-246
+sign \x5DB1 13-246
+sign \x53EF 13-2346
+sign \x5777 13-2346
+sign \x5CA2 13-2346
+sign \x70A3 13-2346
+sign \x6E07 13-2346
+sign \x6564 13-2346
+sign \x5D51 13-2346
+sign \x6E34 13-2346
+sign \x514B 13-24
+sign \x523B 13-24
+sign \x5159 124-126-13-24
+sign \x524B 13-24
+sign \x52C0 13-24
+sign \x52CA 13-24
+sign \x5CC7 24-2345
+sign \x606A 13-24
+sign \x5BA2 13-24
+sign \x5C05 13-24
+sign \x515B 135-1234-13-24
+sign \x8894 13-24
+sign \x8BFE 13-24
+sign \x5A14 13-24
+sign \x5801 13-24
+sign \x515E 12-1256-13-24
+sign \x6C2A 13-24
+sign \x9A92 13-24
+sign \x7F02 13-24
+sign \x5161 24-123456-13-24
+sign \x951E 13-24
+sign \x6E98 13-24
+sign \x6119 13-24
+sign \x78A6 13-24
+sign \x8AB2 13-24
+sign \x7DD9 13-24
+sign \x9301 13-24
+sign \x9A0D 13-24
+sign \x790A 13-24
+sign \x808E 13-136
+sign \x80AF 13-136
+sign \x80BB 13-136
+sign \x57A6 13-136
+sign \x6073 13-136
+sign \x5543 13-136
+sign \x8C64 13-136
+sign \x8C87 13-136
+sign \x9339 13-136
+sign \x58BE 13-136
+sign \x61C7 13-136
+sign \x63AF 13-1
+sign \x784D 13-1
+sign \x88C9 13-1
+sign \x8903 13-1
+sign \x52A5 13-135
+sign \x962C 13-135
+sign \x5751 13-135
+sign \x542D 13-135
+sign \x5994 13-135
+sign \x6333 13-135
+sign \x7841 13-135
+sign \x727C 13-135
+sign \x785C 13-135
+sign \x94FF 13-135
+sign \x787B 13-135
+sign \x8A99 13-135
+sign \x92B5 13-135
+sign \x935E 13-135
+sign \x93D7 13-135
+sign \x7A7A 136-135
+sign \x5025 136-135
+sign \x57EA 136-135
+sign \x5D06 136-135
+sign \x6DB3 136-135
+sign \x60BE 136-135
+sign \x787F 136-135
+sign \x7B9C 136-135
+sign \x8EBB 136-135
+sign \x9313 136-135
+sign \x9D7C 136-135
+sign \x5B54 136-1356
+sign \x6050 136-1356
+sign \x63A7 136-15
+sign \x979A 136-15
+sign \x62A0 13-134
+sign \x82A4 13-134
+sign \x770D 13-134
+sign \x527E 13-134
+sign \x6473 13-134
+sign \x5F44 13-134
+sign \x7798 13-134
+sign \x53E3 13-1346
+sign \x52B6 13-1346
+sign \x7AD8 1356-1236
+sign \x53E9 13-14
+sign \x6263 13-14
+sign \x6010 13-14
+sign \x6542 13-14
+sign \x5BBC 13-14
+sign \x51A6 13-14
+sign \x91E6 13-14
+sign \x5BC7 13-14
+sign \x7B58 13-14
+sign \x7A9B 13-14
+sign \x853B 13-14
+sign \x8532 13-14
+sign \x6EF1 13-14
+sign \x7789 13-14
+sign \x7C06 13-14
+sign \x9DC7 13-14
+sign \x625D 136-123
+sign \x77FB 136-123
+sign \x5233 136-123
+sign \x90C0 136-123
+sign \x67AF 136-123
+sign \x684D 136-123
+sign \x54ED 136-123
+sign \x5800 136-123
+sign \x5D2B 156-246
+sign \x8DCD 136-123
+sign \x5710 136-123
+sign \x7A9F 136-123
+sign \x9AB7 136-123
+sign \x82E6 136-1236
+sign \x72DC 136-1236
+sign \x695B 136-1236
+sign \x5E93 136-12
+sign \x4FC8 136-12
+sign \x7ED4 136-12
+sign \x79D9 136-12
+sign \x5EAB 136-12
+sign \x7105 136-12
+sign \x88B4 136-12
+sign \x55BE 136-12
+sign \x88E4 136-12
+sign \x7D5D 136-12
+sign \x7614 136-12
+sign \x9177 136-12
+sign \x8932 136-12
+sign \x9BAC 136-12
+sign \x56B3 136-12
+sign \x5938 136-2345
+sign \x59F1 136-2345
+sign \x6647 1256-12
+sign \x823F 136-2345
+sign \x8A87 136-2345
+sign \x4F89 136-23456
+sign \x57AE 136-23456
+sign \x54B5 136-23456
+sign \x9299 136-23456
+sign \x630E 136-245
+sign \x80EF 136-245
+sign \x8DE8 136-245
+sign \x9ABB 136-245
+sign \x84AF 136-123456
+sign \x64D3 136-123456
+sign \x5DDC 136-1245
+sign \x5726 136-34
+sign \x51F7 136-1245
+sign \x5757 136-1245
+sign \x5FEB 136-1245
+sign \x4FA9 136-1245
+sign \x90D0 136-1245
+sign \x54D9 136-1245
+sign \x72EF 136-1245
+sign \x810D 136-1245
+sign \x584A 136-1245
+sign \x7B77 136-1245
+sign \x9C99 136-1245
+sign \x58A4 2346-346
+sign \x5108 136-1245
+sign \x9136 136-1245
+sign \x736A 136-1245
+sign \x5EE5 136-1245
+sign \x81BE 136-1245
+sign \x65DD 136-1245
+sign \x7CE9 136-1245
+sign \x9C60 136-1245
+sign \x5BBD 136-1234
+sign \x5BDB 136-1234
+sign \x5BEC 136-1234
+sign \x9ACB 136-1234
+sign \x9467 136-13
+sign \x9AD6 136-1234
+sign \x68A1 136-12346
+sign \x6B35 136-12346
+sign \x6B3E 136-12346
+sign \x6B40 136-12346
+sign \x7ABD 136-12346
+sign \x7ABE 136-12346
+sign \x5321 136-1345
+sign \x90BC 136-1345
+sign \x52BB 136-1345
+sign \x8BD3 136-1345
+sign \x5329 136-1345
+sign \x54D0 136-1345
+sign \x6D2D 136-1345
+sign \x6047 136-1345
+sign \x7B50 136-1345
+sign \x8EED 136-1345
+sign \x7B7A 136-1345
+sign \x8A86 136-1345
+sign \x6282 136-1456
+sign \x72C2 136-1456
+sign \x72C5 136-1456
+sign \x8BF3 136-1456
+sign \x8ED6 136-1456
+sign \x8EE0 136-1456
+sign \x8A91 136-1456
+sign \x9D5F 136-1456
+sign \x593C 136-13456
+sign \x5123 136-13456
+sign \x61ED 136-13456
+sign \x909D 136-145
+sign \x5739 136-145
+sign \x7EA9 136-145
+sign \x65F7 136-145
+sign \x51B5 136-145
+sign \x77FF 136-145
+sign \x5CB2 136-145
+sign \x6CC1 136-145
+sign \x663F 136-145
+sign \x8D36 136-145
+sign \x6846 136-145
+sign \x783F 136-145
+sign \x7716 136-145
+sign \x7736 136-145
+sign \x7D4B 136-145
+sign \x8EE6 136-145
+sign \x8CBA 136-145
+sign \x7D56 136-145
+sign \x9271 136-145
+sign \x92DB 136-145
+sign \x913A 136-145
+sign \x58D9 136-145
+sign \x9ECB 136-145
+sign \x66E0 136-145
+sign \x61EC 136-145
+sign \x720C 136-145
+sign \x7926 136-145
+sign \x77CC 136-145
+sign \x7A6C 136-145
+sign \x7E8A 136-145
+sign \x945B 136-145
+sign \x4E8F 136-345
+sign \x5232 136-345
+sign \x5CBF 136-345
+sign \x609D 136-345
+sign \x76D4 136-345
+sign \x7AA5 136-345
+sign \x8067 136-345
+sign \x7ABA 136-345
+sign \x8667 136-345
+sign \x985D 136-345
+sign \x95DA 136-345
+sign \x862C 136-345
+sign \x594E 136-346
+sign \x6646 136-346
+sign \x9035 136-346
+sign \x9804 136-346
+sign \x9997 136-346
+sign \x9108 136-346
+sign \x63C6 136-346
+sign \x8475 136-346
+sign \x55B9 136-346
+sign \x9A99 136-346
+sign \x694F 136-346
+sign \x6951 136-346
+sign \x668C 136-346
+sign \x9B41 136-346
+sign \x6223 136-346
+sign \x777D 136-346
+sign \x8770 136-346
+sign \x982F 136-346
+sign \x85C8 136-346
+sign \x6AC6 136-346
+sign \x9377 136-346
+sign \x9368 136-346
+sign \x9A24 136-346
+sign \x8637 136-346
+sign \x5914 136-346
+sign \x8641 136-346
+sign \x5DD9 1234-1256
+sign \x8EA8 136-346
+sign \x5C2F 136-34
+sign \x5080 136-3456
+sign \x980D 136-3456
+sign \x8DEC 136-3456
+sign \x7143 136-3456
+sign \x78C8 136-3456
+sign \x8E5E 136-3456
+sign \x537C 26-12
+sign \x532E 136-34
+sign \x6B33 136-1245
+sign \x8489 136-34
+sign \x559F 136-34
+sign \x9988 136-34
+sign \x6E83 136-34
+sign \x6126 136-34
+sign \x6127 136-34
+sign \x5ABF 136-34
+sign \x5331 136-34
+sign \x7786 16-34
+sign \x8069 136-34
+sign \x806D 136-34
+sign \x8562 136-1245
+sign \x5633 136-34
+sign \x7BD1 136-34
+sign \x6F70 136-34
+sign \x6192 136-34
+sign \x5B07 136-34
+sign \x6A3B 136-34
+sign \x8B09 136-34
+sign \x993D 136-34
+sign \x8075 136-34
+sign \x7C23 136-34
+sign \x7C44 136-34
+sign \x9400 136-34
+sign \x994B 136-34
+sign \x5DCB 136-345
+sign \x944E 136-34
+sign \x5764 136-13
+sign \x6606 136-13
+sign \x5812 136-13
+sign \x83CE 136-13
+sign \x665C 136-13
+sign \x5D10 136-13
+sign \x5D11 136-13
+sign \x7311 136-13
+sign \x5803 136-13
+sign \x88C8 136-13
+sign \x5A6B 136-13
+sign \x7428 136-13
+sign \x9AE0 136-13
+sign \x711C 136-13
+sign \x9AE1 136-13
+sign \x9E4D 136-13
+sign \x951F 136-13
+sign \x88E9 136-13
+sign \x9AE8 136-13
+sign \x5C21 136-13
+sign \x872B 136-13
+sign \x6F49 136-13
+sign \x890C 136-13
+sign \x747B 136-13
+sign \x918C 136-13
+sign \x71B4 136-13
+sign \x9315 136-13
+sign \x9CB2 136-13
+sign \x9A09 136-13
+sign \x81D7 136-1234
+sign \x9D7E 136-13
+sign \x9BE4 136-13
+sign \x9DA4 136-13
+sign \x6346 136-136
+sign \x9603 136-136
+sign \x6083 136-136
+sign \x58F8 136-136
+sign \x68B1 136-136
+sign \x7975 136-136
+sign \x7871 136-136
+sign \x7A07 136-136
+sign \x88CD 136-136
+sign \x58FC 136-136
+sign \x7A1B 136-136
+sign \x7D91 136-136
+sign \x95AB 136-136
+sign \x95B8 136-136
+sign \x56F0 136-1
+sign \x6D83 136-1
+sign \x774F 136-1
+sign \x6269 136-24
+sign \x62E1 136-24
+sign \x62EC 136-24
+sign \x681D 16-2345
+sign \x6870 16-2345
+sign \x8440 136-24
+sign \x843F 136-24
+sign \x86DE 136-24
+sign \x7B48 136-24
+sign \x9614 136-24
+sign \x7140 1356-123
+sign \x5ED3 136-24
+sign \x5F49 16-234
+sign \x564B 2346-13
+sign \x9822 136-24
+sign \x9AFA 136-24
+sign \x64F4 136-24
+sign \x979F 136-24
+sign \x95CA 136-24
+sign \x6FF6 136-24
+sign \x5F4D 16-234
+sign \x97D5 136-24
+sign \x9729 136-24
+sign \x61D6 16-234
+sign \x97B9 136-24
+sign \x9B20 136-24
+sign \x5783 123-2345
+sign \x62C9 123-2345
+sign \x67C6 123-2345
+sign \x83C8 123-2345
+sign \x5566 123-2345
+sign \x7FCB 123-2345
+sign \x641A 123-2345
+sign \x78D6 123-2345
+sign \x908B 123-2345
+sign \x65EF 123-2456
+sign \x524C 123-245
+sign \x782C 123-2456
+sign \x63E6 123-2456
+sign \x5587 123-23456
+sign \x85DE 123-23456
+sign \x56B9 123-23456
+sign \x814A 123-245
+sign \x6E82 123-245
+sign \x694B 123-245
+sign \x63E7 123-245
+sign \x8FA2 123-245
+sign \x8721 123-245
+sign \x874B 123-245
+sign \x760C 123-245
+sign \x8FA3 123-245
+sign \x8772 123-245
+sign \x9B0E 123-245
+sign \x81D8 123-245
+sign \x74CE 123-245
+sign \x9574 123-245
+sign \x9BFB 123-245
+sign \x881F 123-245
+sign \x945E 123-245
+sign \x97A1 123-2345
+sign \x6765 123-12456
+sign \x4F86 123-12456
+sign \x4FEB 123-12456
+sign \x83B1 123-12456
+sign \x90F2 123-12456
+sign \x5D03 123-12456
+sign \x5008 123-12456
+sign \x5F95 123-12456
+sign \x6D9E 123-12456
+sign \x840A 123-12456
+sign \x68BE 123-12456
+sign \x9028 123-12456
+sign \x553B 123-1245
+sign \x5D0D 123-12456
+sign \x5FA0 123-12456
+sign \x730D 123-12456
+sign \x5EB2 123-12456
+sign \x6DF6 123-12456
+sign \x5A61 123-12456
+sign \x741C 123-12456
+sign \x68F6 123-12456
+sign \x94FC 123-12456
+sign \x7B59 123-12456
+sign \x7B82 123-12456
+sign \x9338 123-12456
+sign \x9842 123-1245
+sign \x9A0B 123-12456
+sign \x9D86 123-12456
+sign \x9EB3 123-12456
+sign \x9BE0 123-12456
+sign \x52D1 123-1245
+sign \x8D49 123-1245
+sign \x7750 123-1245
+sign \x8D56 123-1245
+sign \x775E 123-1245
+sign \x8CDA 123-1245
+sign \x8ABA 134-123
+sign \x983C 123-1245
+sign \x8CF4 123-1245
+sign \x6FD1 123-1245
+sign \x9D63 123-1245
+sign \x765E 123-1245
+sign \x650B 123-245
+sign \x85FE 123-1245
+sign \x7C41 123-1245
+sign \x702C 123-1245
+sign \x7028 123-1245
+sign \x6AF4 123-245
+sign \x7669 123-1245
+sign \x8970 123-1245
+sign \x7C5F 123-1245
+sign \x5170 123-1246
+sign \x5C9A 123-1246
+sign \x62E6 123-1246
+sign \x680F 123-1246
+sign \x5A6A 123-1246
+sign \x847B 123-1246
+sign \x5D50 123-1246
+sign \x9611 123-1246
+sign \x84DD 123-1246
+sign \x8C30 123-1246
+sign \x53B1 123-1246
+sign \x6F9C 123-1246
+sign \x8934 123-1246
+sign \x7BEE 123-1246
+sign \x5116 123-1246
+sign \x6593 123-1246
+sign \x85CD 123-1246
+sign \x95CC 123-1246
+sign \x9567 123-1246
+sign \x71F7 123-1246
+sign \x71E3 123-1246
+sign \x61E2 123-1246
+sign \x8955 123-1246
+sign \x74BC 123-1246
+sign \x8B4B 123-1246
+sign \x8964 123-1246
+sign \x6514 123-1246
+sign \x862D 123-1246
+sign \x5E71 123-1246
+sign \x7C43 123-1246
+sign \x7046 123-1246
+sign \x703E 123-1246
+sign \x7E7F 123-1246
+sign \x6B04 123-1246
+sign \x6595 123-1246
+sign \x7937 123-1246
+sign \x8974 123-1246
+sign \x56D2 123-1246
+sign \x7C63 123-1246
+sign \x7061 123-1246
+sign \x6B17 123-1246
+sign \x8E9D 123-1246
+sign \x8B95 123-1246
+sign \x946D 123-1246
+sign \x897D 123-1246
+sign \x9484 123-1246
+sign \x97CA 123-1246
+sign \x89C8 123-12346
+sign \x6D68 123-12346
+sign \x63FD 123-12346
+sign \x7F06 123-12346
+sign \x6984 123-12346
+sign \x7F71 123-12346
+sign \x6F24 123-12346
+sign \x9182 123-12346
+sign \x58C8 123-12346
+sign \x89A7 123-12346
+sign \x61D2 123-12346
+sign \x64E5 123-12346
+sign \x61F6 123-12346
+sign \x5B3E 123-12346
+sign \x5B44 123-12346
+sign \x89BD 123-12346
+sign \x5B4F 123-12346
+sign \x652C 123-12346
+sign \x7060 123-12346
+sign \x6B16 123-12346
+sign \x7226 123-12346
+sign \x7E9C 123-12346
+sign \x70C2 123-124
+sign \x6EE5 123-124
+sign \x71D7 123-124
+sign \x58CF 123-124
+sign \x5682 123-124
+sign \x6FEB 123-124
+sign \x7201 123-124
+sign \x862B 123-1246
+sign \x74D3 123-124
+sign \x721B 123-124
+sign \x7224 123-124
+sign \x7CF7 123-124
+sign \x5577 123-1345
+sign \x90CE 123-1456
+sign \x52C6 123-1456
+sign \x90DE 123-1456
+sign \x72FC 123-1456
+sign \x9606 123-1456
+sign \x6B34 123-1456
+sign \x7405 123-1456
+sign \x84C8 123-1456
+sign \x6879 123-1456
+sign \x658F 123-1456
+sign \x5ECA 123-1456
+sign \x5ACF 123-1456
+sign \x746F 123-1456
+sign \x6994 123-1456
+sign \x7860 123-1456
+sign \x9512 123-1456
+sign \x7A02 123-1456
+sign \x7B64 123-1456
+sign \x8246 123-1456
+sign \x90D2 123-1456
+sign \x8782 123-1456
+sign \x8EB4 123-1456
+sign \x95AC 123-1456
+sign \x92C3 123-1456
+sign \x93AF 123-1456
+sign \x99FA 1235-1456
+sign \x60A2 1235-145
+sign \x6717 123-13456
+sign \x6716 123-13456
+sign \x70FA 123-13456
+sign \x84E2 123-13456
+sign \x5871 123-13456
+sign \x6A03 123-1456
+sign \x8A8F 123-13456
+sign \x6724 123-13456
+sign \x57CC 123-145
+sign \x5D00 123-145
+sign \x6D6A 123-145
+sign \x8497 123-145
+sign \x5525 123-156
+sign \x635E 123-1235
+sign \x7CA9 123-1235
+sign \x6488 123-1235
+sign \x52B3 123-1256
+sign \x52B4 123-1256
+sign \x7262 123-1256
+sign \x72EB 123-12356
+sign \x7A82 123-1256
+sign \x54F0 123-1256
+sign \x5D02 123-1256
+sign \x6D76 123-1256
+sign \x94F9 123-1256
+sign \x75E8 123-1256
+sign \x52DE 123-1256
+sign \x50D7 123-1256
+sign \x562E 123-1256
+sign \x5D97 123-1256
+sign \x61A6 123-125
+sign \x6725 123-1256
+sign \x61A5 123-1256
+sign \x78F1 123-1256
+sign \x7646 123-1256
+sign \x91AA 123-1256
+sign \x87E7 123-1256
+sign \x7C29 123-1256
+sign \x9412 123-1256
+sign \x985F 123-1256
+sign \x9ADD 123-1256
+sign \x8002 123-12356
+sign \x8001 123-12356
+sign \x4F6C 123-12356
+sign \x8356 123-12356
+sign \x54BE 123-12356
+sign \x6045 123-12356
+sign \x59E5 123-12356
+sign \x73EF 123-12356
+sign \x6833 123-12356
+sign \x7853 123-12356
+sign \x94D1 123-12356
+sign \x86EF 123-12356
+sign \x92A0 123-12356
+sign \x6A51 123-12356
+sign \x9BB1 123-12356
+sign \x8F51 123-1256
+sign \x5520 123-125
+sign \x70D9 123-125
+sign \x6D9D 123-125
+sign \x8022 123-125
+sign \x916A 123-125
+sign \x55E0 123-125
+sign \x5AEA 123-1256
+sign \x8EBC 123-125
+sign \x6F87 123-125
+sign \x6A6F 123-125
+sign \x802E 123-125
+sign \x8EC2 123-125
+sign \x4EC2 123-24
+sign \x961E 123-24
+sign \x6250 123-24
+sign \x827B 123-24
+sign \x53FB 123-24
+sign \x4E50 123-24
+sign \x6C3B 123-24
+sign \x5FC7 123-24
+sign \x738F 123-24
+sign \x6CD0 123-24
+sign \x7AFB 123-24
+sign \x7833 123-24
+sign \x52D2 123-24
+sign \x97F7 123-24
+sign \x7C15 123-24
+sign \x9CD3 123-24
+sign \x9C33 123-24
+sign \x4E86 123-35
+sign \x9979 123-35
+sign \x990E 123-24
+sign \x96F7 123-346
+sign \x8502 123-346
+sign \x5AD8 123-346
+sign \x7F27 123-346
+sign \x757E 123-346
+sign \x6A91 123-346
+sign \x7E32 123-346
+sign \x956D 123-346
+sign \x74C3 123-346
+sign \x6AD1 123-346
+sign \x7FB8 123-346
+sign \x7927 123-346
+sign \x8632 123-346
+sign \x7F4D 123-346
+sign \x9433 123-346
+sign \x8F60 123-346
+sign \x9741 123-346
+sign \x58E8 123-346
+sign \x8646 123-346
+sign \x9C69 123-346
+sign \x6B19 123-346
+sign \x7E9D 123-346
+sign \x9F3A 123-346
+sign \x8012 123-3456
+sign \x53BD 123-3456
+sign \x8BD4 123-3456
+sign \x5792 123-3456
+sign \x5841 123-3456
+sign \x7D6B 123-3456
+sign \x50AB 123-3456
+sign \x8A84 123-3456
+sign \x854C 123-3456
+sign \x6A0F 123-346
+sign \x78CA 123-3456
+sign \x857E 123-3456
+sign \x78E5 123-3456
+sign \x5121 123-3456
+sign \x85DF 123-3456
+sign \x58D8 123-3456
+sign \x7657 123-3456
+sign \x77CB 123-3456
+sign \x6AD0 123-3456
+sign \x7928 123-3456
+sign \x7E8D 123-34
+sign \x881D 123-3456
+sign \x7045 123-3456
+sign \x863D 123-3456
+sign \x8B84 123-3456
+sign \x513D 123-3456
+sign \x9458 123-346
+sign \x9E13 123-3456
+sign \x9478 123-3456
+sign \x808B 123-34
+sign \x6CEA 123-34
+sign \x7C7B 123-34
+sign \x6D21 123-3456
+sign \x6D99 123-34
+sign \x7D2F 123-34
+sign \x6DDA 123-34
+sign \x9179 123-34
+sign \x9287 123-34
+sign \x981B 123-34
+sign \x982A 123-34
+sign \x64C2 123-34
+sign \x9311 123-34
+sign \x6502 123-346
+sign \x790C 123-346
+sign \x98A3 123-34
+sign \x985E 123-34
+sign \x7E87 123-34
+sign \x8631 123-34
+sign \x79B7 123-34
+sign \x561E 123-3
+sign \x5844 123-156
+sign \x68F1 123-156
+sign \x695E 123-156
+sign \x7890 123-156
+sign \x7A1C 123-156
+sign \x8E1C 123-15
+sign \x8590 123-156
+sign \x51B7 123-1356
+sign \x580E 123-15
+sign \x6123 123-15
+sign \x7756 123-15
+sign \x550E 1235-126
+sign \x5215 1235-126
+sign \x5398 1235-126
+sign \x8372 1235-126
+sign \x5253 1235-126
+sign \x72F8 1235-126
+sign \x79BB 1235-126
+sign \x9A8A 1235-126
+sign \x740D 1235-126
+sign \x83DE 1235-126
+sign \x68B8 1235-126
+sign \x74FC 1235-126-26-23456
+sign \x68A8 1235-126
+sign \x7281 1235-126
+sign \x60A1 1235-126
+sign \x9E42 1235-126
+sign \x55B1 1235-126
+sign \x68C3 1235-126
+sign \x7282 1235-126
+sign \x527A 1235-126
+sign \x84E0 1235-126
+sign \x7505 1235-126-26-23456
+sign \x870A 1235-126
+sign \x775D 1235-126
+sign \x7B63 1235-126
+sign \x8243 1235-126
+sign \x6F13 1235-126
+sign \x7F21 1235-126
+sign \x7483 1235-126
+sign \x5B77 1235-126
+sign \x5AE0 1235-126
+sign \x6A06 1235-126
+sign \x8C8D 1235-126
+sign \x7AF0 1235-126-124-135
+sign \x76E0 1235-126
+sign \x729B 1235-126
+sign \x853E 1235-126
+sign \x92EB 1235-126
+sign \x9ECE 1235-126
+sign \x9CA1 1235-126
+sign \x7CCE 1235-126
+sign \x8935 1235-126
+sign \x7F79 1235-126
+sign \x9305 1235-126
+sign \x7BF1 1235-126
+sign \x7E2D 1235-126
+sign \x91A8 1235-126
+sign \x87CD 1235-126
+sign \x8B27 1235-126
+sign \x91D0 1235-126
+sign \x85DC 1235-126
+sign \x569F 1235-126
+sign \x908C 1235-126
+sign \x9BCF 1235-126
+sign \x96E2 1235-126
+sign \x6584 1235-126
+sign \x9D79 1235-126
+sign \x9BEC 1235-126
+sign \x93EB 1235-126
+sign \x9EE7 1235-126
+sign \x863A 1235-126
+sign \x56C4 1235-126
+sign \x882B 1235-126
+sign \x7055 1235-126
+sign \x8821 1235-1236
+sign \x5EF2 1235-126
+sign \x5B4B 1235-126
+sign \x9457 1235-126
+sign \x5299 1235-126
+sign \x77D6 125-1236
+sign \x7A72 1235-126
+sign \x7C6C 1235-126
+sign \x7E9A 1235-126
+sign \x9A6A 1235-126
+sign \x9E1D 1235-126
+sign \x9C7A 1235-126
+sign \x793C 1235-1236
+sign \x674E 1235-1236
+sign \x91CC 1235-1236
+sign \x5CDB 1235-1236
+sign \x4FDA 1235-1236
+sign \x9026 1235-1236
+sign \x54E9 1235-1236
+sign \x5CF2 1235-1236
+sign \x6D6C 1235-1236
+sign \x5A0C 1235-1236
+sign \x7406 1235-1236
+sign \x9502 1235-1236
+sign \x88E1 1235-1236
+sign \x8C4A 1235-1236
+sign \x88CF 1235-1236
+sign \x7CB4 1235-1236
+sign \x92F0 1235-1236
+sign \x9CA4 1235-1236
+sign \x6FA7 1235-1236
+sign \x79AE 1235-1236
+sign \x9BC9 1235-1236
+sign \x87F8 1235-1236
+sign \x91B4 1235-1236
+sign \x9CE2 1235-1236
+sign \x9090 1235-1236
+sign \x6B10 1235-1236
+sign \x9C67 1235-1236
+sign \x6B1A 1235-1236
+sign \x529B 1235-12
+sign \x5386 1235-12
+sign \x5389 1235-12
+sign \x5C74 1235-12
+sign \x7ACB 1235-12
+sign \x6738 1235-12
+sign \x540F 1235-12
+sign \x575C 1235-12
+sign \x82C8 1235-12
+sign \x53D3 1235-12
+sign \x4E3D 1235-12
+sign \x52B1 1235-12
+sign \x5456 1235-12
+sign \x5229 1235-12
+sign \x6CA5 1235-12
+sign \x82D9 1235-12
+sign \x67A5 1235-12
+sign \x5CA6 1235-12
+sign \x4F8B 1235-12
+sign \x75A0 1235-12
+sign \x6CB4 1235-12
+sign \x623E 1235-12
+sign \x96B6 1235-12
+sign \x8D72 1235-12
+sign \x8318 1235-12
+sign \x8354 1235-12
+sign \x6803 1235-12
+sign \x680E 1235-12
+sign \x90E6 1235-12
+sign \x7805 1235-12
+sign \x8F79 1235-12
+sign \x4FEA 1235-12
+sign \x4FD0 1235-12
+sign \x75AC 1235-12
+sign \x73D5 1235-12
+sign \x8389 1235-12
+sign \x8385 1235-12
+sign \x6835 1235-12
+sign \x681B 1235-12
+sign \x6817 1235-12
+sign \x783A 1235-12
+sign \x783E 1235-12
+sign \x79DD 1235-12
+sign \x7301 1235-12
+sign \x6D96 1235-12
+sign \x60A7 1235-12
+sign \x5A33 1235-12
+sign \x5A6F 1235-12
+sign \x86CE 1235-12
+sign \x86B8 1235-12
+sign \x5533 1235-12
+sign \x7B20 1235-12
+sign \x8137 1235-12
+sign \x7C9D 1235-12
+sign \x7C92 1235-12
+sign \x60B7 1235-12
+sign \x68D9 1235-12
+sign \x53A4 1235-12
+sign \x96F3 1235-12
+sign \x8DDE 1235-12
+sign \x86E0 1235-12
+sign \x8A48 1235-12
+sign \x5088 1235-12
+sign \x51D3 1235-12
+sign \x75E2 1235-12
+sign \x585B 1235-12
+sign \x642E 1235-12
+sign \x849A 1235-12
+sign \x849E 1235-12
+sign \x53AF 1235-12
+sign \x9CE8 1235-12
+sign \x925D 1235-12
+sign \x6EA7 1235-12
+sign \x6144 1235-12
+sign \x746E 1235-12
+sign \x53B2 1235-12
+sign \x6B74 1235-12
+sign \x66A6 1235-12
+sign \x8727 1235-12
+sign \x7D9F 1235-12
+sign \x96B7 1235-12
+sign \x52F5 1235-12
+sign \x6B77 1235-12
+sign \x66C6 1235-12
+sign \x7BE5 1235-12
+sign \x9D17 1235-12
+sign \x9B01 1235-12
+sign \x96B8 1235-12
+sign \x6AAA 1235-12
+sign \x78FF 1235-12
+sign \x5DC1 1235-12
+sign \x7658 1235-12
+sign \x6FFF 1235-12
+sign \x6AD4 1235-12
+sign \x66DE 1235-12
+sign \x8807 1235-12
+sign \x72A1 1235-12
+sign \x512E 1235-12
+sign \x7204 1235-12
+sign \x79B2 1235-12
+sign \x74C5 1235-12
+sign \x58E2 1235-12
+sign \x650A 1235-12
+sign \x85F6 1235-12
+sign \x6ADF 1235-12
+sign \x9E97 1235-12
+sign \x792A 1235-12
+sign \x56A6 1235-12
+sign \x701D 1235-12
+sign \x74D1 1235-12
+sign \x6AEA 1235-12
+sign \x792B 1235-12
+sign \x8823 1235-12
+sign \x76AA 1235-12
+sign \x7CF2 1235-12
+sign \x720F 1235-12
+sign \x76ED 1235-12
+sign \x9DC5 1235-12
+sign \x9148 1235-12
+sign \x7930 1235-12
+sign \x5137 1235-12
+sign \x7667 1235-12
+sign \x9E9C 1235-12
+sign \x6526 1235-12
+sign \x8F62 1235-12
+sign \x56C7 1235-12
+sign \x8F63 1235-12
+sign \x8B88 1235-12
+sign \x652D 1235-12
+sign \x9742 1235-12
+sign \x74E5 1235-12
+sign \x9C71 1235-12
+sign \x974B 1235-12
+sign \x74C8 1235-126
+sign \x5AFE 1235-1246
+sign \x5941 1235-1246
+sign \x8FDE 1235-1246
+sign \x601C 1235-1246
+sign \x5E18 1235-1246
+sign \x83B2 1235-1246
+sign \x9023 1235-1246
+sign \x6D9F 1235-1246
+sign \x68BF 1235-1246
+sign \x8054 1235-1246
+sign \x88E2 1235-1246
+sign \x84EE 1235-1246
+sign \x55F9 1235-1246
+sign \x5EC9 1235-1246
+sign \x4EB7 1235-1246
+sign \x6F23 1235-1246
+sign \x6E93 1235-1246
+sign \x6169 1235-1246
+sign \x899D 1235-1246
+sign \x5332 1235-1246
+sign \x5969 1235-1246
+sign \x7191 1235-1246
+sign \x8068 1235-1246
+sign \x806B 1235-1246
+sign \x78CF 1235-1246
+sign \x5333 1235-1246
+sign \x5652 1235-1246
+sign \x9CA2 1235-1246
+sign \x5286 1235-1246
+sign \x6190 1235-1246
+sign \x8933 1235-1246
+sign \x806E 1235-1246
+sign \x8595 1235-1246
+sign \x878A 1235-1246
+sign \x6FC2 1235-1246
+sign \x6FD3 1235-1246
+sign \x7FF4 1235-1246
+sign \x7E3A 1235-1246
+sign \x806F 1235-1246
+sign \x6AE3 1235-1246
+sign \x8E65 1235-1246
+sign \x81C1 1235-1246
+sign \x8B30 1235-1246
+sign \x71EB 1235-1246
+sign \x9570 1235-1246
+sign \x938C 1235-1246
+sign \x880A 1235-1246
+sign \x7C3E 1235-1246
+sign \x9B11 1235-1246
+sign \x8B67 1235-1246
+sign \x942E 1235-1246
+sign \x9C31 1235-1246
+sign \x7C62 1235-1246
+sign \x7C68 1235-1246
+sign \x740F 1235-12346
+sign \x655B 1235-12346
+sign \x8138 1235-12346
+sign \x88E3 1235-12346
+sign \x7489 1235-12346
+sign \x8539 1235-12346
+sign \x69E4 1235-1246
+sign \x5B1A 1235-12346
+sign \x913B 1235-12346
+sign \x6582 1235-12346
+sign \x6B5B 1235-12346
+sign \x81C9 1235-12346
+sign \x895D 1235-12346
+sign \x7FB7 1235-12346
+sign \x861E 1235-12346
+sign \x861D 1235-12346
+sign \x7EC3 1235-124
+sign \x70BC 1235-124
+sign \x604B 1235-124
+sign \x6D70 1235-124
+sign \x6B93 1235-124
+sign \x581C 1235-124
+sign \x8430 1235-124
+sign \x94FE 1235-124
+sign \x50C6 1235-1246
+sign \x6E45 1235-124
+sign \x5AA1 1235-124
+sign \x7453 1235-124
+sign \x6459 1235-12346
+sign \x695D 1235-124
+sign \x7149 1235-124
+sign \x6F4B 1235-124
+sign \x7A34 125-1246
+sign \x7DF4 1235-124
+sign \x932C 1235-124
+sign \x6FB0 1235-124
+sign \x6BAE 1235-124
+sign \x934A 1235-124
+sign \x93C8 1235-124
+sign \x9C0A 1235-124
+sign \x7032 1235-124
+sign \x6200 1235-124
+sign \x7E9E 1235-124
+sign \x7C17 1235-1345
+sign \x826F 1235-1456
+sign \x4FCD 1235-1456
+sign \x83A8 1235-1456
+sign \x51C9 1235-1456
+sign \x6DBC 1235-1456
+sign \x6881 1235-1456
+sign \x690B 1235-1456
+sign \x8F8C 1235-1456
+sign \x870B 123-1456
+sign \x7CAE 1235-1456
+sign \x7CB1 1235-1456
+sign \x589A 1235-1456
+sign \x7DA1 1235-1456
+sign \x6A11 1235-1456
+sign \x8F2C 1235-1456
+sign \x7CE7 1235-1456
+sign \x51AB 245-135
+sign \x4E21 1235-13456
+sign \x4E24 1235-13456
+sign \x5169 1235-13456
+sign \x4FE9 1235-23456
+sign \x5521 1235-13456
+sign \x5006 1235-13456
+sign \x639A 1235-13456
+sign \x5562 1235-13456
+sign \x813C 1235-13456
+sign \x88F2 1235-13456
+sign \x873D 1235-13456
+sign \x7DC9 1235-13456
+sign \x9B49 1235-13456
+sign \x9B4E 1235-13456
+sign \x4EAE 1235-145
+sign \x54F4 1235-145
+sign \x8C05 1235-145
+sign \x8F86 1235-145
+sign \x9753 1235-145
+sign \x91CF 1235-145
+sign \x667E 1235-145
+sign \x55A8 1235-145
+sign \x6E78 1235-145
+sign \x8F0C 1235-145
+sign \x7177 126-2346
+sign \x8E09 1235-145
+sign \x975A 1235-145
+sign \x8F1B 1235-145
+sign \x8AD2 1235-145
+sign \x9344 1235-145
+sign \x8E7D 1235-1235
+sign \x8FBD 1235-1256
+sign \x7597 1235-1256
+sign \x804A 1235-1256
+sign \x5D7A 1235-1256
+sign \x50DA 1235-1256
+sign \x818B 1235-1256
+sign \x6F3B 1235-1256
+sign \x6180 1235-1256
+sign \x5BE5 1235-1256
+sign \x64A9 1235-1235
+sign \x907C 1235-1256
+sign \x6579 1235-1256
+sign \x5639 1235-1256
+sign \x5D9A 1235-1256
+sign \x5D9B 1235-1256
+sign \x7360 1235-1256
+sign \x6F66 1235-1256
+sign \x61AD 1235-12356
+sign \x5BEE 1235-1256
+sign \x5AFD 1235-1256
+sign \x7F2D 1235-1256
+sign \x7499 1235-1256
+sign \x66B8 1235-1256
+sign \x81AB 1235-1256
+sign \x71CE 1235-1256
+sign \x7AB7 1235-1256
+sign \x9E69 1235-1256
+sign \x7642 1235-1256
+sign \x7AC2 1235-1256
+sign \x85D4 1235-1256
+sign \x8CFF 1235-1256
+sign \x8E58 1235-1256
+sign \x87DF 1235-1256
+sign \x7C1D 1235-1256
+sign \x8C42 1235-1256
+sign \x5EEB 1235-1256
+sign \x5C6A 1235-1256
+sign \x7E5A 1235-1256
+sign \x957D 1235-12356
+sign \x720E 1235-1256
+sign \x9ACE 1235-1256
+sign \x98C9 1235-1256
+sign \x9DEF 1235-1256
+sign \x948C 1235-12356
+sign \x91D5 1235-12356
+sign \x911D 1235-12356
+sign \x84FC 1235-12356
+sign \x7212 1235-12356
+sign \x5C25 1235-125
+sign \x5C26 1235-125
+sign \x7093 1235-125
+sign \x6599 1235-125
+sign \x5C1E 1235-1256
+sign \x6482 1235-125
+sign \x5ED6 1235-125
+sign \x77AD 1235-12356
+sign \x87C9 1235-146
+sign \x9563 1235-125
+sign \x9410 1235-125
+sign \x6BDF 246-234
+sign \x6318 1235-2346
+sign \x54A7 1235-2346
+sign \x57D3 1235-24
+sign \x5217 1235-24
+sign \x52A3 1235-24
+sign \x52A6 125-246
+sign \x52BD 1235-24
+sign \x51BD 1235-24
+sign \x6312 1235-24
+sign \x8322 1235-24
+sign \x8FFE 1235-24
+sign \x59F4 1235-24
+sign \x5CE2 1235-1236
+sign \x6D0C 1235-24
+sign \x57D2 1235-24
+sign \x70EE 1235-24
+sign \x70C8 1235-24
+sign \x6D56 1235-24
+sign \x6369 1235-24
+sign \x811F 1235-24
+sign \x730E 1235-24
+sign \x731F 1235-24
+sign \x88C2 1235-24
+sign \x86DA 1235-24
+sign \x8D94 1235-24
+sign \x8057 1235-24
+sign \x7759 1235-24
+sign \x716D 1235-24
+sign \x98B2 1235-24
+sign \x5DE4 1235-24
+sign \x9D37 1235-24
+sign \x9BA4 1235-24
+sign \x5120 1235-24
+sign \x64F8 1235-24
+sign \x7375 1235-24
+sign \x72A3 1235-24
+sign \x7209 123-245
+sign \x9B1B 1235-24
+sign \x8E90 1235-24
+sign \x9B23 1235-24
+sign \x9C72 1235-24
+sign \x62CE 1235-13
+sign \x53B8 1235-16
+sign \x90BB 1235-16
+sign \x6797 1235-16
+sign \x4E34 1235-16
+sign \x5549 1235-16
+sign \x5D0A 1235-16
+sign \x6DCB 1235-16
+sign \x60CF 1235-16
+sign \x7433 1235-16
+sign \x667D 1235-16
+sign \x7CA6 1235-16
+sign \x7884 1235-16
+sign \x7B96 1235-16
+sign \x9130 1235-16
+sign \x7CBC 1235-16
+sign \x96A3 1235-16
+sign \x5D99 1235-16
+sign \x735C 1235-16
+sign \x9074 1235-16
+sign \x6F7E 1235-16
+sign \x7498 1235-16
+sign \x9716 1235-16
+sign \x8F9A 1235-16
+sign \x66BD 1235-16
+sign \x65B4 1235-16
+sign \x71D0 1235-16
+sign \x81E8 1235-16
+sign \x78F7 1235-16
+sign \x77B5 1235-16
+sign \x7584 1235-16
+sign \x9E90 1235-16
+sign \x7FF7 1235-16
+sign \x7E57 1235-16
+sign \x8F54 1235-16
+sign \x8E78 1235-1
+sign \x58E3 1235-16
+sign \x93FB 1235-16
+sign \x9CDE 1235-16
+sign \x7036 1235-16
+sign \x9A4E 1235-16
+sign \x9C57 1235-16
+sign \x9E9F 1235-16
+sign \x83FB 1235-136
+sign \x649B 1235-136
+sign \x51DB 1235-136
+sign \x51DC 1235-136
+sign \x5EEA 1235-136
+sign \x5EE9 1235-136
+sign \x6F9F 1235-136
+sign \x61D4 1235-136
+sign \x61CD 1235-136
+sign \x6AA9 1235-136
+sign \x6A81 1235-136
+sign \x9872 123-12346
+sign \x541D 1235-1
+sign \x6061 1235-1
+sign \x8D41 1235-1
+sign \x608B 1235-1
+sign \x711B 1235-1
+sign \x8CC3 1235-1
+sign \x4E83 1235-1
+sign \x853A 1235-1
+sign \x50EF 1235-136
+sign \x6A49 1235-1
+sign \x95B5 1235-1
+sign \x81A6 1235-1
+sign \x7510 1235-1
+sign \x85FA 1235-1
+sign \x8E8F 1235-1
+sign \x8E99 1235-1
+sign \x8F65 1235-1
+sign \x8EAA 1235-1
+sign \x4F36 1235-156
+sign \x5222 1235-156
+sign \x7075 1235-156
+sign \x963E 1235-156
+sign \x590C 1235-156
+sign \x577D 1235-156
+sign \x82D3 1235-156
+sign \x5CBA 1235-156
+sign \x56F9 1235-156
+sign \x5F7E 1235-156
+sign \x72D1 1235-156
+sign \x6CE0 1235-156
+sign \x59C8 1235-156
+sign \x73B2 1235-156
+sign \x67C3 1235-156
+sign \x6624 1235-156
+sign \x74F4 1235-156
+sign \x670E 1235-156
+sign \x7831 1235-156
+sign \x94C3 1235-156
+sign \x79E2 1235-156
+sign \x5030 123-15
+sign \x768A 1235-156
+sign \x9E30 1235-156
+sign \x51CC 1235-156
+sign \x7ADB 1235-156
+sign \x888A 1235-1356
+sign \x9675 1235-156
+sign \x740C 1235-156
+sign \x6395 1235-156
+sign \x8046 1235-156
+sign \x83F1 1235-156
+sign \x68C2 1235-156
+sign \x86C9 1235-156
+sign \x5D1A 1235-156
+sign \x7B2D 1235-156
+sign \x8851 1235-156
+sign \x8232 1235-156
+sign \x7FCE 1235-156
+sign \x7F9A 1235-156
+sign \x6DE9 1235-156
+sign \x5A48 1235-156
+sign \x7EEB 1235-156
+sign \x7D37 1235-156
+sign \x8EE8 1235-156
+sign \x8DC9 1235-156
+sign \x8A45 1235-156
+sign \x797E 1235-156
+sign \x84E4 1235-156
+sign \x96F6 1235-156
+sign \x9F84 1235-156
+sign \x959D 1235-156
+sign \x9234 1235-156
+sign \x88EC 1235-156
+sign \x8506 1235-156
+sign \x7DBE 1235-156
+sign \x99D6 1235-156
+sign \x8F18 1235-156
+sign \x970A 1235-156
+sign \x8576 1235-156
+sign \x9717 1235-156
+sign \x9E77 1235-156
+sign \x9302 1235-156
+sign \x9D12 1235-156
+sign \x9CAE 1235-156
+sign \x9B7F 1235-156
+sign \x6FAA 1235-156
+sign \x971D 1235-156
+sign \x971B 1235-156
+sign \x9F62 1235-156
+sign \x71EF 1235-156
+sign \x9143 1235-156
+sign \x9BEA 1235-156
+sign \x702E 1235-156
+sign \x8626 1235-156
+sign \x5B41 1235-156
+sign \x9F61 1235-156
+sign \x6AFA 1235-156
+sign \x91BD 1235-156
+sign \x9748 1235-156
+sign \x6B1E 1235-156
+sign \x9EA2 1235-156
+sign \x7227 1235-156
+sign \x9F97 1235-156
+sign \x5CAD 1235-1356
+sign \x9886 1235-1356
+sign \x9818 1235-1356
+sign \x5DBA 1235-1356
+sign \x53E6 1235-15
+sign \x4EE4 1235-15
+sign \x5464 1235-15
+sign \x70A9 1235-15
+sign \x6E9C 1235-134
+sign \x7198 1235-134
+sign \x5218 1235-146
+sign \x6CA0 1235-146
+sign \x7544 1235-146
+sign \x6D4F 1235-146
+sign \x7559 1235-146
+sign \x6D41 1235-146
+sign \x7409 1235-146
+sign \x65C8 1235-146
+sign \x7571 1235-146
+sign \x786B 1235-146
+sign \x88D7 1235-146
+sign \x84A5 1235-146
+sign \x84C5 1235-146
+sign \x5D67 1235-146
+sign \x998F 1235-146
+sign \x65D2 1235-146
+sign \x5AB9 1235-146
+sign \x9A9D 1235-146
+sign \x7460 1235-146
+sign \x69B4 1235-146
+sign \x98D7 1235-146
+sign \x99E0 1235-146
+sign \x78C2 1235-146
+sign \x954F 1235-146
+sign \x9E60 1235-146
+sign \x5289 1235-146
+sign \x7624 1235-146
+sign \x746C 1235-146
+sign \x74A2 1235-146
+sign \x6A4A 1235-146
+sign \x7581 1235-146
+sign \x9560 1235-146
+sign \x99F5 1235-146
+sign \x7645 1235-146
+sign \x85F0 1235-146
+sign \x56A0 1235-146
+sign \x93A6 1235-146
+sign \x993E 1235-146
+sign \x9E8D 1235-146
+sign \x700F 1235-146
+sign \x938F 1235-146
+sign \x61F0 1235-146
+sign \x93D0 1235-146
+sign \x98C0 1235-146
+sign \x9A2E 1235-146
+sign \x9402 1235-146
+sign \x9C21 1235-146
+sign \x98C5 1235-146
+sign \x9DB9 1235-146
+sign \x9A51 1235-146
+sign \x73CB 1235-1346
+sign \x67F3 1235-1346
+sign \x6801 1235-1346
+sign \x685E 1235-1346
+sign \x687A 1235-1346
+sign \x7EFA 1235-1346
+sign \x950D 1235-1346
+sign \x7DB9 1235-1346
+sign \x7F76 1235-1346
+sign \x92F6 1235-1346
+sign \x71AE 1235-1346
+sign \x6A6E 1235-1346
+sign \x7F80 1235-1346
+sign \x5B3C 1235-1346
+sign \x516D 1235-14
+sign \x586F 1235-14
+sign \x905B 1235-14
+sign \x5EC7 1235-14
+sign \x6F91 1235-134
+sign \x78DF 1235-14
+sign \x9E68 1235-14
+sign \x8E53 1235-134
+sign \x9724 1235-14
+sign \x96E1 1235-14
+sign \x9B38 1235-14
+sign \x98C2 1235-1256
+sign \x9DDA 1235-14
+sign \x56D6 1236-246
+sign \x9F99 1236-156
+sign \x830F 1236-156
+sign \x5499 1236-156
+sign \x6CF7 1236-156
+sign \x73D1 1236-156
+sign \x680A 1236-156
+sign \x663D 1236-156
+sign \x80E7 1236-156
+sign \x783B 1236-156
+sign \x772C 1236-156
+sign \x7ADC 1236-156
+sign \x804B 1236-156
+sign \x7B3C 1236-156
+sign \x9686 1236-156
+sign \x6E70 1236-156
+sign \x856F 1236-156
+sign \x69DE 1236-156
+sign \x5D90 1236-156
+sign \x6F0B 1236-156
+sign \x7BED 1236-156
+sign \x7643 1236-156
+sign \x9F8D 1236-156
+sign \x7ABF 1236-156
+sign \x93E7 1236-156
+sign \x8622 1236-156
+sign \x9733 1236-156
+sign \x56A8 1236-156
+sign \x5DC3 1236-156
+sign \x5DC4 1236-156
+sign \x7027 1236-156
+sign \x74CF 1236-156
+sign \x6AF3 1236-156
+sign \x66E8 1236-156
+sign \x6727 1236-156
+sign \x7216 1236-156
+sign \x7932 1236-156
+sign \x77D3 1236-156
+sign \x9F92 1236-156
+sign \x7931 1236-156
+sign \x8971 1236-156
+sign \x9F93 1236-156
+sign \x882C 1236-156
+sign \x7C60 1236-156
+sign \x807E 1236-156
+sign \x882A 1236-156
+sign \x8E98 1236-156
+sign \x8C45 1236-156
+sign \x9747 1236-156
+sign \x9468 1236-156
+sign \x9A61 1236-156
+sign \x9E17 1236-156
+sign \x9647 1236-1356
+sign \x5785 1236-1356
+sign \x62E2 1236-1356
+sign \x5784 1236-1356
+sign \x5131 1236-1356
+sign \x96B4 1236-1356
+sign \x58E0 1236-1356
+sign \x650F 1236-1356
+sign \x5FBF 1236-15
+sign \x58DF 1236-1356
+sign \x7AC9 1236-1356
+sign \x6887 1236-15
+sign \x7866 1236-15
+sign \x8856 125-145
+sign \x8D1A 1236-15
+sign \x779C 123-134
+sign \x5A04 123-146
+sign \x5A41 123-146
+sign \x507B 12356-1236
+sign \x848C 123-146
+sign \x6E87 123-146
+sign \x697C 123-146
+sign \x50C2 12356-1236
+sign \x851E 123-146
+sign \x9071 123-146
+sign \x560D 123-25
+sign \x5ED4 123-146
+sign \x617A 123-146
+sign \x8027 123-146
+sign \x6A13 123-146
+sign \x877C 123-146
+sign \x81A2 12356-126
+sign \x71A1 123-146
+sign \x802C 123-146
+sign \x87BB 123-146
+sign \x825B 123-146
+sign \x9AC5 123-146
+sign \x8EC1 123-146
+sign \x8B31 123-146
+sign \x97BB 123-146
+sign \x9ACF 123-146
+sign \x6402 123-1346
+sign \x5D5D 123-1346
+sign \x587F 123-1346
+sign \x645F 123-1346
+sign \x5D81 123-1346
+sign \x6F0A 123-146
+sign \x750A 123-1346
+sign \x7BD3 123-1346
+sign \x7C0D 123-1346
+sign \x964B 123-14
+sign \x5C5A 123-14
+sign \x9542 123-14
+sign \x7618 123-14
+sign \x6F0F 123-14
+sign \x763B 123-14
+sign \x763A 123-14
+sign \x93E4 123-14
+sign \x55BD 123-25
+sign \x64B8 1236-123
+sign \x565C 1236-123
+sign \x6C07 1236-1236
+sign \x8B22 1236-123
+sign \x64FC 1236-123
+sign \x5695 1236-123
+sign \x5362 1236-126
+sign \x82A6 1236-126
+sign \x5E90 1236-126
+sign \x5786 1236-126
+sign \x67A6 1236-126
+sign \x7089 1236-126
+sign \x6CF8 1236-126
+sign \x680C 1236-126
+sign \x8F73 1236-126
+sign \x80EA 1236-126
+sign \x9E2C 1236-126
+sign \x822E 1236-126
+sign \x9885 1236-126
+sign \x823B 1236-126
+sign \x7388 1236-126
+sign \x9229 1236-126
+sign \x9C88 1236-126
+sign \x9B72 1236-126
+sign \x76E7 1236-126
+sign \x74B7 1236-126
+sign \x58DA 1236-126
+sign \x650E 1236-126
+sign \x8606 1236-126
+sign \x56A7 1236-126
+sign \x7379 1236-126
+sign \x5EEC 1236-126
+sign \x7018 1236-126
+sign \x74D0 1236-126
+sign \x6AE8 1236-126
+sign \x81DA 1236-126
+sign \x7210 1236-126
+sign \x77D1 1236-126
+sign \x8826 1236-126
+sign \x7F4F 1236-126
+sign \x7C5A 1236-126
+sign \x826B 1236-126
+sign \x7E91 1236-126
+sign \x8F64 1236-126
+sign \x946A 1236-126
+sign \x9871 1236-126
+sign \x9AD7 1236-126
+sign \x9E15 1236-126
+sign \x9C78 1236-126
+sign \x9EF8 1236-126
+sign \x5364 1236-1236
+sign \x864F 1236-1236
+sign \x635B 12356-1236
+sign \x6314 12356-1236
+sign \x63B3 1236-1236
+sign \x9E75 1236-1236
+sign \x7875 1236-1236
+sign \x9C81 1236-1236
+sign \x865C 1236-1236
+sign \x5877 1236-1236
+sign \x84FE 1236-1236
+sign \x6EF7 1236-1236
+sign \x6A10 1236-1236
+sign \x9B6F 1236-1236
+sign \x6F9B 1236-1236
+sign \x64C4 1236-1236
+sign \x6A79 1236-1236
+sign \x78E0 1236-1236
+sign \x9565 1236-1236
+sign \x7002 1236-1236
+sign \x6AD3 1236-1236
+sign \x8263 1236-1236
+sign \x93C0 1236-1236
+sign \x826A 1236-1236
+sign \x942A 1236-1236
+sign \x9465 1236-1236
+sign \x5725 1236-12
+sign \x752A 1236-12
+sign \x9646 1236-12
+sign \x5774 1236-12
+sign \x4F93 1236-12
+sign \x5F55 1236-12
+sign \x5F54 1236-12
+sign \x5CCD 1236-12
+sign \x52CE 1236-12
+sign \x8F82 1236-12
+sign \x8D42 1236-12
+sign \x9678 1236-12
+sign \x83C9 1236-12
+sign \x7849 1236-12
+sign \x9E7F 1236-12
+sign \x6DD5 1236-12
+sign \x6E0C 1236-12
+sign \x6DE5 1236-12
+sign \x902F 1236-12
+sign \x5A3D 1236-12
+sign \x7FCF 1235-14
+sign \x742D 1236-12
+sign \x6902 1236-12
+sign \x7984 1236-12
+sign \x797F 1236-12
+sign \x8F05 1236-12
+sign \x788C 1236-12
+sign \x8CC2 1236-12
+sign \x7769 1236-12
+sign \x8DEF 1236-12
+sign \x7A11 1236-12
+sign \x50C7 1236-12
+sign \x76DD 1236-12
+sign \x5279 1236-12
+sign \x52E0 1236-12
+sign \x5876 1236-12
+sign \x645D 1236-12
+sign \x850D 1236-12
+sign \x7B93 1236-12
+sign \x5ED8 1236-12
+sign \x7CB6 1236-12
+sign \x6F09 1236-12
+sign \x8DA2 1236-12
+sign \x6A1A 1236-12
+sign \x9181 1236-12
+sign \x8F98 1236-12
+sign \x8E1B 1236-12
+sign \x8194 1236-12
+sign \x819F 12356-12
+sign \x89EE 1236-12
+sign \x719D 1236-12
+sign \x622E 1236-12
+sign \x8557 1236-12
+sign \x7A4B 1236-12
+sign \x9334 1236-12
+sign \x9332 1236-12
+sign \x9304 1236-12
+sign \x6F5E 1236-12
+sign \x7490 1236-12
+sign \x87B0 1236-12
+sign \x7C0F 1236-12
+sign \x9D3C 1236-12
+sign \x9A04 1236-12
+sign \x8F46 1236-12
+sign \x9E6D 1236-12
+sign \x8E57 1236-12
+sign \x7C36 1236-12
+sign \x9D71 1236-12
+sign \x9E93 1236-12
+sign \x7C35 1236-12
+sign \x7C2C 1236-12
+sign \x9D66 1236-12
+sign \x93D5 1236-12
+sign \x9BE5 1236-12
+sign \x9A3C 1236-12
+sign \x9732 1236-12
+sign \x93F4 1236-12
+sign \x7C59 1236-12
+sign \x89FB 1235-12
+sign \x8642 1236-12
+sign \x9DFA 1236-12
+sign \x6C0C 1236-1236
+sign \x5CE6 1236-1246
+sign \x5B6A 1236-1246
+sign \x5A08 1236-1246
+sign \x683E 1236-1246
+sign \x631B 1236-1246
+sign \x9E3E 1236-1246
+sign \x8114 1236-1246
+sign \x6EE6 1236-1246
+sign \x92AE 1236-1246
+sign \x9D49 1236-1246
+sign \x571D 1236-1246
+sign \x5971 1236-1246
+sign \x5DD2 1236-1246
+sign \x5B7F 1236-1246
+sign \x5B4C 1236-1246
+sign \x6B12 1236-1246
+sign \x66EB 1236-1246
+sign \x7053 1236-1246
+sign \x6523 1236-1246
+sign \x7F89 1236-1246
+sign \x81E0 1236-1246
+sign \x864A 1236-1246
+sign \x571E 1236-1246
+sign \x7064 1236-1246
+sign \x947E 1236-1246
+sign \x7674 1236-1246
+sign \x9E1E 1236-1246
+sign \x7675 1236-1246
+sign \x5375 1236-12346
+sign \x4E71 1236-124
+sign \x91E0 1236-124
+sign \x4E82 1236-124
+sign \x858D 26-124
+sign \x63A0 12356-24
+sign \x5BFD 12356-12
+sign \x5260 135-156
+sign \x7A24 12356-24
+sign \x64FD 12356-24
+sign \x62A1 1236-13
+sign \x6384 1236-13
+sign \x4ED1 1236-16
+sign \x4F26 1236-16
+sign \x56F5 1236-16
+sign \x6CA6 1236-16
+sign \x7EB6 1236-16
+sign \x8F6E 1236-16
+sign \x4F96 1236-1
+sign \x502B 1236-16
+sign \x966F 1236-16
+sign \x83D5 1236-16
+sign \x5D18 1236-16
+sign \x5D19 1236-16
+sign \x5707 1236-16
+sign \x6DEA 1236-16
+sign \x60C0 1236-16
+sign \x5A68 1236-16
+sign \x68C6 1236-16
+sign \x8140 1236-16
+sign \x7896 1236-16
+sign \x55E7 15-2345-1236-16
+sign \x8023 1236-16
+sign \x8726 1236-16
+sign \x7DB8 1236-16
+sign \x8F2A 1236-16
+sign \x8E1A 1236-16
+sign \x78EE 1236-16
+sign \x9300 1236-16
+sign \x9BE9 1236-16
+sign \x7A10 1236-136
+sign \x8BBA 1236-1
+sign \x57E8 1236-136
+sign \x6EA3 1236-1
+sign \x8AD6 1236-1
+sign \x5570 1236-234
+sign \x9831 1236-234
+sign \x7F57 1236-246
+sign \x841D 1236-246
+sign \x903B 1236-246
+sign \x8136 1236-246
+sign \x7321 1236-246
+sign \x6924 1236-246
+sign \x8161 1236-246
+sign \x9523 1236-246
+sign \x7BA9 1236-246
+sign \x9AA1 1236-246
+sign \x9559 1236-246
+sign \x87BA 1236-246
+sign \x7F85 1236-246
+sign \x93CD 1236-246
+sign \x89B6 1236-246
+sign \x9A3E 1236-246
+sign \x89BC 1236-246
+sign \x5138 1236-246
+sign \x863F 1236-246
+sign \x908F 1236-246
+sign \x7380 1236-246
+sign \x6B0F 1236-246
+sign \x9A58 1236-246
+sign \x9E01 1236-246
+sign \x7C6E 1236-246
+sign \x947C 1236-246
+sign \x9960 1236-246
+sign \x5246 1236-2346
+sign \x7822 1236-2346
+sign \x502E 1236-2346
+sign \x84CF 1236-2346
+sign \x88F8 1236-2346
+sign \x8EB6 1236-2346
+sign \x7630 1236-2346
+sign \x8803 1236-2346
+sign \x81DD 1236-2346
+sign \x651E 1236-246
+sign \x66EA 1236-2346
+sign \x7673 1236-2346
+sign \x6CFA 1236-24
+sign \x8366 1236-24
+sign \x5CC8 1236-24
+sign \x6D1B 1236-24
+sign \x7EDC 1236-24
+sign \x9A86 1236-24
+sign \x73DE 1236-24
+sign \x6D1C 1236-24
+sign \x843D 1236-24
+sign \x7B3F 1236-24
+sign \x7D61 1236-24
+sign \x645E 1236-24
+sign \x96D2 1236-24
+sign \x7296 1236-24
+sign \x6F2F 1236-24
+sign \x9BA5 1236-24
+sign \x9D45 1236-24
+sign \x6FFC 1236-24
+sign \x7E99 1236-24
+sign \x9C73 123-24
+sign \x56C9 1236-234
+sign \x9A74 12356-126
+sign \x95FE 12356-126
+sign \x6988 12356-126
+sign \x99BF 12356-126
+sign \x95AD 12356-126
+sign \x6C00 12356-126
+sign \x85D8 12356-126
+sign \x6ADA 12356-126
+sign \x66E5 1236-126
+sign \x9DDC 123-146
+sign \x9A62 12356-126
+sign \x5415 12356-1236
+sign \x5442 12356-1236
+sign \x90D8 12356-1236
+sign \x4FA3 12356-1236
+sign \x4FB6 12356-1236
+sign \x634B 12356-1236
+sign \x68A0 12356-1236
+sign \x65C5 12356-1236
+sign \x7112 12356-1236
+sign \x7963 12356-1236
+sign \x94DD 12356-1236
+sign \x7A06 12356-1236
+sign \x5C61 12356-1236
+sign \x7F15 12356-1236
+sign \x7D7D 12356-1236
+sign \x92C1 12356-1236
+sign \x8182 12356-1236
+sign \x891B 12356-1236
+sign \x5C62 12356-1236
+sign \x5C65 12356-1236
+sign \x8190 12356-1236
+sign \x8938 12356-1236
+sign \x7A5E 12356-1236
+sign \x5122 12356-1236
+sign \x7E37 12356-1236
+sign \x7A6D 12356-1236
+sign \x578F 12356-12
+sign \x5F8B 12356-12
+sign \x8651 12356-12
+sign \x54F7 1235-24
+sign \x7387 12356-12
+sign \x7EFF 12356-12
+sign \x844E 12356-12
+sign \x5D42 12356-12
+sign \x6C2F 12356-12
+sign \x6EE4 12356-12
+sign \x7DD1 1236-12
+sign \x7DA0 12356-12
+sign \x616E 12356-12
+sign \x7BBB 12356-12
+sign \x52F4 12356-12
+sign \x7E42 12356-12
+sign \x6FFE 12356-12
+sign \x6AD6 12356-12
+sign \x7208 12356-12
+sign \x535B 12356-12
+sign \x9462 12356-12
+sign \x7565 12356-24
+sign \x7567 12356-24
+sign \x950A 12356-24
+sign \x5719 12356-24
+sign \x92DD 12356-24
+sign \x92E2 12356-24
+sign \x5988 246-2345
+sign \x5ABD 246-2345
+sign \x9EBB 246-2456
+sign \x55CE 246-356
+sign \x75F2 246-2456
+sign \x75F3 1235-16
+sign \x8534 246-2456
+sign \x5AF2 246-2345
+sign \x7298 246-2456
+sign \x87C7 246-2456
+sign \x87C6 246-2456
+sign \x9A6C 246-23456
+sign \x72B8 246-23456
+sign \x739B 246-23456
+sign \x7801 246-23456
+sign \x8682 246-23456
+sign \x99AC 246-23456
+sign \x508C 246-245
+sign \x9064 246-23456
+sign \x7341 246-23456
+sign \x6EA4 246-23456
+sign \x746A 246-23456
+sign \x78BC 246-23456
+sign \x879E 246-23456
+sign \x93B7 246-23456
+sign \x9DCC 246-23456
+sign \x9C22 246-23456
+sign \x6769 246-245
+sign \x7943 246-245
+sign \x9581 246-245
+sign \x9A82 246-245
+sign \x7770 246-245
+sign \x69AA 246-245
+sign \x79A1 246-245
+sign \x7F75 246-245
+sign \x99E1 246-245
+sign \x7923 2456-24
+sign \x9B15 246-245
+sign \x5417 246-356
+sign \x561B 246-356
+sign \x57CB 246-12456
+sign \x85B6 246-12456
+sign \x973E 246-12456
+sign \x4E70 246-123456
+sign \x836C 246-123456
+sign \x8CB7 246-123456
+sign \x8552 246-123456
+sign \x562A 246-123456
+sign \x9DF6 246-123456
+sign \x52A2 246-1245
+sign \x8FC8 246-1245
+sign \x9EA6 246-1245
+sign \x58F2 246-1245
+sign \x4F45 246-1245
+sign \x5356 246-1245
+sign \x8109 246-1245
+sign \x551B 246-1245
+sign \x8108 246-1245
+sign \x9EA5 246-1245
+sign \x8847 246-1245
+sign \x52F1 246-1245
+sign \x561C 246-1245
+sign \x8CE3 246-1245
+sign \x9081 246-1245
+sign \x9721 246-1245
+sign \x9722 246-1245
+sign \x989F 246-1234
+sign \x9862 246-1234
+sign \x59CF 246-1246
+sign \x6097 246-1246
+sign \x86EE 246-1246
+sign \x9992 246-1246
+sign \x6172 246-1246
+sign \x6A20 246-1246
+sign \x7792 246-1246
+sign \x9794 246-1246
+sign \x779E 246-1246
+sign \x9945 246-1246
+sign \x9CD7 246-1246
+sign \x9B17 246-1246
+sign \x9B18 246-1246
+sign \x9C3B 246-1246
+sign \x77D5 246-12346
+sign \x883B 246-1246
+sign \x5C58 246-12346
+sign \x774C 2456-12346
+sign \x6E80 246-12346
+sign \x6EE1 246-12346
+sign \x6EFF 246-12346
+sign \x87A8 246-12346
+sign \x87CE 246-12346
+sign \x93CB 246-12346
+sign \x66FC 246-124
+sign \x9124 246-124
+sign \x50C8 246-124
+sign \x8C29 246-124
+sign \x5881 246-124
+sign \x6471 246-1246
+sign \x8504 246-124
+sign \x8513 246-124
+sign \x5E54 246-124
+sign \x734C 246-124
+sign \x6F2B 246-124
+sign \x6162 246-124
+sign \x5ADA 246-124
+sign \x7F26 246-124
+sign \x69FE 246-1246
+sign \x71B3 246-124
+sign \x6FAB 246-124
+sign \x9558 246-124
+sign \x6FB7 246-124
+sign \x7E35 246-124
+sign \x8B3E 246-124
+sign \x93DD 246-124
+sign \x8630 246-124
+sign \x7264 246-1345
+sign \x9099 246-1456
+sign \x8292 246-1456
+sign \x5402 246-1456
+sign \x6C52 246-1456
+sign \x5FD9 246-1456
+sign \x6767 246-1456
+sign \x5C28 246-1456
+sign \x6757 246-1456
+sign \x753F 246-1456
+sign \x76F2 246-1456
+sign \x6C13 246-1456
+sign \x832B 246-1456
+sign \x5396 246-1456
+sign \x7B00 246-1456
+sign \x607E 246-1456
+sign \x54E4 246-1456
+sign \x72F5 246-1456
+sign \x5EAC 246-1456
+sign \x6D5D 246-1456
+sign \x5A0F 246-1456
+sign \x786D 246-1456
+sign \x94D3 246-1456
+sign \x727B 246-1456
+sign \x91EF 246-1456
+sign \x671A 126-1345
+sign \x75DD 246-1456
+sign \x86D6 246-1456
+sign \x92E9 246-1456
+sign \x99F9 246-1456
+sign \x8609 246-1456
+sign \x83BD 246-13456
+sign \x83BE 246-13456
+sign \x833B 246-13456
+sign \x58FE 246-13456
+sign \x6F2D 246-13456
+sign \x87D2 246-13456
+sign \x880E 246-13456
+sign \x732B 246-1235
+sign \x8C93 246-1235
+sign \x6BDB 246-1256
+sign \x77DB 246-1256
+sign \x8306 246-1256
+sign \x8305 246-1256
+sign \x6786 246-1256
+sign \x7266 246-1256
+sign \x7F5E 246-1256
+sign \x65C4 246-1256
+sign \x8EDE 246-1256
+sign \x9155 246-1256
+sign \x6E35 246-1256
+sign \x5825 246-1256
+sign \x5D4D 26-12
+sign \x951A 246-1256
+sign \x9AE6 246-1256
+sign \x7DE2 2456-1256
+sign \x6C02 246-1256
+sign \x9AF3 246-1256
+sign \x8765 246-1256
+sign \x9328 246-1256
+sign \x87CA 246-1256
+sign \x9D9C 246-1256
+sign \x5187 246-12356
+sign \x536F 246-12356
+sign \x5918 246-12356
+sign \x623C 246-12356
+sign \x5CC1 246-12356
+sign \x6CD6 246-12356
+sign \x6634 246-12356
+sign \x94C6 246-12356
+sign \x7B37 246-12356
+sign \x84E9 246-12356
+sign \x925A 246-12356
+sign \x5183 246-125
+sign \x82BC 246-125
+sign \x7683 246-125
+sign \x8302 246-125
+sign \x770A 246-125
+sign \x5192 246-125
+sign \x8D38 246-125
+sign \x8004 246-125
+sign \x8992 246-125
+sign \x88A4 246-125
+sign \x911A 246-125
+sign \x5E3D 246-125
+sign \x8CBF 246-125
+sign \x5AA2 246-125
+sign \x7441 246-125
+sign \x6959 246-125
+sign \x6BF7 246-125
+sign \x734F 246-125
+sign \x6693 246-125
+sign \x6117 246-125
+sign \x8C8C 246-125
+sign \x912E 246-125
+sign \x7780 246-125
+sign \x8750 246-125
+sign \x61CB 246-125
+sign \x973F 246-156
+sign \x5B6D 2456-234
+sign \x5692 246-35
+sign \x6FF9 246-24
+sign \x56B0 246-35
+sign \x7666 246-24
+sign \x4E48 246-35
+sign \x5E85 246-35
+sign \x9EBD 246-35
+sign \x9EBC 246-35
+sign \x6C92 246-346
+sign \x6CA1 246-346
+sign \x73AB 246-346
+sign \x82FA 246-346
+sign \x679A 246-346
+sign \x6802 246-346
+sign \x7709 246-346
+sign \x8393 246-346
+sign \x8104 246-346
+sign \x73FB 246-346
+sign \x6885 246-346
+sign \x8122 246-346
+sign \x90FF 246-346
+sign \x5833 246-346
+sign \x847F 246-346
+sign \x5D4B 246-346
+sign \x7742 246-346
+sign \x7338 246-346
+sign \x6E48 246-346
+sign \x6E44 246-346
+sign \x5A92 246-346
+sign \x7442 246-346
+sign \x6973 246-346
+sign \x6963 246-346
+sign \x815C 246-346
+sign \x7164 246-346
+sign \x7996 246-346
+sign \x9176 246-346
+sign \x69D1 246-346
+sign \x9545 246-346
+sign \x587A 246-346
+sign \x9E5B 246-346
+sign \x9709 246-346
+sign \x92C2 246-346
+sign \x5FBE 246-346
+sign \x9387 246-346
+sign \x77C0 246-346
+sign \x6517 246-346
+sign \x862A 246-346
+sign \x9DA5 246-346
+sign \x9EF4 246-346
+sign \x6BCE 246-3456
+sign \x6BCF 246-3456
+sign \x51C2 246-3456
+sign \x7F8E 246-3456
+sign \x6334 246-3456
+sign \x6D7C 246-3456
+sign \x5D44 246-3456
+sign \x6E3C 246-3456
+sign \x5A84 246-3456
+sign \x5ABA 246-3456
+sign \x9541 246-3456
+sign \x5B0D 246-3456
+sign \x8EBE 246-3456
+sign \x71D8 246-3456
+sign \x9382 246-3456
+sign \x9EE3 246-3456
+sign \x62BA 246-34
+sign \x6CAC 246-34
+sign \x59B9 246-34
+sign \x6627 246-34
+sign \x8882 246-34
+sign \x7959 246-34
+sign \x771B 246-34
+sign \x8DCA 246-34
+sign \x9B3D 246-34
+sign \x75D7 246-34
+sign \x5BD0 246-34
+sign \x5A9A 246-34
+sign \x715D 246-34
+sign \x7778 246-34
+sign \x9B45 246-34
+sign \x97CE 246-34
+sign \x875E 246-34
+sign \x7BC3 246-34
+sign \x569C 246-35
+sign \x691A 246-13
+sign \x95E8 246-16
+sign \x626A 246-16
+sign \x9580 246-16
+sign \x9494 246-16
+sign \x9585 246-16
+sign \x636B 246-16
+sign \x83DB 246-16
+sign \x748A 246-16
+sign \x9346 246-16
+sign \x864B 246-16
+sign \x95F7 246-1
+sign \x7116 246-1
+sign \x60B6 246-1
+sign \x66AA 246-1
+sign \x71DC 246-1
+sign \x61D1 246-1
+sign \x61E3 246-1
+sign \x4EEC 246-2
+sign \x5011 246-2
+sign \x64DD 246-135
+sign \x867B 246-156
+sign \x8394 246-156
+sign \x51A1 246-156
+sign \x63B9 246-135
+sign \x840C 246-156
+sign \x8499 246-156
+sign \x76DF 246-156
+sign \x6E95 246-156
+sign \x750D 246-156
+sign \x8544 246-156
+sign \x77A2 246-156
+sign \x9138 246-156
+sign \x6A57 246-156
+sign \x9133 246-156
+sign \x511A 246-156
+sign \x8771 246-156
+sign \x5E6A 246-156
+sign \x7374 246-156
+sign \x6FDB 246-156
+sign \x61DE 246-156
+sign \x6C0B 246-156
+sign \x6AAC 246-156
+sign \x66DA 246-156
+sign \x6726 246-156
+sign \x9E72 246-1456
+sign \x791E 246-156
+sign \x77C7 246-156
+sign \x9BCD 246-156
+sign \x8268 246-156
+sign \x77D2 246-156
+sign \x9740 246-156
+sign \x995B 246-156
+sign \x986D 246-156
+sign \x9F06 246-1356
+sign \x9E0F 246-156
+sign \x52D0 246-1356
+sign \x731B 246-1356
+sign \x74FE 246-1356
+sign \x9530 246-1356
+sign \x8722 246-1356
+sign \x824B 246-1356
+sign \x9333 246-1356
+sign \x61F5 246-1356
+sign \x8813 246-1356
+sign \x9BED 246-1356
+sign \x5B5F 246-15
+sign \x68A6 246-15
+sign \x5922 246-15
+sign \x5923 246-15
+sign \x61DC 246-156
+sign \x9725 246-15
+sign \x54AA 2456-123
+sign \x772F 2456-123
+sign \x519E 2456-126
+sign \x5F25 2456-126
+sign \x8FF7 2456-126
+sign \x7962 2456-126
+sign \x88AE 2456-126
+sign \x7315 2456-126
+sign \x8C1C 2456-126
+sign \x84BE 2456-126
+sign \x8A78 2456-126
+sign \x919A 2456-126
+sign \x8B0E 2456-126
+sign \x7A48 246-16
+sign \x64DF 2456-126
+sign \x7CDC 2456-126
+sign \x7E3B 2456-126
+sign \x9E8B 2456-126
+sign \x9E8A 2456-126
+sign \x5F4C 2456-126
+sign \x6AB7 2456-126
+sign \x79B0 2456-126
+sign \x9761 2456-126
+sign \x737C 2456-126
+sign \x9E9B 2456-126
+sign \x957E 2456-126
+sign \x5298 246-246
+sign \x6520 246-246
+sign \x863C 2456-126
+sign \x6202 2456-126
+sign \x7222 2456-126
+sign \x91BE 2456-126
+sign \x91BF 2456-126
+sign \x9E0D 2456-126
+sign \x91C4 2456-126
+sign \x7C73 2456-1236
+sign \x8288 2456-1236
+sign \x7F8B 2456-1236
+sign \x4F8E 2456-1236
+sign \x6CB5 2456-1236
+sign \x6D23 2456-1236
+sign \x5F2D 2456-1236
+sign \x772B 236-1246
+sign \x8112 2456-1236
+sign \x6549 2456-1236
+sign \x7C8E 2456-1236
+sign \x845E 2456-1236
+sign \x6E33 2456-1236
+sign \x851D 2456-1236
+sign \x7787 2456-123
+sign \x92A4 2456-1236
+sign \x6FD4 2456-1236
+sign \x7030 2456-126
+sign \x7056 2456-1236
+sign \x5B4A 2456-1236
+sign \x7CF8 2456-12
+sign \x6C68 2456-12
+sign \x89C5 2456-12
+sign \x6CCC 2456-12
+sign \x5B93 2456-12
+sign \x5CDA 2456-12
+sign \x7955 2456-12
+sign \x79D8 2456-12
+sign \x5BBB 2456-12
+sign \x8994 2456-12
+sign \x8993 2456-12
+sign \x6DE7 2456-12
+sign \x5BC6 2456-12
+sign \x5E42 2456-12
+sign \x8C27 2456-12
+sign \x5853 2456-12
+sign \x5E4E 2456-12
+sign \x899B 2456-12
+sign \x8524 2456-12
+sign \x6993 2456-12
+sign \x5627 2456-12
+sign \x7190 2456-12
+sign \x6F1E 2456-12
+sign \x6EF5 2456-12
+sign \x871C 2456-12
+sign \x9F0F 2456-12
+sign \x6A12 2456-12
+sign \x51AA 2456-12
+sign \x6FD7 2456-12
+sign \x5E66 2456-12
+sign \x85CC 2456-12
+sign \x8B10 2456-12
+sign \x6AC1 2456-12
+sign \x7F83 2456-12
+sign \x7C1A 2456-12
+sign \x8287 2456-1246
+sign \x6763 2456-1246
+sign \x7720 2456-1246
+sign \x5A42 2456-1246
+sign \x7EF5 2456-1246
+sign \x68C9 2456-1246
+sign \x7DBF 2456-1246
+sign \x8752 2456-1246
+sign \x81F1 2456-1246
+sign \x7DDC 2456-1246
+sign \x5B35 2456-1246
+sign \x6AB0 2456-1246
+sign \x6ACB 2456-1246
+sign \x77C8 2456-1246
+sign \x77CA 2456-1246
+sign \x77CF 2456-1246
+sign \x4E0F 2456-12346
+sign \x6C45 2456-12346
+sign \x514D 2456-12346
+sign \x6C94 2456-12346
+sign \x9EFE 2456-136
+sign \x7704 2456-12346
+sign \x4FDB 235-1236
+sign \x52C9 2456-12346
+sign \x5A29 2456-12346
+sign \x52D4 2456-12346
+sign \x5195 2456-12346
+sign \x506D 2456-12346
+sign \x6E11 2456-12346
+sign \x5595 2456-12346
+sign \x6E4E 2456-12346
+sign \x6110 2456-12346
+sign \x5A94 2456-1246
+sign \x7F05 2456-12346
+sign \x817C 2456-12346
+sign \x7D7B 26-1
+sign \x7DEC 2456-12346
+sign \x9BB8 2456-12346
+sign \x9763 2456-124
+sign \x9762 2456-124
+sign \x9EAB 2456-124
+sign \x9EAA 2456-124
+sign \x7CC6 2456-124
+sign \x9EBA 2456-124
+sign \x9EB5 2456-124
+sign \x55B5 2456-1235
+sign \x82D7 2456-1256
+sign \x63CF 2456-1256
+sign \x5A8C 2456-1256
+sign \x9E4B 2456-1256
+sign \x7784 2456-1256
+sign \x5AF9 2456-1256
+sign \x9D93 2456-1256
+sign \x9C59 2456-1256
+sign \x676A 2456-12356
+sign \x7707 2456-12356
+sign \x79D2 2456-12356
+sign \x6DFC 2456-12356
+sign \x6E3A 2456-12356
+sign \x7F08 2456-12356
+sign \x7BCE 2456-12356
+sign \x7DF2 2456-12356
+sign \x85D0 2456-12356
+sign \x9088 2456-12356
+sign \x5999 2456-125
+sign \x5E99 2456-125
+sign \x7AD7 2456-125
+sign \x7385 2456-125
+sign \x5EBF 2456-125
+sign \x5EDF 2456-125
+sign \x7E46 246-146
+sign \x5400 2456-234
+sign \x54A9 2456-234
+sign \x54F6 2456-234
+sign \x706D 2456-24
+sign \x70D5 2456-24
+sign \x8995 2356-234
+sign \x6423 2456-24
+sign \x6EC5 2456-24
+sign \x8511 2456-24
+sign \x858E 2456-24
+sign \x9D13 2456-24
+sign \x5E6D 2456-24
+sign \x7BFE 2456-24
+sign \x700E 2456-24
+sign \x61F1 2456-24
+sign \x6AD7 2456-24
+sign \x95D1 12345-24
+sign \x881B 2456-24
+sign \x884A 2456-24
+sign \x9456 2456-24
+sign \x9C74 2456-24
+sign \x6C11 2456-16
+sign \x739F 2456-16
+sign \x82E0 2456-16
+sign \x65FB 2456-16
+sign \x65FC 2456-16
+sign \x5CB7 2456-16
+sign \x600B 2456-16
+sign \x59C4 2456-16
+sign \x73C9 2456-16
+sign \x76FF 2456-16
+sign \x7F60 2456-16
+sign \x51A7 2456-16
+sign \x636A 2456-16
+sign \x5D0F 2456-16
+sign \x6E02 26-1
+sign \x741D 2456-16
+sign \x7418 2456-16
+sign \x7F17 2456-16
+sign \x7449 2456-16
+sign \x7888 2456-16
+sign \x9231 2456-16
+sign \x75FB 2456-16
+sign \x668B 2456-136
+sign \x7DCD 2456-16
+sign \x7DE1 2456-16
+sign \x8CEF 2456-16
+sign \x9309 2456-16
+sign \x9D16 2456-16
+sign \x9372 2456-16
+sign \x76BF 2456-136
+sign \x51BA 2456-136
+sign \x95F5 2456-136
+sign \x5221 2456-136
+sign \x578A 2456-16
+sign \x62BF 2456-136
+sign \x5461 26-136
+sign \x6CEF 2456-136
+sign \x52C4 2456-136
+sign \x95FD 2456-136
+sign \x6543 2456-136
+sign \x60AF 2456-136
+sign \x7B3D 2456-136
+sign \x7B22 2456-136
+sign \x654F 2456-136
+sign \x9594 2456-136
+sign \x6E63 2456-136
+sign \x9EFD 2456-136
+sign \x656F 2456-136
+sign \x610D 2456-136
+sign \x95A9 2456-136
+sign \x615C 2456-136
+sign \x50F6 2456-136
+sign \x6F63 2456-136
+sign \x61AB 2456-136
+sign \x7C22 2456-136
+sign \x9CD8 2456-136
+sign \x8820 2456-136
+sign \x9C35 2456-136
+sign \x540D 2456-156
+sign \x660E 2456-156
+sign \x9E23 2456-156
+sign \x8317 2456-156
+sign \x7700 2456-156
+sign \x6D3A 2456-156
+sign \x51A5 2456-156
+sign \x7733 2456-156
+sign \x6719 2456-156
+sign \x94ED 2456-156
+sign \x910D 2456-156
+sign \x84C2 2456-12
+sign \x733D 2456-156
+sign \x6E9F 2456-156
+sign \x5AC7 2456-156
+sign \x69A0 2456-156
+sign \x669D 2456-156
+sign \x9CF4 2456-156
+sign \x9298 2456-156
+sign \x7791 2456-156
+sign \x879F 2456-156
+sign \x89AD 2456-156
+sign \x4F72 2456-1356
+sign \x59F3 2456-1356
+sign \x51D5 2456-1356
+sign \x9169 2456-1356
+sign \x614F 2456-1356
+sign \x547D 2456-15
+sign \x63B5 2456-15
+sign \x8A7A 2456-15
+sign \x8C2C 2456-14
+sign \x7F2A 2456-125
+sign \x8B2C 2456-14
+sign \x6478 246-234
+sign \x56A4 246-234
+sign \x5C1B 246-246
+sign \x8C1F 246-246
+sign \x998D 246-246
+sign \x5AEB 246-246
+sign \x6479 246-246
+sign \x6A21 246-246
+sign \x819C 246-246
+sign \x9B79 246-246
+sign \x6469 246-246
+sign \x6A45 246-246
+sign \x78E8 246-246
+sign \x7CE2 246-246
+sign \x8B29 246-246
+sign \x8B28 246-246
+sign \x5B24 246-246
+sign \x64F5 246-246
+sign \x9943 246-246
+sign \x8611 246-246
+sign \x56A9 246-246
+sign \x9ACD 246-246
+sign \x9B54 246-246
+sign \x995D 246-246
+sign \x62B9 246-2346
+sign \x9EBF 2456-126
+sign \x61E1 246-2346
+sign \x672B 246-24
+sign \x573D 246-24
+sign \x52B0 2456-12356
+sign \x8309 246-24
+sign \x6B7E 246-24
+sign \x6B7F 246-24
+sign \x6B81 246-24
+sign \x5190 246-125
+sign \x5E13 246-24
+sign \x6CAB 246-24
+sign \x603D 2456-12
+sign \x964C 246-24
+sign \x59BA 246-24
+sign \x67BA 246-24
+sign \x6629 246-24
+sign \x5E1E 246-24
+sign \x83AB 246-24
+sign \x8388 246-24
+sign \x781E 246-24
+sign \x771C 246-24
+sign \x773F 246-24
+sign \x79E3 246-24
+sign \x768C 246-24
+sign \x773D 246-24
+sign \x7C96 246-24
+sign \x88B9 24-246
+sign \x7D48 246-24
+sign \x86E8 246-24
+sign \x8C83 246-24
+sign \x587B 246-24
+sign \x84E6 246-24
+sign \x55FC 246-24
+sign \x8C8A 246-24
+sign \x8C89 12-246
+sign \x6F20 246-24
+sign \x5BDE 246-24
+sign \x977A 246-24
+sign \x66AF 246-24
+sign \x9286 246-24
+sign \x7799 246-24
+sign \x7790 246-24
+sign \x9ED9 246-24
+sign \x58A8 246-24
+sign \x9546 246-24
+sign \x9B69 246-24
+sign \x763C 246-24
+sign \x5AFC 246-24
+sign \x9ED8 246-24
+sign \x7E38 246-24
+sign \x8C98 246-24
+sign \x85E6 246-24
+sign \x87D4 246-24
+sign \x93CC 246-24
+sign \x7205 246-24
+sign \x9A40 246-24
+sign \x7933 246-24
+sign \x7E86 246-24
+sign \x8031 246-24
+sign \x5B37 246-246
+sign \x54DE 246-134
+sign \x725F 246-146
+sign \x4F94 246-146
+sign \x52BA 246-146
+sign \x6D20 1245-12
+sign \x6048 246-146
+sign \x6859 256-126
+sign \x7738 246-146
+sign \x8C0B 246-146
+sign \x86D1 246-146
+sign \x8E0E 246-146
+sign \x927E 246-1256
+sign \x8B00 246-146
+sign \x9EB0 246-146
+sign \x77B4 246-146
+sign \x9D3E 246-146
+sign \x936A 246-146
+sign \x87F1 246-146
+sign \x67D0 246-1346
+sign \x5452 246-126
+sign \x5463 246-146
+sign \x6BEA 246-126
+sign \x6C01 246-126
+sign \x5638 246-126
+sign \x6BCD 246-1236
+sign \x7261 246-1236
+sign \x4EA9 246-1236
+sign \x5776 246-12
+sign \x62C7 246-1236
+sign \x59C6 246-1236
+sign \x5CD4 246-1236
+sign \x7273 246-1236
+sign \x80DF 246-1236
+sign \x7552 246-1236
+sign \x7546 246-1236
+sign \x755E 246-1236
+sign \x782A 246-1236
+sign \x755D 246-1236
+sign \x5A12 26-1236
+sign \x756E 246-1236
+sign \x9267 246-1236
+sign \x8E07 246-1236
+sign \x6728 246-12
+sign \x76EE 246-12
+sign \x4EEB 246-12
+sign \x51E9 246-12
+sign \x72C7 246-12
+sign \x6C90 246-12
+sign \x82DC 246-12
+sign \x7267 246-12
+sign \x7091 246-12
+sign \x83AF 246-12
+sign \x869E 246-12
+sign \x94BC 246-12
+sign \x6BE3 246-12
+sign \x52DF 246-12
+sign \x843A 246-125
+sign \x96EE 246-12
+sign \x5893 246-12
+sign \x5E55 246-12
+sign \x7766 246-12
+sign \x5E59 246-12
+sign \x926C 246-12
+sign \x6154 246-12
+sign \x6958 246-12
+sign \x6155 246-12
+sign \x66AE 246-12
+sign \x6A22 2456-12356
+sign \x9702 246-12
+sign \x8252 246-12
+sign \x7A46 246-12
+sign \x97AA 246-12
+sign \x4E78 1234-23456
+sign \x62CF 1234-2456
+sign \x62FF 1234-2456
+sign \x8498 356-126
+sign \x954E 1234-2456
+sign \x93BF 1234-2456
+sign \x90CD 1234-245
+sign \x54EA 1234-23456
+sign \x96EB 1234-23456
+sign \x90A3 1234-245
+sign \x5436 1234-245
+sign \x5450 1234-245
+sign \x59A0 1234-245
+sign \x7EB3 1234-245
+sign \x80AD 1234-245
+sign \x94A0 1234-245
+sign \x8872 1234-245
+sign \x5A1C 1234-245
+sign \x88A6 1234-245
+sign \x7D0D 1234-245
+sign \x637A 1234-245
+sign \x8EDC 1234-245
+sign \x7B1D 1234-245
+sign \x8C7D 1234-245
+sign \x9209 1234-245
+sign \x8C80 134-245
+sign \x9779 1234-245
+sign \x84B3 1234-245
+sign \x55F1 1234-2456
+sign \x9B76 1234-245
+sign \x8149 1234-12456
+sign \x718B 1234-12456
+sign \x6468 1234-12456
+sign \x879A 1234-1245
+sign \x5B7B 1234-12456
+sign \x4E43 1234-123456
+sign \x827F 1234-123456
+sign \x5976 1234-123456
+sign \x6C16 1234-123456
+sign \x7593 1234-123456
+sign \x5EFC 1234-123456
+sign \x8FFA 1234-123456
+sign \x5037 1234-123456
+sign \x91E2 1234-123456
+sign \x5B2D 1234-123456
+sign \x5948 1234-1245
+sign \x67F0 1234-1245
+sign \x8010 1234-1245
+sign \x8418 1234-1245
+sign \x6E3F 1234-1245
+sign \x9F10 1234-1245
+sign \x8926 1234-1245
+sign \x933C 1234-1245
+sign \x56E1 1234-1234
+sign \x7537 1234-1246
+sign \x62A9 1234-1246
+sign \x678F 1234-1246
+sign \x5357 1234-1246
+sign \x4FBD 1234-1246
+sign \x83AE 1234-1246
+sign \x7558 1234-1246
+sign \x5A1A 1234-1246
+sign \x96BE 1234-1246
+sign \x8433 1234-1246
+sign \x9056 1234-1246
+sign \x5583 1234-1246
+sign \x6960 1234-1246
+sign \x6694 1234-1246
+sign \x8AF5 1234-1246
+sign \x96E3 1234-1246
+sign \x8D67 1234-12346
+sign \x63C7 1234-12346
+sign \x6E73 1234-12346
+sign \x8169 1234-12346
+sign \x7175 1234-12346
+sign \x877B 1234-12346
+sign \x6201 1234-12346
+sign \x5A7B 1234-124
+sign \x56D4 1234-1345
+sign \x4E6A 1234-1456
+sign \x56A2 1234-1456
+sign \x8B68 12346-156
+sign \x56CA 1234-1456
+sign \x9B1E 12346-156
+sign \x8830 1234-1456
+sign \x9995 1234-13456
+sign \x6B1C 1234-1456
+sign \x9962 1234-1456
+sign \x64C3 1234-13456
+sign \x66E9 1234-13456
+sign \x652E 1234-13456
+sign \x7062 1234-13456
+sign \x513E 1234-145
+sign \x9F49 1234-145
+sign \x5B6C 1234-1235
+sign \x5476 1234-1256
+sign \x6013 1234-1256
+sign \x6320 1234-1256
+sign \x5CF1 1234-1256
+sign \x7847 1234-1256
+sign \x94D9 1234-1256
+sign \x86F2 1234-1256
+sign \x7331 1234-1256
+sign \x8A49 1234-1256
+sign \x6493 1234-1256
+sign \x5DA9 1234-1256
+sign \x7376 1234-1256
+sign \x5912 1234-1256
+sign \x9403 1234-1256
+sign \x5DCE 1234-1256
+sign \x737F 1234-1256
+sign \x57B4 1234-12356
+sign \x607C 1234-12356
+sign \x8111 1234-12356
+sign \x60A9 1234-12356
+sign \x8133 1234-12356
+sign \x5318 1234-12356
+sign \x5816 1234-12356
+sign \x60F1 1234-12356
+sign \x7459 1234-12356
+sign \x8166 1234-12356
+sign \x5AD0 1234-12356
+sign \x78AF 1234-12356
+sign \x95F9 1234-125
+sign \x6DD6 1234-125
+sign \x9599 1234-125
+sign \x9B27 1234-125
+sign \x8BB7 1234-24
+sign \x6290 1234-24
+sign \x7732 1234-24
+sign \x8A25 1234-24
+sign \x5462 1234-35
+sign \x9981 1234-3456
+sign \x8147 1234-3456
+sign \x9912 1234-3456
+sign \x9BBE 1234-3456
+sign \x9BD8 1234-3456
+sign \x5167 1234-34
+sign \x5185 1234-34
+sign \x6C1D 1234-34
+sign \x5AE9 1234-1
+sign \x5AF0 1234-1
+sign \x80FD 1234-156
+sign \x92B0 23456-12345
+sign \x59AE 12345-123
+sign \x5C3C 12345-126
+sign \x576D 12345-126
+sign \x62B3 12345-126
+sign \x6CE5 12345-126
+sign \x6029 12345-126
+sign \x7C7E 12345-126
+sign \x94CC 12345-126
+sign \x79DC 12345-126
+sign \x5C54 12345-126
+sign \x90F3 12345-126
+sign \x502A 12345-126
+sign \x86AD 12345-126
+sign \x730A 12345-126
+sign \x6DE3 12345-126
+sign \x57FF 12345-126
+sign \x5A57 12345-126
+sign \x68FF 12345-126
+sign \x8DDC 12345-126
+sign \x922E 12345-126
+sign \x873A 12345-126
+sign \x8F17 12345-126
+sign \x8C8E 12345-126
+sign \x89EC 12345-126
+sign \x9713 12345-126
+sign \x9CB5 12345-126
+sign \x9BE2 12345-126
+sign \x9E91 12345-126
+sign \x9F6F 12345-126
+sign \x81E1 12345-126
+sign \x62DF 12345-1236
+sign \x4F31 12345-1236
+sign \x4F60 12345-1236
+sign \x82E8 12345-1236
+sign \x72D4 12345-1236
+sign \x59B3 12345-1236
+sign \x67C5 12345-1236
+sign \x639C 12345-1236
+sign \x65CE 12345-1236
+sign \x6672 12345-1236
+sign \x9268 12345-1236
+sign \x5B74 12345-1236
+sign \x999C 12345-1236
+sign \x511E 12345-1236
+sign \x96AC 12345-1236
+sign \x64EC 12345-1236
+sign \x85BF 12345-1236
+sign \x9448 12345-24
+sign \x6C3C 12345-12
+sign \x5C70 12345-12
+sign \x4F32 12345-12
+sign \x8FE1 12345-12
+sign \x6635 12345-12
+sign \x80D2 12345-12
+sign \x9006 12345-12
+sign \x533F 12345-12
+sign \x7724 12345-12
+sign \x75C6 12345-12
+sign \x5804 12345-12
+sign \x60C4 12345-12
+sign \x7768 12345-12
+sign \x817B 12345-12
+sign \x6EBA 12345-12
+sign \x6135 12345-12
+sign \x5ADF 12345-12
+sign \x66B1 12345-12
+sign \x8ABD 1234-2456
+sign \x7E0C 12345-12
+sign \x81A9 12345-12
+sign \x61DD 23456-1245
+sign \x5B3A 12345-12
+sign \x62C8 12345-1234
+sign \x852B 12345-1234
+sign \x5E74 12345-1246
+sign \x79CA 12345-1246
+sign \x54D6 12345-1246
+sign \x59E9 12345-1246
+sign \x79E5 12345-1246
+sign \x9C87 12345-1246
+sign \x9CB6 12345-1246
+sign \x9B8E 12345-1246
+sign \x9D47 12345-1246
+sign \x9ECF 12345-1246
+sign \x9BF0 12345-1246
+sign \x637B 12345-12346
+sign \x6DF0 12345-12346
+sign \x8F87 12345-12346
+sign \x713E 12345-12346
+sign \x8F26 12345-12346
+sign \x64B5 12345-12346
+sign \x649A 12345-12346
+sign \x78BE 12345-12346
+sign \x7C10 12345-12346
+sign \x6506 12345-12346
+sign \x8E8E 12345-12346
+sign \x5344 12345-124
+sign \x5EFF 12345-124
+sign \x5FF5 12345-124
+sign \x57DD 12345-124
+sign \x5538 12345-124
+sign \x824C 12345-124
+sign \x5A18 12345-1456
+sign \x5B22 12345-1456
+sign \x917F 12345-145
+sign \x91B8 12345-1456
+sign \x91C0 12345-145
+sign \x9E1F 12345-12356
+sign \x8311 12345-12356
+sign \x8885 12345-12356
+sign \x9CE5 12345-12356
+sign \x88CA 12345-12356
+sign \x5ACB 12345-12356
+sign \x8526 12345-12356
+sign \x892D 12345-12356
+sign \x5B1D 12345-12356
+sign \x5B32 12345-12356
+sign \x5C3F 12345-125
+sign \x8132 12345-125
+sign \x634F 12345-234
+sign \x63D1 12345-234
+sign \x82F6 12345-24
+sign \x4E5C 12345-24
+sign \x8080 256-12
+sign \x5E07 12345-24
+sign \x573C 12345-24
+sign \x67BF 12345-24
+sign \x9667 12345-24
+sign \x8042 12345-24
+sign \x81EC 12345-24
+sign \x6D85 12345-24
+sign \x83CD 12345-24
+sign \x556E 12345-24
+sign \x60D7 12345-24
+sign \x9689 12345-24
+sign \x655C 12345-24
+sign \x6E7C 12345-24
+sign \x55EB 12345-24
+sign \x5D72 12345-24
+sign \x9269 125-1236
+sign \x8E02 12345-24
+sign \x69F7 12345-24
+sign \x8E19 12345-24
+sign \x8E17 12345-24
+sign \x565B 12345-24
+sign \x954A 12345-24
+sign \x954D 12345-24
+sign \x989E 12345-24
+sign \x5DAD 12345-24
+sign \x7BDE 12345-24
+sign \x81F2 12345-24
+sign \x931C 12345-24
+sign \x8E51 12345-24
+sign \x8076 12345-24
+sign \x5699 12345-24
+sign \x93B3 12345-24
+sign \x5B7D 12345-24
+sign \x5B7C 12345-24
+sign \x8616 12345-24
+sign \x7C4B 12345-24
+sign \x6AF1 12345-24
+sign \x9F67 12345-24
+sign \x56C1 12345-24
+sign \x7CF5 12345-24
+sign \x5DD5 12345-24
+sign \x8825 12345-24
+sign \x7CF1 12345-24
+sign \x56D3 12345-24
+sign \x8EA1 12345-24
+sign \x8B98 12345-24
+sign \x9477 12345-24
+sign \x9873 12345-24
+sign \x9480 12345-24
+sign \x810C 12345-13
+sign \x56DC 12345-16
+sign \x6041 1234-1
+sign \x60A8 12345-16
+sign \x62F0 12345-136
+sign \x5B81 12345-156
+sign \x549B 12345-156
+sign \x72DE 12345-156
+sign \x67E0 12345-156
+sign \x804D 12345-156
+sign \x5BD5 12345-156
+sign \x752F 12345-156
+sign \x5BCD 12345-156
+sign \x5BDC 12345-156
+sign \x5BE7 12345-156
+sign \x511C 12345-156
+sign \x51DD 12345-156
+sign \x85B4 12345-156
+sign \x5680 12345-156
+sign \x7370 12345-156
+sign \x5B23 12345-156
+sign \x6AB8 12345-156
+sign \x8079 12345-156
+sign \x944F 12345-156
+sign \x9B21 12345-156
+sign \x9E0B 12345-156
+sign \x62E7 12345-1356
+sign \x6A63 12345-1356
+sign \x64F0 12345-1356
+sign \x77C3 12345-1356
+sign \x4F5E 12345-15
+sign \x4FAB 12345-15
+sign \x6CDE 12345-15
+sign \x503F 12345-15
+sign \x5BD7 12345-15
+sign \x6F9D 12345-15
+sign \x6FD8 12345-15
+sign \x599E 12345-134
+sign \x725B 12345-146
+sign \x725C 12345-146
+sign \x6C7C 12345-146
+sign \x626D 12345-1346
+sign \x72C3 12345-1346
+sign \x6C91 35-146
+sign \x5FF8 12345-1346
+sign \x7EBD 12345-1346
+sign \x677B 12345-1346
+sign \x7084 12345-1346
+sign \x94AE 12345-1346
+sign \x83A5 12345-1346
+sign \x7D10 12345-1346
+sign \x9215 12345-1346
+sign \x9775 12345-1346
+sign \x62D7 12345-14
+sign \x519C 12346-156
+sign \x4FAC 12346-156
+sign \x54DD 12346-156
+sign \x6D53 12346-156
+sign \x8113 12346-156
+sign \x79FE 12346-156
+sign \x8FB2 12346-156
+sign \x8FB3 12346-156
+sign \x5102 12346-156
+sign \x857D 12346-156
+sign \x5665 12346-156
+sign \x6FC3 12346-156
+sign \x61B9 1234-1256
+sign \x6A82 12346-156
+sign \x81BF 12346-156
+sign \x71F6 12346-156
+sign \x79AF 12346-156
+sign \x7A60 12346-156
+sign \x7651 12346-156
+sign \x895B 12346-156
+sign \x91B2 12346-156
+sign \x6B01 12346-156
+sign \x7E77 12346-1356
+sign \x5F04 12346-15
+sign \x630A 12346-15
+sign \x6335 12346-15
+sign \x9F48 12346-15
+sign \x7FBA 1234-146
+sign \x5542 1-14
+sign \x69C8 1234-14
+sign \x8028 1234-14
+sign \x6ABD 1234-14
+sign \x9392 1234-14
+sign \x941E 1234-14
+sign \x8B73 1234-14
+sign \x5974 12346-126
+sign \x4F16 234-13456
+sign \x5B65 12346-126
+sign \x9A7D 12346-126
+sign \x782E 12346-1236
+sign \x7B2F 12346-126
+sign \x99D1 12346-126
+sign \x4F2E 12346-126
+sign \x52AA 12346-1236
+sign \x5F29 12346-1236
+sign \x80EC 12346-1236
+sign \x6012 12346-12
+sign \x5089 12346-12
+sign \x6419 12346-12
+sign \x597B 12346-1246
+sign \x6E1C 12346-12346
+sign \x6696 12346-12346
+sign \x7157 12346-12346
+sign \x992A 12346-12346
+sign \x759F 123456-24
+sign \x8650 123456-24
+sign \x7878 123456-24
+sign \x7627 123456-24
+sign \x9EC1 12346-16
+sign \x632A 12346-246
+sign \x689B 12346-246
+sign \x50A9 12346-246
+sign \x6A60 12346-246
+sign \x513A 12346-246
+sign \x8BFA 12346-24
+sign \x63BF 12346-24
+sign \x903D 12346-24
+sign \x558F 12346-24
+sign \x5827 356-1246
+sign \x6426 12346-24
+sign \x9518 12346-24
+sign \x6992 12346-24
+sign \x7A2C 12346-24
+sign \x643B 12346-246
+sign \x8E43 12346-24
+sign \x8AFE 12346-24
+sign \x9369 12346-24
+sign \x7CD1 12346-24
+sign \x5DBF 356-123
+sign \x61E6 12346-24
+sign \x61E7 12346-24
+sign \x7CE5 12346-24
+sign \x7A64 12346-24
+sign \x7CEF 12346-24
+sign \x5973 123456-1236
+sign \x9495 123456-1236
+sign \x7C79 123456-1236
+sign \x91F9 123456-1236
+sign \x8842 123456-12
+sign \x6067 123456-12
+sign \x8844 123456-12
+sign \x6712 123456-12
+sign \x5662 23456-1235
+sign \x54E6 23456-35
+sign \x8BB4 23456-134
+sign \x6CA4 23456-14
+sign \x74EF 23456-134
+sign \x6B27 23456-134
+sign \x6BB4 23456-134
+sign \x9E25 23456-134
+sign \x7B7D 23456-35
+sign \x5878 23456-134
+sign \x84F2 135-134
+sign \x6F1A 23456-134
+sign \x750C 23456-134
+sign \x6B50 23456-134
+sign \x6BC6 23456-134
+sign \x9D0E 23456-134
+sign \x8192 23456-134
+sign \x71B0 23456-134
+sign \x85F2 23456-134
+sign \x6AD9 23456-134
+sign \x8B33 23456-134
+sign \x93C2 23456-134
+sign \x9DD7 23456-134
+sign \x9F75 23456-146
+sign \x5455 23456-1346
+sign \x5418 23456-1346
+sign \x5076 23456-1346
+sign \x8162 23456-1346
+sign \x5614 23456-1346
+sign \x8026 23456-1346
+sign \x8545 23456-1346
+sign \x85D5 23456-1346
+sign \x6004 23456-14
+sign \x616A 23456-14
+sign \x5E0A 236-245
+sign \x5991 236-2345
+sign \x8DB4 236-2345
+sign \x7685 236-2345
+sign \x8225 236-2345
+sign \x556A 236-2345
+sign \x8469 236-2345
+sign \x6777 236-2456
+sign \x722C 236-2456
+sign \x94AF 24-23456
+sign \x8019 236-2456
+sign \x8DC1 236-2456
+sign \x7436 236-2456
+sign \x63B1 236-2456
+sign \x9200 236-2456
+sign \x7B62 236-2456
+sign \x6F56 236-2456
+sign \x5E15 236-245
+sign \x6015 236-245
+sign \x8899 236-245
+sign \x62CD 236-12345
+sign \x4FF3 236-12456
+sign \x6392 236-12456
+sign \x5F98 236-12456
+sign \x7305 236-12456
+sign \x68D1 236-12456
+sign \x724C 236-12456
+sign \x7B84 236-12456
+sign \x8F2B 236-12456
+sign \x7C30 236-12456
+sign \x7C32 236-12456
+sign \x72A4 24-12456
+sign \x54CC 236-1245
+sign \x6D3E 236-1245
+sign \x6E12 236-1245
+sign \x848E 236-1245
+sign \x6E43 236-1245
+sign \x9383 236-1245
+sign \x7705 236-1234
+sign \x8420 236-1234
+sign \x7568 236-1234
+sign \x6F58 236-1234
+sign \x6500 236-1234
+sign \x723F 236-1246
+sign \x76D8 236-1246
+sign \x84B0 236-1246
+sign \x5E4B 236-1246
+sign \x5ABB 236-1246
+sign \x69C3 236-1246
+sign \x642B 24-1234
+sign \x78D0 236-1246
+sign \x76E4 236-1246
+sign \x878C 24-1234
+sign \x8929 24-1234
+sign \x7E0F 236-1246
+sign \x8E52 236-1246
+sign \x8E63 236-1246
+sign \x87E0 236-1246
+sign \x939C 236-1246
+sign \x700A 236-1246
+sign \x97B6 236-1246
+sign \x51B8 236-124
+sign \x5224 236-124
+sign \x6C9C 236-124
+sign \x708D 236-124
+sign \x6CEE 236-124
+sign \x67C8 236-1246
+sign \x76FC 236-124
+sign \x7249 236-124
+sign \x53DB 236-124
+sign \x7554 236-124
+sign \x88A2 236-124
+sign \x8A4A 236-124
+sign \x6EBF 236-124
+sign \x9816 236-124
+sign \x92EC 236-124
+sign \x9D65 236-124
+sign \x897B 236-124
+sign \x947B 236-124
+sign \x4E53 236-1345
+sign \x6C97 236-1345
+sign \x80EE 236-1345
+sign \x96F1 236-1345
+sign \x6EC2 236-1345
+sign \x8196 236-1345
+sign \x9736 236-1345
+sign \x5390 236-1456
+sign \x5F77 236-1456
+sign \x5E9E 236-1456
+sign \x9004 236-1456
+sign \x65C1 236-1456
+sign \x5FAC 236-1456
+sign \x5ACE 236-1456
+sign \x8180 24-13456
+sign \x8783 236-1456
+sign \x7BE3 236-1456
+sign \x9F8E 236-1456
+sign \x9CD1 236-1456
+sign \x9AC8 24-13456
+sign \x9F90 236-1456
+sign \x9C1F 236-1456
+sign \x55D9 24-135
+sign \x802A 236-13456
+sign \x89AB 236-13456
+sign \x80D6 236-145
+sign \x629B 236-1235
+sign \x62CB 236-1235
+sign \x8422 236-1235
+sign \x812C 236-1235
+sign \x5228 236-1256
+sign \x5789 236-1256
+sign \x5486 236-1256
+sign \x72CD 236-1256
+sign \x5E96 236-1256
+sign \x722E 236-1256
+sign \x70B0 236-1256
+sign \x888D 236-1256
+sign \x530F 236-1256
+sign \x86AB 24-125
+sign \x8EF3 236-1256
+sign \x9784 236-1256
+sign \x891C 236-1256
+sign \x9E85 236-1256
+sign \x8DD1 236-12356
+sign \x5945 236-125
+sign \x6CE1 236-125
+sign \x70AE 236-125
+sign \x7832 236-125
+sign \x75B1 236-125
+sign \x76B0 236-125
+sign \x9EAD 236-125
+sign \x5697 24-246
+sign \x791F 236-125
+sign \x792E 236-125
+sign \x5478 236-345
+sign \x80A7 236-345
+sign \x600C 236-345
+sign \x67F8 24-345
+sign \x80DA 236-345
+sign \x8843 236-345
+sign \x9185 236-345
+sign \x962B 236-346
+sign \x966A 236-346
+sign \x57F9 236-346
+sign \x5A44 236-1346
+sign \x8D54 236-346
+sign \x6BF0 236-346
+sign \x952B 236-346
+sign \x88F4 236-346
+sign \x8CE0 236-346
+sign \x9307 236-346
+sign \x4FD6 236-3456
+sign \x4F02 236-34
+sign \x6C9B 236-34
+sign \x5E14 236-34
+sign \x4F69 236-34
+sign \x6622 236-24
+sign \x65BE 236-34
+sign \x59F5 236-34
+sign \x73EE 236-34
+sign \x914D 236-34
+sign \x65C6 236-34
+sign \x6D7F 236-34
+sign \x6DE0 2356-12
+sign \x84DC 236-34
+sign \x8F94 236-34
+sign \x99B7 236-34
+sign \x9708 236-34
+sign \x5D8F 236-34
+sign \x8F61 236-34
+sign \x55B7 236-13
+sign \x5674 236-13
+sign \x6FC6 236-13
+sign \x74EB 236-16
+sign \x76C6 236-16
+sign \x8450 236-16
+sign \x6E53 236-16
+sign \x5460 236-136
+sign \x7FF8 236-136
+sign \x6B55 236-13
+sign \x5309 236-135
+sign \x62A8 236-135
+sign \x6026 236-135
+sign \x6072 236-135
+sign \x7830 236-135
+sign \x6888 236-135
+sign \x70F9 236-135
+sign \x5F38 236-156
+sign \x8EEF 236-135
+sign \x959B 236-135
+sign \x6F30 236-135
+sign \x99CD 236-135
+sign \x562D 236-135
+sign \x78DE 236-135
+sign \x8283 236-156
+sign \x670B 236-156
+sign \x7AFC 236-156
+sign \x8391 236-156
+sign \x5017 236-156
+sign \x580B 236-156
+sign \x6DDC 236-156
+sign \x5F6D 236-156
+sign \x68DA 236-156
+sign \x6916 236-156
+sign \x5873 236-156
+sign \x6412 236-156
+sign \x585C 236-156
+sign \x84EC 236-156
+sign \x787C 236-156
+sign \x7A1D 236-156
+sign \x9E4F 236-156
+sign \x6A25 236-156
+sign \x69F0 236-156
+sign \x71A2 236-156
+sign \x8F23 236-156
+sign \x6F8E 236-156
+sign \x6189 236-156
+sign \x7BF7 236-156
+sign \x930B 236-156
+sign \x81A8 236-156
+sign \x97F8 236-156
+sign \x9AFC 236-156
+sign \x9B05 236-156
+sign \x87DA 236-156
+sign \x87DB 236-156
+sign \x8615 236-156
+sign \x9D6C 236-156
+sign \x97FC 236-156
+sign \x7E84 236-156
+sign \x9B14 236-156
+sign \x9A2F 236-156
+sign \x945D 236-156
+sign \x6367 236-1356
+sign \x768F 236-1356
+sign \x6DCE 236-1356
+sign \x527B 236-135
+sign \x63BD 236-15
+sign \x692A 236-15
+sign \x78B0 236-15
+sign \x8E2B 236-1246
+sign \x4E15 2356-123
+sign \x4F13 2356-123
+sign \x6279 2356-123
+sign \x90B3 2356-123
+sign \x4F3E 2356-123
+sign \x7EB0 2356-123
+sign \x576F 2356-123
+sign \x62B7 2356-123
+sign \x62AB 2356-123
+sign \x72C9 2356-123
+sign \x72D3 2356-123
+sign \x708B 2356-123
+sign \x6036 2356-123
+sign \x7812 2356-123
+sign \x79E0 2356-123
+sign \x79DB 2356-123
+sign \x7D15 2356-123
+sign \x801A 2356-123
+sign \x65C7 2356-123
+sign \x7FCD 2356-123
+sign \x8C7E 2356-123
+sign \x925F 2356-123
+sign \x9C8F 2356-126
+sign \x9294 2356-123
+sign \x9AEC 2356-123
+sign \x99D3 2356-123
+sign \x78C7 2356-123
+sign \x5288 2356-123
+sign \x8795 245-123
+sign \x567C 2356-123
+sign \x930D 2356-123
+sign \x9B7E 2356-123
+sign \x9303 2356-123
+sign \x61B5 2356-123
+sign \x7914 2356-123
+sign \x7915 2356-123
+sign \x9739 2356-123
+sign \x76AE 2356-126
+sign \x9630 2356-126
+sign \x8298 2356-126
+sign \x6787 2356-126
+sign \x6BDE 245-1236
+sign \x5CAF 2356-123
+sign \x80B6 2356-126
+sign \x6BD7 2356-126
+sign \x6BD8 2356-126
+sign \x868D 2356-126
+sign \x94CD 2356-126
+sign \x7B13 245-12
+sign \x90EB 2356-126
+sign \x75B2 2356-126
+sign \x9674 2356-126
+sign \x57E4 2356-12
+sign \x86BD 2356-126
+sign \x86BE 24-2346
+sign \x5564 2356-126
+sign \x5D25 2356-126
+sign \x8C7C 2356-126
+sign \x7308 236-12456
+sign \x7435 2356-126
+sign \x6911 24-345
+sign \x8157 2356-126
+sign \x813E 2356-126
+sign \x7137 2356-126
+sign \x9239 2356-126
+sign \x8731 2356-126
+sign \x7F74 2356-126
+sign \x818D 2356-126
+sign \x96A6 2356-126
+sign \x9B8D 2356-123
+sign \x7BFA 2356-126
+sign \x8C94 2356-126
+sign \x87B7 2356-126
+sign \x7F86 2356-126
+sign \x9F19 2356-126
+sign \x6707 2356-126
+sign \x882F 2356-126
+sign \x5339 2356-1236
+sign \x5E80 2356-1236
+sign \x572E 2356-1236
+sign \x4EF3 2356-1236
+sign \x82C9 2356-1236
+sign \x8134 2356-1236
+sign \x75DE 2356-1236
+sign \x92A2 2356-1236
+sign \x9D04 2356-1236
+sign \x8AC0 2356-1236
+sign \x64D7 2356-1236
+sign \x567D 2356-1236
+sign \x7656 2356-1236
+sign \x56AD 2356-1236
+sign \x5C41 2356-12
+sign \x63CA 2356-12
+sign \x7764 2356-12
+sign \x7765 2356-12
+sign \x8F9F 2356-12
+sign \x5AB2 2356-12
+sign \x5AD3 2356-12
+sign \x6F4E 2356-12
+sign \x50FB 2356-12
+sign \x58C0 2356-126
+sign \x6FBC 2356-12
+sign \x7513 2356-12
+sign \x7588 2356-12
+sign \x8B6C 2356-12
+sign \x95E2 2356-12
+sign \x9DFF 2356-12
+sign \x56E8 2356-1234
+sign \x504F 2356-1234
+sign \x5AA5 2356-1234
+sign \x728F 2356-1234
+sign \x7502 245-1234
+sign \x7BC7 2356-1234
+sign \x7FE9 2356-1234
+sign \x9342 2356-1234
+sign \x9A88 2356-1246
+sign \x80FC 2356-1246
+sign \x8141 2356-1246
+sign \x6969 2356-1246
+sign \x6944 2356-1246
+sign \x8CC6 2356-1246
+sign \x9ABF 2356-1246
+sign \x8ADA 2356-1246
+sign \x99E2 2356-1246
+sign \x8E41 2356-1246
+sign \x9A08 2356-1246
+sign \x8991 2356-12346
+sign \x8C1D 2356-12346
+sign \x8CB5 2356-12346
+sign \x8ADE 2356-12346
+sign \x7247 2356-124
+sign \x9A97 2356-124
+sign \x9B78 2356-124
+sign \x9A19 2356-124
+sign \x9A17 2356-124
+sign \x527D 2356-1235
+sign \x5F6F 2356-1235
+sign \x6F02 2356-1235
+sign \x7F25 2356-1235
+sign \x98D8 2356-1235
+sign \x7FF2 2356-1235
+sign \x87B5 2356-1235
+sign \x65DA 2356-1235
+sign \x7E39 2356-1235
+sign \x72A5 2356-1235
+sign \x98C4 2356-1235
+sign \x9B52 2356-1235
+sign \x98C3 2356-1235
+sign \x5AD6 2356-1256
+sign \x74E2 2356-1256
+sign \x85B8 2356-1256
+sign \x95DD 2356-1256
+sign \x6B8D 2356-12356
+sign \x779F 2356-12356
+sign \x7BFB 2356-12356
+sign \x91A5 2356-12356
+sign \x9860 2356-12356
+sign \x76AB 2356-12356
+sign \x7968 2356-125
+sign \x52E1 2356-125
+sign \x50C4 2356-125
+sign \x560C 2356-125
+sign \x5FB1 2356-125
+sign \x6153 2356-125
+sign \x6C15 2356-234
+sign \x66BC 2356-234
+sign \x77A5 2356-234
+sign \x4E3F 2356-2346
+sign \x82E4 2356-2346
+sign \x6487 2356-2346
+sign \x6486 2356-234
+sign \x9405 2356-2346
+sign \x5AF3 2356-24
+sign \x62DA 2356-13
+sign \x62FC 2356-13
+sign \x59D8 2356-13
+sign \x7917 2356-13
+sign \x7A66 2356-13
+sign \x99AA 2356-13
+sign \x9A5E 2356-13
+sign \x73AD 2356-16
+sign \x8D2B 2356-16
+sign \x5A26 2356-16
+sign \x8CA7 2356-16
+sign \x7415 2356-16
+sign \x9891 2356-16
+sign \x5AD4 2356-16
+sign \x983B 2356-16
+sign \x85B2 2356-16
+sign \x5B2A 2356-16
+sign \x77C9 2356-16
+sign \x56AC 2356-16
+sign \x8819 245-13
+sign \x98A6 2356-16
+sign \x9870 2356-16
+sign \x54C1 2356-136
+sign \x6980 2356-136
+sign \x6729 2356-1
+sign \x725D 2356-1
+sign \x6C56 2356-1
+sign \x8058 2356-1
+sign \x4E52 2356-135
+sign \x7539 2356-135
+sign \x4FDC 2356-135
+sign \x782F 2356-135
+sign \x6D84 2356-135
+sign \x5A09 2356-135
+sign \x8060 2356-156
+sign \x8275 2356-135
+sign \x9829 2356-135
+sign \x5196 2456-12
+sign \x5E73 2356-156
+sign \x8BC4 2356-156
+sign \x576A 2356-156
+sign \x82F9 2356-156
+sign \x546F 2356-156
+sign \x5CBC 2356-156
+sign \x51ED 2356-156
+sign \x90F1 2356-156
+sign \x6CD9 236-135
+sign \x73B6 2356-156
+sign \x8353 2356-156
+sign \x67B0 2356-156
+sign \x5E21 2356-156
+sign \x80D3 2356-156
+sign \x6D34 2356-156
+sign \x5C4F 2356-156
+sign \x74F6 2356-156
+sign \x840D 2356-156
+sign \x7851 236-135
+sign \x86B2 2356-156
+sign \x5E32 2356-156
+sign \x5C5B 2356-156
+sign \x5840 2356-156
+sign \x84F1 2356-156
+sign \x86E2 2356-156
+sign \x5E48 2356-156
+sign \x7F3E 2356-156
+sign \x7501 2356-156
+sign \x8A55 2356-156
+sign \x7129 2356-156
+sign \x8EFF 2356-156
+sign \x9C86 2356-156
+sign \x51F4 2356-156
+sign \x7AEE 2356-156
+sign \x8F27 2356-156
+sign \x7BB3 2356-156
+sign \x617F 2356-156
+sign \x9B83 2356-156
+sign \x6191 2356-156
+sign \x6A98 2356-156
+sign \x7C08 2356-156
+sign \x9D67 2356-126
+sign \x860B 2356-16
+sign \x6534 236-234
+sign \x948B 236-234
+sign \x5761 236-234
+sign \x5CA5 236-234
+sign \x6CFC 236-234
+sign \x91D9 236-234
+sign \x9887 236-234
+sign \x9166 236-234
+sign \x6E8C 236-234
+sign \x6F51 236-234
+sign \x91B1 236-234
+sign \x93FA 236-234
+sign \x5A46 236-246
+sign \x8522 236-246
+sign \x5619 236-246
+sign \x9131 236-246
+sign \x8B08 236-246
+sign \x76A4 236-246
+sign \x6AC7 236-246
+sign \x53F5 236-2346
+sign \x5C00 236-2346
+sign \x94B7 236-2346
+sign \x7B38 236-2346
+sign \x9255 236-2346
+sign \x99CA 236-2346
+sign \x5EF9 236-24
+sign \x5CB6 236-24
+sign \x8FEB 236-24
+sign \x73C0 236-24
+sign \x6540 236-24
+sign \x6D26 236-24
+sign \x7836 236-24
+sign \x7834 236-24
+sign \x54F1 24-234
+sign \x70DE 236-24
+sign \x7C95 236-24
+sign \x5964 236-24
+sign \x84AA 236-24
+sign \x9B44 236-24
+sign \x9817 236-234
+sign \x5256 236-134
+sign \x982E 126-34
+sign \x6294 236-146
+sign \x6299 236-146
+sign \x634A 236-146
+sign \x638A 236-146
+sign \x88D2 236-146
+sign \x7B81 236-146
+sign \x5485 236-1346
+sign \x7283 236-1346
+sign \x6251 236-123
+sign \x7087 236-123
+sign \x5DEC 236-23
+sign \x9660 236-123
+sign \x94FA 236-12
+sign \x75E1 236-123
+sign \x64B2 236-123
+sign \x5657 236-123
+sign \x92EA 236-12
+sign \x64C8 236-1236
+sign \x9BC6 236-123
+sign \x4EC6 236-123
+sign \x5724 236-126
+sign \x530D 236-126
+sign \x8386 236-126
+sign \x83E9 236-126
+sign \x812F 235-1236
+sign \x8461 236-126
+sign \x83D0 236-126
+sign \x84B1 236-126
+sign \x84B2 236-126
+sign \x8705 235-1236
+sign \x917A 236-126
+sign \x50D5 236-126
+sign \x58A3 236-126
+sign \x735B 236-126
+sign \x749E 236-126
+sign \x77A8 236-126
+sign \x9564 236-126
+sign \x7A59 236-126
+sign \x6FEE 236-126
+sign \x8D0C 236-126
+sign \x93F7 236-126
+sign \x7E80 236-126
+sign \x6734 236-1236
+sign \x57D4 236-1236
+sign \x5703 236-1236
+sign \x6D66 236-1236
+sign \x70F3 236-1236
+sign \x666E 236-1236
+sign \x5711 236-1236
+sign \x6EA5 236-1236
+sign \x669C 236-1236
+sign \x8C31 236-1236
+sign \x8AE9 236-1236
+sign \x6F7D 236-123
+sign \x6A38 236-1236
+sign \x6C06 236-1236
+sign \x6A8F 236-1236
+sign \x9568 236-1236
+sign \x8E7C 236-1236
+sign \x8B5C 236-1236
+sign \x9420 236-1236
+sign \x8216 236-12
+sign \x8217 236-12
+sign \x7011 236-1236
+sign \x66DD 236-12
+sign \x4E03 135-123
+sign \x8FC9 135-123
+sign \x6C8F 135-123
+sign \x59BB 135-123
+sign \x67D2 135-123
+sign \x6053 135-123
+sign \x6816 135-123
+sign \x6864 135-123
+sign \x90EA 135-123
+sign \x7F3C 1356-234
+sign \x51C4 135-123
+sign \x637F 135-123
+sign \x840B 135-123
+sign \x687C 135-123
+sign \x621A 135-123
+sign \x6DD2 135-123
+sign \x60BD 135-123
+sign \x5A38 135-123
+sign \x671E 135-123
+sign \x671F 135-123
+sign \x6B3A 135-123
+sign \x68F2 135-123
+sign \x7D2A 135-123
+sign \x50B6 135-123
+sign \x8904 135-123
+sign \x69BF 135-123
+sign \x5601 135-123
+sign \x50DB 135-123
+sign \x6F06 135-123
+sign \x617D 135-123
+sign \x7DC0 135-123
+sign \x617C 135-123
+sign \x8AC6 135-123
+sign \x970B 135-123
+sign \x8AFF 1256-1236
+sign \x8E4A 125-123
+sign \x9B4C 135-123
+sign \x9D78 135-126
+sign \x9D88 135-123
+sign \x93DA 135-123
+sign \x4E93 135-126
+sign \x9F50 135-126
+sign \x7941 135-126
+sign \x573B 135-126
+sign \x82AA 135-126
+sign \x5C90 135-126
+sign \x5C93 135-126
+sign \x5E88 135-16
+sign \x5FEF 135-126
+sign \x5176 135-126
+sign \x5947 135-126
+sign \x6B67 135-126
+sign \x80B5 135-126
+sign \x6589 135-126
+sign \x7948 135-126
+sign \x7947 135-126
+sign \x4E9D 135-126
+sign \x834E 134-126
+sign \x8360 15-12
+sign \x75A7 135-126
+sign \x7AD2 135-126
+sign \x8006 135-126
+sign \x5258 135-126
+sign \x8691 135-126
+sign \x869A 135-126
+sign \x8694 135-126
+sign \x501B 135-123
+sign \x9880 135-126
+sign \x8110 135-126
+sign \x658A 135-126
+sign \x65C2 135-126
+sign \x6391 135-126
+sign \x57FC 135-126
+sign \x8401 135-126
+sign \x8EDD 135-126
+sign \x7566 135-126
+sign \x8DC2 135-126
+sign \x5E3A 135-126
+sign \x5D0E 135-126
+sign \x91EE 135-126
+sign \x7309 135-126
+sign \x6DC7 135-126
+sign \x9A90 135-126
+sign \x9A91 135-126
+sign \x742A 135-126
+sign \x7426 135-126
+sign \x68CA 135-126
+sign \x68CB 135-126
+sign \x86F4 135-126
+sign \x5D5C 135-126
+sign \x797A 135-126
+sign \x7881 135-126
+sign \x7895 135-126
+sign \x951C 135-126
+sign \x9B3E 15-12
+sign \x9B3F 135-126
+sign \x980E 135-126
+sign \x612D 135-126
+sign \x8900 135-126
+sign \x871D 135-126
+sign \x7DA6 135-126
+sign \x871E 135-126
+sign \x9F4A 135-126
+sign \x65D7 135-126
+sign \x7CB8 135-126
+sign \x7DA8 135-126
+sign \x7DA5 135-126
+sign \x7DD5 145-123
+sign \x7482 135-126
+sign \x8572 135-126
+sign \x8E11 15-123
+sign \x79A5 135-126
+sign \x87A7 135-126
+sign \x9CAF 135-126
+sign \x85C4 135-126
+sign \x9BA8 25-12
+sign \x6FDD 135-126
+sign \x61E0 15-12
+sign \x9A0F 135-126
+sign \x9A0E 135-126
+sign \x6AC0 135-126
+sign \x6AB1 135-126
+sign \x7C31 135-126
+sign \x81CD 135-126
+sign \x9CCD 135-126
+sign \x8604 135-126
+sign \x9D80 135-126
+sign \x9BD5 135-126
+sign \x9E92 135-126
+sign \x9B10 135-126
+sign \x8810 135-126
+sign \x7C4F 135-126
+sign \x8269 135-126
+sign \x7E83 135-126
+sign \x9A39 135-126
+sign \x9B55 135-126
+sign \x9C2D 135-126
+sign \x7382 135-126
+sign \x9EA1 135-126
+sign \x4E5E 135-1236
+sign \x9094 135-1236
+sign \x8291 135-1236
+sign \x5C7A 135-1236
+sign \x5C82 135-1236
+sign \x4F01 135-1236
+sign \x7398 135-1236
+sign \x675E 135-1236
+sign \x76C0 135-1236
+sign \x5447 135-1236
+sign \x542F 135-1236
+sign \x8D77 135-1236
+sign \x5518 135-1236
+sign \x8C48 135-1236
+sign \x5554 135-1236
+sign \x555F 135-1236
+sign \x5553 135-1236
+sign \x5A4D 135-1236
+sign \x7EEE 135-1236
+sign \x68E8 135-1236
+sign \x6675 135-1236
+sign \x88FF 25-1236
+sign \x7DAE 135-156
+sign \x7DBA 135-1236
+sign \x8AEC 135-1236
+sign \x7C2F 135-1236
+sign \x95D9 135-1236
+sign \x6C14 135-12
+sign \x8BAB 135-12
+sign \x6C17 135-12
+sign \x8FC4 135-12
+sign \x6C54 135-12
+sign \x829E 135-12
+sign \x77F5 135-12
+sign \x5F03 135-12
+sign \x6C7D 135-12
+sign \x7081 135-12
+sign \x76F5 135-12
+sign \x6CE3 135-12
+sign \x5951 135-12
+sign \x780C 135-12
+sign \x54A0 135-12
+sign \x6814 135-12
+sign \x6C23 135-12
+sign \x8A16 135-12
+sign \x552D 135-12
+sign \x6B2B 135-12
+sign \x847A 135-12
+sign \x5921 135-12
+sign \x68C4 135-12
+sign \x6E46 135-12
+sign \x6E47 135-12
+sign \x6112 13-1245
+sign \x789B 135-12
+sign \x78B6 135-12
+sign \x66A3 135-12
+sign \x7508 135-12
+sign \x69ED 135-12
+sign \x5650 135-12
+sign \x6187 135-12
+sign \x78E7 135-12
+sign \x78E9 135-12
+sign \x78DC 135-12
+sign \x5668 135-12
+sign \x61A9 135-12
+sign \x85BA 15-12
+sign \x87FF 135-12
+sign \x7F4A 135-12
+sign \x7918 23456-24
+sign \x9F1C 135-12
+sign \x6390 135-2345
+sign \x845C 135-2345
+sign \x6118 13-24
+sign \x6433 126-2456
+sign \x62E4 135-23456
+sign \x5CE0 135-23456
+sign \x9160 135-23456
+sign \x8DD2 135-23456
+sign \x9790 135-23456
+sign \x5736 135-245
+sign \x51BE 135-245
+sign \x5E22 135-245
+sign \x6D3D 135-245
+sign \x6070 135-245
+sign \x7848 135-245
+sign \x6B8E 135-245
+sign \x9AC2 135-245
+sign \x5343 135-1234
+sign \x4EDF 135-1234
+sign \x9621 135-1234
+sign \x5732 135-1234
+sign \x6266 135-1234
+sign \x828A 135-1234
+sign \x8FC1 135-1234
+sign \x5731 135-1234
+sign \x6C58 135-1234
+sign \x5977 135-1234
+sign \x833E 135-1234
+sign \x6744 135-1234
+sign \x5C8D 135-1234
+sign \x4F65 135-1234
+sign \x6C67 135-1234
+sign \x81E4 135-1234
+sign \x948E 135-1234
+sign \x6B26 135-1234
+sign \x7ACF 135-1234-124-135
+sign \x62EA 135-1234
+sign \x7275 135-1234
+sign \x7C81 135-1234
+sign \x8688 135-1234
+sign \x94C5 135-1234
+sign \x8C38 135-1234
+sign \x60AD 135-1234
+sign \x5B6F 135-1234
+sign \x5A5C 135-1234
+sign \x91FA 135-1234
+sign \x727D 135-1234
+sign \x96C3 15-1234
+sign \x6394 135-1234
+sign \x9206 135-1234
+sign \x8C26 135-1234
+sign \x7B7E 135-1234
+sign \x6106 135-1234
+sign \x925B 135-1234
+sign \x50C9 135-1234
+sign \x9E50 135-1234
+sign \x647C 13-135
+sign \x6481 135-1234
+sign \x7B9E 135-1234
+sign \x6173 135-1234
+sign \x6434 135-1234
+sign \x9CFD 15-1234
+sign \x9077 135-1234
+sign \x8AD0 135-1234
+sign \x8930 135-1234
+sign \x8B19 135-1234
+sign \x9845 135-1234
+sign \x6AB6 135-1234
+sign \x6511 135-1234
+sign \x6510 135-1234
+sign \x6ACF 135-1234
+sign \x7C3D 135-1234
+sign \x9D6E 135-1234
+sign \x6513 135-1234
+sign \x9431 15-124
+sign \x9DBC 15-1234
+sign \x9B1D 135-1234
+sign \x9B1C 135-1234
+sign \x7C64 135-1234
+sign \x97C6 135-1234
+sign \x74E9 135-1234-26-23456
+sign \x5C92 135-1246
+sign \x62D1 135-1246
+sign \x94A4 135-1246
+sign \x524D 135-1246
+sign \x6B6C 135-1246
+sign \x8654 135-1246
+sign \x94B1 135-1246
+sign \x94B3 135-1246
+sign \x63AE 135-1246
+sign \x4E7E 1-1234
+sign \x8EE1 135-1246
+sign \x5042 135-1234
+sign \x6701 135-1246
+sign \x9210 135-1246
+sign \x5A8A 135-1246
+sign \x9257 135-1246
+sign \x9246 1456-1234
+sign \x5898 135-1246
+sign \x69A9 135-1246
+sign \x7B9D 135-1246
+sign \x92AD 135-1246
+sign \x8541 135-1246
+sign \x7FAC 135-1246
+sign \x6F5C 135-1246
+sign \x6F5B 135-1246
+sign \x6A6C 135-1246
+sign \x9ED4 135-1246
+sign \x9322 135-1246
+sign \x9EDA 135-1246
+sign \x9A1D 135-1246
+sign \x9A1A 135-1246
+sign \x6FF3 135-1246
+sign \x7C56 135-1246
+sign \x9C2C 135-1246
+sign \x704A 135-1246
+sign \x51F5 13-12346
+sign \x80B7 135-12346
+sign \x6D45 135-12346
+sign \x6DFA 135-12346
+sign \x9063 135-12346
+sign \x5D70 135-12346
+sign \x69CF 135-12346
+sign \x8738 135-12346
+sign \x8C34 135-12346
+sign \x7F31 135-12346
+sign \x7E7E 135-12346
+sign \x8B74 135-12346
+sign \x9453 135-12346
+sign \x6B20 135-124
+sign \x520B 135-124
+sign \x82A1 135-124
+sign \x831C 135-124
+sign \x5029 135-124
+sign \x6093 135-124
+sign \x5811 135-124
+sign \x68C8 135-124
+sign \x6920 135-124
+sign \x5D4C 135-124
+sign \x84A8 135-124
+sign \x7698 135-124
+sign \x614A 135-124
+sign \x8533 135-124
+sign \x5879 135-124
+sign \x6B49 135-124
+sign \x8F24 135-124
+sign \x69E7 135-124
+sign \x7BCF 135-124
+sign \x5119 135-124
+sign \x7BDF 135-124
+sign \x58CD 135-124
+sign \x5B31 135-124
+sign \x7E34 135-124
+sign \x93F2 135-1234
+sign \x9C1C 15-1234
+sign \x7F8C 135-1345
+sign \x73B1 135-1345
+sign \x67AA 135-1345
+sign \x6217 135-1345
+sign \x6215 135-1345
+sign \x65A8 135-1345
+sign \x7F97 135-1345
+sign \x7310 135-1345
+sign \x7437 1356-24
+sign \x554C 135-1345
+sign \x690C 135-1345
+sign \x55F4 135-1345
+sign \x8154 135-1345
+sign \x7347 135-1345
+sign \x6EAC 135-1345
+sign \x8723 135-1345
+sign \x9516 135-1345
+sign \x7472 135-1345
+sign \x69CD 135-1345
+sign \x5D88 135-1345
+sign \x9535 135-1345
+sign \x6227 135-1345
+sign \x7FAB 135-1345
+sign \x7244 135-1345
+sign \x7BEC 135-1345
+sign \x9306 135-1345
+sign \x8B12 135-1345
+sign \x8E61 135-1345
+sign \x9397 135-1345
+sign \x93D8 135-1345
+sign \x5F37 135-1456
+sign \x5F3A 135-1456
+sign \x5899 135-1456
+sign \x8537 135-1456
+sign \x5AF1 135-1456
+sign \x8503 135-1456
+sign \x6A2F 135-1456
+sign \x6F12 135-1456
+sign \x58BB 135-1456
+sign \x8594 135-1456
+sign \x5EE7 135-1456
+sign \x5B19 135-1456
+sign \x6AA3 135-1456
+sign \x7246 135-1456
+sign \x8262 135-1456
+sign \x8620 135-1456
+sign \x62A2 135-13456
+sign \x7F9F 135-13456
+sign \x6436 135-13456
+sign \x7FA5 135-13456
+sign \x6464 135-1345
+sign \x52E5 15-145
+sign \x588F 135-13456
+sign \x956A 135-1345
+sign \x8941 135-13456
+sign \x7E48 135-13456
+sign \x7E66 135-13456
+sign \x93F9 135-1345
+sign \x545B 135-145
+sign \x709D 135-145
+sign \x5534 135-145
+sign \x8DC4 135-145
+sign \x55C6 135-145
+sign \x7197 135-145
+sign \x8E4C 135-145
+sign \x7FBB 135-145
+sign \x6084 135-12356
+sign \x7857 135-1235
+sign \x90FB 135-1235
+sign \x8DF7 135-1235
+sign \x9125 135-1235
+sign \x8E0D 135-1235
+sign \x9539 135-1235
+sign \x5281 135-1235
+sign \x6572 135-1235
+sign \x6BC3 135-1235
+sign \x589D 135-1235
+sign \x981D 135-1235
+sign \x6A47 135-1235
+sign \x5E67 135-1235
+sign \x71C6 135-1235
+sign \x7F32 135-1235
+sign \x6A7E 1246-123
+sign \x78FD 135-1235
+sign \x936B 135-1235
+sign \x936C 135-1235
+sign \x7E51 135-1235
+sign \x8DAC 135-1235
+sign \x8E7A 135-1235
+sign \x8E7B 135-1235
+sign \x4E54 135-1256
+sign \x4FA8 135-1256
+sign \x835E 135-1256
+sign \x834D 135-1256
+sign \x5CE4 135-1256
+sign \x6865 135-1256
+sign \x785A 135-1256
+sign \x55AC 135-1256
+sign \x9121 135-1235
+sign \x69D7 135-1256
+sign \x50D1 135-1256
+sign \x8C2F 135-1256
+sign \x58A7 135-1256
+sign \x9792 135-1256
+sign \x854E 135-1256
+sign \x563A 135-1256
+sign \x5DA0 135-1256
+sign \x6194 135-1256
+sign \x5AF6 135-1256
+sign \x6A4B 135-1256
+sign \x6A35 135-1256
+sign \x729E 135-1256
+sign \x7904 135-1256
+sign \x77A7 135-1256
+sign \x7644 135-1256
+sign \x8DAB 135-1256
+sign \x85EE 135-1256
+sign \x8B59 135-1256
+sign \x9408 135-1256
+sign \x97BD 135-1256
+sign \x9866 135-1256
+sign \x5DE7 135-12356
+sign \x91E5 135-12356
+sign \x6100 135-12356
+sign \x9ADC 135-12356
+sign \x4FCF 135-125
+sign \x8BEE 135-125
+sign \x9657 135-125
+sign \x5CED 135-125
+sign \x5E29 135-125
+sign \x7A8D 135-125
+sign \x6BBC 13-246
+sign \x7FD8 135-125
+sign \x8E03 125-1235
+sign \x8A9A 135-125
+sign \x9ADA 135-125
+sign \x64AC 135-125
+sign \x50FA 135-125
+sign \x58BD 135-1235
+sign \x64BD 135-125
+sign \x9798 135-125
+sign \x97D2 135-125
+sign \x7FF9 135-125
+sign \x97A9 135-125
+sign \x7AC5 135-125
+sign \x8E88 135-125
+sign \x5207 135-234
+sign \x82C6 135-234
+sign \x767F 135-246
+sign \x8304 135-246
+sign \x807A 135-246
+sign \x4E14 135-2346
+sign \x5392 135-24
+sign \x90C4 135-24
+sign \x59BE 135-24
+sign \x602F 135-24
+sign \x5327 135-24
+sign \x7A83 135-24
+sign \x6D2F 135-24
+sign \x6308 135-24
+sign \x5022 15-246
+sign \x608F 135-24
+sign \x7B21 135-24
+sign \x6DC1 135-24
+sign \x60EC 135-24
+sign \x86EA 135-24
+sign \x8D84 135-24
+sign \x611C 135-24
+sign \x6705 135-24
+sign \x9532 135-24
+sign \x7BA7 135-24
+sign \x9B65 15-12
+sign \x7DC1 135-24
+sign \x8E25 135-24
+sign \x7BCB 135-24
+sign \x85D2 135-24
+sign \x7A55 135-24
+sign \x9365 135-24
+sign \x9BDC 135-24
+sign \x9411 135-24
+sign \x7C61 135-24
+sign \x7ACA 135-24
+sign \x94A6 135-13
+sign \x4FB5 135-13
+sign \x4EB2 135-13
+sign \x887E 135-13
+sign \x9A8E 135-13
+sign \x83F3 135-13
+sign \x5D5A 135-13
+sign \x5A87 135-13
+sign \x7D85 135-13
+sign \x8A9B 135-13
+sign \x5D94 135-13
+sign \x99F8 135-13
+sign \x9849 135-13
+sign \x9BBC 135-13
+sign \x5BF4 135-13
+sign \x6272 135-1246
+sign \x82B9 135-16
+sign \x82A9 135-16
+sign \x5FF4 135-1246
+sign \x79E6 135-16
+sign \x73E1 135-16
+sign \x57C1 1345-16
+sign \x8039 135-16
+sign \x83E6 135-16
+sign \x8699 135-1246
+sign \x6366 135-16
+sign \x7439 135-16
+sign \x7434 135-16
+sign \x9219 135-16
+sign \x922B 135-16
+sign \x79BD 135-16
+sign \x96C2 135-16
+sign \x52E4 135-16
+sign \x9772 135-16
+sign \x55EA 135-16
+sign \x6EB1 14-13
+sign \x5AC0 135-16
+sign \x64D2 135-16
+sign \x65B3 135-16
+sign \x5659 135-16
+sign \x9CF9 135-16
+sign \x6A8E 135-16
+sign \x8793 135-16
+sign \x763D 135-16
+sign \x6FBF 135-16
+sign \x61C4 135-16
+sign \x61C3 135-16
+sign \x8804 135-16
+sign \x9D6D 135-16
+sign \x5745 135-136
+sign \x6611 135-136
+sign \x7B09 135-136
+sign \x8D7E 135-136
+sign \x8D7A 25-136
+sign \x68AB 135-136
+sign \x9513 135-136
+sign \x5BD1 135-136
+sign \x5BDD 135-136
+sign \x5BE2 135-136
+sign \x92DF 135-136
+sign \x87BC 135-136
+sign \x628B 135-1
+sign \x5423 135-1
+sign \x6C81 135-1
+sign \x5422 135-1
+sign \x551A 135-1
+sign \x83E3 135-1
+sign \x63FF 135-1
+sign \x6407 135-1
+sign \x64B3 135-1
+sign \x85FD 135-1
+sign \x7019 135-1
+sign \x9752 135-135
+sign \x9751 135-135
+sign \x8F7B 135-135
+sign \x6C22 135-135
+sign \x90EC 135-135
+sign \x503E 135-135
+sign \x537F 135-135
+sign \x57E5 135-135
+sign \x570A 135-135
+sign \x6C2B 135-135
+sign \x5EBC 135-1356
+sign \x6E05 135-135
+sign \x6DF8 135-135
+sign \x5BC8 135-135
+sign \x8EFD 135-135
+sign \x50BE 135-135
+sign \x8F15 135-135
+sign \x873B 135-135
+sign \x7DAA 135-124
+sign \x6F00 135-1356
+sign \x9CAD 135-135
+sign \x9D84 135-135
+sign \x9BD6 135-135
+sign \x944B 135-135
+sign \x591D 135-156
+sign \x7520 135-156
+sign \x52CD 135-156
+sign \x5568 25-135
+sign \x60C5 135-156
+sign \x68FE 135-156
+sign \x6674 135-156
+sign \x6C30 135-156
+sign \x6692 135-156
+sign \x6A08 135-156
+sign \x6AA0 135-156
+sign \x64CE 135-156
+sign \x9EE5 135-156
+sign \x82D8 135-1356
+sign \x9877 135-1356
+sign \x8BF7 135-1356
+sign \x9803 135-1356
+sign \x5ECE 135-1356
+sign \x8ACB 135-1356
+sign \x8B26 135-1356
+sign \x6ABE 135-1356
+sign \x5E86 135-15
+sign \x51CA 135-15
+sign \x6385 135-15
+sign \x6BB8 135-15
+sign \x7883 135-15
+sign \x9758 135-15
+sign \x7B90 135-15
+sign \x6176 135-15
+sign \x78EC 135-15
+sign \x89AA 135-13
+sign \x7F44 135-15
+sign \x512C 135-15
+sign \x6FEA 135-15
+sign \x6AE6 135-15
+sign \x536D 1356-156
+sign \x909B 1356-156
+sign \x5B86 1356-156
+sign \x7A77 1356-156
+sign \x8315 1356-156
+sign \x7A79 1356-156
+sign \x684F 1356-156
+sign \x8D79 1356-156
+sign \x7B3B 1356-156
+sign \x7B47 1356-156
+sign \x743C 1356-156
+sign \x86E9 1356-156
+sign \x86EC 1356-156
+sign \x712D 1356-156
+sign \x712A 1356-156
+sign \x60F8 1356-156
+sign \x8DEB 1356-156
+sign \x7758 1356-156
+sign \x7162 1356-156
+sign \x718D 1356-156
+sign \x928E 1356-156
+sign \x7AAE 1356-156
+sign \x6A69 1356-156
+sign \x511D 1356-156
+sign \x618C 1356-156
+sign \x85D1 1356-156
+sign \x74CA 1356-156
+sign \x85ED 1356-156
+sign \x7AC6 1356-156
+sign \x74D7 26-3456
+sign \x4E18 135-134
+sign \x4E20 135-134
+sign \x90B1 135-134
+sign \x5775 135-134
+sign \x79CB 135-134
+sign \x79CC 135-134
+sign \x6058 135-134
+sign \x86AF 135-134
+sign \x8429 135-134
+sign \x5A9D 135-134
+sign \x6E6B 135-134
+sign \x6978 135-134
+sign \x9E59 135-134
+sign \x8775 135-134
+sign \x7BCD 135-134
+sign \x7DE7 135-134
+sign \x8DA5 135-134
+sign \x7A50 135-134
+sign \x9CC5 135-134
+sign \x97A6 135-134
+sign \x97A7 135-134
+sign \x87D7 135-134
+sign \x8612 135-134
+sign \x9D96 135-134
+sign \x9C0D 135-134
+sign \x9C0C 135-134
+sign \x9F9D 135-134
+sign \x53B9 135-146
+sign \x738C 135-146
+sign \x624F 135-146
+sign \x56DA 135-146
+sign \x53F4 135-146
+sign \x72B0 135-146
+sign \x6739 135-146
+sign \x808D 135-146
+sign \x6C53 135-146
+sign \x6C42 135-146
+sign \x866C 135-146
+sign \x866F 135-146
+sign \x6CC5 135-146
+sign \x4FC5 135-146
+sign \x91D3 1-2456
+sign \x89D3 135-146
+sign \x8A04 135-146
+sign \x8A05 135-146
+sign \x914B 135-146
+sign \x838D 135-146
+sign \x9011 135-146
+sign \x900E 135-146
+sign \x5512 135-146
+sign \x91DA 135-146
+sign \x6D57 135-146
+sign \x7D0C 135-146
+sign \x7403 135-146
+sign \x6882 135-146
+sign \x6B8F 135-146
+sign \x8D47 135-146
+sign \x6BEC 135-146
+sign \x91FB 135-146
+sign \x76DA 135-146
+sign \x76B3 135-146
+sign \x5D37 135-146
+sign \x9052 135-146
+sign \x6E6D 135-146
+sign \x6E1E 135-146
+sign \x5DEF 135-146
+sign \x88D8 135-146
+sign \x86F7 135-146
+sign \x716A 135-146
+sign \x7D7F 135-146
+sign \x5DF0 135-146
+sign \x8CD5 135-146
+sign \x89E9 135-146
+sign \x7486 135-146
+sign \x8764 135-146
+sign \x92B6 135-146
+sign \x9F3D 135-146
+sign \x9B82 135-146
+sign \x9BC4 135-146
+sign \x8824 135-146
+sign \x9C3D 135-146
+sign \x641D 135-1346
+sign \x7CD7 135-1346
+sign \x533A 1356-123
+sign \x5324 1356-123
+sign \x5C96 1356-123
+sign \x4F49 1356-123
+sign \x4F39 1356-123
+sign \x8BCE 1356-123
+sign \x9639 1356-123
+sign \x9A71 1356-123
+sign \x62BE 1356-123
+sign \x5CB4 1356-123
+sign \x5C48 1356-123
+sign \x80E0 1356-123
+sign \x6D40 1356-123
+sign \x795B 1356-123
+sign \x88AA 1356-123
+sign \x5340 1356-123
+sign \x86C6 1356-123
+sign \x8EAF 1356-123
+sign \x7D36 1356-123
+sign \x8D8B 1356-123
+sign \x86D0 1356-123
+sign \x7B41 1356-123
+sign \x8A58 1356-123
+sign \x7CAC 1356-123
+sign \x99C6 1356-123
+sign \x5D87 1356-123
+sign \x6188 1356-123
+sign \x9EB9 1356-123
+sign \x99C8 1356-123
+sign \x657A 1356-123
+sign \x8AB3 1356-123
+sign \x9AF7 1356-123
+sign \x9B7C 1356-123
+sign \x8DA8 1356-123
+sign \x9EAF 1356-123
+sign \x8EC0 1356-123
+sign \x9EB4 1356-123
+sign \x9EE2 1356-123
+sign \x9A45 1356-123
+sign \x9C38 1356-123
+sign \x9C4B 1356-123
+sign \x4F62 1356-126
+sign \x52AC 1356-126
+sign \x6710 1356-126
+sign \x65AA 1356-126
+sign \x80CA 1356-126
+sign \x83C3 1356-126
+sign \x8850 1356-126
+sign \x9E32 1356-126
+sign \x6E20 1356-126
+sign \x6DED 1356-126
+sign \x7FD1 1356-126
+sign \x7D47 1356-126
+sign \x844B 1356-126
+sign \x8EE5 1356-126
+sign \x8556 1356-126
+sign \x7496 1356-126
+sign \x78F2 1356-126
+sign \x87B6 1356-126
+sign \x9D1D 1356-126
+sign \x74A9 1356-126
+sign \x87DD 1356-126
+sign \x7FF5 1356-126
+sign \x77BF 1356-126
+sign \x9F29 1356-126
+sign \x8627 1356-126
+sign \x5337 156-246
+sign \x5FC2 1356-126
+sign \x7048 1356-126
+sign \x6B0B 1356-126
+sign \x6235 1356-126
+sign \x6C0D 1356-126
+sign \x7C67 1356-126
+sign \x81DE 1356-126
+sign \x766F 1356-126
+sign \x8837 1356-126
+sign \x8862 1356-126
+sign \x8EA3 1356-126
+sign \x883C 1356-126
+sign \x947A 1356-126
+sign \x9E1C 1356-126
+sign \x66F2 1356-123
+sign \x53D6 1356-1236
+sign \x5A36 1356-1236
+sign \x8A53 1356-1236
+sign \x7AEC 1356-1236
+sign \x877A 1356-1236
+sign \x9F8B 1356-1236
+sign \x9F72 1356-1236
+sign \x53BB 1356-12
+sign \x53BA 1356-12
+sign \x521E 1356-12
+sign \x8FF2 1356-12
+sign \x547F 13-2345
+sign \x90E5 24-34
+sign \x801D 1356-12
+sign \x9612 1356-12
+sign \x8DA3 1356-12
+sign \x89D1 1356-12
+sign \x95B4 1356-12
+sign \x9EAE 1356-12
+sign \x95C3 1356-12
+sign \x9F01 1356-12
+sign \x89B7 1356-12
+sign \x89B0 1356-12
+sign \x89BB 1356-12
+sign \x594D 1356-1234
+sign \x5CD1 1356-1246
+sign \x606E 1356-1246
+sign \x609B 1356-1234
+sign \x5708 1356-1234
+sign \x68EC 1356-1234
+sign \x570F 1356-1234
+sign \x99E9 1356-1246
+sign \x9A21 1356-1246
+sign \x9409 1356-1234
+sign \x6743 1356-1246
+sign \x5168 1356-1246
+sign \x4F7A 1356-1246
+sign \x8BE0 1356-1246
+sign \x8343 1356-1246
+sign \x6CC9 1356-1246
+sign \x6D24 1356-1246
+sign \x59FE 1356-1246
+sign \x8F81 1356-1246
+sign \x7277 1356-1246
+sign \x62F3 1356-1246
+sign \x57E2 1356-1246
+sign \x7842 1356-1246
+sign \x5573 1356-1246
+sign \x94E8 1356-1246
+sign \x75CA 1356-1246
+sign \x60D3 1356-1246
+sign \x5A58 1356-1246
+sign \x8472 1356-1246
+sign \x7288 1356-1246
+sign \x7B4C 1356-1246
+sign \x8143 1356-1234
+sign \x6E76 1356-1246
+sign \x7D5F 1356-1246
+sign \x7454 1356-1246
+sign \x643C 1356-1246
+sign \x697E 1356-1246
+sign \x8F07 1356-1246
+sign \x8DE7 1356-1246
+sign \x8A6E 1356-1246
+sign \x89E0 1356-1246
+sign \x8737 1356-1246
+sign \x9293 1356-1246
+sign \x6A29 1356-1246
+sign \x8E21 1356-1246
+sign \x919B 1356-1246
+sign \x7E13 1356-1246
+sign \x95CE 1356-1246
+sign \x9CC8 1356-1246
+sign \x9B08 1356-1246
+sign \x5DCF 1356-1246
+sign \x9C01 1356-1246
+sign \x5B49 1356-1246
+sign \x6B0A 1356-1246
+sign \x9F64 1356-1246
+sign \x98A7 1356-1246
+sign \x8838 1356-1246
+sign \x9874 1356-1246
+sign \x72AC 1356-12346
+sign \x6C71 234-1245
+sign \x753D 1356-12346
+sign \x754E 1356-12346
+sign \x70C7 1356-12346
+sign \x7EFB 1356-12346
+sign \x7DA3 1356-12346
+sign \x8647 1356-12346
+sign \x529D 1356-124
+sign \x5238 1356-124
+sign \x7276 1356-124
+sign \x6926 1356-124
+sign \x52E7 1356-124
+sign \x97CF 1356-124
+sign \x52F8 1356-124
+sign \x7094 1356-234
+sign \x7F3A 1356-234
+sign \x849B 1356-234
+sign \x95D5 1356-24
+sign \x7638 1356-246
+sign \x5374 1356-24
+sign \x537B 1356-24
+sign \x57C6 1356-24
+sign \x5D05 1356-24
+sign \x96BA 12-24
+sign \x60AB 1356-24
+sign \x96C0 1356-24
+sign \x785E 1356-24
+sign \x786E 1356-24
+sign \x8203 125-12
+sign \x9615 1356-24
+sign \x5859 1356-24
+sign \x6409 1356-24
+sign \x9E4A 1356-24
+sign \x76B5 1356-24
+sign \x788F 1356-24
+sign \x9619 1356-24
+sign \x6128 1356-24
+sign \x69B7 1356-24
+sign \x8D9E 1356-24
+sign \x6164 1356-24
+sign \x78BB 135-1235
+sign \x78BA 1356-24
+sign \x95CB 1356-24
+sign \x71E9 1356-24
+sign \x7910 1356-24
+sign \x9D72 1356-24
+sign \x792D 1356-24
+sign \x590B 1356-13
+sign \x56F7 1356-13
+sign \x5CEE 1356-13
+sign \x9021 1356-13
+sign \x8F11 25-136
+sign \x5E2C 1356-16
+sign \x88D9 1356-16
+sign \x88E0 1356-16
+sign \x7FA3 1356-16
+sign \x7FA4 1356-16
+sign \x5184 35-12346
+sign \x5465 35-1246
+sign \x80B0 35-1246
+sign \x67DF 1234-1246
+sign \x887B 35-1246
+sign \x8887 35-1246
+sign \x86A6 35-1246
+sign \x88A1 35-1246
+sign \x86BA 35-1246
+sign \x8211 234-1234
+sign \x7136 35-1246
+sign \x9AE5 35-1246
+sign \x9AEF 35-1246
+sign \x562B 35-1246
+sign \x71C3 35-1246
+sign \x7E4E 35-1246
+sign \x5189 35-12346
+sign \x82D2 35-12346
+sign \x59CC 35-12346
+sign \x73C3 35-12346
+sign \x67D3 35-12346
+sign \x8485 35-12346
+sign \x5AA3 35-12346
+sign \x6A6A 35-12346
+sign \x8E68 12345-12346
+sign \x7A63 35-1456
+sign \x737D 35-1456
+sign \x703C 35-1456
+sign \x5B43 35-1456
+sign \x79B3 35-1456
+sign \x7A70 35-1456
+sign \x74E4 35-1456
+sign \x8E9F 35-1456
+sign \x9B24 35-1456
+sign \x58CC 35-13456
+sign \x58E4 35-13456
+sign \x6518 35-13456
+sign \x56B7 35-13456
+sign \x7219 35-13456
+sign \x8BA9 35-145
+sign \x8B72 35-145
+sign \x61F9 35-145
+sign \x8B93 35-145
+sign \x835B 35-1256
+sign \x9976 35-1256
+sign \x5A06 35-1256
+sign \x6861 35-1256
+sign \x5B08 35-1256
+sign \x6A48 35-1256
+sign \x8953 35-1256
+sign \x9952 35-1256
+sign \x72AA 136-346
+sign \x6270 35-12356
+sign \x96A2 35-12356
+sign \x64FE 35-12356
+sign \x7ED5 35-125
+sign \x9076 35-125
+sign \x87EF 1234-1256
+sign \x7E5E 35-125
+sign \x60F9 35-2346
+sign \x70ED 35-24
+sign \x71B1 35-24
+sign \x4EBA 35-16
+sign \x58EC 35-16
+sign \x4EC1 35-16
+sign \x5FC8 35-16
+sign \x6732 35-16
+sign \x82A2 35-16
+sign \x79C2 35-16
+sign \x5FCE 35-16
+sign \x9213 35-16
+sign \x9B5C 35-16
+sign \x928B 35-16
+sign \x9D40 35-16
+sign \x5FCD 35-136
+sign \x834F 35-136
+sign \x8375 35-136
+sign \x6823 35-136
+sign \x6820 35-136
+sign \x6D8A 12345-12346
+sign \x79F9 35-136
+sign \x68EF 356-136
+sign \x7A14 35-136
+sign \x7D9B 35-2
+sign \x8EB5 35-136
+sign \x5203 35-1
+sign \x5204 35-1
+sign \x8BA4 35-1
+sign \x4EDE 35-1
+sign \x4EED 35-1
+sign \x8BB1 35-1
+sign \x6268 35-1
+sign \x5C7B 35-1
+sign \x4EFB 35-1
+sign \x7EAB 35-1
+sign \x97E7 35-1
+sign \x6752 35-1
+sign \x8F6B 35-1
+sign \x7263 35-1
+sign \x8095 35-1
+sign \x996A 35-1
+sign \x598A 35-1
+sign \x7EB4 35-1
+sign \x794D 35-1
+sign \x887D 35-1
+sign \x59D9 35-1
+sign \x7D09 35-1
+sign \x8ED4 35-1
+sign \x8A12 35-1
+sign \x7D1D 35-1
+sign \x6895 35-1
+sign \x91F0 35-12
+sign \x88B5 35-1
+sign \x976D 35-1
+sign \x9771 35-1
+sign \x98EA 35-1
+sign \x814D 35-1
+sign \x97CC 35-1
+sign \x7D4D 35-1
+sign \x9901 35-1
+sign \x8A8D 35-1
+sign \x6254 35-135
+sign \x4ECD 35-156
+sign \x8FB8 35-156
+sign \x793D 35-156
+sign \x967E 35-156
+sign \x82BF 35-156
+sign \x65E5 35-12
+sign \x9A72 35-12
+sign \x9224 35-12
+sign \x99B9 35-12
+sign \x620E 356-156
+sign \x809C 356-156
+sign \x8319 356-156
+sign \x8338 356-156
+sign \x8363 356-156
+sign \x72E8 356-156
+sign \x6804 356-156
+sign \x7ED2 356-156
+sign \x5CF5 356-156
+sign \x6BE7 356-156
+sign \x5BB9 356-156
+sign \x70FF 356-156
+sign \x6411 356-156
+sign \x5D58 356-156
+sign \x509B 356-156
+sign \x7FA2 356-156
+sign \x5AB6 356-156
+sign \x7D68 356-156
+sign \x6408 356-156
+sign \x84C9 356-156
+sign \x69B5 356-156
+sign \x5D64 356-156
+sign \x6EB6 356-156
+sign \x5AC6 356-156
+sign \x7462 356-156
+sign \x6995 356-156
+sign \x7A41 356-156
+sign \x69AE 356-156
+sign \x7194 356-156
+sign \x877E 356-156
+sign \x9555 356-156
+sign \x8923 356-156
+sign \x7E19 356-156
+sign \x9AF6 356-156
+sign \x99E5 356-156
+sign \x878D 356-156
+sign \x878E 356-156
+sign \x5DB8 356-156
+sign \x5B2B 356-156
+sign \x9394 356-156
+sign \x7203 356-156
+sign \x701C 356-156
+sign \x66E7 356-156
+sign \x8811 356-156
+sign \x5197 356-1356
+sign \x5B82 356-1356
+sign \x5748 356-1356
+sign \x5087 356-1356
+sign \x6C04 356-1356
+sign \x7A43 356-15
+sign \x79B8 35-146
+sign \x67D4 35-146
+sign \x7C88 35-146
+sign \x63C9 35-146
+sign \x8447 35-146
+sign \x6E18 35-146
+sign \x5A83 35-146
+sign \x7448 35-146
+sign \x816C 35-146
+sign \x7163 35-1346
+sign \x875A 35-146
+sign \x7CC5 35-146
+sign \x8F2E 35-146
+sign \x8E42 35-146
+sign \x9352 35-146
+sign \x97A3 35-146
+sign \x74C7 35-146
+sign \x9A25 35-146
+sign \x9C07 35-146
+sign \x9D94 35-146
+sign \x97D6 35-1346
+sign \x8089 35-14
+sign \x5B8D 35-14
+sign \x697A 35-1346
+sign \x909A 356-126
+sign \x5982 356-126
+sign \x4F9E 356-126
+sign \x8339 356-126
+sign \x5E24 356-126
+sign \x6847 356-126
+sign \x6310 356-126
+sign \x94F7 356-126
+sign \x88BD 356-126
+sign \x7B4E 356-126
+sign \x6E2A 356-126
+sign \x92A3 356-126
+sign \x8560 356-126
+sign \x5112 356-126
+sign \x9D11 356-126
+sign \x85B7 356-126
+sign \x5685 356-126
+sign \x7373 1234-14
+sign \x6FE1 356-126
+sign \x5B7A 356-126
+sign \x5B2C 356-126
+sign \x9D3D 356-126
+sign \x66D8 356-126
+sign \x81D1 1234-125
+sign \x71F8 356-126
+sign \x8966 356-126
+sign \x98A5 356-126
+sign \x8815 356-126
+sign \x7E7B 356-126
+sign \x91B9 356-126
+sign \x986C 356-126
+sign \x9C6C 356-126
+sign \x6C5D 356-1236
+sign \x8097 356-1236
+sign \x4E73 356-1236
+sign \x8FB1 356-1236
+sign \x910F 356-1236
+sign \x64E9 356-1236
+sign \x5165 356-12
+sign \x6256 356-12
+sign \x6741 356-12
+sign \x6D33 356-12
+sign \x84D0 356-12
+sign \x55D5 356-12
+sign \x9CF0 356-12
+sign \x6EBD 356-12
+sign \x5AB7 356-12
+sign \x7F1B 356-12
+sign \x8925 356-12
+sign \x7E1F 356-12
+sign \x648B 356-1246
+sign \x58D6 356-1246
+sign \x962E 356-12346
+sign \x8F6F 356-12346
+sign \x670A 356-12346
+sign \x800E 356-12346
+sign \x8EDF 356-12346
+sign \x5044 356-12346
+sign \x611E 12346-24
+sign \x5A86 356-12346
+sign \x744C 356-12346
+sign \x815D 356-12346
+sign \x789D 356-12346
+sign \x8761 356-12346
+sign \x7DDB 356-12346
+sign \x8F2D 356-12346
+sign \x74C0 356-12346
+sign \x791D 356-12346
+sign \x7524 356-346
+sign \x7DCC 356-346
+sign \x8564 356-346
+sign \x6875 356-346
+sign \x60E2 356-3456
+sign \x854B 356-3456
+sign \x854A 356-3456
+sign \x6A64 356-3456
+sign \x7E60 356-3456
+sign \x8603 356-3456
+sign \x8602 356-3456
+sign \x82AE 356-34
+sign \x6C6D 356-34
+sign \x6798 356-34
+sign \x868B 356-34
+sign \x9510 356-34
+sign \x745E 356-34
+sign \x8739 356-34
+sign \x777F 356-34
+sign \x92B3 356-34
+sign \x92ED 356-34
+sign \x53E1 356-34
+sign \x58E1 356-34
+sign \x95F0 356-1
+sign \x6DA6 356-1
+sign \x958F 356-1
+sign \x95A0 356-1
+sign \x6F64 356-1
+sign \x6A4D 356-1
+sign \x53D2 356-24
+sign \x82E5 356-24
+sign \x9100 356-24
+sign \x504C 356-24
+sign \x5F31 356-24
+sign \x712B 356-24
+sign \x6E03 356-24
+sign \x5A7C 356-24
+sign \x6949 356-24
+sign \x84BB 356-24
+sign \x5D76 356-24
+sign \x7BAC 356-24
+sign \x7BDB 356-24
+sign \x7207 356-24
+sign \x9C19 356-24
+sign \x9C2F 356-24
+sign \x9DB8 356-24
+sign \x4EE8 1245-2345
+sign \x6D12 1245-23456
+sign \x8A2F 1245-23456
+sign \x9778 1245-23456
+sign \x6492 1245-23456
+sign \x6F75 1245-124
+sign \x7051 1245-23456
+sign \x5345 1245-245
+sign \x9491 1245-12
+sign \x98D2 1245-245
+sign \x810E 1245-245
+sign \x8428 1245-245
+sign \x99BA 1245-245
+sign \x644B 1245-245
+sign \x96A1 1245-245
+sign \x98AF 1245-245
+sign \x85A9 1245-245
+sign \x6AD2 1245-245
+sign \x6BE2 1245-12345
+sign \x63CC 1245-12345
+sign \x6BF8 12456-345
+sign \x816E 1245-12345
+sign \x585E 1245-12345
+sign \x5625 1245-12345
+sign \x567B 1245-12345
+sign \x9CC3 1245-12345
+sign \x984B 1245-12345
+sign \x9C13 1245-12345
+sign \x55EE 1245-123456
+sign \x8D5B 1245-1245
+sign \x50FF 1245-1245
+sign \x8CFD 1245-1245
+sign \x7C3A 1245-1245
+sign \x4E09 1245-1234
+sign \x5F61 1245-1234
+sign \x6C35 1246-3456
+sign \x5F0E 1245-1234
+sign \x53C1 1245-1234
+sign \x6BF6 1245-1234
+sign \x6BF5 1245-1234
+sign \x5381 1245-1234
+sign \x7299 1245-1234
+sign \x6BFF 1245-1234
+sign \x9B16 1245-1234
+sign \x4F1E 1245-12346
+sign \x5098 1245-12346
+sign \x7CC1 124-13
+sign \x9993 1245-12346
+sign \x7CC2 1245-1234
+sign \x6A75 145-1234
+sign \x7CDD 124-13
+sign \x7CE4 1245-12346
+sign \x7CE3 1245-12346
+sign \x7E56 1245-12346
+sign \x93D2 135-1235
+sign \x93FE 1245-12346
+sign \x994A 1245-12346
+sign \x4FD5 1245-124
+sign \x6563 1245-124
+sign \x9590 1245-124
+sign \x6852 1245-1345
+sign \x6851 1245-1345
+sign \x55AA 1245-145
+sign \x69E1 1245-1345
+sign \x6421 1245-13456
+sign \x55D3 1245-13456
+sign \x78C9 1245-13456
+sign \x892C 1245-13456
+sign \x98A1 1245-13456
+sign \x939F 1245-13456
+sign \x9859 1245-13456
+sign \x4E27 1245-145
+sign \x63BB 1245-1235
+sign \x6414 1245-1235
+sign \x6E9E 1245-1235
+sign \x6145 1245-1235
+sign \x9A9A 1245-1235
+sign \x7F2B 1245-1235
+sign \x9135 1345-125
+sign \x87A6 1245-1235
+sign \x61C6 1345-12356
+sign \x9CCB 1245-1235
+sign \x7E45 1245-1235
+sign \x9A12 1245-1235
+sign \x98BE 1245-1235
+sign \x9A37 1245-1235
+sign \x9C20 1245-1235
+sign \x9C62 1245-1235
+sign \x626B 1245-12356
+sign \x6383 1245-12356
+sign \x5AC2 1245-12356
+sign \x57FD 1245-125
+sign \x7619 1245-125
+sign \x6C09 1245-125
+sign \x81CA 1245-1235
+sign \x77C2 1245-125
+sign \x9430 135-1235
+sign \x9ADE 1245-125
+sign \x8272 1245-24
+sign \x6D13 1245-24
+sign \x681C 1245-24
+sign \x6DA9 1245-24
+sign \x556C 1245-24
+sign \x96ED 1245-24
+sign \x94EF 1245-24
+sign \x6E0B 1245-24
+sign \x6B6E 1245-24
+sign \x745F 1245-24
+sign \x55C7 1245-24
+sign \x92AB 1245-24
+sign \x6B70 1245-24
+sign \x6F81 1245-24
+sign \x64CC 1245-24
+sign \x7A51 1245-24
+sign \x7637 1245-24
+sign \x6FCF 1245-24
+sign \x6FC7 1245-24
+sign \x61CE 1245-24
+sign \x74B1 1245-24
+sign \x6F80 1245-24
+sign \x7A61 1245-24
+sign \x7012 1245-24
+sign \x7E6C 1245-24
+sign \x8F56 1245-24
+sign \x7A6F 1245-24
+sign \x93FC 1245-24
+sign \x8B45 1245-24
+sign \x98CB 1245-24
+sign \x6D81 124-1
+sign \x68EE 1245-13
+sign \x692E 1245-13
+sign \x69EE 1245-13
+sign \x8942 1245-13
+sign \x7BF8 145-1234
+sign \x50E7 1245-135
+sign \x9B19 1245-135
+sign \x6740 124-2345
+sign \x6C99 124-2345
+sign \x7EB1 124-2345
+sign \x4E77 124-2345
+sign \x7802 124-2345
+sign \x524E 124-2345
+sign \x6331 12456-234
+sign \x838E 124-2345
+sign \x5526 124-2345
+sign \x6BBA 124-2345
+sign \x7300 124-2345
+sign \x7C86 134-12356
+sign \x7D17 124-2345
+sign \x94E9 124-2345
+sign \x686C 124-2345
+sign \x75E7 124-2345
+sign \x7870 124-2345
+sign \x8531 124-2345
+sign \x88DF 124-2345
+sign \x699D 124-2345
+sign \x6A27 124-2345
+sign \x9B66 124-2345
+sign \x9CA8 124-2345
+sign \x95B7 124-2345
+sign \x93A9 124-2345
+sign \x9BCB 124-2345
+sign \x9BCA 124-2345
+sign \x7E7A 124-2345
+sign \x5565 124-2456
+sign \x50BB 124-23456
+sign \x510D 124-23456
+sign \x503D 124-245
+sign \x8410 124-245
+sign \x553C 124-245
+sign \x5E39 124-245
+sign \x53A6 124-245
+sign \x55A2 124-245
+sign \x6B43 124-245
+sign \x715E 124-245
+sign \x5EC8 124-245
+sign \x7FDC 124-245
+sign \x7B91 124-245
+sign \x7FE3 124-245
+sign \x95AF 124-245
+sign \x970E 124-245
+sign \x7B5B 124-12345
+sign \x917E 124-12345
+sign \x7BE9 124-12345
+sign \x7C01 124-12345
+sign \x91C3 124-12345
+sign \x6652 124-1245
+sign \x66EC 124-1245
+sign \x5C71 124-1234
+sign \x9096 124-1234
+sign \x5738 124-1234
+sign \x829F 124-1234
+sign \x6749 124-1234
+sign \x522A 124-1234
+sign \x5220 124-1234
+sign \x82EB 124-124
+sign \x9490 124-1234
+sign \x886B 124-1234
+sign \x59CD 124-1234
+sign \x59D7 124-1234
+sign \x73CA 124-1234
+sign \x57CF 124-1234
+sign \x8222 124-1234
+sign \x72E6 124-1234
+sign \x8ED5 124-1234
+sign \x8120 124-1234
+sign \x75C1 124-1234
+sign \x958A 124-1234
+sign \x7B18 124-1234
+sign \x91E4 124-1234
+sign \x8DDA 124-1234
+sign \x6427 124-1234
+sign \x527C 124-1234
+sign \x5607 124-1234
+sign \x717D 124-1234
+sign \x6F78 124-1234
+sign \x6F98 124-1234
+sign \x7A47 124-1234
+sign \x6A86 124-1234
+sign \x81BB 124-1234
+sign \x9BC5 124-1234
+sign \x7E3F 124-1234
+sign \x7FB4 124-1234
+sign \x7FB6 124-1234
+sign \x9C63 14-1234
+sign \x95EA 124-12346
+sign \x9655 124-12346
+sign \x70B6 124-12346
+sign \x965D 124-12346
+sign \x9583 124-12346
+sign \x6671 124-12346
+sign \x7752 124-12346
+sign \x7154 124-12346
+sign \x718C 124-12346
+sign \x89A2 124-12346
+sign \x8BAA 124-124
+sign \x6C55 124-124
+sign \x759D 124-124
+sign \x8D78 124-124
+sign \x8A15 124-124
+sign \x6247 124-124
+sign \x692B 124-124
+sign \x5093 124-124
+sign \x5584 124-124
+sign \x928F 124-124
+sign \x9A9F 124-124
+sign \x50D0 124-124
+sign \x912F 124-124
+sign \x58A0 124-124
+sign \x58A1 124-124
+sign \x7F2E 124-124
+sign \x64C5 124-124
+sign \x6A3F 124-124
+sign \x81B3 124-124
+sign \x657E 124-124
+sign \x5B17 124-124
+sign \x78F0 124-124
+sign \x8D61 124-124
+sign \x8B06 124-124
+sign \x87EE 124-124
+sign \x7E55 124-124
+sign \x87FA 124-124
+sign \x9A38 124-124
+sign \x8D0D 124-124
+sign \x9425 124-124
+sign \x994D 124-124
+sign \x9CDD 124-124
+sign \x8B71 124-124
+sign \x7057 124-124
+sign \x9C53 2346-246
+sign \x9C54 124-124
+sign \x4F24 124-1345
+sign \x6B87 124-1345
+sign \x5546 124-1345
+sign \x89DE 124-1345
+sign \x50B7 124-1345
+sign \x5892 124-1345
+sign \x850F 124-1345
+sign \x6F21 124-1345
+sign \x6EF3 124-1345
+sign \x616F 124-1345
+sign \x6BA4 124-1345
+sign \x71B5 124-1345
+sign \x87AA 124-1345
+sign \x89F4 124-1345
+sign \x8B2A 124-1345
+sign \x9B3A 124-1345
+sign \x57A7 124-13456
+sign \x664C 124-13456
+sign \x57EB 1346-1356
+sign \x8D4F 124-13456
+sign \x8CDE 124-13456
+sign \x8D18 124-13456
+sign \x945C 124-13456
+sign \x4E04 124-145
+sign \x4E0A 124-145
+sign \x5C19 124-145
+sign \x5C1A 124-145
+sign \x6066 124-145
+sign \x7EF1 124-145
+sign \x7DD4 124-145
+sign \x88F3 124-13456
+sign \x634E 124-1235
+sign \x83A6 125-1235
+sign \x70E7 124-1235
+sign \x5F30 124-1235
+sign \x5A0B 124-125
+sign \x68A2 124-1235
+sign \x7A0D 124-1235
+sign \x713C 124-1235
+sign \x86F8 124-1235
+sign \x7B72 124-1235
+sign \x8244 124-1235
+sign \x65D3 124-1235
+sign \x8F0E 124-1235
+sign \x8571 124-1235
+sign \x98B5 125-1235
+sign \x71D2 124-1235
+sign \x9AFE 124-1235
+sign \x9BB9 124-1235
+sign \x52FA 124-1256
+sign \x828D 124-1256
+sign \x6753 124-1256
+sign \x73BF 124-1256
+sign \x8414 2345-1256
+sign \x97F6 124-1256
+sign \x5C11 124-12356
+sign \x5372 124-125
+sign \x90B5 124-125
+sign \x52AD 124-125
+sign \x7ECD 124-125
+sign \x67D6 124-1256
+sign \x54E8 124-125
+sign \x8891 124-125
+sign \x7D39 124-125
+sign \x7744 124-125
+sign \x7DA4 124-125
+sign \x6F72 124-125
+sign \x5962 124-234
+sign \x8D4A 124-234
+sign \x731E 124-234
+sign \x7572 124-234
+sign \x8F0B 124-234
+sign \x8CD2 124-234
+sign \x8CD6 124-2345
+sign \x6AA8 124-234
+sign \x820C 124-246
+sign \x4F58 124-246
+sign \x86C7 124-246
+sign \x86E5 124-246
+sign \x820D 124-2346
+sign \x6368 124-2346
+sign \x538D 124-24
+sign \x8BBE 124-24
+sign \x793E 124-24
+sign \x820E 124-24
+sign \x5399 124-24
+sign \x5C04 124-24
+sign \x6D89 124-24
+sign \x8D66 124-24
+sign \x8A2D 124-24
+sign \x6E09 124-24
+sign \x6DBB 124-24
+sign \x5F3D 124-24
+sign \x6442 124-24
+sign \x6444 124-24
+sign \x6EE0 124-24
+sign \x6151 124-24
+sign \x6475 124-24
+sign \x850E 124-24
+sign \x6174 124-24
+sign \x9A07 124-24
+sign \x8802 124-24
+sign \x97D8 124-24
+sign \x651D 124-24
+sign \x9E9D 124-24
+sign \x7044 124-24
+sign \x61FE 124-24
+sign \x6B07 124-24
+sign \x7533 124-13
+sign \x625F 124-13
+sign \x5C7E 124-13
+sign \x4F38 124-13
+sign \x8EAB 124-13
+sign \x547B 124-13
+sign \x4F81 124-13
+sign \x7C76 124-13
+sign \x8BDC 124-13
+sign \x7F59 124-13
+sign \x59BD 124-13
+sign \x7EC5 124-13
+sign \x73C5 124-13
+sign \x67DB 124-13
+sign \x6C20 124-13
+sign \x7C78 124-13
+sign \x7A7C 124-13
+sign \x8398 124-13
+sign \x7837 124-13
+sign \x7712 124-13
+sign \x5CF7 124-13
+sign \x7521 124-13
+sign \x5A20 124-13
+sign \x5814 124-13
+sign \x6552 124-13
+sign \x6DF1 124-13
+sign \x7D33 124-13
+sign \x8460 124-13
+sign \x515F 124-13
+sign \x8A37 124-13
+sign \x88D1 124-13
+sign \x84E1 124-13
+sign \x7F67 124-13
+sign \x8A75 124-13
+sign \x8518 124-13
+sign \x5E53 124-1234
+sign \x7527 124-13
+sign \x99EA 124-13
+sign \x8593 124-13
+sign \x9CB9 124-13
+sign \x71CA 124-13
+sign \x66D1 124-13
+sign \x9D62 124-13
+sign \x9BD3 124-13
+sign \x9BF5 124-13
+sign \x9C3A 124-13
+sign \x4EC0 124-126
+sign \x795E 124-16
+sign \x698A 124-16
+sign \x926E 124-16
+sign \x9C30 124-16
+sign \x4F14 34-12346
+sign \x90A5 124-136
+sign \x628C 34-12346
+sign \x6C88 124-136
+sign \x5F1E 124-136
+sign \x5BA1 124-136
+sign \x77E4 124-136
+sign \x54C2 124-136
+sign \x77E7 124-136
+sign \x5BB7 1345-1245
+sign \x8C02 124-136
+sign \x8C09 124-136
+sign \x8A20 124-136
+sign \x6E16 124-136
+sign \x5A76 124-136
+sign \x9823 124-136
+sign \x9B6B 124-136
+sign \x8AD7 124-136
+sign \x5BE9 124-136
+sign \x66CB 124-136
+sign \x77AB 124-136
+sign \x700B 124-136
+sign \x5B38 124-136
+sign \x8B85 124-136
+sign \x89BE 124-136
+sign \x80BE 124-1
+sign \x751A 124-1
+sign \x661A 124-1
+sign \x4FBA 124-1
+sign \x80C2 124-1
+sign \x7718 124-1
+sign \x8124 124-1
+sign \x6E17 124-1
+sign \x7973 124-1
+sign \x845A 124-1
+sign \x814E 124-1
+sign \x6939 124-1
+sign \x8703 124-1
+sign \x7606 124-1
+sign \x614E 124-1
+sign \x613C 124-1
+sign \x6EF2 124-1
+sign \x92E0 124-1
+sign \x762E 124-1
+sign \x5347 124-135
+sign \x751F 124-135
+sign \x9629 124-135
+sign \x58F0 124-135
+sign \x544F 124-135
+sign \x6598 124-135
+sign \x82FC 124-135
+sign \x67A1 124-135
+sign \x6607 124-135
+sign \x72CC 124-135
+sign \x6CE9 124-135
+sign \x73C4 124-135
+sign \x6B85 124-135
+sign \x7272 124-135
+sign \x7AD4 124-135
+sign \x965E 124-135
+sign \x66FB 124-135
+sign \x9679 124-135
+sign \x7B19 124-135
+sign \x7525 124-135
+sign \x713A 124-135
+sign \x6E66 124-135
+sign \x924E 124-135
+sign \x8072 124-135
+sign \x935F 124-135
+sign \x9F2A 124-135
+sign \x9D7F 124-135
+sign \x7EF3 124-156
+sign \x7E04 124-156
+sign \x6FA0 2456-12346
+sign \x61B4 124-156
+sign \x7E69 124-156
+sign \x8B5D 124-156
+sign \x9C66 124-156
+sign \x7701 124-1356
+sign \x771A 124-1356
+sign \x5057 124-1356
+sign \x6E3B 124-1356
+sign \x5723 124-15
+sign \x80DC 124-15
+sign \x665F 124-15
+sign \x6660 124-15
+sign \x76DB 124-15
+sign \x5270 124-15
+sign \x8CB9 124-15
+sign \x5269 124-15
+sign \x52DD 124-15
+sign \x8056 124-15
+sign \x741E 124-15
+sign \x5D4A 124-15
+sign \x58AD 124-15
+sign \x69BA 124-15
+sign \x8542 124-15
+sign \x6A73 124-15
+sign \x8CF8 124-15
+sign \x5C38 124-123
+sign \x5931 124-123
+sign \x5E08 124-123
+sign \x90BF 124-123
+sign \x545E 124-123
+sign \x8BD7 124-123
+sign \x9E24 124-123
+sign \x8671 124-123
+sign \x72EE 124-123
+sign \x65BD 124-123
+sign \x6D49 124-123
+sign \x5C4D 124-123
+sign \x5E2B 124-123
+sign \x6546 12-246
+sign \x7D41 124-123
+sign \x8479 124-123
+sign \x6E7F 124-123
+sign \x6E64 124-123
+sign \x84CD 124-123
+sign \x8492 124-123
+sign \x9247 124-123
+sign \x7345 124-123
+sign \x8A69 124-123
+sign \x6EBC 124-123
+sign \x6EAE 124-123
+sign \x7461 124-123
+sign \x9CF2 124-123
+sign \x9CFE 124-123
+sign \x7BB7 124-156
+sign \x8768 124-123
+sign \x9CBA 124-123
+sign \x8937 124-123
+sign \x9366 124-123
+sign \x6FD5 124-123
+sign \x9BF4 124-123
+sign \x9DB3 124-123
+sign \x9C24 124-123
+sign \x8979 124-123
+sign \x7C6D 124-12345
+sign \x5341 124-126
+sign \x4E06 124-126
+sign \x9963 124-126
+sign \x8FBB 124-126
+sign \x77F3 124-126
+sign \x74E7 124-126-26-23456
+sign \x65F6 124-126
+sign \x4F66 124-126
+sign \x7ACD 124-126-124-135
+sign \x8BC6 124-126
+sign \x56F8 35-12
+sign \x98E0 124-126
+sign \x5B9F 124-126
+sign \x5B9E 124-126
+sign \x65F9 124-126
+sign \x62FE 124-126
+sign \x5CD5 124-126
+sign \x98DF 124-126
+sign \x8680 124-126
+sign \x70BB 124-126
+sign \x794F 124-126
+sign \x59FC 124-126
+sign \x57D8 124-126
+sign \x83B3 124-12
+sign \x6642 124-126
+sign \x9048 124-126
+sign \x6E5C 124-126
+sign \x5BD4 124-126
+sign \x5852 124-126
+sign \x8494 124-126
+sign \x5D75 124-126
+sign \x9250 124-126
+sign \x6EA1 124-126
+sign \x69AF 124-126
+sign \x927D 124-12
+sign \x8755 124-126
+sign \x5BE6 124-126
+sign \x7BD2 25-12
+sign \x9CA5 124-126
+sign \x9B96 124-126
+sign \x9F2B 124-126
+sign \x9F2D 124-126
+sign \x8B58 124-126
+sign \x9C23 124-126
+sign \x53F2 124-1236
+sign \x77E2 124-1236
+sign \x4E68 124-1236
+sign \x8C55 124-1236
+sign \x4F7F 124-1236
+sign \x59CB 124-1236
+sign \x9A76 124-1236
+sign \x5158 124-1236
+sign \x5BA9 124-1236
+sign \x5C4E 124-1236
+sign \x7B36 124-1236
+sign \x6981 124-1236
+sign \x9242 124-1236
+sign \x99DB 124-1236
+sign \x58EB 124-12
+sign \x6C0F 124-12
+sign \x793B 124-12
+sign \x793A 124-12
+sign \x4E16 124-12
+sign \x4E17 124-12
+sign \x4ED5 124-12
+sign \x5E02 124-12
+sign \x5F0F 124-12
+sign \x534B 124-12
+sign \x4F3C 1245-12
+sign \x4E8A 124-12
+sign \x52BF 124-12
+sign \x67F9 124-12
+sign \x4E8B 124-12
+sign \x5469 124-12
+sign \x4F8D 124-12
+sign \x9970 124-12
+sign \x8BD5 124-12
+sign \x89C6 124-12
+sign \x62ED 124-12
+sign \x8D33 124-12
+sign \x67BE 124-12
+sign \x67FF 124-12
+sign \x6630 124-12
+sign \x662F 124-12
+sign \x7702 124-12
+sign \x9002 124-12
+sign \x72E7 234-245
+sign \x6043 124-12
+sign \x6040 124-12
+sign \x5BA4 124-12
+sign \x519F 124-12
+sign \x901D 124-12
+sign \x683B 124-12
+sign \x8F7C 124-12
+sign \x770E 124-12
+sign \x7721 124-12
+sign \x94C8 124-12
+sign \x8210 124-12
+sign \x70D2 124-12
+sign \x79F2 124-12
+sign \x7B39 2345-12
+sign \x91C8 124-12
+sign \x8996 124-12
+sign \x63D3 124-12
+sign \x8CB0 124-12
+sign \x5D3C 124-12
+sign \x5FA5 124-12
+sign \x5F11 124-12
+sign \x91CA 124-12
+sign \x8C25 124-12
+sign \x89E2 124-12
+sign \x52E2 124-12
+sign \x8EFE 124-12
+sign \x7757 124-12
+sign \x55DC 124-12
+sign \x7B6E 124-12
+sign \x9243 124-12
+sign \x9230 124-12
+sign \x5F12 124-12
+sign \x98FE 124-12
+sign \x8A66 124-12
+sign \x7176 124-12
+sign \x8A93 124-12
+sign \x8213 124-12
+sign \x9069 124-12
+sign \x596D 124-12
+sign \x92B4 124-12
+sign \x991D 124-12
+sign \x566C 124-12
+sign \x907E 124-12
+sign \x8ADF 124-12
+sign \x8AE1 124-12
+sign \x6FA8 124-12
+sign \x5B15 124-12
+sign \x87AB 124-12
+sign \x6AA1 14-12456
+sign \x8B1A 124-12
+sign \x7C2D 124-12
+sign \x7C42 124-12
+sign \x9F5B 125-24
+sign \x91CB 124-12
+sign \x9C18 124-12
+sign \x896B 124-12
+sign \x5319 134-126
+sign \x53CE 124-134
+sign \x6536 124-134
+sign \x654A 1346-12
+sign \x624B 124-1346
+sign \x5B88 124-1346
+sign \x57A8 124-1346
+sign \x9996 124-1346
+sign \x824F 124-1346
+sign \x5BFF 124-14
+sign \x53D7 124-14
+sign \x72E9 124-14
+sign \x6388 124-14
+sign \x552E 124-14
+sign \x517D 124-14
+sign \x6DAD 124-14
+sign \x7EF6 124-14
+sign \x75E9 124-14
+sign \x8184 124-14
+sign \x5900 124-14
+sign \x58FD 124-14
+sign \x7626 124-14
+sign \x7DAC 124-14
+sign \x7363 124-14
+sign \x7378 124-14
+sign \x93C9 124-14
+sign \x6BB3 1246-123
+sign \x4E66 1246-123
+sign \x758B 25-23456
+sign \x5C17 1246-126
+sign \x6292 1246-123
+sign \x7EBE 1246-123
+sign \x67A2 1246-123
+sign \x6778 1246-123
+sign \x53D4 1246-123
+sign \x964E 1246-123
+sign \x67D5 246-125
+sign \x59DD 1246-123
+sign \x6B8A 1246-123
+sign \x500F 1246-123
+sign \x5010 1246-123
+sign \x66F8 1246-123
+sign \x7D13 1246-123
+sign \x6393 1246-123
+sign \x83FD 1246-123
+sign \x68B3 1246-123
+sign \x8ED7 1246-123
+sign \x7102 1246-123
+sign \x9103 1246-123
+sign \x6DD1 1246-123
+sign \x8212 1246-123
+sign \x758E 1246-123
+sign \x758F 1246-123
+sign \x6445 1246-123
+sign \x8F93 1246-123
+sign \x6BFA 1246-123
+sign \x6BF9 1246-123
+sign \x7D80 1246-123
+sign \x8E08 1246-123
+sign \x8DFE 134-134
+sign \x852C 1246-123
+sign \x6A1E 1246-123
+sign \x8F38 1246-123
+sign \x9B9B 1246-123
+sign \x6504 1246-123
+sign \x9D68 1246-123
+sign \x702D 1246-123
+sign \x79EB 1246-126
+sign \x5B70 1246-126
+sign \x5A4C 1246-123
+sign \x8D4E 1246-126
+sign \x587E 1246-126
+sign \x719F 1246-126
+sign \x74B9 1246-126
+sign \x8D16 1246-126
+sign \x9F21 1246-1236
+sign \x6691 1246-1236
+sign \x9ECD 1246-1236
+sign \x5C5E 1246-1236
+sign \x7F72 1246-1236
+sign \x8700 1246-1236
+sign \x9F20 1246-1236
+sign \x6F7B 1246-1236
+sign \x85AF 1246-1236
+sign \x85A5 1246-1236
+sign \x66D9 1246-1236
+sign \x7659 1246-1236
+sign \x8961 1246-1236
+sign \x7CEC 1246-1236
+sign \x7C54 1245-1346
+sign \x5C6C 1246-1236
+sign \x8834 1246-1236
+sign \x9C6A 1246-1236
+sign \x9E00 146-1236
+sign \x9C70 1246-1236
+sign \x4E28 1246-12
+sign \x5FC4 125-13
+sign \x672F 1246-12
+sign \x672E 1246-12
+sign \x620D 1246-12
+sign \x675F 1246-12
+sign \x8FF0 1246-12
+sign \x6CAD 1246-12
+sign \x8357 1246-12
+sign \x6811 1246-12
+sign \x6037 1246-12
+sign \x7AD6 1246-12
+sign \x6352 1246-12
+sign \x6055 1246-12
+sign \x8481 1246-12
+sign \x8853 1246-12
+sign \x5EBB 1246-12
+sign \x5EB6 1246-12
+sign \x7D49 1246-12
+sign \x5C0C 1246-12
+sign \x88CB 1246-12
+sign \x7AEA 1246-12
+sign \x9265 1246-12
+sign \x8167 1246-12
+sign \x6570 1246-12
+sign \x5885 1246-12
+sign \x6F44 1246-12
+sign \x6F31 1246-12
+sign \x8C4E 1246-12
+sign \x6578 1246-12
+sign \x6F8D 1246-12
+sign \x6A39 1246-12
+sign \x9330 1246-12
+sign \x6FD6 1246-12
+sign \x9D90 1246-12
+sign \x93E3 1246-12
+sign \x866A 1246-12
+sign \x5237 1246-2345
+sign \x5530 1246-2345
+sign \x800D 1246-23456
+sign \x8A9C 1246-245
+sign \x8870 1246-12345
+sign \x7F1E 1246-12345
+sign \x6454 1246-12345
+sign \x7E17 13456-345
+sign \x7529 1246-123456
+sign \x5E05 1246-1245
+sign \x5E25 1246-1245
+sign \x87C0 1246-1245
+sign \x95E9 1246-1234
+sign \x62F4 1246-1234
+sign \x9582 1246-1234
+sign \x6813 1246-1234
+sign \x6DAE 1246-124
+sign \x8168 1246-124
+sign \x53CC 1246-1345
+sign \x6EDD 1236-156
+sign \x971C 1246-1345
+sign \x96D9 1246-1345
+sign \x5B40 1246-1345
+sign \x9AA6 1246-1345
+sign \x9A3B 1246-1345
+sign \x5B47 1246-1345
+sign \x6B06 1246-1345
+sign \x7935 1246-1345
+sign \x9DDE 1246-1345
+sign \x9E74 1246-1345
+sign \x826D 1246-1345
+sign \x9A66 1246-1345
+sign \x9E18 1246-1345
+sign \x723D 1246-13456
+sign \x587D 1246-13456
+sign \x6F3A 1246-13456
+sign \x6161 1246-13456
+sign \x6A09 1246-13456
+sign \x7E14 1246-13456
+sign \x93EF 1246-13456
+sign \x7040 1246-145
+sign \x8C01 1246-346
+sign \x813D 1246-346
+sign \x8AB0 1246-346
+sign \x6C34 1246-3456
+sign \x6C3A 1246-3456
+sign \x9596 123-125
+sign \x6329 2346-234
+sign \x635D 2346-234
+sign \x5E28 1246-34
+sign \x6D97 1246-34
+sign \x6D9A 1246-34
+sign \x7971 1246-34
+sign \x7A05 1246-34
+sign \x7A0E 1246-34
+sign \x88DE 1246-34
+sign \x7761 1246-34
+sign \x542E 1246-136
+sign \x987A 1246-1
+sign \x9806 1246-1
+sign \x821C 1246-1
+sign \x8563 1246-1
+sign \x6A53 1246-1
+sign \x779A 1246-1
+sign \x77A4 1246-1
+sign \x77AC 1246-1
+sign \x9B0A 1246-1
+sign \x8BF4 1246-234
+sign \x54FE 1346-24
+sign \x8AAA 1246-234
+sign \x8AAC 1246-34
+sign \x5981 1246-24
+sign \x70C1 1246-24
+sign \x94C4 1246-24
+sign \x6714 1246-24
+sign \x7855 1246-24
+sign \x77DF 1246-24
+sign \x6420 1246-24
+sign \x84B4 1246-24
+sign \x78A9 1246-24
+sign \x69CA 1246-24
+sign \x7361 1246-24
+sign \x9399 1246-24
+sign \x720D 1246-24
+sign \x9460 1246-24
+sign \x53B6 1245-123
+sign \x53F8 1245-123
+sign \x4E1D 1245-123
+sign \x79C1 1245-123
+sign \x549D 1245-123
+sign \x6CC0 1245-123
+sign \x601D 1245-123
+sign \x4FEC 1245-123
+sign \x6056 1245-123
+sign \x8652 1245-123
+sign \x9E36 1245-123
+sign \x65AF 1245-123
+sign \x86F3 1245-123
+sign \x6122 1245-12345
+sign \x5AA4 1245-123
+sign \x7F0C 1245-123
+sign \x7D72 1245-123
+sign \x6952 1245-123
+sign \x9270 1245-123
+sign \x98D4 1245-123
+sign \x7997 1245-123
+sign \x69B9 1245-123
+sign \x53AE 1245-123
+sign \x7F73 1245-123
+sign \x9536 1245-123
+sign \x92AF 1245-123
+sign \x51D8 1245-123
+sign \x79A0 1245-123
+sign \x6495 1245-123
+sign \x856C 1245-123
+sign \x78C3 1245-123
+sign \x5636 1245-123
+sign \x565D 1245-123
+sign \x5EDD 1245-123
+sign \x6F8C 1245-123
+sign \x7DE6 1245-123
+sign \x8784 1245-123
+sign \x71CD 1245-123
+sign \x9376 1245-123
+sign \x87F4 1245-123
+sign \x87D6 1245-123
+sign \x7C1B 1245-123
+sign \x98B8 1245-123
+sign \x9A26 1245-123
+sign \x9401 1245-123
+sign \x9F36 1245-123
+sign \x9DE5 1245-123
+sign \x6B7B 1245-1236
+sign \x5072 1245-123
+sign \x5DF3 1245-12
+sign \x4E96 1245-12
+sign \x7F52 26-13456
+sign \x56DB 1245-12
+sign \x5BFA 1245-12
+sign \x6C5C 1245-12
+sign \x5155 1245-12
+sign \x4F40 1245-12
+sign \x4F3A 1245-12
+sign \x6CE4 1245-12
+sign \x7940 1245-12
+sign \x59D2 1245-12
+sign \x4FA1 1245-12
+sign \x9972 1245-12
+sign \x6CD7 1245-12
+sign \x5B60 1245-12
+sign \x9A77 1245-12
+sign \x67F6 1245-12
+sign \x67B1 1245-12
+sign \x726D 1245-12
+sign \x4FDF 1245-12
+sign \x5A30 1245-12
+sign \x8082 1245-12
+sign \x98E4 1245-12
+sign \x6D0D 1245-12
+sign \x6D98 1245-12
+sign \x801C 1245-12
+sign \x68A9 1245-12
+sign \x7B25 1245-12
+sign \x91F2 1245-12
+sign \x7AE2 1245-12
+sign \x8997 1245-12
+sign \x8086 1245-12
+sign \x55E3 1245-12
+sign \x923B 1245-12
+sign \x8C84 1245-12
+sign \x98FC 1245-12
+sign \x99DF 1245-12
+sign \x79A9 1245-12
+sign \x857C 1245-12
+sign \x9A03 23456-12456
+sign \x5129 1245-12
+sign \x7003 1245-12
+sign \x5FEA 12456-135
+sign \x677E 12456-135
+sign \x67A9 12456-135
+sign \x6780 12456-135
+sign \x67D7 12456-135
+sign \x5A00 12456-135
+sign \x502F 12456-135
+sign \x51C7 12456-135
+sign \x83D8 12456-135
+sign \x5D27 12456-135
+sign \x5EBA 12456-135
+sign \x6DDE 12456-135
+sign \x68A5 12456-135
+sign \x6121 13456-15
+sign \x7879 12456-135
+sign \x5D69 12456-135
+sign \x8719 12456-135
+sign \x6FCD 12456-135
+sign \x61BD 12456-135
+sign \x6AA7 12456-135
+sign \x9B06 12456-135
+sign \x6002 12456-1356
+sign \x8038 12456-1356
+sign \x609A 12456-1356
+sign \x7AE6 12456-1356
+sign \x50B1 12456-1356
+sign \x612F 12456-1356
+sign \x5D77 12456-1356
+sign \x616B 12456-1356
+sign \x99F7 12456-1356
+sign \x8073 12456-1356
+sign \x8BBC 12456-15
+sign \x5B8B 12456-15
+sign \x9001 12456-15
+sign \x8BF5 12456-15
+sign \x9882 12456-15
+sign \x8A1F 12456-15
+sign \x980C 12456-15
+sign \x8AA6 12456-15
+sign \x93B9 12456-15
+sign \x9938 12456-15
+sign \x51C1 1245-134
+sign \x635C 1245-134
+sign \x910B 1245-134
+sign \x641C 1245-134
+sign \x8490 1245-134
+sign \x55D6 1245-134
+sign \x7340 1245-134
+sign \x998A 1245-134
+sign \x5ECB 1245-134
+sign \x5EC0 1245-134
+sign \x6EB2 1245-134
+sign \x6449 1245-134
+sign \x98D5 1245-134
+sign \x6457 1245-134
+sign \x953C 1245-134
+sign \x878B 1245-134
+sign \x8258 1245-134
+sign \x9199 1245-134
+sign \x93AA 1245-134
+sign \x993F 1245-134
+sign \x98BC 1245-134
+sign \x9A2A 1245-134
+sign \x53DF 1245-1346
+sign \x53DC 1245-1346
+sign \x5081 1245-1346
+sign \x84C3 1245-134
+sign \x778D 1245-1346
+sign \x55FE 1245-1346
+sign \x64DE 1245-1346
+sign \x85AE 1245-1346
+sign \x8B0F 125-12356
+sign \x64FB 1245-1346
+sign \x85EA 1245-1346
+sign \x6AE2 1245-1346
+sign \x6B36 1246-24
+sign \x55FD 1245-14
+sign \x7636 1245-14
+sign \x82CF 12456-123
+sign \x7526 12456-123
+sign \x9165 12456-123
+sign \x7A23 12456-123
+sign \x7AA3 12456-123
+sign \x7A4C 12456-123
+sign \x9BC2 12456-123
+sign \x8613 12456-123
+sign \x8607 12456-123
+sign \x6AEF 12456-123
+sign \x56CC 12456-123
+sign \x4FD7 12456-126
+sign \x738A 12456-12
+sign \x5919 12456-12
+sign \x8BC9 12456-12
+sign \x6CDD 12456-12
+sign \x8083 12456-12
+sign \x6D2C 12456-12
+sign \x73DF 12456-12
+sign \x7D20 12456-12
+sign \x901F 12456-12
+sign \x6D91 12456-12
+sign \x6880 12456-12
+sign \x6B90 12456-12
+sign \x7C9B 12456-12
+sign \x9A95 12456-12
+sign \x7C9F 12456-12
+sign \x5083 12456-12
+sign \x8A34 12456-12
+sign \x8C21 12456-12
+sign \x5850 12456-12
+sign \x55C9 12456-12
+sign \x5851 12456-12
+sign \x9061 12456-12
+sign \x6EB8 12456-12
+sign \x6EAF 12456-12
+sign \x612B 12456-12
+sign \x8085 12456-12
+sign \x9E54 12456-12
+sign \x5ACA 12456-12
+sign \x8D9A 12456-12
+sign \x850C 12456-12
+sign \x69A1 12456-12
+sign \x906C 12456-12
+sign \x50F3 12456-12
+sign \x8186 12456-12
+sign \x89EB 12456-12
+sign \x612C 12456-12
+sign \x6A15 12456-12
+sign \x6A0E 12456-12
+sign \x92C9 12456-12
+sign \x9917 12456-12
+sign \x6F65 12456-12
+sign \x619F 12456-12
+sign \x6F5A 12456-12
+sign \x7E24 12456-12
+sign \x749B 12456-12
+sign \x85D7 12456-12
+sign \x6A5A 12456-12
+sign \x7C0C 12456-12
+sign \x8B16 12456-12
+sign \x8E5C 12456-12
+sign \x9A4C 12456-12
+sign \x9C50 12456-12
+sign \x9DEB 12456-12
+sign \x72FB 12456-1234
+sign \x75E0 12456-1234
+sign \x9178 12456-1234
+sign \x5334 12456-12346
+sign \x7958 12456-124
+sign \x7B07 12456-124
+sign \x849C 12456-124
+sign \x7B6D 12456-124
+sign \x7B97 12456-124
+sign \x590A 12456-345
+sign \x8295 12456-345
+sign \x867D 12456-345
+sign \x633C 356-246
+sign \x837D 12456-345
+sign \x837E 12456-345
+sign \x54F8 12456-345
+sign \x5020 12456-345
+sign \x6D7D 12456-345
+sign \x5A1E 1234-3456
+sign \x772D 12456-345
+sign \x7762 12456-345
+sign \x6ED6 12456-345
+sign \x71A3 12456-345
+sign \x9796 12456-345
+sign \x6FC9 12456-345
+sign \x96D6 12456-345
+sign \x7EE5 12456-346
+sign \x968B 12456-346
+sign \x968F 12456-346
+sign \x9040 12456-346
+sign \x7D8F 12456-346
+sign \x96A8 12456-346
+sign \x74CD 12456-346
+sign \x81B8 12456-3456
+sign \x7021 12456-3456
+sign \x9AC4 12456-3456
+sign \x9AD3 12456-3456
+sign \x4E97 12456-34
+sign \x5C81 12456-34
+sign \x7815 12456-34
+sign \x7C8B 13456-34
+sign \x8C07 12456-34
+sign \x795F 12456-34
+sign \x57E3 12456-34
+sign \x5D57 12456-34
+sign \x813A 13456-34
+sign \x9042 12456-34
+sign \x788E 12456-34
+sign \x6B72 12456-34
+sign \x6B73 12456-34
+sign \x775F 12456-34
+sign \x716B 12456-34
+sign \x96A7 12456-34
+sign \x8CE5 12456-34
+sign \x7A42 12456-34
+sign \x8AB6 12456-34
+sign \x6FBB 12456-34
+sign \x5B18 12456-34
+sign \x74B2 12456-34
+sign \x6A96 12456-34
+sign \x71E7 12456-34
+sign \x79AD 12456-34
+sign \x7A57 12456-34
+sign \x7A5F 12456-34
+sign \x9083 12456-34
+sign \x895A 12456-34
+sign \x7E40 12456-34
+sign \x65DE 12456-34
+sign \x61F3 126-34
+sign \x7E50 12456-34
+sign \x7E78 12456-34
+sign \x8B62 12456-34
+sign \x9406 12456-34
+sign \x9429 12456-34
+sign \x5B59 12456-13
+sign \x836A 12456-13
+sign \x72F2 12456-13
+sign \x5B6B 12456-13
+sign \x98E7 12456-13
+sign \x640E 12456-13
+sign \x84C0 12456-13
+sign \x733B 12456-13
+sign \x69C2 12456-13
+sign \x8575 12456-13
+sign \x859E 12456-13
+sign \x635F 12456-136
+sign \x7B0B 12456-136
+sign \x96BC 12456-136
+sign \x7B4D 12456-136
+sign \x640D 12456-136
+sign \x69AB 12456-136
+sign \x7BB0 12456-136
+sign \x93A8 12456-136
+sign \x9DBD 12456-136
+sign \x644C 134-12346
+sign \x6F60 12456-1
+sign \x838F 12456-234
+sign \x5506 12456-234
+sign \x5A11 12456-234
+sign \x686B 12456-234
+sign \x68AD 12456-234
+sign \x509E 12456-234
+sign \x6332 12456-234
+sign \x7743 12456-234
+sign \x84D1 12456-234
+sign \x55E6 12456-234
+sign \x55CD 12456-234
+sign \x7FA7 12456-234
+sign \x8D96 12456-234
+sign \x644D 12456-234
+sign \x7F29 12456-234
+sign \x7C11 12456-234
+sign \x9AFF 124-2345
+sign \x7C14 12456-234
+sign \x7E2E 12456-234
+sign \x9BBB 12456-234
+sign \x6240 12456-2346
+sign \x7D22 12456-2346
+sign \x5522 12456-2346
+sign \x7411 12456-2346
+sign \x7410 12456-2346
+sign \x9501 12456-2346
+sign \x669B 12456-2346
+sign \x55E9 12456-2346
+sign \x6E91 12456-2346
+sign \x7463 12456-2346
+sign \x938D 12456-2346
+sign \x9396 12456-2346
+sign \x93BB 12456-2346
+sign \x93C1 12456-2346
+sign \x9024 12456-24
+sign \x6EB9 12456-24
+sign \x8736 12456-24
+sign \x4ED6 234-2345
+sign \x5B83 5-234-2345
+sign \x5979 4-234-2345
+sign \x7260 234-2345
+sign \x7942 234-2345
+sign \x549C 2346-234
+sign \x8DBF 234-2345
+sign \x94CA 234-2345
+sign \x584C 234-2345
+sign \x6999 234-2345
+sign \x9062 234-2345
+sign \x6EBB 234-2345
+sign \x891F 234-2345
+sign \x95E7 234-2345
+sign \x8E79 234-245
+sign \x5854 234-23456
+sign \x5896 234-23456
+sign \x736D 234-23456
+sign \x9CCE 234-23456
+sign \x737A 234-23456
+sign \x9C28 234-23456
+sign \x6C93 234-245
+sign \x631E 234-245
+sign \x8345 34-2456
+sign \x95FC 234-245
+sign \x5D09 234-245
+sign \x6DBE 234-245
+sign \x509D 234-245
+sign \x6428 234-245
+sign \x905D 234-245
+sign \x9618 234-245
+sign \x69BB 234-245
+sign \x6BFE 234-245
+sign \x79A2 234-245
+sign \x64BB 234-245
+sign \x8E0F 234-245
+sign \x8ABB 234-245
+sign \x6FBE 234-245
+sign \x6A7D 234-245
+sign \x5683 234-245
+sign \x9314 234-245
+sign \x979C 234-245
+sign \x8E4B 234-245
+sign \x6FCC 234-245
+sign \x97B3 234-245
+sign \x95D2 234-245
+sign \x9389 234-245
+sign \x95E5 234-245
+sign \x56BA 234-245
+sign \x8B76 234-245
+sign \x8EA2 234-245
+sign \x548D 234-12345
+sign \x56FC 234-12345
+sign \x5B61 234-12345
+sign \x73C6 25-126
+sign \x80CE 234-12345
+sign \x53F0 234-12456
+sign \x65F2 234-12456
+sign \x90B0 234-12456
+sign \x576E 234-12456
+sign \x62AC 234-12456
+sign \x82D4 234-12456
+sign \x9A80 234-12456
+sign \x70B2 234-12456
+sign \x70B1 234-12456
+sign \x83ED 234-12456
+sign \x8DC6 234-12456
+sign \x9C90 234-12456
+sign \x81FA 234-12456
+sign \x7B88 234-12456
+sign \x98B1 234-12456
+sign \x99D8 234-12456
+sign \x5113 234-12456
+sign \x9B90 234-12456
+sign \x64E1 234-12456
+sign \x85B9 234-12456
+sign \x5B2F 234-12456
+sign \x6AAF 234-12456
+sign \x7C49 234-12456
+sign \x5454 34-12345
+sign \x592A 234-1245
+sign \x5933 234-1245
+sign \x51AD 234-1245
+sign \x5FD5 124-12
+sign \x6C70 234-1245
+sign \x5FF2 234-1245
+sign \x6001 234-1245
+sign \x80BD 234-1245
+sign \x949B 234-1245
+sign \x6CF0 234-1245
+sign \x8226 234-1245
+sign \x7C8F 234-1245
+sign \x915E 234-1245
+sign \x9226 234-1245
+sign \x6E99 234-1245
+sign \x614B 234-1245
+sign \x71E4 234-1245
+sign \x8EDA 34-1245
+sign \x574D 234-1234
+sign \x8D2A 234-1234
+sign \x6039 234-1234
+sign \x8CAA 234-1234
+sign \x75D1 234-1234
+sign \x644A 234-1234
+sign \x6EE9 234-1234
+sign \x563D 234-1234
+sign \x762B 234-1234
+sign \x6F6C 234-1234
+sign \x64F9 234-1234
+sign \x6524 234-1234
+sign \x7058 234-1234
+sign \x7671 234-1234
+sign \x575B 234-1246
+sign \x6619 234-1246
+sign \x5013 234-1246
+sign \x90EF 234-1246
+sign \x8C08 234-1246
+sign \x57EE 234-1246
+sign \x60D4 234-1246
+sign \x5A52 234-1246
+sign \x8983 234-1246
+sign \x5F3E 34-124
+sign \x6983 234-1246
+sign \x952C 234-1246
+sign \x75F0 234-1246
+sign \x8C2D 234-1246
+sign \x58B0 234-1246
+sign \x58B5 234-1246
+sign \x9188 234-1246
+sign \x8AC7 234-1246
+sign \x6F6D 234-1246
+sign \x619B 234-1246
+sign \x58C7 234-1246
+sign \x6A5D 234-1246
+sign \x66C7 234-1246
+sign \x6A80 234-1246
+sign \x9561 234-1246
+sign \x9843 234-1246
+sign \x85EB 234-1246
+sign \x7F48 234-1246
+sign \x58DC 234-1246
+sign \x91B0 234-1246
+sign \x8C9A 234-1246
+sign \x8B5A 234-1246
+sign \x8B60 234-1246
+sign \x7F4E 234-1246
+sign \x5FD0 234-12346
+sign \x5766 234-12346
+sign \x94BD 234-12346
+sign \x8892 234-12346
+sign \x83FC 234-12346
+sign \x6BEF 234-12346
+sign \x926D 234-12346
+sign \x55FF 234-12346
+sign \x61B3 234-12346
+sign \x9193 234-12346
+sign \x66BA 234-12346
+sign \x61BB 234-12346
+sign \x74AE 234-12346
+sign \x8962 234-12346
+sign \x53F9 234-124
+sign \x70AD 234-124
+sign \x63A2 234-124
+sign \x8D55 34-12346
+sign \x6E60 234-124
+sign \x50CB 234-124
+sign \x78B3 234-124
+sign \x5606 234-124
+sign \x8215 234-124
+sign \x64A2 34-12346
+sign \x6B4E 234-124
+sign \x8CE7 34-12346
+sign \x6C64 234-1345
+sign \x94F4 234-1345
+sign \x6E6F 234-1345
+sign \x8025 234-1345
+sign \x5621 234-1345
+sign \x528F 234-1345
+sign \x876A 234-1345
+sign \x7FB0 234-1345
+sign \x859A 234-1345
+sign \x8E5A 234-1345
+sign \x95DB 234-1456
+sign \x97BA 234-1345
+sign \x9F1E 234-1345
+sign \x9967 234-1456
+sign \x5763 234-1456
+sign \x5510 234-1456
+sign \x5802 234-1456
+sign \x68E0 234-1456
+sign \x557A 234-1456
+sign \x508F 234-1456
+sign \x910C 234-1456
+sign \x5858 234-1456
+sign \x642A 234-1456
+sign \x84CE 234-1456
+sign \x5D63 34-145
+sign \x6E8F 234-1456
+sign \x969A 234-1456
+sign \x746D 234-1456
+sign \x69B6 234-1456
+sign \x8185 234-1456
+sign \x717B 234-1456
+sign \x6F1F 234-1456
+sign \x799F 234-1456
+sign \x6A18 234-1456
+sign \x78C4 234-1456
+sign \x819B 234-1456
+sign \x7CC3 234-1456
+sign \x6A56 234-1456
+sign \x8E3C 234-1456
+sign \x8797 234-1456
+sign \x9557 234-1456
+sign \x7BD6 234-1456
+sign \x7CD6 234-1456
+sign \x8D6F 234-1456
+sign \x91A3 234-1456
+sign \x87B3 234-1456
+sign \x9933 234-1456
+sign \x7CDB 234-1456
+sign \x9395 234-1456
+sign \x9939 234-1456
+sign \x93DC 234-1456
+sign \x9944 234-1456
+sign \x9DB6 234-1456
+sign \x5E11 234-13456
+sign \x5018 234-13456
+sign \x5052 234-13456
+sign \x6DCC 234-13456
+sign \x50A5 234-13456
+sign \x954B 234-13456
+sign \x8EBA 234-13456
+sign \x93B2 234-13456
+sign \x513B 234-13456
+sign \x6203 234-13456
+sign \x66ED 234-13456
+sign \x7223 234-13456
+sign \x77D8 234-13456
+sign \x9482 234-13456
+sign \x70EB 234-145
+sign \x6465 234-145
+sign \x8D9F 234-145
+sign \x71D9 234-145
+sign \x940B 234-1345
+sign \x4ED0 234-1235
+sign \x5F22 234-1235
+sign \x6D9B 234-1235
+sign \x7EE6 234-1235
+sign \x7118 234-1235
+sign \x638F 234-1235
+sign \x7D5B 234-1235
+sign \x8A5C 234-1235
+sign \x642F 234-1235
+sign \x5E4D 234-1235
+sign \x6ED4 234-1235
+sign \x6146 234-1235
+sign \x5ACD 234-1235
+sign \x746B 234-1235
+sign \x97EC 234-1235
+sign \x69C4 234-1235
+sign \x98F8 234-1235
+sign \x7E27 234-1235
+sign \x7E1A 234-1235
+sign \x8B1F 234-1235
+sign \x6FE4 234-1235
+sign \x71FE 234-1235
+sign \x97B1 234-1235
+sign \x97DC 234-1235
+sign \x9955 234-1235
+sign \x530B 234-1256
+sign \x8FEF 234-1256
+sign \x54B7 234-1256
+sign \x9003 234-1256
+sign \x6D2E 234-1256
+sign \x6843 234-1256
+sign \x9676 234-1256
+sign \x8404 234-1256
+sign \x68BC 234-1256
+sign \x5555 234-1256
+sign \x6DD8 234-1256
+sign \x7EF9 234-1256
+sign \x7979 234-1256
+sign \x88EA 234-1256
+sign \x9780 234-1256
+sign \x872A 234-1256
+sign \x7DAF 234-1256
+sign \x9789 234-1256
+sign \x9184 234-1256
+sign \x99E3 234-1256
+sign \x92FE 234-1256
+sign \x9A0A 234-1256
+sign \x6AAE 234-1256
+sign \x9940 234-1256
+sign \x9F17 234-1256
+sign \x8BA8 234-12356
+sign \x8A0E 234-12356
+sign \x5957 234-125
+sign \x5FD1 234-24
+sign \x5FD2 2346-345
+sign \x8CA3 234-24
+sign \x7279 234-24
+sign \x8126 234-24
+sign \x94FD 234-24
+sign \x615D 234-24
+sign \x92F1 234-24
+sign \x87D8 234-24
+sign \x81AF 234-135
+sign \x9F1F 234-135
+sign \x75BC 234-156
+sign \x5E50 234-156
+sign \x817E 234-156
+sign \x8A8A 234-156
+sign \x6F1B 234-156
+sign \x6ED5 234-156
+sign \x9086 234-156
+sign \x87A3 234-156
+sign \x7E22 234-156
+sign \x99E6 234-156
+sign \x8B04 234-156
+sign \x85E4 234-156
+sign \x512F 234-156
+sign \x9A30 234-156
+sign \x7C50 234-156
+sign \x9C27 234-156
+sign \x7C58 234-156
+sign \x8645 234-156
+sign \x9A63 234-156
+sign \x972F 234-15
+sign \x5254 2345-123
+sign \x68AF 2345-123
+sign \x9511 2345-123
+sign \x8E22 2345-123
+sign \x92BB 2345-123
+sign \x9DC8 2345-123
+sign \x9DC9 2345-123
+sign \x624C 124-1346
+sign \x82D0 345-12
+sign \x5397 2345-126
+sign \x7EE8 2345-126
+sign \x504D 2345-126
+sign \x63D0 2345-126
+sign \x557C 2345-126
+sign \x7F64 2345-126
+sign \x5D39 2345-126
+sign \x7A0A 2345-126
+sign \x9046 2345-126
+sign \x9E48 2345-126
+sign \x6E27 345-12
+sign \x60FF 2345-126
+sign \x5A9E 2345-126
+sign \x7F07 2345-126
+sign \x7445 2345-126
+sign \x55C1 2345-126
+sign \x7D88 2345-126
+sign \x78AE 2345-126
+sign \x8906 2345-126
+sign \x855B 2345-126
+sign \x9898 2345-126
+sign \x876D 2345-126
+sign \x5FB2 2345-126
+sign \x6F3D 2345-126
+sign \x7DF9 2345-126
+sign \x8DA7 2345-126
+sign \x918D 2345-126
+sign \x8E44 2345-126
+sign \x9D3A 25-126
+sign \x8E4F 2345-126
+sign \x9357 2345-126
+sign \x9CC0 2345-126
+sign \x8B15 2345-126
+sign \x984C 2345-126
+sign \x9BB7 2345-126
+sign \x9D5C 2345-126
+sign \x9A20 2345-126
+sign \x9D97 2345-126
+sign \x9BF7 2345-126
+sign \x9D99 2345-126
+sign \x9DE4 2345-126
+sign \x4F53 2345-1236
+sign \x8EB0 2345-1236
+sign \x9AB5 2345-1236
+sign \x8EC6 2345-1236
+sign \x9AD4 2345-1236
+sign \x623B 2345-12
+sign \x5C49 2345-12
+sign \x5243 2345-12
+sign \x6D1F 2345-12
+sign \x632E 2345-1236
+sign \x501C 2345-12
+sign \x9016 2345-12
+sign \x6D95 2345-12
+sign \x608C 2345-12
+sign \x63A6 2345-12
+sign \x9037 2345-12
+sign \x6090 2345-12
+sign \x60D5 2345-12
+sign \x5C5C 2345-12
+sign \x66FF 2345-12
+sign \x60D6 2345-12
+sign \x88FC 2345-12
+sign \x8905 2345-12
+sign \x9AF0 2345-12
+sign \x6BA2 2345-12
+sign \x6B52 2345-12
+sign \x9B00 2345-12
+sign \x568F 2345-12
+sign \x74CB 2345-12
+sign \x9B04 2345-12
+sign \x5694 2345-12
+sign \x7C4A 2345-12
+sign \x8DAF 2345-12
+sign \x5929 2345-1234
+sign \x5172 2345-1234
+sign \x6DFB 2345-1234
+sign \x5A56 2345-1234
+sign \x9754 2345-1234
+sign \x915F 2345-1234
+sign \x9EC7 2345-1234
+sign \x975D 2345-1234
+sign \x7530 2345-1246
+sign \x6CBA 2345-1246
+sign \x5C47 2345-1246
+sign \x76F7 2345-1246
+sign \x754B 2345-1246
+sign \x80CB 2345-1246
+sign \x7551 2345-1246
+sign \x606C 2345-1246
+sign \x7560 145-12345
+sign \x751B 2345-1246
+sign \x83FE 2345-1246
+sign \x751C 2345-1246
+sign \x6E49 2345-1246
+sign \x586B 2345-1246
+sign \x6437 2345-1246
+sign \x5861 2345-1246
+sign \x9617 2345-1246
+sign \x78B5 2345-1246
+sign \x7DC2 2345-1246
+sign \x78CC 2345-1246
+sign \x7AB4 2345-1246
+sign \x9D2B 2345-1246
+sign \x74B3 2345-1246
+sign \x95D0 2345-1246
+sign \x9DCF 2345-1246
+sign \x9DC6 2345-1246
+sign \x5FDD 2345-12346
+sign \x6B84 2345-12346
+sign \x500E 2345-12346
+sign \x6375 134-13
+sign \x553A 2345-12346
+sign \x94E6 125-1234
+sign \x6DDF 2345-12346
+sign \x60BF 2345-12346
+sign \x7420 2345-12346
+sign \x666A 2345-12346
+sign \x89CD 2345-12346
+sign \x8146 2345-12346
+sign \x7753 2345-12346
+sign \x75F6 345-12346
+sign \x8214 2345-12346
+sign \x9902 2345-12346
+sign \x8CDF 2345-12346
+sign \x89A5 2345-12346
+sign \x9766 2456-12346
+sign \x932A 2345-12346
+sign \x63AD 2345-124
+sign \x7471 2345-124
+sign \x777C 2345-12
+sign \x821A 2345-124
+sign \x65EB 2345-1235
+sign \x4F7B 2345-1235
+sign \x6311 2345-1235
+sign \x5EA3 2345-1235
+sign \x604C 2345-1235
+sign \x7967 2345-1235
+sign \x804E 2345-1235
+sign \x8280 2345-1256
+sign \x6761 2345-1256
+sign \x82D5 2345-1256
+sign \x5CA7 2345-1256
+sign \x5CB9 2345-1256
+sign \x8FE2 2345-1256
+sign \x7952 2345-1256
+sign \x689D 2345-1256
+sign \x8C03 2345-1256
+sign \x7B24 2345-1256
+sign \x84DA 2345-1256
+sign \x84E7 345-125
+sign \x84E8 2345-1256
+sign \x9F86 2345-1256
+sign \x6A24 2345-1256
+sign \x8729 2345-1256
+sign \x9AEB 2345-1256
+sign \x92DA 2345-1256
+sign \x9797 2345-1256
+sign \x9CA6 2345-1256
+sign \x87A9 2345-1256
+sign \x9BC8 2345-1256
+sign \x93A5 2345-1256
+sign \x5135 1246-123
+sign \x9F60 2345-1256
+sign \x9C37 2345-1256
+sign \x5BA8 2345-12356
+sign \x6640 2345-12356
+sign \x7A95 2345-12356
+sign \x8A82 2345-12356
+sign \x7AB1 2345-12356
+sign \x5B25 2345-12356
+sign \x6713 2345-12356
+sign \x8101 2345-12356
+sign \x773A 2345-125
+sign \x7C9C 2345-125
+sign \x7D69 2345-125
+sign \x8D92 2345-1256
+sign \x8DF3 2345-125
+sign \x899C 2345-125
+sign \x982B 235-1236
+sign \x7CF6 2345-125
+sign \x5E16 2345-2346
+sign \x6017 2345-234
+sign \x8D34 2345-234
+sign \x841C 2345-234
+sign \x8051 2345-234
+sign \x8CBC 2345-234
+sign \x8DD5 345-246
+sign \x94C1 2345-2346
+sign \x86C8 2345-2346
+sign \x9244 2345-2346
+sign \x50E3 2345-2346
+sign \x9421 2345-2346
+sign \x9435 2345-2346
+sign \x9A56 2345-2346
+sign \x546B 2345-234
+sign \x98FB 2345-24
+sign \x992E 2345-24
+sign \x5385 2345-135
+sign \x827C 345-1356
+sign \x5E81 2345-135
+sign \x6C40 2345-135
+sign \x5391 25-2456
+sign \x542C 2345-135
+sign \x8013 2345-135
+sign \x539B 2345-135
+sign \x70C3 2345-135
+sign \x70F4 2345-135
+sign \x6E1F 2345-156
+sign \x7D8E 2345-135
+sign \x9793 2345-135
+sign \x8074 2345-135
+sign \x807C 2345-135
+sign \x5EF0 2345-135
+sign \x807D 2345-135
+sign \x5EF3 2345-135
+sign \x9092 2345-156
+sign \x5EF7 2345-156
+sign \x839B 2345-156
+sign \x4EAD 2345-156
+sign \x5EAD 2345-156
+sign \x505C 2345-156
+sign \x8476 2345-156
+sign \x8713 2345-156
+sign \x5D49 2345-156
+sign \x7B73 2345-156
+sign \x5A77 2345-156
+sign \x695F 2345-156
+sign \x69B3 2345-156
+sign \x9706 2345-156
+sign \x95AE 2345-156
+sign \x8064 2345-156
+sign \x874F 2345-156
+sign \x8AEA 2345-156
+sign \x9F2E 2345-156
+sign \x5722 2345-1356
+sign \x4FB9 2345-1356
+sign \x633A 2345-1356
+sign \x6D8F 2345-1356
+sign \x5A17 2345-12346
+sign \x73FD 2345-1356
+sign \x6883 2345-1356
+sign \x8121 2345-1356
+sign \x70F6 2345-1356
+sign \x988B 2345-1356
+sign \x8247 2345-1356
+sign \x8A94 2345-1356
+sign \x9832 2345-1356
+sign \x6FCE 345-1356
+sign \x56F2 26-346
+sign \x70B5 2346-135
+sign \x901A 2346-135
+sign \x75CC 2346-135
+sign \x84EA 2346-135
+sign \x55F5 2346-135
+sign \x6A0B 2346-135
+sign \x71A5 2346-135
+sign \x5182 156-135
+sign \x4EDD 2346-156
+sign \x540C 2346-156
+sign \x4F5F 2346-156
+sign \x5F64 2346-156
+sign \x5CC2 2346-156
+sign \x5E9D 2346-156
+sign \x833C 2346-156
+sign \x54C3 2346-156
+sign \x72EA 2346-156
+sign \x6850 2346-156
+sign \x783C 2346-156
+sign \x664D 2346-156
+sign \x8692 2346-156
+sign \x70D4 2346-156
+sign \x6D75 2346-156
+sign \x772E 2346-156
+sign \x94DC 2346-156
+sign \x79F1 2346-156
+sign \x8855 2346-156
+sign \x7AE5 2346-156
+sign \x7CA1 2346-156
+sign \x7D67 2346-156
+sign \x8D68 2346-156
+sign \x916E 2346-156
+sign \x9256 2346-156
+sign \x8A77 2346-156
+sign \x50EE 2346-156
+sign \x9275 2346-156
+sign \x9285 2346-156
+sign \x9907 2346-156
+sign \x9C96 2346-156
+sign \x52ED 2346-156
+sign \x735E 2346-156
+sign \x6F7C 2346-156
+sign \x6A66 2346-156
+sign \x66C8 2346-156
+sign \x729D 2346-156
+sign \x6723 2346-156
+sign \x81A7 2346-156
+sign \x6C03 2346-156
+sign \x71D1 2346-156
+sign \x77B3 2346-156
+sign \x7A5C 2346-156
+sign \x9BA6 2346-156
+sign \x7EDF 2346-1356
+sign \x6345 2346-1356
+sign \x6876 2346-1356
+sign \x7B52 2346-1356
+sign \x7D71 2346-1356
+sign \x7B69 2346-156
+sign \x7D82 2346-1356
+sign \x6078 2346-15
+sign \x75DB 2346-15
+sign \x615F 2346-15
+sign \x6185 2346-15
+sign \x5077 234-134
+sign \x5078 234-134
+sign \x936E 234-134
+sign \x5934 234-146
+sign \x6295 234-146
+sign \x9AB0 234-146
+sign \x7DF0 1256-123
+sign \x982D 234-146
+sign \x59B5 234-1346
+sign \x7D0F 234-1346
+sign \x6B95 235-1346
+sign \x9204 34-1346
+sign \x6568 234-1346
+sign \x65A2 234-1346
+sign \x9EC8 234-1346
+sign \x8623 234-1346
+sign \x54E3 236-1346
+sign \x900F 234-14
+sign \x51F8 2346-123
+sign \x79BF 2346-123
+sign \x79C3 2346-123
+sign \x7A81 2346-123
+sign \x550B 2346-1236
+sign \x6D8B 2346-123
+sign \x6378 2346-123
+sign \x5817 2346-123
+sign \x8456 2346-123
+sign \x75DC 2346-123
+sign \x6E65 2346-123
+sign \x7479 2346-126
+sign \x5D80 2346-123
+sign \x92F5 2346-123
+sign \x9D5A 2346-123
+sign \x9F35 2346-123
+sign \x56F3 2346-126
+sign \x56FE 2346-126
+sign \x51C3 2346-126
+sign \x6348 2346-126
+sign \x837C 2346-126
+sign \x5F92 2346-126
+sign \x5CF9 2346-126
+sign \x9014 2346-126
+sign \x5EA9 2346-126
+sign \x6D82 2346-126
+sign \x688C 2346-126
+sign \x5C60 2346-126
+sign \x63EC 2346-126
+sign \x7A0C 2346-126
+sign \x84A4 2346-126
+sign \x7B61 2346-126
+sign \x5D5E 2346-126
+sign \x922F 2346-126
+sign \x816F 2346-126
+sign \x760F 2346-126
+sign \x5857 2346-126
+sign \x9174 2346-126
+sign \x8DFF 2346-126
+sign \x5716 2346-126
+sign \x5717 2346-126
+sign \x5EDC 2346-126
+sign \x6F73 2346-126
+sign \x999F 2346-126
+sign \x99FC 2346-126
+sign \x934E 2346-126
+sign \x9D4C 2346-126
+sign \x9D9F 2346-126
+sign \x9DCB 2346-126
+sign \x9DF5 2346-126
+sign \x571F 2346-1236
+sign \x5721 2346-1236
+sign \x5410 2346-1236
+sign \x6C62 2346-1236
+sign \x948D 2346-1236
+sign \x91F7 2346-1236
+sign \x514E 2346-12
+sign \x8FCC 2346-12
+sign \x5154 2346-12
+sign \x83B5 2346-12
+sign \x580D 2346-12
+sign \x83DF 2346-12
+sign \x9D75 2346-12
+sign \x732F 2346-1234
+sign \x6E4D 2346-1234
+sign \x5715 2346-1234
+sign \x7153 2346-1234
+sign \x8C92 2346-1234
+sign \x56E2 2346-1246
+sign \x56E3 2346-1246
+sign \x629F 2346-1246
+sign \x6476 2346-1246
+sign \x84F4 1346-16
+sign \x5718 2346-1246
+sign \x6F19 2346-1246
+sign \x6171 2346-1246
+sign \x69EB 2346-1246
+sign \x7BFF 2346-1246
+sign \x6AB2 2346-1246
+sign \x93C4 2346-1246
+sign \x7CF0 2346-1246
+sign \x9DD2 2346-1246
+sign \x9DFB 2346-1246
+sign \x7583 2346-12346
+sign \x5F56 2346-124
+sign \x6E6A 2346-124
+sign \x8916 2346-124
+sign \x63A8 2346-345
+sign \x84F7 2346-345
+sign \x85EC 2346-345
+sign \x9893 2346-346
+sign \x50D3 2346-346
+sign \x96A4 2346-346
+sign \x5C35 2346-346
+sign \x9839 2346-346
+sign \x983D 2346-346
+sign \x983A 2346-346
+sign \x9B4B 2346-346
+sign \x8608 2346-346
+sign \x8E6A 2346-346
+sign \x7A68 2346-346
+sign \x4FC0 2346-3456
+sign \x812E 2346-3456
+sign \x817F 2346-3456
+sign \x8E46 2346-3456
+sign \x9ABD 2346-3456
+sign \x4FBB 2346-234
+sign \x9000 2346-34
+sign \x5A27 2346-34
+sign \x86FB 2346-34
+sign \x8715 2346-34
+sign \x717A 2346-34
+sign \x892A 2346-34
+sign \x8781 2346-34
+sign \x99FE 2346-34
+sign \x541E 2346-13
+sign \x5451 2346-13
+sign \x65FD 2346-13
+sign \x6D92 2346-13
+sign \x671C 2346-13
+sign \x711E 2346-13
+sign \x66BE 2346-13
+sign \x9ED7 2346-16
+sign \x5C6F 2346-16
+sign \x829A 2346-16
+sign \x56E4 2346-16
+sign \x9968 2346-16
+sign \x5E89 346-1
+sign \x5FF3 2346-16
+sign \x8ED8 2346-16
+sign \x8C58 2346-16
+sign \x8C5A 2346-16
+sign \x98E9 2346-16
+sign \x9C80 2346-16
+sign \x9B68 2346-16
+sign \x9715 2346-16
+sign \x81C0 2346-16
+sign \x81CB 2346-16
+sign \x6C3D 2346-136
+sign \x757D 2346-12346
+sign \x5749 2346-16
+sign \x4E47 2346-234
+sign \x8BAC 2346-234
+sign \x6258 2346-234
+sign \x9966 2346-234
+sign \x6C51 2346-234
+sign \x6754 2346-234
+sign \x62D6 2346-234
+sign \x62D5 2346-234
+sign \x5483 2346-234
+sign \x4F82 2346-234
+sign \x6CB0 2346-234
+sign \x838C 2346-234
+sign \x8A17 2346-234
+sign \x88A5 2346-234
+sign \x98E5 2346-234
+sign \x812B 2346-234
+sign \x8131 2346-234
+sign \x99B2 2346-234
+sign \x9B60 2346-234
+sign \x9A5D 2346-234
+sign \x9A6E 2346-246
+sign \x4F57 2346-246
+sign \x9641 2346-246
+sign \x9640 2346-246
+sign \x5768 2346-246
+sign \x5CAE 2346-246
+sign \x72CF 2346-246
+sign \x6CB2 2346-246
+sign \x6CB1 2346-246
+sign \x8FF1 25-126
+sign \x9A7C 2346-246
+sign \x67C1 2346-246
+sign \x7824 2346-246
+sign \x7823 2346-246
+sign \x9E35 2346-246
+sign \x8889 2346-246
+sign \x7D3D 2346-246
+sign \x5836 2346-246
+sign \x9161 2346-246
+sign \x8DCE 2346-246
+sign \x8A51 2346-246
+sign \x99B1 2346-246
+sign \x78A2 2346-246
+sign \x9248 234-2345
+sign \x99C4 2346-246
+sign \x69D6 2346-246
+sign \x99DE 2346-246
+sign \x99DD 2346-246
+sign \x8E3B 16-2345
+sign \x92D6 1245-123
+sign \x6A50 2346-246
+sign \x9D15 2346-246
+sign \x9B80 2346-246
+sign \x9F27 2346-246
+sign \x9A28 2346-246
+sign \x9F0D 2346-246
+sign \x9A52 2346-246
+sign \x9F09 2346-246
+sign \x59A5 2346-2346
+sign \x6BE4 2346-24
+sign \x5EB9 2346-2346
+sign \x692D 2346-2346
+sign \x6955 2346-2346
+sign \x64B1 26-3456
+sign \x6A62 2346-2346
+sign \x9D4E 2346-2346
+sign \x8EC3 2346-2346
+sign \x9C16 2346-2346
+sign \x62D3 2346-24
+sign \x67DD 2346-24
+sign \x553E 2346-24
+sign \x6DB6 2346-234
+sign \x6BFB 2346-24
+sign \x7BA8 2346-24
+sign \x7C5C 2346-24
+sign \x5C72 26-2345
+sign \x7A75 26-2345
+sign \x52B8 26-2345
+sign \x6316 26-2345
+sign \x54C7 26-356
+sign \x5F8D 26-2345
+sign \x6D3C 26-2345
+sign \x7556 26-2345
+sign \x7A8A 26-2345
+sign \x5A32 26-2345
+sign \x5558 256-234
+sign \x5AA7 26-2345
+sign \x86D9 26-2345
+sign \x6432 26-2345
+sign \x6E9B 26-2345
+sign \x6F25 26-2345
+sign \x7AAA 26-2345
+sign \x9F03 26-2345
+sign \x6528 26-2345
+sign \x5A03 26-2456
+sign \x8B41 26-2456
+sign \x74E6 26-23456
+sign \x90B7 26-23456
+sign \x4F64 26-23456
+sign \x5493 26-23456
+sign \x74F2 26-23456
+sign \x7819 26-23456
+sign \x889C 26-245
+sign \x8049 26-245
+sign \x55E2 26-245
+sign \x817D 26-245
+sign \x8183 26-245
+sign \x896A 26-245
+sign \x97C8 26-245
+sign \x97E4 26-245
+sign \x54BC 26-12345
+sign \x6B6A 26-12345
+sign \x558E 26-12345
+sign \x7AF5 26-12345
+sign \x5D34 26-123456
+sign \x5916 26-1245
+sign \x9861 26-1245
+sign \x5F2F 26-1234
+sign \x525C 26-1234
+sign \x6365 26-124
+sign \x5E35 26-1234
+sign \x5846 26-1234
+sign \x6E7E 26-1234
+sign \x7755 26-1234
+sign \x873F 26-1234
+sign \x7BA2 256-1234
+sign \x8C4C 26-1234
+sign \x6F6B 26-1234
+sign \x5F4E 26-1234
+sign \x58EA 26-1234
+sign \x7063 26-1234
+sign \x4E38 26-1246
+sign \x5213 26-1246
+sign \x8284 26-1246
+sign \x6C4D 26-1246
+sign \x7EA8 26-1246
+sign \x628F 26-1246
+sign \x5C8F 26-1246
+sign \x5B8C 26-1246
+sign \x73A9 26-1246
+sign \x7B02 26-1246
+sign \x7D08 26-1246
+sign \x987D 26-1246
+sign \x6356 26-1246
+sign \x8CA6 26-1246
+sign \x70F7 26-1246
+sign \x9AAB 26-3456
+sign \x9811 26-1246
+sign \x5B9B 26-12346
+sign \x633D 26-12346
+sign \x83AC 26-12346
+sign \x550D 26-12346
+sign \x5007 26-12346
+sign \x76CC 26-12346
+sign \x7413 26-1246
+sign \x57E6 26-12346
+sign \x83C0 26-12346
+sign \x689A 26-12346
+sign \x665A 26-12346
+sign \x6665 26-12346
+sign \x8118 26-12346
+sign \x6DB4 26-24
+sign \x60CB 26-12346
+sign \x5A49 26-12346
+sign \x7EFE 26-12346
+sign \x742C 26-12346
+sign \x8442 2456-12346
+sign \x6900 26-12346
+sign \x6669 26-12346
+sign \x667C 26-12346
+sign \x7696 26-12346
+sign \x7897 26-12346
+sign \x7579 26-12346
+sign \x8F13 26-12346
+sign \x7DB0 26-12346
+sign \x7DA9 26-12346
+sign \x8E20 26-12346
+sign \x92D4 26-12346
+sign \x4E07 26-124
+sign \x5350 26-124
+sign \x534D 26-124
+sign \x6764 26-124
+sign \x5FE8 26-1246
+sign \x8115 26-124
+sign \x842C 26-124
+sign \x8155 26-124
+sign \x92C4 26-124
+sign \x7FEB 26-124
+sign \x77A3 26-124
+sign \x87C3 26-124
+sign \x8D03 26-124
+sign \x93AB 26-124
+sign \x8D0E 26-124
+sign \x5C2A 26-1345
+sign \x5C2B 26-1345
+sign \x6C6A 26-1345
+sign \x5C29 26-1345
+sign \x4EBE 26-1456
+sign \x5166 26-1456
+sign \x4EA1 26-1456
+sign \x738B 26-1456
+sign \x4EFC 26-1456
+sign \x5F7A 26-1456
+sign \x83A3 26-1456
+sign \x869F 26-1456
+sign \x7F51 26-13456
+sign \x5FF9 26-13456
+sign \x6789 26-13456
+sign \x7F56 26-13456
+sign \x7F54 26-13456
+sign \x5F83 26-13456
+sign \x5F80 26-13456
+sign \x83F5 26-13456
+sign \x60D8 26-13456
+sign \x68E2 26-13456
+sign \x8F8B 26-13456
+sign \x6680 26-13456
+sign \x86E7 26-13456
+sign \x8744 26-13456
+sign \x7DB2 26-13456
+sign \x8F1E 26-13456
+sign \x8AB7 26-13456
+sign \x9B4D 26-13456
+sign \x7007 26-13456
+sign \x5984 26-145
+sign \x8FCB 26-145
+sign \x5FD8 26-145
+sign \x65FA 26-145
+sign \x76F3 246-1456
+sign \x671B 26-145
+sign \x6722 26-145
+sign \x5371 26-345
+sign \x5A01 26-345
+sign \x70D3 26-345
+sign \x9036 26-345
+sign \x504E 26-345
+sign \x9687 26-345
+sign \x9688 26-345
+sign \x63FB 26-345
+sign \x63CB 26-345
+sign \x8473 26-345
+sign \x8468 26-345
+sign \x55B4 26-345
+sign \x6E28 26-345
+sign \x6104 26-345
+sign \x5A99 26-345
+sign \x6972 26-345
+sign \x6933 26-345
+sign \x5FAE 26-345
+sign \x8A74 26-345
+sign \x7168 26-345
+sign \x6EA6 26-345
+sign \x875B 26-345
+sign \x89A3 26-345
+sign \x7E05 26-345
+sign \x8587 26-345
+sign \x5DB6 26-345
+sign \x9CC2 26-345
+sign \x71F0 26-345
+sign \x7650 26-345
+sign \x5DCD 26-345
+sign \x9C04 26-345
+sign \x9C03 26-345
+sign \x56D7 26-346
+sign \x97E6 26-346
+sign \x4E3A 26-346
+sign \x5729 26-346
+sign \x8FDD 26-346
+sign \x56F4 26-346
+sign \x5E0F 26-346
+sign \x95F1 26-346
+sign \x6CA9 26-346
+sign \x5CD7 26-346
+sign \x5CDE 26-346
+sign \x70BA 26-346
+sign \x6D08 26-346
+sign \x97CB 26-346
+sign \x6845 26-346
+sign \x6DA0 26-346
+sign \x552F 26-346
+sign \x5E37 26-346
+sign \x60DF 26-346
+sign \x7EF4 26-346
+sign \x741F 26-346
+sign \x55A1 26-346
+sign \x5D6C 26-346
+sign \x5E43 26-346
+sign \x570D 26-346
+sign \x7232 26-34
+sign \x6E88 26-346
+sign \x6E4B 26-346
+sign \x9055 26-346
+sign \x5A81 26-345
+sign \x84F6 26-346
+sign \x912C 26-346
+sign \x6F4D 26-346
+sign \x7DAD 26-346
+sign \x649D 126-345
+sign \x9180 26-346
+sign \x6F7F 26-346
+sign \x6F59 26-346
+sign \x5BEA 26-346
+sign \x95C8 26-346
+sign \x934F 26-346
+sign \x9BA0 26-346
+sign \x6FF0 26-346
+sign \x7653 26-346
+sign \x89B9 26-346
+sign \x973A 26-346
+sign \x72A9 26-346
+sign \x4F1F 26-3456
+sign \x4F2A 26-3456
+sign \x82C7 26-3456
+sign \x829B 26-3456
+sign \x5C3E 26-3456
+sign \x7EAC 26-3456
+sign \x73AE 26-3456
+sign \x59D4 26-3456
+sign \x709C 26-3456
+sign \x6D27 26-3456
+sign \x6364 26-3456
+sign \x8371 26-3456
+sign \x6D58 26-3456
+sign \x8BFF 26-3456
+sign \x5C57 26-3456
+sign \x5A13 26-3456
+sign \x840E 26-3456
+sign \x68B6 26-3456
+sign \x784A 26-3456
+sign \x5D23 26-3456
+sign \x9AA9 26-3456
+sign \x507D 26-3456
+sign \x5049 26-3456
+sign \x9697 26-3456
+sign \x848D 26-3456
+sign \x8466 26-3456
+sign \x5D54 26-3456
+sign \x9AAA 26-3456
+sign \x5FAB 26-3456
+sign \x7325 26-3456
+sign \x5EC6 26-3456
+sign \x6107 26-3456
+sign \x744B 26-3456
+sign \x6932 26-3456
+sign \x97EA 26-3456
+sign \x6690 26-3456
+sign \x8249 26-3456
+sign \x8172 26-3456
+sign \x75FF 26-3456
+sign \x7152 26-3456
+sign \x8732 26-345
+sign \x873C 26-34
+sign \x50DE 26-3456
+sign \x9C94 26-3456
+sign \x853F 26-3456
+sign \x97D1 26-3456
+sign \x8E13 26-3456
+sign \x9820 26-3456
+sign \x8AC9 26-3456
+sign \x7DEF 26-3456
+sign \x85B3 26-3456
+sign \x5130 26-3456
+sign \x9361 26-3456
+sign \x9BAA 26-3456
+sign \x6FFB 26-3456
+sign \x58DD 26-3456
+sign \x97D9 26-3456
+sign \x98B9 26-3456
+sign \x7022 26-3456
+sign \x97E1 26-3456
+sign \x4EB9 26-3456
+sign \x6596 26-3456
+sign \x536B 26-34
+sign \x672A 26-34
+sign \x4F4D 26-34
+sign \x82FF 26-34
+sign \x5473 26-34
+sign \x754F 26-34
+sign \x80C3 26-34
+sign \x8ECE 26-34
+sign \x53DE 26-34
+sign \x83CB 26-34
+sign \x7859 26-34
+sign \x8C13 26-34
+sign \x5C09 26-34
+sign \x5582 26-34
+sign \x732C 26-34
+sign \x6E2D 26-34
+sign \x5AA6 26-34
+sign \x715F 26-34
+sign \x589B 26-34
+sign \x851A 26-34
+sign \x78A8 26-3456
+sign \x71AD 26-34
+sign \x78D1 26-34
+sign \x875F 26-34
+sign \x885B 26-34
+sign \x729A 26-34
+sign \x6170 26-34
+sign \x7DED 26-34
+sign \x748F 14-12
+sign \x7F7B 26-34
+sign \x885E 26-34
+sign \x9317 26-34
+sign \x9927 26-34
+sign \x9B87 26-34
+sign \x8B02 26-34
+sign \x6FCA 126-34
+sign \x61C0 26-34
+sign \x9B4F 26-34
+sign \x9935 26-34
+sign \x87B1 26-34
+sign \x893D 26-34
+sign \x85EF 26-34
+sign \x8F4A 26-34
+sign \x9728 26-34
+sign \x93CF 26-34
+sign \x9CDA 26-34
+sign \x8636 26-34
+sign \x9956 26-34
+sign \x8E97 26-34
+sign \x8B86 26-34
+sign \x8E9B 26-34
+sign \x8B8F 26-34
+sign \x6637 26-13
+sign \x586D 26-13
+sign \x6E29 26-13
+sign \x7465 26-13
+sign \x6985 26-13
+sign \x6B9F 26-13
+sign \x6EAB 26-13
+sign \x69B2 26-13
+sign \x761F 26-13
+sign \x8C71 26-13
+sign \x93BE 26-13
+sign \x9942 26-13
+sign \x9CC1 26-13
+sign \x9C1B 26-13
+sign \x9C2E 26-13
+sign \x4EA0 26-16
+sign \x6587 26-16
+sign \x82A0 26-16
+sign \x5F63 26-16
+sign \x7EB9 26-16
+sign \x7086 26-16
+sign \x7807 2456-16
+sign \x95FB 26-16
+sign \x868A 26-16
+sign \x8689 26-16
+sign \x7D0B 26-16
+sign \x73F3 26-16
+sign \x960C 26-16
+sign \x96EF 26-16
+sign \x99C7 26-16
+sign \x99BC 26-16
+sign \x805E 26-16
+sign \x7612 26-16
+sign \x9B70 26-16
+sign \x9CFC 26-16
+sign \x9D0D 26-16
+sign \x95BA 26-16
+sign \x95BF 26-16
+sign \x87A1 26-16
+sign \x95C5 26-16
+sign \x9F24 26-16
+sign \x87C1 26-16
+sign \x95E6 26-16
+sign \x520E 26-136
+sign \x6286 26-136
+sign \x545A 126-2456
+sign \x543B 26-136
+sign \x5445 26-136
+sign \x5FDF 2456-136
+sign \x80B3 26-136
+sign \x5FDE 2456-136
+sign \x7D0A 26-136
+sign \x687D 26-136
+sign \x8117 26-136
+sign \x7A33 26-136
+sign \x7A4F 26-136
+sign \x7A69 26-136
+sign \x95EE 26-1
+sign \x6C76 26-1
+sign \x598F 26-1
+sign \x554F 26-1
+sign \x63FE 26-1
+sign \x6435 26-1
+sign \x9850 26-1
+sign \x74BA 26-1
+sign \x7FC1 26-135
+sign \x55E1 26-135
+sign \x6EC3 26-1356
+sign \x9E5F 26-135
+sign \x8789 26-135
+sign \x9393 26-135
+sign \x9DB2 26-135
+sign \x5963 26-1356
+sign \x52DC 26-1356
+sign \x5855 26-1356
+sign \x84CA 26-1356
+sign \x5D61 26-1356
+sign \x66A1 26-1356
+sign \x7788 26-1356
+sign \x806C 26-1356
+sign \x651A 26-1356
+sign \x74EE 26-15
+sign \x8579 26-15
+sign \x7515 26-15
+sign \x7F4B 26-15
+sign \x9F46 26-15
+sign \x631D 26-234
+sign \x83B4 26-234
+sign \x502D 26-234
+sign \x6DA1 26-234
+sign \x581D 26-234
+sign \x637C 356-246
+sign \x8435 26-234
+sign \x5529 26-234
+sign \x7327 26-234
+sign \x6E26 26-234
+sign \x6DB9 26-234
+sign \x5594 26-1235
+sign \x7A9D 26-234
+sign \x8717 26-234
+sign \x7AA9 26-234
+sign \x64BE 26-234
+sign \x8778 26-234
+sign \x8E12 26-234
+sign \x6211 26-2346
+sign \x6370 26-2346
+sign \x5A50 26-2346
+sign \x5A51 26-2346
+sign \x4EF4 26-24
+sign \x809F 26-24
+sign \x6C83 26-24
+sign \x5367 26-24
+sign \x81E5 26-24
+sign \x637E 26-24
+sign \x5053 26-24
+sign \x63E1 26-24
+sign \x786A 26-24
+sign \x5E44 26-24
+sign \x7125 26-24
+sign \x6E25 26-24
+sign \x5A89 26-24
+sign \x6943 26-24
+sign \x815B 26-24
+sign \x65A1 26-24
+sign \x7783 26-24
+sign \x74C1 26-24
+sign \x9F8C 26-24
+sign \x81D2 26-24
+sign \x6FE3 26-24
+sign \x9F77 26-24
+sign \x4E4C 26-123
+sign \x572C 26-123
+sign \x90AC 26-123
+sign \x6C61 26-123
+sign \x5F19 26-123
+sign \x6747 26-123
+sign \x5DEB 26-123
+sign \x545C 26-123
+sign \x94A8 26-123
+sign \x6D3F 26-123
+sign \x8BEC 26-123
+sign \x5C4B 26-123
+sign \x8DB6 26-12
+sign \x70CF 26-123
+sign \x91EB 126-2456
+sign \x7A8F 26-123
+sign \x526D 26-123
+sign \x9114 26-123
+sign \x55DA 26-123
+sign \x8A88 26-123
+sign \x6B4D 26-123
+sign \x8AA3 26-123
+sign \x7BBC 26-123
+sign \x8790 26-123
+sign \x9D2E 26-123
+sign \x93A2 26-123
+sign \x9C1E 26-123
+sign \x65E0 26-126
+sign \x6BCB 26-126
+sign \x829C 26-126
+sign \x543E 26-126
+sign \x5434 26-126
+sign \x5433 26-126
+sign \x5449 26-126
+sign \x90DA 26-126
+sign \x8381 26-126
+sign \x8323 26-126
+sign \x5514 26-126
+sign \x6D6F 26-126
+sign \x6D16 26-126
+sign \x5A2A 26-126
+sign \x73F8 26-126
+sign \x68A7 26-126
+sign \x7966 26-126
+sign \x9E40 26-126
+sign \x7121 26-126
+sign \x8708 26-126
+sign \x7991 26-126
+sign \x58B2 26-126
+sign \x856A 26-126
+sign \x7491 26-126
+sign \x6A46 26-126
+sign \x9D50 26-126
+sign \x9BC3 26-126
+sign \x8B55 26-126
+sign \x9F2F 26-126
+sign \x9DE1 26-126
+sign \x4E44 26-1236
+sign \x4E94 26-1236
+sign \x5348 26-1236
+sign \x4F0D 26-1236
+sign \x4EF5 26-1236
+sign \x8FD5 26-1236
+sign \x5E91 26-1236
+sign \x6003 26-1236
+sign \x5FE4 26-1236
+sign \x59A9 26-1236
+sign \x6B66 26-1236
+sign \x739D 26-1236
+sign \x65FF 26-1236
+sign \x4FC9 26-12
+sign \x4FAE 26-1236
+sign \x6342 26-1236
+sign \x5035 26-1236
+sign \x554E 26-1236
+sign \x727E 26-1236
+sign \x5A2C 26-1236
+sign \x73F7 26-1236
+sign \x9E49 26-1236
+sign \x6440 26-1236
+sign \x7894 26-1236
+sign \x7466 26-1236
+sign \x821E 26-1236
+sign \x7193 26-1236
+sign \x5EE1 26-1236
+sign \x6F55 26-1236
+sign \x61AE 26-1236
+sign \x5AF5 26-1236
+sign \x7512 26-1236
+sign \x511B 26-1236
+sign \x933B 26-1236
+sign \x9D61 26-1236
+sign \x8E8C 26-1236
+sign \x5140 26-12
+sign \x52FF 26-12
+sign \x620A 26-12
+sign \x52A1 26-12
+sign \x9622 26-12
+sign \x6264 26-12
+sign \x5C7C 26-12
+sign \x4F06 26-136
+sign \x575E 26-12
+sign \x82B4 26-12
+sign \x674C 26-12
+sign \x5C89 26-12
+sign \x5FE2 26-12
+sign \x77F9 26-12
+sign \x7269 26-12
+sign \x8BEF 26-12
+sign \x6544 26-12
+sign \x901C 26-1236
+sign \x7C85 26-12
+sign \x609F 26-12
+sign \x60AE 26-12
+sign \x609E 26-12
+sign \x52D9 26-12
+sign \x6664 26-12
+sign \x7110 26-12
+sign \x9770 26-12
+sign \x75E6 26-12
+sign \x9696 26-12
+sign \x5A7A 26-12
+sign \x9A9B 26-12
+sign \x5862 26-12
+sign \x96FE 26-12
+sign \x96FA 26-12
+sign \x5D68 26-12
+sign \x6EA9 26-12
+sign \x5966 26-12
+sign \x8AA4 26-12
+sign \x5BE4 26-12
+sign \x9E5C 26-12
+sign \x7183 26-12
+sign \x92C8 26-12
+sign \x7AB9 26-12
+sign \x971A 26-12
+sign \x9F3F 26-12
+sign \x9727 26-12
+sign \x9F40 26-12
+sign \x9A16 26-12
+sign \x9DA9 26-12
+sign \x5915 125-123
+sign \x516E 125-123
+sign \x909C 125-123
+sign \x8980 125-123
+sign \x897F 125-123
+sign \x5438 125-123
+sign \x6C50 125-123
+sign \x5FDA 125-123
+sign \x6278 125-123
+sign \x5E0C 125-123
+sign \x6614 125-123
+sign \x6790 125-123
+sign \x77FD 125-123
+sign \x5365 125-123
+sign \x80B8 125-123
+sign \x80B9 125-123
+sign \x7A78 125-123
+sign \x6038 125-123
+sign \x4FD9 125-123
+sign \x5F94 13456-156
+sign \x5F86 125-123
+sign \x90D7 125-123
+sign \x997B 125-123
+sign \x8383 125-123
+sign \x550F 125-123
+sign \x6C25 125-123
+sign \x727A 125-123
+sign \x606F 125-123
+sign \x595A 125-123
+sign \x72F6 125-123
+sign \x6D60 125-123
+sign \x6095 125-123
+sign \x5C56 125-123
+sign \x5A2D 125-123
+sign \x740B 125-123
+sign \x8D65 125-123
+sign \x83E5 125-123
+sign \x6878 125-123
+sign \x7852 125-123
+sign \x553D 125-123
+sign \x665E 125-123
+sign \x7101 125-123
+sign \x91F8 125-123
+sign \x6B37 125-123
+sign \x6089 125-123
+sign \x70EF 125-123
+sign \x6DC5 125-123
+sign \x6E13 125-123
+sign \x60DC 125-123
+sign \x7108 125-123
+sign \x6673 125-123
+sign \x60C1 125-123
+sign \x6670 125-123
+sign \x774E 125-123
+sign \x7A00 125-123
+sign \x5092 125-123
+sign \x910E 125-123
+sign \x823E 125-123
+sign \x7FD5 125-123
+sign \x7FD6 125-123
+sign \x7C9E 125-123
+sign \x711F 125-123
+sign \x712C 125-123
+sign \x7280 125-123
+sign \x84A0 125-123
+sign \x7699 125-123
+sign \x5380 125-123
+sign \x5D60 125-123
+sign \x9521 125-123
+sign \x5FAF 125-123
+sign \x6EAA 125-123
+sign \x7155 125-123
+sign \x7199 125-123
+sign \x8724 1245-123
+sign \x69BD 125-123
+sign \x8C68 125-123
+sign \x8725 125-123
+sign \x7188 125-123
+sign \x50D6 125-123
+sign \x990F 125-123
+sign \x8A92 23456-345
+sign \x7184 125-123
+sign \x7DC6 125-123
+sign \x78CE 125-123
+sign \x563B 125-123
+sign \x564F 125-123
+sign \x9919 124-12
+sign \x819D 125-123
+sign \x761C 125-123
+sign \x5B09 125-123
+sign \x5B06 125-123
+sign \x71B9 125-123
+sign \x6A40 125-123
+sign \x6A28 125-123
+sign \x8785 125-123
+sign \x8787 135-123
+sign \x932B 125-123
+sign \x6B59 125-123
+sign \x51DE 125-123
+sign \x7FB2 125-123
+sign \x71BA 125-123
+sign \x71BB 125-123
+sign \x7AB8 125-123
+sign \x7902 125-123
+sign \x8C6F 125-123
+sign \x77A6 125-123
+sign \x87CB 125-123
+sign \x72A0 125-123
+sign \x8C40 125-123
+sign \x8C95 125-123
+sign \x8C3F 125-123
+sign \x71E8 125-123
+sign \x9D57 125-123
+sign \x9BD1 125-123
+sign \x7CE6 125-123
+sign \x96DF 16-345
+sign \x7E65 125-123
+sign \x91AF 125-123
+sign \x93ED 125-123
+sign \x89F9 125-123
+sign \x8B46 125-123
+sign \x96B5 125-123
+sign \x66E6 125-123
+sign \x5DC7 125-123
+sign \x9145 125-123
+sign \x72A7 125-123
+sign \x7214 125-123
+sign \x89FD 125-123
+sign \x9F37 125-123
+sign \x8835 125-123
+sign \x9E02 125-123
+sign \x89FF 125-123
+sign \x9474 125-123
+sign \x4E60 125-126
+sign \x90CB 125-126
+sign \x5E2D 125-126
+sign \x89CB 125-126
+sign \x88AD 125-126
+sign \x7FD2 125-126
+sign \x55BA 125-12
+sign \x84B5 125-126
+sign \x84C6 125-126
+sign \x693A 125-126
+sign \x5AB3 125-126
+sign \x8D98 125-126
+sign \x89A1 125-126
+sign \x5D8D 125-126
+sign \x6F1D 125-126
+sign \x69E2 125-126
+sign \x8777 1235-12
+sign \x8582 125-126
+sign \x96B0 125-126
+sign \x6A84 125-126
+sign \x93B4 125-126
+sign \x8B35 125-126
+sign \x972B 125-126
+sign \x9CDB 125-126
+sign \x9A31 125-126
+sign \x98C1 125-126
+sign \x9A3D 125-126
+sign \x9C3C 125-126
+sign \x8972 125-126
+sign \x9A68 125-126
+sign \x676B 1245-12
+sign \x6D17 125-1236
+sign \x67B2 125-1236
+sign \x73BA 125-1236
+sign \x94E3 125-1236
+sign \x5F99 125-1236
+sign \x559C 125-1236
+sign \x8478 125-1236
+sign \x8448 125-1236
+sign \x9222 125-1236
+sign \x84F0 125-1236
+sign \x9291 125-1236
+sign \x6F07 125-1236
+sign \x5C63 125-1236
+sign \x6198 125-123
+sign \x6B56 125-1236
+sign \x6199 125-1236
+sign \x6A72 125-1236
+sign \x66BF 125-123
+sign \x8AF0 125-1236
+sign \x79A7 125-1236
+sign \x58D0 125-1236
+sign \x8B11 125-1236
+sign \x7E30 125-1236
+sign \x8E5D 125-1236
+sign \x87E2 125-1236
+sign \x74BD 125-1236
+sign \x74D5 2456-126
+sign \x9C5A 125-1236
+sign \x56CD 125-1236
+sign \x8EA7 125-1236
+sign \x5338 125-12
+sign \x534C 125-12
+sign \x620F 125-12
+sign \x9969 125-12
+sign \x7CFB 125-12
+sign \x546C 125-12
+sign \x5FE5 125-12
+sign \x602C 125-12
+sign \x7EC6 125-12
+sign \x76FB 125-12
+sign \x54A5 125-123
+sign \x4FC2 125-12
+sign \x90E4 125-12
+sign \x6044 125-12
+sign \x6B2F 125-12
+sign \x7EE4 125-12
+sign \x91F3 125-12
+sign \x9212 125-12
+sign \x960B 125-12
+sign \x7D30 125-12
+sign \x8D87 125-12
+sign \x691E 125-12
+sign \x8204 125-12
+sign \x9699 125-12
+sign \x8D69 125-12
+sign \x6ECA 125-12
+sign \x6140 125-12
+sign \x798A 125-12
+sign \x969F 125-12
+sign \x7D8C 125-12
+sign \x7294 125-12
+sign \x7A27 125-12
+sign \x7182 125-12
+sign \x856E 125-12
+sign \x622F 125-12
+sign \x89A4 125-12
+sign \x6F99 125-12
+sign \x6F5F 125-12
+sign \x6F5D 125-123
+sign \x6231 125-12
+sign \x9ED6 125-12
+sign \x7E4B 15-12
+sign \x78F6 125-12
+sign \x6232 125-12
+sign \x9B29 125-12
+sign \x8669 125-12
+sign \x993C 125-12
+sign \x95DF 125-12
+sign \x56B1 125-12
+sign \x973C 125-12
+sign \x884B 125-12
+sign \x867E 125-2345
+sign \x8C3A 125-2345
+sign \x9595 125-2345
+sign \x5084 125-2345
+sign \x656E 125-2456
+sign \x98AC 125-2345
+sign \x7146 125-2345
+sign \x778E 125-2345
+sign \x8766 125-2345
+sign \x9C15 125-2345
+sign \x5323 125-2456
+sign \x4FA0 125-2456
+sign \x90C3 12-246
+sign \x72CE 125-2456
+sign \x67D9 125-2456
+sign \x5CE1 125-2456
+sign \x4FE0 125-2456
+sign \x72ED 125-2456
+sign \x70A0 125-2456
+sign \x965C 125-2456
+sign \x73E8 125-2456
+sign \x5CFD 125-2456
+sign \x72F9 125-2456
+sign \x70DA 125-2456
+sign \x796B 125-2456
+sign \x7856 125-2456
+sign \x7FC8 125-2456
+sign \x7B1A 125-2456
+sign \x823A 125-2456
+sign \x967F 125-2456
+sign \x7864 125-2456
+sign \x9050 125-2456
+sign \x7455 125-2456
+sign \x6687 125-2456
+sign \x7B6A 125-2456
+sign \x821D 125-2456
+sign \x78AC 125-2456
+sign \x8F96 125-2456
+sign \x7771 125-245
+sign \x8578 125-2456
+sign \x78CD 125-2456
+sign \x8D6E 125-2456
+sign \x879B 12-246
+sign \x9B7B 125-2456
+sign \x7E16 125-2456
+sign \x8F44 125-2456
+sign \x971E 125-2456
+sign \x935C 125-2456
+sign \x9EE0 125-2456
+sign \x938B 125-2456
+sign \x9A22 125-2456
+sign \x9DB7 125-2456
+sign \x959C 125-23456
+sign \x4E05 125-245
+sign \x4E0B 125-245
+sign \x5737 125-245
+sign \x8290 125-245
+sign \x5413 125-245
+sign \x759C 125-245
+sign \x590F 125-245
+sign \x68BA 125-245
+sign \x5687 125-245
+sign \x7F45 125-245
+sign \x61D7 125-245
+sign \x93BC 125-245
+sign \x5913 125-245
+sign \x93EC 125-245
+sign \x4ED9 125-1234
+sign \x4EDA 125-1234
+sign \x5C73 125-1234
+sign \x5148 125-1234
+sign \x597E 125-1234
+sign \x7EA4 125-1234
+sign \x6C19 125-1234
+sign \x4F61 125-1234
+sign \x5FFA 125-1234
+sign \x82EE 125-1234
+sign \x6774 125-1234
+sign \x79C8 125-1234
+sign \x7946 125-1234
+sign \x7C7C 125-1234
+sign \x59FA 125-1234
+sign \x73D7 125-1234
+sign \x83B6 125-1234
+sign \x6380 125-1234
+sign \x641F 125-12346
+sign \x9170 125-1234
+sign \x8DF9 125-1234
+sign \x9528 125-1234
+sign \x5615 125-1234
+sign \x50CA 125-1234
+sign \x50F2 125-1234
+sign \x929B 125-1234
+sign \x9C9C 125-1234
+sign \x97EF 125-1234
+sign \x66B9 125-1234
+sign \x859F 125-1234
+sign \x9341 125-1234
+sign \x931F 234-1246
+sign \x61B8 125-1234
+sign \x5B10 125-1234
+sign \x97F1 125-1234
+sign \x9BAE 125-1234
+sign \x893C 125-1234
+sign \x7E4A 125-1234
+sign \x8E6E 125-1234
+sign \x99A6 125-1234
+sign \x6515 125-1234
+sign \x8B63 125-1234
+sign \x5EEF 125-1234
+sign \x5B45 125-1234
+sign \x9DB1 125-1234
+sign \x7E8E 125-1234
+sign \x8E9A 125-1234
+sign \x8973 125-1234
+sign \x7E96 125-1234
+sign \x9C7B 125-1234
+sign \x549E 125-1246
+sign \x4F2D 125-1246
+sign \x95F2 125-1246
+sign \x8D24 125-1246
+sign \x5F26 125-1246
+sign \x6326 125-1246
+sign \x54B8 125-1246
+sign \x80D8 125-1246
+sign \x6D8E 125-1246
+sign \x5A34 125-1246
+sign \x86BF 125-1246
+sign \x8854 125-1246
+sign \x8237 125-1246
+sign \x5A71 125-1246
+sign \x5A39 125-1246
+sign \x7D43 125-1246
+sign \x9591 125-1246
+sign \x9592 125-1246
+sign \x86DD 125-1246
+sign \x5563 125-1246
+sign \x75EB 125-1246
+sign \x9E47 125-1246
+sign \x6E7A 125-1246
+sign \x55DB 125-1246
+sign \x8858 125-1246
+sign \x5ACC 125-1246
+sign \x929C 125-1246
+sign \x7509 125-1246
+sign \x648F 125-1246
+sign \x8CE2 125-1246
+sign \x8AB8 125-1246
+sign \x6F96 125-1246
+sign \x61AA 125-1246
+sign \x5AFB 125-1246
+sign \x5AFA 125-1246
+sign \x8F31 125-1246
+sign \x918E 125-1246
+sign \x8AF4 125-1246
+sign \x77B7 15-124
+sign \x764E 125-1246
+sign \x7647 125-1246
+sign \x85D6 125-1246
+sign \x7925 125-1246
+sign \x8D12 125-1246
+sign \x9DF4 125-1246
+sign \x9DFC 125-1246
+sign \x9DF3 125-1246
+sign \x72DD 125-12346
+sign \x51BC 125-12346
+sign \x663E 125-12346
+sign \x9669 125-12346
+sign \x86AC 125-12346
+sign \x5D04 125-12346
+sign \x6BE8 125-12346
+sign \x7303 125-12346
+sign \x70CD 125-12346
+sign \x967A 125-12346
+sign \x8D7B 125-12346
+sign \x7B45 125-12346
+sign \x5C20 125-12346
+sign \x5C1F 125-12346
+sign \x8DE3 125-12346
+sign \x8706 125-12346
+sign \x7992 125-12346
+sign \x7BB2 125-12346
+sign \x96AA 125-12346
+sign \x5DAE 125-12346
+sign \x736B 125-12346
+sign \x85D3 125-12346
+sign \x736E 125-12346
+sign \x934C 125-12346
+sign \x71F9 125-12346
+sign \x9855 125-12346
+sign \x6507 125-12346
+sign \x5E70 125-12346
+sign \x861A 125-12346
+sign \x6AF6 125-12346
+sign \x7381 125-12346
+sign \x97C5 125-12346
+sign \x986F 125-12346
+sign \x7066 125-12346
+sign \x4F23 135-124
+sign \x82CB 125-124
+sign \x53BF 125-124
+sign \x5C98 125-124
+sign \x73B0 125-124
+sign \x81FD 125-124
+sign \x9650 125-124
+sign \x7EBF 125-124
+sign \x770C 125-124
+sign \x4FD4 135-124
+sign \x5BAA 125-124
+sign \x9665 125-124
+sign \x59ED 125-124
+sign \x57B7 125-124
+sign \x83A7 125-124
+sign \x54EF 125-124
+sign \x5CF4 125-124
+sign \x6D80 125-124
+sign \x9677 125-124
+sign \x5A28 12-124
+sign \x5A0A 125-124
+sign \x73FE 125-124
+sign \x665B 125-124
+sign \x9985 125-124
+sign \x774D 125-124
+sign \x7FA1 125-124
+sign \x7F10 125-124
+sign \x7D64 125-124
+sign \x732E 125-124
+sign \x817A 125-124
+sign \x7FA8 125-124
+sign \x7CAF 125-124
+sign \x50F4 125-124
+sign \x50E9 125-124
+sign \x8181 135-12346
+sign \x8AA2 125-124
+sign \x7DAB 125-124
+sign \x648A 125-124
+sign \x92E7 125-124
+sign \x7DDA 125-124
+sign \x7E23 125-124
+sign \x930E 125-124
+sign \x9921 125-124
+sign \x61B2 125-124
+sign \x8C4F 125-124
+sign \x9EB2 125-124
+sign \x81D4 125-124
+sign \x7017 125-124
+sign \x9730 125-124
+sign \x737B 125-124
+sign \x7CEE 125-124
+sign \x9F38 125-124
+sign \x4E61 125-1345
+sign \x8297 125-1345
+sign \x76F8 125-1345
+sign \x9999 125-1345
+sign \x90F7 125-1345
+sign \x53A2 125-1345
+sign \x910A 125-1345
+sign \x9109 125-1345
+sign \x8459 125-1345
+sign \x5EC2 125-1345
+sign \x6E58 125-1345
+sign \x7F03 125-1345
+sign \x9115 125-1345
+sign \x697F 125-1345
+sign \x858C 125-1345
+sign \x7BB1 125-1345
+sign \x81B7 125-1345
+sign \x7DD7 125-1345
+sign \x8944 125-1345
+sign \x5134 35-1456
+sign \x52F7 35-1456
+sign \x8618 35-1456
+sign \x5FC0 125-1345
+sign \x9E98 125-1345
+sign \x9AA7 125-1345
+sign \x74D6 125-1345
+sign \x6B00 125-1345
+sign \x9576 125-1345
+sign \x9C5C 125-1345
+sign \x7E95 125-1345
+sign \x9472 125-1345
+sign \x9A64 125-1345
+sign \x74E8 125-1456
+sign \x4F6D 125-1456
+sign \x8BE6 125-1456
+sign \x5EA0 125-1456
+sign \x6819 125-1456
+sign \x7965 125-1456
+sign \x7FD4 125-1456
+sign \x7D74 125-1456
+sign \x8DED 125-1456
+sign \x8A73 125-1456
+sign \x4EAB 125-13456
+sign \x54CD 125-13456
+sign \x9977 125-13456
+sign \x4EAF 125-13456
+sign \x8683 125-13456
+sign \x6651 125-13456
+sign \x98E8 125-13456
+sign \x60F3 125-13456
+sign \x9284 125-13456
+sign \x9909 125-13456
+sign \x9C9E 125-13456
+sign \x9B9D 125-13456
+sign \x8801 125-13456
+sign \x9BD7 125-13456
+sign \x9957 125-13456
+sign \x97FF 125-13456
+sign \x995F 125-13456
+sign \x9C76 125-13456
+sign \x5411 125-145
+sign \x9879 125-145
+sign \x5DF7 125-145
+sign \x59E0 125-145
+sign \x73E6 125-145
+sign \x8C61 125-145
+sign \x9805 125-145
+sign \x842B 125-145
+sign \x7F3F 125-145
+sign \x7A25 125-1345
+sign \x50CF 125-145
+sign \x52E8 125-145
+sign \x5D91 125-145
+sign \x6F52 34-145
+sign \x6A61 125-145
+sign \x66CF 125-145
+sign \x8950 125-145
+sign \x87D3 125-145
+sign \x56AE 125-145
+sign \x940C 125-145
+sign \x9C4C 125-145
+sign \x7072 125-1235
+sign \x7071 125-1235
+sign \x8096 125-1235
+sign \x67AD 125-1235
+sign \x67B5 125-1235
+sign \x54D3 125-1235
+sign \x4FBE 125-1235
+sign \x9A81 125-1235
+sign \x900D 125-1235
+sign \x9E2E 125-1235
+sign \x6077 125-1235
+sign \x8653 125-1235
+sign \x5EA8 125-1235
+sign \x6D88 125-1235
+sign \x5BAF 125-1235
+sign \x5BB5 125-1235
+sign \x7EE1 125-1235
+sign \x8427 125-1235
+sign \x689F 125-1235
+sign \x7307 125-1235
+sign \x7107 125-1235
+sign \x5A4B 125-1235
+sign \x8437 125-1235
+sign \x7863 125-1235
+sign \x785D 125-1235
+sign \x9500 125-1235
+sign \x7FDB 125-1235
+sign \x75DA 125-1235
+sign \x75DF 125-1235
+sign \x7A99 125-1235
+sign \x63F1 125-1235
+sign \x7D83 125-1235
+sign \x5610 125-1235
+sign \x7BAB 125-1235
+sign \x6B4A 125-1235
+sign \x6F47 125-1235
+sign \x64A8 125-1235
+sign \x9704 125-1235
+sign \x5635 125-1235
+sign \x7BBE 1246-24
+sign \x92B7 125-1235
+sign \x7362 125-1235
+sign \x856D 125-1235
+sign \x9D1E 125-1235
+sign \x9B48 125-1235
+sign \x81AE 125-1235
+sign \x5F47 125-1235
+sign \x85C3 125-1235
+sign \x87CF 125-1235
+sign \x87C2 125-1235
+sign \x7A58 125-1235
+sign \x7C18 125-1235
+sign \x9D35 125-1235
+sign \x8B1E 12-24
+sign \x9D41 125-1235
+sign \x56A3 125-1235
+sign \x87F0 125-1235
+sign \x9AC7 125-1235
+sign \x7C2B 125-1235
+sign \x8B4A 1234-1256
+sign \x701F 125-1235
+sign \x6AF9 125-1235
+sign \x56BB 125-1235
+sign \x56C2 125-1235
+sign \x9AD0 125-1235
+sign \x9DCD 125-1235
+sign \x9A4D 125-1235
+sign \x8828 125-1235
+sign \x6BCA 125-1235
+sign \x8648 125-1235
+sign \x6D28 125-1256
+sign \x90E9 125-1256
+sign \x5D24 125-1256
+sign \x8A24 125-1256
+sign \x6DC6 125-1256
+sign \x8AB5 125-1256
+sign \x5C0F 125-12356
+sign \x6653 125-12356
+sign \x6681 125-12356
+sign \x7B71 125-12356
+sign \x7B7F 125-12356
+sign \x769B 125-12356
+sign \x66C9 125-12356
+sign \x7BE0 125-12356
+sign \x76A2 125-12356
+sign \x5B5D 125-125
+sign \x52B9 125-125
+sign \x54B2 125-125
+sign \x6821 125-125
+sign \x54EE 125-125
+sign \x7B11 125-125
+sign \x4FF2 125-125
+sign \x6548 125-125
+sign \x6D8D 125-125
+sign \x5578 125-125
+sign \x509A 125-125
+sign \x6569 125-125
+sign \x8A68 125-125
+sign \x560B 125-125
+sign \x5628 125-125
+sign \x8A9F 125-125
+sign \x562F 125-125
+sign \x71BD 125-125
+sign \x6B57 125-125
+sign \x6585 125-125
+sign \x6586 125-125
+sign \x4E9B 125-234
+sign \x6954 125-234
+sign \x6B47 125-234
+sign \x874E 125-234
+sign \x880D 125-234
+sign \x534F 125-246
+sign \x90AA 125-246
+sign \x65EA 125-246
+sign \x5354 125-246
+sign \x80C1 125-246
+sign \x594A 125-246
+sign \x57A5 125-246
+sign \x62F9 125-246
+sign \x5CEB 125-246
+sign \x604A 125-246
+sign \x633E 125-246
+sign \x8107 125-246
+sign \x887A 125-246
+sign \x8105 125-246
+sign \x810B 125-246
+sign \x5055 125-246
+sign \x659C 125-246
+sign \x8C10 125-246
+sign \x63F3 125-234
+sign \x7FD3 125-246
+sign \x7332 125-234
+sign \x744E 125-246
+sign \x643A 125-246
+sign \x55CB 125-246
+sign \x6136 125-246
+sign \x7D8A 125-246
+sign \x818E 125-246
+sign \x7181 125-246
+sign \x64B7 125-246
+sign \x9821 15-246
+sign \x64D5 125-246
+sign \x978B 125-246
+sign \x8762 125-246
+sign \x7DF3 125-246
+sign \x52F0 125-246
+sign \x7F2C 125-246
+sign \x8AE7 125-246
+sign \x71F2 125-246
+sign \x64F7 125-246
+sign \x97B5 125-246
+sign \x896D 125-246
+sign \x651C 125-246
+sign \x7E88 125-246
+sign \x8B97 125-246
+sign \x9FA4 125-246
+sign \x5199 125-2346
+sign \x51A9 125-2346
+sign \x5BEB 125-2346
+sign \x85DB 125-2346
+sign \x4F33 125-24
+sign \x707A 125-24
+sign \x5C43 125-12
+sign \x7F37 125-24
+sign \x6CC4 125-24
+sign \x6CFB 125-24
+sign \x7944 125-24
+sign \x7EC1 125-24
+sign \x5378 125-24
+sign \x70A7 125-24
+sign \x70A8 125-24
+sign \x6D29 125-24
+sign \x5A0E 125-234
+sign \x5368 125-24
+sign \x5C51 125-24
+sign \x5C53 125-12
+sign \x710E 125-24
+sign \x68B0 125-24
+sign \x79BC 125-24
+sign \x5070 125-24
+sign \x5FA2 125-24
+sign \x7D32 125-24
+sign \x4EB5 125-24
+sign \x6E2B 125-24
+sign \x8C22 125-24
+sign \x5C5F 125-24
+sign \x5A9F 125-24
+sign \x7D6C 125-24
+sign \x586E 125-24
+sign \x50C1 125-24
+sign \x69AD 125-24
+sign \x698D 125-24
+sign \x8909 125-24
+sign \x66AC 125-24
+sign \x78BF 12456-12
+sign \x5667 125-24
+sign \x5C67 125-24
+sign \x7DE4 125-24
+sign \x85A4 125-24
+sign \x85A2 125-24
+sign \x97F0 125-24
+sign \x5DB0 125-24
+sign \x736C 125-24
+sign \x9082 125-24
+sign \x5EE8 125-24
+sign \x7CCF 125-24
+sign \x6FA5 125-24
+sign \x61C8 125-24
+sign \x8B1D 125-24
+sign \x71EE 125-24
+sign \x893B 125-24
+sign \x97A2 125-24
+sign \x5911 125-24
+sign \x7009 125-24
+sign \x9F58 125-24
+sign \x880F 125-24
+sign \x87F9 125-24
+sign \x7215 125-24
+sign \x7023 125-24
+sign \x9F65 125-24
+sign \x9F42 125-24
+sign \x8EA0 1245-23456
+sign \x8E9E 125-24
+sign \x5C6D 125-12
+sign \x5FC3 125-13
+sign \x90A4 125-13
+sign \x82AF 125-1
+sign \x8F9B 125-13
+sign \x5FFB 125-13
+sign \x59A1 125-13
+sign \x677A 125-13
+sign \x6615 125-13
+sign \x6B23 125-13
+sign \x76FA 125-13
+sign \x4FFD 125-13
+sign \x8A22 125-13
+sign \x60DE 125-13
+sign \x950C 125-13
+sign \x920A 125-13
+sign \x65B0 125-13
+sign \x6B46 125-13
+sign \x92C5 125-13
+sign \x5EDE 125-13
+sign \x85AA 125-13
+sign \x567A 125-13
+sign \x5677 12-136
+sign \x5B1C 125-13
+sign \x99A8 125-13
+sign \x946B 125-13
+sign \x99AB 125-13
+sign \x6794 125-16
+sign \x9B35 125-16
+sign \x9414 125-16
+sign \x4F08 125-136
+sign \x9620 125-1
+sign \x4F29 125-1
+sign \x56DF 125-1
+sign \x5B5E 125-1
+sign \x7098 125-1
+sign \x4FE1 125-1
+sign \x8ED0 125-1
+sign \x8845 125-1
+sign \x812A 125-1
+sign \x8A2B 125-1
+sign \x712E 125-1
+sign \x99B8 125-1
+sign \x9856 125-1
+sign \x820B 125-1
+sign \x91C1 125-1
+sign \x661F 125-135
+sign \x57B6 125-135
+sign \x9A8D 125-135
+sign \x7329 125-135
+sign \x60FA 125-135
+sign \x7446 125-135
+sign \x86F5 125-135
+sign \x8165 125-135
+sign \x714B 125-135
+sign \x89EA 125-135
+sign \x7BB5 125-135
+sign \x7BC2 125-135
+sign \x9B8F 125-135
+sign \x8B03 125-135
+sign \x9A02 125-135
+sign \x66D0 125-135
+sign \x89F2 125-135
+sign \x76A8 125-135
+sign \x5B39 125-15
+sign \x9BF9 125-135
+sign \x5211 125-156
+sign \x90A2 125-156
+sign \x5F62 125-156
+sign \x5759 15-135
+sign \x90C9 125-156
+sign \x4F80 125-156
+sign \x578B 125-156
+sign \x54D8 125-156
+sign \x9498 125-156
+sign \x6D10 125-156
+sign \x5A19 125-156
+sign \x784E 125-156
+sign \x94CF 125-156
+sign \x88C4 125-156
+sign \x9203 125-156
+sign \x9292 125-156
+sign \x9276 125-156
+sign \x92DE 125-156
+sign \x7772 125-1356
+sign \x9192 125-1356
+sign \x64E4 125-1356
+sign \x5174 125-135
+sign \x674F 125-15
+sign \x5E78 125-15
+sign \x6027 125-15
+sign \x59D3 125-15
+sign \x8347 125-15
+sign \x8395 125-15
+sign \x5016 125-15
+sign \x6DAC 125-15
+sign \x60BB 125-15
+sign \x5A5E 125-15
+sign \x5842 15-13456
+sign \x7DC8 125-15
+sign \x8208 125-135
+sign \x81D6 125-15
+sign \x51F6 1256-135
+sign \x5302 1256-135
+sign \x5144 1256-135
+sign \x828E 1256-135
+sign \x5147 1256-135
+sign \x5308 1256-135
+sign \x8BBB 1256-135
+sign \x6C79 1256-135
+sign \x5FF7 1256-135
+sign \x54C5 1256-135
+sign \x6D36 1256-135
+sign \x605F 1256-135
+sign \x80F8 1256-135
+sign \x80F7 1256-135
+sign \x8A29 1256-135
+sign \x8A7E 1256-135
+sign \x96C4 1256-156
+sign \x718A 1256-156
+sign \x8BC7 1256-15
+sign \x8A57 1256-15
+sign \x5910 1256-15
+sign \x657B 1256-15
+sign \x4F11 125-134
+sign \x4FE2 125-134
+sign \x8320 12-1235
+sign \x54BB 125-134
+sign \x4FEE 125-134
+sign \x5EA5 125-134
+sign \x70CB 125-1235
+sign \x8129 125-134
+sign \x7F9E 125-134
+sign \x70CC 125-134
+sign \x9E3A 125-134
+sign \x8119 125-134
+sign \x81F9 125-134
+sign \x8C85 125-134
+sign \x9990 125-134
+sign \x9AE4 125-134
+sign \x6A07 125-134
+sign \x929D 125-134
+sign \x9AF9 125-134
+sign \x9D42 125-134
+sign \x9380 125-134
+sign \x9BB4 125-134
+sign \x93C5 125-134
+sign \x9948 125-134
+sign \x9C43 135-134
+sign \x98CD 125-134
+sign \x82EC 125-146
+sign \x673D 125-1346
+sign \x5BBF 12456-12
+sign \x6EEB 125-1346
+sign \x6F43 125-1346
+sign \x7D87 125-1346
+sign \x7CD4 125-1346
+sign \x79C0 125-14
+sign \x5CAB 125-14
+sign \x5CC0 125-14
+sign \x73DB 125-14
+sign \x8896 125-14
+sign \x7EE3 125-14
+sign \x7407 125-14
+sign \x9508 125-14
+sign \x55C5 125-14
+sign \x6EB4 125-14
+sign \x7D89 125-14
+sign \x7493 125-14
+sign \x890F 125-14
+sign \x890E 125-14
+sign \x88E6 24-1235
+sign \x92B9 125-14
+sign \x8791 125-14
+sign \x568A 125-14
+sign \x7E4D 125-14
+sign \x93E5 125-14
+sign \x7E61 125-14
+sign \x93FD 125-14
+sign \x9F45 125-14
+sign \x620C 1256-123
+sign \x5401 1256-123
+sign \x65F4 1256-123
+sign \x76F1 1256-123
+sign \x759E 1256-123
+sign \x59C1 1256-1236
+sign \x987B 1256-123
+sign \x6B28 1256-123
+sign \x80E5 1256-123
+sign \x987C 1256-123
+sign \x8A0F 1256-123
+sign \x865A 1256-123
+sign \x8657 1256-123
+sign \x5066 1256-123
+sign \x88C7 1256-123
+sign \x8C1E 1256-123
+sign \x63DF 1256-123
+sign \x865B 1256-123
+sign \x5E41 1256-123
+sign \x9808 1256-123
+sign \x5AAD 1256-123
+sign \x980A 1256-123
+sign \x6948 1256-123
+sign \x7AA2 1256-123
+sign \x589F 1256-123
+sign \x9700 1256-123
+sign \x5618 1256-123
+sign \x7A30 1256-123
+sign \x9B46 1256-123
+sign \x8566 1256-123
+sign \x6B54 1256-123
+sign \x8751 1256-123
+sign \x5653 1256-123
+sign \x5B03 1256-123
+sign \x7E03 1256-123
+sign \x8ADD 1256-123
+sign \x6B58 1256-123
+sign \x8B43 1256-123
+sign \x9B56 1256-123
+sign \x9A49 1256-123
+sign \x9B1A 1256-123
+sign \x9450 1256-123
+sign \x4FC6 1256-126
+sign \x5F90 1256-126
+sign \x84A3 1256-126
+sign \x8BB8 1256-1236
+sign \x5474 1256-1236
+sign \x8BE9 1256-1236
+sign \x73DD 1256-1236
+sign \x6829 1256-1236
+sign \x5194 1256-1236
+sign \x86E1 25-12
+sign \x668A 1256-1236
+sign \x8A61 1256-1236
+sign \x9126 1256-1236
+sign \x7CC8 1256-1236
+sign \x9191 1256-1236
+sign \x76E8 1256-1236
+sign \x65ED 1256-12
+sign \x4F35 1256-12
+sign \x5E8F 1256-12
+sign \x6C7F 1256-12
+sign \x6C80 1256-12
+sign \x4F90 1256-12
+sign \x5379 1256-12
+sign \x662B 1256-12
+sign \x53D9 1256-12
+sign \x6D2B 1256-12
+sign \x6064 1256-12
+sign \x73EC 1256-12
+sign \x57BF 1256-12
+sign \x6B88 1256-12
+sign \x6B30 1256-12
+sign \x70C5 1256-12
+sign \x9157 1256-12
+sign \x52D6 1256-12
+sign \x52D7 1256-12
+sign \x654D 1256-12
+sign \x6558 1256-12
+sign \x70FC 1256-12
+sign \x7EEA 1256-12
+sign \x7EED 1256-12
+sign \x8053 1256-12
+sign \x58FB 1256-12
+sign \x6702 1256-12
+sign \x55A3 1256-1236
+sign \x8A39 1256-12
+sign \x6E86 1256-12
+sign \x6E51 1256-1236
+sign \x7D6E 1256-12
+sign \x5A7F 1256-12
+sign \x84C4 1256-12
+sign \x8CC9 1256-12
+sign \x7166 1256-12
+sign \x6149 1256-12
+sign \x7D9A 1256-12
+sign \x69D2 1256-12
+sign \x7781 1256-12
+sign \x76E2 1256-12
+sign \x805F 1256-12
+sign \x928A 1256-12
+sign \x6F4A 1256-12
+sign \x6F35 1256-12
+sign \x7DD2 1256-12
+sign \x7A38 1256-12
+sign \x735D 1256-12
+sign \x7DD6 1256-12
+sign \x77B2 1256-12
+sign \x85DA 1256-12
+sign \x7E8C 1256-12
+sign \x9C6E 1256-12
+sign \x84FF 1256-12
+sign \x5405 1256-1234
+sign \x8F69 1256-1234
+sign \x660D 1256-1234
+sign \x54BA 1256-12346
+sign \x5BA3 1256-1234
+sign \x8ED2 1256-1234
+sign \x6645 1256-1234
+sign \x8C16 1256-1234
+sign \x5847 1256-1234
+sign \x63CE 1256-1234
+sign \x8432 1256-1234
+sign \x8431 1256-1234
+sign \x55A7 1256-1234
+sign \x610B 1256-1234
+sign \x6103 1256-1234
+sign \x5A97 1256-1234
+sign \x7444 1256-1234
+sign \x84D2 1256-1234
+sign \x6684 1256-1234
+sign \x7156 12346-12346
+sign \x714A 1256-1234
+sign \x777B 1256-1234
+sign \x8756 1256-1234
+sign \x7BAE 1256-1234
+sign \x5107 1256-1234
+sign \x7FE7 1256-1234
+sign \x79A4 1256-1234
+sign \x857F 1256-1234
+sign \x8AFC 1256-1234
+sign \x8AE0 1256-1234
+sign \x5B1B 126-1246
+sign \x99FD 1256-1234
+sign \x8F4B 126-16
+sign \x9379 1256-1234
+sign \x8610 1256-1234
+sign \x85FC 1256-1234
+sign \x77CE 1256-1234
+sign \x8809 1256-1234
+sign \x7FFE 1256-1234
+sign \x9C1A 1256-1234
+sign \x8B5E 1256-1234
+sign \x8B82 156-124
+sign \x7384 1256-1246
+sign \x59B6 125-1246
+sign \x73B9 1256-1246
+sign \x75C3 1256-1246
+sign \x7401 1256-1246
+sign \x60AC 1256-1246
+sign \x65CB 1256-1246
+sign \x8701 1256-1246
+sign \x6F29 1256-1246
+sign \x5AD9 1256-1246
+sign \x7487 1256-1246
+sign \x66B6 1256-1246
+sign \x6A88 1256-1246
+sign \x74BF 1256-1246
+sign \x61F8 1256-1246
+sign \x9009 1256-12346
+sign \x70DC 1256-12346
+sign \x6685 1256-12346
+sign \x9078 1256-12346
+sign \x7663 1256-12346
+sign \x766C 1256-12346
+sign \x6CEB 1256-124
+sign \x6030 1256-124
+sign \x6621 1256-124
+sign \x70AB 1256-124
+sign \x7EDA 1256-124
+sign \x7729 1256-124
+sign \x94C9 1256-124
+sign \x88A8 1256-124
+sign \x7404 1256-124
+sign \x7734 1256-124
+sign \x8852 1256-124
+sign \x6E32 1256-124
+sign \x7D62 1256-124
+sign \x6966 1256-124
+sign \x9249 1256-124
+sign \x8519 1256-124
+sign \x78B9 1256-124
+sign \x955F 1256-124
+sign \x98B4 1256-124
+sign \x7E3C 1256-124
+sign \x7E4F 1256-124
+sign \x93C7 1256-124
+sign \x9436 126-1246
+sign \x8D19 1256-124
+sign \x524A 125-1235
+sign \x75B6 1256-234
+sign \x8486 1256-234
+sign \x9774 1256-234
+sign \x859B 1256-234
+sign \x8FA5 1256-234
+sign \x8FAA 1256-234
+sign \x97BE 1256-234
+sign \x7A74 1256-246
+sign \x6588 1256-246
+sign \x4E74 1256-246
+sign \x8313 1256-246
+sign \x5CA4 1256-24
+sign \x5CC3 1256-246
+sign \x5B66 1256-246
+sign \x6CF6 1256-246
+sign \x9E34 1256-246
+sign \x8895 1256-246
+sign \x8E05 1256-246
+sign \x5671 1256-246
+sign \x5DA8 1256-246
+sign \x5B78 1256-246
+sign \x9D2C 25-135
+sign \x6FA9 1256-246
+sign \x71E2 1256-246
+sign \x89F7 1256-246
+sign \x96E4 1256-246
+sign \x9DFD 1256-246
+sign \x96EA 1256-2346
+sign \x6A30 1256-2346
+sign \x81A4 1256-2346
+sign \x825D 1256-2346
+sign \x8F4C 1256-2346
+sign \x9CD5 1256-2346
+sign \x9C48 1256-2346
+sign \x8840 1256-24
+sign \x5779 1256-24
+sign \x72D8 1256-24
+sign \x6CE7 1256-24
+sign \x6034 1256-12
+sign \x6856 1256-24
+sign \x8C11 1256-24
+sign \x8B14 1256-24
+sign \x7025 1256-24
+sign \x5743 1256-13
+sign \x52CB 1256-13
+sign \x59F0 156-13
+sign \x57D9 1256-13
+sign \x7104 1256-13
+sign \x52DB 1256-13
+sign \x5864 1256-13
+sign \x8512 126-13
+sign \x718F 1256-13
+sign \x7AA8 1256-13
+sign \x52F2 1256-13
+sign \x99E8 1256-16
+sign \x85AB 1256-13
+sign \x52F3 1256-13
+sign \x58CE 1256-13
+sign \x85B0 1256-13
+sign \x5691 1256-13
+sign \x736F 1256-13
+sign \x66DB 1256-13
+sign \x81D0 1256-13
+sign \x71FB 1256-13
+sign \x860D 1256-13
+sign \x77C4 1256-13
+sign \x58E6 1256-13
+sign \x720B 1256-13
+sign \x7E81 1256-13
+sign \x91BA 1256-13
+sign \x5EF5 1256-16
+sign \x65EC 1256-16
+sign \x5BFB 1256-16
+sign \x5DE1 1256-16
+sign \x674A 1256-16
+sign \x7543 1256-16
+sign \x90C7 1256-16
+sign \x8BE2 1256-16
+sign \x8340 1256-16
+sign \x8368 135-1246
+sign \x54B0 1246-12
+sign \x5CCB 1256-16
+sign \x6D35 1256-16
+sign \x6D54 1256-16
+sign \x6042 1256-16
+sign \x7D03 1256-16
+sign \x73E3 1256-16
+sign \x6812 1256-16
+sign \x686A 1256-16
+sign \x6BE5 1256-16
+sign \x5071 1256-16
+sign \x63D7 1256-16
+sign \x5FAA 1256-16
+sign \x5C0B 1256-16
+sign \x8A62 1256-16
+sign \x9C9F 1256-16
+sign \x9129 1256-16
+sign \x565A 1256-16
+sign \x6F6F 1256-16
+sign \x7495 1256-16
+sign \x71C5 1256-16
+sign \x6A33 1256-16
+sign \x6533 1256-16
+sign \x71C2 234-1246
+sign \x71D6 1256-16
+sign \x8951 125-16
+sign \x87F3 1256-16
+sign \x9C4F 1256-16
+sign \x9C58 1256-16
+sign \x7065 1256-16
+sign \x5342 1256-1
+sign \x8BAD 1256-1
+sign \x8BAF 1256-1
+sign \x4F28 1256-1
+sign \x6C5B 1256-1
+sign \x8FC5 1256-1
+sign \x9A6F 1256-1
+sign \x4F9A 1256-1
+sign \x5F87 1256-1
+sign \x8FFF 1256-1
+sign \x72E5 1256-1
+sign \x5DFA 1256-1
+sign \x900A 1256-1
+sign \x6B89 1256-1
+sign \x8A13 1256-1
+sign \x8A19 1256-1
+sign \x8A0A 1256-1
+sign \x595E 1256-1
+sign \x6BBE 1256-1
+sign \x7A04 1256-1
+sign \x5DFD 1256-1
+sign \x99B4 1256-1
+sign \x905C 1256-1
+sign \x8CD0 1256-1
+sign \x613B 1256-1
+sign \x8548 1256-1
+sign \x5640 1256-1
+sign \x6FEC 156-1
+sign \x9868 1256-1
+sign \x9442 1256-1
+sign \x4E2B 25-2345
+sign \x538B 25-2345
+sign \x62BC 25-2345
+sign \x5E98 25-2345
+sign \x9E26 25-2345
+sign \x6860 25-2345
+sign \x9E2D 25-2345
+sign \x94D4 25-2345
+sign \x5B72 25-2345
+sign \x690F 25-2345
+sign \x9D09 25-2345
+sign \x9D28 25-2345
+sign \x58D3 25-2345
+sign \x9D76 25-2345
+sign \x941A 25-2345
+sign \x7259 25-2456
+sign \x4F22 25-2456
+sign \x82BD 25-2456
+sign \x5C88 25-2456
+sign \x73A1 25-245
+sign \x6792 25-2456
+sign \x5393 25-2456
+sign \x75A8 25-23456
+sign \x740A 25-2456
+sign \x869C 25-2456
+sign \x7B0C 25-2456
+sign \x5810 25-2456
+sign \x5D15 25-2456
+sign \x5D16 25-2456
+sign \x731A 25-2456
+sign \x6DAF 25-2456
+sign \x7458 25-2456
+sign \x775A 25-2456
+sign \x8859 25-2456
+sign \x6F04 25-2456
+sign \x9F56 25-2456
+sign \x538A 25-23456
+sign \x5E8C 25-23456
+sign \x54D1 25-23456
+sign \x5516 25-23456
+sign \x555E 25-23456
+sign \x75D6 25-23456
+sign \x96C5 25-23456
+sign \x7602 25-23456
+sign \x8565 25-23456
+sign \x529C 25-245
+sign \x5720 25-245
+sign \x4E9A 25-245
+sign \x897E 25-245
+sign \x8BB6 25-245
+sign \x4E9C 25-245
+sign \x8FD3 25-245
+sign \x72BD 25-245
+sign \x4E9E 25-245
+sign \x8ECB 25-245
+sign \x57AD 25-2345
+sign \x631C 25-245
+sign \x7811 25-245
+sign \x5A05 25-245
+sign \x6C29 25-245
+sign \x4FF9 25-245
+sign \x57E1 25-2345
+sign \x6397 25-245
+sign \x8A1D 25-245
+sign \x5A6D 25-245
+sign \x63E0 25-245
+sign \x8050 25-245
+sign \x6C2C 25-245
+sign \x7330 25-245
+sign \x5714 25-245
+sign \x7A0F 25-245
+sign \x7AAB 25-245
+sign \x930F 25-2345
+sign \x9F7E 25-245
+sign \x5440 25-356
+sign \x54BD 25-1234
+sign \x6079 25-1234
+sign \x73DA 25-1234
+sign \x5266 25-1234
+sign \x80ED 25-1234
+sign \x70DF 25-1234
+sign \x7109 25-1234
+sign \x83F8 25-1234
+sign \x5D26 25-1234
+sign \x5063 25-1234
+sign \x9609 25-1234
+sign \x7111 25-1234
+sign \x6DF9 25-1234
+sign \x814C 25-1234
+sign \x6E6E 25-1234
+sign \x9122 25-1234
+sign \x50BF 25-1234
+sign \x7159 25-1234
+sign \x6A2E 25-1234
+sign \x6F39 25-1234
+sign \x5AE3 25-1234
+sign \x9183 25-1234
+sign \x5D96 25-1234
+sign \x95B9 25-1234
+sign \x7BF6 25-1234
+sign \x61E8 25-1234
+sign \x81D9 25-1234
+sign \x9EEB 25-1234
+sign \x8BA0 25-1246
+sign \x5383 26-345
+sign \x5EF6 25-1246
+sign \x95EB 25-1246
+sign \x4E25 25-1246
+sign \x8A00 25-1246
+sign \x8A01 25-1246
+sign \x598D 25-1246
+sign \x6616 25-1246
+sign \x5CA9 25-1246
+sign \x90D4 25-1246
+sign \x708E 25-1246
+sign \x6CBF 25-1246
+sign \x633B 124-1234
+sign \x839A 25-1246
+sign \x7814 25-1246
+sign \x550C 25-1246
+sign \x72FF 25-1246
+sign \x59F8 25-1246
+sign \x5A2B 25-1246
+sign \x76D0 25-1246
+sign \x5A2E 25-1246
+sign \x7402 25-1246
+sign \x784F 25-1246
+sign \x9586 25-1246
+sign \x5571 25-1246
+sign \x8A2E 25-1246
+sign \x960E 25-1246
+sign \x8712 25-1246
+sign \x55A6 25-1246
+sign \x5D52 25-1246
+sign \x5D53 25-1246
+sign \x7B75 25-1246
+sign \x7D96 25-1246
+sign \x5869 25-1246
+sign \x694C 25-1246
+sign \x63C5 25-1246
+sign \x8A7D 25-1246
+sign \x8505 25-1246
+sign \x789E 25-1246
+sign \x989C 25-1246
+sign \x8664 25-1246
+sign \x95BB 25-1246
+sign \x53B3 25-1246
+sign \x6A90 25-1246
+sign \x984F 25-1246
+sign \x9854 25-1246
+sign \x58DB 25-1246
+sign \x56B4 25-1246
+sign \x5DCC 25-1246
+sign \x7C37 25-1246
+sign \x6AE9 25-1246
+sign \x9E99 25-1246
+sign \x58E7 25-1246
+sign \x5DD6 25-1246
+sign \x5DD7 25-1246
+sign \x6B15 25-1246
+sign \x9E7D 25-1246
+sign \x9EA3 25-1246
+sign \x5935 25-12346
+sign \x6281 25-12346
+sign \x6C87 25-12346
+sign \x5944 25-12346
+sign \x5156 25-12346
+sign \x4E75 25-12346
+sign \x533D 25-12346
+sign \x4FE8 25-12346
+sign \x884D 25-12346
+sign \x5F07 25-12346
+sign \x5157 25-12346
+sign \x5261 25-12346
+sign \x63A9 25-12346
+sign \x83F4 23456-1234
+sign \x8412 25-12346
+sign \x90FE 25-12346
+sign \x53A3 25-12346
+sign \x773C 25-12346
+sign \x5043 25-12346
+sign \x9153 25-12346
+sign \x7430 25-12346
+sign \x63DC 25-12346
+sign \x68EA 25-12346
+sign \x5D43 25-12346
+sign \x9043 25-12346
+sign \x6E30 25-12346
+sign \x6E37 25-12346
+sign \x611D 25-12346
+sign \x624A 25-12346
+sign \x9692 25-12346
+sign \x693C 25-12346
+sign \x787D 25-1234
+sign \x7F68 25-12346
+sign \x88FA 25-12346
+sign \x6F14 25-12346
+sign \x8917 25-12346
+sign \x9B47 25-12346
+sign \x8758 25-12346
+sign \x622D 25-12346
+sign \x565E 25-12346
+sign \x8EBD 25-12346
+sign \x7E2F 25-136
+sign \x9EE1 25-12346
+sign \x6ABF 25-12346
+sign \x53B4 25-12346
+sign \x9DA0 25-12346
+sign \x9F5E 25-124
+sign \x7517 25-12346
+sign \x9EE4 25-12346
+sign \x9C0B 25-12346
+sign \x9F91 25-12346
+sign \x9EEC 25-12346
+sign \x9EED 25-12346
+sign \x513C 25-12346
+sign \x9F34 25-12346
+sign \x9869 25-12346
+sign \x5B4D 25-12346
+sign \x9B58 25-12346
+sign \x66EE 25-12346
+sign \x5DD8 25-12346
+sign \x5DDA 25-12346
+sign \x9F39 25-12346
+sign \x7939 25-1246
+sign \x9F74 25-12346
+sign \x9EF6 25-12346
+sign \x538C 25-124
+sign \x599F 25-124
+sign \x89C3 25-124
+sign \x726A 25-124
+sign \x781A 25-124
+sign \x5F65 25-124
+sign \x5F66 25-124
+sign \x59F2 25-124
+sign \x8273 25-124
+sign \x898E 25-124
+sign \x664F 25-124
+sign \x5501 25-124
+sign \x70FB 25-124
+sign \x5BB4 25-124
+sign \x9A8C 25-124
+sign \x639E 124-124
+sign \x8C5C 15-1234
+sign \x5050 25-124
+sign \x7114 25-124
+sign \x8C1A 25-124
+sign \x9681 25-124
+sign \x5830 25-124
+sign \x8455 25-1246
+sign \x786F 25-124
+sign \x96C1 25-124
+sign \x7312 25-124
+sign \x55AD 25-124
+sign \x7130 25-124
+sign \x6565 25-124
+sign \x7131 25-124
+sign \x693B 25-124
+sign \x9CEB 25-124
+sign \x6EDF 25-124
+sign \x5895 25-124
+sign \x917D 25-124
+sign \x53AD 25-124
+sign \x66A5 25-124
+sign \x7196 25-124
+sign \x5B0A 25-124
+sign \x990D 25-124
+sign \x9D08 25-124
+sign \x8C33 25-124
+sign \x71D5 25-124
+sign \x8D5D 25-124
+sign \x9B33 25-124
+sign \x71C4 25-124
+sign \x8AFA 25-124
+sign \x5B2E 25-1234
+sign \x66D5 25-124
+sign \x9D33 25-124
+sign \x9A13 25-124
+sign \x9A10 25-124
+sign \x9140 25-124
+sign \x61D5 25-1234
+sign \x8D0B 25-124
+sign \x56A5 25-124
+sign \x8276 25-124
+sign \x8EC5 25-124
+sign \x5B3F 25-124
+sign \x9A34 25-124
+sign \x91B6 25-124
+sign \x7213 25-124
+sign \x9DC3 25-124
+sign \x8D17 25-124
+sign \x7054 25-124
+sign \x9A57 25-124
+sign \x9DF0 25-124
+sign \x91BC 25-124
+sign \x995C 25-124
+sign \x89FE 25-124
+sign \x8B8C 25-124
+sign \x8277 25-124
+sign \x9A60 25-124
+sign \x91C5 25-124
+sign \x704E 25-124
+sign \x8C53 25-124
+sign \x8B9E 25-124
+sign \x7067 25-124
+sign \x8C54 25-124
+sign \x7069 25-124
+sign \x592E 25-1345
+sign \x62B0 25-1345
+sign \x5489 25-1345
+sign \x6CF1 25-1345
+sign \x59CE 25-1345
+sign \x6B83 25-1345
+sign \x80E6 25-1345
+sign \x770F 25-1345
+sign \x9E2F 25-1345
+sign \x79E7 25-1345
+sign \x96F5 25-1345
+sign \x9260 25-1345
+sign \x9785 25-1345
+sign \x9D26 25-1345
+sign \x626C 25-1456
+sign \x7F8A 25-1456
+sign \x9633 25-1456
+sign \x9626 25-1456
+sign \x739A 134-145
+sign \x6768 25-1456
+sign \x65F8 25-1456
+sign \x98CF 25-1456
+sign \x7080 25-1456
+sign \x9496 25-1456
+sign \x6C1C 25-1456
+sign \x4F6F 25-1456
+sign \x75A1 25-1456
+sign \x52B7 25-1456
+sign \x579F 25-1456
+sign \x661C 25-1456
+sign \x5F89 25-1456
+sign \x7F8F 25-1456
+sign \x6D0B 25-1456
+sign \x73DC 25-1456
+sign \x773B 25-1456
+sign \x967D 25-1456
+sign \x63DA 25-1456
+sign \x86D8 25-1456
+sign \x5D38 25-1456
+sign \x5D35 25-1456
+sign \x7452 25-1456
+sign \x694A 25-1456
+sign \x656D 25-1456
+sign \x6698 25-1456
+sign \x8746 25-13456
+sign \x716C 25-1456
+sign \x7993 25-1456
+sign \x760D 25-1456
+sign \x8F30 25-1456
+sign \x8AF9 25-1456
+sign \x935A 25-1456
+sign \x9D39 25-1456
+sign \x98BA 25-1456
+sign \x940A 25-1456
+sign \x9C11 25-1456
+sign \x9737 25-1456
+sign \x9E09 25-1456
+sign \x536C 25-13456
+sign \x4EF0 25-13456
+sign \x4F52 25-1345
+sign \x5771 25-13456
+sign \x5C9F 25-13456
+sign \x517B 25-13456
+sign \x70B4 25-13456
+sign \x6C27 25-13456
+sign \x75D2 25-13456
+sign \x7D3B 25-13456
+sign \x6967 25-13456
+sign \x8EEE 25-13456
+sign \x509F 25-13456
+sign \x6C31 25-13456
+sign \x7FAA 25-13456
+sign \x6143 25-13456
+sign \x990A 25-13456
+sign \x99DA 25-13456
+sign \x6501 25-13456
+sign \x7001 25-13456
+sign \x61E9 25-13456
+sign \x7922 25-13456
+sign \x7662 25-13456
+sign \x600F 25-145
+sign \x67CD 25-13456
+sign \x6837 25-145
+sign \x6059 25-145
+sign \x70CA 25-1456
+sign \x7F95 25-145
+sign \x8A47 25-145
+sign \x69D8 25-145
+sign \x6F3E 25-145
+sign \x6A23 25-145
+sign \x5E7A 25-1235
+sign \x592D 25-1235
+sign \x5406 25-1235
+sign \x5996 25-1235
+sign \x6796 25-1235
+sign \x6B80 25-12356
+sign \x7945 25-1235
+sign \x8A1E 25-1235
+sign \x847D 25-1235
+sign \x5593 25-1235
+sign \x6946 25-1235
+sign \x8170 25-1235
+sign \x9D01 25-1235
+sign \x9080 25-1235
+sign \x723B 25-1256
+sign \x5C27 25-1256
+sign \x5C2D 25-1256
+sign \x4FA5 15-12356
+sign \x80B4 25-1256
+sign \x579A 25-1256
+sign \x8F7A 25-1256
+sign \x5CE3 25-1256
+sign \x59DA 25-1256
+sign \x73E7 25-1256
+sign \x5004 25-1256
+sign \x70D1 25-1256
+sign \x7A91 25-1256
+sign \x582F 25-1256
+sign \x63FA 25-1256
+sign \x8EFA 25-1256
+sign \x509C 25-1256
+sign \x6BBD 25-1256
+sign \x8C23 25-1256
+sign \x6447 25-1256
+sign \x6416 25-1256
+sign \x55C2 25-1256
+sign \x5FAD 25-1256
+sign \x9065 25-1256
+sign \x733A 25-1256
+sign \x9059 25-1256
+sign \x6EE7 25-1256
+sign \x612E 25-1256
+sign \x5AB1 25-1256
+sign \x7476 25-1256
+sign \x7464 25-1256
+sign \x647F 25-1256
+sign \x69A3 25-1256
+sign \x669A 25-1256
+sign \x929A 2345-1256
+sign \x98D6 25-1256
+sign \x9906 25-1256
+sign \x8558 25-1256
+sign \x78D8 25-1256
+sign \x5DA2 25-1256
+sign \x5DA4 25-1256
+sign \x5FBA 15-12356
+sign \x7AB0 25-1256
+sign \x7AAF 25-1256
+sign \x991A 25-1256
+sign \x7E47 25-1256
+sign \x8B21 25-1256
+sign \x8B20 25-1256
+sign \x9390 25-1256
+sign \x9CD0 25-1256
+sign \x98BB 25-1256
+sign \x8628 25-1256
+sign \x9864 25-1256
+sign \x9C29 25-1256
+sign \x4EF8 25-12356
+sign \x5C86 25-12356
+sign \x5B8E 25-12356
+sign \x62AD 25-12356
+sign \x82ED 25-12356
+sign \x6773 25-12356
+sign \x72D5 25-12356
+sign \x67FC 25-12356
+sign \x54AC 25-12356
+sign \x7711 25-12356
+sign \x8200 25-12356
+sign \x7A85 25-12356
+sign \x7A88 25-12356
+sign \x5060 25-12356
+sign \x5D3E 25-12356
+sign \x5A79 25-12356
+sign \x84D4 25-12356
+sign \x6E94 25-12356
+sign \x699A 25-12356
+sign \x9D22 25-12356
+sign \x95C4 25-12356
+sign \x9A15 25-12356
+sign \x9F69 25-12356
+sign \x9DD5 25-12356
+sign \x836F 25-125
+sign \x8981 25-125
+sign \x94A5 25-125
+sign \x7A7E 25-125
+sign \x888E 25-125
+sign \x7A94 25-125
+sign \x846F 25-125
+sign \x7B44 25-125
+sign \x9205 256-24
+sign \x8A4F 25-125
+sign \x977F 25-125
+sign \x899E 25-125
+sign \x718E 25-125
+sign \x9E5E 25-125
+sign \x735F 25-125
+sign \x85AC 25-125
+sign \x9F3C 25-125
+sign \x85E5 25-125
+sign \x66DC 25-125
+sign \x825E 25-125
+sign \x71FF 25-125
+sign \x77C5 25-125
+sign \x8000 25-125
+sign \x66E3 25-124
+sign \x9DC2 25-125
+sign \x7E85 25-125
+sign \x8B91 25-125
+sign \x9470 25-125
+sign \x8036 25-234
+sign \x503B 25-234
+sign \x6396 25-24
+sign \x6930 25-234
+sign \x668D 25-234
+sign \x564E 25-234
+sign \x6F71 25-234
+sign \x882E 25-234
+sign \x7237 25-246
+sign \x6353 25-246
+sign \x63F6 25-246
+sign \x94D8 25-246
+sign \x91FE 25-2456
+sign \x723A 25-246
+sign \x92E3 25-246
+sign \x9381 25-246
+sign \x64E8 25-246
+sign \x4E5F 25-2346
+sign \x5414 25-234
+sign \x51B6 25-2346
+sign \x8675 124-246
+sign \x57DC 25-2346
+sign \x91CE 25-2346
+sign \x5622 25-2346
+sign \x6F1C 25-2346
+sign \x58C4 25-2346
+sign \x4E1A 25-24
+sign \x53F6 25-24
+sign \x9875 25-24
+sign \x66F3 25-24
+sign \x90BA 25-24
+sign \x66F5 25-24
+sign \x62B4 25-24
+sign \x591C 25-24
+sign \x67BC 25-24
+sign \x9801 25-24
+sign \x4EB1 25-24
+sign \x6D02 25-24
+sign \x6359 25-24
+sign \x67BD 25-24
+sign \x6654 25-24
+sign \x70E8 25-24
+sign \x505E 25-24
+sign \x6DB2 25-24
+sign \x8C12 25-24
+sign \x5828 23456-1245
+sign \x8449 25-24
+sign \x6B97 25-24
+sign \x9113 25-12
+sign \x814B 25-24
+sign \x58B7 25-24
+sign \x696A 25-24
+sign \x696D 25-24
+sign \x998C 25-24
+sign \x748D 25-24
+sign \x66C4 25-24
+sign \x66C5 25-24
+sign \x50F7 25-24
+sign \x6B4B 25-234
+sign \x71C1 25-24
+sign \x64DB 25-24
+sign \x64D6 135-2345
+sign \x9765 25-24
+sign \x9134 25-24
+sign \x77B1 25-24
+sign \x76A3 25-24
+sign \x5DAA 25-24
+sign \x5DAB 25-24
+sign \x9923 25-24
+sign \x8B01 25-24
+sign \x6FB2 25-24
+sign \x64EB 25-24
+sign \x77B8 25-24
+sign \x66D7 25-24
+sign \x5688 25-124
+sign \x9371 25-24
+sign \x64EA 25-24
+sign \x790F 25-24
+sign \x9391 25-24
+sign \x9941 25-24
+sign \x7217 25-24
+sign \x9D7A 25-24
+sign \x9437 25-24
+sign \x9A5C 25-24
+sign \x9768 25-24
+sign \x9E08 25-24
+sign \x4E00 25-123
+sign \x5F0C 25-123
+sign \x8FB7 25-123
+sign \x8864 25-123
+sign \x4F0A 25-123
+sign \x8863 25-123
+sign \x58F1 25-123
+sign \x533B 25-123
+sign \x541A 25-123
+sign \x4F9D 25-123
+sign \x794E 25-123
+sign \x54BF 25-123
+sign \x6D22 25-123
+sign \x7569 25-123
+sign \x94F1 25-123
+sign \x7317 25-123
+sign \x6E0F 25-123
+sign \x90FC 25-123
+sign \x63D6 25-123
+sign \x58F9 25-123
+sign \x6B39 135-123
+sign \x86DC 25-123
+sign \x7995 25-123
+sign \x5ADB 25-123
+sign \x7A26 25-123
+sign \x92A5 25-123
+sign \x6F2A 25-123
+sign \x8918 126-345
+sign \x5B04 25-123
+sign \x5901 25-123
+sign \x747F 25-123
+sign \x9E65 25-123
+sign \x566B 25-123
+sign \x7E44 25-123
+sign \x6AB9 25-123
+sign \x6BC9 25-123
+sign \x91AB 25-123
+sign \x9EDF 25-123
+sign \x8B69 25-123
+sign \x9EF3 25-123
+sign \x4E41 25-126
+sign \x531C 25-126
+sign \x4EEA 25-126
+sign \x572F 25-126
+sign \x5937 25-126
+sign \x5F75 2346-2346
+sign \x675D 25-126
+sign \x6C82 25-126
+sign \x5B90 25-126
+sign \x623A 124-12
+sign \x519D 25-126
+sign \x8BD2 25-126
+sign \x4F87 25-126
+sign \x72CB 25-126
+sign \x9974 25-126
+sign \x6CB6 25-126
+sign \x6021 25-126
+sign \x5B9C 25-126
+sign \x886A 25-12
+sign \x8351 25-126
+sign \x67C2 25-126
+sign \x54A6 25-126
+sign \x5CD3 25-126
+sign \x8D3B 25-126
+sign \x8FFB 25-126
+sign \x605E 25-126
+sign \x59E8 25-126
+sign \x74F5 25-126
+sign \x5DF8 25-126
+sign \x684B 25-126
+sign \x6818 25-126
+sign \x7719 25-126
+sign \x80F0 25-126
+sign \x5BA7 25-126
+sign \x6245 25-126
+sign \x8898 25-126
+sign \x5F2C 25-126
+sign \x8413 25-126
+sign \x79FB 25-126
+sign \x91F6 124-123
+sign \x75CD 25-126
+sign \x692C 25-126
+sign \x8CBD 25-126
+sign \x9057 25-126
+sign \x86E6 25-126
+sign \x8A52 25-126
+sign \x7FA0 25-126
+sign \x9890 25-126
+sign \x5A90 25-126
+sign \x6938 25-126
+sign \x9809 25-126
+sign \x6686 25-126
+sign \x8DE0 25-126
+sign \x98F4 25-126
+sign \x8A83 25-126
+sign \x9295 2345-2346
+sign \x7591 25-126
+sign \x907A 25-126
+sign \x5100 25-126
+sign \x71AA 25-126
+sign \x9824 25-126
+sign \x9825 25-126
+sign \x8794 25-126
+sign \x5DAC 25-126
+sign \x5F5B 25-126
+sign \x5F5C 25-126
+sign \x5DB7 25-126
+sign \x7C03 25-126
+sign \x984A 25-126
+sign \x9BA7 25-126
+sign \x5BF2 25-126
+sign \x8B3B 25-126
+sign \x5F5E 25-126
+sign \x5F5D 25-126
+sign \x93D4 25-126
+sign \x7C4E 25-126
+sign \x89FA 25-126
+sign \x8B89 25-126
+sign \x9E03 25-126
+sign \x4E59 25-1236
+sign \x5DF2 25-1236
+sign \x4EE5 25-1236
+sign \x6261 25-1236
+sign \x9487 25-1236
+sign \x8FC6 25-1236
+sign \x82E1 25-1236
+sign \x4F41 25-1236
+sign \x653A 25-1236
+sign \x77E3 25-1236
+sign \x82E2 25-1236
+sign \x8FE4 25-1236
+sign \x8681 25-1236
+sign \x8223 25-1236
+sign \x91D4 25-1236
+sign \x5EA1 25-1236
+sign \x7B16 25-1236
+sign \x501A 25-1236
+sign \x6246 25-1236
+sign \x9018 25-1236
+sign \x506F 25-1236
+sign \x6905 25-1236
+sign \x5D3A 25-1236
+sign \x9CE6 25-1236
+sign \x9218 25-1236
+sign \x926F 25-1236
+sign \x65D1 25-1236
+sign \x65D6 25-1236
+sign \x8F22 25-1236
+sign \x657C 25-1236
+sign \x8798 25-1236
+sign \x9321 135-126
+sign \x6AA5 25-1236
+sign \x7912 25-1236
+sign \x87FB 25-1236
+sign \x9857 25-1236
+sign \x8264 25-1236
+sign \x8F59 25-1236
+sign \x9F6E 25-1236
+sign \x9749 23456-1245
+sign \x4E42 25-12
+sign \x5F0B 25-12
+sign \x4EBF 25-12
+sign \x4E49 25-12
+sign \x827A 25-12
+sign \x5208 25-12
+sign \x5FC6 25-12
+sign \x4EE1 25-12
+sign \x808A 25-12
+sign \x5307 25-12
+sign \x8BAE 25-12
+sign \x9623 25-12
+sign \x8285 25-12
+sign \x5C79 25-12
+sign \x4F07 25-12
+sign \x4EA6 25-12
+sign \x5FD4 25-12
+sign \x5F02 25-12
+sign \x6291 25-12
+sign \x5744 25-12
+sign \x8034 25-12
+sign \x82C5 25-12
+sign \x6759 25-12
+sign \x5453 25-12
+sign \x9091 25-12
+sign \x52AE 25-12
+sign \x4F3F 25-12
+sign \x4F5A 25-12
+sign \x5F79 25-12
+sign \x8BD1 25-12
+sign \x678D 25-12
+sign \x546D 25-12
+sign \x6613 25-12
+sign \x5479 25-12
+sign \x5CC4 25-12
+sign \x79C7 25-12
+sign \x4F7E 25-12
+sign \x7088 25-12
+sign \x6CC6 25-12
+sign \x6008 25-12
+sign \x603F 25-12
+sign \x8BE3 25-12
+sign \x59B7 14-126
+sign \x7ECE 25-12
+sign \x9A7F 25-12
+sign \x73B4 25-12
+sign \x67BB 25-12
+sign \x8F76 25-12
+sign \x6633 345-246
+sign \x5E20 25-12
+sign \x4FCB 25-12
+sign \x5F08 25-12
+sign \x5955 25-12
+sign \x5E1F 25-12
+sign \x75AB 25-12
+sign \x6D42 25-12
+sign \x8875 35-12
+sign \x7FBF 25-12
+sign \x6339 25-12
+sign \x6827 25-12
+sign \x683A 14-123
+sign \x914F 25-1236
+sign \x8CA4 25-126
+sign \x5508 25-12
+sign \x6B2D 25-12
+sign \x57BC 25-12
+sign \x76CA 25-12
+sign \x6D73 25-12
+sign \x6D65 25-12
+sign \x6092 25-12
+sign \x88A3 25-12
+sign \x8C0A 25-12
+sign \x966D 135-126
+sign \x57F8 25-12
+sign \x57F6 25-12
+sign \x52DA 25-12
+sign \x841F 25-12
+sign \x6BB9 25-12
+sign \x6098 25-123
+sign \x8C5B 25-12
+sign \x96BF 25-12
+sign \x7570 25-12
+sign \x91F4 25-12
+sign \x9038 25-12
+sign \x8A32 25-12
+sign \x60A5 25-12
+sign \x8A33 25-12
+sign \x8C59 25-12
+sign \x7FCA 25-12
+sign \x7F9B 25-12
+sign \x7FCC 25-12
+sign \x68ED 25-12
+sign \x8EFC 25-12
+sign \x6B94 25-12
+sign \x6679 25-12
+sign \x6561 25-12
+sign \x8DC7 25-12
+sign \x5E46 25-12
+sign \x9AAE 25-12
+sign \x9220 25-12
+sign \x8A4D 25-12
+sign \x7132 25-12
+sign \x6E59 25-12
+sign \x7D4F 125-24
+sign \x6424 23456-24
+sign \x4E84 25-12
+sign \x8084 25-12
+sign \x7348 25-12
+sign \x8A63 25-12
+sign \x88DB 25-12
+sign \x75EC 25-12
+sign \x88D4 25-12
+sign \x610F 25-12
+sign \x7AE9 25-12
+sign \x7FA9 25-12
+sign \x517F 25-12
+sign \x6EA2 25-12
+sign \x7F22 25-12
+sign \x99C5 25-12
+sign \x84FA 25-12
+sign \x977E 25-12
+sign \x52E9 25-12
+sign \x698F 25-12
+sign \x8734 25-12
+sign \x8189 25-12
+sign \x5ED9 25-12
+sign \x7617 25-12
+sign \x6F69 25-12
+sign \x5AD5 25-12
+sign \x648E 25-12
+sign \x69F8 25-12
+sign \x9E5D 25-12
+sign \x9ED3 25-12
+sign \x9552 25-12
+sign \x5104 25-12
+sign \x8ABC 25-12
+sign \x761E 25-12
+sign \x6BC5 25-12
+sign \x9E62 25-12
+sign \x71BC 25-12
+sign \x71A0 25-12
+sign \x71A4 25-12
+sign \x58BF 25-12
+sign \x858F 25-12
+sign \x7796 25-12
+sign \x6BAA 25-12
+sign \x66C0 25-12
+sign \x87A0 25-12
+sign \x5DA7 25-12
+sign \x571B 25-12
+sign \x7A53 25-12
+sign \x5117 12345-1236
+sign \x5293 25-12
+sign \x8257 25-12
+sign \x7631 25-12
+sign \x71DA 25-12
+sign \x6FBA 25-12
+sign \x61CC 25-12
+sign \x61B6 25-12
+sign \x8939 25-12
+sign \x5B11 25-12
+sign \x5B1F 25-1236
+sign \x7E0A 25-12
+sign \x6A8D 25-12
+sign \x7FF3 25-12
+sign \x66CE 25-12
+sign \x6581 25-12
+sign \x6B5D 25-12
+sign \x8C96 25-12
+sign \x81C6 25-12
+sign \x71E1 25-12
+sign \x71F1 25-12
+sign \x5BF1 25-12
+sign \x7FFC 25-12
+sign \x85DD 25-12
+sign \x85D9 25-12
+sign \x8D00 25-12
+sign \x9571 25-12
+sign \x93B0 25-12
+sign \x7654 25-12
+sign \x8C77 25-12
+sign \x972C 25-12
+sign \x9D8D 25-12
+sign \x9D82 25-12
+sign \x9D83 25-12
+sign \x9BE3 25-12
+sign \x7E79 25-12
+sign \x7E76 25-12
+sign \x8619 25-12
+sign \x91B3 25-12
+sign \x91B7 25-12
+sign \x9950 25-12
+sign \x8B6F 25-12
+sign \x8B70 25-12
+sign \x7037 25-12
+sign \x9DCA 25-12
+sign \x56C8 25-12
+sign \x943F 25-12
+sign \x9DC1 25-12
+sign \x61FF 25-12
+sign \x9DD6 25-123
+sign \x9A5B 25-12
+sign \x9DE7 25-12
+sign \x897C 25-12
+sign \x8649 25-12
+sign \x9DFE 25-12
+sign \x9F78 25-12
+sign \x8B9B 25-12
+sign \x4E5A 25-1236
+sign \x56D9 25-13
+sign \x56E0 25-13
+sign \x9625 25-13
+sign \x9634 25-13
+sign \x4F8C 25-13
+sign \x8335 25-13
+sign \x836B 25-13
+sign \x5794 25-13
+sign \x97F3 25-13
+sign \x6D07 25-13
+sign \x59FB 25-13
+sign \x9A83 25-13
+sign \x6836 25-13
+sign \x6C24 25-13
+sign \x6BB7 25-13
+sign \x9670 25-13
+sign \x94DF 25-13
+sign \x79F5 25-13
+sign \x51D0 25-13
+sign \x88C0 25-13
+sign \x967B 25-13
+sign \x9682 25-13
+sign \x5819 25-13
+sign \x5591 25-13
+sign \x7B43 25-13
+sign \x6114 25-13
+sign \x5A63 25-13
+sign \x7D6A 25-13
+sign \x8491 25-13
+sign \x852D 25-13
+sign \x6B45 25-13
+sign \x6EB5 25-13
+sign \x798B 25-13
+sign \x6147 25-13
+sign \x92A6 25-13
+sign \x7616 25-13
+sign \x9787 25-13
+sign \x78E4 25-13
+sign \x7DF8 25-13
+sign \x99F0 25-13
+sign \x9712 25-13
+sign \x8AF2 25-13
+sign \x9720 25-13
+sign \x95C9 25-13
+sign \x567E 25-13
+sign \x6FE6 25-13
+sign \x97FE 25-13
+sign \x5198 25-16
+sign \x4E51 25-16
+sign \x82C2 25-16
+sign \x541F 25-16
+sign \x72BE 25-16
+sign \x73AA 15-1234
+sign \x70CE 25-16
+sign \x65A6 25-16
+sign \x57A0 25-16
+sign \x6CFF 25-16
+sign \x73E2 25-16
+sign \x8376 25-16
+sign \x8A14 25-16
+sign \x5701 25-16
+sign \x72FA 25-16
+sign \x8A1A 25-16
+sign \x7C8C 25-16
+sign \x5CFE 25-16
+sign \x552B 25-16
+sign \x5D1F 25-16
+sign \x5D2F 25-16
+sign \x94F6 25-16
+sign \x8A21 25-16
+sign \x6DEB 25-16
+sign \x5BC5 25-16
+sign \x5A6C 25-16
+sign \x9F82 25-126
+sign \x921D 25-16
+sign \x6B3D 135-13
+sign \x911E 25-16
+sign \x7892 25-16
+sign \x6EDB 25-16
+sign \x8529 25-16
+sign \x9F88 25-16
+sign \x9280 25-16
+sign \x5924 25-16
+sign \x748C 25-16
+sign \x6BA5 25-16
+sign \x5656 25-16
+sign \x8ABE 25-16
+sign \x81B6 356-1
+sign \x6AAD 25-16
+sign \x87EB 25-16
+sign \x569A 25-16
+sign \x972A 25-16
+sign \x9F66 25-16
+sign \x9DE3 25-16
+sign \x5C39 25-136
+sign \x5F15 25-136
+sign \x5432 25-136
+sign \x996E 25-136
+sign \x8693 25-136
+sign \x9690 25-136
+sign \x6DFE 25-136
+sign \x91FF 25-136
+sign \x920F 25-136
+sign \x98F2 25-136
+sign \x9777 25-136
+sign \x98EE 25-136
+sign \x96A0 25-136
+sign \x6704 25-136
+sign \x8D9B 25-136
+sign \x763E 25-136
+sign \x6A83 25-136
+sign \x96B1 25-136
+sign \x87BE 25-136
+sign \x5DBE 25-136
+sign \x6FE5 25-136
+sign \x861F 25-136
+sign \x9F57 25-16
+sign \x6AFD 25-136
+sign \x766E 25-136
+sign \x8B94 25-136
+sign \x5EF4 25-136
+sign \x5370 25-1
+sign \x5C83 25-136
+sign \x831A 25-1
+sign \x80E4 25-1
+sign \x6D15 25-1
+sign \x57BD 25-1
+sign \x5837 25-1
+sign \x730C 25-1
+sign \x6E5A 25-1
+sign \x5ED5 25-1
+sign \x9173 25-1
+sign \x616D 25-1
+sign \x764A 25-1
+sign \x6196 25-1
+sign \x6197 25-1
+sign \x9BA3 25-1
+sign \x61DA 25-1
+sign \x6ABC 25-1
+sign \x5FDC 25-135
+sign \x82F1 25-135
+sign \x73F1 25-135
+sign \x83BA 25-135
+sign \x685C 25-135
+sign \x5040 25-135
+sign \x5A74 25-135
+sign \x6E36 25-135
+sign \x6125 25-135
+sign \x5A96 25-135
+sign \x7EEC 25-135
+sign \x745B 25-135
+sign \x713D 25-135
+sign \x6720 25-135
+sign \x7150 25-135
+sign \x78A4 25-135
+sign \x9533 25-135
+sign \x5AC8 25-135
+sign \x6484 25-135
+sign \x8CCF 25-135
+sign \x8767 25-135
+sign \x5624 25-135
+sign \x7F42 25-135
+sign \x7507 25-135
+sign \x7F28 25-135
+sign \x7DD3 25-135
+sign \x748E 25-135
+sign \x6A31 25-135
+sign \x9719 25-135
+sign \x9E66 25-135
+sign \x9348 25-135
+sign \x7F43 25-135
+sign \x892E 25-135
+sign \x5B30 25-135
+sign \x81BA 25-135
+sign \x97FA 25-135
+sign \x7516 25-135
+sign \x9E70 25-135
+sign \x9DA7 25-135
+sign \x6516 25-135
+sign \x8621 25-135
+sign \x7F4C 25-135
+sign \x56B6 25-135
+sign \x8B4D 25-135
+sign \x7034 25-135
+sign \x5B7E 25-135
+sign \x5B46 25-135
+sign \x74D4 25-135
+sign \x6AFB 25-135
+sign \x792F 25-135
+sign \x8B7B 25-135
+sign \x9DAF 25-135
+sign \x944D 25-135
+sign \x9DEA 25-135
+sign \x8833 25-135
+sign \x7E93 25-135
+sign \x8EC8 25-135
+sign \x9DF9 25-135
+sign \x9E0E 25-135
+sign \x9E1A 25-135
+sign \x8FCE 25-156
+sign \x76C1 25-156
+sign \x8314 25-156
+sign \x8365 25-156
+sign \x8367 25-156
+sign \x76C8 25-156
+sign \x83B9 25-156
+sign \x8424 25-156
+sign \x8425 25-156
+sign \x8426 25-156
+sign \x686F 2345-135
+sign \x86CD 25-156
+sign \x55B6 25-156
+sign \x843E 25-156
+sign \x6E81 25-156
+sign \x6E8B 25-156
+sign \x84E5 25-156
+sign \x6979 25-156
+sign \x50CC 25-156
+sign \x584B 25-156
+sign \x6EE2 25-156
+sign \x8747 25-156
+sign \x6ECE 25-156
+sign \x7192 25-156
+sign \x6F46 25-156
+sign \x877F 25-156
+sign \x7469 25-156
+sign \x5B34 25-156
+sign \x87A2 25-156
+sign \x71DF 25-156
+sign \x7E08 25-156
+sign \x85C0 25-156
+sign \x8D62 25-156
+sign \x89AE 25-156
+sign \x8B0D 25-156
+sign \x6FDA 25-156
+sign \x6FF4 25-156
+sign \x6FD9 25-156
+sign \x93A3 25-156
+sign \x650D 25-156
+sign \x8805 25-156
+sign \x5DC6 25-156
+sign \x701B 25-156
+sign \x702F 25-156
+sign \x7020 25-156
+sign \x6AFF 25-156
+sign \x8D0F 25-156
+sign \x7050 25-156
+sign \x7C5D 25-156
+sign \x705C 25-156
+sign \x7C6F 25-156
+sign \x90E2 25-1356
+sign \x77E8 25-1356
+sign \x6D67 25-1356
+sign \x68AC 25-1356
+sign \x988D 25-1356
+sign \x9895 25-1356
+sign \x9896 25-1356
+sign \x646C 25-1356
+sign \x5F71 25-1356
+sign \x6F41 25-1356
+sign \x9834 25-1356
+sign \x7A4E 25-1356
+sign \x763F 25-1356
+sign \x5DCA 25-1356
+sign \x941B 25-1356
+sign \x5EEE 25-1356
+sign \x766D 25-1356
+sign \x5E94 25-15
+sign \x6620 25-15
+sign \x786C 25-15
+sign \x668E 25-15
+sign \x5AB5 25-15
+sign \x81A1 25-15
+sign \x565F 25-135
+sign \x61C9 25-135
+sign \x7005 25-156
+sign \x54DF 25-25
+sign \x5537 25-25
+sign \x55B2 25-25
+sign \x4F63 256-135
+sign \x62E5 256-135
+sign \x75C8 256-135
+sign \x9095 256-135
+sign \x5EB8 256-135
+sign \x55C8 256-135
+sign \x50AD 256-135
+sign \x9118 256-135
+sign \x96CD 256-135
+sign \x5889 256-135
+sign \x6EFD 256-135
+sign \x6175 256-135
+sign \x5ADE 256-135
+sign \x69E6 256-135
+sign \x92BF 146-135
+sign \x7245 256-135
+sign \x64C1 256-135
+sign \x5670 256-135
+sign \x955B 256-135
+sign \x90FA 256-135
+sign \x58C5 256-135
+sign \x6FAD 256-135
+sign \x81C3 256-135
+sign \x7655 256-135
+sign \x96DD 256-135
+sign \x93DE 256-135
+sign \x9CD9 256-135
+sign \x5EF1 256-135
+sign \x7049 256-135
+sign \x9C45 256-135
+sign \x9DDB 256-135
+sign \x9954 256-135
+sign \x7670 256-135
+sign \x9C2B 256-156
+sign \x6C38 256-1356
+sign \x752C 256-1356
+sign \x548F 256-1356
+sign \x6CF3 256-1356
+sign \x603A 256-1356
+sign \x6810 256-1356
+sign \x4FD1 256-1356
+sign \x52C7 256-1356
+sign \x52C8 256-1356
+sign \x57C7 256-1356
+sign \x67E1 256-1356
+sign \x6D8C 256-1356
+sign \x6080 256-1356
+sign \x607F 256-1356
+sign \x7867 256-1356
+sign \x60E5 256-1356
+sign \x8A60 256-1356
+sign \x6E67 256-1356
+sign \x6111 256-1356
+sign \x584E 256-1356
+sign \x86F9 256-1356
+sign \x5D71 256-1356
+sign \x6139 256-1356
+sign \x5F6E 256-1356
+sign \x8E0A 256-1356
+sign \x6142 256-1356
+sign \x9CAC 256-1356
+sign \x799C 256-1356
+sign \x8E34 256-1356
+sign \x9BD2 256-1356
+sign \x7528 256-15
+sign \x82DA 256-15
+sign \x783D 256-15
+sign \x919F 256-15
+sign \x4F18 25-134
+sign \x6538 25-134
+sign \x5FE7 25-134
+sign \x5466 25-134
+sign \x6CD1 25-134
+sign \x602E 25-134
+sign \x5E7D 25-134
+sign \x60A0 25-134
+sign \x9E80 25-134
+sign \x6EFA 25-134
+sign \x6182 25-134
+sign \x913E 25-134
+sign \x512A 25-134
+sign \x5698 25-134
+sign \x7000 25-134
+sign \x61EE 25-134
+sign \x6ACC 25-134
+sign \x8030 25-134
+sign \x7E8B 25-134
+sign \x5C22 25-146
+sign \x5C24 25-146
+sign \x5C23 26-1345
+sign \x7531 25-146
+sign \x90AE 25-146
+sign \x72B9 25-146
+sign \x6C8B 25-146
+sign \x80AC 25-146
+sign \x6CB9 25-146
+sign \x601E 25-146
+sign \x6023 25-146
+sign \x75A3 25-146
+sign \x65BF 25-146
+sign \x83A4 25-146
+sign \x839C 25-146
+sign \x83B8 25-146
+sign \x900C 25-134
+sign \x8698 126-346
+sign \x5CF3 25-146
+sign \x94C0 25-146
+sign \x90F5 25-146
+sign \x79DE 25-146
+sign \x6D5F 25-146
+sign \x9030 25-146
+sign \x86B0 25-146
+sign \x5064 25-146
+sign \x8A27 25-146
+sign \x9C7F 25-146
+sign \x7336 25-146
+sign \x904A 25-146
+sign \x6E38 25-146
+sign \x6962 25-146
+sign \x923E 25-146
+sign \x9C89 25-146
+sign \x7337 25-146
+sign \x99C0 25-146
+sign \x8F0F 25-146
+sign \x8555 25-146
+sign \x8763 25-146
+sign \x9B77 25-146
+sign \x8F36 25-146
+sign \x9B8B 25-146
+sign \x6AFE 25-146
+sign \x908E 25-1256
+sign \x53CB 25-1346
+sign \x6709 25-1346
+sign \x82C3 25-1346
+sign \x9149 25-1346
+sign \x4E23 25-1346
+sign \x5363 25-1346
+sign \x7F91 25-1346
+sign \x83A0 25-1346
+sign \x7F90 25-1346
+sign \x5EAE 25-146
+sign \x8048 25-1346
+sign \x6884 25-1346
+sign \x94D5 25-1346
+sign \x811C 35-146
+sign \x848F 256-15
+sign \x6E75 25-1346
+sign \x870F 25-1346
+sign \x7989 25-1346
+sign \x92AA 25-1346
+sign \x69F1 25-1346
+sign \x7257 25-1346
+sign \x7256 25-1346
+sign \x9EDD 25-1346
+sign \x53C8 25-14
+sign \x53F3 25-14
+sign \x5E7C 25-14
+sign \x4F51 25-14
+sign \x4F91 25-14
+sign \x72D6 25-14
+sign \x7CFF 25-14
+sign \x5B67 25-14
+sign \x67DA 25-14
+sign \x8FF6 25-14
+sign \x54CA 25-14
+sign \x56FF 25-14
+sign \x5CDF 25-14
+sign \x7270 25-14
+sign \x5BA5 25-14
+sign \x7950 25-14
+sign \x8BF1 25-14
+sign \x59F7 25-14
+sign \x5500 25-14
+sign \x688E 23456-1235
+sign \x86B4 25-14
+sign \x75CF 26-3456
+sign \x91C9 25-14
+sign \x8C81 25-14
+sign \x4EB4 25-14
+sign \x916D 25-14
+sign \x8A98 25-14
+sign \x9F2C 25-14
+sign \x8FBC 256-123
+sign \x8FC2 256-123
+sign \x8FC3 256-123
+sign \x625C 256-123
+sign \x7EA1 256-123
+sign \x65BC 256-126
+sign \x9653 256-123
+sign \x8676 256-123
+sign \x7D06 256-123
+sign \x5539 256-123
+sign \x76D3 256-123
+sign \x6DE4 256-123
+sign \x7600 256-123
+sign \x7B8A 256-123
+sign \x4E8E 256-126
+sign \x4E90 256-126
+sign \x9098 256-126
+sign \x4F03 256-126
+sign \x6C59 26-123
+sign \x6C5A 26-123
+sign \x7397 256-126
+sign \x7399 256-126
+sign \x6275 256-126
+sign \x6745 256-126
+sign \x6B24 256-126
+sign \x4F59 256-126
+sign \x59A4 256-126
+sign \x76C2 256-126
+sign \x81FE 256-126
+sign \x9C7C 256-126
+sign \x8867 256-126
+sign \x8330 256-126
+sign \x79BA 256-126
+sign \x7AFD 256-126
+sign \x8201 256-126
+sign \x4FDE 256-126
+sign \x516A 256-126
+sign \x9151 256-126
+sign \x72F3 256-126
+sign \x9980 256-126
+sign \x6087 256-12
+sign \x8C00 256-126
+sign \x5A31 256-126
+sign \x5A1B 256-126
+sign \x5A2F 256-126
+sign \x8438 256-126
+sign \x96E9 256-126
+sign \x91EA 256-126
+sign \x9B5A 256-126
+sign \x6E14 256-126
+sign \x9685 256-126
+sign \x9683 256-126
+sign \x5823 256-126
+sign \x582C 256-126
+sign \x63C4 256-126
+sign \x6970 256-126
+sign \x7862 256-126
+sign \x756D 256-126
+sign \x5581 256-156
+sign \x5D4E 256-126
+sign \x5D33 256-126
+sign \x5D5B 256-126
+sign \x9AAC 256-126
+sign \x756C 256-126
+sign \x903E 256-126
+sign \x8174 256-126
+sign \x6E61 256-126
+sign \x6E1D 256-126
+sign \x6109 256-126
+sign \x5AAE 234-134
+sign \x5A7E 234-134
+sign \x745C 256-126
+sign \x6986 256-126
+sign \x6961 256-126
+sign \x865E 256-126
+sign \x611A 256-126
+sign \x724F 256-126
+sign \x8245 256-126
+sign \x89CE 256-126
+sign \x6B48 256-126
+sign \x776E 256-126
+sign \x8206 256-126
+sign \x6F01 256-126
+sign \x7AAC 256-126
+sign \x8915 256-126
+sign \x854D 256-126
+sign \x6B76 256-126
+sign \x9899 256-126
+sign \x8753 256-126
+sign \x96D3 256-126
+sign \x9918 256-126
+sign \x9B63 256-126
+sign \x8ADB 256-126
+sign \x7FAD 256-126
+sign \x8E30 256-126
+sign \x89A6 256-126
+sign \x6F9E 256-126
+sign \x61D9 256-1236
+sign \x5B29 256-126
+sign \x74B5 256-126
+sign \x8F3F 256-126
+sign \x6B5F 256-126
+sign \x935D 256-126
+sign \x87B8 256-126
+sign \x7916 256-126
+sign \x9852 256-156
+sign \x9AC3 256-126
+sign \x9BBD 256-126
+sign \x8B23 256-126
+sign \x9A1F 256-126
+sign \x7C45 256-126
+sign \x9BF2 256-126
+sign \x65DF 256-126
+sign \x861B 256-126
+sign \x9C05 256-126
+sign \x9DE0 256-126
+sign \x9E06 256-126
+sign \x4E0E 256-1236
+sign \x4E88 256-1236
+sign \x5C7F 256-1236
+sign \x4F1B 256-1236
+sign \x5B87 256-1236
+sign \x7FBD 256-1236
+sign \x96E8 256-1236
+sign \x7A7B 256-123
+sign \x6327 256-1236
+sign \x4FE3 256-1236
+sign \x4FC1 256-1236
+sign \x79B9 256-1236
+sign \x8BED 256-1236
+sign \x5704 256-1236
+sign \x5CFF 256-1236
+sign \x7964 256-1236
+sign \x6554 256-1236
+sign \x532C 256-1236
+sign \x5709 256-1236
+sign \x504A 256-1236
+sign \x9105 256-1236
+sign \x5EBE 256-1236
+sign \x842D 256-1236
+sign \x842E 256-126
+sign \x94FB 26-126
+sign \x659E 256-1236
+sign \x7440 256-1236
+sign \x6940 256-1236
+sign \x8207 256-1236
+sign \x50B4 256-1236
+sign \x7610 256-1236
+sign \x5BD9 256-1236
+sign \x8A9E 256-1236
+sign \x9F89 256-1236
+sign \x92D9 26-126
+sign \x7AB3 256-1236
+sign \x85C7 1256-12
+sign \x5673 256-1236
+sign \x5DBC 256-1236
+sign \x8C90 256-1236
+sign \x6594 256-1236
+sign \x9E8C 256-1236
+sign \x860C 256-1236
+sign \x9F6C 256-1236
+sign \x7389 256-12
+sign \x9A6D 256-12
+sign \x572B 256-12
+sign \x828B 256-12
+sign \x828C 256-12
+sign \x807F 256-12
+sign \x996B 256-12
+sign \x5FEC 256-12
+sign \x59AA 256-12
+sign \x90C1 256-12
+sign \x80B2 256-12
+sign \x831F 256-12
+sign \x6631 256-12
+sign \x79D7 256-12
+sign \x72F1 256-12
+sign \x682F 25-1346
+sign \x5F67 256-12
+sign \x7821 256-12
+sign \x5CEA 256-12
+sign \x94B0 256-12
+sign \x4FFC 256-12
+sign \x6D74 256-12
+sign \x9884 256-12
+sign \x57DF 256-12
+sign \x5809 256-12
+sign \x5590 256-12
+sign \x6086 256-12
+sign \x6B32 256-12
+sign \x9033 256-12
+sign \x88AC 256-12
+sign \x9608 256-12
+sign \x6DE2 256-12
+sign \x6DEF 256-12
+sign \x60D0 256-12
+sign \x8C15 256-12
+sign \x7419 256-12
+sign \x99AD 256-12
+sign \x68EB 256-12
+sign \x68DC 256-12
+sign \x68DB 256-12
+sign \x7872 256-12
+sign \x9047 256-12
+sign \x5585 256-12
+sign \x55BB 256-12
+sign \x55A9 256-12
+sign \x5FA1 256-12
+sign \x9E46 256-12
+sign \x98EB 256-12
+sign \x5EBD 256-12
+sign \x7134 256-12
+sign \x5BD3 256-12
+sign \x88D5 256-12
+sign \x5A80 256-126
+sign \x77DE 256-12
+sign \x84AE 256-12
+sign \x84E3 256-12
+sign \x7F6D 256-12
+sign \x7A22 256-12
+sign \x8248 256-12
+sign \x923A 256-12
+sign \x6108 256-12
+sign \x715C 256-12
+sign \x6EEA 256-12
+sign \x8A89 256-12
+sign \x9810 256-12
+sign \x8F0D 256-12
+sign \x622B 256-12
+sign \x872E 256-12
+sign \x871F 256-12
+sign \x5D8E 256-12
+sign \x6BD3 256-12
+sign \x50EA 256-12
+sign \x9289 256-12
+sign \x7344 256-12
+sign \x7609 256-12
+sign \x6F9A 23456-125
+sign \x96A9 256-12
+sign \x5AD7 256-12
+sign \x7DCE 256-12
+sign \x9CFF 256-12
+sign \x58BA 23456-125
+sign \x8581 256-12
+sign \x84F9 256-12
+sign \x564A 256-12
+sign \x7A36 256-12
+sign \x92CA 256-12
+sign \x617E 256-12
+sign \x9079 256-12
+sign \x8C6B 256-12
+sign \x8577 256-12
+sign \x95BE 256-12
+sign \x95BC 25-1234
+sign \x9D25 256-12
+sign \x9325 256-12
+sign \x8AED 256-12
+sign \x71E0 256-12
+sign \x71CF 256-12
+sign \x6FA6 256-12
+sign \x9D2A 256-12
+sign \x9D27 256-12
+sign \x7907 256-12
+sign \x5125 256-12
+sign \x9B4A 256-12
+sign \x79A6 256-12
+sign \x9E6C 256-12
+sign \x91A7 256-12
+sign \x7A65 256-1236
+sign \x7BFD 256-12
+sign \x791C 256-12
+sign \x9D52 256-12
+sign \x7652 256-12
+sign \x7E58 256-12
+sign \x6AF2 256-12
+sign \x9947 256-12
+sign \x9731 256-12
+sign \x8F5D 256-126
+sign \x8B7D 256-12
+sign \x942D 256-12
+sign \x9A48 256-12
+sign \x6B0E 256-12
+sign \x9B3B 256-12
+sign \x7C5E 256-12
+sign \x9C4A 256-12
+sign \x9DF8 256-12
+sign \x9E12 256-12
+sign \x6B1D 256-12
+sign \x9FA5 256-12
+sign \x9B30 256-12
+sign \x8EC9 256-12
+sign \x9B31 256-12
+sign \x7C72 256-12
+sign \x706A 256-12
+sign \x7229 256-12
+sign \x56E6 256-1234
+sign \x9E22 256-1234
+sign \x5248 256-1234
+sign \x7722 256-1234
+sign \x9E33 256-1234
+sign \x51A4 256-1234
+sign \x5F32 1256-1234
+sign \x6E01 256-1234
+sign \x6E0A 256-1234
+sign \x6E06 256-1234
+sign \x6E15 256-1234
+sign \x5BC3 256-1234
+sign \x847E 256-1234
+sign \x6DF5 256-1234
+sign \x60CC 256-1234
+sign \x84AC 256-1234
+sign \x68E9 256-1234
+sign \x870E 256-1234
+sign \x9E53 256-1234
+sign \x9CF6 256-1234
+sign \x8735 256-1234
+sign \x99CC 256-1234
+sign \x92FA 256-1234
+sign \x9D1B 256-1234
+sign \x9D77 256-1234
+sign \x5B3D 256-1234
+sign \x7041 256-1234
+sign \x9F18 256-1234
+sign \x9F1D 256-1234
+sign \x5143 256-1246
+sign \x5186 256-1246
+sign \x90A7 256-1246
+sign \x8D20 256-1246
+sign \x82AB 256-1246
+sign \x56ED 256-1246
+sign \x5458 256-1246
+sign \x6C85 256-1246
+sign \x59A7 256-1246
+sign \x676C 256-1246
+sign \x57A3 256-1246
+sign \x7230 256-1246
+sign \x8881 256-1246
+sign \x539F 256-1246
+sign \x8696 256-1246
+sign \x54E1 256-1246
+sign \x5706 256-1246
+sign \x7B0E 256-1246
+sign \x915B 256-1246
+sign \x53A1 256-1246
+sign \x9F0B 256-1246
+sign \x63F4 256-1246
+sign \x559B 126-124
+sign \x570E 256-1246
+sign \x5086 256-1246
+sign \x9228 256-1246
+sign \x7328 256-1246
+sign \x6E72 256-1246
+sign \x5A9B 256-1246
+sign \x7F18 256-1246
+sign \x586C 256-1246
+sign \x849D 256-1246
+sign \x6965 1256-124
+sign \x5712 256-1246
+sign \x5713 256-1246
+sign \x733F 256-1246
+sign \x7342 256-1246
+sign \x6E92 256-1246
+sign \x6E90 256-1246
+sign \x5AB4 256-1246
+sign \x5AC4 256-1246
+sign \x69AC 256-1246
+sign \x699E 256-1246
+sign \x8F95 256-1246
+sign \x8911 256-124
+sign \x876F 256-1246
+sign \x875D 256-1246
+sign \x9B6D 256-1246
+sign \x8924 256-1246
+sign \x7E01 256-1246
+sign \x7DE3 256-1246
+sign \x8597 256-1246
+sign \x6A7C 256-1246
+sign \x8788 256-1246
+sign \x7FB1 256-1246
+sign \x9EFF 256-1246
+sign \x8F45 256-1246
+sign \x8B1C 256-1246
+sign \x93B1 256-1246
+sign \x6ADE 256-1246
+sign \x908D 256-1246
+sign \x9A35 256-1246
+sign \x9DA2 256-1246
+sign \x9DB0 256-1246
+sign \x53B5 256-1246
+sign \x8FDC 256-12346
+sign \x76F6 256-12346
+sign \x903A 256-12346
+sign \x9060 256-12346
+sign \x5917 256-124
+sign \x8099 256-1234
+sign \x8312 256-1246
+sign \x82D1 256-124
+sign \x59B4 256-124
+sign \x6028 256-124
+sign \x9662 256-124
+sign \x57B8 256-124
+sign \x884F 256-124
+sign \x63BE 256-124
+sign \x7457 256-124
+sign \x7990 256-124
+sign \x613F 256-124
+sign \x88EB 256-124
+sign \x566E 256-124
+sign \x9858 256-124
+sign \x66F0 256-234
+sign \x66F1 256-234
+sign \x7EA6 256-234
+sign \x7D04 256-234
+sign \x7BB9 256-234
+sign \x77F1 256-234
+sign \x5F5F 126-24
+sign \x5F60 126-24
+sign \x6708 256-24
+sign \x6209 256-24
+sign \x5216 256-24
+sign \x6C4B 146-246
+sign \x6288 256-24
+sign \x5C84 256-24
+sign \x793F 256-24
+sign \x73A5 256-24
+sign \x6782 26-24
+sign \x5CB3 256-24
+sign \x6071 256-24
+sign \x8ECF 256-24
+sign \x868E 256-24
+sign \x868F 256-24
+sign \x94BA 256-24
+sign \x9605 256-24
+sign \x6085 256-24
+sign \x60A6 256-24
+sign \x6373 256-24
+sign \x8DC3 256-24
+sign \x8DC0 256-24
+sign \x8D8A 256-24
+sign \x7CA4 256-24
+sign \x697D 123-24
+sign \x7CB5 256-24
+sign \x925E 256-24
+sign \x95B1 256-24
+sign \x95B2 256-24
+sign \x6A02 123-24
+sign \x6A3E 256-24
+sign \x7BD7 256-24
+sign \x5B33 256-24
+sign \x5DBD 256-24
+sign \x9FA0 256-24
+sign \x7C46 256-24
+sign \x8625 256-24
+sign \x9EE6 256-24
+sign \x7039 256-24
+sign \x8E8D 256-24
+sign \x721A 256-24
+sign \x79B4 256-24
+sign \x8E92 1235-12
+sign \x7C65 256-24
+sign \x9E11 256-24
+sign \x7C70 256-24
+sign \x9E19 256-24
+sign \x6655 256-13
+sign \x8480 256-13
+sign \x8495 256-13
+sign \x8F92 26-13
+sign \x6688 256-13
+sign \x6C32 256-13
+sign \x7174 256-13
+sign \x6C33 256-13
+sign \x596B 256-13
+sign \x8779 256-13
+sign \x8F3C 26-13
+sign \x8D5F 256-13
+sign \x9835 156-13
+sign \x8F40 26-13
+sign \x99A7 256-13
+sign \x8D07 256-13
+sign \x4E91 256-16
+sign \x52FB 256-16
+sign \x5300 256-16
+sign \x4F1D 256-16
+sign \x82B8 256-16
+sign \x56E9 256-16
+sign \x6C84 256-16
+sign \x5998 256-16
+sign \x7EAD 256-16
+sign \x6600 256-16
+sign \x7703 256-16
+sign \x7547 256-16
+sign \x90E7 256-16
+sign \x79D0 256-16
+sign \x8018 256-16
+sign \x803A 256-16
+sign \x6DA2 256-16
+sign \x7D1C 256-16
+sign \x96F2 256-16
+sign \x9116 256-16
+sign \x84B7 256-16
+sign \x7B7C 256-16
+sign \x612A 256-16
+sign \x7189 256-16
+sign \x92C6 256-16
+sign \x8553 256-16
+sign \x6F90 256-16
+sign \x6A52 256-16
+sign \x7BD4 256-16
+sign \x7E1C 256-16
+sign \x7E67 256-16
+sign \x5141 256-136
+sign \x962D 256-136
+sign \x628E 256-136
+sign \x593D 256-136
+sign \x72C1 256-136
+sign \x73A7 256-136
+sign \x9668 256-136
+sign \x837A 256-16
+sign \x6B92 256-136
+sign \x5597 256-136
+sign \x9217 256-136
+sign \x9695 256-136
+sign \x6EB3 256-16
+sign \x99BB 256-136
+sign \x6B9E 256-136
+sign \x891E 256-1
+sign \x78D2 256-136
+sign \x8CF1 256-136
+sign \x9723 256-136
+sign \x9F6B 256-136
+sign \x9F73 256-136
+sign \x5B55 256-1
+sign \x8FD0 256-1
+sign \x679F 256-1
+sign \x90D3 256-1
+sign \x607D 256-1
+sign \x8C9F 256-1246
+sign \x915D 256-1
+sign \x9106 256-1
+sign \x508A 256-1
+sign \x6120 256-1
+sign \x60F2 256-1
+sign \x904B 256-1
+sign \x7F0A 256-1
+sign \x97EB 256-1
+sign \x816A 256-1
+sign \x97F5 256-1
+sign \x614D 256-1
+sign \x7185 256-13
+sign \x8570 26-13
+sign \x8574 256-1
+sign \x71A8 256-1
+sign \x7DFC 26-13
+sign \x8580 26-13
+sign \x9196 256-1
+sign \x7E15 26-13
+sign \x919E 256-1
+sign \x992B 256-1
+sign \x97B0 256-1
+sign \x85F4 256-1
+sign \x97DE 256-1
+sign \x97D7 256-1
+sign \x860A 256-1
+sign \x97FB 256-1
+sign \x5E00 145-2345
+sign \x531D 145-2345
+sign \x8FCA 145-2345
+sign \x6C9E 145-2345
+sign \x5482 145-2345
+sign \x62F6 145-2345
+sign \x685A 145-2345
+sign \x9254 145-2345
+sign \x9B73 145-2456
+sign \x81DC 145-2345
+sign \x81E2 145-2345
+sign \x6742 145-2456
+sign \x6CAF 145-2456
+sign \x7838 145-2456
+sign \x97F4 145-2456
+sign \x96D1 145-2456
+sign \x78FC 145-2456
+sign \x894D 145-2456
+sign \x96DC 145-2456
+sign \x56D0 145-2456
+sign \x96E5 145-2456
+sign \x548B 145-23456
+sign \x707E 145-12345
+sign \x707D 145-12345
+sign \x753E 145-12345
+sign \x54C9 145-12345
+sign \x683D 145-12345
+sign \x70D6 145-12345
+sign \x83D1 145-123
+sign \x6E3D 145-12345
+sign \x6EA8 145-12345
+sign \x7775 145-12345
+sign \x8CF3 145-12345
+sign \x4ED4 145-1236
+sign \x8F7D 145-1245
+sign \x5BB0 145-123456
+sign \x5D3D 145-123456
+sign \x8F09 145-1245
+sign \x6257 145-1245
+sign \x518D 145-1245
+sign \x5728 145-1245
+sign \x6D05 145-1245
+sign \x50A4 145-1245
+sign \x9168 145-1245
+sign \x510E 145-1245
+sign \x7E21 145-1245
+sign \x5142 145-1234
+sign \x7CCC 145-1234
+sign \x7C2E 145-1234
+sign \x7C2A 145-1234
+sign \x941F 145-1234
+sign \x9415 145-1234
+sign \x54B1 145-1246
+sign \x507A 145-1246
+sign \x661D 145-12346
+sign \x5BC1 145-12346
+sign \x63DD 145-12346
+sign \x648D 145-12346
+sign \x5646 145-12346
+sign \x5127 145-12346
+sign \x6512 145-12346
+sign \x5139 145-12346
+sign \x6522 145-12346
+sign \x8DB1 145-12346
+sign \x8DB2 145-12346
+sign \x6682 145-124
+sign \x8CDB 145-124
+sign \x66AB 145-124
+sign \x933E 145-124
+sign \x8D5E 145-124
+sign \x913C 145-124
+sign \x8E54 145-124
+sign \x9142 145-124
+sign \x6FFD 145-124
+sign \x74C9 145-124
+sign \x93E8 145-124
+sign \x8D0A 145-124
+sign \x74D2 145-124
+sign \x9147 145-124
+sign \x56CB 145-2456
+sign \x8B83 145-124
+sign \x7052 145-124
+sign \x74DA 145-124
+sign \x79B6 145-124
+sign \x7A73 145-124
+sign \x8978 145-124
+sign \x8B9A 145-124
+sign \x9961 145-124
+sign \x5592 145-1246
+sign \x8D43 145-1345
+sign \x810F 145-1345
+sign \x7F98 145-1345
+sign \x7242 145-1345
+sign \x8CCD 145-1345
+sign \x81E7 145-1345
+sign \x8CD8 145-1345
+sign \x8D13 145-1345
+sign \x9AD2 145-1345
+sign \x8D1C 145-1345
+sign \x9A75 145-13456
+sign \x99D4 145-13456
+sign \x5F09 145-145
+sign \x5958 145-145
+sign \x585F 145-145
+sign \x846C 145-145
+sign \x92BA 145-145
+sign \x81D3 145-145
+sign \x81DF 145-145
+sign \x906D 145-1235
+sign \x7CDF 145-1235
+sign \x91A9 145-1235
+sign \x8E67 145-1235
+sign \x51FF 145-1256
+sign \x947F 145-1256
+sign \x65E9 145-12356
+sign \x67A3 145-12356
+sign \x6806 145-12356
+sign \x86A4 145-12356
+sign \x68D7 145-12356
+sign \x7485 145-12356
+sign \x6FA1 145-12356
+sign \x74AA 145-12356
+sign \x85BB 145-12356
+sign \x85FB 145-12356
+sign \x7E70 135-1235
+sign \x7681 145-125
+sign \x7682 145-125
+sign \x7076 145-125
+sign \x5515 145-125
+sign \x5523 145-125
+sign \x9020 145-125
+sign \x688D 145-125
+sign \x55BF 145-125
+sign \x8241 145-125
+sign \x7170 145-125
+sign \x6165 145-125
+sign \x566A 145-125
+sign \x7C09 145-125
+sign \x71E5 145-125
+sign \x8DAE 145-125
+sign \x8E81 145-125
+sign \x8B5F 145-125
+sign \x7AC8 145-125
+sign \x5219 145-246
+sign \x629E 145-246
+sign \x6CA2 145-246
+sign \x8D23 145-246
+sign \x62E9 145-246
+sign \x8FEE 145-246
+sign \x6CCE 145-246
+sign \x6CFD 145-246
+sign \x5247 145-246
+sign \x8CAC 145-246
+sign \x841A 2346-24
+sign \x5567 145-246
+sign \x556B 14-2346
+sign \x5536 15-24
+sign \x5E3B 145-246
+sign \x7B2E 145-246
+sign \x8234 145-246
+sign \x6EAD 145-246
+sign \x77E0 145-246
+sign \x8536 145-246
+sign \x5616 145-246
+sign \x5E58 145-246
+sign \x7BA6 145-246
+sign \x5AE7 145-246
+sign \x8D5C 145-246
+sign \x6A0D 145-246
+sign \x6B75 145-246
+sign \x8ACE 145-246
+sign \x64C7 145-246
+sign \x7794 145-246
+sign \x769F 145-246
+sign \x6FA4 145-246
+sign \x802B 145-246
+sign \x7C00 145-246
+sign \x8CFE 145-246
+sign \x790B 145-246
+sign \x8B2E 145-246
+sign \x8957 145-246
+sign \x8600 2346-24
+sign \x880C 145-246
+sign \x9F5A 145-246
+sign \x9F70 145-246
+sign \x9E05 145-246
+sign \x5928 145-24
+sign \x4EC4 145-24
+sign \x5E82 145-24
+sign \x6C44 145-24
+sign \x6603 145-24
+sign \x6617 145-24
+sign \x6351 145-24
+sign \x5D31 145-24
+sign \x8D3C 145-346
+sign \x621D 145-346
+sign \x8CCA 145-346
+sign \x9C97 145-346
+sign \x8808 145-346
+sign \x9C02 145-346
+sign \x9C61 145-346
+sign \x600E 145-136
+sign \x8C2E 145-1
+sign \x8B5B 145-1
+sign \x8B56 145-1
+sign \x56CE 145-1
+sign \x5897 145-135
+sign \x912B 145-135
+sign \x589E 145-135
+sign \x618E 145-135
+sign \x7494 145-135
+sign \x6A67 145-135
+sign \x71B7 145-135
+sign \x78F3 145-135
+sign \x7F7E 145-135
+sign \x77F0 145-135
+sign \x8B44 145-135
+sign \x9C5B 145-135
+sign \x9503 145-15
+sign \x92E5 145-15
+sign \x7F2F 145-135
+sign \x8D60 145-15
+sign \x7511 145-15
+sign \x7E52 145-135
+sign \x8D08 145-15
+sign \x624E 14-2345
+sign \x5412 14-245
+sign \x62AF 14-2345
+sign \x6313 14-2345
+sign \x67E4 14-2345
+sign \x7D25 14-2345
+sign \x54F3 14-2345
+sign \x7D2E 14-2345
+sign \x5067 14-2345
+sign \x63F8 14-2345
+sign \x55B3 14-2345
+sign \x6E23 14-2345
+sign \x6EA0 14-245
+sign \x6942 14-2345
+sign \x76B6 14-2345
+sign \x5284 14-2345
+sign \x7B9A 14-2456
+sign \x6A1D 14-2345
+sign \x89F0 14-2345
+sign \x76BB 14-2345
+sign \x8E45 134-23456
+sign \x8B47 14-2345
+sign \x56C3 145-2456
+sign \x9F44 14-2345
+sign \x9F47 14-2345
+sign \x672D 14-2456
+sign \x8F67 25-245
+sign \x7534 14-2456
+sign \x95F8 14-2456
+sign \x86BB 14-2456
+sign \x94E1 14-2456
+sign \x9598 14-2456
+sign \x7250 14-2456
+sign \x7160 25-24
+sign \x9705 14-2456
+sign \x9358 14-2456
+sign \x8B57 14-2456
+sign \x538F 14-23456
+sign \x82F2 14-23456
+sign \x7728 14-23456
+sign \x781F 14-23456
+sign \x6429 15-246
+sign \x9C9D 14-23456
+sign \x8E37 14-2346
+sign \x9BBA 14-23456
+sign \x4E4D 14-245
+sign \x7079 14-245
+sign \x8BC8 14-245
+sign \x67F5 124-1234
+sign \x67DE 1456-24
+sign \x6805 124-1234
+sign \x5953 14-245
+sign \x54A4 14-245
+sign \x70B8 14-245
+sign \x75C4 14-245
+sign \x5BB1 14-245
+sign \x86B1 14-245
+sign \x8A50 14-245
+sign \x643E 14-245
+sign \x9C8A 14-23456
+sign \x6463 14-2345
+sign \x69A8 14-245
+sign \x9B93 14-23456
+sign \x91A1 14-245
+sign \x5908 14-12345
+sign \x7C82 14-12345
+sign \x635A 14-12345
+sign \x658B 14-12345
+sign \x658E 14-12345
+sign \x6458 14-12345
+sign \x69B8 14-12345
+sign \x9F4B 14-12345
+sign \x5B85 14-12456
+sign \x7FDF 14-12456
+sign \x7A84 14-123456
+sign \x9259 14-123456
+sign \x503A 14-1245
+sign \x7826 14-1245
+sign \x50B5 14-1245
+sign \x5BE8 14-1245
+sign \x7635 14-1245
+sign \x67AC 14-1234
+sign \x6CBE 14-1234
+sign \x6BE1 14-1234
+sign \x6834 14-1234
+sign \x65C3 14-1234
+sign \x86C5 14-1234
+sign \x98E6 14-1234
+sign \x7C98 14-1234
+sign \x8D88 14-1234
+sign \x8A40 14-1234
+sign \x60C9 14-1234
+sign \x959A 14-1234
+sign \x8A79 14-1234
+sign \x8C35 14-1234
+sign \x859D 14-1234
+sign \x9711 14-1234
+sign \x5661 14-1234
+sign \x5DA6 14-1234
+sign \x9085 14-1234
+sign \x6C0A 14-1234
+sign \x6C08 14-1234
+sign \x89B1 14-1234
+sign \x77BB 14-1234
+sign \x9E6F 14-1234
+sign \x65DC 14-1234
+sign \x8B6B 14-1234
+sign \x9958 14-1234
+sign \x9CE3 14-1234
+sign \x9A59 14-1234
+sign \x9B59 14-1234
+sign \x9E07 14-1234
+sign \x8B9D 14-1246
+sign \x62C3 14-23456
+sign \x65A9 14-12346
+sign \x98D0 14-12346
+sign \x76CF 14-12346
+sign \x5C55 14-12346
+sign \x65AC 14-12346
+sign \x5D2D 14-12346
+sign \x7416 14-12346
+sign \x640C 14-12346
+sign \x76DE 14-12346
+sign \x6990 14-12346
+sign \x8F97 14-12346
+sign \x5D83 14-12346
+sign \x5D84 14-12346
+sign \x98AD 14-12346
+sign \x9186 14-12346
+sign \x5AF8 14-12346
+sign \x6A4F 14-12346
+sign \x8F3E 14-12346
+sign \x8E4D 12345-12346
+sign \x76BD 14-12346
+sign \x9EF5 34-12346
+sign \x5360 14-124
+sign \x4F54 14-124
+sign \x6808 14-124
+sign \x6218 14-124
+sign \x685F 14-124
+sign \x7AD9 14-124
+sign \x83DA 14-124
+sign \x5061 14-124
+sign \x7EFD 14-124
+sign \x68E7 14-124
+sign \x6E5B 14-124
+sign \x6226 14-124
+sign \x7DBB 14-124
+sign \x8F1A 14-124
+sign \x5D98 14-124
+sign \x8666 14-124
+sign \x8665 14-124
+sign \x6230 14-124
+sign \x8F4F 14-124
+sign \x9A4F 14-124
+sign \x8638 14-124
+sign \x5F21 156-246
+sign \x5F20 14-1345
+sign \x7AE0 14-1345
+sign \x5F35 14-1345
+sign \x50BD 14-1345
+sign \x9123 14-1345
+sign \x8501 14-1345
+sign \x7350 14-1345
+sign \x5F70 14-1345
+sign \x9067 14-1345
+sign \x7CBB 14-1345
+sign \x6F33 14-1345
+sign \x615E 14-1345
+sign \x5ADC 14-1345
+sign \x748B 14-1345
+sign \x6A1F 14-1345
+sign \x66B2 14-1345
+sign \x9926 14-1345
+sign \x87D1 14-1345
+sign \x9A3F 14-1345
+sign \x9C46 14-1345
+sign \x9E9E 14-1345
+sign \x957F 134-1456
+sign \x4EC9 14-13456
+sign \x6DA8 14-13456
+sign \x6DB1 14-145
+sign \x638C 14-13456
+sign \x6F32 14-13456
+sign \x5E65 14-13456
+sign \x979D 124-145
+sign \x7903 14-13456
+sign \x4E08 14-145
+sign \x4ED7 14-145
+sign \x6259 14-145
+sign \x6756 14-145
+sign \x5E10 14-145
+sign \x8D26 14-145
+sign \x80C0 14-145
+sign \x7C80 14-145
+sign \x5E33 14-145
+sign \x8139 14-145
+sign \x75EE 14-145
+sign \x969C 14-145
+sign \x5887 14-145
+sign \x5D82 14-145
+sign \x5E5B 14-145
+sign \x8CEC 14-145
+sign \x7795 14-145
+sign \x7634 14-145
+sign \x762C 14-145
+sign \x948A 14-1235
+sign \x4F4B 14-1235
+sign \x62DB 14-1235
+sign \x59B1 14-1235
+sign \x5DF6 14-1235
+sign \x662D 14-1235
+sign \x76C4 14-1235
+sign \x91D7 14-1235
+sign \x91FD 2356-123
+sign \x924A 14-1235
+sign \x99CB 14-1235
+sign \x9363 14-1235
+sign \x7ABC 134-1235
+sign \x722A 14-12356
+sign \x722B 14-12356
+sign \x627E 14-12356
+sign \x6CBC 14-12356
+sign \x83EC 135-1256
+sign \x7475 14-12356
+sign \x53EC 14-125
+sign \x5146 14-125
+sign \x8BCF 14-125
+sign \x679B 14-125
+sign \x8D75 14-125
+sign \x5797 14-125
+sign \x72E3 14-125
+sign \x70A4 14-125
+sign \x7B0A 14-125
+sign \x8081 14-125
+sign \x68F9 14-125
+sign \x8A54 14-125
+sign \x65D0 14-125
+sign \x7167 14-125
+sign \x7F69 14-125
+sign \x8D99 14-125
+sign \x7B8C 14-125
+sign \x8088 14-125
+sign \x8087 14-125
+sign \x66CC 14-125
+sign \x9BA1 14-125
+sign \x71F3 14-125
+sign \x6AC2 14-125
+sign \x77BE 14-125
+sign \x7F84 14-125
+sign \x8707 14-246
+sign \x55FB 14-234
+sign \x906E 14-234
+sign \x5AEC 14-234
+sign \x4E5B 26-1234
+sign \x5387 14-246
+sign \x6298 14-246
+sign \x77FA 14-246
+sign \x6B7D 14-246
+sign \x7813 14-246
+sign \x8674 14-246
+sign \x7C77 14-246
+sign \x57D1 14-246
+sign \x54F2 14-246
+sign \x7C8D 14-246
+sign \x88A9 14-246
+sign \x6662 14-246
+sign \x608A 14-246
+sign \x8F84 14-246
+sign \x6663 14-246
+sign \x5560 14-246
+sign \x5586 14-246
+sign \x86F0 14-246
+sign \x68CF 34-246
+sign \x8A5F 14-246
+sign \x8C2A 14-246
+sign \x647A 14-246
+sign \x8F12 14-246
+sign \x6A00 345-126
+sign \x8F19 14-246
+sign \x78D4 14-246
+sign \x92B8 12345-24
+sign \x8F99 14-246
+sign \x87C4 14-246
+sign \x569E 14-246
+sign \x8B3A 14-246
+sign \x9BBF 14-246
+sign \x8B2B 14-246
+sign \x8F4D 14-246
+sign \x8B81 14-246
+sign \x8B8B 14-246
+sign \x8975 14-2346
+sign \x8005 14-2346
+sign \x7987 1346-1236
+sign \x9517 14-2346
+sign \x8D6D 14-2346
+sign \x937A 14-2346
+sign \x8936 14-2346
+sign \x8FD9 14-24
+sign \x67D8 14-24
+sign \x9019 14-24
+sign \x6D59 14-24
+sign \x6DDB 14-24
+sign \x8517 14-24
+sign \x6A1C 14-24
+sign \x9E67 14-24
+sign \x87C5 14-24
+sign \x9DD3 14-24
+sign \x7740 14-35
+sign \x8D1E 14-13
+sign \x9488 14-13
+sign \x4FA6 14-13
+sign \x73CD 14-13
+sign \x73CE 14-13
+sign \x67AE 125-1234
+sign \x8C9E 14-13
+sign \x5E27 14-13
+sign \x80D7 14-13
+sign \x6D48 14-13
+sign \x771F 14-13
+sign \x6815 14-13
+sign \x6862 14-13
+sign \x7827 14-13
+sign \x5E2A 14-13
+sign \x91DD 14-13
+sign \x771E 14-13
+sign \x796F 14-13
+sign \x686D 14-13
+sign \x9159 14-13
+sign \x5075 14-13
+sign \x8474 14-13
+sign \x9049 14-13
+sign \x6E5E 14-13
+sign \x5BCA 14-13
+sign \x6438 14-13
+sign \x9755 14-13
+sign \x84C1 14-13
+sign \x659F 14-13
+sign \x8496 14-13
+sign \x6968 14-13
+sign \x7504 14-13
+sign \x9241 14-13
+sign \x7349 14-13
+sign \x798E 14-13
+sign \x7467 14-13
+sign \x699B 14-13
+sign \x69C7 345-1234
+sign \x78AA 14-13
+sign \x6B9D 14-13
+sign \x799B 14-13
+sign \x7BB4 14-13
+sign \x6F67 14-13
+sign \x85BD 14-13
+sign \x6A3C 14-13
+sign \x81FB 14-13
+sign \x9331 14-13
+sign \x6FB5 14-13
+sign \x8F43 14-13
+sign \x9356 134-136
+sign \x937C 14-13
+sign \x7C48 14-13
+sign \x9C75 14-13
+sign \x8BCA 14-136
+sign \x62AE 14-136
+sign \x6795 14-136
+sign \x8F78 14-136
+sign \x6623 14-136
+sign \x5F2B 14-136
+sign \x59EB 14-136
+sign \x7715 14-136
+sign \x755B 14-136
+sign \x75B9 14-136
+sign \x8897 14-136
+sign \x5C52 14-136
+sign \x8044 14-136
+sign \x8419 14-136
+sign \x7D3E 14-136
+sign \x8EEB 14-136
+sign \x8999 14-136
+sign \x8A3A 14-136
+sign \x88D6 14-136
+sign \x5AC3 14-13
+sign \x7F1C 14-136
+sign \x99D7 14-136
+sign \x7A39 14-136
+sign \x7E25 14-136
+sign \x7E1D 14-136
+sign \x8FB4 14-136
+sign \x9B12 14-136
+sign \x9EF0 14-136
+sign \x5733 14-1
+sign \x9635 14-1
+sign \x7EBC 14-1
+sign \x630B 14-1
+sign \x4FB2 14-1
+sign \x9E29 14-1
+sign \x9663 14-1
+sign \x632F 14-1
+sign \x681A 14-1
+sign \x6715 14-1
+sign \x7D16 14-1
+sign \x7739 14-1
+sign \x8D48 14-1
+sign \x63D5 14-1
+sign \x5866 14-1
+sign \x8704 14-1
+sign \x7D7C 14-1
+sign \x8CD1 14-1
+sign \x8AAB 14-1
+sign \x6576 14-1
+sign \x9707 14-1
+sign \x9547 14-1
+sign \x92F4 14-1
+sign \x9D06 14-1
+sign \x93AE 14-1
+sign \x93AD 14-1
+sign \x9EEE 34-12346
+sign \x51E7 14-135
+sign \x4E89 14-135
+sign \x4F42 14-135
+sign \x5F81 14-135
+sign \x722D 14-135
+sign \x6014 14-135
+sign \x59C3 14-135
+sign \x57E9 14-135
+sign \x5CE5 14-135
+sign \x72F0 14-135
+sign \x70A1 14-135
+sign \x7710 14-135
+sign \x94B2 14-135
+sign \x70DD 14-135
+sign \x6399 14-15
+sign \x8047 14-135
+sign \x7741 14-135
+sign \x5D1D 14-135
+sign \x5D22 14-135
+sign \x94EE 14-135
+sign \x7319 14-135
+sign \x63C1 14-135
+sign \x7B5D 14-135
+sign \x5A9C 14-135
+sign \x84B8 14-135
+sign \x775C 14-135
+sign \x8E2D 14-135
+sign \x5FB0 14-135
+sign \x9266 14-135
+sign \x7B8F 14-135
+sign \x5FB4 14-135
+sign \x931A 14-135
+sign \x9B07 14-135
+sign \x7BDC 14-135
+sign \x7665 14-135
+sign \x6C36 14-1356
+sign \x628D 14-1356
+sign \x7CFD 14-1356
+sign \x62EF 14-1356
+sign \x639F 14-1356
+sign \x6678 14-1356
+sign \x6138 14-1356
+sign \x649C 14-1356
+sign \x6574 14-1356
+sign \x6B63 14-15
+sign \x8BC1 14-15
+sign \x90D1 14-15
+sign \x8BE4 14-15
+sign \x653F 14-15
+sign \x6323 14-15
+sign \x75C7 14-15
+sign \x5E40 14-13
+sign \x8A3C 14-15
+sign \x8ACD 14-15
+sign \x5863 14-1356
+sign \x912D 14-15
+sign \x9D0A 14-15
+sign \x8B49 14-15
+sign \x4E4B 14-123
+sign \x652F 14-123
+sign \x53EA 14-1236
+sign \x536E 14-123
+sign \x6C41 14-123
+sign \x829D 14-123
+sign \x5431 14-123
+sign \x5DF5 14-123
+sign \x6C65 14-123
+sign \x679D 14-123
+sign \x77E5 14-123
+sign \x80A2 14-123
+sign \x7EC7 14-123
+sign \x6800 14-123
+sign \x79D3 14-123
+sign \x79D6 14-123
+sign \x80D1 14-123
+sign \x80DD 14-123
+sign \x887C 14-123
+sign \x8879 14-123
+sign \x7957 14-123
+sign \x79EA 14-123
+sign \x5001 14-123
+sign \x96BB 14-123
+sign \x8102 14-123
+sign \x75B7 14-123
+sign \x796C 14-123
+sign \x6894 14-123
+sign \x6925 14-123
+sign \x81F8 15-1
+sign \x6220 14-126
+sign \x6418 14-123
+sign \x7994 2345-126
+sign \x99B6 14-123
+sign \x69B0 14-123
+sign \x8718 14-123
+sign \x9CF7 14-123
+sign \x9D32 14-123
+sign \x7E54 14-123
+sign \x8635 14-123
+sign \x9F05 14-123
+sign \x79B5 2345-126
+sign \x6267 14-126
+sign \x5767 14-1236
+sign \x76F4 14-126
+sign \x4F84 14-126
+sign \x59EA 14-126
+sign \x8040 14-126
+sign \x503C 14-126
+sign \x5024 14-126
+sign \x91DE 14-126
+sign \x57F4 14-126
+sign \x57F7 14-126
+sign \x804C 14-126
+sign \x6DD4 134-126
+sign \x7D77 14-126
+sign \x690D 14-126
+sign \x6B96 14-126
+sign \x8DD6 14-126
+sign \x7286 14-126
+sign \x7983 14-126
+sign \x74E1 14-126
+sign \x7A19 14-123
+sign \x99BD 14-126
+sign \x588C 14-1236
+sign \x646D 14-126
+sign \x6F10 14-126
+sign \x6179 14-126
+sign \x8E2F 14-126
+sign \x5B02 14-126
+sign \x6A34 14-126
+sign \x81B1 14-126
+sign \x7E36 14-126
+sign \x8077 14-126
+sign \x8E60 14-126
+sign \x8E62 345-126
+sign \x87D9 14-126
+sign \x8EC4 14-126
+sign \x8E91 14-126
+sign \x5902 14-1236
+sign \x6B62 14-1236
+sign \x52A7 14-1236
+sign \x51EA 14-1236
+sign \x65E8 14-1236
+sign \x962F 14-1236
+sign \x5740 14-1236
+sign \x5741 14-1236
+sign \x627A 14-1236
+sign \x82B7 14-1236
+sign \x5E0B 14-1236
+sign \x6C9A 14-1236
+sign \x6C66 14-123
+sign \x7EB8 14-1236
+sign \x62A7 14-1236
+sign \x830B 14-1236
+sign \x6CDC 14-123
+sign \x7949 14-1236
+sign \x6307 14-1236
+sign \x67B3 14-1236
+sign \x780B 14-1236
+sign \x8F75 14-1236
+sign \x6D14 14-1236
+sign \x6049 14-1236
+sign \x54AB 14-1236
+sign \x831D 134-123456
+sign \x75BB 14-1236
+sign \x6DFD 14-1236
+sign \x7D19 14-1236
+sign \x8DBE 14-1236
+sign \x8A28 14-1236
+sign \x8EF9 14-1236
+sign \x9EF9 14-1236
+sign \x916F 14-1236
+sign \x5FB5 14-135
+sign \x85E2 14-1236
+sign \x8967 14-1236
+sign \x9624 2346-246
+sign \x8296 14-12
+sign \x81F3 14-12
+sign \x627B 14-12
+sign \x5FD7 14-12
+sign \x8C78 14-12
+sign \x5FEE 14-12
+sign \x5781 14-12
+sign \x5394 14-12
+sign \x90C5 14-12
+sign \x5E1C 14-12
+sign \x5E19 14-12
+sign \x5236 14-12
+sign \x8D28 14-12
+sign \x7099 14-12
+sign \x6CBB 14-12
+sign \x6303 14-12
+sign \x6809 14-12
+sign \x67E3 14-12
+sign \x5CD9 14-12
+sign \x4FE7 14-12
+sign \x5EA4 14-12
+sign \x5EA2 14-12
+sign \x6D37 14-12
+sign \x7951 14-12
+sign \x965F 14-12
+sign \x8D3D 14-12
+sign \x631A 14-12
+sign \x684E 14-12
+sign \x8F7E 14-12
+sign \x81F4 14-12
+sign \x6B6D 14-12
+sign \x664A 14-12
+sign \x79E9 14-12
+sign \x5F8F 14-12
+sign \x80F5 14-12
+sign \x72FE 14-12
+sign \x889F 14-12
+sign \x5A21 14-12
+sign \x9E37 14-12
+sign \x63B7 14-12
+sign \x68BD 14-12
+sign \x7730 345-246
+sign \x7564 14-12
+sign \x94DA 14-12
+sign \x79F7 14-12
+sign \x506B 14-12
+sign \x8CAD 14-12
+sign \x5F9D 14-12
+sign \x4E7F 14-12
+sign \x7318 14-12
+sign \x89D7 14-12
+sign \x88A0 14-12
+sign \x75D4 14-12
+sign \x7A92 14-12
+sign \x7FD0 14-12
+sign \x7D29 14-12
+sign \x86ED 14-12
+sign \x5D3B 14-12
+sign \x667A 14-12
+sign \x5082 14-12
+sign \x75E3 14-12
+sign \x6EDE 14-12
+sign \x9A98 14-12
+sign \x5F58 14-12
+sign \x6431 14-12
+sign \x8F0A 14-12
+sign \x8DF1 14-12
+sign \x7F6E 14-12
+sign \x9527 14-12
+sign \x96C9 14-12
+sign \x7A1A 14-12
+sign \x7B6B 14-12
+sign \x5ECC 14-12
+sign \x6ECD 14-12
+sign \x5BD8 14-12
+sign \x7D95 14-123
+sign \x5886 345-12
+sign \x899F 14-12
+sign \x7590 14-12
+sign \x88FD 14-12
+sign \x928D 14-12
+sign \x8A8C 14-12
+sign \x7608 134-12
+sign \x6EEF 14-12
+sign \x6F4C 14-12
+sign \x646F 14-12
+sign \x8E2C 14-12
+sign \x5E5F 14-12
+sign \x7A3A 14-12
+sign \x8CEA 14-12
+sign \x6184 14-12
+sign \x92D5 14-12
+sign \x81A3 14-12
+sign \x89EF 14-12
+sign \x71AB 14-12
+sign \x6F6A 14-126
+sign \x99E4 14-12
+sign \x8599 2345-12
+sign \x9D19 14-12
+sign \x65D8 14-12
+sign \x7004 14-12
+sign \x96B2 14-12
+sign \x7DFB 14-12
+sign \x64FF 2345-123
+sign \x64F2 14-12
+sign \x6ADB 14-12
+sign \x87B2 345-246
+sign \x7A49 14-12
+sign \x5128 14-12
+sign \x5295 14-12
+sign \x61E5 14-12
+sign \x8D04 14-12
+sign \x61EB 14-12
+sign \x74C6 14-12
+sign \x6ACD 14-12
+sign \x9BEF 14-12
+sign \x89F6 14-12
+sign \x9A2D 14-12
+sign \x7929 14-12
+sign \x8C51 14-12
+sign \x9DA8 1346-124
+sign \x9A47 14-12
+sign \x9A3A 14-12
+sign \x9DD9 14-12
+sign \x8E93 14-12
+sign \x9466 125-1246
+sign \x9455 14-12
+sign \x8C52 14-12
+sign \x4E2D 146-135
+sign \x4F00 146-135
+sign \x6C77 146-135
+sign \x5F78 146-135
+sign \x5990 146-135
+sign \x5223 146-135
+sign \x5FE0 146-135
+sign \x7082 146-135
+sign \x6CC8 146-135
+sign \x7EC8 146-135
+sign \x67CA 146-135
+sign \x76C5 146-135
+sign \x949F 146-135
+sign \x8873 146-135
+sign \x822F 146-135
+sign \x8877 146-135
+sign \x7D42 146-135
+sign \x9221 146-135
+sign \x8520 146-135
+sign \x5E52 146-135
+sign \x953A 146-135
+sign \x9D24 146-135
+sign \x87A4 146-135
+sign \x937E 146-135
+sign \x87BD 146-135
+sign \x9F28 146-135
+sign \x8E71 146-135
+sign \x9418 146-135
+sign \x7C66 146-135
+sign \x80BF 146-1356
+sign \x79CD 146-1356
+sign \x51A2 146-1356
+sign \x5C30 146-1356
+sign \x585A 146-1356
+sign \x6B71 146-1356
+sign \x816B 146-1356
+sign \x7144 146-1356
+sign \x7A2E 146-1356
+sign \x7607 146-1356
+sign \x8E35 146-1356
+sign \x4EF2 146-15
+sign \x4F17 146-15
+sign \x72C6 146-15
+sign \x5995 146-15
+sign \x794C 146-15
+sign \x833D 146-15
+sign \x91CD 146-15
+sign \x8876 146-15
+sign \x869B 146-15
+sign \x773E 146-15
+sign \x5045 146-15
+sign \x5839 146-15
+sign \x7B57 146-15
+sign \x8846 146-15
+sign \x5A91 146-15
+sign \x8AE5 146-15
+sign \x821F 14-134
+sign \x5DDE 14-134
+sign \x8BCC 14-134
+sign \x4F9C 14-134
+sign \x5468 14-134
+sign \x70BF 14-134
+sign \x6D00 236-1246
+sign \x6D32 14-134
+sign \x73D8 14-134
+sign \x8F80 14-134
+sign \x90EE 14-134
+sign \x70D0 14-134
+sign \x5541 14-134
+sign \x77EA 14-134
+sign \x5F9F 14-134
+sign \x9E3C 14-134
+sign \x9031 14-134
+sign \x6DCD 14-134
+sign \x5A64 14-134
+sign \x558C 14-134
+sign \x8D52 14-134
+sign \x7CA5 14-134
+sign \x8F08 14-134
+sign \x9282 14-134
+sign \x8F16 14-134
+sign \x8CD9 14-134
+sign \x99F2 14-134
+sign \x970C 14-134
+sign \x76E9 14-134
+sign \x568B 14-134
+sign \x9D43 14-134
+sign \x8B05 14-134
+sign \x9A06 14-134
+sign \x8B78 14-134
+sign \x59AF 14-146
+sign \x8F74 14-146
+sign \x8EF8 14-146
+sign \x78A1 14-146
+sign \x8098 14-1346
+sign \x759B 14-1346
+sign \x83F7 14-1346
+sign \x666D 14-1346
+sign \x776D 14-1346
+sign \x7B92 14-1346
+sign \x9BDE 14-1346
+sign \x7EA3 14-14
+sign \x4F37 14-14
+sign \x546A 14-14
+sign \x5492 14-14
+sign \x5B99 14-14
+sign \x7EC9 14-14
+sign \x836E 14-14
+sign \x5191 14-14
+sign \x80C4 14-14
+sign \x663C 14-14
+sign \x7D02 14-14
+sign \x914E 14-14
+sign \x76B1 14-14
+sign \x7C99 14-14
+sign \x665D 14-14
+sign \x8464 14-14
+sign \x8A4B 14-14
+sign \x7503 14-14
+sign \x99CE 14-14
+sign \x50FD 14-14
+sign \x76BA 14-14
+sign \x5663 14-14
+sign \x7E10 14-14
+sign \x9AA4 14-14
+sign \x7C40 14-14
+sign \x7C55 14-14
+sign \x7C52 14-14
+sign \x9A5F 14-14
+sign \x5E1A 14-1346
+sign \x6731 146-123
+sign \x52AF 146-123
+sign \x90BE 146-123
+sign \x4F8F 146-123
+sign \x8BDB 146-123
+sign \x8331 146-123
+sign \x54AE 14-14
+sign \x6D19 146-123
+sign \x73E0 146-123
+sign \x682A 146-123
+sign \x8BF8 146-123
+sign \x7843 146-123
+sign \x94E2 146-123
+sign \x79FC 146-123
+sign \x732A 146-123
+sign \x88BE 146-123
+sign \x86DB 146-123
+sign \x7D51 146-123
+sign \x8DE6 146-123
+sign \x8A85 146-123
+sign \x854F 146-123
+sign \x69E0 146-123
+sign \x876B 146-123
+sign \x9296 146-123
+sign \x6F74 146-123
+sign \x8C6C 146-123
+sign \x6A65 146-123
+sign \x8AF8 146-123
+sign \x99EF 146-123
+sign \x9D38 146-123
+sign \x9BA2 146-123
+sign \x85F8 146-123
+sign \x85F7 1346-1236
+sign \x7026 146-123
+sign \x6AE7 146-123
+sign \x6AEB 146-123
+sign \x9F04 146-123
+sign \x9BFA 146-123
+sign \x9A36 145-134
+sign \x8829 146-123
+sign \x7AF9 146-126
+sign \x7AFA 146-126
+sign \x6CCF 1346-12
+sign \x833F 146-126
+sign \x7B01 146-126
+sign \x70A2 146-126
+sign \x9010 146-126
+sign \x70DB 146-126
+sign \x7A8B 146-126
+sign \x7B1C 146-126
+sign \x8233 146-126
+sign \x84EB 146-126
+sign \x7603 146-126
+sign \x6573 23456-12456
+sign \x71ED 146-126
+sign \x880B 146-126
+sign \x8E85 146-126
+sign \x9C41 146-126
+sign \x529A 146-126
+sign \x705F 146-126
+sign \x5B4E 146-126
+sign \x6B18 146-126
+sign \x66EF 146-126
+sign \x7225 146-126
+sign \x65B8 146-126
+sign \x883E 146-126
+sign \x9483 146-126
+sign \x4E3B 146-1236
+sign \x62C4 146-1236
+sign \x5B94 146-1236
+sign \x7F5C 146-1236
+sign \x967C 146-1236
+sign \x6E1A 146-1236
+sign \x7151 146-1236
+sign \x716E 146-1236
+sign \x8A5D 146-1236
+sign \x5631 146-1236
+sign \x6FD0 146-1236
+sign \x9E88 146-1236
+sign \x77A9 146-1236
+sign \x56D1 146-1236
+sign \x77DA 146-1236
+sign \x4F2B 146-12
+sign \x82CE 146-12
+sign \x82A7 1256-12
+sign \x52A9 146-12
+sign \x4F4F 146-12
+sign \x4F47 146-12
+sign \x7EBB 146-12
+sign \x577E 146-12
+sign \x82E7 146-12
+sign \x677C 146-12
+sign \x8D2E 146-12
+sign \x8FEC 146-12
+sign \x6CE8 146-12
+sign \x9A7B 146-12
+sign \x58F4 146-12
+sign \x67F7 146-12
+sign \x67F1 146-12
+sign \x6BB6 146-12
+sign \x70B7 146-12
+sign \x795D 146-12
+sign \x8387 146-12
+sign \x782B 146-1236
+sign \x771D 146-12
+sign \x75B0 146-12
+sign \x7ADA 146-12
+sign \x7969 146-12
+sign \x8457 14-35
+sign \x86C0 146-12
+sign \x7F9C 146-12
+sign \x7D38 146-12
+sign \x7D35 146-12
+sign \x8EF4 146-12
+sign \x8CAF 146-12
+sign \x8DD3 146-12
+sign \x5D40 146-12
+sign \x94F8 146-12
+sign \x7B51 146-12
+sign \x8A3B 146-12
+sign \x99B5 146-12
+sign \x7B6F 146-12
+sign \x9252 146-12
+sign \x98F3 146-12
+sign \x58B8 146-12
+sign \x7FE5 146-12
+sign \x7BB8 146-12
+sign \x99D0 146-12
+sign \x6A26 146-12
+sign \x92F3 146-12
+sign \x9714 146-12
+sign \x7BC9 146-12
+sign \x7BEB 146-12
+sign \x9E86 146-12
+sign \x9444 146-12
+sign \x6293 146-2345
+sign \x6A9B 146-2345
+sign \x81BC 146-2345
+sign \x9AFD 146-2345
+sign \x7C3B 146-2345
+sign \x8DE9 146-123456
+sign \x62FD 146-1245
+sign \x4E13 146-1234
+sign \x53C0 146-1234
+sign \x5C02 146-1234
+sign \x7816 146-1234
+sign \x8011 146-1234
+sign \x5C08 146-1234
+sign \x5278 2346-1246
+sign \x911F 146-1234
+sign \x587C 146-1234
+sign \x5AE5 146-1234
+sign \x747C 146-1234
+sign \x750E 146-1234
+sign \x78D7 146-1234
+sign \x989B 146-1234
+sign \x819E 146-1234
+sign \x78DA 146-1234
+sign \x8AEF 146-1234
+sign \x87E4 146-1234
+sign \x9853 146-1234
+sign \x9C44 146-1234
+sign \x8F6C 146-12346
+sign \x5B68 146-12346
+sign \x8EE2 146-12346
+sign \x7AF1 146-12346
+sign \x7077 146-124
+sign \x556D 146-124
+sign \x581F 146-124
+sign \x8483 146-124
+sign \x7451 146-124
+sign \x8D5A 146-124
+sign \x50CE 146-124
+sign \x64B0 146-124
+sign \x7BC6 146-124
+sign \x9994 146-124
+sign \x7BF9 146-124
+sign \x8CFA 146-124
+sign \x8948 146-124
+sign \x7E33 146-124
+sign \x8F49 146-12346
+sign \x7C28 12456-136
+sign \x8B54 146-124
+sign \x994C 146-124
+sign \x56C0 146-124
+sign \x7C51 146-124
+sign \x5986 146-1345
+sign \x5E84 146-1345
+sign \x5E92 146-1345
+sign \x599D 146-1345
+sign \x8358 146-1345
+sign \x838A 146-1345
+sign \x6869 146-1345
+sign \x5A24 146-1345
+sign \x6889 146-1345
+sign \x88C5 146-1345
+sign \x7CA7 146-1345
+sign \x6E77 146-1345
+sign \x88DD 146-1345
+sign \x6A01 146-1345
+sign \x7CDA 146-1345
+sign \x4E2C 236-1246
+sign \x58EE 146-145
+sign \x72B6 146-145
+sign \x58EF 146-145
+sign \x72C0 146-145
+sign \x58F5 146-145
+sign \x710B 146-145
+sign \x649E 146-145
+sign \x5E62 146-145
+sign \x6205 1-145
+sign \x6207 1-145
+sign \x96B9 146-345
+sign \x8FFD 146-345
+sign \x9A93 146-345
+sign \x690E 146-345
+sign \x9525 146-345
+sign \x9310 146-345
+sign \x9A05 146-345
+sign \x9D7B 146-345
+sign \x6C9D 146-3456
+sign \x5760 146-34
+sign \x7B0D 146-34
+sign \x5A37 146-34
+sign \x7F00 146-34
+sign \x7500 146-34
+sign \x814F 146-34
+sign \x60F4 146-34
+sign \x7F12 146-34
+sign \x787E 146-34
+sign \x7577 146-34
+sign \x8187 146-34
+sign \x8D58 146-34
+sign \x589C 146-34
+sign \x7DB4 146-34
+sign \x918A 146-34
+sign \x8AC8 146-34
+sign \x7E0B 146-34
+sign \x9323 146-34
+sign \x991F 146-34
+sign \x8D05 146-34
+sign \x7908 146-34
+sign \x8F5B 146-34
+sign \x9446 146-34
+sign \x8FCD 146-13
+sign \x5B92 146-13
+sign \x80AB 146-13
+sign \x7A80 146-13
+sign \x8C06 146-13
+sign \x554D 2346-13
+sign \x8A30 146-1
+sign \x8AC4 146-13
+sign \x8860 146-13
+sign \x51C6 146-136
+sign \x57FB 146-136
+sign \x51D6 146-136
+sign \x7A15 146-1
+sign \x6E96 146-136
+sign \x7DA7 146-136
+sign \x62D9 146-234
+sign \x70AA 146-234
+sign \x6349 146-234
+sign \x684C 146-234
+sign \x502C 146-234
+sign \x68C1 146-234
+sign \x6DBF 146-234
+sign \x7438 146-246
+sign \x68F3 146-234
+sign \x69D5 146-234
+sign \x8743 345-12
+sign \x7A5B 146-234
+sign \x942F 146-234
+sign \x7A71 146-234
+sign \x883F 146-246
+sign \x5734 146-246
+sign \x5F74 146-246
+sign \x72B3 146-246
+sign \x707C 146-246
+sign \x8301 146-246
+sign \x5353 146-246
+sign \x59B0 146-246
+sign \x53D5 146-246
+sign \x65AB 146-246
+sign \x6D4A 146-246
+sign \x914C 146-246
+sign \x4E35 146-246
+sign \x70F5 146-246
+sign \x6D5E 146-246
+sign \x8BFC 146-246
+sign \x68B2 146-246
+sign \x5544 146-246
+sign \x5545 146-246
+sign \x5A3A 146-246
+sign \x7422 146-246
+sign \x65B1 146-246
+sign \x65AE 146-246
+sign \x6913 146-246
+sign \x666B 146-246
+sign \x787A 146-246
+sign \x7F6C 146-246
+sign \x7AA7 146-234
+sign \x7AA1 146-246
+sign \x64C6 146-246
+sign \x64AF 146-246
+sign \x799A 146-246
+sign \x65B2 146-246
+sign \x5285 146-246
+sign \x92DC 146-246
+sign \x8AD1 146-246
+sign \x8AC1 146-246
+sign \x7BE7 146-246
+sign \x6FC1 146-246
+sign \x64E2 146-246
+sign \x6580 146-246
+sign \x65B5 146-246
+sign \x6FEF 146-246
+sign \x6AE1 146-246
+sign \x956F 146-246
+sign \x8B36 146-246
+sign \x9D6B 146-246
+sign \x8817 146-246
+sign \x7042 146-246
+sign \x9432 146-246
+sign \x7C57 146-246
+sign \x9DDF 146-246
+sign \x7C71 146-246
+sign \x5B56 145-123
+sign \x5B5C 145-123
+sign \x830A 145-123
+sign \x8332 145-123
+sign \x59D5 145-123
+sign \x54A8 145-123
+sign \x59FF 145-123
+sign \x5179 145-123
+sign \x8D40 145-123
+sign \x6825 145-123
+sign \x8D44 145-123
+sign \x7386 145-123
+sign \x7D0E 145-123
+sign \x8D7C 145-123
+sign \x5D30 145-123
+sign \x79F6 145-123
+sign \x6DC4 145-123
+sign \x8C18 145-123
+sign \x7F01 145-123
+sign \x8458 145-123
+sign \x9111 145-123
+sign \x5B76 145-123
+sign \x6914 145-123
+sign \x8F8E 145-123
+sign \x55DE 145-123
+sign \x5D6B 145-123
+sign \x7CA2 145-123
+sign \x5B73 145-123
+sign \x6E7D 145-123
+sign \x6ECB 145-123
+sign \x8D91 145-123
+sign \x8CB2 145-123
+sign \x9531 145-123
+sign \x8A3F 145-1236
+sign \x8CC7 145-123
+sign \x798C 145-123
+sign \x9F87 145-123
+sign \x922D 145-123
+sign \x9543 145-123
+sign \x7A35 145-123
+sign \x7DC7 145-123
+sign \x9F12 145-123
+sign \x8F1C 145-123
+sign \x9AED 145-123
+sign \x8DA6 145-123
+sign \x8F3A 145-123
+sign \x9319 145-123
+sign \x9CBB 145-123
+sign \x8AEE 145-123
+sign \x6FAC 145-123
+sign \x937F 145-123
+sign \x93A1 145-123
+sign \x983E 145-123
+sign \x983F 145-123
+sign \x9BD4 145-123
+sign \x9F4D 145-123
+sign \x9D85 145-123
+sign \x9C26 145-123
+sign \x9F5C 145-123
+sign \x5B50 145-1236
+sign \x5407 145-1236
+sign \x674D 145-1236
+sign \x59C9 145-1236
+sign \x59CA 145-1236
+sign \x77F7 145-1236
+sign \x79C4 145-1236
+sign \x80CF 145-1236
+sign \x8014 145-1236
+sign \x5470 145-1236
+sign \x8678 145-1236
+sign \x79ED 145-1236
+sign \x7C7D 145-1236
+sign \x7B2B 145-1236
+sign \x6893 145-1236
+sign \x91E8 145-1236
+sign \x5559 145-1236
+sign \x7D2B 145-1236
+sign \x8A3E 145-123
+sign \x6ED3 145-1236
+sign \x699F 145-1236
+sign \x6A74 145-1236
+sign \x8293 145-12
+sign \x81EA 145-12
+sign \x5B57 145-12
+sign \x8362 145-12
+sign \x8321 145-12
+sign \x525A 145-12
+sign \x7278 145-12
+sign \x5033 145-12
+sign \x6063 145-12
+sign \x7725 145-12
+sign \x7726 145-12
+sign \x6E0D 145-12
+sign \x80FE 145-12
+sign \x80D4 145-12
+sign \x6F2C 145-12
+sign \x5B97 1456-135
+sign \x5027 1456-135
+sign \x7EFC 1456-135
+sign \x9A94 1456-135
+sign \x582B 1456-135
+sign \x847C 1456-135
+sign \x68D5 1456-135
+sign \x5D4F 1456-135
+sign \x5D55 1456-135
+sign \x8159 1456-135
+sign \x7323 1456-135
+sign \x60FE 1456-135
+sign \x6936 1456-135
+sign \x6721 1456-135
+sign \x5D78 1456-135
+sign \x7A2F 1456-135
+sign \x7DC3 1456-135
+sign \x7D9C 1456-135
+sign \x8E28 1456-135
+sign \x8E2A 1456-135
+sign \x876C 1456-135
+sign \x71A7 1456-135
+sign \x8250 13-24
+sign \x7FEA 1456-135
+sign \x78EB 1456-135
+sign \x9350 1456-135
+sign \x9B03 1456-135
+sign \x9A0C 1456-135
+sign \x8C75 1456-135
+sign \x8E64 1456-135
+sign \x9B09 1456-135
+sign \x9A23 1456-135
+sign \x9B37 1456-135
+sign \x9BEE 1456-135
+sign \x9BFC 1456-135
+sign \x9441 1456-135
+sign \x603B 1456-1356
+sign \x6374 1456-1356
+sign \x506C 1456-1356
+sign \x63D4 1456-1356
+sign \x6403 1456-1356
+sign \x60E3 1456-1356
+sign \x84D7 1456-1356
+sign \x50AF 1456-1356
+sign \x6460 1456-1356
+sign \x7DCF 1456-1356
+sign \x7E02 1456-1356
+sign \x71EA 1456-1356
+sign \x936F 13456-135
+sign \x7E3D 1456-1356
+sign \x93D3 13456-135
+sign \x7EB5 1456-15
+sign \x662E 1456-15
+sign \x75AD 1456-15
+sign \x500A 1456-15
+sign \x7314 1456-15
+sign \x7882 1456-15
+sign \x7CBD 1456-15
+sign \x7CC9 1456-15
+sign \x7DF5 1456-135
+sign \x931D 13456-156
+sign \x7632 1456-15
+sign \x7E26 1456-15
+sign \x7E4C 1456-135
+sign \x7E31 1456-15
+sign \x90B9 145-134
+sign \x9A7A 145-134
+sign \x90F0 145-134
+sign \x8BF9 145-134
+sign \x966C 145-134
+sign \x63AB 145-134
+sign \x83C6 145-134
+sign \x68F8 145-134
+sign \x68F7 145-134
+sign \x9112 145-134
+sign \x7B83 145-134
+sign \x7DC5 145-134
+sign \x8ACF 145-134
+sign \x9139 145-134
+sign \x9CB0 145-134
+sign \x9BEB 145-134
+sign \x9EC0 145-134
+sign \x9F7A 145-134
+sign \x8FB6 1346-24
+sign \x8D71 145-1346
+sign \x8D70 145-1346
+sign \x9BD0 145-1346
+sign \x594F 145-14
+sign \x63CD 145-14
+sign \x79DF 1456-123
+sign \x83F9 1456-123
+sign \x8445 1456-123
+sign \x84A9 1456-123
+sign \x924F 1346-126
+sign \x930A 1456-34
+sign \x5346 1456-126
+sign \x8DB3 1456-126
+sign \x5352 1456-126
+sign \x54EB 1456-126
+sign \x5005 13456-34
+sign \x7D23 13456-34
+sign \x5D12 1456-126
+sign \x5D2A 1456-126
+sign \x65CF 1456-126
+sign \x7A21 1456-126
+sign \x7BA4 1456-126
+sign \x7DB7 13456-34
+sign \x8E24 1456-126
+sign \x8E3F 1456-126
+sign \x955E 1456-126
+sign \x93C3 1456-126
+sign \x8BC5 1456-1236
+sign \x963B 1456-1236
+sign \x5CA8 156-123
+sign \x7EC4 1456-1236
+sign \x73C7 1456-3456
+sign \x4FCE 1456-1236
+sign \x723C 1456-1236
+sign \x7956 1456-1236
+sign \x5528 1456-1236
+sign \x7D44 1456-1236
+sign \x8A5B 1456-1236
+sign \x977B 1456-1236
+sign \x93BA 1456-1236
+sign \x8B2F 15-234
+sign \x5297 1456-1234
+sign \x8E9C 1456-1234
+sign \x8EA6 1456-1234
+sign \x7E64 1456-12346
+sign \x7F35 1456-12346
+sign \x7E82 1456-12346
+sign \x7E89 1456-12346
+sign \x7C6B 1456-12346
+sign \x7E98 1456-12346
+sign \x94BB 1456-1234
+sign \x6525 1456-124
+sign \x945A 1456-1234
+sign \x947D 1456-1234
+sign \x539C 1456-345
+sign \x6718 156-1234
+sign \x55FA 1456-345
+sign \x6A36 1456-345
+sign \x87D5 1456-345
+sign \x7E97 1456-345
+sign \x89DC 145-123
+sign \x5D8A 1456-3456
+sign \x5634 1456-3456
+sign \x5DB5 1456-34
+sign \x567F 1456-3456
+sign \x74BB 1456-3456
+sign \x67A0 1456-34
+sign \x682C 1456-34
+sign \x9154 1456-34
+sign \x7D4A 1456-34
+sign \x6700 1456-34
+sign \x666C 1456-34
+sign \x797D 1456-34
+sign \x7F6A 1456-34
+sign \x8FA0 1456-34
+sign \x69DC 1456-34
+sign \x855E 1456-34
+sign \x9189 1456-34
+sign \x6A87 1456-34
+sign \x92F7 12345-24
+sign \x6A8C 1456-34
+sign \x7A5D 1456-34
+sign \x6B08 26-346
+sign \x5C0A 1456-13
+sign \x58AB 1456-13
+sign \x5D9F 1456-13
+sign \x9075 1456-13
+sign \x6A3D 1456-13
+sign \x7F47 1456-13
+sign \x7E5C 1456-13
+sign \x9D8E 1456-13
+sign \x940F 1456-13
+sign \x9CDF 1456-13
+sign \x9C52 1456-13
+sign \x9DF7 1456-13
+sign \x50D4 1456-136
+sign \x6499 1456-136
+sign \x5642 1456-136
+sign \x8B50 1456-136
+sign \x6358 1456-1
+sign \x928C 1456-1
+sign \x562C 1456-234
+sign \x6628 1456-246
+sign \x838B 15-126
+sign \x79E8 1456-246
+sign \x7A13 1456-246
+sign \x7B70 1456-246
+sign \x923C 1456-246
+sign \x961D 235-1236
+sign \x5DE6 1456-2346
+sign \x4F50 1456-2346
+sign \x7E53 1456-2346
+sign \x4F5C 1456-24
+sign \x5750 1456-24
+sign \x963C 1456-24
+sign \x5C9D 1456-24
+sign \x5C9E 1456-24
+sign \x600D 1456-24
+sign \x4FB3 1456-24
+sign \x80D9 1456-24
+sign \x795A 1456-24
+sign \x5511 1456-24
+sign \x5EA7 1456-24
+sign \x888F 1456-24
+sign \x505A 1456-24
+sign \x8443 1456-24
+sign \x8444 1456-24
+sign \x9162 1456-24
+sign \x84D9 1456-24
+sign \x98F5 1456-24
+sign \x7CF3 1456-24
+sign \x5497 1456-35
+sign \x4E64 125-245
+sign \x4E65 235-126
+sign \x4E6B 15-2345
+sign \x4E6C 156-12
+sign \x4E6D 124-126
+sign \x4E6E 246-12356
+sign \x4E6F 23456-25
+sign \x4E72 1345-2456
+sign \x4E76 235-1236
+sign \x4E7A 12456-2346
+sign \x4E7B 35-2456
+sign \x4E7C 146-12
+sign \x4E7D 14-234
+sign \x4EAA 25-2346
+sign \x4FA4 234-2345
+sign \x517A 346-13
+sign \x5301 246-256
+sign \x53BC 136-126
+sign \x53FE 346-126
+sign \x54DB 236-126
+sign \x551C 246-2456
+sign \x551F 136-246
+sign \x55B8 235-2346
+sign \x55ED 145-123
+sign \x56D5 123-235
+sign \x58ED 1245-235
+sign \x591E 23456-1256
+sign \x5CBE 14-1234
+sign \x5DEA 156-12
+sign \x5DFC 235-2456
+sign \x5EE4 136-12
+sign \x603E 14-12
+sign \x65C0 246-34
+sign \x65D5 23456-246
+sign \x66E2 1235-12356
+sign \x6711 2345-12
+sign \x6730 234-246
+sign \x680D 124-135
+sign \x685B 13-2456
+sign \x6927 246-156
+sign \x698B 1346-123
+sign \x6B5A 124-124
+sign \x6BEE 124-2345
+sign \x6D4C 235-2456
+sign \x70EA 14-1
+sign \x7320 345-12346
+sign \x74F1 12-1256-26-23456
+sign \x7553 346-234
+sign \x7A52 2346-234
+sign \x7873 145-234
+sign \x7677 24-234
+sign \x7E07 1256-1234
+sign \x8041 236-124
+sign \x8063 12345-126
+sign \x83BB 1234-234
+sign \x848A 126-2345
+sign \x8644 1-234
+sign \x8672 125-2345
+sign \x88B0 24-234
+sign \x8968 234-2345
+sign \x9422 25-2346
+sign \x95AA 1245-234
+sign \x95CF 235-135
+sign \x973B 235-135
+sign \x9D91 25-135
+#
+# Chinese phrases of abnormal pronunciations.
+always \x68B5\x5504 235-124-24-1245
+always \x5504\x5531 24-1245-134-145
+always \x68B5\x5457 235-124-24-1245
+always \x5457\x5531 24-1245-134-145
+always \x80BA\x4FDE 235-34-1246-123
+always \x53A5\x9634\x4FDE 25-123-1246-123
+always \x5FC3\x4FDE 125-13-1246-123
+always \x7763\x4FDE 346-123-1246-123
+always \x8188\x4FDE 1-246-1246-123
+always \x809D\x4FDE 1-1234-1246-123
+always \x80C6\x4FDE 34-12346-1246-123
+always \x813E\x4FDE 2356-1236-1246-123
+always \x80C3\x4FDE 26-34-1246-123
+always \x7126\x4FDE 15-1235-1246-123
+always \x80BE\x4FDE 124-1-1246-123
+always \x80A0\x4FDE 134-1456-1246-123
+always \x6D77\x4FDE 12-123456-1246-123
+always \x5143\x4FDE 256-1246-1246-123
+always \x73AF\x4FDE 126-1246-1246-123
+always \x80F1\x4FDE 16-1345-1246-123
+always \x8182\x4FDE 12356-1236-1246-123
+always \x4FDE\x7A74 1246-123-1256-246
+always \x8170\x4FDE 25-1235-1246-123
+always \x4E0B\x4FDE 125-245-1246-123
+always \x4FDE\x52DF 1246-123-246-12
+always \x6781\x4FDE 15-126-1246-123
+always \x963F\x8C00 23456-234-256-126
+always \x963F\x80F6 23456-234-15-1235
+always \x963F\x5F25 23456-234-2456-126
+always \x6328\x6279 23456-12456-2356-123
+always \x6328\x997F 23456-12456-23456-24
+always \x6328\x6253 23456-12456-34-23456
+always \x6328\x9A82 23456-12456-246-245
+always \x81EA\x827E 145-12-25-12
+always \x60E9\x827E 134-156-25-12
+always \x71AC\x83DC 23456-1235-1345-1245
+always \x6252\x9E21 236-2456-15-123
+always \x6252\x7A83 236-2456-135-24
+always \x53CD\x6252 235-12346-236-2456
+always \x725B\x6252 12345-146-236-2456
+always \x6252\x624B 236-2456-124-1346
+always \x628A\x5B50 24-245-145-23
+always \x628A\x513F 24-245-35-0
+always \x67CF\x6797 24-246-1235-16
+always \x626E\x76F8 24-124-125-145
+always \x8180\x4E86 236-1345-123-35
+always \x8180\x80BF 236-1345-146-1356
+always \x8180\x80F1 236-1456-16-1345
+always \x78C5\x7934 236-1456-24-246
+always \x868C\x57E0 24-15-24-12
+always \x8584\x793C 24-246-1235-1236
+always \x8584\x9152 24-246-15-1346
+always \x7620\x8584 15-126-24-246
+always \x539A\x8584 12-14-24-246
+always \x8584\x5E78 24-246-125-15
+always \x8584\x547D 24-246-2456-15
+always \x8584\x5F31 24-246-356-24
+always \x8584\x96FE 24-246-26-12
+always \x7EF5\x8584 2456-1246-24-246
+always \x8584\x7530 24-246-2345-1246
+always \x8584\x66AE 24-246-246-12
+always \x523B\x8584 13-24-24-246
+always \x9119\x8584 245-1236-24-246
+always \x6D45\x8584 135-12346-24-246
+always \x6DE1\x8584 34-124-24-246
+always \x8584\x6280 24-246-15-12
+always \x8F7B\x8584 135-135-24-246
+always \x8584\x539A 24-246-12-14
+always \x8584\x4EA7 24-246-134-12346
+always \x8584\x5F85 24-246-34-1245
+always \x8584\x60C5 24-246-135-156
+always \x5355\x8584 34-1234-24-246
+always \x65C1\x8584 236-1456-24-246
+always \x55B7\x8584 236-13-24-246
+always \x7857\x8584 135-1235-24-246
+always \x4F7B\x8584 2345-1235-24-246
+always \x7A00\x8584 125-123-24-246
+always \x7EA4\x8584 125-1234-24-246
+always \x5107\x8584 1256-1234-24-246
+always \x8584\x5507 24-246-1346-16
+always \x8584\x6536 24-246-124-134
+always \x8584\x5F7C 24-246-245-1236
+always \x8584\x53D1 24-246-235-2345
+always \x8584\x820C 24-246-124-246
+always \x5C65\x8584 12356-1236-24-246
+always \x65E5\x8584 35-12-24-246
+always \x529B\x8584 1235-12-24-246
+always \x8584\x4ECA 24-246-15-13
+always \x8584\x53E4 24-246-16-1236
+always \x91CC\x5821 1235-1236-236-12
+always \x5BB6\x5821 15-245-236-12
+always \x7A91\x5821 25-1256-236-12
+always \x5434\x5821 26-126-236-12
+always \x80CC\x5E26 24-345-34-1245
+always \x80CC\x5305 24-345-24-1235
+always \x80CC\x8D1F 24-345-235-12
+always \x80CC\x9ED1 24-345-12-345
+always \x80CC\x503A 24-345-14-1245
+always \x80CC\x7740 24-345-14-35
+always \x80CC\x8D77 24-345-135-1236
+always \x80CC\x5230 24-345-34-125
+always \x80CC\x6211 24-345-26-2346
+always \x80CC\x4F60 24-345-12345-1236
+always \x80CC\x4ED6 24-345-234-2345
+always \x80CC\x5979 24-345-4-234-2345
+always \x80CC\x5B83 24-345-5-234-2345
+always \x80CC\x8D70 24-345-145-1346
+always \x80CC\x6765 24-345-123-12456
+always \x80CC\x53BB 24-345-1356-12
+always \x80CC\x888B 24-345-34-1245
+always \x80CC\x91CD 24-345-146-15
+always \x80CC\x8F7B 24-345-135-135
+always \x9003\x5954 234-1256-24-1
+always \x6295\x5954 234-146-24-1
+always \x76F4\x5954 14-126-24-1
+always \x7EF7\x74F7 24-15-1345-126
+always \x7EF7\x8138 24-1356-1235-12346
+always \x7EF7\x7740 24-1356-14-35
+always \x8FF8\x98DE 24-135-235-345
+always \x590D\x8F9F 235-12-245-12
+always \x7740\x8FB9 14-1256-245-1234
+always \x6241\x821F 2356-1234-14-134
+always \x6241\x62C5 245-12346-34-124
+always \x4FBF\x5B9C 2356-1234-25-23
+always \x522B\x626D 245-24-12345-1346
+always \x762A\x4E09 245-234-1245-1234
+always \x6E56\x6CCA 126-126-236-234
+always \x841D\x535C 1236-246-24-35
+always \x8865\x79CD 24-1236-146-15
+always \x6C99\x53C2 124-2345-124-13
+always \x91CE\x53C2 25-2346-124-13
+always \x53C2\x5546 124-13-124-1345
+always \x4E39\x53C2 34-1234-124-13
+always \x5C71\x53C2 124-1234-124-13
+always \x6D77\x53C2 12-123456-124-13
+always \x515A\x53C2 34-13456-124-13
+always \x4EBA\x53C2 35-16-124-13
+always \x6D0B\x53C2 25-1456-124-13
+always \x5B50\x53C2 145-1236-124-13
+always \x85CF\x4EBA 145-145-35-16
+always \x9752\x85CF 135-135-145-145
+always \x85CF\x5357 145-145-1234-1246
+always \x85CF\x4F20 145-145-1346-1246
+always \x5927\x85CF 34-245-145-145
+always \x4E09\x85CF 1245-1234-145-145
+always \x5B9D\x85CF 24-12356-145-145
+always \x85CF\x6587 145-145-26-16
+always \x85CF\x9999 145-145-125-1345
+always \x85CF\x9752 145-145-135-135
+always \x85CF\x65CF 145-145-1456-126
+always \x85CF\x533B 145-145-25-123
+always \x85CF\x620F 145-145-125-12
+always \x85CF\x84DD 145-145-123-1246
+always \x85CF\x80DE 145-145-24-1235
+always \x897F\x85CF 125-123-145-145
+always \x85CF\x8BED 145-145-256-1236
+always \x85CF\x7EA2 145-145-126-156
+always \x4E09\x53C9 1245-1234-134-245
+always \x5206\x53C9 235-13-134-245
+always \x53C9\x5F00 134-245-13-12345
+always \x5C0F\x5DEE 125-12356-134-12345
+always \x5DEE\x5F79 134-12345-25-12
+always \x4E13\x5DEE 146-1234-134-12345
+always \x51FA\x5DEE 1346-123-134-12345
+always \x5DEE\x9063 134-12345-135-12346
+always \x4EA4\x5DEE 15-1235-134-12345
+always \x5B98\x5DEE 16-1234-134-12345
+always \x7F8E\x5DEE 246-3456-134-12345
+always \x529E\x5DEE 24-124-134-12345
+always \x5DEE\x65C5 134-12345-12356-1236
+always \x5DEE\x4F7F 134-12345-124-1236
+always \x80A5\x5DEE 235-346-134-12345
+always \x5175\x5DEE 245-135-134-12345
+always \x5DEE\x4EFB 134-12345-35-1
+always \x795E\x5DEE 124-16-134-12345
+always \x94A6\x5DEE 135-13-134-12345
+always \x90AE\x5DEE 25-146-134-12345
+always \x82E6\x5DEE 136-1236-134-12345
+always \x53C2\x5DEE 1345-13-1345-123
+always \x6293\x5DEE 146-2345-134-12345
+always \x9500\x5DEE 125-1235-134-12345
+always \x4E0D\x5DEE 24-12-134-245
+always \x5DEE\x4E0D 134-245-24-12
+always \x5DEE\x70B9 134-245-345-12346
+always \x5F88\x5DEE 12-136-134-245
+always \x5DEE\x52B2 134-245-15-1
+always \x592A\x5DEE 234-1245-134-245
+always \x771F\x5DEE 14-13-134-245
+always \x5DEE\x4E86 134-245-123-35
+always \x8FD8\x5DEE 12-12456-134-245
+always \x5DEE\x7B49 134-245-34-1356
+always \x91CF\x5DEE 1235-145-134-245
+always \x5DEE\x5B50 134-245-145-23
+always \x5DEE\x7684 134-245-34-0
+always \x7EE9\x5DEE 15-12-134-245
+always \x98A4\x6817 14-124-1235-12
+always \x5BD2\x98A4 12-1246-14-124
+always \x51B7\x98A4 123-1356-14-124
+always \x573A\x5C4B 134-1456-26-123
+always \x573A\x9662 134-1456-256-124
+always \x626C\x573A 25-1456-134-1456
+always \x4E61\x957F 125-1345-14-13456
+always \x957F\x8005 14-13456-14-2346
+always \x9547\x957F 14-1-14-13456
+always \x8425\x957F 25-156-14-13456
+always \x673A\x957F 15-123-14-13456
+always \x751F\x957F 124-135-14-13456
+always \x4F1A\x957F 126-34-14-13456
+always \x52A9\x957F 146-12-14-13456
+always \x5B66\x957F 1256-246-14-13456
+always \x5144\x957F 1256-135-14-13456
+always \x961F\x957F 346-34-14-13456
+always \x957F\x52BF 14-13456-124-12
+always \x5DE5\x957F 16-135-14-13456
+always \x7075\x957F 1235-156-14-13456
+always \x957F\x8198 14-13456-245-1235
+always \x8239\x957F 1346-1246-14-13456
+always \x957F\x5B98 14-13456-16-1234
+always \x9662\x957F 256-124-14-13456
+always \x8BAE\x957F 25-12-14-13456
+always \x7EC4\x957F 1456-1236-14-13456
+always \x957F\x5973 14-13456-123456-1236
+always \x90E8\x957F 24-12-14-13456
+always \x957F\x4EB2 14-13456-135-13
+always \x53BF\x957F 125-124-14-13456
+always \x5904\x957F 1346-12-14-13456
+always \x5AE1\x957F 345-126-14-13456
+always \x73ED\x957F 24-1234-14-13456
+always \x5E08\x957F 124-123-14-13456
+always \x957F\x8F88 14-13456-24-34
+always \x5BB6\x957F 15-2345-14-13456
+always \x957F\x5B50 14-13456-145-1236
+always \x9986\x957F 16-12346-14-13456
+always \x75AF\x957F 235-135-14-13456
+always \x589E\x957F 145-135-14-13456
+always \x6821\x957F 125-125-14-13456
+always \x957F\x5E7C 14-13456-25-14
+always \x77FF\x957F 136-145-14-13456
+always \x5DDE\x957F 14-134-14-13456
+always \x6751\x957F 13456-13-14-13456
+always \x957F\x5927 14-13456-34-245
+always \x957F\x95E8 14-13456-246-16
+always \x957F\x4E0A 14-13456-124-145
+always \x65CF\x957F 1456-126-14-13456
+always \x957F\x8FDB 14-13456-15-1
+always \x5C0A\x957F 1456-13-14-13456
+always \x6D88\x957F 125-1235-14-13456
+always \x9996\x957F 124-1346-14-13456
+always \x6210\x957F 134-156-14-13456
+always \x6ECB\x957F 145-123-14-13456
+always \x957F\x5B59 14-13456-12456-13
+always \x7AD9\x957F 14-124-14-13456
+always \x957F\x8001 14-13456-123-12356
+always \x957F\x8138 14-13456-1235-12346
+always \x957F\x5144 14-13456-1256-135
+always \x957F\x623F 14-13456-235-1456
+always \x957F\x76F8 14-13456-125-145
+always \x5E74\x957F 12345-1246-14-13456
+always \x914B\x957F 135-146-14-13456
+always \x6B21\x957F 1345-12-14-13456
+always \x957F\x9AD8 14-13456-1-1235
+always \x9632\x957F 235-1456-14-13456
+always \x957F\x80D6 14-13456-236-145
+always \x957F\x4E2A 14-13456-1-24
+always \x957F\x51FA 14-13456-1346-123
+always \x957F\x6210 14-13456-134-156
+always \x957F\x5305 14-13456-24-1235
+always \x957F\x82DE 14-13456-24-1235
+always \x957F\x8089 14-13456-35-14
+always \x957F\x75D8 14-13456-34-14
+always \x533A\x957F 1356-123-14-13456
+always \x5E02\x957F 124-12-14-13456
+always \x7701\x957F 124-1356-14-13456
+always \x5C40\x957F 156-126-14-13456
+always \x6240\x957F 12456-2346-14-13456
+always \x79D1\x957F 13-234-14-13456
+always \x56ED\x957F 256-1246-14-13456
+always \x5385\x957F 2345-135-14-13456
+always \x884C\x957F 12-1456-14-13456
+always \x519B\x957F 156-13-14-13456
+always \x8FDE\x957F 1235-1246-14-13456
+always \x6392\x957F 236-12456-14-13456
+always \x53F0\x957F 234-12456-14-13456
+always \x56E2\x957F 2346-1246-14-13456
+always \x4E8B\x957F 124-12-14-13456
+always \x72F1\x957F 256-12-14-13456
+always \x8F66\x957F 134-234-14-13456
+always \x8230\x957F 15-124-14-13456
+always \x8247\x957F 2345-1356-14-13456
+always \x6F84\x6F84 34-135-34-135
+always \x671D\x66AE 14-1235-246-12
+always \x671D\x6656 14-1235-126-345
+always \x671D\x5915 14-1235-125-123
+always \x6709\x671D 25-1346-14-1235
+always \x4ECA\x671D 15-13-14-1235
+always \x671D\x9633 14-1235-25-1456
+always \x671D\x4E09 14-1235-1245-1234
+always \x4E00\x671D 25-123-14-1235
+always \x671D\x79E6 14-1235-135-16
+always \x671D\x971E 14-1235-125-2456
+always \x671D\x4E0D 14-1235-24-12
+always \x671D\x6C14 14-1235-135-12
+always \x671D\x601D 14-1235-1245-123
+always \x671D\x4EE4 14-1235-1235-15
+always \x5632\x54F3 14-134-14-2345
+always \x79F0\x804C 134-1-14-126
+always \x5300\x79F0 256-16-134-1
+always \x5BF9\x79F0 346-34-134-1
+always \x76F8\x79F0 125-1345-134-1
+always \x79F0\x5FC3 134-1-125-13
+always \x91CE\x4E58 25-2346-124-15
+always \x5343\x4E58 135-1234-124-15
+always \x53F2\x4E58 124-1236-124-15
+always \x5DE5\x5C3A 16-135-134-2346
+always \x51B2\x5E8A 1346-15-1346-1456
+always \x51B2\x538B 1346-15-25-2345
+always \x771F\x51B2 14-13-1346-15
+always \x5F88\x51B2 12-136-1346-15
+always \x51B2\x7740 1346-15-14-35
+always \x51B2\x4F60 1346-15-12345-1236
+always \x51B2\x6211 1346-15-26-2346
+always \x51B2\x4ED6 1346-15-234-2345
+always \x51B2\x5979 1346-15-4-234-2345
+always \x51B2\x5B83 1346-15-5-234-2345
+always \x94DC\x81ED 2346-156-125-14
+always \x4E73\x81ED 356-1236-125-14
+always \x5904\x4EE5 1346-1236-25-1236
+always \x5904\x6CBB 1346-1236-14-12
+always \x5904\x6691 1346-1236-1246-1236
+always \x5904\x4E8E 1346-1236-256-126
+always \x5904\x6B7B 1346-1236-1245-1236
+always \x88C1\x5904 1345-12456-1346-1236
+always \x72EC\x5904 346-126-1346-1236
+always \x51B7\x5904 123-1356-1346-1236
+always \x6EE1\x5904 246-12346-1346-1236
+always \x5171\x5904 16-15-1346-1236
+always \x5904\x7406 1346-1236-1235-1236
+always \x67E5\x5904 134-2456-1346-1236
+always \x6742\x5904 145-2456-1346-1236
+always \x5904\x51B3 1346-1236-156-246
+always \x5224\x5904 236-124-1346-1236
+always \x8BBA\x5904 1236-1-1346-1236
+always \x60E9\x5904 134-156-1346-1236
+always \x5904\x7F5A 1346-1236-235-2456
+always \x5904\x4E16 1346-1236-124-12
+always \x5904\x5883 1346-1236-15-15
+always \x5BA1\x5904 124-136-1346-1236
+always \x5904\x4E4B 1346-1236-14-123
+always \x5904\x53D8 1346-1236-245-124
+always \x5904\x5973 1346-1236-123456-1236
+always \x5904\x4E8B 1346-1236-124-12
+always \x63E3\x6D4B 1346-123456-1345-24
+always \x60AC\x63E3 1256-1246-1346-123456
+always \x63E3\x6469 1346-123456-246-246
+always \x4E0D\x63E3 24-12-1346-123456
+always \x63E3\x60F3 1346-123456-125-13456
+always \x63E3\x5EA6 1346-123456-346-246
+always \x4F20\x8BB0 146-124-15-12
+always \x522B\x4F20 245-246-146-124
+always \x5DE6\x4F20 1456-2346-146-124
+always \x7ECF\x4F20 15-135-146-124
+always \x81EA\x4F20 145-12-146-124
+always \x7ACB\x4F20 1235-12-146-124
+always \x8BC4\x4F20 2356-156-146-124
+always \x5217\x4F20 1235-24-146-124
+always \x5C0F\x4F20 125-12356-146-124
+always \x6D52\x4F20 126-1236-146-124
+always \x7ECF\x5E62 15-135-1346-1456
+always \x77F3\x5E62 124-126-1346-1456
+always \x521B\x4F24 1346-1345-124-1345
+always \x521B\x75DB 1346-1345-2346-15
+always \x521B\x75D5 1346-1345-12-16
+always \x521B\x9762 1346-1345-2456-124
+always \x7EF0\x8D77 134-1235-135-1236
+always \x7EF0\x5BB6 134-1235-15-2345
+always \x523A\x5566 1345-123-123-2345
+always \x5C0F\x64AE 125-12356-1456-2346
+always \x6EF4\x7B54 345-123-34-2345
+always \x7F9E\x7B54 125-134-34-2345
+always \x7231\x7B54 23456-1245-34-2345
+always \x7B54\x8A00 34-2345-25-1246
+always \x7B54\x5E94 34-2345-25-15
+always \x82CF\x6253 12456-123-34-2456
+always \x5927\x592B 34-1245-235-123
+always \x5F85\x7740 34-12345-14-35
+always \x5F85\x5728 34-12345-145-1245
+always \x902E\x6355 34-1245-24-1236
+always \x4E0D\x902E 24-12-34-1245
+always \x62C5\x5B50 34-124-145-23
+always \x91CD\x62C5 146-15-34-124
+always \x59D3\x5355 125-15-124-124
+always \x5355\x53BF 124-124-125-124
+always \x5355\x4E8E 134-1246-256-126
+always \x5355\x7530 124-124-2345-1246
+always \x5355\x96C4 124-124-1256-156
+always \x70B8\x5F39 14-245-34-124
+always \x5F39\x65E0 34-124-26-126
+always \x5F39\x4E38 34-124-26-1246
+always \x5F39\x5C3D 34-124-15-1
+always \x5F39\x819B 34-124-234-1456
+always \x5F39\x75D5 34-124-12-16
+always \x5F39\x5F13 34-124-16-135
+always \x5F39\x836F 34-124-25-125
+always \x9632\x5F39 235-1456-34-124
+always \x5B9E\x5F39 124-126-34-124
+always \x6838\x5F39 12-246-34-124
+always \x5F39\x5934 34-124-234-146
+always \x63B7\x5F39 14-12-34-124
+always \x4E24\x5F39 1235-13456-34-124
+always \x5F39\x58F3 34-124-13-246
+always \x6D41\x5F39 1235-146-34-124
+always \x5F39\x7247 34-124-2356-124
+always \x5F39\x5323 34-124-125-2456
+always \x5F39\x4ED3 34-124-1345-1345
+always \x67AA\x5F39 135-1345-34-124
+always \x7BAD\x5F39 15-124-34-124
+always \x5F39\x96E8 34-124-256-1236
+always \x4E2D\x5F39 146-15-34-124
+always \x6295\x5F39 234-146-34-124
+always \x6C22\x5F39 135-135-34-124
+always \x96FE\x5F39 26-12-34-124
+always \x6BCD\x5F39 246-1236-34-124
+always \x78F7\x5F39 1235-16-34-124
+always \x6CEA\x5F39 123-34-34-124
+always \x5F39\x5751 34-124-13-135
+always \x70AE\x5F39 236-125-34-124
+always \x5BFC\x5F39 34-12356-34-124
+always \x5F39\x9053 34-124-34-125
+always \x5F39\x67AA 34-124-135-1345
+always \x7532\x5F39 15-245-34-124
+always \x810F\x5F39 145-1345-34-124
+always \x88C5\x5F39 146-1345-34-124
+always \x5F39\x5B54 34-124-136-1356
+always \x69B4\x5F39 1235-146-34-124
+always \x5F39\x5185 34-124-1234-34
+always \x62C6\x5F39 134-12345-34-124
+always \x98DE\x5F39 235-345-34-124
+always \x70E7\x5F39 124-1235-34-124
+always \x5F39\x4F53 34-124-2345-1236
+always \x6C14\x5F39 135-12-34-124
+always \x5F69\x5F39 1345-123456-34-124
+always \x53F7\x5F39 12-125-34-124
+always \x706B\x5F39 126-2346-34-124
+always \x5F53\x94FA 34-145-236-12
+always \x8FC7\x5F53 16-24-34-145
+always \x9002\x5F53 124-12-34-145
+always \x5141\x5F53 256-136-34-145
+always \x7CBE\x5F53 15-135-34-145
+always \x5F53\x771F 34-145-14-13
+always \x5F53\x7968 34-145-2356-125
+always \x4E0D\x5F53 24-12-34-145
+always \x8D4E\x5F53 1246-126-34-145
+always \x5178\x5F53 345-12346-34-145
+always \x503C\x5F53 14-126-34-145
+always \x5F53\x6210 34-145-134-156
+always \x6070\x5F53 135-245-34-145
+always \x59A5\x5F53 2346-2346-34-145
+always \x5F53\x505A 34-145-1456-24
+always \x6743\x5F53 1356-1246-34-1345
+always \x5F53\x4F5C 34-145-1456-24
+always \x4E0A\x5F53 124-145-34-145
+always \x5012\x63D2 34-125-134-2345
+always \x5012\x5F69 34-125-1345-123456
+always \x5012\x6620 34-125-25-15
+always \x5012\x9000 34-125-2346-34
+always \x5012\x683D 34-125-145-12345
+always \x5012\x8F66 34-125-134-234
+always \x5012\x60AC 34-125-1256-1246
+always \x5E2E\x5012 24-1345-34-125
+always \x5012\x80CC 34-125-24-34
+always \x5012\x6D41 34-125-1235-146
+always \x53CD\x5012 235-12346-34-125
+always \x5012\x6302 34-125-16-245
+always \x503E\x5012 135-135-34-125
+always \x5012\x6253 34-125-34-23456
+always \x5012\x627E 34-125-14-12356
+always \x5012\x5F71 34-125-25-1356
+always \x5012\x5E8F 34-125-1256-12
+always \x5012\x7ACB 34-125-1235-12
+always \x5012\x523A 34-125-1345-12
+always \x5012\x6625 34-125-1346-13
+always \x5012\x679C 34-125-16-2346
+always \x5012\x704C 34-125-16-124
+always \x5012\x53D9 34-125-1256-12
+always \x5012\x5EA7 34-125-1456-24
+always \x5012\x8D54 34-125-236-346
+always \x5012\x88C5 34-1256-146-1345
+always \x5012\x6C34 34-125-1246-3456
+always \x5012\x5165 34-125-356-12
+always \x5012\x6CB9 34-125-25-146
+always \x5012\x51FA 34-125-1346-123
+always \x5012\x5783 34-125-123-2345
+always \x5012\x62C9 34-125-123-2345
+always \x5012\x63A8 34-125-2346-345
+always \x5012\x8D70 34-125-145-1346
+always \x5012\x8D34 34-125-2345-234
+always \x5012\x662F 34-125-124-12
+always \x5012\x7F6E 34-125-14-12
+always \x5012\x8336 34-125-134-2456
+always \x5012\x7B97 34-125-12456-124
+always \x5012\x884C 34-125-125-156
+always \x5012\x653E 34-125-235-145
+always \x5012\x8BA1 34-125-15-12
+always \x5012\x6570 34-125-1246-1236
+always \x975E\x5F97 235-345-34-3456
+always \x603B\x5F97 1456-1356-34-3456
+always \x5F97\x4E8F 34-3456-136-345
+always \x771F\x5F97 14-13-34-3456
+always \x6807\x7684 245-1235-345-12
+always \x6253\x7684 34-23456-345-123
+always \x7684\x786E 345-126-1356-24
+always \x7684\x5F53 345-126-34-1345
+always \x7684\x58EB 345-123-124-12
+always \x76EE\x7684 246-12-345-12
+always \x7684\x653E 345-12-235-145
+always \x4E4B\x7684 14-123-345-12
+always \x8C03\x914D 345-125-236-34
+always \x8C03\x5B50 345-125-145-23
+always \x8C03\x8C03 345-125-345-236
+always \x8C03\x53D6 345-125-1356-1236
+always \x8C03\x9063 345-125-135-12346
+always \x97F3\x8C03 25-13-345-125
+always \x8BBA\x8C03 1236-1-345-125
+always \x5C0F\x8C03 125-12356-345-125
+always \x9009\x8C03 1256-12346-345-125
+always \x683C\x8C03 1-246-345-125
+always \x540C\x8C03 2346-156-345-125
+always \x8C03\x4EE4 345-125-1235-15
+always \x4F4E\x8C03 345-123-345-125
+always \x8C03\x51FD 345-125-12-1246
+always \x53CD\x8C03 235-12346-345-125
+always \x5949\x8C03 235-15-345-125
+always \x7B14\x8C03 245-1236-345-125
+always \x57FA\x8C03 15-123-345-125
+always \x5F3A\x8C03 135-1456-345-125
+always \x5FBD\x8C03 126-345-345-125
+always \x58F0\x8C03 124-135-345-125
+always \x65F6\x8C03 124-126-345-125
+always \x8BF7\x8C03 135-1356-345-125
+always \x8C03\x79BB 345-125-1235-126
+always \x8C03\x53BB 345-125-1356-12
+always \x8C03\x8D70 345-125-145-1346
+always \x589E\x8C03 145-135-345-125
+always \x8C03\x6765 345-125-123-12456
+always \x501F\x8C03 15-24-345-125
+always \x6539\x8C03 1-123456-345-125
+always \x8C03\x9632 345-125-235-1456
+always \x6EE5\x8C03 123-124-345-125
+always \x8C03\x52A8 345-125-346-15
+always \x8C03\x6D3E 345-125-236-1245
+always \x8C03\x8F6C 345-125-146-12346
+always \x8001\x8C03 123-12356-345-125
+always \x8C03\x67E5 345-125-134-2456
+always \x8272\x8C03 1245-24-345-125
+always \x8C03\x6F14 345-125-25-12346
+always \x97F5\x8C03 256-1-345-125
+always \x5B9A\x8C03 345-15-345-125
+always \x8C03\x5EA6 345-125-346-12
+always \x5546\x8C03 124-1345-345-125
+always \x5916\x8C03 26-1245-345-125
+always \x65E7\x8C03 15-14-345-125
+always \x5BF9\x8C03 346-34-345-125
+always \x9AD8\x8C03 1-1235-345-125
+always \x8C03\x6863 345-125-34-145
+always \x8C03\x5175 345-125-245-135
+always \x8C03\x804C 345-125-14-126
+always \x8C03\x9605 345-125-256-24
+always \x8154\x8C03 135-1345-345-125
+always \x8C03\x62E8 345-125-24-234
+always \x8D70\x8C03 145-1346-345-125
+always \x8C03\x7814 345-125-25-1246
+always \x8DD1\x8C03 236-12356-345-125
+always \x8C03\x8FD0 345-125-256-1
+always \x8C03\x95E8 345-125-246-16
+always \x8C03\x864E 345-125-126-1236
+always \x8C03\x7528 345-125-256-15
+always \x53D8\x8C03 245-124-345-125
+always \x8C03\x5E72 345-125-1-124
+always \x964D\x8C03 15-145-345-125
+always \x8F6C\x8C03 146-12346-345-125
+always \x602A\x8C03 16-1245-345-125
+always \x8C03\x6362 345-125-126-124
+always \x66F2\x8C03 1356-1236-345-125
+always \x6B65\x8C03 24-12-345-125
+always \x8BED\x8C03 256-1236-345-125
+always \x8C03\x4EFB 345-125-35-1
+always \x63D0\x8C03 2345-126-345-125
+always \x62BD\x8C03 134-134-345-125
+always \x8C03\x96C6 345-125-15-126
+always \x8C03\x5305 345-125-24-1235
+always \x5F81\x8C03 14-135-345-125
+always \x4E3B\x8C03 146-1236-345-125
+always \x60C5\x8C03 135-156-345-125
+always \x5317\x8C03 24-3456-345-125
+always \x9489\x6263 345-15-13-14
+always \x9489\x9489 345-15-345-135
+always \x9489\x4E0A 345-15-124-145
+always \x9489\x8FDB 345-15-15-1
+always \x9489\x4E00 345-15-25-123
+always \x9489\x7740 345-15-14-35
+always \x4E00\x9489 25-123-345-15
+always \x9489\x7D27 345-15-15-136
+always \x9489\x4F4F 345-15-146-12
+always \x9489\x7262 345-15-123-1256
+always \x6597\x5FC3 34-14-125-13
+always \x6076\x6597 23456-24-34-14
+always \x683C\x6597 1-246-34-14
+always \x6597\x9E21 34-14-15-123
+always \x6597\x8FC7 34-14-16-24
+always \x6597\x5730 34-14-345-12
+always \x6597\x5F97 34-14-34-246
+always \x6597\x58EB 34-14-124-12
+always \x4E89\x6597 14-135-34-14
+always \x51B3\x6597 156-246-34-14
+always \x640F\x6597 24-246-34-14
+always \x6597\x6BB4 34-14-23456-134
+always \x6597\x7740 34-14-14-35
+always \x6597\x4E00 34-14-25-123
+always \x6597\x725B 34-14-12345-146
+always \x594B\x6597 235-1-34-14
+always \x6597\x4E89 34-14-14-135
+always \x6597\x6C14 34-14-135-12
+always \x6597\x5634 34-14-1456-3456
+always \x6597\x6CD5 34-14-235-23456
+always \x68B0\x6597 125-24-34-14
+always \x6218\x6597 14-124-34-14
+always \x6597\x667A 34-14-14-12
+always \x6597\x5FD7 34-14-14-12
+always \x6BB4\x6597 23456-134-34-14
+always \x6B66\x6597 26-1236-34-14
+always \x6587\x6597 26-16-34-14
+always \x6597\x6587 34-14-26-16
+always \x6597\x6B66 34-14-26-1236
+always \x6279\x6597 2356-123-34-14
+always \x6597\x8273 34-14-25-124
+always \x6597\x89D2 34-14-15-12356
+always \x6597\x67B6 34-14-15-245
+always \x4E0D\x6597 24-12-34-14
+always \x6253\x6597 34-23456-34-14
+always \x93D6\x6597 23456-1256-34-14
+always \x6597\x4E2A 34-14-1-24
+always \x6597\x4E71 34-14-1236-124
+always \x6597\x9523 34-14-1236-246
+always \x6597\x724C 34-14-236-12456
+always \x6597\x62F3 34-14-1356-1246
+always \x6597\x4EBA 34-14-35-16
+always \x6597\x773C 34-14-25-12346
+always \x597D\x6597 12-125-34-14
+always \x6697\x6597 23456-124-34-14
+always \x864E\x6597 126-1236-34-14
+always \x72B9\x6597 25-146-34-14
+always \x76F8\x6597 125-1345-34-14
+always \x6597\x72E0 34-14-12-136
+always \x6597\x517D 34-14-124-14
+always \x6597\x573A 34-14-134-13456
+always \x6597\x9152 34-14-15-1346
+always \x6597\x4E86 34-14-123-35
+always \x6597\x7F57 34-14-1236-246
+always \x6597\x6218 34-14-14-124
+always \x56FD\x90FD 16-246-346-123
+always \x90FD\x57CE 346-123-134-156
+always \x53E4\x90FD 16-1236-346-123
+always \x4EAC\x90FD 15-135-346-123
+always \x966A\x90FD 236-346-346-123
+always \x5927\x90FD 34-245-346-123
+always \x5B9A\x90FD 345-15-346-123
+always \x5EFA\x90FD 15-124-346-123
+always \x8FC1\x90FD 135-1234-346-123
+always \x9996\x90FD 124-1346-346-123
+always \x6210\x90FD 134-156-346-123
+always \x65E7\x90FD 15-14-346-123
+always \x6545\x90FD 16-12-346-123
+always \x90FD\x5E02 346-123-124-12
+always \x53E5\x8BFB 156-12-34-14
+always \x7206\x809A 24-125-346-1236
+always \x9999\x809A 125-1345-346-1236
+always \x725B\x809A 12345-146-346-1236
+always \x732A\x809A 146-123-346-1236
+always \x6D4B\x5EA6 1345-24-346-246
+always \x5FD6\x5EA6 13456-136-346-246
+always \x731C\x5EA6 1345-12345-346-246
+always \x5BA1\x5EA6 124-136-346-246
+always \x5EA6\x5FB7 346-246-34-246
+always \x5EA6\x52BF 346-246-124-12
+always \x7CAE\x56E4 1235-1456-346-1
+always \x57CE\x579B 134-156-346-2346
+always \x538C\x6076 25-124-26-12
+always \x618E\x6076 145-135-26-12
+always \x5ACC\x6076 125-1246-26-12
+always \x75DB\x6076 2346-15-26-12
+always \x6DF1\x6076 124-13-26-12
+always \x6076\x52B3 26-12-123-1256
+always \x53EF\x6076 13-2346-26-12
+always \x7A7A\x513F 136-135-35-0
+always \x9B13\x53D1 245-1-235-245
+always \x53D1\x8721 235-245-123-245
+always \x987B\x53D1 1256-123-235-245
+always \x53D1\x7F51 235-245-26-13456
+always \x53D1\x5ECA 235-245-123-1456
+always \x6BEB\x53D1 12-1256-235-245
+always \x767D\x53D1 24-12456-235-245
+always \x9E64\x53D1 12-24-235-245
+always \x70EB\x53D1 234-145-235-245
+always \x53D1\x578B 235-245-125-156
+always \x7406\x53D1 1235-1236-235-245
+always \x53D1\x9645 235-245-15-12
+always \x80CE\x53D1 234-12345-235-245
+always \x94F6\x53D1 25-16-235-245
+always \x53D1\x9AFB 235-245-15-12
+always \x6012\x53D1 12346-12-235-245
+always \x53D1\x59BB 235-245-135-123
+always \x534E\x53D1 126-2456-235-245
+always \x53D1\x6307 235-245-14-1236
+always \x7F8E\x53D1 246-3456-235-245
+always \x53D1\x80F6 235-245-15-1235
+always \x957F\x53D1 134-1456-235-245
+always \x62A4\x53D1 126-12-235-245
+always \x526A\x53D1 15-12346-235-245
+always \x53D1\x8FAB 235-245-245-124
+always \x6D17\x53D1 125-1236-235-245
+always \x79C0\x53D1 125-14-235-245
+always \x91D1\x53D1 15-13-235-245
+always \x77ED\x53D1 346-12346-235-245
+always \x67D3\x53D1 35-12346-235-245
+always \x5047\x53D1 15-23456-235-245
+always \x5377\x53D1 156-12346-235-245
+always \x9ED1\x53D1 12-345-235-245
+always \x5934\x53D1 234-146-235-245
+always \x8131\x53D1 2346-234-235-245
+always \x5243\x53D1 2345-12-235-245
+always \x8857\x574A 15-234-235-256
+always \x67D3\x574A 35-12346-235-1456
+always \x77F3\x574A 124-126-235-1456
+always \x7C89\x574A 235-136-235-1456
+always \x6CB9\x574A 25-146-235-1456
+always \x78BE\x574A 12345-12346-235-1456
+always \x4E0D\x83F2 24-12-235-3456
+always \x83F2\x8584 235-3456-24-246
+always \x83F2\x4EEA 235-3456-25-126
+always \x83F2\x914C 235-3456-146-246
+always \x90E8\x5206 24-12-235-2
+always \x798F\x5206 235-126-235-2
+always \x5B89\x5206 23456-1234-235-1
+always \x7F18\x5206 256-1246-235-1
+always \x5929\x5206 2345-1234-235-1
+always \x5206\x91CF 235-1-1235-145
+always \x624D\x5206 1345-12456-235-1
+always \x60C5\x5206 135-156-235-1
+always \x5206\x5185 235-1-1234-34
+always \x975E\x5206 235-345-235-1
+always \x7070\x5206 126-345-235-1
+always \x6C34\x5206 1246-3456-235-1
+always \x540D\x5206 2456-156-235-1
+always \x672C\x5206 24-136-235-1
+always \x517B\x5206 25-13456-235-1
+always \x5206\x5916 235-1-26-1245
+always \x8FC7\x5206 16-24-235-1
+always \x5145\x5206 1346-135-235-1
+always \x76D0\x5206 25-1246-235-1
+always \x7CD6\x5206 234-145-235-1
+always \x6210\x5206 134-156-235-1
+always \x4E2D\x7F1D 146-135-235-15
+always \x7F1D\x9699 235-15-125-12
+always \x5408\x7F1D 12-246-235-15
+always \x9699\x7F1D 125-12-235-15
+always \x89C1\x7F1D 15-124-235-15
+always \x88C2\x7F1D 1235-24-235-15
+always \x710A\x7F1D 12-124-235-15
+always \x5730\x7F1D 345-12-235-15
+always \x5899\x7F1D 135-1456-235-15
+always \x9A91\x7F1D 135-126-235-15
+always \x7259\x7F1D 25-2456-235-15
+always \x63A5\x7F1D 15-234-235-15
+always \x95E8\x7F1D 246-16-235-15
+always \x7EC6\x7F1D 125-12-235-15
+always \x65E0\x7F1D 26-126-235-15
+always \x6761\x7F1D 2345-1256-235-15
+always \x4EFF\x4F5B 235-13456-235-126
+always \x5426\x6781 2356-1236-15-126
+always \x81E7\x5426 145-1345-2356-1236
+always \x4E00\x670D 25-123-235-12
+always \x4E24\x670D 1235-13456-235-12
+always \x4E09\x670D 1245-1234-235-12
+always \x5E72\x6D3B 1-124-126-246
+always \x82E6\x5E72 136-1236-1-124
+always \x679D\x5E72 14-123-1-124
+always \x9898\x5E72 2345-126-1-124
+always \x5927\x5E72 34-245-1-124
+always \x80AF\x5E72 13-136-1-124
+always \x5E72\x5565 1-124-124-2456
+always \x767D\x5E72 24-12456-1-124
+always \x5DE7\x5E72 135-12356-1-124
+always \x4E0D\x5E72 24-12-1-124
+always \x5E72\x624D 1-124-1345-12456
+always \x57FA\x5E72 15-123-1-124
+always \x86EE\x5E72 246-1246-1-124
+always \x5E72\x7EBF 1-124-125-124
+always \x9AA8\x5E72 16-1236-1-124
+always \x5E72\x6389 1-124-345-125
+always \x8D35\x5E72 16-34-1-124
+always \x5E72\x4ED7 1-124-14-145
+always \x516C\x5E72 16-135-1-124
+always \x7CBE\x5E72 15-135-1-124
+always \x5E72\x7EC3 1-124-1235-124
+always \x8EAF\x5E72 1356-123-1-124
+always \x5E72\x90E8 1-124-24-12
+always \x5E72\x6E20 1-124-1356-126
+always \x9AD8\x5E72 1-1235-1-124
+always \x5E72\x8B66 1-124-15-1356
+always \x8111\x5E72 1234-12356-1-124
+always \x80FD\x5E72 1234-156-1-124
+always \x5E72\x7FA4 1-124-1356-16
+always \x5B9E\x5E72 124-126-1-124
+always \x5E72\x52B2 1-124-15-1
+always \x5E72\x6D41 1-124-1235-146
+always \x6811\x5E72 1246-12-1-124
+always \x624D\x5E72 1345-12456-1-124
+always \x4E3B\x5E72 146-1236-1-124
+always \x5E72\x4E00 1-124-25-123
+always \x4E00\x5E72 25-123-1-124
+always \x5E72\x4E86 1-124-123-35
+always \x5E72\x7740 1-124-14-35
+always \x5E72\x6821 1-124-125-125
+always \x5E72\x67B6 1-124-15-245
+always \x5E72\x597D 1-124-12-12356
+always \x60F3\x5E72 125-13456-1-124
+always \x5E72\x5B8C 1-124-26-1246
+always \x5E72\x4E0D 1-124-24-12
+always \x5E72\x54C8 1-124-12-2456
+always \x88AB\x5E72 24-34-1-124
+always \x5E72\x5417 1-124-246-2456
+always \x5E72\x4EC0 1-124-124-16
+always \x5E72\x561B 1-124-246-356
+always \x5E72\x4F60 1-124-12345-1236
+always \x5E72\x4ED6 1-124-234-2345
+always \x5E72\x5F97 1-124-34-246
+always \x5E72\x8FC7 1-124-16-24
+always \x5E72\x5979 1-124-4-234-2345
+always \x7B14\x6746 245-1236-1-12346
+always \x79E4\x6746 134-15-1-12346
+always \x6746\x7B14 1-12346-245-1236
+always \x8235\x6746 346-24-1-12346
+always \x6746\x79E4 1-12346-134-15
+always \x6746\x513F 1-12346-35-0
+always \x6760\x6746 1-145-1-12346
+always \x5149\x6746 16-1345-1-12346
+always \x8FDE\x6746 1235-1246-1-12346
+always \x67AA\x6746 135-1345-1-12346
+always \x94C1\x6746 2345-2346-1-12346
+always \x888B\x6746 34-1245-1-12346
+always \x8170\x6746 25-1235-1-12346
+always \x6881\x6746 1235-1456-1-12346
+always \x94BB\x6746 1456-124-1-12346
+always \x6746\x83CC 1-12346-156-13
+always \x6746\x67AA 1-12346-135-1345
+always \x818F\x7B14 1-125-245-1236
+always \x818F\x6CB9 1-125-25-146
+always \x6401\x4E0D 1-246-24-12
+always \x6401\x5F97 1-246-34-246
+always \x80F3\x80A2 1-246-14-123
+always \x845B\x85E4 1-246-234-156
+always \x74DC\x845B 16-2345-1-246
+always \x7EA0\x845B 15-134-1-246
+always \x86E4\x87C6 12-2456-246-356
+always \x8865\x7ED9 24-1236-15-1236
+always \x4EF0\x7ED9 25-13456-15-1236
+always \x7ED9\x517B 15-1236-25-13456
+always \x81EA\x7ED9 145-12-15-1236
+always \x914D\x7ED9 236-34-15-1236
+always \x85AA\x7ED9 125-13-15-1236
+always \x7ED9\x4E88 15-1236-256-1236
+always \x4F9B\x7ED9 16-135-15-1236
+always \x66F4\x6362 1-135-126-124
+always \x4E0D\x66F4 24-12-1-135
+always \x6253\x66F4 34-23456-1-135
+always \x66F4\x65B0 1-135-125-13
+always \x53D8\x66F4 245-124-1-135
+always \x4E09\x66F4 1245-1234-1-135
+always \x66F4\x8FED 1-135-345-246
+always \x77E5\x66F4 14-123-1-135
+always \x66F4\x9F13 1-135-16-1236
+always \x66F4\x6613 1-135-25-12
+always \x66F4\x66FF 1-135-2345-12
+always \x66F4\x52A8 1-135-346-15
+always \x66F4\x5F20 1-135-14-1345
+always \x6DF1\x66F4 124-13-1-135
+always \x66F4\x6539 1-135-1-123456
+always \x66F4\x5E74 1-135-12345-1246
+always \x9ED1\x66F4 12-345-1-135
+always \x66F4\x540D 1-135-2456-156
+always \x4E94\x66F4 26-1236-1-135
+always \x4E8C\x66F4 35-245-1-135
+always \x4E00\x66F4 25-123-1-135
+always \x56DB\x66F4 1245-12-1-135
+always \x66F4\x8863 1-135-25-123
+always \x66F4\x6B63 1-135-14-15
+always \x4F9B\x54C1 16-15-2356-136
+always \x4F9B\x72B6 16-15-146-145
+always \x62DB\x4F9B 14-1235-16-15
+always \x4F9B\x684C 16-15-146-234
+always \x8BF1\x4F9B 25-14-16-15
+always \x4E32\x4F9B 1346-124-16-15
+always \x53E3\x4F9B 13-1346-16-15
+always \x4E0A\x4F9B 124-145-16-15
+always \x4F9B\x8BA4 16-15-35-1
+always \x4F9B\x679C 16-15-16-2346
+always \x4F9B\x8BCD 16-15-1345-126
+always \x903C\x4F9B 245-123-16-15
+always \x81EA\x4F9B 145-12-16-15
+always \x7FFB\x4F9B 235-1234-16-15
+always \x4F9B\x804C 16-15-14-126
+always \x4F9B\x5949 16-15-235-15
+always \x4F9B\x6848 16-15-23456-124
+always \x516C\x4EC6 16-135-236-126
+always \x4EC6\x4EBA 236-126-35-16
+always \x5973\x4EC6 123456-1236-236-126
+always \x7537\x4EC6 1234-1246-236-126
+always \x516C\x5DEE 16-135-134-12345
+always \x9AA8\x6735 16-123-346-2346
+always \x5410\x8C37 2346-1236-256-12
+always \x82B1\x9AA8 126-2345-16-123
+always \x51A0\x540D 16-124-2456-156
+always \x51A0\x519B 16-124-156-13
+always \x593A\x51A0 346-246-16-124
+always \x52C7\x51A0 256-1356-16-124
+always \x51A0\x4EE5 16-124-25-1236
+always \x9053\x89C2 34-125-16-124
+always \x5BFA\x89C2 1245-12-16-124
+always \x9F9F\x88C2 156-13-1235-24
+always \x9F9F\x5179 135-134-1345-126
+always \x54C8\x8FBE 12-23456-34-2456
+always \x54C8\x5DF4 12-23456-24-2345
+always \x54C8\x4EC0 12-245-124-12
+always \x5BB3\x81CA 12-1245-1245-125
+always \x597D\x9AD8 12-125-1-1235
+always \x7231\x597D 23456-1245-12-125
+always \x597D\x5BA2 12-125-13-24
+always \x7656\x597D 2356-1236-12-125
+always \x597D\x6076 12-125-26-12
+always \x504F\x597D 2356-1234-12-125
+always \x597D\x9038 12-125-25-12
+always \x597D\x5947 12-125-135-126
+always \x4E60\x597D 125-126-12-125
+always \x597D\x80DC 12-125-124-15
+always \x597D\x52A8 12-125-346-15
+always \x597D\x5F3A 12-125-135-1456
+always \x597D\x8272 12-125-1245-24
+always \x597D\x6218 12-125-14-124
+always \x559C\x597D 125-1236-12-125
+always \x55DC\x597D 124-12-12-125
+always \x53F7\x53EB 12-1256-15-125
+always \x53F7\x54ED 12-1256-136-123
+always \x5E72\x53F7 1-124-12-1256
+always \x6012\x53F7 12346-12-12-1256
+always \x54C0\x53F7 23456-12345-12-1256
+always \x53F7\x5555 12-1256-234-1256
+always \x60B2\x53F7 24-345-12-1256
+always \x547C\x53F7 126-123-12-1256
+always \x6012\x559D 12346-12-12-24
+always \x68D2\x559D 24-145-12-24
+always \x559D\x5F69 12-24-1345-123456
+always \x65AD\x559D 346-124-12-24
+always \x559D\x95EE 12-24-26-1
+always \x8584\x8377 24-24-12-35
+always \x91CD\x8377 146-15-12-24
+always \x8D1F\x8377 235-12-12-24
+always \x8F7D\x8377 145-1245-12-24
+always \x6838\x513F 126-126-35-0
+always \x7164\x6838 246-346-126-126
+always \x62CC\x548C 24-124-126-35
+always \x8F6F\x548C 356-12346-126-35
+always \x70ED\x548C 35-24-126-35
+always \x6696\x548C 12346-12346-126-35
+always \x63BA\x548C 134-1234-126-35
+always \x548C\x9762 126-246-2456-124
+always \x548C\x4E86 126-126-123-35
+always \x548C\x5566 126-126-123-356
+always \x5531\x548C 134-145-12-24
+always \x9644\x548C 235-12-12-24
+always \x548C\x8BD7 12-24-124-123
+always \x5E94\x548C 25-15-12-24
+always \x8C89\x5B50 12-1256-145-23
+always \x8C89\x7ED2 12-1256-356-156
+always \x6A2A\x86EE 12-15-246-1246
+always \x6A2A\x66B4 12-15-24-125
+always \x5F3A\x6A2A 135-1456-12-15
+always \x86EE\x6A2A 246-1246-12-15
+always \x5201\x6A2A 345-1235-12-15
+always \x6A2A\x8D22 12-15-1345-12456
+always \x9A84\x6A2A 15-1235-12-15
+always \x51F6\x6A2A 1256-135-12-15
+always \x4E13\x6A2A 146-1234-12-15
+always \x6A2A\x6B7B 12-15-1245-1236
+always \x6A2A\x7978 12-15-126-24
+always \x53D1\x6A2A 235-2345-12-156
+always \x6A2A\x8089 12-15-35-14
+always \x6A2A\x906D 12-15-145-1235
+always \x8D77\x54C4 135-1236-126-15
+always \x4E00\x54C4 25-123-126-15
+always \x5185\x8BA7 1234-34-126-15
+always \x95F9\x54C4 1234-125-126-135
+always \x54C4\x7136 126-135-35-1246
+always \x54C4\x7B11 126-135-125-125
+always \x54C4\x4F20 126-135-1346-1246
+always \x54C4\x5802 126-135-234-1456
+always \x4E71\x54C4 1236-124-126-135
+always \x54C4\x62AC 126-135-234-12456
+always \x54C4\x62A2 126-135-135-13456
+always \x54C4\x52A8 126-135-346-15
+always \x9A7A\x54C4 145-134-126-135
+always \x547C\x5401 126-123-256-12
+always \x7CCA\x5F04 126-12-12346-26
+always \x54D7\x5566 126-2345-123-2345
+always \x54D7\x54D7 126-2345-126-2345
+always \x534E\x5C71 126-245-124-1234
+always \x6BD4\x5212 245-1236-126-356
+always \x5212\x62E8 126-245-24-234
+always \x5212\x4E00 126-245-25-123
+always \x89C4\x5212 16-345-126-245
+always \x5212\x65F6 126-245-124-126
+always \x8C0B\x5212 246-146-126-245
+always \x5212\x5206 126-245-235-1
+always \x4F01\x5212 135-1236-126-245
+always \x5212\x754C 126-245-15-24
+always \x5212\x5B9A 126-245-345-15
+always \x7B56\x5212 1345-24-126-245
+always \x533A\x5212 1356-123-126-245
+always \x8BA1\x5212 15-12-126-245
+always \x5212\x5F52 126-245-16-345
+always \x5212\x7EBF 126-245-125-124
+always \x5212\x4EF7 126-245-15-245
+always \x64D8\x5212 24-24-126-245
+always \x5212\x6E05 126-245-135-135
+always \x7B79\x5212 134-146-126-245
+always \x5212\x7ED9 126-245-1-3456
+always \x5F52\x8FD8 16-345-126-1246
+always \x653E\x8FD8 235-145-126-1246
+always \x8FD8\x9633 126-1246-25-1456
+always \x8FD8\x5634 126-1246-1456-3456
+always \x8FD8\x9B42 126-1246-126-16
+always \x56DE\x8FD8 126-346-126-1246
+always \x5949\x8FD8 235-15-126-1246
+always \x8FD8\x653F 126-1246-14-15
+always \x5F80\x8FD8 26-13456-126-1246
+always \x8FD8\x672C 126-1246-24-136
+always \x8FD8\x793C 126-1246-1235-1236
+always \x8FD8\x4E61 126-1246-125-1345
+always \x6E05\x8FD8 135-135-126-1246
+always \x8FD8\x8D26 126-1246-14-145
+always \x507F\x8FD8 134-1456-126-1246
+always \x8FD8\x4FD7 126-1246-12456-126
+always \x8FD8\x8D37 126-1246-34-1245
+always \x4EA4\x8FD8 15-1235-126-1246
+always \x8FD8\x7530 126-1246-2345-1246
+always \x53D1\x8FD8 235-2345-126-1246
+always \x8FD8\x503A 126-1246-14-1245
+always \x8FD8\x613F 126-1246-256-124
+always \x8FD4\x8FD8 235-12346-126-1246
+always \x8FD8\x539F 126-1246-256-1246
+always \x8FD8\x51FB 126-1246-15-123
+always \x8FD8\x4EF7 126-1246-15-245
+always \x9000\x8FD8 2346-34-126-1246
+always \x8BA8\x8FD8 234-12356-126-1246
+always \x7D22\x8FD8 12456-2346-126-1246
+always \x8FD8\x624B 126-1246-124-1346
+always \x8FD8\x773C 126-1246-25-12346
+always \x8FD8\x7259 126-1246-25-2456
+always \x8FD8\x7AE5 126-1246-2346-156
+always \x4E00\x6643 25-123-126-13456
+always \x660E\x6643 2456-156-126-13456
+always \x6643\x773C 126-13456-25-12346
+always \x8D22\x4F1A 1345-12456-136-1245
+always \x4F1A\x8BA1 136-1245-15-12
+always \x6DF7\x86CB 126-16-34-124
+always \x8C41\x514D 126-24-2456-12346
+always \x8C41\x6717 126-24-123-13456
+always \x8C41\x8FBE 126-24-34-2456
+always \x663E\x8C41 125-12346-126-24
+always \x8C41\x7136 126-24-35-1246
+always \x8C41\x60C5 126-24-135-156
+always \x8C41\x4EAE 126-24-1235-145
+always \x7A3D\x9996 135-1236-124-1346
+always \x7F09\x978B 135-123-125-246
+always \x5EB6\x51E0 1246-12-15-123
+always \x8336\x51E0 134-2456-15-123
+always \x51E0\x6848 15-123-23456-124
+always \x51E0\x4E4E 15-123-126-123
+always \x6D4E\x6D4E 15-1236-15-1236
+always \x6D4E\x5357 15-1236-1234-1246
+always \x8BA1\x91CF 15-12-1235-1456
+always \x5939\x8884 15-2456-23456-12356
+always \x5939\x88AB 15-2456-24-34
+always \x5939\x514B 15-2456-13-24
+always \x5939\x7F1D 15-2345-235-15
+always \x5939\x80A2 1-2345-14-123
+always \x5BB6\x5F53 15-2345-34-145
+always \x4F11\x5047 125-134-15-245
+always \x516C\x5047 16-135-15-245
+always \x5047\x671F 15-245-135-123
+always \x7EED\x5047 1256-12-15-245
+always \x5E74\x5047 12345-1246-15-245
+always \x4F8B\x5047 1235-12-15-245
+always \x4EA7\x5047 134-12346-15-245
+always \x9500\x5047 125-1235-15-245
+always \x5EA6\x5047 346-12-15-245
+always \x957F\x5047 134-1456-15-245
+always \x6625\x5047 1346-13-15-245
+always \x5A5A\x5047 126-13-15-245
+always \x653E\x5047 235-145-15-245
+always \x75C5\x5047 245-15-15-245
+always \x544A\x5047 1-125-15-245
+always \x6691\x5047 1246-1236-15-245
+always \x8BF7\x5047 135-1356-15-245
+always \x5BD2\x5047 12-1246-15-245
+always \x8865\x5047 24-1236-15-245
+always \x51C6\x5047 146-136-15-245
+always \x5047\x6761 15-245-2345-1256
+always \x592A\x76D1 234-1245-15-124
+always \x95F4\x9699 15-124-125-12
+always \x95F4\x6216 15-124-126-24
+always \x95F4\x6742 15-124-145-2456
+always \x95F4\x58C1 15-124-245-12
+always \x95F4\x6B47 15-124-125-234
+always \x95F4\x63A5 15-124-15-234
+always \x95F4\x8C0D 15-124-345-246
+always \x95F4\x65AD 15-124-346-124
+always \x65E0\x95F4 26-126-15-124
+always \x53CD\x95F4 235-12346-15-124
+always \x95F4\x82D7 15-124-2456-1256
+always \x95F4\x9694 15-124-1-246
+always \x79BB\x95F4 1235-126-15-124
+always \x8DF5\x7EA6 15-124-256-234
+always \x51C6\x5C06 146-136-15-145
+always \x5927\x5C06 34-245-15-145
+always \x8001\x5C06 123-12356-15-145
+always \x5112\x5C06 356-126-15-145
+always \x95EF\x5C06 1346-13456-15-145
+always \x540D\x5C06 2456-156-15-145
+always \x5C06\x95E8 15-145-246-16
+always \x5E72\x5C06 1-124-15-145
+always \x864E\x5C06 126-1236-15-145
+always \x8D25\x5C06 24-1245-15-145
+always \x5C06\x5E05 15-145-1246-1245
+always \x9A81\x5C06 125-1235-15-145
+always \x6B66\x5C06 26-1236-15-145
+always \x5C06\x58EB 15-145-124-12
+always \x6FC0\x5C06 15-123-15-145
+always \x6218\x5C06 14-124-15-145
+always \x5C06\x9886 15-145-1235-1356
+always \x4E3B\x5C06 146-1236-15-145
+always \x95E8\x5C06 246-16-15-145
+always \x5065\x5C06 15-124-15-145
+always \x608D\x5C06 12-124-15-145
+always \x5C0F\x5C06 125-12356-15-145
+always \x5C06\x5B98 15-145-16-1234
+always \x731B\x5C06 246-1356-15-145
+always \x70B9\x5C06 345-12346-15-145
+always \x52C7\x5C06 256-1356-15-145
+always \x5B88\x5C06 124-1346-15-145
+always \x5C06\x624D 15-145-1345-12456
+always \x826F\x5C06 1235-1456-15-145
+always \x4E0A\x5C06 124-145-15-145
+always \x5C11\x5C06 124-125-15-145
+always \x6D46\x7CCA 15-145-126-126
+always \x5F52\x964D 16-345-125-1456
+always \x62DB\x964D 14-1235-125-1456
+always \x8BC8\x964D 14-245-125-1456
+always \x8BF1\x964D 25-14-125-1456
+always \x8BF7\x964D 135-1356-125-1456
+always \x964D\x5C06 125-1456-15-145
+always \x6295\x964D 234-146-125-1456
+always \x964D\x8868 125-1456-245-12356
+always \x7EB3\x964D 1234-245-125-1456
+always \x964D\x670D 125-1456-235-126
+always \x529D\x964D 1356-124-125-1456
+always \x964D\x4F0F 125-1456-235-126
+always \x53D7\x964D 124-14-125-1456
+always \x4E5E\x964D 135-1236-125-1456
+always \x5480\x56BC 156-1236-156-246
+always \x4E3B\x89D2 146-1236-156-246
+always \x65E6\x89D2 34-124-156-246
+always \x89D2\x6597 156-246-34-14
+always \x89D2\x9010 156-246-146-126
+always \x4E11\x89D2 134-1346-156-246
+always \x89D2\x529B 156-246-1235-12
+always \x540D\x89D2 2456-156-156-246
+always \x6367\x89D2 236-1356-156-246
+always \x914D\x89D2 236-34-156-246
+always \x527F\x88AD 134-1235-125-126
+always \x527F\x8BF4 134-1235-1246-234
+always \x6559\x4E66 15-1235-1246-123
+always \x6559\x8BFE 15-1235-13-24
+always \x6559\x6211 15-1235-26-2346
+always \x6559\x6559 15-1235-15-1235
+always \x6559\x4F1A 15-1235-126-34
+always \x6559\x4ED6 15-1235-234-2345
+always \x6559\x5979 15-1235-4-234-2345
+always \x6559\x4F60 15-1235-12345-1236
+always \x6559\x7ED9 15-1235-1-3456
+always \x6559\x4EBA 15-1235-35-16
+always \x6559\x4E0D 15-1235-24-12
+always \x6559\x597D 15-1235-12-12356
+always \x6559\x8FC7 15-1235-16-24
+always \x6559\x4E86 15-1235-123-35
+always \x597D\x6559 12-12356-15-1235
+always \x4F1A\x6559 126-345-15-1235
+always \x4E0D\x6559 24-12-15-1235
+always \x6559\x4E0B 15-1235-125-245
+always \x6559\x81EA 15-1235-145-12
+always \x767D\x6559 24-12456-15-1235
+always \x6559\x5C0F 15-1235-125-12356
+always \x6559\x5B69 15-1235-12-12456
+always \x6559\x5A03 15-1235-26-2456
+always \x6559\x82F1 15-1235-25-135
+always \x6559\x8BED 15-1235-256-1236
+always \x6559\x6570 15-1235-1246-12
+always \x6559\x5916 15-1235-26-1245
+always \x8282\x9AA8 15-234-16-1236
+always \x7ED3\x5DF4 15-234-24-356
+always \x62BC\x89E3 25-2345-15-24
+always \x9012\x89E3 345-12-15-24
+always \x5356\x89E3 246-1245-125-24
+always \x82A5\x84DD 1-1245-123-1246
+always \x7981\x5F97 15-13-34-246
+always \x7981\x4E0D 15-13-24-12
+always \x4E0D\x7981 24-12-15-13
+always \x5C3D\x65E9 15-136-145-12356
+always \x5C3D\x5148 15-136-125-1234
+always \x5C3D\x7BA1 15-136-16-12346
+always \x5C3D\x91CF 15-136-1235-145
+always \x52B2\x65C5 15-15-12356-1236
+always \x96C4\x52B2 1256-156-15-15
+always \x52B2\x6B4C 15-15-1-234
+always \x52B2\x654C 15-15-345-126
+always \x521A\x52B2 1-1345-15-15
+always \x82CD\x52B2 1345-1345-15-15
+always \x52B2\x821E 15-15-26-1236
+always \x52B2\x5C04 15-15-124-24
+always \x52B2\x5347 15-15-124-135
+always \x9052\x52B2 135-146-15-15
+always \x8116\x9888 24-246-1-1356
+always \x62EE\x636E 15-246-156-123
+always \x5377\x626C 156-12346-25-1456
+always \x7FFB\x5377 235-1234-156-12346
+always \x98CE\x5377 235-135-156-12346
+always \x5377\x7F29 156-12346-12456-234
+always \x9F99\x5377 1236-156-156-12346
+always \x6625\x5377 1346-13-156-12346
+always \x5377\x5165 156-12346-356-12
+always \x80F6\x5377 15-1235-156-12346
+always \x5E2D\x5377 125-126-156-12346
+always \x5377\x9003 156-12346-234-1256
+always \x5377\x70DF 156-12346-25-1234
+always \x8212\x5377 1246-123-156-12346
+always \x5F69\x5377 1345-123456-156-12346
+always \x5377\x5E18 156-12346-1235-1246
+always \x6F2B\x5377 246-124-156-12346
+always \x5377\x987B 156-12346-1256-123
+always \x5377\x571F 156-12346-2346-1236
+always \x82B1\x5377 126-2345-156-12346
+always \x70DF\x5377 25-1234-156-12346
+always \x86CB\x5377 34-124-156-12346
+always \x5377\x5C3A 156-12346-134-1236
+always \x5377\x8D77 156-12346-135-1236
+always \x61D2\x89C9 123-12346-15-125
+always \x5348\x89C9 26-1236-15-125
+always \x7761\x89C9 1246-34-15-125
+always \x9999\x83CC 125-1345-156-1
+always \x83CC\x5B50 156-1-145-23
+always \x5496\x55B1 1-2345-1235-126
+always \x5361\x8116 135-23456-24-246
+always \x5173\x5361 16-1234-135-23456
+always \x54E8\x5361 124-125-135-23456
+always \x8FB9\x5361 245-1234-135-23456
+always \x53D1\x5361 235-245-135-23456
+always \x5361\x58F3 135-23456-13-246
+always \x5361\x4F4F 135-23456-146-12
+always \x5361\x5B50 135-23456-145-23
+always \x5361\x5728 135-23456-145-1245
+always \x54AF\x75F0 13-23456-234-1246
+always \x54AF\x8840 13-23456-125-2346
+always \x54AF\x5654 1-234-34-135
+always \x54AF\x54AF 1-234-1-234
+always \x770B\x62BC 13-1234-25-2345
+always \x770B\x5B88 13-1234-124-1346
+always \x770B\x9752 13-1234-135-135
+always \x770B\x5BB6 13-1234-15-2345
+always \x770B\x7BA1 13-1234-16-12346
+always \x770B\x62A4 13-1234-126-12
+always \x770B\x95E8 13-1234-246-16
+always \x625B\x9F0E 1-1345-345-1356
+always \x5777\x5783 13-234-123-2345
+always \x5730\x58F3 345-12-135-125
+always \x7532\x58F3 15-23456-135-125
+always \x53EF\x6C57 13-24-12-1246
+always \x5F15\x542D 25-136-12-1456
+always \x5077\x7A7A 234-134-136-15
+always \x7A7A\x95F2 136-15-125-1246
+always \x7A7A\x6687 136-15-125-2456
+always \x7A7A\x5F53 136-15-34-256
+always \x62BD\x7A7A 134-134-136-15
+always \x95F2\x7A7A 125-1246-136-15
+always \x6709\x7A7A 25-1346-136-15
+always \x7A7A\x7F3A 136-15-1356-234
+always \x586B\x7A7A 2345-1246-136-15
+always \x7A7A\x5730 136-15-345-12
+always \x7A7A\x9699 136-15-125-12
+always \x63D2\x7A7A 134-2345-136-15
+always \x7A7A\x989D 136-15-23456-246
+always \x6293\x7A7A 146-2345-136-15
+always \x7A7A\x767D 136-15-24-12456
+always \x5F97\x7A7A 34-246-136-15
+always \x7A7A\x4F4D 136-15-26-34
+always \x7A7A\x683C 136-15-1-246
+always \x7A7A\x884C 136-15-12-1456
+always \x7A7A\x51FA 136-15-1346-123
+always \x5FEB\x5F53 136-1245-34-256
+always \x633A\x62EC 2345-1356-16-2345
+always \x641C\x62EC 1245-134-16-2345
+always \x70AE\x70D9 236-1256-1236-24
+always \x52D2\x7D27 123-345-15-136
+always \x4E50\x97F3 256-24-25-13
+always \x5668\x4E50 135-12-256-24
+always \x4E50\x5F8B 256-24-12356-12
+always \x4E50\x7AE0 256-24-14-1345
+always \x97F3\x4E50 25-13-256-24
+always \x4E50\x7406 256-24-1235-1236
+always \x4E50\x5668 256-24-135-12
+always \x6C11\x4E50 2456-16-256-24
+always \x519B\x4E50 156-13-256-24
+always \x4E50\x6C60 256-24-134-126
+always \x4E50\x961F 256-24-346-34
+always \x594F\x4E50 145-14-256-24
+always \x5F26\x4E50 125-1246-256-24
+always \x9F13\x4E50 16-1236-256-24
+always \x4E50\x575B 256-24-234-1246
+always \x4E50\x5E9C 256-24-235-1236
+always \x7BA1\x4E50 16-12346-256-24
+always \x4E50\x611F 256-24-1-12346
+always \x914D\x4E50 236-34-256-24
+always \x54C0\x4E50 23456-12345-256-24
+always \x56FD\x4E50 16-246-256-24
+always \x4E50\x5E08 256-24-124-123
+always \x4E50\x8C31 256-24-236-1236
+always \x4E50\x56E2 256-24-2346-1246
+always \x7231\x4E50 23456-1245-256-24
+always \x53E4\x4E50 16-1236-256-24
+always \x4E50\x6B4C 256-24-1-234
+always \x4E50\x5DE5 256-24-16-135
+always \x4E50\x6237 256-24-126-12
+always \x4E50\x53E5 256-24-156-12
+always \x4E50\x76F2 256-24-246-1456
+always \x4E50\x8FF7 256-24-2456-126
+always \x4E50\x624B 256-24-124-1346
+always \x4E50\x821E 256-24-26-1236
+always \x821E\x4E50 26-1236-256-24
+always \x4E50\x6B63 256-24-14-15
+always \x793C\x4E50 1235-1236-256-24
+always \x58F0\x4E50 124-135-256-24
+always \x4E50\x66F2 256-24-1356-1236
+always \x8BD7\x4E50 124-123-256-24
+always \x96C5\x4E50 25-23456-256-24
+always \x5178\x4E50 345-12346-256-24
+always \x54CD\x4E50 125-13456-256-24
+always \x58EB\x4E50 124-12-256-24
+always \x6EDA\x4E50 16-136-256-24
+always \x51FB\x4E50 15-123-256-24
+always \x79EF\x7D2F 15-123-123-3456
+always \x7D2F\x52A0 123-3456-15-2345
+always \x7D2F\x79EF 123-3456-15-123
+always \x7D2F\x8BA1 123-3456-15-12
+always \x7D2F\x7D2F 123-346-123-3456
+always \x7D2F\x6B21 123-3456-1345-12
+always \x7D2F\x53CA 123-3456-15-126
+always \x6302\x7D2F 16-245-123-3456
+always \x7D2F\x5E74 123-3456-12345-1246
+always \x5E26\x7D2F 34-1245-123-3456
+always \x7D2F\x8FDB 123-3456-15-1
+always \x7D2F\x72AF 123-3456-235-124
+always \x7D2F\x65E5 123-3456-35-12
+always \x7D2F\x724D 123-3456-346-126
+always \x62D6\x7D2F 2346-234-123-3456
+always \x64C2\x9F13 123-346-16-1236
+always \x81EA\x64C2 145-12-123-346
+always \x808B\x8126 123-234-234-24
+always \x6251\x68F1 236-123-123-26
+always \x9AD8\x4E3D 1-1235-1235-126
+always \x53E5\x4E3D 1-134-1235-126
+always \x85CF\x5386 145-145-1235-12
+always \x8584\x5229 24-246-1235-12
+always \x54E9\x54E9 1235-123-1235-23
+always \x4F0E\x4FE9 15-12-1235-13456
+always \x91CF\x5177 1235-1456-156-12
+always \x91CF\x676F 1235-1456-24-345
+always \x6597\x91CF 34-1346-1235-1456
+always \x91CF\x5EA6 1235-1456-346-12
+always \x6D4B\x91CF 1345-24-1235-1456
+always \x8861\x91CF 12-156-1235-1456
+always \x91CF\x4F53 1235-1456-2345-1236
+always \x91CF\x4E00 1235-1456-25-123
+always \x4E00\x91CF 25-123-1235-1456
+always \x91CF\x8840 1235-1456-1256-24
+always \x91CF\x53D6 1235-1456-1356-1236
+always \x8003\x91CF 13-12356-1235-1456
+always \x91CF\x89D2 1235-1456-15-12356
+always \x91CF\x89C4 1235-1456-16-345
+always \x79F0\x91CF 134-135-1235-1456
+always \x5EA6\x91CF 346-12-1235-1456
+always \x91CF\x5757 1235-1456-136-1245
+always \x4EAE\x76F8 1235-145-125-145
+always \x706B\x71CE 126-2346-1235-12356
+always \x71CE\x4E86 1235-12356-123-35
+always \x516C\x4E86 16-135-1235-12356
+always \x4E86\x5C40 1235-12356-156-126
+always \x4E86\x8D26 1235-12356-14-145
+always \x4E0D\x4E86 24-12-1235-12356
+always \x4E86\x5374 1235-12356-1356-24
+always \x4E00\x4E86 25-123-1235-12356
+always \x5F97\x4E86 34-246-1235-12356
+always \x4E34\x4E86 1235-16-1235-12356
+always \x77E5\x4E86 14-123-1235-12356
+always \x4E86\x4E86 1235-12356-1235-12356
+always \x4E86\x65AD 1235-12356-346-124
+always \x4E86\x7ED3 1235-12356-15-246
+always \x4E86\x65E0 1235-12356-26-126
+always \x79C1\x4E86 1245-123-1235-12356
+always \x660E\x4E86 2456-156-1235-12356
+always \x4E86\x5F97 1235-12356-34-246
+always \x4E86\x5F53 1235-12356-34-145
+always \x7F62\x4E86 24-245-1235-12356
+always \x672A\x4E86 26-34-1235-12356
+always \x4E86\x4E0D 1235-12356-24-12
+always \x7EC8\x4E86 146-135-1235-12356
+always \x4E86\x5982 1235-12356-356-126
+always \x4E86\x89E3 1235-12356-15-2346
+always \x4E86\x7136 1235-12356-35-1246
+always \x4E86\x4E4B 1235-12356-14-123
+always \x4E86\x77E5 1235-12356-14-123
+always \x6DCB\x75C5 1235-1-245-15
+always \x4EE4\x72D0 1235-156-126-126
+always \x559D\x4EE4 12-24-1235-15
+always \x5C06\x4EE4 15-145-1235-15
+always \x4E00\x6E9C 25-123-1235-14
+always \x51B0\x6E9C 245-135-1235-14
+always \x5927\x6E9C 34-245-1235-14
+always \x7BB1\x7B3C 125-1345-1236-1356
+always \x7B3C\x7F69 1236-1356-14-125
+always \x7B3C\x7EDF 1236-1356-2346-1356
+always \x9AA8\x788C 16-123-1236-23
+always \x788C\x78A1 1235-14-14-146
+always \x9732\x767D 123-14-24-12456
+always \x9732\x5BCC 123-14-235-12
+always \x9732\x5E95 123-14-345-1236
+always \x9732\x4E00 123-14-25-123
+always \x9732\x8138 123-14-1235-12346
+always \x9732\x9A6C 123-14-246-23456
+always \x9732\x9985 123-14-125-124
+always \x9732\x4E11 123-14-134-1346
+always \x9732\x5934 1236-12-234-146
+always \x7387\x90E8 1246-1245-24-12
+always \x8868\x7387 245-12356-1246-1245
+always \x7EDF\x7387 2346-1356-1246-1245
+always \x7387\x6027 1246-1245-125-15
+always \x7387\x76F4 1246-1245-14-126
+always \x7387\x771F 1246-1245-14-13
+always \x7C97\x7387 13456-123-1246-1245
+always \x7387\x9886 1246-1245-1235-1356
+always \x8F7B\x7387 135-135-1246-1245
+always \x7387\x5148 1246-1245-125-1234
+always \x76F4\x7387 14-126-1246-1245
+always \x8349\x7387 1345-12356-1246-1245
+always \x5927\x7387 34-245-1246-1245
+always \x5766\x7387 234-12346-1246-1245
+always \x7387\x5C14 1246-1245-35-23456
+always \x7387\x517D 1246-1245-124-14
+always \x7EFF\x6797 1236-12-1235-16
+always \x7EFF\x8425 1236-12-25-156
+always \x4F20\x7565 146-124-12356-24
+always \x7EB6\x5DFE 16-1234-15-13
+always \x843D\x6795 123-125-14-136
+always \x843D\x4EF7 123-125-15-245
+always \x843D\x56DB 123-245-1245-12
+always \x9EBB\x5C06 246-2456-15-145
+always \x5417\x5561 246-23456-235-345
+always \x57CB\x6028 246-1246-256-124
+always \x8109\x8109 246-24-246-24
+always \x85E4\x8513 234-156-26-124
+always \x8513\x83C1 246-1246-15-135
+always \x7FA4\x6C13 1356-16-246-156
+always \x6C13\x96B6 246-1456-1235-12
+always \x6BDB\x53D1 246-1256-235-245
+always \x6284\x6CA1 134-1235-246-24
+always \x6CA1\x9F7F 246-24-134-1236
+always \x6E6E\x6CA1 25-1234-246-24
+always \x6CEF\x6CA1 2456-136-246-24
+always \x8986\x6CA1 235-12-246-24
+always \x6CA1\x4E16 246-24-124-12
+always \x57CB\x6CA1 246-12456-246-24
+always \x6DF9\x6CA1 25-1234-246-24
+always \x6CA1\x6536 246-24-124-134
+always \x51FA\x6CA1 1346-123-246-24
+always \x7F5A\x6CA1 235-2456-246-24
+always \x8FB1\x6CA1 356-1236-246-24
+always \x6D78\x6CA1 15-1-246-24
+always \x6CA1\x843D 246-24-1236-24
+always \x6C89\x6CA1 134-16-246-24
+always \x9690\x6CA1 25-136-246-24
+always \x6CA1\x5948 246-24-1234-1245
+always \x541E\x6CA1 2346-13-246-24
+always \x6CA1\x81CA 246-346-1245-125
+always \x95F7\x70ED 246-13-35-24
+always \x95F7\x58F0 246-13-124-135
+always \x95F7\x7F50 246-13-16-124
+always \x95F7\x5934 246-13-234-146
+always \x95F7\x4F1A 246-13-126-34
+always \x95F7\x4E00 246-13-25-123
+always \x8499\x53E4 246-1356-16-1236
+always \x8499\x9A97 246-135-2356-124
+always \x5185\x8499 1234-34-246-15
+always \x8499\x4EBA 246-135-35-16
+always \x8499\x533B 246-1356-25-123
+always \x778E\x8499 125-2345-246-135
+always \x8499\x5BF9 246-135-346-34
+always \x79D8\x9C81 245-12-1236-1236
+always \x6CCC\x9633 245-12-25-1456
+always \x9762\x76F8 2456-124-125-145
+always \x76F8\x9762 125-145-2456-124
+always \x5B57\x6A21 145-12-246-126
+always \x6A21\x677F 246-126-24-12346
+always \x6A21\x6837 246-126-25-145
+always \x6A21\x5B50 246-126-145-23
+always \x6A21\x5177 246-126-156-12
+always \x88C5\x6A21 146-1345-246-126
+always \x4E00\x6A21 25-123-246-126
+always \x77F3\x78E8 124-126-246-24
+always \x78E8\x70E6 246-24-235-1246
+always \x78E8\x76D8 246-24-236-1246
+always \x6C34\x78E8 1246-3456-246-24
+always \x5378\x78E8 125-24-246-24
+always \x7535\x78E8 345-124-246-24
+always \x98CE\x78E8 235-135-246-24
+always \x78E8\x574A 246-24-235-1456
+always \x78E8\x5E8A 246-24-1346-1456
+always \x63A8\x78E8 2346-345-246-24
+always \x62C9\x78E8 123-2345-246-24
+always \x78E8\x7247 246-24-2356-124
+always \x9676\x78E8 234-1256-246-24
+always \x78E8\x5177 246-24-156-12
+always \x62B9\x4E0D 246-24-24-12
+always \x62B9\x5E03 246-2345-24-12
+always \x62B9\x89D2 246-24-15-12356
+always \x62B9\x684C 246-2345-146-234
+always \x672B\x4E86 246-24-1235-12356
+always \x53D1\x6CE1 235-2345-236-1235
+always \x66F2\x76EE 1356-1236-246-12
+always \x54EA\x5412 1234-246-14-245
+always \x5A40\x5A1C 23456-234-12346-246
+always \x8885\x5A1C 12345-12356-12346-246
+always \x96BE\x6C11 1234-124-2456-16
+always \x8D23\x96BE 145-246-1234-124
+always \x89E3\x96BE 15-2346-1234-124
+always \x6B89\x96BE 1256-1-1234-124
+always \x8499\x96BE 246-156-1234-124
+always \x906D\x96BE 145-1235-1234-124
+always \x8D74\x96BE 235-12-1234-124
+always \x78E8\x96BE 246-246-1234-124
+always \x53D1\x96BE 235-2345-1234-124
+always \x7F79\x96BE 1235-126-1234-124
+always \x907F\x96BE 245-12-1234-124
+always \x8FA9\x96BE 245-124-1234-124
+always \x5384\x96BE 23456-24-1234-124
+always \x53D7\x96BE 124-14-1234-124
+always \x52AB\x96BE 15-246-1234-124
+always \x843D\x96BE 1236-24-1234-124
+always \x56FD\x96BE 16-246-1234-124
+always \x6B7B\x96BE 1245-1236-1234-124
+always \x8BD8\x96BE 15-246-1234-124
+always \x707E\x96BE 145-12345-1234-124
+always \x6551\x96BE 15-14-1234-124
+always \x9003\x96BE 234-1256-1234-124
+always \x6392\x96BE 236-12456-1234-124
+always \x96BE\x53CB 1234-124-25-1346
+always \x7A7A\x96BE 136-135-1234-124
+always \x6025\x96BE 15-126-1234-124
+always \x95EE\x96BE 26-1-1234-124
+always \x82E6\x96BE 136-1236-1234-124
+always \x60A3\x96BE 126-124-1234-124
+always \x975E\x96BE 235-345-1234-124
+always \x6D77\x96BE 12-123456-1234-124
+always \x9047\x96BE 256-12-1234-124
+always \x5371\x96BE 26-345-1234-124
+always \x5927\x96BE 34-245-1234-124
+always \x5201\x96BE 345-1235-1234-124
+always \x77FF\x96BE 136-145-1234-124
+always \x96BE\x5F1F 1234-124-345-12
+always \x96BE\x7ECF 1234-124-15-135
+always \x7A9D\x56CA 26-234-1234-256
+always \x5462\x7ED2 12345-126-356-156
+always \x5462\x6599 12345-126-1235-125
+always \x5462\x5583 12345-126-1234-1246
+always \x62D8\x6CE5 156-123-12345-12
+always \x4FBF\x6EBA 245-124-12345-125
+always \x51F1\x6492 13-123456-1245-2345
+always \x51EF\x6492 13-123456-1245-2345
+always \x6492\x5207 1245-2345-135-24
+always \x6492\x5C3F 1245-2345-12345-125
+always \x6492\x54C8 1245-2345-12-2345
+always \x5C3F\x812C 12456-345-236-1235
+always \x5C3F\x6CE1 12456-345-236-1235
+always \x5B81\x53EF 12345-15-13-2346
+always \x5B81\x6B7B 12345-15-1245-1236
+always \x5B81\x7F3A 12345-15-1356-234
+always \x6BCB\x5B81 26-126-12345-15
+always \x5B81\x613F 12345-15-256-124
+always \x5B81\x80AF 12345-15-13-136
+always \x91CC\x5F04 1235-1236-1236-15
+always \x5F04\x5802 1236-15-234-1456
+always \x5973\x7EA2 123456-1236-16-135
+always \x53D1\x759F 235-2345-25-125
+always \x5DEE\x6D3E 134-12345-236-1245
+always \x5228\x82B1 24-125-126-2345
+always \x5228\x5E8A 24-125-1346-1456
+always \x5228\x5B50 24-125-145-23
+always \x5228\x51B0 24-125-245-135
+always \x70AE\x7F8A 24-1235-25-1456
+always \x70AE\x5236 236-1256-14-12
+always \x8DD1\x6CC9 236-1256-1356-1246
+always \x6CE1\x6850 236-1235-2346-156
+always \x773C\x6CE1 25-12346-236-1235
+always \x8150\x6CE1 235-1236-236-1235
+always \x55B7\x9999 236-1-125-1345
+always \x5288\x67F4 2356-1236-134-12456
+always \x5288\x53C9 2356-1236-134-245
+always \x9ED8\x7247 246-24-2356-1234
+always \x50CF\x7247 125-145-2356-1234
+always \x77ED\x7247 346-12346-2356-1234
+always \x7247\x5B50 2356-1234-145-23
+always \x6F02\x4EAE 2356-125-1235-145
+always \x6F02\x6D17 2356-12356-125-1236
+always \x6F02\x767D 2356-12356-24-12456
+always \x6F02\x67D3 2356-12356-35-12346
+always \x6487\x5F00 2356-234-13-12345
+always \x5C4F\x8425 245-135-25-156
+always \x5C4F\x5F03 245-1356-135-12
+always \x5C4F\x9664 245-1356-1346-126
+always \x5C4F\x9000 245-1356-2346-34
+always \x5C4F\x606F 245-1356-125-123
+always \x8FEB\x51FB 236-123456-15-123
+always \x94FA\x9648 236-123-134-16
+always \x94FA\x5F20 236-123-14-1345
+always \x5E73\x94FA 2356-156-236-123
+always \x94FA\x6392 236-123-236-12456
+always \x94FA\x8F68 236-123-16-3456
+always \x94FA\x780C 236-123-135-12
+always \x94FA\x644A 236-123-234-1234
+always \x94FA\x76D6 236-123-1-1245
+always \x94FA\x5929 236-123-2345-1234
+always \x94FA\x8DEF 236-123-1236-12
+always \x94FA\x5E73 236-123-2356-156
+always \x94FA\x5C55 236-123-14-12346
+always \x94FA\x7740 236-123-14-35
+always \x94FA\x4E00 236-123-25-123
+always \x94FA\x7B51 236-123-146-12
+always \x94FA\x57AB 236-123-345-124
+always \x94FA\x886C 236-123-134-1
+always \x94FA\x8BBE 236-123-124-24
+always \x94FA\x9526 236-123-15-136
+always \x94FA\x7709 236-123-246-346
+always \x94FA\x8C0B 236-123-246-146
+always \x94FA\x5F00 236-123-13-12345
+always \x94FA\x5730 236-123-345-12
+always \x94FA\x53D9 236-123-1256-12
+always \x5974\x4EC6 12346-126-236-126
+always \x4EC6\x5F79 236-126-25-12
+always \x4EC6\x4ECE 236-126-13456-156
+always \x6734\x5200 236-234-34-1235
+always \x539A\x6734 12-14-236-24
+always \x6734\x6811 236-24-1246-12
+always \x6734\x69FF 2356-1256-126-34
+always \x66DD\x5149 24-125-16-1345
+always \x81EA\x66DD 145-12-24-125
+always \x7011\x6CB3 24-125-12-246
+always \x6816\x6816 125-123-125-123
+always \x5947\x6570 15-123-1246-12
+always \x5947\x5076 15-123-23456-1346
+always \x5C4F\x6C14 245-1356-135-12
+always \x545B\x7740 135-1345-14-35
+always \x52C9\x5F3A 2456-12346-135-13456
+always \x5F3A\x989C 135-13456-25-1246
+always \x5F3A\x6C42 135-13456-135-146
+always \x7275\x5F3A 135-1234-135-13456
+always \x5F3A\x8FA9 135-13456-245-124
+always \x5F3A\x8FEB 135-13456-236-24
+always \x5F3A\x903C 135-13456-245-123
+always \x5F3A\x4F7F 135-13456-124-1236
+always \x5F3A\x8BCD 135-13456-1345-126
+always \x5014\x5F3A 156-246-15-145
+always \x5F3A\x5634 15-145-1456-3456
+always \x5F3A\x5C06 135-1456-15-145
+always \x6084\x6084 135-1235-135-236
+always \x7FD8\x4F01 135-1256-135-1236
+always \x7FD8\x76FC 135-1256-236-124
+always \x7FD8\x9996 135-1256-124-1346
+always \x7FD8\x671B 135-1256-26-145
+always \x7FD8\x695A 135-1256-1346-1236
+always \x7FD8\x8DB3 135-1256-1456-126
+always \x5207\x8981 135-24-25-125
+always \x4E00\x5207 25-123-135-24
+always \x5BC6\x5207 2456-12-135-24
+always \x5207\x8109 135-24-246-1245
+always \x5207\x83AB 135-24-246-24
+always \x60B2\x5207 24-345-135-24
+always \x8FEB\x5207 236-24-135-24
+always \x70ED\x5207 35-24-135-24
+always \x5207\x5408 135-24-12-246
+always \x5207\x5207 135-24-135-24
+always \x786E\x5207 1356-24-135-24
+always \x5173\x5207 16-1234-135-24
+always \x5207\x80A4 135-24-235-123
+always \x771F\x5207 14-13-135-24
+always \x75DB\x5207 2346-15-135-24
+always \x5207\x9F7F 135-24-134-1236
+always \x5207\x9898 135-24-2345-126
+always \x5207\x5FCC 135-24-15-12
+always \x6DF1\x5207 124-13-135-24
+always \x6025\x5207 15-126-135-24
+always \x51C4\x5207 135-123-135-24
+always \x5207\x8FD1 135-24-15-1
+always \x5207\x52FF 135-24-26-12
+always \x5207\x76FC 135-24-236-124
+always \x6073\x5207 13-136-135-24
+always \x5207\x8BB0 135-24-15-12
+always \x5207\x8EAB 135-24-124-13
+always \x5207\x5B9E 135-24-124-126
+always \x53CD\x5207 235-12346-135-24
+always \x756A\x79BA 236-1234-256-126
+always \x4EB2\x5BB6 135-15-15-2345
+always \x4EB2\x5207 135-13-135-24
+always \x884C\x60C5 12-1456-135-156
+always \x8FD8\x60C5 126-1246-135-156
+always \x5F02\x66F2 25-12-1356-1236
+always \x4F5C\x66F2 1456-24-1356-1236
+always \x7EC4\x66F2 1456-1236-1356-1236
+always \x5C0F\x66F2 125-12356-1356-1236
+always \x9009\x66F2 1256-12346-1356-1236
+always \x620F\x66F2 125-12-1356-1236
+always \x8BCD\x66F2 1345-126-1356-1236
+always \x66F2\x827A 1356-1236-25-12
+always \x5317\x66F2 24-3456-1356-1236
+always \x6B4C\x66F2 1-234-1356-1236
+always \x821E\x66F2 26-1236-1356-1236
+always \x591C\x66F2 25-24-1356-1236
+always \x63D2\x66F2 134-2345-1356-1236
+always \x66F2\x9AD8 1356-1236-1-1235
+always \x91D1\x66F2 15-13-1356-1236
+always \x540D\x66F2 2456-156-1356-1236
+always \x8C31\x66F2 236-1236-1356-1236
+always \x5957\x66F2 234-125-1356-1236
+always \x66F2\x5267 1356-1236-156-12
+always \x6606\x66F2 136-13-1356-1236
+always \x5E8F\x66F2 1256-12-1356-1236
+always \x7434\x66F2 135-16-1356-1236
+always \x5143\x66F2 256-1246-1356-1236
+always \x66F2\x8C31 1356-1236-236-1236
+always \x66F2\x7EC8 1356-1236-146-135
+always \x66F2\x724C 1356-1236-236-12456
+always \x4E00\x66F2 25-123-1356-1236
+always \x66F2\x5B50 1356-1236-145-23
+always \x54CD\x66F2 125-13456-1356-1236
+always \x5708\x517B 156-124-25-13456
+always \x732A\x5708 146-123-156-124
+always \x725B\x5708 12345-146-156-124
+always \x5708\x820D 156-124-124-24
+always \x96C0\x76F2\x773C 135-12356-246-1456-25-12346
+always \x4EBA\x6A21 35-16-246-126
+always \x4EFB\x4E18 35-16-135-134
+always \x671D\x65E5 14-1235-35-12
+always \x5F25\x6492 2456-126-1245-2345
+always \x6492\x6B22 1245-2345-126-1234
+always \x6492\x7F51 1245-2345-26-13456
+always \x6492\x91CE 1245-2345-25-2346
+always \x6492\x9152 1245-2345-15-1346
+always \x6492\x6CFC 1245-2345-236-234
+always \x6492\x6C14 1245-2345-135-12
+always \x6492\x65E6 1245-2345-34-124
+always \x6492\x624B 1245-2345-124-1346
+always \x6492\x8D56 1245-2345-123-1245
+always \x6492\x817F 1245-2345-2346-3456
+always \x6492\x5A07 1245-2345-15-1235
+always \x6492\x4E2B 1245-2345-25-2345
+always \x6492\x8C0E 1245-2345-126-13456
+always \x6492\x5201 1245-2345-345-1235
+always \x5173\x585E 16-1234-1245-1245
+always \x585E\x7FC1 1245-1245-26-135
+always \x585E\x5916 1245-1245-26-1245
+always \x8FB9\x585E 245-1234-1245-1245
+always \x585E\x5317 1245-1245-24-3456
+always \x5835\x585E 346-1236-1245-24
+always \x642A\x585E 234-1456-1245-24
+always \x8305\x585E 246-1256-1245-24
+always \x95ED\x585E 245-12-1245-24
+always \x586B\x585E 2345-1246-1245-24
+always \x9F3B\x585E 245-126-1245-24
+always \x6897\x585E 1-1356-1245-24
+always \x58C5\x585E 256-135-1245-24
+always \x963B\x585E 1456-1236-1245-24
+always \x6813\x585E 1246-1234-1245-24
+always \x5145\x585E 1346-135-1245-24
+always \x585E\x8D23 1245-24-145-246
+always \x6DE4\x585E 256-123-1245-24
+always \x62E5\x585E 256-135-1245-24
+always \x54FD\x585E 1-1356-1245-24
+always \x62AB\x6563 2356-123-1245-235
+always \x6563\x6253 1245-12346-34-23456
+always \x96F6\x6563 1235-156-1245-12346
+always \x6563\x5149 1245-12346-16-1345
+always \x84EC\x6563 236-156-1245-12346
+always \x6563\x517B 1245-12346-25-13456
+always \x6563\x5EA7 1245-12346-1456-24
+always \x61D2\x6563 123-12346-1245-12346
+always \x6563\x8BB0 1245-12346-15-12
+always \x6563\x6F2B 1245-12346-246-124
+always \x6563\x5175 1245-12346-245-135
+always \x6563\x5C45 1245-12346-156-123
+always \x6563\x67B6 1245-12346-15-245
+always \x6563\x5242 1245-12346-15-12
+always \x6563\x66F2 1245-12346-1356-1236
+always \x6563\x4EF6 1245-12346-15-124
+always \x6563\x6587 1245-12346-26-16
+always \x6563\x88C5 1245-12346-146-1345
+always \x6563\x5C04 1245-12346-124-24
+always \x95F2\x6563 125-1246-1245-12346
+always \x6563\x89C1 1245-12346-15-124
+always \x6563\x4E71 1245-12346-1236-124
+always \x6CBB\x4E27 14-12-1245-1345
+always \x56FD\x4E27 16-246-1245-1345
+always \x559C\x4E27 125-1236-1245-1345
+always \x5C45\x4E27 156-123-1245-1345
+always \x5A5A\x4E27 126-13-1245-1345
+always \x4E27\x846C 1245-1345-145-145
+always \x4E27\x5047 1245-1345-15-245
+always \x5B88\x4E27 124-1346-1245-1345
+always \x4E27\x95E8 1245-1345-246-16
+always \x5954\x4E27 24-13-1245-1345
+always \x51FA\x4E27 1346-123-1245-1345
+always \x4E27\x670D 1245-1345-235-126
+always \x670D\x4E27 235-126-1245-1345
+always \x4E27\x793C 1245-1345-1235-1236
+always \x62A5\x4E27 24-125-1245-1345
+always \x4E27\x4E71 1245-1345-1236-124
+always \x540A\x4E27 345-125-1245-1345
+always \x4E27\x949F 1245-1345-146-135
+always \x4E27\x4E8B 1245-1345-124-12
+always \x53D1\x4E27 235-2345-1245-1345
+always \x626B\x5174 1245-12356-125-15
+always \x89D2\x8272 156-246-1245-24
+always \x8272\x76F8 1245-24-125-145
+always \x5239\x90A3 134-245-1234-245
+always \x5B9D\x5239 24-12356-134-245
+always \x53E4\x5239 16-1236-134-245
+always \x715E\x8F66 124-2345-134-234
+always \x715E\x4F4F 124-2345-146-12
+always \x82EB\x5B50 124-1234-145-23
+always \x82EB\x5E03 124-1234-24-12
+always \x6749\x7BD9 124-2345-1-1235
+always \x6749\x6728 124-2345-246-12
+always \x6247\x52A8 124-1234-346-15
+always \x6247\x98CE 124-1234-235-135
+always \x6247\x8033 124-1234-35-23456
+always \x6247\x6247 124-1234-124-124
+always \x6247\x4E86 124-1234-123-35
+always \x6247\x4F60 124-1234-12345-1236
+always \x6247\x6211 124-1234-26-2346
+always \x6247\x4ED6 124-1234-234-2345
+always \x6247\x5979 124-1234-4-234-2345
+always \x4E0A\x58F0 124-13456-124-135
+always \x65F6\x88F3 124-126-134-1456
+always \x5C11\x513F 124-125-35-2456
+always \x5C11\x5976 124-125-1234-123456
+always \x5C11\x58EE 124-125-146-145
+always \x5C11\x5973 124-125-123456-1236
+always \x5C11\x6797 124-125-1235-16
+always \x6076\x5C11 23456-24-124-125
+always \x5C11\x767D 124-125-24-12456
+always \x5C11\x4E1C 124-125-346-135
+always \x5C11\x5E74 124-125-12345-1246
+always \x5927\x5C11 34-245-124-125
+always \x8001\x5C11 123-12356-124-125
+always \x9614\x5C11 136-24-124-125
+always \x5C11\x5987 124-125-235-12
+always \x5C11\x4E0D 124-125-24-12
+always \x5E74\x5C11 12345-1246-124-125
+always \x5C11\x7537 124-125-1234-1246
+always \x5C11\x5148 124-125-125-1234
+always \x5BD2\x820D 12-1246-124-24
+always \x90BB\x820D 1235-16-124-24
+always \x7530\x820D 2345-1246-124-24
+always \x8305\x820D 246-1256-124-24
+always \x519C\x820D 12346-156-124-24
+always \x9986\x820D 16-12346-124-24
+always \x6751\x820D 13456-13-124-24
+always \x732A\x820D 146-123-124-24
+always \x623F\x820D 235-1456-124-24
+always \x53F3\x820D 25-14-124-24
+always \x65C5\x820D 12356-1236-124-24
+always \x4E09\x820D 1245-1234-124-24
+always \x6821\x820D 125-125-124-24
+always \x5BBF\x820D 12456-12-124-24
+always \x5904\x8EAB 1346-1236-124-13
+always \x5431\x58F0 145-123-124-135
+always \x66F4\x751F 1-135-124-135
+always \x751F\x8096 124-135-125-125
+always \x751F\x8FD8 124-135-126-1246
+always \x6DF1\x7701 124-13-125-1356
+always \x7701\x89C6 125-1356-124-12
+always \x5185\x7701 1234-34-125-1356
+always \x4E0D\x7701 24-12-125-1356
+always \x7701\x4EB2 125-1356-135-13
+always \x7701\x609F 125-1356-26-12
+always \x7701\x5BDF 125-1356-134-2456
+always \x53CD\x7701 235-12346-125-1356
+always \x81EA\x7701 145-12-125-1356
+always \x5931\x5F53 124-123-34-145
+always \x62FE\x7EA7 124-24-15-126
+always \x4EC0\x4E48 124-16-246-35
+always \x7ED3\x5B9E 15-234-124-23
+always \x8BC6\x76F8 124-126-125-145
+always \x6807\x8BC6 245-1235-14-12
+always \x5F3A\x8BC6 135-1456-14-12
+always \x5E72\x4E8B 1-124-124-12
+always \x5DEE\x4E8B 134-1245-124-12
+always \x4E8B\x5047 124-12-15-245
+always \x5C5E\x76F8 1246-1236-125-145
+always \x6570\x89C1 1246-24-15-124
+always \x6570\x5178 1246-1236-345-12346
+always \x6570\x4E5D 1246-1236-15-1346
+always \x5386\x6570 1235-12-1246-1236
+always \x6570\x4E00 1246-1236-25-123
+always \x6570\x5F97 1246-1236-34-246
+always \x6570\x4E0D 1246-1236-24-12
+always \x6570\x843D 1246-1236-1236-24
+always \x6570\x6570 1246-1236-1246-12
+always \x5237\x767D 1246-245-24-12456
+always \x7ED9\x6C34 15-1236-1246-3456
+always \x8BF4\x5BA2 1246-34-13-24
+always \x6E38\x8BF4 25-146-1246-34
+always \x4F3A\x5019 1345-12-12-14
+always \x4F3C\x7684 124-12-34-35
+always \x677E\x6563 12456-135-1245-12346
+always \x9001\x8FD8 12456-15-126-1246
+always \x89E3\x9001 15-24-12456-15
+always \x9001\x4E27 12456-15-1245-1345
+always \x661F\x5BBF 125-135-125-14
+always \x4E00\x5BBF 25-123-125-1346
+always \x6574\x5BBF 14-1356-125-1346
+always \x820C\x82D4 124-246-234-12345
+always \x5427\x53F0 24-2345-234-12456
+always \x6C64\x6C64 124-1345-124-1345
+always \x8D9F\x8FC7 234-1345-16-24
+always \x8D9F\x5730 234-1345-345-12
+always \x8D9F\x6C34 234-1345-1246-3456
+always \x63D0\x9632 345-123-235-1456
+always \x63D0\x5E72 2345-126-1-124
+always \x4F53\x5DF1 2345-123-15-1236
+always \x6311\x6218 2345-12356-14-124
+always \x9AD8\x6311 1-1235-2345-12356
+always \x6311\x5506 2345-12356-12456-234
+always \x6311\x706F 2345-12356-34-135
+always \x6311\x9017 2345-12356-34-14
+always \x6311\x52A8 2345-12356-346-15
+always \x6311\x82B1 2345-12356-126-2345
+always \x6311\x62E8 2345-12356-24-234
+always \x6311\x8845 2345-12356-125-1
+always \x6311\x8D77 2345-12356-135-1236
+always \x8D34\x5207 2345-234-135-24
+always \x524A\x94C1 1256-234-2345-2346
+always \x59A5\x5E16 2346-2346-2345-234
+always \x6CD5\x5E16 235-23456-2345-24
+always \x753B\x5E16 126-245-2345-24
+always \x4E34\x5E16 1235-16-2345-24
+always \x5B57\x5E16 145-12-2345-24
+always \x7891\x5E16 24-345-2345-24
+always \x670D\x5E16 235-126-2345-234
+always \x5E16\x5E16 2345-234-2345-234
+always \x5E16\x8033 2345-234-35-23456
+always \x5B89\x5E16 23456-1234-2345-234
+always \x80E1\x540C 126-126-2346-15
+always \x7EA2\x5F64 126-156-2346-135
+always \x5954\x5934 24-1-234-25
+always \x5455\x5410 23456-1346-2346-12
+always \x5410\x6CAB 2346-12-246-24
+always \x4E0A\x5410 124-145-2346-12
+always \x62D3\x672C 234-245-24-136
+always \x62D3\x7247 234-245-2356-124
+always \x7891\x62D3 24-345-234-245
+always \x62D3\x5370 234-245-25-1
+always \x74E6\x5200 26-245-34-1235
+always \x4E3A\x6B64 26-34-1345-1236
+always \x4E3A\x6C11 26-34-2456-16
+always \x4E3A\x4EC0 26-34-124-16
+always \x56E0\x4E3A 25-13-26-34
+always \x4E3A\x4E86 26-34-123-35
+always \x4E3A\x864E 26-34-126-1236
+always \x4E3A\x4F55 26-34-12-246
+always \x7279\x4E3A 234-24-26-34
+always \x4E3A\x56FD 26-34-16-246
+always \x59D4\x86C7 26-345-25-126
+always \x5C09\x7281 256-12-1235-126
+always \x5C09\x8FDF 256-12-134-126
+always \x884C\x4F0D 12-1456-26-1236
+always \x897F\x4E50 125-123-256-24
+always \x7CFB\x597D 15-12-12-12356
+always \x7CFB\x978B 15-12-125-246
+always \x7CFB\x7D27 15-12-15-136
+always \x7CFB\x4F4F 15-12-146-12
+always \x7CFB\x6263 15-12-13-14
+always \x7CFB\x94C3 15-12-1235-156
+always \x867E\x87C6 12-2456-246-2456
+always \x5676\x53A6 1-2456-125-245
+always \x53A6\x95E8 125-245-246-16
+always \x5A01\x5413 26-345-12-24
+always \x606B\x5413 346-15-12-24
+always \x6050\x5413 136-1356-12-24
+always \x671D\x9C9C 134-1256-125-12346
+always \x9C9C\x6709 125-12346-25-1346
+always \x9C9C\x89C1 125-12346-15-124
+always \x62C9\x7EA4 123-2345-135-124
+always \x7EA4\x592B 135-124-235-123
+always \x7EA4\x7EF3 135-124-124-156
+always \x771F\x76F8 14-13-125-145
+always \x547D\x76F8 2456-15-125-145
+always \x4E1E\x76F8 134-156-125-145
+always \x76F8\x673A 125-145-15-123
+always \x76F8\x518C 125-145-1345-24
+always \x82E6\x76F8 136-1236-125-145
+always \x7167\x76F8 14-125-125-145
+always \x798F\x76F8 235-126-125-145
+always \x661F\x76F8 125-135-125-145
+always \x4E11\x76F8 134-1346-125-145
+always \x8001\x76F8 123-12356-125-145
+always \x6D0B\x76F8 25-1456-125-145
+always \x76F8\x672F 125-145-1246-12
+always \x50A7\x76F8 245-13-125-145
+always \x672C\x76F8 24-136-125-145
+always \x9996\x76F8 124-1346-125-145
+always \x51F6\x76F8 1256-135-125-145
+always \x5BB0\x76F8 145-123456-125-145
+always \x5403\x76F8 134-123-125-145
+always \x7AD9\x76F8 14-124-125-145
+always \x88C5\x76F8 146-1345-125-145
+always \x7834\x76F8 236-24-125-145
+always \x76F8\x8C8C 125-145-246-125
+always \x53D8\x76F8 245-124-125-145
+always \x76F8\x7EB8 125-145-14-1236
+always \x4E09\x76F8 1245-1234-125-145
+always \x76F8\x58F0 125-145-124-135
+always \x602A\x76F8 16-1245-125-145
+always \x8C8C\x76F8 246-125-125-145
+always \x76AE\x76F8 2356-126-125-145
+always \x7761\x76F8 1246-34-125-145
+always \x5355\x76F8 34-1234-125-145
+always \x76F8\x5904 125-1345-1346-1236
+always \x5DF7\x9053 12-145-34-125
+always \x524A\x51CF 1256-234-15-12346
+always \x524A\x53D1 1256-234-235-245
+always \x524A\x5F31 1256-234-356-24
+always \x524A\x58C1 1256-234-245-12
+always \x524A\x5E73 1256-234-2356-156
+always \x7626\x524A 124-14-1256-234
+always \x524A\x804C 1256-234-14-126
+always \x524A\x8DB3 1256-234-1456-126
+always \x5220\x524A 124-1234-1256-234
+always \x6821\x9605 15-125-256-24
+always \x53C2\x6821 1345-1234-15-125
+always \x6821\x8BA2 15-125-345-15
+always \x6821\x5BF9 15-125-346-34
+always \x6821\x6CE8 15-125-146-12
+always \x6821\x573A 15-125-134-13456
+always \x6821\x6837 15-125-25-145
+always \x7CBE\x6821 15-135-15-125
+always \x6821\x70B9 15-125-345-12346
+always \x7F16\x6821 245-1234-15-125
+always \x6821\x52D8 15-125-13-1234
+always \x6821\x51C6 15-125-146-136
+always \x6821\x6539 15-125-1-123456
+always \x5C11\x6821 124-125-125-125
+always \x6821\x9A8C 15-125-25-124
+always \x6821\x6B63 15-125-14-15
+always \x5BA1\x6821 124-136-15-125
+always \x706F\x82AF 34-135-125-13
+always \x6076\x5FC3 23456-2346-125-13
+always \x5904\x5FC3 1346-1236-125-13
+always \x5377\x5FC3 156-12346-125-13
+always \x5FC3\x5207 125-13-135-24
+always \x96C5\x5174 25-23456-125-15
+always \x5174\x8DA3 125-15-1356-12
+always \x5373\x5174 15-126-125-15
+always \x4F59\x5174 256-126-125-15
+always \x5174\x9AD8 125-15-1-1235
+always \x8BD7\x5174 124-123-125-15
+always \x5174\x81F4 125-15-14-12
+always \x610F\x5174 25-12-125-15
+always \x9AD8\x5174 1-1235-125-15
+always \x9152\x5174 15-1346-125-15
+always \x8D25\x5174 24-1245-125-15
+always \x5174\x5473 125-15-26-34
+always \x5174\x5934 125-15-234-146
+always \x8C08\x5174 234-1246-125-15
+always \x6E38\x5174 25-146-125-15
+always \x8C6A\x5174 12-1256-125-15
+always \x52A9\x5174 146-12-125-15
+always \x7CAE\x884C 1235-1456-12-1456
+always \x8DE8\x884C 136-245-12-1456
+always \x603B\x884C 1456-1356-12-1456
+always \x884C\x8BDD 12-1456-126-245
+always \x8F6C\x884C 146-12346-12-1456
+always \x5206\x884C 235-13-12-1456
+always \x652F\x884C 14-123-12-1456
+always \x884C\x89C4 12-1456-16-345
+always \x884C\x4E1A 12-1456-25-24
+always \x9694\x884C 1-246-12-1456
+always \x884C\x5E2E 12-1456-24-1345
+always \x884C\x6B3E 12-1456-136-12346
+always \x6B3A\x884C 135-123-12-1456
+always \x96C1\x884C 25-124-12-1456
+always \x61C2\x884C 346-1356-12-1456
+always \x592E\x884C 25-1345-12-1456
+always \x884C\x5BB6 12-1456-15-2345
+always \x6539\x884C 1-123456-12-1456
+always \x884C\x8DDD 12-1456-156-12
+always \x6D0B\x884C 25-1456-12-1456
+always \x5185\x884C 1234-34-12-1456
+always \x884C\x8D27 12-1456-126-24
+always \x5728\x884C 145-1245-12-1456
+always \x884C\x5E02 12-1456-124-12
+always \x5546\x884C 124-1345-12-1456
+always \x672C\x884C 24-136-12-1456
+always \x5916\x884C 26-1245-12-1456
+always \x884C\x5217 12-1456-1235-24
+always \x94F6\x884C 25-16-12-1456
+always \x884C\x5F53 12-1456-34-145
+always \x9053\x884C 34-125-125-3456-2
+always \x5404\x884C 1-24-12-1456
+always \x540C\x884C 2346-156-12-1456
+always \x96BE\x5144 1234-124-1256-135
+always \x7267\x755C 246-12-1256-12
+always \x755C\x4EA7 1256-12-134-12346
+always \x755C\x7267 1256-12-246-12
+always \x755C\x517B 1256-12-25-13456
+always \x65CB\x98CE 1256-124-235-135
+always \x51FA\x8840 1346-123-125-2346
+always \x8840\x6DCB 125-2346-1235-16
+always \x5410\x8840 2346-12-125-2346
+always \x9E21\x8840 15-123-125-2346
+always \x9F3B\x8840 245-126-125-2346
+always \x7F3A\x8840 1356-234-125-2346
+always \x6B62\x8840 14-1236-125-2346
+always \x7600\x8840 256-123-125-2346
+always \x732E\x8840 125-124-125-2346
+always \x538B\x6839 25-245-1-13
+always \x54D1\x54D1 25-2345-25-2345
+always \x541E\x54BD 2346-13-25-124
+always \x54BD\x6C14 25-124-135-12
+always \x54BD\x4E86 25-124-123-35
+always \x6162\x54BD 246-124-25-124
+always \x864E\x54BD 126-1236-25-124
+always \x54BD\x4E0B 25-124-125-245
+always \x54BD\x4E0D 25-124-24-12
+always \x62BD\x54BD 134-134-25-24
+always \x54FD\x54BD 1-1356-25-24
+always \x4E0B\x54BD 125-245-25-124
+always \x545C\x54BD 26-123-25-24
+always \x5E7D\x54BD 25-134-25-24
+always \x60B2\x54BD 24-345-25-24
+always \x7F8A\x5708 25-1456-156-124
+always \x85CF\x836F 145-145-25-125
+always \x8981\x631F 25-1235-125-246
+always \x8981\x6C42 25-1235-135-146
+always \x8981\x585E 25-125-1245-1245
+always \x975E\x8036 235-345-25-246
+always \x662F\x8036 124-12-25-246
+always \x5C11\x7237 124-125-25-35
+always \x85CF\x6396 1345-1456-25-234
+always \x6396\x7740 25-234-14-35
+always \x6396\x5728 25-234-145-1245
+always \x6396\x5230 25-234-34-125
+always \x53F6\x97F5 125-246-256-1
+always \x4F30\x8863 16-12-25-123
+always \x5939\x8863 15-2456-25-123
+always \x9057\x5C11 25-126-124-125
+always \x5C5E\x610F 146-1236-25-12
+always \x836B\x5E87 25-1-245-12
+always \x5E87\x836B 245-12-25-1
+always \x6BB7\x7EA2 25-1234-126-156
+always \x4E00\x5E94 25-123-25-135
+always \x5E94\x7686 25-135-15-234
+always \x4F63\x91D1 256-15-15-13
+always \x4F63\x94B1 256-15-135-1246
+always \x7A7A\x4F59 136-15-256-126
+always \x4E88\x6C42 256-126-135-146
+always \x4E88\x53D6 256-126-1356-1236
+always \x4E0E\x4F1A 256-12-126-34
+always \x53C2\x4E0E 1345-1234-256-12
+always \x4E0E\x95FB 256-12-26-16
+always \x5401\x8BF7 256-12-135-1356
+always \x5401\x6C42 256-12-135-146
+always \x9501\x94A5 12456-2346-256-24
+always \x94A5\x5319 25-125-124-126
+always \x7EA2\x6655 126-156-256-1
+always \x773C\x6655 25-12346-256-1
+always \x6708\x6655 256-24-256-1
+always \x65E5\x6655 35-12-256-1
+always \x5149\x6655 16-1345-256-1
+always \x971E\x6655 125-2456-256-1
+always \x58A8\x6655 246-24-256-1
+always \x6655\x73E5 256-1-35-23456
+always \x6655\x8680 256-1-124-126
+always \x6655\x9002 256-1-124-12
+always \x6655\x72B6 256-1-146-145
+always \x6655\x5708 256-1-1356-1234
+always \x4E73\x6655 356-1236-256-1
+always \x8F6C\x8F7D 146-12346-145-123456
+always \x5343\x8F7D 135-1234-145-123456
+always \x9644\x8F7D 235-12-145-123456
+always \x520A\x8F7D 13-1234-145-123456
+always \x8FDE\x8F7D 1235-1246-145-123456
+always \x767B\x8F7D 34-135-145-123456
+always \x8BB0\x8F7D 15-12-145-123456
+always \x8377\x8F7D 12-24-145-1245
+always \x4E0B\x8F7D 125-245-145-123456
+always \x534A\x8F7D 24-124-145-1245
+always \x4E0A\x8F7D 124-145-145-123456
+always \x4E00\x8F7D 25-123-145-123456
+always \x4E24\x8F7D 1235-13456-145-123456
+always \x4E8C\x8F7D 35-245-145-123456
+always \x4E09\x8F7D 1245-1234-145-123456
+always \x56DB\x8F7D 1245-12-145-123456
+always \x4E94\x8F7D 26-1236-145-123456
+always \x516D\x8F7D 1235-14-145-123456
+always \x4E03\x8F7D 135-123-145-123456
+always \x516B\x8F7D 24-2345-145-123456
+always \x4E5D\x8F7D 15-1346-145-123456
+always \x5341\x8F7D 124-126-145-123456
+always \x767E\x8F7D 24-123456-145-123456
+always \x4E07\x8F7D 26-124-145-123456
+always \x8F7D\x5165 145-123456-356-12
+always \x5904\x5728 1346-1236-145-1245
+always \x6512\x805A 13456-1246-156-12
+always \x6512\x52A8 13456-1246-346-15
+always \x6512\x5C04 13456-1246-124-24
+always \x6512\x7709 13456-1246-246-346
+always \x6512\x7C07 13456-1246-13456-12
+always \x6512\x4E09 13456-1246-1245-1234
+always \x6512\x8E59 13456-1246-13456-12
+always \x6512\x6512 13456-1246-13456-1246
+always \x5185\x810F 1234-34-145-145
+always \x4E94\x810F 26-1236-145-145
+always \x810F\x8151 145-145-235-1236
+always \x810F\x5668 145-145-135-12
+always \x809D\x810F 1-1234-145-145
+always \x5FC3\x810F 125-13-145-145
+always \x813E\x810F 2356-1236-145-145
+always \x80BA\x810F 235-34-145-145
+always \x80BE\x810F 124-1-145-145
+always \x810F\x8C61 145-145-125-145
+always \x62E9\x83DC 14-12456-1345-1245
+always \x66FE\x5B59 145-135-12456-13
+always \x66FE\x7956 145-135-1456-1236
+always \x66FE\x95F5 145-135-2456-136
+always \x7ED1\x624E 24-13456-145-2345
+always \x7ED3\x624E 15-246-145-2345
+always \x5305\x624E 24-1235-145-2345
+always \x6346\x624E 136-136-145-2345
+always \x9A6C\x624E 246-23456-14-2456
+always \x8F67\x94A2 14-2456-1-1345
+always \x8F67\x96C1 14-2456-25-124
+always \x8F67\x8F79 14-2456-1235-12
+always \x6EDA\x8F67 16-136-14-2456
+always \x8F67\x6C95 14-2456-2456-12
+always \x8F67\x82B4 14-2456-26-12
+always \x92A1\x8F67 15-126-14-2456
+always \x8F67\x8F8A 14-2456-16-136
+always \x8F67\x4EF6 14-2456-15-124
+always \x8F67\x6750 14-2456-1345-12456
+always \x8F67\x953B 14-2456-346-124
+always \x8F67\x5C16 14-2456-15-1234
+always \x8F67\x673A 14-2456-15-123
+always \x8F67\x670B 1-2456-236-156
+always \x8F67\x82D7 1-2456-2456-1256
+always \x8F67\x8D26 1-2456-14-145
+always \x8D26\x8F67 14-145-1-2456
+always \x8F67\x62C9 1-2456-123-2345
+always \x8F67\x7A7A 1-2456-136-135
+always \x8F67\x5DEE 1-2456-134-2345
+always \x8F67\x95F9 1-2456-1234-125
+always \x548B\x820C 145-246-124-246
+always \x548B\x547C 14-2345-126-123
+always \x548B\x552C 14-2345-126-23
+always \x70B8\x7CD5 14-2456-1-1235
+always \x6CB9\x70B8 25-146-14-2456
+always \x70B8\x9171 14-2456-15-145
+always \x70B8\x9C7C 14-2456-256-126
+always \x70B8\x9E21 14-2456-15-126
+always \x70B8\x8089 14-2456-35-14
+always \x7C98\x866B 12345-1246-1346-156
+always \x7C98\x7A20 12345-1246-134-146
+always \x7C98\x6027 12345-1246-125-15
+always \x7C98\x571F 12345-1246-2346-1236
+always \x7C98\x6DB2 12345-1246-25-24
+always \x5360\x535C 14-1234-24-1236
+always \x5360\x661F 14-1234-125-135
+always \x5360\x5366 14-1234-16-245
+always \x8111\x6DA8 1234-12356-14-145
+always \x6DA8\x7EA2 14-145-126-156
+always \x6CE1\x6DA8 236-125-14-145
+always \x8138\x6DA8 1235-12346-14-145
+always \x4E08\x91CF 14-145-1235-1456
+always \x6298\x817E 14-234-234-156
+always \x6298\x672C 124-246-24-136
+always \x6298\x4E86 124-246-123-35
+always \x6323\x624E 14-135-14-2456
+always \x53D1\x6014 235-2345-14-15
+always \x6014\x5FEA 14-135-146-135
+always \x65B0\x6B63 125-13-14-135
+always \x6B63\x6708 14-135-256-24
+always \x75C7\x7ED3 14-135-15-246
+always \x54AF\x5431 1-234-14-123
+always \x9AA8\x6B96 16-1236-124-23
+always \x53EA\x8A00 14-123-25-1246
+always \x4EBF\x53EA 25-12-14-123
+always \x65E0\x6570\x53EA 26-126-1246-12-14-123
+always \x82E5\x5E72\x53EA 356-24-1-1234-14-123
+always \x53EA\x8EAB 14-123-124-13
+always \x90A3\x53EA 1234-245-14-123
+always \x54EA\x53EA 1234-23456-14-123
+always \x8FD9\x53EA 14-24-14-123
+always \x6709\x53EA 25-1346-14-123
+always \x51E0\x53EA 15-1236-14-123
+always \x591A\x53EA 346-234-14-123
+always \x5C11\x53EA 124-12356-14-123
+always \x4E86\x53EA 123-35-14-123
+always \x8230\x53EA 15-124-14-123
+always \x4E09\x53EA 1245-1234-14-123
+always \x8239\x53EA 1346-1246-14-123
+always \x53EA\x5B57 14-123-145-12
+always \x534A\x53EA 24-124-14-123
+always \x4E00\x53EA 25-123-14-123
+always \x4E24\x53EA 1235-13456-14-123
+always \x4E8C\x53EA 35-245-14-123
+always \x56DB\x53EA 1245-12-14-123
+always \x4E94\x53EA 26-1236-14-123
+always \x516D\x53EA 1235-14-14-123
+always \x4E03\x53EA 135-123-14-123
+always \x516B\x53EA 24-2345-14-123
+always \x4E5D\x53EA 15-1346-14-123
+always \x5341\x53EA 124-126-14-123
+always \x767E\x53EA 24-123456-14-123
+always \x5343\x53EA 135-1234-14-123
+always \x4E07\x53EA 26-124-14-123
+always \x53EA\x53EA 14-123-14-123
+always \x5904\x7F6E 1346-1236-14-12
+always \x4E2D\x9B54 146-15-246-246
+always \x770B\x4E2D 13-124-146-15
+always \x4E2D\x6691 146-15-1246-1236
+always \x4E2D\x4F24 146-15-124-1345
+always \x76F8\x4E2D 125-1345-146-15
+always \x4E2D\x6BD2 146-15-346-126
+always \x4E2D\x610F 146-15-25-12
+always \x4E2D\x8BA1 146-15-15-12
+always \x4E2D\x5956 146-15-15-13456
+always \x4E2D\x89C4 146-15-16-345
+always \x4E2D\x77E9 146-15-156-1236
+always \x4E2D\x6807 146-15-245-1235
+always \x6253\x4E2D 34-23456-146-15
+always \x4E2D\x80AF 146-15-13-136
+always \x51FB\x4E2D 15-123-146-15
+always \x4E2D\x98CE 146-15-235-135
+always \x5207\x4E2D 135-24-146-15
+always \x4E2D\x4E86 146-15-123-35
+always \x9009\x4E2D 1256-12346-146-15
+always \x8003\x4E2D 13-12356-146-15
+always \x4E2D\x90AA 146-15-125-246
+always \x6CA1\x4E2D 246-346-146-15
+always \x4E0D\x4E2D 24-12-146-15
+always \x4E2D\x628A 146-15-24-23456
+always \x4E2D\x5F69 146-15-1345-123456
+always \x8015\x79CD 1-135-146-15
+always \x5957\x79CD 234-125-146-15
+always \x79CD\x5730 146-15-345-12
+always \x683D\x79CD 145-12345-146-15
+always \x8292\x79CD 246-1456-146-15
+always \x79CD\x7530 146-15-2345-1246
+always \x5F15\x79CD 25-136-146-15
+always \x62A2\x79CD 135-13456-146-15
+always \x79CD\x690D 146-15-14-126
+always \x63A5\x79CD 15-234-146-15
+always \x79CD\x75D8 146-15-34-14
+always \x70B9\x79CD 345-12346-146-15
+always \x590D\x79CD 235-12-146-15
+always \x5E7F\x79CD 16-13456-146-15
+always \x79CD\x74DC 146-15-16-2345
+always \x79DF\x79CD 1456-123-146-15
+always \x8BD5\x79CD 124-12-146-15
+always \x79CD\x4E0B 146-15-125-245
+always \x79CD\x6811 146-15-1246-12
+always \x79CD\x4E86 146-15-123-35
+always \x79CD\x4E0A 146-15-124-145
+always \x91CD\x63D0 1346-156-2345-126
+always \x91CD\x5BA1 1346-156-124-136
+always \x91CD\x7533 1346-156-124-13
+always \x91CD\x5E86 1346-156-135-15
+always \x91CD\x5B59 1346-156-12456-13
+always \x91CD\x5531 1346-156-134-145
+always \x91CD\x529E 1346-156-24-124
+always \x91CD\x751F 1346-156-124-135
+always \x91CD\x5CE6 1346-156-1236-1246
+always \x91CD\x6837 1346-156-25-145
+always \x91CD\x8E48 1346-156-34-12356
+always \x4E09\x91CD 1245-1234-1346-156
+always \x91CD\x9022 1346-156-235-156
+always \x91CD\x53E0 1346-156-345-246
+always \x91CD\x65B0 1346-156-125-13
+always \x91CD\x632F 1346-156-14-1
+always \x91CD\x8BD1 1346-156-25-12
+always \x4E24\x91CD 1235-13456-1346-156
+always \x91CD\x8D77 1346-156-135-1236
+always \x91CD\x56F4 1346-156-26-346
+always \x91CD\x7248 1346-156-24-12346
+always \x91CD\x6D0B 1346-156-25-1456
+always \x91CD\x64AD 1346-156-24-234
+always \x91CD\x7779 1346-156-346-1236
+always \x91CD\x5A5A 1346-156-126-13
+always \x91CD\x5408 1346-156-12-246
+always \x91CD\x5149 1346-156-16-1345
+always \x91CD\x5F71 1346-156-25-1356
+always \x91CD\x6A90 1346-156-25-1246
+always \x91CD\x805A 1346-156-156-12
+always \x91CD\x7EC4 1346-156-1456-1236
+always \x91CD\x594F 1346-156-145-14
+always \x91CD\x91CD 1346-156-1346-156
+always \x91CD\x6F14 1346-156-25-12346
+always \x91CD\x8A00 1346-156-25-1246
+always \x91CD\x4FEE 1346-156-125-134
+always \x91CD\x590D 1346-156-235-12
+always \x91CD\x8FD4 1346-156-235-12346
+always \x91CD\x73B0 1346-156-125-124
+always \x91CD\x6574 1346-156-14-1356
+always \x91CD\x542C 1346-156-2345-135
+always \x91CD\x5224 1346-156-236-124
+always \x91CD\x5F20 1346-156-14-1345
+always \x4E8C\x91CD 35-245-1346-156
+always \x56DB\x91CD 1245-12-1346-156
+always \x91CD\x51FA 1346-156-1346-123
+always \x53CC\x91CD 1246-1345-1346-156
+always \x91CD\x5706 1346-156-256-1246
+always \x91CD\x9633 1346-156-25-1456
+always \x91CD\x6620 1346-156-25-15
+always \x91CD\x5370 1346-156-25-1
+always \x91CD\x9704 1346-156-125-1235
+always \x91CD\x89C1 1346-156-15-124
+always \x91CD\x540D 1346-156-2456-156
+always \x91CD\x6E29 1346-156-26-13
+always \x4E5D\x91CD 15-1346-1346-156
+always \x91CD\x5EFA 1346-156-15-124
+always \x91CD\x505A 1346-156-1456-24
+always \x91CD\x5199 1346-156-125-2346
+always \x91CD\x8BD5 1346-156-124-12
+always \x91CD\x6765 1346-156-123-12456
+always \x91CD\x8003 1346-156-13-12356
+always \x91CD\x56DE 1346-156-126-346
+always \x91CD\x8327 1346-156-15-12346
+always \x91CD\x4E5D 1346-156-15-1346
+always \x91CD\x7EC3 1346-156-1235-124
+always \x91CD\x8FDE 1346-156-1235-1246
+always \x91CD\x8BBE 1346-156-124-24
+always \x91CD\x8FF0 1346-156-1246-12
+always \x91CD\x83B7 1346-156-126-24
+always \x91CD\x64CD 1346-156-1345-1235
+always \x91CD\x5F52 1346-156-16-345
+always \x8F74\x620F 14-14-125-12
+always \x626B\x5E1A 1245-125-14-25
+always \x6267\x8457 14-126-146-246
+always \x524D\x722A 135-1246-146-23456
+always \x722A\x513F 146-23456-35-0
+always \x722A\x5C16 146-23456-15-1234
+always \x9E21\x722A 15-123-146-23456
+always \x732B\x722A 246-1235-146-23456
+always \x94C1\x722A 2345-2346-146-23456
+always \x94A2\x722A 1-1345-146-23456
+always \x540E\x722A 12-14-146-23456
+always \x8F6C\x6587 146-123456-26-16
+always \x8F6C\x5708 146-124-1356-1234
+always \x81EA\x8F6C 145-12-146-124
+always \x8F6C\x6905 146-124-25-1236
+always \x6253\x8F6C 34-23456-146-124
+always \x8F6C\x7B4B 146-124-15-13
+always \x65CB\x8F6C 1256-1246-146-124
+always \x8F6C\x8F74 146-124-14-146
+always \x8F6C\x52A8 146-124-346-15
+always \x8F6E\x8F6C 1236-16-146-124
+always \x8F6C\x7089 146-124-1236-126
+always \x8F6C\x76D8 146-124-236-1246
+always \x8F6C\x95E8 146-124-246-16
+always \x8F6C\x53F0 146-124-234-12456
+always \x7A7A\x8F6C 136-135-146-124
+always \x5012\x8F6C 34-125-146-124
+always \x8F6C\x5411 146-124-125-145
+always \x516C\x8F6C 16-135-146-124
+always \x8F6C\x901F 146-124-12456-12
+always \x8F6C\x60A0 146-124-25-25
+always \x8F6C\x7740 146-124-14-35
+always \x8F6C\x5B50 146-124-145-23
+always \x98DE\x8F6C 235-345-146-124
+always \x690E\x5FC3 1346-346-125-13
+always \x690E\x8F6E 1346-346-1236-16
+always \x6728\x690E 246-12-1346-346
+always \x94C1\x690E 2345-2346-1346-346
+always \x690E\x80F8 1346-346-1256-135
+always \x7D2F\x8D58 123-346-146-34
+always \x5931\x7740 124-123-14-1235
+always \x7740\x6570 14-1235-1246-12
+always \x4E0D\x7740 24-12-14-1256
+always \x7740\x88C5 146-246-146-1345
+always \x7740\x843D 146-246-1236-24
+always \x7740\x610F 146-246-25-12
+always \x7740\x529B 146-246-1235-12
+always \x9644\x7740 235-12-146-246
+always \x7740\x7B14 146-246-245-1236
+always \x80F6\x7740 15-1235-146-246
+always \x7740\x624B 146-246-124-1346
+always \x7740\x91CD 146-246-146-15
+always \x7A7F\x7740 1346-1234-146-246
+always \x8863\x7740 25-123-146-246
+always \x6267\x7740 14-126-146-246
+always \x7740\x773C 146-246-25-12346
+always \x7740\x58A8 146-246-246-24
+always \x7740\x5B9E 146-246-124-126
+always \x6C89\x7740 134-16-146-246
+always \x7740\x9646 146-246-1236-12
+always \x7740\x60F3 146-246-125-13456
+always \x7740\x8272 146-246-1245-24
+always \x7740\x5FD9 14-1256-246-1456
+always \x8BE5\x7740 1-12345-14-1256
+always \x7740\x614C 14-1256-126-1345
+always \x7740\x706B 14-1256-126-2346
+always \x7740\x8FF7 14-1256-2456-126
+always \x7740\x51C9 14-1256-1235-1456
+always \x7740\x6025 14-1256-15-126
+always \x7740\x9B54 14-1256-246-246
+always \x7761\x7740 1246-34-14-1256
+always \x65E0\x7740 26-126-146-246
+always \x7740\x5E8A 146-246-1346-1456
+always \x5F97\x7740 34-246-14-1256
+always \x7740\x4E86 14-1256-123-35
+always \x9AD8\x7740 1-1235-14-1235
+always \x7740\x513F 14-1235-35-0
+always \x4E00\x7740 25-123-14-1235
+always \x4ED4\x80A9 145-123-15-1234
+always \x725B\x4ED4 12345-146-145-123456
+always \x4ED4\x5B50 145-123456-145-23
+always \x62B9\x5B50 246-24-145-23
+always \x65CB\x5B50 1256-124-145-23
+always \x6E9C\x5B50 1235-14-145-23
+always \x63B8\x90A6 124-124-24-1345
+always \x63B8\x65CF 124-124-1456-126
+always \x7F1D\x5B50 235-15-145-23
+always \x5F39\x5B50 34-124-145-23
+always \x5462\x5B50 12345-126-145-23
+always \x7A7A\x5B50 136-15-145-23
+always \x6CE5\x5B50 12345-12-145-23
+always \x722A\x5B50 146-23456-145-23
+always \x6CE1\x5B50 236-1235-145-23
+always \x94BB\x4E95 1456-124-15-1356
+always \x94BB\x5854 1456-124-234-23456
+always \x94BB\x5DE5 1456-124-16-135
+always \x7535\x94BB 345-124-1456-124
+always \x98CE\x94BB 235-135-1456-124
+always \x94BB\x673A 1456-124-15-123
+always \x94BB\x5E8A 1456-124-1346-1456
+always \x94BB\x6212 1456-124-15-24
+always \x94A2\x94BB 1-1345-1456-124
+always \x5341\x94BB 124-126-1456-124
+always \x952A\x94BB 126-234-1456-124
+always \x94BB\x5177 1456-124-156-12
+always \x521A\x94BB 1-1345-1456-124
+always \x5FC3\x94BB 125-13-1456-124
+always \x94BB\x77F3 1456-124-124-126
+always \x94BB\x5934 1456-124-234-146
+always \x9576\x94BB 125-1345-1456-124
+always \x6C34\x94BB 1246-3456-1456-124
+always \x9EC4\x94BB 126-1456-1456-124
+always \x7EFF\x94BB 12356-12-1456-124
+always \x7EA2\x94BB 126-156-1456-124
+always \x84DD\x94BB 123-1246-1456-124
+always \x9ED1\x94BB 12-345-1456-124
+always \x7D2B\x94BB 145-1236-1456-124
+always \x6A59\x94BB 134-156-1456-124
+always \x9752\x94BB 135-135-1456-124
+always \x5F69\x94BB 1345-123456-1456-124
+always \x7F16\x8457 245-1234-146-12
+always \x5408\x8457 12-246-146-12
+always \x8F83\x8457 15-125-146-12
+always \x5DE8\x8457 156-12-146-12
+always \x8BBA\x8457 1236-1-146-12
+always \x540D\x8457 2456-156-146-12
+always \x571F\x8457 2346-1236-146-12
+always \x663E\x8457 125-12346-146-12
+always \x8BD1\x8457 25-12-146-12
+always \x539F\x8457 256-1246-146-12
+always \x662D\x8457 14-1235-146-12
+always \x8457\x79F0 146-12-134-135
+always \x8457\x5F55 146-12-1236-12
+always \x8457\x540D 146-12-2456-156
+always \x8457\x4E66 146-12-1246-123
+always \x8457\x8FF0 146-12-1246-12
+always \x8457\x8005 146-12-14-2346
+always \x8457\x4F5C 146-12-1456-24
+always \x4E13\x8457 146-1234-146-12
+always \x64B0\x8457 146-124-146-12
+always \x5353\x8457 146-246-146-12
+always \x62D9\x8457 146-234-146-12
+always \x7384\x8457 1256-1246-146-12
+always \x6C89\x8457 134-16-146-246
+always \x8863\x8457 25-123-146-246
+always \x77E5\x8457 14-123-146-12
+always \x7779\x8457 346-1236-146-12
+always \x5E76\x8457 245-15-146-12
+always \x5934\x8457 234-146-146-246
+always \x86C7\x8457 124-246-146-246
+always \x8457\x4E0D 146-246-24-12
+always \x6210\x8457 134-156-146-12
+always \x81F4\x8457 14-12-146-12
+always \x5148\x8457 125-1234-146-246
+always \x6708\x8457 256-24-146-12
+always \x5207\x8457 135-24-146-12
+always \x8457\x5934 146-246-234-146
+always \x4E2D\x8457 146-135-146-246
+always \x7D20\x8457 12456-12-146-12
+always \x8FE9\x8457 35-23456-146-12
+always \x8457\x97AD 146-12-245-1234
+always \x6C34\x8457 1246-3456-14-1256
+always \x4E0D\x8457 24-12-14-1256
+always \x5F25\x8457 2456-126-146-12
+always \x76AE\x8457 2356-126-146-246
+always \x53F6\x8457 25-24-146-246
+always \x8457\x4E4E 146-12-126-123
+always \x8457\x624B 146-246-124-1346
+always \x8457\x6709 146-12-25-1346
+always \x8457\x4E8E 146-12-256-126
+always \x80FD\x8457 1234-156-146-246
+always \x5EA6\x8457 346-12-14-1235
+always \x4ED4\x620F 145-123456-125-12
+always \x5DE5\x4ED4 16-135-145-123456
+always \x732A\x4ED4 146-123-145-123456
+always \x9A6C\x4ED4 246-23456-145-123456
+always \x86E4\x4ED4 12-2456-145-123456
+always \x9F99\x4ED4 1236-156-145-123456
+always \x67DE\x6C34 14-245-1246-3456
+always \x95F4\x4F5C 15-124-1456-24
+always \x4E9F\x6765 135-12-123-12456
+always \x5BD2\x4F27 12-1246-134-136
+always \x4F3D\x9A6C 1-2345-246-23456
+always \x4F5D\x507B 1-134-123-146
+always \x75C0\x507B 156-123-123-146
+always \x507B\x5138 123-146-1236-246
+always \x811A\x8DD0 15-12356-1345-1236
+always \x8DD0\x7740 1345-1236-14-35
+always \x8BD8\x5C48 15-126-1356-123
+always \x5729\x573A 1256-123-134-13456
+always \x8D76\x5729 1-12346-1256-123
+always \x5729\x57E0 1256-123-24-12
+always \x5729\x65E5 1256-123-35-12
+always \x5729\x5E02 1256-123-124-12
+always \x5729\x9547 1256-123-14-1
+always \x8378\x8360 245-126-135-126
+always \x8368\x9EBB 135-1246-246-2456
+always \x4E1C\x839E 346-135-16-12346
+always \x839E\x5F0F 16-12346-124-12
+always \x62D7\x65AD 23456-12356-346-124
+always \x62D7\x53E3 23456-125-13-1346
+always \x8FDD\x62D7 26-346-23456-125
+always \x634B\x8896 1236-234-125-14
+always \x53E8\x6270 234-1235-35-12356
+always \x53E8\x5149 234-1235-16-1345
+always \x53E8\x966A 234-1235-236-346
+always \x53E8\x6559 234-1235-15-125
+always \x53E8\x5520 34-1235-123-1256
+always \x5520\x53E8 123-1256-34-1235
+always \x55D2\x7136 234-245-35-1246
+always \x54A7\x54A7 1235-234-1235-35
+always \x5427\x5527 24-2345-15-123
+always \x5427\x55D2 24-2345-34-2345
+always \x5494\x53FD 13-23456-15-123
+always \x9619\x5982 1356-234-356-126
+always \x9619\x7591 1356-234-25-126
+always \x9036\x8FE4 26-345-25-126
+always \x5B71\x5934 1345-124-234-146
+always \x9EC4\x9AA0 126-1456-245-1235
+always \x7EF8\x7F2A 134-146-246-146
+always \x7EB0\x7F2A 2356-123-2456-14
+always \x7F2A\x8BF4 2456-14-1246-234
+always \x7F2A\x821B 2456-14-1346-12346
+always \x7F2A\x623E 2456-14-1235-12
+always \x7F2A\x60A0 2456-14-25-134
+always \x7F2A\x5984 2456-14-26-145
+always \x8352\x7F2A 126-1345-2456-14
+always \x7F2A\x5DE7 2456-14-135-12356
+always \x7F2A\x65AF 2456-14-1245-123
+always \x5927\x7F2A 34-245-2456-14
+always \x7F2A\x4F20 2456-14-1346-1246
+always \x7F2A\x8BEF 2456-14-26-12
+always \x679E\x9633 1456-135-25-1456
+always \x67B8\x6A58 1-134-156-126
+always \x67B8\x6A7C 156-1236-256-1246
+always \x6854\x6897 15-246-1-1356
+always \x6854\x69D4 15-246-1-1235
+always \x677C\x67DA 146-12-14-146
+always \x67DA\x6728 25-146-246-12
+always \x79E6\x6867 135-16-126-34
+always \x69DF\x6994 245-135-123-1456
+always \x6217\x810A 135-145-15-1236
+always \x591F\x6217 1-14-135-145
+always \x6217\x91D1 135-145-15-13
+always \x6217\x4F4F 135-145-146-12
+always \x6217\x5728 135-145-145-1245
+always \x6217\x67F1 135-145-146-12
+always \x6217\x52B2 135-145-15-1
+always \x6217\x53F0 135-145-234-12456
+always \x6217\x5824 135-145-345-123
+always \x6217\x9762 135-145-2456-124
+always \x814C\x81DC 23456-2345-145-2345
+always \x81CA\x5B50 1245-125-145-23
+always \x8089\x81CA 35-14-1245-125
+always \x7F9E\x81CA 125-134-1245-125
+always \x81CA\x7709 1245-125-246-346
+always \x81CA\x9762 1245-125-2456-124
+always \x81CA\x7EA2 1245-125-126-156
+always \x82B1\x81CA 126-2345-1245-125
+always \x6015\x81CA 236-245-1245-125
+always \x81CA\x76AE 1245-125-2356-126
+always \x81CA\x58F0 1245-125-124-135
+always \x81CA\x9640 1245-125-2346-246
+always \x81CA\x9641 1245-125-2346-246
+always \x8BA8\x81CA 234-12356-1245-125
+always \x81CA\x6C14 1245-125-135-12
+always \x71A8\x5E16 256-12-2345-234
+always \x5C01\x7985 235-135-124-124
+always \x7985\x8BA9 124-124-35-145
+always \x7985\x4F4D 124-124-26-34
+always \x5218\x7985 1235-146-124-124
+always \x534A\x6C93 24-124-34-2456
+always \x4E00\x6C93 25-123-34-2456
+always \x4E8C\x6C93 35-245-34-2456
+always \x4E24\x6C93 1235-13456-34-2456
+always \x4E09\x6C93 1245-1234-34-2456
+always \x56DB\x6C93 1245-12-34-2456
+always \x4E94\x6C93 26-1236-34-2456
+always \x516D\x6C93 1235-14-34-2456
+always \x4E03\x6C93 135-123-34-2456
+always \x516B\x6C93 24-2345-34-2456
+always \x4E5D\x6C93 15-1346-34-2456
+always \x5341\x6C93 124-126-34-2456
+always \x767E\x6C93 24-123456-34-2456
+always \x5343\x6C93 135-1234-34-2456
+always \x4E07\x6C93 26-124-34-2456
+always \x94DC\x94BF 2346-156-2345-1246
+always \x6D0B\x94BF 25-1456-2345-1246
+always \x8F66\x94BF 134-234-2345-1246
+always \x997C\x94DB 245-1356-134-135
+always \x8336\x94DB 134-2456-134-135
+always \x94DB\x9F0E 134-135-345-1356
+always \x94DB\x9B32 134-135-1-246
+always \x94DB\x6237 134-135-126-12
+always \x94DB\x5934 134-135-234-146
+always \x94DB\x65CB 134-135-1256-1246
+always \x94DB\x6CB9 134-135-25-146
+always \x9F0E\x94DB 345-1356-134-135
+always \x836F\x94DB 25-125-134-135
+always \x9152\x94DB 15-1346-134-135
+always \x8F51\x94DB 123-1256-134-135
+always \x8317\x94DB 2456-156-134-135
+always \x6CE5\x94DB 12345-126-134-135
+always \x77F3\x94DB 124-126-134-135
+always \x94EB\x94DB 345-125-134-135
+always \x571F\x94DB 2346-1236-134-135
+always \x74E6\x94DB 26-23456-134-135
+always \x6CB9\x94DB 25-146-134-135
+always \x6298\x94DB 14-246-134-135
+always \x811A\x94DB 15-12356-134-135
+always \x8DB3\x94DB 1456-126-134-135
+always \x94DB\x811A 134-135-15-12356
+always \x4E2D\x9E44 146-135-16-1236
+always \x68D8\x77DC 15-126-135-16
+always \x8682\x86B1 246-23456-14-356
+always \x8682\x8782 246-2345-123-256
+always \x7C38\x7B95 24-24-15-23
+always \x8D91\x8D84 145-123-156-123
+always \x8DF3\x8E09 2345-125-1235-1456
+always \x8E4A\x8DF7 135-123-135-1235
+always \x5C25\x8E76 1235-125-156-2346
+always \x55BD\x5570 123-146-1236-234
+always \x94E4\x800C 2345-1356-35-2456
+always \x4F3D\x84DD 135-246-123-1246
+always \x54AF\x51FA 13-23456-1346-123
+always \x884C\x9996 12-1456-124-1346
+always \x884C\x5C3E 12-1456-26-3456
+always \x884C\x53F7 12-1456-12-125
+always \x51E0\x884C 15-1236-12-1456
+always \x6362\x884C 126-124-12-1456
+always \x6295\x884C 234-146-12-1456
+always \x4E00\x884C 25-123-12-1456
+always \x4E8C\x884C 35-245-12-1456
+always \x4E24\x884C 1235-13456-12-1456
+always \x4E09\x884C 1245-1234-12-1456
+always \x56DB\x884C 1245-12-12-1456
+always \x516D\x884C 1235-14-12-1456
+always \x4E03\x884C 135-123-12-1456
+always \x516B\x884C 24-2345-12-1456
+always \x4E5D\x884C 15-1346-12-1456
+always \x5341\x884C 124-126-12-1456
+always \x767E\x884C 24-123456-12-1456
+always \x5343\x884C 135-1234-12-1456
+always \x4E07\x884C 26-124-12-1456
+always \x7231\x85C9 23456-1245-15-24
+always \x6170\x85C9 26-34-15-24
+always \x6795\x85C9 14-136-15-24
+always \x85C9\x53E3 15-24-13-1346
+always \x85C9\x8BCD 15-24-1345-126
+always \x85C9\x6B64 15-24-1345-1236
+always \x85C9\x4EE5 15-24-25-1236
+always \x5047\x85C9 15-23456-15-24
+always \x8574\x85C9 256-1-15-24
+always \x85C9\x52A9 15-24-146-12
+always \x85F4\x85C9 256-1-15-24
+always \x85C9\x69C0 15-24-1-12356
+always \x7F2B\x85C9 1245-1235-15-24
+always \x85C9\x5B50 15-24-145-23
+always \x5C09\x85C9 26-34-15-24
+always \x85C9\x7528 15-24-256-15
+always \x83A8\x83EA 123-145-34-145
+always \x83A8\x8361 123-145-34-145
+always \x83A8\x83A0 123-1456-25-1346
+always \x83A8\x5C3E 123-1456-26-3456
+always \x83A8\x8349 123-145-1345-12356
+always \x64A9\x62E8 1235-1256-24-234
+always \x64A9\x52A8 1235-1256-346-15
+always \x64A9\x6597 1235-1256-34-14
+always \x64A9\x9017 1235-1256-34-14
+always \x64A9\x94A9 1235-1256-1-134
+always \x64A9\x7F5F 1235-1256-16-1236
+always \x64A9\x621F 1235-1256-15-1236
+always \x64A9\x4E01 1235-1256-345-135
+always \x64A9\x4E71 1235-1256-1236-124
+always \x64A9\x5F04 1235-1256-12346-15
+always \x64A9\x7ED5 1235-1256-35-125
+always \x64A9\x4EBA 1235-1256-35-16
+always \x64A9\x820D 1235-1256-124-2346
+always \x6C13\x64A9 246-1456-1235-1256
+always \x64A9\x8702 1235-1256-235-135
+always \x64A9\x662F 1235-1256-124-12
+always \x64A9\x6D45 1235-12356-135-12346
+always \x64A9\x6F09 1235-12356-1236-12
+always \x64A9\x6E56 1235-12356-126-126
+always \x64A9\x811A 1235-125-15-12356
+always \x64A9\x8352 1235-125-126-1345
+always \x64A9\x8E76 1235-125-156-2346
+always \x64A9\x5CED 1235-125-135-125
+always \x64A9\x5012 1235-125-34-12356
+always \x634B\x8D77 1236-234-135-1236
+always \x634B\x53D6 1236-234-1356-1236
+always \x7387\x961F 1246-1245-346-34
+always \x5228\x5E73 24-125-2356-156
+always \x94FA\x5E8A 236-123-1346-1456
+always \x6EB1\x6F7C 135-16-2346-156
+always \x853D\x585E 245-12-1245-24
+always \x7EA2\x82D5 126-156-124-1256
+always \x76F8\x7247 125-145-2356-124
+always \x76F8\x4F4D 125-145-26-34
+always \x76F8\x6001 125-145-234-1245
+always \x76F8\x91CF 125-145-1235-145
+always \x601C\x76F8 1235-1246-125-145
+always \x59BB\x76F8 135-123-125-145
+always \x770B\x76F8 13-124-125-145
+always \x5174\x4F1A 125-15-126-34
+always \x4E24\x5BBF 1235-13456-125-1346
+always \x5401\x5929 256-12-2345-1234
+always \x5401\x53F7 256-12-12-125
+always \x6DCC\x8840 234-13456-125-2346
+always \x9E2D\x8840 25-2345-125-2346
+always \x732A\x8840 146-123-125-2346
+always \x624E\x8FAB 145-2345-245-124
+always \x624E\x7D27 145-2345-15-136
+always \x624E\x4F4F 145-2345-146-12
+always \x624E\x53E3 145-2345-13-1346
+always \x94C1\x6805 2345-2346-14-245
+always \x6805\x5B50 14-245-145-23
+always \x6805\x680F 14-245-123-1246
+always \x6728\x6805 246-12-14-245
+always \x960F\x6C0F 25-1234-14-123
+always \x516D\x5B89 1236-12-23456-1234
+always \x516D\x5408 1236-12-12-246
+always \x8096\x50CF 125-125-125-145
+always \x60DF\x8096 26-346-125-125
+always \x4E0D\x8096 24-12-125-125
+always \x767D\x672F 24-12456-146-126
+always \x82CD\x672F 1345-1345-146-126
+always \x5C5E\x6587 146-1236-26-16
+always \x5C5E\x671B 146-1236-26-145
+always \x76F8\x5C5E 125-1345-146-1236
+always \x4E48\x7740 246-35-14-1235
+always \x8179\x4FBF\x4FBF 235-12-2356-1246-2356-1246
+always \x88C2\x7740 1235-2346-14-35
+always \x7F29\x7802 12456-12-124-2
+always \x8FD8\x94B1 126-1246-135-1246
+always \x6C6A\x4ED4 26-1345-145-123456
+always \x65FA\x4ED4 26-145-145-123456
+always \x9753\x4ED4 1235-145-145-123456
+always \x516C\x4ED4 16-135-145-123456
+always \x5EB7\x4E7E 13-1345-135-1246
+always \x4E7E\x5764 135-1246-136-13
+always \x4E7E\x53BF 135-1246-125-124
+always \x4E7E\x9686 135-1246-1236-156
+always \x4E7E\x660E 135-1246-2456-156
+always \x4E7E\x9020 135-1246-34-125
+always \x8427\x4E7E 125-1235-135-1246
+always \x671D\x4E7E 14-1235-135-1246
+always \x4E7E\x4E7E 135-1246-135-1246
+always \x98A0\x4E7E 345-1234-135-1246
+always \x4E7E\x8F67 135-1246-25-245
+always \x4E7E\x7AEF 135-1246-346-1234
+always \x4E7E\x5609 135-1246-15-2345
+always \x4E7E\x5915 135-1246-125-123
+always \x65CB\x4E7E 1256-1246-135-1246
+always \x4E7E\x5366 135-1246-16-245
+always \x4E7E\x9675 135-1246-1235-156
+always \x4E00\x89C9 25-123-15-125
+always \x4E2D\x4E3E 146-15-156-1236
+always \x4E58\x5174 134-156-125-15
+always \x4F9B\x5E94 16-135-25-15
+always \x4ED3\x5352 1345-1345-13456-12
+always \x5185\x5E94 1234-34-25-15
+always \x5185\x76F8 1234-34-125-145
+always \x5265\x524A 24-234-1256-234
+always \x526F\x5C06 235-12-15-145
+always \x52FE\x5F53 1-14-34-145
+always \x5357\x65E0 1234-2456-246-35
+always \x53CD\x5E94 235-12346-25-15
+always \x53E5\x8DF5 1-134-15-124
+always \x53EF\x6570 13-2346-1246-1236
+always \x53F8\x957F 1245-123-14-13456
+always \x547C\x5E94 126-123-25-15
+always \x54ED\x53F7 136-123-12-1256
+always \x56DE\x5E94 126-346-25-15
+always \x56E0\x5E94 25-13-25-15
+always \x62A5\x5E94 24-125-25-15
+always \x5916\x957F 26-1245-14-13456
+always \x5973\x5C06 123456-1236-15-145
+always \x5B98\x957F 16-1234-14-13456
+always \x5BF9\x5E94 346-34-25-15
+always \x5E72\x4E48 1-124-246-2456
+always \x5EAD\x957F 2345-156-14-13456
+always \x611F\x5E94 1-12346-25-15
+always \x5E94\x4ED8 25-15-235-12
+always \x5E94\x547D 25-15-2456-15
+always \x5E94\x5BF9 25-15-346-34
+always \x5E94\x5F81 25-15-14-135
+always \x5E94\x63A5 25-15-15-234
+always \x5E94\x65F6 25-15-124-126
+always \x5E94\x666F 25-15-15-1356
+always \x5E94\x6C42 25-15-135-146
+always \x5E94\x7528 25-15-256-15
+always \x5E94\x8003 25-15-13-12356
+always \x5E94\x58F0 25-15-124-135
+always \x5E94\x8BB8 25-15-1256-1236
+always \x5E94\x8BD5 25-15-124-12
+always \x5E94\x53D8 25-15-245-124
+always \x5E94\x8FD0 25-15-256-1
+always \x5E94\x9080 25-15-25-1235
+always \x5E94\x916C 25-15-134-146
+always \x5E94\x9A8C 25-15-25-124
+always \x6237\x957F 126-12-14-13456
+always \x6241\x94BB 245-12346-1456-124
+always \x6311\x62C5 2345-1235-34-124
+always \x63A5\x5E94 15-234-25-15
+always \x63A9\x6CA1 25-12346-246-24
+always \x6402\x94B1 123-14-135-1246
+always \x6492\x5F00 1245-2345-13-12345
+always \x63B7\x8FD8 14-12-126-1246
+always \x644A\x8FD8 234-1234-126-1246
+always \x6405\x548C 15-12356-126-35
+always \x6548\x5E94 125-125-25-15
+always \x6570\x4E8C 1246-1236-35-245
+always \x6570\x8BF4 1246-1236-1246-234
+always \x6570\x94B1 1246-1236-135-1246
+always \x65C5\x957F 12356-1236-14-13456
+always \x6687\x7ED9 125-2456-15-1236
+always \x66F4\x53F7 1-135-12-125
+always \x66FE\x53C2 145-135-124-13
+always \x66FE\x5DE9 145-135-16-1356
+always \x4F1A\x7A3D 136-1245-15-123
+always \x671D\x53D1 14-1235-235-2345
+always \x4E50\x5267 256-24-156-12
+always \x4E50\x6BB5 256-24-346-124
+always \x4E50\x98CE 256-24-235-135
+always \x6A2A\x884C 12-15-125-156
+always \x6B92\x6CA1 256-136-246-24
+always \x6CA1\x5165 246-24-356-12
+always \x6CA1\x836F 246-24-25-125
+always \x6CA1\x9876 246-24-345-1356
+always \x6DD6\x7EA6 1346-24-256-234
+always \x6DF7\x6D4A 126-16-146-246
+always \x4E3A\x4ED6 26-34-234-2345
+always \x4E3A\x4F60 26-34-12345-1236
+always \x4E3A\x5979 26-34-4-234-2345
+always \x4E3A\x59B3 26-34-12345-1236
+always \x4E3A\x60A8 26-34-12345-16
+always \x65E0\x7684 26-126-345-12
+always \x7167\x5E94 14-125-25-15
+always \x7387\x56E2 1246-1245-2346-1246
+always \x7387\x5E08 1246-1245-124-123
+always \x7387\x4F17 1246-1245-146-15
+always \x7387\x519B 1246-1245-156-13
+always \x74A7\x8FD8 245-12-126-1246
+always \x751A\x4E48 124-16-246-35
+always \x755C\x79EF 1256-12-15-123
+always \x755C\x8C0B 1256-12-246-146
+always \x5F53\x5DEE 34-1345-134-12345
+always \x5F53\x673A 34-145-15-123
+always \x76F8\x56FD 125-145-16-246
+always \x76F8\x5E94 125-1345-25-15
+always \x793E\x957F 124-24-14-13456
+always \x79F0\x610F 134-1-25-12
+always \x7A77\x76F8 1356-156-125-145
+always \x7B26\x5E94 235-126-25-15
+always \x7B56\x5E94 1345-24-25-15
+always \x7C4D\x6CA1 15-126-246-24
+always \x7EBE\x96BE 1246-123-1234-124
+always \x7ED9\x4ED8 15-1236-235-12
+always \x7F9E\x6076 125-134-26-12
+always \x804C\x5206 14-126-235-1
+always \x542C\x5DEE 2345-135-134-12345
+always \x8086\x5E94 1245-12-25-15
+always \x4E34\x96BE 1235-16-1234-124
+always \x7740\x8863 146-246-25-123
+always \x5904\x5206 1346-1236-235-1
+always \x884C\x6570 12-1456-1246-12
+always \x884C\x4F1A 12-1456-126-34
+always \x8865\x8FD8 24-1236-126-1246
+always \x8865\x9619 24-1236-1356-234
+always \x8BE5\x884C 1-12345-12-1456
+always \x8BBA\x8BED 1236-16-256-1236
+always \x8D1F\x7D2F 235-12-123-3456
+always \x8D22\x76F8 1345-12456-125-145
+always \x8D22\x957F 1345-12456-14-13456
+always \x8D24\x76F8 125-1246-125-145
+always \x8F67\x620F 14-2456-125-12
+always \x8F88\x5206 24-34-235-1
+always \x9002\x5E94 124-12-25-15
+always \x8FD8\x81F3 126-1246-14-12
+always \x90E1\x957F 156-1-14-13456
+always \x90FD\x5395 346-123-1345-24
+always \x90FD\x5C14 346-123-35-23456
+always \x90FD\x7EDF 346-123-2346-1356
+always \x90FD\x519B 346-123-156-13
+always \x916C\x5E94 134-146-25-15
+always \x91CC\x957F 1235-1236-14-13456
+always \x91CD\x8BA2 1346-156-345-15
+always \x91CD\x6D4B 1346-156-1345-24
+always \x91CD\x8FED 1346-156-345-246
+always \x9550\x4EAC 12-125-15-135
+always \x957F\x50CF 14-13456-125-145
+always \x9619\x5931 1356-234-124-123
+always \x9619\x6F0F 1356-234-123-14
+always \x964D\x654C 125-1456-345-126
+always \x964D\x4E66 125-1456-1246-123
+always \x964D\x9F99 125-1456-1236-156
+always \x96BE\x80F8 1234-124-1256-135
+always \x54CD\x5E94 125-13456-25-15
+always \x987A\x5E94 1246-1-25-15
+always \x9C9C\x5C11 125-12346-124-12356
+always \x9C9C\x803B 125-12346-134-1236
+always \x9E44\x7684 126-126-345-12
+always \x4E00\x89BA 25-123-15-125
+always \x7701\x543E 125-1356-26-126
+always \x884C\x95F4 12-1456-15-1234
+always \x4E0A\x5C07 124-145-15-145
+always \x4E0A\x7576 124-145-34-145
+always \x4E0A\x8072 124-13456-124-135
+always \x4E0D\x963F 24-12-23456-234
+always \x76DB\x996D 134-156-235-124
+always \x76DB\x5668 134-156-135-12
+always \x76DB\x6EE1 134-156-246-12346
+always \x76DB\x6C64 134-156-234-1345
+always \x4E2D\x50B7 146-15-124-1345
+always \x4E2D\x734E 146-15-15-13456
+always \x4E2D\x8209 146-15-156-1236
+always \x4E2D\x8A08 146-15-15-12
+always \x4E2D\x98A8 146-15-235-135
+always \x4E58\x8208 134-156-125-15
+always \x4E86\x609F 1235-12356-26-12
+always \x4E86\x65B7 1235-12356-346-124
+always \x4E86\x7D50 1235-12356-15-246
+always \x4EA4\x9084 15-1235-126-1246
+always \x4EC0\x9EBC 124-16-246-35
+always \x4F5D\x50C2 1-134-123-146
+always \x50C2\x5138 123-146-1236-246
+always \x4F9B\x61C9 16-135-25-15
+always \x4FE1\x5DEE 125-1-134-12345
+always \x4FEF\x755C 235-1236-1256-12
+always \x5009\x5352 1345-1345-13456-12
+always \x5014\x5F37 156-246-15-145
+always \x511F\x9084 134-1456-126-1246
+always \x5141\x7576 256-136-34-145
+always \x5144\x9577 1256-135-14-13456
+always \x5165\x76F8 356-12-125-145
+always \x5167\x61C9 1234-34-25-15
+always \x5167\x76F8 1234-34-125-145
+always \x5167\x7701 1234-34-125-1356
+always \x5167\x884C 1234-34-12-1456
+always \x5171\x8655 16-15-1346-1236
+always \x5178\x7576 345-12346-34-145
+always \x517C\x5DEE 15-1234-134-12345
+always \x51F1\x6492 13-123456-1245-2345
+always \x51FA\x6C92 1346-123-246-24
+always \x5206\x5167 235-1-1234-34
+always \x5228\x5730 236-1256-345-12
+always \x4E00\x524E 25-123-134-245
+always \x53E4\x524E 16-1236-134-245
+always \x524E\x90A3 134-245-1234-245
+always \x525D\x524A 24-234-1256-234
+always \x526F\x5C07 235-12-15-145
+always \x52A9\x9577 146-12-14-13456
+always \x52D2\x5012 123-345-34-12356
+always \x52D2\x4F24 123-345-124-1345
+always \x52D2\x50B7 123-345-124-1345
+always \x52D2\x660F 123-345-126-13
+always \x52D2\x6B7B 123-345-1245-1236
+always \x52D2\x75D5 123-345-12-16
+always \x52D2\x5F97 123-345-34-246
+always \x52D2\x4F4F 123-345-146-12
+always \x52D2\x8116 123-345-24-246
+always \x52F8\x964D 1356-124-125-1456
+always \x52FB\x7A31 256-16-134-1
+always \x52FE\x7576 1-14-34-145
+always \x5315\x898B 245-1236-125-124
+always \x5315\x89C1 245-1236-125-124
+always \x5340\x9577 1356-123-14-13456
+always \x5348\x89BA 26-1236-15-125
+always \x5357\x7121 1234-2456-246-35
+always \x5371\x96E3 26-345-1234-124
+always \x53AD\x60E1 25-124-26-12
+always \x53C3\x5DEE 1345-13-1345-123
+always \x53CD\x61C9 235-12346-25-15
+always \x53CD\x76F8 235-12346-125-145
+always \x53CD\x9593 235-12346-15-124
+always \x53D7\x96E3 124-14-1234-124
+always \x53E5\x8E10 1-134-15-124
+always \x53EF\x60E1 13-2346-26-12
+always \x53EF\x6578 13-2346-1246-1236
+always \x53F8\x9577 1245-123-14-13456
+always \x541E\x6C92 2346-13-246-24
+always \x5426\x6975 2356-1236-15-126
+always \x5462\x7D68 12345-126-356-156
+always \x547C\x61C9 126-123-25-15
+always \x54C0\x865F 23456-12345-12-1256
+always \x54ED\x865F 136-123-12-1256
+always \x5546\x8CC8 124-1345-16-1236
+always \x5546\x8D3E 124-1345-16-1236
+always \x559D\x91C7 12-24-1345-123456
+always \x55DA\x54BD 26-123-25-24
+always \x5614\x5410 23456-1346-2346-12
+always \x5629\x5566 126-2345-123-2345
+always \x5668\x6A02 135-12-256-24
+always \x56DE\x61C9 126-346-25-15
+always \x56E0\x61C9 25-13-25-15
+always \x56E0\x70BA 25-13-26-34
+always \x570B\x6A02 16-246-256-24
+always \x570B\x90FD 16-246-346-123
+always \x570B\x96E3 16-246-1234-124
+always \x5718\x9577 2346-1246-14-13456
+always \x571F\x9577 2346-1236-14-13456
+always \x571F\x957F 2346-1236-14-13456
+always \x57CB\x6C92 246-12456-246-24
+always \x57F7\x8457 14-126-146-246
+always \x5831\x61C9 24-125-25-15
+always \x589E\x9577 145-135-14-13456
+always \x58A8\x7FDF 246-24-345-126
+always \x5916\x76F8 26-1245-125-145
+always \x5916\x9577 26-1245-14-13456
+always \x5927\x5B9B 34-245-256-1234
+always \x5927\x5C07 34-245-15-145
+always \x5927\x96E3 34-245-1234-124
+always \x592A\x76E3 234-1245-15-124
+always \x884C\x5C71 12-1456-124-1234
+always \x592B\x5DEE 235-123-134-12345
+always \x5931\x7576 124-123-34-145
+always \x593E\x7E2B 15-2345-235-15
+always \x5947\x6578 15-123-1246-12
+always \x5949\x9084 235-15-126-1246
+always \x594F\x6A02 145-14-256-24
+always \x5973\x5C07 123456-1236-15-145
+always \x597D\x52D5 12-125-346-15
+always \x597D\x52DD 12-125-124-15
+always \x597D\x60E1 12-125-26-12
+always \x597D\x6230 12-125-14-124
+always \x597D\x9B25 12-125-34-14
+always \x59A5\x7576 2346-2346-34-145
+always \x5ACB\x5A1C 12345-12356-12346-246
+always \x5ACC\x60E1 125-1246-26-12
+always \x5AE1\x9577 345-126-14-13456
+always \x5B78\x9577 1256-246-14-13456
+always \x5B88\x5206 124-1346-235-1
+always \x5B8F\x90FD 126-156-346-123
+always \x5B98\x9577 16-1234-14-13456
+always \x5BB6\x7576 15-2345-34-145
+always \x5BB6\x9577 15-2345-14-13456
+always \x5BE9\x5EA6 124-136-346-246
+always \x5C07\x4EE4 15-145-1235-15
+always \x5C07\x76F8 15-145-125-145
+always \x5C06\x76F8 15-145-125-145
+always \x5C08\x6A6B 146-1234-12-15
+always \x5C0A\x9577 1456-13-14-13456
+always \x5C0D\x61C9 346-34-25-15
+always \x5C0D\x7A31 346-34-134-1
+always \x5C11\x58EF 124-125-146-145
+always \x5C11\x5A66 124-125-235-12
+always \x5C11\x5C07 124-125-15-145
+always \x5C40\x9577 156-126-14-13456
+always \x5DE1\x66F4 1256-16-1-135
+always \x5E02\x9577 124-12-14-13456
+always \x5E2B\x9577 124-123-14-13456
+always \x5E72\x5C07 1-124-15-145
+always \x5E74\x9577 12345-1246-14-13456
+always \x5E79\x9EBC 1-124-246-2456
+always \x5EAD\x9577 2345-156-14-13456
+always \x5EE0\x9577 134-13456-14-13456
+always \x5382\x957F 134-13456-14-13456
+always \x5EF3\x9577 2345-135-14-13456
+always \x5F26\x6A02 125-1246-256-24
+always \x5F37\x6A6B 135-1456-12-15
+always \x5F80\x9084 26-13456-126-1246
+always \x6012\x865F 12346-12-12-1256
+always \x601D\x6C57 1245-123-12-1246
+always \x6025\x96E3 15-126-1234-124
+always \x6070\x7576 135-245-34-145
+always \x60A3\x96E3 126-124-1234-124
+always \x60E1\x52DE 26-12-123-1256
+always \x60E1\x5C11 23456-24-124-125
+always \x611B\x597D 23456-1245-12-125
+always \x611F\x61C9 1-12346-25-15
+always \x618E\x60E1 145-135-26-12
+always \x61C9\x4ED8 25-15-235-12
+always \x61C9\x5141 25-15-256-136
+always \x61C9\x547D 25-15-2456-15
+always \x61C9\x548C 25-15-12-24
+always \x61C9\x5C0D 25-15-346-34
+always \x61C9\x5FB5 25-15-14-135
+always \x61C9\x63A5 25-15-15-234
+always \x61C9\x6642 25-15-124-126
+always \x61C9\x666F 25-15-15-1356
+always \x61C9\x6C42 25-15-135-146
+always \x61C9\x7528 25-15-256-15
+always \x61C9\x8003 25-15-13-12356
+always \x61C9\x8072 25-15-124-135
+always \x61C9\x8A31 25-15-1256-1236
+always \x61C9\x8A66 25-15-124-12
+always \x61C9\x8B8A 25-15-245-124
+always \x61C9\x904B 25-15-256-1
+always \x61C9\x9080 25-15-25-1235
+always \x61C9\x916C 25-15-134-146
+always \x61C9\x9A57 25-15-25-124
+always \x61F6\x6563 123-12346-1245-12346
+always \x6210\x9577 134-156-14-13456
+always \x6236\x9577 126-12-14-13456
+always \x6240\x9577 12456-2346-14-13456
+always \x6241\x64D4 245-12346-34-124
+always \x6241\x947D 245-12346-1456-124
+always \x6284\x6C92 134-1235-246-24
+always \x6311\x5F04 2345-12356-12346-15
+always \x6311\x6230 2345-12356-14-124
+always \x6311\x64A5 2345-12356-24-234
+always \x6311\x64D4 2345-1235-34-124
+always \x6311\x71C8 2345-12356-34-135
+always \x6311\x91C1 2345-12356-125-1
+always \x6392\x9577 236-12456-14-13456
+always \x63A5\x61C9 15-234-25-15
+always \x63A5\x7E2B 15-234-235-15
+always \x63A9\x6C92 25-12346-246-24
+always \x63DB\x884C 126-124-12-1456
+always \x645F\x9322 123-14-135-1246
+always \x6402\x5934 123-134-234-146
+always \x6402\x8349 123-134-1345-12356
+always \x6492\x5B0C 1245-2345-15-1235
+always \x6492\x8B0A 1245-2345-126-13456
+always \x6492\x8CF4 1245-2345-123-1245
+always \x6492\x958B 1245-2345-13-12345
+always \x64D4\x5B50 34-124-145-23
+always \x64F2\x9084 14-12-126-1246
+always \x6524\x9084 234-1234-126-1246
+always \x652A\x548C 15-12356-126-246
+always \x6548\x61C9 125-125-25-15
+always \x6551\x96E3 15-14-1234-124
+always \x6578\x4E00 1246-1236-25-123
+always \x6578\x4E0D 1246-1236-24-12
+always \x6578\x4E8C 1246-1236-35-245
+always \x6578\x5178 1246-1236-345-12346
+always \x6578\x6578 1246-1236-1246-12
+always \x6578\x843D 1246-1236-1236-24
+always \x6578\x8AAA 1246-1236-1246-234
+always \x6578\x9322 1246-1236-135-1246
+always \x65C5\x9577 12356-1236-14-13456
+always \x65CB\x98A8 1256-124-235-135
+always \x65CF\x9577 1456-126-14-13456
+always \x65E5\x6688 35-12-256-1
+always \x65E5\x6C92 35-12-246-24
+always \x6687\x7D66 125-2456-15-1236
+always \x66F4\x4E8B 1-135-124-12
+always \x66F4\x52D5 1-135-346-15
+always \x66F4\x5F35 1-135-14-1345
+always \x66F4\x63DB 1-135-126-124
+always \x66F4\x865F 1-135-12-125
+always \x66F8\x5377 1246-123-156-124
+always \x66FE\x53C3 145-135-124-13
+always \x66FE\x5B50 145-135-145-1236
+always \x66FE\x5B6B 145-135-12456-13
+always \x66FE\x6C0F 145-135-124-12
+always \x66FE\x978F 145-135-16-1356
+always \x6703\x7A3D 136-1245-15-123
+always \x6703\x8A08 136-1245-15-12
+always \x6703\x9577 126-34-14-13456
+always \x6708\x6688 256-24-256-1
+always \x6708\x7D2F 256-24-123-3456
+always \x671D\x66E6 14-1235-125-123
+always \x671D\x6C23 14-1235-135-12
+always \x671D\x767C 14-1235-235-2345
+always \x671D\x967D 14-1235-25-1456
+always \x671D\x9732 14-1235-1236-12
+always \x671F\x5E74 15-123-12345-1246
+always \x671F\x6708 15-123-256-24
+always \x671F\x670D 15-123-235-126
+always \x6751\x9577 13456-13-14-13456
+always \x6821\x5C0D 15-125-346-34
+always \x6821\x6E96 15-125-146-136
+always \x6821\x8A02 15-125-345-15
+always \x6821\x9577 125-125-14-13456
+always \x6821\x95B1 15-125-256-24
+always \x683D\x7A2E 145-12345-146-15
+always \x6A02\x5287 256-24-156-12
+always \x6A02\x5668 256-24-135-12
+always \x6A02\x5718 256-24-2346-1246
+always \x6A02\x58C7 256-24-234-1246
+always \x6A02\x5E2B 256-24-124-123
+always \x6A02\x5E9C 256-24-235-1236
+always \x6A02\x624B 256-24-124-1346
+always \x6A02\x66F2 256-24-1356-1236
+always \x6A02\x6BB5 256-24-346-124
+always \x6A02\x7406 256-24-1235-1236
+always \x6A02\x7AE0 256-24-14-1345
+always \x6A02\x8B5C 256-24-236-1236
+always \x6A02\x8FF7 256-24-2456-126
+always \x6A02\x968A 256-24-346-34
+always \x6A02\x97F3 256-24-25-13
+always \x6A02\x98A8 256-24-235-135
+always \x6A21\x6A23 246-126-25-145
+always \x6A6B\x8089 12-15-35-14
+always \x6A6B\x884C 12-15-125-156
+always \x6A6B\x8CA1 12-15-1345-12456
+always \x6B21\x9577 1345-12-14-13456
+always \x6B38\x4E43 23456-12456-1234-123456
+always \x6B3D\x5DEE 135-13-134-12345
+always \x6B78\x9084 16-345-126-1246
+always \x6B78\x964D 16-345-125-1456
+always \x6B7B\x7576 1245-1236-34-145
+always \x6B89\x96E3 1256-1-1234-124
+always \x6B9E\x6C92 256-136-246-24
+always \x6BCF\x884C 246-3456-12-1456
+always \x6C5F\x90FD 15-1345-346-123
+always \x6C88\x6C92 134-16-246-24
+always \x6C92\x4E16 246-24-124-12
+always \x6C92\x5165 246-24-356-12
+always \x6C92\x6536 246-24-124-134
+always \x6C92\x843D 246-24-1236-24
+always \x6C92\x85E5 246-24-25-125
+always \x6C92\x9802 246-24-345-1356
+always \x6C92\x9F52 246-24-134-1236
+always \x6CD5\x76F8 235-23456-125-145
+always \x6CEF\x6C92 2456-136-246-24
+always \x6D77\x96E3 12-123456-1234-124
+always \x6D88\x9577 125-1235-14-13456
+always \x6DD6\x7D04 1346-24-256-234
+always \x6DF1\x60E1 124-13-26-12
+always \x6DF7\x6FC1 126-16-146-246
+always \x6DF9\x6C92 25-1234-246-24
+always \x6E21\x5047 346-12-15-245
+always \x6E2C\x91CF 1345-24-1235-1456
+always \x6E38\x8AAA 25-146-1246-34
+always \x6E6E\x6C92 25-1234-246-24
+always \x6E6F\x6E6F 124-1345-124-1345
+always \x6ECB\x9577 145-123-14-13456
+always \x6FDF\x5357 15-1236-1234-1246
+always \x707D\x96E3 145-12345-1234-124
+always \x70AE\x88FD 236-1256-14-12
+always \x70B8\x91AC 14-2456-15-145
+always \x70BA\x4E86 26-34-123-35
+always \x70BA\x4EC0 26-34-124-16
+always \x70BA\x4ED6 26-34-234-2345
+always \x70BA\x4F55 26-34-12-246
+always \x70BA\x4F60 26-34-12345-1236
+always \x70BA\x570B 26-34-16-246
+always \x70BA\x5979 26-34-4-234-2345
+always \x70BA\x59B3 26-34-12345-1236
+always \x70BA\x60A8 26-34-12345-16
+always \x70BA\x6C11 26-34-2456-16
+always \x70BA\x864E 26-34-126-1236
+always \x7121\x7684 26-126-345-12
+always \x7121\x7E2B 26-126-235-15
+always \x715E\x8ECA 124-2345-134-234
+always \x7167\x61C9 14-125-25-15
+always \x71D5\x4EAC 25-1234-15-135
+always \x71DF\x9577 25-156-14-13456
+always \x729B\x725B 246-1256-12345-146
+always \x72D7\x4ED4 1-1346-145-123456
+always \x7387\x5175 1246-1245-245-135
+always \x7387\x5718 1246-1245-2346-1246
+always \x7387\x5E2B 1246-1245-124-123
+always \x7387\x610F 1246-1245-25-12
+always \x7387\x7136 1246-1245-35-1246
+always \x7387\x773E 1246-1245-146-15
+always \x7387\x8ECD 1246-1245-156-13
+always \x7387\x9818 1246-1245-1235-1356
+always \x73ED\x9577 24-1234-14-13456
+always \x7405\x90AA 123-1456-25-2456
+always \x74A7\x9084 245-12-126-1246
+always \x751A\x9EBC 124-16-246-35
+always \x751F\x9084 124-135-126-1246
+always \x751F\x9577 124-135-14-13456
+always \x755C\x7522 1256-12-134-12346
+always \x755C\x7A4D 1256-12-15-123
+always \x755C\x8B00 1256-12-246-146
+always \x755C\x990A 1256-12-25-13456
+always \x7576\x5DEE 34-1345-134-12345
+always \x7576\x6A5F 34-145-15-123
+always \x7576\x7968 34-145-2356-125
+always \x7576\x92EA 34-145-236-12
+always \x75DB\x60E1 2346-15-26-12
+always \x767C\x9084 235-2345-126-1246
+always \x767C\x96E3 235-2345-1234-124
+always \x768B\x9676 1-1235-25-1256
+always \x76F8\x570B 125-145-16-246
+always \x76F8\x592B 125-145-235-123
+always \x76F8\x61C9 125-1345-25-15
+always \x76F8\x6A5F 125-145-15-123
+always \x76F8\x7A31 125-1345-134-1
+always \x76F8\x7C3F 125-145-24-12
+always \x76F8\x8072 125-145-124-135
+always \x76F8\x8655 125-1345-1346-1236
+always \x76F8\x8853 125-145-1246-12
+always \x7701\x5206 124-1356-235-1
+always \x7701\x601D 125-1356-1245-123
+always \x7701\x89AA 125-1356-135-13
+always \x7701\x9577 124-1356-14-13456
+always \x770B\x8B77 13-1234-126-12
+always \x770B\x9580 13-1234-246-16
+always \x771F\x7387 14-13-1246-1245
+always \x773C\x6688 25-12346-256-1
+always \x7761\x8457 1246-34-14-1256
+always \x7761\x89BA 1246-34-15-125
+always \x7763\x7387 346-123-1246-1245
+always \x77AD\x671B 1235-125-26-145
+always \x78C5\x7921 236-1456-24-246
+always \x78E8\x96E3 246-246-1234-124
+always \x793E\x9577 124-24-14-13456
+always \x79AA\x8B93 124-124-35-145
+always \x79AE\x6A02 1235-1236-256-24
+always \x79D1\x9577 13-234-14-13456
+always \x7A31\x8077 134-1-14-126
+always \x7A31\x5FC3 134-1-125-13
+always \x7A31\x610F 134-1-25-12
+always \x7A4D\x7D2F 15-123-123-3456
+always \x7A7A\x9592 136-15-125-1246
+always \x7A7A\x96E3 136-135-1234-124
+always \x7A7A\x984D 136-15-23456-246
+always \x7A7F\x8457 1346-1234-146-246
+always \x7AAE\x76F8 1356-156-125-145
+always \x7AD9\x9577 14-124-14-13456
+always \x7B26\x61C9 235-126-25-15
+always \x7B54\x61C9 34-2345-25-15
+always \x7B54\x7406 34-2345-1235-1236
+always \x7B56\x61C9 1345-24-25-15
+always \x7BA1\x6A02 16-12346-256-24
+always \x7C4D\x6C92 15-126-246-24
+always \x7C73\x884C 2456-1236-12-1456
+always \x7D13\x96E3 1246-123-1234-124
+always \x7D2F\x4E16 123-3456-124-12
+always \x7D2F\x5375 123-3456-1236-12346
+always \x7D2F\x6708 123-3456-256-24
+always \x7D2F\x7A4D 123-3456-15-123
+always \x7D2F\x8D05 123-346-146-34
+always \x7D2F\x9032 123-3456-15-1
+always \x7D42\x4E86 146-135-1235-12356
+always \x7D44\x9577 1456-1236-14-13456
+always \x7D66\x4ED8 15-1236-235-12
+always \x7D71\x7387 2346-1356-1246-1245
+always \x7DB8\x5DFE 16-1234-15-13
+always \x7DE3\x5206 256-1246-235-1
+always \x7E23\x9577 125-124-14-13456
+always \x7E2B\x9699 235-15-125-12
+always \x7E3D\x5F97 1456-1356-34-3456
+always \x7E3D\x884C 1456-1356-12-1456
+always \x7E8C\x5047 1256-12-15-245
+always \x7F3A\x7A7A 1356-234-136-15
+always \x7F79\x96E3 1235-126-1234-124
+always \x7F9E\x60E1 125-134-26-12
+always \x7FF9\x695A 135-1256-1346-1236
+always \x7FF9\x9996 135-1256-124-1346
+always \x8015\x7A2E 1-135-146-15
+always \x8072\x6A02 124-135-256-24
+always \x8077\x5206 14-126-235-1
+always \x807D\x5DEE 2345-135-134-12345
+always \x8086\x61C9 1245-12-25-15
+always \x81C6\x5EA6 25-12-346-246
+always \x81E8\x96E3 1235-16-1234-124
+always \x81EA\x7D66 145-12-15-1236
+always \x8208\x8DA3 125-15-1356-12
+always \x820A\x90FD 15-14-346-123
+always \x8216\x6392 236-123-236-12456
+always \x822C\x82E5 24-234-35-2346
+always \x8239\x9577 1346-1246-14-13456
+always \x82E5\x5E79 356-24-1-1234
+always \x82E6\x96E3 136-1236-1234-124
+always \x8378\x85BA 245-126-135-126
+always \x843D\x96E3 1236-24-1234-124
+always \x8457\x529B 146-246-1235-12
+always \x8457\x5BE6 146-246-124-126
+always \x8457\x5E8A 146-246-1346-1456
+always \x8457\x6025 14-1256-15-126
+always \x8457\x60F3 146-246-125-13456
+always \x8457\x614C 14-1256-126-1345
+always \x8457\x6DBC 14-1256-1235-1456
+always \x8457\x706B 14-1256-126-2346
+always \x8457\x8272 146-246-1245-24
+always \x8457\x843D 146-246-1236-24
+always \x8457\x8863 146-246-25-123
+always \x8457\x91CD 146-246-146-15
+always \x8457\x9678 146-246-1236-12
+always \x8499\x96E3 246-156-1234-124
+always \x8655\x5206 1346-1236-235-1
+always \x8655\x65BC 1346-1236-256-126
+always \x8655\x9577 1346-12-14-13456
+always \x865F\x54ED 12-1256-136-123
+always \x8766\x87C6 12-2456-246-2456
+always \x883B\x6A6B 246-1246-12-15
+always \x8054\x884C 1235-1246-12-1456
+always \x884C\x6578 12-1456-1246-12
+always \x884C\x6703 12-1456-126-34
+always \x884C\x696D 12-1456-25-24
+always \x884C\x865F 12-1456-12-125
+always \x884C\x884C\x51FA 12-1456-12-1456-1346-123
+always \x884C\x898F 12-1456-16-345
+always \x884C\x8A71 12-1456-126-245
+always \x884C\x9593 12-1456-15-1234
+always \x8868\x76F8 245-12356-125-145
+always \x88C1\x5EA6 1345-12456-346-246
+always \x88C2\x7E2B 1235-24-235-15
+always \x88DC\x5047 24-1236-15-245
+always \x88DC\x7D66 24-1236-15-1236
+always \x88DC\x9084 24-1236-126-1246
+always \x88DC\x95D5 24-1236-1356-234
+always \x897F\x6A02 125-123-256-24
+always \x8981\x633E 25-1235-125-246
+always \x8981\x8105 25-1235-125-246
+always \x8986\x6821 235-12-15-125
+always \x8986\x6C92 235-12-246-24
+always \x89AA\x5BB6 135-15-15-2345
+always \x8A50\x964D 14-245-125-1456
+always \x8A72\x884C 1-12345-12-1456
+always \x8AAA\x5BA2 1246-34-13-24
+always \x8ABF\x5B50 345-125-145-23
+always \x8ACB\x5047 135-1356-15-245
+always \x8AD6\x8A9E 1236-16-256-1236
+always \x8B58\x76F8 124-126-125-145
+always \x8B70\x9577 25-12-14-13456
+always \x8B8A\x66F4 245-124-1-135
+always \x8B8A\x76F8 245-124-125-145
+always \x8C6C\x5708 146-123-156-124
+always \x8CA0\x7D2F 235-12-123-3456
+always \x8CA1\x76F8 1345-12456-125-145
+always \x8CA1\x9577 1345-12456-14-13456
+always \x8CE2\x76F8 125-1246-125-145
+always \x8D74\x96E3 235-12-1234-124
+always \x8DF3\x884C 2345-125-12-1456
+always \x8E4A\x8E7A 135-123-135-1235
+always \x8EAB\x5206 124-13-235-1
+always \x8ECA\x9577 134-234-14-13456
+always \x8ECB\x6232 14-2456-125-12
+always \x8ECD\x6A02 156-13-256-24
+always \x8ECD\x9577 156-13-14-13456
+always \x8F15\x7387 135-135-1246-1245
+always \x8F29\x5206 24-34-235-1
+always \x8FB1\x6C92 356-1236-246-24
+always \x8FD4\x9084 235-12346-126-1246
+always \x9000\x9084 2346-34-126-1246
+always \x9003\x96E3 234-1256-1234-124
+always \x9023\x9577 1235-1246-14-13456
+always \x903E\x5206 256-126-235-1
+always \x9047\x96E3 256-12-1234-124
+always \x904A\x8AAA 25-146-1246-34
+always \x904E\x5206 16-24-235-1
+always \x904E\x7576 16-24-34-145
+always \x9053\x89C0 34-125-16-124
+always \x9069\x61C9 124-12-25-15
+always \x9069\x7576 124-12-34-145
+always \x906D\x96E3 145-1235-1234-124
+always \x9077\x90FD 135-1234-346-123
+always \x907F\x96E3 245-12-1234-124
+always \x9084\x4FD7 126-1246-12456-126
+always \x9084\x50F9 126-1246-15-245
+always \x9084\x539F 126-1246-256-1246
+always \x9084\x624B 126-1246-124-1346
+always \x9084\x672C 126-1246-24-136
+always \x9084\x7259 126-1246-25-2456
+always \x9084\x773C 126-1246-25-12346
+always \x9084\x79AE 126-1246-1235-1236
+always \x9084\x81F3 126-1246-14-12
+always \x9084\x9109 126-1246-125-1345
+always \x9084\x9858 126-1246-256-124
+always \x9084\x9B42 126-1246-126-16
+always \x90E1\x9577 156-1-14-13456
+always \x90E2\x90FD 25-1356-346-123
+always \x90E8\x9577 24-12-14-13456
+always \x90F5\x5DEE 25-146-134-12345
+always \x90FD\x5175 346-123-245-135
+always \x90FD\x53F8 346-123-1245-123
+always \x90FD\x5BDF 346-123-134-2456
+always \x90FD\x5C09 346-123-26-34
+always \x90FD\x5EC1 346-123-1345-24
+always \x90FD\x723E 346-123-35-23456
+always \x90FD\x7763 346-123-346-123
+always \x90FD\x7D71 346-123-2346-1356
+always \x90FD\x8ECD 346-123-156-13
+always \x90FD\x9091 346-123-25-12
+always \x9109\x9577 125-1345-14-13456
+always \x914B\x9577 135-146-14-13456
+always \x914D\x6A02 236-34-256-24
+always \x914D\x7D66 236-34-15-1236
+always \x916C\x61C9 134-146-25-15
+always \x91CC\x9577 1235-1236-14-13456
+always \x91CD\x4F30 1346-156-16-123
+always \x91CD\x4F86 1346-156-123-12456
+always \x91CD\x5165 1346-156-356-12
+always \x91CD\x520A 1346-156-13-1234
+always \x91CD\x570D 1346-156-26-346
+always \x91CD\x5B6B 1346-156-12456-13
+always \x91CD\x5B9A 1346-156-345-15
+always \x91CD\x5BEB 1346-156-125-2346
+always \x91CD\x5FA9 1346-156-235-12
+always \x91CD\x6176 1346-156-135-15
+always \x91CD\x6284 1346-156-134-1235
+always \x91CD\x6E2C 1346-156-1345-24
+always \x91CD\x7372 1346-156-126-24
+always \x91CD\x73FE 1346-156-125-124
+always \x91CD\x758A 1346-156-345-246
+always \x91CD\x7D44 1346-156-1456-1236
+always \x91CD\x7F6E 1346-156-14-12
+always \x91CD\x8907 1346-156-235-12
+always \x91CD\x8A2D 1346-156-124-24
+always \x91CD\x8A66 1346-156-124-12
+always \x91CD\x967D 1346-156-25-1456
+always \x9280\x884C 25-16-12-1456
+always \x92B7\x5047 125-1235-15-245
+always \x93AC\x4EAC 12-125-15-135
+always \x9470\x5319 25-125-124-126
+always \x947D\x77F3 1456-124-124-126
+always \x9577\x5047 134-1456-15-245
+always \x9577\x50CF 14-13456-125-145
+always \x9577\x5144 14-13456-1256-135
+always \x9577\x5927 14-13456-34-245
+always \x9577\x5973 14-13456-123456-1236
+always \x9577\x5B50 14-13456-145-1236
+always \x9577\x5B6B 14-13456-12456-13
+always \x9577\x5B98 14-13456-16-1234
+always \x9577\x5E7C 14-13456-25-14
+always \x9577\x623F 14-13456-235-1456
+always \x9577\x7537 14-13456-1234-1246
+always \x9577\x8001 14-13456-123-12356
+always \x9577\x8005 14-13456-14-2346
+always \x9577\x8F29 14-13456-24-34
+always \x9577\x9032 14-13456-15-1
+always \x9580\x7E2B 246-16-235-15
+always \x9589\x585E 245-12-1245-24
+always \x9592\x6563 125-1246-1245-12346
+always \x9592\x7A7A 125-1246-136-15
+always \x9593\x63A5 15-124-15-234
+always \x9593\x65B7 15-124-346-124
+always \x9593\x6B47 15-124-125-234
+always \x9593\x8ADC 15-124-345-246
+always \x9593\x9694 15-124-1-246
+always \x9593\x9699 15-124-125-12
+always \x95D5\x5931 1356-234-124-123
+always \x95D5\x5982 1356-234-356-126
+always \x95D5\x6F0F 1356-234-123-14
+always \x95D5\x7591 1356-234-25-126
+always \x963F\x8ADB 23456-234-256-126
+always \x9644\x8457 235-12-146-246
+always \x964D\x5C07 125-1456-15-145
+always \x964D\x6575 125-1456-345-126
+always \x964D\x66F8 125-1456-1246-123
+always \x964D\x9F8D 125-1456-1236-156
+always \x9662\x9577 256-124-14-13456
+always \x968A\x9577 346-34-14-13456
+always \x96B1\x6C92 25-136-246-24
+always \x96C5\x6A02 25-23456-256-24
+always \x96D9\x91CD 1246-1345-1346-156
+always \x96E2\x9593 1235-126-15-124
+always \x96E3\x6C11 1234-124-2456-16
+always \x96E3\x80F8 1234-124-1256-135
+always \x9732\x76F8 123-14-125-145
+always \x9732\x81C9 123-14-1235-12346
+always \x975E\x96E3 235-345-1234-124
+always \x97F3\x6A02 25-13-256-24
+always \x97FF\x61C9 125-13456-25-15
+always \x9806\x61C9 1246-1-25-15
+always \x990A\x5206 25-13456-235-1
+always \x9928\x9577 16-12346-14-13456
+always \x9996\x9577 124-1346-14-13456
+always \x9A55\x6A6B 15-1235-12-15
+always \x9AA8\x76F8 16-1236-125-145
+always \x9AD8\x66F4 1-1235-1-135
+always \x9AD8\x9E97 1-1235-1235-126
+always \x9B06\x6563 12456-135-1245-12346
+always \x9BAE\x5C11 125-12346-124-12356
+always \x9BAE\x6065 125-12346-134-1236
+always \x9D60\x7684 126-126-345-12
+always \x9F9C\x8332 135-134-1345-126
+always \x9F9C\x88C2 156-13-1235-24
+always \x963F\x81A0 23456-234-15-1235
+always \x963F\x5F4C 23456-234-2456-126
+always \x6328\x9913 23456-12456-23456-24
+always \x6328\x99E1 23456-12456-246-245
+always \x61F2\x827E 134-156-25-12
+always \x6252\x96DE 236-2456-15-123
+always \x6252\x7ACA 236-2456-135-24
+always \x628A\x5152 24-245-35-0
+always \x8180\x816B 236-1345-146-1356
+always \x8584\x79AE 24-246-1235-1236
+always \x8584\x9727 24-246-26-12
+always \x7DBF\x8584 2456-1246-24-246
+always \x6DFA\x8584 135-12346-24-246
+always \x8F15\x8584 135-135-24-246
+always \x8584\x7522 24-246-134-12346
+always \x55AE\x8584 34-1234-24-246
+always \x5674\x8584 236-13-24-246
+always \x78FD\x8584 135-1235-24-246
+always \x7E96\x8584 125-1234-24-246
+always \x8584\x767C 24-246-235-2345
+always \x88E1\x5821 1235-1236-236-12
+always \x7AAF\x5821 25-1256-236-12
+always \x5433\x5821 26-126-236-12
+always \x80CC\x5E36 24-345-34-1245
+always \x80CC\x8CA0 24-345-235-12
+always \x80CC\x50B5 24-345-14-1245
+always \x80CC\x8457 24-345-14-35
+always \x80CC\x4F86 24-345-123-12456
+always \x80CC\x8F15 24-345-135-135
+always \x7E43\x81C9 24-1356-1235-12346
+always \x7E43\x8457 24-1356-14-35
+always \x8FF8\x98DB 24-135-235-345
+always \x5FA9\x8F9F 235-12-245-12
+always \x8457\x908A 14-1256-245-1234
+always \x5F46\x626D 245-24-12345-1346
+always \x765F\x4E09 245-234-1245-1234
+always \x863F\x8514 1236-246-24-35
+always \x88DC\x7A2E 24-1236-146-15
+always \x6C99\x53C3 124-2345-124-13
+always \x91CE\x53C3 25-2346-124-13
+always \x53C3\x5546 124-13-124-1345
+always \x4E39\x53C3 34-1234-124-13
+always \x5C71\x53C3 124-1234-124-13
+always \x6D77\x53C3 12-123456-124-13
+always \x9EE8\x53C3 34-13456-124-13
+always \x4EBA\x53C3 35-16-124-13
+always \x6D0B\x53C3 25-1456-124-13
+always \x5B50\x53C3 145-1236-124-13
+always \x85CF\x50B3 145-145-1346-1246
+always \x5BF6\x85CF 24-12356-145-145
+always \x85CF\x91AB 145-145-25-123
+always \x85CF\x6232 145-145-125-12
+always \x85CF\x85CD 145-145-123-1246
+always \x85CF\x8A9E 145-145-256-1236
+always \x85CF\x7D05 145-145-126-156
+always \x53C9\x958B 134-245-13-12345
+always \x5C08\x5DEE 146-1234-134-12345
+always \x8FA6\x5DEE 24-124-134-12345
+always \x92B7\x5DEE 125-1235-134-12345
+always \x5DEE\x9EDE 134-245-345-12346
+always \x5DEE\x52C1 134-245-15-1
+always \x9084\x5DEE 12-12456-134-245
+always \x7E3E\x5DEE 15-12-134-245
+always \x986B\x6144 14-124-1235-12
+always \x5BD2\x986B 12-1246-14-124
+always \x51B7\x986B 123-1356-14-124
+always \x5834\x5C4B 134-1456-26-123
+always \x5834\x9662 134-1456-256-124
+always \x63DA\x5834 25-1456-134-1456
+always \x93AE\x9577 14-1-14-13456
+always \x6A5F\x9577 15-123-14-13456
+always \x9577\x52E2 14-13456-124-12
+always \x5DE5\x9577 16-135-14-13456
+always \x9748\x9577 1235-156-14-13456
+always \x9577\x8198 14-13456-245-1235
+always \x9577\x89AA 14-13456-135-13
+always \x760B\x9577 235-135-14-13456
+always \x7926\x9577 136-145-14-13456
+always \x5DDE\x9577 14-134-14-13456
+always \x9577\x9580 14-13456-246-16
+always \x9577\x4E0A 14-13456-124-145
+always \x9577\x81C9 14-13456-1235-12346
+always \x9577\x76F8 14-13456-125-145
+always \x9577\x9AD8 14-13456-1-1235
+always \x9632\x9577 235-1456-14-13456
+always \x9577\x80D6 14-13456-236-145
+always \x9577\x500B 14-13456-1-24
+always \x9577\x51FA 14-13456-1346-123
+always \x9577\x6210 14-13456-134-156
+always \x9577\x5305 14-13456-24-1235
+always \x9577\x82DE 14-13456-24-1235
+always \x9577\x8089 14-13456-35-14
+always \x9577\x75D8 14-13456-34-14
+always \x5712\x9577 256-1246-14-13456
+always \x884C\x9577 12-1456-14-13456
+always \x53F0\x9577 234-12456-14-13456
+always \x4E8B\x9577 124-12-14-13456
+always \x7344\x9577 256-12-14-13456
+always \x8266\x9577 15-124-14-13456
+always \x8247\x9577 2345-1356-14-13456
+always \x671D\x6689 14-1235-126-345
+always \x885D\x5E8A 1346-15-1346-1456
+always \x885D\x58D3 1346-15-25-2345
+always \x771F\x6C96 14-13-1346-15
+always \x5F88\x6C96 12-136-1346-15
+always \x6C96\x8457 1346-15-14-35
+always \x6C96\x4F60 1346-15-12345-1236
+always \x6C96\x6211 1346-15-26-2346
+always \x6C96\x4ED6 1346-15-234-2345
+always \x6C96\x5979 1346-15-4-234-2345
+always \x6C96\x5B83 1346-15-5-234-2345
+always \x9285\x81ED 2346-156-125-14
+always \x8655\x4EE5 1346-1236-25-1236
+always \x8655\x6CBB 1346-1236-14-12
+always \x8655\x6691 1346-1236-1246-1236
+always \x8655\x6B7B 1346-1236-1245-1236
+always \x88C1\x8655 1345-12456-1346-1236
+always \x7368\x8655 346-126-1346-1236
+always \x51B7\x8655 123-1356-1346-1236
+always \x6EFF\x8655 246-12346-1346-1236
+always \x8655\x7406 1346-1236-1235-1236
+always \x67E5\x8655 134-2456-1346-1236
+always \x96DC\x8655 145-2456-1346-1236
+always \x8655\x6C7A 1346-1236-156-246
+always \x5224\x8655 236-124-1346-1236
+always \x8AD6\x8655 1236-1-1346-1236
+always \x61F2\x8655 134-156-1346-1236
+always \x8655\x7F70 1346-1236-235-2456
+always \x8655\x4E16 1346-1236-124-12
+always \x8655\x5883 1346-1236-15-15
+always \x5BE9\x8655 124-136-1346-1236
+always \x8655\x4E4B 1346-1236-14-123
+always \x8655\x8B8A 1346-1236-245-124
+always \x8655\x5973 1346-1236-123456-1236
+always \x8655\x4E8B 1346-1236-124-12
+always \x63E3\x6E2C 1346-123456-1345-24
+always \x61F8\x63E3 1256-1246-1346-123456
+always \x50B3\x8A18 146-124-15-12
+always \x5225\x50B3 245-246-146-124
+always \x5DE6\x50B3 1456-2346-146-124
+always \x7D93\x50B3 15-135-146-124
+always \x81EA\x50B3 145-12-146-124
+always \x7ACB\x50B3 1235-12-146-124
+always \x8A55\x50B3 2356-156-146-124
+always \x5217\x50B3 1235-24-146-124
+always \x5C0F\x50B3 125-12356-146-124
+always \x6EF8\x50B3 126-1236-146-124
+always \x7D93\x5E62 15-135-1346-1456
+always \x5275\x50B7 1346-1345-124-1345
+always \x5275\x75DB 1346-1345-2346-15
+always \x5275\x75D5 1346-1345-12-16
+always \x5275\x9762 1346-1345-2456-124
+always \x7DBD\x8D77 134-1235-135-1236
+always \x7DBD\x5BB6 134-1235-15-2345
+always \x611B\x7B54 23456-1245-34-2345
+always \x8607\x6253 12456-123-34-2456
+always \x5F85\x8457 34-12345-14-35
+always \x91CD\x64D4 146-15-34-124
+always \x59D3\x55AE 125-15-124-124
+always \x55AE\x7E23 124-124-125-124
+always \x55AE\x4E8E 134-1246-256-126
+always \x55AE\x7530 124-124-2345-1246
+always \x55AE\x96C4 124-124-1256-156
+always \x70B8\x5F48 14-245-34-124
+always \x5F48\x7121 34-124-26-126
+always \x5F48\x4E38 34-124-26-1246
+always \x5F48\x76E1 34-124-15-1
+always \x5F48\x819B 34-124-234-1456
+always \x5F48\x75D5 34-124-12-16
+always \x5F48\x5F13 34-124-16-135
+always \x5F48\x85E5 34-124-25-125
+always \x9632\x5F48 235-1456-34-124
+always \x5BE6\x5F48 124-126-34-124
+always \x6838\x5F48 12-246-34-124
+always \x5F48\x982D 34-124-234-146
+always \x64F2\x5F48 14-12-34-124
+always \x5169\x5F48 1235-13456-34-124
+always \x5F48\x6BBC 34-124-13-246
+always \x6D41\x5F48 1235-146-34-124
+always \x5F48\x7247 34-124-2356-124
+always \x5F48\x5323 34-124-125-2456
+always \x5F48\x5009 34-124-1345-1345
+always \x69CD\x5F48 135-1345-34-124
+always \x7BAD\x5F48 15-124-34-124
+always \x5F48\x96E8 34-124-256-1236
+always \x4E2D\x5F48 146-15-34-124
+always \x6295\x5F48 234-146-34-124
+always \x6C2B\x5F48 135-135-34-124
+always \x9727\x5F48 26-12-34-124
+always \x6BCD\x5F48 246-1236-34-124
+always \x78F7\x5F48 1235-16-34-124
+always \x6DDA\x5F48 123-34-34-124
+always \x5F48\x5751 34-124-13-135
+always \x70AE\x5F48 236-125-34-124
+always \x5C0E\x5F48 34-12356-34-124
+always \x5F48\x9053 34-124-34-125
+always \x5F48\x69CD 34-124-135-1345
+always \x7532\x5F48 15-245-34-124
+always \x9AD2\x5F48 145-1345-34-124
+always \x88DD\x5F48 146-1345-34-124
+always \x5F48\x5B54 34-124-136-1356
+always \x69B4\x5F48 1235-146-34-124
+always \x5F48\x5167 34-124-1234-34
+always \x62C6\x5F48 134-12345-34-124
+always \x98DB\x5F48 235-345-34-124
+always \x71D2\x5F48 124-1235-34-124
+always \x5F48\x9AD4 34-124-2345-1236
+always \x6C23\x5F48 135-12-34-124
+always \x5F69\x5F48 1345-123456-34-124
+always \x865F\x5F48 12-125-34-124
+always \x706B\x5F48 126-2346-34-124
+always \x7CBE\x7576 15-135-34-145
+always \x7576\x771F 34-145-14-13
+always \x4E0D\x7576 24-12-34-145
+always \x8D16\x7576 1246-126-34-145
+always \x503C\x7576 14-126-34-145
+always \x7576\x6210 34-145-134-156
+always \x7576\x505A 34-145-1456-24
+always \x6B0A\x7576 1356-1246-34-1345
+always \x7576\x4F5C 34-145-1456-24
+always \x5012\x8ECA 34-125-134-234
+always \x5012\x61F8 34-125-1256-1246
+always \x5E6B\x5012 24-1345-34-125
+always \x5012\x639B 34-125-16-245
+always \x50BE\x5012 135-135-34-125
+always \x5012\x6558 34-125-1256-12
+always \x5012\x8CE0 34-125-236-346
+always \x5012\x88DD 34-1256-146-1345
+always \x5012\x8CBC 34-125-2345-234
+always \x5012\x8A08 34-125-15-12
+always \x5012\x6578 34-125-1246-1236
+always \x5F97\x8667 34-3456-136-345
+always \x6A19\x7684 245-1235-345-12
+always \x7684\x78BA 345-126-1356-24
+always \x7684\x7576 345-126-34-1345
+always \x8ABF\x914D 345-125-236-34
+always \x8ABF\x8ABF 345-125-345-236
+always \x8ABF\x53D6 345-125-1356-1236
+always \x8ABF\x9063 345-125-135-12346
+always \x97F3\x8ABF 25-13-345-125
+always \x8AD6\x8ABF 1236-1-345-125
+always \x5C0F\x8ABF 125-12356-345-125
+always \x9078\x8ABF 1256-12346-345-125
+always \x683C\x8ABF 1-246-345-125
+always \x540C\x8ABF 2346-156-345-125
+always \x8ABF\x4EE4 345-125-1235-15
+always \x4F4E\x8ABF 345-123-345-125
+always \x8ABF\x51FD 345-125-12-1246
+always \x53CD\x8ABF 235-12346-345-125
+always \x5949\x8ABF 235-15-345-125
+always \x7B46\x8ABF 245-1236-345-125
+always \x57FA\x8ABF 15-123-345-125
+always \x5F37\x8ABF 135-1456-345-125
+always \x5FBD\x8ABF 126-345-345-125
+always \x8072\x8ABF 124-135-345-125
+always \x6642\x8ABF 124-126-345-125
+always \x8ACB\x8ABF 135-1356-345-125
+always \x8ABF\x96E2 345-125-1235-126
+always \x8ABF\x53BB 345-125-1356-12
+always \x8ABF\x8D70 345-125-145-1346
+always \x589E\x8ABF 145-135-345-125
+always \x8ABF\x4F86 345-125-123-12456
+always \x501F\x8ABF 15-24-345-125
+always \x6539\x8ABF 1-123456-345-125
+always \x8ABF\x9632 345-125-235-1456
+always \x6FEB\x8ABF 123-124-345-125
+always \x8ABF\x52D5 345-125-346-15
+always \x8ABF\x6D3E 345-125-236-1245
+always \x8ABF\x8F49 345-125-146-12346
+always \x8001\x8ABF 123-12356-345-125
+always \x8ABF\x67E5 345-125-134-2456
+always \x8272\x8ABF 1245-24-345-125
+always \x8ABF\x6F14 345-125-25-12346
+always \x97FB\x8ABF 256-1-345-125
+always \x5B9A\x8ABF 345-15-345-125
+always \x8ABF\x5EA6 345-125-346-12
+always \x5546\x8ABF 124-1345-345-125
+always \x5916\x8ABF 26-1245-345-125
+always \x820A\x8ABF 15-14-345-125
+always \x5C0D\x8ABF 346-34-345-125
+always \x9AD8\x8ABF 1-1235-345-125
+always \x8ABF\x6A94 345-125-34-145
+always \x8ABF\x5175 345-125-245-135
+always \x8ABF\x8077 345-125-14-126
+always \x8ABF\x95B1 345-125-256-24
+always \x8154\x8ABF 135-1345-345-125
+always \x8ABF\x64A5 345-125-24-234
+always \x8D70\x8ABF 145-1346-345-125
+always \x8ABF\x7814 345-125-25-1246
+always \x8DD1\x8ABF 236-12356-345-125
+always \x8ABF\x904B 345-125-256-1
+always \x8ABF\x9580 345-125-246-16
+always \x8ABF\x864E 345-125-126-1236
+always \x8ABF\x7528 345-125-256-15
+always \x8B8A\x8ABF 245-124-345-125
+always \x8ABF\x5E79 345-125-1-124
+always \x964D\x8ABF 15-145-345-125
+always \x8F49\x8ABF 146-12346-345-125
+always \x602A\x8ABF 16-1245-345-125
+always \x8ABF\x63DB 345-125-126-124
+always \x66F2\x8ABF 1356-1236-345-125
+always \x6B65\x8ABF 24-12-345-125
+always \x8A9E\x8ABF 256-1236-345-125
+always \x8ABF\x4EFB 345-125-35-1
+always \x63D0\x8ABF 2345-126-345-125
+always \x62BD\x8ABF 134-134-345-125
+always \x8ABF\x96C6 345-125-15-126
+always \x8ABF\x5305 345-125-24-1235
+always \x5FB5\x8ABF 14-135-345-125
+always \x4E3B\x8ABF 146-1236-345-125
+always \x60C5\x8ABF 135-156-345-125
+always \x5317\x8ABF 24-3456-345-125
+always \x91D8\x6263 345-15-13-14
+always \x91D8\x91D8 345-15-345-135
+always \x91D8\x4E0A 345-15-124-145
+always \x91D8\x9032 345-15-15-1
+always \x91D8\x4E00 345-15-25-123
+always \x91D8\x8457 345-15-14-35
+always \x4E00\x91D8 25-123-345-15
+always \x91D8\x7DCA 345-15-15-136
+always \x91D8\x4F4F 345-15-146-12
+always \x91D8\x7262 345-15-123-1256
+always \x9B25\x5FC3 34-14-125-13
+always \x60E1\x9B25 23456-24-34-14
+always \x683C\x9B25 1-246-34-14
+always \x9B25\x96DE 34-14-15-123
+always \x9B25\x904E 34-14-16-24
+always \x9B25\x5730 34-14-345-12
+always \x9B25\x5F97 34-14-34-246
+always \x9B25\x58EB 34-14-124-12
+always \x722D\x9B25 14-135-34-14
+always \x6C7A\x9B25 156-246-34-14
+always \x640F\x9B25 24-246-34-14
+always \x9B25\x6BC6 34-14-23456-134
+always \x9B25\x8457 34-14-14-35
+always \x9B25\x4E00 34-14-25-123
+always \x9B25\x725B 34-14-12345-146
+always \x596E\x9B25 235-1-34-14
+always \x9B25\x722D 34-14-14-135
+always \x9B25\x6C23 34-14-135-12
+always \x9B25\x5634 34-14-1456-3456
+always \x9B25\x6CD5 34-14-235-23456
+always \x68B0\x9B25 125-24-34-14
+always \x6230\x9B25 14-124-34-14
+always \x9B25\x667A 34-14-14-12
+always \x9B25\x5FD7 34-14-14-12
+always \x6BC6\x9B25 23456-134-34-14
+always \x6B66\x9B25 26-1236-34-14
+always \x6587\x9B25 26-16-34-14
+always \x9B25\x6587 34-14-26-16
+always \x9B25\x6B66 34-14-26-1236
+always \x6279\x9B25 2356-123-34-14
+always \x9B25\x8C54 34-14-25-124
+always \x9B25\x89D2 34-14-15-12356
+always \x9B25\x67B6 34-14-15-245
+always \x4E0D\x9B25 24-12-34-14
+always \x6253\x9B25 34-23456-34-14
+always \x93D6\x9B25 23456-1256-34-14
+always \x9B25\x500B 34-14-1-24
+always \x9B25\x4E82 34-14-1236-124
+always \x9B25\x947C 34-14-1236-246
+always \x9B25\x724C 34-14-236-12456
+always \x9B25\x62F3 34-14-1356-1246
+always \x9B25\x4EBA 34-14-35-16
+always \x9B25\x773C 34-14-25-12346
+always \x6697\x9B25 23456-124-34-14
+always \x864E\x9B25 126-1236-34-14
+always \x7336\x9B25 25-146-34-14
+always \x76F8\x9B25 125-1345-34-14
+always \x9B25\x72E0 34-14-12-136
+always \x9B25\x7378 34-14-124-14
+always \x9B25\x5834 34-14-134-13456
+always \x9B25\x9152 34-14-15-1346
+always \x9B25\x4E86 34-14-123-35
+always \x9B25\x7F85 34-14-1236-246
+always \x9B25\x6230 34-14-14-124
+always \x53E5\x8B80 156-12-34-14
+always \x8C6C\x809A 146-123-346-1236
+always \x6E2C\x5EA6 1345-24-346-246
+always \x5EA6\x52E2 346-246-124-12
+always \x7CE7\x56E4 1235-1456-346-1
+always \x7A7A\x5152 136-135-35-0
+always \x5377\x9AEE 156-12346-235-245
+always \x83F2\x5100 235-3456-25-126
+always \x9E7D\x5206 25-1246-235-1
+always \x4E2D\x7E2B 146-135-235-15
+always \x5408\x7E2B 12-246-235-15
+always \x9699\x7E2B 125-12-235-15
+always \x898B\x7E2B 15-124-235-15
+always \x710A\x7E2B 12-124-235-15
+always \x5730\x7E2B 345-12-235-15
+always \x7246\x7E2B 135-1456-235-15
+always \x9A0E\x7E2B 135-126-235-15
+always \x7259\x7E2B 25-2456-235-15
+always \x7D30\x7E2B 125-12-235-15
+always \x689D\x7E2B 2345-1256-235-15
+always \x5169\x670D 1235-13456-235-12
+always \x5E79\x54C8 1-124-12-2456
+always \x5E79\x55CE 1-124-246-2456
+always \x5E79\x4EC0 1-124-124-16
+always \x5E79\x561B 1-124-246-356
+always \x7B46\x687F 245-1236-1-12346
+always \x79E4\x687F 134-15-1-12346
+always \x6746\x7B46 1-12346-245-1236
+always \x687F\x79E4 1-12346-134-15
+always \x6746\x5152 1-12346-35-0
+always \x9023\x6746 1235-1246-1-12346
+always \x69CD\x687F 135-1345-1-12346
+always \x9435\x6746 2345-2346-1-12346
+always \x947D\x6746 1456-124-1-12346
+always \x687F\x83CC 1-12346-156-13
+always \x6746\x69CD 1-12346-135-1345
+always \x818F\x7B46 1-125-245-1236
+always \x64F1\x4E0D 1-246-24-12
+always \x64F1\x5F97 1-246-34-246
+always \x7CFE\x845B 15-134-1-246
+always \x81EA\x500B 145-12-1-2346
+always \x4EF0\x7D66 25-13456-15-1236
+always \x7D66\x990A 15-1236-25-13456
+always \x85AA\x7D66 125-13-15-1236
+always \x7D66\x4E88 15-1236-256-1236
+always \x4F9B\x7D66 16-135-15-1236
+always \x4F9B\x72C0 16-15-146-145
+always \x8A98\x4F9B 25-14-16-15
+always \x4F9B\x8A8D 16-15-35-1
+always \x4F9B\x8A5E 16-15-1345-126
+always \x4F9B\x8077 16-15-14-126
+always \x5410\x7A40 2346-1236-256-12
+always \x51A0\x8ECD 16-124-156-13
+always \x596A\x51A0 346-246-16-124
+always \x5BFA\x89C0 1245-12-16-124
+always \x54C8\x9054 12-23456-34-2456
+always \x597D\x5F37 12-125-135-1456
+always \x865F\x53EB 12-1256-15-125
+always \x4E7E\x865F 1-124-12-1256
+always \x865F\x5555 12-1256-234-1256
+always \x60B2\x865F 24-345-12-1256
+always \x547C\x865F 126-123-12-1256
+always \x65B7\x559D 346-124-12-24
+always \x559D\x554F 12-24-26-1
+always \x8CA0\x8377 235-12-12-24
+always \x8F09\x8377 145-1245-12-24
+always \x6838\x5152 126-126-35-0
+always \x8EDF\x548C 356-12346-126-35
+always \x71B1\x548C 35-24-126-35
+always \x647B\x548C 134-1234-126-35
+always \x548C\x9EB5 126-246-2456-124
+always \x548C\x8A69 12-24-124-123
+always \x8C89\x7D68 12-1256-356-156
+always \x6A6B\x883B 12-15-246-1246
+always \x6A6B\x66B4 12-15-24-125
+always \x5201\x6A6B 345-1235-12-15
+always \x5147\x6A6B 1256-135-12-15
+always \x9B27\x54C4 1234-125-126-135
+always \x54C4\x50B3 126-135-1346-1246
+always \x4E82\x54C4 1236-124-126-135
+always \x54C4\x6436 126-135-135-13456
+always \x54C4\x52D5 126-135-346-15
+always \x9A36\x54C4 145-134-126-135
+always \x5629\x5629 126-2345-126-2345
+always \x83EF\x5C71 126-245-124-1234
+always \x6BD4\x5283 245-1236-126-356
+always \x5283\x64A5 126-245-24-234
+always \x5283\x4E00 126-245-25-123
+always \x898F\x5283 16-345-126-245
+always \x5283\x6642 126-245-124-126
+always \x8B00\x5283 246-146-126-245
+always \x5283\x5206 126-245-235-1
+always \x4F01\x5283 135-1236-126-245
+always \x5283\x754C 126-245-15-24
+always \x5283\x5B9A 126-245-345-15
+always \x7B56\x5283 1345-24-126-245
+always \x5340\x5283 1356-123-126-245
+always \x8A08\x756B 15-12-126-245
+always \x5283\x6B78 126-245-16-345
+always \x5283\x7DDA 126-245-125-124
+always \x5283\x50F9 126-245-15-245
+always \x64D8\x5283 24-24-126-245
+always \x5283\x6E05 126-245-135-135
+always \x7C4C\x756B 134-146-126-245
+always \x5283\x7D66 126-245-1-3456
+always \x653E\x9084 235-145-126-1246
+always \x9084\x967D 126-1246-25-1456
+always \x9084\x5634 126-1246-1456-3456
+always \x56DE\x9084 126-346-126-1246
+always \x9084\x653F 126-1246-14-15
+always \x6E05\x9084 135-135-126-1246
+always \x9084\x5E33 126-1246-14-145
+always \x9084\x8CB8 126-1246-34-1245
+always \x9084\x7530 126-1246-2345-1246
+always \x9084\x50B5 126-1246-14-1245
+always \x9084\x64CA 126-1246-15-123
+always \x8A0E\x9084 234-12356-126-1246
+always \x7D22\x9084 12456-2346-126-1246
+always \x9084\x7AE5 126-1246-2346-156
+always \x8CA1\x6703 1345-12456-136-1245
+always \x8C41\x9054 126-24-34-2456
+always \x986F\x8C41 125-12346-126-24
+always \x7DDD\x978B 135-123-125-246
+always \x5EB6\x5E7E 1246-12-15-123
+always \x5E7E\x6848 15-123-23456-124
+always \x5E7E\x4E4E 15-123-126-123
+always \x6FDF\x6FDF 15-1236-15-1236
+always \x8A08\x91CF 15-12-1235-1456
+always \x593E\x8956 15-2456-23456-12356
+always \x593E\x88AB 15-2456-24-34
+always \x593E\x514B 15-2456-13-24
+always \x593E\x80A2 1-2345-14-123
+always \x7522\x5047 134-12346-15-245
+always \x5047\x689D 15-245-2345-1256
+always \x9593\x6216 15-124-126-24
+always \x9593\x96DC 15-124-145-2456
+always \x9593\x58C1 15-124-245-12
+always \x7121\x9593 26-126-15-124
+always \x9593\x82D7 15-124-2456-1256
+always \x8E10\x7D04 15-124-256-234
+always \x6E96\x5C07 146-136-15-145
+always \x8001\x5C07 123-12356-15-145
+always \x5112\x5C07 356-126-15-145
+always \x95D6\x5C07 1346-13456-15-145
+always \x540D\x5C07 2456-156-15-145
+always \x5E79\x5C07 1-124-15-145
+always \x864E\x5C07 126-1236-15-145
+always \x6557\x5C07 24-1245-15-145
+always \x5C07\x5E25 15-145-1246-1245
+always \x9A4D\x5C07 125-1235-15-145
+always \x6B66\x5C07 26-1236-15-145
+always \x5C07\x58EB 15-145-124-12
+always \x6FC0\x5C07 15-123-15-145
+always \x6230\x5C07 14-124-15-145
+always \x5C07\x9818 15-145-1235-1356
+always \x4E3B\x5C07 146-1236-15-145
+always \x9580\x5C07 246-16-15-145
+always \x5065\x5C07 15-124-15-145
+always \x608D\x5C07 12-124-15-145
+always \x5C0F\x5C07 125-12356-15-145
+always \x5C07\x5B98 15-145-16-1234
+always \x731B\x5C07 246-1356-15-145
+always \x9EDE\x5C07 345-12346-15-145
+always \x52C7\x5C07 256-1356-15-145
+always \x5B88\x5C07 124-1346-15-145
+always \x5C07\x624D 15-145-1345-12456
+always \x826F\x5C07 1235-1456-15-145
+always \x6F3F\x7CCA 15-145-126-126
+always \x8A98\x964D 25-14-125-1456
+always \x8ACB\x964D 135-1356-125-1456
+always \x7D0D\x964D 1234-245-125-1456
+always \x89D2\x9B25 156-246-34-14
+always \x527F\x8972 134-1235-125-126
+always \x527F\x8AAA 134-1235-1246-234
+always \x6559\x66F8 15-1235-1246-123
+always \x6559\x8AB2 15-1235-13-24
+always \x6559\x6703 15-1235-126-34
+always \x6559\x7D66 15-1235-1-3456
+always \x6559\x904E 15-1235-16-24
+always \x6703\x6559 126-345-15-1235
+always \x6559\x8A9E 15-1235-256-1236
+always \x6559\x6578 15-1235-1246-12
+always \x7BC0\x9AA8 15-234-16-1236
+always \x7D50\x5DF4 15-234-24-356
+always \x905E\x89E3 345-12-15-24
+always \x8CE3\x89E3 246-1245-125-24
+always \x82A5\x85CD 1-1245-123-1246
+always \x5118\x65E9 15-136-145-12356
+always \x5118\x5148 15-136-125-1234
+always \x5118\x7BA1 15-136-16-12346
+always \x5118\x91CF 15-136-1235-145
+always \x52C1\x65C5 15-15-12356-1236
+always \x96C4\x52C1 1256-156-15-15
+always \x52C1\x6B4C 15-15-1-234
+always \x52C1\x6575 15-15-345-126
+always \x525B\x52C1 1-1345-15-15
+always \x84BC\x52C1 1345-1345-15-15
+always \x52C1\x821E 15-15-26-1236
+always \x52C1\x5C04 15-15-124-24
+always \x52C1\x5347 15-15-124-135
+always \x9052\x52C1 135-146-15-15
+always \x8116\x9838 24-246-1-1356
+always \x5377\x63DA 156-12346-25-1456
+always \x98A8\x5377 235-135-156-12346
+always \x6372\x7E2E 156-12346-12456-234
+always \x9F8D\x5377 1236-156-156-12346
+always \x6625\x6372 1346-13-156-12346
+always \x6372\x5165 156-12346-356-12
+always \x81A0\x6372 15-1235-156-12346
+always \x5E2D\x6372 125-126-156-12346
+always \x6372\x9003 156-12346-234-1256
+always \x6372\x7159 156-12346-25-1234
+always \x5F69\x6372 1345-123456-156-12346
+always \x6372\x7C3E 156-12346-1235-1246
+always \x6F2B\x6372 246-124-156-12346
+always \x5377\x9B1A 156-12346-1256-123
+always \x7159\x6372 25-1234-156-12346
+always \x86CB\x6372 34-124-156-12346
+always \x61F6\x89BA 123-12346-15-125
+always \x95DC\x5361 16-1234-135-23456
+always \x908A\x5361 245-1234-135-23456
+always \x9AEE\x5361 235-245-135-23456
+always \x5361\x6BBC 135-23456-13-246
+always \x5730\x6BBC 345-12-135-125
+always \x7532\x6BBC 15-23456-135-125
+always \x7A7A\x7576 136-15-34-256
+always \x5FEB\x7576 136-1245-34-256
+always \x52D2\x7DCA 123-345-15-136
+always \x6A02\x5F8B 256-24-12356-12
+always \x6C11\x6A02 2456-16-256-24
+always \x6A02\x6C60 256-24-134-126
+always \x9F13\x6A02 16-1236-256-24
+always \x6A02\x611F 256-24-1-12346
+always \x54C0\x6A02 23456-12345-256-24
+always \x611B\x6A02 23456-1245-256-24
+always \x53E4\x6A02 16-1236-256-24
+always \x6A02\x6B4C 256-24-1-234
+always \x6A02\x5DE5 256-24-16-135
+always \x6A02\x6236 256-24-126-12
+always \x6A02\x53E5 256-24-156-12
+always \x6A02\x76F2 256-24-246-1456
+always \x6A02\x821E 256-24-26-1236
+always \x821E\x6A02 26-1236-256-24
+always \x6A02\x6B63 256-24-14-15
+always \x8A69\x6A02 124-123-256-24
+always \x5178\x6A02 345-12346-256-24
+always \x97FF\x6A02 125-13456-256-24
+always \x58EB\x6A02 124-12-256-24
+always \x6EFE\x6A02 16-136-256-24
+always \x64CA\x6A02 15-123-256-24
+always \x7D2F\x8A08 123-3456-15-12
+always \x639B\x7D2F 16-245-123-3456
+always \x5E36\x7D2F 34-1245-123-3456
+always \x7D2F\x7258 123-3456-346-126
+always \x64B2\x68F1 236-123-123-26
+always \x53E5\x9E97 1-134-1235-126
+always \x85CF\x66C6 145-145-1235-12
+always \x4F0E\x5006 15-12-1235-13456
+always \x9B25\x91CF 34-1346-1235-1456
+always \x91CF\x9AD4 1235-1456-2345-1236
+always \x91CF\x898F 1235-1456-16-345
+always \x7A31\x91CF 134-135-1235-1456
+always \x91CF\x584A 1235-1456-136-1245
+always \x4E86\x8CEC 1235-12356-14-145
+always \x4E86\x537B 1235-12356-1356-24
+always \x81E8\x4E86 1235-16-1235-12356
+always \x4E86\x7121 1235-12356-26-126
+always \x660E\x77AD 2456-156-1235-12356
+always \x4E86\x7576 1235-12356-34-145
+always \x7F77\x4E86 24-245-1235-12356
+always \x77AD\x89E3 1235-12356-15-2346
+always \x7BB1\x7C60 125-1345-1236-1356
+always \x7C60\x7F69 1236-1356-14-125
+always \x7C60\x7D71 1236-1356-2346-1356
+always \x9732\x99AC 123-14-246-23456
+always \x9732\x9921 123-14-125-124
+always \x9732\x919C 123-14-134-1346
+always \x9732\x982D 1236-12-234-146
+always \x7387\x723E 1246-1245-35-23456
+always \x7387\x7378 1246-1245-124-14
+always \x7DA0\x6797 1236-12-1235-16
+always \x7DA0\x71DF 1236-12-25-156
+always \x50B3\x7565 146-124-12356-24
+always \x843D\x50F9 123-125-15-245
+always \x9EBB\x5C07 246-2456-15-145
+always \x55CE\x5561 246-23456-235-345
+always \x8108\x8108 246-24-246-24
+always \x6C13\x96B8 246-1456-1235-12
+always \x7F70\x6C92 235-2456-246-24
+always \x6D78\x6C92 15-1-246-24
+always \x6C89\x6C92 134-16-246-24
+always \x6C92\x5948 246-24-1234-1245
+always \x6C92\x81CA 246-346-1245-125
+always \x60B6\x71B1 246-13-35-24
+always \x60B6\x8072 246-13-124-135
+always \x60B6\x7F50 246-13-16-124
+always \x60B6\x982D 246-13-234-146
+always \x60B6\x6703 246-13-126-34
+always \x60B6\x4E00 246-13-25-123
+always \x77C7\x9A19 246-135-2356-124
+always \x5167\x8499 1234-34-246-15
+always \x8499\x91AB 246-1356-25-123
+always \x8499\x5C0D 246-135-346-34
+always \x79D8\x9B6F 245-12-1236-1236
+always \x6CCC\x967D 245-12-25-1456
+always \x88DD\x6A21 146-1345-246-126
+always \x78E8\x7169 246-24-235-1246
+always \x78E8\x76E4 246-24-236-1246
+always \x96FB\x78E8 345-124-246-24
+always \x98A8\x78E8 235-135-246-24
+always \x767C\x6CE1 235-2345-236-1235
+always \x8CAC\x96E3 145-246-1234-124
+always \x89E3\x96E3 15-2346-1234-124
+always \x8FAF\x96E3 245-124-1234-124
+always \x5384\x96E3 23456-24-1234-124
+always \x52AB\x96E3 15-246-1234-124
+always \x6B7B\x96E3 1245-1236-1234-124
+always \x8A70\x96E3 15-246-1234-124
+always \x6392\x96E3 236-12456-1234-124
+always \x96E3\x53CB 1234-124-25-1346
+always \x554F\x96E3 26-1-1234-124
+always \x5201\x96E3 345-1235-1234-124
+always \x7926\x96E3 136-145-1234-124
+always \x96E3\x5F1F 1234-124-345-12
+always \x96E3\x7D93 1234-124-15-135
+always \x7AA9\x56CA 26-234-1234-256
+always \x5BE7\x53EF 12345-15-13-2346
+always \x5BE7\x6B7B 12345-15-1245-1236
+always \x5BE7\x7F3A 12345-15-1356-234
+always \x6BCB\x5BE7 26-126-12345-15
+always \x5BE7\x9858 12345-15-256-124
+always \x5BE7\x80AF 12345-15-13-136
+always \x5973\x7D05 123456-1236-16-135
+always \x767C\x7627 235-2345-25-125
+always \x924B\x5B50 24-125-145-23
+always \x5674\x9999 236-1-125-1345
+always \x6487\x958B 2356-234-13-12345
+always \x5C4F\x71DF 245-135-25-156
+always \x5C4F\x68C4 245-1356-135-12
+always \x8FEB\x64CA 236-123456-15-123
+always \x92EA\x9673 236-123-134-16
+always \x92EA\x5F35 236-123-14-1345
+always \x5E73\x92EA 2356-156-236-123
+always \x92EA\x6392 236-123-236-12456
+always \x92EA\x8ECC 236-123-16-3456
+always \x92EA\x780C 236-123-135-12
+always \x92EA\x6524 236-123-234-1234
+always \x92EA\x84CB 236-123-1-1245
+always \x92EA\x5929 236-123-2345-1234
+always \x92EA\x8DEF 236-123-1236-12
+always \x92EA\x5E73 236-123-2356-156
+always \x92EA\x5C55 236-123-14-12346
+always \x92EA\x8457 236-123-14-35
+always \x92EA\x4E00 236-123-25-123
+always \x92EA\x7BC9 236-123-146-12
+always \x92EA\x588A 236-123-345-124
+always \x92EA\x896F 236-123-134-1
+always \x92EA\x8A2D 236-123-124-24
+always \x92EA\x9326 236-123-15-136
+always \x92EA\x7709 236-123-246-346
+always \x92EA\x8B00 236-123-246-146
+always \x92EA\x958B 236-123-13-12345
+always \x92EA\x5730 236-123-345-12
+always \x92EA\x6558 236-123-1256-12
+always \x6A38\x5200 236-234-34-1235
+always \x539A\x6A38 12-14-236-24
+always \x6A38\x6A39 236-24-1246-12
+always \x6A38\x69FF 2356-1256-126-34
+always \x68F2\x68F2 125-123-125-123
+always \x5C4F\x6C23 245-1356-135-12
+always \x55C6\x8457 135-1345-14-35
+always \x52C9\x5F37 2456-12346-135-13456
+always \x5F37\x984F 135-13456-25-1246
+always \x5F37\x6C42 135-13456-135-146
+always \x727D\x5F37 135-1234-135-13456
+always \x5F37\x8FAF 135-13456-245-124
+always \x5F37\x903C 135-13456-245-123
+always \x5F37\x4F7F 135-13456-124-1236
+always \x5F37\x8A5E 135-13456-1345-126
+always \x5F37\x5634 15-145-1456-3456
+always \x5F37\x5C07 135-1456-15-145
+always \x7FF9\x4F01 135-1256-135-1236
+always \x7FF9\x76FC 135-1256-236-124
+always \x7FF9\x671B 135-1256-26-145
+always \x7FF9\x8DB3 135-1256-1456-126
+always \x5207\x8108 135-24-246-1245
+always \x71B1\x5207 35-24-135-24
+always \x78BA\x5207 1356-24-135-24
+always \x95DC\x5207 16-1234-135-24
+always \x5207\x819A 135-24-235-123
+always \x5207\x9F52 135-24-134-1236
+always \x5207\x984C 135-24-2345-126
+always \x6DD2\x5207 135-123-135-24
+always \x61C7\x5207 13-136-135-24
+always \x5207\x8A18 135-24-15-12
+always \x5207\x5BE6 135-24-124-126
+always \x89AA\x5207 135-13-135-24
+always \x9084\x60C5 126-1246-135-156
+always \x7570\x66F2 25-12-1356-1236
+always \x7D44\x66F2 1456-1236-1356-1236
+always \x9078\x66F2 1256-12346-1356-1236
+always \x6232\x66F2 125-12-1356-1236
+always \x8A5E\x66F2 1345-126-1356-1236
+always \x66F2\x85DD 1356-1236-25-12
+always \x8B5C\x66F2 236-1236-1356-1236
+always \x66F2\x5287 1356-1236-156-12
+always \x66F2\x8B5C 1356-1236-236-1236
+always \x66F2\x7D42 1356-1236-146-135
+always \x97FF\x66F2 125-13456-1356-1236
+always \x5708\x990A 156-124-25-13456
+always \x5F4C\x6492 2456-126-1245-2345
+always \x6492\x6B61 1245-2345-126-1234
+always \x6492\x7DB2 1245-2345-26-13456
+always \x6492\x6F51 1245-2345-236-234
+always \x6492\x6C23 1245-2345-135-12
+always \x95DC\x585E 16-1234-1245-1245
+always \x908A\x585E 245-1234-1245-1245
+always \x585E\x8CAC 1245-24-145-246
+always \x64C1\x585E 256-135-1245-24
+always \x6563\x990A 1245-12346-25-13456
+always \x6563\x8A18 1245-12346-15-12
+always \x6563\x5291 1245-12346-15-12
+always \x6563\x88DD 1245-12346-146-1345
+always \x6563\x898B 1245-12346-15-124
+always \x6563\x4E82 1245-12346-1236-124
+always \x6CBB\x55AA 14-12-1245-1345
+always \x570B\x55AA 16-246-1245-1345
+always \x559C\x55AA 125-1236-1245-1345
+always \x5C45\x55AA 156-123-1245-1345
+always \x5A5A\x55AA 126-13-1245-1345
+always \x55AA\x846C 1245-1345-145-145
+always \x55AA\x5047 1245-1345-15-245
+always \x5B88\x55AA 124-1346-1245-1345
+always \x55AA\x9580 1245-1345-246-16
+always \x5954\x55AA 24-13-1245-1345
+always \x51FA\x55AA 1346-123-1245-1345
+always \x55AA\x670D 1245-1345-235-126
+always \x670D\x55AA 235-126-1245-1345
+always \x55AA\x79AE 1245-1345-1235-1236
+always \x5831\x55AA 24-125-1245-1345
+always \x55AA\x4E82 1245-1345-1236-124
+always \x5F14\x55AA 345-125-1245-1345
+always \x55AA\x9418 1245-1345-146-135
+always \x55AA\x4E8B 1245-1345-124-12
+always \x767C\x55AA 235-2345-1245-1345
+always \x6383\x8208 1245-12356-125-15
+always \x5BF6\x5239 24-12356-134-245
+always \x6247\x52D5 124-1234-346-15
+always \x6247\x98A8 124-1234-235-135
+always \x5C11\x5152 124-125-35-2456
+always \x5C11\x6771 124-125-346-135
+always \x95CA\x5C11 136-24-124-125
+always \x9130\x820D 1235-16-124-24
+always \x8FB2\x820D 12346-156-124-24
+always \x9928\x820D 16-12346-124-24
+always \x8C6C\x820D 146-123-124-24
+always \x8655\x8EAB 1346-1236-124-13
+always \x5431\x8072 145-123-124-135
+always \x7701\x8996 125-1356-124-12
+always \x62FE\x7D1A 124-24-15-126
+always \x7D50\x5BE6 15-234-124-23
+always \x6A19\x8B58 245-1235-14-12
+always \x5F37\x8B58 135-1456-14-12
+always \x5C6C\x76F8 1246-1236-125-145
+always \x6578\x898B 1246-24-15-124
+always \x6578\x4E5D 1246-1236-15-1346
+always \x6B77\x6578 1235-12-1246-1236
+always \x6578\x5F97 1246-1236-34-246
+always \x7D66\x6C34 15-1236-1246-3456
+always \x9001\x9084 12456-15-126-1246
+always \x9001\x55AA 12456-15-1245-1345
+always \x8D9F\x904E 234-1345-16-24
+always \x9AD4\x5DF1 2345-123-15-1236
+always \x6311\x52D5 2345-12356-346-15
+always \x8CBC\x5207 2345-234-135-24
+always \x524A\x9435 1256-234-2345-2346
+always \x756B\x5E16 126-245-2345-24
+always \x81E8\x5E16 1235-16-2345-24
+always \x7D05\x5F64 126-156-2346-135
+always \x5954\x982D 24-1-234-25
+always \x70BA\x6B64 26-34-1345-1236
+always \x7279\x70BA 234-24-26-34
+always \x5C09\x9072 256-12-134-126
+always \x7CFB\x7DCA 15-12-15-136
+always \x7CFB\x9234 15-12-1235-156
+always \x5676\x5EC8 1-2456-125-245
+always \x5EC8\x9580 125-245-246-16
+always \x5A01\x5687 26-345-12-24
+always \x606B\x5687 346-15-12-24
+always \x6050\x5687 136-1356-12-24
+always \x671D\x9BAE 134-1256-125-12346
+always \x9BAE\x6709 125-12346-25-1346
+always \x9BAE\x898B 125-12346-15-124
+always \x62C9\x7E96 123-2345-135-124
+always \x7E34\x592B 135-124-235-123
+always \x7E96\x7E69 135-124-124-156
+always \x76F8\x518A 125-145-1345-24
+always \x919C\x76F8 134-1346-125-145
+always \x5110\x76F8 245-13-125-145
+always \x88DD\x76F8 146-1345-125-145
+always \x76F8\x7D19 125-145-14-1236
+always \x55AE\x76F8 34-1234-125-145
+always \x524A\x6E1B 1256-234-15-12346
+always \x524A\x9AEE 1256-234-235-245
+always \x524A\x8077 1256-234-14-126
+always \x522A\x524A 124-1234-1256-234
+always \x53C3\x6821 1345-1234-15-125
+always \x6821\x5834 15-125-134-13456
+always \x6821\x6A23 15-125-25-145
+always \x6821\x9EDE 15-125-345-12346
+always \x7DE8\x6821 245-1234-15-125
+always \x6821\x9A57 15-125-25-124
+always \x5BE9\x6821 124-136-15-125
+always \x71C8\x82AF 34-135-125-13
+always \x5641\x5FC3 23456-2346-125-13
+always \x8655\x5FC3 1346-1236-125-13
+always \x96C5\x8208 25-23456-125-15
+always \x5373\x8208 15-126-125-15
+always \x9918\x8208 256-126-125-15
+always \x8208\x9AD8 125-15-1-1235
+always \x8A69\x8208 124-123-125-15
+always \x8208\x81F4 125-15-14-12
+always \x610F\x8208 25-12-125-15
+always \x9AD8\x8208 1-1235-125-15
+always \x9152\x8208 15-1346-125-15
+always \x6557\x8208 24-1245-125-15
+always \x8208\x5473 125-15-26-34
+always \x8208\x982D 125-15-234-146
+always \x8AC7\x8208 234-1246-125-15
+always \x904A\x8208 25-146-125-15
+always \x8C6A\x8208 12-1256-125-15
+always \x52A9\x8208 146-12-125-15
+always \x7CE7\x884C 1235-1456-12-1456
+always \x8F49\x884C 146-12346-12-1456
+always \x884C\x5E6B 12-1456-24-1345
+always \x884C\x8CA8 12-1456-126-24
+always \x884C\x7576 12-1456-34-145
+always \x96E3\x5144 1234-124-1256-135
+always \x96DE\x8840 15-123-125-2346
+always \x737B\x8840 125-124-125-2346
+always \x58D3\x6839 25-245-1-13
+always \x555E\x555E 25-2345-25-2345
+always \x54BD\x6C23 25-124-135-12
+always \x4E0B\x56A5 125-245-25-124
+always \x85CF\x85E5 145-145-25-125
+always \x5C11\x723A 124-125-25-35
+always \x6396\x8457 25-234-14-35
+always \x8449\x97FB 125-246-256-1
+always \x593E\x8863 15-2456-25-123
+always \x907A\x5C11 25-126-124-125
+always \x5C6C\x610F 146-1236-25-12
+always \x852D\x5E87 25-1-245-12
+always \x5E87\x852D 245-12-25-1
+always \x6BB7\x7D05 25-1234-126-156
+always \x4E00\x61C9 25-123-25-135
+always \x61C9\x7686 25-135-15-234
+always \x50AD\x91D1 256-15-15-13
+always \x50AD\x9322 256-15-135-1246
+always \x7A7A\x9918 136-15-256-126
+always \x8207\x6703 256-12-126-34
+always \x53C3\x8207 1345-1234-256-12
+always \x8207\x805E 256-12-26-16
+always \x9396\x9470 12456-2346-256-24
+always \x7D05\x6688 126-156-256-1
+always \x5149\x6688 16-1345-256-1
+always \x971E\x6688 125-2456-256-1
+always \x58A8\x6688 246-24-256-1
+always \x6688\x73E5 256-1-35-23456
+always \x6688\x8755 256-1-124-126
+always \x6688\x9069 256-1-124-12
+always \x6688\x72C0 256-1-146-145
+always \x6688\x5708 256-1-1356-1234
+always \x4E73\x6688 356-1236-256-1
+always \x8F49\x8F09 146-12346-145-123456
+always \x5343\x8F09 135-1234-145-123456
+always \x9644\x8F09 235-12-145-123456
+always \x520A\x8F09 13-1234-145-123456
+always \x9023\x8F09 1235-1246-145-123456
+always \x767B\x8F09 34-135-145-123456
+always \x8A18\x8F09 15-12-145-123456
+always \x8377\x8F09 12-24-145-1245
+always \x4E0B\x8F09 125-245-145-123456
+always \x534A\x8F09 24-124-145-1245
+always \x4E0A\x8F09 124-145-145-123456
+always \x4E00\x8F09 25-123-145-123456
+always \x5169\x8F09 1235-13456-145-123456
+always \x4E8C\x8F09 35-245-145-123456
+always \x4E09\x8F09 1245-1234-145-123456
+always \x56DB\x8F09 1245-12-145-123456
+always \x4E94\x8F09 26-1236-145-123456
+always \x516D\x8F09 1235-14-145-123456
+always \x4E03\x8F09 135-123-145-123456
+always \x516B\x8F09 24-2345-145-123456
+always \x4E5D\x8F09 15-1346-145-123456
+always \x5341\x8F09 124-126-145-123456
+always \x767E\x8F09 24-123456-145-123456
+always \x842C\x8F09 26-124-145-123456
+always \x8F09\x5165 145-123456-356-12
+always \x8655\x5728 1346-1236-145-1245
+always \x6522\x805A 13456-1246-156-12
+always \x6522\x52D5 13456-1246-346-15
+always \x6522\x5C04 13456-1246-124-24
+always \x6522\x7709 13456-1246-246-346
+always \x6522\x7C07 13456-1246-13456-12
+always \x6522\x4E09 13456-1246-1245-1234
+always \x6522\x8E59 13456-1246-13456-12
+always \x6522\x6522 13456-1246-13456-1246
+always \x5167\x81DF 1234-34-145-145
+always \x4E94\x81DF 26-1236-145-145
+always \x81DF\x8151 145-145-235-1236
+always \x81DF\x5668 145-145-135-12
+always \x809D\x81DF 1-1234-145-145
+always \x5FC3\x81DF 125-13-145-145
+always \x813E\x81DF 2356-1236-145-145
+always \x80BA\x81DF 235-34-145-145
+always \x814E\x81DF 124-1-145-145
+always \x9AD2\x8C61 145-145-125-145
+always \x64C7\x83DC 14-12456-1345-1245
+always \x66FE\x9594 145-135-2456-136
+always \x7D81\x7D2E 24-13456-145-2345
+always \x7D50\x7D2E 15-246-145-2345
+always \x5305\x7D2E 24-1235-145-2345
+always \x6346\x7D2E 136-136-145-2345
+always \x99AC\x7D2E 246-23456-14-2456
+always \x8ECB\x92FC 14-2456-1-1345
+always \x8ECB\x96C1 14-2456-25-124
+always \x8ECB\x8F62 14-2456-1235-12
+always \x6EFE\x8ECB 16-136-14-2456
+always \x8ECB\x6C95 14-2456-2456-12
+always \x8ECB\x82B4 14-2456-26-12
+always \x92A1\x8ECB 15-126-14-2456
+always \x8ECB\x8F25 14-2456-16-136
+always \x8ECB\x4EF6 14-2456-15-124
+always \x8ECB\x6750 14-2456-1345-12456
+always \x8ECB\x935B 14-2456-346-124
+always \x8ECB\x5C16 14-2456-15-1234
+always \x8ECB\x6A5F 14-2456-15-123
+always \x8ECB\x670B 1-2456-236-156
+always \x8ECB\x82D7 1-2456-2456-1256
+always \x8ECB\x8CEC 1-2456-14-145
+always \x8CEC\x8ECB 14-145-1-2456
+always \x8ECB\x62C9 1-2456-123-2345
+always \x8ECB\x7A7A 1-2456-136-135
+always \x8ECB\x5DEE 1-2456-134-2345
+always \x8ECB\x9B27 1-2456-1234-125
+always \x70B8\x9B5A 14-2456-256-126
+always \x70B8\x96DE 14-2456-15-126
+always \x7C98\x87F2 12345-1246-1346-156
+always \x8166\x6F32 1234-12356-14-145
+always \x6F32\x7D05 14-145-126-156
+always \x6CE1\x6F32 236-125-14-145
+always \x81C9\x6F32 1235-12346-14-145
+always \x6298\x9A30 14-234-234-156
+always \x6399\x624E 14-135-14-2456
+always \x767C\x6014 235-2345-14-15
+always \x7665\x7D50 14-135-15-246
+always \x8655\x7F6E 1346-1236-14-12
+always \x4E2D\x898F 146-15-16-345
+always \x4E2D\x6A19 146-15-245-1235
+always \x64CA\x4E2D 15-123-146-15
+always \x9078\x4E2D 1256-12346-146-15
+always \x6C92\x4E2D 246-346-146-15
+always \x5957\x7A2E 234-125-146-15
+always \x7A2E\x5730 146-15-345-12
+always \x8292\x7A2E 246-1456-146-15
+always \x7A2E\x7530 146-15-2345-1246
+always \x5F15\x7A2E 25-136-146-15
+always \x6436\x7A2E 135-13456-146-15
+always \x7A2E\x690D 146-15-14-126
+always \x63A5\x7A2E 15-234-146-15
+always \x7A2E\x75D8 146-15-34-14
+always \x9EDE\x7A2E 345-12346-146-15
+always \x5FA9\x7A2E 235-12-146-15
+always \x5EE3\x7A2E 16-13456-146-15
+always \x7A2E\x74DC 146-15-16-2345
+always \x79DF\x7A2E 1456-123-146-15
+always \x8A66\x7A2E 124-12-146-15
+always \x7A2E\x4E0B 146-15-125-245
+always \x7A2E\x6A39 146-15-1246-12
+always \x7A2E\x4E86 146-15-123-35
+always \x7A2E\x4E0A 146-15-124-145
+always \x91CD\x5BE9 1346-156-124-136
+always \x91CD\x8FA6 1346-156-24-124
+always \x91CD\x5DD2 1346-156-1236-1246
+always \x91CD\x6A23 1346-156-25-145
+always \x91CD\x8B6F 1346-156-25-12
+always \x5169\x91CD 1235-13456-1346-156
+always \x91CD\x7C37 1346-156-25-1246
+always \x91CD\x807D 1346-156-2345-135
+always \x91CD\x5F35 1346-156-14-1345
+always \x91CD\x5713 1346-156-256-1246
+always \x91CD\x898B 1346-156-15-124
+always \x91CD\x6EAB 1346-156-26-13
+always \x91CD\x7E6D 1346-156-15-12346
+always \x91CD\x7DF4 1346-156-1235-124
+always \x91CD\x9023 1346-156-1235-1246
+always \x91CD\x6B78 1346-156-16-345
+always \x8EF8\x6232 14-14-125-12
+always \x6383\x5E1A 1245-125-14-25
+always \x722A\x5152 146-23456-35-0
+always \x96DE\x722A 15-123-146-23456
+always \x8C93\x722A 246-1235-146-23456
+always \x9435\x722A 2345-2346-146-23456
+always \x92FC\x722A 1-1345-146-23456
+always \x5F8C\x722A 12-14-146-23456
+always \x8F49\x6587 146-123456-26-16
+always \x8F49\x5708 146-124-1356-1234
+always \x81EA\x8F49 145-12-146-124
+always \x8F49\x6905 146-124-25-1236
+always \x6253\x8F49 34-23456-146-124
+always \x8F49\x7B4B 146-124-15-13
+always \x65CB\x8F49 1256-1246-146-124
+always \x8F49\x8EF8 146-124-14-146
+always \x8F49\x52D5 146-124-346-15
+always \x8F2A\x8F49 1236-16-146-124
+always \x8F49\x7210 146-124-1236-126
+always \x8F49\x76E4 146-124-236-1246
+always \x8F49\x9580 146-124-246-16
+always \x8F49\x6AAF 146-124-234-12456
+always \x7A7A\x8F49 136-135-146-124
+always \x5012\x8F49 34-125-146-124
+always \x8F49\x5411 146-124-125-145
+always \x516C\x8F49 16-135-146-124
+always \x8F49\x901F 146-124-12456-12
+always \x8F49\x60A0 146-124-25-25
+always \x8F49\x8457 146-124-14-35
+always \x8F49\x5B50 146-124-145-23
+always \x98DB\x8F49 235-345-146-124
+always \x690E\x8F2A 1346-346-1236-16
+always \x9435\x690E 2345-2346-1346-346
+always \x5931\x8457 124-123-14-1235
+always \x8457\x6578 14-1235-1246-12
+always \x8457\x88DD 146-246-146-1345
+always \x8457\x610F 146-246-25-12
+always \x8457\x7B46 146-246-245-1236
+always \x81A0\x8457 15-1235-146-246
+always \x8457\x773C 146-246-25-12346
+always \x8457\x58A8 146-246-246-24
+always \x8457\x5FD9 14-1256-246-1456
+always \x8A72\x8457 1-12345-14-1256
+always \x8457\x8FF7 14-1256-2456-126
+always \x8457\x9B54 14-1256-246-246
+always \x7121\x8457 26-126-146-246
+always \x5F97\x8457 34-246-14-1256
+always \x8457\x4E86 14-1256-123-35
+always \x9AD8\x8457 1-1235-14-1235
+always \x8457\x5152 14-1235-35-0
+always \x4E00\x8457 25-123-14-1235
+always \x64A3\x90A6 124-124-24-1345
+always \x64A3\x65CF 124-124-1456-126
+always \x7E2B\x5B50 235-15-145-23
+always \x5F48\x5B50 34-124-145-23
+always \x947D\x4E95 1456-124-15-1356
+always \x947D\x5854 1456-124-234-23456
+always \x947D\x5DE5 1456-124-16-135
+always \x96FB\x947D 345-124-1456-124
+always \x98A8\x947D 235-135-1456-124
+always \x947D\x6A5F 1456-124-15-123
+always \x947D\x5E8A 1456-124-1346-1456
+always \x947D\x6212 1456-124-15-24
+always \x92FC\x947D 1-1345-1456-124
+always \x5341\x947D 124-126-1456-124
+always \x9343\x947D 126-234-1456-124
+always \x947D\x5177 1456-124-156-12
+always \x525B\x947D 1-1345-1456-124
+always \x5FC3\x947D 125-13-1456-124
+always \x947D\x982D 1456-124-234-146
+always \x9472\x947D 125-1345-1456-124
+always \x6C34\x947D 1246-3456-1456-124
+always \x9EC3\x947D 126-1456-1456-124
+always \x7DA0\x947D 12356-12-1456-124
+always \x7D05\x947D 126-156-1456-124
+always \x85CD\x947D 123-1246-1456-124
+always \x9ED1\x947D 12-345-1456-124
+always \x7D2B\x947D 145-1236-1456-124
+always \x6A59\x947D 134-156-1456-124
+always \x9752\x947D 135-135-1456-124
+always \x5F69\x947D 1345-123456-1456-124
+always \x9593\x4F5C 15-124-1456-24
+always \x4E9F\x4F86 135-12-123-12456
+always \x5BD2\x5096 12-1246-134-136
+always \x4F3D\x99AC 1-2345-246-23456
+always \x75C0\x50C2 156-123-123-146
+always \x8173\x8DD0 15-12356-1345-1236
+always \x8DD0\x8457 1345-1236-14-35
+always \x8A70\x5C48 15-126-1356-123
+always \x5729\x5834 1256-123-134-13456
+always \x8D95\x5729 1-12346-1256-123
+always \x5729\x93AE 1256-123-14-1
+always \x8541\x9EBB 135-1246-246-2456
+always \x6771\x839E 346-135-16-12346
+always \x62D7\x65B7 23456-12356-346-124
+always \x9055\x62D7 26-346-23456-125
+always \x53E8\x64FE 234-1235-35-12356
+always \x53E8\x562E 34-1235-123-1256
+always \x562E\x53E8 123-1256-34-1235
+always \x5B71\x982D 1345-124-234-146
+always \x9EC3\x9A43 126-1456-245-1235
+always \x7DA2\x7E46 134-146-246-146
+always \x7D15\x7E46 2356-123-2456-14
+always \x7E46\x8AAA 2456-14-1246-234
+always \x7E46\x821B 2456-14-1346-12346
+always \x7E46\x623E 2456-14-1235-12
+always \x7E46\x60A0 2456-14-25-134
+always \x7E46\x5984 2456-14-26-145
+always \x8352\x7E46 126-1345-2456-14
+always \x7E46\x5DE7 2456-14-135-12356
+always \x7E46\x65AF 2456-14-1245-123
+always \x5927\x7E46 34-245-2456-14
+always \x7E46\x50B3 2456-14-1346-1246
+always \x7E46\x8AA4 2456-14-26-12
+always \x6A05\x967D 1456-135-25-1456
+always \x67B8\x6ADE 156-1236-256-1246
+always \x79E6\x6A9C 135-16-126-34
+always \x6AB3\x6994 245-135-123-1456
+always \x6227\x810A 135-145-15-1236
+always \x5920\x6227 1-14-135-145
+always \x6227\x91D1 135-145-15-13
+always \x6227\x4F4F 135-145-146-12
+always \x6227\x5728 135-145-145-1245
+always \x6227\x67F1 135-145-146-12
+always \x6227\x52C1 135-145-15-1
+always \x6227\x53F0 135-145-234-12456
+always \x6227\x5824 135-145-345-123
+always \x6227\x9762 135-145-2456-124
+always \x9183\x81E2 23456-2345-145-2345
+always \x81CA\x7D05 1245-125-126-156
+always \x81CA\x8072 1245-125-124-135
+always \x8A0E\x81CA 234-12356-1245-125
+always \x81CA\x6C23 1245-125-135-12
+always \x5C01\x79AA 235-135-124-124
+always \x79AA\x4F4D 124-124-26-34
+always \x5289\x79AA 1235-146-124-124
+always \x9285\x923F 2346-156-2345-1246
+always \x6D0B\x923F 25-1456-2345-1246
+always \x8ECA\x923F 134-234-2345-1246
+always \x9905\x943A 245-1356-134-135
+always \x8336\x943A 134-2456-134-135
+always \x943A\x9F0E 134-135-345-1356
+always \x943A\x9B32 134-135-1-246
+always \x943A\x6236 134-135-126-12
+always \x943A\x982D 134-135-234-146
+always \x943A\x65CB 134-135-1256-1246
+always \x943A\x6CB9 134-135-25-146
+always \x9F0E\x943A 345-1356-134-135
+always \x85E5\x943A 25-125-134-135
+always \x9152\x943A 15-1346-134-135
+always \x8F51\x943A 123-1256-134-135
+always \x8317\x943A 2456-156-134-135
+always \x6CE5\x943A 12345-126-134-135
+always \x77F3\x943A 124-126-134-135
+always \x929A\x943A 345-125-134-135
+always \x571F\x943A 2346-1236-134-135
+always \x74E6\x943A 26-23456-134-135
+always \x6CB9\x943A 25-146-134-135
+always \x6298\x943A 14-246-134-135
+always \x8173\x943A 15-12356-134-135
+always \x8DB3\x943A 1456-126-134-135
+always \x943A\x8173 134-135-15-12356
+always \x4E2D\x9D60 146-135-16-1236
+always \x879E\x86B1 246-23456-14-356
+always \x879E\x8782 246-2345-123-256
+always \x560D\x56C9 123-146-1236-234
+always \x4F3D\x85CD 135-246-123-1246
+always \x5E7E\x884C 15-1236-12-1456
+always \x5169\x884C 1235-13456-12-1456
+always \x842C\x884C 26-124-12-1456
+always \x611B\x85C9 23456-1245-15-24
+always \x85C9\x8A5E 15-24-1345-126
+always \x860A\x85C9 256-1-15-24
+always \x7E45\x85C9 1245-1235-15-24
+always \x83A8\x8569 123-145-34-145
+always \x64A9\x64A5 1235-1256-24-234
+always \x64A9\x52D5 1235-1256-346-15
+always \x64A9\x9B25 1235-1256-34-14
+always \x64A9\x9264 1235-1256-1-134
+always \x64A9\x4E82 1235-1256-1236-124
+always \x64A9\x7E5E 1235-1256-35-125
+always \x64A9\x6DFA 1235-12356-135-12346
+always \x64A9\x8173 1235-125-15-12356
+always \x7387\x968A 1246-1245-346-34
+always \x92EA\x5E8A 236-123-1346-1456
+always \x7D05\x82D5 126-156-124-1256
+always \x76F8\x614B 125-145-234-1245
+always \x6190\x76F8 1235-1246-125-145
+always \x8208\x6703 125-15-126-34
+always \x5169\x5BBF 1235-13456-125-1346
+always \x9D28\x8840 25-2345-125-2346
+always \x8C6C\x8840 146-123-125-2346
+always \x7D2E\x8FAE 145-2345-245-124
+always \x7D2E\x7DCA 145-2345-15-136
+always \x7D2E\x4F4F 145-2345-146-12
+always \x7D2E\x53E3 145-2345-13-1346
+always \x9435\x67F5 2345-2346-14-245
+always \x67F5\x5B50 14-245-145-23
+always \x67F5\x6B04 14-245-123-1246
+always \x6728\x67F5 246-12-14-245
+always \x76DB\x98EF 134-156-235-124
+always \x76DB\x6EFF 134-156-246-12346
+always \x76DB\x6E6F 134-156-234-1345
+always \x645F\x982D 123-134-234-146
+always \x645F\x8349 123-134-1345-12356
+always \x806F\x884C 1235-1246-12-1456
+always \x88E1\x9577 1235-1236-14-13456
+always \x95BC\x6C0F 25-1234-14-123
+always \x5C6C\x6587 146-1236-26-16
+always \x5C6C\x671B 146-1236-26-145
+always \x76F8\x5C6C 125-1345-146-1236
+always \x9EBC\x8457 246-35-14-1235
+always \x88C2\x8457 1235-2346-14-35
+always \x7E2E\x7802 12456-12-124-2
+always \x9084\x9322 126-1246-135-1246
+always \x975A\x4ED4 1235-145-145-123456
+always \x4E7E\x7E23 135-1246-125-124
+always \x856D\x4E7E 125-1235-135-1246
+always \x985B\x4E7E 345-1234-135-1246
+always \x4E7E\x8ECB 135-1246-25-245
+always \x50C2\x7F85 123-146-1236-246
+always \x7DE8\x8457 245-1234-146-12
+always \x8F03\x8457 15-125-146-12
+always \x8AD6\x8457 1236-1-146-12
+always \x986F\x8457 125-12346-146-12
+always \x8B6F\x8457 25-12-146-12
+always \x8457\x7A31 146-12-134-135
+always \x8457\x9304 146-12-1236-12
+always \x8457\x66F8 146-12-1246-123
+always \x5C08\x8457 146-1234-146-12
+always \x4E26\x8457 245-15-146-12
+always \x982D\x8457 234-146-146-246
+always \x8457\x982D 146-246-234-146
+always \x9087\x8457 35-23456-146-12
+always \x5F4C\x8457 2456-126-146-12
+always \x8449\x8457 25-24-146-246
+always \x8457\x65BC 146-12-256-126
+always \x4ED4\x6232 145-123456-125-12
+always \x8C6C\x4ED4 146-123-145-123456
+always \x99AC\x4ED4 246-23456-145-123456
+always \x9F8D\x4ED4 1236-156-145-123456
+always \x9670\x4FDE 25-123-1246-123
+always \x81BD\x4FDE 34-12346-1246-123
+always \x814E\x4FDE 124-1-1246-123
+always \x8178\x4FDE 134-1456-1246-123
+always \x74B0\x4FDE 126-1246-1246-123
+always \x6975\x4FDE 15-126-1246-123
+always \x81EA\x4E2A\x513F 145-12-1-2346-35-0
+always \x81EA\x5404\x513F 145-12-1-2346-35-0
+always \x81EA\x500B\x5152 145-12-1-2346-35-0
+always \x81EA\x5404\x5152 145-12-1-2346-35-0
+always \x66FE\x5C0F\x8D24 145-135-125-12356-125-1246
+always \x66FE\x4ED5\x5F3A 145-135-124-12-135-1456
+always \x66FE\x5C0F\x8CE2 145-135-125-12356-125-1246
+always \x66FE\x4ED5\x5F37 145-135-124-12-135-1456
+always \x66FE\x570B\x85E9 145-135-16-246-235-1234
+always \x66FE\x5FD7\x5049 145-135-14-12-26-3456
+always \x66FE\x56FD\x85E9 145-135-16-246-235-1234
+always \x66FE\x5FD7\x4F1F 145-135-14-12-26-3456
+always \x5174\x51B2 125-15-1346-135
+always \x8208\x6C96 125-15-1346-135
+#
+# Electronic Braille symbols
+noback sign \xE234 1
+noback sign \xE235 2
+noback sign \xE236 12
+noback sign \xE237 3
+noback sign \xE238 13
+noback sign \xE239 23
+noback sign \xE23A 123
+noback sign \xE23B 4
+noback sign \xE23C 14
+noback sign \xE23D 24
+noback sign \xE23E 124
+noback sign \xE23F 34
+noback sign \xE240 134
+noback sign \xE241 234
+noback sign \xE242 1234
+noback sign \xE243 5
+noback sign \xE244 15
+noback sign \xE245 25
+noback sign \xE246 125
+noback sign \xE247 35
+noback sign \xE248 135
+noback sign \xE249 235
+noback sign \xE24A 1235
+noback sign \xE24B 45
+noback sign \xE24C 145
+noback sign \xE24D 245
+noback sign \xE24E 1245
+noback sign \xE24F 345
+noback sign \xE250 1345
+noback sign \xE251 2345
+noback sign \xE252 12345
+noback sign \xE253 6
+noback sign \xE254 16
+noback sign \xE255 26
+noback sign \xE256 126
+noback sign \xE257 36
+noback sign \xE258 136
+noback sign \xE259 236
+noback sign \xE25A 1236
+noback sign \xE25B 46
+noback sign \xE25C 146
+noback sign \xE25D 246
+noback sign \xE25E 1246
+noback sign \xE25F 346
+noback sign \xE260 1346
+noback sign \xE261 2346
+noback sign \xE262 12346
+noback sign \xE263 56
+noback sign \xE264 156
+noback sign \xE265 256
+noback sign \xE266 1256
+noback sign \xE267 356
+noback sign \xE268 1356
+noback sign \xE269 2356
+noback sign \xE26A 12356
+noback sign \xE26B 456
+noback sign \xE26C 1456
+noback sign \xE26D 2456
+noback sign \xE26E 12456
+noback sign \xE26F 3456
+noback sign \xE270 13456
+noback sign \xE271 23456
+noback sign \xE272 123456
+noback sign \xE273 0
+#
+# The number of full-width characters
+numsign 3456
+digit \xFF11 1
+digit \xFF12 12
+digit \xFF13 14
+digit \xFF14 145
+digit \xFF15 15
+digit \xFF16 124
+digit \xFF17 1245
+digit \xFF18 125
+digit \xFF19 24
+digit \xFF10 245
+#
+# Serial number
+sign \x2488 3456-1-3
+sign \x2489 3456-12-3
+sign \x248A 3456-14-3
+sign \x248B 3456-145-3
+sign \x248C 3456-15-3
+sign \x248D 3456-124-3
+sign \x248E 3456-1245-3
+sign \x248F 3456-125-3
+sign \x2490 3456-24-3
+sign \x2491 3456-1-245-3
+sign \x2492 3456-1-1-3
+sign \x2493 3456-1-12-3
+sign \x2494 3456-1-14-3
+sign \x2495 3456-1-145-3
+sign \x2496 3456-1-15-3
+sign \x2497 3456-1-124-3
+sign \x2498 3456-1-1245-3
+sign \x2499 3456-1-125-3
+sign \x249A 3456-1-24-3
+sign \x249B 3456-12-245-3
+#
+sign \x2474 3456-1-0
+sign \x2475 3456-12-0
+sign \x2476 3456-14-0
+sign \x2477 3456-145-0
+sign \x2478 3456-15-0
+sign \x2479 3456-124-0
+sign \x247A 3456-1245-0
+sign \x247B 3456-125-0
+sign \x247C 3456-24-0
+sign \x247D 3456-1-245-0
+sign \x247E 3456-1-1-0
+sign \x247F 3456-1-12-0
+sign \x2480 3456-1-14-0
+sign \x2481 3456-1-145-0
+sign \x2482 3456-1-15-0
+sign \x2483 3456-1-124-0
+sign \x2484 3456-1-1245-0
+sign \x2485 3456-1-125-0
+sign \x2486 3456-1-24-0
+sign \x2487 3456-12-245-0
+#
+sign \x2460 3456-2-0
+sign \x2461 3456-23-0
+sign \x2462 3456-25-0
+sign \x2463 3456-256-0
+sign \x2464 3456-26-0
+sign \x2465 3456-235-0
+sign \x2466 3456-2356-0
+sign \x2467 3456-236-0
+sign \x2468 3456-35-0
+sign \x2469 3456-2-356-0
+#
+sign \x2160 6-24-256
+sign \x2161 6-24-24-256
+sign \x2162 6-24-24-24-256
+sign \x2163 6-24-1236-256
+sign \x2164 6-1236-256
+sign \x2165 6-1236-24-256
+sign \x2166 6-1236-24-24-256
+sign \x2167 6-1236-24-24-24-256
+sign \x2168 6-24-1346-256
+sign \x2169 6-1346-256
+sign \x216A 6-1346-24-256
+sign \x216B 6-1346-24-24-256
+#
+sign \x2170 56-24-256
+sign \x2171 56-24-24-256
+sign \x2172 56-24-24-24-256
+sign \x2173 56-24-1236-256
+sign \x2174 56-1236-256
+sign \x2175 56-1236-24-256
+sign \x2176 56-1236-24-24-256
+sign \x2177 56-1236-24-24-24-256
+sign \x2178 56-24-1346-256
+sign \x2179 56-1346-256
+#
+# The letters of full-width characters
+lowercase \xFF41 1
+lowercase \xFF42 12
+lowercase \xFF43 14
+lowercase \xFF44 145
+lowercase \xFF45 15
+lowercase \xFF46 124
+lowercase \xFF47 1245
+lowercase \xFF48 125
+lowercase \xFF49 24
+lowercase \xFF4A 245
+lowercase \xFF4B 13
+lowercase \xFF4C 123
+lowercase \xFF4D 134
+lowercase \xFF4E 1345
+lowercase \xFF4F 135
+lowercase \xFF50 1234
+lowercase \xFF51 12345
+lowercase \xFF52 1235
+lowercase \xFF53 234
+lowercase \xFF54 2345
+lowercase \xFF55 136
+lowercase \xFF56 1236
+lowercase \xFF57 2456
+lowercase \xFF58 1346
+lowercase \xFF59 13456
+lowercase \xFF5A 1356
+#
+uppercase \xFF21 1
+uppercase \xFF22 12
+uppercase \xFF23 14
+uppercase \xFF24 145
+uppercase \xFF25 15
+uppercase \xFF26 124
+uppercase \xFF27 1245
+uppercase \xFF28 125
+uppercase \xFF29 24
+uppercase \xFF2A 245
+uppercase \xFF2B 13
+uppercase \xFF2C 123
+uppercase \xFF2D 134
+uppercase \xFF2E 1345
+uppercase \xFF2F 135
+uppercase \xFF30 1234
+uppercase \xFF31 12345
+uppercase \xFF32 1235
+uppercase \xFF33 234
+uppercase \xFF34 2345
+uppercase \xFF35 136
+uppercase \xFF36 1236
+uppercase \xFF37 2456
+uppercase \xFF38 1346
+uppercase \xFF39 13456
+uppercase \xFF3A 1356
+#
+# Punctuation and symbol
+punctuation \x3005 5-6-2
+punctuation \x2502 5-2
+punctuation \x2500 6-36-3
+math \x2103 45-245-56-14
+math \x2109 45-245-56-124
+math \x2125 56-135-1356
+math \x2126 46-2456
+punctuation \x2016 46-456-1256
+punctuation \x2018 6-26
+punctuation \x2019 35-3
+punctuation \x201C 56-3
+punctuation \x201D 6-23
+punctuation \x2025 6-6-0
+punctuation \x2026 6-6-6-0
+math \x2030 3456-245-356-356
+math \x00B9 56-35-3456-1
+punctuation \x2035 4
+punctuation \xFE30 6-3
+punctuation \xFE31 6-36
+punctuation \xFE33 6-36-3
+punctuation \xFE34 5-6-2
+punctuation \xFE35 56-36
+punctuation \xFE36 36-23
+punctuation \xFE37 56-26
+punctuation \xFE38 35-23
+punctuation \xFE39 56-23
+punctuation \xFE3A 56-23
+punctuation \xFE3B 56-23
+punctuation \xFE3C 56-23
+punctuation \xFE3D 5-36
+punctuation \xFE3E 36-2
+math \xFE3F 5-246
+math \xFE40 5-135
+punctuation \xFE41 6-26
+punctuation \xFE42 35-3
+punctuation \xFE43 56-3
+punctuation \xFE44 6-23
+punctuation \xFE4F 5-6-2
+space \x3000 0
+punctuation \x3001 6-0
+punctuation \x3002 5-23
+digit \x3007 245
+punctuation \x3008 5-3
+punctuation \x3009 6-2
+punctuation \x300A 5-36
+punctuation \x300B 36-2
+punctuation \x300C 6-26
+punctuation \x300D 35-3
+punctuation \x300E 56-3
+punctuation \x300F 6-23
+punctuation \x3010 56-23
+punctuation \x3011 56-23
+punctuation \x3014 56-23
+punctuation \x3015 56-23
+punctuation \x3016 56-23
+punctuation \x3017 56-23
+punctuation \x301D 56-3
+punctuation \x301E 6-23
+punctuation \x3030 5-36-2
+math \xFF04 4-256
+math \xFF05 3456-245-356
+math \xFE6A 3456-245-356
+punctuation \xFF06 36
+punctuation \xFF08 56-36
+punctuation \xFF09 36-23
+math \xFF0A 35-35
+math \xFF0B 5-235
+punctuation \xFF0C 5-0
+math \xFF0D 5-36
+punctuation \xFF0E 46-256
+punctuation \xFF0F 456-34
+punctuation \xFF1A 6-3
+punctuation \xFF1B 56-0
+math \xFF1C 5-246
+math \xFF1D 5-2356
+math \xFF1E 5-135
+punctuation \xFF1F 5-3
+punctuation \xFF20 4-1
+punctuation \xFF3B 56-23
+punctuation \xFF3C 456-16
+punctuation \xFF3D 56-23
+punctuation \xFF3E 4-2-3
+punctuation \xFF3F 46-36
+punctuation \xFF40 46-16
+math \xFFE5 4-13456
+math \xFFE1 4-1234
+math \xFFE0 4-146
+punctuation \xFF5B 56-26
+punctuation \xFF5C 456-1256
+punctuation \xFF5D 35-23
+punctuation \xFF5E 5-6-2
+punctuation \xFF03 26-26
+punctuation \xFF07 3
+punctuation \xFF02 5
+punctuation ( 56-36
+punctuation ) 36-23
+punctuation [ 56-23
+punctuation ] 56-23
+punctuation { 56-26
+punctuation } 35-23
+punctuation * 35-35
+punctuation # 26-26
+punctuation % 3456-245-356
+punctuation \xFF01 56-2
+prepunc \xFF07 6-26
+postpunc \xFF07 35-3
+prepunc \xFF02 56-3
+postpunc \xFF02 6-23
+endnum \x53EA 14-123
+endnum \x884C 12-1456
+#
+# special character sequences
+noback context $uUdDm[]$S @0
+noback context $SdDm[]$u @56
+noback context $S[]$dDm @0
+noback context _1$S["\x7684"]$S @0-34-0
+noback context _1$S["\x662F"]$S @0-124-0
+noback context _1!$S["\x8457"]!$S @146-12
+class w \xE234\xE235\xE236\xE237\xE238\xE239\xE23A\xE23B\xE23C\xE23D\xE23E\xE23F\xE240\xE241\xE242\xE243\xE244\xE245\xE246\xE247\xE248\xE249\xE24A\xE24B\xE24C\xE24D\xE24E\xE24F\xE250\xE251\xE252\xE253\xE254\xE255\xE256\xE257\xE258\xE259\xE25A\xE25B\xE25C\xE25D\xE25E\xE25F\xE260\xE261\xE262\xE263\xE264\xE265\xE266\xE267\xE268\xE269\xE26A\xE26B\xE26C\xE26D\xE26E\xE26F\xE270\xE271\xE272\xE273
+noback correct $w[$s] ?
+# Stop
+#
+# Quoted the en-ueb-g1.ctb
+include en-ueb-chardefs.uti
+include en-ueb-math.ctb
+#
+repeated \s\s\s\s 0-0-0-0
+repeated __ 46-36-36
+repeated -- 36-36
+repeated ... 6-6-6-0
+repeated ## 26-26-26-26-0
+repeated ** 35-35-35-35-0
+repeated @@ 4-1-4-1-0
+repeated \x2026 6-6-6-0
+repeated \x2014 6-36
+prepunc \x2032 6-26
+postpunc \x2032 35-3
+prepunc \x2033 56-3
+postpunc \x2033 6-23
+midnum \s 5
+midnum " 0-3456
+midnum / 34
+midnum . 3
+midnum , 2
+joinnum \x20AC 4-15
+joinnum \x0024 4-256
+joinnum \x00A3 4-1234
+joinnum \x00A5 4-13456
+joinnum \xFFE5 4-13456
+joinnum \xFF04 4-256
+joinnum \xFFE1 4-1234
+joinnum \xFFE0 4-146
+#
+endword 's 3-234
+endword s' 234-3
+endword 't 3-2345
+endword 're 3-1235-15
+endword 've 3-1236-15
+endword 'm 3-134
+endword 'd 3-145
+endword 'll 3-123-123
+#
+capsletter 6
+begcapsword 6-6
+endcapsword 6-3
+#
+emphclass italic
+emphclass underline
+emphclass bold
+emphclass script
+emphclass transnote
+emphclass trans1
+emphclass trans2
+emphclass trans3
+emphclass trans4
+emphclass trans5
+#
+emphletter italic 46-23
+begemph italic 46-2
+endemph italic 46-3
+#
+emphletter bold 45-23
+begemph bold 45-2
+endemph bold 45-3
+#
+emphletter underline 456-23
+begemph underline 456-2
+endemph underline 456-3
+#
+emphletter script 4-23
+begemph script 4-2
+endemph script 4-3
+#
+begemph transnote 6-46-2
+endemph transnote 6-46-3
+#
+emphletter trans1 4-46-23
+begemph trans1 4-46-2
+endemph trans1 4-46-3
+#
+emphletter trans2 45-46-23
+begemph trans2 45-46-2
+endemph trans2 45-46-3
+#
+emphletter trans3 456-46-23
+begemph trans3 456-46-2
+endemph trans3 456-46-3
+#
+emphletter trans4 5-46-23
+begemph trans4 5-46-2
+endemph trans4 5-46-3
+#
+emphletter trans5 46-46-23
+begemph trans5 46-46-2
+endemph trans5 46-46-3
+#
+include braille-patterns.cti
+undefined 0
+#
+# ----------------------------------------------------------------------------------------------
+#  odt2braille - Braille authoring in OpenOffice.org.
+#  Copyright (c) 2010 by DocArch <http://www.docarch.be>.
+# ----------------------------------------------------------------------------------------------
+
+display \x0020 0        #       \x2800
+display \x00A0 a
+
+display \x000A 1        # a     \x2801
+display \x002C 2        # ,     \x2802
+display \x000B 12       # b     \x2803
+display \x002E 3        # .     \x2804
+display \x006B 13       # k     \x2805
+display \x003B 23       # ;     \x2806
+display \x006C 123      # l     \x2807
+display \x0027 4        # '     \x2808
+display \x0063 14       # c     \x2809
+display \x0069 24       # i     \x280A
+display \x0066 124      # f     \x280B
+display \x002F 34       # /     \x280C
+display \x006D 134      # m     \x280D
+display \x0073 234      # s     \x280E
+display \x0070 1234     # p     \x280F
+display \x0040 5        # @     \x2810
+display \x000E 15       # e     \x2811
+display \x003A 25       # :     \x2812
+display \x0068 125      # h     \x2813
+display \x007D 35       # }     \x2814
+display \x006F 135      # o     \x2815
+display \x002B 235      # +     \x2816
+display \x0072 1235     # r     \x2817
+display \x005E 45       # ^     \x2818
+display \x0064 145      # d     \x2819
+display \x006A 245      # j     \x281A
+display \x0067 1245     # g     \x281B
+display \x007C 345      # |     \x281C
+display \x006E 1345     # n     \x281D
+display \x0074 2345     # t     \x281E
+display \x0071 12345    # q     \x281F
+display \x005F 6        # _     \x2820
+display \x0031 16       # 1     \x2821
+display \x003F 26       # ?     \x2822
+display \x0032 126      # 2     \x2823
+display \x002D 36       # -     \x2824
+display \x0075 136      # u     \x2825
+display \x003C 236      # <     \x2826
+display \x0076 1236     # v     \x2827
+display \x007B 46       # {     \x2828
+display \x0033 146      # 3     \x2829
+display \x0039 246      # 9     \x282A
+display \x0036 1246     # 6     \x282B
+display \x0030 346      # 0     \x282C
+display \x0078 1346     # x     \x282D
+display \x0024 2346     # $     \x282E
+display \x0026 12346    # &     \x282F
+display \x0022 56       # "     \x2830
+display \x0005 156      # 5     \x2831
+display \x002A 256      # *     \x2832
+display \x0008 1256     # 8     \x2833
+display \x003E 356      # >     \x2834
+display \x007A 1356     # z     \x2835
+display \x003D 2356     # =     \x2836
+display \x0028 12356    # (     \x2837
+display \x0025 456      # %     \x2838
+display \x0034 1456     # 4     \x2839
+display \x0077 2456     # w     \x283A
+display \x0037 12456    # 7     \x283B
+display \x0023 3456     # #     \x283C
+display \x0079 13456    # y     \x283D
+display \x0029 23456    # )     \x283E
+display \x005C 123456   # \     \x283F
+
+display \x2840 7
+display \x2841 17
+display \x2842 27
+display \x2843 127
+display \x2844 37
+display \x2845 137
+display \x2846 237
+display \x2847 1237
+display \x2848 47
+display \x2849 147
+display \x284A 247
+display \x284B 1247
+display \x284C 347
+display \x284D 1347
+display \x284E 2347
+display \x284F 12347
+display \x2850 57
+display \x2851 157
+display \x2852 257
+display \x2853 1257
+display \x2854 357
+display \x2855 1357
+display \x2856 2357
+display \x2857 12357
+display \x2858 457
+display \x2859 1457
+display \x285A 2457
+display \x285B 12457
+display \x285C 3457
+display \x285D 13457
+display \x285E 23457
+display \x285F 123457
+display \x2860 67
+display \x2861 167
+display \x2862 267
+display \x2863 1267
+display \x2864 367
+display \x2865 1367
+display \x2866 2367
+display \x2867 12367
+display \x2868 467
+display \x2869 1467
+display \x286A 2467
+display \x286B 12467
+display \x286C 3467
+display \x286D 13467
+display \x286E 23467
+display \x286F 123467
+display \x2870 567
+display \x2871 1567
+display \x2872 2567
+display \x2873 12567
+display \x2874 3567
+display \x2875 13567
+display \x2876 23567
+display \x2877 123567
+display \x2878 4567
+display \x2879 14567
+display \x287A 24567
+display \x287B 124567
+display \x287C 34567
+display \x287D 134567
+display \x287E 234567
+display \x287F 1234567
+display \x2880 8
+display \x2881 18
+display \x2882 28
+display \x2883 128
+display \x2884 38
+display \x2885 138
+display \x2886 238
+display \x2887 1238
+display \x2888 48
+display \x2889 148
+display \x288A 248
+display \x288B 1248
+display \x288C 348
+display \x288D 1348
+display \x288E 2348
+display \x288F 12348
+display \x2890 58
+display \x2891 158
+display \x2892 258
+display \x2893 1258
+display \x2894 358
+display \x2895 1358
+display \x2896 2358
+display \x2897 12358
+display \x2898 458
+display \x2899 1458
+display \x289A 2458
+display \x289B 12458
+display \x289C 3458
+display \x289D 13458
+display \x289E 23458
+display \x289F 123458
+display \x28A0 68
+display \x28A1 168
+display \x28A2 268
+display \x28A3 1268
+display \x28A4 368
+display \x28A5 1368
+display \x28A6 2368
+display \x28A7 12368
+display \x28A8 468
+display \x28A9 1468
+display \x28AA 2468
+display \x28AB 12468
+display \x28AC 3468
+display \x28AD 13468
+display \x28AE 23468
+display \x28AF 123468
+display \x28B0 568
+display \x28B1 1568
+display \x28B2 2568
+display \x28B3 12568
+display \x28B4 3568
+display \x28B5 13568
+display \x28B6 23568
+display \x28B7 123568
+display \x28B8 4568
+display \x28B9 14568
+display \x28BA 24568
+display \x28BB 124568
+display \x28BC 34568
+display \x28BD 134568
+display \x28BE 234568
+display \x28BF 1234568
+display \x28C0 78
+display \x28C1 178
+display \x28C2 278
+display \x28C3 1278
+display \x28C4 378
+display \x28C5 1378
+display \x28C6 2378
+display \x28C7 12378
+display \x28C8 478
+display \x28C9 1478
+display \x28CA 2478
+display \x28CB 12478
+display \x28CC 3478
+display \x28CD 13478
+display \x28CE 23478
+display \x28CF 123478
+display \x28D0 578
+display \x28D1 1578
+display \x28D2 2578
+display \x28D3 12578
+display \x28D4 3578
+display \x28D5 13578
+display \x28D6 23578
+display \x28D7 123578
+display \x28D8 4578
+display \x28D9 14578
+display \x28DA 24578
+display \x28DB 124578
+display \x28DC 34578
+display \x28DD 134578
+display \x28DE 234578
+display \x28DF 1234578
+display \x28E0 678
+display \x28E1 1678
+display \x28E2 2678
+display \x28E3 12678
+display \x28E4 3678
+display \x28E5 13678
+display \x28E6 23678
+display \x28E7 123678
+display \x28E8 4678
+display \x28E9 14678
+display \x28EA 24678
+display \x28EB 124678
+display \x28EC 34678
+display \x28ED 134678
+display \x28EE 234678
+display \x28EF 1234678
+display \x28F0 5678
+display \x28F1 15678
+display \x28F2 25678
+display \x28F3 125678
+display \x28F4 35678
+display \x28F5 135678
+display \x28F6 235678
+display \x28F7 1235678
+display \x28F8 45678
+display \x28F9 145678
+display \x28FA 245678
+display \x28FB 1245678
+display \x28FC 345678
+display \x28FD 1345678
+display \x28FE 2345678
+display \x28FF 12345678
+
+# ----------------------------------------------------------------------------------------------# This table contains braille codes and rules for Malayalam  script.
+#
+# Copyright (C) 2014 National Institute for Visually Handicapped, 116, Rajpur Road, Dehradun, Uttrakhand, India
+#
+# This file is part of liblouis.
+#
+# liblouis is free software: you can redistribute it and/or modify it
+# under the terms of the GNU Lesser General Public License as
+# published by the Free Software Foundation, either version 2.1 of the
+# License, or (at your option) any later version.
+#
+# liblouis is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with liblouis. If not, see
+# <http://www.gnu.org/licenses/>.
+
+# This table is built and maintained under an activity of Braille Council of India
+# Contributors: Dipendra Manocha, Sreeja, Dinesh Kaushal, Mesar Hameed
+# Last updated on May 5, 2014
+# To report any bugs or any suggestion, please write to d@saksham.org and sreeja.param@gmail.com
+
+include braille-patterns.cti
+letter	\x0D02	56	# MALAYALAM SIGN ANUSVARA
+letter	\x0D03	6	# MALAYALAM SIGN VISARGA
+letter	\x0D05	1	# MALAYALAM LETTER A
+letter	\x0D06	345	# MALAYALAM LETTER AA
+letter	\x0D07	24	# MALAYALAM LETTER I
+letter	\x0D08	35	# MALAYALAM LETTER II
+letter	\x0D09	136	# MALAYALAM LETTER U
+letter	\x0D0A	1256	# MALAYALAM LETTER UU
+letter	\x0D0B	5-1235	# MALAYALAM LETTER VOCALIC R
+letter	\x0D0C	5-123	# MALAYALAM LETTER VOCALIC L
+letter	\x0D0E	26	# MALAYALAM LETTER E
+letter	\x0D0F	15	# MALAYALAM LETTER EE
+letter	\x0D10	34	# MALAYALAM LETTER AI
+letter	\x0D12	1346	# MALAYALAM LETTER O
+letter	\x0D13	135	# MALAYALAM LETTER OO
+letter	\x0D14	246	# MALAYALAM LETTER AU
+
+replace \x200D
+
+letter	\x0D15	13	# MALAYALAM LETTER KA
+letter	\x0D16	46	# MALAYALAM LETTER KHA
+letter	\x0D17	1245	# MALAYALAM LETTER GA
+letter	\x0D18	126	# MALAYALAM LETTER GHA
+letter	\x0D19	346	# MALAYALAM LETTER NGA
+
+letter	\x0D1A	14	# MALAYALAM LETTER CA= CHA
+letter	\x0D1B	16	# MALAYALAM LETTER CHA= CHHA
+letter	\x0D1C	245	# MALAYALAM LETTER JA
+letter	\x0D1D	356	# MALAYALAM LETTER JHA
+letter	\x0D1E	25	# MALAYALAM LETTER NYA= NHA
+
+letter	\x0D1F	23456	# MALAYALAM LETTER TTA= TA
+letter	\x0D20	2456	# MALAYALAM LETTER TTHA= TTA
+letter	\x0D21	1246	# MALAYALAM LETTER DDA= HARD DA
+letter	\x0D22	123456	# MALAYALAM LETTER DDHA= HARD DDA
+letter	\x0D23	3456	# MALAYALAM LETTER NNA= HARD NA
+
+letter	\x0D24	2345	# MALAYALAM LETTER TA= THA
+letter	\x0D25	1456	# MALAYALAM LETTER THA= TTHA
+letter	\x0D26	145	# MALAYALAM LETTER DA= SOFT DA
+letter	\x0D27	2346	# MALAYALAM LETTER DHA= SOFT DDA
+letter	\x0D28	1345	# MALAYALAM LETTER NA
+
+letter	\x0D2A	1234	# MALAYALAM LETTER PA
+letter	\x0D2B	235	# MALAYALAM LETTER PHA
+letter	\x0D2C	12	# MALAYALAM LETTER BA
+letter	\x0D2D	45	# MALAYALAM LETTER BHA
+letter	\x0D2E	134	# MALAYALAM LETTER MA
+
+letter	\x0D2F	13456	# MALAYALAM LETTER YA
+letter	\x0D30	1235	# MALAYALAM LETTER RA
+letter	\x0D31	12456	# MALAYALAM LETTER RRA
+letter	\x0D32	123	# MALAYALAM LETTER LA
+letter	\x0D33	456	# MALAYALAM LETTER LLA
+letter	\x0D34	12356	# MALAYALAM LETTER LLLA= ZHA
+letter	\x0D35	1236	# MALAYALAM LETTER VA
+letter	\x0D36	146	# MALAYALAM LETTER SHA= SOFT SHA
+letter	\x0D37	12346	# MALAYALAM LETTER SSA= SHA
+letter	\x0D38	234	# MALAYALAM LETTER SA
+letter	\x0D39	125	# MALAYALAM LETTER HA
+
+letter	\x0D3E	345	# MALAYALAM VOWEL SIGN AA
+letter	\x0D3F	24	# MALAYALAM VOWEL SIGN I
+letter	\x0D40	35	# MALAYALAM VOWEL SIGN II
+letter	\x0D41	136	# MALAYALAM VOWEL SIGN U
+letter	\x0D42	1256	# MALAYALAM VOWEL SIGN UU
+letter	\x0D43	5-1235	# MALAYALAM VOWEL SIGN VOCALIC R
+letter	\x0D44	6-1235	# MALAYALAM VOWEL SIGN VOCALIC RR
+letter	\x0D46	26	# MALAYALAM VOWEL SIGN E (stands to the left of the consonant)
+letter	\x0D47	15	# MALAYALAM VOWEL SIGN EE (stands to the left of the consonant)
+letter	\x0D48	34	# MALAYALAM VOWEL SIGN AI
+letter	\x0D4A	1346	# MALAYALAM VOWEL SIGN O= 0D46 ? and 0D3E ?
+letter	\x0D4B	135	# MALAYALAM VOWEL SIGN OO= 0D47 ? AND 0D3E ?
+letter     \x0D4C     246	# MALAYALAM VOWEL SIGN AU (archaic from the au/dependent vowel to 0D57 ?  MALAYALAM au length mark= 0D46 ? and 0D57 ?)
+letter	\x0D4D	4	# MALAYALAM SIGN VIRAMA= chandrakkala (the preferred name)= vowel half U
+letter	\x0D60	6-1235	# MALAYALAM LETTER VOCALIC RR
+letter	\x0D61	6-123	# MALAYALAM LETTER VOCALIC LL
+letter	\x0D62	5-123	# MALAYALAM VOWEL SIGN VOCALIC L
+letter	\x0D63	6-123	# MALAYALAM VOWEL SIGN VOCALIC LL
+letter	\x0D64		256 RESERVED-0964 #Devnagari danda
+letter	\x0D65	256-256	RESERVED-0965 #Devnagari double danda
+
+#digits
+
+litdigit	\x0D66	245	# MALAYALAM DIGIT ZERO
+litdigit	\x0D67	1	# MALAYALAM DIGIT ONE
+litdigit	\x0D68	12	# MALAYALAM DIGIT TWO
+litdigit	\x0D69	14	# MALAYALAM DIGIT THREE
+litdigit	\x0D6A	145	# MALAYALAM DIGIT FOUR
+litdigit	\x0D6B	15	# MALAYALAM DIGIT FIVE
+litdigit	\x0D6C	124	# MALAYALAM DIGIT SIX
+litdigit	\x0D6D	1245	# MALAYALAM DIGIT SEVEN
+litdigit	\x0D6E	125	# MALAYALAM DIGIT EIGHT
+litdigit	\x0D6F	24	# MALAYALAM DIGIT NINE
+litdigit	\x0D70	1-245	# MALAYALAM NUMBER TEN
+litdigit	\x0D71	1-245-245	# MALAYALAM NUMBER ONE HUNDRED
+litdigit	\x0D72	1-245-245-245	# MALAYALAM NUMBER ONE THOUSAND
+litdigit	\x0D73	1-34-145	# MALAYALAM FRACTION ONE QUARTER
+litdigit	\x0D74	1-34-12	# MALAYALAM FRACTION ONE HALF
+litdigit	\x0D75	14-34-145	# MALAYALAM FRACTION THREE QUARTERS
+letter	\x0D7A	4-1345		# MALAYALAM LETTER CHILLU NN
+letter	\x0D7B	4-1345		# MALAYALAM LETTER CHILLU N
+letter     \x0D7C   4-12456 	# MALAYALAM LETTER CHILLU RR (historically derived from the full    letter ra) and (also used for chillu r)
+letter     \x0D7D    4-123	# MALAYALAM LETTER CHILLU L (historically derived from the full letter ta) and  (used for chillu t and chillu d)
+letter	\x0D7E	4-123-123	# MALAYALAM LETTER CHILLU LL
+letter	\x0D7F	4-13-13	# MALAYALAM LETTER CHILLU K
+
+#half characters
+
+always	\x0D15\x0D4D	4-13	# MALAYALAM LETTER KA
+always	\x0D16\x0D4D	4-46	# MALAYALAM LETTER KHA
+always	\x0D17\x0D4D	4-1245	# MALAYALAM LETTER GA
+always	\x0D18\x0D4D	4-126	# MALAYALAM LETTER GHA
+always	\x0D19\x0D4D	4-346	# MALAYALAM LETTER NGA
+
+always	\x0D1A\x0D4D	4-14	# MALAYALAM LETTER CA= CHA
+always	\x0D1B\x0D4D	4-16	# MALAYALAM LETTER CHA= CHHA
+always	\x0D1C\x0D4D	4-245	# MALAYALAM LETTER JA
+always	\x0D1D\x0D4D	4-356	# MALAYALAM LETTER JHA
+always	\x0D1E\x0D4D	4-25	# MALAYALAM LETTER NYA= NHA
+
+always	\x0D1F\x0D4D	4-23456	# MALAYALAM LETTER TTA= TA
+always	\x0D20\x0D4D	4-2456	# MALAYALAM LETTER TTHA= TTA
+always	\x0D21\x0D4D	4-1246	# MALAYALAM LETTER DDA= HARD DA
+always	\x0D22\x0D4D	4-123456	# MALAYALAM LETTER DDHA= HARD DDA
+always	\x0D23\x0D4D	4-3456	# MALAYALAM LETTER NNA= HARD NA
+
+always	\x0D24\x0D4D	4-2345	# MALAYALAM LETTER TA= THA
+always	\x0D25\x0D4D	4-1456	# MALAYALAM LETTER THA= TTHA
+always	\x0D26\x0D4D	4-145	# MALAYALAM LETTER DA= SOFT DA
+always	\x0D27\x0D4D	4-2346	# MALAYALAM LETTER DHA= SOFT DDA
+always	\x0D28\x0D4D	4-1345	# MALAYALAM LETTER NA
+
+always	\x0D2A\x0D4D	4-1234	# MALAYALAM LETTER PA
+always	\x0D2B\x0D4D	4-235	# MALAYALAM LETTER PHA
+always	\x0D2C\x0D4D	4-12	# MALAYALAM LETTER BA
+always	\x0D2D\x0D4D	4-45	# MALAYALAM LETTER BHA
+always	\x0D2E\x0D4D	4-134	# MALAYALAM LETTER MA
+
+always	\x0D2F\x0D4D	4-13456	# MALAYALAM LETTER YA
+always	\x0D30\x0D4D	4-1235	# MALAYALAM LETTER RA
+always	\x0D31\x0D4D	4-12456	# MALAYALAM LETTER RRA
+always	\x0D32\x0D4D	4-123	# MALAYALAM LETTER LA
+always	\x0D33\x0D4D	4-456	# MALAYALAM LETTER LLA
+always	\x0D34\x0D4D	4-12356	# MALAYALAM LETTER LLLA= ZHA
+always	\x0D35\x0D4D	4-1236	# MALAYALAM LETTER VA
+always	\x0D36\x0D4D	4-146	# MALAYALAM LETTER SHA= SOFT SHA
+always	\x0D37\x0D4D	4-12346	# MALAYALAM LETTER SSA= SHA
+always	\x0D38\x0D4D	4-234	# MALAYALAM LETTER SA
+always	\x0D39\x0D4D	4-125	# MALAYALAM LETTER HA
+
+always	\x0D44\x0D4D	4-6-1235	# MALAYALAM VOWEL SIGN VOCALIC RR
+always	\x0D60\x0D4D	4-6-1235	# MALAYALAM LETTER VOCALIC RR
+always	\x0D61\x0D4D	4-6-123	# MALAYALAM LETTER VOCALIC LL
+always	\x0D62\x0D4D	4-5-123	 # MALAYALAM VOWEL SIGN VOCALIC L
+always	\x0D63\x0D4D	4-6-123 	# MALAYALAM VOWEL SIGN VOCALIC LL
+
+#ksha and gya
+
+
+always \x0D15\x0D4D\x0D37\x0D4D 4-12345 #ksha
+always \x0D1C\x0D4D\x0D1E 156 #gya
+always \x0D15\x0D4D\x0D37 12345 #ksha
+
+#consonent followed by vowel but not matra
+
+class MalayalamVowel \x0D07\x0D08\x0D09\x0D0A\x0D0B\x0D0C\x0D0E\x0D0F\x0D10\x0D12\x0D13\x0D14
+class Halant \x0D4D
+
+before MalayalamVowel always	\x0D15 	  13-1	# MALAYALAM LETTER KA
+before MalayalamVowel always	\x0D16 	  46-1	# MALAYALAM LETTER KHA
+before MalayalamVowel always	\x0D17 	  1245-1	# MALAYALAM LETTER GA
+before MalayalamVowel always	\x0D18 	  126-1	# MALAYALAM LETTER GHA
+
+before MalayalamVowel always	\x0D1A 	  14-1	# MALAYALAM LETTER CA= CHA
+before MalayalamVowel always	\x0D1B 	  16-1	# MALAYALAM LETTER CHA= CHHA
+before MalayalamVowel always	\x0D1C 	  245-1	# MALAYALAM LETTER JA
+before MalayalamVowel always	\x0D1D  356-1	# MALAYALAM LETTER JHA
+	
+before MalayalamVowel always	 \x0D1F   23456-1	# MALAYALAM LETTER TTA= TA
+before MalayalamVowel always	\x0D20 	  2456-1	# MALAYALAM LETTER TTHA= TTA
+before MalayalamVowel always	\x0D21 	  1246-1	# MALAYALAM LETTER DDA= HARD DA
+before MalayalamVowel always	\x0D22 	  123456-1	# MALAYALAM LETTER DDHA= HARD DDA
+before MalayalamVowel always	\x0D23 	  3456-1	# MALAYALAM LETTER NNA= HARD NA
+
+before MalayalamVowel always	\x0D24 	  2345-1	# MALAYALAM LETTER TA= THA
+before MalayalamVowel always	\x0D25 	  1456-1	# MALAYALAM LETTER THA= TTHA
+before MalayalamVowel always	\x0D26 	  145-1	# MALAYALAM LETTER DA= SOFT DA
+before MalayalamVowel always	\x0D27 	  2346-1 # MALAYALAM LETTER DHA= SOFT DDA
+before MalayalamVowel always	\x0D28 	  1345-1	# MALAYALAM LETTER NA
+
+before MalayalamVowel always	\x0D2A 	  1234-1	# MALAYALAM LETTER PA
+before MalayalamVowel always	\x0D2B 	  235-1	# MALAYALAM LETTER PHA
+before MalayalamVowel always	\x0D2C 	  12-1	# MALAYALAM LETTER BA
+before MalayalamVowel always	\x0D2D 	  45-1	# MALAYALAM LETTER BHA
+before MalayalamVowel always	\x0D2E 	  134-1	# MALAYALAM LETTER MA
+
+before MalayalamVowel always	\x0D2F 	  13456-1	# MALAYALAM LETTER YA
+before MalayalamVowel always	\x0D30 	  1235-1	# MALAYALAM LETTER RA
+before MalayalamVowel always	\x0D31 	  12456-1	# MALAYALAM LETTER RRA
+before MalayalamVowel always	\x0D32 	  123-1	# MALAYALAM LETTER LA
+before MalayalamVowel always	\x0D33 	  456-1	# MALAYALAM LETTER LLA
+before MalayalamVowel always	\x0D34 	  12356-1	# MALAYALAM LETTER LLLA= ZHA
+before MalayalamVowel always	\x0D35 	  1236-1	# MALAYALAM LETTER VA
+before MalayalamVowel always	\x0D36 	  146-1	# MALAYALAM LETTER SHA= SOFT SHA
+before MalayalamVowel always	\x0D37 	  12346-1	# MALAYALAM LETTER SSA= SHA
+before MalayalamVowel always	\x0D38 	  234-1	# MALAYALAM LETTER SA
+before MalayalamVowel always	\x0D39 	  125-1	# MALAYALAM LETTER HA
+
+before MalayalamVowel always	\x0D44 	  6-1235-1	# MALAYALAM VOWEL SIGN VOCALIC RR
+before MalayalamVowel always	\x0D60 	  6-1235-1	# MALAYALAM LETTER VOCALIC RR
+before MalayalamVowel always	\x0D61 	  6-123-1	# MALAYALAM LETTER VOCALIC LL
+before MalayalamVowel always	\x0D62 	  5-123-1	  # MALAYALAM VOWEL SIGN VOCALIC L
+before MalayalamVowel always	\x0D63 	  6-123-1 	# MALAYALAM VOWEL SIGN VOCALIC LL
+
+
+
+
+
+
+# liblouis: U.S. English 8 dot Computer braille table
+#
+#  Copyright (C) 2004-2008 ViewPlus Technologies, Inc. www.viewplus.com
+#  Copyright (C) 2004-2006 JJB Software, Inc. www.jjb-software.com
+#  Copyright (C) 2012 Mesar Hameed <mesar.hameed@gmail.com>
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+
+space \t 9 tab
 space \s 0 blank
+space \x00a0 a unbreakable space
 sign \x000a 78 newline
 space \x000d 0 carriage return
 include loweredDigits6Dots.uti
@@ -61518,42 +393415,1573 @@
 sign | 1256
 math / 34
 sign * 16
+noback sign \x25CF 16 BLACK CIRCLE
+# Danish 8-dot Computer Braille Table 
+#
+#  Copyright (C) 2004-2008 ViewPlus Technologies, Inc. www.viewplus.com
+#  Copyright (C) 2004-2006 JJB Software, Inc. www.jjb-software.com
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
 
-comp6 A 456-1
-comp6 B 456-12
-comp6 C 456-14
-comp6 D 456-145
-comp6 E 456-15
-comp6 F 456-124
-comp6 G 456-1245
-comp6 H 456-125
-comp6 I 456-24
-comp6 J 456-245
-comp6 K 456-13
-comp6 L 456-123
-comp6 M 456-134
-comp6 N 456-1345
-comp6 O 456-135
-comp6 P 456-1234
-comp6 Q 456-12345
-comp6 R 456-1235
-comp6 S 456-234
-comp6 T 456-2345
-comp6 U 456-136
-comp6 V 456-1236
-comp6 W 456-2456
-comp6 X 456-1346
-comp6 Y 456-13456
-comp6 Z 456-1356
-comp6 _ 456-456
-comp6 [ 246
-comp6 ] 12456
-comp6 { 456-246
-comp6 } 456-12456
-comp6 \\ 456-1256
-comp6 \t 4
+# by Mike Sivill - <mike.sivill@viewplustechnologies.com>
 
-noback sign \X25CF 16	# 9679 black circle
+#**** Display Codes
+display \s 0
+display \x0000 8	# space marker
+display \x0001 178
+display \x0002 1278
+display \x0003 1478
+display \x0004 14578
+display \x0005 24568
+display \x0006 12478
+display \x0007 124578
+display \x0008 12578
+display \x0009 2478
+display \x000A 678
+display \x000B 1368
+display \x000C 12378
+display \x000D 257
+display \x000E 134578
+display \x000F 12358
+display \x0010 123478
+display \x0011 1234578
+display \x0012 13568
+display \x0013 4578
+display \x0014 268
+display \x0015 13678
+display \x0016 278
+display \x0017 3578
+display \x0018 78
+display \x0019 68
+display \x001A 135678
+display \x001B 2678
+display \x001C 45678
+display \x001D 12368
+display \x001E 1234678
+display \x001F 235678
+display \x0020 2356 
+display \x0021 235	# !
+display \x0022 2356 	# Quote marks
+display \x0023 34568	# Number hash mark
+display \x0024 25678 	# $
+display \x0025 24578
+display \x0026 123468
+display \x0027 4	# Apostrophe
+display \x0028 2368	# left paren
+display \x0029 3568	# right paren
+display \x002A 35	# *
+display \x002B 2358	# +
+display \x002C 2	# ,
+display \x002D 368	# -
+display \x002E 3	# .
+display \x002F 348	# /
+display \x0030 2458	# zero
+display \x0031 18	# one
+display \x0032 128	# two
+display \x0033 148	# three
+display \x0034 1458	$ four
+display \x0035  168	$ five
+display \x0036 1248	# six
+display \x0037 12458	# seven
+display \x0038 125	# eight
+display \x0039 24	# nine
+display \x003A 25	# colon
+display \x003B 23	# semicolon
+display \x003C 358	# less than
+display \x003D 23568	# equals
+display \x003E 267	# greater than
+display \x003F 26	# question mark
+display \x0040 478	# at sign
+display \x0041 17	# A
+display \x0042 127 	# B
+display \x0043 147 	# C
+display \x0044 145 	# D
+display \x0045 157 	# E
+display \x0046 1247 	# F
+display \x0047 12457 	# G
+display \x0048 1257 	# H
+display \x0049 247 	# I
+display \x004A 2457 	# J
+display \x004B 137 	# K
+display \x004C 1237 	# L
+display \x004D 1347 	# M
+display \x004E 13457 	# N
+display \x004F 1357 	# O
+display \x0050 12347 	# P
+display \x0051 123457 	# Q
+display \x0052 12357 	# R
+display \x0053 2347 	# S
+display \x0054 23457 	# T
+display \x0055 1367 	# U
+display \x0056 12367 	# V
+display \x0057 24567 	# W
+display \x0058 13467 	# X
+display \x0059 134567 	# Y
+display \x005A 13567 	# Z
+display \x005B 23678	# left bracket
+display \x005C  347	# backslash
+display \x005D 35678	# right bracket
+display \x005E 12348	# caret
+display \x005F 3678	# underline
+display \x0060 5	# grave accent
+display \x0061 1 	# a
+display \x0062 12 	# b
+display \x0063 14 	# c 
+display \x0064 145 	# d
+display \x0065 15 	# e 
+display \x0066 124 	# f
+display \x0067 1245	# g
+display \x0068 125	# h
+display \x0069 24 	# i 
+display \x006A 245 	# j 
+display \x006B 13 	# k
+display \x006C 123 	# l
+display \x006D 134 	# m
+display \x006E 1345	# n
+display \x006F 135 	# o 
+display \x0070 1234	# p
+display \x0071 12345 	# q
+display \x0072 1235	# r
+display \x0073 234 	# s
+display \x0074 2345	# t
+display \x0075 136 	# u  
+display \x0076 1236 	# v
+display \x0077 2456 	# w
+display \x0078 1346 	# x
+display \x0079 13456 	# y
+display \x007A 1345 	# z
+display \x007B 123678	# left brace
+display \x007C 4568	# vertical bar
+display \x007D 345678	# right brace
+display \x007E 467	# tilde
+display \x007F 7	# del
+display \x20AC 1578	# euros
+display \x201A 457	# unknown
+display \x0192 58	# florin
+display \x201E 2378	# unknown
+display \x2026 6	# elipsis
+display \x2020 2357	# single dagger
+display \x2021 23578	# double dagger
+display \x02C6 5678	# unknown
+display \x2030 245678	# unknown
+display \x0260 23478	# unknown
+display \x2039 456	# unknown
+display \x0152 13578	# OE
+display \x017D 3467	# unknown
+display \x2018 47	# unknown apostrophe?
+display \x2019 48	# unknown apostrophe?
+display \x201C 237	# open double quote
+display \x201D 568	# close double quote
+display \x2022 37	# bullet
+display \x2013 36	# en dash
+display \x2014 367	# em dash
+display \x20DC 46	# tilde?
+display \x2122 234578	# trademark
+display \x0161 2348	# unknown
+display \x203A 4567	# unknown
+display \x0153 1358	# oe
+display \x017E 346	# unknown
+display \x0178 2345678	# unknown
+display \x00A0 0	# space
+display \x00A1 256	# inverted exclaim
+display \x00A2 2578	# cent sign
+display \x00A3 1238	# pounds sterling
+display \x00A4 2367	# ham (ng)
+display \x00A5 67	# yen
+display \x00A6 3478	# broken bar
+display \x00A7 578	# section
+display \x00A8 56	# diamond bullet
+display \x00A9 134678	# copyright 
+display \x00AA 234678	# superscript a
+display \x00AB 57	# left double angle bracket
+display \x00AC 34567	# optional hyphen
+display \x00AD 378	# unknown
+display \x00AE 123567	# registered
+display \x00AF 23567	# macron
+display \x00B0 356	# degrees
+display \x00B1 123458	# plus or minus
+display \x00B2 238	# superscript 2
+display \x00B3 258	# superscript 3
+display \x00B4 468	# unknown
+display \x00B5 236	# greek letter mu
+display \x00B6 1234568	# paragraph 
+display \x00B7 38	# space marker
+display \x00B8 4678	# cedilla
+display \x00B9 28        # superscript 1
+display \x00bA 12345678	# degrees
+display \x00bB 567	# right double angle bracket
+display \x00bC 13458	# one-fourth
+display \x00bD 458	# one-half
+display \x00bE 3456	# three-fourths
+display \x00bF 34	# inverted question
+display \x00C0 123567	# a grave
+display \x00C1 1235678	# a acute
+display \x00C2 1678	# a circumflex
+display \x00C3 14678	# a tilde
+display \x00C4 34578	# a umlaut
+display \x00C5 167	# A
+display \x00C6 3457	# AE
+display \x00C7 123467	# c cedilla
+display \x00C8 23467	# e grave
+display \x00C9 1234567	# e acute
+display \x00CA 1267	# e circumflex
+display \x00CB 12467	# e umlaut
+display \x00CC 15678	# i grave
+display \x00CD 12678	# i acute
+display \x00CE 1467	# i circumflex
+display \x00CF 124567	# i umlaut
+display \x00D0 1345678	# eth
+display \x00D1 1245678	# any
+display \x00D2 124678	# o grave
+display \x00D3 34678	# o acute
+display \x00D4 14567	# o circumflex
+display \x00D5 145678	# o tilde
+display \x00D6 24678	# o umlaut
+display \x00D7 13468	# times
+display \x00D8 2467	# O
+display \x00D9 234567	# u grave
+display \x00DA 125678	# u acute
+display \x00DB 1567	# u circumflex
+display \x00DC 12567	# u umlaut
+display \x00DD 13478	# y acute
+display \x00DE 1378	# arrow bullet
+display \x00DF 23468	# s-zet
+display \x00E0 12356	# lc a grave
+display \x00E1 123568	# lc a acute
+display \x00E2 168	# lc a circumflex
+display \x00E3 1468	# lc a tilde
+display \x00E4 3458	# lc a umlaut
+display \x00E5 16	# lc a
+display \x00E6 345	# lc ae
+display \x00E7 12346	# lc c cedilla
+display \x00E8 2346	# lc e grave
+display \x00E9 123456	# lc e acute
+display \x00EA 126	# lc e circumflex
+display \x00EB 1246	# lc e umlaut
+display \x00EC 1568	# lc i grave
+display \x00ED 1268	# lc i acute
+display \x00EE 146	# lc i circumflex
+display \x00EF 12456	# lc i umlaut
+display \x00F0 134568	# lc eth
+display \x00F1 124568	# lc any
+display \x00F2 12468	# lc o grave
+display \x00F3 3468	# lc o acute
+display \x00F4 1456	# lc o circumflex
+display \x00F5 14568	# lc o tilde
+display \x00F6 2468	# lc o umlaut
+display \x00F7 2568	# divided by
+display \x00F8 246	# lc o
+display \x00F9 23456	# lc u grave
+display \x00FA 12568	# lc u acute
+display \x00FB 156	# lc u circumflex
+display \x00FC 1256	# lc u umlaut
+display \x00FD 1348	# y acute
+display \x00FE 138	# thorn
+display \x00FF 234568	# unknown
+display \x0081 45	# unknown
+display \x008D 3567	# unknown
+display \x008F 27	# Oplosningstegn
+display \x0090 357	# unknown
+# This table contains braille codes and rules for Oriya Grade 1 and includes English grade 1
+#
+# Copyright (C) 2014 National Institute for Visually Handicapped, 116, Rajpur Road, Dehradun, Uttrakhand, India
+#
+# This file is part of liblouis.
+#
+# liblouis is free software: you can redistribute it and/or modify it
+# under the terms of the GNU Lesser General Public License as
+# published by the Free Software Foundation, either version 2.1 of the
+# License, or (at your option) any later version.
+#
+# liblouis is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with liblouis. If not, see
+# <http://www.gnu.org/licenses/>.
+
+# This table is built and maintained under an activity of Braille Council of India
+# Contributors: Dipendra Manocha, Sreeja, Dinesh Kaushal, Mesar Hameed
+# Last updated on May 5, 2014
+# To report any bugs or any suggestion, please write to d@saksham.org and sreeja.param@gmail.com
+
+include oriya.cti
+include en-in-g1.ctb
+# liblouis: U.K. English Grade 2 Braille Contraction Table
+#
+#  Copyright (C) 2004-2008 ViewPlus Technologies, Inc. www.viewplus.com
+#  Copyright (C) 2004-2006 JJB Software, Inc. www.jjb-software.com
+#  Copyright (C) 2012,2014 Torch Trust, www.torchtrust.org
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+
+# Created by Tom Johnston <tom.johnston@accessibilityconsulting.co.uk>. 
+
+include en-gb-g1.utb
+
+# the letter a
+largesign a 1
+always about 1-12
+contraction ab
+always above 1-12-1236
+contraction abv
+always according 1-14
+contraction ac
+always across 1-14-1235
+contraction acr
+always aed =
+#always aer = Rosenlaer
+begword aforem 1-123456-15-134 aforementioned 
+word aforesaid 1-123456-15-234-145
+always after 1-124
+contraction af
+sufword afternoon 1-124-1345 afternoons
+contraction afn
+always afterward 1-124-2456
+contraction afw
+word again 1-1245
+contraction ag
+word against 1-1245-34
+word agst =
+#endword gery = orangery
+midendword ally 6-13456
+word almost 1-123-134
+contraction alm
+word already 1-123-1235
+contraction alr
+word also 1-123
+contraction al
+word although 1-123-1456
+word alth =
+word altogether 1-123-2345
+contraction alt
+word always 1-123-2456
+contraction alw
+midendword ance 46-15
+largesign and 12346
+midword angh = Shanghai
+begword aqued = aqueduct
+always ar 345
+word aright 1-5-1235
+word as 1356
+contraction as
+midendword ation 6-1345
+midendword aunder 1-136-1345-145-12456 saunders
+begword auto = autofocus
+
+# the letter b
+midword bb 23
+midendword bble 12-3456
+lowword be 23
+begword be 23
+begword bea 12-2
+always bear 12-15-345
+begword beatif 23-1-2345-24-124
+begword beatit 23-1-2345-24-2345
+begword beatr 12-2-2345-1235 Beatrice
+always beck 12-15-14-13
+always bed 12-1246
+begword beda 23-145-1 bedazzle
+begword bede 23-145-15 bedevil
+word bede 12-1246-15 bede (a name)
+begword bedi 23-145-24 bedizzened
+word bee 12-15-15
+begword bee 12-15-15
+always been 12-15-26
+always beer 12-15-12456
+begword befriend 23-124-1235-24-26-145
+word beg =
+begword begg 12-15-2356
+word begs =
+begword bei = beijing
+sufword being 23-346
+sufword belch 12-15-123-16
+begword beld = Beldon
+begword belf = belfry, belfast
+begword belg = Belgium
+begword belk = Belkin
+always bell =
+begword belm = Belmont
+always belt =
+begword belw = belwether
+word bemba =
+always ben 12-26
+begword beni 12-26-24
+begword benif 23-1345-24-124 benificient
+sufword benign 23-1345-24-1245-1345 benignity
+begword benov 23-1345-135-1236 benovolent
+begword benu 23-1345-136 benumbed
+begword ber 12-12456
+begword bera 23-1235-1 berating
+begword bere 23-1235-15 bereft
+word beret 12-12456-15-2345
+begword berea 23-1235-2 bereaved
+begword beri 23-1235-24 beribboned
+always best 12-15-34
+sufword bestow 23-34-246
+always beth 12-15-1456 Bethany
+always bethe 12-15-2346 Bethel (Hans) Bethe
+always bets =
+always bett =
+sufword bev = bevies
+begword bever 12-5-15 Beverly beverage
+word bexhill =
+always bio =
+midendword bious 12-24-1256-234 dubious
+joinword by 356
+always because 23-14
+word bec =
+always before 23-124
+word bef =
+always behind 23-125
+word behring 12-15-125-1235-346
+word beh =
+word bel =
+begword beln = Belnick
+begword belittle 23-123-123
+nofor sufword belittle 23-123-24-2345-2345-123-15
+always below 23-123
+always beneath 23-1345
+always beside 23-234
+word bes =
+sufword bess = Bessie
+always between 23-2345
+word bet =
+always beyond 23-13456
+word bey =
+midendword ble 3456
+midendword bleau 12-123-2-136 tableau
+always bless 12-46-234 joblessness
+always blind 12-123
+contraction bl
+always blinded 12-123-35-145-1246
+sufword blinder 12-123-35-145-12456
+word blinding 12-123-35-145-346
+always braille 12-1235-123
+contraction brl
+word but 12
+
+# the letter c
+midword cc 25
+midword cch 14-16
+always chloro 16-123-135-1235-135
+begword cofac = cofactor
+always cofound 14-135-124-46-145
+begword com 36
+# begword com 23478
+
+sufword common 36-134-135-1345 commonest
+# sufword common 23478-134-135-1345 commonest
+begword con 25
+sufword conceive 25-14-1236
+word concv =
+word concvd =
+word concvr =
+word concvs =
+word concvst =
+word concvth =
+sufword conceiving 25-14-1236-1245
+word concvg =
+always cone 14-5-135
+word cons 14-135-1345-234
+sufword conundrum = 
+always could 14-145
+contraction cd
+sufword coworker 14-135-5-2456-12456
+midword cc 25
+word can 14
+always cannot 456-14
+word ch =
+always ch 16
+always character 5-16
+always chemo 16-15-134-135
+word child 16
+always children 16-1345
+word chn =
+sufword clever 14-123-5-15 cleverest
+
+# the letter d
+always day 5-145
+begword deact = deactivation
+begword deall = deallocate
+begword decarb 145-15-14-345-12
+always deceive 145-14-1236
+contraction dcv
+contraction dcvd
+contraction dcvr
+contraction dcvs
+word dcvst =
+word dcvth =
+always deceiving 145-14-1236-1245
+contraction dcvg
+always declare 145-14-123
+contraction dcl
+contraction dcld
+contraction dclr
+contraction dcls
+word dclst =
+word dclth =
+always declaring 145-14-123-1245
+contraction dclg
+begword deref = dereferencing
+begword dereg = deregulation
+midword dd 256
+midendword dday 145-5-145 midday
+begword dedic 145-1246-24-14 dedicated
+begword dis 256
+#sufword disc = discount disconsolate
+always dish 145-24-146
+begword disha 256-125-1 dishabile
+begword dishear 256-125-15-345 disheartened
+begword disho 256-125-135 dishonor
+begword dishone 256-125-5-135 dishonest
+begword dising 256-35-1245 disingenuous
+sufword disk =
+sufword dispirit 145-24-456-234 dispirited
+begword disul = disulfide
+word do 145
+word donegall =
+
+# the letter e
+midword ea 2
+word leah	=
+word judaean =
+midword eabil = interchangeability
+#always eable 15-1-3456
+#endword eably = noticeably
+#midendword eage = mileage
+#midendword eager 2-1245-12456 meager
+always eally 15-6-13456
+midendword eance 15-46-15 vengeance
+midendword eand 15-12346 meander
+always eation 15-6-1345
+always ear 15-345
+always ed 1246
+#always edic = edict Benedict
+#sufword edict =
+#sufword edition 15-145-24-56-1345 editions
+#midword edo 15-145-135
+always edraw =
+word either 15-24
+contraction ei
+word en =
+always en 26
+always ename 15-5-1345
+sufword enamel 26-1-134-15-123 enameled
+midendword ence 56-15
+endword enced 26-14-1246
+always eneck = bottleneck
+midendword eness 15-56-234 closeness
+endword enesse 15-56-234-15
+#begword enor = enormous
+#begword enou 15-1345-1256
+lowword en 26
+word enough 26-1256-126
+#begword enu 15-1345-136
+always er 12456
+#begword era =
+#word eras 12456-1-234
+#begword erec = erect 
+#begword ero 15-1235-135
+midendword eroom = storeroom
+#begword eru = erupt
+always ever 5-15
+midendword evere 15-1236-12456-15 Everest
+always evered 15-1236-12456-1246
+word every 15
+
+# the letter f
+midword ff 235
+always father 5-124
+always fein 124-15-35 Feingold
+always first 124-34
+word fst =
+#always fever 124-15-1236-12456
+always ffor 124-123456
+largesign for 123456
+always fore 123456-15
+begword forens 123456-26-234 forensic
+always forever 123456-5-15 forevermore
+always foot =
+word from 124
+always friend 124-1235
+contraction fr
+midendword ful 56-123
+always funder 124-136-1345-145-12456
+
+# the letter g
+begword geo = geoengineering
+sufword geoff 1245-15-12356-124 Geoffrey
+midword gg 2356
+always gh 126
+endword gham = Langham
+always ghead 1245-125-2-145
+always gheart 1245-125-15-345-2345
+midendword ghill = dunghill
+midendword ghorn = bighorn
+always ghouse 1245-125-1256-234-15
+always ghz = (gigahertz)
+begword givea = giveaway
+sufword gnome = gnomedb
+word go 1245
+always good 1245-145
+contraction gd
+begword gos = goshawk
+word goshen 1245-135-146-26
+always great 1245-1235-2345
+contraction grt
+
+# the letter h
+always had 456-125
+begword hadd 125-1-256 haddock
+sufword hade = hadean 
+sufword hadrian =
+word have 125
+sufword hedge 125-1246-1245-15
+always here 5-125
+always hered 125-12456-1246
+always heren 125-12456-26
+midendword herence 125-12456-56-15 adherence
+always herer 125-12456-12456
+always heres 125-12456-15-234
+always heret 125-12456-15-2345
+word heretofore 5-125-2345-135-123456-15
+word herself 125-12456-124
+word herf =
+word him 125-134
+always \s-\shis 36-36-125-24-234
+always his\s- 125-24-234-36-36
+word hm 125-3-134
+sufword hmm =
+word himself 125-134-124
+contraction hmf
+lowword his 236
+sufword horse = horseradish
+always hydro =
+
+# the letter i
+word i 24
+midendword iever 24-15-1236-12456
+always immediate 24-134-134
+contraction imm
+begword immuno = immunofluorescence
+lowword in 35
+word in =
+always in 35
+endword -in 36-35
+begword in- 35-36
+#begword incon 35-14-135-1345 incongruous
+always iness 24-56-234
+endword inesse 24-56-234-15
+midendword ing 346
+#midword inga 35-1245-1 nightingale
+always ingar 35-1245-345 Weingarten
+#midword ingen 35-1245-26 palingenesis (new birth)
+#midword ingi 35-1245-24 meningitis
+midendword inging 346-346 bringing
+joinword into 35-235
+always isomer 24-234-135-134-12456
+word it 1346
+word its 1346-234
+contraction xs
+word itself 1346-124
+contraction xf
+midendword ity 56-13456
+
+# the letter j
+word just 245
+
+# the letter k
+always know 5-13
+word knowledge 13
+
+# the letter l
+word latenight 123-1-2345-15-1345-24-126-2345
+midendword less 46-234
+always letter 123-1235
+contraction lr
+word like 123
+word doolittle =
+sufword little 123-123
+contraction ll
+sufword lone 123-5-135 lonely
+always lord 5-123
+
+# the letter m
+always many 456-134
+begword mc =
+always medic 134-1246-24-14 medicare
+midendword ment 56-2345
+midword menth 134-26-1456 Blumenthal
+always mideast 134-24-145-15-1-34
+word milling 134-24-123-123-346
+begword mishand 134-24-234-125-12346 mishandled
+always mishap =
+sufword mishear 134-24-234-125-15-345 misheard
+begword missh 134-24-234-146 misshapen
+word mistook =
+begword mistran = mistranslation
+sufword mistreat 134-24-234-2345-1235-2-2345
+begword mistru = mistrust
+begword misty = mistyped
+word monetary 134-5-135-2345-345-13456
+word more 134
+always mother 5-134
+always much 134-16
+word mch =
+word must 134-34
+word mst =
+word mustn 134-34-1345
+begword myo = myofibroblasts
+word myself 134-13456-124
+contraction myf
+
+# the letter n
+always name 5-1345
+always nament 1345-1-56-2345 tournament
+always namese =
+endnum nd 1345-145
+always necessary 1345-15-14
+contraction nec
+word neither 1345-15-24
+contraction nei
+midendword ness 56-234
+begword noness = nonessential
+word nonetheless 1345-5-135-2346-46-234
+always nonex =
+begword nong = nongraphical
+word noone 1345-135-5-135
+sufword nose = nosedive
+word not 1345
+word noways =
+word nowhere 1345-135-5-156
+
+# the letter o
+word O 135
+noback always O 135
+#midword oed = Schroeder
+#always oen = Phoenix
+midendword oence 135-26-14-15 electroencephalogram
+largesign of 12356
+midendword ofar 135-124-345 insofar
+always ofold = twofold
+midword ofor 135-123456
+always onesi =
+word anemone =
+word anemonos =
+word hermione 125-12456-134-24-135-1345-15
+midendword oness 135-56-234
+midendword onesse 135-56-234-15 
+midendword oneer 135-1345-15-12456
+midendword oned 135-1345-1246
+always one 5-135
+midendword onel = salmonella colonel
+always onem = phoneme
+midendword onement 5-135-56-2345 atonement
+always onent 135-1345-26-2345
+midendword oneous 135-1345-15-1256-234 erroneous
+always oner 135-1345-12456
+midendword onese = Cantonese,
+word oneself 5-135-124
+word onef =
+midendword oness 135-56-234 Deaconess
+midendword onet = phonetics bayonet
+endword onez = Ordonez
+midendword ong 56-1245
+always oon = sooner
+#always osome =
+word ou =
+always ou 1256
+midendword ound 46-145
+midendword ount 46-2345
+always ourselves 1256-1235-1236-234
+word ourvs =
+word out 1256
+always ought 5-1256
+always ow 246
+word o'clock 135-3-14
+word o’clock 135-3-14
+
+# the letter p
+always paid 1234-145
+contraction pd
+always part 5-1234
+word people 1234
+always perceive 1234-12456-14-1236
+word percv =
+word percvd =
+word percvr =
+word percvs =
+word percvst =
+word percvth =
+always perceiving 1234-12456-14-1236-1245
+word percvg =
+always perhaps 1234-12456-125
+word perh =
+always pher 1234-125-12456 cyphered
+word porthole =
+begword potho = pothole pothook
+begword pred 1234-1235-1246
+begword pre =
+always preach 1234-1235-2-16
+sufword predator 1234-1235-1246-1-2345-135-1235
+#always prof = 
+#always profes 1234-1235-12356-15-234 unprofessional
+#sufword profile 1234-1235-12356-24-123-15
+#begword proff 1234-1235-12356-124 proffer
+#always profit 1234-1235-12356-24-2345
+
+# the letter q
+always quick 12345-13
+contraction qk
+word quite 12345
+always question 5-12345
+
+# the letter r
+sufword rafter 1235-1-124-2345-12456
+word rather 1235
+sufword raw = rawhide
+endnum rd 1235-145
+begword reab = reabsorbed
+always reac =
+always reach 1235-2-16
+begword readj = readjust
+begword readm = readmit
+begword reaff 1235-15-1-235
+always reagent 1235-15-1-1245-26-2345
+begword reagg 1235-15-1-2356 reaggregated
+begword realig = realign
+begword rean = reanalyze, reanimate
+begword reapp = reappear
+begword reass 1235-15-1-234-234
+begword reatt = reattach
+begword reau = reauthorization
+begword reaw = reawaken
+#begword rede =
+#begword redi =
+word redo =
+#word redone 1235-15-145-5-135
+#begword redou 1235-15-145-1256 redouble redoubt 
+#always redu =
+always receive 1235-14-1236
+contraction rcv
+contraction rcvd
+contraction rcvr
+contraction rcvs
+word rcvst =
+word rcvth =
+always receiving 1235-14-1236-1245
+contraction rcvg
+#begword redis = redistribute
+#begword redr = redress
+begword reduc 1235-1246-136-14 reduce
+begword redun 1235-1246-136-1345 redundant
+always rejoice 1235-245-14
+contraction rjc
+contraction rjcd
+contraction rjcr
+contraction rjcs
+word rjcst =
+word rjcth =
+always rejoicing 1235-245-14-1245
+contraction rjcg
+sufword renaming 1235-26-1-134-346 renamings
+#begword rene =
+sufword renegade 1235-26-15-1245-1-145-15
+#begword renom = renominate
+#begword renou 1235-15-1345-1256 renounce
+#sufword renown 1235-15-1345-246-1345 renowned
+#begword renu = renunciation
+sufword reread 1235-15-1235-2-145
+sufword rerun = reruns
+always rever 1235-15-1236-12456
+always reveren 1235-5-15-26 irreverent
+always reverence 1235-5-15-56-15 irreverence
+sufword reverie 1235-5-15-24-15
+word revers 1235-5-15-234
+always right 5-1235
+
+# the letter s
+endnum s = 40s (no letter sign)
+noback always s 234
+noback always S 234
+word said 234-145
+contraction sd
+sufword saw = sawhorse
+sufword screw = screwhole
+#always sedu =
+always sent 234-26-2345 sentimental
+always sever 234-15-1236-12456 perseverance 
+always several 234-5-15-1-123 severally
+word shall 146
+word sh =
+always sh 146
+always shaus = In German names
+always should 146-145
+word shd =
+always shoulder 146-1256-123-145-12456
+word singapore 234-346-1-1234-135-1235-15 
+midendword sion 46-1345
+#midword stak 234-2345-1-13
+midendword stion 234-56-1345
+word so 234
+always some 5-234
+midendword somed 234-135-134-1246 ransomed
+always somer 234-135-134-12456 somersault 
+always spirit 456-234
+always sphere 234-1234-5-125
+midendword ssword 234-234-45-2456 crossword 
+endnum st 34
+word st =
+always st 34
+always sth 234-1456
+always sthe 234-2346
+midendword sthead 34-125-2-145 masthead
+always sthood 34-125-135-135-145 priesthood
+word still 34
+always stime 234-5-2345
+midendword stown 234-2345-246-1345 Pickstown
+#begword stringen 34-1235-35-1245-26 stringent stringency
+begword styro 34-13456-1235-135 styrofoam
+always shead 234-125-2-145
+always sheart 124-125-15-345-2345
+always shouse 234-125-1256-234-15
+always ssh =
+always shood =
+word such 234-16
+word sch =
+
+# the letter t
+endnum th 1456
+word th =
+always th 1456
+always thand 2345-125-12346 shorthand
+word that 2345
+endword thend 1456-26-145
+word this 1456
+word thyself 1456-13456-124
+word thyf =
+always tnam =
+joinword to 235
+word today 2345-145
+contraction td
+word tomorrow 2345-134
+word tomorrows 2345-134-234
+contraction tm
+word tonight 2345-1345
+contraction tn
+always thead 2345-125-2-145
+always theast 1456-15-1-34
+always theart 2345-125-15-345-2345
+always thouse 2345-125-1256-234-15
+largesign the 2346
+word themselves 2346-134-1236-234
+word themvs 1456-15-134-1236-234
+always their 456-2346
+always thence 1456-56-15
+always there 5-2346
+midendword thereal 2346-1235-2-123 ethereal
+word thereupon 5-2346-45-136
+always thered 2346-1235-1246
+always therer 2346-1235-12456
+always theres 2346-1235-15-234 theresa therese 
+always thood =
+midendword tion 56-1345
+always time 5-2345
+midendword timed 1245-24-134-1246
+midendword timer 2345-24-134-12456
+midendword timet = altimeter
+word these 45-2346
+always through 5-1456
+always together 2345-1245-1235
+contraction tgr
+word those 45-1456
+begword trans = transtype
+
+# the letter u
+begword un = unameliorated
+begword unble = unblemished
+#begword undis = undisturbed
+#begword uneas = unease
+#begword uneat = uneaten
+sufword unful = unfulfilled
+begword unmen 136-1345-134-26 unmentioned
+word upon 45-136 Dupont
+word us 136
+always under 5-136
+word unsaid 136-1345-234-145
+
+# the letter v
+begword vaing 1236-1-35-1245 vainglory
+word very 1236
+begword vice = viceroy
+
+# the letter w
+lowword was 356
+always \s-\swas 36-36-2456-1-234
+always was\s-\s 2456-1-234-36-36
+word wh =
+always wh 156
+midendword whart 2456-125-345-2345 Newhart
+word which 156
+midendword whouse 2456-125-1256-234-15 Newhouse
+word will 2456
+lowword were 2356
+always \s-\swere 36-36-2456-12456-15
+always were\s-\s 2456-12456-15-36-36
+always where 5-156
+word whereupon 5-156-45-136
+word wherever 156-12456-5-15
+largesign with 23456
+always word 45-2456
+word whose 45-156
+always work 5-2456
+always would 2456-145
+contraction wd
+always world 456-2456
+
+# the letter x
+
+# the letter y
+word you 13456
+always young 5-13456
+word your 13456-1235
+contraction yr
+word yours 13456-1235-234
+contraction yrs
+word yourself 13456-1235-124
+contraction yrf
+word yourselves 13456-1235-1236-234
+contraction yrvs
+
+# the letter z
+
+# Système International Prefixes
+begword yotta 13456-135-2345-2345-1 10^24
+begword zetta 1356-15-2345-2345-1 10^21
+# begword exa 15-1346-1 10^18
+begword peta 1234-15-2345-1 10^15
+begword tera 2345-12456-1 10^12
+begword giga 1245-24-1245-1 10^9
+begword mega 134-15-1245-1 10^6
+begword kilo 13-24-123-135 10^3
+begword hecto 125-15-14-2345-135 10^2
+begword deca 145-15-14-1 10^1
+begword deci 145-15-14-24 10^-1
+begword centi 14-26-2345-24 10^-2
+begword milli 134-24-123-123-24 10^-3
+begword micro 134-24-14-1235-135 10^-6
+begword nano 1345-1-1345-135 10^-9
+begword pico 1234-24-14-135 10^-12
+begword femto 124-15-134-2345-135 10^-15
+begword atto 1-2345-2345-135 10^-18
+begword zepto 1356-15-1234-2345-135 10^-21
+begword yocto 13456-135-14-2345-135 10^-24
+
+begword anti =
+# begword endo 26-145-135 endow
+#begword epi =
+begword extra =
+begword hyper 125-13456-1234-12456
+begword hypo =
+begword infra 35-124-1235-1
+begword inter 35-2345-12456
+begword intra 35-2345-1235-1
+begword iso =
+begword macro =
+begword meta =
+begword micro =
+begword mono =
+begword multi =
+begword patho 1234-1-1456-135
+begword peri 1234-12456-24
+begword poly =
+begword post 1234-135-34
+begword pre =
+begword pseudo =
+begword retro =
+# begword semi = seminar
+begword sub =
+begword super 234-136-1234-12456
+begword tetra =
+begword trans =
+begword ultra =
+# begword uni =
+
+# other prefixes
+begword electro =
+begword neuro =
+begword psycho 1234-234-13456-16-135
+
+
+# Apostrophes
+
+word 'ear 3-15-345
+word ’ear 3-15-345
+midendword e'er 15-3-12456
+midendword e’er 15-3-12456
+word goin' 1245-135-35-3
+word goin’ 1245-135-35-3
+# liblouis: Character definitions for Icelandic 6-dot  tables
+#
+#  Copyright (C) 2010 INIB (Iceland National Institute for the Blind)
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 3 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+#
+#-------------------------------------------------------------------------------
+#
+#  Character definitions for Icelandic 6-dot tables
+#
+#  Version 2009-09-02
+#  Birkir Gunnarsson birkir@midstod.is
+#
+#-------------------------------------------------------------------------------
+
+include spaces.uti
+
+# Icelandic characters, in Icelandic alphabetical order
+uplow \x00C1\x00E1 16 # Áá, a acute
+uplow \x00D0\x00F0 156 # Ðð, eth
+uplow \x00C9\x00E9 2346 # Éé, e acute
+uplow \x00CD\x00ED 126 # Íí, i acute 
+uplow \x00D3\x00F3 1456 # Óó, o acute
+uplow \x00DA\x00FA 12456 # Úú, u acute
+uplow \x00DD\x00FD 12346 # Ýý, y acute
+uplow \x00DE\x00FE 1246 # Þþ, thorn
+uplow \x00C6\x00E6 345 # Ææ, ae
+uplow \x00D6\x00F6 246 # Öö o umlaut
+
+# ===== BASIC LATIN - 0000-007F ================================================
+
+punctuation   \x0021 236               #33    ! EXCLAMATION MARK
+punctuation   \x0022 56               #34    " QUOTATION MARK
+sign          \x0023 3456            #35    # NUMBER SIGN
+sign          \x0024 45-124              #36    $ DOLLAR SIGN
+sign          \x0025 46          #37    % PERCENT SIGN
+sign          \x0026 346           #38    & AMPERSAND
+punctuation   \x0027 5               #39    ' APOSTROPHE APOSTROPHE-QUOTE
+punctuation   \x0028 236             #40    ( LEFT PARENTHESIS
+punctuation   \x0029 356             #41    ) RIGHT PARENTHESIS
+sign          \x002A 35              #42    * ASTERISK
+math          \x002B 235             #43    + PLUS SIGN
+punctuation   \x002C 2               #44    , COMMA
+punctuation   \x002D 36              #45    - HYPHEN-MINUS
+punctuation   \x002E 3               #46    . FULL STOP PERIOD
+sign          \x002F 34             #47    / SOLIDUS SLASH
+
+include litdigits6Dots.uti
+
+punctuation   \x003A 25              #58    : COLON
+punctuation   \x003B 23              #59    ; SEMICOLON
+math          \x003C 5-246              #60    < LESS-THAN SIGN
+math          \x003D 2356            #61    = EQUALS SIGN
+math          \x003E 135-2              #62    > GREATER-THAN SIGN
+punctuation   \x003F 26              #63    ? QUESTION MARK
+
+include latinLetterDef6Dots.uti
+
+sign          \x0060 4             #96    `  GRAVE ACCENT
+punctuation   \x007B 6-12356           #123   {  LEFT CURLY BRACKET
+sign          \x007C 456              #124   |  VERTICAL LINE
+punctuation   \x007D 6-23456           #125   }  RIGHT CURLY BRACKET
+sign          \x007E 45            #126   ~  TILDE
+sign          \x007F 45-456             #127   [DELETE]
+sign         \x2022 36 		Bullet
+sign          \x0040 123456           #64    @  COMMERCIAL AT
+punctuation   \x005B 12356          #91    [  LEFT SQUARE BRACKET
+sign          \x005C 45-34            #92    \  REVERSE SOLIDUS
+punctuation   \x005D 23456          #93    ]  RIGHT SQUARE BRACKET
+sign          \x005F 45-36           #95    _  LOW LINE
+
+# ===== LATIN-1 SUPPLEMENT: 0080-00FF ==========================================
+sign          \x00A2 45-14            #162   ¢ CENT SIGN
+sign          \x00A3 45-1234           #163   £ POUND SIGN
+sign          \x00A4 45-1346               #164   ¤ CURRENCY SIGN
+sign          \x00A5 45-13456         #165   ¥ YEN SIGN
+sign          \x00A6 0-456-123-0     #166   ¦ BROKEN BAR
+sign          \x00A7 45-346           #167   § SECTION SIGN
+sign          \x00A9 236-14-356 #169   © COPYRIGHT SIGN
+lowercase     \x00AA 4-1               #170   ª FEMININE ORDINAL INDICATOR
+punctuation   \x00AB 45-236             #171   « LEFT-POINTING DOUBLE ANGLE QUOTATION MARK
+sign          \x00AD 36               #173   ­ SOFT HYPHEN
+sign          \x00AE 236-1235-356   #174 ® REGISTERED SIGN
+sign          \x00B0 256           #176   ° DEGREE SIGN
+math          \x00B1 235-36          #177   ± PLUS-MINUS SIGN
+sign          \x00B5 45-134          #181   µ MICRO SIGN
+lowercase     \x00BA 4-2             #186   º MASCULINE ORDINAL INDICATOR
+punctuation   \x00BB 45-356             #187   » RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK
+math          \x00D7 45-24             #215   × MULTIPLICATION SIGN
+math          \x00F7 1256               #247   ÷ DIVISION SIGN
+
+# ===== GENERAL PUNCTUATION: 2000-206F =========================================
+
+punctuation   \x2013 36-36            #8211          EN DASH
+punctuation   \x2014 6-36            #8212          EM DASH
+punctuation   \x201D 23             #8221          RIGHT DOUBLE QUOTATION MARK
+sign          \x2030 46-46      #8240    PER MILLE SIGN
+sign          \x2031 46-46-46  #8241    PER TEN THOUSAND SIGN
+sign          \x2032 4-35            #8242          PRIME
+sign          \x2033 4-35-35         #8243          DOUBLE PRIME
+
+# ===== CURRENCY SYMBOLS: 20A0-20CF ============================================
+
+sign          \x20A0 45-15                           EURO-CURRENCY SIGN
+
+# ===== ARROWS: 2190-21FF ======================================================
+
+sign          \x2190 0-246-25-0           LEFTWARDS ARROW
+sign          \x2192 0-25-135-0           RIGHTWARDS ARROW
+sign          \x2194 0-246-25-135-0       LEFT RIGHT ARROW
+
+# ===== MATHEMATICAL OPERATORS: 2200-22FF ======================================
+
+math          \x2212 36              #8722   MINUS SIGN
+math          \x2215 34              #8725   DIVISION SLASH
+math          \x2217 35              #8727   ASTERISK OPERATOR
+math          \x223C 45-25           #8764   TILDE OPERATOR
+math          \x2245 45-25-25           #8773   APPROXIMATELY EQUAL TO
+math          \x2259 26              #8793   ESTIMATES
+math          \x2260 236-2356         #8800   NOT EQUAL TO
+math          \x2261 2356-2356       #8801   IDENTICAL TO
+math          \x2264 5-246-2356        #8804   LESS-THAN OR EQUAL TO
+math          \x2265 135-2-2356        #8805   GREATER-THAN OR EQUAL TO
+math          \x2266 246-2356        #8806   LESS-THAN OVER EQUAL TO
+math          \x2267 135-2356        #8807   GREATER-THAN OVER EQUAL TO
+math          \x22c5 3               #8901   DOT OPERATOR
+math          \x22c6 3               #8902   STAR OPERATOR
+
+# ===== Braille Indicators: ==================================================
+
+numsign 3456  number sign
+capsletter 6
+begcapsword 6-6
+endcapsword 6-6
+
+emphclass italic
+emphclass underline
+emphclass bold
+
+begemph italic 4-34
+endemph italic 34-4
+
+begemph bold 4-456
+endemph bold 456-4
+
+# This table contains braille codes and rules for Bengali  script.
+#
+# Copyright (C) 2014 National Institute for Visually Handicapped, 116, Rajpur Road, Dehradun, Uttrakhand, India
+#
+# This file is part of liblouis.
+#
+# liblouis is free software: you can redistribute it and/or modify it
+# under the terms of the GNU Lesser General Public License as
+# published by the Free Software Foundation, either version 2.1 of the
+# License, or (at your option) any later version.
+#
+# liblouis is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with liblouis. If not, see
+# <http://www.gnu.org/licenses/>.
+
+# This table is built and maintained under an activity of Braille Council of India
+# Contributors: Dipendra Manocha, Sreeja, Dinesh Kaushal, Mesar Hameed
+# Last updated on May 5, 2014
+# To report any bugs or any suggestion, please write to d@saksham.org and sreeja.param@gmail.com
+
+include braille-patterns.cti
+
+letter   \x0981	3	# Bengali Sign Candrabindu
+letter   \x0982	56	# Bengali Sign Anusvara
+letter   \x0983	6	# Bengali Sign Visarga
+letter   \x0985	1	# Bengali Letter A
+letter   \x0986	345	# Bengali Letter AA
+letter   \x0987	24	# Bengali Letter I
+letter   \x0988	35	# Bengali Letter II
+letter   \x0989	136	# Bengali Letter U
+letter   \x098A	1256	# Bengali Letter UU
+letter   \x098B	5-1235	# Bengali Letter Vocalic R
+letter   \x098C	5-123	# Bengali Letter Vocalic L
+letter   \x098F	15	# Bengali Letter E
+letter   \x0990	34	# Bengali Letter AI
+letter   \x0993	135	# Bengali Letter O
+letter   \x0994	246	# Bengali Letter AU
+
+# Consonents
+
+letter   \x0995	13	# Bengali Letter KA
+letter   \x0996	46	# Bengali Letter KHA
+letter   \x0997	1245	# Bengali Letter GA
+letter   \x0998	126	# Bengali Letter GHA
+letter   \x0999	346	# Bengali Letter NGA
+
+letter   \x099A	14	# Bengali Letter CA
+letter   \x099B	16	# Bengali Letter CHA
+letter   \x099C	245	# Bengali Letter JA
+letter   \x099D	356	# Bengali Letter JHA
+letter   \x099E	25	# Bengali Letter NYA
+
+letter   \x099F	23456	# Bengali Letter TTA
+letter   \x09A0	2456	# Bengali Letter TTHA
+letter   \x09A1	1246	# Bengali Letter DDA
+letter   \x09A2	123456	# Bengali Letter DDHA
+letter   \x09A3	3456	# Bengali Letter NNA
+
+letter   \x09A4	2345	# Bengali Letter TA
+letter   \x09A5	1456	# Bengali Letter THA
+letter   \x09A6	145	# Bengali Letter DA
+letter   \x09A7	2346	# Bengali Letter DHA
+letter   \x09A8	1345	# Bengali Letter NA
+
+letter   \x09AA	1234	# Bengali Letter PA
+letter   \x09AB	235	# Bengali Letter PHA
+letter   \x09AC	12	# Bengali Letter BA = Bengali va, wa
+letter   \x09AD	45	# Bengali Letter BHA
+letter   \x09AE	134	# Bengali Letter MA
+letter   \x09AF	13456	# Bengali Letter YA
+letter   \x09B0	1235	# Bengali Letter RA
+letter   \x09B2	123	# Bengali Letter LA
+letter   \x09B6	146	# Bengali Letter SHA
+letter   \x09B7	12346	# Bengali Letter SSA
+letter   \x09B8	234	# Bengali Letter SA
+letter   \x09B9	125	# Bengali Letter HA
+
+letter   \x09BD	2	# Bengali Sign Avagraha
+
+# vowel sign
+
+letter   \x09BE	345	# Bengali vowel sign AA
+letter   \x09BF	24	# Bengali vowel sign I (Stands To The Left Of The Consonant)
+letter   \x09C0	35	# Bengali vowel sign II
+letter   \x09C1	136	# Bengali vowel sign U
+letter   \x09C2	1256	# Bengali vowel sign UU                                                
+letter   \x09C3	5-1235	# Bengali vowel sign VOCALIC R
+letter   \x09C4	6-1235	# Bengali vowel sign VOCALIC RR
+letter   \x09C7	15	# Bengali vowel sign E (stands to the left of the consonant)
+letter   \x09C8	34	# Bengali vowel sign AI (stands to the left of the consonant)
+letter   \x09CB	135	# Bengali vowel sign O = 09C7 and 09BE
+letter   \x09CC	246	# Bengali vowel sign AU = 09C7 and 09D7
+
+letter   \x09CD	  4	# Bengali sign VIRAMA
+
+letter   \x09CE   4-2345    # Bengali letter Khanda TA (a dead consonant form of ta, without implicit vowel, used in some     sequences)
+letter   \x09DC	12456	# Bengali letter RRA =   09A1 and 09BC
+letter   \x09DD	5-12456	# BENGALI LETTER RHA =  09A2 AND  09BC
+letter   \x09DF	26	# BENGALI LETTER YYA =  09AF AND   09BC
+
+letter   \x09E0	6-1235	# BENGALI LETTER VOCALIC RR
+letter   \x09E1	6-123	# BENGALI LETTER VOCALIC LL
+letter   \x09E2	5-123	# BENGALI LETTER VOCALIC L
+letter   \x09E3	6-123	# BENGALIC LETTER VOCALIC LL
+
+# Digits
+
+litdigit   \x09E6	245	# BENGALI DIGIT ZERO
+litdigit   \x09E7	1	# BENGALI DIGIT ONE
+litdigit   \x09E8	12	# BENGALI DIGIT TWO
+litdigit   \x09E9	14	# BENGALI DIGIT THREE
+litdigit   \x09EA	145	# BENGALI DIGIT FOUR
+litdigit   \x09EB	15	# BENGALI DIGIT FIVE
+litdigit   \x09EC	124	# BENGALI DIGIT SIX
+litdigit  \x09ED	1245	# BENGALI DIGIT SEVEN
+litdigit   \x09EE	125	# BENGALI DIGIT EIGHT
+litdigit  \x09EF	24	# BENGALI DIGIT NINE
+
+letter     \x09F0	1235	# BENGALI LETTER RA WITH MIDDLE DIAGONAL (ASSAMESE)
+letter    \x09F1    1236	# BENGALI LETTER RA WITH LOWER DIAGONAL =  BENGALI LETTER VA WITH LOWER DIAGONAL (1.0) ASSAMESE
+
+replace \x200d
+
+# Half characters 
+always	\x0995\x09cD   	4-13	# Bengali Letter KA
+always	\x0996\x09cD   	4-46	# Bengali Letter KHA
+always	\x0997\x09cD   	4-1245	# Bengali Letter GA
+always	\x0998\x09cD   	4-126	# Bengali Letter GHA
+always	\x0999\x09cD   	4-346	# Bengali Letter NGA
+
+always	\x099A\x09cD   	4-14	# Bengali Letter CA
+always	\x099B\x09cD   	4-16	# Bengali Letter CHA
+always	\x099C\x09cD   	4-245	# Bengali Letter JA
+always	\x099D\x09cD   	4-356	# Bengali Letter JHA
+always	\x099E\x09cD   	4-25	# Bengali Letter NYA
+
+always	\x099F\x09cD   	4-23456	# Bengali Letter TTA
+always	\x09A0\x09cD   	4-2456	# Bengali Letter TTHA
+always	\x09A1\x09cD   	4-1246	# Bengali Letter DDA
+always	\x09A2\x09cD   	4-123456	# Bengali Letter DDHA
+always	\x09A3\x09cD   	4-3456	# Bengali Letter NNA
+
+always	\x09A4\x09cD   	4-2345	# Bengali Letter TA
+always	\x09A5\x09cD   	4-1456	# Bengali Letter THA
+always	\x09A6\x09cD   	4-145	# Bengali Letter DA
+always	\x09A7\x09cD   	4-2346	# Bengali Letter DHA
+always	\x09A8\x09cD   	4-1345	# Bengali Letter NA
+
+always	\x09AA\x09cD   	4-1234	# Bengali Letter PA
+always	\x09AB\x09cD   	4-235	# Bengali Letter PHA
+always	\x09AC\x09cD   	4-12	# Bengali Letter BA =  Bengali va, wa
+always	\x09AD\x09cD   	4-45	# Bengali Letter BHA
+always	\x09AE\x09cD   	4-134	# Bengali Letter MA
+
+always	\x09AF\x09cD   	4-13456	# Bengali Letter YA
+always	\x09B0\x09cD   	4-1235	# Bengali Letter RA
+always	\x09B2\x09cD   	4-123	# Bengali Letter LA
+always	\x09B6\x09cD   	4-146	# Bengali Letter SHA
+always	\x09B7\x09cD   	4-12346	# Bengali Letter SSA
+always	\x09B8\x09cD   	4-234	# Bengali Letter SA
+always	\x09B9\x09cD   	4-125	# Bengali Letter HA
+
+
+always	\x09C4\x09cD   	4-6-1235	# Bengali vowel sign VOCALIC RR
+always	\x09CE\x09cD   	4-4-2345	# Bengali letter Khanda TA (a dead consonant form of ta, without implicit vowel, used in some sequences)
+always	\x09DC\x09cD   	4-12456	# Bengali letter RRA = 09A1 and 09BC
+always	\x09DF\x09cD   	4-26	# BENGALI LETTER YYA = 09AF AND 09BC
+always	\x09E0\x09cD   	4-6-1235	# BENGALI LETTER VOCALIC RR
+always	\x09E1\x09cD   	4-6-123	# BENGALI LETTER VOCALIC LL
+always	\x09E2\x09cD   	4-5-123	# BENGALI LETTER VOCALIC L
+always	\x09E3\x09cD   	4-6-123	# BENGALIC LETTER VOCALIC LL
+always	\x09F0\x09cD   	4-1235	# BENGALI LETTER RA WITH MIDDLE DIAGONAL (ASSAMESE)
+always	\x09F1\x09cD   	4-1236	# BENGALI LETTER RA WITH LOWER DIAGONAL =  BENGALI LETTER VA WITH LOWER DIAGONAL (1.0) ASSAMESE
+
+ # ksha and gya
+
+
+ 
+ always \x0995\x09CD\x09B7\x09CD 4-12345 #"ksha"
+ always \x099C\x09CD\x099E  156 #"gyan"
+ always \x0995\x09CD\x09B7 12345 #"ksha"
+ 
+   # consonent followed by vowel but not matra
+   
+   class BengaliVowel \x0985\x0986\x0987\x0988\x0989\x0985\x098A\x098B\x098C\x098F\x0990\x0993\x0994
+   class HALANT \x09CD
+   
+   
+
+
+before BengaliVowel always \x0995 13-1 # Bengali ka
+before BengaliVowel always \x0996 46-1 # Bengali kha
+before BengaliVowel always \x0997 1245-1 # Bengali ga
+before BengaliVowel always \x0998 126-1 # Bengali gha
+
+#before HALANT always \x0995  4-13 # Bengali ka
+
+before BengaliVowel always \x099A 14-1 # Bengali ca
+before BengaliVowel always \x099B 16-1 # Bengali cha
+before BengaliVowel always \x099C 245-1 # Bengali ja
+before BengaliVowel always \x099D 356-1 # Bengali jha
+
+before BengaliVowel always \x099F 23456-1 # Bengali ta
+before BengaliVowel always \x09A0 2456-1 # Bengali tha
+before BengaliVowel always \x09A1 1246-1 # Bengali da
+before BengaliVowel always \x09A2 123456-1 # Bengali dha
+before BengaliVowel always \x09A3 3456-1 #Bengali nna
+
+before BengaliVowel always \x09A4 2345-1 # Bengali ta
+before BengaliVowel always \x09A5 1456-1 # Bengali tha
+before BengaliVowel always \x09A6 145-1 # Bengali da
+before BengaliVowel always \x09A7 2346-1 # Bengali dha
+before BengaliVowel always \x09A8 1345-1 #Bengali na
+
+before BengaliVowel always \x09AA 1234-1 # Bengali pa
+before BengaliVowel always \x09AB 235-1 # Bengali pha
+before BengaliVowel always \x09AC 12-1 # Bengali ba
+before BengaliVowel always \x09AD 45-1 # Bengali bha
+before BengaliVowel always \x09AE 134-1 #Bengali ma
+
+before BengaliVowel always \x09AF 13456-1 # Bengali yaa
+before BengaliVowel always \x09B0 1235-1 # Bengali ra
+before BengaliVowel always \x09B2 123-1 # Bengali la
+before BengaliVowel always \x09B6 146-1 #Bengali sha
+before BengaliVowel always \x09B7 12346-1 #Bengali ssha
+before BengaliVowel always \x09B8 234-1 #Bengali sa
+before BengaliVowel always \x09B9 125-1 #Bengali ha
+
+ before BengaliVowel always	\x09C4 	6-1235-1	# Bengali vowel sign VOCALIC RR
+ before BengaliVowel always	\x09CE 	2345-1	# Bengali letter Khanda TA (a dead consonant form of ta, without implicit vowel, used in some sequences)
+ before BengaliVowel always	\x09DC 	12456-1	# Bengali letter RRA = 09A1 and 09BC
+ before BengaliVowel always	\x09DF 	26-1	# BENGALI LETTER YYA = 09AF AND 09BC
+ before BengaliVowel always	\x09E0 	6-1235-1	# BENGALI LETTER VOCALIC RR
+ before BengaliVowel always	\x09E1 	6-123-1	# BENGALI LETTER VOCALIC LL
+ before BengaliVowel always	\x09E3 	6-123-1	# BENGALIC LETTER VOCALIC LL
+ before BengaliVowel always	\x09F0 	1235-1	# BENGALI LETTER RA WITH MIDDLE DIAGONAL (ASSAMESE)
+ before BengaliVowel always	\x09F1 	1236-1	# BENGALI LETTER RA WITH LOWER DIAGONAL =  BENGALI LETTER VA WITH LOWER DIAGONAL (1.0) ASSAMESE
+#-name: U.S. English 8-dot computer braille for Windows
+#-index-name: English, U.S., computer, 8-dot
+#-display-name: English 8-dot computer braille as used in the U.S.
+
+#+locale:en-US
+#+type:computer
+#+dots:8
+#+direction:both
+#+system:ebae
+
+include en-us-comp8-ext.utb
+#-index-name: Bulgarian, computer
+#-display-name: Bulgarian computer braille
+
+#+locale:bg
+#+type:computer
+#+dots:8
+
+# TODO: Please correct the metadata above. It is not meant to be
+# accurate nor complete. It hasn't been verified by the table
+# author yet. It is merely an attempt by the liblouis maintainers
+# to get some sensible initial values in place.
+
+# TODO: Please add a reference to official documentation about
+# the implemented braille code. Preferably submit the documents
+# to https://github.com/liblouis/braille-specs.
+
+include bg.ctb
+include braille-patterns.cti
 UTF-8
 LEFTHYPHENMIN 1
 RIGHTHYPHENMIN 1
@@ -70450,7 +403878,516 @@
 åt3h4
 å1ti
 å2t2v
-# This table contains braille codes and rules for Manipuri Grade 1 and includes English grade 1
+#-name: U.S. English grade 2 (EBAE)
+#-index-name: English, U.S., contracted
+#-display-name: English contracted braille as used in the U.S.
+
+#+locale:en-US
+#+type:literary
+#+contraction:full
+#+grade:2
+#+system:ebae
+
+# TODO: Please correct the metadata above. It is not meant to be
+# accurate nor complete. It hasn't been verified by the table
+# author yet. It is merely an attempt by the liblouis maintainers
+# to get some sensible initial values in place.
+
+# TODO: Please add a reference to official documentation about
+# the implemented braille code. Preferably submit the documents
+# to https://github.com/liblouis/braille-specs.
+
+include en-us-g2.ctb
+include braille-patterns.cti
+# liblouis: U.K. English Grade 1 table
+#
+# ------------
+#-name: British English grade 1
+#-index-name: English, U.K., uncontracted
+#-display-name: English uncontracted braille as used in the U.K.
+#
+#+locale:en-GB
+#+type:literary
+#+contraction:no
+#+grade:1
+#+system:bauk
+#
+# TODO: Please correct the metadata above. It is not meant to be
+# accurate nor complete. It hasn't been verified by the table
+# author yet. It is merely an attempt by the liblouis maintainers
+# to get some sensible initial values in place.
+#
+# TODO: Please add a reference to official documentation about
+# the implemented braille code. Preferably submit the documents
+# to https://github.com/liblouis/braille-specs.
+# ------------
+#
+# Based on the braille contraction modules in BRLTTY
+#
+# Copyright (C) 1995-2004 by The BRLTTY Team.
+# Copyright (C) 2004 ViewPlus Technologies, Inc., www.viewplustech.com
+# Copyright (C) 2004 Computers to Help People, Inc., www.chpi.org
+
+# This file is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public
+# License as published by the Free Software Foundation; either
+# version 2.1 of the License, or (at your option) any later version.
+
+# This file is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+# Lesser General Public License for more details.
+
+# You should have received a copy of the GNU Lesser General Public
+# License along with this file; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+# liblouis  comes with ABSOLUTELY NO WARRANTY.
+
+# Maintained by Paul Wood, Torch Trust: paulw torchtrust.org
+
+include text_nabcc.dis All display opcodes
+
+include ukchardefs.cti All character definition opcodes
+
+
+# accented letters
+
+uplow \x00C0\x00E0 1				# a with grave
+uplow \x00C1\x00E1 1				# a with acute
+uplow \x00C2\x00E2 1				# a with circumflex
+uplow \x00C3\x00E3 1				# a with tilde
+uplow \x00C4\x00E4 1				# a with dieresis
+uplow \x00C5\x00E5 1				# a with ring above
+uplow \x00C6\x00E6 1				# letter ae
+uplow \x00C7\x00E7 14				# c with cedilla
+uplow \x00C8\x00E8 15				# e with grave
+uplow \x00C9\x00E9 15				# e with acute
+uplow \x00CA\x00EA 15				# e with circumflex
+uplow \x00CB\x00EB 15				# e with dieresis
+uplow \x00CC\x00EC 24				# i with grave above
+uplow \x00CD\x00ED 24				# i with acute above
+uplow \x00CE\x00EE 24				# i with circumflex
+uplow \x00CF\x00EF 24				# i with dieresis
+uplow \x00D0\x00F0 15				# letter eth
+uplow \x00D1\x00F1 1345			# n with tilde
+uplow \x00D2\x00F2 135			# o with grave above
+uplow \x00D3\x00F3 135			# o with acute above
+uplow \x00D4\x00F4 135			# o with circumflex
+uplow \x00D5\x00F5 135			# o with tilde
+uplow \x00D6\x00F6 135			# o with dieresis
+
+# \x00D7	× multiplication sign	----------------------
+
+uplow \x00D8\x00F8 135			# o with stroke
+uplow \x00D9\x00F9 136			# u with grave above
+uplow \x00DA\x00FA 136			# u with acute above
+uplow \x00DB\x00FB 136			# u with circumflex above
+uplow \x00DC\x00FC 136				# u with dieeresis
+uplow \x00DD\x00FD 13456		# y with acute above
+uplow \x00DE\x00FE 2345			# letter thorn
+letter \x00DF 2346		# small sharp s
+uplow \x0174\x0175 2456 w with circumflex
+uplow \x0176\x0177 13456 # y with circumflex
+uplow \x0178\x00ff 13456 # y with diaeresis
+uplow \x1EF2\x1EF3 13456 # y with grave
+
+largesign \x00C0 4-1      [C0] upper a grave
+largesign \x00E0   4-1      [E0] lower a grave
+
+largesign \x00C1 4-1      [C1] upper a acute
+largesign \x00E1   4-1      [E1] lower a acute
+
+largesign \x00C2 4-1      [C2] upper a circumflex
+largesign \x00E2   4-1      [E2] lower a circumflex
+
+largesign \x00C3 4-1      [C3] upper a tilde
+largesign \x00E3   4-1      [E3] lower a tilde
+
+largesign \x00C4 4-1      [C4] upper a dieresis
+largesign \x00E4   4-1      [E4] lower a dieresis
+
+largesign \x00C5 4-1      [C5] upper a ring
+largesign \x00E5   4-1      [E5] lower a ring
+
+largesign \x00C6 1-15     [C6] upper ae
+largesign \x00E6   1-15			[E6] lower ae
+
+largesign \x00C7 4-14     [C7] upper c cedilla
+largesign \x00E7   4-14     [E7] lower c cedilla
+
+largesign \x00C8 4-15     [C8] upper e grave
+largesign \x00E8   4-15     [E8] lower e grave
+
+largesign \x00C9 4-15     [C9] upper e acute
+largesign \x00E9   4-15     [E9] lower e acute
+
+largesign \x00CA 4-15     [CA] upper e circumflex
+largesign \x00EA   4-15     [EA] lower e circumflex
+
+largesign \x00CB 4-15     [CB] upper e dieresis
+largesign \x00EB   4-15     [EB] lower e dieresis
+
+largesign \x00CC 4-24     [CC] upper i grave
+largesign \x00EC   4-24     [EC] lower i grave
+
+largesign \x00CD 4-24     [CD] upper i acute
+largesign \x00ED   4-24     [ED] lower i acute
+
+largesign \x00CE 4-24     [CE] upper i circumflex
+largesign \x00EE   4-24     [EE] lower i circumflex
+
+largesign \x00CF 4-24     [CF] upper i dieresis
+largesign \x00EF   4-24     [EF] lower i dieresis
+
+largesign \x00D0 4-15     [D0] upper eth
+largesign \x00F0   4-15     [F0] lower eth
+
+largesign \x00D1 4-1345   [D1] upper n tilde
+largesign \x00F1   4-1345   [F1] lower n tilde
+
+largesign \x00D2 4-135    [D2] upper o grave
+largesign \x00F2   4-135    [F2] lower o grave
+
+largesign \x00D3 4-135    [D3] upper o acute
+largesign \x00F3   4-135    [F3] lower o acute
+
+largesign \x00D4 4-135    [D4] upper o circumflex
+largesign \x00F4   4-135    [F4] lower o circumflex
+
+largesign \x00D5 4-135    [D5] upper o tilde
+largesign \x00F5   4-135    [F5] lower o tilde
+
+largesign \x00D6 4-135    [D6] upper o dieresis
+largesign \x00F6   4-135			[F6] lower o dieresis
+
+largesign \x00D8 4-135    [D8] upper o slash
+largesign \x00f8   4-135    [F8] lower o slash
+
+largesign \x00D9 4-136    [D9] upper u grave
+largesign \x00F9   4-136    [F9] lower u grave
+
+largesign \x00DA 4-136    [DA] upper u acute
+largesign \x00FA   4-136    [FA] lower u acute
+
+largesign \x00DB 4-136    [DB] upper u circumflex
+largesign \x00FB   4-136    [FB] lower u circumflex
+
+largesign \x00DC 4-136    [DC] upper u dieresis
+largesign \x00FC   4-136    [FC] lower u dieresis
+
+largesign \x00DD 4-13456  [DD] upper y acute
+largesign \x00FD   4-13456  [FD] lower y acute
+
+largesign \x00DE 4-2345   [DE] upper t horn
+largesign \x00FE   4-2345   [FE] lower t horn
+
+largesign \x00DF 234-234 (DF) lower ss
+
+
+largesign \x0174 4-2456 lower w circumflex
+largesign \x0175 4-2456 upper w circumflex
+
+largesign \x0176 4-13456 upper y circumflex
+largesign \x0177 4-13456 lower y circumflex
+
+largesign \x0178 4-13456 upper y with dieresis
+largesign \x00FF 4-13456 lower y with dieresis
+
+largesign \x1EF2 4-13456 upper y with grave
+largesign \x1EF3 4-13456 lower y with grave
+
+hyphen 	\x2010 36		 # 8208			hyphen
+
+# punctuation \x2011 36		 # 8209			non-breaking hyphen
+punctuation \x2011 23478	# 8209  non-breaking hyphen
+
+punctuation \x2212 36
+noback always \x2212 36
+always \s\x2212\s 36-36
+midnum \x2013 36-3456
+always	\x2013 56-36		 # 8211		smart minus sign
+
+
+noback always	\x201C 236	 # 8220			smart opening double quote
+noback always	\x201D 356	 # 8221			smart closing double quote
+noback always	\x201E 236	 # 8222			smart double low quotation mark
+noback always	\x201F 356	 # 8223			smart double high reverse quotation mark
+
+
+# Braille indicators
+numsign 3456  number sign, just a dots operand
+multind 56-6 letsign capsletter
+letsign 56
+capsletter 6
+begcapsword 6-6
+endcapsword 6-3
+emphclass italic
+emphclass underline
+emphclass bold
+begemph italic 46
+endemph italic 46-3
+begemph bold 46-46
+endemph bold 46-3
+begcomp 6-346
+endcomp 6-346
+
+# the decimal digits
+include litdigits6Dots.uti
+
+# Letters are defined in en-chardefs
+
+#single letter words
+largesign a 1
+largesign A 1
+word I 24
+word O 135
+word o 135
+
+# abbreviations
+contraction ie
+word i.e. 24-256-15-256
+contraction ok
+word o.k. 135-256-13-256
+contraction eg
+
+# Roman Numerals
+contraction ii
+contraction iii
+contraction iv
+contraction vi
+contraction vii
+contraction viii
+contraction ix
+contraction xi
+contraction xii
+contraction xiii
+
+
+# punctuation
+prepunc " 236
+postpunc " 356
+always \s-" 36-36-356
+always \s-” 36-36-356
+always ..." 3-3-3-356
+always …" 3-3-3-356
+always ...” 3-3-3-356
+always …” 3-3-3-356
+always ?" 236-356
+word " 236
+begnum ' 3
+prepunc ' 6-236
+postpunc ' 356-3
+postpunc '' 356
+postpunc ''' 356-3-356
+
+noback always ' 3
+word 'ave 3-1-1236-15
+word ’ave 3-1-1236-15
+midendword 'an 3-1-1345
+midendword ’an 3-1-1345
+endword 'ah 3-1-125
+endword ’ah 3-1-125
+midendword 'am 3-1-134
+midendword ’am 3-1-134
+word c'mon 14-3-134-135-1345
+word c’mon 14-3-134-135-1345
+endword 'd 3-145
+endword ’d 3-145
+begword d' 145-3
+begword d’ 145-3
+word 'em 3-15-134
+word ’em 3-15-134
+word 'ear 3-15-1-1235
+word ’ear 3-15-1-1235
+midendword e'e 15-3-15
+midendword e’e 15-3-15
+word goin' 1245-135-24-1345-3
+word goin’ 1245-135-24-1345-3
+begword ha'p 125-1-3-1234
+begword ha’p 125-1-3-1234
+endword 'll 3-123-123
+endword ’ll 3-123-123
+endword 'm 3-134
+endword ’m 3-134
+endword 'n 3-1345
+endword ’n 3-1345
+begword o'd 135-3-145
+begword o’d 135-3-145
+begword o'l 135-3-123
+begword o’l 135-3-123
+word 'ome 3-135-134-15
+word ’ome 3-135-134-15
+endword 're 3-1235-15
+endword ’re 3-1235-15
+endword 'ry 3-1235-13456
+endword ’ry 3-1235-13456
+endword 'r 3-1235
+endword ’r 3-1235
+endword 's 3-234
+endword ’s 3-234
+endword 't 3-2345
+endword ’t 3-2345
+word 'tis =
+word 'twas =
+word 'uns 3-136-1345-234
+word ’uns 3-136-1345-234
+endword 've 3-1236-15
+endword ’ve 3-1236-15
+midnum , 3
+noback always , 2
+midnum . 2
+#decpoint . 2 # removed to sort out translations such as p.11
+noback always . 256
+noback always ; 23
+midnum : 3456
+noback always : 25
+#endnum ! 6-235
+noback always ! 235
+begnum # 4
+always # 4-3456
+midnum / 456-34-3456
+always / 456-34
+always // 345
+noback always ? 236
+endnum % 0-25-1234
+always % 25-1234
+midnum ^ 346-3456
+always ^ 456-126
+always ~ 4-156
+always & 4-12346
+midnum * 0-56-236-3456
+always * 35-35
+repeated *** 35-35-0-35-35-0-35-35
+noback always ( 2356
+prepunc ( 2356
+postpunc ) 2356
+begword ( 2356
+endword ) 2356
+always [ 6-2356
+always ] 2356-3
+always { 46-2356
+always } 46-2356
+always -com 36-14-135-134
+endword -to 36-2345-135 pointed-to resource
+endword -by 36-12-13456 used-by
+# always _ 78
+prepunc `` 236
+postpunc ` 6-236
+prepunc ` 6-236
+postpunc ’ 356-3 end single curly quote
+prepunc ’ 356-3
+always ‘ 6-236 start single curly quote
+noback always ` 4
+begword @ 4-2346
+noback always @ 2346
+always \\ 5-16
+always | 5-123
+repeated \x00a0 0 no break space
+repeated --- 36-36-36
+
+# repeated ___ 78-78-78
+repeated ___ 46-46-46
+
+repeated ::: 25-25-25
+
+repeated === 56-2356-56-2356-56-2356
+repeated ~~~ 4-156-4-156-4-156
+always \s-\s 36-36
+always \s-\scom 36-36-14-135-134
+always ... 3-3-3
+always .\s.\s. 3-3-3 . . .
+# always  \x2026 3-3-3 # 8230			MS Word smart ellipsis
+
+# the hyphen
+always \s–\s 36-36
+#always - 36
+repeated ­­­ 36-36-36
+always \s­\s 36-36
+midword - 36
+joinword - 36
+begword - 36
+hyphen - 36
+
+
+
+# mathematical symbols
+#decpoint . 2 # removed to sort out translations such as p.11
+noback always < 246
+joinword = 56-2356
+joinnum = 56-2356
+noback always > 135
+midnum + 0-56-235-3456
+begnum + 56-235
+joinnum + 56-235
+joinword + 56-235
+midnum - 36-3456 removed for verse references
+midnum \x2013 36
+#always - 36
+joinnum × 56-236
+joinword × 56-236
+midnum ÷ 0-56-256-3456 division sign
+joinnum ÷ 56-256
+joinword ÷ 56-256
+begnum £ 123
+always £ 4-123 pounds
+
+# other special characters
+always © 45-14 copyright
+sign ™ 45-2345 trademark
+sign ® 45-1235 registered
+always ¶ 1234-345 paragraph
+always § 234-3 section
+noback always ° 356 degrees
+begnum $ 256
+always $ 4-256
+always ¢ 4-14 cents
+sign € 4-15	euro
+always € 4-15	euro
+always ¥ 4-13456 yen
+always µ 2-134 mu
+
+# special character sequences
+literal :// URLs
+literal www.
+
+literal .com
+literal .edu
+literal .gov
+literal .mil
+literal .net
+literal .org
+literal .doc
+compbrl .xml
+compbrl .xsl
+literal .htm
+literal .html
+literal .tex
+literal .txt
+literal .gif
+literal .jpg
+literal .png
+literal .wav
+literal .tar
+literal .zip
+literal .uk
+
+# include countries.cti
+
+# Problems handled with context
+#context _$l["."]$l @256 U.S.
+noback context _$d["a"] @56-1
+noback context _$d["A"] @56-1
+#corrects Capital A's after a number ending up with letter sign AFTER Caps sign
+noback pass2 @6-56 @56-6
+include braille-patterns.cti
+# Remove space between word and italic signs
+noback pass2 [@0-46-3]   @46@3
+noback pass2 [@46@0]   @46
+#pass2 \s+  \s
+noback pass2 [@345-0-0]  @345@0
+noback pass2 [@345-0-0-0]  @345@0
+
+# This table contains braille codes and rules for Kannada Grade 1 and includes English grade 1
 #
 # Copyright (C) 2014 National Institute for Visually Handicapped, 116, Rajpur Road, Dehradun, Uttrakhand, India
 #
@@ -70475,11 +404412,329 @@
 # Last updated on May 5, 2014
 # To report any bugs or any suggestion, please write to d@saksham.org and sreeja.param@gmail.com
 
-include bengali.cti
+include kannada.cti
 include en-in-g1.ctb
+# Unicode character definitions, usually multi-cell
 #
-#  Copyright (C) 2014 by Branislav Mamojka <mamojka@unss.sk>
-#  Copyright (C) 2016 by Peter Vagner <peter.v@datagate.sk>
+#  Copyright (C) 2008 JJB Software, Inc. www.jjb-software.com
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+
+lowercase \x2113 4-123 SCRIPT SMALL 006C 
+sign \x00B0 356 Degree
+math \x00B1 a-56-235-36 PLUS-MINUS SIGN PLUS-OR-MINUS SIGN 
+math \x0391 456-1 GREEK CAPITAL LETTER ALPHA 03B1 
+math \x0392 456-12 GREEK CAPITAL LETTER BETA 03B2 
+math  \x0393 456-1245 GREEK CAPITAL LETTER GAMMA 03B3 
+math  \x0394 456-145 GREEK CAPITAL LETTER DELTA 03B4 
+math  \x0395 456-15 GREEK CAPITAL LETTER EPSILON 03B5 
+math  \x0396 456-156 GREEK CAPITAL LETTER ZETA 03B6 
+math  \x0397 456-126 GREEK CAPITAL LETTER ETA 03B7 
+math  \x0398 456-1456 GREEK CAPITAL LETTER THETA 03B8 
+math  \x0399 456-24 GREEK CAPITAL LETTER IOTA 03B9 
+math  \x039A 456-13 GREEK CAPITAL LETTER KAPPA 03BA 
+math  \x039B 456-123 GREEK CAPITAL LETTER LAMDA 
+math \x039C 456-134 GREEK CAPITAL LETTER MU 03BC 
+math  \x039D 456-1345 GREEK CAPITAL LETTER NU 03BD 
+math  \x039E 456-1346 GREEK CAPITAL LETTER XI 03BE 
+math  \x039F 456-135 GREEK CAPITAL LETTER OMICRON 03BF 
+math  \x03A0 456-1234 GREEK CAPITAL LETTER PI 03C0 
+math  \x03A1 456-1235 GREEK CAPITAL LETTER RHO 03C1 
+math  \x03A3 456-234 GREEK CAPITAL LETTER SIGMA 03C3 
+math  \x03A4 456-136 GREEK CAPITAL LETTER TAU 03C4 
+math  \x03A5 456-136 GREEK CAPITAL LETTER UPSILON 03C5 
+math  \x03A6 456-124 GREEK CAPITAL LETTER PHI 03C6 
+math \x03A7 456-12346 GREEK CAPITAL LETTER CHI 03C7 
+math  \x03A8 456-1246 GREEK CAPITAL LETTER PSI 03C8 
+math  \x03A9 456-2456 GREEK CAPITAL LETTER OMEGA 03C9 
+math  \x03B1 46-1 GREEK SMALL LETTER ALPHA 0391 0391
+math  \x03B2 46-12 GREEK SMALL LETTER BETA 0392 0392
+math  \x03B3 46-1245 GREEK SMALL LETTER GAMMA 0393 0393
+math \x03B4 46-145 GREEK SMALL LETTER DELTA 0394 0394
+math  \x03B5 46-15 GREEK SMALL LETTER EPSILON 0395 0395
+math  \x03B6 46-156 GREEK SMALL LETTER ZETA 0396 0396
+math  \x03B7 46-236 GREEK SMALL LETTER ETA 0397 0397
+math  \x03B8 46-1456 GREEK SMALL LETTER THETA 0398 0398
+math  \x03B9 46-24 GREEK SMALL LETTER IOTA 0399 0399
+math  \x03BA 46-13 GREEK SMALL LETTER KAPPA 039A 039A
+math  \x03BB 46-123 GREEK SMALL LETTER LAMDA GREEK 
+math \x03BC 46-134 GREEK SMALL LETTER MU 039C 039C
+math  \x03BD 46-1345 GREEK SMALL LETTER NU 039D 039D
+math  \x03BE 46-1346 GREEK SMALL LETTER XI 039E 039E
+math  \x03BF 46-135 GREEK SMALL LETTER OMICRON 039F 039F
+math \x03C0 46-1234 GREEK SMALL LETTER PI 03A0 03A0
+math \x03C1 46-1235 GREEK SMALL LETTER RHO 03A1 03A1
+math  \x03C2 46-25 GREEK SMALL LETTER FINAL SIGMA 03A3 03A3
+math \x03C3 46-234 GREEK SMALL LETTER SIGMA 03A3 03A3
+math \x03C4 46-2345 GREEK SMALL LETTER TAU 03A4 03A4
+math \x03C5 46-136 GREEK SMALL LETTER UPSILON 03A5 03A5
+math \x03C6 46-124 GREEK SMALL LETTER PHI 03A6 03A6
+math \x03C7 46-12346 GREEK SMALL LETTER CHI 03A7 03A7
+math \x03C8 46-125 GREEK SMALL LETTER PSI 03A8 03A8
+math  \x03C9 46-135 GREEK SMALL LETTER OMEGA 03A9 03A9
+math  \x03D5 46-124 GREEK PHI SYMBOL 03C6 GREEK SMALL LETTER SCRIPT PHI 
+math \x2026 a-3-3-3 HORIZONTAL ELLIPSIS 002E 002E 002E 
+math \x2032 4-35 PRIME 
+math \x2033 3-3 DOUBLE PRIME 2032 2032 
+math \x2114 1256 B BAR SYMBOL 
+math \x211D 4-6-1235 DOUBLE-STRUCK CAPITAL 0052 DOUBLE-STRUCK 
+math \x212B 45-1 ANGSTROM SIGN 
+math \x2190 a246-25 LEFTWARDS ARROW 
+math \x2191 a-25-24 UPWARDS ARROW 
+math \x2192 a-25-135 RIGHTWARDS ARROW 
+math \x2193 a-25-36 DOWNWARDS ARROW 
+math \x2194 a-246-25-135 LEFT RIGHT ARROW 
+math \x2195 a-1246-126-146-246-25-25-135 UP DOWN ARROW 
+math \x2196 a-1246-45-246-25-25 NORTH WEST ARROW 
+math \x2197 a-1246-45-25-25-135 NORTH EAST ARROW 
+math \x2198 a-1246-56-25-25-135  SOUTH EAST ARROW 
+math \x2199 a-1246-56-246-25-25  SOUTH WEST ARROW 
+math \x219A a-1256-4-1246-246-25-25-12456  LEFTWARDS ARROW WITH STROKE 
+math \x219B a-1256-4-1246-25-25-135-12456  RIGHTWARDS ARROW WITH STROKE 
+math \x219C a-1246-246-35-25-26 LEFTWARDS WAVE ARROW 
+math \x219D a-1246-35-25-26-135 RIGHTWARDS WAVE ARROW 
+math \x219E a-1246-246-246-25-25 LEFTWARDS TWO HEADED ARROW 
+math \x219F a-1246-126-25-25-135-135 UPWARDS TWO HEADED ARROW 
+math \x21A0 a-1246-25-25-135-135 RIGHTWARDS TWO HEADED ARROW 
+math \x21A1 a-1246-146-25-25-135-135  DOWNWARDS TWO HEADED ARROW 
+math \x21A2 a-1246-246-25-25-6-13456 LEFTWARDS ARROW WITH TAIL 
+math \x21A3 a-12456-12346-25-25-135 RIGHTWARDS ARROW WITH TAIL 
+math \x21A4 a-1246-246-25-25-1256 LEFTWARDS ARROW FROM BAR 
+math \x21A5 a-1246-126-1256-25-25-135 UPWARDS ARROW FROM BAR 
+math \x21A6 a-1246-1256-25-25-135 RIGHTWARDS ARROW FROM BAR 
+math \x21A7 a-1246-146-1256-25-25-135 DOWNWARDS ARROW FROM BAR 
+math \x21A8 a-1246-246-25-1256-25-135 UP DOWN ARROW WITH BASE 
+math \x21A9 a-1246-246-25-25-6-135 LEFTWARDS ARROW WITH HOOK 
+math \x21AA a-12456-246-25-25-135 RIGHTWARDS ARROW WITH HOOK 
+math \x21AB a-1246-246-25-25-46-16 LEFTWARDS ARROW WITH LOOP 
+math \x21AC a-1246-46-16-25-25-135 RIGHTWARDS ARROW WITH LOOP 
+math \x21AD a-1246-246-35-25-26-135 LEFT RIGHT WAVE ARROW 
+math \x21AE a-1256-4-1246-246-25-25-135 LEFT RIGHT ARROW WITH STROKE 
+math \x21AF a-1246-146-35-26-35-1359 DOWNWARDS ZIGZAG ARROW 
+math \x21B4 a-12456-1256-25-25-135 RIGHTWARDS ARROW WITH CORNER DOWNWARDS 
+math \x21B5 a-1246-1456-1256-25-25-135 DOWNWARDS ARROW WITH CORNER LEFTWARDS 
+math \x21B6 a-1246-26-35-135 ANTICLOCKWISE TOP SEMICIRCLE ARROW 
+math \x21B7 a-1246-246-26-35 CLOCKWISE TOP SEMICIRCLE ARROW 
+math \x21BA a-1246-26-35-135 ANTICLOCKWISE OPEN CIRCLE ARROW 
+math \x21BB a-1246-246-26-35 CLOCKWISE OPEN CIRCLE ARROW 
+math \x21BC a-1246-4-246-25-25 LEFTWARDS HARPOON WITH BARB UPWARDS 
+math \x21BD a-12456-246-25-25 LEFTWARDS HARPOON WITH BARB DOWNWARDS 
+math \x21BE a-1246-126-25-25-6-135 UPWARDS HARPOON WITH BARB RIGHTWARDS 
+math \x21BF a-1246-126-25-25-4-135 UPWARDS HARPOON WITH BARB LEFTWARDS 
+math \x21C0 a-1246-25-25-4-135 RIGHTWARDS HARPOON WITH BARB UPWARDS 
+math \x21C1 a-1246-25-25-6-135 RIGHTWARDS HARPOON WITH BARB DOWNWARS 
+math \x21C2 a-1246-246-25-25-4-135 DOWNWARDS HARPOON WITH BARB RIGHTWARDS 
+math \x21C3 a-1246-146-25-25-6-135 DOWNWARDS HARPOON WITH BARB LEFTWARDS 
+math \x21C4 1246-25-25-135-1246-246-25-25  RIGHTWARDS ARROW OVER LEFTWARDS ARROW 
+math \x21C5 1246-126-25-25-135-5-1246-146-25-25-135  UPWARDS ARROW LEFTWARDS OF DOWNWARDS ARROW 
+math \x21C6 1246-246-25-25-1246-25-25-135  LEFTWARDS ARROW OVER RIGHTWARDS ARROW 
+math \x21C7 1246-245-25-25-1246-245-25-25 LEFTWARDS PAIRED ARROWS 
+math \x21C8 1246-126-25-25-135-5-1246-126-25-25-135 UPWARDS PAIRED ARROWS 
+math \x21C9 1246-25-25-135-1246-25-25-135 RIGHTWARDS PAIRED ARROWS 
+math \x21CA 1246-146-25-25-135-5-1246-146-25-25-135 DOWNWARDS PAIRED ARROWS 
+math \x21CB 1246-4-246-25-25-1246-25-25-4-135 LEFTWARDS HARPOON OVER RIGHTWARDS HARPOON 
+math \x21CC 1246-25-25-4-135-1246-4-246-25-25 RIGHTWARDS HARPOON OVER LEFTWARDS HARPOON 
+math \x21CD a-1256-4-1246-246-246-25-25 LEFTWARDS DOUBLE ARROW WITH STROKE 
+math \x21CE a-1256-4-1246-246-246-25-25-135-135 LEFT RIGHT DOUBLE ARROW WITH STROKE 
+math \x21CF a-1256-4-1246-25-25-135-135 RIGHTWARDS DOUBLE ARROW WITH STROKE 
+math \x21D0 a-246-246-25 LEFTWARDS DOUBLE ARROW 
+math \x21D1 a-1246-126-25-25-135-135 UPWARDS DOUBLE ARROW 
+math \x21D2 a-25-135-135 RIGHTWARDS DOUBLE ARROW 
+math \x21D3 a-1246-126-25-25-135-135 DOWNWARDS DOUBLE ARROW 
+math \x21D4 a-1246-246-246-25-25-135-135 LEFT RIGHT DOUBLE ARROW 
+math \x21D5 a-1246-126-246-246-25-25-135-135 UP DOWN DOUBLE ARROW 
+math \x21D6 a-1246-45-246-246-25-25 NORTH WEST DOUBLE ARROW 
+math \x21D7 a-1246-45-25-25-135-135 NORTH EAST DOUBLE ARROW 
+math \x21D8 a-1246-56-25-25-135-135 SOUTH EAST DOUBLE ARROW 
+math \x21D9 a-1246-56-246-246-25-25 SOUTH WEST DOUBLE ARROW 
+math \x21DA a-1246-246-246-246-25-25 LEFTWARDS TRIPLE ARROW 
+math \x21DB a-1246-25-25-135-135-135 RIGHTWARDS TRIPLE ARROW 
+math \x21DC a-1246-246-26-36-35-25-26 LEFTWARDS SQUIGGLE ARROW 
+math \x21DD a-1246-26-36-35-25-26-135 RIGHTWARDS SQUIGGLE ARROW 
+math \x21DE a-1256-1256-4-1246-126-25-25-135-12456 UPWARDS ARROW WITH DOUBLE STROKE
+math \x21DF a-1256-1256-4-1246-146-25-25-135-12456 DOWNWARDS ARROW WITH DOUBLE STROKE 
+math \x21E0 a-1246-246-25-25 LEFTWARDS DASHED ARROW 
+math \x21E1 a-1246-126-25-25-135 UPWARDS DASHED ARROW 
+math \x21E2 a-1246-25-25-135 RIGHTWARDS DASHED ARROW 
+math \x21E3 a-1246-146-25-25-135 DOWNWARDS DASHED ARROW 
+math \x21E4 a-1246-1256-246-25-25 LEFTWARDS ARROW TO BAR 
+math \x21E5 a-1246-25-25-135-1256 RIGHTWARDS ARROW TO BAR 
+math \x21E6 a-1246-456-246-25-25 LEFTWARDS WHITE ARROW 
+math \x21E7 a-1246-126-456-25-25-135 UPWARDS WHITE ARROW 
+math \x21E8 a-1246-456-25-25-135 RIGHTWARDS WHITE ARROW 
+math \x21E9 a-1246-146-456-25-25-135 DOWNWARDS WHITE ARROW 
+math \x21F3 a-1246-126-456-246-25-25-135 UP DOWN WHITE ARROW 
+math \x21F4 a-1246-25-25-135-46-16 RIGHT ARROW WITH SMALL CIRCLE 
+math \x21F5 a-1246-146-25-25-135-5-1246-126-25-25-135 DOWNWARDS ARROW LEFTWARDS OF UPWARDS ARROW 
+math \x21F6 a-1246-25-25-135-1246-25-25-135-1246-25-25-135 THREE RIGHTWARDS ARROWS 
+math \x21F7 a-1256-4-1246-246-25-25-12456 LEFTWARDS ARROW WITH VERTICAL STROKE 
+math \x21F8 a-1256-4-1246-25-25-135-12456  RIGHTWARDS ARROW WITH VERTICAL STROKE 
+math \x21F9 a-1256-4-1246-246-25-25-135 LEFT RIGHT ARROW WITH VERTICAL STROKE 
+math \x21FA a-1256-1256-4-1246-246-25-25-12456 LEFTWARDS ARROW WITH DOUBLE VERTICAL STROKE 
+math \x21FB a-1256-1256-4-1246-25-25-135-12456  RIGHTWARDS ARROW WITH DOUBLE VERTICAL STROKE 
+math \x21FC a-1256-1256-4-1246-246-25-25-135 LEFT RIGHT ARROW WITH DOUBLE VERTICAL STROKE 
+math \x21FD a-1246-1256-25-25 LEFTWARDS OPEN-HEADED ARROW 
+math \x21FE a-1246-25-25-1256 RIGHTWARDS OPEN-HEADED ARROW 
+math \x21FF a-1246-1256-25-25-1256 LEFT RIGHT OPEN-HEADED ARROW 
+math \x2200 1256-2 FOR ALL 
+math \x2202 4-145 PARTIAL DIFFERENTIAL 
+math \x2203 1256-26 THERE EXISTS 
+math \x2204 34-4-123456 THERE DOES NOT EXIST 
+math \x2205 1256-356 EMPTY SET 
+math \x2207 456-356 NABLA 
+math \x2208 1256-35 ELEMENT OF 
+math \x2209 34-4-15 NOT AN ELEMENT OF 
+math \x220B 1256-135 CONTAINS AS MEMBER 
+math \x220C 35-1256-135 DOES NOT CONTAIN AS MEMBER 
+math \x220D 4-26 SMALL CONTAINS AS MEMBER 
+math \x220E a-123456-123456 END OF PROOF 
+math  \x2211 456-234 NRY SUMMATION 
+math \x2212 a-56-36 MINUS SIGN 
+math \x2217 4-3456 ASTERISK OPERATOR 
+math \x2218 356 degrees sign
+math \x221D a-25-2356 PROPORTIONAL TO 
+math \x221E 123456 INFINITY 
+math \x221F 1246-246-46-1235-12456 RIGHT ANGLE 
+math \x2220 1456-246 ANGLE 
+math \x2221 1246-246-456-1246-1246-1-12456 MEASURED ANGLE 
+math \x2222 1246-246-456-1246-1246-1-12456 Spherical ANGLE 
+math \x2223 1256 DIVIDES 
+math \x2224 34-1256 DOES NOT DIVIDE 
+math \x2225 a-1246-123 PARALLEL TO 
+math \x2226 a-34-1246-123 NOT PARALLEL TO 
+math \x2229 1256-2356 INTERSECTION 
+math \x222A 1256-235 UNION 
+math \x222B 2346 INTEGRAL 
+math \x222C 2346-2346 DOUBLE INTEGRAL 
+math \x222D 2346-2346-2346 TRIPLE INTEGRAL
+math \x222E 2346-4-1246-14-12456 CONTOUR INTEGRAL 
+math \x2232 2346-4-1246-246-26-35-12456 CLOCKWISE CONTOUR INTEGRAL 
+math \x2233 2346-4-1246-26-35-135-12456 ANTICLOCKWISE CONTOUR INTEGRAL 
+math \x2234 a-6-16 THEREFORE 
+math \x2235 a-4-34 BECAUSE 
+math \x2236 a-5-2 RATIO 
+math \x2245 a-456-2356 APPROXIMATELY EQUAL TO 
+math \x224D a-2356-2356 EQUIVALENT TO 
+math \x2260 a-35-2356 NOT EQUAL TO 
+math \x2261 a-456-123 IDENTICAL TO 
+math \x2264 a-246-2356 LESS-THAN OR EQUAL TO 
+math \x2265 a-135-2356 GREATER-THAN OR EQUAL TO GREATER THAN OR EQUAL TO 
+math \x2266 a-246-456-2356 LESS-THAN OVER EQUAL TO 
+math \x2267 a-46-2-46-13 GREATER-THAN OVER EQUAL TO 
+math \x2268 a-246-35-2356 LESS-THAN BUT NOT EQUAL TO 
+math \x2269 a-135-35-2356 GREATER-THAN BUT NOT EQUAL TO 
+math \x226A a-246-246 MUCH LESS-THAN 
+math \x226B a-135-135 MUCH GREATER-THAN 
+math \x226D a-35-2356-2356 NOT EQUIVALENT TO 
+math \x226E a-35-246 NOT LESS-THAN 
+math \x226F a-35-135 NOT GREATER-THAN 
+math \x2270 a-34-5-13-156 NEITHER LESS-THAN NOR EQUAL TO 
+math \x2271 a-34-46-2-156 NEITHER GREATER-THAN NOR EQUAL TO 
+math \x2272 a-246-2356-2356 LESS-THAN OR EQUIVALENT TO 
+math \x2273 a-135-2356-2356 GREATER-THAN OR EQUIVALENT TO 
+math \x2274 a-34-5-13-456-123 NEITHER LESS-THAN NOR EQUIVALENT TO 
+math \x2275 a-34-46-2-456-123 NEITHER GREATER-THAN NOR EQUIVALENT TO 
+math \x2276 a-5-13-46-2 LESS-THAN OR GREATER-THAN 
+math \x2277 a-46-2-5-13 GREATER-THAN OR LESS-THAN 
+math \x2278 a-34-5-13-46-2 NEITHER LESS-THAN NOR GREATER-THAN 
+math \x2279 a-34-46-2-5-13 NEITHER GREATER-THAN NOR LESS-THAN 
+math \x2282 456-5-13 SUBSET OF 
+math \x2283 456-46-2 SUPERSET OF 
+math \x2284 34-456-5-13 NOT A SUBSET OF 
+math \x2285 34-456-46-2 NOT A SUPERSET OF 
+math \x2286 456-5-13-156 SUBSET OF OR EQUAL TO 
+math \x2287 46-2-156 SUPERSET OF OR EQUAL TO 
+math \x2288 34-5-13-156 NEITHER A SUBSET OF NOR EQUAL TO 
+math \x2289 34-46-2-156 NEITHER A SUPERSET OF NOR EQUAL TO 
+math \x228A 456-5-13-34-46-13 SUBSET OF WITH NOT EQUAL TO 
+math \x228B 456-46-2-34-46-13 SUPERSET OF WITH NOT EQUAL TO 
+math \x2295 1246-14-456-1246-346-12456 CIRCLED PLUS 
+math \x2296 1246-14-456-1246-36-12456 CIRCLED MINUS 
+math \x2297 1246-14-456-1246-4-16-12456 CIRCLED TIMES 
+math \x2298 1246-14-456-1246-456-34-12456 CIRCLED DIVISION SLASH 
+math \x2299 1246-14-456-1246-16-12456 CIRCLED DOT OPERATOR 
+math \x229B 1246-14-456-1246-4-3456-12456 CIRCLED ASTERISK OPERATOR 
+math \x229C 1246-14-456-1246-46-13-12456 CIRCLED EQUALS 
+math \x229D 1246-14-456-1246-36-36-12456 CIRCLED DASH 
+math \x229E 1246-256-456-1246-346-12456 SQUARED PLUS 
+math \x229F 1246-256-456-1246-36-12456 SQUARED MINUS 
+math \x22A0 1246-256-456-1246-4-16-12456 SQUARED TIMES 
+math \x22A1 1246-256-456-1246-16-12456 SQUARED DOT OPERATOR 
+math \x22A5 a-3456-3 Perpendicular TO 
+math \x22A5 a-34-1246-1234 not Perpendicular TO 
+math \x22C5 56-3 dot operator
+math \x22DC a-2356-246 EQUAL TO OR LESS-THAN 
+math \x22DD a-2356-135 EQUAL TO OR GREATER-THAN 
+math \x22EE 126-3-3-3 VERTICAL ELLIPSIS 
+math \x22EF 3-3-3 MIDLINE HORIZONTAL ELLIPSIS 
+math \x22F0 45-3-3-3 UP RIGHT DIAGONAL ELLIPSIS 
+math \x22F1 56-3-3-3 DOWN RIGHT DIAGONAL ELLIPSIS 
+math \x2322 a-1246-1 arc
+math \x25A0 1246-456-12345 filled Square
+math \x25A1 1246-12345 Square
+math \x25AB 1246-456-1235 filled Rectangle
+math \x25AC 1246-1235 Rectangle
+math \x25B0 1246-456-1245 filled PARALLELOGRAM 
+math \x25B1 1246-1245 PARALLELOGRAM 
+math \x25B2 1246-456-145 Filled Triangle
+math \x25B3 1246-145 Triangle
+math \x25BC 456-46-1246 BLACK DOWN-POINTING TRIANGLE 
+math \x25BD 46-1246 WHITE DOWN-POINTING TRIANGLE 
+math \x25CF 1246-456-14 Filled Circle
+math \x25CB 1246-25 Circle
+math \xf577 1246-135 contracted right arrow
+sign * 4-3456 ASTERISK OPERATOR 
+sign \x009A a SINGLE CHARACTER INTRODUCER 
+sign \x00A2 4-14 CENT SIGN 
+sign \x00A7 4-6-234 SECTION SIGN 
+sign \x00A9 12356-6-14-23456 COPYRIGHT SIGN 
+sign \x00B7 16 MIDDLE DOT 
+sign \x00D7 a-56-236 MULTIPLICATION SIGN 
+sign \x00F7 a-56-256 DIVISION SIGN 
+sign \x2022 35-35 BULLET 
+sign \x2215 456-34 DIVISION slash
+sign \x2715 a-56-236 MULTIPLICATION SIGN 
+space \x2009 0 THIN SPACE 0020 
+space \x2061 0 FUNCTION APPLICATION
+
+# liblouis: German Grade 0 Braille
+#
+# Das System der deutschen Blindenschrift (2015/2018)
+# http://www.bskdl.org/textschrift.html
+#
+# Bemerkung:
+# - Gross-/Kleinschreibung wird nicht berücksichtigt (d.h. für
+#   Abkürzungen u.ä. braucht es Vorprogramm)
+# - Akzente: Hinweis auf die beiden Tabellen (bis jetzt nur als
+#   Kommentar in de-g0.utb)
+#
+# -----------
+#-name: Deutsche Basisschrift
+#-index-name: German, uncontracted
+#-display-name: German uncontracted braille
+#
+#+locale:de
+#+type:literary
+#+contraction:no
+#+grade:0
+#+direction:forward
+# ------------
+#
+#  Copyright (C) 2018 SBS Schweizerische Bibliothek für Blinde, Seh- und Lesebehinderte
 #
 #  This file is part of liblouis.
 #
@@ -70497,271 +404752,1493 @@
 #  License along with liblouis. If not, see
 #  <http://www.gnu.org/licenses/>.
 #
-#--------------------------------------------------------------------------------
+#-------------------------------------------------------------------------------
+
+include de-chardefs6.cti
+# for a detailed representation of french and italian accents un-comment the next line
+#include de-accents-detailed.cti
+include de-accents.cti
+include de-g0-core.uti
+# liblouis: Russian letters character definition table
 #
-#  Slovak Braille
+#  Copyright (C) 2013 Igor B. Poretsky <poretsky@mlbox.ru>
 #
-#     Created and maintained by Branislav Mamojka <mamojka@unss.sk>
-#                               Peter Vagner <peter.v@datagate.sk>
+#  This file is part of liblouis.
 #
-#     Based on the official Slovak Braille Standard
-#     Derived from the Czech braille table by Bert Frees and Jan Halousek
-# ----------------------------------------------------------------------------------------------
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 3 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
 
-# ==============================================================================================
-# SINGLE-CELL
-# ==============================================================================================
+# This table contains character definitions for unicode cyrillic letters.
+# All dot-patterns have dot 9 set to make them distinguishable from the latins.
+# Dot 7 indicates uppercase letters.
 
-uplow       \x0041\x0061  1,1                 Aa                  LATIN CAPITAL LETTER A - LATIN SMALL LETTER A
-uplow       \x0042\x0062  12,12               Bb                  LATIN CAPITAL LETTER B - LATIN SMALL LETTER B
-uplow       \x0043\x0063  14,14               Cc                  LATIN CAPITAL LETTER C - LATIN SMALL LETTER C
-uplow       \x0044\x0064  145,145             Dd                  LATIN CAPITAL LETTER D - LATIN SMALL LETTER D
-uplow       \x0045\x0065  15,15               Ee                  LATIN CAPITAL LETTER E - LATIN SMALL LETTER E
-uplow       \x0046\x0066  124,124             Ff                  LATIN CAPITAL LETTER F - LATIN SMALL LETTER F
-uplow       \x0047\x0067  1245,1245           Gg                  LATIN CAPITAL LETTER G - LATIN SMALL LETTER G
-uplow       \x0048\x0068  125,125             Hh                  LATIN CAPITAL LETTER H - LATIN SMALL LETTER H
-uplow       \x0049\x0069  24,24               Ii                  LATIN CAPITAL LETTER I - LATIN SMALL LETTER I
-uplow       \x004A\x006A  245,245             Jj                  LATIN CAPITAL LETTER J - LATIN SMALL LETTER J
-uplow       \x004B\x006B  13,13               Kk                  LATIN CAPITAL LETTER K - LATIN SMALL LETTER K
-uplow       \x004C\x006C  123,123             Ll                  LATIN CAPITAL LETTER L - LATIN SMALL LETTER L
-uplow       \x004D\x006D  134,134             Mm                  LATIN CAPITAL LETTER M - LATIN SMALL LETTER M
-uplow       \x004E\x006E  1345,1345           Nn                  LATIN CAPITAL LETTER N - LATIN SMALL LETTER N
-uplow       \x004F\x006F  135,135             Oo                  LATIN CAPITAL LETTER O - LATIN SMALL LETTER O
-uplow       \x0050\x0070  1234,1234           Pp                  LATIN CAPITAL LETTER P - LATIN SMALL LETTER P
-uplow       \x0051\x0071  12345,12345         Qq                  LATIN CAPITAL LETTER Q - LATIN SMALL LETTER Q
-uplow       \x0052\x0072  1235,1235           Rr                  LATIN CAPITAL LETTER R - LATIN SMALL LETTER R
-uplow       \x0053\x0073  234,234             Ss                  LATIN CAPITAL LETTER S - LATIN SMALL LETTER S
-uplow       \x0054\x0074  2345,2345           Tt                  LATIN CAPITAL LETTER T - LATIN SMALL LETTER T
-uplow       \x0055\x0075  136,136             Uu                  LATIN CAPITAL LETTER U - LATIN SMALL LETTER U
-uplow       \x0056\x0076  1236,1236           Vv                  LATIN CAPITAL LETTER V - LATIN SMALL LETTER V
-uplow       \x0057\x0077  2456,2456         Ww                  LATIN CAPITAL LETTER W - LATIN SMALL LETTER W
-uplow       \x0058\x0078  1346,1346           Xx                  LATIN CAPITAL LETTER X - LATIN SMALL LETTER X
-uplow       \x0059\x0079  13456,13456         Yy                  LATIN CAPITAL LETTER Y - LATIN SMALL LETTER Y
-uplow       \x005A\x007A  1356,1356           Zz                  LATIN CAPITAL LETTER Z - LATIN SMALL LETTER Z
+uplow \x0410\x0430 179,19
+uplow \x0411\x0431 1279,129
+uplow \x0412\x0432 245679,24569
+uplow \x0413\x0433 124579,12459
+uplow \x0414\x0434 14579,1459
+uplow \x0415\x0435 1579,159
+uplow \x0416\x0436 24579,2459
+uplow \x0417\x0437 135679,13569
+uplow \x0418\x0438 2479,249
+uplow \x0419\x0439 1234679,123469
+uplow \x041A\x043A 1379,139
+uplow \x041B\x043B 12379,1239
+uplow \x041C\x043C 13479,1349
+uplow \x041D\x043D 134579,13459
+uplow \x041E\x043E 13579,1359
+uplow \x041F\x043F 123479,12349
+uplow \x0420\x0440 123579,12359
+uplow \x0421\x0441 23479,2349
+uplow \x0422\x0442 234579,23459
+uplow \x0423\x0443 13679,1369
+uplow \x0424\x0444 12479,1249
+uplow \x0425\x0445 12579,1259
+uplow \x0426\x0446 1479,149
+uplow \x0427\x0447 1234579,123459
+uplow \x0428\x0448 15679,1569
+uplow \x0429\x0449 134679,13469
+uplow \x042A\x044A 1235679,123569
+uplow \x042B\x044B 234679,23469
+uplow \x042C\x044C 2345679,234569
+uplow \x042D\x044D 24679,2469
+uplow \x042E\x044E 125679,12569
+uplow \x042F\x044F 124679,12469
+uplow \x0401\x0451 1679,169
+#  Copyright (C) 2010 Leon Ungier <Leon.Ungier@ViewPlus.com>, 
+#  Copyright (C) 2010 Samuel Thibault <samuel.thibault@ens-lyon.org>
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
 
-uplow       \x00C1\x00E1  16,16               Áá                  LATIN CAPITAL LETTER A WITH ACUTE - LATIN SMALL LETTER A WITH ACUTE
-uplow       \x00C4\x00E4  4,4               Ää                  LATIN CAPITAL LETTER A WITH DIARESIS - LATIN SMALL LETTER A WITH DIARESIS
-uplow       \x00C9\x00E9  345,345             Éé                  LATIN CAPITAL LETTER E WITH ACUTE - LATIN SMALL LETTER E WITH ACUTE
-uplow       \x00CD\x00ED  34,34               Íí                  LATIN CAPITAL LETTER I WITH ACUTE - LATIN SMALL LETTER I WITH ACUTE
-uplow       \x00D3\x00F3  246,246             Óó                  LATIN CAPITAL LETTER O WITH ACUTE - LATIN SMALL LETTER O WITH ACUTE
-uplow       \x00DA\x00FA  346,346             Úú                  LATIN CAPITAL LETTER U WITH ACUTE - LATIN SMALL LETTER U WITH ACUTE
-uplow       \x00DD\x00FD  12346,12346         Ýý                  LATIN CAPITAL LETTER Y WITH ACUTE - LATIN SMALL LETTER Y WITH ACUTE
-uplow       \x010C\x010D  146,146             Čč                  LATIN CAPITAL LETTER C WITH CARON - LATIN SMALL LETTER C WITH CARON
-uplow       \x010E\x010F  1456,1456           Ďď                  LATIN CAPITAL LETTER D WITH CARON - LATIN SMALL LETTER D WITH CARON
-uplow       \x011A\x011B  126,126             Ěě                  LATIN CAPITAL LETTER E WITH CARON - LATIN SMALL LETTER E WITH CARON
-uplow       \x013D\x013E  456,456       Ľľ                  LATIN CAPITAL LETTER L WITH CARON - LATIN SMALL LETTER L WITH CARON
-uplow       \x0139\x013A  46,46       Ĺĺ                  LATIN CAPITAL LETTER L WITH Acute - LATIN SMALL LETTER L WITH Acute
-uplow       \x0147\x0148  1246,1246           Ňň                  LATIN CAPITAL LETTER N WITH CARON - LATIN SMALL LETTER N WITH CARON
-uplow       \x00D4\x00F4  23456,23456       Ôô                  LATIN CAPITAL LETTER O WITH CARET - LATIN SMALL LETTER O WITH CARET
-uplow       \x0154\x0155  12356,12356           Ŕŕ                  LATIN CAPITAL LETTER R WITH ACUTE - LATIN SMALL LETTER R WITH ACUTE
-uplow       \x0160\x0161  156,156             Šš                  LATIN CAPITAL LETTER S WITH CARON - LATIN SMALL LETTER S WITH CARON
-uplow       \x0164\x0165  1256,1256           Ťť                  LATIN CAPITAL LETTER T WITH CARON - LATIN SMALL LETTER T WITH CARON
-uplow       \x016E\x016F  23456,23456         Ůů                  LATIN CAPITAL LETTER U WITH RING ABOVE - LATIN SMALL LETTER U WITH RING ABOVE
-uplow       \x017D\x017E  2346,2346           Žž                  LATIN CAPITAL LETTER Z WITH CARON - LATIN SMALL LETTER Z WITH CARON
+# Table for Marwari
+space \x00a0 a
+include spaces.uti
+include devanagari.cti
+include text_nabcc.dis
+#-index-name: Munda
+#-display-name: Munda braille
 
+#+locale:mun
+#+type:literary
 
-# ----------------------------------------------------------------------------------------------
-# Unicode 0000..007F  C0 Controls and Basic Latin
-# ----------------------------------------------------------------------------------------------
+# TODO: Please correct the metadata above. It is not meant to be
+# accurate nor complete. It hasn't been verified by the table
+# author yet. It is merely an attempt by the liblouis maintainers
+# to get some sensible initial values in place.
 
-space       \x0009        9                                       <control> HORIZONTAL TABULATION
-space       \x000A        0                                       <control> LINE FEED
-space       \x000C        0                                       <control> FORM FEED
-space       \x000D        0                                       <control> CARRIAGE RETURN
-space       \x001B        1b                                      <control> ESCAPE
-space       \x0020        0                                       SPACE
+# TODO: Please add a reference to official documentation about
+# the implemented braille code. Preferably submit the documents
+# to https://github.com/liblouis/braille-specs.
 
-punctuation \x0021        235                 !                   EXCLAMATION MARK
-punctuation \x0022        2356                "                   QUOTATION MARK
-sign        \x0023        3456                #                   NUMBER SIGN
-sign        \x0023        56-3456                #                   NUMBER SIGN
-punctuation \x0027        3                   '                   APOSTROPHE
-punctuation \x0028        236                 (                   LEFT PARENTHESIS
-punctuation \x0029        356                 )                   RIGHT PARENTHESIS
-sign        \x002A        35                  *                   ASTERISK
-noback math \x002B        235                 +                   PLUS SIGN
-math        \x002B        56-235                 +                   PLUS SIGN
-punctuation \x002C        2                   ,                   COMMA
-punctuation \x002D        36                  -                   HYPHEN-MINUS
-punctuation \x002E        256                   .                   FULL STOP
-math        \x002F        12456               /                   SOLIDUS
+include mun.ctb
+include braille-patterns.cti
+#  Copyright (C) 2018 Bert Frees <bertfrees@gmail.com>
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+
+# This table maps the Cyrillic dot patterns that are defined in
+# ru-chardefs.cti with a virtual dot 9 to Unicode braille. The dot 9
+# is simply dropped.
+
+# Note that ru-letters.dis maps Latin to lowercase letters and
+# Cyrillic to uppercase letters. But in Unicode this distinction can
+# not be made because the Latin and Cyrillic alphabet are translated
+# to the same dot patterns.
+
+include unicode.dis
+
+display \x2841 179
+display \x2843 1279
+display \x2849 1479
+display \x2859 14579
+display \x2851 1579
+display \x284B 12479
+display \x285B 124579
+display \x2853 12579
+display \x284A 2479
+display \x285A 24579
+display \x2845 1379
+display \x2847 12379
+display \x284D 13479
+display \x285D 134579
+display \x2855 13579
+display \x284F 123479
+display \x285F 1234579
+display \x2857 123579
+display \x284E 23479
+display \x285E 234579
+display \x2865 13679
+display \x287A 245679
+display \x286D 134679
+display \x2875 135679
+display \x2861 1679
+display \x286F 1234679
+display \x2871 15679
+display \x2877 1235679
+display \x286E 234679
+display \x287E 2345679
+display \x286A 24679
+display \x2873 125679
+display \x286B 124679
+
+display \x2801 19
+display \x2803 129
+display \x2809 149
+display \x2819 1459
+display \x2811 159
+display \x280B 1249
+display \x281B 12459
+display \x2813 1259
+display \x280A 249
+display \x281A 2459
+display \x2805 139
+display \x2807 1239
+display \x280D 1349
+display \x281D 13459
+display \x2815 1359
+display \x280F 12349
+display \x281F 123459
+display \x2817 12359
+display \x280E 2349
+display \x281E 23459
+display \x2825 1369
+display \x283A 24569
+display \x282D 13469
+display \x2835 13569
+display \x2821 169
+display \x282F 123469
+display \x2831 1569
+display \x2837 123569
+display \x282E 23469
+display \x283E 234569
+display \x282A 2469
+display \x2833 12569
+display \x282B 12469
+
+# For Ukrainian letters (defined in uk.utb)
+display \x285C 34579
+display \x287D 1345679
+display \x2879 145679
+display \x287B 1245679
+
+display \x281C 3459
+display \x283D 134569
+display \x2839 14569
+display \x283B 124569
+# liblouis: sub table for lowered digits, 8 dots
+#
+#  Copyright (C) 2012-2014 Mesar Hameed <mesar.hameed@gmail.com>
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+
+digit 0 3568
+digit 1 28
+digit 2 238
+digit 3 258
+digit 4 2568
+digit 5 268
+digit 6 2358
+digit 7 23568
+digit 8 2368
+digit 9 358
+#-name: British English grade 2
+#-index-name: English, U.K., contracted
+#-display-name: English contracted braille as used in the U.K.
+
+#+locale:en-GB
+#+type:literary
+#+contraction:full
+#+grade:2
+#+system:bauk
+
+# TODO: Please correct the metadata above. It is not meant to be
+# accurate nor complete. It hasn't been verified by the table
+# author yet. It is merely an attempt by the liblouis maintainers
+# to get some sensible initial values in place.
+
+# TODO: Please add a reference to official documentation about
+# the implemented braille code. Preferably submit the documents
+# to https://github.com/liblouis/braille-specs.
+
+include en-GB-g2.ctb
+include braille-patterns.cti
+# -----------
+#-index-name: Mongolian, contracted
+#-display-name: Mongolian contracted braille
+#
+#+locale:mn
+#+type:literary
+#+contraction:full
+#+dots:8
+#
+# TODO: Please correct the metadata above. It is not meant to be
+# accurate nor complete. It hasn't been verified by the table
+# author yet. It is merely an attempt by the liblouis maintainers
+# to get some sensible initial values in place.
+#
+# TODO: Please add a reference to official documentation about
+# the implemented braille code. Preferably submit the documents
+# to https://github.com/liblouis/braille-specs.
+# -----------
+#
+# Copyright (C) 2015  Tsengel Maidar Innovation Development center of the blind at idcbinnovation@gmail.com
+# Copyright (C) 2018 Tsengel Maidar EBraillesoftLLC
+# Copyright (C) 2017, 2018, 2019 Angaragerdene angaragerdene.b@gmail.com
+
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+#
+
+# This table contains braille codes and rules for Mongolian script with Unified English grade 2.
+# Contributors:  Tsengel, Angaragerdene
+# To report any bugs or any suggestion, please write to tsengel.braille.dev@gmail.com and angaragerdene.b@gmail.com
+
+include mn-MN-common.cti
+include en-ueb-g2.ctb
+#-index-name: Marathi
+#-display-name: Marathi braille
+
+#+locale:mr
+#+type:literary
+#+grade:1
+
+# TODO: Please correct the metadata above. It is not meant to be
+# accurate nor complete. It hasn't been verified by the table
+# author yet. It is merely an attempt by the liblouis maintainers
+# to get some sensible initial values in place.
+
+# TODO: Please add a reference to official documentation about
+# the implemented braille code. Preferably submit the documents
+# to https://github.com/liblouis/braille-specs.
+
+include mr-in-g1.utb
+include braille-patterns.cti
+#-index-name: Hebrew, computer
+#-display-name: Hebrew computer braille
+
+#+locale:he
+#+type:computer
+#+dots:8
+
+# TODO: Please correct the metadata above. It is not meant to be
+# accurate nor complete. It hasn't been verified by the table
+# author yet. It is merely an attempt by the liblouis maintainers
+# to get some sensible initial values in place.
+
+# TODO: Please add a reference to official documentation about
+# the implemented braille code. Preferably submit the documents
+# to https://github.com/liblouis/braille-specs.
+
+include he.ctb
+include braille-patterns.cti
+#+locale:fr
+#+type:computer
+#+dots:8
+#+system:bfu
+
+#-index-name: French, computer
+#-display-name: French computer braille
+#-author: André-Abush CLAUSE <dev@andreabc.net>
+#-author: Michel Such <michel.such@free.fr>
+#-author: The BRLTTY Team <http://brltty.com/>
+#-license: LGPLv2.1
+#-reference-name: TABLE BRAILLE INFORMATIQUE FRANÇAISE « TBFR2007 »
+#-reference-url: https://www.avh.asso.fr/sites/default/files/table_braille_informatique_tbfr2007_final_0.doc
+#-updated: 2018-03-04
+
+# liblouis: French 8 dots Braille table
+
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+
+#	Référence :
+#		Code braille français uniformisé | association Valentin Haüy - Révision 2008
+#		http://www.avh.asso.fr/fr/tout-savoir-sur-le-braille/lecriture-braille/code-braille-francais-uniformise
+#	Association Valentin Haüy
+#		5, rue Duroc 75343 Paris Cedex 07
+
+# Uncontracted French Table
+# ---------------------------------
+
+# The 2007 unification of french computer braille tables is based on the cp1252 character set
+
+include latinLetterDef8Dots.uti
+sign       	\x0000	123458  	000 ⢟   NULL
+sign       	\x0001	1234678 	001 ⣯   START OF HEADING
+sign       	\x0002	1258    	002 ⢓   START OF TEXT
+sign       	\x0003	123468  	003 ⢯   END OF TEXT
+sign       	\x0004	14578   	004 ⣙   END OF TRANSMISSION
+sign       	\x0005	158     	005 ⢑   ENQUIRY
+sign       	\x0006	12478   	006 ⣋   ACKNOWLEDGE
+sign       	\x0007	12458   	007 ⢛   BELL
+sign       	\x0008	12578   	008 ⣓   BACKSPACE
+sign       	\x0009	124678  	009 ⣫   HORIZONTAL TABULATION
+space      	\x000A	24568   	010 ⢺   LINE FEED
+sign       	\x000B	138     	011 ⢅   VERTICAL TABULATION
+sign       	\x000C	12378   	012 ⣇   FORM FEED
+space      	\x000D	13478   	013 ⣍   CARRIAGE RETURN
+sign       	\x000E	13458   	014 ⢝   SHIFT OUT
+sign       	\x000F	2368    	015 ⢦   SHIFT IN
+sign       	\x0010	123478  	016 ⣏   DATA LINK ESCAPE
+sign       	\x0011	1234578 	017 ⣟   DEVICE CONTROL ONE
+sign       	\x0012	123578  	018 ⣗   DEVICE CONTROL TWO
+sign       	\x0013	23478   	019 ⣎   DEVICE CONTROL THREE
+sign       	\x0014	234578  	020 ⣞   DEVICE CONTROL FOUR
+sign       	\x0015	13678   	021 ⣥   NEGATIVE ACKNOWLEDGE
+sign       	\x0016	123678  	022 ⣧   SYNCHRONOUS IDLE
+sign       	\x0017	245678  	023 ⣺   END OF TRANSMISSION BLOCK
+sign       	\x0018	134678  	024 ⣭   CANCEL
+sign       	\x0019	12368   	025 ⢧   END OF MEDIUM
+sign       	\x001A	15678   	026 ⣱   SUBSTITUTE
+sign       	\x001B	125678  	027 ⣳   ESCAPE
+sign       	\x001C	14678   	028 ⣩   FILE SEPARATOR
+sign       	\x001D	12678   	029 ⣣   GROUP SEPARATOR
+sign       	\x001E	2357    	030 ⡖   RECORD SEPARATOR
+sign       	\x001F	2367    	031 ⡦   UNIT SEPARATOR
+space      	\x0020	0       	032 ⠀   SPACE
+punctuation	\x0021	235     	033 ⠖ ! EXCLAMATION MARK
+punctuation	\x0022	2356    	034 ⠶ " QUOTATION MARK
+sign       	\x0023	34568   	035 ⢼ # NUMBER SIGN
+sign       	\x0024	357     	036 ⡔ $ DOLLAR SIGN
+sign       	\x0025	3468    	037 ⢬ % PERCENT SIGN
+sign       	\x0026	1234568 	038 ⢿ & AMPERSAND
+punctuation	\x0027	3       	039 ⠄ ' APOSTROPHE
+punctuation	\x0028	236     	040 ⠦ ( LEFT PARENTHESIS
+punctuation	\x0029	356     	041 ⠴ ) RIGHT PARENTHESIS
+punctuation	\x002A	35      	042 ⠔ * ASTERISK
+math       	\x002B	23578   	043 ⣖ + PLUS SIGN
+punctuation	\x002C	2       	044 ⠂ , COMMA
+punctuation	\x002D	36      	045 ⠤ - HYPHEN-MINUS
+punctuation	\x002E	256     	046 ⠲ . FULL STOP
+sign       	\x002F	34      	047 ⠌ / SOLIDUS
+sign       	\x0030	3456    	048 ⠼ 0 DIGIT ZERO
+sign       	\x0031	16      	049 ⠡ 1 DIGIT ONE
+sign       	\x0032	126     	050 ⠣ 2 DIGIT TWO
+sign       	\x0033	146     	051 ⠩ 3 DIGIT THREE
+sign       	\x0034	1456    	052 ⠹ 4 DIGIT FOUR
+sign       	\x0035	156     	053 ⠱ 5 DIGIT FIVE
+sign       	\x0036	1246    	054 ⠫ 6 DIGIT SIX
+sign       	\x0037	12456   	055 ⠻ 7 DIGIT SEVEN
+sign       	\x0038	1256    	056 ⠳ 8 DIGIT EIGHT
+sign       	\x0039	246     	057 ⠪ 9 DIGIT NINE
+punctuation	\x003A	25      	058 ⠒ : COLON
+punctuation	\x003B	23      	059 ⠆ ; SEMICOLON
+sign       	\x003C	238     	060 ⢆ < LESS-THAN SIGN
+math       	\x003D	235678  	061 ⣶ = EQUALS SIGN
+sign       	\x003E	567     	062 ⡰ > GREATER-THAN SIGN
+punctuation	\x003F	26      	063 ⠢ ? QUESTION MARK
+sign       	\x0040	345     	064 ⠜ @ COMMERCIAL AT
+punctuation	\x005B	23678   	091 ⣦ [ LEFT SQUARE BRACKET
+sign       	\x005C	348     	092 ⢌ \ REVERSE SOLIDUS
+punctuation	\x005D	35678   	093 ⣴ ] RIGHT SQUARE BRACKET
+sign       	\x005E	4       	094 ⠈ ^ CIRCUMFLEX ACCENT
+sign       	\x005F	578     	095 ⣐ _ LOW LINE
+sign       	\x0060	6       	096 ⠠ ` GRAVE ACCENT
+punctuation	\x007B	2378    	123 ⣆ { LEFT CURLY BRACKET
+sign       	\x007C	4568    	124 ⢸ | VERTICAL LINE
+punctuation	\x007D	5678    	125 ⣰ } RIGHT CURLY BRACKET
+sign       	\x007E	38      	126 ⢄ ~ TILDE
+sign       	\x007F	1238    	127 ⢇  DELETE
+sign       	\x20AC	1578    	128 ⣑ € EURO SIGN
+sign       	\x201A	67      	130 ⡠ ‚ SINGLE LOW-9 QUOTATION MARK
+lowercase  	\x0192	1248    	131 ⢋ ƒ LATIN SMALL LETTER F WITH HOOK
+sign       	\x201E	56      	132 ⠰ „ DOUBLE LOW-9 QUOTATION MARK
+sign       	\x2026	368     	133 ⢤ … HORIZONTAL ELLIPSIS
+sign       	\x2020	3568    	134 ⢴ † DAGGER
+sign       	\x2021	3567    	135 ⡴ ‡ DOUBLE DAGGER
+sign       	\x02C6	48      	136 ⢈ ˆ MODIFIER LETTER CIRCUMFLEX ACCENT
+sign       	\x2030	34678   	137 ⣬ ‰ PER MILLE SIGN
+uppercase  	\x0160	234678  	138 ⣮ Š LATIN CAPITAL LETTER S WITH CARON
+sign       	\x2039	57      	139 ⡐ ‹ SINGLE LEFT-POINTING ANGLE QUOTATION MARK
+uppercase  	\x0152	2467    	140 ⡪ Œ LATIN CAPITAL LIGATURE OE
+uppercase  	\x017D	135678  	142 ⣵ Ž LATIN CAPITAL LETTER Z WITH CARON
+punctuation	\x2018	68      	145 ⢠ ‘ LEFT SINGLE QUOTATION MARK
+punctuation	\x2019	37      	146 ⡄ ’ RIGHT SINGLE QUOTATION MARK
+sign       	\x201C	378     	147 ⣄ “ LEFT DOUBLE QUOTATION MARK
+sign       	\x201D	678     	148 ⣠ ” RIGHT DOUBLE QUOTATION MARK
+sign       	\x2022	124578  	149 ⣛ • BULLET
+sign       	\x2013	478     	150 ⣈ – EN DASH
+sign       	\x2014	4578    	151 ⣘ — EM DASH
+sign       	\x02DC	467     	152 ⡨ ˜ SMALL TILDE
+sign       	\x2122	23458   	153 ⢞ ™ TRADE MARK SIGN
+lowercase  	\x0161	23468   	154 ⢮ š LATIN SMALL LETTER S WITH CARON
+sign       	\x203A	58      	155 ⢐ › SINGLE RIGHT-POINTING ANGLE QUOTATION MARK
+lowercase  	\x0153	2468    	156 ⢪ œ LATIN SMALL LIGATURE OE
+lowercase  	\x017E	13568   	158 ⢵ ž LATIN SMALL LETTER Z WITH CARON
+uppercase  	\x0178	145678  	159 ⣹ Ÿ LATIN CAPITAL LETTER Y WITH DIAERESIS
+space      	\x00A0	7       	160 ⡀   NO-BREAK SPACE
+sign       	\x00A1	2358    	161 ⢖ ¡ INVERTED EXCLAMATION MARK
+sign       	\x00A2	1478    	162 ⣉ ¢ CENT SIGN
+sign       	\x00A3	237     	163 ⡆ £ POUND SIGN
+sign       	\x00A4	45      	164 ⠘ ¤ CURRENCY SIGN
+sign       	\x00A5	25678   	165 ⣲ ¥ YEN SIGN
+sign       	\x00A6	458     	166 ⢘ ¦ BROKEN BAR
+sign       	\x00A7	12348   	167 ⢏ § SECTION SIGN
+sign       	\x00A8	46      	168 ⠨ ¨ DIAERESIS
+sign       	\x00A9	148     	169 ⢉ © COPYRIGHT SIGN
+sign       	\x00AA	1678    	170 ⣡ ª FEMININE ORDINAL INDICATOR
+punctuation	\x00AB	23568   	171 ⢶ « LEFT-POINTING DOUBLE ANGLE QUOTATION MARK
+sign       	\x00AC	2567    	172 ⡲ ¬ NOT SIGN
+sign       	\x00AD	78      	173 ⣀ ­ SOFT HYPHEN
+sign       	\x00AE	12358   	174 ⢗ ® REGISTERED SIGN
+sign       	\x00AF	1348    	175 ⢍ ¯ MACRON
+sign       	\x00B0	267     	176 ⡢ ° DEGREE SIGN
+sign       	\x00B1	3678    	177 ⣤ ± PLUS-MINUS SIGN
+math       	\x00B2	457     	178 ⡘ ² SUPERSCRIPT TWO
+math       	\x00B3	4567    	179 ⡸ ³ SUPERSCRIPT THREE
+sign       	\x00B4	5       	180 ⠐ ´ ACUTE ACCENT
+lowercase  	\x00B5	257     	181 ⡒ µ MICRO SIGN
+sign       	\x00B6	45678   	182 ⣸ ¶ PILCROW SIGN
+sign       	\x00B7	8       	183 ⢀ · MIDDLE DOT
+sign       	\x00B8	456     	184 ⠸ ¸ CEDILLA
+math       	\x00B9	47      	185 ⡈ ¹ SUPERSCRIPT ONE
+sign       	\x00BA	2678    	186 ⣢ º MASCULINE ORDINAL INDICATOR
+punctuation	\x00BB	23567   	187 ⡶ » RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK
+math       	\x00BC	1368    	188 ⢥ ¼ VULGAR FRACTION ONE QUARTER
+math       	\x00BD	468     	189 ⢨ ½ VULGAR FRACTION ONE HALF
+math       	\x00BE	13468   	190 ⢭ ¾ VULGAR FRACTION THREE QUARTERS
+sign       	\x00BF	268     	191 ⢢ ¿ INVERTED QUESTION MARK
+uppercase  	\x00C0	123567  	192 ⡷ À LATIN CAPITAL LETTER A WITH GRAVE
+uppercase  	\x00C1	1235678 	193 ⣷ Á LATIN CAPITAL LETTER A WITH ACUTE
+uppercase  	\x00C2	167     	194 ⡡ Â LATIN CAPITAL LETTER A WITH CIRCUMFLEX
+uppercase  	\x00C3	178     	195 ⣁ Ã LATIN CAPITAL LETTER A WITH TILDE
+uppercase  	\x00C4	34567   	196 ⡼ Ä LATIN CAPITAL LETTER A WITH DIAERESIS
+uppercase  	\x00C5	27      	197 ⡂ Å LATIN CAPITAL LETTER A WITH RING ABOVE
+uppercase  	\x00C6	3457    	198 ⡜ Æ LATIN CAPITAL LETTER AE
+uppercase  	\x00C7	123467  	199 ⡯ Ç LATIN CAPITAL LETTER C WITH CEDILLA
+uppercase  	\x00C8	23467   	200 ⡮ È LATIN CAPITAL LETTER E WITH GRAVE
+uppercase  	\x00C9	1234567 	201 ⡿ É LATIN CAPITAL LETTER E WITH ACUTE
+uppercase  	\x00CA	1267    	202 ⡣ Ê LATIN CAPITAL LETTER E WITH CIRCUMFLEX
+uppercase  	\x00CB	12467   	203 ⡫ Ë LATIN CAPITAL LETTER E WITH DIAERESIS
+uppercase  	\x00CC	2478    	204 ⣊ Ì LATIN CAPITAL LETTER I WITH GRAVE
+uppercase  	\x00CD	347     	205 ⡌ Í LATIN CAPITAL LETTER I WITH ACUTE
+uppercase  	\x00CE	1467    	206 ⡩ Î LATIN CAPITAL LETTER I WITH CIRCUMFLEX
+uppercase  	\x00CF	124567  	207 ⡻ Ï LATIN CAPITAL LETTER I WITH DIAERESIS
+uppercase  	\x00D0	1278    	208 ⣃ Ð LATIN CAPITAL LETTER ETH
+uppercase  	\x00D1	134578  	209 ⣝ Ñ LATIN CAPITAL LETTER N WITH TILDE
+uppercase  	\x00D2	13578   	210 ⣕ Ò LATIN CAPITAL LETTER O WITH GRAVE
+uppercase  	\x00D3	3467    	211 ⡬ Ó LATIN CAPITAL LETTER O WITH ACUTE
+uppercase  	\x00D4	14567   	212 ⡹ Ô LATIN CAPITAL LETTER O WITH CIRCUMFLEX
+uppercase  	\x00D5	1378    	213 ⣅ Õ LATIN CAPITAL LETTER O WITH TILDE
+uppercase  	\x00D6	24678   	214 ⣪ Ö LATIN CAPITAL LETTER O WITH DIAERESIS
+math       	\x00D7	3578    	215 ⣔ × MULTIPLICATION SIGN
+uppercase  	\x00D8	345678  	216 ⣼ Ø LATIN CAPITAL LETTER O WITH STROKE
+uppercase  	\x00D9	234567  	217 ⡾ Ù LATIN CAPITAL LETTER U WITH GRAVE
+uppercase  	\x00DA	2345678 	218 ⣾ Ú LATIN CAPITAL LETTER U WITH ACUTE
+uppercase  	\x00DB	1567    	219 ⡱ Û LATIN CAPITAL LETTER U WITH CIRCUMFLEX
+uppercase  	\x00DC	12567   	220 ⡳ Ü LATIN CAPITAL LETTER U WITH DIAERESIS
+uppercase  	\x00DD	1345678 	221 ⣽ Ý LATIN CAPITAL LETTER Y WITH ACUTE
+uppercase  	\x00DE	24578   	222 ⣚ Þ LATIN CAPITAL LETTER THORN
+lowercase  	\x00DF	2348    	223 ⢎ ß LATIN SMALL LETTER SHARP S
+lowercase  	\x00E0	12356   	224 ⠷ à LATIN SMALL LETTER A WITH GRAVE
+lowercase  	\x00E1	123568  	225 ⢷ á LATIN SMALL LETTER A WITH ACUTE
+lowercase  	\x00E2	168     	226 ⢡ â LATIN SMALL LETTER A WITH CIRCUMFLEX
+lowercase  	\x00E3	18      	227 ⢁ ã LATIN SMALL LETTER A WITH TILDE
+lowercase  	\x00E4	34578   	228 ⣜ ä LATIN SMALL LETTER A WITH DIAERESIS
+lowercase  	\x00E5	28      	229 ⢂ å LATIN SMALL LETTER A WITH RING ABOVE
+lowercase  	\x00E6	3458    	230 ⢜ æ LATIN SMALL LETTER AE
+lowercase  	\x00E7	12346   	231 ⠯ ç LATIN SMALL LETTER C WITH CEDILLA
+lowercase  	\x00E8	2346    	232 ⠮ è LATIN SMALL LETTER E WITH GRAVE
+lowercase  	\x00E9	123456  	233 ⠿ é LATIN SMALL LETTER E WITH ACUTE
+lowercase  	\x00EA	1268    	234 ⢣ ê LATIN SMALL LETTER E WITH CIRCUMFLEX
+lowercase  	\x00EB	12468   	235 ⢫ ë LATIN SMALL LETTER E WITH DIAERESIS
+lowercase  	\x00EC	248     	236 ⢊ ì LATIN SMALL LETTER I WITH GRAVE
+lowercase  	\x00ED	3478    	237 ⣌ í LATIN SMALL LETTER I WITH ACUTE
+lowercase  	\x00EE	1468    	238 ⢩ î LATIN SMALL LETTER I WITH CIRCUMFLEX
+lowercase  	\x00EF	124568  	239 ⢻ ï LATIN SMALL LETTER I WITH DIAERESIS
+lowercase  	\x00F0	128     	240 ⢃ ð LATIN SMALL LETTER ETH
+lowercase  	\x00F1	1245678 	241 ⣻ ñ LATIN SMALL LETTER N WITH TILDE
+lowercase  	\x00F2	1358    	242 ⢕ ò LATIN SMALL LETTER O WITH GRAVE
+lowercase  	\x00F3	346     	243 ⠬ ó LATIN SMALL LETTER O WITH ACUTE
+lowercase  	\x00F4	14568   	244 ⢹ ô LATIN SMALL LETTER O WITH CIRCUMFLEX
+lowercase  	\x00F5	4678    	245 ⣨ õ LATIN SMALL LETTER O WITH TILDE
+lowercase  	\x00F6	358     	246 ⢔ ö LATIN SMALL LETTER O WITH DIAERESIS
+math       	\x00F7	2578    	247 ⣒ ÷ DIVISION SIGN
+lowercase  	\x00F8	568     	248 ⢰ ø LATIN SMALL LETTER O WITH STROKE
+lowercase  	\x00F9	23456   	249 ⠾ ù LATIN SMALL LETTER U WITH GRAVE
+lowercase  	\x00FA	234568  	250 ⢾ ú LATIN SMALL LETTER U WITH ACUTE
+lowercase  	\x00FB	1568    	251 ⢱ û LATIN SMALL LETTER U WITH CIRCUMFLEX
+lowercase  	\x00FC	12568   	252 ⢳ ü LATIN SMALL LETTER U WITH DIAERESIS
+lowercase  	\x00FD	134568  	253 ⢽ ý LATIN SMALL LETTER Y WITH ACUTE
+lowercase  	\x00FE	2458    	254 ⢚ þ LATIN SMALL LETTER THORN
+lowercase  	\x00FF	2568    	255 ⢲ ÿ LATIN SMALL LETTER Y WITH DIAERESIS
+
+include braille-patterns.cti
+
+# unofficial definitions
+## bullets (variants)
+noback sign \x2023 124578	‣ TRIANGULAR BULLET
+noback sign \x25E6 124578	◦ WHITE BULLET
+noback sign \x2043 124578	⁃ HYPHEN BULLET
+noback sign \x204C 124578	⁌ BLACK LEFTWARDS BULLET
+noback sign \x204D 124578	⁍ BLACK RIGHTWARDS BULLET
+noback sign \x2219 124578	∙ BULLET OPERATOR
+
+## NO-BREAK SPACE (variants)
+noback sign \x202F 7	  NARROW NO-BREAK SPACE
+
+## miscellaneous
+noback	sign	\x25cf	35        	BLACK CIRCLE
+
+# mathematical symbols, Greek letters, arrows, etc. (on multiple cells)
+include fr-bfu-comp68.cti
+
+undefined 0
+# Liblouis: Danish table for 6 dots grade 2 forward translation (literary)
+#
+#  Copyright (C) 2014-2017, Bue Vester-Andersen <bue@vester-andersen.dk>
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 2.1 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+# This table is for 6 dots grade 2 literary Braille, embossable, not meant for back-translation.
+#
+# Version: Bue Vester-Andersen, 170604
+
+### Table Metadata
+
+#-name: Dansk forkortet 6-punkt
+#-index-name: Danish, contracted, 6-dot
+#-display-name: Danish 6-dot contracted braille
+
+#+locale: da
+#+type: literary
+#+contraction: full
+#+grade: 2
+#+dots: 6
+#+direction: forward
+
+#-has-nocross: yes
+
+# Display opcodes
+include da-dk-octobraille.dis
+
+### Spaces
+
+# These ctrl-chars have to have a representation, so that they can be properly converted back and forth.
+space \t 2478 CHARACTER TABULATION
+space \n 678 LINE FEED (LF)
+space \v 1368 LINE TABULATION
+space \f 12378 FORM FEED (FF)
+space \r 257 CARRIAGE RETURN (CR)
+space \x00a0 a
+
+include spaces.uti
+
+### Character definitions
+
+# Definition of dot cells
+punctuation ! 235 EXCLAMATION MARK
+punctuation " 2356 QUOTATION MARK
+punctuation ' 4 APOSTROPHE
+punctuation ( 236 LEFT PARENTHESIS
+punctuation ) 356 RIGHT PARENTHESIS
+punctuation , 2 COMMA
+punctuation - 36 HYPHEN-MINUS
+punctuation . 3 FULL STOP
+punctuation / 34 SLASH
+punctuation : 25 COLON
+punctuation ; 23 SEMICOLON
+punctuation ? 26 QUESTION MARK
+uplow Aa 1
+uplow Bb 12
+uplow Cc 14
+uplow Dd 145
+uplow Ee 15
+uplow Ff 124
+uplow Gg 1245
+uplow Hh 125
+uplow Ii 24
+uplow Jj 245
+uplow Kk 13
+uplow Ll 123
+uplow Mm 134
+uplow Nn 1345
+uplow Oo 135
+uplow Pp 1234
+uplow Rr 1235
+uplow Ss 234
+uplow Tt 2345
+uplow Uu 136
+uplow Vv 1236
+uplow Yy 13456
+
+#use 8 dots for the following chars to avoid conflict with indicators
+uplow Qq 123457
+uplow Ww 24567
+uplow Xx 13467
+uplow Zz 13567
+punctuation | 4568 VERTICAL LINE
+punctuation ~ 467 TILDE (changed by pass 2 to not conflict with indicators
+uplow \x00dc\x00fc 12567
+
 include digits6Dots.uti
-punctuation \x003A        25                  :                   COLON
-punctuation \x003B        23                  ;                   SEMICOLON
-noback math \x003C        126                 <                   LESS-THAN SIGN
-math        \x003C        56-126                 <                   LESS-THAN SIGN
-noback math \x003D        2356                =                   EQUALS SIGN
-math        \x003D        56-2356             =                   EQUALS SIGN
-noback math \x003E        345                 >                   GREATER-THAN SIGN
-math        \x003E        56-345                 >                   GREATER-THAN SIGN
-punctuation \x003F        26                  ?                   QUESTION MARK
-noback sign \x005F        456                _                   LOW LINE
-sign        \x005F        56-456                _                   LOW LINE
-punctuation \x0060        6                   `                   GRAVE ACCENT
+
+punctuation \x00a7 346 SECTION SIGN (0xa7)
+
+uplow \x00c5\x00e5 16 LATIN LETTER A WITH RING ABOVE
+uplow \x00c6\x00e6 345 LATIN LETTER AE
+uplow \x00d8\x00f8 246 LATIN LETTER O WITH STROKE
+
+# cover all other Braille patterns
+include braille-patterns.cti
+
+# Characters with two or more cells
+
+punctuation # 45-3456 NUMBER SIGN
+sign $ 45-256 DOLLAR SIGN
+math % 245-356 PERCENT SIGN
+sign & 6-12346 AMPERSAND
+punctuation * 6-35 ASTERISK
+math + 45-235 PLUS SIGN
+math < 45-134 LESS-THAN SIGN
+math = 45-2356 EQUALS SIGN
+math > 45-234 GREATER-THAN SIGN
+sign @ 45-1 COMMERCIAL AT
+punctuation [ 5-236 LEFT SQUARE BRACKET
+punctuation \\ 45-16 REVERSE SLASH
+punctuation ] 5-356 RIGHT SQUARE BRACKET
+punctuation ^ 45-346 CIRCUMFLEX ACCENT
+punctuation _ 45-36 LOW LINE
+punctuation ` 4 GRAVE ACCENT
+punctuation { 45-246 LEFT CURLY BRACKET
+punctuation } 45-135 RIGHT CURLY BRACKET
+math \x00f7 45-256 DIVISION SIGN
+
+# Misc unicode characters
+include da-dk-6miscChars.cti
+
+# Litdigits
+include litdigits6Dots.uti
+
+undefined 26
+
+### Braille indicators and special characters
+
+#hyphen - 36
+
+letsign 6
+
+# No letsign before capital letters or letters with accents
+
+noletsign I\x0160\x0152\x017d\x0178\x00c0\x00c1\x00c2\x00c3\x00c7\x00c8\x00c9\x00ca\x00cb\x00cc\x00cd\x00ce\x00cf\x00d0\x00d1\x00d2\x00d3\x00d4\x00d5\x00d9\x00da\x00db\x00dc\x00dd\x00de\x008a\x008c\x008e
+noletsign i\x0161\x0153\x017e\x00ff\x00df\x00e0\x00e1\x00e2\x00e3\x00e7\x00e8\x00e9\x00ea\x00eb\x00ec\x00ed\x00ee\x00ef\x00f0\x00f1\x00f2\x00f3\x00f4\x00f5\x00f9\x00fa\x00fb\x00fd\x00fe\x009a\x009c
+
+# Emphasis opcodes
+emphclass italic
+emphclass underline
+emphclass bold
+
+begemphphrase italic 56
+endemphphrase italic after 56
+begemphword italic 56
+endemphword italic 56
+
+begemphphrase bold 56
+endemphphrase bold after 56
+begemphword bold 56
+endemphword bold 56
+
+begemphphrase underline 56
+endemphphrase underline after 56
+begemphword underline 56
+endemphword underline 56
+
+capsletter 46
+begcapsword 456
+endcapsword 68 # Used during back-translation to stop overflow of capsword
+multind 6-46 letsign capsletter
+multind 46-6 capsletter letsign
+multind 6-456 letsign begcapsword
+multind 68-6-46 endcapsword letsign capsletter
+multind 68-6-456 endcapsword letsign begcapsword
+multind 68-6 endcapsword letsign
+
+numsign 3456
+multind 6-3456 letsign numsign
+
+#class of none-space characters that demand double dashes
+# Used in context lines later.
+#must be the first class defined.
+class charsWDoubleDash .,?!/:"'() # class w
+
+### Correct - forward translation
+
+# Chars that don't require a space before percent and permille:
+class charsBeforePercent "(\x201e\x0084\x201c\x0093\x201d\x0094\x00ab\x00bb #class x
+noback correct `["%"] *
+noback correct !$sx["%"] " %"
+noback correct `["\x2030"] *
+noback correct !$sx["\x2030"] " \x2030"
+noback correct `["\x0089"] *
+noback correct !$sx["\x0089"] " \x2030"
+
+# Chars to be treated like digits when switching back to letter mode
+class extraDigits \x00bc\x00bd\x00be
+
+#Use the "correct" opcode to convert chars that can't be back-translated
+# and make the table more simple.
+
+# Dashes
+class dashes \x2013\x2014\x0096\x0097\x00ad
+noback correct %dashes "-"
+
+class quotes \x201e\x0084\x201c\x0093\x201d\x0094\x00ab\x00bb 
+noback correct %quotes "\""
+
+class apostrophes `\x201a\x0082\x2039\x008b\x2018\x0091\x2019\x0092\x203a\x009b\x00b4
+noback correct %apostrophes "'"
+
+# Convert most single caps to lowercase
+
+#Special abbreviations with imbedded small letters.
+# Must be handled by case in this version of liblouis
+noback correct "KAbB" "KABB"
+noback correct "CUDiM" "CUDIM"
+
+swapcc UpperLower ABCDEFGHIJKLMNOPQRSTUVWXYZ\x0160\x0152\x017d\x0178\x00c0\x00c1\x00c2\x00c3\x00c4\x00c5\x00c6\x00c7\x00c8\x00c9\x00ca\x00cb\x00cc\x00cd\x00ce\x00cf\x00d0\x00d1\x00d2\x00d3\x00d4\x00d5\x00d6\x00d8\x00d9\x00da\x00db\x00dc\x00dd\x00de\x008a\x008c abcdefghijklmnopqrstuvwxyz\x0161\x0153\x017e\x00ff\x00e0\x00e1\x00e2\x00e3\x00e4\x00e5\x00e6\x00e7\x00e8\x00e9\x00ea\x00eb\x00ec\x00ed\x00ee\x00ef\x00f0\x00f1\x00f2\x00f3\x00f4\x00f5\x00f6\x00f8\x00f9\x00fa\x00fb\x00fc\x00fd\x00fe\x009a\x009c
+
+# I is a special case
+noback correct _$sp["I"]$sp "i"
+noback correct `["I"]$sp "i"
+noback correct _$sp["I"]~ "i"
+
+noback correct $sSpu[%UpperLower]$u %UpperLower
+noback correct `[%UpperLower]$u %UpperLower
+
+### Pass 1 
+
+# Punctuations, math and numbers
+midnum , 2
+midnum . 3
+#midnum - 36
+endnum - 36
+midnum / 34
+midnum : 25
+nofor midnum ^ 346
+nofor midnum ^ 45-346
+
+midnum ^ 45-346
+midnum \x00d7 45-3-3456
+
+# Punctuation
+prepunc " 2356
+postpunc " 2356
+always /\s 6-34-0
+always \s/ 0-6-34
+prepunc - 36
+postpunc - 36
+always :- 25-36
+always ;- 23-36
+always --- 36-36-36
+always ---- 36-36-36-36
+always ----- 36-36-36-36-36
+# Star enclosed by parentheses
+always (*) 236-35-356
+
+before punctuation before sign always ( 6-236
+
+# these characters must be separated from ")" by a letsign.
+class SepToRightpar Jj%'\x2030\x0089\x201a\x0082\x2039\x009b\x2018\x0091\x2019\x0092\x203a\x009b
+after SepToRightpar always ) 6-356
+after punctuation after sign always ) 6-356
+
+prepunc ( 236
+postpunc ) 356
+always .) 3-356
+always ( 6-236
+always ) 6-356
+
+always ... 3-3-3
+
+# Exclamation and "fra"
+always fra! 124-1235-1-235
+always !fra 235-124-1235-1
+always ?! 26-6-235
+always )! 356-6-235
+always (!) 236-6-235-356
+always "fra" 2356-124-1235-1-2356
+always "!" 2356-6-235-2356
+always !! 235-235
+always !!! 235-235-235
+always !!!! 235-235-235-235
+always !!!!! 235-235-235-235-235
+always '! 4-6-235
+always \s! 0-6-235
+prepunc ! 6-235
+always \x00a1 6-256
+
+### Contractions ###
+
+#Special sequences, urls emails and file names.
+
+nocont $
+nocont \x005c
+nocont @
+nocont ://
+nocont www
+nocont .com
+nocont .dk
+nocont .eu
+nocont .edu
+nocont .gov
+nocont .mil
+nocont .net
+nocont .org
+nocont .uk
+nocont .doc
+nocont .exe
+nocont .htm
+nocont .tex
+nocont .txt
+nocont .gif
+nocont .jpg
+nocont .png
+nocont .wav
+nocont .tar
+nocont .zip
+
+# Ensure no contractions in English ordinal numbers
+endnum nd 6-1345-145
+endnum st 6-234-2345
+endnum ve 6-1236-15
+
+#Words
+word af 356
+always 'af 4-1-124
+word aldrig 1-35
+word aig =
+word alle 1-15
+begnum ae 6-1-15
+contraction ae
+word allerede 1-123-1235
+begnum alr 6-1-123-1235
+contraction alr
+word alligevel 1-123-1236
+begnum alv 6-1-123-1236
+contraction alv
+word altid 1-2345-145
+begnum atd 6-1-2345-145
+contraction atd
+word altså 1-16
+begnum aå 6-1-16
+contraction aå
+word at 1
+
+word blevet 12-2345
+begnum bt 6-12-2345
+contraction bt
+word blev 12-1236
+begnum bv 6-12-1236
+contraction bv
+word blive 12-3456
+word bve 12-1236-15
+word bliver 12
+
+word derefter 23456-1356
+word derst =
+word deres 256
+word derfor 23456-124
+word derf =
+word derigennem 23456-24-12456
+word derige 1456-1235-24-12456
+word dermed 23456-134
+word derm =
+word derned 23456-1246
+word derne =
+word derop 23456-135
+word dero =
+word derover 23456-1346
+word deror =
+word derpå 23456-1234
+word derp =
+word dersom 23456-234
+word ders =
+word dertil 23456-2345
+word dert =
+word derunder 23456-12345
+word derved 23456-1236
+word din 145-1345
+begnum dn 6-145-1345
+contraction dn
+word disse 145-234
+begnum ds 6-145-234
+contraction ds
+word dit 145-2345
+begnum dt 6-145-2345
+contraction dt
+word du 145
+
+word efter 1356
+word eller 15
+word endnu 15-136
+begnum eu 6-15-136
+contraction eu
+
+word fik 124-13
+begnum fk 6-124-13
+contraction fk
+word fordi 124-145
+begnum fd 6-124-145
+contraction fd
+word forskellige 124-123456-15
+word fske =
+word forskelligt 124-123456-2345
+word fskt =
+word forskellig 124-123456
+word fsk =
+word for 124
+word fra 235
+word første 124-1356-15
+word først 124-1356
+word før 246
+
+word ganske 1245-123456
+word gennem 12456
+word ge =
+word gik 1245-13
+begnum gk 6-1245-13
+contraction gk
+word gør 1245
+
+word ham 236
+word hans 13456-234
+begnum ys 6-13456-234
+contraction ys
+word han 13456
+word har 125
+word havde 125-1456
+word hde =
+word have 125-3456
+word hve =
+word helt 125-2345
+begnum ht 6-125-2345
+contraction ht
+word hendes 125-234
+begnum hs 6-125-234
+contraction hs
+word hende 125-145
+begnum hd 6-125-145
+contraction hd
+word hun 136
+word hvad 2456
+word hv =
+word hvis 2456-234
+word hvs =
+word hvordan 34-1
+word hvora 34-6-1
+word hvorefter 34-1356
+word hvorst 34-234-2345
+word hvorfor 34-124
+word hvorf 34-6-124
+word hvorigennem 34-24-12456
+word hvorledes 34-15
+word hvore 34-6-15
+word hvormed 34-134
+word hvorm 34-6-134
+word hvornår 34-1345
+word hvorn 34-6-1345
+word hvorover 34-1346
+word hvoror 34-135-1235
+word hvorpå 34-1234
+word hvorp 34-6-1234
+word hvortil 34-2345
+word hvort 34-6-2345
+word hvorunder 34-12345
+word hvornd 34-1345-145
+word hvorved 34-1236
+word hvorv 34-6-1236
+word hvor 34
+
+word igennem 24-12456
+word ige =
+word igen 35
+word (igen) 236-24-1245-126-356
+word ig =
+word ikke 24-13
+begnum ik 6-24-13
+contraction ik
+word imidlertid 24-24
+begnum ii 6-24-24
+contraction ii
+
+word jeg 245
+word jeg) 245-6-356
+
+word kan 13
+word kommer 13-156
+word ker =
+word kommet 13-346
+word ket =
+word komme 13-146
+word kme =
+word kom 13-134
+begnum km 6-13-134
+contraction km
+word kunne 13-1246
+word kne =
+
+word ligesom 123-234
+begnum ls 6-123-234
+contraction ls
+word lige 123
+word lille 123-123
+begnum ll 6-123-123
+contraction ll
+
+word mange 134-12456
+word mge =
+word med 134
+word megen 146-126
+word meen =
+word meget 146-346
+word meet =
+word mellem 146-134
+word mem =
+word men 146
+word me =
+word min 134-1345
+begnum mn 6-134-1345
+contraction mn
+word mit 134-2345
+begnum mt 6-145-2345
+contraction mt
+word måske 134-123456
+word msk =
+word måtte 134-1256
+word mte =
+
+word naturligvis 1345-2345-1236
+begnum ntv 6-1345-2345-1236
+contraction ntv
+word nd =
+word ned 1246
+word ne =
+word nogen 1345-1345
+begnum nn 6-1345-1345
+contraction nn
+word noget 1345-2345
+begnum nt 6-1345-2345
+contraction nt
+word nogle 1345-123-15
+begnum nle 6-1345-123-15
+contraction nle
+word når 1345
+
+word også 14-16
+begnum cå 6-14-16
+contraction cå
+word og 14
+word omkring 135-134-13
+begnum omk 6-135-134-13
+contraction omk
+word op 135
+word or =
+word over 1346
+
+word på 1234
+
+word ret 12356
+word re 1235-15
+word rigtige 1235-12456
+word rge =
+word rigtigt 1235-2345
+begnum rt 6-1235-2345
+contraction rt
+word rigtig 1235
+
+word sagde 234-1456
+word sammen 234-134
+begnum sm 6-234-134
+contraction sm
+word samme 234-146
+word sme =
+word selvfølgelig 234-1236-124
+begnum svf 6-234-1236-124
+contraction svf
+word selv 234-1236
+begnum sv 6-234-1236
+contraction sv
+word sidste 234-1356-15
+word sste =
+word sidst 234-1356
+word sst =
+word sin 234-1345
+begnum sn 6-234-1345
+contraction sn
+word sit 234-2345
+begnum st 6-234-2345
+contraction st
+word skal 123456
+word sk =
+word skulle 123456-123-15
+word skle =
+word snart 234-1235
+begnum sr 6-234-1235
+contraction sr
+word som 234
+word sådan 16-1
+begnum åa 6-16-1
+contraction åa
+word således 16-15
+begnum åe 6-16-15
+contraction åe
+word så 16
+
+word tid 2345-145
+begnum td 6-2345-145
+contraction td
+word tilbage 2345-12
+begnum tb 6-2345-12
+contraction tb
+word til 2345
+
+word under 12345
+
+word var- =
+word var. =
+word var 36
+word ve 3456
+word ved 1236
+word ville 1236-123-15
+begnum vle 6-1236-123-15
+contraction vle
+word vil 1236-123
+begnum vl 6-1236-123
+contraction vl
+word været 1236-2345
+begnum vt 6-1236-2345
+contraction vt
+word være 345
+
+#Part words
+nocross den 12346
+nocross der 23456
+nocross det 2346
+nocross de 1456
+nocross en 126
+nocross er 156
+nocross et 346
+nocross ge 12456
+#nocross hvor 34
+nocross hv 2456
+nocross ig 35
+nocross me 146
+nocross nd 12345
+nocross ne 1246
+nocross or 1346
+nocross re 12356
+nocross sk 123456
+nocross st 1356
+nocross te 1256
+
+# Numsign/"ve", special case when back-translating
+noback nocross ve 3456
+
+# Additional words containing "hvor"
+# these are made explicit in 6-dots to handle / better
+
+word hvoraf 34-1-124
+word hvorfra 34-124-1235-1
+word hvorhen 34-125-126
+word hvorhenne 34-125-126-1246
+word hvori 34-24
+word hvoriblandt 34-24-12-123-1-12345-2345
+word hvorimellem 34-24-146-123-123-15-134
+word hvorimod 34-24-134-135-145
+word hvorlænge 34-123-345-1345-12456
+word hvormange 34-134-1-1345-12456
+word hvorom 34-135-134
+word hvormeget 34-146-1245-346
+word hvorudfra 34-136-145-124-1235-1
+word hvorvidt 34-1236-24-145-2345
+word ihvorvel 24-34-3456-123
+
+# Common combinations of one word contractions with slash
+word af/på 356-34-1234
+word af/på 356-34-68-1234
+word du/i 145-34-24
+word du/i 145-34-68-24
+word eller/og 15-34-14
+word eller/og 15-34-68-14
+word fra/til 235-34-2345
+word fra/til 235-34-68-2345
+word han/hun 13456-34-136
+word han/hun 13456-34-68-136
+word hun/han 136-34-13456
+word hun/han 136-34-68-13456
+word i/du 24-34-145
+word i/du 24-34-68-145
+word og/eller 14-34-15
+word og/eller 14-34-68-15
+word over/under 1346-34-12345
+word over/under 1346-34-68-12345
+word på/af 1234-34-356
+word på/af 1234-34-68-356
+word til/fra 2345-34-235
+word til/fra 2345-34-68-235
+word under/over 12345-34-1346
+word under/over 12345-34-68-1346
+
+# Ensure no one-letter word contraction before or after a dash
+
+endword -af 36-1-124
+begword af- 1-124-36
+endword -altid 36-1-2345-145
+begword altid- 1-2345-145-36
+endword -at 36-1-2345
+endword -a 36-6-1
+begword at- 1-2345-36
+endword -og 36-135-1245
+endword -c 36-6-14
+begword og- 135-1245-36
+endword -du 36-145-136
+endword -d 36-6-145
+begword du- 145-136-36
+endword -efter 36-15-124-2345-156
+endword -z 36-6-1356
+begword efter- 15-124-2345-156-36
+midword -efter- 36-1356-36
+endword -e 36-6-15
+endword -for 36-124-1346
+endword -f 36-6-124
+begword for- 124-1346-36
+endword -fra 36-124-1235-1
+begword fra- 124-1235-1-36
+endword -g 36-6-1245
+endword -gennem 36-1245-126-1246-134
+begword gennem- 1245-126-1246-134-36
+endword -ham 36-125-1-134
+begword ham- 125-1-134-36
+endword -han 36-125-1-1345
+endword -y 36-6-13456
+begword han- 125-1-1345-36
+endword -har 36-125-1-1235
+endword -h 36-6-125
+begword har- 125-1-1235-36
+endword -hun 36-125-136-1345
+endword -u 36-6-136
+begword hun- 125-136-1345-36
+endword -j 36-6-245
+endword -kan 36-13-1-1345
+endword -k 36-6-13
+begword kan- 13-1-1345-36
+endword -lige 36-123-24-12456
+endword -l 36-6-123
+begword lige- 123-24-12456-36
+endword -med 36-146-145
+endword -m 36-6-134
+begword med- 146-145-36
+endword -men 36-134-126
+begword men- 134-126-36
+ endword -ned 36-1246-145
+begword ned- 1246-145-36
+endword -når 36-1345-16-1235
+endword -n 36-6-1345
+begword når- 1345-16-1235-36
+endword -op 36-135-1234
+endword -o 36-6-135
+begword op- 135-1234-36
+endword -over 36-135-1236-156
+endword -x 36-6-1346
+begword over- 135-1236-156-36
+endword -på 36-1234-16
+endword -p 36-6-1234
+begword på- 1234-16-36
+midword -på- 36-1234-36
+endword -ret 36-1235-346
+begword ret- 1235-346-36
+midword -ret- 36-12356-36
+endword -rigtig 36-1235-35-2345-35
+endword -r 36-6-1235
+begword rigtig- 1235-35-2345-35-36
+midword -rigtig- 36-1235-36
+endword -skal 36-123456-1-123
+begword skal- 123456-1-123-36
+midword -skal- 36-123456-36
+endword -som 36-234-135-134
+endword -s 36-6-234
+begword som- 234-135-134-36
+midword -som- 36-234-36
+endword -så 36-234-16
+endword -å 36-6-16
+begword så- 234-16-36
+endword -til 36-2345-24-123
+endword -t 36-6-2345
+begword til- 2345-24-123-36
+midword -til- 36-2345-36
+endword -under 36-136-1345-23456
+begword under- 136-1345-23456-36
+midword -under- 36-12345-36
+endword -ved 36-1236-15-145
+endword -v 36-6-1236
+begword ved- 1236-15-145-36
+midword -ved- 36-1236-36
 
 
-# ----------------------------------------------------------------------------------------------
-# Unicode 0080..00FF  C1 Controls and Latin-1 Supplement
-# ----------------------------------------------------------------------------------------------
+### Context rules - forward translation
 
-space       \x00A0        a                                       NO-BREAK SPACE
-punctuation \x00A7        346                 §                   SECTION
-punctuation \x00AD        36                  ­                   SOFT HYPHEN
-sign        \x00B4        4                   ´                   ACUTE ACCENT
-noback math \x00D7        3                  ×                   MULTIPLICATION SIGN
-math        \x00D7        25-3               ×                   MULTIPLICATION SIGN
-math        \x00F7        25                  ÷                   DIVISION SIGN
-sign        \x00A9        236-6-14-356        ©                   COPYRIGHT
+# Substitutions for joinnum rules with common math signs
+noback context $dy$s["-"$s]$dy @36
+noback context $dy$s["+"$s]$dy @235
+noback context $dy$s["\x00d7"$s]$dy @3
+noback context $dy$s["\x00f7"$s]$dy @256
+noback context $dy$s["="$s]$dy @2356
+
+# Space on each side of = when between letters or punctuation.
+noback context $lp["="]$lp @0-2356-0
+
+# Exclamation at beginning of string
+noback context `["!"] @6-235
+
+# Ensure two dashes where appropriate.
+noback context $w["-"]$w @36
+noback context $sw["-"]$sw @36-36
+noback context `["-"]$sw @36-36
+noback context $sw["-"]~ @36-36
+noback context !$sw["-"]~ @36
+noback context `["-"]~ @36-36
+
+# Ensure letsign between letter and numsign
+noback context $l[]$D @6
+
+# No "nd", "hv", "or", or "st" after a digit and a letsign
+noback context $dy["hv"] @6-125-1236
+noback context $dy$Spm["hv"] @6-125-1236
+noback context $dy["nd"] @6-1345-145
+noback context $dy$Spm["nd"] @6-1345-145
+noback context $dy["or"] @6-135-1235
+noback context $dy$Spm["or"] @6-135-1235
+noback context $dy["st"] @6-234-2345
+noback context $dy$Spm["st"] @6-234-2345
+noback context $dy["te"] @6-2345-15
+noback context $dy$Spm["te"] @6-2345-15
 
 
-# ----------------------------------------------------------------------------------------------
-# Unicode 2000..206F  General Punctuation
-# ----------------------------------------------------------------------------------------------
+#ensure dot 6 between a digit and a letter
+noback context $dy[]$u @6
+# Not letsign after digit + punctuation in literary braille
+# noback context $dy$Spm.[]$u @6
 
-punctuation \x2010        36                  ‐                   HYPHEN
-punctuation \x2011        36                  ‑                   NON-BREAKING HYPHEN
-punctuation \x2012        36                  ‒                   FIGURE DASH
-punctuation \x2013        36                  –                   EN DASH
-punctuation \x2014        36                  —                   EM DASH
-punctuation \x2015        36                  ―                   HORIZONTAL BAR
-punctuation \x2018        3                   ‘                   LEFT SINGLE QUOTATION MARK
-punctuation \x2019        3                   ’                   RIGHT SINGLE QUOTATION MARK
-punctuation \x201A        3                   ‚                   SINGLE LOW-9 QUOTATION MARK
-punctuation \x201B        3                   ‛                   SINGLE HIGH-REVERSED-9 QUOTATION MARK
-punctuation \x201C        2356                “                   LEFT DOUBLE QUOTATION MARK
-punctuation \x201D        2356                ”                   RIGHT DOUBLE QUOTATION MARK
-punctuation \x201E        2356                „                   DOUBLE LOW-9 QUOTATION MARK
-punctuation \x201F        2356                ‟                   DOUBLE HIGH-REVERSED-9 QUOTATION MARK
-punctuation \x2026        256-256-256         …                   HORIZONTAL ELLIPSIS
-sign        \x20AC        15-136-1235-135     €                   EURO SIGN
+### Pass 2 - forward translation
 
+# Correct chars defined as 8 dots because they include letsign
+noback pass2 @467 @45-6
+noback pass2 @4568 @45-456
+noback pass2 @123457 @6-12345
+noback pass2 @24567 @6-2456
+noback pass2 @13467 @6-1346
+noback pass2 @13567 @6-1356
+noback pass2 @12567 @6-1256
 
-# ==============================================================================================
-# MULTI-CELL
-# ==============================================================================================
+# Show endcapsword as dot 6 (letsign)
+noback pass2 @68 @6
 
-# ----------------------------------------------------------------------------------------------
-# Unicode 0000..007F  C0 Controls and Basic Latin
-# ----------------------------------------------------------------------------------------------
+noback pass2 @6-46-5 @46-5 # no letsign before cap letters with accent
+noback pass2 _$D[@6-46-6] *
+noback pass2 _$D[@6-46] *
+noback pass2 @6-46-6 @46-6 # Ensure correct order and no double letsign
+noback pass2 @6-46 @46-6 # Ensure correct order
 
-sign        \x0024        3456-1246           $                   DOLLAR SIGN
-math        \x0025        3456-1234           %                   PERCENT SIGN
-sign        \x0026        3456-12346          &                   AMPERSAND
-sign        \x0040        3456-12456          @                   COMMERCIAL AT
-punctuation \x005B        6-236               [                   LEFT SQUARE BRACKET
-sign        \x005C        3456-1256           \                   REVERSE SOLIDUS
-punctuation \x005D        6-356               ]                   RIGHT SQUARE BRACKET
-sign        \x005E        6-45                ^                   CIRCUMFLEX ACCENT
-math        \x007B        5-236              {                   LEFT CURLY BRACKET
-sign        \x007C        456-123                 |                   VERTICAL LINE
-math        \x007D        5-356              }                   RIGHT CURLY BRACKET
-math        \x007E        56-26                 ~                   TILDE
+### Pass 3 - forward translation
 
+# Ensure there is only one letsign
+ noback pass3 @6-6 @6
 
-# ----------------------------------------------------------------------------------------------
-# Unicode 0080..00FF  C1 Controls and Latin-1 Supplement
-# ----------------------------------------------------------------------------------------------
-
-sign        \x00B0        3456-234            °                   DEGREE SIGN
-math        \x00B1        56-256-36              ±                   PLUS-MINUS SIGN
-sign        \x00B5        45-134               µ                   MICRO SIGN
-math        \x00B9        34-1                ¹                   SUPERSCRIPT ONE
-noback uplow \x00D6\x00F6  135-15,135-15       Öö                  LATIN CAPITAL LETTER O WITH DIAERESIS - LATIN SMALL LETTER O WITH DIAERESIS
-noback uplow \x00DC\x00FC  136-15,136-15       Üü                  LATIN CAPITAL LETTER U WITH DIAERESIS - LATIN SMALL LETTER U WITH DIAERESIS
-
-
-# ----------------------------------------------------------------------------------------------
-# Unicode 0370..03FF  Greek and Coptic
-# ----------------------------------------------------------------------------------------------
-
-letter      \x0391        6-45-1                Α                   GREEK CAPITAL LETTER ALPHA
-letter      \x0392        6-45-12               Β                   GREEK CAPITAL LETTER BETA
-letter      \x0393        6-45-1245             Γ                   GREEK CAPITAL LETTER GAMMA
-letter      \x0394        6-45-145              Δ                   GREEK CAPITAL LETTER DELTA
-letter      \x0395        6-45-15               Ε                   GREEK CAPITAL LETTER EPSILON
-letter      \x0398        6-45-1456             Θ                   GREEK CAPITAL LETTER THETA
-letter      \x0399        6-45-24               Ι                   GREEK CAPITAL LETTER IOTA
-letter      \x039A        6-45-13               Κ                   GREEK CAPITAL LETTER KAPPA
-letter      \x039B        6-45-123              Λ                   GREEK CAPITAL LETTER LAMDA
-letter      \x039C        6-45-134              Μ                   GREEK CAPITAL LETTER MU
-letter      \x039D        6-45-1345             Ν                   GREEK CAPITAL LETTER NU
-letter      \x039E        6-45-1346             Ξ                   GREEK CAPITAL LETTER XI
-letter      \x039F        6-45-135              Ο                   GREEK CAPITAL LETTER OMICRON
-letter      \x03A0        6-45-1234             Π                   GREEK CAPITAL LETTER PI
-letter      \x03A1        6-45-1235             Ρ                   GREEK CAPITAL LETTER RHO
-letter      \x03A3        6-45-234              Σ                   GREEK CAPITAL LETTER SIGMA
-letter      \x03A4        6-45-2345             Τ                   GREEK CAPITAL LETTER TAU
-letter      \x03A5        6-45-13456            Υ                   GREEK CAPITAL LETTER UPSILON
-letter      \x03A6        6-45-124              Φ                   GREEK CAPITAL LETTER PHI
-letter      \x03A7        6-45-125              Χ                   GREEK CAPITAL LETTER CHI
-letter      \x03A8        6-45-12346            Ψ                   GREEK CAPITAL LETTER PSI
-letter      \x03A9        6-45-2456             Ω                   GREEK CAPITAL LETTER OMEGA
-
-lowercase   \x03B1        45-1                α                   GREEK SMALL LETTER ALPHA
-lowercase   \x03B2        45-12               β                   GREEK SMALL LETTER BETA
-lowercase   \x03B3        45-1245             γ                   GREEK SMALL LETTER GAMMA
-lowercase   \x03B4        45-145              δ                   GREEK SMALL LETTER DELTA
-lowercase   \x03B5        45-15               ε                   GREEK SMALL LETTER EPSILON
-lowercase   \x03B8        45-1456             θ                   GREEK SMALL LETTER THETA
-lowercase   \x03B9        45-24               ι                   GREEK SMALL LETTER IOTA
-lowercase   \x03BA        45-13               κ                   GREEK SMALL LETTER KAPPA
-lowercase   \x03BB        45-123              λ                   GREEK SMALL LETTER LAMDA
-lowercase   \x03BC        45-134              μ                   GREEK SMALL LETTER MU
-lowercase   \x03BD        45-1345             ν                   GREEK SMALL LETTER NU
-lowercase   \x03BE        45-1346             ξ                   GREEK SMALL LETTER XI
-lowercase   \x03BF        45-135              ο                   GREEK SMALL LETTER OMICRON
-lowercase   \x03C0        45-1234             π                   GREEK SMALL LETTER PI
-lowercase   \x03C1        45-1235             ρ                   GREEK SMALL LETTER RHO
-lowercase   \x03C3        45-234              σ                   GREEK SMALL LETTER SIGMA
-lowercase   \x03C4        45-2345             τ                   GREEK SMALL LETTER TAU
-lowercase   \x03C5        45-13456            υ                   GREEK SMALL LETTER UPSILON
-lowercase   \x03C6        45-124              φ                   GREEK SMALL LETTER PHI
-lowercase   \x03C7        45-125              χ                   GREEK SMALL LETTER CHI
-lowercase   \x03C8        45-12346            ψ                   GREEK SMALL LETTER PSI
-lowercase   \x03C9        45-2456             ω                   GREEK SMALL LETTER OMEGA
-
-# ----------------------------------------------------------------------------------------------
-# Other Unicode characters
-# ----------------------------------------------------------------------------------------------
-
-noback math \x00AC        1345-135-1345       ¬                   LOGICAL NOT
-math        \x0609        3456-1235           ؉                   ARABIC-INDIC PER MILLE SIGN
-math        \x2030        3456-1235           ‰                   PER MILLE SIGN
-math        \x2190        246-25               ←                   left arrow
-math        \x2191        3456-12356               ↑                   up arrow
-math        \x2192        25-135               →                   right arrow
-math        \x2193        3456-12345               ↓                   down down arrow
-math        \x2194        246-25-135               ↔                   left right arrow
-math        \x2200        3456-1236           ∀                   FOR ALL
-math        \x2202        34-2                ∂                   PARTIAL DIFFERENTIAL
-math        \x2203        3456-134            ∃                   THERE EXISTS
-math        \x2205        3456-13456          ∅                   EMPTY SET
-math        \x2208        45-15               ∈                   ELEMENT OF
-math        \x2209        4-45-15             ∉                   NOT AN ELEMENT OF
-math        \x2211        46-234              ∑                   SUM
-math        \x2217        35                  ∗                   ASTERISK OPERATOR
-math        \x221E        3456-1345            ∞                   INFINITY
-math        \x2223        456                  ∣                   DIVIDES
-noback math \x2225        456-456              ∥                   PARALEL TO
-noback math \x2227        15-2345              ∧                   LOGICAL AND
-noback math \x22C0        15-2345              ∧                   LOGICAL AND
-noback math \x2228        145-24-234           ⋁                   LOGICAL OR
-noback math \x22C1        145-24-234           ⋁                   LOGICAL OR
-math        \x2229        45-156               ∩                   INTERSECTION
-math        \x222A        45-3456              ∪                   UNION
-math        \x222B        246                  ∫                   INTEGRAL
-math        \x2236        25                  ∶                   RATIO
-math        \x2260        4-2356              ≠                   NOT EQUAL TO
-math        \x2250        5-2356              ≐                   APPROACHES THE LIMIT
-math        \x2264        126-2356            ≤                   LESS-THAN OR EQUAL TO
-math        \x2265        345-2356            ≥                   GREATER-THAN OR EQUAL TO
-math        \x2282        12346               ⊂                   SUBSET OF
-math        \x2284        4-12346             ⊄                   NOT A SUBSET OF
-math        \x22C5        3                   ⋅                   DOT OPERATOR
-math        \x27E8        4-126               ⟨                   MATHEMATICAL LEFT ANGLE BRACKET
-math        \x27E8        4-345               ⟩                   MATHEMATICAL RIGHT ANGLE BRACKET
-
-# ----------------------------------------------------------------------------------------------
+# Include hyphenation file as the last thing
+include hyph_brl_da_dk.dic
 UTF-8
 .a2
 .a1bi1
@@ -169271,134750 +504748,6 @@
 .ma8g1infl
 .ma1gi
 zo1mán2c
-#-name: U.S. English grade 2 (EBAE)
-#-display-name: U.S. English (EBAE) contracted braille
-
-#+locale:en-US
-#+type:literary
-#+contraction:full
-#+grade:2
-#+system:ebae
-#+hyphenation:yes
-
-# TODO: Please correct the metadata above. It is not meant to be
-# accurate nor complete. It hasn't been verified by the table
-# author yet. It is merely an attempt by the liblouis maintainers
-# to get some sensible initial values in place.
-
-# TODO: Please add a reference to official documentation about
-# the implemented braille code. Preferably submit the documents
-# to https://github.com/liblouis/braille-specs.
-
-include en-us-g2.ctb
-include hyph_en_US.dic
-include braille-patterns.cti
-#
-#  Copyright (C) 2010, 2011 DocArch <http://www.docarch.be>
-#  Copyright (C) 2016 Babbage B.V. <http://www.babbage.com>
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-#
-# ----------------------------------------------------------------------------------------------
-#
-# This table is based on braille-patterns.cti, which blocks back translation of unicode braille intentionally
-#
-# It can be used to back translate braille input to unicode braille output
-# ----------------------------------------------------------------------------------------------
-
-# ----------------------------------------------------------------------------------------------
-# Unicode 2800..28FF  Braille Patterns
-# ----------------------------------------------------------------------------------------------
-
-sign        \x2800  0                    # ⠀                   BRAILLE PATTERN DOTS-0
-sign        \x2801  1                    # ⠁                   BRAILLE PATTERN DOTS-1
-sign        \x2802  2                    # ⠂                   BRAILLE PATTERN DOTS-2
-sign        \x2803  12                   # ⠃                   BRAILLE PATTERN DOTS-12
-sign        \x2804  3                    # ⠄                   BRAILLE PATTERN DOTS-3
-sign        \x2805  13                   # ⠅                   BRAILLE PATTERN DOTS-13
-sign        \x2806  23                   # ⠆                   BRAILLE PATTERN DOTS-23
-sign        \x2807  123                  # ⠇                   BRAILLE PATTERN DOTS-123
-sign        \x2808  4                    # ⠈                   BRAILLE PATTERN DOTS-4
-sign        \x2809  14                   # ⠉                   BRAILLE PATTERN DOTS-14
-sign        \x280A  24                   # ⠊                   BRAILLE PATTERN DOTS-24
-sign        \x280B  124                  # ⠋                   BRAILLE PATTERN DOTS-124
-sign        \x280C  34                   # ⠌                   BRAILLE PATTERN DOTS-34
-sign        \x280D  134                  # ⠍                   BRAILLE PATTERN DOTS-134
-sign        \x280E  234                  # ⠎                   BRAILLE PATTERN DOTS-234
-sign        \x280F  1234                 # ⠏                   BRAILLE PATTERN DOTS-1234
-sign        \x2810  5                    # ⠐                   BRAILLE PATTERN DOTS-5
-sign        \x2811  15                   # ⠑                   BRAILLE PATTERN DOTS-15
-sign        \x2812  25                   # ⠒                   BRAILLE PATTERN DOTS-25
-sign        \x2813  125                  # ⠓                   BRAILLE PATTERN DOTS-125
-sign        \x2814  35                   # ⠔                   BRAILLE PATTERN DOTS-35
-sign        \x2815  135                  # ⠕                   BRAILLE PATTERN DOTS-135
-sign        \x2816  235                  # ⠖                   BRAILLE PATTERN DOTS-235
-sign        \x2817  1235                 # ⠗                   BRAILLE PATTERN DOTS-1235
-sign        \x2818  45                   # ⠘                   BRAILLE PATTERN DOTS-45
-sign        \x2819  145                  # ⠙                   BRAILLE PATTERN DOTS-145
-sign        \x281A  245                  # ⠚                   BRAILLE PATTERN DOTS-245
-sign        \x281B  1245                 # ⠛                   BRAILLE PATTERN DOTS-1245
-sign        \x281C  345                  # ⠜                   BRAILLE PATTERN DOTS-345
-sign        \x281D  1345                 # ⠝                   BRAILLE PATTERN DOTS-1345
-sign        \x281E  2345                 # ⠞                   BRAILLE PATTERN DOTS-2345
-sign        \x281F  12345                # ⠟                   BRAILLE PATTERN DOTS-12345
-sign        \x2820  6                    # ⠠                   BRAILLE PATTERN DOTS-6
-sign        \x2821  16                   # ⠡                   BRAILLE PATTERN DOTS-16
-sign        \x2822  26                   # ⠢                   BRAILLE PATTERN DOTS-26
-sign        \x2823  126                  # ⠣                   BRAILLE PATTERN DOTS-126
-sign        \x2824  36                   # ⠤                   BRAILLE PATTERN DOTS-36
-sign        \x2825  136                  # ⠥                   BRAILLE PATTERN DOTS-136
-sign        \x2826  236                  # ⠦                   BRAILLE PATTERN DOTS-236
-sign        \x2827  1236                 # ⠧                   BRAILLE PATTERN DOTS-1236
-sign        \x2828  46                   # ⠨                   BRAILLE PATTERN DOTS-46
-sign        \x2829  146                  # ⠩                   BRAILLE PATTERN DOTS-146
-sign        \x282A  246                  # ⠪                   BRAILLE PATTERN DOTS-246
-sign        \x282B  1246                 # ⠫                   BRAILLE PATTERN DOTS-1246
-sign        \x282C  346                  # ⠬                   BRAILLE PATTERN DOTS-346
-sign        \x282D  1346                 # ⠭                   BRAILLE PATTERN DOTS-1346
-sign        \x282E  2346                 # ⠮                   BRAILLE PATTERN DOTS-2346
-sign        \x282F  12346                # ⠯                   BRAILLE PATTERN DOTS-12346
-sign        \x2830  56                   # ⠰                   BRAILLE PATTERN DOTS-56
-sign        \x2831  156                  # ⠱                   BRAILLE PATTERN DOTS-156
-sign        \x2832  256                  # ⠲                   BRAILLE PATTERN DOTS-256
-sign        \x2833  1256                 # ⠳                   BRAILLE PATTERN DOTS-1256
-sign        \x2834  356                  # ⠴                   BRAILLE PATTERN DOTS-356
-sign        \x2835  1356                 # ⠵                   BRAILLE PATTERN DOTS-1356
-sign        \x2836  2356                 # ⠶                   BRAILLE PATTERN DOTS-2356
-sign        \x2837  12356                # ⠷                   BRAILLE PATTERN DOTS-12356
-sign        \x2838  456                  # ⠸                   BRAILLE PATTERN DOTS-456
-sign        \x2839  1456                 # ⠹                   BRAILLE PATTERN DOTS-1456
-sign        \x283A  2456                 # ⠺                   BRAILLE PATTERN DOTS-2456
-sign        \x283B  12456                # ⠻                   BRAILLE PATTERN DOTS-12456
-sign        \x283C  3456                 # ⠼                   BRAILLE PATTERN DOTS-3456
-sign        \x283D  13456                # ⠽                   BRAILLE PATTERN DOTS-13456
-sign        \x283E  23456                # ⠾                   BRAILLE PATTERN DOTS-23456
-sign        \x283F  123456               # ⠿                   BRAILLE PATTERN DOTS-123456
-sign        \x2840  7                    # ⡀                   BRAILLE PATTERN DOTS-7
-sign        \x2841  17                   # ⡁                   BRAILLE PATTERN DOTS-17
-sign        \x2842  27                   # ⡂                   BRAILLE PATTERN DOTS-27
-sign        \x2843  127                  # ⡃                   BRAILLE PATTERN DOTS-127
-sign        \x2844  37                   # ⡄                   BRAILLE PATTERN DOTS-37
-sign        \x2845  137                  # ⡅                   BRAILLE PATTERN DOTS-137
-sign        \x2846  237                  # ⡆                   BRAILLE PATTERN DOTS-237
-sign        \x2847  1237                 # ⡇                   BRAILLE PATTERN DOTS-1237
-sign        \x2848  47                   # ⡈                   BRAILLE PATTERN DOTS-47
-sign        \x2849  147                  # ⡉                   BRAILLE PATTERN DOTS-147
-sign        \x284A  247                  # ⡊                   BRAILLE PATTERN DOTS-247
-sign        \x284B  1247                 # ⡋                   BRAILLE PATTERN DOTS-1247
-sign        \x284C  347                  # ⡌                   BRAILLE PATTERN DOTS-347
-sign        \x284D  1347                 # ⡍                   BRAILLE PATTERN DOTS-1347
-sign        \x284E  2347                 # ⡎                   BRAILLE PATTERN DOTS-2347
-sign        \x284F  12347                # ⡏                   BRAILLE PATTERN DOTS-12347
-sign        \x2850  57                   # ⡐                   BRAILLE PATTERN DOTS-57
-sign        \x2851  157                  # ⡑                   BRAILLE PATTERN DOTS-157
-sign        \x2852  257                  # ⡒                   BRAILLE PATTERN DOTS-257
-sign        \x2853  1257                 # ⡓                   BRAILLE PATTERN DOTS-1257
-sign        \x2854  357                  # ⡔                   BRAILLE PATTERN DOTS-357
-sign        \x2855  1357                 # ⡕                   BRAILLE PATTERN DOTS-1357
-sign        \x2856  2357                 # ⡖                   BRAILLE PATTERN DOTS-2357
-sign        \x2857  12357                # ⡗                   BRAILLE PATTERN DOTS-12357
-sign        \x2858  457                  # ⡘                   BRAILLE PATTERN DOTS-457
-sign        \x2859  1457                 # ⡙                   BRAILLE PATTERN DOTS-1457
-sign        \x285A  2457                 # ⡚                   BRAILLE PATTERN DOTS-2457
-sign        \x285B  12457                # ⡛                   BRAILLE PATTERN DOTS-12457
-sign        \x285C  3457                 # ⡜                   BRAILLE PATTERN DOTS-3457
-sign        \x285D  13457                # ⡝                   BRAILLE PATTERN DOTS-13457
-sign        \x285E  23457                # ⡞                   BRAILLE PATTERN DOTS-23457
-sign        \x285F  123457               # ⡟                   BRAILLE PATTERN DOTS-123457
-sign        \x2860  67                   # ⡠                   BRAILLE PATTERN DOTS-67
-sign        \x2861  167                  # ⡡                   BRAILLE PATTERN DOTS-167
-sign        \x2862  267                  # ⡢                   BRAILLE PATTERN DOTS-267
-sign        \x2863  1267                 # ⡣                   BRAILLE PATTERN DOTS-1267
-sign        \x2864  367                  # ⡤                   BRAILLE PATTERN DOTS-367
-sign        \x2865  1367                 # ⡥                   BRAILLE PATTERN DOTS-1367
-sign        \x2866  2367                 # ⡦                   BRAILLE PATTERN DOTS-2367
-sign        \x2867  12367                # ⡧                   BRAILLE PATTERN DOTS-12367
-sign        \x2868  467                  # ⡨                   BRAILLE PATTERN DOTS-467
-sign        \x2869  1467                 # ⡩                   BRAILLE PATTERN DOTS-1467
-sign        \x286A  2467                 # ⡪                   BRAILLE PATTERN DOTS-2467
-sign        \x286B  12467                # ⡫                   BRAILLE PATTERN DOTS-12467
-sign        \x286C  3467                 # ⡬                   BRAILLE PATTERN DOTS-3467
-sign        \x286D  13467                # ⡭                   BRAILLE PATTERN DOTS-13467
-sign        \x286E  23467                # ⡮                   BRAILLE PATTERN DOTS-23467
-sign        \x286F  123467               # ⡯                   BRAILLE PATTERN DOTS-123467
-sign        \x2870  567                  # ⡰                   BRAILLE PATTERN DOTS-567
-sign        \x2871  1567                 # ⡱                   BRAILLE PATTERN DOTS-1567
-sign        \x2872  2567                 # ⡲                   BRAILLE PATTERN DOTS-2567
-sign        \x2873  12567                # ⡳                   BRAILLE PATTERN DOTS-12567
-sign        \x2874  3567                 # ⡴                   BRAILLE PATTERN DOTS-3567
-sign        \x2875  13567                # ⡵                   BRAILLE PATTERN DOTS-13567
-sign        \x2876  23567                # ⡶                   BRAILLE PATTERN DOTS-23567
-sign        \x2877  123567               # ⡷                   BRAILLE PATTERN DOTS-123567
-sign        \x2878  4567                 # ⡸                   BRAILLE PATTERN DOTS-4567
-sign        \x2879  14567                # ⡹                   BRAILLE PATTERN DOTS-14567
-sign        \x287A  24567                # ⡺                   BRAILLE PATTERN DOTS-24567
-sign        \x287B  124567               # ⡻                   BRAILLE PATTERN DOTS-124567
-sign        \x287C  34567                # ⡼                   BRAILLE PATTERN DOTS-34567
-sign        \x287D  134567               # ⡽                   BRAILLE PATTERN DOTS-134567
-sign        \x287E  234567               # ⡾                   BRAILLE PATTERN DOTS-234567
-sign        \x287F  1234567              # ⡿                   BRAILLE PATTERN DOTS-1234567
-sign        \x2880  8                    # ⢀                   BRAILLE PATTERN DOTS-8
-sign        \x2881  18                   # ⢁                   BRAILLE PATTERN DOTS-18
-sign        \x2882  28                   # ⢂                   BRAILLE PATTERN DOTS-28
-sign        \x2883  128                  # ⢃                   BRAILLE PATTERN DOTS-128
-sign        \x2884  38                   # ⢄                   BRAILLE PATTERN DOTS-38
-sign        \x2885  138                  # ⢅                   BRAILLE PATTERN DOTS-138
-sign        \x2886  238                  # ⢆                   BRAILLE PATTERN DOTS-238
-sign        \x2887  1238                 # ⢇                   BRAILLE PATTERN DOTS-1238
-sign        \x2888  48                   # ⢈                   BRAILLE PATTERN DOTS-48
-sign        \x2889  148                  # ⢉                   BRAILLE PATTERN DOTS-148
-sign        \x288A  248                  # ⢊                   BRAILLE PATTERN DOTS-248
-sign        \x288B  1248                 # ⢋                   BRAILLE PATTERN DOTS-1248
-sign        \x288C  348                  # ⢌                   BRAILLE PATTERN DOTS-348
-sign        \x288D  1348                 # ⢍                   BRAILLE PATTERN DOTS-1348
-sign        \x288E  2348                 # ⢎                   BRAILLE PATTERN DOTS-2348
-sign        \x288F  12348                # ⢏                   BRAILLE PATTERN DOTS-12348
-sign        \x2890  58                   # ⢐                   BRAILLE PATTERN DOTS-58
-sign        \x2891  158                  # ⢑                   BRAILLE PATTERN DOTS-158
-sign        \x2892  258                  # ⢒                   BRAILLE PATTERN DOTS-258
-sign        \x2893  1258                 # ⢓                   BRAILLE PATTERN DOTS-1258
-sign        \x2894  358                  # ⢔                   BRAILLE PATTERN DOTS-358
-sign        \x2895  1358                 # ⢕                   BRAILLE PATTERN DOTS-1358
-sign        \x2896  2358                 # ⢖                   BRAILLE PATTERN DOTS-2358
-sign        \x2897  12358                # ⢗                   BRAILLE PATTERN DOTS-12358
-sign        \x2898  458                  # ⢘                   BRAILLE PATTERN DOTS-458
-sign        \x2899  1458                 # ⢙                   BRAILLE PATTERN DOTS-1458
-sign        \x289A  2458                 # ⢚                   BRAILLE PATTERN DOTS-2458
-sign        \x289B  12458                # ⢛                   BRAILLE PATTERN DOTS-12458
-sign        \x289C  3458                 # ⢜                   BRAILLE PATTERN DOTS-3458
-sign        \x289D  13458                # ⢝                   BRAILLE PATTERN DOTS-13458
-sign        \x289E  23458                # ⢞                   BRAILLE PATTERN DOTS-23458
-sign        \x289F  123458               # ⢟                   BRAILLE PATTERN DOTS-123458
-sign        \x28A0  68                   # ⢠                   BRAILLE PATTERN DOTS-68
-sign        \x28A1  168                  # ⢡                   BRAILLE PATTERN DOTS-168
-sign        \x28A2  268                  # ⢢                   BRAILLE PATTERN DOTS-268
-sign        \x28A3  1268                 # ⢣                   BRAILLE PATTERN DOTS-1268
-sign        \x28A4  368                  # ⢤                   BRAILLE PATTERN DOTS-368
-sign        \x28A5  1368                 # ⢥                   BRAILLE PATTERN DOTS-1368
-sign        \x28A6  2368                 # ⢦                   BRAILLE PATTERN DOTS-2368
-sign        \x28A7  12368                # ⢧                   BRAILLE PATTERN DOTS-12368
-sign        \x28A8  468                  # ⢨                   BRAILLE PATTERN DOTS-468
-sign        \x28A9  1468                 # ⢩                   BRAILLE PATTERN DOTS-1468
-sign        \x28AA  2468                 # ⢪                   BRAILLE PATTERN DOTS-2468
-sign        \x28AB  12468                # ⢫                   BRAILLE PATTERN DOTS-12468
-sign        \x28AC  3468                 # ⢬                   BRAILLE PATTERN DOTS-3468
-sign        \x28AD  13468                # ⢭                   BRAILLE PATTERN DOTS-13468
-sign        \x28AE  23468                # ⢮                   BRAILLE PATTERN DOTS-23468
-sign        \x28AF  123468               # ⢯                   BRAILLE PATTERN DOTS-123468
-sign        \x28B0  568                  # ⢰                   BRAILLE PATTERN DOTS-568
-sign        \x28B1  1568                 # ⢱                   BRAILLE PATTERN DOTS-1568
-sign        \x28B2  2568                 # ⢲                   BRAILLE PATTERN DOTS-2568
-sign        \x28B3  12568                # ⢳                   BRAILLE PATTERN DOTS-12568
-sign        \x28B4  3568                 # ⢴                   BRAILLE PATTERN DOTS-3568
-sign        \x28B5  13568                # ⢵                   BRAILLE PATTERN DOTS-13568
-sign        \x28B6  23568                # ⢶                   BRAILLE PATTERN DOTS-23568
-sign        \x28B7  123568               # ⢷                   BRAILLE PATTERN DOTS-123568
-sign        \x28B8  4568                 # ⢸                   BRAILLE PATTERN DOTS-4568
-sign        \x28B9  14568                # ⢹                   BRAILLE PATTERN DOTS-14568
-sign        \x28BA  24568                # ⢺                   BRAILLE PATTERN DOTS-24568
-sign        \x28BB  124568               # ⢻                   BRAILLE PATTERN DOTS-124568
-sign        \x28BC  34568                # ⢼                   BRAILLE PATTERN DOTS-34568
-sign        \x28BD  134568               # ⢽                   BRAILLE PATTERN DOTS-134568
-sign        \x28BE  234568               # ⢾                   BRAILLE PATTERN DOTS-234568
-sign        \x28BF  1234568              # ⢿                   BRAILLE PATTERN DOTS-1234568
-sign        \x28C0  78                   # ⣀                   BRAILLE PATTERN DOTS-78
-sign        \x28C1  178                  # ⣁                   BRAILLE PATTERN DOTS-178
-sign        \x28C2  278                  # ⣂                   BRAILLE PATTERN DOTS-278
-sign        \x28C3  1278                 # ⣃                   BRAILLE PATTERN DOTS-1278
-sign        \x28C4  378                  # ⣄                   BRAILLE PATTERN DOTS-378
-sign        \x28C5  1378                 # ⣅                   BRAILLE PATTERN DOTS-1378
-sign        \x28C6  2378                 # ⣆                   BRAILLE PATTERN DOTS-2378
-sign        \x28C7  12378                # ⣇                   BRAILLE PATTERN DOTS-12378
-sign        \x28C8  478                  # ⣈                   BRAILLE PATTERN DOTS-478
-sign        \x28C9  1478                 # ⣉                   BRAILLE PATTERN DOTS-1478
-sign        \x28CA  2478                 # ⣊                   BRAILLE PATTERN DOTS-2478
-sign        \x28CB  12478                # ⣋                   BRAILLE PATTERN DOTS-12478
-sign        \x28CC  3478                 # ⣌                   BRAILLE PATTERN DOTS-3478
-sign        \x28CD  13478                # ⣍                   BRAILLE PATTERN DOTS-13478
-sign        \x28CE  23478                # ⣎                   BRAILLE PATTERN DOTS-23478
-sign        \x28CF  123478               # ⣏                   BRAILLE PATTERN DOTS-123478
-sign        \x28D0  578                  # ⣐                   BRAILLE PATTERN DOTS-578
-sign        \x28D1  1578                 # ⣑                   BRAILLE PATTERN DOTS-1578
-sign        \x28D2  2578                 # ⣒                   BRAILLE PATTERN DOTS-2578
-sign        \x28D3  12578                # ⣓                   BRAILLE PATTERN DOTS-12578
-sign        \x28D4  3578                 # ⣔                   BRAILLE PATTERN DOTS-3578
-sign        \x28D5  13578                # ⣕                   BRAILLE PATTERN DOTS-13578
-sign        \x28D6  23578                # ⣖                   BRAILLE PATTERN DOTS-23578
-sign        \x28D7  123578               # ⣗                   BRAILLE PATTERN DOTS-123578
-sign        \x28D8  4578                 # ⣘                   BRAILLE PATTERN DOTS-4578
-sign        \x28D9  14578                # ⣙                   BRAILLE PATTERN DOTS-14578
-sign        \x28DA  24578                # ⣚                   BRAILLE PATTERN DOTS-24578
-sign        \x28DB  124578               # ⣛                   BRAILLE PATTERN DOTS-124578
-sign        \x28DC  34578                # ⣜                   BRAILLE PATTERN DOTS-34578
-sign        \x28DD  134578               # ⣝                   BRAILLE PATTERN DOTS-134578
-sign        \x28DE  234578               # ⣞                   BRAILLE PATTERN DOTS-234578
-sign        \x28DF  1234578              # ⣟                   BRAILLE PATTERN DOTS-1234578
-sign        \x28E0  678                  # ⣠                   BRAILLE PATTERN DOTS-678
-sign        \x28E1  1678                 # ⣡                   BRAILLE PATTERN DOTS-1678
-sign        \x28E2  2678                 # ⣢                   BRAILLE PATTERN DOTS-2678
-sign        \x28E3  12678                # ⣣                   BRAILLE PATTERN DOTS-12678
-sign        \x28E4  3678                 # ⣤                   BRAILLE PATTERN DOTS-3678
-sign        \x28E5  13678                # ⣥                   BRAILLE PATTERN DOTS-13678
-sign        \x28E6  23678                # ⣦                   BRAILLE PATTERN DOTS-23678
-sign        \x28E7  123678               # ⣧                   BRAILLE PATTERN DOTS-123678
-sign        \x28E8  4678                 # ⣨                   BRAILLE PATTERN DOTS-4678
-sign        \x28E9  14678                # ⣩                   BRAILLE PATTERN DOTS-14678
-sign        \x28EA  24678                # ⣪                   BRAILLE PATTERN DOTS-24678
-sign        \x28EB  124678               # ⣫                   BRAILLE PATTERN DOTS-124678
-sign        \x28EC  34678                # ⣬                   BRAILLE PATTERN DOTS-34678
-sign        \x28ED  134678               # ⣭                   BRAILLE PATTERN DOTS-134678
-sign        \x28EE  234678               # ⣮                   BRAILLE PATTERN DOTS-234678
-sign        \x28EF  1234678              # ⣯                   BRAILLE PATTERN DOTS-1234678
-sign        \x28F0  5678                 # ⣰                   BRAILLE PATTERN DOTS-5678
-sign        \x28F1  15678                # ⣱                   BRAILLE PATTERN DOTS-15678
-sign        \x28F2  25678                # ⣲                   BRAILLE PATTERN DOTS-25678
-sign        \x28F3  125678               # ⣳                   BRAILLE PATTERN DOTS-125678
-sign        \x28F4  35678                # ⣴                   BRAILLE PATTERN DOTS-35678
-sign        \x28F5  135678               # ⣵                   BRAILLE PATTERN DOTS-135678
-sign        \x28F6  235678               # ⣶                   BRAILLE PATTERN DOTS-235678
-sign        \x28F7  1235678              # ⣷                   BRAILLE PATTERN DOTS-1235678
-sign        \x28F8  45678                # ⣸                   BRAILLE PATTERN DOTS-45678
-sign        \x28F9  145678               # ⣹                   BRAILLE PATTERN DOTS-145678
-sign        \x28FA  245678               # ⣺                   BRAILLE PATTERN DOTS-245678
-sign        \x28FB  1245678              # ⣻                   BRAILLE PATTERN DOTS-1245678
-sign        \x28FC  345678               # ⣼                   BRAILLE PATTERN DOTS-345678
-sign        \x28FD  1345678              # ⣽                   BRAILLE PATTERN DOTS-1345678
-sign        \x28FE  2345678              # ⣾                   BRAILLE PATTERN DOTS-2345678
-sign        \x28FF  12345678             # ⣿                   BRAILLE PATTERN DOTS-12345678
-
-
-# ----------------------------------------------------------------------------------------------
-
-# liblouis: Letters with accents (without ä ö ü)
-#
-#  Copyright (C) 2009 SBS Schweizerische Bibliothek für Blinde und Sehbehinderte
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-#
-#-------------------------------------------------------------------------------
-#
-#  Letters with accents (without ä ö ü) - Switzerland
-#
-#  Version 11-17-09
-#  christian.waldvogel@sbszh.ch
-#
-#-------------------------------------------------------------------------------
-
-uplow Àà 4-12356 \x00C0 &#192;  LATIN CAPITAL LETTER A WITH GRAVE
-#            Áá                     \x00C1 &#193;  LATIN CAPITAL LETTER A WITH ACUTE
-uplow Ââ 4-16 \x00C2 &#194;  LATIN CAPITAL LETTER A WITH CIRCUMFLEX
-#            Ãã                     \x00C3 &#195;  LATIN CAPITAL LETTER A WITH TILDE
-
-#            Åå                     \x00C5 &#197;  LATIN CAPITAL LETTER A WITH RING ABOVE
-#            Ææ                     \x00C6 &#198;  LATIN CAPITAL LETTER AE
-uplow Çç 4-12346 \x00C7 &#199;  LATIN CAPITAL LETTER C WITH CEDILLA
-uplow Èè 4-2346 \x00C8 &#200;  LATIN CAPITAL LETTER E WITH GRAVE
-uplow Éé 4-123456 \x00C9 &#201;  LATIN CAPITAL LETTER E WITH ACUTE
-uplow Êê 4-126 \x00CA &#202;  LATIN CAPITAL LETTER E WITH CIRCUMFLEX
-uplow Ëë 4-1246 \x00CB &#203;  LATIN CAPITAL LETTER E WITH DIAERESIS
-uplow Ìì 4-34 \x00CC &#204;  LATIN CAPITAL LETTER I WITH GRAVE
-#            Íí                     \x00CD &#205;  LATIN CAPITAL LETTER I WITH ACUTE
-uplow Îî 4-146 \x00CE &#206;  LATIN CAPITAL LETTER I WITH CIRCUMFLEX
-uplow Ïï 4-12456 \x00CF &#207;  LATIN CAPITAL LETTER I WITH DIAERESIS
-#            Ðð                     \x00D0 &#208;  LATIN CAPITAL LETTER ETH
-#            Ññ                     \x00D1 &#209;  LATIN CAPITAL LETTER N WITH TILDE
-uplow Òò 4-346 \x00D2 &#210;  LATIN CAPITAL LETTER O WITH GRAVE
-#            Óó                     \x00D3 &#211;  LATIN CAPITAL LETTER O WITH ACUTE
-uplow Ôô 4-1456 \x00D4 &#212;  LATIN CAPITAL LETTER O WITH CIRCUMFLEX
-#            Õõ                     \x00D5 &#213;  LATIN CAPITAL LETTER O WITH TILDE
-
-#            Øø                     \x00D8 &#216;  LATIN CAPITAL LETTER O WITH STROKE
-uplow Ùù 4-23456 \x00D9 &#217;  LATIN CAPITAL LETTER U WITH GRAVE
-#            Úú                     \x00DA &#218;  LATIN CAPITAL LETTER U WITH ACUTE
-uplow Ûû 4-156 \x00DB &#219;  LATIN CAPITAL LETTER U WITH CIRCUMFLEX
-
-#            Ýý                     \x00DD &#221;  LATIN CAPITAL LETTER Y WITH ACUTE
-#            Þþ                     \x00DE &#222;  LATIN CAPITAL LETTER THORN
-
-#            ÿ      134568          \x00FF &#255;  LATIN SMALL LETTER Y WITH DIAERESIS
-
-#            \x0152\x0153  OE              &#338;  LATIN CAPITAL LIGATURE OE
-# liblouis: German Grade 1 Braille
-#
-# -----------
-#-name: Deutsche Vollschrift
-#-display-name: German partially contracted braille
-#
-#+locale:de
-#+type:literary
-#+contraction:partial
-#+grade:1
-#
-# TODO: Please correct the metadata above. It is not meant to be
-# accurate nor complete. It hasn't been verified by the table
-# author yet. It is merely an attempt by the liblouis maintainers
-# to get some sensible initial values in place.
-#
-# TODO: Please add a reference to official documentation about
-# the implemented braille code. Preferably submit the documents
-# to https://github.com/liblouis/braille-specs.
-# ------------
-#
-#  Copyright (C) 2009 SBS Schweizerische Bibliothek für Blinde und Sehbehinderte
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-#
-#-------------------------------------------------------------------------------
-#
-#  DEUTSCHE VOLLSCHRIFT - German Grade 1 Braille - Germany, Austria
-#
-#  Version 2009-11-19
-#  christian.waldvogel@sbszh.ch
-#
-#-------------------------------------------------------------------------------
-
-
-include de-de-g0.utb
-include de-g1-core.cti
-# Bopomofo-based Chinese Braille Table
-#
-#  Copyright (C) 2008-2017 Coscell Kao <coscell@gmail.com>
-#  Copyright (C) 2017-2018 nvda-tw <https://groups.io/g/nvda-tw>
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-
-# Currently maintained by Sponge Jhan <school510587@yahoo.com.tw>
-# Version: 2018-09
-#
-# This table mainly conforms to the rules listed in the
-# following Wikipedia page to braille Han characters:
-# <https://en.wikipedia.org/wiki/Taiwanese_Braille>
-# However, characters from other languages and various
-# symbols may be supported to reach better readability
-# of modern documents.
-#
-# The main source dictionaries of pronunciation of characters:
-# 1. <http://dict.revised.moe.edu.tw/cbdic/search.htm>
-# 2. <http://dict.variants.moe.edu.tw/variants/rbt/home.do>
-# 3. <https://www.cns11643.gov.tw/>
-# The multipass rules in this table are primarily determined by the above 3
-# official dictionaries.
-
-# U.S. English 8 dot Computer braille table
-include en-us-comp8.ctb
-
-#begin Basic Latin (U+0000-U+007F)
-space \x000C 457-123
-#end Basic Latin
-
-#begin Latin-1 Supplement (U+0080-U+00FF)
-space \x00A0 0
-punctuation \x00A1 34-2346
-sign \x00A2 4-14
-sign \x00A3 4-123
-sign \x00A4 456-1246
-sign \x00A5 36-134567-157-13457-36
-sign \x00A7 4-6-234
-sign \x00A8 456-36
-sign \x00A9 12356-147-23456
-sign \x00AA 36-1247-157-1347-36
-punctuation \x00AB 126-126
-sign \x00AC 36-13457-1357-23457-36
-punctuation \x00AD 36
-sign \x00AE 12356-12357-23456
-sign \x00AF 156-36
-sign \x00B0 45-46-16
-math \x00B1 346-36
-math \x00B2 457-23
-math \x00B3 457-25
-sign \x00B4 4
-letter \x00B5 46-134
-sign \x00B6 4-6-1234
-punctuation \x00B7 46
-sign \x00B8 2346-4
-math \x00B9 457-2
-sign \x00BA 36-1347-17-2347-36
-punctuation \x00BB 345-345
-math \x00BC 2-34-256
-math \x00BD 2-34-23
-math \x00BE 25-34-256
-punctuation \x00BF 34-1456
-letter \x00C0 456-17
-letter \x00C1 457-17
-letter \x00C2 346-17
-letter \x00C3 45-17
-letter \x00C4 567
-letter \x00C5 4-6-1
-letter \x00C6 17-157
-letter \x00D6 358
-math \x00D7 4-16
-letter \x00DC 2368
-letter \x00DF 34568
-letter \x00E0 17-256
-letter \x00E1 17-23
-letter \x00E4 3458
-letter \x00E8 157-256
-letter \x00E9 157-23
-letter \x00EC 247-256
-letter \x00ED 247-23
-letter \x00EF 4-24
-letter \x00F2 1357-256
-letter \x00F3 1357-23
-letter \x00F6 2468
-math \x00F7 46-34
-letter \x00F9 1367-256
-letter \x00FA 1367-23
-letter \x00FC 12568
-#end Latin-1 Supplement
-
-#begin Latin Extended-A (U+0100-U+017F)
-letter \x0101 17-2
-letter \x0113 157-2
-letter \x011B 157-25
-letter \x012B 247-2
-letter \x014D 1357-2
-letter \x016B 1367-2
-letter \x017F 234
-#end Latin Extended-A
-
-#begin Latin Extended-B (U+0180-U+024F)
-letter \x01CE 17-25
-letter \x01D0 247-25
-letter \x01D2 1357-25
-letter \x01D4 1367-25
-#end Latin Extended-B
-
-#begin IPA Extensions (U+0250-U+02AF)
-letter \x0251 46-1
-#end IPA Extensions
-
-#begin Spacing Modifier Letters (U+02B0-U+02FF)
-sign \x02C7 34567-4
-sign \x02C9 34567-3
-sign \x02CA 34567-2
-sign \x02CB 34567-5
-sign \x02D9 34567-17
-#end Spacing Modifier Letters
-
-#begin Greek and Coptic (U+0370-U+03FF)
-letter \x0391 46-17
-letter \x0392 46-127
-letter \x0393 46-12457
-letter \x0394 46-1457
-letter \x0395 46-157
-letter \x0396 46-13567
-letter \x0397 46-1567
-letter \x0398 46-14567
-letter \x0399 46-247
-letter \x039A 46-137
-letter \x039B 46-1237
-letter \x039C 46-1347
-letter \x039D 46-13457
-letter \x039E 46-13467
-letter \x039F 46-1357
-letter \x03A0 46-12347
-letter \x03A1 46-12357
-letter \x03A3 46-2347
-letter \x03A4 46-23457
-letter \x03A5 46-1367
-letter \x03A6 46-1247
-letter \x03A7 46-123467
-letter \x03A8 46-134567
-letter \x03A9 46-24567
-letter \x03B1 46-1
-letter \x03B2 46-12
-letter \x03B3 46-1245
-letter \x03B4 46-145
-letter \x03B5 46-15
-letter \x03B6 46-1356
-letter \x03B7 46-156
-letter \x03B8 46-1456
-letter \x03B9 46-24
-letter \x03BA 46-13
-letter \x03BB 46-123
-letter \x03BC 46-134
-letter \x03BD 46-1345
-letter \x03BE 46-1346
-letter \x03BF 46-135
-letter \x03C0 46-1234
-letter \x03C1 46-1235
-letter \x03C2 46-4-234
-letter \x03C3 46-234
-letter \x03C4 46-2345
-letter \x03C5 46-136
-letter \x03C6 46-124
-letter \x03C7 46-12346
-letter \x03C8 46-13456
-letter \x03C9 46-2456
-letter \x03D0 46-4-12
-letter \x03D1 46-4-1456
-letter \x03D5 46-4-124
-letter \x03D8 46-123457
-letter \x03D9 46-12345
-letter \x03DA 46-23467
-letter \x03DB 46-2346
-letter \x03DC 46-12367
-letter \x03DD 46-1236
-letter \x03E0 46-147
-letter \x03E1 46-14
-#end Greek and Coptic
-
-#begin General Punctuation (U+2000-U+206F)
-sign \x200E 36-345
-sign \x200F 126-36
-punctuation \x2010 36
-punctuation \x2011 5-2
-punctuation \x2012 36
-punctuation \x2013 36
-punctuation \x2014 5-2
-punctuation \x2015 36-36
-punctuation \x2016 1256-1256
-punctuation \x2017 456-456
-punctuation \x2018 4
-punctuation \x2019 3
-punctuation \x201C 236-236
-punctuation \x201D 356-356
-sign \x2020 456-12456
-sign \x2021 456-456-12456
-sign \x2022 36
-sign \x2024 34567-1
-sign \x2025 46-46
-punctuation \x2026 5-5-5
-punctuation \x2027 36
-sign \x2028 1256
-space \x202F 0
-sign \x2030 4-356-356
-punctuation \x2032 3
-punctuation \x2033 3-3
-punctuation \x2034 3-3-3
-punctuation \x2035 3
-sign \x2038 456-126
-sign \x203B 4-3456
-punctuation \x203C 2346-2346
-punctuation \x203D 1456-2346
-sign \x203E 23467-578
-sign \x2041 457
-sign \x2042 16-16-16
-sign \x2043 36
-math \x2044 34
-punctuation \x2047 1456-1456
-punctuation \x2048 1456-2346
-punctuation \x2049 2346-1456
-sign \x204E 16
-sign \x2051 16-16
-math \x2052 36
-punctuation \x2053 36
-punctuation \x2056 46-46-46
-punctuation \x2057 3-3-3-3
-punctuation \x2058 46-46-46-46
-punctuation \x2059 46-46-46-46-46
-punctuation \x205A 46-46
-sign \x205B 46-46-46-46
-space \x205F 0
-space \x2060 0
-#end General Punctuation
-
-#begin Superscripts and Subscripts (U+2070-U+209F)
-sign \x2070 457-356
-sign \x2071 457-24
-sign \x2074 457-256
-sign \x2075 457-26
-sign \x2076 457-235
-sign \x2077 457-2356
-sign \x2078 457-236
-sign \x2079 457-35
-sign \x207A 457-346
-sign \x207B 457-36
-sign \x207C 457-123456
-sign \x207D 457-12356
-sign \x207E 457-23456
-sign \x207F 457-1345
-sign \x2080 56-356
-sign \x2081 56-2
-sign \x2082 56-23
-sign \x2083 56-25
-sign \x2084 56-256
-sign \x2085 56-26
-sign \x2086 56-235
-sign \x2087 56-2356
-sign \x2088 56-236
-sign \x2089 56-35
-sign \x208A 56-346
-sign \x208B 56-36
-sign \x208C 56-123456
-sign \x208D 56-12356
-sign \x208E 56-23456
-sign \x2090 56-1
-sign \x2091 56-15
-sign \x2092 56-135
-sign \x2093 56-1346
-sign \x2095 56-125
-sign \x2096 56-13
-sign \x2097 56-123
-sign \x2098 56-134
-sign \x2099 56-1345
-sign \x209A 56-1234
-sign \x209B 56-234
-sign \x209C 56-2345
-#end Superscripts and Subscripts
-
-#begin Currency Symbols (U+20A0-U+20CF)
-sign \x20A0 4-15
-sign \x20A1 156
-sign \x20AC 4-15
-sign \x20B9 4-1235
-#end Currency Symbols
-
-#begin Letterlike Symbols (U+2100-U+214F)
-sign \x2103 45-46-16-0-147
-sign \x2109 45-46-16-0-1247
-letter \x210A 4-56-1245
-letter \x210B 4-56-1257
-math \x210F 4-125
-letter \x2110 4-56-247
-letter \x2112 4-56-1237
-letter \x2113 4-56-123
-sign \x2116 13457-135
-sign \x2117 12356-12347-23456
-letter \x2118 4-56-12347
-letter \x211B 4-56-12357
-sign \x2120 12356-2347-1347-23456
-sign \x2121 23457-157-1237
-sign \x2122 12356-23457-1347-23456
-letter \x2126 46-24567
-letter \x212A 137
-letter \x212B 4-6-1
-letter \x212C 4-56-127
-letter \x212F 4-56-15
-letter \x2130 4-56-157
-letter \x2131 4-56-1247
-letter \x2133 4-56-1347
-letter \x2134 4-56-135
-#end Letterlike Symbols
-
-#begin Number Forms (U+2150-U+218F)
-sign \x2150 2-34-2356
-sign \x2151 2-34-35
-sign \x2152 2-34-2-356
-sign \x2153 2-34-25
-sign \x2154 23-34-25
-sign \x2155 2-34-26
-sign \x2156 23-34-26
-sign \x2157 25-34-26
-sign \x2158 256-34-26
-sign \x2159 2-34-235
-sign \x215A 26-34-235
-sign \x215B 2-34-236
-sign \x215C 25-34-236
-sign \x215D 26-34-236
-sign \x215E 2356-34-236
-sign \x215F 2-34
-letter \x2160 247
-letter \x2161 247-247
-letter \x2162 247-247-247
-letter \x2163 247-12367
-letter \x2164 12367
-letter \x2165 12367-247
-letter \x2166 12367-247-247
-letter \x2167 12367-247-247-247
-letter \x2168 247-13467
-letter \x2169 13467
-letter \x216A 13467-247
-letter \x216B 13467-247-247
-letter \x216C 1237
-letter \x216D 147
-letter \x216E 1457
-letter \x216F 1347
-letter \x2170 24
-letter \x2171 24-24
-letter \x2172 24-24-24
-letter \x2173 24-1236
-letter \x2174 1236
-letter \x2175 1236-24
-letter \x2176 1236-24-24
-letter \x2177 1236-24-24-24
-letter \x2178 24-1346
-letter \x2179 1346
-letter \x217A 1346-24
-letter \x217B 1346-24-24
-letter \x217C 123
-letter \x217D 14
-letter \x217E 145
-letter \x217F 134
-#end Number Forms
-
-#begin Arrows (U+2190-U+21FF)
-sign \x2190 1246-246-25-25
-sign \x2191 1246-126-25-25-135
-sign \x2192 1246-25-25-135
-sign \x2193 1246-146-25-25-135
-sign \x2194 1246-246-25-25-135
-sign \x2195 1246-126-246-25-25-135
-sign \x2196 1246-45-246-25-25
-sign \x2197 1246-45-25-25-135
-sign \x2198 1246-56-25-25-135
-sign \x2199 1246-56-246-25-25
-sign \x219A 456-34-4-1246-246-25-25-12456
-sign \x219B 456-34-4-1246-25-25-135-12456
-sign \x219C 1246-246-35-25-26
-sign \x219D 1246-35-25-26-135
-sign \x219E 1246-246-246-25-25
-sign \x219F 1246-126-25-25-135-135
-sign \x21A0 1246-25-25-135-135
-sign \x21A1 1246-146-25-25-135-135
-sign \x21A2 1246-246-25-25-56-126
-sign \x21A3 1246-56-146-25-25-135
-sign \x21A4 1246-246-25-25-1256
-sign \x21A5 1246-126-1256-25-25-135
-sign \x21A6 1246-1256-25-25-135
-sign \x21A7 1246-146-1256-25-25-135
-sign \x21A8 5-1246-126-246-25-25-135-146-156-12456
-sign \x21AD 1246-246-35-25-26-135
-sign \x21AE 456-34-4-1246-246-25-25-135-12456
-sign \x21B0 1246-246-25-6-1256
-sign \x21B1 1246-6-1256-25-135
-sign \x21B2 1246-246-25-4-1256
-sign \x21B3 1246-4-1256-25-135
-sign \x21B4 1246-146-6-1256-25-135
-sign \x21B5 1246-246-25-4-1256
-sign \x21B8 5-1246-45-246-25-25-126-156-12456
-sign \x21B9 1246-1256-246-25-25-1246-25-25-135-1256
-sign \x21BA 1246-26-35-135
-sign \x21BB 1246-246-26-35
-sign \x21BC 1246-4-246-25-25
-sign \x21BD 1246-6-246-25-25
-sign \x21BE 1246-126-25-25-6-135
-sign \x21BF 1246-126-25-25-4-135
-sign \x21C0 1246-25-25-4-135
-sign \x21C1 1246-25-25-6-135
-sign \x21C2 1246-246-25-25-4-135
-sign \x21C3 1246-146-25-25-6-135
-sign \x21C4 1246-25-25-135-1246-246-25-25
-sign \x21C5 1246-126-25-25-135-5-1246-146-25-25-135
-sign \x21C6 1246-246-25-25-1246-25-25-135
-sign \x21C7 1246-246-25-25-1246-246-25-25
-sign \x21C8 1246-126-25-25-135-5-1246-126-25-25-135
-sign \x21C9 1246-25-25-135-1246-25-25-135
-sign \x21CA 1246-146-25-25-135-5-1246-146-25-25-135
-sign \x21CB 1246-4-246-25-25-1246-25-25-6-135
-sign \x21CC 1246-25-25-4-135-1246-6-246-25-25
-sign \x21CD 456-34-4-1246-246-2356-2356-12456
-sign \x21CE 456-34-4-1246-246-2356-2356-135-12456
-sign \x21CF 456-34-4-1246-2356-2356-135-12456
-sign \x21D0 1246-246-2356-2356
-sign \x21D1 1246-126-2356-2356-135
-sign \x21D2 1246-2356-2356-135
-sign \x21D3 1246-146-2356-2356-135
-sign \x21D4 1246-246-2356-2356-135
-sign \x21D5 1246-126-246-2356-2356-135
-sign \x21D6 1246-45-246-2356-2356
-sign \x21D7 1246-45-2356-2356-135
-sign \x21D8 1246-56-2356-2356-135
-sign \x21D9 1246-56-246-2356-2356
-sign \x21DA 1246-246-2456-123456
-sign \x21DB 1246-123456-1235-135
-sign \x21E0 1246-246-25-0-25
-sign \x21E1 1246-126-25-0-25-135
-sign \x21E2 1246-25-0-25-135
-sign \x21E3 1246-146-25-0-25-135
-sign \x21E4 1246-1256-246-25-25
-sign \x21E5 1246-25-25-135-1256
-sign \x21E6 1246-46-246-25-25
-sign \x21E7 1246-126-46-25-25-135
-sign \x21E8 1246-46-25-25-135
-sign \x21E9 1246-146-46-25-25-135
-sign \x21F3 1246-126-46-246-25-25-135
-sign \x21F4 1246-14-4-1246-25-25-135-12456
-sign \x21F5 1246-146-25-25-135-5-1246-126-25-25-135
-sign \x21F6 1246-25-25-135-1246-25-25-135-1246-25-25-135
-sign \x21F7 1256-4-1246-246-25-25-12456
-sign \x21F8 1256-4-1246-25-25-135-12456
-sign \x21F9 1256-4-1246-246-25-25-135-12456
-sign \x21FA 1256-1256-4-1246-246-25-25-12456
-sign \x21FB 1256-1256-4-1246-25-25-135-12456
-sign \x21FC 1256-1256-4-1246-246-25-25-135-12456
-#end Arrows
-
-#begin Mathematical Operators (U+2200-U+22FF)
-math \x2200 4-12346
-sign \x2201 14-135-134-1234-123
-math \x2202 4-145
-math \x2203 4-123456
-math \x2204 34-4-123456
-math \x2205 456-356
-sign \x2206 24-1345-13
-math \x2207 46-1246
-math \x2208 4-15
-math \x2209 34-4-15
-sign \x220A 234-15-123-134
-math \x220B 4-26
-math \x220C 34-4-26
-sign \x220D 234-134-15-134
-math \x220E 456-1256
-math \x220F 46-6-1234
-math \x2211 46-6-234
-sign \x2212 36
-sign \x2213 36-346
-math \x2214 5-346-126-16-12456
-math \x2215 456-34
-sign \x2216 12467-127
-math \x2217 4-3456
-sign \x2218 45-46-16
-math \x2219 16
-math \x221A 345-12456
-math \x221B 126-25-345-12456
-math \x221C 126-256-345-12456
-math \x221D 456-123456
-math \x221E 6-123456
-sign \x221F 1246-246-46-1235-12456
-math \x2220 1246-246
-math \x2221 1246-246-456-1246-1246-1-12456
-math \x2222 1246-246-456-1246-1246-1-12456
-math \x2223 1256
-math \x2224 34-1256
-math \x2225 1246-123
-math \x2226 34-1246-123
-math \x2227 4-146
-math \x2228 4-346
-math \x2229 46-146
-math \x222A 46-346
-math \x222B 2346
-math \x222C 2346-2346
-math \x222D 2346-2346-2346
-math \x222E 2346-4-1246-14-12456
-math \x222F 2346-2346-4-1246-15-12456
-math \x2230 2346-2346-2346-4-1246-15-12456
-math \x2232 2346-4-1246-246-26-35-12456
-math \x2233 2346-4-1246-26-35-135-12456
-math \x2234 6-16
-math \x2235 4-34
-math \x2236 5-2
-math \x2237 56-23
-math \x2238 46-36
-math \x223C 4-156
-math \x2242 156-4-156
-math \x2243 4-156-156
-math \x2244 34-4-156-156
-math \x2245 4-156-46-13
-math \x2248 4-156-4-156
-math \x2249 34-4-156-4-156
-math \x224A 4-156-4-156-156
-math \x224B 4-156-4-156-4-156
-sign \x224C 4-156-123456
-math \x224D 4-126-6-126
-math \x224E 4-126-6-126
-math \x2250 5-46-13-126-16-12456
-math \x2251 5-46-13-146-16-126-16-12456
-math \x2252 5-46-13-146-16-126-16-12456
-math \x2253 5-46-13-146-16-126-16-12456
-math \x2256 46-16-4-46-13-12456
-math \x2257 5-46-13-126-46-16-12456
-math \x2258 5-46-13-126-1246-1-12456
-math \x2259 5-46-13-126-456-126-12456
-math \x225A 5-46-13-126-456-146-12456
-math \x225B 5-46-13-126-4-3456-12456
-math \x225C 5-46-13-126-1246-2345-12456
-math \x225D 5-46-13-126-145-15-124-12456
-math \x225E 5-46-13-126-134-12456
-math \x225F 5-46-13-126-456-236-12456
-math \x2260 34-46-13
-math \x2261 456-123
-math \x2262 34-456-123
-math \x2263 46-13-46-13
-math \x2264 5-13-156
-math \x2265 46-2-156
-math \x2266 5-13-46-13
-math \x2267 46-2-46-13
-math \x2268 5-13-34-46-13
-math \x2269 46-2-34-46-13
-math \x226A 5-13-4-5-13-12456
-math \x226B 46-2-4-46-2-12456
-math \x226D 34-4-126-6-126
-math \x226E 34-5-13
-math \x226F 34-46-2
-math \x2270 34-5-13-156
-math \x2271 34-46-2-156
-math \x2272 5-13-4-156
-math \x2273 46-2-4-156
-math \x2274 34-5-13-4-156
-math \x2275 34-46-2-4-156
-math \x2276 5-13-46-2
-math \x2277 46-2-5-13
-math \x2278 34-5-13-46-2
-math \x2279 34-46-2-5-13
-math \x2282 456-5-13
-math \x2283 456-46-2
-math \x2284 34-456-5-13
-math \x2285 34-456-46-2
-math \x2286 456-5-13-156
-math \x2287 456-46-2-156
-math \x2288 34-456-5-13-156
-math \x2289 34-456-46-2-156
-math \x228A 456-5-13-34-46-13
-math \x228B 456-46-2-34-46-13
-math \x2295 1246-14-456-1246-346-12456
-math \x2296 1246-14-456-1246-36-12456
-math \x2297 1246-14-456-1246-4-16-12456
-math \x2298 1246-14-456-1246-456-34-12456
-math \x2299 1246-14-456-1246-16-12456
-math \x229A 1246-14-456-1246-46-16-12456
-math \x229B 1246-14-456-1246-4-3456-12456
-math \x229C 1246-14-456-1246-46-13-12456
-math \x229D 1246-14-456-1246-36-36-12456
-math \x229E 1246-256-456-1246-346-12456
-math \x229F 1246-256-456-1246-36-12456
-math \x22A0 1246-256-456-1246-4-16-12456
-math \x22A1 1246-256-456-1246-16-12456
-math \x22A2 1246-1256-25-25
-math \x22A3 1246-25-25-1256
-math \x22A4 1246-126-25-25-1256
-math \x22A5 1246-1234
-math \x22A6 1246-1256-25
-math \x22A7 1246-1256-2356
-math \x22A8 1246-1256-2356-2356
-math \x22A9 1246-1256-1256-25
-math \x22AA 1246-1256-1256-1256-25
-math \x22AB 1246-1256-1256-2356
-math \x22AC 34-1246-1256-25
-math \x22AD 34-1246-1256-2356-2356
-math \x22AE 34-1246-1256-1256-25
-math \x22AF 34-1246-1256-1256-2356
-math \x22B6 1246-46-16-25-25-16
-math \x22B7 1246-16-25-25-46-16
-math \x22B8 1246-25-25-46-16
-math \x22BB 5-4-346-146-156-12456
-math \x22BC 5-4-146-126-156-12456
-math \x22BD 5-4-346-126-156-12456
-math \x22BE 1246-246-46-1235-12456-456-1246-1246-1-12456
-sign \x22BF 1246-2345-46-1235-12456
-math \x22C5 16
-math \x22D5 1246-123-4-46-13-12456
-math \x22D6 16-4-5-13-12456
-math \x22D7 16-4-46-2-12456
-math \x22DC 156-5-13
-math \x22DD 156-46-2
-sign \x22EE 126-3-3-3
-punctuation \x22EF 5-5-5
-sign \x22F0 45-3-3-3
-sign \x22F1 56-3-3-3
-math \x22F5 5-4-15-126-16-12456
-math \x22F6 5-4-15-126-156-12456
-math \x22FD 5-4-26-126-156-12456
-#end Mathematical Operators
-
-#begin Miscellaneous Technical (U+2300-U+23FF)
-sign \x2300 34-1246-14
-sign \x2303 1246-126-135
-sign \x2304 1246-146-135
-math \x2305 5-156-146-456-126-12456
-math \x2306 5-46-13-146-456-126-12456
-sign \x2307 126-4-6-156
-math \x2308 4-45-6-12356
-math \x2309 4-45-6-23456
-math \x230A 4-56-6-12356
-math \x230B 4-56-6-23456
-math \x2312 1246-1
-sign \x2329 126
-sign \x232A 345
-sign \x235F 1246-14-456-1246-1246-456-234-12456
-sign \x238A 1246-14-456-1246-46-1246-12456
-math \x239B 6-12356
-math \x239C 6-12356
-math \x239D 6-12356
-math \x239E 6-23456
-math \x239F 6-23456
-math \x23A0 6-23456
-math \x23A1 4-6-12356
-math \x23A2 4-6-12356
-math \x23A3 4-6-12356
-math \x23A4 4-6-23456
-math \x23A5 4-6-23456
-math \x23A6 4-6-23456
-math \x23A7 46-6-12356
-math \x23A8 46-6-12356
-math \x23A9 46-6-12356
-math \x23AB 46-6-23456
-math \x23AC 46-6-23456
-math \x23AD 46-6-23456
-sign \x23E2 1246-1356
-#end Miscellaneous Technical
-
-#begin Enclosed Alphanumerics (U+2460-U+24FF)
-sign \x2460 246-2-135
-sign \x2461 246-23-135
-sign \x2462 246-25-135
-sign \x2463 246-256-135
-sign \x2464 246-26-135
-sign \x2465 246-235-135
-sign \x2466 246-2356-135
-sign \x2467 246-236-135
-sign \x2468 246-35-135
-sign \x2469 246-2-356-135
-sign \x246A 246-2-2-135
-sign \x246B 246-2-23-135
-sign \x246C 246-2-25-135
-sign \x246D 246-2-256-135
-sign \x246E 246-2-26-135
-sign \x246F 246-2-235-135
-sign \x2470 246-2-2356-135
-sign \x2471 246-2-236-135
-sign \x2472 246-2-35-135
-sign \x2473 246-2-356-135
-sign \x2474 12356-2-23456
-sign \x2475 12356-23-23456
-sign \x2476 12356-25-23456
-sign \x2477 12356-256-23456
-sign \x2478 12356-26-23456
-sign \x2479 12356-235-23456
-sign \x247A 12356-2356-23456
-sign \x247B 12356-236-23456
-sign \x247C 12356-35-23456
-sign \x247D 12356-2-356-23456
-sign \x247E 12356-2-2-23456
-sign \x247F 12356-2-23-23456
-sign \x2480 12356-2-25-23456
-sign \x2481 12356-2-256-23456
-sign \x2482 12356-2-26-23456
-sign \x2483 12356-2-235-23456
-sign \x2484 12356-2-2356-23456
-sign \x2485 12356-2-236-23456
-sign \x2486 12356-2-35-23456
-sign \x2487 12356-23-356-23456
-sign \x2488 2-46
-sign \x2489 23-46
-sign \x248A 25-46
-sign \x248B 256-46
-sign \x248C 26-46
-sign \x248D 235-46
-sign \x248E 2356-46
-sign \x248F 236-46
-sign \x2490 35-46
-sign \x2491 2-356-46
-sign \x2492 2-2-46
-sign \x2493 2-23-46
-sign \x2494 2-25-46
-sign \x2495 2-256-46
-sign \x2496 2-26-46
-sign \x2497 2-235-46
-sign \x2498 2-2356-46
-sign \x2499 2-236-46
-sign \x249A 2-35-46
-sign \x249B 23-356-46
-sign \x249C 12356-1-23456
-sign \x249D 12356-12-23456
-sign \x249E 12356-14-23456
-sign \x249F 12356-145-23456
-sign \x24A0 12356-15-23456
-sign \x24A1 12356-124-23456
-sign \x24A2 12356-1245-23456
-sign \x24A3 12356-125-23456
-sign \x24A4 12356-24-23456
-sign \x24A5 12356-245-23456
-sign \x24A6 12356-13-23456
-sign \x24A7 12356-123-23456
-sign \x24A8 12356-134-23456
-sign \x24A9 12356-1345-23456
-sign \x24AA 12356-135-23456
-sign \x24AB 12356-1234-23456
-sign \x24AC 12356-12345-23456
-sign \x24AD 12356-1235-23456
-sign \x24AE 12356-234-23456
-sign \x24AF 12356-2345-23456
-sign \x24B0 12356-136-23456
-sign \x24B1 12356-1236-23456
-sign \x24B2 12356-2456-23456
-sign \x24B3 12356-1346-23456
-sign \x24B4 12356-13456-23456
-sign \x24B5 12356-1356-23456
-sign \x24B6 246-17-135
-sign \x24B7 246-127-135
-sign \x24B8 246-147-135
-sign \x24B9 246-1457-135
-sign \x24BA 246-157-135
-sign \x24BB 246-1247-135
-sign \x24BC 246-12457-135
-sign \x24BD 246-1257-135
-sign \x24BE 246-247-135
-sign \x24BF 246-2457-135
-sign \x24C0 246-137-135
-sign \x24C1 246-1237-135
-sign \x24C2 246-1347-135
-sign \x24C3 246-13457-135
-sign \x24C4 246-1357-135
-sign \x24C5 246-12347-135
-sign \x24C6 246-123457-135
-sign \x24C7 246-12357-135
-sign \x24C8 246-2347-135
-sign \x24C9 246-23457-135
-sign \x24CA 246-1367-135
-sign \x24CB 246-12367-135
-sign \x24CC 246-24567-135
-sign \x24CD 246-13467-135
-sign \x24CE 246-134567-135
-sign \x24CF 246-13567-135
-sign \x24D0 246-1-135
-sign \x24D1 246-12-135
-sign \x24D2 246-14-135
-sign \x24D3 246-145-135
-sign \x24D4 246-15-135
-sign \x24D5 246-124-135
-sign \x24D6 246-1245-135
-sign \x24D7 246-125-135
-sign \x24D8 246-24-135
-sign \x24D9 246-245-135
-sign \x24DA 246-13-135
-sign \x24DB 246-123-135
-sign \x24DC 246-134-135
-sign \x24DD 246-1345-135
-sign \x24DE 246-135-135
-sign \x24DF 246-1234-135
-sign \x24E0 246-12345-135
-sign \x24E1 246-1235-135
-sign \x24E2 246-234-135
-sign \x24E3 246-2345-135
-sign \x24E4 246-136-135
-sign \x24E5 246-1236-135
-sign \x24E6 246-2456-135
-sign \x24E7 246-1346-135
-sign \x24E8 246-13456-135
-sign \x24E9 246-1356-135
-sign \x24EA 246-356-135
-#end Enclosed Alphanumerics
-
-#begin Box Drawing (U+2500-U+257F)
-sign \x2500 36-36
-sign \x2574 1256
-#end Box Drawing
-
-#begin Block Elements (U+2580-U+259F)
-sign \x2584 3678-3678
-#end Block Elements
-
-#begin Geometric Shapes (U+25A0-U+25FF)
-sign \x25A0 1246-456-256
-sign \x25A1 1246-256
-sign \x25AA 123456-123456
-sign \x25AC 1246-456-1235
-sign \x25AD 1246-1235
-sign \x25B0 1246-456-1245
-sign \x25B1 1246-1245
-sign \x25B2 1246-456-2345
-sign \x25B3 1246-2345
-sign \x25B6 58-3
-sign \x25B7 58-3
-sign \x25BC 456-46-1246
-sign \x25BD 46-1246
-sign \x25BE 46-1246
-sign \x25C6 1246-456-145
-sign \x25C7 1246-145
-sign \x25CB 1246-14
-sign \x25CE 246-135
-sign \x25CF 1246-456-14
-sign \x25E2 1246-456-2345-46-1235-12456
-sign \x25E3 1246-456-2345-46-1235-12456
-sign \x25E4 1246-456-2345-46-1235-12456
-sign \x25E5 1246-456-2345-46-1235-12456
-sign \x25E6 46
-sign \x25EB 1246-256-456-1246-1256-12456
-sign \x25EC 1246-2345-456-1246-16-12456
-sign \x25EF 1246-14
-sign \x25F8 1246-2345-46-1235-12456
-sign \x25F9 1246-2345-46-1235-12456
-sign \x25FA 1246-2345-46-1235-12456
-sign \x25FE 123456-123456
-#end Geometric Shapes
-
-#begin Miscellaneous Symbols (U+2600-U+26FF)
-sign \x2605 1246-456-234
-sign \x2606 1246-234
-sign \x2640 5-46-16-146-346-12456
-sign \x2641 5-46-16-126-346-12456
-sign \x2642 1246-56-46-16-25-25-135
-#end Miscellaneous Symbols
-
-#begin Dingbats (U+2700-U+27BF)
-sign \x2713 4-345
-sign \x2714 456-4-345
-sign \x2715 4-16
-sign \x2716 456-4-16
-sign \x2748 16-0
-sign \x275A 456-1256
-sign \x2794 36-36-345
-sign \x2799 1246-456-25-25-135
-#end Dingbats
-
-#begin Miscellaneous Mathematical Symbols-A (U+27C0-U+27EF)
-math \x27C2 1246-1234
-math \x27C7 4-346-4-16-12456
-math \x27E6 4-456-12356
-math \x27E7 4-456-23456
-math \x27E8 46-46-12356
-math \x27E9 46-46-23456
-math \x27EA 46-46-12356-46-46-12356
-math \x27EB 46-46-23456-46-46-23456
-math \x27EC 4-4-456-12356
-math \x27ED 4-4-456-23456
-#end Miscellaneous Mathematical Symbols-A
-
-#begin Supplemental Arrows-A (U+27F0-U+27FF)
-sign \x27F4 1246-14-456-1246-346-12456-4-1246-25-25-135-12456
-sign \x27F5 1246-246-25-25-25
-sign \x27F6 1246-25-25-25-135
-sign \x27F7 1246-246-25-25-25-135
-sign \x27F8 1246-246-2356-2356-2356
-sign \x27F9 1246-2356-2356-2356-135
-sign \x27FA 1246-246-2356-2356-2356-135
-sign \x27FB 1246-246-25-25-25-1256
-sign \x27FC 1246-1256-25-25-25-135
-sign \x27FD 1246-246-2356-2356-2356-1256
-sign \x27FE 1246-1256-2356-2356-2356-135
-#end Supplemental Arrows-A
-
-# Braille Patterns (U+2800-U+28FF)
-include braille-patterns.cti
-
-#begin Supplemental Arrows-B (U+2900-U+297F)
-sign \x2900 1256-4-1246-25-25-135-135-12456
-sign \x2901 1256-1256-4-1246-25-25-135-135-12456
-sign \x2902 1256-4-1246-246-2356-2356-12456
-sign \x2903 1256-4-1246-2356-2356-135-12456
-sign \x2904 1256-4-1246-246-2356-2356-135-12456
-sign \x2905 1246-1256-25-25-135-135
-sign \x2906 1246-246-2356-2356-1256
-sign \x2907 1246-1256-2356-2356-135
-sign \x2911 1246-2-2-2-135
-sign \x2912 1246-126-25-25-135-1256
-sign \x2913 1246-146-25-25-135-1256
-sign \x2914 1256-4-1246-56-146-25-25-135-12456
-sign \x2915 1256-1256-4-1246-56-146-25-25-135-12456
-sign \x2916 1246-56-146-25-25-135-135
-sign \x2917 1256-4-1246-56-146-25-25-135-135-12456
-sign \x2918 1256-1256-4-1246-56-146-25-25-135-135-12456
-sign \x291D 1246-456-145-5-1246-246-25-25
-sign \x291E 1246-25-25-135-5-1246-456-145
-sign \x291F 1246-456-145-5-1246-246-25-25-1256
-sign \x2920 1246-1256-25-25-135-5-1246-456-145
-sign \x2921 1246-45-246-25-25-135
-sign \x2922 1246-56-246-25-25-135
-sign \x2927 1246-45-246-25-25-4-1246-45-25-25-135-12456
-sign \x2928 1246-45-25-25-135-4-1246-56-25-25-135-12456
-sign \x2929 1246-56-25-25-135-4-1246-56-246-25-25-12456
-sign \x292A 1246-56-246-25-25-4-1246-45-246-25-25-12456
-sign \x292B 1246-56-25-25-25-4-1246-45-25-0-25-12456
-sign \x292C 1246-45-25-25-25-4-1246-56-25-0-25-12456
-sign \x292D 1246-45-25-0-25-135-4-1246-56-25-25-135-12456
-sign \x292E 1246-45-25-25-135-4-1246-56-25-0-25-135-12456
-sign \x292F 1246-45-25-25-25-4-1246-45-25-0-25-135-12456
-sign \x2930 1246-56-25-25-25-4-1246-56-25-0-25-135-12456
-sign \x2931 1246-45-246-25-0-25-4-1246-45-25-25-135-12456
-sign \x2932 1246-45-246-25-25-4-1246-45-25-0-25-135-12456
-sign \x2942 1246-25-25-25-135-1246-246-25
-sign \x2943 1246-246-25-25-25-1246-25-135
-sign \x2944 1246-25-135-1246-246-25-25-25
-math \x2945 5-1246-25-25-135-146-346-12456
-math \x2946 5-1246-246-25-25-146-346-12456
-sign \x2947 1246-25-25-135-4-4-16-12456
-math \x2948 1246-246-25-25-135-4-46-16-12456
-sign \x2949 5-46-16-126-1246-126-25-25-135-135-12456
-sign \x294A 1246-4-246-25-25-6-135
-sign \x294B 1246-6-246-25-25-4-135
-sign \x294C 1246-126-4-246-25-25-6-135
-sign \x294D 1246-126-6-246-25-25-4-135
-sign \x294E 1246-4-246-25-25-4-135
-sign \x294F 1246-126-6-246-25-25-6-135
-sign \x2950 1246-6-246-25-25-6-135
-sign \x2951 1246-126-4-246-25-25-4-135
-sign \x2952 1246-1256-4-246-25-25
-sign \x2953 1246-25-25-4-135-1256
-sign \x2954 1246-126-25-25-6-135-1256
-sign \x2955 1246-146-25-25-4-135-1256
-sign \x2956 1246-1256-6-246-25-25
-sign \x2957 1246-25-25-6-135-1256
-sign \x2958 1246-126-25-25-4-135-1256
-sign \x2959 1246-146-25-25-6-135-1256
-sign \x295A 1246-4-246-25-25-1256
-sign \x295B 1246-1256-25-25-4-135
-sign \x295C 1246-126-1256-25-25-6-135
-sign \x295D 1246-146-1256-25-25-4-135
-sign \x295E 1246-6-246-25-25-1256
-sign \x295F 1246-1256-25-25-6-135
-sign \x2960 1246-126-1256-25-25-4-135
-sign \x2961 1246-146-1256-25-25-6-135
-sign \x2962 1246-4-246-25-25-1246-6-246-25-25
-sign \x2963 1246-126-25-25-4-135-5-1246-126-25-25-6-135
-sign \x2964 1246-25-25-4-135-1246-25-25-6-135
-sign \x2965 1246-146-25-25-6-135-5-1246-146-25-25-4-135
-sign \x2966 1246-4-246-25-25-1246-25-25-4-135
-sign \x2967 1246-6-246-25-25-1246-25-25-6-135
-sign \x2968 1246-25-25-4-135-1246-4-246-25-25
-sign \x2969 1246-25-25-6-135-1246-6-246-25-25
-sign \x296E 1246-126-25-25-4-135-5-1246-146-25-25-4-135
-sign \x296F 1246-146-25-25-6-135-5-1246-126-25-25-6-135
-sign \x2970 1246-2356-2356-13456
-math \x2971 5-1246-25-25-135-126-46-13-12456
-math \x2972 5-1246-25-25-135-126-4-156-12456
-math \x2973 5-1246-246-25-25-146-4-156-12456
-math \x2974 5-1246-25-25-135-146-4-156-12456
-math \x2975 5-1246-25-25-135-146-4-156-4-156-12456
-math \x2976 5-1246-246-25-25-126-5-13-12456
-math \x2977 1246-246-25-25-4-5-13-12456
-math \x2978 5-1246-25-25-135-126-46-2-12456
-math \x2979 5-1246-25-25-135-126-456-5-13-12456
-math \x297A 1246-246-25-25-4-456-5-13-12456
-math \x297B 5-1246-246-25-25-126-456-46-2-12456
-#end Supplemental Arrows-B
-
-#begin Miscellaneous Mathematical Symbols-B (U+2980-U+29FF)
-math \x2983 46-456-12356
-math \x2984 46-456-23456
-math \x299F 1246-246-46-1-12456
-math \x29A4 1246-246-156
-math \x29A6 1246-246-46-135-12456
-sign \x29B5 1246-14-4-156-12456
-sign \x29B6 1246-14-456-1246-1256-12456
-sign \x29B7 1246-14-456-1246-1246-123-12456
-sign \x29B9 1246-14-456-1246-1246-1234-12456
-sign \x29C0 1246-14-456-1246-5-13-12456
-sign \x29C1 1246-14-456-1246-46-2-12456
-sign \x29C4 1246-256-456-1246-35-12456
-sign \x29C5 1246-256-456-1246-26-12456
-sign \x29C6 1246-256-456-1246-4-3456-12456
-sign \x29C9 1246-256-4-1246-256-12456
-sign \x29CA 5-1246-2345-126-16-12456
-sign \x29CB 5-1246-2345-146-156-12456
-sign \x29CC 1246-2345-456-1246-6-234-12456
-sign \x29E3 46-3456
-sign \x29E4 4-156-46-3456
-sign \x29EA 1246-456-145-1246-146-25-25-135
-sign \x29EC 1246-14-1246-146-25-25-135
-sign \x29ED 1246-456-14-1246-146-25-25-135
-#end Miscellaneous Mathematical Symbols-B
-
-#begin Supplemental Mathematical Operators (U+2A00-U+2AFF)
-math \x2A00 1246-14-456-1246-16-12456
-math \x2A01 1246-14-456-1246-346-12456
-math \x2A02 1246-14-456-1246-4-16-12456
-math \x2A03 46-346-4-1246-16-12456
-math \x2A04 46-346-4-1246-346-12456
-math \x2A07 4-146-4-4-146-12456
-math \x2A08 4-346-4-4-346-12456
-math \x2A09 4-16
-math \x2A0A 46-6-234-4-1246-14-12456
-math \x2A0B 2346-4-46-6-234-12456
-math \x2A0C 2346-2346-2346-2346
-math \x2A0D 2346-4-156-12456
-math \x2A0E 2346-4-156-156-12456
-math \x2A0F 2346-4-456-34-12456
-math \x2A10 2346-4-6-14-12456
-math \x2A15 2346-4-1246-14-456-1246-16-12456-12456
-math \x2A16 2346-4-1246-256-12456
-math \x2A18 2346-4-4-16-12456
-math \x2A19 2346-4-46-146-12456
-math \x2A1A 2346-4-46-346-12456
-math \x2A1B 126-2346
-math \x2A1C 146-2346
-math \x2A2A 5-156-146-16-12456
-math \x2A30 5-4-16-126-16-12456
-math \x2A31 5-4-16-146-156-12456
-math \x2A36 5-1246-14-456-1246-4-16-12456-126-456-126-12456
-math \x2A37 1246-14-456-1246-1246-14-456-1246-4-16-12456-12456
-math \x2A38 1246-14-456-1246-46-34-12456
-math \x2A39 1246-2345-456-1246-346-12456
-math \x2A3A 1246-2345-456-1246-36-12456
-math \x2A3B 1246-2345-456-1246-4-16-12456
-math \x2A40 46-146-4-16-12456
-math \x2A41 46-346-4-36-12456
-math \x2A42 5-46-346-126-156-12456
-math \x2A43 5-46-146-126-156-12456
-math \x2A44 46-146-4-4-146-12456
-math \x2A45 46-346-4-4-346-12456
-math \x2A46 46-346-46-146
-math \x2A47 46-146-46-346
-math \x2A48 46-346-156-46-146
-math \x2A49 46-146-156-46-346
-math \x2A4A 46-346-5-46-346
-math \x2A4B 46-146-5-46-146
-math \x2A51 5-4-146-126-16-12456
-math \x2A52 5-4-346-126-16-12456
-math \x2A53 4-146-4-146
-math \x2A54 4-346-4-346
-math \x2A55 4-146-4-4-146-12456
-math \x2A56 4-346-4-4-346-12456
-math \x2A59 4-346-4-4-146-12456
-math \x2A5A 4-146-4-1256-12456
-math \x2A5B 4-346-4-1256-12456
-math \x2A5C 4-146-4-156-12456
-math \x2A5D 4-346-4-156-12456
-math \x2A5E 5-4-146-126-156-156-12456
-math \x2A5F 5-4-146-146-156-12456
-math \x2A60 5-4-146-146-156-156-12456
-math \x2A62 5-4-346-126-156-156-12456
-math \x2A63 5-4-346-146-156-156-12456
-math \x2A66 5-46-13-146-16-12456
-math \x2A67 5-456-123-126-16-12456
-math \x2A68 1256-1256-4-456-123-12456
-math \x2A69 1256-1256-1256-4-456-123-12456
-math \x2A6A 5-4-156-126-16-12456
-math \x2A6B 5-4-156-146-16-126-16-12456
-math \x2A6C 4-156-156-4-156
-math \x2A6D 5-4-156-46-13-126-16-12456
-math \x2A6E 5-46-13-126-4-3456-12456
-math \x2A6F 5-4-156-4-156-126-456-126-12456
-math \x2A70 4-156-4-156-46-13
-math \x2A71 5-46-13-146-346-12456
-math \x2A72 5-46-13-126-346-12456
-math \x2A73 46-13-4-156
-math \x2A75 46-13-5-46-13
-math \x2A76 46-13-5-46-13-5-46-13
-math \x2A77 5-46-13-146-16-16-126-16-16-12456
-math \x2A78 5-456-123-126-16-16-16-16-12456
-math \x2A79 5-13-4-46-16-12456
-math \x2A7A 46-2-4-46-16-12456
-math \x2A7B 5-5-13-126-456-236-12456
-math \x2A7C 5-46-2-126-456-236-12456
-math \x2A7D 5-13-156-156
-math \x2A7E 46-2-156-156
-math \x2A7F 5-13-156-156-4-16-12456
-math \x2A80 46-2-156-156-4-16-12456
-math \x2A81 5-5-13-156-156-126-16-12456
-math \x2A82 5-46-2-156-156-126-16-12456
-math \x2A83 5-13-156-156-45-16
-math \x2A84 46-2-156-156-45-16
-math \x2A85 5-13-4-156-4-156
-math \x2A86 46-2-4-156-4-156
-math \x2A8D 5-13-4-156-156
-math \x2A8E 46-2-4-156-156
-math \x2A8F 5-13-4-156-46-2
-math \x2A90 46-2-4-156-5-13
-math \x2A91 5-13-46-2-46-13
-math \x2A92 46-2-5-13-46-13
-math \x2A9D 4-156-5-13
-math \x2A9E 4-156-46-2
-math \x2AA4 46-2-4-5-13-12456
-math \x2AA5 46-2-5-5-13
-math \x2ABD 456-5-13-456-1246-16-12456
-math \x2ABE 456-46-2-456-1246-16-12456
-math \x2ABF 5-456-5-13-146-346-12456
-math \x2AC0 5-456-46-2-146-346-12456
-math \x2AC1 5-456-5-13-146-4-16-12456
-math \x2AC2 5-456-46-2-146-4-16-12456
-math \x2AC3 5-456-5-13-156-126-16-12456
-math \x2AC4 5-456-46-2-156-126-16-12456
-math \x2AC5 456-5-13-46-13
-math \x2AC6 456-46-2-46-13
-math \x2AC7 456-5-13-4-156
-math \x2AC8 456-46-2-4-156
-math \x2AC9 456-5-13-4-156-4-156
-math \x2ACA 456-46-2-4-156-4-156
-math \x2ACB 456-5-13-34-46-13
-math \x2ACC 456-46-2-34-46-13
-math \x2ACF 456-5-13-1256
-math \x2AD0 1256-456-46-2
-math \x2AD3 456-5-13-456-46-2
-math \x2AD4 456-46-2-456-5-13
-math \x2AD5 456-5-13-456-5-13
-math \x2AD6 456-46-2-456-46-2
-math \x2AD7 456-46-2-5-456-5-13
-math \x2ADC 34-1246-146-25-25-1256-13456
-math \x2ADD 1246-146-25-25-1256-13456
-math \x2ADE 1246-25-1256
-math \x2AE3 1246-25-1256-1256
-math \x2AE4 1246-2356-1256
-math \x2AE5 1246-2356-1256-1256
-math \x2AE6 1246-1256-25-5-1246-1256-25
-math \x2AE7 5-46-13-146-1256-12456
-math \x2AE8 5-46-13-126-1256-12456
-math \x2AE9 5-46-13-146-1256-126-1256-12456
-math \x2AEA 1246-126-2356-2356-1256
-math \x2AEF 5-1256-126-46-16-12456
-math \x2AF0 5-1256-146-46-16-12456
-math \x2AF1 5-46-16-126-1246-126-25-25-1256-12456
-math \x2AF2 156-4-1246-123-12456
-math \x2AF3 4-156-4-1246-123-12456
-math \x2AF4 1256-1256-1256
-math \x2AF5 156-4-1256-1256-1256-12456
-math \x2AFC 1256-1256-1256
-#end Supplemental Mathematical Operators
-
-#begin Miscellaneous Symbols and Arrows (U+2B00-U+2BFF)
-sign \x2B00 1246-45-46-25-25-135
-sign \x2B01 1246-45-46-246-25-25
-sign \x2B02 1246-56-46-25-25-135
-sign \x2B03 1246-56-46-246-25-25
-sign \x2B04 1246-46-246-25-25-135
-sign \x2B05 1246-456-246-25-25
-sign \x2B06 1246-126-456-25-25-135
-sign \x2B07 1246-146-456-25-25-135
-sign \x2B08 1246-45-456-25-25-135
-sign \x2B09 1246-45-456-246-25-25
-sign \x2B0A 1246-56-456-25-25-135
-sign \x2B0B 1246-56-456-246-25-25
-sign \x2B0C 1246-456-246-25-25-135
-sign \x2B0D 1246-126-456-246-25-25-135
-sign \x2B0E 1246-146-6-1256-25-135
-sign \x2B0F 1246-126-4-1256-25-135
-sign \x2B10 1246-146-4-1256-25-135
-sign \x2B11 1246-126-6-1256-25-135
-sign \x2B1F 1246-456-26
-sign \x2B20 1246-26
-sign \x2B21 1246-235
-sign \x2B22 1246-456-235
-sign \x2B2C 1246-456-15
-sign \x2B2D 1246-15
-sign \x2B34 1256-4-1246-246-246-25-25-12456
-sign \x2B35 1256-1256-4-1246-246-246-25-25-12456
-sign \x2B36 1246-246-246-25-25-1256
-sign \x2B38 1246-246-2-2-2
-sign \x2B39 1256-4-1246-246-25-25-56-126-12456
-sign \x2B3A 1256-1256-4-1246-246-25-25-56-126-12456
-sign \x2B3B 1246-246-246-25-25-56-126
-sign \x2B3C 1256-4-1246-246-246-25-25-56-126-12456
-sign \x2B3D 1256-1256-4-1246-246-246-25-25-56-126-12456
-math \x2B3E 1246-246-25-25-4-4-16-12456
-math \x2B40 5-1246-246-25-25-126-46-13-12456
-math \x2B43 1246-25-25-135-4-46-2-12456
-math \x2B44 1246-25-25-135-4-456-46-2-12456
-math \x2B49 5-1246-246-25-25-126-4-156-12456
-math \x2B4A 5-1246-246-25-25-146-4-156-4-156-12456
-sign \x2B88 1246-456-14-456-1246-1246-46-246-25-25-12456
-sign \x2B89 1246-456-14-456-1246-1246-126-46-25-25-135-12456
-sign \x2B8A 1246-456-14-456-1246-1246-46-25-25-135-12456
-sign \x2B8B 1246-456-14-456-1246-1246-146-46-25-25-135-12456
-sign \x2B95 1246-456-25-25-135
-sign \x2BB9 1246-1235-456-1246-1246-126-135-12456
-sign \x2BBE 1246-14-456-1246-56-13467-12456
-sign \x2BBF 1246-14-456-1246-456-56-13467-12456
-sign \x2BC4 1246-456-236
-sign \x2BD1 1246-145-456-1246-456-236-12456
-sign \x2BD2 4-12356-4-1246-246-25-25-12456
-#end Miscellaneous Symbols and Arrows
-
-#begin Supplemental Punctuation (U+2E00-U+2E7F)
-punctuation \x2E1B 5-4-156-126-46-16-12456
-punctuation \x2E1E 5-4-156-126-16-12456
-punctuation \x2E1F 5-4-156-146-16-12456
-punctuation \x2E22 4-45-12356
-punctuation \x2E23 4-45-23456
-punctuation \x2E24 4-56-12356
-punctuation \x2E25 4-56-23456
-punctuation \x2E28 12356-12356
-punctuation \x2E29 23456-23456
-sign \x2E38 456-12456
-#end Supplemental Punctuation
-
-#begin CJK Radicals Supplement (U+2E80-U+2EFF)
-sign \x2ED1 12-1346-2
-#end CJK Radicals Supplement
-
-#begin Kangxi Radicals (U+2F00-U+2FDF)
-sign \x2F00 16-3
-sign \x2F01 13-123456-4
-sign \x2F02 1-34-4
-sign \x2F03 1234-346-4
-sign \x2F04 16-4
-sign \x2F05 13-236-2
-sign \x2F06 156-5
-sign \x2F07 124-12356-2
-sign \x2F08 1245-136-2
-sign \x2F09 1245-136-2
-sign \x2F0A 1245-34-5
-sign \x2F0B 135-345-3
-sign \x2F0C 13-6-3
-sign \x2F0D 134-16-5
-sign \x2F0E 135-13456-3
-sign \x2F0F 13-16-4
-sign \x2F10 123-1236-4
-sign \x2F11 145-146-3
-sign \x2F12 13-16-5
-sign \x2F13 135-146-3
-sign \x2F14 135-16-4
-sign \x2F15 12345-1346-3
-sign \x2F16 15-16-5
-sign \x2F17 24-156-2
-sign \x2F18 135-34-4
-sign \x2F19 13-346-2
-sign \x2F1A 12-1346-4
-sign \x2F1B 15-156-3
-sign \x2F1C 234-5
-sign \x2F1D 123-12356-4
-sign \x2F1E 1246-2
-sign \x2F1F 124-34-4
-sign \x2F20 24-156-5
-sign \x2F21 1-156-4
-sign \x2F22 15-1246-3
-sign \x2F23 15-16-5
-sign \x2F24 145-345-5
-sign \x2F25 1345-1256-4
-sign \x2F26 125-156-4
-sign \x2F27 134-2345-2
-sign \x2F28 245-123456-5
-sign \x2F29 15-246-4
-sign \x2F2A 456-3
-sign \x2F2B 24-156-3
-sign \x2F2C 12-2346-5
-sign \x2F2D 24-1236-3
-sign \x2F2E 12-12456-3
-sign \x2F2F 13-12346-3
-sign \x2F30 13-16-4
-sign \x2F31 13-1456-3
-sign \x2F32 13-1236-3
-sign \x2F33 246-3
-sign \x2F34 13-456-4
-sign \x2F35 1456-4
-sign \x2F36 13-12346-4
-sign \x2F37 16-5
-sign \x2F38 13-12346-3
-sign \x2F39 13-16-5
-sign \x2F3A 24-1236-3
-sign \x2F3B 12-156-5
-sign \x2F3C 15-1456-3
-sign \x2F3D 13-2346-3
-sign \x2F3E 1235-34-5
-sign \x2F3F 24-12356-4
-sign \x2F40 1-156-3
-sign \x2F41 1234-34-3
-sign \x2F42 123456-2
-sign \x2F43 145-12356-4
-sign \x2F44 13-1456-3
-sign \x2F45 12345-1346-3
-sign \x2F46 34-2
-sign \x2F47 1245-156-5
-sign \x2F48 236-3
-sign \x2F49 236-5
-sign \x2F4A 134-34-5
-sign \x2F4B 245-2345-5
-sign \x2F4C 1-156-4
-sign \x2F4D 145-2456-4
-sign \x2F4E 24-34-3
-sign \x2F4F 34-2
-sign \x2F50 135-16-4
-sign \x2F51 134-146-2
-sign \x2F52 24-156-5
-sign \x2F53 245-16-5
-sign \x2F54 24-1246-4
-sign \x2F55 1235-25-4
-sign \x2F56 1-35-4
-sign \x2F57 12345-34-5
-sign \x2F58 246-2
-sign \x2F59 135-1236-5
-sign \x2F5A 1234-2345-5
-sign \x2F5B 23456-2
-sign \x2F5C 1345-234-2
-sign \x2F5D 245-45-4
-sign \x2F5E 15-45-2
-sign \x2F5F 1256-5
-sign \x2F60 13-35-3
-sign \x2F61 35-4
-sign \x2F62 13-1236-3
-sign \x2F63 24-1356-3
-sign \x2F64 235-5
-sign \x2F65 124-2345-2
-sign \x2F66 1234-16-4
-sign \x2F67 12-456-2
-sign \x2F68 135-126-3
-sign \x2F69 135-2456-2
-sign \x2F6A 1234-16-2
-sign \x2F6B 134-1456-4
-sign \x2F6C 134-34-5
-sign \x2F6D 134-146-2
-sign \x2F6E 24-156-4
-sign \x2F6F 24-156-2
-sign \x2F70 24-156-5
-sign \x2F71 1245-12356-2
-sign \x2F72 1235-2346-2
-sign \x2F73 15-236-5
-sign \x2F74 13-16-5
-sign \x2F75 1-34-2
-sign \x2F76 134-16-4
-sign \x2F77 134-16-5
-sign \x2F78 12345-12356-4
-sign \x2F79 456-4
-sign \x2F7A 46-2
-sign \x2F7B 1256-4
-sign \x2F7C 13-146-4
-sign \x2F7D 156-2
-sign \x2F7E 13-356-4
-sign \x2F7F 156-4
-sign \x2F80 1256-5
-sign \x2F81 1245-12356-5
-sign \x2F82 12-136-2
-sign \x2F83 125-156-5
-sign \x2F84 1-156-5
-sign \x2F85 13-234-5
-sign \x2F86 24-2346-2
-sign \x2F87 12-12456-4
-sign \x2F88 1-12356-3
-sign \x2F89 13-136-5
-sign \x2F8A 15-2346-5
-sign \x2F8B 245-146-4
-sign \x2F8C 1235-34-3
-sign \x2F8D 12-12346-2
-sign \x2F8E 15-346-4
-sign \x2F8F 15-13456-2
-sign \x2F90 16-3
-sign \x2F91 23456-5
-sign \x2F92 13-2345-5
-sign \x2F93 13-246-4
-sign \x2F94 2345-2
-sign \x2F95 13-34-4
-sign \x2F96 145-12356-5
-sign \x2F97 24-156-4
-sign \x2F98 1-156-5
-sign \x2F99 135-356-5
-sign \x2F9A 12-156-5
-sign \x2F9B 125-12356-4
-sign \x2F9C 125-34-2
-sign \x2F9D 24-136-3
-sign \x2F9E 12-2346-3
-sign \x2F9F 15-1456-3
-sign \x2FA0 12-136-2
-sign \x2FA1 12-25-5
-sign \x2FA2 16-5
-sign \x2FA3 234-4
-sign \x2FA4 135-2345-5
-sign \x2FA5 13-16-4
-sign \x2FA6 13-1456-3
-sign \x2FA7 12-1346-2
-sign \x2FA8 134-136-2
-sign \x2FA9 12345-34-5
-sign \x2FAA 13-16-5
-sign \x2FAB 1-1246-3
-sign \x2FAC 1256-4
-sign \x2FAD 245-13456-3
-sign \x2FAE 12345-356-3
-sign \x2FAF 134-2345-5
-sign \x2FB0 13-2346-2
-sign \x2FB1 1246-2
-sign \x2FB2 13-234-4
-sign \x2FB3 1456-3
-sign \x2FB4 346-5
-sign \x2FB5 12345-1356-3
-sign \x2FB6 12345-356-3
-sign \x2FB7 24-156-2
-sign \x2FB8 24-12356-4
-sign \x2FB9 15-46-3
-sign \x2FBA 134-345-4
-sign \x2FBB 13-34-4
-sign \x2FBC 13-146-3
-sign \x2FBD 135-246-3
-sign \x2FBE 145-12356-5
-sign \x2FBF 12-1346-5
-sign \x2FC0 13-2346-2
-sign \x2FC1 13-1246-4
-sign \x2FC2 1256-2
-sign \x2FC3 1345-246-4
-sign \x2FC4 13-34-4
-sign \x2FC5 13-34-5
-sign \x2FC6 134-2456-5
-sign \x2FC7 134-345-2
-sign \x2FC8 1235-456-2
-sign \x2FC9 24-34-4
-sign \x2FCA 1235-356-3
-sign \x2FCB 1-156-4
-sign \x2FCC 134-1456-4
-sign \x2FCD 145-13456-4
-sign \x2FCE 13-34-4
-sign \x2FCF 24-34-4
-sign \x2FD0 135-16-2
-sign \x2FD1 245-16-2
-sign \x2FD2 12-156-4
-sign \x2FD3 13-12346-2
-sign \x2FD4 13-1246-3
-sign \x2FD5 236-5
-#end Kangxi Radicals
-
-#begin CJK Symbols and Punctuation (U+3000-U+303F)
-space \x3000 0-0
-punctuation \x3001 6-0
-punctuation \x3002 36-0
-punctuation \x3003 6-3
-letter \x3007 14-13456-2
-punctuation \x3008 126-0
-punctuation \x3009 345-0
-punctuation \x300A 126-126
-punctuation \x300B 345-345
-punctuation \x300C 56-36
-punctuation \x300D 36-23
-punctuation \x300E 236-236
-punctuation \x300F 356-356
-punctuation \x3010 12346-0
-punctuation \x3011 13456-0
-sign \x3012 12347-1357
-sign \x3013 12467-1467
-punctuation \x3014 4-4-12356
-punctuation \x3015 4-4-23456
-punctuation \x3016 12346-12346
-punctuation \x3017 13456-13456
-punctuation \x3018 4-4-456-6-12356
-punctuation \x3019 4-4-456-6-23456
-punctuation \x301A 4-456-6-12356
-punctuation \x301B 4-456-6-23456
-punctuation \x301C 45
-punctuation \x301D 3-3
-punctuation \x301E 3-3
-letter \x3021 24
-letter \x3022 24-24
-letter \x3023 24-24-24
-letter \x3024 24-1236
-letter \x3025 1236
-letter \x3026 1236-24
-letter \x3027 1236-24-24
-letter \x3028 1236-24-24-24
-letter \x3029 24-1346
-letter \x3039 1346-1346
-letter \x303A 1346-1346-1346
-#end CJK Symbols and Punctuation
-
-#begin Hiragana (U+3040-U+309F)
-letter \x3041 1
-letter \x3042 1
-letter \x3043 12
-letter \x3044 12
-letter \x3045 14
-letter \x3046 14
-letter \x3047 124
-letter \x3048 124
-letter \x3049 24
-letter \x304A 24
-letter \x304B 16
-letter \x304C 5-16
-letter \x304D 126
-letter \x304E 5-126
-letter \x304F 146
-letter \x3050 5-146
-letter \x3051 1246
-letter \x3052 5-1246
-letter \x3053 246
-letter \x3054 5-246
-letter \x3055 156
-letter \x3056 5-156
-letter \x3057 1256
-letter \x3058 5-1256
-letter \x3059 1456
-letter \x305A 5-1456
-letter \x305B 12456
-letter \x305C 5-12456
-letter \x305D 2456
-letter \x305E 5-2456
-letter \x305F 135
-letter \x3060 5-135
-letter \x3061 1235
-letter \x3062 5-1235
-letter \x3063 2
-letter \x3064 1345
-letter \x3065 5-1345
-letter \x3066 12345
-letter \x3067 5-12345
-letter \x3068 2345
-letter \x3069 5-2345
-letter \x306A 13
-letter \x306B 123
-letter \x306C 134
-letter \x306D 1234
-letter \x306E 234
-letter \x306F 136
-letter \x3070 5-136
-letter \x3071 6-136
-letter \x3072 1236
-letter \x3073 5-1236
-letter \x3074 6-1236
-letter \x3075 1346
-letter \x3076 5-1346
-letter \x3077 6-1346
-letter \x3078 12346
-letter \x3079 5-12346
-letter \x307A 6-12346
-letter \x307B 2346
-letter \x307C 5-2346
-letter \x307D 6-2346
-letter \x307E 1356
-letter \x307F 12356
-letter \x3080 13456
-letter \x3081 123456
-letter \x3082 23456
-letter \x3083 34
-letter \x3084 34
-letter \x3085 34678-123
-letter \x3086 346
-letter \x3087 34678-1345
-letter \x3088 345
-letter \x3089 15
-letter \x308A 125
-letter \x308B 145
-letter \x308C 1245
-letter \x308D 245
-letter \x308E 34678-136
-letter \x308F 3
-letter \x3090 23
-letter \x3091 235
-letter \x3092 35
-letter \x3093 356
-letter \x3094 5-14
-letter \x3095 16
-letter \x3096 1246
-sign \x3099 5-135-146-12345-356
-sign \x309A 136-356-5-135-146-12345-356
-sign \x309B 0-5-135-146-12345-356
-sign \x309C 0-136-356-5-135-146-12345-356
-sign \x309F 345-125
-#end Hiragana
-
-#begin Katakana (U+30A0-U+30FF)
-letter \x30A1 1
-letter \x30A2 1
-letter \x30A3 12
-letter \x30A4 12
-letter \x30A5 14
-letter \x30A6 14
-letter \x30A7 124
-letter \x30A8 124
-letter \x30A9 24
-letter \x30AA 24
-letter \x30AB 16
-letter \x30AC 5-16
-letter \x30AD 126
-letter \x30AE 5-126
-letter \x30AF 146
-letter \x30B0 5-146
-letter \x30B1 1246
-letter \x30B2 5-1246
-letter \x30B3 246
-letter \x30B4 5-246
-letter \x30B5 156
-letter \x30B6 5-156
-letter \x30B7 1256
-letter \x30B8 5-1256
-letter \x30B9 1456
-letter \x30BA 5-1456
-letter \x30BB 12456
-letter \x30BC 5-12456
-letter \x30BD 2456
-letter \x30BE 5-2456
-letter \x30BF 135
-letter \x30C0 5-135
-letter \x30C1 1235
-letter \x30C2 5-1235
-letter \x30C3 2
-letter \x30C4 1345
-letter \x30C5 5-1345
-letter \x30C6 12345
-letter \x30C7 5-12345
-letter \x30C8 2345
-letter \x30C9 5-2345
-letter \x30CA 13
-letter \x30CB 123
-letter \x30CC 134
-letter \x30CD 1234
-letter \x30CE 234
-letter \x30CF 136
-letter \x30D0 5-136
-letter \x30D1 6-136
-letter \x30D2 1236
-letter \x30D3 5-1236
-letter \x30D4 6-1236
-letter \x30D5 1346
-letter \x30D6 5-1346
-letter \x30D7 6-1346
-letter \x30D8 12346
-letter \x30D9 5-12346
-letter \x30DA 6-12346
-letter \x30DB 2346
-letter \x30DC 5-2346
-letter \x30DD 6-2346
-letter \x30DE 1356
-letter \x30DF 12356
-letter \x30E0 13456
-letter \x30E1 123456
-letter \x30E2 23456
-letter \x30E3 34678-345678
-letter \x30E4 34
-letter \x30E5 34678-168
-letter \x30E6 346
-letter \x30E7 345
-letter \x30E8 345
-letter \x30E9 15
-letter \x30EA 125
-letter \x30EB 145
-letter \x30EC 1245
-letter \x30ED 245
-letter \x30EE 34678-238
-letter \x30EF 3
-letter \x30F0 23
-letter \x30F1 235
-letter \x30F2 35
-letter \x30F3 356
-letter \x30F4 5-14
-letter \x30F5 34678-468
-letter \x30F6 34678-358
-letter \x30F7 5-3
-letter \x30F8 5-23
-letter \x30F9 5-235
-letter \x30FA 5-35
-punctuation \x30FB 5-0
-letter \x30FC 25
-letter \x30FD 378-15678
-letter \x30FE 378-2678
-letter \x30FF 246-2345
-#end Katakana
-
-#begin Bopomofo (U+3100-U+312F)
-letter \x3105 34567-135
-letter \x3106 34567-1234
-letter \x3107 34567-134
-letter \x3108 34567-12345
-letter \x3109 34567-145
-letter \x310A 34567-124
-letter \x310B 34567-1345
-letter \x310C 34567-14
-letter \x310D 34567-13
-letter \x310E 34567-123
-letter \x310F 34567-1235
-letter \x3110 34567-137
-letter \x3111 34567-2457
-letter \x3112 34567-157
-letter \x3113 34567-1
-letter \x3114 34567-12
-letter \x3115 34567-24
-letter \x3116 34567-1245
-letter \x3117 34567-125
-letter \x3118 34567-245
-letter \x3119 34567-15
-letter \x311A 34567-345
-letter \x311B 34567-126
-letter \x311C 34567-2346
-letter \x311D 34567-26
-letter \x311E 34567-2456
-letter \x311F 34567-356
-letter \x3120 34567-146
-letter \x3121 34567-12356
-letter \x3122 34567-1236
-letter \x3123 34567-136
-letter \x3124 34567-1346
-letter \x3125 34567-1356
-letter \x3126 34567-156
-letter \x3127 34567-16
-letter \x3128 34567-34
-letter \x3129 34567-1256
-#end Bopomofo
-
-#begin Kanbun (U+3190-U+319F)
-sign \x3192 16-3
-sign \x3193 156-5
-sign \x3194 15-1236-3
-sign \x3195 15-156-5
-sign \x3196 24-1346-5
-sign \x3197 1-12346-3
-sign \x3198 15-23456-5
-sign \x3199 13-23456-4
-sign \x319A 16-4
-sign \x319B 135-13456-4
-sign \x319C 145-13456-3
-sign \x319D 124-2345-3
-sign \x319E 145-16-5
-sign \x319F 1245-136-2
-#end Kanbun
-
-#begin Katakana Phonetic Extensions (U+31F0-U+31FF)
-letter \x31F0 146
-letter \x31F1 1256
-letter \x31F2 1456
-letter \x31F3 2345
-letter \x31F4 134
-letter \x31F5 136
-letter \x31F6 1236
-letter \x31F7 1346
-letter \x31F8 12346
-letter \x31F9 2346
-letter \x31FA 13456
-letter \x31FB 15
-letter \x31FC 125
-letter \x31FD 145
-letter \x31FE 1245
-letter \x31FF 245
-#end Katakana Phonetic Extensions
-
-#begin Enclosed CJK Letters and Months (U+3200-U+32FF)
-sign \x3220 12356-16-3-23456
-sign \x3221 12356-156-5-23456
-sign \x3222 12356-15-1236-3-23456
-sign \x3223 12356-15-156-5-23456
-sign \x3224 12356-34-4-23456
-sign \x3225 12356-14-234-5-23456
-sign \x3226 12356-245-16-3-23456
-sign \x3227 12356-135-345-3-23456
-sign \x3228 12356-13-234-4-23456
-sign \x3229 12356-24-156-2-23456
-sign \x322A 12356-236-5-23456
-sign \x322B 12356-1235-25-4-23456
-sign \x322C 12356-24-1246-4-23456
-sign \x322D 12356-134-34-5-23456
-sign \x322E 12356-13-1456-3-23456
-sign \x322F 12356-124-34-4-23456
-sign \x3230 12356-1245-156-5-23456
-sign \x3231 12356-1-34-3-23456
-sign \x3232 12356-234-4-23456
-sign \x3233 12356-24-2346-5-23456
-sign \x3234 12356-134-13456-2-23456
-sign \x3235 12356-124-2346-5-23456
-sign \x3236 12356-245-2456-2-23456
-sign \x3237 12356-1-34-5-23456
-sign \x3238 12356-14-146-2-23456
-sign \x3239 12356-145-2456-5-23456
-sign \x323A 12356-1235-34-3-23456
-sign \x323B 12356-15-236-2-23456
-sign \x323C 12356-13-2345-3-23456
-sign \x323D 12356-245-16-5-23456
-sign \x323E 12356-125-156-3-23456
-sign \x323F 12356-15-346-2-23456
-sign \x3240 12356-13-16-5-23456
-sign \x3241 12356-15-234-3-23456
-sign \x3242 12356-125-156-5-23456
-sign \x3243 12356-1-156-5-23456
-sign \x3251 246-23-2-135
-sign \x3252 246-23-23-135
-sign \x3253 246-23-25-135
-sign \x3254 246-23-256-135
-sign \x3255 246-23-26-135
-sign \x3256 246-23-235-135
-sign \x3257 246-23-2356-135
-sign \x3258 246-23-236-135
-sign \x3259 246-23-35-135
-sign \x325A 246-25-356-135
-sign \x325B 246-25-2-135
-sign \x325C 246-25-23-135
-sign \x325D 246-25-25-135
-sign \x325E 246-25-256-135
-sign \x325F 246-25-26-135
-sign \x3280 246-16-3-135
-sign \x3281 246-156-5-135
-sign \x3282 246-15-1236-3-135
-sign \x3283 246-15-156-5-135
-sign \x3284 246-34-4-135
-sign \x3285 246-14-234-5-135
-sign \x3286 246-245-16-3-135
-sign \x3287 246-135-345-3-135
-sign \x3288 246-13-234-4-135
-sign \x3289 246-24-156-2-135
-sign \x328A 246-236-5-135
-sign \x328B 246-1235-25-4-135
-sign \x328C 246-24-1246-4-135
-sign \x328D 246-134-34-5-135
-sign \x328E 246-13-1456-3-135
-sign \x328F 246-124-34-4-135
-sign \x3290 246-1245-156-5-135
-sign \x3291 246-1-34-3-135
-sign \x3292 246-234-4-135
-sign \x3293 246-24-2346-5-135
-sign \x3294 246-134-13456-2-135
-sign \x3295 246-124-2346-5-135
-sign \x3296 246-245-2456-2-135
-sign \x3297 246-1-34-5-135
-sign \x3298 246-14-146-2-135
-sign \x3299 246-134-16-5-135
-sign \x329A 246-1345-1236-2-135
-sign \x329B 246-1345-1256-4-135
-sign \x329C 246-24-156-5-135
-sign \x329D 246-234-3-135
-sign \x329E 246-1456-5-135
-sign \x329F 246-1-34-5-135
-sign \x32A0 246-15-46-5-135
-sign \x32A1 246-15-234-3-135
-sign \x32A2 246-15-346-4-135
-sign \x32A3 246-1-1356-5-135
-sign \x32A4 246-24-1346-5-135
-sign \x32A5 246-1-12346-3-135
-sign \x32A6 246-15-23456-5-135
-sign \x32A7 246-125-25-4-135
-sign \x32A8 246-234-5-135
-sign \x32A9 246-16-3-135
-sign \x32AA 246-125-12346-3-135
-sign \x32AB 246-15-236-2-135
-sign \x32AC 246-13-2345-3-135
-sign \x32AD 246-245-16-5-135
-sign \x32AE 246-125-156-3-135
-sign \x32AF 246-15-346-2-135
-sign \x32B0 246-346-5-135
-sign \x32B1 246-25-235-135
-sign \x32B2 246-25-2356-135
-sign \x32B3 246-25-236-135
-sign \x32B4 246-25-35-135
-sign \x32B5 246-256-356-135
-sign \x32B6 246-256-2-135
-sign \x32B7 246-256-23-135
-sign \x32B8 246-256-25-135
-sign \x32B9 246-256-256-135
-sign \x32BA 246-256-26-135
-sign \x32BB 246-256-235-135
-sign \x32BC 246-256-2356-135
-sign \x32BD 246-256-236-135
-sign \x32BE 246-256-35-135
-sign \x32BF 246-26-356-135
-sign \x32C0 245-1-1346-46
-sign \x32C1 124-15-12-46
-sign \x32C2 134-1-1235-46
-sign \x32C3 1-1234-1235-46
-sign \x32C4 134-1-13456-46
-sign \x32C5 245-136-1345-46
-sign \x32C6 245-136-123-46
-sign \x32C7 1-136-1245-46
-sign \x32C8 234-15-1234-46
-sign \x32C9 135-14-2345-46
-sign \x32CA 1345-135-1236-46
-sign \x32CB 145-15-14-46
-sign \x32D0 246-1-135
-sign \x32D1 246-12-135
-sign \x32D2 246-14-135
-sign \x32D3 246-124-135
-sign \x32D4 246-24-135
-sign \x32D5 246-16-135
-sign \x32D6 246-126-135
-sign \x32D7 246-146-135
-sign \x32D8 246-1246-135
-sign \x32D9 246-246-135
-sign \x32DA 246-156-135
-sign \x32DB 246-1256-135
-sign \x32DC 246-1456-135
-sign \x32DD 246-12456-135
-sign \x32DE 246-2456-135
-sign \x32DF 246-135-135
-sign \x32E0 246-1235-135
-sign \x32E1 246-1345-135
-sign \x32E2 246-12345-135
-sign \x32E3 246-2345-135
-sign \x32E4 246-13-135
-sign \x32E5 246-123-135
-sign \x32E6 246-134-135
-sign \x32E7 246-1234-135
-sign \x32E8 246-234-135
-sign \x32E9 246-136-135
-sign \x32EA 246-1236-135
-sign \x32EB 246-1346-135
-sign \x32EC 246-12346-135
-sign \x32ED 246-2346-135
-sign \x32EE 246-1356-135
-sign \x32EF 246-12356-135
-sign \x32F0 246-13456-135
-sign \x32F1 246-123456-135
-sign \x32F2 246-23456-135
-sign \x32F3 246-34-135
-sign \x32F4 246-346-135
-sign \x32F5 246-345-135
-sign \x32F6 246-15-135
-sign \x32F7 246-125-135
-sign \x32F8 246-145-135
-sign \x32F9 246-1245-135
-sign \x32FA 246-245-135
-sign \x32FB 246-3-135
-sign \x32FC 246-12-135
-sign \x32FD 246-14-135
-sign \x32FE 246-35-135
-#end Enclosed CJK Letters and Months
-
-#begin CJK Compatibility (U+3300-U+33FF)
-sign \x3300 1-6-136-25-2345
-sign \x3301 1-145-26-136
-sign \x3302 1-356-6-12346-1
-sign \x3303 1-25-145
-sign \x3304 12-123-356-5-146
-sign \x3305 12-356-1235
-sign \x3306 26-24-356
-sign \x3307 124-1456-146-25-5-2345
-sign \x3308 124-25-16-25
-sign \x3309 24-356-1456
-sign \x330A 24-25-13456
-sign \x330B 16-12-125
-sign \x330C 16-15-2-2345
-sign \x330D 16-245-125-25
-sign \x330E 5-16-245-356
-sign \x330F 5-16-356-1356
-sign \x3310 5-126-5-16
-sign \x3311 5-126-123-25
-sign \x3312 4-146-125-25
-sign \x3313 5-126-145-5-135-25
-sign \x3314 126-245
-sign \x3315 126-245-5-146-15-13456
-sign \x3316 126-245-123456-25-2345-145
-sign \x3317 126-245-3-2-2345
-sign \x3318 5-146-15-13456
-sign \x3319 5-146-15-13456-2345-356
-sign \x331A 146-145-5-12456-12-245
-sign \x331B 146-245-25-1234
-sign \x331C 1246-25-1456
-sign \x331D 246-145-13
-sign \x331E 246-25-6-2346
-sign \x331F 156-12-146-145
-sign \x3320 156-356-1235-25-13456
-sign \x3321 1256-125-356-5-146
-sign \x3322 12456-356-1235
-sign \x3323 12356-356-2345
-sign \x3324 5-135-25-1456
-sign \x3325 5-12345-1256
-sign \x3326 5-2345-145
-sign \x3327 2345-356
-sign \x3328 13-234
-sign \x3329 234-2-2345
-sign \x332A 136-12-1345
-sign \x332B 6-136-25-12456-356-2345
-sign \x332C 6-136-25-1345
-sign \x332D 5-136-25-1245-145
-sign \x332E 6-1236-4-1456-2345-145
-sign \x332F 6-1236-146-145
-sign \x3330 6-1236-246
-sign \x3331 5-1236-145
-sign \x3332 26-136-15-2-5-2345
-sign \x3333 26-1236-25-2345
-sign \x3334 5-1346-2-4-12456-145
-sign \x3335 1346-15-356
-sign \x3336 12346-146-135-25-145
-sign \x3337 6-12346-2456
-sign \x3338 6-12346-123-1236
-sign \x3339 12346-145-1345
-sign \x333A 6-12346-356-1456
-sign \x333B 6-12346-25-5-1256
-sign \x333C 5-12346-25-135
-sign \x333D 6-2346-12-356-2345
-sign \x333E 5-2346-145-2345
-sign \x333F 2346-356
-sign \x3340 6-2346-356-5-2345
-sign \x3341 2346-25-145
-sign \x3342 2346-25-356
-sign \x3343 1356-12-146-245
-sign \x3344 1356-12-145
-sign \x3345 1356-2-136
-sign \x3346 1356-145-146
-sign \x3347 1356-356-4-2456-356
-sign \x3348 12356-146-245-356
-sign \x3349 12356-125
-sign \x334A 12356-125-5-136-25-145
-sign \x334B 123456-5-16
-sign \x334C 123456-5-16-2345-356
-sign \x334D 123456-25-2345-145
-sign \x334E 34-25-5-2345
-sign \x334F 34-25-145
-sign \x3350 346-1-356
-sign \x3351 125-2-2345-145
-sign \x3352 125-15
-sign \x3353 145-6-1236-25
-sign \x3354 145-25-5-1346-145
-sign \x3355 1245-13456
-sign \x3356 1245-356-2345-5-1246-356
-sign \x3357 3-2-2345
-sign \x3358 356-125
-sign \x3359 2-125
-sign \x335A 23-125
-sign \x335B 25-125
-sign \x335C 256-125
-sign \x335D 26-125
-sign \x335E 235-125
-sign \x335F 2356-125
-sign \x3360 236-125
-sign \x3361 35-125
-sign \x3362 2-356-125
-sign \x3363 2-2-125
-sign \x3364 2-23-125
-sign \x3365 2-25-125
-sign \x3366 2-256-125
-sign \x3367 2-26-125
-sign \x3368 2-235-125
-sign \x3369 2-2356-125
-sign \x336A 2-236-125
-sign \x336B 2-35-125
-sign \x336C 23-356-125
-sign \x336D 23-2-125
-sign \x336E 23-23-125
-sign \x336F 23-25-125
-sign \x3370 23-256-125
-sign \x3371 125-12347-1
-sign \x3372 145-1
-sign \x3373 17-1367
-sign \x3374 12-1-1235
-sign \x3375 135-12367
-sign \x3376 1234-14
-sign \x3377 145-134
-sign \x3378 145-134-457-23
-sign \x3379 145-134-457-25
-sign \x337A 247-1367
-sign \x337B 1234-13456-2-12-1356-2
-sign \x337C 1-146-3-1235-2346-2
-sign \x337D 145-345-5-1-1356-5
-sign \x337E 134-13456-2-1-156-5
-sign \x337F 1-34-3-24-156-5-1235-1246-5-24-2346-5
-sign \x3380 1234-17
-sign \x3381 1345-17
-sign \x3382 46-134-17
-sign \x3383 134-17
-sign \x3384 13-17
-sign \x3385 137-127
-sign \x3386 1347-127
-sign \x3387 12457-127
-sign \x3388 14-1-123
-sign \x3389 13-14-1-123
-sign \x338A 1234-1247
-sign \x338B 1345-1247
-sign \x338C 46-134-1247
-sign \x338D 46-134-1245
-sign \x338E 134-1245
-sign \x338F 13-1245
-sign \x3390 1257-1356
-sign \x3391 13-1257-1356
-sign \x3392 1347-1257-1356
-sign \x3393 12457-1257-1356
-sign \x3394 23457-1257-1356
-sign \x3395 46-134-123
-sign \x3396 134-123
-sign \x3397 145-123
-sign \x3398 13-123
-sign \x3399 124-134
-sign \x339A 1345-134
-sign \x339B 46-134-134
-sign \x339C 134-134
-sign \x339D 14-134
-sign \x339E 13-134
-sign \x339F 134-134-457-23
-sign \x33A0 14-134-457-23
-sign \x33A1 134-457-23
-sign \x33A2 13-134-457-23
-sign \x33A3 134-134-457-25
-sign \x33A4 14-134-457-25
-sign \x33A5 134-457-25
-sign \x33A6 13-134-457-25
-sign \x33A7 134-34-234
-sign \x33A8 134-34-234-457-23
-sign \x33A9 12347-1
-sign \x33AA 13-12347-1
-sign \x33AB 1347-12347-1
-sign \x33AC 12457-12347-1
-sign \x33AD 1235-1-145
-sign \x33AE 1235-1-145-34-234
-sign \x33AF 1235-1-145-34-234-457-23
-sign \x33B0 1234-234
-sign \x33B1 1345-234
-sign \x33B2 46-134-234
-sign \x33B3 134-234
-sign \x33B4 1234-12367
-sign \x33B5 1345-12367
-sign \x33B6 46-134-12367
-sign \x33B7 134-12367
-sign \x33B8 13-12367
-sign \x33B9 1347-12367
-sign \x33BA 1234-24567
-sign \x33BB 1345-24567
-sign \x33BC 46-134-24567
-sign \x33BD 134-24567
-sign \x33BE 13-24567
-sign \x33BF 1347-24567
-sign \x33C0 13-46-24567
-sign \x33C1 1347-46-24567
-sign \x33C2 1-46-134-46
-sign \x33C3 127-12345
-sign \x33C4 14-14
-sign \x33C5 14-145
-sign \x33C6 14-34-13-1245
-sign \x33C7 147-135-46
-sign \x33C8 145-127
-sign \x33C9 12457-13456
-sign \x33CA 125-1
-sign \x33CB 1257-12347
-sign \x33CC 24-1345
-sign \x33CD 137-137
-sign \x33CE 137-1347
-sign \x33CF 13-2345
-sign \x33D0 123-134
-sign \x33D1 123-1345
-sign \x33D2 123-135-1245
-sign \x33D3 123-1346
-sign \x33D4 134-12
-sign \x33D5 134-24-123
-sign \x33D6 134-135-123
-sign \x33D7 12347-1257
-sign \x33D8 1234-46-134-46
-sign \x33D9 12347-12347-1347
-sign \x33DA 12347-12357
-sign \x33DB 234-1235
-sign \x33DC 2347-1236
-sign \x33DD 24567-12
-sign \x33DE 12367-34-134
-sign \x33E0 2-145
-sign \x33E1 23-145
-sign \x33E2 25-145
-sign \x33E3 256-145
-sign \x33E4 26-145
-sign \x33E5 235-145
-sign \x33E6 2356-145
-sign \x33E7 236-145
-sign \x33E8 35-145
-sign \x33E9 2-356-145
-sign \x33EA 2-2-145
-sign \x33EB 2-23-145
-sign \x33EC 2-25-145
-sign \x33ED 2-256-145
-sign \x33EE 2-26-145
-sign \x33EF 2-235-145
-sign \x33F0 2-2356-145
-sign \x33F1 2-236-145
-sign \x33F2 2-35-145
-sign \x33F3 23-356-145
-sign \x33F4 23-2-145
-sign \x33F5 23-23-145
-sign \x33F6 23-25-145
-sign \x33F7 23-256-145
-sign \x33F8 23-26-145
-sign \x33F9 23-235-145
-sign \x33FA 23-2356-145
-sign \x33FB 23-236-145
-sign \x33FC 23-35-145
-sign \x33FD 25-356-145
-sign \x33FE 25-2-145
-sign \x33FF 1245-1-123
-#end CJK Compatibility
-
-#begin CJK Unified Ideographs Extension A (U+3400-U+4DBF)
-letter \x3400 245-234-3
-letter \x3401 124-2345-5
-letter \x3402 134-12356-4
-letter \x3403 134-12356-4
-letter \x3404 123-35-5
-letter \x3405 34-4
-letter \x3406 1456-4
-letter \x3407 134-12356-4
-letter \x3408 134-12356-4
-letter \x3409 134-12356-4
-letter \x340A 134-12356-4
-letter \x340B 134-12356-4
-letter \x340C 16-2
-letter \x340D 134-12356-4
-letter \x340E 134-12356-4
-letter \x340F 134-12356-4
-letter \x3410 134-12356-4
-letter \x3411 134-12356-4
-letter \x3412 134-12356-4
-letter \x3413 134-12356-4
-letter \x3414 134-12356-4
-letter \x3415 134-12356-4
-letter \x3416 15-346-2
-letter \x3417 134-12356-4
-letter \x3418 134-12356-4
-letter \x3419 134-12356-4
-letter \x341A 134-12356-4
-letter \x341B 134-12356-4
-letter \x341C 245-234-2
-letter \x341D 134-12356-4
-letter \x341E 134-12356-4
-letter \x341F 12345-356-3
-letter \x3420 134-12356-4
-letter \x3421 1345-25-5
-letter \x3422 134-12356-4
-letter \x3423 134-12356-4
-letter \x3424 145-1236-3
-letter \x3425 134-12356-4
-letter \x3426 134-12356-4
-letter \x3427 134-12356-4
-letter \x3428 15-1256-5
-letter \x3429 15-13456-2
-letter \x342A 1235-2456-5
-letter \x342B 15-235-3
-letter \x342C 14-234-2
-letter \x342D 14-1456-4
-letter \x342E 15-46-3
-letter \x342F 235-3
-letter \x3430 15-1456-5
-letter \x3431 1-136-4
-letter \x3432 145-2456-5
-letter \x3433 34-5
-letter \x3434 1234-1236-3
-letter \x3435 15-346-5
-letter \x3436 1235-35-3
-letter \x3437 134-345-5
-letter \x3438 245-2345-5
-letter \x3439 16-5
-letter \x343A 1-12346-5
-letter \x343B 1345-356-5
-letter \x343C 24-1356-3
-letter \x343D 12345-1356-3
-letter \x343E 45-2
-letter \x343F 134-12356-4
-letter \x3440 124-2456-5
-letter \x3441 1-25-3
-letter \x3442 12345-1346-4
-letter \x3443 146-5
-letter \x3444 34-4
-letter \x3445 125-25-5
-letter \x3446 134-12356-4
-letter \x3447 1-34-3
-letter \x3448 145-12346-3
-letter \x3449 15-34-5
-letter \x344A 16-5
-letter \x344B 245-235-5
-letter \x344C 456-3
-letter \x344D 14-356-5
-letter \x344E 1345-146-4
-letter \x344F 1-34-5
-letter \x3450 24-34-2
-letter \x3451 125-1236-2
-letter \x3452 134-12356-4
-letter \x3453 13-256-5
-letter \x3454 15-1256-4
-letter \x3455 134-12356-4
-letter \x3456 134-12356-4
-letter \x3457 24-136-3
-letter \x3458 13-346-5
-letter \x3459 145-346-2
-letter \x345A 1345-25-2
-letter \x345B 15-34-5
-letter \x345C 16-5
-letter \x345D 14-12346-5
-letter \x345E 13456-5
-letter \x345F 135-1356-4
-letter \x3460 24-34-5
-letter \x3461 134-12356-4
-letter \x3462 13-236-2
-letter \x3463 14-1236-2
-letter \x3464 134-246-2
-letter \x3465 16-5
-letter \x3466 14-16-5
-letter \x3467 13-16-5
-letter \x3468 1235-12356-5
-letter \x3469 14-25-2
-letter \x346A 12-2456-2
-letter \x346B 245-16-4
-letter \x346C 134-12356-4
-letter \x346D 135-16-4
-letter \x346E 1235-123456-2
-letter \x346F 15-1256-4
-letter \x3470 1235-1246-5
-letter \x3471 1245-146-4
-letter \x3472 135-356-5
-letter \x3473 1-12356-5
-letter \x3474 245-1456-3
-letter \x3475 13-16-2
-letter \x3476 15-16-5
-letter \x3477 124-2456-5
-letter \x3478 246-2
-letter \x3479 1235-1246-5
-letter \x347A 13-256-5
-letter \x347B 134-345-5
-letter \x347C 14-236-5
-letter \x347D 124-1346-2
-letter \x347E 246-2
-letter \x347F 1-146-5
-letter \x3480 1-2346-2
-letter \x3481 1256-4
-letter \x3482 1-25-2
-letter \x3483 156-5
-letter \x3484 1245-1236-4
-letter \x3485 245-16-4
-letter \x3486 15-16-5
-letter \x3487 134-34-5
-letter \x3488 15-2345-5
-letter \x3489 124-1346-4
-letter \x348A 15-2346-5
-letter \x348B 15-156-3
-letter \x348C 245-235-2
-letter \x348D 14-356-4
-letter \x348E 15-345-5
-letter \x348F 134-12356-4
-letter \x3490 134-12356-4
-letter \x3491 1235-1246-5
-letter \x3492 1234-34-2
-letter \x3493 124-345-5
-letter \x3494 24-34-4
-letter \x3495 46-3
-letter \x3496 12356-4
-letter \x3497 124-2456-2
-letter \x3498 134-12356-4
-letter \x3499 134-2345-2
-letter \x349A 123456-4
-letter \x349B 145-246-5
-letter \x349C 1256-4
-letter \x349D 134-346-5
-letter \x349E 13-256-5
-letter \x349F 1345-246-4
-letter \x34A0 15-346-5
-letter \x34A1 234-2
-letter \x34A2 134-12356-4
-letter \x34A3 134-12356-4
-letter \x34A4 12-2346-5
-letter \x34A5 12345-1356-3
-letter \x34A6 14-356-4
-letter \x34A7 14-16-5
-letter \x34A8 15-2345-3
-letter \x34A9 14-25-4
-letter \x34AA 15-16-2
-letter \x34AB 13-16-5
-letter \x34AC 456-3
-letter \x34AD 123-123456-3
-letter \x34AE 134-12356-4
-letter \x34AF 346-5
-letter \x34B0 245-45-2
-letter \x34B1 134-12356-4
-letter \x34B2 245-2456-2
-letter \x34B3 14-46-4
-letter \x34B4 13-34-4
-letter \x34B5 134-146-5
-letter \x34B6 13-12346-3
-letter \x34B7 15-13456-5
-letter \x34B8 15-1246-5
-letter \x34B9 145-2345-3
-letter \x34BA 456-4
-letter \x34BB 134-146-5
-letter \x34BC 134-1236-2
-letter \x34BD 245-45-3
-letter \x34BE 24-156-5
-letter \x34BF 14-16-2
-letter \x34C0 134-12356-4
-letter \x34C1 456-4
-letter \x34C2 123-12356-5
-letter \x34C3 145-34-5
-letter \x34C4 12-136-5
-letter \x34C5 124-13456-3
-letter \x34C6 134-12356-4
-letter \x34C7 25-5
-letter \x34C8 135-13456-5
-letter \x34C9 1235-25-5
-letter \x34CA 145-12346-5
-letter \x34CB 13-12346-5
-letter \x34CC 12-1356-3
-letter \x34CD 134-12356-4
-letter \x34CE 245-1456-3
-letter \x34CF 13-235-4
-letter \x34D0 14-34-5
-letter \x34D1 15-13456-5
-letter \x34D2 134-12356-4
-letter \x34D3 1345-1236-2
-letter \x34D4 15-346-5
-letter \x34D5 134-346-5
-letter \x34D6 135-16-5
-letter \x34D7 13-346-2
-letter \x34D8 15-34-5
-letter \x34D9 134-12356-4
-letter \x34DA 13-12346-3
-letter \x34DB 13-12346-3
-letter \x34DC 234-5
-letter \x34DD 12-456-5
-letter \x34DE 245-23456-5
-letter \x34DF 1234-16-2
-letter \x34E0 145-2345-5
-letter \x34E1 12345-12356-4
-letter \x34E2 14-25-5
-letter \x34E3 245-23456-5
-letter \x34E4 245-23456-5
-letter \x34E5 124-12346-3
-letter \x34E6 135-126-5
-letter \x34E7 13-1236-3
-letter \x34E8 245-156-5
-letter \x34E9 13-346-2
-letter \x34EA 14-1346-4
-letter \x34EB 134-12356-4
-letter \x34EC 123-34-3
-letter \x34ED 24-2346-2
-letter \x34EE 13-2346-3
-letter \x34EF 14-16-2
-letter \x34F0 1235-35-5
-letter \x34F1 24-34-3
-letter \x34F2 1234-2345-3
-letter \x34F3 145-16-3
-letter \x34F4 1245-12456-4
-letter \x34F5 2346-5
-letter \x34F6 245-346-5
-letter \x34F7 16-5
-letter \x34F8 1-25-2
-letter \x34F9 245-1246-5
-letter \x34FA 13-2345-3
-letter \x34FB 13-1346-3
-letter \x34FC 12-156-5
-letter \x34FD 12-12346-2
-letter \x34FE 15-16-3
-letter \x34FF 134-12356-4
-letter \x3500 14-46-5
-letter \x3501 145-1356-3
-letter \x3502 14-1456-2
-letter \x3503 15-236-3
-letter \x3504 15-34-5
-letter \x3505 15-246-5
-letter \x3506 125-1236-4
-letter \x3507 1234-126-3
-letter \x3508 134-12356-4
-letter \x3509 1-34-2
-letter \x350A 145-1236-4
-letter \x350B 13-2345-3
-letter \x350C 125-12356-5
-letter \x350D 12-35-3
-letter \x350E 15-236-3
-letter \x350F 14-16-5
-letter \x3510 245-2345-3
-letter \x3511 12-156-5
-letter \x3512 15-16-2
-letter \x3513 13-2345-4
-letter \x3514 134-12356-4
-letter \x3515 13-16-2
-letter \x3516 134-12356-4
-letter \x3517 12345-356-5
-letter \x3518 12-34-5
-letter \x3519 135-1356-3
-letter \x351A 123-12356-4
-letter \x351B 134-12356-4
-letter \x351C 135-126-2
-letter \x351D 14-46-4
-letter \x351E 123-2356-3
-letter \x351F 134-12356-4
-letter \x3520 1235-2346-2
-letter \x3521 1234-16-5
-letter \x3522 15-236-3
-letter \x3523 14-356-5
-letter \x3524 15-1456-5
-letter \x3525 1234-16-2
-letter \x3526 46-4
-letter \x3527 14-1256-5
-letter \x3528 135-356-5
-letter \x3529 2346-5
-letter \x352A 14-34-4
-letter \x352B 134-12356-4
-letter \x352C 1-25-2
-letter \x352D 12-156-2
-letter \x352E 1345-25-2
-letter \x352F 15-45-2
-letter \x3530 1235-1356-2
-letter \x3531 1256-4
-letter \x3532 13-1246-4
-letter \x3533 13-1246-4
-letter \x3534 16-5
-letter \x3535 15-45-4
-letter \x3536 13-1236-4
-letter \x3537 14-12356-5
-letter \x3538 124-16-3
-letter \x3539 14-2346-5
-letter \x353A 24-156-5
-letter \x353B 1234-16-3
-letter \x353C 15-123456-4
-letter \x353D 234-4
-letter \x353E 13-346-2
-letter \x353F 125-12356-5
-letter \x3540 234-2
-letter \x3541 245-236-5
-letter \x3542 1456-2
-letter \x3543 15-16-3
-letter \x3544 1-156-4
-letter \x3545 13-23456-2
-letter \x3546 1235-34-5
-letter \x3547 14-345-3
-letter \x3548 16-4
-letter \x3549 123-2346-5
-letter \x354A 12345-34-3
-letter \x354B 245-1456-2
-letter \x354C 2456-5
-letter \x354D 145-1246-3
-letter \x354E 123-2346-5
-letter \x354F 12-34-2
-letter \x3550 15-346-4
-letter \x3551 12-34-2
-letter \x3552 1246-2
-letter \x3553 12-1236-2
-letter \x3554 124-13456-3
-letter \x3555 1235-12456-5
-letter \x3556 15-34-5
-letter \x3557 234-5
-letter \x3558 245-1236-3
-letter \x3559 13-256-5
-letter \x355A 1-146-4
-letter \x355B 246-2
-letter \x355C 24-156-4
-letter \x355D 134-12356-4
-letter \x355E 24-35-3
-letter \x355F 123-1246-5
-letter \x3560 24-456-3
-letter \x3561 1235-25-5
-letter \x3562 13-2456-5
-letter \x3563 2345-4
-letter \x3564 245-234-2
-letter \x3565 24-136-3
-letter \x3566 1235-35-5
-letter \x3567 15-16-3
-letter \x3568 12345-1236-5
-letter \x3569 1234-1346-5
-letter \x356A 145-1236-4
-letter \x356B 12345-1346-4
-letter \x356C 13-12346-3
-letter \x356D 146-3
-letter \x356E 12345-34-4
-letter \x356F 1345-345-5
-letter \x3570 15-236-5
-letter \x3571 234-2
-letter \x3572 1235-35-2
-letter \x3573 15-235-3
-letter \x3574 12-136-2
-letter \x3575 13-25-2
-letter \x3576 134-126-5
-letter \x3577 1234-345-3
-letter \x3578 14-16-5
-letter \x3579 12345-345-2
-letter \x357A 1235-146-2
-letter \x357B 1234-12356-4
-letter \x357C 15-235-3
-letter \x357D 15-156-5
-letter \x357E 134-12356-4
-letter \x357F 134-12356-4
-letter \x3580 14-2346-5
-letter \x3581 14-1456-5
-letter \x3582 16-5
-letter \x3583 1235-12356-4
-letter \x3584 1-12356-3
-letter \x3585 15-1256-5
-letter \x3586 245-1256-2
-letter \x3587 156-2
-letter \x3588 14-146-4
-letter \x3589 245-16-4
-letter \x358A 15-256-2
-letter \x358B 134-12356-4
-letter \x358C 134-12356-4
-letter \x358D 134-12356-4
-letter \x358E 134-12356-4
-letter \x358F 1345-346-5
-letter \x3590 1246-4
-letter \x3591 15-346-5
-letter \x3592 124-16-2
-letter \x3593 1235-12346-2
-letter \x3594 124-123456-4
-letter \x3595 1345-346-5
-letter \x3596 1345-346-5
-letter \x3597 1456-2
-letter \x3598 1-136-3
-letter \x3599 134-12356-4
-letter \x359A 134-12356-4
-letter \x359B 134-12356-4
-letter \x359C 134-12356-4
-letter \x359D 134-12356-4
-letter \x359E 2356-3
-letter \x359F 24-12356-5
-letter \x35A0 1345-345-4
-letter \x35A1 346-5
-letter \x35A2 245-156-2
-letter \x35A3 1234-12356-4
-letter \x35A4 1235-1236-2
-letter \x35A5 13-256-5
-letter \x35A6 145-12346-4
-letter \x35A7 123456-4
-letter \x35A8 14-34-5
-letter \x35A9 15-12356-4
-letter \x35AA 1256-5
-letter \x35AB 14-13456-2
-letter \x35AC 134-12356-4
-letter \x35AD 124-2345-4
-letter \x35AE 14-123456-2
-letter \x35AF 134-12356-4
-letter \x35B0 134-12356-4
-letter \x35B1 134-12356-4
-letter \x35B2 134-12356-4
-letter \x35B3 134-12356-4
-letter \x35B4 123456-4
-letter \x35B5 13-1256-5
-letter \x35B6 1456-3
-letter \x35B7 24-156-2
-letter \x35B8 15-236-3
-letter \x35B9 1234-136-2
-letter \x35BA 12-123456-4
-letter \x35BB 1245-12356-2
-letter \x35BC 145-25-4
-letter \x35BD 125-2346-2
-letter \x35BE 2346-5
-letter \x35BF 346-2
-letter \x35C0 234-3
-letter \x35C1 2346-5
-letter \x35C2 24-1356-4
-letter \x35C3 123456-4
-letter \x35C4 134-1236-5
-letter \x35C5 1235-34-2
-letter \x35C6 13-2346-2
-letter \x35C7 15-23456-3
-letter \x35C8 134-1236-2
-letter \x35C9 14-236-5
-letter \x35CA 13-16-2
-letter \x35CB 1235-12356-2
-letter \x35CC 1-156-5
-letter \x35CD 1-2456-3
-letter \x35CE 13-23456-5
-letter \x35CF 2356-3
-letter \x35D0 123-2346-5
-letter \x35D1 135-2456-1
-letter \x35D2 2456-5
-letter \x35D3 1-1246-3
-letter \x35D4 245-2345-3
-letter \x35D5 13-12356-5
-letter \x35D6 145-1236-5
-letter \x35D7 135-16-4
-letter \x35D8 135-126-2
-letter \x35D9 12-34-2
-letter \x35DA 14-16-5
-letter \x35DB 15-246-5
-letter \x35DC 15-234-5
-letter \x35DD 134-12356-4
-letter \x35DE 1234-126-5
-letter \x35DF 134-12356-4
-letter \x35E0 134-12356-4
-letter \x35E1 134-12356-4
-letter \x35E2 1235-12346-2
-letter \x35E3 124-16-5
-letter \x35E4 245-16-3
-letter \x35E5 123-25-5
-letter \x35E6 14-146-2
-letter \x35E7 1-156-5
-letter \x35E8 2456-4
-letter \x35E9 15-16-3
-letter \x35EA 1234-16-3
-letter \x35EB 245-346-5
-letter \x35EC 12-345-3
-letter \x35ED 15-16-3
-letter \x35EE 134-12356-4
-letter \x35EF 134-12356-4
-letter \x35F0 245-12346-2
-letter \x35F1 13-16-2
-letter \x35F2 1235-35-5
-letter \x35F3 145-345-3
-letter \x35F4 2345-2
-letter \x35F5 15-1256-5
-letter \x35F6 1234-126-3
-letter \x35F7 15-2456-4
-letter \x35F8 134-12356-4
-letter \x35F9 134-12356-4
-letter \x35FA 15-345-5
-letter \x35FB 13-25-3
-letter \x35FC 346-5
-letter \x35FD 15-46-4
-letter \x35FE 15-236-3
-letter \x35FF 1235-2346-4
-letter \x3600 125-25-5
-letter \x3601 16-5
-letter \x3602 245-156-2
-letter \x3603 1345-25-5
-letter \x3604 14-1356-3
-letter \x3605 15-2345-2
-letter \x3606 124-2456-2
-letter \x3607 1245-12346-2
-letter \x3608 1345-16-4
-letter \x3609 13-346-2
-letter \x360A 16-5
-letter \x360B 15-2345-2
-letter \x360C 13-1256-5
-letter \x360D 13-16-2
-letter \x360E 1235-1236-4
-letter \x360F 134-12356-4
-letter \x3610 1234-146-5
-letter \x3611 14-16-5
-letter \x3612 134-12356-4
-letter \x3613 14-1236-2
-letter \x3614 245-1236-4
-letter \x3615 1235-1236-4
-letter \x3616 2345-2
-letter \x3617 245-1256-3
-letter \x3618 134-12356-4
-letter \x3619 2345-2
-letter \x361A 1235-1236-4
-letter \x361B 123-1236-3
-letter \x361C 12-12356-2
-letter \x361D 1345-16-5
-letter \x361E 1235-25-5
-letter \x361F 12-456-3
-letter \x3620 135-16-3
-letter \x3621 15-23456-2
-letter \x3622 12346-4
-letter \x3623 15-45-3
-letter \x3624 12456-3
-letter \x3625 2346-2
-letter \x3626 245-1456-2
-letter \x3627 15-1256-5
-letter \x3628 1345-346-5
-letter \x3629 135-16-5
-letter \x362A 1235-146-5
-letter \x362B 13-13456-5
-letter \x362C 146-3
-letter \x362D 146-3
-letter \x362E 134-12356-4
-letter \x362F 12-1346-4
-letter \x3630 1-136-3
-letter \x3631 124-1236-3
-letter \x3632 13-1256-2
-letter \x3633 245-234-3
-letter \x3634 125-25-5
-letter \x3635 135-34-5
-letter \x3636 13-346-2
-letter \x3637 2456-5
-letter \x3638 125-1346-5
-letter \x3639 245-156-2
-letter \x363A 12345-345-2
-letter \x363B 1456-3
-letter \x363C 134-12356-4
-letter \x363D 1-156-5
-letter \x363E 134-12356-4
-letter \x363F 1345-346-5
-letter \x3640 14-234-5
-letter \x3641 134-356-2
-letter \x3642 145-1246-5
-letter \x3643 135-1346-3
-letter \x3644 135-16-5
-letter \x3645 135-146-4
-letter \x3646 134-12356-4
-letter \x3647 12-34-5
-letter \x3648 15-23456-5
-letter \x3649 124-2345-4
-letter \x364A 1-1346-5
-letter \x364B 245-16-2
-letter \x364C 15-34-5
-letter \x364D 145-25-3
-letter \x364E 1246-3
-letter \x364F 12345-34-5
-letter \x3650 145-25-4
-letter \x3651 1256-4
-letter \x3652 346-4
-letter \x3653 123-1246-2
-letter \x3654 1235-1236-2
-letter \x3655 123-2356-5
-letter \x3656 134-12356-4
-letter \x3657 1246-3
-letter \x3658 246-3
-letter \x3659 134-1356-4
-letter \x365A 15-13456-3
-letter \x365B 135-34-4
-letter \x365C 124-2456-2
-letter \x365D 15-346-2
-letter \x365E 1345-346-5
-letter \x365F 14-1346-4
-letter \x3660 16-3
-letter \x3661 125-12346-3
-letter \x3662 134-1236-2
-letter \x3663 1-1346-5
-letter \x3664 15-23456-5
-letter \x3665 13-123456-5
-letter \x3666 15-346-2
-letter \x3667 14-234-5
-letter \x3668 13-16-3
-letter \x3669 14-246-2
-letter \x366A 36-5
-letter \x366B 13-16-2
-letter \x366C 1456-2
-letter \x366D 13-236-2
-letter \x366E 145-345-3
-letter \x366F 16-5
-letter \x3670 15-346-5
-letter \x3671 1235-146-5
-letter \x3672 235-3
-letter \x3673 1235-1236-4
-letter \x3674 12-1236-5
-letter \x3675 124-2456-2
-letter \x3676 124-1346-2
-letter \x3677 1-156-2
-letter \x3678 1234-34-2
-letter \x3679 134-1356-2
-letter \x367A 13-1246-5
-letter \x367B 12-1236-2
-letter \x367C 14-356-4
-letter \x367D 134-12356-4
-letter \x367E 15-236-2
-letter \x367F 134-12356-4
-letter \x3680 123-1246-3
-letter \x3681 245-246-5
-letter \x3682 1345-1346-5
-letter \x3683 256-3
-letter \x3684 1-156-5
-letter \x3685 14-12346-2
-letter \x3686 12345-34-5
-letter \x3687 125-12346-3
-letter \x3689 13-34-4
-letter \x368A 123-2456-3
-letter \x368B 1345-2345-4
-letter \x368C 1235-25-4
-letter \x368D 123-1246-4
-letter \x368E 245-1256-5
-letter \x368F 13-146-4
-letter \x3690 124-146-5
-letter \x3691 134-12356-4
-letter \x3692 24-1236-4
-letter \x3693 14-2456-4
-letter \x3694 1345-346-5
-letter \x3695 12345-34-2
-letter \x3696 13-146-4
-letter \x3697 245-346-2
-letter \x3698 135-1236-5
-letter \x3699 13-23456-3
-letter \x369A 123-12346-3
-letter \x369B 15-16-5
-letter \x369C 15-1256-5
-letter \x369D 123-1246-2
-letter \x369E 24-136-4
-letter \x369F 12-25-5
-letter \x36A0 15-246-3
-letter \x36A1 13-16-4
-letter \x36A2 1345-34-2
-letter \x36A3 13-246-4
-letter \x36A4 16-5
-letter \x36A5 1256-2
-letter \x36A6 13-16-3
-letter \x36A7 2345-4
-letter \x36A8 24-136-3
-letter \x36A9 1245-1236-4
-letter \x36AA 1235-146-5
-letter \x36AB 15-345-5
-letter \x36AC 13-256-3
-letter \x36AD 234-2
-letter \x36AE 145-1236-3
-letter \x36AF 15-1456-2
-letter \x36B0 135-16-4
-letter \x36B1 245-234-3
-letter \x36B2 145-2345-4
-letter \x36B3 2346-3
-letter \x36B4 1234-34-5
-letter \x36B5 145-12346-3
-letter \x36B6 15-156-5
-letter \x36B7 1345-2456-4
-letter \x36B8 15-156-3
-letter \x36B9 134-246-2
-letter \x36BA 256-5
-letter \x36BB 13-16-3
-letter \x36BC 1235-146-4
-letter \x36BD 245-246-4
-letter \x36BE 15-235-3
-letter \x36BF 1234-146-2
-letter \x36C0 12-34-2
-letter \x36C1 1234-1356-3
-letter \x36C2 1345-25-4
-letter \x36C3 13-346-2
-letter \x36C4 16-3
-letter \x36C5 156-5
-letter \x36C6 145-25-4
-letter \x36C7 134-12356-4
-letter \x36C8 134-12356-4
-letter \x36C9 15-16-4
-letter \x36CA 145-25-4
-letter \x36CB 134-12356-4
-letter \x36CC 134-12356-4
-letter \x36CD 245-346-5
-letter \x36CE 14-1256-4
-letter \x36CF 245-234-2
-letter \x36D0 15-146-4
-letter \x36D1 245-1236-5
-letter \x36D2 145-12356-5
-letter \x36D3 15-16-3
-letter \x36D4 12345-1356-3
-letter \x36D5 16-5
-letter \x36D6 15-25-3
-letter \x36D7 125-25-3
-letter \x36D8 1234-126-5
-letter \x36D9 15-1456-5
-letter \x36DA 124-12346-4
-letter \x36DB 24-136-3
-letter \x36DC 234-2
-letter \x36DD 135-356-5
-letter \x36DE 14-12346-5
-letter \x36DF 134-12356-4
-letter \x36E0 15-2345-2
-letter \x36E1 12456-2
-letter \x36E2 15-234-5
-letter \x36E3 256-2
-letter \x36E4 14-16-2
-letter \x36E5 124-345-5
-letter \x36E6 14-1236-4
-letter \x36E7 134-1236-4
-letter \x36E8 245-46-4
-letter \x36E9 1-12356-2
-letter \x36EA 1234-16-3
-letter \x36EB 15-16-2
-letter \x36EC 14-34-5
-letter \x36ED 15-16-2
-letter \x36EE 15-146-4
-letter \x36EF 12345-1236-5
-letter \x36F0 1235-123456-3
-letter \x36F1 1246-3
-letter \x36F2 12345-345-4
-letter \x36F3 16-5
-letter \x36F4 1345-146-4
-letter \x36F5 12-1356-3
-letter \x36F6 124-1236-5
-letter \x36F7 13-16-3
-letter \x36F8 24-34-5
-letter \x36F9 1234-2345-2
-letter \x36FA 1346-3
-letter \x36FB 123-35-3
-letter \x36FC 24-345-5
-letter \x36FD 24-1236-3
-letter \x36FE 15-2345-2
-letter \x36FF 1-156-5
-letter \x3700 134-12356-4
-letter \x3701 1-345-3
-letter \x3702 12345-1356-3
-letter \x3703 14-2345-5
-letter \x3704 15-256-2
-letter \x3705 15-1256-5
-letter \x3706 134-16-5
-letter \x3707 1235-1246-5
-letter \x3708 134-34-5
-letter \x3709 235-3
-letter \x370A 1-1236-4
-letter \x370B 16-5
-letter \x370C 13-12356-5
-letter \x370D 124-1346-2
-letter \x370E 15-16-3
-letter \x370F 256-2
-letter \x3710 24-34-5
-letter \x3711 1234-126-2
-letter \x3712 16-5
-letter \x3713 145-345-2
-letter \x3714 134-12356-4
-letter \x3715 14-2345-2
-letter \x3716 245-146-2
-letter \x3717 245-1236-3
-letter \x3718 13-346-3
-letter \x3719 14-34-5
-letter \x371A 15-34-5
-letter \x371B 1345-136-5
-letter \x371C 146-5
-letter \x371D 1236-4
-letter \x371E 245-1236-2
-letter \x371F 134-12356-4
-letter \x3720 245-1246-3
-letter \x3721 245-12346-3
-letter \x3722 14-1256-4
-letter \x3723 1245-1236-2
-letter \x3724 1345-2345-4
-letter \x3725 134-2456-2
-letter \x3726 15-256-2
-letter \x3727 236-3
-letter \x3728 1345-2456-2
-letter \x3729 146-5
-letter \x372A 15-2345-4
-letter \x372B 134-356-4
-letter \x372C 1-1236-3
-letter \x372D 134-12356-4
-letter \x372E 14-1236-5
-letter \x372F 15-16-3
-letter \x3730 236-5
-letter \x3731 1-156-2
-letter \x3732 13456-2
-letter \x3733 1235-2356-2
-letter \x3734 134-1356-5
-letter \x3735 1345-246-4
-letter \x3736 12345-1236-5
-letter \x3737 134-16-2
-letter \x3738 1345-346-5
-letter \x3739 245-1256-2
-letter \x373A 125-1236-5
-letter \x373B 14-12456-2
-letter \x373C 1-156-2
-letter \x373D 125-156-1
-letter \x373E 1235-2456-2
-letter \x373F 15-1256-5
-letter \x3740 1235-146-4
-letter \x3741 15-45-3
-letter \x3742 1-156-5
-letter \x3743 134-2345-4
-letter \x3744 12-123456-2
-letter \x3745 13-12356-5
-letter \x3746 134-12356-4
-letter \x3747 12-123456-2
-letter \x3748 14-12456-2
-letter \x3749 1-34-5
-letter \x374A 24-12356-4
-letter \x374B 14-246-4
-letter \x374C 13-234-5
-letter \x374D 15-346-4
-letter \x374E 145-13456-5
-letter \x374F 13-346-5
-letter \x3750 1245-12346-2
-letter \x3751 12345-1346-2
-letter \x3752 13-1256-3
-letter \x3753 123-2346-5
-letter \x3754 246-4
-letter \x3755 1345-13456-2
-letter \x3756 16-2
-letter \x3757 14-1346-2
-letter \x3758 235-2
-letter \x3759 1456-2
-letter \x375A 2345-2
-letter \x375B 15-34-5
-letter \x375C 15-16-2
-letter \x375D 14-1456-2
-letter \x375E 23456-5
-letter \x375F 134-146-5
-letter \x3760 134-13456-2
-letter \x3761 125-1246-5
-letter \x3762 1256-4
-letter \x3763 16-5
-letter \x3764 13-12356-5
-letter \x3765 134-16-4
-letter \x3766 13-256-5
-letter \x3767 123456-4
-letter \x3768 1235-12456-2
-letter \x3769 123-1346-3
-letter \x376A 145-2345-5
-letter \x376B 14-12346-2
-letter \x376C 12345-34-3
-letter \x376D 15-13456-4
-letter \x376E 245-1246-5
-letter \x376F 245-246-2
-letter \x3770 134-2345-2
-letter \x3771 134-1356-5
-letter \x3772 245-1456-4
-letter \x3773 134-12356-4
-letter \x3774 12456-2
-letter \x3775 145-2346-2
-letter \x3776 145-2346-2
-letter \x3777 15-256-2
-letter \x3778 135-2345-5
-letter \x3779 1345-12356-2
-letter \x377A 14-2345-2
-letter \x377B 13-1456-5
-letter \x377C 1256-3
-letter \x377D 1-1246-4
-letter \x377E 125-25-4
-letter \x377F 135-126-4
-letter \x3780 1235-1246-3
-letter \x3781 246-5
-letter \x3782 124-1246-5
-letter \x3783 13-16-2
-letter \x3784 1236-3
-letter \x3785 14-25-5
-letter \x3786 13-16-4
-letter \x3787 1246-4
-letter \x3788 134-126-5
-letter \x3789 125-25-3
-letter \x378A 15-1256-5
-letter \x378B 1345-2345-4
-letter \x378C 256-5
-letter \x378D 134-12356-4
-letter \x378E 135-345-4
-letter \x378F 1-156-2
-letter \x3790 13-1256-3
-letter \x3791 1246-4
-letter \x3792 15-346-5
-letter \x3793 245-16-5
-letter \x3794 12-156-4
-letter \x3795 15-346-5
-letter \x3796 245-156-5
-letter \x3797 245-234-2
-letter \x3798 124-123456-2
-letter \x3799 1345-246-5
-letter \x379A 1-345-4
-letter \x379B 13-16-4
-letter \x379C 124-1246-3
-letter \x379D 134-12356-4
-letter \x379E 15-12346-2
-letter \x379F 145-2345-5
-letter \x37A0 14-246-2
-letter \x37A1 1-1236-4
-letter \x37A2 1-156-3
-letter \x37A3 12345-136-3
-letter \x37A4 1456-2
-letter \x37A5 245-136-2
-letter \x37A6 13-16-4
-letter \x37A7 1235-1246-5
-letter \x37A8 125-156-4
-letter \x37A9 14-1236-2
-letter \x37AA 1345-146-2
-letter \x37AB 125-12356-4
-letter \x37AC 245-1456-4
-letter \x37AD 145-2456-5
-letter \x37AE 134-12356-4
-letter \x37AF 245-16-4
-letter \x37B0 15-1256-4
-letter \x37B1 245-12346-3
-letter \x37B2 235-5
-letter \x37B3 145-12356-4
-letter \x37B4 12-156-2
-letter \x37B5 124-146-3
-letter \x37B6 134-1456-2
-letter \x37B7 1235-456-2
-letter \x37B8 15-1246-5
-letter \x37B9 123-2346-4
-letter \x37BA 125-34-2
-letter \x37BB 1235-146-5
-letter \x37BC 12-1356-2
-letter \x37BD 15-236-5
-letter \x37BE 1345-16-2
-letter \x37BF 245-16-2
-letter \x37C0 14-2345-2
-letter \x37C1 1236-5
-letter \x37C2 134-34-4
-letter \x37C3 15-156-3
-letter \x37C4 15-46-2
-letter \x37C5 14-12346-2
-letter \x37C6 1235-35-2
-letter \x37C7 245-25-2
-letter \x37C8 245-234-2
-letter \x37C9 14-146-2
-letter \x37CA 12345-34-2
-letter \x37CB 145-1246-5
-letter \x37CC 134-1346-2
-letter \x37CD 14-1346-2
-letter \x37CE 124-25-2
-letter \x37CF 1235-1236-3
-letter \x37D0 134-1346-2
-letter \x37D1 135-126-2
-letter \x37D2 245-256-3
-letter \x37D3 245-16-2
-letter \x37D4 1235-1236-3
-letter \x37D5 134-12356-4
-letter \x37D6 14-12346-5
-letter \x37D7 135-1456-3
-letter \x37D8 124-246-2
-letter \x37D9 125-2346-2
-letter \x37DA 245-16-2
-letter \x37DB 245-2345-3
-letter \x37DC 134-16-2
-letter \x37DD 1234-356-2
-letter \x37DE 1-1236-5
-letter \x37DF 15-46-4
-letter \x37E0 13-1346-3
-letter \x37E1 134-12356-4
-letter \x37E2 245-16-2
-letter \x37E3 134-12356-4
-letter \x37E4 14-34-5
-letter \x37E5 245-136-3
-letter \x37E6 256-5
-letter \x37E7 2346-5
-letter \x37E8 145-12456-3
-letter \x37E9 134-1456-2
-letter \x37EA 1246-4
-letter \x37EB 245-45-2
-letter \x37EC 15-12356-4
-letter \x37ED 134-1456-2
-letter \x37EE 124-34-3
-letter \x37EF 2346-5
-letter \x37F0 134-13456-4
-letter \x37F1 246-4
-letter \x37F2 45-2
-letter \x37F3 14-16-5
-letter \x37F4 1246-2
-letter \x37F5 13-1346-3
-letter \x37F6 45-2
-letter \x37F7 145-345-3
-letter \x37F8 13-146-3
-letter \x37F9 14-146-2
-letter \x37FA 14-12356-2
-letter \x37FB 245-2345-5
-letter \x37FC 146-2
-letter \x37FD 135-246-4
-letter \x37FE 235-3
-letter \x37FF 134-1346-2
-letter \x3800 145-146-4
-letter \x3801 245-136-3
-letter \x3802 146-2
-letter \x3803 134-12356-4
-letter \x3804 15-16-2
-letter \x3805 12345-34-5
-letter \x3806 145-1236-3
-letter \x3807 13-234-5
-letter \x3808 1245-123456-5
-letter \x3809 124-12346-2
-letter \x380A 245-1256-3
-letter \x380B 2346-5
-letter \x380C 245-2345-3
-letter \x380D 13-16-2
-letter \x380E 13-346-2
-letter \x380F 1235-35-2
-letter \x3810 13-246-5
-letter \x3811 125-1246-5
-letter \x3812 135-246-4
-letter \x3813 134-1356-2
-letter \x3814 135-2456-5
-letter \x3815 1246-4
-letter \x3816 13-16-5
-letter \x3817 146-5
-letter \x3818 1256-4
-letter \x3819 1235-146-2
-letter \x381A 145-1246-5
-letter \x381B 25-5
-letter \x381C 1345-16-5
-letter \x381D 245-12456-2
-letter \x381E 134-12356-4
-letter \x381F 14-16-2
-letter \x3820 14-1256-2
-letter \x3821 1345-246-4
-letter \x3822 1235-2356-2
-letter \x3823 14-16-5
-letter \x3824 134-12356-4
-letter \x3825 14-356-2
-letter \x3826 12345-1356-3
-letter \x3827 134-16-4
-letter \x3828 1256-5
-letter \x3829 1235-456-3
-letter \x382A 13-1256-5
-letter \x382B 134-12356-4
-letter \x382C 134-12356-4
-letter \x382D 1-1236-4
-letter \x382E 13-1346-3
-letter \x382F 16-4
-letter \x3830 134-12356-4
-letter \x3831 13-16-5
-letter \x3832 135-16-4
-letter \x3833 134-12356-4
-letter \x3834 1245-136-5
-letter \x3835 1235-456-3
-letter \x3836 12345-1236-2
-letter \x3837 13-2346-2
-letter \x3838 12345-34-3
-letter \x3839 13-346-5
-letter \x383A 134-246-2
-letter \x383B 15-16-3
-letter \x383C 15-156-3
-letter \x383D 124-12346-2
-letter \x383E 45-3
-letter \x383F 245-156-4
-letter \x3840 135-16-5
-letter \x3841 123-35-4
-letter \x3842 14-16-5
-letter \x3843 1235-456-3
-letter \x3844 15-256-2
-letter \x3845 1345-25-4
-letter \x3846 1235-456-3
-letter \x3847 13-346-3
-letter \x3848 134-136-2
-letter \x3849 15-2345-2
-letter \x384A 245-23456-5
-letter \x384B 1236-3
-letter \x384C 134-146-5
-letter \x384D 134-12356-4
-letter \x384E 24-136-3
-letter \x384F 24-34-3
-letter \x3850 13-2345-3
-letter \x3851 13-246-4
-letter \x3852 1-123456-3
-letter \x3853 123-123456-3
-letter \x3854 34-5
-letter \x3855 13456-3
-letter \x3856 12-12346-2
-letter \x3857 124-16-2
-letter \x3858 14-2345-2
-letter \x3859 135-16-3
-letter \x385A 13-12356-3
-letter \x385B 1235-456-3
-letter \x385C 15-346-5
-letter \x385D 12345-1356-5
-letter \x385E 14-12356-2
-letter \x385F 125-146-3
-letter \x3860 1-1356-5
-letter \x3861 12-34-2
-letter \x3862 134-1236-5
-letter \x3863 14-12346-2
-letter \x3864 134-12356-4
-letter \x3865 1456-5
-letter \x3866 135-1456-3
-letter \x3867 1-1356-5
-letter \x3868 245-2345-3
-letter \x3869 14-12456-2
-letter \x386A 1345-356-2
-letter \x386B 16-5
-letter \x386C 134-12356-4
-letter \x386D 13-16-5
-letter \x386E 13-16-2
-letter \x386F 1-2456-2
-letter \x3870 1256-4
-letter \x3871 13-234-4
-letter \x3872 1235-12456-2
-letter \x3873 145-16-4
-letter \x3874 14-345-3
-letter \x3875 14-13456-2
-letter \x3876 1-156-4
-letter \x3877 135-136-4
-letter \x3878 1-345-4
-letter \x3879 13-1256-3
-letter \x387A 145-1236-5
-letter \x387B 14-246-5
-letter \x387C 15-346-5
-letter \x387D 1-146-5
-letter \x387E 15-2345-5
-letter \x387F 12-156-5
-letter \x3880 245-156-5
-letter \x3881 12-156-4
-letter \x3882 2345-4
-letter \x3883 14-1346-2
-letter \x3884 145-12356-5
-letter \x3885 14-12346-5
-letter \x3886 12-1236-2
-letter \x3887 134-12356-4
-letter \x3888 124-1246-2
-letter \x3889 12-345-2
-letter \x388A 2456-4
-letter \x388B 12-156-4
-letter \x388C 2346-3
-letter \x388D 13456-4
-letter \x388E 1-2346-2
-letter \x388F 124-12356-2
-letter \x3890 2346-3
-letter \x3891 15-1246-3
-letter \x3892 12-345-2
-letter \x3893 1-1346-5
-letter \x3894 125-12346-4
-letter \x3895 235-3
-letter \x3896 135-1236-3
-letter \x3897 245-246-5
-letter \x3898 14-2345-2
-letter \x3899 13-1456-4
-letter \x389A 14-34-4
-letter \x389B 2345-5
-letter \x389C 123-1346-3
-letter \x389D 15-34-3
-letter \x389E 16-5
-letter \x389F 12-1236-4
-letter \x38A0 13-235-4
-letter \x38A1 13-46-4
-letter \x38A2 135-16-5
-letter \x38A3 245-13456-2
-letter \x38A4 125-2456-3
-letter \x38A5 145-12346-5
-letter \x38A6 13-2346-3
-letter \x38A7 13-45-4
-letter \x38A8 1235-1236-5
-letter \x38A9 145-16-5
-letter \x38AA 34-3
-letter \x38AB 134-12356-4
-letter \x38AC 1235-12346-2
-letter \x38AD 124-146-3
-letter \x38AE 12-156-2
-letter \x38AF 134-1456-2
-letter \x38B0 135-16-5
-letter \x38B1 134-12356-4
-letter \x38B2 15-256-5
-letter \x38B3 14-34-2
-letter \x38B4 15-16-3
-letter \x38B5 15-346-2
-letter \x38B6 135-16-5
-letter \x38B7 134-12356-4
-letter \x38B8 135-16-5
-letter \x38B9 134-12356-4
-letter \x38BA 15-2345-2
-letter \x38BB 1245-1246-5
-letter \x38BC 135-346-5
-letter \x38BD 156-4
-letter \x38BE 13-45-5
-letter \x38BF 134-12356-4
-letter \x38C0 1-136-5
-letter \x38C1 135-356-5
-letter \x38C2 2346-5
-letter \x38C3 1256-5
-letter \x38C4 245-1256-2
-letter \x38C5 125-1236-5
-letter \x38C6 134-16-4
-letter \x38C7 145-16-5
-letter \x38C8 15-156-5
-letter \x38C9 13-12346-3
-letter \x38CA 134-12356-4
-letter \x38CB 145-1236-3
-letter \x38CC 24-1236-5
-letter \x38CD 124-2456-2
-letter \x38CE 134-34-5
-letter \x38CF 13-13456-5
-letter \x38D0 135-2345-5
-letter \x38D1 235-2
-letter \x38D2 245-1356-5
-letter \x38D3 245-1236-5
-letter \x38D4 145-13456-3
-letter \x38D5 134-12356-4
-letter \x38D6 134-12356-4
-letter \x38D7 134-12356-4
-letter \x38D8 12345-34-4
-letter \x38D9 145-16-2
-letter \x38DA 124-12346-4
-letter \x38DB 124-345-5
-letter \x38DC 15-13456-2
-letter \x38DD 15-12346-3
-letter \x38DE 145-25-2
-letter \x38DF 15-16-5
-letter \x38E0 124-146-3
-letter \x38E1 134-12356-4
-letter \x38E2 124-16-2
-letter \x38E3 15-23456-2
-letter \x38E4 13-2345-5
-letter \x38E5 1-156-5
-letter \x38E6 1246-3
-letter \x38E7 1456-5
-letter \x38E8 134-12356-4
-letter \x38E9 134-12356-4
-letter \x38EA 1235-12456-4
-letter \x38EB 1-12346-4
-letter \x38EC 245-16-5
-letter \x38ED 125-12346-3
-letter \x38EE 134-12356-4
-letter \x38EF 15-346-5
-letter \x38F0 15-16-3
-letter \x38F1 125-2346-2
-letter \x38F2 1246-2
-letter \x38F3 134-12356-4
-letter \x38F4 134-12356-4
-letter \x38F5 124-345-5
-letter \x38F6 1-1236-3
-letter \x38F7 1345-13456-5
-letter \x38F8 134-12356-4
-letter \x38F9 134-12356-4
-letter \x38FA 15-1456-3
-letter \x38FB 16-5
-letter \x38FC 1245-136-4
-letter \x38FD 24-34-5
-letter \x38FE 12-345-5
-letter \x38FF 1-25-2
-letter \x3900 456-5
-letter \x3901 124-2345-4
-letter \x3902 13-16-2
-letter \x3903 12345-1346-3
-letter \x3904 1234-356-5
-letter \x3905 2456-5
-letter \x3906 12345-1236-5
-letter \x3907 146-5
-letter \x3908 245-1456-5
-letter \x3909 245-23456-3
-letter \x390A 15-246-5
-letter \x390B 135-136-5
-letter \x390C 13-1236-3
-letter \x390D 245-246-3
-letter \x390E 13-2346-3
-letter \x390F 124-12346-2
-letter \x3910 12-1236-3
-letter \x3911 234-5
-letter \x3912 13-146-3
-letter \x3913 135-136-5
-letter \x3914 12345-34-5
-letter \x3915 12-34-5
-letter \x3916 1-34-4
-letter \x3917 124-2456-5
-letter \x3918 12-146-4
-letter \x3919 136-3
-letter \x391A 1235-1346-2
-letter \x391B 1245-136-5
-letter \x391C 15-1256-5
-letter \x391D 12-12346-3
-letter \x391E 145-25-2
-letter \x391F 123-12346-4
-letter \x3920 14-16-5
-letter \x3921 14-16-5
-letter \x3922 1256-5
-letter \x3923 1234-1356-3
-letter \x3924 1256-2
-letter \x3925 1235-2456-5
-letter \x3926 14-16-5
-letter \x3927 1235-12356-2
-letter \x3928 13-12346-4
-letter \x3929 123-2346-5
-letter \x392A 45-5
-letter \x392B 145-2346-2
-letter \x392C 1235-1246-5
-letter \x392D 13-246-3
-letter \x392E 13-456-5
-letter \x392F 13-235-3
-letter \x3930 125-25-5
-letter \x3931 12345-34-5
-letter \x3932 245-346-5
-letter \x3933 135-2456-4
-letter \x3934 12-2346-5
-letter \x3935 245-156-2
-letter \x3936 134-1346-2
-letter \x3937 1235-1236-3
-letter \x3938 15-16-5
-letter \x3939 245-234-2
-letter \x393A 1235-456-3
-letter \x393B 14-12456-4
-letter \x393C 13-346-2
-letter \x393D 12-12356-2
-letter \x393E 124-1236-5
-letter \x393F 2345-5
-letter \x3940 145-2346-2
-letter \x3941 145-2346-2
-letter \x3942 124-2346-5
-letter \x3943 134-136-3
-letter \x3944 14-13456-2
-letter \x3945 24-12356-5
-letter \x3946 124-1246-5
-letter \x3947 245-1236-2
-letter \x3948 145-346-2
-letter \x3949 12-156-5
-letter \x394A 1234-1356-2
-letter \x394B 16-3
-letter \x394C 13-1256-2
-letter \x394D 13-16-5
-letter \x394E 14-16-2
-letter \x394F 124-2345-4
-letter \x3950 45-5
-letter \x3951 234-3
-letter \x3952 245-2456-4
-letter \x3953 245-16-3
-letter \x3954 1256-5
-letter \x3955 14-2345-2
-letter \x3956 245-12346-3
-letter \x3957 134-12356-4
-letter \x3958 134-12356-4
-letter \x3959 134-12356-4
-letter \x395A 1256-2
-letter \x395B 13-16-2
-letter \x395C 1246-5
-letter \x395D 134-16-4
-letter \x395E 15-1246-5
-letter \x395F 15-346-2
-letter \x3960 15-1256-4
-letter \x3961 12-156-5
-letter \x3962 245-234-2
-letter \x3963 1235-1246-5
-letter \x3964 13-1456-3
-letter \x3965 1256-2
-letter \x3966 245-346-5
-letter \x3967 24-123456-5
-letter \x3968 24-1246-5
-letter \x3969 145-25-4
-letter \x396A 14-12356-2
-letter \x396B 145-123456-3
-letter \x396C 1234-1346-2
-letter \x396D 124-2456-5
-letter \x396E 12-146-4
-letter \x396F 1456-4
-letter \x3970 15-146-3
-letter \x3971 12345-356-4
-letter \x3972 12-136-3
-letter \x3973 45-2
-letter \x3974 16-2
-letter \x3975 1235-123456-5
-letter \x3976 15-2346-5
-letter \x3977 245-346-5
-letter \x3978 134-1456-4
-letter \x3979 12345-136-4
-letter \x397A 1235-2346-2
-letter \x397B 134-12356-4
-letter \x397C 1456-5
-letter \x397D 245-2346-5
-letter \x397E 1345-16-5
-letter \x397F 146-5
-letter \x3980 1234-1356-2
-letter \x3981 14-2345-2
-letter \x3982 12-1346-2
-letter \x3983 12-1236-4
-letter \x3984 134-345-2
-letter \x3985 145-346-2
-letter \x3986 1235-34-3
-letter \x3987 14-34-5
-letter \x3988 134-12356-4
-letter \x3989 16-5
-letter \x398A 1235-35-2
-letter \x398B 1-345-3
-letter \x398C 1235-34-3
-letter \x398D 2346-5
-letter \x398E 1235-25-5
-letter \x398F 15-45-5
-letter \x3990 1345-16-5
-letter \x3991 15-2345-5
-letter \x3992 14-16-2
-letter \x3993 15-2345-5
-letter \x3994 2345-5
-letter \x3995 14-12346-2
-letter \x3996 134-136-5
-letter \x3997 13-1456-3
-letter \x3998 13-16-3
-letter \x3999 134-12356-4
-letter \x399A 135-2345-4
-letter \x399B 1256-2
-letter \x399C 1235-25-5
-letter \x399D 134-246-4
-letter \x399E 12-12356-2
-letter \x399F 134-2456-2
-letter \x39A0 145-1246-5
-letter \x39A1 14-2346-5
-letter \x39A2 13-346-2
-letter \x39A3 1246-5
-letter \x39A4 16-5
-letter \x39A5 1235-12456-2
-letter \x39A6 1235-2346-5
-letter \x39A7 245-1236-4
-letter \x39A8 14-1236-2
-letter \x39A9 1456-4
-letter \x39AA 15-346-5
-letter \x39AB 125-345-3
-letter \x39AC 14-25-4
-letter \x39AD 14-13456-2
-letter \x39AE 245-2345-2
-letter \x39AF 1235-25-5
-letter \x39B0 13-2345-3
-letter \x39B1 25-4
-letter \x39B2 125-2456-3
-letter \x39B3 1-156-5
-letter \x39B4 13-2346-2
-letter \x39B5 1-34-3
-letter \x39B6 145-346-2
-letter \x39B7 235-4
-letter \x39B8 13-16-4
-letter \x39B9 1346-5
-letter \x39BA 1245-34-4
-letter \x39BB 15-16-2
-letter \x39BC 24-456-5
-letter \x39BD 15-1256-5
-letter \x39BE 16-2
-letter \x39BF 1235-34-5
-letter \x39C0 13-16-2
-letter \x39C1 245-1256-5
-letter \x39C2 124-2345-2
-letter \x39C3 24-12356-3
-letter \x39C4 245-2345-4
-letter \x39C5 134-34-5
-letter \x39C6 13-1456-5
-letter \x39C7 134-146-4
-letter \x39C8 1456-4
-letter \x39C9 13-2456-5
-letter \x39CA 135-345-2
-letter \x39CB 15-2345-4
-letter \x39CC 134-146-5
-letter \x39CD 12345-1346-4
-letter \x39CE 23456-2
-letter \x39CF 13-1346-3
-letter \x39D0 15-12346-4
-letter \x39D1 1246-2
-letter \x39D2 15-236-2
-letter \x39D3 13-35-3
-letter \x39D4 13-2356-5
-letter \x39D5 13-234-5
-letter \x39D6 2346-5
-letter \x39D7 125-156-4
-letter \x39D8 245-1246-5
-letter \x39D9 135-16-5
-letter \x39DA 35-4
-letter \x39DB 14-1236-4
-letter \x39DC 14-346-5
-letter \x39DD 13-23456-3
-letter \x39DE 135-345-2
-letter \x39DF 123-2356-4
-letter \x39E0 134-12356-4
-letter \x39E1 1235-2456-5
-letter \x39E2 1456-3
-letter \x39E3 1-34-5
-letter \x39E4 12-12346-5
-letter \x39E5 15-2345-4
-letter \x39E6 15-45-5
-letter \x39E7 24-34-3
-letter \x39E8 245-234-2
-letter \x39E9 1234-356-5
-letter \x39EA 13-1246-4
-letter \x39EB 156-2
-letter \x39EC 13-12346-4
-letter \x39ED 245-235-2
-letter \x39EE 1235-34-3
-letter \x39EF 14-146-4
-letter \x39F0 14-16-5
-letter \x39F1 12-136-5
-letter \x39F2 15-1236-4
-letter \x39F3 135-126-2
-letter \x39F4 25-4
-letter \x39F5 1234-12356-2
-letter \x39F6 123-1356-3
-letter \x39F7 145-25-5
-letter \x39F8 1234-1356-3
-letter \x39F9 124-2346-5
-letter \x39FA 124-345-5
-letter \x39FB 1-156-4
-letter \x39FC 135-246-5
-letter \x39FD 13-34-5
-letter \x39FE 123-34-3
-letter \x39FF 12-456-3
-letter \x3A00 135-13456-4
-letter \x3A01 1-156-2
-letter \x3A02 145-12346-4
-letter \x3A03 12-1356-2
-letter \x3A04 1-146-5
-letter \x3A05 1345-356-5
-letter \x3A06 14-1456-4
-letter \x3A07 1234-126-2
-letter \x3A08 13-16-4
-letter \x3A09 134-1456-4
-letter \x3A0A 1246-4
-letter \x3A0B 12-2346-4
-letter \x3A0C 13-12356-5
-letter \x3A0D 135-1346-3
-letter \x3A0E 1245-34-2
-letter \x3A0F 124-1236-3
-letter \x3A10 135-34-4
-letter \x3A11 125-12346-3
-letter \x3A12 123-1246-2
-letter \x3A13 14-146-2
-letter \x3A14 1235-1236-5
-letter \x3A15 13456-2
-letter \x3A16 1-156-5
-letter \x3A17 13-346-2
-letter \x3A18 15-13456-4
-letter \x3A19 15-346-2
-letter \x3A1A 15-256-2
-letter \x3A1B 24-1236-4
-letter \x3A1C 245-2345-2
-letter \x3A1D 15-346-5
-letter \x3A1E 15-34-5
-letter \x3A1F 1235-2456-2
-letter \x3A20 134-16-5
-letter \x3A21 1235-123456-2
-letter \x3A22 1234-16-3
-letter \x3A23 235-4
-letter \x3A24 1235-1246-5
-letter \x3A25 1345-345-5
-letter \x3A26 15-12346-4
-letter \x3A27 135-136-5
-letter \x3A28 14-234-5
-letter \x3A29 13-346-2
-letter \x3A2A 1235-456-5
-letter \x3A2B 14-1236-4
-letter \x3A2C 45-2
-letter \x3A2D 1235-34-5
-letter \x3A2E 145-12356-3
-letter \x3A2F 1235-25-5
-letter \x3A30 13-2346-2
-letter \x3A31 246-2
-letter \x3A32 245-2346-5
-letter \x3A33 13-1246-4
-letter \x3A34 13-2345-5
-letter \x3A35 13-2345-4
-letter \x3A36 12-12356-2
-letter \x3A37 13-1456-5
-letter \x3A38 134-345-5
-letter \x3A39 1235-1246-5
-letter \x3A3A 134-136-2
-letter \x3A3B 245-1236-2
-letter \x3A3C 14-236-5
-letter \x3A3D 1234-16-4
-letter \x3A3E 46-5
-letter \x3A3F 13-1256-5
-letter \x3A40 13-1256-5
-letter \x3A41 245-236-5
-letter \x3A42 134-12356-4
-letter \x3A43 245-2345-3
-letter \x3A44 24-2456-3
-letter \x3A45 12-12356-3
-letter \x3A46 13-234-5
-letter \x3A47 1235-35-5
-letter \x3A48 15-2345-5
-letter \x3A49 15-346-2
-letter \x3A4A 15-45-3
-letter \x3A4B 15-34-5
-letter \x3A4C 12345-356-5
-letter \x3A4D 245-2346-5
-letter \x3A4E 346-5
-letter \x3A4F 1235-356-3
-letter \x3A50 145-123456-5
-letter \x3A51 134-12356-4
-letter \x3A52 245-1456-2
-letter \x3A53 1235-1246-4
-letter \x3A54 124-123456-2
-letter \x3A55 14-13456-3
-letter \x3A56 245-46-2
-letter \x3A57 15-16-2
-letter \x3A58 16-4
-letter \x3A59 15-2456-5
-letter \x3A5A 134-1356-2
-letter \x3A5B 124-12456-2
-letter \x3A5C 14-1236-4
-letter \x3A5D 1235-146-2
-letter \x3A5E 245-156-5
-letter \x3A5F 1-2456-5
-letter \x3A60 1234-246-4
-letter \x3A61 14-25-4
-letter \x3A62 134-16-2
-letter \x3A63 1235-1246-3
-letter \x3A64 12345-34-3
-letter \x3A65 15-2345-3
-letter \x3A66 15-346-2
-letter \x3A67 135-126-2
-letter \x3A68 1235-1246-5
-letter \x3A69 245-16-4
-letter \x3A6A 15-346-2
-letter \x3A6B 1-156-2
-letter \x3A6C 15-16-3
-letter \x3A6D 135-126-2
-letter \x3A6E 245-2345-2
-letter \x3A6F 135-1236-4
-letter \x3A70 13-246-4
-letter \x3A71 13-236-2
-letter \x3A72 123-123456-4
-letter \x3A73 15-12346-4
-letter \x3A74 13-1256-2
-letter \x3A75 2346-5
-letter \x3A76 1345-346-5
-letter \x3A77 245-2345-3
-letter \x3A78 145-346-2
-letter \x3A79 145-346-2
-letter \x3A7A 1234-16-3
-letter \x3A7B 13-1246-4
-letter \x3A7C 1-156-3
-letter \x3A7D 245-16-2
-letter \x3A7E 12-1246-2
-letter \x3A7F 123-34-3
-letter \x3A80 1256-2
-letter \x3A81 245-1456-2
-letter \x3A82 123-34-3
-letter \x3A83 123-2346-4
-letter \x3A84 12345-34-2
-letter \x3A85 13-1356-5
-letter \x3A86 145-16-4
-letter \x3A87 15-2345-5
-letter \x3A88 13-1246-5
-letter \x3A89 1235-2346-2
-letter \x3A8A 245-256-2
-letter \x3A8B 1235-1236-5
-letter \x3A8C 124-12346-4
-letter \x3A8D 135-126-2
-letter \x3A8E 24-1236-4
-letter \x3A8F 135-16-4
-letter \x3A90 14-34-5
-letter \x3A91 346-5
-letter \x3A92 1345-16-2
-letter \x3A93 12-2356-2
-letter \x3A94 15-1236-5
-letter \x3A95 145-246-5
-letter \x3A96 14-34-5
-letter \x3A97 124-12356-4
-letter \x3A98 14-2345-4
-letter \x3A99 123-2346-4
-letter \x3A9A 15-1236-5
-letter \x3A9B 1-136-4
-letter \x3A9C 12-2356-4
-letter \x3A9D 14-2345-5
-letter \x3A9E 134-146-5
-letter \x3A9F 145-123456-3
-letter \x3AA0 245-2345-5
-letter \x3AA1 123-2346-4
-letter \x3AA2 24-146-4
-letter \x3AA3 245-246-5
-letter \x3AA4 135-16-5
-letter \x3AA5 1-345-3
-letter \x3AA6 1456-5
-letter \x3AA7 15-16-3
-letter \x3AA8 24-1236-5
-letter \x3AA9 15-34-5
-letter \x3AAA 15-345-5
-letter \x3AAB 1245-1246-5
-letter \x3AAC 1-25-2
-letter \x3AAD 14-34-2
-letter \x3AAE 14-13456-2
-letter \x3AAF 12-345-2
-letter \x3AB0 1-2456-3
-letter \x3AB1 1235-12456-5
-letter \x3AB2 134-12356-4
-letter \x3AB3 134-12356-4
-letter \x3AB4 13-23456-2
-letter \x3AB5 135-1236-5
-letter \x3AB6 1235-34-2
-letter \x3AB7 145-12356-4
-letter \x3AB8 1-136-3
-letter \x3AB9 14-12356-4
-letter \x3ABA 13-1256-3
-letter \x3ABB 13-45-5
-letter \x3ABC 123-2346-4
-letter \x3ABD 15-25-4
-letter \x3ABE 13-2346-2
-letter \x3ABF 1-2346-2
-letter \x3AC0 145-13456-4
-letter \x3AC1 145-12456-5
-letter \x3AC2 1-34-5
-letter \x3AC3 2345-4
-letter \x3AC4 1234-1346-2
-letter \x3AC5 12-345-2
-letter \x3AC6 134-12356-4
-letter \x3AC7 134-12356-4
-letter \x3AC8 134-12356-4
-letter \x3AC9 1345-16-4
-letter \x3ACA 16-4
-letter \x3ACB 1-1236-3
-letter \x3ACD 234-2
-letter \x3ACE 13-123456-4
-letter \x3ACF 246-4
-letter \x3AD0 246-4
-letter \x3AD1 24-156-2
-letter \x3AD2 13-12346-4
-letter \x3AD3 245-16-4
-letter \x3AD4 13-136-5
-letter \x3AD5 13-456-3
-letter \x3AD6 1-156-4
-letter \x3AD7 1235-12356-5
-letter \x3AD8 134-16-5
-letter \x3AD9 12345-34-2
-letter \x3ADA 1235-34-3
-letter \x3ADB 13-456-5
-letter \x3ADC 145-1236-5
-letter \x3ADD 145-16-3
-letter \x3ADE 124-146-3
-letter \x3ADF 2345-2
-letter \x3AE0 135-1236-5
-letter \x3AE1 145-12346-3
-letter \x3AE2 245-1256-5
-letter \x3AE3 134-12356-4
-letter \x3AE4 12-1346-4
-letter \x3AE5 134-13456-4
-letter \x3AE6 124-146-3
-letter \x3AE7 135-146-5
-letter \x3AE8 1236-3
-letter \x3AE9 12-123456-3
-letter \x3AEA 12-12346-3
-letter \x3AEB 15-2345-4
-letter \x3AEC 15-256-2
-letter \x3AED 134-12356-4
-letter \x3AEE 125-156-5
-letter \x3AEF 134-146-5
-letter \x3AF0 14-1346-4
-letter \x3AF1 1345-1236-4
-letter \x3AF2 1234-356-5
-letter \x3AF3 12-136-2
-letter \x3AF4 15-246-5
-letter \x3AF5 12345-356-2
-letter \x3AF6 1-12356-4
-letter \x3AF7 13-16-3
-letter \x3AF8 245-346-5
-letter \x3AF9 145-2456-5
-letter \x3AFA 15-16-2
-letter \x3AFB 13-123456-5
-letter \x3AFC 145-346-2
-letter \x3AFD 14-34-5
-letter \x3AFE 134-12356-4
-letter \x3AFF 134-12356-4
-letter \x3B00 134-12356-4
-letter \x3B01 12-345-3
-letter \x3B02 1256-2
-letter \x3B03 124-2456-2
-letter \x3B04 12-1236-5
-letter \x3B05 134-1236-5
-letter \x3B06 134-2345-2
-letter \x3B07 1235-12456-5
-letter \x3B08 123456-3
-letter \x3B09 1345-12456-4
-letter \x3B0A 1235-12456-4
-letter \x3B0B 1235-12356-2
-letter \x3B0C 13-13456-5
-letter \x3B0D 135-126-2
-letter \x3B0E 15-2345-4
-letter \x3B0F 14-16-5
-letter \x3B10 13-1456-4
-letter \x3B11 1235-25-5
-letter \x3B12 134-1346-4
-letter \x3B13 1234-246-5
-letter \x3B14 1235-146-2
-letter \x3B15 46-2
-letter \x3B16 134-12356-4
-letter \x3B17 15-2345-5
-letter \x3B18 15-34-5
-letter \x3B19 1246-4
-letter \x3B1A 12-2346-5
-letter \x3B1B 15-16-3
-letter \x3B1C 13-1456-5
-letter \x3B1D 245-1356-2
-letter \x3B1E 1235-2346-5
-letter \x3B1F 12345-136-3
-letter \x3B20 24-2456-5
-letter \x3B21 14-13456-2
-letter \x3B22 15-16-3
-letter \x3B23 145-1246-5
-letter \x3B24 245-16-3
-letter \x3B25 1234-34-5
-letter \x3B26 236-5
-letter \x3B27 135-126-2
-letter \x3B28 134-1346-4
-letter \x3B29 1235-1246-5
-letter \x3B2A 145-346-2
-letter \x3B2B 2345-5
-letter \x3B2C 13-1256-5
-letter \x3B2D 13-246-5
-letter \x3B2E 123-2356-5
-letter \x3B2F 14-346-5
-letter \x3B30 1256-2
-letter \x3B31 124-16-5
-letter \x3B32 124-2345-3
-letter \x3B33 34-4
-letter \x3B34 1235-12346-4
-letter \x3B35 15-246-2
-letter \x3B36 1235-146-5
-letter \x3B37 13-256-5
-letter \x3B38 124-246-3
-letter \x3B39 1-1356-3
-letter \x3B3A 124-1356-2
-letter \x3B3B 1235-456-4
-letter \x3B3C 12345-34-5
-letter \x3B3D 134-1346-4
-letter \x3B3E 134-1346-4
-letter \x3B3F 145-123456-5
-letter \x3B40 134-1346-4
-letter \x3B41 1245-1356-2
-letter \x3B42 13-246-4
-letter \x3B43 13-1346-3
-letter \x3B44 15-1456-5
-letter \x3B45 134-1346-4
-letter \x3B46 134-1346-4
-letter \x3B47 45-5
-letter \x3B48 13-236-2
-letter \x3B49 1235-35-2
-letter \x3B4A 15-16-3
-letter \x3B4B 135-1346-5
-letter \x3B4C 134-12356-2
-letter \x3B4D 245-16-3
-letter \x3B4E 13-1346-3
-letter \x3B4F 1246-4
-letter \x3B50 134-12356-4
-letter \x3B51 134-356-5
-letter \x3B52 15-156-5
-letter \x3B53 135-2345-5
-letter \x3B54 14-34-2
-letter \x3B55 245-1256-3
-letter \x3B56 134-12356-4
-letter \x3B57 134-12356-4
-letter \x3B58 1235-2346-2
-letter \x3B59 24-2346-2
-letter \x3B5A 14-1256-4
-letter \x3B5B 1234-2456-5
-letter \x3B5C 1245-12346-2
-letter \x3B5D 245-234-2
-letter \x3B5E 14-346-5
-letter \x3B5F 13-12346-4
-letter \x3B60 15-2345-4
-letter \x3B61 15-16-5
-letter \x3B62 15-13456-3
-letter \x3B63 134-12356-4
-letter \x3B64 1345-246-4
-letter \x3B65 134-12356-4
-letter \x3B66 12-345-3
-letter \x3B67 134-12356-4
-letter \x3B68 15-346-2
-letter \x3B69 14-356-5
-letter \x3B6A 12345-34-3
-letter \x3B6B 245-25-2
-letter \x3B6C 1-25-2
-letter \x3B6D 12345-356-5
-letter \x3B6E 125-25-5
-letter \x3B6F 145-346-2
-letter \x3B70 13-16-5
-letter \x3B71 1235-2346-2
-letter \x3B72 13-16-2
-letter \x3B73 134-12356-4
-letter \x3B74 13-2345-3
-letter \x3B75 134-12356-4
-letter \x3B76 13-2356-5
-letter \x3B77 134-12356-4
-letter \x3B78 124-34-2
-letter \x3B79 15-2345-2
-letter \x3B7A 2345-4
-letter \x3B7B 124-1346-2
-letter \x3B7C 124-345-5
-letter \x3B7D 145-16-4
-letter \x3B7E 13-236-2
-letter \x3B7F 1346-2
-letter \x3B80 1235-1236-2
-letter \x3B81 246-2
-letter \x3B82 13-1256-2
-letter \x3B83 1246-3
-letter \x3B84 135-1346-4
-letter \x3B85 1-1246-3
-letter \x3B86 1345-346-5
-letter \x3B87 124-2345-5
-letter \x3B88 1345-2456-5
-letter \x3B89 134-12356-4
-letter \x3B8A 134-12356-4
-letter \x3B8B 234-4
-letter \x3B8C 134-2345-2
-letter \x3B8D 13-2345-3
-letter \x3B8E 135-356-3
-letter \x3B8F 1345-2456-5
-letter \x3B90 15-13456-4
-letter \x3B91 245-16-5
-letter \x3B92 1245-1236-4
-letter \x3B93 13-136-5
-letter \x3B94 124-12346-2
-letter \x3B95 156-2
-letter \x3B96 13-23456-2
-letter \x3B97 245-1456-2
-letter \x3B98 134-146-5
-letter \x3B99 2346-5
-letter \x3B9A 14-16-5
-letter \x3B9B 12-156-2
-letter \x3B9C 125-1346-3
-letter \x3B9D 1235-2346-2
-letter \x3B9E 13-346-2
-letter \x3B9F 13-16-2
-letter \x3BA0 134-12356-4
-letter \x3BA1 13-12456-5
-letter \x3BA2 1235-12356-2
-letter \x3BA3 13-2456-5
-letter \x3BA4 15-12346-3
-letter \x3BA5 12345-136-5
-letter \x3BA6 15-2346-5
-letter \x3BA7 34-3
-letter \x3BA8 13-16-2
-letter \x3BA9 15-16-2
-letter \x3BAA 245-235-2
-letter \x3BAB 1235-2346-2
-letter \x3BAC 12346-3
-letter \x3BAD 15-2345-2
-letter \x3BAE 13-346-2
-letter \x3BAF 1235-35-2
-letter \x3BB0 135-16-2
-letter \x3BB1 24-1356-3
-letter \x3BB2 12-12356-3
-letter \x3BB3 1-136-5
-letter \x3BB4 15-146-3
-letter \x3BB5 1-1236-3
-letter \x3BB6 24-25-5
-letter \x3BB7 13-16-3
-letter \x3BB8 15-12346-5
-letter \x3BB9 1-156-4
-letter \x3BBA 135-136-4
-letter \x3BBB 15-146-3
-letter \x3BBC 24-1236-5
-letter \x3BBD 134-12356-4
-letter \x3BBE 14-1346-4
-letter \x3BBF 135-16-5
-letter \x3BC0 15-2345-4
-letter \x3BC1 135-1346-5
-letter \x3BC2 145-2456-5
-letter \x3BC3 245-16-3
-letter \x3BC4 1-156-3
-letter \x3BC5 1234-16-2
-letter \x3BC6 12-1236-4
-letter \x3BC7 135-16-5
-letter \x3BC8 15-34-5
-letter \x3BC9 1235-25-5
-letter \x3BCA 1235-136-2
-letter \x3BCB 13456-4
-letter \x3BCC 12-12456-2
-letter \x3BCD 13-46-4
-letter \x3BCE 1345-136-5
-letter \x3BCF 13-34-4
-letter \x3BD0 124-25-4
-letter \x3BD1 134-12356-4
-letter \x3BD2 134-12356-4
-letter \x3BD3 124-345-5
-letter \x3BD4 245-1246-5
-letter \x3BD5 15-16-3
-letter \x3BD6 145-2346-2
-letter \x3BD7 1245-1236-4
-letter \x3BD8 123-12456-4
-letter \x3BD9 12-2346-5
-letter \x3BDA 145-345-2
-letter \x3BDB 1235-34-2
-letter \x3BDC 245-1246-5
-letter \x3BDD 14-34-5
-letter \x3BDE 13-45-5
-letter \x3BDF 14-34-5
-letter \x3BE0 245-2345-5
-letter \x3BE1 1234-146-5
-letter \x3BE2 1-136-5
-letter \x3BE3 12345-136-3
-letter \x3BE4 14-16-5
-letter \x3BE5 245-146-2
-letter \x3BE6 245-16-2
-letter \x3BE7 134-12356-4
-letter \x3BE8 134-12356-4
-letter \x3BE9 124-16-5
-letter \x3BEA 14-13456-2
-letter \x3BEB 245-1256-2
-letter \x3BEC 14-2345-4
-letter \x3BED 14-34-4
-letter \x3BEE 24-34-4
-letter \x3BEF 13-12346-5
-letter \x3BF0 1-2346-2
-letter \x3BF1 135-246-4
-letter \x3BF2 13-1456-5
-letter \x3BF3 245-13456-2
-letter \x3BF4 1245-12346-2
-letter \x3BF5 145-12346-4
-letter \x3BF6 125-12346-3
-letter \x3BF7 1234-34-2
-letter \x3BF8 13-1456-4
-letter \x3BF9 135-246-4
-letter \x3BFA 13-2345-5
-letter \x3BFB 13-123456-4
-letter \x3BFC 134-12356-4
-letter \x3BFD 135-1456-3
-letter \x3BFE 125-146-3
-letter \x3BFF 14-346-5
-letter \x3C00 14-16-2
-letter \x3C01 14-25-4
-letter \x3C02 24-136-4
-letter \x3C03 134-2345-2
-letter \x3C04 13-2345-5
-letter \x3C05 145-16-2
-letter \x3C06 135-356-5
-letter \x3C07 13-2345-3
-letter \x3C08 14-2345-5
-letter \x3C09 1-136-3
-letter \x3C0A 15-256-2
-letter \x3C0B 1234-1456-2
-letter \x3C0C 245-236-5
-letter \x3C0D 14-12346-2
-letter \x3C0E 125-1246-5
-letter \x3C0F 13-146-3
-letter \x3C10 13-236-2
-letter \x3C11 24-1236-3
-letter \x3C12 15-236-2
-letter \x3C13 134-12356-4
-letter \x3C14 15-346-5
-letter \x3C15 15-16-3
-letter \x3C16 14-1236-4
-letter \x3C17 245-34-5
-letter \x3C18 16-2
-letter \x3C19 1345-25-2
-letter \x3C1A 14-16-2
-letter \x3C1B 236-5
-letter \x3C1C 134-12356-4
-letter \x3C1D 16-4
-letter \x3C1E 12-156-3
-letter \x3C1F 13-16-5
-letter \x3C20 123-1346-5
-letter \x3C21 15-346-5
-letter \x3C22 123-1356-3
-letter \x3C23 125-156-5
-letter \x3C24 123-2346-4
-letter \x3C25 1235-1246-5
-letter \x3C26 245-1256-3
-letter \x3C27 1235-2456-3
-letter \x3C28 24-136-4
-letter \x3C29 1235-2456-3
-letter \x3C2A 13-1246-3
-letter \x3C2B 12-1236-3
-letter \x3C2C 15-256-2
-letter \x3C2D 15-1256-3
-letter \x3C2E 24-136-5
-letter \x3C2F 123-12356-5
-letter \x3C30 245-346-5
-letter \x3C31 24-345-5
-letter \x3C32 15-1256-5
-letter \x3C33 23456-5
-letter \x3C34 1234-126-2
-letter \x3C35 125-34-2
-letter \x3C36 234-4
-letter \x3C37 125-156-5
-letter \x3C38 14-2345-4
-letter \x3C39 13-1456-5
-letter \x3C3A 15-23456-2
-letter \x3C3B 16-4
-letter \x3C3C 245-346-5
-letter \x3C3D 134-16-4
-letter \x3C3E 13-246-5
-letter \x3C3F 15-16-3
-letter \x3C40 12-156-4
-letter \x3C41 24-156-5
-letter \x3C42 123-1346-3
-letter \x3C43 1456-4
-letter \x3C44 134-126-5
-letter \x3C45 16-5
-letter \x3C46 15-16-3
-letter \x3C47 15-2346-5
-letter \x3C48 13-1456-5
-letter \x3C49 346-5
-letter \x3C4A 234-3
-letter \x3C4B 245-236-5
-letter \x3C4C 12-2346-5
-letter \x3C4D 14-12456-2
-letter \x3C4E 123-123456-3
-letter \x3C4F 1-1356-5
-letter \x3C50 134-12356-4
-letter \x3C51 134-12356-4
-letter \x3C52 1235-2346-3
-letter \x3C53 134-12356-4
-letter \x3C54 15-346-3
-letter \x3C55 13-1246-3
-letter \x3C56 245-1246-5
-letter \x3C57 15-234-3
-letter \x3C58 1236-5
-letter \x3C59 15-234-4
-letter \x3C5A 245-1236-2
-letter \x3C5B 12-12456-4
-letter \x3C5C 1-345-2
-letter \x3C5D 134-12356-4
-letter \x3C5E 13-16-2
-letter \x3C5F 135-126-2
-letter \x3C60 123-34-3
-letter \x3C61 24-1356-3
-letter \x3C62 14-1346-2
-letter \x3C63 124-1246-4
-letter \x3C64 15-16-2
-letter \x3C65 14-1356-5
-letter \x3C66 2346-5
-letter \x3C67 25-5
-letter \x3C68 14-2345-5
-letter \x3C69 145-34-2
-letter \x3C6A 134-136-5
-letter \x3C6B 14-1236-5
-letter \x3C6C 1246-4
-letter \x3C6D 145-12456-5
-letter \x3C6E 123-2356-5
-letter \x3C6F 2456-2
-letter \x3C70 125-2456-4
-letter \x3C71 1235-1246-5
-letter \x3C72 16-5
-letter \x3C73 134-126-5
-letter \x3C74 125-156-5
-letter \x3C75 135-136-5
-letter \x3C76 135-1356-5
-letter \x3C77 134-12356-4
-letter \x3C78 135-16-5
-letter \x3C79 14-16-5
-letter \x3C7A 14-34-2
-letter \x3C7B 14-25-4
-letter \x3C7C 1235-2456-3
-letter \x3C7D 1-136-4
-letter \x3C7E 123-2456-3
-letter \x3C7F 245-236-5
-letter \x3C80 12-136-2
-letter \x3C81 123-13456-3
-letter \x3C82 12-1356-2
-letter \x3C83 13-234-5
-letter \x3C84 123-12356-5
-letter \x3C85 13-16-5
-letter \x3C86 14-13456-2
-letter \x3C87 145-13456-3
-letter \x3C88 24-146-2
-letter \x3C89 123-2456-5
-letter \x3C8A 1245-1246-5
-letter \x3C8B 12-25-5
-letter \x3C8C 1345-1356-5
-letter \x3C8D 12-156-5
-letter \x3C8E 14-12356-2
-letter \x3C8F 135-146-4
-letter \x3C90 134-12356-4
-letter \x3C91 24-1246-4
-letter \x3C92 135-146-5
-letter \x3C93 24-34-5
-letter \x3C94 15-2345-3
-letter \x3C95 14-356-5
-letter \x3C96 15-246-3
-letter \x3C97 12345-34-3
-letter \x3C98 245-1256-2
-letter \x3C99 24-34-3
-letter \x3C9A 24-345-3
-letter \x3C9B 1-156-4
-letter \x3C9C 124-1236-4
-letter \x3C9D 1245-12346-4
-letter \x3C9E 125-34-2
-letter \x3C9F 13456-4
-letter \x3CA0 134-146-2
-letter \x3CA1 1345-2456-5
-letter \x3CA2 135-2345-5
-letter \x3CA3 15-12356-3
-letter \x3CA4 24-2356-3
-letter \x3CA5 124-1346-2
-letter \x3CA6 1235-1236-5
-letter \x3CA7 125-146-5
-letter \x3CA8 1245-12346-2
-letter \x3CA9 124-345-5
-letter \x3CAA 145-1356-3
-letter \x3CAB 1234-34-2
-letter \x3CAC 13-246-3
-letter \x3CAD 124-1236-4
-letter \x3CAE 134-12356-4
-letter \x3CAF 14-1236-2
-letter \x3CB0 1345-13456-2
-letter \x3CB1 14-346-5
-letter \x3CB2 145-346-2
-letter \x3CB3 145-346-2
-letter \x3CB4 1-12346-5
-letter \x3CB5 15-246-3
-letter \x3CB6 14-1256-5
-letter \x3CB7 145-1236-5
-letter \x3CB8 15-16-3
-letter \x3CB9 13-1246-4
-letter \x3CBA 13-16-2
-letter \x3CBB 1345-16-5
-letter \x3CBC 16-5
-letter \x3CBD 1345-2345-5
-letter \x3CBE 1256-4
-letter \x3CBF 456-4
-letter \x3CC0 13-25-5
-letter \x3CC1 125-2346-5
-letter \x3CC2 2345-2
-letter \x3CC3 245-1246-5
-letter \x3CC4 15-2345-2
-letter \x3CC5 13-246-4
-letter \x3CC6 24-34-4
-letter \x3CC7 12345-34-5
-letter \x3CC8 1234-356-5
-letter \x3CC9 134-12356-4
-letter \x3CCA 15-16-5
-letter \x3CCB 245-234-3
-letter \x3CCC 23456-3
-letter \x3CCD 135-34-5
-letter \x3CCE 135-2345-5
-letter \x3CCF 24-156-5
-letter \x3CD0 15-345-5
-letter \x3CD1 16-5
-letter \x3CD2 135-2345-5
-letter \x3CD3 234-5
-letter \x3CD4 145-1246-5
-letter \x3CD5 14-1236-2
-letter \x3CD6 16-3
-letter \x3CD7 12-2456-5
-letter \x3CD8 12-12346-3
-letter \x3CD9 15-45-5
-letter \x3CDA 1256-5
-letter \x3CDB 1256-2
-letter \x3CDC 15-234-3
-letter \x3CDD 123-456-3
-letter \x3CDE 12-12346-3
-letter \x3CDF 13-12346-3
-letter \x3CE0 124-345-5
-letter \x3CE1 25-3
-letter \x3CE2 245-246-2
-letter \x3CE3 134-12356-4
-letter \x3CE4 24-34-2
-letter \x3CE5 13-1256-5
-letter \x3CE6 15-346-5
-letter \x3CE7 15-16-2
-letter \x3CE8 13-2345-4
-letter \x3CE9 124-1236-3
-letter \x3CEA 1234-1236-5
-letter \x3CEB 124-345-5
-letter \x3CEC 15-45-2
-letter \x3CED 15-2345-2
-letter \x3CEE 1345-246-5
-letter \x3CEF 134-12356-4
-letter \x3CF0 13-12356-3
-letter \x3CF1 134-12356-4
-letter \x3CF2 134-12356-4
-letter \x3CF3 123-2346-5
-letter \x3CF4 134-16-5
-letter \x3CF5 13-16-5
-letter \x3CF6 13-12356-5
-letter \x3CF7 1235-34-3
-letter \x3CF8 1235-35-3
-letter \x3CF9 456-4
-letter \x3CFA 234-2
-letter \x3CFB 125-2346-2
-letter \x3CFC 135-16-5
-letter \x3CFD 134-16-4
-letter \x3CFE 245-46-3
-letter \x3CFF 15-346-5
-letter \x3D00 12345-1236-5
-letter \x3D01 16-5
-letter \x3D02 124-1236-3
-letter \x3D03 14-356-5
-letter \x3D04 12346-4
-letter \x3D05 15-246-3
-letter \x3D06 13-1456-5
-letter \x3D07 24-2346-5
-letter \x3D08 1456-5
-letter \x3D09 13-16-4
-letter \x3D0A 45-3
-letter \x3D0B 15-34-5
-letter \x3D0C 134-12356-4
-letter \x3D0D 134-12356-4
-letter \x3D0E 1345-2456-5
-letter \x3D0F 456-4
-letter \x3D10 134-2345-5
-letter \x3D11 15-34-5
-letter \x3D12 16-5
-letter \x3D13 125-2456-4
-letter \x3D14 15-2346-5
-letter \x3D15 13-16-2
-letter \x3D16 14-25-5
-letter \x3D17 234-3
-letter \x3D18 134-146-5
-letter \x3D19 1-345-2
-letter \x3D1A 15-1246-5
-letter \x3D1B 1-156-5
-letter \x3D1C 135-2345-5
-letter \x3D1D 14-16-2
-letter \x3D1E 124-146-3
-letter \x3D1F 134-12356-4
-letter \x3D20 1235-1236-2
-letter \x3D21 15-46-3
-letter \x3D22 134-12356-4
-letter \x3D23 134-12356-4
-letter \x3D24 134-12356-4
-letter \x3D25 245-246-5
-letter \x3D26 13-12456-5
-letter \x3D27 15-16-2
-letter \x3D28 1-136-5
-letter \x3D29 235-3
-letter \x3D2A 1345-346-5
-letter \x3D2B 13-256-5
-letter \x3D2C 15-346-5
-letter \x3D2D 246-4
-letter \x3D2E 15-346-5
-letter \x3D2F 1-156-3
-letter \x3D30 1345-1356-2
-letter \x3D31 24-136-3
-letter \x3D32 15-156-3
-letter \x3D33 14-12346-4
-letter \x3D34 12-136-2
-letter \x3D35 134-16-5
-letter \x3D36 245-236-5
-letter \x3D37 145-1236-3
-letter \x3D38 24-1236-4
-letter \x3D39 134-16-2
-letter \x3D3A 134-12356-4
-letter \x3D3B 24-34-5
-letter \x3D3C 15-34-5
-letter \x3D3D 15-346-5
-letter \x3D3E 135-126-2
-letter \x3D3F 145-13456-4
-letter \x3D40 125-34-2
-letter \x3D41 1235-456-3
-letter \x3D42 24-34-5
-letter \x3D43 24-2346-2
-letter \x3D44 1235-1236-5
-letter \x3D45 145-1236-5
-letter \x3D46 1235-146-5
-letter \x3D47 134-12356-4
-letter \x3D48 134-12356-4
-letter \x3D49 134-12356-4
-letter \x3D4A 1345-345-5
-letter \x3D4B 134-16-5
-letter \x3D4C 15-256-2
-letter \x3D4D 134-136-5
-letter \x3D4E 13-2345-5
-letter \x3D4F 245-1246-4
-letter \x3D50 13-236-2
-letter \x3D51 1235-2346-5
-letter \x3D52 12345-356-5
-letter \x3D53 24-156-2
-letter \x3D54 12-2346-4
-letter \x3D55 24-136-5
-letter \x3D56 1345-1256-5
-letter \x3D57 12345-34-5
-letter \x3D58 134-1236-5
-letter \x3D59 245-13456-3
-letter \x3D5A 134-12356-4
-letter \x3D5B 134-12356-4
-letter \x3D5C 134-12356-4
-letter \x3D5D 16-5
-letter \x3D5E 12-12356-2
-letter \x3D5F 1246-3
-letter \x3D60 123-34-3
-letter \x3D61 135-146-2
-letter \x3D62 14-356-2
-letter \x3D63 123-2346-4
-letter \x3D64 145-2345-5
-letter \x3D65 135-16-5
-letter \x3D66 15-1246-2
-letter \x3D67 13-2346-2
-letter \x3D68 135-16-5
-letter \x3D69 16-5
-letter \x3D6A 15-2345-2
-letter \x3D6B 1345-16-4
-letter \x3D6C 13456-2
-letter \x3D6D 1-34-4
-letter \x3D6E 12-123456-2
-letter \x3D6F 12345-1356-2
-letter \x3D70 15-1256-5
-letter \x3D71 1234-246-4
-letter \x3D72 34-4
-letter \x3D73 14-246-2
-letter \x3D74 245-1346-2
-letter \x3D75 125-12356-5
-letter \x3D76 125-25-3
-letter \x3D77 135-2345-5
-letter \x3D78 246-5
-letter \x3D79 1235-12456-2
-letter \x3D7A 1234-2456-2
-letter \x3D7B 15-12356-5
-letter \x3D7C 134-12356-4
-letter \x3D7D 14-356-4
-letter \x3D7E 13-13456-5
-letter \x3D7F 15-16-2
-letter \x3D80 13-246-3
-letter \x3D81 13-25-2
-letter \x3D82 134-12356-4
-letter \x3D83 134-12356-4
-letter \x3D84 2345-2
-letter \x3D85 15-236-2
-letter \x3D86 12-34-2
-letter \x3D87 1235-1356-2
-letter \x3D88 13456-2
-letter \x3D89 15-16-3
-letter \x3D8A 134-12356-4
-letter \x3D8B 134-12356-4
-letter \x3D8C 14-2345-2
-letter \x3D8D 15-2345-4
-letter \x3D8E 1235-12456-2
-letter \x3D8F 134-12356-4
-letter \x3D90 134-12356-4
-letter \x3D91 14-2345-5
-letter \x3D92 24-1236-4
-letter \x3D93 245-1346-2
-letter \x3D94 135-356-5
-letter \x3D95 13-2345-4
-letter \x3D96 24-34-5
-letter \x3D97 12345-1236-5
-letter \x3D98 145-2345-5
-letter \x3D99 134-12356-4
-letter \x3D9A 135-345-5
-letter \x3D9B 1256-2
-letter \x3D9C 45-3
-letter \x3D9D 134-12356-4
-letter \x3D9E 1345-1346-4
-letter \x3D9F 14-356-4
-letter \x3DA0 16-5
-letter \x3DA1 145-2456-5
-letter \x3DA2 134-12356-4
-letter \x3DA3 12-1236-2
-letter \x3DA4 12-146-4
-letter \x3DA5 124-1236-2
-letter \x3DA6 13-1456-5
-letter \x3DA7 1345-136-5
-letter \x3DA8 1234-16-3
-letter \x3DA9 24-136-4
-letter \x3DAA 1234-16-3
-letter \x3DAB 14-246-4
-letter \x3DAC 134-356-2
-letter \x3DAD 13-234-5
-letter \x3DAE 24-146-3
-letter \x3DAF 14-234-5
-letter \x3DB0 1235-1236-2
-letter \x3DB1 134-12356-4
-letter \x3DB2 235-5
-letter \x3DB3 13-1456-5
-letter \x3DB4 12-156-4
-letter \x3DB5 1245-136-5
-letter \x3DB6 1345-12346-2
-letter \x3DB7 15-1256-3
-letter \x3DB8 15-346-2
-letter \x3DB9 1235-12346-5
-letter \x3DBA 124-2345-5
-letter \x3DBB 12345-1356-3
-letter \x3DBC 2456-3
-letter \x3DBD 134-12356-4
-letter \x3DBE 135-246-3
-letter \x3DBF 135-126-2
-letter \x3DC0 245-235-2
-letter \x3DC1 145-12346-5
-letter \x3DC2 24-34-5
-letter \x3DC3 245-1246-4
-letter \x3DC4 1235-1246-5
-letter \x3DC5 12-146-4
-letter \x3DC6 145-12356-5
-letter \x3DC7 13-2356-5
-letter \x3DC8 2346-5
-letter \x3DC9 1246-5
-letter \x3DCA 12345-136-2
-letter \x3DCB 124-1236-2
-letter \x3DCC 134-12356-4
-letter \x3DCD 14-123456-2
-letter \x3DCE 1235-2346-5
-letter \x3DCF 235-4
-letter \x3DD0 1235-1246-4
-letter \x3DD1 2345-3
-letter \x3DD2 1256-2
-letter \x3DD3 125-12346-4
-letter \x3DD4 2345-5
-letter \x3DD5 245-234-2
-letter \x3DD6 1-146-5
-letter \x3DD7 13-235-4
-letter \x3DD8 124-2456-2
-letter \x3DD9 13-2345-3
-letter \x3DDA 124-13456-2
-letter \x3DDB 135-146-3
-letter \x3DDC 134-12356-4
-letter \x3DDD 134-12356-4
-letter \x3DDE 134-12356-4
-letter \x3DDF 124-1246-3
-letter \x3DE0 14-1456-2
-letter \x3DE1 13-235-4
-letter \x3DE2 1-345-4
-letter \x3DE3 15-13456-3
-letter \x3DE4 1235-34-5
-letter \x3DE5 1-1356-3
-letter \x3DE6 15-1256-5
-letter \x3DE7 134-12356-4
-letter \x3DE8 12345-1356-3
-letter \x3DE9 15-16-3
-letter \x3DEA 245-1246-5
-letter \x3DEB 245-13456-4
-letter \x3DEC 134-126-5
-letter \x3DED 12345-1356-3
-letter \x3DEE 125-146-3
-letter \x3DEF 1234-1356-4
-letter \x3DF0 14-16-2
-letter \x3DF1 134-12356-4
-letter \x3DF2 134-12356-4
-letter \x3DF3 2345-5
-letter \x3DF4 13-2346-2
-letter \x3DF5 134-126-5
-letter \x3DF6 135-356-5
-letter \x3DF7 13-45-4
-letter \x3DF8 145-346-2
-letter \x3DF9 24-146-5
-letter \x3DFA 134-12356-4
-letter \x3DFB 34-2
-letter \x3DFC 2345-5
-letter \x3DFD 134-12356-4
-letter \x3DFE 13-236-2
-letter \x3DFF 15-2345-3
-letter \x3E00 124-2456-2
-letter \x3E01 1235-1236-5
-letter \x3E02 15-1246-5
-letter \x3E03 145-2345-4
-letter \x3E04 13-16-5
-letter \x3E05 13-346-2
-letter \x3E06 123-146-4
-letter \x3E07 125-12456-4
-letter \x3E08 13-246-3
-letter \x3E09 15-346-5
-letter \x3E0A 14-345-5
-letter \x3E0B 12345-1236-2
-letter \x3E0C 1235-25-5
-letter \x3E0D 15-16-5
-letter \x3E0E 1345-346-5
-letter \x3E0F 134-16-2
-letter \x3E10 1245-1236-2
-letter \x3E11 245-12456-5
-letter \x3E12 1456-2
-letter \x3E13 134-16-5
-letter \x3E14 123-1236-5
-letter \x3E15 13-236-2
-letter \x3E16 245-1256-3
-letter \x3E17 124-12346-2
-letter \x3E18 12456-5
-letter \x3E19 1-2346-3
-letter \x3E1A 14-16-4
-letter \x3E1B 24-146-2
-letter \x3E1C 123-12346-5
-letter \x3E1D 123-1236-4
-letter \x3E1E 1-2346-2
-letter \x3E1F 1-156-3
-letter \x3E20 124-246-4
-letter \x3E21 24-345-3
-letter \x3E22 135-356-5
-letter \x3E23 346-5
-letter \x3E24 1234-2345-5
-letter \x3E25 12-1236-2
-letter \x3E26 1235-34-5
-letter \x3E27 123-136-5
-letter \x3E28 13-234-3
-letter \x3E29 1236-5
-letter \x3E2A 12-123456-2
-letter \x3E2B 245-2345-2
-letter \x3E2C 135-356-5
-letter \x3E2D 135-345-3
-letter \x3E2E 12345-136-2
-letter \x3E2F 123-2346-3
-letter \x3E30 124-25-2
-letter \x3E31 124-25-2
-letter \x3E32 125-25-2
-letter \x3E33 14-13456-2
-letter \x3E34 134-12356-4
-letter \x3E35 13-1246-4
-letter \x3E36 2345-3
-letter \x3E37 24-156-5
-letter \x3E38 1235-12356-4
-letter \x3E39 14-346-5
-letter \x3E3A 24-345-3
-letter \x3E3B 15-156-5
-letter \x3E3C 12345-1356-3
-letter \x3E3D 135-356-5
-letter \x3E3E 1245-136-5
-letter \x3E3F 145-34-2
-letter \x3E40 135-126-2
-letter \x3E41 14-46-2
-letter \x3E42 245-156-5
-letter \x3E43 135-16-5
-letter \x3E44 13-16-5
-letter \x3E45 125-12346-4
-letter \x3E46 1235-1246-3
-letter \x3E47 1235-2346-2
-letter \x3E48 14-16-2
-letter \x3E49 45-2
-letter \x3E4A 236-5
-letter \x3E4B 15-234-3
-letter \x3E4C 12-1236-4
-letter \x3E4D 145-16-2
-letter \x3E4E 14-356-2
-letter \x3E4F 13-1456-4
-letter \x3E50 12-12346-2
-letter \x3E51 15-156-5
-letter \x3E52 1234-34-4
-letter \x3E53 16-5
-letter \x3E54 13-46-3
-letter \x3E55 1235-12456-3
-letter \x3E56 1235-12456-5
-letter \x3E57 124-146-2
-letter \x3E58 1245-34-2
-letter \x3E59 13456-2
-letter \x3E5A 13456-2
-letter \x3E5B 1245-146-2
-letter \x3E5C 1456-2
-letter \x3E5D 24-156-5
-letter \x3E5E 1456-2
-letter \x3E5F 13-236-2
-letter \x3E60 124-123456-2
-letter \x3E61 13-45-5
-letter \x3E62 13-23456-3
-letter \x3E63 1-12346-3
-letter \x3E64 245-346-5
-letter \x3E65 1-34-5
-letter \x3E66 145-246-3
-letter \x3E67 46-3
-letter \x3E68 234-5
-letter \x3E69 134-12356-4
-letter \x3E6A 24-1236-3
-letter \x3E6B 15-16-5
-letter \x3E6C 24-156-4
-letter \x3E6D 16-5
-letter \x3E6E 134-126-5
-letter \x3E6F 15-234-3
-letter \x3E70 134-12356-4
-letter \x3E71 1235-34-2
-letter \x3E72 15-246-5
-letter \x3E73 34-2
-letter \x3E74 13-1356-3
-letter \x3E75 13-13456-5
-letter \x3E76 124-13456-2
-letter \x3E77 24-156-4
-letter \x3E78 1345-16-2
-letter \x3E79 13-1356-3
-letter \x3E7A 124-345-5
-letter \x3E7B 25-3
-letter \x3E7C 12-34-4
-letter \x3E7D 12-1236-4
-letter \x3E7E 1234-246-4
-letter \x3E7F 145-246-4
-letter \x3E80 1345-146-2
-letter \x3E81 1345-146-4
-letter \x3E82 13-1236-4
-letter \x3E83 13-12356-4
-letter \x3E84 1256-4
-letter \x3E85 1235-12356-2
-letter \x3E86 134-12356-4
-letter \x3E87 15-156-3
-letter \x3E88 12-156-3
-letter \x3E89 1235-34-5
-letter \x3E8A 46-5
-letter \x3E8B 12346-3
-letter \x3E8C 15-2345-5
-letter \x3E8D 135-2345-3
-letter \x3E8E 1245-12346-2
-letter \x3E8F 14-12356-2
-letter \x3E90 1-146-4
-letter \x3E91 245-1236-2
-letter \x3E92 14-246-5
-letter \x3E93 1234-246-5
-letter \x3E94 1235-2456-5
-letter \x3E95 12345-1236-2
-letter \x3E96 1235-1236-4
-letter \x3E97 145-1236-5
-letter \x3E98 1-1236-5
-letter \x3E99 134-12356-4
-letter \x3E9A 124-345-4
-letter \x3E9B 1-34-5
-letter \x3E9C 135-1236-4
-letter \x3E9D 13-2345-5
-letter \x3E9E 1256-2
-letter \x3E9F 1-25-2
-letter \x3EA0 234-5
-letter \x3EA1 14-16-5
-letter \x3EA2 1235-25-3
-letter \x3EA3 15-16-3
-letter \x3EA4 15-2345-3
-letter \x3EA5 12-1236-2
-letter \x3EA6 14-2345-2
-letter \x3EA7 15-246-3
-letter \x3EA8 15-156-3
-letter \x3EA9 13-234-5
-letter \x3EAA 1234-34-2
-letter \x3EAB 245-234-2
-letter \x3EAC 13-12346-4
-letter \x3EAD 125-156-4
-letter \x3EAE 1256-2
-letter \x3EAF 134-12356-4
-letter \x3EB0 24-156-3
-letter \x3EB1 1245-1356-2
-letter \x3EB2 1345-234-4
-letter \x3EB3 134-356-2
-letter \x3EB4 135-345-3
-letter \x3EB5 13-234-4
-letter \x3EB6 134-12356-4
-letter \x3EB7 15-1256-5
-letter \x3EB8 1234-13456-2
-letter \x3EB9 135-2345-5
-letter \x3EBA 134-146-5
-letter \x3EBB 134-12356-4
-letter \x3EBC 134-12356-4
-letter \x3EBD 1234-356-3
-letter \x3EBE 134-12356-4
-letter \x3EBF 16-2
-letter \x3EC0 234-2
-letter \x3EC1 13-1246-3
-letter \x3EC2 1234-13456-2
-letter \x3EC3 245-1256-3
-letter \x3EC4 135-146-4
-letter \x3EC5 1235-1246-5
-letter \x3EC6 15-45-5
-letter \x3EC7 245-45-2
-letter \x3EC8 13-12356-4
-letter \x3EC9 135-34-5
-letter \x3ECA 134-1346-2
-letter \x3ECB 14-345-5
-letter \x3ECC 124-34-2
-letter \x3ECD 34-2
-letter \x3ECE 14-16-5
-letter \x3ECF 14-13456-2
-letter \x3ED0 134-12356-4
-letter \x3ED1 13-16-5
-letter \x3ED2 13-256-5
-letter \x3ED3 125-12356-3
-letter \x3ED4 145-25-4
-letter \x3ED5 13-236-2
-letter \x3ED6 145-2456-5
-letter \x3ED7 135-356-5
-letter \x3ED8 134-12356-4
-letter \x3ED9 1256-5
-letter \x3EDA 135-1356-3
-letter \x3EDB 12-1346-5
-letter \x3EDC 134-12356-4
-letter \x3EDD 14-345-5
-letter \x3EDE 135-2345-5
-letter \x3EDF 15-1246-2
-letter \x3EE0 124-34-2
-letter \x3EE1 145-346-2
-letter \x3EE2 24-156-3
-letter \x3EE3 24-136-5
-letter \x3EE4 134-12356-4
-letter \x3EE5 134-12356-4
-letter \x3EE6 134-12356-4
-letter \x3EE7 145-25-5
-letter \x3EE8 12456-5
-letter \x3EE9 134-12356-4
-letter \x3EEA 15-1246-5
-letter \x3EEB 135-16-5
-letter \x3EEC 124-34-2
-letter \x3EED 15-2346-5
-letter \x3EEE 245-1236-5
-letter \x3EEF 124-34-2
-letter \x3EF0 1-156-5
-letter \x3EF1 12345-1356-2
-letter \x3EF2 14-234-2
-letter \x3EF3 134-12356-4
-letter \x3EF4 134-12356-4
-letter \x3EF5 1-1236-5
-letter \x3EF6 135-16-4
-letter \x3EF7 13-16-2
-letter \x3EF8 125-136-3
-letter \x3EF9 15-45-3
-letter \x3EFA 14-16-5
-letter \x3EFB 145-1246-5
-letter \x3EFC 124-1236-2
-letter \x3EFD 15-1246-5
-letter \x3EFE 235-3
-letter \x3EFF 24-34-4
-letter \x3F00 134-12356-4
-letter \x3F01 16-2
-letter \x3F02 1256-2
-letter \x3F03 134-12356-4
-letter \x3F04 13-16-3
-letter \x3F05 123-456-5
-letter \x3F06 13456-2
-letter \x3F07 245-235-2
-letter \x3F08 14-25-2
-letter \x3F09 1456-5
-letter \x3F0A 124-123456-2
-letter \x3F0B 13-34-4
-letter \x3F0C 1256-4
-letter \x3F0D 14-356-4
-letter \x3F0E 135-356-5
-letter \x3F0F 1345-356-4
-letter \x3F10 1234-2345-2
-letter \x3F11 14-2345-5
-letter \x3F12 245-234-4
-letter \x3F13 14-2345-2
-letter \x3F14 123456-3
-letter \x3F15 145-1346-3
-letter \x3F16 14-16-5
-letter \x3F17 145-13456-4
-letter \x3F18 35-4
-letter \x3F19 1-12356-5
-letter \x3F1A 13-1346-3
-letter \x3F1B 15-13456-2
-letter \x3F1C 1346-5
-letter \x3F1D 12345-1236-5
-letter \x3F1E 1234-1356-5
-letter \x3F1F 135-2456-2
-letter \x3F20 124-25-2
-letter \x3F21 24-34-3
-letter \x3F22 16-2
-letter \x3F23 135-126-2
-letter \x3F24 245-346-5
-letter \x3F25 123-146-4
-letter \x3F26 13-12346-4
-letter \x3F27 124-12346-2
-letter \x3F28 1235-1236-2
-letter \x3F29 12-1356-2
-letter \x3F2A 13-23456-2
-letter \x3F2B 1235-12456-5
-letter \x3F2C 15-13456-5
-letter \x3F2D 145-2345-5
-letter \x3F2E 134-2456-2
-letter \x3F2F 145-12346-5
-letter \x3F30 1234-16-2
-letter \x3F31 1245-12456-4
-letter \x3F32 14-346-5
-letter \x3F33 24-1356-4
-letter \x3F34 12356-4
-letter \x3F35 145-16-5
-letter \x3F36 1256-2
-letter \x3F37 12-12456-2
-letter \x3F38 1245-12346-2
-letter \x3F39 123-1346-3
-letter \x3F3A 124-1346-2
-letter \x3F3B 245-12346-2
-letter \x3F3C 1234-246-2
-letter \x3F3D 24-456-4
-letter \x3F3E 14-34-5
-letter \x3F3F 124-12346-2
-letter \x3F40 1-1356-5
-letter \x3F41 14-16-5
-letter \x3F42 15-345-5
-letter \x3F43 1234-1236-3
-letter \x3F44 15-156-3
-letter \x3F45 145-1356-3
-letter \x3F46 145-1346-3
-letter \x3F47 1235-34-2
-letter \x3F48 16-5
-letter \x3F49 1235-1236-4
-letter \x3F4A 15-346-5
-letter \x3F4B 14-25-2
-letter \x3F4C 14-234-5
-letter \x3F4D 13-1236-3
-letter \x3F4E 15-2345-3
-letter \x3F4F 13-1236-5
-letter \x3F50 15-2345-3
-letter \x3F51 124-1236-2
-letter \x3F52 24-1356-3
-letter \x3F53 24-1356-3
-letter \x3F54 134-12356-4
-letter \x3F55 234-2
-letter \x3F56 1345-1236-2
-letter \x3F57 134-34-4
-letter \x3F58 13-1346-4
-letter \x3F59 13-256-5
-letter \x3F5A 12-156-5
-letter \x3F5B 123-12356-5
-letter \x3F5C 12456-4
-letter \x3F5D 14-16-5
-letter \x3F5E 14-234-2
-letter \x3F5F 14-346-5
-letter \x3F60 15-23456-2
-letter \x3F61 135-356-3
-letter \x3F62 1236-4
-letter \x3F63 1256-5
-letter \x3F64 13-1256-2
-letter \x3F65 1245-12356-2
-letter \x3F66 15-256-2
-letter \x3F67 125-156-3
-letter \x3F68 245-25-2
-letter \x3F69 245-1236-5
-letter \x3F6A 125-1356-4
-letter \x3F6B 235-4
-letter \x3F6C 12345-34-5
-letter \x3F6D 1245-12456-2
-letter \x3F6E 15-13456-3
-letter \x3F6F 245-16-2
-letter \x3F70 24-34-5
-letter \x3F71 13-246-4
-letter \x3F72 13-246-4
-letter \x3F73 1235-1236-5
-letter \x3F74 1-1346-5
-letter \x3F75 1-456-3
-letter \x3F76 134-12356-4
-letter \x3F77 24-1246-5
-letter \x3F78 12-136-2
-letter \x3F79 12345-1236-5
-letter \x3F7A 13-16-2
-letter \x3F7D 13-34-5
-letter \x3F7E 34-5
-letter \x3F7F 13-25-3
-letter \x3F80 245-346-5
-letter \x3F81 24-34-5
-letter \x3F82 1235-2456-3
-letter \x3F83 124-25-2
-letter \x3F84 145-34-2
-letter \x3F85 15-156-5
-letter \x3F86 1245-1236-2
-letter \x3F87 134-34-5
-letter \x3F88 12345-34-5
-letter \x3F89 14-13456-2
-letter \x3F8A 13-16-2
-letter \x3F8B 15-234-5
-letter \x3F8C 15-45-4
-letter \x3F8D 1345-2456-2
-letter \x3F8E 15-23456-3
-letter \x3F8F 13-346-5
-letter \x3F90 14-16-5
-letter \x3F91 145-345-2
-letter \x3F92 13-16-5
-letter \x3F93 45-3
-letter \x3F94 14-1256-4
-letter \x3F95 24-136-4
-letter \x3F96 14-16-4
-letter \x3F97 14-1346-4
-letter \x3F98 13-1356-4
-letter \x3F99 15-1456-5
-letter \x3F9A 15-346-3
-letter \x3F9B 245-1456-4
-letter \x3F9C 245-346-5
-letter \x3F9D 12-2346-5
-letter \x3F9E 234-4
-letter \x3F9F 135-34-5
-letter \x3FA0 1235-456-2
-letter \x3FA1 245-236-5
-letter \x3FA2 14-2456-5
-letter \x3FA3 245-1456-3
-letter \x3FA4 245-46-3
-letter \x3FA5 15-1256-5
-letter \x3FA6 135-1346-5
-letter \x3FA7 123-2346-5
-letter \x3FA8 245-16-4
-letter \x3FA9 13-2356-3
-letter \x3FAA 24-1356-4
-letter \x3FAB 1234-2345-3
-letter \x3FAC 13-346-3
-letter \x3FAD 1-12356-5
-letter \x3FAE 1235-456-2
-letter \x3FAF 124-1246-2
-letter \x3FB0 1235-34-2
-letter \x3FB1 135-356-5
-letter \x3FB2 134-12356-4
-letter \x3FB3 134-12356-4
-letter \x3FB4 1-345-3
-letter \x3FB5 13-16-5
-letter \x3FB6 13-34-4
-letter \x3FB7 15-16-3
-letter \x3FB8 13-146-4
-letter \x3FB9 12-2456-2
-letter \x3FBA 134-345-5
-letter \x3FBB 1-34-5
-letter \x3FBC 124-1246-4
-letter \x3FBD 124-1246-2
-letter \x3FBE 14-2345-2
-letter \x3FBF 14-1346-2
-letter \x3FC0 135-1236-3
-letter \x3FC1 15-246-3 
-letter \x3FC2 1-1356-3
-letter \x3FC3 145-2456-5
-letter \x3FC4 2456-5
-letter \x3FC5 15-2345-4
-letter \x3FC6 13-2346-3
-letter \x3FC7 15-16-2
-letter \x3FC8 235-3
-letter \x3FC9 124-1246-2
-letter \x3FCA 245-1236-4
-letter \x3FCB 15-146-5
-letter \x3FCC 15-2345-3
-letter \x3FCD 13-346-5
-letter \x3FCE 12345-136-5
-letter \x3FCF 245-256-2
-letter \x3FD0 134-12356-4
-letter \x3FD1 246-5
-letter \x3FD2 145-146-4
-letter \x3FD3 13-23456-2
-letter \x3FD4 14-356-4
-letter \x3FD5 2345-2
-letter \x3FD6 14-34-2
-letter \x3FD7 124-1246-2
-letter \x3FD8 13456-2
-letter \x3FD9 1234-16-5
-letter \x3FDA 14-25-5
-letter \x3FDB 14-16-2
-letter \x3FDC 135-346-4
-letter \x3FDD 15-46-3
-letter \x3FDE 134-146-5
-letter \x3FDF 135-126-2
-letter \x3FE0 1235-456-5
-letter \x3FE1 145-12356-3
-letter \x3FE2 246-5
-letter \x3FE3 1235-2346-2
-letter \x3FE4 12-123456-4
-letter \x3FE5 1235-34-2
-letter \x3FE6 1345-13456-5
-letter \x3FE7 12-12356-2
-letter \x3FE8 14-16-5
-letter \x3FE9 124-1346-4
-letter \x3FEA 1235-12456-2
-letter \x3FEB 135-16-5
-letter \x3FEC 135-345-3
-letter \x3FED 12-2346-5
-letter \x3FEE 46-5
-letter \x3FEF 145-345-2
-letter \x3FF0 146-2
-letter \x3FF1 15-236-2
-letter \x3FF2 16-3
-letter \x3FF3 125-156-3
-letter \x3FF4 145-345-3
-letter \x3FF5 1245-1236-4
-letter \x3FF6 135-1346-3
-letter \x3FF7 125-146-5
-letter \x3FF8 12456-4
-letter \x3FF9 124-345-5
-letter \x3FFA 135-146-2
-letter \x3FFB 13-1236-3
-letter \x3FFC 2345-2
-letter \x3FFD 15-16-3
-letter \x3FFE 1-34-5
-letter \x3FFF 23456-4
-letter \x4000 12345-1236-5
-letter \x4001 234-5
-letter \x4002 1236-3
-letter \x4003 124-1246-2
-letter \x4004 134-1356-2
-letter \x4005 24-2346-5
-letter \x4006 13-1456-5
-letter \x4007 13-34-4
-letter \x4008 245-16-5
-letter \x4009 245-246-2
-letter \x400A 13-246-4
-letter \x400B 2345-2
-letter \x400C 15-16-5
-letter \x400D 123-1236-5
-letter \x400E 134-2345-4
-letter \x400F 15-2345-5
-letter \x4010 15-1236-4
-letter \x4011 1345-345-5
-letter \x4012 245-2345-3
-letter \x4013 1235-12456-5
-letter \x4014 1345-234-2
-letter \x4015 12-1356-5
-letter \x4016 124-2345-3
-letter \x4017 13-236-2
-letter \x4018 15-16-2
-letter \x4019 245-16-5
-letter \x401A 1346-2
-letter \x401B 134-356-5
-letter \x401C 13-34-4
-letter \x401D 134-12356-4
-letter \x401E 13-246-4
-letter \x401F 12345-1236-2
-letter \x4020 245-1256-2
-letter \x4021 12-1236-5
-letter \x4022 24-123456-5
-letter \x4023 135-16-5
-letter \x4024 134-146-5
-letter \x4025 24-25-5
-letter \x4026 13-34-4
-letter \x4027 1235-12346-4
-letter \x4028 1235-12456-5
-letter \x4029 14-25-5
-letter \x402A 1235-1346-2
-letter \x402B 13-23456-2
-letter \x402C 245-45-2
-letter \x402D 13-2456-3
-letter \x402E 1235-456-3
-letter \x402F 135-34-4
-letter \x4030 13-34-4
-letter \x4031 12345-1356-3
-letter \x4032 134-34-5
-letter \x4033 14-345-5
-letter \x4034 13456-4
-letter \x4035 24-123456-5
-letter \x4036 14-1346-4
-letter \x4037 13-346-2
-letter \x4038 145-16-5
-letter \x4039 13-346-2
-letter \x403A 124-146-3
-letter \x403B 1234-13456-5
-letter \x403C 1245-136-5
-letter \x403D 2345-2
-letter \x403E 145-34-4
-letter \x403F 145-16-5
-letter \x4040 145-13456-4
-letter \x4041 14-1346-4
-letter \x4042 15-2345-5
-letter \x4043 135-246-3
-letter \x4044 15-13456-5
-letter \x4045 135-356-5
-letter \x4046 1236-4
-letter \x4047 134-16-5
-letter \x4048 245-16-5
-letter \x4049 245-16-5
-letter \x404A 25-5
-letter \x404B 24-2346-2
-letter \x404C 1256-5
-letter \x404D 13-23456-5
-letter \x404E 12-1356-2
-letter \x404F 246-4
-letter \x4050 13456-5
-letter \x4051 46-2
-letter \x4052 13-16-2
-letter \x4053 13-346-5
-letter \x4054 1235-1236-5
-letter \x4055 134-1456-2
-letter \x4056 14-12356-3
-letter \x4057 123-2456-4
-letter \x4058 246-4
-letter \x4059 2345-4
-letter \x405A 15-123456-4
-letter \x405B 13-1246-4
-letter \x405C 1235-456-4
-letter \x405D 13456-2
-letter \x405E 24-1356-4
-letter \x405F 12-345-2
-letter \x4060 14-2345-2
-letter \x4061 24-1236-4
-letter \x4062 15-45-2
-letter \x4063 12-12456-2
-letter \x4064 12-2346-5
-letter \x4065 1345-16-5
-letter \x4066 245-1256-5
-letter \x4067 134-246-2
-letter \x4068 1235-25-5
-letter \x4069 1256-2
-letter \x406A 1345-1236-4
-letter \x406B 1235-34-2
-letter \x406C 245-1356-2
-letter \x406D 135-246-3
-letter \x406E 245-2345-2
-letter \x406F 24-2346-5
-letter \x4070 13-46-4
-letter \x4071 146-5
-letter \x4072 134-2456-2
-letter \x4073 134-1346-4
-letter \x4074 1-1236-4
-letter \x4075 135-2345-4
-letter \x4076 13-246-4
-letter \x4077 13-236-2
-letter \x4078 1345-12346-2
-letter \x4079 135-16-5
-letter \x407A 24-156-5
-letter \x407B 14-16-5
-letter \x407C 134-126-5
-letter \x407D 14-346-5
-letter \x407E 134-346-5
-letter \x407F 134-126-5
-letter \x4080 15-16-3
-letter \x4081 12-1236-2
-letter \x4081 24-136-3
-letter \x4082 245-1256-2
-letter \x4083 13-246-5
-letter \x4084 1235-25-5
-letter \x4085 24-1236-3
-letter \x4086 15-1256-5
-letter \x4087 1345-1346-2
-letter \x4088 124-12346-2
-letter \x4089 1235-12356-2
-letter \x408A 1256-5
-letter \x408B 134-12356-4
-letter \x408C 12-12346-3
-letter \x408D 135-126-2
-letter \x408E 125-12456-4
-letter \x408F 145-246-3
-letter \x4090 12-25-5
-letter \x4091 13-16-3
-letter \x4092 13-346-2
-letter \x4093 13-1246-3
-letter \x4094 15-13456-5
-letter \x4095 1235-1246-5
-letter \x4096 24-156-2
-letter \x4097 123-34-3
-letter \x4098 12-2456-3
-letter \x4099 145-1246-3
-letter \x409A 246-2
-letter \x409B 1256-2
-letter \x409C 135-1346-5
-letter \x409D 13-346-2
-letter \x409E 1-2346-5
-letter \x409F 13-23456-3
-letter \x40A0 24-2346-2
-letter \x40A1 145-16-4
-letter \x40A2 145-12346-4
-letter \x40A3 245-156-2
-letter \x40A4 12345-34-5
-letter \x40A5 134-1456-2
-letter \x40A6 1-136-4
-letter \x40A7 1-136-4
-letter \x40A8 134-12356-4
-letter \x40A9 2345-5
-letter \x40AA 145-246-5
-letter \x40AB 1235-12346-2
-letter \x40AC 13-12346-4
-letter \x40AD 245-246-3
-letter \x40AE 14-236-5
-letter \x40AF 13-2356-5
-letter \x40B0 14-345-5
-letter \x40B1 245-1246-5
-letter \x40B2 12345-345-4
-letter \x40B3 245-25-4
-letter \x40B4 2345-2
-letter \x40B5 13-12346-3
-letter \x40B6 13-346-2
-letter \x40B7 13-2356-3
-letter \x40B8 13-25-2
-letter \x40B9 15-25-4
-letter \x40BA 12456-4
-letter \x40BB 1-1356-5
-letter \x40BC 1345-346-5
-letter \x40BD 145-246-5
-letter \x40BE 14-2456-4
-letter \x40BF 124-345-5
-letter \x40C0 245-1246-5
-letter \x40C1 23456-3
-letter \x40C2 13-123456-4
-letter \x40C3 134-12356-4
-letter \x40C4 134-12356-4
-letter \x40C5 145-16-3
-letter \x40C6 13-16-3
-letter \x40C7 134-2345-2
-letter \x40C8 13-346-3
-letter \x40C9 134-1456-2
-letter \x40CA 13-1256-4
-letter \x40CB 1256-2
-letter \x40CC 1-136-3
-letter \x40CD 1-146-5
-letter \x40CE 125-2346-2
-letter \x40CF 15-13456-3
-letter \x40D0 134-12356-4
-letter \x40D1 1234-1236-2
-letter \x40D2 1235-2346-2
-letter \x40D3 13-12356-5
-letter \x40D4 1235-12346-2
-letter \x40D5 14-146-2
-letter \x40D6 34-5
-letter \x40D7 12-25-5
-letter \x40D8 123-1356-3
-letter \x40D9 14-34-5
-letter \x40DA 245-34-5
-letter \x40DB 14-2345-2
-letter \x40DC 16-3
-letter \x40DD 245-246-5
-letter \x40DE 24-34-2
-letter \x40DF 134-12356-4
-letter \x40E0 15-45-5
-letter \x40E1 245-136-2
-letter \x40E2 245-1456-3
-letter \x40E3 1235-1246-4
-letter \x40E4 15-34-5
-letter \x40E5 12-456-2
-letter \x40E6 145-123456-3
-letter \x40E7 14-12346-2
-letter \x40E8 134-12356-4
-letter \x40E9 1345-146-2
-letter \x40EA 124-1236-2
-letter \x40EB 145-1236-4
-letter \x40EC 1246-4
-letter \x40ED 13-1236-4
-letter \x40EE 145-345-2
-letter \x40EF 14-16-5
-letter \x40F0 245-345-3
-letter \x40F1 13-1456-3
-letter \x40F2 1234-1236-2
-letter \x40F3 14-345-5
-letter \x40F4 1-34-3
-letter \x40F5 1345-246-4
-letter \x40F6 1235-2356-2
-letter \x40F7 13456-2
-letter \x40F8 13-1456-3
-letter \x40F9 14-1236-5
-letter \x40FA 134-126-2
-letter \x40FB 135-345-5
-letter \x40FC 12-34-3
-letter \x40FD 12345-34-2
-letter \x40FE 135-16-4
-letter \x40FF 12345-34-3
-letter \x4100 1235-25-5
-letter \x4101 16-5
-letter \x4102 14-234-5
-letter \x4103 46-3
-letter \x4104 1456-3
-letter \x4105 13-45-5
-letter \x4106 1235-25-2
-letter \x4107 12-1356-2
-letter \x4108 145-12356-5
-letter \x4109 2346-2
-letter \x410A 134-12356-4
-letter \x410B 2345-4
-letter \x410C 1-1246-5
-letter \x410D 145-34-5
-letter \x410E 245-16-4
-letter \x410F 1256-2
-letter \x4110 245-45-5
-letter \x4111 1235-25-2
-letter \x4112 1345-346-5
-letter \x4113 1235-1356-2
-letter \x4114 13-1256-4
-letter \x4115 24-2346-5
-letter \x4116 134-12356-4
-letter \x4117 45-5
-letter \x4118 1234-1356-2
-letter \x4119 134-13456-2
-letter \x411A 245-146-2
-letter \x411B 14-12356-2
-letter \x411C 14-16-2
-letter \x411D 12-123456-4
-letter \x411E 134-12356-4
-letter \x411F 245-1246-5
-letter \x4120 24-1236-5
-letter \x4121 12-1236-3
-letter \x4122 245-16-2
-letter \x4123 134-12356-4
-letter \x4124 14-2456-5
-letter \x4125 14-13456-2
-letter \x4126 14-246-4
-letter \x4127 1245-1356-2
-letter \x4128 1256-2
-letter \x4129 1345-146-2
-letter \x412A 12-25-5
-letter \x412B 245-16-4
-letter \x412C 16-2
-letter \x412D 1345-2345-2
-letter \x412E 12345-34-3
-letter \x412F 13-2345-4
-letter \x4130 23456-2
-letter \x4131 12345-1346-3
-letter \x4132 1245-1246-5
-letter \x4133 134-12356-4
-letter \x4134 134-12356-4
-letter \x4135 134-12356-4
-letter \x4136 135-16-5
-letter \x4137 145-1236-5
-letter \x4138 1234-126-5
-letter \x4139 1345-2345-2
-letter \x413A 1-156-5
-letter \x413B 12-146-2
-letter \x413C 124-2345-4
-letter \x413D 124-2345-4
-letter \x413E 1245-12356-5
-letter \x413F 16-5
-letter \x4140 14-346-5
-letter \x4141 1236-5
-letter \x4142 1235-2346-2
-letter \x4143 245-235-2
-letter \x4144 14-16-5
-letter \x4145 13-1246-3
-letter \x4146 125-156-5
-letter \x4147 15-34-5
-letter \x4148 45-5
-letter \x4149 23456-5
-letter \x414A 145-34-5
-letter \x414B 12456-4
-letter \x414C 13-45-3
-letter \x414D 145-12346-5
-letter \x414E 234-4
-letter \x414F 1246-4
-letter \x4150 13-2345-4
-letter \x4151 1245-1246-2
-letter \x4152 134-1346-2
-letter \x4153 13-1256-4
-letter \x4154 125-156-3
-letter \x4155 13-1256-3
-letter \x4156 1236-3
-letter \x4157 15-1246-5
-letter \x4158 14-2456-2
-letter \x4159 1235-123456-5
-letter \x415A 245-46-4
-letter \x415B 12-1346-3
-letter \x415C 145-25-5
-letter \x415D 123-12346-3
-letter \x415E 1345-2346-5
-letter \x415F 245-1236-4
-letter \x4160 124-16-2
-letter \x4161 15-1256-4
-letter \x4162 13-234-5
-letter \x4163 1235-456-2
-letter \x4164 245-16-5
-letter \x4165 13-346-2
-letter \x4166 134-146-2
-letter \x4167 2345-5
-letter \x4168 15-46-3
-letter \x4169 1-156-4
-letter \x416A 124-1246-2
-letter \x416B 134-12356-4
-letter \x416C 2456-5
-letter \x416D 1234-1346-2
-letter \x416E 245-1346-5
-letter \x416F 124-1346-2
-letter \x4170 136-4
-letter \x4171 1235-123456-5
-letter \x4172 245-16-2
-letter \x4173 12-34-2
-letter \x4174 15-25-4
-letter \x4175 1-25-2
-letter \x4176 1345-12356-5
-letter \x4177 124-34-2
-letter \x4178 125-34-2
-letter \x4179 14-12356-2
-letter \x417A 134-246-4
-letter \x417B 14-16-2
-letter \x417C 134-1236-2
-letter \x417D 13-34-4
-letter \x417E 245-136-2
-letter \x417F 1235-35-2
-letter \x4180 134-356-4
-letter \x4181 13-146-3
-letter \x4182 14-2345-2
-letter \x4183 145-146-4
-letter \x4184 24-1236-5
-letter \x4185 245-156-2
-letter \x4186 134-12356-4
-letter \x4187 134-12356-4
-letter \x4188 1-156-5
-letter \x4189 135-345-5
-letter \x418A 245-1246-5
-letter \x418B 245-234-3
-letter \x418C 134-12356-4
-letter \x418D 14-12346-2
-letter \x418E 15-2345-3
-letter \x418F 12345-356-5
-letter \x4190 13-25-2
-letter \x4191 12-1356-2
-letter \x4192 13-234-5
-letter \x4193 1245-12456-4
-letter \x4194 12-12346-3
-letter \x4195 236-5
-letter \x4196 1235-12346-2
-letter \x4197 13-246-5
-letter \x4198 245-12456-2
-letter \x4199 246-2
-letter \x419A 124-12346-2
-letter \x419B 12-345-2
-letter \x419C 234-5
-letter \x419D 24-34-5
-letter \x419E 246-4
-letter \x419F 13-2346-2
-letter \x41A0 1235-12456-5
-letter \x41A1 14-1346-2
-letter \x41A2 13-236-2
-letter \x41A3 12-136-2
-letter \x41A4 12-12456-3
-letter \x41A5 13-16-2
-letter \x41A6 145-1236-5
-letter \x41A7 25-3
-letter \x41A8 134-13456-2
-letter \x41A9 134-13456-2
-letter \x41AA 1235-12346-3
-letter \x41AB 12-456-3
-letter \x41AC 256-4
-letter \x41AD 15-45-3
-letter \x41AE 13-1456-5
-letter \x41AF 12-25-5
-letter \x41B0 1256-3
-letter \x41B1 124-1236-3
-letter \x41B2 123-1346-3
-letter \x41B3 15-1246-5
-letter \x41B4 134-12356-4
-letter \x41B5 12-1356-2
-letter \x41B6 13-234-3
-letter \x41B7 15-236-5
-letter \x41B8 1-1356-3
-letter \x41B9 12-12346-3
-letter \x41BA 1234-1236-3
-letter \x41BB 245-246-5
-letter \x41BC 123-2346-3
-letter \x41BD 13-1256-5
-letter \x41BE 14-1236-2
-letter \x41BF 16-5
-letter \x41C0 1245-12346-2
-letter \x41C1 15-156-3
-letter \x41C2 245-2345-3
-letter \x41C3 15-156-5
-letter \x41C4 134-12356-4
-letter \x41C5 12345-345-3
-letter \x41C6 145-12356-4
-letter \x41C7 134-1356-2
-letter \x41C8 13-1246-5
-letter \x41C9 24-156-2
-letter \x41CA 134-12356-4
-letter \x41CB 1235-2456-5
-letter \x41CC 245-246-5
-letter \x41CD 12-25-5
-letter \x41CE 245-236-5
-letter \x41CF 145-1246-5
-letter \x41D0 14-16-5
-letter \x41D1 135-345-5
-letter \x41D2 13-346-5
-letter \x41D3 15-1256-3
-letter \x41D4 14-25-5
-letter \x41D5 15-1256-3
-letter \x41D6 256-4
-letter \x41D7 1-12346-3
-letter \x41D8 1235-34-5
-letter \x41D9 1456-4
-letter \x41DA 1234-34-3
-letter \x41DB 1-156-4
-letter \x41DC 14-2345-4
-letter \x41DD 13-2345-3
-letter \x41DE 13-1236-4
-letter \x41DF 13-2345-5
-letter \x41E0 1-12356-5
-letter \x41E1 1-34-5
-letter \x41E2 123-34-4
-letter \x41E3 1345-345-5
-letter \x41E4 145-1246-5
-letter \x41E5 125-2346-2
-letter \x41E6 46-4
-letter \x41E7 1-34-5
-letter \x41E8 13-12346-5
-letter \x41E9 16-5
-letter \x41EA 12-156-3
-letter \x41EB 13-16-3
-letter \x41EC 12-456-4
-letter \x41ED 14-146-4
-letter \x41EE 1245-136-5
-letter \x41EF 1245-12346-2
-letter \x41F0 1-1356-3
-letter \x41F1 1345-345-5
-letter \x41F2 245-2346-5
-letter \x41F3 134-12356-4
-letter \x41F4 134-12356-4
-letter \x41F5 1456-2
-letter \x41F6 13-236-2
-letter \x41F7 135-16-4
-letter \x41F8 12-1356-2
-letter \x41F9 13-256-5
-letter \x41FA 12-12356-2
-letter \x41FB 1235-1246-5
-letter \x41FC 12-156-5
-letter \x41FD 1-156-5
-letter \x41FE 2345-2
-letter \x41FF 134-12356-4
-letter \x4200 15-1236-3
-letter \x4201 14-123456-2
-letter \x4202 135-13456-5
-letter \x4203 1-146-4
-letter \x4204 1235-1236-2
-letter \x4205 1256-5
-letter \x4206 145-2456-5
-letter \x4207 1-146-5
-letter \x4208 12345-356-2
-letter \x4209 24-345-5
-letter \x420A 14-13456-2
-letter \x420B 124-345-5
-letter \x420C 245-1256-3
-letter \x420D 134-1346-2
-letter \x420E 346-5
-letter \x420F 135-146-2
-letter \x4210 123-1246-5
-letter \x4211 13-35-4
-letter \x4212 1345-1236-4
-letter \x4213 13-2346-2
-letter \x4214 13-23456-3
-letter \x4215 12-156-2
-letter \x4216 123-2346-3
-letter \x4217 15-25-4
-letter \x4218 245-156-2
-letter \x4219 1-12356-5
-letter \x421A 124-2456-2
-letter \x421B 123-2356-5
-letter \x421C 245-1456-5
-letter \x421D 15-1256-3
-letter \x421E 145-34-4
-letter \x421F 245-2346-5
-letter \x4220 1235-12456-4
-letter \x4221 245-12346-5
-letter \x4222 15-2456-4
-letter \x4223 1-1356-5
-letter \x4224 245-2345-2
-letter \x4225 13-1456-3
-letter \x4226 125-12346-3
-letter \x4227 1246-4
-letter \x4228 134-12356-4
-letter \x4229 134-12356-4
-letter \x422A 15-16-5
-letter \x422B 1345-345-5
-letter \x422C 1234-34-2
-letter \x422D 1235-2356-2
-letter \x422E 13-1256-4
-letter \x422F 1-136-3
-letter \x4230 24-146-3
-letter \x4231 124-146-3
-letter \x4232 1234-1236-2
-letter \x4233 124-345-5
-letter \x4234 245-2345-5
-letter \x4235 12346-3
-letter \x4236 1245-12346-2
-letter \x4237 14-25-5
-letter \x4238 1235-34-2
-letter \x4239 15-12356-4
-letter \x423A 1-12346-3
-letter \x423B 1234-34-2
-letter \x423C 134-346-5
-letter \x423E 24-25-5
-letter \x423F 134-2456-5
-letter \x4240 24-34-5
-letter \x4241 14-13456-2
-letter \x4242 14-356-4
-letter \x4243 13-46-4
-letter \x4244 14-1356-2
-letter \x4245 1-156-5
-letter \x4246 145-246-4
-letter \x4247 134-12356-4
-letter \x4248 15-1236-4
-letter \x4249 1235-34-2
-letter \x424A 12345-1236-5
-letter \x424B 134-356-5
-letter \x424C 15-1246-5
-letter \x424D 13-2345-4
-letter \x424E 124-1346-2
-letter \x424F 15-346-5
-letter \x4250 123-34-3
-letter \x4251 34-2
-letter \x4252 12345-1236-3
-letter \x4253 14-25-5
-letter \x4254 245-1236-3
-letter \x4255 245-1356-2
-letter \x4256 14-13456-2
-letter \x4257 16-3
-letter \x4258 24-456-5
-letter \x4259 256-2
-letter \x425A 134-1356-2
-letter \x425B 146-4
-letter \x425C 1-156-5
-letter \x425D 16-4
-letter \x425E 145-1236-4
-letter \x425F 1235-25-5
-letter \x4260 1246-2
-letter \x4261 124-1236-2
-letter \x4262 15-2346-5
-letter \x4263 15-346-5
-letter \x4264 15-12356-4
-letter \x4265 15-12346-4
-letter \x4266 245-2345-3
-letter \x4267 14-234-2
-letter \x4268 16-5
-letter \x4269 12356-3
-letter \x426A 14-356-5
-letter \x426B 14-16-2
-letter \x426C 12345-356-5
-letter \x426D 14-346-5
-letter \x426E 14-1456-5
-letter \x426F 15-2345-5
-letter \x4270 15-246-5
-letter \x4271 12356-3
-letter \x4272 135-346-5
-letter \x4273 15-2345-4
-letter \x4274 1245-1346-2
-letter \x4275 1-12456-5
-letter \x4276 24-456-3
-letter \x4277 145-1236-5
-letter \x4278 135-2345-5
-letter \x4279 14-13456-2
-letter \x427A 1235-12346-2
-letter \x427B 245-16-2
-letter \x427C 14-246-5
-letter \x427D 135-1236-4
-letter \x427E 134-16-5
-letter \x427F 1235-34-2
-letter \x4280 1235-34-2
-letter \x4282 245-2346-5
-letter \x4283 1234-356-5
-letter \x4284 245-235-2
-letter \x4285 134-13456-2
-letter \x4286 13-234-5
-letter \x4287 135-34-5
-letter \x4288 134-356-2
-letter \x4289 15-1236-4
-letter \x428A 134-356-5
-letter \x428B 1-456-3
-letter \x428C 134-12356-4
-letter \x428D 14-16-2
-letter \x428E 245-45-4
-letter \x428F 12-146-4
-letter \x4290 1235-123456-2
-letter \x4291 15-46-4
-letter \x4292 13-13456-3
-letter \x4293 24-156-5
-letter \x4294 13456-3
-letter \x4295 13-2345-3
-letter \x4296 1345-1236-4
-letter \x4297 1235-456-2
-letter \x4298 13-234-5
-letter \x4299 2345-2
-letter \x429A 145-1246-3
-letter \x429B 15-345-4
-letter \x429C 124-12456-2
-letter \x429D 15-346-5
-letter \x429E 1-2346-2
-letter \x429F 134-136-2
-letter \x42A0 15-16-5
-letter \x42A1 134-1236-2
-letter \x42A2 13-46-3
-letter \x42A3 1235-456-2
-letter \x42A4 124-1236-2
-letter \x42A5 15-246-5
-letter \x42A6 23456-2
-letter \x42A7 135-16-5
-letter \x42A8 14-25-2
-letter \x42A9 12345-1236-2
-letter \x42AA 14-16-5
-letter \x42AB 245-1246-4
-letter \x42AC 12-345-5
-letter \x42AD 12-12356-2
-letter \x42AE 145-16-2
-letter \x42AF 123-456-5
-letter \x42B0 12-34-2
-letter \x42B1 15-2345-3
-letter \x42B2 12-1236-4
-letter \x42B3 134-16-2
-letter \x42B4 245-2345-5
-letter \x42B5 245-234-2
-letter \x42B6 1-136-5
-letter \x42B7 125-156-3
-letter \x42B8 1256-3
-letter \x42B9 245-2345-3
-letter \x42BA 13-34-4
-letter \x42BB 2345-4
-letter \x42BC 12-156-4
-letter \x42BD 13-2356-5
-letter \x42BE 134-34-5
-letter \x42BF 135-126-2
-letter \x42C0 123-35-5
-letter \x42C1 13-1356-4
-letter \x42C2 246-2
-letter \x42C3 134-146-5
-letter \x42C4 456-4
-letter \x42C5 134-12356-4
-letter \x42C6 14-34-3
-letter \x42C7 134-12356-4
-letter \x42C8 1245-34-2
-letter \x42C9 13-236-2
-letter \x42CB 134-1456-2
-letter \x42CC 13-46-4
-letter \x42CE 1-1236-5
-letter \x42CF 125-25-2
-letter \x42D0 236-5
-letter \x42D1 135-13456-4
-letter \x42D2 24-34-3
-letter \x42D3 1-12356-5
-letter \x42D4 135-16-5
-letter \x42D5 1245-136-5
-letter \x42D6 1256-5
-letter \x42D7 13-46-4
-letter \x42D8 12-25-5
-letter \x42D9 156-4
-letter \x42DA 16-5
-letter \x42DB 134-16-2
-letter \x42DC 245-13456-5
-letter \x42DD 13456-3
-letter \x42DE 456-4
-letter \x42DF 13-16-5
-letter \x42E0 135-34-4
-letter \x42E1 24-34-3
-letter \x42E2 135-346-5
-letter \x42E3 12345-1236-2
-letter \x42E4 246-5
-letter \x42E5 14-16-2
-letter \x42E6 12345-1236-2
-letter \x42E7 245-1256-2
-letter \x42E8 12345-34-4
-letter \x42E9 156-2
-letter \x42EA 2346-3
-letter \x42EB 1-1356-3
-letter \x42EC 124-2345-3
-letter \x42ED 1256-5
-letter \x42EE 13-1456-5
-letter \x42EF 245-16-4
-letter \x42F0 13-1256-2
-letter \x42F1 14-2456-2
-letter \x42F2 12-2346-4
-letter \x42F3 135-356-5
-letter \x42F4 1345-234-5
-letter \x42F5 16-5
-letter \x42F6 15-1256-5
-letter \x42F7 14-234-2
-letter \x42F8 15-256-2
-letter \x42F9 12345-34-2
-letter \x42FA 245-234-3
-letter \x42FB 1345-1456-2
-letter \x42FC 124-13456-4
-letter \x42FD 135-1356-4
-letter \x42FE 1345-345-5
-letter \x42FF 1246-3
-letter \x4300 123-2346-3
-letter \x4301 246-3
-letter \x4302 12356-5
-letter \x4303 24-25-5
-letter \x4304 13-1356-4
-letter \x4305 124-1346-2
-letter \x4306 13-1246-5
-letter \x4307 1235-1246-5
-letter \x4308 124-345-5
-letter \x4309 13-1346-3
-letter \x430A 246-2
-letter \x430B 145-345-3
-letter \x430C 245-346-5
-letter \x430D 13-1456-4
-letter \x430E 14-236-5
-letter \x430F 134-16-5
-letter \x4310 134-16-5
-letter \x4311 13-2345-3
-letter \x4312 14-34-5
-letter \x4313 12345-1236-2
-letter \x4314 12356-5
-letter \x4315 134-16-2
-letter \x4316 13-346-2
-letter \x4317 12345-34-4
-letter \x4318 134-16-2
-letter \x4319 1235-456-4
-letter \x431A 15-34-5
-letter \x431B 246-2
-letter \x431C 1345-346-5
-letter \x431D 13-1456-5
-letter \x431E 14-2345-4
-letter \x431F 135-16-5
-letter \x4320 245-13456-5
-letter \x4321 124-16-4
-letter \x4322 14-13456-2
-letter \x4323 125-12456-4
-letter \x4324 1-156-4
-letter \x4325 1456-4
-letter \x4326 145-146-4
-letter \x4327 12-12356-2
-letter \x4328 245-2456-5
-letter \x4329 134-16-5
-letter \x432A 2345-2
-letter \x432B 14-1236-4
-letter \x432C 12-12346-2
-letter \x432D 13-246-3
-letter \x432E 24-456-3
-letter \x432F 13-12456-5
-letter \x4330 24-2346-5
-letter \x4331 14-25-5
-letter \x4332 15-256-3
-letter \x4333 24-156-3
-letter \x4334 14-25-5
-letter \x4335 1-34-2
-letter \x4336 125-156-3
-letter \x4337 12-12356-2
-letter \x4338 13-45-5
-letter \x4339 13-235-4
-letter \x433A 156-4
-letter \x433B 16-5
-letter \x433C 1245-1246-5
-letter \x433D 245-2456-4
-letter \x433E 1245-136-2
-letter \x433F 12345-34-2
-letter \x4340 14-1236-2
-letter \x4341 15-1246-5
-letter \x4342 1256-2
-letter \x4343 246-2
-letter \x4344 145-2345-4
-letter \x4345 14-13456-2
-letter \x4346 1-34-5
-letter \x4347 124-345-5
-letter \x4348 1234-13456-2
-letter \x4349 245-2345-2
-letter \x434A 13-236-2
-letter \x434B 12-1246-2
-letter \x434C 135-34-5
-letter \x434D 13-34-4
-letter \x434E 245-123456-5
-letter \x434F 245-2346-5
-letter \x4350 1235-1236-4
-letter \x4351 1235-1236-4
-letter \x4352 134-12356-4
-letter \x4353 1235-34-5
-letter \x4354 1235-12346-2
-letter \x4355 145-16-4
-letter \x4356 12345-34-2
-letter \x4357 15-45-5
-letter \x4358 134-16-2
-letter \x4359 134-356-2
-letter \x435A 14-1346-5
-letter \x435B 13-34-5
-letter \x435C 1-146-5
-letter \x435D 124-345-5
-letter \x435E 1256-5
-letter \x435F 125-12346-5
-letter \x4360 14-16-2
-letter \x4361 14-246-5
-letter \x4362 34-2
-letter \x4363 14-356-2
-letter \x4364 13-16-4
-letter \x4365 14-356-5
-letter \x4366 14-16-2
-letter \x4367 125-1346-3
-letter \x4368 135-126-2
-letter \x4369 1346-4
-letter \x436A 123-1246-5
-letter \x436B 124-25-2
-letter \x436C 1234-1356-3
-letter \x436D 125-1346-3
-letter \x436E 1-146-5
-letter \x436F 13-1246-4
-letter \x4370 2345-3
-letter \x4371 15-1256-2
-letter \x4372 1345-2456-2
-letter \x4373 12-25-5
-letter \x4374 145-25-5
-letter \x4375 1-1356-3
-letter \x4376 145-12346-5
-letter \x4377 13-1246-5
-letter \x4378 135-126-2
-letter \x4379 24-1236-3
-letter \x437A 1235-12456-2
-letter \x437B 15-45-4
-letter \x437C 245-1236-2
-letter \x437D 14-16-5
-letter \x437E 124-1246-2
-letter \x437F 1235-456-2
-letter \x4380 15-236-5
-letter \x4381 1235-34-2
-letter \x4382 135-146-4
-letter \x4383 1245-1236-4
-letter \x4384 124-246-2
-letter \x4385 12345-34-5
-letter \x4386 14-246-5
-letter \x4387 1-12356-3
-letter \x4388 16-5
-letter \x4389 24-34-5
-letter \x438A 1234-126-5
-letter \x438B 1235-2346-5
-letter \x438C 245-34-5
-letter \x438D 12345-34-3
-letter \x438E 1345-345-5
-letter \x438F 1236-5
-letter \x4390 12-146-4
-letter \x4391 14-34-5
-letter \x4392 1-1236-4
-letter \x4393 124-345-5
-letter \x4394 12345-34-3
-letter \x4395 1235-12346-3
-letter \x4396 125-1356-3
-letter \x4397 245-246-2
-letter \x4398 15-34-5
-letter \x4399 1234-1456-3
-letter \x439A 13-12456-5
-letter \x439B 134-12356-4
-letter \x439C 1235-123456-3
-letter \x439D 12-34-2
-letter \x439E 134-12356-4
-letter \x439F 156-2
-letter \x43A0 156-2
-letter \x43A1 1345-12456-4
-letter \x43A2 245-16-4
-letter \x43A3 15-156-5
-letter \x43A4 12-34-2
-letter \x43A5 134-12356-4
-letter \x43A6 2345-4
-letter \x43A7 135-1346-5
-letter \x43A8 1236-5
-letter \x43A9 125-156-3
-letter \x43AA 1345-2346-5
-letter \x43AB 12-456-5
-letter \x43AC 135-345-5
-letter \x43AD 245-146-3
-letter \x43AE 124-16-5
-letter \x43AF 1235-1236-5
-letter \x43B0 125-25-2
-letter \x43B1 135-345-5
-letter \x43B2 1-2346-2
-letter \x43B3 35-5
-letter \x43B4 24-1356-5
-letter \x43B5 135-16-5
-letter \x43B6 156-5
-letter \x43B7 1-34-5
-letter \x43B8 34-5
-letter \x43B9 123456-2
-letter \x43BA 1-156-4
-letter \x43BB 1-12356-4
-letter \x43BC 14-34-5
-letter \x43BD 123456-2
-letter \x43BE 13-123456-4
-letter \x43BF 245-234-2
-letter \x43C0 14-345-5
-letter \x43C1 125-2456-4
-letter \x43C2 15-12356-4
-letter \x43C3 134-2345-2
-letter \x43C4 1-156-5
-letter \x43C5 245-16-5
-letter \x43C6 245-146-2
-letter \x43C7 1234-246-5
-letter \x43C8 14-2345-2
-letter \x43C9 24-156-3
-letter \x43CA 14-12346-2
-letter \x43CB 15-34-5
-letter \x43CC 245-16-5
-letter \x43CD 45-5
-letter \x43CE 12345-1356-2
-letter \x43CF 15-1256-3
-letter \x43D0 13-236-2
-letter \x43D1 145-16-5
-letter \x43D2 1234-2345-5
-letter \x43D3 13-12456-4
-letter \x43D4 1345-234-4
-letter \x43D5 1245-136-4
-letter \x43D6 1-136-5
-letter \x43D7 13-2456-5
-letter \x43D8 1234-16-4
-letter \x43D9 124-1236-4
-letter \x43DA 12-146-4
-letter \x43DB 12-123456-4
-letter \x43DC 1235-2346-3
-letter \x43DD 12-123456-2
-letter \x43DE 134-126-5
-letter \x43DF 135-346-5
-letter \x43E0 245-16-5
-letter \x43E1 24-156-5
-letter \x43E2 135-16-4
-letter \x43E3 13-236-2
-letter \x43E4 15-156-5
-letter \x43E5 124-1236-3
-letter \x43E6 1235-35-2
-letter \x43E7 1345-345-2
-letter \x43E8 1235-1246-4
-letter \x43E9 15-346-2
-letter \x43EA 156-5
-letter \x43EB 15-234-3
-letter \x43EC 134-12356-2
-letter \x43ED 134-12356-4
-letter \x43EE 15-16-2
-letter \x43EF 1-156-5
-letter \x43F0 1245-136-4
-letter \x43F1 13-1256-2
-letter \x43F2 145-346-2
-letter \x43F3 1-2346-5
-letter \x43F4 24-146-5
-letter \x43F5 134-1356-4
-letter \x43F6 135-16-5
-letter \x43F7 1235-1236-5
-letter \x43F8 1256-2
-letter \x43F9 15-2345-5
-letter \x43FA 1234-1346-3
-letter \x43FB 1345-1356-2
-letter \x43FC 245-1236-2
-letter \x43FD 135-34-5
-letter \x43FE 1234-1346-3
-letter \x43FF 245-16-4
-letter \x4400 13-16-5
-letter \x4401 1345-246-4
-letter \x4402 14-34-5
-letter \x4403 13-235-4
-letter \x4404 1235-1236-5
-letter \x4405 16-2
-letter \x4406 245-2456-4
-letter \x4407 12-123456-2
-letter \x4408 1-156-2
-letter \x4409 125-156-5
-letter \x440A 145-345-2
-letter \x440B 245-12346-3
-letter \x440C 124-2345-4
-letter \x440D 1-12356-5
-letter \x440E 145-16-3
-letter \x440F 12-123456-4
-letter \x4410 245-234-3
-letter \x4411 1-2346-2
-letter \x4412 1-345-3
-letter \x4413 1245-12356-2
-letter \x4414 135-1456-5
-letter \x4415 13-16-2
-letter \x4416 16-2
-letter \x4417 145-34-4
-letter \x4418 13-236-2
-letter \x4419 13-2346-2
-letter \x441A 13-16-2
-letter \x441B 145-345-3
-letter \x441C 12-136-3
-letter \x441D 15-25-4
-letter \x441E 1245-25-5
-letter \x441F 15-46-5
-letter \x4420 1235-456-4
-letter \x4421 245-16-2
-letter \x4422 1-34-5
-letter \x4423 245-25-5
-letter \x4424 12-156-2
-letter \x4425 12346-4
-letter \x4426 245-12346-3
-letter \x4427 123-146-5
-letter \x4428 13-34-4
-letter \x4429 123-2456-4
-letter \x442A 12345-1236-5
-letter \x442B 123-2346-3
-letter \x442C 245-146-2
-letter \x442D 1-156-5
-letter \x442E 12-1236-4
-letter \x442F 14-356-2
-letter \x4430 15-234-3
-letter \x4431 1-2456-3
-letter \x4432 1-2346-2
-letter \x4433 1256-2
-letter \x4434 13-1246-5
-letter \x4435 1235-456-2
-letter \x4436 13-1456-4
-letter \x4437 145-1236-3
-letter \x4438 13-25-2
-letter \x4439 15-146-5
-letter \x443A 124-1236-5
-letter \x443B 13-34-3
-letter \x443C 15-16-5
-letter \x443D 134-1236-2
-letter \x443E 145-25-2
-letter \x443F 146-2
-letter \x4440 1234-16-5
-letter \x4441 34-5
-letter \x4442 2456-4
-letter \x4443 134-1356-2
-letter \x4444 1234-16-5
-letter \x4445 134-1356-2
-letter \x4446 46-4
-letter \x4447 1-156-5
-letter \x4448 135-126-2
-letter \x4449 13456-2
-letter \x444A 1246-2
-letter \x444B 1345-146-2
-letter \x444C 14-1236-2
-letter \x444D 2345-5
-letter \x444E 12-1236-4
-letter \x444F 245-45-2
-letter \x4450 1-136-4
-letter \x4451 1234-34-2
-letter \x4452 13-1456-5
-letter \x4453 124-2456-2
-letter \x4454 12345-356-5
-letter \x4455 24-34-4
-letter \x4456 134-12356-4
-letter \x4457 145-1346-5
-letter \x4458 12-345-2
-letter \x4459 1245-1236-2
-letter \x445A 124-2345-2
-letter \x445B 12-156-4
-letter \x445C 124-345-5
-letter \x445D 13-23456-4
-letter \x445E 24-123456-5
-letter \x445F 1235-456-2
-letter \x4460 14-246-4
-letter \x4461 12-345-3
-letter \x4462 34-5
-letter \x4463 12-136-3
-letter \x4464 13-1456-5
-letter \x4465 2346-5
-letter \x4466 13-12356-3
-letter \x4467 12345-34-2
-letter \x4468 145-25-5
-letter \x4469 13-34-4
-letter \x446A 2346-5
-letter \x446B 135-1356-3
-letter \x446C 246-5
-letter \x446D 145-16-5
-letter \x446E 134-12356-4
-letter \x446F 145-16-5
-letter \x4470 135-34-5
-letter \x4471 134-1236-2
-letter \x4472 12-2346-5
-letter \x4473 14-123456-2
-letter \x4474 245-16-2
-letter \x4475 134-34-5
-letter \x4476 245-1236-2
-letter \x4477 134-12356-4
-letter \x4478 125-12346-3
-letter \x4479 15-146-3
-letter \x447A 12345-1236-2
-letter \x447B 234-2
-letter \x447C 125-12356-3
-letter \x447D 124-345-5
-letter \x447E 134-12356-4
-letter \x447F 15-34-5
-letter \x4480 12345-34-2
-letter \x4481 13-16-5
-letter \x4482 13-46-4
-letter \x4483 245-146-5
-letter \x4484 135-126-2
-letter \x4485 124-1356-2
-letter \x4486 12-2346-5
-letter \x4487 12345-34-5
-letter \x4488 135-34-4
-letter \x4489 34-4
-letter \x448A 15-16-3
-letter \x448B 46-4
-letter \x448C 134-13456-5
-letter \x448D 1234-1346-4
-letter \x448E 134-1346-4
-letter \x448F 15-1356-3
-letter \x4490 134-1356-2
-letter \x4491 245-146-4
-letter \x4492 124-246-2
-letter \x4493 123-2456-4
-letter \x4494 135-2456-5
-letter \x4495 15-246-4
-letter \x4496 15-1456-5
-letter \x4497 245-16-5
-letter \x4498 15-1246-3
-letter \x4499 125-1346-5
-letter \x449A 24-146-4
-letter \x449B 1235-1356-2
-letter \x449C 1345-234-2
-letter \x449D 15-246-2
-letter \x449E 12-136-2
-letter \x449F 145-1236-3
-letter \x44A0 12345-1236-4
-letter \x44A1 1456-4
-letter \x44A2 1346-2
-letter \x44A3 1245-1236-4
-letter \x44A4 1245-156-5
-letter \x44A5 12345-345-5
-letter \x44A6 12345-1236-5
-letter \x44A7 245-1256-5
-letter \x44A8 24-156-4
-letter \x44A9 1235-2346-2
-letter \x44AA 135-2345-5
-letter \x44AB 145-2456-5
-letter \x44AC 134-126-5
-letter \x44AD 145-1356-4
-letter \x44AE 134-12356-4
-letter \x44AF 134-12356-4
-letter \x44B0 123-456-3
-letter \x44B1 1-1356-3
-letter \x44B2 12-345-5
-letter \x44B3 145-25-4
-letter \x44B4 234-4
-letter \x44B5 1235-146-5
-letter \x44B6 124-2345-3
-letter \x44B7 123-2356-5
-letter \x44B8 15-2345-2
-letter \x44B9 14-356-5
-letter \x44BA 13-1456-4
-letter \x44BB 245-16-4
-letter \x44BC 245-1256-3
-letter \x44BD 134-356-2
-letter \x44BE 16-3
-letter \x44BF 14-246-2
-letter \x44C0 134-12356-4
-letter \x44C1 145-1356-4
-letter \x44C2 2345-2
-letter \x44C3 16-5
-letter \x44C4 1456-2
-letter \x44C5 245-16-2
-letter \x44C6 1-2346-2
-letter \x44C7 15-16-5
-letter \x44C8 16-5
-letter \x44C9 346-2
-letter \x44CA 2346-5
-letter \x44CB 1-156-3
-letter \x44CC 1-156-5
-letter \x44CD 1235-1236-4
-letter \x44CE 12-25-5
-letter \x44CF 12345-12356-2
-letter \x44D0 12-123456-2
-letter \x44D1 135-13456-4
-letter \x44D2 123-2356-4
-letter \x44D3 12-12356-2
-letter \x44D4 134-12356-4
-letter \x44D5 124-25-4
-letter \x44D6 245-235-2
-letter \x44D7 245-12346-3
-letter \x44D8 13-234-5
-letter \x44D9 13-2356-3
-letter \x44DA 245-34-2
-letter \x44DB 12345-34-4
-letter \x44DC 1-156-3
-letter \x44DD 134-1356-2
-letter \x44DE 14-16-5
-letter \x44DF 14-346-5
-letter \x44E0 124-345-5
-letter \x44E1 1-156-3
-letter \x44E2 13-34-5
-letter \x44E3 14-46-4
-letter \x44E4 1235-34-3
-letter \x44E5 14-345-5
-letter \x44E6 145-2345-4
-letter \x44E7 245-156-5
-letter \x44E8 13456-3
-letter \x44E9 134-12356-4
-letter \x44EA 46-2
-letter \x44EB 13-16-5
-letter \x44EC 134-12356-4
-letter \x44ED 12-345-5
-letter \x44EE 134-146-5
-letter \x44EF 145-34-2
-letter \x44F0 1456-3
-letter \x44F1 12-2456-2
-letter \x44F2 1245-1246-5
-letter \x44F3 1235-136-4
-letter \x44F4 1245-12456-2
-letter \x44F5 12345-34-3
-letter \x44F6 14-2456-5
-letter \x44F7 15-13456-5
-letter \x44F8 13-2345-3
-letter \x44F9 16-5
-letter \x44FA 134-356-4
-letter \x44FB 134-12356-4
-letter \x44FC 1235-2346-5
-letter \x44FD 13-16-5
-letter \x44FE 15-25-3
-letter \x44FF 1235-1236-5
-letter \x4500 1245-1246-2
-letter \x4501 14-16-5
-letter \x4502 125-156-4
-letter \x4503 125-34-4
-letter \x4504 246-2
-letter \x4505 13-2346-3
-letter \x4506 14-16-2
-letter \x4507 245-16-4
-letter \x4508 13-1236-4
-letter \x4509 14-16-5
-letter \x450A 135-13456-3
-letter \x450B 24-345-3
-letter \x450C 13-146-3
-letter \x450D 145-34-4
-letter \x450E 15-34-5
-letter \x450F 12-12356-5
-letter \x4510 13-2345-3
-letter \x4511 15-346-2
-letter \x4512 135-356-5
-letter \x4513 15-1256-4
-letter \x4514 13-13456-5
-letter \x4515 1234-34-2
-letter \x4516 14-13456-2
-letter \x4517 15-46-2
-letter \x4518 125-25-5
-letter \x4519 145-246-5
-letter \x451A 12-123456-2
-letter \x451B 245-13456-4
-letter \x451C 1345-1236-2
-letter \x451D 1-2456-3
-letter \x451E 14-1256-5
-letter \x451F 12-156-2
-letter \x4520 24-146-4
-letter \x4521 1256-2
-letter \x4522 1235-35-2
-letter \x4523 14-16-2
-letter \x4524 1234-345-3
-letter \x4525 15-246-3
-letter \x4526 134-356-2
-letter \x4527 14-16-2
-letter \x4528 1246-2
-letter \x4529 15-34-5
-letter \x452A 145-1246-5
-letter \x452B 24-34-3
-letter \x452C 16-5
-letter \x452D 1345-13456-5
-letter \x452E 15-156-3
-letter \x452F 1235-34-2
-letter \x4530 12345-34-2
-letter \x4531 16-3
-letter \x4532 12-1356-2
-letter \x4533 1345-1236-4
-letter \x4534 245-2346-5
-letter \x4535 13-2345-3
-letter \x4536 124-16-2
-letter \x4537 245-1456-2
-letter \x4538 135-246-4
-letter \x4539 15-1246-5
-letter \x453A 1246-2
-letter \x453B 145-123456-3
-letter \x453C 15-2346-5
-letter \x453D 2456-5
-letter \x453E 2346-5
-letter \x453F 13-346-5
-letter \x4540 123-12456-4
-letter \x4541 12345-356-4
-letter \x4542 134-12356-4
-letter \x4543 1456-5
-letter \x4544 1-1356-3
-letter \x4545 15-146-4
-letter \x4546 145-12356-5
-letter \x4547 1235-1246-5
-letter \x4548 15-346-5
-letter \x4549 125-2346-2
-letter \x454A 124-1236-2
-letter \x454B 12-1346-4
-letter \x454C 1-156-5
-letter \x454D 16-5
-letter \x454E 12345-34-2
-letter \x454F 2346-2
-letter \x4550 134-12356-4
-letter \x4551 13-256-5
-letter \x4552 13-23456-3
-letter \x4553 12-345-2
-letter \x4554 15-2345-2
-letter \x4555 134-1236-5
-letter \x4556 15-123456-3
-letter \x4557 135-16-5
-letter \x4558 14-13456-2
-letter \x4559 13-346-2
-letter \x455A 123-1246-5
-letter \x455B 13-23456-2
-letter \x455C 245-1246-5
-letter \x455D 24-1356-5
-letter \x455E 14-1346-5
-letter \x455F 15-13456-3
-letter \x4560 12345-356-5
-letter \x4561 14-34-4
-letter \x4562 1-345-4
-letter \x4563 1235-2346-2
-letter \x4564 245-16-2
-letter \x4565 1345-16-4
-letter \x4566 13456-2
-letter \x4567 15-246-5
-letter \x4568 124-1356-2
-letter \x4569 14-146-4
-letter \x456A 125-2346-2
-letter \x456B 123-1246-2
-letter \x456C 13-46-3
-letter \x456D 245-2345-2
-letter \x456E 13-1256-2
-letter \x456F 1234-246-2
-letter \x4570 135-1236-5
-letter \x4571 145-12356-4
-letter \x4572 14-1456-4
-letter \x4573 134-16-2
-letter \x4574 1-25-2
-letter \x4575 15-346-2
-letter \x4576 1235-34-5
-letter \x4577 134-16-2
-letter \x4578 13-346-3
-letter \x4579 125-345-2
-letter \x457A 245-12346-2
-letter \x457B 13-2346-2
-letter \x457C 1345-1236-2
-letter \x457D 1-34-2
-letter \x457E 2345-2
-letter \x457F 1235-1236-5
-letter \x4580 15-246-3
-letter \x4581 16-5
-letter \x4582 14-12456-2
-letter \x4583 236-5
-letter \x4584 1245-1236-2
-letter \x4585 14-13456-2
-letter \x4586 1345-46-5
-letter \x4587 1256-5
-letter \x4588 1345-236-5
-letter \x4589 15-1256-3
-letter \x458A 16-5
-letter \x458B 1345-236-5
-letter \x458C 16-5
-letter \x458D 245-2345-2
-letter \x458E 15-23456-2
-letter \x458F 12-34-4
-letter \x4590 13-1456-5
-letter \x4591 134-16-5
-letter \x4592 15-16-3
-letter \x4593 1345-345-5
-letter \x4594 1235-1236-5
-letter \x4595 125-34-4
-letter \x4596 15-23456-2
-letter \x4597 2345-2
-letter \x4598 124-34-2
-letter \x4599 124-16-3
-letter \x459A 34-3
-letter \x459B 15-25-4
-letter \x459C 1456-2
-letter \x459D 12-12346-2
-letter \x459E 1-12356-4
-letter \x459F 134-1346-4
-letter \x45A0 45-2
-letter \x45A1 1345-1256-5
-letter \x45A2 134-246-2
-letter \x45A3 15-146-5
-letter \x45A4 12456-4
-letter \x45A5 14-16-2
-letter \x45A6 245-1256-3
-letter \x45A7 1345-345-5
-letter \x45A8 24-156-2
-letter \x45A9 135-16-5
-letter \x45AA 245-156-2
-letter \x45AB 135-1346-5
-letter \x45AC 13-23456-4
-letter \x45AD 13-45-5
-letter \x45AE 15-46-4
-letter \x45AF 13-1246-5
-letter \x45B0 1234-2456-5
-letter \x45B1 123-456-3
-letter \x45B2 15-256-2
-letter \x45B3 1-345-5
-letter \x45B4 246-2
-letter \x45B5 123-123456-3
-letter \x45B6 1235-1246-3
-letter \x45B7 15-16-3
-letter \x45B8 2346-2
-letter \x45B9 46-2
-letter \x45BA 124-246-2
-letter \x45BB 234-2
-letter \x45BC 13-236-2
-letter \x45BD 14-16-2
-letter \x45BE 134-12356-4
-letter \x45BF 14-16-2
-letter \x45C0 12-1356-3
-letter \x45C1 13-16-5
-letter \x45C2 1235-34-4
-letter \x45C3 1-1236-5
-letter \x45C4 12345-34-4
-letter \x45C5 12-1346-2
-letter \x45C6 13-12456-4
-letter \x45C7 13-1256-2
-letter \x45C8 134-1356-2
-letter \x45C9 12-1346-3
-letter \x45CA 124-1236-5
-letter \x45CB 134-12356-2
-letter \x45CC 15-13456-3
-letter \x45CD 14-16-2
-letter \x45CE 2345-3
-letter \x45CF 15-12356-3
-letter \x45D0 24-156-3
-letter \x45D1 16-5
-letter \x45D2 135-13456-5
-letter \x45D3 245-12346-3
-letter \x45D4 1235-12356-2
-letter \x45D5 12456-4
-letter \x45D6 12-156-5
-letter \x45D7 13-16-3
-letter \x45D8 13-2346-4
-letter \x45D9 1235-1236-2
-letter \x45DA 135-126-2
-letter \x45DB 15-234-3
-letter \x45DC 14-234-2
-letter \x45DD 245-1236-2
-letter \x45DE 245-1236-2
-letter \x45DF 16-5
-letter \x45E0 15-45-2
-letter \x45E1 2345-2
-letter \x45E2 15-25-4
-letter \x45E3 13-146-4
-letter \x45E4 235-2
-letter \x45E5 125-12346-3
-letter \x45E6 12345-1356-3
-letter \x45E7 123-1346-3
-letter \x45E8 1256-2
-letter \x45E9 245-16-3
-letter \x45EA 1-2346-5
-letter \x45EB 134-345-1
-letter \x45EC 12345-1356-3
-letter \x45ED 134-12356-4
-letter \x45EE 24-456-4
-letter \x45EF 13-1456-5
-letter \x45F0 13-12456-5
-letter \x45F1 1234-34-2
-letter \x45F2 14-1456-5
-letter \x45F3 134-12356-4
-letter \x45F4 124-13456-2
-letter \x45F5 13-46-3
-letter \x45F6 14-345-5
-letter \x45F7 16-5
-letter \x45F8 235-3
-letter \x45F9 245-156-5
-letter \x45FA 2345-4
-letter \x45FB 13-346-2
-letter \x45FC 15-256-3
-letter \x45FD 1246-5
-letter \x45FE 15-2345-4
-letter \x45FF 1345-13456-2
-letter \x4600 12345-34-5
-letter \x4601 13-346-2
-letter \x4602 13-2345-3
-letter \x4603 134-126-5
-letter \x4604 12345-34-5
-letter \x4605 1345-2456-2
-letter \x4606 15-2345-4
-letter \x4607 123456-2
-letter \x4608 14-16-5
-letter \x4609 245-1236-2
-letter \x460A 134-346-5
-letter \x460B 13-2345-3
-letter \x460C 1345-16-5
-letter \x460D 12-2456-5
-letter \x460E 12456-3
-letter \x460F 15-1256-5
-letter \x4610 1345-1256-5
-letter \x4611 134-2456-5
-letter \x4612 125-1246-3
-letter \x4613 123-1236-5
-letter \x4614 123-345-5
-letter \x4615 1235-1346-2
-letter \x4616 1256-5
-letter \x4617 1235-1246-3
-letter \x4618 1256-5
-letter \x4619 1246-5
-letter \x461A 125-34-2
-letter \x461B 13-16-3
-letter \x461C 13-1456-3
-letter \x461D 16-5
-letter \x461E 134-12356-4
-letter \x461F 145-246-3
-letter \x4620 12345-34-2
-letter \x4621 135-16-4
-letter \x4622 1-34-4
-letter \x4623 125-156-4
-letter \x4624 24-34-5
-letter \x4625 15-23456-2
-letter \x4626 1345-16-2
-letter \x4627 46-3
-letter \x4628 13-246-4
-letter \x4629 15-45-5
-letter \x462A 12-12346-3
-letter \x462B 1345-12356-5
-letter \x462C 1245-12346-2
-letter \x462D 145-346-2
-letter \x462E 15-345-5
-letter \x462F 24-146-3
-letter \x4630 24-1236-3
-letter \x4631 1256-5
-letter \x4632 245-1456-3
-letter \x4633 13-1456-3
-letter \x4634 1-12346-3
-letter \x4635 14-34-5
-letter \x4636 1235-1236-5
-letter \x4637 135-346-3
-letter \x4638 16-5
-letter \x4639 125-1246-5
-letter \x463A 1-1236-5
-letter \x463B 15-34-5
-letter \x463C 12456-4
-letter \x463D 1345-16-2
-letter \x463E 13-12456-4
-letter \x463F 13-236-2
-letter \x4640 135-1356-4
-letter \x4641 245-1236-2
-letter \x4642 1-12346-3
-letter \x4643 145-25-5
-letter \x4644 245-16-5
-letter \x4645 246-5
-letter \x4646 13-1246-5
-letter \x4647 1345-12456-4
-letter \x4648 1235-12356-2
-letter \x4649 15-256-2
-letter \x464A 15-346-5
-letter \x464B 134-12356-4
-letter \x464C 1235-1246-5
-letter \x464D 134-12356-4
-letter \x464E 15-346-2
-letter \x464F 135-126-2
-letter \x4650 123-2346-5
-letter \x4651 245-1246-3
-letter \x4652 15-1256-5
-letter \x4653 135-2456-4
-letter \x4654 12356-3
-letter \x4655 12-34-5
-letter \x4656 135-1356-3
-letter \x4657 124-16-5
-letter \x4658 12-34-4
-letter \x4659 12-156-2
-letter \x465A 1345-246-4
-letter \x465B 13-12456-5
-letter \x465C 12345-1356-2
-letter \x465D 15-346-5
-letter \x465E 145-1356-3
-letter \x465F 145-25-5
-letter \x4660 13-236-2
-letter \x4661 1235-1246-5
-letter \x4662 125-1356-5
-letter \x4663 15-345-5
-letter \x4664 145-25-4
-letter \x4665 14-13456-2
-letter \x4666 134-1356-2
-letter \x4667 15-256-3
-letter \x4668 13-25-4
-letter \x4669 134-1356-2
-letter \x466A 14-12346-2
-letter \x466B 134-12356-4
-letter \x466C 13456-5
-letter \x466D 245-2345-3
-letter \x466E 13-12456-5
-letter \x466F 245-34-5
-letter \x4670 14-16-2
-letter \x4671 145-34-2
-letter \x4672 245-2345-3
-letter \x4673 1234-246-5
-letter \x4674 245-2345-3
-letter \x4675 15-16-3
-letter \x4676 134-12356-4
-letter \x4677 145-2346-2
-letter \x4678 145-2346-2
-letter \x4679 13-46-4
-letter \x467A 14-2345-2
-letter \x467B 245-156-3
-letter \x467C 24-146-5
-letter \x467D 15-346-2
-letter \x467E 24-156-3
-letter \x467F 1246-5
-letter \x4680 12-136-5
-letter \x4681 12-136-3
-letter \x4682 1235-2346-5
-letter \x4683 234-2
-letter \x4684 14-34-5
-letter \x4685 14-2456-2
-letter \x4686 12356-4
-letter \x4687 24-1356-4
-letter \x4688 13-45-5
-letter \x4689 245-16-5
-letter \x468A 13-2345-5
-letter \x468B 256-5
-letter \x468C 13-146-3
-letter \x468D 245-16-5
-letter \x468E 12-456-3
-letter \x468F 14-1456-5
-letter \x4690 13-16-2
-letter \x4691 134-2456-2
-letter \x4692 12-456-2
-letter \x4693 1345-2345-4
-letter \x4694 1234-1456-5
-letter \x4695 14-16-5
-letter \x4696 14-13456-2
-letter \x4697 13-46-3
-letter \x4698 12-1356-2
-letter \x4699 125-345-3
-letter \x469A 15-2345-4
-letter \x469B 1235-34-2
-letter \x469C 135-16-3
-letter \x469D 125-34-2
-letter \x469E 145-2456-4
-letter \x469F 145-2456-4
-letter \x46A0 1235-123456-5
-letter \x46A1 15-2456-3
-letter \x46A2 12-2346-5
-letter \x46A3 124-16-2
-letter \x46A4 134-12356-4
-letter \x46A5 1345-25-5
-letter \x46A6 1-156-5
-letter \x46A7 14-234-2
-letter \x46A8 12345-356-5
-letter \x46A9 13-246-4
-letter \x46AA 13-12456-3
-letter \x46AB 146-2
-letter \x46AC 14-1456-2
-letter \x46AD 15-45-3
-letter \x46AE 1245-1356-2
-letter \x46AF 124-146-4
-letter \x46B0 1234-16-4
-letter \x46B1 15-1456-5
-letter \x46B2 24-1236-5
-letter \x46B3 1-156-5
-letter \x46B4 236-5
-letter \x46B5 124-12356-4
-letter \x46B6 124-2345-3
-letter \x46B7 15-16-5
-letter \x46B8 15-346-5
-letter \x46B9 1234-16-4
-letter \x46BA 246-2
-letter \x46BB 246-2
-letter \x46BC 1345-1256-5
-letter \x46BD 1235-146-5
-letter \x46BE 1345-1456-2
-letter \x46BF 1456-5
-letter \x46C0 12345-1236-4
-letter \x46C1 1345-1236-2
-letter \x46C2 12-156-2
-letter \x46C3 456-5
-letter \x46C4 45-4
-letter \x46C5 15-23456-2
-letter \x46C6 1-12356-5
-letter \x46C7 45-4
-letter \x46C8 24-156-5
-letter \x46C9 134-16-5
-letter \x46CA 15-16-3
-letter \x46CB 13-16-5
-letter \x46CC 1234-146-2
-letter \x46CD 12345-356-5
-letter \x46CE 1235-34-5
-letter \x46CF 1345-16-2
-letter \x46D0 245-156-2
-letter \x46D1 134-16-5
-letter \x46D2 135-2345-5
-letter \x46D3 13-2345-3
-letter \x46D4 1345-345-2
-letter \x46D5 1256-5
-letter \x46D6 2346-5
-letter \x46D7 1-156-4
-letter \x46D8 1345-1456-2
-letter \x46D9 15-1256-5
-letter \x46DA 14-236-5
-letter \x46DB 1235-1246-5
-letter \x46DC 15-256-5
-letter \x46DD 1345-146-2
-letter \x46DE 1235-1236-4
-letter \x46DF 13-23456-2
-letter \x46E0 145-12356-5
-letter \x46E1 1235-35-5
-letter \x46E2 124-34-3
-letter \x46E3 1234-13456-3
-letter \x46E4 245-34-5
-letter \x46E5 15-16-5
-letter \x46E6 15-12346-5
-letter \x46E7 134-16-2
-letter \x46E8 15-1456-5
-letter \x46E9 34-5
-letter \x46EA 245-235-2
-letter \x46EB 1-1356-5
-letter \x46EC 12-12356-2
-letter \x46ED 15-13456-5
-letter \x46EE 13-234-5
-letter \x46EF 13-1256-5
-letter \x46F0 1235-123456-2
-letter \x46F1 124-16-2
-letter \x46F2 134-1236-2
-letter \x46F3 13-2345-4
-letter \x46F4 245-16-4
-letter \x46F5 24-12356-5
-letter \x46F6 14-356-4
-letter \x46F7 12456-4
-letter \x46F8 12-2346-5
-letter \x46F9 245-1236-5
-letter \x46FA 13-346-5
-letter \x46FB 234-5
-letter \x46FC 1235-1246-4
-letter \x46FD 1-345-4
-letter \x46FE 15-34-5
-letter \x46FF 13-2346-2
-letter \x4700 1345-146-4
-letter \x4701 15-16-5
-letter \x4702 1235-146-5
-letter \x4703 145-1246-3
-letter \x4704 12-156-2
-letter \x4705 1246-2
-letter \x4706 134-126-5
-letter \x4707 13-123456-4
-letter \x4708 12-146-3
-letter \x4709 245-16-3
-letter \x470A 125-146-5
-letter \x470B 1235-1246-5
-letter \x470C 14-12456-2
-letter \x470D 14-246-2
-letter \x470E 14-146-2
-letter \x470F 124-35-3
-letter \x4710 124-35-3
-letter \x4711 245-23456-5
-letter \x4712 146-5
-letter \x4713 1345-346-5
-letter \x4714 15-1246-2
-letter \x4715 134-2456-5
-letter \x4716 124-1236-5
-letter \x4717 15-1456-5
-letter \x4718 13-13456-4
-letter \x4719 1236-2
-letter \x471A 124-345-5
-letter \x471B 12-1236-2
-letter \x471C 1246-5
-letter \x471D 124-12456-4
-letter \x471E 13-16-5
-letter \x471F 12-136-2
-letter \x4720 12-2346-5
-letter \x4721 15-1256-5
-letter \x4722 15-2345-4
-letter \x4723 15-1456-3
-letter \x4724 134-12356-4
-letter \x4725 145-1236-5
-letter \x4726 134-12356-4
-letter \x4727 1345-146-4
-letter \x4728 134-12356-4
-letter \x4729 2345-5
-letter \x472A 245-234-2
-letter \x472B 1235-12346-2
-letter \x472C 15-12346-4
-letter \x472D 13-256-5
-letter \x472E 14-246-2
-letter \x472F 13-1256-2
-letter \x4730 1235-146-3
-letter \x4731 134-1236-2
-letter \x4732 14-346-5
-letter \x4733 134-12356-4
-letter \x4734 12-34-5
-letter \x4735 12-156-4
-letter \x4736 15-46-2
-letter \x4737 245-1456-3
-letter \x4738 134-356-4
-letter \x4739 24-34-5
-letter \x473A 245-2346-5
-letter \x473B 12-156-4
-letter \x473C 13-34-2
-letter \x473D 1256-2
-letter \x473E 1456-3
-letter \x473F 24-34-5
-letter \x4740 14-246-2
-letter \x4741 14-146-2
-letter \x4742 24-34-5
-letter \x4743 1-2346-2
-letter \x4744 24-456-3
-letter \x4745 1235-1246-3
-letter \x4746 1235-34-3
-letter \x4747 1235-1246-3
-letter \x4748 2346-5
-letter \x4749 134-1356-2
-letter \x474A 24-345-5
-letter \x474B 125-12346-5
-letter \x474C 13-236-2
-letter \x474D 13-256-5
-letter \x474E 124-12456-3
-letter \x474F 14-12356-2
-letter \x4750 1246-4
-letter \x4751 12-12346-3
-letter \x4752 1-34-5
-letter \x4753 14-345-5
-letter \x4754 1235-12456-3
-letter \x4755 1-2346-2
-letter \x4756 1-146-4
-letter \x4757 15-234-3
-letter \x4758 16-5
-letter \x4759 12-34-3
-letter \x475A 1345-16-2
-letter \x475B 135-126-3
-letter \x475C 15-12456-3
-letter \x475D 16-3
-letter \x475E 1235-146-5
-letter \x475F 23456-5
-letter \x4760 1235-12456-2
-letter \x4761 134-1236-5
-letter \x4762 134-1236-5
-letter \x4763 245-1256-2
-letter \x4764 14-146-4
-letter \x4765 1235-146-2
-letter \x4766 1-12346-3
-letter \x4767 134-136-2
-letter \x4768 15-2345-2
-letter \x4769 1-136-5
-letter \x476A 24-34-2
-letter \x476B 125-25-2
-letter \x476C 1-34-5
-letter \x476D 13-12356-5
-letter \x476E 15-45-5
-letter \x476F 16-5
-letter \x4770 1-156-5
-letter \x4771 15-346-2
-letter \x4772 13-1456-5
-letter \x4773 245-1236-2
-letter \x4774 13-16-3
-letter \x4775 135-34-5
-letter \x4776 14-46-2
-letter \x4777 1-156-5
-letter \x4778 13-16-5
-letter \x4779 12456-4
-letter \x477A 13-12456-5
-letter \x477B 13-1256-3
-letter \x477C 245-13456-2
-letter \x477D 2456-5
-letter \x477E 12345-34-5
-letter \x477F 13-1246-5
-letter \x4780 13-12356-5
-letter \x4781 15-2345-5
-letter \x4782 1245-12456-4
-letter \x4783 1-156-5
-letter \x4784 135-246-5
-letter \x4785 16-2
-letter \x4786 15-25-4
-letter \x4787 145-346-2
-letter \x4788 13-1246-4
-letter \x4789 24-1356-5
-letter \x478A 15-256-5
-letter \x478B 12-136-5
-letter \x478C 24-2346-2
-letter \x478D 245-13456-2
-letter \x478E 134-12356-4
-letter \x478F 134-12356-4
-letter \x4790 12-123456-4
-letter \x4791 1235-12346-2
-letter \x4792 145-12346-5
-letter \x4793 12-1356-3
-letter \x4794 1246-4
-letter \x4795 145-346-2
-letter \x4796 24-34-4
-letter \x4797 12-2456-3
-letter \x4798 245-16-5
-letter \x4799 125-345-2
-letter \x479A 245-16-2
-letter \x479B 34-3
-letter \x479C 12345-34-5
-letter \x479D 146-4
-letter \x479E 12345-34-2
-letter \x479F 1234-126-5
-letter \x47A0 1-156-3
-letter \x47A1 124-1236-4
-letter \x47A2 1-345-5
-letter \x47A3 12-2346-4
-letter \x47A4 245-1256-2
-letter \x47A5 234-5
-letter \x47A6 1235-2346-2
-letter \x47A7 1235-12356-5
-letter \x47A8 13-1246-4
-letter \x47A9 2346-5
-letter \x47AA 13-46-5
-letter \x47AB 256-4
-letter \x47AC 124-12356-5
-letter \x47AD 245-234-4
-letter \x47AE 124-34-3
-letter \x47AF 12345-34-5
-letter \x47B0 245-16-5
-letter \x47B1 1235-34-2
-letter \x47B2 134-12356-4
-letter \x47B3 135-126-2
-letter \x47B4 1-146-3
-letter \x47B5 13-236-2
-letter \x47B6 145-16-5
-letter \x47B7 13-236-2
-letter \x47B8 12345-34-5
-letter \x47B9 1235-456-2
-letter \x47BA 12-123456-3
-letter \x47BB 235-4
-letter \x47BC 12-1246-4
-letter \x47BD 15-25-4
-letter \x47BE 12-156-2
-letter \x47BF 245-2345-3
-letter \x47C0 245-2456-3
-letter \x47C1 15-246-3
-letter \x47C2 134-1236-2
-letter \x47C3 245-345-5
-letter \x47C4 245-16-5
-letter \x47C5 13-2345-5
-letter \x47C6 135-16-5
-letter \x47C7 13-16-3
-letter \x47C8 1-156-2
-letter \x47C9 1-34-2
-letter \x47CA 245-1256-2
-letter \x47CB 1-1236-4
-letter \x47CC 13-16-2
-letter \x47CD 135-2345-3
-letter \x47CE 125-1236-4
-letter \x47CF 14-16-5
-letter \x47D0 14-16-5
-letter \x47D1 14-345-4
-letter \x47D2 245-45-2
-letter \x47D3 145-13456-3
-letter \x47D4 12345-34-5
-letter \x47D5 12-345-5
-letter \x47D6 124-1346-5
-letter \x47D7 24-156-5
-letter \x47D8 1235-1346-5
-letter \x47D9 245-346-5
-letter \x47DA 245-16-2
-letter \x47DB 135-126-2
-letter \x47DC 1345-345-5
-letter \x47DD 124-12356-5
-letter \x47DE 12-34-2
-letter \x47DF 245-34-5
-letter \x47E0 236-5
-letter \x47E1 1-156-3
-letter \x47E2 12-136-2
-letter \x47E3 12-34-5
-letter \x47E4 135-16-5
-letter \x47E5 134-1346-2
-letter \x47E6 135-345-2
-letter \x47E7 124-2345-2
-letter \x47E8 134-1456-2
-letter \x47E9 14-346-4
-letter \x47EA 12345-1356-4
-letter \x47EB 12-1356-3
-letter \x47EC 245-234-5
-letter \x47ED 124-246-2
-letter \x47EE 12345-34-2
-letter \x47EF 123-25-5
-letter \x47F0 13-2345-4
-letter \x47F1 13-16-3
-letter \x47F2 134-12356-4
-letter \x47F3 1256-4
-letter \x47F4 1-136-5
-letter \x47F5 245-234-2
-letter \x47F6 245-25-5
-letter \x47F7 12-156-5
-letter \x47F8 123-1246-2
-letter \x47F9 14-346-5
-letter \x47FA 135-1346-4
-letter \x47FB 145-34-5
-letter \x47FC 34-4
-letter \x47FD 24-34-3
-letter \x47FE 1-25-2
-letter \x47FF 14-34-5
-letter \x4800 12-1346-4
-letter \x4801 13-16-3
-letter \x4802 12-34-4
-letter \x4803 14-46-4
-letter \x4804 124-2345-4
-letter \x4805 123-123456-4
-letter \x4806 12-1346-2
-letter \x4807 13-236-2
-letter \x4808 124-34-2
-letter \x4809 1235-12456-5
-letter \x480A 12345-356-5
-letter \x480B 1234-2345-2
-letter \x480C 134-12356-4
-letter \x480D 15-23456-2
-letter \x480E 25-5
-letter \x480F 13-16-5
-letter \x4810 245-1256-5
-letter \x4811 123-1246-4
-letter \x4812 1235-34-2
-letter \x4813 245-34-5
-letter \x4814 15-1246-5
-letter \x4815 245-2456-3
-letter \x4816 134-12356-4
-letter \x4817 245-234-5
-letter \x4818 1234-16-5
-letter \x4819 135-356-5
-letter \x481A 35-5
-letter \x481B 13-246-4
-letter \x481C 1245-12346-2
-letter \x481D 15-256-3
-letter \x481E 245-34-5
-letter \x481F 145-346-2
-letter \x4820 12-156-5
-letter \x4821 245-25-2
-letter \x4822 134-1356-5
-letter \x4823 15-45-4
-letter \x4824 145-25-4
-letter \x4825 135-346-2
-letter \x4826 1-2346-5
-letter \x4827 12-34-2
-letter \x4828 12-1236-5
-letter \x4829 13-1246-5
-letter \x482A 145-12456-5
-letter \x482B 125-12356-5
-letter \x482C 145-1356-5
-letter \x482D 14-2456-2
-letter \x482E 124-1356-2
-letter \x482F 236-5
-letter \x4830 245-45-2
-letter \x4831 24-34-4
-letter \x4832 14-13456-2
-letter \x4833 12-136-3
-letter \x4834 245-1456-4
-letter \x4835 12345-34-5
-letter \x4836 24-2346-5
-letter \x4837 124-246-4
-letter \x4838 123-35-3
-letter \x4839 1235-2456-2
-letter \x483A 134-12356-4
-letter \x483B 245-235-2
-letter \x483C 145-246-5
-letter \x483D 1235-2456-2
-letter \x483E 24-1236-4
-letter \x483F 2356-5
-letter \x4840 1-1236-4
-letter \x4841 14-12346-4
-letter \x4842 13-234-5
-letter \x4843 14-16-5
-letter \x4844 13-1246-4
-letter \x4845 12-123456-3
-letter \x4846 1245-12346-2
-letter \x4847 236-5
-letter \x4848 13-236-2
-letter \x4849 123-1346-4
-letter \x484A 12345-1236-2
-letter \x484B 245-16-2
-letter \x484C 1235-12346-2
-letter \x484D 12345-34-2
-letter \x484E 14-34-2
-letter \x484F 1235-12346-2
-letter \x4850 124-25-2
-letter \x4851 134-1456-2
-letter \x4852 124-2345-2
-letter \x4853 13-45-5
-letter \x4854 245-16-4
-letter \x4855 1-1356-4
-letter \x4856 13-13456-5
-letter \x4857 13-12346-4
-letter \x4858 124-2345-2
-letter \x4859 14-1346-2
-letter \x485A 134-146-5
-letter \x485B 1456-5
-letter \x485C 14-34-5
-letter \x485D 256-4
-letter \x485E 13-1256-2
-letter \x485F 1234-16-5
-letter \x4860 123-1356-3
-letter \x4861 15-346-2
-letter \x4862 135-2345-4
-letter \x4863 1235-123456-2
-letter \x4864 1-34-3
-letter \x4865 1245-12346-2
-letter \x4866 15-1346-4
-letter \x4867 34-4
-letter \x4868 12-345-5
-letter \x4869 13-34-4
-letter \x486A 12-1236-2
-letter \x486B 1234-1356-2
-letter \x486C 134-1236-5
-letter \x486D 15-234-3
-letter \x486E 125-12346-3
-letter \x486F 245-12346-3
-letter \x4870 123-1356-4
-letter \x4871 1-12456-4
-letter \x4872 12-1236-2
-letter \x4873 15-156-3
-letter \x4874 12-12346-3
-letter \x4875 15-1246-5
-letter \x4876 1234-16-5
-letter \x4877 123-2456-5
-letter \x4878 134-346-5
-letter \x4879 1-156-5
-letter \x487A 1246-5
-letter \x487B 134-1456-2
-letter \x487C 14-13456-2
-letter \x487D 125-12456-3
-letter \x487E 1345-356-5
-letter \x487F 14-13456-2
-letter \x4880 245-16-5
-letter \x4881 236-5
-letter \x4882 134-12356-4
-letter \x4883 16-5
-letter \x4884 15-16-4
-letter \x4885 12-136-2
-letter \x4886 1245-34-5
-letter \x4887 1245-12346-4
-letter \x4888 12-136-2
-letter \x4889 1345-12346-2
-letter \x488A 234-2
-letter \x488B 13-16-5
-letter \x488C 135-126-2
-letter \x488D 12345-1346-4
-letter \x488E 13-16-4
-letter \x488F 134-12356-4
-letter \x4890 245-34-2
-letter \x4891 145-16-4
-letter \x4892 13-246-3
-letter \x4893 1256-2
-letter \x4894 1235-2346-2
-letter \x4895 15-1256-5
-letter \x4896 14-1256-5
-letter \x4897 1235-2346-2
-letter \x4898 134-12356-4
-letter \x4899 135-2456-5
-letter \x489A 13-12346-5
-letter \x489B 13-235-4
-letter \x489C 13-1246-3
-letter \x489D 23456-5
-letter \x489E 24-34-5
-letter \x489F 234-2
-letter \x48A0 15-12346-5
-letter \x48A1 15-346-5
-letter \x48A2 245-1346-5
-letter \x48A3 246-2
-letter \x48A4 24-34-5
-letter \x48A5 2345-2
-letter \x48A6 24-2356-5
-letter \x48A7 14-246-5
-letter \x48A8 245-12346-2
-letter \x48A9 1256-5
-letter \x48AA 135-126-2
-letter \x48AB 15-1246-2
-letter \x48AC 245-2345-3
-letter \x48AD 2345-5
-letter \x48AE 14-356-5
-letter \x48AF 14-1456-2
-letter \x48B0 124-16-5
-letter \x48B1 145-34-2
-letter \x48B2 236-5
-letter \x48B3 13-16-4
-letter \x48B4 245-2345-3
-letter \x48B5 256-2
-letter \x48B6 135-1346-3
-letter \x48B7 1345-345-5
-letter \x48B8 245-1256-3
-letter \x48B9 13-1256-4
-letter \x48BA 12-34-3
-letter \x48BB 12-136-2
-letter \x48BD 15-46-5
-letter \x48BE 15-2345-4
-letter \x48C0 13-1246-4
-letter \x48C1 1256-4
-letter \x48C2 14-356-4
-letter \x48C3 15-346-5
-letter \x48C4 124-34-2
-letter \x48C5 12-136-2
-letter \x48C6 15-13456-2
-letter \x48C7 245-234-2
-letter \x48C8 1235-1346-5
-letter \x48C9 134-12356-4
-letter \x48CA 145-1346-4
-letter \x48CB 245-2456-4
-letter \x48CC 145-16-4
-letter \x48CD 2345-4
-letter \x48CE 125-156-3
-letter \x48CF 13-12346-3
-letter \x48D0 13456-3
-letter \x48D1 12-1236-2
-letter \x48D2 134-12356-4
-letter \x48D3 14-16-2
-letter \x48D4 15-25-4
-letter \x48D5 134-345-4
-letter \x48D6 134-345-5
-letter \x48D7 13-146-3
-letter \x48D8 124-1346-2
-letter \x48D9 1234-356-2
-letter \x48DA 14-12356-2
-letter \x48DB 15-16-3
-letter \x48DC 245-25-2
-letter \x48DD 124-34-2
-letter \x48DE 2346-5
-letter \x48DF 245-1236-2
-letter \x48E0 13-346-2
-letter \x48E1 124-16-2
-letter \x48E2 13-16-2
-letter \x48E3 145-1346-4
-letter \x48E4 13-246-5
-letter \x48E5 135-16-4
-letter \x48E6 14-356-5
-letter \x48E7 16-5
-letter \x48E8 12-123456-2
-letter \x48E9 12-123456-2
-letter \x48EA 1234-126-5
-letter \x48EB 14-16-2
-letter \x48EC 125-2456-4
-letter \x48ED 124-2456-5
-letter \x48EE 1234-126-5
-letter \x48EF 124-2345-4
-letter \x48F0 13-1256-5
-letter \x48F1 15-1256-5
-letter \x48F2 12345-1236-5
-letter \x48F3 125-25-5
-letter \x48F4 15-1256-5
-letter \x48F5 156-5
-letter \x48F6 1235-25-2
-letter \x48F7 1-34-3
-letter \x48F8 1245-1236-4
-letter \x48F9 12345-345-2
-letter \x48FA 13-45-5
-letter \x48FB 1235-1236-3
-letter \x48FC 14-46-2
-letter \x48FD 124-16-4
-letter \x48FE 134-16-5
-letter \x48FF 1256-3
-letter \x4900 134-12356-4
-letter \x4901 1456-3
-letter \x4902 134-356-2
-letter \x4903 1456-3
-letter \x4904 134-2345-4
-letter \x4905 124-12356-2
-letter \x4906 13-1246-4
-letter \x4907 15-12356-3
-letter \x4908 15-16-3
-letter \x4909 134-16-5
-letter \x490A 1345-16-5
-letter \x490B 1256-5
-letter \x490C 245-46-3
-letter \x490D 134-16-2
-letter \x490E 13-1256-2
-letter \x490F 1234-16-4
-letter \x4910 13-1456-4
-letter \x4911 456-5
-letter \x4912 13-16-4
-letter \x4913 134-1356-2
-letter \x4914 13-2345-5
-letter \x4915 15-236-5
-letter \x4916 135-146-5
-letter \x4917 13-1236-4
-letter \x4918 12-1236-4
-letter \x4919 14-16-5
-letter \x491A 14-16-4
-letter \x491B 245-234-2
-letter \x491C 145-123456-5
-letter \x491D 13456-5
-letter \x491E 256-4
-letter \x491F 12-136-2
-letter \x4920 13-16-3
-letter \x4921 1245-1236-4
-letter \x4922 135-345-3
-letter \x4923 14-236-5
-letter \x4924 123-2456-3
-letter \x4925 13-1246-4
-letter \x4926 236-5
-letter \x4927 1235-1246-5
-letter \x4928 1234-16-5
-letter \x4929 12-345-2
-letter \x492A 145-25-5
-letter \x492B 12-1236-2
-letter \x492C 24-345-3
-letter \x492D 24-156-5
-letter \x492E 24-2346-5
-letter \x492F 15-13456-2
-letter \x4930 12346-4
-letter \x4931 24-156-5
-letter \x4932 12-156-5
-letter \x4933 346-5
-letter \x4934 1235-1236-2
-letter \x4935 12345-356-5
-letter \x4936 346-5
-letter \x4937 2345-2
-letter \x4938 125-12456-5
-letter \x4939 15-12356-3
-letter \x493A 1456-4
-letter \x493B 145-25-5
-letter \x493C 15-2345-5
-letter \x493D 13-12456-3
-letter \x493E 124-146-3
-letter \x493F 245-346-5
-letter \x4940 12-1236-4
-letter \x4941 1235-1236-2
-letter \x4942 134-1356-5
-letter \x4943 236-5
-letter \x4944 245-34-5
-letter \x4945 245-2345-5
-letter \x4946 13-1456-4
-letter \x4947 24-1236-5
-letter \x4948 134-34-4
-letter \x4949 45-3
-letter \x494A 245-46-3
-letter \x494B 1234-1356-3
-letter \x494C 1-1356-5
-letter \x494D 1-156-5
-letter \x494E 12-123456-2
-letter \x494F 1256-4
-letter \x4950 134-12356-2
-letter \x4951 12456-5
-letter \x4952 12-12356-2
-letter \x4953 245-16-3
-letter \x4954 15-34-5
-letter \x4955 1234-346-4
-letter \x4956 124-2345-2
-letter \x4957 123-12456-4
-letter \x4958 245-34-5
-letter \x4959 15-1246-5
-letter \x495A 12-34-3
-letter \x495B 13-346-2
-letter \x495C 13-2345-5
-letter \x495D 146-2
-letter \x495E 13-246-4
-letter \x495F 346-5
-letter \x4960 1-136-3
-letter \x4961 145-346-2
-letter \x4962 14-12346-2
-letter \x4963 125-146-2
-letter \x4964 135-146-2
-letter \x4965 14-2345-2
-letter \x4966 145-25-5
-letter \x4967 15-45-2
-letter \x4968 14-1256-2
-letter \x4969 1246-2
-letter \x496A 15-2345-4
-letter \x496B 124-346-4
-letter \x496C 135-126-2
-letter \x496D 1-1356-5
-letter \x496E 1-34-2
-letter \x496F 135-345-5
-letter \x4970 134-1356-2
-letter \x4971 15-346-4
-letter \x4972 12356-3
-letter \x4973 234-3
-letter \x4974 13-45-3
-letter \x4975 15-246-4
-letter \x4976 14-16-5
-letter \x4977 1-345-2
-letter \x4978 134-16-2
-letter \x4979 134-12356-4
-letter \x497A 346-2
-letter \x497B 134-12356-4
-letter \x497C 134-12356-4
-letter \x497D 1234-126-3
-letter \x497E 15-346-4
-letter \x497F 134-12356-4
-letter \x4980 1256-2
-letter \x4981 134-12356-4
-letter \x4982 24-1236-5
-letter \x4983 1-25-2
-letter \x4984 134-12356-4
-letter \x4985 24-1236-5
-letter \x4986 13-236-2
-letter \x4987 13-16-5
-letter \x4988 125-25-4
-letter \x4989 15-156-5
-letter \x498A 1345-246-4
-letter \x498B 146-2
-letter \x498C 12-34-5
-letter \x498D 34-5
-letter \x498E 13-12456-4
-letter \x498F 15-346-5
-letter \x4990 124-13456-4
-letter \x4991 15-346-5
-letter \x4992 145-1346-5
-letter \x4993 12-1236-3
-letter \x4994 124-1236-4
-letter \x4995 1234-1356-3
-letter \x4996 15-23456-2
-letter \x4997 15-1256-5
-letter \x4998 135-16-5
-letter \x4999 15-156-5
-letter \x499A 1235-25-5
-letter \x499B 1-1356-5
-letter \x499C 34-2
-letter \x499D 1235-25-5
-letter \x499E 1245-123456-5
-letter \x499F 12-2356-5
-letter \x49A0 24-156-4
-letter \x49A1 1235-12456-2
-letter \x49A2 123-25-5
-letter \x49A3 12345-34-5
-letter \x49A4 12-2356-5
-letter \x49A5 15-2345-2
-letter \x49A6 245-1456-2
-letter \x49A7 245-346-2
-letter \x49A8 14-1236-2
-letter \x49A9 123456-2
-letter \x49AA 23456-5
-letter \x49AB 13456-3
-letter \x49AC 245-236-5
-letter \x49AD 1235-1346-3
-letter \x49AE 12-123456-4
-letter \x49AF 1-156-5
-letter \x49B0 134-12356-4
-letter \x49B1 1246-4
-letter \x49B2 245-2345-5
-letter \x49B3 1235-1346-5
-letter \x49B4 16-5
-letter \x49B5 1345-16-4
-letter \x49B6 1-1356-5
-letter \x49B7 12-2356-5
-letter \x49B8 134-12356-4
-letter \x49B9 24-156-2
-letter \x49BA 145-13456-3
-letter \x49BB 125-156-4
-letter \x49BC 13-236-2
-letter \x49BD 15-1256-5
-letter \x49BE 256-4
-letter \x49BF 134-12356-4
-letter \x49C0 134-12356-4
-letter \x49C1 12-34-5
-letter \x49C2 145-146-5
-letter \x49C3 145-2345-5
-letter \x49C4 13-2346-5
-letter \x49C5 124-16-5
-letter \x49C6 1235-12346-2
-letter \x49C7 1345-16-4
-letter \x49C8 134-12356-4
-letter \x49C9 14-16-4
-letter \x49CA 123-34-3
-letter \x49CB 15-2345-4
-letter \x49CC 15-1246-3
-letter \x49CD 15-16-5
-letter \x49CE 15-45-5
-letter \x49CF 13-46-5
-letter \x49D0 13-25-3
-letter \x49D1 145-16-3
-letter \x49D2 14-2456-2
-letter \x49D3 1-12356-3
-letter \x49D4 1345-2345-5
-letter \x49D5 1256-5
-letter \x49D6 13-2345-5
-letter \x49D7 135-16-5
-letter \x49D8 245-16-2
-letter \x49D9 14-13456-2
-letter \x49DA 1235-146-5
-letter \x49DB 135-1346-5
-letter \x49DC 124-1346-2
-letter \x49DD 145-16-5
-letter \x49DE 12345-34-5
-letter \x49DF 15-2345-5
-letter \x49E0 24-12456-5
-letter \x49E1 235-3
-letter \x49E2 245-1256-3
-letter \x49E3 1456-3
-letter \x49E4 1234-34-2
-letter \x49E5 1235-1246-5
-letter \x49E6 1246-2
-letter \x49E7 16-4
-letter \x49E8 346-5
-letter \x49E9 134-12356-4
-letter \x49EA 12-2346-5
-letter \x49EB 1235-146-2
-letter \x49EC 135-1456-3
-letter \x49ED 134-12356-4
-letter \x49EE 15-2345-5
-letter \x49EF 12-1236-2
-letter \x49F0 1235-123456-5
-letter \x49F1 13-234-3
-letter \x49F2 13-1236-3
-letter \x49F3 245-156-2
-letter \x49F4 1-156-3
-letter \x49F5 1-136-5
-letter \x49F6 123-1246-2
-letter \x49F7 1245-12356-2
-letter \x49F8 13-34-3
-letter \x49F9 13456-3
-letter \x49FA 15-235-2
-letter \x49FB 13-2346-3
-letter \x49FC 1235-34-2
-letter \x49FD 245-1246-4
-letter \x49FE 24-34-3
-letter \x49FF 245-236-5
-letter \x4A00 145-16-2
-letter \x4A01 34-5
-letter \x4A02 245-234-3
-letter \x4A03 2345-5
-letter \x4A04 1236-3
-letter \x4A05 14-246-2
-letter \x4A06 135-16-2
-letter \x4A07 24-456-3
-letter \x4A08 135-1456-3
-letter \x4A09 13456-3
-letter \x4A0A 45-3
-letter \x4A0B 1345-236-5
-letter \x4A0C 135-146-2
-letter \x4A0D 13456-4
-letter \x4A0E 1235-12346-2
-letter \x4A0F 245-156-2
-letter \x4A10 245-23456-5
-letter \x4A11 124-16-2
-letter \x4A12 1256-5
-letter \x4A13 14-356-2
-letter \x4A14 135-146-2
-letter \x4A15 1256-3
-letter \x4A16 13-16-5
-letter \x4A17 12345-34-2
-letter \x4A18 15-2345-5
-letter \x4A19 245-136-2
-letter \x4A1A 1235-34-3
-letter \x4A1B 15-2346-5
-letter \x4A1C 135-1356-3
-letter \x4A1D 245-13456-3
-letter \x4A1E 1256-4
-letter \x4A1F 35-3
-letter \x4A20 2456-4
-letter \x4A21 1235-1236-2
-letter \x4A22 145-1236-5
-letter \x4A23 13-2346-2
-letter \x4A24 145-16-2
-letter \x4A25 1235-34-5
-letter \x4A26 1234-1346-2
-letter \x4A27 1456-3
-letter \x4A28 1-1246-3
-letter \x4A29 14-13456-2
-letter \x4A2A 134-2456-2
-letter \x4A2B 134-2456-5
-letter \x4A2C 14-2345-2
-letter \x4A2D 15-246-3
-letter \x4A2E 15-236-4
-letter \x4A2F 1-136-5
-letter \x4A30 1234-126-5
-letter \x4A31 12345-34-5
-letter \x4A32 1345-12356-2
-letter \x4A33 15-16-5
-letter \x4A34 145-1246-5
-letter \x4A35 145-1236-5
-letter \x4A36 256-4
-letter \x4A37 15-2345-5
-letter \x4A38 1456-4
-letter \x4A39 24-34-3
-letter \x4A3A 145-1246-5
-letter \x4A3B 135-1356-5
-letter \x4A3C 1235-34-5
-letter \x4A3D 12345-356-4
-letter \x4A3E 12345-356-4
-letter \x4A3F 245-2345-2
-letter \x4A40 135-356-5
-letter \x4A41 12345-356-3
-letter \x4A42 15-2345-3
-letter \x4A43 24-156-5
-letter \x4A44 124-2345-4
-letter \x4A45 1-1236-4
-letter \x4A46 13-2345-4
-letter \x4A47 145-2345-3
-letter \x4A48 1235-1246-5
-letter \x4A49 12345-34-4
-letter \x4A4A 12456-4
-letter \x4A4B 134-126-4
-letter \x4A4C 245-246-2
-letter \x4A4D 14-246-4
-letter \x4A4E 134-12356-4
-letter \x4A4F 134-346-5
-letter \x4A50 13-2346-2
-letter \x4A51 1235-12346-2
-letter \x4A52 1256-2
-letter \x4A53 245-16-2
-letter \x4A54 145-25-5
-letter \x4A55 1346-2
-letter \x4A56 24-345-3
-letter \x4A57 236-5
-letter \x4A58 145-16-3
-letter \x4A59 15-45-5
-letter \x4A5A 145-13456-3
-letter \x4A5B 135-16-5
-letter \x4A5C 1-12356-5
-letter \x4A5D 1234-146-2
-letter \x4A5E 1345-2345-2
-letter \x4A5F 16-2
-letter \x4A60 124-13456-3
-letter \x4A61 13-23456-2
-letter \x4A62 145-345-2
-letter \x4A63 145-25-4
-letter \x4A64 15-16-5
-letter \x4A65 145-1236-5
-letter \x4A66 124-246-2
-letter \x4A67 15-346-5
-letter \x4A68 12-1346-5
-letter \x4A69 45-4
-letter \x4A6A 13-12456-4
-letter \x4A6B 14-46-4
-letter \x4A6C 135-1356-4
-letter \x4A6D 13-16-3
-letter \x4A6E 14-34-5
-letter \x4A6F 13-16-2
-letter \x4A70 15-45-5
-letter \x4A71 24-34-5
-letter \x4A72 145-34-3
-letter \x4A73 24-34-4
-letter \x4A74 1235-34-2
-letter \x4A75 256-5
-letter \x4A76 12-1236-4
-letter \x4A77 135-1346-3
-letter \x4A78 1245-12346-2
-letter \x4A79 2346-2
-letter \x4A7A 12346-3
-letter \x4A7B 135-345-5
-letter \x4A7C 12345-1356-2
-letter \x4A7D 1256-3
-letter \x4A7E 1-2346-5
-letter \x4A7F 12345-136-2
-letter \x4A80 13-12456-4
-letter \x4A81 135-34-4
-letter \x4A82 13-2346-2
-letter \x4A83 145-123456-3
-letter \x4A84 1235-456-2
-letter \x4A85 145-34-2
-letter \x4A86 124-16-4
-letter \x4A87 135-126-2
-letter \x4A88 245-2345-4
-letter \x4A89 14-345-5
-letter \x4A8A 14-12346-2
-letter \x4A8B 1246-5
-letter \x4A8C 1-1236-5
-letter \x4A8D 14-1236-2
-letter \x4A8E 15-1246-3
-letter \x4A8F 1345-345-5
-letter \x4A90 135-16-5
-letter \x4A91 124-25-2
-letter \x4A92 13-246-5
-letter \x4A93 145-346-2
-letter \x4A94 135-34-4
-letter \x4A95 13-1256-2
-letter \x4A96 1234-126-5
-letter \x4A97 15-23456-2
-letter \x4A98 1246-4
-letter \x4A99 12345-34-2
-letter \x4A9A 1235-2346-5
-letter \x4A9B 12345-1236-2
-letter \x4A9C 12-1236-5
-letter \x4A9D 1235-34-5
-letter \x4A9E 125-345-2
-letter \x4A9F 134-12356-4
-letter \x4AA0 13-16-3
-letter \x4AA1 13-16-3
-letter \x4AA2 13-16-3
-letter \x4AA3 13-16-3
-letter \x4AA4 12345-1236-2
-letter \x4AA5 145-346-2
-letter \x4AA6 1235-12346-2
-letter \x4AA7 12-156-2
-letter \x4AA8 135-146-2
-letter \x4AA9 1456-2
-letter \x4AAA 134-12356-4
-letter \x4AAB 13-13456-3
-letter \x4AAC 135-126-2
-letter \x4AAD 1245-12456-4
-letter \x4AAE 12-12356-4
-letter \x4AAF 13456-2
-letter \x4AB0 16-3
-letter \x4AB1 13-2456-4
-letter \x4AB2 34-5
-letter \x4AB3 256-4
-letter \x4AB4 1-136-4
-letter \x4AB5 23456-4
-letter \x4AB6 13-1256-3
-letter \x4AB7 1235-12356-5
-letter \x4AB8 134-1456-2
-letter \x4AB9 1234-356-2
-letter \x4ABA 13-2346-2
-letter \x4ABB 135-2345-5
-letter \x4ABC 1-25-2
-letter \x4ABD 1235-146-5
-letter \x4ABE 134-16-2
-letter \x4ABF 24-1356-4
-letter \x4AC0 13-136-4
-letter \x4AC1 135-16-5
-letter \x4AC2 145-25-4
-letter \x4AC3 12-123456-2
-letter \x4AC4 12-35-5
-letter \x4AC5 15-1236-5
-letter \x4AC6 12-1356-2
-letter \x4AC7 1245-1236-2
-letter \x4AC8 125-136-5
-letter \x4AC9 134-146-5
-letter \x4ACA 135-126-2
-letter \x4ACB 124-1246-2
-letter \x4ACC 1234-16-4
-letter \x4ACD 12345-34-4
-letter \x4ACE 1-25-2
-letter \x4ACF 245-16-3
-letter \x4AD0 14-1456-2
-letter \x4AD1 245-16-3
-letter \x4AD2 134-136-2
-letter \x4AD3 34-2
-letter \x4AD4 245-16-5
-letter \x4AD5 1-156-5
-letter \x4AD6 12-136-4
-letter \x4AD7 15-23456-2
-letter \x4AD8 1235-2346-2
-letter \x4AD9 15-1346-4
-letter \x4ADA 13-35-3
-letter \x4ADB 1235-12356-2
-letter \x4ADC 146-3
-letter \x4ADD 12345-34-4
-letter \x4ADE 1245-146-2
-letter \x4ADF 1235-123456-2
-letter \x4AE0 1234-16-3
-letter \x4AE1 2345-2
-letter \x4AE2 15-156-3
-letter \x4AE3 15-16-2
-letter \x4AE4 134-13456-2
-letter \x4AE5 123-1246-4
-letter \x4AE6 13-2346-2
-letter \x4AE7 13-146-4
-letter \x4AE8 146-2
-letter \x4AE9 15-1236-4
-letter \x4AEA 24-456-4
-letter \x4AEB 14-12356-2
-letter \x4AEC 1-136-4
-letter \x4AED 1235-1246-5
-letter \x4AEE 12-1236-2
-letter \x4AEF 16-3
-letter \x4AF0 14-1456-5
-letter \x4AF1 1345-345-2
-letter \x4AF2 1235-1236-5
-letter \x4AF3 145-34-2
-letter \x4AF4 13-1456-5
-letter \x4AF5 134-2345-2
-letter \x4AF6 12345-1236-2
-letter \x4AF7 2346-5
-letter \x4AF8 1345-146-2
-letter \x4AF9 1235-12346-2
-letter \x4AFA 1235-12346-2
-letter \x4AFB 15-236-2
-letter \x4AFC 15-236-5
-letter \x4AFD 1234-146-3
-letter \x4AFE 135-16-5
-letter \x4AFF 1234-146-3
-letter \x4B00 234-4
-letter \x4B01 16-2
-letter \x4B02 15-236-5
-letter \x4B03 15-345-5
-letter \x4B04 1256-5
-letter \x4B05 14-16-5
-letter \x4B06 14-16-5
-letter \x4B07 45-5
-letter \x4B08 145-1246-5
-letter \x4B09 1235-146-5
-letter \x4B0A 245-346-5
-letter \x4B0B 14-1356-2
-letter \x4B0C 1234-12356-3
-letter \x4B0D 1235-34-3
-letter \x4B0E 13-25-2
-letter \x4B0F 12345-12356-4
-letter \x4B10 1245-1246-2
-letter \x4B11 1246-5
-letter \x4B12 15-12356-3
-letter \x4B13 1236-5
-letter \x4B14 15-1256-5
-letter \x4B15 24-1346-4
-letter \x4B16 1235-1356-2
-letter \x4B17 46-2
-letter \x4B18 15-246-3
-letter \x4B19 246-2
-letter \x4B1A 12345-1236-2
-letter \x4B1B 135-16-5
-letter \x4B1C 12-156-3
-letter \x4B1D 1235-1356-2
-letter \x4B1E 124-146-2
-letter \x4B1F 14-234-2
-letter \x4B20 12345-356-3
-letter \x4B21 1-34-5
-letter \x4B22 124-146-3
-letter \x4B23 245-16-5
-letter \x4B24 12-146-2
-letter \x4B25 16-5
-letter \x4B26 145-12356-5
-letter \x4B27 45-2
-letter \x4B28 245-34-5
-letter \x4B29 1-2456-3
-letter \x4B2A 135-126-2
-letter \x4B2B 245-1236-4
-letter \x4B2C 46-4
-letter \x4B2D 124-146-3
-letter \x4B2E 16-2
-letter \x4B2F 1345-2345-2
-letter \x4B30 24-146-5
-letter \x4B31 135-136-5
-letter \x4B32 13-12356-3
-letter \x4B33 135-1236-4
-letter \x4B34 134-126-5
-letter \x4B35 2456-5
-letter \x4B36 136-5
-letter \x4B37 24-2346-4
-letter \x4B38 245-1236-3
-letter \x4B39 1-156-5
-letter \x4B3A 46-5
-letter \x4B3B 13-2345-5
-letter \x4B3C 45-5
-letter \x4B3D 145-1246-5
-letter \x4B3E 124-16-2
-letter \x4B3F 1246-4
-letter \x4B40 15-256-5
-letter \x4B41 1-156-5
-letter \x4B42 16-5
-letter \x4B43 1245-136-4
-letter \x4B44 24-156-5
-letter \x4B45 1235-34-2
-letter \x4B46 1345-2346-5
-letter \x4B47 16-5
-letter \x4B48 13-2345-5
-letter \x4B49 15-1246-4
-letter \x4B4A 13456-4
-letter \x4B4B 135-146-4
-letter \x4B4C 1235-34-2
-letter \x4B4D 1235-34-2
-letter \x4B4E 15-346-2
-letter \x4B4F 134-12356-4
-letter \x4B50 46-5
-letter \x4B51 14-2345-4
-letter \x4B52 15-16-2
-letter \x4B53 136-5
-letter \x4B54 145-1246-3
-letter \x4B55 13-2345-4
-letter \x4B56 1-34-5
-letter \x4B57 13456-4
-letter \x4B58 2345-5
-letter \x4B59 13-1456-4
-letter \x4B5A 12-456-2
-letter \x4B5B 145-1236-5
-letter \x4B5C 134-12356-4
-letter \x4B5D 123-2356-5
-letter \x4B5E 16-5
-letter \x4B5F 346-5
-letter \x4B60 13-2345-4
-letter \x4B61 136-5
-letter \x4B62 1345-13456-2
-letter \x4B63 245-156-2
-letter \x4B64 245-2345-4
-letter \x4B65 15-236-5
-letter \x4B66 135-126-2
-letter \x4B67 134-16-4
-letter \x4B68 24-1246-5
-letter \x4B69 134-16-5
-letter \x4B6A 14-46-2
-letter \x4B6B 245-16-4
-letter \x4B6C 245-16-4
-letter \x4B6D 24-12356-4
-letter \x4B6E 135-16-5
-letter \x4B6F 135-126-2
-letter \x4B70 135-1356-4
-letter \x4B71 135-346-2
-letter \x4B72 1345-16-4
-letter \x4B73 1246-5
-letter \x4B74 1235-12456-2
-letter \x4B75 12345-1236-2
-letter \x4B76 245-16-2
-letter \x4B77 134-146-2
-letter \x4B78 12345-34-5
-letter \x4B79 1346-4
-letter \x4B7A 1346-4
-letter \x4B7B 12345-136-3
-letter \x4B7C 245-16-2
-letter \x4B7D 245-256-2
-letter \x4B7E 124-25-2
-letter \x4B7F 16-5
-letter \x4B80 135-126-2
-letter \x4B81 1234-2345-2
-letter \x4B82 135-345-2
-letter \x4B83 245-1256-3
-letter \x4B84 15-45-2
-letter \x4B85 15-1256-5
-letter \x4B86 1234-16-3
-letter \x4B87 1256-5
-letter \x4B88 12-156-2
-letter \x4B89 14-34-2
-letter \x4B8A 16-2
-letter \x4B8B 14-16-5
-letter \x4B8C 15-234-3
-letter \x4B8D 1345-246-4
-letter \x4B8E 15-16-5
-letter \x4B8F 34-2
-letter \x4B90 13-235-3
-letter \x4B91 14-356-5
-letter \x4B92 1234-34-3
-letter \x4B93 12-146-5
-letter \x4B94 125-1246-3
-letter \x4B95 12-25-5
-letter \x4B96 12-1346-3
-letter \x4B97 2345-5
-letter \x4B98 156-2
-letter \x4B99 1256-5
-letter \x4B9A 14-13456-2
-letter \x4B9B 12345-34-5
-letter \x4B9C 24-345-5
-letter \x4B9D 1235-123456-2
-letter \x4B9E 12-123456-4
-letter \x4B9F 15-12356-3
-letter \x4BA0 135-16-3
-letter \x4BA1 135-16-5
-letter \x4BA2 24-345-5
-letter \x4BA3 15-1346-3
-letter \x4BA4 1235-2346-5
-letter \x4BA5 14-16-5
-letter \x4BA6 13-246-3
-letter \x4BA7 1235-1236-5
-letter \x4BA8 125-2456-4
-letter \x4BA9 13-34-2
-letter \x4BAA 12-1356-2
-letter \x4BAB 14-12356-2
-letter \x4BAC 134-126-5
-letter \x4BAD 134-16-5
-letter \x4BAE 134-126-5
-letter \x4BAF 146-5
-letter \x4BB0 1-2346-2
-letter \x4BB1 1-34-2
-letter \x4BB2 1235-456-2
-letter \x4BB3 2345-2
-letter \x4BB4 145-1356-5
-letter \x4BB5 124-12346-2
-letter \x4BB6 135-246-3
-letter \x4BB7 145-34-2
-letter \x4BB8 25-5
-letter \x4BB9 13-1246-5
-letter \x4BBA 13-16-5
-letter \x4BBB 145-146-4
-letter \x4BBC 14-1456-2
-letter \x4BBD 135-246-3
-letter \x4BBE 1234-1356-2
-letter \x4BBF 13-2345-4
-letter \x4BC0 1345-346-5
-letter \x4BC1 14-25-2
-letter \x4BC2 13-16-2
-letter \x4BC3 1236-3
-letter \x4BC4 13-35-3
-letter \x4BC5 1345-346-5
-letter \x4BC6 16-5
-letter \x4BC7 123-34-3
-letter \x4BC8 12456-2
-letter \x4BC9 35-5
-letter \x4BCA 123-2346-3
-letter \x4BCB 135-126-2
-letter \x4BCC 123-146-3
-letter \x4BCD 14-13456-2
-letter \x4BCE 13-1236-5
-letter \x4BCF 13-35-3
-letter \x4BD0 1235-2456-2
-letter \x4BD1 123-456-3
-letter \x4BD2 1235-1356-2
-letter \x4BD3 123-1246-2
-letter \x4BD4 125-2346-2
-letter \x4BD5 124-13456-2
-letter \x4BD6 14-1346-2
-letter \x4BD7 135-16-5
-letter \x4BD8 1235-12456-5
-letter \x4BD9 1234-126-5
-letter \x4BDA 246-4
-letter \x4BDB 12456-5
-letter \x4BDC 124-16-5
-letter \x4BDD 15-1246-4
-letter \x4BDE 123-35-3
-letter \x4BDF 145-1246-5
-letter \x4BE0 146-4
-letter \x4BE1 13-2345-5
-letter \x4BE2 134-126-2
-letter \x4BE3 123-1246-5
-letter \x4BE4 123-2356-5
-letter \x4BE5 1236-5
-letter \x4BE6 134-345-5
-letter \x4BE7 245-13456-4
-letter \x4BE8 1235-25-5
-letter \x4BE9 134-12356-4
-letter \x4BEA 123-146-4
-letter \x4BEB 1235-146-5
-letter \x4BEC 145-25-4
-letter \x4BED 15-2345-3
-letter \x4BEE 1345-2456-2
-letter \x4BEF 15-25-3
-letter \x4BF0 13-346-5
-letter \x4BF1 12345-34-5
-letter \x4BF2 1234-345-3
-letter \x4BF3 15-12346-3
-letter \x4BF4 12-1346-2
-letter \x4BF5 1345-346-5
-letter \x4BF6 134-1236-2
-letter \x4BF7 15-12346-3
-letter \x4BF8 245-156-5
-letter \x4BF9 15-2345-3
-letter \x4BFA 236-5
-letter \x4BFB 134-12356-4
-letter \x4BFC 145-16-2
-letter \x4BFD 1234-12356-2
-letter \x4BFE 124-246-2
-letter \x4BFF 125-34-2
-letter \x4C00 25-4
-letter \x4C01 12345-356-5
-letter \x4C02 245-2456-5
-letter \x4C03 1234-1356-2
-letter \x4C04 15-2456-3
-letter \x4C05 15-1256-3
-letter \x4C06 1245-12356-2
-letter \x4C07 245-16-2
-letter \x4C08 245-25-4
-letter \x4C09 1234-1236-2
-letter \x4C0A 135-126-2
-letter \x4C0B 134-1236-2
-letter \x4C0C 125-12346-4
-letter \x4C0D 15-234-3
-letter \x4C0E 123-1246-5
-letter \x4C0F 13-346-2
-letter \x4C10 14-1236-2
-letter \x4C11 15-1256-3
-letter \x4C12 134-1356-2
-letter \x4C13 134-2345-2
-letter \x4C14 1234-1236-2
-letter \x4C15 14-34-2
-letter \x4C16 125-1236-4
-letter \x4C17 13-234-3
-letter \x4C18 14-234-2
-letter \x4C19 16-4
-letter \x4C1A 123456-2
-letter \x4C1B 13-2346-2
-letter \x4C1C 13-2346-2
-letter \x4C1D 125-1356-5
-letter \x4C1E 1-34-4
-letter \x4C1F 1235-123456-2
-letter \x4C20 24-136-2
-letter \x4C21 12-156-5
-letter \x4C22 15-13456-5
-letter \x4C23 456-4
-letter \x4C24 145-12346-3
-letter \x4C25 1256-5
-letter \x4C26 1234-16-4
-letter \x4C27 1235-34-3
-letter \x4C28 134-356-5
-letter \x4C29 145-34-3
-letter \x4C2A 134-356-5
-letter \x4C2B 12-146-2
-letter \x4C2C 13-1256-2
-letter \x4C2D 1245-34-2
-letter \x4C2E 134-12356-4
-letter \x4C2F 16-5
-letter \x4C30 1245-34-2
-letter \x4C31 14-13456-2
-letter \x4C32 23456-5
-letter \x4C33 134-12356-4
-letter \x4C34 245-16-5
-letter \x4C35 125-156-3
-letter \x4C36 134-12356-4
-letter \x4C37 135-1346-5
-letter \x4C38 13-12346-3
-letter \x4C39 125-2346-2
-letter \x4C3A 13-346-5
-letter \x4C3B 1256-2
-letter \x4C3C 1456-2
-letter \x4C3D 135-356-5
-letter \x4C3E 135-345-5
-letter \x4C3F 124-25-2
-letter \x4C40 46-3
-letter \x4C41 245-246-2
-letter \x4C42 234-4
-letter \x4C43 1-156-5
-letter \x4C44 13-346-5
-letter \x4C45 134-126-5
-letter \x4C46 24-1356-2
-letter \x4C47 24-1236-5
-letter \x4C48 245-16-2
-letter \x4C49 24-1236-5
-letter \x4C4A 134-16-4
-letter \x4C4B 13-12346-4
-letter \x4C4C 16-2
-letter \x4C4D 13-1356-3
-letter \x4C4E 13-1356-3
-letter \x4C4F 124-12356-4
-letter \x4C50 12345-34-2
-letter \x4C51 15-236-2
-letter \x4C52 346-3
-letter \x4C53 124-13456-2
-letter \x4C54 124-246-2
-letter \x4C55 134-12356-2
-letter \x4C56 14-234-2
-letter \x4C57 245-1236-3
-letter \x4C58 14-16-2
-letter \x4C59 24-34-2
-letter \x4C5A 14-34-5
-letter \x4C5B 16-5
-letter \x4C5C 245-25-5
-letter \x4C5D 135-2456-2
-letter \x4C5E 1345-2456-5
-letter \x4C5F 13-1256-5
-letter \x4C60 12-1236-4
-letter \x4C61 13-1256-2
-letter \x4C62 1-1356-3
-letter \x4C63 125-34-2
-letter \x4C64 15-2345-5
-letter \x4C65 1-156-5
-letter \x4C66 1456-2
-letter \x4C67 24-1236-5
-letter \x4C68 1-156-5
-letter \x4C69 456-4
-letter \x4C6A 134-12356-4
-letter \x4C6B 14-345-5
-letter \x4C6C 15-1256-3
-letter \x4C6D 13-1356-3
-letter \x4C6E 2346-2
-letter \x4C6F 134-126-2
-letter \x4C70 1-12346-5
-letter \x4C71 145-16-5
-letter \x4C72 45-2
-letter \x4C73 1-1236-3
-letter \x4C74 13-1356-5
-letter \x4C75 12346-3
-letter \x4C76 14-1346-2
-letter \x4C77 1256-2
-letter \x4C78 245-234-3
-letter \x4C79 1-345-4
-letter \x4C7A 1235-2456-2
-letter \x4C7B 1235-35-2
-letter \x4C7C 1-1236-4
-letter \x4C7D 12-1346-3
-letter \x4C7E 14-12356-2
-letter \x4C7F 12-1236-5
-letter \x4C80 1-156-5
-letter \x4C81 1246-5
-letter \x4C82 15-45-2
-letter \x4C83 125-146-4
-letter \x4C84 134-2345-4
-letter \x4C85 13-1246-3
-letter \x4C86 15-34-3
-letter \x4C87 134-12356-4
-letter \x4C88 134-345-2
-letter \x4C89 15-156-3
-letter \x4C8A 124-25-4
-letter \x4C8B 245-136-2
-letter \x4C8C 123-12456-4
-letter \x4C8D 124-1356-2
-letter \x4C8E 1345-356-4
-letter \x4C8F 14-146-2
-letter \x4C90 14-34-4
-letter \x4C91 16-2
-letter \x4C92 15-346-5
-letter \x4C93 2345-4
-letter \x4C94 13-13456-3
-letter \x4C95 1234-34-3
-letter \x4C96 12-12356-2
-letter \x4C97 15-2345-2
-letter \x4C98 13-12456-4
-letter \x4C99 13-346-2
-letter \x4C9A 14-2456-5
-letter \x4C9B 134-1356-2
-letter \x4C9C 346-5
-letter \x4C9D 12-1346-3
-letter \x4C9E 14-16-5
-letter \x4C9F 1456-5
-letter \x4CA0 12-123456-3
-letter \x4CA1 245-234-3
-letter \x4CA2 124-1356-2
-letter \x4CA3 1256-2
-letter \x4CA4 134-12356-4
-letter \x4CA5 13-234-3
-letter \x4CA6 145-345-5
-letter \x4CA7 145-34-5
-letter \x4CA8 1235-12346-2
-letter \x4CA9 24-156-3
-letter \x4CAA 15-16-5
-letter \x4CAB 13-234-3
-letter \x4CAC 245-16-2
-letter \x4CAD 12-156-3
-letter \x4CAE 45-2
-letter \x4CAF 13-16-2
-letter \x4CB0 256-5
-letter \x4CB1 12345-1346-4
-letter \x4CB2 13-12346-3
-letter \x4CB3 1235-1346-2
-letter \x4CB4 1-136-5
-letter \x4CB5 245-236-5
-letter \x4CB6 134-12356-4
-letter \x4CB7 15-246-3
-letter \x4CB8 13-346-5
-letter \x4CB9 1234-356-2
-letter \x4CBA 13-1236-5
-letter \x4CBB 15-45-2
-letter \x4CBC 24-1356-3
-letter \x4CBD 145-146-4
-letter \x4CBE 245-246-4
-letter \x4CBF 245-156-2
-letter \x4CC0 16-5
-letter \x4CC1 135-345-2
-letter \x4CC2 124-246-2
-letter \x4CC3 12456-4
-letter \x4CC4 245-156-2
-letter \x4CC5 1-156-5
-letter \x4CC6 135-126-2
-letter \x4CC7 34-4
-letter \x4CC8 135-146-4
-letter \x4CC9 145-12346-3
-letter \x4CCA 135-345-2
-letter \x4CCB 124-12346-2
-letter \x4CCC 13-45-3
-letter \x4CCD 13-12346-3
-letter \x4CCE 13-234-5
-letter \x4CCF 13-1246-5
-letter \x4CD0 245-156-5
-letter \x4CD1 234-4
-letter \x4CD2 45-3
-letter \x4CD3 14-146-4
-letter \x4CD4 13-234-5
-letter \x4CD5 12345-34-2
-letter \x4CD6 1345-346-5
-letter \x4CD7 2346-2
-letter \x4CD8 2346-2
-letter \x4CD9 15-13456-4
-letter \x4CDA 123-1236-5
-letter \x4CDB 2345-5
-letter \x4CDC 124-34-2
-letter \x4CDD 1234-12356-4
-letter \x4CDE 135-1356-4
-letter \x4CDF 134-13456-2
-letter \x4CE0 12-1246-2
-letter \x4CE1 1-1246-3
-letter \x4CE2 245-16-2
-letter \x4CE3 45-2
-letter \x4CE4 135-346-3
-letter \x4CE5 14-13456-2
-letter \x4CE6 15-45-3
-letter \x4CE7 1235-12356-2
-letter \x4CE8 1235-456-2
-letter \x4CE9 246-3
-letter \x4CEA 1-12456-3
-letter \x4CEB 123-1246-2
-letter \x4CEC 16-5
-letter \x4CED 13-16-2
-letter \x4CEE 134-126-5
-letter \x4CEF 12-12346-4
-letter \x4CF0 135-146-4
-letter \x4CF1 34-5
-letter \x4CF2 1-136-5
-letter \x4CF3 15-1256-5
-letter \x4CF4 124-345-5
-letter \x4CF5 12-156-5
-letter \x4CF6 13-16-3
-letter \x4CF7 245-12346-2
-letter \x4CF8 134-345-2
-letter \x4CF9 123-12356-5
-letter \x4CFA 1236-3
-letter \x4CFB 245-1236-2
-letter \x4CFC 12356-3
-letter \x4CFD 1235-2346-5
-letter \x4CFE 145-1356-3
-letter \x4CFF 1245-1236-2
-letter \x4D00 124-12346-2
-letter \x4D01 1256-5
-letter \x4D02 15-46-5
-letter \x4D03 1345-146-2
-letter \x4D04 24-123456-5
-letter \x4D05 12345-136-2
-letter \x4D06 1234-34-3
-letter \x4D07 14-13456-2
-letter \x4D08 146-4
-letter \x4D09 15-45-2
-letter \x4D0A 16-2
-letter \x4D0B 15-45-2
-letter \x4D0C 134-1356-2
-letter \x4D0D 13456-3
-letter \x4D0E 14-356-4
-letter \x4D0F 2345-5
-letter \x4D10 135-146-4
-letter \x4D11 145-346-2
-letter \x4D12 14-13456-2
-letter \x4D13 24-156-3
-letter \x4D14 13-246-3
-letter \x4D15 14-346-5
-letter \x4D16 13-13456-3
-letter \x4D17 13-1256-2
-letter \x4D18 124-16-3
-letter \x4D19 1234-16-5
-letter \x4D1A 13-1346-4
-letter \x4D1B 15-246-3
-letter \x4D1C 1235-2356-2
-letter \x4D1D 12-2356-5
-letter \x4D1E 145-16-2
-letter \x4D1F 1235-12456-2
-letter \x4D20 146-4
-letter \x4D21 14-16-5
-letter \x4D22 134-16-2
-letter \x4D23 1235-34-3
-letter \x4D24 24-1356-3
-letter \x4D25 13-23456-3
-letter \x4D26 1456-2
-letter \x4D27 1246-3
-letter \x4D28 134-12356-4
-letter \x4D29 1234-246-2
-letter \x4D2A 14-34-5
-letter \x4D2B 14-13456-2
-letter \x4D2C 16-5
-letter \x4D2D 245-2456-2
-letter \x4D2E 24-1236-5
-letter \x4D2F 1235-34-5
-letter \x4D30 24-34-2
-letter \x4D31 124-25-3
-letter \x4D32 134-126-5
-letter \x4D33 1235-35-2
-letter \x4D34 124-346-5
-letter \x4D35 135-13456-4
-letter \x4D36 1234-1356-2
-letter \x4D37 1235-123456-2
-letter \x4D38 12345-34-3
-letter \x4D39 13-25-4
-letter \x4D3A 135-34-5
-letter \x4D3B 14-16-2
-letter \x4D3C 12-1236-5
-letter \x4D3D 1234-16-2
-letter \x4D3E 245-25-2
-letter \x4D3F 134-1356-2
-letter \x4D40 15-25-4
-letter \x4D41 245-46-5
-letter \x4D42 1-156-2
-letter \x4D43 123-456-5
-letter \x4D44 12345-1356-3
-letter \x4D45 146-2
-letter \x4D46 134-1356-2
-letter \x4D47 15-2345-5
-letter \x4D48 123-34-5
-letter \x4D49 124-12356-2
-letter \x4D4A 124-123456-3
-letter \x4D4B 1235-1246-4
-letter \x4D4C 15-2345-3
-letter \x4D4D 124-123456-3
-letter \x4D4E 124-12456-3
-letter \x4D4F 14-146-4
-letter \x4D50 12-1236-4
-letter \x4D51 1345-16-5
-letter \x4D52 1345-16-5
-letter \x4D53 14-16-2
-letter \x4D54 145-12346-4
-letter \x4D55 13-1256-5
-letter \x4D56 245-2345-5
-letter \x4D57 135-126-2
-letter \x4D58 24-2456-5
-letter \x4D59 1-345-4
-letter \x4D5A 124-146-4
-letter \x4D5B 245-2345-5
-letter \x4D5C 1345-12346-4
-letter \x4D5D 23456-5
-letter \x4D5E 245-13456-2
-letter \x4D5F 13-1236-4
-letter \x4D60 145-16-2
-letter \x4D61 13-2345-4
-letter \x4D62 134-356-5
-letter \x4D63 145-345-2
-letter \x4D64 13-2345-4
-letter \x4D65 1256-5
-letter \x4D66 34-3
-letter \x4D67 125-2456-5
-letter \x4D68 134-1346-2
-letter \x4D69 14-16-2
-letter \x4D6A 13-123456-4
-letter \x4D6B 15-256-3
-letter \x4D6C 124-345-5
-letter \x4D6D 1-2346-5
-letter \x4D6E 46-5
-letter \x4D6F 124-12456-4
-letter \x4D70 24-1346-3
-letter \x4D71 15-16-5
-letter \x4D72 245-246-3
-letter \x4D73 1246-5
-letter \x4D74 256-5
-letter \x4D75 12-35-3
-letter \x4D76 245-1256-2
-letter \x4D77 35-3
-letter \x4D78 245-34-5
-letter \x4D79 1-156-3
-letter \x4D7A 124-13456-4
-letter \x4D7B 1235-1246-5
-letter \x4D7C 24-1346-3
-letter \x4D7D 245-345-5
-letter \x4D7E 12345-34-2
-letter \x4D7F 124-346-5
-letter \x4D80 124-345-5
-letter \x4D81 124-345-5
-letter \x4D82 1-25-2
-letter \x4D83 1235-1236-2
-letter \x4D84 1234-13456-2
-letter \x4D85 1235-2346-5
-letter \x4D86 1-1246-3
-letter \x4D87 1-12356-5
-letter \x4D88 135-126-2
-letter \x4D89 14-234-2
-letter \x4D8A 1345-1256-5
-letter \x4D8B 15-16-3
-letter \x4D8C 1234-146-5
-letter \x4D8D 124-16-5
-letter \x4D8E 1235-2346-2
-letter \x4D8F 124-16-5
-letter \x4D90 1235-1246-5
-letter \x4D91 124-16-5
-letter \x4D92 245-16-2
-letter \x4D93 13-16-5
-letter \x4D94 12-156-2
-letter \x4D95 135-345-3
-letter \x4D96 13-1456-5
-letter \x4D97 123-2346-5
-letter \x4D98 14-16-5
-letter \x4D99 13-1256-5
-letter \x4D9A 245-1256-4
-letter \x4D9B 14-345-5
-letter \x4D9C 13-34-4
-letter \x4D9D 15-346-2
-letter \x4D9E 245-16-2
-letter \x4D9F 15-2345-5
-letter \x4DA0 15-2345-2
-letter \x4DA1 24-156-2
-letter \x4DA2 15-2345-2
-letter \x4DA3 2456-2
-letter \x4DA4 1235-35-2
-letter \x4DA5 1-345-3
-letter \x4DA6 125-2346-2
-letter \x4DA7 246-4
-letter \x4DA8 1-1236-3
-letter \x4DA9 13-16-5
-letter \x4DAA 12-345-2
-letter \x4DAB 2345-5
-letter \x4DAC 13-2345-3
-letter \x4DAD 134-12356-4
-letter \x4DAE 2345-4
-letter \x4DAF 123-1246-3
-letter \x4DB0 13-246-3
-letter \x4DB1 124-12346-2
-letter \x4DB2 1245-1236-2
-letter \x4DB3 236-5
-letter \x4DB4 12-1246-3
-letter \x4DB5 12-156-2
-#end CJK Unified Ideographs Extension A
-
-#begin CJK Unified Ideographs (U+4E00-U+9FFF)
-letter \x4E00 16-3
-letter \x4E01 145-13456-3
-letter \x4E02 123-146-4
-letter \x4E03 245-16-3
-letter \x4E04 24-1346-5
-letter \x4E05 15-23456-5
-letter \x4E06 1235-1236-4
-letter \x4E07 12456-5
-letter \x4E08 1-1346-5
-letter \x4E09 15-1236-3
-letter \x4E0A 24-1346-5
-letter \x4E0B 15-23456-5
-letter \x4E0C 13-16-3
-letter \x4E0D 135-34-5
-letter \x4E0E 1256-4
-letter \x4E0F 134-2345-4
-letter \x4E10 13-2456-5
-letter \x4E11 12-12356-4
-letter \x4E12 12-12356-4
-letter \x4E13 1-12456-3
-letter \x4E14 245-346-4
-letter \x4E15 1234-16-3
-letter \x4E16 24-156-5
-letter \x4E17 24-156-5
-letter \x4E18 245-234-3
-letter \x4E19 135-13456-4
-letter \x4E1A 346-5
-letter \x4E1B 245-12346-2
-letter \x4E1C 145-12346-3
-letter \x4E1D 15-156-3
-letter \x4E1E 12-1356-2
-letter \x4E1F 145-234-3
-letter \x4E20 245-234-3
-letter \x4E21 14-46-4
-letter \x4E22 145-234-3
-letter \x4E23 234-4
-letter \x4E24 14-46-4
-letter \x4E25 2345-2
-letter \x4E26 135-13456-5
-letter \x4E27 15-1346-5
-letter \x4E28 13-123456-4
-letter \x4E29 13-234-3
-letter \x4E2A 13-2346-5
-letter \x4E2B 23456-3
-letter \x4E2C 1234-1236-2
-letter \x4E2D 1-12346-3
-letter \x4E2E 13-16-4
-letter \x4E2F 13-346-5
-letter \x4E30 12345-1356-3
-letter \x4E31 13-12456-5
-letter \x4E32 12-12456-5
-letter \x4E33 12-1236-4
-letter \x4E34 14-1456-2
-letter \x4E35 1-25-2
-letter \x4E36 1-34-4
-letter \x4E37 135-345-3
-letter \x4E38 12456-2
-letter \x4E39 145-1236-3
-letter \x4E3A 1246-2
-letter \x4E3B 1-34-4
-letter \x4E3C 13-13456-4
-letter \x4E3D 14-16-5
-letter \x4E3E 13-1256-4
-letter \x4E3F 1234-346-4
-letter \x4E40 12345-34-2
-letter \x4E41 16-2
-letter \x4E42 16-5
-letter \x4E43 1345-2456-4
-letter \x4E44 34-4
-letter \x4E45 13-234-4
-letter \x4E46 13-234-4
-letter \x4E47 124-25-3
-letter \x4E48 246-3
-letter \x4E49 16-5
-letter \x4E4A 16-3
-letter \x4E4B 1-156-3
-letter \x4E4C 34-3
-letter \x4E4D 1-345-5
-letter \x4E4E 1235-34-3
-letter \x4E4F 12345-345-2
-letter \x4E50 14-2346-5
-letter \x4E51 1-12346-5
-letter \x4E52 1234-13456-3
-letter \x4E53 1234-1346-3
-letter \x4E54 245-246-2
-letter \x4E55 1235-34-4
-letter \x4E56 13-2356-3
-letter \x4E57 12-1356-2
-letter \x4E58 12-1356-2
-letter \x4E59 16-4
-letter \x4E5A 16-4
-letter \x4E5B 12456-3
-letter \x4E5C 134-346-3
-letter \x4E5D 13-234-4
-letter \x4E5E 245-16-4
-letter \x4E5F 346-4
-letter \x4E60 15-16-2
-letter \x4E61 15-46-3
-letter \x4E62 13-2456-5
-letter \x4E63 13-234-4
-letter \x4E64 15-23456-5
-letter \x4E65 1235-2346-2
-letter \x4E66 24-34-3
-letter \x4E67 145-12356-4
-letter \x4E68 24-156-4
-letter \x4E69 13-16-3
-letter \x4E6A 1345-1346-2
-letter \x4E6B 13-23456-3
-letter \x4E6C 13-1256-5
-letter \x4E6D 24-156-2
-letter \x4E6E 134-12356-4
-letter \x4E6F 1235-34-3
-letter \x4E70 134-2456-4
-letter \x4E71 14-12456-5
-letter \x4E72 125-156-3
-letter \x4E73 1245-34-4
-letter \x4E74 15-236-2
-letter \x4E75 2345-4
-letter \x4E76 12345-34-4
-letter \x4E77 24-345-3
-letter \x4E78 1345-345-4
-letter \x4E79 13-1236-3
-letter \x4E7A 15-25-4
-letter \x4E7B 156-5
-letter \x4E7C 1-34-5
-letter \x4E7D 245-2346-5
-letter \x4E7E 13-1236-3
-letter \x4E7F 12-156-5
-letter \x4E80 13-1246-3
-letter \x4E81 13-1236-3
-letter \x4E82 14-12456-5
-letter \x4E83 14-1456-2
-letter \x4E84 16-5
-letter \x4E85 13-236-2
-letter \x4E86 14-2346-1
-letter \x4E87 134-345-3
-letter \x4E88 1256-4
-letter \x4E89 1-1356-3
-letter \x4E8A 24-156-5
-letter \x4E8B 24-156-5
-letter \x4E8C 156-5
-letter \x4E8D 12-34-5
-letter \x4E8E 1256-2
-letter \x4E8F 123-1246-3
-letter \x4E90 1256-2
-letter \x4E91 256-2
-letter \x4E92 1235-34-5
-letter \x4E93 245-16-2
-letter \x4E94 34-4
-letter \x4E95 13-13456-4
-letter \x4E96 15-156-5
-letter \x4E97 15-1246-5
-letter \x4E98 13-136-5
-letter \x4E99 13-136-5
-letter \x4E9A 23456-4
-letter \x4E9B 15-346-3
-letter \x4E9C 23456-4
-letter \x4E9D 245-16-2
-letter \x4E9E 23456-4
-letter \x4E9F 13-16-2
-letter \x4EA0 124-12356-2
-letter \x4EA1 456-2
-letter \x4EA2 123-1346-5
-letter \x4EA3 124-345-5
-letter \x4EA4 13-246-3
-letter \x4EA5 1235-2456-5
-letter \x4EA6 16-5
-letter \x4EA7 12-1236-4
-letter \x4EA8 1235-1356-3
-letter \x4EA9 134-34-4
-letter \x4EAA 346-5
-letter \x4EAB 15-46-4
-letter \x4EAC 13-13456-3
-letter \x4EAD 124-13456-2
-letter \x4EAE 14-46-5
-letter \x4EAF 15-46-4
-letter \x4EB0 13-13456-3
-letter \x4EB1 346-5
-letter \x4EB2 245-1456-3
-letter \x4EB3 135-126-1
-letter \x4EB4 234-5
-letter \x4EB5 15-346-5
-letter \x4EB6 145-1236-4
-letter \x4EB7 14-2345-2
-letter \x4EB8 145-25-4
-letter \x4EB9 1246-4
-letter \x4EBA 1245-136-2
-letter \x4EBB 1245-136-2
-letter \x4EBC 13-16-2
-letter \x4EBD 13-16-2
-letter \x4EBE 456-2
-letter \x4EBF 16-5
-letter \x4EC0 24-156-2
-letter \x4EC1 1245-136-2
-letter \x4EC2 14-2346-5
-letter \x4EC3 145-13456-3
-letter \x4EC4 125-2346-5
-letter \x4EC5 13-1456-4
-letter \x4EC6 1234-34-3
-letter \x4EC7 12-12356-2
-letter \x4EC8 135-345-3
-letter \x4EC9 1-1346-4
-letter \x4ECA 13-1456-3
-letter \x4ECB 13-346-5
-letter \x4ECC 135-13456-3
-letter \x4ECD 1245-1356-2
-letter \x4ECE 245-12346-2
-letter \x4ECF 12345-126-2
-letter \x4ED0 15-1236-4
-letter \x4ED1 14-123456-2
-letter \x4ED2 135-1456-3
-letter \x4ED3 245-1346-3
-letter \x4ED4 125-156-4
-letter \x4ED5 24-156-5
-letter \x4ED6 1247-345-3
-letter \x4ED7 1-1346-5
-letter \x4ED8 12345-34-5
-letter \x4ED9 15-2345-3
-letter \x4EDA 15-2345-3
-letter \x4EDB 124-25-3
-letter \x4EDC 1235-12346-2
-letter \x4EDD 124-12346-2
-letter \x4EDE 1245-136-5
-letter \x4EDF 245-2345-3
-letter \x4EE0 13-1236-4
-letter \x4EE1 16-5
-letter \x4EE2 145-16-2
-letter \x4EE3 145-2456-5
-letter \x4EE4 14-13456-5
-letter \x4EE5 16-4
-letter \x4EE6 12-146-5
-letter \x4EE7 12-1346-2
-letter \x4EE8 15-345-3
-letter \x4EE9 24-1346-5
-letter \x4EEA 16-2
-letter \x4EEB 134-34-5
-letter \x4EEC 134-136-1
-letter \x4EED 1245-136-5
-letter \x4EEE 13-23456-4
-letter \x4EEF 12-146-5
-letter \x4EF0 46-4
-letter \x4EF1 245-2345-2
-letter \x4EF2 1-12346-5
-letter \x4EF3 1234-16-4
-letter \x4EF4 12456-5
-letter \x4EF5 34-4
-letter \x4EF6 13-2345-5
-letter \x4EF7 13-346-5
-letter \x4EF8 246-4
-letter \x4EF9 12345-1356-3
-letter \x4EFA 245-1346-3
-letter \x4EFB 1245-136-5
-letter \x4EFC 456-2
-letter \x4EFD 12345-136-5
-letter \x4EFE 145-16-3
-letter \x4EFF 12345-1346-4
-letter \x4F00 1-12346-3
-letter \x4F01 245-16-5
-letter \x4F02 1234-356-5
-letter \x4F03 1256-2
-letter \x4F04 145-246-5
-letter \x4F05 124-123456-2
-letter \x4F06 123456-5
-letter \x4F07 16-5
-letter \x4F08 15-1456-4
-letter \x4F09 123-1346-5
-letter \x4F0A 16-3
-letter \x4F0B 13-16-2
-letter \x4F0C 2456-5
-letter \x4F0D 34-4
-letter \x4F0E 13-16-5
-letter \x4F0F 12345-34-2
-letter \x4F10 12345-345-2
-letter \x4F11 15-234-3
-letter \x4F12 13-1456-5
-letter \x4F13 135-356-3
-letter \x4F14 1-136-4
-letter \x4F15 12345-34-3
-letter \x4F16 124-1346-4
-letter \x4F17 1-12346-5
-letter \x4F18 234-3
-letter \x4F19 1235-25-4
-letter \x4F1A 1235-1246-5
-letter \x4F1B 1256-4
-letter \x4F1C 245-1246-5
-letter \x4F1D 256-2
-letter \x4F1E 15-1236-4
-letter \x4F1F 1246-4
-letter \x4F20 12-12456-2
-letter \x4F21 12-2346-3
-letter \x4F22 23456-2
-letter \x4F23 15-2345-5
-letter \x4F24 24-1346-3
-letter \x4F25 12-1346-3
-letter \x4F26 14-123456-2
-letter \x4F27 245-1346-3
-letter \x4F28 15-256-5
-letter \x4F29 15-1456-5
-letter \x4F2A 1246-4
-letter \x4F2B 1-34-5
-letter \x4F2C 12-156-4
-letter \x4F2D 15-45-2
-letter \x4F2E 1345-34-2
-letter \x4F2F 135-126-2
-letter \x4F30 13-34-3
-letter \x4F31 1345-16-4
-letter \x4F32 1345-16-5
-letter \x4F33 15-346-5
-letter \x4F34 135-1236-5
-letter \x4F35 15-1256-5
-letter \x4F36 14-13456-2
-letter \x4F37 1-12356-5
-letter \x4F38 24-136-3
-letter \x4F39 245-1256-3
-letter \x4F3A 15-156-5
-letter \x4F3B 135-1356-3
-letter \x4F3C 15-156-5
-letter \x4F3D 13-23456-3
-letter \x4F3E 1234-16-3
-letter \x4F3F 16-5
-letter \x4F40 15-156-5
-letter \x4F41 2456-4
-letter \x4F42 1-1356-3
-letter \x4F43 145-2345-5
-letter \x4F44 1235-1236-2
-letter \x4F45 134-2456-5
-letter \x4F46 145-1236-5
-letter \x4F47 1-34-5
-letter \x4F48 135-34-5
-letter \x4F49 245-1256-3
-letter \x4F4A 135-16-4
-letter \x4F4B 24-146-5
-letter \x4F4C 245-156-4
-letter \x4F4D 1246-5
-letter \x4F4E 145-16-3
-letter \x4F4F 1-34-5
-letter \x4F50 125-25-4
-letter \x4F51 234-5
-letter \x4F52 46-4
-letter \x4F53 124-16-4
-letter \x4F54 1-1236-5
-letter \x4F55 1235-2346-2
-letter \x4F56 135-16-5
-letter \x4F57 124-25-2
-letter \x4F58 24-2346-2
-letter \x4F59 1256-2
-letter \x4F5A 16-5
-letter \x4F5B 12345-126-2
-letter \x4F5C 125-25-5
-letter \x4F5D 123-12356-5
-letter \x4F5E 1345-13456-5
-letter \x4F5F 124-12346-2
-letter \x4F60 13457-16-4
-letter \x4F61 15-45-3
-letter \x4F62 245-1256-2
-letter \x4F63 235-5
-letter \x4F64 35-4
-letter \x4F65 245-2345-3
-letter \x4F66 24-156-2
-letter \x4F67 123-345-4
-letter \x4F68 135-146-3
-letter \x4F69 1234-356-5
-letter \x4F6A 1235-1246-2
-letter \x4F6B 1235-2346-5
-letter \x4F6C 14-146-4
-letter \x4F6D 15-46-2
-letter \x4F6E 13-2346-2
-letter \x4F6F 46-2
-letter \x4F70 135-2456-4
-letter \x4F71 12345-345-4
-letter \x4F72 134-13456-2
-letter \x4F73 13-23456-3
-letter \x4F74 156-5
-letter \x4F75 135-13456-5
-letter \x4F76 13-16-2
-letter \x4F77 1235-136-4
-letter \x4F78 1235-25-2
-letter \x4F79 13-1246-4
-letter \x4F7A 245-45-2
-letter \x4F7B 124-246-3
-letter \x4F7C 13-246-4
-letter \x4F7D 245-156-5
-letter \x4F7E 16-5
-letter \x4F7F 24-156-4
-letter \x4F80 15-13456-2
-letter \x4F81 24-136-3
-letter \x4F82 124-25-3
-letter \x4F83 123-1236-4
-letter \x4F84 1-156-2
-letter \x4F85 13-2456-3
-letter \x4F86 14-2456-2
-letter \x4F87 16-2
-letter \x4F88 12-156-4
-letter \x4F89 123-35-4
-letter \x4F8A 13-456-3
-letter \x4F8B 14-16-5
-letter \x4F8C 1456-3
-letter \x4F8D 24-156-5
-letter \x4F8E 134-16-4
-letter \x4F8F 1-34-3
-letter \x4F90 15-1256-5
-letter \x4F91 234-5
-letter \x4F92 1236-3
-letter \x4F93 14-34-5
-letter \x4F94 134-12356-2
-letter \x4F95 156-2
-letter \x4F96 14-123456-2
-letter \x4F97 145-12346-5
-letter \x4F98 12-345-5
-letter \x4F99 12-156-5
-letter \x4F9A 15-256-5
-letter \x4F9B 13-12346-5
-letter \x4F9C 1-12356-3
-letter \x4F9D 16-3
-letter \x4F9E 1245-34-4
-letter \x4F9F 13-2345-5
-letter \x4FA0 15-23456-2
-letter \x4FA1 13-23456-5
-letter \x4FA2 125-2456-5
-letter \x4FA3 14-1256-4
-letter \x4FA4 123-345-3
-letter \x4FA5 13-246-4
-letter \x4FA6 1-136-3
-letter \x4FA7 245-2346-5
-letter \x4FA8 245-246-2
-letter \x4FA9 123-2356-5
-letter \x4FAA 12-2456-2
-letter \x4FAB 1345-13456-5
-letter \x4FAC 1345-12346-2
-letter \x4FAD 13-1456-4
-letter \x4FAE 34-4
-letter \x4FAF 1235-12356-2
-letter \x4FB0 13-235-4
-letter \x4FB1 12-1356-4
-letter \x4FB2 1-136-5
-letter \x4FB3 245-25-5
-letter \x4FB4 12-12356-4
-letter \x4FB5 245-1456-3
-letter \x4FB6 14-1256-4
-letter \x4FB7 13-1256-2
-letter \x4FB8 24-34-5
-letter \x4FB9 124-13456-4
-letter \x4FBA 24-136-5
-letter \x4FBB 124-25-3
-letter \x4FBC 135-126-2
-letter \x4FBD 1345-1236-2
-letter \x4FBE 1235-146-3
-letter \x4FBF 135-2345-5
-letter \x4FC0 124-1246-4
-letter \x4FC1 1256-2
-letter \x4FC2 15-16-5
-letter \x4FC3 245-34-5
-letter \x4FC4 2346-5
-letter \x4FC5 245-234-2
-letter \x4FC6 15-1256-2
-letter \x4FC7 13-456-4
-letter \x4FC8 123-34-5
-letter \x4FC9 34-4
-letter \x4FCA 13-256-5
-letter \x4FCB 16-5
-letter \x4FCC 12345-34-4
-letter \x4FCD 14-46-2
-letter \x4FCE 125-34-4
-letter \x4FCF 245-246-5
-letter \x4FD0 14-16-5
-letter \x4FD1 235-4
-letter \x4FD2 1235-123456-5
-letter \x4FD3 13-13456-5
-letter \x4FD4 245-2345-5
-letter \x4FD5 15-1236-5
-letter \x4FD6 1234-356-5
-letter \x4FD7 15-34-2
-letter \x4FD8 12345-34-2
-letter \x4FD9 15-16-3
-letter \x4FDA 14-16-4
-letter \x4FDB 12345-34-4
-letter \x4FDC 1234-13456-3
-letter \x4FDD 135-146-4
-letter \x4FDE 1256-2
-letter \x4FDF 15-156-5
-letter \x4FE0 15-23456-2
-letter \x4FE1 15-1456-5
-letter \x4FE2 15-234-3
-letter \x4FE3 1256-2
-letter \x4FE4 124-16-5
-letter \x4FE5 12-2346-3
-letter \x4FE6 12-12356-2
-letter \x4FE7 1-156-5
-letter \x4FE8 2345-4
-letter \x4FE9 14-46-4
-letter \x4FEA 14-16-5
-letter \x4FEB 14-2456-2
-letter \x4FEC 15-156-3
-letter \x4FED 13-2345-4
-letter \x4FEE 15-234-3
-letter \x4FEF 12345-34-4
-letter \x4FF0 1235-2346-5
-letter \x4FF1 13-1256-5
-letter \x4FF2 15-246-5
-letter \x4FF3 1234-2456-2
-letter \x4FF4 13-2345-5
-letter \x4FF5 135-246-4
-letter \x4FF6 12-34-5
-letter \x4FF7 12345-356-5
-letter \x4FF8 12345-1356-5
-letter \x4FF9 23456-5
-letter \x4FFA 1236-4
-letter \x4FFB 135-356-5
-letter \x4FFC 1256-5
-letter \x4FFD 15-1456-3
-letter \x4FFE 135-16-5
-letter \x4FFF 13-2345-5
-letter \x5000 12-1346-3
-letter \x5001 12-156-2
-letter \x5002 135-13456-5
-letter \x5003 125-1236-2
-letter \x5004 246-2
-letter \x5005 245-1246-5
-letter \x5006 14-46-4
-letter \x5007 12456-4
-letter \x5008 14-2456-2
-letter \x5009 245-1346-3
-letter \x500A 125-12346-5
-letter \x500B 13-2346-5
-letter \x500C 13-12456-3
-letter \x500D 135-356-5
-letter \x500E 124-2345-4
-letter \x500F 24-34-3
-letter \x5010 24-34-3
-letter \x5011 134-136-1
-letter \x5012 145-146-4
-letter \x5013 124-1236-2
-letter \x5014 13-236-5
-letter \x5015 12-1246-2
-letter \x5016 15-13456-5
-letter \x5017 1234-1356-2
-letter \x5018 124-1346-4
-letter \x5019 1235-12356-5
-letter \x501A 16-4
-letter \x501B 245-16-3
-letter \x501C 124-16-5
-letter \x501D 13-1236-5
-letter \x501E 13-13456-5
-letter \x501F 13-346-5
-letter \x5020 1-1246-3
-letter \x5021 12-1346-5
-letter \x5022 13-346-2
-letter \x5023 12345-1346-4
-letter \x5024 1-156-2
-letter \x5025 123-12346-4
-letter \x5026 13-45-5
-letter \x5027 125-12346-3
-letter \x5028 13-1256-5
-letter \x5029 245-2345-5
-letter \x502A 1345-16-2
-letter \x502B 14-123456-2
-letter \x502C 1-25-2
-letter \x502D 25-3
-letter \x502E 14-25-4
-letter \x502F 15-12346-3
-letter \x5030 14-13456-2
-letter \x5031 1235-123456-5
-letter \x5032 145-12346-3
-letter \x5033 125-156-5
-letter \x5034 135-136-5
-letter \x5035 34-4
-letter \x5036 13-1256-5
-letter \x5037 1345-2456-5
-letter \x5038 245-2456-4
-letter \x5039 13-2345-4
-letter \x503A 1-2456-5
-letter \x503B 346-3
-letter \x503C 1-156-2
-letter \x503D 24-345-2
-letter \x503E 245-13456-3
-letter \x503F 245-346-5
-letter \x5040 13456-3
-letter \x5041 12-1356-3
-letter \x5042 13-2345-3
-letter \x5043 2345-4
-letter \x5044 1245-12456-4
-letter \x5045 1-12346-4
-letter \x5046 12-123456-4
-letter \x5047 13-23456-4
-letter \x5048 13-346-2
-letter \x5049 1246-4
-letter \x504A 1256-4
-letter \x504B 135-13456-5
-letter \x504C 1245-25-5
-letter \x504D 124-16-2
-letter \x504E 1246-3
-letter \x504F 1234-2345-3
-letter \x5050 2345-5
-letter \x5051 12345-1356-3
-letter \x5052 124-1346-4
-letter \x5053 25-5
-letter \x5054 2346-5
-letter \x5055 15-346-2
-letter \x5056 12-2346-4
-letter \x5057 24-1356-4
-letter \x5058 123-1236-4
-letter \x5059 145-16-5
-letter \x505A 125-25-5
-letter \x505B 12-345-3
-letter \x505C 124-13456-2
-letter \x505D 135-356-5
-letter \x505E 346-5
-letter \x505F 1235-456-2
-letter \x5060 246-4
-letter \x5061 1-1236-5
-letter \x5062 12-12356-4
-letter \x5063 2345-3
-letter \x5064 234-4
-letter \x5065 13-2345-5
-letter \x5066 15-1256-3
-letter \x5067 1-345-3
-letter \x5068 245-156-3
-letter \x5069 12345-34-5
-letter \x506A 135-16-3
-letter \x506B 1-156-5
-letter \x506C 125-12346-4
-letter \x506D 134-2345-4
-letter \x506E 13-16-2
-letter \x506F 16-4
-letter \x5070 15-346-5
-letter \x5071 15-256-2
-letter \x5072 15-156-3
-letter \x5073 145-12456-3
-letter \x5074 245-2346-5
-letter \x5075 1-136-3
-letter \x5076 12356-4
-letter \x5077 124-12356-3
-letter \x5078 124-12356-3
-letter \x5079 135-356-5
-letter \x507A 125-1236-2
-letter \x507B 14-1256-4
-letter \x507C 13-346-2
-letter \x507D 1246-5
-letter \x507E 12345-136-5
-letter \x507F 12-1346-2
-letter \x5080 123-1246-4
-letter \x5081 15-12356-4
-letter \x5082 1-156-5
-letter \x5083 15-34-5
-letter \x5084 15-23456-5
-letter \x5085 12345-34-5
-letter \x5086 45-5
-letter \x5087 1245-12346-4
-letter \x5088 14-16-5
-letter \x5089 1245-34-5
-letter \x508A 256-4
-letter \x508B 13-12356-5
-letter \x508C 134-345-5
-letter \x508D 135-1346-3
-letter \x508E 145-2345-3
-letter \x508F 124-1346-2
-letter \x5090 1235-146-5
-letter \x5091 13-346-2
-letter \x5092 15-16-3
-letter \x5093 24-1236-5
-letter \x5094 245-2345-5
-letter \x5095 13-236-2
-letter \x5096 245-1346-3
-letter \x5097 12-34-5
-letter \x5098 15-1236-4
-letter \x5099 135-356-5
-letter \x509A 15-246-5
-letter \x509B 235-4
-letter \x509C 246-2
-letter \x509D 124-345-5
-letter \x509E 15-25-3
-letter \x509F 46-4
-letter \x50A0 12345-345-3
-letter \x50A1 135-13456-5
-letter \x50A2 13-23456-3
-letter \x50A3 145-2456-4
-letter \x50A4 125-2456-5
-letter \x50A5 124-1346-4
-letter \x50A6 13-34-4
-letter \x50A7 135-1456-3
-letter \x50A8 12-34-2
-letter \x50A9 1345-25-2
-letter \x50AA 245-1236-3
-letter \x50AB 14-356-4
-letter \x50AC 245-1246-3
-letter \x50AD 235-3
-letter \x50AE 125-146-3
-letter \x50AF 125-12346-4
-letter \x50B0 1234-1356-2
-letter \x50B1 15-12346-4
-letter \x50B2 146-5
-letter \x50B3 12-12456-2
-letter \x50B4 1256-4
-letter \x50B5 1-2456-5
-letter \x50B6 245-16-3
-letter \x50B7 24-1346-3
-letter \x50B8 12-456-4
-letter \x50B9 13-13456-5
-letter \x50BA 12-156-5
-letter \x50BB 24-345-4
-letter \x50BC 1235-1236-5
-letter \x50BD 1-1346-3
-letter \x50BE 245-13456-3
-letter \x50BF 2345-5
-letter \x50C0 145-16-5
-letter \x50C1 15-346-5
-letter \x50C2 14-12356-2
-letter \x50C3 135-356-5
-letter \x50C4 1234-246-5
-letter \x50C5 13-1456-4
-letter \x50C6 14-2345-2
-letter \x50C7 14-34-5
-letter \x50C8 134-1236-5
-letter \x50C9 245-2345-3
-letter \x50CA 15-2345-3
-letter \x50CB 124-1236-5
-letter \x50CC 13456-2
-letter \x50CD 145-12346-5
-letter \x50CE 1-12456-5
-letter \x50CF 15-46-5
-letter \x50D0 24-1236-5
-letter \x50D1 245-246-2
-letter \x50D2 13-235-4
-letter \x50D3 124-1246-4
-letter \x50D4 125-123456-4
-letter \x50D5 1234-34-2
-letter \x50D6 15-16-3
-letter \x50D7 14-146-2
-letter \x50D8 12-1346-4
-letter \x50D9 13-456-3
-letter \x50DA 14-246-2
-letter \x50DB 245-16-3
-letter \x50DC 12-1356-3
-letter \x50DD 12-1236-2
-letter \x50DE 1246-4
-letter \x50DF 13-16-3
-letter \x50E0 12345-1236-3
-letter \x50E1 1235-1246-5
-letter \x50E2 12-12456-4
-letter \x50E3 124-346-4
-letter \x50E4 145-1236-5
-letter \x50E5 13-246-4
-letter \x50E6 13-234-5
-letter \x50E7 15-1356-3
-letter \x50E8 12345-136-5
-letter \x50E9 15-2345-5
-letter \x50EA 1256-5
-letter \x50EB 2346-5
-letter \x50EC 13-246-3
-letter \x50ED 13-2345-5
-letter \x50EE 124-12346-2
-letter \x50EF 14-1456-4
-letter \x50F0 135-126-2
-letter \x50F1 13-34-5
-letter \x50F2 15-2345-2
-letter \x50F3 15-34-5
-letter \x50F4 15-2345-5
-letter \x50F5 13-46-3
-letter \x50F6 134-1456-4
-letter \x50F7 346-5
-letter \x50F8 13-1456-5
-letter \x50F9 13-23456-5
-letter \x50FA 245-246-5
-letter \x50FB 1234-16-5
-letter \x50FC 12345-1356-3
-letter \x50FD 1-12356-5
-letter \x50FE 2456-5
-letter \x50FF 15-2456-5
-letter \x5100 16-2
-letter \x5101 13-256-5
-letter \x5102 1345-12346-2
-letter \x5103 12-1236-2
-letter \x5104 16-5
-letter \x5105 145-1346-3
-letter \x5106 13-13456-4
-letter \x5107 15-45-3
-letter \x5108 123-2356-5
-letter \x5109 13-2345-4
-letter \x510A 12-34-5
-letter \x510B 145-1236-3
-letter \x510C 13-246-4
-letter \x510D 24-345-4
-letter \x510E 125-2456-5
-letter \x510F 245-1236-5
-letter \x5110 135-1456-3
-letter \x5111 1236-5
-letter \x5112 1245-34-2
-letter \x5113 124-2456-2
-letter \x5114 12-12356-2
-letter \x5115 12-2456-2
-letter \x5116 14-1236-2
-letter \x5117 1345-16-4
-letter \x5118 13-1456-4
-letter \x5119 245-2345-5
-letter \x511A 134-1356-2
-letter \x511B 34-4
-letter \x511C 1345-1356-2
-letter \x511D 245-235-2
-letter \x511E 1345-16-4
-letter \x511F 12-1346-2
-letter \x5120 14-346-5
-letter \x5121 14-356-4
-letter \x5122 14-1256-4
-letter \x5123 123-456-5
-letter \x5124 135-146-5
-letter \x5125 145-34-2
-letter \x5126 135-246-3
-letter \x5127 125-1236-4
-letter \x5128 1-156-2
-letter \x5129 15-156-5
-letter \x512A 234-3
-letter \x512B 1235-146-2
-letter \x512C 12-136-5
-letter \x512D 12-136-5
-letter \x512E 14-16-5
-letter \x512F 124-1356-2
-letter \x5130 1246-4
-letter \x5131 14-12346-4
-letter \x5132 12-34-2
-letter \x5133 12-1236-2
-letter \x5134 1245-1346-2
-letter \x5135 24-34-3
-letter \x5136 15-16-3
-letter \x5137 14-16-5
-letter \x5138 14-25-2
-letter \x5139 125-1236-4
-letter \x513A 1345-25-2
-letter \x513B 124-1346-4
-letter \x513C 2345-4
-letter \x513D 14-356-4
-letter \x513E 1345-1346-5
-letter \x513F 1245-136-2
-letter \x5140 34-5
-letter \x5141 256-4
-letter \x5142 125-1236-3
-letter \x5143 45-2
-letter \x5144 15-235-3
-letter \x5145 12-12346-3
-letter \x5146 1-146-5
-letter \x5147 15-235-3
-letter \x5148 15-2345-3
-letter \x5149 13-456-3
-letter \x514A 145-1246-5
-letter \x514B 123-2346-5
-letter \x514C 145-1246-5
-letter \x514D 134-2345-4
-letter \x514E 124-34-5
-letter \x514F 12-1346-2
-letter \x5150 156-2
-letter \x5151 145-1246-5
-letter \x5152 156-2
-letter \x5153 15-1456-3
-letter \x5154 124-34-5
-letter \x5155 15-156-5
-letter \x5156 2345-4
-letter \x5157 2345-4
-letter \x5158 24-156-4
-letter \x5159 248-156-2-1238-2346-5
-letter \x515A 145-1346-4
-letter \x515B 2458-2345-3-1238-2346-5
-letter \x515C 145-12356-3
-letter \x515D 123458-136-3-1238-2346-5
-letter \x515E 1348-146-2-1238-2346-5
-letter \x515F 24-136-3
-letter \x5160 145-12356-3
-letter \x5161 1358-2456-4-1238-2346-5
-letter \x5162 13-13456-3
-letter \x5163 148-16-2-1238-2346-5
-letter \x5164 1235-456-2
-letter \x5165 1245-34-5
-letter \x5166 456-2
-letter \x5167 1345-356-5
-letter \x5168 245-45-2
-letter \x5169 14-46-4
-letter \x516A 1256-2
-letter \x516B 135-345-3
-letter \x516C 13-12346-3
-letter \x516D 14-234-5
-letter \x516E 15-16-3
-letter \x516F 1235-1236-2
-letter \x5170 14-1236-2
-letter \x5171 13-12346-5
-letter \x5172 124-2345-3
-letter \x5173 13-12456-3
-letter \x5174 15-13456-3
-letter \x5175 135-13456-3
-letter \x5176 245-16-2
-letter \x5177 13-1256-5
-letter \x5178 145-2345-4
-letter \x5179 125-156-3
-letter \x517A 135-34-3
-letter \x517B 46-4
-letter \x517C 13-2345-3
-letter \x517D 24-12356-5
-letter \x517E 13-16-5
-letter \x517F 16-5
-letter \x5180 13-16-5
-letter \x5181 12-1236-4
-letter \x5182 13-235-3
-letter \x5183 134-146-5
-letter \x5184 1245-1236-4
-letter \x5185 1345-356-5
-letter \x5186 45-2
-letter \x5187 134-12356-4
-letter \x5188 13-1346-3
-letter \x5189 1245-1236-4
-letter \x518A 245-2346-5
-letter \x518B 13-235-3
-letter \x518C 245-2346-5
-letter \x518D 125-2456-5
-letter \x518E 13-35-4
-letter \x518F 13-235-4
-letter \x5190 134-146-5
-letter \x5191 1-12356-5
-letter \x5192 134-146-5
-letter \x5193 13-12356-5
-letter \x5194 15-1256-4
-letter \x5195 134-2345-4
-letter \x5196 134-16-5
-letter \x5197 1245-12346-4
-letter \x5198 1456-2
-letter \x5199 15-346-4
-letter \x519A 123-1236-4
-letter \x519B 13-256-3
-letter \x519C 1345-12346-2
-letter \x519D 16-2
-letter \x519E 134-16-2
-letter \x519F 24-156-5
-letter \x51A0 13-12456-5
-letter \x51A1 134-1356-2
-letter \x51A2 1-12346-4
-letter \x51A3 13-1256-5
-letter \x51A4 45-3
-letter \x51A5 134-13456-2
-letter \x51A6 123-12356-5
-letter \x51A7 1345-1456-2
-letter \x51A8 12345-34-5
-letter \x51A9 15-346-4
-letter \x51AA 134-16-5
-letter \x51AB 135-13456-3
-letter \x51AC 145-12346-3
-letter \x51AD 124-2456-2
-letter \x51AE 13-1346-3
-letter \x51AF 12345-1356-2
-letter \x51B0 135-13456-3
-letter \x51B1 1235-34-5
-letter \x51B2 12-12346-3
-letter \x51B3 13-236-2
-letter \x51B4 1235-34-5
-letter \x51B5 123-456-5
-letter \x51B6 346-4
-letter \x51B7 14-1356-4
-letter \x51B8 1234-1236-5
-letter \x51B9 12345-34-2
-letter \x51BA 134-1456-4
-letter \x51BB 145-12346-5
-letter \x51BC 15-2345-4
-letter \x51BD 14-346-5
-letter \x51BE 15-23456-2
-letter \x51BF 13-2345-3
-letter \x51C0 13-13456-5
-letter \x51C1 24-34-5
-letter \x51C2 134-356-4
-letter \x51C3 124-34-2
-letter \x51C4 245-16-3
-letter \x51C5 13-34-5
-letter \x51C6 1-123456-4
-letter \x51C7 15-12346-3
-letter \x51C8 13-13456-5
-letter \x51C9 14-46-2
-letter \x51CA 245-13456-5
-letter \x51CB 145-246-3
-letter \x51CC 14-13456-2
-letter \x51CD 145-12346-5
-letter \x51CE 13-1236-5
-letter \x51CF 13-2345-4
-letter \x51D0 1456-3
-letter \x51D1 245-12356-5
-letter \x51D2 16-2
-letter \x51D3 14-16-5
-letter \x51D4 245-1346-3
-letter \x51D5 134-13456-4
-letter \x51D6 1-123456-4
-letter \x51D7 245-1246-3
-letter \x51D8 15-156-3
-letter \x51D9 145-25-2
-letter \x51DA 13-1456-5
-letter \x51DB 14-1456-4
-letter \x51DC 14-1456-4
-letter \x51DD 1345-13456-2
-letter \x51DE 15-16-3
-letter \x51DF 145-34-2
-letter \x51E0 13-16-4
-letter \x51E1 12345-1236-2
-letter \x51E2 12345-1236-2
-letter \x51E3 12345-1236-2
-letter \x51E4 12345-1356-5
-letter \x51E5 13-1256-3
-letter \x51E6 12-34-4
-letter \x51E7 1-1356-3
-letter \x51E8 12345-1356-3
-letter \x51E9 134-34-5
-letter \x51EA 1-156-5
-letter \x51EB 12345-34-2
-letter \x51EC 12345-1356-3
-letter \x51ED 1234-13456-2
-letter \x51EE 12345-1356-3
-letter \x51EF 123-2456-4
-letter \x51F0 1235-456-2
-letter \x51F1 123-2456-4
-letter \x51F2 13-1236-3
-letter \x51F3 145-1356-5
-letter \x51F4 1234-13456-2
-letter \x51F5 123-1236-4
-letter \x51F6 15-235-3
-letter \x51F7 123-2356-5
-letter \x51F8 124-34-3
-letter \x51F9 146-3
-letter \x51FA 12-34-3
-letter \x51FB 13-16-2
-letter \x51FC 145-1346-5
-letter \x51FD 1235-1236-2
-letter \x51FE 1235-1236-2
-letter \x51FF 125-146-2
-letter \x5200 145-146-3
-letter \x5201 145-246-3
-letter \x5202 145-146-3
-letter \x5203 1245-136-5
-letter \x5204 1245-136-5
-letter \x5205 12-456-3
-letter \x5206 12345-136-3
-letter \x5207 245-346-3
-letter \x5208 16-5
-letter \x5209 13-16-3
-letter \x520A 123-1236-3
-letter \x520B 245-2345-5
-letter \x520C 245-123456-4
-letter \x520D 12-34-2
-letter \x520E 123456-4
-letter \x520F 13-16-3
-letter \x5210 145-1236-4
-letter \x5211 15-13456-2
-letter \x5212 1235-35-2
-letter \x5213 12456-2
-letter \x5214 13-236-2
-letter \x5215 14-16-2
-letter \x5216 236-5
-letter \x5217 14-346-5
-letter \x5218 14-234-2
-letter \x5219 125-2346-2
-letter \x521A 13-1346-3
-letter \x521B 12-456-5
-letter \x521C 12345-34-2
-letter \x521D 12-34-3
-letter \x521E 245-1256-5
-letter \x521F 13-1256-3
-letter \x5220 24-1236-3
-letter \x5221 134-1456-4
-letter \x5222 14-13456-2
-letter \x5223 1-12346-3
-letter \x5224 1234-1236-5
-letter \x5225 135-346-2
-letter \x5226 13-346-2
-letter \x5227 13-346-2
-letter \x5228 135-146-5
-letter \x5229 14-16-5
-letter \x522A 24-1236-3
-letter \x522B 135-346-2
-letter \x522C 12-1236-4
-letter \x522D 13-13456-4
-letter \x522E 13-35-3
-letter \x522F 13-136-3
-letter \x5230 145-146-5
-letter \x5231 12-456-5
-letter \x5232 123-1246-3
-letter \x5233 123-34-3
-letter \x5234 145-25-5
-letter \x5235 156-5
-letter \x5236 1-156-5
-letter \x5237 24-35-3
-letter \x5238 245-45-5
-letter \x5239 24-345-3
-letter \x523A 245-156-5
-letter \x523B 123-2346-5
-letter \x523C 13-346-2
-letter \x523D 13-1246-5
-letter \x523E 245-156-5
-letter \x523F 13-1246-5
-letter \x5240 123-2456-4
-letter \x5241 145-25-5
-letter \x5242 13-16-5
-letter \x5243 124-16-5
-letter \x5244 13-13456-4
-letter \x5245 145-12356-3
-letter \x5246 14-25-2
-letter \x5247 125-2346-2
-letter \x5248 45-3
-letter \x5249 245-25-5
-letter \x524A 15-246-3
-letter \x524B 123-2346-5
-letter \x524C 14-345-5
-letter \x524D 245-2345-2
-letter \x524E 24-345-3
-letter \x524F 12-456-5
-letter \x5250 13-35-4
-letter \x5251 13-2345-5
-letter \x5252 245-25-5
-letter \x5253 14-16-2
-letter \x5254 124-16-3
-letter \x5255 12345-356-5
-letter \x5256 1234-12356-4
-letter \x5257 12-1236-4
-letter \x5258 245-16-2
-letter \x5259 12-456-5
-letter \x525A 125-156-5
-letter \x525B 13-1346-3
-letter \x525C 12456-3
-letter \x525D 135-126-3
-letter \x525E 13-16-3
-letter \x525F 145-25-3
-letter \x5260 245-13456-2
-letter \x5261 2345-4
-letter \x5262 1-25-2
-letter \x5263 13-2345-5
-letter \x5264 13-16-5
-letter \x5265 135-126-3
-letter \x5266 2345-3
-letter \x5267 13-1256-5
-letter \x5268 1235-25-5
-letter \x5269 24-1356-5
-letter \x526A 13-2345-4
-letter \x526B 145-25-2
-letter \x526C 145-12456-3
-letter \x526D 34-3
-letter \x526E 13-35-4
-letter \x526F 12345-34-5
-letter \x5270 24-1356-5
-letter \x5271 13-2345-5
-letter \x5272 13-2346-3
-letter \x5273 1-345-3
-letter \x5274 123-2456-4
-letter \x5275 12-456-5
-letter \x5276 13-45-3
-letter \x5277 12-1236-4
-letter \x5278 1235-12456-2
-letter \x5279 14-34-5
-letter \x527A 14-16-2
-letter \x527B 12345-12356-2
-letter \x527C 24-1236-3
-letter \x527D 1234-246-5
-letter \x527E 123-12356-3
-letter \x527F 13-246-4
-letter \x5280 13-35-3
-letter \x5281 245-246-3
-letter \x5282 13-236-2
-letter \x5283 1235-35-5
-letter \x5284 1-345-2
-letter \x5285 1-25-2
-letter \x5286 14-2345-2
-letter \x5287 13-1256-5
-letter \x5288 1234-16-3
-letter \x5289 14-234-2
-letter \x528A 13-1246-5
-letter \x528B 13-246-4
-letter \x528C 13-1246-5
-letter \x528D 13-2345-5
-letter \x528E 13-2345-5
-letter \x528F 124-1346-3
-letter \x5290 1235-25-3
-letter \x5291 13-16-5
-letter \x5292 13-2345-5
-letter \x5293 16-5
-letter \x5294 13-2345-5
-letter \x5295 1-156-2
-letter \x5296 12-1236-2
-letter \x5297 125-12456-3
-letter \x5298 134-126-2
-letter \x5299 14-16-2
-letter \x529A 1-34-2
-letter \x529B 14-16-5
-letter \x529C 23456-3
-letter \x529D 245-45-5
-letter \x529E 135-1236-5
-letter \x529F 13-12346-3
-letter \x52A0 13-23456-3
-letter \x52A1 34-5
-letter \x52A2 134-2456-5
-letter \x52A3 14-346-5
-letter \x52A4 13-1456-5
-letter \x52A5 123-1356-3
-letter \x52A6 15-346-2
-letter \x52A7 1-156-4
-letter \x52A8 145-12346-5
-letter \x52A9 1-34-5
-letter \x52AA 1345-34-4
-letter \x52AB 13-346-2
-letter \x52AC 245-1256-2
-letter \x52AD 24-146-5
-letter \x52AE 16-5
-letter \x52AF 1-34-3
-letter \x52B0 134-246-4
-letter \x52B1 14-16-5
-letter \x52B2 13-1456-5
-letter \x52B3 14-146-2
-letter \x52B4 14-146-2
-letter \x52B5 13-45-5
-letter \x52B6 123-12356-4
-letter \x52B7 46-2
-letter \x52B8 35-3
-letter \x52B9 15-246-5
-letter \x52BA 134-12356-2
-letter \x52BB 123-456-3
-letter \x52BC 13-346-2
-letter \x52BD 14-346-5
-letter \x52BE 1235-2346-2
-letter \x52BF 24-156-5
-letter \x52C0 123-2346-5
-letter \x52C1 13-1456-5
-letter \x52C2 1235-146-2
-letter \x52C3 135-126-2
-letter \x52C4 134-1456-4
-letter \x52C5 12-156-5
-letter \x52C6 14-1346-2
-letter \x52C7 235-4
-letter \x52C8 235-4
-letter \x52C9 134-2345-4
-letter \x52CA 123-2346-5
-letter \x52CB 15-256-3
-letter \x52CC 13-45-5
-letter \x52CD 245-13456-2
-letter \x52CE 14-34-5
-letter \x52CF 1234-12356-4
-letter \x52D0 134-1356-4
-letter \x52D1 14-2456-5
-letter \x52D2 14-2346-5
-letter \x52D3 123-2456-5
-letter \x52D4 134-2345-4
-letter \x52D5 145-12346-5
-letter \x52D6 15-1256-5
-letter \x52D7 15-1256-5
-letter \x52D8 123-1236-3
-letter \x52D9 34-5
-letter \x52DA 16-5
-letter \x52DB 15-256-3
-letter \x52DC 12346-4
-letter \x52DD 24-1356-5
-letter \x52DE 14-146-2
-letter \x52DF 134-34-5
-letter \x52E0 14-34-5
-letter \x52E1 1234-246-5
-letter \x52E2 24-156-5
-letter \x52E3 13-16-3
-letter \x52E4 245-1456-2
-letter \x52E5 245-46-4
-letter \x52E6 13-246-4
-letter \x52E7 245-45-5
-letter \x52E8 46-4
-letter \x52E9 16-5
-letter \x52EA 13-236-2
-letter \x52EB 12345-1236-2
-letter \x52EC 13-45-5
-letter \x52ED 124-12346-2
-letter \x52EE 13-1256-5
-letter \x52EF 145-1236-3
-letter \x52F0 15-346-2
-letter \x52F1 134-2456-5
-letter \x52F2 15-256-3
-letter \x52F3 15-256-3
-letter \x52F4 14-1256-5
-letter \x52F5 14-16-5
-letter \x52F6 12-2346-5
-letter \x52F7 1245-1346-2
-letter \x52F8 245-45-5
-letter \x52F9 135-146-3
-letter \x52FA 24-146-2
-letter \x52FB 256-2
-letter \x52FC 13-234-3
-letter \x52FD 135-146-5
-letter \x52FE 13-12356-3
-letter \x52FF 34-5
-letter \x5300 256-2
-letter \x5301 14-1346-4
-letter \x5302 145-16-5
-letter \x5303 13-2456-5
-letter \x5304 13-2456-5
-letter \x5305 135-146-3
-letter \x5306 245-12346-3
-letter \x5307 16-5
-letter \x5308 15-235-3
-letter \x5309 1234-1356-3
-letter \x530A 13-1256-2
-letter \x530B 124-146-2
-letter \x530C 13-2346-2
-letter \x530D 1234-34-2
-letter \x530E 25-5
-letter \x530F 1234-146-2
-letter \x5310 12345-34-2
-letter \x5311 13-12346-3
-letter \x5312 145-345-2
-letter \x5313 13-234-5
-letter \x5314 245-235-3
-letter \x5315 135-16-4
-letter \x5316 1235-35-5
-letter \x5317 135-356-4
-letter \x5318 1345-146-4
-letter \x5319 12-156-2
-letter \x531A 12345-1346-3
-letter \x531B 13-234-5
-letter \x531C 16-2
-letter \x531D 125-345-3
-letter \x531E 13-46-5
-letter \x531F 123-1346-5
-letter \x5320 13-46-5
-letter \x5321 123-456-3
-letter \x5322 1235-34-3
-letter \x5323 15-23456-2
-letter \x5324 245-1256-3
-letter \x5325 135-2345-5
-letter \x5326 13-1246-4
-letter \x5327 245-346-5
-letter \x5328 125-1346-3
-letter \x5329 123-456-3
-letter \x532A 12345-356-4
-letter \x532B 1235-34-3
-letter \x532C 124-12356-2
-letter \x532D 13-1246-4
-letter \x532E 123-1246-5
-letter \x532F 1235-1246-5
-letter \x5330 145-1236-3
-letter \x5331 123-1246-5
-letter \x5332 14-2345-2
-letter \x5333 14-2345-2
-letter \x5334 15-12456-4
-letter \x5335 145-34-2
-letter \x5336 13-234-5
-letter \x5337 245-1256-2
-letter \x5338 15-16-5
-letter \x5339 1234-16-4
-letter \x533A 245-1256-3
-letter \x533B 16-3
-letter \x533C 1236-4
-letter \x533D 2345-4
-letter \x533E 135-2345-4
-letter \x533F 1345-16-5
-letter \x5340 245-1256-3
-letter \x5341 24-156-2
-letter \x5342 15-1456-5
-letter \x5343 245-2345-3
-letter \x5344 1345-2345-5
-letter \x5345 15-345-5
-letter \x5346 125-34-2
-letter \x5347 24-1356-3
-letter \x5348 34-4
-letter \x5349 1235-1246-5
-letter \x534A 135-1236-5
-letter \x534B 24-156-5
-letter \x534C 15-16-5
-letter \x534D 12456-5
-letter \x534E 1235-35-2
-letter \x534F 15-346-2
-letter \x5350 12456-5
-letter \x5351 135-356-3
-letter \x5352 125-34-2
-letter \x5353 1-25-2
-letter \x5354 15-346-2
-letter \x5355 145-1236-3
-letter \x5356 134-2456-5
-letter \x5357 1345-1236-2
-letter \x5358 145-1236-3
-letter \x5359 13-16-2
-letter \x535A 135-126-2
-letter \x535B 14-1256-5
-letter \x535C 135-34-4
-letter \x535D 123-456-5
-letter \x535E 135-2345-5
-letter \x535F 135-34-4
-letter \x5360 1-1236-5
-letter \x5361 123-345-4
-letter \x5362 14-34-2
-letter \x5363 234-4
-letter \x5364 14-34-4
-letter \x5365 15-16-3
-letter \x5366 13-35-5
-letter \x5367 25-5
-letter \x5368 15-346-5
-letter \x5369 13-346-2
-letter \x536A 13-346-2
-letter \x536B 1246-5
-letter \x536C 1346-2
-letter \x536D 245-235-2
-letter \x536E 1-156-3
-letter \x536F 134-146-4
-letter \x5370 1456-5
-letter \x5371 1246-2
-letter \x5372 24-146-5
-letter \x5373 13-16-2
-letter \x5374 245-236-5
-letter \x5375 14-12456-4
-letter \x5376 24-156-5
-letter \x5377 13-45-4
-letter \x5378 15-346-5
-letter \x5379 15-1256-5
-letter \x537A 13-1456-4
-letter \x537B 245-236-5
-letter \x537C 34-5
-letter \x537D 13-16-2
-letter \x537E 2346-5
-letter \x537F 245-13456-3
-letter \x5380 15-16-3
-letter \x5381 15-1236-3
-letter \x5382 1235-1236-4
-letter \x5383 1-1236-3
-letter \x5384 2346-5
-letter \x5385 124-13456-3
-letter \x5386 14-16-5
-letter \x5387 1-2346-2
-letter \x5388 1235-1236-4
-letter \x5389 14-16-5
-letter \x538A 23456-4
-letter \x538B 23456-3
-letter \x538C 2345-5
-letter \x538D 24-2346-5
-letter \x538E 1-156-4
-letter \x538F 1-345-4
-letter \x5390 1234-1346-2
-letter \x5391 23456-2
-letter \x5392 1235-2346-2
-letter \x5393 26-2
-letter \x5394 1-156-5
-letter \x5395 245-2346-5
-letter \x5396 12345-1346-2
-letter \x5397 124-16-2
-letter \x5398 14-16-2
-letter \x5399 24-2346-5
-letter \x539A 1235-12356-5
-letter \x539B 124-13456-3
-letter \x539C 125-1246-3
-letter \x539D 245-25-5
-letter \x539E 12345-356-5
-letter \x539F 45-2
-letter \x53A0 245-2346-5
-letter \x53A1 45-2
-letter \x53A2 15-46-3
-letter \x53A3 2345-4
-letter \x53A4 14-16-5
-letter \x53A5 13-236-2
-letter \x53A6 15-23456-5
-letter \x53A7 145-2345-3
-letter \x53A8 12-34-2
-letter \x53A9 13-234-5
-letter \x53AA 13-1456-4
-letter \x53AB 146-2
-letter \x53AC 13-1246-4
-letter \x53AD 2345-5
-letter \x53AE 15-156-3
-letter \x53AF 14-16-5
-letter \x53B0 12-1346-4
-letter \x53B1 14-1236-2
-letter \x53B2 14-16-5
-letter \x53B3 2345-2
-letter \x53B4 2345-4
-letter \x53B5 45-2
-letter \x53B6 15-156-3
-letter \x53B7 13-12346-3
-letter \x53B8 14-1456-2
-letter \x53B9 1245-12356-2
-letter \x53BA 245-1256-5
-letter \x53BB 245-1256-5
-letter \x53BC 1234-34-4
-letter \x53BD 14-356-4
-letter \x53BE 145-34-3
-letter \x53BF 15-2345-5
-letter \x53C0 1-12456-3
-letter \x53C1 15-1236-3
-letter \x53C2 245-1236-3
-letter \x53C3 245-1236-3
-letter \x53C4 15-1236-3
-letter \x53C5 245-1236-3
-letter \x53C6 2456-5
-letter \x53C7 145-2456-5
-letter \x53C8 234-5
-letter \x53C9 12-345-3
-letter \x53CA 13-16-2
-letter \x53CB 234-4
-letter \x53CC 24-456-3
-letter \x53CD 12345-1236-4
-letter \x53CE 24-12356-3
-letter \x53CF 13-2356-5
-letter \x53D0 135-345-2
-letter \x53D1 12345-345-3
-letter \x53D2 1245-25-5
-letter \x53D3 24-156-5
-letter \x53D4 24-34-2
-letter \x53D5 1-25-2
-letter \x53D6 245-1256-4
-letter \x53D7 24-12356-5
-letter \x53D8 135-2345-5
-letter \x53D9 15-1256-5
-letter \x53DA 13-23456-4
-letter \x53DB 1234-1236-5
-letter \x53DC 15-12356-4
-letter \x53DD 13-146-5
-letter \x53DE 1246-5
-letter \x53DF 15-12356-4
-letter \x53E0 145-346-2
-letter \x53E1 1245-1246-5
-letter \x53E2 245-12346-2
-letter \x53E3 123-12356-4
-letter \x53E4 13-34-4
-letter \x53E5 13-1256-5
-letter \x53E6 14-13456-5
-letter \x53E7 13-35-4
-letter \x53E8 145-146-3
-letter \x53E9 123-12356-5
-letter \x53EA 1-156-4
-letter \x53EB 13-246-5
-letter \x53EC 1-146-5
-letter \x53ED 135-345-3
-letter \x53EE 145-13456-3
-letter \x53EF 123-2346-4
-letter \x53F0 124-2456-2
-letter \x53F1 12-156-5
-letter \x53F2 24-156-4
-letter \x53F3 234-5
-letter \x53F4 245-234-2
-letter \x53F5 1234-126-4
-letter \x53F6 346-5
-letter \x53F7 1235-146-5
-letter \x53F8 15-156-3
-letter \x53F9 124-1236-5
-letter \x53FA 12-156-4
-letter \x53FB 14-2346-5
-letter \x53FC 145-246-3
-letter \x53FD 13-16-3
-letter \x53FE 145-34-2
-letter \x53FF 1235-12346-3
-letter \x5400 134-346-3
-letter \x5401 15-1256-3
-letter \x5402 134-1346-2
-letter \x5403 12-156-3
-letter \x5404 13-2346-5
-letter \x5405 15-45-3
-letter \x5406 246-3
-letter \x5407 125-156-4
-letter \x5408 1235-2346-2
-letter \x5409 13-16-2
-letter \x540A 145-246-5
-letter \x540B 245-123456-5
-letter \x540C 124-12346-2
-letter \x540D 134-13456-2
-letter \x540E 1235-12356-5
-letter \x540F 14-16-5
-letter \x5410 124-34-4
-letter \x5411 15-46-5
-letter \x5412 1-345-5
-letter \x5413 15-23456-5
-letter \x5414 346-4
-letter \x5415 14-1256-4
-letter \x5416 345-3
-letter \x5417 134-345-1
-letter \x5418 12356-4
-letter \x5419 15-236-3
-letter \x541A 16-3
-letter \x541B 13-256-3
-letter \x541C 12-12356-4
-letter \x541D 14-1456-5
-letter \x541E 124-123456-3
-letter \x541F 1456-2
-letter \x5420 12345-356-5
-letter \x5421 135-16-4
-letter \x5422 245-1456-5
-letter \x5423 245-1456-5
-letter \x5424 13-346-5
-letter \x5425 135-34-5
-letter \x5426 12345-12356-4
-letter \x5427 135-345-1
-letter \x5428 124-123456-2
-letter \x5429 12345-136-3
-letter \x542A 2346-2
-letter \x542B 1235-1236-2
-letter \x542C 1456-4
-letter \x542D 123-1356-3
-letter \x542E 24-123456-4
-letter \x542F 245-16-4
-letter \x5430 1235-12346-2
-letter \x5431 1-156-3
-letter \x5432 1456-4
-letter \x5433 34-2
-letter \x5434 34-2
-letter \x5435 12-146-4
-letter \x5436 1345-345-5
-letter \x5437 15-236-5
-letter \x5438 15-16-3
-letter \x5439 12-1246-3
-letter \x543A 145-12356-3
-letter \x543B 123456-4
-letter \x543C 1235-12356-4
-letter \x543D 1235-12346-3
-letter \x543E 34-2
-letter \x543F 13-146-5
-letter \x5440 23456-1
-letter \x5441 13-256-5
-letter \x5442 14-1256-4
-letter \x5443 2346-5
-letter \x5444 13-2346-2
-letter \x5445 134-356-2
-letter \x5446 145-2456-3
-letter \x5447 245-16-4
-letter \x5448 12-1356-2
-letter \x5449 34-2
-letter \x544A 13-146-5
-letter \x544B 12345-34-3
-letter \x544C 13-246-5
-letter \x544D 1235-12346-3
-letter \x544E 12-156-4
-letter \x544F 24-1356-3
-letter \x5450 1345-345-5
-letter \x5451 124-123456-3
-letter \x5452 34-4
-letter \x5453 16-5
-letter \x5454 124-2456-5
-letter \x5455 12356-4
-letter \x5456 14-16-5
-letter \x5457 135-356-1
-letter \x5458 45-2
-letter \x5459 123-2356-3
-letter \x545A 123456-4
-letter \x545B 245-46-5
-letter \x545C 34-3
-letter \x545D 2346-5
-letter \x545E 24-156-3
-letter \x545F 245-45-4
-letter \x5460 1234-136-4
-letter \x5461 123456-4
-letter \x5462 1345-2346-1
-letter \x5463 134-12356-2
-letter \x5464 14-13456-5
-letter \x5465 1245-1236-2
-letter \x5466 234-3
-letter \x5467 145-16-4
-letter \x5468 1-12356-3
-letter \x5469 24-156-5
-letter \x546A 1-12356-5
-letter \x546B 124-346-3
-letter \x546C 15-16-5
-letter \x546D 16-5
-letter \x546E 245-16-5
-letter \x546F 1234-13456-2
-letter \x5470 125-156-4
-letter \x5471 13-35-3
-letter \x5472 125-156-3
-letter \x5473 1246-5
-letter \x5474 15-1256-4
-letter \x5475 1235-2346-3
-letter \x5476 1345-146-2
-letter \x5477 15-23456-3
-letter \x5478 1234-356-3
-letter \x5479 16-5
-letter \x547A 15-246-3
-letter \x547B 24-136-3
-letter \x547C 1235-34-3
-letter \x547D 134-13456-5
-letter \x547E 145-345-2
-letter \x547F 245-1256-3
-letter \x5480 13-1256-4
-letter \x5481 13-1236-3
-letter \x5482 125-345-3
-letter \x5483 124-25-3
-letter \x5484 145-25-3
-letter \x5485 1234-12356-4
-letter \x5486 1234-146-2
-letter \x5487 135-346-2
-letter \x5488 12345-34-2
-letter \x5489 46-3
-letter \x548A 1235-2346-2
-letter \x548B 125-2346-2
-letter \x548C 1235-2346-2
-letter \x548D 1235-2456-3
-letter \x548E 13-234-5
-letter \x548F 235-4
-letter \x5490 12345-34-5
-letter \x5491 145-345-3
-letter \x5492 1-12356-5
-letter \x5493 35-4
-letter \x5494 123-345-4
-letter \x5495 13-34-3
-letter \x5496 123-345-3
-letter \x5497 125-25-4
-letter \x5498 135-34-5
-letter \x5499 14-12346-2
-letter \x549A 145-12346-3
-letter \x549B 1345-13456-2
-letter \x549C 123-345-3
-letter \x549D 15-156-3
-letter \x549E 15-2345-5
-letter \x549F 1235-25-5
-letter \x54A0 245-16-3
-letter \x54A1 156-5
-letter \x54A2 2346-5
-letter \x54A3 13-456-3
-letter \x54A4 1-345-5
-letter \x54A5 15-16-3
-letter \x54A6 16-2
-letter \x54A7 14-346-4
-letter \x54A8 125-156-3
-letter \x54A9 134-346-3
-letter \x54AA 134-16-3
-letter \x54AB 1-156-4
-letter \x54AC 246-4
-letter \x54AD 13-16-3
-letter \x54AE 1-12356-5
-letter \x54AF 13-2346-3
-letter \x54B0 24-2356-5
-letter \x54B1 125-1236-2
-letter \x54B2 15-246-5
-letter \x54B3 123-2346-2
-letter \x54B4 1235-1246-3
-letter \x54B5 123-35-3
-letter \x54B6 1235-2356-5
-letter \x54B7 124-146-2
-letter \x54B8 15-2345-2
-letter \x54B9 2346-5
-letter \x54BA 15-45-4
-letter \x54BB 15-234-3
-letter \x54BC 123-2356-3
-letter \x54BD 2345-5
-letter \x54BE 14-146-4
-letter \x54BF 16-3
-letter \x54C0 2456-3
-letter \x54C1 1234-1456-4
-letter \x54C2 24-136-4
-letter \x54C3 124-12346-2
-letter \x54C4 1235-12346-4
-letter \x54C5 15-235-3
-letter \x54C6 145-25-3
-letter \x54C7 35-3
-letter \x54C8 1235-345-3
-letter \x54C9 125-2456-3
-letter \x54CA 1256-5
-letter \x54CB 145-16-5
-letter \x54CC 1234-2456-5
-letter \x54CD 15-46-4
-letter \x54CE 2456-3
-letter \x54CF 13-136-2
-letter \x54D0 123-456-3
-letter \x54D1 23456-4
-letter \x54D2 145-345-3
-letter \x54D3 15-246-3
-letter \x54D4 135-16-5
-letter \x54D5 1235-1246-5
-letter \x54D6 1345-2345-2
-letter \x54D7 1235-35-2
-letter \x54D8 15-13456-2
-letter \x54D9 123-2356-5
-letter \x54DA 145-25-4
-letter \x54DB 1234-34-2
-letter \x54DC 13-16-5
-letter \x54DD 1345-12346-2
-letter \x54DE 134-12356-2
-letter \x54DF 356-3
-letter \x54E0 1235-146-5
-letter \x54E1 45-2
-letter \x54E2 14-12346-5
-letter \x54E3 1234-12356-4
-letter \x54E4 134-1346-2
-letter \x54E5 13-2346-3
-letter \x54E6 126-2
-letter \x54E7 12-156-3
-letter \x54E8 24-146-5
-letter \x54E9 14-16-4
-letter \x54EA 1345-345-4
-letter \x54EB 125-34-2
-letter \x54EC 1235-2346-2
-letter \x54ED 123-34-3
-letter \x54EE 15-246-5
-letter \x54EF 15-2345-5
-letter \x54F0 14-146-2
-letter \x54F1 1234-126-5
-letter \x54F2 1-2346-2
-letter \x54F3 1-345-3
-letter \x54F4 14-46-5
-letter \x54F5 135-345-3
-letter \x54F6 134-346-3
-letter \x54F7 14-2346-5
-letter \x54F8 15-1246-3
-letter \x54F9 12345-12356-2
-letter \x54FA 135-34-4
-letter \x54FB 1235-1236-5
-letter \x54FC 1235-1356-3
-letter \x54FD 13-1356-4
-letter \x54FE 24-25-3
-letter \x54FF 13-2346-4
-letter \x5500 234-4
-letter \x5501 2345-5
-letter \x5502 13-34-4
-letter \x5503 13-34-4
-letter \x5504 135-356-1
-letter \x5505 1235-1236-3
-letter \x5506 15-25-3
-letter \x5507 1-136-3
-letter \x5508 16-5
-letter \x5509 2456-3
-letter \x550A 13-23456-2
-letter \x550B 124-34-2
-letter \x550C 15-2345-2
-letter \x550D 1235-12456-4
-letter \x550E 14-16-5
-letter \x550F 15-16-3
-letter \x5510 124-1346-2
-letter \x5511 125-25-5
-letter \x5512 245-234-2
-letter \x5513 12-2346-3
-letter \x5514 34-2
-letter \x5515 125-146-5
-letter \x5516 23456-4
-letter \x5517 145-12356-3
-letter \x5518 245-16-4
-letter \x5519 145-16-2
-letter \x551A 245-1456-5
-letter \x551B 134-345-5
-letter \x551C 134-345-2
-letter \x551D 1235-12346-4
-letter \x551E 145-12356-4
-letter \x551F 1235-2346-2
-letter \x5520 14-146-2
-letter \x5521 14-46-4
-letter \x5522 15-25-4
-letter \x5523 125-146-5
-letter \x5524 1235-12456-5
-letter \x5525 14-1356-2
-letter \x5526 24-345-3
-letter \x5527 13-16-3
-letter \x5528 125-25-4
-letter \x5529 25-3
-letter \x552A 12345-1356-4
-letter \x552B 1456-2
-letter \x552C 1235-34-4
-letter \x552D 245-16-5
-letter \x552E 24-12356-5
-letter \x552F 1246-2
-letter \x5530 24-35-3
-letter \x5531 12-1346-5
-letter \x5532 156-2
-letter \x5533 14-16-5
-letter \x5534 245-46-5
-letter \x5535 1236-4
-letter \x5536 13-346-5
-letter \x5537 356-3
-letter \x5538 1345-2345-5
-letter \x5539 1256-3
-letter \x553A 124-2345-4
-letter \x553B 14-2456-5
-letter \x553C 24-345-5
-letter \x553D 15-16-3
-letter \x553E 124-25-5
-letter \x553F 1235-34-3
-letter \x5540 26-2
-letter \x5541 1-12356-3
-letter \x5542 1345-12356-5
-letter \x5543 123-136-4
-letter \x5544 1-25-2
-letter \x5545 1-25-2
-letter \x5546 24-1346-3
-letter \x5547 145-16-2
-letter \x5548 1235-1356-5
-letter \x5549 1345-13456-2
-letter \x554A 345-3
-letter \x554B 15-246-3
-letter \x554C 15-46-3
-letter \x554D 124-123456-3
-letter \x554E 34-4
-letter \x554F 123456-5
-letter \x5550 245-1246-5
-letter \x5551 24-345-5
-letter \x5552 1235-34-3
-letter \x5553 245-16-4
-letter \x5554 245-16-4
-letter \x5555 124-146-2
-letter \x5556 145-1236-5
-letter \x5557 145-1236-5
-letter \x5558 346-5
-letter \x5559 125-156-4
-letter \x555A 145-16-2
-letter \x555B 245-1246-5
-letter \x555C 12-25-5
-letter \x555D 1235-2346-2
-letter \x555E 23456-4
-letter \x555F 245-16-4
-letter \x5560 1-2346-2
-letter \x5561 12345-356-3
-letter \x5562 14-46-4
-letter \x5563 15-2345-2
-letter \x5564 1234-16-2
-letter \x5565 24-345-2
-letter \x5566 14-345-3
-letter \x5567 125-2346-2
-letter \x5568 245-13456-3
-letter \x5569 13-35-5
-letter \x556A 1234-345-3
-letter \x556B 1-2346-4
-letter \x556C 15-2346-5
-letter \x556D 1-12456-5
-letter \x556E 1345-346-5
-letter \x556F 13-25-3
-letter \x5570 14-25-3
-letter \x5571 2345-3
-letter \x5572 145-16-5
-letter \x5573 245-45-2
-letter \x5574 124-1236-3
-letter \x5575 135-126-3
-letter \x5576 145-13456-5
-letter \x5577 14-1346-3
-letter \x5578 15-246-5
-letter \x5579 13-1256-2
-letter \x557A 124-1346-2
-letter \x557B 12-156-5
-letter \x557C 124-16-2
-letter \x557D 1236-2
-letter \x557E 13-234-3
-letter \x557F 145-1236-5
-letter \x5580 123-345-5
-letter \x5581 235-2
-letter \x5582 1246-5
-letter \x5583 1345-1236-2
-letter \x5584 24-1236-5
-letter \x5585 1256-5
-letter \x5586 1-2346-2
-letter \x5587 14-345-4
-letter \x5588 13-346-3
-letter \x5589 1235-12356-2
-letter \x558A 1235-1236-4
-letter \x558B 145-346-2
-letter \x558C 1-12356-3
-letter \x558D 12-2456-2
-letter \x558E 123-2356-3
-letter \x558F 1345-25-5
-letter \x5590 1256-5
-letter \x5591 1456-3
-letter \x5592 125-1236-2
-letter \x5593 246-3
-letter \x5594 126-3
-letter \x5595 134-2345-4
-letter \x5596 1235-34-2
-letter \x5597 256-4
-letter \x5598 12-12456-4
-letter \x5599 1235-1246-5
-letter \x559A 1235-12456-5
-letter \x559B 1235-12456-5
-letter \x559C 15-16-4
-letter \x559D 1235-2346-3
-letter \x559E 13-16-3
-letter \x559F 123-1246-5
-letter \x55A0 1-12346-4
-letter \x55A1 1246-4
-letter \x55A2 24-345-5
-letter \x55A3 15-1256-4
-letter \x55A4 1235-456-2
-letter \x55A5 145-25-2
-letter \x55A6 1345-346-5
-letter \x55A7 15-45-3
-letter \x55A8 14-46-5
-letter \x55A9 1256-5
-letter \x55AA 15-1346-3
-letter \x55AB 12-156-3
-letter \x55AC 245-246-2
-letter \x55AD 2345-5
-letter \x55AE 145-1236-3
-letter \x55AF 1234-136-3
-letter \x55B0 245-1236-3
-letter \x55B1 14-16-2
-letter \x55B2 246-3
-letter \x55B3 1-345-3
-letter \x55B4 1246-3
-letter \x55B5 134-246-3
-letter \x55B6 13456-2
-letter \x55B7 1234-136-3
-letter \x55B8 1235-25-4
-letter \x55B9 123-1246-2
-letter \x55BA 15-16-5
-letter \x55BB 1256-5
-letter \x55BC 13-346-2
-letter \x55BD 14-12356-2
-letter \x55BE 123-34-5
-letter \x55BF 125-146-5
-letter \x55C0 1235-25-5
-letter \x55C1 124-16-2
-letter \x55C2 246-2
-letter \x55C3 1235-2346-5
-letter \x55C4 345-2
-letter \x55C5 15-234-5
-letter \x55C6 245-46-5
-letter \x55C7 15-2346-5
-letter \x55C8 235-3
-letter \x55C9 15-34-5
-letter \x55CA 1235-12346-4
-letter \x55CB 15-346-2
-letter \x55CC 16-5
-letter \x55CD 15-25-3
-letter \x55CE 134-345-1
-letter \x55CF 12-345-3
-letter \x55D0 1235-2456-5
-letter \x55D1 123-2346-5
-letter \x55D2 145-345-3
-letter \x55D3 15-1346-4
-letter \x55D4 12-136-3
-letter \x55D5 1245-34-5
-letter \x55D6 15-12356-3
-letter \x55D7 35-3
-letter \x55D8 13-16-3
-letter \x55D9 1234-1346-4
-letter \x55DA 34-3
-letter \x55DB 15-2345-2
-letter \x55DC 24-156-5
-letter \x55DD 13-2346-2
-letter \x55DE 125-156-3
-letter \x55DF 13-346-3
-letter \x55E0 14-25-5
-letter \x55E1 12346-3
-letter \x55E2 35-5
-letter \x55E3 15-156-5
-letter \x55E4 12-156-3
-letter \x55E5 1235-146-2
-letter \x55E6 15-25-3
-letter \x55E7 138-23456-3-148-123456-2
-letter \x55E8 1235-2456-5
-letter \x55E9 15-25-4
-letter \x55EA 245-1456-2
-letter \x55EB 1345-346-5
-letter \x55EC 1235-2346-3
-letter \x55ED 125-156-3
-letter \x55EE 15-2456-5
-letter \x55EF 136-4
-letter \x55F0 13-2346-4
-letter \x55F1 1345-345-2
-letter \x55F2 145-346-3
-letter \x55F3 2456-5
-letter \x55F4 245-46-3
-letter \x55F5 124-12346-3
-letter \x55F6 135-16-5
-letter \x55F7 146-2
-letter \x55F8 146-2
-letter \x55F9 14-2345-2
-letter \x55FA 15-1246-3
-letter \x55FB 1-2346-5
-letter \x55FC 134-126-5
-letter \x55FD 15-12356-5
-letter \x55FE 15-12356-4
-letter \x55FF 124-1236-4
-letter \x5600 145-16-2
-letter \x5601 245-16-3
-letter \x5602 13-246-5
-letter \x5603 12-12346-3
-letter \x5604 13-246-3
-letter \x5605 123-2456-5
-letter \x5606 124-1236-5
-letter \x5607 15-1236-3
-letter \x5608 245-146-2
-letter \x5609 13-23456-3
-letter \x560A 2456-2
-letter \x560B 15-246-3
-letter \x560C 1234-246-5
-letter \x560D 14-12356-2
-letter \x560E 13-345-3
-letter \x560F 13-34-4
-letter \x5610 15-246-3
-letter \x5611 1235-34-3
-letter \x5612 1235-1246-5
-letter \x5613 13-25-3
-letter \x5614 12356-4
-letter \x5615 15-2345-3
-letter \x5616 125-2346-2
-letter \x5617 12-1346-2
-letter \x5618 15-1256-3
-letter \x5619 1234-126-2
-letter \x561A 145-2346-2
-letter \x561B 134-345-1
-letter \x561C 134-345-5
-letter \x561D 1235-34-2
-letter \x561E 14-356-4
-letter \x561F 145-34-3
-letter \x5620 13-345-3
-letter \x5621 124-1346-3
-letter \x5622 346-4
-letter \x5623 135-1356-3
-letter \x5624 13456-3
-letter \x5625 15-2456-3
-letter \x5626 13-246-5
-letter \x5627 134-16-5
-letter \x5628 15-246-5
-letter \x5629 1235-35-2
-letter \x562A 134-2456-4
-letter \x562B 1245-1236-2
-letter \x562C 125-25-3
-letter \x562D 1234-1356-3
-letter \x562E 14-146-2
-letter \x562F 15-246-5
-letter \x5630 13-16-3
-letter \x5631 1-34-4
-letter \x5632 12-146-2
-letter \x5633 13-1246-5
-letter \x5634 125-1246-4
-letter \x5635 15-246-3
-letter \x5636 15-156-3
-letter \x5637 1235-146-2
-letter \x5638 34-4
-letter \x5639 14-246-2
-letter \x563A 245-246-2
-letter \x563B 15-16-3
-letter \x563C 15-234-5
-letter \x563D 124-1236-3
-letter \x563E 124-1236-2
-letter \x563F 1235-356-3
-letter \x5640 15-256-5
-letter \x5641 2346-4
-letter \x5642 125-123456-4
-letter \x5643 12345-1236-3
-letter \x5644 12-156-3
-letter \x5645 1235-1246-3
-letter \x5646 245-1236-4
-letter \x5647 12-456-2
-letter \x5648 245-34-5
-letter \x5649 145-1236-5
-letter \x564A 1256-5
-letter \x564B 124-123456-3
-letter \x564C 245-1356-3
-letter \x564D 13-246-5
-letter \x564E 346-3
-letter \x564F 15-16-3
-letter \x5650 245-16-5
-letter \x5651 1235-146-2
-letter \x5652 14-2345-2
-letter \x5653 15-1256-3
-letter \x5654 145-1356-3
-letter \x5655 1235-1246-3
-letter \x5656 1456-2
-letter \x5657 1234-34-3
-letter \x5658 13-236-3
-letter \x5659 245-1456-2
-letter \x565A 15-256-2
-letter \x565B 1345-346-5
-letter \x565C 14-34-3
-letter \x565D 15-156-3
-letter \x565E 2345-4
-letter \x565F 13456-5
-letter \x5660 145-345-2
-letter \x5661 1-1236-3
-letter \x5662 12356-1
-letter \x5663 1-12356-5
-letter \x5664 13-1456-5
-letter \x5665 1345-12346-2
-letter \x5666 1235-1246-5
-letter \x5667 15-346-5
-letter \x5668 245-16-5
-letter \x5669 2346-5
-letter \x566A 125-146-5
-letter \x566B 16-3
-letter \x566C 24-156-5
-letter \x566D 13-246-5
-letter \x566E 45-5
-letter \x566F 2456-5
-letter \x5670 235-3
-letter \x5671 15-236-3
-letter \x5672 123-2356-5
-letter \x5673 1256-4
-letter \x5674 1234-136-3
-letter \x5675 145-146-5
-letter \x5676 13-345-2
-letter \x5677 15-1456-3
-letter \x5678 145-123456-5
-letter \x5679 145-1346-3
-letter \x567A 15-1456-3
-letter \x567B 15-2456-3
-letter \x567C 1234-16-3
-letter \x567D 1234-16-4
-letter \x567E 1456-3
-letter \x567F 125-1246-4
-letter \x5680 1345-13456-2
-letter \x5681 145-16-2
-letter \x5682 14-1236-5
-letter \x5683 124-345-5
-letter \x5684 1235-25-5
-letter \x5685 1245-34-2
-letter \x5686 1235-146-3
-letter \x5687 15-23456-5
-letter \x5688 23456-5
-letter \x5689 145-25-3
-letter \x568A 15-16-5
-letter \x568B 12-12356-2
-letter \x568C 13-16-5
-letter \x568D 13-1456-5
-letter \x568E 1235-146-2
-letter \x568F 124-16-5
-letter \x5690 12-1346-2
-letter \x5691 15-256-3
-letter \x5692 134-2346-1
-letter \x5693 245-345-3
-letter \x5694 124-16-5
-letter \x5695 14-34-3
-letter \x5696 1235-1246-5
-letter \x5697 135-126-3
-letter \x5698 234-3
-letter \x5699 1345-346-5
-letter \x569A 1456-2
-letter \x569B 1235-34-5
-letter \x569C 134-2346-1
-letter \x569D 1235-456-3
-letter \x569E 1-2346-2
-letter \x569F 14-16-2
-letter \x56A0 14-234-2
-letter \x56A1 1235-2456-3
-letter \x56A2 1345-1346-2
-letter \x56A3 15-246-3
-letter \x56A4 134-126-2
-letter \x56A5 2345-5
-letter \x56A6 14-16-5
-letter \x56A7 14-34-2
-letter \x56A8 14-12346-2
-letter \x56A9 12345-34-2
-letter \x56AA 145-1236-5
-letter \x56AB 12-136-5
-letter \x56AC 1234-1456-2
-letter \x56AD 1234-16-4
-letter \x56AE 15-46-5
-letter \x56AF 1235-25-5
-letter \x56B0 134-126-2
-letter \x56B1 15-16-5
-letter \x56B2 145-25-4
-letter \x56B3 123-34-5
-letter \x56B4 2345-2
-letter \x56B5 12-1236-2
-letter \x56B6 13456-3
-letter \x56B7 1245-1346-4
-letter \x56B8 145-2345-4
-letter \x56B9 14-345-3
-letter \x56BA 124-345-5
-letter \x56BB 15-246-3
-letter \x56BC 13-236-2
-letter \x56BD 12-25-5
-letter \x56BE 1235-12456-3
-letter \x56BF 1235-25-5
-letter \x56C0 1-12456-4
-letter \x56C1 1345-346-5
-letter \x56C2 15-246-3
-letter \x56C3 245-345-5
-letter \x56C4 14-16-2
-letter \x56C5 12-1236-4
-letter \x56C6 12-2456-5
-letter \x56C7 14-16-5
-letter \x56C8 16-5
-letter \x56C9 14-25-3
-letter \x56CA 1345-1346-2
-letter \x56CB 125-1236-5
-letter \x56CC 15-34-3
-letter \x56CD 15-16-4
-letter \x56CE 12345-136-5
-letter \x56CF 13-2345-3
-letter \x56D0 125-345-2
-letter \x56D1 1-34-4
-letter \x56D2 14-1236-2
-letter \x56D3 1345-346-5
-letter \x56D4 1345-1346-3
-letter \x56D5 14-345-2
-letter \x56D6 14-25-2
-letter \x56D7 1246-2
-letter \x56D8 1235-1246-2
-letter \x56D9 1456-3
-letter \x56DA 245-234-2
-letter \x56DB 15-156-5
-letter \x56DC 1345-1456-2
-letter \x56DD 13-2345-4
-letter \x56DE 1235-1246-2
-letter \x56DF 15-1456-5
-letter \x56E0 1456-3
-letter \x56E1 1345-1236-3
-letter \x56E2 124-12456-2
-letter \x56E3 124-12456-2
-letter \x56E4 124-123456-2
-letter \x56E5 123-1346-5
-letter \x56E6 45-3
-letter \x56E7 13-235-4
-letter \x56E8 1234-2345-3
-letter \x56E9 256-5
-letter \x56EA 245-12346-3
-letter \x56EB 1235-34-2
-letter \x56EC 1235-1246-2
-letter \x56ED 45-2
-letter \x56EE 2346-2
-letter \x56EF 13-25-2
-letter \x56F0 123-123456-5
-letter \x56F1 245-12346-3
-letter \x56F2 1246-2
-letter \x56F3 124-34-2
-letter \x56F4 1246-2
-letter \x56F5 14-123456-2
-letter \x56F6 13-25-2
-letter \x56F7 13-256-3
-letter \x56F8 1245-156-5
-letter \x56F9 14-13456-2
-letter \x56FA 13-34-5
-letter \x56FB 13-25-2
-letter \x56FC 124-2456-3
-letter \x56FD 13-25-2
-letter \x56FE 124-34-2
-letter \x56FF 234-5
-letter \x5700 13-25-2
-letter \x5701 1456-2
-letter \x5702 1235-123456-5
-letter \x5703 1234-34-4
-letter \x5704 1256-4
-letter \x5705 1235-1236-2
-letter \x5706 45-2
-letter \x5707 14-123456-2
-letter \x5708 245-45-3
-letter \x5709 1256-4
-letter \x570A 245-13456-3
-letter \x570B 13-25-2
-letter \x570C 12-1246-2
-letter \x570D 1246-2
-letter \x570E 45-2
-letter \x570F 245-45-3
-letter \x5710 123-34-3
-letter \x5711 12345-34-5
-letter \x5712 45-2
-letter \x5713 45-2
-letter \x5714 2346-5
-letter \x5715 123-12456-4
-letter \x5716 124-34-2
-letter \x5717 124-34-2
-letter \x5718 124-12456-2
-letter \x5719 14-236-5
-letter \x571A 1235-1246-5
-letter \x571B 16-5
-letter \x571C 1235-12456-2
-letter \x571D 14-12456-2
-letter \x571E 14-12456-2
-letter \x571F 124-34-4
-letter \x5720 23456-5
-letter \x5721 124-34-4
-letter \x5722 124-13456-4
-letter \x5723 24-1356-5
-letter \x5724 1234-34-2
-letter \x5725 14-34-5
-letter \x5726 123-2356-5
-letter \x5727 23456-3
-letter \x5728 125-2456-5
-letter \x5729 15-1256-3
-letter \x572A 13-2346-3
-letter \x572B 1256-5
-letter \x572C 34-3
-letter \x572D 13-1246-3
-letter \x572E 1234-16-4
-letter \x572F 16-2
-letter \x5730 145-16-5
-letter \x5731 245-2345-3
-letter \x5732 245-2345-3
-letter \x5733 1-136-5
-letter \x5734 1-25-2
-letter \x5735 145-1346-5
-letter \x5736 245-23456-5
-letter \x5737 15-46-5
-letter \x5738 24-1236-3
-letter \x5739 123-456-5
-letter \x573A 12-1346-4
-letter \x573B 245-16-2
-letter \x573C 1345-346-5
-letter \x573D 134-126-5
-letter \x573E 15-2346-5
-letter \x573F 13-23456-2
-letter \x5740 1-156-4
-letter \x5741 1-156-4
-letter \x5742 135-1236-4
-letter \x5743 15-256-3
-letter \x5744 124-12356-2
-letter \x5745 245-1456-4
-letter \x5746 12345-136-2
-letter \x5747 13-256-3
-letter \x5748 123-1356-3
-letter \x5749 124-123456-2
-letter \x574A 12345-1346-3
-letter \x574B 12345-136-5
-letter \x574C 135-136-5
-letter \x574D 124-1236-3
-letter \x574E 123-1236-4
-letter \x574F 1234-356-2
-letter \x5750 125-25-5
-letter \x5751 123-1356-3
-letter \x5752 135-16-5
-letter \x5753 15-13456-2
-letter \x5754 145-16-5
-letter \x5755 13-13456-3
-letter \x5756 13-16-5
-letter \x5757 123-2356-5
-letter \x5758 145-16-4
-letter \x5759 13-13456-3
-letter \x575A 13-2345-3
-letter \x575B 124-1236-2
-letter \x575C 14-16-5
-letter \x575D 135-345-5
-letter \x575E 34-5
-letter \x575F 12345-136-2
-letter \x5760 1-1246-5
-letter \x5761 1234-126-3
-letter \x5762 1234-1236-4
-letter \x5763 124-1346-2
-letter \x5764 123-123456-3
-letter \x5765 245-1256-3
-letter \x5766 124-1236-4
-letter \x5767 1-156-3
-letter \x5768 124-25-2
-letter \x5769 13-1236-3
-letter \x576A 1234-13456-2
-letter \x576B 145-2345-5
-letter \x576C 13-35-5
-letter \x576D 1345-16-2
-letter \x576E 124-2456-2
-letter \x576F 1234-356-3
-letter \x5770 13-235-3
-letter \x5771 46-4
-letter \x5772 12345-126-2
-letter \x5773 146-3
-letter \x5774 14-34-5
-letter \x5775 245-234-3
-letter \x5776 134-34-5
-letter \x5777 123-2346-4
-letter \x5778 13-12356-5
-letter \x5779 15-236-5
-letter \x577A 135-345-2
-letter \x577B 12-156-2
-letter \x577C 12-2346-5
-letter \x577D 14-13456-2
-letter \x577E 1-34-5
-letter \x577F 12345-34-5
-letter \x5780 1235-34-3
-letter \x5781 1-156-5
-letter \x5782 12-1246-2
-letter \x5783 14-2346-5
-letter \x5784 14-12346-4
-letter \x5785 14-12346-4
-letter \x5786 14-34-2
-letter \x5787 146-5
-letter \x5788 145-2456-5
-letter \x5789 1234-146-2
-letter \x578A 1345-1456-2
-letter \x578B 15-13456-2
-letter \x578C 124-12346-5
-letter \x578D 13-16-5
-letter \x578E 123-2346-5
-letter \x578F 14-34-5
-letter \x5790 245-156-2
-letter \x5791 12-156-4
-letter \x5792 14-356-4
-letter \x5793 13-2456-3
-letter \x5794 1456-3
-letter \x5795 1235-12356-5
-letter \x5796 145-1246-3
-letter \x5797 1-146-5
-letter \x5798 12345-34-2
-letter \x5799 13-456-3
-letter \x579A 246-2
-letter \x579B 145-25-5
-letter \x579C 145-25-4
-letter \x579D 13-1246-4
-letter \x579E 12-345-2
-letter \x579F 46-2
-letter \x57A0 1456-2
-letter \x57A1 12345-345-2
-letter \x57A2 13-12356-5
-letter \x57A3 45-2
-letter \x57A4 145-346-2
-letter \x57A5 15-346-2
-letter \x57A6 123-136-4
-letter \x57A7 24-1346-4
-letter \x57A8 24-12356-4
-letter \x57A9 2346-5
-letter \x57AA 135-1456-5
-letter \x57AB 145-2345-5
-letter \x57AC 1235-12346-2
-letter \x57AD 23456-5
-letter \x57AE 123-35-4
-letter \x57AF 145-345-4
-letter \x57B0 124-345-4
-letter \x57B1 145-1346-5
-letter \x57B2 123-2456-4
-letter \x57B3 1234-1346-2
-letter \x57B4 1345-146-4
-letter \x57B5 1236-3
-letter \x57B6 15-13456-3
-letter \x57B7 15-2345-5
-letter \x57B8 1235-12456-2
-letter \x57B9 135-1346-3
-letter \x57BA 12345-34-2
-letter \x57BB 135-345-5
-letter \x57BC 16-5
-letter \x57BD 1456-5
-letter \x57BE 1235-1236-5
-letter \x57BF 15-1256-5
-letter \x57C0 12-1246-2
-letter \x57C1 245-136-2
-letter \x57C2 13-1356-4
-letter \x57C3 2456-3
-letter \x57C4 1234-1356-2
-letter \x57C5 12345-1346-2
-letter \x57C6 245-236-5
-letter \x57C7 235-4
-letter \x57C8 15-256-5
-letter \x57C9 13-23456-2
-letter \x57CA 145-16-5
-letter \x57CB 134-2456-2
-letter \x57CC 14-1346-5
-letter \x57CD 15-45-5
-letter \x57CE 12-1356-2
-letter \x57CF 2345-2
-letter \x57D0 13-1456-3
-letter \x57D1 1-2346-2
-letter \x57D2 14-346-5
-letter \x57D3 14-346-5
-letter \x57D4 1234-34-4
-letter \x57D5 12-1356-2
-letter \x57D6 12345-345-3
-letter \x57D7 135-34-5
-letter \x57D8 24-156-2
-letter \x57D9 15-256-3
-letter \x57DA 13-25-3
-letter \x57DB 13-235-3
-letter \x57DC 346-4
-letter \x57DD 1345-2345-5
-letter \x57DE 145-16-4
-letter \x57DF 1256-5
-letter \x57E0 135-34-5
-letter \x57E1 23456-5
-letter \x57E2 13-45-4
-letter \x57E3 15-1246-5
-letter \x57E4 1234-16-2
-letter \x57E5 12-1356-3
-letter \x57E6 12456-4
-letter \x57E7 13-1256-5
-letter \x57E8 14-123456-2
-letter \x57E9 1-1356-3
-letter \x57EA 123-12346-3
-letter \x57EB 12-12346-4
-letter \x57EC 145-12346-3
-letter \x57ED 145-2456-5
-letter \x57EE 124-1236-5
-letter \x57EF 1236-4
-letter \x57F0 245-2456-5
-letter \x57F1 24-34-2
-letter \x57F2 135-1356-4
-letter \x57F3 123-1236-4
-letter \x57F4 1-156-2
-letter \x57F5 145-25-4
-letter \x57F6 16-5
-letter \x57F7 1-156-2
-letter \x57F8 16-5
-letter \x57F9 1234-356-2
-letter \x57FA 13-16-3
-letter \x57FB 1-123456-4
-letter \x57FC 245-16-2
-letter \x57FD 15-146-5
-letter \x57FE 13-1256-5
-letter \x57FF 1345-16-2
-letter \x5800 123-34-3
-letter \x5801 123-2346-4
-letter \x5802 124-1346-2
-letter \x5803 123-123456-3
-letter \x5804 1345-16-2
-letter \x5805 13-2345-3
-letter \x5806 145-1246-3
-letter \x5807 13-1456-4
-letter \x5808 13-1346-3
-letter \x5809 1256-5
-letter \x580A 2346-5
-letter \x580B 1234-1356-2
-letter \x580C 13-34-5
-letter \x580D 124-34-5
-letter \x580E 14-13456-2
-letter \x580F 12345-1346-3
-letter \x5810 23456-2
-letter \x5811 245-2345-5
-letter \x5812 123-123456-3
-letter \x5813 1236-5
-letter \x5814 24-1356-3
-letter \x5815 145-25-5
-letter \x5816 1345-146-4
-letter \x5817 124-34-3
-letter \x5818 12-1356-2
-letter \x5819 1456-3
-letter \x581A 1235-123456-2
-letter \x581B 135-16-5
-letter \x581C 14-2345-5
-letter \x581D 13-25-3
-letter \x581E 145-346-2
-letter \x581F 1-12456-5
-letter \x5820 1235-12356-5
-letter \x5821 135-146-4
-letter \x5822 135-146-4
-letter \x5823 1256-2
-letter \x5824 124-16-2
-letter \x5825 134-12356-2
-letter \x5826 13-346-3
-letter \x5827 1245-12456-2
-letter \x5828 346-5
-letter \x5829 13-1356-5
-letter \x582A 123-1236-3
-letter \x582B 125-12346-3
-letter \x582C 1256-2
-letter \x582D 1235-456-2
-letter \x582E 2346-5
-letter \x582F 246-2
-letter \x5830 2345-5
-letter \x5831 135-146-5
-letter \x5832 13-16-2
-letter \x5833 134-356-2
-letter \x5834 12-1346-4
-letter \x5835 145-34-4
-letter \x5836 124-25-2
-letter \x5837 1456-5
-letter \x5838 12345-1356-2
-letter \x5839 1-12346-5
-letter \x583A 13-346-5
-letter \x583B 1-136-3
-letter \x583C 12345-1356-3
-letter \x583D 13-1346-3
-letter \x583E 12-12456-4
-letter \x583F 13-2345-4
-letter \x5840 1234-13456-2
-letter \x5841 14-356-4
-letter \x5842 15-46-5
-letter \x5843 1235-456-3
-letter \x5844 14-1356-2
-letter \x5845 145-12456-5
-letter \x5846 12456-3
-letter \x5847 15-45-3
-letter \x5848 13-16-5
-letter \x5849 13-16-2
-letter \x584A 123-2356-5
-letter \x584B 13456-2
-letter \x584C 124-345-3
-letter \x584D 12-1356-2
-letter \x584E 235-4
-letter \x584F 123-2456-4
-letter \x5850 15-34-5
-letter \x5851 15-34-5
-letter \x5852 24-156-2
-letter \x5853 134-16-5
-letter \x5854 124-345-4
-letter \x5855 12346-4
-letter \x5856 12-1356-2
-letter \x5857 124-34-2
-letter \x5858 124-1346-2
-letter \x5859 245-236-5
-letter \x585A 1-12346-4
-letter \x585B 14-16-5
-letter \x585C 1234-1356-2
-letter \x585D 135-1346-5
-letter \x585E 15-2456-5
-letter \x585F 125-1346-5
-letter \x5860 145-1246-3
-letter \x5861 124-2345-2
-letter \x5862 34-5
-letter \x5863 12-1356-4
-letter \x5864 15-256-3
-letter \x5865 13-2346-2
-letter \x5866 1-136-5
-letter \x5867 2456-5
-letter \x5868 13-12346-3
-letter \x5869 2345-2
-letter \x586A 123-1236-4
-letter \x586B 124-2345-2
-letter \x586C 45-2
-letter \x586D 123456-3
-letter \x586E 15-346-5
-letter \x586F 14-234-5
-letter \x5870 1235-2456-4
-letter \x5871 14-1346-4
-letter \x5872 12-1346-4
-letter \x5873 1234-1356-2
-letter \x5874 135-1356-5
-letter \x5875 12-136-2
-letter \x5876 14-34-5
-letter \x5877 14-34-4
-letter \x5878 12356-4
-letter \x5879 245-2345-5
-letter \x587A 134-356-2
-letter \x587B 134-126-5
-letter \x587C 1-12456-3
-letter \x587D 24-456-4
-letter \x587E 24-34-2
-letter \x587F 14-12356-4
-letter \x5880 12-156-2
-letter \x5881 134-1236-5
-letter \x5882 135-246-3
-letter \x5883 13-13456-5
-letter \x5884 245-16-3
-letter \x5885 24-34-5
-letter \x5886 145-16-5
-letter \x5887 1-1346-5
-letter \x5888 123-1236-5
-letter \x5889 235-3
-letter \x588A 145-2345-5
-letter \x588B 12-136-4
-letter \x588C 1-156-3
-letter \x588D 15-16-5
-letter \x588E 13-25-3
-letter \x588F 245-46-4
-letter \x5890 13-1456-5
-letter \x5891 145-16-3
-letter \x5892 24-1346-3
-letter \x5893 134-34-5
-letter \x5894 245-1246-3
-letter \x5895 2345-5
-letter \x5896 124-345-4
-letter \x5897 125-1356-3
-letter \x5898 245-16-2
-letter \x5899 245-46-2
-letter \x589A 14-46-2
-letter \x589B 1246-5
-letter \x589C 1-1246-5
-letter \x589D 245-246-3
-letter \x589E 125-1356-3
-letter \x589F 15-1256-3
-letter \x58A0 24-1236-5
-letter \x58A1 24-1236-5
-letter \x58A2 135-345-2
-letter \x58A3 1234-34-2
-letter \x58A4 123-2356-5
-letter \x58A5 145-12346-4
-letter \x58A6 12345-1236-2
-letter \x58A7 245-236-5
-letter \x58A8 134-126-5
-letter \x58A9 145-123456-3
-letter \x58AA 145-123456-3
-letter \x58AB 125-123456-3
-letter \x58AC 145-16-5
-letter \x58AD 24-1356-5
-letter \x58AE 145-25-5
-letter \x58AF 145-25-5
-letter \x58B0 124-1236-2
-letter \x58B1 145-1356-5
-letter \x58B2 34-4
-letter \x58B3 12345-136-2
-letter \x58B4 1235-456-2
-letter \x58B5 124-1236-2
-letter \x58B6 145-345-3
-letter \x58B7 346-5
-letter \x58B8 1-34-5
-letter \x58B9 13-2345-5
-letter \x58BA 146-5
-letter \x58BB 245-46-2
-letter \x58BC 13-16-3
-letter \x58BD 245-246-3
-letter \x58BE 123-136-4
-letter \x58BF 16-5
-letter \x58C0 1234-16-2
-letter \x58C1 135-16-5
-letter \x58C2 145-2345-5
-letter \x58C3 13-46-3
-letter \x58C4 346-4
-letter \x58C5 235-3
-letter \x58C6 15-236-2
-letter \x58C7 124-1236-2
-letter \x58C8 14-1236-4
-letter \x58C9 13-1256-5
-letter \x58CA 1235-2356-5
-letter \x58CB 145-1346-5
-letter \x58CC 1245-1346-4
-letter \x58CD 245-2345-5
-letter \x58CE 15-256-3
-letter \x58CF 1235-1236-4
-letter \x58D0 15-16-4
-letter \x58D1 1235-25-5
-letter \x58D2 2456-5
-letter \x58D3 23456-3
-letter \x58D4 145-146-4
-letter \x58D5 1235-146-2
-letter \x58D6 1245-12456-2
-letter \x58D7 13-1456-5
-letter \x58D8 14-356-4
-letter \x58D9 123-456-5
-letter \x58DA 14-34-2
-letter \x58DB 2345-2
-letter \x58DC 124-1236-2
-letter \x58DD 1246-4
-letter \x58DE 1235-2356-5
-letter \x58DF 14-12346-4
-letter \x58E0 14-12346-4
-letter \x58E1 1245-1246-5
-letter \x58E2 14-16-5
-letter \x58E3 14-1456-2
-letter \x58E4 1245-1346-4
-letter \x58E5 12-1236-2
-letter \x58E6 15-256-3
-letter \x58E7 2345-2
-letter \x58E8 14-356-2
-letter \x58E9 135-345-5
-letter \x58EA 12456-3
-letter \x58EB 24-156-5
-letter \x58EC 1245-136-2
-letter \x58ED 15-1236-3
-letter \x58EE 1-456-5
-letter \x58EF 1-456-5
-letter \x58F0 24-1356-3
-letter \x58F1 16-3
-letter \x58F2 134-2456-5
-letter \x58F3 123-2346-2
-letter \x58F4 1-34-4
-letter \x58F5 1-456-5
-letter \x58F6 12345-34-2
-letter \x58F7 1235-34-2
-letter \x58F8 123-123456-4
-letter \x58F9 16-3
-letter \x58FA 1235-34-2
-letter \x58FB 15-1256-5
-letter \x58FC 123-123456-4
-letter \x58FD 24-12356-5
-letter \x58FE 134-1346-4
-letter \x58FF 245-123456-2
-letter \x5900 24-12356-5
-letter \x5901 16-3
-letter \x5902 1-156-4
-letter \x5903 13-34-3
-letter \x5904 12-34-5
-letter \x5905 13-46-5
-letter \x5906 12345-1356-2
-letter \x5907 135-356-5
-letter \x5908 1-2456-3
-letter \x5909 135-2345-5
-letter \x590A 15-1246-3
-letter \x590B 245-256-3
-letter \x590C 14-13456-2
-letter \x590D 12345-34-5
-letter \x590E 125-25-5
-letter \x590F 15-23456-5
-letter \x5910 15-235-5
-letter \x5911 15-346-5
-letter \x5912 1345-146-2
-letter \x5913 15-23456-5
-letter \x5914 123-1246-2
-letter \x5915 15-16-5
-letter \x5916 2356-5
-letter \x5917 45-5
-letter \x5918 134-146-4
-letter \x5919 15-34-5
-letter \x591A 145-25-3
-letter \x591B 145-25-3
-letter \x591C 346-5
-letter \x591D 245-13456-2
-letter \x591E 12356-2
-letter \x591F 13-12356-5
-letter \x5920 13-12356-5
-letter \x5921 245-16-5
-letter \x5922 134-1356-5
-letter \x5923 134-1356-5
-letter \x5924 1456-2
-letter \x5925 1235-25-4
-letter \x5926 12-136-5
-letter \x5927 145-345-5
-letter \x5928 125-2346-5
-letter \x5929 124-2345-3
-letter \x592A 124-2456-5
-letter \x592B 12345-34-3
-letter \x592C 13-2356-5
-letter \x592D 246-3
-letter \x592E 46-3
-letter \x592F 1235-1346-3
-letter \x5930 13-146-4
-letter \x5931 24-156-3
-letter \x5932 135-136-4
-letter \x5933 124-2456-5
-letter \x5934 124-12356-2
-letter \x5935 2345-4
-letter \x5936 135-16-4
-letter \x5937 16-2
-letter \x5938 123-35-3
-letter \x5939 13-23456-2
-letter \x593A 145-25-2
-letter \x593B 1235-35-5
-letter \x593C 13-456-4
-letter \x593D 256-5
-letter \x593E 13-23456-2
-letter \x593F 1234-345-3
-letter \x5940 136-3
-letter \x5941 14-2345-2
-letter \x5942 1235-12456-5
-letter \x5943 145-16-5
-letter \x5944 2345-4
-letter \x5945 1234-146-5
-letter \x5946 245-45-4
-letter \x5947 245-16-2
-letter \x5948 1345-2456-5
-letter \x5949 12345-1356-5
-letter \x594A 15-346-2
-letter \x594B 12345-136-5
-letter \x594C 145-2345-4
-letter \x594D 246-4
-letter \x594E 123-1246-2
-letter \x594F 125-12356-5
-letter \x5950 1235-12456-5
-letter \x5951 245-16-5
-letter \x5952 123-2456-3
-letter \x5953 24-2346-3
-letter \x5954 135-136-3
-letter \x5955 16-5
-letter \x5956 13-46-4
-letter \x5957 124-146-5
-letter \x5958 125-1346-5
-letter \x5959 135-136-4
-letter \x595A 15-16-3
-letter \x595B 15-46-4
-letter \x595C 12345-356-4
-letter \x595D 145-246-3
-letter \x595E 15-256-5
-letter \x595F 123-1356-3
-letter \x5960 145-2345-5
-letter \x5961 146-5
-letter \x5962 24-2346-3
-letter \x5963 12346-4
-letter \x5964 1234-1236-4
-letter \x5965 146-5
-letter \x5966 34-5
-letter \x5967 146-5
-letter \x5968 13-46-4
-letter \x5969 14-2345-2
-letter \x596A 145-25-2
-letter \x596B 256-3
-letter \x596C 13-46-4
-letter \x596D 24-156-5
-letter \x596E 12345-136-5
-letter \x596F 1235-25-5
-letter \x5970 135-356-5
-letter \x5971 14-2345-2
-letter \x5972 145-25-2
-letter \x5973 1345-1256-4
-letter \x5974 1345-34-2
-letter \x5975 145-13456-3
-letter \x5976 1345-2456-4
-letter \x5977 245-2345-3
-letter \x5978 13-2345-3
-letter \x5979 1248-345-3
-letter \x597A 13-234-4
-letter \x597B 1345-1236-2
-letter \x597C 12-345-5
-letter \x597D 1235-146-4
-letter \x597E 15-2345-3
-letter \x597F 12345-1236-5
-letter \x5980 13-16-4
-letter \x5981 24-25-5
-letter \x5982 1245-34-2
-letter \x5983 12345-356-3
-letter \x5984 456-5
-letter \x5985 1235-12346-2
-letter \x5986 1-456-3
-letter \x5987 12345-34-5
-letter \x5988 134-345-3
-letter \x5989 145-1236-3
-letter \x598A 1245-136-5
-letter \x598B 12345-34-3
-letter \x598C 13-13456-5
-letter \x598D 2345-2
-letter \x598E 1235-2456-5
-letter \x598F 123456-5
-letter \x5990 1-12346-3
-letter \x5991 1234-345-3
-letter \x5992 145-34-5
-letter \x5993 13-16-5
-letter \x5994 123-1356-3
-letter \x5995 1-12346-5
-letter \x5996 246-3
-letter \x5997 13-1456-5
-letter \x5998 256-2
-letter \x5999 134-246-5
-letter \x599A 1234-356-3
-letter \x599B 12-156-3
-letter \x599C 236-5
-letter \x599D 1-456-3
-letter \x599E 1345-234-3
-letter \x599F 2345-5
-letter \x59A0 1345-345-5
-letter \x59A1 15-1456-3
-letter \x59A2 12345-136-2
-letter \x59A3 135-16-4
-letter \x59A4 1256-2
-letter \x59A5 124-25-4
-letter \x59A6 12345-1356-3
-letter \x59A7 45-2
-letter \x59A8 12345-1346-2
-letter \x59A9 34-4
-letter \x59AA 1256-5
-letter \x59AB 13-1246-3
-letter \x59AC 145-34-5
-letter \x59AD 135-345-2
-letter \x59AE 1345-16-2
-letter \x59AF 1-12356-2
-letter \x59B0 1-25-2
-letter \x59B1 1-146-3
-letter \x59B2 145-345-2
-letter \x59B3 13458-16-4
-letter \x59B4 45-5
-letter \x59B5 124-12356-4
-letter \x59B6 15-45-2
-letter \x59B7 1-156-2
-letter \x59B8 2346-3
-letter \x59B9 134-356-5
-letter \x59BA 134-126-5
-letter \x59BB 245-16-3
-letter \x59BC 135-16-5
-letter \x59BD 24-136-3
-letter \x59BE 245-346-5
-letter \x59BF 2346-3
-letter \x59C0 1235-2346-2
-letter \x59C1 15-1256-4
-letter \x59C2 12345-345-2
-letter \x59C3 1-1356-3
-letter \x59C4 134-1456-2
-letter \x59C5 135-1236-5
-letter \x59C6 134-34-4
-letter \x59C7 12345-34-3
-letter \x59C8 14-13456-2
-letter \x59C9 125-156-4
-letter \x59CA 13-346-4
-letter \x59CB 24-156-4
-letter \x59CC 1245-1236-4
-letter \x59CD 24-1236-3
-letter \x59CE 46-3
-letter \x59CF 1345-1236-2
-letter \x59D0 13-346-4
-letter \x59D1 13-34-3
-letter \x59D2 15-156-5
-letter \x59D3 15-13456-5
-letter \x59D4 1246-4
-letter \x59D5 125-156-3
-letter \x59D6 13-1256-5
-letter \x59D7 24-1236-3
-letter \x59D8 1234-1456-3
-letter \x59D9 1245-136-5
-letter \x59DA 246-2
-letter \x59DB 124-12346-4
-letter \x59DC 13-46-3
-letter \x59DD 24-34-3
-letter \x59DE 13-16-2
-letter \x59DF 13-2456-3
-letter \x59E0 24-1346-5
-letter \x59E1 1235-35-2
-letter \x59E2 13-45-3
-letter \x59E3 13-246-4
-letter \x59E4 13-12356-5
-letter \x59E5 14-146-4
-letter \x59E6 13-2345-3
-letter \x59E7 13-2345-3
-letter \x59E8 16-2
-letter \x59E9 1345-2345-5
-letter \x59EA 1-156-2
-letter \x59EB 1-136-4
-letter \x59EC 13-16-3
-letter \x59ED 15-2345-5
-letter \x59EE 1235-1356-2
-letter \x59EF 13-456-3
-letter \x59F0 13-256-3
-letter \x59F1 123-35-3
-letter \x59F2 2345-5
-letter \x59F3 134-13456-4
-letter \x59F4 14-346-5
-letter \x59F5 1234-356-5
-letter \x59F6 2346-5
-letter \x59F7 234-5
-letter \x59F8 2345-2
-letter \x59F9 12-345-5
-letter \x59FA 15-2345-4
-letter \x59FB 1456-3
-letter \x59FC 24-156-2
-letter \x59FD 13-1246-4
-letter \x59FE 245-45-3
-letter \x59FF 125-156-3
-letter \x5A00 15-12346-3
-letter \x5A01 1246-3
-letter \x5A02 1235-12346-2
-letter \x5A03 35-2
-letter \x5A04 14-12356-2
-letter \x5A05 23456-5
-letter \x5A06 1245-146-2
-letter \x5A07 13-246-3
-letter \x5A08 14-12456-2
-letter \x5A09 1234-13456-3
-letter \x5A0A 15-2345-5
-letter \x5A0B 24-146-5
-letter \x5A0C 14-16-4
-letter \x5A0D 12-1356-2
-letter \x5A0E 15-246-5
-letter \x5A0F 134-1346-2
-letter \x5A10 12345-34-3
-letter \x5A11 15-25-3
-letter \x5A12 34-4
-letter \x5A13 1246-4
-letter \x5A14 123-2346-5
-letter \x5A15 14-2456-5
-letter \x5A16 12-25-5
-letter \x5A17 124-13456-4
-letter \x5A18 1345-46-2
-letter \x5A19 15-13456-2
-letter \x5A1A 1345-1236-2
-letter \x5A1B 1256-2
-letter \x5A1C 1345-345-5
-letter \x5A1D 1234-356-3
-letter \x5A1E 15-1246-3
-letter \x5A1F 13-45-3
-letter \x5A20 24-136-3
-letter \x5A21 1-156-5
-letter \x5A22 1235-1236-2
-letter \x5A23 145-16-5
-letter \x5A24 1-456-3
-letter \x5A25 2346-2
-letter \x5A26 1234-1456-2
-letter \x5A27 124-1246-5
-letter \x5A28 1235-1236-5
-letter \x5A29 134-2345-4
-letter \x5A2A 34-2
-letter \x5A2B 2345-2
-letter \x5A2C 34-4
-letter \x5A2D 15-16-3
-letter \x5A2E 2345-2
-letter \x5A2F 1256-2
-letter \x5A30 15-156-5
-letter \x5A31 1256-2
-letter \x5A32 35-3
-letter \x5A33 14-16-5
-letter \x5A34 15-2345-2
-letter \x5A35 13-1256-3
-letter \x5A36 245-1256-4
-letter \x5A37 24-1246-5
-letter \x5A38 245-16-3
-letter \x5A39 15-2345-2
-letter \x5A3A 1-1246-3
-letter \x5A3B 145-12346-3
-letter \x5A3C 12-1346-3
-letter \x5A3D 14-34-5
-letter \x5A3E 2456-4
-letter \x5A3F 2346-3
-letter \x5A40 2346-3
-letter \x5A41 14-12356-2
-letter \x5A42 134-2345-2
-letter \x5A43 245-12346-2
-letter \x5A44 1234-12356-4
-letter \x5A45 13-1256-2
-letter \x5A46 1234-126-2
-letter \x5A47 245-2456-4
-letter \x5A48 14-13456-2
-letter \x5A49 12456-4
-letter \x5A4A 135-246-4
-letter \x5A4B 15-246-3
-letter \x5A4C 24-34-4
-letter \x5A4D 245-16-4
-letter \x5A4E 1235-1246-3
-letter \x5A4F 12345-34-5
-letter \x5A50 25-4
-letter \x5A51 25-4
-letter \x5A52 124-1236-2
-letter \x5A53 12345-356-3
-letter \x5A54 12345-356-3
-letter \x5A55 13-346-2
-letter \x5A56 124-2345-3
-letter \x5A57 1345-16-2
-letter \x5A58 245-45-2
-letter \x5A59 13-13456-5
-letter \x5A5A 1235-123456-3
-letter \x5A5B 13-13456-3
-letter \x5A5C 245-2345-3
-letter \x5A5D 145-2345-5
-letter \x5A5E 15-13456-5
-letter \x5A5F 1235-34-5
-letter \x5A60 12456-3
-letter \x5A61 14-2456-2
-letter \x5A62 135-16-5
-letter \x5A63 1456-3
-letter \x5A64 1-12356-3
-letter \x5A65 12-25-5
-letter \x5A66 12345-34-5
-letter \x5A67 245-13456-5
-letter \x5A68 14-123456-2
-letter \x5A69 1236-5
-letter \x5A6A 14-1236-2
-letter \x5A6B 123-123456-3
-letter \x5A6C 1456-2
-letter \x5A6D 23456-5
-letter \x5A6E 13-1256-3
-letter \x5A6F 14-16-5
-letter \x5A70 145-2345-4
-letter \x5A71 15-2345-2
-letter \x5A72 12345-356-3
-letter \x5A73 1235-35-5
-letter \x5A74 13456-3
-letter \x5A75 12-1236-2
-letter \x5A76 24-136-4
-letter \x5A77 124-13456-2
-letter \x5A78 46-2
-letter \x5A79 246-4
-letter \x5A7A 34-5
-letter \x5A7B 1345-1236-5
-letter \x5A7C 1245-25-5
-letter \x5A7D 13-23456-4
-letter \x5A7E 124-12356-3
-letter \x5A7F 15-1256-5
-letter \x5A80 1256-2
-letter \x5A81 1246-3
-letter \x5A82 124-16-2
-letter \x5A83 1245-12356-2
-letter \x5A84 134-356-4
-letter \x5A85 145-1236-3
-letter \x5A86 1245-12456-4
-letter \x5A87 245-1456-3
-letter \x5A88 1235-1246-3
-letter \x5A89 34-3
-letter \x5A8A 245-2345-2
-letter \x5A8B 12-123456-3
-letter \x5A8C 134-246-2
-letter \x5A8D 12345-34-5
-letter \x5A8E 13-346-4
-letter \x5A8F 145-12456-3
-letter \x5A90 15-16-3
-letter \x5A91 1-12346-5
-letter \x5A92 134-356-2
-letter \x5A93 1235-456-2
-letter \x5A94 134-2345-2
-letter \x5A95 1236-3
-letter \x5A96 13456-3
-letter \x5A97 15-45-3
-letter \x5A98 13-346-3
-letter \x5A99 1246-3
-letter \x5A9A 134-356-5
-letter \x5A9B 45-2
-letter \x5A9C 1-136-3
-letter \x5A9D 245-234-3
-letter \x5A9E 124-16-2
-letter \x5A9F 15-346-5
-letter \x5AA0 145-25-5
-letter \x5AA1 14-2345-5
-letter \x5AA2 134-146-5
-letter \x5AA3 1245-1236-4
-letter \x5AA4 15-156-3
-letter \x5AA5 1234-2345-3
-letter \x5AA6 1246-5
-letter \x5AA7 35-3
-letter \x5AA8 13-234-5
-letter \x5AA9 1235-34-2
-letter \x5AAA 146-4
-letter \x5AAB 13-346-2
-letter \x5AAC 135-146-4
-letter \x5AAD 15-1256-3
-letter \x5AAE 124-12356-3
-letter \x5AAF 13-1246-3
-letter \x5AB0 125-12356-3
-letter \x5AB1 246-2
-letter \x5AB2 1234-16-5
-letter \x5AB3 15-16-2
-letter \x5AB4 45-2
-letter \x5AB5 13456-5
-letter \x5AB6 1245-12346-2
-letter \x5AB7 1245-34-5
-letter \x5AB8 12-156-3
-letter \x5AB9 14-234-2
-letter \x5ABA 134-356-4
-letter \x5ABB 1234-1236-2
-letter \x5ABC 146-4
-letter \x5ABD 134-345-3
-letter \x5ABE 13-12356-5
-letter \x5ABF 123-1246-5
-letter \x5AC0 245-1456-2
-letter \x5AC1 13-23456-5
-letter \x5AC2 15-146-4
-letter \x5AC3 1-136-3
-letter \x5AC4 45-2
-letter \x5AC5 12-345-3
-letter \x5AC6 235-2
-letter \x5AC7 134-13456-2
-letter \x5AC8 13456-3
-letter \x5AC9 13-16-2
-letter \x5ACA 15-34-5
-letter \x5ACB 1345-246-4
-letter \x5ACC 15-2345-2
-letter \x5ACD 124-146-3
-letter \x5ACE 1234-1346-2
-letter \x5ACF 14-1346-2
-letter \x5AD0 1345-146-4
-letter \x5AD1 135-246-2
-letter \x5AD2 2456-5
-letter \x5AD3 1234-16-5
-letter \x5AD4 1234-1456-2
-letter \x5AD5 16-5
-letter \x5AD6 1234-246-2
-letter \x5AD7 1256-5
-letter \x5AD8 14-356-2
-letter \x5AD9 15-45-2
-letter \x5ADA 134-1236-5
-letter \x5ADB 16-3
-letter \x5ADC 1-1346-3
-letter \x5ADD 123-1346-3
-letter \x5ADE 235-3
-letter \x5ADF 1345-16-5
-letter \x5AE0 14-16-2
-letter \x5AE1 145-16-2
-letter \x5AE2 13-1246-3
-letter \x5AE3 2345-3
-letter \x5AE4 13-1456-5
-letter \x5AE5 1-12456-3
-letter \x5AE6 12-1346-2
-letter \x5AE7 245-2346-5
-letter \x5AE8 1235-1236-3
-letter \x5AE9 1345-136-5
-letter \x5AEA 14-146-5
-letter \x5AEB 134-126-2
-letter \x5AEC 1-2346-3
-letter \x5AED 1235-34-5
-letter \x5AEE 1235-34-5
-letter \x5AEF 146-5
-letter \x5AF0 1345-136-5
-letter \x5AF1 245-46-2
-letter \x5AF2 134-345-2
-letter \x5AF3 1234-346-5
-letter \x5AF4 13-34-3
-letter \x5AF5 34-4
-letter \x5AF6 245-246-2
-letter \x5AF7 124-25-4
-letter \x5AF8 1-1236-4
-letter \x5AF9 134-146-2
-letter \x5AFA 15-2345-2
-letter \x5AFB 15-2345-2
-letter \x5AFC 134-126-5
-letter \x5AFD 14-246-2
-letter \x5AFE 14-2345-2
-letter \x5AFF 1235-35-5
-letter \x5B00 13-1246-3
-letter \x5B01 145-1356-3
-letter \x5B02 1-156-3
-letter \x5B03 15-1256-3
-letter \x5B04 16-3
-letter \x5B05 1235-35-5
-letter \x5B06 15-16-3
-letter \x5B07 1235-1246-5
-letter \x5B08 1245-146-4
-letter \x5B09 15-16-3
-letter \x5B0A 2345-5
-letter \x5B0B 12-1236-2
-letter \x5B0C 13-246-3
-letter \x5B0D 134-356-4
-letter \x5B0E 12345-1236-5
-letter \x5B0F 12345-1236-3
-letter \x5B10 15-2345-3
-letter \x5B11 16-5
-letter \x5B12 1246-5
-letter \x5B13 13-246-5
-letter \x5B14 12345-34-5
-letter \x5B15 24-156-5
-letter \x5B16 135-16-5
-letter \x5B17 24-1236-5
-letter \x5B18 15-1246-5
-letter \x5B19 245-46-2
-letter \x5B1A 14-2345-2
-letter \x5B1B 1235-12456-2
-letter \x5B1C 15-1456-3
-letter \x5B1D 1345-246-4
-letter \x5B1E 145-12346-4
-letter \x5B1F 16-5
-letter \x5B20 245-1236-2
-letter \x5B21 2456-5
-letter \x5B22 1345-46-2
-letter \x5B23 1345-1356-2
-letter \x5B24 134-345-3
-letter \x5B25 124-246-4
-letter \x5B26 12-12356-2
-letter \x5B27 13-1456-5
-letter \x5B28 245-156-2
-letter \x5B29 1256-2
-letter \x5B2A 1234-1456-2
-letter \x5B2B 14-12346-2
-letter \x5B2C 1245-34-2
-letter \x5B2D 1345-2456-4
-letter \x5B2E 2345-3
-letter \x5B2F 124-2456-2
-letter \x5B30 13456-3
-letter \x5B31 245-1236-2
-letter \x5B32 1345-246-4
-letter \x5B33 236-5
-letter \x5B34 13456-2
-letter \x5B35 134-2345-2
-letter \x5B36 135-16-2
-letter \x5B37 134-126-2
-letter \x5B38 24-136-4
-letter \x5B39 15-13456-5
-letter \x5B3A 1345-16-5
-letter \x5B3B 145-34-2
-letter \x5B3C 14-234-4
-letter \x5B3D 45-3
-letter \x5B3E 14-1236-4
-letter \x5B3F 2345-4
-letter \x5B40 24-456-3
-letter \x5B41 14-13456-2
-letter \x5B42 13-246-4
-letter \x5B43 1345-46-2
-letter \x5B44 14-1236-4
-letter \x5B45 15-2345-3
-letter \x5B46 13456-3
-letter \x5B47 24-456-3
-letter \x5B48 1235-1246-5
-letter \x5B49 245-45-2
-letter \x5B4A 134-16-4
-letter \x5B4B 14-16-2
-letter \x5B4C 14-12456-2
-letter \x5B4D 2345-2
-letter \x5B4E 1-34-4
-letter \x5B4F 14-1236-4
-letter \x5B50 125-156-1
-letter \x5B51 13-346-2
-letter \x5B52 13-236-2
-letter \x5B53 13-236-2
-letter \x5B54 123-12346-4
-letter \x5B55 256-5
-letter \x5B56 125-156-3
-letter \x5B57 125-156-5
-letter \x5B58 245-123456-2
-letter \x5B59 15-123456-3
-letter \x5B5A 12345-34-2
-letter \x5B5B 135-126-2
-letter \x5B5C 125-156-3
-letter \x5B5D 15-246-5
-letter \x5B5E 15-1456-5
-letter \x5B5F 134-1356-5
-letter \x5B60 15-156-5
-letter \x5B61 124-2456-3
-letter \x5B62 135-146-3
-letter \x5B63 13-16-5
-letter \x5B64 13-34-3
-letter \x5B65 1345-34-2
-letter \x5B66 15-236-2
-letter \x5B67 234-5
-letter \x5B68 1-12456-4
-letter \x5B69 1235-2456-2
-letter \x5B6A 14-12456-2
-letter \x5B6B 15-123456-3
-letter \x5B6C 1345-146-3
-letter \x5B6D 134-346-3
-letter \x5B6E 245-12346-2
-letter \x5B6F 245-2345-3
-letter \x5B70 24-34-2
-letter \x5B71 12-1236-2
-letter \x5B72 23456-3
-letter \x5B73 125-156-3
-letter \x5B74 1345-16-4
-letter \x5B75 12345-34-3
-letter \x5B76 125-156-3
-letter \x5B77 14-16-2
-letter \x5B78 15-236-2
-letter \x5B79 135-126-5
-letter \x5B7A 1245-34-2
-letter \x5B7B 1345-2456-2
-letter \x5B7C 1345-346-5
-letter \x5B7D 1345-346-5
-letter \x5B7E 13456-3
-letter \x5B7F 14-12456-2
-letter \x5B80 134-2345-2
-letter \x5B81 1-34-5
-letter \x5B82 1245-12346-4
-letter \x5B83 124-345-3
-letter \x5B84 13-1246-4
-letter \x5B85 1-2456-2
-letter \x5B86 245-235-2
-letter \x5B87 1256-4
-letter \x5B88 24-12356-4
-letter \x5B89 1236-3
-letter \x5B8A 124-34-2
-letter \x5B8B 15-12346-5
-letter \x5B8C 12456-2
-letter \x5B8D 1245-12356-5
-letter \x5B8E 246-3
-letter \x5B8F 1235-12346-2
-letter \x5B90 16-2
-letter \x5B91 13-13456-4
-letter \x5B92 1-123456-3
-letter \x5B93 134-16-5
-letter \x5B94 1-34-4
-letter \x5B95 145-1346-5
-letter \x5B96 1235-12346-2
-letter \x5B97 125-12346-3
-letter \x5B98 13-12456-3
-letter \x5B99 1-12356-5
-letter \x5B9A 145-13456-5
-letter \x5B9B 12456-4
-letter \x5B9C 16-2
-letter \x5B9D 135-146-4
-letter \x5B9E 24-156-2
-letter \x5B9F 24-156-2
-letter \x5BA0 12-12346-4
-letter \x5BA1 24-136-4
-letter \x5BA2 123-2346-5
-letter \x5BA3 15-45-3
-letter \x5BA4 24-156-5
-letter \x5BA5 234-5
-letter \x5BA6 1235-12456-5
-letter \x5BA7 16-2
-letter \x5BA8 124-246-4
-letter \x5BA9 24-156-4
-letter \x5BAA 15-2345-5
-letter \x5BAB 13-12346-3
-letter \x5BAC 12-1356-2
-letter \x5BAD 245-256-2
-letter \x5BAE 13-12346-3
-letter \x5BAF 15-246-3
-letter \x5BB0 125-2456-4
-letter \x5BB1 1-345-5
-letter \x5BB2 135-146-4
-letter \x5BB3 1235-2456-5
-letter \x5BB4 2345-5
-letter \x5BB5 15-246-3
-letter \x5BB6 13-23456-3
-letter \x5BB7 24-136-4
-letter \x5BB8 12-136-2
-letter \x5BB9 1245-12346-2
-letter \x5BBA 1235-456-4
-letter \x5BBB 134-16-5
-letter \x5BBC 123-12356-5
-letter \x5BBD 123-12456-3
-letter \x5BBE 135-1456-3
-letter \x5BBF 15-34-5
-letter \x5BC0 245-2456-5
-letter \x5BC1 125-1236-4
-letter \x5BC2 13-16-2
-letter \x5BC3 45-3
-letter \x5BC4 13-16-5
-letter \x5BC5 1456-2
-letter \x5BC6 134-16-5
-letter \x5BC7 123-12356-5
-letter \x5BC8 245-13456-3
-letter \x5BC9 245-236-5
-letter \x5BCA 1-136-3
-letter \x5BCB 13-2345-4
-letter \x5BCC 12345-34-5
-letter \x5BCD 1345-13456-2
-letter \x5BCE 135-13456-5
-letter \x5BCF 1235-12456-2
-letter \x5BD0 134-356-5
-letter \x5BD1 245-1456-4
-letter \x5BD2 1235-1236-2
-letter \x5BD3 1256-5
-letter \x5BD4 24-156-2
-letter \x5BD5 1345-13456-2
-letter \x5BD6 13-1456-5
-letter \x5BD7 1345-13456-2
-letter \x5BD8 1-156-5
-letter \x5BD9 1256-4
-letter \x5BDA 135-146-4
-letter \x5BDB 123-12456-3
-letter \x5BDC 1345-13456-2
-letter \x5BDD 245-1456-4
-letter \x5BDE 134-126-5
-letter \x5BDF 12-345-2
-letter \x5BE0 13-1256-5
-letter \x5BE1 13-35-4
-letter \x5BE2 245-1456-4
-letter \x5BE3 1235-34-3
-letter \x5BE4 34-5
-letter \x5BE5 14-246-2
-letter \x5BE6 24-156-2
-letter \x5BE7 1345-13456-2
-letter \x5BE8 1-2456-5
-letter \x5BE9 24-136-4
-letter \x5BEA 1246-4
-letter \x5BEB 15-346-4
-letter \x5BEC 123-12456-3
-letter \x5BED 1235-1246-5
-letter \x5BEE 14-246-2
-letter \x5BEF 13-256-5
-letter \x5BF0 1235-12456-2
-letter \x5BF1 16-5
-letter \x5BF2 16-2
-letter \x5BF3 135-146-4
-letter \x5BF4 245-1456-5
-letter \x5BF5 12-12346-4
-letter \x5BF6 135-146-4
-letter \x5BF7 12345-1356-3
-letter \x5BF8 245-123456-5
-letter \x5BF9 145-1246-5
-letter \x5BFA 15-156-5
-letter \x5BFB 15-256-2
-letter \x5BFC 145-146-4
-letter \x5BFD 14-1256-5
-letter \x5BFE 145-1246-5
-letter \x5BFF 24-12356-5
-letter \x5C00 1234-126-4
-letter \x5C01 12345-1356-3
-letter \x5C02 1-12456-3
-letter \x5C03 12345-34-3
-letter \x5C04 24-2346-5
-letter \x5C05 123-2346-5
-letter \x5C06 13-46-3
-letter \x5C07 13-46-3
-letter \x5C08 1-12456-3
-letter \x5C09 1246-5
-letter \x5C0A 125-123456-3
-letter \x5C0B 15-256-2
-letter \x5C0C 24-34-5
-letter \x5C0D 145-1246-5
-letter \x5C0E 145-146-4
-letter \x5C0F 15-246-4
-letter \x5C10 13-16-3
-letter \x5C11 24-146-4
-letter \x5C12 156-4
-letter \x5C13 156-4
-letter \x5C14 156-4
-letter \x5C15 145-345-4
-letter \x5C16 13-2345-3
-letter \x5C17 24-34-2
-letter \x5C18 12-136-2
-letter \x5C19 24-1346-5
-letter \x5C1A 24-1346-5
-letter \x5C1B 134-126-2
-letter \x5C1C 13-345-2
-letter \x5C1D 12-1346-2
-letter \x5C1E 14-246-5
-letter \x5C1F 15-2345-4
-letter \x5C20 15-2345-4
-letter \x5C21 123-123456-3
-letter \x5C22 456-3
-letter \x5C23 456-3
-letter \x5C24 234-2
-letter \x5C25 14-246-5
-letter \x5C26 14-246-5
-letter \x5C27 246-2
-letter \x5C28 134-1346-2
-letter \x5C29 456-3
-letter \x5C2A 456-3
-letter \x5C2B 456-3
-letter \x5C2C 13-345-5
-letter \x5C2D 246-2
-letter \x5C2E 145-25-5
-letter \x5C2F 123-1246-5
-letter \x5C30 1-12346-4
-letter \x5C31 13-234-5
-letter \x5C32 13-1236-3
-letter \x5C33 13-34-4
-letter \x5C34 13-1236-3
-letter \x5C35 124-1246-2
-letter \x5C36 13-1236-3
-letter \x5C37 13-1236-3
-letter \x5C38 24-156-3
-letter \x5C39 1456-4
-letter \x5C3A 12-156-4
-letter \x5C3B 123-146-3
-letter \x5C3C 1345-16-2
-letter \x5C3D 13-1456-4
-letter \x5C3E 1246-4
-letter \x5C3F 1345-246-5
-letter \x5C40 13-1256-2
-letter \x5C41 1234-16-5
-letter \x5C42 245-1356-2
-letter \x5C43 15-16-5
-letter \x5C44 135-16-3
-letter \x5C45 13-1256-3
-letter \x5C46 13-346-5
-letter \x5C47 124-2345-2
-letter \x5C48 245-1256-3
-letter \x5C49 124-16-5
-letter \x5C4A 13-346-5
-letter \x5C4B 34-3
-letter \x5C4C 145-246-4
-letter \x5C4D 24-156-3
-letter \x5C4E 24-156-4
-letter \x5C4F 1234-13456-2
-letter \x5C50 13-16-3
-letter \x5C51 15-346-5
-letter \x5C52 12-136-2
-letter \x5C53 15-16-5
-letter \x5C54 1345-16-2
-letter \x5C55 1-1236-4
-letter \x5C56 15-16-3
-letter \x5C57 1246-4
-letter \x5C58 134-1236-4
-letter \x5C59 2346-3
-letter \x5C5A 14-12356-5
-letter \x5C5B 1234-13456-2
-letter \x5C5C 124-16-5
-letter \x5C5D 12345-356-5
-letter \x5C5E 24-34-4
-letter \x5C5F 15-346-5
-letter \x5C60 124-34-2
-letter \x5C61 14-1256-4
-letter \x5C62 14-1256-4
-letter \x5C63 15-16-4
-letter \x5C64 245-1356-2
-letter \x5C65 14-1256-4
-letter \x5C66 13-1256-5
-letter \x5C67 15-346-5
-letter \x5C68 13-1256-5
-letter \x5C69 13-236-3
-letter \x5C6A 14-246-2
-letter \x5C6B 13-236-2
-letter \x5C6C 24-34-4
-letter \x5C6D 15-16-5
-letter \x5C6E 12-2346-5
-letter \x5C6F 124-123456-2
-letter \x5C70 1345-16-5
-letter \x5C71 24-1236-3
-letter \x5C72 35-3
-letter \x5C73 15-2345-3
-letter \x5C74 14-16-5
-letter \x5C75 15-236-3
-letter \x5C76 145-146-3
-letter \x5C77 1235-1246-5
-letter \x5C78 14-12346-2
-letter \x5C79 16-5
-letter \x5C7A 245-16-4
-letter \x5C7B 1245-136-5
-letter \x5C7C 34-5
-letter \x5C7D 1235-1236-5
-letter \x5C7E 24-136-3
-letter \x5C7F 1256-4
-letter \x5C80 12-34-3
-letter \x5C81 15-1246-5
-letter \x5C82 245-16-4
-letter \x5C83 1245-136-5
-letter \x5C84 236-5
-letter \x5C85 135-1236-4
-letter \x5C86 246-4
-letter \x5C87 1346-2
-letter \x5C88 23456-2
-letter \x5C89 34-5
-letter \x5C8A 13-346-2
-letter \x5C8B 2346-5
-letter \x5C8C 13-16-2
-letter \x5C8D 245-2345-3
-letter \x5C8E 12345-136-3
-letter \x5C8F 12456-2
-letter \x5C90 245-16-2
-letter \x5C91 245-136-2
-letter \x5C92 245-2345-2
-letter \x5C93 245-16-2
-letter \x5C94 12-345-5
-letter \x5C95 13-346-5
-letter \x5C96 245-1256-3
-letter \x5C97 13-1346-4
-letter \x5C98 15-2345-5
-letter \x5C99 146-5
-letter \x5C9A 14-1236-2
-letter \x5C9B 145-146-4
-letter \x5C9C 135-345-3
-letter \x5C9D 125-2346-2
-letter \x5C9E 125-25-5
-letter \x5C9F 46-4
-letter \x5CA0 13-1256-5
-letter \x5CA1 13-1346-3
-letter \x5CA2 123-2346-4
-letter \x5CA3 13-12356-4
-letter \x5CA4 15-236-5
-letter \x5CA5 1234-126-3
-letter \x5CA6 14-16-5
-letter \x5CA7 124-246-2
-letter \x5CA8 245-1256-3
-letter \x5CA9 2345-2
-letter \x5CAA 12345-34-2
-letter \x5CAB 15-234-5
-letter \x5CAC 13-23456-4
-letter \x5CAD 14-13456-2
-letter \x5CAE 124-25-2
-letter \x5CAF 1234-356-3
-letter \x5CB0 234-4
-letter \x5CB1 145-2456-5
-letter \x5CB2 123-456-5
-letter \x5CB3 236-5
-letter \x5CB4 245-1256-3
-letter \x5CB5 1235-34-5
-letter \x5CB6 1234-126-5
-letter \x5CB7 134-1456-2
-letter \x5CB8 1236-5
-letter \x5CB9 124-246-2
-letter \x5CBA 14-13456-2
-letter \x5CBB 12-156-2
-letter \x5CBC 1234-13456-2
-letter \x5CBD 145-12346-3
-letter \x5CBE 1-1236-3
-letter \x5CBF 123-1246-3
-letter \x5CC0 15-234-5
-letter \x5CC1 134-146-4
-letter \x5CC2 124-12346-2
-letter \x5CC3 15-236-2
-letter \x5CC4 16-5
-letter \x5CC5 135-2345-5
-letter \x5CC6 1235-2346-2
-letter \x5CC7 123-2346-3
-letter \x5CC8 14-25-5
-letter \x5CC9 2346-2
-letter \x5CCA 12345-34-5
-letter \x5CCB 15-256-2
-letter \x5CCC 145-346-2
-letter \x5CCD 14-34-5
-letter \x5CCE 136-4
-letter \x5CCF 156-4
-letter \x5CD0 13-2456-3
-letter \x5CD1 245-45-2
-letter \x5CD2 145-12346-5
-letter \x5CD3 16-2
-letter \x5CD4 134-34-4
-letter \x5CD5 24-156-2
-letter \x5CD6 1236-3
-letter \x5CD7 1246-2
-letter \x5CD8 1235-12456-2
-letter \x5CD9 1-156-5
-letter \x5CDA 134-16-5
-letter \x5CDB 14-16-4
-letter \x5CDC 13-16-3
-letter \x5CDD 124-12346-2
-letter \x5CDE 1246-2
-letter \x5CDF 234-5
-letter \x5CE0 123-345-4
-letter \x5CE1 15-23456-2
-letter \x5CE2 14-16-4
-letter \x5CE3 246-2
-letter \x5CE4 245-246-2
-letter \x5CE5 1-1356-3
-letter \x5CE6 14-12456-2
-letter \x5CE7 13-246-3
-letter \x5CE8 2346-2
-letter \x5CE9 2346-2
-letter \x5CEA 1256-5
-letter \x5CEB 346-2
-letter \x5CEC 135-34-3
-letter \x5CED 245-246-5
-letter \x5CEE 245-256-3
-letter \x5CEF 12345-1356-3
-letter \x5CF0 12345-1356-3
-letter \x5CF1 1345-146-2
-letter \x5CF2 14-16-4
-letter \x5CF3 234-2
-letter \x5CF4 15-2345-5
-letter \x5CF5 1235-12346-2
-letter \x5CF6 145-146-4
-letter \x5CF7 24-136-3
-letter \x5CF8 12-1356-2
-letter \x5CF9 124-34-2
-letter \x5CFA 13-1356-4
-letter \x5CFB 13-256-5
-letter \x5CFC 1235-146-5
-letter \x5CFD 15-23456-2
-letter \x5CFE 1456-3
-letter \x5CFF 1256-4
-letter \x5D00 14-146-5
-letter \x5D01 123-1236-4
-letter \x5D02 14-146-2
-letter \x5D03 14-2456-2
-letter \x5D04 15-2345-4
-letter \x5D05 245-236-5
-letter \x5D06 123-12346-3
-letter \x5D07 12-12346-2
-letter \x5D08 12-12346-2
-letter \x5D09 124-345-5
-letter \x5D0A 14-13456-2
-letter \x5D0B 1235-35-2
-letter \x5D0C 13-1256-3
-letter \x5D0D 14-2456-2
-letter \x5D0E 245-16-2
-letter \x5D0F 134-1456-2
-letter \x5D10 123-123456-3
-letter \x5D11 123-123456-3
-letter \x5D12 125-34-2
-letter \x5D13 13-34-5
-letter \x5D14 245-1246-3
-letter \x5D15 26-2
-letter \x5D16 26-2
-letter \x5D17 13-1346-4
-letter \x5D18 14-123456-2
-letter \x5D19 14-123456-2
-letter \x5D1A 14-1356-2
-letter \x5D1B 13-236-2
-letter \x5D1C 145-25-3
-letter \x5D1D 1-1356-3
-letter \x5D1E 13-25-3
-letter \x5D1F 1456-2
-letter \x5D20 145-12346-3
-letter \x5D21 1235-1236-2
-letter \x5D22 1-1356-3
-letter \x5D23 1246-4
-letter \x5D24 246-2
-letter \x5D25 1234-16-4
-letter \x5D26 2345-3
-letter \x5D27 15-12346-3
-letter \x5D28 13-346-2
-letter \x5D29 135-1356-3
-letter \x5D2A 125-34-2
-letter \x5D2B 13-236-2
-letter \x5D2C 145-12346-3
-letter \x5D2D 1-1236-4
-letter \x5D2E 13-34-5
-letter \x5D2F 1456-2
-letter \x5D30 125-156-3
-letter \x5D31 125-2346-2
-letter \x5D32 1235-456-2
-letter \x5D33 1256-2
-letter \x5D34 1246-3
-letter \x5D35 46-2
-letter \x5D36 12345-1356-3
-letter \x5D37 245-234-2
-letter \x5D38 145-123456-5
-letter \x5D39 124-16-2
-letter \x5D3A 16-4
-letter \x5D3B 1-156-5
-letter \x5D3C 24-156-5
-letter \x5D3D 125-2456-4
-letter \x5D3E 246-4
-letter \x5D3F 2346-5
-letter \x5D40 1-34-5
-letter \x5D41 123-1236-3
-letter \x5D42 14-1256-5
-letter \x5D43 2345-4
-letter \x5D44 134-356-4
-letter \x5D45 13-1236-3
-letter \x5D46 13-16-3
-letter \x5D47 13-16-3
-letter \x5D48 1235-12456-4
-letter \x5D49 124-13456-2
-letter \x5D4A 24-1356-5
-letter \x5D4B 134-356-2
-letter \x5D4C 245-2345-3
-letter \x5D4D 34-5
-letter \x5D4E 1256-2
-letter \x5D4F 125-12346-3
-letter \x5D50 14-1236-2
-letter \x5D51 1235-2346-2
-letter \x5D52 2345-2
-letter \x5D53 2345-2
-letter \x5D54 1246-4
-letter \x5D55 125-12346-3
-letter \x5D56 12-345-2
-letter \x5D57 15-1246-5
-letter \x5D58 1245-12346-2
-letter \x5D59 123-2346-3
-letter \x5D5A 245-1456-3
-letter \x5D5B 1256-2
-letter \x5D5C 245-16-2
-letter \x5D5D 14-12356-4
-letter \x5D5E 124-34-2
-letter \x5D5F 145-1246-3
-letter \x5D60 15-16-3
-letter \x5D61 12346-3
-letter \x5D62 245-1346-3
-letter \x5D63 124-1346-2
-letter \x5D64 1235-12346-2
-letter \x5D65 13-346-2
-letter \x5D66 2456-2
-letter \x5D67 14-234-2
-letter \x5D68 34-4
-letter \x5D69 15-12346-3
-letter \x5D6A 245-246-3
-letter \x5D6B 125-156-3
-letter \x5D6C 1246-2
-letter \x5D6D 135-1356-3
-letter \x5D6E 145-2345-3
-letter \x5D6F 245-25-2
-letter \x5D70 245-2345-4
-letter \x5D71 235-4
-letter \x5D72 1345-346-5
-letter \x5D73 245-25-2
-letter \x5D74 13-16-2
-letter \x5D75 24-156-2
-letter \x5D76 1245-25-5
-letter \x5D77 15-12346-4
-letter \x5D78 125-12346-3
-letter \x5D79 13-46-5
-letter \x5D7A 14-246-2
-letter \x5D7B 123-1346-3
-letter \x5D7C 12-1236-4
-letter \x5D7D 145-346-2
-letter \x5D7E 245-136-3
-letter \x5D7F 145-13456-4
-letter \x5D80 124-34-3
-letter \x5D81 14-12356-4
-letter \x5D82 1-1346-5
-letter \x5D83 1-1236-4
-letter \x5D84 1-1236-4
-letter \x5D85 146-2
-letter \x5D86 245-146-2
-letter \x5D87 245-1256-3
-letter \x5D88 245-46-3
-letter \x5D89 1246-4
-letter \x5D8A 125-1246-4
-letter \x5D8B 145-146-4
-letter \x5D8C 145-146-4
-letter \x5D8D 15-16-2
-letter \x5D8E 1256-5
-letter \x5D8F 135-126-2
-letter \x5D90 14-12346-2
-letter \x5D91 15-46-4
-letter \x5D92 245-1356-2
-letter \x5D93 135-126-3
-letter \x5D94 245-1456-3
-letter \x5D95 13-246-3
-letter \x5D96 2345-4
-letter \x5D97 14-146-2
-letter \x5D98 1-1236-5
-letter \x5D99 14-1456-2
-letter \x5D9A 14-246-2
-letter \x5D9B 14-246-2
-letter \x5D9C 13-1456-3
-letter \x5D9D 145-1356-5
-letter \x5D9E 145-25-5
-letter \x5D9F 125-123456-3
-letter \x5DA0 13-246-5
-letter \x5DA1 13-1246-5
-letter \x5DA2 246-2
-letter \x5DA3 245-246-2
-letter \x5DA4 246-2
-letter \x5DA5 13-236-2
-letter \x5DA6 1-1236-3
-letter \x5DA7 16-5
-letter \x5DA8 15-236-2
-letter \x5DA9 1345-146-2
-letter \x5DAA 346-5
-letter \x5DAB 346-5
-letter \x5DAC 16-2
-letter \x5DAD 2346-5
-letter \x5DAE 15-2345-4
-letter \x5DAF 13-16-2
-letter \x5DB0 15-346-5
-letter \x5DB1 123-2346-4
-letter \x5DB2 15-16-3
-letter \x5DB3 145-16-5
-letter \x5DB4 146-5
-letter \x5DB5 125-1246-5
-letter \x5DB6 1246-3
-letter \x5DB7 16-2
-letter \x5DB8 1245-12346-2
-letter \x5DB9 145-146-4
-letter \x5DBA 14-13456-4
-letter \x5DBB 13-346-2
-letter \x5DBC 1256-4
-letter \x5DBD 236-5
-letter \x5DBE 1456-4
-letter \x5DBF 1245-34-3
-letter \x5DC0 13-346-2
-letter \x5DC1 14-16-5
-letter \x5DC2 13-1246-3
-letter \x5DC3 14-12346-2
-letter \x5DC4 14-12346-2
-letter \x5DC5 145-2345-3
-letter \x5DC6 13456-2
-letter \x5DC7 15-16-3
-letter \x5DC8 13-1256-2
-letter \x5DC9 12-1236-2
-letter \x5DCA 13456-4
-letter \x5DCB 123-1246-3
-letter \x5DCC 2345-2
-letter \x5DCD 1246-2
-letter \x5DCE 1345-146-2
-letter \x5DCF 245-45-2
-letter \x5DD0 12-146-4
-letter \x5DD1 245-12456-2
-letter \x5DD2 14-12456-2
-letter \x5DD3 145-2345-3
-letter \x5DD4 145-2345-3
-letter \x5DD5 1345-346-5
-letter \x5DD6 2345-2
-letter \x5DD7 2345-2
-letter \x5DD8 2345-4
-letter \x5DD9 1345-146-2
-letter \x5DDA 2345-4
-letter \x5DDB 12-12456-3
-letter \x5DDC 123-2356-5
-letter \x5DDD 12-12456-3
-letter \x5DDE 1-12356-3
-letter \x5DDF 1235-456-3
-letter \x5DE0 13-13456-3
-letter \x5DE1 15-256-2
-letter \x5DE2 12-146-2
-letter \x5DE3 12-146-2
-letter \x5DE4 14-346-3
-letter \x5DE5 13-12346-3
-letter \x5DE6 125-25-4
-letter \x5DE7 245-246-4
-letter \x5DE8 13-1256-5
-letter \x5DE9 13-12346-4
-letter \x5DEA 13-1256-5
-letter \x5DEB 34-3
-letter \x5DEC 13-34-3
-letter \x5DED 135-34-3
-letter \x5DEE 12-345-3
-letter \x5DEF 245-234-2
-letter \x5DF0 245-234-2
-letter \x5DF1 13-16-4
-letter \x5DF2 16-4
-letter \x5DF3 15-156-5
-letter \x5DF4 135-345-3
-letter \x5DF5 1-156-3
-letter \x5DF6 1-146-3
-letter \x5DF7 15-46-5
-letter \x5DF8 16-2
-letter \x5DF9 13-1456-4
-letter \x5DFA 15-256-5
-letter \x5DFB 13-45-4
-letter \x5DFC 12345-345-2
-letter \x5DFD 15-256-5
-letter \x5DFE 13-1456-3
-letter \x5DFF 12345-34-2
-letter \x5E00 125-345-3
-letter \x5E01 135-16-5
-letter \x5E02 24-156-5
-letter \x5E03 135-34-5
-letter \x5E04 145-13456-3
-letter \x5E05 24-2356-5
-letter \x5E06 12345-1236-2
-letter \x5E07 1345-346-5
-letter \x5E08 24-156-3
-letter \x5E09 12345-136-3
-letter \x5E0A 1234-345-5
-letter \x5E0B 1-156-4
-letter \x5E0C 15-16-3
-letter \x5E0D 1235-34-5
-letter \x5E0E 145-1236-5
-letter \x5E0F 1246-2
-letter \x5E10 1-1346-5
-letter \x5E11 124-1346-4
-letter \x5E12 145-2456-5
-letter \x5E13 134-345-5
-letter \x5E14 1234-356-5
-letter \x5E15 1234-345-5
-letter \x5E16 124-346-4
-letter \x5E17 12345-34-2
-letter \x5E18 14-2345-2
-letter \x5E19 1-156-5
-letter \x5E1A 1-12356-4
-letter \x5E1B 135-126-2
-letter \x5E1C 1-156-5
-letter \x5E1D 145-16-5
-letter \x5E1E 134-126-5
-letter \x5E1F 16-5
-letter \x5E20 16-5
-letter \x5E21 1234-13456-2
-letter \x5E22 245-23456-5
-letter \x5E23 13-45-5
-letter \x5E24 1245-34-2
-letter \x5E25 24-2356-5
-letter \x5E26 145-2456-5
-letter \x5E27 1-136-3
-letter \x5E28 24-1246-5
-letter \x5E29 245-246-5
-letter \x5E2A 1-136-3
-letter \x5E2B 24-156-3
-letter \x5E2C 245-256-2
-letter \x5E2D 15-16-2
-letter \x5E2E 135-1346-3
-letter \x5E2F 145-2456-5
-letter \x5E30 13-1246-3
-letter \x5E31 12-12356-2
-letter \x5E32 1234-13456-2
-letter \x5E33 1-1346-5
-letter \x5E34 13-2345-4
-letter \x5E35 12456-3
-letter \x5E36 145-2456-5
-letter \x5E37 1246-2
-letter \x5E38 12-1346-2
-letter \x5E39 24-345-5
-letter \x5E3A 245-16-2
-letter \x5E3B 125-2346-2
-letter \x5E3C 13-25-2
-letter \x5E3D 134-146-5
-letter \x5E3E 145-34-4
-letter \x5E3F 1235-12356-2
-letter \x5E40 1-1356-5
-letter \x5E41 15-1256-3
-letter \x5E42 134-16-5
-letter \x5E43 1246-2
-letter \x5E44 25-5
-letter \x5E45 12345-34-2
-letter \x5E46 16-5
-letter \x5E47 135-1346-3
-letter \x5E48 1234-13456-2
-letter \x5E49 145-346-2
-letter \x5E4A 13-12346-3
-letter \x5E4B 1234-1236-2
-letter \x5E4C 1235-456-4
-letter \x5E4D 145-146-3
-letter \x5E4E 134-16-5
-letter \x5E4F 13-23456-5
-letter \x5E50 124-1356-2
-letter \x5E51 1235-1246-3
-letter \x5E52 1-12346-3
-letter \x5E53 24-136-3
-letter \x5E54 134-1236-5
-letter \x5E55 134-34-5
-letter \x5E56 135-246-3
-letter \x5E57 13-25-2
-letter \x5E58 125-2346-2
-letter \x5E59 134-34-5
-letter \x5E5A 135-1346-3
-letter \x5E5B 1-1346-5
-letter \x5E5C 13-235-4
-letter \x5E5D 12-1236-4
-letter \x5E5E 12345-34-2
-letter \x5E5F 1-156-5
-letter \x5E60 1235-34-3
-letter \x5E61 12345-1236-3
-letter \x5E62 12-456-2
-letter \x5E63 135-16-5
-letter \x5E64 145-16-5
-letter \x5E65 1-1346-4
-letter \x5E66 134-16-5
-letter \x5E67 245-146-3
-letter \x5E68 12-1236-3
-letter \x5E69 12345-136-2
-letter \x5E6A 134-1356-2
-letter \x5E6B 135-1346-3
-letter \x5E6C 12-12356-2
-letter \x5E6D 134-346-5
-letter \x5E6E 12-34-2
-letter \x5E6F 13-346-2
-letter \x5E70 15-2345-4
-letter \x5E71 14-1236-2
-letter \x5E72 13-1236-3
-letter \x5E73 1234-13456-2
-letter \x5E74 1345-2345-2
-letter \x5E75 13-2345-3
-letter \x5E76 135-13456-5
-letter \x5E77 135-13456-5
-letter \x5E78 15-13456-5
-letter \x5E79 13-1236-5
-letter \x5E7A 246-3
-letter \x5E7B 1235-12456-5
-letter \x5E7C 234-5
-letter \x5E7D 234-3
-letter \x5E7E 13-16-4
-letter \x5E7F 2345-4
-letter \x5E80 1234-16-4
-letter \x5E81 124-13456-3
-letter \x5E82 125-2346-5
-letter \x5E83 13-456-4
-letter \x5E84 1-456-3
-letter \x5E85 134-2346-1
-letter \x5E86 245-13456-5
-letter \x5E87 135-16-5
-letter \x5E88 245-1456-2
-letter \x5E89 145-123456-5
-letter \x5E8A 12-456-2
-letter \x5E8B 13-1246-4
-letter \x5E8C 23456-4
-letter \x5E8D 135-2456-5
-letter \x5E8E 13-346-5
-letter \x5E8F 15-1256-5
-letter \x5E90 14-34-2
-letter \x5E91 34-4
-letter \x5E92 1-456-3
-letter \x5E93 123-34-5
-letter \x5E94 13456-3
-letter \x5E95 145-16-4
-letter \x5E96 1234-146-2
-letter \x5E97 145-2345-5
-letter \x5E98 23456-3
-letter \x5E99 134-246-5
-letter \x5E9A 13-1356-3
-letter \x5E9B 245-156-5
-letter \x5E9C 12345-34-4
-letter \x5E9D 124-12346-2
-letter \x5E9E 1234-1346-2
-letter \x5E9F 12345-356-5
-letter \x5EA0 15-46-2
-letter \x5EA1 16-4
-letter \x5EA2 1-156-5
-letter \x5EA3 124-246-3
-letter \x5EA4 1-156-5
-letter \x5EA5 15-234-3
-letter \x5EA6 145-34-5
-letter \x5EA7 125-25-5
-letter \x5EA8 15-246-3
-letter \x5EA9 124-34-2
-letter \x5EAA 13-1246-4
-letter \x5EAB 123-34-5
-letter \x5EAC 1234-1346-2
-letter \x5EAD 124-13456-2
-letter \x5EAE 234-4
-letter \x5EAF 135-34-3
-letter \x5EB0 135-13456-5
-letter \x5EB1 12-1356-4
-letter \x5EB2 14-2456-2
-letter \x5EB3 135-356-3
-letter \x5EB4 13-16-2
-letter \x5EB5 1236-3
-letter \x5EB6 24-34-5
-letter \x5EB7 123-1346-3
-letter \x5EB8 235-3
-letter \x5EB9 124-25-2
-letter \x5EBA 15-12346-3
-letter \x5EBB 24-34-5
-letter \x5EBC 245-13456-4
-letter \x5EBD 1256-5
-letter \x5EBE 1256-4
-letter \x5EBF 134-246-5
-letter \x5EC0 15-12356-3
-letter \x5EC1 245-2346-5
-letter \x5EC2 15-46-3
-letter \x5EC3 12345-356-5
-letter \x5EC4 13-234-5
-letter \x5EC5 1235-2346-2
-letter \x5EC6 1235-1246-5
-letter \x5EC7 14-234-5
-letter \x5EC8 15-23456-5
-letter \x5EC9 14-2345-2
-letter \x5ECA 14-1346-2
-letter \x5ECB 15-12356-3
-letter \x5ECC 1-156-5
-letter \x5ECD 1234-12356-4
-letter \x5ECE 245-13456-4
-letter \x5ECF 13-234-5
-letter \x5ED0 13-234-5
-letter \x5ED1 13-1456-4
-letter \x5ED2 146-2
-letter \x5ED3 123-25-5
-letter \x5ED4 14-12356-2
-letter \x5ED5 1456-5
-letter \x5ED6 14-246-5
-letter \x5ED7 145-2456-5
-letter \x5ED8 14-34-5
-letter \x5ED9 16-5
-letter \x5EDA 12-34-2
-letter \x5EDB 12-1236-2
-letter \x5EDC 124-34-3
-letter \x5EDD 15-156-3
-letter \x5EDE 245-1456-3
-letter \x5EDF 134-246-5
-letter \x5EE0 12-1346-4
-letter \x5EE1 34-4
-letter \x5EE2 12345-356-5
-letter \x5EE3 13-456-4
-letter \x5EE4 13-34-5
-letter \x5EE5 123-2356-5
-letter \x5EE6 135-16-5
-letter \x5EE7 245-46-2
-letter \x5EE8 15-346-5
-letter \x5EE9 14-1456-4
-letter \x5EEA 14-1456-4
-letter \x5EEB 14-246-2
-letter \x5EEC 14-34-2
-letter \x5EED 13-16-5
-letter \x5EEE 13456-2
-letter \x5EEF 15-2345-3
-letter \x5EF0 124-13456-3
-letter \x5EF1 235-3
-letter \x5EF2 14-16-2
-letter \x5EF3 124-13456-3
-letter \x5EF4 1456-4
-letter \x5EF5 15-256-2
-letter \x5EF6 2345-2
-letter \x5EF7 124-13456-2
-letter \x5EF8 145-16-2
-letter \x5EF9 1234-126-5
-letter \x5EFA 13-2345-5
-letter \x5EFB 1235-1246-2
-letter \x5EFC 1345-2456-4
-letter \x5EFD 1235-1246-2
-letter \x5EFE 13-12346-4
-letter \x5EFF 1345-2345-5
-letter \x5F00 123-2456-3
-letter \x5F01 135-2345-5
-letter \x5F02 16-5
-letter \x5F03 245-16-5
-letter \x5F04 1345-12346-5
-letter \x5F05 12345-136-2
-letter \x5F06 13-1256-4
-letter \x5F07 2345-4
-letter \x5F08 16-5
-letter \x5F09 125-1346-5
-letter \x5F0A 135-16-5
-letter \x5F0B 16-5
-letter \x5F0C 16-3
-letter \x5F0D 156-5
-letter \x5F0E 15-1236-3
-letter \x5F0F 24-156-5
-letter \x5F10 156-5
-letter \x5F11 24-156-5
-letter \x5F12 24-156-5
-letter \x5F13 13-12346-3
-letter \x5F14 145-246-5
-letter \x5F15 1456-4
-letter \x5F16 1235-34-5
-letter \x5F17 12345-34-2
-letter \x5F18 1235-12346-2
-letter \x5F19 34-3
-letter \x5F1A 123-1246-2
-letter \x5F1B 12-156-2
-letter \x5F1C 13-46-5
-letter \x5F1D 135-345-5
-letter \x5F1E 24-136-4
-letter \x5F1F 145-16-5
-letter \x5F20 1-1346-3
-letter \x5F21 13-236-2
-letter \x5F22 124-146-3
-letter \x5F23 12345-34-4
-letter \x5F24 145-16-4
-letter \x5F25 134-16-2
-letter \x5F26 15-2345-2
-letter \x5F27 1235-34-2
-letter \x5F28 12-146-3
-letter \x5F29 1345-34-4
-letter \x5F2A 13-13456-5
-letter \x5F2B 1-136-4
-letter \x5F2C 16-2
-letter \x5F2D 134-16-4
-letter \x5F2E 245-45-3
-letter \x5F2F 12456-3
-letter \x5F30 24-146-3
-letter \x5F31 1245-25-5
-letter \x5F32 15-45-3
-letter \x5F33 13-13456-5
-letter \x5F34 145-123456-3
-letter \x5F35 1-1346-3
-letter \x5F36 13-46-5
-letter \x5F37 245-46-2
-letter \x5F38 1234-1356-2
-letter \x5F39 145-1236-5
-letter \x5F3A 245-46-2
-letter \x5F3B 135-16-5
-letter \x5F3C 135-16-5
-letter \x5F3D 24-2346-5
-letter \x5F3E 145-1236-5
-letter \x5F3F 13-2345-4
-letter \x5F40 13-12356-5
-letter \x5F41 13-2346-3
-letter \x5F42 12345-345-3
-letter \x5F43 135-16-5
-letter \x5F44 123-12356-3
-letter \x5F45 13-2345-4
-letter \x5F46 135-346-5
-letter \x5F47 15-246-3
-letter \x5F48 124-1236-2
-letter \x5F49 1235-25-5
-letter \x5F4A 245-46-2
-letter \x5F4B 1235-12346-2
-letter \x5F4C 134-16-2
-letter \x5F4D 123-25-5
-letter \x5F4E 12456-3
-letter \x5F4F 13-236-2
-letter \x5F50 15-236-5
-letter \x5F51 13-16-5
-letter \x5F52 13-1246-3
-letter \x5F53 145-1346-3
-letter \x5F54 14-34-5
-letter \x5F55 14-34-5
-letter \x5F56 124-12456-5
-letter \x5F57 1235-1246-5
-letter \x5F58 1-156-5
-letter \x5F59 1235-1246-5
-letter \x5F5A 1235-1246-5
-letter \x5F5B 16-2
-letter \x5F5C 16-2
-letter \x5F5D 16-2
-letter \x5F5E 16-2
-letter \x5F5F 1235-25-5
-letter \x5F60 1235-25-5
-letter \x5F61 24-1236-3
-letter \x5F62 15-13456-2
-letter \x5F63 123456-2
-letter \x5F64 124-12346-2
-letter \x5F65 2345-5
-letter \x5F66 2345-5
-letter \x5F67 1256-5
-letter \x5F68 12-156-3
-letter \x5F69 245-2456-4
-letter \x5F6A 135-246-3
-letter \x5F6B 145-246-3
-letter \x5F6C 135-1456-3
-letter \x5F6D 1234-1356-2
-letter \x5F6E 235-4
-letter \x5F6F 1234-246-3
-letter \x5F70 1-1346-3
-letter \x5F71 13456-4
-letter \x5F72 12-156-3
-letter \x5F73 12-156-5
-letter \x5F74 135-126-2
-letter \x5F75 124-25-4
-letter \x5F76 13-16-2
-letter \x5F77 12345-1346-4
-letter \x5F78 1-12346-3
-letter \x5F79 16-5
-letter \x5F7A 456-2
-letter \x5F7B 12-2346-5
-letter \x5F7C 135-16-4
-letter \x5F7D 145-16-3
-letter \x5F7E 14-13456-4
-letter \x5F7F 12345-34-2
-letter \x5F80 456-4
-letter \x5F81 1-1356-3
-letter \x5F82 245-34-2
-letter \x5F83 456-4
-letter \x5F84 13-13456-5
-letter \x5F85 145-2456-5
-letter \x5F86 15-16-3
-letter \x5F87 15-256-2
-letter \x5F88 1235-136-4
-letter \x5F89 46-2
-letter \x5F8A 1235-1246-2
-letter \x5F8B 14-1256-5
-letter \x5F8C 1235-12356-5
-letter \x5F8D 35-3
-letter \x5F8E 12-1356-4
-letter \x5F8F 1-156-5
-letter \x5F90 15-1256-2
-letter \x5F91 13-13456-5
-letter \x5F92 124-34-2
-letter \x5F93 245-12346-2
-letter \x5F94 1-156-3
-letter \x5F95 14-2456-2
-letter \x5F96 245-12346-2
-letter \x5F97 145-2346-2
-letter \x5F98 1234-2456-2
-letter \x5F99 15-16-4
-letter \x5F9A 145-12346-3
-letter \x5F9B 13-16-5
-letter \x5F9C 12-1346-2
-letter \x5F9D 1-156-5
-letter \x5F9E 245-12346-2
-letter \x5F9F 1-12356-3
-letter \x5FA0 14-2456-2
-letter \x5FA1 1256-5
-letter \x5FA2 15-346-5
-letter \x5FA3 13-346-5
-letter \x5FA4 13-2345-5
-letter \x5FA5 24-156-4
-letter \x5FA6 13-23456-4
-letter \x5FA7 135-2345-5
-letter \x5FA8 1235-456-2
-letter \x5FA9 12345-34-5
-letter \x5FAA 15-256-2
-letter \x5FAB 1246-4
-letter \x5FAC 135-1346-5
-letter \x5FAD 246-2
-letter \x5FAE 1246-2
-letter \x5FAF 15-16-3
-letter \x5FB0 1-1356-3
-letter \x5FB1 1234-246-5
-letter \x5FB2 12-156-2
-letter \x5FB3 145-2346-2
-letter \x5FB4 1-1356-3
-letter \x5FB5 1-1356-3
-letter \x5FB6 135-346-2
-letter \x5FB7 145-2346-2
-letter \x5FB8 1-12346-4
-letter \x5FB9 12-2346-5
-letter \x5FBA 13-246-4
-letter \x5FBB 1246-5
-letter \x5FBC 13-246-4
-letter \x5FBD 1235-1246-3
-letter \x5FBE 134-356-2
-letter \x5FBF 14-12346-5
-letter \x5FC0 15-46-3
-letter \x5FC1 135-146-5
-letter \x5FC2 245-1256-2
-letter \x5FC3 15-1456-3
-letter \x5FC4 15-1456-3
-letter \x5FC5 135-16-5
-letter \x5FC6 16-5
-letter \x5FC7 14-2346-5
-letter \x5FC8 1245-136-2
-letter \x5FC9 145-146-3
-letter \x5FCA 145-13456-5
-letter \x5FCB 13-2456-4
-letter \x5FCC 13-16-5
-letter \x5FCD 1245-136-4
-letter \x5FCE 1245-136-2
-letter \x5FCF 245-2345-3
-letter \x5FD0 124-1236-4
-letter \x5FD1 124-2346-5
-letter \x5FD2 124-2346-5
-letter \x5FD3 13-1236-3
-letter \x5FD4 245-16-5
-letter \x5FD5 124-2456-5
-letter \x5FD6 245-123456-4
-letter \x5FD7 1-156-5
-letter \x5FD8 456-5
-letter \x5FD9 134-1346-2
-letter \x5FDA 15-16-3
-letter \x5FDB 12345-1236-2
-letter \x5FDC 13456-3
-letter \x5FDD 124-2345-4
-letter \x5FDE 134-1456-2
-letter \x5FDF 134-1456-2
-letter \x5FE0 1-12346-3
-letter \x5FE1 12-12346-3
-letter \x5FE2 34-5
-letter \x5FE3 13-16-2
-letter \x5FE4 34-4
-letter \x5FE5 15-16-5
-letter \x5FE6 13-23456-2
-letter \x5FE7 234-5
-letter \x5FE8 12456-5
-letter \x5FE9 245-12346-3
-letter \x5FEA 15-12346-3
-letter \x5FEB 123-2356-5
-letter \x5FEC 1256-5
-letter \x5FED 135-2345-5
-letter \x5FEE 1-156-5
-letter \x5FEF 245-16-2
-letter \x5FF0 245-1246-5
-letter \x5FF1 12-136-2
-letter \x5FF2 124-2456-5
-letter \x5FF3 124-123456-2
-letter \x5FF4 245-2345-2
-letter \x5FF5 1345-2345-5
-letter \x5FF6 1235-123456-2
-letter \x5FF7 15-235-3
-letter \x5FF8 1345-234-4
-letter \x5FF9 1245-136-5
-letter \x5FFA 15-2345-3
-letter \x5FFB 15-1456-3
-letter \x5FFC 123-1346-3
-letter \x5FFD 1235-34-3
-letter \x5FFE 123-2456-4
-letter \x5FFF 12345-136-5
-letter \x6000 12345-34-5
-letter \x6001 124-2456-5
-letter \x6002 15-12346-4
-letter \x6003 34-4
-letter \x6004 12356-5
-letter \x6005 12-1346-5
-letter \x6006 12-456-5
-letter \x6007 13-1256-5
-letter \x6008 16-5
-letter \x6009 135-146-4
-letter \x600A 12-146-3
-letter \x600B 134-1456-2
-letter \x600C 1234-356-3
-letter \x600D 125-25-5
-letter \x600E 125-136-4
-letter \x600F 46-5
-letter \x6010 123-12356-5
-letter \x6011 135-1236-5
-letter \x6012 1345-34-5
-letter \x6013 1345-146-2
-letter \x6014 1-1356-3
-letter \x6015 1234-345-5
-letter \x6016 135-34-5
-letter \x6017 124-346-3
-letter \x6018 13-34-5
-letter \x6019 1235-34-5
-letter \x601A 13-1256-5
-letter \x601B 145-345-2
-letter \x601C 14-13456-2
-letter \x601D 15-156-3
-letter \x601E 234-2
-letter \x601F 145-16-5
-letter \x6020 145-2456-5
-letter \x6021 16-2
-letter \x6022 124-34-2
-letter \x6023 234-2
-letter \x6024 12345-34-3
-letter \x6025 13-16-2
-letter \x6026 1234-1356-3
-letter \x6027 15-13456-5
-letter \x6028 45-5
-letter \x6029 1345-16-2
-letter \x602A 13-2356-5
-letter \x602B 12345-34-2
-letter \x602C 15-16-5
-letter \x602D 135-16-5
-letter \x602E 234-3
-letter \x602F 245-346-5
-letter \x6030 15-45-5
-letter \x6031 245-12346-3
-letter \x6032 135-13456-4
-letter \x6033 1235-456-4
-letter \x6034 15-1256-5
-letter \x6035 12-34-5
-letter \x6036 1234-16-3
-letter \x6037 24-34-5
-letter \x6038 15-16-3
-letter \x6039 124-1236-3
-letter \x603A 235-4
-letter \x603B 125-12346-4
-letter \x603C 145-1246-5
-letter \x603D 134-126-5
-letter \x603E 135-16-4
-letter \x603F 16-5
-letter \x6040 24-156-5
-letter \x6041 1245-136-5
-letter \x6042 15-256-2
-letter \x6043 24-156-5
-letter \x6044 15-16-5
-letter \x6045 14-146-4
-letter \x6046 1235-1356-2
-letter \x6047 123-456-3
-letter \x6048 134-34-2
-letter \x6049 1-156-4
-letter \x604A 15-346-2
-letter \x604B 14-2345-5
-letter \x604C 124-246-3
-letter \x604D 1235-456-4
-letter \x604E 145-346-2
-letter \x604F 1235-146-4
-letter \x6050 123-12346-4
-letter \x6051 13-1246-4
-letter \x6052 1235-1356-2
-letter \x6053 15-16-3
-letter \x6054 15-246-5
-letter \x6055 24-34-5
-letter \x6056 15-156-3
-letter \x6057 123-35-4
-letter \x6058 245-234-3
-letter \x6059 46-5
-letter \x605A 1235-1246-5
-letter \x605B 1235-1246-2
-letter \x605C 12-156-5
-letter \x605D 13-23456-2
-letter \x605E 16-2
-letter \x605F 15-235-3
-letter \x6060 13-2356-5
-letter \x6061 14-1456-5
-letter \x6062 1235-1246-3
-letter \x6063 125-156-5
-letter \x6064 15-1256-5
-letter \x6065 12-156-4
-letter \x6066 15-46-5
-letter \x6067 1345-1256-5
-letter \x6068 1235-136-5
-letter \x6069 136-3
-letter \x606A 123-2346-5
-letter \x606B 145-12346-5
-letter \x606C 124-2345-2
-letter \x606D 13-12346-3
-letter \x606E 245-45-2
-letter \x606F 15-16-2
-letter \x6070 245-23456-5
-letter \x6071 236-5
-letter \x6072 1234-1356-3
-letter \x6073 123-136-4
-letter \x6074 145-2346-2
-letter \x6075 1235-1246-5
-letter \x6076 2346-5
-letter \x6077 15-246-3
-letter \x6078 124-12346-5
-letter \x6079 2345-3
-letter \x607A 123-2456-4
-letter \x607B 245-2346-5
-letter \x607C 1345-146-4
-letter \x607D 256-5
-letter \x607E 134-1346-2
-letter \x607F 235-4
-letter \x6080 235-4
-letter \x6081 13-45-3
-letter \x6082 1234-16-3
-letter \x6083 123-123456-4
-letter \x6084 245-246-3
-letter \x6085 236-5
-letter \x6086 1256-5
-letter \x6087 1256-5
-letter \x6088 13-346-5
-letter \x6089 15-16-3
-letter \x608A 1-2346-2
-letter \x608B 14-1456-5
-letter \x608C 124-16-5
-letter \x608D 1235-1236-5
-letter \x608E 1235-146-5
-letter \x608F 245-346-5
-letter \x6090 124-16-5
-letter \x6091 135-34-5
-letter \x6092 16-5
-letter \x6093 245-2345-5
-letter \x6094 1235-1246-4
-letter \x6095 15-16-3
-letter \x6096 135-356-5
-letter \x6097 134-1236-2
-letter \x6098 16-3
-letter \x6099 1235-1356-3
-letter \x609A 15-12346-4
-letter \x609B 245-45-3
-letter \x609C 12-1356-4
-letter \x609D 123-1246-3
-letter \x609E 34-5
-letter \x609F 34-5
-letter \x60A0 234-3
-letter \x60A1 14-16-2
-letter \x60A2 14-46-5
-letter \x60A3 1235-12456-5
-letter \x60A4 245-12346-3
-letter \x60A5 16-5
-letter \x60A6 236-5
-letter \x60A7 14-16-5
-letter \x60A8 1345-1456-2
-letter \x60A9 1345-146-4
-letter \x60AA 2346-5
-letter \x60AB 245-236-5
-letter \x60AC 15-45-2
-letter \x60AD 245-2345-3
-letter \x60AE 34-5
-letter \x60AF 134-1456-4
-letter \x60B0 245-12346-2
-letter \x60B1 12345-356-4
-letter \x60B2 135-356-3
-letter \x60B3 145-2346-2
-letter \x60B4 245-1246-5
-letter \x60B5 12-1346-5
-letter \x60B6 134-136-3
-letter \x60B7 14-16-5
-letter \x60B8 13-16-5
-letter \x60B9 13-12456-5
-letter \x60BA 13-12456-5
-letter \x60BB 15-13456-5
-letter \x60BC 145-146-5
-letter \x60BD 245-16-3
-letter \x60BE 123-12346-3
-letter \x60BF 124-2345-4
-letter \x60C0 14-123456-2
-letter \x60C1 15-16-3
-letter \x60C2 123-1236-4
-letter \x60C3 123-123456-3
-letter \x60C4 1345-16-5
-letter \x60C5 245-13456-2
-letter \x60C6 12-12356-2
-letter \x60C7 145-123456-3
-letter \x60C8 13-25-4
-letter \x60C9 12-1236-3
-letter \x60CA 13-13456-3
-letter \x60CB 12456-4
-letter \x60CC 45-3
-letter \x60CD 13-1456-3
-letter \x60CE 13-16-5
-letter \x60CF 14-1236-2
-letter \x60D0 1256-5
-letter \x60D1 1235-25-5
-letter \x60D2 1235-2346-2
-letter \x60D3 245-45-2
-letter \x60D4 124-1236-2
-letter \x60D5 124-16-5
-letter \x60D6 124-16-5
-letter \x60D7 1345-346-3
-letter \x60D8 456-4
-letter \x60D9 12-25-5
-letter \x60DA 1235-34-3
-letter \x60DB 1235-123456-3
-letter \x60DC 15-16-2
-letter \x60DD 12-1346-4
-letter \x60DE 15-1456-3
-letter \x60DF 1246-2
-letter \x60E0 1235-1246-5
-letter \x60E1 2346-5
-letter \x60E2 15-25-4
-letter \x60E3 125-12346-4
-letter \x60E4 13-2345-3
-letter \x60E5 235-4
-letter \x60E6 145-2345-5
-letter \x60E7 13-1256-5
-letter \x60E8 245-1236-4
-letter \x60E9 12-1356-2
-letter \x60EA 145-2346-2
-letter \x60EB 135-356-5
-letter \x60EC 245-346-5
-letter \x60ED 245-1236-2
-letter \x60EE 145-1236-5
-letter \x60EF 13-12456-5
-letter \x60F0 145-25-5
-letter \x60F1 1345-146-4
-letter \x60F2 256-5
-letter \x60F3 15-46-4
-letter \x60F4 1-1246-5
-letter \x60F5 145-346-5
-letter \x60F6 1235-456-2
-letter \x60F7 12-123456-4
-letter \x60F8 245-235-2
-letter \x60F9 1245-2346-4
-letter \x60FA 15-13456-3
-letter \x60FB 245-2346-5
-letter \x60FC 135-2345-4
-letter \x60FD 1235-123456-3
-letter \x60FE 125-12346-3
-letter \x60FF 124-16-2
-letter \x6100 245-246-4
-letter \x6101 12-12356-2
-letter \x6102 135-356-5
-letter \x6103 15-45-3
-letter \x6104 1246-3
-letter \x6105 13-2346-2
-letter \x6106 245-2345-3
-letter \x6107 1246-4
-letter \x6108 1256-5
-letter \x6109 1256-2
-letter \x610A 135-16-5
-letter \x610B 15-45-3
-letter \x610C 1235-12456-5
-letter \x610D 134-1456-4
-letter \x610E 135-16-5
-letter \x610F 16-5
-letter \x6110 134-2345-4
-letter \x6111 235-4
-letter \x6112 123-2456-5
-letter \x6113 145-1346-5
-letter \x6114 1456-3
-letter \x6115 2346-5
-letter \x6116 12-136-2
-letter \x6117 134-12356-5
-letter \x6118 245-23456-5
-letter \x6119 123-2346-5
-letter \x611A 1256-2
-letter \x611B 2456-5
-letter \x611C 245-346-5
-letter \x611D 2345-4
-letter \x611E 1345-25-5
-letter \x611F 13-1236-4
-letter \x6120 256-5
-letter \x6121 125-12346-4
-letter \x6122 15-2456-3
-letter \x6123 14-1356-5
-letter \x6124 12345-136-5
-letter \x6125 13456-3
-letter \x6126 123-1246-5
-letter \x6127 123-1246-5
-letter \x6128 245-236-5
-letter \x6129 13-12346-3
-letter \x612A 256-2
-letter \x612B 15-34-5
-letter \x612C 15-34-5
-letter \x612D 245-16-2
-letter \x612E 246-2
-letter \x612F 15-12346-4
-letter \x6130 1235-456-4
-letter \x6131 13-16-2
-letter \x6132 13-34-4
-letter \x6133 13-1256-5
-letter \x6134 12-456-5
-letter \x6135 1345-16-5
-letter \x6136 15-346-2
-letter \x6137 123-2456-4
-letter \x6138 1-1356-4
-letter \x6139 235-4
-letter \x613A 245-146-4
-letter \x613B 15-123456-5
-letter \x613C 24-136-5
-letter \x613D 135-126-2
-letter \x613E 123-2456-4
-letter \x613F 45-5
-letter \x6140 15-346-2
-letter \x6141 1235-123456-5
-letter \x6142 235-4
-letter \x6143 46-4
-letter \x6144 14-16-5
-letter \x6145 15-146-3
-letter \x6146 124-146-3
-letter \x6147 1456-3
-letter \x6148 245-156-2
-letter \x6149 15-1256-5
-letter \x614A 245-2345-5
-letter \x614B 124-2456-5
-letter \x614C 1235-456-3
-letter \x614D 256-5
-letter \x614E 24-136-5
-letter \x614F 134-13456-4
-letter \x6150 13-12346-5
-letter \x6151 24-2346-5
-letter \x6152 245-12346-2
-letter \x6153 1234-246-5
-letter \x6154 134-34-5
-letter \x6155 134-34-5
-letter \x6156 13-25-2
-letter \x6157 12-156-5
-letter \x6158 245-1236-4
-letter \x6159 245-1236-2
-letter \x615A 245-1236-2
-letter \x615B 245-1246-2
-letter \x615C 134-1456-4
-letter \x615D 124-2346-5
-letter \x615E 1-1346-3
-letter \x615F 124-12346-5
-letter \x6160 146-5
-letter \x6161 24-456-4
-letter \x6162 134-1236-5
-letter \x6163 13-12456-5
-letter \x6164 245-236-5
-letter \x6165 245-146-5
-letter \x6166 13-234-5
-letter \x6167 1235-1246-5
-letter \x6168 123-2456-4
-letter \x6169 14-2345-2
-letter \x616A 12356-5
-letter \x616B 15-12346-4
-letter \x616C 13-1456-4
-letter \x616D 1456-5
-letter \x616E 14-1256-5
-letter \x616F 24-1346-3
-letter \x6170 1246-5
-letter \x6171 124-12456-2
-letter \x6172 134-1236-2
-letter \x6173 245-2345-3
-letter \x6174 24-2346-5
-letter \x6175 235-3
-letter \x6176 245-13456-5
-letter \x6177 123-1346-3
-letter \x6178 145-16-5
-letter \x6179 1-156-2
-letter \x617A 14-12356-2
-letter \x617B 13-45-5
-letter \x617C 245-16-3
-letter \x617D 245-16-3
-letter \x617E 1256-5
-letter \x617F 1234-13456-2
-letter \x6180 14-246-2
-letter \x6181 245-12346-3
-letter \x6182 234-3
-letter \x6183 12-12346-3
-letter \x6184 1-156-5
-letter \x6185 124-12346-5
-letter \x6186 12-1356-3
-letter \x6187 245-16-5
-letter \x6188 245-1256-3
-letter \x6189 1234-1356-2
-letter \x618A 135-356-5
-letter \x618B 135-346-3
-letter \x618C 12-123456-2
-letter \x618D 13-246-3
-letter \x618E 125-1356-3
-letter \x618F 12-156-5
-letter \x6190 14-2345-2
-letter \x6191 1234-13456-2
-letter \x6192 123-1246-5
-letter \x6193 1235-1246-5
-letter \x6194 245-246-2
-letter \x6195 12-1356-2
-letter \x6196 1456-5
-letter \x6197 1456-5
-letter \x6198 15-16-4
-letter \x6199 15-16-4
-letter \x619A 145-1236-5
-letter \x619B 124-1236-2
-letter \x619C 145-25-4
-letter \x619D 145-1246-5
-letter \x619E 145-1246-5
-letter \x619F 15-34-5
-letter \x61A0 13-236-2
-letter \x61A1 245-2346-5
-letter \x61A2 15-246-3
-letter \x61A3 12345-1236-2
-letter \x61A4 12345-136-5
-letter \x61A5 14-146-2
-letter \x61A6 14-146-5
-letter \x61A7 12-12346-3
-letter \x61A8 1235-1236-3
-letter \x61A9 245-16-5
-letter \x61AA 15-2345-2
-letter \x61AB 134-1456-4
-letter \x61AC 13-13456-4
-letter \x61AD 14-246-4
-letter \x61AE 34-4
-letter \x61AF 245-1236-4
-letter \x61B0 13-236-2
-letter \x61B1 245-34-5
-letter \x61B2 15-2345-5
-letter \x61B3 124-1236-4
-letter \x61B4 24-1356-2
-letter \x61B5 1234-16-3
-letter \x61B6 16-5
-letter \x61B7 12-34-5
-letter \x61B8 15-2345-3
-letter \x61B9 1345-146-2
-letter \x61BA 145-1236-5
-letter \x61BB 124-1236-4
-letter \x61BC 13-13456-4
-letter \x61BD 15-12346-3
-letter \x61BE 1235-1236-5
-letter \x61BF 13-16-3
-letter \x61C0 2356-5
-letter \x61C1 15-45-3
-letter \x61C2 145-12346-4
-letter \x61C3 245-1456-2
-letter \x61C4 245-1456-2
-letter \x61C5 245-1256-2
-letter \x61C6 245-146-4
-letter \x61C7 123-136-4
-letter \x61C8 15-346-5
-letter \x61C9 13456-3
-letter \x61CA 146-5
-letter \x61CB 134-146-5
-letter \x61CC 16-5
-letter \x61CD 14-1456-4
-letter \x61CE 15-2346-5
-letter \x61CF 13-256-5
-letter \x61D0 1235-2356-2
-letter \x61D1 134-136-5
-letter \x61D2 14-1236-4
-letter \x61D3 2456-5
-letter \x61D4 14-1456-4
-letter \x61D5 2345-3
-letter \x61D6 13-35-3
-letter \x61D7 15-23456-5
-letter \x61D8 12-156-5
-letter \x61D9 1256-4
-letter \x61DA 1456-5
-letter \x61DB 145-2456-3
-letter \x61DC 134-1356-5
-letter \x61DD 2456-5
-letter \x61DE 134-1356-2
-letter \x61DF 145-1246-5
-letter \x61E0 245-16-2
-letter \x61E1 134-126-4
-letter \x61E2 14-1236-2
-letter \x61E3 134-136-5
-letter \x61E4 12-12356-2
-letter \x61E5 1-156-5
-letter \x61E6 1345-25-5
-letter \x61E7 1345-25-5
-letter \x61E8 2345-3
-letter \x61E9 46-4
-letter \x61EA 135-126-2
-letter \x61EB 1-156-2
-letter \x61EC 123-456-5
-letter \x61ED 123-456-5
-letter \x61EE 234-4
-letter \x61EF 12345-34-3
-letter \x61F0 14-234-2
-letter \x61F1 134-346-5
-letter \x61F2 12-1356-2
-letter \x61F3 1235-1246-5
-letter \x61F4 12-1236-5
-letter \x61F5 134-1356-2
-letter \x61F6 14-1236-4
-letter \x61F7 1235-2356-2
-letter \x61F8 15-45-2
-letter \x61F9 1245-1346-5
-letter \x61FA 12-1236-5
-letter \x61FB 13-16-5
-letter \x61FC 13-1256-5
-letter \x61FD 13-12456-3
-letter \x61FE 24-2346-5
-letter \x61FF 16-5
-letter \x6200 14-2345-5
-letter \x6201 1345-1236-4
-letter \x6202 134-16-2
-letter \x6203 124-1346-4
-letter \x6204 13-236-2
-letter \x6205 13-1346-5
-letter \x6206 1-456-5
-letter \x6207 1-456-5
-letter \x6208 13-2346-3
-letter \x6209 236-5
-letter \x620A 34-5
-letter \x620B 13-2345-3
-letter \x620C 15-1256-3
-letter \x620D 24-34-5
-letter \x620E 1245-12346-2
-letter \x620F 15-16-5
-letter \x6210 12-1356-2
-letter \x6211 25-4
-letter \x6212 13-346-5
-letter \x6213 13-2346-3
-letter \x6214 13-2345-3
-letter \x6215 245-46-2
-letter \x6216 1235-25-5
-letter \x6217 245-46-3
-letter \x6218 1-1236-5
-letter \x6219 145-12346-5
-letter \x621A 245-16-3
-letter \x621B 13-23456-2
-letter \x621C 145-346-2
-letter \x621D 125-356-2
-letter \x621E 13-23456-2
-letter \x621F 13-16-4
-letter \x6220 1-156-2
-letter \x6221 123-1236-3
-letter \x6222 13-16-2
-letter \x6223 123-1246-2
-letter \x6224 13-2456-5
-letter \x6225 145-1356-4
-letter \x6226 1-1236-5
-letter \x6227 245-46-3
-letter \x6228 13-2346-3
-letter \x6229 13-2345-4
-letter \x622A 13-346-2
-letter \x622B 1256-5
-letter \x622C 13-2345-4
-letter \x622D 2345-4
-letter \x622E 14-34-5
-letter \x622F 15-16-5
-letter \x6230 1-1236-5
-letter \x6231 15-16-5
-letter \x6232 15-16-5
-letter \x6233 12-25-3
-letter \x6234 145-2456-5
-letter \x6235 245-1256-2
-letter \x6236 1235-34-5
-letter \x6237 1235-34-5
-letter \x6238 1235-34-5
-letter \x6239 2346-5
-letter \x623A 24-156-5
-letter \x623B 14-16-5
-letter \x623C 134-146-4
-letter \x623D 1235-34-5
-letter \x623E 14-16-5
-letter \x623F 12345-1346-2
-letter \x6240 15-25-4
-letter \x6241 135-2345-4
-letter \x6242 145-2345-5
-letter \x6243 13-235-3
-letter \x6244 24-1346-4
-letter \x6245 16-2
-letter \x6246 16-4
-letter \x6247 24-1236-5
-letter \x6248 1235-34-5
-letter \x6249 12345-356-3
-letter \x624A 2345-4
-letter \x624B 24-12356-4
-letter \x624C 24-12356-4
-letter \x624D 245-2456-2
-letter \x624E 1-345-3
-letter \x624F 245-234-2
-letter \x6250 14-2346-5
-letter \x6251 1234-34-3
-letter \x6252 1234-345-2
-letter \x6253 145-345-4
-letter \x6254 1245-1356-3
-letter \x6255 12345-34-2
-letter \x6256 1245-34-5
-letter \x6257 125-2456-5
-letter \x6258 124-25-3
-letter \x6259 1-1346-5
-letter \x625A 145-246-4
-letter \x625B 123-1346-2
-letter \x625C 145-246-4
-letter \x625D 123-34-3
-letter \x625E 1235-1236-5
-letter \x625F 24-136-3
-letter \x6260 12-345-3
-letter \x6261 1235-34-3
-letter \x6262 13-2346-3
-letter \x6263 123-12356-5
-letter \x6264 34-5
-letter \x6265 145-123456-5
-letter \x6266 245-2345-3
-letter \x6267 1-156-2
-letter \x6268 1245-136-5
-letter \x6269 123-25-5
-letter \x626A 134-136-2
-letter \x626B 15-146-4
-letter \x626C 46-2
-letter \x626D 1345-234-4
-letter \x626E 135-1236-5
-letter \x626F 12-2346-4
-letter \x6270 1245-146-4
-letter \x6271 15-16-3
-letter \x6272 245-2345-2
-letter \x6273 135-1236-3
-letter \x6274 13-23456-2
-letter \x6275 1256-2
-letter \x6276 12345-34-2
-letter \x6277 146-5
-letter \x6278 15-16-3
-letter \x6279 1234-16-3
-letter \x627A 1-156-4
-letter \x627B 125-156-5
-letter \x627C 2346-5
-letter \x627D 145-123456-5
-letter \x627E 1-146-4
-letter \x627F 12-1356-2
-letter \x6280 13-16-5
-letter \x6281 2345-4
-letter \x6282 123-456-2
-letter \x6283 135-2345-5
-letter \x6284 12-146-3
-letter \x6285 13-1256-3
-letter \x6286 123456-4
-letter \x6287 1235-34-2
-letter \x6288 236-5
-letter \x6289 13-236-2
-letter \x628A 135-345-4
-letter \x628B 245-1456-5
-letter \x628C 1-136-4
-letter \x628D 1-1356-4
-letter \x628E 256-4
-letter \x628F 12456-2
-letter \x6290 1345-136-5
-letter \x6291 16-5
-letter \x6292 24-34-3
-letter \x6293 1-35-3
-letter \x6294 1234-12356-2
-letter \x6295 124-12356-2
-letter \x6296 145-12356-4
-letter \x6297 123-1346-5
-letter \x6298 1-2346-2
-letter \x6299 1234-12356-2
-letter \x629A 12345-34-4
-letter \x629B 1234-146-3
-letter \x629C 135-345-2
-letter \x629D 146-4
-letter \x629E 125-2346-2
-letter \x629F 124-12456-2
-letter \x62A0 123-12356-3
-letter \x62A1 14-123456-3
-letter \x62A2 245-46-4
-letter \x62A3 256-2
-letter \x62A4 1235-34-5
-letter \x62A5 135-146-5
-letter \x62A6 135-13456-4
-letter \x62A7 1-156-4
-letter \x62A8 1234-1356-3
-letter \x62A9 124-1236-3
-letter \x62AA 1234-34-3
-letter \x62AB 1234-16-3
-letter \x62AC 124-2456-2
-letter \x62AD 246-4
-letter \x62AE 1-136-4
-letter \x62AF 1-345-3
-letter \x62B0 46-4
-letter \x62B1 135-146-5
-letter \x62B2 1235-2346-3
-letter \x62B3 1345-16-4
-letter \x62B4 16-5
-letter \x62B5 145-16-4
-letter \x62B6 12-156-5
-letter \x62B7 1234-16-3
-letter \x62B8 125-345-3
-letter \x62B9 134-126-4
-letter \x62BA 134-356-5
-letter \x62BB 12-136-3
-letter \x62BC 23456-3
-letter \x62BD 12-12356-3
-letter \x62BE 245-1256-3
-letter \x62BF 134-1456-4
-letter \x62C0 12-34-5
-letter \x62C1 13-23456-3
-letter \x62C2 12345-34-2
-letter \x62C3 1-1236-4
-letter \x62C4 1-34-4
-letter \x62C5 145-1236-3
-letter \x62C6 12-2456-3
-letter \x62C7 134-34-4
-letter \x62C8 1345-2345-2
-letter \x62C9 14-345-3
-letter \x62CA 12345-34-4
-letter \x62CB 1234-146-3
-letter \x62CC 135-1236-5
-letter \x62CD 1234-2456-3
-letter \x62CE 14-13456-3
-letter \x62CF 1345-345-2
-letter \x62D0 13-2356-4
-letter \x62D1 245-2345-2
-letter \x62D2 13-1256-5
-letter \x62D3 124-25-5
-letter \x62D4 135-345-2
-letter \x62D5 124-25-3
-letter \x62D6 124-25-3
-letter \x62D7 1345-234-5
-letter \x62D8 13-1256-3
-letter \x62D9 1-25-2
-letter \x62DA 1234-1456-3
-letter \x62DB 1-146-3
-letter \x62DC 135-2456-5
-letter \x62DD 135-2456-5
-letter \x62DE 145-16-4
-letter \x62DF 1345-16-4
-letter \x62E0 13-1256-5
-letter \x62E1 123-25-5
-letter \x62E2 14-12346-4
-letter \x62E3 13-2345-4
-letter \x62E4 245-23456-4
-letter \x62E5 235-4
-letter \x62E6 14-1236-2
-letter \x62E7 1345-13456-2
-letter \x62E8 135-126-3
-letter \x62E9 125-2346-2
-letter \x62EA 245-2345-3
-letter \x62EB 1235-136-2
-letter \x62EC 123-25-5
-letter \x62ED 24-156-5
-letter \x62EE 13-346-2
-letter \x62EF 1-1356-4
-letter \x62F0 1345-1456-4
-letter \x62F1 13-12346-4
-letter \x62F2 13-12346-4
-letter \x62F3 245-45-2
-letter \x62F4 24-12456-3
-letter \x62F5 245-123456-2
-letter \x62F6 125-345-3
-letter \x62F7 123-146-4
-letter \x62F8 12-156-4
-letter \x62F9 15-346-2
-letter \x62FA 245-2346-5
-letter \x62FB 1235-1246-3
-letter \x62FC 1234-1456-3
-letter \x62FD 1-2356-5
-letter \x62FE 24-156-2
-letter \x62FF 1345-345-2
-letter \x6300 135-126-5
-letter \x6301 12-156-2
-letter \x6302 13-35-5
-letter \x6303 1-156-5
-letter \x6304 123-25-5
-letter \x6305 145-25-4
-letter \x6306 145-25-4
-letter \x6307 1-156-4
-letter \x6308 245-346-5
-letter \x6309 1236-5
-letter \x630A 1345-12346-5
-letter \x630B 1-136-5
-letter \x630C 13-2346-2
-letter \x630D 13-246-5
-letter \x630E 123-35-5
-letter \x630F 145-12346-5
-letter \x6310 1245-34-2
-letter \x6311 124-246-3
-letter \x6312 14-346-5
-letter \x6313 1-345-3
-letter \x6314 14-1256-4
-letter \x6315 145-346-2
-letter \x6316 35-3
-letter \x6317 13-236-2
-letter \x6318 14-346-4
-letter \x6319 13-1256-4
-letter \x631A 1-156-5
-letter \x631B 14-12456-2
-letter \x631C 23456-5
-letter \x631D 25-3
-letter \x631E 124-345-5
-letter \x631F 15-346-2
-letter \x6320 1345-146-2
-letter \x6321 145-1346-4
-letter \x6322 13-246-4
-letter \x6323 1-1356-5
-letter \x6324 13-16-4
-letter \x6325 1235-1246-3
-letter \x6326 15-256-2
-letter \x6327 1256-4
-letter \x6328 2456-3
-letter \x6329 124-25-3
-letter \x632A 1345-25-2
-letter \x632B 245-25-5
-letter \x632C 135-126-2
-letter \x632D 13-1356-4
-letter \x632E 124-16-4
-letter \x632F 1-136-5
-letter \x6330 12-1356-2
-letter \x6331 15-25-3
-letter \x6332 15-25-3
-letter \x6333 123-1356-3
-letter \x6334 134-356-4
-letter \x6335 1345-12346-5
-letter \x6336 13-1256-2
-letter \x6337 1234-1356-2
-letter \x6338 13-2345-4
-letter \x6339 16-5
-letter \x633A 124-13456-4
-letter \x633B 24-1236-3
-letter \x633C 1345-25-2
-letter \x633D 12456-4
-letter \x633E 15-346-2
-letter \x633F 12-345-3
-letter \x6340 12345-1356-2
-letter \x6341 13-246-4
-letter \x6342 34-4
-letter \x6343 13-256-5
-letter \x6344 13-234-5
-letter \x6345 124-12346-4
-letter \x6346 123-123456-4
-letter \x6347 1235-25-5
-letter \x6348 124-34-2
-letter \x6349 1-25-3
-letter \x634A 1234-12356-2
-letter \x634B 14-1256-4
-letter \x634C 135-345-3
-letter \x634D 1235-1236-5
-letter \x634E 24-146-3
-letter \x634F 1345-346-3
-letter \x6350 13-45-3
-letter \x6351 125-2346-2
-letter \x6352 15-12346-4
-letter \x6353 346-2
-letter \x6354 13-236-2
-letter \x6355 135-34-4
-letter \x6356 12456-2
-letter \x6357 135-34-5
-letter \x6358 125-123456-5
-letter \x6359 16-5
-letter \x635A 1-2456-3
-letter \x635B 14-1256-4
-letter \x635C 15-12356-3
-letter \x635D 124-25-3
-letter \x635E 14-146-3
-letter \x635F 15-123456-4
-letter \x6360 135-1346-3
-letter \x6361 13-2345-4
-letter \x6362 1235-12456-5
-letter \x6363 145-146-4
-letter \x6364 1246-4
-letter \x6365 12456-5
-letter \x6366 245-1456-2
-letter \x6367 1234-1356-4
-letter \x6368 24-2346-4
-letter \x6369 14-346-5
-letter \x636A 134-1456-2
-letter \x636B 134-136-2
-letter \x636C 12345-34-4
-letter \x636D 135-2456-4
-letter \x636E 13-1256-5
-letter \x636F 145-146-2
-letter \x6370 25-4
-letter \x6371 2456-2
-letter \x6372 13-45-4
-letter \x6373 236-5
-letter \x6374 125-12346-4
-letter \x6375 12-136-3
-letter \x6376 12-1246-2
-letter \x6377 13-346-2
-letter \x6378 124-34-3
-letter \x6379 135-136-5
-letter \x637A 1345-345-5
-letter \x637B 1345-2345-4
-letter \x637C 1345-25-2
-letter \x637D 125-34-2
-letter \x637E 25-5
-letter \x637F 15-16-3
-letter \x6380 15-2345-3
-letter \x6381 12-1356-2
-letter \x6382 145-2345-3
-letter \x6383 15-146-4
-letter \x6384 14-123456-3
-letter \x6385 245-13456-5
-letter \x6386 13-1346-3
-letter \x6387 145-25-2
-letter \x6388 24-12356-5
-letter \x6389 145-246-5
-letter \x638A 1234-12356-2
-letter \x638B 145-16-4
-letter \x638C 1-1346-4
-letter \x638D 13-123456-4
-letter \x638E 13-16-4
-letter \x638F 124-146-3
-letter \x6390 245-23456-3
-letter \x6391 245-16-2
-letter \x6392 1234-2456-2
-letter \x6393 24-34-2
-letter \x6394 245-2345-3
-letter \x6395 14-13456-5
-letter \x6396 346-5
-letter \x6397 23456-5
-letter \x6398 13-236-2
-letter \x6399 1-1356-5
-letter \x639A 14-46-4
-letter \x639B 13-35-5
-letter \x639C 16-4
-letter \x639D 1235-25-5
-letter \x639E 24-1236-5
-letter \x639F 1-1356-4
-letter \x63A0 14-236-5
-letter \x63A1 245-2456-4
-letter \x63A2 124-1236-5
-letter \x63A3 12-2346-5
-letter \x63A4 135-13456-3
-letter \x63A5 13-346-3
-letter \x63A6 124-16-5
-letter \x63A7 123-12346-5
-letter \x63A8 124-1246-3
-letter \x63A9 2345-4
-letter \x63AA 245-25-5
-letter \x63AB 125-12356-3
-letter \x63AC 13-1256-2
-letter \x63AD 124-2345-5
-letter \x63AE 245-2345-2
-letter \x63AF 123-136-5
-letter \x63B0 135-2456-3
-letter \x63B1 24-12356-4
-letter \x63B2 13-346-3
-letter \x63B3 14-34-4
-letter \x63B4 13-25-2
-letter \x63B5 134-13456-5
-letter \x63B6 13-346-2
-letter \x63B7 1-156-5
-letter \x63B8 145-1236-4
-letter \x63B9 134-1356-3
-letter \x63BA 12-1236-3
-letter \x63BB 15-146-3
-letter \x63BC 13-12456-5
-letter \x63BD 1234-1356-5
-letter \x63BE 45-5
-letter \x63BF 1345-25-5
-letter \x63C0 13-2345-4
-letter \x63C1 1-136-3
-letter \x63C2 13-234-3
-letter \x63C3 13-2345-3
-letter \x63C4 1256-2
-letter \x63C5 2345-2
-letter \x63C6 123-1246-2
-letter \x63C7 1345-1236-4
-letter \x63C8 1235-12346-3
-letter \x63C9 1245-12356-2
-letter \x63CA 1234-16-5
-letter \x63CB 1246-3
-letter \x63CC 15-2456-3
-letter \x63CD 125-12356-5
-letter \x63CE 15-45-3
-letter \x63CF 134-246-2
-letter \x63D0 124-16-2
-letter \x63D1 1345-346-3
-letter \x63D2 12-345-3
-letter \x63D3 24-156-5
-letter \x63D4 125-12346-4
-letter \x63D5 1-136-5
-letter \x63D6 16-3
-letter \x63D7 24-123456-4
-letter \x63D8 1235-1356-2
-letter \x63D9 135-2345-5
-letter \x63DA 46-2
-letter \x63DB 1235-12456-5
-letter \x63DC 2345-4
-letter \x63DD 125-12456-5
-letter \x63DE 1236-4
-letter \x63DF 15-1256-3
-letter \x63E0 23456-5
-letter \x63E1 25-5
-letter \x63E2 123-2346-5
-letter \x63E3 12-2356-4
-letter \x63E4 13-16-2
-letter \x63E5 124-16-5
-letter \x63E6 14-345-2
-letter \x63E7 14-345-5
-letter \x63E8 12-1356-2
-letter \x63E9 123-2456-3
-letter \x63EA 13-234-3
-letter \x63EB 13-234-3
-letter \x63EC 124-34-2
-letter \x63ED 13-346-3
-letter \x63EE 1235-1246-3
-letter \x63EF 13-1356-3
-letter \x63F0 12-12346-5
-letter \x63F1 15-246-3
-letter \x63F2 24-2346-2
-letter \x63F3 15-346-5
-letter \x63F4 45-2
-letter \x63F5 245-2345-2
-letter \x63F6 346-2
-letter \x63F7 12-345-3
-letter \x63F8 1-345-3
-letter \x63F9 135-356-3
-letter \x63FA 246-2
-letter \x63FB 1246-3
-letter \x63FC 135-1356-5
-letter \x63FD 14-1236-4
-letter \x63FE 123456-5
-letter \x63FF 245-1456-5
-letter \x6400 12-1236-3
-letter \x6401 13-2346-3
-letter \x6402 14-12356-4
-letter \x6403 125-12346-4
-letter \x6404 13-1356-3
-letter \x6405 13-246-4
-letter \x6406 13-12356-5
-letter \x6407 245-1456-5
-letter \x6408 235-4
-letter \x6409 245-236-5
-letter \x640A 12-12356-3
-letter \x640B 12-2356-3
-letter \x640C 1-1236-4
-letter \x640D 15-123456-4
-letter \x640E 15-123456-3
-letter \x640F 135-126-2
-letter \x6410 12-34-5
-letter \x6411 1245-12346-4
-letter \x6412 135-1356-5
-letter \x6413 245-25-3
-letter \x6414 15-146-3
-letter \x6415 123-2346-5
-letter \x6416 246-2
-letter \x6417 145-146-4
-letter \x6418 1-156-3
-letter \x6419 1345-34-5
-letter \x641A 15-346-2
-letter \x641B 13-2345-3
-letter \x641C 15-12356-3
-letter \x641D 245-234-4
-letter \x641E 13-146-4
-letter \x641F 15-2345-4
-letter \x6420 24-25-5
-letter \x6421 15-1346-4
-letter \x6422 13-1456-5
-letter \x6423 134-346-5
-letter \x6424 2346-5
-letter \x6425 12-1246-2
-letter \x6426 1345-25-5
-letter \x6427 24-1236-3
-letter \x6428 124-345-5
-letter \x6429 13-346-2
-letter \x642A 124-1346-2
-letter \x642B 1234-1236-2
-letter \x642C 135-1236-3
-letter \x642D 145-345-3
-letter \x642E 14-16-5
-letter \x642F 124-146-3
-letter \x6430 1235-34-2
-letter \x6431 1-156-5
-letter \x6432 35-3
-letter \x6433 15-23456-2
-letter \x6434 245-2345-3
-letter \x6435 123456-5
-letter \x6436 245-46-4
-letter \x6437 124-2345-2
-letter \x6438 1-136-3
-letter \x6439 2346-5
-letter \x643A 15-16-3
-letter \x643B 1345-25-5
-letter \x643C 245-45-2
-letter \x643D 12-345-2
-letter \x643E 1-345-5
-letter \x643F 13-2346-2
-letter \x6440 34-4
-letter \x6441 136-5
-letter \x6442 24-2346-5
-letter \x6443 123-1346-2
-letter \x6444 24-2346-5
-letter \x6445 24-34-3
-letter \x6446 135-2456-4
-letter \x6447 246-2
-letter \x6448 135-1456-5
-letter \x6449 15-12356-3
-letter \x644A 124-1236-3
-letter \x644B 15-345-5
-letter \x644C 12-1236-4
-letter \x644D 15-25-3
-letter \x644E 13-234-3
-letter \x644F 12-12346-3
-letter \x6450 12-456-3
-letter \x6451 13-25-2
-letter \x6452 135-13456-5
-letter \x6453 12345-1356-2
-letter \x6454 24-2356-3
-letter \x6455 145-16-5
-letter \x6456 245-16-5
-letter \x6457 15-12356-3
-letter \x6458 1-2456-3
-letter \x6459 14-2345-4
-letter \x645A 124-1346-2
-letter \x645B 12-156-3
-letter \x645C 13-12456-5
-letter \x645D 14-34-5
-letter \x645E 14-25-5
-letter \x645F 14-12356-4
-letter \x6460 125-12346-4
-letter \x6461 13-2456-5
-letter \x6462 1235-34-5
-letter \x6463 1-345-3
-letter \x6464 12-456-4
-letter \x6465 124-1346-5
-letter \x6466 1235-35-5
-letter \x6467 245-1246-3
-letter \x6468 1345-2456-2
-letter \x6469 134-126-2
-letter \x646A 13-46-3
-letter \x646B 13-1246-3
-letter \x646C 13456-5
-letter \x646D 1-156-2
-letter \x646E 146-2
-letter \x646F 1-156-5
-letter \x6470 1345-346-5
-letter \x6471 134-1236-2
-letter \x6472 12-1236-5
-letter \x6473 123-12356-3
-letter \x6474 24-34-3
-letter \x6475 15-25-4
-letter \x6476 124-12456-2
-letter \x6477 13-246-4
-letter \x6478 134-126-3
-letter \x6479 134-126-2
-letter \x647A 1-2346-2
-letter \x647B 12-1236-3
-letter \x647C 123-1356-3
-letter \x647D 135-246-5
-letter \x647E 13-46-5
-letter \x647F 1456-3
-letter \x6480 13-12356-5
-letter \x6481 245-2345-3
-letter \x6482 14-246-5
-letter \x6483 13-16-2
-letter \x6484 13456-3
-letter \x6485 13-236-3
-letter \x6486 1234-346-3
-letter \x6487 1234-346-4
-letter \x6488 14-146-3
-letter \x6489 145-123456-3
-letter \x648A 15-2345-5
-letter \x648B 1245-12456-2
-letter \x648C 123-1246-5
-letter \x648D 125-1236-4
-letter \x648E 16-5
-letter \x648F 15-256-2
-letter \x6490 12-1356-3
-letter \x6491 12-1356-3
-letter \x6492 15-345-4
-letter \x6493 1345-146-2
-letter \x6494 1235-1356-5
-letter \x6495 15-156-3
-letter \x6496 1235-1236-5
-letter \x6497 1235-456-2
-letter \x6498 145-345-3
-letter \x6499 125-123456-4
-letter \x649A 1345-2345-4
-letter \x649B 14-1456-4
-letter \x649C 1-1356-4
-letter \x649D 1235-1246-3
-letter \x649E 1-456-5
-letter \x649F 13-246-4
-letter \x64A0 13-16-4
-letter \x64A1 245-146-3
-letter \x64A2 145-1236-4
-letter \x64A3 145-1236-4
-letter \x64A4 12-2346-5
-letter \x64A5 135-126-3
-letter \x64A6 12-2346-4
-letter \x64A7 13-236-2
-letter \x64A8 15-246-3
-letter \x64A9 14-246-2
-letter \x64AA 135-136-5
-letter \x64AB 12345-34-4
-letter \x64AC 245-246-5
-letter \x64AD 135-126-5
-letter \x64AE 245-25-3
-letter \x64AF 1-25-2
-letter \x64B0 1-12456-5
-letter \x64B1 124-25-4
-letter \x64B2 1234-34-3
-letter \x64B3 245-1456-5
-letter \x64B4 145-123456-3
-letter \x64B5 1345-2345-4
-letter \x64B6 1235-35-2
-letter \x64B7 15-346-2
-letter \x64B8 14-34-3
-letter \x64B9 13-246-4
-letter \x64BA 245-12456-3
-letter \x64BB 124-345-5
-letter \x64BC 1235-1236-5
-letter \x64BD 245-246-5
-letter \x64BE 1-35-3
-letter \x64BF 13-2345-4
-letter \x64C0 13-1236-4
-letter \x64C1 235-4
-letter \x64C2 14-356-2
-letter \x64C3 123-25-4
-letter \x64C4 14-34-4
-letter \x64C5 24-1236-5
-letter \x64C6 1-25-2
-letter \x64C7 125-2346-2
-letter \x64C8 1234-34-3
-letter \x64C9 12-25-5
-letter \x64CA 13-16-2
-letter \x64CB 145-1346-4
-letter \x64CC 15-25-4
-letter \x64CD 245-146-3
-letter \x64CE 245-13456-2
-letter \x64CF 245-13456-2
-letter \x64D0 1235-12456-5
-letter \x64D1 13-346-3
-letter \x64D2 245-1456-2
-letter \x64D3 123-2356-4
-letter \x64D4 145-1236-3
-letter \x64D5 15-16-3
-letter \x64D6 13-2346-5
-letter \x64D7 1234-16-4
-letter \x64D8 135-126-5
-letter \x64D9 146-5
-letter \x64DA 13-1256-5
-letter \x64DB 346-5
-letter \x64DC 2346-5
-letter \x64DD 134-1356-3
-letter \x64DE 15-12356-4
-letter \x64DF 134-16-2
-letter \x64E0 13-16-4
-letter \x64E1 124-2456-2
-letter \x64E2 1-25-2
-letter \x64E3 145-146-4
-letter \x64E4 15-13456-4
-letter \x64E5 14-1236-4
-letter \x64E6 245-345-3
-letter \x64E7 13-1256-4
-letter \x64E8 346-2
-letter \x64E9 1245-34-4
-letter \x64EA 346-5
-letter \x64EB 346-5
-letter \x64EC 1345-16-4
-letter \x64ED 1235-34-5
-letter \x64EE 13-16-2
-letter \x64EF 135-1456-5
-letter \x64F0 1345-13456-2
-letter \x64F1 13-2346-3
-letter \x64F2 1-156-2
-letter \x64F3 13-346-2
-letter \x64F4 123-25-5
-letter \x64F5 134-126-2
-letter \x64F6 13-2345-5
-letter \x64F7 13-346-2
-letter \x64F8 14-346-5
-letter \x64F9 124-1236-3
-letter \x64FA 135-2456-4
-letter \x64FB 15-12356-4
-letter \x64FC 14-34-3
-letter \x64FD 14-236-5
-letter \x64FE 1245-146-4
-letter \x64FF 1-156-2
-letter \x6500 1234-1236-3
-letter \x6501 46-4
-letter \x6502 14-356-2
-letter \x6503 15-345-5
-letter \x6504 24-34-3
-letter \x6505 125-1236-4
-letter \x6506 1345-2345-4
-letter \x6507 15-2345-4
-letter \x6508 13-256-5
-letter \x6509 1235-25-3
-letter \x650A 14-16-5
-letter \x650B 14-345-5
-letter \x650C 1235-1236-5
-letter \x650D 13456-2
-letter \x650E 14-34-2
-letter \x650F 14-12346-4
-letter \x6510 245-2345-3
-letter \x6511 245-2345-3
-letter \x6512 125-1236-4
-letter \x6513 245-2345-3
-letter \x6514 14-1236-2
-letter \x6515 15-2345-3
-letter \x6516 13456-3
-letter \x6517 134-356-2
-letter \x6518 1245-1346-4
-letter \x6519 12-1236-3
-letter \x651A 13456-2
-letter \x651B 245-12456-3
-letter \x651C 15-16-3
-letter \x651D 24-2346-5
-letter \x651E 14-25-3
-letter \x651F 13-256-5
-letter \x6520 134-16-2
-letter \x6521 14-16-2
-letter \x6522 125-1236-4
-letter \x6523 14-12456-2
-letter \x6524 124-1236-3
-letter \x6525 125-12456-5
-letter \x6526 14-16-5
-letter \x6527 145-2345-3
-letter \x6528 35-3
-letter \x6529 145-1346-4
-letter \x652A 13-246-4
-letter \x652B 13-236-2
-letter \x652C 14-1236-4
-letter \x652D 14-16-5
-letter \x652E 1345-1346-4
-letter \x652F 1-156-3
-letter \x6530 13-1246-5
-letter \x6531 13-1246-4
-letter \x6532 245-16-3
-letter \x6533 15-1456-2
-letter \x6534 1234-34-3
-letter \x6535 1234-34-3
-letter \x6536 24-12356-3
-letter \x6537 123-146-4
-letter \x6538 234-3
-letter \x6539 13-2456-4
-letter \x653A 16-4
-letter \x653B 13-12346-3
-letter \x653C 13-1236-3
-letter \x653D 135-1236-3
-letter \x653E 12345-1346-5
-letter \x653F 1-1356-5
-letter \x6540 135-126-2
-letter \x6541 145-2345-3
-letter \x6542 123-12356-5
-letter \x6543 134-1456-4
-letter \x6544 34-5
-letter \x6545 13-34-5
-letter \x6546 13-2346-2
-letter \x6547 245-2346-5
-letter \x6548 15-246-5
-letter \x6549 134-16-4
-letter \x654A 12-34-5
-letter \x654B 13-2346-2
-letter \x654C 145-16-2
-letter \x654D 15-1256-5
-letter \x654E 13-246-5
-letter \x654F 134-1456-4
-letter \x6550 12-136-2
-letter \x6551 13-234-5
-letter \x6552 1-136-5
-letter \x6553 145-25-2
-letter \x6554 1256-4
-letter \x6555 12-156-5
-letter \x6556 146-2
-letter \x6557 135-2456-5
-letter \x6558 15-1256-5
-letter \x6559 13-246-5
-letter \x655A 145-25-2
-letter \x655B 14-2345-5
-letter \x655C 1345-346-5
-letter \x655D 135-16-5
-letter \x655E 12-1346-4
-letter \x655F 145-2345-4
-letter \x6560 145-25-2
-letter \x6561 16-5
-letter \x6562 13-1236-4
-letter \x6563 15-1236-5
-letter \x6564 123-2346-4
-letter \x6565 2345-5
-letter \x6566 145-123456-3
-letter \x6567 245-16-4
-letter \x6568 124-12356-4
-letter \x6569 15-246-5
-letter \x656A 145-25-2
-letter \x656B 13-246-4
-letter \x656C 13-13456-5
-letter \x656D 46-2
-letter \x656E 15-23456-2
-letter \x656F 134-1456-4
-letter \x6570 24-34-5
-letter \x6571 2456-2
-letter \x6572 245-246-3
-letter \x6573 2456-2
-letter \x6574 1-1356-4
-letter \x6575 145-16-2
-letter \x6576 1-136-5
-letter \x6577 12345-34-3
-letter \x6578 24-34-5
-letter \x6579 14-246-2
-letter \x657A 245-1256-3
-letter \x657B 15-235-5
-letter \x657C 15-16-4
-letter \x657D 13-246-4
-letter \x657E 24-1236-5
-letter \x657F 13-246-4
-letter \x6580 1-25-2
-letter \x6581 16-5
-letter \x6582 14-2345-5
-letter \x6583 135-16-5
-letter \x6584 14-16-5
-letter \x6585 15-246-5
-letter \x6586 15-246-5
-letter \x6587 123456-2
-letter \x6588 15-236-2
-letter \x6589 245-16-2
-letter \x658A 245-16-2
-letter \x658B 1-2456-3
-letter \x658C 135-1456-3
-letter \x658D 13-236-2
-letter \x658E 1-2456-3
-letter \x658F 14-1346-2
-letter \x6590 12345-356-4
-letter \x6591 135-1236-3
-letter \x6592 135-1236-3
-letter \x6593 14-1236-2
-letter \x6594 1256-4
-letter \x6595 14-1236-2
-letter \x6596 1246-4
-letter \x6597 145-12356-4
-letter \x6598 24-1356-3
-letter \x6599 14-246-5
-letter \x659A 13-23456-4
-letter \x659B 1235-34-2
-letter \x659C 15-346-2
-letter \x659D 13-23456-4
-letter \x659E 1256-4
-letter \x659F 1-136-3
-letter \x65A0 13-246-5
-letter \x65A1 25-5
-letter \x65A2 124-12356-4
-letter \x65A3 12-34-5
-letter \x65A4 13-1456-3
-letter \x65A5 12-156-5
-letter \x65A6 1456-2
-letter \x65A7 12345-34-4
-letter \x65A8 245-46-3
-letter \x65A9 1-1236-4
-letter \x65AA 245-1256-2
-letter \x65AB 1-25-2
-letter \x65AC 1-1236-4
-letter \x65AD 145-12456-5
-letter \x65AE 1-25-2
-letter \x65AF 15-156-3
-letter \x65B0 15-1456-3
-letter \x65B1 1-25-2
-letter \x65B2 1-25-2
-letter \x65B3 245-1456-2
-letter \x65B4 14-1456-2
-letter \x65B5 1-25-2
-letter \x65B6 12-34-5
-letter \x65B7 145-12456-5
-letter \x65B8 1-34-4
-letter \x65B9 12345-1346-3
-letter \x65BA 15-346-5
-letter \x65BB 1235-1346-2
-letter \x65BC 1256-2
-letter \x65BD 24-156-3
-letter \x65BE 1234-356-5
-letter \x65BF 234-2
-letter \x65C0 1246-5
-letter \x65C1 1234-1346-2
-letter \x65C2 245-16-2
-letter \x65C3 1-1236-3
-letter \x65C4 134-146-2
-letter \x65C5 14-1256-4
-letter \x65C6 1234-356-5
-letter \x65C7 1234-16-3
-letter \x65C8 14-234-2
-letter \x65C9 12345-34-3
-letter \x65CA 12345-1346-4
-letter \x65CB 15-45-2
-letter \x65CC 13-13456-3
-letter \x65CD 13-13456-3
-letter \x65CE 1345-16-2
-letter \x65CF 125-34-2
-letter \x65D0 1-146-5
-letter \x65D1 16-4
-letter \x65D2 14-234-2
-letter \x65D3 24-146-3
-letter \x65D4 13-2345-5
-letter \x65D5 2346-2
-letter \x65D6 16-4
-letter \x65D7 245-16-2
-letter \x65D8 1-156-5
-letter \x65D9 12345-1236-3
-letter \x65DA 1234-246-3
-letter \x65DB 12345-1236-3
-letter \x65DC 1-1236-3
-letter \x65DD 13-2356-5
-letter \x65DE 15-1246-5
-letter \x65DF 1256-2
-letter \x65E0 34-2
-letter \x65E1 13-16-5
-letter \x65E2 13-16-5
-letter \x65E3 13-16-5
-letter \x65E4 1235-25-5
-letter \x65E5 1245-156-5
-letter \x65E6 145-1236-5
-letter \x65E7 13-234-5
-letter \x65E8 1-156-4
-letter \x65E9 125-146-4
-letter \x65EA 15-346-2
-letter \x65EB 124-246-3
-letter \x65EC 15-256-2
-letter \x65ED 15-1256-5
-letter \x65EE 13-345-3
-letter \x65EF 14-345-2
-letter \x65F0 13-1236-5
-letter \x65F1 1235-1236-5
-letter \x65F2 124-2456-2
-letter \x65F3 145-16-5
-letter \x65F4 15-1256-3
-letter \x65F5 12-1236-4
-letter \x65F6 24-156-2
-letter \x65F7 123-456-5
-letter \x65F8 46-2
-letter \x65F9 24-156-2
-letter \x65FA 456-5
-letter \x65FB 134-1456-2
-letter \x65FC 134-1456-2
-letter \x65FD 124-123456-3
-letter \x65FE 12-123456-3
-letter \x65FF 34-4
-letter \x6600 256-2
-letter \x6601 135-356-5
-letter \x6602 1346-2
-letter \x6603 125-2346-5
-letter \x6604 135-1236-4
-letter \x6605 13-16-2
-letter \x6606 123-123456-3
-letter \x6607 24-1356-3
-letter \x6608 1235-34-5
-letter \x6609 12345-1346-4
-letter \x660A 1235-146-5
-letter \x660B 13-1246-5
-letter \x660C 12-1346-3
-letter \x660D 15-45-3
-letter \x660E 134-13456-2
-letter \x660F 1235-123456-3
-letter \x6610 12345-136-3
-letter \x6611 245-1456-4
-letter \x6612 1235-34-3
-letter \x6613 16-5
-letter \x6614 15-16-2
-letter \x6615 15-1456-3
-letter \x6616 2345-2
-letter \x6617 125-2346-5
-letter \x6618 12345-1346-4
-letter \x6619 124-1236-2
-letter \x661A 24-136-5
-letter \x661B 13-1256-5
-letter \x661C 46-2
-letter \x661D 125-1236-4
-letter \x661E 135-13456-4
-letter \x661F 15-13456-3
-letter \x6620 13456-5
-letter \x6621 15-45-5
-letter \x6622 1234-356-4
-letter \x6623 1-136-4
-letter \x6624 14-13456-3
-letter \x6625 12-123456-3
-letter \x6626 1235-146-5
-letter \x6627 134-356-5
-letter \x6628 125-25-2
-letter \x6629 134-126-5
-letter \x662A 135-2345-5
-letter \x662B 15-1256-5
-letter \x662C 1235-123456-3
-letter \x662D 1-146-3
-letter \x662E 125-12346-5
-letter \x662F 24-156-5
-letter \x6630 24-156-5
-letter \x6631 1256-5
-letter \x6632 12345-356-5
-letter \x6633 145-346-2
-letter \x6634 134-146-4
-letter \x6635 1345-16-5
-letter \x6636 12-1346-4
-letter \x6637 123456-3
-letter \x6638 145-12346-3
-letter \x6639 2456-4
-letter \x663A 135-13456-4
-letter \x663B 1346-2
-letter \x663C 1-12356-5
-letter \x663D 14-12346-2
-letter \x663E 15-2345-4
-letter \x663F 123-456-5
-letter \x6640 124-246-4
-letter \x6641 12-146-2
-letter \x6642 24-156-2
-letter \x6643 1235-456-5
-letter \x6644 1235-456-4
-letter \x6645 15-45-3
-letter \x6646 123-1246-2
-letter \x6647 15-1256-3
-letter \x6648 13-246-4
-letter \x6649 13-1456-5
-letter \x664A 1-156-4
-letter \x664B 13-1456-5
-letter \x664C 24-1346-4
-letter \x664D 124-12346-2
-letter \x664E 1235-12346-4
-letter \x664F 2345-5
-letter \x6650 13-2456-3
-letter \x6651 15-46-4
-letter \x6652 24-2456-5
-letter \x6653 15-246-4
-letter \x6654 346-5
-letter \x6655 256-3
-letter \x6656 1235-1246-3
-letter \x6657 1235-1236-2
-letter \x6658 1235-1236-5
-letter \x6659 13-256-5
-letter \x665A 12456-4
-letter \x665B 15-2345-5
-letter \x665C 123-123456-3
-letter \x665D 1-12356-5
-letter \x665E 15-16-3
-letter \x665F 24-1356-5
-letter \x6660 24-1356-2
-letter \x6661 135-34-3
-letter \x6662 1-2346-2
-letter \x6663 1-2346-3
-letter \x6664 34-5
-letter \x6665 1235-1236-5
-letter \x6666 1235-1246-5
-letter \x6667 1235-146-5
-letter \x6668 12-136-2
-letter \x6669 12456-4
-letter \x666A 124-2345-4
-letter \x666B 1-25-2
-letter \x666C 125-1246-5
-letter \x666D 1-12356-4
-letter \x666E 1234-34-4
-letter \x666F 13-13456-4
-letter \x6670 15-16-3
-letter \x6671 24-1236-4
-letter \x6672 16-4
-letter \x6673 15-16-5
-letter \x6674 245-13456-2
-letter \x6675 245-16-4
-letter \x6676 13-13456-3
-letter \x6677 13-1246-4
-letter \x6678 1-136-4
-letter \x6679 16-5
-letter \x667A 1-156-5
-letter \x667B 1236-4
-letter \x667C 12456-4
-letter \x667D 14-1456-2
-letter \x667E 14-46-5
-letter \x667F 12-1346-3
-letter \x6680 456-5
-letter \x6681 15-246-4
-letter \x6682 1-1236-5
-letter \x6683 12345-356-2
-letter \x6684 15-45-3
-letter \x6685 15-45-4
-letter \x6686 16-2
-letter \x6687 15-23456-2
-letter \x6688 256-3
-letter \x6689 1235-1246-3
-letter \x668A 12345-34-4
-letter \x668B 134-1456-4
-letter \x668C 123-1246-2
-letter \x668D 1235-2346-5
-letter \x668E 13456-5
-letter \x668F 145-34-4
-letter \x6690 1246-4
-letter \x6691 24-34-4
-letter \x6692 245-13456-2
-letter \x6693 134-146-5
-letter \x6694 1345-1236-2
-letter \x6695 13-2345-4
-letter \x6696 1345-12456-4
-letter \x6697 1236-5
-letter \x6698 46-2
-letter \x6699 12-123456-3
-letter \x669A 246-2
-letter \x669B 15-25-4
-letter \x669C 13-1456-5
-letter \x669D 134-13456-2
-letter \x669E 13-246-4
-letter \x669F 123-2456-4
-letter \x66A0 13-146-4
-letter \x66A1 12346-4
-letter \x66A2 12-1346-5
-letter \x66A3 245-16-5
-letter \x66A4 1235-146-5
-letter \x66A5 2345-5
-letter \x66A6 14-16-5
-letter \x66A7 2456-5
-letter \x66A8 13-16-5
-letter \x66A9 13-1246-5
-letter \x66AA 134-136-4
-letter \x66AB 1-1236-5
-letter \x66AC 15-346-5
-letter \x66AD 1235-146-5
-letter \x66AE 134-34-5
-letter \x66AF 134-126-5
-letter \x66B0 245-12346-3
-letter \x66B1 1345-16-5
-letter \x66B2 1-1346-3
-letter \x66B3 1235-1246-5
-letter \x66B4 135-146-5
-letter \x66B5 1235-1236-5
-letter \x66B6 15-45-2
-letter \x66B7 12-12456-2
-letter \x66B8 14-246-2
-letter \x66B9 15-2345-3
-letter \x66BA 145-1236-5
-letter \x66BB 13-13456-4
-letter \x66BC 1234-346-3
-letter \x66BD 14-1456-2
-letter \x66BE 124-123456-3
-letter \x66BF 15-16-4
-letter \x66C0 16-5
-letter \x66C1 13-16-5
-letter \x66C2 1235-456-5
-letter \x66C3 124-2456-5
-letter \x66C4 346-5
-letter \x66C5 346-5
-letter \x66C6 14-16-5
-letter \x66C7 124-1236-2
-letter \x66C8 124-12346-2
-letter \x66C9 15-246-4
-letter \x66CA 12345-356-5
-letter \x66CB 245-1456-4
-letter \x66CC 1-146-5
-letter \x66CD 1235-146-5
-letter \x66CE 16-5
-letter \x66CF 15-46-4
-letter \x66D0 15-13456-3
-letter \x66D1 245-1236-3
-letter \x66D2 13-246-4
-letter \x66D3 135-146-5
-letter \x66D4 13-13456-5
-letter \x66D5 2345-5
-letter \x66D6 2456-5
-letter \x66D7 346-5
-letter \x66D8 1245-34-2
-letter \x66D9 24-34-4
-letter \x66DA 134-1356-2
-letter \x66DB 15-256-3
-letter \x66DC 246-5
-letter \x66DD 1234-34-5
-letter \x66DE 14-16-5
-letter \x66DF 12-136-2
-letter \x66E0 123-456-5
-letter \x66E1 145-346-2
-letter \x66E2 14-246-4
-letter \x66E3 2345-5
-letter \x66E4 1235-25-5
-letter \x66E5 14-34-2
-letter \x66E6 15-16-3
-letter \x66E7 1245-12346-2
-letter \x66E8 14-12346-2
-letter \x66E9 1345-1346-4
-letter \x66EA 14-25-4
-letter \x66EB 14-12456-2
-letter \x66EC 24-2456-5
-letter \x66ED 124-1346-4
-letter \x66EE 2345-4
-letter \x66EF 12-34-2
-letter \x66F0 236-3
-letter \x66F1 236-3
-letter \x66F2 245-1256-4
-letter \x66F3 16-5
-letter \x66F4 13-1356-5
-letter \x66F5 16-5
-letter \x66F6 1235-34-3
-letter \x66F7 1235-2346-2
-letter \x66F8 24-34-3
-letter \x66F9 245-146-2
-letter \x66FA 245-146-2
-letter \x66FB 24-1356-3
-letter \x66FC 134-1236-5
-letter \x66FD 245-1356-3
-letter \x66FE 245-1356-2
-letter \x66FF 124-16-5
-letter \x6700 125-1246-5
-letter \x6701 245-1236-4
-letter \x6702 15-1256-5
-letter \x6703 1235-1246-5
-letter \x6704 1456-5
-letter \x6705 245-346-5
-letter \x6706 12345-136-3
-letter \x6707 1234-16-2
-letter \x6708 236-5
-letter \x6709 234-4
-letter \x670A 12456-4
-letter \x670B 1234-1356-2
-letter \x670C 135-1236-3
-letter \x670D 12345-34-2
-letter \x670E 14-13456-2
-letter \x670F 12345-356-4
-letter \x6710 245-1256-2
-letter \x6711 124-16-5
-letter \x6712 1345-1256-5
-letter \x6713 124-246-4
-letter \x6714 24-25-5
-letter \x6715 1-136-5
-letter \x6716 14-1346-4
-letter \x6717 14-1346-4
-letter \x6718 13-45-3
-letter \x6719 134-13456-2
-letter \x671A 1235-456-3
-letter \x671B 456-5
-letter \x671C 124-123456-3
-letter \x671D 12-146-2
-letter \x671E 13-16-3
-letter \x671F 245-16-2
-letter \x6720 13456-3
-letter \x6721 125-12346-3
-letter \x6722 456-5
-letter \x6723 124-12346-2
-letter \x6724 14-1346-4
-letter \x6725 14-146-2
-letter \x6726 134-1356-2
-letter \x6727 14-12346-2
-letter \x6728 134-34-5
-letter \x6729 145-1356-4
-letter \x672A 1246-5
-letter \x672B 134-126-5
-letter \x672C 135-136-4
-letter \x672D 1-345-2
-letter \x672E 24-34-5
-letter \x672F 24-34-5
-letter \x6730 1235-2346-2
-letter \x6731 1-34-3
-letter \x6732 1245-136-2
-letter \x6733 135-345-3
-letter \x6734 1234-34-2
-letter \x6735 145-25-4
-letter \x6736 145-25-4
-letter \x6737 145-146-3
-letter \x6738 14-16-5
-letter \x6739 245-234-2
-letter \x673A 13-16-3
-letter \x673B 13-234-3
-letter \x673C 135-16-4
-letter \x673D 15-234-4
-letter \x673E 124-13456-2
-letter \x673F 245-156-5
-letter \x6740 24-345-3
-letter \x6741 1245-34-5
-letter \x6742 125-345-2
-letter \x6743 245-45-2
-letter \x6744 245-2345-3
-letter \x6745 1256-2
-letter \x6746 13-1236-3
-letter \x6747 34-3
-letter \x6748 12-345-5
-letter \x6749 24-1236-3
-letter \x674A 15-256-2
-letter \x674B 12345-1236-2
-letter \x674C 34-5
-letter \x674D 125-156-4
-letter \x674E 14-16-4
-letter \x674F 15-13456-5
-letter \x6750 245-2456-2
-letter \x6751 245-123456-3
-letter \x6752 1245-136-5
-letter \x6753 24-146-2
-letter \x6754 124-25-3
-letter \x6755 145-16-5
-letter \x6756 1-1346-5
-letter \x6757 134-1346-2
-letter \x6758 12-156-3
-letter \x6759 16-5
-letter \x675A 13-34-4
-letter \x675B 13-12346-3
-letter \x675C 145-34-5
-letter \x675D 16-2
-letter \x675E 245-16-4
-letter \x675F 24-34-5
-letter \x6760 13-1346-5
-letter \x6761 124-246-2
-letter \x6762 13-46-5
-letter \x6763 24-1236-3
-letter \x6764 12456-5
-letter \x6765 14-2456-2
-letter \x6766 13-234-4
-letter \x6767 134-1346-2
-letter \x6768 46-2
-letter \x6769 134-345-5
-letter \x676A 134-246-4
-letter \x676B 15-156-5
-letter \x676C 45-2
-letter \x676D 1235-1346-2
-letter \x676E 12345-356-5
-letter \x676F 135-356-3
-letter \x6770 13-346-2
-letter \x6771 145-12346-3
-letter \x6772 13-146-4
-letter \x6773 246-4
-letter \x6774 15-2345-3
-letter \x6775 12-34-4
-letter \x6776 12-123456-3
-letter \x6777 1234-345-2
-letter \x6778 24-34-3
-letter \x6779 1235-35-5
-letter \x677A 15-1456-3
-letter \x677B 12-12356-4
-letter \x677C 1-34-5
-letter \x677D 12-12356-4
-letter \x677E 15-12346-3
-letter \x677F 135-1236-4
-letter \x6780 15-12346-3
-letter \x6781 13-16-2
-letter \x6782 236-5
-letter \x6783 13-1456-5
-letter \x6784 13-12356-5
-letter \x6785 13-16-3
-letter \x6786 134-146-2
-letter \x6787 1234-16-2
-letter \x6788 135-16-5
-letter \x6789 456-4
-letter \x678A 1346-5
-letter \x678B 12345-1346-3
-letter \x678C 12345-136-2
-letter \x678D 16-5
-letter \x678E 12345-34-2
-letter \x678F 1345-1236-2
-letter \x6790 15-16-3
-letter \x6791 1235-34-5
-letter \x6792 23456-2
-letter \x6793 145-12356-4
-letter \x6794 15-256-2
-letter \x6795 1-136-4
-letter \x6796 246-3
-letter \x6797 14-1456-2
-letter \x6798 1245-1246-5
-letter \x6799 2346-2
-letter \x679A 134-356-2
-letter \x679B 1-146-5
-letter \x679C 13-25-4
-letter \x679D 1-156-3
-letter \x679E 245-12346-3
-letter \x679F 256-5
-letter \x67A0 125-1246-5
-letter \x67A1 145-12356-4
-letter \x67A2 24-34-3
-letter \x67A3 125-146-4
-letter \x67A4 145-16-5
-letter \x67A5 14-16-5
-letter \x67A6 14-34-2
-letter \x67A7 13-2345-4
-letter \x67A8 12-1356-2
-letter \x67A9 15-12346-3
-letter \x67AA 245-46-3
-letter \x67AB 12345-1356-3
-letter \x67AC 1345-1236-2
-letter \x67AD 15-246-3
-letter \x67AE 15-2345-3
-letter \x67AF 123-34-3
-letter \x67B0 1234-13456-2
-letter \x67B1 16-2
-letter \x67B2 15-16-4
-letter \x67B3 1-156-4
-letter \x67B4 13-2356-4
-letter \x67B5 15-246-3
-letter \x67B6 13-23456-5
-letter \x67B7 13-23456-3
-letter \x67B8 13-12356-4
-letter \x67B9 135-146-3
-letter \x67BA 134-126-5
-letter \x67BB 16-5
-letter \x67BC 346-5
-letter \x67BD 346-5
-letter \x67BE 24-156-5
-letter \x67BF 1345-346-5
-letter \x67C0 135-16-4
-letter \x67C1 145-25-5
-letter \x67C2 16-2
-letter \x67C3 14-13456-2
-letter \x67C4 135-13456-4
-letter \x67C5 1345-16-4
-letter \x67C6 14-345-3
-letter \x67C7 1235-2346-2
-letter \x67C8 1234-1236-2
-letter \x67C9 12345-1236-2
-letter \x67CA 1-12346-3
-letter \x67CB 145-2456-5
-letter \x67CC 245-156-2
-letter \x67CD 46-3
-letter \x67CE 12345-34-3
-letter \x67CF 135-126-2
-letter \x67D0 134-12356-4
-letter \x67D1 13-1236-3
-letter \x67D2 245-16-3
-letter \x67D3 1245-1236-4
-letter \x67D4 1245-12356-2
-letter \x67D5 134-146-5
-letter \x67D6 1-146-3
-letter \x67D7 15-12346-3
-letter \x67D8 1-2346-5
-letter \x67D9 15-23456-2
-letter \x67DA 234-5
-letter \x67DB 24-136-3
-letter \x67DC 13-1246-5
-letter \x67DD 124-25-5
-letter \x67DE 125-25-5
-letter \x67DF 1345-1236-2
-letter \x67E0 1345-13456-2
-letter \x67E1 235-4
-letter \x67E2 145-16-4
-letter \x67E3 1-156-2
-letter \x67E4 1-345-3
-letter \x67E5 12-345-2
-letter \x67E6 145-1236-5
-letter \x67E7 13-34-3
-letter \x67E8 135-34-5
-letter \x67E9 13-234-5
-letter \x67EA 146-3
-letter \x67EB 12345-34-2
-letter \x67EC 13-2345-4
-letter \x67ED 135-126-3
-letter \x67EE 145-25-5
-letter \x67EF 123-2346-3
-letter \x67F0 1345-2456-5
-letter \x67F1 1-34-5
-letter \x67F2 135-16-5
-letter \x67F3 14-234-4
-letter \x67F4 12-2456-2
-letter \x67F5 1-345-5
-letter \x67F6 15-156-5
-letter \x67F7 12-34-5
-letter \x67F8 1234-356-3
-letter \x67F9 24-156-5
-letter \x67FA 13-2356-4
-letter \x67FB 12-345-2
-letter \x67FC 246-4
-letter \x67FD 12-1356-3
-letter \x67FE 13-234-5
-letter \x67FF 24-156-5
-letter \x6800 1-156-3
-letter \x6801 14-234-4
-letter \x6802 134-356-2
-letter \x6803 14-16-5
-letter \x6804 1245-12346-2
-letter \x6805 1-345-5
-letter \x6806 125-146-3
-letter \x6807 135-246-3
-letter \x6808 1-1236-5
-letter \x6809 1-156-5
-letter \x680A 14-12346-2
-letter \x680B 145-12346-5
-letter \x680C 14-34-2
-letter \x680D 24-1356-3
-letter \x680E 14-16-5
-letter \x680F 14-1236-2
-letter \x6810 235-4
-letter \x6811 24-34-5
-letter \x6812 15-256-2
-letter \x6813 24-12456-3
-letter \x6814 245-16-5
-letter \x6815 1-136-3
-letter \x6816 245-16-3
-letter \x6817 14-16-5
-letter \x6818 16-2
-letter \x6819 15-46-2
-letter \x681A 1-136-5
-letter \x681B 14-16-5
-letter \x681C 15-34-5
-letter \x681D 13-35-3
-letter \x681E 123-1236-3
-letter \x681F 135-13456-3
-letter \x6820 1245-136-4
-letter \x6821 15-246-5
-letter \x6822 135-126-2
-letter \x6823 1245-136-4
-letter \x6824 135-13456-5
-letter \x6825 125-156-3
-letter \x6826 12-12356-2
-letter \x6827 16-5
-letter \x6828 13-346-2
-letter \x6829 15-1256-4
-letter \x682A 1-34-3
-letter \x682B 13-2345-5
-letter \x682C 125-1246-5
-letter \x682D 156-2
-letter \x682E 156-4
-letter \x682F 234-4
-letter \x6830 12345-345-2
-letter \x6831 13-12346-4
-letter \x6832 123-146-4
-letter \x6833 14-146-4
-letter \x6834 1-1236-3
-letter \x6835 14-346-5
-letter \x6836 1456-3
-letter \x6837 46-5
-letter \x6838 1235-2346-2
-letter \x6839 13-136-3
-letter \x683A 1-156-3
-letter \x683B 24-156-5
-letter \x683C 13-2346-2
-letter \x683D 125-2456-3
-letter \x683E 14-12456-2
-letter \x683F 12345-34-2
-letter \x6840 13-346-2
-letter \x6841 1235-1356-2
-letter \x6842 13-1246-5
-letter \x6843 124-146-2
-letter \x6844 13-456-3
-letter \x6845 1246-2
-letter \x6846 123-456-3
-letter \x6847 1245-34-2
-letter \x6848 1236-5
-letter \x6849 1236-3
-letter \x684A 13-45-5
-letter \x684B 16-2
-letter \x684C 1-25-3
-letter \x684D 123-34-3
-letter \x684E 1-156-5
-letter \x684F 245-235-2
-letter \x6850 124-12346-2
-letter \x6851 15-1346-3
-letter \x6852 15-1346-3
-letter \x6853 1235-12456-2
-letter \x6854 13-1256-2
-letter \x6855 13-234-5
-letter \x6856 15-236-5
-letter \x6857 145-25-5
-letter \x6858 1-1246-5
-letter \x6859 1256-2
-letter \x685A 125-1236-4
-letter \x685B 123-345-4
-letter \x685C 13456-3
-letter \x685D 13-346-2
-letter \x685E 234-4
-letter \x685F 1-1236-5
-letter \x6860 23456-3
-letter \x6861 1245-146-2
-letter \x6862 1-136-3
-letter \x6863 145-1346-5
-letter \x6864 245-16-3
-letter \x6865 245-246-2
-letter \x6866 1235-35-5
-letter \x6867 1235-1246-5
-letter \x6868 13-46-4
-letter \x6869 1-456-3
-letter \x686A 15-256-2
-letter \x686B 15-25-3
-letter \x686C 24-345-3
-letter \x686D 1-136-3
-letter \x686E 135-356-3
-letter \x686F 124-13456-3
-letter \x6870 13-35-3
-letter \x6871 13-13456-5
-letter \x6872 135-126-2
-letter \x6873 135-136-5
-letter \x6874 12345-34-2
-letter \x6875 1245-1246-4
-letter \x6876 124-12346-4
-letter \x6877 13-236-2
-letter \x6878 15-16-3
-letter \x6879 14-1346-2
-letter \x687A 14-234-4
-letter \x687B 12345-1356-3
-letter \x687C 245-16-3
-letter \x687D 123456-4
-letter \x687E 13-256-3
-letter \x687F 13-1236-4
-letter \x6880 245-34-5
-letter \x6881 14-46-2
-letter \x6882 245-234-2
-letter \x6883 124-13456-4
-letter \x6884 234-4
-letter \x6885 134-356-2
-letter \x6886 135-1346-3
-letter \x6887 14-12346-5
-letter \x6888 1234-1356-3
-letter \x6889 1-456-3
-letter \x688A 145-16-5
-letter \x688B 15-45-3
-letter \x688C 124-34-2
-letter \x688D 125-146-5
-letter \x688E 146-3
-letter \x688F 13-34-5
-letter \x6890 135-16-5
-letter \x6891 145-16-2
-letter \x6892 1235-1236-2
-letter \x6893 125-156-4
-letter \x6894 1-156-3
-letter \x6895 1245-136-5
-letter \x6896 135-356-5
-letter \x6897 13-1356-4
-letter \x6898 13-2345-5
-letter \x6899 1235-12456-5
-letter \x689A 12456-4
-letter \x689B 1345-25-2
-letter \x689C 13-23456-2
-letter \x689D 124-246-2
-letter \x689E 13-16-5
-letter \x689F 15-246-3
-letter \x68A0 14-1256-4
-letter \x68A1 123-12456-4
-letter \x68A2 24-146-3
-letter \x68A3 245-136-2
-letter \x68A4 12345-136-2
-letter \x68A5 15-12346-3
-letter \x68A6 134-1356-5
-letter \x68A7 34-2
-letter \x68A8 14-16-2
-letter \x68A9 14-16-2
-letter \x68AA 145-12356-5
-letter \x68AB 245-136-3
-letter \x68AC 13456-4
-letter \x68AD 15-25-3
-letter \x68AE 13-1256-2
-letter \x68AF 124-16-3
-letter \x68B0 15-346-5
-letter \x68B1 123-123456-4
-letter \x68B2 1-25-2
-letter \x68B3 24-34-3
-letter \x68B4 12-1236-3
-letter \x68B5 12345-1236-5
-letter \x68B6 1246-4
-letter \x68B7 13-13456-5
-letter \x68B8 14-16-2
-letter \x68B9 135-1456-3
-letter \x68BA 15-46-5
-letter \x68BB 12345-126-2
-letter \x68BC 124-146-2
-letter \x68BD 1-156-5
-letter \x68BE 14-2456-2
-letter \x68BF 14-2345-2
-letter \x68C0 13-2345-4
-letter \x68C1 1-25-2
-letter \x68C2 14-13456-2
-letter \x68C3 14-16-2
-letter \x68C4 245-16-5
-letter \x68C5 135-13456-5
-letter \x68C6 1-123456-3
-letter \x68C7 245-12346-3
-letter \x68C8 245-2345-5
-letter \x68C9 134-2345-2
-letter \x68CA 245-16-2
-letter \x68CB 245-16-2
-letter \x68CC 245-2456-4
-letter \x68CD 13-123456-5
-letter \x68CE 12-1236-2
-letter \x68CF 124-2346-5
-letter \x68D0 12345-356-4
-letter \x68D1 1234-2456-2
-letter \x68D2 135-1346-5
-letter \x68D3 1234-12356-4
-letter \x68D4 1235-123456-3
-letter \x68D5 125-12346-3
-letter \x68D6 12-1356-2
-letter \x68D7 125-146-4
-letter \x68D8 13-16-2
-letter \x68D9 14-16-5
-letter \x68DA 1234-1356-2
-letter \x68DB 1256-5
-letter \x68DC 1256-5
-letter \x68DD 13-34-5
-letter \x68DE 1235-123456-2
-letter \x68DF 145-12346-5
-letter \x68E0 124-1346-2
-letter \x68E1 13-1346-3
-letter \x68E2 456-4
-letter \x68E3 145-16-5
-letter \x68E4 245-25-5
-letter \x68E5 12345-1236-2
-letter \x68E6 12-1356-3
-letter \x68E7 1-1236-5
-letter \x68E8 245-16-4
-letter \x68E9 45-3
-letter \x68EA 2345-4
-letter \x68EB 1256-5
-letter \x68EC 245-45-3
-letter \x68ED 16-5
-letter \x68EE 15-136-3
-letter \x68EF 1245-136-4
-letter \x68F0 12-1246-2
-letter \x68F1 14-1356-2
-letter \x68F2 245-16-3
-letter \x68F3 1-25-2
-letter \x68F4 12345-34-2
-letter \x68F5 123-2346-3
-letter \x68F6 14-2456-2
-letter \x68F7 125-12356-3
-letter \x68F8 125-12356-3
-letter \x68F9 1-146-5
-letter \x68FA 13-12456-3
-letter \x68FB 12345-136-3
-letter \x68FC 12345-136-2
-letter \x68FD 12-136-3
-letter \x68FE 245-235-2
-letter \x68FF 1345-346-5
-letter \x6900 12456-4
-letter \x6901 13-25-4
-letter \x6902 14-34-5
-letter \x6903 1235-146-2
-letter \x6904 13-346-3
-letter \x6905 16-4
-letter \x6906 12-12356-2
-letter \x6907 13-1256-4
-letter \x6908 13-1256-2
-letter \x6909 12-1356-2
-letter \x690A 125-25-2
-letter \x690B 14-46-2
-letter \x690C 245-46-3
-letter \x690D 1-156-2
-letter \x690E 1-1246-3
-letter \x690F 23456-3
-letter \x6910 13-1256-3
-letter \x6911 1234-16-2
-letter \x6912 13-246-3
-letter \x6913 1-25-2
-letter \x6914 125-156-3
-letter \x6915 135-1456-3
-letter \x6916 1234-1356-2
-letter \x6917 145-13456-5
-letter \x6918 12-34-4
-letter \x6919 12-1346-3
-letter \x691A 134-136-3
-letter \x691B 12345-345-3
-letter \x691C 13-2345-4
-letter \x691D 13-1246-3
-letter \x691E 15-16-5
-letter \x691F 145-34-2
-letter \x6920 245-2345-5
-letter \x6921 145-146-5
-letter \x6922 13-1246-5
-letter \x6923 145-2345-4
-letter \x6924 14-25-2
-letter \x6925 1-156-3
-letter \x6926 245-45-3
-letter \x6927 134-1356-2
-letter \x6928 12345-34-4
-letter \x6929 13-1356-3
-letter \x692A 1234-1356-5
-letter \x692B 1-1236-4
-letter \x692C 16-2
-letter \x692D 124-25-4
-letter \x692E 15-136-3
-letter \x692F 145-25-4
-letter \x6930 346-3
-letter \x6931 12345-34-5
-letter \x6932 1246-4
-letter \x6933 1246-3
-letter \x6934 145-12456-5
-letter \x6935 13-23456-4
-letter \x6936 125-12346-3
-letter \x6937 13-2345-3
-letter \x6938 16-2
-letter \x6939 24-136-5
-letter \x693A 15-16-2
-letter \x693B 2345-5
-letter \x693C 2345-4
-letter \x693D 12-12456-2
-letter \x693E 13-2345-3
-letter \x693F 12-123456-3
-letter \x6940 1256-4
-letter \x6941 13-2346-2
-letter \x6942 1-345-3
-letter \x6943 25-5
-letter \x6944 1234-2345-2
-letter \x6945 135-16-5
-letter \x6946 246-3
-letter \x6947 1235-25-5
-letter \x6948 15-1256-3
-letter \x6949 1245-25-5
-letter \x694A 46-2
-letter \x694B 14-345-5
-letter \x694C 2345-2
-letter \x694D 135-136-4
-letter \x694E 1235-123456-2
-letter \x694F 123-1246-2
-letter \x6950 13-346-5
-letter \x6951 123-1246-2
-letter \x6952 15-156-3
-letter \x6953 12345-1356-3
-letter \x6954 15-346-5
-letter \x6955 124-25-4
-letter \x6956 13-16-2
-letter \x6957 13-2345-5
-letter \x6958 134-34-5
-letter \x6959 134-146-5
-letter \x695A 12-34-4
-letter \x695B 1235-34-5
-letter \x695C 1235-34-2
-letter \x695D 14-2345-5
-letter \x695E 14-1356-5
-letter \x695F 124-13456-2
-letter \x6960 1345-1236-2
-letter \x6961 1256-2
-letter \x6962 234-2
-letter \x6963 134-356-2
-letter \x6964 15-12346-4
-letter \x6965 15-45-5
-letter \x6966 15-45-5
-letter \x6967 13456-3
-letter \x6968 1-136-3
-letter \x6969 1234-2345-2
-letter \x696A 346-5
-letter \x696B 13-16-2
-letter \x696C 13-346-3
-letter \x696D 346-5
-letter \x696E 12-34-4
-letter \x696F 24-123456-4
-letter \x6970 1256-2
-letter \x6971 245-12356-5
-letter \x6972 1246-3
-letter \x6973 134-356-2
-letter \x6974 145-16-5
-letter \x6975 13-16-2
-letter \x6976 13-346-2
-letter \x6977 123-2456-4
-letter \x6978 245-234-3
-letter \x6979 13456-2
-letter \x697A 1245-12356-2
-letter \x697B 1235-1356-2
-letter \x697C 14-12356-2
-letter \x697D 14-2346-5
-letter \x697E 245-45-2
-letter \x697F 15-46-3
-letter \x6980 1234-1456-4
-letter \x6981 24-156-4
-letter \x6982 13-2456-5
-letter \x6983 1234-1236-2
-letter \x6984 14-1236-4
-letter \x6985 256-2
-letter \x6986 1256-2
-letter \x6987 12-136-5
-letter \x6988 14-1256-2
-letter \x6989 13-1256-4
-letter \x698A 24-136-2
-letter \x698B 12-34-4
-letter \x698C 135-16-3
-letter \x698D 15-346-5
-letter \x698E 13-23456-4
-letter \x698F 16-5
-letter \x6990 1-1236-4
-letter \x6991 12345-34-2
-letter \x6992 1345-2456-5
-letter \x6993 134-16-5
-letter \x6994 14-1346-2
-letter \x6995 1245-12346-2
-letter \x6996 13-34-4
-letter \x6997 13-2345-5
-letter \x6998 13-1256-4
-letter \x6999 124-345-4
-letter \x699A 246-4
-letter \x699B 1-136-3
-letter \x699C 135-1346-4
-letter \x699D 24-345-3
-letter \x699E 45-2
-letter \x699F 125-156-4
-letter \x69A0 134-13456-2
-letter \x69A1 15-34-5
-letter \x69A2 13-23456-5
-letter \x69A3 246-2
-letter \x69A4 13-346-2
-letter \x69A5 1235-456-4
-letter \x69A6 13-1236-5
-letter \x69A7 12345-356-4
-letter \x69A8 1-345-5
-letter \x69A9 245-2345-2
-letter \x69AA 134-345-5
-letter \x69AB 15-123456-4
-letter \x69AC 45-2
-letter \x69AD 15-346-5
-letter \x69AE 1245-12346-2
-letter \x69AF 24-156-2
-letter \x69B0 1-156-3
-letter \x69B1 245-1246-3
-letter \x69B2 256-5
-letter \x69B3 124-13456-2
-letter \x69B4 14-234-2
-letter \x69B5 1245-12346-2
-letter \x69B6 124-1346-2
-letter \x69B7 245-236-5
-letter \x69B8 1-2456-3
-letter \x69B9 15-156-3
-letter \x69BA 24-1356-5
-letter \x69BB 124-345-5
-letter \x69BC 123-2346-5
-letter \x69BD 15-16-3
-letter \x69BE 13-34-5
-letter \x69BF 245-16-3
-letter \x69C0 13-146-4
-letter \x69C1 13-146-4
-letter \x69C2 15-123456-3
-letter \x69C3 1234-1236-2
-letter \x69C4 124-146-3
-letter \x69C5 13-2346-2
-letter \x69C6 15-256-2
-letter \x69C7 145-2345-3
-letter \x69C8 1345-12356-5
-letter \x69C9 13-16-2
-letter \x69CA 24-25-5
-letter \x69CB 13-12356-5
-letter \x69CC 12-1246-2
-letter \x69CD 245-46-3
-letter \x69CE 12-345-2
-letter \x69CF 245-2345-4
-letter \x69D0 1235-2356-2
-letter \x69D1 134-356-2
-letter \x69D2 15-1256-5
-letter \x69D3 13-1346-5
-letter \x69D4 13-146-3
-letter \x69D5 1-25-3
-letter \x69D6 124-25-5
-letter \x69D7 245-246-2
-letter \x69D8 46-5
-letter \x69D9 145-2345-3
-letter \x69DA 13-23456-4
-letter \x69DB 1235-1236-4
-letter \x69DC 125-1246-5
-letter \x69DD 145-146-4
-letter \x69DE 14-12346-2
-letter \x69DF 135-1456-3
-letter \x69E0 1-34-3
-letter \x69E1 15-1346-3
-letter \x69E2 15-16-2
-letter \x69E3 245-16-4
-letter \x69E4 14-2345-2
-letter \x69E5 1235-1246-5
-letter \x69E6 235-2
-letter \x69E7 145-2345-5
-letter \x69E8 13-25-4
-letter \x69E9 13-2456-5
-letter \x69EA 13-2456-5
-letter \x69EB 124-12456-2
-letter \x69EC 1235-35-5
-letter \x69ED 245-16-3
-letter \x69EE 15-136-3
-letter \x69EF 245-1246-3
-letter \x69F0 135-1356-5
-letter \x69F1 234-4
-letter \x69F2 1235-34-2
-letter \x69F3 13-46-4
-letter \x69F4 1235-34-5
-letter \x69F5 1235-12456-5
-letter \x69F6 123-1246-5
-letter \x69F7 1345-346-5
-letter \x69F8 16-5
-letter \x69F9 13-146-3
-letter \x69FA 123-1346-3
-letter \x69FB 13-1246-3
-letter \x69FC 13-1246-3
-letter \x69FD 245-146-2
-letter \x69FE 134-1236-2
-letter \x69FF 13-1456-4
-letter \x6A00 145-16-5
-letter \x6A01 1-456-3
-letter \x6A02 14-2346-5
-letter \x6A03 14-1346-2
-letter \x6A04 12-136-2
-letter \x6A05 245-12346-3
-letter \x6A06 14-16-2
-letter \x6A07 15-234-3
-letter \x6A08 245-13456-2
-letter \x6A09 24-456-4
-letter \x6A0A 12345-1236-2
-letter \x6A0B 124-12346-3
-letter \x6A0C 13-12456-5
-letter \x6A0D 13-16-3
-letter \x6A0E 15-25-3
-letter \x6A0F 14-356-4
-letter \x6A10 14-34-4
-letter \x6A11 14-46-2
-letter \x6A12 134-16-5
-letter \x6A13 14-12356-2
-letter \x6A14 12-146-2
-letter \x6A15 15-34-5
-letter \x6A16 123-2346-3
-letter \x6A17 12-34-3
-letter \x6A18 124-1346-2
-letter \x6A19 135-246-3
-letter \x6A1A 14-34-5
-letter \x6A1B 13-234-3
-letter \x6A1C 24-34-5
-letter \x6A1D 1-345-3
-letter \x6A1E 24-34-3
-letter \x6A1F 1-1346-3
-letter \x6A20 134-136-2
-letter \x6A21 134-126-2
-letter \x6A22 1345-246-4
-letter \x6A23 46-5
-letter \x6A24 124-246-2
-letter \x6A25 1234-1356-2
-letter \x6A26 1-34-5
-letter \x6A27 24-345-3
-letter \x6A28 15-16-3
-letter \x6A29 245-45-2
-letter \x6A2A 1235-1356-2
-letter \x6A2B 13-2345-3
-letter \x6A2C 245-12346-3
-letter \x6A2D 13-16-3
-letter \x6A2E 2345-3
-letter \x6A2F 245-46-2
-letter \x6A30 15-236-4
-letter \x6A31 13456-3
-letter \x6A32 156-5
-letter \x6A33 15-1456-2
-letter \x6A34 1-156-2
-letter \x6A35 245-246-2
-letter \x6A36 125-1246-3
-letter \x6A37 245-12346-2
-letter \x6A38 1234-34-2
-letter \x6A39 24-34-5
-letter \x6A3A 1235-35-5
-letter \x6A3B 123-1246-5
-letter \x6A3C 1-136-3
-letter \x6A3D 125-123456-3
-letter \x6A3E 236-5
-letter \x6A3F 1-1236-4
-letter \x6A40 15-16-3
-letter \x6A41 12-123456-3
-letter \x6A42 145-2345-5
-letter \x6A43 12345-345-3
-letter \x6A44 13-1236-4
-letter \x6A45 134-126-2
-letter \x6A46 34-4
-letter \x6A47 245-246-3
-letter \x6A48 1245-146-2
-letter \x6A49 14-1456-5
-letter \x6A4A 14-234-2
-letter \x6A4B 245-246-2
-letter \x6A4C 15-2345-5
-letter \x6A4D 1245-123456-5
-letter \x6A4E 12345-1236-2
-letter \x6A4F 1-1236-4
-letter \x6A50 124-25-2
-letter \x6A51 14-146-4
-letter \x6A52 256-2
-letter \x6A53 24-123456-5
-letter \x6A54 124-1246-2
-letter \x6A55 12-1356-3
-letter \x6A56 124-1346-2
-letter \x6A57 134-1356-2
-letter \x6A58 13-1256-2
-letter \x6A59 12-1356-2
-letter \x6A5A 15-34-5
-letter \x6A5B 13-236-2
-letter \x6A5C 13-236-2
-letter \x6A5D 124-1236-3
-letter \x6A5E 1235-1246-5
-letter \x6A5F 13-16-3
-letter \x6A60 1345-25-4
-letter \x6A61 15-46-5
-letter \x6A62 124-25-4
-letter \x6A63 1345-13456-4
-letter \x6A64 1245-1246-4
-letter \x6A65 1-34-3
-letter \x6A66 124-12346-2
-letter \x6A67 125-1356-3
-letter \x6A68 12345-136-2
-letter \x6A69 245-235-2
-letter \x6A6A 1245-1236-4
-letter \x6A6B 1235-1356-2
-letter \x6A6C 245-136-2
-letter \x6A6D 13-34-3
-letter \x6A6E 14-234-4
-letter \x6A6F 14-146-5
-letter \x6A70 13-146-3
-letter \x6A71 12-34-2
-letter \x6A72 15-16-4
-letter \x6A73 24-1356-5
-letter \x6A74 125-156-4
-letter \x6A75 15-1236-4
-letter \x6A76 13-16-4
-letter \x6A77 145-12356-3
-letter \x6A78 13-1456-3
-letter \x6A79 14-34-4
-letter \x6A7A 13-2345-5
-letter \x6A7B 12-34-4
-letter \x6A7C 45-2
-letter \x6A7D 124-345-5
-letter \x6A7E 24-34-3
-letter \x6A7F 13-46-3
-letter \x6A80 124-1236-2
-letter \x6A81 14-1456-4
-letter \x6A82 1345-12346-2
-letter \x6A83 1456-4
-letter \x6A84 15-16-2
-letter \x6A85 15-1246-5
-letter \x6A86 24-1236-3
-letter \x6A87 125-1246-4
-letter \x6A88 15-45-2
-letter \x6A89 12-1356-3
-letter \x6A8A 13-1236-5
-letter \x6A8B 13-1256-3
-letter \x6A8C 125-1246-5
-letter \x6A8D 16-5
-letter \x6A8E 245-1456-2
-letter \x6A8F 1234-34-4
-letter \x6A90 2345-2
-letter \x6A91 14-356-2
-letter \x6A92 12345-1356-3
-letter \x6A93 1235-1246-4
-letter \x6A94 145-1346-4
-letter \x6A95 13-16-5
-letter \x6A96 15-1246-5
-letter \x6A97 135-126-5
-letter \x6A98 135-16-5
-letter \x6A99 145-13456-4
-letter \x6A9A 12-34-4
-letter \x6A9B 1-35-3
-letter \x6A9C 123-2356-5
-letter \x6A9D 13-16-2
-letter \x6A9E 13-346-4
-letter \x6A9F 13-23456-4
-letter \x6AA0 245-13456-2
-letter \x6AA1 1-2346-5
-letter \x6AA2 13-2345-4
-letter \x6AA3 245-46-2
-letter \x6AA4 145-146-5
-letter \x6AA5 16-4
-letter \x6AA6 135-246-4
-letter \x6AA7 15-12346-3
-letter \x6AA8 24-2346-3
-letter \x6AA9 14-1456-4
-letter \x6AAA 14-16-5
-letter \x6AAB 12-345-2
-letter \x6AAC 134-1356-2
-letter \x6AAD 1456-2
-letter \x6AAE 124-146-2
-letter \x6AAF 124-2456-2
-letter \x6AB0 134-2345-2
-letter \x6AB1 245-16-2
-letter \x6AB2 124-12456-2
-letter \x6AB3 135-1456-3
-letter \x6AB4 1235-25-5
-letter \x6AB5 13-16-5
-letter \x6AB6 245-2345-3
-letter \x6AB7 134-16-2
-letter \x6AB8 1345-13456-2
-letter \x6AB9 16-3
-letter \x6ABA 13-146-4
-letter \x6ABB 13-2345-5
-letter \x6ABC 1456-5
-letter \x6ABD 1345-12356-5
-letter \x6ABE 245-13456-4
-letter \x6ABF 2345-4
-letter \x6AC0 245-16-2
-letter \x6AC1 134-16-5
-letter \x6AC2 1-146-5
-letter \x6AC3 13-1246-5
-letter \x6AC4 12-123456-3
-letter \x6AC5 13-16-3
-letter \x6AC6 123-1246-2
-letter \x6AC7 1234-126-2
-letter \x6AC8 145-1356-5
-letter \x6AC9 12-34-2
-letter \x6ACA 13-2346-2
-letter \x6ACB 134-2345-2
-letter \x6ACC 234-3
-letter \x6ACD 1-156-5
-letter \x6ACE 13-456-5
-letter \x6ACF 245-2345-3
-letter \x6AD0 14-356-4
-letter \x6AD1 14-356-2
-letter \x6AD2 15-345-5
-letter \x6AD3 14-34-4
-letter \x6AD4 14-16-5
-letter \x6AD5 245-12456-2
-letter \x6AD6 14-1256-2
-letter \x6AD7 134-346-5
-letter \x6AD8 1235-1246-5
-letter \x6AD9 12356-3
-letter \x6ADA 14-1256-2
-letter \x6ADB 13-346-2
-letter \x6ADC 13-146-3
-letter \x6ADD 145-34-2
-letter \x6ADE 45-2
-letter \x6ADF 14-16-5
-letter \x6AE0 12345-356-5
-letter \x6AE1 1-25-2
-letter \x6AE2 15-12356-4
-letter \x6AE3 14-2345-2
-letter \x6AE4 13-46-5
-letter \x6AE5 12-34-2
-letter \x6AE6 245-13456-5
-letter \x6AE7 1-34-3
-letter \x6AE8 14-34-2
-letter \x6AE9 2345-2
-letter \x6AEA 14-16-5
-letter \x6AEB 1-34-3
-letter \x6AEC 12-136-5
-letter \x6AED 13-346-2
-letter \x6AEE 2346-5
-letter \x6AEF 15-34-3
-letter \x6AF0 1235-2356-2
-letter \x6AF1 1345-346-5
-letter \x6AF2 1256-5
-letter \x6AF3 14-12346-2
-letter \x6AF4 14-2456-5
-letter \x6AF5 13-246-2
-letter \x6AF6 15-2345-4
-letter \x6AF7 13-1246-3
-letter \x6AF8 13-1256-4
-letter \x6AF9 15-246-3
-letter \x6AFA 14-13456-2
-letter \x6AFB 13456-3
-letter \x6AFC 13-2345-3
-letter \x6AFD 1456-4
-letter \x6AFE 234-2
-letter \x6AFF 13456-2
-letter \x6B00 15-46-3
-letter \x6B01 1345-12346-2
-letter \x6B02 135-126-2
-letter \x6B03 12-1236-2
-letter \x6B04 14-1236-2
-letter \x6B05 13-1256-4
-letter \x6B06 24-456-3
-letter \x6B07 24-2346-5
-letter \x6B08 1246-2
-letter \x6B09 245-12346-5
-letter \x6B0A 245-45-2
-letter \x6B0B 245-1256-2
-letter \x6B0C 245-1346-2
-letter \x6B0D 13-234-4
-letter \x6B0E 1256-5
-letter \x6B0F 14-25-2
-letter \x6B10 14-16-5
-letter \x6B11 245-12456-2
-letter \x6B12 14-12456-2
-letter \x6B13 145-1346-4
-letter \x6B14 13-236-2
-letter \x6B15 2345-2
-letter \x6B16 14-1236-4
-letter \x6B17 14-1236-2
-letter \x6B18 1-34-4
-letter \x6B19 14-356-2
-letter \x6B1A 14-16-4
-letter \x6B1B 135-345-5
-letter \x6B1C 1345-1346-2
-letter \x6B1D 1256-5
-letter \x6B1E 14-13456-2
-letter \x6B1F 13-456-3
-letter \x6B20 245-2345-5
-letter \x6B21 245-156-5
-letter \x6B22 1235-12456-3
-letter \x6B23 15-1456-3
-letter \x6B24 1256-2
-letter \x6B25 1256-5
-letter \x6B26 245-2345-3
-letter \x6B27 12356-3
-letter \x6B28 15-1256-3
-letter \x6B29 12-146-3
-letter \x6B2A 12-34-5
-letter \x6B2B 12-156-3
-letter \x6B2C 123-2346-2
-letter \x6B2D 16-5
-letter \x6B2E 13-236-2
-letter \x6B2F 15-16-2
-letter \x6B30 15-1256-3
-letter \x6B31 1235-2346-3
-letter \x6B32 1256-5
-letter \x6B33 123-2356-5
-letter \x6B34 14-1346-2
-letter \x6B35 123-12456-4
-letter \x6B36 24-25-5
-letter \x6B37 15-16-3
-letter \x6B38 356-5
-letter \x6B39 16-3
-letter \x6B3A 245-16-3
-letter \x6B3B 12-35-3
-letter \x6B3C 12-156-4
-letter \x6B3D 245-1456-3
-letter \x6B3E 123-12456-4
-letter \x6B3F 123-1236-4
-letter \x6B40 123-12456-4
-letter \x6B41 123-1236-4
-letter \x6B42 12-12456-2
-letter \x6B43 24-345-5
-letter \x6B44 13-35-3
-letter \x6B45 1456-3
-letter \x6B46 15-1456-3
-letter \x6B47 15-346-3
-letter \x6B48 1256-2
-letter \x6B49 245-2345-5
-letter \x6B4A 15-246-3
-letter \x6B4B 16-2
-letter \x6B4C 13-2346-3
-letter \x6B4D 34-3
-letter \x6B4E 124-1236-5
-letter \x6B4F 13-1456-5
-letter \x6B50 12356-3
-letter \x6B51 1235-34-3
-letter \x6B52 124-16-5
-letter \x6B53 1235-12456-3
-letter \x6B54 15-1256-3
-letter \x6B55 1234-136-3
-letter \x6B56 15-16-3
-letter \x6B57 15-246-5
-letter \x6B58 15-1256-3
-letter \x6B59 15-16-5
-letter \x6B5A 24-1236-5
-letter \x6B5B 14-2345-5
-letter \x6B5C 12-34-5
-letter \x6B5D 16-5
-letter \x6B5E 2346-5
-letter \x6B5F 1256-2
-letter \x6B60 12-25-5
-letter \x6B61 1235-12456-3
-letter \x6B62 1-156-4
-letter \x6B63 1-1356-5
-letter \x6B64 245-156-4
-letter \x6B65 135-34-5
-letter \x6B66 34-4
-letter \x6B67 245-16-2
-letter \x6B68 135-34-5
-letter \x6B69 135-34-5
-letter \x6B6A 2356-3
-letter \x6B6B 13-1256-5
-letter \x6B6C 245-2345-2
-letter \x6B6D 12-156-2
-letter \x6B6E 15-2346-5
-letter \x6B6F 12-156-4
-letter \x6B70 15-2346-5
-letter \x6B71 1-12346-4
-letter \x6B72 15-1246-5
-letter \x6B73 15-1246-5
-letter \x6B74 14-16-5
-letter \x6B75 245-25-5
-letter \x6B76 1256-2
-letter \x6B77 14-16-5
-letter \x6B78 13-1246-3
-letter \x6B79 145-2456-4
-letter \x6B7A 145-2456-4
-letter \x6B7B 15-156-4
-letter \x6B7C 13-2345-3
-letter \x6B7D 1-2346-2
-letter \x6B7E 134-126-5
-letter \x6B7F 134-126-5
-letter \x6B80 246-4
-letter \x6B81 134-126-5
-letter \x6B82 245-34-2
-letter \x6B83 46-3
-letter \x6B84 124-2345-4
-letter \x6B85 24-1356-3
-letter \x6B86 145-2456-5
-letter \x6B87 24-1346-3
-letter \x6B88 15-1256-5
-letter \x6B89 15-256-5
-letter \x6B8A 24-34-3
-letter \x6B8B 245-1236-2
-letter \x6B8C 13-236-2
-letter \x6B8D 1234-246-4
-letter \x6B8E 245-23456-5
-letter \x6B8F 245-234-2
-letter \x6B90 15-34-5
-letter \x6B91 245-13456-2
-letter \x6B92 256-4
-letter \x6B93 14-2345-5
-letter \x6B94 16-5
-letter \x6B95 12345-12356-4
-letter \x6B96 1-156-2
-letter \x6B97 346-5
-letter \x6B98 245-1236-2
-letter \x6B99 1235-123456-3
-letter \x6B9A 145-1236-3
-letter \x6B9B 13-16-2
-letter \x6B9C 346-5
-letter \x6B9D 1-136-3
-letter \x6B9E 256-4
-letter \x6B9F 123456-3
-letter \x6BA0 12-12356-5
-letter \x6BA1 135-1456-5
-letter \x6BA2 124-16-5
-letter \x6BA3 13-1456-5
-letter \x6BA4 24-1346-3
-letter \x6BA5 1456-2
-letter \x6BA6 145-246-3
-letter \x6BA7 245-34-5
-letter \x6BA8 1235-1246-5
-letter \x6BA9 245-12456-5
-letter \x6BAA 16-5
-letter \x6BAB 145-1236-3
-letter \x6BAC 145-34-5
-letter \x6BAD 13-46-3
-letter \x6BAE 14-2345-5
-letter \x6BAF 135-1456-5
-letter \x6BB0 145-34-2
-letter \x6BB1 13-2345-3
-letter \x6BB2 13-2345-3
-letter \x6BB3 24-34-3
-letter \x6BB4 12356-3
-letter \x6BB5 145-12456-5
-letter \x6BB6 1-34-5
-letter \x6BB7 1456-3
-letter \x6BB8 245-13456-5
-letter \x6BB9 16-5
-letter \x6BBA 24-345-3
-letter \x6BBB 123-2346-2
-letter \x6BBC 123-2346-2
-letter \x6BBD 246-2
-letter \x6BBE 13-256-5
-letter \x6BBF 145-2345-5
-letter \x6BC0 1235-1246-4
-letter \x6BC1 1235-1246-4
-letter \x6BC2 13-34-4
-letter \x6BC3 245-236-5
-letter \x6BC4 13-16-3
-letter \x6BC5 16-5
-letter \x6BC6 12356-3
-letter \x6BC7 1235-1246-4
-letter \x6BC8 145-12456-5
-letter \x6BC9 16-3
-letter \x6BCA 15-246-3
-letter \x6BCB 34-2
-letter \x6BCC 13-12456-5
-letter \x6BCD 134-34-4
-letter \x6BCE 134-356-4
-letter \x6BCF 134-356-4
-letter \x6BD0 2456-4
-letter \x6BD1 125-25-4
-letter \x6BD2 145-34-2
-letter \x6BD3 1256-5
-letter \x6BD4 135-16-4
-letter \x6BD5 135-16-5
-letter \x6BD6 135-16-5
-letter \x6BD7 1234-16-2
-letter \x6BD8 1234-16-2
-letter \x6BD9 135-16-5
-letter \x6BDA 12-1236-2
-letter \x6BDB 134-146-2
-letter \x6BDC 1235-146-2
-letter \x6BDD 245-2456-4
-letter \x6BDE 16-4
-letter \x6BDF 14-346-4
-letter \x6BE0 13-23456-3
-letter \x6BE1 1-1236-3
-letter \x6BE2 15-2456-3
-letter \x6BE3 134-34-5
-letter \x6BE4 124-25-5
-letter \x6BE5 15-256-2
-letter \x6BE6 156-5
-letter \x6BE7 1245-12346-2
-letter \x6BE8 15-2345-4
-letter \x6BE9 13-1256-2
-letter \x6BEA 134-34-2
-letter \x6BEB 1235-146-2
-letter \x6BEC 245-234-2
-letter \x6BED 145-12356-5
-letter \x6BEE 24-345-3
-letter \x6BEF 124-1236-4
-letter \x6BF0 1234-356-2
-letter \x6BF1 13-1256-2
-letter \x6BF2 145-25-2
-letter \x6BF3 245-1246-5
-letter \x6BF4 135-16-3
-letter \x6BF5 15-1236-3
-letter \x6BF6 15-1236-3
-letter \x6BF7 134-146-5
-letter \x6BF8 15-1246-3
-letter \x6BF9 24-34-3
-letter \x6BFA 1256-3
-letter \x6BFB 124-25-5
-letter \x6BFC 1235-2346-2
-letter \x6BFD 13-2345-5
-letter \x6BFE 124-345-5
-letter \x6BFF 15-1236-3
-letter \x6C00 14-1256-2
-letter \x6C01 134-34-2
-letter \x6C02 134-146-2
-letter \x6C03 124-12346-2
-letter \x6C04 1245-12346-4
-letter \x6C05 12-1346-4
-letter \x6C06 1234-34-4
-letter \x6C07 14-34-4
-letter \x6C08 1-1236-3
-letter \x6C09 125-146-5
-letter \x6C0A 1-1236-3
-letter \x6C0B 134-1356-2
-letter \x6C0C 14-34-4
-letter \x6C0D 245-1256-2
-letter \x6C0E 145-346-2
-letter \x6C0F 24-156-5
-letter \x6C10 145-16-3
-letter \x6C11 134-1456-2
-letter \x6C12 13-236-2
-letter \x6C13 134-1346-2
-letter \x6C14 245-16-5
-letter \x6C15 1234-346-3
-letter \x6C16 1345-2456-4
-letter \x6C17 245-16-5
-letter \x6C18 145-146-3
-letter \x6C19 15-2345-3
-letter \x6C1A 12-12456-3
-letter \x6C1B 12345-136-3
-letter \x6C1C 1245-156-5
-letter \x6C1D 1345-356-5
-letter \x6C1E 135-1456-5
-letter \x6C1F 12345-34-2
-letter \x6C20 24-136-3
-letter \x6C21 145-12346-3
-letter \x6C22 245-13456-3
-letter \x6C23 245-16-5
-letter \x6C24 1456-3
-letter \x6C25 15-16-3
-letter \x6C26 1235-2456-5
-letter \x6C27 46-4
-letter \x6C28 1236-3
-letter \x6C29 23456-5
-letter \x6C2A 123-2346-5
-letter \x6C2B 245-13456-3
-letter \x6C2C 23456-5
-letter \x6C2D 145-12346-3
-letter \x6C2E 145-1236-5
-letter \x6C2F 14-1256-5
-letter \x6C30 245-13456-2
-letter \x6C31 46-4
-letter \x6C32 256-3
-letter \x6C33 256-3
-letter \x6C34 24-1246-4
-letter \x6C35 24-1246-4
-letter \x6C36 1-1356-4
-letter \x6C37 135-13456-3
-letter \x6C38 235-4
-letter \x6C39 145-1346-5
-letter \x6C3A 24-1246-4
-letter \x6C3B 14-2346-5
-letter \x6C3C 1345-16-5
-letter \x6C3D 124-123456-4
-letter \x6C3E 12345-1236-5
-letter \x6C3F 13-1246-4
-letter \x6C40 124-13456-3
-letter \x6C41 1-156-3
-letter \x6C42 245-234-2
-letter \x6C43 135-1456-3
-letter \x6C44 125-2346-5
-letter \x6C45 134-2345-4
-letter \x6C46 245-12456-3
-letter \x6C47 1235-1246-5
-letter \x6C48 145-246-3
-letter \x6C49 1235-1236-5
-letter \x6C4A 12-345-5
-letter \x6C4B 1-25-2
-letter \x6C4C 12-12456-5
-letter \x6C4D 12456-2
-letter \x6C4E 12345-1236-5
-letter \x6C4F 145-2456-5
-letter \x6C50 15-16-5
-letter \x6C51 124-25-3
-letter \x6C52 134-1346-2
-letter \x6C53 245-234-2
-letter \x6C54 245-16-5
-letter \x6C55 24-1236-5
-letter \x6C56 1234-2456-5
-letter \x6C57 1235-1236-5
-letter \x6C58 245-2345-3
-letter \x6C59 34-3
-letter \x6C5A 34-3
-letter \x6C5B 15-256-5
-letter \x6C5C 15-156-5
-letter \x6C5D 1245-34-4
-letter \x6C5E 13-12346-4
-letter \x6C5F 13-46-3
-letter \x6C60 12-156-2
-letter \x6C61 34-3
-letter \x6C62 124-34-4
-letter \x6C63 13-1246-4
-letter \x6C64 124-1346-3
-letter \x6C65 1-156-3
-letter \x6C66 12-156-2
-letter \x6C67 245-2345-3
-letter \x6C68 134-16-5
-letter \x6C69 13-34-4
-letter \x6C6A 456-3
-letter \x6C6B 245-13456-5
-letter \x6C6C 13-13456-4
-letter \x6C6D 1245-1246-5
-letter \x6C6E 13-256-3
-letter \x6C6F 1235-12346-2
-letter \x6C70 124-2456-5
-letter \x6C71 245-45-4
-letter \x6C72 13-16-2
-letter \x6C73 135-2345-5
-letter \x6C74 135-2345-5
-letter \x6C75 13-1236-5
-letter \x6C76 123456-5
-letter \x6C77 1-12346-3
-letter \x6C78 12345-1346-3
-letter \x6C79 15-235-3
-letter \x6C7A 13-236-2
-letter \x6C7B 1235-34-4
-letter \x6C7C 1345-234-2
-letter \x6C7D 245-16-5
-letter \x6C7E 12345-136-2
-letter \x6C7F 15-1256-5
-letter \x6C80 15-1256-5
-letter \x6C81 245-1456-5
-letter \x6C82 16-2
-letter \x6C83 25-5
-letter \x6C84 256-2
-letter \x6C85 45-2
-letter \x6C86 1235-1346-5
-letter \x6C87 2345-4
-letter \x6C88 24-136-4
-letter \x6C89 12-136-2
-letter \x6C8A 145-1236-5
-letter \x6C8B 234-2
-letter \x6C8C 145-123456-5
-letter \x6C8D 1235-34-5
-letter \x6C8E 1235-25-5
-letter \x6C8F 245-16-3
-letter \x6C90 134-34-5
-letter \x6C91 1245-12356-2
-letter \x6C92 134-356-2
-letter \x6C93 145-345-2
-letter \x6C94 134-2345-4
-letter \x6C95 34-5
-letter \x6C96 12-12346-3
-letter \x6C97 124-2345-3
-letter \x6C98 135-16-4
-letter \x6C99 24-345-3
-letter \x6C9A 1-156-4
-letter \x6C9B 1234-356-5
-letter \x6C9C 1234-1236-5
-letter \x6C9D 1-1246-4
-letter \x6C9E 125-345-3
-letter \x6C9F 13-12356-3
-letter \x6CA0 14-234-2
-letter \x6CA1 134-356-2
-letter \x6CA2 125-2346-2
-letter \x6CA3 12345-1356-3
-letter \x6CA4 12356-5
-letter \x6CA5 14-16-5
-letter \x6CA6 14-123456-2
-letter \x6CA7 245-1346-3
-letter \x6CA8 12345-1356-2
-letter \x6CA9 1246-2
-letter \x6CAA 1235-34-5
-letter \x6CAB 134-126-5
-letter \x6CAC 134-356-5
-letter \x6CAD 24-34-5
-letter \x6CAE 13-1256-4
-letter \x6CAF 125-1236-4
-letter \x6CB0 124-25-3
-letter \x6CB1 124-25-2
-letter \x6CB2 124-25-2
-letter \x6CB3 1235-2346-2
-letter \x6CB4 14-16-5
-letter \x6CB5 134-16-4
-letter \x6CB6 16-2
-letter \x6CB7 12345-345-3
-letter \x6CB8 12345-356-5
-letter \x6CB9 234-2
-letter \x6CBA 124-2345-2
-letter \x6CBB 1-156-5
-letter \x6CBC 1-146-4
-letter \x6CBD 13-34-3
-letter \x6CBE 1-1236-3
-letter \x6CBF 2345-2
-letter \x6CC0 15-156-3
-letter \x6CC1 123-456-5
-letter \x6CC2 13-235-4
-letter \x6CC3 13-1256-5
-letter \x6CC4 15-346-5
-letter \x6CC5 245-234-2
-letter \x6CC6 16-3
-letter \x6CC7 13-23456-3
-letter \x6CC8 1-12346-3
-letter \x6CC9 245-45-2
-letter \x6CCA 135-126-2
-letter \x6CCB 1235-1246-5
-letter \x6CCC 134-16-5
-letter \x6CCD 135-136-3
-letter \x6CCE 1-25-2
-letter \x6CCF 12-34-5
-letter \x6CD0 14-2346-5
-letter \x6CD1 234-4
-letter \x6CD2 13-34-3
-letter \x6CD3 1235-12346-2
-letter \x6CD4 13-1236-3
-letter \x6CD5 12345-345-4
-letter \x6CD6 134-146-4
-letter \x6CD7 15-156-5
-letter \x6CD8 1235-34-3
-letter \x6CD9 1234-13456-2
-letter \x6CDA 245-156-4
-letter \x6CDB 12345-1236-5
-letter \x6CDC 1-156-3
-letter \x6CDD 15-34-5
-letter \x6CDE 1345-13456-5
-letter \x6CDF 12-1356-3
-letter \x6CE0 14-13456-2
-letter \x6CE1 1234-146-5
-letter \x6CE2 135-126-3
-letter \x6CE3 245-16-5
-letter \x6CE4 15-156-5
-letter \x6CE5 1345-16-2
-letter \x6CE6 13-1256-2
-letter \x6CE7 236-5
-letter \x6CE8 1-34-5
-letter \x6CE9 24-1356-3
-letter \x6CEA 14-356-5
-letter \x6CEB 15-45-5
-letter \x6CEC 15-236-5
-letter \x6CED 12345-34-2
-letter \x6CEE 1234-1236-5
-letter \x6CEF 134-1456-4
-letter \x6CF0 124-2456-5
-letter \x6CF1 46-3
-letter \x6CF2 13-16-4
-letter \x6CF3 235-4
-letter \x6CF4 13-12456-5
-letter \x6CF5 135-1356-5
-letter \x6CF6 15-236-2
-letter \x6CF7 14-12346-2
-letter \x6CF8 14-34-2
-letter \x6CF9 145-1236-5
-letter \x6CFA 14-25-5
-letter \x6CFB 15-346-5
-letter \x6CFC 1234-126-3
-letter \x6CFD 125-2346-2
-letter \x6CFE 13-13456-3
-letter \x6CFF 1456-2
-letter \x6D00 1-12356-3
-letter \x6D01 13-346-2
-letter \x6D02 16-5
-letter \x6D03 1235-1246-3
-letter \x6D04 1235-1246-2
-letter \x6D05 125-1246-4
-letter \x6D06 12-1356-2
-letter \x6D07 1456-3
-letter \x6D08 1246-2
-letter \x6D09 1235-12356-5
-letter \x6D0A 13-2345-5
-letter \x6D0B 46-2
-letter \x6D0C 14-346-5
-letter \x6D0D 15-156-5
-letter \x6D0E 13-16-5
-letter \x6D0F 156-2
-letter \x6D10 15-13456-2
-letter \x6D11 12345-34-2
-letter \x6D12 15-345-4
-letter \x6D13 15-25-4
-letter \x6D14 1-156-4
-letter \x6D15 1456-3
-letter \x6D16 34-2
-letter \x6D17 15-16-4
-letter \x6D18 123-146-4
-letter \x6D19 1-34-3
-letter \x6D1A 13-46-5
-letter \x6D1B 14-25-5
-letter \x6D1C 14-25-5
-letter \x6D1D 1236-5
-letter \x6D1E 145-12346-5
-letter \x6D1F 16-2
-letter \x6D20 134-12356-2
-letter \x6D21 14-356-4
-letter \x6D22 16-3
-letter \x6D23 134-16-4
-letter \x6D24 245-45-2
-letter \x6D25 13-1456-3
-letter \x6D26 134-126-5
-letter \x6D27 1246-4
-letter \x6D28 15-246-2
-letter \x6D29 15-346-5
-letter \x6D2A 1235-12346-2
-letter \x6D2B 15-1256-5
-letter \x6D2C 24-25-5
-letter \x6D2D 123-456-3
-letter \x6D2E 124-146-2
-letter \x6D2F 245-346-5
-letter \x6D30 13-1256-5
-letter \x6D31 156-4
-letter \x6D32 1-12356-3
-letter \x6D33 1245-34-5
-letter \x6D34 1234-13456-2
-letter \x6D35 15-256-2
-letter \x6D36 15-235-3
-letter \x6D37 1-156-5
-letter \x6D38 13-456-3
-letter \x6D39 1235-12456-2
-letter \x6D3A 134-13456-2
-letter \x6D3B 1235-25-2
-letter \x6D3C 35-3
-letter \x6D3D 245-23456-5
-letter \x6D3E 1234-2456-5
-letter \x6D3F 34-3
-letter \x6D40 245-1256-4
-letter \x6D41 14-234-2
-letter \x6D42 16-5
-letter \x6D43 13-23456-2
-letter \x6D44 13-13456-5
-letter \x6D45 245-2345-4
-letter \x6D46 13-46-3
-letter \x6D47 13-246-3
-letter \x6D48 1-1356-3
-letter \x6D49 24-156-3
-letter \x6D4A 1-25-2
-letter \x6D4B 245-2346-5
-letter \x6D4C 12345-345-2
-letter \x6D4D 123-2356-5
-letter \x6D4E 13-16-5
-letter \x6D4F 14-234-2
-letter \x6D50 12-1236-4
-letter \x6D51 1235-123456-2
-letter \x6D52 1235-34-4
-letter \x6D53 1345-12346-2
-letter \x6D54 15-256-2
-letter \x6D55 13-1456-5
-letter \x6D56 14-346-5
-letter \x6D57 245-234-2
-letter \x6D58 1246-4
-letter \x6D59 1-2346-5
-letter \x6D5A 13-256-5
-letter \x6D5B 1235-1236-5
-letter \x6D5C 135-1346-3
-letter \x6D5D 134-1346-2
-letter \x6D5E 1-25-2
-letter \x6D5F 234-2
-letter \x6D60 15-16-3
-letter \x6D61 135-126-2
-letter \x6D62 145-12356-5
-letter \x6D63 1235-12456-4
-letter \x6D64 1235-12346-2
-letter \x6D65 16-5
-letter \x6D66 1234-34-4
-letter \x6D67 13456-4
-letter \x6D68 14-1236-4
-letter \x6D69 1235-146-5
-letter \x6D6A 14-1346-5
-letter \x6D6B 1235-1236-4
-letter \x6D6C 14-16-4
-letter \x6D6D 13-1356-3
-letter \x6D6E 12345-34-2
-letter \x6D6F 34-2
-letter \x6D70 14-2345-5
-letter \x6D71 12-123456-2
-letter \x6D72 12345-1356-2
-letter \x6D73 16-5
-letter \x6D74 1256-5
-letter \x6D75 124-12346-2
-letter \x6D76 14-146-2
-letter \x6D77 1235-2456-4
-letter \x6D78 13-1456-5
-letter \x6D79 13-23456-2
-letter \x6D7A 12-12346-3
-letter \x6D7B 12346-4
-letter \x6D7C 134-356-4
-letter \x6D7D 15-1246-3
-letter \x6D7E 12-1356-3
-letter \x6D7F 1234-356-5
-letter \x6D80 15-2345-5
-letter \x6D81 24-136-5
-letter \x6D82 124-34-2
-letter \x6D83 123-123456-5
-letter \x6D84 1234-1456-3
-letter \x6D85 1345-346-5
-letter \x6D86 1235-1236-5
-letter \x6D87 13-13456-3
-letter \x6D88 15-246-3
-letter \x6D89 24-2346-5
-letter \x6D8A 1345-2345-4
-letter \x6D8B 124-34-3
-letter \x6D8C 235-4
-letter \x6D8D 15-246-5
-letter \x6D8E 15-2345-2
-letter \x6D8F 124-13456-4
-letter \x6D90 2346-2
-letter \x6D91 15-34-5
-letter \x6D92 124-123456-3
-letter \x6D93 13-45-3
-letter \x6D94 245-136-2
-letter \x6D95 124-16-5
-letter \x6D96 14-16-5
-letter \x6D97 24-1246-5
-letter \x6D98 15-156-5
-letter \x6D99 14-356-5
-letter \x6D9A 24-1246-5
-letter \x6D9B 124-146-3
-letter \x6D9C 145-34-2
-letter \x6D9D 14-146-5
-letter \x6D9E 14-2456-2
-letter \x6D9F 14-2345-2
-letter \x6DA0 1246-2
-letter \x6DA1 25-3
-letter \x6DA2 256-2
-letter \x6DA3 1235-12456-5
-letter \x6DA4 145-16-2
-letter \x6DA5 135-1356-3
-letter \x6DA6 1245-123456-5
-letter \x6DA7 13-2345-5
-letter \x6DA8 1-1346-4
-letter \x6DA9 15-2346-5
-letter \x6DAA 12345-34-2
-letter \x6DAB 13-12456-5
-letter \x6DAC 15-13456-5
-letter \x6DAD 24-12356-5
-letter \x6DAE 24-12456-5
-letter \x6DAF 23456-2
-letter \x6DB0 12-25-5
-letter \x6DB1 1-1346-5
-letter \x6DB2 16-5
-letter \x6DB3 123-12346-3
-letter \x6DB4 25-5
-letter \x6DB5 1235-1236-2
-letter \x6DB6 124-25-3
-letter \x6DB7 145-12346-3
-letter \x6DB8 1235-2346-2
-letter \x6DB9 25-3
-letter \x6DBA 13-1256-3
-letter \x6DBB 24-2346-5
-letter \x6DBC 14-46-2
-letter \x6DBD 1235-123456-3
-letter \x6DBE 124-345-5
-letter \x6DBF 1-25-3
-letter \x6DC0 145-2345-5
-letter \x6DC1 245-346-5
-letter \x6DC2 145-2346-2
-letter \x6DC3 13-45-5
-letter \x6DC4 125-156-3
-letter \x6DC5 15-16-3
-letter \x6DC6 246-2
-letter \x6DC7 245-16-2
-letter \x6DC8 13-34-4
-letter \x6DC9 13-25-4
-letter \x6DCA 1235-1236-5
-letter \x6DCB 14-1456-2
-letter \x6DCC 124-1346-4
-letter \x6DCD 1-12356-3
-letter \x6DCE 1234-1356-4
-letter \x6DCF 1235-146-5
-letter \x6DD0 12-1346-3
-letter \x6DD1 24-34-2
-letter \x6DD2 245-16-3
-letter \x6DD3 12345-1346-3
-letter \x6DD4 12-156-5
-letter \x6DD5 14-34-5
-letter \x6DD6 1345-146-5
-letter \x6DD7 13-1256-2
-letter \x6DD8 124-146-2
-letter \x6DD9 245-12346-2
-letter \x6DDA 14-356-5
-letter \x6DDB 1-2346-5
-letter \x6DDC 1234-1356-2
-letter \x6DDD 12345-356-2
-letter \x6DDE 15-12346-3
-letter \x6DDF 124-2345-4
-letter \x6DE0 1234-16-5
-letter \x6DE1 145-1236-5
-letter \x6DE2 1256-5
-letter \x6DE3 1345-16-2
-letter \x6DE4 1256-3
-letter \x6DE5 14-34-5
-letter \x6DE6 13-1236-5
-letter \x6DE7 134-16-5
-letter \x6DE8 13-13456-5
-letter \x6DE9 14-13456-2
-letter \x6DEA 14-123456-2
-letter \x6DEB 1456-2
-letter \x6DEC 245-1246-5
-letter \x6DED 245-1256-2
-letter \x6DEE 1235-2356-2
-letter \x6DEF 1256-5
-letter \x6DF0 1345-2345-4
-letter \x6DF1 24-136-3
-letter \x6DF2 1234-246-2
-letter \x6DF3 12-123456-2
-letter \x6DF4 35-5
-letter \x6DF5 45-3
-letter \x6DF6 14-2456-2
-letter \x6DF7 1235-123456-5
-letter \x6DF8 245-13456-3
-letter \x6DF9 2345-3
-letter \x6DFA 245-2345-4
-letter \x6DFB 124-2345-3
-letter \x6DFC 134-246-4
-letter \x6DFD 1-156-4
-letter \x6DFE 1456-4
-letter \x6DFF 134-16-5
-letter \x6E00 135-136-3
-letter \x6E01 45-3
-letter \x6E02 123456-5
-letter \x6E03 1245-2346-5
-letter \x6E04 12345-356-3
-letter \x6E05 245-13456-3
-letter \x6E06 45-3
-letter \x6E07 123-2346-4
-letter \x6E08 13-16-5
-letter \x6E09 24-2346-5
-letter \x6E0A 45-3
-letter \x6E0B 15-2346-5
-letter \x6E0C 14-34-5
-letter \x6E0D 125-156-5
-letter \x6E0E 145-34-2
-letter \x6E0F 245-16-2
-letter \x6E10 13-2345-5
-letter \x6E11 134-2345-4
-letter \x6E12 1234-16-5
-letter \x6E13 15-16-3
-letter \x6E14 1256-2
-letter \x6E15 45-3
-letter \x6E16 24-136-4
-letter \x6E17 24-136-5
-letter \x6E18 1245-12356-2
-letter \x6E19 1235-12456-5
-letter \x6E1A 1-34-4
-letter \x6E1B 13-2345-4
-letter \x6E1C 1345-12456-4
-letter \x6E1D 1256-2
-letter \x6E1E 245-234-2
-letter \x6E1F 124-13456-2
-letter \x6E20 245-1256-2
-letter \x6E21 145-34-5
-letter \x6E22 12345-1356-2
-letter \x6E23 1-345-3
-letter \x6E24 135-126-2
-letter \x6E25 25-5
-letter \x6E26 25-3
-letter \x6E27 145-16-5
-letter \x6E28 1246-3
-letter \x6E29 123456-3
-letter \x6E2A 1245-34-2
-letter \x6E2B 15-346-5
-letter \x6E2C 245-2346-5
-letter \x6E2D 1246-5
-letter \x6E2E 13-2346-3
-letter \x6E2F 13-1346-4
-letter \x6E30 2345-4
-letter \x6E31 1235-12346-2
-letter \x6E32 15-45-5
-letter \x6E33 134-16-4
-letter \x6E34 123-2346-4
-letter \x6E35 134-146-2
-letter \x6E36 13456-3
-letter \x6E37 2345-4
-letter \x6E38 234-2
-letter \x6E39 1235-12346-3
-letter \x6E3A 134-246-4
-letter \x6E3B 15-13456-4
-letter \x6E3C 134-356-4
-letter \x6E3D 125-2456-3
-letter \x6E3E 1235-123456-2
-letter \x6E3F 1345-2456-5
-letter \x6E40 123-1246-2
-letter \x6E41 12-156-5
-letter \x6E42 2346-5
-letter \x6E43 1234-2456-5
-letter \x6E44 134-356-2
-letter \x6E45 14-2345-5
-letter \x6E46 245-16-5
-letter \x6E47 245-16-5
-letter \x6E48 134-356-2
-letter \x6E49 124-2345-2
-letter \x6E4A 245-12356-5
-letter \x6E4B 1246-2
-letter \x6E4C 245-1236-3
-letter \x6E4D 124-12456-3
-letter \x6E4E 134-2345-4
-letter \x6E4F 1235-1246-5
-letter \x6E50 134-126-5
-letter \x6E51 15-1256-4
-letter \x6E52 13-16-2
-letter \x6E53 1234-136-2
-letter \x6E54 13-2345-3
-letter \x6E55 13-2345-4
-letter \x6E56 1235-34-2
-letter \x6E57 12345-1356-5
-letter \x6E58 15-46-3
-letter \x6E59 16-5
-letter \x6E5A 1456-5
-letter \x6E5B 1-1236-5
-letter \x6E5C 24-156-2
-letter \x6E5D 13-346-3
-letter \x6E5E 1-136-3
-letter \x6E5F 1235-456-2
-letter \x6E60 124-1236-5
-letter \x6E61 1256-2
-letter \x6E62 135-16-5
-letter \x6E63 134-1456-4
-letter \x6E64 24-156-3
-letter \x6E65 124-34-2
-letter \x6E66 24-1356-3
-letter \x6E67 235-4
-letter \x6E68 245-1256-5
-letter \x6E69 145-12346-5
-letter \x6E6A 124-12456-5
-letter \x6E6B 245-234-3
-letter \x6E6C 13-246-4
-letter \x6E6D 245-234-2
-letter \x6E6E 2345-3
-letter \x6E6F 124-1346-3
-letter \x6E70 14-12346-2
-letter \x6E71 1235-25-5
-letter \x6E72 45-2
-letter \x6E73 1345-1236-4
-letter \x6E74 135-1236-5
-letter \x6E75 234-4
-letter \x6E76 245-45-2
-letter \x6E77 12-1246-2
-letter \x6E78 14-46-5
-letter \x6E79 12-1236-2
-letter \x6E7A 2345-2
-letter \x6E7B 12-123456-2
-letter \x6E7C 1345-346-5
-letter \x6E7D 125-156-3
-letter \x6E7E 12456-3
-letter \x6E7F 24-156-3
-letter \x6E80 134-1236-4
-letter \x6E81 13456-2
-letter \x6E82 14-345-5
-letter \x6E83 123-1246-5
-letter \x6E84 12345-1356-3
-letter \x6E85 13-2345-5
-letter \x6E86 15-1256-5
-letter \x6E87 14-1256-4
-letter \x6E88 1246-2
-letter \x6E89 13-2456-5
-letter \x6E8A 15-23456-2
-letter \x6E8B 13456-2
-letter \x6E8C 1234-126-3
-letter \x6E8D 13-1456-5
-letter \x6E8E 13-1246-5
-letter \x6E8F 124-1346-2
-letter \x6E90 45-2
-letter \x6E91 15-25-4
-letter \x6E92 45-2
-letter \x6E93 14-2345-2
-letter \x6E94 246-4
-letter \x6E95 134-1356-5
-letter \x6E96 1-123456-4
-letter \x6E97 24-1356-2
-letter \x6E98 123-2346-5
-letter \x6E99 124-2456-5
-letter \x6E9A 145-345-2
-letter \x6E9B 35-3
-letter \x6E9C 14-234-3
-letter \x6E9D 13-12356-3
-letter \x6E9E 15-146-3
-letter \x6E9F 134-13456-2
-letter \x6EA0 1-345-5
-letter \x6EA1 24-156-2
-letter \x6EA2 16-5
-letter \x6EA3 14-123456-2
-letter \x6EA4 134-345-4
-letter \x6EA5 1234-34-4
-letter \x6EA6 1246-3
-letter \x6EA7 14-16-5
-letter \x6EA8 245-2456-2
-letter \x6EA9 34-5
-letter \x6EAA 15-16-3
-letter \x6EAB 123456-3
-letter \x6EAC 245-46-3
-letter \x6EAD 125-2346-2
-letter \x6EAE 24-156-3
-letter \x6EAF 15-34-5
-letter \x6EB0 16-3
-letter \x6EB1 245-1456-2
-letter \x6EB2 15-12356-3
-letter \x6EB3 256-2
-letter \x6EB4 15-234-5
-letter \x6EB5 1456-3
-letter \x6EB6 1245-12346-2
-letter \x6EB7 1235-123456-5
-letter \x6EB8 15-34-5
-letter \x6EB9 15-34-5
-letter \x6EBA 1345-16-5
-letter \x6EBB 124-345-3
-letter \x6EBC 24-156-3
-letter \x6EBD 1245-34-5
-letter \x6EBE 1246-3
-letter \x6EBF 1234-1236-5
-letter \x6EC0 12-34-5
-letter \x6EC1 12-34-2
-letter \x6EC2 1234-1346-3
-letter \x6EC3 12346-4
-letter \x6EC4 245-1346-3
-letter \x6EC5 134-346-5
-letter \x6EC6 1235-2346-2
-letter \x6EC7 145-2345-3
-letter \x6EC8 1235-146-5
-letter \x6EC9 1235-456-4
-letter \x6ECA 15-16-5
-letter \x6ECB 125-156-3
-letter \x6ECC 145-16-2
-letter \x6ECD 1-156-4
-letter \x6ECE 13456-2
-letter \x6ECF 12345-34-4
-letter \x6ED0 13-346-2
-letter \x6ED1 1235-35-2
-letter \x6ED2 13-2346-3
-letter \x6ED3 125-156-4
-letter \x6ED4 124-146-3
-letter \x6ED5 124-1356-2
-letter \x6ED6 15-1246-3
-letter \x6ED7 135-16-5
-letter \x6ED8 13-246-5
-letter \x6ED9 1235-1246-5
-letter \x6EDA 13-123456-4
-letter \x6EDB 1456-2
-letter \x6EDC 13-146-3
-letter \x6EDD 14-12346-2
-letter \x6EDE 1-156-5
-letter \x6EDF 2345-5
-letter \x6EE0 24-2346-5
-letter \x6EE1 134-1236-4
-letter \x6EE2 13456-2
-letter \x6EE3 12-123456-2
-letter \x6EE4 14-1256-5
-letter \x6EE5 14-1236-5
-letter \x6EE6 14-12456-2
-letter \x6EE7 15-246-5
-letter \x6EE8 135-1456-3
-letter \x6EE9 124-1236-3
-letter \x6EEA 1256-5
-letter \x6EEB 15-234-5
-letter \x6EEC 1235-34-5
-letter \x6EED 135-16-5
-letter \x6EEE 135-246-3
-letter \x6EEF 1-156-5
-letter \x6EF0 13-46-4
-letter \x6EF1 123-12356-5
-letter \x6EF2 24-136-5
-letter \x6EF3 24-1346-3
-letter \x6EF4 145-16-3
-letter \x6EF5 134-16-5
-letter \x6EF6 146-2
-letter \x6EF7 14-34-4
-letter \x6EF8 1235-34-4
-letter \x6EF9 1235-34-3
-letter \x6EFA 234-2
-letter \x6EFB 12-1236-4
-letter \x6EFC 12345-1236-5
-letter \x6EFD 235-2
-letter \x6EFE 13-123456-4
-letter \x6EFF 134-1236-4
-letter \x6F00 245-13456-5
-letter \x6F01 1256-2
-letter \x6F02 1234-246-3
-letter \x6F03 13-16-2
-letter \x6F04 23456-2
-letter \x6F05 13-246-4
-letter \x6F06 245-16-3
-letter \x6F07 15-16-4
-letter \x6F08 13-16-5
-letter \x6F09 14-34-5
-letter \x6F0A 14-1256-4
-letter \x6F0B 14-12346-2
-letter \x6F0C 13-1456-4
-letter \x6F0D 13-25-2
-letter \x6F0E 245-12346-2
-letter \x6F0F 14-12356-5
-letter \x6F10 1-156-2
-letter \x6F11 13-2456-5
-letter \x6F12 245-46-2
-letter \x6F13 14-16-2
-letter \x6F14 2345-4
-letter \x6F15 245-146-2
-letter \x6F16 13-246-5
-letter \x6F17 245-12346-3
-letter \x6F18 12-123456-2
-letter \x6F19 124-12456-2
-letter \x6F1A 12356-5
-letter \x6F1B 124-1356-2
-letter \x6F1C 346-4
-letter \x6F1D 15-16-2
-letter \x6F1E 134-16-5
-letter \x6F1F 124-1346-2
-letter \x6F20 134-126-5
-letter \x6F21 24-1346-3
-letter \x6F22 1235-1236-5
-letter \x6F23 14-2345-2
-letter \x6F24 14-1236-4
-letter \x6F25 35-3
-letter \x6F26 14-16-2
-letter \x6F27 245-2345-2
-letter \x6F28 12345-1356-2
-letter \x6F29 15-45-2
-letter \x6F2A 16-3
-letter \x6F2B 134-1236-5
-letter \x6F2C 125-156-5
-letter \x6F2D 134-1346-4
-letter \x6F2E 123-1346-3
-letter \x6F2F 14-25-5
-letter \x6F30 1234-1356-3
-letter \x6F31 24-34-5
-letter \x6F32 1-1346-4
-letter \x6F33 1-1346-3
-letter \x6F34 12-12346-2
-letter \x6F35 15-1256-5
-letter \x6F36 1235-12456-5
-letter \x6F37 123-25-5
-letter \x6F38 13-2345-5
-letter \x6F39 2345-3
-letter \x6F3A 12-456-4
-letter \x6F3B 14-246-2
-letter \x6F3C 245-1246-4
-letter \x6F3D 124-16-2
-letter \x6F3E 46-5
-letter \x6F3F 13-46-3
-letter \x6F40 245-12346-2
-letter \x6F41 13456-4
-letter \x6F42 1235-12346-2
-letter \x6F43 15-234-5
-letter \x6F44 24-34-5
-letter \x6F45 13-12456-5
-letter \x6F46 13456-2
-letter \x6F47 15-246-3
-letter \x6F48 124-12346-4
-letter \x6F49 123-123456-3
-letter \x6F4A 15-1256-5
-letter \x6F4B 14-2345-5
-letter \x6F4C 1-156-5
-letter \x6F4D 1246-2
-letter \x6F4E 1234-16-5
-letter \x6F4F 13-236-2
-letter \x6F50 13-246-5
-letter \x6F51 1234-126-3
-letter \x6F52 145-1346-5
-letter \x6F53 1235-1246-5
-letter \x6F54 13-346-2
-letter \x6F55 34-4
-letter \x6F56 1234-345-2
-letter \x6F57 13-16-2
-letter \x6F58 1234-1236-3
-letter \x6F59 1246-2
-letter \x6F5A 15-34-5
-letter \x6F5B 245-2345-2
-letter \x6F5C 245-2345-2
-letter \x6F5D 15-16-3
-letter \x6F5E 14-34-5
-letter \x6F5F 15-16-5
-letter \x6F60 15-123456-5
-letter \x6F61 145-123456-5
-letter \x6F62 1235-456-2
-letter \x6F63 134-1456-4
-letter \x6F64 1245-123456-5
-letter \x6F65 15-34-5
-letter \x6F66 14-246-2
-letter \x6F67 1-136-3
-letter \x6F68 1-12346-3
-letter \x6F69 16-5
-letter \x6F6A 145-16-2
-letter \x6F6B 12456-3
-letter \x6F6C 145-1236-5
-letter \x6F6D 124-1236-2
-letter \x6F6E 12-146-2
-letter \x6F6F 15-256-2
-letter \x6F70 123-1246-5
-letter \x6F71 346-3
-letter \x6F72 24-146-5
-letter \x6F73 124-34-2
-letter \x6F74 1-34-3
-letter \x6F75 15-1236-5
-letter \x6F76 1235-356-3
-letter \x6F77 135-16-5
-letter \x6F78 24-1236-3
-letter \x6F79 12-1236-2
-letter \x6F7A 12-1236-2
-letter \x6F7B 24-34-4
-letter \x6F7C 124-12346-2
-letter \x6F7D 1234-34-4
-letter \x6F7E 14-1456-2
-letter \x6F7F 1246-2
-letter \x6F80 15-2346-5
-letter \x6F81 15-2346-5
-letter \x6F82 12-1356-2
-letter \x6F83 13-235-5
-letter \x6F84 12-1356-2
-letter \x6F85 1235-35-5
-letter \x6F86 13-246-3
-letter \x6F87 14-146-5
-letter \x6F88 12-2346-5
-letter \x6F89 13-1236-4
-letter \x6F8A 245-123456-3
-letter \x6F8B 1235-12346-5
-letter \x6F8C 15-156-3
-letter \x6F8D 24-34-5
-letter \x6F8E 1234-1356-2
-letter \x6F8F 1235-1236-5
-letter \x6F90 256-2
-letter \x6F91 14-234-5
-letter \x6F92 1235-12346-5
-letter \x6F93 12345-34-2
-letter \x6F94 1235-146-5
-letter \x6F95 1235-2346-2
-letter \x6F96 15-2345-3
-letter \x6F97 13-2345-5
-letter \x6F98 24-1236-3
-letter \x6F99 15-16-5
-letter \x6F9A 146-5
-letter \x6F9B 14-34-4
-letter \x6F9C 14-1236-2
-letter \x6F9D 134-13456-5
-letter \x6F9E 1256-2
-letter \x6F9F 14-1456-4
-letter \x6FA0 134-1456-4
-letter \x6FA1 125-146-4
-letter \x6FA2 145-1346-3
-letter \x6FA3 1235-12456-4
-letter \x6FA4 125-2346-2
-letter \x6FA5 15-346-5
-letter \x6FA6 1256-5
-letter \x6FA7 14-16-4
-letter \x6FA8 24-156-5
-letter \x6FA9 15-236-2
-letter \x6FAA 14-13456-2
-letter \x6FAB 134-1236-5
-letter \x6FAC 125-156-3
-letter \x6FAD 235-3
-letter \x6FAE 123-2356-5
-letter \x6FAF 245-1236-5
-letter \x6FB0 14-2345-5
-letter \x6FB1 145-2345-5
-letter \x6FB2 346-5
-letter \x6FB3 146-5
-letter \x6FB4 1235-12456-2
-letter \x6FB5 1-136-3
-letter \x6FB6 12-1236-2
-letter \x6FB7 134-1236-5
-letter \x6FB8 145-1236-4
-letter \x6FB9 145-1236-5
-letter \x6FBA 16-5
-letter \x6FBB 15-1246-5
-letter \x6FBC 1234-16-5
-letter \x6FBD 13-1256-5
-letter \x6FBE 124-345-5
-letter \x6FBF 245-1456-2
-letter \x6FC0 13-16-3
-letter \x6FC1 1-25-2
-letter \x6FC2 14-2345-2
-letter \x6FC3 1345-12346-2
-letter \x6FC4 25-3
-letter \x6FC5 13-1456-5
-letter \x6FC6 12345-136-2
-letter \x6FC7 15-2346-5
-letter \x6FC8 13-16-2
-letter \x6FC9 15-1246-3
-letter \x6FCA 1235-1246-5
-letter \x6FCB 12-34-4
-letter \x6FCC 124-345-5
-letter \x6FCD 15-12346-3
-letter \x6FCE 145-13456-4
-letter \x6FCF 15-2346-5
-letter \x6FD0 1-34-4
-letter \x6FD1 14-2456-5
-letter \x6FD2 135-1456-3
-letter \x6FD3 14-2345-2
-letter \x6FD4 134-16-4
-letter \x6FD5 24-156-3
-letter \x6FD6 24-34-5
-letter \x6FD7 134-16-5
-letter \x6FD8 1345-13456-5
-letter \x6FD9 13456-2
-letter \x6FDA 13456-2
-letter \x6FDB 134-1356-2
-letter \x6FDC 13-1456-5
-letter \x6FDD 245-16-2
-letter \x6FDE 1234-16-5
-letter \x6FDF 13-16-5
-letter \x6FE0 1235-146-2
-letter \x6FE1 1245-34-2
-letter \x6FE2 125-1246-4
-letter \x6FE3 25-5
-letter \x6FE4 124-146-3
-letter \x6FE5 1456-5
-letter \x6FE6 1456-4
-letter \x6FE7 145-1246-5
-letter \x6FE8 245-156-2
-letter \x6FE9 1235-25-5
-letter \x6FEA 13-13456-5
-letter \x6FEB 14-1236-5
-letter \x6FEC 13-256-5
-letter \x6FED 2456-5
-letter \x6FEE 1234-34-2
-letter \x6FEF 1-25-2
-letter \x6FF0 1246-2
-letter \x6FF1 135-1456-3
-letter \x6FF2 13-34-4
-letter \x6FF3 245-2345-2
-letter \x6FF4 15-13456-2
-letter \x6FF5 135-1456-3
-letter \x6FF6 123-25-5
-letter \x6FF7 12345-356-5
-letter \x6FF8 245-1346-3
-letter \x6FF9 134-2346-5
-letter \x6FFA 13-2345-5
-letter \x6FFB 1246-4
-letter \x6FFC 14-25-5
-letter \x6FFD 125-1236-5
-letter \x6FFE 14-1256-5
-letter \x6FFF 14-16-5
-letter \x7000 234-3
-letter \x7001 46-5
-letter \x7002 14-34-4
-letter \x7003 15-156-5
-letter \x7004 13-346-2
-letter \x7005 13456-2
-letter \x7006 145-34-2
-letter \x7007 456-4
-letter \x7008 1235-1246-3
-letter \x7009 15-346-5
-letter \x700A 1234-1236-2
-letter \x700B 24-136-4
-letter \x700C 135-246-3
-letter \x700D 12-1236-2
-letter \x700E 134-126-5
-letter \x700F 14-234-2
-letter \x7010 13-2345-3
-letter \x7011 1234-34-5
-letter \x7012 15-2346-5
-letter \x7013 12-1356-2
-letter \x7014 13-34-4
-letter \x7015 135-1456-3
-letter \x7016 1235-25-5
-letter \x7017 15-2345-5
-letter \x7018 14-34-2
-letter \x7019 245-1456-3
-letter \x701A 1235-1236-5
-letter \x701B 13456-2
-letter \x701C 1245-12346-2
-letter \x701D 14-16-5
-letter \x701E 13-13456-5
-letter \x701F 15-246-3
-letter \x7020 13456-2
-letter \x7021 15-1246-4
-letter \x7022 1246-2
-letter \x7023 15-346-5
-letter \x7024 1235-2356-2
-letter \x7025 1235-146-5
-letter \x7026 1-34-3
-letter \x7027 14-12346-2
-letter \x7028 14-2456-5
-letter \x7029 145-1246-5
-letter \x702A 12345-1236-2
-letter \x702B 1235-34-2
-letter \x702C 14-2456-5
-letter \x702D 24-34-3
-letter \x702E 14-13456-2
-letter \x702F 13456-2
-letter \x7030 134-16-2
-letter \x7031 13-16-5
-letter \x7032 14-2345-5
-letter \x7033 13-2345-5
-letter \x7034 13456-4
-letter \x7035 12345-136-5
-letter \x7036 14-1456-2
-letter \x7037 16-5
-letter \x7038 13-2345-3
-letter \x7039 236-5
-letter \x703A 12-1236-2
-letter \x703B 145-2456-5
-letter \x703C 1245-1346-2
-letter \x703D 13-2345-4
-letter \x703E 14-1236-2
-letter \x703F 12345-1236-2
-letter \x7040 24-456-5
-letter \x7041 45-3
-letter \x7042 1-25-2
-letter \x7043 12345-1356-3
-letter \x7044 24-2346-5
-letter \x7045 14-356-4
-letter \x7046 14-1236-2
-letter \x7047 245-12346-2
-letter \x7048 245-1256-2
-letter \x7049 235-3
-letter \x704A 245-2345-2
-letter \x704B 12345-345-4
-letter \x704C 13-12456-5
-letter \x704D 245-236-5
-letter \x704E 2345-5
-letter \x704F 1235-146-5
-letter \x7050 13456-2
-letter \x7051 15-345-4
-letter \x7052 125-1236-5
-letter \x7053 14-12456-2
-letter \x7054 2345-5
-letter \x7055 14-16-2
-letter \x7056 134-16-4
-letter \x7057 24-1236-5
-letter \x7058 124-1236-3
-letter \x7059 145-1346-4
-letter \x705A 13-246-4
-letter \x705B 12-1236-4
-letter \x705C 13456-2
-letter \x705D 1235-146-5
-letter \x705E 135-345-5
-letter \x705F 1-34-2
-letter \x7060 14-1236-5
-letter \x7061 14-1236-2
-letter \x7062 1345-1346-4
-letter \x7063 12456-3
-letter \x7064 14-12456-2
-letter \x7065 15-256-2
-letter \x7066 15-2345-4
-letter \x7067 2345-5
-letter \x7068 13-1236-4
-letter \x7069 2345-5
-letter \x706A 1256-5
-letter \x706B 1235-25-4
-letter \x706C 1235-25-4
-letter \x706D 134-346-5
-letter \x706E 13-456-3
-letter \x706F 145-1356-3
-letter \x7070 1235-1246-3
-letter \x7071 15-246-3
-letter \x7072 15-246-3
-letter \x7073 1235-1246-3
-letter \x7074 1235-12346-2
-letter \x7075 14-13456-2
-letter \x7076 125-146-5
-letter \x7077 1-12456-5
-letter \x7078 13-234-4
-letter \x7079 1-345-5
-letter \x707A 15-346-5
-letter \x707B 12-156-5
-letter \x707C 1-25-2
-letter \x707D 125-2456-3
-letter \x707E 125-2456-3
-letter \x707F 245-1236-5
-letter \x7080 46-2
-letter \x7081 245-16-5
-letter \x7082 1-12346-3
-letter \x7083 12345-136-2
-letter \x7084 1345-234-4
-letter \x7085 13-235-4
-letter \x7086 123456-2
-letter \x7087 1234-126-5
-letter \x7088 16-5
-letter \x7089 14-34-2
-letter \x708A 12-1246-3
-letter \x708B 1234-16-3
-letter \x708C 123-2456-5
-letter \x708D 1234-1236-5
-letter \x708E 2345-2
-letter \x708F 123-2456-5
-letter \x7090 1234-1346-5
-letter \x7091 134-34-5
-letter \x7092 12-146-4
-letter \x7093 14-246-5
-letter \x7094 245-236-3
-letter \x7095 123-1346-5
-letter \x7096 145-123456-5
-letter \x7097 13-456-3
-letter \x7098 15-1456-3
-letter \x7099 1-156-5
-letter \x709A 13-456-3
-letter \x709B 13-456-3
-letter \x709C 1246-4
-letter \x709D 245-46-5
-letter \x709E 145-2345-4
-letter \x709F 145-345-2
-letter \x70A0 15-23456-2
-letter \x70A1 1-1356-3
-letter \x70A2 1-34-2
-letter \x70A3 123-2346-4
-letter \x70A4 1-146-5
-letter \x70A5 12345-34-2
-letter \x70A6 135-345-2
-letter \x70A7 145-25-5
-letter \x70A8 145-25-5
-letter \x70A9 14-13456-5
-letter \x70AA 1-25-2
-letter \x70AB 15-45-5
-letter \x70AC 13-1256-5
-letter \x70AD 124-1236-5
-letter \x70AE 1234-146-5
-letter \x70AF 13-235-4
-letter \x70B0 1234-146-2
-letter \x70B1 124-2456-2
-letter \x70B2 124-2456-2
-letter \x70B3 135-13456-4
-letter \x70B4 46-4
-letter \x70B5 124-12346-3
-letter \x70B6 1235-1236-3
-letter \x70B7 1-34-5
-letter \x70B8 1-345-5
-letter \x70B9 145-2345-4
-letter \x70BA 1246-2
-letter \x70BB 24-156-2
-letter \x70BC 14-2345-5
-letter \x70BD 12-156-5
-letter \x70BE 1235-456-4
-letter \x70BF 1-12356-3
-letter \x70C0 1235-34-3
-letter \x70C1 24-25-5
-letter \x70C2 14-1236-5
-letter \x70C3 124-13456-3
-letter \x70C4 13-246-4
-letter \x70C5 15-1256-5
-letter \x70C6 15-13456-2
-letter \x70C7 245-45-5
-letter \x70C8 14-346-5
-letter \x70C9 1235-12456-5
-letter \x70CA 46-2
-letter \x70CB 15-234-3
-letter \x70CC 15-234-3
-letter \x70CD 15-2345-4
-letter \x70CE 1456-2
-letter \x70CF 34-3
-letter \x70D0 1-12356-3
-letter \x70D1 246-2
-letter \x70D2 24-156-5
-letter \x70D3 1246-3
-letter \x70D4 124-12346-2
-letter \x70D5 15-236-5
-letter \x70D6 125-2456-3
-letter \x70D7 123-2456-5
-letter \x70D8 1235-12346-3
-letter \x70D9 14-146-5
-letter \x70DA 15-23456-2
-letter \x70DB 1-34-2
-letter \x70DC 15-45-4
-letter \x70DD 1-1356-3
-letter \x70DE 1234-126-5
-letter \x70DF 2345-3
-letter \x70E0 1235-1246-4
-letter \x70E1 13-456-3
-letter \x70E2 1-2346-5
-letter \x70E3 1235-1246-3
-letter \x70E4 123-146-4
-letter \x70E5 12-136-2
-letter \x70E6 12345-1236-2
-letter \x70E7 24-146-3
-letter \x70E8 346-5
-letter \x70E9 1235-1246-5
-letter \x70EA 13-12456-3
-letter \x70EB 124-1346-5
-letter \x70EC 13-1456-5
-letter \x70ED 1245-2346-5
-letter \x70EE 14-346-5
-letter \x70EF 15-16-3
-letter \x70F0 12345-34-2
-letter \x70F1 13-235-4
-letter \x70F2 12-2346-5
-letter \x70F3 1234-34-4
-letter \x70F4 124-13456-3
-letter \x70F5 1-25-2
-letter \x70F6 124-13456-4
-letter \x70F7 12456-2
-letter \x70F8 1235-2456-4
-letter \x70F9 1234-1356-3
-letter \x70FA 14-1346-4
-letter \x70FB 2345-5
-letter \x70FC 1235-34-3
-letter \x70FD 12345-1356-3
-letter \x70FE 12-156-5
-letter \x70FF 1245-12346-2
-letter \x7100 1235-34-2
-letter \x7101 15-16-3
-letter \x7102 24-34-2
-letter \x7103 1235-2346-5
-letter \x7104 15-256-3
-letter \x7105 123-34-5
-letter \x7106 13-236-2
-letter \x7107 15-246-3
-letter \x7108 15-16-3
-letter \x7109 2345-3
-letter \x710A 1235-1236-5
-letter \x710B 1-456-5
-letter \x710C 13-256-5
-letter \x710D 145-16-5
-letter \x710E 15-346-5
-letter \x710F 13-16-2
-letter \x7110 34-5
-letter \x7111 2345-3
-letter \x7112 14-1256-4
-letter \x7113 1235-1236-2
-letter \x7114 2345-5
-letter \x7115 1235-12456-5
-letter \x7116 134-136-3
-letter \x7117 13-1256-2
-letter \x7118 145-146-5
-letter \x7119 135-356-5
-letter \x711A 12345-136-2
-letter \x711B 14-1456-5
-letter \x711C 123-123456-3
-letter \x711D 1235-123456-5
-letter \x711E 124-123456-3
-letter \x711F 15-16-2
-letter \x7120 245-1246-5
-letter \x7121 34-2
-letter \x7122 1235-12346-3
-letter \x7123 13-1256-5
-letter \x7124 12345-34-4
-letter \x7125 25-5
-letter \x7126 13-246-3
-letter \x7127 245-12346-3
-letter \x7128 12345-1356-5
-letter \x7129 1234-13456-3
-letter \x712A 245-235-3
-letter \x712B 1245-25-5
-letter \x712C 15-16-2
-letter \x712D 245-235-2
-letter \x712E 15-1456-5
-letter \x712F 12-146-3
-letter \x7130 2345-5
-letter \x7131 2345-5
-letter \x7132 16-5
-letter \x7133 13-236-2
-letter \x7134 1256-5
-letter \x7135 13-1346-5
-letter \x7136 1245-1236-2
-letter \x7137 1234-16-2
-letter \x7138 13-34-4
-letter \x7139 456-4
-letter \x713A 24-1356-3
-letter \x713B 12-1346-5
-letter \x713C 24-146-3
-letter \x713D 13456-3
-letter \x713E 134-2345-4
-letter \x713F 13-1356-3
-letter \x7140 1246-3
-letter \x7141 12-136-2
-letter \x7142 1235-2346-5
-letter \x7143 123-1246-4
-letter \x7144 1-12346-3
-letter \x7145 145-12456-5
-letter \x7146 15-23456-3
-letter \x7147 1235-1246-3
-letter \x7148 12345-1356-5
-letter \x7149 14-2345-5
-letter \x714A 15-45-3
-letter \x714B 15-13456-3
-letter \x714C 1235-456-2
-letter \x714D 13-246-4
-letter \x714E 13-2345-3
-letter \x714F 135-16-5
-letter \x7150 13456-3
-letter \x7151 1-34-4
-letter \x7152 1246-4
-letter \x7153 124-12456-3
-letter \x7154 124-2345-5
-letter \x7155 15-16-3
-letter \x7156 1345-12456-4
-letter \x7157 1345-12456-4
-letter \x7158 12-1236-2
-letter \x7159 2345-3
-letter \x715A 13-235-4
-letter \x715B 13-235-4
-letter \x715C 1256-5
-letter \x715D 134-356-5
-letter \x715E 24-345-5
-letter \x715F 1246-5
-letter \x7160 346-5
-letter \x7161 13-1456-5
-letter \x7162 245-235-2
-letter \x7163 1245-12356-2
-letter \x7164 134-356-2
-letter \x7165 1235-12456-5
-letter \x7166 15-1256-4
-letter \x7167 1-146-5
-letter \x7168 1246-3
-letter \x7169 12345-1236-2
-letter \x716A 245-234-2
-letter \x716B 15-1246-5
-letter \x716C 46-2
-letter \x716D 14-346-5
-letter \x716E 1-34-4
-letter \x716F 13-346-3
-letter \x7170 13-146-5
-letter \x7171 13-35-3
-letter \x7172 135-146-3
-letter \x7173 1235-34-2
-letter \x7174 256-3
-letter \x7175 15-23456-3
-letter \x7176 24-156-5
-letter \x7177 14-46-5
-letter \x7178 135-2345-3
-letter \x7179 13-12356-5
-letter \x717A 124-1246-5
-letter \x717B 124-1346-2
-letter \x717C 12-146-4
-letter \x717D 24-1236-3
-letter \x717E 136-3
-letter \x717F 135-126-2
-letter \x7180 1235-456-4
-letter \x7181 15-346-2
-letter \x7182 15-16-5
-letter \x7183 34-5
-letter \x7184 15-16-2
-letter \x7185 256-3
-letter \x7186 1235-2346-2
-letter \x7187 15-246-3
-letter \x7188 15-16-3
-letter \x7189 256-2
-letter \x718A 15-235-2
-letter \x718B 1345-2456-2
-letter \x718C 24-1236-5
-letter \x718D 15-235-2
-letter \x718E 246-5
-letter \x718F 15-256-3
-letter \x7190 134-13456-2
-letter \x7191 14-2345-2
-letter \x7192 13456-2
-letter \x7193 34-4
-letter \x7194 1245-12346-2
-letter \x7195 13-12346-5
-letter \x7196 2345-5
-letter \x7197 245-46-5
-letter \x7198 14-234-3
-letter \x7199 15-16-3
-letter \x719A 135-16-5
-letter \x719B 135-246-3
-letter \x719C 125-12346-4
-letter \x719D 14-34-5
-letter \x719E 13-2345-3
-letter \x719F 24-12356-2
-letter \x71A0 16-5
-letter \x71A1 14-12356-2
-letter \x71A2 12345-1356-3
-letter \x71A3 15-1246-3
-letter \x71A4 16-5
-letter \x71A5 124-12346-3
-letter \x71A6 13-236-2
-letter \x71A7 125-12346-3
-letter \x71A8 256-5
-letter \x71A9 1235-34-5
-letter \x71AA 16-2
-letter \x71AB 1-156-5
-letter \x71AC 146-2
-letter \x71AD 1246-5
-letter \x71AE 14-246-2
-letter \x71AF 1235-1236-5
-letter \x71B0 12356-3
-letter \x71B1 1245-2346-5
-letter \x71B2 13-235-4
-letter \x71B3 134-1236-5
-letter \x71B4 123-123456-3
-letter \x71B5 24-1346-3
-letter \x71B6 245-12456-5
-letter \x71B7 125-1356-3
-letter \x71B8 13-2345-3
-letter \x71B9 15-16-3
-letter \x71BA 15-16-3
-letter \x71BB 15-16-3
-letter \x71BC 16-5
-letter \x71BD 15-246-5
-letter \x71BE 12-156-5
-letter \x71BF 1235-456-2
-letter \x71C0 12-1236-4
-letter \x71C1 346-5
-letter \x71C2 245-2345-2
-letter \x71C3 1245-1236-2
-letter \x71C4 2345-5
-letter \x71C5 15-2345-2
-letter \x71C6 245-246-2
-letter \x71C7 125-123456-5
-letter \x71C8 145-1356-3
-letter \x71C9 145-123456-5
-letter \x71CA 24-136-3
-letter \x71CB 13-246-3
-letter \x71CC 12345-136-2
-letter \x71CD 15-156-3
-letter \x71CE 14-246-4
-letter \x71CF 1256-5
-letter \x71D0 14-1456-2
-letter \x71D1 124-12346-2
-letter \x71D2 24-146-3
-letter \x71D3 12345-136-3
-letter \x71D4 12345-1236-2
-letter \x71D5 2345-5
-letter \x71D6 15-256-2
-letter \x71D7 14-1236-5
-letter \x71D8 134-356-4
-letter \x71D9 124-1346-5
-letter \x71DA 16-3
-letter \x71DB 13-13456-4
-letter \x71DC 134-136-5
-letter \x71DD 13-1456-4
-letter \x71DE 13-246-4
-letter \x71DF 13456-2
-letter \x71E0 1256-5
-letter \x71E1 16-5
-letter \x71E2 15-236-2
-letter \x71E3 14-1236-2
-letter \x71E4 124-2456-5
-letter \x71E5 125-146-5
-letter \x71E6 245-1236-5
-letter \x71E7 15-1246-5
-letter \x71E8 15-16-3
-letter \x71E9 245-236-5
-letter \x71EA 245-12346-3
-letter \x71EB 14-2345-2
-letter \x71EC 1235-1246-4
-letter \x71ED 1-34-2
-letter \x71EE 15-346-5
-letter \x71EF 14-13456-2
-letter \x71F0 1246-3
-letter \x71F1 16-5
-letter \x71F2 15-346-2
-letter \x71F3 1-146-5
-letter \x71F4 1235-1246-5
-letter \x71F5 145-345-2
-letter \x71F6 1345-12346-2
-letter \x71F7 14-1236-2
-letter \x71F8 1245-34-2
-letter \x71F9 15-2345-4
-letter \x71FA 123-146-4
-letter \x71FB 15-256-3
-letter \x71FC 13-1456-5
-letter \x71FD 12-12356-2
-letter \x71FE 145-146-5
-letter \x71FF 246-5
-letter \x7200 1235-2346-5
-letter \x7201 14-1236-5
-letter \x7202 135-246-3
-letter \x7203 1245-12346-2
-letter \x7204 14-16-5
-letter \x7205 134-126-5
-letter \x7206 135-146-5
-letter \x7207 1245-25-5
-letter \x7208 14-1256-2
-letter \x7209 14-345-5
-letter \x720A 146-2
-letter \x720B 15-256-5
-letter \x720C 123-456-5
-letter \x720D 24-25-5
-letter \x720E 14-246-2
-letter \x720F 14-16-5
-letter \x7210 14-34-2
-letter \x7211 13-236-2
-letter \x7212 14-246-5
-letter \x7213 2345-5
-letter \x7214 15-16-3
-letter \x7215 15-346-5
-letter \x7216 14-12346-2
-letter \x7217 346-5
-letter \x7218 245-1236-5
-letter \x7219 1245-1346-4
-letter \x721A 236-5
-letter \x721B 14-1236-5
-letter \x721C 245-12346-2
-letter \x721D 13-236-2
-letter \x721E 124-12346-2
-letter \x721F 13-12456-5
-letter \x7220 245-1256-2
-letter \x7221 12-2346-5
-letter \x7222 134-16-2
-letter \x7223 124-1346-4
-letter \x7224 14-1236-5
-letter \x7225 1-34-2
-letter \x7226 14-1236-4
-letter \x7227 14-13456-2
-letter \x7228 245-12456-5
-letter \x7229 1256-5
-letter \x722A 1-35-4
-letter \x722B 1-146-4
-letter \x722C 1234-345-2
-letter \x722D 1-1356-3
-letter \x722E 1234-146-2
-letter \x722F 12-1356-3
-letter \x7230 45-2
-letter \x7231 2456-5
-letter \x7232 1246-2
-letter \x7233 1235-1236-2
-letter \x7234 13-236-2
-letter \x7235 13-236-2
-letter \x7236 12345-34-5
-letter \x7237 346-2
-letter \x7238 135-345-5
-letter \x7239 145-346-3
-letter \x723A 346-2
-letter \x723B 246-2
-letter \x723C 125-34-4
-letter \x723D 24-456-4
-letter \x723E 156-4
-letter \x723F 1234-1236-2
-letter \x7240 12-456-2
-letter \x7241 13-2346-3
-letter \x7242 125-1346-3
-letter \x7243 145-346-2
-letter \x7244 245-46-3
-letter \x7245 235-2
-letter \x7246 245-46-2
-letter \x7247 1234-2345-5
-letter \x7248 135-1236-4
-letter \x7249 1234-1236-5
-letter \x724A 24-146-2
-letter \x724B 13-2345-3
-letter \x724C 1234-2456-2
-letter \x724D 145-34-2
-letter \x724E 12-456-3
-letter \x724F 1256-5
-letter \x7250 1-345-2
-letter \x7251 135-2345-3
-letter \x7252 145-346-2
-letter \x7253 135-1346-4
-letter \x7254 135-126-2
-letter \x7255 12-456-3
-letter \x7256 234-4
-letter \x7257 234-4
-letter \x7258 145-34-2
-letter \x7259 23456-2
-letter \x725A 12-1356-5
-letter \x725B 1345-234-2
-letter \x725C 1345-234-2
-letter \x725D 1234-1456-5
-letter \x725E 13-234-3
-letter \x725F 134-12356-2
-letter \x7260 124-3457-3
-letter \x7261 134-34-4
-letter \x7262 14-146-2
-letter \x7263 1245-136-5
-letter \x7264 134-1346-2
-letter \x7265 12345-1346-3
-letter \x7266 134-146-2
-letter \x7267 134-34-5
-letter \x7268 13-1346-3
-letter \x7269 34-5
-letter \x726A 2345-5
-letter \x726B 13-2346-3
-letter \x726C 135-356-5
-letter \x726D 15-156-5
-letter \x726E 13-2345-5
-letter \x726F 13-34-4
-letter \x7270 234-5
-letter \x7271 13-2346-3
-letter \x7272 24-1356-3
-letter \x7273 134-34-4
-letter \x7274 145-16-4
-letter \x7275 245-2345-3
-letter \x7276 245-45-5
-letter \x7277 245-45-2
-letter \x7278 125-156-5
-letter \x7279 124-2346-5
-letter \x727A 15-16-3
-letter \x727B 134-1346-2
-letter \x727C 123-1356-3
-letter \x727D 245-2345-3
-letter \x727E 34-2
-letter \x727F 13-34-5
-letter \x7280 15-16-3
-letter \x7281 14-16-2
-letter \x7282 14-16-2
-letter \x7283 1234-12356-4
-letter \x7284 13-16-3
-letter \x7285 13-1346-3
-letter \x7286 1-156-2
-letter \x7287 135-136-3
-letter \x7288 245-45-2
-letter \x7289 1245-123456-2
-letter \x728A 145-34-2
-letter \x728B 13-1256-5
-letter \x728C 13-23456-3
-letter \x728D 13-2345-3
-letter \x728E 12345-1356-3
-letter \x728F 1234-2345-3
-letter \x7290 123-2346-3
-letter \x7291 13-1256-2
-letter \x7292 123-146-5
-letter \x7293 12-34-2
-letter \x7294 15-16-5
-letter \x7295 135-356-5
-letter \x7296 14-25-5
-letter \x7297 13-346-5
-letter \x7298 134-345-2
-letter \x7299 15-1236-3
-letter \x729A 1246-5
-letter \x729B 14-16-2
-letter \x729C 145-123456-3
-letter \x729D 124-12346-2
-letter \x729E 245-246-2
-letter \x729F 13-46-5
-letter \x72A0 15-16-3
-letter \x72A1 14-16-5
-letter \x72A2 145-34-2
-letter \x72A3 14-346-5
-letter \x72A4 1234-16-2
-letter \x72A5 1234-246-4
-letter \x72A6 135-146-5
-letter \x72A7 15-16-3
-letter \x72A8 12-12356-3
-letter \x72A9 1246-2
-letter \x72AA 123-1246-2
-letter \x72AB 12-12356-3
-letter \x72AC 245-45-4
-letter \x72AD 245-45-4
-letter \x72AE 135-345-2
-letter \x72AF 12345-1236-5
-letter \x72B0 245-234-2
-letter \x72B1 13-16-4
-letter \x72B2 245-2456-2
-letter \x72B3 1-25-2
-letter \x72B4 1235-1236-3
-letter \x72B5 13-2346-3
-letter \x72B6 1-456-5
-letter \x72B7 13-456-4
-letter \x72B8 134-345-4
-letter \x72B9 234-2
-letter \x72BA 123-1346-5
-letter \x72BB 135-126-2
-letter \x72BC 1235-12356-4
-letter \x72BD 23456-2
-letter \x72BE 1456-2
-letter \x72BF 1235-12456-3
-letter \x72C0 1-456-5
-letter \x72C1 256-4
-letter \x72C2 123-456-2
-letter \x72C3 1345-234-4
-letter \x72C4 145-16-2
-letter \x72C5 245-13456-3
-letter \x72C6 1-12346-5
-letter \x72C7 134-34-5
-letter \x72C8 135-356-5
-letter \x72C9 1234-16-3
-letter \x72CA 13-1256-2
-letter \x72CB 16-2
-letter \x72CC 24-1356-3
-letter \x72CD 1234-146-2
-letter \x72CE 15-23456-2
-letter \x72CF 124-25-2
-letter \x72D0 1235-34-2
-letter \x72D1 14-13456-2
-letter \x72D2 12345-356-5
-letter \x72D3 1234-16-3
-letter \x72D4 1345-16-4
-letter \x72D5 146-4
-letter \x72D6 234-5
-letter \x72D7 13-12356-4
-letter \x72D8 236-5
-letter \x72D9 13-1256-3
-letter \x72DA 145-1236-5
-letter \x72DB 1234-126-5
-letter \x72DC 13-34-4
-letter \x72DD 15-2345-4
-letter \x72DE 1345-13456-2
-letter \x72DF 1235-12456-2
-letter \x72E0 1235-136-4
-letter \x72E1 13-246-4
-letter \x72E2 1235-2346-2
-letter \x72E3 1-146-5
-letter \x72E4 13-16-2
-letter \x72E5 15-256-2
-letter \x72E6 24-1236-3
-letter \x72E7 124-345-5
-letter \x72E8 1245-12346-2
-letter \x72E9 24-12356-5
-letter \x72EA 124-12346-3
-letter \x72EB 14-146-4
-letter \x72EC 145-34-2
-letter \x72ED 15-23456-2
-letter \x72EE 24-156-3
-letter \x72EF 123-2356-5
-letter \x72F0 1-1356-3
-letter \x72F1 1256-5
-letter \x72F2 15-123456-3
-letter \x72F3 1256-2
-letter \x72F4 135-16-5
-letter \x72F5 134-1346-2
-letter \x72F6 15-16-4
-letter \x72F7 13-45-5
-letter \x72F8 14-16-2
-letter \x72F9 15-23456-2
-letter \x72FA 1456-2
-letter \x72FB 15-12456-3
-letter \x72FC 14-1346-2
-letter \x72FD 135-356-5
-letter \x72FE 1-156-5
-letter \x72FF 2345-2
-letter \x7300 24-345-3
-letter \x7301 14-16-5
-letter \x7302 1235-1236-5
-letter \x7303 15-2345-4
-letter \x7304 13-13456-3
-letter \x7305 1234-2456-2
-letter \x7306 12345-356-3
-letter \x7307 246-2
-letter \x7308 135-345-5
-letter \x7309 245-16-2
-letter \x730A 1345-16-2
-letter \x730B 135-246-3
-letter \x730C 1456-5
-letter \x730D 14-2456-2
-letter \x730E 14-346-5
-letter \x730F 13-2345-3
-letter \x7310 245-46-3
-letter \x7311 123-123456-3
-letter \x7312 2345-3
-letter \x7313 13-25-4
-letter \x7314 125-12346-5
-letter \x7315 134-16-2
-letter \x7316 12-1346-3
-letter \x7317 16-3
-letter \x7318 1-156-5
-letter \x7319 1-1356-3
-letter \x731A 23456-2
-letter \x731B 134-1356-4
-letter \x731C 245-2456-3
-letter \x731D 245-34-5
-letter \x731E 24-2346-3
-letter \x731F 14-346-5
-letter \x7320 145-2345-4
-letter \x7321 14-25-2
-letter \x7322 1235-34-2
-letter \x7323 125-12346-3
-letter \x7324 13-16-5
-letter \x7325 1246-4
-letter \x7326 12345-1356-3
-letter \x7327 25-3
-letter \x7328 45-2
-letter \x7329 15-13456-3
-letter \x732A 1-34-3
-letter \x732B 134-146-3
-letter \x732C 1246-5
-letter \x732D 12-12456-5
-letter \x732E 15-2345-5
-letter \x732F 124-12456-3
-letter \x7330 23456-5
-letter \x7331 1345-146-2
-letter \x7332 1235-2346-5
-letter \x7333 13-23456-3
-letter \x7334 1235-12356-2
-letter \x7335 135-2345-3
-letter \x7336 234-2
-letter \x7337 234-2
-letter \x7338 134-356-2
-letter \x7339 1-345-3
-letter \x733A 246-2
-letter \x733B 15-123456-3
-letter \x733C 135-126-2
-letter \x733D 134-13456-2
-letter \x733E 1235-35-2
-letter \x733F 45-2
-letter \x7340 15-12356-3
-letter \x7341 134-345-4
-letter \x7342 45-2
-letter \x7343 145-2456-3
-letter \x7344 1256-5
-letter \x7345 24-156-3
-letter \x7346 1235-146-2
-letter \x7347 245-46-3
-letter \x7348 16-5
-letter \x7349 1-136-3
-letter \x734A 12-456-5
-letter \x734B 1235-146-2
-letter \x734C 134-1236-5
-letter \x734D 13-13456-5
-letter \x734E 13-46-4
-letter \x734F 134-34-2
-letter \x7350 1-1346-3
-letter \x7351 12-1236-2
-letter \x7352 146-2
-letter \x7353 146-2
-letter \x7354 1235-146-2
-letter \x7355 245-1246-3
-letter \x7356 12345-136-2
-letter \x7357 13-236-2
-letter \x7358 135-16-5
-letter \x7359 135-16-5
-letter \x735A 1235-456-2
-letter \x735B 135-34-4
-letter \x735C 14-1456-2
-letter \x735D 1256-5
-letter \x735E 124-12346-2
-letter \x735F 246-5
-letter \x7360 14-246-2
-letter \x7361 24-25-5
-letter \x7362 15-246-3
-letter \x7363 24-12356-5
-letter \x7364 145-123456-3
-letter \x7365 15-16-2
-letter \x7366 13-2346-2
-letter \x7367 13-45-5
-letter \x7368 145-34-2
-letter \x7369 1235-1246-5
-letter \x736A 123-2356-5
-letter \x736B 15-2345-4
-letter \x736C 15-346-5
-letter \x736D 124-345-4
-letter \x736E 15-2345-4
-letter \x736F 15-256-3
-letter \x7370 1345-13456-2
-letter \x7371 1234-1456-2
-letter \x7372 1235-25-5
-letter \x7373 1345-12356-2
-letter \x7374 134-1356-2
-letter \x7375 14-346-5
-letter \x7376 1345-146-2
-letter \x7377 13-456-4
-letter \x7378 24-12356-5
-letter \x7379 14-34-2
-letter \x737A 124-345-4
-letter \x737B 15-2345-5
-letter \x737C 134-16-2
-letter \x737D 1245-1346-2
-letter \x737E 1235-12456-3
-letter \x737F 1345-146-2
-letter \x7380 14-25-2
-letter \x7381 15-2345-4
-letter \x7382 245-16-2
-letter \x7383 13-236-2
-letter \x7384 15-45-2
-letter \x7385 134-246-5
-letter \x7386 125-156-3
-letter \x7387 14-1256-5
-letter \x7388 14-34-2
-letter \x7389 1256-5
-letter \x738A 15-34-5
-letter \x738B 456-2
-letter \x738C 245-234-2
-letter \x738D 13-345-4
-letter \x738E 145-13456-3
-letter \x738F 14-2346-5
-letter \x7390 135-345-3
-letter \x7391 13-16-3
-letter \x7392 1235-12346-2
-letter \x7393 145-16-5
-letter \x7394 12-12456-5
-letter \x7395 13-1236-3
-letter \x7396 13-234-4
-letter \x7397 1256-2
-letter \x7398 13-16-4
-letter \x7399 1256-2
-letter \x739A 46-2
-letter \x739B 134-345-4
-letter \x739C 13-12346-3
-letter \x739D 34-4
-letter \x739E 12345-34-3
-letter \x739F 123456-2
-letter \x73A0 13-346-5
-letter \x73A1 23456-5
-letter \x73A2 135-1456-3
-letter \x73A3 135-2345-5
-letter \x73A4 135-1346-5
-letter \x73A5 236-5
-letter \x73A6 13-236-2
-letter \x73A7 256-4
-letter \x73A8 13-236-2
-letter \x73A9 12456-2
-letter \x73AA 13-2345-3
-letter \x73AB 134-356-2
-letter \x73AC 145-1236-4
-letter \x73AD 1234-1456-2
-letter \x73AE 1246-4
-letter \x73AF 1235-12456-2
-letter \x73B0 15-2345-5
-letter \x73B1 245-46-3
-letter \x73B2 14-13456-2
-letter \x73B3 145-2456-5
-letter \x73B4 16-5
-letter \x73B5 1236-2
-letter \x73B6 1234-13456-2
-letter \x73B7 145-2345-5
-letter \x73B8 12345-34-2
-letter \x73B9 15-45-2
-letter \x73BA 15-16-4
-letter \x73BB 135-126-3
-letter \x73BC 245-156-4
-letter \x73BD 13-12356-4
-letter \x73BE 13-23456-4
-letter \x73BF 24-146-2
-letter \x73C0 1234-126-5
-letter \x73C1 245-156-2
-letter \x73C2 123-2346-3
-letter \x73C3 1245-1236-4
-letter \x73C4 24-1356-3
-letter \x73C5 24-136-3
-letter \x73C6 16-2
-letter \x73C7 125-34-4
-letter \x73C8 13-23456-3
-letter \x73C9 134-1456-2
-letter \x73CA 24-1236-3
-letter \x73CB 14-234-4
-letter \x73CC 135-16-5
-letter \x73CD 1-136-3
-letter \x73CE 1-136-3
-letter \x73CF 13-236-2
-letter \x73D0 12345-345-5
-letter \x73D1 14-12346-2
-letter \x73D2 13-1456-3
-letter \x73D3 13-246-5
-letter \x73D4 13-2345-5
-letter \x73D5 14-16-5
-letter \x73D6 13-456-3
-letter \x73D7 15-2345-3
-letter \x73D8 1-12356-3
-letter \x73D9 13-12346-4
-letter \x73DA 2345-3
-letter \x73DB 15-234-5
-letter \x73DC 46-2
-letter \x73DD 15-1256-4
-letter \x73DE 14-25-5
-letter \x73DF 15-34-5
-letter \x73E0 1-34-3
-letter \x73E1 245-1456-2
-letter \x73E2 123-136-5
-letter \x73E3 15-256-2
-letter \x73E4 135-146-4
-letter \x73E5 156-4
-letter \x73E6 15-46-5
-letter \x73E7 246-2
-letter \x73E8 15-23456-2
-letter \x73E9 1235-1356-2
-letter \x73EA 13-1246-3
-letter \x73EB 12-12346-3
-letter \x73EC 15-1256-5
-letter \x73ED 135-1236-3
-letter \x73EE 1234-356-5
-letter \x73EF 14-146-4
-letter \x73F0 145-1346-3
-letter \x73F1 13456-3
-letter \x73F2 1235-1246-3
-letter \x73F3 123456-2
-letter \x73F4 2346-2
-letter \x73F5 12-1356-2
-letter \x73F6 145-16-5
-letter \x73F7 34-4
-letter \x73F8 34-2
-letter \x73F9 12-1356-2
-letter \x73FA 13-256-5
-letter \x73FB 134-356-2
-letter \x73FC 135-356-5
-letter \x73FD 124-13456-4
-letter \x73FE 15-2345-5
-letter \x73FF 12-25-5
-letter \x7400 1235-1236-5
-letter \x7401 15-45-2
-letter \x7402 2345-2
-letter \x7403 245-234-2
-letter \x7404 245-45-4
-letter \x7405 14-1346-2
-letter \x7406 14-16-4
-letter \x7407 15-234-5
-letter \x7408 12345-34-2
-letter \x7409 14-234-2
-letter \x740A 23456-2
-letter \x740B 15-16-3
-letter \x740C 14-13456-2
-letter \x740D 14-16-5
-letter \x740E 13-1456-5
-letter \x740F 14-2345-4
-letter \x7410 15-25-4
-letter \x7411 15-25-4
-letter \x7412 12345-1356-3
-letter \x7413 12456-2
-letter \x7414 145-2345-5
-letter \x7415 1234-1456-2
-letter \x7416 1-1236-4
-letter \x7417 245-1246-5
-letter \x7418 134-1456-2
-letter \x7419 1256-5
-letter \x741A 13-1256-3
-letter \x741B 12-136-3
-letter \x741C 14-2456-2
-letter \x741D 123456-2
-letter \x741E 24-1356-5
-letter \x741F 1246-2
-letter \x7420 145-2345-4
-letter \x7421 12-34-5
-letter \x7422 1-25-2
-letter \x7423 1234-356-4
-letter \x7424 12-1356-3
-letter \x7425 1235-34-4
-letter \x7426 245-16-2
-letter \x7427 2346-5
-letter \x7428 123-123456-3
-letter \x7429 12-1346-3
-letter \x742A 245-16-2
-letter \x742B 135-1356-4
-letter \x742C 12456-4
-letter \x742D 14-34-5
-letter \x742E 245-12346-2
-letter \x742F 13-12456-4
-letter \x7430 2345-4
-letter \x7431 145-246-3
-letter \x7432 135-356-5
-letter \x7433 14-1456-2
-letter \x7434 245-1456-2
-letter \x7435 1234-16-2
-letter \x7436 1234-345-2
-letter \x7437 245-236-5
-letter \x7438 1-25-2
-letter \x7439 245-1456-2
-letter \x743A 12345-345-5
-letter \x743B 13-1456-3
-letter \x743C 245-235-2
-letter \x743D 145-34-4
-letter \x743E 13-346-5
-letter \x743F 1235-1246-3
-letter \x7440 1256-4
-letter \x7441 134-356-5
-letter \x7442 134-356-2
-letter \x7443 12-123456-3
-letter \x7444 15-45-3
-letter \x7445 124-16-2
-letter \x7446 15-13456-3
-letter \x7447 145-2456-5
-letter \x7448 1245-12356-2
-letter \x7449 134-1456-2
-letter \x744A 1-136-3
-letter \x744B 1246-4
-letter \x744C 1245-12456-4
-letter \x744D 1235-12456-5
-letter \x744E 15-346-2
-letter \x744F 12-12456-3
-letter \x7450 13-2345-4
-letter \x7451 1-12456-5
-letter \x7452 12-1346-5
-letter \x7453 14-2345-5
-letter \x7454 245-45-2
-letter \x7455 15-23456-2
-letter \x7456 145-12456-5
-letter \x7457 45-5
-letter \x7458 346-2
-letter \x7459 1345-146-4
-letter \x745A 1235-34-2
-letter \x745B 13456-3
-letter \x745C 1256-2
-letter \x745D 1235-456-2
-letter \x745E 1245-1246-5
-letter \x745F 15-2346-5
-letter \x7460 14-234-2
-letter \x7461 24-156-3
-letter \x7462 1245-12346-2
-letter \x7463 15-25-4
-letter \x7464 246-2
-letter \x7465 123456-3
-letter \x7466 34-3
-letter \x7467 13-1456-3
-letter \x7468 13-1456-5
-letter \x7469 13456-2
-letter \x746A 134-345-4
-letter \x746B 124-146-3
-letter \x746C 14-234-2
-letter \x746D 124-1346-2
-letter \x746E 14-16-5
-letter \x746F 14-1346-2
-letter \x7470 13-1246-3
-letter \x7471 124-2345-5
-letter \x7472 245-46-3
-letter \x7473 245-25-3
-letter \x7474 13-236-2
-letter \x7475 1-146-4
-letter \x7476 246-2
-letter \x7477 2456-5
-letter \x7478 135-1456-3
-letter \x7479 124-34-2
-letter \x747A 12-1346-2
-letter \x747B 123-123456-3
-letter \x747C 1-12456-3
-letter \x747D 245-12346-3
-letter \x747E 13-1456-4
-letter \x747F 16-3
-letter \x7480 245-1246-4
-letter \x7481 245-12346-3
-letter \x7482 245-16-2
-letter \x7483 14-16-2
-letter \x7484 13456-4
-letter \x7485 15-25-4
-letter \x7486 245-234-2
-letter \x7487 15-45-2
-letter \x7488 146-2
-letter \x7489 14-2345-4
-letter \x748A 134-136-2
-letter \x748B 1-1346-3
-letter \x748C 1456-2
-letter \x748D 1235-35-2
-letter \x748E 13456-3
-letter \x748F 1-156-5
-letter \x7490 14-34-5
-letter \x7491 34-2
-letter \x7492 145-1356-3
-letter \x7493 15-234-5
-letter \x7494 125-1356-3
-letter \x7495 15-256-2
-letter \x7496 245-1256-2
-letter \x7497 145-1346-5
-letter \x7498 14-1456-2
-letter \x7499 14-246-2
-letter \x749A 245-235-2
-letter \x749B 15-34-5
-letter \x749C 1235-456-2
-letter \x749D 13-1246-3
-letter \x749E 1234-34-2
-letter \x749F 13-13456-4
-letter \x74A0 12345-1236-2
-letter \x74A1 13-1456-5
-letter \x74A2 14-234-2
-letter \x74A3 13-16-3
-letter \x74A4 123-1246-5
-letter \x74A5 13-13456-4
-letter \x74A6 2456-5
-letter \x74A7 135-16-5
-letter \x74A8 245-1236-5
-letter \x74A9 245-1256-2
-letter \x74AA 125-146-4
-letter \x74AB 145-1346-3
-letter \x74AC 13-246-4
-letter \x74AD 13-123456-5
-letter \x74AE 124-1236-4
-letter \x74AF 1235-1246-5
-letter \x74B0 1235-12456-2
-letter \x74B1 15-2346-5
-letter \x74B2 15-1246-5
-letter \x74B3 124-2345-2
-letter \x74B4 12-34-4
-letter \x74B5 1256-2
-letter \x74B6 13-1456-5
-letter \x74B7 1256-2
-letter \x74B8 135-1456-3
-letter \x74B9 24-12356-5
-letter \x74BA 123456-5
-letter \x74BB 125-1246-4
-letter \x74BC 14-1236-2
-letter \x74BD 15-16-4
-letter \x74BE 13-16-5
-letter \x74BF 15-45-2
-letter \x74C0 1245-12456-4
-letter \x74C1 1235-25-5
-letter \x74C2 13-2456-5
-letter \x74C3 14-356-2
-letter \x74C4 145-34-2
-letter \x74C5 14-16-5
-letter \x74C6 1-156-2
-letter \x74C7 1245-12356-2
-letter \x74C8 14-16-2
-letter \x74C9 125-1236-5
-letter \x74CA 245-235-2
-letter \x74CB 124-16-5
-letter \x74CC 13-1246-3
-letter \x74CD 15-1246-5
-letter \x74CE 14-345-5
-letter \x74CF 14-12346-2
-letter \x74D0 14-34-2
-letter \x74D1 14-16-5
-letter \x74D2 125-1236-5
-letter \x74D3 14-1236-5
-letter \x74D4 13456-3
-letter \x74D5 134-16-2
-letter \x74D6 15-46-3
-letter \x74D7 15-16-3
-letter \x74D8 13-12456-5
-letter \x74D9 145-146-5
-letter \x74DA 125-1236-5
-letter \x74DB 1235-12456-2
-letter \x74DC 13-35-3
-letter \x74DD 135-126-2
-letter \x74DE 145-346-2
-letter \x74DF 135-126-2
-letter \x74E0 1235-34-2
-letter \x74E1 1-156-2
-letter \x74E2 1234-246-2
-letter \x74E3 135-1236-5
-letter \x74E4 1245-1346-2
-letter \x74E5 14-16-5
-letter \x74E6 35-4
-letter \x74E7 248-156-2-358-4
-letter \x74E8 15-46-2
-letter \x74E9 2458-2345-3-358-4
-letter \x74EA 12345-1236-4
-letter \x74EB 1234-136-2
-letter \x74EC 12345-1346-4
-letter \x74ED 145-1236-4
-letter \x74EE 12346-5
-letter \x74EF 12356-3
-letter \x74F0 123458-136-3-358-4
-letter \x74F1 134-2456
-letter \x74F2 35-4
-letter \x74F3 1235-34-2
-letter \x74F4 14-13456-2
-letter \x74F5 16-2
-letter \x74F6 1234-13456-2
-letter \x74F7 245-156-2
-letter \x74F8 1358-2456-4-358-4
-letter \x74F9 13-45-5
-letter \x74FA 12-1346-2
-letter \x74FB 12-156-3
-letter \x74FC 148-16-4-358-4
-letter \x74FD 145-1346-5
-letter \x74FE 35-3
-letter \x74FF 135-34-5
-letter \x7500 1-1246-5
-letter \x7501 1234-13456-2
-letter \x7502 135-2345-3
-letter \x7503 1-12356-5
-letter \x7504 1-136-3
-letter \x7505 148-16-2-358-4
-letter \x7506 245-156-2
-letter \x7507 13456-3
-letter \x7508 245-16-5
-letter \x7509 15-2345-2
-letter \x750A 14-12356-4
-letter \x750B 145-16-5
-letter \x750C 12356-3
-letter \x750D 134-1356-2
-letter \x750E 1-12456-3
-letter \x750F 1234-1356-5
-letter \x7510 14-1456-5
-letter \x7511 125-1356-5
-letter \x7512 34-4
-letter \x7513 1234-16-5
-letter \x7514 145-1236-3
-letter \x7515 12346-5
-letter \x7516 13456-3
-letter \x7517 2345-4
-letter \x7518 13-1236-3
-letter \x7519 145-2456-5
-letter \x751A 24-136-5
-letter \x751B 124-2345-2
-letter \x751C 124-2345-2
-letter \x751D 1235-1236-3
-letter \x751E 12-1346-2
-letter \x751F 24-1356-3
-letter \x7520 245-13456-2
-letter \x7521 24-136-3
-letter \x7522 12-1236-4
-letter \x7523 12-1236-4
-letter \x7524 1245-1246-2
-letter \x7525 24-1356-3
-letter \x7526 15-34-3
-letter \x7527 15-136-3
-letter \x7528 235-5
-letter \x7529 24-2356-4
-letter \x752A 14-34-5
-letter \x752B 12345-34-4
-letter \x752C 235-4
-letter \x752D 135-1356-2
-letter \x752E 12345-1356-5
-letter \x752F 1345-13456-5
-letter \x7530 124-2345-2
-letter \x7531 234-2
-letter \x7532 13-23456-4
-letter \x7533 24-136-3
-letter \x7534 1-345-2
-letter \x7535 145-2345-5
-letter \x7536 12345-34-2
-letter \x7537 1345-1236-2
-letter \x7538 145-2345-5
-letter \x7539 1234-13456-3
-letter \x753A 145-13456-3
-letter \x753B 1235-35-5
-letter \x753C 124-13456-4
-letter \x753D 245-45-4
-letter \x753E 125-2456-3
-letter \x753F 134-1356-2
-letter \x7540 135-16-5
-letter \x7541 245-16-2
-letter \x7542 14-234-5
-letter \x7543 15-256-2
-letter \x7544 14-234-2
-letter \x7545 12-1346-5
-letter \x7546 134-34-4
-letter \x7547 256-2
-letter \x7548 12345-1236-5
-letter \x7549 12345-34-2
-letter \x754A 13-1356-3
-letter \x754B 124-2345-2
-letter \x754C 13-346-5
-letter \x754D 13-346-5
-letter \x754E 245-45-4
-letter \x754F 1246-5
-letter \x7550 12345-34-2
-letter \x7551 124-2345-2
-letter \x7552 134-34-4
-letter \x7553 145-25-3
-letter \x7554 1234-1236-5
-letter \x7555 13-46-3
-letter \x7556 35-3
-letter \x7557 145-345-2
-letter \x7558 1345-1236-2
-letter \x7559 14-234-2
-letter \x755A 135-136-4
-letter \x755B 1-136-4
-letter \x755C 12-34-5
-letter \x755D 134-34-4
-letter \x755E 134-34-4
-letter \x755F 245-2346-5
-letter \x7560 124-2345-2
-letter \x7561 13-2456-3
-letter \x7562 135-16-5
-letter \x7563 145-345-2
-letter \x7564 1-156-4
-letter \x7565 14-236-5
-letter \x7566 245-16-2
-letter \x7567 14-236-5
-letter \x7568 1234-1236-3
-letter \x7569 16-3
-letter \x756A 12345-1236-3
-letter \x756B 1235-35-5
-letter \x756C 1256-2
-letter \x756D 1256-2
-letter \x756E 134-34-4
-letter \x756F 13-256-5
-letter \x7570 16-5
-letter \x7571 14-234-2
-letter \x7572 24-2346-3
-letter \x7573 145-346-2
-letter \x7574 12-12356-2
-letter \x7575 1235-35-5
-letter \x7576 145-1346-3
-letter \x7577 12-25-5
-letter \x7578 13-16-3
-letter \x7579 12456-4
-letter \x757A 13-46-3
-letter \x757B 24-1356-2
-letter \x757C 12-1346-5
-letter \x757D 124-12456-4
-letter \x757E 14-356-2
-letter \x757F 13-16-3
-letter \x7580 12-345-3
-letter \x7581 14-234-2
-letter \x7582 145-346-2
-letter \x7583 124-12456-4
-letter \x7584 14-1456-2
-letter \x7585 13-46-3
-letter \x7586 13-46-3
-letter \x7587 12-12356-2
-letter \x7588 135-126-5
-letter \x7589 145-346-2
-letter \x758A 145-346-2
-letter \x758B 1234-16-4
-letter \x758C 245-346-5
-letter \x758D 145-1236-5
-letter \x758E 24-34-3
-letter \x758F 24-34-3
-letter \x7590 1-156-5
-letter \x7591 16-2
-letter \x7592 1345-2346-1
-letter \x7593 1345-2456-4
-letter \x7594 145-13456-3
-letter \x7595 135-16-4
-letter \x7596 13-346-3
-letter \x7597 14-246-2
-letter \x7598 13-12346-3
-letter \x7599 13-2346-3
-letter \x759A 13-234-5
-letter \x759B 1-12356-4
-letter \x759C 15-23456-5
-letter \x759D 24-1236-5
-letter \x759E 15-1256-3
-letter \x759F 1345-236-5
-letter \x75A0 14-16-5
-letter \x75A1 46-2
-letter \x75A2 12-136-5
-letter \x75A3 234-2
-letter \x75A4 135-345-3
-letter \x75A5 13-346-5
-letter \x75A6 13-236-2
-letter \x75A7 245-16-2
-letter \x75A8 15-23456-3
-letter \x75A9 245-1246-5
-letter \x75AA 135-16-5
-letter \x75AB 16-5
-letter \x75AC 14-16-5
-letter \x75AD 125-12346-5
-letter \x75AE 12-456-3
-letter \x75AF 12345-1356-3
-letter \x75B0 1-34-5
-letter \x75B1 1234-146-5
-letter \x75B2 1234-16-2
-letter \x75B3 13-1236-3
-letter \x75B4 123-2346-3
-letter \x75B5 245-156-3
-letter \x75B6 15-346-5
-letter \x75B7 245-16-2
-letter \x75B8 145-1236-4
-letter \x75B9 1-136-4
-letter \x75BA 12345-345-2
-letter \x75BB 1-156-4
-letter \x75BC 124-1356-2
-letter \x75BD 13-1256-3
-letter \x75BE 13-16-2
-letter \x75BF 12345-356-5
-letter \x75C0 13-1256-3
-letter \x75C1 24-1236-3
-letter \x75C2 13-23456-3
-letter \x75C3 15-45-2
-letter \x75C4 1-345-5
-letter \x75C5 135-13456-5
-letter \x75C6 1345-16-5
-letter \x75C7 1-1356-5
-letter \x75C8 235-3
-letter \x75C9 13-13456-5
-letter \x75CA 245-45-2
-letter \x75CB 12-12346-2
-letter \x75CC 124-12346-3
-letter \x75CD 16-2
-letter \x75CE 13-346-3
-letter \x75CF 1246-4
-letter \x75D0 1235-1246-2
-letter \x75D1 145-25-5
-letter \x75D2 46-2
-letter \x75D3 12-156-5
-letter \x75D4 1-156-5
-letter \x75D5 1235-136-2
-letter \x75D6 23456-4
-letter \x75D7 134-356-5
-letter \x75D8 145-12356-5
-letter \x75D9 13-13456-5
-letter \x75DA 15-246-3
-letter \x75DB 124-12346-5
-letter \x75DC 124-34-3
-letter \x75DD 134-1346-2
-letter \x75DE 1234-16-4
-letter \x75DF 15-246-3
-letter \x75E0 15-12456-3
-letter \x75E1 1234-34-3
-letter \x75E2 14-16-5
-letter \x75E3 1-156-5
-letter \x75E4 245-25-2
-letter \x75E5 145-25-2
-letter \x75E6 34-5
-letter \x75E7 24-345-3
-letter \x75E8 14-146-2
-letter \x75E9 24-12356-5
-letter \x75EA 1235-12456-5
-letter \x75EB 15-2345-2
-letter \x75EC 16-5
-letter \x75ED 1234-1356-2
-letter \x75EE 1-1346-5
-letter \x75EF 13-12456-4
-letter \x75F0 124-1236-2
-letter \x75F1 12345-356-5
-letter \x75F2 134-345-2
-letter \x75F3 14-1456-2
-letter \x75F4 12-156-3
-letter \x75F5 13-16-5
-letter \x75F6 145-2345-4
-letter \x75F7 1236-3
-letter \x75F8 12-156-5
-letter \x75F9 135-16-5
-letter \x75FA 135-16-5
-letter \x75FB 134-1456-2
-letter \x75FC 13-34-5
-letter \x75FD 145-1246-3
-letter \x75FE 2346-3
-letter \x75FF 1246-4
-letter \x7600 1256-3
-letter \x7601 245-1246-5
-letter \x7602 23456-4
-letter \x7603 1-34-2
-letter \x7604 245-34-5
-letter \x7605 145-1236-5
-letter \x7606 24-136-5
-letter \x7607 1-12346-4
-letter \x7608 1-156-5
-letter \x7609 1256-5
-letter \x760A 1235-12356-2
-letter \x760B 12345-1356-3
-letter \x760C 14-345-5
-letter \x760D 46-2
-letter \x760E 24-136-5
-letter \x760F 124-34-2
-letter \x7610 1256-4
-letter \x7611 13-25-3
-letter \x7612 123456-2
-letter \x7613 1235-12456-5
-letter \x7614 123-34-5
-letter \x7615 13-23456-4
-letter \x7616 1456-3
-letter \x7617 16-5
-letter \x7618 14-12356-5
-letter \x7619 15-146-5
-letter \x761A 13-236-2
-letter \x761B 12-156-5
-letter \x761C 15-16-2
-letter \x761D 13-12456-3
-letter \x761E 16-5
-letter \x761F 123456-3
-letter \x7620 13-16-2
-letter \x7621 12-456-3
-letter \x7622 135-1236-3
-letter \x7623 1235-1246-5
-letter \x7624 14-234-2
-letter \x7625 12-2456-5
-letter \x7626 24-12356-5
-letter \x7627 1345-236-5
-letter \x7628 145-2345-3
-letter \x7629 145-345-2
-letter \x762A 135-346-4
-letter \x762B 124-1236-3
-letter \x762C 1-1346-5
-letter \x762D 135-246-3
-letter \x762E 24-136-5
-letter \x762F 245-34-5
-letter \x7630 14-25-4
-letter \x7631 16-5
-letter \x7632 125-12346-5
-letter \x7633 12-12356-3
-letter \x7634 1-1346-5
-letter \x7635 1-2456-5
-letter \x7636 15-12356-5
-letter \x7637 15-25-4
-letter \x7638 245-236-2
-letter \x7639 145-246-5
-letter \x763A 14-12356-5
-letter \x763B 14-12356-5
-letter \x763C 134-126-5
-letter \x763D 13-1456-5
-letter \x763E 1456-4
-letter \x763F 13456-4
-letter \x7640 1235-456-2
-letter \x7641 12345-34-2
-letter \x7642 14-246-2
-letter \x7643 14-12346-2
-letter \x7644 245-246-2
-letter \x7645 14-234-2
-letter \x7646 14-146-2
-letter \x7647 15-2345-2
-letter \x7648 12345-356-5
-letter \x7649 145-1236-5
-letter \x764A 1456-5
-letter \x764B 1235-2346-5
-letter \x764C 2456-2
-letter \x764D 135-1236-3
-letter \x764E 15-2345-2
-letter \x764F 13-12456-3
-letter \x7650 13-2356-5
-letter \x7651 1345-12346-2
-letter \x7652 1256-5
-letter \x7653 1246-2
-letter \x7654 16-5
-letter \x7655 235-3
-letter \x7656 1234-16-4
-letter \x7657 14-356-4
-letter \x7658 14-16-5
-letter \x7659 24-34-4
-letter \x765A 145-1236-5
-letter \x765B 14-1456-4
-letter \x765C 145-2345-5
-letter \x765D 14-1456-4
-letter \x765E 14-2456-5
-letter \x765F 135-346-4
-letter \x7660 13-16-5
-letter \x7661 12-156-3
-letter \x7662 46-4
-letter \x7663 15-45-4
-letter \x7664 13-346-3
-letter \x7665 1-1356-5
-letter \x7666 134-126-5
-letter \x7667 14-16-5
-letter \x7668 1235-25-5
-letter \x7669 14-2456-5
-letter \x766A 13-16-3
-letter \x766B 145-2345-3
-letter \x766C 15-2345-4
-letter \x766D 13456-4
-letter \x766E 1456-4
-letter \x766F 245-1256-2
-letter \x7670 235-3
-letter \x7671 124-1236-3
-letter \x7672 145-2345-3
-letter \x7673 14-25-4
-letter \x7674 14-12456-2
-letter \x7675 14-12456-2
-letter \x7676 135-126-3
-letter \x7677 135-126-3
-letter \x7678 13-1246-4
-letter \x7679 1234-126-3
-letter \x767A 12345-345-3
-letter \x767B 145-1356-3
-letter \x767C 12345-345-3
-letter \x767D 135-2456-2
-letter \x767E 135-2456-4
-letter \x767F 245-346-2
-letter \x7680 15-46-3
-letter \x7681 125-146-5
-letter \x7682 125-146-5
-letter \x7683 134-146-5
-letter \x7684 145-2346-1
-letter \x7685 1234-345-3
-letter \x7686 13-346-3
-letter \x7687 1235-456-2
-letter \x7688 13-1246-3
-letter \x7689 245-156-4
-letter \x768A 14-13456-2
-letter \x768B 13-146-3
-letter \x768C 134-126-5
-letter \x768D 13-16-2
-letter \x768E 13-246-4
-letter \x768F 1234-1356-4
-letter \x7690 13-146-3
-letter \x7691 2456-2
-letter \x7692 2346-2
-letter \x7693 1235-146-5
-letter \x7694 1235-1236-5
-letter \x7695 135-16-5
-letter \x7696 12456-4
-letter \x7697 12-12356-2
-letter \x7698 245-2345-5
-letter \x7699 15-16-3
-letter \x769A 2456-2
-letter \x769B 13-235-4
-letter \x769C 1235-146-5
-letter \x769D 1235-456-4
-letter \x769E 1235-146-5
-letter \x769F 125-2346-2
-letter \x76A0 245-1246-4
-letter \x76A1 1235-146-5
-letter \x76A2 15-246-4
-letter \x76A3 346-5
-letter \x76A4 1234-126-2
-letter \x76A5 1235-146-5
-letter \x76A6 13-246-4
-letter \x76A7 2456-5
-letter \x76A8 15-13456-3
-letter \x76A9 1235-456-5
-letter \x76AA 14-16-5
-letter \x76AB 1234-246-4
-letter \x76AC 1235-2346-5
-letter \x76AD 13-246-5
-letter \x76AE 1234-16-2
-letter \x76AF 13-1236-4
-letter \x76B0 1234-146-5
-letter \x76B1 1-12356-5
-letter \x76B2 13-256-3
-letter \x76B3 245-234-2
-letter \x76B4 245-123456-3
-letter \x76B5 245-236-5
-letter \x76B6 1-345-3
-letter \x76B7 13-34-4
-letter \x76B8 13-256-3
-letter \x76B9 13-256-3
-letter \x76BA 1-12356-5
-letter \x76BB 1-345-3
-letter \x76BC 13-34-4
-letter \x76BD 1-1236-4
-letter \x76BE 145-34-2
-letter \x76BF 134-1456-4
-letter \x76C0 245-16-4
-letter \x76C1 13456-2
-letter \x76C2 1256-2
-letter \x76C3 135-356-3
-letter \x76C4 1-146-3
-letter \x76C5 1-12346-3
-letter \x76C6 1234-136-2
-letter \x76C7 1235-2346-2
-letter \x76C8 13456-2
-letter \x76C9 1235-2346-2
-letter \x76CA 16-5
-letter \x76CB 135-126-3
-letter \x76CC 12456-4
-letter \x76CD 1235-2346-2
-letter \x76CE 1346-5
-letter \x76CF 1-1236-4
-letter \x76D0 2345-2
-letter \x76D1 13-2345-3
-letter \x76D2 1235-2346-2
-letter \x76D3 1256-3
-letter \x76D4 123-1246-3
-letter \x76D5 12345-1236-5
-letter \x76D6 13-2456-5
-letter \x76D7 145-146-5
-letter \x76D8 1234-1236-2
-letter \x76D9 12345-34-4
-letter \x76DA 245-234-2
-letter \x76DB 24-1356-5
-letter \x76DC 145-146-5
-letter \x76DD 14-34-5
-letter \x76DE 1-1236-4
-letter \x76DF 134-1356-2
-letter \x76E0 14-16-4
-letter \x76E1 13-1456-5
-letter \x76E2 15-1256-5
-letter \x76E3 13-2345-3
-letter \x76E4 1234-1236-2
-letter \x76E5 13-12456-5
-letter \x76E6 1236-3
-letter \x76E7 14-34-2
-letter \x76E8 24-34-4
-letter \x76E9 1-12356-3
-letter \x76EA 145-1346-5
-letter \x76EB 1236-3
-letter \x76EC 13-34-4
-letter \x76ED 14-16-5
-letter \x76EE 134-34-5
-letter \x76EF 145-13456-3
-letter \x76F0 13-1236-4
-letter \x76F1 15-1256-3
-letter \x76F2 134-1346-2
-letter \x76F3 134-1346-2
-letter \x76F4 1-156-2
-letter \x76F5 245-16-5
-letter \x76F6 1245-12456-4
-letter \x76F7 124-2345-2
-letter \x76F8 15-46-3
-letter \x76F9 145-123456-4
-letter \x76FA 15-1456-3
-letter \x76FB 15-16-5
-letter \x76FC 1234-1236-5
-letter \x76FD 12345-1356-3
-letter \x76FE 145-123456-5
-letter \x76FF 134-1456-2
-letter \x7700 134-13456-2
-letter \x7701 24-1356-4
-letter \x7702 24-156-5
-letter \x7703 256-2
-letter \x7704 134-2345-4
-letter \x7705 1234-1236-3
-letter \x7706 12345-1346-4
-letter \x7707 134-246-4
-letter \x7708 145-1236-3
-letter \x7709 134-356-2
-letter \x770A 134-146-5
-letter \x770B 123-1236-5
-letter \x770C 15-2345-5
-letter \x770D 12356-3
-letter \x770E 24-156-5
-letter \x770F 46-3
-letter \x7710 1-1356-3
-letter \x7711 246-4
-letter \x7712 24-136-5
-letter \x7713 1235-25-5
-letter \x7714 145-345-5
-letter \x7715 1-136-4
-letter \x7716 123-456-5
-letter \x7717 13-1256-3
-letter \x7718 24-136-5
-letter \x7719 16-2
-letter \x771A 24-1356-4
-letter \x771B 134-356-5
-letter \x771C 134-126-5
-letter \x771D 1-34-5
-letter \x771E 1-136-3
-letter \x771F 1-136-3
-letter \x7720 134-2345-2
-letter \x7721 24-156-5
-letter \x7722 45-3
-letter \x7723 145-346-2
-letter \x7724 16-2
-letter \x7725 125-156-5
-letter \x7726 125-156-5
-letter \x7727 12-146-4
-letter \x7728 1-345-4
-letter \x7729 15-45-5
-letter \x772A 135-13456-4
-letter \x772B 134-16-4
-letter \x772C 14-12346-2
-letter \x772D 15-1246-3
-letter \x772E 145-12346-5
-letter \x772F 134-16-3
-letter \x7730 145-346-2
-letter \x7731 16-2
-letter \x7732 1345-2346-5
-letter \x7733 134-13456-2
-letter \x7734 15-45-5
-letter \x7735 12-156-3
-letter \x7736 123-456-5
-letter \x7737 13-45-5
-letter \x7738 134-12356-2
-letter \x7739 1-136-5
-letter \x773A 124-246-5
-letter \x773B 46-2
-letter \x773C 2345-4
-letter \x773D 134-126-5
-letter \x773E 1-12346-5
-letter \x773F 134-2456-5
-letter \x7740 1-2346-1
-letter \x7741 1-1356-3
-letter \x7742 134-356-2
-letter \x7743 15-25-3
-letter \x7744 24-146-5
-letter \x7745 1235-1236-5
-letter \x7746 1235-12456-4
-letter \x7747 145-16-5
-letter \x7748 12-1356-4
-letter \x7749 245-25-3
-letter \x774A 13-45-5
-letter \x774B 2346-2
-letter \x774C 12456-4
-letter \x774D 15-2345-5
-letter \x774E 15-16-3
-letter \x774F 123-123456-5
-letter \x7750 14-2456-5
-letter \x7751 13-2345-4
-letter \x7752 24-1236-4
-letter \x7753 124-2345-4
-letter \x7754 1235-123456-4
-letter \x7755 12456-4
-letter \x7756 14-13456-2
-letter \x7757 24-156-5
-letter \x7758 245-235-2
-letter \x7759 14-346-5
-letter \x775A 26-2
-letter \x775B 13-13456-3
-letter \x775C 1-1356-3
-letter \x775D 14-16-2
-letter \x775E 14-2456-5
-letter \x775F 15-1246-5
-letter \x7760 13-45-5
-letter \x7761 24-1246-5
-letter \x7762 15-1246-3
-letter \x7763 145-34-3
-letter \x7764 135-16-5
-letter \x7765 135-16-5
-letter \x7766 134-34-5
-letter \x7767 1235-123456-3
-letter \x7768 1345-16-5
-letter \x7769 14-34-5
-letter \x776A 13-146-3
-letter \x776B 13-346-2
-letter \x776C 245-2456-4
-letter \x776D 1-12356-4
-letter \x776E 1256-2
-letter \x776F 1235-123456-3
-letter \x7770 134-345-5
-letter \x7771 15-23456-5
-letter \x7772 15-13456-4
-letter \x7773 15-16-3
-letter \x7774 13-123456-5
-letter \x7775 125-2456-3
-letter \x7776 12-123456-4
-letter \x7777 13-2345-3
-letter \x7778 134-356-5
-letter \x7779 145-34-4
-letter \x777A 1235-12356-2
-letter \x777B 15-45-3
-letter \x777C 124-16-2
-letter \x777D 123-1246-2
-letter \x777E 13-146-3
-letter \x777F 1245-1246-5
-letter \x7780 134-146-5
-letter \x7781 15-1256-5
-letter \x7782 12345-345-3
-letter \x7783 123456-3
-letter \x7784 134-246-2
-letter \x7785 12-12356-4
-letter \x7786 123-1246-5
-letter \x7787 134-16-3
-letter \x7788 12346-4
-letter \x7789 13-16-5
-letter \x778A 145-1346-5
-letter \x778B 12-136-3
-letter \x778C 123-2346-3
-letter \x778D 15-12356-4
-letter \x778E 15-23456-3
-letter \x778F 245-235-2
-letter \x7790 134-146-5
-letter \x7791 134-13456-2
-letter \x7792 134-1236-2
-letter \x7793 24-1246-5
-letter \x7794 125-2346-2
-letter \x7795 1-1346-5
-letter \x7796 16-5
-letter \x7797 145-246-3
-letter \x7798 12356-3
-letter \x7799 134-126-5
-letter \x779A 24-123456-5
-letter \x779B 245-12346-3
-letter \x779C 14-12356-3
-letter \x779D 12-156-3
-letter \x779E 134-1236-2
-letter \x779F 1234-246-4
-letter \x77A0 12-1356-3
-letter \x77A1 13-16-5
-letter \x77A2 134-1356-2
-letter \x77A3 1235-12456-5
-letter \x77A4 24-123456-5
-letter \x77A5 1234-346-3
-letter \x77A6 15-16-3
-letter \x77A7 245-246-2
-letter \x77A8 1234-34-2
-letter \x77A9 1-34-4
-letter \x77AA 145-1356-5
-letter \x77AB 24-136-4
-letter \x77AC 24-123456-5
-letter \x77AD 14-246-4
-letter \x77AE 12-2346-5
-letter \x77AF 15-2345-2
-letter \x77B0 123-1236-5
-letter \x77B1 346-5
-letter \x77B2 15-1256-5
-letter \x77B3 124-12346-2
-letter \x77B4 134-12356-2
-letter \x77B5 14-1456-2
-letter \x77B6 123-1246-5
-letter \x77B7 13-2345-5
-letter \x77B8 346-5
-letter \x77B9 2456-5
-letter \x77BA 1235-1246-5
-letter \x77BB 1-1236-3
-letter \x77BC 13-2345-4
-letter \x77BD 13-34-4
-letter \x77BE 1-146-5
-letter \x77BF 245-1256-2
-letter \x77C0 1246-2
-letter \x77C1 12-12356-4
-letter \x77C2 15-146-5
-letter \x77C3 1345-13456-4
-letter \x77C4 15-256-3
-letter \x77C5 246-5
-letter \x77C6 1235-25-5
-letter \x77C7 134-1356-2
-letter \x77C8 134-2345-2
-letter \x77C9 1234-1456-2
-letter \x77CA 134-2345-2
-letter \x77CB 14-16-5
-letter \x77CC 123-456-5
-letter \x77CD 13-236-2
-letter \x77CE 15-45-3
-letter \x77CF 134-2345-2
-letter \x77D0 1235-25-5
-letter \x77D1 14-34-2
-letter \x77D2 134-1356-2
-letter \x77D3 14-12346-2
-letter \x77D4 13-12456-5
-letter \x77D5 134-1236-4
-letter \x77D6 15-16-4
-letter \x77D7 12-34-5
-letter \x77D8 124-1346-4
-letter \x77D9 123-1236-5
-letter \x77DA 1-34-4
-letter \x77DB 134-146-2
-letter \x77DC 13-1456-3
-letter \x77DD 14-1456-2
-letter \x77DE 1256-5
-letter \x77DF 24-25-5
-letter \x77E0 245-2346-5
-letter \x77E1 13-236-2
-letter \x77E2 24-156-4
-letter \x77E3 16-4
-letter \x77E4 24-136-4
-letter \x77E5 1-156-3
-letter \x77E6 1235-12356-2
-letter \x77E7 24-136-4
-letter \x77E8 13456-4
-letter \x77E9 13-1256-4
-letter \x77EA 1-12356-3
-letter \x77EB 13-246-4
-letter \x77EC 245-25-2
-letter \x77ED 145-12456-4
-letter \x77EE 2456-4
-letter \x77EF 13-246-4
-letter \x77F0 125-1356-3
-letter \x77F1 1235-25-5
-letter \x77F2 145-2456-5
-letter \x77F3 24-156-2
-letter \x77F4 145-13456-5
-letter \x77F5 245-16-5
-letter \x77F6 13-16-3
-letter \x77F7 125-156-4
-letter \x77F8 13-1236-3
-letter \x77F9 34-5
-letter \x77FA 1-2346-2
-letter \x77FB 123-34-5
-letter \x77FC 13-46-3
-letter \x77FD 15-16-5
-letter \x77FE 12345-1236-2
-letter \x77FF 123-456-5
-letter \x7800 145-1346-5
-letter \x7801 134-345-4
-letter \x7802 24-345-3
-letter \x7803 145-1236-3
-letter \x7804 13-236-2
-letter \x7805 14-16-5
-letter \x7806 12345-34-3
-letter \x7807 134-1456-2
-letter \x7808 1345-25-4
-letter \x7809 1235-35-3
-letter \x780A 123-1346-5
-letter \x780B 1-156-4
-letter \x780C 245-16-5
-letter \x780D 123-1236-4
-letter \x780E 13-346-5
-letter \x780F 1234-1456-3
-letter \x7810 2346-5
-letter \x7811 23456-5
-letter \x7812 1234-16-3
-letter \x7813 1-2346-2
-letter \x7814 2345-2
-letter \x7815 15-1246-5
-letter \x7816 1-12456-3
-letter \x7817 12-2346-3
-letter \x7818 145-123456-5
-letter \x7819 1234-1236-3
-letter \x781A 2345-5
-letter \x781B 13-1456-3
-letter \x781C 12345-1356-3
-letter \x781D 12345-345-4
-letter \x781E 134-126-5
-letter \x781F 1-345-3
-letter \x7820 245-1256-3
-letter \x7821 1256-5
-letter \x7822 14-25-4
-letter \x7823 124-25-2
-letter \x7824 124-25-2
-letter \x7825 145-16-4
-letter \x7826 1-2456-5
-letter \x7827 1-136-3
-letter \x7828 2456-5
-letter \x7829 12345-34-2
-letter \x782A 134-34-4
-letter \x782B 1-34-4
-letter \x782C 14-345-2
-letter \x782D 135-2345-3
-letter \x782E 1345-34-4
-letter \x782F 1234-13456-3
-letter \x7830 1234-1356-3
-letter \x7831 14-13456-2
-letter \x7832 1234-146-5
-letter \x7833 14-2346-5
-letter \x7834 1234-126-5
-letter \x7835 135-126-3
-letter \x7836 1234-126-5
-letter \x7837 24-136-3
-letter \x7838 125-345-2
-letter \x7839 2456-1
-letter \x783A 14-16-5
-letter \x783B 14-12346-2
-letter \x783C 124-12346-2
-letter \x783D 235-5
-letter \x783E 14-16-5
-letter \x783F 123-456-5
-letter \x7840 12-34-4
-letter \x7841 123-1356-3
-letter \x7842 245-45-2
-letter \x7843 1-34-3
-letter \x7844 123-456-3
-letter \x7845 13-1246-3
-letter \x7846 2346-5
-letter \x7847 1345-146-2
-letter \x7848 13-23456-2
-letter \x7849 14-34-5
-letter \x784A 1246-4
-letter \x784B 2456-5
-letter \x784C 13-2346-5
-letter \x784D 123-136-5
-letter \x784E 15-13456-2
-letter \x784F 2345-2
-letter \x7850 145-12346-5
-letter \x7851 1234-1356-3
-letter \x7852 15-16-3
-letter \x7853 14-146-4
-letter \x7854 1235-12346-2
-letter \x7855 24-25-5
-letter \x7856 15-23456-2
-letter \x7857 245-246-3
-letter \x7858 245-13456-2
-letter \x7859 1246-5
-letter \x785A 245-246-2
-letter \x785B 125-2346-2
-letter \x785C 123-1356-3
-letter \x785D 15-246-3
-letter \x785E 245-236-5
-letter \x785F 12-1236-5
-letter \x7860 14-1346-4
-letter \x7861 1235-12346-2
-letter \x7862 1256-2
-letter \x7863 15-246-3
-letter \x7864 15-23456-2
-letter \x7865 134-1346-4
-letter \x7866 14-12346-5
-letter \x7867 235-4
-letter \x7868 12-2346-3
-letter \x7869 12-2346-5
-letter \x786A 25-5
-letter \x786B 14-234-2
-letter \x786C 13456-5
-letter \x786D 134-1346-2
-letter \x786E 245-236-5
-letter \x786F 2345-5
-letter \x7870 24-345-3
-letter \x7871 123-123456-4
-letter \x7872 1256-5
-letter \x7873 125-2346-2
-letter \x7874 1235-35-3
-letter \x7875 14-34-4
-letter \x7876 12-136-4
-letter \x7877 13-2345-4
-letter \x7878 1345-236-5
-letter \x7879 15-12346-3
-letter \x787A 1-25-2
-letter \x787B 123-1356-3
-letter \x787C 1234-1356-2
-letter \x787D 2345-4
-letter \x787E 1-1246-5
-letter \x787F 123-12346-3
-letter \x7880 245-1356-2
-letter \x7881 245-16-2
-letter \x7882 125-12346-5
-letter \x7883 245-13456-5
-letter \x7884 14-1456-2
-letter \x7885 13-256-3
-letter \x7886 135-126-3
-letter \x7887 145-13456-5
-letter \x7888 134-1456-2
-letter \x7889 145-246-3
-letter \x788A 13-2345-3
-letter \x788B 1235-2346-5
-letter \x788C 14-34-5
-letter \x788D 2456-5
-letter \x788E 15-1246-5
-letter \x788F 245-236-5
-letter \x7890 14-13456-2
-letter \x7891 135-356-3
-letter \x7892 1456-2
-letter \x7893 145-1246-5
-letter \x7894 34-4
-letter \x7895 245-16-2
-letter \x7896 14-123456-5
-letter \x7897 12456-4
-letter \x7898 145-2345-4
-letter \x7899 13-1346-3
-letter \x789A 135-356-5
-letter \x789B 245-16-5
-letter \x789C 12-136-4
-letter \x789D 1245-12456-4
-letter \x789E 2345-2
-letter \x789F 145-346-2
-letter \x78A0 145-13456-5
-letter \x78A1 1-12356-3
-letter \x78A2 124-25-2
-letter \x78A3 13-346-2
-letter \x78A4 13456-3
-letter \x78A5 135-2345-4
-letter \x78A6 123-2346-5
-letter \x78A7 135-16-5
-letter \x78A8 1246-3
-letter \x78A9 24-25-5
-letter \x78AA 1-136-3
-letter \x78AB 145-12456-5
-letter \x78AC 15-23456-2
-letter \x78AD 145-1346-5
-letter \x78AE 124-16-2
-letter \x78AF 1345-146-4
-letter \x78B0 1234-1356-5
-letter \x78B1 13-2345-4
-letter \x78B2 145-16-5
-letter \x78B3 124-1236-5
-letter \x78B4 12-345-2
-letter \x78B5 124-2345-2
-letter \x78B6 245-16-5
-letter \x78B7 145-123456-5
-letter \x78B8 12345-1356-3
-letter \x78B9 15-45-5
-letter \x78BA 245-236-5
-letter \x78BB 245-236-5
-letter \x78BC 134-345-4
-letter \x78BD 13-12346-3
-letter \x78BE 1345-2345-4
-letter \x78BF 15-34-5
-letter \x78C0 2346-2
-letter \x78C1 245-156-2
-letter \x78C2 14-234-5
-letter \x78C3 15-156-3
-letter \x78C4 124-1346-2
-letter \x78C5 135-1346-5
-letter \x78C6 1235-35-2
-letter \x78C7 1234-16-3
-letter \x78C8 123-1246-4
-letter \x78C9 15-1346-4
-letter \x78CA 14-356-4
-letter \x78CB 245-25-3
-letter \x78CC 124-2345-2
-letter \x78CD 15-23456-2
-letter \x78CE 245-16-3
-letter \x78CF 14-2345-2
-letter \x78D0 1234-1236-2
-letter \x78D1 1246-5
-letter \x78D2 256-4
-letter \x78D3 145-1246-3
-letter \x78D4 1-2346-2
-letter \x78D5 123-2346-3
-letter \x78D6 14-345-2
-letter \x78D7 1-12456-3
-letter \x78D8 245-13456-5
-letter \x78D9 13-123456-4
-letter \x78DA 1-12456-3
-letter \x78DB 12-1236-2
-letter \x78DC 245-16-5
-letter \x78DD 146-2
-letter \x78DE 1234-1356-3
-letter \x78DF 14-34-5
-letter \x78E0 14-34-4
-letter \x78E1 123-1236-5
-letter \x78E2 245-46-4
-letter \x78E3 12-136-4
-letter \x78E4 1456-4
-letter \x78E5 14-356-4
-letter \x78E6 135-246-3
-letter \x78E7 245-16-5
-letter \x78E8 134-126-2
-letter \x78E9 245-16-3
-letter \x78EA 245-1246-3
-letter \x78EB 125-12346-3
-letter \x78EC 245-13456-5
-letter \x78ED 12-25-5
-letter \x78EE 14-123456-2
-letter \x78EF 13-16-3
-letter \x78F0 24-1236-5
-letter \x78F1 14-146-2
-letter \x78F2 245-1256-2
-letter \x78F3 125-1356-3
-letter \x78F4 145-1356-5
-letter \x78F5 13-2345-5
-letter \x78F6 15-16-5
-letter \x78F7 14-1456-2
-letter \x78F8 145-13456-5
-letter \x78F9 145-2345-5
-letter \x78FA 1235-456-2
-letter \x78FB 1234-1236-2
-letter \x78FC 125-345-2
-letter \x78FD 245-246-3
-letter \x78FE 145-16-3
-letter \x78FF 14-16-5
-letter \x7900 13-2345-5
-letter \x7901 13-246-3
-letter \x7902 15-16-3
-letter \x7903 1-1346-4
-letter \x7904 245-246-2
-letter \x7905 145-123456-3
-letter \x7906 13-2345-4
-letter \x7907 1256-5
-letter \x7908 1-1246-5
-letter \x7909 1235-2346-2
-letter \x790A 1235-25-5
-letter \x790B 1-2456-2
-letter \x790C 14-356-5
-letter \x790D 123-2346-4
-letter \x790E 12-34-4
-letter \x790F 13-16-2
-letter \x7910 245-236-5
-letter \x7911 145-1346-5
-letter \x7912 16-4
-letter \x7913 13-46-3
-letter \x7914 1234-16-5
-letter \x7915 1234-16-3
-letter \x7916 1256-5
-letter \x7917 1234-1456-3
-letter \x7918 245-16-5
-letter \x7919 2456-5
-letter \x791A 123-2346-3
-letter \x791B 13-2345-3
-letter \x791C 1256-5
-letter \x791D 1245-12456-4
-letter \x791E 134-1356-2
-letter \x791F 1234-146-5
-letter \x7920 245-156-2
-letter \x7921 135-126-2
-letter \x7922 46-4
-letter \x7923 134-346-5
-letter \x7924 245-345-4
-letter \x7925 15-2345-2
-letter \x7926 123-456-5
-letter \x7927 14-356-4
-letter \x7928 14-356-4
-letter \x7929 1-156-5
-letter \x792A 14-16-5
-letter \x792B 14-16-5
-letter \x792C 12345-1236-2
-letter \x792D 245-236-5
-letter \x792E 1234-146-5
-letter \x792F 13456-3
-letter \x7930 14-16-5
-letter \x7931 14-12346-2
-letter \x7932 14-12346-2
-letter \x7933 134-126-5
-letter \x7934 135-126-2
-letter \x7935 24-456-3
-letter \x7936 13-12456-5
-letter \x7937 14-1236-2
-letter \x7938 125-1236-4
-letter \x7939 2345-2
-letter \x793A 24-156-5
-letter \x793B 24-156-5
-letter \x793C 14-16-4
-letter \x793D 1245-1356-2
-letter \x793E 24-2346-5
-letter \x793F 236-5
-letter \x7940 15-156-5
-letter \x7941 245-16-2
-letter \x7942 124-3458-3
-letter \x7943 134-345-5
-letter \x7944 15-346-5
-letter \x7945 246-3
-letter \x7946 15-2345-3
-letter \x7947 1-156-4
-letter \x7948 245-16-2
-letter \x7949 1-156-4
-letter \x794A 135-1356-3
-letter \x794B 145-1246-5
-letter \x794C 1-12346-5
-letter \x794D 1245-136-5
-letter \x794E 16-3
-letter \x794F 24-156-2
-letter \x7950 234-5
-letter \x7951 1-156-5
-letter \x7952 124-246-2
-letter \x7953 12345-34-2
-letter \x7954 12345-34-5
-letter \x7955 134-16-5
-letter \x7956 125-34-4
-letter \x7957 1-156-3
-letter \x7958 15-12456-5
-letter \x7959 134-356-5
-letter \x795A 125-25-5
-letter \x795B 245-1256-3
-letter \x795C 1235-34-5
-letter \x795D 1-34-5
-letter \x795E 24-136-2
-letter \x795F 15-1246-5
-letter \x7960 245-156-2
-letter \x7961 12-2456-2
-letter \x7962 1345-16-4
-letter \x7963 14-1256-4
-letter \x7964 1256-4
-letter \x7965 15-46-2
-letter \x7966 34-2
-letter \x7967 124-246-3
-letter \x7968 1234-246-5
-letter \x7969 1-34-3
-letter \x796A 13-1246-4
-letter \x796B 15-23456-2
-letter \x796C 1-156-3
-letter \x796D 13-16-5
-letter \x796E 13-146-5
-letter \x796F 1-136-3
-letter \x7970 13-146-5
-letter \x7971 24-1246-5
-letter \x7972 13-1456-3
-letter \x7973 12-136-4
-letter \x7974 13-2456-3
-letter \x7975 123-123456-4
-letter \x7976 145-16-5
-letter \x7977 145-146-4
-letter \x7978 1235-25-5
-letter \x7979 124-146-2
-letter \x797A 245-16-2
-letter \x797B 13-34-5
-letter \x797C 13-12456-5
-letter \x797D 125-1246-5
-letter \x797E 14-13456-2
-letter \x797F 14-34-5
-letter \x7980 135-13456-4
-letter \x7981 13-1456-5
-letter \x7982 145-146-4
-letter \x7983 1-156-2
-letter \x7984 14-34-5
-letter \x7985 12-1236-2
-letter \x7986 135-356-3
-letter \x7987 12-34-4
-letter \x7988 1235-1246-3
-letter \x7989 234-4
-letter \x798A 15-16-5
-letter \x798B 1456-3
-letter \x798C 125-156-3
-letter \x798D 1235-25-5
-letter \x798E 1-136-3
-letter \x798F 12345-34-2
-letter \x7990 45-5
-letter \x7991 34-2
-letter \x7992 15-2345-4
-letter \x7993 46-2
-letter \x7994 124-16-2
-letter \x7995 16-3
-letter \x7996 134-356-2
-letter \x7997 15-156-3
-letter \x7998 145-16-5
-letter \x7999 135-356-5
-letter \x799A 1-25-2
-letter \x799B 1-136-3
-letter \x799C 235-4
-letter \x799D 13-16-2
-letter \x799E 13-146-5
-letter \x799F 124-1346-2
-letter \x79A0 15-156-3
-letter \x79A1 134-345-5
-letter \x79A2 124-345-3
-letter \x79A3 12345-34-5
-letter \x79A4 15-45-3
-letter \x79A5 245-16-2
-letter \x79A6 1256-5
-letter \x79A7 15-16-4
-letter \x79A8 13-16-3
-letter \x79A9 15-156-5
-letter \x79AA 12-1236-2
-letter \x79AB 124-1236-4
-letter \x79AC 123-2356-5
-letter \x79AD 15-1246-5
-letter \x79AE 14-16-4
-letter \x79AF 1345-12346-2
-letter \x79B0 1345-16-4
-letter \x79B1 145-146-4
-letter \x79B2 14-16-5
-letter \x79B3 1245-1346-2
-letter \x79B4 236-5
-letter \x79B5 124-16-2
-letter \x79B6 125-1236-5
-letter \x79B7 14-356-5
-letter \x79B8 1245-12356-2
-letter \x79B9 1256-4
-letter \x79BA 1256-2
-letter \x79BB 14-16-2
-letter \x79BC 15-346-5
-letter \x79BD 245-1456-2
-letter \x79BE 1235-2346-2
-letter \x79BF 124-34-3
-letter \x79C0 15-234-5
-letter \x79C1 15-156-3
-letter \x79C2 1245-136-2
-letter \x79C3 124-34-3
-letter \x79C4 125-156-4
-letter \x79C5 12-345-2
-letter \x79C6 13-1236-4
-letter \x79C7 16-5
-letter \x79C8 15-2345-3
-letter \x79C9 135-13456-4
-letter \x79CA 1345-2345-2
-letter \x79CB 245-234-3
-letter \x79CC 245-234-3
-letter \x79CD 1-12346-4
-letter \x79CE 12345-136-5
-letter \x79CF 1235-146-5
-letter \x79D0 256-2
-letter \x79D1 123-2346-3
-letter \x79D2 134-246-4
-letter \x79D3 1-156-3
-letter \x79D4 13-1356-3
-letter \x79D5 135-16-4
-letter \x79D6 1-156-3
-letter \x79D7 1256-5
-letter \x79D8 134-16-5
-letter \x79D9 123-34-5
-letter \x79DA 135-1236-5
-letter \x79DB 1234-16-3
-letter \x79DC 1345-16-2
-letter \x79DD 14-16-5
-letter \x79DE 234-2
-letter \x79DF 125-34-3
-letter \x79E0 1234-16-3
-letter \x79E1 135-345-2
-letter \x79E2 14-13456-2
-letter \x79E3 134-126-5
-letter \x79E4 12-1356-5
-letter \x79E5 1345-2345-2
-letter \x79E6 245-1456-2
-letter \x79E7 46-3
-letter \x79E8 125-25-2
-letter \x79E9 1-156-5
-letter \x79EA 1-156-3
-letter \x79EB 24-34-2
-letter \x79EC 13-1256-5
-letter \x79ED 125-156-4
-letter \x79EE 1235-25-2
-letter \x79EF 13-16-3
-letter \x79F0 12-1356-3
-letter \x79F1 124-12346-2
-letter \x79F2 1-156-5
-letter \x79F3 1235-25-2
-letter \x79F4 1235-2346-2
-letter \x79F5 1456-3
-letter \x79F6 125-156-5
-letter \x79F7 1-156-2
-letter \x79F8 13-346-3
-letter \x79F9 1245-136-4
-letter \x79FA 145-34-5
-letter \x79FB 16-2
-letter \x79FC 1-34-3
-letter \x79FD 1235-1246-5
-letter \x79FE 1345-12346-2
-letter \x79FF 12345-34-4
-letter \x7A00 15-16-3
-letter \x7A01 123-146-4
-letter \x7A02 14-1346-2
-letter \x7A03 12345-34-3
-letter \x7A04 125-2346-5
-letter \x7A05 24-1246-5
-letter \x7A06 14-1256-4
-letter \x7A07 123-123456-4
-letter \x7A08 13-1236-4
-letter \x7A09 13-1356-3
-letter \x7A0A 124-16-2
-letter \x7A0B 12-1356-2
-letter \x7A0C 124-34-2
-letter \x7A0D 24-146-3
-letter \x7A0E 24-1246-5
-letter \x7A0F 23456-5
-letter \x7A10 14-123456-4
-letter \x7A11 14-34-5
-letter \x7A12 13-34-5
-letter \x7A13 125-25-2
-letter \x7A14 1245-136-4
-letter \x7A15 1-123456-5
-letter \x7A16 135-1346-5
-letter \x7A17 135-2456-5
-letter \x7A18 13-16-3
-letter \x7A19 1-156-2
-letter \x7A1A 1-156-5
-letter \x7A1B 123-123456-4
-letter \x7A1C 14-1356-2
-letter \x7A1D 1234-1356-2
-letter \x7A1E 123-2346-3
-letter \x7A1F 135-13456-4
-letter \x7A20 12-12356-2
-letter \x7A21 125-34-2
-letter \x7A22 1256-5
-letter \x7A23 15-34-3
-letter \x7A24 14-236-5
-letter \x7A25 15-46-3
-letter \x7A26 16-3
-letter \x7A27 15-16-5
-letter \x7A28 135-2345-3
-letter \x7A29 13-16-5
-letter \x7A2A 12345-34-5
-letter \x7A2B 135-16-5
-letter \x7A2C 1345-25-5
-letter \x7A2D 13-346-3
-letter \x7A2E 1-12346-4
-letter \x7A2F 125-12346-3
-letter \x7A30 15-1256-3
-letter \x7A31 12-1356-3
-letter \x7A32 145-146-5
-letter \x7A33 123456-4
-letter \x7A34 14-2345-2
-letter \x7A35 125-156-3
-letter \x7A36 1256-5
-letter \x7A37 13-16-5
-letter \x7A38 15-1256-5
-letter \x7A39 1-136-4
-letter \x7A3A 1-156-5
-letter \x7A3B 145-146-5
-letter \x7A3C 13-23456-5
-letter \x7A3D 13-16-3
-letter \x7A3E 13-146-4
-letter \x7A3F 13-146-4
-letter \x7A40 13-34-4
-letter \x7A41 1245-12346-2
-letter \x7A42 15-1246-5
-letter \x7A43 235-3
-letter \x7A44 13-16-5
-letter \x7A45 123-1346-3
-letter \x7A46 134-34-5
-letter \x7A47 24-1236-3
-letter \x7A48 134-136-2
-letter \x7A49 1-156-5
-letter \x7A4A 13-16-5
-letter \x7A4B 14-34-5
-letter \x7A4C 15-34-3
-letter \x7A4D 13-16-3
-letter \x7A4E 13456-4
-letter \x7A4F 123456-4
-letter \x7A50 245-234-3
-letter \x7A51 15-2346-5
-letter \x7A52 124-25-3
-letter \x7A53 16-5
-letter \x7A54 1235-456-2
-letter \x7A55 245-346-5
-letter \x7A56 13-16-4
-letter \x7A57 15-1246-5
-letter \x7A58 15-246-3
-letter \x7A59 1234-34-2
-letter \x7A5A 13-246-3
-letter \x7A5B 1-25-3
-letter \x7A5C 124-12346-2
-letter \x7A5D 125-1246-5
-letter \x7A5E 14-1256-4
-letter \x7A5F 15-1246-5
-letter \x7A60 1345-12346-2
-letter \x7A61 15-2346-5
-letter \x7A62 1235-1246-5
-letter \x7A63 1245-1346-2
-letter \x7A64 1345-25-5
-letter \x7A65 1256-5
-letter \x7A66 1234-1456-3
-letter \x7A67 13-16-5
-letter \x7A68 124-1246-2
-letter \x7A69 123456-4
-letter \x7A6A 12-1356-3
-letter \x7A6B 1235-25-5
-letter \x7A6C 13-12346-4
-letter \x7A6D 14-1256-4
-letter \x7A6E 135-246-3
-letter \x7A6F 15-2346-5
-letter \x7A70 1245-1346-2
-letter \x7A71 1-25-3
-letter \x7A72 14-16-2
-letter \x7A73 125-1236-5
-letter \x7A74 15-236-5
-letter \x7A75 35-3
-letter \x7A76 13-234-5
-letter \x7A77 245-235-2
-letter \x7A78 15-16-3
-letter \x7A79 245-235-2
-letter \x7A7A 123-12346-3
-letter \x7A7B 1256-3
-letter \x7A7C 15-136-3
-letter \x7A7D 13-13456-4
-letter \x7A7E 246-5
-letter \x7A7F 12-12456-3
-letter \x7A80 1-123456-3
-letter \x7A81 124-34-2
-letter \x7A82 14-146-2
-letter \x7A83 245-346-5
-letter \x7A84 1-2456-4
-letter \x7A85 246-4
-letter \x7A86 135-2345-4
-letter \x7A87 135-146-2
-letter \x7A88 246-4
-letter \x7A89 135-13456-4
-letter \x7A8A 35-3
-letter \x7A8B 1-34-2
-letter \x7A8C 13-246-5
-letter \x7A8D 245-246-5
-letter \x7A8E 145-246-5
-letter \x7A8F 34-3
-letter \x7A90 35-3
-letter \x7A91 246-2
-letter \x7A92 1-156-5
-letter \x7A93 12-456-3
-letter \x7A94 246-4
-letter \x7A95 124-246-4
-letter \x7A96 13-246-5
-letter \x7A97 12-456-3
-letter \x7A98 13-235-4
-letter \x7A99 15-246-3
-letter \x7A9A 12-1356-2
-letter \x7A9B 123-12356-5
-letter \x7A9C 245-12456-5
-letter \x7A9D 25-3
-letter \x7A9E 145-1236-5
-letter \x7A9F 123-34-3
-letter \x7AA0 123-2346-3
-letter \x7AA1 1-1246-5
-letter \x7AA2 15-1256-5
-letter \x7AA3 15-34-5
-letter \x7AA4 13-12456-3
-letter \x7AA5 123-1246-3
-letter \x7AA6 145-12356-5
-letter \x7AA7 1-2346-3
-letter \x7AA8 1456-5
-letter \x7AA9 25-3
-letter \x7AAA 35-3
-letter \x7AAB 23456-5
-letter \x7AAC 1256-2
-letter \x7AAD 13-1256-5
-letter \x7AAE 245-235-2
-letter \x7AAF 246-2
-letter \x7AB0 246-2
-letter \x7AB1 124-246-4
-letter \x7AB2 12-146-2
-letter \x7AB3 1256-4
-letter \x7AB4 124-2345-2
-letter \x7AB5 145-246-5
-letter \x7AB6 13-1256-5
-letter \x7AB7 14-246-2
-letter \x7AB8 15-16-3
-letter \x7AB9 34-5
-letter \x7ABA 123-1246-3
-letter \x7ABB 12-456-3
-letter \x7ABC 1-146-3
-letter \x7ABD 123-12456-4
-letter \x7ABE 123-12456-4
-letter \x7ABF 14-12346-2
-letter \x7AC0 12-1356-3
-letter \x7AC1 245-1246-5
-letter \x7AC2 1234-246-2
-letter \x7AC3 125-146-5
-letter \x7AC4 245-12456-5
-letter \x7AC5 245-246-5
-letter \x7AC6 245-235-2
-letter \x7AC7 145-12356-5
-letter \x7AC8 125-146-5
-letter \x7AC9 14-12346-4
-letter \x7ACA 245-346-5
-letter \x7ACB 14-16-5
-letter \x7ACC 12-34-5
-letter \x7ACD 24-156-2
-letter \x7ACE 12345-34-5
-letter \x7ACF 245-2345-3
-letter \x7AD0 12-34-5
-letter \x7AD1 1235-12346-2
-letter \x7AD2 245-16-2
-letter \x7AD3 1235-146-2
-letter \x7AD4 24-1356-3
-letter \x7AD5 12345-136-3
-letter \x7AD6 24-34-5
-letter \x7AD7 134-246-5
-letter \x7AD8 13-1256-4
-letter \x7AD9 1-1236-5
-letter \x7ADA 1-34-5
-letter \x7ADB 14-13456-2
-letter \x7ADC 14-12346-2
-letter \x7ADD 135-13456-5
-letter \x7ADE 13-13456-5
-letter \x7ADF 13-13456-5
-letter \x7AE0 1-1346-3
-letter \x7AE1 135-2456-4
-letter \x7AE2 15-156-5
-letter \x7AE3 13-256-5
-letter \x7AE4 1235-12346-2
-letter \x7AE5 124-12346-2
-letter \x7AE6 15-12346-4
-letter \x7AE7 13-13456-5
-letter \x7AE8 145-246-5
-letter \x7AE9 16-5
-letter \x7AEA 24-34-5
-letter \x7AEB 13-13456-5
-letter \x7AEC 245-1256-4
-letter \x7AED 13-346-2
-letter \x7AEE 1234-13456-2
-letter \x7AEF 145-12456-3
-letter \x7AF0 24-146-2
-letter \x7AF1 1-12456-4
-letter \x7AF2 245-1356-2
-letter \x7AF3 145-1356-3
-letter \x7AF4 245-1246-3
-letter \x7AF5 2356-3
-letter \x7AF6 13-13456-5
-letter \x7AF7 123-1236-5
-letter \x7AF8 13-13456-5
-letter \x7AF9 1-34-2
-letter \x7AFA 1-34-2
-letter \x7AFB 14-2346-5
-letter \x7AFC 1234-1356-2
-letter \x7AFD 1256-2
-letter \x7AFE 12-156-2
-letter \x7AFF 13-1236-3
-letter \x7B00 134-1346-2
-letter \x7B01 1-34-2
-letter \x7B02 12456-2
-letter \x7B03 145-34-4
-letter \x7B04 13-16-3
-letter \x7B05 15-246-2
-letter \x7B06 135-345-3
-letter \x7B07 15-12456-5
-letter \x7B08 13-16-2
-letter \x7B09 1-136-4
-letter \x7B0A 1-146-5
-letter \x7B0B 15-123456-4
-letter \x7B0C 23456-2
-letter \x7B0D 1-1246-5
-letter \x7B0E 45-2
-letter \x7B0F 1235-34-5
-letter \x7B10 13-1346-3
-letter \x7B11 15-246-5
-letter \x7B12 245-136-2
-letter \x7B13 1234-16-2
-letter \x7B14 135-16-4
-letter \x7B15 13-2345-4
-letter \x7B16 16-4
-letter \x7B17 145-12346-3
-letter \x7B18 24-1236-3
-letter \x7B19 24-1356-3
-letter \x7B1A 15-23456-2
-letter \x7B1B 145-16-2
-letter \x7B1C 1-34-2
-letter \x7B1D 1345-345-5
-letter \x7B1E 12-156-3
-letter \x7B1F 13-34-3
-letter \x7B20 14-16-5
-letter \x7B21 245-346-5
-letter \x7B22 134-1456-4
-letter \x7B23 135-146-3
-letter \x7B24 124-246-2
-letter \x7B25 15-156-5
-letter \x7B26 12345-34-2
-letter \x7B27 245-2346-5
-letter \x7B28 135-136-5
-letter \x7B29 1234-356-5
-letter \x7B2A 145-345-2
-letter \x7B2B 125-156-4
-letter \x7B2C 145-16-5
-letter \x7B2D 14-13456-2
-letter \x7B2E 125-2346-2
-letter \x7B2F 1345-34-2
-letter \x7B30 12345-34-2
-letter \x7B31 13-12356-4
-letter \x7B32 12345-1236-2
-letter \x7B33 13-23456-3
-letter \x7B34 13-2346-4
-letter \x7B35 12345-1236-5
-letter \x7B36 24-156-4
-letter \x7B37 134-146-4
-letter \x7B38 1234-126-4
-letter \x7B39 15-246-4
-letter \x7B3A 13-2345-3
-letter \x7B3B 15-235-2
-letter \x7B3C 14-12346-2
-letter \x7B3D 134-1456-4
-letter \x7B3E 135-2345-3
-letter \x7B3F 14-25-5
-letter \x7B40 13-1246-5
-letter \x7B41 245-1256-4
-letter \x7B42 12-156-2
-letter \x7B43 1456-3
-letter \x7B44 246-5
-letter \x7B45 15-2345-4
-letter \x7B46 135-16-4
-letter \x7B47 245-235-2
-letter \x7B48 13-35-3
-letter \x7B49 145-1356-4
-letter \x7B4A 13-246-4
-letter \x7B4B 13-1456-3
-letter \x7B4C 245-45-2
-letter \x7B4D 15-123456-4
-letter \x7B4E 1245-34-2
-letter \x7B4F 12345-345-2
-letter \x7B50 123-456-3
-letter \x7B51 1-34-5
-letter \x7B52 124-12346-4
-letter \x7B53 13-16-3
-letter \x7B54 145-345-2
-letter \x7B55 15-13456-2
-letter \x7B56 245-2346-5
-letter \x7B57 1-12346-5
-letter \x7B58 123-12356-5
-letter \x7B59 14-2456-2
-letter \x7B5A 135-16-5
-letter \x7B5B 24-2456-3
-letter \x7B5C 145-1346-3
-letter \x7B5D 1-1356-3
-letter \x7B5E 245-2346-5
-letter \x7B5F 12345-34-3
-letter \x7B60 256-2
-letter \x7B61 124-34-2
-letter \x7B62 1234-345-2
-letter \x7B63 14-16-2
-letter \x7B64 14-1346-2
-letter \x7B65 13-1256-4
-letter \x7B66 13-12456-4
-letter \x7B67 13-2345-4
-letter \x7B68 1235-1236-2
-letter \x7B69 124-12346-4
-letter \x7B6A 15-23456-2
-letter \x7B6B 1-156-5
-letter \x7B6C 12-1356-2
-letter \x7B6D 15-12456-5
-letter \x7B6E 24-156-5
-letter \x7B6F 1-34-5
-letter \x7B70 125-25-2
-letter \x7B71 15-246-4
-letter \x7B72 24-146-3
-letter \x7B73 124-13456-2
-letter \x7B74 245-2346-5
-letter \x7B75 2345-2
-letter \x7B76 13-146-4
-letter \x7B77 123-2356-5
-letter \x7B78 13-1236-3
-letter \x7B79 12-12356-2
-letter \x7B7A 123-456-3
-letter \x7B7B 13-1346-5
-letter \x7B7C 256-2
-letter \x7B7D 25-3
-letter \x7B7E 245-2345-3
-letter \x7B7F 15-246-4
-letter \x7B80 13-2345-4
-letter \x7B81 1234-34-2
-letter \x7B82 14-2456-2
-letter \x7B83 125-12356-3
-letter \x7B84 135-16-5
-letter \x7B85 135-16-5
-letter \x7B86 135-16-5
-letter \x7B87 13-2346-5
-letter \x7B88 12-156-2
-letter \x7B89 13-2356-4
-letter \x7B8A 1256-3
-letter \x7B8B 13-2345-3
-letter \x7B8C 1-146-5
-letter \x7B8D 13-34-3
-letter \x7B8E 12-156-2
-letter \x7B8F 1-1356-3
-letter \x7B90 245-13456-5
-letter \x7B91 24-345-5
-letter \x7B92 1-12356-4
-letter \x7B93 14-34-5
-letter \x7B94 135-126-2
-letter \x7B95 13-16-3
-letter \x7B96 14-1456-2
-letter \x7B97 15-12456-5
-letter \x7B98 13-256-5
-letter \x7B99 12345-34-2
-letter \x7B9A 1-345-2
-letter \x7B9B 13-34-3
-letter \x7B9C 123-12346-3
-letter \x7B9D 245-2345-2
-letter \x7B9E 245-45-3
-letter \x7B9F 13-256-5
-letter \x7BA0 12-1246-2
-letter \x7BA1 13-12456-4
-letter \x7BA2 45-3
-letter \x7BA3 245-2346-5
-letter \x7BA4 125-34-2
-letter \x7BA5 135-126-4
-letter \x7BA6 125-2346-2
-letter \x7BA7 245-346-5
-letter \x7BA8 124-25-5
-letter \x7BA9 14-25-2
-letter \x7BAA 145-1236-3
-letter \x7BAB 15-246-3
-letter \x7BAC 1245-25-5
-letter \x7BAD 13-2345-5
-letter \x7BAE 15-45-3
-letter \x7BAF 135-2345-3
-letter \x7BB0 15-123456-4
-letter \x7BB1 15-46-3
-letter \x7BB2 15-2345-4
-letter \x7BB3 1234-13456-2
-letter \x7BB4 1-136-3
-letter \x7BB5 24-1356-4
-letter \x7BB6 1235-34-2
-letter \x7BB7 24-156-3
-letter \x7BB8 1-34-5
-letter \x7BB9 236-3
-letter \x7BBA 12-123456-4
-letter \x7BBB 14-1256-5
-letter \x7BBC 34-3
-letter \x7BBD 145-12346-4
-letter \x7BBE 24-25-5
-letter \x7BBF 13-16-2
-letter \x7BC0 13-346-2
-letter \x7BC1 1235-456-2
-letter \x7BC2 15-13456-3
-letter \x7BC3 134-356-2
-letter \x7BC4 12345-1236-5
-letter \x7BC5 12-1246-2
-letter \x7BC6 1-12456-5
-letter \x7BC7 1234-2345-3
-letter \x7BC8 12345-1356-3
-letter \x7BC9 1-34-2
-letter \x7BCA 1235-12346-2
-letter \x7BCB 245-346-5
-letter \x7BCC 1235-12356-2
-letter \x7BCD 245-234-3
-letter \x7BCE 134-246-4
-letter \x7BCF 245-2345-5
-letter \x7BD0 13-34-3
-letter \x7BD1 123-1246-5
-letter \x7BD2 24-156-2
-letter \x7BD3 14-12356-4
-letter \x7BD4 256-2
-letter \x7BD5 1235-2346-2
-letter \x7BD6 124-1346-2
-letter \x7BD7 236-5
-letter \x7BD8 12-12356-3
-letter \x7BD9 13-146-3
-letter \x7BDA 12345-356-4
-letter \x7BDB 1245-25-5
-letter \x7BDC 1-1356-3
-letter \x7BDD 13-12356-3
-letter \x7BDE 1345-346-5
-letter \x7BDF 245-2345-5
-letter \x7BE0 15-246-4
-letter \x7BE1 245-12456-5
-letter \x7BE2 13-12346-3
-letter \x7BE3 1234-1346-2
-letter \x7BE4 145-34-4
-letter \x7BE5 14-16-5
-letter \x7BE6 135-16-5
-letter \x7BE7 1-25-2
-letter \x7BE8 12-34-2
-letter \x7BE9 24-2456-3
-letter \x7BEA 12-156-2
-letter \x7BEB 1-34-2
-letter \x7BEC 245-46-3
-letter \x7BED 14-12346-2
-letter \x7BEE 14-1236-2
-letter \x7BEF 13-2345-3
-letter \x7BF0 135-34-5
-letter \x7BF1 14-16-2
-letter \x7BF2 1235-1246-5
-letter \x7BF3 135-16-5
-letter \x7BF4 145-16-2
-letter \x7BF5 245-12346-3
-letter \x7BF6 2345-3
-letter \x7BF7 1234-1356-2
-letter \x7BF8 125-1236-3
-letter \x7BF9 1-12456-5
-letter \x7BFA 1234-2456-2
-letter \x7BFB 1234-246-4
-letter \x7BFC 145-12356-3
-letter \x7BFD 1256-4
-letter \x7BFE 134-346-5
-letter \x7BFF 124-12456-2
-letter \x7C00 125-2346-2
-letter \x7C01 24-2456-3
-letter \x7C02 13-25-2
-letter \x7C03 16-2
-letter \x7C04 1235-34-5
-letter \x7C05 12-1236-4
-letter \x7C06 123-12356-5
-letter \x7C07 245-34-5
-letter \x7C08 1234-13456-2
-letter \x7C09 12-12356-5
-letter \x7C0A 13-16-3
-letter \x7C0B 13-1246-4
-letter \x7C0C 15-34-5
-letter \x7C0D 14-12356-4
-letter \x7C0E 245-25-5
-letter \x7C0F 14-34-5
-letter \x7C10 1345-2345-4
-letter \x7C11 15-25-3
-letter \x7C12 245-12456-5
-letter \x7C13 145-246-3
-letter \x7C14 15-25-3
-letter \x7C15 14-2346-5
-letter \x7C16 145-12456-5
-letter \x7C17 14-46-4
-letter \x7C18 15-246-3
-letter \x7C19 135-126-2
-letter \x7C1A 134-16-5
-letter \x7C1B 15-156-3
-letter \x7C1C 145-1346-5
-letter \x7C1D 14-246-2
-letter \x7C1E 145-1236-3
-letter \x7C1F 145-2345-5
-letter \x7C20 12345-34-4
-letter \x7C21 13-2345-4
-letter \x7C22 134-1456-4
-letter \x7C23 123-1246-5
-letter \x7C24 145-2456-5
-letter \x7C25 13-246-3
-letter \x7C26 145-1356-3
-letter \x7C27 1235-456-2
-letter \x7C28 15-123456-4
-letter \x7C29 14-146-2
-letter \x7C2A 125-1236-3
-letter \x7C2B 15-246-3
-letter \x7C2C 14-34-5
-letter \x7C2D 24-156-5
-letter \x7C2E 125-1236-3
-letter \x7C2F 245-16-4
-letter \x7C30 1234-2456-2
-letter \x7C31 245-16-2
-letter \x7C32 1234-2456-2
-letter \x7C33 13-1236-4
-letter \x7C34 13-1256-5
-letter \x7C35 145-34-5
-letter \x7C36 14-34-5
-letter \x7C37 2345-2
-letter \x7C38 135-126-4
-letter \x7C39 145-1346-3
-letter \x7C3A 15-2456-5
-letter \x7C3B 1-35-3
-letter \x7C3C 14-12346-2
-letter \x7C3D 245-2345-3
-letter \x7C3E 14-2345-2
-letter \x7C3F 135-34-5
-letter \x7C40 1-12356-5
-letter \x7C41 14-2456-5
-letter \x7C42 24-156-5
-letter \x7C43 14-1236-2
-letter \x7C44 123-1246-5
-letter \x7C45 1256-2
-letter \x7C46 236-5
-letter \x7C47 1235-146-2
-letter \x7C48 1-136-3
-letter \x7C49 124-2456-2
-letter \x7C4A 124-16-5
-letter \x7C4B 134-16-2
-letter \x7C4C 12-12356-2
-letter \x7C4D 13-16-2
-letter \x7C4E 16-2
-letter \x7C4F 245-16-2
-letter \x7C50 124-1356-2
-letter \x7C51 1-12456-5
-letter \x7C52 1-12356-5
-letter \x7C53 12345-1236-3
-letter \x7C54 15-12356-4
-letter \x7C55 1-12356-5
-letter \x7C56 245-2345-3
-letter \x7C57 1-25-2
-letter \x7C58 124-1356-2
-letter \x7C59 14-34-5
-letter \x7C5A 14-34-2
-letter \x7C5B 13-2345-3
-letter \x7C5C 124-25-5
-letter \x7C5D 13456-2
-letter \x7C5E 1256-5
-letter \x7C5F 14-2456-5
-letter \x7C60 14-12346-2
-letter \x7C61 245-346-5
-letter \x7C62 14-2345-2
-letter \x7C63 14-1236-2
-letter \x7C64 245-2345-3
-letter \x7C65 236-5
-letter \x7C66 1-12346-3
-letter \x7C67 245-1256-2
-letter \x7C68 14-2345-2
-letter \x7C69 135-2345-3
-letter \x7C6A 145-12456-5
-letter \x7C6B 125-12456-4
-letter \x7C6C 14-16-2
-letter \x7C6D 15-156-3
-letter \x7C6E 14-25-2
-letter \x7C6F 13456-2
-letter \x7C70 236-5
-letter \x7C71 1-25-2
-letter \x7C72 1256-5
-letter \x7C73 134-16-4
-letter \x7C74 145-16-2
-letter \x7C75 12345-1236-2
-letter \x7C76 24-136-3
-letter \x7C77 1-2346-2
-letter \x7C78 24-136-3
-letter \x7C79 1345-1256-4
-letter \x7C7A 15-346-2
-letter \x7C7B 14-356-5
-letter \x7C7C 15-2345-3
-letter \x7C7D 125-156-4
-letter \x7C7E 1345-16-2
-letter \x7C7F 245-123456-5
-letter \x7C80 1-1346-5
-letter \x7C81 245-2345-3
-letter \x7C82 1-2456-3
-letter \x7C83 135-16-4
-letter \x7C84 135-1236-4
-letter \x7C85 34-5
-letter \x7C86 24-345-3
-letter \x7C87 123-1346-3
-letter \x7C88 1245-12356-2
-letter \x7C89 12345-136-4
-letter \x7C8A 135-16-5
-letter \x7C8B 245-1246-5
-letter \x7C8C 1456-4
-letter \x7C8D 14-16-2
-letter \x7C8E 12-156-4
-letter \x7C8F 124-2456-5
-letter \x7C90 123-34-5
-letter \x7C91 135-345-3
-letter \x7C92 14-16-5
-letter \x7C93 13-1236-3
-letter \x7C94 13-1256-5
-letter \x7C95 1234-126-5
-letter \x7C96 134-126-5
-letter \x7C97 245-34-3
-letter \x7C98 1345-2345-2
-letter \x7C99 1-12356-5
-letter \x7C9A 14-16-2
-letter \x7C9B 15-34-5
-letter \x7C9C 124-246-5
-letter \x7C9D 14-16-5
-letter \x7C9E 15-16-3
-letter \x7C9F 15-34-5
-letter \x7CA0 1235-12346-2
-letter \x7CA1 124-12346-2
-letter \x7CA2 125-156-3
-letter \x7CA3 245-2346-5
-letter \x7CA4 236-5
-letter \x7CA5 1-12356-3
-letter \x7CA6 14-1456-2
-letter \x7CA7 1-456-3
-letter \x7CA8 135-2456-4
-letter \x7CA9 14-146-3
-letter \x7CAA 12345-136-5
-letter \x7CAB 156-2
-letter \x7CAC 245-1256-3
-letter \x7CAD 1235-2346-2
-letter \x7CAE 14-46-2
-letter \x7CAF 15-2345-5
-letter \x7CB0 12345-34-3
-letter \x7CB1 14-46-2
-letter \x7CB2 245-1236-5
-letter \x7CB3 13-13456-3
-letter \x7CB4 14-16-4
-letter \x7CB5 236-5
-letter \x7CB6 14-34-5
-letter \x7CB7 13-1256-2
-letter \x7CB8 245-16-2
-letter \x7CB9 245-1246-5
-letter \x7CBA 135-2456-5
-letter \x7CBB 1-1346-3
-letter \x7CBC 14-1456-2
-letter \x7CBD 125-12346-5
-letter \x7CBE 13-13456-3
-letter \x7CBF 13-25-4
-letter \x7CC0 1235-35-3
-letter \x7CC1 15-136-3
-letter \x7CC2 15-1236-4
-letter \x7CC3 124-1346-2
-letter \x7CC4 135-2345-3
-letter \x7CC5 1245-12356-4
-letter \x7CC6 134-2345-5
-letter \x7CC7 1235-12356-2
-letter \x7CC8 15-1256-4
-letter \x7CC9 125-12346-5
-letter \x7CCA 1235-34-2
-letter \x7CCB 13-2345-5
-letter \x7CCC 125-1236-2
-letter \x7CCD 245-156-2
-letter \x7CCE 138-12346-3-123458-136-3
-letter \x7CCF 15-346-5
-letter \x7CD0 12345-34-3
-letter \x7CD1 1345-16-5
-letter \x7CD2 135-356-5
-letter \x7CD3 13-34-4
-letter \x7CD4 15-234-4
-letter \x7CD5 13-146-3
-letter \x7CD6 124-1346-2
-letter \x7CD7 245-234-4
-letter \x7CD8 13-23456-3
-letter \x7CD9 245-146-3
-letter \x7CDA 1-456-3
-letter \x7CDB 124-1346-2
-letter \x7CDC 134-16-2
-letter \x7CDD 15-1236-4
-letter \x7CDE 12345-136-5
-letter \x7CDF 125-146-3
-letter \x7CE0 123-1346-3
-letter \x7CE1 13-46-5
-letter \x7CE2 134-126-2
-letter \x7CE3 15-1236-4
-letter \x7CE4 15-1236-4
-letter \x7CE5 1345-25-5
-letter \x7CE6 15-16-3
-letter \x7CE7 14-46-2
-letter \x7CE8 13-46-5
-letter \x7CE9 123-2356-5
-letter \x7CEA 135-126-2
-letter \x7CEB 1235-12456-2
-letter \x7CEC 24-34-4
-letter \x7CED 125-12346-5
-letter \x7CEE 15-2345-5
-letter \x7CEF 1345-25-5
-letter \x7CF0 124-12456-2
-letter \x7CF1 1345-346-5
-letter \x7CF2 14-16-5
-letter \x7CF3 125-25-5
-letter \x7CF4 145-16-2
-letter \x7CF5 1345-346-5
-letter \x7CF6 124-246-5
-letter \x7CF7 14-1236-2
-letter \x7CF8 134-16-5
-letter \x7CF9 134-16-5
-letter \x7CFA 13-234-3
-letter \x7CFB 15-16-5
-letter \x7CFC 13-12346-3
-letter \x7CFD 1-1356-4
-letter \x7CFE 13-234-3
-letter \x7CFF 234-5
-letter \x7D00 13-16-5
-letter \x7D01 12-345-5
-letter \x7D02 1-12356-5
-letter \x7D03 15-256-2
-letter \x7D04 236-3
-letter \x7D05 1235-12346-2
-letter \x7D06 1256-3
-letter \x7D07 1235-2346-2
-letter \x7D08 12456-2
-letter \x7D09 1245-136-5
-letter \x7D0A 123456-5
-letter \x7D0B 123456-2
-letter \x7D0C 245-234-2
-letter \x7D0D 1345-345-5
-letter \x7D0E 125-156-3
-letter \x7D0F 124-12356-4
-letter \x7D10 1345-234-4
-letter \x7D11 12345-12356-2
-letter \x7D12 13-16-5
-letter \x7D13 24-34-3
-letter \x7D14 12-123456-2
-letter \x7D15 1234-16-3
-letter \x7D16 1-136-5
-letter \x7D17 24-345-3
-letter \x7D18 1235-12346-2
-letter \x7D19 1-156-4
-letter \x7D1A 13-16-2
-letter \x7D1B 12345-136-3
-letter \x7D1C 256-2
-letter \x7D1D 1245-136-5
-letter \x7D1E 145-1236-4
-letter \x7D1F 13-1456-3
-letter \x7D20 15-34-5
-letter \x7D21 12345-1346-4
-letter \x7D22 15-25-4
-letter \x7D23 245-1246-5
-letter \x7D24 13-234-4
-letter \x7D25 1-345-2
-letter \x7D26 135-345-3
-letter \x7D27 13-1456-4
-letter \x7D28 12345-34-5
-letter \x7D29 1-156-5
-letter \x7D2A 245-156-4
-letter \x7D2B 125-156-4
-letter \x7D2C 12-12356-2
-letter \x7D2D 1235-12346-2
-letter \x7D2E 125-345-3
-letter \x7D2F 14-356-5
-letter \x7D30 15-16-5
-letter \x7D31 12345-34-2
-letter \x7D32 15-346-5
-letter \x7D33 24-136-3
-letter \x7D34 135-356-5
-letter \x7D35 1-34-5
-letter \x7D36 245-1256-4
-letter \x7D37 14-13456-2
-letter \x7D38 1-34-5
-letter \x7D39 24-146-5
-letter \x7D3A 13-1236-5
-letter \x7D3B 46-3
-letter \x7D3C 12345-34-2
-letter \x7D3D 124-25-2
-letter \x7D3E 1-136-4
-letter \x7D3F 145-2456-5
-letter \x7D40 12-34-5
-letter \x7D41 24-156-3
-letter \x7D42 1-12346-3
-letter \x7D43 15-2345-2
-letter \x7D44 125-34-4
-letter \x7D45 13-13456-4
-letter \x7D46 135-1236-5
-letter \x7D47 245-1256-2
-letter \x7D48 134-126-5
-letter \x7D49 24-34-5
-letter \x7D4A 125-1246-5
-letter \x7D4B 123-456-5
-letter \x7D4C 13-13456-3
-letter \x7D4D 1245-136-2
-letter \x7D4E 1235-1356-2
-letter \x7D4F 15-346-5
-letter \x7D50 13-346-2
-letter \x7D51 1-34-3
-letter \x7D52 12-12356-2
-letter \x7D53 13-35-5
-letter \x7D54 135-2456-4
-letter \x7D55 13-236-2
-letter \x7D56 123-456-5
-letter \x7D57 1235-34-2
-letter \x7D58 125-156-5
-letter \x7D59 13-1356-3
-letter \x7D5A 13-1356-3
-letter \x7D5B 124-146-3
-letter \x7D5C 15-346-2
-letter \x7D5D 123-34-5
-letter \x7D5E 13-246-4
-letter \x7D5F 245-45-3
-letter \x7D60 13-2456-4
-letter \x7D61 14-25-5
-letter \x7D62 15-45-5
-letter \x7D63 135-1356-3
-letter \x7D64 15-2345-5
-letter \x7D65 12345-34-2
-letter \x7D66 13-356-4
-letter \x7D67 124-12346-2
-letter \x7D68 1245-12346-2
-letter \x7D69 124-246-5
-letter \x7D6A 1456-3
-letter \x7D6B 14-356-4
-letter \x7D6C 15-346-5
-letter \x7D6D 13-45-5
-letter \x7D6E 15-1256-5
-letter \x7D6F 13-2456-3
-letter \x7D70 145-346-2
-letter \x7D71 124-12346-4
-letter \x7D72 15-156-3
-letter \x7D73 13-46-5
-letter \x7D74 15-46-2
-letter \x7D75 1235-1246-5
-letter \x7D76 13-236-2
-letter \x7D77 1-156-2
-letter \x7D78 13-2345-4
-letter \x7D79 13-45-5
-letter \x7D7A 12-156-3
-letter \x7D7B 123456-5
-letter \x7D7C 1-136-4
-letter \x7D7D 14-1256-4
-letter \x7D7E 12-1356-2
-letter \x7D7F 245-234-2
-letter \x7D80 24-34-3
-letter \x7D81 135-1346-4
-letter \x7D82 124-12346-4
-letter \x7D83 15-246-3
-letter \x7D84 12456-5
-letter \x7D85 245-1456-3
-letter \x7D86 13-1356-4
-letter \x7D87 15-234-4
-letter \x7D88 124-16-5
-letter \x7D89 15-234-5
-letter \x7D8A 15-346-2
-letter \x7D8B 1235-12346-2
-letter \x7D8C 15-16-5
-letter \x7D8D 12345-34-2
-letter \x7D8E 124-13456-3
-letter \x7D8F 15-1246-2
-letter \x7D90 145-1246-5
-letter \x7D91 123-123456-4
-letter \x7D92 12345-34-3
-letter \x7D93 13-13456-3
-letter \x7D94 1235-34-5
-letter \x7D95 1-156-3
-letter \x7D96 2345-2
-letter \x7D97 13-235-4
-letter \x7D98 12345-1356-2
-letter \x7D99 13-16-5
-letter \x7D9A 15-1256-5
-letter \x7D9B 1245-136-4
-letter \x7D9C 125-12346-5
-letter \x7D9D 12-136-3
-letter \x7D9E 145-25-4
-letter \x7D9F 14-16-5
-letter \x7DA0 14-1256-5
-letter \x7DA1 14-46-2
-letter \x7DA2 12-12356-2
-letter \x7DA3 245-45-4
-letter \x7DA4 24-146-5
-letter \x7DA5 245-16-5
-letter \x7DA6 245-16-2
-letter \x7DA7 1-123456-4
-letter \x7DA8 245-16-2
-letter \x7DA9 12456-4
-letter \x7DAA 245-2345-5
-letter \x7DAB 15-2345-5
-letter \x7DAC 24-12356-5
-letter \x7DAD 1246-2
-letter \x7DAE 245-13456-5
-letter \x7DAF 124-146-2
-letter \x7DB0 12456-4
-letter \x7DB1 13-1346-3
-letter \x7DB2 456-4
-letter \x7DB3 135-1356-3
-letter \x7DB4 1-1246-5
-letter \x7DB5 245-2456-4
-letter \x7DB6 13-25-4
-letter \x7DB7 125-1246-5
-letter \x7DB8 14-123456-2
-letter \x7DB9 14-234-4
-letter \x7DBA 245-16-4
-letter \x7DBB 1-1236-5
-letter \x7DBC 135-16-5
-letter \x7DBD 12-25-5
-letter \x7DBE 14-13456-2
-letter \x7DBF 134-2345-2
-letter \x7DC0 245-16-3
-letter \x7DC1 245-346-5
-letter \x7DC2 124-1236-3
-letter \x7DC3 125-12346-3
-letter \x7DC4 13-123456-4
-letter \x7DC5 125-12356-3
-letter \x7DC6 15-16-3
-letter \x7DC7 125-156-3
-letter \x7DC8 15-13456-5
-letter \x7DC9 14-46-4
-letter \x7DCA 13-1456-4
-letter \x7DCB 12345-356-3
-letter \x7DCC 1245-1246-2
-letter \x7DCD 134-1456-2
-letter \x7DCE 1256-5
-letter \x7DCF 125-12346-4
-letter \x7DD0 12345-1236-2
-letter \x7DD1 14-1256-5
-letter \x7DD2 15-1256-5
-letter \x7DD3 13456-3
-letter \x7DD4 24-1346-5
-letter \x7DD5 245-16-2
-letter \x7DD6 15-1256-5
-letter \x7DD7 15-46-3
-letter \x7DD8 13-2345-3
-letter \x7DD9 123-2346-5
-letter \x7DDA 15-2345-5
-letter \x7DDB 1245-12456-4
-letter \x7DDC 134-2345-2
-letter \x7DDD 245-16-5
-letter \x7DDE 145-12456-5
-letter \x7DDF 1-12346-5
-letter \x7DE0 145-16-5
-letter \x7DE1 134-1456-2
-letter \x7DE2 134-246-2
-letter \x7DE3 45-2
-letter \x7DE4 15-346-5
-letter \x7DE5 135-146-4
-letter \x7DE6 15-156-3
-letter \x7DE7 245-234-3
-letter \x7DE8 135-2345-3
-letter \x7DE9 1235-12456-4
-letter \x7DEA 13-1356-3
-letter \x7DEB 125-12346-4
-letter \x7DEC 134-2345-4
-letter \x7DED 1246-5
-letter \x7DEE 12345-34-5
-letter \x7DEF 1246-4
-letter \x7DF0 124-12356-3
-letter \x7DF1 13-12356-3
-letter \x7DF2 134-246-4
-letter \x7DF3 15-346-2
-letter \x7DF4 14-2345-5
-letter \x7DF5 125-12346-3
-letter \x7DF6 135-2345-5
-letter \x7DF7 256-5
-letter \x7DF8 1456-3
-letter \x7DF9 124-16-2
-letter \x7DFA 13-35-3
-letter \x7DFB 1-156-5
-letter \x7DFC 256-3
-letter \x7DFD 12-1356-3
-letter \x7DFE 12-1236-2
-letter \x7DFF 145-2456-5
-letter \x7E00 15-23456-2
-letter \x7E01 45-2
-letter \x7E02 125-12346-4
-letter \x7E03 15-1256-3
-letter \x7E04 24-1356-2
-letter \x7E05 1246-3
-letter \x7E06 13-1356-3
-letter \x7E07 15-45-3
-letter \x7E08 13456-2
-letter \x7E09 13-1456-5
-letter \x7E0A 16-5
-letter \x7E0B 1-1246-5
-letter \x7E0C 1345-16-5
-letter \x7E0D 135-1346-3
-letter \x7E0E 13-34-4
-letter \x7E0F 1234-1236-2
-letter \x7E10 1-12356-5
-letter \x7E11 13-2345-3
-letter \x7E12 245-156-3
-letter \x7E13 245-45-5
-letter \x7E14 15-1346-3
-letter \x7E15 256-5
-letter \x7E16 15-23456-5
-letter \x7E17 245-1246-3
-letter \x7E18 15-16-3
-letter \x7E19 1245-12346-2
-letter \x7E1A 124-146-3
-letter \x7E1B 12345-34-2
-letter \x7E1C 256-2
-letter \x7E1D 1-136-4
-letter \x7E1E 13-146-4
-letter \x7E1F 1245-34-5
-letter \x7E20 1235-34-2
-letter \x7E21 125-2456-4
-letter \x7E22 124-1356-2
-letter \x7E23 15-2345-5
-letter \x7E24 15-34-5
-letter \x7E25 1-136-4
-letter \x7E26 125-12346-5
-letter \x7E27 124-146-3
-letter \x7E28 1235-456-4
-letter \x7E29 245-2456-5
-letter \x7E2A 135-16-5
-letter \x7E2B 12345-1356-2
-letter \x7E2C 245-34-5
-letter \x7E2D 14-16-2
-letter \x7E2E 15-25-3
-letter \x7E2F 2345-4
-letter \x7E30 15-16-4
-letter \x7E31 125-12346-5
-letter \x7E32 14-356-2
-letter \x7E33 1-12456-5
-letter \x7E34 245-2345-5
-letter \x7E35 134-1236-5
-letter \x7E36 1-156-2
-letter \x7E37 14-1256-4
-letter \x7E38 134-126-5
-letter \x7E39 1234-246-4
-letter \x7E3A 14-2345-2
-letter \x7E3B 134-16-2
-letter \x7E3C 15-45-5
-letter \x7E3D 125-12346-4
-letter \x7E3E 13-16-3
-letter \x7E3F 24-1236-3
-letter \x7E40 15-1246-5
-letter \x7E41 12345-1236-2
-letter \x7E42 14-1256-5
-letter \x7E43 135-1356-3
-letter \x7E44 16-3
-letter \x7E45 15-146-3
-letter \x7E46 134-246-5
-letter \x7E47 246-2
-letter \x7E48 245-46-4
-letter \x7E49 1235-123456-2
-letter \x7E4A 15-2345-3
-letter \x7E4B 15-16-5
-letter \x7E4C 24-345-1
-letter \x7E4D 15-234-5
-letter \x7E4E 1245-1236-2
-letter \x7E4F 15-45-5
-letter \x7E50 15-1246-5
-letter \x7E51 245-246-3
-letter \x7E52 125-1356-3
-letter \x7E53 125-25-4
-letter \x7E54 1-156-3
-letter \x7E55 24-1236-5
-letter \x7E56 15-1236-4
-letter \x7E57 14-1456-2
-letter \x7E58 1256-5
-letter \x7E59 12345-1236-3
-letter \x7E5A 14-246-2
-letter \x7E5B 12-25-5
-letter \x7E5C 125-123456-3
-letter \x7E5D 13-2345-5
-letter \x7E5E 1245-146-5
-letter \x7E5F 12-1236-4
-letter \x7E60 1245-1246-4
-letter \x7E61 15-234-5
-letter \x7E62 1235-1246-5
-letter \x7E63 1235-35-5
-letter \x7E64 125-12456-4
-letter \x7E65 15-16-3
-letter \x7E66 245-46-4
-letter \x7E67 256-3
-letter \x7E68 145-345-2
-letter \x7E69 24-1356-2
-letter \x7E6A 1235-1246-5
-letter \x7E6B 15-16-5
-letter \x7E6C 15-2346-5
-letter \x7E6D 13-2345-4
-letter \x7E6E 13-46-3
-letter \x7E6F 1235-12456-2
-letter \x7E70 245-246-3
-letter \x7E71 245-12346-3
-letter \x7E72 13-346-5
-letter \x7E73 13-246-4
-letter \x7E74 135-16-5
-letter \x7E75 12-1236-2
-letter \x7E76 16-5
-letter \x7E77 1345-12346-4
-letter \x7E78 15-1246-5
-letter \x7E79 16-5
-letter \x7E7A 24-2456-4
-letter \x7E7B 15-1256-3
-letter \x7E7C 13-16-5
-letter \x7E7D 135-1456-3
-letter \x7E7E 245-2345-4
-letter \x7E7F 1345-1236-2
-letter \x7E80 1234-34-2
-letter \x7E81 15-256-3
-letter \x7E82 125-12456-4
-letter \x7E83 245-16-2
-letter \x7E84 1234-1356-2
-letter \x7E85 14-16-5
-letter \x7E86 134-126-5
-letter \x7E87 14-356-5
-letter \x7E88 15-346-2
-letter \x7E89 125-12456-4
-letter \x7E8A 123-456-5
-letter \x7E8B 234-3
-letter \x7E8C 15-1256-5
-letter \x7E8D 14-356-5
-letter \x7E8E 15-2345-3
-letter \x7E8F 12-1236-2
-letter \x7E90 13-246-4
-letter \x7E91 14-34-2
-letter \x7E92 12-1236-2
-letter \x7E93 13456-3
-letter \x7E94 245-2456-2
-letter \x7E95 15-46-3
-letter \x7E96 15-2345-3
-letter \x7E97 125-1246-3
-letter \x7E98 125-12456-4
-letter \x7E99 14-25-5
-letter \x7E9A 24-156-4
-letter \x7E9B 145-146-5
-letter \x7E9C 14-1236-4
-letter \x7E9D 14-356-2
-letter \x7E9E 14-2345-5
-letter \x7E9F 134-16-5
-letter \x7EA0 13-234-3
-letter \x7EA1 1256-3
-letter \x7EA2 1235-12346-2
-letter \x7EA3 1-12356-5
-letter \x7EA4 15-2345-3
-letter \x7EA5 1235-2346-2
-letter \x7EA6 236-3
-letter \x7EA7 13-16-2
-letter \x7EA8 12456-2
-letter \x7EA9 123-456-5
-letter \x7EAA 13-16-5
-letter \x7EAB 1245-136-5
-letter \x7EAC 1246-4
-letter \x7EAD 256-2
-letter \x7EAE 1235-12346-2
-letter \x7EAF 12-123456-2
-letter \x7EB0 1234-16-3
-letter \x7EB1 24-345-3
-letter \x7EB2 13-1346-3
-letter \x7EB3 1345-345-5
-letter \x7EB4 1245-136-2
-letter \x7EB5 125-12346-5
-letter \x7EB6 14-123456-2
-letter \x7EB7 12345-136-3
-letter \x7EB8 1-156-4
-letter \x7EB9 123456-2
-letter \x7EBA 12345-1346-4
-letter \x7EBB 1-34-5
-letter \x7EBC 1456-4
-letter \x7EBD 1345-234-4
-letter \x7EBE 24-34-3
-letter \x7EBF 15-2345-5
-letter \x7EC0 13-1236-5
-letter \x7EC1 15-346-5
-letter \x7EC2 12345-34-2
-letter \x7EC3 14-2345-5
-letter \x7EC4 125-34-4
-letter \x7EC5 24-136-3
-letter \x7EC6 15-16-5
-letter \x7EC7 1-156-3
-letter \x7EC8 1-12346-3
-letter \x7EC9 1-12356-5
-letter \x7ECA 135-1236-5
-letter \x7ECB 12345-34-2
-letter \x7ECC 12-34-5
-letter \x7ECD 24-146-5
-letter \x7ECE 16-5
-letter \x7ECF 13-13456-3
-letter \x7ED0 145-2456-5
-letter \x7ED1 135-1346-4
-letter \x7ED2 1245-12346-2
-letter \x7ED3 13-346-2
-letter \x7ED4 123-34-5
-letter \x7ED5 1245-146-5
-letter \x7ED6 145-346-2
-letter \x7ED7 1235-1346-2
-letter \x7ED8 1235-1246-5
-letter \x7ED9 13-356-4
-letter \x7EDA 15-45-5
-letter \x7EDB 13-46-5
-letter \x7EDC 14-25-5
-letter \x7EDD 13-236-2
-letter \x7EDE 13-246-4
-letter \x7EDF 124-12346-4
-letter \x7EE0 13-1356-4
-letter \x7EE1 15-246-3
-letter \x7EE2 13-45-5
-letter \x7EE3 15-234-5
-letter \x7EE4 15-16-5
-letter \x7EE5 15-1246-3
-letter \x7EE6 124-146-3
-letter \x7EE7 13-16-5
-letter \x7EE8 124-16-5
-letter \x7EE9 13-16-3
-letter \x7EEA 15-1256-5
-letter \x7EEB 14-13456-2
-letter \x7EEC 13456-3
-letter \x7EED 15-1256-5
-letter \x7EEE 245-16-4
-letter \x7EEF 12345-356-3
-letter \x7EF0 12-25-5
-letter \x7EF1 24-1346-5
-letter \x7EF2 13-123456-4
-letter \x7EF3 24-1356-2
-letter \x7EF4 1246-2
-letter \x7EF5 134-2345-2
-letter \x7EF6 24-12356-5
-letter \x7EF7 135-1356-3
-letter \x7EF8 12-12356-2
-letter \x7EF9 124-146-2
-letter \x7EFA 14-234-4
-letter \x7EFB 245-45-4
-letter \x7EFC 125-1356-3
-letter \x7EFD 1-1236-5
-letter \x7EFE 12456-4
-letter \x7EFF 14-1256-5
-letter \x7F00 1-1246-5
-letter \x7F01 125-156-3
-letter \x7F02 123-2346-5
-letter \x7F03 15-46-3
-letter \x7F04 13-2345-3
-letter \x7F05 134-2345-4
-letter \x7F06 14-1236-4
-letter \x7F07 124-16-2
-letter \x7F08 134-246-4
-letter \x7F09 13-16-3
-letter \x7F0A 256-3
-letter \x7F0B 1235-1246-5
-letter \x7F0C 15-156-3
-letter \x7F0D 145-25-4
-letter \x7F0E 145-12456-5
-letter \x7F0F 135-2345-5
-letter \x7F10 15-2345-5
-letter \x7F11 13-12356-3
-letter \x7F12 1-1246-5
-letter \x7F13 1235-12456-4
-letter \x7F14 145-16-5
-letter \x7F15 14-1256-4
-letter \x7F16 135-2345-3
-letter \x7F17 134-1456-2
-letter \x7F18 45-2
-letter \x7F19 13-1456-5
-letter \x7F1A 12345-34-5
-letter \x7F1B 1245-34-5
-letter \x7F1C 1-136-4
-letter \x7F1D 12345-1356-5
-letter \x7F1E 24-2356-3
-letter \x7F1F 13-146-4
-letter \x7F20 12-1236-2
-letter \x7F21 14-16-2
-letter \x7F22 16-5
-letter \x7F23 13-2345-3
-letter \x7F24 135-1456-3
-letter \x7F25 1234-246-4
-letter \x7F26 134-1236-5
-letter \x7F27 14-356-2
-letter \x7F28 13456-3
-letter \x7F29 15-25-3
-letter \x7F2A 134-246-5
-letter \x7F2B 15-146-3
-letter \x7F2C 15-346-2
-letter \x7F2D 14-246-2
-letter \x7F2E 24-1236-5
-letter \x7F2F 125-1356-3
-letter \x7F30 13-46-3
-letter \x7F31 245-2345-4
-letter \x7F32 245-246-3
-letter \x7F33 1235-12456-2
-letter \x7F34 13-246-4
-letter \x7F35 125-12456-4
-letter \x7F36 12345-12356-4
-letter \x7F37 15-346-5
-letter \x7F38 13-1346-3
-letter \x7F39 12345-12356-4
-letter \x7F3A 245-236-3
-letter \x7F3B 12345-12356-4
-letter \x7F3C 245-16-3
-letter \x7F3D 135-126-3
-letter \x7F3E 1234-13456-2
-letter \x7F3F 15-46-5
-letter \x7F40 1-146-5
-letter \x7F41 13-1346-3
-letter \x7F42 13456-3
-letter \x7F43 13456-3
-letter \x7F44 245-13456-5
-letter \x7F45 15-23456-5
-letter \x7F46 13-12456-5
-letter \x7F47 125-123456-3
-letter \x7F48 124-1236-2
-letter \x7F49 245-1346-3
-letter \x7F4A 245-16-5
-letter \x7F4B 12346-5
-letter \x7F4C 13456-3
-letter \x7F4D 14-356-2
-letter \x7F4E 124-1236-2
-letter \x7F4F 14-34-2
-letter \x7F50 13-12456-5
-letter \x7F51 456-4
-letter \x7F52 456-4
-letter \x7F53 13-1346-3
-letter \x7F54 456-4
-letter \x7F55 1235-1236-4
-letter \x7F56 134-345-1
-letter \x7F57 14-25-2
-letter \x7F58 12345-34-2
-letter \x7F59 134-16-2
-letter \x7F5A 12345-345-2
-letter \x7F5B 13-34-3
-letter \x7F5C 1-34-4
-letter \x7F5D 13-1256-3
-letter \x7F5E 134-146-2
-letter \x7F5F 13-34-4
-letter \x7F60 134-1456-2
-letter \x7F61 13-1346-3
-letter \x7F62 135-345-5
-letter \x7F63 13-35-5
-letter \x7F64 124-16-2
-letter \x7F65 13-45-5
-letter \x7F66 12345-34-2
-letter \x7F67 24-136-3
-letter \x7F68 2345-4
-letter \x7F69 1-146-5
-letter \x7F6A 125-1246-5
-letter \x7F6B 13-35-5
-letter \x7F6C 1-25-2
-letter \x7F6D 1256-5
-letter \x7F6E 1-156-5
-letter \x7F6F 1236-4
-letter \x7F70 12345-345-2
-letter \x7F71 1345-1236-4
-letter \x7F72 24-34-4
-letter \x7F73 15-156-3
-letter \x7F74 1234-16-2
-letter \x7F75 134-345-5
-letter \x7F76 14-234-4
-letter \x7F77 135-345-5
-letter \x7F78 12345-345-2
-letter \x7F79 14-16-2
-letter \x7F7A 12-146-3
-letter \x7F7B 1246-5
-letter \x7F7C 135-16-5
-letter \x7F7D 13-16-5
-letter \x7F7E 125-1356-3
-letter \x7F7F 12-12346-3
-letter \x7F80 14-234-4
-letter \x7F81 13-16-3
-letter \x7F82 13-45-5
-letter \x7F83 134-16-5
-letter \x7F84 1-146-5
-letter \x7F85 14-25-2
-letter \x7F86 1234-16-2
-letter \x7F87 13-16-3
-letter \x7F88 13-16-3
-letter \x7F89 14-12456-2
-letter \x7F8A 46-2
-letter \x7F8B 134-346-3
-letter \x7F8C 245-46-3
-letter \x7F8D 124-345-5
-letter \x7F8E 134-356-4
-letter \x7F8F 46-2
-letter \x7F90 234-4
-letter \x7F91 234-4
-letter \x7F92 12345-136-2
-letter \x7F93 135-345-3
-letter \x7F94 13-146-3
-letter \x7F95 46-5
-letter \x7F96 13-34-4
-letter \x7F97 245-46-3
-letter \x7F98 125-1346-3
-letter \x7F99 13-146-3
-letter \x7F9A 14-13456-2
-letter \x7F9B 16-5
-letter \x7F9C 1-34-5
-letter \x7F9D 145-16-3
-letter \x7F9E 15-234-3
-letter \x7F9F 245-46-4
-letter \x7FA0 16-2
-letter \x7FA1 15-2345-5
-letter \x7FA2 1245-12346-2
-letter \x7FA3 245-256-2
-letter \x7FA4 245-256-2
-letter \x7FA5 245-46-4
-letter \x7FA6 1235-12456-2
-letter \x7FA7 15-25-3
-letter \x7FA8 15-2345-5
-letter \x7FA9 16-5
-letter \x7FAA 46-4
-letter \x7FAB 245-46-3
-letter \x7FAC 2345-2
-letter \x7FAD 1256-2
-letter \x7FAE 13-1356-3
-letter \x7FAF 13-346-2
-letter \x7FB0 124-1346-3
-letter \x7FB1 45-2
-letter \x7FB2 15-16-3
-letter \x7FB3 12345-1236-2
-letter \x7FB4 24-1236-3
-letter \x7FB5 12345-136-2
-letter \x7FB6 24-1236-3
-letter \x7FB7 14-2345-4
-letter \x7FB8 14-356-2
-letter \x7FB9 13-1356-3
-letter \x7FBA 1345-12356-2
-letter \x7FBB 245-46-5
-letter \x7FBC 12-1236-5
-letter \x7FBD 1256-4
-letter \x7FBE 13-12346-5
-letter \x7FBF 16-5
-letter \x7FC0 12-12346-3
-letter \x7FC1 12346-3
-letter \x7FC2 12345-136-3
-letter \x7FC3 1235-12346-2
-letter \x7FC4 12-156-5
-letter \x7FC5 12-156-5
-letter \x7FC6 245-1246-5
-letter \x7FC7 12345-34-2
-letter \x7FC8 15-23456-2
-letter \x7FC9 1234-136-4
-letter \x7FCA 16-5
-letter \x7FCB 14-345-3
-letter \x7FCC 16-5
-letter \x7FCD 1234-16-3
-letter \x7FCE 14-13456-2
-letter \x7FCF 14-246-2
-letter \x7FD0 1-156-5
-letter \x7FD1 245-1256-2
-letter \x7FD2 15-16-2
-letter \x7FD3 15-346-2
-letter \x7FD4 15-46-2
-letter \x7FD5 15-16-5
-letter \x7FD6 15-16-5
-letter \x7FD7 245-16-2
-letter \x7FD8 245-246-5
-letter \x7FD9 1235-1246-5
-letter \x7FDA 1235-1246-3
-letter \x7FDB 15-246-3
-letter \x7FDC 15-2346-5
-letter \x7FDD 1235-12346-2
-letter \x7FDE 13-46-3
-letter \x7FDF 1-2456-2
-letter \x7FE0 245-1246-5
-letter \x7FE1 12345-356-4
-letter \x7FE2 124-146-3
-letter \x7FE3 24-345-5
-letter \x7FE4 12-156-5
-letter \x7FE5 1-34-5
-letter \x7FE6 13-2345-4
-letter \x7FE7 15-45-3
-letter \x7FE8 24-156-5
-letter \x7FE9 1234-2345-3
-letter \x7FEA 125-12346-3
-letter \x7FEB 12456-5
-letter \x7FEC 1235-1246-3
-letter \x7FED 1235-12356-2
-letter \x7FEE 1235-2346-2
-letter \x7FEF 1235-2346-5
-letter \x7FF0 1235-1236-5
-letter \x7FF1 146-2
-letter \x7FF2 1234-246-3
-letter \x7FF3 16-5
-letter \x7FF4 14-2345-2
-letter \x7FF5 245-1256-2
-letter \x7FF6 146-2
-letter \x7FF7 14-1456-2
-letter \x7FF8 1234-136-4
-letter \x7FF9 245-246-5
-letter \x7FFA 146-2
-letter \x7FFB 12345-1236-3
-letter \x7FFC 16-5
-letter \x7FFD 1235-1246-5
-letter \x7FFE 15-45-3
-letter \x7FFF 145-146-5
-letter \x8000 246-5
-letter \x8001 14-146-4
-letter \x8002 14-146-4
-letter \x8003 123-146-4
-letter \x8004 134-146-5
-letter \x8005 1-2346-4
-letter \x8006 245-16-2
-letter \x8007 13-12356-4
-letter \x8008 13-12356-4
-letter \x8009 13-12356-4
-letter \x800A 145-346-2
-letter \x800B 145-346-2
-letter \x800C 156-2
-letter \x800D 24-35-4
-letter \x800E 1245-12456-4
-letter \x800F 156-2
-letter \x8010 1345-2456-5
-letter \x8011 1-12456-3
-letter \x8012 14-356-4
-letter \x8013 124-13456-3
-letter \x8014 125-156-4
-letter \x8015 13-1356-3
-letter \x8016 12-146-5
-letter \x8017 1235-146-5
-letter \x8018 256-2
-letter \x8019 1234-345-2
-letter \x801A 1234-16-3
-letter \x801B 12-156-2
-letter \x801C 15-156-5
-letter \x801D 12-34-2
-letter \x801E 13-23456-3
-letter \x801F 13-1256-5
-letter \x8020 1235-25-3
-letter \x8021 12-34-2
-letter \x8022 14-146-5
-letter \x8023 14-123456-4
-letter \x8024 13-16-2
-letter \x8025 124-1346-4
-letter \x8026 12356-4
-letter \x8027 14-12356-2
-letter \x8028 1345-12356-5
-letter \x8029 13-46-4
-letter \x802A 1234-1346-4
-letter \x802B 125-2346-2
-letter \x802C 14-12356-2
-letter \x802D 13-16-3
-letter \x802E 14-146-5
-letter \x802F 1235-25-5
-letter \x8030 234-3
-letter \x8031 134-126-5
-letter \x8032 1235-2356-2
-letter \x8033 156-4
-letter \x8034 1-2346-2
-letter \x8035 145-13456-3
-letter \x8036 346-3
-letter \x8037 145-345-3
-letter \x8038 15-12346-4
-letter \x8039 245-1456-2
-letter \x803A 256-2
-letter \x803B 12-156-4
-letter \x803C 145-1236-3
-letter \x803D 145-1236-3
-letter \x803E 1235-12346-2
-letter \x803F 13-1356-4
-letter \x8040 1-156-2
-letter \x8041 1234-1236-5
-letter \x8042 1345-346-5
-letter \x8043 145-1236-3
-letter \x8044 1-136-4
-letter \x8045 12-2346-5
-letter \x8046 14-13456-2
-letter \x8047 1-1356-3
-letter \x8048 234-4
-letter \x8049 35-3
-letter \x804A 14-246-2
-letter \x804B 14-12346-2
-letter \x804C 1-156-2
-letter \x804D 1345-13456-2
-letter \x804E 124-246-3
-letter \x804F 156-2
-letter \x8050 23456-5
-letter \x8051 145-346-2
-letter \x8052 13-35-3
-letter \x8053 15-1256-5
-letter \x8054 14-2345-2
-letter \x8055 1235-146-5
-letter \x8056 24-1356-5
-letter \x8057 14-346-5
-letter \x8058 1234-1456-5
-letter \x8059 13-13456-3
-letter \x805A 13-1256-5
-letter \x805B 135-16-5
-letter \x805C 145-16-4
-letter \x805D 13-25-2
-letter \x805E 123456-2
-letter \x805F 15-1256-5
-letter \x8060 1234-13456-2
-letter \x8061 245-12346-3
-letter \x8062 145-13456-5
-letter \x8063 1345-16-2
-letter \x8064 124-13456-2
-letter \x8065 1256-4
-letter \x8066 245-12346-3
-letter \x8067 123-1246-2
-letter \x8068 14-2345-2
-letter \x8069 123-1246-5
-letter \x806A 245-12346-3
-letter \x806B 14-2345-2
-letter \x806C 12346-4
-letter \x806D 123-1246-5
-letter \x806E 14-2345-2
-letter \x806F 14-2345-2
-letter \x8070 245-12346-3
-letter \x8071 146-2
-letter \x8072 24-1356-3
-letter \x8073 15-12346-4
-letter \x8074 124-13456-3
-letter \x8075 123-1246-5
-letter \x8076 1345-346-5
-letter \x8077 1-156-2
-letter \x8078 145-1236-3
-letter \x8079 1345-13456-2
-letter \x807A 15-346-2
-letter \x807B 13-16-3
-letter \x807C 124-13456-3
-letter \x807D 124-13456-3
-letter \x807E 14-12346-2
-letter \x807F 1256-5
-letter \x8080 1345-346-5
-letter \x8081 1-146-5
-letter \x8082 15-156-5
-letter \x8083 15-34-5
-letter \x8084 16-5
-letter \x8085 15-34-5
-letter \x8086 15-156-5
-letter \x8087 1-146-5
-letter \x8088 1-146-5
-letter \x8089 1245-12356-5
-letter \x808A 16-5
-letter \x808B 14-2346-5
-letter \x808C 13-16-3
-letter \x808D 245-234-2
-letter \x808E 123-136-4
-letter \x808F 245-146-5
-letter \x8090 13-2346-3
-letter \x8091 145-16-5
-letter \x8092 1235-12456-5
-letter \x8093 1235-456-3
-letter \x8094 16-4
-letter \x8095 1245-136-5
-letter \x8096 15-246-5
-letter \x8097 1245-34-4
-letter \x8098 1-12356-4
-letter \x8099 45-3
-letter \x809A 145-34-5
-letter \x809B 13-1346-3
-letter \x809C 1245-12346-2
-letter \x809D 13-1236-3
-letter \x809E 12-345-3
-letter \x809F 25-5
-letter \x80A0 12-1346-2
-letter \x80A1 13-34-4
-letter \x80A2 1-156-3
-letter \x80A3 1235-1236-2
-letter \x80A4 12345-34-3
-letter \x80A5 12345-356-2
-letter \x80A6 12345-136-2
-letter \x80A7 1234-356-3
-letter \x80A8 1234-1346-5
-letter \x80A9 13-2345-3
-letter \x80AA 12345-1346-2
-letter \x80AB 1-123456-3
-letter \x80AC 234-2
-letter \x80AD 1345-345-5
-letter \x80AE 1346-3
-letter \x80AF 123-136-4
-letter \x80B0 1245-1236-2
-letter \x80B1 13-12346-3
-letter \x80B2 1256-5
-letter \x80B3 123456-4
-letter \x80B4 246-2
-letter \x80B5 245-16-2
-letter \x80B6 1234-16-2
-letter \x80B7 245-2345-4
-letter \x80B8 15-16-5
-letter \x80B9 15-16-3
-letter \x80BA 12345-356-5
-letter \x80BB 123-136-4
-letter \x80BC 13-13456-4
-letter \x80BD 124-2456-5
-letter \x80BE 24-136-5
-letter \x80BF 1-12346-4
-letter \x80C0 1-1346-5
-letter \x80C1 15-346-2
-letter \x80C2 24-136-5
-letter \x80C3 1246-5
-letter \x80C4 1-12356-5
-letter \x80C5 145-346-2
-letter \x80C6 145-1236-4
-letter \x80C7 12345-356-5
-letter \x80C8 135-345-2
-letter \x80C9 135-126-2
-letter \x80CA 245-1256-2
-letter \x80CB 124-2345-2
-letter \x80CC 135-356-5
-letter \x80CD 13-35-3
-letter \x80CE 124-2456-3
-letter \x80CF 125-156-4
-letter \x80D0 123-34-3
-letter \x80D1 1-156-3
-letter \x80D2 1345-16-5
-letter \x80D3 1234-13456-2
-letter \x80D4 125-156-5
-letter \x80D5 12345-34-3
-letter \x80D6 1234-1346-5
-letter \x80D7 1-136-3
-letter \x80D8 15-2345-2
-letter \x80D9 125-25-5
-letter \x80DA 1234-356-3
-letter \x80DB 13-23456-4
-letter \x80DC 24-1356-3
-letter \x80DD 1-156-3
-letter \x80DE 135-146-3
-letter \x80DF 134-34-4
-letter \x80E0 245-1256-3
-letter \x80E1 1235-34-2
-letter \x80E2 123-2346-3
-letter \x80E3 12-156-4
-letter \x80E4 1456-5
-letter \x80E5 15-1256-3
-letter \x80E6 46-3
-letter \x80E7 14-12346-2
-letter \x80E8 145-12346-5
-letter \x80E9 123-345-4
-letter \x80EA 14-34-2
-letter \x80EB 13-13456-5
-letter \x80EC 1345-34-4
-letter \x80ED 2345-3
-letter \x80EE 135-1346-3
-letter \x80EF 123-35-5
-letter \x80F0 16-2
-letter \x80F1 13-456-3
-letter \x80F2 13-2456-3
-letter \x80F3 13-2346-3
-letter \x80F4 145-12346-5
-letter \x80F5 12-156-5
-letter \x80F6 13-246-3
-letter \x80F7 15-235-3
-letter \x80F8 15-235-3
-letter \x80F9 156-2
-letter \x80FA 1236-3
-letter \x80FB 15-13456-2
-letter \x80FC 1234-2345-2
-letter \x80FD 1345-1356-2
-letter \x80FE 125-156-5
-letter \x80FF 13-1246-3
-letter \x8100 12-1356-2
-letter \x8101 124-246-5
-letter \x8102 1-156-3
-letter \x8103 245-1246-5
-letter \x8104 134-356-2
-letter \x8105 15-346-2
-letter \x8106 245-1246-5
-letter \x8107 15-346-2
-letter \x8108 134-2456-5
-letter \x8109 134-2456-5
-letter \x810A 13-16-4
-letter \x810B 15-346-2
-letter \x810C 134-1456-2
-letter \x810D 123-2356-5
-letter \x810E 15-345-5
-letter \x810F 125-1346-3
-letter \x8110 245-16-2
-letter \x8111 1345-146-4
-letter \x8112 134-16-4
-letter \x8113 1345-12346-2
-letter \x8114 14-12456-2
-letter \x8115 12456-5
-letter \x8116 135-126-2
-letter \x8117 123456-4
-letter \x8118 12456-4
-letter \x8119 15-234-3
-letter \x811A 13-246-4
-letter \x811B 13-13456-5
-letter \x811C 1245-12356-2
-letter \x811D 1235-1356-3
-letter \x811E 245-25-4
-letter \x811F 14-346-5
-letter \x8120 24-1236-3
-letter \x8121 124-13456-4
-letter \x8122 134-356-2
-letter \x8123 12-123456-2
-letter \x8124 24-136-5
-letter \x8125 13-23456-3
-letter \x8126 124-2346-5
-letter \x8127 125-1246-3
-letter \x8128 245-34-5
-letter \x8129 15-234-3
-letter \x812A 15-1456-5
-letter \x812B 124-25-3
-letter \x812C 1234-146-3
-letter \x812D 12-1356-2
-letter \x812E 1345-356-4
-letter \x812F 12345-34-4
-letter \x8130 145-12356-5
-letter \x8131 124-25-3
-letter \x8132 1345-246-5
-letter \x8133 1345-146-4
-letter \x8134 1234-16-4
-letter \x8135 13-34-4
-letter \x8136 14-25-2
-letter \x8137 14-16-5
-letter \x8138 14-2345-4
-letter \x8139 1-1346-5
-letter \x813A 245-1246-5
-letter \x813B 13-346-2
-letter \x813C 14-46-4
-letter \x813D 24-1246-2
-letter \x813E 1234-16-2
-letter \x813F 135-246-3
-letter \x8140 14-123456-2
-letter \x8141 1234-2345-2
-letter \x8142 13-25-5
-letter \x8143 123-1246-5
-letter \x8144 12-1246-2
-letter \x8145 145-1236-5
-letter \x8146 124-2345-4
-letter \x8147 1345-356-4
-letter \x8148 13-13456-3
-letter \x8149 1345-2456-2
-letter \x814A 15-16-2
-letter \x814B 346-5
-letter \x814C 2345-3
-letter \x814D 1245-136-4
-letter \x814E 24-136-5
-letter \x814F 12-25-5
-letter \x8150 12345-34-4
-letter \x8151 12345-34-4
-letter \x8152 13-1256-3
-letter \x8153 12345-356-2
-letter \x8154 245-46-3
-letter \x8155 12456-5
-letter \x8156 145-12346-5
-letter \x8157 1234-16-2
-letter \x8158 13-25-2
-letter \x8159 125-12346-3
-letter \x815A 145-13456-5
-letter \x815B 25-5
-letter \x815C 134-356-2
-letter \x815D 1245-12456-4
-letter \x815E 1-12456-5
-letter \x815F 1-156-5
-letter \x8160 245-12356-5
-letter \x8161 14-25-2
-letter \x8162 12356-4
-letter \x8163 145-16-5
-letter \x8164 1236-3
-letter \x8165 15-13456-3
-letter \x8166 1345-146-4
-letter \x8167 24-34-5
-letter \x8168 12-12456-4
-letter \x8169 1345-1236-4
-letter \x816A 256-5
-letter \x816B 1-12346-4
-letter \x816C 1245-12356-2
-letter \x816D 2346-5
-letter \x816E 15-2456-3
-letter \x816F 124-34-2
-letter \x8170 246-3
-letter \x8171 13-2345-5
-letter \x8172 1246-4
-letter \x8173 13-246-4
-letter \x8174 1256-2
-letter \x8175 13-23456-3
-letter \x8176 145-12456-5
-letter \x8177 135-16-5
-letter \x8178 12-1346-2
-letter \x8179 12345-34-5
-letter \x817A 15-2345-5
-letter \x817B 1345-16-5
-letter \x817C 134-2345-4
-letter \x817D 35-5
-letter \x817E 124-1356-2
-letter \x817F 124-1246-4
-letter \x8180 135-1346-4
-letter \x8181 245-2345-4
-letter \x8182 14-1256-4
-letter \x8183 35-5
-letter \x8184 15-12356-5
-letter \x8185 124-1346-2
-letter \x8186 15-34-5
-letter \x8187 1-1246-5
-letter \x8188 13-2346-2
-letter \x8189 16-5
-letter \x818A 135-126-2
-letter \x818B 14-246-2
-letter \x818C 13-16-2
-letter \x818D 1234-16-2
-letter \x818E 15-346-2
-letter \x818F 13-146-3
-letter \x8190 14-1256-4
-letter \x8191 135-1456-5
-letter \x8192 12356-3
-letter \x8193 12-1346-2
-letter \x8194 14-34-5
-letter \x8195 13-25-2
-letter \x8196 1234-1346-3
-letter \x8197 12-2356-2
-letter \x8198 135-246-3
-letter \x8199 13-46-4
-letter \x819A 12345-34-3
-letter \x819B 124-1346-2
-letter \x819C 134-126-2
-letter \x819D 15-16-3
-letter \x819E 1-12456-3
-letter \x819F 14-1256-5
-letter \x81A0 13-246-3
-letter \x81A1 13456-5
-letter \x81A2 14-1256-2
-letter \x81A3 1-156-5
-letter \x81A4 15-236-4
-letter \x81A5 12-123456-3
-letter \x81A6 14-1456-2
-letter \x81A7 124-12346-2
-letter \x81A8 1234-1356-2
-letter \x81A9 1345-16-5
-letter \x81AA 12-2356-5
-letter \x81AB 14-246-2
-letter \x81AC 245-1246-5
-letter \x81AD 13-1246-3
-letter \x81AE 15-246-3
-letter \x81AF 124-1356-3
-letter \x81B0 12345-1236-2
-letter \x81B1 1-156-2
-letter \x81B2 13-246-3
-letter \x81B3 24-1236-5
-letter \x81B4 1235-34-3
-letter \x81B5 245-1246-5
-letter \x81B6 1245-123456-5
-letter \x81B7 15-46-3
-letter \x81B8 15-1246-4
-letter \x81B9 12345-136-5
-letter \x81BA 13456-3
-letter \x81BB 24-1236-3
-letter \x81BC 1-35-3
-letter \x81BD 145-1236-4
-letter \x81BE 123-2356-5
-letter \x81BF 1345-12346-2
-letter \x81C0 124-123456-2
-letter \x81C1 14-2345-2
-letter \x81C2 135-16-5
-letter \x81C3 235-3
-letter \x81C4 13-236-2
-letter \x81C5 12-34-5
-letter \x81C6 16-5
-letter \x81C7 13-45-4
-letter \x81C8 14-345-5
-letter \x81C9 14-2345-4
-letter \x81CA 15-146-3
-letter \x81CB 124-123456-2
-letter \x81CC 13-34-4
-letter \x81CD 245-16-2
-letter \x81CE 245-1246-5
-letter \x81CF 135-1456-5
-letter \x81D0 15-256-3
-letter \x81D1 1245-34-2
-letter \x81D2 1235-25-5
-letter \x81D3 125-1346-5
-letter \x81D4 15-2345-5
-letter \x81D5 135-246-3
-letter \x81D6 15-13456-5
-letter \x81D7 123-12456-3
-letter \x81D8 14-345-5
-letter \x81D9 2345-3
-letter \x81DA 14-34-2
-letter \x81DB 1235-25-5
-letter \x81DC 125-345-3
-letter \x81DD 14-25-4
-letter \x81DE 245-1256-2
-letter \x81DF 125-1346-5
-letter \x81E0 14-12456-2
-letter \x81E1 1345-16-2
-letter \x81E2 125-1236-3
-letter \x81E3 12-136-2
-letter \x81E4 245-2345-3
-letter \x81E5 25-5
-letter \x81E6 13-456-5
-letter \x81E7 125-1346-3
-letter \x81E8 14-1456-2
-letter \x81E9 13-456-5
-letter \x81EA 125-156-5
-letter \x81EB 13-246-4
-letter \x81EC 1345-346-5
-letter \x81ED 12-12356-5
-letter \x81EE 13-16-5
-letter \x81EF 13-146-3
-letter \x81F0 12-12356-5
-letter \x81F1 134-2345-2
-letter \x81F2 1345-346-5
-letter \x81F3 1-156-5
-letter \x81F4 1-156-5
-letter \x81F5 13-2346-2
-letter \x81F6 13-2345-5
-letter \x81F7 145-346-2
-letter \x81F8 1-156-5
-letter \x81F9 15-234-3
-letter \x81FA 124-2456-2
-letter \x81FB 1-136-3
-letter \x81FC 13-234-5
-letter \x81FD 15-2345-5
-letter \x81FE 1256-2
-letter \x81FF 12-345-3
-letter \x8200 246-4
-letter \x8201 1256-2
-letter \x8202 12-12346-3
-letter \x8203 15-16-5
-letter \x8204 15-16-5
-letter \x8205 13-234-5
-letter \x8206 1256-2
-letter \x8207 1256-4
-letter \x8208 15-13456-3
-letter \x8209 13-1256-4
-letter \x820A 13-234-5
-letter \x820B 15-1456-5
-letter \x820C 24-2346-2
-letter \x820D 24-2346-5
-letter \x820E 24-2346-5
-letter \x820F 13-234-4
-letter \x8210 24-156-5
-letter \x8211 124-1236-3
-letter \x8212 24-34-3
-letter \x8213 24-156-5
-letter \x8214 124-2345-4
-letter \x8215 124-1236-5
-letter \x8216 1234-34-5
-letter \x8217 1234-34-5
-letter \x8218 13-12456-4
-letter \x8219 1235-35-5
-letter \x821A 124-2345-5
-letter \x821B 12-12456-4
-letter \x821C 24-123456-5
-letter \x821D 15-23456-2
-letter \x821E 34-4
-letter \x821F 1-12356-3
-letter \x8220 145-146-3
-letter \x8221 15-46-3
-letter \x8222 24-1236-3
-letter \x8223 16-4
-letter \x8224 12345-1236-2
-letter \x8225 1234-345-3
-letter \x8226 124-2456-5
-letter \x8227 12345-1236-2
-letter \x8228 135-1236-4
-letter \x8229 12-12456-2
-letter \x822A 1235-1346-2
-letter \x822B 12345-1346-4
-letter \x822C 135-1236-3
-letter \x822D 145-16-4
-letter \x822E 14-34-2
-letter \x822F 1-12346-3
-letter \x8230 13-2345-5
-letter \x8231 245-1346-3
-letter \x8232 14-13456-2
-letter \x8233 1-34-2
-letter \x8234 125-2346-2
-letter \x8235 145-25-5
-letter \x8236 135-126-2
-letter \x8237 15-2345-2
-letter \x8238 13-2346-4
-letter \x8239 12-12456-2
-letter \x823A 13-23456-4
-letter \x823B 14-34-2
-letter \x823C 245-235-2
-letter \x823D 1234-1346-2
-letter \x823E 15-16-3
-letter \x823F 1235-35-2
-letter \x8240 12345-34-2
-letter \x8241 125-146-5
-letter \x8242 12345-1356-2
-letter \x8243 14-16-2
-letter \x8244 24-146-3
-letter \x8245 1256-2
-letter \x8246 14-1346-2
-letter \x8247 124-13456-4
-letter \x8248 1256-5
-letter \x8249 1246-4
-letter \x824A 135-126-2
-letter \x824B 134-1356-4
-letter \x824C 1345-2345-5
-letter \x824D 13-1256-3
-letter \x824E 1235-456-2
-letter \x824F 24-12356-4
-letter \x8250 125-12346-3
-letter \x8251 135-2345-5
-letter \x8252 134-146-5
-letter \x8253 145-346-2
-letter \x8254 145-12356-4
-letter \x8255 135-1346-5
-letter \x8256 12-345-3
-letter \x8257 16-5
-letter \x8258 15-146-3
-letter \x8259 245-1346-3
-letter \x825A 245-146-2
-letter \x825B 14-12356-2
-letter \x825C 145-2456-5
-letter \x825D 15-236-4
-letter \x825E 246-5
-letter \x825F 12-12346-3
-letter \x8260 145-1356-3
-letter \x8261 145-1346-3
-letter \x8262 245-46-2
-letter \x8263 14-34-4
-letter \x8264 16-4
-letter \x8265 13-346-5
-letter \x8266 13-2345-5
-letter \x8267 1235-25-5
-letter \x8268 134-1356-2
-letter \x8269 245-16-2
-letter \x826A 14-34-4
-letter \x826B 14-34-2
-letter \x826C 12-1236-2
-letter \x826D 24-456-3
-letter \x826E 13-136-5
-letter \x826F 14-46-2
-letter \x8270 13-2345-3
-letter \x8271 13-2345-3
-letter \x8272 15-2346-5
-letter \x8273 2345-5
-letter \x8274 12345-34-2
-letter \x8275 1234-13456-3
-letter \x8276 2345-5
-letter \x8277 2345-5
-letter \x8278 245-146-4
-letter \x8279 245-146-4
-letter \x827A 16-5
-letter \x827B 14-2346-5
-letter \x827C 124-13456-3
-letter \x827D 13-246-3
-letter \x827E 2456-5
-letter \x827F 1345-2456-4
-letter \x8280 124-246-2
-letter \x8281 13-246-3
-letter \x8282 13-346-2
-letter \x8283 1234-1356-2
-letter \x8284 12456-2
-letter \x8285 16-5
-letter \x8286 12-2456-3
-letter \x8287 134-2345-2
-letter \x8288 134-16-4
-letter \x8289 13-1236-3
-letter \x828A 245-2345-3
-letter \x828B 1256-5
-letter \x828C 1256-5
-letter \x828D 24-146-2
-letter \x828E 245-235-3
-letter \x828F 145-34-5
-letter \x8290 13-23456-5
-letter \x8291 245-16-4
-letter \x8292 134-1346-2
-letter \x8293 125-156-5
-letter \x8294 1235-1246-5
-letter \x8295 15-1246-3
-letter \x8296 1-156-5
-letter \x8297 15-46-3
-letter \x8298 1234-16-2
-letter \x8299 12345-34-2
-letter \x829A 124-123456-2
-letter \x829B 1246-4
-letter \x829C 34-2
-letter \x829D 1-156-3
-letter \x829E 245-16-4
-letter \x829F 24-1236-3
-letter \x82A0 123456-2
-letter \x82A1 245-2345-5
-letter \x82A2 1245-136-2
-letter \x82A3 12345-12356-2
-letter \x82A4 123-12356-3
-letter \x82A5 13-346-5
-letter \x82A6 14-34-2
-letter \x82A7 15-1256-5
-letter \x82A8 13-16-3
-letter \x82A9 245-1456-2
-letter \x82AA 245-16-2
-letter \x82AB 45-2
-letter \x82AC 12345-136-3
-letter \x82AD 135-345-3
-letter \x82AE 1245-1246-5
-letter \x82AF 15-1456-3
-letter \x82B0 13-16-5
-letter \x82B1 1235-35-3
-letter \x82B2 1235-35-3
-letter \x82B3 12345-1346-3
-letter \x82B4 34-5
-letter \x82B5 13-236-2
-letter \x82B6 13-12356-3
-letter \x82B7 1-156-4
-letter \x82B8 256-2
-letter \x82B9 245-1456-2
-letter \x82BA 146-4
-letter \x82BB 12-34-2
-letter \x82BC 134-146-5
-letter \x82BD 23456-2
-letter \x82BE 12345-356-5
-letter \x82BF 1245-1356-2
-letter \x82C0 1235-1346-2
-letter \x82C1 245-12346-3
-letter \x82C2 1456-2
-letter \x82C3 234-4
-letter \x82C4 135-2345-5
-letter \x82C5 16-5
-letter \x82C6 245-346-3
-letter \x82C7 1246-4
-letter \x82C8 14-16-5
-letter \x82C9 1234-16-4
-letter \x82CA 2346-5
-letter \x82CB 15-2345-5
-letter \x82CC 12-1346-2
-letter \x82CD 245-1346-3
-letter \x82CE 1-34-5
-letter \x82CF 15-34-3
-letter \x82D0 16-2
-letter \x82D1 45-5
-letter \x82D2 1245-1236-4
-letter \x82D3 14-13456-2
-letter \x82D4 124-2456-2
-letter \x82D5 124-246-2
-letter \x82D6 145-16-2
-letter \x82D7 134-246-2
-letter \x82D8 245-13456-4
-letter \x82D9 14-16-5
-letter \x82DA 235-5
-letter \x82DB 123-2346-3
-letter \x82DC 134-34-5
-letter \x82DD 1234-356-5
-letter \x82DE 135-146-3
-letter \x82DF 13-12356-4
-letter \x82E0 134-1456-2
-letter \x82E1 16-4
-letter \x82E2 16-4
-letter \x82E3 13-1256-5
-letter \x82E4 1234-16-3
-letter \x82E5 1245-25-5
-letter \x82E6 123-34-4
-letter \x82E7 1-34-5
-letter \x82E8 1345-16-4
-letter \x82E9 135-126-2
-letter \x82EA 135-13456-4
-letter \x82EB 24-1236-3
-letter \x82EC 245-234-2
-letter \x82ED 246-4
-letter \x82EE 15-2345-3
-letter \x82EF 135-136-4
-letter \x82F0 1235-12346-2
-letter \x82F1 13456-3
-letter \x82F2 1-345-4
-letter \x82F3 145-12346-3
-letter \x82F4 13-1256-3
-letter \x82F5 145-346-2
-letter \x82F6 1345-346-2
-letter \x82F7 13-1236-3
-letter \x82F8 1235-34-3
-letter \x82F9 1234-13456-2
-letter \x82FA 134-356-2
-letter \x82FB 12345-34-2
-letter \x82FC 24-1356-3
-letter \x82FD 13-34-3
-letter \x82FE 135-16-5
-letter \x82FF 1246-5
-letter \x8300 12345-34-2
-letter \x8301 1-25-2
-letter \x8302 134-146-5
-letter \x8303 12345-1236-5
-letter \x8304 245-346-2
-letter \x8305 134-146-2
-letter \x8306 134-146-2
-letter \x8307 135-345-2
-letter \x8308 125-156-4
-letter \x8309 134-126-5
-letter \x830A 125-156-3
-letter \x830B 145-16-4
-letter \x830C 12-156-2
-letter \x830D 13-16-2
-letter \x830E 13-13456-3
-letter \x830F 14-12346-2
-letter \x8310 245-12346-3
-letter \x8311 1345-246-4
-letter \x8312 45-2
-letter \x8313 15-236-2
-letter \x8314 13456-2
-letter \x8315 245-235-2
-letter \x8316 13-2346-2
-letter \x8317 134-13456-2
-letter \x8318 14-16-5
-letter \x8319 1245-12346-2
-letter \x831A 1456-5
-letter \x831B 13-136-5
-letter \x831C 245-2345-5
-letter \x831D 12-2456-4
-letter \x831E 12-136-2
-letter \x831F 1256-5
-letter \x8320 15-234-3
-letter \x8321 125-156-5
-letter \x8322 14-346-5
-letter \x8323 34-2
-letter \x8324 13-16-5
-letter \x8325 13-1246-3
-letter \x8326 245-2346-5
-letter \x8327 12-12346-2
-letter \x8328 245-156-2
-letter \x8329 1235-12356-5
-letter \x832A 13-456-3
-letter \x832B 134-1346-2
-letter \x832C 12-345-2
-letter \x832D 13-246-3
-letter \x832E 13-246-3
-letter \x832F 12345-34-2
-letter \x8330 1256-2
-letter \x8331 1-34-3
-letter \x8332 125-156-3
-letter \x8333 13-46-3
-letter \x8334 1235-1246-2
-letter \x8335 1456-3
-letter \x8336 12-345-2
-letter \x8337 12345-345-2
-letter \x8338 1245-12346-2
-letter \x8339 1245-34-2
-letter \x833A 12-12346-3
-letter \x833B 134-1346-4
-letter \x833C 124-12346-2
-letter \x833D 1-12346-5
-letter \x833E 245-2345-3
-letter \x833F 1-34-2
-letter \x8340 15-256-2
-letter \x8341 1235-12456-2
-letter \x8342 123-35-3
-letter \x8343 245-45-2
-letter \x8344 13-2456-3
-letter \x8345 145-345-3
-letter \x8346 13-13456-3
-letter \x8347 15-13456-5
-letter \x8348 12-12456-4
-letter \x8349 245-146-4
-letter \x834A 13-13456-3
-letter \x834B 156-2
-letter \x834C 1236-5
-letter \x834D 245-246-2
-letter \x834E 12-156-2
-letter \x834F 1245-136-4
-letter \x8350 13-2345-5
-letter \x8351 16-2
-letter \x8352 1235-456-3
-letter \x8353 1234-13456-2
-letter \x8354 14-16-5
-letter \x8355 13-1456-3
-letter \x8356 14-146-4
-letter \x8357 24-34-5
-letter \x8358 1-456-3
-letter \x8359 145-345-2
-letter \x835A 13-23456-2
-letter \x835B 1245-146-2
-letter \x835C 135-16-5
-letter \x835D 125-2346-2
-letter \x835E 245-246-2
-letter \x835F 1235-1246-5
-letter \x8360 13-16-5
-letter \x8361 145-1346-5
-letter \x8362 1256-2
-letter \x8363 1245-12346-2
-letter \x8364 1235-123456-3
-letter \x8365 13456-2
-letter \x8366 14-25-5
-letter \x8367 13456-2
-letter \x8368 245-2345-2
-letter \x8369 13-1456-5
-letter \x836A 15-123456-3
-letter \x836B 1456-5
-letter \x836C 134-2456-4
-letter \x836D 1235-12346-2
-letter \x836E 1-12356-5
-letter \x836F 246-5
-letter \x8370 145-34-5
-letter \x8371 1246-4
-letter \x8372 12-34-5
-letter \x8373 145-12356-5
-letter \x8374 12345-34-3
-letter \x8375 1245-136-4
-letter \x8376 1456-2
-letter \x8377 1235-2346-2
-letter \x8378 135-16-2
-letter \x8379 135-34-5
-letter \x837A 256-4
-letter \x837B 145-16-2
-letter \x837C 124-34-2
-letter \x837D 15-1246-3
-letter \x837E 15-1246-3
-letter \x837F 12-1356-2
-letter \x8380 12-136-2
-letter \x8381 34-2
-letter \x8382 135-346-2
-letter \x8383 15-16-3
-letter \x8384 13-1356-4
-letter \x8385 14-16-5
-letter \x8386 1234-34-2
-letter \x8387 1-34-5
-letter \x8388 134-126-5
-letter \x8389 14-16-5
-letter \x838A 1-456-3
-letter \x838B 125-25-2
-letter \x838C 145-25-2
-letter \x838D 245-234-2
-letter \x838E 24-345-3
-letter \x838F 15-25-3
-letter \x8390 12-136-2
-letter \x8391 12345-1356-3
-letter \x8392 13-1256-4
-letter \x8393 134-356-2
-letter \x8394 134-1356-2
-letter \x8395 15-13456-5
-letter \x8396 13-13456-3
-letter \x8397 12-2346-3
-letter \x8398 24-136-3
-letter \x8399 13-256-3
-letter \x839A 2345-2
-letter \x839B 124-13456-2
-letter \x839C 145-246-5
-letter \x839D 245-25-5
-letter \x839E 12456-4
-letter \x839F 1235-1236-5
-letter \x83A0 234-4
-letter \x83A1 245-25-5
-letter \x83A2 13-23456-2
-letter \x83A3 456-2
-letter \x83A4 15-34-5
-letter \x83A5 1345-234-4
-letter \x83A6 24-146-3
-letter \x83A7 15-2345-5
-letter \x83A8 14-1346-5
-letter \x83A9 1234-246-4
-letter \x83AA 2346-2
-letter \x83AB 134-126-5
-letter \x83AC 123456-5
-letter \x83AD 13-346-2
-letter \x83AE 1345-1236-2
-letter \x83AF 134-34-5
-letter \x83B0 123-1236-4
-letter \x83B1 14-2456-2
-letter \x83B2 14-2345-2
-letter \x83B3 24-156-2
-letter \x83B4 25-3
-letter \x83B5 124-34-5
-letter \x83B6 15-2345-3
-letter \x83B7 1235-25-5
-letter \x83B8 234-2
-letter \x83B9 13456-2
-letter \x83BA 13456-3
-letter \x83BB 12356-3
-letter \x83BC 12-123456-2
-letter \x83BD 134-1346-4
-letter \x83BE 134-1346-4
-letter \x83BF 245-156-5
-letter \x83C0 12456-4
-letter \x83C1 13-13456-3
-letter \x83C2 145-16-3
-letter \x83C3 245-1256-2
-letter \x83C4 145-12346-3
-letter \x83C5 13-2345-3
-letter \x83C6 125-12356-3
-letter \x83C7 13-34-3
-letter \x83C8 14-345-3
-letter \x83C9 14-34-5
-letter \x83CA 13-1256-2
-letter \x83CB 1246-5
-letter \x83CC 13-256-5
-letter \x83CD 1345-346-5
-letter \x83CE 123-123456-3
-letter \x83CF 1235-2346-2
-letter \x83D0 1234-34-2
-letter \x83D1 125-156-3
-letter \x83D2 13-146-4
-letter \x83D3 13-25-4
-letter \x83D4 12345-34-2
-letter \x83D5 14-123456-2
-letter \x83D6 12-1346-3
-letter \x83D7 12-12356-2
-letter \x83D8 15-12346-3
-letter \x83D9 12-1246-2
-letter \x83DA 1-1236-5
-letter \x83DB 134-136-2
-letter \x83DC 245-2456-5
-letter \x83DD 135-345-2
-letter \x83DE 14-16-2
-letter \x83DF 124-34-5
-letter \x83E0 135-126-3
-letter \x83E1 1235-1236-5
-letter \x83E2 135-146-5
-letter \x83E3 245-1456-5
-letter \x83E4 13-45-4
-letter \x83E5 15-16-3
-letter \x83E6 245-1456-2
-letter \x83E7 145-16-4
-letter \x83E8 13-346-3
-letter \x83E9 1234-34-2
-letter \x83EA 145-1346-5
-letter \x83EB 13-1456-4
-letter \x83EC 1-146-4
-letter \x83ED 124-2456-2
-letter \x83EE 13-1356-3
-letter \x83EF 1235-35-2
-letter \x83F0 13-34-3
-letter \x83F1 14-13456-2
-letter \x83F2 12345-356-3
-letter \x83F3 13-1456-3
-letter \x83F4 1236-3
-letter \x83F5 456-4
-letter \x83F6 135-1356-4
-letter \x83F7 1-12356-4
-letter \x83F8 2345-3
-letter \x83F9 13-1256-3
-letter \x83FA 13-2345-3
-letter \x83FB 14-1456-4
-letter \x83FC 124-1236-4
-letter \x83FD 24-34-3
-letter \x83FE 124-2345-2
-letter \x83FF 145-146-5
-letter \x8400 1235-34-4
-letter \x8401 245-16-2
-letter \x8402 1235-2346-2
-letter \x8403 245-1246-5
-letter \x8404 124-146-2
-letter \x8405 12-123456-3
-letter \x8406 135-16-5
-letter \x8407 12-1346-2
-letter \x8408 1235-12456-2
-letter \x8409 12345-356-5
-letter \x840A 14-2456-2
-letter \x840B 245-16-3
-letter \x840C 134-1356-2
-letter \x840D 1234-13456-2
-letter \x840E 1246-4
-letter \x840F 145-1236-5
-letter \x8410 24-345-5
-letter \x8411 1235-12456-2
-letter \x8412 2345-4
-letter \x8413 16-2
-letter \x8414 124-246-2
-letter \x8415 245-16-2
-letter \x8416 12456-4
-letter \x8417 245-2346-5
-letter \x8418 1345-2456-5
-letter \x8419 1-136-4
-letter \x841A 124-25-5
-letter \x841B 13-234-3
-letter \x841C 124-346-3
-letter \x841D 14-25-2
-letter \x841E 145-16-5
-letter \x841F 16-5
-letter \x8420 134-1356-2
-letter \x8421 135-126-4
-letter \x8422 1234-146-5
-letter \x8423 145-13456-5
-letter \x8424 13456-2
-letter \x8425 13456-2
-letter \x8426 13456-2
-letter \x8427 15-246-3
-letter \x8428 15-345-5
-letter \x8429 245-234-3
-letter \x842A 123-2346-3
-letter \x842B 15-46-5
-letter \x842C 12456-5
-letter \x842D 1256-4
-letter \x842E 1256-2
-letter \x842F 12345-34-5
-letter \x8430 14-2345-5
-letter \x8431 15-45-3
-letter \x8432 15-45-3
-letter \x8433 1345-1236-2
-letter \x8434 125-2346-2
-letter \x8435 25-3
-letter \x8436 12-123456-3
-letter \x8437 15-246-3
-letter \x8438 1256-2
-letter \x8439 135-2345-3
-letter \x843A 134-146-5
-letter \x843B 1236-3
-letter \x843C 2346-5
-letter \x843D 14-25-5
-letter \x843E 13456-2
-letter \x843F 123-25-5
-letter \x8440 13-35-3
-letter \x8441 13-46-3
-letter \x8442 134-2345-4
-letter \x8443 125-25-5
-letter \x8444 125-25-5
-letter \x8445 13-1256-3
-letter \x8446 135-146-4
-letter \x8447 1245-12356-2
-letter \x8448 15-16-4
-letter \x8449 346-5
-letter \x844A 1236-3
-letter \x844B 245-1256-2
-letter \x844C 13-2345-3
-letter \x844D 12345-34-2
-letter \x844E 14-1256-5
-letter \x844F 13-13456-3
-letter \x8450 1234-136-2
-letter \x8451 12345-1356-3
-letter \x8452 1235-12346-2
-letter \x8453 1235-12346-2
-letter \x8454 1235-12356-2
-letter \x8455 2345-2
-letter \x8456 124-34-2
-letter \x8457 1-2346-1
-letter \x8458 125-156-3
-letter \x8459 15-46-3
-letter \x845A 24-136-5
-letter \x845B 13-2346-4
-letter \x845C 245-23456-3
-letter \x845D 245-13456-2
-letter \x845E 134-16-4
-letter \x845F 1235-456-2
-letter \x8460 24-136-3
-letter \x8461 1234-34-2
-letter \x8462 13-2456-5
-letter \x8463 145-12346-4
-letter \x8464 1-12356-5
-letter \x8465 245-2345-2
-letter \x8466 1246-4
-letter \x8467 135-126-2
-letter \x8468 1246-3
-letter \x8469 1234-345-3
-letter \x846A 13-16-5
-letter \x846B 1235-34-2
-letter \x846C 125-1346-5
-letter \x846D 13-23456-3
-letter \x846E 145-12456-5
-letter \x846F 246-5
-letter \x8470 15-1246-3
-letter \x8471 245-12346-3
-letter \x8472 245-45-2
-letter \x8473 1246-3
-letter \x8474 1-136-3
-letter \x8475 123-1246-2
-letter \x8476 124-13456-2
-letter \x8477 1235-123456-3
-letter \x8478 15-16-4
-letter \x8479 24-156-3
-letter \x847A 245-16-5
-letter \x847B 14-1236-2
-letter \x847C 125-12346-3
-letter \x847D 246-3
-letter \x847E 45-3
-letter \x847F 134-356-2
-letter \x8480 256-3
-letter \x8481 24-34-5
-letter \x8482 145-16-5
-letter \x8483 1-12456-5
-letter \x8484 13-12456-3
-letter \x8485 1245-1236-4
-letter \x8486 15-236-3
-letter \x8487 12-1236-4
-letter \x8488 123-2456-4
-letter \x8489 123-1246-5
-letter \x848A 1235-35-3
-letter \x848B 13-46-4
-letter \x848C 14-12356-2
-letter \x848D 1246-4
-letter \x848E 124-2456-5
-letter \x848F 234-4
-letter \x8490 15-12356-3
-letter \x8491 1456-3
-letter \x8492 24-156-3
-letter \x8493 12-123456-2
-letter \x8494 24-156-2
-letter \x8495 256-3
-letter \x8496 1-136-3
-letter \x8497 14-1346-5
-letter \x8498 1245-34-2
-letter \x8499 134-1356-2
-letter \x849A 1235-2346-2
-letter \x849B 245-236-3
-letter \x849C 15-12456-5
-letter \x849D 45-2
-letter \x849E 14-16-5
-letter \x849F 13-1256-4
-letter \x84A0 15-16-2
-letter \x84A1 135-1346-5
-letter \x84A2 12-34-2
-letter \x84A3 15-1256-2
-letter \x84A4 124-34-2
-letter \x84A5 14-234-2
-letter \x84A6 25-5
-letter \x84A7 1-136-3
-letter \x84A8 245-2345-5
-letter \x84A9 125-34-3
-letter \x84AA 1234-126-5
-letter \x84AB 245-25-3
-letter \x84AC 45-3
-letter \x84AD 12-34-2
-letter \x84AE 1256-5
-letter \x84AF 123-2356-4
-letter \x84B0 1234-1236-2
-letter \x84B1 1234-34-2
-letter \x84B2 1234-34-2
-letter \x84B3 1345-345-5
-letter \x84B4 24-25-5
-letter \x84B5 15-16-3
-letter \x84B6 12345-136-2
-letter \x84B7 256-2
-letter \x84B8 1-1356-3
-letter \x84B9 13-2345-3
-letter \x84BA 13-16-2
-letter \x84BB 1245-25-5
-letter \x84BC 245-1346-3
-letter \x84BD 136-3
-letter \x84BE 134-16-2
-letter \x84BF 1235-146-3
-letter \x84C0 15-123456-3
-letter \x84C1 1-136-3
-letter \x84C2 134-13456-2
-letter \x84C3 1235-25-5
-letter \x84C4 15-1256-5
-letter \x84C5 14-234-2
-letter \x84C6 15-16-2
-letter \x84C7 13-34-4
-letter \x84C8 14-1346-2
-letter \x84C9 1245-12346-2
-letter \x84CA 12346-4
-letter \x84CB 13-2456-5
-letter \x84CC 245-25-5
-letter \x84CD 24-156-3
-letter \x84CE 124-1346-2
-letter \x84CF 14-25-4
-letter \x84D0 1245-34-5
-letter \x84D1 15-25-3
-letter \x84D2 15-2345-3
-letter \x84D3 135-356-5
-letter \x84D4 246-4
-letter \x84D5 13-1246-5
-letter \x84D6 135-16-5
-letter \x84D7 125-12346-4
-letter \x84D8 13-123456-4
-letter \x84D9 125-25-5
-letter \x84DA 15-234-3
-letter \x84DB 245-2346-5
-letter \x84DC 1234-356-5
-letter \x84DD 14-1236-2
-letter \x84DE 145-1236-5
-letter \x84DF 13-16-5
-letter \x84E0 14-16-2
-letter \x84E1 245-1236-3
-letter \x84E2 14-1346-2
-letter \x84E3 1256-5
-letter \x84E4 14-13456-2
-letter \x84E5 13456-2
-letter \x84E6 134-126-5
-letter \x84E7 145-246-5
-letter \x84E8 124-246-3
-letter \x84E9 134-146-5
-letter \x84EA 124-12346-3
-letter \x84EB 1-34-2
-letter \x84EC 1234-1356-2
-letter \x84ED 1236-3
-letter \x84EE 14-2345-2
-letter \x84EF 245-12346-3
-letter \x84F0 15-16-4
-letter \x84F1 1234-13456-2
-letter \x84F2 12356-3
-letter \x84F3 13-1456-5
-letter \x84F4 12-123456-2
-letter \x84F5 13-346-2
-letter \x84F6 1246-2
-letter \x84F7 124-1246-3
-letter \x84F8 245-146-2
-letter \x84F9 1256-5
-letter \x84FA 16-5
-letter \x84FB 13-16-2
-letter \x84FC 14-246-4
-letter \x84FD 135-16-5
-letter \x84FE 14-34-4
-letter \x84FF 15-1256-4
-letter \x8500 135-34-5
-letter \x8501 1-1346-3
-letter \x8502 14-356-2
-letter \x8503 13-46-5
-letter \x8504 134-1236-5
-letter \x8505 2345-2
-letter \x8506 14-13456-2
-letter \x8507 13-16-5
-letter \x8508 135-246-3
-letter \x8509 13-123456-4
-letter \x850A 1235-1236-4
-letter \x850B 145-16-2
-letter \x850C 15-34-5
-letter \x850D 14-34-5
-letter \x850E 24-2346-5
-letter \x850F 24-1346-3
-letter \x8510 145-16-2
-letter \x8511 134-346-5
-letter \x8512 15-256-3
-letter \x8513 134-1236-5
-letter \x8514 135-126-1
-letter \x8515 145-16-5
-letter \x8516 245-25-2
-letter \x8517 1-2346-5
-letter \x8518 15-136-3
-letter \x8519 15-45-5
-letter \x851A 1246-5
-letter \x851B 1235-34-2
-letter \x851C 146-2
-letter \x851D 134-16-4
-letter \x851E 14-12356-2
-letter \x851F 245-34-5
-letter \x8520 1-12346-3
-letter \x8521 245-2456-5
-letter \x8522 1234-126-2
-letter \x8523 13-46-4
-letter \x8524 134-16-5
-letter \x8525 245-12346-3
-letter \x8526 1345-246-4
-letter \x8527 1235-1246-5
-letter \x8528 13-256-5
-letter \x8529 1456-2
-letter \x852A 13-2345-3
-letter \x852B 2345-3
-letter \x852C 24-34-3
-letter \x852D 1456-5
-letter \x852E 123-1246-5
-letter \x852F 12-136-2
-letter \x8530 1235-34-5
-letter \x8531 24-345-3
-letter \x8532 123-12356-5
-letter \x8533 245-2345-5
-letter \x8534 134-345-2
-letter \x8535 125-1346-3
-letter \x8536 125-2346-2
-letter \x8537 245-46-2
-letter \x8538 145-12356-3
-letter \x8539 14-2345-4
-letter \x853A 14-1456-5
-letter \x853B 123-12356-5
-letter \x853C 2456-4
-letter \x853D 135-16-5
-letter \x853E 14-16-2
-letter \x853F 1246-2
-letter \x8540 13-16-2
-letter \x8541 245-2345-2
-letter \x8542 24-1356-5
-letter \x8543 12345-1236-3
-letter \x8544 134-1356-2
-letter \x8545 12356-4
-letter \x8546 12-1236-4
-letter \x8547 145-2345-4
-letter \x8548 15-256-5
-letter \x8549 13-246-3
-letter \x854A 1245-1246-4
-letter \x854B 1245-1246-4
-letter \x854C 14-356-4
-letter \x854D 1256-2
-letter \x854E 245-246-2
-letter \x854F 12-34-2
-letter \x8550 1235-35-2
-letter \x8551 13-2345-3
-letter \x8552 134-2456-4
-letter \x8553 256-2
-letter \x8554 135-146-3
-letter \x8555 234-2
-letter \x8556 245-1256-2
-letter \x8557 14-34-5
-letter \x8558 1245-146-2
-letter \x8559 1235-1246-5
-letter \x855A 2346-5
-letter \x855B 124-16-2
-letter \x855C 12345-356-4
-letter \x855D 13-236-2
-letter \x855E 125-1246-5
-letter \x855F 12345-345-5
-letter \x8560 1345-34-2
-letter \x8561 12345-136-2
-letter \x8562 123-1246-5
-letter \x8563 24-123456-5
-letter \x8564 1245-1246-2
-letter \x8565 23456-4
-letter \x8566 15-1256-3
-letter \x8567 12345-34-5
-letter \x8568 13-236-2
-letter \x8569 145-1346-5
-letter \x856A 34-2
-letter \x856B 145-12346-4
-letter \x856C 15-156-3
-letter \x856D 15-246-3
-letter \x856E 15-16-5
-letter \x856F 14-12346-2
-letter \x8570 256-5
-letter \x8571 24-146-3
-letter \x8572 245-16-2
-letter \x8573 13-2345-3
-letter \x8574 256-5
-letter \x8575 15-123456-3
-letter \x8576 14-13456-2
-letter \x8577 1256-5
-letter \x8578 15-23456-2
-letter \x8579 2346-5
-letter \x857A 13-16-2
-letter \x857B 1235-12346-2
-letter \x857C 15-156-5
-letter \x857D 1345-12346-2
-letter \x857E 14-356-4
-letter \x857F 15-45-3
-letter \x8580 256-5
-letter \x8581 1256-5
-letter \x8582 15-16-2
-letter \x8583 1235-146-5
-letter \x8584 135-126-2
-letter \x8585 1235-146-3
-letter \x8586 2456-5
-letter \x8587 1246-3
-letter \x8588 1235-1246-5
-letter \x8589 1235-1246-5
-letter \x858A 13-16-5
-letter \x858B 245-156-2
-letter \x858C 15-46-3
-letter \x858D 12456-5
-letter \x858E 134-346-5
-letter \x858F 16-5
-letter \x8590 14-1356-2
-letter \x8591 13-46-3
-letter \x8592 245-1236-5
-letter \x8593 24-136-3
-letter \x8594 245-46-2
-letter \x8595 14-2345-2
-letter \x8596 123-2346-3
-letter \x8597 45-2
-letter \x8598 145-345-2
-letter \x8599 124-16-5
-letter \x859A 124-1346-2
-letter \x859B 15-236-3
-letter \x859C 135-16-5
-letter \x859D 1-1236-3
-letter \x859E 15-123456-3
-letter \x859F 15-2345-3
-letter \x85A0 12345-1236-2
-letter \x85A1 145-13456-4
-letter \x85A2 15-346-5
-letter \x85A3 13-34-4
-letter \x85A4 15-346-5
-letter \x85A5 24-34-4
-letter \x85A6 13-2345-5
-letter \x85A7 1235-146-3
-letter \x85A8 1235-12346-3
-letter \x85A9 15-345-5
-letter \x85AA 15-1456-3
-letter \x85AB 15-256-3
-letter \x85AC 246-5
-letter \x85AD 2356-5
-letter \x85AE 15-12356-4
-letter \x85AF 24-34-4
-letter \x85B0 15-256-3
-letter \x85B1 145-1246-5
-letter \x85B2 1234-1456-2
-letter \x85B3 1246-4
-letter \x85B4 1345-13456-2
-letter \x85B5 12-12356-2
-letter \x85B6 134-2456-2
-letter \x85B7 1245-34-2
-letter \x85B8 1234-246-2
-letter \x85B9 124-2456-2
-letter \x85BA 13-16-5
-letter \x85BB 125-146-4
-letter \x85BC 12-136-2
-letter \x85BD 1-136-3
-letter \x85BE 156-4
-letter \x85BF 1345-16-4
-letter \x85C0 13456-2
-letter \x85C1 13-146-4
-letter \x85C2 245-12346-2
-letter \x85C3 15-246-3
-letter \x85C4 245-16-2
-letter \x85C5 12345-345-2
-letter \x85C6 13-2345-4
-letter \x85C7 15-1256-5
-letter \x85C8 123-1246-3
-letter \x85C9 13-346-5
-letter \x85CA 135-2345-4
-letter \x85CB 145-246-5
-letter \x85CC 134-16-5
-letter \x85CD 14-1236-2
-letter \x85CE 13-1456-5
-letter \x85CF 245-1346-2
-letter \x85D0 134-246-4
-letter \x85D1 245-235-2
-letter \x85D2 245-346-5
-letter \x85D3 15-2345-4
-letter \x85D4 14-246-2
-letter \x85D5 12356-4
-letter \x85D6 15-2345-2
-letter \x85D7 15-34-5
-letter \x85D8 14-1256-2
-letter \x85D9 16-5
-letter \x85DA 15-1256-5
-letter \x85DB 15-346-4
-letter \x85DC 14-16-2
-letter \x85DD 16-5
-letter \x85DE 14-345-4
-letter \x85DF 14-356-4
-letter \x85E0 15-246-5
-letter \x85E1 145-16-2
-letter \x85E2 1-156-4
-letter \x85E3 135-356-3
-letter \x85E4 124-1356-2
-letter \x85E5 246-5
-letter \x85E6 134-126-5
-letter \x85E7 1235-12456-4
-letter \x85E8 135-246-3
-letter \x85E9 12345-1236-2
-letter \x85EA 15-12356-4
-letter \x85EB 124-1236-2
-letter \x85EC 124-1246-3
-letter \x85ED 245-235-2
-letter \x85EE 245-246-2
-letter \x85EF 1246-5
-letter \x85F0 14-234-2
-letter \x85F1 1235-1246-5
-letter \x85F2 12356-3
-letter \x85F3 13-146-4
-letter \x85F4 256-5
-letter \x85F5 135-146-4
-letter \x85F6 14-16-5
-letter \x85F7 24-34-4
-letter \x85F8 12-34-2
-letter \x85F9 2456-4
-letter \x85FA 14-1456-5
-letter \x85FB 125-146-4
-letter \x85FC 15-45-3
-letter \x85FD 12-136-5
-letter \x85FE 14-2456-5
-letter \x85FF 1235-25-5
-letter \x8600 124-25-5
-letter \x8601 34-5
-letter \x8602 1245-1246-4
-letter \x8603 1245-1246-4
-letter \x8604 245-16-2
-letter \x8605 1235-1356-2
-letter \x8606 14-34-2
-letter \x8607 15-34-3
-letter \x8608 124-1246-2
-letter \x8609 134-1346-2
-letter \x860A 256-5
-letter \x860B 1234-13456-2
-letter \x860C 1256-4
-letter \x860D 15-256-3
-letter \x860E 13-16-5
-letter \x860F 13-235-3
-letter \x8610 15-45-3
-letter \x8611 134-126-2
-letter \x8612 245-234-3
-letter \x8613 15-34-3
-letter \x8614 13-235-3
-letter \x8615 12345-1356-5
-letter \x8616 1345-346-5
-letter \x8617 135-126-5
-letter \x8618 1245-1346-2
-letter \x8619 16-5
-letter \x861A 15-2345-4
-letter \x861B 1256-5
-letter \x861C 13-1256-2
-letter \x861D 14-2345-5
-letter \x861E 14-2345-2
-letter \x861F 1456-4
-letter \x8620 245-46-2
-letter \x8621 13456-3
-letter \x8622 14-12346-2
-letter \x8623 124-12356-4
-letter \x8624 1246-4
-letter \x8625 236-5
-letter \x8626 14-13456-2
-letter \x8627 245-1256-2
-letter \x8628 246-2
-letter \x8629 12345-1236-2
-letter \x862A 134-16-2
-letter \x862B 14-1236-2
-letter \x862C 123-1246-3
-letter \x862D 14-1236-2
-letter \x862E 13-16-5
-letter \x862F 145-1346-5
-letter \x8630 12456-5
-letter \x8631 14-356-5
-letter \x8632 14-356-2
-letter \x8633 1235-1246-3
-letter \x8634 12345-1356-3
-letter \x8635 1-156-2
-letter \x8636 1246-5
-letter \x8637 123-1246-2
-letter \x8638 1-1236-5
-letter \x8639 1235-2356-2
-letter \x863A 14-16-2
-letter \x863B 13-16-5
-letter \x863C 134-16-2
-letter \x863D 14-356-4
-letter \x863E 1235-2356-5
-letter \x863F 14-25-2
-letter \x8640 13-16-3
-letter \x8641 123-1246-2
-letter \x8642 14-34-5
-letter \x8643 13-2345-3
-letter \x8644 15-345-5
-letter \x8645 124-1356-2
-letter \x8646 14-356-2
-letter \x8647 245-45-4
-letter \x8648 15-246-3
-letter \x8649 16-5
-letter \x864A 14-12456-2
-letter \x864B 134-136-2
-letter \x864C 135-346-3
-letter \x864D 1235-34-3
-letter \x864E 1235-34-4
-letter \x864F 14-34-4
-letter \x8650 1345-236-5
-letter \x8651 14-1256-5
-letter \x8652 15-156-3
-letter \x8653 15-246-3
-letter \x8654 245-2345-2
-letter \x8655 12-34-5
-letter \x8656 1235-34-3
-letter \x8657 15-1256-3
-letter \x8658 245-25-2
-letter \x8659 12345-34-2
-letter \x865A 15-1256-3
-letter \x865B 15-1256-3
-letter \x865C 14-34-4
-letter \x865D 1235-34-4
-letter \x865E 1256-2
-letter \x865F 1235-146-5
-letter \x8660 13-246-4
-letter \x8661 13-1256-5
-letter \x8662 13-25-2
-letter \x8663 135-146-5
-letter \x8664 2345-2
-letter \x8665 1-1236-5
-letter \x8666 1-1236-5
-letter \x8667 123-1246-3
-letter \x8668 135-1236-3
-letter \x8669 15-16-5
-letter \x866A 24-34-2
-letter \x866B 1235-1246-4
-letter \x866C 245-234-2
-letter \x866D 145-246-3
-letter \x866E 13-16-4
-letter \x866F 245-234-2
-letter \x8670 145-13456-3
-letter \x8671 24-156-3
-letter \x8672 15-23456-3
-letter \x8673 145-16-5
-letter \x8674 1-2346-2
-letter \x8675 24-2346-2
-letter \x8676 1256-3
-letter \x8677 13-1236-3
-letter \x8678 125-156-4
-letter \x8679 1235-12346-2
-letter \x867A 1235-1246-4
-letter \x867B 134-1356-2
-letter \x867C 13-2346-5
-letter \x867D 15-1246-3
-letter \x867E 15-23456-3
-letter \x867F 12-2456-5
-letter \x8680 24-156-2
-letter \x8681 16-4
-letter \x8682 134-345-4
-letter \x8683 15-46-5
-letter \x8684 12345-1346-3
-letter \x8685 2346-5
-letter \x8686 135-345-3
-letter \x8687 12-156-4
-letter \x8688 245-2345-3
-letter \x8689 123456-2
-letter \x868A 123456-2
-letter \x868B 1245-1246-5
-letter \x868C 135-1346-5
-letter \x868D 1234-16-2
-letter \x868E 236-5
-letter \x868F 236-5
-letter \x8690 13-256-3
-letter \x8691 245-16-2
-letter \x8692 124-12346-2
-letter \x8693 1456-4
-letter \x8694 245-16-2
-letter \x8695 124-2345-4
-letter \x8696 45-2
-letter \x8697 13-236-2
-letter \x8698 1235-1246-2
-letter \x8699 245-1456-2
-letter \x869A 245-16-2
-letter \x869B 1-12346-5
-letter \x869C 23456-2
-letter \x869D 1234-146-2
-letter \x869E 134-34-5
-letter \x869F 456-2
-letter \x86A0 12345-136-2
-letter \x86A1 12345-136-2
-letter \x86A2 1235-1346-2
-letter \x86A3 13-12346-3
-letter \x86A4 125-146-4
-letter \x86A5 12345-34-4
-letter \x86A6 1245-1236-2
-letter \x86A7 13-346-5
-letter \x86A8 12345-34-2
-letter \x86A9 12-156-3
-letter \x86AA 145-12356-4
-letter \x86AB 1234-246-2
-letter \x86AC 15-45-4
-letter \x86AD 1345-16-2
-letter \x86AE 124-2346-5
-letter \x86AF 245-234-3
-letter \x86B0 234-2
-letter \x86B1 1-345-5
-letter \x86B2 1234-13456-2
-letter \x86B3 12-156-2
-letter \x86B4 234-5
-letter \x86B5 1235-2346-2
-letter \x86B6 1235-1236-3
-letter \x86B7 13-1256-5
-letter \x86B8 14-16-5
-letter \x86B9 12345-34-5
-letter \x86BA 1245-1236-2
-letter \x86BB 1-345-2
-letter \x86BC 13-12356-4
-letter \x86BD 1234-16-2
-letter \x86BE 135-126-4
-letter \x86BF 15-2345-2
-letter \x86C0 1-34-5
-letter \x86C1 145-246-3
-letter \x86C2 135-346-2
-letter \x86C3 135-13456-4
-letter \x86C4 13-34-3
-letter \x86C5 1-1236-3
-letter \x86C6 245-1256-3
-letter \x86C7 24-2346-2
-letter \x86C8 124-346-4
-letter \x86C9 14-13456-2
-letter \x86CA 13-34-4
-letter \x86CB 145-1236-5
-letter \x86CC 13-34-4
-letter \x86CD 13456-2
-letter \x86CE 14-16-5
-letter \x86CF 12-1356-3
-letter \x86D0 245-1256-3
-letter \x86D1 134-12356-2
-letter \x86D2 13-2346-2
-letter \x86D3 245-156-5
-letter \x86D4 1235-1246-2
-letter \x86D5 1235-1246-2
-letter \x86D6 134-1346-2
-letter \x86D7 12345-34-5
-letter \x86D8 46-2
-letter \x86D9 35-3
-letter \x86DA 14-346-5
-letter \x86DB 1-34-3
-letter \x86DC 16-3
-letter \x86DD 15-2345-2
-letter \x86DE 123-25-5
-letter \x86DF 13-246-3
-letter \x86E0 14-16-5
-letter \x86E1 16-5
-letter \x86E2 1234-13456-2
-letter \x86E3 13-346-2
-letter \x86E4 13-2346-2
-letter \x86E5 24-2346-2
-letter \x86E6 124-16-2
-letter \x86E7 456-4
-letter \x86E8 134-126-5
-letter \x86E9 245-235-2
-letter \x86EA 245-346-5
-letter \x86EB 13-1246-4
-letter \x86EC 13-12346-4
-letter \x86ED 1-156-5
-letter \x86EE 134-1236-2
-letter \x86EF 14-146-4
-letter \x86F0 1-156-2
-letter \x86F1 13-23456-2
-letter \x86F2 1345-146-2
-letter \x86F3 15-156-3
-letter \x86F4 245-16-2
-letter \x86F5 15-13456-3
-letter \x86F6 14-346-5
-letter \x86F7 245-234-2
-letter \x86F8 15-246-3
-letter \x86F9 235-4
-letter \x86FA 13-23456-2
-letter \x86FB 124-1246-5
-letter \x86FC 12-2346-3
-letter \x86FD 135-2456-5
-letter \x86FE 2346-2
-letter \x86FF 1235-1236-5
-letter \x8700 24-34-4
-letter \x8701 15-45-2
-letter \x8702 12345-1356-3
-letter \x8703 24-136-5
-letter \x8704 1-136-5
-letter \x8705 12345-34-4
-letter \x8706 15-2345-4
-letter \x8707 1-2346-2
-letter \x8708 34-2
-letter \x8709 12345-34-2
-letter \x870A 14-16-2
-letter \x870B 14-1346-2
-letter \x870C 135-16-5
-letter \x870D 12-34-2
-letter \x870E 45-3
-letter \x870F 234-4
-letter \x8710 13-346-2
-letter \x8711 145-1236-5
-letter \x8712 2345-2
-letter \x8713 124-13456-2
-letter \x8714 145-2345-5
-letter \x8715 124-1246-5
-letter \x8716 1235-1246-2
-letter \x8717 13-35-3
-letter \x8718 1-156-3
-letter \x8719 15-12346-3
-letter \x871A 12345-356-4
-letter \x871B 13-1256-3
-letter \x871C 134-16-5
-letter \x871D 245-16-2
-letter \x871E 245-16-2
-letter \x871F 1256-5
-letter \x8720 13-256-5
-letter \x8721 14-345-5
-letter \x8722 134-1356-4
-letter \x8723 245-46-3
-letter \x8724 15-156-3
-letter \x8725 15-16-3
-letter \x8726 14-123456-2
-letter \x8727 14-16-5
-letter \x8728 145-346-2
-letter \x8729 124-246-2
-letter \x872A 124-146-2
-letter \x872B 123-123456-3
-letter \x872C 1235-1236-2
-letter \x872D 1235-1236-5
-letter \x872E 1256-5
-letter \x872F 135-1346-5
-letter \x8730 12345-356-2
-letter \x8731 1234-16-2
-letter \x8732 1246-3
-letter \x8733 145-123456-3
-letter \x8734 16-5
-letter \x8735 45-3
-letter \x8736 15-34-5
-letter \x8737 245-45-2
-letter \x8738 245-2345-4
-letter \x8739 1245-1246-5
-letter \x873A 1345-16-2
-letter \x873B 245-13456-3
-letter \x873C 1246-5
-letter \x873D 14-46-4
-letter \x873E 13-25-4
-letter \x873F 12456-3
-letter \x8740 145-12346-3
-letter \x8741 2346-5
-letter \x8742 135-1236-4
-letter \x8743 145-16-5
-letter \x8744 456-4
-letter \x8745 245-1236-2
-letter \x8746 46-4
-letter \x8747 13456-2
-letter \x8748 13-25-3
-letter \x8749 12-1236-2
-letter \x874A 145-13456-5
-letter \x874B 14-345-5
-letter \x874C 123-2346-3
-letter \x874D 13-16-2
-letter \x874E 15-346-3
-letter \x874F 124-13456-2
-letter \x8750 134-146-5
-letter \x8751 15-1256-3
-letter \x8752 134-2345-2
-letter \x8753 1256-2
-letter \x8754 13-346-3
-letter \x8755 24-156-2
-letter \x8756 15-45-3
-letter \x8757 1235-456-2
-letter \x8758 2345-4
-letter \x8759 135-2345-3
-letter \x875A 1245-12356-2
-letter \x875B 1246-3
-letter \x875C 12345-34-5
-letter \x875D 45-2
-letter \x875E 134-356-5
-letter \x875F 1246-5
-letter \x8760 12345-34-2
-letter \x8761 1245-12456-4
-letter \x8762 15-346-2
-letter \x8763 234-2
-letter \x8764 245-234-2
-letter \x8765 134-146-2
-letter \x8766 15-23456-3
-letter \x8767 13456-3
-letter \x8768 24-156-3
-letter \x8769 12-12346-2
-letter \x876A 124-1346-3
-letter \x876B 1-34-3
-letter \x876C 125-12346-3
-letter \x876D 124-16-2
-letter \x876E 12345-34-5
-letter \x876F 45-2
-letter \x8770 1235-1246-4
-letter \x8771 134-1356-2
-letter \x8772 14-345-5
-letter \x8773 145-2456-5
-letter \x8774 1235-34-2
-letter \x8775 245-234-3
-letter \x8776 145-346-2
-letter \x8777 14-16-5
-letter \x8778 13-35-3
-letter \x8779 256-3
-letter \x877A 13-1256-4
-letter \x877B 1345-1236-4
-letter \x877C 14-12356-2
-letter \x877D 12-123456-3
-letter \x877E 1245-12346-2
-letter \x877F 13456-2
-letter \x8780 13-46-3
-letter \x8781 124-1246-5
-letter \x8782 14-1346-2
-letter \x8783 1234-1346-2
-letter \x8784 15-156-3
-letter \x8785 15-16-3
-letter \x8786 245-156-5
-letter \x8787 15-16-3
-letter \x8788 45-2
-letter \x8789 12346-3
-letter \x878A 14-2345-2
-letter \x878B 15-12356-3
-letter \x878C 135-1236-3
-letter \x878D 1245-12346-2
-letter \x878E 1245-12346-2
-letter \x878F 13-16-2
-letter \x8790 34-3
-letter \x8791 15-234-5
-letter \x8792 1235-1236-5
-letter \x8793 245-1456-2
-letter \x8794 16-2
-letter \x8795 135-16-3
-letter \x8796 1235-35-2
-letter \x8797 124-1346-2
-letter \x8798 16-4
-letter \x8799 145-34-5
-letter \x879A 1345-2456-5
-letter \x879B 1235-2346-2
-letter \x879C 1235-34-2
-letter \x879D 1235-1246-5
-letter \x879E 134-345-4
-letter \x879F 134-13456-2
-letter \x87A0 16-5
-letter \x87A1 123456-2
-letter \x87A2 13456-2
-letter \x87A3 124-1356-2
-letter \x87A4 1-12346-3
-letter \x87A5 245-1346-3
-letter \x87A6 15-146-3
-letter \x87A7 245-16-4
-letter \x87A8 134-1236-4
-letter \x87A9 124-246-2
-letter \x87AA 24-1346-3
-letter \x87AB 24-156-5
-letter \x87AC 245-146-2
-letter \x87AD 12-156-3
-letter \x87AE 145-16-5
-letter \x87AF 146-2
-letter \x87B0 14-34-5
-letter \x87B1 1246-5
-letter \x87B2 1-156-5
-letter \x87B3 124-1346-2
-letter \x87B4 12-136-2
-letter \x87B5 1234-246-3
-letter \x87B6 245-1256-2
-letter \x87B7 1234-16-2
-letter \x87B8 1256-2
-letter \x87B9 13-2345-5
-letter \x87BA 14-25-2
-letter \x87BB 14-12356-2
-letter \x87BC 245-1456-4
-letter \x87BD 1-12346-3
-letter \x87BE 1456-4
-letter \x87BF 13-46-3
-letter \x87C0 24-2356-5
-letter \x87C1 123456-2
-letter \x87C2 13-246-3
-letter \x87C3 12456-5
-letter \x87C4 1-2346-2
-letter \x87C5 1-2346-5
-letter \x87C6 134-345-1
-letter \x87C7 134-345-2
-letter \x87C8 13-25-3
-letter \x87C9 14-234-2
-letter \x87CA 134-146-2
-letter \x87CB 15-16-3
-letter \x87CC 245-12346-3
-letter \x87CD 14-16-2
-letter \x87CE 134-1236-4
-letter \x87CF 15-246-3
-letter \x87D0 12-1346-2
-letter \x87D1 1-1346-3
-letter \x87D2 134-1346-4
-letter \x87D3 15-46-5
-letter \x87D4 134-126-5
-letter \x87D5 125-1246-3
-letter \x87D6 15-156-3
-letter \x87D7 245-234-3
-letter \x87D8 124-2346-5
-letter \x87D9 1-156-2
-letter \x87DA 1234-1356-2
-letter \x87DB 1234-1356-2
-letter \x87DC 13-246-4
-letter \x87DD 245-1256-2
-letter \x87DE 135-346-2
-letter \x87DF 14-246-2
-letter \x87E0 1234-1236-2
-letter \x87E1 13-1246-4
-letter \x87E2 15-16-4
-letter \x87E3 13-16-4
-letter \x87E4 1-12456-3
-letter \x87E5 1235-456-2
-letter \x87E6 12345-356-5
-letter \x87E7 14-146-2
-letter \x87E8 13-236-2
-letter \x87E9 13-236-2
-letter \x87EA 1235-1246-5
-letter \x87EB 1456-2
-letter \x87EC 12-1236-2
-letter \x87ED 13-246-3
-letter \x87EE 24-1236-5
-letter \x87EF 1345-146-2
-letter \x87F0 15-246-3
-letter \x87F1 34-2
-letter \x87F2 12-12346-2
-letter \x87F3 15-256-2
-letter \x87F4 15-156-3
-letter \x87F5 12-34-2
-letter \x87F6 12-1356-3
-letter \x87F7 145-1346-3
-letter \x87F8 14-16-4
-letter \x87F9 15-346-5
-letter \x87FA 24-1236-5
-letter \x87FB 16-4
-letter \x87FC 13-13456-4
-letter \x87FD 145-345-2
-letter \x87FE 12-1236-2
-letter \x87FF 245-16-5
-letter \x8800 245-156-3
-letter \x8801 15-46-5
-letter \x8802 24-2346-5
-letter \x8803 14-25-4
-letter \x8804 245-1456-2
-letter \x8805 13456-2
-letter \x8806 12-2456-5
-letter \x8807 14-16-5
-letter \x8808 125-2346-2
-letter \x8809 15-45-3
-letter \x880A 14-2345-2
-letter \x880B 1-34-2
-letter \x880C 125-2346-2
-letter \x880D 15-346-3
-letter \x880E 134-1346-4
-letter \x880F 15-346-5
-letter \x8810 245-16-2
-letter \x8811 1245-12346-2
-letter \x8812 13-2345-4
-letter \x8813 134-1356-4
-letter \x8814 1235-146-2
-letter \x8815 1245-34-2
-letter \x8816 1235-25-5
-letter \x8817 1-25-2
-letter \x8818 13-346-2
-letter \x8819 135-1456-3
-letter \x881A 1235-2346-5
-letter \x881B 134-346-5
-letter \x881C 12345-1236-2
-letter \x881D 14-356-2
-letter \x881E 13-346-2
-letter \x881F 14-345-5
-letter \x8820 134-16-5
-letter \x8821 14-16-2
-letter \x8822 12-123456-4
-letter \x8823 14-16-5
-letter \x8824 245-234-3
-letter \x8825 1345-346-5
-letter \x8826 14-34-2
-letter \x8827 145-34-5
-letter \x8828 15-246-3
-letter \x8829 1-34-3
-letter \x882A 14-12346-2
-letter \x882B 14-16-5
-letter \x882C 14-12346-2
-letter \x882D 12345-1356-3
-letter \x882E 346-3
-letter \x882F 1234-16-2
-letter \x8830 1345-1346-2
-letter \x8831 13-34-4
-letter \x8832 13-45-3
-letter \x8833 13456-3
-letter \x8834 24-34-4
-letter \x8835 15-16-3
-letter \x8836 245-1236-2
-letter \x8837 245-1256-2
-letter \x8838 245-45-2
-letter \x8839 145-34-5
-letter \x883A 245-1236-2
-letter \x883B 134-1236-2
-letter \x883C 13-236-2
-letter \x883D 13-346-2
-letter \x883E 1-34-2
-letter \x883F 1-25-3
-letter \x8840 15-346-4
-letter \x8841 1235-456-3
-letter \x8842 1345-234-5
-letter \x8843 1234-356-3
-letter \x8844 1345-1256-5
-letter \x8845 15-1456-5
-letter \x8846 1-12346-5
-letter \x8847 134-126-5
-letter \x8848 156-5
-letter \x8849 123-2346-5
-letter \x884A 134-346-5
-letter \x884B 15-16-5
-letter \x884C 15-13456-2
-letter \x884D 2345-4
-letter \x884E 123-1236-5
-letter \x884F 45-5
-letter \x8850 245-1256-2
-letter \x8851 14-13456-2
-letter \x8852 15-45-5
-letter \x8853 24-34-5
-letter \x8854 15-2345-2
-letter \x8855 124-12346-5
-letter \x8856 15-46-5
-letter \x8857 13-346-3
-letter \x8858 15-2345-2
-letter \x8859 23456-2
-letter \x885A 1235-34-2
-letter \x885B 1246-5
-letter \x885C 145-146-5
-letter \x885D 12-12346-3
-letter \x885E 1246-5
-letter \x885F 145-146-5
-letter \x8860 1-123456-3
-letter \x8861 1235-1356-2
-letter \x8862 245-1256-2
-letter \x8863 16-3
-letter \x8864 16-3
-letter \x8865 135-34-4
-letter \x8866 13-1236-4
-letter \x8867 1256-2
-letter \x8868 135-246-4
-letter \x8869 12-345-5
-letter \x886A 16-5
-letter \x886B 24-1236-3
-letter \x886C 12-136-5
-letter \x886D 12345-34-3
-letter \x886E 13-123456-4
-letter \x886F 12345-136-3
-letter \x8870 24-2356-3
-letter \x8871 13-346-2
-letter \x8872 1345-345-5
-letter \x8873 1-12346-3
-letter \x8874 145-1236-4
-letter \x8875 1245-156-5
-letter \x8876 1-12346-5
-letter \x8877 1-12346-3
-letter \x8878 15-346-5
-letter \x8879 1-156-3
-letter \x887A 15-346-2
-letter \x887B 1245-1236-2
-letter \x887C 1-156-3
-letter \x887D 1245-136-5
-letter \x887E 245-1456-3
-letter \x887F 13-1456-3
-letter \x8880 13-256-3
-letter \x8881 45-2
-letter \x8882 134-356-5
-letter \x8883 12-2456-5
-letter \x8884 146-4
-letter \x8885 1345-246-4
-letter \x8886 1235-1246-3
-letter \x8887 1245-1236-2
-letter \x8888 13-23456-3
-letter \x8889 124-25-2
-letter \x888A 14-13456-4
-letter \x888B 145-2456-5
-letter \x888C 135-146-5
-letter \x888D 1234-146-2
-letter \x888E 246-5
-letter \x888F 125-25-5
-letter \x8890 135-16-5
-letter \x8891 24-146-5
-letter \x8892 124-1236-4
-letter \x8893 13-1256-4
-letter \x8894 1235-2346-5
-letter \x8895 15-236-5
-letter \x8896 15-234-5
-letter \x8897 1-136-4
-letter \x8898 16-2
-letter \x8899 1234-345-5
-letter \x889A 135-126-3
-letter \x889B 145-16-3
-letter \x889C 134-126-5
-letter \x889D 12345-34-5
-letter \x889E 13-123456-4
-letter \x889F 1-156-5
-letter \x88A0 1-156-5
-letter \x88A1 1245-1236-2
-letter \x88A2 1234-1236-5
-letter \x88A3 16-5
-letter \x88A4 134-146-5
-letter \x88A5 124-25-3
-letter \x88A6 1345-345-5
-letter \x88A7 123-12356-3
-letter \x88A8 15-45-5
-letter \x88A9 12-1236-3
-letter \x88AA 245-1256-3
-letter \x88AB 135-356-5
-letter \x88AC 1256-5
-letter \x88AD 15-16-2
-letter \x88AE 134-16-2
-letter \x88AF 135-126-2
-letter \x88B0 134-34-4
-letter \x88B1 12345-34-2
-letter \x88B2 16-2
-letter \x88B3 12-156-4
-letter \x88B4 123-34-5
-letter \x88B5 1245-136-5
-letter \x88B6 13-46-5
-letter \x88B7 13-23456-2
-letter \x88B8 245-123456-2
-letter \x88B9 135-126-2
-letter \x88BA 13-346-2
-letter \x88BB 156-2
-letter \x88BC 13-2346-3
-letter \x88BD 1245-34-2
-letter \x88BE 1-34-3
-letter \x88BF 13-1246-3
-letter \x88C0 1456-3
-letter \x88C1 245-2456-2
-letter \x88C2 14-346-5
-letter \x88C3 123-345-4
-letter \x88C4 15-13456-2
-letter \x88C5 1-456-3
-letter \x88C6 145-1346-3
-letter \x88C7 15-1256-3
-letter \x88C8 123-123456-3
-letter \x88C9 123-136-5
-letter \x88CA 1345-246-4
-letter \x88CB 24-34-5
-letter \x88CC 13-23456-2
-letter \x88CD 123-123456-4
-letter \x88CE 12-1356-2
-letter \x88CF 14-16-4
-letter \x88D0 13-45-3
-letter \x88D1 24-136-3
-letter \x88D2 1234-12356-2
-letter \x88D3 13-2346-2
-letter \x88D4 16-5
-letter \x88D5 1256-5
-letter \x88D6 1-136-4
-letter \x88D7 14-234-2
-letter \x88D8 245-234-2
-letter \x88D9 245-256-2
-letter \x88DA 13-16-5
-letter \x88DB 16-5
-letter \x88DC 135-34-4
-letter \x88DD 1-456-3
-letter \x88DE 24-1246-5
-letter \x88DF 24-345-3
-letter \x88E0 245-256-2
-letter \x88E1 14-16-4
-letter \x88E2 14-2345-2
-letter \x88E3 14-2345-4
-letter \x88E4 123-34-5
-letter \x88E5 13-2345-4
-letter \x88E6 135-146-3
-letter \x88E7 12-1236-3
-letter \x88E8 135-16-5
-letter \x88E9 13-123456-3
-letter \x88EA 124-146-2
-letter \x88EB 45-5
-letter \x88EC 14-13456-2
-letter \x88ED 12-156-4
-letter \x88EE 12-1346-3
-letter \x88EF 12-12356-2
-letter \x88F0 145-25-3
-letter \x88F1 135-246-4
-letter \x88F2 14-46-4
-letter \x88F3 24-1346-3
-letter \x88F4 1234-356-2
-letter \x88F5 1234-356-2
-letter \x88F6 12345-356-3
-letter \x88F7 45-3
-letter \x88F8 14-25-4
-letter \x88F9 13-25-4
-letter \x88FA 2345-4
-letter \x88FB 145-34-4
-letter \x88FC 124-16-5
-letter \x88FD 1-156-5
-letter \x88FE 13-1256-3
-letter \x88FF 245-16-4
-letter \x8900 13-16-5
-letter \x8901 1-156-2
-letter \x8902 13-35-5
-letter \x8903 123-136-5
-letter \x8904 245-16-3
-letter \x8905 124-16-5
-letter \x8906 124-16-2
-letter \x8907 12345-34-5
-letter \x8908 12-12346-2
-letter \x8909 15-346-3
-letter \x890A 135-2345-4
-letter \x890B 145-346-2
-letter \x890C 123-123456-3
-letter \x890D 145-12456-3
-letter \x890E 15-234-5
-letter \x890F 15-234-5
-letter \x8910 1235-2346-5
-letter \x8911 45-5
-letter \x8912 135-146-3
-letter \x8913 135-146-4
-letter \x8914 12345-34-5
-letter \x8915 1256-2
-letter \x8916 124-12456-5
-letter \x8917 2345-4
-letter \x8918 1235-1246-3
-letter \x8919 135-356-5
-letter \x891A 12-34-4
-letter \x891B 14-1256-4
-letter \x891C 1234-146-2
-letter \x891D 145-1236-3
-letter \x891E 256-4
-letter \x891F 145-345-2
-letter \x8920 13-12356-3
-letter \x8921 145-345-3
-letter \x8922 1235-2356-2
-letter \x8923 1245-12346-2
-letter \x8924 45-5
-letter \x8925 1245-34-5
-letter \x8926 1345-2456-5
-letter \x8927 13-235-4
-letter \x8928 15-25-4
-letter \x8929 135-1236-3
-letter \x892A 124-123456-5
-letter \x892B 12-156-4
-letter \x892C 15-1346-4
-letter \x892D 1345-246-4
-letter \x892E 13456-3
-letter \x892F 13-346-5
-letter \x8930 245-2345-3
-letter \x8931 1235-2356-2
-letter \x8932 123-34-5
-letter \x8933 14-2345-2
-letter \x8934 14-1236-2
-letter \x8935 14-16-2
-letter \x8936 1-2346-4
-letter \x8937 24-156-3
-letter \x8938 14-1256-4
-letter \x8939 16-5
-letter \x893A 145-346-2
-letter \x893B 15-346-5
-letter \x893C 15-2345-3
-letter \x893D 1246-5
-letter \x893E 135-246-4
-letter \x893F 245-146-2
-letter \x8940 13-16-3
-letter \x8941 245-46-4
-letter \x8942 24-1236-3
-letter \x8943 135-146-3
-letter \x8944 15-46-3
-letter \x8945 145-16-5
-letter \x8946 1234-34-2
-letter \x8947 13-2345-4
-letter \x8948 1-12456-5
-letter \x8949 13-2345-5
-letter \x894A 125-1246-5
-letter \x894B 13-16-2
-letter \x894C 145-1236-3
-letter \x894D 125-345-2
-letter \x894E 12345-1236-2
-letter \x894F 135-126-2
-letter \x8950 15-46-5
-letter \x8951 15-1456-2
-letter \x8952 135-346-2
-letter \x8953 1245-146-2
-letter \x8954 134-1236-4
-letter \x8955 14-1236-2
-letter \x8956 146-4
-letter \x8957 145-25-2
-letter \x8958 13-1246-5
-letter \x8959 245-146-5
-letter \x895A 15-1246-5
-letter \x895B 1345-12346-2
-letter \x895C 12-1236-3
-letter \x895D 14-2345-5
-letter \x895E 135-16-5
-letter \x895F 13-1456-3
-letter \x8960 145-1346-3
-letter \x8961 24-34-4
-letter \x8962 124-1236-4
-letter \x8963 135-16-5
-letter \x8964 14-1236-2
-letter \x8965 1234-34-2
-letter \x8966 1245-34-2
-letter \x8967 1-156-4
-letter \x8968 123-345-3
-letter \x8969 24-34-4
-letter \x896A 35-5
-letter \x896B 24-156-5
-letter \x896C 135-2456-4
-letter \x896D 15-346-2
-letter \x896E 135-126-2
-letter \x896F 12-136-5
-letter \x8970 14-2456-5
-letter \x8971 14-12346-2
-letter \x8972 15-16-2
-letter \x8973 15-2345-3
-letter \x8974 14-1236-2
-letter \x8975 1-2346-2
-letter \x8976 145-2456-5
-letter \x8977 13-1256-4
-letter \x8978 125-1236-5
-letter \x8979 24-156-3
-letter \x897A 13-2345-4
-letter \x897B 1234-1236-5
-letter \x897C 16-5
-letter \x897D 14-1236-2
-letter \x897E 23456-5
-letter \x897F 15-16-3
-letter \x8980 15-16-3
-letter \x8981 246-5
-letter \x8982 12345-1356-4
-letter \x8983 124-1236-2
-letter \x8984 12345-34-5
-letter \x8985 12345-246-5
-letter \x8986 12345-34-5
-letter \x8987 135-345-5
-letter \x8988 1235-2346-2
-letter \x8989 13-16-3
-letter \x898A 13-16-3
-letter \x898B 13-2345-5
-letter \x898C 13-12456-3
-letter \x898D 135-2345-5
-letter \x898E 2345-5
-letter \x898F 13-1246-3
-letter \x8990 13-236-2
-letter \x8991 1234-2345-4
-letter \x8992 134-146-2
-letter \x8993 134-16-5
-letter \x8994 134-16-5
-letter \x8995 1234-346-3
-letter \x8996 24-156-5
-letter \x8997 15-156-3
-letter \x8998 1-1236-3
-letter \x8999 14-25-2
-letter \x899A 13-236-2
-letter \x899B 134-16-5
-letter \x899C 124-246-5
-letter \x899D 14-2345-2
-letter \x899E 246-5
-letter \x899F 1-156-5
-letter \x89A0 13-256-3
-letter \x89A1 15-16-2
-letter \x89A2 24-1236-4
-letter \x89A3 1246-3
-letter \x89A4 15-16-5
-letter \x89A5 124-2345-4
-letter \x89A6 1256-2
-letter \x89A7 14-1236-4
-letter \x89A8 2346-5
-letter \x89A9 145-34-4
-letter \x89AA 245-1456-3
-letter \x89AB 1234-1346-4
-letter \x89AC 13-16-5
-letter \x89AD 134-13456-2
-letter \x89AE 13456-2
-letter \x89AF 13-12356-5
-letter \x89B0 245-1256-5
-letter \x89B1 1-1236-5
-letter \x89B2 13-1456-5
-letter \x89B3 13-12456-3
-letter \x89B4 145-1356-3
-letter \x89B5 13-2345-5
-letter \x89B6 14-25-2
-letter \x89B7 245-1256-5
-letter \x89B8 13-2345-5
-letter \x89B9 1246-2
-letter \x89BA 13-236-2
-letter \x89BB 245-1256-5
-letter \x89BC 14-25-2
-letter \x89BD 14-1236-4
-letter \x89BE 24-136-4
-letter \x89BF 145-16-2
-letter \x89C0 13-12456-3
-letter \x89C1 13-2345-5
-letter \x89C2 13-12456-3
-letter \x89C3 2345-5
-letter \x89C4 13-1246-3
-letter \x89C5 134-16-5
-letter \x89C6 24-156-5
-letter \x89C7 12-1236-3
-letter \x89C8 14-1236-4
-letter \x89C9 13-236-2
-letter \x89CA 13-16-5
-letter \x89CB 15-16-2
-letter \x89CC 145-16-2
-letter \x89CD 124-2345-4
-letter \x89CE 1256-2
-letter \x89CF 13-12356-5
-letter \x89D0 13-1456-5
-letter \x89D1 245-1256-5
-letter \x89D2 13-246-4
-letter \x89D3 245-234-2
-letter \x89D4 13-1456-3
-letter \x89D5 245-34-3
-letter \x89D6 13-236-2
-letter \x89D7 1-156-5
-letter \x89D8 12-146-5
-letter \x89D9 13-16-2
-letter \x89DA 13-34-3
-letter \x89DB 145-1236-5
-letter \x89DC 125-156-3
-letter \x89DD 145-16-4
-letter \x89DE 24-1346-3
-letter \x89DF 1235-35-5
-letter \x89E0 245-45-2
-letter \x89E1 13-2346-2
-letter \x89E2 12-156-5
-letter \x89E3 13-346-4
-letter \x89E4 13-1246-4
-letter \x89E5 13-12346-3
-letter \x89E6 12-34-5
-letter \x89E7 13-346-4
-letter \x89E8 1235-123456-5
-letter \x89E9 245-234-2
-letter \x89EA 15-13456-3
-letter \x89EB 15-34-5
-letter \x89EC 1345-16-2
-letter \x89ED 245-16-3
-letter \x89EE 14-34-5
-letter \x89EF 1-156-5
-letter \x89F0 1-345-3
-letter \x89F1 135-16-5
-letter \x89F2 15-13456-3
-letter \x89F3 1235-34-2
-letter \x89F4 24-1346-3
-letter \x89F5 13-12346-3
-letter \x89F6 1-156-5
-letter \x89F7 15-236-2
-letter \x89F8 12-34-5
-letter \x89F9 15-16-3
-letter \x89FA 16-2
-letter \x89FB 14-34-5
-letter \x89FC 13-236-2
-letter \x89FD 15-16-3
-letter \x89FE 2345-5
-letter \x89FF 15-16-3
-letter \x8A00 2345-2
-letter \x8A01 2345-2
-letter \x8A02 145-13456-5
-letter \x8A03 12345-34-5
-letter \x8A04 245-234-2
-letter \x8A05 245-234-2
-letter \x8A06 13-246-5
-letter \x8A07 1235-12346-3
-letter \x8A08 13-16-5
-letter \x8A09 12345-1236-5
-letter \x8A0A 15-256-5
-letter \x8A0B 145-246-5
-letter \x8A0C 1235-12346-5
-letter \x8A0D 12-345-5
-letter \x8A0E 124-146-4
-letter \x8A0F 15-1256-3
-letter \x8A10 13-346-2
-letter \x8A11 16-2
-letter \x8A12 1245-136-5
-letter \x8A13 15-256-5
-letter \x8A14 1456-2
-letter \x8A15 24-1236-5
-letter \x8A16 245-16-5
-letter \x8A17 124-25-3
-letter \x8A18 13-16-5
-letter \x8A19 15-256-5
-letter \x8A1A 1456-2
-letter \x8A1B 2346-2
-letter \x8A1C 12345-136-3
-letter \x8A1D 23456-5
-letter \x8A1E 246-3
-letter \x8A1F 15-12346-5
-letter \x8A20 24-136-4
-letter \x8A21 1456-2
-letter \x8A22 15-1456-3
-letter \x8A23 13-236-2
-letter \x8A24 15-246-2
-letter \x8A25 1345-2346-5
-letter \x8A26 12-136-2
-letter \x8A27 234-2
-letter \x8A28 1-156-4
-letter \x8A29 15-235-3
-letter \x8A2A 12345-1346-4
-letter \x8A2B 15-1456-5
-letter \x8A2C 12-146-3
-letter \x8A2D 24-2346-5
-letter \x8A2E 15-2345-3
-letter \x8A2F 24-345-4
-letter \x8A30 1-123456-5
-letter \x8A31 15-1256-4
-letter \x8A32 16-5
-letter \x8A33 16-5
-letter \x8A34 15-34-5
-letter \x8A35 12-156-3
-letter \x8A36 1235-2346-3
-letter \x8A37 24-136-3
-letter \x8A38 1235-2346-2
-letter \x8A39 15-1256-5
-letter \x8A3A 1-136-4
-letter \x8A3B 1-34-5
-letter \x8A3C 1-1356-5
-letter \x8A3D 13-12356-5
-letter \x8A3E 125-156-4
-letter \x8A3F 125-156-3
-letter \x8A40 1-1236-3
-letter \x8A41 13-34-4
-letter \x8A42 12345-34-5
-letter \x8A43 245-45-4
-letter \x8A44 145-346-2
-letter \x8A45 14-13456-2
-letter \x8A46 145-16-4
-letter \x8A47 46-5
-letter \x8A48 14-16-5
-letter \x8A49 1345-146-2
-letter \x8A4A 1234-1236-5
-letter \x8A4B 1-12356-5
-letter \x8A4C 13-1236-5
-letter \x8A4D 16-5
-letter \x8A4E 13-1256-5
-letter \x8A4F 146-5
-letter \x8A50 1-345-5
-letter \x8A51 124-25-2
-letter \x8A52 16-2
-letter \x8A53 245-1256-4
-letter \x8A54 1-146-5
-letter \x8A55 1234-13456-2
-letter \x8A56 135-16-5
-letter \x8A57 15-235-5
-letter \x8A58 245-1256-3
-letter \x8A59 135-345-2
-letter \x8A5A 145-345-2
-letter \x8A5B 125-34-4
-letter \x8A5C 124-146-3
-letter \x8A5D 1-34-4
-letter \x8A5E 245-156-2
-letter \x8A5F 1-2346-2
-letter \x8A60 235-4
-letter \x8A61 15-1256-4
-letter \x8A62 15-256-2
-letter \x8A63 16-5
-letter \x8A64 1235-456-4
-letter \x8A65 1235-2346-2
-letter \x8A66 24-156-5
-letter \x8A67 12-345-2
-letter \x8A68 13-246-3
-letter \x8A69 24-156-3
-letter \x8A6A 1235-136-4
-letter \x8A6B 12-345-5
-letter \x8A6C 13-12356-5
-letter \x8A6D 13-1246-4
-letter \x8A6E 245-45-2
-letter \x8A6F 1235-1246-5
-letter \x8A70 13-346-2
-letter \x8A71 1235-35-5
-letter \x8A72 13-2456-3
-letter \x8A73 15-46-2
-letter \x8A74 1246-3
-letter \x8A75 24-136-3
-letter \x8A76 12-12356-2
-letter \x8A77 145-12346-5
-letter \x8A78 134-16-2
-letter \x8A79 1-1236-3
-letter \x8A7A 134-13456-5
-letter \x8A7B 2346-5
-letter \x8A7C 1235-1246-3
-letter \x8A7D 2345-2
-letter \x8A7E 15-235-3
-letter \x8A7F 13-35-5
-letter \x8A80 156-5
-letter \x8A81 135-1356-4
-letter \x8A82 124-246-4
-letter \x8A83 12-156-4
-letter \x8A84 14-356-4
-letter \x8A85 1-34-3
-letter \x8A86 123-456-3
-letter \x8A87 123-35-3
-letter \x8A88 34-2
-letter \x8A89 1256-5
-letter \x8A8A 124-1356-2
-letter \x8A8B 13-16-5
-letter \x8A8C 1-156-5
-letter \x8A8D 1245-136-5
-letter \x8A8E 15-34-5
-letter \x8A8F 14-1346-4
-letter \x8A90 2346-2
-letter \x8A91 123-456-2
-letter \x8A92 26-5
-letter \x8A93 24-156-5
-letter \x8A94 124-13456-4
-letter \x8A95 145-1236-5
-letter \x8A96 135-356-5
-letter \x8A97 12-1236-2
-letter \x8A98 234-5
-letter \x8A99 123-1356-3
-letter \x8A9A 245-246-5
-letter \x8A9B 245-1456-3
-letter \x8A9C 24-35-5
-letter \x8A9D 1236-3
-letter \x8A9E 1256-4
-letter \x8A9F 15-246-5
-letter \x8AA0 12-1356-2
-letter \x8AA1 13-346-5
-letter \x8AA2 15-2345-5
-letter \x8AA3 34-3
-letter \x8AA4 34-5
-letter \x8AA5 13-146-5
-letter \x8AA6 15-12346-5
-letter \x8AA7 1234-34-4
-letter \x8AA8 1235-1246-5
-letter \x8AA9 13-13456-5
-letter \x8AAA 24-25-3
-letter \x8AAB 1-136-5
-letter \x8AAC 24-25-3
-letter \x8AAD 145-34-2
-letter \x8AAE 1235-35-3
-letter \x8AAF 12-1346-5
-letter \x8AB0 24-356-2
-letter \x8AB1 13-346-2
-letter \x8AB2 123-2346-5
-letter \x8AB3 245-1256-3
-letter \x8AB4 245-12346-2
-letter \x8AB5 15-246-2
-letter \x8AB6 15-1246-5
-letter \x8AB7 456-4
-letter \x8AB8 15-2345-2
-letter \x8AB9 12345-356-4
-letter \x8ABA 12-156-3
-letter \x8ABB 124-345-5
-letter \x8ABC 16-2
-letter \x8ABD 1345-16-5
-letter \x8ABE 1456-2
-letter \x8ABF 145-246-5
-letter \x8AC0 1234-16-4
-letter \x8AC1 12-25-5
-letter \x8AC2 12-1236-4
-letter \x8AC3 12-136-3
-letter \x8AC4 1-123456-3
-letter \x8AC5 13-16-5
-letter \x8AC6 245-16-3
-letter \x8AC7 124-1236-2
-letter \x8AC8 1-1246-5
-letter \x8AC9 1246-4
-letter \x8ACA 13-1256-2
-letter \x8ACB 245-13456-4
-letter \x8ACC 13-2345-5
-letter \x8ACD 1-1356-5
-letter \x8ACE 125-2346-2
-letter \x8ACF 125-12356-3
-letter \x8AD0 245-2345-3
-letter \x8AD1 1-25-2
-letter \x8AD2 14-46-5
-letter \x8AD3 13-2345-5
-letter \x8AD4 12-34-5
-letter \x8AD5 1235-146-2
-letter \x8AD6 14-123456-5
-letter \x8AD7 24-136-4
-letter \x8AD8 135-246-4
-letter \x8AD9 1235-2356-5
-letter \x8ADA 1234-2345-2
-letter \x8ADB 1256-2
-letter \x8ADC 145-346-2
-letter \x8ADD 15-1256-4
-letter \x8ADE 1234-2345-4
-letter \x8ADF 24-156-5
-letter \x8AE0 15-45-3
-letter \x8AE1 24-156-5
-letter \x8AE2 1235-123456-5
-letter \x8AE3 1235-35-5
-letter \x8AE4 2346-5
-letter \x8AE5 1-12346-5
-letter \x8AE6 145-16-5
-letter \x8AE7 15-346-2
-letter \x8AE8 12345-34-2
-letter \x8AE9 1234-34-4
-letter \x8AEA 124-13456-2
-letter \x8AEB 13-2345-5
-letter \x8AEC 245-16-4
-letter \x8AED 1256-5
-letter \x8AEE 125-156-3
-letter \x8AEF 12-12456-2
-letter \x8AF0 15-16-4
-letter \x8AF1 1235-1246-5
-letter \x8AF2 1456-3
-letter \x8AF3 1236-3
-letter \x8AF4 15-2345-2
-letter \x8AF5 1345-1236-2
-letter \x8AF6 12-136-2
-letter \x8AF7 12345-1356-4
-letter \x8AF8 1-34-3
-letter \x8AF9 46-2
-letter \x8AFA 2345-5
-letter \x8AFB 1235-1356-3
-letter \x8AFC 15-45-3
-letter \x8AFD 13-2346-2
-letter \x8AFE 1345-25-5
-letter \x8AFF 245-16-5
-letter \x8B00 134-12356-2
-letter \x8B01 346-5
-letter \x8B02 1246-5
-letter \x8B03 15-13456-3
-letter \x8B04 124-1356-2
-letter \x8B05 125-12356-3
-letter \x8B06 24-1236-5
-letter \x8B07 13-2345-4
-letter \x8B08 135-126-2
-letter \x8B09 145-1246-5
-letter \x8B0A 1235-456-4
-letter \x8B0B 1235-25-5
-letter \x8B0C 13-2346-3
-letter \x8B0D 13456-2
-letter \x8B0E 134-16-2
-letter \x8B0F 15-246-4
-letter \x8B10 134-16-5
-letter \x8B11 15-16-5
-letter \x8B12 245-46-3
-letter \x8B13 12-136-3
-letter \x8B14 1345-236-5
-letter \x8B15 124-16-2
-letter \x8B16 15-34-5
-letter \x8B17 135-1346-5
-letter \x8B18 12-156-2
-letter \x8B19 245-2345-3
-letter \x8B1A 24-156-5
-letter \x8B1B 13-46-4
-letter \x8B1C 45-5
-letter \x8B1D 15-346-5
-letter \x8B1E 1235-2346-5
-letter \x8B1F 124-146-3
-letter \x8B20 246-2
-letter \x8B21 246-2
-letter \x8B22 1235-34-5
-letter \x8B23 1256-2
-letter \x8B24 135-246-3
-letter \x8B25 245-12346-5
-letter \x8B26 245-13456-4
-letter \x8B27 14-16-2
-letter \x8B28 134-126-2
-letter \x8B29 134-126-2
-letter \x8B2A 24-1346-3
-letter \x8B2B 1-2346-2
-letter \x8B2C 134-234-5
-letter \x8B2D 13-2345-4
-letter \x8B2E 125-2346-2
-letter \x8B2F 13-346-3
-letter \x8B30 14-2345-2
-letter \x8B31 14-12356-2
-letter \x8B32 245-1236-3
-letter \x8B33 12356-3
-letter \x8B34 13-12456-5
-letter \x8B35 15-16-2
-letter \x8B36 1-25-2
-letter \x8B37 146-2
-letter \x8B38 146-2
-letter \x8B39 13-1456-4
-letter \x8B3A 1-2346-2
-letter \x8B3B 16-2
-letter \x8B3C 1235-34-3
-letter \x8B3D 13-46-5
-letter \x8B3E 134-1236-5
-letter \x8B3F 12-146-2
-letter \x8B40 1235-1236-5
-letter \x8B41 1235-35-2
-letter \x8B42 12-1236-4
-letter \x8B43 15-1256-3
-letter \x8B44 125-1356-3
-letter \x8B45 15-2346-5
-letter \x8B46 15-16-3
-letter \x8B47 1-345-3
-letter \x8B48 145-1246-5
-letter \x8B49 1-1356-5
-letter \x8B4A 1345-146-2
-letter \x8B4B 14-1236-2
-letter \x8B4C 2346-2
-letter \x8B4D 13456-5
-letter \x8B4E 13-236-2
-letter \x8B4F 13-16-3
-letter \x8B50 125-123456-4
-letter \x8B51 13-246-4
-letter \x8B52 135-126-5
-letter \x8B53 1235-1246-5
-letter \x8B54 1-12456-5
-letter \x8B55 134-34-2
-letter \x8B56 125-136-5
-letter \x8B57 1-345-2
-letter \x8B58 24-156-5
-letter \x8B59 245-246-2
-letter \x8B5A 124-1236-2
-letter \x8B5B 125-136-5
-letter \x8B5C 1234-34-4
-letter \x8B5D 24-1356-2
-letter \x8B5E 15-45-3
-letter \x8B5F 125-146-5
-letter \x8B60 1-1236-3
-letter \x8B61 145-1346-4
-letter \x8B62 15-1246-5
-letter \x8B63 245-2345-3
-letter \x8B64 13-16-3
-letter \x8B65 13-246-5
-letter \x8B66 13-13456-4
-letter \x8B67 14-2345-2
-letter \x8B68 1345-12356-2
-letter \x8B69 16-3
-letter \x8B6A 2456-5
-letter \x8B6B 1-1236-3
-letter \x8B6C 1234-16-5
-letter \x8B6D 1235-1246-4
-letter \x8B6E 1235-35-5
-letter \x8B6F 16-5
-letter \x8B70 16-5
-letter \x8B71 24-1236-5
-letter \x8B72 1245-1346-5
-letter \x8B73 1345-12356-5
-letter \x8B74 245-2345-4
-letter \x8B75 1-1246-5
-letter \x8B76 124-345-5
-letter \x8B77 1235-34-5
-letter \x8B78 1-12356-3
-letter \x8B79 1235-146-2
-letter \x8B7A 346-5
-letter \x8B7B 13456-3
-letter \x8B7C 13-2345-5
-letter \x8B7D 1256-5
-letter \x8B7E 13-2345-4
-letter \x8B7F 1235-1246-5
-letter \x8B80 145-34-2
-letter \x8B81 1-2346-2
-letter \x8B82 15-45-5
-letter \x8B83 125-1236-5
-letter \x8B84 14-356-4
-letter \x8B85 24-136-4
-letter \x8B86 1246-5
-letter \x8B87 12-1236-4
-letter \x8B88 14-16-5
-letter \x8B89 16-2
-letter \x8B8A 135-2345-5
-letter \x8B8B 1-2346-2
-letter \x8B8C 2345-5
-letter \x8B8D 2346-5
-letter \x8B8E 12-12356-2
-letter \x8B8F 1246-5
-letter \x8B90 12-12356-2
-letter \x8B91 246-5
-letter \x8B92 12-1236-2
-letter \x8B93 1245-1346-5
-letter \x8B94 1456-4
-letter \x8B95 14-1236-2
-letter \x8B96 12-136-5
-letter \x8B97 1235-25-5
-letter \x8B98 1-2346-2
-letter \x8B99 1235-12456-3
-letter \x8B9A 125-1236-5
-letter \x8B9B 16-5
-letter \x8B9C 145-1346-4
-letter \x8B9D 1-1236-3
-letter \x8B9E 2345-5
-letter \x8B9F 145-34-2
-letter \x8BA0 2345-2
-letter \x8BA1 13-16-5
-letter \x8BA2 145-13456-5
-letter \x8BA3 12345-34-5
-letter \x8BA4 1245-136-5
-letter \x8BA5 13-16-3
-letter \x8BA6 13-346-2
-letter \x8BA7 1235-12346-5
-letter \x8BA8 124-146-4
-letter \x8BA9 1245-1346-5
-letter \x8BAA 24-1236-5
-letter \x8BAB 245-16-5
-letter \x8BAC 124-25-3
-letter \x8BAD 15-256-5
-letter \x8BAE 16-5
-letter \x8BAF 15-256-5
-letter \x8BB0 13-16-5
-letter \x8BB1 1245-136-5
-letter \x8BB2 13-46-4
-letter \x8BB3 1235-1246-5
-letter \x8BB4 12356-3
-letter \x8BB5 13-1256-5
-letter \x8BB6 23456-5
-letter \x8BB7 1345-2346-5
-letter \x8BB8 15-1256-4
-letter \x8BB9 2346-2
-letter \x8BBA 14-123456-5
-letter \x8BBB 15-235-3
-letter \x8BBC 15-12346-5
-letter \x8BBD 12345-1356-4
-letter \x8BBE 24-2346-5
-letter \x8BBF 12345-1346-4
-letter \x8BC0 13-236-2
-letter \x8BC1 1-1356-5
-letter \x8BC2 13-34-4
-letter \x8BC3 1235-2346-3
-letter \x8BC4 1234-13456-2
-letter \x8BC5 125-34-4
-letter \x8BC6 24-156-5
-letter \x8BC7 15-235-5
-letter \x8BC8 1-345-5
-letter \x8BC9 15-34-5
-letter \x8BCA 1-136-4
-letter \x8BCB 145-16-4
-letter \x8BCC 1-12356-3
-letter \x8BCD 245-156-2
-letter \x8BCE 245-1256-3
-letter \x8BCF 1-146-5
-letter \x8BD0 135-16-5
-letter \x8BD1 16-5
-letter \x8BD2 16-2
-letter \x8BD3 13-456-3
-letter \x8BD4 14-356-4
-letter \x8BD5 24-156-5
-letter \x8BD6 13-35-5
-letter \x8BD7 24-156-3
-letter \x8BD8 13-346-2
-letter \x8BD9 1235-1246-3
-letter \x8BDA 12-1356-2
-letter \x8BDB 1-34-3
-letter \x8BDC 24-136-3
-letter \x8BDD 1235-35-5
-letter \x8BDE 145-1236-5
-letter \x8BDF 13-12356-5
-letter \x8BE0 245-45-2
-letter \x8BE1 13-1246-4
-letter \x8BE2 15-256-2
-letter \x8BE3 16-5
-letter \x8BE4 1-1356-5
-letter \x8BE5 13-2456-3
-letter \x8BE6 15-46-2
-letter \x8BE7 12-345-5
-letter \x8BE8 1235-123456-5
-letter \x8BE9 15-1256-4
-letter \x8BEA 1-12356-3
-letter \x8BEB 13-346-5
-letter \x8BEC 34-3
-letter \x8BED 1256-4
-letter \x8BEE 245-246-5
-letter \x8BEF 34-5
-letter \x8BF0 13-146-5
-letter \x8BF1 234-5
-letter \x8BF2 1235-1246-5
-letter \x8BF3 123-456-2
-letter \x8BF4 24-25-3
-letter \x8BF5 15-12346-5
-letter \x8BF6 2456-3
-letter \x8BF7 245-13456-4
-letter \x8BF8 1-34-3
-letter \x8BF9 125-12356-3
-letter \x8BFA 1345-25-5
-letter \x8BFB 145-34-2
-letter \x8BFC 1-25-2
-letter \x8BFD 12345-356-4
-letter \x8BFE 123-2346-5
-letter \x8BFF 1246-4
-letter \x8C00 1256-2
-letter \x8C01 24-356-2
-letter \x8C02 24-136-4
-letter \x8C03 145-246-5
-letter \x8C04 12-1236-4
-letter \x8C05 14-46-5
-letter \x8C06 1-123456-3
-letter \x8C07 15-1246-5
-letter \x8C08 124-1236-2
-letter \x8C09 24-136-4
-letter \x8C0A 16-5
-letter \x8C0B 134-12356-2
-letter \x8C0C 12-136-2
-letter \x8C0D 145-346-2
-letter \x8C0E 1235-456-4
-letter \x8C0F 13-2345-5
-letter \x8C10 15-346-2
-letter \x8C11 15-236-5
-letter \x8C12 346-5
-letter \x8C13 1246-5
-letter \x8C14 2346-5
-letter \x8C15 1256-5
-letter \x8C16 15-45-3
-letter \x8C17 12-1236-2
-letter \x8C18 125-156-3
-letter \x8C19 1236-3
-letter \x8C1A 2345-5
-letter \x8C1B 145-16-5
-letter \x8C1C 134-16-2
-letter \x8C1D 1234-2345-4
-letter \x8C1E 15-1256-4
-letter \x8C1F 134-126-2
-letter \x8C20 145-1346-4
-letter \x8C21 15-34-5
-letter \x8C22 15-346-5
-letter \x8C23 246-2
-letter \x8C24 135-1346-5
-letter \x8C25 24-156-5
-letter \x8C26 245-2345-3
-letter \x8C27 134-16-5
-letter \x8C28 13-1456-4
-letter \x8C29 134-1236-5
-letter \x8C2A 1-2346-2
-letter \x8C2B 13-2345-4
-letter \x8C2C 134-234-5
-letter \x8C2D 124-1236-2
-letter \x8C2E 125-136-5
-letter \x8C2F 245-246-2
-letter \x8C30 14-1236-2
-letter \x8C31 1234-34-4
-letter \x8C32 13-236-2
-letter \x8C33 2345-5
-letter \x8C34 245-2345-4
-letter \x8C35 1-1236-3
-letter \x8C36 12-136-5
-letter \x8C37 13-34-4
-letter \x8C38 245-2345-3
-letter \x8C39 1235-12346-2
-letter \x8C3A 15-23456-3
-letter \x8C3B 13-236-2
-letter \x8C3C 1235-12346-2
-letter \x8C3D 1235-1236-3
-letter \x8C3E 1235-12346-3
-letter \x8C3F 15-16-3
-letter \x8C40 15-16-3
-letter \x8C41 1235-25-5
-letter \x8C42 14-246-2
-letter \x8C43 1235-1236-4
-letter \x8C44 145-34-2
-letter \x8C45 14-12346-2
-letter \x8C46 145-12356-5
-letter \x8C47 13-46-3
-letter \x8C48 245-16-4
-letter \x8C49 12-156-4
-letter \x8C4A 14-16-4
-letter \x8C4B 145-1356-3
-letter \x8C4C 12456-3
-letter \x8C4D 135-16-3
-letter \x8C4E 24-34-5
-letter \x8C4F 15-2345-5
-letter \x8C50 12345-1356-3
-letter \x8C51 1-156-5
-letter \x8C52 1-156-5
-letter \x8C53 2345-5
-letter \x8C54 2345-5
-letter \x8C55 24-156-4
-letter \x8C56 12-34-5
-letter \x8C57 1235-1246-3
-letter \x8C58 124-123456-2
-letter \x8C59 16-5
-letter \x8C5A 124-123456-2
-letter \x8C5B 16-5
-letter \x8C5C 13-2345-3
-letter \x8C5D 135-345-3
-letter \x8C5E 1235-12356-5
-letter \x8C5F 2346-5
-letter \x8C60 245-34-2
-letter \x8C61 15-46-5
-letter \x8C62 1235-12456-5
-letter \x8C63 13-2345-3
-letter \x8C64 123-136-4
-letter \x8C65 13-2456-3
-letter \x8C66 245-1256-2
-letter \x8C67 12345-34-3
-letter \x8C68 15-16-3
-letter \x8C69 135-1456-3
-letter \x8C6A 1235-146-2
-letter \x8C6B 1256-5
-letter \x8C6C 1-34-3
-letter \x8C6D 13-23456-3
-letter \x8C6E 12345-136-2
-letter \x8C6F 15-16-3
-letter \x8C70 1235-34-5
-letter \x8C71 123456-3
-letter \x8C72 1235-12456-2
-letter \x8C73 135-1456-3
-letter \x8C74 145-16-2
-letter \x8C75 125-12346-3
-letter \x8C76 12345-136-2
-letter \x8C77 16-5
-letter \x8C78 1-156-5
-letter \x8C79 135-146-5
-letter \x8C7A 12-2456-2
-letter \x8C7B 1235-1236-5
-letter \x8C7C 1234-16-2
-letter \x8C7D 1345-345-5
-letter \x8C7E 1234-16-3
-letter \x8C7F 13-12356-4
-letter \x8C80 1345-345-5
-letter \x8C81 234-5
-letter \x8C82 145-246-3
-letter \x8C83 134-126-5
-letter \x8C84 15-156-5
-letter \x8C85 15-234-3
-letter \x8C86 1235-12456-2
-letter \x8C87 123-123456-3
-letter \x8C88 1235-2346-2
-letter \x8C89 1235-2346-2
-letter \x8C8A 134-126-5
-letter \x8C8B 1235-1236-5
-letter \x8C8C 134-146-5
-letter \x8C8D 14-16-2
-letter \x8C8E 1345-16-2
-letter \x8C8F 135-16-4
-letter \x8C90 1256-4
-letter \x8C91 13-23456-3
-letter \x8C92 124-12456-3
-letter \x8C93 134-146-3
-letter \x8C94 1234-16-2
-letter \x8C95 15-16-3
-letter \x8C96 2346-5
-letter \x8C97 13-1256-5
-letter \x8C98 134-126-5
-letter \x8C99 12-34-3
-letter \x8C9A 124-1236-2
-letter \x8C9B 1235-12456-3
-letter \x8C9C 13-236-2
-letter \x8C9D 135-356-5
-letter \x8C9E 1-136-3
-letter \x8C9F 45-2
-letter \x8CA0 12345-34-5
-letter \x8CA1 245-2456-2
-letter \x8CA2 13-12346-5
-letter \x8CA3 124-2346-5
-letter \x8CA4 16-2
-letter \x8CA5 1235-1346-2
-letter \x8CA6 12456-5
-letter \x8CA7 1234-1456-2
-letter \x8CA8 1235-25-5
-letter \x8CA9 12345-1236-5
-letter \x8CAA 124-1236-3
-letter \x8CAB 13-12456-5
-letter \x8CAC 125-2346-2
-letter \x8CAD 1-156-2
-letter \x8CAE 156-5
-letter \x8CAF 1-34-4
-letter \x8CB0 24-156-5
-letter \x8CB1 135-16-5
-letter \x8CB2 125-156-3
-letter \x8CB3 156-5
-letter \x8CB4 13-1246-5
-letter \x8CB5 1234-2345-4
-letter \x8CB6 135-2345-4
-letter \x8CB7 134-2456-4
-letter \x8CB8 145-2456-5
-letter \x8CB9 24-1356-5
-letter \x8CBA 123-456-5
-letter \x8CBB 12345-356-5
-letter \x8CBC 124-346-3
-letter \x8CBD 16-2
-letter \x8CBE 12-156-2
-letter \x8CBF 134-146-5
-letter \x8CC0 1235-2346-5
-letter \x8CC1 135-136-3
-letter \x8CC2 14-34-5
-letter \x8CC3 14-1456-5
-letter \x8CC4 1235-1246-5
-letter \x8CC5 13-2456-3
-letter \x8CC6 1234-2345-2
-letter \x8CC7 125-156-3
-letter \x8CC8 13-23456-4
-letter \x8CC9 15-1256-5
-letter \x8CCA 125-356-2
-letter \x8CCB 13-246-4
-letter \x8CCC 13-2456-3
-letter \x8CCD 125-1346-3
-letter \x8CCE 13-2345-5
-letter \x8CCF 13456-3
-letter \x8CD0 15-256-5
-letter \x8CD1 1-136-5
-letter \x8CD2 24-2346-3
-letter \x8CD3 135-1456-3
-letter \x8CD4 135-1456-3
-letter \x8CD5 245-234-2
-letter \x8CD6 24-2346-3
-letter \x8CD7 12-12456-5
-letter \x8CD8 125-1346-3
-letter \x8CD9 1-12356-3
-letter \x8CDA 14-2456-5
-letter \x8CDB 125-1236-5
-letter \x8CDC 15-156-5
-letter \x8CDD 12-136-3
-letter \x8CDE 24-1346-4
-letter \x8CDF 124-2345-4
-letter \x8CE0 1234-356-2
-letter \x8CE1 13-1356-3
-letter \x8CE2 15-2345-2
-letter \x8CE3 134-2456-5
-letter \x8CE4 13-2345-5
-letter \x8CE5 15-1246-5
-letter \x8CE6 12345-34-5
-letter \x8CE7 145-1236-4
-letter \x8CE8 245-12346-2
-letter \x8CE9 245-12346-2
-letter \x8CEA 1-156-2
-letter \x8CEB 13-16-3
-letter \x8CEC 1-1346-5
-letter \x8CED 145-34-4
-letter \x8CEE 13-1456-5
-letter \x8CEF 15-235-3
-letter \x8CF0 24-123456-4
-letter \x8CF1 256-4
-letter \x8CF2 135-146-4
-letter \x8CF3 125-2456-3
-letter \x8CF4 14-2456-5
-letter \x8CF5 12345-1356-5
-letter \x8CF6 245-1346-5
-letter \x8CF7 13-16-3
-letter \x8CF8 24-1356-5
-letter \x8CF9 2456-5
-letter \x8CFA 1-12456-5
-letter \x8CFB 12345-34-5
-letter \x8CFC 13-12356-5
-letter \x8CFD 15-2456-5
-letter \x8CFE 125-2346-2
-letter \x8CFF 14-246-2
-letter \x8D00 1246-5
-letter \x8D01 135-2456-5
-letter \x8D02 12-136-4
-letter \x8D03 1-12456-5
-letter \x8D04 1-156-5
-letter \x8D05 1-1246-5
-letter \x8D06 135-246-3
-letter \x8D07 256-3
-letter \x8D08 125-1356-5
-letter \x8D09 124-1236-4
-letter \x8D0A 125-1236-5
-letter \x8D0B 2345-5
-letter \x8D0C 1234-34-4
-letter \x8D0D 24-1236-5
-letter \x8D0E 12456-5
-letter \x8D0F 13456-2
-letter \x8D10 13-1456-5
-letter \x8D11 13-1236-4
-letter \x8D12 15-2345-2
-letter \x8D13 125-1346-3
-letter \x8D14 135-16-5
-letter \x8D15 145-34-2
-letter \x8D16 24-34-2
-letter \x8D17 2345-5
-letter \x8D18 24-1346-4
-letter \x8D19 15-45-5
-letter \x8D1A 14-12346-5
-letter \x8D1B 13-1236-5
-letter \x8D1C 125-1346-3
-letter \x8D1D 135-356-5
-letter \x8D1E 1-136-3
-letter \x8D1F 12345-34-5
-letter \x8D20 45-2
-letter \x8D21 13-12346-5
-letter \x8D22 245-2456-2
-letter \x8D23 125-2346-2
-letter \x8D24 15-2345-2
-letter \x8D25 135-2456-5
-letter \x8D26 1-1346-5
-letter \x8D27 1235-25-5
-letter \x8D28 1-156-2
-letter \x8D29 12345-1236-5
-letter \x8D2A 124-1236-3
-letter \x8D2B 1234-1456-2
-letter \x8D2C 135-2345-4
-letter \x8D2D 13-12356-5
-letter \x8D2E 1-34-4
-letter \x8D2F 13-12456-5
-letter \x8D30 156-5
-letter \x8D31 13-2345-5
-letter \x8D32 135-136-3
-letter \x8D33 24-156-5
-letter \x8D34 124-346-3
-letter \x8D35 13-1246-5
-letter \x8D36 123-456-5
-letter \x8D37 145-2456-5
-letter \x8D38 134-146-5
-letter \x8D39 12345-356-5
-letter \x8D3A 1235-2346-5
-letter \x8D3B 16-2
-letter \x8D3C 125-356-2
-letter \x8D3D 1-156-5
-letter \x8D3E 13-23456-4
-letter \x8D3F 1235-1246-5
-letter \x8D40 125-156-3
-letter \x8D41 14-1456-5
-letter \x8D42 14-34-5
-letter \x8D43 125-1346-3
-letter \x8D44 125-156-3
-letter \x8D45 13-2456-3
-letter \x8D46 13-1456-5
-letter \x8D47 245-234-2
-letter \x8D48 1-136-5
-letter \x8D49 14-2456-5
-letter \x8D4A 24-2346-3
-letter \x8D4B 12345-34-5
-letter \x8D4C 145-34-4
-letter \x8D4D 13-16-3
-letter \x8D4E 24-34-2
-letter \x8D4F 24-1346-4
-letter \x8D50 245-156-5
-letter \x8D51 135-16-5
-letter \x8D52 1-12356-3
-letter \x8D53 13-1356-3
-letter \x8D54 1234-356-2
-letter \x8D55 145-1236-4
-letter \x8D56 14-2456-5
-letter \x8D57 12345-1356-5
-letter \x8D58 1-1246-5
-letter \x8D59 12345-34-5
-letter \x8D5A 1-12456-5
-letter \x8D5B 15-2456-5
-letter \x8D5C 125-2346-2
-letter \x8D5D 2345-5
-letter \x8D5E 125-1236-5
-letter \x8D5F 256-3
-letter \x8D60 125-1356-5
-letter \x8D61 24-1236-5
-letter \x8D62 13456-2
-letter \x8D63 13-1236-5
-letter \x8D64 12-156-5
-letter \x8D65 15-16-5
-letter \x8D66 24-2346-5
-letter \x8D67 1345-1236-4
-letter \x8D68 124-12346-2
-letter \x8D69 15-16-5
-letter \x8D6A 12-1356-3
-letter \x8D6B 1235-2346-5
-letter \x8D6C 12-1356-3
-letter \x8D6D 1-2346-4
-letter \x8D6E 15-23456-2
-letter \x8D6F 124-1346-2
-letter \x8D70 125-12356-4
-letter \x8D71 125-12356-4
-letter \x8D72 14-16-5
-letter \x8D73 13-234-3
-letter \x8D74 12345-34-5
-letter \x8D75 1-146-5
-letter \x8D76 245-2345-2
-letter \x8D77 245-16-4
-letter \x8D78 24-1236-5
-letter \x8D79 245-235-2
-letter \x8D7A 245-1456-2
-letter \x8D7B 15-2345-4
-letter \x8D7C 245-156-3
-letter \x8D7D 13-236-2
-letter \x8D7E 245-1456-4
-letter \x8D7F 12-156-2
-letter \x8D80 245-156-3
-letter \x8D81 12-136-5
-letter \x8D82 12-136-5
-letter \x8D83 145-346-2
-letter \x8D84 245-346-5
-letter \x8D85 12-146-3
-letter \x8D86 145-16-3
-letter \x8D87 15-2346-5
-letter \x8D88 1-1236-3
-letter \x8D89 1-34-2
-letter \x8D8A 236-5
-letter \x8D8B 245-1256-3
-letter \x8D8C 13-346-2
-letter \x8D8D 245-1256-3
-letter \x8D8E 12-34-2
-letter \x8D8F 13-35-3
-letter \x8D90 15-236-5
-letter \x8D91 125-156-3
-letter \x8D92 124-246-2
-letter \x8D93 145-25-4
-letter \x8D94 14-346-5
-letter \x8D95 13-1236-4
-letter \x8D96 15-25-3
-letter \x8D97 245-34-5
-letter \x8D98 15-16-2
-letter \x8D99 1-146-5
-letter \x8D9A 15-34-5
-letter \x8D9B 1456-4
-letter \x8D9C 13-1256-2
-letter \x8D9D 13-2345-5
-letter \x8D9E 245-236-5
-letter \x8D9F 124-1346-5
-letter \x8DA0 12-25-5
-letter \x8DA1 245-1246-4
-letter \x8DA2 14-34-5
-letter \x8DA3 245-1256-5
-letter \x8DA4 145-1346-5
-letter \x8DA5 245-234-3
-letter \x8DA6 125-156-3
-letter \x8DA7 124-16-2
-letter \x8DA8 245-1256-3
-letter \x8DA9 12-156-5
-letter \x8DAA 1235-456-2
-letter \x8DAB 245-246-2
-letter \x8DAC 245-246-3
-letter \x8DAD 13-246-5
-letter \x8DAE 125-146-5
-letter \x8DAF 124-16-5
-letter \x8DB0 156-4
-letter \x8DB1 125-1236-4
-letter \x8DB2 125-1236-4
-letter \x8DB3 125-34-2
-letter \x8DB4 1234-345-3
-letter \x8DB5 135-146-5
-letter \x8DB6 123-34-5
-letter \x8DB7 123-2346-3
-letter \x8DB8 145-123456-4
-letter \x8DB9 13-236-2
-letter \x8DBA 12345-34-3
-letter \x8DBB 12-136-4
-letter \x8DBC 13-2345-4
-letter \x8DBD 12345-1346-5
-letter \x8DBE 1-156-4
-letter \x8DBF 15-345-5
-letter \x8DC0 236-5
-letter \x8DC1 135-345-5
-letter \x8DC2 245-16-2
-letter \x8DC3 236-5
-letter \x8DC4 245-46-5
-letter \x8DC5 124-25-5
-letter \x8DC6 124-2456-2
-letter \x8DC7 16-5
-letter \x8DC8 1345-2345-4
-letter \x8DC9 14-13456-2
-letter \x8DCA 134-356-5
-letter \x8DCB 135-345-2
-letter \x8DCC 145-346-2
-letter \x8DCD 123-34-3
-letter \x8DCE 124-25-2
-letter \x8DCF 13-23456-3
-letter \x8DD0 245-156-4
-letter \x8DD1 1234-146-4
-letter \x8DD2 245-23456-4
-letter \x8DD3 1-34-5
-letter \x8DD4 12345-34-4
-letter \x8DD5 145-346-2
-letter \x8DD6 1-156-2
-letter \x8DD7 12345-34-3
-letter \x8DD8 1234-1236-2
-letter \x8DD9 13-1256-4
-letter \x8DDA 24-1236-3
-letter \x8DDB 135-126-4
-letter \x8DDC 1345-16-2
-letter \x8DDD 13-1256-5
-letter \x8DDE 14-16-5
-letter \x8DDF 13-136-3
-letter \x8DE0 16-2
-letter \x8DE1 13-16-3
-letter \x8DE2 145-2456-5
-letter \x8DE3 15-2345-4
-letter \x8DE4 13-246-3
-letter \x8DE5 145-25-5
-letter \x8DE6 1-34-3
-letter \x8DE7 245-45-2
-letter \x8DE8 123-35-5
-letter \x8DE9 1-2356-4
-letter \x8DEA 13-1246-5
-letter \x8DEB 245-235-2
-letter \x8DEC 123-1246-4
-letter \x8DED 15-46-2
-letter \x8DEE 12-156-5
-letter \x8DEF 14-34-5
-letter \x8DF0 135-1356-5
-letter \x8DF1 1-156-5
-letter \x8DF2 13-23456-2
-letter \x8DF3 124-246-5
-letter \x8DF4 245-2456-4
-letter \x8DF5 13-2345-5
-letter \x8DF6 124-345-5
-letter \x8DF7 245-246-3
-letter \x8DF8 135-16-5
-letter \x8DF9 15-2345-3
-letter \x8DFA 145-25-5
-letter \x8DFB 13-16-3
-letter \x8DFC 13-1256-2
-letter \x8DFD 13-16-5
-letter \x8DFE 24-34-2
-letter \x8DFF 124-34-2
-letter \x8E00 12-34-5
-letter \x8E01 13-13456-5
-letter \x8E02 1345-346-5
-letter \x8E03 15-246-3
-letter \x8E04 135-126-2
-letter \x8E05 15-236-2
-letter \x8E06 245-256-3
-letter \x8E07 134-34-4
-letter \x8E08 24-34-3
-letter \x8E09 14-46-5
-letter \x8E0A 235-4
-letter \x8E0B 13-246-4
-letter \x8E0C 12-12356-2
-letter \x8E0D 245-246-3
-letter \x8E0E 134-12356-2
-letter \x8E0F 124-345-5
-letter \x8E10 13-2345-5
-letter \x8E11 13-16-2
-letter \x8E12 25-3
-letter \x8E13 1246-4
-letter \x8E14 1-25-2
-letter \x8E15 13-346-2
-letter \x8E16 13-16-2
-letter \x8E17 1345-346-3
-letter \x8E18 13-1256-2
-letter \x8E19 1345-346-5
-letter \x8E1A 14-123456-2
-letter \x8E1B 14-34-5
-letter \x8E1C 14-1356-5
-letter \x8E1D 1235-2356-2
-letter \x8E1E 13-1256-5
-letter \x8E1F 12-156-2
-letter \x8E20 12456-4
-letter \x8E21 245-45-2
-letter \x8E22 124-16-3
-letter \x8E23 135-126-2
-letter \x8E24 125-34-2
-letter \x8E25 245-346-5
-letter \x8E26 245-16-2
-letter \x8E27 245-34-5
-letter \x8E28 125-12346-3
-letter \x8E29 245-2456-4
-letter \x8E2A 125-12346-3
-letter \x8E2B 1234-1356-5
-letter \x8E2C 1-156-5
-letter \x8E2D 1-1356-3
-letter \x8E2E 145-2345-4
-letter \x8E2F 1-156-2
-letter \x8E30 1256-2
-letter \x8E31 145-25-2
-letter \x8E32 145-123456-5
-letter \x8E33 12-123456-4
-letter \x8E34 235-4
-letter \x8E35 1-12346-4
-letter \x8E36 145-16-5
-letter \x8E37 1-2346-4
-letter \x8E38 12-136-4
-letter \x8E39 12-2356-5
-letter \x8E3A 13-2345-5
-letter \x8E3B 13-35-3
-letter \x8E3C 124-1346-2
-letter \x8E3D 13-1256-4
-letter \x8E3E 12345-34-2
-letter \x8E3F 125-34-2
-letter \x8E40 145-346-2
-letter \x8E41 1234-2345-2
-letter \x8E42 1245-12356-2
-letter \x8E43 1345-25-5
-letter \x8E44 124-16-2
-letter \x8E45 12-345-4
-letter \x8E46 124-1246-4
-letter \x8E47 13-2345-4
-letter \x8E48 145-146-5
-letter \x8E49 245-25-3
-letter \x8E4A 15-16-3
-letter \x8E4B 124-345-5
-letter \x8E4C 245-46-3
-letter \x8E4D 1-1236-4
-letter \x8E4E 145-2345-3
-letter \x8E4F 124-16-2
-letter \x8E50 13-16-2
-letter \x8E51 1345-346-5
-letter \x8E52 1234-1236-2
-letter \x8E53 14-234-5
-letter \x8E54 125-1236-5
-letter \x8E55 135-16-5
-letter \x8E56 12-12346-3
-letter \x8E57 14-34-5
-letter \x8E58 14-246-2
-letter \x8E59 245-34-5
-letter \x8E5A 124-1346-3
-letter \x8E5B 145-2456-5
-letter \x8E5C 15-34-5
-letter \x8E5D 15-16-4
-letter \x8E5E 123-1246-4
-letter \x8E5F 13-16-3
-letter \x8E60 1-156-2
-letter \x8E61 245-46-3
-letter \x8E62 145-16-2
-letter \x8E63 1234-1236-2
-letter \x8E64 125-12346-3
-letter \x8E65 14-2345-2
-letter \x8E66 135-1356-5
-letter \x8E67 125-146-3
-letter \x8E68 1345-2345-4
-letter \x8E69 135-346-2
-letter \x8E6A 124-1246-2
-letter \x8E6B 13-1256-2
-letter \x8E6C 145-1356-3
-letter \x8E6D 245-1356-5
-letter \x8E6E 15-2345-3
-letter \x8E6F 12345-1236-2
-letter \x8E70 12-34-2
-letter \x8E71 1-12346-3
-letter \x8E72 145-123456-3
-letter \x8E73 135-126-3
-letter \x8E74 245-34-5
-letter \x8E75 245-34-5
-letter \x8E76 13-236-2
-letter \x8E77 13-236-2
-letter \x8E78 14-1456-5
-letter \x8E79 124-345-5
-letter \x8E7A 245-246-3
-letter \x8E7B 245-246-3
-letter \x8E7C 1234-34-2
-letter \x8E7D 14-246-3
-letter \x8E7E 145-123456-3
-letter \x8E7F 245-12456-3
-letter \x8E80 123-456-5
-letter \x8E81 125-146-5
-letter \x8E82 124-345-5
-letter \x8E83 135-16-5
-letter \x8E84 135-16-5
-letter \x8E85 1-34-2
-letter \x8E86 13-1256-5
-letter \x8E87 12-34-2
-letter \x8E88 245-246-5
-letter \x8E89 145-123456-4
-letter \x8E8A 12-12356-2
-letter \x8E8B 13-16-3
-letter \x8E8C 34-4
-letter \x8E8D 236-5
-letter \x8E8E 1345-2345-4
-letter \x8E8F 14-1456-5
-letter \x8E90 14-346-5
-letter \x8E91 1-156-2
-letter \x8E92 14-16-5
-letter \x8E93 1-156-5
-letter \x8E94 12-1236-2
-letter \x8E95 12-34-2
-letter \x8E96 145-12456-5
-letter \x8E97 1246-5
-letter \x8E98 14-12346-2
-letter \x8E99 14-1456-5
-letter \x8E9A 15-2345-3
-letter \x8E9B 1246-5
-letter \x8E9C 125-12456-3
-letter \x8E9D 14-1236-2
-letter \x8E9E 15-346-5
-letter \x8E9F 1245-1346-2
-letter \x8EA0 15-345-4
-letter \x8EA1 1345-346-5
-letter \x8EA2 124-345-5
-letter \x8EA3 245-1256-2
-letter \x8EA4 13-346-5
-letter \x8EA5 245-12456-3
-letter \x8EA6 125-12456-3
-letter \x8EA7 15-16-4
-letter \x8EA8 123-1246-2
-letter \x8EA9 13-236-2
-letter \x8EAA 14-1456-5
-letter \x8EAB 24-136-3
-letter \x8EAC 13-12346-3
-letter \x8EAD 145-1236-3
-letter \x8EAE 12345-136-3
-letter \x8EAF 245-1256-3
-letter \x8EB0 124-16-4
-letter \x8EB1 145-25-4
-letter \x8EB2 145-25-4
-letter \x8EB3 13-12346-3
-letter \x8EB4 14-1346-2
-letter \x8EB5 1245-136-4
-letter \x8EB6 14-25-4
-letter \x8EB7 2456-4
-letter \x8EB8 13-16-3
-letter \x8EB9 13-1256-2
-letter \x8EBA 124-1346-4
-letter \x8EBB 123-12346-3
-letter \x8EBC 14-146-5
-letter \x8EBD 2345-4
-letter \x8EBE 1345-356-4
-letter \x8EBF 123-1346-3
-letter \x8EC0 245-1256-3
-letter \x8EC1 14-12356-2
-letter \x8EC2 14-146-5
-letter \x8EC3 124-25-4
-letter \x8EC4 1-156-2
-letter \x8EC5 2345-5
-letter \x8EC6 124-16-4
-letter \x8EC7 145-146-5
-letter \x8EC8 13456-3
-letter \x8EC9 1256-5
-letter \x8ECA 12-2346-3
-letter \x8ECB 23456-5
-letter \x8ECC 13-1246-4
-letter \x8ECD 13-256-3
-letter \x8ECE 1246-5
-letter \x8ECF 236-5
-letter \x8ED0 15-1456-5
-letter \x8ED1 145-16-5
-letter \x8ED2 15-45-3
-letter \x8ED3 12345-1236-5
-letter \x8ED4 1245-136-5
-letter \x8ED5 24-1236-3
-letter \x8ED6 245-46-2
-letter \x8ED7 24-34-3
-letter \x8ED8 124-123456-2
-letter \x8ED9 12-136-2
-letter \x8EDA 145-2456-5
-letter \x8EDB 2346-5
-letter \x8EDC 1345-345-5
-letter \x8EDD 245-16-2
-letter \x8EDE 134-146-2
-letter \x8EDF 1245-12456-4
-letter \x8EE0 1245-136-5
-letter \x8EE1 245-1456-2
-letter \x8EE2 1-12456-4
-letter \x8EE3 1235-12346-3
-letter \x8EE4 1235-34-3
-letter \x8EE5 245-1256-2
-letter \x8EE6 1235-456-5
-letter \x8EE7 145-16-4
-letter \x8EE8 14-13456-2
-letter \x8EE9 145-2456-5
-letter \x8EEA 146-3
-letter \x8EEB 1-136-4
-letter \x8EEC 12345-1236-5
-letter \x8EED 123-456-3
-letter \x8EEE 1346-4
-letter \x8EEF 1234-1356-3
-letter \x8EF0 135-356-5
-letter \x8EF1 13-34-3
-letter \x8EF2 123-34-3
-letter \x8EF3 1234-146-2
-letter \x8EF4 1-34-5
-letter \x8EF5 1245-12346-4
-letter \x8EF6 2346-5
-letter \x8EF7 135-345-2
-letter \x8EF8 1-12356-2
-letter \x8EF9 1-156-4
-letter \x8EFA 246-2
-letter \x8EFB 123-2346-3
-letter \x8EFC 16-5
-letter \x8EFD 245-13456-3
-letter \x8EFE 24-156-5
-letter \x8EFF 1234-13456-2
-letter \x8F00 156-2
-letter \x8F01 245-235-2
-letter \x8F02 13-1256-2
-letter \x8F03 13-246-5
-letter \x8F04 13-456-3
-letter \x8F05 14-34-5
-letter \x8F06 123-2456-4
-letter \x8F07 245-45-2
-letter \x8F08 1-12356-3
-letter \x8F09 125-2456-5
-letter \x8F0A 1-156-5
-letter \x8F0B 24-2346-3
-letter \x8F0C 14-46-5
-letter \x8F0D 1256-5
-letter \x8F0E 24-146-3
-letter \x8F0F 234-2
-letter \x8F10 12456-5
-letter \x8F11 256-4
-letter \x8F12 1-2346-2
-letter \x8F13 12456-4
-letter \x8F14 12345-34-4
-letter \x8F15 245-13456-3
-letter \x8F16 1-12356-3
-letter \x8F17 1345-16-2
-letter \x8F18 14-13456-2
-letter \x8F19 1-2346-2
-letter \x8F1A 1-1236-5
-letter \x8F1B 14-46-5
-letter \x8F1C 125-156-3
-letter \x8F1D 1235-1246-3
-letter \x8F1E 456-4
-letter \x8F1F 12-25-5
-letter \x8F20 13-25-4
-letter \x8F21 123-1236-4
-letter \x8F22 16-4
-letter \x8F23 1234-1356-2
-letter \x8F24 245-2345-5
-letter \x8F25 13-123456-4
-letter \x8F26 1345-2345-4
-letter \x8F27 1234-1356-3
-letter \x8F28 13-12456-4
-letter \x8F29 135-356-5
-letter \x8F2A 14-123456-2
-letter \x8F2B 1234-2456-2
-letter \x8F2C 14-46-2
-letter \x8F2D 1245-12456-4
-letter \x8F2E 1245-12356-2
-letter \x8F2F 13-16-2
-letter \x8F30 46-2
-letter \x8F31 15-2345-2
-letter \x8F32 12-12456-2
-letter \x8F33 245-12356-5
-letter \x8F34 12-123456-3
-letter \x8F35 13-2346-2
-letter \x8F36 234-2
-letter \x8F37 1235-12346-3
-letter \x8F38 24-34-3
-letter \x8F39 12345-34-5
-letter \x8F3A 125-156-3
-letter \x8F3B 12345-34-2
-letter \x8F3C 123456-3
-letter \x8F3D 135-136-5
-letter \x8F3E 1345-2345-4
-letter \x8F3F 1256-2
-letter \x8F40 123456-3
-letter \x8F41 124-146-3
-letter \x8F42 13-34-4
-letter \x8F43 1-136-3
-letter \x8F44 15-23456-2
-letter \x8F45 45-2
-letter \x8F46 14-34-5
-letter \x8F47 13-246-3
-letter \x8F48 12-146-2
-letter \x8F49 1-12456-4
-letter \x8F4A 1246-5
-letter \x8F4B 1235-123456-2
-letter \x8F4C 15-236-4
-letter \x8F4D 12-2346-5
-letter \x8F4E 13-246-5
-letter \x8F4F 1-1236-5
-letter \x8F50 135-34-2
-letter \x8F51 14-146-4
-letter \x8F52 12345-136-2
-letter \x8F53 12345-1236-3
-letter \x8F54 14-1456-2
-letter \x8F55 13-2346-2
-letter \x8F56 15-2346-5
-letter \x8F57 123-1236-4
-letter \x8F58 1235-12456-5
-letter \x8F59 16-4
-letter \x8F5A 13-16-2
-letter \x8F5B 145-1246-5
-letter \x8F5C 156-2
-letter \x8F5D 1256-2
-letter \x8F5E 15-2345-5
-letter \x8F5F 1235-12346-3
-letter \x8F60 14-356-2
-letter \x8F61 1234-356-5
-letter \x8F62 14-16-5
-letter \x8F63 14-16-5
-letter \x8F64 14-34-2
-letter \x8F65 14-1456-5
-letter \x8F66 12-2346-3
-letter \x8F67 23456-5
-letter \x8F68 13-1246-4
-letter \x8F69 15-45-3
-letter \x8F6A 145-16-5
-letter \x8F6B 1245-136-5
-letter \x8F6C 1-12456-4
-letter \x8F6D 2346-5
-letter \x8F6E 14-123456-2
-letter \x8F6F 1245-12456-4
-letter \x8F70 1235-12346-3
-letter \x8F71 123-34-3
-letter \x8F72 123-2346-3
-letter \x8F73 14-34-2
-letter \x8F74 1-12356-2
-letter \x8F75 1-156-4
-letter \x8F76 16-5
-letter \x8F77 1235-34-3
-letter \x8F78 1-136-4
-letter \x8F79 14-16-5
-letter \x8F7A 246-2
-letter \x8F7B 245-13456-3
-letter \x8F7C 24-156-5
-letter \x8F7D 125-2456-5
-letter \x8F7E 1-156-5
-letter \x8F7F 13-246-5
-letter \x8F80 1-12356-3
-letter \x8F81 245-45-2
-letter \x8F82 14-34-5
-letter \x8F83 13-246-5
-letter \x8F84 1-2346-2
-letter \x8F85 12345-34-4
-letter \x8F86 14-46-5
-letter \x8F87 1345-2345-4
-letter \x8F88 135-356-5
-letter \x8F89 1235-1246-3
-letter \x8F8A 13-123456-4
-letter \x8F8B 456-4
-letter \x8F8C 14-46-2
-letter \x8F8D 12-25-5
-letter \x8F8E 125-156-3
-letter \x8F8F 245-12356-5
-letter \x8F90 12345-34-2
-letter \x8F91 13-16-2
-letter \x8F92 123456-3
-letter \x8F93 24-34-3
-letter \x8F94 1234-356-5
-letter \x8F95 45-2
-letter \x8F96 15-23456-2
-letter \x8F97 1-1236-4
-letter \x8F98 14-34-5
-letter \x8F99 1-2346-2
-letter \x8F9A 14-1456-2
-letter \x8F9B 15-1456-3
-letter \x8F9C 13-34-3
-letter \x8F9D 245-156-2
-letter \x8F9E 245-156-2
-letter \x8F9F 1234-16-5
-letter \x8FA0 125-1246-5
-letter \x8FA1 135-2345-5
-letter \x8FA2 14-345-5
-letter \x8FA3 14-345-5
-letter \x8FA4 245-156-2
-letter \x8FA5 15-236-3
-letter \x8FA6 135-1236-5
-letter \x8FA7 135-2345-5
-letter \x8FA8 135-2345-5
-letter \x8FA9 135-2345-5
-letter \x8FAA 15-236-3
-letter \x8FAB 135-2345-5
-letter \x8FAC 135-1236-3
-letter \x8FAD 245-156-2
-letter \x8FAE 135-2345-5
-letter \x8FAF 135-2345-5
-letter \x8FB0 12-136-2
-letter \x8FB1 1245-34-5
-letter \x8FB2 1345-12346-2
-letter \x8FB3 1345-12346-2
-letter \x8FB4 1-136-4
-letter \x8FB5 12-25-5
-letter \x8FB6 12-25-5
-letter \x8FB7 16-3
-letter \x8FB8 1245-1356-2
-letter \x8FB9 135-2345-3
-letter \x8FBA 135-2345-3
-letter \x8FBB 24-156-2
-letter \x8FBC 1245-34-5
-letter \x8FBD 14-246-2
-letter \x8FBE 145-345-2
-letter \x8FBF 12-1236-3
-letter \x8FC0 13-1236-3
-letter \x8FC1 245-2345-3
-letter \x8FC2 1256-3
-letter \x8FC3 1256-3
-letter \x8FC4 245-16-5
-letter \x8FC5 15-256-5
-letter \x8FC6 16-4
-letter \x8FC7 13-25-5
-letter \x8FC8 134-2456-5
-letter \x8FC9 245-16-3
-letter \x8FCA 125-345-3
-letter \x8FCB 456-5
-letter \x8FCC 1234-34-5
-letter \x8FCD 1-123456-3
-letter \x8FCE 13456-2
-letter \x8FCF 124-16-5
-letter \x8FD0 256-5
-letter \x8FD1 13-1456-5
-letter \x8FD2 1235-1346-2
-letter \x8FD3 23456-5
-letter \x8FD4 12345-1236-4
-letter \x8FD5 34-4
-letter \x8FD6 145-345-2
-letter \x8FD7 2346-2
-letter \x8FD8 1235-2456-2
-letter \x8FD9 1-2346-5
-letter \x8FDA 1-12346-3
-letter \x8FDB 13-1456-5
-letter \x8FDC 45-4
-letter \x8FDD 1246-2
-letter \x8FDE 14-2345-2
-letter \x8FDF 12-156-2
-letter \x8FE0 12-2346-5
-letter \x8FE1 1345-16-5
-letter \x8FE2 124-246-2
-letter \x8FE3 12-156-5
-letter \x8FE4 16-4
-letter \x8FE5 13-235-4
-letter \x8FE6 13-23456-3
-letter \x8FE7 12-136-2
-letter \x8FE8 145-2456-5
-letter \x8FE9 156-4
-letter \x8FEA 145-16-2
-letter \x8FEB 1234-126-5
-letter \x8FEC 456-4
-letter \x8FED 145-346-2
-letter \x8FEE 125-2346-2
-letter \x8FEF 124-146-2
-letter \x8FF0 24-34-5
-letter \x8FF1 124-25-2
-letter \x8FF2 245-1256-5
-letter \x8FF3 13-13456-5
-letter \x8FF4 1235-1246-2
-letter \x8FF5 124-12346-2
-letter \x8FF6 234-5
-letter \x8FF7 134-16-2
-letter \x8FF8 135-1356-5
-letter \x8FF9 13-16-3
-letter \x8FFA 1345-2456-4
-letter \x8FFB 16-2
-letter \x8FFC 13-346-2
-letter \x8FFD 1-1246-3
-letter \x8FFE 14-346-5
-letter \x8FFF 15-256-5
-letter \x9000 124-1246-5
-letter \x9001 15-12346-5
-letter \x9002 24-156-5
-letter \x9003 124-146-2
-letter \x9004 1234-1346-2
-letter \x9005 13-12356-5
-letter \x9006 1345-16-5
-letter \x9007 145-123456-5
-letter \x9008 13-235-4
-letter \x9009 15-45-4
-letter \x900A 15-256-5
-letter \x900B 135-34-3
-letter \x900C 234-2
-letter \x900D 15-246-3
-letter \x900E 245-234-2
-letter \x900F 124-12356-5
-letter \x9010 1-34-2
-letter \x9011 245-234-2
-letter \x9012 145-16-5
-letter \x9013 145-16-5
-letter \x9014 124-34-2
-letter \x9015 13-13456-5
-letter \x9016 124-16-5
-letter \x9017 145-12356-5
-letter \x9018 16-4
-letter \x9019 1-2346-5
-letter \x901A 124-12346-3
-letter \x901B 13-456-5
-letter \x901C 34-5
-letter \x901D 24-156-5
-letter \x901E 12-1356-4
-letter \x901F 15-34-5
-letter \x9020 125-146-5
-letter \x9021 245-256-3
-letter \x9022 12345-1356-2
-letter \x9023 14-2345-2
-letter \x9024 15-25-5
-letter \x9025 1235-1246-2
-letter \x9026 14-16-4
-letter \x9027 13-34-4
-letter \x9028 14-2456-2
-letter \x9029 135-136-5
-letter \x902A 245-25-5
-letter \x902B 13-236-2
-letter \x902C 135-1356-5
-letter \x902D 1235-12456-5
-letter \x902E 145-2456-4
-letter \x902F 14-34-5
-letter \x9030 234-2
-letter \x9031 1-12356-3
-letter \x9032 13-1456-5
-letter \x9033 1256-5
-letter \x9034 12-25-3
-letter \x9035 123-1246-2
-letter \x9036 1246-3
-letter \x9037 124-16-5
-letter \x9038 16-5
-letter \x9039 145-345-2
-letter \x903A 45-4
-letter \x903B 14-25-2
-letter \x903C 135-16-3
-letter \x903D 1345-25-5
-letter \x903E 1256-2
-letter \x903F 145-1346-5
-letter \x9040 15-1246-2
-letter \x9041 145-123456-5
-letter \x9042 15-1246-5
-letter \x9043 2345-4
-letter \x9044 12-12456-2
-letter \x9045 12-156-2
-letter \x9046 124-16-2
-letter \x9047 1256-5
-letter \x9048 24-156-2
-letter \x9049 1-136-3
-letter \x904A 234-2
-letter \x904B 256-5
-letter \x904C 2346-5
-letter \x904D 135-2345-5
-letter \x904E 13-25-5
-letter \x904F 2346-5
-letter \x9050 15-23456-2
-letter \x9051 1235-456-2
-letter \x9052 245-234-2
-letter \x9053 145-146-5
-letter \x9054 145-345-2
-letter \x9055 1246-2
-letter \x9056 12456-2
-letter \x9057 16-2
-letter \x9058 13-12356-5
-letter \x9059 246-2
-letter \x905A 12-34-5
-letter \x905B 14-234-5
-letter \x905C 15-256-5
-letter \x905D 124-345-5
-letter \x905E 145-16-5
-letter \x905F 12-156-2
-letter \x9060 45-4
-letter \x9061 15-34-5
-letter \x9062 124-345-5
-letter \x9063 245-2345-4
-letter \x9064 134-345-4
-letter \x9065 246-2
-letter \x9066 13-12456-5
-letter \x9067 1-1346-3
-letter \x9068 146-2
-letter \x9069 24-156-5
-letter \x906A 245-2346-5
-letter \x906B 12-156-5
-letter \x906C 15-34-5
-letter \x906D 125-146-3
-letter \x906E 1-2346-3
-letter \x906F 145-123456-5
-letter \x9070 145-16-5
-letter \x9071 14-12356-2
-letter \x9072 12-156-2
-letter \x9073 245-25-3
-letter \x9074 14-1456-2
-letter \x9075 125-123456-3
-letter \x9076 1245-146-5
-letter \x9077 245-2345-3
-letter \x9078 15-45-4
-letter \x9079 1256-5
-letter \x907A 16-2
-letter \x907B 2346-5
-letter \x907C 14-246-2
-letter \x907D 13-1256-5
-letter \x907E 24-156-5
-letter \x907F 135-16-5
-letter \x9080 246-3
-letter \x9081 134-2456-5
-letter \x9082 15-346-5
-letter \x9083 15-1246-5
-letter \x9084 1235-2456-2
-letter \x9085 1-1236-3
-letter \x9086 124-1356-2
-letter \x9087 156-4
-letter \x9088 134-246-4
-letter \x9089 135-2345-3
-letter \x908A 135-2345-3
-letter \x908B 14-345-3
-letter \x908C 14-16-2
-letter \x908D 45-2
-letter \x908E 246-2
-letter \x908F 14-25-2
-letter \x9090 14-16-4
-letter \x9091 16-5
-letter \x9092 124-13456-2
-letter \x9093 145-1356-5
-letter \x9094 245-16-4
-letter \x9095 235-3
-letter \x9096 24-1236-3
-letter \x9097 1235-1236-2
-letter \x9098 1256-2
-letter \x9099 134-1346-2
-letter \x909A 1245-34-2
-letter \x909B 245-235-2
-letter \x909C 12456-4
-letter \x909D 123-456-5
-letter \x909E 12345-34-3
-letter \x909F 123-1346-5
-letter \x90A0 135-1456-3
-letter \x90A1 12345-1346-3
-letter \x90A2 15-13456-2
-letter \x90A3 1345-345-5
-letter \x90A4 15-1456-3
-letter \x90A5 24-136-4
-letter \x90A6 135-1346-3
-letter \x90A7 45-2
-letter \x90A8 245-123456-3
-letter \x90A9 1235-25-4
-letter \x90AA 15-346-2
-letter \x90AB 135-1346-3
-letter \x90AC 34-3
-letter \x90AD 13-1256-5
-letter \x90AE 234-2
-letter \x90AF 1235-1236-2
-letter \x90B0 124-2456-2
-letter \x90B1 245-234-3
-letter \x90B2 135-16-5
-letter \x90B3 1234-16-3
-letter \x90B4 135-13456-4
-letter \x90B5 24-146-5
-letter \x90B6 135-356-5
-letter \x90B7 35-4
-letter \x90B8 145-16-4
-letter \x90B9 125-12356-3
-letter \x90BA 346-5
-letter \x90BB 14-1456-2
-letter \x90BC 123-456-3
-letter \x90BD 13-1246-3
-letter \x90BE 1-34-3
-letter \x90BF 24-156-3
-letter \x90C0 123-34-3
-letter \x90C1 1256-5
-letter \x90C2 13-2456-3
-letter \x90C3 1235-2346-2
-letter \x90C4 15-346-5
-letter \x90C5 1-156-5
-letter \x90C6 13-16-2
-letter \x90C7 15-256-2
-letter \x90C8 1235-12356-5
-letter \x90C9 15-13456-2
-letter \x90CA 13-246-3
-letter \x90CB 15-16-2
-letter \x90CC 13-1246-3
-letter \x90CD 1345-25-2
-letter \x90CE 14-1346-2
-letter \x90CF 13-23456-2
-letter \x90D0 123-2356-5
-letter \x90D1 1-1356-5
-letter \x90D2 14-1346-2
-letter \x90D3 256-5
-letter \x90D4 2345-2
-letter \x90D5 12-1356-2
-letter \x90D6 145-12356-3
-letter \x90D7 15-16-3
-letter \x90D8 14-1256-4
-letter \x90D9 12345-34-4
-letter \x90DA 34-2
-letter \x90DB 12345-34-2
-letter \x90DC 13-146-5
-letter \x90DD 1235-146-4
-letter \x90DE 14-1346-2
-letter \x90DF 13-23456-2
-letter \x90E0 13-1356-4
-letter \x90E1 13-256-5
-letter \x90E2 13456-4
-letter \x90E3 135-126-2
-letter \x90E4 15-16-5
-letter \x90E5 135-356-5
-letter \x90E6 14-16-5
-letter \x90E7 256-2
-letter \x90E8 135-34-5
-letter \x90E9 15-246-2
-letter \x90EA 245-16-3
-letter \x90EB 1234-16-2
-letter \x90EC 245-13456-3
-letter \x90ED 13-25-3
-letter \x90EE 1-12356-3
-letter \x90EF 124-1236-2
-letter \x90F0 125-12356-3
-letter \x90F1 1234-13456-2
-letter \x90F2 14-2456-2
-letter \x90F3 1345-16-2
-letter \x90F4 12-136-3
-letter \x90F5 234-2
-letter \x90F6 135-34-5
-letter \x90F7 15-46-3
-letter \x90F8 145-1236-3
-letter \x90F9 13-1256-2
-letter \x90FA 235-3
-letter \x90FB 245-246-3
-letter \x90FC 16-3
-letter \x90FD 145-12356-3
-letter \x90FE 2345-4
-letter \x90FF 134-356-2
-letter \x9100 1245-25-5
-letter \x9101 135-356-5
-letter \x9102 2346-5
-letter \x9103 1256-2
-letter \x9104 13-45-5
-letter \x9105 1256-4
-letter \x9106 256-5
-letter \x9107 1235-12356-5
-letter \x9108 123-1246-2
-letter \x9109 15-46-3
-letter \x910A 15-46-3
-letter \x910B 15-12356-3
-letter \x910C 124-1346-2
-letter \x910D 134-13456-2
-letter \x910E 15-16-3
-letter \x910F 1245-34-5
-letter \x9110 12-34-5
-letter \x9111 125-156-3
-letter \x9112 125-12356-3
-letter \x9113 13-1256-2
-letter \x9114 34-3
-letter \x9115 15-46-3
-letter \x9116 256-2
-letter \x9117 1235-146-5
-letter \x9118 235-3
-letter \x9119 135-16-4
-letter \x911A 134-126-5
-letter \x911B 12-146-2
-letter \x911C 12345-34-3
-letter \x911D 14-246-4
-letter \x911E 1456-2
-letter \x911F 1-12456-3
-letter \x9120 1235-34-5
-letter \x9121 245-246-3
-letter \x9122 2345-3
-letter \x9123 1-1346-3
-letter \x9124 134-1236-5
-letter \x9125 245-246-3
-letter \x9126 15-1256-4
-letter \x9127 145-1356-5
-letter \x9128 135-16-5
-letter \x9129 15-256-2
-letter \x912A 135-16-5
-letter \x912B 245-1356-2
-letter \x912C 1246-2
-letter \x912D 1-1356-5
-letter \x912E 134-146-5
-letter \x912F 24-1236-5
-letter \x9130 14-1456-2
-letter \x9131 1234-126-2
-letter \x9132 145-1236-3
-letter \x9133 134-1356-2
-letter \x9134 346-5
-letter \x9135 245-146-3
-letter \x9136 123-2356-5
-letter \x9137 12345-1356-3
-letter \x9138 134-1356-2
-letter \x9139 125-12356-3
-letter \x913A 123-456-5
-letter \x913B 14-2345-4
-letter \x913C 125-1236-5
-letter \x913D 12-1236-2
-letter \x913E 234-3
-letter \x913F 245-16-2
-letter \x9140 2345-3
-letter \x9141 12-1236-2
-letter \x9142 125-1236-5
-letter \x9143 14-13456-2
-letter \x9144 1235-12456-3
-letter \x9145 15-16-3
-letter \x9146 12345-1356-3
-letter \x9147 125-1236-5
-letter \x9148 14-16-5
-letter \x9149 234-4
-letter \x914A 145-13456-4
-letter \x914B 245-234-2
-letter \x914C 1-25-2
-letter \x914D 1234-356-5
-letter \x914E 1-12356-5
-letter \x914F 1256-4
-letter \x9150 13-1236-3
-letter \x9151 1256-4
-letter \x9152 13-234-4
-letter \x9153 2345-4
-letter \x9154 125-1246-5
-letter \x9155 134-146-2
-letter \x9156 145-1236-3
-letter \x9157 15-1256-5
-letter \x9158 124-12356-2
-letter \x9159 1-136-3
-letter \x915A 12345-136-3
-letter \x915B 45-2
-letter \x915C 12345-34-3
-letter \x915D 256-5
-letter \x915E 124-2456-5
-letter \x915F 124-2345-3
-letter \x9160 245-23456-4
-letter \x9161 124-25-2
-letter \x9162 125-25-5
-letter \x9163 1235-1236-3
-letter \x9164 13-34-3
-letter \x9165 15-34-3
-letter \x9166 1234-126-5
-letter \x9167 12-12356-2
-letter \x9168 125-2456-5
-letter \x9169 134-13456-4
-letter \x916A 14-146-5
-letter \x916B 12-25-5
-letter \x916C 12-12356-2
-letter \x916D 234-5
-letter \x916E 124-12346-2
-letter \x916F 1-156-4
-letter \x9170 15-2345-3
-letter \x9171 13-46-5
-letter \x9172 12-1356-2
-letter \x9173 1456-5
-letter \x9174 124-34-2
-letter \x9175 15-246-5
-letter \x9176 134-356-2
-letter \x9177 123-34-5
-letter \x9178 15-12456-3
-letter \x9179 14-356-5
-letter \x917A 1234-34-2
-letter \x917B 125-1246-5
-letter \x917C 1235-2456-4
-letter \x917D 2345-5
-letter \x917E 24-2456-3
-letter \x917F 1345-46-5
-letter \x9180 1246-2
-letter \x9181 14-34-5
-letter \x9182 14-1236-4
-letter \x9183 2345-3
-letter \x9184 124-146-2
-letter \x9185 1234-356-3
-letter \x9186 1-1236-4
-letter \x9187 12-123456-2
-letter \x9188 124-1236-2
-letter \x9189 125-1246-5
-letter \x918A 1-1246-5
-letter \x918B 245-34-5
-letter \x918C 123-123456-3
-letter \x918D 124-16-2
-letter \x918E 134-2345-2
-letter \x918F 145-34-3
-letter \x9190 1235-34-2
-letter \x9191 15-1256-4
-letter \x9192 15-13456-4
-letter \x9193 124-1236-4
-letter \x9194 13-234-3
-letter \x9195 12-123456-2
-letter \x9196 256-5
-letter \x9197 1234-126-5
-letter \x9198 123-2346-5
-letter \x9199 15-12356-3
-letter \x919A 134-16-2
-letter \x919B 245-45-2
-letter \x919C 12-12356-4
-letter \x919D 245-25-2
-letter \x919E 256-5
-letter \x919F 235-5
-letter \x91A0 1346-5
-letter \x91A1 1-345-5
-letter \x91A2 1235-2456-4
-letter \x91A3 124-1346-2
-letter \x91A4 13-46-5
-letter \x91A5 1234-246-4
-letter \x91A6 24-1236-4
-letter \x91A7 1256-5
-letter \x91A8 14-16-2
-letter \x91A9 125-146-2
-letter \x91AA 14-146-2
-letter \x91AB 16-3
-letter \x91AC 13-46-5
-letter \x91AD 1234-34-2
-letter \x91AE 13-246-5
-letter \x91AF 15-16-3
-letter \x91B0 124-1236-2
-letter \x91B1 1234-126-5
-letter \x91B2 1345-12346-2
-letter \x91B3 16-5
-letter \x91B4 14-16-4
-letter \x91B5 13-1256-5
-letter \x91B6 13-246-5
-letter \x91B7 16-5
-letter \x91B8 1345-46-5
-letter \x91B9 1245-34-2
-letter \x91BA 15-256-3
-letter \x91BB 12-12356-2
-letter \x91BC 2345-5
-letter \x91BD 14-13456-2
-letter \x91BE 134-16-2
-letter \x91BF 134-16-2
-letter \x91C0 1345-46-5
-letter \x91C1 15-1456-5
-letter \x91C2 13-246-5
-letter \x91C3 24-156-3
-letter \x91C4 134-16-2
-letter \x91C5 2345-5
-letter \x91C6 135-2345-5
-letter \x91C7 245-2456-4
-letter \x91C8 24-156-5
-letter \x91C9 234-5
-letter \x91CA 24-156-5
-letter \x91CB 24-156-5
-letter \x91CC 14-16-4
-letter \x91CD 1-12346-5
-letter \x91CE 346-4
-letter \x91CF 14-46-5
-letter \x91D0 14-16-2
-letter \x91D1 13-1456-3
-letter \x91D2 13-1456-3
-letter \x91D3 13-345-3
-letter \x91D4 16-4
-letter \x91D5 1345-246-4
-letter \x91D6 145-146-3
-letter \x91D7 1-146-3
-letter \x91D8 145-13456-3
-letter \x91D9 135-126-3
-letter \x91DA 245-234-2
-letter \x91DB 1235-2346-2
-letter \x91DC 12345-34-4
-letter \x91DD 1-136-3
-letter \x91DE 1-156-2
-letter \x91DF 135-345-3
-letter \x91E0 14-12456-5
-letter \x91E1 12345-34-4
-letter \x91E2 1345-2456-4
-letter \x91E3 145-246-5
-letter \x91E4 24-1236-3
-letter \x91E5 245-246-4
-letter \x91E6 123-12356-5
-letter \x91E7 12-12456-5
-letter \x91E8 125-156-4
-letter \x91E9 12345-1236-2
-letter \x91EA 1256-2
-letter \x91EB 1235-35-2
-letter \x91EC 1235-1236-5
-letter \x91ED 13-1346-3
-letter \x91EE 245-16-2
-letter \x91EF 134-1346-2
-letter \x91F0 1245-156-5
-letter \x91F1 145-16-5
-letter \x91F2 15-156-5
-letter \x91F3 15-16-5
-letter \x91F4 16-5
-letter \x91F5 12-2456-3
-letter \x91F6 24-156-3
-letter \x91F7 124-34-4
-letter \x91F8 15-16-5
-letter \x91F9 1345-1256-4
-letter \x91FA 245-2345-3
-letter \x91FB 245-234-2
-letter \x91FC 13-2345-5
-letter \x91FD 1234-16-3
-letter \x91FE 346-2
-letter \x91FF 1456-4
-letter \x9200 135-345-4
-letter \x9201 12345-1346-3
-letter \x9202 12-136-2
-letter \x9203 15-13456-2
-letter \x9204 124-12356-4
-letter \x9205 236-5
-letter \x9206 245-2345-3
-letter \x9207 12345-34-3
-letter \x9208 135-34-5
-letter \x9209 1345-345-5
-letter \x920A 15-1456-3
-letter \x920B 2346-2
-letter \x920C 13-236-2
-letter \x920D 145-123456-5
-letter \x920E 13-12356-3
-letter \x920F 1456-4
-letter \x9210 245-2345-2
-letter \x9211 135-1236-4
-letter \x9212 15-2346-5
-letter \x9213 1245-136-2
-letter \x9214 12-146-3
-letter \x9215 1345-234-4
-letter \x9216 12345-136-3
-letter \x9217 256-4
-letter \x9218 13-16-4
-letter \x9219 245-1456-2
-letter \x921A 1234-16-2
-letter \x921B 13-25-3
-letter \x921C 1235-12346-2
-letter \x921D 1456-2
-letter \x921E 13-256-3
-letter \x921F 24-156-3
-letter \x9220 16-5
-letter \x9221 1-12346-3
-letter \x9222 1345-346-3
-letter \x9223 13-2456-5
-letter \x9224 1245-156-5
-letter \x9225 1235-25-4
-letter \x9226 124-2456-5
-letter \x9227 123-1346-5
-letter \x9228 45-2
-letter \x9229 14-34-2
-letter \x922A 123456-5
-letter \x922B 245-1456-2
-letter \x922C 145-25-2
-letter \x922D 125-156-3
-letter \x922E 1345-16-2
-letter \x922F 124-34-2
-letter \x9230 24-156-5
-letter \x9231 134-1456-2
-letter \x9232 13-34-3
-letter \x9233 123-2346-3
-letter \x9234 14-13456-2
-letter \x9235 135-13456-5
-letter \x9236 15-156-5
-letter \x9237 13-34-3
-letter \x9238 135-126-2
-letter \x9239 1234-16-2
-letter \x923A 1256-5
-letter \x923B 15-156-5
-letter \x923C 125-25-2
-letter \x923D 135-34-5
-letter \x923E 234-2
-letter \x923F 145-2345-5
-letter \x9240 13-23456-4
-letter \x9241 1-136-3
-letter \x9242 24-156-4
-letter \x9243 24-156-5
-letter \x9244 124-346-4
-letter \x9245 13-1256-5
-letter \x9246 15-12456-5
-letter \x9247 24-156-3
-letter \x9248 124-345-4
-letter \x9249 15-45-5
-letter \x924A 1-146-3
-letter \x924B 135-146-5
-letter \x924C 1235-2346-2
-letter \x924D 135-16-5
-letter \x924E 24-1356-3
-letter \x924F 12-34-2
-letter \x9250 24-156-2
-letter \x9251 135-126-2
-letter \x9252 1-34-5
-letter \x9253 12-156-5
-letter \x9254 125-345-3
-letter \x9255 1234-126-4
-letter \x9256 124-12346-2
-letter \x9257 245-2345-2
-letter \x9258 12345-34-2
-letter \x9259 1-2456-4
-letter \x925A 134-146-4
-letter \x925B 245-2345-3
-letter \x925C 12345-34-2
-letter \x925D 14-16-5
-letter \x925E 236-5
-letter \x925F 1234-16-3
-letter \x9260 46-3
-letter \x9261 135-1236-5
-letter \x9262 135-126-3
-letter \x9263 13-346-2
-letter \x9264 13-12356-3
-letter \x9265 24-34-5
-letter \x9266 1-1356-3
-letter \x9267 134-34-4
-letter \x9268 1345-16-4
-letter \x9269 15-16-4
-letter \x926A 145-16-5
-letter \x926B 13-23456-3
-letter \x926C 134-34-5
-letter \x926D 124-1236-4
-letter \x926E 24-136-3
-letter \x926F 16-4
-letter \x9270 15-156-3
-letter \x9271 123-456-5
-letter \x9272 123-345-4
-letter \x9273 135-356-4
-letter \x9274 13-2345-5
-letter \x9275 124-12346-2
-letter \x9276 15-13456-2
-letter \x9277 1235-12346-2
-letter \x9278 13-246-4
-letter \x9279 12-156-4
-letter \x927A 156-5
-letter \x927B 13-2346-5
-letter \x927C 135-13456-4
-letter \x927D 24-156-5
-letter \x927E 134-12356-2
-letter \x927F 1235-345-3
-letter \x9280 1456-2
-letter \x9281 13-256-3
-letter \x9282 1-12356-3
-letter \x9283 12-12346-5
-letter \x9284 24-1346-5
-letter \x9285 124-12346-2
-letter \x9286 134-126-5
-letter \x9287 14-356-5
-letter \x9288 13-16-3
-letter \x9289 1256-5
-letter \x928A 15-1256-5
-letter \x928B 1245-136-2
-letter \x928C 125-123456-5
-letter \x928D 1-156-5
-letter \x928E 245-235-2
-letter \x928F 24-1236-5
-letter \x9290 12-156-5
-letter \x9291 15-2345-4
-letter \x9292 15-13456-2
-letter \x9293 245-45-2
-letter \x9294 1234-16-3
-letter \x9295 124-346-4
-letter \x9296 1-34-3
-letter \x9297 1235-12356-2
-letter \x9298 134-13456-2
-letter \x9299 123-35-4
-letter \x929A 145-246-5
-letter \x929B 15-2345-3
-letter \x929C 15-2345-2
-letter \x929D 15-234-3
-letter \x929E 13-256-3
-letter \x929F 12-345-3
-letter \x92A0 14-146-4
-letter \x92A1 13-16-2
-letter \x92A2 1234-16-4
-letter \x92A3 1245-34-2
-letter \x92A4 134-16-4
-letter \x92A5 16-3
-letter \x92A6 1456-3
-letter \x92A7 13-456-3
-letter \x92A8 1236-3
-letter \x92A9 145-234-3
-letter \x92AA 234-4
-letter \x92AB 15-2346-5
-letter \x92AC 123-146-5
-letter \x92AD 245-2345-2
-letter \x92AE 14-12456-2
-letter \x92AF 15-156-3
-letter \x92B0 2456-3
-letter \x92B1 145-246-5
-letter \x92B2 1235-1236-5
-letter \x92B3 1245-1246-5
-letter \x92B4 24-156-5
-letter \x92B5 123-1356-3
-letter \x92B6 245-234-2
-letter \x92B7 15-246-3
-letter \x92B8 1-2346-2
-letter \x92B9 15-234-5
-letter \x92BA 125-1346-5
-letter \x92BB 124-16-3
-letter \x92BC 245-25-5
-letter \x92BD 13-35-3
-letter \x92BE 13-12346-4
-letter \x92BF 1-12346-3
-letter \x92C0 145-12356-5
-letter \x92C1 14-1256-4
-letter \x92C2 134-356-2
-letter \x92C3 14-1346-2
-letter \x92C4 12456-4
-letter \x92C5 15-1456-3
-letter \x92C6 256-2
-letter \x92C7 135-356-5
-letter \x92C8 34-5
-letter \x92C9 15-34-5
-letter \x92CA 1256-5
-letter \x92CB 12-1236-2
-letter \x92CC 124-13456-4
-letter \x92CD 135-126-2
-letter \x92CE 1235-1236-5
-letter \x92CF 13-23456-2
-letter \x92D0 1235-12346-2
-letter \x92D1 13-45-3
-letter \x92D2 12345-1356-3
-letter \x92D3 12-1236-3
-letter \x92D4 12456-4
-letter \x92D5 1-156-5
-letter \x92D6 15-156-3
-letter \x92D7 15-45-3
-letter \x92D8 1235-35-2
-letter \x92D9 34-2
-letter \x92DA 124-246-2
-letter \x92DB 13-12346-4
-letter \x92DC 1-25-2
-letter \x92DD 14-236-5
-letter \x92DE 15-13456-2
-letter \x92DF 245-1456-4
-letter \x92E0 24-136-5
-letter \x92E1 1235-1236-2
-letter \x92E2 14-236-5
-letter \x92E3 346-2
-letter \x92E4 12-34-2
-letter \x92E5 125-1356-5
-letter \x92E6 13-1256-2
-letter \x92E7 15-2345-5
-letter \x92E8 2346-2
-letter \x92E9 134-1346-2
-letter \x92EA 1234-34-3
-letter \x92EB 14-16-2
-letter \x92EC 1234-1236-5
-letter \x92ED 1245-1246-5
-letter \x92EE 12-1356-2
-letter \x92EF 13-146-5
-letter \x92F0 14-16-4
-letter \x92F1 124-2346-5
-letter \x92F2 1456-3
-letter \x92F3 1-34-5
-letter \x92F4 1-136-5
-letter \x92F5 124-34-3
-letter \x92F6 14-234-4
-letter \x92F7 125-1246-5
-letter \x92F8 13-1256-5
-letter \x92F9 12-1346-4
-letter \x92FA 45-3
-letter \x92FB 13-2345-5
-letter \x92FC 13-1346-3
-letter \x92FD 145-246-5
-letter \x92FE 124-146-2
-letter \x92FF 12-1346-2
-letter \x9300 14-123456-2
-letter \x9301 123-2346-5
-letter \x9302 14-13456-2
-letter \x9303 135-356-3
-letter \x9304 14-34-5
-letter \x9305 14-16-2
-letter \x9306 245-46-3
-letter \x9307 1234-356-2
-letter \x9308 13-45-4
-letter \x9309 134-1456-2
-letter \x930A 125-1246-5
-letter \x930B 1234-1356-2
-letter \x930C 1236-5
-letter \x930D 1234-16-2
-letter \x930E 15-2345-5
-letter \x930F 23456-3
-letter \x9310 1-1246-3
-letter \x9311 14-356-5
-letter \x9312 345-3
-letter \x9313 123-12346-3
-letter \x9314 124-345-5
-letter \x9315 123-123456-3
-letter \x9316 145-34-3
-letter \x9317 1246-5
-letter \x9318 12-1246-2
-letter \x9319 125-156-3
-letter \x931A 1-1356-3
-letter \x931B 135-136-3
-letter \x931C 1345-346-3
-letter \x931D 245-12346-2
-letter \x931E 145-1246-5
-letter \x931F 124-1236-2
-letter \x9320 145-13456-5
-letter \x9321 245-16-2
-letter \x9322 245-2345-2
-letter \x9323 1-1246-5
-letter \x9324 13-16-3
-letter \x9325 1256-5
-letter \x9326 13-1456-4
-letter \x9327 13-12456-4
-letter \x9328 134-146-2
-letter \x9329 12-1346-3
-letter \x932A 124-2345-4
-letter \x932B 15-16-2
-letter \x932C 14-2345-5
-letter \x932D 145-246-3
-letter \x932E 13-34-5
-letter \x932F 245-25-5
-letter \x9330 24-34-5
-letter \x9331 1-136-3
-letter \x9332 14-34-5
-letter \x9333 134-1356-4
-letter \x9334 14-34-5
-letter \x9335 1235-35-3
-letter \x9336 135-246-4
-letter \x9337 13-345-2
-letter \x9338 14-2456-2
-letter \x9339 123-136-4
-letter \x933A 12345-1236-3
-letter \x933B 34-4
-letter \x933C 1345-2456-5
-letter \x933D 12456-4
-letter \x933E 125-1236-5
-letter \x933F 34-4
-letter \x9340 145-2346-2
-letter \x9341 15-2345-3
-letter \x9342 1234-2345-3
-letter \x9343 1235-25-3
-letter \x9344 14-46-5
-letter \x9345 12345-345-4
-letter \x9346 134-136-2
-letter \x9347 123-2456-4
-letter \x9348 13456-3
-letter \x9349 24-156-2
-letter \x934A 14-2345-5
-letter \x934B 13-25-3
-letter \x934C 15-2345-4
-letter \x934D 145-34-5
-letter \x934E 124-34-2
-letter \x934F 1246-2
-letter \x9350 125-12346-3
-letter \x9351 12345-34-5
-letter \x9352 1245-12356-2
-letter \x9353 13-16-2
-letter \x9354 2346-5
-letter \x9355 13-256-3
-letter \x9356 12-136-4
-letter \x9357 124-16-2
-letter \x9358 1-345-2
-letter \x9359 1235-12346-5
-letter \x935A 46-2
-letter \x935B 145-12456-5
-letter \x935C 15-23456-2
-letter \x935D 1256-2
-letter \x935E 123-1356-3
-letter \x935F 15-13456-3
-letter \x9360 1235-456-2
-letter \x9361 1246-4
-letter \x9362 12345-34-5
-letter \x9363 1-146-3
-letter \x9364 12-345-3
-letter \x9365 245-346-5
-letter \x9366 24-2346-2
-letter \x9367 1235-12346-3
-letter \x9368 123-1246-2
-letter \x9369 14-25-5
-letter \x936A 134-12356-2
-letter \x936B 245-246-3
-letter \x936C 245-246-3
-letter \x936D 1235-12356-2
-letter \x936E 124-12356-3
-letter \x936F 245-12346-3
-letter \x9370 1235-12456-2
-letter \x9371 346-5
-letter \x9372 134-1456-2
-letter \x9373 13-2345-5
-letter \x9374 145-12456-3
-letter \x9375 13-2345-5
-letter \x9376 15-156-3
-letter \x9377 123-1246-3
-letter \x9378 1235-34-2
-letter \x9379 15-45-3
-letter \x937A 1-2346-4
-letter \x937B 13-346-2
-letter \x937C 1-136-3
-letter \x937D 135-2345-3
-letter \x937E 1-12346-3
-letter \x937F 125-156-3
-letter \x9380 15-234-3
-letter \x9381 346-2
-letter \x9382 134-356-4
-letter \x9383 1234-2456-5
-letter \x9384 2456-3
-letter \x9385 13-346-5
-letter \x9386 245-2345-2
-letter \x9387 134-356-2
-letter \x9388 12-25-3
-letter \x9389 124-345-5
-letter \x938A 135-1346-5
-letter \x938B 15-23456-2
-letter \x938C 14-2345-2
-letter \x938D 15-25-4
-letter \x938E 15-16-5
-letter \x938F 14-234-2
-letter \x9390 125-34-2
-letter \x9391 346-5
-letter \x9392 1345-12356-5
-letter \x9393 12346-3
-letter \x9394 1245-12346-2
-letter \x9395 124-1346-2
-letter \x9396 15-25-4
-letter \x9397 245-46-3
-letter \x9398 13-2346-2
-letter \x9399 24-25-5
-letter \x939A 12-1246-2
-letter \x939B 135-126-2
-letter \x939C 1234-1236-2
-letter \x939D 15-345-5
-letter \x939E 135-16-5
-letter \x939F 15-1346-4
-letter \x93A0 13-1346-3
-letter \x93A1 125-156-3
-letter \x93A2 34-3
-letter \x93A3 13456-2
-letter \x93A4 1235-456-4
-letter \x93A5 124-246-2
-letter \x93A6 14-234-2
-letter \x93A7 123-2456-4
-letter \x93A8 15-123456-4
-letter \x93A9 24-345-3
-letter \x93AA 15-12356-3
-letter \x93AB 12456-5
-letter \x93AC 13-146-4
-letter \x93AD 1-136-5
-letter \x93AE 1-136-5
-letter \x93AF 14-25-4
-letter \x93B0 16-5
-letter \x93B1 45-2
-letter \x93B2 124-1346-4
-letter \x93B3 1345-346-5
-letter \x93B4 15-16-2
-letter \x93B5 13-23456-3
-letter \x93B6 13-2346-3
-letter \x93B7 134-345-4
-letter \x93B8 13-45-3
-letter \x93B9 15-12346-5
-letter \x93BA 125-34-4
-letter \x93BB 15-25-4
-letter \x93BC 15-46-5
-letter \x93BD 12345-1356-3
-letter \x93BE 123456-3
-letter \x93BF 1345-345-2
-letter \x93C0 14-34-4
-letter \x93C1 15-25-4
-letter \x93C2 12356-3
-letter \x93C3 125-34-2
-letter \x93C4 124-12456-2
-letter \x93C5 15-234-3
-letter \x93C6 13-12456-5
-letter \x93C7 15-45-2
-letter \x93C8 14-2345-5
-letter \x93C9 24-12356-5
-letter \x93CA 146-5
-letter \x93CB 134-1236-4
-letter \x93CC 134-126-5
-letter \x93CD 14-25-2
-letter \x93CE 135-16-5
-letter \x93CF 1246-5
-letter \x93D0 14-234-2
-letter \x93D1 145-16-2
-letter \x93D2 245-246-3
-letter \x93D3 245-12346-3
-letter \x93D4 16-2
-letter \x93D5 14-34-5
-letter \x93D6 146-2
-letter \x93D7 123-1356-3
-letter \x93D8 245-46-3
-letter \x93D9 245-1246-3
-letter \x93DA 245-16-5
-letter \x93DB 12-1346-2
-letter \x93DC 124-1346-2
-letter \x93DD 134-1236-5
-letter \x93DE 235-3
-letter \x93DF 12-1236-4
-letter \x93E0 12345-1356-3
-letter \x93E1 13-13456-5
-letter \x93E2 135-246-3
-letter \x93E3 24-34-5
-letter \x93E4 14-12356-5
-letter \x93E5 15-234-5
-letter \x93E6 245-12346-3
-letter \x93E7 14-12346-2
-letter \x93E8 125-1236-5
-letter \x93E9 13-2345-5
-letter \x93EA 245-146-2
-letter \x93EB 14-16-2
-letter \x93EC 15-23456-5
-letter \x93ED 15-16-3
-letter \x93EE 123-1346-3
-letter \x93EF 24-456-4
-letter \x93F0 135-1356-5
-letter \x93F1 1-1346-3
-letter \x93F2 245-2345-3
-letter \x93F3 1-1356-3
-letter \x93F4 14-34-5
-letter \x93F5 1235-35-2
-letter \x93F6 13-16-2
-letter \x93F7 1234-34-2
-letter \x93F8 1235-1246-5
-letter \x93F9 245-46-4
-letter \x93FA 1234-126-3
-letter \x93FB 14-1456-2
-letter \x93FC 15-25-4
-letter \x93FD 15-234-5
-letter \x93FE 15-1236-4
-letter \x93FF 12-1356-3
-letter \x9400 123-1246-5
-letter \x9401 15-156-3
-letter \x9402 14-234-5
-letter \x9403 1345-146-2
-letter \x9404 1235-1356-2
-letter \x9405 1234-346-4
-letter \x9406 15-1246-5
-letter \x9407 12345-1236-2
-letter \x9408 245-246-2
-letter \x9409 245-45-3
-letter \x940A 46-2
-letter \x940B 124-1346-5
-letter \x940C 15-46-5
-letter \x940D 13-236-2
-letter \x940E 13-246-3
-letter \x940F 125-123456-3
-letter \x9410 14-246-5
-letter \x9411 13-346-2
-letter \x9412 14-146-2
-letter \x9413 145-1246-3
-letter \x9414 15-1456-2
-letter \x9415 125-1236-3
-letter \x9416 13-16-3
-letter \x9417 13-2345-4
-letter \x9418 1-12346-3
-letter \x9419 145-1356-5
-letter \x941A 23456-5
-letter \x941B 13456-5
-letter \x941C 145-1246-5
-letter \x941D 13-236-2
-letter \x941E 1345-12356-5
-letter \x941F 124-16-5
-letter \x9420 1234-34-4
-letter \x9421 124-346-4
-letter \x9422 346-4
-letter \x9423 12-1356-3
-letter \x9424 145-13456-4
-letter \x9425 24-1236-5
-letter \x9426 123-2456-3
-letter \x9427 13-2345-5
-letter \x9428 12345-356-5
-letter \x9429 15-1246-5
-letter \x942A 14-34-4
-letter \x942B 13-45-3
-letter \x942C 1235-1246-5
-letter \x942D 1256-5
-letter \x942E 14-2345-2
-letter \x942F 1-25-2
-letter \x9430 245-246-3
-letter \x9431 245-2345-3
-letter \x9432 1-25-2
-letter \x9433 14-356-2
-letter \x9434 135-16-5
-letter \x9435 124-346-4
-letter \x9436 1235-12456-2
-letter \x9437 346-5
-letter \x9438 145-25-2
-letter \x9439 13-25-4
-letter \x943A 145-1346-3
-letter \x943B 13-1256-5
-letter \x943C 12345-136-2
-letter \x943D 145-345-2
-letter \x943E 135-356-5
-letter \x943F 16-5
-letter \x9440 2456-5
-letter \x9441 125-12346-3
-letter \x9442 15-256-5
-letter \x9443 145-246-5
-letter \x9444 1-34-5
-letter \x9445 1235-1356-2
-letter \x9446 1-1246-5
-letter \x9447 13-16-3
-letter \x9448 1345-346-3
-letter \x9449 13-2346-2
-letter \x944A 1235-25-5
-letter \x944B 245-13456-3
-letter \x944C 135-1456-3
-letter \x944D 13456-3
-letter \x944E 123-1246-5
-letter \x944F 1345-13456-2
-letter \x9450 15-1256-3
-letter \x9451 13-2345-5
-letter \x9452 13-2345-5
-letter \x9453 245-2345-4
-letter \x9454 12-345-4
-letter \x9455 1-156-5
-letter \x9456 134-346-5
-letter \x9457 14-16-2
-letter \x9458 14-356-2
-letter \x9459 13-16-3
-letter \x945A 125-12456-5
-letter \x945B 123-456-5
-letter \x945C 24-1346-5
-letter \x945D 1234-1356-2
-letter \x945E 14-345-5
-letter \x945F 145-34-2
-letter \x9460 24-25-5
-letter \x9461 12-25-5
-letter \x9462 14-1256-5
-letter \x9463 135-246-3
-letter \x9464 135-146-5
-letter \x9465 14-34-4
-letter \x9466 15-2345-4
-letter \x9467 123-12456-3
-letter \x9468 14-12346-2
-letter \x9469 2346-5
-letter \x946A 14-34-2
-letter \x946B 15-1456-3
-letter \x946C 13-2345-5
-letter \x946D 14-1236-2
-letter \x946E 135-126-2
-letter \x946F 13-2345-3
-letter \x9470 246-5
-letter \x9471 12-1236-2
-letter \x9472 15-46-3
-letter \x9473 13-2345-5
-letter \x9474 15-16-3
-letter \x9475 13-12456-5
-letter \x9476 245-1346-2
-letter \x9477 1345-346-5
-letter \x9478 14-356-4
-letter \x9479 245-12456-3
-letter \x947A 245-1256-2
-letter \x947B 1234-1236-5
-letter \x947C 14-25-2
-letter \x947D 125-12456-3
-letter \x947E 14-12456-2
-letter \x947F 125-146-2
-letter \x9480 1345-346-5
-letter \x9481 13-236-2
-letter \x9482 124-1346-4
-letter \x9483 1-34-2
-letter \x9484 14-1236-2
-letter \x9485 13-1456-3
-letter \x9486 145-345-2
-letter \x9487 16-4
-letter \x9488 1-136-3
-letter \x9489 145-13456-3
-letter \x948A 1-146-3
-letter \x948B 1234-126-3
-letter \x948C 1345-246-4
-letter \x948D 124-34-4
-letter \x948E 245-2345-3
-letter \x948F 12-12456-5
-letter \x9490 24-1236-3
-letter \x9491 13-16-2
-letter \x9492 12345-1236-2
-letter \x9493 145-246-5
-letter \x9494 134-136-2
-letter \x9495 1345-1256-4
-letter \x9496 15-16-2
-letter \x9497 12-2456-3
-letter \x9498 15-13456-2
-letter \x9499 13-2456-5
-letter \x949A 135-34-5
-letter \x949B 124-2456-5
-letter \x949C 13-1256-5
-letter \x949D 145-123456-5
-letter \x949E 12-146-3
-letter \x949F 1-12346-3
-letter \x94A0 1345-345-5
-letter \x94A1 135-356-5
-letter \x94A2 13-1346-3
-letter \x94A3 135-1236-4
-letter \x94A4 245-2345-2
-letter \x94A5 246-5
-letter \x94A6 245-1456-3
-letter \x94A7 13-256-3
-letter \x94A8 34-3
-letter \x94A9 13-12356-3
-letter \x94AA 123-1346-5
-letter \x94AB 12345-1346-3
-letter \x94AC 1235-25-4
-letter \x94AD 124-12356-4
-letter \x94AE 1345-234-4
-letter \x94AF 135-345-4
-letter \x94B0 1256-5
-letter \x94B1 245-2345-2
-letter \x94B2 1-1356-3
-letter \x94B3 245-2345-2
-letter \x94B4 13-34-4
-letter \x94B5 135-126-3
-letter \x94B6 123-2346-3
-letter \x94B7 1234-126-4
-letter \x94B8 135-34-3
-letter \x94B9 135-126-2
-letter \x94BA 236-5
-letter \x94BB 125-12456-3
-letter \x94BC 134-34-5
-letter \x94BD 124-1236-4
-letter \x94BE 13-23456-4
-letter \x94BF 145-2345-5
-letter \x94C0 234-2
-letter \x94C1 124-346-4
-letter \x94C2 135-126-2
-letter \x94C3 14-13456-2
-letter \x94C4 24-25-5
-letter \x94C5 245-2345-3
-letter \x94C6 134-146-4
-letter \x94C7 135-146-5
-letter \x94C8 24-156-5
-letter \x94C9 15-45-5
-letter \x94CA 124-345-3
-letter \x94CB 135-16-5
-letter \x94CC 1345-16-4
-letter \x94CD 1234-16-2
-letter \x94CE 145-25-2
-letter \x94CF 15-13456-2
-letter \x94D0 123-146-5
-letter \x94D1 14-146-4
-letter \x94D2 156-4
-letter \x94D3 134-1346-2
-letter \x94D4 23456-5
-letter \x94D5 234-4
-letter \x94D6 12-1356-2
-letter \x94D7 13-23456-2
-letter \x94D8 346-2
-letter \x94D9 1345-146-2
-letter \x94DA 1-156-5
-letter \x94DB 145-1346-3
-letter \x94DC 124-12346-2
-letter \x94DD 14-1256-4
-letter \x94DE 145-246-5
-letter \x94DF 1456-3
-letter \x94E0 123-2456-4
-letter \x94E1 1-345-2
-letter \x94E2 1-34-3
-letter \x94E3 15-16-4
-letter \x94E4 124-13456-4
-letter \x94E5 145-234-3
-letter \x94E6 15-2345-3
-letter \x94E7 1235-35-2
-letter \x94E8 245-45-2
-letter \x94E9 24-345-3
-letter \x94EA 1235-345-3
-letter \x94EB 124-246-5
-letter \x94EC 13-2346-5
-letter \x94ED 134-13456-2
-letter \x94EE 1-1356-3
-letter \x94EF 15-2346-5
-letter \x94F0 13-246-4
-letter \x94F1 16-3
-letter \x94F2 12-1236-4
-letter \x94F3 12-12346-5
-letter \x94F4 124-1346-5
-letter \x94F5 1236-4
-letter \x94F6 1456-2
-letter \x94F7 1245-34-2
-letter \x94F8 1-34-5
-letter \x94F9 14-146-2
-letter \x94FA 1234-34-5
-letter \x94FB 34-2
-letter \x94FC 14-2456-2
-letter \x94FD 124-2346-5
-letter \x94FE 14-2345-5
-letter \x94FF 123-1356-3
-letter \x9500 15-246-3
-letter \x9501 15-25-4
-letter \x9502 14-16-4
-letter \x9503 125-1356-5
-letter \x9504 12-34-2
-letter \x9505 13-25-3
-letter \x9506 13-146-5
-letter \x9507 2346-2
-letter \x9508 15-234-5
-letter \x9509 245-25-5
-letter \x950A 14-236-5
-letter \x950B 12345-1356-3
-letter \x950C 15-1456-3
-letter \x950D 14-234-4
-letter \x950E 123-2456-3
-letter \x950F 13-2345-4
-letter \x9510 1245-1246-5
-letter \x9511 124-16-3
-letter \x9512 14-1346-2
-letter \x9513 245-1456-4
-letter \x9514 13-1256-2
-letter \x9515 345-3
-letter \x9516 245-46-3
-letter \x9517 1-2346-4
-letter \x9518 14-25-5
-letter \x9519 245-25-5
-letter \x951A 134-146-2
-letter \x951B 135-136-3
-letter \x951C 245-16-2
-letter \x951D 145-2346-2
-letter \x951E 123-2346-5
-letter \x951F 123-123456-3
-letter \x9520 12-1346-3
-letter \x9521 15-16-3
-letter \x9522 13-34-5
-letter \x9523 14-25-2
-letter \x9524 12-1246-2
-letter \x9525 1-1246-3
-letter \x9526 13-1456-4
-letter \x9527 1-156-5
-letter \x9528 15-2345-3
-letter \x9529 13-45-4
-letter \x952A 1235-25-3
-letter \x952B 1234-356-2
-letter \x952C 124-1236-2
-letter \x952D 145-13456-5
-letter \x952E 13-2345-5
-letter \x952F 13-1256-5
-letter \x9530 134-1356-4
-letter \x9531 125-156-3
-letter \x9532 245-346-5
-letter \x9533 13456-3
-letter \x9534 123-2456-4
-letter \x9535 245-46-3
-letter \x9536 15-156-3
-letter \x9537 2346-5
-letter \x9538 12-345-3
-letter \x9539 245-246-3
-letter \x953A 1-12346-3
-letter \x953B 145-12456-5
-letter \x953C 15-12356-3
-letter \x953D 1235-456-2
-letter \x953E 1235-12456-2
-letter \x953F 2456-3
-letter \x9540 145-34-5
-letter \x9541 134-356-4
-letter \x9542 14-12356-5
-letter \x9543 125-156-3
-letter \x9544 12345-356-5
-letter \x9545 134-356-2
-letter \x9546 134-126-5
-letter \x9547 1-136-5
-letter \x9548 135-126-2
-letter \x9549 13-2346-2
-letter \x954A 1345-346-5
-letter \x954B 124-1346-4
-letter \x954C 13-45-3
-letter \x954D 1345-346-5
-letter \x954E 1345-345-2
-letter \x954F 14-234-2
-letter \x9550 13-146-4
-letter \x9551 135-1346-5
-letter \x9552 16-5
-letter \x9553 13-23456-3
-letter \x9554 135-1456-3
-letter \x9555 1245-12346-2
-letter \x9556 135-246-3
-letter \x9557 124-1346-2
-letter \x9558 134-1236-5
-letter \x9559 14-25-2
-letter \x955A 135-1356-5
-letter \x955B 235-3
-letter \x955C 13-13456-5
-letter \x955D 145-16-2
-letter \x955E 125-34-2
-letter \x955F 15-45-5
-letter \x9560 14-234-2
-letter \x9561 15-256-2
-letter \x9562 13-236-2
-letter \x9563 14-246-5
-letter \x9564 1234-34-2
-letter \x9565 14-34-4
-letter \x9566 145-1246-5
-letter \x9567 14-1236-2
-letter \x9568 1234-34-4
-letter \x9569 245-12456-3
-letter \x956A 245-46-3
-letter \x956B 145-1356-5
-letter \x956C 1235-25-5
-letter \x956D 14-356-2
-letter \x956E 1235-12456-2
-letter \x956F 1-25-2
-letter \x9570 14-2345-2
-letter \x9571 16-5
-letter \x9572 12-345-4
-letter \x9573 135-246-3
-letter \x9574 14-345-5
-letter \x9575 12-1236-2
-letter \x9576 15-46-3
-letter \x9577 12-1346-2
-letter \x9578 12-1346-2
-letter \x9579 13-234-4
-letter \x957A 146-4
-letter \x957B 145-346-2
-letter \x957C 245-1256-3
-letter \x957D 14-246-4
-letter \x957E 134-16-2
-letter \x957F 12-1346-2
-letter \x9580 134-136-2
-letter \x9581 134-345-5
-letter \x9582 24-12456-3
-letter \x9583 24-1236-4
-letter \x9584 1235-25-5
-letter \x9585 134-136-2
-letter \x9586 2345-2
-letter \x9587 135-16-5
-letter \x9588 1235-1236-5
-letter \x9589 135-16-5
-letter \x958A 24-1236-3
-letter \x958B 123-2456-3
-letter \x958C 123-1346-3
-letter \x958D 135-1356-3
-letter \x958E 1235-12346-2
-letter \x958F 1245-123456-5
-letter \x9590 15-1236-5
-letter \x9591 15-2345-2
-letter \x9592 15-2345-2
-letter \x9593 13-2345-3
-letter \x9594 134-1456-4
-letter \x9595 15-23456-3
-letter \x9596 24-1246-4
-letter \x9597 145-12356-5
-letter \x9598 1-345-2
-letter \x9599 1345-146-5
-letter \x959A 1-1236-3
-letter \x959B 1234-1356-3
-letter \x959C 15-23456-4
-letter \x959D 14-13456-2
-letter \x959E 135-2345-5
-letter \x959F 135-16-5
-letter \x95A0 1245-123456-5
-letter \x95A1 1235-2346-2
-letter \x95A2 13-12456-3
-letter \x95A3 13-2346-2
-letter \x95A4 1235-2346-2
-letter \x95A5 12345-345-2
-letter \x95A6 12-34-5
-letter \x95A7 1235-12346-5
-letter \x95A8 13-1246-3
-letter \x95A9 134-1456-4
-letter \x95AA 15-2346-5
-letter \x95AB 123-123456-4
-letter \x95AC 14-1346-2
-letter \x95AD 14-1256-2
-letter \x95AE 124-13456-2
-letter \x95AF 24-345-5
-letter \x95B0 13-1256-2
-letter \x95B1 236-5
-letter \x95B2 236-5
-letter \x95B3 12-1236-4
-letter \x95B4 245-1256-5
-letter \x95B5 14-1456-5
-letter \x95B6 12-1346-3
-letter \x95B7 24-345-3
-letter \x95B8 123-123456-4
-letter \x95B9 2345-3
-letter \x95BA 123456-2
-letter \x95BB 2345-2
-letter \x95BC 2346-5
-letter \x95BD 1235-123456-3
-letter \x95BE 1256-5
-letter \x95BF 123456-2
-letter \x95C0 15-46-5
-letter \x95C1 135-146-3
-letter \x95C2 15-46-5
-letter \x95C3 245-1256-5
-letter \x95C4 246-4
-letter \x95C5 123456-2
-letter \x95C6 135-1236-4
-letter \x95C7 1236-5
-letter \x95C8 1246-2
-letter \x95C9 1456-3
-letter \x95CA 123-25-5
-letter \x95CB 245-236-5
-letter \x95CC 14-1236-2
-letter \x95CD 145-34-3
-letter \x95CE 245-45-2
-letter \x95CF 12345-1356-3
-letter \x95D0 124-2345-2
-letter \x95D1 1345-346-5
-letter \x95D2 124-345-5
-letter \x95D3 123-2456-4
-letter \x95D4 1235-2346-2
-letter \x95D5 245-236-5
-letter \x95D6 12-456-4
-letter \x95D7 13-12456-3
-letter \x95D8 145-12356-5
-letter \x95D9 245-16-4
-letter \x95DA 123-1246-3
-letter \x95DB 124-1346-2
-letter \x95DC 13-12456-3
-letter \x95DD 1234-246-2
-letter \x95DE 123-1236-5
-letter \x95DF 15-16-5
-letter \x95E0 1235-1246-5
-letter \x95E1 12-1236-4
-letter \x95E2 1234-16-5
-letter \x95E3 145-1346-5
-letter \x95E4 1235-12456-2
-letter \x95E5 124-345-5
-letter \x95E6 123456-2
-letter \x95E7 124-345-3
-letter \x95E8 134-136-2
-letter \x95E9 24-12456-3
-letter \x95EA 24-1236-4
-letter \x95EB 2345-2
-letter \x95EC 1235-1236-5
-letter \x95ED 135-16-5
-letter \x95EE 123456-5
-letter \x95EF 12-456-4
-letter \x95F0 1245-123456-5
-letter \x95F1 1246-2
-letter \x95F2 15-2345-2
-letter \x95F3 1235-12346-2
-letter \x95F4 13-2345-3
-letter \x95F5 134-1456-4
-letter \x95F6 123-1346-5
-letter \x95F7 134-136-3
-letter \x95F8 1-345-2
-letter \x95F9 1345-146-5
-letter \x95FA 13-1246-3
-letter \x95FB 123456-2
-letter \x95FC 124-345-5
-letter \x95FD 134-1456-4
-letter \x95FE 14-1256-2
-letter \x95FF 123-2456-4
-letter \x9600 12345-345-2
-letter \x9601 13-2346-2
-letter \x9602 1235-2346-2
-letter \x9603 123-123456-4
-letter \x9604 13-234-3
-letter \x9605 236-5
-letter \x9606 14-1346-2
-letter \x9607 145-34-3
-letter \x9608 1256-5
-letter \x9609 2345-3
-letter \x960A 12-1346-3
-letter \x960B 15-16-5
-letter \x960C 123456-2
-letter \x960D 1235-123456-3
-letter \x960E 2345-2
-letter \x960F 2346-5
-letter \x9610 12-1236-4
-letter \x9611 14-1236-2
-letter \x9612 245-1256-5
-letter \x9613 1235-1246-5
-letter \x9614 123-25-5
-letter \x9615 245-236-5
-letter \x9616 1235-2346-2
-letter \x9617 124-2345-2
-letter \x9618 124-345-5
-letter \x9619 245-236-5
-letter \x961A 123-1236-5
-letter \x961B 1235-12456-2
-letter \x961C 12345-34-5
-letter \x961D 12345-34-4
-letter \x961E 14-2346-5
-letter \x961F 145-1246-5
-letter \x9620 15-1456-5
-letter \x9621 245-2345-3
-letter \x9622 34-5
-letter \x9623 16-5
-letter \x9624 16-4
-letter \x9625 1456-3
-letter \x9626 46-2
-letter \x9627 145-12356-4
-letter \x9628 2346-5
-letter \x9629 24-1356-3
-letter \x962A 135-1236-4
-letter \x962B 1234-356-2
-letter \x962C 123-1356-3
-letter \x962D 256-4
-letter \x962E 1245-12456-4
-letter \x962F 1-156-4
-letter \x9630 1234-16-2
-letter \x9631 13-13456-4
-letter \x9632 12345-1346-2
-letter \x9633 46-2
-letter \x9634 1456-3
-letter \x9635 1-136-5
-letter \x9636 13-346-3
-letter \x9637 12-1356-3
-letter \x9638 2346-5
-letter \x9639 245-1256-3
-letter \x963A 145-16-4
-letter \x963B 125-34-4
-letter \x963C 125-25-5
-letter \x963D 145-2345-5
-letter \x963E 14-13456-4
-letter \x963F 345-3
-letter \x9640 124-25-2
-letter \x9641 124-25-2
-letter \x9642 1234-126-3
-letter \x9643 135-13456-4
-letter \x9644 12345-34-5
-letter \x9645 13-16-5
-letter \x9646 14-34-5
-letter \x9647 14-12346-4
-letter \x9648 12-136-2
-letter \x9649 15-13456-2
-letter \x964A 145-25-5
-letter \x964B 14-12356-5
-letter \x964C 134-126-5
-letter \x964D 13-46-5
-letter \x964E 24-34-3
-letter \x964F 145-25-5
-letter \x9650 15-2345-5
-letter \x9651 156-2
-letter \x9652 13-1246-4
-letter \x9653 1256-3
-letter \x9654 13-2456-3
-letter \x9655 24-1236-4
-letter \x9656 13-256-5
-letter \x9657 245-246-5
-letter \x9658 15-13456-2
-letter \x9659 12-123456-2
-letter \x965A 12345-34-5
-letter \x965B 135-16-5
-letter \x965C 24-1236-4
-letter \x965D 24-1236-4
-letter \x965E 24-1356-3
-letter \x965F 1-156-5
-letter \x9660 1234-34-3
-letter \x9661 145-12356-4
-letter \x9662 45-5
-letter \x9663 1-136-5
-letter \x9664 12-34-2
-letter \x9665 15-2345-5
-letter \x9666 145-146-4
-letter \x9667 1345-346-5
-letter \x9668 256-4
-letter \x9669 15-2345-4
-letter \x966A 1234-356-2
-letter \x966B 1234-356-2
-letter \x966C 125-12356-3
-letter \x966D 16-3
-letter \x966E 145-1246-5
-letter \x966F 14-123456-2
-letter \x9670 1456-3
-letter \x9671 13-1256-3
-letter \x9672 12-1246-2
-letter \x9673 12-136-2
-letter \x9674 1234-16-2
-letter \x9675 14-13456-2
-letter \x9676 124-146-2
-letter \x9677 15-2345-5
-letter \x9678 14-34-5
-letter \x9679 24-1356-3
-letter \x967A 15-2345-4
-letter \x967B 1456-3
-letter \x967C 1-34-4
-letter \x967D 46-2
-letter \x967E 1245-1356-2
-letter \x967F 15-23456-2
-letter \x9680 12-12346-2
-letter \x9681 2345-5
-letter \x9682 1456-3
-letter \x9683 1256-2
-letter \x9684 124-16-2
-letter \x9685 1256-2
-letter \x9686 14-12346-2
-letter \x9687 1246-3
-letter \x9688 1246-3
-letter \x9689 1345-346-5
-letter \x968A 145-1246-5
-letter \x968B 15-1246-2
-letter \x968C 1236-4
-letter \x968D 1235-456-2
-letter \x968E 13-346-3
-letter \x968F 15-1246-2
-letter \x9690 1456-4
-letter \x9691 13-2456-3
-letter \x9692 2345-4
-letter \x9693 1235-1246-3
-letter \x9694 13-2346-2
-letter \x9695 256-4
-letter \x9696 34-5
-letter \x9697 1246-4
-letter \x9698 2456-5
-letter \x9699 15-16-5
-letter \x969A 124-1346-2
-letter \x969B 13-16-5
-letter \x969C 1-1346-5
-letter \x969D 145-146-4
-letter \x969E 146-2
-letter \x969F 15-16-5
-letter \x96A0 1456-4
-letter \x96A1 15-345-3
-letter \x96A2 1245-146-5
-letter \x96A3 14-1456-2
-letter \x96A4 124-1246-2
-letter \x96A5 145-1356-5
-letter \x96A6 1234-16-4
-letter \x96A7 15-1246-5
-letter \x96A8 15-1246-2
-letter \x96A9 1256-5
-letter \x96AA 15-2345-4
-letter \x96AB 12345-136-2
-letter \x96AC 1345-16-4
-letter \x96AD 156-2
-letter \x96AE 13-16-3
-letter \x96AF 145-146-4
-letter \x96B0 15-16-2
-letter \x96B1 1456-4
-letter \x96B2 2346-2
-letter \x96B3 1235-1246-3
-letter \x96B4 14-12346-4
-letter \x96B5 15-16-3
-letter \x96B6 14-16-5
-letter \x96B7 14-16-5
-letter \x96B8 14-16-5
-letter \x96B9 1-1246-3
-letter \x96BA 1235-2346-5
-letter \x96BB 1-156-3
-letter \x96BC 15-123456-4
-letter \x96BD 13-256-5
-letter \x96BE 1345-1236-2
-letter \x96BF 16-5
-letter \x96C0 245-236-5
-letter \x96C1 2345-5
-letter \x96C2 245-1456-2
-letter \x96C3 13-2345-3
-letter \x96C4 15-235-2
-letter \x96C5 23456-4
-letter \x96C6 13-16-2
-letter \x96C7 13-34-5
-letter \x96C8 1235-12456-2
-letter \x96C9 1-156-5
-letter \x96CA 13-12356-5
-letter \x96CB 13-256-5
-letter \x96CC 245-156-2
-letter \x96CD 235-3
-letter \x96CE 13-1256-3
-letter \x96CF 12-34-2
-letter \x96D0 1235-34-3
-letter \x96D1 125-345-2
-letter \x96D2 14-25-5
-letter \x96D3 1256-2
-letter \x96D4 12-12356-2
-letter \x96D5 145-246-3
-letter \x96D6 15-1246-3
-letter \x96D7 1235-1236-5
-letter \x96D8 25-5
-letter \x96D9 24-456-3
-letter \x96DA 1235-12456-2
-letter \x96DB 12-34-2
-letter \x96DC 125-345-2
-letter \x96DD 235-3
-letter \x96DE 13-16-3
-letter \x96DF 15-16-3
-letter \x96E0 12-12356-2
-letter \x96E1 14-234-5
-letter \x96E2 14-16-2
-letter \x96E3 1345-1236-2
-letter \x96E4 15-236-2
-letter \x96E5 125-345-2
-letter \x96E6 13-16-2
-letter \x96E7 13-16-2
-letter \x96E8 1256-4
-letter \x96E9 1256-2
-letter \x96EA 15-236-4
-letter \x96EB 1345-345-4
-letter \x96EC 12345-12356-4
-letter \x96ED 15-2346-5
-letter \x96EE 134-34-5
-letter \x96EF 123456-2
-letter \x96F0 12345-136-3
-letter \x96F1 1234-1346-2
-letter \x96F2 256-2
-letter \x96F3 14-16-5
-letter \x96F4 14-16-5
-letter \x96F5 1346-4
-letter \x96F6 14-13456-2
-letter \x96F7 14-356-2
-letter \x96F8 1236-2
-letter \x96F9 135-146-2
-letter \x96FA 34-5
-letter \x96FB 145-2345-5
-letter \x96FC 145-1346-5
-letter \x96FD 1235-34-2
-letter \x96FE 34-5
-letter \x96FF 145-246-5
-letter \x9700 15-1256-3
-letter \x9701 13-16-5
-letter \x9702 134-34-5
-letter \x9703 12-136-2
-letter \x9704 15-246-3
-letter \x9705 1-345-2
-letter \x9706 124-13456-2
-letter \x9707 1-136-5
-letter \x9708 1234-356-5
-letter \x9709 134-356-2
-letter \x970A 14-13456-2
-letter \x970B 245-16-3
-letter \x970C 12-12356-3
-letter \x970D 1235-25-5
-letter \x970E 24-345-5
-letter \x970F 12345-356-3
-letter \x9710 12346-3
-letter \x9711 1-1236-3
-letter \x9712 1456-3
-letter \x9713 1345-16-2
-letter \x9714 1-34-5
-letter \x9715 124-123456-2
-letter \x9716 14-1456-2
-letter \x9717 14-13456-2
-letter \x9718 145-12346-5
-letter \x9719 13456-3
-letter \x971A 34-5
-letter \x971B 14-13456-2
-letter \x971C 24-456-3
-letter \x971D 14-13456-2
-letter \x971E 15-23456-2
-letter \x971F 1235-12346-2
-letter \x9720 1456-3
-letter \x9721 134-126-5
-letter \x9722 134-2456-5
-letter \x9723 256-4
-letter \x9724 14-234-5
-letter \x9725 134-1356-5
-letter \x9726 135-1456-3
-letter \x9727 34-5
-letter \x9728 1246-5
-letter \x9729 123-25-5
-letter \x972A 1456-2
-letter \x972B 15-16-2
-letter \x972C 16-5
-letter \x972D 2456-4
-letter \x972E 145-1236-5
-letter \x972F 145-1356-5
-letter \x9730 15-2345-5
-letter \x9731 1256-5
-letter \x9732 14-34-5
-letter \x9733 14-12346-2
-letter \x9734 145-2456-5
-letter \x9735 13-16-2
-letter \x9736 1234-1346-2
-letter \x9737 46-2
-letter \x9738 135-345-5
-letter \x9739 1234-16-3
-letter \x973A 1246-2
-letter \x973B 12345-1356-3
-letter \x973C 15-16-4
-letter \x973D 13-16-5
-letter \x973E 134-2456-2
-letter \x973F 134-1356-2
-letter \x9740 134-1356-2
-letter \x9741 14-356-2
-letter \x9742 14-16-5
-letter \x9743 1235-25-5
-letter \x9744 2456-4
-letter \x9745 12345-356-5
-letter \x9746 145-2456-5
-letter \x9747 14-12346-2
-letter \x9748 14-13456-2
-letter \x9749 2456-5
-letter \x974A 12345-1356-3
-letter \x974B 14-16-5
-letter \x974C 135-146-4
-letter \x974D 1235-2346-5
-letter \x974E 1235-2346-5
-letter \x974F 1235-2346-5
-letter \x9750 135-13456-5
-letter \x9751 245-13456-3
-letter \x9752 245-13456-3
-letter \x9753 14-46-5
-letter \x9754 124-2345-3
-letter \x9755 1-136-3
-letter \x9756 13-13456-5
-letter \x9757 12-1356-5
-letter \x9758 245-13456-5
-letter \x9759 13-13456-5
-letter \x975A 14-46-5
-letter \x975B 145-2345-5
-letter \x975C 13-13456-5
-letter \x975D 124-2345-3
-letter \x975E 12345-356-3
-letter \x975F 12345-356-3
-letter \x9760 123-146-5
-letter \x9761 134-16-4
-letter \x9762 134-2345-5
-letter \x9763 134-2345-5
-letter \x9764 1234-146-5
-letter \x9765 346-5
-letter \x9766 134-2345-4
-letter \x9767 1235-1246-5
-letter \x9768 346-5
-letter \x9769 13-2346-2
-letter \x976A 145-13456-3
-letter \x976B 12-345-3
-letter \x976C 245-2345-2
-letter \x976D 1245-136-5
-letter \x976E 145-16-2
-letter \x976F 145-34-5
-letter \x9770 34-5
-letter \x9771 1245-136-5
-letter \x9772 245-1456-2
-letter \x9773 13-1456-5
-letter \x9774 15-236-3
-letter \x9775 1345-234-4
-letter \x9776 135-345-4
-letter \x9777 1456-4
-letter \x9778 15-345-4
-letter \x9779 1345-345-5
-letter \x977A 134-126-5
-letter \x977B 125-34-4
-letter \x977C 145-345-2
-letter \x977D 135-1236-5
-letter \x977E 16-5
-letter \x977F 246-5
-letter \x9780 124-146-2
-letter \x9781 135-356-5
-letter \x9782 13-346-3
-letter \x9783 1235-12346-2
-letter \x9784 1234-146-2
-letter \x9785 46-3
-letter \x9786 145-13456-4
-letter \x9787 1456-3
-letter \x9788 13-23456-2
-letter \x9789 124-146-2
-letter \x978A 13-16-2
-letter \x978B 15-346-2
-letter \x978C 1236-3
-letter \x978D 1236-3
-letter \x978E 1235-136-2
-letter \x978F 13-12346-4
-letter \x9790 245-23456-4
-letter \x9791 145-345-2
-letter \x9792 245-246-2
-letter \x9793 124-13456-3
-letter \x9794 134-1236-2
-letter \x9795 13456-5
-letter \x9796 15-1246-3
-letter \x9797 124-246-2
-letter \x9798 245-246-5
-letter \x9799 15-45-5
-letter \x979A 123-12346-5
-letter \x979B 135-1356-4
-letter \x979C 124-345-5
-letter \x979D 24-1346-5
-letter \x979E 135-13456-4
-letter \x979F 123-25-5
-letter \x97A0 13-1256-2
-letter \x97A1 14-345-3
-letter \x97A2 15-346-5
-letter \x97A3 1245-12356-2
-letter \x97A4 135-1346-3
-letter \x97A5 1356-3
-letter \x97A6 245-234-3
-letter \x97A7 245-234-3
-letter \x97A8 1235-2346-2
-letter \x97A9 15-246-5
-letter \x97AA 134-12356-2
-letter \x97AB 13-1256-3
-letter \x97AC 13-2345-3
-letter \x97AD 135-2345-3
-letter \x97AE 145-16-3
-letter \x97AF 13-2345-3
-letter \x97B0 13-1256-3
-letter \x97B1 124-146-3
-letter \x97B2 13-12356-3
-letter \x97B3 124-345-5
-letter \x97B4 135-356-5
-letter \x97B5 15-346-2
-letter \x97B6 1234-1236-2
-letter \x97B7 13-2346-2
-letter \x97B8 135-16-5
-letter \x97B9 123-25-5
-letter \x97BA 1234-1346-3
-letter \x97BB 14-12356-5
-letter \x97BC 13-1246-5
-letter \x97BD 245-246-2
-letter \x97BE 15-236-3
-letter \x97BF 13-16-3
-letter \x97C0 13-2345-3
-letter \x97C1 13-46-3
-letter \x97C2 12-1236-5
-letter \x97C3 145-345-2
-letter \x97C4 1235-25-5
-letter \x97C5 15-2345-4
-letter \x97C6 245-2345-3
-letter \x97C7 145-34-2
-letter \x97C8 35-5
-letter \x97C9 13-2345-3
-letter \x97CA 14-1236-2
-letter \x97CB 1246-2
-letter \x97CC 1245-136-5
-letter \x97CD 12345-34-2
-letter \x97CE 134-356-5
-letter \x97CF 13-45-5
-letter \x97D0 13-2346-2
-letter \x97D1 1246-4
-letter \x97D2 245-246-5
-letter \x97D3 1235-1236-2
-letter \x97D4 12-1346-5
-letter \x97D5 1235-25-5
-letter \x97D6 1245-12356-4
-letter \x97D7 256-5
-letter \x97D8 24-2346-5
-letter \x97D9 1246-4
-letter \x97DA 13-2346-2
-letter \x97DB 135-356-5
-letter \x97DC 124-146-3
-letter \x97DD 13-12356-3
-letter \x97DE 256-5
-letter \x97DF 13-146-3
-letter \x97E0 135-16-5
-letter \x97E1 1246-4
-letter \x97E2 1235-1246-5
-letter \x97E3 145-34-2
-letter \x97E4 35-5
-letter \x97E5 145-34-2
-letter \x97E6 1246-2
-letter \x97E7 1245-136-5
-letter \x97E8 12345-34-2
-letter \x97E9 1235-1236-2
-letter \x97EA 1246-4
-letter \x97EB 256-5
-letter \x97EC 124-146-3
-letter \x97ED 13-234-4
-letter \x97EE 13-234-4
-letter \x97EF 15-2345-3
-letter \x97F0 15-346-5
-letter \x97F1 15-2345-3
-letter \x97F2 13-16-3
-letter \x97F3 1456-3
-letter \x97F4 125-345-2
-letter \x97F5 256-5
-letter \x97F6 24-146-2
-letter \x97F7 14-2346-5
-letter \x97F8 1234-1356-2
-letter \x97F9 1235-1356-2
-letter \x97FA 13456-3
-letter \x97FB 256-5
-letter \x97FC 1234-1356-2
-letter \x97FD 1236-3
-letter \x97FE 1456-3
-letter \x97FF 15-46-4
-letter \x9800 1235-34-5
-letter \x9801 346-5
-letter \x9802 145-13456-4
-letter \x9803 245-13456-4
-letter \x9804 123-1246-2
-letter \x9805 15-46-5
-letter \x9806 24-123456-5
-letter \x9807 1235-1236-3
-letter \x9808 15-1256-3
-letter \x9809 16-2
-letter \x980A 15-1256-3
-letter \x980B 13-34-5
-letter \x980C 15-12346-5
-letter \x980D 123-1246-4
-letter \x980E 245-16-2
-letter \x980F 1235-1346-2
-letter \x9810 1256-5
-letter \x9811 12456-2
-letter \x9812 135-1236-3
-letter \x9813 145-123456-5
-letter \x9814 145-16-2
-letter \x9815 145-1236-3
-letter \x9816 1234-1236-5
-letter \x9817 1234-126-4
-letter \x9818 14-13456-4
-letter \x9819 245-2346-5
-letter \x981A 13-13456-4
-letter \x981B 14-356-4
-letter \x981C 13-2346-2
-letter \x981D 245-246-3
-letter \x981E 2346-5
-letter \x981F 2346-2
-letter \x9820 1246-4
-letter \x9821 13-346-2
-letter \x9822 13-35-3
-letter \x9823 24-136-4
-letter \x9824 16-2
-letter \x9825 24-136-4
-letter \x9826 1235-2456-2
-letter \x9827 145-1246-3
-letter \x9828 1234-2345-3
-letter \x9829 1234-13456-3
-letter \x982A 14-356-5
-letter \x982B 12345-34-4
-letter \x982C 13-23456-2
-letter \x982D 124-12356-2
-letter \x982E 1235-1246-5
-letter \x982F 123-1246-2
-letter \x9830 13-23456-2
-letter \x9831 14-2346-5
-letter \x9832 124-13456-4
-letter \x9833 12-1356-3
-letter \x9834 13456-4
-letter \x9835 13-256-3
-letter \x9836 1235-34-2
-letter \x9837 1235-1236-5
-letter \x9838 13-13456-4
-letter \x9839 124-1246-2
-letter \x983A 124-1246-2
-letter \x983B 1234-1456-2
-letter \x983C 14-2456-5
-letter \x983D 124-1246-2
-letter \x983E 125-156-3
-letter \x983F 125-156-3
-letter \x9840 12-1246-2
-letter \x9841 145-13456-5
-letter \x9842 14-2456-5
-letter \x9843 2345-2
-letter \x9844 1235-1236-5
-letter \x9845 13-2345-3
-letter \x9846 123-2346-3
-letter \x9847 245-1246-5
-letter \x9848 13-235-4
-letter \x9849 245-1456-3
-letter \x984A 16-2
-letter \x984B 15-2456-3
-letter \x984C 124-16-2
-letter \x984D 2346-2
-letter \x984E 2346-5
-letter \x984F 2345-2
-letter \x9850 1235-123456-5
-letter \x9851 123-1236-4
-letter \x9852 235-2
-letter \x9853 1-12456-3
-letter \x9854 2345-2
-letter \x9855 15-2345-4
-letter \x9856 15-1456-5
-letter \x9857 16-4
-letter \x9858 45-5
-letter \x9859 15-1346-4
-letter \x985A 145-2345-3
-letter \x985B 145-2345-3
-letter \x985C 13-46-4
-letter \x985D 123-34-3
-letter \x985E 14-356-5
-letter \x985F 14-246-2
-letter \x9860 1234-246-4
-letter \x9861 16-5
-letter \x9862 134-1236-3
-letter \x9863 245-34-5
-letter \x9864 246-2
-letter \x9865 1235-146-5
-letter \x9866 245-246-2
-letter \x9867 13-34-5
-letter \x9868 15-256-5
-letter \x9869 2345-4
-letter \x986A 1235-1246-5
-letter \x986B 12-1236-5
-letter \x986C 1245-34-2
-letter \x986D 1235-12346-3
-letter \x986E 135-1456-3
-letter \x986F 15-2345-4
-letter \x9870 1234-1456-2
-letter \x9871 14-34-2
-letter \x9872 14-1236-4
-letter \x9873 1345-346-5
-letter \x9874 245-45-2
-letter \x9875 346-5
-letter \x9876 145-13456-4
-letter \x9877 245-13456-4
-letter \x9878 1235-1236-3
-letter \x9879 15-46-5
-letter \x987A 24-123456-5
-letter \x987B 15-1256-3
-letter \x987C 15-1256-3
-letter \x987D 12456-2
-letter \x987E 13-34-5
-letter \x987F 145-123456-5
-letter \x9880 245-16-2
-letter \x9881 135-1236-3
-letter \x9882 15-12346-5
-letter \x9883 1235-1346-2
-letter \x9884 1256-5
-letter \x9885 14-34-2
-letter \x9886 14-13456-4
-letter \x9887 1234-126-3
-letter \x9888 13-13456-4
-letter \x9889 13-346-2
-letter \x988A 13-23456-2
-letter \x988B 124-13456-4
-letter \x988C 1235-2346-2
-letter \x988D 13456-4
-letter \x988E 13-235-4
-letter \x988F 1235-2346-3
-letter \x9890 16-2
-letter \x9891 1234-1456-2
-letter \x9892 1235-1246-5
-letter \x9893 124-1246-2
-letter \x9894 1235-1236-5
-letter \x9895 13456-4
-letter \x9896 13456-4
-letter \x9897 123-2346-3
-letter \x9898 124-16-2
-letter \x9899 235-2
-letter \x989A 2346-5
-letter \x989B 1-12456-3
-letter \x989C 2345-2
-letter \x989D 2346-2
-letter \x989E 1345-346-5
-letter \x989F 134-1236-3
-letter \x98A0 145-2345-3
-letter \x98A1 15-1346-4
-letter \x98A2 1235-146-5
-letter \x98A3 14-356-5
-letter \x98A4 12-1236-5
-letter \x98A5 1245-34-2
-letter \x98A6 1234-1456-2
-letter \x98A7 245-45-2
-letter \x98A8 12345-1356-3
-letter \x98A9 135-246-3
-letter \x98AA 13-35-3
-letter \x98AB 12345-34-2
-letter \x98AC 15-23456-3
-letter \x98AD 1-1236-4
-letter \x98AE 135-246-3
-letter \x98AF 15-345-5
-letter \x98B0 135-345-2
-letter \x98B1 124-2456-2
-letter \x98B2 14-346-5
-letter \x98B3 13-35-3
-letter \x98B4 15-45-5
-letter \x98B5 24-146-5
-letter \x98B6 13-1256-5
-letter \x98B7 135-16-3
-letter \x98B8 15-156-3
-letter \x98B9 1246-4
-letter \x98BA 46-2
-letter \x98BB 246-2
-letter \x98BC 15-12356-3
-letter \x98BD 123-2456-4
-letter \x98BE 15-146-3
-letter \x98BF 12345-1236-2
-letter \x98C0 14-234-2
-letter \x98C1 15-16-2
-letter \x98C2 14-246-2
-letter \x98C3 1234-246-3
-letter \x98C4 1234-246-3
-letter \x98C5 14-234-2
-letter \x98C6 135-246-3
-letter \x98C7 135-246-3
-letter \x98C8 135-246-3
-letter \x98C9 14-246-2
-letter \x98CA 135-246-3
-letter \x98CB 15-2346-5
-letter \x98CC 12345-1356-3
-letter \x98CD 135-246-3
-letter \x98CE 12345-1356-3
-letter \x98CF 46-2
-letter \x98D0 1-1236-4
-letter \x98D1 135-246-3
-letter \x98D2 15-345-5
-letter \x98D3 13-1256-5
-letter \x98D4 15-156-3
-letter \x98D5 15-12356-3
-letter \x98D6 246-2
-letter \x98D7 14-234-2
-letter \x98D8 1234-246-3
-letter \x98D9 135-246-3
-letter \x98DA 135-246-3
-letter \x98DB 12345-356-3
-letter \x98DC 12345-1236-3
-letter \x98DD 12345-356-3
-letter \x98DE 12345-356-3
-letter \x98DF 24-156-2
-letter \x98E0 24-156-2
-letter \x98E1 245-1236-3
-letter \x98E2 13-16-3
-letter \x98E3 145-13456-5
-letter \x98E4 15-156-5
-letter \x98E5 124-25-3
-letter \x98E6 1-1236-3
-letter \x98E7 15-123456-3
-letter \x98E8 15-46-4
-letter \x98E9 124-123456-2
-letter \x98EA 1245-136-5
-letter \x98EB 1256-5
-letter \x98EC 13-45-5
-letter \x98ED 12-156-5
-letter \x98EE 1456-4
-letter \x98EF 12345-1236-5
-letter \x98F0 12345-1236-5
-letter \x98F1 15-123456-3
-letter \x98F2 1456-4
-letter \x98F3 1-34-5
-letter \x98F4 16-2
-letter \x98F5 1-2456-4
-letter \x98F6 135-16-5
-letter \x98F7 13-346-4
-letter \x98F8 124-146-3
-letter \x98F9 14-234-4
-letter \x98FA 245-156-2
-letter \x98FB 124-346-5
-letter \x98FC 15-156-5
-letter \x98FD 135-146-4
-letter \x98FE 24-156-5
-letter \x98FF 145-25-5
-letter \x9900 1235-2456-5
-letter \x9901 1245-136-5
-letter \x9902 124-2345-4
-letter \x9903 13-246-4
-letter \x9904 13-23456-2
-letter \x9905 135-13456-4
-letter \x9906 246-2
-letter \x9907 124-12346-2
-letter \x9908 245-156-2
-letter \x9909 15-46-4
-letter \x990A 46-4
-letter \x990B 46-4
-letter \x990C 156-4
-letter \x990D 2345-5
-letter \x990E 14-2346-1
-letter \x990F 16-3
-letter \x9910 245-1236-3
-letter \x9911 135-126-3
-letter \x9912 1345-356-4
-letter \x9913 2346-5
-letter \x9914 135-34-3
-letter \x9915 13-256-5
-letter \x9916 145-12356-5
-letter \x9917 15-34-5
-letter \x9918 1256-2
-letter \x9919 24-156-5
-letter \x991A 246-2
-letter \x991B 1235-123456-2
-letter \x991C 13-25-4
-letter \x991D 24-156-5
-letter \x991E 13-2345-5
-letter \x991F 1-1246-5
-letter \x9920 135-13456-4
-letter \x9921 15-2345-5
-letter \x9922 135-34-5
-letter \x9923 346-5
-letter \x9924 124-1236-2
-letter \x9925 12345-356-3
-letter \x9926 1-1346-3
-letter \x9927 1246-5
-letter \x9928 13-12456-4
-letter \x9929 2346-5
-letter \x992A 1345-12456-4
-letter \x992B 256-5
-letter \x992C 1235-34-2
-letter \x992D 1235-456-2
-letter \x992E 124-346-5
-letter \x992F 1235-1246-5
-letter \x9930 13-2345-3
-letter \x9931 1235-12356-2
-letter \x9932 2456-5
-letter \x9933 124-1346-2
-letter \x9934 12345-136-3
-letter \x9935 1246-5
-letter \x9936 13-34-4
-letter \x9937 12-345-3
-letter \x9938 15-12346-5
-letter \x9939 124-1346-2
-letter \x993A 135-126-2
-letter \x993B 13-146-3
-letter \x993C 15-16-5
-letter \x993D 123-1246-5
-letter \x993E 14-234-2
-letter \x993F 15-12356-3
-letter \x9940 124-146-2
-letter \x9941 346-5
-letter \x9942 256-2
-letter \x9943 134-126-2
-letter \x9944 124-1346-2
-letter \x9945 134-1236-2
-letter \x9946 135-16-5
-letter \x9947 1256-5
-letter \x9948 15-234-3
-letter \x9949 13-1456-4
-letter \x994A 15-1236-4
-letter \x994B 123-1246-5
-letter \x994C 1-12456-5
-letter \x994D 24-1236-5
-letter \x994E 12-156-5
-letter \x994F 145-1236-5
-letter \x9950 16-5
-letter \x9951 13-16-3
-letter \x9952 1245-146-2
-letter \x9953 12-1356-3
-letter \x9954 235-3
-letter \x9955 124-146-3
-letter \x9956 1235-1246-5
-letter \x9957 15-46-4
-letter \x9958 1-1236-3
-letter \x9959 12345-136-3
-letter \x995A 1235-2456-5
-letter \x995B 134-1356-2
-letter \x995C 2345-5
-letter \x995D 134-126-2
-letter \x995E 12-1236-2
-letter \x995F 15-46-4
-letter \x9960 14-25-2
-letter \x9961 125-12456-5
-letter \x9962 1345-1346-4
-letter \x9963 24-156-2
-letter \x9964 145-13456-5
-letter \x9965 13-16-3
-letter \x9966 124-25-3
-letter \x9967 124-1346-2
-letter \x9968 124-123456-2
-letter \x9969 15-16-5
-letter \x996A 1245-136-5
-letter \x996B 1256-5
-letter \x996C 12-156-5
-letter \x996D 12345-1236-5
-letter \x996E 1456-4
-letter \x996F 13-2345-5
-letter \x9970 24-156-5
-letter \x9971 135-146-4
-letter \x9972 15-156-5
-letter \x9973 145-25-5
-letter \x9974 16-2
-letter \x9975 156-4
-letter \x9976 1245-146-2
-letter \x9977 15-46-4
-letter \x9978 13-23456-2
-letter \x9979 14-2346-1
-letter \x997A 13-246-4
-letter \x997B 16-3
-letter \x997C 135-13456-4
-letter \x997D 135-126-3
-letter \x997E 145-12356-5
-letter \x997F 2346-5
-letter \x9980 1256-2
-letter \x9981 1345-356-4
-letter \x9982 13-256-5
-letter \x9983 13-25-4
-letter \x9984 1235-123456-2
-letter \x9985 15-2345-5
-letter \x9986 13-12456-4
-letter \x9987 12-345-3
-letter \x9988 123-1246-5
-letter \x9989 13-34-4
-letter \x998A 15-12356-3
-letter \x998B 12-1236-2
-letter \x998C 346-5
-letter \x998D 134-126-2
-letter \x998E 135-126-2
-letter \x998F 14-234-2
-letter \x9990 15-234-3
-letter \x9991 13-1456-4
-letter \x9992 134-1236-2
-letter \x9993 15-1236-4
-letter \x9994 1-12456-5
-letter \x9995 1345-1346-4
-letter \x9996 24-12356-4
-letter \x9997 123-1246-2
-letter \x9998 13-25-2
-letter \x9999 15-46-3
-letter \x999A 12345-136-2
-letter \x999B 135-345-2
-letter \x999C 1345-16-4
-letter \x999D 135-16-5
-letter \x999E 135-126-2
-letter \x999F 124-34-2
-letter \x99A0 1235-1236-3
-letter \x99A1 12345-356-3
-letter \x99A2 13-2345-3
-letter \x99A3 1236-3
-letter \x99A4 2456-4
-letter \x99A5 12345-34-5
-letter \x99A6 15-2345-3
-letter \x99A7 123456-3
-letter \x99A8 15-1456-3
-letter \x99A9 12345-136-2
-letter \x99AA 135-1456-3
-letter \x99AB 15-13456-3
-letter \x99AC 134-345-4
-letter \x99AD 1256-5
-letter \x99AE 12345-1356-2
-letter \x99AF 1235-1236-5
-letter \x99B0 145-16-5
-letter \x99B1 124-25-2
-letter \x99B2 1-2346-2
-letter \x99B3 12-156-2
-letter \x99B4 15-256-2
-letter \x99B5 1-34-5
-letter \x99B6 1-156-3
-letter \x99B7 1234-356-5
-letter \x99B8 15-1456-5
-letter \x99B9 1245-156-5
-letter \x99BA 15-345-5
-letter \x99BB 256-4
-letter \x99BC 123456-2
-letter \x99BD 1-156-2
-letter \x99BE 145-1236-5
-letter \x99BF 14-1256-2
-letter \x99C0 234-2
-letter \x99C1 135-126-2
-letter \x99C2 135-146-4
-letter \x99C3 123-2356-5
-letter \x99C4 124-25-2
-letter \x99C5 16-5
-letter \x99C6 245-1256-3
-letter \x99C7 123456-2
-letter \x99C8 245-1256-3
-letter \x99C9 13-235-3
-letter \x99CA 135-126-4
-letter \x99CB 1-146-3
-letter \x99CC 45-3
-letter \x99CD 1234-1356-3
-letter \x99CE 1-12356-5
-letter \x99CF 13-1256-5
-letter \x99D0 1-34-5
-letter \x99D1 1345-34-2
-letter \x99D2 13-1256-3
-letter \x99D3 1234-16-3
-letter \x99D4 125-1346-4
-letter \x99D5 13-23456-5
-letter \x99D6 14-13456-2
-letter \x99D7 1-136-4
-letter \x99D8 124-2456-2
-letter \x99D9 12345-34-5
-letter \x99DA 46-4
-letter \x99DB 24-156-4
-letter \x99DC 135-16-5
-letter \x99DD 124-25-2
-letter \x99DE 124-25-2
-letter \x99DF 15-156-5
-letter \x99E0 14-234-2
-letter \x99E1 134-345-5
-letter \x99E2 1234-2345-2
-letter \x99E3 124-146-2
-letter \x99E4 1-156-5
-letter \x99E5 1245-12346-2
-letter \x99E6 124-1356-2
-letter \x99E7 145-12346-5
-letter \x99E8 15-256-2
-letter \x99E9 245-45-2
-letter \x99EA 24-136-3
-letter \x99EB 13-235-3
-letter \x99EC 156-4
-letter \x99ED 1235-2456-5
-letter \x99EE 135-126-2
-letter \x99EF 1-34-3
-letter \x99F0 1456-3
-letter \x99F1 14-25-5
-letter \x99F2 1-12356-3
-letter \x99F3 145-1236-5
-letter \x99F4 15-346-5
-letter \x99F5 14-234-2
-letter \x99F6 13-1256-2
-letter \x99F7 15-12346-4
-letter \x99F8 245-1456-3
-letter \x99F9 134-1346-2
-letter \x99FA 14-46-2
-letter \x99FB 1235-1236-5
-letter \x99FC 124-34-2
-letter \x99FD 15-45-3
-letter \x99FE 124-1246-5
-letter \x99FF 13-256-5
-letter \x9A00 2346-2
-letter \x9A01 12-1356-4
-letter \x9A02 15-13456-3
-letter \x9A03 2456-2
-letter \x9A04 14-34-5
-letter \x9A05 1-1246-3
-letter \x9A06 1-12356-3
-letter \x9A07 24-2346-5
-letter \x9A08 1234-2345-2
-letter \x9A09 123-123456-3
-letter \x9A0A 124-146-2
-letter \x9A0B 14-2456-2
-letter \x9A0C 125-12346-3
-letter \x9A0D 123-2346-5
-letter \x9A0E 245-16-2
-letter \x9A0F 245-16-2
-letter \x9A10 2345-5
-letter \x9A11 12345-356-3
-letter \x9A12 15-146-3
-letter \x9A13 2345-4
-letter \x9A14 13-346-2
-letter \x9A15 246-4
-letter \x9A16 34-5
-letter \x9A17 1234-2345-5
-letter \x9A18 245-12346-3
-letter \x9A19 1234-2345-5
-letter \x9A1A 245-2345-2
-letter \x9A1B 12345-356-3
-letter \x9A1C 1235-456-2
-letter \x9A1D 13-2345-3
-letter \x9A1E 1235-25-5
-letter \x9A1F 1256-5
-letter \x9A20 124-16-2
-letter \x9A21 245-45-2
-letter \x9A22 15-23456-2
-letter \x9A23 125-12346-3
-letter \x9A24 123-1246-2
-letter \x9A25 1245-12356-2
-letter \x9A26 15-156-3
-letter \x9A27 13-35-3
-letter \x9A28 124-25-2
-letter \x9A29 123-1246-5
-letter \x9A2A 15-12356-3
-letter \x9A2B 245-2345-3
-letter \x9A2C 12-1356-2
-letter \x9A2D 1-156-5
-letter \x9A2E 14-234-2
-letter \x9A2F 1234-1356-2
-letter \x9A30 124-1356-2
-letter \x9A31 15-16-3
-letter \x9A32 245-146-4
-letter \x9A33 145-34-2
-letter \x9A34 2345-5
-letter \x9A35 45-2
-letter \x9A36 125-12356-3
-letter \x9A37 15-146-3
-letter \x9A38 24-1236-5
-letter \x9A39 245-16-2
-letter \x9A3A 1-156-5
-letter \x9A3B 24-456-4
-letter \x9A3C 14-34-5
-letter \x9A3D 15-16-2
-letter \x9A3E 14-25-2
-letter \x9A3F 1-1346-3
-letter \x9A40 134-126-5
-letter \x9A41 146-5
-letter \x9A42 245-1236-3
-letter \x9A43 1234-246-5
-letter \x9A44 245-12346-3
-letter \x9A45 245-1256-3
-letter \x9A46 135-16-5
-letter \x9A47 1-156-5
-letter \x9A48 1256-5
-letter \x9A49 15-1256-3
-letter \x9A4A 1235-35-2
-letter \x9A4B 135-126-3
-letter \x9A4C 15-34-5
-letter \x9A4D 15-246-3
-letter \x9A4E 14-1456-2
-letter \x9A4F 12-1236-4
-letter \x9A50 145-123456-3
-letter \x9A51 14-234-2
-letter \x9A52 124-25-2
-letter \x9A53 125-1356-3
-letter \x9A54 124-1236-2
-letter \x9A55 13-246-3
-letter \x9A56 124-346-4
-letter \x9A57 2345-5
-letter \x9A58 14-25-2
-letter \x9A59 1-1236-3
-letter \x9A5A 13-13456-3
-letter \x9A5B 16-5
-letter \x9A5C 346-5
-letter \x9A5D 124-25-3
-letter \x9A5E 135-1456-3
-letter \x9A5F 125-12356-5
-letter \x9A60 2345-5
-letter \x9A61 1234-1356-2
-letter \x9A62 14-1256-2
-letter \x9A63 124-1356-2
-letter \x9A64 15-46-3
-letter \x9A65 13-16-5
-letter \x9A66 24-456-3
-letter \x9A67 13-1256-2
-letter \x9A68 15-16-3
-letter \x9A69 1235-12456-3
-letter \x9A6A 14-16-2
-letter \x9A6B 135-246-3
-letter \x9A6C 134-345-4
-letter \x9A6D 1256-5
-letter \x9A6E 124-25-2
-letter \x9A6F 15-256-5
-letter \x9A70 12-156-2
-letter \x9A71 245-1256-3
-letter \x9A72 1245-156-5
-letter \x9A73 135-126-2
-letter \x9A74 14-1256-2
-letter \x9A75 125-1346-4
-letter \x9A76 24-156-4
-letter \x9A77 15-156-5
-letter \x9A78 12345-34-5
-letter \x9A79 13-1256-3
-letter \x9A7A 125-12356-3
-letter \x9A7B 1-34-5
-letter \x9A7C 124-25-2
-letter \x9A7D 1345-34-2
-letter \x9A7E 13-23456-5
-letter \x9A7F 16-5
-letter \x9A80 124-2456-2
-letter \x9A81 15-246-3
-letter \x9A82 134-345-5
-letter \x9A83 1456-3
-letter \x9A84 13-246-3
-letter \x9A85 1235-35-2
-letter \x9A86 14-25-5
-letter \x9A87 1235-2456-5
-letter \x9A88 1234-2345-2
-letter \x9A89 135-246-3
-letter \x9A8A 14-16-2
-letter \x9A8B 12-1356-4
-letter \x9A8C 2345-5
-letter \x9A8D 15-1456-3
-letter \x9A8E 245-1456-3
-letter \x9A8F 13-256-5
-letter \x9A90 245-16-2
-letter \x9A91 245-16-2
-letter \x9A92 123-2346-5
-letter \x9A93 1-1246-3
-letter \x9A94 125-12346-3
-letter \x9A95 15-34-5
-letter \x9A96 245-1236-3
-letter \x9A97 1234-2345-5
-letter \x9A98 1-156-5
-letter \x9A99 123-1246-2
-letter \x9A9A 15-146-3
-letter \x9A9B 34-5
-letter \x9A9C 146-5
-letter \x9A9D 14-234-2
-letter \x9A9E 245-2345-3
-letter \x9A9F 24-1236-5
-letter \x9AA0 1234-246-5
-letter \x9AA1 14-25-2
-letter \x9AA2 245-12346-3
-letter \x9AA3 12-1236-4
-letter \x9AA4 125-12356-5
-letter \x9AA5 13-16-5
-letter \x9AA6 24-456-3
-letter \x9AA7 15-46-3
-letter \x9AA8 13-34-4
-letter \x9AA9 1246-4
-letter \x9AAA 1246-4
-letter \x9AAB 1246-4
-letter \x9AAC 1256-2
-letter \x9AAD 13-1236-5
-letter \x9AAE 16-5
-letter \x9AAF 1346-3
-letter \x9AB0 24-2456-4
-letter \x9AB1 15-346-5
-letter \x9AB2 135-146-3
-letter \x9AB3 135-16-5
-letter \x9AB4 12-156-3
-letter \x9AB5 124-16-4
-letter \x9AB6 145-16-5
-letter \x9AB7 123-34-3
-letter \x9AB8 1235-2456-2
-letter \x9AB9 245-246-3
-letter \x9ABA 1235-12356-2
-letter \x9ABB 123-35-5
-letter \x9ABC 13-2346-2
-letter \x9ABD 124-1246-4
-letter \x9ABE 13-1356-4
-letter \x9ABF 1234-2345-2
-letter \x9AC0 135-16-5
-letter \x9AC1 123-2346-3
-letter \x9AC2 123-345-5
-letter \x9AC3 1256-2
-letter \x9AC4 15-1246-4
-letter \x9AC5 14-12356-2
-letter \x9AC6 135-126-2
-letter \x9AC7 15-246-3
-letter \x9AC8 1234-1346-4
-letter \x9AC9 135-126-3
-letter \x9ACA 245-156-3
-letter \x9ACB 123-12456-3
-letter \x9ACC 135-1456-5
-letter \x9ACD 134-126-2
-letter \x9ACE 14-246-2
-letter \x9ACF 14-12356-2
-letter \x9AD0 15-246-3
-letter \x9AD1 145-34-2
-letter \x9AD2 125-1346-3
-letter \x9AD3 15-1246-4
-letter \x9AD4 124-16-4
-letter \x9AD5 135-1456-5
-letter \x9AD6 123-12456-3
-letter \x9AD7 14-34-2
-letter \x9AD8 13-146-3
-letter \x9AD9 13-146-3
-letter \x9ADA 245-246-5
-letter \x9ADB 123-146-3
-letter \x9ADC 245-246-3
-letter \x9ADD 14-146-5
-letter \x9ADE 125-146-5
-letter \x9ADF 135-246-3
-letter \x9AE0 123-123456-3
-letter \x9AE1 123-123456-3
-letter \x9AE2 124-16-5
-letter \x9AE3 12345-1346-4
-letter \x9AE4 15-234-3
-letter \x9AE5 1245-1236-2
-letter \x9AE6 134-146-2
-letter \x9AE7 145-1236-5
-letter \x9AE8 123-123456-3
-letter \x9AE9 135-1456-5
-letter \x9AEA 12345-345-4
-letter \x9AEB 124-246-2
-letter \x9AEC 1234-16-3
-letter \x9AED 125-156-3
-letter \x9AEE 12345-345-4
-letter \x9AEF 1245-1236-2
-letter \x9AF0 124-16-5
-letter \x9AF1 1234-146-5
-letter \x9AF2 135-16-5
-letter \x9AF3 134-146-2
-letter \x9AF4 12345-34-2
-letter \x9AF5 156-2
-letter \x9AF6 1245-12346-2
-letter \x9AF7 245-1256-5
-letter \x9AF8 13-12346-3
-letter \x9AF9 15-234-3
-letter \x9AFA 236-5
-letter \x9AFB 13-16-5
-letter \x9AFC 1234-1356-2
-letter \x9AFD 1-35-3
-letter \x9AFE 24-146-3
-letter \x9AFF 15-25-3
-letter \x9B00 124-16-5
-letter \x9B01 14-16-5
-letter \x9B02 135-1456-5
-letter \x9B03 125-12346-3
-letter \x9B04 124-16-5
-letter \x9B05 1234-1356-2
-letter \x9B06 15-12346-3
-letter \x9B07 1-1356-3
-letter \x9B08 245-45-2
-letter \x9B09 125-12346-3
-letter \x9B0A 24-123456-5
-letter \x9B0B 13-2345-4
-letter \x9B0C 145-25-4
-letter \x9B0D 1235-34-2
-letter \x9B0E 14-345-5
-letter \x9B0F 13-234-3
-letter \x9B10 245-16-2
-letter \x9B11 14-2345-2
-letter \x9B12 1-136-4
-letter \x9B13 135-1456-5
-letter \x9B14 1234-1356-2
-letter \x9B15 134-126-5
-letter \x9B16 15-1236-3
-letter \x9B17 134-1236-2
-letter \x9B18 134-1236-2
-letter \x9B19 15-1356-3
-letter \x9B1A 15-1256-3
-letter \x9B1B 14-346-5
-letter \x9B1C 245-2345-3
-letter \x9B1D 245-2345-3
-letter \x9B1E 1345-12346-2
-letter \x9B1F 1235-12456-2
-letter \x9B20 13-25-5
-letter \x9B21 1345-13456-2
-letter \x9B22 135-1456-5
-letter \x9B23 14-346-5
-letter \x9B24 1245-1346-2
-letter \x9B25 145-12356-5
-letter \x9B26 145-12356-5
-letter \x9B27 1345-146-5
-letter \x9B28 1235-12346-5
-letter \x9B29 15-16-5
-letter \x9B2A 145-12356-5
-letter \x9B2B 1235-1236-4
-letter \x9B2C 145-12356-5
-letter \x9B2D 145-12356-5
-letter \x9B2E 13-234-3
-letter \x9B2F 12-1346-5
-letter \x9B30 1256-5
-letter \x9B31 1256-5
-letter \x9B32 13-2346-2
-letter \x9B33 13-45-5
-letter \x9B34 12345-34-4
-letter \x9B35 125-1356-5
-letter \x9B36 13-1246-3
-letter \x9B37 125-12346-3
-letter \x9B38 14-234-5
-letter \x9B39 13-1246-3
-letter \x9B3A 24-1346-3
-letter \x9B3B 1256-5
-letter \x9B3C 13-1246-4
-letter \x9B3D 134-356-5
-letter \x9B3E 13-16-5
-letter \x9B3F 245-16-2
-letter \x9B40 13-346-5
-letter \x9B41 123-1246-2
-letter \x9B42 1235-123456-2
-letter \x9B43 135-345-2
-letter \x9B44 1234-126-5
-letter \x9B45 134-356-5
-letter \x9B46 15-1256-5
-letter \x9B47 2345-4
-letter \x9B48 15-246-3
-letter \x9B49 14-46-4
-letter \x9B4A 1256-5
-letter \x9B4B 124-1246-2
-letter \x9B4C 245-16-3
-letter \x9B4D 456-4
-letter \x9B4E 14-46-4
-letter \x9B4F 1246-5
-letter \x9B50 13-2345-3
-letter \x9B51 12-156-3
-letter \x9B52 1234-246-3
-letter \x9B53 135-16-5
-letter \x9B54 134-126-2
-letter \x9B55 13-16-3
-letter \x9B56 15-1256-3
-letter \x9B57 12-12356-4
-letter \x9B58 2345-4
-letter \x9B59 1-1236-4
-letter \x9B5A 1256-2
-letter \x9B5B 145-146-3
-letter \x9B5C 1245-136-2
-letter \x9B5D 13-16-5
-letter \x9B5E 135-345-3
-letter \x9B5F 1235-12346-3
-letter \x9B60 124-25-3
-letter \x9B61 145-246-5
-letter \x9B62 13-16-4
-letter \x9B63 15-1256-5
-letter \x9B64 2346-2
-letter \x9B65 2346-5
-letter \x9B66 24-345-3
-letter \x9B67 1235-1346-2
-letter \x9B68 124-123456-2
-letter \x9B69 134-126-5
-letter \x9B6A 13-346-5
-letter \x9B6B 24-136-4
-letter \x9B6C 135-1236-4
-letter \x9B6D 45-2
-letter \x9B6E 1234-16-2
-letter \x9B6F 14-34-4
-letter \x9B70 123456-2
-letter \x9B71 1235-34-2
-letter \x9B72 14-34-2
-letter \x9B73 125-345-2
-letter \x9B74 12345-1346-2
-letter \x9B75 12345-136-2
-letter \x9B76 1345-345-5
-letter \x9B77 234-2
-letter \x9B78 1234-2345-5
-letter \x9B79 134-126-2
-letter \x9B7A 1235-2346-2
-letter \x9B7B 15-23456-2
-letter \x9B7C 245-1256-3
-letter \x9B7D 1235-1236-3
-letter \x9B7E 1234-16-2
-letter \x9B7F 14-13456-2
-letter \x9B80 124-25-2
-letter \x9B81 135-345-5
-letter \x9B82 245-234-2
-letter \x9B83 1234-13456-2
-letter \x9B84 12345-34-2
-letter \x9B85 135-16-5
-letter \x9B86 13-16-5
-letter \x9B87 1246-5
-letter \x9B88 13-1256-3
-letter \x9B89 145-246-3
-letter \x9B8A 135-126-2
-letter \x9B8B 234-2
-letter \x9B8C 13-123456-4
-letter \x9B8D 1234-16-3
-letter \x9B8E 1345-2345-2
-letter \x9B8F 15-13456-3
-letter \x9B90 124-2456-2
-letter \x9B91 135-146-5
-letter \x9B92 12345-34-5
-letter \x9B93 1-345-4
-letter \x9B94 13-1256-5
-letter \x9B95 13-34-3
-letter \x9B96 24-156-2
-letter \x9B97 145-12346-3
-letter \x9B98 145-2456-5
-letter \x9B99 124-345-5
-letter \x9B9A 13-346-2
-letter \x9B9B 24-34-2
-letter \x9B9C 1235-12356-5
-letter \x9B9D 15-46-4
-letter \x9B9E 156-2
-letter \x9B9F 1236-5
-letter \x9BA0 1246-2
-letter \x9BA1 1-146-5
-letter \x9BA2 1-34-3
-letter \x9BA3 1456-5
-letter \x9BA4 14-346-5
-letter \x9BA5 14-25-5
-letter \x9BA6 124-12346-2
-letter \x9BA7 16-2
-letter \x9BA8 245-16-2
-letter \x9BA9 135-13456-5
-letter \x9BAA 1246-4
-letter \x9BAB 13-246-3
-letter \x9BAC 135-34-5
-letter \x9BAD 13-1246-3
-letter \x9BAE 15-2345-3
-letter \x9BAF 1235-2346-2
-letter \x9BB0 1235-1246-2
-letter \x9BB1 14-146-4
-letter \x9BB2 12345-34-2
-letter \x9BB3 123-146-4
-letter \x9BB4 15-234-3
-letter \x9BB5 145-25-2
-letter \x9BB6 13-256-3
-letter \x9BB7 124-16-2
-letter \x9BB8 134-2345-4
-letter \x9BB9 24-146-3
-letter \x9BBA 1-345-4
-letter \x9BBB 24-345-3
-letter \x9BBC 245-1456-3
-letter \x9BBD 1256-2
-letter \x9BBE 1345-356-4
-letter \x9BBF 1-2346-2
-letter \x9BC0 13-123456-4
-letter \x9BC1 13-1356-4
-letter \x9BC2 15-34-3
-letter \x9BC3 34-2
-letter \x9BC4 245-234-2
-letter \x9BC5 124-13456-2
-letter \x9BC6 1234-34-3
-letter \x9BC7 1235-12456-5
-letter \x9BC8 12-12356-2
-letter \x9BC9 14-16-4
-letter \x9BCA 24-345-3
-letter \x9BCB 24-345-3
-letter \x9BCC 13-146-5
-letter \x9BCD 134-1356-2
-letter \x9BCE 12-1356-2
-letter \x9BCF 14-16-2
-letter \x9BD0 125-12356-4
-letter \x9BD1 15-16-3
-letter \x9BD2 235-4
-letter \x9BD3 24-136-3
-letter \x9BD4 125-156-3
-letter \x9BD5 245-16-2
-letter \x9BD6 245-13456-3
-letter \x9BD7 15-46-4
-letter \x9BD8 1345-356-4
-letter \x9BD9 12-123456-2
-letter \x9BDA 13-16-5
-letter \x9BDB 145-246-3
-letter \x9BDC 245-346-5
-letter \x9BDD 13-34-5
-letter \x9BDE 1-12356-4
-letter \x9BDF 145-12346-3
-letter \x9BE0 14-2456-2
-letter \x9BE1 12345-356-5
-letter \x9BE2 1345-16-2
-letter \x9BE3 16-5
-letter \x9BE4 123-123456-3
-letter \x9BE5 14-34-5
-letter \x9BE6 13-234-5
-letter \x9BE7 12-1346-3
-letter \x9BE8 13-13456-3
-letter \x9BE9 14-123456-2
-letter \x9BEA 14-13456-2
-letter \x9BEB 125-12356-3
-letter \x9BEC 14-16-2
-letter \x9BED 134-1356-4
-letter \x9BEE 125-12346-3
-letter \x9BEF 1-156-5
-letter \x9BF0 1345-2345-2
-letter \x9BF1 1235-34-4
-letter \x9BF2 1256-2
-letter \x9BF3 145-16-4
-letter \x9BF4 24-156-3
-letter \x9BF5 24-136-3
-letter \x9BF6 1235-12456-5
-letter \x9BF7 124-16-2
-letter \x9BF8 1235-12356-2
-letter \x9BF9 15-13456-3
-letter \x9BFA 1-34-3
-letter \x9BFB 14-345-5
-letter \x9BFC 125-12346-3
-letter \x9BFD 13-16-5
-letter \x9BFE 135-2345-3
-letter \x9BFF 135-2345-3
-letter \x9C00 1235-12456-5
-letter \x9C01 245-45-2
-letter \x9C02 125-2346-2
-letter \x9C03 1246-3
-letter \x9C04 1246-3
-letter \x9C05 1256-2
-letter \x9C06 12-123456-3
-letter \x9C07 1245-12356-2
-letter \x9C08 145-346-2
-letter \x9C09 1235-456-2
-letter \x9C0A 14-2345-5
-letter \x9C0B 2345-4
-letter \x9C0C 245-234-2
-letter \x9C0D 245-234-3
-letter \x9C0E 13-2345-5
-letter \x9C0F 135-16-5
-letter \x9C10 2346-5
-letter \x9C11 46-2
-letter \x9C12 12345-34-5
-letter \x9C13 15-2456-3
-letter \x9C14 13-2345-4
-letter \x9C15 15-23456-3
-letter \x9C16 124-25-4
-letter \x9C17 1235-34-2
-letter \x9C18 24-156-5
-letter \x9C19 1245-25-5
-letter \x9C1A 15-45-3
-letter \x9C1B 123456-3
-letter \x9C1C 13-2345-3
-letter \x9C1D 1235-146-5
-letter \x9C1E 34-3
-letter \x9C1F 12345-1346-2
-letter \x9C20 15-146-3
-letter \x9C21 14-234-2
-letter \x9C22 134-345-4
-letter \x9C23 24-156-2
-letter \x9C24 24-156-3
-letter \x9C25 13-12456-3
-letter \x9C26 125-156-3
-letter \x9C27 124-1356-2
-letter \x9C28 124-345-4
-letter \x9C29 246-2
-letter \x9C2A 13-2346-2
-letter \x9C2B 1245-12346-2
-letter \x9C2C 245-2345-2
-letter \x9C2D 245-16-2
-letter \x9C2E 123456-3
-letter \x9C2F 1245-25-5
-letter \x9C30 24-136-2
-letter \x9C31 14-2345-2
-letter \x9C32 146-2
-letter \x9C33 14-2346-5
-letter \x9C34 1235-1246-3
-letter \x9C35 134-2345-4
-letter \x9C36 13-16-5
-letter \x9C37 124-246-2
-letter \x9C38 245-1256-3
-letter \x9C39 13-2345-3
-letter \x9C3A 15-146-3
-letter \x9C3B 134-1236-2
-letter \x9C3C 15-16-2
-letter \x9C3D 245-234-2
-letter \x9C3E 135-246-5
-letter \x9C3F 13-16-5
-letter \x9C40 13-16-5
-letter \x9C41 1-34-2
-letter \x9C42 13-46-3
-letter \x9C43 245-234-3
-letter \x9C44 1-12456-3
-letter \x9C45 1245-12346-2
-letter \x9C46 1-1346-3
-letter \x9C47 123-1346-3
-letter \x9C48 15-236-4
-letter \x9C49 135-346-3
-letter \x9C4A 1256-5
-letter \x9C4B 245-1256-3
-letter \x9C4C 15-46-5
-letter \x9C4D 135-126-3
-letter \x9C4E 13-246-4
-letter \x9C4F 15-256-2
-letter \x9C50 15-34-5
-letter \x9C51 1235-456-2
-letter \x9C52 125-123456-3
-letter \x9C53 24-1236-5
-letter \x9C54 24-1236-5
-letter \x9C55 12345-1236-3
-letter \x9C56 13-1246-5
-letter \x9C57 14-1456-2
-letter \x9C58 15-256-2
-letter \x9C59 134-246-2
-letter \x9C5A 15-16-4
-letter \x9C5B 125-1356-3
-letter \x9C5C 15-46-3
-letter \x9C5D 12345-136-5
-letter \x9C5E 13-12456-3
-letter \x9C5F 1235-12356-5
-letter \x9C60 123-2356-5
-letter \x9C61 125-356-2
-letter \x9C62 15-146-3
-letter \x9C63 1-1236-3
-letter \x9C64 13-1236-4
-letter \x9C65 13-1246-5
-letter \x9C66 24-1356-2
-letter \x9C67 14-16-4
-letter \x9C68 12-1346-2
-letter \x9C69 14-356-2
-letter \x9C6A 24-34-4
-letter \x9C6B 2456-1
-letter \x9C6C 1245-34-2
-letter \x9C6D 13-16-5
-letter \x9C6E 15-1256-5
-letter \x9C6F 1235-25-5
-letter \x9C70 24-34-4
-letter \x9C71 14-16-5
-letter \x9C72 14-346-5
-letter \x9C73 14-25-5
-letter \x9C74 134-346-5
-letter \x9C75 1-136-3
-letter \x9C76 15-46-4
-letter \x9C77 2346-5
-letter \x9C78 14-34-2
-letter \x9C79 13-12456-5
-letter \x9C7A 14-16-2
-letter \x9C7B 15-2345-3
-letter \x9C7C 1256-2
-letter \x9C7D 145-146-3
-letter \x9C7E 13-16-4
-letter \x9C7F 234-2
-letter \x9C80 124-123456-2
-letter \x9C81 14-34-4
-letter \x9C82 12345-1346-2
-letter \x9C83 135-345-3
-letter \x9C84 1235-2346-2
-letter \x9C85 135-345-5
-letter \x9C86 1234-13456-2
-letter \x9C87 1345-2345-2
-letter \x9C88 14-34-2
-letter \x9C89 234-2
-letter \x9C8A 1-345-4
-letter \x9C8B 12345-34-5
-letter \x9C8C 135-126-2
-letter \x9C8D 135-146-5
-letter \x9C8E 1235-12356-5
-letter \x9C8F 1234-16-3
-letter \x9C90 124-2456-2
-letter \x9C91 13-1246-3
-letter \x9C92 13-346-2
-letter \x9C93 123-146-4
-letter \x9C94 1246-4
-letter \x9C95 156-2
-letter \x9C96 124-12346-2
-letter \x9C97 125-2346-2
-letter \x9C98 1235-12356-5
-letter \x9C99 123-2356-5
-letter \x9C9A 13-16-5
-letter \x9C9B 13-246-3
-letter \x9C9C 15-2345-3
-letter \x9C9D 125-345-4
-letter \x9C9E 15-46-4
-letter \x9C9F 15-256-2
-letter \x9CA0 13-1356-4
-letter \x9CA1 14-16-2
-letter \x9CA2 14-2345-2
-letter \x9CA3 13-2345-3
-letter \x9CA4 14-16-4
-letter \x9CA5 24-156-2
-letter \x9CA6 124-246-2
-letter \x9CA7 13-123456-4
-letter \x9CA8 24-345-3
-letter \x9CA9 1235-12456-5
-letter \x9CAA 13-256-3
-letter \x9CAB 13-16-5
-letter \x9CAC 235-4
-letter \x9CAD 245-13456-3
-letter \x9CAE 14-13456-2
-letter \x9CAF 245-16-2
-letter \x9CB0 125-12356-3
-letter \x9CB1 12345-356-3
-letter \x9CB2 123-123456-3
-letter \x9CB3 12-1346-3
-letter \x9CB4 13-34-5
-letter \x9CB5 1345-16-2
-letter \x9CB6 1345-2345-2
-letter \x9CB7 145-246-3
-letter \x9CB8 13-13456-3
-letter \x9CB9 24-136-3
-letter \x9CBA 24-156-3
-letter \x9CBB 125-156-3
-letter \x9CBC 12345-136-5
-letter \x9CBD 145-346-2
-letter \x9CBE 135-16-5
-letter \x9CBF 12-1346-2
-letter \x9CC0 124-16-2
-letter \x9CC1 123456-3
-letter \x9CC2 1246-3
-letter \x9CC3 15-2456-3
-letter \x9CC4 2346-5
-letter \x9CC5 245-234-3
-letter \x9CC6 12345-34-5
-letter \x9CC7 1235-456-2
-letter \x9CC8 245-45-2
-letter \x9CC9 13-46-3
-letter \x9CCA 135-2345-3
-letter \x9CCB 15-146-3
-letter \x9CCC 146-2
-letter \x9CCD 245-16-2
-letter \x9CCE 124-345-4
-letter \x9CCF 13-12456-3
-letter \x9CD0 246-2
-letter \x9CD1 12345-1346-2
-letter \x9CD2 13-2345-3
-letter \x9CD3 14-2346-5
-letter \x9CD4 135-246-5
-letter \x9CD5 15-236-4
-letter \x9CD6 135-346-3
-letter \x9CD7 134-1236-2
-letter \x9CD8 134-1456-4
-letter \x9CD9 235-3
-letter \x9CDA 1246-5
-letter \x9CDB 15-16-2
-letter \x9CDC 13-1246-5
-letter \x9CDD 24-1236-5
-letter \x9CDE 14-1456-2
-letter \x9CDF 125-123456-3
-letter \x9CE0 1235-25-5
-letter \x9CE1 13-1236-4
-letter \x9CE2 14-16-4
-letter \x9CE3 1-1236-3
-letter \x9CE4 13-12456-4
-letter \x9CE5 1345-246-4
-letter \x9CE6 16-4
-letter \x9CE7 12345-34-2
-letter \x9CE8 14-16-5
-letter \x9CE9 13-234-3
-letter \x9CEA 135-34-4
-letter \x9CEB 2345-5
-letter \x9CEC 12345-34-2
-letter \x9CED 145-246-3
-letter \x9CEE 13-16-3
-letter \x9CEF 12345-1356-5
-letter \x9CF0 1245-34-5
-letter \x9CF1 13-1236-3
-letter \x9CF2 24-156-3
-letter \x9CF3 12345-1356-5
-letter \x9CF4 134-13456-2
-letter \x9CF5 135-146-4
-letter \x9CF6 45-3
-letter \x9CF7 1-156-3
-letter \x9CF8 1235-34-5
-letter \x9CF9 245-1456-2
-letter \x9CFA 13-1246-3
-letter \x9CFB 12345-136-3
-letter \x9CFC 123456-2
-letter \x9CFD 13-2345-3
-letter \x9CFE 24-156-3
-letter \x9CFF 1256-5
-letter \x9D00 12345-12356-4
-letter \x9D01 246-3
-letter \x9D02 13-236-2
-letter \x9D03 13-236-2
-letter \x9D04 1234-16-3
-letter \x9D05 1235-12456-3
-letter \x9D06 1-136-5
-letter \x9D07 135-146-4
-letter \x9D08 2345-5
-letter \x9D09 23456-3
-letter \x9D0A 1-1356-5
-letter \x9D0B 12345-1346-3
-letter \x9D0C 12345-1356-5
-letter \x9D0D 123456-2
-letter \x9D0E 12356-3
-letter \x9D0F 124-2346-5
-letter \x9D10 13-23456-3
-letter \x9D11 1345-34-2
-letter \x9D12 14-13456-2
-letter \x9D13 134-346-5
-letter \x9D14 12345-34-2
-letter \x9D15 124-25-2
-letter \x9D16 123456-2
-letter \x9D17 14-16-5
-letter \x9D18 135-2345-5
-letter \x9D19 1-156-5
-letter \x9D1A 13-2346-3
-letter \x9D1B 45-3
-letter \x9D1C 245-156-2
-letter \x9D1D 245-1256-2
-letter \x9D1E 15-246-3
-letter \x9D1F 12-156-3
-letter \x9D20 145-1236-5
-letter \x9D21 13-1256-3
-letter \x9D22 234-5
-letter \x9D23 13-34-3
-letter \x9D24 1-12346-3
-letter \x9D25 1256-5
-letter \x9D26 46-3
-letter \x9D27 1256-5
-letter \x9D28 23456-3
-letter \x9D29 16-5
-letter \x9D2A 1256-5
-letter \x9D2B 124-2345-2
-letter \x9D2C 13456-3
-letter \x9D2D 1-1246-3
-letter \x9D2E 34-3
-letter \x9D2F 156-2
-letter \x9D30 13-35-3
-letter \x9D31 2456-5
-letter \x9D32 1-156-3
-letter \x9D33 2345-5
-letter \x9D34 1235-1356-2
-letter \x9D35 15-246-3
-letter \x9D36 13-23456-2
-letter \x9D37 14-346-5
-letter \x9D38 1-34-3
-letter \x9D39 1245-136-2
-letter \x9D3A 16-2
-letter \x9D3B 1235-12346-2
-letter \x9D3C 14-25-5
-letter \x9D3D 1245-34-2
-letter \x9D3E 134-12356-2
-letter \x9D3F 13-2346-3
-letter \x9D40 1245-136-2
-letter \x9D41 13-246-3
-letter \x9D42 15-234-3
-letter \x9D43 1-12356-3
-letter \x9D44 12-156-3
-letter \x9D45 14-25-5
-letter \x9D46 124-1356-2
-letter \x9D47 1345-2345-2
-letter \x9D48 2346-5
-letter \x9D49 14-12456-2
-letter \x9D4A 13-23456-2
-letter \x9D4B 13-16-5
-letter \x9D4C 124-34-2
-letter \x9D4D 1235-12456-3
-letter \x9D4E 124-25-4
-letter \x9D4F 135-34-3
-letter \x9D50 34-2
-letter \x9D51 13-45-3
-letter \x9D52 1256-5
-letter \x9D53 135-126-2
-letter \x9D54 13-256-5
-letter \x9D55 15-256-5
-letter \x9D56 135-16-5
-letter \x9D57 15-16-3
-letter \x9D58 13-256-5
-letter \x9D59 13-1256-2
-letter \x9D5A 124-34-3
-letter \x9D5B 13-13456-3
-letter \x9D5C 124-16-2
-letter \x9D5D 2346-2
-letter \x9D5E 2346-2
-letter \x9D5F 123-456-2
-letter \x9D60 1235-34-2
-letter \x9D61 34-4
-letter \x9D62 24-136-3
-letter \x9D63 14-2456-5
-letter \x9D64 13-246-4
-letter \x9D65 1234-1236-5
-letter \x9D66 14-34-5
-letter \x9D67 1234-13456-2
-letter \x9D68 24-34-3
-letter \x9D69 12345-34-2
-letter \x9D6A 1236-3
-letter \x9D6B 1-146-5
-letter \x9D6C 1234-1356-2
-letter \x9D6D 245-1456-2
-letter \x9D6E 245-2345-3
-letter \x9D6F 135-356-3
-letter \x9D70 145-246-3
-letter \x9D71 14-34-5
-letter \x9D72 245-236-5
-letter \x9D73 13-2345-3
-letter \x9D74 13-1256-2
-letter \x9D75 124-34-5
-letter \x9D76 23456-3
-letter \x9D77 45-3
-letter \x9D78 245-16-2
-letter \x9D79 14-16-2
-letter \x9D7A 346-5
-letter \x9D7B 1-1246-3
-letter \x9D7C 123-12346-3
-letter \x9D7D 145-25-5
-letter \x9D7E 123-123456-3
-letter \x9D7F 24-1356-3
-letter \x9D80 245-16-2
-letter \x9D81 13-13456-3
-letter \x9D82 16-5
-letter \x9D83 16-5
-letter \x9D84 13-13456-3
-letter \x9D85 125-156-3
-letter \x9D86 14-2456-2
-letter \x9D87 145-12346-3
-letter \x9D88 245-16-3
-letter \x9D89 12-123456-2
-letter \x9D8A 13-1356-3
-letter \x9D8B 13-1256-3
-letter \x9D8C 245-1256-3
-letter \x9D8D 16-5
-letter \x9D8E 125-123456-3
-letter \x9D8F 13-16-3
-letter \x9D90 24-34-5
-letter \x9D91 1456-3
-letter \x9D92 12-156-5
-letter \x9D93 134-246-2
-letter \x9D94 1245-12356-2
-letter \x9D95 1236-3
-letter \x9D96 245-234-3
-letter \x9D97 124-16-2
-letter \x9D98 1235-34-2
-letter \x9D99 124-16-2
-letter \x9D9A 2346-5
-letter \x9D9B 13-346-3
-letter \x9D9C 134-146-2
-letter \x9D9D 12345-34-2
-letter \x9D9E 12-123456-3
-letter \x9D9F 124-34-2
-letter \x9DA0 2345-4
-letter \x9DA1 1235-2346-2
-letter \x9DA2 45-2
-letter \x9DA3 1234-2345-3
-letter \x9DA4 123-123456-3
-letter \x9DA5 134-356-2
-letter \x9DA6 1235-34-2
-letter \x9DA7 13456-3
-letter \x9DA8 12-12456-5
-letter \x9DA9 34-5
-letter \x9DAA 13-1256-2
-letter \x9DAB 145-12346-3
-letter \x9DAC 245-1346-3
-letter \x9DAD 12345-1346-4
-letter \x9DAE 13-34-5
-letter \x9DAF 13456-3
-letter \x9DB0 45-2
-letter \x9DB1 15-45-3
-letter \x9DB2 12346-3
-letter \x9DB3 24-156-3
-letter \x9DB4 1235-2346-5
-letter \x9DB5 12-34-2
-letter \x9DB6 124-1346-2
-letter \x9DB7 15-23456-2
-letter \x9DB8 1245-25-5
-letter \x9DB9 14-234-2
-letter \x9DBA 13-16-2
-letter \x9DBB 1235-34-2
-letter \x9DBC 13-2345-3
-letter \x9DBD 1-123456-4
-letter \x9DBE 1235-1236-5
-letter \x9DBF 245-156-2
-letter \x9DC0 245-156-2
-letter \x9DC1 1345-16-5
-letter \x9DC2 246-5
-letter \x9DC3 2345-5
-letter \x9DC4 13-16-3
-letter \x9DC5 14-16-5
-letter \x9DC6 124-2345-2
-letter \x9DC7 123-12356-5
-letter \x9DC8 124-16-3
-letter \x9DC9 124-16-3
-letter \x9DCA 16-5
-letter \x9DCB 124-34-2
-letter \x9DCC 134-345-4
-letter \x9DCD 13-246-3
-letter \x9DCE 13-146-3
-letter \x9DCF 124-2345-2
-letter \x9DD0 12-136-2
-letter \x9DD1 13-16-2
-letter \x9DD2 124-12456-2
-letter \x9DD3 1-2346-5
-letter \x9DD4 146-2
-letter \x9DD5 246-4
-letter \x9DD6 16-3
-letter \x9DD7 12356-3
-letter \x9DD8 12-156-5
-letter \x9DD9 1-156-5
-letter \x9DDA 14-234-5
-letter \x9DDB 1245-12346-2
-letter \x9DDC 14-12356-2
-letter \x9DDD 135-16-5
-letter \x9DDE 24-456-3
-letter \x9DDF 1-25-2
-letter \x9DE0 1256-2
-letter \x9DE1 34-2
-letter \x9DE2 13-236-2
-letter \x9DE3 1456-2
-letter \x9DE4 124-16-2
-letter \x9DE5 15-156-3
-letter \x9DE6 13-246-3
-letter \x9DE7 16-5
-letter \x9DE8 1235-35-3
-letter \x9DE9 135-16-5
-letter \x9DEA 13456-3
-letter \x9DEB 15-34-5
-letter \x9DEC 1235-456-2
-letter \x9DED 12345-1236-2
-letter \x9DEE 13-246-3
-letter \x9DEF 14-246-2
-letter \x9DF0 2345-5
-letter \x9DF1 123-146-3
-letter \x9DF2 13-234-5
-letter \x9DF3 15-2345-2
-letter \x9DF4 15-2345-2
-letter \x9DF5 124-34-2
-letter \x9DF6 134-2456-4
-letter \x9DF7 125-123456-3
-letter \x9DF8 1256-5
-letter \x9DF9 13456-3
-letter \x9DFA 14-34-5
-letter \x9DFB 124-12456-2
-letter \x9DFC 15-2345-2
-letter \x9DFD 15-236-2
-letter \x9DFE 16-5
-letter \x9DFF 1234-16-5
-letter \x9E00 24-34-2
-letter \x9E01 14-25-2
-letter \x9E02 15-16-3
-letter \x9E03 16-2
-letter \x9E04 13-16-3
-letter \x9E05 1-2346-2
-letter \x9E06 1256-2
-letter \x9E07 1-1236-3
-letter \x9E08 346-5
-letter \x9E09 46-2
-letter \x9E0A 1234-16-5
-letter \x9E0B 1345-13456-2
-letter \x9E0C 1235-34-5
-letter \x9E0D 134-16-2
-letter \x9E0E 13456-3
-letter \x9E0F 134-1356-2
-letter \x9E10 145-16-2
-letter \x9E11 236-5
-letter \x9E12 1256-5
-letter \x9E13 14-356-4
-letter \x9E14 135-126-2
-letter \x9E15 14-34-2
-letter \x9E16 1235-2346-5
-letter \x9E17 14-12346-2
-letter \x9E18 24-456-3
-letter \x9E19 236-5
-letter \x9E1A 13456-3
-letter \x9E1B 13-12456-5
-letter \x9E1C 245-1256-2
-letter \x9E1D 14-16-2
-letter \x9E1E 14-12456-2
-letter \x9E1F 1345-246-4
-letter \x9E20 13-234-3
-letter \x9E21 13-16-3
-letter \x9E22 45-3
-letter \x9E23 134-13456-2
-letter \x9E24 24-156-3
-letter \x9E25 12356-3
-letter \x9E26 23456-3
-letter \x9E27 245-1346-3
-letter \x9E28 135-146-4
-letter \x9E29 1-136-5
-letter \x9E2A 13-34-3
-letter \x9E2B 145-12346-3
-letter \x9E2C 14-34-2
-letter \x9E2D 23456-3
-letter \x9E2E 15-246-3
-letter \x9E2F 46-3
-letter \x9E30 14-13456-2
-letter \x9E31 12-156-3
-letter \x9E32 245-1256-2
-letter \x9E33 45-3
-letter \x9E34 15-236-2
-letter \x9E35 124-25-2
-letter \x9E36 15-156-3
-letter \x9E37 1-156-5
-letter \x9E38 156-2
-letter \x9E39 13-35-3
-letter \x9E3A 15-234-3
-letter \x9E3B 1235-1356-2
-letter \x9E3C 1-12356-3
-letter \x9E3D 13-2346-3
-letter \x9E3E 14-12456-2
-letter \x9E3F 1235-12346-2
-letter \x9E40 34-2
-letter \x9E41 135-126-2
-letter \x9E42 14-16-2
-letter \x9E43 13-45-3
-letter \x9E44 1235-34-2
-letter \x9E45 2346-2
-letter \x9E46 1256-5
-letter \x9E47 15-2345-2
-letter \x9E48 124-16-2
-letter \x9E49 34-4
-letter \x9E4A 245-236-5
-letter \x9E4B 134-246-2
-letter \x9E4C 1236-3
-letter \x9E4D 123-123456-3
-letter \x9E4E 135-356-3
-letter \x9E4F 1234-1356-2
-letter \x9E50 245-2345-3
-letter \x9E51 12-123456-2
-letter \x9E52 13-1356-3
-letter \x9E53 45-3
-letter \x9E54 15-34-5
-letter \x9E55 1235-34-2
-letter \x9E56 1235-2346-2
-letter \x9E57 2346-5
-letter \x9E58 1235-34-2
-letter \x9E59 245-234-3
-letter \x9E5A 245-156-2
-letter \x9E5B 134-356-2
-letter \x9E5C 34-5
-letter \x9E5D 1345-16-5
-letter \x9E5E 246-5
-letter \x9E5F 12346-3
-letter \x9E60 14-234-2
-letter \x9E61 13-16-2
-letter \x9E62 1345-16-5
-letter \x9E63 13-2345-3
-letter \x9E64 1235-2346-5
-letter \x9E65 16-3
-letter \x9E66 13456-3
-letter \x9E67 1-2346-5
-letter \x9E68 14-234-5
-letter \x9E69 14-246-2
-letter \x9E6A 13-246-3
-letter \x9E6B 13-234-5
-letter \x9E6C 1256-5
-letter \x9E6D 14-34-5
-letter \x9E6E 15-45-2
-letter \x9E6F 1-1236-3
-letter \x9E70 13456-3
-letter \x9E71 1235-34-5
-letter \x9E72 134-1356-2
-letter \x9E73 13-12456-5
-letter \x9E74 24-456-3
-letter \x9E75 14-34-4
-letter \x9E76 13-1456-3
-letter \x9E77 14-13456-2
-letter \x9E78 13-2345-4
-letter \x9E79 15-2345-2
-letter \x9E7A 245-25-2
-letter \x9E7B 13-2345-4
-letter \x9E7C 13-2345-4
-letter \x9E7D 2345-2
-letter \x9E7E 245-25-2
-letter \x9E7F 14-34-5
-letter \x9E80 234-3
-letter \x9E81 245-34-3
-letter \x9E82 13-16-4
-letter \x9E83 135-246-3
-letter \x9E84 245-34-3
-letter \x9E85 135-246-3
-letter \x9E86 1-34-5
-letter \x9E87 13-256-3
-letter \x9E88 1-34-4
-letter \x9E89 13-2345-3
-letter \x9E8A 134-16-2
-letter \x9E8B 134-16-2
-letter \x9E8C 1256-4
-letter \x9E8D 14-234-2
-letter \x9E8E 12-136-2
-letter \x9E8F 13-256-3
-letter \x9E90 14-1456-2
-letter \x9E91 1345-16-2
-letter \x9E92 245-16-2
-letter \x9E93 14-34-5
-letter \x9E94 13-234-5
-letter \x9E95 13-256-3
-letter \x9E96 13-13456-3
-letter \x9E97 14-16-5
-letter \x9E98 15-46-3
-letter \x9E99 2345-2
-letter \x9E9A 13-23456-3
-letter \x9E9B 134-16-2
-letter \x9E9C 14-16-5
-letter \x9E9D 24-2346-5
-letter \x9E9E 1-1346-3
-letter \x9E9F 14-1456-2
-letter \x9EA0 13-13456-3
-letter \x9EA1 13-16-3
-letter \x9EA2 14-13456-2
-letter \x9EA3 2345-2
-letter \x9EA4 245-34-3
-letter \x9EA5 134-2456-5
-letter \x9EA6 134-2456-5
-letter \x9EA7 13-2346-3
-letter \x9EA8 12-146-4
-letter \x9EA9 12345-34-3
-letter \x9EAA 134-2345-5
-letter \x9EAB 134-2345-4
-letter \x9EAC 12345-34-3
-letter \x9EAD 1234-146-5
-letter \x9EAE 245-1256-5
-letter \x9EAF 245-1256-2
-letter \x9EB0 134-12356-2
-letter \x9EB1 12345-34-3
-letter \x9EB2 15-2345-5
-letter \x9EB3 14-2456-2
-letter \x9EB4 245-1256-2
-letter \x9EB5 134-2345-5
-letter \x9EB6 12-156-3
-letter \x9EB7 12345-1356-3
-letter \x9EB8 12345-34-3
-letter \x9EB9 245-1256-2
-letter \x9EBA 134-2345-5
-letter \x9EBB 134-345-2
-letter \x9EBC 134-2346-1
-letter \x9EBD 134-2346-1
-letter \x9EBE 1235-1246-3
-letter \x9EBF 134-126-4
-letter \x9EC0 125-12356-3
-letter \x9EC1 1345-136-3
-letter \x9EC2 12345-136-2
-letter \x9EC3 1235-456-2
-letter \x9EC4 1235-456-2
-letter \x9EC5 13-1456-3
-letter \x9EC6 13-456-3
-letter \x9EC7 124-2345-3
-letter \x9EC8 124-12356-4
-letter \x9EC9 1235-12346-2
-letter \x9ECA 15-16-3
-letter \x9ECB 123-456-5
-letter \x9ECC 1235-12346-2
-letter \x9ECD 24-34-4
-letter \x9ECE 14-16-2
-letter \x9ECF 1345-2345-2
-letter \x9ED0 12-156-3
-letter \x9ED1 1235-356-3
-letter \x9ED2 1235-356-3
-letter \x9ED3 16-5
-letter \x9ED4 245-2345-2
-letter \x9ED5 145-1236-4
-letter \x9ED6 15-16-5
-letter \x9ED7 124-12456-4
-letter \x9ED8 134-126-5
-letter \x9ED9 134-126-5
-letter \x9EDA 245-2345-2
-letter \x9EDB 145-2456-5
-letter \x9EDC 12-34-5
-letter \x9EDD 234-4
-letter \x9EDE 145-2345-4
-letter \x9EDF 16-3
-letter \x9EE0 15-23456-2
-letter \x9EE1 2345-4
-letter \x9EE2 245-1256-3
-letter \x9EE3 134-356-4
-letter \x9EE4 2345-4
-letter \x9EE5 245-13456-2
-letter \x9EE6 1256-5
-letter \x9EE7 14-16-2
-letter \x9EE8 145-1346-4
-letter \x9EE9 145-34-2
-letter \x9EEA 245-1236-4
-letter \x9EEB 1456-3
-letter \x9EEC 1236-5
-letter \x9EED 2345-4
-letter \x9EEE 124-1236-4
-letter \x9EEF 1236-5
-letter \x9EF0 1-136-4
-letter \x9EF1 145-2456-5
-letter \x9EF2 245-1236-4
-letter \x9EF3 16-3
-letter \x9EF4 134-356-2
-letter \x9EF5 145-1236-4
-letter \x9EF6 2345-4
-letter \x9EF7 145-34-2
-letter \x9EF8 14-34-2
-letter \x9EF9 1-156-4
-letter \x9EFA 12345-136-4
-letter \x9EFB 12345-34-2
-letter \x9EFC 12345-34-4
-letter \x9EFD 134-1456-4
-letter \x9EFE 134-1456-4
-letter \x9EFF 45-2
-letter \x9F00 245-34-5
-letter \x9F01 245-1256-5
-letter \x9F02 12-146-2
-letter \x9F03 35-3
-letter \x9F04 1-34-3
-letter \x9F05 1-156-3
-letter \x9F06 134-1346-2
-letter \x9F07 146-2
-letter \x9F08 135-346-3
-letter \x9F09 124-25-2
-letter \x9F0A 135-16-5
-letter \x9F0B 45-2
-letter \x9F0C 12-146-2
-letter \x9F0D 124-25-2
-letter \x9F0E 145-13456-4
-letter \x9F0F 134-16-5
-letter \x9F10 1345-2456-5
-letter \x9F11 145-13456-4
-letter \x9F12 125-156-3
-letter \x9F13 13-34-4
-letter \x9F14 13-34-4
-letter \x9F15 145-12346-3
-letter \x9F16 12345-136-2
-letter \x9F17 124-146-2
-letter \x9F18 45-3
-letter \x9F19 1234-16-2
-letter \x9F1A 12-1346-3
-letter \x9F1B 13-146-3
-letter \x9F1C 245-16-5
-letter \x9F1D 45-3
-letter \x9F1E 124-1346-3
-letter \x9F1F 124-1356-3
-letter \x9F20 24-34-4
-letter \x9F21 24-34-4
-letter \x9F22 12345-136-2
-letter \x9F23 12345-356-5
-letter \x9F24 123456-2
-letter \x9F25 135-345-2
-letter \x9F26 145-246-3
-letter \x9F27 124-25-2
-letter \x9F28 1-12346-3
-letter \x9F29 245-1256-2
-letter \x9F2A 24-1356-3
-letter \x9F2B 24-156-2
-letter \x9F2C 234-5
-letter \x9F2D 24-156-2
-letter \x9F2E 124-13456-2
-letter \x9F2F 34-2
-letter \x9F30 13-1256-2
-letter \x9F31 13-13456-3
-letter \x9F32 1235-123456-2
-letter \x9F33 13-1256-2
-letter \x9F34 2345-4
-letter \x9F35 124-34-2
-letter \x9F36 15-156-3
-letter \x9F37 15-16-3
-letter \x9F38 15-2345-5
-letter \x9F39 2345-4
-letter \x9F3A 14-356-2
-letter \x9F3B 135-16-2
-letter \x9F3C 246-4
-letter \x9F3D 245-234-2
-letter \x9F3E 1235-1236-3
-letter \x9F3F 34-3
-letter \x9F40 34-5
-letter \x9F41 1235-12356-3
-letter \x9F42 15-16-5
-letter \x9F43 2346-5
-letter \x9F44 1-345-3
-letter \x9F45 15-234-5
-letter \x9F46 12346-5
-letter \x9F47 1-345-3
-letter \x9F48 1345-12346-2
-letter \x9F49 1345-1346-5
-letter \x9F4A 245-16-2
-letter \x9F4B 1-2456-3
-letter \x9F4C 13-16-5
-letter \x9F4D 125-156-3
-letter \x9F4E 13-16-3
-letter \x9F4F 13-16-3
-letter \x9F50 245-16-2
-letter \x9F51 13-16-3
-letter \x9F52 12-156-4
-letter \x9F53 12-136-5
-letter \x9F54 12-136-5
-letter \x9F55 1235-2346-2
-letter \x9F56 23456-2
-letter \x9F57 1456-2
-letter \x9F58 15-346-5
-letter \x9F59 135-146-3
-letter \x9F5A 245-25-5
-letter \x9F5B 15-346-5
-letter \x9F5C 125-156-3
-letter \x9F5D 12-156-3
-letter \x9F5E 2345-4
-letter \x9F5F 13-1256-4
-letter \x9F60 124-246-2
-letter \x9F61 14-13456-2
-letter \x9F62 14-13456-2
-letter \x9F63 12-34-3
-letter \x9F64 245-45-2
-letter \x9F65 15-346-5
-letter \x9F66 1456-2
-letter \x9F67 1345-346-5
-letter \x9F68 13-234-5
-letter \x9F69 246-4
-letter \x9F6A 12-25-5
-letter \x9F6B 123-123456-4
-letter \x9F6C 1256-4
-letter \x9F6D 12-34-4
-letter \x9F6E 16-4
-letter \x9F6F 1345-16-2
-letter \x9F70 125-2346-2
-letter \x9F71 125-12356-3
-letter \x9F72 245-1256-4
-letter \x9F73 45-4
-letter \x9F74 2345-4
-letter \x9F75 1256-2
-letter \x9F76 2346-5
-letter \x9F77 25-5
-letter \x9F78 16-5
-letter \x9F79 12-156-3
-letter \x9F7A 125-12356-3
-letter \x9F7B 145-2345-3
-letter \x9F7C 12-34-4
-letter \x9F7D 13-1456-5
-letter \x9F7E 23456-5
-letter \x9F7F 12-156-4
-letter \x9F80 12-136-5
-letter \x9F81 1235-2346-2
-letter \x9F82 1456-2
-letter \x9F83 13-1256-4
-letter \x9F84 14-13456-2
-letter \x9F85 135-146-3
-letter \x9F86 124-246-2
-letter \x9F87 125-156-3
-letter \x9F88 1456-2
-letter \x9F89 1256-4
-letter \x9F8A 12-25-5
-letter \x9F8B 245-1256-4
-letter \x9F8C 25-5
-letter \x9F8D 14-12346-2
-letter \x9F8E 1234-1346-2
-letter \x9F8F 13-12346-3
-letter \x9F90 1234-1346-2
-letter \x9F91 2345-4
-letter \x9F92 14-12346-2
-letter \x9F93 14-12346-2
-letter \x9F94 13-12346-3
-letter \x9F95 123-1236-3
-letter \x9F96 124-345-5
-letter \x9F97 14-13456-2
-letter \x9F98 124-345-5
-letter \x9F99 14-12346-2
-letter \x9F9A 13-12346-3
-letter \x9F9B 123-1236-3
-letter \x9F9C 13-1246-3
-letter \x9F9D 245-234-3
-letter \x9F9E 135-346-3
-letter \x9F9F 13-1246-3
-letter \x9FA0 236-5
-letter \x9FA1 12-1246-5
-letter \x9FA2 1235-2346-2
-letter \x9FA3 13-236-2
-letter \x9FA4 15-346-2
-letter \x9FA5 1256-5
-#end CJK Unified Ideographs
-
-#begin Private Use Area (U+E000-U+F8FF)
-sign \xE18C 12356-17-23456
-sign \xE18D 12356-127-23456
-sign \xE18E 12356-147-23456
-sign \xE18F 12356-1457-23456
-sign \xF0B7 16 Private use for list item sign.
-sign \xF577 1246-135
-#end Private Use Area
-
-#begin CJK Compatibility Ideographs (U+F900-U+FAFF)
-letter \xF900 245-16-4
-letter \xF901 13-1356-5
-letter \xF902 12-2346-3
-letter \xF903 13-23456-4
-letter \xF904 1235-35-2
-letter \xF905 12-12456-5
-letter \xF906 13-1256-5
-letter \xF907 13-1246-3
-letter \xF908 13-1246-3
-letter \xF909 245-16-5
-letter \xF90A 13-1456-3
-letter \xF90B 14-345-4
-letter \xF90C 1345-2456-5
-letter \xF90D 14-1236-4
-letter \xF90E 14-2456-5
-letter \xF90F 14-25-2
-letter \xF910 14-25-2
-letter \xF911 14-25-2
-letter \xF912 14-25-4
-letter \xF913 14-25-2
-letter \xF914 14-2346-5
-letter \xF915 14-25-5
-letter \xF916 14-146-5
-letter \xF917 14-25-5
-letter \xF918 14-25-5
-letter \xF919 14-146-5
-letter \xF91A 14-25-5
-letter \xF91B 14-12456-5
-letter \xF91C 14-12456-4
-letter \xF91D 14-1236-2
-letter \xF91E 14-1236-5
-letter \xF91F 14-1236-2
-letter \xF920 14-12456-2
-letter \xF921 14-1236-2
-letter \xF922 14-1236-5
-letter \xF923 14-1236-2
-letter \xF924 14-1236-2
-letter \xF925 14-345-3
-letter \xF926 14-345-5
-letter \xF927 14-345-5
-letter \xF928 14-1346-2
-letter \xF929 14-1346-4
-letter \xF92A 14-1346-5
-letter \xF92B 14-1346-2
-letter \xF92C 14-1346-2
-letter \xF92D 14-2456-2
-letter \xF92E 14-1356-4
-letter \xF92F 14-146-2
-letter \xF930 14-34-4
-letter \xF931 14-34-4
-letter \xF932 14-34-2
-letter \xF933 14-34-2
-letter \xF934 14-146-4
-letter \xF935 14-34-2
-letter \xF936 14-34-4
-letter \xF937 14-34-5
-letter \xF938 14-34-5
-letter \xF939 14-34-4
-letter \xF93A 14-34-5
-letter \xF93B 14-34-5
-letter \xF93C 14-34-5
-letter \xF93D 14-1256-5
-letter \xF93E 14-34-5
-letter \xF93F 14-34-5
-letter \xF940 14-34-5
-letter \xF941 14-123456-5
-letter \xF942 14-12346-4
-letter \xF943 1345-12346-5
-letter \xF944 14-12346-2
-letter \xF945 14-12346-2
-letter \xF946 14-146-2
-letter \xF947 14-356-4
-letter \xF948 14-34-5
-letter \xF949 14-356-2
-letter \xF94A 14-356-4
-letter \xF94B 14-1256-4
-letter \xF94C 14-12356-2
-letter \xF94D 14-356-5
-letter \xF94E 14-12356-5
-letter \xF94F 14-356-5
-letter \xF950 14-1256-4
-letter \xF951 14-12356-5
-letter \xF952 14-2346-5
-letter \xF953 14-2346-5
-letter \xF954 14-1456-4
-letter \xF955 14-13456-2
-letter \xF956 14-1356-2
-letter \xF957 14-13456-2
-letter \xF958 14-13456-2
-letter \xF959 14-13456-2
-letter \xF95A 145-34-2
-letter \xF95B 1345-345-2
-letter \xF95C 14-2346-5
-letter \xF95D 1345-25-5
-letter \xF95E 145-1236-3
-letter \xF95F 1345-13456-2
-letter \xF960 1345-34-5
-letter \xF961 14-1256-5
-letter \xF962 16-5
-letter \xF963 135-356-4
-letter \xF964 1234-1236-2
-letter \xF965 135-2345-5
-letter \xF966 12345-34-5
-letter \xF967 135-34-5
-letter \xF968 134-16-5
-letter \xF969 24-34-5
-letter \xF96A 15-25-4
-letter \xF96B 245-1236-3
-letter \xF96C 15-2456-5
-letter \xF96D 24-1356-4
-letter \xF96E 346-5
-letter \xF96F 24-25-3
-letter \xF970 24-345-3
-letter \xF971 12-136-2
-letter \xF972 24-136-4
-letter \xF973 24-156-2
-letter \xF974 1245-25-5
-letter \xF975 14-236-5
-letter \xF976 14-236-5
-letter \xF977 14-46-5
-letter \xF978 14-46-4
-letter \xF979 14-46-2
-letter \xF97A 14-46-2
-letter \xF97B 14-46-2
-letter \xF97C 14-46-2
-letter \xF97D 14-46-5
-letter \xF97E 14-46-5
-letter \xF97F 14-16-5
-letter \xF980 14-1256-4
-letter \xF981 1345-1256-4
-letter \xF982 14-34-2
-letter \xF983 14-1256-4
-letter \xF984 14-1256-5
-letter \xF985 14-16-5
-letter \xF986 14-1256-2
-letter \xF987 14-16-2
-letter \xF988 14-16-5
-letter \xF989 14-16-2
-letter \xF98A 14-16-5
-letter \xF98B 14-16-5
-letter \xF98C 14-16-5
-letter \xF98D 14-16-5
-letter \xF98E 1345-2345-2
-letter \xF98F 14-2345-2
-letter \xF990 14-2345-5
-letter \xF991 1345-2345-4
-letter \xF992 14-2345-2
-letter \xF993 14-2345-5
-letter \xF994 14-2345-4
-letter \xF995 1345-2345-2
-letter \xF996 14-2345-5
-letter \xF997 14-2345-2
-letter \xF998 1345-2345-4
-letter \xF999 14-2345-2
-letter \xF99A 14-2345-2
-letter \xF99B 14-2345-5
-letter \xF99C 14-346-5
-letter \xF99D 14-346-5
-letter \xF99E 2345-5
-letter \xF99F 14-346-5
-letter \xF9A0 14-346-5
-letter \xF9A1 24-25-3
-letter \xF9A2 14-2345-2
-letter \xF9A3 1345-2345-5
-letter \xF9A4 1345-2345-4
-letter \xF9A5 14-2345-5
-letter \xF9A6 14-2345-2
-letter \xF9A7 14-346-5
-letter \xF9A8 14-13456-5
-letter \xF9A9 14-13456-2
-letter \xF9AA 1345-13456-2
-letter \xF9AB 14-13456-4
-letter \xF9AC 14-13456-2
-letter \xF9AD 14-13456-2
-letter \xF9AE 13456-2
-letter \xF9AF 14-13456-2
-letter \xF9B0 14-13456-2
-letter \xF9B1 14-13456-2
-letter \xF9B2 14-13456-2
-letter \xF9B3 14-13456-2
-letter \xF9B4 14-13456-4
-letter \xF9B5 14-16-5
-letter \xF9B6 14-16-4
-letter \xF9B7 14-16-4
-letter \xF9B8 14-16-5
-letter \xF9B9 2346-5
-letter \xF9BA 14-2346-1
-letter \xF9BB 14-246-2
-letter \xF9BC 14-246-2
-letter \xF9BD 1345-246-5
-letter \xF9BE 14-246-5
-letter \xF9BF 14-2346-5
-letter \xF9C0 14-246-4
-letter \xF9C1 14-246-2
-letter \xF9C2 14-246-4
-letter \xF9C3 14-246-2
-letter \xF9C4 14-12346-2
-letter \xF9C5 256-3
-letter \xF9C6 1245-12456-4
-letter \xF9C7 14-234-2
-letter \xF9C8 12-12356-4
-letter \xF9C9 14-234-4
-letter \xF9CA 14-234-2
-letter \xF9CB 14-234-3
-letter \xF9CC 14-234-2
-letter \xF9CD 14-234-2
-letter \xF9CE 14-234-2
-letter \xF9CF 1345-234-4
-letter \xF9D0 14-356-5
-letter \xF9D1 14-234-5
-letter \xF9D2 14-34-5
-letter \xF9D3 14-34-5
-letter \xF9D4 14-123456-2
-letter \xF9D5 14-123456-2
-letter \xF9D6 14-123456-2
-letter \xF9D7 14-123456-2
-letter \xF9D8 14-1256-5
-letter \xF9D9 14-16-5
-letter \xF9DA 14-16-5
-letter \xF9DB 14-1256-5
-letter \xF9DC 14-12346-2
-letter \xF9DD 14-16-5
-letter \xF9DE 14-16-5
-letter \xF9DF 14-1256-4
-letter \xF9E0 16-5
-letter \xF9E1 14-16-4
-letter \xF9E2 14-16-2
-letter \xF9E3 1345-16-2
-letter \xF9E4 14-16-4
-letter \xF9E5 14-16-5
-letter \xF9E6 14-16-2
-letter \xF9E7 14-16-4
-letter \xF9E8 14-16-4
-letter \xF9E9 14-16-4
-letter \xF9EA 14-16-2
-letter \xF9EB 1345-16-5
-letter \xF9EC 1345-16-5
-letter \xF9ED 14-1456-5
-letter \xF9EE 14-1456-2
-letter \xF9EF 14-1456-2
-letter \xF9F0 14-1456-5
-letter \xF9F1 14-1456-2
-letter \xF9F2 14-1456-2
-letter \xF9F3 14-1456-2
-letter \xF9F4 14-1456-2
-letter \xF9F5 14-1456-2
-letter \xF9F6 14-1456-2
-letter \xF9F7 14-16-5
-letter \xF9F8 14-16-5
-letter \xF9F9 14-16-5
-letter \xF9FA 1-456-5
-letter \xF9FB 1-156-5
-letter \xF9FC 24-156-5
-letter \xF9FD 24-156-2
-letter \xF9FE 12-345-2
-letter \xF9FF 245-156-5
-letter \xFA00 245-346-3
-letter \xFA01 145-34-5
-letter \xFA02 124-25-5
-letter \xFA03 124-1346-2
-letter \xFA04 1-2456-2
-letter \xFA05 145-12346-5
-letter \xFA06 135-146-5
-letter \xFA07 12345-34-2
-letter \xFA08 15-13456-2
-letter \xFA09 13-46-5
-letter \xFA0A 13-2345-5
-letter \xFA0B 123-25-5
-letter \xFA0C 34-5
-letter \xFA0D 1235-25-5
-letter \xFA0E 24-456-3
-letter \xFA0F 15-1256-5
-letter \xFA10 1-12346-4
-letter \xFA11 245-16-2
-letter \xFA12 245-13456-2
-letter \xFA13 12345-34-2
-letter \xFA14 13-1256-4
-letter \xFA15 15-16-3
-letter \xFA16 1-34-3
-letter \xFA17 16-5
-letter \xFA18 14-16-4
-letter \xFA19 24-136-2
-letter \xFA1A 15-46-2
-letter \xFA1B 12345-34-2
-letter \xFA1C 13-13456-5
-letter \xFA1D 13-13456-3
-letter \xFA1E 1256-4
-letter \xFA1F 2456-1
-letter \xFA20 245-234-3
-letter \xFA21 24-1356-3
-letter \xFA22 1-34-3
-letter \xFA23 145-25-3
-letter \xFA24 13-16-2
-letter \xFA25 16-5
-letter \xFA26 145-12356-3
-letter \xFA27 15-246-5
-letter \xFA28 15-1456-5
-letter \xFA29 145-146-4
-letter \xFA2A 12345-1236-5
-letter \xFA2B 15-156-5
-letter \xFA2C 13-12456-4
-letter \xFA2D 1235-2346-5
-letter \xFA30 34-4
-letter \xFA31 15-1356-3
-letter \xFA32 134-2345-4
-letter \xFA33 134-2345-4
-letter \xFA34 245-1456-2
-letter \xFA35 135-356-3
-letter \xFA36 1235-2346-3
-letter \xFA37 124-1236-5
-letter \xFA38 245-16-5
-letter \xFA3A 134-126-5
-letter \xFA3B 245-1356-2
-letter \xFA3C 245-146-4
-letter \xFA3D 1235-1246-4
-letter \xFA3E 123-2456-4
-letter \xFA3F 125-1356-3
-letter \xFA40 12-1356-2
-letter \xFA41 134-1456-4
-letter \xFA42 13-16-5
-letter \xFA43 24-34-4
-letter \xFA44 134-356-2
-letter \xFA45 1235-2456-4
-letter \xFA46 1-34-4
-letter \xFA47 1235-1236-5
-letter \xFA48 1-34-4
-letter \xFA4A 1-25-2
-letter \xFA4B 135-356-3
-letter \xFA4C 24-2346-5
-letter \xFA4D 1-156-4
-letter \xFA4E 245-16-2
-letter \xFA4F 234-5
-letter \xFA50 125-34-4
-letter \xFA51 1-34-5
-letter \xFA52 1235-25-5
-letter \xFA53 1-136-3
-letter \xFA54 13-34-4
-letter \xFA55 124-34-2
-letter \xFA56 13-346-2
-letter \xFA57 14-2345-5
-letter \xFA58 13-1456-5
-letter \xFA59 12345-1236-2
-letter \xFA5A 24-34-4
-letter \xFA5B 1-2346-4
-letter \xFA5C 12-12356-5
-letter \xFA5D 245-146-4
-letter \xFA5E 245-146-4
-letter \xFA5F 1-2346-1
-letter \xFA60 1235-2346-5
-letter \xFA61 24-156-5
-letter \xFA62 346-5
-letter \xFA63 13-1456-4
-letter \xFA64 135-1456-3
-letter \xFA65 125-1356-5
-letter \xFA66 12-25-5
-letter \xFA67 16-5
-letter \xFA68 1345-1236-2
-letter \xFA69 15-46-4
-letter \xFA6A 1234-1456-2
-letter \xFA6F 1-34-5
-letter \xFA70 135-13456-5
-letter \xFA71 123-456-5
-letter \xFA72 245-45-2
-letter \xFA73 15-13456-2
-letter \xFA74 12-12346-3
-letter \xFA75 13-16-5
-letter \xFA76 235-4
-letter \xFA77 24-146-2
-letter \xFA78 1235-2346-3
-letter \xFA79 124-146-2
-letter \xFA7A 1235-1246-5
-letter \xFA7B 35-5
-letter \xFA7C 1-12346-4
-letter \xFA7D 12345-136-2
-letter \xFA7E 2345-4
-letter \xFA7F 135-136-3
-letter \xFA80 135-16-5
-letter \xFA81 245-156-2
-letter \xFA82 146-2
-letter \xFA83 16-5
-letter \xFA84 245-2456-4
-letter \xFA85 246-2
-letter \xFA86 456-4
-letter \xFA87 24-136-5
-letter \xFA88 1256-5
-letter \xFA89 125-1356-3
-letter \xFA8A 146-5
-letter \xFA8B 12-1356-2
-letter \xFA8C 145-2456-5
-letter \xFA8D 1256-2
-letter \xFA8E 15-12356-3
-letter \xFA8F 135-13456-5
-letter \xFA90 146-2
-letter \xFA91 245-13456-2
-letter \xFA92 14-1346-4
-letter \xFA93 456-5
-letter \xFA94 1-1346-5
-letter \xFA95 145-2456-4
-letter \xFA96 24-345-3
-letter \xFA97 14-234-2
-letter \xFA98 1456-2
-letter \xFA99 125-156-3
-letter \xFA9A 1235-1236-5
-letter \xFA9B 13-13456-5
-letter \xFA9C 1-34-4
-letter \xFA9D 245-246-2
-letter \xFA9E 13-236-2
-letter \xFA9F 12345-1236-5
-letter \xFAA0 1-34-3
-letter \xFAA1 124-2345-5
-letter \xFAA2 245-156-2
-letter \xFAA3 1235-35-5
-letter \xFAA4 13-12456-3
-letter \xFAA5 123456-3
-letter \xFAA6 16-5
-letter \xFAA7 24-1356-5
-letter \xFAA8 1-156-2
-letter \xFAA9 13-45-5
-letter \xFAAA 1-2346-1
-letter \xFAAB 124-2345-2
-letter \xFAAC 124-246-5
-letter \xFAAD 13-346-2
-letter \xFAAE 14-356-5
-letter \xFAAF 124-146-3
-letter \xFAB0 14-2345-5
-letter \xFAB1 1234-13456-2
-letter \xFAB2 1-2346-4
-letter \xFAB3 1235-456-3
-letter \xFAB4 1235-35-2
-letter \xFAB5 256-3
-letter \xFAB6 245-46-4
-letter \xFAB7 12345-34-5
-letter \xFAB8 24-156-5
-letter \xFAB9 145-246-5
-letter \xFABA 1-34-3
-letter \xFABB 245-13456-4
-letter \xFABC 346-5
-letter \xFABD 1345-25-5
-letter \xFABE 1256-5
-letter \xFABF 13-1456-4
-letter \xFAC0 135-2345-5
-letter \xFAC1 125-1356-5
-letter \xFAC2 24-34-3
-letter \xFAC3 12-156-2
-letter \xFAC4 15-12356-3
-letter \xFAC5 15-13456-2
-letter \xFAC6 1-34-4
-letter \xFAC7 1345-1236-2
-letter \xFAC8 13-13456-5
-letter \xFAC9 135-356-5
-letter \xFACA 15-46-4
-letter \xFACB 13-34-5
-letter \xFACC 1234-1456-2
-letter \xFACD 1-136-4
-letter \xFACE 13-1246-3
-letter \xFAD2 1235-2346-2
-letter \xFAD3 15-16-2
-letter \xFAD4 13-23456-2
-letter \xFAD5 245-25-5
-letter \xFAD7 13-346-2
-letter \xFAD8 1235-2346-2
-letter \xFAD9 1234-1346-2
-#end CJK Compatibility Ideographs
-
-#begin Alphabetic Presentation Forms (U+FB00-U+FB4F)
-letter \xFB00 124-124
-letter \xFB01 124-24
-letter \xFB02 124-123
-letter \xFB03 124-124-24
-letter \xFB04 124-124-123
-letter \xFB05 234-2345
-letter \xFB06 234-2345
-#end Alphabetic Presentation Forms
-
-#begin Vertical Forms (U+FE10-U+FE1F)
-punctuation \xFE17 12346-12346
-punctuation \xFE18 13456-13456
-#end Vertical Forms
-
-#begin CJK Compatibility Forms (U+FE30-U+FE4F)
-sign \xFE30 25-25
-punctuation \xFE31 1256-0
-sign \xFE33 456
-sign \xFE34 45
-punctuation \xFE35 246-0
-punctuation \xFE36 135-0
-punctuation \xFE37 46-12356
-punctuation \xFE38 46-23456
-punctuation \xFE39 4-4-12356
-punctuation \xFE3A 4-4-23456
-punctuation \xFE3B 12346-0
-punctuation \xFE3C 13456-0
-punctuation \xFE3D 126-126
-punctuation \xFE3E 345-345
-punctuation \xFE3F 126-0
-punctuation \xFE40 345-0
-punctuation \xFE41 56-36
-punctuation \xFE42 36-23
-punctuation \xFE43 236-236
-punctuation \xFE44 356-356
-punctuation \xFE47 2467-0
-punctuation \xFE48 124567-0
-sign \xFE4F 45
-#end CJK Compatibility Forms
-
-#begin Small Form Variants (U+FE50-U+FE6F)
-punctuation \xFE50 23-0
-punctuation \xFE51 6-0
-punctuation \xFE52 36-0
-punctuation \xFE54 56-0
-punctuation \xFE55 156-0
-punctuation \xFE56 1456-0
-punctuation \xFE57 2346-0
-punctuation \xFE59 12356
-punctuation \xFE5A 23456
-punctuation \xFE5B 246-0
-punctuation \xFE5C 12456-0
-punctuation \xFE5D 4-4-12356
-punctuation \xFE5E 4-4-23456
-punctuation \xFE5F 3456
-sign \xFE60 456-12346
-sign \xFE61 16
-math \xFE62 346
-punctuation \xFE63 36
-math \xFE64 126
-math \xFE65 345
-math \xFE66 123456
-sign \xFE68 12467-127
-sign \xFE69 1246
-sign \xFE6A 146
-sign \xFE6B 47
-#end Small Form Variants
-
-#begin Halfwidth and Fullwidth Forms (U+FF00-U+FFEF)
-punctuation \xFF01 123-0
-punctuation \xFF02 5-0
-sign \xFF03 3456-0
-sign \xFF04 1246-0
-sign \xFF05 146-0
-sign \xFF06 12346-0
-punctuation \xFF07 3-0
-punctuation \xFF08 246-0
-punctuation \xFF09 135-0
-sign \xFF0A 16-0
-math \xFF0B 346-0
-punctuation \xFF0C 23-0
-punctuation \xFF0D 36-0
-punctuation \xFF0E 46-0
-sign \xFF0F 34-0
-digit \xFF10 356-0
-digit \xFF11 2-0
-digit \xFF12 23-0
-digit \xFF13 25-0
-digit \xFF14 256-0
-digit \xFF15 26-0
-digit \xFF16 235-0
-digit \xFF17 2356-0
-digit \xFF18 236-0
-digit \xFF19 35-0
-punctuation \xFF1A 25-25
-punctuation \xFF1B 56-0
-math \xFF1C 126-0
-math \xFF1D 123456-0
-math \xFF1E 345-0
-punctuation \xFF1F 1456-0
-sign \xFF20 47-0
-letter \xFF21 17-0
-letter \xFF22 127-0
-letter \xFF23 147-0
-letter \xFF24 1457-0
-letter \xFF25 157-0
-letter \xFF26 1247-0
-letter \xFF27 12457-0
-letter \xFF28 1257-0
-letter \xFF29 247-0
-letter \xFF2A 2457-0
-letter \xFF2B 137-0
-letter \xFF2C 1237-0
-letter \xFF2D 1347-0
-letter \xFF2E 13457-0
-letter \xFF2F 1357-0
-letter \xFF30 12347-0
-letter \xFF31 123457-0
-letter \xFF32 12357-0
-letter \xFF33 2347-0
-letter \xFF34 23457-0
-letter \xFF35 1367-0
-letter \xFF36 12367-0
-letter \xFF37 24567-0
-letter \xFF38 13467-0
-letter \xFF39 134567-0
-letter \xFF3A 13567-0
-punctuation \xFF3B 2467-0
-sign \xFF3C 12567-0
-punctuation \xFF3D 124567-0
-sign \xFF3E 457-0
-sign \xFF3F 456-0
-punctuation \xFF40 4-0
-letter \xFF41 1-0
-letter \xFF42 12-0
-letter \xFF43 14-0
-letter \xFF44 145-0
-letter \xFF45 15-0
-letter \xFF46 124-0
-letter \xFF47 1245-0
-letter \xFF48 125-0
-letter \xFF49 24-0
-letter \xFF4A 245-0
-letter \xFF4B 13-0
-letter \xFF4C 123-0
-letter \xFF4D 134-0
-letter \xFF4E 1345-0
-letter \xFF4F 135-0
-letter \xFF50 1234-0
-letter \xFF51 12345-0
-letter \xFF52 1235-0
-letter \xFF53 234-0
-letter \xFF54 2345-0
-letter \xFF55 136-0
-letter \xFF56 1236-0
-letter \xFF57 2456-0
-letter \xFF58 1346-0
-letter \xFF59 13456-0
-letter \xFF5A 1356-0
-punctuation \xFF5B 46-12356
-sign \xFF5C 1256-0
-punctuation \xFF5D 46-23456
-sign \xFF5E 45-0
-punctuation \xFF5F 6-12356-12356
-punctuation \xFF60 6-23456-23456
-punctuation \xFF61 46
-punctuation \xFF62 56-36
-punctuation \xFF63 36-23
-punctuation \xFF64 6
-punctuation \xFF65 5-0
-letter \xFF66 35
-letter \xFF67 1
-letter \xFF68 12
-letter \xFF69 14
-letter \xFF6A 124
-letter \xFF6B 24
-letter \xFF6C 34
-letter \xFF6D 346
-letter \xFF6E 345
-letter \xFF6F 2
-letter \xFF70 25
-letter \xFF71 1
-letter \xFF72 12
-letter \xFF73 14
-letter \xFF74 124
-letter \xFF75 24
-letter \xFF76 16
-letter \xFF77 126
-letter \xFF78 146
-letter \xFF79 1246
-letter \xFF7A 246
-letter \xFF7B 156
-letter \xFF7C 1256
-letter \xFF7D 1456
-letter \xFF7E 12456
-letter \xFF7F 2456
-letter \xFF80 135
-letter \xFF81 1235
-letter \xFF82 1345
-letter \xFF83 12345
-letter \xFF84 2345
-letter \xFF85 13
-letter \xFF86 123
-letter \xFF87 134
-letter \xFF88 1234
-letter \xFF89 234
-letter \xFF8A 136
-letter \xFF8B 1236
-letter \xFF8C 1346
-letter \xFF8D 12346
-letter \xFF8E 2346
-letter \xFF8F 1356
-letter \xFF90 12356
-letter \xFF91 13456
-letter \xFF92 123456
-letter \xFF93 23456
-letter \xFF94 34
-letter \xFF95 346
-letter \xFF96 345
-letter \xFF97 15
-letter \xFF98 125
-letter \xFF99 145
-letter \xFF9A 1245
-letter \xFF9B 245
-letter \xFF9C 3
-letter \xFF9D 356
-letter \xFF9E 25
-letter \xFF9F 2
-sign \xFFE0 4-14
-sign \xFFE1 4-123
-sign \xFFE5 36-134567-157-13457-36
-sign \xFFE9 1246-246-25
-sign \xFFEA 1246-126-25-135
-sign \xFFEB 1246-25-135
-sign \xFFEC 1246-146-25-135
-sign \xFFED 1246-456-256
-sign \xFFEE 1246-14
-#end Halfwidth and Fullwidth Forms
-
-#begin Kana rules
-always \x3044\x3047 4-124
-always \x3046\x3041 26-1
-always \x3046\x3043 26-12
-always \x3046\x3047 26-124
-always \x3046\x3049 26-24
-always \x304D\x3047 4-1246
-always \x304D\x3083 4-16
-always \x304D\x3085 4-146
-always \x304D\x3087 4-246
-always \x304E\x3047 45-1246
-always \x304E\x3083 45-16
-always \x304E\x3085 45-146
-always \x304E\x3087 45-246
-always \x304F\x3041 26-16
-always \x304F\x3043 26-126
-always \x304F\x3047 26-1246
-always \x304F\x3049 26-246
-always \x3050\x3041 256-16
-always \x3050\x3043 256-126
-always \x3050\x3047 256-1246
-always \x3050\x3049 256-246
-always \x3057\x3047 4-12456
-always \x3057\x3083 4-156
-always \x3057\x3085 4-1456
-always \x3057\x3087 4-2456
-always \x3058\x3047 45-12456
-always \x3058\x3083 45-156
-always \x3058\x3085 45-1456
-always \x3058\x3087 45-2456
-always \x3059\x3043 4-1256
-always \x305A\x3043 45-1256
-always \x3061\x3047 4-12345
-always \x3061\x3083 4-135
-always \x3061\x3085 4-1345
-always \x3061\x3087 4-2345
-always \x3062\x3083 45-135
-always \x3062\x3085 45-1345
-always \x3062\x3087 45-2345
-always \x3064\x3041 26-135
-always \x3064\x3043 26-1235
-always \x3064\x3047 26-12345
-always \x3064\x3049 26-2345
-always \x3066\x3043 4-1235
-always \x3066\x3085 46-1345
-always \x3067\x3043 45-1235
-always \x3067\x3085 456-1345
-always \x3068\x3045 26-1345
-always \x3069\x3045 256-1345
-always \x306B\x3047 4-1234
-always \x306B\x3083 4-13
-always \x306B\x3085 4-134
-always \x306B\x3087 4-234
-always \x3072\x3047 4-12346
-always \x3072\x3083 4-136
-always \x3072\x3085 4-1346
-always \x3072\x3087 4-2346
-always \x3073\x3047 45-12346
-always \x3073\x3083 45-136
-always \x3073\x3085 45-1346
-always \x3073\x3087 45-2346
-always \x3074\x3083 46-136
-always \x3074\x3085 46-1346
-always \x3074\x3087 46-2346
-always \x3075\x3041 26-136
-always \x3075\x3043 26-1236
-always \x3075\x3047 26-12346
-always \x3075\x3049 26-2346
-always \x3075\x3085 46-346
-always \x3075\x3087 46-345
-always \x307F\x3047 4-123456
-always \x307F\x3083 4-1356
-always \x307F\x3085 4-13456
-always \x307F\x3087 4-23456
-always \x308A\x3047 4-1245
-always \x308A\x3083 4-15
-always \x308A\x3085 4-145
-always \x308A\x3087 4-245
-always \x30A4\x30A7 4-124
-always \x30A6\x30A1 26-1
-always \x30A6\x30A3 26-12
-always \x30A6\x30A7 26-124
-always \x30A6\x30A9 26-24
-always \x30AD\x30A7 4-1246
-always \x30AD\x30E3 4-16
-always \x30AD\x30E5 4-146
-always \x30AD\x30E7 4-246
-always \x30AE\x30A7 45-1246
-always \x30AE\x30E3 45-16
-always \x30AE\x30E5 45-146
-always \x30AE\x30E7 45-246
-always \x30AF\x30A1 26-16
-always \x30AF\x30A3 26-126
-always \x30AF\x30A7 26-1246
-always \x30AF\x30A9 26-246
-always \x30B0\x30A1 256-16
-always \x30B0\x30A3 256-126
-always \x30B0\x30A7 256-1246
-always \x30B0\x30A9 256-246
-always \x30B7\x30A7 4-12456
-always \x30B7\x30E3 4-156
-always \x30B7\x30E5 4-1456
-always \x30B7\x30E7 4-2456
-always \x30B8\x30A7 45-12456
-always \x30B8\x30E3 45-156
-always \x30B8\x30E5 45-1456
-always \x30B8\x30E7 45-2456
-always \x30B9\x30A3 4-1256
-always \x30BA\x30A3 45-1256
-always \x30C1\x30A7 4-12345
-always \x30C1\x30E3 4-135
-always \x30C1\x30E5 4-1345
-always \x30C1\x30E7 4-2345
-always \x30C2\x30E3 45-135
-always \x30C2\x30E5 45-1345
-always \x30C2\x30E7 45-2345
-always \x30C4\x30A1 26-135
-always \x30C4\x30A3 26-1235
-always \x30C4\x30A7 26-12345
-always \x30C4\x30A9 26-2345
-always \x30C6\x30A3 4-1235
-always \x30C6\x30E5 46-1345
-always \x30C7\x30A3 45-1235
-always \x30C7\x30E5 456-1345
-always \x30C8\x30A5 26-1345
-always \x30C9\x30A5 256-1345
-always \x30CB\x30A7 4-1234
-always \x30CB\x30E3 4-13
-always \x30CB\x30E5 4-134
-always \x30CB\x30E7 4-234
-always \x30D2\x30A7 4-12346
-always \x30D2\x30E3 4-136
-always \x30D2\x30E5 4-1346
-always \x30D2\x30E7 4-2346
-always \x30D3\x30A7 45-12346
-always \x30D3\x30E3 45-136
-always \x30D3\x30E5 45-1346
-always \x30D3\x30E7 45-2346
-always \x30D4\x30E3 46-136
-always \x30D4\x30E5 46-1346
-always \x30D4\x30E7 46-2346
-always \x30D5\x30A1 26-136
-always \x30D5\x30A3 26-1236
-always \x30D5\x30A7 26-12346
-always \x30D5\x30A9 26-2346
-always \x30D5\x30E5 46-346
-always \x30D5\x30E7 46-345
-always \x30DF\x30A7 4-123456
-always \x30DF\x30E3 4-1356
-always \x30DF\x30E5 4-13456
-always \x30DF\x30E7 4-23456
-always \x30EA\x30A7 4-1245
-always \x30EA\x30E3 4-15
-always \x30EA\x30E5 4-145
-always \x30EA\x30E7 4-245
-always \x30F4\x3041 256-136
-always \x30F4\x3043 256-1236
-always \x30F4\x3047 256-12346
-always \x30F4\x3049 256-2346
-always \x30F4\x3085 456-346
-always \x30F4\x3087 456-345
-always \x30F4\x30A1 256-136
-always \x30F4\x30A3 256-1236
-always \x30F4\x30A7 256-12346
-always \x30F4\x30A9 256-2346
-always \x30F4\x30E5 456-346
-always \x30F4\x30E7 456-345
-#end Kana rules
-
-#begin Han character rules
-noback correct "\x3404" "\x8DE8"
-noback correct "\x342E" "\x8944"
-noback correct "\x3445" "\x4F5C"
-noback correct "\x347A" "\x4FCA"
-noback correct "\x3486" "\x6B59"
-noback correct "\x348D" "\x513D"
-noback correct "\x34D5" "\x6EC5"
-noback correct "\x34DC" "\x5E7C"
-noback correct "\x34E8" "\x523A"
-noback correct "\x34F6" "\x9365"
-noback correct "\x351C" "\x52C3"
-noback correct "\x352C" "\x5353"
-noback correct "\x352D" "\x5319"
-noback correct "\x3532" "\x7C0B"
-noback correct "\x353B" "\x4E15"
-noback correct "\x354D" "\x5806"
-noback correct "\x354F" "\x5EDA"
-noback correct "\x3558" "\x53C3"
-noback correct "\x3560" "\x96D9"
-noback correct "\x3584" "\x558C"
-noback correct "\x3596" "\x3595"
-noback correct "\x35A0" "\x54EA"
-noback correct "\x35B8" "\x5671"
-noback correct "\x35D0" "\x55D1"
-noback correct "\x35E4" "\x5601"
-noback correct "\x35F3" "\x55D2"
-noback correct "\x3625" "\x56EE"
-noback correct "\x362F" "\x5834"
-noback correct "\x3633" "\x4E18"
-noback correct "\x3637" "\x827E"
-noback correct "\x363B" "\x5794"
-noback correct "\x3672" "\x58C5"
-noback correct "\x367C" "\x58D8"
-noback correct "\x3684" "\x7590"
-noback correct "\x368C" "\x5925"
-noback correct "\x3690" "\x5957"
-noback correct "\x36D0" "\x5AC2"
-noback correct "\x36E9" "\x59AF"
-noback correct "\x36F2" "\x9AEE"
-noback correct "\x36FD" "\x59CD"
-noback correct "\x3711" "\x5A46"
-noback correct "\x3732" "\x5B34"
-noback correct "\x373B" "\x5B4C"
-noback correct "\x373D" "\x5B50"
-noback correct "\x3740" "\x597D"
-noback correct "\x3743" "\x5A29"
-noback correct "\x3748" "\x5B7F"
-noback correct "\x374A" "\x5B88"
-noback correct "\x374D" "\x5BEB"
-noback correct "\x3752" "\x5C45"
-noback correct "\x3755" "\x5BE7"
-noback correct "\x375B" "\x5BBF"
-noback correct "\x3776" "\x3775"
-noback correct "\x3777" "\x5C0B"
-noback correct "\x3790" "\x5C45"
-noback correct "\x37A3" "\x82AC"
-noback correct "\x37A7" "\x6703"
-noback correct "\x37AB" "\x8D70"
-noback correct "\x37AF" "\x5C7A"
-noback correct "\x37B6" "\x5CB7"
-noback correct "\x37BF" "\x5C90"
-noback correct "\x37D2" "\x5CEE"
-noback correct "\x37D4" "\x37CF"
-noback correct "\x37DD" "\x57F9"
-noback correct "\x37E0" "\x5CA1"
-noback correct "\x37F2" "\x37F6"
-noback correct "\x37F4" "\x5D6C"
-noback correct "\x37F5" "\x5CA1"
-noback correct "\x37FA" "\x5D81"
-noback correct "\x3801" "\x5D7E"
-noback correct "\x3810" "\x5DA0"
-noback correct "\x3812" "\x37FD"
-noback correct "\x3829" "\x5DDF"
-noback correct "\x382E" "\x809B"
-noback correct "\x3836" "\x5E06"
-noback correct "\x3838" "\x886D"
-noback correct "\x383B" "\x5E0C"
-noback correct "\x384E" "\x5E53"
-noback correct "\x38A7" "\x5377"
-noback correct "\x38AE" "\x5F1B"
-noback correct "\x38B2" "\x5DFD"
-noback correct "\x38E6" "\x9036"
-noback correct "\x38F2" "\x5FAE"
-noback correct "\x3901" "\x5FDD"
-noback correct "\x3907" "\x61CA"
-noback correct "\x391B" "\x6041"
-noback correct "\x3920" "\x3921"
-noback correct "\x3924" "\x395A"
-noback correct "\x3929" "\x606A"
-noback correct "\x392A" "\x6028"
-noback correct "\x3930" "\x600D"
-noback correct "\x393A" "\x614C"
-noback correct "\x3943" "\x60B6"
-noback correct "\x3950" "\x6028"
-noback correct "\x395E" "\x9083"
-noback correct "\x396B" "\x60C7"
-noback correct "\x396D" "\x5FD5"
-noback correct "\x3994" "\x53AD"
-noback correct "\x3A23" "\x64C1"
-noback correct "\x3A59" "\x585E"
-noback correct "\x3A85" "\x66F4"
-noback correct "\x3B8B" "\x682F"
-noback correct "\x3C43" "\x98F2"
-noback correct "\x3C52" "\x8A36"
-noback correct "\x3C54" "\x4E9B"
-noback correct "\x3C55" "\x6B78"
-noback correct "\x3C9C" "\x6BEF"
-noback correct "\x3D09" "\x6FDF"
-noback correct "\x3DD1" "\x7159"
-noback correct "\x3F6F" "\x7566"
-noback correct "\x3FF2" "\x6B39"
-noback correct "\x40F1" "\x40F8"
-noback correct "\x4239" "\x7C54"
-noback correct "\x430A" "\x7E47"
-noback correct "\x4452" "\x52C1"
-noback correct "\x44B6" "\x5929"
-noback correct "\x44C1" "\x7B49"
-noback correct "\x44D7" "\x8525"
-noback correct "\x44F0" "\x8335"
-noback correct "\x450B" "\x838E"
-noback correct "\x4524" "\x8469"
-noback correct "\x4525" "\x856D"
-noback correct "\x452B" "\x852C"
-noback correct "\x4535" "\x844C"
-noback correct "\x45B8" "\x86FE"
-noback correct "\x45CD" "\x8821"
-noback correct "\x45EB" "\x87C6"
-noback correct "\x4614" "\x5580"
-noback correct "\x461A" "\x5352"
-noback correct "\x4656" "\x7E43"
-noback correct "\x475D" "\x7317"
-noback correct "\x4802" "\x695A"
-noback correct "\x489E" "\x8FF0"
-noback correct "\x48A8" "\x5F9E"
-noback correct "\x48B7" "\x90A3"
-noback correct "\x4963" "\x947F"
-noback correct "\x49CD" "\x9699"
-noback correct "\x49CF" "\x964D"
-noback correct "\x49F2" "\x9CF1"
-noback correct "\x49F3" "\x96CC"
-noback correct "\x49F5" "\x9D06"
-noback correct "\x49F9" "\x9DF9"
-noback correct "\x49FB" "\x9D3F"
-noback correct "\x49FC" "\x9D60"
-noback correct "\x49FF" "\x9D72"
-noback correct "\x4A07" "\x96D9"
-noback correct "\x4A09" "\x9E1A"
-noback correct "\x4A27" "\x9712"
-noback correct "\x4B1C" "\x9B51"
-noback correct "\x4B29" "\x9F4B"
-noback correct "\x4B7E" "\x99B1"
-noback correct "\x4B83" "\x9A45"
-noback correct "\x4BFA" "\x9AFA"
-noback correct "\x4C1B" "\x9B32"
-noback correct "\x4C1C" "\x9B32"
-noback correct "\x4CB7" "\x689F"
-noback correct "\x4CFD" "\x9DB4"
-noback correct "\x4D0F" "\x71D5"
-noback correct "\x4D21" "\x9E97"
-noback correct "\x4D45" "\x71AC"
-noback correct "\x4DA7" "\x54AC"
-noback correct "\x4DB5" "\x7BEA"
-noback correct "\x4E0E" "\x8207"
-noback correct "\x4E12" "\x4E11"
-noback correct "\x4E13" "\x5C08"
-noback correct "\x4E17" "\x4E16"
-noback correct "\x4E1A" "\x696D"
-noback correct "\x4E1B" "\x53E2"
-noback correct "\x4E1C" "\x6771"
-noback correct "\x4E1D" "\x7D72"
-noback correct "\x4E21" "\x5169"
-noback correct "\x4E22" "\x4E1F"
-noback correct "\x4E24" "\x5169"
-noback correct "\x4E25" "\x56B4"
-noback correct "\x4E27" "\x55AA"
-noback correct "\x4E2A" "\x500B"
-noback correct "\x4E34" "\x81E8"
-noback correct "\x4E3A" "\x70BA"
-noback correct "\x4E3D" "\x9E97"
-noback correct "\x4E3E" "\x8209"
-noback correct "\x4E49" "\x7FA9"
-noback correct "\x4E4C" "\x70CF"
-noback correct "\x4E50" "\x6A02"
-noback correct "\x4E54" "\x55AC"
-noback correct "\x4E55" "\x864E"
-noback correct "\x4E57" "\x4E58"
-noback correct "\x4E60" "\x7FD2"
-noback correct "\x4E61" "\x9109"
-noback correct "\x4E62" "\x84CB"
-noback correct "\x4E66" "\x66F8"
-noback correct "\x4E70" "\x8CB7"
-noback correct "\x4E71" "\x4E82"
-noback correct "\x4E80" "\x9F9C"
-noback correct "\x4E89" "\x722D"
-noback correct "\x4E8F" "\x8667"
-noback correct "\x4E98" "\x4E99"
-noback correct "\x4E9A" "\x4E9E"
-noback correct "\x4E9C" "\x4E9E"
-noback correct "\x4EA7" "\x7522"
-noback correct "\x4EA9" "\x755D"
-noback correct "\x4EB2" "\x89AA"
-noback correct "\x4EB5" "\x893B"
-noback correct "\x4EBF" "\x5104"
-noback correct "\x4EC5" "\x50C5"
-noback correct "\x4ECE" "\x5F9E"
-noback correct "\x4ED3" "\x5009"
-noback correct "\x4EE7" "\x9577"
-noback correct "\x4EEA" "\x5100"
-noback correct "\x4EEC" "\x5011"
-noback correct _1"\x662D"["\x4EF7"] "\x4EF7"
-noback correct _1"\x7121"["\x4EF7"]"\x4E8B" "\x4EF7"
-noback correct _1"\x8D70"["\x4EF7"]"\x99B3\x66F8" "\x4EF7"
-noback correct "\x4EF7" "\x50F9"
-noback correct "\x4F03" "\x59A4"
-noback correct "\x4F17" "\x773E"
-noback correct "\x4F18" "\x512A"
-noback correct "\x4F1A" "\x6703"
-noback correct "\x4F1B" "\x50B4"
-noback correct "\x4F1E" "\x5098"
-noback correct "\x4F1F" "\x5049"
-noback correct "\x4F20" "\x50B3"
-noback correct "\x4F24" "\x50B7"
-noback correct "\x4F25" "\x5000"
-noback correct "\x4F26" "\x502B"
-noback correct "\x4F27" "\x5096"
-noback correct "\x4F2A" "\x507D"
-noback correct "\x4F2B" "\x4F47"
-noback correct "\x4F53" "\x9AD4"
-noback correct "\x4FA0" "\x4FE0"
-noback correct "\x4FA5" "\x50E5"
-noback correct "\x4FA6" "\x5075"
-noback correct "\x4FA7" "\x5074"
-noback correct "\x4FA8" "\x50D1"
-noback correct "\x4FA9" "\x5108"
-noback correct "\x4FAA" "\x5115"
-noback correct "\x4FAC" "\x5102"
-noback correct "\x4FE3" "\x4FC1"
-noback correct "\x4FE6" "\x5114"
-noback correct "\x4FE8" "\x513C"
-noback correct "\x4FE9" "\x5006"
-noback correct "\x4FEA" "\x5137"
-noback correct "\x4FED" "\x5109"
-noback correct "\x503A" "\x50B5"
-noback correct "\x503E" "\x50BE"
-noback correct "\x506C" "\x50AF"
-noback correct "\x507B" "\x50C2"
-noback correct "\x507E" "\x50E8"
-noback correct "\x507F" "\x511F"
-noback correct "\x50A5" "\x513B"
-noback correct "\x50A7" "\x5110"
-noback correct "\x50A8" "\x5132"
-noback correct "\x50AB" "\x513D"
-noback correct "\x5101" "\x4FCA"
-noback correct "\x513F" "\x5152"
-noback correct "\x5142" "\x7C2A"
-noback correct "\x514E" "\x5154"
-noback correct "\x5150" "\x5152"
-noback correct "\x5151" "\x514C"
-noback correct "\x515A" "\x9EE8"
-noback correct "\x5170" "\x862D"
-noback correct "\x5172" "\x5929"
-noback correct "\x5173" "\x95DC"
-noback correct "\x5174" "\x8208"
-noback correct "\x5179" "\x8332"
-noback correct "\x517B" "\x990A"
-noback correct "\x517D" "\x7378"
-noback correct "\x5185" "\x5167"
-noback correct "\x5188" "\x5CA1"
-noback correct "\x518C" "\x518A"
-noback correct "\x5199" "\x5BEB"
-noback correct "\x519B" "\x8ECD"
-noback correct "\x519C" "\x8FB2"
-noback correct "\x51AF" "\x99AE"
-noback correct "\x51B5" "\x6CC1"
-noback correct "\x51BB" "\x51CD"
-noback correct "\x51C0" "\x6DE8"
-noback correct "\x51C9" "\x6DBC"
-noback correct "\x51CF" "\x6E1B"
-noback correct _1"\x8336"["\x51E0"] "\x51E0"
-noback correct _3"\x660E\x7A97\x6DE8"["\x51E0"] "\x51E0"
-noback correct _2"\x7A97\x660E"["\x51E0"]"\x6DE8" "\x51E0"
-noback correct "\x51E0" "\x5E7E"
-noback correct "\x51E4" "\x9CF3"
-noback correct "\x51ED" "\x6191"
-noback correct "\x51EF" "\x51F1"
-noback correct "\x51FB" "\x64CA"
-noback correct "\x51FF" "\x947F"
-noback correct "\x520D" "\x82BB"
-noback correct "\x5218" "\x5289"
-noback correct "\x5219" "\x5247"
-noback correct "\x521A" "\x525B"
-noback correct "\x521B" "\x5275"
-noback correct "\x522D" "\x5244"
-noback correct "\x523D" "\x528A"
-noback correct "\x523F" "\x528C"
-noback correct "\x5240" "\x5274"
-noback correct "\x5242" "\x5291"
-noback correct "\x5250" "\x526E"
-noback correct "\x5251" "\x528D"
-noback correct "\x5265" "\x525D"
-noback correct "\x5267" "\x5287"
-noback correct "\x529D" "\x52F8"
-noback correct "\x529E" "\x8FA6"
-noback correct "\x52A1" "\x52D9"
-noback correct "\x52A2" "\x52F1"
-noback correct "\x52A8" "\x52D5"
-noback correct "\x52B1" "\x52F5"
-noback correct "\x52B2" "\x52C1"
-noback correct "\x52B3" "\x52DE"
-noback correct "\x52BF" "\x52E2"
-noback correct "\x52CB" "\x52F3"
-noback correct "\x52D0" "\x731B"
-noback correct "\x5300" "\x52FB"
-noback correct "\x5326" "\x532D"
-noback correct "\x532E" "\x5331"
-noback correct "\x533A" "\x5340"
-noback correct "\x533B" "\x91AB"
-noback correct "\x534B" "\x4E16"
-noback correct "\x534E" "\x83EF"
-noback correct "\x534F" "\x5354"
-noback correct "\x5355" "\x55AE"
-noback correct "\x5356" "\x8CE3"
-noback correct "\x535B" "\x7387"
-noback correct "\x5362" "\x76E7"
-noback correct "\x5364" "\x9E75"
-noback correct "\x5367" "\x81E5"
-noback correct "\x536B" "\x885B"
-noback correct "\x5374" "\x537B"
-noback correct "\x537A" "\x5DF9"
-noback correct "\x537D" "\x5373"
-noback correct "\x5382" "\x5EE0"
-noback correct "\x5385" "\x5EF3"
-noback correct "\x5389" "\x53B2"
-noback correct "\x538C" "\x53AD"
-noback correct "\x538D" "\x5399"
-noback correct "\x5395" "\x5EC1"
-noback correct "\x53A3" "\x53B4"
-noback correct "\x53A6" "\x5EC8"
-noback correct "\x53A8" "\x5EDA"
-noback correct "\x53A9" "\x5EC4"
-noback correct "\x53AE" "\x5EDD"
-noback correct "\x53BF" "\x7E23"
-noback correct "\x53C1" "\x4E09"
-noback correct "\x53C2" "\x53C3"
-noback correct "\x53C5" "\x53C3"
-noback correct "\x53CC" "\x96D9"
-noback correct "\x53D8" "\x8B8A"
-noback correct "\x53D9" "\x6558"
-noback correct "\x53E0" "\x758A"
-noback correct "\x53F6" "\x8449"
-noback correct "\x53F7" "\x865F"
-noback correct "\x53F9" "\x6B4E"
-noback correct "\x53FD" "\x5630"
-noback correct "\x5413" "\x5687"
-noback correct "\x5417" "\x55CE"
-noback correct "\x5423" "\x551A"
-noback correct ["\x5428"]"\x5428" "\x5428"
-noback correct _1"\x5428"["\x5428"] "\x5428"
-noback correct "\x5428" "\x5678"
-noback correct "\x542C" "\x807D"
-noback correct "\x542F" "\x555F"
-noback correct "\x5434" "\x5433"
-noback correct "\x5452" "\x5638"
-noback correct "\x5453" "\x56C8"
-noback correct "\x5455" "\x5614"
-noback correct "\x5456" "\x56A6"
-noback correct "\x5457" "\x5504"
-noback correct "\x5458" "\x54E1"
-noback correct "\x5459" "\x54BC"
-noback correct "\x545B" "\x55C6"
-noback correct "\x545C" "\x55DA"
-noback correct "\x548F" "\x8A60"
-noback correct "\x5499" "\x56A8"
-noback correct "\x549B" "\x5680"
-noback correct "\x54CD" "\x97FF"
-noback correct "\x54D1" "\x555E"
-noback correct "\x54D2" "\x5660"
-noback correct "\x54D3" "\x5635"
-noback correct "\x54D4" "\x55F6"
-noback correct "\x54D5" "\x5666"
-noback correct "\x54D7" "\x8B41"
-noback correct "\x54D9" "\x5672"
-noback correct "\x54DC" "\x568C"
-noback correct "\x54DD" "\x5665"
-noback correct "\x54DF" "\x55B2"
-noback correct "\x5507" "\x8123"
-noback correct "\x551B" "\x561C"
-noback correct "\x5520" "\x562E"
-noback correct "\x5522" "\x55E9"
-noback correct "\x5524" "\x559A"
-noback correct "\x553F" "\x5552"
-noback correct "\x5567" "\x5616"
-noback correct "\x556C" "\x55C7"
-noback correct "\x556D" "\x56C0"
-noback correct "\x556E" "\x5699"
-noback correct "\x5578" "\x562F"
-noback correct "\x5586" "\x54F2"
-noback correct "\x55B7" "\x5674"
-noback correct "\x55BE" "\x56B3"
-noback correct "\x55F3" "\x566F"
-noback correct "\x5624" "\x56B6"
-noback correct "\x5631" "\x56D1"
-noback correct "\x5692" "\x9EBC"
-noback correct "\x56A3" "\x56C2"
-noback correct "\x56E2" "\x5718"
-noback correct "\x56ED" "\x5712"
-noback correct "\x56F1" "\x56EA"
-noback correct "\x56F4" "\x570D"
-noback correct "\x56F5" "\x5707"
-noback correct "\x56FD" "\x570B"
-noback correct "\x56FE" "\x5716"
-noback correct "\x5706" "\x5713"
-noback correct "\x5739" "\x58D9"
-noback correct "\x573A" "\x5834"
-noback correct "\x5742" "\x962A"
-noback correct "\x574F" "\x58DE"
-noback correct "\x575A" "\x5805"
-noback correct "\x575C" "\x58E2"
-noback correct "\x575D" "\x58E9"
-noback correct "\x575E" "\x5862"
-noback correct "\x575F" "\x58B3"
-noback correct "\x5760" "\x589C"
-noback correct "\x5784" "\x58DF"
-noback correct "\x5786" "\x58DA"
-noback correct "\x5792" "\x58D8"
-noback correct "\x5796" "\x5806"
-noback correct "\x57A6" "\x58BE"
-noback correct "\x57A9" "\x580A"
-noback correct "\x57AB" "\x588A"
-noback correct "\x57AD" "\x57E1"
-noback correct "\x57B2" "\x584F"
-noback correct "\x57D8" "\x5852"
-noback correct "\x57D9" "\x5864"
-noback correct "\x57DA" "\x581D"
-noback correct "\x5811" "\x5879"
-noback correct "\x58EE" "\x58EF"
-noback correct "\x58F0" "\x8072"
-noback correct "\x58F3" "\x6BBC"
-noback correct "\x58F6" "\x58FA"
-noback correct "\x5904" "\x8655"
-noback correct "\x5907" "\x5099"
-noback correct "\x5908" "\x9F4B"
-noback correct "\x591F" "\x5920"
-noback correct "\x5934" "\x982D"
-noback correct "\x5939" "\x593E"
-noback correct "\x593A" "\x596A"
-noback correct "\x5941" "\x5969"
-noback correct "\x5942" "\x5950"
-noback correct "\x594B" "\x596E"
-noback correct "\x5956" "\x734E"
-noback correct "\x5986" "\x599D"
-noback correct "\x5987" "\x5A66"
-noback correct "\x5988" "\x5ABD"
-noback correct "\x59AA" "\x5AD7"
-noback correct "\x59AB" "\x5AAF"
-noback correct "\x59D7" "\x59CD"
-noback correct "\x59F9" "\x597C"
-noback correct "\x5A04" "\x5A41"
-noback correct "\x5A05" "\x5A6D"
-noback correct "\x5A06" "\x5B08"
-noback correct "\x5A07" "\x5B0C"
-noback correct "\x5A08" "\x5B4C"
-noback correct "\x5A31" "\x5A1B"
-noback correct "\x5A32" "\x5AA7"
-noback correct "\x5A34" "\x5AFB"
-noback correct "\x5A74" "\x5B30"
-noback correct "\x5A75" "\x5B0B"
-noback correct "\x5A76" "\x5B38"
-noback correct "\x5AAA" "\x5ABC"
-noback correct "\x5AD2" "\x5B21"
-noback correct "\x5AD4" "\x5B2A"
-noback correct "\x5AF1" "\x5B19"
-noback correct "\x5B37" "\x5B24"
-noback correct "\x5B59" "\x5B6B"
-noback correct "\x5B66" "\x5B78"
-noback correct "\x5B6A" "\x5B7F"
-noback correct "\x5B81" "\x5BE7"
-noback correct "\x5B9D" "\x5BF6"
-noback correct "\x5B9E" "\x5BE6"
-noback correct "\x5BA0" "\x5BF5"
-noback correct "\x5BAA" "\x61B2"
-noback correct "\x5BBD" "\x5BEC"
-noback correct "\x5BBE" "\x8CD3"
-noback correct "\x5BD5" "\x5BE7"
-noback correct "\x5BDB" "\x5BEC"
-noback correct "\x5BDC" "\x5BE7"
-noback correct "\x5BDD" "\x5BE2"
-noback correct "\x5BF9" "\x5C0D"
-noback correct "\x5BFB" "\x5C0B"
-noback correct "\x5BFC" "\x5C0E"
-noback correct "\x5BFF" "\x58FD"
-noback correct "\x5C06" "\x5C07"
-noback correct "\x5C14" "\x723E"
-noback correct "\x5C18" "\x5875"
-noback correct "\x5C27" "\x582F"
-noback correct "\x5C34" "\x5C37"
-noback correct _1"\x96DE"["\x5C38"]"\x725B\x5F9E" "\x5C38"
-noback correct "\x5C38" "\x5C4D"
-noback correct "\x5C3D" "\x76E1"
-noback correct "\x5C42" "\x5C64"
-noback correct "\x5C4A" "\x5C46"
-noback correct "\x5C5E" "\x5C6C"
-noback correct "\x5C61" "\x5C62"
-noback correct "\x5C66" "\x5C68"
-noback correct "\x5C7F" "\x5DBC"
-noback correct "\x5C81" "\x6B72"
-noback correct "\x5C82" "\x8C48"
-noback correct "\x5C96" "\x5D87"
-noback correct "\x5C97" "\x5D17"
-noback correct "\x5C98" "\x5CF4"
-noback correct "\x5C9A" "\x5D50"
-noback correct "\x5C9B" "\x5CF6"
-noback correct "\x5CBD" "\x5D20"
-noback correct "\x5CBF" "\x5DCB"
-noback correct "\x5CC4" "\x5DA7"
-noback correct "\x5CE1" "\x5CFD"
-noback correct "\x5CE5" "\x5D22"
-noback correct "\x5CE6" "\x5DD2"
-noback correct "\x5CEF" "\x5CF0"
-noback correct "\x5D02" "\x5D97"
-noback correct "\x5D03" "\x5D0D"
-noback correct "\x5D2D" "\x5D84"
-noback correct "\x5D54" "\x37EA"
-noback correct "\x5D58" "\x5DB8"
-noback correct "\x5D5B" "\x5D33"
-noback correct "\x5D5D" "\x5D81"
-noback correct "\x5DC5" "\x5DD4"
-noback correct "\x5DE9" "\x978F"
-noback correct "\x5DEF" "\x5DF0"
-noback correct "\x5DFA" "\x5DFD"
-noback correct "\x5DFB" "\x5377"
-noback correct "\x5E01" "\x5E63"
-noback correct "\x5E05" "\x5E25"
-noback correct "\x5E08" "\x5E2B"
-noback correct "\x5E0F" "\x5E43"
-noback correct "\x5E10" "\x5E33"
-noback correct "\x5E1C" "\x5E5F"
-noback correct "\x5E26" "\x5E36"
-noback correct "\x5E27" "\x5E40"
-noback correct "\x5E2E" "\x5E6B"
-noback correct "\x5E30" "\x6B78"
-noback correct "\x5E3B" "\x5E58"
-noback correct "\x5E3C" "\x5E57"
-noback correct "\x5E42" "\x51AA"
-noback correct "\x5E5E" "\x5E15"
-noback correct "\x5E7A" "\x4E48"
-noback correct _2"\x67B6\x5D16"["\x5E7F"] "\x5E7F"
-noback correct _1"\x8349"["\x5E7F"]"\x7A81\x5982\x5CD9" "\x5E7F"
-noback correct "\x5E7F" "\x5EE3"
-noback correct "\x5E83" "\x5EE3"
-noback correct "\x5E85" "\x9EBC"
-noback correct "\x5E86" "\x6176"
-noback correct "\x5E90" "\x5EEC"
-noback correct "\x5E93" "\x5EAB"
-noback correct "\x5E94" "\x61C9"
-noback correct "\x5E99" "\x5EDF"
-noback correct "\x5E9E" "\x9F90"
-noback correct "\x5E9F" "\x5EE2"
-noback correct "\x5EEA" "\x5EE9"
-noback correct "\x5EF8" "\x8FEA"
-noback correct "\x5F00" "\x958B"
-noback correct "\x5F02" "\x7570"
-noback correct "\x5F03" "\x68C4"
-noback correct "\x5F11" "\x5F12"
-noback correct "\x5F20" "\x5F35"
-noback correct "\x5F2A" "\x5F33"
-noback correct "\x5F2F" "\x5F4E"
-noback correct "\x5F39" "\x5F48"
-noback correct "\x5F52" "\x6B78"
-noback correct "\x5F53" "\x7576"
-noback correct "\x5F55" "\x9304"
-noback correct "\x5F63" "\x6587"
-noback correct "\x5F84" "\x5F91"
-noback correct "\x5F93" "\x5F9E"
-noback correct "\x5F95" "\x5FA0"
-noback correct "\x5FC6" "\x61B6"
-noback correct "\x5FCF" "\x61FA"
-noback correct "\x5FE7" "\x6182"
-noback correct "\x5FF9" "\x6041"
-noback correct "\x5FFE" "\x613E"
-noback correct "\x6000" "\x61F7"
-noback correct "\x6002" "\x616B"
-noback correct "\x6003" "\x61AE"
-noback correct "\x6004" "\x616A"
-noback correct "\x6005" "\x60B5"
-noback correct "\x6006" "\x6134"
-noback correct "\x601C" "\x6190"
-noback correct "\x603B" "\x7E3D"
-noback correct "\x603C" "\x61DF"
-noback correct "\x603F" "\x61CC"
-noback correct "\x604B" "\x6200"
-noback correct "\x6071" "\x6085"
-noback correct "\x6073" "\x61C7"
-noback correct "\x6076" "\x60E1"
-noback correct "\x6078" "\x615F"
-noback correct "\x6079" "\x61E8"
-noback correct "\x607A" "\x6137"
-noback correct "\x607B" "\x60FB"
-noback correct "\x607C" "\x60F1"
-noback correct "\x607D" "\x60F2"
-noback correct "\x60A6" "\x6085"
-noback correct "\x60AB" "\x6128"
-noback correct "\x60AC" "\x61F8"
-noback correct "\x60AD" "\x6173"
-noback correct "\x60AF" "\x61AB"
-noback correct "\x60D2" "\x548C"
-noback correct "\x60E8" "\x6158"
-noback correct "\x60E9" "\x61F2"
-noback correct "\x60EB" "\x618A"
-noback correct "\x60EC" "\x611C"
-noback correct "\x60ED" "\x615A"
-noback correct "\x60EE" "\x619A"
-noback correct "\x60EF" "\x6163"
-noback correct ["\x611E"]"\x398F" "\x611E"
-noback correct "\x611E" "\x61E6"
-noback correct "\x6120" "\x614D"
-noback correct "\x6124" "\x61A4"
-noback correct "\x6126" "\x6192"
-noback correct "\x6151" "\x61FE"
-noback correct "\x61D1" "\x61E3"
-noback correct "\x61D2" "\x61F6"
-noback correct "\x61D4" "\x61CD"
-noback correct "\x620B" "\x6214"
-noback correct "\x620F" "\x6232"
-noback correct "\x6217" "\x6227"
-noback correct "\x6218" "\x6230"
-noback correct "\x621D" "\x8CCA"
-noback correct "\x622C" "\x6229"
-noback correct "\x6267" "\x57F7"
-noback correct "\x6269" "\x64F4"
-noback correct "\x626A" "\x636B"
-noback correct "\x626B" "\x6383"
-noback correct "\x626C" "\x63DA"
-noback correct "\x629A" "\x64AB"
-noback correct "\x629F" "\x6476"
-noback correct "\x62A0" "\x6473"
-noback correct "\x62A1" "\x6384"
-noback correct "\x62A2" "\x6436"
-noback correct "\x62A4" "\x8B77"
-noback correct "\x62A5" "\x5831"
-noback correct "\x62C5" "\x64D4"
-noback correct "\x62DF" "\x64EC"
-noback correct "\x62E2" "\x650F"
-noback correct "\x62E3" "\x63C0"
-noback correct "\x62E5" "\x64C1"
-noback correct "\x62E6" "\x6514"
-noback correct "\x62E7" "\x64F0"
-noback correct "\x62E8" "\x64A5"
-noback correct "\x62E9" "\x64C7"
-noback correct "\x631A" "\x646F"
-noback correct "\x631B" "\x6523"
-noback correct "\x631D" "\x64BE"
-noback correct "\x631E" "\x64BB"
-noback correct "\x631F" "\x633E"
-noback correct "\x6320" "\x6493"
-noback correct "\x6321" "\x64CB"
-noback correct "\x6322" "\x649F"
-noback correct "\x6323" "\x6399"
-noback correct "\x6324" "\x64E0"
-noback correct "\x6325" "\x63EE"
-noback correct "\x635D" "\x6329"
-noback correct "\x635E" "\x6488"
-noback correct "\x635F" "\x640D"
-noback correct "\x6361" "\x64BF"
-noback correct "\x6362" "\x63DB"
-noback correct "\x6363" "\x6417"
-noback correct "\x63B3" "\x64C4"
-noback correct "\x63B4" "\x6451"
-noback correct "\x63B7" "\x64F2"
-noback correct "\x63B8" "\x64A3"
-noback correct "\x63BA" "\x647B"
-noback correct "\x63FD" "\x652C"
-noback correct "\x63FF" "\x64B3"
-noback correct "\x6400" "\x6519"
-noback correct "\x6401" "\x64F1"
-noback correct "\x6402" "\x645F"
-noback correct "\x6405" "\x652A"
-noback correct "\x643A" "\x651C"
-noback correct "\x6444" "\x651D"
-noback correct "\x6445" "\x6504"
-noback correct "\x6446" "\x64FA"
-noback correct "\x6447" "\x6416"
-noback correct "\x6448" "\x64EF"
-noback correct "\x644A" "\x6524"
-noback correct "\x6484" "\x6516"
-noback correct "\x6491" "\x6490"
-noback correct "\x64B5" "\x6506"
-noback correct "\x64B7" "\x64F7"
-noback correct "\x64B8" "\x64FC"
-noback correct "\x64BA" "\x651B"
-noback correct "\x64DE" "\x64FB"
-noback correct "\x64E7" "\x8209"
-noback correct "\x6512" "\x6522"
-noback correct "\x654C" "\x6575"
-noback correct "\x654D" "\x6558"
-noback correct "\x655A" "\x6553"
-noback correct "\x655B" "\x6582"
-noback correct "\x6570" "\x6578"
-noback correct "\x658B" "\x9F4B"
-noback correct "\x658E" "\x9F4B"
-noback correct "\x6593" "\x6595"
-noback correct "\x65A9" "\x65AC"
-noback correct "\x65AD" "\x65B7"
-noback correct "\x65E0" "\x7121"
-noback correct "\x65E7" "\x820A"
-noback correct "\x65F6" "\x6642"
-noback correct "\x65F7" "\x66E0"
-noback correct "\x6619" "\x66C7"
-noback correct "\x663C" "\x665D"
-noback correct "\x663E" "\x986F"
-noback correct "\x664B" "\x6649"
-noback correct "\x6654" "\x66C4"
-noback correct "\x6655" "\x6688"
-noback correct "\x6656" "\x6689"
-noback correct "\x6682" "\x66AB"
-noback correct "\x66A7" "\x66D6"
-noback correct "\x66D1" "\x53C3"
-noback correct "\x672F" "\x8853"
-noback correct "\x6740" "\x6BBA"
-noback correct "\x6742" "\x96DC"
-noback correct "\x6743" "\x6B0A"
-noback correct "\x6761" "\x689D"
-noback correct "\x6765" "\x4F86"
-noback correct "\x6768" "\x694A"
-noback correct "\x6769" "\x69AA"
-noback correct "\x6781" "\x6975"
-noback correct "\x679E" "\x6A05"
-noback correct "\x67A2" "\x6A1E"
-noback correct "\x67A3" "\x68D7"
-noback correct "\x67A5" "\x6AEA"
-noback correct "\x67AA" "\x69CD"
-noback correct "\x67AB" "\x6953"
-noback correct "\x67AD" "\x689F"
-noback correct "\x67E0" "\x6AB8"
-noback correct "\x67FD" "\x6A89"
-noback correct "\x6800" "\x6894"
-noback correct "\x6807" "\x6A19"
-noback correct "\x6808" "\x68E7"
-noback correct "\x6809" "\x6ADB"
-noback correct "\x680A" "\x6AF3"
-noback correct "\x680B" "\x68DF"
-noback correct "\x680C" "\x6AE8"
-noback correct "\x680E" "\x6ADF"
-noback correct "\x680F" "\x6B04"
-noback correct "\x6811" "\x6A39"
-noback correct "\x6837" "\x6A23"
-noback correct "\x683E" "\x6B12"
-noback correct "\x6860" "\x690F"
-noback correct "\x6861" "\x6A48"
-noback correct "\x6862" "\x6968"
-noback correct "\x6863" "\x6A94"
-noback correct "\x6864" "\x69BF"
-noback correct "\x6865" "\x6A4B"
-noback correct "\x6866" "\x6A3A"
-noback correct "\x6867" "\x6A9C"
-noback correct "\x6868" "\x69F3"
-noback correct "\x6869" "\x6A01"
-noback correct "\x68A6" "\x5922"
-noback correct "\x68C1" "\x68B2"
-noback correct "\x68C2" "\x6B1E"
-noback correct "\x68CA" "\x68CB"
-noback correct "\x6901" "\x69E8"
-noback correct "\x6918" "\x695A"
-noback correct "\x691F" "\x6ADD"
-noback correct "\x6920" "\x69E7"
-noback correct "\x6924" "\x6B0F"
-noback correct "\x697C" "\x6A13"
-noback correct "\x6984" "\x6B16"
-noback correct "\x6987" "\x6AEC"
-noback correct "\x6988" "\x6ADA"
-noback correct "\x6989" "\x6AF8"
-noback correct "\x69DB" "\x6ABB"
-noback correct "\x69DF" "\x6AB3"
-noback correct "\x69E0" "\x6AE7"
-noback correct "\x6A24" "\x689D"
-noback correct "\x6A2F" "\x6AA3"
-noback correct "\x6A31" "\x6AFB"
-noback correct "\x6A65" "\x6AEB"
-noback correct "\x6A71" "\x6AE5"
-noback correct "\x6A79" "\x6AD3"
-noback correct "\x6A7C" "\x6ADE"
-noback correct "\x6AA9" "\x6A81"
-noback correct "\x6AC0" "\x68CB"
-noback correct "\x6B22" "\x6B61"
-noback correct "\x6B24" "\x6B5F"
-noback correct "\x6B27" "\x6B50"
-noback correct "\x6B7A" "\x6B79"
-noback correct "\x6B7C" "\x6BB2"
-noback correct "\x6B81" "\x6B7F"
-noback correct "\x6B87" "\x6BA4"
-noback correct "\x6B8B" "\x6B98"
-noback correct "\x6B92" "\x6B9E"
-noback correct "\x6B93" "\x6BAE"
-noback correct "\x6B9A" "\x6BAB"
-noback correct "\x6BA1" "\x6BAF"
-noback correct "\x6BB4" "\x6BC6"
-noback correct "\x6BBB" "\x6BBC"
-noback correct "\x6BC1" "\x6BC0"
-noback correct "\x6BC2" "\x8F42"
-noback correct "\x6BD5" "\x7562"
-noback correct "\x6BD9" "\x6583"
-noback correct "\x6BE1" "\x6C08"
-noback correct "\x6BF5" "\x6BFF"
-noback correct "\x6C07" "\x6C0C"
-noback correct "\x6C14" "\x6C23"
-noback correct "\x6C29" "\x6C2C"
-noback correct "\x6C32" "\x6C33"
-noback correct "\x6C49" "\x6F22"
-noback correct "\x6C5A" "\x6C59"
-noback correct "\x6C61" "\x6C59"
-noback correct "\x6C64" "\x6E6F"
-noback correct "\x6C9F" "\x6E9D"
-noback correct "\x6CA1" "\x6C92"
-noback correct "\x6CA2" "\x6FA4"
-noback correct "\x6CA3" "\x7043"
-noback correct "\x6CA4" "\x6F1A"
-noback correct "\x6CA5" "\x701D"
-noback correct "\x6CA6" "\x6DEA"
-noback correct "\x6CA7" "\x6EC4"
-noback correct "\x6CA9" "\x6E88"
-noback correct "\x6CAA" "\x6EEC"
-noback correct "\x6CEA" "\x6DDA"
-noback correct "\x6CF6" "\x6FA9"
-noback correct "\x6CF7" "\x7027"
-noback correct "\x6CFA" "\x6FFC"
-noback correct "\x6CFB" "\x7009"
-noback correct "\x6CFC" "\x6F51"
-noback correct "\x6CFD" "\x6FA4"
-noback correct "\x6CFE" "\x6D87"
-noback correct "\x6D43" "\x6D79"
-noback correct "\x6D45" "\x6DFA"
-noback correct "\x6D46" "\x6F3F"
-noback correct "\x6D47" "\x6F86"
-noback correct "\x6D48" "\x6E5E"
-noback correct "\x6D4A" "\x6FC1"
-noback correct "\x6D4B" "\x6E2C"
-noback correct "\x6D4D" "\x6FAE"
-noback correct "\x6D4E" "\x6FDF"
-noback correct "\x6D4F" "\x700F"
-noback correct "\x6D51" "\x6E3E"
-noback correct "\x6D52" "\x6EF8"
-noback correct "\x6D53" "\x6FC3"
-noback correct "\x6D54" "\x6F6F"
-noback correct "\x6D9A" "\x6D97"
-noback correct "\x6D9B" "\x6FE4"
-noback correct "\x6D9E" "\x6DF6"
-noback correct "\x6D9F" "\x6F23"
-noback correct "\x6DA0" "\x6F7F"
-noback correct "\x6DA1" "\x6E26"
-noback correct "\x6DA3" "\x6E19"
-noback correct "\x6DA6" "\x6F64"
-noback correct "\x6DA7" "\x6F97"
-noback correct "\x6DA8" "\x6F32"
-noback correct "\x6DA9" "\x6F80"
-noback correct "\x6E0A" "\x6DF5"
-noback correct "\x6E0C" "\x6DE5"
-noback correct "\x6E0D" "\x6F2C"
-noback correct "\x6E0E" "\x7006"
-noback correct "\x6E10" "\x6F38"
-noback correct "\x6E11" "\x6FA0"
-noback correct "\x6E14" "\x6F01"
-noback correct "\x6E16" "\x700B"
-noback correct "\x6E29" "\x6EAB"
-noback correct "\x6E7E" "\x7063"
-noback correct "\x6E7F" "\x6FD5"
-noback correct "\x6E83" "\x6F70"
-noback correct "\x6E85" "\x6FFA"
-noback correct "\x6E86" "\x6F35"
-noback correct "\x6ED7" "\x6F77"
-noback correct "\x6ED9" "\x532F"
-noback correct "\x6EDA" "\x6EFE"
-noback correct "\x6EDE" "\x6EEF"
-noback correct "\x6EDF" "\x7069"
-noback correct "\x6EE0" "\x7044"
-noback correct "\x6EE1" "\x6EFF"
-noback correct "\x6EE2" "\x7005"
-noback correct "\x6EE4" "\x6FFE"
-noback correct "\x6EE5" "\x6FEB"
-noback correct "\x6EE6" "\x7064"
-noback correct "\x6EE8" "\x6FF1"
-noback correct "\x6EE9" "\x7058"
-noback correct "\x6F46" "\x7020"
-noback correct "\x6F47" "\x701F"
-noback correct "\x6F4B" "\x7032"
-noback correct "\x6F4D" "\x6FF0"
-noback correct "\x6F5C" "\x6F5B"
-noback correct "\x6F74" "\x7026"
-noback correct "\x6F9C" "\x703E"
-noback correct "\x6FD1" "\x7028"
-noback correct "\x6FD2" "\x7015"
-noback correct "\x704F" "\x705D"
-noback correct "\x706D" "\x6EC5"
-noback correct "\x706F" "\x71C8"
-noback correct "\x7075" "\x9748"
-noback correct "\x707E" "\x707D"
-noback correct "\x707F" "\x71E6"
-noback correct "\x7080" "\x716C"
-noback correct "\x7081" "\x6C23"
-noback correct "\x7089" "\x7210"
-noback correct "\x709C" "\x7152"
-noback correct "\x709D" "\x7197"
-noback correct "\x70B9" "\x9EDE"
-noback correct "\x70BD" "\x71BE"
-noback correct "\x70C1" "\x720D"
-noback correct "\x70C2" "\x721B"
-noback correct "\x70DB" "\x71ED"
-noback correct "\x70E6" "\x7169"
-noback correct "\x70E7" "\x71D2"
-noback correct "\x70E8" "\x71C1"
-noback correct "\x70E9" "\x71F4"
-noback correct "\x70EB" "\x71D9"
-noback correct "\x70EC" "\x71FC"
-noback correct "\x70ED" "\x71B1"
-noback correct "\x7115" "\x7165"
-noback correct "\x7116" "\x71DC"
-noback correct "\x7118" "\x71FE"
-noback correct "\x7231" "\x611B"
-noback correct "\x7232" "\x70BA"
-noback correct "\x7237" "\x723A"
-noback correct "\x7240" "\x5E8A"
-noback correct "\x724D" "\x7258"
-noback correct "\x7266" "\x729B"
-noback correct "\x7275" "\x727D"
-noback correct "\x7282" "\x7281"
-noback correct "\x728A" "\x72A2"
-noback correct "\x72B6" "\x72C0"
-noback correct "\x72B7" "\x7377"
-noback correct "\x72B9" "\x7336"
-noback correct "\x72C8" "\x72FD"
-noback correct "\x72DE" "\x7370"
-noback correct "\x72EC" "\x7368"
-noback correct "\x72ED" "\x72F9"
-noback correct "\x72EE" "\x7345"
-noback correct "\x72EF" "\x736A"
-noback correct "\x72F0" "\x7319"
-noback correct "\x72F1" "\x7344"
-noback correct "\x72F2" "\x733B"
-noback correct "\x7303" "\x736B"
-noback correct "\x7315" "\x737C"
-noback correct "\x7321" "\x7380"
-noback correct "\x732A" "\x8C6C"
-noback correct "\x732B" "\x8C93"
-noback correct "\x732E" "\x737B"
-noback correct "\x736D" "\x737A"
-noback correct "\x7391" "\x74A3"
-noback correct "\x739B" "\x746A"
-noback correct "\x73AE" "\x744B"
-noback correct "\x73AF" "\x74B0"
-noback correct "\x73B0" "\x73FE"
-noback correct "\x73BA" "\x74BD"
-noback correct "\x73D1" "\x74CF"
-noback correct "\x73F2" "\x743F"
-noback correct "\x740F" "\x7489"
-noback correct "\x7410" "\x7463"
-noback correct "\x743C" "\x74CA"
-noback correct "\x7476" "\x7464"
-noback correct "\x74D2" "\x74DA"
-noback correct "\x74EF" "\x750C"
-noback correct "\x7535" "\x96FB"
-noback correct "\x753B" "\x756B"
-noback correct "\x7545" "\x66A2"
-noback correct "\x7574" "\x7587"
-noback correct "\x758E" "\x758F"
-noback correct "\x7596" "\x7664"
-noback correct "\x7597" "\x7642"
-noback correct "\x759F" "\x7627"
-noback correct "\x75A0" "\x7658"
-noback correct "\x75A1" "\x760D"
-noback correct "\x75AE" "\x7621"
-noback correct "\x75AF" "\x760B"
-noback correct "\x75C8" "\x7670"
-noback correct "\x75C9" "\x75D9"
-noback correct ["\x75D2"]"\x75A5" "\x75D2"
-noback correct _3"\x7659\x6182\x4EE5"["\x75D2"] "\x75D2"
-noback correct "\x75D2" "\x7662"
-noback correct "\x75E8" "\x7646"
-noback correct "\x75EA" "\x7613"
-noback correct "\x75EB" "\x7647"
-noback correct "\x7605" "\x7649"
-noback correct "\x7617" "\x761E"
-noback correct "\x7618" "\x763A"
-noback correct "\x762A" "\x765F"
-noback correct "\x762B" "\x7671"
-noback correct "\x763E" "\x766E"
-noback correct "\x765E" "\x7669"
-noback correct "\x7663" "\x766C"
-noback correct "\x766B" "\x7672"
-noback correct "\x7691" "\x769A"
-noback correct "\x76B1" "\x76BA"
-noback correct "\x76B2" "\x76B8"
-noback correct "\x76CF" "\x76DE"
-noback correct "\x76D0" "\x9E7D"
-noback correct "\x76D1" "\x76E3"
-noback correct "\x76D6" "\x84CB"
-noback correct "\x76D8" "\x76E4"
-noback correct "\x7726" "\x7725"
-noback correct "\x7740" "\x8457"
-noback correct "\x7741" "\x775C"
-noback correct "\x7750" "\x775E"
-noback correct "\x7751" "\x77BC"
-noback correct "\x7792" "\x779E"
-noback correct "\x77A9" "\x77DA"
-noback correct "\x77EB" "\x77EF"
-noback correct "\x77F6" "\x78EF"
-noback correct "\x77FF" "\x7926"
-noback correct "\x7800" "\x78AD"
-noback correct "\x7801" "\x78BC"
-noback correct "\x7816" "\x78DA"
-noback correct "\x7817" "\x7868"
-noback correct "\x781A" "\x786F"
-noback correct "\x783A" "\x792A"
-noback correct "\x783B" "\x7931"
-noback correct "\x783E" "\x792B"
-noback correct "\x7840" "\x790E"
-noback correct "\x7855" "\x78A9"
-noback correct "\x7856" "\x7864"
-noback correct "\x7857" "\x78FD"
-noback correct "\x7877" "\x9E7C"
-noback correct "\x788D" "\x7919"
-noback correct "\x789B" "\x78E7"
-noback correct "\x789C" "\x78E3"
-noback correct "\x7934" "\x7921"
-noback correct "\x793C" "\x79AE"
-noback correct "\x794E" "\x7995"
-noback correct "\x796F" "\x798E"
-noback correct "\x7977" "\x79B1"
-noback correct "\x7978" "\x798D"
-noback correct "\x7980" "\x7A1F"
-noback correct "\x7985" "\x79AA"
-noback correct "\x79C6" "\x7A08"
-noback correct "\x79EF" "\x7A4D"
-noback correct "\x79F0" "\x7A31"
-noback correct "\x79FD" "\x7A62"
-noback correct "\x7A06" "\x7A6D"
-noback correct "\x7A0E" "\x7A05"
-noback correct "\x7A23" "\x7A4C"
-noback correct "\x7A3E" "\x7A3F"
-noback correct "\x7A45" "\x7CE0"
-noback correct "\x7A77" "\x7AAE"
-noback correct "\x7A83" "\x7ACA"
-noback correct "\x7A8D" "\x7AC5"
-noback correct "\x7A91" "\x7AAF"
-noback correct "\x7A93" "\x7A97"
-noback correct "\x7A9C" "\x7AC4"
-noback correct "\x7A9D" "\x7AA9"
-noback correct "\x7AA5" "\x7ABA"
-noback correct "\x7AA6" "\x7AC7"
-noback correct "\x7AAD" "\x7AB6"
-noback correct "\x7AD6" "\x8C4E"
-noback correct "\x7ADC" "\x9F8D"
-noback correct "\x7ADE" "\x7AF6"
-noback correct "\x7AFE" "\x7BEA"
-noback correct "\x7B03" "\x7BE4"
-noback correct "\x7B0B" "\x7B4D"
-noback correct "\x7B14" "\x7B46"
-noback correct "\x7B15" "\x7B67"
-noback correct "\x7B3C" "\x7C60"
-noback correct "\x7B3E" "\x7C69"
-noback correct "\x7B42" "\x7BEA"
-noback correct "\x7B43" "\x8335"
-noback correct "\x7B5A" "\x7BF3"
-noback correct "\x7B5B" "\x7BE9"
-noback correct "\x7B5D" "\x7B8F"
-noback correct "\x7B79" "\x7C4C"
-noback correct "\x7B80" "\x7C21"
-noback correct "\x7B8E" "\x7BEA"
-noback correct "\x7BA6" "\x7C00"
-noback correct "\x7BA7" "\x7BCB"
-noback correct "\x7BA8" "\x7C5C"
-noback correct "\x7BA9" "\x7C6E"
-noback correct "\x7BAA" "\x7C1E"
-noback correct "\x7BAB" "\x7C2B"
-noback correct "\x7BD1" "\x7C23"
-noback correct "\x7BD3" "\x7C0D"
-noback correct "\x7BEE" "\x7C43"
-noback correct "\x7C16" "\x7C6A"
-noback correct "\x7C41" "\x7C5F"
-noback correct "\x7C7B" "\x985E"
-noback correct "\x7C87" "\x7CE0"
-noback correct "\x7C9C" "\x7CF6"
-noback correct "\x7C9D" "\x7CF2"
-noback correct "\x7CAA" "\x7CDE"
-noback correct "\x7CAE" "\x7CE7"
-noback correct "\x7CC1" "\x7CDD"
-noback correct "\x7CC7" "\x9931"
-noback correct "\x7CF9" "\x7CF8"
-noback correct "\x7D27" "\x7DCA"
-noback correct "\x7D64" "\x7DDA"
-noback correct "\x7D77" "\x7E36"
-noback correct "\x7DAB" "\x7DDA"
-noback correct "\x7DFC" "\x7E15"
-noback correct "\x7E9F" "\x7CF8"
-noback correct "\x7EA0" "\x7CFE"
-noback correct "\x7EA1" "\x7D06"
-noback correct "\x7EA3" "\x7D02"
-noback correct "\x7EA4" "\x7E96"
-noback correct "\x7EA6" "\x7D04"
-noback correct "\x7EA7" "\x7D1A"
-noback correct "\x7EA8" "\x7D08"
-noback correct "\x7EA9" "\x7E8A"
-noback correct "\x7EAA" "\x7D00"
-noback correct "\x7EAB" "\x7D09"
-noback correct "\x7EAC" "\x7DEF"
-noback correct "\x7EAD" "\x7D1C"
-noback correct "\x7EB0" "\x7D15"
-noback correct "\x7EB1" "\x7D17"
-noback correct "\x7EB2" "\x7DB1"
-noback correct "\x7EB3" "\x7D0D"
-noback correct "\x7EB5" "\x7E31"
-noback correct "\x7EB6" "\x7DB8"
-noback correct "\x7EB7" "\x7D1B"
-noback correct "\x7EB8" "\x7D19"
-noback correct "\x7EB9" "\x7D0B"
-noback correct "\x7EBA" "\x7D21"
-noback correct "\x7EBD" "\x7D10"
-noback correct "\x7EBE" "\x7D13"
-noback correct "\x7EBF" "\x7DDA"
-noback correct "\x7EC0" "\x7D3A"
-noback correct "\x7EC1" "\x7D32"
-noback correct "\x7EC2" "\x7D31"
-noback correct "\x7EC3" "\x7DF4"
-noback correct "\x7EC4" "\x7D44"
-noback correct "\x7EC5" "\x7D33"
-noback correct "\x7EC6" "\x7D30"
-noback correct "\x7EC7" "\x7E54"
-noback correct "\x7EC8" "\x7D42"
-noback correct "\x7EC9" "\x7E10"
-noback correct "\x7ECA" "\x7D46"
-noback correct "\x7ECB" "\x7D3C"
-noback correct "\x7ECC" "\x7D40"
-noback correct "\x7ECD" "\x7D39"
-noback correct "\x7ECE" "\x7E79"
-noback correct "\x7ECF" "\x7D93"
-noback correct "\x7ED0" "\x7D3F"
-noback correct "\x7ED1" "\x7D81"
-noback correct "\x7ED2" "\x7D68"
-noback correct "\x7ED3" "\x7D50"
-noback correct "\x7ED5" "\x7E5E"
-noback correct "\x7ED7" "\x7D4E"
-noback correct "\x7ED8" "\x7E6A"
-noback correct "\x7ED9" "\x7D66"
-noback correct "\x7EDA" "\x7D62"
-noback correct "\x7EDB" "\x7D73"
-noback correct "\x7EDC" "\x7D61"
-noback correct "\x7EDD" "\x7D55"
-noback correct "\x7EDE" "\x7D5E"
-noback correct "\x7EDF" "\x7D71"
-noback correct "\x7EE0" "\x7D86"
-noback correct "\x7EE1" "\x7D83"
-noback correct "\x7EE2" "\x7D79"
-noback correct "\x7EE3" "\x7E61"
-noback correct "\x7EE5" "\x7D8F"
-noback correct "\x7EE7" "\x7E7C"
-noback correct "\x7EE8" "\x7D88"
-noback correct "\x7EE9" "\x7E3E"
-noback correct "\x7EEA" "\x7DD2"
-noback correct "\x7EEB" "\x7DBE"
-noback correct "\x7EED" "\x7E8C"
-noback correct "\x7EEE" "\x7DBA"
-noback correct "\x7EEF" "\x7DCB"
-noback correct "\x7EF2" "\x7DC4"
-noback correct "\x7EF3" "\x7E69"
-noback correct "\x7EF4" "\x7DAD"
-noback correct "\x7EF5" "\x7DBF"
-noback correct "\x7EF6" "\x7DAC"
-noback correct "\x7EF7" "\x7E43"
-noback correct "\x7EF8" "\x7DA2"
-noback correct "\x7EFA" "\x7DB9"
-noback correct "\x7EFB" "\x7DA3"
-noback correct "\x7EFC" "\x7D9C"
-noback correct "\x7EFD" "\x7DBB"
-noback correct "\x7EFE" "\x7DB0"
-noback correct "\x7EFF" "\x7DA0"
-noback correct "\x7F00" "\x7DB4"
-noback correct "\x7F01" "\x7DC7"
-noback correct "\x7F02" "\x7DD9"
-noback correct "\x7F03" "\x7DD7"
-noback correct "\x7F04" "\x7DD8"
-noback correct "\x7F05" "\x7DEC"
-noback correct "\x7F06" "\x7E9C"
-noback correct "\x7F07" "\x7DF9"
-noback correct "\x7F08" "\x7DF2"
-noback correct "\x7F09" "\x7DDD"
-noback correct "\x7F0B" "\x7E62"
-noback correct "\x7F0C" "\x7DE6"
-noback correct "\x7F0D" "\x7D9E"
-noback correct "\x7F0E" "\x7DDE"
-noback correct "\x7F11" "\x7DF1"
-noback correct "\x7F12" "\x7E0B"
-noback correct "\x7F13" "\x7DE9"
-noback correct "\x7F14" "\x7DE0"
-noback correct "\x7F15" "\x7E37"
-noback correct "\x7F16" "\x7DE8"
-noback correct "\x7F17" "\x7DE1"
-noback correct "\x7F18" "\x7DE3"
-noback correct "\x7F19" "\x7E09"
-noback correct "\x7F1A" "\x7E1B"
-noback correct "\x7F1B" "\x7E1F"
-noback correct "\x7F1C" "\x7E1D"
-noback correct "\x7F1D" "\x7E2B"
-noback correct "\x7F1F" "\x7E1E"
-noback correct "\x7F20" "\x7E8F"
-noback correct "\x7F21" "\x7E2D"
-noback correct "\x7F22" "\x7E0A"
-noback correct "\x7F23" "\x7E11"
-noback correct "\x7F24" "\x7E7D"
-noback correct "\x7F25" "\x7E39"
-noback correct "\x7F26" "\x7E35"
-noback correct "\x7F27" "\x7E32"
-noback correct "\x7F28" "\x7E93"
-noback correct "\x7F29" "\x7E2E"
-noback correct "\x7F2A" "\x7E46"
-noback correct "\x7F2B" "\x7E45"
-noback correct "\x7F2C" "\x7E88"
-noback correct "\x7F2D" "\x7E5A"
-noback correct "\x7F2E" "\x7E55"
-noback correct "\x7F2F" "\x7E52"
-noback correct "\x7F30" "\x97C1"
-noback correct "\x7F31" "\x7E7E"
-noback correct "\x7F33" "\x7E6F"
-noback correct "\x7F34" "\x7E73"
-noback correct "\x7F35" "\x7E98"
-noback correct "\x7F42" "\x7F4C"
-noback correct "\x7F51" "\x7DB2"
-noback correct "\x7F57" "\x7F85"
-noback correct "\x7F5A" "\x7F70"
-noback correct "\x7F62" "\x7F77"
-noback correct "\x7F74" "\x7F86"
-noback correct "\x7F81" "\x7F88"
-noback correct "\x7F9F" "\x7FA5"
-noback correct "\x7FA3" "\x7FA4"
-noback correct "\x7FD8" "\x7FF9"
-noback correct "\x8027" "\x802C"
-noback correct "\x8038" "\x8073"
-noback correct "\x8042" "\x8076"
-noback correct "\x804B" "\x807E"
-noback correct "\x804C" "\x8077"
-noback correct "\x804D" "\x8079"
-noback correct "\x8054" "\x806F"
-noback correct "\x8069" "\x8075"
-noback correct "\x806A" "\x8070"
-noback correct "\x8083" "\x8085"
-noback correct "\x80A0" "\x8178"
-noback correct "\x80A4" "\x819A"
-noback correct "\x80BE" "\x814E"
-noback correct "\x80BF" "\x816B"
-noback correct "\x80C0" "\x8139"
-noback correct "\x80C1" "\x8105"
-noback correct "\x80C6" "\x81BD"
-noback correct ["\x80DC"]"\x9375" "\x80DC"
-noback correct "\x80DC" "\x52DD"
-noback correct "\x80E7" "\x6727"
-noback correct "\x80EA" "\x81DA"
-noback correct "\x80EB" "\x811B"
-noback correct "\x80F6" "\x81A0"
-noback correct "\x810D" "\x81BE"
-noback correct "\x810F" "\x9AD2"
-noback correct "\x8110" "\x81CD"
-noback correct "\x8111" "\x8166"
-noback correct "\x8113" "\x81BF"
-noback correct "\x8114" "\x81E0"
-noback correct "\x811A" "\x8173"
-noback correct "\x8131" "\x62D6"
-noback correct "\x8133" "\x8166"
-noback correct "\x8136" "\x8161"
-noback correct "\x8138" "\x81C9"
-noback correct ["\x814A"]"\x6BD2" "\x814A"
-noback correct "\x814A" "\x81D8"
-noback correct "\x816D" "\x984E"
-noback correct "\x817C" "\x9766"
-noback correct "\x817D" "\x8183"
-noback correct "\x817E" "\x9A30"
-noback correct "\x8191" "\x81CF"
-noback correct "\x8206" "\x8F3F"
-noback correct "\x8223" "\x8264"
-noback correct "\x8230" "\x8266"
-noback correct "\x8231" "\x8259"
-noback correct "\x823B" "\x826B"
-noback correct "\x8270" "\x8271"
-noback correct "\x8273" "\x8277"
-noback correct "\x827A" "\x85DD"
-noback correct "\x8282" "\x7BC0"
-noback correct "\x8288" "\x7F8B"
-noback correct "\x8297" "\x858C"
-noback correct "\x829C" "\x856A"
-noback correct "\x82A6" "\x8606"
-noback correct "\x82C1" "\x84EF"
-noback correct "\x82C7" "\x8466"
-noback correct "\x82C8" "\x85F6"
-noback correct "\x82CB" "\x83A7"
-noback correct "\x82CC" "\x8407"
-noback correct "\x82CD" "\x84BC"
-noback correct "\x82E2" "\x82E1"
-noback correct "\x830D" "\x82DF"
-noback correct "\x830E" "\x8396"
-noback correct "\x830F" "\x8622"
-noback correct "\x8311" "\x8526"
-noback correct "\x8314" "\x584B"
-noback correct "\x8315" "\x7162"
-noback correct "\x8327" "\x7E6D"
-noback correct "\x8346" "\x834A"
-noback correct "\x835A" "\x83A2"
-noback correct "\x835B" "\x8558"
-noback correct "\x835C" "\x84FD"
-noback correct "\x835E" "\x854E"
-noback correct "\x835F" "\x8588"
-noback correct "\x8364" "\x8477"
-noback correct "\x8366" "\x7296"
-noback correct "\x8367" "\x7192"
-noback correct "\x8368" "\x8541"
-noback correct "\x8369" "\x85CE"
-noback correct "\x836A" "\x84C0"
-noback correct "\x836B" "\x852D"
-noback correct "\x836D" "\x8452"
-noback correct "\x836F" "\x85E5"
-noback correct "\x8385" "\x849E"
-noback correct "\x83B1" "\x840A"
-noback correct "\x83B2" "\x84EE"
-noback correct "\x83B3" "\x8494"
-noback correct "\x83B4" "\x8435"
-noback correct "\x83B6" "\x859F"
-noback correct "\x83B8" "\x8555"
-noback correct "\x83B9" "\x7469"
-noback correct "\x83BA" "\x9DAF"
-noback correct "\x83BC" "\x84F4"
-noback correct "\x8424" "\x87A2"
-noback correct "\x8425" "\x71DF"
-noback correct "\x8426" "\x7E08"
-noback correct "\x8427" "\x856D"
-noback correct "\x8428" "\x85A9"
-noback correct "\x8471" "\x8525"
-noback correct "\x8487" "\x8546"
-noback correct "\x8489" "\x8562"
-noback correct "\x848B" "\x8523"
-noback correct "\x848C" "\x851E"
-noback correct "\x84DD" "\x85CD"
-noback correct "\x84DF" "\x858A"
-noback correct "\x84E0" "\x863A"
-noback correct "\x84E3" "\x8577"
-noback correct "\x84E6" "\x9A40"
-noback correct "\x8539" "\x861E"
-noback correct "\x853A" "\x85FA"
-noback correct "\x853C" "\x85F9"
-noback correct "\x8572" "\x8604"
-noback correct "\x8574" "\x860A"
-noback correct "\x85AE" "\x85EA"
-noback correct "\x85D3" "\x861A"
-noback correct "\x8651" "\x616E"
-noback correct "\x865A" "\x865B"
-noback correct "\x866B" "\x87F2"
-noback correct "\x866C" "\x866F"
-noback correct "\x867D" "\x96D6"
-noback correct "\x867F" "\x8806"
-noback correct "\x8680" "\x8755"
-noback correct "\x8681" "\x87FB"
-noback correct "\x8682" "\x879E"
-noback correct _1"\x8C4E"["\x8695"] "\x8695"
-noback correct "\x8695" "\x8836"
-noback correct "\x86AC" "\x8706"
-noback correct "\x86CA" "\x8831"
-noback correct "\x86CE" "\x8823"
-noback correct "\x86CF" "\x87F6"
-noback correct "\x86EE" "\x883B"
-noback correct "\x86F0" "\x87C4"
-noback correct "\x86F1" "\x86FA"
-noback correct "\x86F2" "\x87EF"
-noback correct "\x86F3" "\x8784"
-noback correct "\x86F4" "\x8810"
-noback correct "\x8715" "\x86FB"
-noback correct "\x8717" "\x8778"
-noback correct "\x8747" "\x8805"
-noback correct "\x8748" "\x87C8"
-noback correct "\x8749" "\x87EC"
-noback correct "\x877C" "\x87BB"
-noback correct "\x877E" "\x8811"
-noback correct "\x8845" "\x91C1"
-noback correct "\x8846" "\x773E"
-noback correct "\x8865" "\x88DC"
-noback correct "\x886C" "\x896F"
-noback correct "\x886E" "\x889E"
-noback correct "\x8884" "\x8956"
-noback correct ["\x889C"]"\x8179" "\x889C"
-noback correct ["\x889C"]"\x809A" "\x889C"
-noback correct ["\x889C"]"\x984D" "\x889C"
-noback correct ["\x889C"]"\x80F8" "\x889C"
-noback correct _1"\x5BF6"["\x889C"]"\x695A\x5BAE\x8170" "\x889C"
-noback correct "\x889C" "\x896A"
-noback correct "\x88C5" "\x88DD"
-noback correct "\x88C6" "\x8960"
-noback correct "\x88CF" "\x88E1"
-noback correct "\x88E2" "\x8933"
-noback correct "\x88E3" "\x895D"
-noback correct "\x88E4" "\x8932"
-noback correct "\x88E5" "\x8949"
-noback correct "\x88E6" "\x8912"
-noback correct "\x891B" "\x8938"
-noback correct "\x8934" "\x8964"
-noback correct "\x8943" "\x8912"
-noback correct "\x89C1" "\x898B"
-noback correct "\x89C2" "\x89C0"
-noback correct "\x89C4" "\x898F"
-noback correct "\x89C5" "\x8993"
-noback correct "\x89C6" "\x8996"
-noback correct "\x89C7" "\x8998"
-noback correct "\x89C8" "\x89BD"
-noback correct "\x89C9" "\x89BA"
-noback correct "\x89CA" "\x89AC"
-noback correct "\x89CB" "\x89A1"
-noback correct "\x89CC" "\x89BF"
-noback correct "\x89CE" "\x89A6"
-noback correct "\x89CF" "\x89AF"
-noback correct "\x89D0" "\x89B2"
-noback correct "\x89D1" "\x89B7"
-noback correct "\x89DE" "\x89F4"
-noback correct "\x89EF" "\x89F6"
-noback correct "\x8A01" "\x8A00"
-noback correct "\x8A3C" "\x8B49"
-noback correct "\x8A89" "\x8B7D"
-noback correct "\x8A8A" "\x8B04"
-noback correct "\x8AAC" "\x8AAA"
-noback correct "\x8AAD" "\x8B80"
-noback correct "\x8B4C" "\x8A1B"
-noback correct "\x8BA0" "\x8A00"
-noback correct "\x8BA1" "\x8A08"
-noback correct "\x8BA2" "\x8A02"
-noback correct "\x8BA3" "\x8A03"
-noback correct "\x8BA4" "\x8A8D"
-noback correct "\x8BA5" "\x8B4F"
-noback correct "\x8BA6" "\x8A10"
-noback correct "\x8BA7" "\x8A0C"
-noback correct "\x8BA8" "\x8A0E"
-noback correct "\x8BA9" "\x8B93"
-noback correct "\x8BAA" "\x8A15"
-noback correct "\x8BAB" "\x8A16"
-noback correct "\x8BAD" "\x8A13"
-noback correct "\x8BAE" "\x8B70"
-noback correct "\x8BAF" "\x8A0A"
-noback correct "\x8BB0" "\x8A18"
-noback correct "\x8BB2" "\x8B1B"
-noback correct "\x8BB3" "\x8AF1"
-noback correct "\x8BB4" "\x8B33"
-noback correct "\x8BB5" "\x8A4E"
-noback correct "\x8BB6" "\x8A1D"
-noback correct "\x8BB7" "\x8A25"
-noback correct "\x8BB8" "\x8A31"
-noback correct "\x8BB9" "\x8A1B"
-noback correct "\x8BBA" "\x8AD6"
-noback correct "\x8BBC" "\x8A1F"
-noback correct "\x8BBD" "\x8AF7"
-noback correct "\x8BBE" "\x8A2D"
-noback correct "\x8BBF" "\x8A2A"
-noback correct "\x8BC0" "\x8A23"
-noback correct "\x8BC1" "\x8B49"
-noback correct "\x8BC2" "\x8A41"
-noback correct "\x8BC3" "\x8A36"
-noback correct "\x8BC4" "\x8A55"
-noback correct "\x8BC5" "\x8A5B"
-noback correct "\x8BC6" "\x8B58"
-noback correct "\x8BC8" "\x8A50"
-noback correct "\x8BC9" "\x8A34"
-noback correct "\x8BCA" "\x8A3A"
-noback correct "\x8BCB" "\x8A46"
-noback correct "\x8BCC" "\x8B05"
-noback correct "\x8BCD" "\x8A5E"
-noback correct "\x8BCE" "\x8A58"
-noback correct "\x8BCF" "\x8A54"
-noback correct "\x8BD1" "\x8B6F"
-noback correct "\x8BD2" "\x8A52"
-noback correct "\x8BD3" "\x8A86"
-noback correct "\x8BD4" "\x8A84"
-noback correct "\x8BD5" "\x8A66"
-noback correct "\x8BD6" "\x8A7F"
-noback correct "\x8BD7" "\x8A69"
-noback correct "\x8BD9" "\x8A7C"
-noback correct "\x8BDA" "\x8AA0"
-noback correct "\x8BDB" "\x8A85"
-noback correct "\x8BDC" "\x8A75"
-noback correct "\x8BDD" "\x8A71"
-noback correct "\x8BDE" "\x8A95"
-noback correct "\x8BDF" "\x8A6C"
-noback correct "\x8BE0" "\x8A6E"
-noback correct "\x8BE1" "\x8A6D"
-noback correct "\x8BE2" "\x8A62"
-noback correct "\x8BE3" "\x8A63"
-noback correct "\x8BE4" "\x8ACD"
-noback correct "\x8BE5" "\x8A72"
-noback correct "\x8BE6" "\x8A73"
-noback correct "\x8BE7" "\x8A6B"
-noback correct "\x8BE8" "\x8AE2"
-noback correct "\x8BE9" "\x8A61"
-noback correct "\x8BEB" "\x8AA1"
-noback correct "\x8BEC" "\x8AA3"
-noback correct "\x8BED" "\x8A9E"
-noback correct "\x8BEE" "\x8A9A"
-noback correct "\x8BEF" "\x8AA4"
-noback correct "\x8BF0" "\x8AA5"
-noback correct "\x8BF1" "\x8A98"
-noback correct "\x8BF2" "\x8AA8"
-noback correct "\x8BF3" "\x8A91"
-noback correct "\x8BF4" "\x8AAA"
-noback correct "\x8BF5" "\x8AA6"
-noback correct "\x8BF6" "\x8A92"
-noback correct "\x8BF7" "\x8ACB"
-noback correct "\x8BF8" "\x8AF8"
-noback correct "\x8BF9" "\x8ACF"
-noback correct "\x8BFA" "\x8AFE"
-noback correct "\x8BFB" "\x8B80"
-noback correct "\x8BFC" "\x8AD1"
-noback correct "\x8BFD" "\x8AB9"
-noback correct "\x8BFE" "\x8AB2"
-noback correct "\x8BFF" "\x8AC9"
-noback correct "\x8C00" "\x8ADB"
-noback correct "\x8C01" "\x8AB0"
-noback correct "\x8C03" "\x8ABF"
-noback correct "\x8C04" "\x8AC2"
-noback correct "\x8C05" "\x8AD2"
-noback correct "\x8C06" "\x8AC4"
-noback correct "\x8C07" "\x8AB6"
-noback correct "\x8C08" "\x8AC7"
-noback correct "\x8C0A" "\x8ABC"
-noback correct "\x8C0B" "\x8B00"
-noback correct "\x8C0C" "\x8AF6"
-noback correct "\x8C0D" "\x8ADC"
-noback correct "\x8C0E" "\x8B0A"
-noback correct "\x8C0F" "\x8AEB"
-noback correct "\x8C10" "\x8AE7"
-noback correct "\x8C11" "\x8B14"
-noback correct "\x8C12" "\x8B01"
-noback correct "\x8C13" "\x8B02"
-noback correct "\x8C14" "\x8AE4"
-noback correct "\x8C15" "\x8AED"
-noback correct "\x8C16" "\x8AFC"
-noback correct "\x8C17" "\x8B92"
-noback correct "\x8C18" "\x8AEE"
-noback correct "\x8C19" "\x8AF3"
-noback correct "\x8C1A" "\x8AFA"
-noback correct "\x8C1B" "\x8AE6"
-noback correct "\x8C1C" "\x8B0E"
-noback correct "\x8C1D" "\x8ADE"
-noback correct "\x8C1F" "\x8B28"
-noback correct "\x8C20" "\x8B9C"
-noback correct "\x8C22" "\x8B1D"
-noback correct "\x8C23" "\x8B20"
-noback correct "\x8C24" "\x8B17"
-noback correct "\x8C25" "\x8B1A"
-noback correct "\x8C26" "\x8B19"
-noback correct "\x8C27" "\x8B10"
-noback correct "\x8C28" "\x8B39"
-noback correct "\x8C29" "\x8B3E"
-noback correct "\x8C2A" "\x8B2B"
-noback correct "\x8C2B" "\x8B7E"
-noback correct "\x8C2C" "\x8B2C"
-noback correct "\x8C2D" "\x8B5A"
-noback correct "\x8C2E" "\x8B56"
-noback correct "\x8C2F" "\x8B59"
-noback correct "\x8C30" "\x8B95"
-noback correct "\x8C31" "\x8B5C"
-noback correct "\x8C32" "\x8B4E"
-noback correct "\x8C33" "\x8B9E"
-noback correct "\x8C34" "\x8B74"
-noback correct "\x8C35" "\x8B6B"
-noback correct "\x8C36" "\x8B96"
-noback correct "\x8D1D" "\x8C9D"
-noback correct "\x8D1E" "\x8C9E"
-noback correct "\x8D1F" "\x8CA0"
-noback correct "\x8D21" "\x8CA2"
-noback correct "\x8D22" "\x8CA1"
-noback correct "\x8D23" "\x8CAC"
-noback correct "\x8D24" "\x8CE2"
-noback correct "\x8D25" "\x6557"
-noback correct "\x8D26" "\x8CEC"
-noback correct "\x8D27" "\x8CA8"
-noback correct "\x8D28" "\x8CEA"
-noback correct "\x8D29" "\x8CA9"
-noback correct "\x8D2A" "\x8CAA"
-noback correct "\x8D2B" "\x8CA7"
-noback correct "\x8D2C" "\x8CB6"
-noback correct "\x8D2D" "\x8CFC"
-noback correct "\x8D2E" "\x8CAF"
-noback correct "\x8D2F" "\x8CAB"
-noback correct "\x8D30" "\x8CB3"
-noback correct "\x8D31" "\x8CE4"
-noback correct "\x8D32" "\x8CC1"
-noback correct "\x8D33" "\x8CB0"
-noback correct "\x8D34" "\x8CBC"
-noback correct "\x8D35" "\x8CB4"
-noback correct "\x8D36" "\x8CBA"
-noback correct "\x8D37" "\x8CB8"
-noback correct "\x8D38" "\x8CBF"
-noback correct "\x8D39" "\x8CBB"
-noback correct "\x8D3A" "\x8CC0"
-noback correct "\x8D3B" "\x8CBD"
-noback correct "\x8D3C" "\x8CCA"
-noback correct "\x8D3D" "\x8D04"
-noback correct "\x8D3E" "\x8CC8"
-noback correct "\x8D3F" "\x8CC4"
-noback correct "\x8D40" "\x8CB2"
-noback correct "\x8D41" "\x8CC3"
-noback correct "\x8D42" "\x8CC2"
-noback correct "\x8D43" "\x8D13"
-noback correct "\x8D44" "\x8CC7"
-noback correct "\x8D45" "\x8CC5"
-noback correct "\x8D46" "\x8D10"
-noback correct "\x8D47" "\x8CD5"
-noback correct "\x8D48" "\x8CD1"
-noback correct "\x8D49" "\x8CDA"
-noback correct "\x8D4A" "\x8CD2"
-noback correct "\x8D4B" "\x8CE6"
-noback correct "\x8D4C" "\x8CED"
-noback correct "\x8D4D" "\x7E7C"
-noback correct "\x8D4E" "\x8D16"
-noback correct "\x8D4F" "\x8CDE"
-noback correct "\x8D50" "\x8CDC"
-noback correct "\x8D53" "\x8CE1"
-noback correct "\x8D54" "\x8CE0"
-noback correct "\x8D55" "\x8CE7"
-noback correct "\x8D56" "\x8CF4"
-noback correct "\x8D58" "\x8D05"
-noback correct "\x8D59" "\x8CFB"
-noback correct "\x8D5A" "\x8CFA"
-noback correct "\x8D5B" "\x8CFD"
-noback correct "\x8D5C" "\x8CFE"
-noback correct "\x8D5D" "\x8D17"
-noback correct "\x8D60" "\x8D08"
-noback correct "\x8D61" "\x8D0D"
-noback correct "\x8D62" "\x8D0F"
-noback correct "\x8D63" "\x8D1B"
-noback correct "\x8D71" "\x8D70"
-noback correct "\x8D75" "\x8D99"
-noback correct "\x8D76" "\x8D95"
-noback correct "\x8D8B" "\x8DA8"
-noback correct "\x8DB8" "\x8E89"
-noback correct "\x8DC3" "\x8E8D"
-noback correct "\x8DC4" "\x8E4C"
-noback correct "\x8DDE" "\x8E92"
-noback correct "\x8DF5" "\x8E10"
-noback correct "\x8DF7" "\x8E7A"
-noback correct "\x8DF8" "\x8E55"
-noback correct "\x8DF9" "\x8E9A"
-noback correct "\x8DFB" "\x8E8B"
-noback correct "\x8E08" "\x758F"
-noback correct "\x8E0C" "\x8E8A"
-noback correct "\x8E2A" "\x8E64"
-noback correct "\x8E2C" "\x8E93"
-noback correct "\x8E2F" "\x8E91"
-noback correct "\x8E51" "\x8EA1"
-noback correct "\x8E52" "\x8E63"
-noback correct "\x8E70" "\x8E95"
-noback correct "\x8E7F" "\x8EA5"
-noback correct "\x8E8F" "\x8EAA"
-noback correct "\x8E9C" "\x8EA6"
-noback correct "\x8EAF" "\x8EC0"
-noback correct "\x8F66" "\x8ECA"
-noback correct "\x8F67" "\x8ECB"
-noback correct "\x8F68" "\x8ECC"
-noback correct "\x8F69" "\x8ED2"
-noback correct "\x8F6B" "\x8ED4"
-noback correct "\x8F6C" "\x8F49"
-noback correct "\x8F6D" "\x8EDB"
-noback correct "\x8F6E" "\x8F2A"
-noback correct "\x8F6F" "\x8EDF"
-noback correct "\x8F70" "\x8F5F"
-noback correct "\x8F72" "\x8EFB"
-noback correct "\x8F73" "\x8F64"
-noback correct "\x8F74" "\x8EF8"
-noback correct "\x8F75" "\x8EF9"
-noback correct "\x8F76" "\x8EFC"
-noback correct "\x8F78" "\x8EEB"
-noback correct "\x8F79" "\x8F62"
-noback correct "\x8F7A" "\x8EFA"
-noback correct "\x8F7B" "\x8F15"
-noback correct "\x8F7C" "\x8EFE"
-noback correct "\x8F7D" "\x8F09"
-noback correct "\x8F7E" "\x8F0A"
-noback correct "\x8F7F" "\x8F4E"
-noback correct "\x8F81" "\x8F07"
-noback correct "\x8F82" "\x8F05"
-noback correct "\x8F83" "\x8F03"
-noback correct "\x8F84" "\x8F12"
-noback correct "\x8F85" "\x8F14"
-noback correct "\x8F86" "\x8F1B"
-noback correct "\x8F87" "\x8F26"
-noback correct "\x8F88" "\x8F29"
-noback correct "\x8F89" "\x8F1D"
-noback correct "\x8F8A" "\x8F25"
-noback correct "\x8F8B" "\x8F1E"
-noback correct "\x8F8D" "\x8F1F"
-noback correct "\x8F8E" "\x8F1C"
-noback correct "\x8F8F" "\x8F33"
-noback correct "\x8F90" "\x8F3B"
-noback correct "\x8F91" "\x8F2F"
-noback correct "\x8F93" "\x8F38"
-noback correct "\x8F94" "\x8F61"
-noback correct "\x8F95" "\x8F45"
-noback correct "\x8F96" "\x8F44"
-noback correct "\x8F97" "\x8F3E"
-noback correct "\x8F98" "\x8F46"
-noback correct "\x8F99" "\x8F4D"
-noback correct "\x8F9A" "\x8F54"
-noback correct "\x8F9E" "\x8FAD"
-noback correct "\x8FA9" "\x8FAF"
-noback correct "\x8FAB" "\x8FAE"
-noback correct "\x8FB9" "\x908A"
-noback correct "\x8FBD" "\x907C"
-noback correct "\x8FBE" "\x9054"
-noback correct "\x8FC1" "\x9077"
-noback correct "\x8FC7" "\x904E"
-noback correct "\x8FC8" "\x9081"
-noback correct "\x8FD0" "\x904B"
-noback correct "\x8FD8" "\x9084"
-noback correct "\x8FD9" "\x9019"
-noback correct "\x8FDB" "\x9032"
-noback correct "\x8FDC" "\x9060"
-noback correct "\x8FDD" "\x9055"
-noback correct "\x8FDE" "\x9023"
-noback correct "\x8FDF" "\x9072"
-noback correct "\x8FE9" "\x9087"
-noback correct "\x8FF3" "\x9015"
-noback correct "\x8FF9" "\x8DE1"
-noback correct "\x9008" "\x8FE5"
-noback correct "\x9009" "\x9078"
-noback correct "\x900A" "\x905C"
-noback correct "\x9012" "\x905E"
-noback correct "\x9026" "\x9090"
-noback correct "\x903B" "\x908F"
-noback correct "\x9057" "\x907A"
-noback correct "\x9065" "\x9059"
-noback correct "\x9093" "\x9127"
-noback correct "\x909D" "\x913A"
-noback correct "\x90AB" "\x90A6"
-noback correct "\x90AC" "\x9114"
-noback correct "\x90AE" "\x90F5"
-noback correct "\x90B9" "\x9112"
-noback correct "\x90BA" "\x9134"
-noback correct "\x90BB" "\x9130"
-noback correct "\x90C4" "\x537B"
-noback correct "\x90CF" "\x90DF"
-noback correct "\x90D0" "\x9136"
-noback correct "\x90D1" "\x912D"
-noback correct "\x90D3" "\x9106"
-noback correct "\x90E6" "\x9148"
-noback correct "\x90F8" "\x9132"
-noback correct "\x915D" "\x919E"
-noback correct "\x9171" "\x91AC"
-noback correct "\x917D" "\x91C5"
-noback correct "\x917E" "\x91C3"
-noback correct "\x917F" "\x91C0"
-noback correct "\x91CA" "\x91CB"
-noback correct "\x91D2" "\x91D1"
-noback correct "\x92AE" "\x947E"
-noback correct "\x933E" "\x93E8"
-noback correct "\x9485" "\x91D1"
-noback correct "\x9486" "\x91D3"
-noback correct "\x9487" "\x91D4"
-noback correct "\x9488" "\x91DD"
-noback correct "\x9489" "\x91D8"
-noback correct "\x948A" "\x91D7"
-noback correct "\x948B" "\x91D9"
-noback correct "\x948C" "\x91D5"
-noback correct "\x948D" "\x91F7"
-noback correct "\x948E" "\x91EC"
-noback correct "\x948F" "\x91E7"
-noback correct "\x9490" "\x91E4"
-noback correct "\x9492" "\x91E9"
-noback correct "\x9493" "\x91E3"
-noback correct "\x9494" "\x9346"
-noback correct "\x9495" "\x91F9"
-noback correct "\x9497" "\x91F5"
-noback correct "\x9499" "\x9223"
-noback correct "\x949B" "\x9226"
-noback correct "\x949C" "\x9245"
-noback correct "\x949D" "\x920D"
-noback correct "\x949E" "\x9214"
-noback correct "\x949F" "\x9418"
-noback correct "\x94A0" "\x9209"
-noback correct "\x94A1" "\x92C7"
-noback correct "\x94A2" "\x92FC"
-noback correct "\x94A3" "\x9211"
-noback correct "\x94A4" "\x9210"
-noback correct "\x94A5" "\x9470"
-noback correct "\x94A6" "\x6B3D"
-noback correct "\x94A7" "\x921E"
-noback correct "\x94A8" "\x93A2"
-noback correct "\x94A9" "\x9264"
-noback correct "\x94AA" "\x9227"
-noback correct "\x94AB" "\x9201"
-noback correct "\x94AC" "\x9225"
-noback correct "\x94AD" "\x9204"
-noback correct "\x94AE" "\x9215"
-noback correct "\x94AF" "\x9200"
-noback correct "\x94B0" "\x923A"
-noback correct "\x94B1" "\x9322"
-noback correct "\x94B2" "\x9266"
-noback correct "\x94B3" "\x9257"
-noback correct "\x94B4" "\x9237"
-noback correct "\x94B5" "\x7F3D"
-noback correct "\x94B6" "\x9233"
-noback correct "\x94B8" "\x923D"
-noback correct "\x94B9" "\x9238"
-noback correct "\x94BA" "\x925E"
-noback correct "\x94BB" "\x947D"
-noback correct "\x94BC" "\x926C"
-noback correct "\x94BD" "\x926D"
-noback correct "\x94BE" "\x9240"
-noback correct "\x94BF" "\x923F"
-noback correct "\x94C1" "\x9435"
-noback correct "\x94C2" "\x9251"
-noback correct "\x94C3" "\x9234"
-noback correct "\x94C4" "\x9460"
-noback correct "\x94C5" "\x925B"
-noback correct "\x94C6" "\x925A"
-noback correct "\x94C8" "\x9230"
-noback correct "\x94C9" "\x9249"
-noback correct "\x94CA" "\x9248"
-noback correct "\x94CB" "\x924D"
-noback correct "\x94CC" "\x922E"
-noback correct "\x94CD" "\x9239"
-noback correct "\x94CE" "\x9438"
-noback correct "\x94D0" "\x92AC"
-noback correct "\x94D1" "\x92A0"
-noback correct "\x94D2" "\x927A"
-noback correct "\x94D5" "\x92AA"
-noback correct "\x94D6" "\x92EE"
-noback correct "\x94D7" "\x92CF"
-noback correct "\x94D9" "\x9403"
-noback correct "\x94DB" "\x943A"
-noback correct "\x94DC" "\x9285"
-noback correct "\x94DD" "\x92C1"
-noback correct "\x94DF" "\x92A6"
-noback correct "\x94E0" "\x93A7"
-noback correct "\x94E1" "\x9358"
-noback correct "\x94E2" "\x9296"
-noback correct "\x94E4" "\x92CC"
-noback correct "\x94E5" "\x92A9"
-noback correct "\x94E7" "\x93F5"
-noback correct "\x94E8" "\x9293"
-noback correct "\x94E9" "\x93A9"
-noback correct "\x94EA" "\x927F"
-noback correct "\x94EB" "\x929A"
-noback correct "\x94EC" "\x927B"
-noback correct "\x94ED" "\x9298"
-noback correct "\x94EE" "\x931A"
-noback correct "\x94EF" "\x92AB"
-noback correct "\x94F0" "\x9278"
-noback correct "\x94F1" "\x92A5"
-noback correct "\x94F3" "\x9283"
-noback correct "\x94F4" "\x940B"
-noback correct "\x94F5" "\x92A8"
-noback correct "\x94F6" "\x9280"
-noback correct "\x94F7" "\x92A3"
-noback correct "\x94F8" "\x9444"
-noback correct "\x94F9" "\x9412"
-noback correct "\x94FA" "\x92EA"
-noback correct "\x94FC" "\x9338"
-noback correct "\x94FD" "\x92F1"
-noback correct "\x94FE" "\x93C8"
-noback correct "\x94FF" "\x93D7"
-noback correct "\x9500" "\x92B7"
-noback correct "\x9501" "\x9396"
-noback correct "\x9502" "\x92F0"
-noback correct "\x9504" "\x92E4"
-noback correct "\x9505" "\x934B"
-noback correct "\x9506" "\x92EF"
-noback correct "\x9507" "\x92E8"
-noback correct "\x9508" "\x92B9"
-noback correct "\x9509" "\x92BC"
-noback correct "\x950A" "\x92DD"
-noback correct "\x950B" "\x92D2"
-noback correct "\x950C" "\x92C5"
-noback correct "\x9510" "\x92B3"
-noback correct "\x9511" "\x92BB"
-noback correct "\x9512" "\x92C3"
-noback correct "\x9513" "\x92DF"
-noback correct "\x9514" "\x92E6"
-noback correct "\x9515" "\x9312"
-noback correct "\x9516" "\x9306"
-noback correct "\x9517" "\x937A"
-noback correct "\x9519" "\x932F"
-noback correct "\x951A" "\x9328"
-noback correct "\x951B" "\x931B"
-noback correct "\x951E" "\x9301"
-noback correct "\x951F" "\x9315"
-noback correct "\x9521" "\x932B"
-noback correct "\x9522" "\x932E"
-noback correct "\x9523" "\x947C"
-noback correct "\x9524" "\x9318"
-noback correct "\x9525" "\x9310"
-noback correct "\x9526" "\x9326"
-noback correct "\x9529" "\x9308"
-noback correct "\x952C" "\x931F"
-noback correct "\x952D" "\x9320"
-noback correct "\x952E" "\x9375"
-noback correct "\x952F" "\x92F8"
-noback correct "\x9530" "\x9333"
-noback correct "\x9531" "\x9319"
-noback correct "\x9532" "\x9365"
-noback correct "\x9534" "\x9347"
-noback correct "\x9535" "\x93D8"
-noback correct "\x9536" "\x9376"
-noback correct "\x9537" "\x9354"
-noback correct "\x9538" "\x9364"
-noback correct "\x9539" "\x936C"
-noback correct "\x953A" "\x937E"
-noback correct "\x953B" "\x935B"
-noback correct "\x953C" "\x93AA"
-noback correct "\x953E" "\x9370"
-noback correct "\x9540" "\x934D"
-noback correct "\x9541" "\x9382"
-noback correct "\x9542" "\x93E4"
-noback correct "\x9544" "\x9428"
-noback correct "\x9546" "\x93CC"
-noback correct "\x9547" "\x93AE"
-noback correct "\x9549" "\x9398"
-noback correct "\x954A" "\x9477"
-noback correct "\x954C" "\x942B"
-noback correct "\x954D" "\x93B3"
-noback correct "\x954F" "\x93A6"
-noback correct "\x9550" "\x93AC"
-noback correct "\x9551" "\x938A"
-noback correct "\x9552" "\x93B0"
-noback correct "\x9553" "\x93B5"
-noback correct "\x9554" "\x944C"
-noback correct "\x9556" "\x93E2"
-noback correct "\x9557" "\x93DC"
-noback correct "\x9558" "\x93DD"
-noback correct "\x9559" "\x93CD"
-noback correct "\x955B" "\x93DE"
-noback correct "\x955C" "\x93E1"
-noback correct "\x955D" "\x93D1"
-noback correct "\x955F" "\x93C7"
-noback correct "\x9561" "\x9414"
-noback correct "\x9563" "\x9410"
-noback correct "\x9564" "\x93F7"
-noback correct "\x9566" "\x9413"
-noback correct "\x9567" "\x946D"
-noback correct "\x9568" "\x9420"
-noback correct "\x956A" "\x93F9"
-noback correct "\x956B" "\x9419"
-noback correct "\x956C" "\x944A"
-noback correct "\x956D" "\x9433"
-noback correct "\x956F" "\x9432"
-noback correct "\x9570" "\x942E"
-noback correct "\x9571" "\x943F"
-noback correct "\x9573" "\x9463"
-noback correct "\x9576" "\x9472"
-noback correct "\x957F" "\x9577"
-noback correct "\x95A2" "\x95DC"
-noback correct "\x95B2" "\x95B1"
-noback correct "\x95E8" "\x9580"
-noback correct "\x95E9" "\x9582"
-noback correct "\x95EA" "\x9583"
-noback correct "\x95EB" "\x9586"
-noback correct "\x95ED" "\x9589"
-noback correct "\x95EE" "\x554F"
-noback correct "\x95EF" "\x95D6"
-noback correct "\x95F0" "\x958F"
-noback correct "\x95F1" "\x95C8"
-noback correct "\x95F3" "\x958E"
-noback correct "\x95F4" "\x9593"
-noback correct "\x95F5" "\x9594"
-noback correct "\x95F6" "\x958C"
-noback correct "\x95F7" "\x60B6"
-noback correct "\x95F8" "\x9598"
-noback correct "\x95F9" "\x9B27"
-noback correct "\x95FA" "\x95A8"
-noback correct "\x95FB" "\x805E"
-noback correct "\x95FC" "\x95E5"
-noback correct "\x95FD" "\x95A9"
-noback correct "\x95FE" "\x95AD"
-noback correct "\x9600" "\x95A5"
-noback correct "\x9601" "\x95A3"
-noback correct "\x9602" "\x95A1"
-noback correct "\x9603" "\x95AB"
-noback correct "\x9604" "\x9B2E"
-noback correct "\x9605" "\x95B1"
-noback correct "\x9606" "\x95AC"
-noback correct "\x9608" "\x95BE"
-noback correct "\x9609" "\x95B9"
-noback correct "\x960A" "\x95B6"
-noback correct "\x960B" "\x9B29"
-noback correct "\x960C" "\x95BF"
-noback correct "\x960D" "\x95BD"
-noback correct "\x960E" "\x95BB"
-noback correct "\x960F" "\x95BC"
-noback correct "\x9610" "\x95E1"
-noback correct "\x9611" "\x95CC"
-noback correct "\x9612" "\x95C3"
-noback correct "\x9614" "\x95CA"
-noback correct "\x9615" "\x95CB"
-noback correct "\x9616" "\x95D4"
-noback correct "\x9617" "\x95D0"
-noback correct "\x9619" "\x95D5"
-noback correct "\x961A" "\x95DE"
-noback correct "\x961F" "\x968A"
-noback correct "\x9633" "\x967D"
-noback correct "\x9634" "\x9670"
-noback correct "\x9635" "\x9663"
-noback correct "\x9636" "\x968E"
-noback correct "\x9645" "\x969B"
-noback correct "\x9646" "\x9678"
-noback correct "\x9647" "\x96B4"
-noback correct "\x9648" "\x9673"
-noback correct "\x9649" "\x9658"
-noback correct "\x9655" "\x965D"
-noback correct "\x9667" "\x9689"
-noback correct "\x9668" "\x9695"
-noback correct "\x9669" "\x96AA"
-noback correct "\x9690" "\x96B1"
-noback correct "\x96B6" "\x96B8"
-noback correct "\x96BE" "\x96E3"
-noback correct "\x96CF" "\x96DB"
-noback correct "\x96E0" "\x8B8E"
-noback correct "\x96F3" "\x9742"
-noback correct "\x96FE" "\x9727"
-noback correct "\x9701" "\x973D"
-noback correct "\x970A" "\x9748"
-noback correct "\x972D" "\x9744"
-noback correct "\x9753" "\x975A"
-noback correct "\x9764" "\x76B0"
-noback correct "\x9765" "\x9768"
-noback correct "\x97E6" "\x97CB"
-noback correct "\x97E7" "\x97CC"
-noback correct "\x97E9" "\x97D3"
-noback correct "\x97EA" "\x97D9"
-noback correct "\x97EC" "\x97DC"
-noback correct "\x97F5" "\x97FB"
-noback correct "\x9854" "\x984F"
-noback correct "\x9855" "\x986F"
-noback correct "\x9868" "\x5DFD"
-noback correct "\x9875" "\x9801"
-noback correct "\x9876" "\x9802"
-noback correct "\x9877" "\x9803"
-noback correct "\x9878" "\x9807"
-noback correct "\x9879" "\x9805"
-noback correct "\x987A" "\x9806"
-noback correct "\x987C" "\x980A"
-noback correct "\x987D" "\x9811"
-noback correct "\x987E" "\x9867"
-noback correct "\x987F" "\x9813"
-noback correct "\x9880" "\x980E"
-noback correct "\x9881" "\x9812"
-noback correct "\x9882" "\x980C"
-noback correct "\x9883" "\x980F"
-noback correct "\x9884" "\x9810"
-noback correct "\x9885" "\x9871"
-noback correct "\x9886" "\x9818"
-noback correct "\x9887" "\x9817"
-noback correct "\x9888" "\x9838"
-noback correct "\x9889" "\x9821"
-noback correct "\x988A" "\x9830"
-noback correct "\x988C" "\x981C"
-noback correct "\x988D" "\x7A4E"
-noback correct "\x988F" "\x9826"
-noback correct "\x9890" "\x9824"
-noback correct "\x9891" "\x983B"
-noback correct "\x9893" "\x9839"
-noback correct "\x9894" "\x9837"
-noback correct "\x9896" "\x7A4E"
-noback correct "\x9897" "\x9846"
-noback correct "\x9898" "\x984C"
-noback correct "\x989A" "\x984E"
-noback correct "\x989B" "\x9853"
-noback correct "\x989C" "\x984F"
-noback correct "\x989D" "\x984D"
-noback correct "\x989E" "\x9873"
-noback correct "\x989F" "\x9862"
-noback correct "\x98A0" "\x985B"
-noback correct "\x98A1" "\x9859"
-noback correct "\x98A2" "\x9865"
-noback correct "\x98A4" "\x986B"
-noback correct "\x98A6" "\x9870"
-noback correct "\x98A7" "\x9874"
-noback correct "\x98CE" "\x98A8"
-noback correct "\x98D1" "\x98AE"
-noback correct "\x98D2" "\x98AF"
-noback correct "\x98D3" "\x98B6"
-noback correct "\x98D5" "\x98BC"
-noback correct "\x98D8" "\x98C4"
-noback correct "\x98D9" "\x98C6"
-noback correct "\x98DE" "\x98DB"
-noback correct "\x98E0" "\x98DF"
-noback correct "\x9963" "\x98DF"
-noback correct "\x9967" "\x9933"
-noback correct "\x9968" "\x98E9"
-noback correct "\x9969" "\x993C"
-noback correct "\x996A" "\x98EA"
-noback correct "\x996B" "\x98EB"
-noback correct "\x996C" "\x98ED"
-noback correct "\x996D" "\x98EF"
-noback correct "\x996E" "\x98F2"
-noback correct "\x996F" "\x991E"
-noback correct "\x9970" "\x98FE"
-noback correct "\x9971" "\x98FD"
-noback correct "\x9972" "\x98FC"
-noback correct "\x9974" "\x98F4"
-noback correct "\x9975" "\x990C"
-noback correct "\x9976" "\x9952"
-noback correct "\x9977" "\x9909"
-noback correct "\x997A" "\x9903"
-noback correct "\x997C" "\x9905"
-noback correct "\x997D" "\x9911"
-noback correct "\x997F" "\x9913"
-noback correct "\x9980" "\x9918"
-noback correct "\x9981" "\x9912"
-noback correct "\x9984" "\x991B"
-noback correct "\x9985" "\x9921"
-noback correct "\x9986" "\x9928"
-noback correct "\x9988" "\x994B"
-noback correct "\x998A" "\x993F"
-noback correct "\x998B" "\x995E"
-noback correct "\x998D" "\x9943"
-noback correct "\x998F" "\x993E"
-noback correct "\x9990" "\x9948"
-noback correct "\x9991" "\x9949"
-noback correct "\x9992" "\x9945"
-noback correct "\x9994" "\x994C"
-noback correct "\x99C4" "\x99B1"
-noback correct "\x99C6" "\x9A45"
-noback correct "\x99C8" "\x9A45"
-noback correct "\x99E1" "\x7F75"
-noback correct "\x9A6C" "\x99AC"
-noback correct "\x9A6D" "\x99AD"
-noback correct "\x9A6E" "\x99B1"
-noback correct "\x9A6F" "\x99B4"
-noback correct "\x9A70" "\x99B3"
-noback correct "\x9A71" "\x9A45"
-noback correct "\x9A73" "\x99C1"
-noback correct "\x9A74" "\x9A62"
-noback correct "\x9A75" "\x99D4"
-noback correct "\x9A76" "\x99DB"
-noback correct "\x9A77" "\x99DF"
-noback correct "\x9A78" "\x99D9"
-noback correct "\x9A79" "\x99D2"
-noback correct "\x9A7A" "\x9A36"
-noback correct "\x9A7B" "\x99D0"
-noback correct "\x9A7C" "\x99DD"
-noback correct "\x9A7D" "\x99D1"
-noback correct "\x9A7E" "\x99D5"
-noback correct "\x9A7F" "\x9A5B"
-noback correct "\x9A80" "\x99D8"
-noback correct "\x9A81" "\x9A4D"
-noback correct "\x9A82" "\x7F75"
-noback correct "\x9A84" "\x9A55"
-noback correct "\x9A85" "\x9A4A"
-noback correct "\x9A86" "\x99F1"
-noback correct "\x9A87" "\x99ED"
-noback correct "\x9A88" "\x99E2"
-noback correct "\x9A8A" "\x9A6A"
-noback correct "\x9A8B" "\x9A01"
-noback correct "\x9A8C" "\x9A57"
-noback correct "\x9A8F" "\x99FF"
-noback correct "\x9A90" "\x9A0F"
-noback correct "\x9A91" "\x9A0E"
-noback correct "\x9A92" "\x9A0D"
-noback correct "\x9A93" "\x9A05"
-noback correct "\x9A96" "\x9A42"
-noback correct "\x9A97" "\x9A19"
-noback correct "\x9A98" "\x9A2D"
-noback correct "\x9A9A" "\x9A37"
-noback correct "\x9A9B" "\x9A16"
-noback correct "\x9A9C" "\x9A41"
-noback correct "\x9A9D" "\x9A2E"
-noback correct "\x9A9E" "\x9A2B"
-noback correct "\x9A9F" "\x9A38"
-noback correct "\x9AA0" "\x9A43"
-noback correct "\x9AA1" "\x9A3E"
-noback correct "\x9AA2" "\x9A44"
-noback correct "\x9AA3" "\x9A4F"
-noback correct "\x9AA4" "\x9A5F"
-noback correct "\x9AA5" "\x9A65"
-noback correct "\x9AA7" "\x9A64"
-noback correct "\x9AC5" "\x9ACF"
-noback correct "\x9ACB" "\x9AD6"
-noback correct "\x9AEA" "\x9AEE"
-noback correct "\x9C7C" "\x9B5A"
-noback correct "\x9C7F" "\x9B77"
-noback correct "\x9C81" "\x9B6F"
-noback correct "\x9C82" "\x9B74"
-noback correct "\x9C88" "\x9C78"
-noback correct "\x9C8B" "\x9B92"
-noback correct "\x9C8D" "\x9B91"
-noback correct "\x9C8E" "\x9C5F"
-noback correct "\x9C90" "\x9B90"
-noback correct "\x9C91" "\x9BAD"
-noback correct "\x9C92" "\x9B9A"
-noback correct "\x9C94" "\x9BAA"
-noback correct "\x9C95" "\x9B9E"
-noback correct "\x9C9A" "\x9C6D"
-noback correct "\x9C9B" "\x9BAB"
-noback correct "\x9C9C" "\x9BAE"
-noback correct "\x9C9E" "\x9BD7"
-noback correct "\x9C9F" "\x9C58"
-noback correct "\x9CA0" "\x9BC1"
-noback correct "\x9CA1" "\x9C7A"
-noback correct "\x9CA2" "\x9C31"
-noback correct "\x9CA3" "\x9C39"
-noback correct "\x9CA4" "\x9BC9"
-noback correct "\x9CA5" "\x9C23"
-noback correct "\x9CA6" "\x9C37"
-noback correct "\x9CA8" "\x9BCA"
-noback correct "\x9CA9" "\x9BC7"
-noback correct "\x9CAB" "\x9BFD"
-noback correct "\x9CAD" "\x9BD6"
-noback correct "\x9CAE" "\x9BEA"
-noback correct "\x9CB0" "\x9BEB"
-noback correct "\x9CB1" "\x9BE1"
-noback correct "\x9CB2" "\x9BE4"
-noback correct "\x9CB3" "\x9BE7"
-noback correct "\x9CB5" "\x9BE2"
-noback correct "\x9CB6" "\x9BF0"
-noback correct "\x9CB7" "\x9BDB"
-noback correct "\x9CB8" "\x9BE8"
-noback correct "\x9CBB" "\x9BD4"
-noback correct "\x9CBD" "\x9C08"
-noback correct "\x9CC3" "\x9C13"
-noback correct "\x9CC4" "\x9C77"
-noback correct "\x9CC5" "\x9C0D"
-noback correct "\x9CC6" "\x9C12"
-noback correct "\x9CC7" "\x9C09"
-noback correct "\x9CCC" "\x9C32"
-noback correct "\x9CCD" "\x9C2D"
-noback correct "\x9CCE" "\x9C28"
-noback correct "\x9CCF" "\x9C25"
-noback correct "\x9CD0" "\x9C29"
-noback correct "\x9CD3" "\x9C33"
-noback correct "\x9CD4" "\x9C3E"
-noback correct "\x9CD5" "\x9C48"
-noback correct "\x9CD7" "\x9C3B"
-noback correct "\x9CDC" "\x9C56"
-noback correct "\x9CDD" "\x9C54"
-noback correct "\x9CDE" "\x9C57"
-noback correct "\x9CDF" "\x9C52"
-noback correct "\x9CE2" "\x9C67"
-noback correct "\x9D35" "\x689F"
-noback correct "\x9E1F" "\x9CE5"
-noback correct "\x9E20" "\x9CE9"
-noback correct "\x9E21" "\x96DE"
-noback correct "\x9E22" "\x9CF6"
-noback correct "\x9E23" "\x9CF4"
-noback correct "\x9E25" "\x9DD7"
-noback correct "\x9E26" "\x9D09"
-noback correct "\x9E28" "\x9D07"
-noback correct "\x9E29" "\x9D06"
-noback correct "\x9E2A" "\x9D23"
-noback correct "\x9E2C" "\x9E15"
-noback correct "\x9E2F" "\x9D26"
-noback correct "\x9E31" "\x9D1F"
-noback correct "\x9E32" "\x9D1D"
-noback correct "\x9E33" "\x9D1B"
-noback correct "\x9E35" "\x9D15"
-noback correct "\x9E36" "\x9DE5"
-noback correct "\x9E3D" "\x9D3F"
-noback correct "\x9E3F" "\x9D3B"
-noback correct "\x9E43" "\x9D51"
-noback correct "\x9E44" "\x9D60"
-noback correct "\x9E45" "\x9D5D"
-noback correct "\x9E4A" "\x9D72"
-noback correct "\x9E4F" "\x9D6C"
-noback correct "\x9E58" "\x9DBB"
-noback correct "\x9E64" "\x9DB4"
-noback correct "\x9E66" "\x9E1A"
-noback correct "\x9E6C" "\x9DF8"
-noback correct "\x9E6D" "\x9DFA"
-noback correct "\x9E70" "\x9DF9"
-noback correct "\x9E7E" "\x9E7A"
-noback correct "\x9E9E" "\x7350"
-noback correct "\x9EA6" "\x9EA5"
-noback correct "\x9EB8" "\x9EA9"
-noback correct "\x9EBD" "\x9EBC"
-noback correct "\x9EC4" "\x9EC3"
-noback correct "\x9ED2" "\x9ED1"
-noback correct "\x9EFE" "\x9EFD"
-noback correct "\x9F50" "\x9F4A"
-noback correct "\x9F51" "\x9F4F"
-noback correct "\x9F69" "\x54AC"
-noback correct "\x9F7F" "\x9F52"
-noback correct "\x9F80" "\x9F54"
-noback correct "\x9F83" "\x9F5F"
-noback correct "\x9F84" "\x9F61"
-noback correct "\x9F85" "\x9F59"
-noback correct "\x9F86" "\x9F60"
-noback correct "\x9F87" "\x9F5C"
-noback correct "\x9F88" "\x9F66"
-noback correct "\x9F89" "\x9F6C"
-noback correct "\x9F8A" "\x9F6A"
-noback correct "\x9F8B" "\x9F72"
-noback correct "\x9F8C" "\x9F77"
-noback correct "\x9F99" "\x9F8D"
-noback correct "\x9F9A" "\x9F94"
-noback correct "\x9F9B" "\x9F95"
-noback correct "\x9F9F" "\x9F9C"
-noback correct "\xFA0C" "\x5140"
-noback correct "\xFA0D" "\x55C0"
-noback correct "\xFA1C" "\x9756"
-
-# \x6578\x6578\x4F86\x76F8\x8A2A 24-25-5-24-25-5-14-2456-2-15-46-3-12345-1346-4
-noback context ["\x6578"]"\x6578\x4F86\x76F8\x8A2A" @24-25-5
-noback context _1"\x6578"["\x6578"]"\x4F86\x76F8\x8A2A" @24-25-5
-
-# \x65E5\x77E5\x5176\x6240\x4EA1 1245-156-5-1-156-3-245-16-2-15-25-4-34-2
-noback context _4"\x65E5\x77E5\x5176\x6240"["\x4EA1"] @34-2
-
-# \x677E\x67CF\x4E0D\x751F\x57E4 15-12346-3-135-126-2-135-34-5-24-1356-3-135-16-5
-noback context _4"\x677E\x67CF\x4E0D\x751F"["\x57E4"] @135-16-5
-
-# \x7AAE\x5247\x68C4\x800C\x5111 245-235-2-125-2346-2-245-16-5-156-2-1236-2
-noback context _4"\x7AAE\x5247\x68C4\x800C"["\x5111"] @1236-2
-
-# \x86FE\x5B50\x6642\x8853\x4E4B 16-4-125-156-4-24-156-2-24-34-5-1-156-3
-noback context ["\x86FE"]"\x5B50\x6642\x8853\x4E4B" @16-4
-noback context _1"\x86FE"["\x5B50"]"\x6642\x8853\x4E4B" @125-156-4
-
-# \x884C\x884C\x91CD\x884C\x884C 15-13456-2-15-13456-2-12-12346-2-15-13456-2-15-13456-2
-noback context ["\x884C"]"\x884C\x91CD\x884C\x884C" @15-13456-2
-noback context _1"\x884C"["\x884C"]"\x91CD\x884C\x884C" @15-13456-2
-noback context _2"\x884C\x884C"["\x91CD"]"\x884C\x884C" @12-12346-2
-noback context _3"\x884C\x884C\x91CD"["\x884C"]"\x884C" @15-13456-2
-noback context _4"\x884C\x884C\x91CD\x884C"["\x884C"] @15-13456-2
-
-# \x8A07\x78D5\x8005\x4E4B\x75D1 1235-12346-3-123-2346-3-1-2346-4-1-156-3-24-156-4
-noback context _4"\x8A07\x78D5\x8005\x4E4B"["\x75D1"] @24-156-4
-
-# \x96EA\x6C59\x7389\x95DC\x6CE5 15-236-4-34-5-1256-5-13-12456-3-1345-16-2
-noback context _1"\x96EA"["\x6C59"]"\x7389\x95DC\x6CE5" @34-5
-noback context _4"\x96EA\x6C59\x7389\x95DC"["\x6CE5"] @1345-16-2
-
-# \x9865\x655E\x800C\x5BE1\x4EC7 1235-146-5-12-1346-4-156-2-13-35-4-245-234-2
-noback context _4"\x9865\x655E\x800C\x5BE1"["\x4EC7"] @245-234-2
-
-# \x4E00\x7BAD\x4E0A\x579B 16-3-13-2345-5-24-1346-5-145-25-4
-noback context _3"\x4E00\x7BAD\x4E0A"["\x579B"] @145-25-4
-
-# \x4E0A\x5410\x4E0B\x7009 24-1346-5-124-34-5-15-23456-5-15-346-5
-noback context ["\x4E0A"]"\x5410\x4E0B\x7009" @24-1346-5
-noback context _1"\x4E0A"["\x5410"]"\x4E0B\x7009" @124-34-5
-
-# \x4E0D\x5206\x4E3B\x5F9E 135-34-5-12345-136-3-1-34-4-125-12346-5
-noback context ["\x4E0D"]"\x5206\x4E3B\x5F9E" @135-34-5
-noback context _3"\x4E0D\x5206\x4E3B"["\x5F9E"] @125-12346-5
-
-# \x4E0D\x5207\x5BE6\x969B 135-34-5-245-346-5-24-156-2-13-16-5
-noback context ["\x4E0D"]"\x5207\x5BE6\x969B" @135-34-5
-noback context _1"\x4E0D"["\x5207"]"\x5BE6\x969B" @245-346-5
-
-# \x4E0D\x5B78\x4EA1\x8853 135-34-5-15-236-2-34-2-24-34-5
-noback context ["\x4E0D"]"\x5B78\x4EA1\x8853" @135-34-5
-noback context _2"\x4E0D\x5B78"["\x4EA1"]"\x8853" @34-2
-
-# \x4E0D\x898B\x7D93\x50B3 135-34-5-13-2345-5-13-13456-3-1-12456-5
-noback context ["\x4E0D"]"\x898B\x7D93\x50B3" @135-34-5
-noback context _3"\x4E0D\x898B\x7D93"["\x50B3"] @1-12456-5
-
-# \x4E58\x9593\x6295\x9699 12-1356-2-13-2345-5-124-12356-2-15-16-5
-noback context ["\x4E58"]"\x9593\x6295\x9699" @12-1356-2
-noback context _1"\x4E58"["\x9593"]"\x6295\x9699" @13-2345-5
-
-# \x4EB9\x4EB9\x4E0D\x5377 1246-4-1246-4-135-34-5-13-45-5
-noback context ["\x4EB9"]"\x4EB9\x4E0D\x5377" @1246-4
-noback context _3"\x4EB9\x4EB9\x4E0D"["\x5377"] @13-45-5
-
-# \x4EC7\x5076\x76F8\x5F9E 245-234-2-12356-4-15-46-3-245-12346-2
-noback context ["\x4EC7"]"\x5076\x76F8\x5F9E" @245-234-2
-noback context _3"\x4EC7\x5076\x76F8"["\x5F9E"] @245-12346-2
-
-# \x5176\x5ED1\x81F3\x77E3 245-16-2-245-1456-2-1-156-5-16-4
-noback context _1"\x5176"["\x5ED1"]"\x81F3\x77E3" @245-1456-2
-
-# \x51A0\x84CB\x76F8\x5C6C 13-12456-3-13-2456-5-15-46-3-1-34-4
-noback context ["\x51A0"]"\x84CB\x76F8\x5C6C" @13-12456-3
-noback context _3"\x51A0\x84CB\x76F8"["\x5C6C"] @1-34-4
-
-# \x529F\x58AE\x5782\x6210 13-12346-3-1235-1246-3-12-1246-2-12-1356-2
-noback context _1"\x529F"["\x58AE"]"\x5782\x6210" @1235-1246-3
-
-# \x52D2\x91CC\x52D2\x5F97 14-356-3-14-16-1-14-356-3-145-2346-2
-noback context ["\x52D2"]"\x91CC\x52D2\x5F97" @14-356-3
-noback context _1"\x52D2"["\x91CC"]"\x52D2\x5F97" @14-16-1
-noback context _2"\x52D2\x91CC"["\x52D2"]"\x5F97" @14-356-3
-noback context _3"\x52D2\x91CC\x52D2"["\x5F97"] @145-2346-2
-
-# \x534A\x9593\x4E0D\x754C 135-1236-5-13-2345-5-135-34-5-13-346-5
-noback context _1"\x534A"["\x9593"]"\x4E0D\x754C" @13-2345-5
-
-# \x5408\x4F5C\x7121\x9593 1235-2346-2-125-25-5-34-2-13-2345-5
-noback context _3"\x5408\x4F5C\x7121"["\x9593"] @13-2345-5
-
-# \x5446\x5446\x6399\x6399 145-2456-3-145-2456-3-1-1356-3-1-1356-3
-noback context _2"\x5446\x5446"["\x6399"]"\x6399" @1-1356-3
-noback context _3"\x5446\x5446\x6399"["\x6399"] @1-1356-3
-
-# \x5487\x5487\x525D\x525D 135-16-5-135-16-5-135-126-3-135-126-3
-noback context ["\x5487"]"\x5487\x525D\x525D" @135-16-5
-noback context _1"\x5487"["\x5487"]"\x525D\x525D" @135-16-5
-
-# \x54AC\x54AC\x597D\x97F3 13-246-3-13-246-3-1235-146-4-1456-3
-noback context ["\x54AC"]"\x54AC\x597D\x97F3" @13-246-3
-noback context _1"\x54AC"["\x54AC"]"\x597D\x97F3" @13-246-3
-
-# \x5531\x548C\x6709\x61C9 12-1346-5-1235-2346-5-234-4-13456-5
-noback context _1"\x5531"["\x548C"]"\x6709\x61C9" @1235-2346-5
-noback context _3"\x5531\x548C\x6709"["\x61C9"] @13456-5
-
-# \x5584\x8CC8\x800C\x6CBD 24-1236-5-13-23456-5-156-2-13-34-3
-noback context _1"\x5584"["\x8CC8"]"\x800C\x6CBD" @13-23456-5
-
-# \x5601\x5601\x55B3\x55B3 245-16-3-245-16-3-12-345-3-12-345-3
-noback context ["\x5601"]"\x5601\x55B3\x55B3" @245-16-3
-noback context _2"\x5601\x5601"["\x55B3"]"\x55B3" @12-345-3
-noback context _3"\x5601\x5601\x55B3"["\x55B3"] @12-345-3
-
-# \x5614\x5614\x555E\x555E 12356-3-12356-3-23456-3-23456-3
-noback context ["\x5614"]"\x5614\x555E\x555E" @12356-3
-noback context _1"\x5614"["\x5614"]"\x555E\x555E" @12356-3
-noback context _2"\x5614\x5614"["\x555E"]"\x555E" @23456-3
-noback context _3"\x5614\x5614\x555E"["\x555E"] @23456-3
-
-# \x5630\x5630\x55B3\x55B3 13-16-3-13-16-3-12-345-3-12-345-3
-noback context _2"\x5630\x5630"["\x55B3"]"\x55B3" @12-345-3
-noback context _3"\x5630\x5630\x55B3"["\x55B3"] @12-345-3
-
-# \x563B\x563B\x55C4\x55C4 15-16-3-15-16-3-24-345-5-24-345-5
-noback context _2"\x563B\x563B"["\x55C4"]"\x55C4" @24-345-5
-noback context _3"\x563B\x563B\x55C4"["\x55C4"] @24-345-5
-
-# \x56DE\x9762\x6C59\x884C 1235-1246-2-134-2345-5-1256-3-15-13456-2
-noback context _2"\x56DE\x9762"["\x6C59"]"\x884C" @1256-3
-noback context _3"\x56DE\x9762\x6C59"["\x884C"] @15-13456-2
-
-# \x57E4\x6C59\x50AD\x4FD7 135-356-3-34-3-235-3-15-34-2
-noback context ["\x57E4"]"\x6C59\x50AD\x4FD7" @135-356-3
-
-# \x57F7\x6211\x4EC7\x4EC7 1-156-2-25-4-245-234-2-245-234-2
-noback context _2"\x57F7\x6211"["\x4EC7"]"\x4EC7" @245-234-2
-noback context _3"\x57F7\x6211\x4EC7"["\x4EC7"] @245-234-2
-
-# \x5802\x9593\x8655\x71D5 124-1346-2-13-2345-3-12-34-4-2345-5
-noback context _2"\x5802\x9593"["\x8655"]"\x71D5" @12-34-4
-noback context _3"\x5802\x9593\x8655"["\x71D5"] @2345-5
-
-# \x5806\x5C71\x585E\x6D77 145-1246-3-24-1236-3-15-2456-3-1235-2456-4
-noback context _2"\x5806\x5C71"["\x585E"]"\x6D77" @15-2456-3
-
-# \x586B\x8857\x585E\x5DF7 124-2345-2-13-346-3-15-2456-3-15-46-5
-noback context _2"\x586B\x8857"["\x585E"]"\x5DF7" @15-2456-3
-
-# \x58CE\x7BEA\x76F8\x548C 15-256-3-12-156-2-15-46-3-1235-2346-5
-noback context _3"\x58CE\x7BEA\x76F8"["\x548C"] @1235-2346-5
-
-# \x58FA\x6F3F\x585E\x9053 1235-34-2-13-46-3-15-2456-3-145-146-5
-noback context _2"\x58FA\x6F3F"["\x585E"]"\x9053" @15-2456-3
-
-# \x5916\x5408\x88E1\x61C9 2356-5-1235-2346-2-14-16-4-13456-5
-noback context _3"\x5916\x5408\x88E1"["\x61C9"] @13456-5
-
-# \x592E\x592E\x6227\x6227 46-3-46-3-245-46-3-245-46-3
-noback context _2"\x592E\x592E"["\x6227"]"\x6227" @245-46-3
-noback context _3"\x592E\x592E\x6227"["\x6227"] @245-46-3
-
-# \x5967\x6797\x5339\x514B 146-5-14-1456-2-1234-16-3-123-2346-5
-noback context _2"\x5967\x6797"["\x5339"]"\x514B" @1234-16-3
-
-# \x596E\x8882\x6518\x895F 12345-136-5-134-356-5-1245-1346-2-13-1456-3
-noback context _2"\x596E\x8882"["\x6518"]"\x895F" @1245-1346-2
-
-# \x597D\x9038\x60E1\x52DE 1235-146-5-16-5-34-5-14-146-2
-noback context ["\x597D"]"\x9038\x60E1\x52DE" @1235-146-5
-noback context _2"\x597D\x9038"["\x60E1"]"\x52DE" @34-5
-noback context _3"\x597D\x9038\x60E1"["\x52DE"] @14-146-2
-
-# \x5B89\x6B65\x7576\x8ECA 1236-3-135-34-5-145-1346-3-13-1256-3
-noback context _3"\x5B89\x6B65\x7576"["\x8ECA"] @13-1256-3
-
-# \x5B8F\x90FD\x62C9\x65AF 1235-12346-2-145-34-3-14-345-3-15-156-3
-noback context _1"\x5B8F"["\x90FD"]"\x62C9\x65AF" @145-34-3
-
-# \x5C6C\x6BDB\x96E2\x88E1 1-34-4-134-146-2-14-16-2-14-16-4
-noback context ["\x5C6C"]"\x6BDB\x96E2\x88E1" @1-34-4
-
-# \x5C6C\x8FAD\x6BD4\x4E8B 1-34-4-245-156-2-135-16-4-24-156-5
-noback context ["\x5C6C"]"\x8FAD\x6BD4\x4E8B" @1-34-4
-
-# \x5C6F\x8857\x585E\x5DF7 124-123456-2-13-346-3-15-2456-3-15-46-5
-noback context ["\x5C6F"]"\x8857\x585E\x5DF7" @124-123456-2
-noback context _2"\x5C6F\x8857"["\x585E"]"\x5DF7" @15-2456-3
-
-# \x5C6F\x8E76\x5426\x585E 1-123456-3-13-236-2-1234-16-4-15-2346-5
-noback context ["\x5C6F"]"\x8E76\x5426\x585E" @1-123456-3
-noback context _2"\x5C6F\x8E76"["\x5426"]"\x585E" @1234-16-4
-noback context _3"\x5C6F\x8E76\x5426"["\x585E"] @15-2346-5
-
-# \x5CA1\x9023\x5DBA\x5C6C 13-1346-3-14-2345-2-14-13456-4-1-34-4
-noback context _3"\x5CA1\x9023\x5DBA"["\x5C6C"] @1-34-4
-
-# \x5E73\x4E0A\x53BB\x5165 1234-13456-2-24-1346-4-245-1256-5-1245-34-5
-noback context _1"\x5E73"["\x4E0A"]"\x53BB\x5165" @24-1346-4
-
-# \x5ED1\x8EAB\x5F9E\x4E8B 245-1456-2-24-136-3-245-12346-2-24-156-5
-noback context ["\x5ED1"]"\x8EAB\x5F9E\x4E8B" @245-1456-2
-
-# \x5F0B\x4E0D\x5C04\x5BBF 16-5-135-34-5-24-156-2-15-34-5
-noback context _2"\x5F0B\x4E0D"["\x5C04"]"\x5BBF" @24-156-2
-noback context _3"\x5F0B\x4E0D\x5C04"["\x5BBF"] @15-34-5
-
-# \x5F97\x5FC3\x61C9\x624B 145-2346-2-15-1456-3-13456-5-24-12356-4
-noback context ["\x5F97"]"\x5FC3\x61C9\x624B" @145-2346-2
-noback context _2"\x5F97\x5FC3"["\x61C9"]"\x624B" @13456-5
-
-# \x5F9E\x5BB9\x5C31\x7FA9 245-12346-3-1245-12346-2-13-234-5-16-5
-noback context ["\x5F9E"]"\x5BB9\x5C31\x7FA9" @245-12346-3
-
-# \x5F9E\x5F9E\x5BB9\x5BB9 245-12346-3-245-12346-3-1245-12346-2-1245-12346-2
-noback context ["\x5F9E"]"\x5F9E\x5BB9\x5BB9" @245-12346-3
-noback context _1"\x5F9E"["\x5F9E"]"\x5BB9\x5BB9" @245-12346-3
-
-# \x5FC3\x611B\x7DBF\x3CF7 15-1456-3-2456-5-134-2345-2-134-1456-4
-noback context _3"\x5FC3\x611B\x7DBF"["\x3CF7"] @134-1456-4
-
-# \x5FC3\x624B\x76F8\x61C9 15-1456-3-24-12356-4-15-46-3-13456-5
-noback context _2"\x5FC3\x624B"["\x76F8"]"\x61C9" @15-46-3
-noback context _3"\x5FC3\x624B\x76F8"["\x61C9"] @13456-5
-
-# \x6094\x4E4B\x4EA1\x53CA 1235-1246-4-1-156-3-34-2-13-16-2
-noback context _2"\x6094\x4E4B"["\x4EA1"]"\x53CA" @34-2
-
-# \x60B6\x60B6\x6E34\x6E34 134-136-5-134-136-5-1235-2346-2-1235-2346-2
-noback context ["\x60B6"]"\x60B6\x6E34\x6E34" @134-136-5
-noback context _1"\x60B6"["\x60B6"]"\x6E34\x6E34" @134-136-5
-noback context _2"\x60B6\x60B6"["\x6E34"]"\x6E34" @1235-2346-2
-noback context _3"\x60B6\x60B6\x6E34"["\x6E34"] @1235-2346-2
-
-# \x6210\x5B63\x4E4B\x7E47 12-1356-2-13-16-5-1-156-3-1-12356-5
-noback context _3"\x6210\x5B63\x4E4B"["\x7E47"] @1-12356-5
-
-# \x6273\x85E4\x9644\x845B 1234-1236-3-124-1356-2-12345-34-5-13-2346-2
-noback context ["\x6273"]"\x85E4\x9644\x845B" @1234-1236-3
-noback context _3"\x6273\x85E4\x9644"["\x845B"] @13-2346-2
-
-# \x62FD\x5DF7\x651E\x8857 1-2356-5-15-46-5-14-25-2-13-346-3
-noback context _2"\x62FD\x5DF7"["\x651E"]"\x8857" @14-25-2
-
-# \x6328\x5C71\x585E\x6D77 2456-3-24-1236-3-15-2456-3-1235-2456-4
-noback context _2"\x6328\x5C71"["\x585E"]"\x6D77" @15-2456-3
-
-# \x6396\x6396\x84CB\x84CB 346-3-346-3-13-2456-5-13-2456-5
-noback context ["\x6396"]"\x6396\x84CB\x84CB" @346-3
-noback context _1"\x6396"["\x6396"]"\x84CB\x84CB" @346-3
-
-# \x6469\x9802\x653E\x8E35 134-126-2-145-13456-4-12345-1346-4-1-12346-4
-noback context _2"\x6469\x9802"["\x653E"]"\x8E35" @12345-1346-4
-
-# \x64AD\x7CE0\x772F\x76EE 135-126-5-123-1346-3-134-16-4-134-34-5
-noback context ["\x64AD"]"\x7CE0\x772F\x76EE" @135-126-5
-noback context _2"\x64AD\x7CE0"["\x772F"]"\x76EE" @134-16-4
-
-# \x64D4\x96EA\x585E\x4E95 145-1236-3-15-236-4-15-2456-3-13-13456-4
-noback context ["\x64D4"]"\x96EA\x585E\x4E95" @145-1236-3
-noback context _2"\x64D4\x96EA"["\x585E"]"\x4E95" @15-2456-3
-
-# \x6518\x4EBA\x4E4B\x7F8E 1245-1346-2-1245-136-2-1-156-3-134-356-4
-noback context ["\x6518"]"\x4EBA\x4E4B\x7F8E" @1245-1346-2
-
-# \x6545\x6280\x91CD\x65BD 13-34-5-13-16-5-12-12346-2-24-156-3
-noback context _2"\x6545\x6280"["\x91CD"]"\x65BD" @12-12346-2
-
-# \x6563\x9A0E\x5E38\x4F8D 15-1236-4-13-16-5-12-1346-2-24-156-5
-noback context ["\x6563"]"\x9A0E\x5E38\x4F8D" @15-1236-4
-noback context _1"\x6563"["\x9A0E"]"\x5E38\x4F8D" @13-16-5
-
-# \x6574\x8EAC\x7387\x7269 1-1356-4-13-12346-3-24-2356-5-34-5
-noback context _2"\x6574\x8EAC"["\x7387"]"\x7269" @24-2356-5
-
-# \x6578\x6578\x72AF\x66B4 24-25-5-24-25-5-12345-1236-5-135-146-5
-noback context ["\x6578"]"\x6578\x72AF\x66B4" @24-25-5
-noback context _1"\x6578"["\x6578"]"\x72AF\x66B4" @24-25-5
-noback context _3"\x6578\x6578\x72AF"["\x66B4"] @135-146-5
-
-# \x65B2\x76EE\x5FC5\x837C 1-25-2-134-34-5-135-16-5-24-34-3
-noback context _3"\x65B2\x76EE\x5FC5"["\x837C"] @24-34-3
-
-# \x65B7\x57A3\x4F4E\x579B 145-12456-5-45-2-145-16-3-145-25-4
-noback context _3"\x65B7\x57A3\x4F4E"["\x579B"] @145-25-4
-
-# \x65E5\x98F2\x4EA1\x4F55 1245-156-5-1456-4-34-2-1235-2346-2
-noback context _2"\x65E5\x98F2"["\x4EA1"]"\x4F55" @34-2
-
-# \x660E\x7A97\x6DE8\x51E0 134-13456-2-12-456-3-13-13456-5-13-16-3
-noback context _3"\x660E\x7A97\x6DE8"["\x51E0"] @13-16-3
-
-# \x6625\x83EF\x79CB\x5BE6 12-123456-3-1235-35-3-245-234-3-24-156-2
-noback context _1"\x6625"["\x83EF"]"\x79CB\x5BE6" @1235-35-3
-
-# \x6666\x76F2\x5426\x585E 1235-1246-5-134-1346-2-1234-16-4-15-2346-5
-noback context _2"\x6666\x76F2"["\x5426"]"\x585E" @1234-16-4
-noback context _3"\x6666\x76F2\x5426"["\x585E"] @15-2346-5
-
-# \x66AE\x56DB\x671D\x4E09 134-34-5-15-156-5-1-146-3-15-1236-3
-noback context _2"\x66AE\x56DB"["\x671D"]"\x4E09" @1-146-3
-
-# \x66AE\x695A\x671D\x79E6 134-34-5-12-34-4-1-146-3-245-1456-2
-noback context _2"\x66AE\x695A"["\x671D"]"\x79E6" @1-146-3
-
-# \x66F2\x9AD8\x548C\x5BE1 245-1256-4-13-146-3-1235-2346-5-13-35-4
-noback context ["\x66F2"]"\x9AD8\x548C\x5BE1" @245-1256-4
-noback context _2"\x66F2\x9AD8"["\x548C"]"\x5BE1" @1235-2346-5
-
-# \x6709\x540D\x4EA1\x5BE6 234-4-134-13456-2-34-2-24-156-2
-noback context _2"\x6709\x540D"["\x4EA1"]"\x5BE6" @34-2
-
-# \x6709\x671D\x4E00\x65E5 234-4-1-146-3-16-3-1245-156-5
-noback context _1"\x6709"["\x671D"]"\x4E00\x65E5" @1-146-3
-
-# \x671D\x4E09\x66AE\x56DB 1-146-3-15-1236-3-134-34-5-15-156-5
-noback context ["\x671D"]"\x4E09\x66AE\x56DB" @1-146-3
-
-# \x671D\x4E5D\x665A\x4E94 1-146-3-13-234-4-12456-4-34-4
-noback context ["\x671D"]"\x4E5D\x665A\x4E94" @1-146-3
-
-# \x671D\x56DB\x66AE\x4E09 1-146-3-15-156-5-134-34-5-15-1236-3
-noback context ["\x671D"]"\x56DB\x66AE\x4E09" @1-146-3
-
-# \x671D\x79E6\x66AE\x695A 1-146-3-245-1456-2-134-34-5-12-34-4
-noback context ["\x671D"]"\x79E6\x66AE\x695A" @1-146-3
-
-# \x6756\x621F\x76F8\x6A66 1-1346-5-13-16-4-15-46-3-12-12346-3
-noback context _3"\x6756\x621F\x76F8"["\x6A66"] @12-12346-3
-
-# \x68C4\x8ECA\x4FDD\x5E25 245-16-5-13-1256-3-135-146-4-24-2356-5
-noback context _1"\x68C4"["\x8ECA"]"\x4FDD\x5E25" @13-1256-3
-
-# \x6B59\x6F06\x963F\x81A0 24-2346-5-245-16-3-2346-3-13-246-3
-noback context ["\x6B59"]"\x6F06\x963F\x81A0" @24-2346-5
-noback context _2"\x6B59\x6F06"["\x963F"]"\x81A0" @2346-3
-
-# \x6B63\x8EAB\x7387\x4E0B 1-1356-5-24-136-3-24-2356-5-15-23456-5
-noback context _2"\x6B63\x8EAB"["\x7387"]"\x4E0B" @24-2356-5
-
-# \x6B78\x5B54\x5B50\x8C5A 123-1246-5-123-12346-4-125-156-4-124-123456-2
-noback context ["\x6B78"]"\x5B54\x5B50\x8C5A" @123-1246-5
-noback context _2"\x6B78\x5B54"["\x5B50"]"\x8C5A" @125-156-4
-
-# \x6BB7\x6BB7\x5C6F\x5C6F 1456-3-1456-3-1-123456-3-1-123456-3
-noback context _2"\x6BB7\x6BB7"["\x5C6F"]"\x5C6F" @1-123456-3
-noback context _3"\x6BB7\x6BB7\x5C6F"["\x5C6F"] @1-123456-3
-
-# \x6C7A\x5E06\x6467\x6A66 13-236-2-12345-1236-2-245-1246-3-12-456-2
-noback context _3"\x6C7A\x5E06\x6467"["\x6A66"] @12-456-2
-
-# \x6CE5\x585E\x7AF9\x7BA1 1345-16-2-15-2456-3-1-34-2-13-12456-4
-noback context ["\x6CE5"]"\x585E\x7AF9\x7BA1" @1345-16-2
-noback context _1"\x6CE5"["\x585E"]"\x7AF9\x7BA1" @15-2456-3
-
-# \x6F2B\x5929\x585E\x5730 134-1236-5-124-2345-3-15-2456-3-145-16-5
-noback context _2"\x6F2B\x5929"["\x585E"]"\x5730" @15-2456-3
-
-# \x6F2B\x5C71\x585E\x91CE 134-1236-5-24-1236-3-15-2456-3-346-4
-noback context _2"\x6F2B\x5C71"["\x585E"]"\x91CE" @15-2456-3
-
-# \x707C\x707C\x5176\x83EF 1-25-2-1-25-2-245-16-2-1235-35-3
-noback context _3"\x707C\x707C\x5176"["\x83EF"] @1235-35-3
-
-# \x7121\x7684\x653E\x77E2 34-2-145-16-5-12345-1346-5-24-156-4
-noback context ["\x7121"]"\x7684\x653E\x77E2" @34-2
-noback context _1"\x7121"["\x7684"]"\x653E\x77E2" @145-16-5
-
-# \x71D5\x5E02\x9152\x4EBA 2345-3-24-156-5-13-234-4-1245-136-2
-noback context ["\x71D5"]"\x5E02\x9152\x4EBA" @2345-3
-
-# \x71D5\x662D\x7BC9\x81FA 2345-3-1-146-3-1-34-2-124-2456-2
-noback context ["\x71D5"]"\x662D\x7BC9\x81FA" @2345-3
-
-# \x71D5\x96C0\x8655\x5802 2345-5-245-236-5-12-34-4-124-1346-2
-noback context ["\x71D5"]"\x96C0\x8655\x5802" @2345-5
-noback context _2"\x71D5\x96C0"["\x8655"]"\x5802" @12-34-4
-
-# \x71D5\x96C0\x8655\x5C4B 2345-5-245-236-5-12-34-4-34-3
-noback context ["\x71D5"]"\x96C0\x8655\x5C4B" @2345-5
-noback context _2"\x71D5\x96C0"["\x8655"]"\x5C4B" @12-34-4
-
-# \x722D\x6B0A\x6518\x5229 1-1356-3-245-45-2-1245-1346-2-14-16-5
-noback context _2"\x722D\x6B0A"["\x6518"]"\x5229" @1245-1346-2
-
-# \x7269\x6211\x7121\x9593 34-5-25-4-34-2-13-2345-5
-noback context _3"\x7269\x6211\x7121"["\x9593"] @13-2345-5
-
-# \x72C0\x6709\x6B78\x8272 1-456-5-234-4-123-1246-5-15-2346-5
-noback context _2"\x72C0\x6709"["\x6B78"]"\x8272" @123-1246-5
-
-# \x7317\x4E8E\x755D\x4E18 16-4-1256-2-134-34-4-245-234-3
-noback context ["\x7317"]"\x4E8E\x755D\x4E18" @16-4
-
-# \x7387\x4EE5\x70BA\x5E38 24-2356-5-16-4-1246-2-12-1346-2
-noback context ["\x7387"]"\x4EE5\x70BA\x5E38" @24-2356-5
-
-# \x7387\x7531\x820A\x5247 24-2356-5-234-2-13-234-5-125-2346-2
-noback context ["\x7387"]"\x7531\x820A\x5247" @24-2356-5
-
-# \x7387\x7531\x820A\x7AE0 24-2356-5-234-2-13-234-5-1-1346-3
-noback context ["\x7387"]"\x7531\x820A\x7AE0" @24-2356-5
-
-# \x758F\x4E0D\x9593\x89AA 24-34-3-135-34-5-13-2345-5-245-1456-3
-noback context ["\x758F"]"\x4E0D\x9593\x89AA" @24-34-3
-noback context _2"\x758F\x4E0D"["\x9593"]"\x89AA" @13-2345-5
-noback context _3"\x758F\x4E0D\x9593"["\x89AA"] @245-1456-3
-
-# \x75D1\x4EE5\x9678\x96E2 24-156-4-16-4-14-34-5-14-16-2
-noback context ["\x75D1"]"\x4EE5\x9678\x96E2" @24-156-4
-
-# \x767C\x69C5\x5BEB\x978D 12345-345-3-13-2346-2-15-346-5-1236-3
-noback context _2"\x767C\x69C5"["\x5BEB"]"\x978D" @15-346-5
-
-# \x7684\x7684\x78BA\x78BA 145-16-2-145-16-2-245-236-5-245-236-5
-noback context ["\x7684"]"\x7684\x78BA\x78BA" @145-16-2
-noback context _1"\x7684"["\x7684"]"\x78BA\x78BA" @145-16-2
-
-# \x76EE\x403A\x800C\x7DE9 134-34-5-12-12356-3-156-2-1235-12456-4
-noback context _1"\x76EE"["\x403A"]"\x800C\x7DE9" @12-12356-3
-
-# \x773C\x7756\x7E2B\x88C2 2345-4-14-1356-2-12345-1356-5-14-346-5
-noback context _1"\x773C"["\x7756"]"\x7E2B\x88C2" @14-1356-2
-noback context _2"\x773C\x7756"["\x7E2B"]"\x88C2" @12345-1356-5
-
-# \x7A46\x5929\x5B50\x50B3 134-34-5-124-2345-3-125-156-4-1-12456-5
-noback context _2"\x7A46\x5929"["\x5B50"]"\x50B3" @125-156-4
-noback context _3"\x7A46\x5929\x5B50"["\x50B3"] @1-12456-5
-
-# \x7A97\x660E\x51E0\x6DE8 12-456-3-134-13456-2-13-16-3-13-13456-5
-noback context _2"\x7A97\x660E"["\x51E0"]"\x6DE8" @13-16-3
-
-# \x7D04\x5F9E\x6563\x6A6B 236-3-125-12346-3-15-1236-5-1235-1356-2
-noback context _1"\x7D04"["\x5F9E"]"\x6563\x6A6B" @125-12346-3
-noback context _3"\x7D04\x5F9E\x6563"["\x6A6B"] @1235-1356-2
-
-# \x7D93\x50B3\x91CB\x8A5E 13-13456-3-1-12456-5-24-156-5-245-156-2
-noback context _1"\x7D93"["\x50B3"]"\x91CB\x8A5E" @1-12456-5
-
-# \x8001\x8001\x5C11\x5C11 14-146-4-14-146-4-24-146-5-24-146-5
-noback context _2"\x8001\x8001"["\x5C11"]"\x5C11" @24-146-5
-noback context _3"\x8001\x8001\x5C11"["\x5C11"] @24-146-5
-
-# \x81A0\x6FDF\x9435\x8DEF 13-246-3-13-16-4-124-346-4-14-34-5
-noback context _1"\x81A0"["\x6FDF"]"\x9435\x8DEF" @13-16-4
-
-# \x81F4\x9060\x6050\x6CE5 1-156-5-45-4-123-12346-4-1345-16-5
-noback context _3"\x81F4\x9060\x6050"["\x6CE5"] @1345-16-5
-
-# \x83EF\x4EAD\x9DB4\x5533 1235-35-5-124-13456-2-1235-2346-5-14-16-5
-noback context ["\x83EF"]"\x4EAD\x9DB4\x5533" @1235-35-5
-
-# \x83EF\x5C01\x4E09\x795D 1235-35-5-12345-1356-3-15-1236-3-1-34-5
-noback context ["\x83EF"]"\x5C01\x4E09\x795D" @1235-35-5
-
-# \x83EF\x795D\x4E09\x591A 1235-35-5-1-34-5-15-1236-3-145-25-3
-noback context ["\x83EF"]"\x795D\x4E09\x591A" @1235-35-5
-
-# \x853D\x8070\x585E\x660E 135-16-5-245-12346-3-15-2456-3-134-13456-2
-noback context _2"\x853D\x8070"["\x585E"]"\x660E" @15-2456-3
-
-# \x8584\x6C59\x6211\x79C1 135-126-2-34-5-25-4-15-156-3
-noback context ["\x8584"]"\x6C59\x6211\x79C1" @135-126-2
-noback context _1"\x8584"["\x6C59"]"\x6211\x79C1" @34-5
-
-# \x862D\x623F\x6912\x95A4 14-1236-2-12345-1346-2-13-246-3-13-2346-2
-noback context _3"\x862D\x623F\x6912"["\x95A4"] @13-2346-2
-
-# \x8655\x8B8A\x4E0D\x9A5A 12-34-4-135-2345-5-135-34-5-13-13456-3
-noback context ["\x8655"]"\x8B8A\x4E0D\x9A5A" @12-34-4
-
-# \x884C\x884C\x5982\x4E5F 1235-1346-5-1235-1346-5-1245-34-2-346-4
-noback context ["\x884C"]"\x884C\x5982\x4E5F" @1235-1346-5
-noback context _1"\x884C"["\x884C"]"\x5982\x4E5F" @1235-1346-5
-
-# \x884C\x884C\x5FFD\x5FFD 15-13456-2-15-13456-2-1235-34-3-1235-34-3
-noback context ["\x884C"]"\x884C\x5FFD\x5FFD" @15-13456-2
-noback context _1"\x884C"["\x884C"]"\x5FFD\x5FFD" @15-13456-2
-
-# \x8852\x7389\x8CC8\x77F3 15-45-5-1256-5-13-34-4-24-156-2
-noback context _2"\x8852\x7389"["\x8CC8"]"\x77F3" @13-34-4
-
-# \x88DC\x57A3\x585E\x7A74 135-34-4-45-2-15-2456-3-15-236-5
-noback context _2"\x88DC\x57A3"["\x585E"]"\x7A74" @15-2456-3
-
-# \x88E1\x61C9\x5916\x5408 14-16-4-13456-5-2356-5-1235-2346-2
-noback context _1"\x88E1"["\x61C9"]"\x5916\x5408" @13456-5
-
-# \x89AA\x5BC6\x7121\x9593 245-1456-3-134-16-5-34-2-13-2345-5
-noback context ["\x89AA"]"\x5BC6\x7121\x9593" @245-1456-3
-noback context _3"\x89AA\x5BC6\x7121"["\x9593"] @13-2345-5
-
-# \x8A00\x6B78\x6B63\x50B3 2345-2-13-1246-3-1-1356-5-1-12456-5
-noback context _3"\x8A00\x6B78\x6B63"["\x50B3"] @1-12456-5
-
-# \x8AF8\x590F\x4E4B\x4EA1 1-34-3-15-23456-5-1-156-3-34-2
-noback context _3"\x8AF8\x590F\x4E4B"["\x4EA1"] @34-2
-
-# \x8B7D\x585E\x5929\x4E0B 1256-5-15-2346-5-124-2345-3-15-23456-5
-noback context _1"\x8B7D"["\x585E"]"\x5929\x4E0B" @15-2346-5
-
-# \x8C7A\x72FC\x585E\x8DEF 12-2456-2-14-1346-2-15-2456-3-14-34-5
-noback context _2"\x8C7A\x72FC"["\x585E"]"\x8DEF" @15-2456-3
-
-# \x8CA1\x8CA8\x7121\x8A3E 245-2456-2-1235-25-5-34-2-125-156-3
-noback context _3"\x8CA1\x8CA8\x7121"["\x8A3E"] @125-156-3
-
-# \x8CC8\x5112\x5546\x79C0 13-34-4-1245-34-2-24-1346-3-15-234-5
-noback context ["\x8CC8"]"\x5112\x5546\x79C0" @13-34-4
-
-# \x8D6D\x8863\x585E\x8DEF 1-2346-4-16-3-15-2456-3-14-34-5
-noback context _2"\x8D6D\x8863"["\x585E"]"\x8DEF" @15-2456-3
-
-# \x8F15\x88DD\x7C21\x5F9E 245-13456-3-1-456-3-13-2345-4-125-12346-5
-noback context _3"\x8F15\x88DD\x7C21"["\x5F9E"] @125-12346-5
-
-# \x8F15\x8ECA\x7C21\x5F9E 245-13456-3-13-1256-3-13-2345-4-125-12346-5
-noback context _1"\x8F15"["\x8ECA"]"\x7C21\x5F9E" @13-1256-3
-noback context _3"\x8F15\x8ECA\x7C21"["\x5F9E"] @125-12346-5
-
-# \x8F38\x5BEB\x6DDF\x6FC1 24-34-3-15-346-5-124-2345-4-1-25-2
-noback context _1"\x8F38"["\x5BEB"]"\x6DDF\x6FC1" @15-346-5
-
-# \x8F9F\x4EBA\x4E4B\x58EB 135-16-5-1245-136-2-1-156-3-24-156-5
-noback context ["\x8F9F"]"\x4EBA\x4E4B\x58EB" @135-16-5
-
-# \x9060\x4E0D\x9593\x89AA 45-4-135-34-5-13-2345-5-245-1456-3
-noback context _2"\x9060\x4E0D"["\x9593"]"\x89AA" @13-2345-5
-noback context _3"\x9060\x4E0D\x9593"["\x89AA"] @245-1456-3
-
-# \x90E2\x66F8\x71D5\x8AAA 13456-4-24-34-3-2345-3-24-25-3
-noback context _2"\x90E2\x66F8"["\x71D5"]"\x8AAA" @2345-3
-noback context _3"\x90E2\x66F8\x71D5"["\x8AAA"] @24-25-3
-
-# \x90FD\x4FDE\x5401\x5488 145-34-3-1256-2-15-1256-3-12345-34-2
-noback context ["\x90FD"]"\x4FDE\x5401\x5488" @145-34-3
-
-# \x90FD\x6307\x63EE\x4F7F 145-34-3-1-156-4-1235-1246-3-24-156-4
-noback context ["\x90FD"]"\x6307\x63EE\x4F7F" @145-34-3
-
-# \x90FD\x76E7\x5C0B\x6A66 145-34-3-14-34-2-15-256-2-12-456-2
-noback context ["\x90FD"]"\x76E7\x5C0B\x6A66" @145-34-3
-noback context _3"\x90FD\x76E7\x5C0B"["\x6A66"] @12-456-2
-
-# \x91CD\x4F5C\x99AE\x5A66 12-12346-2-125-25-5-12345-1356-2-12345-34-5
-noback context ["\x91CD"]"\x4F5C\x99AE\x5A66" @12-12346-2
-
-# \x91CD\x65BD\x6545\x6280 12-12346-2-24-156-3-13-34-5-13-16-5
-noback context ["\x91CD"]"\x65BD\x6545\x6280" @12-12346-2
-
-# \x9589\x660E\x585E\x8070 135-16-5-134-13456-2-15-2456-3-245-12346-3
-noback context _2"\x9589\x660E"["\x585E"]"\x8070" @15-2456-3
-
-# \x9589\x76EE\x585E\x807D 135-16-5-134-34-5-15-2456-3-124-13456-3
-noback context _2"\x9589\x76EE"["\x585E"]"\x807D" @15-2456-3
-noback context _3"\x9589\x76EE\x585E"["\x807D"] @124-13456-3
-
-# \x9589\x9580\x585E\x7AC7 135-16-5-134-136-2-15-2456-3-145-12356-5
-noback context _2"\x9589\x9580"["\x585E"]"\x7AC7" @15-2456-3
-
-# \x9593\x4E0D\x5BB9\x606F 13-2345-5-135-34-5-1245-12346-2-15-16-2
-noback context ["\x9593"]"\x4E0D\x5BB9\x606F" @13-2345-5
-
-# \x9593\x4E0D\x5BB9\x9AEE 13-2345-5-135-34-5-1245-12346-2-12345-345-4
-noback context ["\x9593"]"\x4E0D\x5BB9\x9AEE" @13-2345-5
-
-# \x9593\x689D\x6383\x63CF 13-2345-5-124-246-2-15-146-4-134-246-2
-noback context ["\x9593"]"\x689D\x6383\x63CF" @13-2345-5
-
-# \x963F\x65AF\x5339\x9748 345-3-15-156-3-1234-16-3-14-13456-2
-noback context ["\x963F"]"\x65AF\x5339\x9748" @345-3
-noback context _2"\x963F\x65AF"["\x5339"]"\x9748" @1234-16-3
-
-# \x96DC\x7269\x772F\x773C 125-345-2-34-5-134-16-4-2345-4
-noback context _2"\x96DC\x7269"["\x772F"]"\x773C" @134-16-4
-
-# \x96DE\x5C38\x725B\x5F9E 13-16-3-24-156-3-1345-234-2-125-12346-5
-noback context _3"\x96DE\x5C38\x725B"["\x5F9E"] @125-12346-5
-
-# \x9732\x9AFB\x66F0\x4C0F 14-34-5-13-16-5-236-3-13-16-5
-noback context ["\x9732"]"\x9AFB\x66F0\x4C0F" @14-34-5
-noback context _3"\x9732\x9AFB\x66F0"["\x4C0F"] @13-16-5
-
-# \x9802\x6A66\x8E0F\x7D22 145-13456-4-12-456-2-124-345-5-15-25-4
-noback context _1"\x9802"["\x6A66"]"\x8E0F\x7D22" @12-456-2
-
-# \x9805\x76EE\x7684\x78BA 15-46-5-134-34-5-145-16-2-245-236-5
-noback context _2"\x9805\x76EE"["\x7684"]"\x78BA" @145-16-2
-
-# \x98DF\x86C7\x62B1\x7910 24-156-2-24-2346-2-135-146-5-1235-34-2
-noback context ["\x98DF"]"\x86C7\x62B1\x7910" @24-156-2
-noback context _3"\x98DF\x86C7\x62B1"["\x7910"] @1235-34-2
-
-# \x98F2\x4EBA\x4EE5\x548C 1456-5-1245-136-2-16-4-1235-2346-2
-noback context ["\x98F2"]"\x4EBA\x4EE5\x548C" @1456-5
-noback context _3"\x98F2\x4EBA\x4EE5"["\x548C"] @1235-2346-2
-
-# \x98F2\x548C\x98FD\x5FB7 1456-5-1235-2346-2-135-146-4-145-2346-2
-noback context ["\x98F2"]"\x548C\x98FD\x5FB7" @1456-5
-
-# \x98F2\x99AC\x6295\x9322 1456-5-134-345-4-124-12356-2-245-2345-2
-noback context ["\x98F2"]"\x99AC\x6295\x9322" @1456-5
-
-# \x98F2\x99AC\x9577\x57CE 1456-5-134-345-4-12-1346-2-12-1356-2
-noback context ["\x98F2"]"\x99AC\x9577\x57CE" @1456-5
-
-# \x99AC\x6399\x529B\x6230 134-345-4-1-1356-3-14-16-5-1-1236-5
-noback context _1"\x99AC"["\x6399"]"\x529B\x6230" @1-1356-3
-
-# \x9AD8\x57F9\x5247\x62D4 13-146-3-1234-12356-4-125-2346-2-135-345-2
-noback context _1"\x9AD8"["\x57F9"]"\x5247\x62D4" @1234-12356-4
-
-# \x9CF3\x9761\x9E1E\x542A 12345-1356-5-134-16-2-14-12456-2-2346-2
-noback context _1"\x9CF3"["\x9761"]"\x9E1E\x542A" @134-16-2
-
-# \x9F4A\x5FC3\x6ECC\x616E 1-2456-3-15-1456-3-145-16-2-14-1256-5
-noback context ["\x9F4A"]"\x5FC3\x6ECC\x616E" @1-2456-3
-
-# \x4E00\x54C4\x800C 16-3-1235-12346-3-156-2
-noback context _1"\x4E00"["\x54C4"]"\x800C" @1235-12346-3
-
-# \x4E09\x7D1A\x5F48 15-1236-3-13-16-2-145-1236-5
-noback context _2"\x4E09\x7D1A"["\x5F48"] @145-1236-5
-
-# \x4E0B\x5DF4\x9826 15-23456-5-135-345-3-123-2346-3
-noback context _2"\x4E0B\x5DF4"["\x9826"] @123-2346-3
-
-# \x4E0D\x53AD\x53AD 135-34-5-2345-5-2345-5
-noback context ["\x4E0D"]"\x53AD\x53AD" @135-34-5
-noback context _1"\x4E0D"["\x53AD"]"\x53AD" @2345-5
-noback context _2"\x4E0D\x53AD"["\x53AD"] @2345-5
-
-# \x4E0D\x76DB\x6C23 135-34-5-12-1356-2-245-16-5
-noback context ["\x4E0D"]"\x76DB\x6C23" @135-34-5
-noback context _1"\x4E0D"["\x76DB"]"\x6C23" @12-1356-2
-
-# \x4E3B\x5F9E\x5F0F 1-34-4-125-12346-5-24-156-5
-noback context _1"\x4E3B"["\x5F9E"]"\x5F0F" @125-12346-5
-
-# \x4E7E\x6E05\x5BAE 245-2345-2-245-13456-3-13-12346-3
-noback context ["\x4E7E"]"\x6E05\x5BAE" @245-2345-2
-
-# \x4E7E\x6E05\x9580 245-2345-2-245-13456-3-134-136-2
-noback context ["\x4E7E"]"\x6E05\x9580" @245-2345-2
-
-# \x4E82\x5BB6\x5B50 14-12456-5-13-23456-3-125-156-4
-noback context _2"\x4E82\x5BB6"["\x5B50"] @125-156-4
-
-# \x4E94\x5B50\x68CB 34-4-125-156-4-245-16-2
-noback context _1"\x4E94"["\x5B50"]"\x68CB" @125-156-4
-
-# \x4EA4\x97FF\x6A02 13-246-3-15-46-4-236-5
-noback context _2"\x4EA4\x97FF"["\x6A02"] @236-5
-
-# \x4EBA\x53C3\x52A0 1245-136-2-245-1236-3-13-23456-3
-noback context _1"\x4EBA"["\x53C3"]"\x52A0" @245-1236-3
-
-# \x4EBA\x53C3\x62DC 1245-136-2-245-1236-3-135-2456-5
-noback context _1"\x4EBA"["\x53C3"]"\x62DC" @245-1236-3
-
-# \x4EBA\x53C3\x8207 1245-136-2-245-1236-3-1256-5
-noback context _1"\x4EBA"["\x53C3"]"\x8207" @245-1236-3
-noback context _2"\x4EBA\x53C3"["\x8207"] @1256-5
-
-# \x4EBA\x53C3\x89C0 1245-136-2-245-1236-3-13-12456-3
-noback context _1"\x4EBA"["\x53C3"]"\x89C0" @245-1236-3
-noback context _2"\x4EBA\x53C3"["\x89C0"] @13-12456-3
-
-# \x4EBA\x53C3\x8A2A 1245-136-2-245-1236-3-12345-1346-4
-noback context _1"\x4EBA"["\x53C3"]"\x8A2A" @245-1236-3
-
-# \x4EBA\x8B59\x4E4B 1245-136-2-245-246-5-1-156-3
-noback context _1"\x4EBA"["\x8B59"]"\x4E4B" @245-246-5
-
-# \x4ECD\x6CE5\x8457 1245-1356-2-1345-16-5-1-2346-1
-noback context _1"\x4ECD"["\x6CE5"]"\x8457" @1345-16-5
-noback context _2"\x4ECD\x6CE5"["\x8457"] @1-2346-1
-
-# \x4F0D\x5B50\x80E5 34-4-125-156-4-15-1256-3
-noback context _1"\x4F0D"["\x5B50"]"\x80E5" @125-156-4
-
-# \x4F7F\x82D1\x7A4D 24-156-4-1256-5-13-16-3
-noback context _1"\x4F7F"["\x82D1"]"\x7A4D" @1256-5
-
-# \x4FBB\x8584\x88DD 124-1246-5-135-126-2-1-456-3
-noback context ["\x4FBB"]"\x8584\x88DD" @124-1246-5
-
-# \x5012\x6688\x599D 145-146-5-256-3-1-456-3
-noback context ["\x5012"]"\x6688\x599D" @145-146-5
-
-# \x514B\x5BB6\x5B50 123-2346-5-13-23456-3-125-156-4
-noback context _2"\x514B\x5BB6"["\x5B50"] @125-156-4
-
-# \x5167\x884C\x8D70 1345-356-5-15-13456-2-125-12356-4
-noback context _1"\x5167"["\x884C"]"\x8D70" @15-13456-2
-
-# \x516B\x90FD\x9B6F 135-345-3-145-34-3-14-34-4
-noback context _1"\x516B"["\x90FD"]"\x9B6F" @145-34-3
-
-# \x5176\x5F9E\x5982 245-16-2-125-12346-5-1245-34-2
-noback context _1"\x5176"["\x5F9E"]"\x5982" @125-12346-5
-
-# \x51F9\x5FC3\x81C9 35-5-15-1456-3-14-2345-4
-noback context ["\x51F9"]"\x5FC3\x81C9" @35-5
-
-# \x5352\x5F8B\x5F8B 245-34-5-14-1256-5-14-1256-5
-noback context ["\x5352"]"\x5F8B\x5F8B" @245-34-5
-
-# \x53AD\x53AD\x4E16 2345-5-2345-5-24-156-5
-noback context ["\x53AD"]"\x53AD\x4E16" @2345-5
-noback context _1"\x53AD"["\x53AD"]"\x4E16" @2345-5
-
-# \x53AD\x53AD\x820A 2345-5-2345-5-13-234-5
-noback context ["\x53AD"]"\x53AD\x820A" @2345-5
-noback context _1"\x53AD"["\x53AD"]"\x820A" @2345-5
-
-# \x53DB\x5F9E\x7D04 1234-1236-5-125-12346-3-236-3
-noback context _1"\x53DB"["\x5F9E"]"\x7D04" @125-12346-3
-
-# \x54BD\x72F9\x75C7 2345-3-15-23456-5-1-1356-5
-noback context ["\x54BD"]"\x72F9\x75C7" @2345-3
-noback context _1"\x54BD"["\x72F9"]"\x75C7" @15-23456-5
-
-# \x55D2\x7B1E\x7B1E 124-345-5-12-156-3-12-156-3
-noback context ["\x55D2"]"\x7B1E\x7B1E" @124-345-5
-
-# \x5614\x51FA\x75C5 12356-5-12-34-3-135-13456-5
-noback context ["\x5614"]"\x51FA\x75C5" @12356-5
-
-# \x56E0\x9914\x4E4B 1456-3-135-34-5-1-156-3
-noback context _1"\x56E0"["\x9914"]"\x4E4B" @135-34-5
-
-# \x5730\x91CD\x5283 145-16-5-12-12346-2-1235-35-5
-noback context _1"\x5730"["\x91CD"]"\x5283" @12-12346-2
-
-# \x585E\x64E6\x97F3 15-2346-5-245-345-3-1456-3
-noback context ["\x585E"]"\x64E6\x97F3" @15-2346-5
-
-# \x585E\x72D7\x6D1E 15-2456-3-13-12356-4-145-12346-5
-noback context ["\x585E"]"\x72D7\x6D1E" @15-2456-3
-
-# \x5875\x6F32\x5929 12-136-2-1-1346-5-124-2345-3
-noback context _1"\x5875"["\x6F32"]"\x5929" @1-1346-5
-
-# \x5929\x59E5\x5C71 124-2345-3-134-34-4-24-1236-3
-noback context _1"\x5929"["\x59E5"]"\x5C71" @134-34-4
-
-# \x59D1\x5C04\x5C71 13-34-3-346-5-24-1236-3
-noback context _1"\x59D1"["\x5C04"]"\x5C71" @346-5
-
-# \x59D4\x54E1\x9577 1246-4-45-2-1-1346-4
-noback context _2"\x59D4\x54E1"["\x9577"] @1-1346-4
-
-# \x5BCC\x5BB6\x5B50 12345-34-5-13-23456-3-125-156-4
-noback context _2"\x5BCC\x5BB6"["\x5B50"] @125-156-4
-
-# \x5BEB\x610F\x5152 15-346-5-16-5-156-2
-noback context ["\x5BEB"]"\x610F\x5152" @15-346-5
-noback context _2"\x5BEB\x610F"["\x5152"] @156-2
-
-# \x5C11\x5E9C\x76E3 24-146-5-12345-34-4-13-2345-5
-noback context ["\x5C11"]"\x5E9C\x76E3" @24-146-5
-noback context _2"\x5C11\x5E9C"["\x76E3"] @13-2345-5
-
-# \x5C6C\x5C6C\x4E4E 1-34-4-1-34-1235-34-3
-noback context ["\x5C6C"]"\x5C6C\x4E4E" @1-34-4
-noback context _1"\x5C6C"["\x5C6C"]"\x4E4E" @1-34
-
-# \x5C6F\x5176\x818F 1-123456-3-245-16-2-13-146-3
-noback context ["\x5C6F"]"\x5176\x818F" @1-123456-3
-
-# \x5C6F\x7559\x7E23 12-123456-2-14-234-2-15-2345-5
-noback context ["\x5C6F"]"\x7559\x7E23" @12-123456-2
-noback context _2"\x5C6F\x7559"["\x7E23"] @15-2345-5
-
-# \x5D12\x5F8B\x5F8B 245-34-5-14-1256-5-14-1256-5
-noback context ["\x5D12"]"\x5F8B\x5F8B" @245-34-5
-
-# \x5DF4\x5DF4\x7F7E 135-345-3-135-345-3-125-1356-5
-noback context _2"\x5DF4\x5DF4"["\x7F7E"] @125-1356-5
-
-# \x5E74\x5BB6\x5B50 1345-2345-2-13-23456-3-125-156-4
-noback context _2"\x5E74\x5BB6"["\x5B50"] @125-156-4
-
-# \x5ED3\x723E\x5580 123-25-5-156-4-123-2346-5
-noback context _2"\x5ED3\x723E"["\x5580"] @123-2346-5
-
-# \x5F97\x61C9\x624B 145-2346-2-13456-5-24-12356-4
-noback context ["\x5F97"]"\x61C9\x624B" @145-2346-2
-noback context _1"\x5F97"["\x61C9"]"\x624B" @13456-5
-
-# \x5F9E\x5BB9\x4E0D 245-12346-3-1245-12346-2-135-34-5
-noback context ["\x5F9E"]"\x5BB9\x4E0D" @245-12346-3
-noback context _2"\x5F9E\x5BB9"["\x4E0D"] @135-34-5
-
-# \x5F9E\x5BB9\x800C 245-12346-3-1245-12346-2-156-2
-noback context ["\x5F9E"]"\x5BB9\x800C" @245-12346-3
-
-# \x5F9E\x5BB9\x81EA 245-12346-3-1245-12346-2-125-156-5
-noback context ["\x5F9E"]"\x5BB9\x81EA" @245-12346-3
-
-# \x5FD5\x8A13\x7FD2 24-156-5-15-256-5-15-16-2
-noback context ["\x5FD5"]"\x8A13\x7FD2" @24-156-5
-
-# \x6216\x4E0D\x7109 1235-25-5-12345-12356-4-2345-3
-noback context _1"\x6216"["\x4E0D"]"\x7109" @12345-12356-4
-
-# \x6253\x55B3\x55B3 145-345-4-12-345-3-12-345-3
-noback context _1"\x6253"["\x55B3"]"\x55B3" @12-345-3
-noback context _2"\x6253\x55B3"["\x55B3"] @12-345-3
-
-# \x6253\x64CA\x6A02 145-345-4-13-16-2-236-5
-noback context _2"\x6253\x64CA"["\x6A02"] @236-5
-
-# \x6260\x4E00\x6260 1-345-4-16-3-1-345-4
-noback context ["\x6260"]"\x4E00\x6260" @1-345-4
-noback context _2"\x6260\x4E00"["\x6260"] @1-345-4
-
-# \x62D4\x672C\x585E 135-345-2-135-136-4-15-2346-5
-noback context _2"\x62D4\x672C"["\x585E"] @15-2346-5
-
-# \x6384\x4E0D\x5230 14-123456-2-135-34-5-145-146-5
-noback context ["\x6384"]"\x4E0D\x5230" @14-123456-2
-
-# \x63A9\x54AF\x96DE 2345-4-14-25-5-13-16-3
-noback context _1"\x63A9"["\x54AF"]"\x96DE" @14-25-5
-
-# \x6469\x5176\x8011 134-126-2-245-16-2-145-12456-3
-noback context _2"\x6469\x5176"["\x8011"] @145-12456-3
-
-# \x651C\x633E\x5E36 15-16-3-13-23456-2-145-2456-5
-noback context _1"\x651C"["\x633E"]"\x5E36" @13-23456-2
-
-# \x6545\x5BB6\x5B50 13-34-5-13-23456-3-125-156-4
-noback context _2"\x6545\x5BB6"["\x5B50"] @125-156-4
-
-# \x6557\x5BB6\x5B50 135-2456-5-13-23456-3-125-156-4
-noback context _2"\x6557\x5BB6"["\x5B50"] @125-156-4
-
-# \x6578\x4E00\x6578 24-34-4-16-3-24-34-4
-noback context ["\x6578"]"\x4E00\x6578" @24-34-4
-noback context _2"\x6578\x4E00"["\x6578"] @24-34-4
-
-# \x6578\x4F86\x5BF6 24-34-4-14-2456-2-135-146-4
-noback context ["\x6578"]"\x4F86\x5BF6" @24-34-4
-
-# \x6578\x6578\x7136 24-25-5-24-25-5-1245-1236-2
-noback context ["\x6578"]"\x6578\x7136" @24-25-5
-noback context _1"\x6578"["\x6578"]"\x7136" @24-25-5
-
-# \x6578\x6578\x770B 24-34-4-24-34-4-123-1236-5
-noback context ["\x6578"]"\x6578\x770B" @24-34-4
-noback context _1"\x6578"["\x6578"]"\x770B" @24-34-4
-noback context _2"\x6578\x6578"["\x770B"] @123-1236-5
-
-# \x6587\x66F2\x661F 123456-2-245-1256-3-15-13456-3
-noback context ["\x6587"]"\x66F2\x661F" @123456-2
-noback context _1"\x6587"["\x66F2"]"\x661F" @245-1256-3
-
-# \x65E5\x5580\x5247 1245-156-5-123-2346-5-125-2346-2
-noback context _1"\x65E5"["\x5580"]"\x5247" @123-2346-5
-
-# \x66F4\x6CE5\x8AB0 13-1356-5-1345-16-5-24-356-2
-noback context ["\x66F4"]"\x6CE5\x8AB0" @13-1356-5
-noback context _1"\x66F4"["\x6CE5"]"\x8AB0" @1345-16-5
-
-# \x6709\x597D\x4EC7 234-4-1235-146-4-245-234-2
-noback context _2"\x6709\x597D"["\x4EC7"] @245-234-2
-
-# \x671D\x805E\x9053 1-146-3-123456-2-145-146-5
-noback context ["\x671D"]"\x805E\x9053" @1-146-3
-
-# \x6881\x5C71\x6FFC 14-46-2-24-1236-3-135-126-2
-noback context _2"\x6881\x5C71"["\x6FFC"] @135-126-2
-
-# \x6B3D\x5929\x76E3 245-1456-3-124-2345-3-13-2345-5
-noback context _2"\x6B3D\x5929"["\x76E3"] @13-2345-5
-
-# \x6B66\x66F2\x661F 34-4-245-1256-3-15-13456-3
-noback context _1"\x6B66"["\x66F2"]"\x661F" @245-1256-3
-
-# \x6C34\x6EF8\x50B3 24-1246-4-1235-34-4-1-12456-5
-noback context _2"\x6C34\x6EF8"["\x50B3"] @1-12456-5
-
-# \x6C59\x5C0A\x800C 35-3-125-123456-3-156-2
-noback context ["\x6C59"]"\x5C0A\x800C" @35-3
-
-# \x6C88\x7538\x7538 12-136-2-145-2345-5-145-2345-5
-noback context ["\x6C88"]"\x7538\x7538" @12-136-2
-
-# \x6CD5\x5802\x758F 12345-345-4-124-1346-2-24-34-5
-noback context ["\x6CD5"]"\x5802\x758F" @12345-345-4
-noback context _2"\x6CD5\x5802"["\x758F"] @24-34-5
-
-# \x6F02\x6731\x7802 1234-246-4-1-34-3-24-345-3
-noback context ["\x6F02"]"\x6731\x7802" @1234-246-4
-
-# \x706B\x661F\x585E 1235-25-4-15-13456-3-15-2456-3
-noback context _2"\x706B\x661F"["\x585E"] @15-2456-3
-
-# \x7121\x4EF7\x4E8B 34-2-13-346-5-24-156-5
-noback context ["\x7121"]"\x4EF7\x4E8B" @34-2
-
-# \x7121\x9577\x7269 34-2-1-1346-5-34-5
-noback context ["\x7121"]"\x9577\x7269" @34-2
-noback context _1"\x7121"["\x9577"]"\x7269" @1-1346-5
-
-# \x71D5\x4E5D\x7BC0 2345-3-13-234-4-13-346-2
-noback context ["\x71D5"]"\x4E5D\x7BC0" @2345-3
-
-# \x71D5\x5B50\x6A13 2345-5-125-156-4-14-12356-2
-noback context ["\x71D5"]"\x5B50\x6A13" @2345-5
-noback context _1"\x71D5"["\x5B50"]"\x6A13" @125-156-4
-
-# \x71D5\x5B50\x78EF 2345-5-125-156-4-13-16-3
-noback context ["\x71D5"]"\x5B50\x78EF" @2345-5
-noback context _1"\x71D5"["\x5B50"]"\x78EF" @125-156-4
-
-# \x71D5\x5B50\x7B8B 2345-5-125-156-4-13-2345-3
-noback context ["\x71D5"]"\x5B50\x7B8B" @2345-5
-noback context _1"\x71D5"["\x5B50"]"\x7B8B" @125-156-4
-
-# \x71D5\x662D\x738B 2345-3-1-146-3-456-2
-noback context ["\x71D5"]"\x662D\x738B" @2345-3
-
-# \x71D5\x6B4C\x884C 2345-3-13-2346-3-15-13456-2
-noback context ["\x71D5"]"\x6B4C\x884C" @2345-3
-noback context _2"\x71D5\x6B4C"["\x884C"] @15-13456-2
-
-# \x71D5\x7136\x5C71 2345-3-1245-1236-2-24-1236-3
-noback context ["\x71D5"]"\x7136\x5C71" @2345-3
-
-# \x7372\x9E7F\x7E23 1235-2356-2-14-34-5-15-2345-5
-noback context ["\x7372"]"\x9E7F\x7E23" @1235-2356-2
-noback context _2"\x7372\x9E7F"["\x7E23"] @15-2345-5
-
-# \x73BB\x8272\x5B50 135-126-3-15-2346-5-125-156-4
-noback context _2"\x73BB\x8272"["\x5B50"] @125-156-4
-
-# \x7406\x4E8B\x9577 14-16-4-24-156-5-1-1346-4
-noback context _2"\x7406\x4E8B"["\x9577"] @1-1346-4
-
-# \x7530\x5BB6\x5B50 124-2345-2-13-23456-3-125-156-4
-noback context _2"\x7530\x5BB6"["\x5B50"] @125-156-4
-
-# \x7576\x5BB6\x5B50 145-1346-5-13-23456-3-125-156-4
-noback context ["\x7576"]"\x5BB6\x5B50" @145-1346-5
-noback context _2"\x7576\x5BB6"["\x5B50"] @125-156-4
-
-# \x767D\x585E\x6728 135-2456-2-15-2456-3-134-34-5
-noback context _1"\x767D"["\x585E"]"\x6728" @15-2456-3
-
-# \x767E\x55CE\x5152 135-2456-4-134-345-4-156-2
-noback context _1"\x767E"["\x55CE"]"\x5152" @134-345-4
-noback context _2"\x767E\x55CE"["\x5152"] @156-2
-
-# \x7684\x7684\x78BA 145-2346-1-145-16-2-245-236-5
-noback context ["\x7684"]"\x7684\x78BA" @145-2346-1
-noback context _1"\x7684"["\x7684"]"\x78BA" @145-16-2
-
-# \x773C\x624E\x6BDB 2345-4-1-345-2-134-146-2
-noback context _1"\x773C"["\x624E"]"\x6BDB" @1-345-2
-
-# \x7761\x61F6\x89BA 24-1246-5-14-1236-4-13-246-5
-noback context _2"\x7761\x61F6"["\x89BA"] @13-246-5
-
-# \x7BF8\x7B4D\x76AE 125-1236-5-15-123456-4-1234-16-2
-noback context ["\x7BF8"]"\x7B4D\x76AE" @125-1236-5
-
-# \x8005\x8B59\x4E4B 1-2346-4-245-246-5-1-156-3
-noback context _1"\x8005"["\x8B59"]"\x4E4B" @245-246-5
-
-# \x80E1\x5EDD\x54C4 1235-34-2-15-156-3-1235-12346-3
-noback context _2"\x80E1\x5EDD"["\x54C4"] @1235-12346-3
-
-# \x8179\x4FBF\x4FBF 12345-34-5-1234-2345-2-1234-2345-2
-noback context _1"\x8179"["\x4FBF"]"\x4FBF" @1234-2345-2
-noback context _2"\x8179\x4FBF"["\x4FBF"] @1234-2345-2
-
-# \x820D\x5229\x5B50 24-2346-5-14-16-5-125-156-4
-noback context ["\x820D"]"\x5229\x5B50" @24-2346-5
-noback context _2"\x820D\x5229"["\x5B50"] @125-156-4
-
-# \x826F\x5BB6\x5B50 14-46-2-13-23456-3-125-156-4
-noback context _2"\x826F\x5BB6"["\x5B50"] @125-156-4
-
-# \x83EF\x9670\x7E23 1235-35-5-1456-3-15-2345-5
-noback context ["\x83EF"]"\x9670\x7E23" @1235-35-5
-noback context _2"\x83EF\x9670"["\x7E23"] @15-2345-5
-
-# \x8457\x773C\x9EDE 1-25-2-2345-4-145-2345-4
-noback context ["\x8457"]"\x773C\x9EDE" @1-25-2
-noback context _2"\x8457\x773C"["\x9EDE"] @145-2345-4
-
-# \x85D0\x59D1\x5C04 134-246-4-13-34-3-346-5
-noback context _2"\x85D0\x59D1"["\x5C04"] @346-5
-
-# \x8655\x8457\x773C 12-34-5-1-25-2-2345-4
-noback context ["\x8655"]"\x8457\x773C" @12-34-5
-noback context _1"\x8655"["\x8457"]"\x773C" @1-25-2
-
-# \x879F\x86C9\x5B50 134-13456-2-14-13456-2-125-156-4
-noback context _2"\x879F\x86C9"["\x5B50"] @125-156-4
-
-# \x884C\x884C\x597D 15-13456-2-15-13456-2-1235-146-4
-noback context ["\x884C"]"\x884C\x597D" @15-13456-2
-noback context _1"\x884C"["\x884C"]"\x597D" @15-13456-2
-noback context _2"\x884C\x884C"["\x597D"] @1235-146-4
-
-# \x898F\x7BC4\x5B50 13-1246-3-12345-1236-5-125-156-4
-noback context _2"\x898F\x7BC4"["\x5B50"] @125-156-4
-
-# \x8A0E\x53AD\x53AD 124-146-4-2345-5-2345-5
-noback context _1"\x8A0E"["\x53AD"]"\x53AD" @2345-5
-noback context _2"\x8A0E\x53AD"["\x53AD"] @2345-5
-
-# \x8A82\x5408\x5203 145-246-5-1235-2346-2-1245-136-5
-noback context ["\x8A82"]"\x5408\x5203" @145-246-5
-
-# \x8CBB\x7C73\x5B50 12345-356-5-134-16-4-125-156-4
-noback context _2"\x8CBB\x7C73"["\x5B50"] @125-156-4
-
-# \x8FB2\x5BB6\x5B50 1345-12346-2-13-23456-3-125-156-4
-noback context _2"\x8FB2\x5BB6"["\x5B50"] @125-156-4
-
-# \x9006\x5BB6\x5B50 1345-16-5-13-23456-3-125-156-4
-noback context _2"\x9006\x5BB6"["\x5B50"] @125-156-4
-
-# \x9019\x6703\x5B50 1-2346-5-1235-1246-4-125-156-1
-noback context _1"\x9019"["\x6703"]"\x5B50" @1235-1246-4
-noback context _2"\x9019\x6703"["\x5B50"] @125-156-1
-
-# \x90A3\x6703\x5B50 1345-345-5-1235-1246-4-125-156-1
-noback context ["\x90A3"]"\x6703\x5B50" @1345-345-5
-noback context _1"\x90A3"["\x6703"]"\x5B50" @1235-1246-4
-noback context _2"\x90A3\x6703"["\x5B50"] @125-156-1
-
-# \x90FD\x6703\x5340 145-34-3-1235-1246-5-245-1256-3
-noback context ["\x90FD"]"\x6703\x5340" @145-34-3
-
-# \x90FD\x865E\x5019 145-34-3-1256-2-1235-12356-5
-noback context ["\x90FD"]"\x865E\x5019" @145-34-3
-
-# \x90FD\x9EDE\x6AA2 145-34-3-245-2345-2-13-2345-4
-noback context ["\x90FD"]"\x9EDE\x6AA2" @145-34-3
-noback context _1"\x90FD"["\x9EDE"]"\x6AA2" @245-2345-2
-
-# \x91CD\x8CBC\x73FE 12-12346-2-124-346-3-15-2345-5
-noback context ["\x91CD"]"\x8CBC\x73FE" @12-12346-2
-
-# \x92C1\x9382\x9F4A 14-1256-4-134-356-4-13-16-5
-noback context _2"\x92C1\x9382"["\x9F4A"] @13-16-5
-
-# \x9593\x6DF1\x88E1 13-2345-5-24-136-3-14-16-4
-noback context ["\x9593"]"\x6DF1\x88E1" @13-2345-5
-
-# \x9593\x7E5E\x5F0F 13-2345-5-1245-146-5-24-156-5
-noback context ["\x9593"]"\x7E5E\x5F0F" @13-2345-5
-
-# \x9594\x5B50\x88E1 134-1456-4-125-156-1-14-16-4
-noback context _1"\x9594"["\x5B50"]"\x88E1" @125-156-1
-
-# \x963F\x5776\x576A 345-3-134-34-4-1234-13456-2
-noback context ["\x963F"]"\x5776\x576A" @345-3
-noback context _1"\x963F"["\x5776"]"\x576A" @134-34-4
-
-# \x9707\x64BC\x5F48 1-136-5-1235-1236-5-145-1236-5
-noback context _2"\x9707\x64BC"["\x5F48"] @145-1236-5
-
-# \x9805\x76EE\x7684 15-46-5-134-34-5-145-2346-1
-noback context _2"\x9805\x76EE"["\x7684"] @145-2346-1
-
-# \x98A8\x4FE1\x5B50 12345-1356-3-15-1456-5-125-156-4
-noback context _2"\x98A8\x4FE1"["\x5B50"] @125-156-4
-
-# \x98F2\x99AC\x6CB3 1456-5-134-345-4-1235-2346-2
-noback context ["\x98F2"]"\x99AC\x6CB3" @1456-5
-
-# \x9A09\x8E44\x8DBC 123-123456-3-124-16-2-2345-2
-noback context _2"\x9A09\x8E44"["\x8DBC"] @2345-2
-
-# \x9A3E\x99B1\x5B50 14-25-2-145-25-5-125-156-1
-noback context _1"\x9A3E"["\x99B1"]"\x5B50" @145-25-5
-noback context _2"\x9A3E\x99B1"["\x5B50"] @125-156-1
-
-# \x9D1F\x5937\x5B50 12-156-3-16-2-125-156-4
-noback context _2"\x9D1F\x5937"["\x5B50"] @125-156-4
-
-# \x9DA1\x51A0\x5B50 1235-2346-2-13-12456-3-125-156-4
-noback context _1"\x9DA1"["\x51A0"]"\x5B50" @13-12456-3
-noback context _2"\x9DA1\x51A0"["\x5B50"] @125-156-4
-
-# \x9ECF\x8457\x5291 1345-2345-2-1-25-2-13-16-5
-noback context _1"\x9ECF"["\x8457"]"\x5291" @1-25-2
-
-# \x9ECF\x8457\x529B 1345-2345-2-1-25-2-14-16-5
-noback context _1"\x9ECF"["\x8457"]"\x529B" @1-25-2
-
-# \x344C\x5134 123-456-3-1245-1346-2
-noback context ["\x344C"]"\x5134" @123-456-3
-
-# \x3495\x964D 46-3-15-46-2
-noback context _1"\x3495"["\x964D"] @15-46-2
-
-# \x349D\x7FAF 35-5-13-346-2
-noback context ["\x349D"]"\x7FAF" @35-5
-
-# \x34CE\x34CE 245-1456-4-245-1456-4
-noback context ["\x34CE"]"\x34CE" @245-1456-4
-noback context _1"\x34CE"["\x34CE"] @245-1456-4
-
-# \x3520\x3520 15-23456-3-15-23456-3
-noback context ["\x3520"]"\x3520" @15-23456-3
-noback context _1"\x3520"["\x3520"] @15-23456-3
-
-# \x3572\x55FD 13456-2-15-12356-5
-noback context ["\x3572"]"\x55FD" @13456-2
-
-# \x35A7\x35A7 1235-123456-3-1235-123456-3
-noback context ["\x35A7"]"\x35A7" @1235-123456-3
-noback context _1"\x35A7"["\x35A7"] @1235-123456-3
-
-# \x35BB\x5462 1345-234-2-1345-16-2
-noback context ["\x35BB"]"\x5462" @1345-234-2
-noback context _1"\x35BB"["\x5462"] @1345-16-2
-
-# \x35D5\x54B6 13-12356-3-13-35-3
-noback context ["\x35D5"]"\x54B6" @13-12356-3
-noback context _1"\x35D5"["\x54B6"] @13-35-3
-
-# \x35D5\x8052 13-12356-3-13-35-3
-noback context ["\x35D5"]"\x8052" @13-12356-3
-
-# \x35D9\x51FA 125-12356-3-12-34-3
-noback context ["\x35D9"]"\x51FA" @125-12356-3
-
-# \x360A\x9735 15-16-3-13-16-2
-noback context ["\x360A"]"\x9735" @15-16-3
-
-# \x3673\x5777 123-1236-4-123-2346-4
-noback context ["\x3673"]"\x5777" @123-1236-4
-
-# \x36F1\x5A1E 1246-4-1345-356-4
-noback context ["\x36F1"]"\x5A1E" @1246-4
-noback context _1"\x36F1"["\x5A1E"] @1345-356-4
-
-# \x3707\x5B08 346-5-1245-146-2
-noback context ["\x3707"]"\x5B08" @346-5
-noback context _1"\x3707"["\x5B08"] @1245-146-2
-
-# \x370A\x5975 1-1236-4-124-2345-4
-noback context _1"\x370A"["\x5975"] @124-2345-4
-
-# \x371D\x5A40 2345-4-2346-3
-noback context ["\x371D"]"\x5A40" @2345-4
-
-# \x3787\x3782 1246-4-124-1246-4
-noback context _1"\x3787"["\x3782"] @124-1246-4
-
-# \x379A\x378F 245-16-5-1-156-2
-noback context ["\x379A"]"\x378F" @245-16-5
-
-# \x37CE\x3811 124-1246-4-125-1246-5
-noback context ["\x37CE"]"\x3811" @124-1246-4
-
-# \x37D0\x5D63 134-1346-2-145-1346-5
-noback context _1"\x37D0"["\x5D63"] @145-1346-5
-
-# \x37EA\x58D8 1246-3-14-356-4
-noback context ["\x37EA"]"\x58D8" @1246-3
-
-# \x380E\x5DAA 13-16-2-346-5
-noback context ["\x380E"]"\x5DAA" @13-16-2
-
-# \x3825\x78C8 14-356-4-123-1246-4
-noback context ["\x3825"]"\x78C8" @14-356-4
-
-# \x385C\x7E37 15-236-4-14-1256-4
-noback context ["\x385C"]"\x7E37" @15-236-4
-
-# \x38B0\x38BB 135-16-5-1345-356-5
-noback context _1"\x38B0"["\x38BB"] @1345-356-5
-
-# \x38BB\x38B0 1345-356-5-135-16-5
-noback context ["\x38BB"]"\x38B0" @1345-356-5
-
-# \x391E\x618F 12-345-3-12-156-5
-noback context ["\x391E"]"\x618F" @12-345-3
-
-# \x3934\x39AA 145-346-2-15-346-5
-noback context ["\x3934"]"\x39AA" @145-346-2
-
-# \x3936\x6207 134-1346-5-1-456-5
-noback context ["\x3936"]"\x6207" @134-1346-5
-
-# \x393F\x3953 2345-3-245-16-3
-noback context ["\x393F"]"\x3953" @2345-3
-
-# \x393F\x61B8 2345-3-15-2345-3
-noback context ["\x393F"]"\x61B8" @2345-3
-
-# \x3985\x5FE6 12-2456-5-13-23456-2
-noback context ["\x3985"]"\x5FE6" @12-2456-5
-
-# \x3986\x5FE6 15-23456-3-13-23456-2
-noback context ["\x3986"]"\x5FE6" @15-23456-3
-
-# \x3BA7\x6872 123456-3-135-126-2
-noback context ["\x3BA7"]"\x6872" @123456-3
-
-# \x3BA7\x6911 34-3-135-356-3
-noback context _1"\x3BA7"["\x6911"] @135-356-3
-
-# \x3BC5\x3BD5 135-16-3-15-16-3
-noback context ["\x3BC5"]"\x3BD5" @135-16-3
-
-# \x3C30\x3C28 15-23456-5-15-23456-3
-noback context ["\x3C30"]"\x3C28" @15-23456-5
-noback context _1"\x3C30"["\x3C28"] @15-23456-3
-
-# \x3C65\x6B91 14-13456-2-245-13456-2
-noback context ["\x3C65"]"\x6B91" @14-13456-2
-
-# \x3C7E\x6539 13-2456-3-13-2456-4
-noback context ["\x3C7E"]"\x6539" @13-2456-3
-
-# \x3C94\x3C8D 15-2345-3-1-156-3
-noback context _1"\x3C94"["\x3C8D"] @1-156-3
-
-# \x3D81\x3D81 1235-25-5-1235-25-5
-noback context ["\x3D81"]"\x3D81" @1235-25-5
-noback context _1"\x3D81"["\x3D81"] @1235-25-5
-
-# \x3F4E\x3F4E 124-1236-2-124-1236-2
-noback context ["\x3F4E"]"\x3F4E" @124-1236-2
-noback context _1"\x3F4E"["\x3F4E"] @124-1236-2
-
-# \x40F8\x78F9 15-2345-5-145-2345-5
-noback context ["\x40F8"]"\x78F9" @15-2345-5
-
-# \x4121\x8964 145-1236-3-14-1236-2
-noback context ["\x4121"]"\x8964" @145-1236-3
-
-# \x41B9\x5BF5 124-12346-4-12-12346-4
-noback context ["\x41B9"]"\x5BF5" @124-12346-4
-
-# \x42FE\x42C8 1-345-4-1345-345-4
-noback context ["\x42FE"]"\x42C8" @1-345-4
-noback context _1"\x42FE"["\x42C8"] @1345-345-4
-
-# \x45A6\x87F1 1-25-2-34-2
-noback context ["\x45A6"]"\x87F1" @1-25-2
-
-# \x4638\x7E2B 16-5-12345-1356-5
-noback context _1"\x4638"["\x7E2B"] @12345-1356-5
-
-# \x4648\x384F 1235-12356-2-124-12356-2
-noback context _1"\x4648"["\x384F"] @124-12356-2
-
-# \x46E3\x8B60 12-12356-3-1-1236-3
-noback context ["\x46E3"]"\x8B60" @12-12356-3
-
-# \x4708\x4708 1-146-3-1-146-3
-noback context ["\x4708"]"\x4708" @1-146-3
-noback context _1"\x4708"["\x4708"] @1-146-3
-
-# \x49A0\x6C34 145-34-3-24-1246-4
-noback context ["\x49A0"]"\x6C34" @145-34-3
-
-# \x4A02\x5B50 245-234-3-125-156-4
-noback context _1"\x4A02"["\x5B50"] @125-156-4
-
-# \x4A93\x97D8 145-346-2-15-346-5
-noback context _1"\x4A93"["\x97D8"] @15-346-5
-
-# \x4AE1\x9851 245-2345-5-123-1236-4
-noback context ["\x4AE1"]"\x9851" @245-2345-5
-
-# \x4B79\x4B79 1346-2-1346-2
-noback context ["\x4B79"]"\x4B79" @1346-2
-noback context _1"\x4B79"["\x4B79"] @1346-2
-
-# \x4B82\x4BA7 135-345-2-1235-1236-2
-noback context _1"\x4B82"["\x4BA7"] @1235-1236-2
-
-# \x4B93\x9A3A 1-25-2-1-156-5
-noback context ["\x4B93"]"\x9A3A" @1-25-2
-
-# \x4B9A\x4BB4 14-1356-5-124-1356-3
-noback context ["\x4B9A"]"\x4BB4" @14-1356-5
-noback context _1"\x4B9A"["\x4BB4"] @124-1356-3
-
-# \x4BB9\x4BAD 1246-5-134-16-5
-noback context ["\x4BB9"]"\x4BAD" @1246-5
-
-# \x4BEA\x4AE8 123-146-5-146-2
-noback context ["\x4BEA"]"\x4AE8" @123-146-5
-
-# \x4BF1\x4C04 1234-356-3-15-2456-3
-noback context ["\x4BF1"]"\x4C04" @1234-356-3
-
-# \x4BF2\x9B09 1234-345-2-125-12346-3
-noback context ["\x4BF2"]"\x9B09" @1234-345-2
-
-# \x4C0F\x9AFD 13-16-5-1-35-3
-noback context ["\x4C0F"]"\x9AFD" @13-16-5
-
-# \x4C16\x5152 125-12456-4-156-2
-noback context ["\x4C16"]"\x5152" @125-12456-4
-
-# \x4CBD\x9CE5 24-156-2-1345-246-4
-noback context ["\x4CBD"]"\x9CE5" @24-156-2
-
-# \x4CC2\x9DEF 145-246-3-14-246-2
-noback context ["\x4CC2"]"\x9DEF" @145-246-3
-
-# \x4CC5\x9D4C 1-156-4-124-34-2
-noback context ["\x4CC5"]"\x9D4C" @1-156-4
-
-# \x4D06\x9E14 1234-34-2-135-126-2
-noback context ["\x4D06"]"\x9E14" @1234-34-2
-
-# \x4D5F\x6688 13-1236-4-256-5
-noback context _1"\x4D5F"["\x6688"] @256-5
-
-# \x4D66\x5881 15-346-5-134-1236-5
-noback context ["\x4D66"]"\x5881" @15-346-5
-
-# \x4D7A\x58A5 145-13456-4-124-13456-4
-noback context ["\x4D7A"]"\x58A5" @145-13456-4
-noback context _1"\x4D7A"["\x58A5"] @124-13456-4
-
-# \x4D7A\x7583 145-13456-4-124-12456-4
-noback context ["\x4D7A"]"\x7583" @145-13456-4
-
-# \x4DA5\x9F6C 13-1256-4-1256-4
-noback context ["\x4DA5"]"\x9F6C" @13-1256-4
-
-# \x4E00\x4E86 16-3-14-246-4
-noback context _1"\x4E00"["\x4E86"] @14-246-4
-
-# \x4E00\x5207 16-3-245-346-5
-noback context _1"\x4E00"["\x5207"] @245-346-5
-
-# \x4E00\x64AE 16-3-245-25-5
-noback context _1"\x4E00"["\x64AE"] @245-25-5
-
-# \x4E00\x66B4 16-3-1234-34-5
-noback context _1"\x4E00"["\x66B4"] @1234-34-5
-
-# \x4E00\x671D 16-3-1-146-3
-noback context _1"\x4E00"["\x671D"] @1-146-3
-
-# \x4E00\x8457 16-3-1-25-2
-noback context _1"\x4E00"["\x8457"] @1-25-2
-
-# \x4E07\x4FDF 134-126-5-245-16-2
-noback context ["\x4E07"]"\x4FDF" @134-126-5
-noback context _1"\x4E07"["\x4FDF"] @245-16-2
-
-# \x4E09\x66F4 15-1236-3-13-13456-3
-noback context _1"\x4E09"["\x66F4"] @13-13456-3
-
-# \x4E09\x7701 15-1236-3-15-13456-4
-noback context _1"\x4E09"["\x7701"] @15-13456-4
-
-# \x4E09\x884C 15-1236-3-1235-1346-2
-noback context _1"\x4E09"["\x884C"] @1235-1346-2
-
-# \x4E09\x91CD 15-1236-3-12-12346-2
-noback context _1"\x4E09"["\x91CD"] @12-12346-2
-
-# \x4E0A\x5C07 24-1346-5-13-46-5
-noback context _1"\x4E0A"["\x5C07"] @13-46-5
-
-# \x4E0A\x7576 24-1346-5-145-1346-5
-noback context _1"\x4E0A"["\x7576"] @145-1346-5
-
-# \x4E0A\x76F8 24-1346-5-15-46-5
-noback context _1"\x4E0A"["\x76F8"] @15-46-5
-
-# \x4E0A\x8072 24-1346-4-24-1356-3
-noback context ["\x4E0A"]"\x8072" @24-1346-4
-
-# \x4E0D\x4E86 135-34-5-14-246-4
-noback context _1"\x4E0D"["\x4E86"] @14-246-4
-
-# \x4E0D\x52DD 135-34-5-24-1356-3
-noback context _1"\x4E0D"["\x52DD"] @24-1356-3
-
-# \x4E0D\x55C4 135-34-5-24-345-5
-noback context _1"\x4E0D"["\x55C4"] @24-345-5
-
-# \x4E0D\x585E 135-34-5-15-2456-3
-noback context _1"\x4E0D"["\x585E"] @15-2456-3
-
-# \x4E0D\x7576 135-34-5-145-1346-5
-noback context _1"\x4E0D"["\x7576"] @145-1346-5
-
-# \x4E0D\x7701 135-34-5-15-13456-4
-noback context _1"\x4E0D"["\x7701"] @15-13456-4
-
-# \x4E0D\x7981 135-34-5-13-1456-3
-noback context _1"\x4E0D"["\x7981"] @13-1456-3
-
-# \x4E0D\x820D 135-34-5-24-2346-4
-noback context _1"\x4E0D"["\x820D"] @24-2346-4
-
-# \x4E0D\x82D1 135-34-5-1256-5
-noback context _1"\x4E0D"["\x82D1"] @1256-5
-
-# \x4E0D\x8457 135-34-5-1-146-2
-noback context _1"\x4E0D"["\x8457"] @1-146-2
-
-# \x4E0D\x963F 135-34-5-2346-3
-noback context _1"\x4E0D"["\x963F"] @2346-3
-
-# \x4E0D\x9BAE 135-34-5-15-2345-4
-noback context _1"\x4E0D"["\x9BAE"] @15-2345-4
-
-# \x4E16\x5B50 24-156-5-125-156-4
-noback context _1"\x4E16"["\x5B50"] @125-156-4
-
-# \x4E19\x5B50 135-13456-4-125-156-4
-noback context _1"\x4E19"["\x5B50"] @125-156-4
-
-# \x4E1E\x76F8 12-1356-2-15-46-5
-noback context _1"\x4E1E"["\x76F8"] @15-46-5
-
-# \x4E2D\x50B7 1-12346-5-24-1346-3
-noback context ["\x4E2D"]"\x50B7" @1-12346-5
-
-# \x4E2D\x5B50 1-12346-3-125-156-4
-noback context _1"\x4E2D"["\x5B50"] @125-156-4
-
-# \x4E2D\x610F 1-12346-5-16-5
-noback context ["\x4E2D"]"\x610F" @1-12346-5
-
-# \x4E2D\x6691 1-12346-5-24-34-4
-noback context ["\x4E2D"]"\x6691" @1-12346-5
-
-# \x4E2D\x6BD2 1-12346-5-145-34-2
-noback context ["\x4E2D"]"\x6BD2" @1-12346-5
-
-# \x4E2D\x734E 1-12346-5-13-46-4
-noback context ["\x4E2D"]"\x734E" @1-12346-5
-
-# \x4E2D\x8209 1-12346-5-13-1256-4
-noback context ["\x4E2D"]"\x8209" @1-12346-5
-
-# \x4E2D\x8A08 1-12346-5-13-16-5
-noback context ["\x4E2D"]"\x8A08" @1-12346-5
-
-# \x4E2D\x98A8 1-12346-5-12345-1356-3
-noback context ["\x4E2D"]"\x98A8" @1-12346-5
-
-# \x4E3B\x5C07 1-34-4-13-46-5
-noback context _1"\x4E3B"["\x5C07"] @13-46-5
-
-# \x4E48\x5B50 246-3-125-156-4
-noback context _1"\x4E48"["\x5B50"] @125-156-4
-
-# \x4E4B\x5B50 1-156-3-125-156-4
-noback context _1"\x4E4B"["\x5B50"] @125-156-4
-
-# \x4E58\x8208 12-1356-2-15-13456-5
-noback context _1"\x4E58"["\x8208"] @15-13456-5
-
-# \x4E5D\x91CD 13-234-4-12-12346-2
-noback context _1"\x4E5D"["\x91CD"] @12-12346-2
-
-# \x4E73\x59E5 1245-34-4-134-34-4
-noback context _1"\x4E73"["\x59E5"] @134-34-4
-
-# \x4E7E\x5366 245-2345-2-13-35-5
-noback context ["\x4E7E"]"\x5366" @245-2345-2
-
-# \x4E7E\x54BD 13-1236-3-346-5
-noback context _1"\x4E7E"["\x54BD"] @346-5
-
-# \x4E7E\x5609 245-2345-2-13-23456-3
-noback context ["\x4E7E"]"\x5609" @245-2345-2
-
-# \x4E7E\x5764 245-2345-2-123-123456-3
-noback context ["\x4E7E"]"\x5764" @245-2345-2
-
-# \x4E7E\x9686 245-2345-2-14-12346-2
-noback context ["\x4E7E"]"\x9686" @245-2345-2
-
-# \x4E86\x4E86 14-246-4-14-246-4
-noback context ["\x4E86"]"\x4E86" @14-246-4
-noback context _1"\x4E86"["\x4E86"] @14-246-4
-
-# \x4E86\x4E8B 14-246-4-24-156-5
-noback context ["\x4E86"]"\x4E8B" @14-246-4
-
-# \x4E86\x5F97 14-246-4-145-2346-2
-noback context ["\x4E86"]"\x5F97" @14-246-4
-
-# \x4E86\x609F 14-246-4-34-5
-noback context ["\x4E86"]"\x609F" @14-246-4
-
-# \x4E86\x65B7 14-246-4-145-12456-5
-noback context ["\x4E86"]"\x65B7" @14-246-4
-
-# \x4E86\x7136 14-246-4-1245-1236-2
-noback context ["\x4E86"]"\x7136" @14-246-4
-
-# \x4E86\x7576 14-246-4-145-1346-5
-noback context ["\x4E86"]"\x7576" @14-246-4
-noback context _1"\x4E86"["\x7576"] @145-1346-5
-
-# \x4E86\x7D50 14-246-4-13-346-2
-noback context ["\x4E86"]"\x7D50" @14-246-4
-
-# \x4E86\x89E3 14-246-4-13-346-4
-noback context ["\x4E86"]"\x89E3" @14-246-4
-
-# \x4E94\x66F4 34-4-13-13456-3
-noback context _1"\x4E94"["\x66F4"] @13-13456-3
-
-# \x4EA4\x5377 13-246-3-13-45-5
-noback context _1"\x4EA4"["\x5377"] @13-45-5
-
-# \x4EA4\x60E1 13-246-3-34-5
-noback context _1"\x4EA4"["\x60E1"] @34-5
-
-# \x4EA4\x9084 13-246-3-1235-12456-2
-noback context _1"\x4EA4"["\x9084"] @1235-12456-2
-
-# \x4EAC\x90FD 13-13456-3-145-34-3
-noback context _1"\x4EAC"["\x90FD"] @145-34-3
-
-# \x4EAE\x76F8 14-46-5-15-46-5
-noback context _1"\x4EAE"["\x76F8"] @15-46-5
-
-# \x4EB6\x7236 145-1236-4-12345-34-4
-noback context _1"\x4EB6"["\x7236"] @12345-34-4
-
-# \x4EB9\x6E90 134-136-2-45-2
-noback context ["\x4EB9"]"\x6E90" @134-136-2
-
-# \x4EBA\x53C3 1245-136-2-24-136-3
-noback context _1"\x4EBA"["\x53C3"] @24-136-3
-
-# \x4EC0\x4E48 24-2346-2-134-2346-1
-noback context ["\x4EC0"]"\x4E48" @24-2346-2
-noback context _1"\x4EC0"["\x4E48"] @134-2346-1
-
-# \x4EC0\x9EBC 24-2346-2-134-2346-1
-noback context ["\x4EC0"]"\x9EBC" @24-2346-2
-
-# \x4ECA\x671D 13-1456-3-1-146-3
-noback context _1"\x4ECA"["\x671D"] @1-146-3
-
-# \x4ECB\x5B50 13-346-5-125-156-4
-noback context _1"\x4ECB"["\x5B50"] @125-156-4
-
-# \x4ED4\x725B 125-2456-4-1345-234-2
-noback context ["\x4ED4"]"\x725B" @125-2456-4
-
-# \x4ED4\x80A9 125-156-3-13-2345-3
-noback context ["\x4ED4"]"\x80A9" @125-156-3
-
-# \x4ED4\x9EBC 125-2456-4-134-2346-1
-noback context ["\x4ED4"]"\x9EBC" @125-2456-4
-
-# \x4ED9\x5B50 15-2345-3-125-156-4
-noback context _1"\x4ED9"["\x5B50"] @125-156-4
-
-# \x4F11\x5047 15-234-3-13-23456-5
-noback context _1"\x4F11"["\x5047"] @13-23456-5
-
-# \x4F3A\x5019 245-156-5-1235-12356-5
-noback context ["\x4F3A"]"\x5019" @245-156-5
-
-# \x4F5C\x92EA 125-25-5-1234-34-5
-noback context _1"\x4F5C"["\x92EA"] @1234-34-5
-
-# \x4F86\x964D 14-2456-2-15-46-2
-noback context _1"\x4F86"["\x964D"] @15-46-2
-
-# \x4F8B\x5047 14-16-5-13-23456-5
-noback context _1"\x4F8B"["\x5047"] @13-23456-5
-
-# \x4F8D\x5F9E 24-156-5-125-12346-5
-noback context _1"\x4F8D"["\x5F9E"] @125-12346-5
-
-# \x4F9B\x61C9 13-12346-3-13456-5
-noback context ["\x4F9B"]"\x61C9" @13-12346-3
-noback context _1"\x4F9B"["\x61C9"] @13456-5
-
-# \x4F9B\x990A 13-12346-5-46-5
-noback context _1"\x4F9B"["\x990A"] @46-5
-
-# \x4F9D\x508D 16-3-135-1346-5
-noback context _1"\x4F9D"["\x508D"] @135-1346-5
-
-# \x4FBF\x5B16 1234-2345-2-135-16-5
-noback context ["\x4FBF"]"\x5B16" @1234-2345-2
-
-# \x4FBF\x5B9C 1234-2345-2-16-2
-noback context ["\x4FBF"]"\x5B9C" @1234-2345-2
-
-# \x4FBF\x8F9F 1234-2345-2-1234-16-5
-noback context ["\x4FBF"]"\x8F9F" @1234-2345-2
-
-# \x4FDD\x59E5 135-146-4-134-34-4
-noback context _1"\x4FDD"["\x59E5"] @134-34-4
-
-# \x4FE1\x5DEE 15-1456-5-12-2456-3
-noback context _1"\x4FE1"["\x5DEE"] @12-2456-3
-
-# \x4FE1\x624E 15-1456-5-1-345-2
-noback context _1"\x4FE1"["\x624E"] @1-345-2
-
-# \x4FEF\x755C 12345-34-4-15-1256-5
-noback context _1"\x4FEF"["\x755C"] @15-1256-5
-
-# \x4FF8\x7D66 12345-1356-5-13-16-4
-noback context _1"\x4FF8"["\x7D66"] @13-16-4
-
-# \x5009\x5352 245-1346-3-245-34-5
-noback context _1"\x5009"["\x5352"] @245-34-5
-
-# \x500B\x4C16 13-2346-1-125-12456-4
-noback context ["\x500B"]"\x4C16" @13-2346-1
-noback context _1"\x500B"["\x4C16"] @125-12456-4
-
-# \x5012\x639B 145-146-5-13-35-5
-noback context ["\x5012"]"\x639B" @145-146-5
-
-# \x5014\x5F37 13-236-2-13-46-5
-noback context ["\x5014"]"\x5F37" @13-236-2
-noback context _1"\x5014"["\x5F37"] @13-46-5
-
-# \x5014\x8D77 13-236-2-245-16-4
-noback context ["\x5014"]"\x8D77" @13-236-2
-
-# \x5030\x50DC 14-1356-5-145-1356-5
-noback context ["\x5030"]"\x50DC" @14-1356-5
-noback context _1"\x5030"["\x50DC"] @145-1356-5
-
-# \x5047\x65E5 13-23456-5-1245-156-5
-noback context ["\x5047"]"\x65E5" @13-23456-5
-
-# \x5047\x671F 13-23456-5-245-16-2
-noback context ["\x5047"]"\x671F" @13-23456-5
-
-# \x504F\x597D 1234-2345-3-1235-146-5
-noback context _1"\x504F"["\x597D"] @1235-146-5
-
-# \x5059\x5136 145-16-5-1235-1246-5
-noback context _1"\x5059"["\x5136"] @1235-1246-5
-
-# \x5065\x5C07 13-2345-5-13-46-5
-noback context _1"\x5065"["\x5C07"] @13-46-5
-
-# \x5094\x5F9E 245-2345-5-125-12346-5
-noback context _1"\x5094"["\x5F9E"] @125-12346-5
-
-# \x5096\x511C 245-1346-3-1345-13456-2
-noback context _1"\x5096"["\x511C"] @1345-13456-2
-
-# \x5096\x7236 245-1346-3-12345-34-4
-noback context _1"\x5096"["\x7236"] @12345-34-4
-
-# \x509D\x5111 124-1236-5-1236-5
-noback context ["\x509D"]"\x5111" @124-1236-5
-
-# \x50A2\x4F19 13-23456-3-1235-25-1
-noback context _1"\x50A2"["\x4F19"] @1235-25-1
-
-# \x50B3\x8A18 1-12456-5-13-16-5
-noback context ["\x50B3"]"\x8A18" @1-12456-5
-
-# \x50D5\x5C04 1234-34-2-346-5
-noback context _1"\x50D5"["\x5C04"] @346-5
-
-# \x5110\x76F8 135-1456-3-15-46-5
-noback context _1"\x5110"["\x76F8"] @15-46-5
-
-# \x5112\x5C07 1245-34-2-13-46-5
-noback context _1"\x5112"["\x5C07"] @13-46-5
-
-# \x511F\x9084 12-1346-2-1235-12456-2
-noback context _1"\x511F"["\x9084"] @1235-12456-2
-
-# \x5141\x7576 256-4-145-1346-5
-noback context _1"\x5141"["\x7576"] @145-1346-5
-
-# \x5144\x9577 15-235-3-1-1346-4
-noback context _1"\x5144"["\x9577"] @1-1346-4
-
-# \x5145\x5206 12-12346-3-12345-136-5
-noback context _1"\x5145"["\x5206"] @12345-136-5
-
-# \x5145\x585E 12-12346-3-15-2346-5
-noback context _1"\x5145"["\x585E"] @15-2346-5
-
-# \x514B\x96E3 123-2346-5-1345-1236-5
-noback context _1"\x514B"["\x96E3"] @1345-1236-5
-
-# \x515C\x7387 145-12356-3-24-2356-5
-noback context _1"\x515C"["\x7387"] @24-2356-5
-
-# \x5165\x76F8 1245-34-5-15-46-5
-noback context _1"\x5165"["\x76F8"] @15-46-5
-
-# \x5167\x61C9 1345-356-5-13456-5
-noback context _1"\x5167"["\x61C9"] @13456-5
-
-# \x5167\x76F8 1345-356-5-15-46-5
-noback context _1"\x5167"["\x76F8"] @15-46-5
-
-# \x5167\x7701 1345-356-5-15-13456-4
-noback context _1"\x5167"["\x7701"] @15-13456-4
-
-# \x5167\x884C 1345-356-5-1235-1346-2
-noback context _1"\x5167"["\x884C"] @1235-1346-2
-
-# \x516B\x8F9F 135-345-3-135-16-5
-noback context _1"\x516B"["\x8F9F"] @135-16-5
-
-# \x516C\x5B50 13-12346-3-125-156-4
-noback context _1"\x516C"["\x5B50"] @125-156-4
-
-# \x516C\x5DEE 13-12346-3-12-2456-3
-noback context _1"\x516C"["\x5DEE"] @12-2456-3
-
-# \x516C\x64AE 13-12346-3-245-25-5
-noback context _1"\x516C"["\x64AE"] @245-25-5
-
-# \x5171\x8655 13-12346-5-12-34-4
-noback context _1"\x5171"["\x8655"] @12-34-4
-
-# \x5176\x5B50 245-16-2-125-156-4
-noback context _1"\x5176"["\x5B50"] @125-156-4
-
-# \x5178\x7576 145-2345-4-145-1346-5
-noback context _1"\x5178"["\x7576"] @145-1346-5
-
-# \x5178\x92EA 145-2345-4-1234-34-5
-noback context _1"\x5178"["\x92EA"] @1234-34-5
-
-# \x517C\x5DEE 13-2345-3-12-2456-3
-noback context _1"\x517C"["\x5DEE"] @12-2456-3
-
-# \x51A0\x5195 13-12456-3-134-2345-4
-noback context ["\x51A0"]"\x5195" @13-12456-3
-
-# \x51A0\x72C0 13-12456-3-1-456-5
-noback context ["\x51A0"]"\x72C0" @13-12456-3
-
-# \x51A0\x84CB 13-12456-3-13-2456-5
-noback context ["\x51A0"]"\x84CB" @13-12456-3
-
-# \x51DD\x54BD 1345-13456-2-346-5
-noback context _1"\x51DD"["\x54BD"] @346-5
-
-# \x51F1\x6492 123-2456-4-15-345-3
-noback context _1"\x51F1"["\x6492"] @15-345-3
-
-# \x51FA\x5C07 12-34-3-13-46-5
-noback context _1"\x51FA"["\x5C07"] @13-46-5
-
-# \x51FA\x5DEE 12-34-3-12-2456-3
-noback context _1"\x51FA"["\x5DEE"] @12-2456-3
-
-# \x51FA\x6C92 12-34-3-134-126-5
-noback context _1"\x51FA"["\x6C92"] @134-126-5
-
-# \x51FD\x624E 1235-1236-2-1-345-2
-noback context _1"\x51FD"["\x624E"] @1-345-2
-
-# \x5206\x5167 12345-136-5-1345-356-5
-noback context ["\x5206"]"\x5167" @12345-136-5
-
-# \x5206\x5916 12345-136-5-2356-5
-noback context ["\x5206"]"\x5916" @12345-136-5
-
-# \x5206\x5B50 12345-136-5-125-156-4
-noback context ["\x5206"]"\x5B50" @12345-136-5
-noback context _1"\x5206"["\x5B50"] @125-156-4
-
-# \x5206\x884C 12345-136-3-1235-1346-2
-noback context _1"\x5206"["\x884C"] @1235-1346-2
-
-# \x5206\x91CF 12345-136-5-14-46-5
-noback context ["\x5206"]"\x91CF" @12345-136-5
-
-# \x5207\x83AB 245-346-5-134-126-5
-noback context ["\x5207"]"\x83AB" @245-346-5
-
-# \x5207\x9F52 245-346-5-12-156-4
-noback context ["\x5207"]"\x9F52" @245-346-5
-
-# \x5217\x50B3 14-346-5-1-12456-5
-noback context _1"\x5217"["\x50B3"] @1-12456-5
-
-# \x5217\x5B50 14-346-5-125-156-4
-noback context _1"\x5217"["\x5B50"] @125-156-4
-
-# \x5228\x51FA 1234-146-2-12-34-3
-noback context ["\x5228"]"\x51FA" @1234-146-2
-
-# \x5228\x571F 1234-146-2-124-34-4
-noback context ["\x5228"]"\x571F" @1234-146-2
-
-# \x5228\x5730 1234-146-2-145-16-5
-noback context ["\x5228"]"\x5730" @1234-146-2
-
-# \x5228\x5751 1234-146-2-123-1356-3
-noback context ["\x5228"]"\x5751" @1234-146-2
-
-# \x5228\x6389 1234-146-2-145-246-5
-noback context ["\x5228"]"\x6389" @1234-146-2
-
-# \x5228\x6839 1234-146-2-13-136-3
-noback context ["\x5228"]"\x6839" @1234-146-2
-
-# \x5228\x6A39 1234-146-2-24-34-5
-noback context ["\x5228"]"\x6A39" @1234-146-2
-
-# \x5228\x6C99 1234-146-2-24-345-3
-noback context ["\x5228"]"\x6C99" @1234-146-2
-
-# \x5228\x6D1E 1234-146-2-145-12346-5
-noback context ["\x5228"]"\x6D1E" @1234-146-2
-
-# \x5228\x8E74 1234-146-2-245-34-5
-noback context ["\x5228"]"\x8E74" @1234-146-2
-
-# \x5228\x9664 1234-146-2-12-34-2
-noback context ["\x5228"]"\x9664" @1234-146-2
-
-# \x5237\x5377 24-35-3-13-45-5
-noback context _1"\x5237"["\x5377"] @13-45-5
-
-# \x524E\x8ECA 24-345-5-12-2346-3
-noback context ["\x524E"]"\x8ECA" @24-345-5
-
-# \x524E\x90A3 12-345-5-1345-25-2
-noback context ["\x524E"]"\x90A3" @12-345-5
-noback context _1"\x524E"["\x90A3"] @1345-25-2
-
-# \x525D\x524A 135-126-3-15-236-5
-noback context _1"\x525D"["\x524A"] @15-236-5
-
-# \x5261\x6EAA 24-1236-5-15-16-3
-noback context ["\x5261"]"\x6EAA" @24-1236-5
-
-# \x5261\x7258 24-1236-5-145-34-2
-noback context ["\x5261"]"\x7258" @24-1236-5
-
-# \x526F\x5C07 12345-34-5-13-46-5
-noback context _1"\x526F"["\x5C07"] @13-46-5
-
-# \x5275\x75D5 12-456-3-1235-136-2
-noback context ["\x5275"]"\x75D5" @12-456-3
-
-# \x527E\x34F1 123-12356-3-124-12356-2
-noback context _1"\x527E"["\x34F1"] @124-12356-2
-
-# \x529B\x5B50 14-16-5-125-156-4
-noback context _1"\x529B"["\x5B50"] @125-156-4
-
-# \x52A9\x9577 1-34-5-1-1346-4
-noback context _1"\x52A9"["\x9577"] @1-1346-4
-
-# \x52AE\x5A78 16-5-145-1346-5
-noback context _1"\x52AE"["\x5A78"] @145-1346-5
-
-# \x52C7\x5C07 235-4-13-46-5
-noback context _1"\x52C7"["\x5C07"] @13-46-5
-
-# \x52C9\x5F37 134-2345-4-245-46-4
-noback context _1"\x52C9"["\x5F37"] @245-46-4
-
-# \x52D2\x4F4F 14-356-3-1-34-5
-noback context ["\x52D2"]"\x4F4F" @14-356-3
-
-# \x52D2\x5012 14-356-3-145-146-4
-noback context ["\x52D2"]"\x5012" @14-356-3
-
-# \x52D2\x50B7 14-356-3-24-1346-3
-noback context ["\x52D2"]"\x50B7" @14-356-3
-
-# \x52D2\x6583 14-356-3-135-16-5
-noback context ["\x52D2"]"\x6583" @14-356-3
-
-# \x52D2\x660F 14-356-3-1235-123456-3
-noback context ["\x52D2"]"\x660F" @14-356-3
-
-# \x52D2\x6B7B 14-356-3-15-156-4
-noback context ["\x52D2"]"\x6B7B" @14-356-3
-
-# \x52D2\x75D5 14-356-3-1235-136-2
-noback context ["\x52D2"]"\x75D5" @14-356-3
-
-# \x52D2\x7DCA 14-356-3-13-1456-4
-noback context ["\x52D2"]"\x7DCA" @14-356-3
-
-# \x52D7\x7387 15-1256-5-24-2356-5
-noback context _1"\x52D7"["\x7387"] @24-2356-5
-
-# \x52DD\x4EFB 24-1356-3-1245-136-5
-noback context ["\x52DD"]"\x4EFB" @24-1356-3
-
-# \x52DD\x6578 24-1356-3-24-34-4
-noback context ["\x52DD"]"\x6578" @24-1356-3
-noback context _1"\x52DD"["\x6578"] @24-34-4
-
-# \x52DE\x8ECD 14-146-5-13-256-3
-noback context ["\x52DE"]"\x8ECD" @14-146-5
-
-# \x52E6\x7ACA 12-146-3-245-346-5
-noback context ["\x52E6"]"\x7ACA" @12-146-3
-
-# \x52E6\x8972 12-146-3-15-16-2
-noback context ["\x52E6"]"\x8972" @12-146-3
-
-# \x52E6\x8AAA 12-146-3-24-25-3
-noback context ["\x52E6"]"\x8AAA" @12-146-3
-
-# \x52F8\x964D 245-45-5-15-46-2
-noback context _1"\x52F8"["\x964D"] @15-46-2
-
-# \x52FB\x7A31 256-2-12-136-5
-noback context _1"\x52FB"["\x7A31"] @12-136-5
-
-# \x52FE\x7576 13-12356-3-145-1346-5
-noback context _1"\x52FE"["\x7576"] @145-1346-5
-
-# \x5315\x898B 135-16-4-15-2345-5
-noback context _1"\x5315"["\x898B"] @15-2345-5
-
-# \x5317\x4F10 135-356-4-12345-345-3
-noback context _1"\x5317"["\x4F10"] @12345-345-3
-
-# \x5339\x529B 1234-16-3-14-16-5
-noback context ["\x5339"]"\x529B" @1234-16-3
-
-# \x5339\x64B2 1234-16-3-1234-34-3
-noback context ["\x5339"]"\x64B2" @1234-16-3
-
-# \x5339\x89D2 1234-16-3-13-246-4
-noback context ["\x5339"]"\x89D2" @1234-16-3
-
-# \x5339\x9762 1234-16-3-134-2345-5
-noback context ["\x5339"]"\x9762" @1234-16-3
-
-# \x5339\x99AC 1234-16-3-134-345-4
-noback context ["\x5339"]"\x99AC" @1234-16-3
-
-# \x5339\x9A3E 1234-16-3-14-25-2
-noback context ["\x5339"]"\x9A3E" @1234-16-3
-
-# \x5339\x9A62 1234-16-3-14-1256-2
-noback context ["\x5339"]"\x9A62" @1234-16-3
-
-# \x533E\x624E 135-2345-4-1-345-2
-noback context _1"\x533E"["\x624E"] @1-345-2
-
-# \x5340\x9577 245-1256-3-1-1346-4
-noback context _1"\x5340"["\x9577"] @1-1346-4
-
-# \x5341\x884C 24-156-2-1235-1346-2
-noback context _1"\x5341"["\x884C"] @1235-1346-2
-
-# \x5343\x4E58 245-2345-3-24-1356-5
-noback context _1"\x5343"["\x4E58"] @24-1356-5
-
-# \x5348\x89BA 34-4-13-246-5
-noback context _1"\x5348"["\x89BA"] @13-246-5
-
-# \x534A\x8F09 135-1236-5-125-2456-4
-noback context _1"\x534A"["\x8F09"] @125-2456-4
-
-# \x5351\x5EB3 135-356-3-135-16-5
-noback context _1"\x5351"["\x5EB3"] @135-16-5
-
-# \x5352\x4E4D 245-34-5-1-345-5
-noback context ["\x5352"]"\x4E4D" @245-34-5
-
-# \x5352\x5352 245-34-5-245-34-5
-noback context ["\x5352"]"\x5352" @245-34-5
-noback context _1"\x5352"["\x5352"] @245-34-5
-
-# \x5353\x8457 1-25-2-1-34-5
-noback context _1"\x5353"["\x8457"] @1-34-5
-
-# \x5354\x8ABF 15-346-2-124-246-2
-noback context _1"\x5354"["\x8ABF"] @124-246-2
-
-# \x5357\x5B50 1345-1236-2-125-156-4
-noback context _1"\x5357"["\x5B50"] @125-156-4
-
-# \x5357\x7121 1345-1236-2-134-126-2
-noback context _1"\x5357"["\x7121"] @134-126-2
-
-# \x5360\x535C 1-1236-3-135-34-4
-noback context ["\x5360"]"\x535C" @1-1236-3
-
-# \x5360\x661F 1-1236-3-15-13456-3
-noback context ["\x5360"]"\x661F" @1-1236-3
-
-# \x5370\x92EA 1456-5-1234-34-5
-noback context _1"\x5370"["\x92EA"] @1234-34-5
-
-# \x5371\x96E3 1246-2-1345-1236-5
-noback context _1"\x5371"["\x96E3"] @1345-1236-5
-
-# \x5375\x5B50 14-12456-4-125-156-4
-noback context _1"\x5375"["\x5B50"] @125-156-4
-
-# \x5377\x5A41 245-45-2-14-12356-2
-noback context ["\x5377"]"\x5A41" @245-45-2
-
-# \x5377\x5B50 13-45-5-125-156-1
-noback context ["\x5377"]"\x5B50" @13-45-5
-
-# \x5377\x5B97 13-45-5-125-12346-3
-noback context ["\x5377"]"\x5B97" @13-45-5
-
-# \x5377\x5E19 13-45-5-1-156-5
-noback context ["\x5377"]"\x5E19" @13-45-5
-
-# \x5377\x963F 245-45-2-2346-3
-noback context ["\x5377"]"\x963F" @245-45-2
-noback context _1"\x5377"["\x963F"] @2346-3
-
-# \x537F\x76F8 245-13456-3-15-46-5
-noback context _1"\x537F"["\x76F8"] @15-46-5
-
-# \x539F\x5B50 45-2-125-156-4
-noback context _1"\x539F"["\x5B50"] @125-156-4
-
-# \x539F\x8457 45-2-1-34-5
-noback context _1"\x539F"["\x8457"] @1-34-5
-
-# \x53AD\x53AD 2345-3-2345-3
-noback context ["\x53AD"]"\x53AD" @2345-3
-noback context _1"\x53AD"["\x53AD"] @2345-3
-
-# \x53AD\x60E1 2345-5-34-5
-noback context _1"\x53AD"["\x60E1"] @34-5
-
-# \x53B9\x77DB 245-234-2-134-146-2
-noback context ["\x53B9"]"\x77DB" @245-234-2
-
-# \x53C3\x3001 15-1236-3-6-0
-noback context ["\x53C3"]"\x3001" @15-1236-3
-
-# \x53C3\x4EDF 15-1236-3-245-2345-3
-noback context ["\x53C3"]"\x4EDF" @15-1236-3
-
-# \x53C3\x4F70 15-1236-3-135-2456-4
-noback context ["\x53C3"]"\x4F70" @15-1236-3
-
-# \x53C3\x5546 24-136-3-24-1346-3
-noback context ["\x53C3"]"\x5546" @24-136-3
-
-# \x53C3\x5BBF 24-136-3-15-234-5
-noback context ["\x53C3"]"\x5BBF" @24-136-3
-noback context _1"\x53C3"["\x5BBF"] @15-234-5
-
-# \x53C3\x5C07 245-1236-3-13-46-5
-noback context _1"\x53C3"["\x5C07"] @13-46-5
-
-# \x53C3\x5DEE 245-136-3-245-156-3
-noback context ["\x53C3"]"\x5DEE" @245-136-3
-noback context _1"\x53C3"["\x5DEE"] @245-156-3
-
-# \x53C3\x62FE 15-1236-3-24-156-2
-noback context ["\x53C3"]"\x62FE" @15-1236-3
-
-# \x53C3\x8207 245-1236-3-1256-5
-noback context _1"\x53C3"["\x8207"] @1256-5
-
-# \x53CD\x61C9 12345-1236-4-13456-5
-noback context _1"\x53CD"["\x61C9"] @13456-5
-
-# \x53CD\x76F8 12345-1236-4-15-46-5
-noback context _1"\x53CD"["\x76F8"] @15-46-5
-
-# \x53CD\x7701 12345-1236-4-15-13456-4
-noback context _1"\x53CD"["\x7701"] @15-13456-4
-
-# \x53CD\x9593 12345-1236-4-13-2345-5
-noback context _1"\x53CD"["\x9593"] @13-2345-5
-
-# \x53D6\x5B50 245-1256-4-125-156-4
-noback context _1"\x53D6"["\x5B50"] @125-156-4
-
-# \x53D7\x964D 24-12356-5-15-46-2
-noback context _1"\x53D7"["\x964D"] @15-46-2
-
-# \x53D7\x96E3 24-12356-5-1345-1236-5
-noback context _1"\x53D7"["\x96E3"] @1345-1236-5
-
-# \x53E3\x5403 123-12356-4-13-16-2
-noback context _1"\x53E3"["\x5403"] @13-16-2
-
-# \x53E4\x73A9 13-34-4-12456-5
-noback context _1"\x53E4"["\x73A9"] @12456-5
-
-# \x53E5\x8E10 13-12356-3-13-2345-5
-noback context ["\x53E5"]"\x8E10" @13-12356-3
-
-# \x53E8\x5149 124-146-3-13-456-3
-noback context ["\x53E8"]"\x5149" @124-146-3
-
-# \x53E8\x64FE 124-146-3-1245-146-4
-noback context ["\x53E8"]"\x64FE" @124-146-3
-
-# \x53EF\x60E1 123-2346-4-34-5
-noback context _1"\x53EF"["\x60E1"] @34-5
-
-# \x53EF\x6578 123-2346-4-24-34-4
-noback context _1"\x53EF"["\x6578"] @24-34-4
-
-# \x53EF\x6C57 123-2346-5-1235-1236-2
-noback context ["\x53EF"]"\x6C57" @123-2346-5
-noback context _1"\x53EF"["\x6C57"] @1235-1236-2
-
-# \x53F8\x9577 15-156-3-1-1346-4
-noback context _1"\x53F8"["\x9577"] @1-1346-4
-
-# \x5401\x5929 1256-5-124-2345-3
-noback context ["\x5401"]"\x5929" @1256-5
-
-# \x5401\x6C42 1256-5-245-234-2
-noback context ["\x5401"]"\x6C42" @1256-5
-
-# \x5404\x884C 13-2346-5-1235-1346-2
-noback context _1"\x5404"["\x884C"] @1235-1346-2
-
-# \x5406\x559D 246-3-1235-2346-5
-noback context _1"\x5406"["\x559D"] @1235-2346-5
-
-# \x5408\x7E31 1235-2346-2-125-12346-3
-noback context _1"\x5408"["\x7E31"] @125-12346-3
-
-# \x540A\x5377 145-246-5-13-45-5
-noback context _1"\x540A"["\x5377"] @13-45-5
-
-# \x540A\x8180 145-246-5-135-1346-5
-noback context _1"\x540A"["\x8180"] @135-1346-5
-
-# \x540A\x92EA 145-246-5-1234-34-5
-noback context _1"\x540A"["\x92EA"] @1234-34-5
-
-# \x540D\x5206 134-13456-2-12345-136-5
-noback context _1"\x540D"["\x5206"] @12345-136-5
-
-# \x540D\x5C07 134-13456-2-13-46-5
-noback context _1"\x540D"["\x5C07"] @13-46-5
-
-# \x540D\x8457 134-13456-2-1-34-5
-noback context _1"\x540D"["\x8457"] @1-34-5
-
-# \x540E\x8F9F 1235-12356-5-135-16-5
-noback context _1"\x540E"["\x8F9F"] @135-16-5
-
-# \x5410\x8840 124-34-5-15-346-4
-noback context ["\x5410"]"\x8840" @124-34-5
-
-# \x541B\x5B50 13-256-3-125-156-4
-noback context _1"\x541B"["\x5B50"] @125-156-4
-
-# \x541E\x6C92 124-123456-3-134-126-5
-noback context _1"\x541E"["\x6C92"] @134-126-5
-
-# \x5426\x5366 1234-16-4-13-35-5
-noback context ["\x5426"]"\x5366" @1234-16-4
-
-# \x5426\x6975 1234-16-4-13-16-2
-noback context ["\x5426"]"\x6975" @1234-16-4
-
-# \x5427\x55D2 135-345-3-145-345-3
-noback context ["\x5427"]"\x55D2" @135-345-3
-
-# \x5428\x5428 1-123456-5-1-123456-5
-noback context ["\x5428"]"\x5428" @1-123456-5
-noback context _1"\x5428"["\x5428"] @1-123456-5
-
-# \x542B\x6DF7 1235-1236-2-1235-123456-4
-noback context _1"\x542B"["\x6DF7"] @1235-123456-4
-
-# \x5433\x5B50 34-2-125-156-4
-noback context _1"\x5433"["\x5B50"] @125-156-4
-
-# \x543D\x7259 12356-2-23456-2
-noback context ["\x543D"]"\x7259" @12356-2
-
-# \x5446\x6399 145-2456-3-1-1356-3
-noback context _1"\x5446"["\x6399"] @1-1356-3
-
-# \x544A\x5047 13-146-5-13-23456-5
-noback context _1"\x544A"["\x5047"] @13-23456-5
-
-# \x544A\x5B50 13-146-5-125-156-4
-noback context _1"\x544A"["\x5B50"] @125-156-4
-
-# \x5462\x5462 1345-16-2-1345-16-2
-noback context ["\x5462"]"\x5462" @1345-16-2
-noback context _1"\x5462"["\x5462"] @1345-16-2
-
-# \x5462\x5583 1345-16-2-1345-1236-2
-noback context ["\x5462"]"\x5583" @1345-16-2
-
-# \x5462\x7D68 1345-16-2-1245-12346-2
-noback context ["\x5462"]"\x7D68" @1345-16-2
-
-# \x547C\x5401 1235-34-3-1256-5
-noback context _1"\x547C"["\x5401"] @1256-5
-
-# \x547C\x61C9 1235-34-3-13456-5
-noback context _1"\x547C"["\x61C9"] @13456-5
-
-# \x5484\x55DF 145-25-5-13-346-5
-noback context ["\x5484"]"\x55DF" @145-25-5
-noback context _1"\x5484"["\x55DF"] @13-346-5
-
-# \x5486\x54EE 1234-146-2-15-246-3
-noback context _1"\x5486"["\x54EE"] @15-246-3
-
-# \x5487\x3609 135-16-4-13-346-2
-noback context ["\x5487"]"\x3609" @135-16-4
-
-# \x548B\x5536 1-345-5-13-346-5
-noback context ["\x548B"]"\x5536" @1-345-5
-
-# \x548B\x8B02 1-345-5-1246-5
-noback context ["\x548B"]"\x8B02" @1-345-5
-
-# \x548C\x54C4 1235-2346-2-1235-12346-3
-noback context _1"\x548C"["\x54C4"] @1235-12346-3
-
-# \x548E\x7E47 13-146-3-246-2
-noback context ["\x548E"]"\x7E47" @13-146-3
-
-# \x548E\x9676 13-146-3-246-2
-noback context ["\x548E"]"\x9676" @13-146-3
-noback context _1"\x548E"["\x9676"] @246-2
-
-# \x548E\x9F13 13-146-3-13-34-4
-noback context ["\x548E"]"\x9F13" @13-146-3
-
-# \x5495\x3595 13-34-3-15-1456-3
-noback context _1"\x5495"["\x3595"] @15-1456-3
-
-# \x54AF\x5660 13-2346-3-145-345-1
-noback context _1"\x54AF"["\x5660"] @145-345-1
-
-# \x54AF\x8840 123-345-4-15-346-4
-noback context ["\x54AF"]"\x8840" @123-345-4
-
-# \x54B6\x54B6 13-35-3-13-35-3
-noback context ["\x54B6"]"\x54B6" @13-35-3
-noback context _1"\x54B6"["\x54B6"] @13-35-3
-
-# \x54B6\x566A 13-35-3-125-146-5
-noback context ["\x54B6"]"\x566A" @13-35-3
-
-# \x54BD\x54BD 346-5-346-5
-noback context ["\x54BD"]"\x54BD" @346-5
-noback context _1"\x54BD"["\x54BD"] @346-5
-
-# \x54BD\x5589 2345-3-1235-12356-2
-noback context ["\x54BD"]"\x5589" @2345-3
-
-# \x54BD\x55DA 346-5-34-3
-noback context ["\x54BD"]"\x55DA" @346-5
-
-# \x54BD\x9580 2345-3-134-136-2
-noback context ["\x54BD"]"\x9580" @2345-3
-
-# \x54BD\x9818 2345-3-14-13456-4
-noback context ["\x54BD"]"\x9818" @2345-3
-
-# \x54BD\x982D 2345-3-124-12356-2
-noback context ["\x54BD"]"\x982D" @2345-3
-
-# \x54C0\x5B50 2456-3-125-156-4
-noback context _1"\x54C0"["\x5B50"] @125-156-4
-
-# \x54C0\x606B 2456-3-124-12346-3
-noback context _1"\x54C0"["\x606B"] @124-12346-3
-
-# \x54C0\x865F 2456-3-1235-146-2
-noback context _1"\x54C0"["\x865F"] @1235-146-2
-
-# \x54C1\x884C 1234-1456-4-15-13456-5
-noback context _1"\x54C1"["\x884C"] @15-13456-5
-
-# \x54C4\x50B3 1235-12346-3-12-12456-2
-noback context ["\x54C4"]"\x50B3" @1235-12346-3
-
-# \x54C4\x52D5 1235-12346-3-145-12346-5
-noback context ["\x54C4"]"\x52D5" @1235-12346-3
-
-# \x54C4\x54C4 1235-12346-3-1235-12346-3
-noback context ["\x54C4"]"\x54C4" @1235-12346-3
-noback context _1"\x54C4"["\x54C4"] @1235-12346-3
-
-# \x54C4\x5687 1235-12346-4-1235-2346-5
-noback context _1"\x54C4"["\x5687"] @1235-2346-5
-
-# \x54C4\x5802 1235-12346-3-124-1346-2
-noback context ["\x54C4"]"\x5802" @1235-12346-3
-
-# \x54C4\x62AC 1235-12346-3-124-2456-2
-noback context ["\x54C4"]"\x62AC" @1235-12346-3
-
-# \x54C4\x6436 1235-12346-3-245-46-4
-noback context ["\x54C4"]"\x6436" @1235-12346-3
-
-# \x54C4\x7136 1235-12346-3-1245-1236-2
-noback context ["\x54C4"]"\x7136" @1235-12346-3
-
-# \x54C8\x5587 1235-345-3-14-345-1
-noback context _1"\x54C8"["\x5587"] @14-345-1
-
-# \x54E9\x54E9 14-16-3-14-16-3
-noback context ["\x54E9"]"\x54E9" @14-16-3
-noback context _1"\x54E9"["\x54E9"] @14-16-3
-
-# \x54E9\x55F9 14-16-3-14-2345-2
-noback context ["\x54E9"]"\x55F9" @14-16-3
-
-# \x54E9\x5695 14-16-3-14-34-3
-noback context ["\x54E9"]"\x5695" @14-16-3
-
-# \x54EA\x5412 1345-25-2-1-345-5
-noback context ["\x54EA"]"\x5412" @1345-25-2
-
-# \x54EB\x8A3E 125-34-2-125-156-3
-noback context _1"\x54EB"["\x8A3E"] @125-156-3
-
-# \x54ED\x865F 123-34-3-1235-146-2
-noback context _1"\x54ED"["\x865F"] @1235-146-2
-
-# \x54EE\x5598 15-246-3-12-12456-4
-noback context ["\x54EE"]"\x5598" @15-246-3
-
-# \x54F1\x56C9 1234-126-5-14-25-2
-noback context _1"\x54F1"["\x56C9"] @14-25-2
-
-# \x54FD\x54BD 13-1356-4-346-5
-noback context _1"\x54FD"["\x54BD"] @346-5
-
-# \x5506\x8ABF 15-25-3-124-246-2
-noback context _1"\x5506"["\x8ABF"] @124-246-2
-
-# \x550F\x54E9 15-16-3-14-16-3
-noback context _1"\x550F"["\x54E9"] @14-16-3
-
-# \x5510\x585E 124-1346-2-15-2346-5
-noback context _1"\x5510"["\x585E"] @15-2346-5
-
-# \x5513\x55FB 12-2346-3-1-2346-3
-noback context _1"\x5513"["\x55FB"] @1-2346-3
-
-# \x5527\x5527 13-16-2-13-16-2
-noback context ["\x5527"]"\x5527" @13-16-2
-noback context _1"\x5527"["\x5527"] @13-16-2
-
-# \x5527\x55FE 13-16-2-15-12356-4
-noback context ["\x5527"]"\x55FE" @13-16-2
-
-# \x5527\x5616 13-16-2-125-2346-2
-noback context ["\x5527"]"\x5616" @13-16-2
-
-# \x552D\x3608 245-16-5-16-5
-noback context _1"\x552D"["\x3608"] @16-5
-
-# \x5531\x35D5 12-1346-5-13-12356-3
-noback context _1"\x5531"["\x35D5"] @13-12356-3
-
-# \x5531\x548C 12-1346-5-1235-2346-5
-noback context _1"\x5531"["\x548C"] @1235-2346-5
-
-# \x5536\x5536 13-16-2-13-16-2
-noback context ["\x5536"]"\x5536" @13-16-2
-noback context _1"\x5536"["\x5536"] @13-16-2
-
-# \x553C\x4F5E 245-346-5-1345-13456-5
-noback context ["\x553C"]"\x4F5E" @245-346-5
-
-# \x553C\x558B 24-345-5-1-345-2
-noback context _1"\x553C"["\x558B"] @1-345-2
-
-# \x5546\x884C 24-1346-3-1235-1346-2
-noback context _1"\x5546"["\x884C"] @1235-1346-2
-
-# \x5546\x8CC8 24-1346-3-13-34-4
-noback context _1"\x5546"["\x8CC8"] @13-34-4
-
-# \x5546\x91CF 24-1346-3-14-46-2
-noback context _1"\x5546"["\x91CF"] @14-46-2
-
-# \x554F\x5377 123456-5-13-45-5
-noback context _1"\x554F"["\x5377"] @13-45-5
-
-# \x5551\x558B 24-345-5-1-345-2
-noback context _1"\x5551"["\x558B"] @1-345-2
-
-# \x5551\x8840 13-346-2-15-346-4
-noback context ["\x5551"]"\x8840" @13-346-2
-
-# \x555C\x8CFA 12-25-5-125-12456-5
-noback context _1"\x555C"["\x8CFA"] @125-12456-5
-
-# \x555E\x5427 23456-4-135-345-3
-noback context _1"\x555E"["\x5427"] @135-345-3
-
-# \x555E\x54BD 23456-3-346-5
-noback context ["\x555E"]"\x54BD" @23456-3
-noback context _1"\x555E"["\x54BD"] @346-5
-
-# \x555E\x555E 23456-3-23456-3
-noback context ["\x555E"]"\x555E" @23456-3
-noback context _1"\x555E"["\x555E"] @23456-3
-
-# \x555F\x7E47 245-16-4-1-12356-5
-noback context _1"\x555F"["\x7E47"] @1-12356-5
-
-# \x557E\x5527 13-234-3-13-16-2
-noback context _1"\x557E"["\x5527"] @13-16-2
-
-# \x5580\x5580 123-2346-5-123-2346-5
-noback context ["\x5580"]"\x5580" @123-2346-5
-noback context _1"\x5580"["\x5580"] @123-2346-5
-
-# \x5580\x55B3 123-345-3-12-345-3
-noback context ["\x5580"]"\x55B3" @123-345-3
-noback context _1"\x5580"["\x55B3"] @12-345-3
-
-# \x5580\x5693 123-345-3-245-345-3
-noback context ["\x5580"]"\x5693" @123-345-3
-
-# \x5580\x8840 123-2346-5-15-346-4
-noback context ["\x5580"]"\x8840" @123-2346-5
-
-# \x5581\x5581 1256-2-1256-2
-noback context ["\x5581"]"\x5581" @1256-2
-noback context _1"\x5581"["\x5581"] @1256-2
-
-# \x5584\x8CC8 24-1236-5-13-34-4
-noback context _1"\x5584"["\x8CC8"] @13-34-4
-
-# \x5587\x5587 14-345-3-14-345-3
-noback context ["\x5587"]"\x5587" @14-345-3
-noback context _1"\x5587"["\x5587"] @14-345-3
-
-# \x5589\x54BD 1235-12356-2-2345-3
-noback context _1"\x5589"["\x54BD"] @2345-3
-
-# \x5589\x585E 1235-12356-2-15-2456-3
-noback context _1"\x5589"["\x585E"] @15-2456-3
-
-# \x559C\x597D 15-16-4-1235-146-5
-noback context _1"\x559C"["\x597D"] @1235-146-5
-
-# \x559D\x91C7 1235-2346-5-245-2456-4
-noback context ["\x559D"]"\x91C7" @1235-2346-5
-
-# \x55A2\x35D9 24-345-5-1345-345-5
-noback context _1"\x55A2"["\x35D9"] @1345-345-5
-
-# \x55A7\x54C4 15-45-3-1235-12346-3
-noback context _1"\x55A7"["\x54C4"] @1235-12346-3
-
-# \x55AA\x547D 15-1346-5-134-13456-5
-noback context ["\x55AA"]"\x547D" @15-1346-5
-
-# \x55AA\x5931 15-1346-5-24-156-3
-noback context ["\x55AA"]"\x5931" @15-1346-5
-
-# \x55AA\x5B50 15-1346-5-125-156-4
-noback context ["\x55AA"]"\x5B50" @15-1346-5
-noback context _1"\x55AA"["\x5B50"] @125-156-4
-
-# \x55AA\x5FC3 15-1346-5-15-1456-3
-noback context ["\x55AA"]"\x5FC3" @15-1346-5
-
-# \x55AA\x81BD 15-1346-5-145-1236-4
-noback context ["\x55AA"]"\x81BD" @15-1346-5
-
-# \x55AE\x4E8E 12-1236-2-1256-2
-noback context ["\x55AE"]"\x4E8E" @12-1236-2
-
-# \x55B3\x547C 12-345-3-1235-34-3
-noback context ["\x55B3"]"\x547C" @12-345-3
-
-# \x55C4\x7A0B 24-345-5-12-1356-2
-noback context ["\x55C4"]"\x7A0B" @24-345-5
-
-# \x55C4\x98EF 24-345-5-12345-1236-5
-noback context ["\x55C4"]"\x98EF" @24-345-5
-
-# \x55CE\x5561 134-345-4-12345-356-3
-noback context ["\x55CE"]"\x5561" @134-345-4
-
-# \x55D1\x55D1 1235-2346-2-1235-2346-2
-noback context ["\x55D1"]"\x55D1" @1235-2346-2
-noback context _1"\x55D1"["\x55D1"] @1235-2346-2
-
-# \x55D2\x55AA 124-345-5-15-1346-5
-noback context ["\x55D2"]"\x55AA" @124-345-5
-noback context _1"\x55D2"["\x55AA"] @15-1346-5
-
-# \x55D2\x7136 124-345-5-1245-1236-2
-noback context ["\x55D2"]"\x7136" @124-345-5
-
-# \x55DA\x54BD 34-3-346-5
-noback context _1"\x55DA"["\x54BD"] @346-5
-
-# \x55DB\x55DB 245-2345-4-245-2345-4
-noback context ["\x55DB"]"\x55DB" @245-2345-4
-noback context _1"\x55DB"["\x55DB"] @245-2345-4
-
-# \x55DB\x5FD7 245-2345-3-1-156-5
-noback context ["\x55DB"]"\x5FD7" @245-2345-3
-
-# \x55DB\x8B93 245-2345-3-1245-1346-5
-noback context ["\x55DB"]"\x8B93" @245-2345-3
-
-# \x55DC\x597D 24-156-5-1235-146-5
-noback context _1"\x55DC"["\x597D"] @1235-146-5
-
-# \x55E2\x5671 35-5-13-236-2
-noback context _1"\x55E2"["\x5671"] @13-236-2
-
-# \x5601\x54A8 125-345-2-125-156-3
-noback context ["\x5601"]"\x54A8" @125-345-2
-
-# \x560D\x56C9 14-12356-2-14-25-2
-noback context _1"\x560D"["\x56C9"] @14-25-2
-
-# \x560E\x5152 13-345-2-156-2
-noback context ["\x560E"]"\x5152" @13-345-2
-
-# \x560E\x8ABF 13-345-2-145-246-5
-noback context ["\x560E"]"\x8ABF" @13-345-2
-
-# \x5614\x5410 12356-4-124-34-5
-noback context _1"\x5614"["\x5410"] @124-34-5
-
-# \x5614\x5490 15-1256-3-12345-34-5
-noback context ["\x5614"]"\x5490" @15-1256-3
-
-# \x5614\x5532 12356-3-156-2
-noback context ["\x5614"]"\x5532" @12356-3
-
-# \x5614\x555E 12356-3-23456-3
-noback context ["\x5614"]"\x555E" @12356-3
-noback context _1"\x5614"["\x555E"] @23456-3
-
-# \x5614\x55BB 15-1256-3-1256-5
-noback context ["\x5614"]"\x55BB" @15-1256-3
-
-# \x5614\x5614 15-1256-3-15-1256-3
-noback context ["\x5614"]"\x5614" @15-1256-3
-noback context _1"\x5614"["\x5614"] @15-1256-3
-
-# \x5614\x6B4C 12356-3-13-2346-3
-noback context ["\x5614"]"\x6B4C" @12356-3
-
-# \x5614\x6C23 12356-5-245-16-5
-noback context ["\x5614"]"\x6C23" @12356-5
-
-# \x5614\x7B11 12356-3-15-246-5
-noback context ["\x5614"]"\x7B11" @12356-3
-
-# \x5614\x9D09 12356-3-23456-3
-noback context ["\x5614"]"\x9D09" @12356-3
-
-# \x5629\x5566 1235-35-3-14-345-3
-noback context ["\x5629"]"\x5566" @1235-35-3
-
-# \x5629\x5587 1235-35-3-14-345-3
-noback context ["\x5629"]"\x5587" @1235-35-3
-noback context _1"\x5629"["\x5587"] @14-345-3
-
-# \x5629\x5629 1235-35-3-1235-35-3
-noback context ["\x5629"]"\x5629" @1235-35-3
-noback context _1"\x5629"["\x5629"] @1235-35-3
-
-# \x5630\x54E9 13-16-3-14-16-3
-noback context _1"\x5630"["\x54E9"] @14-16-3
-
-# \x5635\x548B 15-246-3-1-345-5
-noback context _1"\x5635"["\x548B"] @1-345-5
-
-# \x564C\x5430 12-1356-3-1235-12346-2
-noback context ["\x564C"]"\x5430" @12-1356-3
-
-# \x5660\x5660 145-345-3-145-345-3
-noback context ["\x5660"]"\x5660" @145-345-3
-noback context _1"\x5660"["\x5660"] @145-345-3
-
-# \x5662\x54BB 1256-4-15-1256-4
-noback context ["\x5662"]"\x54BB" @1256-4
-noback context _1"\x5662"["\x54BB"] @15-1256-4
-
-# \x5668\x6A02 245-16-5-236-5
-noback context _1"\x5668"["\x6A02"] @236-5
-
-# \x5684\x5536 1235-25-5-125-2346-5
-noback context _1"\x5684"["\x5536"] @125-2346-5
-
-# \x5687\x963B 1235-2346-5-125-34-4
-noback context ["\x5687"]"\x963B" @1235-2346-5
-
-# \x568C\x55B3 13-16-5-12-345-3
-noback context _1"\x568C"["\x55B3"] @12-345-3
-
-# \x569C\x569C 134-126-5-134-126-5
-noback context ["\x569C"]"\x569C" @134-126-5
-noback context _1"\x569C"["\x569C"] @134-126-5
-
-# \x56C8\x6399 16-5-1-1356-3
-noback context _1"\x56C8"["\x6399"] @1-1356-3
-
-# \x56DB\x884C 15-156-5-1235-1346-2
-noback context _1"\x56DB"["\x884C"] @1235-1346-2
-
-# \x56DE\x61C9 1235-1246-2-13456-5
-noback context _1"\x56DE"["\x61C9"] @13456-5
-
-# \x56E0\x5B50 1456-3-125-156-4
-noback context _1"\x56E0"["\x5B50"] @125-156-4
-
-# \x56E0\x61C9 1456-3-13456-5
-noback context _1"\x56E0"["\x61C9"] @13456-5
-
-# \x56E0\x70BA 1456-3-1246-5
-noback context _1"\x56E0"["\x70BA"] @1246-5
-
-# \x56FA\x8457 13-34-5-1-25-2
-noback context _1"\x56FA"["\x8457"] @1-25-2
-
-# \x570B\x5B50 13-25-2-125-156-4
-noback context _1"\x570B"["\x5B50"] @125-156-4
-
-# \x570B\x6A02 13-25-2-236-5
-noback context _1"\x570B"["\x6A02"] @236-5
-
-# \x570B\x90FD 13-25-2-145-34-3
-noback context _1"\x570B"["\x90FD"] @145-34-3
-
-# \x570B\x96E3 13-25-2-1345-1236-5
-noback context _1"\x570B"["\x96E3"] @1345-1236-5
-
-# \x5713\x68F9 45-2-1-25-3
-noback context _1"\x5713"["\x68F9"] @1-25-3
-
-# \x5718\x9577 124-12456-2-1-1346-4
-noback context _1"\x5718"["\x9577"] @1-1346-4
-
-# \x571F\x8457 124-34-4-1-34-5
-noback context _1"\x571F"["\x8457"] @1-34-5
-
-# \x571F\x9577 124-34-4-1-1346-4
-noback context _1"\x571F"["\x9577"] @1-1346-4
-
-# \x5728\x884C 125-2456-5-1235-1346-2
-noback context _1"\x5728"["\x884C"] @1235-1346-2
-
-# \x5730\x92EA 145-16-5-1234-34-5
-noback context _1"\x5730"["\x92EA"] @1234-34-5
-
-# \x5750\x9A0E 125-25-5-13-16-5
-noback context _1"\x5750"["\x9A0E"] @13-16-5
-
-# \x5766\x7387 124-1236-4-24-2356-5
-noback context _1"\x5766"["\x7387"] @24-2356-5
-
-# \x5794\x585E 1456-3-15-2346-5
-noback context _1"\x5794"["\x585E"] @15-2346-5
-
-# \x57CB\x6C92 134-2456-2-134-126-5
-noback context _1"\x57CB"["\x6C92"] @134-126-5
-
-# \x57CE\x579B 12-1356-2-145-25-4
-noback context _1"\x57CE"["\x579B"] @145-25-4
-
-# \x57E2\x57A3 245-45-2-45-2
-noback context ["\x57E2"]"\x57A3" @245-45-2
-
-# \x57E4\x502A 1234-16-5-1345-16-2
-noback context ["\x57E4"]"\x502A" @1234-16-5
-
-# \x57E4\x5804 1234-16-5-1345-16-2
-noback context ["\x57E4"]"\x5804" @1234-16-5
-
-# \x57F7\x5B50 1-156-2-125-156-4
-noback context _1"\x57F7"["\x5B50"] @125-156-4
-
-# \x57F7\x8457 1-156-2-1-25-2
-noback context _1"\x57F7"["\x8457"] @1-25-2
-
-# \x57F9\x587F 1234-12356-4-14-12356-4
-noback context ["\x57F9"]"\x587F" @1234-12356-4
-
-# \x5830\x585E 2345-5-15-2346-5
-noback context _1"\x5830"["\x585E"] @15-2346-5
-
-# \x5831\x61C9 135-146-5-13456-5
-noback context _1"\x5831"["\x61C9"] @13456-5
-
-# \x5834\x5408 12-1346-2-1235-2346-2
-noback context ["\x5834"]"\x5408" @12-1346-2
-
-# \x5834\x9762 12-1346-2-134-2345-5
-noback context ["\x5834"]"\x9762" @12-1346-2
-
-# \x5835\x585E 145-34-4-15-2346-5
-noback context _1"\x5835"["\x585E"] @15-2346-5
-
-# \x5857\x96A9 124-34-2-146-5
-noback context _1"\x5857"["\x96A9"] @146-5
-
-# \x585E\x4F4F 15-2456-3-1-34-5
-noback context ["\x585E"]"\x4F4F" @15-2456-3
-
-# \x585E\x5B50 15-2456-3-125-156-1
-noback context ["\x585E"]"\x5B50" @15-2456-3
-
-# \x585E\x6DF5 15-2346-5-45-3
-noback context ["\x585E"]"\x6DF5" @15-2346-5
-
-# \x585E\x6EFF 15-2456-3-134-1236-4
-noback context ["\x585E"]"\x6EFF" @15-2456-3
-
-# \x585E\x7259 15-2456-3-23456-2
-noback context ["\x585E"]"\x7259" @15-2456-3
-
-# \x585E\x8033 15-2456-3-156-4
-noback context ["\x585E"]"\x8033" @15-2456-3
-
-# \x585E\x8077 15-2346-5-1-156-2
-noback context ["\x585E"]"\x8077" @15-2346-5
-
-# \x585E\x8CAC 15-2346-5-125-2346-2
-noback context ["\x585E"]"\x8CAC" @15-2346-5
-
-# \x585E\x8ECA 15-2456-3-12-2346-3
-noback context ["\x585E"]"\x8ECA" @15-2456-3
-
-# \x586B\x54BD 124-2345-2-346-5
-noback context _1"\x586B"["\x54BD"] @346-5
-
-# \x586B\x585E 124-2345-2-15-2456-3
-noback context _1"\x586B"["\x585E"] @15-2456-3
-
-# \x586B\x7A7A 124-2345-2-123-12346-5
-noback context _1"\x586B"["\x7A7A"] @123-12346-5
-
-# \x589E\x9577 125-1356-3-1-1346-4
-noback context _1"\x589E"["\x9577"] @1-1346-4
-
-# \x58A8\x5377 134-126-5-13-45-5
-noback context _1"\x58A8"["\x5377"] @13-45-5
-
-# \x58A8\x5B50 134-126-5-125-156-4
-noback context _1"\x58A8"["\x5B50"] @125-156-4
-
-# \x58A8\x6688 134-126-5-256-5
-noback context _1"\x58A8"["\x6688"] @256-5
-
-# \x58A8\x7FDF 134-126-5-145-16-2
-noback context _1"\x58A8"["\x7FDF"] @145-16-2
-
-# \x58C1\x5BBF 135-16-5-15-234-5
-noback context _1"\x58C1"["\x5BBF"] @15-234-5
-
-# \x58C5\x585E 235-3-15-2346-5
-noback context _1"\x58C5"["\x585E"] @15-2346-5
-
-# \x58D3\x5377 23456-3-13-45-5
-noback context _1"\x58D3"["\x5377"] @13-45-5
-
-# \x58EB\x87C6 24-156-5-134-345-2
-noback context _1"\x58EB"["\x87C6"] @134-345-2
-
-# \x58EC\x5B50 1245-136-2-125-156-4
-noback context _1"\x58EC"["\x5B50"] @125-156-4
-
-# \x590F\x695A 13-23456-4-12-34-4
-noback context ["\x590F"]"\x695A" @13-23456-4
-
-# \x5916\x76F8 2356-5-15-46-5
-noback context _1"\x5916"["\x76F8"] @15-46-5
-
-# \x5916\x884C 2356-5-1235-1346-2
-noback context _1"\x5916"["\x884C"] @1235-1346-2
-
-# \x5916\x9577 2356-5-1-1346-4
-noback context _1"\x5916"["\x9577"] @1-1346-4
-
-# \x5917\x5EF6 12456-3-2345-2
-noback context ["\x5917"]"\x5EF6" @12456-3
-
-# \x591A\x5B50 145-25-3-125-156-4
-noback context _1"\x591A"["\x5B50"] @125-156-4
-
-# \x591A\x91CD 145-25-3-12-12346-2
-noback context _1"\x591A"["\x91CD"] @12-12346-2
-
-# \x5927\x5B9B 145-345-5-45-3
-noback context _1"\x5927"["\x5B9B"] @45-3
-
-# \x5927\x5C07 145-345-5-13-46-5
-noback context _1"\x5927"["\x5C07"] @13-46-5
-
-# \x5927\x7387 145-345-5-24-2356-5
-noback context _1"\x5927"["\x7387"] @24-2356-5
-
-# \x5927\x8CC8 145-345-5-13-34-4
-noback context _1"\x5927"["\x8CC8"] @13-34-4
-
-# \x5927\x96E3 145-345-5-1345-1236-5
-noback context _1"\x5927"["\x96E3"] @1345-1236-5
-
-# \x5929\x5206 124-2345-3-12345-136-5
-noback context _1"\x5929"["\x5206"] @12345-136-5
-
-# \x5929\x5B50 124-2345-3-125-156-4
-noback context _1"\x5929"["\x5B50"] @125-156-4
-
-# \x5929\x6DAF 124-2345-3-26-2
-noback context _1"\x5929"["\x6DAF"] @26-2
-
-# \x5929\x76F8 124-2345-3-15-46-5
-noback context _1"\x5929"["\x76F8"] @15-46-5
-
-# \x592A\x5B50 124-2456-5-125-156-4
-noback context _1"\x592A"["\x5B50"] @125-156-4
-
-# \x592A\x76E3 124-2456-5-13-2345-5
-noback context _1"\x592A"["\x76E3"] @13-2345-5
-
-# \x592A\x884C 124-2456-5-1235-1346-2
-noback context _1"\x592A"["\x884C"] @1235-1346-2
-
-# \x592B\x5B50 12345-34-3-125-156-4
-noback context _1"\x592B"["\x5B50"] @125-156-4
-
-# \x592B\x5DEE 12345-34-3-12-2456-3
-noback context _1"\x592B"["\x5DEE"] @12-2456-3
-
-# \x592D\x4EA1 246-4-456-2
-noback context ["\x592D"]"\x4EA1" @246-4
-
-# \x592D\x6298 246-4-1-2346-2
-noback context ["\x592D"]"\x6298" @246-4
-
-# \x592D\x660F 246-4-1235-123456-3
-noback context ["\x592D"]"\x660F" @246-4
-
-# \x592D\x672D 246-4-1-345-2
-noback context ["\x592D"]"\x672D" @246-4
-
-# \x592D\x6789 246-4-456-4
-noback context ["\x592D"]"\x6789" @246-4
-
-# \x592D\x6B82 246-4-245-34-2
-noback context ["\x592D"]"\x6B82" @246-4
-
-# \x592D\x6B9E 246-4-256-4
-noback context ["\x592D"]"\x6B9E" @246-4
-
-# \x592D\x901D 246-4-24-156-5
-noback context ["\x592D"]"\x901D" @246-4
-
-# \x592D\x904F 246-4-2346-5
-noback context ["\x592D"]"\x904F" @246-4
-
-# \x592D\x95BC 246-4-2346-5
-noback context ["\x592D"]"\x95BC" @246-4
-
-# \x5931\x7576 24-156-3-145-1346-5
-noback context _1"\x5931"["\x7576"] @145-1346-5
-
-# \x5931\x8ABF 24-156-3-124-246-2
-noback context _1"\x5931"["\x8ABF"] @124-246-2
-
-# \x593E\x7E2B 13-23456-2-12345-1356-5
-noback context _1"\x593E"["\x7E2B"] @12345-1356-5
-
-# \x5944\x5189 2345-3-1245-1236-4
-noback context ["\x5944"]"\x5189" @2345-3
-
-# \x5944\x5944 2345-3-2345-3
-noback context ["\x5944"]"\x5944" @2345-3
-noback context _1"\x5944"["\x5944"] @2345-3
-
-# \x5944\x5BA6 2345-3-1235-12456-5
-noback context ["\x5944"]"\x5BA6" @2345-3
-
-# \x5944\x5C39 2345-3-1456-4
-noback context ["\x5944"]"\x5C39" @2345-3
-
-# \x5944\x6B3B 2345-4-1235-34-3
-noback context _1"\x5944"["\x6B3B"] @1235-34-3
-
-# \x5944\x7559 2345-3-14-234-2
-noback context ["\x5944"]"\x7559" @2345-3
-
-# \x5944\x8001 2345-3-14-146-4
-noback context ["\x5944"]"\x8001" @2345-3
-
-# \x5944\x8C4E 2345-3-24-34-5
-noback context ["\x5944"]"\x8C4E" @2345-3
-
-# \x5947\x6578 13-16-3-24-34-5
-noback context ["\x5947"]"\x6578" @13-16-3
-
-# \x5949\x9084 12345-1356-5-1235-12456-2
-noback context _1"\x5949"["\x9084"] @1235-12456-2
-
-# \x5949\x990A 12345-1356-5-46-5
-noback context _1"\x5949"["\x990A"] @46-5
-
-# \x594F\x6A02 125-12356-5-236-5
-noback context _1"\x594F"["\x6A02"] @236-5
-
-# \x5970\x3792 135-356-5-15-16-5
-noback context _1"\x5970"["\x3792"] @15-16-5
-
-# \x5973\x5B50 1345-1256-4-125-156-4
-noback context _1"\x5973"["\x5B50"] @125-156-4
-
-# \x5973\x5C07 1345-1256-4-13-46-5
-noback context _1"\x5973"["\x5C07"] @13-46-5
-
-# \x5976\x8180 1345-2456-4-1234-1346-3
-noback context _1"\x5976"["\x8180"] @1234-1346-3
-
-# \x597D\x52D5 1235-146-5-145-12346-5
-noback context ["\x597D"]"\x52D5" @1235-146-5
-
-# \x597D\x52DD 1235-146-5-24-1356-5
-noback context ["\x597D"]"\x52DD" @1235-146-5
-
-# \x597D\x554F 1235-146-5-123456-5
-noback context ["\x597D"]"\x554F" @1235-146-5
-
-# \x597D\x5947 1235-146-5-245-16-2
-noback context ["\x597D"]"\x5947" @1235-146-5
-
-# \x597D\x60E1 1235-146-5-34-5
-noback context ["\x597D"]"\x60E1" @1235-146-5
-noback context _1"\x597D"["\x60E1"] @34-5
-
-# \x597D\x6230 1235-146-5-1-1236-5
-noback context ["\x597D"]"\x6230" @1235-146-5
-
-# \x597D\x8005 1235-146-5-1-2346-4
-noback context ["\x597D"]"\x8005" @1235-146-5
-
-# \x597D\x9B25 1235-146-5-145-12356-5
-noback context ["\x597D"]"\x9B25" @1235-146-5
-
-# \x5996\x5B08 246-3-1245-146-2
-noback context _1"\x5996"["\x5B08"] @1245-146-2
-
-# \x59A5\x7576 124-25-4-145-1346-5
-noback context _1"\x59A5"["\x7576"] @145-1346-5
-
-# \x59D4\x66F2 1246-4-245-1256-3
-noback context _1"\x59D4"["\x66F2"] @245-1256-3
-
-# \x59DC\x5B50 13-46-3-125-156-4
-noback context _1"\x59DC"["\x5B50"] @125-156-4
-
-# \x59E5\x59E5 14-146-4-14-146-1
-noback context _1"\x59E5"["\x59E5"] @14-146-1
-
-# \x5A01\x5687 1246-3-1235-2346-5
-noback context _1"\x5A01"["\x5687"] @1235-2346-5
-
-# \x5A03\x5A03 35-2-35-1
-noback context _1"\x5A03"["\x5A03"] @35-1
-
-# \x5A1C\x5A1C 1345-25-2-1345-25-2
-noback context ["\x5A1C"]"\x5A1C" @1345-25-2
-noback context _1"\x5A1C"["\x5A1C"] @1345-25-2
-
-# \x5A40\x5A1C 2346-3-1345-25-2
-noback context _1"\x5A40"["\x5A1C"] @1345-25-2
-
-# \x5A51\x5AA0 25-4-124-25-4
-noback context _1"\x5A51"["\x5AA0"] @124-25-4
-
-# \x5AA0\x670D 124-25-4-12345-34-2
-noback context ["\x5AA0"]"\x670D" @124-25-4
-
-# \x5AAE\x751F 1256-2-24-1356-3
-noback context ["\x5AAE"]"\x751F" @1256-2
-
-# \x5AC7\x5975 134-13456-4-145-13456-4
-noback context ["\x5AC7"]"\x5975" @134-13456-4
-noback context _1"\x5AC7"["\x5975"] @145-13456-4
-
-# \x5ACB\x5A1C 1345-246-4-1345-25-2
-noback context _1"\x5ACB"["\x5A1C"] @1345-25-2
-
-# \x5ACC\x60E1 15-2345-2-34-5
-noback context _1"\x5ACC"["\x60E1"] @34-5
-
-# \x5AE1\x5B50 145-16-2-125-156-4
-noback context _1"\x5AE1"["\x5B50"] @125-156-4
-
-# \x5AE1\x9577 145-16-2-1-1346-4
-noback context _1"\x5AE1"["\x9577"] @1-1346-4
-
-# \x5B08\x5B08 246-4-246-4
-noback context ["\x5B08"]"\x5B08" @246-4
-noback context _1"\x5B08"["\x5B08"] @246-4
-
-# \x5B0C\x5B08 13-246-3-1245-146-2
-noback context _1"\x5B0C"["\x5B08"] @1245-146-2
-
-# \x5B2E\x371E 2345-5-245-2345-5
-noback context ["\x5B2E"]"\x371E" @2345-5
-noback context _1"\x5B2E"["\x371E"] @245-2345-5
-
-# \x5B50\x5B50 125-156-4-125-156-4
-noback context ["\x5B50"]"\x5B50" @125-156-4
-noback context _1"\x5B50"["\x5B50"] @125-156-4
-
-# \x5B50\x5F48 125-156-4-145-1236-5
-noback context ["\x5B50"]"\x5F48" @125-156-4
-noback context _1"\x5B50"["\x5F48"] @145-1236-5
-
-# \x5B50\x66F0 125-156-4-236-3
-noback context ["\x5B50"]"\x66F0" @125-156-4
-
-# \x5B50\x80E4 125-156-4-1456-5
-noback context ["\x5B50"]"\x80E4" @125-156-4
-
-# \x5B50\x8449 125-156-4-346-5
-noback context ["\x5B50"]"\x8449" @125-156-4
-
-# \x5B54\x5B50 123-12346-4-125-156-4
-noback context _1"\x5B54"["\x5B50"] @125-156-4
-
-# \x5B57\x5B50 125-156-5-125-156-4
-noback context _1"\x5B57"["\x5B50"] @125-156-4
-
-# \x5B57\x5E16 125-156-5-124-346-5
-noback context _1"\x5B57"["\x5E16"] @124-346-5
-
-# \x5B5D\x5B50 15-246-5-125-156-4
-noback context _1"\x5B5D"["\x5B50"] @125-156-4
-
-# \x5B5D\x990A 15-246-5-46-5
-noback context _1"\x5B5D"["\x990A"] @46-5
-
-# \x5B5F\x5B50 134-1356-5-125-156-4
-noback context _1"\x5B5F"["\x5B50"] @125-156-4
-
-# \x5B62\x5B50 135-146-3-125-156-4
-noback context _1"\x5B62"["\x5B50"] @125-156-4
-
-# \x5B63\x5B50 13-16-5-125-156-4
-noback context _1"\x5B63"["\x5B50"] @125-156-4
-
-# \x5B64\x5B50 13-34-3-125-156-4
-noback context _1"\x5B64"["\x5B50"] @125-156-4
-
-# \x5B78\x5B50 15-236-2-125-156-4
-noback context _1"\x5B78"["\x5B50"] @125-156-4
-
-# \x5B78\x9577 15-236-2-1-1346-4
-noback context _1"\x5B78"["\x9577"] @1-1346-4
-
-# \x5B7A\x5B50 1245-34-2-125-156-4
-noback context _1"\x5B7A"["\x5B50"] @125-156-4
-
-# \x5B88\x5206 24-12356-4-12345-136-5
-noback context _1"\x5B88"["\x5206"] @12345-136-5
-
-# \x5B88\x5C07 24-12356-4-13-46-5
-noback context _1"\x5B88"["\x5C07"] @13-46-5
-
-# \x5B89\x5206 1236-3-12345-136-5
-noback context _1"\x5B89"["\x5206"] @12345-136-5
-
-# \x5B8B\x9203 15-12346-5-13-2345-3
-noback context _1"\x5B8B"["\x9203"] @13-2345-3
-
-# \x5B8F\x7881 1235-12346-2-13-16-3
-noback context _1"\x5B8F"["\x7881"] @13-16-3
-
-# \x5B98\x9577 13-12456-3-1-1346-4
-noback context _1"\x5B98"["\x9577"] @1-1346-4
-
-# \x5B9A\x7701 145-13456-5-15-13456-4
-noback context _1"\x5B9A"["\x7701"] @15-13456-4
-
-# \x5BA3\x5377 15-45-3-13-45-5
-noback context _1"\x5BA3"["\x5377"] @13-45-5
-
-# \x5BB0\x76F8 125-2456-4-15-46-5
-noback context _1"\x5BB0"["\x76F8"] @15-46-5
-
-# \x5BB3\x81CA 1235-2456-5-15-146-5
-noback context _1"\x5BB3"["\x81CA"] @15-146-5
-
-# \x5BB6\x4F19 13-23456-3-1235-25-1
-noback context _1"\x5BB6"["\x4F19"] @1235-25-1
-
-# \x5BB6\x7576 13-23456-3-145-1346-5
-noback context _1"\x5BB6"["\x7576"] @145-1346-5
-
-# \x5BB6\x7D2F 13-23456-3-14-356-4
-noback context _1"\x5BB6"["\x7D2F"] @14-356-4
-
-# \x5BB6\x8A3E 13-23456-3-125-156-3
-noback context _1"\x5BB6"["\x8A3E"] @125-156-3
-
-# \x5BB6\x9577 13-23456-3-1-1346-4
-noback context _1"\x5BB6"["\x9577"] @1-1346-4
-
-# \x5BC6\x5207 134-16-5-245-346-5
-noback context _1"\x5BC6"["\x5207"] @245-346-5
-
-# \x5BD2\x5047 1235-1236-2-13-23456-5
-noback context _1"\x5BD2"["\x5047"] @13-23456-5
-
-# \x5BE6\x5F48 24-156-2-145-1236-5
-noback context _1"\x5BE6"["\x5F48"] @145-1236-5
-
-# \x5BE9\x5EA6 24-136-4-145-25-5
-noback context _1"\x5BE9"["\x5EA6"] @145-25-5
-
-# \x5BF6\x5377 135-146-4-13-45-5
-noback context _1"\x5BF6"["\x5377"] @13-45-5
-
-# \x5BF6\x577B 135-146-4-145-16-4
-noback context _1"\x5BF6"["\x577B"] @145-16-4
-
-# \x5BF6\x85CF 135-146-4-125-1346-5
-noback context _1"\x5BF6"["\x85CF"] @125-1346-5
-
-# \x5C04\x579B 24-2346-5-145-25-4
-noback context _1"\x5C04"["\x579B"] @145-25-4
-
-# \x5C07\x4EE4 13-46-5-14-13456-5
-noback context ["\x5C07"]"\x4EE4" @13-46-5
-
-# \x5C07\x4F50 13-46-5-125-25-4
-noback context ["\x5C07"]"\x4F50" @13-46-5
-
-# \x5C07\x58EB 13-46-5-24-156-5
-noback context ["\x5C07"]"\x58EB" @13-46-5
-
-# \x5C07\x5B98 13-46-5-13-12456-3
-noback context ["\x5C07"]"\x5B98" @13-46-5
-
-# \x5C07\x5E25 13-46-5-24-2356-5
-noback context ["\x5C07"]"\x5E25" @13-46-5
-
-# \x5C07\x6750 13-46-5-245-2456-2
-noback context ["\x5C07"]"\x6750" @13-46-5
-
-# \x5C07\x6821 13-46-5-15-246-5
-noback context ["\x5C07"]"\x6821" @13-46-5
-
-# \x5C07\x76F8 13-46-5-15-46-5
-noback context ["\x5C07"]"\x76F8" @13-46-5
-noback context _1"\x5C07"["\x76F8"] @15-46-5
-
-# \x5C07\x9580 13-46-5-134-136-2
-noback context ["\x5C07"]"\x9580" @13-46-5
-
-# \x5C07\x9818 13-46-5-14-13456-4
-noback context ["\x5C07"]"\x9818" @13-46-5
-
-# \x5C08\x6A6B 1-12456-3-1235-1356-5
-noback context _1"\x5C08"["\x6A6B"] @1235-1356-5
-
-# \x5C08\x8457 1-12456-3-1-34-5
-noback context _1"\x5C08"["\x8457"] @1-34-5
-
-# \x5C0A\x9577 125-123456-3-1-1346-4
-noback context _1"\x5C0A"["\x9577"] @1-1346-4
-
-# \x5C0D\x61C9 145-1246-5-13456-5
-noback context _1"\x5C0D"["\x61C9"] @13456-5
-
-# \x5C0D\x7A31 145-1246-5-12-136-5
-noback context _1"\x5C0D"["\x7A31"] @12-136-5
-
-# \x5C0E\x5F48 145-146-4-145-1236-5
-noback context _1"\x5C0E"["\x5F48"] @145-1236-5
-
-# \x5C0E\x64AD 145-146-4-135-126-3
-noback context _1"\x5C0E"["\x64AD"] @135-126-3
-
-# \x5C0F\x50B3 15-246-4-1-12456-5
-noback context _1"\x5C0F"["\x50B3"] @1-12456-5
-
-# \x5C0F\x7E2B 15-246-4-12345-1356-5
-noback context _1"\x5C0F"["\x7E2B"] @12345-1356-5
-
-# \x5C11\x58EF 24-146-5-1-456-5
-noback context ["\x5C11"]"\x58EF" @24-146-5
-
-# \x5C11\x5973 24-146-5-1345-1256-4
-noback context ["\x5C11"]"\x5973" @24-146-5
-
-# \x5C11\x5A66 24-146-5-12345-34-5
-noback context ["\x5C11"]"\x5A66" @24-146-5
-
-# \x5C11\x5B50 24-146-4-125-156-4
-noback context _1"\x5C11"["\x5B50"] @125-156-4
-
-# \x5C11\x5B89 24-146-3-1236-3
-noback context ["\x5C11"]"\x5B89" @24-146-3
-
-# \x5C11\x5C07 24-146-5-13-46-5
-noback context ["\x5C11"]"\x5C07" @24-146-5
-noback context _1"\x5C11"["\x5C07"] @13-46-5
-
-# \x5C11\x5E74 24-146-5-1345-2345-2
-noback context ["\x5C11"]"\x5E74" @24-146-5
-
-# \x5C11\x5EB7 24-146-5-123-1346-3
-noback context ["\x5C11"]"\x5EB7" @24-146-5
-
-# \x5C11\x6797 24-146-5-14-1456-2
-noback context ["\x5C11"]"\x6797" @24-146-5
-
-# \x5C11\x723A 24-146-5-346-2
-noback context ["\x5C11"]"\x723A" @24-146-5
-
-# \x5C31\x5F97 13-234-5-145-356-4
-noback context _1"\x5C31"["\x5F97"] @145-356-4
-
-# \x5C3E\x5DF4 16-4-135-345-3
-noback context ["\x5C3E"]"\x5DF4" @16-4
-
-# \x5C40\x9577 13-1256-2-1-1346-4
-noback context _1"\x5C40"["\x9577"] @1-1346-4
-
-# \x5C4F\x606F 135-13456-4-15-16-2
-noback context ["\x5C4F"]"\x606F" @135-13456-4
-
-# \x5C4F\x9000 135-13456-4-124-1246-5
-noback context ["\x5C4F"]"\x9000" @135-13456-4
-
-# \x5C4F\x9664 135-13456-4-12-34-2
-noback context ["\x5C4F"]"\x9664" @135-13456-4
-
-# \x5C55\x5377 1-1236-4-13-45-5
-noback context _1"\x5C55"["\x5377"] @13-45-5
-
-# \x5C65\x8E7B 14-1256-4-13-236-2
-noback context _1"\x5C65"["\x8E7B"] @13-236-2
-
-# \x5C6C\x57A3 1-34-4-45-2
-noback context ["\x5C6C"]"\x57A3" @1-34-4
-
-# \x5C6C\x7E8A 1-34-4-123-456-5
-noback context ["\x5C6C"]"\x7E8A" @1-34-4
-
-# \x5C6F\x525D 1-123456-3-135-126-3
-noback context ["\x5C6F"]"\x525D" @1-123456-3
-
-# \x5C6F\x5366 1-123456-3-13-35-5
-noback context ["\x5C6F"]"\x5366" @1-123456-3
-
-# \x5C6F\x5426 1-123456-3-1234-16-4
-noback context ["\x5C6F"]"\x5426" @1-123456-3
-noback context _1"\x5C6F"["\x5426"] @1234-16-4
-
-# \x5C6F\x574E 1-123456-3-123-1236-4
-noback context ["\x5C6F"]"\x574E" @1-123456-3
-
-# \x5C6F\x818F 1-123456-3-13-146-3
-noback context ["\x5C6F"]"\x818F" @1-123456-3
-
-# \x5C6F\x8E47 1-123456-3-13-2345-4
-noback context ["\x5C6F"]"\x8E47" @1-123456-3
-
-# \x5C6F\x8E76 1-123456-3-13-236-2
-noback context ["\x5C6F"]"\x8E76" @1-123456-3
-
-# \x5C6F\x9085 1-123456-3-1-1236-3
-noback context ["\x5C6F"]"\x9085" @1-123456-3
-
-# \x5C6F\x96E3 1-123456-3-1345-1236-5
-noback context ["\x5C6F"]"\x96E3" @1-123456-3
-noback context _1"\x5C6F"["\x96E3"] @1345-1236-5
-
-# \x5C91\x53C3 245-136-2-24-136-3
-noback context _1"\x5C91"["\x53C3"] @24-136-3
-
-# \x5D63\x37FF 145-1346-5-134-1346-4
-noback context ["\x5D63"]"\x37FF" @145-1346-5
-noback context _1"\x5D63"["\x37FF"] @134-1346-4
-
-# \x5D94\x380C 245-1456-3-245-16-3
-noback context _1"\x5D94"["\x380C"] @245-16-3
-
-# \x5DE1\x66F4 15-256-2-13-1356-3
-noback context _1"\x5DE1"["\x66F4"] @13-1356-3
-
-# \x5DE1\x92EA 15-256-2-1234-34-5
-noback context _1"\x5DE1"["\x92EA"] @1234-34-5
-
-# \x5DE6\x50B3 125-25-4-1-12456-5
-noback context _1"\x5DE6"["\x50B3"] @1-12456-5
-
-# \x5DE8\x8457 13-1256-5-1-34-5
-noback context _1"\x5DE8"["\x8457"] @1-34-5
-
-# \x5DEE\x4E0D 12-345-5-135-34-5
-noback context ["\x5DEE"]"\x4E0D" @12-345-5
-
-# \x5DEE\x4E8B 12-2456-3-24-156-5
-noback context ["\x5DEE"]"\x4E8B" @12-2456-3
-
-# \x5DEE\x4F7F 12-2456-3-24-156-4
-noback context ["\x5DEE"]"\x4F7F" @12-2456-3
-
-# \x5DEE\x5F79 12-2456-3-16-5
-noback context ["\x5DEE"]"\x5F79" @12-2456-3
-
-# \x5DEE\x9063 12-2456-3-245-2345-4
-noback context ["\x5DEE"]"\x9063" @12-2456-3
-
-# \x5DEE\x9EDE 12-345-5-145-2345-4
-noback context ["\x5DEE"]"\x9EDE" @12-345-5
-
-# \x5DF1\x5B50 13-16-4-125-156-4
-noback context _1"\x5DF1"["\x5B50"] @125-156-4
-
-# \x5DF4\x7B54 135-345-3-145-345-3
-noback context _1"\x5DF4"["\x7B54"] @145-345-3
-
-# \x5E02\x9577 24-156-5-1-1346-4
-noback context _1"\x5E02"["\x9577"] @1-1346-4
-
-# \x5E2B\x9577 24-156-3-1-1346-4
-noback context _1"\x5E2B"["\x9577"] @1-1346-4
-
-# \x5E36\x633E 145-2456-5-13-23456-2
-noback context _1"\x5E36"["\x633E"] @13-23456-2
-
-# \x5E72\x5C07 13-1236-3-13-46-5
-noback context _1"\x5E72"["\x5C07"] @13-46-5
-
-# \x5E74\x5047 1345-2345-2-13-23456-5
-noback context _1"\x5E74"["\x5047"] @13-23456-5
-
-# \x5E74\x5C11 1345-2345-2-24-146-5
-noback context _1"\x5E74"["\x5C11"] @24-146-5
-
-# \x5E74\x9577 1345-2345-2-1-1346-4
-noback context _1"\x5E74"["\x9577"] @1-1346-4
-
-# \x5E79\x561B 13-1236-5-134-345-2
-noback context _1"\x5E79"["\x561B"] @134-345-2
-
-# \x5E79\x9EBC 13-1236-5-134-345-2
-noback context _1"\x5E79"["\x9EBC"] @134-345-2
-
-# \x5E7C\x5B50 234-5-125-156-4
-noback context _1"\x5E7C"["\x5B50"] @125-156-4
-
-# \x5E7D\x54BD 234-3-346-5
-noback context _1"\x5E7D"["\x54BD"] @346-5
-
-# \x5E7E\x4E4E 13-16-3-1235-34-3
-noback context ["\x5E7E"]"\x4E4E" @13-16-3
-
-# \x5E7E\x99B1 13-16-4-145-25-5
-noback context _1"\x5E7E"["\x99B1"] @145-25-5
-
-# \x5E8A\x92EA 12-456-2-1234-34-5
-noback context _1"\x5E8A"["\x92EA"] @1234-34-5
-
-# \x5E97\x92EA 145-2345-5-1234-34-5
-noback context _1"\x5E97"["\x92EA"] @1234-34-5
-
-# \x5E9A\x5B50 13-1356-3-125-156-4
-noback context _1"\x5E9A"["\x5B50"] @125-156-4
-
-# \x5EA6\x5047 145-34-5-13-23456-5
-noback context _1"\x5EA6"["\x5047"] @13-23456-5
-
-# \x5EAD\x9577 124-13456-2-1-1346-4
-noback context _1"\x5EAD"["\x9577"] @1-1346-4
-
-# \x5EB6\x5B50 24-34-5-125-156-4
-noback context _1"\x5EB6"["\x5B50"] @125-156-4
-
-# \x5EDE\x585E 245-1456-3-15-2346-5
-noback context _1"\x5EDE"["\x585E"] @15-2346-5
-
-# \x5EE0\x9577 12-1346-4-1-1346-4
-noback context _1"\x5EE0"["\x9577"] @1-1346-4
-
-# \x5EF3\x9577 124-13456-3-1-1346-4
-noback context _1"\x5EF3"["\x9577"] @1-1346-4
-
-# \x5EFA\x90FD 13-2345-5-145-34-3
-noback context _1"\x5EFA"["\x90FD"] @145-34-3
-
-# \x5F14\x8180 145-246-5-135-1346-5
-noback context _1"\x5F14"["\x8180"] @135-1346-5
-
-# \x5F1F\x5B50 145-16-5-125-156-4
-noback context _1"\x5F1F"["\x5B50"] @125-156-4
-
-# \x5F26\x6A02 15-2345-2-236-5
-noback context _1"\x5F26"["\x6A02"] @236-5
-
-# \x5F35\x6396 1-1346-3-16-5
-noback context _1"\x5F35"["\x6396"] @16-5
-
-# \x5F37\x5236 245-46-4-1-156-5
-noback context ["\x5F37"]"\x5236" @245-46-4
-
-# \x5F37\x5360 245-46-4-1-1236-5
-noback context ["\x5F37"]"\x5360" @245-46-4
-
-# \x5F37\x5B50 245-46-2-125-156-4
-noback context _1"\x5F37"["\x5B50"] @125-156-4
-
-# \x5F37\x5C07 245-46-2-13-46-5
-noback context _1"\x5F37"["\x5C07"] @13-46-5
-
-# \x5F37\x5E79 245-46-4-13-1236-5
-noback context ["\x5F37"]"\x5E79" @245-46-4
-
-# \x5F37\x6A6B 245-46-2-1235-1356-5
-noback context _1"\x5F37"["\x6A6B"] @1235-1356-5
-
-# \x5F37\x6C42 245-46-4-245-234-2
-noback context ["\x5F37"]"\x6C42" @245-46-4
-
-# \x5F37\x8052 245-46-4-13-35-3
-noback context ["\x5F37"]"\x8052" @245-46-4
-
-# \x5F37\x8A18 245-46-4-13-16-5
-noback context ["\x5F37"]"\x8A18" @245-46-4
-
-# \x5F46\x5F37 135-346-5-13-46-5
-noback context _1"\x5F46"["\x5F37"] @13-46-5
-
-# \x5F48\x4E38 145-1236-5-12456-2
-noback context ["\x5F48"]"\x4E38" @145-1236-5
-
-# \x5F48\x5323 145-1236-5-15-23456-2
-noback context ["\x5F48"]"\x5323" @145-1236-5
-
-# \x5F48\x5B54 145-1236-5-123-12346-4
-noback context ["\x5F48"]"\x5B54" @145-1236-5
-
-# \x5F48\x5F13 145-1236-5-13-12346-3
-noback context ["\x5F48"]"\x5F13" @145-1236-5
-
-# \x5F48\x6399 124-1236-2-1-1356-3
-noback context _1"\x5F48"["\x6399"] @1-1356-3
-
-# \x5F48\x6BBC 145-1236-5-123-2346-2
-noback context ["\x5F48"]"\x6BBC" @145-1236-5
-
-# \x5F48\x73E0 145-1236-5-1-34-3
-noback context ["\x5F48"]"\x73E0" @145-1236-5
-
-# \x5F48\x76E1 145-1236-5-13-1456-5
-noback context ["\x5F48"]"\x76E1" @145-1236-5
-
-# \x5F48\x846F 145-1236-5-246-5
-noback context ["\x5F48"]"\x846F" @145-1236-5
-
-# \x5F48\x9053 145-1236-5-145-146-5
-noback context ["\x5F48"]"\x9053" @145-1236-5
-
-# \x5F48\x96E8 145-1236-5-1256-4
-noback context ["\x5F48"]"\x96E8" @145-1236-5
-
-# \x5F48\x982D 145-1236-5-124-12356-2
-noback context ["\x5F48"]"\x982D" @145-1236-5
-
-# \x5F4C\x5B50 134-16-2-125-156-4
-noback context _1"\x5F4C"["\x5B50"] @125-156-4
-
-# \x5F4C\x6492 134-16-2-15-345-3
-noback context _1"\x5F4C"["\x6492"] @15-345-3
-
-# \x5F4E\x66F2 12456-3-245-1256-3
-noback context _1"\x5F4E"["\x66F2"] @245-1256-3
-
-# \x5F6D\x8821 1234-1356-2-14-16-4
-noback context _1"\x5F6D"["\x8821"] @14-16-4
-
-# \x5F77\x5FA8 1234-1346-2-1235-456-2
-noback context ["\x5F77"]"\x5FA8" @1234-1346-2
-
-# \x5F7E\x38D4 14-13456-2-145-13456-3
-noback context ["\x5F7E"]"\x38D4" @14-13456-2
-
-# \x5F80\x9084 456-4-1235-12456-2
-noback context _1"\x5F80"["\x9084"] @1235-12456-2
-
-# \x5F81\x4F10 1-1356-3-12345-345-3
-noback context _1"\x5F81"["\x4F10"] @12345-345-3
-
-# \x5F97\x5B50 145-2346-2-125-156-4
-noback context _1"\x5F97"["\x5B50"] @125-156-4
-
-# \x5F98\x5F8A 1234-2456-2-1235-2356-2
-noback context _1"\x5F98"["\x5F8A"] @1235-2356-2
-
-# \x5F9E\x8005 125-12346-5-1-2346-4
-noback context ["\x5F9E"]"\x8005" @125-12346-5
-
-# \x5FA1\x837C 1256-5-24-34-3
-noback context _1"\x5FA1"["\x837C"] @24-34-3
-
-# \x5FA9\x8F9F 12345-34-5-135-16-5
-noback context _1"\x5FA9"["\x8F9F"] @135-16-5
-
-# \x5FAC\x5FA8 1234-1346-2-1235-456-2
-noback context ["\x5FAC"]"\x5FA8" @1234-1346-2
-
-# \x5FAE\x5B50 1246-2-125-156-4
-noback context _1"\x5FAE"["\x5B50"] @125-156-4
-
-# \x5FAE\x8ABF 1246-2-124-246-2
-noback context _1"\x5FAE"["\x8ABF"] @124-246-2
-
-# \x5FB5\x8F9F 1-1356-3-135-16-5
-noback context _1"\x5FB5"["\x8F9F"] @135-16-5
-
-# \x5FB7\x884C 145-2346-2-15-13456-5
-noback context _1"\x5FB7"["\x884C"] @15-13456-5
-
-# \x5FBF\x38DA 14-12346-4-124-12346-4
-noback context ["\x5FBF"]"\x38DA" @14-12346-4
-
-# \x5FBF\x5FB8 14-12346-5-12-12346-5
-noback context _1"\x5FBF"["\x5FB8"] @12-12346-5
-
-# \x5FC5\x5F97 135-16-5-145-356-4
-noback context _1"\x5FC5"["\x5F97"] @145-356-4
-
-# \x5FC5\x61C9 135-16-5-13456-5
-noback context _1"\x5FC5"["\x61C9"] @13456-5
-
-# \x5FD6\x5EA6 245-123456-4-145-25-5
-noback context _1"\x5FD6"["\x5EA6"] @145-25-5
-
-# \x5FE0\x544A 1-12346-3-13-34-5
-noback context _1"\x5FE0"["\x544A"] @13-34-5
-
-# \x5FFF\x6081 12345-136-5-13-45-5
-noback context _1"\x5FFF"["\x6081"] @13-45-5
-
-# \x600E\x4E48 125-136-4-134-2346-1
-noback context _1"\x600E"["\x4E48"] @134-2346-1
-
-# \x6012\x547A 1345-34-5-1235-146-2
-noback context _1"\x6012"["\x547A"] @1235-146-2
-
-# \x6012\x865F 1345-34-5-1235-146-2
-noback context _1"\x6012"["\x865F"] @1235-146-2
-
-# \x6017\x61D8 1-1236-3-12-156-5
-noback context ["\x6017"]"\x61D8" @1-1236-3
-
-# \x601D\x6C57 15-156-3-1235-1236-2
-noback context _1"\x601D"["\x6C57"] @1235-1236-2
-
-# \x601D\x91CF 15-156-3-14-46-2
-noback context _1"\x601D"["\x91CF"] @14-46-2
-
-# \x6025\x5207 13-16-2-245-346-5
-noback context _1"\x6025"["\x5207"] @245-346-5
-
-# \x6025\x96E3 13-16-2-1345-1236-5
-noback context _1"\x6025"["\x96E3"] @1345-1236-5
-
-# \x6028\x606B 45-5-124-12346-3
-noback context _1"\x6028"["\x606B"] @124-12346-3
-
-# \x602B\x605A 12345-356-5-1235-1246-5
-noback context ["\x602B"]"\x605A" @12345-356-5
-
-# \x602B\x7136 12345-356-5-1245-1236-2
-noback context ["\x602B"]"\x7136" @12345-356-5
-
-# \x602B\x7570 135-356-5-16-5
-noback context ["\x602B"]"\x7570" @135-356-5
-
-# \x602F\x5834 245-236-5-12-1346-4
-noback context ["\x602F"]"\x5834" @245-236-5
-
-# \x602F\x61E6 245-236-5-1345-25-5
-noback context ["\x602F"]"\x61E6" @245-236-5
-
-# \x6050\x5687 123-12346-4-1235-2346-5
-noback context _1"\x6050"["\x5687"] @1235-2346-5
-
-# \x606B\x5687 145-12346-5-1235-2346-5
-noback context _1"\x606B"["\x5687"] @1235-2346-5
-
-# \x606B\x761D 124-12346-3-13-12456-3
-noback context ["\x606B"]"\x761D" @124-12346-3
-
-# \x6070\x7576 245-23456-5-145-1346-5
-noback context _1"\x6070"["\x7576"] @145-1346-5
-
-# \x6081\x6025 13-45-5-13-16-2
-noback context ["\x6081"]"\x6025" @13-45-5
-
-# \x60A3\x96E3 1235-12456-5-1345-1236-5
-noback context _1"\x60A3"["\x96E3"] @1345-1236-5
-
-# \x60B2\x54BD 135-356-3-346-5
-noback context _1"\x60B2"["\x54BD"] @346-5
-
-# \x60B6\x4E82 134-136-5-14-12456-5
-noback context ["\x60B6"]"\x4E82" @134-136-5
-
-# \x60B6\x60B6 134-136-5-134-136-5
-noback context ["\x60B6"]"\x60B6" @134-136-5
-noback context _1"\x60B6"["\x60B6"] @134-136-5
-
-# \x60B6\x68CD 134-136-5-13-123456-5
-noback context ["\x60B6"]"\x68CD" @134-136-5
-
-# \x60B6\x7780 134-136-5-134-146-5
-noback context ["\x60B6"]"\x7780" @134-136-5
-
-# \x60B6\x8667 134-136-5-123-1246-3
-noback context ["\x60B6"]"\x8667" @134-136-5
-
-# \x60B6\x96F7 134-136-5-14-356-2
-noback context ["\x60B6"]"\x96F7" @134-136-5
-
-# \x60C5\x5206 245-13456-2-12345-136-5
-noback context _1"\x60C5"["\x5206"] @12345-136-5
-
-# \x60CF\x60B7 14-1456-2-14-16-5
-noback context ["\x60CF"]"\x60B7" @14-1456-2
-
-# \x60CF\x6144 14-1456-2-14-16-5
-noback context ["\x60CF"]"\x6144" @14-1456-2
-
-# \x60DB\x6182 134-136-5-234-3
-noback context ["\x60DB"]"\x6182" @134-136-5
-
-# \x60E1\x5C11 2346-5-24-146-5
-noback context _1"\x60E1"["\x5C11"] @24-146-5
-
-# \x6101\x60B6 12-12356-2-134-136-5
-noback context _1"\x6101"["\x60B6"] @134-136-5
-
-# \x6118\x3909 23456-5-23456-5
-noback context ["\x6118"]"\x3909" @23456-5
-noback context _1"\x6118"["\x3909"] @23456-5
-
-# \x611B\x597D 2456-5-1235-146-5
-noback context _1"\x611B"["\x597D"] @1235-146-5
-
-# \x611B\x5B50 2456-5-125-156-4
-noback context _1"\x611B"["\x5B50"] @125-156-4
-
-# \x611E\x398F 1345-25-5-15-123456-4
-noback context _1"\x611E"["\x398F"] @15-123456-4
-
-# \x611F\x61C9 13-1236-4-13456-5
-noback context _1"\x611F"["\x61C9"] @13456-5
-
-# \x6170\x52DE 1246-5-14-146-5
-noback context _1"\x6170"["\x52DE"] @14-146-5
-
-# \x6182\x60B6 234-3-134-136-5
-noback context _1"\x6182"["\x60B6"] @134-136-5
-
-# \x618E\x60E1 125-1356-3-34-5
-noback context _1"\x618E"["\x60E1"] @34-5
-
-# \x6190\x5B50 14-2345-2-125-156-4
-noback context _1"\x6190"["\x5B50"] @125-156-4
-
-# \x61BF\x61AD 13-246-4-14-246-4
-noback context ["\x61BF"]"\x61AD" @13-246-4
-
-# \x61C7\x5207 123-136-4-245-346-5
-noback context _1"\x61C7"["\x5207"] @245-346-5
-
-# \x61C9\x4ED8 13456-5-12345-34-5
-noback context ["\x61C9"]"\x4ED8" @13456-5
-
-# \x61C9\x5141 13456-5-256-4
-noback context ["\x61C9"]"\x5141" @13456-5
-
-# \x61C9\x547D 13456-5-134-13456-5
-noback context ["\x61C9"]"\x547D" @13456-5
-
-# \x61C9\x548C 13456-5-1235-2346-2
-noback context ["\x61C9"]"\x548C" @13456-5
-
-# \x61C9\x5C0D 13456-5-145-1246-5
-noback context ["\x61C9"]"\x5C0D" @13456-5
-
-# \x61C9\x5FB5 13456-5-1-1356-3
-noback context ["\x61C9"]"\x5FB5" @13456-5
-
-# \x61C9\x63A5 13456-5-13-346-3
-noback context ["\x61C9"]"\x63A5" @13456-5
-
-# \x61C9\x6642 13456-5-24-156-2
-noback context ["\x61C9"]"\x6642" @13456-5
-
-# \x61C9\x666F 13456-5-13-13456-4
-noback context ["\x61C9"]"\x666F" @13456-5
-
-# \x61C9\x6C42 13456-5-245-234-2
-noback context ["\x61C9"]"\x6C42" @13456-5
-
-# \x61C9\x7528 13456-5-235-5
-noback context ["\x61C9"]"\x7528" @13456-5
-
-# \x61C9\x8003 13456-5-123-146-4
-noback context ["\x61C9"]"\x8003" @13456-5
-
-# \x61C9\x8072 13456-5-24-1356-3
-noback context ["\x61C9"]"\x8072" @13456-5
-
-# \x61C9\x8A31 13456-5-15-1256-4
-noback context ["\x61C9"]"\x8A31" @13456-5
-
-# \x61C9\x8A66 13456-5-24-156-5
-noback context ["\x61C9"]"\x8A66" @13456-5
-
-# \x61C9\x8B8A 13456-5-135-2345-5
-noback context ["\x61C9"]"\x8B8A" @13456-5
-
-# \x61C9\x904B 13456-5-256-5
-noback context ["\x61C9"]"\x904B" @13456-5
-
-# \x61C9\x9080 13456-5-246-3
-noback context ["\x61C9"]"\x9080" @13456-5
-
-# \x61C9\x916C 13456-5-12-12356-2
-noback context ["\x61C9"]"\x916C" @13456-5
-
-# \x61C9\x9A57 13456-5-2345-5
-noback context ["\x61C9"]"\x9A57" @13456-5
-
-# \x61CA\x55AA 146-5-15-1346-5
-noback context _1"\x61CA"["\x55AA"] @15-1346-5
-
-# \x61CA\x60B6 146-5-134-136-5
-noback context _1"\x61CA"["\x60B6"] @134-136-5
-
-# \x61F2\x4E42 12-1356-2-2456-5
-noback context _1"\x61F2"["\x4E42"] @2456-5
-
-# \x61F2\x8655 12-1356-2-12-34-4
-noback context _1"\x61F2"["\x8655"] @12-34-4
-
-# \x61F5\x61C2 134-1356-4-145-12346-4
-noback context ["\x61F5"]"\x61C2" @134-1356-4
-
-# \x61F6\x6563 14-1236-4-15-1236-4
-noback context _1"\x61F6"["\x6563"] @15-1236-4
-
-# \x620A\x5B50 34-5-125-156-4
-noback context _1"\x620A"["\x5B50"] @125-156-4
-
-# \x6210\x5206 12-1356-2-12345-136-5
-noback context _1"\x6210"["\x5206"] @12345-136-5
-
-# \x6210\x90FD 12-1356-2-145-34-3
-noback context _1"\x6210"["\x90FD"] @145-34-3
-
-# \x6210\x9577 12-1356-2-1-1346-4
-noback context _1"\x6210"["\x9577"] @1-1346-4
-
-# \x6215\x8CCA 245-46-2-125-2346-2
-noback context _1"\x6215"["\x8CCA"] @125-2346-2
-
-# \x6227\x4E0A 245-46-5-24-1346-5
-noback context ["\x6227"]"\x4E0A" @245-46-5
-
-# \x6227\x6227 245-46-5-245-46-5
-noback context ["\x6227"]"\x6227" @245-46-5
-noback context _1"\x6227"["\x6227"] @245-46-5
-
-# \x6227\x67F1 245-46-5-1-34-5
-noback context ["\x6227"]"\x67F1" @245-46-5
-
-# \x6227\x91D1 245-46-5-13-1456-3
-noback context ["\x6227"]"\x91D1" @245-46-5
-
-# \x6230\x5C07 1-1236-5-13-46-5
-noback context _1"\x6230"["\x5C07"] @13-46-5
-
-# \x6236\x9577 1235-34-5-1-1346-4
-noback context _1"\x6236"["\x9577"] @1-1346-4
-
-# \x6239\x5C6F 2346-5-1-123456-3
-noback context _1"\x6239"["\x5C6F"] @1-123456-3
-
-# \x6240\x7387 15-25-4-24-2356-5
-noback context _1"\x6240"["\x7387"] @24-2356-5
-
-# \x6240\x8457 15-25-4-1-34-5
-noback context _1"\x6240"["\x8457"] @1-34-5
-
-# \x6240\x8E26 15-25-4-16-4
-noback context _1"\x6240"["\x8E26"] @16-4
-
-# \x6240\x9577 15-25-4-1-1346-4
-noback context _1"\x6240"["\x9577"] @1-1346-4
-
-# \x6241\x64D4 135-2345-4-145-1236-5
-noback context _1"\x6241"["\x64D4"] @145-1236-5
-
-# \x6241\x821F 1234-2345-3-1-12356-3
-noback context ["\x6241"]"\x821F" @1234-2345-3
-
-# \x6241\x947D 135-2345-4-125-12456-5
-noback context _1"\x6241"["\x947D"] @125-12456-5
-
-# \x6248\x5F9E 1235-34-5-125-12346-5
-noback context _1"\x6248"["\x5F9E"] @125-12346-5
-
-# \x624B\x76F8 24-12356-4-15-46-5
-noback context _1"\x624B"["\x76F8"] @15-46-5
-
-# \x624D\x5B50 245-2456-2-125-156-4
-noback context _1"\x624D"["\x5B50"] @125-156-4
-
-# \x624E\x6382 1-345-2-145-2345-3
-noback context ["\x624E"]"\x6382" @1-345-2
-
-# \x624E\x6399 1-345-2-1-1356-3
-noback context ["\x624E"]"\x6399" @1-345-2
-noback context _1"\x624E"["\x6399"] @1-1356-3
-
-# \x624E\x7E1B 1-345-2-12345-34-2
-noback context ["\x624E"]"\x7E1B" @1-345-2
-
-# \x6253\x54C4 145-345-4-1235-12346-3
-noback context _1"\x6253"["\x54C4"] @1235-12346-3
-
-# \x6253\x54E9 145-345-4-14-16-3
-noback context _1"\x6253"["\x54E9"] @14-16-3
-
-# \x6253\x579B 145-345-4-145-25-4
-noback context _1"\x6253"["\x579B"] @145-25-4
-
-# \x6253\x633E 145-345-4-13-23456-2
-noback context _1"\x6253"["\x633E"] @13-23456-2
-
-# \x6253\x92EA 145-345-4-1234-34-5
-noback context _1"\x6253"["\x92EA"] @1234-34-5
-
-# \x626D\x66F2 1345-234-4-245-1256-3
-noback context _1"\x626D"["\x66F2"] @245-1256-3
-
-# \x626E\x76F8 135-1236-5-15-46-5
-noback context _1"\x626E"["\x76F8"] @15-46-5
-
-# \x6273\x63F4 1234-1236-3-45-2
-noback context ["\x6273"]"\x63F4" @1234-1236-3
-
-# \x6273\x7559 1234-1236-3-14-234-2
-noback context ["\x6273"]"\x7559" @1234-1236-3
-
-# \x6273\x8A71 1234-1236-3-1235-35-5
-noback context ["\x6273"]"\x8A71" @1234-1236-3
-
-# \x6273\x8AC7 1234-1236-3-124-1236-2
-noback context ["\x6273"]"\x8AC7" @1234-1236-3
-
-# \x627E\x8457 1-146-4-1-146-2
-noback context _1"\x627E"["\x8457"] @1-146-2
-
-# \x6284\x624E 12-146-3-1-345-2
-noback context _1"\x6284"["\x624E"] @1-345-2
-
-# \x6284\x6C92 12-146-3-134-126-5
-noback context _1"\x6284"["\x6C92"] @134-126-5
-
-# \x628A\x5377 135-345-4-13-45-5
-noback context _1"\x628A"["\x5377"] @13-45-5
-
-# \x6291\x585E 16-5-15-2346-5
-noback context _1"\x6291"["\x585E"] @15-2346-5
-
-# \x6293\x5B50 12-35-4-125-156-4
-noback context ["\x6293"]"\x5B50" @12-35-4
-noback context _1"\x6293"["\x5B50"] @125-156-4
-
-# \x6295\x964D 124-12356-2-15-46-2
-noback context _1"\x6295"["\x964D"] @15-46-2
-
-# \x6298\x7BFF 1-2346-2-1-12456-3
-noback context _1"\x6298"["\x7BFF"] @1-12456-3
-
-# \x62AB\x5377 1234-16-3-13-45-5
-noback context _1"\x62AB"["\x5377"] @13-45-5
-
-# \x62AB\x54C6 1234-16-3-12-2346-4
-noback context _1"\x62AB"["\x54C6"] @12-2346-4
-
-# \x62B1\x5B50 135-146-5-125-156-4
-noback context _1"\x62B1"["\x5B50"] @125-156-4
-
-# \x62B9\x715E 134-126-4-24-345-3
-noback context _1"\x62B9"["\x715E"] @24-345-3
-
-# \x62BC\x92EA 23456-3-1234-34-5
-noback context _1"\x62BC"["\x92EA"] @1234-34-5
-
-# \x62BD\x54BD 12-12356-3-346-5
-noback context _1"\x62BD"["\x54BD"] @346-5
-
-# \x62BD\x7A7A 12-12356-3-123-12346-5
-noback context _1"\x62BD"["\x7A7A"] @123-12346-5
-
-# \x62C8\x6387 145-2345-3-145-25-2
-noback context ["\x62C8"]"\x6387" @145-2345-3
-
-# \x62D4\x812F 135-345-2-1234-34-2
-noback context _1"\x62D4"["\x812F"] @1234-34-2
-
-# \x62D4\x90FD 135-345-2-145-34-3
-noback context _1"\x62D4"["\x90FD"] @145-34-3
-
-# \x62D7\x53E3 146-5-123-12356-4
-noback context ["\x62D7"]"\x53E3" @146-5
-
-# \x62D7\x5F46 146-5-135-346-5
-noback context ["\x62D7"]"\x5F46" @146-5
-
-# \x62D7\x66F2 146-4-245-1256-3
-noback context ["\x62D7"]"\x66F2" @146-4
-noback context _1"\x62D7"["\x66F2"] @245-1256-3
-
-# \x62D8\x6CE5 13-1256-3-1345-16-5
-noback context _1"\x62D8"["\x6CE5"] @1345-16-5
-
-# \x62D9\x8457 1-25-2-1-34-5
-noback context _1"\x62D9"["\x8457"] @1-34-5
-
-# \x62EE\x636E 13-346-2-13-1256-3
-noback context _1"\x62EE"["\x636E"] @13-1256-3
-
-# \x6307\x7E2B 1-156-4-12345-1356-5
-noback context _1"\x6307"["\x7E2B"] @12345-1356-5
-
-# \x6311\x5254 124-246-3-124-16-5
-noback context _1"\x6311"["\x5254"] @124-16-5
-
-# \x6311\x5F04 124-246-4-1345-12346-5
-noback context ["\x6311"]"\x5F04" @124-246-4
-
-# \x6311\x6230 124-246-4-1-1236-5
-noback context ["\x6311"]"\x6230" @124-246-4
-
-# \x6311\x64A5 124-246-4-135-126-3
-noback context ["\x6311"]"\x64A5" @124-246-4
-
-# \x6311\x64D4 124-246-3-145-1236-5
-noback context _1"\x6311"["\x64D4"] @145-1236-5
-
-# \x6311\x71C8 124-246-4-145-1356-3
-noback context ["\x6311"]"\x71C8" @124-246-4
-
-# \x6311\x9017 124-246-4-145-12356-5
-noback context ["\x6311"]"\x9017" @124-246-4
-
-# \x6311\x91C1 124-246-4-15-1456-5
-noback context ["\x6311"]"\x91C1" @124-246-4
-
-# \x6339\x6290 16-5-1345-16-5
-noback context _1"\x6339"["\x6290"] @1345-16-5
-
-# \x633C\x796D 1235-1246-3-13-16-5
-noback context ["\x633C"]"\x796D" @1235-1246-3
-
-# \x6350\x76E3 13-45-3-13-2345-5
-noback context _1"\x6350"["\x76E3"] @13-2345-5
-
-# \x6383\x5177 15-146-5-13-1256-5
-noback context ["\x6383"]"\x5177" @15-146-5
-
-# \x6383\x5E1A 15-146-5-1-12356-4
-noback context ["\x6383"]"\x5E1A" @15-146-5
-
-# \x6383\x628A 15-146-5-135-345-4
-noback context ["\x6383"]"\x628A" @15-146-5
-
-# \x6383\x661F 15-146-5-15-13456-3
-noback context ["\x6383"]"\x661F" @15-146-5
-
-# \x6383\x8208 15-146-4-15-13456-5
-noback context _1"\x6383"["\x8208"] @15-13456-5
-
-# \x6384\x5143 14-123456-2-45-2
-noback context ["\x6384"]"\x5143" @14-123456-2
-
-# \x638A\x64CA 1234-12356-4-13-16-2
-noback context ["\x638A"]"\x64CA" @1234-12356-4
-
-# \x638A\x6597 1234-12356-4-145-12356-4
-noback context ["\x638A"]"\x6597" @1234-12356-4
-
-# \x6392\x60B6 1234-2456-2-134-136-5
-noback context _1"\x6392"["\x60B6"] @134-136-5
-
-# \x6392\x6BD4 1234-2456-2-135-16-5
-noback context _1"\x6392"["\x6BD4"] @135-16-5
-
-# \x6392\x884C 1234-2456-2-1235-1346-2
-noback context _1"\x6392"["\x884C"] @1235-1346-2
-
-# \x6392\x9577 1234-2456-2-1-1346-4
-noback context _1"\x6392"["\x9577"] @1-1346-4
-
-# \x6399\x624E 1-1356-3-1-345-2
-noback context ["\x6399"]"\x624E" @1-1356-3
-noback context _1"\x6399"["\x624E"] @1-345-2
-
-# \x6399\x65B7 1-1356-3-145-12456-5
-noback context ["\x6399"]"\x65B7" @1-1356-3
-
-# \x6399\x812B 1-1356-3-124-25-3
-noback context ["\x6399"]"\x812B" @1-1356-3
-
-# \x6399\x958B 1-1356-3-123-2456-3
-noback context ["\x6399"]"\x958B" @1-1356-3
-
-# \x63A5\x61C9 13-346-3-13456-5
-noback context _1"\x63A5"["\x61C9"] @13456-5
-
-# \x63A5\x7E2B 13-346-3-12345-1356-5
-noback context _1"\x63A5"["\x7E2B"] @12345-1356-5
-
-# \x63A8\x78E8 124-1246-3-134-126-5
-noback context _1"\x63A8"["\x78E8"] @134-126-5
-
-# \x63A9\x5377 2345-4-13-45-5
-noback context _1"\x63A9"["\x5377"] @13-45-5
-
-# \x63A9\x6C92 2345-4-134-126-5
-noback context _1"\x63A9"["\x6C92"] @134-126-5
-
-# \x63DA\x5B50 46-2-125-156-4
-noback context _1"\x63DA"["\x5B50"] @125-156-4
-
-# \x63DB\x5B50 1235-12456-5-125-156-4
-noback context _1"\x63DB"["\x5B50"] @125-156-4
-
-# \x63DB\x884C 1235-12456-5-1235-1346-2
-noback context _1"\x63DB"["\x884C"] @1235-1346-2
-
-# \x63E3\x5EA6 12-2356-4-145-25-5
-noback context _1"\x63E3"["\x5EA6"] @145-25-5
-
-# \x63E9\x6431 123-2456-3-1345-2456-2
-noback context _1"\x63E9"["\x6431"] @1345-2456-2
-
-# \x63ED\x6AEB 13-346-2-1-34-3
-noback context ["\x63ED"]"\x6AEB" @13-346-2
-
-# \x642A\x585E 124-1346-2-15-2346-5
-noback context _1"\x642A"["\x585E"] @15-2346-5
-
-# \x645F\x9322 14-12356-3-245-2345-2
-noback context ["\x645F"]"\x9322" @14-12356-3
-
-# \x647B\x548C 12-1236-3-1235-25-5
-noback context _1"\x647B"["\x548C"] @1235-25-5
-
-# \x647B\x57F7 24-1236-4-1-156-2
-noback context ["\x647B"]"\x57F7" @24-1236-4
-
-# \x647B\x647B 24-1236-3-24-1236-3
-noback context ["\x647B"]"\x647B" @24-1236-3
-noback context _1"\x647B"["\x647B"] @24-1236-3
-
-# \x647B\x64BE 245-1236-5-1-35-3
-noback context ["\x647B"]"\x64BE" @245-1236-5
-
-# \x647B\x8882 24-1236-4-134-356-5
-noback context ["\x647B"]"\x8882" @24-1236-4
-
-# \x6492\x4F46 15-345-3-145-1236-5
-noback context ["\x6492"]"\x4F46" @15-345-3
-
-# \x6492\x5B0C 15-345-3-13-246-3
-noback context ["\x6492"]"\x5B0C" @15-345-3
-
-# \x6492\x5C3F 15-345-3-1345-246-5
-noback context ["\x6492"]"\x5C3F" @15-345-3
-
-# \x6492\x624B 15-345-3-24-12356-4
-noback context ["\x6492"]"\x624B" @15-345-3
-
-# \x6492\x817F 15-345-3-124-1246-4
-noback context ["\x6492"]"\x817F" @15-345-3
-
-# \x6492\x8B0A 15-345-3-1235-456-4
-noback context ["\x6492"]"\x8B0A" @15-345-3
-
-# \x6492\x8CF4 15-345-3-14-2456-5
-noback context ["\x6492"]"\x8CF4" @15-345-3
-
-# \x6492\x91CE 15-345-3-346-4
-noback context ["\x6492"]"\x91CE" @15-345-3
-
-# \x6492\x958B 15-345-3-123-2456-3
-noback context ["\x6492"]"\x958B" @15-345-3
-
-# \x649F\x6377 13-246-5-13-346-2
-noback context ["\x649F"]"\x6377" @13-246-5
-
-# \x649F\x6387 13-246-5-145-25-2
-noback context ["\x649F"]"\x6387" @13-246-5
-
-# \x649F\x820C 13-246-5-24-2346-2
-noback context ["\x649F"]"\x820C" @13-246-5
-
-# \x64AD\x6620 135-126-3-13456-5
-noback context ["\x64AD"]"\x6620" @135-126-3
-
-# \x64AD\x97F3 135-126-3-1456-3
-noback context ["\x64AD"]"\x97F3" @135-126-3
-
-# \x64CD\x884C 245-146-3-15-13456-5
-noback context _1"\x64CD"["\x884C"] @15-13456-5
-
-# \x64F2\x9084 1-156-2-1235-12456-2
-noback context _1"\x64F2"["\x9084"] @1235-12456-2
-
-# \x6518\x5584 1245-1346-2-24-1236-5
-noback context ["\x6518"]"\x5584" @1245-1346-2
-
-# \x6518\x5834 1245-1346-2-12-1346-2
-noback context ["\x6518"]"\x5834" @1245-1346-2
-noback context _1"\x6518"["\x5834"] @12-1346-2
-
-# \x6518\x5916 1245-1346-2-2356-5
-noback context ["\x6518"]"\x5916" @1245-1346-2
-
-# \x6518\x5937 1245-1346-2-16-2
-noback context ["\x6518"]"\x5937" @1245-1346-2
-
-# \x6518\x596A 1245-1346-2-145-25-2
-noback context ["\x6518"]"\x596A" @1245-1346-2
-
-# \x6518\x707D 1245-1346-2-125-2456-3
-noback context ["\x6518"]"\x707D" @1245-1346-2
-
-# \x6518\x76DC 1245-1346-2-145-146-5
-noback context ["\x6518"]"\x76DC" @1245-1346-2
-
-# \x6518\x7F8A 1245-1346-2-46-2
-noback context ["\x6518"]"\x7F8A" @1245-1346-2
-
-# \x6518\x7FAD 1245-1346-2-1256-2
-noback context ["\x6518"]"\x7FAD" @1245-1346-2
-
-# \x6518\x81C2 1245-1346-2-135-16-5
-noback context ["\x6518"]"\x81C2" @1245-1346-2
-
-# \x6518\x8882 1245-1346-2-134-356-5
-noback context ["\x6518"]"\x8882" @1245-1346-2
-
-# \x6518\x8896 1245-1346-2-15-234-5
-noback context ["\x6518"]"\x8896" @1245-1346-2
-
-# \x6518\x9664 1245-1346-2-12-34-2
-noback context ["\x6518"]"\x9664" @1245-1346-2
-
-# \x651C\x5B50 15-16-3-125-156-4
-noback context _1"\x651C"["\x5B50"] @125-156-4
-
-# \x6524\x9084 124-1236-3-1235-12456-2
-noback context _1"\x6524"["\x9084"] @1235-12456-2
-
-# \x652A\x548C 13-246-4-1235-25-5
-noback context _1"\x652A"["\x548C"] @1235-25-5
-
-# \x6539\x884C 13-2456-4-1235-1346-2
-noback context _1"\x6539"["\x884C"] @1235-1346-2
-
-# \x653E\x5047 12345-1346-5-13-23456-5
-noback context _1"\x653E"["\x5047"] @13-23456-5
-
-# \x6548\x61C9 15-246-5-13456-5
-noback context _1"\x6548"["\x61C9"] @13456-5
-
-# \x6551\x96E3 13-234-5-1345-1236-5
-noback context _1"\x6551"["\x96E3"] @1345-1236-5
-
-# \x6557\x8208 135-2456-5-15-13456-5
-noback context _1"\x6557"["\x8208"] @15-13456-5
-
-# \x6559\x5B50 13-246-5-125-156-4
-noback context _1"\x6559"["\x5B50"] @125-156-4
-
-# \x6563\x5149 15-1236-4-13-456-3
-noback context ["\x6563"]"\x5149" @15-1236-4
-
-# \x6563\x5175 15-1236-4-135-13456-3
-noback context ["\x6563"]"\x5175" @15-1236-4
-
-# \x6563\x60B6 15-1236-5-134-136-5
-noback context _1"\x6563"["\x60B6"] @134-136-5
-
-# \x6563\x6587 15-1236-4-123456-2
-noback context ["\x6563"]"\x6587" @15-1236-4
-
-# \x6563\x66F2 15-1236-4-245-1256-4
-noback context ["\x6563"]"\x66F2" @15-1236-4
-
-# \x6563\x6C99 15-1236-4-24-345-3
-noback context ["\x6563"]"\x6C99" @15-1236-4
-
-# \x6578\x4E0D 24-34-4-135-34-5
-noback context ["\x6578"]"\x4E0D" @24-34-4
-
-# \x6578\x5178 24-34-4-145-2345-4
-noback context ["\x6578"]"\x5178" @24-34-4
-
-# \x6578\x6578 24-34-4-24-34-5
-noback context ["\x6578"]"\x6578" @24-34-4
-
-# \x6578\x843D 24-34-4-14-25-5
-noback context ["\x6578"]"\x843D" @24-34-4
-
-# \x6578\x8AAA 24-34-4-24-25-3
-noback context ["\x6578"]"\x8AAA" @24-34-4
-
-# \x6578\x9322 24-34-4-245-2345-2
-noback context ["\x6578"]"\x9322" @24-34-4
-
-# \x657A\x50B7 12356-3-24-1346-3
-noback context ["\x657A"]"\x50B7" @12356-3
-
-# \x6587\x5B50 123456-2-125-156-4
-noback context _1"\x6587"["\x5B50"] @125-156-4
-
-# \x6587\x904E 123456-5-13-25-5
-noback context ["\x6587"]"\x904E" @123456-5
-
-# \x6587\x98FE 123456-5-24-156-5
-noback context ["\x6587"]"\x98FE" @123456-5
-
-# \x6597\x91CF 145-12356-4-14-46-2
-noback context _1"\x6597"["\x91CF"] @14-46-2
-
-# \x6599\x4E2D 14-246-5-1-12346-5
-noback context _1"\x6599"["\x4E2D"] @1-12346-5
-
-# \x65B2\x55AA 1-25-2-15-1346-5
-noback context _1"\x65B2"["\x55AA"] @15-1346-5
-
-# \x65B9\x68F9 12345-1346-3-1-25-3
-noback context _1"\x65B9"["\x68F9"] @1-25-3
-
-# \x65C5\x9577 14-1256-4-1-1346-4
-noback context _1"\x65C5"["\x9577"] @1-1346-4
-
-# \x65CB\x98A8 15-45-5-12345-1356-3
-noback context ["\x65CB"]"\x98A8" @15-45-5
-
-# \x65CF\x9577 125-34-2-1-1346-4
-noback context _1"\x65CF"["\x9577"] @1-1346-4
-
-# \x65E5\x6688 1245-156-5-256-5
-noback context _1"\x65E5"["\x6688"] @256-5
-
-# \x65E5\x6C92 1245-156-5-134-126-5
-noback context _1"\x65E5"["\x6C92"] @134-126-5
-
-# \x65E9\x592D 125-146-4-246-4
-noback context _1"\x65E9"["\x592D"] @246-4
-
-# \x6613\x50B3 16-5-1-12456-5
-noback context _1"\x6613"["\x50B3"] @1-12456-5
-
-# \x661F\x5BBF 15-13456-3-15-234-5
-noback context _1"\x661F"["\x5BBF"] @15-234-5
-
-# \x661F\x76F8 15-13456-3-15-46-5
-noback context _1"\x661F"["\x76F8"] @15-46-5
-
-# \x6625\x5047 12-123456-3-13-23456-5
-noback context _1"\x6625"["\x5047"] @13-23456-5
-
-# \x662D\x8457 1-146-3-1-34-5
-noback context _1"\x662D"["\x8457"] @1-34-5
-
-# \x664F\x5B50 2345-5-125-156-4
-noback context _1"\x664F"["\x5B50"] @125-156-4
-
-# \x6687\x7D66 15-23456-2-13-16-4
-noback context _1"\x6687"["\x7D66"] @13-16-4
-
-# \x6688\x73E5 256-5-156-4
-noback context ["\x6688"]"\x73E5" @256-5
-
-# \x6691\x5047 24-34-4-13-23456-5
-noback context _1"\x6691"["\x5047"] @13-23456-5
-
-# \x6696\x548C 1345-12456-4-1235-25-1
-noback context _1"\x6696"["\x548C"] @1235-25-1
-
-# \x66B4\x9732 1234-34-5-14-34-5
-noback context ["\x66B4"]"\x9732" @1234-34-5
-
-# \x66F2\x531D 245-1256-3-125-345-3
-noback context ["\x66F2"]"\x531D" @245-1256-3
-
-# \x66F2\x5C3A 245-1256-3-12-156-4
-noback context ["\x66F2"]"\x5C3A" @245-1256-3
-
-# \x66F2\x5F35 245-1256-3-1-1346-3
-noback context ["\x66F2"]"\x5F35" @245-1256-3
-
-# \x66F2\x6298 245-1256-3-1-2346-2
-noback context ["\x66F2"]"\x6298" @245-1256-3
-
-# \x66F2\x62D7 245-1256-3-146-5
-noback context ["\x66F2"]"\x62D7" @245-1256-3
-noback context _1"\x66F2"["\x62D7"] @146-5
-
-# \x66F2\x66F2 245-1256-3-245-1256-3
-noback context ["\x66F2"]"\x66F2" @245-1256-3
-noback context _1"\x66F2"["\x66F2"] @245-1256-3
-
-# \x66F2\x6C83 245-1256-3-25-5
-noback context ["\x66F2"]"\x6C83" @245-1256-3
-
-# \x66F2\x76F4 245-1256-3-1-156-2
-noback context ["\x66F2"]"\x76F4" @245-1256-3
-
-# \x66F2\x7DDA 245-1256-3-15-2345-5
-noback context ["\x66F2"]"\x7DDA" @245-1256-3
-
-# \x66F2\x80B1 245-1256-3-13-12346-3
-noback context ["\x66F2"]"\x80B1" @245-1256-3
-
-# \x66F2\x88FE 245-1256-3-13-1256-3
-noback context ["\x66F2"]"\x88FE" @245-1256-3
-
-# \x66F2\x89E3 245-1256-3-13-346-4
-noback context ["\x66F2"]"\x89E3" @245-1256-3
-
-# \x66F2\x8F45 245-1256-3-45-2
-noback context ["\x66F2"]"\x8F45" @245-1256-3
-
-# \x66F2\x961C 245-1256-3-12345-34-5
-noback context ["\x66F2"]"\x961C" @245-1256-3
-
-# \x66F4\x4E8B 13-1356-3-24-156-5
-noback context ["\x66F4"]"\x4E8B" @13-1356-3
-
-# \x66F4\x52D5 13-1356-3-145-12346-5
-noback context ["\x66F4"]"\x52D5" @13-1356-3
-
-# \x66F4\x540D 13-1356-3-134-13456-2
-noback context ["\x66F4"]"\x540D" @13-1356-3
-
-# \x66F4\x5F35 13-1356-3-1-1346-3
-noback context ["\x66F4"]"\x5F35" @13-1356-3
-
-# \x66F4\x5F97 13-1356-5-145-356-4
-noback context _1"\x66F4"["\x5F97"] @145-356-4
-
-# \x66F4\x63DB 13-1356-3-1235-12456-5
-noback context ["\x66F4"]"\x63DB" @13-1356-3
-
-# \x66F4\x6539 13-1356-3-13-2456-4
-noback context ["\x66F4"]"\x6539" @13-1356-3
-
-# \x66F4\x65B0 13-1356-3-15-1456-3
-noback context ["\x66F4"]"\x65B0" @13-1356-3
-
-# \x66F4\x6613 13-1356-3-16-5
-noback context ["\x66F4"]"\x6613" @13-1356-3
-
-# \x66F4\x66FF 13-1356-3-124-16-5
-noback context ["\x66F4"]"\x66FF" @13-1356-3
-
-# \x66F4\x6B63 13-1356-3-1-1356-5
-noback context ["\x66F4"]"\x6B63" @13-1356-3
-
-# \x66F4\x751F 13-1356-3-24-1356-3
-noback context ["\x66F4"]"\x751F" @13-1356-3
-
-# \x66F4\x865F 13-1356-3-1235-146-5
-noback context ["\x66F4"]"\x865F" @13-1356-3
-
-# \x66F4\x8863 13-1356-3-16-3
-noback context ["\x66F4"]"\x8863" @13-1356-3
-
-# \x66F4\x8FED 13-1356-3-145-346-2
-noback context ["\x66F4"]"\x8FED" @13-1356-3
-
-# \x66F8\x5377 24-34-3-13-45-5
-noback context _1"\x66F8"["\x5377"] @13-45-5
-
-# \x66F9\x53C3 245-146-2-24-136-3
-noback context _1"\x66F9"["\x53C3"] @24-136-3
-
-# \x66FE\x53C3 125-1356-3-24-136-3
-noback context ["\x66FE"]"\x53C3" @125-1356-3
-noback context _1"\x66FE"["\x53C3"] @24-136-3
-
-# \x66FE\x5B50 125-1356-3-125-156-4
-noback context ["\x66FE"]"\x5B50" @125-1356-3
-noback context _1"\x66FE"["\x5B50"] @125-156-4
-
-# \x66FE\x5B6B 125-1356-3-15-123456-3
-noback context ["\x66FE"]"\x5B6B" @125-1356-3
-
-# \x66FE\x66FE 125-1356-3-125-1356-3
-noback context ["\x66FE"]"\x66FE" @125-1356-3
-noback context _1"\x66FE"["\x66FE"] @125-1356-3
-
-# \x66FE\x6C0F 125-1356-3-24-156-5
-noback context ["\x66FE"]"\x6C0F" @125-1356-3
-
-# \x66FE\x7956 125-1356-3-125-34-4
-noback context ["\x66FE"]"\x7956" @125-1356-3
-
-# \x66FE\x978F 125-1356-3-13-12346-4
-noback context ["\x66FE"]"\x978F" @125-1356-3
-
-# \x6703\x5152 1235-1246-4-156-3
-noback context ["\x6703"]"\x5152" @1235-1246-4
-noback context _1"\x6703"["\x5152"] @156-3
-
-# \x6703\x5F01 123-2356-5-135-2345-5
-noback context ["\x6703"]"\x5F01" @123-2356-5
-
-# \x6703\x7A3D 13-1246-5-13-16-3
-noback context ["\x6703"]"\x7A3D" @13-1246-5
-
-# \x6703\x8A08 123-2356-5-13-16-5
-noback context ["\x6703"]"\x8A08" @123-2356-5
-
-# \x6703\x9577 1235-1246-5-1-1346-4
-noback context _1"\x6703"["\x9577"] @1-1346-4
-
-# \x6708\x6688 236-5-256-5
-noback context _1"\x6708"["\x6688"] @256-5
-
-# \x6708\x7D2F 236-5-14-356-4
-noback context _1"\x6708"["\x7D2F"] @14-356-4
-
-# \x6709\x5206 234-4-12345-136-5
-noback context _1"\x6709"["\x5206"] @12345-136-5
-
-# \x6709\x5B50 234-4-125-156-4
-noback context _1"\x6709"["\x5B50"] @125-156-4
-
-# \x6709\x5EB3 234-4-135-16-5
-noback context _1"\x6709"["\x5EB3"] @135-16-5
-
-# \x670D\x5E16 12345-34-2-124-346-3
-noback context _1"\x670D"["\x5E16"] @124-346-3
-
-# \x671B\x5B50 456-5-125-156-4
-noback context _1"\x671B"["\x5B50"] @125-156-4
-
-# \x671D\x4E0D 1-146-3-135-34-5
-noback context ["\x671D"]"\x4E0D" @1-146-3
-
-# \x671D\x4EE4 1-146-3-14-13456-5
-noback context ["\x671D"]"\x4EE4" @1-146-3
-
-# \x671D\x5915 1-146-3-15-16-5
-noback context ["\x671D"]"\x5915" @1-146-3
-
-# \x671D\x66E6 1-146-3-15-16-3
-noback context ["\x671D"]"\x66E6" @1-146-3
-
-# \x671D\x6703 1-146-3-1235-1246-5
-noback context ["\x671D"]"\x6703" @1-146-3
-
-# \x671D\x671D 1-146-3-1-146-3
-noback context ["\x671D"]"\x671D" @1-146-3
-noback context _1"\x671D"["\x671D"] @1-146-3
-
-# \x671D\x6C23 1-146-3-245-16-5
-noback context ["\x671D"]"\x6C23" @1-146-3
-
-# \x671D\x767C 1-146-3-12345-345-3
-noback context ["\x671D"]"\x767C" @1-146-3
-
-# \x671D\x967D 1-146-3-46-2
-noback context ["\x671D"]"\x967D" @1-146-3
-
-# \x671D\x971E 1-146-3-15-23456-2
-noback context ["\x671D"]"\x971E" @1-146-3
-
-# \x671D\x9732 1-146-3-14-34-5
-noback context ["\x671D"]"\x9732" @1-146-3
-
-# \x671F\x5E74 13-16-3-1345-2345-2
-noback context ["\x671F"]"\x5E74" @13-16-3
-
-# \x671F\x6708 13-16-3-236-5
-noback context ["\x671F"]"\x6708" @13-16-3
-
-# \x671F\x670D 13-16-3-12345-34-2
-noback context ["\x671F"]"\x670D" @13-16-3
-
-# \x6728\x585E 134-34-5-15-2456-3
-noback context _1"\x6728"["\x585E"] @15-2456-3
-
-# \x672A\x4C09 1246-5-135-1236-3
-noback context _1"\x672A"["\x4C09"] @135-1236-3
-
-# \x672A\x4E86 1246-5-14-246-4
-noback context _1"\x672A"["\x4E86"] @14-246-4
-
-# \x672B\x4E86 134-126-5-14-246-4
-noback context _1"\x672B"["\x4E86"] @14-246-4
-
-# \x672C\x5206 135-136-4-12345-136-5
-noback context _1"\x672C"["\x5206"] @12345-136-5
-
-# \x672C\x884C 135-136-4-1235-1346-2
-noback context _1"\x672C"["\x884C"] @1235-1346-2
-
-# \x6731\x5B50 1-34-3-125-156-4
-noback context _1"\x6731"["\x5B50"] @125-156-4
-
-# \x6731\x7373 1-34-3-1245-34-2
-noback context _1"\x6731"["\x7373"] @1245-34-2
-
-# \x6734\x5B50 1234-34-2-125-156-4
-noback context _1"\x6734"["\x5B50"] @125-156-4
-
-# \x6751\x9577 245-123456-3-1-1346-4
-noback context _1"\x6751"["\x9577"] @1-1346-4
-
-# \x675C\x585E 145-34-5-15-2346-5
-noback context _1"\x675C"["\x585E"] @15-2346-5
-
-# \x677E\x5B50 15-12346-3-125-156-4
-noback context _1"\x677E"["\x5B50"] @125-156-4
-
-# \x67AF\x840E 123-34-3-1246-3
-noback context _1"\x67AF"["\x840E"] @1246-3
-
-# \x67D0\x5B50 134-12356-4-125-156-4
-noback context _1"\x67D0"["\x5B50"] @125-156-4
-
-# \x67E5\x52D8 12-345-2-123-1236-5
-noback context _1"\x67E5"["\x52D8"] @123-1236-5
-
-# \x67E5\x5377 12-345-2-13-45-5
-noback context _1"\x67E5"["\x5377"] @13-45-5
-
-# \x67F3\x5B50 14-234-4-125-156-4
-noback context _1"\x67F3"["\x5B50"] @125-156-4
-
-# \x67F3\x5BBF 14-234-4-15-234-5
-noback context _1"\x67F3"["\x5BBF"] @15-234-5
-
-# \x6813\x585E 24-12456-3-15-2456-3
-noback context _1"\x6813"["\x585E"] @15-2456-3
-
-# \x6821\x52D8 13-246-5-123-1236-3
-noback context ["\x6821"]"\x52D8" @13-246-5
-
-# \x6821\x5C0D 13-246-5-145-1246-5
-noback context ["\x6821"]"\x5C0D" @13-246-5
-
-# \x6821\x6B63 13-246-5-1-1356-5
-noback context ["\x6821"]"\x6B63" @13-246-5
-
-# \x6821\x6E96 13-246-5-1-123456-4
-noback context ["\x6821"]"\x6E96" @13-246-5
-
-# \x6821\x8A02 13-246-5-145-13456-5
-noback context ["\x6821"]"\x8A02" @13-246-5
-
-# \x6821\x9577 15-246-5-1-1346-4
-noback context _1"\x6821"["\x9577"] @1-1346-4
-
-# \x6821\x95B1 13-246-5-236-5
-noback context ["\x6821"]"\x95B1" @13-246-5
-
-# \x682F\x674E 1256-5-14-16-4
-noback context ["\x682F"]"\x674E" @1256-5
-
-# \x6838\x5B50 1235-2346-2-125-156-4
-noback context _1"\x6838"["\x5B50"] @125-156-4
-
-# \x6838\x5F48 1235-2346-2-145-1236-5
-noback context _1"\x6838"["\x5F48"] @145-1236-5
-
-# \x683C\x55B3 13-2346-2-12-345-3
-noback context _1"\x683C"["\x55B3"] @12-345-3
-
-# \x683D\x7A2E 125-2456-3-1-12346-5
-noback context _1"\x683D"["\x7A2E"] @1-12346-5
-
-# \x6848\x5377 1236-5-13-45-5
-noback context _1"\x6848"["\x5377"] @13-45-5
-
-# \x6848\x676C 1236-5-12456-5
-noback context _1"\x6848"["\x676C"] @12456-5
-
-# \x6897\x585E 13-1356-4-15-2346-5
-noback context _1"\x6897"["\x585E"] @15-2346-5
-
-# \x68D2\x559D 135-1346-5-1235-2346-5
-noback context _1"\x68D2"["\x559D"] @1235-2346-5
-
-# \x6911\x67FF 135-356-3-24-156-5
-noback context ["\x6911"]"\x67FF" @135-356-3
-
-# \x69B2\x6872 123456-3-135-126-2
-noback context ["\x69B2"]"\x6872" @123456-3
-
-# \x69B4\x5F48 14-234-2-145-1236-5
-noback context _1"\x69B4"["\x5F48"] @145-1236-5
-
-# \x69CD\x5F48 245-46-3-145-1236-5
-noback context _1"\x69CD"["\x5F48"] @145-1236-5
-
-# \x6A02\x5287 236-5-13-1256-5
-noback context ["\x6A02"]"\x5287" @236-5
-
-# \x6A02\x5668 236-5-245-16-5
-noback context ["\x6A02"]"\x5668" @236-5
-
-# \x6A02\x5718 236-5-124-12456-2
-noback context ["\x6A02"]"\x5718" @236-5
-
-# \x6A02\x58C7 236-5-124-1236-2
-noback context ["\x6A02"]"\x58C7" @236-5
-
-# \x6A02\x5B98 236-5-13-12456-3
-noback context ["\x6A02"]"\x5B98" @236-5
-
-# \x6A02\x5E2B 236-5-24-156-3
-noback context ["\x6A02"]"\x5E2B" @236-5
-
-# \x6A02\x5E9C 236-5-12345-34-4
-noback context ["\x6A02"]"\x5E9C" @236-5
-
-# \x6A02\x624B 236-5-24-12356-4
-noback context ["\x6A02"]"\x624B" @236-5
-
-# \x6A02\x66F2 236-5-245-1256-4
-noback context ["\x6A02"]"\x66F2" @236-5
-
-# \x6A02\x6BB5 236-5-145-12456-5
-noback context ["\x6A02"]"\x6BB5" @236-5
-
-# \x6A02\x6C34 246-5-24-1246-4
-noback context ["\x6A02"]"\x6C34" @246-5
-
-# \x6A02\x6D3E 236-5-1234-2456-5
-noback context ["\x6A02"]"\x6D3E" @236-5
-
-# \x6A02\x7406 236-5-14-16-4
-noback context ["\x6A02"]"\x7406" @236-5
-
-# \x6A02\x7AE0 236-5-1-1346-3
-noback context ["\x6A02"]"\x7AE0" @236-5
-
-# \x6A02\x7C4D 236-5-13-16-2
-noback context ["\x6A02"]"\x7C4D" @236-5
-
-# \x6A02\x8B5C 236-5-1234-34-4
-noback context ["\x6A02"]"\x8B5C" @236-5
-
-# \x6A02\x8FF7 236-5-134-16-2
-noback context ["\x6A02"]"\x8FF7" @236-5
-
-# \x6A02\x968A 236-5-145-1246-5
-noback context ["\x6A02"]"\x968A" @236-5
-
-# \x6A02\x97F3 236-5-1456-3
-noback context ["\x6A02"]"\x97F3" @236-5
-
-# \x6A02\x98A8 236-5-12345-1356-3
-noback context ["\x6A02"]"\x98A8" @236-5
-
-# \x6A19\x579B 135-246-3-145-25-4
-noback context _1"\x6A19"["\x579B"] @145-25-4
-
-# \x6A21\x6A23 134-34-2-46-5
-noback context ["\x6A21"]"\x6A23" @134-34-2
-
-# \x6A6B\x66B4 1235-1356-5-135-146-5
-noback context ["\x6A6B"]"\x66B4" @1235-1356-5
-
-# \x6A6B\x6B7B 1235-1356-5-15-156-4
-noback context ["\x6A6B"]"\x6B7B" @1235-1356-5
-
-# \x6A6B\x798D 1235-1356-5-1235-25-5
-noback context ["\x6A6B"]"\x798D" @1235-1356-5
-
-# \x6A6B\x8089 1235-1356-5-1245-12356-5
-noback context ["\x6A6B"]"\x8089" @1235-1356-5
-
-# \x6A6B\x884C 1235-1356-5-15-13456-2
-noback context ["\x6A6B"]"\x884C" @1235-1356-5
-
-# \x6A6B\x8CA1 1235-1356-5-245-2456-2
-noback context ["\x6A6B"]"\x8CA1" @1235-1356-5
-
-# \x6ADB\x6BD4 13-346-2-135-16-5
-noback context _1"\x6ADB"["\x6BD4"] @135-16-5
-
-# \x6B21\x5B50 245-156-5-125-156-4
-noback context _1"\x6B21"["\x5B50"] @125-156-4
-
-# \x6B21\x9577 245-156-5-1-1346-4
-noback context _1"\x6B21"["\x9577"] @1-1346-4
-
-# \x6B38\x4E43 2456-4-1345-2456-4
-noback context ["\x6B38"]"\x4E43" @2456-4
-
-# \x6B3B\x5438 1235-34-3-15-16-3
-noback context ["\x6B3B"]"\x5438" @1235-34-3
-
-# \x6B3B\x5F9E 1235-34-3-245-12346-2
-noback context ["\x6B3B"]"\x5F9E" @1235-34-3
-
-# \x6B3B\x8D77 1235-34-3-245-16-4
-noback context ["\x6B3B"]"\x8D77" @1235-34-3
-
-# \x6B3D\x5DEE 245-1456-3-12-2456-3
-noback context _1"\x6B3D"["\x5DEE"] @12-2456-3
-
-# \x6B59\x6D66 24-2346-5-1234-34-4
-noback context ["\x6B59"]"\x6D66" @24-2346-5
-
-# \x6B59\x786F 24-2346-5-2345-5
-noback context ["\x6B59"]"\x786F" @24-2346-5
-
-# \x6B59\x7E23 24-2346-5-15-2345-5
-noback context ["\x6B59"]"\x7E23" @24-2346-5
-
-# \x6B63\x5B50 1-1356-5-125-156-4
-noback context _1"\x6B63"["\x5B50"] @125-156-4
-
-# \x6B63\x9D60 1-1356-5-13-34-4
-noback context _1"\x6B63"["\x9D60"] @13-34-4
-
-# \x6B66\x5C07 34-4-13-46-5
-noback context _1"\x6B66"["\x5C07"] @13-46-5
-
-# \x6B6A\x66F2 2356-3-245-1256-3
-noback context _1"\x6B6A"["\x66F2"] @245-1256-3
-
-# \x6B78\x9084 13-1246-3-1235-12456-2
-noback context _1"\x6B78"["\x9084"] @1235-12456-2
-
-# \x6B78\x964D 13-1246-3-15-46-2
-noback context _1"\x6B78"["\x964D"] @15-46-2
-
-# \x6B7B\x7576 15-156-4-145-1346-5
-noback context _1"\x6B7B"["\x7576"] @145-1346-5
-
-# \x6B7B\x96E3 15-156-4-1345-1236-5
-noback context _1"\x6B7B"["\x96E3"] @1345-1236-5
-
-# \x6B89\x96E3 15-256-5-1345-1236-5
-noback context _1"\x6B89"["\x96E3"] @1345-1236-5
-
-# \x6B9E\x6C92 256-4-134-126-5
-noback context _1"\x6B9E"["\x6C92"] @134-126-5
-
-# \x6BB7\x5207 1456-3-245-346-5
-noback context _1"\x6BB7"["\x5207"] @245-346-5
-
-# \x6BBA\x4F10 24-345-3-12345-345-3
-noback context _1"\x6BBA"["\x4F10"] @12345-345-3
-
-# \x6BCD\x5B50 134-34-4-125-156-4
-noback context _1"\x6BCD"["\x5B50"] @125-156-4
-
-# \x6BCF\x884C 134-356-4-1235-1346-2
-noback context _1"\x6BCF"["\x884C"] @1235-1346-2
-
-# \x6BD4\x53CA 135-16-5-13-16-2
-noback context ["\x6BD4"]"\x53CA" @135-16-5
-
-# \x6BD4\x6BD4 135-16-5-135-16-5
-noback context ["\x6BD4"]"\x6BD4" @135-16-5
-noback context _1"\x6BD4"["\x6BD4"] @135-16-5
-
-# \x6BD4\x80A9 135-16-5-13-2345-3
-noback context ["\x6BD4"]"\x80A9" @135-16-5
-
-# \x6BD4\x9130 135-16-5-14-1456-2
-noback context ["\x6BD4"]"\x9130" @135-16-5
-
-# \x6C2B\x5F48 245-13456-3-145-1236-5
-noback context _1"\x6C2B"["\x5F48"] @145-1236-5
-
-# \x6C34\x5206 24-1246-4-12345-136-5
-noback context _1"\x6C34"["\x5206"] @12345-136-5
-
-# \x6C57\x4F4D 1235-1236-2-1246-5
-noback context ["\x6C57"]"\x4F4D" @1235-1236-2
-
-# \x6C57\x570B 1235-1236-2-13-25-2
-noback context ["\x6C57"]"\x570B" @1235-1236-2
-
-# \x6C57\x738B 1235-1236-2-456-2
-noback context ["\x6C57"]"\x738B" @1235-1236-2
-
-# \x6C59\x5EB3 35-3-135-356-3
-noback context ["\x6C59"]"\x5EB3" @35-3
-
-# \x6C59\x81BA 35-3-13456-3
-noback context ["\x6C59"]"\x81BA" @35-3
-
-# \x6C5E\x9F4A 13-12346-4-13-16-5
-noback context _1"\x6C5E"["\x9F4A"] @13-16-5
-
-# \x6C5F\x90FD 13-46-3-145-34-3
-noback context _1"\x6C5F"["\x90FD"] @145-34-3
-
-# \x6C88\x60B6 12-136-2-134-136-5
-noback context ["\x6C88"]"\x60B6" @12-136-2
-noback context _1"\x6C88"["\x60B6"] @134-136-5
-
-# \x6C88\x62EC 24-136-4-13-35-3
-noback context _1"\x6C88"["\x62EC"] @13-35-3
-
-# \x6C88\x6C88 12-136-2-12-136-2
-noback context ["\x6C88"]"\x6C88" @12-136-2
-noback context _1"\x6C88"["\x6C88"] @12-136-2
-
-# \x6C88\x6C92 12-136-2-134-126-5
-noback context ["\x6C88"]"\x6C92" @12-136-2
-noback context _1"\x6C88"["\x6C92"] @134-126-5
-
-# \x6C88\x6DEA 12-136-2-14-123456-2
-noback context ["\x6C88"]"\x6DEA" @12-136-2
-
-# \x6C88\x6EBA 12-136-2-1345-16-5
-noback context ["\x6C88"]"\x6EBA" @12-136-2
-
-# \x6C88\x6FB1 12-136-2-145-2345-5
-noback context ["\x6C88"]"\x6FB1" @12-136-2
-
-# \x6C88\x7761 12-136-2-24-1246-5
-noback context ["\x6C88"]"\x7761" @12-136-2
-
-# \x6C88\x821F 12-136-2-1-12356-3
-noback context ["\x6C88"]"\x821F" @12-136-2
-
-# \x6C88\x8239 12-136-2-12-12456-2
-noback context ["\x6C88"]"\x8239" @12-136-2
-
-# \x6C88\x8457 12-136-2-1-25-2
-noback context ["\x6C88"]"\x8457" @12-136-2
-noback context _1"\x6C88"["\x8457"] @1-25-2
-
-# \x6C88\x91CD 12-136-2-1-12346-5
-noback context ["\x6C88"]"\x91CD" @12-136-2
-
-# \x6C88\x9ED8 12-136-2-134-126-5
-noback context ["\x6C88"]"\x9ED8" @12-136-2
-
-# \x6C89\x60B6 12-136-2-134-136-5
-noback context _1"\x6C89"["\x60B6"] @134-136-5
-
-# \x6C89\x8457 12-136-2-1-25-2
-noback context _1"\x6C89"["\x8457"] @1-25-2
-
-# \x6C8F\x6CB9 245-1256-3-234-2
-noback context ["\x6C8F"]"\x6CB9" @245-1256-3
-
-# \x6C92\x4E16 134-126-5-24-156-5
-noback context ["\x6C92"]"\x4E16" @134-126-5
-
-# \x6C92\x5165 134-126-5-1245-34-5
-noback context ["\x6C92"]"\x5165" @134-126-5
-
-# \x6C92\x5B50 134-356-2-125-156-4
-noback context _1"\x6C92"["\x5B50"] @125-156-4
-
-# \x6C92\x6536 134-126-5-24-12356-3
-noback context ["\x6C92"]"\x6536" @134-126-5
-
-# \x6C92\x6C92 134-126-5-134-126-5
-noback context ["\x6C92"]"\x6C92" @134-126-5
-noback context _1"\x6C92"["\x6C92"] @134-126-5
-
-# \x6C92\x843D 134-126-5-14-25-5
-noback context ["\x6C92"]"\x843D" @134-126-5
-
-# \x6C92\x85E5 134-126-5-246-5
-noback context ["\x6C92"]"\x85E5" @134-126-5
-
-# \x6C92\x9802 134-126-5-145-13456-4
-noback context ["\x6C92"]"\x9802" @134-126-5
-
-# \x6C92\x98F2 134-126-5-1456-4
-noback context ["\x6C92"]"\x98F2" @134-126-5
-
-# \x6C92\x9F52 134-126-5-12-156-4
-noback context ["\x6C92"]"\x9F52" @134-126-5
-
-# \x6CB9\x5F48 234-2-145-1236-5
-noback context _1"\x6CB9"["\x5F48"] @145-1236-5
-
-# \x6CB9\x68F9 234-2-1-25-3
-noback context _1"\x6CB9"["\x68F9"] @1-25-3
-
-# \x6CD5\x570B 12345-345-5-13-25-2
-noback context ["\x6CD5"]"\x570B" @12345-345-5
-
-# \x6CD5\x76F8 12345-345-4-15-46-5
-noback context _1"\x6CD5"["\x76F8"] @15-46-5
-
-# \x6CD5\x862D 12345-345-5-14-1236-2
-noback context ["\x6CD5"]"\x862D" @12345-345-5
-
-# \x6CD5\x8A9E 12345-345-5-1256-4
-noback context ["\x6CD5"]"\x8A9E" @12345-345-5
-
-# \x6CE2\x55B3 135-126-3-12-345-3
-noback context _1"\x6CE2"["\x55B3"] @12-345-3
-
-# \x6CE5\x53E4 1345-16-5-13-34-4
-noback context ["\x6CE5"]"\x53E4" @1345-16-5
-
-# \x6CEF\x6C92 134-1456-4-134-126-5
-noback context _1"\x6CEF"["\x6C92"] @134-126-5
-
-# \x6D0B\x76F8 46-2-15-46-5
-noback context _1"\x6D0B"["\x76F8"] @15-46-5
-
-# \x6D0B\x884C 46-2-1235-1346-2
-noback context _1"\x6D0B"["\x884C"] @1235-1346-2
-
-# \x6D3B\x585E 1235-25-2-15-2456-3
-noback context _1"\x6D3B"["\x585E"] @15-2456-3
-
-# \x6D41\x5F48 14-234-2-145-1236-5
-noback context _1"\x6D41"["\x5F48"] @145-1236-5
-
-# \x6D63\x718A 12456-4-15-235-2
-noback context ["\x6D63"]"\x718A" @12456-4
-
-# \x6D6A\x5B50 14-1346-5-125-156-4
-noback context _1"\x6D6A"["\x5B50"] @125-156-4
-
-# \x6D6E\x6F1A 12345-34-2-12356-3
-noback context _1"\x6D6E"["\x6F1A"] @12356-3
-
-# \x6D77\x53C3 1235-2456-4-24-136-3
-noback context _1"\x6D77"["\x53C3"] @24-136-3
-
-# \x6D77\x96E3 1235-2456-4-1345-1236-5
-noback context _1"\x6D77"["\x96E3"] @1345-1236-5
-
-# \x6D88\x9577 15-246-3-1-1346-4
-noback context _1"\x6D88"["\x9577"] @1-1346-4
-
-# \x6D8C\x8DAF 235-4-236-5
-noback context _1"\x6D8C"["\x8DAF"] @236-5
-
-# \x6DD2\x54BD 245-16-3-346-5
-noback context _1"\x6DD2"["\x54BD"] @346-5
-
-# \x6DD6\x7D04 12-25-5-236-3
-noback context ["\x6DD6"]"\x7D04" @12-25-5
-
-# \x6DE4\x585E 1256-3-15-2346-5
-noback context _1"\x6DE4"["\x585E"] @15-2346-5
-
-# \x6DF1\x5207 24-136-3-245-346-5
-noback context _1"\x6DF1"["\x5207"] @245-346-5
-
-# \x6DF1\x60E1 24-136-3-34-5
-noback context _1"\x6DF1"["\x60E1"] @34-5
-
-# \x6DF1\x66F4 24-136-3-13-13456-3
-noback context _1"\x6DF1"["\x66F4"] @13-13456-3
-
-# \x6DF1\x7701 24-136-3-15-13456-4
-noback context _1"\x6DF1"["\x7701"] @15-13456-4
-
-# \x6DF5\x585E 45-3-15-2346-5
-noback context _1"\x6DF5"["\x585E"] @15-2346-5
-
-# \x6DF7\x4E82 1235-123456-4-14-12456-5
-noback context ["\x6DF7"]"\x4E82" @1235-123456-4
-
-# \x6DF7\x6C34 1235-123456-2-24-1246-4
-noback context ["\x6DF7"]"\x6C34" @1235-123456-2
-
-# \x6DF7\x6FC1 1235-123456-2-1-25-2
-noback context ["\x6DF7"]"\x6FC1" @1235-123456-2
-
-# \x6DF9\x6C92 2345-3-134-126-5
-noback context _1"\x6DF9"["\x6C92"] @134-126-5
-
-# \x6E20\x7387 245-1256-2-24-2356-5
-noback context _1"\x6E20"["\x7387"] @24-2356-5
-
-# \x6E21\x5047 145-34-5-13-23456-5
-noback context _1"\x6E21"["\x5047"] @13-23456-5
-
-# \x6E2C\x5EA6 245-2346-5-145-25-5
-noback context _1"\x6E2C"["\x5EA6"] @145-25-5
-
-# \x6E2C\x91CF 245-2346-5-14-46-2
-noback context _1"\x6E2C"["\x91CF"] @14-46-2
-
-# \x6E38\x5B50 234-2-125-156-4
-noback context _1"\x6E38"["\x5B50"] @125-156-4
-
-# \x6E38\x8AAA 234-2-24-1246-5
-noback context _1"\x6E38"["\x8AAA"] @24-1246-5
-
-# \x6E58\x5B50 15-46-3-125-156-4
-noback context _1"\x6E58"["\x5B50"] @125-156-4
-
-# \x6E6E\x6C92 2345-3-134-126-5
-noback context _1"\x6E6E"["\x6C92"] @134-126-5
-
-# \x6E6E\x6EC5 1456-3-134-346-5
-noback context ["\x6E6E"]"\x6EC5" @1456-3
-
-# \x6E6F\x6E6F 24-1346-3-24-1346-3
-noback context ["\x6E6F"]"\x6E6F" @24-1346-3
-noback context _1"\x6E6F"["\x6E6F"] @24-1346-3
-
-# \x6EAB\x5377 123456-3-13-45-5
-noback context _1"\x6EAB"["\x5377"] @13-45-5
-
-# \x6EBE\x6D7D 1246-3-1345-356-4
-noback context _1"\x6EBE"["\x6D7D"] @1345-356-4
-
-# \x6ECB\x9577 125-156-3-1-1346-4
-noback context _1"\x6ECB"["\x9577"] @1-1346-4
-
-# \x6ED1\x7A3D 13-34-4-13-16-3
-noback context ["\x6ED1"]"\x7A3D" @13-34-4
-
-# \x6EEF\x585E 1-156-5-15-2346-5
-noback context _1"\x6EEF"["\x585E"] @15-2346-5
-
-# \x6EEF\x60B6 1-156-5-134-136-5
-noback context _1"\x6EEF"["\x60B6"] @134-136-5
-
-# \x6EF4\x7B54 145-16-3-145-345-3
-noback context _1"\x6EF4"["\x7B54"] @145-345-3
-
-# \x6F02\x4EAE 1234-246-5-14-46-5
-noback context ["\x6F02"]"\x4EAE" @1234-246-5
-
-# \x6F02\x5E03 1234-246-4-135-34-5
-noback context ["\x6F02"]"\x5E03" @1234-246-4
-
-# \x6F02\x5E33 1234-246-5-1-1346-5
-noback context ["\x6F02"]"\x5E33" @1234-246-5
-
-# \x6F02\x67D3 1234-246-4-1245-1236-4
-noback context ["\x6F02"]"\x67D3" @1234-246-4
-
-# \x6F02\x6BCD 1234-246-4-134-34-4
-noback context ["\x6F02"]"\x6BCD" @1234-246-4
-
-# \x6F02\x6D17 1234-246-4-15-16-4
-noback context ["\x6F02"]"\x6D17" @1234-246-4
-
-# \x6F02\x767D 1234-246-4-135-2456-2
-noback context ["\x6F02"]"\x767D" @1234-246-4
-
-# \x6F1A\x9CE5 12356-3-1345-246-4
-noback context ["\x6F1A"]"\x9CE5" @12356-3
-
-# \x6F8E\x6E43 1234-1356-3-1234-2456-5
-noback context ["\x6F8E"]"\x6E43" @1234-1356-3
-
-# \x6FC0\x5C07 13-16-3-13-46-5
-noback context _1"\x6FC0"["\x5C07"] @13-46-5
-
-# \x6FDF\x5357 13-16-4-1345-1236-2
-noback context ["\x6FDF"]"\x5357" @13-16-4
-
-# \x6FDF\x6FDF 13-16-4-13-16-4
-noback context ["\x6FDF"]"\x6FDF" @13-16-4
-noback context _1"\x6FDF"["\x6FDF"] @13-16-4
-
-# \x706B\x92EA 1235-25-4-1234-34-5
-noback context _1"\x706B"["\x92EA"] @1234-34-5
-
-# \x707D\x96E3 125-2456-3-1345-1236-5
-noback context _1"\x707D"["\x96E3"] @1345-1236-5
-
-# \x708A\x425B 12-1246-3-1256-5
-noback context _1"\x708A"["\x425B"] @1256-5
-
-# \x70AE\x70D9 1234-146-2-14-25-5
-noback context ["\x70AE"]"\x70D9" @1234-146-2
-noback context _1"\x70AE"["\x70D9"] @14-25-5
-
-# \x70AE\x88FD 1234-146-2-1-156-5
-noback context ["\x70AE"]"\x88FD" @1234-146-2
-
-# \x70B8\x5F48 1-345-5-145-1236-5
-noback context _1"\x70B8"["\x5F48"] @145-1236-5
-
-# \x70B8\x91AC 1-345-2-13-46-5
-noback context ["\x70B8"]"\x91AC" @1-345-2
-
-# \x70BA\x4E86 1246-5-14-2346-1
-noback context ["\x70BA"]"\x4E86" @1246-5
-
-# \x70BA\x4EC0 1246-5-24-2346-2
-noback context ["\x70BA"]"\x4EC0" @1246-5
-noback context _1"\x70BA"["\x4EC0"] @24-2346-2
-
-# \x70BA\x4F55 1246-5-1235-2346-2
-noback context ["\x70BA"]"\x4F55" @1246-5
-
-# \x70BA\x570B 1246-5-13-25-2
-noback context ["\x70BA"]"\x570B" @1246-5
-
-# \x70BA\x6C11 1246-5-134-1456-2
-noback context ["\x70BA"]"\x6C11" @1246-5
-
-# \x70BA\x864E 1246-5-1235-34-4
-noback context ["\x70BA"]"\x864E" @1246-5
-
-# \x70F9\x8ABF 1234-1356-3-124-246-2
-noback context _1"\x70F9"["\x8ABF"] @124-246-2
-
-# \x7121\x5B50 34-2-125-156-4
-noback context _1"\x7121"["\x5B50"] @125-156-4
-
-# \x7121\x7E2B 34-2-12345-1356-5
-noback context _1"\x7121"["\x7E2B"] @12345-1356-5
-
-# \x7126\x7A6B 13-246-3-1235-34-5
-noback context _1"\x7126"["\x7A6B"] @1235-34-5
-
-# \x715E\x4F4F 24-345-3-1-34-5
-noback context ["\x715E"]"\x4F4F" @24-345-3
-
-# \x715E\x8ECA 24-345-3-12-2346-3
-noback context ["\x715E"]"\x8ECA" @24-345-3
-
-# \x7167\x61C9 1-146-5-13456-5
-noback context _1"\x7167"["\x61C9"] @13456-5
-
-# \x7167\x76F8 1-146-5-15-46-5
-noback context _1"\x7167"["\x76F8"] @15-46-5
-
-# \x7169\x60B6 12345-1236-2-134-136-5
-noback context _1"\x7169"["\x60B6"] @134-136-5
-
-# \x7187\x6691 1235-34-5-24-34-4
-noback context ["\x7187"]"\x6691" @1235-34-5
-
-# \x7187\x7187 1235-2346-5-1235-2346-5
-noback context ["\x7187"]"\x7187" @1235-2346-5
-noback context _1"\x7187"["\x7187"] @1235-2346-5
-
-# \x7187\x71E5 123-146-4-125-146-5
-noback context ["\x7187"]"\x71E5" @123-146-4
-
-# \x71B1\x5207 1245-2346-5-245-346-5
-noback context _1"\x71B1"["\x5207"] @245-346-5
-
-# \x71CE\x539F 14-246-5-45-2
-noback context ["\x71CE"]"\x539F" @14-246-5
-
-# \x71D5\x4E39 2345-3-145-1236-3
-noback context ["\x71D5"]"\x4E39" @2345-3
-
-# \x71D5\x4EAC 2345-3-13-13456-3
-noback context ["\x71D5"]"\x4EAC" @2345-3
-
-# \x71D5\x59DE 2345-3-13-16-2
-noback context ["\x71D5"]"\x59DE" @2345-3
-
-# \x71D5\x738B 2345-3-456-2
-noback context ["\x71D5"]"\x738B" @2345-3
-
-# \x71D5\x77F3 2345-3-24-156-2
-noback context ["\x71D5"]"\x77F3" @2345-3
-
-# \x71D5\x81FA 2345-3-124-2456-2
-noback context ["\x71D5"]"\x81FA" @2345-3
-
-# \x71D5\x96F2 2345-3-256-2
-noback context ["\x71D5"]"\x96F2" @2345-3
-
-# \x71DF\x9577 13456-2-1-1346-4
-noback context _1"\x71DF"["\x9577"] @1-1346-4
-
-# \x7206\x5F48 135-146-5-145-1236-5
-noback context _1"\x7206"["\x5F48"] @145-1236-5
-
-# \x722A\x7259 1-146-4-23456-2
-noback context ["\x722A"]"\x7259" @1-146-4
-
-# \x7236\x5B50 12345-34-5-125-156-4
-noback context _1"\x7236"["\x5B50"] @125-156-4
-
-# \x7246\x579B 245-46-2-145-25-4
-noback context _1"\x7246"["\x579B"] @145-25-4
-
-# \x7259\x7E2B 23456-2-12345-1356-5
-noback context _1"\x7259"["\x7E2B"] @12345-1356-5
-
-# \x725B\x4ED4 1345-234-2-125-2456-4
-noback context _1"\x725B"["\x4ED4"] @125-2456-4
-
-# \x7281\x91EA 14-16-2-1235-35-2
-noback context _1"\x7281"["\x91EA"] @1235-35-2
-
-# \x728D\x70BA 245-2345-2-1246-2
-noback context ["\x728D"]"\x70BA" @245-2345-2
-
-# \x7292\x52DE 123-146-5-14-146-5
-noback context _1"\x7292"["\x52DE"] @14-146-5
-
-# \x729B\x725B 134-146-2-1345-234-2
-noback context ["\x729B"]"\x725B" @134-146-2
-
-# \x72AC\x5B50 245-45-4-125-156-4
-noback context _1"\x72AC"["\x5B50"] @125-156-4
-
-# \x72AF\x96E3 12345-1236-5-1345-1236-5
-noback context _1"\x72AF"["\x96E3"] @1345-1236-5
-
-# \x72CC\x72CC 15-13456-3-15-13456-1
-noback context ["\x72CC"]"\x72CC" @15-13456-3
-noback context _1"\x72CC"["\x72CC"] @15-13456-1
-
-# \x72D7\x4ED4 13-12356-4-125-2456-4
-noback context _1"\x72D7"["\x4ED4"] @125-2456-4
-
-# \x72F9\x7E2B 15-23456-2-12345-1356-5
-noback context _1"\x72F9"["\x7E2B"] @12345-1356-5
-
-# \x72FC\x85C9 14-1346-2-13-16-2
-noback context _1"\x72FC"["\x85C9"] @13-16-2
-
-# \x72FC\x865F 14-1346-2-1235-146-2
-noback context _1"\x72FC"["\x865F"] @1235-146-2
-
-# \x7317\x513A 2346-4-1345-25-2
-noback context ["\x7317"]"\x513A" @2346-4
-
-# \x731B\x5C07 134-1356-4-13-46-5
-noback context _1"\x731B"["\x5C07"] @13-46-5
-
-# \x731C\x5EA6 245-2456-3-145-25-5
-noback context _1"\x731C"["\x5EA6"] @145-25-5
-
-# \x7332\x7362 15-346-3-15-246-3
-noback context ["\x7332"]"\x7362" @15-346-3
-
-# \x7368\x8655 145-34-2-12-34-4
-noback context _1"\x7368"["\x8655"] @12-34-4
-
-# \x7387\x5148 24-2356-5-15-2345-3
-noback context ["\x7387"]"\x5148" @24-2356-5
-
-# \x7387\x5175 24-2356-5-135-13456-3
-noback context ["\x7387"]"\x5175" @24-2356-5
-
-# \x7387\x540C 24-2356-5-124-12346-2
-noback context ["\x7387"]"\x540C" @24-2356-5
-
-# \x7387\x5718 24-2356-5-124-12456-2
-noback context ["\x7387"]"\x5718" @24-2356-5
-
-# \x7387\x571F 24-2356-5-124-34-4
-noback context ["\x7387"]"\x571F" @24-2356-5
-
-# \x7387\x5E2B 24-2356-5-24-156-3
-noback context ["\x7387"]"\x5E2B" @24-2356-5
-
-# \x7387\x6027 24-2356-5-15-13456-5
-noback context ["\x7387"]"\x6027" @24-2356-5
-
-# \x7387\x7136 24-2356-5-1245-1236-2
-noback context ["\x7387"]"\x7136" @24-2356-5
-
-# \x7387\x723E 24-2356-5-156-4
-noback context ["\x7387"]"\x723E" @24-2356-5
-
-# \x7387\x7378 24-2356-5-24-12356-5
-noback context ["\x7387"]"\x7378" @24-2356-5
-
-# \x7387\x7387 24-2356-5-24-2356-5
-noback context ["\x7387"]"\x7387" @24-2356-5
-noback context _1"\x7387"["\x7387"] @24-2356-5
-
-# \x7387\x76F4 24-2356-5-1-156-2
-noback context ["\x7387"]"\x76F4" @24-2356-5
-
-# \x7387\x771F 24-2356-5-1-136-3
-noback context ["\x7387"]"\x771F" @24-2356-5
-
-# \x7387\x773E 24-2356-5-1-12346-5
-noback context ["\x7387"]"\x773E" @24-2356-5
-
-# \x7387\x821E 24-2356-5-34-4
-noback context ["\x7387"]"\x821E" @24-2356-5
-
-# \x7387\x8ECD 24-2356-5-13-256-3
-noback context ["\x7387"]"\x8ECD" @24-2356-5
-
-# \x7387\x968A 24-2356-5-145-1246-5
-noback context ["\x7387"]"\x968A" @24-2356-5
-
-# \x7387\x9818 24-2356-5-14-13456-4
-noback context ["\x7387"]"\x9818" @24-2356-5
-
-# \x7387\x99AC 24-2356-5-134-345-4
-noback context ["\x7387"]"\x99AC" @24-2356-5
-
-# \x738B\x51A0 456-2-13-12456-3
-noback context _1"\x738B"["\x51A0"] @13-12456-3
-
-# \x738B\x5B50 456-2-125-156-4
-noback context _1"\x738B"["\x5B50"] @125-156-4
-
-# \x738B\x90FD 456-2-145-34-3
-noback context _1"\x738B"["\x90FD"] @145-34-3
-
-# \x73A9\x5473 12456-5-1246-5
-noback context ["\x73A9"]"\x5473" @12456-5
-
-# \x73A9\x5FFD 12456-5-1235-34-3
-noback context ["\x73A9"]"\x5FFD" @12456-5
-
-# \x73ED\x9577 135-1236-3-1-1346-4
-noback context _1"\x73ED"["\x9577"] @1-1346-4
-
-# \x7405\x90AA 14-1346-2-346-2
-noback context _1"\x7405"["\x90AA"] @346-2
-
-# \x745F\x7E2E 15-2346-5-15-34-5
-noback context _1"\x745F"["\x7E2E"] @15-34-5
-
-# \x74A7\x9084 135-16-5-1235-12456-2
-noback context _1"\x74A7"["\x9084"] @1235-12456-2
-
-# \x74B0\x6688 1235-12456-2-256-5
-noback context _1"\x74B0"["\x6688"] @256-5
-
-# \x74F6\x585E 1234-13456-2-15-2456-3
-noback context _1"\x74F6"["\x585E"] @15-2456-3
-
-# \x750C\x7AB6 12356-3-14-12356-2
-noback context _1"\x750C"["\x7AB6"] @14-12356-2
-
-# \x751A\x9EBC 24-2346-2-134-2346-1
-noback context ["\x751A"]"\x9EBC" @24-2346-2
-
-# \x751F\x5B50 24-1356-3-125-156-4
-noback context _1"\x751F"["\x5B50"] @125-156-4
-
-# \x751F\x9084 24-1356-3-1235-12456-2
-noback context _1"\x751F"["\x9084"] @1235-12456-2
-
-# \x751F\x9577 24-1356-3-1-1346-4
-noback context _1"\x751F"["\x9577"] @1-1346-4
-
-# \x7532\x5B50 13-23456-4-125-156-4
-noback context _1"\x7532"["\x5B50"] @125-156-4
-
-# \x7537\x5B50 1345-1236-2-125-156-4
-noback context _1"\x7537"["\x5B50"] @125-156-4
-
-# \x753A\x7566 124-13456-4-245-16-2
-noback context ["\x753A"]"\x7566" @124-13456-4
-
-# \x753A\x757D 124-13456-4-124-12456-4
-noback context ["\x753A"]"\x757D" @124-13456-4
-
-# \x755C\x7267 15-1256-5-134-34-5
-noback context ["\x755C"]"\x7267" @15-1256-5
-
-# \x755C\x7522 15-1256-5-12-1236-4
-noback context ["\x755C"]"\x7522" @15-1256-5
-
-# \x755C\x7A4D 15-1256-5-13-16-3
-noback context ["\x755C"]"\x7A4D" @15-1256-5
-
-# \x755C\x8B00 15-1256-5-134-12356-2
-noback context ["\x755C"]"\x8B00" @15-1256-5
-
-# \x755C\x990A 15-1256-5-46-4
-noback context ["\x755C"]"\x990A" @15-1256-5
-
-# \x7576\x5DEE 145-1346-3-12-2456-3
-noback context _1"\x7576"["\x5DEE"] @12-2456-3
-
-# \x7576\x6389 145-1346-5-145-246-5
-noback context ["\x7576"]"\x6389" @145-1346-5
-
-# \x7576\x6A5F 145-1346-5-13-16-3
-noback context ["\x7576"]"\x6A5F" @145-1346-5
-
-# \x7576\x7576 145-1346-5-145-1346-5
-noback context ["\x7576"]"\x7576" @145-1346-5
-noback context _1"\x7576"["\x7576"] @145-1346-5
-
-# \x7576\x7968 145-1346-5-1234-246-5
-noback context ["\x7576"]"\x7968" @145-1346-5
-
-# \x7576\x92EA 145-1346-5-1234-34-5
-noback context ["\x7576"]"\x92EA" @145-1346-5
-noback context _1"\x7576"["\x92EA"] @1234-34-5
-
-# \x758F\x7387 24-34-3-24-2356-5
-noback context _1"\x758F"["\x7387"] @24-2356-5
-
-# \x7599\x7629 13-2346-3-145-345-1
-noback context _1"\x7599"["\x7629"] @145-345-1
-
-# \x75C5\x5047 135-13456-5-13-23456-5
-noback context _1"\x75C5"["\x5047"] @13-23456-5
-
-# \x75DB\x60E1 124-12346-5-34-5
-noback context _1"\x75DB"["\x60E1"] @34-5
-
-# \x75F4\x6399 12-156-3-1-1356-3
-noback context _1"\x75F4"["\x6399"] @1-1356-3
-
-# \x7626\x524A 24-12356-5-15-236-5
-noback context _1"\x7626"["\x524A"] @15-236-5
-
-# \x7656\x597D 1234-16-4-1235-146-5
-noback context _1"\x7656"["\x597D"] @1235-146-5
-
-# \x767C\x9084 12345-345-3-1235-12456-2
-noback context _1"\x767C"["\x9084"] @1235-12456-2
-
-# \x767C\x96E3 12345-345-3-1345-1236-5
-noback context _1"\x767C"["\x96E3"] @1345-1236-5
-
-# \x767D\x5377 135-2456-2-13-45-5
-noback context _1"\x767D"["\x5377"] @13-45-5
-
-# \x767D\x5B50 135-2456-2-125-156-4
-noback context _1"\x767D"["\x5B50"] @125-156-4
-
-# \x767D\x859F 135-2456-2-14-2345-5
-noback context _1"\x767D"["\x859F"] @14-2345-5
-
-# \x767D\x861E 135-2456-2-14-2345-5
-noback context _1"\x767D"["\x861E"] @14-2345-5
-
-# \x767E\x4E58 135-2456-4-24-1356-5
-noback context _1"\x767E"["\x4E58"] @24-1356-5
-
-# \x767E\x4E86 135-2456-4-14-246-4
-noback context _1"\x767E"["\x4E86"] @14-246-4
-
-# \x767E\x8F9F 135-2456-4-135-16-5
-noback context _1"\x767E"["\x8F9F"] @135-16-5
-
-# \x7684\x5B50 145-2346-1-125-156-4
-noback context _1"\x7684"["\x5B50"] @125-156-4
-
-# \x7684\x7684 145-16-2-145-16-2
-noback context ["\x7684"]"\x7684" @145-16-2
-noback context _1"\x7684"["\x7684"] @145-16-2
-
-# \x7684\x76AA 145-16-5-14-16-5
-noback context ["\x7684"]"\x76AA" @145-16-5
-
-# \x7684\x78BA 145-16-2-245-236-5
-noback context ["\x7684"]"\x78BA" @145-16-2
-
-# \x7687\x51A0 1235-456-2-13-12456-3
-noback context _1"\x7687"["\x51A0"] @13-12456-3
-
-# \x7687\x5B50 1235-456-2-125-156-4
-noback context _1"\x7687"["\x5B50"] @125-156-4
-
-# \x7687\x8F9F 1235-456-2-135-16-5
-noback context _1"\x7687"["\x8F9F"] @135-16-5
-
-# \x768B\x9676 13-146-3-246-2
-noback context _1"\x768B"["\x9676"] @246-2
-
-# \x76AE\x76F8 1234-16-2-15-46-5
-noback context _1"\x76AE"["\x76F8"] @15-46-5
-
-# \x76AF\x6688 13-1236-4-256-5
-noback context _1"\x76AF"["\x6688"] @256-5
-
-# \x76DB\x5668 12-1356-2-245-16-5
-noback context ["\x76DB"]"\x5668" @12-1356-2
-
-# \x76DB\x653E 12-1356-2-12345-1346-5
-noback context ["\x76DB"]"\x653E" @12-1356-2
-
-# \x76DB\x6BAE 12-1356-2-14-2345-5
-noback context ["\x76DB"]"\x6BAE" @12-1356-2
-
-# \x76DB\x6C34 12-1356-2-24-1246-4
-noback context ["\x76DB"]"\x6C34" @12-1356-2
-
-# \x76DB\x6E6F 12-1356-2-124-1346-3
-noback context ["\x76DB"]"\x6E6F" @12-1356-2
-
-# \x76DB\x98EF 12-1356-2-12345-1236-5
-noback context ["\x76DB"]"\x98EF" @12-1356-2
-
-# \x76E3\x672C 13-2345-5-135-136-4
-noback context ["\x76E3"]"\x672C" @13-2345-5
-
-# \x76E3\x92EA 13-2345-3-1234-34-5
-noback context _1"\x76E3"["\x92EA"] @1234-34-5
-
-# \x76EE\x7684 134-34-5-145-16-5
-noback context _1"\x76EE"["\x7684"] @145-16-5
-
-# \x76F4\x7387 1-156-2-24-2356-5
-noback context _1"\x76F4"["\x7387"] @24-2356-5
-
-# \x76F8\x39C3 15-46-3-13-234-3
-noback context _1"\x76F8"["\x39C3"] @13-234-3
-
-# \x76F8\x4F4D 15-46-5-1246-5
-noback context ["\x76F8"]"\x4F4D" @15-46-5
-
-# \x76F8\x5055 15-46-3-13-346-3
-noback context _1"\x76F8"["\x5055"] @13-346-3
-
-# \x76F8\x570B 15-46-5-13-25-2
-noback context ["\x76F8"]"\x570B" @15-46-5
-
-# \x76F8\x592B 15-46-5-12345-34-3
-noback context ["\x76F8"]"\x592B" @15-46-5
-
-# \x76F8\x61C9 15-46-3-13456-5
-noback context _1"\x76F8"["\x61C9"] @13456-5
-
-# \x76F8\x6A5F 15-46-5-13-16-3
-noback context ["\x76F8"]"\x6A5F" @15-46-5
-
-# \x76F8\x7247 15-46-5-1234-2345-5
-noback context ["\x76F8"]"\x7247" @15-46-5
-
-# \x76F8\x7387 15-46-3-24-2356-5
-noback context _1"\x76F8"["\x7387"] @24-2356-5
-
-# \x76F8\x7A31 15-46-3-12-136-5
-noback context _1"\x76F8"["\x7A31"] @12-136-5
-
-# \x76F8\x7C3F 15-46-5-135-34-5
-noback context ["\x76F8"]"\x7C3F" @15-46-5
-
-# \x76F8\x8072 15-46-5-24-1356-3
-noback context ["\x76F8"]"\x8072" @15-46-5
-
-# \x76F8\x8655 15-46-3-12-34-4
-noback context _1"\x76F8"["\x8655"] @12-34-4
-
-# \x76F8\x8853 15-46-5-24-34-5
-noback context ["\x76F8"]"\x8853" @15-46-5
-
-# \x76F8\x8C8C 15-46-5-134-146-5
-noback context ["\x76F8"]"\x8C8C" @15-46-5
-
-# \x76F8\x9762 15-46-5-134-2345-5
-noback context ["\x76F8"]"\x9762" @15-46-5
-
-# \x7701\x5206 24-1356-4-12345-136-5
-noback context _1"\x7701"["\x5206"] @12345-136-5
-
-# \x7701\x5BDF 15-13456-4-12-345-2
-noback context ["\x7701"]"\x5BDF" @15-13456-4
-
-# \x7701\x601D 15-13456-4-15-156-3
-noback context ["\x7701"]"\x601D" @15-13456-4
-
-# \x7701\x609F 15-13456-4-34-5
-noback context ["\x7701"]"\x609F" @15-13456-4
-
-# \x7701\x89AA 15-13456-4-245-1456-3
-noback context ["\x7701"]"\x89AA" @15-13456-4
-
-# \x7701\x9577 24-1356-4-1-1346-4
-noback context _1"\x7701"["\x9577"] @1-1346-4
-
-# \x770B\x4E2D 123-1236-5-1-12346-5
-noback context _1"\x770B"["\x4E2D"] @1-12346-5
-
-# \x770B\x5B88 123-1236-3-24-12356-4
-noback context ["\x770B"]"\x5B88" @123-1236-3
-
-# \x770B\x5BB6 123-1236-3-13-23456-3
-noback context ["\x770B"]"\x5BB6" @123-1236-3
-
-# \x770B\x76F8 123-1236-5-15-46-5
-noback context _1"\x770B"["\x76F8"] @15-46-5
-
-# \x770B\x7BA1 123-1236-3-13-12456-4
-noback context ["\x770B"]"\x7BA1" @123-1236-3
-
-# \x770B\x8B77 123-1236-3-1235-34-5
-noback context ["\x770B"]"\x8B77" @123-1236-3
-
-# \x770B\x9580 123-1236-3-134-136-2
-noback context ["\x770B"]"\x9580" @123-1236-3
-
-# \x771F\x7387 1-136-3-24-2356-5
-noback context _1"\x771F"["\x7387"] @24-2356-5
-
-# \x771F\x76F8 1-136-3-15-46-5
-noback context _1"\x771F"["\x76F8"] @15-46-5
-
-# \x772F\x7E2B 134-16-3-12345-1356-5
-noback context _1"\x772F"["\x7E2B"] @12345-1356-5
-
-# \x773C\x6688 2345-4-256-5
-noback context _1"\x773C"["\x6688"] @256-5
-
-# \x773C\x7736 2345-4-123-456-3
-noback context _1"\x773C"["\x7736"] @123-456-3
-
-# \x773E\x5B50 1-12346-5-125-156-4
-noback context _1"\x773E"["\x5B50"] @125-156-4
-
-# \x7755\x4013 12456-5-1235-12456-5
-noback context ["\x7755"]"\x4013" @12456-5
-
-# \x7755\x7755 12456-3-12456-3
-noback context ["\x7755"]"\x7755" @12456-3
-noback context _1"\x7755"["\x7755"] @12456-3
-
-# \x7761\x8457 24-1246-5-1-146-2
-noback context _1"\x7761"["\x8457"] @1-146-2
-
-# \x7761\x89BA 24-1246-5-13-246-5
-noback context _1"\x7761"["\x89BA"] @13-246-5
-
-# \x7763\x7387 145-34-3-24-2356-5
-noback context _1"\x7763"["\x7387"] @24-2356-5
-
-# \x7787\x7E2B 134-16-3-12345-1356-5
-noback context _1"\x7787"["\x7E2B"] @12345-1356-5
-
-# \x7789\x973F 123-12356-5-134-12356-5
-noback context ["\x7789"]"\x973F" @123-12356-5
-noback context _1"\x7789"["\x973F"] @134-12356-5
-
-# \x778E\x652A 15-23456-3-13-146-4
-noback context _1"\x778E"["\x652A"] @13-146-4
-
-# \x77AD\x671B 14-246-5-456-5
-noback context ["\x77AD"]"\x671B" @14-246-5
-
-# \x77E5\x4E86 1-156-3-14-246-4
-noback context _1"\x77E5"["\x4E86"] @14-246-4
-
-# \x77F0\x7E73 125-1356-3-1-25-2
-noback context _1"\x77F0"["\x7E73"] @1-25-2
-
-# \x780D\x4F10 123-1236-4-12345-345-3
-noback context _1"\x780D"["\x4F10"] @12345-345-3
-
-# \x7822\x78E3 123-2346-3-12-136-4
-noback context ["\x7822"]"\x78E3" @123-2346-3
-
-# \x7832\x5F48 1234-146-5-145-1236-5
-noback context _1"\x7832"["\x5F48"] @145-1236-5
-
-# \x7834\x76F8 1234-126-5-15-46-5
-noback context _1"\x7834"["\x76F8"] @15-46-5
-
-# \x7843\x5377 1-34-3-13-45-5
-noback context _1"\x7843"["\x5377"] @13-45-5
-
-# \x786C\x6399 13456-5-1-1356-3
-noback context _1"\x786C"["\x6399"] @1-1356-3
-
-# \x7891\x5E16 135-356-3-124-346-5
-noback context _1"\x7891"["\x5E16"] @124-346-5
-
-# \x78C5\x7921 1234-1346-3-135-126-2
-noback context ["\x78C5"]"\x7921" @1234-1346-3
-
-# \x78D4\x6518 1-2346-2-1245-1346-2
-noback context _1"\x78D4"["\x6518"] @1245-1346-2
-
-# \x78E8\x96E3 134-126-2-1345-1236-5
-noback context _1"\x78E8"["\x96E3"] @1345-1236-5
-
-# \x7927\x77F3 14-356-5-24-156-2
-noback context ["\x7927"]"\x77F3" @14-356-5
-
-# \x793E\x9577 24-2346-5-1-1346-4
-noback context _1"\x793E"["\x9577"] @1-1346-4
-
-# \x7957\x5F9E 1-156-3-125-12346-5
-noback context _1"\x7957"["\x5F9E"] @125-12346-5
-
-# \x7957\x6709 1-156-4-234-4
-noback context ["\x7957"]"\x6709" @1-156-4
-
-# \x7957\x80FD 1-156-4-1345-1356-2
-noback context ["\x7957"]"\x80FD" @1-156-4
-
-# \x7957\x8981 1-156-4-246-5
-noback context ["\x7957"]"\x8981" @1-156-4
-
-# \x795E\x7947 24-136-2-245-16-2
-noback context _1"\x795E"["\x7947"] @245-16-2
-
-# \x795E\x837C 24-136-2-24-34-3
-noback context _1"\x795E"["\x837C"] @24-34-3
-
-# \x7981\x4E0D 13-1456-3-135-34-5
-noback context ["\x7981"]"\x4E0D" @13-1456-3
-
-# \x798F\x76F8 12345-34-2-15-46-5
-noback context _1"\x798F"["\x76F8"] @15-46-5
-
-# \x79AA\x8B93 24-1236-5-1245-1346-5
-noback context ["\x79AA"]"\x8B93" @24-1236-5
-
-# \x79AE\x6A02 14-16-4-236-5
-noback context _1"\x79AE"["\x6A02"] @236-5
-
-# \x79B0\x8861 134-16-2-1235-1356-2
-noback context ["\x79B0"]"\x8861" @134-16-2
-
-# \x79D1\x8655 123-2346-3-12-34-4
-noback context _1"\x79D1"["\x8655"] @12-34-4
-
-# \x79D1\x9577 123-2346-3-1-1346-4
-noback context _1"\x79D1"["\x9577"] @1-1346-4
-
-# \x7A1A\x5B50 1-156-5-125-156-4
-noback context _1"\x7A1A"["\x5B50"] @125-156-4
-
-# \x7A2E\x5B50 1-12346-4-125-156-4
-noback context _1"\x7A2E"["\x5B50"] @125-156-4
-
-# \x7A2E\x690D 1-12346-5-1-156-2
-noback context ["\x7A2E"]"\x690D" @1-12346-5
-
-# \x7A2E\x6A39 1-12346-5-24-34-5
-noback context ["\x7A2E"]"\x6A39" @1-12346-5
-
-# \x7A31\x5FC3 12-136-5-15-1456-3
-noback context ["\x7A31"]"\x5FC3" @12-136-5
-
-# \x7A31\x610F 12-136-5-16-5
-noback context ["\x7A31"]"\x610F" @12-136-5
-
-# \x7A31\x8077 12-1356-5-1-156-2
-noback context ["\x7A31"]"\x8077" @12-1356-5
-
-# \x7A4D\x7D2F 13-16-3-14-356-4
-noback context _1"\x7A4D"["\x7D2F"] @14-356-4
-
-# \x7A69\x7576 123456-4-145-1346-5
-noback context _1"\x7A69"["\x7576"] @145-1346-5
-
-# \x7A7A\x4E4F 123-12346-5-12345-345-2
-noback context ["\x7A7A"]"\x4E4F" @123-12346-5
-
-# \x7A7A\x4F4D 123-12346-5-1246-5
-noback context ["\x7A7A"]"\x4F4D" @123-12346-5
-
-# \x7A7A\x5730 123-12346-5-145-16-5
-noback context ["\x7A7A"]"\x5730" @123-12346-5
-
-# \x7A7A\x5B50 123-12346-5-125-156-1
-noback context ["\x7A7A"]"\x5B50" @123-12346-5
-
-# \x7A7A\x6687 123-12346-5-15-23456-2
-noback context ["\x7A7A"]"\x6687" @123-12346-5
-
-# \x7A7A\x683C 123-12346-5-13-2346-2
-noback context ["\x7A7A"]"\x683C" @123-12346-5
-
-# \x7A7A\x6A94 123-12346-5-145-1346-4
-noback context ["\x7A7A"]"\x6A94" @123-12346-5
-
-# \x7A7A\x767D 123-12346-5-135-2456-2
-noback context ["\x7A7A"]"\x767D" @123-12346-5
-
-# \x7A7A\x7F3A 123-12346-5-245-236-3
-noback context ["\x7A7A"]"\x7F3A" @123-12346-5
-
-# \x7A7A\x8ABF 123-12346-3-124-246-2
-noback context _1"\x7A7A"["\x8ABF"] @124-246-2
-
-# \x7A7A\x9591 123-12346-5-15-2345-2
-noback context ["\x7A7A"]"\x9591" @123-12346-5
-
-# \x7A7A\x9592 123-12346-5-15-2345-2
-noback context ["\x7A7A"]"\x9592" @123-12346-5
-
-# \x7A7A\x9699 123-12346-5-15-16-5
-noback context ["\x7A7A"]"\x9699" @123-12346-5
-
-# \x7A7A\x96E3 123-12346-3-1345-1236-5
-noback context _1"\x7A7A"["\x96E3"] @1345-1236-5
-
-# \x7A7A\x984D 123-12346-5-2346-2
-noback context ["\x7A7A"]"\x984D" @123-12346-5
-
-# \x7A7F\x8457 12-12456-3-1-25-2
-noback context _1"\x7A7F"["\x8457"] @1-25-2
-
-# \x7A92\x585E 1-156-5-15-2346-5
-noback context _1"\x7A92"["\x585E"] @15-2346-5
-
-# \x7A97\x7E2B 12-456-3-12345-1356-5
-noback context _1"\x7A97"["\x7E2B"] @12345-1356-5
-
-# \x7AAE\x76F8 245-235-2-15-46-5
-noback context _1"\x7AAE"["\x76F8"] @15-46-5
-
-# \x7AD9\x9577 1-1236-5-1-1346-4
-noback context _1"\x7AD9"["\x9577"] @1-1346-4
-
-# \x7AE5\x5B50 124-12346-2-125-156-4
-noback context _1"\x7AE5"["\x5B50"] @125-156-4
-
-# \x7B26\x61C9 12345-34-2-13456-5
-noback context _1"\x7B26"["\x61C9"] @13456-5
-
-# \x7B46\x4F10 135-16-4-12345-345-3
-noback context _1"\x7B46"["\x4F10"] @12345-345-3
-
-# \x7B49\x5206 145-1356-4-12345-136-5
-noback context _1"\x7B49"["\x5206"] @12345-136-5
-
-# \x7B54\x61C9 145-345-3-13456-5
-noback context ["\x7B54"]"\x61C9" @145-345-3
-noback context _1"\x7B54"["\x61C9"] @13456-5
-
-# \x7B54\x7406 145-345-3-14-16-4
-noback context ["\x7B54"]"\x7406" @145-345-3
-
-# \x7B54\x7B54 145-345-3-145-345-3
-noback context ["\x7B54"]"\x7B54" @145-345-3
-noback context _1"\x7B54"["\x7B54"] @145-345-3
-
-# \x7B56\x5212 245-2346-5-1235-35-5
-noback context _1"\x7B56"["\x5212"] @1235-35-5
-
-# \x7B56\x61C9 245-2346-5-13456-5
-noback context _1"\x7B56"["\x61C9"] @13456-5
-
-# \x7B73\x7BFF 124-13456-2-1-12456-3
-noback context _1"\x7B73"["\x7BFF"] @1-12456-3
-
-# \x7B97\x5B50 15-12456-5-125-156-4
-noback context _1"\x7B97"["\x5B50"] @125-156-4
-
-# \x7BA1\x6A02 13-12456-4-236-5
-noback context _1"\x7BA1"["\x6A02"] @236-5
-
-# \x7BAD\x579B 13-2345-5-145-25-4
-noback context _1"\x7BAD"["\x579B"] @145-25-4
-
-# \x7BAD\x93C3 13-2345-5-245-34-5
-noback context _1"\x7BAD"["\x93C3"] @245-34-5
-
-# \x7BE0\x5B50 15-246-4-125-156-4
-noback context _1"\x7BE0"["\x5B50"] @125-156-4
-
-# \x7BF8\x5DEE 245-136-3-245-156-3
-noback context ["\x7BF8"]"\x5DEE" @245-136-3
-noback context _1"\x7BF8"["\x5DEE"] @245-156-3
-
-# \x7BF8\x82B1 125-1236-5-1235-35-3
-noback context ["\x7BF8"]"\x82B1" @125-1236-5
-
-# \x7BF9\x8F2F 125-12456-4-13-16-2
-noback context ["\x7BF9"]"\x8F2F" @125-12456-4
-
-# \x7C1E\x98DF 145-1236-3-15-156-5
-noback context _1"\x7C1E"["\x98DF"] @15-156-5
-
-# \x7C3D\x7F72 245-2345-3-24-34-5
-noback context _1"\x7C3D"["\x7F72"] @24-34-5
-
-# \x7C4D\x6C92 13-16-2-134-126-5
-noback context _1"\x7C4D"["\x6C92"] @134-126-5
-
-# \x7C73\x884C 134-16-4-1235-1346-2
-noback context _1"\x7C73"["\x884C"] @1235-1346-2
-
-# \x7C92\x5B50 14-16-5-125-156-4
-noback context _1"\x7C92"["\x5B50"] @125-156-4
-
-# \x7C97\x7377 245-34-3-123-456-5
-noback context _1"\x7C97"["\x7377"] @123-456-5
-
-# \x7C97\x7387 245-34-3-24-2356-5
-noback context _1"\x7C97"["\x7387"] @24-2356-5
-
-# \x7CA2\x76DB 125-156-3-12-1356-2
-noback context _1"\x7CA2"["\x76DB"] @12-1356-2
-
-# \x7CBE\x5B50 13-13456-3-125-156-4
-noback context _1"\x7CBE"["\x5B50"] @125-156-4
-
-# \x7CD9\x7C73 245-146-5-134-16-4
-noback context ["\x7CD9"]"\x7C73" @245-146-5
-
-# \x7CDC\x5B50 134-16-2-125-156-4
-noback context _1"\x7CDC"["\x5B50"] @125-156-4
-
-# \x7CFE\x7387 13-234-3-24-2356-5
-noback context _1"\x7CFE"["\x7387"] @24-2356-5
-
-# \x7D00\x50B3 13-16-5-1-12456-5
-noback context _1"\x7D00"["\x50B3"] @1-12456-5
-
-# \x7D02\x5B50 1-12356-5-125-156-4
-noback context _1"\x7D02"["\x5B50"] @125-156-4
-
-# \x7D05\x6688 1235-12346-2-256-5
-noback context _1"\x7D05"["\x6688"] @256-5
-
-# \x7D06\x66F2 1256-3-245-1256-3
-noback context _1"\x7D06"["\x66F2"] @245-1256-3
-
-# \x7D0D\x60B6 1345-345-5-134-136-5
-noback context _1"\x7D0D"["\x60B6"] @134-136-5
-
-# \x7D13\x96E3 24-34-3-1345-1236-5
-noback context _1"\x7D13"["\x96E3"] @1345-1236-5
-
-# \x7D20\x884C 15-34-5-15-13456-5
-noback context _1"\x7D20"["\x884C"] @15-13456-5
-
-# \x7D2E\x56EE 1-345-2-2346-2
-noback context ["\x7D2E"]"\x56EE" @1-345-2
-
-# \x7D2F\x4E16 14-356-4-24-156-5
-noback context ["\x7D2F"]"\x4E16" @14-356-4
-
-# \x7D2F\x52A0 14-356-4-13-23456-3
-noback context ["\x7D2F"]"\x52A0" @14-356-4
-
-# \x7D2F\x5375 14-356-4-14-12456-4
-noback context ["\x7D2F"]"\x5375" @14-356-4
-
-# \x7D2F\x5B98 14-356-4-13-12456-3
-noback context ["\x7D2F"]"\x5B98" @14-356-4
-
-# \x7D2F\x65E5 14-356-4-1245-156-5
-noback context ["\x7D2F"]"\x65E5" @14-356-4
-
-# \x7D2F\x6708 14-356-4-236-5
-noback context ["\x7D2F"]"\x6708" @14-356-4
-
-# \x7D2F\x69AD 14-356-4-15-346-5
-noback context ["\x7D2F"]"\x69AD" @14-356-4
-
-# \x7D2F\x6B21 14-356-4-245-156-5
-noback context ["\x7D2F"]"\x6B21" @14-356-4
-
-# \x7D2F\x72AF 14-356-4-12345-1236-5
-noback context ["\x7D2F"]"\x72AF" @14-356-4
-
-# \x7D2F\x7A4D 14-356-4-13-16-3
-noback context ["\x7D2F"]"\x7A4D" @14-356-4
-
-# \x7D2F\x7D2F 14-356-4-14-356-4
-noback context ["\x7D2F"]"\x7D2F" @14-356-4
-noback context _1"\x7D2F"["\x7D2F"] @14-356-4
-
-# \x7D2F\x8A08 14-356-4-13-16-5
-noback context ["\x7D2F"]"\x8A08" @14-356-4
-
-# \x7D2F\x8D05 14-356-4-1-1246-5
-noback context ["\x7D2F"]"\x8D05" @14-356-4
-
-# \x7D2F\x9032 14-356-4-13-1456-5
-noback context ["\x7D2F"]"\x9032" @14-356-4
-
-# \x7D30\x7E2B 15-16-5-12345-1356-5
-noback context _1"\x7D30"["\x7E2B"] @12345-1356-5
-
-# \x7D42\x4E86 1-12346-3-14-246-4
-noback context _1"\x7D42"["\x4E86"] @14-246-4
-
-# \x7D44\x9577 125-34-4-1-1346-4
-noback context _1"\x7D44"["\x9577"] @1-1346-4
-
-# \x7D50\x5DF4 13-346-3-135-345-3
-noback context ["\x7D50"]"\x5DF4" @13-346-3
-
-# \x7D66\x4E88 13-16-4-1256-4
-noback context ["\x7D66"]"\x4E88" @13-16-4
-
-# \x7D66\x4ED8 13-16-4-12345-34-5
-noback context ["\x7D66"]"\x4ED8" @13-16-4
-
-# \x7D68\x5462 1245-12346-2-1345-16-2
-noback context _1"\x7D68"["\x5462"] @1345-16-2
-
-# \x7D6A\x7E15 1456-3-256-3
-noback context _1"\x7D6A"["\x7E15"] @256-3
-
-# \x7D71\x7387 124-12346-4-24-2356-5
-noback context _1"\x7D71"["\x7387"] @24-2356-5
-
-# \x7D72\x5B50 15-156-3-125-156-4
-noback context _1"\x7D72"["\x5B50"] @125-156-4
-
-# \x7D93\x5377 13-13456-3-13-45-5
-noback context _1"\x7D93"["\x5377"] @13-45-5
-
-# \x7D9D\x7E9A 14-1456-2-24-156-4
-noback context ["\x7D9D"]"\x7E9A" @14-1456-2
-
-# \x7DB8\x5DFE 13-12456-3-13-1456-3
-noback context ["\x7DB8"]"\x5DFE" @13-12456-3
-
-# \x7DE3\x5206 45-2-12345-136-5
-noback context _1"\x7DE3"["\x5206"] @12345-136-5
-
-# \x7DE8\x8457 135-2345-3-1-34-5
-noback context _1"\x7DE8"["\x8457"] @1-34-5
-
-# \x7DF2\x5B50 134-246-4-125-156-4
-noback context _1"\x7DF2"["\x5B50"] @125-156-4
-
-# \x7E23\x5206 15-2345-5-12345-136-5
-noback context _1"\x7E23"["\x5206"] @12345-136-5
-
-# \x7E23\x8DC2 15-45-2-245-16-5
-noback context ["\x7E23"]"\x8DC2" @15-45-2
-noback context _1"\x7E23"["\x8DC2"] @245-16-5
-
-# \x7E23\x9577 15-2345-5-1-1346-4
-noback context _1"\x7E23"["\x9577"] @1-1346-4
-
-# \x7E2B\x9699 12345-1356-5-15-16-5
-noback context ["\x7E2B"]"\x9699" @12345-1356-5
-
-# \x7E31\x6A6B 125-12346-3-1235-1356-2
-noback context ["\x7E31"]"\x6A6B" @125-12346-3
-
-# \x7E31\x81FE 125-12346-4-235-4
-noback context ["\x7E31"]"\x81FE" @125-12346-4
-noback context _1"\x7E31"["\x81FE"] @235-4
-
-# \x7E31\x8CAB 125-12346-3-13-12456-5
-noback context ["\x7E31"]"\x8CAB" @125-12346-3
-
-# \x7E3D\x5F97 125-12346-4-145-356-4
-noback context _1"\x7E3D"["\x5F97"] @145-356-4
-
-# \x7E3D\x884C 125-12346-4-1235-1346-2
-noback context _1"\x7E3D"["\x884C"] @1235-1346-2
-
-# \x7E3D\x92EA 125-12346-4-1234-34-5
-noback context _1"\x7E3D"["\x92EA"] @1234-34-5
-
-# \x7E3D\x9577 125-12346-4-1-1346-4
-noback context _1"\x7E3D"["\x9577"] @1-1346-4
-
-# \x7E43\x74F7 135-1356-5-245-156-2
-noback context ["\x7E43"]"\x74F7" @135-1356-5
-
-# \x7E43\x88C2 135-1356-5-14-346-5
-noback context ["\x7E43"]"\x88C2" @135-1356-5
-
-# \x7E52\x7E43 125-1356-5-135-1356-3
-noback context ["\x7E52"]"\x7E43" @125-1356-5
-
-# \x7E73\x5377 13-246-4-13-45-5
-noback context _1"\x7E73"["\x5377"] @13-45-5
-
-# \x7E7C\x5B50 13-16-5-125-156-4
-noback context _1"\x7E7C"["\x5B50"] @125-156-4
-
-# \x7E8C\x5047 15-1256-5-13-23456-5
-noback context _1"\x7E8C"["\x5047"] @13-23456-5
-
-# \x7F3A\x7A7A 245-236-3-123-12346-5
-noback context _1"\x7F3A"["\x7A7A"] @123-12346-5
-
-# \x7F72\x540D 24-34-5-134-13456-2
-noback context ["\x7F72"]"\x540D" @24-34-5
-
-# \x7F79\x96E3 14-16-2-1345-1236-5
-noback context _1"\x7F79"["\x96E3"] @1345-1236-5
-
-# \x7F8A\x5B50 46-2-125-156-4
-noback context _1"\x7F8A"["\x5B50"] @125-156-4
-
-# \x7F9E\x602F 15-234-3-245-236-5
-noback context _1"\x7F9E"["\x602F"] @245-236-5
-
-# \x7F9E\x60E1 15-234-3-34-5
-noback context _1"\x7F9E"["\x60E1"] @34-5
-
-# \x7FA4\x8F9F 245-256-2-135-16-5
-noback context _1"\x7FA4"["\x8F9F"] @135-16-5
-
-# \x7FA9\x5B50 16-5-125-156-4
-noback context _1"\x7FA9"["\x5B50"] @125-156-4
-
-# \x7FA9\x884C 16-5-15-13456-5
-noback context _1"\x7FA9"["\x884C"] @15-13456-5
-
-# \x7FA9\x92EA 16-5-1234-34-5
-noback context _1"\x7FA9"["\x92EA"] @1234-34-5
-
-# \x7FAC\x7F8A 245-2345-2-46-2
-noback context ["\x7FAC"]"\x7F8A" @245-2345-2
-
-# \x7FF9\x695A 245-246-2-12-34-4
-noback context ["\x7FF9"]"\x695A" @245-246-2
-
-# \x7FF9\x9996 245-246-2-24-12356-4
-noback context ["\x7FF9"]"\x9996" @245-246-2
-
-# \x8001\x5B50 14-146-4-125-156-4
-noback context _1"\x8001"["\x5B50"] @125-156-4
-
-# \x8001\x5C07 14-146-4-13-46-5
-noback context _1"\x8001"["\x5C07"] @13-46-5
-
-# \x8001\x5C11 14-146-4-24-146-5
-noback context _1"\x8001"["\x5C11"] @24-146-5
-
-# \x8003\x5377 123-146-4-13-45-5
-noback context _1"\x8003"["\x5377"] @13-45-5
-
-# \x8003\x91CF 123-146-4-14-46-2
-noback context _1"\x8003"["\x91CF"] @14-46-2
-
-# \x8015\x7A2E 13-1356-3-1-12346-5
-noback context _1"\x8015"["\x7A2E"] @1-12346-5
-
-# \x8033\x54BD 156-4-2345-3
-noback context _1"\x8033"["\x54BD"] @2345-3
-
-# \x8033\x585E 156-4-15-2456-3
-noback context _1"\x8033"["\x585E"] @15-2456-3
-
-# \x805E\x9054 123456-5-145-345-2
-noback context ["\x805E"]"\x9054" @123456-5
-
-# \x8072\x6A02 24-1356-3-236-5
-noback context _1"\x8072"["\x6A02"] @236-5
-
-# \x8077\x5206 1-156-2-12345-136-5
-noback context _1"\x8077"["\x5206"] @12345-136-5
-
-# \x807D\x5929 124-13456-5-124-2345-3
-noback context ["\x807D"]"\x5929" @124-13456-5
-
-# \x807D\x5DEE 124-13456-3-12-2456-3
-noback context _1"\x807D"["\x5DEE"] @12-2456-3
-
-# \x8086\x61C9 15-156-5-13456-5
-noback context _1"\x8086"["\x61C9"] @13456-5
-
-# \x8096\x5B50 15-246-5-125-156-4
-noback context _1"\x8096"["\x5B50"] @125-156-4
-
-# \x80A1\x5206 13-34-4-12345-136-5
-noback context _1"\x80A1"["\x5206"] @12345-136-5
-
-# \x80B2\x5B50 1256-5-125-156-4
-noback context _1"\x80B2"["\x5B50"] @125-156-4
-
-# \x80DE\x5B50 135-146-3-125-156-4
-noback context _1"\x80DE"["\x5B50"] @125-156-4
-
-# \x80E5\x9761 15-1256-3-134-16-2
-noback context _1"\x80E5"["\x9761"] @134-16-2
-
-# \x80F8\x812F 15-235-3-1234-34-2
-noback context _1"\x80F8"["\x812F"] @1234-34-2
-
-# \x812F\x5B50 1234-34-2-125-156-1
-noback context ["\x812F"]"\x5B50" @1234-34-2
-
-# \x8180\x80F1 1234-1346-2-13-456-3
-noback context ["\x8180"]"\x80F1" @1234-1346-2
-
-# \x81A0\x5B50 13-246-3-125-156-4
-noback context _1"\x81A0"["\x5B50"] @125-156-4
-
-# \x81A6\x8EDF 14-2345-4-1245-12456-4
-noback context ["\x81A6"]"\x8EDF" @14-2345-4
-
-# \x81BD\x602F 145-1236-4-245-236-5
-noback context _1"\x81BD"["\x602F"] @245-236-5
-
-# \x81C6\x5EA6 16-5-145-25-5
-noback context _1"\x81C6"["\x5EA6"] @145-25-5
-
-# \x81E5\x92EA 25-5-1234-34-5
-noback context _1"\x81E5"["\x92EA"] @1234-34-5
-
-# \x81E7\x5426 125-1346-3-1234-16-4
-noback context _1"\x81E7"["\x5426"] @1234-16-4
-
-# \x81E8\x6D2E 14-1456-2-246-2
-noback context _1"\x81E8"["\x6D2E"] @246-2
-
-# \x81E8\x96E3 14-1456-2-1345-1236-5
-noback context _1"\x81E8"["\x96E3"] @1345-1236-5
-
-# \x81EA\x50B3 125-156-5-1-12456-5
-noback context _1"\x81EA"["\x50B3"] @1-12456-5
-
-# \x81EA\x7701 125-156-5-15-13456-4
-noback context _1"\x81EA"["\x7701"] @15-13456-4
-
-# \x81EA\x7D66 125-156-5-13-16-4
-noback context _1"\x81EA"["\x7D66"] @13-16-4
-
-# \x81EA\x7E47 125-156-5-234-2
-noback context _1"\x81EA"["\x7E47"] @234-2
-
-# \x8208\x5473 15-13456-5-1246-5
-noback context ["\x8208"]"\x5473" @15-13456-5
-
-# \x8208\x7DFB 15-13456-5-1-156-5
-noback context ["\x8208"]"\x7DFB" @15-13456-5
-
-# \x8208\x8208 15-13456-5-15-13456-5
-noback context ["\x8208"]"\x8208" @15-13456-5
-noback context _1"\x8208"["\x8208"] @15-13456-5
-
-# \x8208\x8DA3 15-13456-5-245-1256-5
-noback context ["\x8208"]"\x8DA3" @15-13456-5
-
-# \x820A\x90FD 13-234-5-145-34-3
-noback context _1"\x820A"["\x90FD"] @145-34-3
-
-# \x820C\x54BD 24-2346-2-2345-3
-noback context _1"\x820C"["\x54BD"] @2345-3
-
-# \x820C\x82D4 24-2346-2-124-2456-3
-noback context _1"\x820C"["\x82D4"] @124-2456-3
-
-# \x820D\x68C4 24-2346-4-245-16-5
-noback context ["\x820D"]"\x68C4" @24-2346-4
-
-# \x8216\x5F35 1234-34-3-1-1346-3
-noback context ["\x8216"]"\x5F35" @1234-34-3
-
-# \x8216\x6392 1234-34-3-1234-2456-2
-noback context ["\x8216"]"\x6392" @1234-34-3
-
-# \x822C\x82E5 135-126-3-1245-2346-4
-noback context ["\x822C"]"\x82E5" @135-126-3
-noback context _1"\x822C"["\x82E5"] @1245-2346-4
-
-# \x8239\x9577 12-12456-2-1-1346-4
-noback context _1"\x8239"["\x9577"] @1-1346-4
-
-# \x8239\x96E3 12-12456-2-1345-1236-5
-noback context _1"\x8239"["\x96E3"] @1345-1236-5
-
-# \x8266\x9577 13-2345-5-1-1346-4
-noback context _1"\x8266"["\x9577"] @1-1346-4
-
-# \x826F\x5C07 14-46-2-13-46-5
-noback context _1"\x826F"["\x5C07"] @13-46-5
-
-# \x826F\x8CC8 14-46-2-13-34-4
-noback context _1"\x826F"["\x8CC8"] @13-34-4
-
-# \x8272\x76F8 15-2346-5-15-46-5
-noback context _1"\x8272"["\x76F8"] @15-46-5
-
-# \x82B1\x51A0 1235-35-3-13-12456-3
-noback context _1"\x82B1"["\x51A0"] @13-12456-3
-
-# \x82D1\x7D50 1256-5-13-346-2
-noback context ["\x82D1"]"\x7D50" @1256-5
-
-# \x82E4\x85CD 1234-346-4-14-1236-2
-noback context ["\x82E4"]"\x85CD" @1234-346-4
-
-# \x82E5\x5E79 1245-25-5-13-1236-3
-noback context _1"\x82E5"["\x5E79"] @13-1236-3
-
-# \x82E6\x60B6 123-34-4-134-136-5
-noback context _1"\x82E6"["\x60B6"] @134-136-5
-
-# \x82E6\x96E3 123-34-4-1345-1236-5
-noback context _1"\x82E6"["\x96E3"] @1345-1236-5
-
-# \x82F1\x6CD5 13456-3-12345-345-5
-noback context _1"\x82F1"["\x6CD5"] @12345-345-5
-
-# \x8303\x8821 12345-1236-5-14-16-4
-noback context _1"\x8303"["\x8821"] @14-16-4
-
-# \x8305\x585E 134-146-2-15-2346-5
-noback context _1"\x8305"["\x585E"] @15-2346-5
-
-# \x8308\x80E1 12-2456-2-1235-34-2
-noback context ["\x8308"]"\x80E1" @12-2456-2
-
-# \x8336\x51E0 12-345-2-13-16-3
-noback context _1"\x8336"["\x51E0"] @13-16-3
-
-# \x8340\x5B50 15-256-2-125-156-4
-noback context _1"\x8340"["\x5B50"] @125-156-4
-
-# \x8349\x7387 245-146-4-24-2356-5
-noback context _1"\x8349"["\x7387"] @24-2356-5
-
-# \x8377\x69CD 1235-2346-5-245-46-3
-noback context ["\x8377"]"\x69CD" @1235-2346-5
-
-# \x8378\x85BA 135-16-2-245-16-2
-noback context _1"\x8378"["\x85BA"] @245-16-2
-
-# \x837C\x58D8 24-34-3-14-1256-5
-noback context ["\x837C"]"\x58D8" @24-34-3
-noback context _1"\x837C"["\x58D8"] @14-1256-5
-
-# \x838A\x5B50 1-456-3-125-156-4
-noback context _1"\x838A"["\x5B50"] @125-156-4
-
-# \x838E\x8349 15-25-3-245-146-4
-noback context ["\x838E"]"\x8349" @15-25-3
-
-# \x839C\x9EA5 234-2-134-2456-5
-noback context ["\x839C"]"\x9EA5" @234-2
-
-# \x83EF\x4F57 1235-35-5-124-25-2
-noback context ["\x83EF"]"\x4F57" @1235-35-5
-
-# \x83EF\x5768 1235-35-5-124-25-2
-noback context ["\x83EF"]"\x5768" @1235-35-5
-
-# \x83EF\x5CB3 1235-35-5-236-5
-noback context ["\x83EF"]"\x5CB3" @1235-35-5
-
-# \x83EF\x5D52 1235-35-5-2345-2
-noback context ["\x83EF"]"\x5D52" @1235-35-5
-
-# \x83EF\x5DBD 1235-35-5-236-5
-noback context ["\x83EF"]"\x5DBD" @1235-35-5
-
-# \x83EF\x9640 1235-35-5-124-25-2
-noback context ["\x83EF"]"\x9640" @1235-35-5
-
-# \x83F2\x8584 12345-356-4-135-126-2
-noback context ["\x83F2"]"\x8584" @12345-356-4
-
-# \x83F4\x83F4 1236-5-1236-5
-noback context ["\x83F4"]"\x83F4" @1236-5
-noback context _1"\x83F4"["\x83F4"] @1236-5
-
-# \x83F4\x85F9 1236-5-2456-4
-noback context ["\x83F4"]"\x85F9" @1236-5
-
-# \x840E\x7E2E 1246-3-15-25-3
-noback context ["\x840E"]"\x7E2E" @1246-3
-
-# \x8410\x8386 24-345-5-12345-34-4
-noback context _1"\x8410"["\x8386"] @12345-34-4
-
-# \x842C\x4E58 12456-5-24-1356-5
-noback context _1"\x842C"["\x4E58"] @24-1356-5
-
-# \x842C\x5377 12456-5-13-45-5
-noback context _1"\x842C"["\x5377"] @13-45-5
-
-# \x842E\x8308 1256-4-125-156-4
-noback context ["\x842E"]"\x8308" @1256-4
-
-# \x8436\x8436 12-123456-4-12-123456-4
-noback context ["\x8436"]"\x8436" @12-123456-4
-noback context _1"\x8436"["\x8436"] @12-123456-4
-
-# \x843D\x5377 14-25-5-13-45-5
-noback context _1"\x843D"["\x5377"] @13-45-5
-
-# \x843D\x96E3 14-25-5-1345-1236-5
-noback context _1"\x843D"["\x96E3"] @1345-1236-5
-
-# \x843D\x9B44 14-25-5-124-25-5
-noback context _1"\x843D"["\x9B44"] @124-25-5
-
-# \x8457\x4F5C 1-34-5-125-25-5
-noback context ["\x8457"]"\x4F5C" @1-34-5
-
-# \x8457\x529B 1-25-2-14-16-5
-noback context ["\x8457"]"\x529B" @1-25-2
-
-# \x8457\x540D 1-34-5-134-13456-2
-noback context ["\x8457"]"\x540D" @1-34-5
-
-# \x8457\x5BE6 1-25-2-24-156-2
-noback context ["\x8457"]"\x5BE6" @1-25-2
-
-# \x8457\x5E8A 1-25-2-12-456-2
-noback context ["\x8457"]"\x5E8A" @1-25-2
-
-# \x8457\x6025 1-146-3-13-16-2
-noback context ["\x8457"]"\x6025" @1-146-3
-
-# \x8457\x60F3 1-146-2-15-46-4
-noback context ["\x8457"]"\x60F3" @1-146-2
-
-# \x8457\x614C 1-146-2-1235-456-3
-noback context ["\x8457"]"\x614C" @1-146-2
-
-# \x8457\x624B 1-25-2-24-12356-4
-noback context ["\x8457"]"\x624B" @1-25-2
-
-# \x8457\x66F8 1-34-5-24-34-3
-noback context ["\x8457"]"\x66F8" @1-34-5
-
-# \x8457\x6709 1-34-5-234-4
-noback context ["\x8457"]"\x6709" @1-34-5
-
-# \x8457\x68CB 1-25-2-245-16-2
-noback context ["\x8457"]"\x68CB" @1-25-2
-
-# \x8457\x6DBC 1-146-3-14-46-2
-noback context ["\x8457"]"\x6DBC" @1-146-3
-
-# \x8457\x706B 1-146-2-1235-25-4
-noback context ["\x8457"]"\x706B" @1-146-2
-
-# \x8457\x8005 1-34-5-1-2346-4
-noback context ["\x8457"]"\x8005" @1-34-5
-
-# \x8457\x8272 1-25-2-15-2346-5
-noback context ["\x8457"]"\x8272" @1-25-2
-
-# \x8457\x843D 1-146-2-14-25-5
-noback context ["\x8457"]"\x843D" @1-146-2
-
-# \x8457\x8457 1-25-2-1-2346-1
-noback context ["\x8457"]"\x8457" @1-25-2
-
-# \x8457\x8863 1-25-2-16-3
-noback context ["\x8457"]"\x8863" @1-25-2
-
-# \x8457\x8FF0 1-34-5-24-34-5
-noback context ["\x8457"]"\x8FF0" @1-34-5
-
-# \x8457\x91CD 1-25-2-1-12346-5
-noback context ["\x8457"]"\x91CD" @1-25-2
-
-# \x8457\x9678 1-25-2-14-34-5
-noback context ["\x8457"]"\x9678" @1-25-2
-
-# \x845B\x8983 13-2346-2-124-1236-2
-noback context ["\x845B"]"\x8983" @13-2346-2
-
-# \x8474\x83E5 1-136-3-15-156-3
-noback context _1"\x8474"["\x83E5"] @15-156-3
-
-# \x8499\x96E3 134-1356-2-1345-1236-5
-noback context _1"\x8499"["\x96E3"] @1345-1236-5
-
-# \x84B8\x5B50 1-1356-3-125-156-4
-noback context _1"\x84B8"["\x5B50"] @125-156-4
-
-# \x84EE\x5B50 14-2345-2-125-156-4
-noback context _1"\x84EE"["\x5B50"] @125-156-4
-
-# \x84FC\x83AA 14-34-5-2346-2
-noback context ["\x84FC"]"\x83AA" @14-34-5
-
-# \x853D\x585E 135-16-5-15-2346-5
-noback context _1"\x853D"["\x585E"] @15-2346-5
-
-# \x8543\x4FAF 12345-1236-2-1235-12356-2
-noback context ["\x8543"]"\x4FAF" @12345-1236-2
-
-# \x8543\x5B4C 12345-1236-2-14-12456-2
-noback context ["\x8543"]"\x5B4C" @12345-1236-2
-
-# \x8543\x5EB6 12345-1236-2-24-34-5
-noback context ["\x8543"]"\x5EB6" @12345-1236-2
-
-# \x8543\x5EE1 12345-1236-2-34-4
-noback context ["\x8543"]"\x5EE1" @12345-1236-2
-
-# \x8543\x606F 12345-1236-2-15-16-2
-noback context ["\x8543"]"\x606F" @12345-1236-2
-
-# \x8543\x660C 12345-1236-2-12-1346-3
-noback context ["\x8543"]"\x660C" @12345-1236-2
-
-# \x8543\x6B96 12345-1236-2-1-156-2
-noback context ["\x8543"]"\x6B96" @12345-1236-2
-
-# \x8543\x6ECB 12345-1236-2-125-156-3
-noback context ["\x8543"]"\x6ECB" @12345-1236-2
-
-# \x8543\x7C6C 12345-1236-2-14-16-2
-noback context ["\x8543"]"\x7C6C" @12345-1236-2
-
-# \x8543\x80B2 12345-1236-2-1256-5
-noback context ["\x8543"]"\x80B2" @12345-1236-2
-
-# \x8543\x856A 12345-1236-2-34-2
-noback context ["\x8543"]"\x856A" @12345-1236-2
-
-# \x8543\x884D 12345-1236-2-2345-4
-noback context ["\x8543"]"\x884D" @12345-1236-2
-
-# \x8569\x5B50 145-1346-5-125-156-4
-noback context _1"\x8569"["\x5B50"] @125-156-4
-
-# \x8584\x8377 135-126-5-1235-2346-2
-noback context ["\x8584"]"\x8377" @135-126-5
-
-# \x8584\x884C 135-126-2-15-13456-5
-noback context _1"\x8584"["\x884C"] @15-13456-5
-
-# \x85B0\x7187 15-256-3-1235-34-5
-noback context _1"\x85B0"["\x7187"] @1235-34-5
-
-# \x85C9\x85C9 13-16-2-13-16-2
-noback context ["\x85C9"]"\x85C9" @13-16-2
-noback context _1"\x85C9"["\x85C9"] @13-16-2
-
-# \x85CF\x6587 125-1346-5-123456-2
-noback context ["\x85CF"]"\x6587" @125-1346-5
-
-# \x85CF\x65CF 125-1346-5-125-34-2
-noback context ["\x85CF"]"\x65CF" @125-1346-5
-
-# \x85E5\x884C 246-5-1235-1346-2
-noback context _1"\x85E5"["\x884C"] @1235-1346-2
-
-# \x85E5\x92EA 246-5-1234-34-5
-noback context _1"\x85E5"["\x92EA"] @1234-34-5
-
-# \x864E\x5B50 1235-34-4-125-156-4
-noback context _1"\x864E"["\x5B50"] @125-156-4
-
-# \x8655\x4E8B 12-34-4-24-156-5
-noback context ["\x8655"]"\x4E8B" @12-34-4
-
-# \x8655\x5206 12-34-4-12345-136-5
-noback context ["\x8655"]"\x5206" @12-34-4
-noback context _1"\x8655"["\x5206"] @12345-136-5
-
-# \x8655\x5883 12-34-4-13-13456-5
-noback context ["\x8655"]"\x5883" @12-34-4
-
-# \x8655\x5B50 12-34-4-125-156-4
-noback context ["\x8655"]"\x5B50" @12-34-4
-noback context _1"\x8655"["\x5B50"] @125-156-4
-
-# \x8655\x65BC 12-34-4-1256-2
-noback context ["\x8655"]"\x65BC" @12-34-4
-
-# \x8655\x7406 12-34-4-14-16-4
-noback context ["\x8655"]"\x7406" @12-34-4
-
-# \x8655\x7F70 12-34-4-12345-345-2
-noback context ["\x8655"]"\x7F70" @12-34-4
-
-# \x8655\x9577 12-34-5-1-1346-4
-noback context _1"\x8655"["\x9577"] @1-1346-4
-
-# \x865F\x54ED 1235-146-2-123-34-3
-noback context ["\x865F"]"\x54ED" @1235-146-2
-
-# \x867A\x96A4 1235-1246-3-124-1246-2
-noback context ["\x867A"]"\x96A4" @1235-1246-3
-
-# \x86E4\x87C6 1235-345-2-134-345-1
-noback context ["\x86E4"]"\x87C6" @1235-345-2
-
-# \x8757\x5B50 1235-456-2-125-156-4
-noback context _1"\x8757"["\x5B50"] @125-156-4
-
-# \x8766\x87C6 1235-345-2-134-345-1
-noback context ["\x8766"]"\x87C6" @1235-345-2
-
-# \x87F9\x5B50 15-346-5-125-156-4
-noback context _1"\x87F9"["\x5B50"] @125-156-4
-
-# \x87FB\x5B50 16-4-125-156-4
-noback context _1"\x87FB"["\x5B50"] @125-156-4
-
-# \x87FB\x86D8 16-4-46-4
-noback context _1"\x87FB"["\x86D8"] @46-4
-
-# \x8821\x7E23 14-16-4-15-2345-5
-noback context ["\x8821"]"\x7E23" @14-16-4
-
-# \x883B\x6A6B 134-1236-2-1235-1356-5
-noback context _1"\x883B"["\x6A6B"] @1235-1356-5
-
-# \x8840\x6688 15-346-4-256-5
-noback context _1"\x8840"["\x6688"] @256-5
-
-# \x8840\x9084 15-346-4-1235-12456-2
-noback context _1"\x8840"["\x9084"] @1235-12456-2
-
-# \x884C\x4F0D 1235-1346-2-34-4
-noback context ["\x884C"]"\x4F0D" @1235-1346-2
-
-# \x884C\x4F63 1235-1346-2-235-5
-noback context ["\x884C"]"\x4F63" @1235-1346-2
-
-# \x884C\x5217 1235-1346-2-14-346-5
-noback context ["\x884C"]"\x5217" @1235-1346-2
-
-# \x884C\x54E1 1235-1346-2-45-2
-noback context ["\x884C"]"\x54E1" @1235-1346-2
-
-# \x884C\x5BB6 1235-1346-2-13-23456-3
-noback context ["\x884C"]"\x5BB6" @1235-1346-2
-
-# \x884C\x5EAB 1235-1346-2-123-34-5
-noback context ["\x884C"]"\x5EAB" @1235-1346-2
-
-# \x884C\x60C5 1235-1346-2-245-13456-2
-noback context ["\x884C"]"\x60C5" @1235-1346-2
-
-# \x884C\x6578 1235-1346-2-24-34-5
-noback context ["\x884C"]"\x6578" @1235-1346-2
-
-# \x884C\x6703 1235-1346-2-1235-1246-5
-noback context ["\x884C"]"\x6703" @1235-1346-2
-
-# \x884C\x696D 1235-1346-2-346-5
-noback context ["\x884C"]"\x696D" @1235-1346-2
-
-# \x884C\x6B3E 1235-1346-2-123-12456-4
-noback context ["\x884C"]"\x6B3E" @1235-1346-2
-
-# \x884C\x72C0 15-13456-5-1-456-5
-noback context ["\x884C"]"\x72C0" @15-13456-5
-
-# \x884C\x865F 1235-1346-2-1235-146-5
-noback context ["\x884C"]"\x865F" @1235-1346-2
-
-# \x884C\x884C 1235-1346-2-1235-1346-2
-noback context ["\x884C"]"\x884C" @1235-1346-2
-noback context _1"\x884C"["\x884C"] @1235-1346-2
-
-# \x884C\x898F 1235-1346-2-13-1246-3
-noback context ["\x884C"]"\x898F" @1235-1346-2
-
-# \x884C\x8A71 1235-1346-2-1235-35-5
-noback context ["\x884C"]"\x8A71" @1235-1346-2
-
-# \x884C\x8CC8 15-13456-2-13-34-4
-noback context _1"\x884C"["\x8CC8"] @13-34-4
-
-# \x884C\x9593 1235-1346-2-13-2345-3
-noback context ["\x884C"]"\x9593" @1235-1346-2
-
-# \x885A\x8855 1235-34-2-124-12346-1
-noback context _1"\x885A"["\x8855"] @124-12346-1
-
-# \x885D\x51A0 12-12346-3-13-12456-3
-noback context _1"\x885D"["\x51A0"] @13-12456-3
-
-# \x8861\x91CF 1235-1356-2-14-46-2
-noback context _1"\x8861"["\x91CF"] @14-46-2
-
-# \x8863\x51A0 16-3-13-12456-3
-noback context _1"\x8863"["\x51A0"] @13-12456-3
-
-# \x8863\x8457 16-3-1-25-2
-noback context _1"\x8863"["\x8457"] @1-25-2
-
-# \x8868\x7387 135-246-4-24-2356-5
-noback context _1"\x8868"["\x7387"] @24-2356-5
-
-# \x8868\x76F8 135-246-4-15-46-5
-noback context _1"\x8868"["\x76F8"] @15-46-5
-
-# \x88C1\x5EA6 245-2456-2-145-25-5
-noback context _1"\x88C1"["\x5EA6"] @145-25-5
-
-# \x88C1\x91CF 245-2456-2-14-46-2
-noback context _1"\x88C1"["\x91CF"] @14-46-2
-
-# \x88C2\x7E2B 14-346-5-12345-1356-5
-noback context _1"\x88C2"["\x7E2B"] @12345-1356-5
-
-# \x88DC\x5047 135-34-4-13-23456-5
-noback context _1"\x88DC"["\x5047"] @13-23456-5
-
-# \x88DC\x7D66 135-34-4-13-16-4
-noback context _1"\x88DC"["\x7D66"] @13-16-4
-
-# \x88DC\x9084 135-34-4-1235-12456-2
-noback context _1"\x88DC"["\x9084"] @1235-12456-2
-
-# \x88DC\x95D5 135-34-4-245-236-3
-noback context _1"\x88DC"["\x95D5"] @245-236-3
-
-# \x88F8\x5B50 14-25-4-125-156-4
-noback context _1"\x88F8"["\x5B50"] @125-156-4
-
-# \x890A\x893C 1234-2345-2-15-2345-3
-noback context ["\x890A"]"\x893C" @1234-2345-2
-
-# \x893B\x73A9 15-346-5-12456-5
-noback context _1"\x893B"["\x73A9"] @12456-5
-
-# \x897F\x6A02 15-16-3-236-5
-noback context _1"\x897F"["\x6A02"] @236-5
-
-# \x897F\x85CF 15-16-3-125-1346-5
-noback context _1"\x897F"["\x85CF"] @125-1346-5
-
-# \x8981\x633E 246-3-15-346-2
-noback context ["\x8981"]"\x633E" @246-3
-
-# \x8981\x6C42 246-3-245-234-2
-noback context ["\x8981"]"\x6C42" @246-3
-
-# \x8981\x8105 246-3-15-346-2
-noback context ["\x8981"]"\x8105" @246-3
-
-# \x8986\x6821 12345-34-5-13-246-5
-noback context _1"\x8986"["\x6821"] @13-246-5
-
-# \x8986\x6C92 12345-34-5-134-126-5
-noback context _1"\x8986"["\x6C92"] @134-126-5
-
-# \x89AA\x5207 245-1456-3-245-346-5
-noback context _1"\x89AA"["\x5207"] @245-346-5
-
-# \x89AA\x5B50 245-1456-3-125-156-4
-noback context _1"\x89AA"["\x5B50"] @125-156-4
-
-# \x89AA\x5BB6 245-13456-5-13-23456-3
-noback context ["\x89AA"]"\x5BB6" @245-13456-5
-
-# \x89AA\x7387 245-1456-3-24-2356-5
-noback context _1"\x89AA"["\x7387"] @24-2356-5
-
-# \x89E3\x60B6 13-346-4-134-136-5
-noback context _1"\x89E3"["\x60B6"] @134-136-5
-
-# \x8A0E\x4F10 124-146-4-12345-345-3
-noback context _1"\x8A0E"["\x4F10"] @12345-345-3
-
-# \x8A3E\x9806 125-156-3-24-123456-5
-noback context ["\x8A3E"]"\x9806" @125-156-3
-
-# \x8A3E\x9EC3 125-156-3-1235-456-2
-noback context ["\x8A3E"]"\x9EC3" @125-156-3
-
-# \x8A50\x964D 1-345-5-15-46-2
-noback context _1"\x8A50"["\x964D"] @15-46-2
-
-# \x8A55\x50B3 1234-13456-2-1-12456-5
-noback context _1"\x8A55"["\x50B3"] @1-12456-5
-
-# \x8A55\x5377 1234-13456-2-13-45-5
-noback context _1"\x8A55"["\x5377"] @13-45-5
-
-# \x8A55\x91CF 1234-13456-2-14-46-2
-noback context _1"\x8A55"["\x91CF"] @14-46-2
-
-# \x8A66\x5377 24-156-5-13-45-5
-noback context _1"\x8A66"["\x5377"] @13-45-5
-
-# \x8A69\x5377 24-156-3-13-45-5
-noback context _1"\x8A69"["\x5377"] @13-45-5
-
-# \x8A6C\x35FF 13-12356-5-15-23456-5
-noback context _1"\x8A6C"["\x35FF"] @15-23456-5
-
-# \x8A72\x884C 13-2456-3-1235-1346-2
-noback context _1"\x8A72"["\x884C"] @1235-1346-2
-
-# \x8A92\x7B11 15-16-3-15-246-5
-noback context ["\x8A92"]"\x7B11" @15-16-3
-
-# \x8A92\x8A52 15-16-3-16-2
-noback context ["\x8A92"]"\x8A52" @15-16-3
-
-# \x8A98\x6396 234-5-16-5
-noback context _1"\x8A98"["\x6396"] @16-5
-
-# \x8AAA\x5BA2 24-1246-5-123-2346-5
-noback context ["\x8AAA"]"\x5BA2" @24-1246-5
-
-# \x8AAA\x670D 24-1246-5-12345-34-2
-noback context ["\x8AAA"]"\x670D" @24-1246-5
-
-# \x8AB2\x5377 123-2346-5-13-45-5
-noback context _1"\x8AB2"["\x5377"] @13-45-5
-
-# \x8ABF\x4F4E 124-246-2-145-16-3
-noback context ["\x8ABF"]"\x4F4E" @124-246-2
-
-# \x8ABF\x4F83 124-246-2-123-1236-4
-noback context ["\x8ABF"]"\x4F83" @124-246-2
-
-# \x8ABF\x505C 124-246-2-124-13456-2
-noback context ["\x8ABF"]"\x505C" @124-246-2
-
-# \x8ABF\x50F9 124-246-2-13-23456-5
-noback context ["\x8ABF"]"\x50F9" @124-246-2
-
-# \x8ABF\x5291 124-246-2-13-16-5
-noback context ["\x8ABF"]"\x5291" @124-246-2
-
-# \x8ABF\x52E4 124-246-2-245-1456-2
-noback context ["\x8ABF"]"\x52E4" @124-246-2
-
-# \x8ABF\x52FB 124-246-2-256-2
-noback context ["\x8ABF"]"\x52FB" @124-246-2
-
-# \x8ABF\x5347 124-246-2-24-1356-3
-noback context ["\x8ABF"]"\x5347" @124-246-2
-
-# \x8ABF\x5377 145-246-5-13-45-5
-noback context _1"\x8ABF"["\x5377"] @13-45-5
-
-# \x8ABF\x5408 124-246-2-1235-2346-2
-noback context ["\x8ABF"]"\x5408" @124-246-2
-
-# \x8ABF\x5473 124-246-2-1246-5
-noback context ["\x8ABF"]"\x5473" @124-246-2
-
-# \x8ABF\x54C4 124-246-2-1235-12346-4
-noback context ["\x8ABF"]"\x54C4" @124-246-2
-
-# \x8ABF\x5506 124-246-2-15-25-3
-noback context ["\x8ABF"]"\x5506" @124-246-2
-
-# \x8ABF\x5E45 124-246-2-12345-34-2
-noback context ["\x8ABF"]"\x5E45" @124-246-2
-
-# \x8ABF\x5F04 124-246-2-1345-12346-5
-noback context ["\x8ABF"]"\x5F04" @124-246-2
-
-# \x8ABF\x5F15 124-246-2-1456-4
-noback context ["\x8ABF"]"\x5F15" @124-246-2
-
-# \x8ABF\x5F26 124-246-2-15-2345-2
-noback context ["\x8ABF"]"\x5F26" @124-246-2
-
-# \x8ABF\x606F 124-246-2-15-16-2
-noback context ["\x8ABF"]"\x606F" @124-246-2
-
-# \x8ABF\x60C5 124-246-2-245-13456-2
-noback context ["\x8ABF"]"\x60C5" @124-246-2
-
-# \x8ABF\x6232 124-246-2-15-16-5
-noback context ["\x8ABF"]"\x6232" @124-246-2
-
-# \x8ABF\x64A5 124-246-2-135-126-3
-noback context ["\x8ABF"]"\x64A5" @124-246-2
-
-# \x8ABF\x651D 124-246-2-24-2346-5
-noback context ["\x8ABF"]"\x651D" @124-246-2
-
-# \x8ABF\x6559 124-246-2-13-246-5
-noback context ["\x8ABF"]"\x6559" @124-246-2
-
-# \x8ABF\x6574 124-246-2-1-1356-4
-noback context ["\x8ABF"]"\x6574" @124-246-2
-
-# \x8ABF\x6CBB 124-246-2-1-156-5
-noback context ["\x8ABF"]"\x6CBB" @124-246-2
-
-# \x8ABF\x6F32 124-246-2-1-1346-4
-noback context ["\x8ABF"]"\x6F32" @124-246-2
-
-# \x8ABF\x7126 124-246-2-13-246-3
-noback context ["\x8ABF"]"\x7126" @124-246-2
-
-# \x8ABF\x7406 124-246-2-14-16-4
-noback context ["\x8ABF"]"\x7406" @124-246-2
-
-# \x8ABF\x76AE 124-246-2-1234-16-2
-noback context ["\x8ABF"]"\x76AE" @124-246-2
-
-# \x8ABF\x7BC0 124-246-2-13-346-2
-noback context ["\x8ABF"]"\x7BC0" @124-246-2
-
-# \x8ABF\x7D93 124-246-2-13-13456-3
-noback context ["\x8ABF"]"\x7D93" @124-246-2
-
-# \x8ABF\x7FB9 124-246-2-13-1356-3
-noback context ["\x8ABF"]"\x7FB9" @124-246-2
-
-# \x8ABF\x8272 124-246-2-15-2346-5
-noback context ["\x8ABF"]"\x8272" @124-246-2
-
-# \x8ABF\x85AA 124-246-2-15-1456-3
-noback context ["\x8ABF"]"\x85AA" @124-246-2
-
-# \x8ABF\x88FD 124-246-2-1-156-5
-noback context ["\x8ABF"]"\x88FD" @124-246-2
-
-# \x8ABF\x89E3 124-246-2-13-346-4
-noback context ["\x8ABF"]"\x89E3" @124-246-2
-
-# \x8ABF\x8AE7 124-246-2-15-346-2
-noback context ["\x8ABF"]"\x8AE7" @124-246-2
-
-# \x8ABF\x8B14 124-246-2-1345-236-5
-noback context ["\x8ABF"]"\x8B14" @124-246-2
-
-# \x8ABF\x8B77 124-246-2-1235-34-5
-noback context ["\x8ABF"]"\x8B77" @124-246-2
-
-# \x8ABF\x8B8A 124-246-2-135-2345-5
-noback context ["\x8ABF"]"\x8B8A" @124-246-2
-
-# \x8ABF\x8CC7 124-246-2-125-156-3
-noback context ["\x8ABF"]"\x8CC7" @124-246-2
-
-# \x8ABF\x9069 124-246-2-24-156-5
-noback context ["\x8ABF"]"\x9069" @124-246-2
-
-# \x8ABF\x914D 124-246-2-1234-356-5
-noback context ["\x8ABF"]"\x914D" @124-246-2
-
-# \x8ABF\x9152 124-246-2-13-234-4
-noback context ["\x8ABF"]"\x9152" @124-246-2
-
-# \x8ABF\x964D 124-246-2-13-46-5
-noback context ["\x8ABF"]"\x964D" @124-246-2
-
-# \x8ABF\x97F3 124-246-2-1456-3
-noback context ["\x8ABF"]"\x97F3" @124-246-2
-
-# \x8ABF\x983B 124-246-2-1234-1456-2
-noback context ["\x8ABF"]"\x983B" @124-246-2
-
-# \x8ABF\x990A 124-246-2-46-4
-noback context ["\x8ABF"]"\x990A" @124-246-2
-
-# \x8ABF\x9AD8 124-246-2-13-146-3
-noback context ["\x8ABF"]"\x9AD8" @124-246-2
-
-# \x8ACB\x5047 245-13456-4-13-23456-5
-noback context _1"\x8ACB"["\x5047"] @13-23456-5
-
-# \x8AD2\x95C7 14-46-5-1236-3
-noback context _1"\x8AD2"["\x95C7"] @1236-3
-
-# \x8AD6\x8457 14-123456-5-1-34-5
-noback context _1"\x8AD6"["\x8457"] @1-34-5
-
-# \x8AD6\x8A9E 14-123456-2-1256-4
-noback context ["\x8AD6"]"\x8A9E" @14-123456-2
-
-# \x8AF8\x5B50 1-34-3-125-156-4
-noback context _1"\x8AF8"["\x5B50"] @125-156-4
-
-# \x8B1D\x6713 15-346-5-124-246-5
-noback context _1"\x8B1D"["\x6713"] @124-246-5
-
-# \x8B40\x4715 15-2345-5-134-2456-5
-noback context ["\x8B40"]"\x4715" @15-2345-5
-
-# \x8B58\x76F8 24-156-5-15-46-5
-noback context _1"\x8B58"["\x76F8"] @15-46-5
-
-# \x8B59\x5475 245-246-5-1235-2346-3
-noback context ["\x8B59"]"\x5475" @245-246-5
-
-# \x8B59\x8B93 245-246-5-1245-1346-5
-noback context ["\x8B59"]"\x8B93" @245-246-5
-
-# \x8B59\x8CAC 245-246-5-125-2346-2
-noback context ["\x8B59"]"\x8CAC" @245-246-5
-
-# \x8B70\x8655 16-5-12-34-4
-noback context _1"\x8B70"["\x8655"] @12-34-4
-
-# \x8B70\x9577 16-5-1-1346-4
-noback context _1"\x8B70"["\x9577"] @1-1346-4
-
-# \x8B77\x5B50 1235-34-5-125-156-4
-noback context _1"\x8B77"["\x5B50"] @125-156-4
-
-# \x8B8A\x66F4 135-2345-5-13-1356-3
-noback context _1"\x8B8A"["\x66F4"] @13-1356-3
-
-# \x8B8A\x76F8 135-2345-5-15-46-5
-noback context _1"\x8B8A"["\x76F8"] @15-46-5
-
-# \x8B92\x9593 12-1236-2-13-2345-5
-noback context _1"\x8B92"["\x9593"] @13-2345-5
-
-# \x8C37\x5B50 13-34-4-125-156-4
-noback context _1"\x8C37"["\x5B50"] @125-156-4
-
-# \x8C46\x8320 145-12356-5-1235-12356-5
-noback context _1"\x8C46"["\x8320"] @1235-12356-5
-
-# \x8C6C\x4ED4 1-34-3-125-2456-4
-noback context _1"\x8C6C"["\x4ED4"] @125-2456-4
-
-# \x8C6C\x5708 1-34-3-13-45-5
-noback context _1"\x8C6C"["\x5708"] @13-45-5
-
-# \x8C8C\x76F8 134-146-5-15-46-5
-noback context _1"\x8C8C"["\x76F8"] @15-46-5
-
-# \x8CA0\x5B50 12345-34-5-125-156-4
-noback context _1"\x8CA0"["\x5B50"] @125-156-4
-
-# \x8CA0\x7D2F 12345-34-5-14-356-4
-noback context _1"\x8CA0"["\x7D2F"] @14-356-4
-
-# \x8CA0\x8377 12345-34-5-1235-2346-5
-noback context _1"\x8CA0"["\x8377"] @1235-2346-5
-
-# \x8CA1\x76F8 245-2456-2-15-46-5
-noback context _1"\x8CA1"["\x76F8"] @15-46-5
-
-# \x8CA1\x9577 245-2456-2-1-1346-4
-noback context _1"\x8CA1"["\x9577"] @1-1346-4
-
-# \x8CB4\x5B50 13-1246-5-125-156-4
-noback context _1"\x8CB4"["\x5B50"] @125-156-4
-
-# \x8CC8\x4EBA 13-34-4-1245-136-2
-noback context ["\x8CC8"]"\x4EBA" @13-34-4
-
-# \x8CC8\x5108 13-34-4-123-2356-5
-noback context ["\x8CC8"]"\x5108" @13-34-4
-
-# \x8CC8\x5BA2 13-34-4-123-2346-5
-noback context ["\x8CC8"]"\x5BA2" @13-34-4
-
-# \x8CC8\x6028 13-34-4-45-5
-noback context ["\x8CC8"]"\x6028" @13-34-4
-
-# \x8CC8\x798D 13-34-4-1235-25-5
-noback context ["\x8CC8"]"\x798D" @13-34-4
-
-# \x8CC8\x8236 13-34-4-135-126-2
-noback context ["\x8CC8"]"\x8236" @13-34-4
-
-# \x8CCA\x5B50 125-356-2-125-156-4
-noback context _1"\x8CCA"["\x5B50"] @125-156-4
-
-# \x8CDE\x73A9 24-1346-4-12456-5
-noback context _1"\x8CDE"["\x73A9"] @12456-5
-
-# \x8CE2\x76F8 15-2345-2-15-46-5
-noback context _1"\x8CE2"["\x76F8"] @15-46-5
-
-# \x8CEA\x5B50 1-156-2-125-156-4
-noback context _1"\x8CEA"["\x5B50"] @125-156-4
-
-# \x8CFA\x54C4 125-12456-5-1235-12346-4
-noback context ["\x8CFA"]"\x54C4" @125-12456-5
-
-# \x8CFA\x6F0F 125-12456-5-14-12356-5
-noback context ["\x8CFA"]"\x6F0F" @125-12456-5
-
-# \x8CFA\x9A19 125-12456-5-1234-2345-5
-noback context ["\x8CFA"]"\x9A19" @125-12456-5
-
-# \x8D64\x5B50 12-156-5-125-156-4
-noback context _1"\x8D64"["\x5B50"] @125-156-4
-
-# \x8D64\x5D4C 12-156-5-123-1236-4
-noback context _1"\x8D64"["\x5D4C"] @123-1236-4
-
-# \x8D74\x96E3 12345-34-5-1345-1236-5
-noback context _1"\x8D74"["\x96E3"] @1345-1236-5
-
-# \x8D81\x54C4 12-136-5-1235-12346-3
-noback context _1"\x8D81"["\x54C4"] @1235-12346-3
-
-# \x8D85\x5B50 12-146-3-125-156-4
-noback context _1"\x8D85"["\x5B50"] @125-156-4
-
-# \x8DBF\x62C9 124-345-3-14-345-3
-noback context ["\x8DBF"]"\x62C9" @124-345-3
-
-# \x8DC1\x8E26 135-345-5-13-16-4
-noback context _1"\x8DC1"["\x8E26"] @13-16-4
-
-# \x8DC2\x5750 245-16-5-125-25-5
-noback context ["\x8DC2"]"\x5750" @245-16-5
-
-# \x8DC2\x671B 245-16-5-456-5
-noback context ["\x8DC2"]"\x671B" @245-16-5
-
-# \x8DC2\x8A3E 245-16-5-125-156-4
-noback context ["\x8DC2"]"\x8A3E" @245-16-5
-
-# \x8DC2\x8E7B 245-16-2-13-236-2
-noback context _1"\x8DC2"["\x8E7B"] @13-236-2
-
-# \x8DD6\x8E7B 1-156-2-13-246-4
-noback context _1"\x8DD6"["\x8E7B"] @13-246-4
-
-# \x8DF3\x884C 124-246-5-1235-1346-2
-noback context _1"\x8DF3"["\x884C"] @1235-1346-2
-
-# \x8DF3\x8E09 124-246-5-14-46-2
-noback context _1"\x8DF3"["\x8E09"] @14-46-2
-
-# \x8E09\x8E4C 14-46-5-245-46-5
-noback context _1"\x8E09"["\x8E4C"] @245-46-5
-
-# \x8E26\x9577 13-16-4-12-1346-2
-noback context ["\x8E26"]"\x9577" @13-16-4
-
-# \x8E36\x8DC2 1-156-5-245-16-2
-noback context ["\x8E36"]"\x8DC2" @1-156-5
-
-# \x8E4C\x8E09 245-46-5-14-46-5
-noback context ["\x8E4C"]"\x8E09" @245-46-5
-
-# \x8E4C\x8E4C 245-46-5-245-46-5
-noback context ["\x8E4C"]"\x8E4C" @245-46-5
-noback context _1"\x8E4C"["\x8E4C"] @245-46-5
-
-# \x8E7B\x52C7 13-246-4-235-4
-noback context ["\x8E7B"]"\x52C7" @13-246-4
-
-# \x8E7B\x6377 13-246-4-13-346-2
-noback context ["\x8E7B"]"\x6377" @13-246-4
-
-# \x8E7B\x8DD6 13-246-4-1-156-2
-noback context ["\x8E7B"]"\x8DD6" @13-246-4
-
-# \x8E7B\x8E7B 13-246-4-13-246-4
-noback context ["\x8E7B"]"\x8E7B" @13-246-4
-noback context _1"\x8E7B"["\x8E7B"] @13-246-4
-
-# \x8E98\x5FB8 14-12346-2-1-12346-3
-noback context _1"\x8E98"["\x5FB8"] @1-12346-3
-
-# \x8EA1\x8E7B 1345-346-5-13-236-2
-noback context _1"\x8EA1"["\x8E7B"] @13-236-2
-
-# \x8EAB\x5206 24-136-3-12345-136-5
-noback context _1"\x8EAB"["\x5206"] @12345-136-5
-
-# \x8EAB\x8143 24-136-3-245-45-3
-noback context _1"\x8EAB"["\x8143"] @245-45-3
-
-# \x8ECA\x884C 12-2346-3-1235-1346-2
-noback context _1"\x8ECA"["\x884C"] @1235-1346-2
-
-# \x8ECA\x9577 12-2346-3-1-1346-4
-noback context _1"\x8ECA"["\x9577"] @1-1346-4
-
-# \x8ECB\x6232 13-345-3-15-16-5
-noback context ["\x8ECB"]"\x6232" @13-345-3
-
-# \x8ECD\x6A02 13-256-3-236-5
-noback context _1"\x8ECD"["\x6A02"] @236-5
-
-# \x8ECD\x9577 13-256-3-1-1346-4
-noback context _1"\x8ECD"["\x9577"] @1-1346-4
-
-# \x8F15\x5B50 245-13456-3-125-156-4
-noback context _1"\x8F15"["\x5B50"] @125-156-4
-
-# \x8F15\x7387 245-13456-3-24-2356-5
-noback context _1"\x8F15"["\x7387"] @24-2356-5
-
-# \x8F29\x5206 135-356-5-12345-136-5
-noback context _1"\x8F29"["\x5206"] @12345-136-5
-
-# \x8F37\x4877 1235-12346-3-123-2346-3
-noback context _1"\x8F37"["\x4877"] @123-2346-3
-
-# \x8F3E\x8F49 1-1236-4-1-12456-4
-noback context ["\x8F3E"]"\x8F49" @1-1236-4
-
-# \x8F9F\x4E16 135-16-5-24-156-5
-noback context ["\x8F9F"]"\x4E16" @135-16-5
-
-# \x8F9F\x53EC 135-16-5-1-146-5
-noback context ["\x8F9F"]"\x53EC" @135-16-5
-
-# \x8F9F\x541B 135-16-5-13-256-3
-noback context ["\x8F9F"]"\x541B" @135-16-5
-
-# \x8F9F\x547D 135-16-5-134-13456-5
-noback context ["\x8F9F"]"\x547D" @135-16-5
-
-# \x8F9F\x5EF1 135-16-5-235-3
-noback context ["\x8F9F"]"\x5EF1" @135-16-5
-
-# \x8F9F\x5F15 135-16-5-1456-4
-noback context ["\x8F9F"]"\x5F15" @135-16-5
-
-# \x8F9F\x6613 135-16-5-16-5
-noback context ["\x8F9F"]"\x6613" @135-16-5
-
-# \x8F9F\x66F8 135-16-5-24-34-3
-noback context ["\x8F9F"]"\x66F8" @135-16-5
-
-# \x8F9F\x6DEB 135-16-5-1456-2
-noback context ["\x8F9F"]"\x6DEB" @135-16-5
-
-# \x8F9F\x8209 135-16-5-13-1256-4
-noback context ["\x8F9F"]"\x8209" @135-16-5
-
-# \x8F9F\x8272 135-16-5-15-2346-5
-noback context ["\x8F9F"]"\x8272" @135-16-5
-
-# \x8F9F\x82B7 135-16-5-1-156-4
-noback context ["\x8F9F"]"\x82B7" @135-16-5
-
-# \x8F9F\x8A00 135-16-5-2345-2
-noback context ["\x8F9F"]"\x8A00" @135-16-5
-
-# \x8F9F\x908F 135-16-5-14-25-2
-noback context ["\x8F9F"]"\x908F" @135-16-5
-
-# \x8F9F\x90AA 135-16-5-15-346-2
-noback context ["\x8F9F"]"\x90AA" @135-16-5
-
-# \x8F9F\x96CD 135-16-5-235-3
-noback context ["\x8F9F"]"\x96CD" @135-16-5
-
-# \x8FB1\x6C92 1245-34-5-134-126-5
-noback context _1"\x8FB1"["\x6C92"] @134-126-5
-
-# \x8FD4\x9084 12345-1236-4-1235-12456-2
-noback context _1"\x8FD4"["\x9084"] @1235-12456-2
-
-# \x8FEB\x5207 1234-126-5-245-346-5
-noback context _1"\x8FEB"["\x5207"] @245-346-5
-
-# \x9000\x9084 124-1246-5-1235-12456-2
-noback context _1"\x9000"["\x9084"] @1235-12456-2
-
-# \x9003\x96E3 124-146-2-1345-1236-5
-noback context _1"\x9003"["\x96E3"] @1345-1236-5
-
-# \x901A\x585E 124-12346-3-15-2346-5
-noback context _1"\x901A"["\x585E"] @15-2346-5
-
-# \x901A\x92EA 124-12346-3-1234-34-5
-noback context _1"\x901A"["\x92EA"] @1234-34-5
-
-# \x9023\x9577 14-2345-2-1-1346-4
-noback context _1"\x9023"["\x9577"] @1-1346-4
-
-# \x9036\x8FE4 1246-3-16-2
-noback context _1"\x9036"["\x8FE4"] @16-2
-
-# \x903E\x5206 1256-2-12345-136-5
-noback context _1"\x903E"["\x5206"] @12345-136-5
-
-# \x9047\x96E3 1256-5-1345-1236-5
-noback context _1"\x9047"["\x96E3"] @1345-1236-5
-
-# \x904A\x5B50 234-2-125-156-4
-noback context _1"\x904A"["\x5B50"] @125-156-4
-
-# \x904A\x8AAA 234-2-24-1246-5
-noback context _1"\x904A"["\x8AAA"] @24-1246-5
-
-# \x904E\x5206 13-25-5-12345-136-5
-noback context _1"\x904E"["\x5206"] @12345-136-5
-
-# \x904E\x7576 13-25-5-145-1346-5
-noback context _1"\x904E"["\x7576"] @145-1346-5
-
-# \x9053\x89C0 145-146-5-13-12456-5
-noback context _1"\x9053"["\x89C0"] @13-12456-5
-
-# \x905B\x9054 14-234-5-145-345-1
-noback context _1"\x905B"["\x9054"] @145-345-1
-
-# \x905E\x92EA 145-16-5-1234-34-5
-noback context _1"\x905E"["\x92EA"] @1234-34-5
-
-# \x9063\x5C07 245-2345-4-13-46-5
-noback context _1"\x9063"["\x5C07"] @13-46-5
-
-# \x9063\x60B6 245-2345-4-134-136-5
-noback context _1"\x9063"["\x60B6"] @134-136-5
-
-# \x9069\x61C9 24-156-5-13456-5
-noback context _1"\x9069"["\x61C9"] @13456-5
-
-# \x9069\x7576 24-156-5-145-1346-5
-noback context _1"\x9069"["\x7576"] @145-1346-5
-
-# \x906D\x96E3 125-146-3-1345-1236-5
-noback context _1"\x906D"["\x96E3"] @1345-1236-5
-
-# \x9077\x90FD 245-2345-3-145-34-3
-noback context _1"\x9077"["\x90FD"] @145-34-3
-
-# \x907F\x96E3 135-16-5-1345-1236-5
-noback context _1"\x907F"["\x96E3"] @1345-1236-5
-
-# \x9084\x4FD7 1235-12456-2-15-34-2
-noback context ["\x9084"]"\x4FD7" @1235-12456-2
-
-# \x9084\x50F9 1235-12456-2-13-23456-5
-noback context ["\x9084"]"\x50F9" @1235-12456-2
-
-# \x9084\x539F 1235-12456-2-45-2
-noback context ["\x9084"]"\x539F" @1235-12456-2
-
-# \x9084\x624B 1235-12456-2-24-12356-4
-noback context ["\x9084"]"\x624B" @1235-12456-2
-
-# \x9084\x672C 1235-12456-2-135-136-4
-noback context ["\x9084"]"\x672C" @1235-12456-2
-
-# \x9084\x7259 1235-12456-2-23456-2
-noback context ["\x9084"]"\x7259" @1235-12456-2
-
-# \x9084\x773C 1235-12456-2-2345-4
-noback context ["\x9084"]"\x773C" @1235-12456-2
-
-# \x9084\x79AE 1235-12456-2-14-16-4
-noback context ["\x9084"]"\x79AE" @1235-12456-2
-
-# \x9084\x81F3 1235-12456-2-1-156-5
-noback context ["\x9084"]"\x81F3" @1235-12456-2
-
-# \x9084\x9109 1235-12456-2-15-46-3
-noback context ["\x9084"]"\x9109" @1235-12456-2
-
-# \x9084\x9858 1235-12456-2-45-5
-noback context ["\x9084"]"\x9858" @1235-12456-2
-
-# \x9084\x9B42 1235-12456-2-1235-123456-2
-noback context ["\x9084"]"\x9B42" @1235-12456-2
-
-# \x908A\x5FBC 135-2345-3-13-246-5
-noback context _1"\x908A"["\x5FBC"] @13-246-5
-
-# \x90A3\x4E48 1345-345-5-134-2346-1
-noback context _1"\x90A3"["\x4E48"] @134-2346-1
-
-# \x90A3\x582A 1345-345-4-123-1236-3
-noback context ["\x90A3"]"\x582A" @1345-345-4
-
-# \x90A3\x6709 1345-345-4-234-4
-noback context ["\x90A3"]"\x6709" @1345-345-4
-
-# \x90A3\x80FD 1345-345-4-1345-1356-2
-noback context ["\x90A3"]"\x80FD" @1345-345-4
-
-# \x90AA\x884C 15-346-2-15-13456-5
-noback context _1"\x90AA"["\x884C"] @15-13456-5
-
-# \x90E1\x9577 13-256-5-1-1346-4
-noback context _1"\x90E1"["\x9577"] @1-1346-4
-
-# \x90E2\x90FD 13456-4-145-34-3
-noback context _1"\x90E2"["\x90FD"] @145-34-3
-
-# \x90E8\x5206 135-34-5-12345-136-5
-noback context _1"\x90E8"["\x5206"] @12345-136-5
-
-# \x90E8\x5C07 135-34-5-13-46-5
-noback context _1"\x90E8"["\x5C07"] @13-46-5
-
-# \x90E8\x9577 135-34-5-1-1346-4
-noback context _1"\x90E8"["\x9577"] @1-1346-4
-
-# \x90ED\x5B50 13-25-3-125-156-4
-noback context _1"\x90ED"["\x5B50"] @125-156-4
-
-# \x90EF\x5B50 124-1236-2-125-156-4
-noback context _1"\x90EF"["\x5B50"] @125-156-4
-
-# \x90F5\x5DEE 234-2-12-2456-3
-noback context _1"\x90F5"["\x5DEE"] @12-2456-3
-
-# \x90FD\x5175 145-34-3-135-13456-3
-noback context ["\x90FD"]"\x5175" @145-34-3
-
-# \x90FD\x53F8 145-34-3-15-156-3
-noback context ["\x90FD"]"\x53F8" @145-34-3
-
-# \x90FD\x57CE 145-34-3-12-1356-2
-noback context ["\x90FD"]"\x57CE" @145-34-3
-
-# \x90FD\x5BDF 145-34-3-12-345-2
-noback context ["\x90FD"]"\x5BDF" @145-34-3
-
-# \x90FD\x5C09 145-34-3-1246-5
-noback context ["\x90FD"]"\x5C09" @145-34-3
-
-# \x90FD\x5E02 145-34-3-24-156-5
-noback context ["\x90FD"]"\x5E02" @145-34-3
-
-# \x90FD\x5EC1 145-34-3-245-2346-5
-noback context ["\x90FD"]"\x5EC1" @145-34-3
-
-# \x90FD\x723E 145-34-3-156-4
-noback context ["\x90FD"]"\x723E" @145-34-3
-
-# \x90FD\x7763 145-34-3-145-34-3
-noback context ["\x90FD"]"\x7763" @145-34-3
-
-# \x90FD\x7D71 145-34-3-124-12346-4
-noback context ["\x90FD"]"\x7D71" @145-34-3
-
-# \x90FD\x8ECD 145-34-3-13-256-3
-noback context ["\x90FD"]"\x8ECD" @145-34-3
-
-# \x90FD\x9091 145-34-3-16-5
-noback context ["\x90FD"]"\x9091" @145-34-3
-
-# \x9109\x5C0E 15-46-5-145-146-4
-noback context ["\x9109"]"\x5C0E" @15-46-5
-
-# \x9109\x9577 15-46-3-1-1346-4
-noback context _1"\x9109"["\x9577"] @1-1346-4
-
-# \x914B\x9577 245-234-2-1-1346-4
-noback context _1"\x914B"["\x9577"] @1-1346-4
-
-# \x914D\x5B50 1234-356-5-125-156-4
-noback context _1"\x914D"["\x5B50"] @125-156-4
-
-# \x914D\x6A02 1234-356-5-236-5
-noback context _1"\x914D"["\x6A02"] @236-5
-
-# \x914D\x7D66 1234-356-5-13-16-4
-noback context _1"\x914D"["\x7D66"] @13-16-4
-
-# \x916C\x61C9 12-12356-2-13456-5
-noback context _1"\x916C"["\x61C9"] @13456-5
-
-# \x91CB\x5377 24-156-5-13-45-5
-noback context _1"\x91CB"["\x5377"] @13-45-5
-
-# \x91CC\x9577 14-16-4-1-1346-4
-noback context _1"\x91CC"["\x9577"] @1-1346-4
-
-# \x91CD\x4E5D 12-12346-2-13-234-4
-noback context ["\x91CD"]"\x4E5D" @12-12346-2
-
-# \x91CD\x4F30 12-12346-2-13-34-3
-noback context ["\x91CD"]"\x4F30" @12-12346-2
-
-# \x91CD\x4F86 12-12346-2-14-2456-2
-noback context ["\x91CD"]"\x4F86" @12-12346-2
-
-# \x91CD\x4FEE 12-12346-2-15-234-3
-noback context ["\x91CD"]"\x4FEE" @12-12346-2
-
-# \x91CD\x5144 12-12346-2-15-235-3
-noback context ["\x91CD"]"\x5144" @12-12346-2
-
-# \x91CD\x5149 12-12346-2-13-456-3
-noback context ["\x91CD"]"\x5149" @12-12346-2
-
-# \x91CD\x5165 12-12346-2-1245-34-5
-noback context ["\x91CD"]"\x5165" @12-12346-2
-
-# \x91CD\x520A 12-12346-2-123-1236-3
-noback context ["\x91CD"]"\x520A" @12-12346-2
-
-# \x91CD\x5370 12-12346-2-1456-5
-noback context ["\x91CD"]"\x5370" @12-12346-2
-
-# \x91CD\x56DE 12-12346-2-1235-1246-2
-noback context ["\x91CD"]"\x56DE" @12-12346-2
-
-# \x91CD\x570D 12-12346-2-1246-2
-noback context ["\x91CD"]"\x570D" @12-12346-2
-
-# \x91CD\x594F 12-12346-2-125-12356-5
-noback context ["\x91CD"]"\x594F" @12-12346-2
-
-# \x91CD\x5A5A 12-12346-2-1235-123456-3
-noback context ["\x91CD"]"\x5A5A" @12-12346-2
-
-# \x91CD\x5B50 1-12346-5-125-156-4
-noback context _1"\x91CD"["\x5B50"] @125-156-4
-
-# \x91CD\x5B6B 12-12346-2-15-123456-3
-noback context ["\x91CD"]"\x5B6B" @12-12346-2
-
-# \x91CD\x5B9A 12-12346-2-145-13456-5
-noback context ["\x91CD"]"\x5B9A" @12-12346-2
-
-# \x91CD\x5BEB 12-12346-2-15-346-4
-noback context ["\x91CD"]"\x5BEB" @12-12346-2
-
-# \x91CD\x5EFA 12-12346-2-13-2345-5
-noback context ["\x91CD"]"\x5EFA" @12-12346-2
-
-# \x91CD\x5FA9 12-12346-2-12345-34-5
-noback context ["\x91CD"]"\x5FA9" @12-12346-2
-
-# \x91CD\x6176 12-12346-2-245-13456-5
-noback context ["\x91CD"]"\x6176" @12-12346-2
-
-# \x91CD\x6284 12-12346-2-12-146-3
-noback context ["\x91CD"]"\x6284" @12-12346-2
-
-# \x91CD\x632F 12-12346-2-1-136-5
-noback context ["\x91CD"]"\x632F" @12-12346-2
-
-# \x91CD\x6574 12-12346-2-1-1356-4
-noback context ["\x91CD"]"\x6574" @12-12346-2
-
-# \x91CD\x65B0 12-12346-2-15-1456-3
-noback context ["\x91CD"]"\x65B0" @12-12346-2
-
-# \x91CD\x6D0B 12-12346-2-46-2
-noback context ["\x91CD"]"\x6D0B" @12-12346-2
-
-# \x91CD\x6E2C 12-12346-2-245-2346-5
-noback context ["\x91CD"]"\x6E2C" @12-12346-2
-
-# \x91CD\x6F14 12-12346-2-2345-4
-noback context ["\x91CD"]"\x6F14" @12-12346-2
-
-# \x91CD\x7372 12-12346-2-1235-25-5
-noback context ["\x91CD"]"\x7372" @12-12346-2
-
-# \x91CD\x73FE 12-12346-2-15-2345-5
-noback context ["\x91CD"]"\x73FE" @12-12346-2
-
-# \x91CD\x7533 12-12346-2-24-136-3
-noback context ["\x91CD"]"\x7533" @12-12346-2
-
-# \x91CD\x758A 12-12346-2-145-346-2
-noback context ["\x91CD"]"\x758A" @12-12346-2
-
-# \x91CD\x7D44 12-12346-2-125-34-4
-noback context ["\x91CD"]"\x7D44" @12-12346-2
-
-# \x91CD\x7F6E 12-12346-2-1-156-5
-noback context ["\x91CD"]"\x7F6E" @12-12346-2
-
-# \x91CD\x8003 12-12346-2-123-146-4
-noback context ["\x91CD"]"\x8003" @12-12346-2
-
-# \x91CD\x88C0 12-12346-2-1456-3
-noback context ["\x91CD"]"\x88C0" @12-12346-2
-
-# \x91CD\x8907 12-12346-2-12345-34-5
-noback context ["\x91CD"]"\x8907" @12-12346-2
-
-# \x91CD\x8A2D 12-12346-2-24-2346-5
-noback context ["\x91CD"]"\x8A2D" @12-12346-2
-
-# \x91CD\x8A66 12-12346-2-24-156-5
-noback context ["\x91CD"]"\x8A66" @12-12346-2
-
-# \x91CD\x8E48 12-12346-2-145-146-5
-noback context ["\x91CD"]"\x8E48" @12-12346-2
-
-# \x91CD\x8FD4 12-12346-2-12345-1236-4
-noback context ["\x91CD"]"\x8FD4" @12-12346-2
-
-# \x91CD\x8FF0 12-12346-2-24-34-5
-noback context ["\x91CD"]"\x8FF0" @12-12346-2
-
-# \x91CD\x9022 12-12346-2-12345-1356-2
-noback context ["\x91CD"]"\x9022" @12-12346-2
-
-# \x91CD\x91CD 12-12346-2-12-12346-2
-noback context ["\x91CD"]"\x91CD" @12-12346-2
-noback context _1"\x91CD"["\x91CD"] @12-12346-2
-
-# \x91CD\x967D 12-12346-2-46-2
-noback context ["\x91CD"]"\x967D" @12-12346-2
-
-# \x91CD\x9B32 1-12346-5-14-16-5
-noback context _1"\x91CD"["\x9B32"] @14-16-5
-
-# \x91CF\x5B50 14-46-5-125-156-4
-noback context _1"\x91CF"["\x5B50"] @125-156-4
-
-# \x91CF\x7B52 14-46-2-124-12346-4
-noback context ["\x91CF"]"\x7B52" @14-46-2
-
-# \x91CF\x91CF 14-46-2-14-46-2
-noback context ["\x91CF"]"\x91CF" @14-46-2
-noback context _1"\x91CF"["\x91CF"] @14-46-2
-
-# \x9212\x93E4 13-16-2-14-12356-5
-noback context ["\x9212"]"\x93E4" @13-16-2
-
-# \x9237\x9267 13-34-4-134-34-4
-noback context ["\x9237"]"\x9267" @13-34-4
-
-# \x9239\x6ED1 1234-16-3-1235-35-2
-noback context ["\x9239"]"\x6ED1" @1234-16-3
-
-# \x923D\x5F48 135-34-5-145-1236-5
-noback context _1"\x923D"["\x5F48"] @145-1236-5
-
-# \x923E\x5F48 234-2-145-1236-5
-noback context _1"\x923E"["\x5F48"] @145-1236-5
-
-# \x9245\x8457 13-1256-5-1-34-5
-noback context _1"\x9245"["\x8457"] @1-34-5
-
-# \x924F\x92D9 13-1256-4-1256-4
-noback context ["\x924F"]"\x92D9" @13-1256-4
-noback context _1"\x924F"["\x92D9"] @1256-4
-
-# \x9280\x884C 1456-2-1235-1346-2
-noback context _1"\x9280"["\x884C"] @1235-1346-2
-
-# \x928D\x827E 1-156-5-16-5
-noback context _1"\x928D"["\x827E"] @16-5
-
-# \x929A\x8285 246-2-16-5
-noback context ["\x929A"]"\x8285" @246-2
-
-# \x92B7\x5047 15-246-3-13-23456-5
-noback context _1"\x92B7"["\x5047"] @13-23456-5
-
-# \x92EA\x4F4D 1234-34-5-1246-5
-noback context ["\x92EA"]"\x4F4D" @1234-34-5
-
-# \x92EA\x6350 1234-34-5-13-45-3
-noback context ["\x92EA"]"\x6350" @1234-34-5
-
-# \x92EA\x9577 1234-34-5-1-1346-4
-noback context ["\x92EA"]"\x9577" @1234-34-5
-noback context _1"\x92EA"["\x9577"] @1-1346-4
-
-# \x92EA\x9762 1234-34-5-134-2345-5
-noback context ["\x92EA"]"\x9762" @1234-34-5
-
-# \x931E\x4E8E 12-123456-2-1256-2
-noback context ["\x931E"]"\x4E8E" @12-123456-2
-
-# \x931E\x91EA 12-123456-2-1256-2
-noback context ["\x931E"]"\x91EA" @12-123456-2
-
-# \x9322\x92EA 245-2345-2-1234-34-5
-noback context _1"\x9322"["\x92EA"] @1234-34-5
-
-# \x934A\x4966 14-2345-5-145-1246-5
-noback context _1"\x934A"["\x4966"] @145-1246-5
-
-# \x93AC\x4EAC 1235-146-5-13-13456-3
-noback context ["\x93AC"]"\x4EAC" @1235-146-5
-
-# \x942B\x8B59 13-45-3-245-246-5
-noback context _1"\x942B"["\x8B59"] @245-246-5
-
-# \x9435\x9A0E 124-346-4-13-16-5
-noback context _1"\x9435"["\x9A0E"] @13-16-5
-
-# \x9470\x5319 246-5-24-156-1
-noback context _1"\x9470"["\x5319"] @24-156-1
-
-# \x9472\x5D4C 15-46-3-245-2345-5
-noback context _1"\x9472"["\x5D4C"] @245-2345-5
-
-# \x947D\x6212 125-12456-5-13-346-5
-noback context ["\x947D"]"\x6212" @125-12456-5
-
-# \x947D\x77F3 125-12456-5-24-156-2
-noback context ["\x947D"]"\x77F3" @125-12456-5
-
-# \x947E\x5B50 14-12456-2-125-156-4
-noback context _1"\x947E"["\x5B50"] @125-156-4
-
-# \x9577\x4F7F 1-1346-4-24-156-4
-noback context ["\x9577"]"\x4F7F" @1-1346-4
-
-# \x9577\x5047 12-1346-2-13-23456-5
-noback context _1"\x9577"["\x5047"] @13-23456-5
-
-# \x9577\x50CF 1-1346-4-15-46-5
-noback context ["\x9577"]"\x50CF" @1-1346-4
-
-# \x9577\x5144 1-1346-4-15-235-3
-noback context ["\x9577"]"\x5144" @1-1346-4
-
-# \x9577\x5927 1-1346-4-145-345-5
-noback context ["\x9577"]"\x5927" @1-1346-4
-
-# \x9577\x5973 1-1346-4-1345-1256-4
-noback context ["\x9577"]"\x5973" @1-1346-4
-
-# \x9577\x5B50 1-1346-4-125-156-4
-noback context ["\x9577"]"\x5B50" @1-1346-4
-noback context _1"\x9577"["\x5B50"] @125-156-4
-
-# \x9577\x5B6B 1-1346-4-15-123456-3
-noback context ["\x9577"]"\x5B6B" @1-1346-4
-
-# \x9577\x5B98 1-1346-4-13-12456-3
-noback context ["\x9577"]"\x5B98" @1-1346-4
-
-# \x9577\x5E7C 1-1346-4-234-5
-noback context ["\x9577"]"\x5E7C" @1-1346-4
-
-# \x9577\x623F 1-1346-4-12345-1346-2
-noback context ["\x9577"]"\x623F" @1-1346-4
-
-# \x9577\x7537 1-1346-4-1345-1236-2
-noback context ["\x9577"]"\x7537" @1-1346-4
-
-# \x9577\x8001 1-1346-4-14-146-4
-noback context ["\x9577"]"\x8001" @1-1346-4
-
-# \x9577\x8005 1-1346-4-1-2346-4
-noback context ["\x9577"]"\x8005" @1-1346-4
-
-# \x9577\x8457 1-1346-4-1-2346-1
-noback context ["\x9577"]"\x8457" @1-1346-4
-
-# \x9577\x865F 12-1346-2-1235-146-2
-noback context _1"\x9577"["\x865F"] @1235-146-2
-
-# \x9577\x8F29 1-1346-4-135-356-5
-noback context ["\x9577"]"\x8F29" @1-1346-4
-
-# \x9577\x9032 1-1346-4-13-1456-5
-noback context ["\x9577"]"\x9032" @1-1346-4
-
-# \x9580\x579B 134-136-2-145-25-4
-noback context _1"\x9580"["\x579B"] @145-25-4
-
-# \x9580\x6ABB 134-136-2-123-1236-4
-noback context _1"\x9580"["\x6ABB"] @123-1236-4
-
-# \x9580\x7E2B 134-136-2-12345-1356-5
-noback context _1"\x9580"["\x7E2B"] @12345-1356-5
-
-# \x9589\x5377 135-16-5-13-45-5
-noback context _1"\x9589"["\x5377"] @13-45-5
-
-# \x9589\x585E 135-16-5-15-2346-5
-noback context _1"\x9589"["\x585E"] @15-2346-5
-
-# \x9589\x95A4 135-16-5-13-2346-2
-noback context _1"\x9589"["\x95A4"] @13-2346-2
-
-# \x958B\x5377 123-2456-3-13-45-5
-noback context _1"\x958B"["\x5377"] @13-45-5
-
-# \x9591\x6563 15-2345-2-15-1236-4
-noback context _1"\x9591"["\x6563"] @15-1236-4
-
-# \x9591\x7A7A 15-2345-2-123-12346-5
-noback context _1"\x9591"["\x7A7A"] @123-12346-5
-
-# \x9592\x6563 15-2345-2-15-1236-4
-noback context _1"\x9592"["\x6563"] @15-1236-4
-
-# \x9592\x7A7A 15-2345-2-123-12346-5
-noback context _1"\x9592"["\x7A7A"] @123-12346-5
-
-# \x9593\x63A5 13-2345-5-13-346-3
-noback context ["\x9593"]"\x63A5" @13-2345-5
-
-# \x9593\x65B7 13-2345-5-145-12456-5
-noback context ["\x9593"]"\x65B7" @13-2345-5
-
-# \x9593\x6B47 13-2345-5-15-346-3
-noback context ["\x9593"]"\x6B47" @13-2345-5
-
-# \x9593\x8ADC 13-2345-5-145-346-2
-noback context ["\x9593"]"\x8ADC" @13-2345-5
-
-# \x9593\x9694 13-2345-5-13-2346-2
-noback context ["\x9593"]"\x9694" @13-2345-5
-
-# \x9593\x9699 13-2345-5-15-16-5
-noback context ["\x9593"]"\x9699" @13-2345-5
-
-# \x9594\x5B50 134-1456-4-125-156-4
-noback context _1"\x9594"["\x5B50"] @125-156-4
-
-# \x959C\x7822 2346-4-14-25-4
-noback context ["\x959C"]"\x7822" @2346-4
-
-# \x95A4\x4E2D 13-2346-2-1-12346-3
-noback context ["\x95A4"]"\x4E2D" @13-2346-2
-
-# \x95A4\x5152 13-2346-2-156-2
-noback context ["\x95A4"]"\x5152" @13-2346-2
-
-# \x95A4\x53BB 13-2346-2-245-1256-5
-noback context ["\x95A4"]"\x53BB" @13-2346-2
-
-# \x95A8\x95A4 13-1246-3-13-2346-2
-noback context _1"\x95A8"["\x95A4"] @13-2346-2
-
-# \x95B1\x5377 236-5-13-45-5
-noback context _1"\x95B1"["\x5377"] @13-45-5
-
-# \x95BC\x585E 2346-5-15-2346-5
-noback context _1"\x95BC"["\x585E"] @15-2346-5
-
-# \x95BC\x6C0F 2345-3-1-156-3
-noback context ["\x95BC"]"\x6C0F" @2345-3
-noback context _1"\x95BC"["\x6C0F"] @1-156-3
-
-# \x95BC\x8207 1256-5-1256-4
-noback context ["\x95BC"]"\x8207" @1256-5
-
-# \x95C7\x7DF4 1236-3-14-2345-5
-noback context ["\x95C7"]"\x7DF4" @1236-3
-
-# \x95D0\x54BD 124-2345-2-346-5
-noback context _1"\x95D0"["\x54BD"] @346-5
-
-# \x95D5\x5931 245-236-3-24-156-3
-noback context ["\x95D5"]"\x5931" @245-236-3
-
-# \x95D5\x5982 245-236-3-1245-34-2
-noback context ["\x95D5"]"\x5982" @245-236-3
-
-# \x95D5\x6F0F 245-236-3-14-12356-5
-noback context ["\x95D5"]"\x6F0F" @245-236-3
-
-# \x95D5\x7591 245-236-3-16-2
-noback context ["\x95D5"]"\x7591" @245-236-3
-
-# \x961C\x8543 12345-34-5-12345-1236-2
-noback context _1"\x961C"["\x8543"] @12345-1236-2
-
-# \x9632\x5F48 12345-1346-2-145-1236-5
-noback context _1"\x9632"["\x5F48"] @145-1236-5
-
-# \x963B\x5687 125-34-4-1235-2346-5
-noback context _1"\x963B"["\x5687"] @1235-2346-5
-
-# \x963B\x585E 125-34-4-15-2346-5
-noback context _1"\x963B"["\x585E"] @15-2346-5
-
-# \x963F\x4FD7 2346-3-15-34-2
-noback context ["\x963F"]"\x4FD7" @2346-3
-
-# \x963F\x533C 2346-3-1236-4
-noback context ["\x963F"]"\x533C" @2346-3
-
-# \x963F\x76E3 345-3-13-2345-5
-noback context _1"\x963F"["\x76E3"] @13-2345-5
-
-# \x963F\x8ADB 2346-3-1256-2
-noback context ["\x963F"]"\x8ADB" @2346-3
-
-# \x9644\x548C 12345-34-5-1235-2346-5
-noback context _1"\x9644"["\x548C"] @1235-2346-5
-
-# \x9644\x8457 12345-34-5-1-25-2
-noback context _1"\x9644"["\x8457"] @1-25-2
-
-# \x964D\x4F0F 15-46-2-12345-34-2
-noback context ["\x964D"]"\x4F0F" @15-46-2
-
-# \x964D\x5C07 15-46-2-13-46-5
-noback context ["\x964D"]"\x5C07" @15-46-2
-noback context _1"\x964D"["\x5C07"] @13-46-5
-
-# \x964D\x6575 15-46-2-145-16-2
-noback context ["\x964D"]"\x6575" @15-46-2
-
-# \x964D\x66F8 15-46-2-24-34-3
-noback context ["\x964D"]"\x66F8" @15-46-2
-
-# \x964D\x670D 15-46-2-12345-34-2
-noback context ["\x964D"]"\x670D" @15-46-2
-
-# \x964D\x9F8D 15-46-2-14-12346-2
-noback context ["\x964D"]"\x9F8D" @15-46-2
-
-# \x9662\x9577 45-5-1-1346-4
-noback context _1"\x9662"["\x9577"] @1-1346-4
-
-# \x9673\x5B50 12-136-2-125-156-4
-noback context _1"\x9673"["\x5B50"] @125-156-4
-
-# \x9673\x8543 12-136-2-12345-1236-2
-noback context _1"\x9673"["\x8543"] @12345-1236-2
-
-# \x9678\x3001 14-234-5-6-0
-noback context ["\x9678"]"\x3001" @14-234-5
-
-# \x9678\x4EDF 14-234-5-245-2345-3
-noback context ["\x9678"]"\x4EDF" @14-234-5
-
-# \x9678\x4F70 14-234-5-135-2456-4
-noback context ["\x9678"]"\x4F70" @14-234-5
-
-# \x9678\x62FE 14-234-5-24-156-2
-noback context ["\x9678"]"\x62FE" @14-234-5
-
-# \x968A\x9577 145-1246-5-1-1346-4
-noback context _1"\x968A"["\x9577"] @1-1346-4
-
-# \x969C\x585E 1-1346-5-15-2346-5
-noback context _1"\x969C"["\x585E"] @15-2346-5
-
-# \x96A8\x8208 15-1246-2-15-13456-5
-noback context _1"\x96A8"["\x8208"] @15-13456-5
-
-# \x96AA\x3680 15-2345-4-15-16-3
-noback context _1"\x96AA"["\x3680"] @15-16-3
-
-# \x96B1\x6C92 1456-4-134-126-5
-noback context _1"\x96B1"["\x6C92"] @134-126-5
-
-# \x96C5\x6A02 23456-4-236-5
-noback context _1"\x96C5"["\x6A02"] @236-5
-
-# \x96D5\x7BF9 145-246-3-15-12456-4
-noback context _1"\x96D5"["\x7BF9"] @15-12456-4
-
-# \x96D9\x5B50 24-456-3-125-156-4
-noback context _1"\x96D9"["\x5B50"] @125-156-4
-
-# \x96D9\x91CD 24-456-3-12-12346-2
-noback context _1"\x96D9"["\x91CD"] @12-12346-2
-
-# \x96E2\x5B50 14-16-2-125-156-4
-noback context _1"\x96E2"["\x5B50"] @125-156-4
-
-# \x96E2\x9593 14-16-2-13-2345-5
-noback context _1"\x96E2"["\x9593"] @13-2345-5
-
-# \x96E3\x5730 1345-1236-5-145-16-5
-noback context ["\x96E3"]"\x5730" @1345-1236-5
-
-# \x96E3\x6C11 1345-1236-5-134-1456-2
-noback context ["\x96E3"]"\x6C11" @1345-1236-5
-
-# \x96E3\x80F8 1345-1236-5-15-235-3
-noback context ["\x96E3"]"\x80F8" @1345-1236-5
-
-# \x96EA\x8304 15-236-4-13-23456-3
-noback context _1"\x96EA"["\x8304"] @13-23456-3
-
-# \x96FB\x5B50 145-2345-5-125-156-4
-noback context _1"\x96FB"["\x5B50"] @125-156-4
-
-# \x9730\x5F48 15-2345-5-145-1236-5
-noback context _1"\x9730"["\x5F48"] @145-1236-5
-
-# \x9732\x767D 14-12356-5-135-2456-2
-noback context ["\x9732"]"\x767D" @14-12356-5
-
-# \x9732\x76F8 14-12356-5-15-46-5
-noback context ["\x9732"]"\x76F8" @14-12356-5
-noback context _1"\x9732"["\x76F8"] @15-46-5
-
-# \x9732\x81C9 14-12356-5-14-2345-4
-noback context ["\x9732"]"\x81C9" @14-12356-5
-
-# \x9732\x9762 14-12356-5-134-2345-5
-noback context ["\x9732"]"\x9762" @14-12356-5
-
-# \x9752\x4D34 245-13456-3-1345-2345-2
-noback context _1"\x9752"["\x4D34"] @1345-2345-2
-
-# \x9756\x96E3 13-13456-5-1345-1236-5
-noback context _1"\x9756"["\x96E3"] @1345-1236-5
-
-# \x975E\x5206 12345-356-3-12345-136-5
-noback context _1"\x975E"["\x5206"] @12345-136-5
-
-# \x975E\x96E3 12345-356-3-1345-1236-5
-noback context _1"\x975E"["\x96E3"] @1345-1236-5
-
-# \x9761\x612C 134-16-2-15-34-5
-noback context ["\x9761"]"\x612C" @134-16-2
-
-# \x9761\x721B 134-16-2-14-1236-5
-noback context ["\x9761"]"\x721B" @134-16-2
-
-# \x9761\x8CBB 134-16-2-12345-356-5
-noback context ["\x9761"]"\x8CBB" @134-16-2
-
-# \x9778\x62C9 124-345-3-14-345-3
-noback context ["\x9778"]"\x62C9" @124-345-3
-
-# \x9778\x8457 124-345-3-1-2346-1
-noback context ["\x9778"]"\x8457" @124-345-3
-
-# \x9778\x978B 124-345-3-15-346-2
-noback context ["\x9778"]"\x978B" @124-345-3
-
-# \x97AD\x8F9F 135-2345-3-135-16-5
-noback context _1"\x97AD"["\x8F9F"] @135-16-5
-
-# \x97F3\x6A02 1456-3-236-5
-noback context _1"\x97F3"["\x6A02"] @236-5
-
-# \x97FF\x61C9 15-46-4-13456-5
-noback context _1"\x97FF"["\x61C9"] @13456-5
-
-# \x9806\x61C9 24-123456-5-13456-5
-noback context _1"\x9806"["\x61C9"] @13456-5
-
-# \x9826\x5152 123-2346-2-156-2
-noback context ["\x9826"]"\x5152" @123-2346-2
-
-# \x9826\x816E 123-2346-3-15-2456-3
-noback context ["\x9826"]"\x816E" @123-2346-3
-
-# \x982D\x5339 124-12356-2-1234-16-3
-noback context _1"\x982D"["\x5339"] @1234-16-3
-
-# \x9830\x55DB 13-23456-2-245-2345-4
-noback context _1"\x9830"["\x55DB"] @245-2345-4
-
-# \x9830\x80F2 13-23456-2-13-2456-4
-noback context _1"\x9830"["\x80F2"] @13-2456-4
-
-# \x986F\x8457 15-2345-4-1-34-5
-noback context _1"\x986F"["\x8457"] @1-34-5
-
-# \x98DB\x5F48 12345-356-3-145-1236-5
-noback context _1"\x98DB"["\x5F48"] @145-1236-5
-
-# \x990A\x5206 46-4-12345-136-5
-noback context _1"\x990A"["\x5206"] @12345-136-5
-
-# \x990A\x5B50 46-4-125-156-4
-noback context _1"\x990A"["\x5B50"] @125-156-4
-
-# \x9914\x5B50 135-34-5-125-156-1
-noback context ["\x9914"]"\x5B50" @135-34-5
-
-# \x9914\x83DC 135-34-5-245-2456-5
-noback context ["\x9914"]"\x83DC" @135-34-5
-
-# \x9918\x8208 1256-2-15-13456-5
-noback context _1"\x9918"["\x8208"] @15-13456-5
-
-# \x9928\x9577 13-12456-4-1-1346-4
-noback context _1"\x9928"["\x9577"] @1-1346-4
-
-# \x9996\x76F8 24-12356-4-15-46-5
-noback context _1"\x9996"["\x76F8"] @15-46-5
-
-# \x9996\x90FD 24-12356-4-145-34-3
-noback context _1"\x9996"["\x90FD"] @145-34-3
-
-# \x9996\x9577 24-12356-4-1-1346-4
-noback context _1"\x9996"["\x9577"] @1-1346-4
-
-# \x99AC\x5339 134-345-4-1234-16-3
-noback context _1"\x99AC"["\x5339"] @1234-16-3
-
-# \x99AC\x864E 134-345-4-1235-34-3
-noback context _1"\x99AC"["\x864E"] @1235-34-3
-
-# \x99AE\x6CB3 1234-13456-2-1235-2346-2
-noback context ["\x99AE"]"\x6CB3" @1234-13456-2
-
-# \x99B2\x99DD 14-25-5-124-25-2
-noback context ["\x99B2"]"\x99DD" @14-25-5
-
-# \x99D0\x7D2E 1-34-5-1-345-2
-noback context _1"\x99D0"["\x7D2E"] @1-345-2
-
-# \x9A0E\x5175 13-16-5-135-13456-3
-noback context ["\x9A0E"]"\x5175" @13-16-5
-
-# \x9A2F\x4BA3 135-1346-4-15-1346-4
-noback context ["\x9A2F"]"\x4BA3" @135-1346-4
-noback context _1"\x9A2F"["\x4BA3"] @15-1346-4
-
-# \x9A36\x5F9E 125-12356-3-125-12346-5
-noback context _1"\x9A36"["\x5F9E"] @125-12346-5
-
-# \x9A37\x86D8 15-146-3-46-4
-noback context _1"\x9A37"["\x86D8"] @46-4
-
-# \x9A4D\x9A0E 15-246-3-13-16-5
-noback context _1"\x9A4D"["\x9A0E"] @13-16-5
-
-# \x9A55\x6A6B 13-246-3-1235-1356-5
-noback context _1"\x9A55"["\x6A6B"] @1235-1356-5
-
-# \x9AA8\x76F8 13-34-4-15-46-5
-noback context _1"\x9AA8"["\x76F8"] @15-46-5
-
-# \x9AC0\x9AB6 135-16-5-145-16-4
-noback context _1"\x9AC0"["\x9AB6"] @145-16-4
-
-# \x9AD4\x80D6 124-16-4-1234-1236-2
-noback context _1"\x9AD4"["\x80D6"] @1234-1236-2
-
-# \x9AD8\x66F4 13-146-3-13-1356-3
-noback context _1"\x9AD8"["\x66F4"] @13-1356-3
-
-# \x9AD8\x8208 13-146-3-15-13456-5
-noback context _1"\x9AD8"["\x8208"] @15-13456-5
-
-# \x9AD8\x9E97 13-146-3-14-16-2
-noback context _1"\x9AD8"["\x9E97"] @14-16-2
-
-# \x9AFA\x9AEE 123-25-5-12345-345-4
-noback context ["\x9AFA"]"\x9AEE" @123-25-5
-
-# \x9B06\x6563 15-12346-3-15-1236-4
-noback context _1"\x9B06"["\x6563"] @15-1236-4
-
-# \x9B31\x3825 1256-5-14-1256-5
-noback context _1"\x9B31"["\x3825"] @14-1256-5
-
-# \x9B31\x585E 1256-5-15-2346-5
-noback context _1"\x9B31"["\x585E"] @15-2346-5
-
-# \x9B31\x58D8 1256-5-14-1256-5
-noback context _1"\x9B31"["\x58D8"] @14-1256-5
-
-# \x9B31\x60B6 1256-5-134-136-5
-noback context _1"\x9B31"["\x60B6"] @134-136-5
-
-# \x9B5A\x5B50 1256-2-125-156-4
-noback context _1"\x9B5A"["\x5B50"] @125-156-4
-
-# \x9BAE\x5C11 15-2345-4-24-146-4
-noback context ["\x9BAE"]"\x5C11" @15-2345-4
-
-# \x9BAE\x6065 15-2345-4-12-156-4
-noback context ["\x9BAE"]"\x6065" @15-2345-4
-
-# \x9BC6\x4C50 135-34-3-12345-34-2
-noback context ["\x9BC6"]"\x4C50" @135-34-3
-
-# \x9BC6\x9B6E 1234-34-3-135-16-4
-noback context _1"\x9BC6"["\x9B6E"] @135-16-4
-
-# \x9C73\x5F97 14-34-5-145-2346-2
-noback context ["\x9C73"]"\x5F97" @14-34-5
-
-# \x9CE7\x8308 12345-34-2-245-156-2
-noback context _1"\x9CE7"["\x8308"] @245-156-2
-
-# \x9CE9\x7387 13-234-3-24-2356-5
-noback context _1"\x9CE9"["\x7387"] @24-2356-5
-
-# \x9CF1\x9D20 1235-1236-5-145-1236-5
-noback context ["\x9CF1"]"\x9D20" @1235-1236-5
-
-# \x9CFA\x9D00 12345-34-3-12345-12356-4
-noback context ["\x9CFA"]"\x9D00" @12345-34-3
-
-# \x9D1F\x5687 12-156-3-1235-2346-5
-noback context _1"\x9D1F"["\x5687"] @1235-2346-5
-
-# \x9D1F\x8E72 12-156-3-245-123456-3
-noback context _1"\x9D1F"["\x8E72"] @245-123456-3
-
-# \x9D3B\x722A 1235-12346-2-1-146-4
-noback context _1"\x9D3B"["\x722A"] @1-146-4
-
-# \x9D60\x7684 13-34-4-145-16-5
-noback context ["\x9D60"]"\x7684" @13-34-4
-noback context _1"\x9D60"["\x7684"] @145-16-5
-
-# \x9DB4\x5B50 1235-2346-5-125-156-4
-noback context _1"\x9DB4"["\x5B50"] @125-156-4
-
-# \x9DBB\x9CE9 13-34-4-13-234-3
-noback context ["\x9DBB"]"\x9CE9" @13-34-4
-
-# \x9DBB\x9D43 13-34-4-1-12356-3
-noback context ["\x9DBB"]"\x9D43" @13-34-4
-
-# \x9E1B\x9DE4 13-12456-5-124-1236-2
-noback context _1"\x9E1B"["\x9DE4"] @124-1236-2
-
-# \x9E7F\x8324 14-34-5-145-25-3
-noback context _1"\x9E7F"["\x8324"] @145-25-3
-
-# \x9E9B\x592D 134-16-2-146-4
-noback context _1"\x9E9B"["\x592D"] @146-4
-
-# \x9EC3\x51A0 1235-456-2-13-12456-3
-noback context _1"\x9EC3"["\x51A0"] @13-12456-3
-
-# \x9EC3\x5377 1235-456-2-13-45-5
-noback context _1"\x9EC3"["\x5377"] @13-45-5
-
-# \x9ED1\x5B50 1235-356-3-125-156-4
-noback context _1"\x9ED1"["\x5B50"] @125-156-4
-
-# \x9F3B\x54BD 135-16-2-2345-3
-noback context _1"\x9F3B"["\x54BD"] @2345-3
-
-# \x9F3B\x585E 135-16-2-15-2456-3
-noback context _1"\x9F3B"["\x585E"] @15-2456-3
-
-# \x9F4D\x76DB 125-156-3-12-1356-2
-noback context _1"\x9F4D"["\x76DB"] @12-1356-2
-
-# \x9F52\x7E2B 12-156-4-12345-1356-5
-noback context _1"\x9F52"["\x7E2B"] @12345-1356-5
-
-# \x9F8D\x5B50 14-12346-2-125-156-4
-noback context _1"\x9F8D"["\x5B50"] @125-156-4
-
-# \x9F9C\x8332 245-234-3-245-156-2
-noback context ["\x9F9C"]"\x8332" @245-234-3
-noback context _1"\x9F9C"["\x8332"] @245-156-2
-
-# \x9F9C\x88C2 13-256-3-14-346-5
-noback context ["\x9F9C"]"\x88C2" @13-256-3
-#end Han character rules
-#-display-name: Scottish Gaelic computer braille
-
-#+locale:gd
-#+type:computer
-#+dots:8
-
-# TODO: Please correct the metadata above. It is not meant to be
-# accurate nor complete. It hasn't been verified by the table
-# author yet. It is merely an attempt by the liblouis maintainers
-# to get some sensible initial values in place.
-
-# TODO: Please add a reference to official documentation about
-# the implemented braille code. Preferably submit the documents
-# to https://github.com/liblouis/braille-specs.
-
-include gd.ctb
-include braille-patterns.cti
-#-display-name: Norwegian grade 3 contracted braille
-
-#+locale:no
-#+type:literary
-#+contraction:full
-#+grade:3
-#+hyphenation:yes
-
-# TODO: Please correct the metadata above. It is not meant to be
-# accurate nor complete. It hasn't been verified by the table
-# author yet. It is merely an attempt by the liblouis maintainers
-# to get some sensible initial values in place.
-
-# TODO: Please add a reference to official documentation about
-# the implemented braille code. Preferably submit the documents
-# to https://github.com/liblouis/braille-specs.
-
-include no-no-g3.ctb
-include hyph_nb_NO.dic
-include braille-patterns.cti
-#-display-name: Munda braille
-
-#+locale:mun
-#+type:literary
-
-# TODO: Please correct the metadata above. It is not meant to be
-# accurate nor complete. It hasn't been verified by the table
-# author yet. It is merely an attempt by the liblouis maintainers
-# to get some sensible initial values in place.
-
-# TODO: Please add a reference to official documentation about
-# the implemented braille code. Preferably submit the documents
-# to https://github.com/liblouis/braille-specs.
-
-include spaces.ctb
-include mun.ctb
-include braille-patterns.cti
-#-name: U.S. English 8-dot computer braille for Windows
-#-display-name: U.S. English (EBAE) computer braille
-
-#+locale:en-US
-#+type:computer
-#+dots:8
-#+hyphenation:no
-#+direction:both
-
-include en-us-comp8-ext.utb
-# This table contains braille codes and rules for Malayalam  script.
-#
-# Copyright (C) 2014 National Institute for Visually Handicapped, 116, Rajpur Road, Dehradun, Uttrakhand, India
-#
-# This file is part of liblouis.
-#
-# liblouis is free software: you can redistribute it and/or modify it
-# under the terms of the GNU Lesser General Public License as
-# published by the Free Software Foundation, either version 2.1 of the
-# License, or (at your option) any later version.
-#
-# liblouis is distributed in the hope that it will be useful, but
-# WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-# Lesser General Public License for more details.
-#
-# You should have received a copy of the GNU Lesser General Public
-# License along with liblouis. If not, see
-# <http://www.gnu.org/licenses/>.
-
-# This table is built and maintained under an activity of Braille Council of India
-# Contributors: Dipendra Manocha, Sreeja, Dinesh Kaushal, Mesar Hameed
-# Last updated on May 5, 2014
-# To report any bugs or any suggestion, please write to d@saksham.org and sreeja.param@gmail.com
-
-include braille-patterns.cti
-letter	\x0D02	56	# MALAYALAM SIGN ANUSVARA
-letter	\x0D03	6	# MALAYALAM SIGN VISARGA
-letter	\x0D05	1	# MALAYALAM LETTER A
-letter	\x0D06	345	# MALAYALAM LETTER AA
-letter	\x0D07	24	# MALAYALAM LETTER I
-letter	\x0D08	35	# MALAYALAM LETTER II
-letter	\x0D09	136	# MALAYALAM LETTER U
-letter	\x0D0A	1256	# MALAYALAM LETTER UU
-letter	\x0D0B	5-1235	# MALAYALAM LETTER VOCALIC R
-letter	\x0D0C	5-123	# MALAYALAM LETTER VOCALIC L
-letter	\x0D0E	26	# MALAYALAM LETTER E
-letter	\x0D0F	15	# MALAYALAM LETTER EE
-letter	\x0D10	34	# MALAYALAM LETTER AI
-letter	\x0D12	1346	# MALAYALAM LETTER O
-letter	\x0D13	135	# MALAYALAM LETTER OO
-letter	\x0D14	246	# MALAYALAM LETTER AU
-
-replace \X200D
-
-letter	\x0D15	13	# MALAYALAM LETTER KA
-letter	\x0D16	46	# MALAYALAM LETTER KHA
-letter	\x0D17	1245	# MALAYALAM LETTER GA
-letter	\x0D18	126	# MALAYALAM LETTER GHA
-letter	\x0D19	346	# MALAYALAM LETTER NGA
-
-letter	\x0D1A	14	# MALAYALAM LETTER CA= CHA
-letter	\x0D1B	16	# MALAYALAM LETTER CHA= CHHA
-letter	\x0D1C	245	# MALAYALAM LETTER JA
-letter	\x0D1D	356	# MALAYALAM LETTER JHA
-letter	\x0D1E	25	# MALAYALAM LETTER NYA= NHA
-
-letter	\x0D1F	23456	# MALAYALAM LETTER TTA= TA
-letter	\x0D20	2456	# MALAYALAM LETTER TTHA= TTA
-letter	\x0D21	1246	# MALAYALAM LETTER DDA= HARD DA
-letter	\x0D22	123456	# MALAYALAM LETTER DDHA= HARD DDA
-letter	\x0D23	3456	# MALAYALAM LETTER NNA= HARD NA
-
-letter	\x0D24	2345	# MALAYALAM LETTER TA= THA
-letter	\x0D25	1456	# MALAYALAM LETTER THA= TTHA
-letter	\x0D26	145	# MALAYALAM LETTER DA= SOFT DA
-letter	\x0D27	2346	# MALAYALAM LETTER DHA= SOFT DDA
-letter	\x0D28	1345	# MALAYALAM LETTER NA
-
-letter	\x0D2A	1234	# MALAYALAM LETTER PA
-letter	\x0D2B	235	# MALAYALAM LETTER PHA
-letter	\x0D2C	12	# MALAYALAM LETTER BA
-letter	\x0D2D	45	# MALAYALAM LETTER BHA
-letter	\x0D2E	134	# MALAYALAM LETTER MA
-
-letter	\x0D2F	13456	# MALAYALAM LETTER YA
-letter	\x0D30	1235	# MALAYALAM LETTER RA
-letter	\x0D31	12456	# MALAYALAM LETTER RRA
-letter	\x0D32	123	# MALAYALAM LETTER LA
-letter	\x0D33	456	# MALAYALAM LETTER LLA
-letter	\x0D34	12356	# MALAYALAM LETTER LLLA= ZHA
-letter	\x0D35	1236	# MALAYALAM LETTER VA
-letter	\x0D36	146	# MALAYALAM LETTER SHA= SOFT SHA
-letter	\x0D37	12346	# MALAYALAM LETTER SSA= SHA
-letter	\x0D38	234	# MALAYALAM LETTER SA
-letter	\x0D39	125	# MALAYALAM LETTER HA
-
-letter	\x0D3E	345	# MALAYALAM VOWEL SIGN AA
-letter	\x0D3F	24	# MALAYALAM VOWEL SIGN I
-letter	\x0D40	35	# MALAYALAM VOWEL SIGN II
-letter	\x0D41	136	# MALAYALAM VOWEL SIGN U
-letter	\x0D42	1256	# MALAYALAM VOWEL SIGN UU
-letter	\x0D43	5-1235	# MALAYALAM VOWEL SIGN VOCALIC R
-letter	\x0D44	6-1235	# MALAYALAM VOWEL SIGN VOCALIC RR
-letter	\x0D46	26	# MALAYALAM VOWEL SIGN E (stands to the left of the consonant)
-letter	\x0D47	15	# MALAYALAM VOWEL SIGN EE (stands to the left of the consonant)
-letter	\x0D48	34	# MALAYALAM VOWEL SIGN AI
-letter	\x0D4A	1346	# MALAYALAM VOWEL SIGN O= 0D46 ? and 0D3E ?
-letter	\x0D4B	135	# MALAYALAM VOWEL SIGN OO= 0D47 ? AND 0D3E ?
-letter     \x0D4C     246	# MALAYALAM VOWEL SIGN AU (archaic from the au/dependent vowel to 0D57 ?  MALAYALAM au length mark= 0D46 ? and 0D57 ?)
-letter	\x0D4D	4	# MALAYALAM SIGN VIRAMA= chandrakkala (the preferred name)= vowel half U
-letter	\x0D60	6-1235	# MALAYALAM LETTER VOCALIC RR
-letter	\x0D61	6-123	# MALAYALAM LETTER VOCALIC LL
-letter	\x0D62	5-123	# MALAYALAM VOWEL SIGN VOCALIC L
-letter	\x0D63	6-123	# MALAYALAM VOWEL SIGN VOCALIC LL
-letter	\x0D64		256 RESERVED-0964 #Devnagari danda
-letter	\x0D65	256-256	RESERVED-0965 #Devnagari double danda
-
-#digits
-
-litdigit	\x0D66	245	# MALAYALAM DIGIT ZERO
-litdigit	\x0D67	1	# MALAYALAM DIGIT ONE
-litdigit	\x0D68	12	# MALAYALAM DIGIT TWO
-litdigit	\x0D69	14	# MALAYALAM DIGIT THREE
-litdigit	\x0D6A	145	# MALAYALAM DIGIT FOUR
-litdigit	\x0D6B	15	# MALAYALAM DIGIT FIVE
-litdigit	\x0D6C	124	# MALAYALAM DIGIT SIX
-litdigit	\x0D6D	1245	# MALAYALAM DIGIT SEVEN
-litdigit	\x0D6E	125	# MALAYALAM DIGIT EIGHT
-litdigit	\x0D6F	24	# MALAYALAM DIGIT NINE
-litdigit	\x0D70	1-245	# MALAYALAM NUMBER TEN
-litdigit	\x0D71	1-245-245	# MALAYALAM NUMBER ONE HUNDRED
-litdigit	\x0D72	1-245-245-245	# MALAYALAM NUMBER ONE THOUSAND
-litdigit	\x0D73	1-34-145	# MALAYALAM FRACTION ONE QUARTER
-litdigit	\x0D74	1-34-12	# MALAYALAM FRACTION ONE HALF
-litdigit	\x0D75	14-34-145	# MALAYALAM FRACTION THREE QUARTERS
-letter	\x0D7A	4-1345		# MALAYALAM LETTER CHILLU NN
-letter	\x0D7B	4-1345		# MALAYALAM LETTER CHILLU N
-letter     \x0D7C   4-12456 	# MALAYALAM LETTER CHILLU RR (historically derived from the full    letter ra) and (also used for chillu r)
-letter     \x0D7D    4-123	# MALAYALAM LETTER CHILLU L (historically derived from the full letter ta) and  (used for chillu t and chillu d)
-letter	\x0D7E	4-123-123	# MALAYALAM LETTER CHILLU LL
-letter	\x0D7F	4-13-13	# MALAYALAM LETTER CHILLU K
-
-#half characters
-
-always	\x0D15\x0D4D	4-13	# MALAYALAM LETTER KA
-always	\x0D16\x0D4D	4-46	# MALAYALAM LETTER KHA
-always	\x0D17\x0D4D	4-1245	# MALAYALAM LETTER GA
-always	\x0D18\x0D4D	4-126	# MALAYALAM LETTER GHA
-always	\x0D19\x0D4D	4-346	# MALAYALAM LETTER NGA
-
-always	\x0D1A\x0D4D	4-14	# MALAYALAM LETTER CA= CHA
-always	\x0D1B\x0D4D	4-16	# MALAYALAM LETTER CHA= CHHA
-always	\x0D1C\x0D4D	4-245	# MALAYALAM LETTER JA
-always	\x0D1D\x0D4D	4-356	# MALAYALAM LETTER JHA
-always	\x0D1E\x0D4D	4-25	# MALAYALAM LETTER NYA= NHA
-
-always	\x0D1F\x0D4D	4-23456	# MALAYALAM LETTER TTA= TA
-always	\x0D20\x0D4D	4-2456	# MALAYALAM LETTER TTHA= TTA
-always	\x0D21\x0D4D	4-1246	# MALAYALAM LETTER DDA= HARD DA
-always	\x0D22\x0D4D	4-123456	# MALAYALAM LETTER DDHA= HARD DDA
-always	\x0D23\x0D4D	4-3456	# MALAYALAM LETTER NNA= HARD NA
-
-always	\x0D24\x0D4D	4-2345	# MALAYALAM LETTER TA= THA
-always	\x0D25\x0D4D	4-1456	# MALAYALAM LETTER THA= TTHA
-always	\x0D26\x0D4D	4-145	# MALAYALAM LETTER DA= SOFT DA
-always	\x0D27\x0D4D	4-2346	# MALAYALAM LETTER DHA= SOFT DDA
-always	\x0D28\x0D4D	4-1345	# MALAYALAM LETTER NA
-
-always	\x0D2A\x0D4D	4-1234	# MALAYALAM LETTER PA
-always	\x0D2B\x0D4D	4-235	# MALAYALAM LETTER PHA
-always	\x0D2C\x0D4D	4-12	# MALAYALAM LETTER BA
-always	\x0D2D\x0D4D	4-45	# MALAYALAM LETTER BHA
-always	\x0D2E\x0D4D	4-134	# MALAYALAM LETTER MA
-
-always	\x0D2F\x0D4D	4-13456	# MALAYALAM LETTER YA
-always	\x0D30\x0D4D	4-1235	# MALAYALAM LETTER RA
-always	\x0D31\x0D4D	4-12456	# MALAYALAM LETTER RRA
-always	\x0D32\x0D4D	4-123	# MALAYALAM LETTER LA
-always	\x0D33\x0D4D	4-456	# MALAYALAM LETTER LLA
-always	\x0D34\x0D4D	4-12356	# MALAYALAM LETTER LLLA= ZHA
-always	\x0D35\x0D4D	4-1236	# MALAYALAM LETTER VA
-always	\x0D36\x0D4D	4-146	# MALAYALAM LETTER SHA= SOFT SHA
-always	\x0D37\x0D4D	4-12346	# MALAYALAM LETTER SSA= SHA
-always	\x0D38\x0D4D	4-234	# MALAYALAM LETTER SA
-always	\x0D39\x0D4D	4-125	# MALAYALAM LETTER HA
-
-always	\x0D44\x0D4D	4-6-1235	# MALAYALAM VOWEL SIGN VOCALIC RR
-always	\x0D60\x0D4D	4-6-1235	# MALAYALAM LETTER VOCALIC RR
-always	\x0D61\x0D4D	4-6-123	# MALAYALAM LETTER VOCALIC LL
-always	\x0D62\x0D4D	4-5-123	 # MALAYALAM VOWEL SIGN VOCALIC L
-always	\x0D63\x0D4D	4-6-123 	# MALAYALAM VOWEL SIGN VOCALIC LL
-
-#ksha and gya
-
-
-always \x0D15\x0D4D\x0D37\x0D4D 4-12345 #ksha
-always \x0D1C\x0D4D\x0D1E 156 #gya
-always \x0D15\x0D4D\x0D37 12345 #ksha
-
-#consonent followed by vowel but not matra
-
-class MalayalamVowel \x0D07\x0D08\x0D09\x0D0A\x0D0B\x0D0C\x0D0E\x0D0F\x0D10\x0D12\x0D13\x0D14
-class Halant \x0D4D
-
-before MalayalamVowel always	\x0D15 	  13-1	# MALAYALAM LETTER KA
-before MalayalamVowel always	\x0D16 	  46-1	# MALAYALAM LETTER KHA
-before MalayalamVowel always	\x0D17 	  1245-1	# MALAYALAM LETTER GA
-before MalayalamVowel always	\x0D18 	  126-1	# MALAYALAM LETTER GHA
-
-before MalayalamVowel always	\x0D1A 	  14-1	# MALAYALAM LETTER CA= CHA
-before MalayalamVowel always	\x0D1B 	  16-1	# MALAYALAM LETTER CHA= CHHA
-before MalayalamVowel always	\x0D1C 	  245-1	# MALAYALAM LETTER JA
-before MalayalamVowel always	\x0D1D  356-1	# MALAYALAM LETTER JHA
-	
-before MalayalamVowel always	 \x0D1F   23456-1	# MALAYALAM LETTER TTA= TA
-before MalayalamVowel always	\x0D20 	  2456-1	# MALAYALAM LETTER TTHA= TTA
-before MalayalamVowel always	\x0D21 	  1246-1	# MALAYALAM LETTER DDA= HARD DA
-before MalayalamVowel always	\x0D22 	  123456-1	# MALAYALAM LETTER DDHA= HARD DDA
-before MalayalamVowel always	\x0D23 	  3456-1	# MALAYALAM LETTER NNA= HARD NA
-
-before MalayalamVowel always	\x0D24 	  2345-1	# MALAYALAM LETTER TA= THA
-before MalayalamVowel always	\x0D25 	  1456-1	# MALAYALAM LETTER THA= TTHA
-before MalayalamVowel always	\x0D26 	  145-1	# MALAYALAM LETTER DA= SOFT DA
-before MalayalamVowel always	\x0D27 	  2346-1 # MALAYALAM LETTER DHA= SOFT DDA
-before MalayalamVowel always	\x0D28 	  1345-1	# MALAYALAM LETTER NA
-
-before MalayalamVowel always	\x0D2A 	  1234-1	# MALAYALAM LETTER PA
-before MalayalamVowel always	\x0D2B 	  235-1	# MALAYALAM LETTER PHA
-before MalayalamVowel always	\x0D2C 	  12-1	# MALAYALAM LETTER BA
-before MalayalamVowel always	\x0D2D 	  45-1	# MALAYALAM LETTER BHA
-before MalayalamVowel always	\x0D2E 	  134-1	# MALAYALAM LETTER MA
-
-before MalayalamVowel always	\x0D2F 	  13456-1	# MALAYALAM LETTER YA
-before MalayalamVowel always	\x0D30 	  1235-1	# MALAYALAM LETTER RA
-before MalayalamVowel always	\x0D31 	  12456-1	# MALAYALAM LETTER RRA
-before MalayalamVowel always	\x0D32 	  123-1	# MALAYALAM LETTER LA
-before MalayalamVowel always	\x0D33 	  456-1	# MALAYALAM LETTER LLA
-before MalayalamVowel always	\x0D34 	  12356-1	# MALAYALAM LETTER LLLA= ZHA
-before MalayalamVowel always	\x0D35 	  1236-1	# MALAYALAM LETTER VA
-before MalayalamVowel always	\x0D36 	  146-1	# MALAYALAM LETTER SHA= SOFT SHA
-before MalayalamVowel always	\x0D37 	  12346-1	# MALAYALAM LETTER SSA= SHA
-before MalayalamVowel always	\x0D38 	  234-1	# MALAYALAM LETTER SA
-before MalayalamVowel always	\x0D39 	  125-1	# MALAYALAM LETTER HA
-
-before MalayalamVowel always	\x0D44 	  6-1235-1	# MALAYALAM VOWEL SIGN VOCALIC RR
-before MalayalamVowel always	\x0D60 	  6-1235-1	# MALAYALAM LETTER VOCALIC RR
-before MalayalamVowel always	\x0D61 	  6-123-1	# MALAYALAM LETTER VOCALIC LL
-before MalayalamVowel always	\x0D62 	  5-123-1	  # MALAYALAM VOWEL SIGN VOCALIC L
-before MalayalamVowel always	\x0D63 	  6-123-1 	# MALAYALAM VOWEL SIGN VOCALIC LL
-
-
-
-
-
-
-#  Copyright (C) 2010 Leon Ungier <Leon.Ungier@ViewPlus.com>, 
-#  Copyright (C) 2010 Samuel Thibault <samuel.thibault@ens-lyon.org>
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-
-# Table for Kurukh
-include devanagari.cti
-include text_nabcc.dis
-# liblouis: Korean Grade 1 (Uncontracted rules)
-#
-# Based on the braille contraction table in BRLTTY
-#
-#  Copyright (C) 1995-2012 by The BRLTTY Team.
-#  Copyright (C) 2012 by Samuel Thibault <samuel.thibault@ens-lyon.org>
-#  Copyright (C) 2012 by Mesar Hameed <mhameed@src.gnome.org>
-#  Copyright (C) 2013 by Joseph Lee <joseph.lee22590@gmail.com>
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-
-# Rules specific to grade 1:
-
-# Case 1: Numbers followed by Korean characters:
-# There are seven Korean conscenant dots which may be confused with numberals.
-# In this case, a speace character (dot 0) is inserted between end of number(s) and Korean charaacters.
-after digit always 나 0-14-126
-after digit always 낙 0-14-126-1
-after digit always 낚 0-14-126-1-1
-after digit always 낛 0-14-126-1-3
-after digit always 난 0-14-126-25
-after digit always 낝 0-14-126-25-13
-after digit always 낞 0-14-126-25-356
-after digit always 낟 0-14-126-35
-after digit always 날 0-14-126-2
-after digit always 낡 0-14-126-2-1
-after digit always 낢 0-14-126-2-26
-after digit always 낣 0-14-126-2-12
-after digit always 낤 0-14-126-2-3
-after digit always 낥 0-14-126-2-236
-after digit always 낦 0-14-126-2-256
-after digit always 낧 0-14-126-2-356
-after digit always 남 0-14-126-26
-after digit always 납 0-14-126-12
-after digit always 낪 0-14-126-12-3
-after digit always 낫 0-14-126-3
-after digit always 났 0-14-126-34
-after digit always 낭 0-14-126-2356
-after digit always 낮 0-14-126-13
-after digit always 낯 0-14-126-23
-after digit always 낰 0-14-126-235
-after digit always 낱 0-14-126-236
-after digit always 낲 0-14-126-256
-after digit always 낳 0-14-126-356
-after digit always 넉 0-14-234-1
-after digit always 넊 0-14-234-1-1
-after digit always 넋 0-14-234-1-3
-after digit always 넌 0-14-234-25
-after digit always 넍 0-14-234-25-13
-after digit always 넎 0-14-234-25-356
-after digit always 널 0-14-234-2
-after digit always 넑 0-14-234-2-1
-after digit always 넒 0-14-234-2-26
-after digit always 넓 0-14-234-2-12
-after digit always 넔 0-14-234-2-3
-after digit always 넕 0-14-234-2-236
-after digit always 넖 0-14-234-2-256
-after digit always 넗 0-14-234-2-356
-after digit always 년 0-14-156-25
-after digit always 녅 0-14-156-25-13
-after digit always 녆 0-14-156-25-356
-after digit always 녈 0-14-156-2
-after digit always 녉 0-14-156-2-1
-after digit always 녊 0-14-156-2-26
-after digit always 녋 0-14-156-2-12
-after digit always 녌 0-14-156-2-3
-after digit always 녍 0-14-156-2-236
-after digit always 녎 0-14-156-2-256
-after digit always 녏 0-14-156-2-356
-after digit always 녕 0-14-156-2356
-after digit always 녹 0-14-136-1
-after digit always 녺 0-14-136-1-1
-after digit always 녻 0-14-136-1-3
-after digit always 논 0-14-136-25
-after digit always 녽 0-14-136-25-13
-after digit always 녾 0-14-136-25-356
-after digit always 농 0-14-136-2356
-after digit always 눈 0-14-134-25
-after digit always 눉 0-14-134-25-13
-after digit always 눊 0-14-134-25-356
-after digit always 눌 0-14-134-2
-after digit always 눍 0-14-134-2-1
-after digit always 눎 0-14-134-2-26
-after digit always 눏 0-14-134-2-12
-after digit always 눐 0-14-134-2-3
-after digit always 눑 0-14-134-2-236
-after digit always 눒 0-14-134-2-256
-after digit always 눓 0-14-134-2-356
-after digit always 는 0-14-246-25
-after digit always 늕 0-14-246-25-13
-after digit always 늖 0-14-246-25-356
-after digit always 늘 0-14-246-2
-after digit always 늙 0-14-246-2-1
-after digit always 늚 0-14-246-2-26
-after digit always 늛 0-14-246-2-12
-after digit always 늜 0-14-246-2-3
-after digit always 늝 0-14-246-2-236
-after digit always 늞 0-14-246-2-256
-after digit always 늟 0-14-246-2-356
-after digit always 닌 0-14-135-25
-after digit always 닍 0-14-135-25-13
-after digit always 닎 0-14-135-25-356
-after digit always 다 0-24-126
-after digit always 닥 0-24-126-1
-after digit always 닦 0-24-126-1-1
-after digit always 닧 0-24-126-1-3
-after digit always 단 0-24-126-25
-after digit always 닩 0-24-126-25-13
-after digit always 닪 0-24-126-25-356
-after digit always 닫 0-24-126-35
-after digit always 달 0-24-126-2
-after digit always 닭 0-24-126-2-1
-after digit always 닮 0-24-126-2-26
-after digit always 닯 0-24-126-2-12
-after digit always 닰 0-24-126-2-3
-after digit always 닱 0-24-126-2-236
-after digit always 닲 0-24-126-2-256
-after digit always 닳 0-24-126-2-356
-after digit always 담 0-24-126-26
-after digit always 답 0-24-126-12
-after digit always 닶 0-24-126-12-3
-after digit always 닷 0-24-126-3
-after digit always 닸 0-24-126-34
-after digit always 당 0-24-126-2356
-after digit always 닺 0-24-126-13
-after digit always 닻 0-24-126-23
-after digit always 닼 0-24-126-235
-after digit always 닽 0-24-126-236
-after digit always 닾 0-24-126-256
-after digit always 닿 0-24-126-356
-after digit always 덕 0-24-234-1
-after digit always 덖 0-24-234-1-1
-after digit always 덗 0-24-234-1-3
-after digit always 던 0-24-234-25
-after digit always 덙 0-24-234-25-13
-after digit always 덚 0-24-234-25-356
-after digit always 덜 0-24-234-2
-after digit always 덝 0-24-234-2-1
-after digit always 덞 0-24-234-2-26
-after digit always 덟 0-24-234-2-12
-after digit always 덠 0-24-234-2-3
-after digit always 덡 0-24-234-2-236
-after digit always 덢 0-24-234-2-256
-after digit always 덣 0-24-234-2-356
-after digit always 뎐 0-24-156-25
-after digit always 뎑 0-24-156-25-13
-after digit always 뎒 0-24-156-25-356
-after digit always 뎔 0-24-156-2
-after digit always 뎕 0-24-156-2-1
-after digit always 뎖 0-24-156-2-26
-after digit always 뎗 0-24-156-2-12
-after digit always 뎘 0-24-156-2-3
-after digit always 뎙 0-24-156-2-236
-after digit always 뎚 0-24-156-2-256
-after digit always 뎛 0-24-156-2-356
-after digit always 뎡 0-24-156-2356
-after digit always 독 0-24-136-1
-after digit always 돆 0-24-136-1-1
-after digit always 돇 0-24-136-1-3
-after digit always 돈 0-24-136-25
-after digit always 돉 0-24-136-25-13
-after digit always 돊 0-24-136-25-356
-after digit always 동 0-24-136-2356
-after digit always 둔 0-24-134-25
-after digit always 둕 0-24-134-25-13
-after digit always 둖 0-24-134-25-356
-after digit always 둘 0-24-134-2
-after digit always 둙 0-24-134-2-1
-after digit always 둚 0-24-134-2-26
-after digit always 둛 0-24-134-2-12
-after digit always 둜 0-24-134-2-3
-after digit always 둝 0-24-134-2-236
-after digit always 둞 0-24-134-2-256
-after digit always 둟 0-24-134-2-356
-after digit always 든 0-24-246-25
-after digit always 듡 0-24-246-25-13
-after digit always 듢 0-24-246-25-356
-after digit always 들 0-24-246-2
-after digit always 듥 0-24-246-2-1
-after digit always 듦 0-24-246-2-26
-after digit always 듧 0-24-246-2-12
-after digit always 듨 0-24-246-2-3
-after digit always 듩 0-24-246-2-236
-after digit always 듪 0-24-246-2-256
-after digit always 듫 0-24-246-2-356
-after digit always 딘 0-24-135-25
-after digit always 딙 0-24-135-25-13
-after digit always 딚 0-24-135-25-356
-after digit always 마 0-15-126
-after digit always 막 0-15-126-1
-after digit always 맊 0-15-126-1-1
-after digit always 맋 0-15-126-1-3
-after digit always 만 0-15-126-25
-after digit always 맍 0-15-126-25-13
-after digit always 많 0-15-126-25-356
-after digit always 맏 0-15-126-35
-after digit always 말 0-15-126-2
-after digit always 맑 0-15-126-2-1
-after digit always 맒 0-15-126-2-26
-after digit always 맓 0-15-126-2-12
-after digit always 맔 0-15-126-2-3
-after digit always 맕 0-15-126-2-236
-after digit always 맖 0-15-126-2-256
-after digit always 맗 0-15-126-2-356
-after digit always 맘 0-15-126-26
-after digit always 맙 0-15-126-12
-after digit always 맚 0-15-126-12-3
-after digit always 맛 0-15-126-3
-after digit always 맜 0-15-126-34
-after digit always 망 0-15-126-2356
-after digit always 맞 0-15-126-13
-after digit always 맟 0-15-126-23
-after digit always 맠 0-15-126-235
-after digit always 맡 0-15-126-236
-after digit always 맢 0-15-126-256
-after digit always 맣 0-15-126-356
-after digit always 먹 0-15-234-1
-after digit always 먺 0-15-234-1-1
-after digit always 먻 0-15-234-1-3
-after digit always 먼 0-15-234-25
-after digit always 먽 0-15-234-25-13
-after digit always 먾 0-15-234-25-356
-after digit always 멀 0-15-234-2
-after digit always 멁 0-15-234-2-1
-after digit always 멂 0-15-234-2-26
-after digit always 멃 0-15-234-2-12
-after digit always 멄 0-15-234-2-3
-after digit always 멅 0-15-234-2-236
-after digit always 멆 0-15-234-2-256
-after digit always 멇 0-15-234-2-356
-after digit always 면 0-15-156-25
-after digit always 멵 0-15-156-25-13
-after digit always 멶 0-15-156-25-356
-after digit always 멸 0-15-156-2
-after digit always 멹 0-15-156-2-1
-after digit always 멺 0-15-156-2-26
-after digit always 멻 0-15-156-2-12
-after digit always 멼 0-15-156-2-3
-after digit always 멽 0-15-156-2-236
-after digit always 멾 0-15-156-2-256
-after digit always 멿 0-15-156-2-356
-after digit always 명 0-15-156-2356
-after digit always 목 0-15-136-1
-after digit always 몪 0-15-136-1-1
-after digit always 몫 0-15-136-1-3
-after digit always 몬 0-15-136-25
-after digit always 몭 0-15-136-25-13
-after digit always 몮 0-15-136-25-356
-after digit always 몽 0-15-136-2356
-after digit always 문 0-15-134-25
-after digit always 묹 0-15-134-25-13
-after digit always 묺 0-15-134-25-356
-after digit always 물 0-15-134-2
-after digit always 묽 0-15-134-2-1
-after digit always 묾 0-15-134-2-26
-after digit always 묿 0-15-134-2-12
-after digit always 뭀 0-15-134-2-3
-after digit always 뭁 0-15-134-2-236
-after digit always 뭂 0-15-134-2-256
-after digit always 뭃 0-15-134-2-356
-after digit always 믄 0-15-246-25
-after digit always 믅 0-15-246-25-13
-after digit always 믆 0-15-246-25-356
-after digit always 믈 0-15-246-2
-after digit always 믉 0-15-246-2-1
-after digit always 믊 0-15-246-2-26
-after digit always 믋 0-15-246-2-12
-after digit always 믌 0-15-246-2-3
-after digit always 믍 0-15-246-2-236
-after digit always 믎 0-15-246-2-256
-after digit always 믏 0-15-246-2-356
-after digit always 민 0-15-135-25
-after digit always 믽 0-15-135-25-13
-after digit always 믾 0-15-135-25-356
-after digit always 카 0-124-126
-after digit always 칵 0-124-126-1
-after digit always 칶 0-124-126-1-1
-after digit always 칷 0-124-126-1-3
-after digit always 칸 0-124-126-25
-after digit always 칹 0-124-126-25-13
-after digit always 칺 0-124-126-25-356
-after digit always 칻 0-124-126-35
-after digit always 칼 0-124-126-2
-after digit always 칽 0-124-126-2-1
-after digit always 칾 0-124-126-2-26
-after digit always 칿 0-124-126-2-12
-after digit always 캀 0-124-126-2-3
-after digit always 캁 0-124-126-2-236
-after digit always 캂 0-124-126-2-256
-after digit always 캃 0-124-126-2-356
-after digit always 캄 0-124-126-26
-after digit always 캅 0-124-126-12
-after digit always 캆 0-124-126-12-3
-after digit always 캇 0-124-126-3
-after digit always 캈 0-124-126-34
-after digit always 캉 0-124-126-2356
-after digit always 캊 0-124-126-13
-after digit always 캋 0-124-126-23
-after digit always 캌 0-124-126-235
-after digit always 캍 0-124-126-236
-after digit always 캎 0-124-126-256
-after digit always 캏 0-124-126-356
-after digit always 컥 0-124-234-1
-after digit always 컦 0-124-234-1-1
-after digit always 컧 0-124-234-1-3
-after digit always 컨 0-124-234-25
-after digit always 컩 0-124-234-25-13
-after digit always 컪 0-124-234-25-356
-after digit always 컬 0-124-234-2
-after digit always 컭 0-124-234-2-1
-after digit always 컮 0-124-234-2-26
-after digit always 컯 0-124-234-2-12
-after digit always 컰 0-124-234-2-3
-after digit always 컱 0-124-234-2-236
-after digit always 컲 0-124-234-2-256
-after digit always 컳 0-124-234-2-356
-after digit always 켠 0-124-156-25
-after digit always 켡 0-124-156-25-13
-after digit always 켢 0-124-156-25-356
-after digit always 켤 0-124-156-2
-after digit always 켥 0-124-156-2-1
-after digit always 켦 0-124-156-2-26
-after digit always 켧 0-124-156-2-12
-after digit always 켨 0-124-156-2-3
-after digit always 켩 0-124-156-2-236
-after digit always 켪 0-124-156-2-256
-after digit always 켫 0-124-156-2-356
-after digit always 켱 0-124-156-2356
-after digit always 콕 0-124-136-1
-after digit always 콖 0-124-136-1-1
-after digit always 콗 0-124-136-1-3
-after digit always 콘 0-124-136-25
-after digit always 콙 0-124-136-25-13
-after digit always 콚 0-124-136-25-356
-after digit always 콩 0-124-136-2356
-after digit always 쿤 0-124-134-25
-after digit always 쿥 0-124-134-25-13
-after digit always 쿦 0-124-134-25-356
-after digit always 쿨 0-124-134-2
-after digit always 쿩 0-124-134-2-1
-after digit always 쿪 0-124-134-2-26
-after digit always 쿫 0-124-134-2-12
-after digit always 쿬 0-124-134-2-3
-after digit always 쿭 0-124-134-2-236
-after digit always 쿮 0-124-134-2-256
-after digit always 쿯 0-124-134-2-356
-after digit always 큰 0-124-246-25
-after digit always 큱 0-124-246-25-13
-after digit always 큲 0-124-246-25-356
-after digit always 클 0-124-246-2
-after digit always 큵 0-124-246-2-1
-after digit always 큶 0-124-246-2-26
-after digit always 큷 0-124-246-2-12
-after digit always 큸 0-124-246-2-3
-after digit always 큹 0-124-246-2-236
-after digit always 큺 0-124-246-2-256
-after digit always 큻 0-124-246-2-356
-after digit always 킨 0-124-135-25
-after digit always 킩 0-124-135-25-13
-after digit always 킪 0-124-135-25-356
-after digit always 타 0-125-126
-after digit always 탁 0-125-126-1
-after digit always 탂 0-125-126-1-1
-after digit always 탃 0-125-126-1-3
-after digit always 탄 0-125-126-25
-after digit always 탅 0-125-126-25-13
-after digit always 탆 0-125-126-25-356
-after digit always 탇 0-125-126-35
-after digit always 탈 0-125-126-2
-after digit always 탉 0-125-126-2-1
-after digit always 탊 0-125-126-2-26
-after digit always 탋 0-125-126-2-12
-after digit always 탌 0-125-126-2-3
-after digit always 탍 0-125-126-2-236
-after digit always 탎 0-125-126-2-256
-after digit always 탏 0-125-126-2-356
-after digit always 탐 0-125-126-26
-after digit always 탑 0-125-126-12
-after digit always 탒 0-125-126-12-3
-after digit always 탓 0-125-126-3
-after digit always 탔 0-125-126-34
-after digit always 탕 0-125-126-2356
-after digit always 탖 0-125-126-13
-after digit always 탗 0-125-126-23
-after digit always 탘 0-125-126-235
-after digit always 탙 0-125-126-236
-after digit always 탚 0-125-126-256
-after digit always 탛 0-125-126-356
-after digit always 턱 0-125-234-1
-after digit always 턲 0-125-234-1-1
-after digit always 턳 0-125-234-1-3
-after digit always 턴 0-125-234-25
-after digit always 턵 0-125-234-25-13
-after digit always 턶 0-125-234-25-356
-after digit always 털 0-125-234-2
-after digit always 턹 0-125-234-2-1
-after digit always 턺 0-125-234-2-26
-after digit always 턻 0-125-234-2-12
-after digit always 턼 0-125-234-2-3
-after digit always 턽 0-125-234-2-236
-after digit always 턾 0-125-234-2-256
-after digit always 턿 0-125-234-2-356
-after digit always 텬 0-125-156-25
-after digit always 텭 0-125-156-25-13
-after digit always 텮 0-125-156-25-356
-after digit always 텰 0-125-156-2
-after digit always 텱 0-125-156-2-1
-after digit always 텲 0-125-156-2-26
-after digit always 텳 0-125-156-2-12
-after digit always 텴 0-125-156-2-3
-after digit always 텵 0-125-156-2-236
-after digit always 텶 0-125-156-2-256
-after digit always 텷 0-125-156-2-356
-after digit always 텽 0-125-156-2356
-after digit always 톡 0-125-136-1
-after digit always 톢 0-125-136-1-1
-after digit always 톣 0-125-136-1-3
-after digit always 톤 0-125-136-25
-after digit always 톥 0-125-136-25-13
-after digit always 톦 0-125-136-25-356
-after digit always 통 0-125-136-2356
-after digit always 툰 0-125-134-25
-after digit always 툱 0-125-134-25-13
-after digit always 툲 0-125-134-25-356
-after digit always 툴 0-125-134-2
-after digit always 툵 0-125-134-2-1
-after digit always 툶 0-125-134-2-26
-after digit always 툷 0-125-134-2-12
-after digit always 툸 0-125-134-2-3
-after digit always 툹 0-125-134-2-236
-after digit always 툺 0-125-134-2-256
-after digit always 툻 0-125-134-2-356
-after digit always 튼 0-125-246-25
-after digit always 튽 0-125-246-25-13
-after digit always 튾 0-125-246-25-356
-after digit always 틀 0-125-246-2
-after digit always 틁 0-125-246-2-1
-after digit always 틂 0-125-246-2-26
-after digit always 틃 0-125-246-2-12
-after digit always 틄 0-125-246-2-3
-after digit always 틅 0-125-246-2-236
-after digit always 틆 0-125-246-2-256
-after digit always 틇 0-125-246-2-356
-after digit always 틴 0-125-135-25
-after digit always 틵 0-125-135-25-13
-after digit always 틶 0-125-135-25-356
-after digit always 파 0-145-126
-after digit always 팍 0-145-126-1
-after digit always 팎 0-145-126-1-1
-after digit always 팏 0-145-126-1-3
-after digit always 판 0-145-126-25
-after digit always 팑 0-145-126-25-13
-after digit always 팒 0-145-126-25-356
-after digit always 팓 0-145-126-35
-after digit always 팔 0-145-126-2
-after digit always 팕 0-145-126-2-1
-after digit always 팖 0-145-126-2-26
-after digit always 팗 0-145-126-2-12
-after digit always 팘 0-145-126-2-3
-after digit always 팙 0-145-126-2-236
-after digit always 팚 0-145-126-2-256
-after digit always 팛 0-145-126-2-356
-after digit always 팜 0-145-126-26
-after digit always 팝 0-145-126-12
-after digit always 팞 0-145-126-12-3
-after digit always 팟 0-145-126-3
-after digit always 팠 0-145-126-34
-after digit always 팡 0-145-126-2356
-after digit always 팢 0-145-126-13
-after digit always 팣 0-145-126-23
-after digit always 팤 0-145-126-235
-after digit always 팥 0-145-126-236
-after digit always 팦 0-145-126-256
-after digit always 팧 0-145-126-356
-after digit always 퍽 0-145-234-1
-after digit always 퍾 0-145-234-1-1
-after digit always 퍿 0-145-234-1-3
-after digit always 펀 0-145-234-25
-after digit always 펁 0-145-234-25-13
-after digit always 펂 0-145-234-25-356
-after digit always 펄 0-145-234-2
-after digit always 펅 0-145-234-2-1
-after digit always 펆 0-145-234-2-26
-after digit always 펇 0-145-234-2-12
-after digit always 펈 0-145-234-2-3
-after digit always 펉 0-145-234-2-236
-after digit always 펊 0-145-234-2-256
-after digit always 펋 0-145-234-2-356
-after digit always 편 0-145-156-25
-after digit always 펹 0-145-156-25-13
-after digit always 펺 0-145-156-25-356
-after digit always 펼 0-145-156-2
-after digit always 펽 0-145-156-2-1
-after digit always 펾 0-145-156-2-26
-after digit always 펿 0-145-156-2-12
-after digit always 폀 0-145-156-2-3
-after digit always 폁 0-145-156-2-236
-after digit always 폂 0-145-156-2-256
-after digit always 폃 0-145-156-2-356
-after digit always 평 0-145-156-2356
-after digit always 폭 0-145-136-1
-after digit always 폮 0-145-136-1-1
-after digit always 폯 0-145-136-1-3
-after digit always 폰 0-145-136-25
-after digit always 폱 0-145-136-25-13
-after digit always 폲 0-145-136-25-356
-after digit always 퐁 0-145-136-2356
-after digit always 푼 0-145-134-25
-after digit always 푽 0-145-134-25-13
-after digit always 푾 0-145-134-25-356
-after digit always 풀 0-145-134-2
-after digit always 풁 0-145-134-2-1
-after digit always 풂 0-145-134-2-26
-after digit always 풃 0-145-134-2-12
-after digit always 풄 0-145-134-2-3
-after digit always 풅 0-145-134-2-236
-after digit always 풆 0-145-134-2-256
-after digit always 풇 0-145-134-2-356
-after digit always 픈 0-145-246-25
-after digit always 픉 0-145-246-25-13
-after digit always 픊 0-145-246-25-356
-after digit always 플 0-145-246-2
-after digit always 픍 0-145-246-2-1
-after digit always 픎 0-145-246-2-26
-after digit always 픏 0-145-246-2-12
-after digit always 픐 0-145-246-2-3
-after digit always 픑 0-145-246-2-236
-after digit always 픒 0-145-246-2-256
-after digit always 픓 0-145-246-2-356
-after digit always 핀 0-145-135-25
-after digit always 핁 0-145-135-25-13
-after digit always 핂 0-145-135-25-356
-after digit always 하 0-245-126
-after digit always 학 0-245-126-1
-after digit always 핚 0-245-126-1-1
-after digit always 핛 0-245-126-1-3
-after digit always 한 0-245-126-25
-after digit always 핝 0-245-126-25-13
-after digit always 핞 0-245-126-25-356
-after digit always 핟 0-245-126-35
-after digit always 할 0-245-126-2
-after digit always 핡 0-245-126-2-1
-after digit always 핢 0-245-126-2-26
-after digit always 핣 0-245-126-2-12
-after digit always 핤 0-245-126-2-3
-after digit always 핥 0-245-126-2-236
-after digit always 핦 0-245-126-2-256
-after digit always 핧 0-245-126-2-356
-after digit always 함 0-245-126-26
-after digit always 합 0-245-126-12
-after digit always 핪 0-245-126-12-3
-after digit always 핫 0-245-126-3
-after digit always 핬 0-245-126-34
-after digit always 항 0-245-126-2356
-after digit always 핮 0-245-126-13
-after digit always 핯 0-245-126-23
-after digit always 핰 0-245-126-235
-after digit always 핱 0-245-126-236
-after digit always 핲 0-245-126-256
-after digit always 핳 0-245-126-356
-after digit always 헉 0-245-234-1
-after digit always 헊 0-245-234-1-1
-after digit always 헋 0-245-234-1-3
-after digit always 헌 0-245-234-25
-after digit always 헍 0-245-234-25-13
-after digit always 헎 0-245-234-25-356
-after digit always 헐 0-245-234-2
-after digit always 헑 0-245-234-2-1
-after digit always 헒 0-245-234-2-26
-after digit always 헓 0-245-234-2-12
-after digit always 헔 0-245-234-2-3
-after digit always 헕 0-245-234-2-236
-after digit always 헖 0-245-234-2-256
-after digit always 헗 0-245-234-2-356
-after digit always 현 0-245-156-25
-after digit always 혅 0-245-156-25-13
-after digit always 혆 0-245-156-25-356
-after digit always 혈 0-245-156-2
-after digit always 혉 0-245-156-2-1
-after digit always 혊 0-245-156-2-26
-after digit always 혋 0-245-156-2-12
-after digit always 혌 0-245-156-2-3
-after digit always 혍 0-245-156-2-236
-after digit always 혎 0-245-156-2-256
-after digit always 혏 0-245-156-2-356
-after digit always 형 0-245-156-2356
-after digit always 혹 0-245-136-1
-after digit always 혺 0-245-136-1-1
-after digit always 혻 0-245-136-1-3
-after digit always 혼 0-245-136-25
-after digit always 혽 0-245-136-25-13
-after digit always 혾 0-245-136-25-356
-after digit always 홍 0-245-136-2356
-after digit always 훈 0-245-134-25
-after digit always 훉 0-245-134-25-13
-after digit always 훊 0-245-134-25-356
-after digit always 훌 0-245-134-2
-after digit always 훍 0-245-134-2-1
-after digit always 훎 0-245-134-2-26
-after digit always 훏 0-245-134-2-12
-after digit always 훐 0-245-134-2-3
-after digit always 훑 0-245-134-2-236
-after digit always 훒 0-245-134-2-256
-after digit always 훓 0-245-134-2-356
-after digit always 흔 0-245-246-25
-after digit always 흕 0-245-246-25-13
-after digit always 흖 0-245-246-25-356
-after digit always 흘 0-245-246-2
-after digit always 흙 0-245-246-2-1
-after digit always 흚 0-245-246-2-26
-after digit always 흛 0-245-246-2-12
-after digit always 흜 0-245-246-2-3
-after digit always 흝 0-245-246-2-236
-after digit always 흞 0-245-246-2-256
-after digit always 흟 0-245-246-2-356
-after digit always 힌 0-245-135-25
-after digit always 힍 0-245-135-25-13
-after digit always 힎 0-245-135-25-356
-
-# For grade 2 versions of these dots, see ko2.ctb.
-# Copyright 2014 The Chromium Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# Common definitions appended to all braille tables used by liblouis
-# in ChromeVox.
-
-# All tables get the Unicode braille patterns.  They are included by some
-# tables, but not consistently, and adding them again is harmless.
-include braille-patterns.cti
-
-# Use dot 8 to represent undefined Unicode characters.
-# While not ideal, this is much preferable to the built-in default of
-# the code point value preceded by a backslash.
-undefined 8
-# This table contains braille codes and rules for Sinhala script.
-#
-# Copyright (C) 2017 Access to success, 248/1 A, New city land, Kadawela, Katana, Sri Lanka
-#
-# This file is part of liblouis.
-#
-# liblouis is free software: you can redistribute it and/or modify it
-# under the terms of the GNU Lesser General Public License as
-# published by the Free Software Foundation, either version 2.1 of the
-# License, or (at your option) any later version.
-#
-# liblouis is distributed in the hope that it will be useful, but
-# WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-# Lesser General Public License for more details.
-#
-# You should have received a copy of the GNU Lesser General Public
-# License along with liblouis. If not, see
-# <http://www.gnu.org/licenses/>.
-
-# This table is built and maintained by the "Access to Success" under
-# an activity of WIPO-DLF capacity building project phase ii, Sri
-# Lanka.
-
-# Contributors: Ashoka Bandula Weerawardhana of Sri Lanka with the
-# extensive support from Dipendra Manocha, and Sreeja param of India.
-
-# Last updated on April 16, 2017
-
-# To report any bugs or any suggestion, please write to
-# asokabandula@gmail.com
-
-include braille-patterns.cti
-
-letter \X0D82 3 # SINHALA SIGN ANUSVARAYA
-letter \X0D83 3-3 # SINHALA SIGN VISARGAYA
-letter \X0D85 1 # SINHALA LETTER AYANNA
-letter \X0D86 345 # SINHALA LETTER AAYANNA
-letter \X0D87 12356 #SINHALA LETTER AEYANNA
-letter \X0D88 12456 #SINHALA LETTER AEEYANNA
-letter \X0D89 24 #SINHALA LETTER IYANNA
-letter \X0D8A 35 #SINHALA LETTER IIYANNA
-letter \X0D8B 136 #SINHALA LETTER UYANNA
-letter \X0D8C 1256 #SINHALA LETTER UUYANNA
-letter \X0D8D 5-1235 #SINHALA LETTER IRUYANNA
-letter \X0D8E 6-1235 #SINHALA LETTER IRUUYANNA
-letter \X0D8F 5-123 #SINHALA LETTER ILUYANNA
-letter \X0D90 6-123 #SINHALA LETTER ILUUYANNA
-letter \X0D91 15 #SINHALA LETTER EYANNA
-letter \X0D92 26 #SINHALA LETTER EEYANNA
-letter \X0D93 34 #SINHALA LETTER AIYANNA
-letter \X0D94 1346 #SINHALA LETTER OYANNA
-letter \X0D95 135 #SINHALA LETTER OOYANNA
-letter \X0D96 246 #SINHALA LETTER AUYANNA
-letter \X0D9A 13 #SINHALA ALPAPRAANA KAYANNA
-letter \X0D9B 46 #SINHALA MAHAAPRAANA KAYANNA
-letter \X0D9C 1245 #SINHALA ALPAPRAANA GAYANNA
-letter \X0D9D 126 #SINHALA MAHAAPRAANA GAYANNA
-letter \X0D9E 346 #SINHALA KANTAJA NAASIKYAYA
-letter \X0D9F 23-1245 # SINHALA SANYAKA GAYANNA
-letter \X0DA0 14 #SINHALA ALPAPRAANA CAYANNA
-letter \X0DA1 16 #SINHALA MAHAAPRAANA CAYANNA
-letter \X0DA2 245 #SINHALA ALPAPRAANA JAYANNA
-letter \X0DA3 356 #SINHALA MAHAAPRAANA JAYANNA
-letter \X0DA4 25 #SINHALA TAALUJA NAASIKYAYA
-letter \X0DA5 12345 #SINHALA TAALUJA SANYOOGA NAASIKYAYA
-letter \X0DA6 23-245 #SINHALA SANYAKA JAYANNA
-letter \X0DA7 23456 #SINHALA ALPAPRAANA TAYANNA
-letter \X0DA8 2456 #SINHALA MAHAAPRAANA TAYANNA
-letter \X0DA9 1246 #SINHALA ALPAPRAANA DAYANNA
-letter \X0DAA 123456 #SINHALA MAHAAPRAANA DAYANNA
-letter \X0DAB 1356 #SINHALA MUURDHAJA NAYANNA
-letter \X0DAC 23-1246 #SINHALA SANYAKA DAYANNA
-letter \X0DAD 2345 #SINHALA ALPAPRAANA THAYANNA
-letter \X0DAE 1456 #SINHALA MAHAAPRAANA THAYANNA
-letter \X0DAF 145 #SINHALA ALPAPRAANA DHAYANNA
-letter \X0DB0 2346 #SINHALA MAHAAPRAANA DHAYANNA
-
-letter \X0DB1 1345 #SINHALA DHANTAJA NAYANNA
-letter \X0DB3 23-145 #SINHALA SANYAKA DHAYANNA
-letter \X0DB4 1234 #SINHALA ALPAPRAANA PAYANNA
-letter \X0DB5 156 #SINHALA MAHAAPRAANA PAYANNA
-letter \X0DB6 12 #SINHALA ALPAPRAANA BAYANNA
-letter \X0DB7 45 #SINHALA MAHAAPRAANA BAYANNA
-letter \X0DB8 134 #SINHALA MAYANNA
-letter \X0DB9 23-12 #SINHALA AMBA BAYANNA
-letter \X0DBA 13456 #SINHALA YAYANNA
-letter \X0DBB 1235 #SINHALA RAYANNA
-letter \X0DBD 123 #SINHALA DANTAJA LAYANNA
-letter \X0DC0 1236 #SINHALA VAYANNA
-letter \X0DC1 12346 #SINHALA TAALUJA SHAYANNA
-letter \X0DC2 146 #SINHALA MUURDHAJA SHAYANNA
-letter \X0DC3 234 #SINHALA DANTAJA SAYANNA
-letter \X0DC4 125 #SINHALA HAYANNA
-letter \X0DC5 456 #SINHALA MUURDHAJA LAYANNA
-letter \X0DC6 124 #SINHALA FAYANNA
-letter \X0DCA 4 # #SINHALA SIGN HAL-LAKUNA
-#--------
-# matras
-
-letter \X0DCF 345 #SINHALA VOWEL SIGN AELA-PILLA
-letter \X0DD0 12356 #SINHALA VOWEL SIGN KETTI AEDA-PILLA
-letter \X0DD1 12456 #SINHALA VOWEL SIGN DIGA AEDA-PILLA
-letter \X0DD2 24 #SINHALA VOWEL SIGN KETTI IS-PILLA
-letter \X0DD3 35 #SINHALA VOWEL SIGN DIGA IS-PILLA
-letter \X0DD4 136 #SINHALA VOWEL SIGN KETTI PAA-PILLA
-letter \X0DD6 1256 #SINHALA VOWEL SIGN DIGA PAA-PILLA
-letter \X0DD8 5-1235 #SINHALA VOWEL SIGN GAETTA-PILLA
-letter \X0DD9 15 #SINHALA VOWEL SIGN KOMBUVA
-letter \X0DDA 26 #SINHALA VOWEL SIGN DIGA KOMBUVA
-letter \X0DDB 34 #SINHALA VOWEL SIGN KOMBU DEKA
-letter \X0DDC 1346 #SINHALA VOWEL SIGN KOMBUVA HAA AELAPILLA
-letter \X0DDD 135 #SINHALA VOWEL SIGN KOMBUVA HAA DIGA AELA-PILLA
-letter \X0DDE 246 #SINHALA VOWEL SIGN KOMBUVA HAA GAYANUKITTA
-letter \X0DDF 5-123 # sinhala vowel sign vocalic l
-letter \X200D 0
-
-
-always \X0D9A\X0DCA 4-13 #SINHALA ALPAPRAANA HALKAYANNA
-always \X0D9B\X0DCA 4-46 #SINHALA MAHAAPRAANA HALKAYANNA
-always \X0D9C\X0DCA 4-1245 #SINHALA ALPAPRAANA HalGAYANNA
-always \X0D9D\X0DCA 4-126 #SINHALA MAHAAPRAANA HALGAYANNA
-always \X0D9E\X0DCA 4-346 #SINHALA KANTAJA HALNAASIKYAYA
-always \X0DA0\X0DCA 4-14 #SINHALA ALPAPRAANA HALCHAYANNA
-always \X0DA1\X0DCA 4-16 #SINHALA MAHAAPRAANA HALCHAYANNA
-always \X0DA2\X0DCA 4-245 #SINHALA ALPAPRAANA HALJAYANNA
-always \X0DA3\X0DCA 4-356 #SINHALA MAHAAPRAANA HALJAYANNA
-always \X0DA4\X0DCA 4-25 #SINHALA TAALUJA HALNAASIKYAYA
-always \X0DA7\X0DCA 4-23456 #SINHALA ALPAPRAANA HALTAYANNA
-always \X0DA8\X0DCA 4-2456 #SINHALA MAHAAPRAANA HalTAYANNA
-always \X0DA9\X0DCA 4-1246 #SINHALA ALPAPRAANA HALDAYANNA
-always \X0DAA\X0DCA 4-123456 #SINHALA MAHAAPRAANA HALDAYANNA
-always \X0DAB\X0DCA 4-1356 #SINHALA MUURDHAJA HALNAYANNA
-always \X0DAD\X0DCA 4-2345 #SINHALA ALPAPRAANA HALTHAYANNA
-always \X0DAE\X0DCA 4-1456 #SINHALA MAHAAPRAANA HALTHAYANNA
-always \X0DAF\X0DCA 4-145 #SINHALA ALPAPRAANA HALDHAYANNA
-always \X0DB0\X0DCA 4-2346 #SINHALA MAHAAPRAANA HALDHAYANNA
-always \X0DB1\X0DCA 4-1345 #SINHALA DHANTAJA HALNAYANNA
-always \X0DB4\X0DCA 4-1234 #SINHALA ALPAPRAANA HALPAYANNA
-always \X0DB5\X0DCA 4-156 #SINHALA MAHAAPRAANA HALPAYANNA
-always \X0DB6\X0DCA 4-12 #SINHALA ALPAPRAANA HALBAYANNA
-always \X0DB7\X0DCA 4-45 #SINHALA MAHAAPRAANA HALBAYANNA
-always \X0DB8\X0DCA 4-134 #SINHALA HALMAYANNA
-always \X0DBA\X0DCA 4-13456 #SINHALA HALYAYANNA
-always \X0DBB\X0DCA 4-1235 #SINHALA HALRAYANNA
-always \X0DBD\X0DCA 4-123 #SINHALA DANTAJA HALLAYANNA
-always \X0DC0\X0DCA 4-1236 #SINHALA HALVAYANNA
-always \X0DC1\X0DCA 4-12346 #SINHALA TAALUJA HALSHAYANNA
-always \X0DC2\X0DCA 4-146 #SINHALA MUURDHAJA HALSHAYANNA
-always \X0DC3\X0DCA 4-234 #SINHALA DANTAJA HALSAYANNA
-always \X0DC4\X0DCA 4-125 #SINHALA HALHAYANNA
-always \X0DC5\X0DCA 4-456 #SINHALA MUURDHAJA HALLAYANNA
-always \X0DC6\X0DCA 4-124 #SINHALA HALFAYANNA
-
-always \X0D9A\X0DCA\X200D\X0DBB 4-13-1235 #SINHALA ALPAPRAANA KRAYANNA
-always \X0D9B\X0DCA\X200D\X0DBB 4-46-1235 #SINHALA MAHAAPRAANA KRAYANNA
-always \X0D9C\X0DCA\X200D\X0DBB 4-1245-1235 #SINHALA ALPAPRAANA GRAYANNA
-always \X0D9D\X0DCA\X200D\X0DBB 4-126-1235 #SINHALA MAHAAPRAANA GRAYANNA
-always \X0DA0\X0DCA\X200D\X0DBB 4-14-1235 #SINHALA ALPAPRAANA CHRAYANNA
-always \X0DA1\X0DCA\X200D\X0DBB 4-16-1235 #SINHALA MAHAAPRAANA CHRAYANNA
-always \X0DA2\X0DCA\X200D\X0DBB 4-245-1235 #SINHALA ALPAPRAANA JRAYANNA
-always \X0DA3\X0DCA\X200D\X0DBB 4-356-1235 #SINHALA MAHAAPRAANA JRAYANNA
-always \X0DA7\X0DCA\X200D\X0DBB 4-23456-1235 #SINHALA ALPAPRAANA TRAYANNA
-always \X0DA8\X0DCA\X200D\X0DBB 4-2456-1235 #SINHALA MAHAAPRAANA TRAYANNA
-always \X0DA9\X0DCA\X200D\X0DBB 4-1246-1235 #SINHALA ALPAPRAANA DRAYANNA
-always \X0DAA\X0DCA\X200D\X0DBB 4-123456-1235 #SINHALA MAHAAPRAANA DRAYANNA
-always \X0DAD\X0DCA\X200D\X0DBB 4-2345-1235 #SINHALA ALPAPRAANA THRAYANNA
-always \X0DAE\X0DCA\X200D\X0DBB 4-1456-1235 #SINHALA MAHAAPRAANA THAYANNA
-always \X0DAF\X0DCA\X200D\X0DBB 4-145-1235 #SINHALA ALPAPRAANA DHRAYANNA
-always \X0DB0\X0DCA\X200D\X0DBB 4-2346-1235 #SINHALA MAHAAPRAANA DHRAYANNA
-always \X0DB4\X0DCA\X200D\X0DBB 4-1234-1235 #SINHALA ALPAPRAANA PRAYANNA
-always \X0DB5\X0DCA\X200D\X0DBB 4-156-1235 #SINHALA MAHAAPRAANA PRAYANNA
-always \X0DB6\X0DCA\X200D\X0DBB 4-12-1235 #SINHALA ALPAPRAANA BRAYANNA
-always \X0DB7\X0DCA\X200D\X0DBB 4-45-1235 #SINHALA MAHAAPRAANA BRAYANNA
-always \X0DB8\X0DCA\X200D\X0DBB 4-134-1235 #SINHALA MRAYANNA
-always \X0DC0\X0DCA\X200D\X0DBB 4-1236-1235 #SINHALA VRAYANNA
-always \X0DC1\X0DCA\X200D\X0DBB 4-12346-1235 #SINHALA TAALUJA SHRAYANNA
-always \X0DC2\X0DCA\X200D\X0DBB 4-146-1235 #SINHALA MUURDHAJA SHRAYANNA
-always \X0DC3\X0DCA\X200D\X0DBB 4-234-1235 #SINHALA DANTAJA SRAYANNA
-always \X0DC4\X0DCA\X200D\X0DBB 4-125-1235 #SINHALA HRAYANNA
-always \X0DC6\X0DCA\X200D\X0DBB 4-124-1235 #SINHALA FRAYANNA
-
-always \X0D9A\X0DCA\X200D\X0DBA 4-13-13456 #SINHALA ALPAPRAANA KYAYANNA
-always \X0D9B\X0DCA\X200D\X0DBA 4-46-13456 #SINHALA MAHAAPRAANA KYAYANNA
-always \X0D9C\X0DCA\X200D\X0DBA 4-1245-13456 #SINHALA ALPAPRAANA GYAYANNA
-always \X0D9D\X0DCA\X200D\X0DBA 4-126-13456 #SINHALA MAHAAPRAANA GYAYANNA
-always \X0DA0\X0DCA\X200D\X0DBA 4-14-13456 #SINHALA ALPAPRAANA CHYAYANNA
-always \X0DA1\X0DCA\X200D\X0DBA 4-16-13456 #SINHALA MAHAAPRAANA CHYAYANNA
-always \X0DA2\X0DCA\X200D\X0DBA 4-245-13456 #SINHALA ALPAPRAANA JYAYANNA
-always \X0DA3\X0DCA\X200D\X0DBA 4-356-13456 #SINHALA MAHAAPRAANA JYAYANNA
-always \X0DA7\X0DCA\X200D\X0DBA 4-23456-13456 #SINHALA ALPAPRAANA TYAYANNA
-always \X0DA8\X0DCA\X200D\X0DBA 4-2456-13456 #SINHALA MAHAAPRAANA TYAYANNA
-always \X0DA9\X0DCA\X200D\X0DBA 4-1246-13456 #SINHALA ALPAPRAANA DYAYANNA
-always \X0DAA\X0DCA\X200D\X0DBA 4-123456-13456 #SINHALA MAHAAPRAANA DYAYANNA
-always \X0DAB\X0DCA\X200D\X0DBA 4-1356-13456 #SINHALA MUURDHAJA NYAYANNA
-always \X0DAD\X0DCA\X200D\X0DBA 4-2345-13456 #SINHALA ALPAPRAANA THYAYANNA
-always \X0DAE\X0DCA\X200D\X0DBA 4-1456-13456 #SINHALA MAHAAPRAANA THYANNA
-always \X0DAF\X0DCA\X200D\X0DBA 4-145-13456 #SINHALA ALPAPRAANA DHYAYANNA
-always \X0DB0\X0DCA\X200D\X0DBA 4-2346-13456 #SINHALA MAHAAPRAANA DHYAYANNA
-always \X0DB1\X0DCA\X200D\X0DBA 4-1345-13456 #SINHALA DHANTAJA NYAYANNA
-always \X0DB4\X0DCA\X200D\X0DBA 4-1234-13456 #SINHALA ALPAPRAANA PYAYANNA
-always \X0DB5\X0DCA\X200D\X0DBA 4-156-13456 #SINHALA MAHAAPRAANA PYAYANNA
-always \X0DB6\X0DCA\X200D\X0DBA 4-12-13456 #SINHALA ALPAPRAANA BYAYANNA
-always \X0DB7\X0DCA\X200D\X0DBA 4-45-13456 #SINHALA MAHAAPRAANA BYAYANNA
-always \X0DB8\X0DCA\X200D\X0DBA 4-134-13456 #SINHALA MYAYANNA
-always \X0DBD\X0DCA\X200D\X0DBA 4-123-13456 #SINHALA DANTAJA LYAYANNA
-always \X0DC0\X0DCA\X200D\X0DBA 4-1236-13456 #SINHALA VYAYANNA
-always \X0DC1\X0DCA\X200D\X0DBA 4-12346-13456 #SINHALA TAALUJA SHYAYANNA
-always \X0DC2\X0DCA\X200D\X0DBA 4-146-13456 #SINHALA MUURDHAJA SHYAYANNA
-always \X0DC3\X0DCA\X200D\X0DBA 4-234-13456 #SINHALA DANTAJA SYAYANNA
-always \X0DC4\X0DCA\X200D\X0DBA 4-125-13456 #SINHALA HYAYANNA
-always \X0DC5\X0DCA\X200D\X0DBA 4-456-13456 #SINHALA MUURDHAJA LYAYANNA
-always \X0DC6\X0DCA\X200D\X0DBA 4-124-13456 #SINHALA FYAYANNA
-# liblouis: Czech 8-dot Computer Braille Table
-
-#-display-name: Czech computer braille
-#
-#+locale:cs
-#+type:computer
-#+grade:0
-#+dots:8
-#
-#  Copyright (C) 2011, 2018 Jan Hegr <hegrjan@gmail.com>
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-
-# Based on the official Czech Braille Standard and Czech8.bwe (Window-Eyes Braille table)
-# Implements basic math symbols described at:
-# http://teiresias.muni.cz/czbraille8/?strana=norma
-
-include digits8Dots.uti
-include cs-letterDef8Dots.uti
-
-sign \x0000 9
-sign \x0001 178
-sign \x0002 1278
-sign \x0003 1478
-sign \x0004 14578
-sign \x0005 1578
-sign \x0006 12478
-sign \x0007 124578
-sign \x0008 12578
-space \t 9 # tab
-sign \x000a 24578
-sign \x000b 1378
-sign \x000c 134568
-space \n 13478
-sign \x000e 134578
-sign \x000f 13578
-sign \x0010 123478
-sign \x0011 1234578
-sign \x0012 123578
-sign \x0013 23478
-sign \x0014 234578
-sign \x0015 13678
-sign \x0016 123678
-sign \x0017 245678
-sign \x0018 134678
-sign \x0019 1345678
-sign \x001a 135678
-sign \x001b 24678
-sign \x001c 125678
-sign \x001d 1245678
-sign \x001e 4578
-sign \x001f 45678
-space \s 0
-punctuation ! 235
-punctuation " 2356
-sign # 34567
-sign $ 2358
-sign % 12348
-sign & 23578
-punctuation ' 4
-punctuation ( 236
-punctuation ) 356
-sign * 35
-math + 256
-punctuation , 2
-punctuation - 36
-punctuation . 3
-math / 12456
-punctuation : 25
-punctuation ; 23
-math < 238
-math = 235678
-math > 567
-punctuation ? 26
-sign @ 124568
-punctuation [ 2367
-sign \\ 2368
-punctuation ] 3568
-sign ^ 457
-sign _ 367
-sign ` 478
-punctuation { 23678
-sign | 4568
-punctuation } 35678
-math ~ 57
-sign \x007f 37
-space \x00a0 a # Non-breaking space
-sign \x00a4 24578
-sign \x00a6 4568
-sign \x00a7 3468
-sign \x00a8 56
-sign \x00a9 1478
-sign \x00ab 348
-math \x00ac 568 # not
-sign \x00ad 368
-sign \x00ae 145678
-sign \x00b0 2348
-math \x00b1 256-36 # plus-minus
-sign \x00b4 3456
-sign \x00b5 45-134
-sign \x00b6 12345678
-sign \x00b7 6
-sign \x00b8 7
-sign \x00bb 467
-sign \x00c2 134678
-sign \x00c4 34578
-sign \x00c7 5678
-sign \x00cb 14578
-sign \x00ce 245678
-uplow \x00d4\x00f4 12678,1268 # o with circumflex
-sign \x00d6 24678
-math \x00d7 3 # times
-sign \x00dc 125678
-sign \x00df 1278
-sign \x00e2 135678
-sign \x00e4 3458
-sign \x00e7 568
-sign \x00eb 15678
-sign \x00ee 24568
-sign \x00f6 2468
-math \x00f7 25 # division
-sign \x00fc 12568
-sign \x0102 124578
-sign \x0103 124568
-sign \x0104 12478
-sign \x0105 12578
-sign \x0106 14678
-sign \x0107 1468
-sign \x0110 2357
-sign \x0111 2378
-sign \x0118 4567
-sign \x0119 4578
-uplow \x0139\x013a 4678,468 # l with acute
-sign \x013a 468
-uplow \x013d\x013e 1378,138 # l with caron
-sign \x0141 2567
-sign \x0142 2568
-sign \x0143 134578
-sign \x0144 13458
-sign \x0150 13578
-sign \x0151 13568
-uplow \x0154\x0155 123578,12358 # r with acute
-sign \x015a 124678
-sign \x015b 123458
-sign \x015e 23478
-sign \x015f 23458
-sign \x0162 234578
-sign \x0163 234568
-sign \x0170 13478
-sign \x0171 13678
-sign \x0179 3478
-sign \x017a 3578
-sign \x017b 123478
-sign \x017c 123468
-sign \x02c7 178
-sign \x02d8 1578
-sign \x02d9 5
-sign \x02db 45678
-sign \x02dd 23568
-letter \x0391 45-17 # Alpha
-letter \x0392 45-127 # Beta
-letter \x0393 45-12457 # Gama
-letter \x0394 45-1457 # Delta
-letter \x0395 45-157 # Epsilon
-letter \x0396 45-13567 # Zeta
-letter \x0397 45-3457 # Eta
-letter \x0398 45-1257 # Theta
-letter \x0399 45-247 # Iota
-letter \x039a 45-137 # Kappa
-letter \x039b 45-1237 # Lambda
-letter \x039c 45-1347 # Mu
-letter \x039d 45-13457 # Nu
-letter \x039e 45-13467 # Xi
-letter \x039f 45-135 # Omicron
-letter \x03a0 45-12347 # Pi
-letter \x03a1 45-12357 # Rho
-letter \x03a3 45-2347 # Sigma
-letter \x03a4 45-23457 # Tau
-letter \x03a5 45-134567 # Upsilon
-letter \x03a6 45-1247 # Phi
-letter \x03a7 45-147 # Chi
-letter \x03a8 45-123467 # Psi
-letter \x03a9 45-24567 # Omega
-letter \x03b1 45-1 # alpha
-letter \x03b2 45-12 # beta
-letter \x03b3 45-1245 # gama
-letter \x03b4 45-145 # delta
-letter \x03b5 45-15 # epsilon
-letter \x03b6 45-1356 # zeta
-letter \x03b7 45-345 # eta
-letter \x03b8 45-125 # theta
-letter \x03b9 45-24 # iota
-letter \x03ba 45-13 # kappa
-letter \x03bb 45-123 # lambda
-letter \x03bc 45-134 # mu
-letter \x03bd 45-1345 # nu
-letter \x03be 45-1346 # xi
-letter \x03bf 45-135 # omicron
-letter \x03c0 45-1234 # pi
-letter \x03c1 45-1235 # rho
-letter \x03c3 45-234 # sigma
-letter \x03c4 45-2345 # tau
-letter \x03c5 45-13456 # upsilon
-letter \x03c6 45-124 # phi
-letter \x03c7 45-14 # chi
-letter \x03c8 45-12346 # psi
-letter \x03c9 45-2456 # omega
-sign \x2010 36 # hyphen
-sign \x2011 36 # non-breaking hyphen
-sign \x2012 36 # dash
-sign \x2013 36 # dash
-sign \x2014 36 # dash
-sign \x2018 45
-sign \x2019 46
-sign \x201a 68
-sign \x201c 2356
-sign \x201d 2356
-sign \x201e 378
-sign \x2020 14568
-sign \x2021 1234567
-sign \x2022 58
-sign \x2026 67
-sign \x2030 12358 # per mille
-sign \x2030 1345678
-sign \x2039 278
-sign \x203a 578
-math \x2044 12456 # fraction slash
-sign \x20ac 234568 # euro sign
-sign \x20ae 358
-sign \x2122 123456
-sign \x2126 45-24567 # Ohm
-sign \x2135 178 # alef symbol
-sign \x2190 258 # left arrow
-sign \x2191 67 # up arrow
-sign \x2192 267 # right arrow
-sign \x2193 38 # down arrow
-sign \x2194 358-267 # left-right arrow
-math \x2200 12368 # for all
-math \x2201 56-147 # complement
-math \x2203 1348 # there exists
-math \x2204 48-1348 # there doesn't exist
-math \x2205 13568 # empty set
-sign \x2207 24568 # nabla
-math \x2208 1578 # element of
-math \x2209 48-1578 # not an element of
-math \x2212 36 # minus sign
-math \x2213 36-256 # minus or plus
-math \x2215 12456 # division slash
-math \x2216 56-36 # set minus
-math \x2217 35 # asterisk operator
-math \x221a 258 # square root
-math \x221d 2345678 # proportional to
-math \x221e 13458 # infinity
-math \x2220 2468 # angle
-math \x2223 4568 # divides
-math \x2225 12345678 # parallel
-math \x2226 48-12345678 # not parallel
-math \x2227 678 # logical and
-math \x2228 368 # logical or
-math \x2229 56-256 # intersection
-math \x222a 56-356 # union
-math \x222b 3578 # integral
-math \x2245 1235678 # approximately equal to
-math \x224d 58-235678 # equivalent to
-math \x2258 46-235678 # corresponds to
-math \x2260 48-235678 # not equal to
-math \x2264 238-235678 # less-than or equal to
-math \x2265 567-235678 # greater-than or equal to
-math \x226a 238-238 # much less-than
-math \x226b 567-567 # much greater-than
-math \x227a 46-238 # precedes
-math \x227b 46-567 # succeeds
-math \x2282 56-23578 # subset of
-math \x2284 48-56-23578 # not a subset of
-math \x2286 56-23578-235678 # subset of or equal to
-math \x2288 48-56-23578-235678 # neither a subset of nor equal to
-math \x22a8 23457 # true
-math \x22ad 1247 # not true
-math \x22bb 46-678 # xor
-math \x22c5 3 # dot operator
-math \x2312 46-2468 # arc
-math \x2329 138 # left angle bracket
-math \x232a 467 # right angle bracket
-sign \x2554 4
-sign \x2557 45
-sign \x255a 6
-sign \x255d 56
-sign \x255f 23
-sign \x2562 56
-sign \x25cf 35 # black circle
-math \x2715 578 # multiplication x
-math \x27c2 34568 # perpendicular
-math \x2a2f 578 # vector or cross product
-
-include braille-patterns.cti
-#
-#  Copyright (C) 2011 by Bert Frees <bertfrees@gmail.com>
-#  Copyright (C) 2011 by Jan Halousek <merit@login.cz>
-#  Copyright (C) 2012 by Brailcom, o.p.s.
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-#
-# ----------------------------------------------------------------------------------------------
-#
-#  Czech Braille
-#
-#     Created and maintained by Bert Frees <bertfrees@gmail.com>
-#                               Jan Halousek <merit@login.cz>
-#
-#     Based on the official Czech Braille Standard
-# ----------------------------------------------------------------------------------------------
-
-# ==============================================================================================
-# SINGLE-CELL
-# ==============================================================================================
-
-include cs-letterDef8Dots.uti
-
-uplow       \x013D\x013E  1234567,123456      Ľľ                  LATIN CAPITAL LETTER L WITH CARON - LATIN SMALL LETTER L WITH CARON
-
-# ----------------------------------------------------------------------------------------------
-# Unicode 0000..007F  C0 Controls and Basic Latin
-# ----------------------------------------------------------------------------------------------
-
-space       \x0009        9                                       <control> HORIZONTAL TABULATION
-space       \x000A        0                                       <control> LINE FEED
-space       \x000C        0                                       <control> FORM FEED
-space       \x000D        0                                       <control> CARRIAGE RETURN
-space       \x001B        1b                                      <control> ESCAPE
-space       \x0020        0                                       SPACE
-
-punctuation \x0021        235                 !                   EXCLAMATION MARK
-punctuation \x0022        2356                "                   QUOTATION MARK
-sign        \x0023        6-3456                #                   NUMBER SIGN
-punctuation \x0027        4                   '                   APOSTROPHE
-punctuation \x0028        236                 (                   LEFT PARENTHESIS
-punctuation \x0029        356                 )                   RIGHT PARENTHESIS
-sign        \x002A        35                  *                   ASTERISK
-math        \x002B        256                 +                   PLUS SIGN
-punctuation \x002C        2                   ,                   COMMA
-punctuation \x002D        36                  -                   HYPHEN-MINUS
-punctuation \x002E        3                   .                   FULL STOP
-math        \x002F        12456               /                   SOLIDUS
-include digits6Dots.uti
-punctuation \x003A        25                  :                   COLON
-punctuation \x003B        23                  ;                   SEMICOLON
-math        \x003C        126                 <                   LESS-THAN SIGN
-math        \x003D        2356                =                   EQUALS SIGN
-math        \x003E        345                 >                   GREATER-THAN SIGN
-punctuation \x003F        26                  ?                   QUESTION MARK
-sign        \x007C        456                 |                   VERTICAL LINE
-
-
-# ----------------------------------------------------------------------------------------------
-# Unicode 0080..00FF  C1 Controls and Latin-1 Supplement
-# ----------------------------------------------------------------------------------------------
-
-space       \x00A0        a                                       NO-BREAK SPACE
-sign        \x00A9        1246-2456-6-14      ©                   COPYRIGHT SIGN
-punctuation \x00AD        36                  ­                   SOFT HYPHEN
-math        \x00B1        256-36              ±                   PLUS-MINUS SIGN
-sign        \x00B4        4                   ´                   ACUTE ACCENT
-math        \x00D7        346                 ×                   MULTIPLICATION SIGN
-math        \x00F7        25                  ÷                   DIVISION SIGN
-
-
-# ----------------------------------------------------------------------------------------------
-# Unicode 2000..206F  General Punctuation
-# ----------------------------------------------------------------------------------------------
-
-punctuation \x2010        36                  ‐                   HYPHEN
-punctuation \x2011        36                  ‑                   NON-BREAKING HYPHEN
-punctuation \x2012        36                  ‒                   FIGURE DASH
-punctuation \x2013        36                  –                   EN DASH
-punctuation \x2014        36                  —                   EM DASH
-punctuation \x2015        36                  ―                   HORIZONTAL BAR
-punctuation \x2018        4                   ‘                   LEFT SINGLE QUOTATION MARK
-punctuation \x2019        4                   ’                   RIGHT SINGLE QUOTATION MARK
-punctuation \x201A        4                   ‚                   SINGLE LOW-9 QUOTATION MARK
-punctuation \x201B        4                   ‛                   SINGLE HIGH-REVERSED-9 QUOTATION MARK
-punctuation \x201C        2356                “                   LEFT DOUBLE QUOTATION MARK
-punctuation \x201D        2356                ”                   RIGHT DOUBLE QUOTATION MARK
-punctuation \x201E        2356                „                   DOUBLE LOW-9 QUOTATION MARK
-punctuation \x201F        2356                ‟                   DOUBLE HIGH-REVERSED-9 QUOTATION MARK
-
-
-# ==============================================================================================
-# MULTI-CELL
-# ==============================================================================================
-
-# ----------------------------------------------------------------------------------------------
-# Unicode 0000..007F  C0 Controls and Basic Latin
-# ----------------------------------------------------------------------------------------------
-
-sign        \x0024        3456-1246           $                   DOLLAR SIGN
-math        \x0025        3456-1234           %                   PERCENT SIGN
-sign        \x0026        3456-12346          &                   AMPERSAND
-sign        \x0040        3456-12456          @                   COMMERCIAL AT
-punctuation \x005B        6-236               [                   LEFT SQUARE BRACKET
-sign        \x005C        3456-1256           \                   REVERSE SOLIDUS
-punctuation \x005D        6-356               ]                   RIGHT SQUARE BRACKET
-sign        \x005E        6-45                ^                   CIRCUMFLEX ACCENT
-sign        \x005F        6-36                _                   LOW LINE
-punctuation \x0060        45-4                `                   GRAVE ACCENT
-math        \x007B        46-236              {                   LEFT CURLY BRACKET
-math        \x007D        46-356              }                   RIGHT CURLY BRACKET
-math        \x007E        6-5                 ~                   TILDE
-sign        \x007F        6-3                                     DELETE
-
-
-# ----------------------------------------------------------------------------------------------
-# Unicode 0080..00FF  C1 Controls and Latin-1 Supplement
-# ----------------------------------------------------------------------------------------------
-
-sign        \x0080        15-136-1235-135     €                   <control> - ANSI: EURO-CURRENCY SIGN - MACROMAN: A DIAERESIS
-sign        \x00B0        3456-234            °                   DEGREE SIGN
-sign        \x00B5        4-134               µ                   MICRO SIGN
-math        \x00B9        34-1                ¹                   SUPERSCRIPT ONE
-uplow       \x00C4\x00E4  1-15,1-15           Ää                  LATIN CAPITAL LETTER A WITH DIAERESIS - LATIN SMALL LETTER A WITH DIAERESIS
-uplow       \x00D6\x00F6  135-15,135-15       Öö                  LATIN CAPITAL LETTER O WITH DIAERESIS - LATIN SMALL LETTER O WITH DIAERESIS
-uplow       \x00DC\x00FC  136-15,136-15       Üü                  LATIN CAPITAL LETTER U WITH DIAERESIS - LATIN SMALL LETTER U WITH DIAERESIS
-
-
-# ----------------------------------------------------------------------------------------------
-# Unicode 0370..03FF  Greek and Coptic
-# ----------------------------------------------------------------------------------------------
-
-letter      \x0391        46-1                Α                   GREEK CAPITAL LETTER ALPHA
-letter      \x0392        46-12               Β                   GREEK CAPITAL LETTER BETA
-letter      \x0393        46-1245             Γ                   GREEK CAPITAL LETTER GAMMA
-letter      \x0394        46-145              Δ                   GREEK CAPITAL LETTER DELTA
-letter      \x0395        46-15               Ε                   GREEK CAPITAL LETTER EPSILON
-letter      \x0398        46-1456             Θ                   GREEK CAPITAL LETTER THETA
-letter      \x0399        46-24               Ι                   GREEK CAPITAL LETTER IOTA
-letter      \x039A        46-13               Κ                   GREEK CAPITAL LETTER KAPPA
-letter      \x039B        46-123              Λ                   GREEK CAPITAL LETTER LAMDA
-letter      \x039C        46-134              Μ                   GREEK CAPITAL LETTER MU
-letter      \x039D        46-1345             Ν                   GREEK CAPITAL LETTER NU
-letter      \x039E        46-1346             Ξ                   GREEK CAPITAL LETTER XI
-letter      \x039F        46-135              Ο                   GREEK CAPITAL LETTER OMICRON
-letter      \x03A0        46-1234             Π                   GREEK CAPITAL LETTER PI
-letter      \x03A1        46-1235             Ρ                   GREEK CAPITAL LETTER RHO
-letter      \x03A3        46-234              Σ                   GREEK CAPITAL LETTER SIGMA
-letter      \x03A4        46-2345             Τ                   GREEK CAPITAL LETTER TAU
-letter      \x03A5        46-13456            Υ                   GREEK CAPITAL LETTER UPSILON
-letter      \x03A6        46-124              Φ                   GREEK CAPITAL LETTER PHI
-letter      \x03A7        46-125              Χ                   GREEK CAPITAL LETTER CHI
-letter      \x03A8        46-12346            Ψ                   GREEK CAPITAL LETTER PSI
-letter      \x03A9        46-2356             Ω                   GREEK CAPITAL LETTER OMEGA
-
-lowercase   \x03B1        45-1                α                   GREEK SMALL LETTER ALPHA
-lowercase   \x03B2        45-12               β                   GREEK SMALL LETTER BETA
-lowercase   \x03B3        45-1245             γ                   GREEK SMALL LETTER GAMMA
-lowercase   \x03B4        45-145              δ                   GREEK SMALL LETTER DELTA
-lowercase   \x03B5        45-15               ε                   GREEK SMALL LETTER EPSILON
-lowercase   \x03B8        45-1456             θ                   GREEK SMALL LETTER THETA
-lowercase   \x03B9        45-24               ι                   GREEK SMALL LETTER IOTA
-lowercase   \x03BA        45-13               κ                   GREEK SMALL LETTER KAPPA
-lowercase   \x03BB        45-123              λ                   GREEK SMALL LETTER LAMDA
-lowercase   \x03BC        45-134              μ                   GREEK SMALL LETTER MU
-lowercase   \x03BD        45-1345             ν                   GREEK SMALL LETTER NU
-lowercase   \x03BE        45-1346             ξ                   GREEK SMALL LETTER XI
-lowercase   \x03BF        45-135              ο                   GREEK SMALL LETTER OMICRON
-lowercase   \x03C0        45-1234             π                   GREEK SMALL LETTER PI
-lowercase   \x03C1        45-1235             ρ                   GREEK SMALL LETTER RHO
-lowercase   \x03C3        45-234              σ                   GREEK SMALL LETTER SIGMA
-lowercase   \x03C4        45-2345             τ                   GREEK SMALL LETTER TAU
-lowercase   \x03C5        45-13456            υ                   GREEK SMALL LETTER UPSILON
-lowercase   \x03C6        45-124              φ                   GREEK SMALL LETTER PHI
-lowercase   \x03C7        45-125              χ                   GREEK SMALL LETTER CHI
-lowercase   \x03C8        45-12346            ψ                   GREEK SMALL LETTER PSI
-lowercase   \x03C9        45-2356             ω                   GREEK SMALL LETTER OMEGA
-
-# ----------------------------------------------------------------------------------------------
-# Other Unicode characters
-# ----------------------------------------------------------------------------------------------
-
-math        \x2030        3456-1235           ‰                   PER MILLE SIGN
-math        \x0609        3456-1235           ؉                   ARABIC-INDIC PER MILLE SIGN
-math        \x27E8        4-126               ⟨                   MATHEMATICAL LEFT ANGLE BRACKET
-math        \x27E9        4-345               ⟩                   MATHEMATICAL RIGHT ANGLE BRACKET
-math        \x2260        4-2356              ≠                   NOT EQUAL TO
-math        \x2250        5-2356              ≐                   APPROACHES THE LIMIT
-math        \x2264        126-2356            ≤                   LESS-THAN OR EQUAL TO
-math        \x2265        345-2356            ≥                   GREATER-THAN OR EQUAL TO
-math        \x22C5        3                   ⋅                   DOT OPERATOR
-math        \x2217        35                  ∗                   ASTERISK OPERATOR
-math        \x2236        25                  ∶                   RATIO
-math        \x2208        45-15               ∈                   ELEMENT OF
-math        \x2209        4-45-15             ∉                   NOT AN ELEMENT OF
-
-# ----------------------------------------------------------------------------------------------
-#-display-name: Bulgarian computer braille
-
-#+locale:bg
-#+type:computer
-#+dots:8
-
-# TODO: Please correct the metadata above. It is not meant to be
-# accurate nor complete. It hasn't been verified by the table
-# author yet. It is merely an attempt by the liblouis maintainers
-# to get some sensible initial values in place.
-
-# TODO: Please add a reference to official documentation about
-# the implemented braille code. Preferably submit the documents
-# to https://github.com/liblouis/braille-specs.
-
-include bg.ctb
-include braille-patterns.cti
-ISO8859-1
-.a2ch4
-.ad4der
-.a2d
-.ad1d4
-.a2f1t
-.a2f
-.a4l3t
-.am5at
-.4a1ma
-.an5c
-.a2n
-.2ang4
-.an1i5m
-.an1t4
-.an3te
-.anti5s
-.ant2i
-.a4r5s2
-.2a2r
-.ar4t2ie4
-.ar1ti
-.ar4ty
-.as3c
-.as1p
-.a2s1s
-.aster5
-.a2tom5
-.a1to
-.au1d
-.av4i
-.awn4
-.ba4g
-.ba5na
-.ba2n
-.bas4e
-.ber4
-.be5r1a
-.be3s1m
-.4bes4
-.b4e5s2to
-.bri2
-.but4ti
-.bu4t3t2
-.cam4pe
-.1ca
-.ca4m1p
-.can5c
-.ca2n
-.capa5b
-.ca1pa
-.car5ol
-.c2a2r
-.ca4t
-.ce4la
-.2ch4
-.chill5i
-.ch4il2
-.chil1l
-.1ci2
-.cit5r
-.2c1it
-.co3e2
-.1co
-.co4r
-.cor5n1er
-.corn2e
-.de4moi2
-.d4em
-.de1mo
-.de3o
-.de3r1a
-.de3r1i
-.de1s4c
-.des2
-.dic1t2io5
-.3di2c1t
-.do4t
-.1do
-.du4c
-.1du
-.du4m1b5
-.earth5
-.ear2t
-.e2a2r
-.eas3i
-.2e1b4
-.eer4
-.eg2
-.e2l5d
-.el3em
-.enam3
-.e1na
-.en3g
-.e2n3s2
-.eq5ui5t
-.e1q
-.equ2
-.eq2ui2
-.er4ri
-.er1r4
-.es3
-.4eu3
-.eye5
-.fes3
-.for5mer
-.1fo
-.fo2r
-.for1m
-.for2me
-.1ga2
-.ge2
-.gen3t4
-.1gen
-.ge5o2g
-.1geo
-.1g2i5a
-.gi4b
-.go4r
-.1go
-.hand5i
-.ha2n
-.h4and
-.ha4n5k2
-.he2
-.hero5i2
-.h2ero
-.h1es3
-.he4t3
-.hi3b
-.hi3er
-.h2ie4
-.hon5ey
-.ho2n
-.hon3o
-.hov5
-.id4l
-.2id
-.idol3
-.i1do
-.im3m
-.im5p1i2n
-.i4m1p
-.im2pi
-.in1
-.in3ci
-.2ine2
-.4i4n2k2
-.2i2n3s2
-.ir5r4
-.4ir
-.is4i
-.ju3r
-.la4cy
-.la4m
-.lat5er
-.l4ath5
-.le2
-.leg5e
-.len4
-.lep5
-.lev1
-.l2i4g
-.li1g5a
-.li2n
-.l2i3o
-.l1i4t
-.ma1g5a5
-.1ma
-.mal5o
-.ma1n5a
-.ma2n
-.mar5ti
-.m2a2r
-.me2
-.mer3c
-.me5ter
-.me1te
-.m2is1
-.mis4t5i
-.mon3e
-.1mo
-.mo2n
-.mo3ro
-.mo2r
-.mu5ta
-.1mu
-.mu2ta5b
-.ni4c
-.od2
-.od1d5
-.of5te
-.o2ft
-.or5a1to
-.o1ra
-.or3c
-.or1d
-.or3t
-.os3
-.os4tl
-.4oth3
-.out3
-.ou2
-.ped5al
-.2p2ed
-.p2e2d2a
-.pe5te
-.pe2t
-.pe5tit
-.p2i4e4
-.pio5n4
-.3p2i1o
-.pi2t
-.pre3m
-.pr2
-.ra4c
-.ran4t
-.ra2n
-.ratio5n1a
-.ratio2n4
-.ra1t2io
-.ree2
-.re5mit
-.res2
-.re5stat
-.res2t
-.res1ta
-.r2i4g
-.ri2t5u
-.ro4q
-.ros5t
-.row5d
-.ru4d
-.3s4c2i3e4
-.s1ci
-.5se2l2f5
-.sel1l5
-.se2n
-.se5r2ie4
-.ser1i
-.s2h2
-.si2
-.s3ing4
-.2s1in
-.st4
-.sta5b2l2
-.s1ta
-.s2tab
-.s4y2
-.1ta4
-.te4
-.3ten5a2n
-.te1na
-.th2
-.ti2
-.til4
-.ti1m5o5
-.1tim
-.ting4
-.2t1in
-.t4i4n5k2
-.to1n4a
-.1to
-.to2n
-.to4p
-.top5i
-.to2u5s
-.tou2
-.trib5ut
-.tr4ib
-.u1n1a
-.un3ce
-.under5
-.un1de
-.u2n1e
-.u4n5k2
-.un5o
-.un3u4
-.up3
-.ure3
-.us5a2
-.2us
-.ven4de
-.ve5r1a
-.wil5i
-.wi2
-.wil2
-.ye4
-4ab.
-a5bal
-a5ba2n
-abe2
-ab5erd
-ab2i5a
-ab5i2t5ab
-abi2t
-abi1ta
-ab5lat
-ab2l2
-ab5o5l1iz
-abol2i
-4abr
-ab5rog
-ab3ul
-a4c2a2r
-a1ca
-ac5ard
-ac5aro
-a5ceou2
-ac1er
-a5che4t
-a2ch
-ache2
-4a2ci
-a3c2ie4
-a2c1in
-a3c2io
-ac5rob
-act5if2
-a2c1t
-ac3ul
-ac4um
-a2d
-ad4d1in
-ad1d4
-ad5er.
-2adi
-a3d4i3a
-ad3i1ca
-adi4er
-ad2ie4
-a3d2io
-a3dit
-a5di1u
-ad4le
-ad3ow
-a1do
-ad5ra2n
-a1dr
-ad4su
-a2d1s2
-4a1du
-a3du2c
-ad5um
-ae4r
-aer2i4e4
-aer1i
-a2f
-a4f1f4
-a4gab
-a1ga
-aga4n
-ag5el1l
-a1ge4o
-4ag4eu
-ag1i
-4ag4l2
-ag1n
-a2go
-3a3g4o4g
-ag3o3ni
-ago2n2
-a5guer
-a2gue
-ag5ul
-a4gy
-a3ha
-a3he
-a4h4l4
-a3ho
-ai2
-a5i1a
-a3ic.
-ai5ly
-a4i4n
-ain5in
-a2ini
-a2i1n5o
-ait5en
-a2ite
-a1j
-ak1en
-al5ab
-al3a2d
-a4l2a2r
-4aldi4
-a2ld
-2ale
-al3end
-a4lent2i
-a1len1t
-a5le5o
-al1i
-al4ia.
-al2i1a
-al2i4e4
-al5lev
-al1l
-al2le
-4allic
-all2i
-4a2lm
-a5log.
-a4ly.
-a1ly
-4a2lys4
-5a5lys1t
-5alyt
-3alyz
-4a1ma
-a2m5ab
-am3ag
-ama5ra
-am2a2r
-am5asc
-a4ma3tis
-a4m5a1to
-am5er1a
-am3ic
-am5if
-am5i1ly
-am1in
-am2i4no
-a2mo
-a5mo2n
-amor5i
-amo2r
-amp5en
-a4m1p
-a2n
-an3age
-a1na
-3ana1ly
-a3n2a2r
-an3ar3c
-anar4i
-a3nati
-an2at
-4and
-ande4s2
-an1de
-an3dis1
-an1dl
-an4dow
-an1do
-a5nee
-a3nen
-an5e2st.
-a1nes
-a2nest
-a3n4eu
-2ang
-ang5ie4
-an1gl2
-a4n1ic
-a3nies
-an2ie4
-an3i3f
-an4ime
-an1im
-a5nim1i
-a5n2ine
-an1in
-an3i4o
-a3n2ip
-an3is2h
-an3it
-a3ni1u
-an4kli
-a4nk2
-an1k1l
-5anniz
-a4n1n2
-ano4
-an5ot
-an4oth5
-an2sa2
-a2n1s2
-an4s1co
-ans4c
-an4s1n4
-an2sp
-ans3po
-an4st
-an4su2r
-an1su
-anta2l4
-an1t
-an1ta
-an4t2ie4
-ant2i
-4an1to
-an2tr
-an4tw4
-an3u1a
-an3ul
-a5nur
-4ao
-ap2a2r4
-a1pa
-ap5at
-ap5er3o
-a3ph4er
-4aphi
-a4pilla
-apil1l
-ap5ill2a2r
-ap3i2n
-ap3i1ta
-a3pi2tu
-a2p2l2
-apo4c5
-ap5o1la
-apor5i
-a1p4or
-apos3t
-a1pos
-aps5e4s
-a2p1s2
-ap2se
-a3pu
-aque5
-aqu2
-2a2r
-ar3a2c1t
-a5rade
-ara2d
-ar5adis1
-ar2adi
-ar3al
-a5rame1te
-aram3et
-ar2an4g
-ara2n
-ara3p
-ar4at
-a5ra1t2io
-ar5a1t2iv
-a5rau
-ar5av4
-araw4
-arbal4
-ar1b
-ar4cha2n
-ar1c
-ar3cha
-ar2ch
-ar5d2ine
-ard2i
-ard1in4
-ar4dr
-ar5eas
-a3ree
-ar3en1t
-a5r2e2ss
-ar4fi
-ar1f
-ar4f4l2
-ar1i
-ar5i2al
-ar2i3a
-ar3i2a2n
-a3ri5et
-ar2ie4
-ar4im
-ar5in2at
-ar2i1na
-ar3i1o
-ar2iz
-ar2mi
-ar1m
-ar5o5d
-a5roni
-aro2n
-a3roo2
-ar2p
-ar3q
-arre4
-ar1r4
-ar4sa2
-a4rs2
-ar2s2h
-4as.
-a2s4ab
-asa2
-as3an1t
-asa2n
-ashi4
-as2h
-a5sia.
-as2i1a
-a3si1b
-a3sic
-5a5si4t
-ask3i
-ask2
-as4l2
-a4soc
-a1so
-as5ph
-as4s2h
-a2ss
-as3ten
-as1t4r
-asu1r5a
-a1su
-asu2r
-a2ta
-at3ab2l2
-a2tab
-at5ac
-at3alo
-ata2l
-at5ap
-ate5c
-at5e2ch
-at3e1go
-ateg4
-at3en.
-at3er1a
-ater5n
-a5ter1na
-at3est
-at5ev
-4ath
-ath5em
-ath2e
-a5the2n
-at4ho
-ath5om
-4ati.
-a5t2i1a
-a2t5i5b
-at1ic
-at3if2
-ation5a2r
-a1t2io
-atio2n
-atio1n1a
-at3i1tu
-a4tog
-a1to
-a2tom
-at5om2iz
-a4top
-a4tos2
-a1tr
-at5rop
-at4sk2
-a4t1s2
-at4tag
-a4t3t2
-at1ta
-at5te
-at4th
-a2tu
-at5u1a
-a4t5ue
-at3ul
-at3u1ra
-a2ty
-au4b
-augh3
-au3gu
-au4l2
-aun5d
-au3r
-au5si1b
-a2us
-a4ut5en
-au1th
-a2va
-av3ag4
-a5va2n
-av4e4no
-av3er1a
-av5ern
-av5ery
-av1i
-avi4er
-av2ie4
-av3ig
-av5oc
-a1vor
-3away
-aw3i2
-aw4ly
-aws4
-ax4i5c
-ax3i
-ax4id
-ay5al
-aye4
-ays4
-azi4er
-a2z1i
-az2ie4
-az2z5i
-a4z1z2
-5ba.
-bad5ger
-ba2d
-ba4ge
-bal1a
-ban5dag
-ba2n
-b4and
-ban1d2a
-ban4e
-ban3i
-barbi5
-b2a2r
-bar1b
-bar2i4a
-bar1i
-bas4si
-ba2ss
-1bat
-ba4z
-2b1b
-b2be
-b3ber
-bbi4na
-4b1d
-4be.
-beak4
-bea2t3
-4be2d
-b2e3d2a
-be3de
-b4e3di
-be3gi
-be5gu
-1bel
-be1l2i
-be3lo
-4be5m
-be5n2ig
-be5nu
-4bes4
-be3sp
-b2e5st4r
-3bet
-be1t5iz
-be5tr
-be3tw4
-be3w
-be5y1o4
-2bf
-4b3h
-bi2b
-b2i4d
-3b2ie4
-bi5en
-bi4er
-2b3if
-1bil
-bi3l2iz
-bil1i
-bin2a5r4
-bi1na
-b4in4d
-bi5net
-b2ine
-bi3o2gr
-b2io
-bi5ou2
-bi2t
-3b2i3t2io
-bi1ti
-bi3tr
-3bit5u1a
-bi1tu
-b5i4tz
-b1j
-bk4
-b2l2
-bl4ath5
-b4le.
-blen4
-5ble1sp
-bles2
-b3lis
-b4lo
-blun4t
-4b1m
-4b3n
-bne5g
-3bod
-bod3i
-bo4e
-bol3ic
-bol2i
-bom4bi
-bo4m1b
-bo1n4a
-bo2n
-bon5at
-3boo2
-5bor.
-4b1o1ra
-bor5d
-5bore
-5bori
-5bos4
-b5o1ta
-b4oth5
-bo4to
-boun2d3
-bou2
-4bp
-4brit
-br4oth3
-2b5s2
-bsor4
-b1so
-2bt
-b2t4l
-b4to
-b3tr
-buf4fer1
-bu4f1f
-bu4ga
-bu3l2i
-bu1mi4
-bu4n
-bunt4i
-bun1t
-bu3re
-bus5ie4
-b2us
-buss4e
-bu2ss
-5bust
-4bu1ta
-3bu1t2io
-b4u1t2i
-b5u1to
-b1v
-4b5w
-5by.
-bys4
-1ca
-cab3in
-ca1b2l2
-ca2ch4
-ca5den
-ca2d
-4cag4
-2c5ah
-ca3lat
-cal4la
-cal1l
-cal2l5in4
-call2i
-4calo
-c4an5d
-ca2n
-can4e
-ca4n4ic
-can5is
-can3iz
-can4ty
-can1t
-cany4
-ca5per
-car5om
-c2a2r
-cast5er
-cas5t2ig
-cast2i
-4cas4y
-c4a4th
-4ca1t2iv
-cav5al
-ca2va
-c3c
-ccha5
-c2ch
-c3c2i4a
-c1ci
-ccom1pa5
-c1co
-cco4m1p
-cco2n4
-ccou3t
-ccou2
-2ce.
-4ced.
-4ce1den
-3cei2
-5cel.
-3cel1l
-1cen
-3cenc
-2cen4e
-4ceni
-3cen1t
-3cep
-ce5ram
-cer1a
-4ce1s4a2
-3ces1si
-c2e2ss
-ces5si5b
-ces5t
-cet4
-c5e4ta
-cew4
-2ch
-4ch.
-4ch3ab
-5cha4n1ic
-cha2n
-ch5a5nis
-che2
-cheap3
-4ch4ed
-ch5e5lo
-3chemi
-ch5ene
-che2n
-ch3er.
-ch3e4r1s2
-4ch1in
-5chi2ne.
-ch2ine
-ch5i5n2e2ss
-chi1nes
-5ch2ini
-5ch2io
-3chit
-chi2z
-3cho2
-ch4ti
-1ci
-3c2i1a
-ci2a5b
-ci2a5r
-ci5c
-4cier
-c2ie4
-5c4i2f3ic.
-ci1fi
-4c4i5i4
-ci4la
-3cil1i
-2cim
-2cin
-c4i1na
-3cin2at
-cin3em
-c2ine
-c1ing
-c5ing.
-5c2i1no
-cio2n4
-c2io
-4cipe4
-c2ip
-ci3ph
-4cip4ic
-cip3i
-4cis1ta
-4cis1t2i
-2c1it
-ci1t3iz
-ci1ti
-5ciz
-ck1
-ck3i
-1c4l4
-4cl2a2r
-c5la5ra1t2io
-clar4at
-5clare
-cle4m
-4clic
-clim4
-c1ly4
-c5n
-1co
-co5ag
-c4oa
-coe2
-2cog
-co4gr
-coi4
-co3inc
-col5i
-5colo
-col3o4r
-com5er
-co2me
-co1n4a
-co2n
-c4one
-con3g
-con5t
-co3pa
-cop3ic
-co4p2l2
-4cor1b
-coro3n
-cos4e
-cov1
-cove4
-cow5a
-co2z5e
-co5z1i
-c1q
-cras5t
-cr2as
-5crat.
-5crat1ic
-cre3a2t
-5c2r2ed
-4c3re1ta
-cre4v2
-cri2
-cri5f
-c4rin
-cr2is4
-5cri1ti
-cro4p2l2
-crop5o
-cros4e
-cru4d
-4c3s2
-2c1t
-c2ta4b
-c1ta
-ct5ang
-cta2n
-c5tan1t
-c2te
-c3ter
-c4t4ic1u
-ctim3i
-c1tim
-ctu4r
-c1tu
-c4tw4
-cud5
-c4uf
-c4ui2
-cu5i1ty
-5cul2i
-cul4tis4
-cul1ti
-cu4lt
-3c4ul1tu2
-cu2ma
-c3ume
-cu4mi
-3cun
-cu3pi
-cu5py
-cu2r5a4b
-cu1ra
-cu5r2i3a
-1c2us
-cus1s4i
-cu2ss
-3c4ut
-cu4t2ie4
-c4u1t2i
-4c5u1t2iv
-4cutr
-1cy
-c2ze4
-1d2a
-5da.
-2d3a4b
-da2ch4
-4da2f
-2dag
-da2m2
-d2an3g
-da2n
-dard5
-d2a2r
-dark5
-4dary
-3dat
-4da1t2iv
-4da1to
-5dav4
-dav5e
-5day
-d1b
-d5c
-d1d4
-2de.
-dea2f5
-de4b5i2t
-d2e1b
-de4bo2n
-deca2n4
-de1ca
-de4cil
-de1c2i
-de5com
-de1co
-2d1ed
-4dee.
-de5if
-dei2
-del2i4e4
-del2i
-de4l5i5q
-de5lo
-d4em
-5dem.
-3demic
-dem5ic.
-de5mil
-de4mo2n3s2
-de1mo
-demo2n
-demo2r5
-1den
-de4n2a2r
-de1na
-d4e3no
-denti5f2
-den1t
-dent2i
-de3nu
-de1p
-de3pa
-depi4
-de2pu
-d3e1q
-d4er1h4
-5der3m4
-d5ern5iz
-de4r5s2
-des2
-d2es.
-de1s2c
-de2s5o
-des3t2i
-d2e3st4r
-de4su
-de1t
-de2to
-de1v
-de2v3i4l
-de1vi
-4dey
-4d1f
-d4ga
-d3ge4t
-dg1i
-d2gy
-d1h2
-5di.
-1d4i3a
-dia5b
-d4i4cam
-di1ca
-d4ice
-3di2c1t
-3d2id
-5di3en
-d2ie4
-d1if
-di3ge
-d2ig
-di4la1to
-di1la
-d1in
-1di1na
-3di2ne.
-d2ine
-5d2ini
-di5niz
-1d2io
-dio5g
-di4p2l2
-d2ip
-d4ir2
-di1re
-dir1t5i
-dis1
-5disi
-d4is3t
-d2i1ti
-1d2i1v
-d1j
-d5k2
-4d5la
-3dle.
-3dled
-3dles.
-dles2
-4d3l2e2ss
-2d3lo
-4d5lu
-2d1ly
-d1m
-4d1n4
-1do
-3do.
-do5de
-5doe
-2d5of
-d4og
-do4la
-dol2i4
-do5lo4r
-dom5iz
-do3n2at
-do2n
-do1n1a
-doni4
-doo3d
-doo2
-do4p4p
-d4or
-3dos
-4d5out
-dou2
-do4v
-3dox
-d1p
-1dr
-drag5o2n2
-dra2go
-4dr2ai2
-dre4
-dre2a5r
-5dren
-dr4i4b
-dril4
-dro4p
-4drow
-5drupli
-dru3p2l2
-4dry
-2d1s2
-ds4p
-d4sw2
-d4s4y
-d2th
-1du
-d1u1a
-du2c
-d1u3ca
-duc5er
-4duct.
-du2c1t
-4duc4t1s2
-du5el
-du4g
-d3ul4e
-dum4be
-du4m1b
-du4n
-4dup
-du4pe
-d1v
-d1w
-d2y
-5dyn
-dy4s2e
-dys5p
-e1a4b
-e3a2c1t
-ea2d1
-ead5ie4
-e2adi
-ea4ge
-ea5ger
-ea4l
-eal5er
-e2ale
-eal3ou2
-eam3er
-e5and
-ea2n
-ear3a
-e2a2r
-ear4c
-ear5es
-ear4ic
-ear1i
-ear4il
-ear5k
-ear2t
-eart3e
-ea5sp
-e3a2ss
-east3
-ea2t
-eat5en
-eath3i
-e4ath
-e5at3if2
-e4a3tu
-ea2v
-eav3en
-eav5i
-eav5o
-2e1b
-e4bel.
-e1bel
-e4be2l1s2
-e4ben
-e4bi2t
-e3br
-e4ca2d
-e1ca
-ecan5c
-eca2n
-ec1ca5
-ec3c
-e1ce
-ec5es1sa2
-ec2e2ss
-e1c2i
-e4cib
-ec5ificat
-eci1fi
-ecifi1ca
-ec5i3f2ie4
-ec5i1fy
-e2c3im
-e2c1i4t
-e5c2ite
-e4clam
-e1c4l4
-e4cl2us
-e2col
-e1co
-e4com1m
-e4compe
-eco4m1p
-e4con1c
-eco2n
-e2cor
-ec3o1ra
-eco5ro
-e1cr
-e4crem
-ec4ta2n
-e2c1t
-ec1ta
-ec4te
-e1cu
-e4cul
-ec3u1la
-2e2d2a
-4ed3d4
-e4d1er
-ede4s2
-4edi
-e3d4i3a
-ed3ib
-ed3i1ca
-ed3im
-ed1it
-edi5z
-4e1do
-e4dol
-edo2n2
-e4dri
-e1dr
-e4dul
-e1du
-ed5u1l4o
-ee2c
-e4ed3i
-ee2f
-eel3i
-ee4ly
-ee2m
-ee4na
-ee4p1
-ee2s4
-eest4
-ee4ty
-e5ex
-e1f
-e4f3ere
-efer1
-1e4f1f
-e4fic
-e1fi
-5ef2i1c4i
-efil4
-e3f2i2ne
-e2fin
-ef5i5n2ite
-ef2ini
-efin2it
-3efit
-efor5es
-e1fo
-efo2r
-e4fu4se.
-e3fu
-ef2us
-4egal
-e1ga
-eger4
-eg5ib
-eg4ic
-eg5ing
-e5git5
-eg5n
-e4go.
-e1go
-e4gos
-eg1ul
-e5gur
-5e1gy
-e1h4
-eher4
-ei2
-e5ic
-e2i5d
-e2ig2
-ei5g4l2
-e3i4m1b
-e3in3f
-e1ing
-e5inst
-e2i2n1s2
-eir4d
-e4ir
-e2it3e
-e2i3th
-e5i1ty
-e1j
-e4jud
-ej5udi
-eki4n
-ek1i
-ek4la
-ek1l
-e1la
-e4la.
-e4lac
-e3l4an4d
-ela2n
-e4l5a1t2iv
-e4law
-elax1a4
-e3le2a
-el5ebra
-el2e1b
-ele3br
-5elec
-e4led
-el3e1ga
-e5len
-e4l1er
-e1les2
-e2l2f
-el2i
-e3libe4
-e4l5ic.
-el3i1ca
-e3lier
-el2ie4
-el5i3gib
-el2ig
-el4igi
-e5lim
-e4l3ing
-e3l2io
-e2lis
-el5is2h
-e3l2iv3
-4ella
-el1l
-el4lab
-ell4o4
-e5loc
-el5og
-el3op.
-el2s2h
-e2l1s2
-el4ta
-e4lt
-e5lud
-el5ug
-e4mac
-e1ma
-e4mag
-e5ma2n
-em5a1na
-e4m5b
-e1me
-e2mel
-e4met
-em3i1ca
-em2i4e4
-em5igra
-em2ig4
-emi1gr
-em1in2
-em5ine
-em3i3ni
-e4m2is
-em5is2h
-e5m4i2s1s
-em3iz
-5emniz
-e4m1n
-emo4g
-e1mo
-emo3n2i5o
-emo2n
-em3pi
-e4m1p
-e4mul
-e1mu
-em5u1la
-emu3n2
-e3my
-en5a2mo
-e1na
-e4nan1t
-en2a2n
-ench4er
-en2ch
-enche2
-en3dic
-e5nea
-e5nee
-en3em
-en5ero
-en1er
-en5e1si
-e1nes
-e2n5est
-en3etr
-e3ne4w
-en5i4c3s2
-e5n2ie4
-e5nil
-e3n2i4o
-en3is2h
-en3it
-e5ni1u
-5eniz
-4e4n1n2
-4eno
-e4no4g
-e4nos
-en3ov
-en4sw2
-e2n1s2
-ent5age
-en1t
-en1ta
-4enth1es
-enth2e
-en3u1a
-en5uf
-e3ny.
-4e4n3z
-e5of
-eo2g
-e4oi4
-e3ol
-eop3a2r
-eo2pa
-e1or
-eo3re
-eo5rol
-eos4
-e4ot
-eo4to
-e5out
-eou2
-e5ow
-e2pa
-e3p4ai2
-ep5anc
-epa2n
-e5pel
-e3pen1t
-ep5e5t2i1t2io
-epe2t
-epeti1ti
-ephe4
-e4pli
-e1p2l2
-e1po
-e4prec
-epr2
-ep5re1ca
-e4p2r2ed
-ep3re1h4
-e3pro
-e4prob
-ep4s4h
-e2p1s2
-ep5ti5b
-e2p1t
-e4pu2t
-ep5u1ta
-e1q
-equi3l
-equ2
-eq2ui2
-e4q3ui3s
-er1a
-e2ra4b
-4er4and
-era2n
-er3a2r
-4er4ati.
-2er1b
-er4b2l2
-er3ch
-er1c
-er4che2
-2e2re.
-e3re1a4l
-ere5co
-ere3in
-erei2
-er5el.
-er3e1mo
-er5e1na
-er5ence
-4erene
-er3en1t
-ere4q
-er5e2ss
-er3es2t
-eret4
-er1h4
-er1i
-e1r2i3a4
-5erick1
-e3rien
-er2ie4
-eri4er
-er3in4e
-e1r2i1o
-4erit
-er4i1u
-er2i4v
-e4ri1va
-er3m4
-er4nis4
-4er3n2it
-5erniz
-er3no4
-2ero
-er5ob
-e5r2oc
-ero4r
-er1ou2
-e4r1s2
-er3set
-er2se
-ert3er
-4er2tl
-er3tw4
-4eru
-eru4t
-5erwau
-er1w
-e1s4a2
-e4sa2ge.
-e4sages
-es2c
-e2s1ca
-es5ca2n
-e3scr
-es5cu
-e1s2e
-e2sec
-es5e1cr
-e4s5enc
-e4sert.
-e4ser4t1s2
-e4ser1va
-4es2h
-e3sha
-esh5e2n
-e1si
-e2sic
-e2s2id
-es5i1den
-e4s5ig1n4a
-es2ig
-e2s5im
-e2s4i4n
-esis4te
-e1sis
-e5si4u
-e5skin
-esk2
-esk1i
-es4mi
-e2s1m
-e2sol
-e1so
-es3olu
-e2so2n
-es5o1n1a4
-e1sp
-e2s3per
-es5pi1ra
-esp4ir
-es4pre
-espr2
-2e2ss
-es4si4b
-es1si
-esta2n4
-es1ta
-es3t2ig
-est2i
-es5tim
-4es2to
-e3sto2n
-2est4r
-e5stro
-estruc5
-e2su2r
-e1su
-es5ur1r4
-es4w2
-e2ta4b
-e1ta
-e3ten4d
-e3teo
-ethod3
-et1ic
-e5tide
-et2id
-e2t1in4
-et2i4no
-e5t4ir
-e5t2i1t2io
-eti1ti
-et5i1t2iv
-4e2t1n2
-et5o1n1a
-e1to
-eto2n
-e3tra
-e3tre
-et3ric
-et5rif
-et3rog
-et5ros
-et3u1a
-e1tu
-et5ym
-e1ty
-e4t5z
-4eu
-e5un
-e3up
-eu3ro
-e2us4
-eute4
-euti5l
-e4u1t2i
-eu5tr
-eva2p5
-e1va
-e2vas
-ev5ast
-e5vea
-ev3el1l
-eve4l3o
-e5veng
-even4i
-ev1er
-e5v2er1b
-e1vi
-ev3id
-e2vi4l
-e4v1in
-e3v2i4v
-e5voc
-e5vu
-e1wa
-e4wag
-e5wee
-e3wh
-ewil5
-ewi2
-ew3in4g
-e3wit
-1ex3p
-5ey1c
-5eye.
-eys4
-1fa
-fa3b2l2
-f4ab3r
-fa4ce
-4fag
-fa4i4n4
-fai2
-fal2l5e
-fal1l
-4f4a4ma
-fam5is
-5f2a2r
-far5th
-fa3ta
-fa3th2e
-f4ath
-4fa1to
-fau4lt5
-fau4l2
-4f5b
-4fd
-4fe.
-feas4
-fe4ath3
-fea2t
-f2e4b
-4fe1ca
-5fe2c1t
-2fed
-fe3l2i
-fe4mo
-fen2d
-fen1d5e
-fer1
-5fer1r4
-fev4
-4f1f
-f4fes
-f4f2ie4
-f1fi
-f5f2in.
-f2fin
-f2f5is
-f4f2ly5
-ff4l2
-f2fy
-4fh
-1fi
-f2i3a
-2f3ic.
-4f3ical
-fi1ca
-f3ica2n
-4ficate
-f3i1cen
-fi3cer
-f2i1c4i
-5fi3c2i1a
-5fic2ie4
-4fi4c3s2
-fi3cu
-fi5del
-f2id
-fight5
-f2ig
-fil5i
-fil2l5in4
-fil1l
-fill2i
-4fi1ly
-2fin
-5fi1na
-f4in2d5
-f2i2ne
-f1in3g
-f2i4n4n2
-fis4t2i
-f4l2
-f5l2e2ss
-fles2
-flin4
-flo3re
-f2ly5
-4fm
-4fn
-1fo
-5fo2n
-fon4de
-f2ond
-fon4t
-fo2r
-fo5rat
-fo1ra
-for5ay
-fore5t
-for4i
-for1t5a
-fos5
-4f5p
-fra4t
-f5rea
-fres5c
-fri2
-fril4
-frol5
-2f3s
-2ft
-f4to
-f2ty
-3fu
-fu5el
-4fug
-fu4min
-fu1mi
-fu5ne
-fu3ri
-fusi4
-f2us
-fu2s4s
-4fu1ta
-1fy
-1ga
-ga2f4
-5gal.
-3gal1i
-ga3lo
-2gam
-ga5met
-g5a2mo
-gan5is
-ga2n
-ga3niz
-gani5za1
-4gano4
-gar5n4
-g2a2r
-ga2ss4
-g4ath3
-4ga1t2iv
-4gaz
-g3b
-gd4
-2ge.
-2ged
-geez4
-gel4in
-gel2i
-ge5lis
-ge5l1iz
-4ge1ly
-1gen
-ge4n2at
-ge1na
-g5e5niz
-4g4eno
-4geny
-1geo
-ge3om
-g4ery
-5ge1si
-geth5
-4ge1to
-ge4ty
-ge4v
-4g1g2
-g2ge
-g3ger
-gglu5
-ggl2
-g1go4
-gh3in
-gh5out
-ghou2
-gh4to
-5gi.
-1g2i4a
-gi2a5r
-g1ic
-5gi3c2i1a
-g2i1ci
-g4i1co
-gien5
-g2ie4
-5gies.
-gil4
-g3i1men
-3g4in.
-g4in5ge
-5g4i2n1s2
-5g2io
-3g4ir
-gir4l
-g3is1l2
-gi4u
-5g2iv
-3giz
-gl2
-gla4
-gl2ad5i
-gla2d
-5glas
-1gle
-gli4b
-g3l2ig
-3glo
-glo3r
-g1m
-g4my
-g1n4a
-g4na.
-gne4t4t2
-g1ni
-g2n1in
-g4n2i4o
-g1no
-g4no4n
-1go
-3go.
-gob5
-5goe
-3g4o4g
-go3is
-goi2
-go2n2
-4g3o3n1a
-gon5do5
-g2ond
-go3ni
-5goo2
-go5riz
-gor5ou2
-5gos.
-gov1
-g3p
-1gr
-4gra1d2a
-gra2d
-g4r2ai2
-gra2n2
-5gra4ph.
-g5ra3ph4er
-5graph1ic
-gr4aphi
-4g3ra1phy
-4gray
-gre4n
-4gress.
-gr2e2ss
-4grit
-g4ro
-gruf4
-gs2
-g5ste
-gth3
-gu4a
-3guar2d
-gu2a2r
-2gue
-5gui5t
-g2ui2
-3gun
-3g2us
-4gu4t
-g3w
-1gy
-2g5y3n
-gy5ra
-h3ab4l2
-ha2ch4
-hae4m
-hae4t
-h5agu
-ha3la
-hala3m
-ha4m
-han4ci
-ha2n
-han4cy
-5hand.
-h4and
-h2an4g
-hang5er
-han1g5o
-h5a5niz
-ha4n4k2
-han4te
-han1t
-ha2p3l2
-ha2p5t
-ha3ra2n
-h2a2r
-ha5r2as
-har2d
-hard3e
-har4le4
-har1l
-harp5en
-har2p
-har5ter
-ha2s5s
-haun4
-5haz
-haz3a1
-h1b
-1hea2d1
-3he2a2r
-he4ca2n
-he1ca
-h5ecat
-h4ed
-h4e5do5
-he3l4i
-hel4lis
-hel1l
-hell2i
-hel4ly
-h5elo
-he4m4p
-he2n
-he1na4
-hen5at
-he1o5r
-hep5
-h4er1a
-hera3p
-her4ba
-h2er1b
-here5a
-h3ern
-h5er1ou2
-h2ero
-h3ery
-h1es
-he2s5p
-he4t
-he2t4ed
-h4eu4
-h1f
-h1h
-hi5a2n
-h2i1a
-hi4co
-high5
-h2ig
-h4il2
-himer4
-h4i1na
-hion4e
-h2io
-hio2n
-h2i4p
-hir4l
-h4ir
-hi3ro
-hir4p
-hir4r4
-his3el
-h4ise
-h4i2s4s
-hith5er
-h2ith
-hith2e
-h2i2v
-4hk
-4h1l4
-hla2n4
-h2lo
-hlo3ri
-4h1m
-hmet4
-2h1n
-h5odiz
-h5o2d1s2
-ho4g
-ho1ge4
-hol5a2r
-ho1la
-3hol4e
-ho4ma
-ho2me3
-ho1n4a
-ho2n
-ho5ny
-3hood
-hoo2
-hoo2n4
-hor5at
-ho1ra
-ho5r2is
-hort3e
-ho5ru
-hos4e
-ho5sen
-hos1p
-1ho2us
-hou2
-house3
-hov5el
-4h5p
-4hr4
-hree5
-hro5niz
-hro2n
-hro3po
-4h1s2
-h4s2h
-h4t2a2r
-h1ta
-ht1en
-ht5es
-h4ty
-hu4g
-hu4min
-hu1mi
-hun5ke
-hu4nk2
-hun4t
-hus3t4
-h2us
-hu4t
-h1w
-h4war4t
-hw2a2r
-hy3pe
-hy3ph
-hy2s
-2i1a
-i2al
-iam4
-iam5e1te
-i2a2n
-4ianc
-ian3i
-4ian4t
-ia5pe
-ia2ss4
-i4a1t2iv
-ia4tric
-ia1tr
-i4a2tu
-ibe4
-ib3er1a
-ib5ert
-ib5i1a
-ib3in
-ib5it.
-ibi2t
-ib5ite
-i1b2l2
-ib3li
-i5bo
-i1br
-i2b5ri
-i5bu4n
-4icam
-i1ca
-5icap
-4ic2a2r
-i4car.
-i4cara
-icas5
-i4cay
-iccu4
-ic3c
-4iceo
-4i2ch
-2i1ci
-i5c2id
-ic5i1na
-i2cin
-i2c2ip
-ic3i1pa
-i4c1ly4
-i1c4l4
-i2c5oc
-i1co
-4i1cr
-5icra
-i4cry
-ic4te
-i2c1t
-ic1tu2
-ic4t3u1a
-ic3u1la
-ic4um
-ic5uo
-i3cur
-2id
-i4dai2
-i1d2a
-id5anc
-ida2n
-id5d4
-ide3a4l
-ide4s2
-i2di
-id5i2a2n
-i1d4i3a
-idi4a2r
-i5d2ie4
-i1d3io
-idi5ou2
-id1it
-id5i1u
-i3dle
-i4dom
-i1do
-id3ow
-i4dr
-i2du
-id5uo
-2ie4
-ied4e
-5ie5ga
-ie2ld3
-ie1n5a4
-ien4e
-i5e4n1n2
-i3ent2i
-ien1t
-i1er.
-i3es2c
-i1est
-i3et
-4if.
-if5ero
-ifer1
-iff5en
-i4f1f
-if4fr
-4i2f3ic.
-i1fi
-i3f2ie4
-i3f4l2
-4i2ft
-2ig
-iga5b
-i1ga
-ig3er1a
-ight3i
-4igi
-i3gib
-ig3il4
-ig3in
-ig3it
-i4g4l2
-i2go
-ig3or
-ig5ot
-i5gre
-i1gr
-ig2u5i2
-ig1ur
-i3h
-4i5i4
-i3j
-4ik
-i1la
-il3a4b
-i4l4ade
-ila2d
-i2l5am
-ila5ra
-il2a2r
-i3leg
-il1er
-ilev4
-i2l5f
-il1i
-il3i1a
-il2ib
-il3io
-il4ist
-2il1it
-il2iz
-ill5ab
-il1l
-4i2l1n2
-il3o1q
-il4ty
-i4lt
-il5ur
-il3v
-i4mag
-i1ma
-im3age
-ima5ry
-im2a2r
-iment2a5r
-i1men
-i3men1t
-imen1ta
-4imet
-im1i
-im5i1d4a
-im2id
-imi5le
-i5m2ini
-4imit
-im4ni
-i4m1n
-i3mo2n
-i1mo
-i2mu
-im3u1la
-2in.
-i4n3au
-i1na
-4inav
-incel4
-in3cer
-4ind
-in5dling
-2ine
-i3nee
-in4er4a2r
-in1er
-iner1a
-i5n2e2ss
-i1nes
-4in1ga
-4inge
-in5gen
-4ingi
-in5gling
-ingl2
-4in1go
-4in1gu
-2ini
-i5ni.
-i4n4i1a
-in3i4o
-in1is
-i5ni4te.
-in2it
-in2ite
-5i3n2i1t2io
-ini1ti
-in3i1ty
-4i4nk2
-4i4n1l
-2i4n1n2
-2i1no
-i4no4c
-ino4s
-i4not
-2i2n1s2
-in3se
-insu1r5a
-in1su
-insu2r
-2int.
-in1t
-2in4th
-in1u
-i5n2us
-4iny
-2io
-4io.
-io1ge4
-io2gr
-i1ol
-io4m
-ion3at
-io2n
-io1n1a
-ion4ery
-ion1er
-ion3i
-i2o5ph
-ior3i
-i4os
-i4o5th
-i5oti
-io4to
-i4our
-iou2
-2ip
-ipe4
-iphr2as4
-ip4hr4
-ip3i
-ip4ic
-ip4re4
-ipr2
-ip3ul
-i3qua
-iqu2
-iq5ue1f
-iq3u2id
-iq2ui2
-iq3ui3t
-4ir
-i1ra
-i2ra4b
-i4rac
-ird5e
-ire4de
-i2r2ed
-i4re1f
-i4rel4
-i4res
-ir5gi
-irg2
-ir1i
-iri5de
-ir2id
-ir4is
-iri3tu
-5i5r2iz
-ir4min
-ir1m
-iro4g
-5iron.
-iro2n
-ir5ul
-2is.
-is5ag
-isa2
-is3a2r
-isas5
-2is1c
-is3ch2
-4ise
-is3er
-3i4s3f
-is5ha2n
-is2h
-is3ho2n3
-isho4
-ish5op
-is3i1b
-is2i4d
-i5sis
-is5i1t2iv
-isi1ti
-4is4k2
-isla2n4
-is1l2
-4is4m1s2
-i2s1m
-i2so
-iso5mer
-i3som
-iso2me
-is1p
-is2pi
-is4py
-4i2s1s
-is4sal
-is1sa2
-issen4
-is4s1e4s
-is4ta.
-is1ta
-is1te
-is1t2i
-ist4ly
-is2tl
-4istral
-ist4r
-is1tra
-i2su
-is5us
-4i3ta.
-i1ta
-ita4bi
-i2tab
-i4tag
-4ita5m
-i3ta2n
-i3tat
-2ite
-it3er1a
-i5ter1i
-it4es
-2ith
-i1ti
-4i1t2i1a
-4i2tic
-it3i1ca
-5i5tick1
-i2t3ig
-it5il1l
-i2tim
-2i1t2io
-4itis
-i4ti2s4m
-i2t5o5m
-i1to
-4ito2n
-i4tram
-i1tra
-it5ry
-4i4t3t2
-it3u1at
-i1tu
-itu1a
-i5tud2
-it3ul
-4itz.
-i4tz
-i1u
-2iv
-iv3el1l
-iv3en.
-i4v3er.
-i4vers.
-ive4r1s2
-iv5il.
-i2vil
-iv5io
-iv1it
-i5vore
-iv3o3ro
-i4v3ot
-4i5w
-ix4o
-4iy
-4iz2a2r2
-iza1
-i2z1i4
-5izon1t
-i1zo
-izo2n
-5ja
-jac4q
-ja4p
-1je
-je4r5s2
-4jes4t2ie4
-jest2i
-4jes2ty
-jew3
-jo4p
-5judg
-3ka.
-k3ab
-k5ag
-kais4
-kai2
-kal4
-k1b
-k2ed
-1kee
-ke4g
-ke5l2i
-k3en4d
-k1er
-kes4
-k3e2st.
-ke4ty
-k3f
-kh4
-k1i
-5ki.
-5k2ic
-k4il1l
-kilo5
-k4im
-k4in.
-kin4de
-k4ind
-k5i5n2e2ss
-k2ine
-ki1nes
-kin4g
-k2i4p
-kis4
-k5is2h
-kk4
-k1l
-4k3ley
-4k1ly
-k1m
-k5nes
-1k2no
-ko5r
-kos2h4
-k3ou2
-kro5n
-4k1s2
-k4sc
-ks4l2
-k4s4y
-k5t
-k1w
-lab3ic
-l4abo
-l4a2ci4
-l4ade
-la2d
-la3d2y
-lag4n
-la2m3o
-3l4and
-la2n
-lan4dl
-lan5et
-lan4te
-lan1t
-lar4g2
-l2a2r
-lar3i
-las4e
-la5ta2n
-la2ta
-4latel2i4
-4la1t2iv
-4lav
-la4v4a
-2l1b
-lbin4
-4l1c2
-lce4
-l3ci
-2ld
-l2de
-ld4ere
-ld4er1i
-ldi4
-ld5is1
-l3dr
-l4dri
-le2a
-le4bi
-l2e1b
-le2ft5
-le1f
-5leg.
-5le4g1g2
-le4mat
-le1ma
-lem5at1ic
-4len.
-3lenc
-5le2ne.
-1len1t
-le3ph
-le4pr2
-le2ra5b
-ler1a
-ler4e
-3lerg2
-3l4er1i
-l4ero
-les2
-le5s1co
-les2c
-5lesq
-3l2e2ss
-5less.
-l3e1va
-lev4er.
-lev1er
-lev4er1a
-lev4e4r1s2
-3ley
-4leye
-2lf
-l5fr
-4l1g4
-l5ga
-lg2a2r3
-l4ges
-l1go3
-2l3h
-li4ag
-l2i1a
-li2am4
-liar5iz
-li2a2r
-liar1i
-li4as
-li4a1to
-li5bi
-5lic2io
-l2i1ci
-li4cor
-li1co
-4li4c3s2
-4lict.
-li2c1t
-l4icu
-l3i1cy
-l3i1d2a
-l2id
-lid5er
-3li2di
-lif3er1
-l4i4f1f
-li4f4l2
-5ligate
-l2ig
-li1ga
-3ligh
-li4gra
-li1gr
-3l4ik
-4l4i4l
-lim4b2l2
-li4m1b
-lim3i
-li4mo
-l4i4m4p
-l4i1na
-1l4ine
-lin3ea
-l2in3i
-link5er
-l4i4nk2
-li5og
-l2io
-4l4iq
-lis4p
-l1it
-l2it.
-5lit3i1ca
-li1ti
-l4i2tic
-l5i5ti4c3s2
-liv3er
-l2iv
-l1iz
-4lj
-lka3
-l3kal4
-lka4t
-l1l
-l4law
-l2le
-l5le2a
-l3lec
-l3leg
-l3lel
-l3le4n
-l3le4t
-ll2i
-l2lin4
-l5l4i1na
-ll4o
-lloq2ui5
-llo1q
-lloqu2
-l2l5out
-llou2
-l5low
-2lm
-l5met
-lm3ing
-l4mo2d1
-l1mo
-lmo2n4
-2l1n2
-3lo.
-lob5al
-lo4ci
-4lof
-3log1ic
-l5o1go
-3logu
-lom3er
-lo2me
-5long
-lo2n
-lon4i
-l3o3niz
-lood5
-loo2
-5lo4pe.
-lop3i
-l3o4p1m
-lo1ra4
-lo4ra1to
-lo5r2ie4
-lor5ou2
-5los.
-los5et
-5los5o3phiz
-lo2so
-los4op
-los2oph
-5los5o1phy
-los4t
-lo4ta
-loun5d
-lou2
-2lout
-4lov
-2lp
-lpa5b
-l1pa
-l3pha
-l5phi
-lp5ing
-lpi2n
-l3pit
-l4p2l2
-l5pr2
-4l1r
-2l1s2
-l4sc
-l2se
-l4s2ie4
-4lt
-lt5ag
-l1ta
-ltane5
-lta2n
-l1te
-lten4
-lter1a4
-lth3i
-l5ties.
-lt2ie4
-ltis4
-l1tr
-l1tu2
-ltu1r3a
-lu5a
-lu3br
-lu2ch4
-lu3ci
-lu3en
-luf4
-lu5id
-l2ui2
-lu4ma
-5lu1mi
-l5umn.
-lu4m1n
-5lum3n4i1a
-lu3o
-luo3r
-4lup
-lu2ss4
-l2us
-lus3te
-1lut
-l5ven
-l5vet4
-2l1w
-1ly
-4lya
-4ly1b
-ly5me4
-ly3no
-2lys4
-l5y3s2e
-1ma
-2mab
-ma2ca
-ma5ch2ine
-ma2ch
-ma4ch1in
-ma4c4l4
-mag5in
-mag1i
-5mag1n
-2mah
-ma2id5
-mai2
-4ma2ld
-ma3l2ig
-mal1i
-ma5lin
-mal4l2i
-mal1l
-mal4ty
-ma4lt
-5ma3n4i1a
-ma2n
-man5is
-man3iz
-4map
-ma5ri2ne.
-m2a2r
-mar1i
-mar2in4e
-ma5r2iz
-mar4ly
-mar1l
-mar3v
-ma5sce
-mas4e
-mas1t
-5mate
-m4ath3
-ma3tis
-4mati3za1
-ma1tiz
-4m1b
-m1ba4t5
-m5bil
-m4b3ing
-mb2i4v
-4m5c
-4me.
-2med
-4med.
-5me3d4i3a
-m4edi
-me3d2ie4
-m5e5d2y
-me2g
-mel5o2n
-me4l4t
-me2m
-me1m1o3
-1men
-me1n4a
-men5ac
-men4de
-4mene
-men4i
-me2n1s4
-men1su5
-3men1t
-men4te
-me5o2n
-m5er1sa2
-me4r1s2
-2mes
-3mest2i
-me4ta
-met3a2l
-me1te
-me5thi
-m4etr
-5met3ric
-me5tr2ie4
-me3try
-me4v
-4m1f
-2mh
-5mi.
-m2i3a
-mi1d4a
-m2id
-mid4g
-m2ig4
-3mil3i1a
-mil1i
-m5i5l2ie4
-m4il1l
-mi1n4a
-3m4ind
-m5i3nee
-m2ine
-m4ingl2
-min5gli
-m5ing1ly
-min4t
-m4in1u
-miot4
-m2io
-m2is
-mi4s4er.
-m4ise
-mis3er
-mis5l2
-mis4t2i
-m5i4stry
-mist4r
-4m2ith
-m2iz
-4mk
-4m1l
-m1m
-mma5ry
-m1ma
-mm2a2r
-4m1n
-m1n4a
-m4n1in
-mn4o
-1mo
-4mocr
-5moc5ra1tiz
-mo2d1
-mo4go
-mois2
-moi2
-mo4i5se
-4m2ok
-mo5lest
-moles2
-mo3me
-mon5et
-mo2n
-mon5ge
-mo3n4i3a
-mon4i2s1m
-mon1is
-mon4ist
-mo3niz
-monol4
-mo3ny.
-mo2r
-4mo5ra.
-mo1ra
-mos2
-mo5sey
-mo3sp
-m4oth3
-m5ouf
-mou2
-3mo2us
-mo2v
-4m1p
-mpara5
-m1pa
-mp2a2r
-mpa5rab
-mp4a4r5i
-m3pe2t
-mphas4
-m2pi
-mp2i4a
-mp5ies
-mp2ie4
-m4p1i2n
-m5p4ir
-mp5is
-mpo3ri
-m1p4or
-mpos5ite
-m1pos
-m4po2us
-mpou2
-mpov5
-mp4tr
-m2p1t
-m2py
-4m3r
-4m1s2
-m4s2h
-m5si
-4mt
-1mu
-mul2a5r4
-mu1la
-5mu4lt
-mul1ti3
-3mum
-mun2
-4mup
-mu4u
-4mw
-1na
-2n1a2b
-n4abu
-4nac.
-na4ca
-n5a2c1t
-nag5er.
-nak4
-na4l1i
-na5l2i1a
-4na4lt
-na5mit
-n2a2n
-nan1ci4
-nan4it
-na4nk4
-nar3c
-n2a2r
-4nare
-nar3i
-nar4l
-n5ar1m
-n4as
-nas4c
-nas5t2i
-n2at
-na3ta2l
-na2ta
-nat5o5m2iz
-na2tom
-na1to
-n2au
-nau3se
-na2us
-3naut
-nav4e
-4n1b4
-nc2a2r5
-n1ca
-n4ces.
-n3cha
-n2ch
-n5cheo
-nche2
-n5ch4il2
-n3chis
-n2c1in
-n1ci
-n2c4it
-ncou1r5a
-n1co
-ncou2
-n1cr
-n1cu
-n4dai2
-n1d2a
-n5da2n
-n1de
-nd5e2st.
-ndes2
-ndi4b
-n5d2if
-n1dit
-n3diz
-n5du2c
-n1du
-ndu4r
-nd2we
-nd1w
-2ne.
-n3e2a2r
-n2e2b
-neb3u
-ne2c
-5neck1
-2ned
-ne4gat
-ne1ga
-ne4g5a1t2iv
-5nege
-ne4la
-nel5iz
-nel2i
-ne5mi
-ne4mo
-1nen
-4nene
-3neo
-ne4po
-ne2q
-n1er
-ne2ra5b
-ner1a
-n4er3a2r
-n2ere
-n4er5i
-ner4r4
-1nes
-2nes.
-4ne1sp
-2nest
-4nes4w2
-3net1ic
-ne4v
-n5eve
-ne4w
-n3f
-n4gab
-n1ga
-n3gel
-nge4n4e
-n1gen
-n5gere
-n3ger1i
-ng5ha
-n3gib
-ng1in
-n5git
-n4gla4
-ngl2
-ngov4
-n1go
-ng5s2h
-ngs2
-n1gu
-n4gum
-n2gy
-4n1h4
-nha4
-nhab3
-nhe4
-3n4i1a
-ni3a2n
-ni4ap
-ni3ba
-ni4b2l2
-n2i4d
-ni5di
-ni4er
-n2ie4
-ni2fi
-ni5ficat
-nifi1ca
-n5i1gr
-n2ig
-n4ik4
-n1im
-ni3m2iz
-nim1i
-n1in
-5ni2ne.
-n2ine
-nin4g
-n2i4o
-5n2is.
-nis4ta
-n2it
-n4ith
-3n2i1t2io
-ni1ti
-n3itor
-ni1to
-ni3tr
-n1j
-4nk2
-n5k2ero
-nk1er
-n3ket
-nk3in
-nk1i
-n1k1l
-4n1l
-n5m
-nme4
-nmet4
-4n1n2
-nne4
-nni3al
-n3n4i1a
-nn2i4v
-nob4l2
-no3ble
-n5o1c4l4
-4n3o2d
-3noe
-4nog
-no1ge4
-nois5i
-noi2
-no5l4i
-5nol1o1gis
-3nomic
-n5o5m2iz
-no4mo
-no3my
-no4n
-non4ag
-no1n1a
-non5i
-n5oniz
-4nop
-5nop5o5l2i
-no2r5ab
-no1ra
-no4rary
-nor2a2r
-4nos2c
-nos4e
-nos5t
-no5ta
-1nou2
-3noun
-nov3el3
-nowl3
-n1p4
-npi4
-npre4c
-npr2
-n1q
-n1r
-nru4
-2n1s2
-n2s5ab
-nsa2
-nsati4
-ns4c
-n2se
-n4s3e4s
-ns2id1
-ns2ig4
-n2s1l2
-n2s3m
-n4soc
-n1so
-ns4pe
-n5spi
-nsta5b2l2
-ns1ta
-ns2tab
-n1t
-n2ta4b
-n1ta
-nte4r3s2
-nt2i
-n5ti2b
-nti4er
-nt2ie4
-nti2f2
-n3t2ine
-n2t1in
-n4t3ing
-nt2i4p
-ntrol5l2i
-ntrol1l
-n4t4s2
-ntu3me
-n1tu
-n3tum
-nu1a
-nu4d
-nu5en
-nuf4fe
-nu4f1f
-n3ui4n
-n2ui2
-3nu3it
-n4um
-nu1me
-n5u1mi
-3nu4n
-n3uo
-nu3tr
-n1v2
-n1w4
-nym4
-nyp4
-4nz
-n3za1
-4oa
-oa2d3
-o5a5les2
-o2ale
-oard3
-o2a2r
-oas4e
-oast5e
-oat5i
-ob3a3b
-o5b2a2r
-o1be4l
-o1bi
-o2bin
-ob5ing
-o3br
-ob3ul
-o1ce
-o2ch4
-o3che4t
-oche2
-ocif3
-o1ci
-o4cil
-o4clam
-o1c4l4
-o4cod
-o1co
-oc3rac
-oc5ra1tiz
-ocre3
-5ocrit
-ocri2
-octo2r5a
-o2c1t
-oc1to
-oc3u1la
-o5cure
-od5d1ed
-od1d4
-od3ic
-o1d2i3o
-o2do4
-od4or3
-o4d5uct.
-o1du
-odu2c
-odu2c1t
-o4d5uc4t1s2
-o4el
-o5eng
-o3er
-oe4ta
-o3ev
-o2fi
-of5ite
-of4i4t4t2
-o2g5a5r
-o1ga
-o4g5a1t2iv
-o4ga1to
-o1ge
-o5gene
-o1gen
-o5geo
-o4ger
-o3g2ie4
-1o1gis
-og3it
-o4gl2
-o5g2ly
-3ogniz
-og1ni
-o4g4ro
-o1gr
-og2u5i2
-1o1gy
-2o2g5y3n
-o1h2
-ohab5
-oi2
-oic3es
-oi3der
-o2id
-oi4f1f4
-o2ig4
-oi5let
-o3ing
-oint5er
-oin1t
-o5i2s1m
-oi5so2n
-oi2so
-oist5en
-ois1te
-oi3ter
-o2ite
-o5j
-2ok
-o3ken
-ok5ie4
-ok1i
-o1la
-o4la2n
-ola2ss4
-o2l2d
-ol2d1e
-ol3er
-o3les2c
-oles2
-o3let
-ol4fi
-o2lf
-ol2i
-o3l2i1a
-o3lice
-ol5id.
-ol2id
-o3li4f
-o5l4i4l
-ol3ing
-o5l2io
-o5l2is.
-ol3is2h
-o5l2ite
-ol1it
-o5l2i1t2io
-oli1ti
-o5l2iv
-oll2i4e4
-ol1l
-oll2i
-ol5o3giz
-olo4r
-ol5p2l2
-o2lp
-o4l2t
-ol3ub
-ol3ume
-ol3un
-o5l2us
-ol2v
-o2ly
-o2m5ah
-o1ma
-oma5l
-om5a1tiz
-om2be
-o4m1b
-om4b2l2
-o2me
-om3e1n4a
-o1men
-om5er2se
-ome4r1s2
-o4met
-om5e3try
-om4etr
-o3m2i3a
-om3ic.
-om3i1ca
-o5m2id
-om1in
-o5m2ini
-5ommend
-om1m
-om1men
-omo4ge
-o1mo
-o4mo2n
-om3pi
-o4m1p
-ompro5
-ompr2
-o2n
-o1n1a
-on4ac
-o3n2a2n
-on1c
-3oncil
-on1ci
-2ond
-on5do
-o3nen
-o2n5est
-o1nes
-on4gu
-on1ic
-o3n2i4o
-on1is
-o5ni1u
-on3key
-o4nk2
-on4odi
-o4n3o2d
-on3o3my
-o2n3s2
-on5spi4
-onspi1r5a
-onsp4ir
-on1su4
-onten4
-on1t
-on3t4i
-onti2f5
-on5um
-on1va5
-on1v2
-oo2
-ood5e
-ood5i
-o2o4k
-oop3i
-o3ord
-oost5
-o2pa
-o2p2e5d
-op1er
-3oper1a
-4op4erag
-2oph
-o5pha2n
-o5ph4er
-op3ing
-opi2n
-o3pit
-o5po2n
-o4posi
-o1pos
-o1pr2
-op1u
-opy5
-o1q
-o1ra
-o5ra.
-o4r3ag
-or5al1iz
-oral1i
-or5an4ge
-ora2n
-or2ang
-ore5a
-o5re1a4l
-or3ei2
-or4e5s2h
-or5e2st.
-ores2t
-orew4
-or4gu
-org2
-4o5r2i3a
-or3i1ca
-o5ril
-or1in
-o1r2i1o
-or3i1ty
-o3ri1u
-or2mi
-or1m
-orn2e
-o5rof
-or3oug
-orou2
-or5pe
-or1p
-3orrh4
-or1r4
-or4se
-o4rs2
-ors5en
-orst4
-or3thi
-or3thy
-or4ty
-o5rum
-o1ry
-os3al
-osa2
-os2c
-os4ce
-o3scop
-os1co
-4oscopi
-o5scr
-os4i4e4
-os5i1t2iv
-osi1ti
-os3i1to
-os3i1ty
-o5si4u
-os4l2
-o2so
-o2s4pa
-os4po
-os2ta
-o5stati
-os5til
-ost2i
-os5tit
-o4ta2n
-o1ta
-otele4g
-ot3er.
-ot5e4r1s2
-o4tes
-4oth
-oth5e1si
-oth2e
-oth1es
-oth3i4
-ot3ic.
-ot5i1ca
-o3tice
-o3tif2
-o3tis
-oto5s2
-o1to
-ou2
-ou3b2l2
-ouch5i
-ou2ch
-ou5et
-ou4l
-ounc5er
-oun2d
-ou5v2
-ov4en
-over4ne
-ove4r3s2
-ov4ert
-o3vis
-o4vi1ti4
-o5v4ol
-ow3der
-ow3el
-ow5est3
-ow1i2
-own5i
-o4wo2
-oy1a
-1pa
-pa4ca
-pa4ce
-pa2c4t
-p4a2d
-5paga4n
-pa1ga
-p3agat
-p4ai2
-pa4i4n4
-p4al
-pa1n4a
-pa2n
-pan3el
-pan4ty
-pan1t
-pa3ny
-pa1p
-pa4pu
-para5b2l2
-p2a2r
-pa2rab
-par5age
-par5d2i
-3pare
-par5el
-p4a4r1i
-par4is
-pa2te
-pa5ter
-5pathic
-p4ath
-pa5thy
-pa4tric
-pa1tr
-pav4
-3pay
-4p1b
-pd4
-4pe.
-3pe4a
-pear4l
-pe2a2r
-pe2c
-2p2ed
-3pede
-3p4edi
-pe3d4i3a4
-ped4ic
-p4ee
-pee4d
-pek4
-pe4la
-pel2i4e4
-pel2i
-pe4n2a2n
-pe1na
-p4enc
-pen4th
-pen1t
-pe5o2n
-p4era.
-per1a
-pera5b2l2
-pe2ra4b
-p4erag
-p4er1i
-peri5st
-per2is
-per4mal
-per3m4
-per1ma
-per2me5
-p4ern
-p2er3o
-per3ti
-p4e5ru
-per1v
-pe2t
-pe5ten
-pe5tiz
-4pf
-4pg
-4ph.
-phar5i
-ph2a2r
-ph4e3no
-phe2n
-ph4er
-ph4es.
-ph1es
-ph1ic
-5ph2ie4
-ph5ing
-5phis1t2i
-3phiz
-p4h2l4
-3phob
-3phone
-pho2n
-5phoni
-pho4r
-4p4h1s2
-ph3t
-5phu
-1phy
-p2i3a
-pi2a2n4
-pi4c2ie4
-p2i1ci
-pi4cy
-p4id
-p5i1d2a
-pi3de
-5pi2di
-3piec
-p2ie4
-pi3en
-pi4grap
-p2ig
-pi1gr
-pi3lo
-pi2n
-p4in.
-p4ind4
-p4i1no
-3p2i1o
-pio2n4
-p3ith
-pi5tha
-pi2tu
-2p3k2
-1p2l2
-3pla2n
-plas5t
-pl2i3a
-pli5er
-pl2ie4
-4pl2ig
-pli4n
-ploi4
-plu4m
-plu4m4b
-4p1m
-2p3n
-po4c
-5pod.
-po5em
-po3et5
-5po4g
-poin2
-poi2
-5poin1t
-poly5t
-po2ly
-po4ni
-po2n
-po4p
-1p4or
-po4ry
-1pos
-po2s1s
-p4ot
-po4ta
-5poun
-pou2
-4p1p
-ppa5ra
-p1pa
-pp2a2r
-p2pe
-p4p2ed
-p5pel
-p3pen
-p3per
-p3pe2t
-ppo5s2ite
-p1pos
-pr2
-pray4e4
-5pre1c2i
-pre5co
-pre3e2m
-pre4f5ac
-pre1f
-pre1fa
-pre4la
-pr1e3r4
-p3re1s2e
-3pr2e2ss
-pre5ten
-pre3v2
-5pr2i4e4
-prin4t3
-pr2i4s
-pri2s3o
-p3ro1ca
-pr2oc
-prof5it
-pro2fi
-pro3l
-pros3e
-pro1t
-2p1s2
-p2se
-ps4h
-p4si1b
-2p1t
-p2t5a4b
-p1ta
-p2te
-p2th
-p1ti3m
-ptu4r
-p1tu
-p4tw4
-pub3
-pue4
-puf4
-pu4l3c2
-pu4m
-pu2n
-pur4r4
-5p2us
-pu2t
-5pute
-put3er
-pu3tr
-put4t1ed
-pu4t3t2
-put4t1in
-p3w
-qu2
-qua5v4
-2que.
-3quer
-3quet
-2rab
-ra3bi
-rach4e2
-ra2ch
-r5a1c4l4
-raf5fi
-ra2f
-ra4f1f4
-ra2f4t
-r2ai2
-ra4lo
-ram3et
-r2ami
-ra3ne5o
-ra2n
-ran4ge
-r2ang
-r4ani
-ra5no4
-rap3er
-3ra1phy
-rar5c
-r2a2r
-rare4
-rar5e1f
-4raril
-rar1i
-r2as
-ratio2n4
-ra1t2io
-rau4t
-ra5vai2
-ra2va
-rav3el
-ra5z2ie4
-ra2z1i
-r1b
-r4bab
-r4bag
-rbi2
-r2b3i4f
-r2bin
-r5b2ine
-rb5ing.
-rb4o
-r1c
-r2ce
-r1cen4
-r3cha
-r2ch
-rch4er
-rche2
-r4ci4b
-r1ci
-r2c4it
-rcum3
-r4dal
-r1d2a
-rd2i
-r1d4i4a
-rdi4er
-rd2ie4
-rd1in4
-rd3ing
-2re.
-re1a4l
-re3a2n
-re5ar1r4
-re2a2r
-5rea2v
-re4aw
-r5ebrat
-r2e1b
-re3br
-rec5ol1l
-re2col
-re1co
-re4c5ompe
-reco4m1p
-re4cre
-re1cr
-2r2ed
-re1de
-re3dis1
-r4edi
-red5it
-re4fac
-re1f
-re1fa
-re2fe
-re5fer.
-refer1
-re3fi
-re4fy
-reg3is
-re5it
-rei2
-re1l2i
-re5lu
-r4en4ta
-ren1t
-ren4te
-re1o
-re5pi2n
-re4posi
-re1po
-re1pos
-re1pu
-r1er4
-r4er1i
-r2ero4
-r4e5ru
-r4es.
-re4spi
-re1sp
-res4s5i4b
-r2e2ss
-res1si
-res2t
-re5s2ta2l
-res1ta
-r2e3st4r
-re4ter
-re4ti4z
-re3tri
-r4eu2
-re5u1t2i
-rev2
-re4val
-re1va
-rev3el
-r5ev5er.
-rev1er
-re5ve4r1s2
-re5vert
-re5vi4l
-re1vi
-rev5olu
-re4wh
-r1f
-r3fu4
-r4fy
-rg2
-rg3er
-r3get
-r3g1ic
-rgi4n
-rg3ing
-r5gis
-r5git
-r1gl2
-rgo4n2
-r1go
-r3gu
-rh4
-4rh.
-4rhal
-r2i3a
-ria4b
-ri4ag
-r4ib
-rib3a
-ric5as5
-ri1ca
-r4ice
-4r2i1ci
-5ri5c2id
-ri4c2ie4
-r4i1co
-rid5er
-r2id
-ri3enc
-r2ie4
-ri3en1t
-ri1er
-ri5et
-rig5a2n
-r2ig
-ri1ga
-5r4igi
-ril3iz
-ril1i
-5rima2n
-ri1ma
-rim5i
-3ri1mo
-rim4pe
-ri4m1p
-r2i1na
-5rina.
-r4in4d
-r2in4e
-rin4g
-r2i1o
-5riph
-r2ip
-riph5e
-ri2p2l2
-rip5lic
-r4iq
-r2is
-r4is.
-r2is4c
-r3is2h
-ris4p
-ri3ta3b
-ri1ta
-r5ited.
-r2ite
-ri2t1ed
-rit5er.
-rit5e4r1s2
-r4i2t3ic
-ri1ti
-ri2tu
-rit5ur
-riv5el
-r2iv
-riv3et
-riv3i
-r3j
-r3ket
-rk4le
-rk1l
-rk4lin
-r1l
-rle4
-r2led
-r4l2ig
-r4lis
-rl5is2h
-r3lo4
-r1m
-rma5c
-r1ma
-r2me
-r3men
-rm5e4r1s2
-rm3ing
-r4ming.
-r4m2io
-r3mit
-r4my
-r4n2a2r
-r1na
-r3nel
-r4n1er
-r5net
-r3ney
-r5nic
-r1nis4
-r3n2it
-r3n2iv
-rno4
-r4nou2
-r3nu
-rob3l2
-r2oc
-ro3cr
-ro4e
-ro1fe
-ro5fil
-ro2fi
-r2ok2
-ro5k1er
-5role.
-rom5e1te
-ro2me
-ro4met
-rom4i
-ro4m4p
-ron4al
-ro2n
-ro1n1a
-ron4e
-ro5n4is
-ron4ta
-ron1t
-1room
-roo2
-5root
-ro3pel
-rop3ic
-ror3i
-ro5ro
-ro2s5per
-ro2s4s
-ro4th2e
-r4oth
-ro4ty
-ro4va
-rov5el
-rox5
-r1p
-r4pe4a
-r5pen1t
-rp5er.
-r3pe2t
-rp4h4
-rp3ing
-rpi2n
-r3po
-r1r4
-rre4c
-rre4f
-r4re1o
-rre4s2t
-rr2i4o
-rr2i4v
-rro2n4
-rros4
-rrys4
-4rs2
-r1sa2
-rsa5ti
-rs4c
-r2se
-r3sec
-rse4cr
-r4s5er.
-rs3e4s
-r5se5v2
-r1s2h
-r5sha
-r1si
-r4si4b
-rso2n3
-r1so
-r1sp
-r5sw2
-rta2ch4
-r1ta
-r4tag
-r3t2e1b
-r3ten4d
-r1te5o
-r1ti
-r2t5i2b
-rt2i4d
-r4tier
-rt2ie4
-r3t2ig
-rtil3i
-rtil4l
-r4ti1ly
-r4tist
-r4t2iv
-r3tri
-rtr2oph4
-rt4s2h4
-r4t1s2
-ru3a
-ru3e4l
-ru3en
-ru4gl2
-ru3i4n
-r2ui2
-rum3p2l2
-ru4m2p
-ru2n
-ru4nk5
-run4ty
-run1t
-r5usc2
-r2us
-ru2t1i5n
-r4u1t2i
-rv4e
-rvel4i
-r3ven
-rv5er.
-r5vest
-rv4e2s
-r3vey
-r3vic
-r3v2i4v
-r3vo
-r1w
-ry4c
-5rynge
-ryn5g
-ry3t
-sa2
-2s1ab
-5sack1
-sac3ri2
-s3a2c1t
-5sai2
-sa4l2a2r4
-s4a2l4m
-sa5lo
-sa4l4t
-3sanc
-sa2n
-san4de
-s4and
-s1ap
-sa5ta
-5sa3t2io
-sa2t3u
-sau4
-sa5vor
-5saw
-4s5b
-scan4t5
-s1ca
-sca2n
-sca4p
-scav5
-s4ced
-4s3cei2
-s4ces
-s2ch2
-s4cho2
-3s4c2ie4
-s1ci
-5sc4in4d
-s2cin
-scle5
-s1c4l4
-s4cli
-scof4
-s1co
-4scopy5
-scou1r5a
-scou2
-s1cu
-4s5d
-4se.
-se4a
-seas4
-sea5w
-se2c3o
-3se2c1t
-4s4ed
-se4d4e
-s5edl
-se2g
-se1g3r
-5sei2
-se1le
-5se2l2f
-5selv
-4se1me
-se4mol
-se1mo
-sen5at
-se1na
-4senc
-sen4d
-s5e2ned
-sen5g
-s5en1in
-4sen4t1d
-sen1t
-4sen2tl
-se2p3a3
-4s1er.
-s4er1l
-s2er4o
-4ser3vo
-s1e4s
-s4e5s2h
-ses5t
-5se5um
-s4eu
-5sev
-sev3en
-sew4i2
-5sex
-4s3f
-2s3g
-s2h
-2sh.
-sh1er
-5shev
-sh1in
-sh3io
-3sh2i4p
-sh2i2v5
-sho4
-sh5o2l2d
-sho2n3
-shor4
-short5
-4sh1w
-si1b
-s5ic3c
-3si2de.
-s2id
-5side4s2
-5si2di
-si5diz
-4sig1n4a
-s2ig
-sil4e
-4si1ly
-2s1in
-s2i1na
-5si2ne.
-s2ine
-s3ing
-1s2io
-5sio2n
-sio1n5a
-s4i2r
-si1r5a
-1sis
-3s2i1t2io
-si1ti
-5si1u
-1s2iv
-5siz
-sk2
-4ske
-s3ket
-sk5ine
-sk1i
-sk5in4g
-s1l2
-s3lat
-s2le
-sl2ith5
-sl1it
-2s1m
-s3ma
-smal1l3
-sma2n3
-smel4
-s5men
-5s4m2ith
-smo2l5d4
-s1mo
-s1n4
-1so
-so4ce
-so2ft3
-so4lab
-so1la
-so2l3d2
-so3lic
-sol2i
-5sol2v
-3som
-3s4on.
-so2n
-so1n1a4
-son4g
-s4op
-5soph1ic
-s2oph
-s5o3phiz
-s5o1phy
-sor5c
-sor5d
-4sov
-so5vi
-2s1pa
-5sp4ai2
-spa4n
-spen4d
-2s5peo
-2sper
-s2phe
-3sph4er
-spho5
-spil4
-sp5ing
-spi2n
-4s3p2i1o
-s4p1ly
-s1p2l2
-s4po2n
-s1p4or4
-4sp4ot
-squal4l
-squ2
-s1r
-2ss
-s1sa2
-ssas3
-s2s5c
-s3sel
-s5sen5g
-s4ses.
-ss1e4s
-s5set
-s1si
-s4s2ie4
-ssi4er
-s4s5i1ly
-s4s1l2
-ss4li
-s4s1n4
-sspen4d4
-ss2t
-ssu1r5a
-s1su
-ssu2r
-ss5w2
-2st.
-s2tag
-s1ta
-s2ta2l
-stam4i
-5st4and
-sta2n
-s4ta4p
-5stat.
-s4t1ed
-stern5i
-s5t2ero
-ste2w
-ste1w5a
-s3th2e
-st2i
-s4ti.
-s5t2i1a
-s1tic
-5s4tick1
-s4t2ie4
-s3tif2
-st3ing
-s2t1in
-5st4ir
-s1tle
-s2tl
-5stock1
-s1to
-sto2m3a
-5stone
-sto2n
-s4top
-3store
-st4r
-s4tra2d
-s1tra
-5stra2tu
-s4tray
-s4tr2id
-4stry
-4st3w4
-s2ty
-1su
-su1al
-su4b3
-su2g3
-su5is
-s2ui2
-suit3
-s4ul
-su2m
-su1m3i
-su2n
-su2r
-4sv
-sw2
-4s1wo2
-s4y
-4sy1c
-3syl
-syn5o
-sy5rin
-1ta
-3ta.
-2tab
-ta5bles2
-tab2l2
-5tab5o5l1iz
-tabol2i
-4t4a2ci
-ta5do
-ta2d
-4ta2f4
-tai5lo
-tai2
-ta2l
-ta5la
-tal5en
-t2ale
-tal3i
-4talk
-tal4lis
-tal1l
-tall2i
-ta5log
-ta5mo
-tan4de
-ta2n
-t4and
-1tan1ta3
-tan1t
-ta5per
-ta5p2l2
-tar4a
-t2a2r
-4tar1c
-4tare
-ta3r2iz
-tar1i
-tas4e
-ta5s4y
-4tat1ic
-ta4tur
-ta2tu
-taun4
-tav4
-2taw
-tax4is
-tax3i
-2t1b
-4tc
-t4ch
-tch5e4t
-tche2
-4t1d
-4te.
-te2ad4i
-tea2d1
-4tea2t
-te1ce4
-5te2c1t
-2t1ed
-t4e5di
-1tee
-teg4
-te5ger4
-te5gi
-3tel.
-tel2i4
-5te2l1s2
-te2ma2
-tem3at
-3ten2a2n
-te1na
-3tenc
-3tend
-4te1nes
-1ten1t
-ten4tag
-ten1ta
-1teo
-te4p
-te5pe
-ter3c
-5ter3d
-1ter1i
-ter5ies
-ter2ie4
-ter3is
-teri5za1
-5t4er3n2it
-ter5v
-4tes.
-4t2e2ss
-t3ess.
-teth5e
-3t4eu
-3tex
-4tey
-2t1f
-4t1g
-2th.
-tha2n4
-th2e
-4thea
-th3eas
-the5a2t
-the3is
-thei2
-3the4t
-th5ic.
-th5i1ca
-4th4il2
-5th4i4nk2
-4t4h1l4
-th5ode
-5thod3ic
-4thoo2
-thor5it
-tho5riz
-2t4h1s2
-1t2i1a
-ti4ab
-ti4a1to
-2ti2b
-4tick1
-t4i1co
-t4ic1u
-5ti2di
-t2id
-3tien
-t2ie4
-tif2
-ti5fy
-2t2ig
-5tigu
-til2l5in4
-til1l
-till2i
-1tim
-4ti4m1p
-tim5ul
-ti2mu
-2t1in
-t2i1na
-3ti2ne.
-t2ine
-3t2ini
-1t2io
-ti5oc
-tion5ee
-tio2n
-5tiq
-ti3sa2
-3t4ise
-ti2s4m
-ti5so
-tis4p
-5tisti1ca
-tis1t2i
-tis1tic
-ti3tl
-ti4u
-1t2iv
-ti1v4a
-1tiz
-ti3za1
-ti3ze4n
-ti2ze
-2tl
-t5la
-tla2n4
-3tle.
-3tled
-3tles.
-tles2
-t5let.
-t5lo
-4t1m
-tme4
-2t1n2
-1to
-to3b
-to5crat
-4to2do4
-2tof
-to2gr
-to5ic
-toi2
-to2ma
-to4m4b
-to3my
-ton4a4l1i
-to2n
-to1n1a
-to3n2at
-4tono
-4tony
-to2ra
-to3r2ie4
-tor5iz
-tos2
-5tour
-tou2
-4tout
-to3w2a2r
-4t1p
-1tra
-t2ra3b
-tra5ch
-tr4a2ci4
-tra2c4it
-trac4te
-tra2c1t
-tr2as4
-tra5ven
-trav5e2s5
-tre5f
-tre4m
-trem5i
-5tr2i3a
-tri5ces
-tr4ice
-5tri3c2i1a
-t4r2i1ci
-4tri4c3s2
-2trim
-tr2i4v
-tro5m4i
-tron5i
-tro2n
-4trony
-tro5phe
-tr2oph
-tro3sp
-tro3v
-tr2u5i2
-tr2us4
-4t1s2
-t4sc
-ts2h4
-t4sw2
-4t3t2
-t4tes
-t5to
-t1tu4
-1tu
-tu1a
-tu3a2r
-tu4b4i
-tud2
-4tue
-4tuf4
-5t2u3i2
-3tum
-tu4nis
-tu1ni
-2t3up.
-3ture
-5turi
-tur3is
-tur5o
-tu5ry
-3t2us
-4tv
-tw4
-4t1wa
-twis4
-twi2
-4t1wo2
-1ty
-4tya
-2tyl
-type3
-ty5ph
-4tz
-t2z4e
-4uab
-uac4
-ua5na
-ua2n
-uan4i
-uar5an1t
-u2a2r
-uara2n
-uar2d
-uar3i
-uar3t
-u1at
-uav4
-ub4e
-u4bel
-u3ber
-u4b2ero
-u1b4i
-u4b5ing
-u3b4le.
-ub2l2
-u3ca
-uci4b
-u1ci
-u2c4it
-ucle3
-u1c4l4
-u3cr
-u3cu
-u4cy
-ud5d4
-ud3er
-ud5est
-udes2
-ude1v4
-u1dic
-ud3ied
-ud2ie4
-ud3ies
-ud5is1
-u5dit
-u4do2n
-u1do
-ud4si
-u2d1s2
-u4du
-u4ene
-ue2n1s4
-uen4te
-uen1t
-uer4il
-uer1i
-3u1fa
-u3f4l2
-ugh3e2n
-ug5in
-2ui2
-uil5iz
-uil1i
-ui4n
-u1ing
-uir4m
-u4ir
-ui1ta4
-u2iv3
-ui4v4er.
-u5j
-4uk
-u1la
-ula5b
-u5lati
-ul2ch4
-u4l1c2
-5ulche2
-ul3der
-u2ld
-ul2de
-ul4e
-u1len
-ul4gi
-u4l1g4
-ul2i
-u5l2i1a
-ul3ing
-ul5is2h
-ul4l2a2r
-ul1l
-ul4li4b
-ull2i
-ul4lis
-4u2l3m
-u1l4o
-4u2l1s2
-uls5e4s
-ul2se
-ul1ti
-u4lt
-ul1tra3
-ul1tr
-4ul1tu2
-u3lu
-ul5ul
-ul5v
-u2m5ab
-u1ma
-um4bi
-u4m1b
-um4b1ly
-umb2l2
-u1mi
-u4m3ing
-umor5o
-u1mo
-umo2r
-u4m2p
-un2at4
-u1na
-u2ne
-un4er
-u1ni
-un4im
-u2n1in
-un5is2h
-un2i3v
-u2n3s4
-un4sw2
-un2t3a4b
-un1t
-un1ta
-un4ter.
-un4tes
-unu4
-un5y
-u4n5z
-u4o4rs2
-u5os
-u1ou2
-u1pe
-upe4r5s2
-u5p2i3a
-up3ing
-upi2n
-u3p2l2
-u4p3p
-upport5
-up1p4or
-up2t5i2b
-u2p1t
-up1tu4
-u1ra
-4ura.
-u4rag
-u4r2as
-ur4be
-ur1b
-ur1c4
-ur1d
-ure5a2t
-ur4fer1
-ur1f
-ur4fr
-u3rif
-uri4fic
-uri1fi
-ur1in
-u3r2i1o
-u1rit
-ur3iz
-ur2l
-url5ing.
-ur4no4
-uros4
-ur4pe
-ur1p
-ur4pi
-urs5er
-u4rs2
-ur2se
-ur5tes
-ur3th2e
-ur1ti4
-ur4t2ie4
-u3ru
-2us
-u5sa2d
-usa2
-u5sa2n
-us4ap
-usc2
-us3ci
-use5a
-u5s2i1a
-u3sic
-us4lin
-us1l2
-us1p
-us5s1l2
-u2ss
-us5tere
-us1t4r
-u2su
-usu2r4
-u2ta4b
-u1ta
-u3tat
-4u4te.
-4utel
-4uten
-uten4i
-4u1t2i
-uti5l2iz
-util1i
-u3t2ine
-u2t1in
-ut3ing
-utio1n5a
-u1t2io
-utio2n
-u4tis
-5u5tiz
-u4t1l
-u2t5of
-u1to
-uto5g
-uto5mat1ic
-uto2ma
-u5to2n
-u4tou2
-u4t1s4
-u3u
-uu4m
-u1v2
-ux1u3
-u2z4e
-1va
-5va.
-2v1a4b
-vac5il
-v4a2ci
-vac3u
-vag4
-va4ge
-va5l2i4e4
-val1i
-val5o
-val1u
-va5mo
-va5niz
-va2n
-va5pi
-var5ied
-v2a2r
-var1i
-var2ie4
-3vat
-4ve.
-4ved
-veg3
-v3el.
-vel3l2i
-vel1l
-ve4lo
-v4e1ly
-ven3om
-v4eno
-v5enue
-v4erd
-5v2e2re.
-v4erel
-v3eren
-ver5enc
-v4eres
-ver3ie4
-ver1i
-vermi4n
-ver3m4
-3ver2se
-ve4r1s2
-ver3th
-v4e2s
-4ves.
-ves4te
-ve4te
-vet3er
-ve4ty
-vi5al1i
-v2i1a
-vi2al
-5vi2a2n
-5vi2de.
-v2id
-5vi2d1ed
-4v3i1den
-5vide4s2
-5vi2di
-v3if
-vi5gn
-v2ig
-v4ik4
-2vil
-5v2il1it
-vil1i
-v3i3l2iz
-v1in
-4vi4na
-v2inc
-v4in5d
-4ving
-vi1o3l
-v2io
-v3io4r
-vi1ou2
-v2i4p
-vi5ro
-v4ir
-vis3it
-vi3so
-vi3su
-4vi1ti
-vit3r
-4vi1ty
-3v2iv
-5vo.
-voi4
-3v2ok
-vo4la
-v5ole
-5vo4l2t
-3vol2v
-vom5i
-vo2r5ab
-vo1ra
-vori4
-vo4ry
-vo4ta
-4vo1tee
-4vv4
-v4y
-w5ab2l2
-2wac
-wa5ger
-wa2g5o
-wait5
-wai2
-w5al.
-wam4
-war4t
-w2a2r
-was4t
-wa1te
-wa5ver
-w1b
-wea5r2ie4
-we2a2r
-wear1i
-we4ath3
-wea2t
-we4d4n4
-weet3
-wee5v
-wel4l
-w1er
-west3
-w3ev
-whi4
-wi2
-wil2
-wil2l5in4
-wil1l
-will2i
-win4de
-w4ind
-win4g
-w4ir4
-3w4ise
-w2ith3
-wiz5
-w4k
-wl4es2
-wl3in
-w4no
-1wo2
-wom1
-wo5v4en
-w5p
-wra4
-wri4
-wri1ta4
-w3s2h
-ws4l2
-ws4pe
-w5s4t
-4wt
-wy4
-x1a
-xac5e
-x4a2go
-xam3
-x4ap
-xas5
-x3c2
-x1e
-xe4cu1to
-xe1cu
-xe3c4ut
-x2ed
-xer4i
-x2e5ro
-x1h
-xhi2
-xh4il5
-xhu4
-x3i
-x2i5a
-xi5c
-xi5di
-x2id
-x4ime
-xi5m2iz
-xim1i
-x3o
-x4ob
-x3p
-xp4an4d
-x1pa
-xpa2n
-xpec1to5
-xpe2c
-xpe2c1t
-x2p2e3d
-x1t2
-x3ti
-x1u
-xu3a
-xx4
-y5ac
-3y2a2r4
-y5at
-y1b
-y1c
-y2ce
-yc5er
-y3ch
-ych4e2
-ycom4
-y1co
-ycot4
-y1d
-y5ee
-y1er
-y4er1f
-yes4
-ye4t
-y5gi
-4y3h
-y1i
-y3la
-ylla5b2l2
-yl1l
-y3lo
-y5lu
-ymbol5
-y4m1b
-yme4
-ym1pa3
-y4m1p
-yn3c4hr4
-yn2ch
-yn5d
-yn5g
-yn5ic
-5ynx
-y1o4
-yo5d
-y4o5g
-yom4
-yo5net
-yo2n
-y4o2n3s2
-y4os
-y4p2ed
-yper5
-yp3i
-y3po
-y4po4c
-yp2ta
-y2p1t
-y5pu
-yra5m
-yr5i3a
-y3ro
-yr4r4
-ys4c
-y3s2e
-ys3i1ca
-y1s3io
-3y1sis
-y4so
-y2ss4
-ys1t
-ys3ta
-ysu2r4
-y1su
-y3thin
-yt3ic
-y1w
-za1
-z5a2b
-z2a2r2
-4zb
-2ze
-ze4n
-ze4p
-z1er
-z2e3ro
-zet4
-2z1i
-z4il
-z4is
-5zl
-4zm
-1zo
-zo4m
-zo5ol
-zoo2
-zte4
-4z1z2
-z4zy
-.as9s8o9c8i8a8te.
-.as1so
-.asso1ci
-.asso3c2i1a
-.as9s8o9c8i8a8t8es.
-.de8c9l8i9n8a9t8i8on.
-.de1c4l4
-.decl4i1na
-.declin2at
-.declina1t2io
-.declinatio2n
-.ob8l8i8g9a9t8o8ry.
-.ob2l2
-.obl2ig
-.obli1ga
-.obliga1to
-.obligato1ry
-.ph8i8l9a8n9t8h8r8o8p8ic.
-.ph4il2
-.phi1la
-.phila2n
-.philan1t
-.philant4hr4
-.philanthrop3ic
-.pr8e8s8e8nt.
-.p3re1s2e
-.presen1t
-.pr8e8s8e8n8ts.
-.presen4t4s2
-.pr8o8j8e8ct.
-.pro5j
-.pro1je
-.proje2c1t
-.pr8o8j8e8c8ts.
-.projec4t1s2
-.re8c8i9p8r8o8c8i8ty.
-.re1c2i
-.rec2ip
-.recipr2
-.recipr2oc
-.recipro1ci
-.recipro2c1it
-.reciproci1ty
-.re9c8o8g9n8i9z8a8n8ce.
-.re1co
-.re2cog
-.rec3ogniz
-.recog1ni
-.recogniza1
-.recogniza2n
-.re8f9o8r9m8a9t8i8on.
-.re1f
-.re1fo
-.refo2r
-.refor1m
-.refor1ma
-.reforma1t2io
-.reformatio2n
-.re8t9r8i9b8u9t8i8on.
-.re3tri
-.retr4ib
-.retri3bu1t2io
-.retrib4u1t2i
-.retributio2n
-.ta9b8le.
-.2tab
-.tab2l2
-# liblouis: Vietnamese 6 dot braille table
-#
-# Based on the braille contraction modules in BRLTTY
-#
-# Copyright (C) 1995-2004 by The BRLTTY Team.
-# Copyright (C) 2004 ViewPlus Technologies, Inc., www.viewplustech.com
-# Copyright (C) 2004 Computers to Help People, Inc., www.chpi.org
-# Copyright (C) 2015 Harri Pasanen <harri@mpaja.com>
-
-# This file is free software; you can redistribute it and/or
-# modify it under the terms of the GNU Lesser General Public
-# License as published by the Free Software Foundation; either
-# version 2.1 of the License, or (at your option) any later version.
-
-# This file is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-# Lesser General Public License for more details.
-
-# You should have received a copy of the GNU Lesser General Public
-# License along with this file; if not, write to the Free Software
-# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
-# liblouis  comes with ABSOLUTELY NO WARRANTY.
-
-# Created by Harri Pasanen harri@mpaja.com, based on fr-fr-g1.utb
-
-# Vietnamese (UTF-8)
-
-include text_nabcc.dis
-
-space \t 0 tab          # 9
-space \x000A 0
-space \x000D 0
-space \x00A0 0
-space \s 0 blank                                # 32
-
-include latinLetterDef6Dots.uti
-
-uplow Đđ 2346  
-
-uplow Áá 35-1          a accent grave
-uplow Àà 56-1
-uplow Ảả 26-1
-uplow Ãã 36-1
-uplow Ạạ 6-1
-uplow Ăă 345
-uplow Ắắ 35-345
-uplow Ằằ 56-345
-uplow Ẳẳ 26-345
-uplow Ẵẵ 36-345
-uplow Ặặ 6-345
-uplow Ââ 16
-uplow Ấấ 35-16
-uplow Ầầ 56-16
-uplow Ẩẩ 26-16
-uplow Ẫẫ 36-16
-uplow Ậậ 6-16
-uplow Éé 35-15
-uplow Èè 56-15
-uplow Ẻẻ 26-15
-uplow Ẽẽ 36-15
-uplow Ẹẹ 6-15
-uplow Êê 126
-uplow Ếế 35-126
-uplow Ềề 56-126
-uplow Ểể 26-126
-uplow Ễễ 36-126
-uplow Ệệ 6-126
-uplow Íí 35-24
-uplow Ìì 56-24
-uplow Ỉỉ 26-24
-uplow Ĩĩ 36-24
-uplow Ịị 6-24
-uplow Óó 35-135
-uplow Òò 56-135 
-uplow Ỏỏ 26-135 
-uplow Õõ 36-135
-uplow Ọọ 6-135
-uplow Ôô 1456
-uplow Ốố 35-1456
-uplow Ồồ 56-1456
-uplow Ổổ 26-1456
-uplow Ỗỗ 36-1456
-uplow Ộộ 6-1456
-uplow Ơơ 246
-uplow Ớớ 35-246
-uplow Ờờ 56-246
-uplow Ởở 26-246
-uplow Ỡỡ 36-246
-uplow Ợợ 6-246
-uplow Úú 35-136
-uplow Ùù 56-136
-uplow Ủủ 26-136
-uplow Ũũ 36-136
-uplow Ụụ 6-136
-uplow Ưư 1256
-uplow Ứứ 35-1256
-uplow Ừừ 56-1256
-uplow Ửử 26-1256
-uplow Ữữ 36-1256
-uplow Ựự 6-1256
-uplow Ýý 35-13456
-uplow Ỳỳ 56-13456
-uplow Ỷỷ 26-13456
-uplow Ỹỹ 36-13456
-uplow Ỵỵ 6-13456
-
-# TODO: below always list requires completion, not all combinations are yet enumerated
-always iế 35-24-126
-always iề 56-24-126
-always iỂ 26-24-126
-always iễ 36-24-126
-always iệ 6-24-126
-always oá 35-135-1
-always oà 56-135-1
-always oả 26-135-1
-always oã 36-135-1
-always oạ 6-135-1
-always oắ 35-135-345
-always oằ 56-135-345
-always oẳ 26-135-345
-always oẵ 36-135-345
-always oặ 6-135-345
-always uấ 35-136-16
-always uầ 56-136-16
-always uẩ 26-136-16
-always uẫ 36-136-16
-always uậ 6-136-16
-always uế 35-136-126
-always uề 56-136-126
-always uể 26-136-126
-always uễ 36-136-126
-always uệ 6-136-126
-always uyế 35-136-13456-126
-always uyề 56-136-13456-126
-always uyể 26-136-13456-126
-always uyễ 36-136-13456-126
-always uyệ 6-136-13456-126
-always ướ 35-1256-246
-always ườ 56-1256-246
-always ưở 26-1256-246
-always ưỡ 36-1256-246
-always ượ 6-1256-246
-
-punctuation , 2                 virgule
-punctuation ; 23                point-virgule
-punctuation : 25                deux-points
-punctuation . 256               point
-punctuation ? 26                point d'interrogation
-punctuation ! 235               point d'exclamation
-punctuation " 236      guillemt                        
-punctuation " 356      guillemt                        
-punctuation ( 2356               parenthèse ouvrante
-punctuation ) 2356               parenthèse fermante
-punctuation ' 3                 apostrophe
-math / 34                                               barre oblique
-sign % 346                                      pour cent
-punctuation - 36                trait d'union
-sign # 3456                                     dièse
-
-# override zero
-digit 0 3456
-include digits6DotsPlusDot6.uti
-litdigit 0 3456
-include litdigits6DotsPlusDot6.uti
-
-sign \x00A8 46                  diaeresis sign
-math \x00F7 6-256               divisé par
-        
-math + 5-235                            plus            
-math = 5-2356                           égal            
-math × 6-35                                     multiplié par
-math < 46-126                           inférieur à
-math > 46-345                           supérieur à
-
-sign © 5-14                                                     copyright
-sign ° 5-135                                            degré
-sign & 5-123456                                 perluète (et commercial)
-sign ¢ 45-14                                            cent
-sign € 45-15                                            euro                         
-sign £ 45-123                                           livre                   
-sign § 45-1234                                  paragraphe              
-sign $ 4-234                                            dollar                  
-sign ¥ 45-13456                                 yen                     
-punctuation « 45-2356           guillemet français ouvrant  
-punctuation » 2356-12           guillemet français fermant  
-punctuation [ 46-126            crochet droit ouvrant   
-punctuation ] 45-345            crochet droit fermant   
-punctuation { 6-236                     accolade de gauche  
-punctuation } 356-3                     accolade de droite   
-
-sign ¹ 4-6-16                                           exposant 1                      
-sign ² 4-6-126                                  exposant 2      
-sign ³ 4-6-146                                  exposant 3
-sign ¼ 6-16-34-1456                     un quart        
-sign ½ 6-16-34-126                      un demi         
-sign ¾ 6-126-34-1456            trois quarts   
-
-capsletter 46                                                              indicateur de majuscule
-begcapsword 46-46                                                   succession de majuscules
-
-numsign 3456                                                    préfixe pour les chiffres
-midnum \s 3                                                             espace entre les chiffres
-midnum , 2
-midnum . 256
-midnum - 36
-midnum + 346                                                    plus
-midnum / 34
-midnum : 25
-
-sign \x00B8 45
-# endnum # 56-3456
-
-sign _ 456                                                              souligné
-
-repeated ... 3-3-3                              points de suite
-repeated --- 36-36-36
-repeated ___ 456-456-456                                
-
-always \s--\s 36-36     tiret
-
-ISO8859-1
-.a4
-.aa4
-.ab4ba
-.ab7be
-.ab6s5t
-.ac6tin
-.adel4s
-.ad8la.
-.ad6le.
-.ad2r
-.ad1s2
-.af7f
-.af5t4
-.af5f6u
-.ag6na.
-.ag6ne.
-.ag4r
-.ai2
-.a6k
-.ak6ka.
-.ak6ke.
-.ak3kl
-.ak3kr
-.ak6ne.
-.ak6r
-.ak8sa.
-.ak4se.
-.ak6ta
-.ak4te.
-.akte4r
-.akter5e
-.ak5tr
-.akva7
-.a6l
-.albu5en
-.alfa3
-.al4ge.
-.al5gi
-.al6ka.
-.al4ke.
-.al4kom
-.al4la.
-.al4le.
-.al5leg
-.al5lo
-.all5s6
-.al4ma.
-.al8me.
-.al5m6in
-.al4na
-.al6s7k
-.als5o
-.alt4a
-.al4ta.
-.al5tar
-.al4te.
-.alt3o
-.al6ve.
-.am7b
-.a6me
-.am6ma.
-.am4me.
-.am4s4
-.am6ta
-.a6n
-.ana3b
-.an4da.
-.an4de.
-.an5d4ra
-.an4d5ø
-.an3er
-.anes5
-.an4ga.
-.an3ge
-.an4ge.
-.ange4s
-.an4ja.
-.an4ka.
-.an4ke.
-.an4la.
-.an3n
-.an4na.
-.an7nal
-.ann4e
-.an4ne.
-.an5s8
-.an4sa.
-.an4se.
-.ant2
-.an4ta.
-.an4te.
-.an5tem
-.an5tep
-.an4ti.
-.an6tin
-.an4tis
-.an4tiv
-.ap8lan
-.ap1p6
-.ap8t
-.arbi5
-.ar6de.
-.are4o7
-.ar4ge.
-.ar5ges
-.ari6a
-.ari8e
-.arie5ne
-.ar5ka
-.ar8ka.
-.arlan9
-.ar4me.
-.ar7mea
-.ar4na.
-.ar3ne
-.ar4ne.
-.ar5nes
-.ar6ra.
-.ar6r7u
-.ar6ta.
-.ar4te.
-.ar9ti
-.ar6va.
-.ar4ve.
-.ar4ved
-.ar4ver
-.arvi6
-.a6s
-.as8ka
-.as4ke.
-.as5kese
-.as4le.
-.as6pa.
-.as5s
-.ast5ru
-.at4h
-.at4ki
-.at4le.
-.at4na.
-.at2o4
-.at3s
-.atte4
-.att6r
-.a5ty
-.au8de
-.au6e
-.au8ga
-.au4ge
-.au4ka.
-.au8le.
-.au4r
-.au6sa.
-.au6se.
-.aus9k
-.au4sp
-.avi2
-.av7i6d
-.av7inde
-.av4la.
-.av4le.
-.av7s6
-.b6
-.ba6by
-.ba6la.
-.ba4le.
-.ba4ne.
-.ban4k3l
-.ba4re.
-.ba4ri.
-.ba8te.
-.be4de.
-.bede4n
-.be6d5ene
-.be4d5et
-.be8di.
-.be3e4d
-.be6ke.
-.be4la.
-.be9nar
-.be4ne.
-.be6ra.
-.be6re.
-.be4res
-.ber6ett
-.be8ri.
-.be7ska
-.be6sten
-.be4ta.
-.be6te.
-.be5t4v
-.bi6de.
-.bi6en
-.bi4le.
-.bilet5
-.bi6t3r
-.bl4
-.bla4d
-.ble4k3
-.ble5k4e
-.blek4k3f
-.blekk3s4t6
-.blekk9s8v4
-.bling5
-.bo8da
-.bo8de.
-.bogs8
-.bok5
-.bo4k4en.
-.bo8la
-.bon2
-.bo4na.
-.bor6t5
-.bort6e
-.bor8ti8
-.bort9r
-.brudd7s6
-.bruddså7
-.bu6da.
-.bu3d6r
-.bu4et
-.bus6sy
-.by6de.
-.by8ta.
-.bæ2
-.bø6k5a
-.bø8nen
-.bø8ner
-.c4
-.ca4en.
-.car4s5
-.ca6se
-.ce6b
-.cos1
-.co4st
-.d6
-.da4ge.
-.da4le.
-.dags6e
-.da2m
-.da4ne.
-.da4ta
-.dau3s
-.deka9r
-.deko7d
-.de4le.
-.de4l5ei
-.del5s6
-.de4mi.
-.demo7e
-.den5sl
-.de4re.
-.de4r5et
-.de4ri.
-.de6r3i4
-.de7r4i5v
-.de4r5om
-.de6s5m
-.de4so
-.de4sto
-.de4u
-.devi5s
-.di2a
-.di5e4l
-.di6er
-.di4et.
-.di9f6t
-.di4ne.
-.dings7a
-.di4sk
-.di8s3t
-.do4en
-.do4er
-.do8et
-.dome5
-.do4ra
-.do6re.
-.drau4m
-.ds4
-.du4a
-.du4en.
-.du4er
-.duft3
-.du4ge.
-.duk3n
-.du4se.
-.du4st
-.dy4re.
-.dø6la.
-.dø6r3
-.dø7r4a
-.dø7r4e
-.dø4ve.
-.då5ren
-.då7ret
-.e6
-.eb4ba
-.ecu6
-.ed4da
-.ed4le.
-.efo7
-.ef4ta
-.efta5s
-.ef6ter
-.eg8de.
-.ege2
-.ege5l
-.eg6ga.
-.eg4ge.
-.eg4gel
-.eg8la.
-.eg4le.
-.eg6na.
-.eg4ne.
-.ego7t8
-.egs4
-.eg8se.
-.eg5si
-.ei2
-.eid5a
-.ei5den
-.ei4ga.
-.ei7ger
-.eik5a
-.ei4ke.
-.ei3l
-.ei3m
-.ei8ma.
-.ei8me.
-.ein7as
-.ei3ni
-.ein5og5
-.ein5s6ta
-.ein8s7to
-.ei9rar
-.ei5res
-.eir9u 
-.ei5te
-.eit9r
-.ekk4o
-.ek4le.
-.ek3li
-.ek6ne.
-.ek4r
-.ek8sa.
-.ek3se
-.ek8se.
-.ek4sp
-.eks6pi
-.eks3t4
-.ek5s4ta
-.ek8ta
-.ek4te.
-.ek7to
-.el8da.
-.el4de.
-.el4g5r
-.eli5ne
-.el3k
-.el5l
-.el6s
-.els6a
-.els4kl
-.els6t
-.el6ta.
-.el6te.
-.el6veg
-.em3b2
-.emfa9
-.em4ma.
-.em8me.
-.em6na.
-.em5p
-.en5a
-.en4da.
-.en4de.
-.end5r
-.en4ga.
-.en6gav
-.en3ge
-.en4ge.
-.en6g5r
-.engs6
-.en6ka
-.en4ke.
-.en5og5
-.en6sa
-.en4se.
-.en5so
-.en3sp
-.en5t
-.en6te.
-.ent4r
-.en6t5ra
-.ent8re
-.en3ø4
-.ep6t
-.er8a
-.er4e
-.er4g5r
-.er4ke
-.er4la.
-.er4le.
-.er6ma.
-.er4me.
-.er4mek
-.er4na.
-.er6ta.
-.er4te.
-.es9ast
-.es1k
-.es3ka
-.es8ka.
-.es4ke.
-.es5l
-.es8la.
-.es8le.
-.es3p
-.es6pa.
-.es6r
-.es8sa.
-.es4se.
-.es4so
-.es5ta
-.es3te
-.es6te.
-.es7tet
-.es5ti
-.est3r
-.es7tu
-.et8la.
-.et8le.
-.et4na
-.et4ne.
-.et4s
-.et8sa.
-.et5s4e
-.et6se.
-.ets4i
-.et1te4
-.et6ter
-.et6ti
-.ev8ja
-.ev4je.
-.ev4ne.
-.ex4
-.f4
-.fa2e
-.fag3s4
-.fa4ne.
-.fan3t4o
-.fe4e
-.feil5i
-.fe2l
-.fela9
-.fel5l
-.fel4ta
-.fe4ma
-.fe8me
-.fem5o6g5
-.fem5t
-.fer8ro
-.fer6s
-.fe8sl
-.fe8st5
-.fes3t6e
-.fi4b5
-.fi6a
-.fi4le.
-.fire5o6g5
-.fis6k
-.fjel4
-.fla4t5o
-.fo4bi.
-.fol2
-.fo2r
-.for3d6ri
-.for7d6ra
-.for5en.
-.form5s
-.for7s6o
-.fre6e
-.fri5e6re
-.fug2
-.fu6ge.
-.ful2
-.fu8se.
-.fy8se
-.fø8rel
-.g6
-.gaf7
-.ga4le.
-.ga8li.
-.ga4me
-.ga4ne.
-.gang5s4
-.gas4
-.gas5ta
-.ga2t
-.ga4ve.
-.ga9vee
-.ge2a
-.gel4e
-.ge3ne
-.ge6ni5
-.gen5s
-.ge4o
-.ge4st
-.ge5s6tap
-.ge9sv
-.gha5
-.gift5s
-.gi4n
-.gi4s
-.gis7p
-.gi8v3a
-.gl6
-.glo6i
-.glo9v
-.gly5s
-.glø9se
-.gnå7la
-.go5des
-.gos7
-.gra4v3end
-.grei4e
-.grunn5s
-.grus5s
-.gu4de.
-.gud3v4
-.gu4lat
-.gus1
-.gu4tu.
-.gø2
-.gås4e5
-.gå4v
-.h4
-.hai5s6
-.ha6ka.
-.ha8ma.
-.hand5s6l
-.handsla9
-.ha6v5ak
-.ha6vi
-.he4er.
-.hei5e
-.he2n
-.hen3i2
-.he6r5i6
-.he6r5o6
-.he9r6oe
-.he7r6oi
-.he7r6ol
-.he9r8os
-.hes4s5
-.het6s5
-.het7s6e
-.he4t5
-.he5t6e
-.hil4l
-.hi4n
-.hi6re.
-.ho2d
-.ho2e
-.ho4re.
-.ho5ren
-.ho7ret
-.ho8ta.
-.ho8va.
-.hu4di
-.hus6val
-.hvit3
-.hvi3t4e
-.hy6ra.
-.hy4re.
-.høi5
-.hø4re
-.hø4va
-.hø4ve.
-.høy6st5æ
-.hå8en.
-.hå8er
-.hånd5s6l
-.i2
-.i3a4
-.i3bl
-.i4da
-.ifø5re
-.ig8la.
-.ig4le.
-.i4her
-.ik2
-.ik6k
-.ikke5
-.i3k6l
-.ik5t
-.ik8te.
-.i5kv
-.i3la
-.i4la.
-.i8lande
-.ilbo8da
-.il6d3r
-.il6de.
-.i3leg
-.i6les
-.il4ja
-.il6je.
-.il6ke.
-.il4le.
-.il6sk
-.il4te.
-.i6me
-.imø5te.
-.in5ad
-.in5de
-.in8ga.
-.in4ge.
-.in3gr
-.in6gri
-.in5k6
-.in6ka.
-.in4n3
-.in4ne.
-.in5n6e
-.in6n7eks
-.in6n7ets
-.in6n7ett
-.in4n3i
-.in5s
-.in7tes
-.io4na
-.io4nom
-.i4rer
-.ir7k8
-.ir8ra.
-.ir6re.
-.i6sa
-.i3sc
-.i6se
-.is7k6
-.isla8ga
-.is6lam
-.is4le.
-.is4let
-.is4me.
-.is8na.
-.is8ne.
-.is5pa
-.i5spe
-.is3s4
-.is6sa.
-.is4se.
-.is5sk
-.ist6
-.is8te.
-.i5sted
-.i5stem
-.is7ti
-.i6s7tj
-.i6s7tr
-.is8ut.
-.i6s5ø
-.i5ti
-.i3va
-.i4van
-.i4var.
-.i3ve
-.i4vel
-.i6ven
-.i4ver.
-.i4vere
-.iv8ra.
-.iv6re.
-.i3ø
-.j4
-.ja4de.
-.ja6e
-.ja4ne
-.ja8se.
-.ja4va.
-.je2a
-.je2l
-.je2m
-.je5re
-.jern5s4
-.je4ta
-.ji4
-.jo8en.
-.jo4se.
-.ju6a
-.ju6la
-.jule3
-.ju4li3
-.jø4dep
-.k6
-.kaf2
-.ka6la.
-.ka6li.
-.kalve5l8
-.ka5me
-.ka3na
-.ka4ne.
-.ka4p3r
-.ka4ra.
-.ka5r6a5v
-.ka6re.
-.ka5rin
-.ka4te.
-.ka5t6h
-.kau9k
-.ka6va.
-.ka4ve.
-.ke6e
-.kel3
-.kier3
-.ki4na
-.ki7ni
-.kino3
-.kir2
-.ki4se.
-.ki8va.
-.ki6ve.
-.kje3de5
-.kje4k
-.kjek7l
-.kjønn4
-.kle4s
-.kli5ne
-.klo9va
-.kly7sa
-.kna7se
-.kne4p3r
-.ko6da.
-.ko7gr
-.ko4la
-.ko3le
-.ko8le.
-.kol5j
-.ko3pe
-.ko6pe.
-.kor6s5ed
-.ko4se.
-.ko6ta.
-.ko4te.
-.ko6ve.
-.kring5s
-.ks6
-.ku5f4l
-.ku4le
-.ku8ra.
-.ku4re.
-.ku8ta.
-.ku8te.
-.kva4r1a
-.kve9ka
-.kve5ke
-.ky8la.
-.ky4le.
-.ky6te.
-.kø3s
-.kå6pa
-.l6
-.la4da.
-.la4de.
-.la4ga
-.la4ge.
-.la5ger
-.la4ma.
-.la6ta.
-.la4te.
-.la3tr
-.la4va
-.la3ve
-.la4ve.
-.le8ar
-.le4da.
-.le4de.
-.le4er
-.le6et
-.le2f
-.lef3l
-.lega5ta
-.le4ge.
-.le4gel
-.le8gi.
-.lei5er.
-.lei4ve
-.le4ke.
-.le4k5r
-.lemu9
-.le4ne.
-.le6o7
-.le7s6a
-.le4se.
-.le4sek
-.le4ses
-.le4s5p
-.le2t
-.le7ta
-.let6tan
-.le2u3
-.le3va
-.le4va.
-.le4ve.
-.le4ves
-.li8a
-.li4de.
-.li4e4
-.li5ene
-.li2g
-.liga3
-.li2k
-.lik5k6
-.lik3o
-.lik3s
-.li4ma
-.link6
-.li6ra
-.li4re.
-.li4sa
-.li4se.
-.li4ta.
-.li4te.
-.li5ti
-.li4ve.
-.li4v5en
-.liv8s7u6
-.liv4s5v
-.lo4e
-.lo6ge.
-.lo8gi.
-.lo6g5r
-.lo4i
-.lo6na
-.lo8o
-.lo6ri
-.lo8sa.
-.lo4se.
-.lo6te
-.lo4va
-.lo3ve
-.lo4ve.
-.lu4d
-.lu2e
-.lu4na
-.lu6pa
-.lu4pe.
-.lu6ra.
-.lu4re.
-.lu6se.
-.lu4ta.
-.lu9tas
-.ly4de.
-.lyd3s
-.ly8e
-.ly8ge
-.ly4se.
-.ly4sk
-.ly5s6e
-.lys5s6
-.ly8str
-.ly4te.
-.ly4ve.
-.lø8de.
-.lø6en.
-.lø8ne.
-.lø6pa.
-.lø4pe.
-.løv5i
-.løye5ne
-.lå8ma
-.lå5re
-.lå6re.
-.lå4te.
-.m8
-.ma4ge.
-.mag9r
-.ma3ka
-.ma4ke.
-.mak6t5at
-.makt5s
-.ma4le.
-.ma4li.
-.ma4na.
-.ma4ne.
-.ma4ni.
-.ma4ra.
-.ma4re.
-.ma4ri.
-.ma4sa.
-.ma4si
-.ma6st
-.ma8ta
-.ma6t8h
-.mat5t8o
-.ma4v
-.me4d3
-.me6d5ei
-.me6d4i
-.me6d7in
-.me6d5r
-.mei5er.
-.mei5et
-.mek5l
-.me6la.
-.mel3l6o
-.me4l5ø
-.me4ne.
-.me3ri
-.me4sk
-.me2t6a3
-.me3ta4ll
-.mes5ti
-.me4tri
-.mi6kj
-.mi4le.
-.mi4me.
-.mi4ni.
-.mi4nik
-.min4k3
-.min5k4e
-.mi6s3t4
-.mne6
-.mo5de
-.mo6er
-.mo4na.
-.mo8ne.
-.mon4st
-.mons6t5r 
-.mor5d6e
-.mo4re.
-.mor3t6a5
-.mo4se.
-.mo4ta
-.mo4tek
-.mo4ter
-.mo4tr
-.mo5v
-.mu8ga
-.mu8ge.
-.mu6le.
-.mul5es
-.mur7
-.mu5r8e
-.my8ka
-.my4ke.
-.mø4re.
-.mø5res
-.mø2t
-.må6la.
-.mål3o
-.n8
-.nabo3
-.na6ge.
-.nak2
-.na8ke.
-.nan5s
-.na4r
-.na4sa.
-.nat2
-.na3tr
-.nat6tr
-.ne4de.
-.ne4den
-.ne4d5i
-.ne4d3r
-.ned3s4
-.nei5e
-.ne8pa.
-.ne6pe.
-.ne2s
-.ne4t
-.ni8ar
-.ni6er
-.nig4l
-.ni4na.
-.ni5o6g5
-.ni4pa.
-.ni6pe.
-.ni8sa
-.ni6se.
-.nita9
-.ni4to
-.ni4va
-.no6de.
-.no6e
-.no8ka
-.no4me.
-.no8mi.
-.no4r
-.no8se
-.no8si.
-.no4va.
-.nu4e
-.ny5a
-.ny8sa.
-.ny6se.
-.ny4te.
-.nær9ast.
-.næ4re.
-.nød4d
-.nø4re.
-.nå4de.
-.nå6le.
-.o6
-.obo5e
-.od4da.
-.od4de.
-.od8la.
-.od8le.
-.offsi6
-.of4te.
-.of5teb
-.og4
-.ok1k
-.ok8ka.
-.ok8ke
-.ok4se.
-.old3s
-.ol4ga.
-.oli5
-.ol8la
-.ol8le.
-.ol6m
-.om1
-.om4ar.
-.om6bo.
-.om4e6n
-.om4gå.
-.om4me
-.om5s2
-.on4de.
-.on5des
-.ond3s
-.on6kl
-.on6na
-.on8ne.
-.op5ar
-.op4pa
-.op4pe
-.opp7el
-.op4pi
-.opp3l
-.oppla8te.
-.opp5s6
-.or4da
-.or4de.
-.or4del
-.or4dr
-.ord5s4
-.or5ga
-.or6ka.
-.or4ke.
-.or6me.
-.or4re.
-.ort6
-.or6va
-.osa5
-.os4k
-.os4s
-.os4te.
-.ot5r
-.ot7t8a
-.ot4ta.
-.ot4te.
-.ot4tes
-.ot3to
-.ot4to.
-.ove6
-.over3
-.overen6d
-.over3i4
-.over5k8
-.ov8re
-.ov5u
-.p6
-.pa8la.
-.pa4le.
-.pa5n6e
-.pa6n7eu
-.pa5n6i
-.pa6re.
-.pe3do
-.pe4ke.
-.pek5t
-.pel4sj
-.pe4ne.
-.pe2p
-.pep3r
-.pe8sa.
-.pese5t
-.pe4st
-.ph2
-.pi6le.
-.pi6p
-.pi9ra
-.pi2s
-.plen5g6
-.plus6s5 
-.plus7s6e
-.plø7se
-.po4et
-.po3la
-.po8la.
-.po4le.
-.po4log
-.po2p1
-.po2p2e
-.pop3p
-.po3p2u
-.po8ra
-.po6re.
-.po4res
-.po6st
-.po8ta.
-.po6tek
-.ps2
-.pøn3
-.pøn9s6
-.på5d6
-.r6
-.ra6da.
-.ra6et
-.ra4ga.
-.ra4ge.
-.ra4ja.
-.ra4ka
-.raks7
-.ra2m
-.ra4na
-.ra4ne.
-.ran7s6a
-.ra6pa.
-.ra6pe.
-.rap4s
-.rap5s4e
-.rap5s4o4
-.ra4re.
-.ra6sa.
-.ra7ti
-.ra6va.
-.ra4ve.
-.re4al
-.re6da.
-.re4de.
-.ree6l
-.rege4l
-.re4gi.
-.rei2
-.rei7de
-.rei5er.
-.re4ins
-.re6ka.
-.re4ke.
-.re8klar
-.re8kle
-.re4kli
-.re6kn
-.re8le.
-.re4ma.
-.re4na.
-.re4ne.
-.ren6sk
-.ren4t
-.rep5s
-.res9s
-.re5s6tan
-.rett7s8kri
-.re4ve.
-.re4ves
-.rev9n
-.ri2d
-.ri8e
-.rie5ne
-.ri6ka.
-.ri6ma
-.ri4me.
-.ri4pa.
-.ri4pe.
-.ri4p5o
-.ri4sa.
-.ri4se.
-.ris5ko
-.ri4s3ø
-.ri4ta.
-.ri6te.
-.ri6va.
-.ri4ve.
-.ro4an
-.ro4de.
-.ro8di
-.ro4e
-.ro8ke.
-.ro4ma.
-.ro4mi
-.ro6pa
-.ro9par
-.ro3pe
-.ro4pe.
-.ro4sa
-.ro9sar
-.ro4se.
-.ro4sed
-.ro4ta.
-.ro4te.
-.ro4tek4
-.ro8va
-.ro3ve
-.ro8ve.
-.ru8ga.
-.ru4ge.
-.rug9le
-.ru8ka
-.ru4na.
-.ru4ne.
-.runes6
-.run7g
-.ru4se.
-.ru4sk
-.ru8va.
-.ru4ve.
-.ry2e
-.rye7ne
-.ry6ke.
-.rød2
-.rød7s4
-.rø8le.
-.rø4re.
-.rø1v
-.rø8va.
-.rø4ve.
-.røy7e
-.rå8da.
-.rå4de.
-.rå4en
-.rå8er.
-.råg8
-.rå6ka.
-.rå4ke.
-.rå3k4l
-.rå6na.
-.rå8sa.
-.s6
-.sa4ge.
-.sag6n
-.sa4la.
-.sa4le.
-.sa4me.
-.sa4mer
-.san6d7
-.san7d8e
-.san7d8i
-.san8s7ku
-.sau6e
-.sch6
-.se2b
-.se2e
-.se4i
-.se4k5l
-.sek4s5o6g5
-.sel4v5
-.sel4v5i6
-.se6na.
-.se4ne.
-.sen7s
-.se4ra.
-.ser7vel
-.se4te.
-.sha9ke.
-.si2d
-.si6er
-.si6ga.
-.si4ge.
-.sik5k6e
-.si8la.
-.si4le.
-.si4ne.
-.sinn6s5
-.si4ra.
-.si5str
-.si4va
-.si4ve.
-.sje4i
-.sju5o6g5
-.sk4
-.ska7ka
-.ska5ke
-.skat4
-.skei5d
-.ski6n
-.skinns6
-.sko7de.
-.skog5u
-.skritt9s8
-.skudd5s6
-.skuddså7
-.sku6m5
-.sky6f7la
-.skå5ra
-.slim5
-.slotts5
-.slu9ka
-.slu5ke.
-.slø5se
-.sma4s
-.smas5k
-.smo9g
-.små3
-.små7k6
-.små9l
-.små5t4
-.småt5t
-.sn4
-.sne3
-.snitt5s6
-.snø3k
-.soa8
-.so8de
-.somma4
-.son6a
-.sop4pa
-.sor4t5
-.so4ta.
-.s8p6
-.spa5ra
-.spe6e
-.spi9la
-.spri5s6
-.st6
-.sta9ka
-.sta5li
-.stat4s
-.sted4s
-.ste4i
-.stein7a8
-.stein7s8
-.stem4m
-.stev9na
-.sti7me
-.sto5ne
-.sto6ra
-.strek5s6
-.stu8a
-.stu9va
-.stål5l6
-.sund5s6
-.su4ri
-.su5te
-.sv8
-.sva5la
-.sva5ra.
-.sva5re
-.svar5s
-.sver8n
-.syd5 
-.sy5d6e
-.sy6na.
-.sy4ne.
-.sy5ter
-.sy3ti
-.sy6v5
-.sy6v5o6g5
-.sz6
-.sæ2
-.sær1
-.sær3e4g
-.sø8ka
-.sø4ke.
-.søl6v5
-.sør3a
-.søye5
-.søy6en
-.så5pen
-.så3re
-.t8
-.ta8ke.
-.tak9r
-.tak5sk
-.tak9s8p
-.ta4la.
-.ta4le.
-.ta4les
-.tal4li
-.tam5m
-.tan5de
-.ta4p5r
-.ta4ra.
-.ta4re.
-.ta2s
-.te4e
-.te6i
-.tei9er
-.te8ke.
-.te4ma.
-.te6o
-.te8ne.
-.te4se.
-.te7si
-.te4sta
-.te4str
-.th2
-.ti8a
-.tid5r
-.tid6s3
-.ti4de.
-.ti4e
-.ti4g3r
-.ti4ki
-.ti4l5
-.tili6
-.ti4med
-.ti4na.
-.ti4ne.
-.ti4p5l
-.ti4s
-.to5arm
-.to6en.
-.to4er.
-.to6et.
-.tokk8
-.to6le.
-.to6na.
-.to5o6g5
-.to4ra.
-.to4re.
-.to6reb
-.to3ro
-.torsk6e5
-.tor4s5v
-.to5rye
-.to4str
-.tota9la.
-.to5t8
-.to8te.
-.to6va
-.to4ve.
-.tr6
-.tra7c
-.tre3b
-.tre7p
-.tre5o6g5
-.tre6skja
-.tre3s8ko
-.tre3sp
-.tre5s6t
-.ts2
-.tsj2
-.tu4en.
-.tu6na
-.tu4ne.
-.tu6ra.
-.tu4re.
-.tu8ve.
-.tve6n
-.tver6r5a6
-.två7g
-.ty6da.
-.ty4de.
-.ty8et
-.ty8re.
-.tyr8s9
-.ty5ter
-.ty5ti
-.tæ4re.
-.tøv9d
-.tø6ve.
-.tø9ver
-.tø5vet
-.tå5ker
-.tå4le.
-.tåp9n
-.tå5ren
-.tå7ret
-.u5a6
-.u1b2
-.u6berg
-.u3d2
-.u7de
-.u3e6
-.u4er.
-.u6era
-.u4ere
-.uf4f
-.uf8sa
-.u4ga
-.u5gi
-.ug6la.
-.ug8n
-.u1i
-.ui6m
-.u1k6
-.u4ka.
-.u6ke
-.u7kn
-.u3le
-.u4le.
-.ule8k
-.ulen4d
-.u6lende
-.u8lene
-.u6let
-.u4lin
-.ul6ka
-.ul4ke.
-.ul4la.
-.ul8le.
-.ul8ma.
-.ul4me.
-.ul4ne.
-.ul5t
-.ul6te
-.u1lu
-.ul4v5i
-.u1ly
-.u3lå
-.u5ma
-.umu7
-.u2n
-.unde6ri
-.und5r
-.une8
-.u5nek
-.u9net
-.un4ge.
-.un2n
-.unn3s
-.u3no
-.un4se.
-.un4t
-.u5nu
-.u1o
-.u1p
-.u4pi
-.up2l
-.u2ra
-.u5raf
-.ur6an
-.u6rane
-.ur4d
-.ure4n
-.u4ret.
-.u6rets
-.u2r2i
-.ur4ke
-.ur6na
-.ur4ne.
-.u1ro
-.ur1s
-.ur8ta
-.ur4te.
-.urte5m8
-.ur6tet
-.u5rut
-.u3ry
-.u5rå
-.u1s2
-.u4sa.
-.u4sas
-.u5se
-.u3ska
-.u5sn
-.u7sp
-.us3se
-.us6t4
-.u7stek
-.u5stel
-.usy5r
-.u2t
-.uta4g
-.ut5age
-.u3tak
-.u4ten.
-.ut5esk
-.ut6e7sko
-.u4ti.
-.ut3kan6t5
-.ut4ne.
-.u5tol
-.ut3o6v
-.ut6rer
-.ut6rov
-.u3trø
-.ut6se.
-.ut4si.
-.ut3t4
-.u3tu
-.v6
-.va4da.
-.va4de.
-.vai4
-.va4ke.
-.va6les
-.valg5s
-.va4ne.
-.van4n5
-.vann5s4
-.va6reta
-.vari4e
-.var5sk
-.ve8en.
-.ve4ga.
-.ve6ge.
-.ve4g3i
-.veg3s4
-.vei3g4
-.vei3s
-.vei4ta
-.ve4l3
-.ve5l4ar
-.ve6l5art
-.vel5d
-.ve4l3e
-.vel5l
-.ve5l4os
-.ve4l5ov
-.ve4ly
-.ve8læ
-.ve4ne.
-.ve4net
-.ve4ra.
-.ve4ras
-.ve6re.
-.vermo9
-.vers4t
-.ver5ste
-.ve4sl
-.ve4st
-.vete5
-.ve8te.
-.ve4ve.
-.vi4da.
-.vide4
-.vi6de.
-.vi4d5å4
-.vi2e
-.vi4ka.
-.vil5l6a5l  
-.vil5l6a5t
-.vi6ma.
-.vi8me.
-.ving7s
-.vin5n
-.vi4sa.
-.vi4se.
-.vi6seri
-.vi4ta.
-.vi4te.
-.vi5tr
-.vok4s3
-.vok5s6e
-.vo6r
-.vo6ta.
-.vy4
-.vye5ne
-.væ4ra
-.væ4re.
-.vå4d
-.vå4r3
-.vårs6
-.wa4r
-.wi6e
-.xe2
-.y6
-.ye4
-.yn8da.
-.yn4de.
-.yn6ge.
-.yn8ka.
-.yn6ke.
-.yn4kv
-.yns2
-.yp8pa.
-.yp4pe.
-.yr8ja.
-.yr8je.
-.yr8ka
-.yr4ke.
-.yrkes5
-.yr6t
-.ys4
-.ysterie8
-.yt9ren
-.yt5t
-.yt6te.
-.yv6
-.z4
-.zj8
-.æ8
-.ære4s5a
-.ære4st
-.æt4te.
-.ø6
-.øg8la
-.øg4le.
-.øi5
-.øi6e
-.øko5
-.øk6ta
-.øk4te.
-.øl3ed
-.øl3s6
-.øl3v6
-.øm4me.
-.øres8t
-.ør4je
-.ør5k
-.ør8na.
-.ør4ne.
-.ør6ski
-.ør9sm
-.ør3st
-.ør8ta
-.ørt9an
-.ør8te.
-.øs2
-.øs4t
-.øv4d
-.øve4r5
-.øve4r6s
-.øv4re.
-.øy6de.
-.øy2e
-.øyele8ge.
-.øy5ene
-.øy4n
-.øy6na
-.øy6ra
-.øy4re
-.øy8rer
-.øy4str
-.å2
-.å6e
-.å6f
-.å6g
-.å6k4
-.å8l
-.ål6t
-.ål8ut.
-.å8m
-.ån8da.
-.ån4de.
-.ånd6s5
-.åp6na
-.års3k
-.å6se
-.ås3k
-.ås7l
-.ås3m
-.å3ste
-.ås5v
-.å4t
-.åt4te.
-.åtte5o6g5
-.å6v
-a1ad
-4aaf
-a3aft
-aa4g
-a1aks
-aak5v
-aa3la
-aa2m
-a1a2n
-a6an.
-aans9t
-a7antr
-a1ap
-aa4ri6
-aarie9ne
-aar5n
-aa2s
-3aase
-aa5t6h
-a1av
-a6bab
-ab7av
-ab9b8l
-ab4but
-abe4lei
-abel5t4
-abe9na.
-abes9ka
-4abev
-a5bh
-abie6
-abi9er
-abi9la
-a4bist
-ab1l
-ab9lara
-ab4lok
-abl7u
-a5bo9a
-abo3b
-abo3e
-a3boer
-abo3kl
-a3bord
-5aborte
-ab1r
-ab8re
-ab2sl
-abu5e
-a4buel
-a4buf
-a6busk
-a4bute
-a4by.
-a4byb
-a4byk
-aby3r
-8ac
-aca5
-a6ca.
-ache3a
-ack3
-a1co
-6ada
-a5dal
-ad5ant
-a4dart
-ad9da
-a2deb
-ade5i6s
-a2dek
-a4del
-a4d5elv
-a5dend
-a3dene
-a2deo
-a2dep
-a5der.
-aderle7
-a2des
-a5de4ser
-a3desl
-a3det.
-a3dets
-3adfer
-1adg
-ad8ge
-adi4ene
-ad1j
-1adju
-2adl
-1adm
-ad5n
-ado7a
-a4dob
-ad7opp
-4ador
-a7dora
-ad5raf
-ad7ran
-a2dre
-ad7rel
-ad5rep
-ad3ret
-ad3rid
-ad1ro
-a7drø
-ad4s5amt
-ad4si
-adsle6ge.
-ad5s4let
-ads5te
-ad5s6tek
-ad3str
-ad5un
-1adv
-adva5re
-2adve
-a4dy.
-a4d5øy
-2a1e2
-4aea
-a4ed
-ae3de
-aed7r
-aek5t
-a4el.
-ae5la
-ae3li
-ael5o
-aen5t
-a3ep
-aes8ke.
-aes4t
-6afa
-6afc
-a4fe.
-afei5
-af4fan
-af4fei
-affe3s
-af7fi.
-affi3d
-af5f4u
-af4i
-afia1
-afi5an
-a2fib
-a6f5inn
-afi7re
-a4fiti
-a5fjo
-af9la.
-af9lar
-af3le
-af5li
-a4frik
-6afo
-afo7ra.
-afo7r8e
-afore5ne
-afra5s
-1afri
-afs1l
-aft5ei
-af4t5e4l
-af6t5o
-aft1s4
-af5yr
-afø4r
-afø5ri
-4aga
-a2gaa
-a5gae
-a4ganf
-agang7s8
-a4gart
-a5gas.
-aga6ve.
-ag5de
-a7gelen
-a2gem
-3a4gent
-age4r3a
-age6rek
-age5risk
-a7gers
-a5geru
-age5s2
-a4geta
-a4gé
-ag5gar
-ag4gas
-ag5ge
-agg1s2
-agg7u
-ag6gut
-a4gi.
-ag5id
-agi6s
-ag1la
-ag4lem
-ag6lesa
-ag5lå
-agmo8e
-agn5om
-4ago
-ago5d8
-ag1or
-a5gos
-a3got
-ag5ov
-ag7ras
-ag1re
-ag1ri
-4a3gru
-ag1rå
-ag4samb
-ags4ang
-ag3s4ei
-ag4sel
-ag3sem
-ag5s6ing
-ag6sju
-ag4ska
-ags4kul
-ag2sl
-agsmå6la
-ags3tr
-ags3t2v
-ag2sy
-a6gu.
-agu3ay
-agå8va
-agå8ve.
-a1h
-a5hi
-ah4n5
-ah4v
-ai1a4
-ai3e2
-ai3er.
-ai4is
-ai5ke.
-ai5ko
-ai9kv
-ai5ne
-a3ing
-a1inn
-ai4n5o4
-ai1ro
-ais4e
-ai4s3k
-aisk2h
-ai8sm
-ais6om
-ais5s
-ai5s4v
-ai5ve
-ai5ø
-a1j
-aja9d
-a7je
-a8je.
-ajes7
-a4jé
-a4ji
-a6jl
-6ak.
-a1ka
-4aka.
-1a2kad
-6akaf
-ak3aks
-6akan
-aka4o5
-4akar
-ak6arb
-aka4t5r
-ak4au
-2akd
-2ake
-a9kec
-a2keh
-a3kei5
-a6kek
-akel8e
-akelei9er
-ake5l4i
-ake4rek
-a4kerø
-ake5sm
-akes6p
-a8kete
-akhe6n
-4a1ki
-a6kid
-a6kik
-ak7ind
-akis1
-2a1kj
-akk6and
-ak5ke.
-ak3ken
-akk5erst
-ak4kes
-akki4
-ak5kim
-ak4k5is
-ak6kj
-ak1ko
-akk3ol
-ak6k5ri
-ak1ku
-ak4kul
-ak4k5v
-2ak1l
-ak3lev
-ak6lik
-ak6lus
-6akn
-ak5ne
-a5kno
-2a1ko
-ak5om.
-a5kon
-a7kos
-ak1o2v
-ak4pe6
-akra8sa
-ak5reg
-akregi4
-ak3res
-ak3ro.
-ak3roe
-ak1ru
-ak4s5and
-ak4sek
-akse3l4o
-ak4s5elv
-ak4ses
-ak7s6id
-3aksje
-ak2s1k
-ak7sku
-ak6sl
-4akso
-4aksr
-aks5ti
-ak5stol
-aks4tr
-akst7ren
-4aksu
-ak4tab
-ak4tai
-ak4tak
-akta6le.
-akt5all
-ak6tam
-ak6tans
-ak4tap
-ak4tas
-ak4tav
-ak4teg
-ak4tek
-ak5teme
-4akth
-7aktig
-ak5tit
-aktle6ge.
-ak2tr
-ak6tre
-akt3rå
-akt5s4la
-5aktue
-akut2
-2akv
-ak3val
-ak5øl
-a5kå
-8ala.
-al7adr
-ala4g
-ala9ga
-a5lagm
-alag8ra
-a5lah
-a1lai
-al3all
-al3a4me
-al3ana
-a3land
-a5lande.
-a5lane
-alan5gr
-al3anl
-al3anv
-ala4o
-ala5pr
-a5lar.
-a3lara
-a5laren
-al3ark
-a7larl
-3a4larm
-al5arr
-a5lars
-al3art
-a7larv
-al3a4si
-2alat
-ala7tr
-4alau
-al5auk
-al1av
-ala4va
-al4ba.
-albo4g
-albu7er.
-5album
-al3de
-al7der
-4aldo
-ald3re
-2ale
-a2lef
-a2leg
-a9leg.
-aleie6n
-a9l8eik
-a5leke
-a4leks
-a4leli
-a2lem
-al5e4mu
-al8en.
-a4l3enh
-a4l5en5tr
-ale4pos
-a7lept
-a4lered
-alere6de.
-a4le5ro
-a4leru
-ale1s2
-ale7se
-a4lesk
-ale6s5kr
-a4lesl
-a6lesu
-a4leta
-a4le3te
-a2leu
-ale5v
-a4leva
-a4levi
-3alfab
-2alg.
-al3geb
-al2gu
-al4går
-al3ill
-a2lim
-a9lin.
-ali5na.
-a4l3ind
-a4l3ins
-al3int
-al9ja.
-al3je.
-alj5end
-al3jer
-al1jo
-al4jor
-al2j1u
-al1jø
-alj5ø6v
-al9kera
-alk7s6
-alla4ga
-alla6ge.
-al4lap
-all5art
-al5lea
-alle6ge.
-al4lek
-al5len.
-all5erst
-alle3s4
-al4lest
-al5let
-3allia
-al4lid
-5alli5e
-alli9ne
-al6list.
-al4lo3m
-all4sen
-all4sti
-al6lul
-al6løs.
-al4løse
-al8løst
-al6lå
-al6mek
-al4met
-4aln
-a5lo.
-al1o4b
-a5loi
-al1om
-a1lon
-al3ope
-al7ord
-alori5
-alo6rit
-al3ove
-alow7
-alp2
-al3ps
-2als
-al7sed
-al9skap
-al7skare
-als1l
-als5lø
-al2sn
-al6spu
-als4te
-als6ter
-6alsu
-alt6ak
-alta8le.
-al3ted
-al7tema
-5alterna
-alte4t
-al4t5eta
-al4t5ete
-al4t3op
-a4l5u4k
-alul8la
-al5und
-alu8re.
-al5va.
-alv5aks
-alvak8se.
-al4ved
-al5v6er
-al8v9er8m
-alve5s
-al9ves.
-alvi8se
-al1vo
-alv3s
-6a1ly
-a2l5y4te
-alø5se
-al3øv
-a1lå
-al7å6t
-a4mah
-ama5is
-a2mak
-a5maki
-am3aks
-a2mal
-am5ald
-a3man
-a3mar.
-a5mara
-a7mas.
-amaso7
-3a4matø
-am4bar
-3ambas
-am4bat
-am5be
-a2mei
-am3eie
-a3meis
-a2mek
-am3eks
-amen8de.
-amen4s3
-amen6t7arv
-ame4ram
-a4meret
-3a4meri
-4amerin
-ame5u
-amhu7
-2ami
-ami7na
-ami7ne
-amisk3
-amis4ku
-am4lese
-am6lest
-am4mad
-6amn.
-am4ned
-a2mo
-amo5e
-am1op
-am1or
-amo6ve
-am4pap
-am4pare
-amp5ei
-am8peria
-am6perie
-ampes6
-amp7inn
-am2p3l
-am5p4let
-am4p4re
-am4pun
-am2på
-amru4
-am5rå
-am1s
-am7s6ku
-ams4l
-amst6
-am4s3tr
-ams9ut
-ams2v
-am4s5ve
-am2sø
-am3ti
-amti5da
-5amtm
-am7tv
-am6ul
-am5yr
-am5øy
-6ana.
-anak8te.
-ana3la
-anal4f
-3analy
-8anan
-a3nane
-a5nang
-anant8
-4anar
-a6narb
-an5art
-ana3to
-6an7au
-anaus7
-an9av.
-3anbef
-4and.
-an4da5m6
-anda5ta
-an4dek
-an5den
-anderle7
-an9det
-6ando
-an4dos
-4ands
-and4sel
-and8send
-and7slet
-and5s6tre
-a2ned
-an5egg
-a4n5elv
-a2nem
-2anen
-2aner
-ane3ru
-a5nes.
-a4nest
-ane5sv
-an5e6tika
-a5netike
-an5e6tikk
-an5e4tis
-a2nev
-3anfal
-anfø5re.
-ang4e
-an4ged
-an4g5enh
-ang5erme
-an8geste
-an4gi.
-5angiv
-ang5of
-an5gos
-an4g9ra
-an4gre.
-an6gres
-an4gret
-an4g3ry
-ang4sm
-angs6tro
-angs8t9rå
-angst5y
-ang5sva
-ang6søy
-ang4t5re
-ang5t6ve
-an4gun
-an4gå.
-ania7
-a6nib
-a4nisj
-4aniv
-an4kana
-4anki
-4ankj
-an4kob
-an4kop
-an4kos
-an2k1r
-ankra8na.
-ank3re
-ank3ut
-8an2kv
-an4kø
-an6k5å6
-2anla
-anland6
-anlø9pa
-ann5ans
-an6neme
-an5nen
-an5ner
-an5nid
-an4ninn
-an4nom
-5annon
-an4nov
-ann4sei
-ann4sid
-ann6s7kå
-ann6sl
-ann3st
-ann5sta
-ann4s3u
-an4ny
-an2nø
-a3no.
-a9noa.
-ano6deb
-2anog
-a7norm
-a6not
-a2no4v
-ano5va
-an3ove
-anri7ke
-ans5aft
-ansa7ka
-4ansan
-3ansat
-an4sek
-an4sent
-anseri8e9ne
-an4ses
-3ansik
-ans5ind
-ans5ins
-an4ski
-an3skj
-ans4k3l
-ans6kun
-an5skø
-an6slø
-an4sn
-ans5or
-an4s3pi
-ansport7s6
-an1st6
-6anstar
-ans4te4
-6ans6ti	
-2ansu
-an9s6und
-5ansunda
-1an1sv
-4ansve
-6ansy
-an4så
-anta8la
-an5t6and
-an4tans
-an3ted
-ant5emi
-5antenn
-an4tesl
-anti7kl
-an4tim
-an5toi
-ant5ord
-ant5rab
-ant7rom
-ant5ryg
-ant5s6
-an4tul
-antus4t
-2anu
-anus7a
-an5ut
-3anven
-6anvin
-6any
-a4nya
-a2n1æ2
-anær8
-2anø
-a2nøk
-an7å
-a1o
-ao9a
-aog9
-a2oi
-ao6k6
-aon8de.
-ao2p
-ao4r
-a5pea
-a7pé
-a1pi
-a2pia
-ap1id
-a6pik
-a6pins
-a2pio
-api6r5
-api7r6e
-api7se
-ap1j
-a1pla
-a5p6las
-ap3li
-ap9lo
-ap2ly
-4apol
-a4pon
-a4poo
-apo3p
-apo5s4ti
-a2pot
-3ap3par
-4appar.
-6appare
-app7esk
-ap5plas
-ap4ple
-ap5pli
-ap6pri
-ap3ra
-ap5ren
-ap5ret
-ap3rin
-ap2s1
-apsa4
-ap3sel
-apse4s
-ap8s9l
-a3psy
-ap4s5ø
-8apu
-a6p5ut
-a1py
-ap7ø
-a3p8øls
-a5på.
-a1ra
-ara9bi
-ar5aks
-arak5t
-ar3alt
-a4rami
-2aran
-a4ranor
-a4rans
-a4ranv
-2arar
-a4r5ass
-ara5te.
-ar5aug
-ar7auk
-arau9ken
-ar7avh
-1arb
-2arba
-arba8ne.
-6arbeh
-4arben
-6arbet
-2arbi
-4arbj
-6arbl
-2arbo
-arbo8da
-2arbr
-2arbu
-2arby
-2arbø
-4arbå
-ar7deb
-ar6deli
-ardfø5re
-ard3re
-ard5sta
-a1re
-1a2rea
-4arear
-a4reb
-areba4r
-a2red
-a2ref
-a2rei
-are3in
-a2rek
-a6r5ekt
-a4rela
-ar7elek
-a4r6eli
-ar7emn
-a5remo.
-3arena
-a6r5eng
-a4reni
-aren5tes
-a2reo
-a2rep
-a6rerel
-a4r5erfa
-a6rerk
-a4rero
-a6rerø
-a5res.
-ares8ka
-ar4et
-a7reta.
-a4rev
-ar7e6va
-ar3evn
-arev6ne.
-8a1ré
-6arf
-ar7g6h
-ar5g6i
-6argj
-arg4l
-ar7go
-arg5stj
-2a1ri
-aria7ne
-a3rib
-ariba9
-ar5idr
-a4rim
-ar3inn
-ar3ins
-arins9k
-ar3int
-ari3se
-arise4a
-a4risto
-a2riv
-ar4kau
-ar3ke
-ar4ke5s
-ar5kha
-3arkit
-3arkiv
-ar4kle
-ar4k5løf
-ar6kod
-ark6ste
-ark4str
-ark7veg
-ar4køy
-arla4ga
-ar4map
-5armbå
-ar4medi
-arme7t
-ar6metr
-ar4minf
-armle6ne.
-armå6la
-2ar2n
-ar4nad
-ar4nal
-arneva7la
-ar3ni
-ar3no
-ar3nu
-ar3nå
-a1ro.
-aro8de.
-a5rok
-a1ron
-ar1op
-aro6pa
-a4r1o4r
-a1ros
-ar7ost
-a1rot
-ar3ove
-ar6ped
-ar9po
-arp5ret
-1arra
-ar5ree
-ar7resk
-arri8e7
-arrå6da
-2ars
-arsa6ka
-ars5ans
-ar3sel
-ar6s5ers
-ar4sin
-ars5kam
-ar5skar
-ars5kes
-ars7kre
-ar4spr
-ars6tr
-ars4vei
-ars7æ
-arta4la
-arta6le.
-ar3te
-ar7tele
-8artets
-art4ha.
-art4has
-ar4tika
-6ar4tim
-4artn
-4arto
-ar4top
-6artr
-art9ra
-ar6trin
-art6s5t
-arts5ø
-6artu
-8arty
-ar4tyv
-ar1ul
-ar1un
-ar5u6r
-a1rus
-ar5utb
-ar5utn
-arve3s
-ar6vete
-arvi8sa
-arvi8se.
-a1ry
-ar7æ6
-arø8ve.
-ar1øy
-a1rå
-arå8de.
-ar7åp
-a6r5åt
-6as.
-4a1sa
-asab4
-asak4
-a4salo
-as6an
-as7aug
-asbe2
-a1sc
-a2se.
-asea4
-a2sed
-a2seg
-a2sek
-as4el
-ase5le
-a2sem
-a6senet
-a4senk
-a7seol
-a2se5s
-a6sest
-a4sete
-a2se3u
-as2h
-as5hu
-a4sib
-a2sip
-a2sir
-a7sis.
-asis5t
-a2siv
-as4ja
-a6sjett
-as5jor
-as3kar
-ask6et
-as5keti
-ask2i
-as5kis
-a5skj
-as5ko.
-as5koe
-a4s5kopi
-as3kor
-as3kot
-a1skr
-as7kra
-as3kul
-a5s6kula
-as6kule
-ask9u8t
-as4kv
-ask5øy
-as1l
-a5s4lag
-asla8ga
-as4lev
-as4lit
-a1so
-a4so.
-a2s5om
-as5ov
-as4pan
-as3pe
-as7pis
-as5pl
-as9sa.
-as4sab
-as4sal
-ass5ald
-ass5alt
-as4sam
-as5se.
-as4sed
-as4sek
-asseri7e6
-as4serv
-as4ses
-as6sifr
-as5sing
-assi3s
-as4sit
-as2sj
-as6s1k
-assku6le.
-as2s3n
-as5so.
-asso9a
-as7sos.
-as6s1p
-as2s3t
-as4stan
-as4str
-ass5tru
-as2s1v
-as4sys
-as4søk
-as2s5å
-as1ta
-as6tab
-a6stande
-a4statu
-as5te.
-as3ted
-as4teg
-as4tek
-as4t5enh
-a1stj
-a9stof
-a5stok
-ast5ov
-ast5ren
-as4tro
-as9tua
-astu8ve.
-ast5ø4v
-a1su
-asu3n
-asu9sa
-as1va
-a6sym
-asyn7d
-as7øye
-as5å
-4at.
-4ata1
-a5taene
-at6af
-ata8ka.
-ata8la.
-a4tang
-ata9rar
-a6t7arv
-atas4
-a5tas.
-atat8
-a2tau
-at5avh
-atch5
-a2tea
-a2tec
-at7edd
-a2tee
-a4tei
-at5eid
-at3eig
-ate3in
-a4teka
-ate5k8e
-ateke7ta
-a6t5ekte
-ate7le
-at3emb
-4aten
-a5tene.
-a4teni
-a4tenu
-a2teo
-4ater
-a5ter.
-a6terat
-a8terek
-a4teril
-a2tes
-a4t3ett
-at6e5u
-a4té
-3atfer
-at4ha.
-at8has
-4ati
-atik6ka
-atili5
-ati5nea
-ati4rep
-ati8sta
-at3jo
-5atlant
-atl9øy
-3atmos
-at4nel
-ato5a
-ato5gr
-at1oi
-a2tom
-a6t5oppr
-a1tor
-a5tose
-a3to1v
-a1tra
-at5reg
-at3ren
-at3rer
-a4trif
-at3rin
-at5rot
-a9tru
-at5røs
-at5røy
-2ats
-at3ser
-at7sje
-at7s6kat
-at7skj
-ats6kul
-at2s3ø
-4att.
-at6tat
-4at5te.
-at5tens
-attfø7re
-at4tid
-atti4s
-att5ise
-at3tit
-att1o
-att7o6p
-atto6v
-at1tr
-at4traf
-at4t3re
-at6trin
-att3s6k
-att5s8l
-att3sp
-att3sv
-at6tys
-at2t3ø2
-a1tu
-atu5e4
-a2tut
-at5v
-atvi5er.
-a3t3w
-a1ty
-atyr8ke.
-a5t6yv
-a1tø
-atør3s
-atø9se
-a4t5øy
-a3tå.
-a7tåa
-a1tåe
-at5år
-at5å4se
-at7åt8
-4au.
-8a8ua
-au9ar.
-4au5b
-auba6ne.
-au3c
-au5da.
-au9det
-au4di.
-4a6ue
-au7en
-au7er
-aue5re
-au3est
-au6e5ta
-au5e6te.
-au4gal
-au4gas
-au4gel
-augele8ge.
-5aug2n
-3augu
-au5i
-au5keli
-au5ket
-auk5la
-1auk7s6
-au5kve
-au6las
-au4lat
-aul5l
-aul8la
-au5lu
-au9men
-au6mo
-aum5s6k
-aum7s4t
-a5und
-au5rae
-aure5s
-au5ret
-au5ri
-aur5s6
-au1ru
-auru4e
-au1sa
-aus9kj
-au6skr
-au1so
-aus5s
-au6s8tas
-aus8tett
-austi6s
-aus6t7ise
-aus6ton
-au5str
-au6stri
-au1su
-au4sun
-au2s5ø4
-aut6a
-au3ta.
-au7tar
-au5te
-1auto
-auto5v
-au3t4re
-au4ty
-2aux
-a1va
-av5ab
-a5vae
-ava7g
-6aval
-av3alv
-a4v3and
-av3ang
-a4v5anl
-3a4van5s
-a9var.
-av3art
-avar6ta.
-4avas
-5avbi
-1avd
-3avdel
-2a1ve
-a2ve3d2
-a5vede.
-a7veil
-ave3in
-a2vek
-a4vela
-a4vele
-a5veleg
-avens4
-a5ver.
-ave7ras
-aver5d
-a6verei
-a2ves
-a2vev
-1avfa
-1avg
-avi4ar
-4a5vig
-a1vik
-avi9ke
-a1vin
-a4v5int
-2avir
-5avisa
-avi5sa.
-3a6vise
-av5ising
-avis3t
-a5vit
-avlu9t
-avlø5se
-6avn
-av7na
-av4nes
-a1vo
-a4vok
-avo3r
-avo4v
-av1r
-av4res
-av5ri
-av1sa
-av5seg
-avs2i
-avsko7g
-3avsni
-av1s2p
-avspe9g4
-avs4te
-av5su
-av1s2v
-1avt
-avta9ka
-2avu
-1avvi
-av3øl
-4a1vå
-a6v7å6l
-a1wa
-awat4
-a5we
-awe9ne
-a1wi
-ay2a
-ay7ane.
-ay5ar
-ay9s8t
-a5y4t
-a5zu
-azz3o
-a1ø
-a7å6
-1b4a
-ba3a
-baby5
-ba4bys
-ba5cl
-ba2d
-ba4da.
-ba7dan
-b5add
-ba8de.
-ba4deb
-ba5den.
-ba7dens
-ba3di
-bad1s
-4baf
-ba2k
-ba5kan7
-ba3kar
-bakars9
-ba3ken
-ba4k5end
-baken6de.
-ba3ker
-bake3s
-ba9ket.
-bak9ett
-ba3ki
-ba8ki.
-bak6kers
-bak6ko
-bak5kr
-4bakr
-bak4re
-ba5kri
-bak3ro
-bak3sm
-bak5sp
-bak5s6ti
-bak5str
-bak7t6
-bak1v
-ba3la
-bal7ak
-ba4les
-ba4li.
-bal3j
-bal4lag
-bal4lan
-bal4led
-bal4leg
-bal4lei
-bal4lev
-bal4lig
-bal6lov
-ball5s6
-bal6læ
-ba1lo
-bal5t
-ba1lu
-ban4a
-ba4na.
-ba5nan
-ba5nar
-ban9da
-ba4nel
-ba4nes
-ban6kap
-ban4kor
-ban2k3u
-bantu5
-ba3re
-baret5t
-ba3ri
-bari6e7n
-bark5s
-bar5skr
-bar5tr
-ba5ru
-ba5sen
-ba4seru
-ba4set
-ba3si
-ba2s1k
-bas6sak
-bas4san
-bassi4
-bassis5
-bas4so
-bas4st
-bass6tr
-ba2st
-ba7s8u
-ba1ta
-2ba1tr
-bat6ti
-bau9la
-6bav
-ba5z
-2b1b
-b3ba
-b6bak
-b4b5arb
-b6base
-b3be.
-b4beb
-b4beda
-b2bef
-b4beg
-b6beh
-b2bei
-bb3eie
-bb5eig
-b2bek
-b6belo
-bbel6t3
-bbelte4
-b4bem
-b9bene.
-b2beo
-b3ber
-b4b5erf
-b4bes6
-b7beska
-b6beta
-b6beten
-b4beti
-b6beto
-b6betr
-b2bev
-b8b1h
-b3bi
-bbi9e8
-b4b5inn
-b2b1l
-bb7len
-bb5op
-bb5rek
-bbu9ra
-bb5ut.
-bb5ute
-b2by5
-bby3e
-bby1k
-b4bø
-b6bå
-2bc
-2b1d
-b2dek
-b7den
-b4dep
-1be
-be2au
-be4bo.
-bebo5er.
-bebo9k
-be4da.
-be9dar
-be3der
-bedi9e8
-be4dre
-bed5red
-bed2s1
-bedy9ra
-be1då3
-2bee
-be5ed
-be6ef
-b4ef
-befa5re
-be3g
-bega9
-be4ga.
-be4gi.
-be4gn
-be5go
-be4g5re.
-be4g5rene.
-be4gå.
-be6ha.
-beha7g
-behers7
-4behu
-behå4r
-be6i
-be5ke
-be2k3i
-bek6kel
-bekke5r
-bek4kes
-bek6l
-4beks
-be4l3ab
-bela9ga
-bel5eie
-bel5eig
-bel5ein
-be4lek
-beli9na
-beli9v
-belle5sa
-bel5let
-bel5læ
-be2l1o
-bel5s4p
-bel7s4t
-bel4tag
-bel4te5s
-bel4t3ø
-bel3u
-bel5v
-belæ5re
-belå7ne
-be4na
-be5nat
-be3ne
-4bened
-be4nest
-ben5gu
-be5ni
-ben5s4i
-ben5skj
-ben5sp
-ben5te
-2bep
-b4er
-4berai
-be7ras
-ber5d
-be4rep
-8berest
-bere5te
-ber4ga
-ber4g5ende
-ber5ges
-berg3j
-berg3l
-berg3o
-ber4g3å
-be5rib
-beri5ke
-be7ris
-ber6kl
-ber5na
-ber5ne
-be1ro
-be4ro.
-bero9a
-berri6
-ber5te
-ber5ti
-be1ru
-beru9sa
-berø5v
-b4e1s2
-5bes.
-be4se.
-be5s4i
-4besik
-6besj
-bes5ke
-bes6k5n
-be3sn
-bes7ne
-4be3so
-beso9v
-be5sp
-bes3s
-bes6s7a6
-bes6sel
-bes7si
-bes7tens
-bes6tes
-be5stes.
-be6så
-3b4et
-5bet.
-be4tab
-be3te
-4betei
-be7tes
-beto5ne
-be6trar
-be6tre.
-be4t3ri
-4betu
-be4ty.
-beva5re
-be6ve.
-bevi5se.
-be9vo
-bev9r
-6beå
-beån9
-7bé
-2b5f
-6bg
-2bh
-bhu1
-1b4i
-bi5ak
-bi6bla
-bi5ce
-bi1d
-bi5dee
-bi8dé
-bid6r
-bidu8
-bi5el
-bi6ele
-bi5erv
-4bifa
-bi5g
-bi3ka
-bik1k
-bik6ki
-bi5k4l
-4bi7kr
-bi6la.
-bi4las
-bi4lau
-bi3let
-bilet5r
-bi4lin
-bil3j
-bil5la
-billa8ga
-bil5leg
-bil5m6
-bil1o
-6bi5m
-bi4nans
-bingo5
-bin4gol
-bi7no
-4b5int
-bio7
-bi3o8m3s4
-4bip
-bi4ri5
-bi7ris.
-bir4ken
-bi1ro
-bis2a
-bi3se
-b5ish
-bis6hi
-bis7ke
-bi5s4la
-8bisn
-bi4sp
-bis4p5i
-bis5se
-bi1st
-bi5s6ta
-bis4til
-bis5tru
-bi3s4v
-bi6ta.
-bi4te.
-bi5tes
-bi8ti.
-bi4tre
-bi6tri
-bjar3
-bjek4t5o
-bjø6r
-2b1k4
-b5kh
-bl2
-1b2lad
-blad3a
-bla6f3
-bla8ga
-blak5r
-bla5me
-blan9da
-b4lank
-blan5ke
-b4lant
-b1lar
-b8larar
-b3lat
-bla4u
-b4lef
-bleie5
-blei5er
-b4lek
-ble4k3a
-ble5kes
-ble4mo
-b3ler
-ble7r6a
-b6lesa
-blesse9ne
-b4lest
-2blet
-bli9ke
-bli5ma
-bli5me
-blings6i
-blis3s
-b5lj
-blja4
-blo6dr
-1blok
-blom5m
-b6lu
-blues3
-blu9sa
-bly7gl
-blæ5re.
-blå5n
-blå3r
-blå7sa
-blå5se.
-2b1m
-6bn
-b3ne.
-b3ner
-b7nes.
-b7ni
-b2o
-boa5s4
-bobba6ne.
-bob5by.
-bob9bye
-bo2bl
-bob7la
-bobs4
-bo3de
-bo6din
-bo6d7r
-bo2dø
-4boef
-1boen
-bo2er
-bo4et.
-2bo3f6
-bo4gel
-bogn7
-bog1s
-2boh
-2boj
-3bok.
-bo2ka
-bo6kel
-bo4k3et
-bok1i
-bok1k
-bo6kop
-bo6k5ri
-5bok1s
-boksi8da
-boks4p
-bo2ku
-bok3ve
-b4ol
-bol5eie
-bo7li
-boli7n
-bo7lo.
-bo5loi
-bo4l5o4r
-bol5s4p
-bolst6
-1bomb
-bom4bel
-bom5m
-bo6mo
-bom1s4
-bo5nap
-bon5ato
-4bonn
-bon5ne
-bons4
-bo5nus
-boo6
-boom1
-bo1p4
-bo1ra
-bo4ra.
-bo6re.
-bo7rel
-bo3ren
-bo3ret
-bo4rete
-bo6ri.
-bo3ro
-bor6t7ef
-bor6tei
-bor4tes
-bor6t7et
-bor4ti
-bort5s6
-b4o1s
-bose8te.
-3boska
-bo2sl
-bos5se
-bo4sto
-1bot
-bo4ta.
-bo4tak
-bo4tal
-bo6te.
-2bo7to
-4bot6r
-4bot4v
-bou3c
-4bo1v
-bow4e
-bo6y
-4bp
-b7pl
-br8
-1b4ra
-bra5ka
-brak5s
-bra5se
-bred5sp
-brei5e
-brei3s
-bret7te
-b6rev
-brevi9er.
-bre4vin
-bri5a
-b4rio
-b2ro
-bro9ar
-bro1s4
-3b4ru
-bru5ke
-bruk4s3
-bru4na
-bru7na.
-bru5nes
-bru5pl
-bru7ren
-bru5sa
-brus4l
-1bry
-bryn4s
-b4rø
-brø5de
-bråe6
-brå9ne
-brå5te.
-6b1s
-bs4e
-b5s6e6a5m4
-b4s5el
-b5s6i
-bsk4
-b4sli
-b2sm
-b2s1of
-bs2t6
-b6st7f
-b7s6v
-bså5
-6b5t
-b7t6s
-1b2u
-bu4ar
-4bub
-bu3da
-bud5d6h
-bu3de
-4bu3em
-bu4en.
-bu9ene
-bu4er.
-bue5s
-bu1i
-bu6is
-6buki
-buk3l
-bu5la
-bu4le.
-bul3le
-bun7de
-bund4s3
-bun8ge.
-bunk3r
-bunnla8ga
-bunn3s
-2bu3o
-bu1p
-bu6ra.
-bu4re.
-4bu3ro
-bu3ru
-bus6e
-bu4se.
-bus4h5e
-busk7ø
-bus6sek
-bus4sel
-bus6sent
-bus6set
-busse6te.
-bus6sj
-bus4sn
-bus4sp
-bus4st
-buss3v
-bu1st
-4bustr
-4busy
-bu1ta
-bu4tal
-bu7tem
-b5utg
-4butst
-bu2tu
-bu1tø
-4buv
-6buø
-2b1v
-4b5w
-1by
-bya2
-by5al
-by9are
-by7dep
-by4en.
-by7ene
-by5ens
-by2er
-by3ers
-by4ge.
-byg3l
-3byi
-by1lo
-4bylø
-by5n
-by1re
-by6re.
-by1s
-5bys.
-4byse
-6bysi
-6bysp
-byst4
-by4ste
-4bysv
-by5tar
-by4te.
-by1tr
-2byv
-bæ5rar
-bæ6rar.
-bæ4re.
-bæ5ren
-bæ5rer.
-bæ5rere
-bæ5res.
-bæ5ret.
-bæ3ri
-bæ4r5is
-bæ3ru
-1b4ø
-bø4e
-bø7ens
-bøf3
-bø4kes
-bø6la.
-bø6le.
-bø2n
-bøne5
-bøn6nes
-bøn7o
-bø6re.
-bør4s5k
-bør4sp
-børs3t
-børs8ta.
-børs3v
-bø5ta
-bø1v
-bøy7ar
-bøye5
-bøy4ene
-bøy4es
-bøy4et
-1b4å
-bå4de
-bå9des
-bå6e
-bå7ene
-bå4la
-bå1re
-bå6reg
-bå4rep
-bå4s3te
-bå6s7ti
-bå6t5j
-bå6to
-båt5r
-1c4a
-cab4
-ca4e
-ca5le
-ca5me
-ca5mo
-ca4pe.
-cap1r
-ca6pris
-ca3ra
-car5n
-ca5ro
-car4te.
-ca2sa3
-ca6set
-cash5
-ca5s4til
-cas5to
-ca1t
-cath5
-ca4to.
-6cb
-4cc
-c1ci
-c2d
-cde6
-cebo9
-ce3d
-ce1i
-1cel
-ce5le
-cel4les
-cel4lev
-3cen.
-ce4ned
-ce4nee
-ce4nem
-ce4ne5s4
-ce5nes.
-ce4net
-ce4nev
-5cens
-cen4ti9m
-cen6to
-ce5o4
-1cer
-cerba6ne.
-ce3re
-ce1ro5
-cer3t
-6ceru
-cest3o
-2ch.
-cha5le
-3cham4
-cha7ne
-cha5t
-2chb
-4chei
-chel5s
-che7te
-chi4li
-4ch3h
-2chm
-4chn
-ch5ne
-chom4
-cho5s6
-2chp
-8chs
-6cht
-ch1v
-ci1c
-3cid
-ci2e
-cie8n
-cie2s5
-cil5l
-ci3ne
-ci5ta
-2c6k
-ck5ar.
-ck5art
-ck1en
-ck3er.
-ck4ere
-ck5e4t3
-ck5et.
-cke8y5
-ck1i
-ck1k
-ck1o2
-ck7r
-ck5s2
-cku6
-ckup3
-ck9ut
-c2l
-clai4r5
-cly4
-c1m
-cmini4
-coa6
-coat5
-co6bid
-1co4c
-2cod
-6cof
-6cog
-co4la.
-co4lab
-co4lak
-co4la5r
-co2m
-co5ma
-com5t
-co6n5os
-con5s
-con7t
-co2o
-co7pa
-2cor
-co3r6a
-co1re
-co4so
-4cost
-co4ver
-c1pr
-cr8
-cras4h
-crack4
-cre2e
-creen7
-cros2
-5cru
-4c4s
-4c1t
-c6ta
-cty5
-1cu
-4cu.
-cu5la
-cu5le
-cu5lu
-cup1l
-cu6po
-cup1r
-cup7s
-cu4på
-2cur
-cures4
-cu6t
-cy2a
-cy6p7
-cys3
-c6z
-cæ5
-1da
-4daa
-4daber
-8dabo
-d5abs
-6d5adel
-d4adg
-dadø4
-dadør5
-4daef
-2daf
-5dagb
-da4gev
-4dagj
-dag7l
-da6go.
-da4g1r
-da6gun
-4dagå
-4dahe
-5dahl
-da1i
-2daka
-4dako
-4dakr
-dak4se.
-4daktig
-da5kv
-7d6al5j
-da1la
-da8la.
-da4las
-6dalau
-dalbu8er
-4d5ald
-da4les
-dal6so
-da1lu
-da4ma.
-da4man
-da3mas
-da4me.
-da3men
-6d5ameri
-dame3s
-dame5t6
-da3mo
-dam7pe
-5dan.
-6danal
-d8ane
-9dani
-2d1anl
-3dann
-dan5neb
-4danno
-7dano
-d4ans.
-dan3sa
-dan4sel
-dan9s8kan
-4dansv
-9dant.
-9danti
-8dany
-2da3o
-2dap
-da3pe
-d3app
-3dar.
-5dara
-2darb
-dard3s4
-4darea
-da4res
-d5arn
-da2ro
-dar5os.
-dar5s6
-dar4ta.
-dar6va.
-dar8ve.
-4dasei
-2dash
-6dasi
-4dasjef
-da4sk
-da9sko
-6dastr
-6dasu
-data5
-4da4tal
-data6le.
-datali8na
-da4tek
-7d6ato
-da3toa
-4da5tr
-dats6j
-d6aud
-daud7s8
-dau5go
-2daut
-2dav
-d5avb
-d1avl
-d3av5s
-4daø
-2d1b2
-dba8le.
-dba4ne.
-dbe8ta.
-dbe6te.
-dbling7
-dbo6en.
-d6byf
-4d1c
-6d1d
-d2dad
-ddag4
-d4dak
-d4d5arm
-dd3eie
-d2dek
-dde4lap
-dde4l5o
-ddel5sv
-d4demi
-dder5s
-d4desu
-ddie8
-d7dom
-d4d1re
-dd5run
-ddsa4
-dd4sala
-dd4skap
-dds5tab
-dd3s4te
-dds5tr
-d2dyb
-ddø2
-ddør3
-d4d5øy
-dd1år
-1de
-2dea
-deak3
-de2al
-de7b
-6debar
-4debas
-3debat
-2debe
-4debl
-2debo
-5debon.
-2debr
-3debut
-2deby
-4debø
-de1c
-5ded.
-2deda
-6d7edd
-7dede.
-4dedek
-4dedel
-4dedia
-2ded4r
-2dedy
-2dee
-5dee.
-de7er
-2def
-d5eff
-d5eft
-2deg
-6d6e5ge
-5degg
-de3gl
-2deh
-5dehavs
-2dei
-dei4d
-dei4ene
-3deig.
-dei8ge.
-5deigen
-dei4g5r
-5deik
-d2e1in
-3deir
-de5is.
-de3ist
-7de7it
-2dej
-8deka
-2deke
-2deki
-2dekj
-5dekk
-dekk3a
-dek4kan
-dek4kel
-de6k6kv
-dek2l
-6dekly
-5dekni
-de5ko
-4dekod
-4dekon
-4dekos
-2de5k6r
-dek6st
-deks7ti
-deks6tr
-5dekt
-2deku
-4dekv
-4dekø
-4dekå
-d4el.
-6delad
-6delage
-de6lans
-4delau
-4deled
-de4lef
-4delei
-del5ei4d
-del5eie
-4de4lek
-de5lele
-4d5elem
-de4lest
-6d3e4lev
-4delid
-6delinj
-del5int
-4delis
-4deliv
-del4lap
-del6lei
-del4lek
-del6lerf
-del6lig
-d4els
-del4s5at
-del3se
-delses7
-del4si
-del4spo
-d4elt
-del6tala
-del3te
-del7tr
-6deluk
-del5ve
-4dely
-4delæ
-2delø
-delø6pa.
-6deløy
-2delå
-2de5ma
-d3emb
-2deme
-demie4
-4demj
-dem8na.
-de4mo.
-de4mog
-5demok
-4demol
-demo5no
-5demos
-dem5pe
-3demr
-5dems
-4demu
-2demø
-2demå
-d2en.
-4dena
-de7nak
-6d5en6den.
-de5neb
-4dened
-6denel
-4denem
-4denet
-4denev
-6d5engen.
-4deni
-4deno
-de4nom
-d2ens
-den4sin
-den4s3t8
-den6t5ant
-4dentif
-4dentit
-dent3o
-den4tr
-dent5s8
-den6t5u6
-den6tå
-4denu
-2denæ
-2denø
-de2ob
-de4og
-2deol
-4deopp
-4de3or
-de4ove
-4depak
-4depap
-2depe
-4depi
-4depl
-6depu
-d2er
-der8am
-de6rant
-de4rare
-de4rark
-5de7rast
-dera5te
-der3av
-der5d
-4derea
-4dered
-de4r5edd
-de4ref
-4dereg
-4derep
-6deresi
-der5est
-8derest.
-6dereste
-4derett
-de4rif
-de4ril
-5derin
-de4rinæ
-der5k
-der5ne
-de5rob
-4derog
-4deros
-de5rose
-dero8se.
-6de7rot
-dero4v
-der5s6n
-der4sp
-der3t
-der5un
-de5rup
-6derus
-der3v
-4derør
-2derå
-de1s
-3d6es.
-2desa
-4desc
-2dese
-de5seg
-des5ers
-4desho
-de8s9hop
-desi4s5t
-2desj
-2desk
-9desk.
-5deske
-4des4le
-2deso
-2desp
-7despl
-6de5s6pr
-d4es2t
-5dest.
-5deste.
-des6tem
-de5sti
-4destj
-4desto
-4destrå
-4destu
-6desty
-de4s3tå
-6desup
-des6v
-2desy
-deså7
-d2et.
-2deta
-deta8ka.
-de3te
-4detea
-6deteg
-6detekk
-4detel
-4deten
-4detep
-detes7
-2deti
-2detj
-4deto
-4det6r
-2detu
-4dety
-4detø
-6detå
-2deu
-d1eur
-5deus
-2dev
-deva8ne.
-devi9er.
-3devik
-d7ev8n
-de5vu
-2dey
-4deø
-2deå
-2d1f
-dfø6rarar
-2d1g4
-d4gel
-d5gi
-dgi6n
-dgjø6re7n6h
-d3go
-2d1h
-dhav4s
-dheim2s5
-dhu9ga
-dhø4r
-1di
-di6ak
-di5alg
-dia5li
-di1ar
-dia3re
-dia1s
-dia7sp
-dias6t
-diats4
-2diav
-2dib
-did5ri
-di7ell
-di5en.
-4di5end
-di1er
-dies4
-3diff
-diffe5
-3diful
-4difø
-di8g9and
-di4gat
-di3ge4s5
-dig7g
-2digj
-dig8la.
-dig6le.
-4digren
-dig5ret
-4digru
-di2gu
-4dih
-4dii
-2dij
-di5ka
-di8ka.
-di5kem
-2dikj
-6dikn
-2diko
-2di1kr
-dik7v
-2dili
-dil4les
-di5ma
-6dimed
-6d5i6mel
-4dimes
-4dimet
-2dimo
-4d5imp
-4dimå
-di5na
-2d1ind
-di7nen
-4d5ingk
-din3gr
-ding8s5en
-ding6s5er
-din8g9å
-dini4
-di4ni.
-4d1inn
-2dino
-2dinv
-4dinø
-3diog
-7diol
-dio3na
-dio4no
-di3ori
-dio5tr
-2dip
-3dipl
-4dired
-4direg
-4d5irs
-5dis.
-di6sc
-di6sed
-dis4i
-disie5ne
-d6isk
-dis6kam
-di4skj
-dis6k7l
-di4sk6o
-dis5ko.
-dis7koe
-dis7ku
-dis5s
-dis1t
-dis7tik
-di5sv
-dis4vi
-2disy
-di4tal
-di7te
-4ditek
-dit4tet
-ditt3r
-di9us.
-di4va.
-4dival
-di7van
-4divek
-div6i
-2divu
-2diøk
-d1ja
-d1je.
-d1jen
-djer5ve
-d7jes.
-dje9ve
-d6jingan
-d6jingar
-d1jo
-dju8la.
-5djup
-6djupar
-d4jø.
-2d5k2
-dka8ra.
-dki6
-d5kj
-dko2r
-dku4le.
-4d1l4
-d3la
-dla4ga
-dland7as
-dla6te.
-dla4v
-d4ledi
-d2lef
-d4lega
-d7legar
-dle3ge
-dlei7er.
-d5leka
-d2lel
-dlem4st
-d4lenet
-d4leru
-dleva8ne.
-d5li
-dli4f
-dli5ke
-d5lo
-dly8se.
-dlø8pa.
-d5lå
-dlå9re
-2d1m
-dme6la.
-dmo4e
-dmors6
-dmo8s
-dmø4re.
-dmå6la.
-8d1n
-dn6a
-dno8de.
-1do
-2doav
-do2b3
-4doba
-do3be
-8do9b8lan
-2dobå
-do4da
-dodø4
-dodør5
-4doeu
-2dof
-d3off
-d5ofr
-dog6med
-dog4me5s
-2dogr
-6do5i
-do3ki
-4dokine
-dok6kan
-4dokn
-do5le
-4doled
-doli8ne.
-4dolinj
-6dolis
-4dolj
-dol5l4
-4domes
-do5mis
-4doml
-do4mo
-dom7p
-2domr
-dom8sa
-dom8s5e6
-dom6s5i
-dom4s3k
-doms3l
-domsla6ga
-dom4so
-do4mu
-do4na.
-don5g
-4donke
-6d7on6kl
-don5st
-don5t4
-2dop
-do4pa.
-do4pe.
-3dopi
-d6o1ra
-do5ran
-2d1ord
-dor4da
-do1re
-dor6gest
-d5orie
-dorm8
-do3ro
-5dorp
-3dorr
-dors6
-dors7ke
-do1ru
-do7rye
-5dos.
-do4se.
-do4set
-do1sk
-6do7s6l
-2doso
-4dosp
-2dost
-do3str
-4dotr
-2dov
-do5va
-do5ven
-do4ver
-dov9n
-4doø
-2d7p8
-5dq
-dr4
-d1ra.
-d5raa
-d9rad.
-d5rade
-1d6rag
-dra5gen
-dra6kes
-3drakt
-1dram
-5d6rang
-3drap.
-5drapa
-3drape
-d3rapp
-d1rar
-d6rarar
-d3rarb
-dra6ret
-d5rarm
-d5rarr
-d9ra8sa
-9dratt
-drau7ma
-2dre.
-5dreass
-2dred
-d5rede.
-d5reder
-dre7d6r
-d5reds
-9dreg.
-9drege.
-d3regj
-3dreie
-drei5en
-drei5er.
-drei7ern
-d5rej
-d6reka
-d7rekk
-3drekt
-4drel
-d7relig
-4drem
-d1ren
-4drer
-d3ret.
-d3retn
-d6retr
-d3rets
-drett4
-dretts5
-5drevet
-3drevn
-4dria
-3d2rif
-2d1rig
-d2rik
-d3rik.
-dri8ka.
-d3rike
-3drikk
-drik7s6
-d9rikt
-5d4ril
-2d1rin
-dring6
-drit7tr
-drit5u
-dritun8ge.
-1d2riv
-3dronn
-dro6pa.
-drop5s
-2d1ror
-3d4ros
-dro8ta.
-2d1rov
-dro5va
-dro3ve
-2dru
-3druk
-d1rul
-d1rum
-d3rup
-6d5rut
-2dryk
-drykk4
-d2rys
-d4røm
-drø6re.
-d7røt
-drø3ve
-d1råd
-drå4de.
-3dråp
-8ds
-d5sa.
-d3sabl
-ds1ad
-ds3a6del
-d1sag
-dsa9ga
-dsak6se.
-d1sal
-dsa8la.
-d4s3alf
-d6sall
-d9same
-ds1a6n
-ds5ane
-ds1a2r
-d2sas
-d4satf
-dsbø6n
-d5se.
-dse4d
-ds1ef
-d2s1ei
-ds7eks
-ds3ela
-dsel4s5a
-dse2m
-ds3emi
-d6s7enda
-dsen8de.
-d4s3eng
-d5sens
-ds3e2p
-d7ser.
-d6serf
-ds5erk
-d4s5e4sk
-ds5e4st
-ds3eta
-dse4te.
-d5setj
-ds1ev
-d2s1i
-d3s2id
-d7sida
-ds5ident
-ds3idr
-d7sil
-ds5ind
-d3sir
-ds3i4s
-dsi4ve
-d4s3jen
-d2sjo
-ds7jor
-ds6ju
-ds5kab
-d4s3kan
-ds3kar
-d4skat
-d1skj
-ds5kjen
-d6s5kjøt
-ds1ko
-d5skot
-ds3kro
-ds1kv
-ds1l
-ds5la.
-ds5lan
-ds6lem
-dsli6k
-ds6lo.
-d9slott.
-ds4luk
-ds3ma
-d6smo
-dsmå6la
-ds3ne
-ds5no
-ds1o2
-d7somst
-d4s5os
-d7sot
-ds1p
-d3spek
-d3spel
-ds2pi
-d9s8py
-ds5s4
-dst4
-ds3tak
-d4s3tal
-d3s8tar
-d5s4tat
-ds6tau
-dss8t
-d8s9te.
-ds9teik
-dste6ma.
-d6s5temp
-ds5teo
-d3s4tig
-d3s4tik
-d5stilli
-ds1tj
-d3stor
-d3stri
-dstu8na
-d5stund
-ds3tv
-dsty8e
-ds3tyv
-ds1u2
-dsure6
-d5s6us
-d6s7usk
-ds1v
-dsva8ne.
-d3s4vet
-dsvi6ka.
-d5syk
-d3syn
-dsy6na
-ds1yt
-d2s1ø
-d6sør
-ds1å6
-4d1t
-d3t4a
-dta6la.
-dta4le.
-dta4s
-d3tem
-dte4ma.
-dt4eng
-dterle7
-dte4se.
-d5t4et
-d3ti
-dt6j
-d7to
-d5t4rag
-d6troc
-d5t4rø
-d6t1s2
-d3t2va
-dtø8
-dt6øk
-dtørs3
-dtå4
-1du
-dub5b
-dub5l
-du1c
-du9ene
-du9ens
-due5s
-4dufo
-3dug
-4dugu
-duit6
-du6ka.
-dul5l
-4duly
-dums2
-du4na.
-dun7de
-4d5uni
-dun5s6
-dun7sta
-7duo
-d3upk
-3dur
-du6ra.
-du6re.
-du6rei
-dur8ta
-du1s
-du5s4a
-du9sem
-du5s2i
-du2sk
-du2sl
-du2sp
-duss4
-dust4
-du2sv
-2d1ut
-du6va.
-du4ve.
-2d1v
-dva6la.
-dva6lel
-dva4ne.
-dve6s
-dve6va
-dve8ve.
-d7vo
-dvo8r
-2d1w
-1dy
-dy9a
-2dyba
-2dyf
-dy5ke.
-4dykl
-4dykø
-2dyl
-dy4na.
-dy4ne.
-4dynk
-dynk6s5
-dy3pes
-dy2p3r
-dy4ra.
-dy5reba
-dyrle8ge.
-dyr5s4
-dy2r5u
-dyr5ø
-7dys.
-dy8sa
-4dyse
-dy6se.
-dys7s
-dyst7r
-dy2t
-d5z
-8dz.
-1dæ
-dærs4
-1dø
-4dø.
-død2s1
-dø3gr
-2døk
-d5økn
-dø4ma
-dø4pe.
-dø4pen
-d2ør
-dør3i
-2døs
-d6øs.
-dø2st3
-døt3
-dø9va
-dø3vel
-dø1vi
-6døvl
-døv8le.
-2døy.
-døya8
-døy8g
-4d9øys
-1dåd
-dåd6s5
-då8na.
-1dåp
-då8ra.
-då5ri
-d3ås.
-då8sa.
-då7sem
-d7åt.
-2ea
-e1a2b
-e1ad
-ea2d1i
-eadli5
-e1af
-ea2gu
-e1a2k
-e4akr
-6eakt
-eak6se.
-e1al.
-e5alle
-eal8le.
-ea4lov
-e3alte
-ea2lø
-ea4m1
-e3aman
-e5amn
-e1an
-e2an.
-ea4ne.
-e6a5net
-e4ani
-ean7n
-ea4nor
-e6ans.
-ean3sl
-e1ap
-ea4pe
-e1ar
-ea2re
-ea5rer
-ea5ret
-ea5r4i
-ear6ka.
-ear8ma.
-ear4ta.
-ea2s1i
-e3asp
-e1ass
-ea7ta
-e5a4tel
-eate6ren
-ea4t3et
-eat8h
-eat6le
-e8ato
-ea5tri
-e1att
-e1au
-eau6ga
-eau6ge.
-eau8ra.
-eau6re
-eau5s
-eau8sa
-eau8se.
-e1av
-eav8la
-eav8le.
-2e1b2
-eba3d
-eba4ne.
-eb3be
-eb4be.
-ebe4d3e6
-ebei7er.
-eben6s5k
-ebers6
-ebesku5
-ebet5s
-eb3h
-e5b6lo
-eblæ5
-ebob3
-ebo4da
-ebo5ers.
-ebo6kr
-ebo6la
-eb5s
-ebu4e5re
-ebu5ern
-ebu6et
-eby4ta
-ebø6n
-2ec
-e4ca
-ec4c
-e1ce
-e5cha
-e3com
-e2dad
-ed5ad.
-e5d4ag
-edag4s5
-e2dar
-ed3ark
-ed3arv
-ed7dela
-ed4dyr
-e3de.
-ed5e6ge
-ed5eg4n
-ed3eie
-e4deks
-ede8le.
-e4denf
-e8d5eng
-eden5t
-e6depr
-ede4ra
-e4derø
-e4desk
-ede4sl
-ede4sm
-e4desn
-ede4s5p
-ede4ta
-e6d5ett
-e8dé
-e5d6ia
-edi6a5ne
-edi4ene
-edi6gj
-ed4is
-edi3si
-edi4s5k
-e7div
-edle6ge.
-ed8ob
-edok8se.
-e4dol
-ed1op
-ed1ov
-e1dr
-ed2ra
-ed3reg
-e5drev.
-ed3rom
-e6d5ryg
-ed7ski
-ed3skr
-ed3s4la
-ed2sm
-ed5ta
-ed3te
-edt6r
-edu8a
-ed7va
-edvi6s
-e3dyk
-ed5ynk
-edyr6ke.
-edæ4
-e3d6ø1r
-e3e2
-eea7
-ee3b
-e2ed
-ee3di
-eeg4ga
-eeg6n
-ee5gå
-eei4d
-eei7ni
-eek1e
-eek4te
-ee3la
-e5e4li
-eem6na
-ee4n
-e5enb
-een3in
-een6k
-een5t
-e3epl
-ee8ra
-eer3en
-ee3ri
-e4er3l
-eer4me.
-e6e5sh
-ees8ka
-ees6ke.
-e3e6t
-eev4ne.
-e1f
-4efa
-efal6s7
-e4fana
-ef3ank
-e4fark
-efar6s5
-ef7ea
-ef5ef
-ef3fe
-3effek
-ef3fo
-4efi
-e4f3id
-e5fig
-e5f4ilm
-efi7ren
-efisken8
-4e3fj
-2efl
-efle6ge.
-eflå3
-e2fn
-efo8bi.
-efo4no
-8efr
-ef2sj
-ef2sk
-ef2sp
-ef6str
-e8ft
-ef2ta
-efta5r
-eft5ei
-ef5ter
-eftle8ge.
-eft1s4
-6efu
-efyrs5
-e3fæ
-4efø
-efø5le
-eføy9
-2ega
-e3gaf
-e6gala
-e7gam
-ega4ve.
-egde8l
-eg7des
-e5gedo
-egei9e
-ege4let
-e2gem
-e3geme
-egen5s
-3e4gensk
-e7geom
-e2ges2
-ege5sp
-eg9gen
-egg3l
-eg8g9ut
-egi3an
-egie2
-e4giko
-egis4p
-e3g6lad
-e3g4led
-eg7lesa
-e5g4lit
-eg7ly
-e5g6lø
-6egm
-e9g8nag
-eg4nem
-eg6no
-e7gnå
-4ego
-e4go.
-7egoi
-eg2r
-egrans5
-e7g8rø
-egs4am
-egs4ki
-egs4ta
-e1gø
-egøy6e5ne
-4egå
-egå4va
-egå4ve.
-e1h
-ehea4
-ehei9e
-eh5er.
-e4h5ere
-eh7ern
-eher4s
-ehog5
-ehov2
-ehy6re.
-ehø8va
-e6hå.
-2e8ia
-e9iakt
-ei9a4n
-ei7ar.
-ei4c
-e8id.
-ei3d8ar
-e3idea
-e3ideo
-ei9der
-ei5det
-5eidf
-5eidg
-e6i2do
-e1idr
-ei3d4u
-ei7e
-eie5d
-ei8eg
-eie2n
-ei9en.
-eier3a
-ei4ert
-ei6es
-ei1fl
-8eig.
-ei3ga
-eig6e
-ei6gev
-ei5gi
-ei6gra
-ei6gu
-4eii
-ei5kaa
-ei3ke.
-ei6kee
-ei6keh
-ei4kel
-ei6keri
-ei4ket
-ei1kr
-eiks3a
-eik6se
-eik4so
-4eil
-ei9led
-eil5egg
-e3illu
-ei3lo.
-ei9loa
-eil5op
-ei5los
-eil5s6
-4eim
-ei7ma.
-e5imag
-ei4m5a6l
-ei4med
-ei6mei
-ei7men
-ei4me5s
-ei4met
-eim9ett
-ei6mo
-8e1imp
-ei4n3al
-ei4nans
-ein5ant
-ei7nare
-ein1d
-4e3indu
-ei5ned
-ei7nel
-ein9f
-einga6
-ein3gr
-e4ini
-6ei6nit
-ein3k4
-e5inkar
-4e1inn
-ei4nom
-ei4nov
-einsi9d
-ein4s3l
-eins6o
-e4inspi
-ein7sto
-ei2n1u4
-ei3num
-6einv
-ei2n3ø
-ei5or
-e4ip
-ei9pa
-ei3pe
-eip5s
-2eir
-eir9ak
-ei7ren
-ei3ri
-eir5s
-2eis
-ei5sar
-e4ise
-ei3se.
-eise5i
-ei3sen
-eiseri9e8
-ei3s4ha
-ei4sil
-e3isk.
-e3iske
-ei6s3kj
-eis3ko
-ei3s4pe
-ei4spi
-ei4tek
-ei4tera
-ei4tere
-ei2to
-eit7ta
-ei6t7ut
-ei3tve
-ei6t7ø
-ei4vak
-eiva9r
-ei9ven
-ei3vi
-eiv5s4
-e1j
-ejo8en.
-eju6la
-4e1ka
-ekali7
-ekalie6
-ekam6s5
-eka6ra.
-e5kavr
-ek3eie
-e4kero
-e4kes
-ek5e4ta
-e6key
-e5k6hov
-e1ki
-e4ki.
-4e1kj
-2ekk
-ekke7le
-ekk9ist
-ek1kj
-ek4kjø
-ekk3l
-ek5kok
-ekko5v
-ek6ku
-ek4ky
-e1kl
-e8klane
-ek6leg
-e6klen
-ek5let
-e3klu
-e5klæ
-ek2lø
-4ekn
-ek9na.
-e3knek
-ekne7s
-ekni7p
-ek3no
-e3k4nok
-e1knu
-e5knø
-e1k2o
-e4ko.
-eko7le
-ekords8
-eko6te.
-e4kov
-2e1kr
-e3k2ra
-e3k4red
-e7kref
-e3kren
-e4k5ret.
-e5krets
-e5k4rev
-e3k2ri
-e3kro
-ek4ry
-e3k4rå
-ek5råd
-ek3s4ak
-ek4sal
-3eksam
-ek3sel
-3eksem
-ek4sig
-eks1k
-ek4ska
-1eksp
-eks5pe
-ek4sta
-ek7s6tel
-ek3sti
-ek4stil
-ekst5o
-ekst3å
-ek4sæ
-ek6t7arm
-ekt3av
-ek3tef
-5ek3tep
-ek5tes
-ek6test
-ek4tid
-ekti5m
-ek5tiv
-4ekto
-ektori6a
-ek4t3ra
-e1ku
-eku4le.
-e1k2v
-ek4val
-ek6var.
-6ekve
-e4k5ve4d
-e4k5vik
-ek4vin
-ek6vis
-3ekviv
-6e5kw
-e5ky
-eky6te.
-e3kæ
-e1kø
-e1kå
-ekå6pa
-2e1la
-ela4ga
-el3agg
-e2l1ak
-e5lake
-elak8se.
-el7akt
-el1al
-e8lame
-el3anl
-e6l5arg
-e4larr
-el7arti
-e5las.
-e5lase
-ela4te.
-el5ato
-el5avl
-el3avs
-elbo8da
-el4ch
-el5do
-eld4rer
-eld5sle
-4eled
-e4ledi
-e4ledr
-e3lee
-eleg5d
-ele7ger
-eleg8na
-e7leir
-e7leis
-e5leke
-e2lel
-e2lem
-e5lem.
-e5lemat
-5elemen
-e5lemet
-e3lemm
-e3lemp
-4elen
-ele9na
-e4l5enh
-elens3
-e4lentu
-e5lepa
-2e3ler
-ele8ra.
-e7leret
-e6l7erg
-ele3sk
-e6lesku
-e4leta
-e4lete
-5e8lev.
-ele4vak
-6e5levn
-el5fi
-el9ga.
-el5gele
-el5gi
-elg3s8
-2eli
-e9lie
-eli5e6rer
-e4lif
-e4li5g4r
-e4l3ind
-elin5es
-e4linsp
-eli6o5s
-eli8ta.
-eli4tet
-6e5litt
-eli6v7en
-el1j
-elk2
-el6k5al
-el4ke5s
-el4kete
-el3kn
-el5la.
-el5l6ar
-el4led
-el4leg
-ell5eie
-el5ler
-el3le4s
-el6lete
-elli7ga.
-el4lisj
-ell7sa
-ell5sk
-ell5s4l
-ell5sp
-ell5sv
-el5l4ur
-el4læ
-el5m4o
-el5mu
-el5n
-2e1lo
-elo6ka.
-e2lom
-e3lomm
-el3omn
-el3oms
-el1op
-e2l1or
-e3lort
-el3ost
-el4ot
-elo7vers.
-e4l5ovn
-el4pet
-el5ph
-elro4s
-el4sei
-els5eie
-el3sen
-el3se6s3
-el3si
-el4sje
-el4skal
-7elskand
-els5kare
-els1l
-el6sno
-el4spe
-el3spr
-els4ten
-el4sti
-el4stj
-el2sø
-els5øk
-el5s6åpe
-elta8le.
-el5te.
-el6teg
-el4tero
-el4t5ett
-el4t3op
-el4tro
-elt5rop
-el2tu
-e3lua
-e1lu2e
-e4lu4he
-e3luk
-e7lum
-el3ung
-elun6ge.
-e7lup
-elu8pe.
-e1lur
-e7lus
-el3utr
-elv3an
-el4ve3d
-el4vei
-el6vere
-elv1r
-5elvs.
-elvæ6re.
-4e1ly
-ely8et.
-el5ynd
-2elæ
-elæ5res
-el9ærv
-e6l5æt
-2elø
-e4l3ø4r
-el3øy.
-el5øya
-el5øyd
-e6l3øyn
-2e1lå
-el1år
-e5låt
-4em.
-e2mad
-emafo5
-ema4ge.
-e4magr
-e2mah
-ema4ke.
-e4mako
-em5akti
-e4maku
-ema6le.
-5e4malj
-e4mam
-e4mana
-ema4ni.
-e6manu
-e4mare
-em7ar8m
-e4masi
-e6masku
-e4mata
-ema3uk
-ema5ve
-5emball
-3embed
-embe6r5
-3embet
-6emd
-8eme
-emei9e
-eme4li
-e4mend
-eme5tri
-eme6trisk
-em5e4v
-e4mib
-emi5ert
-e4mig
-4emin
-emi5ni
-emini6st
-e4minor
-e6mir
-emi9sa
-em7je
-e5mju
-em5le
-emle6s
-em5me.
-em5men
-em8mi.
-8emnd
-em4ne.
-em4ned
-em4nem
-6emni
-emo5nol
-em1op
-e2m3o4v
-em4ped
-em6peri
-em2p3l
-emp9lane.
-em6pli
-empo3
-em4pol
-em4pos
-em4ses
-emse8te.
-em4s5ju
-em4s1l
-em2sn
-em4sor
-em1st8
-ems4te
-ems3u
-emta8la
-em4til
-e3mug
-e2muk
-e5my
-emy4k
-6emø
-emø8r
-e5møy
-emå4la
-emå9lan
-emål4s
-em1å8r
-2ena
-en1ak
-en3ald
-ena5li
-en3all
-en5and
-e5nane
-e6n7ang
-e4n3ant
-e5nar.
-en8are
-e4narr
-en3ass
-enat6s5p
-ena2v
-en3avi
-4enb
-enbe9na
-en4d5and
-en4dek
-en3del
-endelø7se
-en5demi
-en3der
-en4desl
-end5l
-1endr
-en4d3ro
-end3st
-en7dø
-endø4r
-endør5e
-en5egg
-eneg8ga
-en3eie
-en5eks
-e3nekt
-4enem
-2enen
-en5eng
-3energ
-e4nesk
-4enev
-ene7ven
-eng6a
-en7gar
-en4gem
-en4geri
-enge6r5u
-en4gle
-eng4les
-eng4r
-eng3s4e
-eng5so
-eng5sp
-engs4ti
-en4gut
-en4g5å
-4enhj
-e4ni.
-e4nierk
-e2nif
-e5nir
-en4kera
-en4keri
-2enna
-en9nal
-2enne
-en4nem
-ennes6t
-enne4s5v
-enn2i
-enn2o
-enn4sj
-enn5sta
-enn7ø
-2eno
-en3ok
-en3og
-en3om.
-en1op
-e6n5ord
-2enp
-en4pås
-en4rem
-en5sab
-ens5af
-en6s7a6ker
-en4sek
-en4seli
-5ensemb
-en4ses4
-ense3u
-en3si
-ensi8de.
-ensi5ert
-en4sim
-ensle7g
-ens6lev
-en7s6opt
-en1st
-en6s7tal
-ens4ter
-ens4ti
-ens7und
-ens4ve
-ensvi6
-en2sø
-ens3øk
-ens7å
-en5ta.
-en4tap
-en5te.
-en4tec
-en4teg
-en4tel
-en3ti
-en5tie
-en5tig
-en5tik
-en9tima
-en7timen
-en4to4r
-ent5ori
-ent5rab
-en4tre
-ent5ren
-en4t5rol
-entropi5
-en4t3rå
-en6tul
-entun6ge.
-3entus
-2enu
-e2n7ul
-e4n5ur
-2en3v
-4enw
-e4ny.
-e2nyb
-e6nyr
-e2nys
-e4nyta
-4e7næ
-enæ8m
-enø4k
-e2n3øv
-en5øyd
-4enå
-en1ås
-en6ås.
-e3o6
-eo3a
-e6obe
-eo2bl
-eo5d
-eod8de.
-e1og1
-eo7gr
-e2o1i
-e2ok
-e3oks
-e2ol
-e4o7lo
-eom1s4
-eon8de.
-eo5ne
-e7onk
-eon4kl
-e3ont
-eo2p
-eo3pa
-eo5pl
-eopo3
-eopp5r
-eo3pr
-eor4da
-eo9re
-e2ori
-eo4rid
-eori5e6
-eo4rik
-eo4ris
-eo1ro
-eo1s
-eos6l
-e2o1u
-2e1p
-epa3t
-e6peno
-epe6p
-eper5r
-e3pes
-epe4st
-e4peta
-e6peu
-3epid
-epi6ka.
-epi7kr
-3episo
-ep2l
-e8plen
-ep5lene
-ep5ler
-eple9s6
-3eplet
-epo6et
-3epoke
-epp2s
-ep6sem
-ep4ses4
-ep6s5lu
-eps1t
-ep2su
-e3p2sy
-ep6tin
-ept6r
-2e1ra
-e4r3abb
-era8da.
-e4rael
-e2raf
-er3aft
-e4ra4g
-e2r1ak
-e3rake
-era5kl
-eral3u
-e4rama
-era6na.
-e5rande.
-e5ra7ne
-er7anli
-era4no
-er5ape.
-er5aper
-er5a4pin
-er3apo
-er5appe
-e5rar.
-e4rarg
-e5rasane
-e5rasar
-e4rasje
-e4rask
-e6raso
-e4r3ass
-er6ast
-e4ratek
-era7tor
-e4ratr
-er5att
-e2rau
-er5auk
-erau9ken
-erau8s
-er3av.
-er3avh
-er5avl
-e3ravn
-er3avr
-er3avs
-4erb
-erbi9ti
-erbo8da
-erbo8de.
-er8byl
-erd2e
-er4ded
-erden8s
-er4dis
-er1dr
-erd4ra
-erd8re
-erd4skj
-erds3t
-erd4sto
-erdsto8ga
-er3d4v
-e1re
-er3eff
-er3eft
-er5e4gen
-er3eid
-er3eie
-ere6ka
-ere6ke.
-e4r3eks
-e6r5ekte
-e4r3e4le
-ere4lit
-e6relli
-e4r3els
-e9rem.
-e5remm
-er3emn
-er5enden
-e4r3eng
-e4r5enh
-e3re4o7
-er8er.
-e4r3erf
-e5reri
-er3ess
-ere4t
-e5ret.
-e4r3eta
-eret6h
-ere5to
-e7rets
-6erett
-eretts5
-e4r3e4va
-e4r5e4ve
-e4r3evn
-erev6ne.
-e8ré
-5erfari
-6erfi
-4erfr
-2erg
-erg5elv
-ergi3f
-er6gli
-er4go.
-erg5ret
-erg5sko
-erg5sp
-2erh
-erhø6re.
-e1ri
-e4riad
-e4riak
-erib3b
-eri3bl
-e4rice
-e2rid
-e5rid.
-e5ridn
-eri4kat
-e6rikn
-4eril
-e7ri6ma.
-er3ind
-e3ring
-6eringar
-ering6si
-er3inn
-er3ins
-er3int
-e5riori
-e5ris.
-e4risa
-eri3se
-e4riso
-e6risp
-e5rist.
-e7rista
-e5riste
-eri5stil
-e4ri5s6to
-eri5sø
-e4rite
-e4rito
-er7ivo
-er7jes.
-4erka
-8erke
-erkeri6e
-er4kesa
-er4kese
-er4kete
-er6k5ett
-3erklæ
-6erkn
-4er5k4o
-4erkr
-erland7as
-erle6ge.
-erle7s8t
-er3me
-ermo8de.
-erm1s
-ermå6la.
-2ern
-er4nad
-er4ned
-er5nede
-er6nee
-er4nero
-er4nest
-er2no
-er3nob
-2ero
-e3roa
-er3obl
-5ero4b7r
-e1roe
-er3off
-e1rog
-er5oks
-e1rol
-er3oly
-e1rom
-er5omk
-ero5mo
-e1ron
-er5ond
-erono5
-er1op
-e5rop.
-e7ro6pa
-e5ropen
-er1o2r
-e5ror.
-e3rore
-e7ro4sa
-3erosj
-er3osl
-ero4ta
-er1ov
-2erp
-2err
-er3ra
-er4rae
-er4rel
-errie9n
-6ersa
-ersa8ka
-ers6al
-er3sep
-6ersj
-er1sk
-er3ska
-ers4ka.
-er8skaran
-er9s6karar
-ers5kor
-er1sl
-ers4la
-ers6led
-ers4mi
-er5sne
-6ersp
-ers5tens
-ers5ter
-er7stev
-er1su
-4ersv
-er4sva
-ers4ve
-er1så
-er4s5år
-2erta
-er4tare
-er4te3s4
-er5tia
-er3tib
-erti4e
-er5til
-erti4mo
-er4top
-ert5rol
-4erts
-ert3sa
-erty6e
-ertå7ren
-2eru
-e1rua
-e5rud3
-e1rui
-er1u2k
-e3rum
-e4r3ung
-er3uni
-e3rup.
-er1u8r
-erure8
-e1rus
-er5ut.
-e5ruta
-e3rute
-er5utn
-er9uto
-e4ruts
-er7u6v
-ervele8
-6ervi
-ervs3
-ervæ6re.
-e1ry4
-e2r3ya
-erye7ne
-er1yr
-erys3
-e1ræ
-e9r4ære
-2e1rø
-er5økn
-e4røko
-er1ø4l
-e4r5øn
-e5r6ønn
-erø8ra
-e6r5ør6s
-er3øya
-e4r5øy7e
-erøy4n
-e4r5øys.
-er7øysk
-2e1rå
-e9rå.
-erå4da
-erå8de.
-erå6e
-erå4k
-er5åke
-er3å4l
-e2r1ån
-er3å4p
-er3å4se
-erå6t
-er7åta9
-e6råv
-2es.
-e1sa
-es5aa
-e2sad
-esag6
-es4al
-esa6la.
-esa9met
-e4s3ant
-es5arab
-es5arv
-esbi9e
-2ese
-es5ege
-es3ei4d
-es5eie.
-es3eig
-esei8ge.
-e3sek
-e4seku
-esel5s4
-e3s2en
-e5ser.
-e5sere
-e5seri
-e4s3erk
-ese5s2
-e3sest
-e4sesv
-ese5tas
-ese4te.
-e5setj
-e9sets
-e4seu
-e4sha
-es6har
-esh9ar.
-es4h5er
-e4shi
-e1sho
-e7s8hop
-esi6ar
-esi5ert
-e4sil
-e5sili
-es3ill
-e4s3ins
-esi6v
-esi3st
-es3jor
-e5skab
-es6ked
-es4kee
-es4ker
-8eskil
-e4sking
-eskinns5
-e1skj
-e8s9kjer.
-es4kjæ
-e6skjøn
-es5k4n
-e5sko.
-es7koa
-e3skot
-e1skr
-e1sku
-esku5et
-es3kvi
-e5sky
-e6skyr
-e1skø
-e7skå
-eskå7r
-e1sla
-es4lek
-es4let
-es7let.
-es7lets
-es4lit
-e4s5lok
-es4løk
-es4løv
-es4make
-e7s4mett
-es9na.
-es4ner
-es2no
-es4nu
-es2ny
-esnæ5re
-4e1so
-eso4b
-e2s3od
-e2s1of
-es3oks
-e2som
-e3somm
-e4s3ori
-e1s2p
-espa9ra
-es3pas
-es5pe.
-e4s4ped
-es5perm
-es3pl
-es4p5le
-es3pol
-e3spor
-es3pun
-es4sed
-es4see
-es4seg
-esse7i
-es6sendi
-es4s5enk
-es4ses
-es4sete
-ess5e4va
-es4s3ja
-es4sje
-es4skr
-ess4let
-ess3om
-es4sos
-es4spa
-ess5tilt
-es4stol
-ess5tor
-ess9tua
-ess5tue
-esstu8en.
-4essu
-es2s1v
-es7så
-e7stad
-es5tae
-es7takt
-es9tala
-e8stane
-e5stans
-es5tant
-es3tap
-e5start
-e3stat
-es5tato
-e4s3tau
-e7stav.
-est5avs
-e6s5te.
-es4teg
-est5eie
-est5eig
-es4tek
-es4tel
-e5stell
-es5tels
-e4stema
-e6steme
-e4stemo
-es5temp
-6esten
-e7steng
-es5tenk
-e8s7ter.
-e5s6terk
-esterne8
-este3s4
-es4test
-es4tien
-e3stif
-es4tig
-e3stik
-es4tikk
-5e6s5tima
-es4tis
-e4stiv
-e1stj
-es3t6on
-e4stog
-e3stok
-e3s4tol
-es6tone
-est5ord
-est5ori
-es5trak
-est5rene
-est5rer
-est9ré
-es5trib
-e5stryk
-e3strå
-e1stu
-e5stud
-es5tus
-8estå
-estå5ren
-estå6s
-est7åse
-e1su
-es5ut
-esva5re
-e5s4vek
-es5vig
-e5svikt
-es3vis
-2e3sy
-esy4na
-e4s5yt
-es5øvi
-es7øye
-e1ta
-4eta.
-e4tae
-e2taf
-etafo7
-e3tak
-e6tako
-e3tal
-eta3la
-eta4la.
-et5ald
-eta5le
-4e5tall
-etal6list
-etall5s6
-etal4s7
-et3amb
-e6tand
-eta4nen
-et4ap
-e9tapa
-e5tape
-3etappe
-et8ar.
-et8are
-et5art
-5e6tasjes
-1e2tat
-4e5tati
-e5tato
-e3tatt
-et5aun
-e8tax
-et1c
-2ete
-e4teie
-e4teka
-ete4ma.
-e5teran
-ete5ru
-etes5i
-e4tesl
-et8et
-e5tet.
-e7tets
-4eté
-4eth
-2eti
-e3tit
-2e1tj
-e7tjer
-et3jø
-6etl
-et5m
-2etn
-et6nev
-etning4
-etnings7
-2e1to
-eto4er
-et5oppd
-et3ord
-e4tot
-2e1tr
-e5t4rad
-e7t6rak
-8etre
-e5tree
-e5tref
-e4t3ris
-e9tru.
-et5rum
-ets1
-et9sar.
-et4sku
-etsku8le.
-ets7l
-etsla8ga
-etsnæ4
-et2sø
-et4tak
-et4tal
-etta6le.
-ett5alt
-et4tank
-et8tap
-et5te.
-et6tei
-et6telt
-et4tenk
-et4tenn
-ettera4
-etter5at
-et5t6erf
-5etterk
-5etterr
-ett5esk
-2etti
-et6tia
-ettian8
-et4til
-et2tj
-etto5a
-et4tr
-ett3re
-ett4ski
-ett4sti
-et3tug
-et4tur
-ettvi5se
-et2ty
-2e1tu
-5e6tui
-etu6na
-et3uni
-2e3t2v
-e4t3va
-e5t6vang
-2e1ty
-4etz
-4etæ
-etæ3ra
-e1tø
-e1tå
-etå5re
-e1u
-eu4a
-e8uf
-eug8la
-eu4h
-eu4ka.
-eu2ke
-eu5kem
-eu7kr
-eu2l
-eum2
-e3u2n
-eun4ge.
-eu5nu
-e4up5a
-e6upk
-e2ur
-eu6rat
-eure4
-2euri
-e3urn
-eur8na
-eur6ne.
-euro1
-3europ
-e3urt
-e2us
-eu4si
-eu1ta
-e3uts
-eut7t
-e4u3z
-e1v
-evad6r
-ev5akti
-eva4la
-evann4s
-e4v5anta
-e4varar
-e4varb
-e4v5ark
-e6vatf
-6eved
-eve5d6a
-eve5del
-6eveg
-e5vegg
-evei6s5
-6evenn
-even5s
-5eventy
-e4veny
-e9ver.
-e5ves.
-e5veta
-e5vev.
-evi4e
-evi5ere
-evi5ert
-evin4s
-evi4se.
-evis3t
-e2vj
-ev2na
-evn5a4k
-ev7nu
-ev7oms
-e4vre
-e7vri.
-ev9rå
-ev1s
-evs8v
-evta8la
-evti4
-e2v3un
-e5vyrk
-e2vø
-ew3a
-ey1
-eybal4
-e1y2d
-ey5k
-e1yng
-e1yr
-eyr6ka
-eyr4ke.
-e1y2t
-e7yti
-ey3tr
-e3zi
-e1zu
-e1æ2
-eær3
-e1ø4
-eør6na.
-eøy4
-eøy9an
-eøy7en
-e1å6
-eåk4
-eån8da
-eåt8t
-é1a
-é1b
-é1d
-édø4r5
-é5e8
-é1f
-é1g
-é1h
-é1i
-é1k
-é1l
-é1m
-é4n5e
-é5n6et
-é5o
-é1p
-é1r
-é2rj
-é1s
-ése2
-é1t
-é1v
-éva8la
-évo8re.
-é5å
-è1r
-è2red
-è2ref
-è2rek4
-è4rener
-è2rep
-ère3s2
-è4rest
-è2rev
-è6ves
-ê8lan
-ê6ra
-ê1re
-êr7o
-êr9sl
-1fa
-4fabo
-fac8
-fa1ci
-fa3de
-fa6de.
-6fadm
-fa4f
-fa2g1a
-fa5ger
-fage4t
-fag5eti
-fa2gi
-fa2go
-fa2gr
-6f5agro
-fag3sk
-fa2g1u
-fai5
-2fakr
-fakse9t
-fakta3
-fa1ku
-5fal
-fa1la
-fal6kes
-fal4k3l
-fal6lers
-fal5m
-fa4lo
-fal4sk
-4fa5mo
-fa4na.
-7fan5d
-5fane
-fanfa5
-fang4s
-fangst7ev
-4fank
-2f3anl
-fan5s6
-fan7tesk
-fan5ti
-fan3to
-fan4try
-6fanu
-2fap
-3far
-9f8ar.
-fa3ra
-fa4ra.
-fa4re.
-fa4res
-far4gel
-far4ges
-fa4rit
-far5n
-far6skj
-fart2
-far4vel
-4fary
-fa7sa
-fa4sel
-fa4seru
-2fasl
-fast3r
-fa3tal
-fa4te.
-fa6t7ers
-fa1to
-fat2r
-fa3t6re
-fav5ne
-fa1vø
-2f1b
-fba4ne.
-2f1d
-1fe
-3fe.
-2fe1a4
-5fea.
-fe5a6l
-2fec
-fe4da
-3fede
-fe2dr
-fe3dra
-fe3d4ri
-fe7ene
-2fef
-2fe3g
-2fehj
-fei5en
-fei5er.
-feig4de
-fei5ge
-feil5es
-fei4li
-9fein.
-7feine
-fei7ter
-8fej
-2fek4a
-4fekl
-2feko
-4fekr
-fek6tes
-fekt5ev
-fe5lag
-fe5len
-fe5li
-feli7e6
-6felik
-felles5
-fel7læ
-2felo
-fel5ok
-fel9ta.
-fel4tek
-fel4ti
-fel4tra
-fem5ak
-fem9b
-fem9ne
-fe4mo
-fem5s
-fem4tid
-fe2m1ø
-5fen.
-4fena
-fend9r
-4feni
-5fens
-fentleg5
-2feo
-2fe3p2
-5fer.
-fe6ral
-4feram
-fe5ras
-fer6at
-fer4dam
-fer5de
-4ferea
-4fereg
-fe4rek
-fer6en
-fe7rer.
-fer5ers
-feri6e
-feri8e5ne
-7fern
-fer2r
-fers9kar
-fers7ke
-2fe1ru
-3fes.
-2fesi
-2fe1sk
-fe2st
-fes9t6i
-fes8t3r
-fes9tum
-fe6st9ø
-4fesy
-fe6ta.
-4fetap
-fe4te.
-4fetea
-fe5ti
-4fetil
-2fet6r
-fett5j
-fett7s6
-4fe4ty
-2feu
-2fev
-fe4ven
-2feø
-fe6øy.
-2feå
-1fér
-2ff
-f7fa.
-f4fab
-f2f3a2g
-f4f3ak
-ffa7l
-f6fann
-f4farb
-ffar6d
-ffa7re
-f9fas
-f6fat
-f8f9au
-f2f3av
-f2feb
-f2fe3d
-f2fee
-f6feh
-f2fem
-f6ferdi
-ffe4rer
-f2fes
-f4feti
-f4feto
-ff5eve
-f2fib
-f4fice
-f2fid
-f9fien
-f4finn
-ff5int
-f2fip
-ffi5s4
-f2fj
-ff3la
-ffla8ga
-ff9leg
-ff3li
-f2fo
-ff4ol
-f2f3re
-ff1ro
-ff5sl
-ff5t4
-ffu6r
-ff5ut
-f3fæ
-f4fø
-2f3g2
-2f1h
-1fi
-fia7l
-fia4n
-4fiap
-fi4as1
-fibi6en
-fi9cen
-fici7
-fi7di
-fie2
-fi1er
-fi7e6re
-fi4f
-fi5fi
-fi5fo
-fi7fl
-f6ig
-figh9t
-fi7g6r
-4fih
-fi9ka
-fikali7
-fikalie6
-fi7ken
-fik6ka
-fik6k5n
-fi5ko
-fik7sa
-4fiku
-fi4la.
-fi3li
-fil6lel
-fil6leri
-fil4les
-fil7leti
-fil8m7at
-fi1lo
-filt6re
-fil7tres
-fil4tri
-4filæ
-fin5art
-fin5d
-fi4ne.
-fi5ner
-fing3r
-6finj
-finn5ei
-6finnsa
-fi4n3o
-fi9nor
-2fins
-fin6sleg
-fin6te5s
-fi2nu
-7fio5
-fi2r
-fi3ra
-fi6ra.
-fi9rene
-fi5res.
-fi3ri
-fi5s4a
-4fisc
-fi6se.
-fiser6s
-fi8si.
-fi2sk
-fi6ska
-fisk5a6d
-fis7kal
-fisk5and
-fis6kart
-fis6k5end
-fis4k3l
-6fiskol
-6fisku
-fis5ti
-6fistu
-fiti6me.
-4fitr
-fitt5s
-fi7ty
-fi4ve.
-1fj
-f1jeg
-fjel6lend
-f5jen
-fjer5ne
-fje4sk
-fje2t3
-f5ju
-fjære5
-fjæ4res8
-2f5k6
-f2l2
-f5lag.
-f6lagg
-fla7ke
-f4las
-2fleg
-fle6i
-f4lek
-f6lel
-fle4sl
-f4lett
-f3lev
-fli7ne
-flis7t
-flit9t8
-1flo
-flo9ga
-flok9s
-flo2m3
-flo6r5o
-flos6kl
-f6lu
-flue3s
-flus8
-fl5ut
-3fly
-fly3s4
-f3løn
-flø5s
-1flå
-flå9sa
-flå7se
-2f1m
-fn6
-1fo
-2fo.
-fo9ar
-6fobs
-2foe
-4fof
-foi7la
-fo8ke.
-fo6la.
-fol4dr
-fo4le.
-fo5led
-fol6k5v
-fol9ler
-fol5lese
-folke5s6
-fol5li
-fo4lu
-3fon
-fo4na
-fond2
-fo5ne
-fo3n4id
-fo4nin
-fon1s2
-f1op
-for1a
-for9drev
-for7dro
-for5d6u
-fo6re.
-for9ei
-for7e6n
-for5ent
-for5ess
-for4et
-for9e8te.
-for9e8ten
-for9g6
-forh6
-fo4r9in
-fork8
-forlo7v
-forlø9pa
-forlø9se
-formo9r
-for3n
-foro6
-for5p
-for3se
-forsi9da
-forsi7de.
-for3s4m
-fors8t
-for9ste
-fors4v
-forta8le.
-for5t6e
-fortei9e
-for7t6i
-forti5da
-for3t4v
-for3u4l
-for7v6
-forva9re
-for5æ4
-for5ø4
-for9å
-fo9se
-fosfo5re
-4fosj
-fo4ta
-fo6te.
-foto5
-fo4tok
-fo4tom
-fo6top
-fo4tor
-fot3s
-fots6v
-fot3t
-4f1ov
-3fô
-2f3p2
-fpo6e
-fr2
-1fra
-fra5l
-fra4m5e
-fra6mi
-framma8ne.
-franko5
-fran7se
-fra7r8
-fra1s
-fra5se.
-fra7sep
-frasi8e
-fra7sk
-fras6p
-fra7v
-fra7v6r
-f2re.
-fred8sel
-freds5t
-fre4e3
-8freg
-f4rek
-fre4m5
-fremma8ne.
-frems4
-fre7ne
-fre6sk
-fres7ko.
-fres5koe
-fre8s9v
-fri5a6re
-6f5ridi
-fri4erf
-f1rin
-fris6ka
-fri5s4p
-fri5s6til
-frite8re.
-friti8me.
-6froc
-fro7f
-fronta9le
-fro8st
-frus1
-fruta6le.
-f1ryt
-frø5b
-frø7ko
-frå9r
-fråve4
-2f1s
-fs2h
-fsho6
-fsi2
-f5sjuk
-f2sl
-fsle6ge.
-f4sm
-f2sn
-fs7ne8
-fs5ov
-fs2t
-f2s3tab
-f6s5tan
-f4s9v
-2ft
-f1ta
-f3ta.
-fta7f
-ft1ak
-fta8la.
-ft3alg
-f2t1am
-f4tana
-f7tane
-ft3anl
-f5tar.
-ft8as4
-f6t1av
-f2tea
-f3ted
-f4tee
-f2teg
-f2tei
-f2tek
-f6tem
-fte4na
-ften3d
-f4t3enh
-ften5s6v
-f2teo
-fte4r5a4
-f4terin
-fter5s
-f4test
-f4teta
-f4t5ett
-ft3ind
-f2t5i4s
-ft5l
-ft7n
-f2t1o2
-f5tog
-3fton
-ft3r
-fts5alt
-fts3ei
-fts5ers
-fts5erv
-ft2s1i
-fts1k
-ft2skaf
-ftsla6ga
-ft5s4lan
-ftsle6ge.
-ft3sto
-ft6s5top
-ft5s6tri
-ft5stø
-fts1u
-ft2s1ø4
-ft5t4
-ftta8ka
-ft1u
-1fu
-fu8ga.
-fug9le.
-fug6l7eg
-fu6le
-full3
-ful9lar
-fulle6
-ful9le.
-ful4len
-fullen8de.
-ful4ler
-ful7les
-fullfø7re
-funn2
-funns3
-funnsla8ga
-fu6ra.
-fu6re.
-fu9ret
-fu7ro
-furu1
-fu7sel
-fu6sk
-fus6o7
-fu4s5t
-fut4h
-futu1
-4f1v
-fva8la
-1fy
-fy5la
-fyr2
-fy8ra.
-fy4r5a4b
-fy1re
-fy4re.
-fyr7k
-fyr8ke.
-fyr5t
-fy3s
-fysa7
-fy8sa.
-2fæ1
-1fø
-fø4da.
-fø4dek
-fø5den
-fø4des
-fø5des.
-fø1f
-2føk
-fø4le.
-f8ør
-før6a
-fø5rar
-fø4re.
-fø4res
-fø7resv
-fø8rete
-før6tin
-4få
-få7ren
-få7ret
-få5ri
-får7u
-få7va
-1ga
-4gaba
-ga1bo
-6gabø
-ga3da
-ga4ded
-4gadg
-2gadm
-4g5adr
-ga4e5k
-6gaflo
-g3aft
-6gah
-6gak
-g1aks
-gak8ta.
-gak8te
-ga3kv
-ga1la
-ga4la.
-galei5
-ga7len
-gal4les
-4galli
-5ga7lo
-ga4ma.
-4gamb
-ga5mer
-gamme6l5
-6gand.
-6ganden
-9gane
-gan5g6en
-gan4g5j
-4gan5k
-2g1anl
-4gann
-4gansa
-4gansv
-4g5antre
-ga6pa.
-ga4pe.
-ga4p5l
-gap3s2
-ga6p7u
-9gar.
-ga6raf
-ga6r5ak
-2garb
-5garbr
-5garby
-gar4dek
-7gare.
-4garea
-gar5es
-gares6ke.
-gar2i
-4garki
-gar3ne
-gar6ta.
-g5arte
-gar8te.
-g3arti
-gart5s6la
-gar4un
-ga4ryl
-ga4sc
-ga5s2i
-gas8ka.
-gas8ke.
-ga6ski
-4gasp
-gas6sel
-gas5sen
-gas7ser
-gass5ett
-gass3l
-5gast.
-gas5te
-ga5sto
-gas7t6ra
-gas9tri
-g2at
-ga4te.
-ga5tens
-gate5s
-ga3ti
-ga1to
-ga3tr
-gat6tap
-gau5la.
-9gav.
-2gavd
-6ga4vei
-ga4veri
-4gavg
-g5avk
-2g1avs
-2gavt
-4gavv
-2gaw
-4gaø
-2g1b
-gba4ne.
-g6byk
-2g1c
-8g1d
-gd5alt
-g6d5au
-gde3a
-g2deb
-g3deba
-g4dedi
-gde5lo
-g2dem
-g4dend
-g2de5o
-g4dera
-g4de5re
-g6dero
-g2des
-g2det
-g3det.
-gdevi8sa
-gd5op
-gd1or
-gdy4d
-g6d1øy
-1ge
-2ge1a
-geak8ta
-geak6te.
-gea7ren
-ge4ark
-2geb
-6geba
-4ge5be
-3gebri
-4gebrå
-3gebyr
-ged4
-4gedan
-6gedel
-gedia5
-9gedom.
-7gedoma
-9gedome
-7gedomme
-6gedoms
-4gedos
-2gedr
-2gedy
-2gedø
-2gee
-geen8de.
-2gef
-g5eft
-3gefæ
-2ge1g2
-g5egg
-g3e2gn
-2geh
-gehø8ve.
-2gei
-g1eie
-g4e1in
-gei4r3
-gei9re
-gei8s7p
-gei6st5
-3geit
-geit3a
-geit3o
-gei4t3r
-2gej
-2gek2
-ge9kl
-ge3kn
-g1eks
-6gekt
-5gel.
-ge4lar
-4gelau
-ge6le.
-ge7lea
-4geled
-4gelei
-gelei5er
-4gelek
-4g3elem
-ge5len.
-ge5lens
-5gelet
-gel5ett
-3geli
-4gelid
-6geligg
-4gelit
-6geliv
-2gelo
-ge5lov
-7gels4
-gel3se
-gel5si
-gelsk7l
-gel5t4
-4gelu
-ge5lun
-gel7ve
-4gely
-2gelæ
-2gelø
-2gelå
-5gem.
-2gema
-9gema.
-2gemi
-3geml
-4g5emn
-gem6na
-2gemo
-9gemr
-3gems
-3gem4s5t
-ge3mu
-2gemy
-2gemø
-2gemå
-g2en
-3gen.
-ge2n1a
-ge7n6am
-gends6t
-ge3nea
-4genem
-gen5erf
-ge5nes
-gene4t
-gen5eti
-4genev
-gene5ve.
-gen8ga.
-gen5gr
-ge4ni6n
-6geniv
-gen5k
-genle6ge.
-gen3n
-gens5l
-gen6sun
-gen5tr
-4genum
-4geny
-4genæ
-4genø
-2geo
-5geog
-3geol
-geome5
-geomet4
-ge5on
-6geop
-ge9ope
-2gep
-g2er
-3ger.
-ge5ra.
-ge6ral
-ge4r5ant
-ge9ras
-ger5di
-4gered
-4geref
-4gereg
-4gerek
-ge6rene
-4gerep
-6gerese
-4gerett
-ger4i5d
-4gerik
-geri8ka
-6gerike
-ge4rim
-ge4ris
-ge4rit
-ge4riv
-gerle9g
-g9er8ma.
-ger3n
-gerne6
-4geroa
-4gerom.
-4geromm
-6gerop.
-4gerope
-ger5p
-ger4s5af
-5gerud
-ge5rup
-ger5v
-gerø6re.
-ge4r3ø4v
-4gerå
-g6es
-5ges.
-2gesa
-2gese
-5gesen.
-5gesens
-4gesi
-4ge5sja
-4gesje
-2ge1sk
-ge1sl
-geslu7
-ges4lø
-4geso
-4gespe
-ge4spr
-ge5spra
-2ge1st
-3gest.
-gesta7b6l
-5geste.
-ges6tekk
-ges8ti.
-gest5rid
-gestri8de.
-6gestå
-2gesu
-ges5vik.
-2gesy
-6gesæ
-2gesø
-2ge1så
-geså5re
-5get.
-ge5tak
-geta6le.
-6getat.
-6getate
-4ge3te
-5gete.
-2geti
-2getj
-2geto
-2getr
-5get5s
-2getu
-2gety
-gety8e
-2getø
-2geu
-g2ev
-2ge7v8a
-2geve
-4gevir
-gevi6sa
-4g5evn
-gev6ne.
-4ge5vo
-5gevå
-2gey
-4geæ
-2geø
-2geå
-1gé
-2g1f
-gfe2l
-4g1g
-g6g5al
-gg5ask
-g2g1av
-g4gedi
-gg1ei
-g4gela
-g4gele
-g2gem
-g4genu
-g6gerei
-gge4rin
-g4gerø
-gges6b
-gges5l
-g4gesm
-g6geso
-g4gesp
-g6ges6tio
-g6ge5sv
-g2gev
-ggie6
-g4gif
-g4g5i4m
-gg4je
-ggje5s
-g2gl
-g7glu
-g4gn
-g2g1o2
-g3go.
-g5gos
-gg3rad
-ggra6da
-gg5rat
-gg8re.
-gg3red
-gg7rek
-gg5s4par
-gg3sto
-gg4sy
-gg3sø
-g7g8ud
-g4g5u4r
-2g1h
-ghe8n
-ght5ene
-gh4to
-ghæ8
-1gi
-3gi.
-4giak
-gi1ar
-4giarb
-6giav
-2gib
-gi8c
-2gid
-gi3de
-gi1e
-4giek
-3gien
-gi9end
-5gier
-4gifa
-2gifo
-4gifr
-4gifu
-gi6ga.
-2gigr
-2gih
-2gii
-5gika
-3gike
-4giki
-3gikk
-gi5k4r
-4giku
-gi5le
-4gimess
-gi4metr
-4gimi
-4gimø
-2g1ind
-6gingeni
-gi4nin
-2g1inn
-gin5nu
-4gino
-4g1ins
-4g1int
-2ginv
-4gi5om
-2gi1op
-gio4r
-2gip
-gip5si
-6gira
-gi3re
-gi4re.
-giro3
-gi6rob
-5gis.
-2gisa
-gi3se
-4gisel
-4gisen
-5gisk
-6giska
-gis8lu
-gis4lø
-4giso
-4gisp
-gi3s4pa
-gi5s4pr
-giste6ru
-gis5ti
-gist5ra
-gi5stré
-gi6st5rer
-4gistu
-6gisty
-gi5ta
-4gi5te
-gite4s
-gi2t9r
-git5te
-2giu
-gi7va
-4gival
-4givo
-4givu
-1gj
-2g1jak
-g5jarn
-2gjaz
-gje5f
-4g3jeg
-gjels4
-gje2n
-gjen1opp3s4
-gjen5s8
-6gjent
-3gjer
-gje7sk
-gje4s3p
-gje8v9ak
-2gjob
-2g1ju
-7g6jut
-gjø9de
-2g3k2
-gkly9
-gl2a
-6gla.
-gla3de
-4glag
-gla4ga
-gla8ge.
-g3land
-g1lar
-gl5art
-glar7v
-1g2las
-7glase
-g6lass
-6glast
-g5last.
-3glat
-g5lau
-gl6e
-gle6dero
-g2lef
-gle3ge
-gleg8ga
-6glei
-glei7er.
-g2lek
-g7lek.
-g5leke
-g2lel
-3glemt
-4glen
-g9len.
-g9lene.
-g9lenes
-g9lens
-gle9pl
-4gler
-gle4ra
-glere8de.
-g9les.
-gle6se.
-g4le5sk
-g6le7sm
-4glet
-g2lev
-1g2lid
-gli4del
-gli7e6n
-gli8er
-glig1
-3g2lim
-gli9me
-4glio
-glitt4
-6g7liv
-4glj
-gl7ja
-gl5l
-g4lo.
-g2loa
-5glob
-5g6lome
-1g4lor
-gloria7
-glori6an
-glorie7ne
-g4los
-glo5ste
-6glov
-gls4
-5glug
-g5luk
-6glun
-gl5ung
-glun8ge.
-gl5ut
-g5lyd
-3glyf
-gly4se.
-g2løg
-glø8pa
-2gløs
-gl7øy.
-5gløym
-2g1m
-g4mete
-g4metr
-g5mé
-gmini6
-gmo4e
-g3mu
-gmu8le.
-gmå6la
-g1n
-gn1ak
-gna5lem
-gna4lo
-g2nav
-gn1d
-gndø6
-gndør5
-gn4e
-g2nee
-g4nelo
-g6nero
-g6nerø
-gne1s4
-gne8se.
-g4nesk
-g4nest
-g5net
-g6netr
-g2nev
-g4nib
-g4nid
-g6nik
-gning4
-gnings5
-gni4s
-g6ni5sk
-gni6st
-gnist9r
-gn5k4
-g2nom
-gn5o6p
-gn7o6v
-gn5r
-gn1s
-gn4skr
-gn6sm
-gn4som
-gns4pr
-gn4sti
-gn2s1v
-gn5t4
-gnu5re
-gnæ6re
-g2nå
-1go
-7goan
-go1ar
-7goar.
-2gob
-gobe5
-go4da
-go5dal
-god5ar
-2godd
-go4de.
-gods9t
-2gof
-go9ga
-go5ge.
-go9g8r
-6goi
-2gok
-gok4se.
-go3le
-gol6fa
-go5lo
-gol4va
-gol6var
-go4lå
-2gom
-g7o6ma
-6gometris
-7gomm
-go4n5and
-go9ne.
-go7ni
-go5nok
-gon9s
-2g1op
-3g6or4a5
-go5ra.
-go7rae
-go7ras
-2gord
-gor6da
-go1re
-gore8a7
-2gorg
-g4ori
-gori5e6
-g5orv
-gor8va
-go5rø
-gos3p
-4gost
-6goto
-got6r
-4gov
-go8ve.
-go8vi.
-2g3p6
-1gr4
-8gr.
-4grab
-6grac
-gra5ce
-9grads
-graf5f
-graf5t6
-gra4m5
-grand3s4
-gran5to
-grant4r
-gra9se.
-gra9set
-gra6sk
-gras3t
-gra5t
-gra8te.
-grati4s
-gra4u
-gra4v3ak
-gra7vis
-gravta8
-2grea
-4g5reds
-gre4en
-2gref
-g7refe
-g4rega
-greie5n
-grei6ene
-6g3reis
-4grek
-2g5rel
-g5rent
-4grepi
-grep4s3
-g7rese
-gres6sak
-gres6sent
-6g5rest
-4grett
-4g5ri.
-grib3
-4grid
-4grif
-4g1rig
-gri5sete
-4grit
-gro9ar
-g4ro7i
-grom5m
-g4ron
-gro5sk
-gro3ve
-4g5rui
-4g3rul
-grun7g
-5g4rup
-gru7sa
-grus5t
-2g1rut
-2gryd
-4g5ryg
-6g5rytm
-grø5de.
-6g5rør
-4g5røv
-grø5ve
-4grøy
-gr7øy.
-6gråd
-grå6da
-gråk4
-grå7n
-grå5te.
-8gs1
-gsa2
-gs5akers
-g7sal.
-g7sale
-g5salg.
-g5salge
-gsam3
-gs3amb
-gs7amn
-g3s6ank
-g5sard
-g2sas
-g7sast
-gsbø6n
-gs2ce
-gs5ef
-g2seg
-g2sei
-g2sek
-g5sekr
-g7sekv
-gse9la.
-gsel4s5a
-gsel4st
-g2sem
-gs6ende.
-gsen6ke.
-g5sens
-g3sent
-g2ser
-g5ser.
-g3seri
-gse4st
-gse4t
-g3sete
-gs3eti
-g9sets
-gs4ett
-gse2v
-gsfø2
-g2si
-g5sider
-gs5is
-gsi2v
-gs4jar
-g3sjef
-g5sji
-g2sjo
-g5sjå
-gs4ka.
-g5skad
-gs4kal
-g5skall
-g6skam
-g4skan
-g4skapa
-g5skape
-g4skapi
-gs7kav
-g5skilt
-g7s4kj
-g7s6kjæ
-g3skot
-g5skren
-g7skug
-g6skv
-gsla6ga
-gsle6ge.
-gs6leri
-g4sluk
-gs4lun
-gsl9ut.
-g5slyn
-gs5med
-g9s6mert
-g7snel
-g5sog
-gs9ope
-g5spal
-g3spel
-gs2pi
-gs5pik
-g3spil
-gs5pile
-g6s5pors
-g3spur
-gs3s4
-gsse4e
-gs5tak
-g9s8tand
-g5stang
-gs4tasj
-g7s4tat
-gstatsrå7
-gst6e
-gs5te.
-g5ste4e
-gs4tell
-gs5tema
-gste6ma.
-g7stemt
-gs4tere
-g5s4terf
-g5s4terk
-g5s4tern
-g5s4ters
-g5s4terv
-gst7evnen
-g5s4ti.
-g3s4tie
-g3stif
-g3s4tig
-gs5tiå
-g5sto.
-gs4tol
-g5stol.
-g7stola
-g5stole
-gs5toll
-gs4trap
-g5strau
-gst5rea
-g5strede
-gst5rei
-g5streke
-gs6tret
-gstri8de.
-g5s4trof
-g3strø
-g5s6trå
-g5stue
-gst5ut
-gstyr8ka
-gs4tør
-g5s4tå
-gsu2
-gsu5g
-gs4vane
-gs5vik
-gs7væ
-gsy2d
-g7sym
-gsy6na
-gsy6t
-g2sø
-gsø6ki
-gs6øt
-gså4
-2g1t
-g3ta
-gta8ka.
-gta8ke.
-gta6la.
-gta4le.
-g9t6e
-gte6ke.
-gte6ma.
-g3ti
-gti8de.
-g4t5if
-gt6re.
-gtråd5s6
-gt7sv
-gt5t
-gtu8en.
-gtvek8
-gty8e
-gt9yt
-1gu
-4g5u4bå
-gu2di
-guds3t
-gu4el
-6gug
-g5ug6l
-gui4d
-guid5ar
-gu4le.
-4g5ulk
-gul8ke.
-gul4la
-gul5o
-gul7ø
-7gum
-gun4g
-gur2g
-gu4ri
-gur8na
-gur6ne.
-gu5rua
-gu3rue
-gu4st
-gu1ta
-2gutb
-4gutd
-g5ute.
-6gutg
-g7utl
-4gutn
-2guts
-gut4tak
-gut4tes
-4guttr
-2g1v
-gva4ke.
-gva8la
-gvedli6
-gvi8ta
-6g1w
-1gy
-g9y8a
-gy4da.
-7gym
-gy3ne
-gyr6
-gy8sa.
-gy6se.
-gy4te.
-gy4ve.
-g5æt
-4g5øk
-gør3s
-2g3øv
-gøy9a
-gøye6r
-gøy5n
-1gå
-gå6as
-gå6en.
-gå4er.
-4g5å4k
-4gåm
-4g3ån
-gån8da
-2g1å4p
-2g3åre
-gå2s
-gå3st
-gå9ven
-gå4vet
-h2a
-ha4a
-haba9
-4hae
-ha2el
-4hafi
-ha2g
-ha3ga
-ha4ga.
-ha3gen
-hai1
-ha7ism
-ha5ka
-ha4ke.
-ha5ken
-ha7kera
-ha4ke5s
-ha1la
-ha6la.
-hald4s7
-ha4le.
-ha4lev
-hal6lei
-hal6lø
-hal4s3k
-hal4so
-hal4s3t
-ha5lu
-hal4v5
-ha5ma
-ha8me.
-ham6nest
-ha5mo
-ham4st
-hams4t7r
-ha5na
-han6d5r
-hand7skr
-hand5ø
-ha4ne.
-hani1
-hanis4
-han2n3
-han4ne
-han6nel
-han5nen
-han5n4o5
-han3se
-han4sk
-ha4pe
-ha4re.
-ha5rei
-ha4rel
-ha3rem
-ha4res
-har5k
-ha5rov
-har7se
-har5tre
-har4tri
-ha4sj
-hasj5e
-ha2sl
-has6p7l
-has5v
-ha3tar
-ha4te.
-hat6le
-h4au
-hau5ke.
-hau6st
-hau4t5r
-hav4a
-ha4va.
-ha5van5
-ha4ve.
-ha4veg
-ha4vei
-have3s
-ha1vi
-ha4vo
-hav4sl
-ha6vu6
-hav1ø
-4havå
-2h1b
-hba4ne.
-4hc
-2he.
-he2a
-he7ans
-heat4r
-heb5n
-he4de.
-heder6s5
-he2d9r
-hef9ta
-hef7tes
-he3ge
-he4ge.
-he2g3r
-he2i
-heia3
-hei5en
-3heim
-he3ins
-hei4sk
-heit4s
-he2k
-hek4sek
-hek6serin
-hel1a
-he4la.
-he4le.
-he4l5ei4
-hel6lesu
-hel3o
-hel2s2
-hel3sa
-hel4se7
-helses4
-hel3sk
-hel5sp
-hel5ste
-hel3sv
-hel4tes
-hel9ve
-he4mak
-hem5ne
-hem3s8k
-henfø5re
-hen5o6
-hen1s2
-hen5se
-hera9da
-he5ret
-he4ri.
-her5j
-herle9ge
-herli9ga
-4her5n
-he1ro
-he4ro.
-hero9a
-her7p
-her6rei
-her6resi
-her6ret
-her6ska.
-her8s7kare
-her6sv
-her5un4
-he2r3ø
-he4se.
-he2sp
-hes7pa
-hes5pel
-hes5pen
-hes9per
-heste5ri
-hes4tes
-he6stø
-het2
-he4te.
-he5t6i
-het4s3a4
-het4s5p
-het3t
-he6va.
-he6v7arm
-he4ve.
-hev9na.
-2hf
-2hh
-h5hu
-hi5ao
-hi4bak
-hie4n
-hi2et
-hi4f1
-hiff2
-hif9r
-hi6ge.
-hik7e
-himme6l5o
-hi6n7an
-hin4nes
-hins4
-hins9ke
-hi4pl
-hip3p
-hi1ro
-hi2s1
-hi9se.
-hi3sen
-hi5s4i
-4hisk
-hit7o
-hi4t5r
-hit5ti
-hi8va.
-hi4ve.
-hiv1s
-hjar4
-hje4
-hjem7e
-hjorte5
-hju6l7
-hju7l8e
-2hl
-h5lan
-2h1m
-hma8n
-2hn
-h2na
-hne6n
-hn1s
-h4o
-ho5ar.
-hob6
-ho6da
-ho4de.
-ho5den
-hode3r
-ho5der.
-ho5dy
-hof4f3
-hof4f3a4
-hof4f3e4
-hof5f6er
-hof4fi
-hogs6
-hog6str
-hog7stra
-hoi5
-ho2la
-ho5lag
-ho5lan
-ho4le.
-ho4lin
-hol5l
-ho4lom
-hols4
-ho4lu
-hol7ut
-ho4me.
-ho4mo.
-ho4mod
-ho4mos
-ho5n6o
-ho4o
-ho8pa.
-ho4pe.
-ho8pi.
-ho5ra
-ho6ra.
-hor2e1
-ho1ro
-2hort
-ho4s
-hos5a
-ho5sen
-ho5ser
-ho5si5
-hou2
-ho1v
-hove5re
-ho4vé
-2how
-h1p
-2hr
-h1ra
-h1re
-hri5ne
-hri2s3
-6h1s
-h5s4e
-4ht
-h5ter
-htere4
-h1tr
-ht5t
-hu4da
-hu4d3
-hud5s6
-hudså9re
-hu4er
-hu6et.
-hu4ga
-hu4ge.
-hu8ja.
-hu6ka.
-huk8ra
-hu4la
-hu4le.
-hu4leg
-hu5les
-hu4lev
-hu5ma
-hun6des
-hun2n3
-hu1ru4
-hus1a
-hu8sa.
-hu5s6a6r
-hu6s7arr
-husa7r8e
-hu4se.
-hu4s3ed
-hu2s1i
-hu2s5j
-hu2s1k
-hus7m
-hus5s4
-hus1t
-hu8str
-hust9ran
-hus4tre
-hu6sty
-hu6s5u6
-hu2sø
-hu4va
-hu4ve.
-hu4ves
-hv4
-hva5le
-hvas5
-hve2r
-hver3a
-hvi5l6i
-h4v4ir
-hvits4
-hvo2
-hvor5
-hvor5i6
-h6y
-hya3
-hy2bl
-hyd4
-hy2e
-hye5ne.
-hye9nes
-hyg5gel
-hy6la.
-hyldes7
-hy4le.
-hyr4des
-hys3
-hy8sa
-hy4se.
-hy2s1j
-hys5t
-hæ5g
-hærfø9
-hær3s6
-hø4e
-høf5
-hø2g
-høg3ri
-høg7rø
-høk6
-hø6le.
-hø4na
-hø4ne.
-hø5rar
-hø5ren
-hø5rer
-hø4res
-hør6sp
-hø2s
-høst7a
-høst5ø
-hø1va
-hø1ve
-hø1vi
-høy5a6
-høy5k
-høy7n
-høy7rar
-høys4
-høyse6te.
-h6å
-hå7a
-hå8le
-hå6na.
-hånd5skr
-hå5nel
-hå6pa.
-hå4pe.
-hå4p5l
-hå1re
-hå1ri
-hår3s
-hår7u
-hå8va.
-hå4ve.
-ia9al
-i1abl
-ia1bo
-i2a3de
-i1adj
-ia5d8r
-ia1g2
-ia2ge
-ia1in
-ia1kr
-i1aks
-iak8se.
-ia5ku
-i1al.
-ial1a
-ial5ein
-iale4t
-ial5eti
-ia4l5ett
-i2alf
-ial3g
-ia4lin
-i4alk
-ial3op
-ia6lov
-i5als.
-ials4t
-i3alt.
-ial1u
-ia2lø
-i1an.
-i2ana
-ia4nal
-ian5ald
-ia5nar
-i7andr
-i5a4ne.
-ia8nes
-ia7net
-i5ank
-i1anm
-ia2no1
-i1ans
-ian3sa
-ian3sl
-i1ant
-ia7nø
-ia2pa
-i3app
-i1ar.
-iar4do
-iard5s4
-iar4du
-i2are
-i5area
-ia5r6e8l
-i5arn.
-i9arns
-i7arska
-i6asi
-i1asm
-ia4sp
-ias3s6
-i3assi
-i1ast
-i7ast.
-ia1t
-ia5te
-iat6r
-iaty6ra
-i1att
-i7auk
-i1av
-i1b2
-iba4ne.
-ib5bo
-ib3bu
-i3bere
-ibe4ro
-ibi5er.
-ib7lar
-i2b3le
-ib4leg
-ib4le5s
-i5bo
-ibo4e
-ibo7n
-ib4r
-ib3st
-ib8t
-ibya7
-iby9ar.
-8icanarar
-ice5ne
-i1ci
-ick1
-ick7ete
-i1co
-i5cy
-2ida
-i5dal
-i3das
-id1av
-id3del
-iddel5u
-id6dep
-2ide.
-3ideal
-i2deb
-i6def
-id5e4ge
-i7deki
-i9del.
-id3elv
-2iden
-i5dend
-iden5sv
-5identif
-5identit
-ideo3v
-i6derap
-i9de5re.
-i7deren
-i9deres
-iderla8ga
-iderle7g
-i7dern
-i5ders
-i6desm
-id6gem
-id4ges
-idi4en
-1i2dio
-i8dj
-id7jer
-id9na
-1i4dol
-id9ran
-id5reg
-4i3drev
-2idri
-id2s1
-id5sam
-idse4
-id6sel
-id5sim
-ids5l
-idsla6ga
-ids3t
-id4s5tu
-id2t1
-i2d1un
-i2dy
-3idyl
-i3dyr
-i3dø
-i6d7øy
-id7å
-2ie
-ie1a2
-i2ed
-i1eff
-ie4ge
-iego4
-ie1i
-iei6d
-i1eie
-i3eig
-i5eini
-iek8l
-i1eks
-ie5l6a
-i2ele
-i5elem
-ie4lev
-i7e6lim
-i1els
-i9elt
-ielø8pa
-i8e9ma
-iem7b8
-ie3me
-i1en
-ie7na
-i2end
-ien6dela
-ie8né
-i2e5ni
-ien7n
-ie5no
-i5ens
-ien4sk
-ien4s5v
-ien4t3r
-ie5nu
-i6eny
-ie4ran
-i4erd
-ie6re.
-ie5reg
-ie4r5eng
-i6eret
-i2eri
-ie4ril
-ie4ris
-ie4riv
-i2erl
-i6ero
-ie7ro.
-ier4ra
-ier4sp
-iers3v
-ier5t
-ie3run
-ier5v
-i2e1s
-i6es.
-ies4c
-ie3se
-ies5s
-ies4ti
-i8es6v
-i1et
-i2eta
-i5e4tabl
-i3etat
-ie9te
-ie5té
-iet4re
-ieu2
-ie7ved
-2if
-ife4s1
-if2fa
-ifi6e
-ifjø8
-if3le
-if4les
-iform4
-if1re
-i8ft
-if4tal
-if4tere
-ifte5s
-ift2s
-i3fø
-2ig
-i2gae
-ig3ann
-i7gark
-ig4art
-iga3ru
-iga7te
-ig3att
-i2gav
-ig3d
-i6geb
-i6gedi
-i6gedomm
-igedoms5
-i2gem
-i3gen
-ige6no
-i5gers
-i4gerø
-i4gesp
-ig3e4ta
-ig5ett
-ig4ged
-igges4
-ig4gra
-igg9s2
-i6gh
-i2g1ia
-i5gib
-i4gim
-igion4
-igje9va
-ig1l
-igl6d
-igli6se.
-ig5loa
-ig5neu
-ig5no
-igof6
-igo5fr 
-ig1om
-igo4no
-ig2ra
-ig2re
-i2g1rø
-ig3råd
-igrå5t
-igs4al
-ig5sel
-igs2j
-ig5s4ka
-ig3s4kr
-igs4mu
-ig3s4pa
-igst4
-igs4ta
-ig4ste
-ig5stek
-ig7stel
-ig5stem
-igs4tra
-ig5s4va
-ig1un
-ig9ut
-i3h
-ihen3
-iho7le.
-i4huk
-ihu9la
-ihu5le.
-i1i
-i5in
-i7is.
-i6ita
-i1j
-2ik
-i1k2a
-i2kab
-i5kabel
-i2kaf
-i2kak
-ikan9d
-i2kao
-i4kapo
-i5kar.
-i5kara
-ika5re
-i4karei
-i6kasa
-ika3sp
-i2ke.
-i2ked
-ik9ei
-i9keleg
-i5keli
-ike5lu
-i5ken.
-i4kena
-i5kene
-i9kens
-i3ker.
-i4kera
-i5kere.
-ike5ri
-ike4r5o
-i2ke1s2
-ike3si
-i6kesk
-i5keso
-ike5su
-i5ket.
-i5kets
-i1ki
-iki9ne
-ik5inn
-iki5st
-i1kj
-ik4kaf
-ik6kana
-ik4kap
-ikk5arv
-ik4kas
-ik4kat
-ikk5att
-ik6k7ent
-ik4keru
-ik8kesk
-ik4kest
-ik3kjø
-ik4kjøp
-ik4kl
-ikk5lag
-ik2ko
-ikk5ord
-ik4kr
-ikk3re
-ikk5sv
-4ik2ku2
-ikk5und
-ik2kv
-ik6ky
-ik1l
-i5klæ
-i1ko
-i2koa
-i9koar
-i2kob
-i4kod
-iko5de
-i2ko3f
-i4kog
-i4koh
-i2kok
-iko5na.
-i2koo
-i5k6ord
-i4kore
-i2kov
-ik1r
-ik4rak
-ik5rem
-ik5robe
-ik3ros
-ik2ry
-ik2sa
-ik4sek
-iksmå8la
-ik7sot
-ik5spel
-iks5ti
-iks5to
-ik8stu
-ik4tav
-ik4teg
-ik2t1r
-iktsla8ga
-i1ku
-iku6le.
-i6k7u6t
-ik1v
-ik4vin
-i1ky
-i3kø
-i3kå
-ikå8pa
-i1la
-il5adr
-il7af
-i2l3ak
-il3al
-i4lana
-il6and
-i4lark
-il3art
-il5ass
-ilas5t6
-ila5t
-il5av
-il4dak
-il4deko
-il4dete
-il7dj
-ild3re
-ildsfa9re
-ild3s4t
-ilea9r
-ile8are
-i3le7e
-i2lef
-ile4ge.
-i4l3egn
-i2l1ei
-i6leig
-i2lek
-i2lel
-i4leno
-i4lero
-ile1s
-i4lese
-i4le5sk
-i4lest
-ile6tri
-ilet5te
-ile4tu
-i1lé
-ilfø5re
-il5ge
-il1gl
-i4lid
-ili5ers
-ili9ga
-i5lik
-i2l1im
-i4l3ind
-i7line
-i4lins
-i4l3i4r
-ili5s6tik
-il3ja.
-il1je
-il5jese
-il1jo
-il1ju
-ilke3
-il5ker
-il4kes
-ilk4o6s
-il5ku
-il4lab
-il6lam
-illan8da
-il6lap
-il9lau
-il4lee
-illei9e
-il6l7ender
-il6lesk
-il4lev
-illi9ga
-il4lo5m
-ill3s2
-ills5kå
-illæ4
-illæ9re.
-il4m5est
-ilm5e4v
-il4mi
-ilm5s
-i1loe
-i9lolo
-i4lom
-il5omv
-i5lon
-il3opp
-i4l1o4r
-i5loso
-ilot3u
-i4love
-ilo1w
-ilret4
-ilset8je
-il3sl
-ilsla7
-ilsle7ge
-ils4mu
-ils2p
-ils2t
-il5str
-il7su
-il3s2v
-ilsva9ra
-ilsva5re
-ilta9la
-ilt5rett
-il6t7å
-ilu4h
-i5luk
-il7ul8
-il3un
-i5lur
-i9lus
-il1ut
-il5v6
-ilve8d
-ilve4r
-i1ly
-il1å8
-ilår6
-8im.
-4ima
-i2mad
-i4maen
-i2mag
-i6m5akk
-i4mako
-imal8n
-i2mam
-i9man
-i2map
-i5mar.
-ima5s
-i4matr
-i8mb2
-i4mee
-i2me1g
-i2mek
-i6melu
-im5enh
-im8et
-i9met.
-i4meta
-i4meti
-i6mey
-i8mé
-imi9la
-imini6
-i7mj
-im4lev
-im8l9u
-im5m
-i6mog
-imo9l
-im5ord
-imor8da
-im7o6v
-imp2
-5imperi
-imp4l
-1impo
-imp9s
-impse8
-1impu
-im4ref
-im4rek
-im4res
-im9se
-ims4k5l
-ims3kr
-im5s4me
-im1s4t
-im6sti
-imta8la
-4imu
-i3mø2
-2in.
-6ina
-i4nag
-in5agg
-i5nakk
-ina4let
-i4na2m
-in3ame
-in2an
-i9nane
-in5ann
-i2nap
-in5app
-i5nar.
-i5nars
-i4nask
-i4nasp
-i4n5ass
-ina4t5ak
-i6nau
-in7auk
-in5avl
-in5avr
-ince2
-in7der
-6indig
-in4dog
-ind9ra
-in3dru
-indr5ø
-ind5sk
-ind3sp
-ind5s4t
-5industr
-ind7å
-4ine
-ine8are
-i2ned
-inedy6
-in5egg
-in5eid
-in3eie
-i6nele
-ine4li
-in7eng
-ine8pa
-ine8pe.
-i7nere.
-i5neren
-i9neres
-ine4rik
-i7nern
-i5nert
-i5nes.
-i4nesk
-ines8ka
-ines8ke.
-ines4st
-ine5s4ti
-i4nesø
-i2nev
-8iné
-3infek
-in4fos
-in4fot
-infu9
-4infy
-in4g5ald
-in4gav
-in5gebj
-in6gem
-5ingeni
-in5geri
-in4geru
-in3gev
-ing5jen
-in4goa
-in4gos
-in2gr
-ing5rep
-ing7ris
-ing2s
-ings5om
-ingst8
-ings5v
-6ingu
-in2g5ø
-i7nia
-ini9ar.
-i2nib
-i5nie
-i4nif
-i2nig
-i4nil
-ini7m
-i4ninn
-i2nip
-i4nisa
-ini3se
-i4nises
-5initia
-i4nito
-5injek
-2ink
-in5kel
-in4kero
-in4k3la
-in4kok
-in5l
-inla8ga
-2inn.
-in4nal
-in4nem
-in4nerø
-in4nesi
-innes6t
-4innet
-in6n7ette
-innfa9s
-1inng
-5innhal
-3innho
-2inni4
-in4ni.
-in4n5om
-in5n6ova
-inn1s4
-6inns.
-3innsa
-inn5se
-inn9sen
-inn9ste
-inn7sve
-1innt
-in4n5u4
-4innæ
-in2nø4
-2ino
-ino5a
-i5noar
-i4nod
-inok6
-in7oks
-in1s
-4ins.
-8insa
-in9sa.
-in7sal
-in5sar
-in5se.
-in4sek
-in3sen
-inseri8e9ne
-in3si
-insis5
-6insj
-in4sja
-in3sje
-4insk
-in9s8kas
-in5skat
-inske4t
-ins4ki
-in3skj
-ins5kjøt
-ins6kor
-ins4k3v
-ins6kø
-insle7g
-ins8lega
-in3slo
-in3s2lø
-in5s4ma
-in3sop
-1insp
-in4spa
-in5s4pl
-ins4po
-5instal
-in8s5te.
-ins5ten.
-ins9tens
-3in3s4ti
-in4stin
-4in3s6to
-in5stra
-inst5rel
-5instru
-in6stå
-in7sul
-in2sv
-6in3sy
-8int.
-2in3ta
-inta8la
-4inte.
-5in7teg
-in8t7ege
-in5ter
-int5ess
-in5te4t5
-4in5ti
-inti5me
-int2r
-intran4
-int4rer
-in5tres
-6inu
-inu6i
-i8n9ul8
-in7ut.
-in9u8te
-1inv
-6invev
-iny4i
-iny4t
-6inø
-in7øk
-i7nøt
-in3øv
-4io
-io1a4
-i2ob
-io4dere
-i1off
-io5gn
-io1i
-i1oks
-iol4
-io3le
-iol7jen
-io3mu
-io4nans
-io4narr
-io6n5erst
-ion3g4
-io4nin
-io4nu
-io1pl
-i1opp
-io5ra.
-ior8da
-io1re
-io4rie
-io4r5in
-iorla8ga
-iosk3v
-io1st
-iota6le.
-io3t4e
-io4tra
-i5pap
-ipa4ti.
-i4pee
-ipela9
-i7pe6p
-i1pi
-ipi1e
-ipi9ne
-i4p5ings
-i1pl
-i2ple
-ip4peli
-ippel7s6
-ipp6lan
-ipplæ8re.
-ip2pr
-ipp4s3t
-ippsy8na
-ipp4sø
-ip7pun
-i1pr
-i6pra
-ip5ru
-ipru8te.
-ips1a
-ipse4l
-ipsfø5
-ip2si
-ip2s1k
-ipsle6ge.
-ips1t
-ip6tar
-i5py7
-i3pø
-2ir
-i1ra
-i9r6and
-ir5ark
-i9rast
-ira6tr
-ir5de
-ird5s
-i1re
-ir3eie
-ir6ek
-i3repo
-i3rer
-ire6r5a
-ire7st
-i3ret
-i8reto
-ir7g
-i1ri
-iri4a
-iri8ka.
-ir3ind
-ir3inn
-ir5inst
-iri9t
-ir5ka.
-ir4kat
-ir5ker.
-irke3s6
-ir4kest
-ir4kle
-ir5kv
-irk5ø
-ir4mag
-ir4mal
-ir4mast
-ir9mé
-i5roa
-i1roe
-i4roi
-i1rol
-ir5opp
-iro1s
-ir3re
-ir7sko
-irs2p
-ir3s4t
-irt6
-ir3ta
-irti6g5r
-i1ru
-ir5u4k
-iru8m
-iru7sa.
-i1rø
-i1rå
-ir7å6l
-i1sa
-i4saks
-i4sanb
-i4s3ang
-is3ann
-i4s3ans
-is3ant
-i7sas
-is5aud
-3isbry
-is6cen
-isch5
-is3co
-i5scr
-i2sed
-i4seel
-i4seen
-ise5ern
-i2s2e3g4
-i2sei
-is3eie
-is5eig
-ise5is
-i2sek
-i3sekt
-i4sekte
-i6s7eld
-is4e5li
-i2sem
-ise5ne
-i4seno
-isensi6
-i5ser.
-i5sers
-i2ses
-is5ess
-i4sete
-iset8je
-i2seu
-8isé
-isha7ne
-3ishav
-is4h5in
-ishø9ve
-isi6ene
-is5ild
-i4s3ind
-isis5t
-is7jun
-is9ka.
-is3kal
-is3kar
-isk9art.
-isk5arte
-i8ske
-is5ke.
-is8kee
-is4kel
-isk5els
-iske5s4
-is3kje
-i3skjo
-iskla8ga
-is6k5le
-isk3lo
-isko5g
-is7kogr
-is3kop
-is3kot
-is1kr
-is6k5rin
-is1ku
-is4kul
-i5skula
-is1kv
-is4kvi
-is1l
-i6slu
-isl7ut
-isl9øy.
-i5smak
-is4med
-ismo5e
-i6smus
-is5ne
-is5nu
-1isol
-6isold
-5isomo
-is5omr
-iso3pa
-iso5pe
-iso7pr
-3isot
-is1ov
-is1p
-is4pan
-is5pane.
-is6pis
-is7pru
-is4ses
-is5si
-issis5
-is6s7kj
-is4sko
-is7skr
-is5sky
-is4skå
-is5sok
-is7sto
-is6sve
-is5svo
-is9s4ær
-is4søk
-i5stab
-ista9le
-is5tane
-is5tap
-i4s5tar
-ist5avb
-ist7avi
-i2ste
-is5te.
-is4tek
-ist5ekt
-istel5l
-iste6ma.
-ist6en
-is5ten.
-is5tene
-is5ter.
-is5tern
-is6terø
-is6té
-is4tik
-is5tilb
-is5tis
-is3tok
-is3tol
-i2str
-i8s8tre.
-i4st5ren
-i5strer
-i6strer.
-i4stres
-i6stret
-is3try
-is3tus
-6isu
-is5uf
-is5ul
-is1un
-is1v
-is4vak
-is7w
-isy8na
-isy5r
-is5yt
-i2s1øk
-i4søy
-is7åk
-is3år
-i1ta
-ita4l3a
-ita6l5ers
-ita4lo
-ita4ly
-i6tang
-itan7s6v
-itau4
-i4tav
-i4tec
-i2teg
-ite8ke.
-i7teky
-i6t7elg
-i4teni
-i2teo
-ite3re
-i4tero
-iter6s5
-i4te5ru
-i2te1s
-ite6se.
-itet6s5
-i1té
-it2i
-iti6er.
-i4ties
-i2tif
-i4tikam
-i4ti3kv
-iti5me
-i2tio
-i2tip
-iti3r
-i4tisa
-i4tisen
-i4tisi
-i4tisj
-i4tisko
-i4ti3sp
-i4tist
-iti5str
-i2tiu
-itiv4
-itivs5
-it7jaran
-it7jer
-it7ji
-itma6le.
-itnes4s
-i1to
-ito9a
-i4tom
-it5ord
-ito4s
-itostra6
-ito8v
-i1tr
-i4tra.
-i6trae
-it3rel
-it3ren
-it5rim
-itri8ma
-it3rin
-i5tris
-it7ro6s
-it1sa
-it4s3ei
-it3ser
-it6ses
-it5sku
-itsla8ga
-it1sn
-it6sti
-it3sun
-it4tag
-it6tak
-it4tal
-itta9la
-it6tann
-it6tap
-it4t5at
-it5ted
-itte4l5o
-it4tenk
-itte5s4
-itt5ett
-it4tid
-it4til
-it4tj
-itt1o
-it6tof
-it7ton
-it4tr
-itt5skr
-itt4sø
-it4ty
-it7tys
-i1tu
-itu5e
-itær1
-i1tø
-i5tå9
-i1u
-iu6a
-iu2b
-i5u6l
-i5um.
-ium4f5ar
-iu2m1i
-ium5m
-iu4mo
-i6umse
-i4um5s4t
-i4umsu
-iu2n
-iu8p
-i2ur
-iu5se
-4i1va
-i4vad
-i6vaj
-i4v3aks
-i5val
-iva6la.
-i4vana
-i4v5ank
-i4varb
-ivar5s6
-i4v5ass
-ivat3t
-i1ve
-i2veg
-ive6ge
-iv5eg6n
-i4vei
-iv7eig
-i2vek
-ive4ra
-ive5ras
-iver5d
-i6veret
-i4vesk
-i4vesti
-i6vesv
-i6vetø
-i2vev
-i1vé
-i1vi
-iv5ins
-iv5is.
-iv5isb
-ivle6ge.
-iv3n
-i1vo
-iv7om
-iv3r
-iv4sal
-iv2si
-iv2sk
-iv2sl
-iv2sn
-iv4so
-ivs5v
-i2v3un
-iv7y
-ivyr8ke.
-i9væ
-iv7åpn
-i1wa
-iwi5
-i5wie6
-i5y
-iyr8ke.
-i5za.
-i7zas
-i4ze
-i1zo
-i1ø
-i1ø4k
-i1ør.
-iør5i
-iør5s
-i4øs
-iø3se
-i1øy
-i1å4
-iårs7l
-iåt4te.
-ja1ak
-ja9ar
-ja4da
-1jae
-ja7en
-5jag.
-ja4ga.
-ja7gar
-ja4ge.
-jag6r
-ja4ha
-ja4hv
-ja4j
-jak4kel
-jak7kele
-jak4ko
-jakk5s4
-ja1k8r
-ja8kre
-jaktel
-ja7ku
-ja3lo
-ja1lu
-jam7b
-6jambi
-jamhø8ve.
-5jamm
-jams2
-jan4gr
-j5anl
-ja6ra.
-ja6r5ap
-ja9rek
-jarn3s4
-jar5ta
-jar5te.
-jar5tet.
-jar7ti
-6jarø
-ja6rå
-ja7se
-ja8ski
-ja5sti
-ja5ta
-jau4ere
-ja9vi
-1jaz
-j1b
-2jd
-j2e
-2je1a2
-je5ak
-2jeb
-jeb9b
-je4deb
-6je4dek
-4jedr
-jeep1
-6jeev
-2jef
-je4f3et
-je2fj
-jef5lag
-je4f3re
-jef4sa
-jef6s5i
-jef3t4r
-je5ge
-jeg5ge
-6jegl
-jeg6les
-4jego
-4jegr
-4jegy
-2jeh
-je1i
-je5i8s
-4jej
-2jeka
-jek6keru
-4jekl
-je4kli
-2jeko
-jekt3a
-jek4tan
-jek6tes
-jekt5ev
-jek4t5in
-jek4t3r
-jekts4t
-4jekø
-2jel
-je6legr
-jelei7er
-je7lele
-je4les
-jel7ge
-jel6lag
-jell5ang
-jel5len
-jel4lo
-jelt3
-jel4tr
-jel9ut
-jel7va.
-2jem
-je4mia
-je4mit
-jemp6
-jem5pl
-jem5se
-jem4sti
-2je7na
-jen1d
-4jendr
-je3ne.
-je7ne8s
-4jenet
-jen5ged
-jeng5s4
-2jeni
-jen3k
-4jenl
-4jeno
-4jenu
-je2n1y4
-4jenæ
-2je5o4
-2jep
-je3raf
-je4r5ant
-jer4dep
-jerd6s
-je3r6e
-4jered
-6jereg
-6jerei
-6jerenn
-je5rik
-je6rim
-je6rinæ
-jer4kes
-jer6k5l
-jer4kv
-jerle7
-jer6mu
-jer6n5as
-jern5sl
-je6ron
-jer4sp
-jert5s
-4je1ru
-6jerå
-5jesf
-5jesh
-jes4kil
-2je3sp
-jes4tea
-je6stim
-je3str
-5jesut
-je5sve
-je4t3ag
-jeta6ka
-je9tar.
-je7tara
-je9tare
-je4t3ru
-jets2
-jet4t5an
-jet6term
-jett3o
-jett5s6
-je4t3v
-jety8e
-2jeu6
-4jev6a
-je7vark
-je6vas
-4jeve
-jevi4s
-jev7na.
-jev7ne
-6jeø
-j1f
-4jg
-j1h
-4ji.
-jib5b
-ji7e6
-6jik
-2j3inf
-ji7ro
-ji6sj
-4jiø
-2j1k
-j4kap
-6j1l
-6j1m
-6j1n
-6jn.
-j5ni
-j2o
-1job
-5joc
-jo4da.
-jo6dat
-jo6dis
-jo4fl
-jok9ker
-jokk9o8
-jol5t6
-j3omr
-jon2
-jo5ne
-jon7n
-jons1
-jons5a
-jonse4
-jons3p
-jons5t
-jon6sti
-jon4str
-jonsu4
-4jop
-jo5ra
-jor6dek
-jor6d7erv
-jor6d7is.
-jor4d3o
-jord3r
-jord5s
-jords4l
-jor6du
-jo1re
-jo4rie
-jort6a
-jor5tet
-jo3r4u
-2jos
-jo3se
-jo4ses
-jo5stei
-1jou
-jour5
-j1p
-4j1r
-2j3s2
-j1t
-ju8are
-1jub
-jubi3
-ju9bo
-ju3de
-ju2do
-ju7doe
-jue7ni
-ju4e5re
-jue9s
-jug9le
-5jugo
-4ju2k
-ju3ka
-ju3ke.
-ju3ken
-juk9sar
-ju2l
-ju3la.
-ju5lar
-ju5las
-ju8l9ei
-ju4li.
-ju6lid
-ju4lik
-jul7inn
-jull6
-1jung
-jun7ge
-j6u6ni
-8jup
-jup7s
-ju6p5å6
-ju4ra
-ju7ras
-3juris
-ju9ro
-ju3ru
-5jury
-1jus
-ju5so5
-ju1ta
-jut5o
-ju6va.
-ju6vak
-ju1å
-j5v
-jy1
-jy8de.
-jy2p3
-jæ5le.
-jæ3ra.
-jæ9ran
-jæ9res.
-jæ7te.
-j2ø
-1jø.
-1jøa.
-jø5b4
-1jøe
-2jøef
-4jøeg
-6jøei
-2jøek
-4jøend
-4jøeng
-4jøeta
-jø1f
-jø3gr
-jø9kj
-4jøl
-jø4les
-jøl6ver
-jø5me
-jøn5ne
-jø5pa
-jør4kel
-jør4sp
-jørs5v
-jør4tel
-jø3ru
-jør7ut
-jø1rø
-jø4ses
-jøst2
-jø9ta
-jø3te.
-jøte4t
-jøt5eta
-jø1tr
-jøtte4
-4jø1v
-jø4vel
-2jå
-jå5ar.
-jå9ge.
-jå6la.
-jå4le.
-jå7les
-jå5let
-1ka.
-2kaa
-5kaa.
-5ka4an4
-k3aas
-ka3at
-6kabes
-ka7bo
-4ka1br
-4kaby
-ka3da
-6kadale
-ka5del
-ka6del.
-ka4deri
-4kadg
-kadi7e
-2kadr
-5kadu
-4kady
-3kaen
-ka3fe
-kaf5fere
-2kafo
-ka9fr
-2kaft
-kaf5ta
-6kafø
-2kag
-k5a4gi
-kag2r
-2kah
-ka5isk
-ka5ism
-6kajo
-ka4ka.
-ka4ke.
-ka4ked
-ka4kel
-ka4kes
-ka4ki.
-ka4kis
-6k5aksj
-4kakt
-ka3ku
-ka3lam
-ka3lan
-ka6lant
-ka3las
-kald5s
-5kaldt
-kal2e
-3kalen
-ka5lev
-5kalis
-k6alk
-5kalky
-kal7la
-kal6lero
-kall4s
-ka1lo
-kal3p
-kal7s6v
-kal4ves
-1kam
-ka6ma.
-ka8me.
-4kameri
-4kammel
-kam4p3i
-kam4pr
-7kamu
-1kana
-ka8na.
-4kanda
-kan6da.
-5k6ande.
-1kane
-ka5ner
-kan4i
-ka5nin
-2k1anl
-4k1anm
-k3anno
-5kano
-ka4no.
-ka8nom
-4kansa
-6kansi
-3kansl
-1kant
-kan6t7end
-kan6t9r
-2kap.
-5kapad
-ka4pak
-3kapas
-ka5pe
-5kapell
-4kapen
-3kapit
-1kapp
-kap3re
-kap4s3t
-1kar.
-1kara
-4karab
-4karam
-karan5
-ka3rav
-1karb
-4karbei
-4karea
-ka6rek
-ka5rel
-1karf
-5karg
-ka4ri.
-ka6rid
-6k3arki
-6k5arkt
-1karm
-kar3n
-ka3rol
-kar3om
-kar5pes
-karp3s
-3karri
-7karsj
-kars4t
-1kart
-kar5ti
-5karu
-4karå
-1kas
-7kas.
-ka5se4i
-ka3sek
-kas5ev
-kas2ju
-6kasjø
-ka4sk
-kas3ka
-kasko5
-6kasp
-ka4spi
-kass6
-kas6sad
-kas4sak
-4k3assi
-kas4so
-ka4st
-8kas5to
-kas2t3r
-1ka7t6a
-ka3ted
-3kateg
-ka3tet
-ka1to
-ka4t5op
-4ka1t4r
-kat7s
-kat5ta
-kat4tel
-kat6term
-katte5s
-kat4til
-kat4tri
-ka4t5y
-k7au4r
-2kav
-ka7ves
-k9avis
-kav8l9u
-9kay
-2k1b4
-2kc
-k5ce
-kcen4
-2k1d
-k5d6v
-1ke
-2ke1a8
-ke9al
-2keb
-4kebr
-4kebuk
-4kec
-ked4
-ke5da
-4kedag
-4kedal
-5kedan.
-9kedant
-ke5de
-6kedei
-4kedem
-4kedes
-7kedes.
-2kedi
-2ke5dr
-ked8sk
-kedu6
-4kedy
-2kedø
-2keeg
-2keek
-2keel
-ke4ep
-ke7ern
-2keev
-4kef
-k3eff
-k5eft
-2ke1g
-k3egg
-keg8ga
-5kegladh
-ke5h
-3kehet
-4kehj
-2kei
-k3ei2d
-k1eig
-ke5il
-ke1im
-k6e1in
-keis2
-2kej
-2kek
-kek2l
-ke3kn
-k1eks
-k5ek4t
-k6el.
-2kela
-ke3l4ak
-5kelal
-ke6lans
-ke6lat
-kel5eier
-kel5eig
-kel7eik
-kelei8ke.
-6keleis
-kel3e4l
-4k5elem
-4keleng
-4ke5lep
-4keles
-7k6elet
-4kelev
-keli8e8
-keli9en
-3kelig
-4kelign
-4kelinj
-kel5int
-4kelis
-ke4lise
-5kelit
-4keliv
-kel5l
-4kelof
-6kelov.
-4kelove
-kels4
-kels7kar
-kel5sl
-kel5sp
-kel5st
-kel3sv
-kelsva9
-kel2t
-kelt3e
-6kelua
-4kelue
-kel9uka
-kel5uke
-ke4l3ur
-6keluv
-kel5v
-2kely
-2kelæ
-2kelø
-kelø8pa.
-6ke5l4å
-kelå7re
-2kem
-ke4mit
-5kena.
-6kenam
-ken6ap
-ke4nas
-5kenatts
-ken5de
-6k5en6den
-6k5en4der
-4kend5r
-ke3ne
-4keneb
-4kenek
-4kenel
-4kenem
-6kenett
-4kenev
-3kenf
-ke4ni
-5k6enh
-4ke5niv
-ken3k
-ken7n
-kenne4l3
-ke4nom
-ken1s2
-4k5ense
-kens6t
-ken7te
-ken5t6r
-4k3entu
-6ke3ny
-6kenø
-2keo
-ke3on
-4kep
-5kepi.
-9kepia
-7kepie
-6kepl
-kera7l
-4keram
-ke4ran
-ker5ant
-6kerau
-4kered
-4kereg
-kerei4d
-4kereir
-6kereis
-4kerek
-4ke5rem
-kere6n
-6kerene
-ke6r5eng
-4kerenn
-4kerep
-ke4r5ert
-ke3res
-4keress
-4kerest
-4keresu
-4keret
-5keret.
-5kereta
-7kerets
-3keri
-ke4rif
-6kerik.
-4kerike
-6kerikt
-ke4rim
-ke4rine
-6keringi
-6keringj
-ke4rinæ
-ke4ris
-8kerist.
-8kerista
-6keriste
-3kerm
-7kerop
-5keror
-4ke3ros
-kero6se.
-ke3rot
-k4ert
-ker5to
-ker3t4v
-ker3un
-4kerus
-keru6se.
-kerø6re.
-8ker8øya
-6ker6øye
-2kerå
-5kes.
-4kesam
-9kesam.
-7kesdale
-5kese.
-k5esel
-ke5sil
-4kesit
-2kesj
-k9es8ka.
-4k5eske
-kes8ke.
-4keski
-4keskj
-6keskå
-kesle6ge.
-kes5ped
-5kespot
-5ke4spu
-5kest.
-4ke3sta
-5keste.
-4ke5sted
-4ke5stei
-kes6tem
-4ke5s4ten
-ke3sto
-4kestri
-4ke5stru
-4kestu
-4kestø
-ke4s5un
-kes1v
-2kesy
-kes1å
-2keta
-keta6ka
-keta6le.
-5ketals
-k6etar
-ke3te
-5kete.
-4ketek
-7keth
-2keti
-2ketj
-2keto
-2ket2r
-kets2
-ket6t7enh
-ket8tes
-2ketu
-2kety
-kety6e
-4ketæ
-ketøy6s5
-2ketå
-2keu2
-ke5ur
-2kev
-kev2a
-keva8ne.
-5kevas
-3kevel
-kevi6sa.
-k1evj
-kev6ja
-kev4je.
-k3evn
-kev6ne.
-ke3vr
-kevæ8ra
-ke2yt
-6keæ
-2keø
-2keå
-1ké4
-két5
-2k1f
-k5fi
-4k5g2
-k3ge
-k5gh
-kgu4
-4k1h
-kh5ak
-k4har
-khe4o
-khjul8s
-kh6m
-ki3a2r
-k3ideo
-4kidol
-ki3dr
-k4ie2
-kie5re
-ki6el
-ki3er.
-2kif
-ki5g4
-ki6ka.
-kikk8s9
-ki1k8l
-ki3k2r
-kik4s
-ki8la.
-3kilde
-ki4le.
-ki5li
-4kilj
-kil9ja
-kil6le5st
-ki7loa
-ki4log
-ki3los
-ki4lov
-2kilt
-ki7lå
-ki8ma.
-ki4me.
-5kimo5
-ki4mol
-2k1imp
-kin9and
-ki4nark
-ki5nas.
-6kind
-ki5ne
-ki6ne.
-2kinf
-1king
-king5and
-kin3ge
-kin5ing
-2kinn
-kinnsi8da
-kinnsi8de.
-kinn4sp
-ki2no
-2kins
-kinsi6de.
-2kint
-kinti8me.
-ki6nu
-2kinv
-kio4
-4kiol
-7kios
-2kip
-ki5pe
-ki4p5l
-kip5pe
-kip2s3
-1kir
-ki5re
-ki5ri
-4kirs
-ki3se
-ki5sko
-ki3smu
-ki1s2p
-ki5stav
-ki5str
-ki6ten
-ki7ti
-5kito
-ki4ton
-4kiu
-k6iv
-ki4vek
-ki4v5enh
-ki6vi.
-kiv3s
-kj2
-3k8jan
-kjap5pe
-6k7jarn
-kje7fj
-kje7f6r
-4kjegg
-3kjeld
-kjel7leg
-5kjemas
-3kjemp
-6kjenk
-kje9ny
-kje1s
-kje6t5r
-kjet5t
-6kjor
-kju5le.
-kju5len
-kju9r
-3kjærl
-k5jødi
-1kjøp
-3kjøri
-kjø4tr
-2kk
-k1ka
-k2kab
-kk3aft
-k2k1ak
-k2k3al
-k2kam
-k4kanb
-kk5and
-k8kand.
-k6kanden
-k4k5ang
-k4kann
-k4kao
-k4karb
-k6karg
-k4k7art
-kkar6ta.
-k5kast
-k6kasu
-k6katt
-k2k1au
-kk1av
-k6kedo
-k4kedu
-k2kee
-k2keh
-kk1ei
-k5kel.
-kke6lei
-kk5e4lev
-kkel3t4
-kkelu4
-kke4luk
-kkel5un
-kke6nan
-k5ker.
-k4kerei
-k4kerel
-k6kerent
-k4kerig
-k4kerit
-kke5r6und
-k4kesa
-k5kesau
-k4kese
-k4kesi
-kke3s4l
-k4kesp
-k6kestad
-k4kete
-k5ketet
-k4ketø
-k4k9g2
-k1ki
-kk3ind
-kk3inf
-kk9inn
-kk3ins
-kk3int
-k2kir
-k1kja
-kkjek8
-kk5jent
-k4k5jern
-kkje7t
-kk5ju
-kk5k
-kkla4g
-kk3lan
-kk8lar
-kk7lau
-kk1lo
-kk1ly
-kk3læ
-k4kn
-kk5ne
-kk5ny
-kk6s5v
-k1kod
-k1koe
-k4k1of
-kko6lig
-kk5oml
-kk7oms
-kk9omt
-k6koo
-kk1op
-kko7s
-k4kosi
-k6kosk
-k4kost
-kk3ove
-k4kra
-kk5ram
-kk3rap
-kk3rea
-kk5rei
-kk3ren
-kk3res
-kkri6k
-kk3ro
-kkro8e
-kkro4s
-kk3ru
-kk4rus
-kk7rø
-kk7rå
-kk7s
-kks6al
-kk4sar
-kk5sed
-kk3s4ei
-kk4sin
-kk1sk
-kks4kj
-kks4l
-kk3sla
-kk7sle
-kk5sli
-kk3spe
-kk1s2t
-kks5tak
-kks7tep
-kkst4r
-kk8s7va
-kk5s4å7
-kk3t2
-kk5uk
-k4kuni
-k2k1u6t
-kk1v
-k2kvo
-k1ky6
-kkyl4
-kk5yr
-kk7yt
-k2k1ø
-k8køl
-kkø6r
-kkøy6
-kk1å2
-kl4
-6kl.
-4kla.
-4k5lagt
-2klak
-kla9ke.
-kla4mel
-3k2las
-k7lati
-kla4tr
-kleby7t
-3k4ledd
-kle4deb
-kle4des
-2kleg
-klei9e
-k7leik
-k4leiv
-k2lem
-5k6lem.
-7k4leno
-k6lerik
-kles7j
-kle5sno
-kle4sp
-kle5sti
-kles7s8
-2klet
-8klia
-4klie.
-4klig
-1k2lim2
-3k4lini
-k5linj
-1klip
-4klit
-klon7a8l
-1klos
-2klov
-k3lukt
-4klun
-klun5t
-k5lyd
-6k7lyf
-3k4lyng
-klyse7te
-k2læ
-klæ5res
-klø7na
-k6lør
-6kløs
-klø9va
-klø5ve
-6k1lån
-klå5re
-2k3m
-kmann6
-kmål2
-2k1n2
-3k2nap
-kna5t4re
-kne4b3l
-k4nedi
-5k2nee
-kne8se.
-k4nest
-kn5f
-3k4nip
-knippe6
-kni2t3
-3k2niv
-kno7g
-kno6kl
-5knop
-kno9ta
-kno5te
-3k2nu
-4k3num
-3k2ny
-kny4s
-k2nø
-knø9le
-kn3øy
-9koa.
-4ko1ak
-9koane
-ko7ar
-ko2b3
-ko3bo
-4ko3br
-ko5da
-4kodd
-ko4de.
-3kodek
-5koden
-2kodø
-ko3e
-3koef
-4koek
-4koel
-4koes
-4koev
-ko4g5eng
-kog9ger
-kog3l
-ko4gre
-kogst6
-ko4gu
-ko6gå
-2koi
-koi4e5ne
-ko7i6k
-ko1in
-2koj
-ko8ja.
-ko4ka.
-ko4kab
-ko4ke.
-ko6kel
-ko1ki
-kokk6o
-k3okku
-4kok4l
-4koko
-2koku
-kolba5
-2kole
-ko4leg
-ko4lei
-ko6lel
-ko4let
-ko4leu
-3kolle
-ko5lo.
-kol5p
-4koly
-2kolå
-1kom
-ko4ma.
-4komaf
-ko4me.
-6komg
-ko4mi.
-4komil
-4komisb
-ko4mise
-2komr
-4komse
-kom3sl
-kom5so
-kom4st
-4kom5t
-4komu
-4komå
-k6on
-ko4na.
-kon3d
-kon6dr
-kone5l6å
-4koniv
-kon3s2
-kon6s7v
-kon6ton
-ko4nu
-1ko1o
-4koom
-ko5pa
-ko5pers
-4kopet
-ko4pi.
-ko4pip
-ko4p9l
-4kopo
-kop5per
-2kopr
-ko1ra
-ko4ra.
-kor6da.
-kor4d3o
-kord5s4ø
-kor4du
-ko1r6e
-6koref
-4ko7rei9
-ko5rem
-ko7ret
-ko3ri
-ko6rik
-4korm
-ko5rol
-6korpa
-6korpe
-1kor3r
-kor4sal
-kor6s5inn
-kor4s5l
-kor6str
-kor4sv
-kor5tes
-kor6top
-kor4t5r
-kort5s4
-ko5ru
-ko6rume
-1kos
-2kosa
-ko6sa.
-ko4sed
-ko4sek
-5kosele
-ko5sen
-ko4ses
-ko9si
-kosi9d
-ko2sk
-ko1sl
-4kosmu
-2koso
-2ko1s2p
-ko6sta
-kost7as
-kos6t5ers
-kost5j
-4kosø
-kotes7
-ko5t4i
-4kotil
-4kotr
-ko6tre
-kot2s
-kots5tr
-kot4ti
-kott4s
-kotts5t
-4koty
-2kou4
-kout3
-kou7ta
-ko1va
-kover7e
-4kovr
-1kov4s3
-4koø
-4koå
-6k1p
-kr6
-k3rad
-1k4raf
-5krag
-3krakk
-krani6e7n
-6krank
-3krans
-4krap
-kra9se
-7k8ra4sj
-kras5s
-kra4to
-kra4u
-1krav
-4kred.
-3kredi
-4k1reg
-kregi3
-4krei
-krei9e
-krei5s
-6krek
-kre4kli
-2krel
-k5rela
-4k3renn
-4krent
-6kreo
-k5repr
-5kreps
-5kresj
-4k3ress
-kreta9
-6k7retn
-k4rets
-k3rett
-2krib
-4krif
-7k6rig
-krig6s5
-kri9ga
-4krik
-kri5ke
-kri4kj
-krik6ka
-1krim
-kri4me
-3k6rins
-krin6s7t
-kri2p
-1k2ris
-7krisene
-k2rit
-3krite
-6kriv
-k2ro
-kro5b4
-kro5de
-k3rofo
-k4rofor
-krok7k
-k6roni
-k5ronl
-kro4nom
-k4rop
-krop9n
-kropp4
-k4rost
-kro9t8e
-kroten9
-kro3v
-kru3i4
-krum3
-kru5sa
-krutt5i
-kru3tr
-2k5ryg
-kry7pa
-kry5pe
-kry4pi
-3krys
-krø5ke
-6k5rør
-krø3v
-4kråd
-krå8da
-kråe6
-5kråk
-krå5le
-krå9m
-krå7ne
-k1sa
-k3sa.
-k2s3ad
-ks3alt
-ksa5me
-k3sane
-k4sans
-k4s3ant
-k3sar.
-k7sara
-k6s3ark
-k7sas
-k1sc
-k2sed
-k2see
-kse6ge
-k2s1ei
-k5sekt
-k5sela
-kse5lev
-ksen5to
-k4serf
-ks3erk
-k5serol
-k4sesa
-k4ses6k
-k4se3sm
-k5seso
-kses4p
-k5sess
-kses6sel
-kses8serie
-kses4sp
-kses4st
-kse6te.
-ksfø4
-k5sia
-k2sif
-ksi5ko
-ks3ind
-k3sing
-ksi7ni
-ks3inn
-k4s3ins
-k7sio
-ksi3st
-k4siti
-ks9kab
-k6s3kal
-k6skio
-ks1kj
-ks5kl
-ksko7na
-ksko5ne
-ks1kr
-ksk8u
-ks9ku.
-ks7kua
-ks8kut
-ks1k6v
-ks1l
-ksla8ga.
-ks5lo
-k7s6lu
-k8s7lug
-ks5løs
-kslø8va
-kslø8ve.
-k5s4mak
-ks4mel
-ksmå
-k5s4no
-k7s8nø
-k1so
-k6s7oa
-k6sod
-k4sog
-k4somb
-k2s1or
-k2sot
-ks1ov
-k3spal
-ks3pek
-ks5pio
-ks3pir
-kspor6t5r
-6k6s5pors
-ks1pr
-k8sr
-k3spy
-kss6
-ks3sm
-k5stad
-k4stak
-ks3tal
-ks5tant
-k7s8vak
-ks6tav
-kste4da
-ks4teg
-k3stei
-k4stek
-kst3ev
-kstev6ne.
-ks4til
-k4stin
-ks1tj
-ks1tr
-kst6ran
-ks4t5rek
-k6stren
-k6strer
-ks4tri
-ks4tro
-ks9tum
-k5stus
-ks3tyv
-k2stå
-k1su
-k6sun
-ks1v
-k9s8vake
-ksva8ne.
-ks5veg
-k7s6vert
-k5s4vin
-ks5w
-ksy8na
-ksy8s7m
-ks5ær
-ksø4ke.
-k6s3øl
-ks1å
-k3så.
-k4såp
-ksår4
-ksåt4
-6k1t
-k5ta.
-kta7f6
-k4tag
-kta6ka
-k4t3aks
-k4takt
-kta6la.
-k4t3ana
-kta9na.
-kt3anl
-k4t3ann
-k4tanv
-kt3app
-k9tar.
-k4t3arr
-k4t3art
-k6tass
-k5tast
-k6t7atl
-kt5avh
-kt5avk
-k6t3avl
-k3ted
-k4teda
-k6tee
-k4tefø
-kt5e4ge
-k2te5i
-k6teka
-kte5le
-k6t5elsk
-kt5e4lit
-ktem8
-kt7emn
-k4t3enh
-k9ter.
-kterie5n
-kterie7ns
-kter5s6
-k7tes.
-k6tesa
-k6tese
-kt5eske
-ktes6ke.
-kt5esti
-k4t5e4ta
-k4tete
-kt5evn
-ktev6ne.
-k5tib
-k3til
-k4t3ins
-k5tir
-ktis5t
-kt7i6te
-kti6v7end
-k2tja
-kt7ju
-kto9a
-kt5off
-k6togram
-k4toli
-k2tom
-kt5omf
-k2t1op
-k9tor.
-k7tora
-kt5ord.
-k5tore
-ktori9e8
-ktor7s
-kt1ov
-kt3ral
-k2t1re
-kt2ro
-ktro5s
-k2t1ru
-kt4s5amb
-kts5ar
-kt5sek
-kt7sem
-kt4s5er
-kt6sin
-kts5kra
-kt5sku
-kts4kv
-ktsle6ge.
-kt6sok
-kt4spa
-kt5spre
-kt4sta
-kts6ton
-kts5top
-kt4stå
-kt3t8
-ktu9er.
-k4tuk
-kt7und
-k2t1ut
-kt7yrk
-ktyr8ke.
-ktør7
-ktør8e
-k6t5øs
-kt1øv
-k2t3år
-ku2a
-ku9an
-ku4be.
-ku3bj
-2kud
-ku4dal
-ku4er.
-kue4r5a
-ku4et
-6kuf
-ku4f3l
-6kug
-k5u4gr
-ku7is
-kuit6
-6kuldi
-kuld3r
-ku4led
-ku4leg
-ku6lei
-ku4lem
-ku5len
-ku4let
-ku4lev
-ku5li
-ku6li.
-3kull
-1kult
-ku4man
-kumen6tal
-ku6mi
-kum2s
-3kumu
-1kun
-kund5s6l
-2k1ung
-kun4ge.
-k6unn
-ku4o
-1kup
-ku4pe.
-kup4pl
-ku7ra
-ku4rek
-ku8r7o
-ku7r6op
-kuro8pa
-1kurs
-kur6sk
-kur4sp
-kur4s3t
-kurs3v
-kur3t
-ku5ru6
-kuru9ken
-kuru7ker
-1kurv
-kur4v3i
-1kus
-5kus.
-ku7sa.
-kus5a6k
-kus5ar
-5kuse
-ku4s5el
-ku4ska
-ku7s6pe
-kus3t
-6k1ut.
-ku1ta
-4ku5te.
-ku5to
-ku6t7r
-2kuts
-1kuu8
-kuøy6
-kv2
-kva8ke
-k4vali
-k6vard
-kvari6e5n
-5k6vart
-kva9se
-kve3d2
-kve7e
-k6veil
-kvei9se
-1k4vel
-kve5la
-4k3verd
-5kvern
-kverns8
-2kves
-kves5t
-7k6via
-4kvid
-3k4vie
-kvi4ene
-kvi5er
-kvi7la
-3kvinn
-kvi5se
-7kvist
-2kviv
-1kvo
-k1vog
-6kvok
-k4vot
-k2vu
-4k3væ
-k1vå
-k7we
-k5wu
-ky5a
-ky6el
-4kyf
-kyf5le
-2kyg
-ky4leg
-2k3yns
-kyn6skjer
-ky2p1
-ky4p5r
-1kyr
-kyrie5ne
-kyr8ke.
-ky8sa
-4kyse
-ky6se.
-kyse8te.
-ky3skr
-kys6sk
-1ky4st
-kyst3a
-kys4tel
-2kyt
-ky6ta.
-kyte3s
-k1æt3
-1kø.
-kø2ar
-1køe
-kø4en.
-kø2er
-6k1øk
-kø4le
-k1øn
-køn6skjer
-k3ørr
-køs4
-kø5se
-køy7ar.
-k7øyd
-køy4e5ne
-1k6øyr
-4kåke
-kå3le
-kån8da
-kå5ne
-kå4pe.
-kå7pen
-kå9ras
-kå1re
-kå1ri
-kå2t5
-k5åt6t
-1la.
-2laa
-la1b
-4laba
-la6bl
-1labo
-2l3abon
-4laby
-4lad.
-l6ade
-la4dem
-4ladg
-ladi9e8
-2ladm
-2ladr
-lad3s4
-1lae
-2laei
-4laent
-4laep
-2laf
-la3fl
-4lagg
-lagi4
-6lagne
-la2go8
-lag5om
-la2g1r
-lag5san
-lag4sj
-2laha
-2la1in
-la5ka
-la4ke.
-4lakj
-l2akk
-la2kr
-l7aksj
-l5aksl
-4lakt
-lakterie6
-la5kø
-2lal
-l1alk
-la5mab
-4lamb
-la4mes
-la4met
-la3mo
-l8a8mu
-4l3anal
-lan2c
-lan6das
-lan6deb
-land3r
-l6a3ne
-3lane.
-4lanet
-lan6gel
-lan4gem
-lan6germ
-lan4gr
-lang3s4
-lang4s5e
-lan6g5ø6
-4lanl
-4lann
-l3anno
-la4nor
-6l5ansi
-lan5ti
-4lanv
-l3anvi
-2lao
-la6pal
-la7pi
-la8pl
-lap5sa
-lap5sen
-lap5s4i
-1l8ar.
-6l7arab
-2larb
-l8are.
-4l7area
-la9red
-la5rem
-l6aren.
-4larena
-lare6t
-la6r7eta
-5larf
-la7ria
-lariar
-lari6e7n
-4l3arki
-l2arm
-lar3n
-6l7arr
-4lart
-lar6ta.
-lar7vet
-la6sc
-la5se
-lasi9e
-la2sk
-7laskj
-4lasm
-la5smi
-4la4sp
-las6sak
-las6sam
-las6sat
-las6sel
-l6ast
-4lastr
-las3v
-la1ta
-lat5ang
-6latau
-la4teg
-lat6ek
-la4teno
-late5s4
-la5ti
-la6ti.
-4latm
-la1to
-lat7ra.
-lat9ran
-lat5rar
-lat4t5is
-lat4tra
-latt6u
-lau7a
-2laud
-laue6
-4laun
-4laur
-lau7se
-lau6st
-2laut
-2lav
-la4v5al
-la4vel
-l5avh
-lav5inn
-6lavs
-7lavå
-1law
-la6y5
-2l1b2
-lba3de
-lba4k
-lba5ke.
-lba4ne.
-l5be
-lbe9na
-lbe8re.
-l4boa
-l6buh
-lby4e
-l5bå
-2l1c
-l4ce.
-6ld
-l7da.
-ld5aks
-ld5akt
-l9dand
-lda6t5o
-lda6t5y
-l2deb
-l5den
-l2de5o
-l2dep
-l3der
-l7der.
-lder7a
-l4derek
-l6derik
-l6derklæ
-lderle9g
-lder5s6te
-lder6s5ti
-l4desh
-l6destr
-l9dé
-ldis7k
-ldo9a
-l8d5oks
-l2dol
-l4dore
-ld5ovn
-l3drak
-ld3ran
-ld5ras
-l6dre.
-ld7regn
-ld5rer.
-l8dres.
-ld1ri
-l7dry
-ld1rø
-ldse8
-ld4sek
-ld4sel
-ld4ses
-lds1k
-ld4ska
-lds4kj
-ldsla8ga
-lds6leg
-lds4let
-ld4s9m
-ld5s4om
-lds3tr
-ld6tus
-ldø2
-ldø5d
-ldø5l
-ld7øy
-1le
-2lea
-le7ag
-le3ak
-le1al
-lea5la
-3leas
-le5at
-2leb
-le4bem
-le6bosta
-5lebæk
-lec4
-2leda
-5ledar
-led4dø
-4ledeb
-le4dem
-6ledep
-le5der
-le3des
-2ledo
-3ledop
-5ledov
-le4dro
-le5dry
-led1s2
-6ledu
-4ledy
-2ledø
-4le3då
-2lee
-6leei
-6lefa
-lefa6ne.
-4l1eff
-2lefi
-4lefl
-4lefor
-4lefot
-2lefr
-l1eft
-6lefy
-4lefø
-6legap
-5legas
-3lege
-le4ged
-le9gen
-le4gera
-le9geran
-le9geras
-le4gero
-le4geta
-le4gev
-7leggi
-le3gi
-6legif
-4legj
-2le1g2l
-le4gol
-4legre
-leg3s4
-2legu
-2legå
-2leh
-6lehal
-6lehamr
-6lehan
-6lehau
-6lehave
-le3ido
-l6eie.
-lei5ende
-lei4e5ne
-l6ei8et
-leig6d
-lei4ger
-lei7ger.
-lei4get
-leig4h5
-leig6na
-leig8ne
-2lein
-le3int
-lei6r7u
-leis7t
-l6eit
-2lej
-2leka
-le4ka.
-6lekan
-lek6e
-le3ki
-2lekj
-lekk7s
-2lek2l
-2lekn
-lek4na
-2leko
-2lekr
-4l3ekso
-4leksp
-lekt5ord
-lekt4s5t
-2leku
-2lekv
-4lekø
-4lekå
-2le3la
-8l9eld
-2lele
-l3elem
-4l5elg
-5lelig
-2lelo
-3lels
-4l3elsk
-le1lu
-4leluk
-l5elv
-2lely
-4lelæ
-2lelø
-lelø6pa
-4lema
-le3me
-le8me.
-4lemet
-8lemetrisk
-8l9emn
-lem8na
-2lemo
-lem9ped
-lem5pes
-3lemr
-lem4si
-lem4s5ø
-2lemt
-lem5ti
-2lemu
-6lemy
-4lemø
-2lemå
-le4na.
-le4nal
-4lenav
-lend8a
-len9dan
-6lenden
-l6endre
-4lendri
-4lened
-4lenem
-4lenev
-l4engd
-len4g5r
-leng9u
-le5ni
-4leniv
-lensa4
-len4s5ak
-4lensem
-len5ses
-len4sta
-len4tam
-len4tr
-len8t9ra
-2lenø
-4lenå
-2leo
-5leol
-2lep
-le5pa
-le4pel
-le8p9enden
-le2p3j
-le8pla.
-le4ple
-4lepo
-4leraba
-4leram
-le2r3amb
-ler5d
-l8ere
-le9re.
-6lerea
-4leref
-4lereg
-4le9r8ei
-4lerek
-le5res
-4lereso
-4leresu
-4leret
-4lerev
-9leri.
-7lerie
-le6riei
-le7rina
-le4riv
-4l5ernæ
-le5ro.
-4lerom
-6lerope
-le3ros
-4le3rot
-7lers.
-lers4p
-ler7te
-le1ru
-4lerus
-leru8se.
-2lery
-5leryr
-2lerø
-2lerå
-5l6es.
-le4sab
-4lesam
-7lesar
-4lesau
-2lesc
-le5sed
-le4seg
-4lesek
-le5sen
-le3ser
-4leset
-4lesho
-le6si.
-4lesig
-le7sing
-les5inn
-4lesit
-4lesju
-le7skap
-le4s3kj
-6leskol
-le6sk9u8t
-4lesla
-2lesp
-6lespal
-les3s6
-lesse6ne.
-4lesta
-9lesta.
-7lestal
-le5sted
-le5steg
-le5stel
-le4stim
-le3sto
-4lestrø
-4lestyr
-4lestø
-4lestå
-4lesug
-les1v
-le5s6vi
-4le5sy
-4lesø
-5lesøy
-3let.
-le4tab
-6letak
-leta8ka
-leta8le.
-l5e4tas
-5lete.
-6letea
-4leteg
-4letek
-le5ten
-6letenk
-6le7tep
-le5ter.
-4letes
-2le3ti
-l5e4tik
-2letj
-2leto
-2let2r
-le7tre
-le5t4ri
-3lets
-let6sj
-lets8k
-let6tea
-let6tr
-lett3s4
-2letu
-le4tv
-2lety
-lety8e
-4letø
-8letå
-4leul
-2leun
-l1eur
-2leut
-le4ute
-2lev.
-le6vad
-le6valu
-le4ved
-4leveg
-4levei
-4levek
-6levern
-4le4vev
-levi6d
-lev5n
-2levo
-lev1r
-4levs
-4levæ
-lex1
-4leø
-2leå
-5lée
-1lér
-7lét.
-7lè
-5lê
-4l1f
-l4fa.
-lf5ant
-l5far
-l5fe
-lf3f
-l5fig
-l5f6in
-lf5ja
-l7fje
-l6f3nul
-l4fom
-l4fut
-2lg
-l6gaf
-lga8le.
-l4g5alt
-l4g3ana
-lga5t
-lga4ve.
-l2ged
-l4gela
-l4gele
-l2gem
-lge3na
-lge4r5an
-lge4rap
-lge5ri
-lger5un
-l4gery
-l4gesl
-l6ge7sp
-lg5g
-lgie8n
-lg1lo
-lg5ly
-lg5n
-lg3ob
-lgo2d
-lg1ok
-lg1om
-lg5ov
-lg3ref
-lgr9øy
-lg3s2e
-lg2sk
-lg5s4kre
-lgsle9g
-lg5s4tr
-lgu4l
-lg3un
-lg3ur
-l1gæ
-lg5ø
-l6gå.
-lg5år.
-lgå8va
-lgå8ve.
-8l1h
-lha8ka.
-lhav6s5
-l5hj
-1li
-li1a
-li4ala
-li2am
-li5ans
-li4as
-liba5
-libe5ro
-libi5
-libie6
-liby5e
-li4dak
-li4ded
-li4do.
-2l1idr
-lid3t
-li4ene
-li3er.
-li5ers.
-lie5s
-3lif
-4lifat
-lif5f
-3lig
-li4ga.
-li4g3an
-li4gar
-lig9art
-li8gas.
-li4g5enh
-li4get
-5lign
-li4g3re
-lig3se
-lig3s4i
-lig3sl
-lig3s4p
-lig5s4ti
-lig5str
-li2gu
-4lih
-li5kan
-li9kar
-li7kas
-li5kee
-li3ken
-li5keså
-li9ki
-likk3o
-li1k2l
-9likn
-liks4t
-li5ku
-6lila
-8l5ild
-li3le
-lil5lebe
-lil5let
-li4mar
-li4mas
-li6mate
-l6ime
-li4me.
-4limh
-limp3r
-lim7r
-lim9u
-li4na.
-4lina6l
-lin6c
-linch5
-5l4indr
-4lindu
-lind3s4
-l5indus
-li4ne.
-li3ne6a
-li6nem
-2l1inf
-lin4g3j
-ling5l
-ling7sen.
-5lingv
-4l5inju
-lin5kes
-lin5kle
-lin4kv
-2l1inn
-lin5net
-3linni
-6linns
-6l5inntr
-li4nor
-l4inse
-5linsk
-4l3inst
-4lint
-2linv
-li6n5ø6
-lio4no
-lion5sp
-lion5sv
-li5o6s
-2lip
-lipes4
-lipp4s3
-li9rar
-li4rek
-4lisak
-li5set
-lis4kl
-2liso
-4lisp
-lis6sp
-lis7tan
-lis6terk
-lis5ti
-4lis6til
-list3o
-li6s8tr
-list7rø
-lis4t3u4
-li4st5y
-listyr8ke.
-li4tee
-li4tek
-li4ti3a
-li4tid
-li4tig
-li4til
-li4tim
-liti5st
-li4tiv
-lit5j
-6litn
-li5to
-li2t1r
-lit5rer
-lit6tele
-lit6terk
-lit6term
-litt5s6
-li5ty
-7liu
-li6va.
-li4v3ak
-liv5eg
-livi5e
-liv2s3
-2lj
-l1jan
-l1jar
-l4jarb
-ljar5s6
-ljas4
-l4jed
-l6jee
-l2jei
-l2jek
-lje3l
-lj9elv
-l1jen
-l3jer.
-l4je1s
-l5jes.
-ljes4t
-l5jet.
-l4jete
-l5jete.
-l6je5t6r
-l2jev
-l5jé
-l1ji
-3l2jod
-ljo8e
-l4jom
-lj5ori
-3ljos
-lj5un
-l7jur
-lj7ut
-ljø3
-l5jøs.
-6l1k
-l3ka
-l5ka6l
-lkali9e8
-lk4an
-l6k5b
-lk4e
-l3ke.
-l2ked
-l5kedal
-l3kede
-lkeei4
-l6keh
-l5keleg
-l3ken
-l7ker.
-l4kera
-l4keri
-l4k5ers
-l4ke3ru
-l5kestad
-l5ket.
-l5kets
-lk2l
-lk4li
-l5k4lu
-l6k5nin
-l6ko.
-lko9ma
-lko9sa
-l2kot
-lkras5
-lk5ri6k
-lk4ser
-l4k3s2h
-lk1s4t
-lku4le.
-lku8t
-lk9ute
-l6kveg
-lkå1
-2l1l
-l5la6a
-ll6a5f
-l2lak
-ll1al
-l4lami
-l5lane
-ll3anl
-l4l5ano
-llans4
-ll5ansk
-ll7apa
-llap3s
-ll4as
-ll5asp
-ll5aur
-llau6re
-ll7avl
-ll5avr
-ll3d2
-lle5a
-l5leak
-lle8da.
-lle4d3r
-l3lee
-l2lef
-lle5gev
-lle5gr
-l5leha
-l5leho
-l5lehå
-l4l5eig
-l4leki
-l6l5ekst
-l4leli
-l2lem
-llen6da.
-ll5enden
-l4lendr
-l6lendt
-l4lenk
-l5l8ens
-l4lentu
-l4lenu
-ll5eple
-l6l5e6rik
-l4lerob
-ll6es
-lle4so
-lles5pr
-lle5stø
-l5let.
-l4leta
-l5lets
-llet6tele
-l8letæ
-l2leu
-ll5even
-lle7vev
-l5levå
-lle6y
-l2lé.
-ll7g2
-lli1e
-lli5e4n
-l9lig
-l2lim
-l4l3ind
-l4lins
-ll3int
-l9lint.
-l3lip
-l4lir
-lli6sen
-l4liv
-ll1j
-ll7k2
-ll5m
-llmue9ne
-llmu7ens
-llmu9er
-l5lo.
-llob5
-l2lod
-l4l3off
-llo5id
-ll5oks
-llo2m1
-llom5s6
-ll3op
-ll5opp
-l2l1or
-l4loso
-l6lote
-ll5p
-llra7n
-ll4sak
-llsa6me.
-ll4sem
-lls5end
-llsk4
-lls6kar
-lls5kv
-ll5skå
-lls5lag
-ll3smy
-lls4no
-lls4te
-lls6tig
-lls7øk
-ll3t4
-llto4e
-l8lua
-l4lu4e
-l4luf
-ll7ug
-llu4k
-l8l7uka
-l4l3uke
-l6luks
-l5lum
-l4l1un
-llun6ge.
-llu4pi
-l2l1ur
-l3lus
-l2l1ut
-ll1v4
-llva8n
-lly4se.
-l4løk
-ll5øks
-llø6pa.
-l4løve
-ll7øy.
-ll5øya
-ll3øye
-lløy6er
-ll5øy6n
-ll1å8r
-ll3å2s
-2l1m
-l5ma.
-lm3anm
-l4map
-l4marki
-lm3av
-lm7b
-l4m3els
-l4melu
-lm5e4po
-l4m5erf
-lme7ri
-lme7sti
-lme5t4r
-l5mil
-lmi8le.
-lm3ind
-l5ming
-lmini6
-lmin7ne
-lm3ins
-lm5int
-l7mis
-lm5l
-lm5m
-lm1op
-lm1s
-lms6j
-lm5s2p
-lm3t
-lmu4le.
-lm3ut
-lmyr8ke.
-l4mø.
-l6m5øs
-lm5øy6
-lmøya9
-lmå6la.
-lm5å4r
-l4m5ås
-2l1n
-l2nab
-l3ne
-lni4u
-l7ny
-lo1al
-7loane
-lo1a4r
-5loar.
-2lob
-lob5by.
-lob9byan
-lob9byar.
-lob5bye
-lo2bl
-lo2d3a
-lo3de
-lo4d3ri
-lod3s4m
-lod7ste
-lod7s6v
-lo6d5u
-6loeng
-6lofj
-3loft
-1log
-lo5ge
-lo6g5e8v
-lo4gir
-log2o
-lo3gop
-log8res
-lo6g5ro
-log5sa
-4loh
-lo5id.
-lo3ide
-lo1in
-3loja
-lo1ki
-lok4ko
-lok6kul
-2lo1k4l
-4lokon
-2lok7s4
-lok8se.
-lo1k4v
-lole6ge.
-2lolj
-lolo9
-l5omdr
-lo4m5in
-lom4mel
-lomst9r
-lo4nal
-6lond
-lo5ne
-lon4g3r
-lo4nit
-lon7skj
-2lop
-lo3pa
-lo4pea
-lop5pa
-5l4opt
-lo1ra
-2lord
-lor6da.
-lo1re
-4l1org
-lor4g5l
-lorie6
-lo1ro
-lo7rød
-lo7sa
-lo6sek
-lo4ses
-lo5sev
-los4kle
-lo1sl
-lo7sp
-2lost
-lo9tes
-lo8ti.
-lo3to
-4lottet
-lo1un
-1lov
-lov7ald
-lo3van
-lo9vand
-lo7vane
-lo3var
-lo3ve7d6
-l6over.
-love5re
-l5overn
-6l5overs
-6l5overt
-7lovo
-lov3sa
-2l1p
-l7pa
-lpa5re
-lpas5
-l4pedo
-l4pee
-l2pei
-l2pel
-l5peleg
-l3peli
-l4pelin
-l3pesm
-l4peti
-l2peu
-lp2h
-lp2i
-lpin3e
-lpi5ne.
-lp2l
-lpo6et
-l4put
-l5q
-2l5r4
-lra8da
-lradi4u
-lra6ne.
-lre4de
-lre4i
-lre8ka
-lre8ke.
-lre8va
-lri8ma
-lri4ve.
-lro8de.
-lro6pa.
-lro8sa.
-lro4se.
-lrot5s
-lrø6re.
-lrø5v
-lrå8da.
-lrå4de.
-8l1s
-l2sad
-lsag6
-ls5ald
-ls4am
-l7sana
-lsan6ke.
-l4s5ano
-l4s3ans
-ls5ark
-l4sat.
-l4scu
-l3se.
-l2sed
-l2see
-ls3eid
-ls5eig
-l4s3ele
-l4s3elv
-l2sem
-ls5emb
-l4seno
-l7ser.
-lse2s
-lses5ku
-lses3l
-lses5pa
-lses5s
-lse8s5tr
-lse4te.
-l2seu
-l6sev
-l4sf
-l2sh
-l5sig
-l5sik
-l6s5ill
-l4sim
-l5simu
-l4s3inn
-ls5jakk
-l5sjef
-ls3jeg
-ls3jen
-8lsk.
-ls5kabi
-l4s5kan
-ls5kari
-lsk5art
-l6s5ke
-lskif5
-l2s3kild
-lskinn6
-lskinns5
-ls1kjed
-ls3kjo
-l6skl
-lsk3læ
-ls3koa
-ls5kor
-ls3kov
-l4skra
-ls8ks
-lsk5un
-ls7kva
-ls3kvi
-l4skå
-ls3kåp
-lskå6pa
-l2sl
-lsla4ga
-l7slagn
-lsle6ge.
-ls5lo
-l5s4luk
-l6s5løs
-l2sm
-l5smør
-lsmå6la
-l2snu
-lsok3
-ls5ond
-lson6de.
-l2s1or
-ls7o6se
-l5sot
-ls1ov
-l2spa
-l9speg
-l5spei
-l9spel
-l5spi
-l4spr
-l5spred
-ls3pri
-l8s7s
-l4s3tak
-l4s3tal
-l6stank
-l6ste.
-ls4ted
-l4steg
-l3ste4i
-ls4tel
-ls5terr
-ls6ti.
-ls4tie
-ls6ton
-ls5tren
-l9stri
-l2su
-l5sub
-l3suk
-ls1un
-l2s1v
-ls7vea
-ls5vee
-lsve8en.
-l6s5vek
-lsve7re
-l4svik
-ls6vind
-l4sør
-l2s1øy
-l2s1å
-2l1t
-l4taa
-l4taf
-lt3akt
-l3tal
-lta4la.
-l4t3alb
-lta6lev
-lt3anl
-lta6no
-lt3art
-lta4st
-lta8tes
-lta4t3o
-ltat3r
-lt3avk
-l5tavæ
-lt9b
-l3tede
-l4teka
-lte6ma.
-lt4en.
-l4t5enh
-lt3epi
-l4teras
-l4t5erst
-ltesa8me.
-ltid6s
-l4tiet
-l2tif
-lti6g5
-l2tik
-l4tina
-lt3ind
-lt9inn
-lt3ins
-l4tivi
-l2t1ja
-ltle8ge.
-lt9n
-lto9ar
-l3tog
-lto4s
-lt3ost
-lt2r
-l3tra
-lt3reg
-lt3rei
-l6treko
-l6t5rel
-l6t7rem
-l4trens
-lt3res
-l5t4rest
-l5trev
-l4t5rit
-lt3rol
-lt3rom
-ltro8pa
-l5tros
-l4t5rød
-l5trå
-lt1s2
-ltsa8me.
-lt5s4i
-lt7s6t
-lt2s3v
-lts4vi
-lt7t8
-lt3und
-ltu4ra
-ltur5e6
-ltu5r6en
-ltu5r6er
-ltur5s6
-ltur5å6
-l2tut
-l5tv.
-ltva8la
-l3tvs
-l4t5w
-l3ty
-lty8d
-lt7øl
-lt3øv
-lua8r
-2lub
-lub6band
-lu6bri
-lu5c
-lu7ere
-1luf
-3lugar
-lu7go
-lui6
-luid6er
-1luj
-4luk.
-lu4ka.
-4luket
-luk6keri
-lu3kr
-5l6ukt
-4luly
-l4um
-lu6mel
-lu2mo
-lum6sk
-lu4mø
-lun5d4r
-lu4ne.
-lun4gel
-l7u2ni
-lun5ne
-3lunsj
-4lunt
-lu6o
-lup4s
-lu2p3u
-lur2e
-6lurei
-lu5ren
-lu5ri
-6l5urn
-lur8na
-lur8ne.
-lur8ta
-1lus.
-lusa5
-lu7sak
-lu6sel
-lush7e
-lu2s5k
-lus4o5
-lus4sid
-lus4s3t
-lus1t
-lus2t3r
-luta3
-lu3ta.
-lu7tet
-6lutf
-4lutg
-luth
-3lu5t6he
-lutla9
-lut6m
-lu1to
-lu4t5r
-2luts
-lut4tal
-lut4tap
-lut4t5at
-6lutv
-1luv
-lu4va
-lu4ve.
-lu9ven
-lu9ver
-8lv
-l1va
-l4va.
-lva6k
-l4vakti
-lva6la
-l4va4m
-l4vana
-lv8and
-l7var.
-lv7asa
-l4v5ass
-lve3d4a
-lve5i6s
-l4vela
-l4vele
-lv4en
-lve9ne
-l9ver.
-lve9rau
-l4veru
-l4vesk
-lve5sl
-l7v6et.
-lve5str
-l9vé
-l1vi
-lvi8ene
-lvi9er
-lvi6ka.
-lv9im
-lvin5g6r
-lv3iro
-lv1j
-lvly8se.
-l6v3n
-lv1of
-lv9op
-lvo8re.
-lvor4s
-lv5o4v
-l6v5p
-lvra8r
-lv9ri
-lv1s2
-lv5se
-lv7s6k
-lvs6l
-lv9ta
-l5vøe
-lv1å
-l3våg
-lvå4p4
-lvå6r
-l5w
-ly1a
-2lyb
-ly4d7r
-ly5e
-lyes3
-ly4gel
-ly5g6l
-ly8is
-2lykj
-lyk6keri
-ly5ku
-ly7kv
-6lykø
-ly5l
-ly5me
-2lymp
-ly2n3a
-ly4ne.
-ly4n5il
-lyn3s2
-2lyo
-ly5ok
-ly3pe
-ly1r8
-ly8ra.
-ly6re.
-6l7yrk
-ly4sa.
-ly4s5a4k
-lyse6te.
-lysk4
-lys3kj
-lys9kl
-ly2s1l
-4lysp
-lyst9ra
-6lysy
-ly8ta.
-4lytek
-ly4teri
-lyte5s
-l5y4tin
-ly1tr
-ly3ve
-l3z
-l6z5b
-1læ1
-læ6ra.
-læ5rar
-lær4arm
-læ4re.
-lære3i
-læ3rer
-læ4re3s
-læ5res.
-lær6sv
-læ6ta
-1lø
-lø3de.
-lø4del
-lø5dem
-lø4er
-løk5kj
-4l1økn
-2løko
-lø4k5r
-l5ø6l
-lø9me
-lø2na
-løns5t
-løp6s5
-5l4ørd
-lør5k6
-lør5n
-4l5ørr
-5løs.
-lø2sa
-lø5san
-lø5ser
-løs3k
-løs3s
-2løt
-lø9ta.
-lø3te.
-lø4teg
-løva9r
-6l7øv8d
-lø4ve.
-lø3ver
-lø5ves
-6løy.
-4løya
-2løyd
-4løye
-løy8ed
-løy5el
-2løyf
-løy4g
-løyg5e
-4løym
-6l5øys.
-løy5ter
-lå6gal
-lå6gre
-lågs4
-lå4gå
-2låi
-lå1k4
-lå6ke.
-lå9me
-lå2m5o
-lå2n
-6l5ånd
-lån2s1
-2låp
-l1åp9n
-2lår
-lå8ra.
-lå9rar
-lå5ras
-lå3rin
-lå1ru
-lå6sa.
-lå1sk
-lå6sko
-lå4s5l
-lå4ste
-lås7ten
-lås5ter
-lå5su
-lå3te.
-lå4teg
-lå4tek
-lå8ti.
-4lått
-lå4ve.
-1ma
-2maa
-3maa.
-ma3ar
-2mab
-ma5br
-ma3che
-mada5me
-ma4del
-ma3dra
-m6ad9s
-4maef
-4maek
-7maene
-2ma1f
-3mafia
-3mafr
-6mafrå
-ma8ga.
-ma4ged
-ma4gel
-ma4ges
-3magn
-ma2gr
-2mahe
-ma4is
-ma4ja
-2mak.
-ma5kab
-4makad
-ma4kes
-mak7ke
-4makl
-mak6le
-ma4kot
-mak2r
-ma3kre
-mak5ron
-mak4tal
-4m3akti
-mak4to
-makts4t
-ma1ku
-2ma1kv
-ma1la
-ma7leb
-ma6leng
-ma4let
-mali9e8n
-mal5l
-ma4lov
-mals4
-mal4t5ek
-mal3u
-mal3å
-4mamer
-ma3mo
-m4an.
-ma3nak
-m3anal
-6manam
-4manav
-man8ce
-man4dom
-man4don
-ma3ne
-m4anf
-man5g4a
-m6ange
-4mangr
-mania8
-2manl
-m3anle
-4manm
-5m4ann
-man4nem
-manns5l
-ma4no
-2mao
-4mapa
-2mapr
-4marb
-mar5d6
-7mare.
-6mareg
-ma3rei
-ma7rel
-5ma9ren
-ma5res
-3mar4i
-mari8e9ne
-ma3rin
-m4arka
-4markit
-mar4kv
-mar5m
-marmo9ra.
-mar7n
-ma1ro
-ma4ro6p
-mar3s4h
-mar7sl
-mar5te
-ma4ry.
-ma6rå
-4masel
-ma5set
-mash3
-ma4sia
-ma4sik
-ma4sis
-6masju
-mas4ki
-4masko
-4masp
-mas4see
-mas6set
-massø9
-7mast.
-ma5stem
-4masto
-4ma5str
-2masy
-m6at
-ma1ta
-ma5tad
-ma3te
-ma4te.
-ma6ted
-ma4tel
-7maten
-7mater.
-6matera
-7matet
-6m7atfe
-4matil
-7matil.
-ma1to
-ma1tr
-4matra
-ma4t5ras
-ma4t3re
-ma6t7rom
-mat3s2
-mats8l
-mat5ta
-m8at7t8r
-2mau
-mau4k
-mau7l
-ma1un
-5maur
-mau7su
-2mav
-ma6ve.
-ma5ven
-m7avh
-m5avk
-ma4ze
-ma3zo
-2m1b
-m4bao
-mbar3d
-m2bea
-m4beb
-mbe9da
-m4bedø
-m2bef
-m2bek
-m4beli
-m2bem
-m4bena
-m4beo
-m4bereg
-m4bero
-mbet2
-mbi6ar
-m2bib
-m3b4l
-mboe2
-mbo4end
-mbo5er.
-mbo5ere
-mbo5id
-mbo5n
-m4bop
-mbo5re
-mbo9t
-mbu7ar.
-mbu4e
-mbue7re
-mbus5
-m1c
-m6co
-2m1d2
-m3de
-md7om
-1me
-2mea2
-me5al
-mea5m
-2meb
-2mec
-meck4
-4medat
-2medb
-5mede.
-me4ded
-med5ei
-me7den
-me7det
-4medf
-me3di
-4medik
-4medir
-2medm
-me6dok
-4medom
-2medr
-me6dret
-med1s4
-4medu
-me6dun
-me5d4us
-med5v
-7medve
-2medy
-4medå
-me7e
-2meef
-6meek
-2meel
-4mees
-4meev
-2mef
-m3eff
-6me2ga
-me7gal
-2megr
-2megu
-4meh
-mei2e
-meie5n
-m1eig
-me3ild
-me3ind
-mei5ni
-me7isk
-4meiso
-2mej
-4meki
-4mekj
-2mekk
-me2k1l
-me3kn
-4meko
-2me5k8r
-4meks
-mek5t
-6mekte
-m2el
-4mela
-me5l4aks
-5melane
-5melar
-me3le
-me4le.
-4meled
-4melei
-4melek
-6m5e6lem
-me4l5eng
-4melik
-4melis
-4melit
-4meliv
-mel5le
-mello6m3
-4melok
-4melov
-mel4si
-mel2s3j
-melsk4
-mel5s4t
-mel7tr
-me1lu
-mel5v
-melvi6
-2mely
-2melæ
-4melø
-4me5l4å5
-2mem
-me6mo.
-4m5enga
-men5k
-menle6ge.
-m6enn
-men4ny
-me4nom
-me4nor
-men4si
-men3sm
-men5spl
-men5te
-men6tek
-men4tom
-men5tr
-me4nyt
-2me3o
-me6os
-2mep
-5mer.
-me6rab
-4merad
-me4ra5l
-me4r5ant
-mer5di
-4mered
-4mereg
-4merei
-4merek
-4merel
-me6rense
-me3res
-4meress
-mere6t
-m4eri
-4me5rib
-meri5ke
-5merin
-merle7g
-mer9n
-mer5os
-5mers
-mer5sk
-me3run
-mer5und
-4merus
-2mery
-me2r3ø
-2merå
-me4råk
-5mes.
-2me5sa
-4me5s4h
-2mesj
-2me1sk
-mes5ke
-2me1sl
-mes6le
-4me3so
-2mesp
-5mess
-7mest.
-4mesta
-5meste.
-mes4ti
-6me7sto
-mest3r
-me5stro
-6mestrø
-4mestrå
-4mestu
-4mesu
-2mesy
-2mesø
-4metab
-4me9tap
-me4tar
-me3te
-4meteg
-4metei
-4metek
-4metel
-4metep
-4metil
-2metj
-4meton
-me4t3ra
-me4tre
-met5ren
-met7rer
-met5res
-met5rik
-me4tru
-4metræ
-2metu
-4metv
-2mety
-2metø
-4metå
-2meu4
-7m4eu3s
-2mev
-meva8n
-2meø
-2meå
-2mé
-2m1f
-mfa9ra
-mfar8ta
-mfav5
-m2fek
-m6f3ess
-m4fi.
-m4fibr
-m2fit
-m5fru5s6
-m5funn8s5
-mfu6se.
-2m5g6
-m4ga.
-m4gi.
-mgå8va
-mgå8ve.
-2m1h
-mhea4
-m4hu.
-1mi
-mi1a
-5mi6al
-mia2n
-9miane
-7miar.
-2miav
-mi6c
-miche6l
-8m9idé
-2midi
-mid5j
-mid3s4
-mid4t
-4mi3ele
-mi3er.
-mie9s8
-2mi5f
-5migraf
-2mih
-2mii
-4mij
-mik6h
-4mikj
-2miko
-mik5ro.
-mik5ron
-mik5sa
-6miku
-mi4la.
-mile6t
-mil7eti
-mi4lev
-mi7li
-4milin
-mil6s5v
-4milæ
-2mim
-mi8ma.
-5mimo
-m7imp
-mi4na.
-mi5nar
-mi4ne.
-mi4n5ers
-4m3innh
-4m3inns
-6minnt
-min2s
-min3sp
-mins4t
-mi3nu
-m4inv
-mi4n5y
-mi7ov
-2mip
-4misa
-mi4san
-mi3se
-4misek
-4misel
-9misé
-misha9ge
-4mi7si
-mi2sk
-mis4ko
-mi3s4la
-mis9le
-7mism
-mis4s5k
-mis4s7p
-mista9k
-5mis7te
-mis4tra
-4mistu
-2misy
-4miså
-6mita
-mi3te
-4mitj
-4mito
-2mit6r
-mitt3s
-mi5ur
-2miv
-mi5vå
-m6ja.
-m6jan
-m5jar.
-m7jarn
-2mje
-m7je.
-m1ji
-m8jingan
-m8jingar
-8mjo
-mju7ke
-1mjø
-mjøs5t
-2m3k2
-m4ko.
-mkro5
-mku6le.
-mkå8pa
-4m3l
-m7la
-mla6ga
-m2lef
-mlei5er.
-m2lek
-m2lel
-m2lem
-m4lera
-mle6se.
-m4lesk
-m6le5s8v
-m4leta
-mle4ve.
-ml6i
-ml5ja
-mly6se.
-mlø6pe.
-mløy3
-2m1m4
-m6mai
-mma5kl
-mmal5
-mma8le.
-m4mam
-mmando5
-mman6dol
-m5mar
-mmar7in
-mmar7o
-mmatik7ka
-m4medø
-m2meg
-m2mei
-m2me3k2
-m4melu
-m6meni
-m4menu
-mmer5t
-mme4run
-m2me1s
-mmest6
-m5met.
-m4meta
-m4meti
-m4metra
-mme5t6re
-mme3u
-m3mé
-m4mia
-m7mian
-m2mib
-m4mid
-mmie6n
-m2mik
-mmi5sk
-mmi5so
-mmi3st
-mm5n
-m3mu
-mmø2
-mmå8la.
-2m1n
-m2nee
-mn7eid
-m2ne9l
-mne4ra
-m5nese
-m4nesk
-m4nesta
-mnes9tie
-m9net.
-m4nete
-m2nev
-m6nip
-mn7sk
-1mo
-3moa
-mo2ar
-4moba
-5mode
-mo3dem
-mo5di
-mo6di.
-2mody
-3moe
-mo4en.
-m1off
-mofo6bi.
-mo6gi
-5mogl
-mo5go
-m5ogs
-4moh
-2moka
-mo8ka.
-mo8ke
-mo1ki
-mo6la.
-mo3le
-mo4le.
-mo7le6s
-4molt
-mo3ly
-m5om.
-4momf
-2momr
-mom4s5ø
-mo5ne
-mo4nisa
-mo2no
-mon1s
-mon4ste
-mon5t6
-2mop
-5mo1ra
-mo4ra.
-mo4rar
-mo7rar.
-mor5d6e
-4mordl
-mor6d5r
-mo3re
-mores7
-m2ori
-mo4ri.
-mo6rid
-4m3o4rie
-mor4kl
-morla8ga
-mo5rok
-mo4rom
-mor4si
-mor4skj
-mor7sky
-mor4sp
-mo1rø
-mo9sen
-mo2s7k
-mos4o
-6mostab
-4motap
-mo4te.
-mo6te6g6e
-mo4tei
-mote7kl
-mo5ter.
-mo4tes
-mo5to
-4motr
-mot7re
-mot1s2
-6motsagd
-motsva5
-mot7t
-mour5
-3mo3va
-mo5w
-8m1p
-m4pana
-m4p5anta
-m4pee
-m4pelot
-m6pena
-m6pep
-mpera8te.
-mpe5res
-m6peress
-m4p5erfa
-mperi6e7n
-mpes2
-mpes6te
-mpe4sti
-m5pett
-m2pe5u
-mp3id
-m4pinje
-m8pla.
-m3p4lan
-mp5le.
-m6p5lin
-m6p5n
-m6p5ob
-mpoe4
-m4poeta
-m4pog
-m6pok
-m2pop
-mp3opp
-mp1p8
-mp3rad
-mp5ret
-mp3rop
-mpro8pa
-mp1s
-mp3sek
-mps4p
-mp5s6t
-mpun6ge.
-m9pur
-mp5ut.
-mp5ys
-mpø5
-m9på.
-m3q
-2m1r6
-mro8sa.
-mro6se.
-mru7te.
-mrø9de
-m9rår
-6ms
-m5sa.
-ms1ak
-ms5ant
-m1sc
-mse5lu
-m9s6ei
-m4sem
-m4s3eng
-ms5e4pl
-m4serv
-mse5s
-m5s6etn
-mse6t7jare
-mse8t9jas
-msi6e
-ms4ing
-ms3inn
-m4s5ja
-ms5kab
-mska9k
-ms6kin
-msk5ing
-ms3kor
-msk8u
-ms3lan
-ms6lega
-ms9lua
-ms3lue
-ms4ly
-m2sm
-m1s2n
-ms9ne
-ms5no
-ms3næ
-m1so
-m4soms
-ms3ori
-ms1ov
-ms3s2
-m4s3tal
-m8s7te.
-ms7tea
-ms2ti
-ms5tilb
-ms3tim
-m1sto
-m4s5top
-m5s6topp
-mst5ord
-m8strand
-m5strane
-mst5red
-ms5tref
-mst5ren
-ms5trik
-ms4tru
-ms3unn
-msu9ta
-msu7ten
-ms1v
-msva9ra
-msva5re
-m3s4vet
-ms3ynd
-msø4ke.
-m4s5ør
-ms1øy
-ms1å
-2m1t
-m3ta
-mt4b
-mtbe6
-m2tee
-m2teg
-mteks7
-m6te7kv
-m4tel
-m6testu
-mti9a
-m9tida
-mti5e
-m6tien.
-m6tif
-m2tik
-m6tini
-m4tiø
-mtiør6
-m5to
-mt4r
-mt6ve
-mt4vin
-mtå5
-1mu
-mu6a
-m1u2b
-mu2e
-mu3el
-mue7r
-mues1
-2mug
-mug5l
-mu4he
-mu2k
-8m9uka
-4m1uke
-mu5la
-mu4leg
-mule6s
-mull2
-mull6s7
-mul6tiv
-4muly
-7mum
-mu3mi
-mum2s
-mun2c
-munes6
-4mung
-mun6ge.
-6m5univ
-mun3k
-munn5s6
-mun4t3r
-mu6ra.
-mu4re.
-2murn
-murs4
-6murt
-m2us
-mu4se.
-mu4ses4
-mu4sé
-mu2s3k
-muske6l5a
-must4
-mus5tan
-2mut
-3mu1ta
-mu8ta.
-mutsa8la
-mut7t6r
-2m1v
-mvak5t
-mva6la
-mvari6
-mveg5s4
-mvi7e6
-mvi6se.
-2mw
-1my
-my5a
-myg4ga
-my3ke
-myk4kes
-myk3l
-my8kr
-my2ra
-my9ran
-my9rar
-my1re
-my4re.
-4myrk
-m5yrke
-my4r5u
-mys3
-my6sa
-my4se.
-my4so
-my4te.
-mytt6s5
-5mæ
-mæ6la.
-1mø
-møb3l
-mø7des
-mø6e
-mø9ens
-møkk6a
-m3økn
-2møko
-mø6na
-mø4ne.
-møne9s
-mø8nest
-6m5ønsk
-mø2o
-3mørke
-mør4k5r
-mør5sm
-mør3ø
-mø5se
-7møt
-mø9tas
-mø4tere
-møt9t
-2møy
-møy9ar
-m5øys.
-1må
-2må.
-må5a
-6måenh
-må7g2
-må1k
-må4ka.
-må4ke.
-må4kes
-m6ål
-må5lar
-må4le.
-må6led
-måle3i
-målø6pe.
-må4ne5s6
-må9nese
-må8pa.
-må4pe.
-må7pl
-2mår
-måra6r
-må1re
-må1ro
-må1ru
-må1s4
-må6tak
-6måtf
-må5tr
-må3tø
-1na
-na6ans
-2nabo
-7na7bortr
-na6bot
-4naby
-na4ded
-na8dem
-nadi4
-n3adop
-nad2s1
-4nadv
-8naf
-n1aff
-nafo7r
-na3fr
-naf7t
-na8ga.
-na3ge
-4nagen
-nag3s4
-nagså5
-na7gø
-6nah
-4nair
-2nak
-n6akk
-nak7ka
-nak6ko
-5nakl
-na1kr
-n1aks
-nak8sa
-nak8se.
-8n1akt
-nak6ta.
-na7kv
-na9lag
-na6lare
-6nalarv
-na7leg
-na4l3ei
-na4lek
-nal5epo
-na4les
-na4l5ett
-na4lev
-nal5g
-nal6ge.
-na4lil
-nal6lag
-nal4løp
-nal3op
-nal5s2
-nal3t
-na3lur
-2naly
-na2l5ø
-4nalå
-na3lå5r
-5nam.
-na7mere
-na5mes
-na5mo9
-5nams
-2namø
-9nan.
-4nana
-n3anal
-n6ane
-nanfø8
-4n5angr
-nan5k
-nan6ke.
-4n3anl
-6n5anle
-nan4ne
-na4n5o
-n4n5ans
-nan4sin
-nan4skj
-nan4s5t
-4nany
-na7o
-na5pe
-nape4s
-nap3s4
-n4ar.
-na4rap
-2narb
-nar5dr
-4narea
-nar7ei
-4na5rek
-nari4e5n
-7nariksk
-4narkiv
-6n5armé
-6n5arme
-nar8ma.
-nar5s
-nar8ste
-2nart
-nar6ta.
-nar5ti
-nar7v
-nar5ø
-nasa3r
-na4sas
-nas7h
-8nasik
-na4ski
-na2s5t4
-nasta5
-8nasu
-na1ta
-nate8k
-na7tem
-4natl
-4natom
-natori5e6
-nat8ra
-nat3sp
-nat6tak
-nat6tea
-naty5
-2nauk
-naus6p
-na6va.
-4navd
-6navf
-2navg
-2n3avh
-na1vi
-4n5avk
-4navl
-nav4les
-3navn
-6navo
-4navr
-n1avs
-4navt
-4n1b2
-n5ba2
-nba3d
-nba9ser
-nben4s
-nbo5et
-n6buf
-n6butr
-nbyr5
-nbø9le
-nbø6n
-n1c
-n5ca
-ncel5
-n3che
-nch3ei
-n6cot
-n2cy1
-6nd
-n7daa.
-n6dabi
-n4dad
-nda5f
-n7dag4
-ndags5
-n4daks
-n3dal
-n4dalf
-n4d5all
-ndals3
-n4dark
-n6d3art
-n8dask
-nda5tal
-nd5d4
-n3de.
-nde5a
-n2deb
-n2ded
-n5defi
-nd1ei
-nd4ein
-nd6ek
-n4dekl
-n4deko
-n5d4e5l
-nde4le.
-n4delik
-ndel4sk
-ndel4st
-n2dem
-n5dem.
-nde5mo
-n5den.
-n6dener
-n5dens
-n2de5o2
-n2dep
-n4derab
-n4deras
-n4derei
-n4derim
-nd6erk
-nderla6ga
-n4desi
-n4dest
-n4desu
-n1dé
-ndi4en
-n4d3int
-ndi6sk
-nditori5
-nditorie6
-ndit4t5a
-nd3jer
-nd1ju
-nd5k
-nd4lem
-nd4lese
-nd4lest
-nd4lev
-ndo9a
-n6dob
-n6d5okk
-nd4om4s3
-n2doo
-nd1op
-n2dor
-nd3org
-nd5orm
-n6dote
-nd5rae
-n4d3ram
-nd3ran
-nd6rek
-ndre4ra
-nd5resen
-nd5rett
-nd1ri
-n1dro
-nd4sag
-nds3ak
-nd4s5amb
-nds5elv
-nds5ende
-nd4ser
-nd4sje
-nd4skj
-nds7kul
-ndsla6ga
-nds6lett
-nd7spu
-nd3s4te
-nds9teg
-nds5trek
-nd5stry
-ndta6ka.
-n6duf
-ndu3is
-n4dun
-nd3ung
-ndun6ge.
-n2dup
-ndu6si
-ndus7k
-nd7v
-n2dyg
-ndy1k
-n2dys
-ndy5sp
-ndø5l
-n2d1øy
-1ne
-2nea
-5neae
-nea4g
-ne7a6le
-ne5alp
-ne5als
-nea9m
-ne9a8r9an
-nea9ren
-ne1as
-6ne7av
-2neb
-3nebb
-4nebe
-ne4ble
-neck5
-2neda
-3nedal
-ned3d
-6n5eddik
-4nedeb
-4nedeg
-4nedel
-5nedg
-ne4di.
-nedi4s
-2nedo
-ned5over7
-ned1r
-ne6dre
-5neds
-ned3st
-6nedu
-4nedø
-ne5dår
-4neeg
-4neei
-2neek
-5ne4e4r5
-2nef
-n1eff
-n5eft
-2neg
-5negati
-ne3gla
-neg5lesp
-neg8r
-6negru
-6neh
-2nei
-n2eid
-nei8dan
-n5eig
-n2e1in
-n3eini
-5neir
-2nej
-2nek
-ne4ka.
-6nek2l
-ne3kn
-nek2r
-nek5rin
-n7ekser
-nek5t
-4nela
-nel3de
-4neled
-6nelegg
-7neleggj
-4nelei
-nelei5er
-4n3elem
-6nelê
-4nelid
-4neliga
-4nelis
-4nelit
-4neliv
-nel4lov
-nel7s
-2ne1lu
-4nely
-2nelæ
-2nelø
-nelø8pa
-4nelås
-2nema
-4n3emb
-4nemel
-4nemer
-6nemes
-2nemi
-nemie8
-6nemj
-nem6k
-5nemn
-nem5ne.
-nem7nel
-2nemo
-2nemu
-2nemy
-2nemø
-2nemå
-3nen
-4nena
-nen5at.
-6n5en6den
-6nendr
-nene4
-4nened
-4nenem
-ne3nes
-4nenesl
-4nenet
-nen5eta
-4nenev
-nen4ga.
-4n3enhe
-6nenhet
-4neni
-nen5se
-nent5ei
-6n3en5tr
-4nenu
-4neny
-4nenæ
-2neo
-5neo.
-ne5o4r
-7neos
-2nep
-ne5pe
-3n4er.
-4nerad
-6nerap
-3nerb
-4nerea
-4nered
-nere6de.
-4neref
-4nereg
-4nerek
-4nerent
-4nerep
-ne5res
-4neress
-4neresu
-4neret
-4nerev
-4nerfar
-4ner2g
-ner3ga
-ner3ge
-4ne3rib
-4nerik
-4nerit
-ne4ri9v
-5nerl
-nerla8ga
-n3erob
-6neroc
-ne7rof
-ne5rok
-4nerom
-ne5rot
-ne1r4ov
-n6ers.
-ner7se
-ner5s4i
-ners4p
-ners8ten
-4ne3rul
-ner5un
-2nery
-3neryr
-4nerør
-2nerå
-2nesa
-ne4sa.
-5nesar
-4nesc
-4nese
-6nesek
-nes6er
-5nesets
-nes5eva
-ne3si
-nes5ind
-4nesit
-2ne5sj
-ne5skam
-4ne5skar
-nesk4e
-4neski
-5neskins
-4neskj
-4ne5sko
-4neskr
-6nesku
-2nesl
-ne3sli
-ne7slø
-nes6mi
-6nesn
-ne7snø
-2neso
-3nesot
-2nesp
-nes6sam
-nes4stu
-5nest.
-4nestas
-nes9tas.
-nes9te.
-4nesto
-nes5tor
-4ne3str
-4nestu
-4nestø
-2nesu
-2ne1sv
-nes8va
-6nesy
-4nesæ
-5nesøy
-4ne5så
-neså5re
-3net.
-2neta
-4netaks
-neta6le.
-ne3te
-5nete.
-4ne3ti
-6netid
-2netj
-2ne5to
-6netom
-2net4r
-3nets
-net5s4p
-nett3a4
-net6tel
-2netu
-ne4tv
-4nety
-4netå
-netå5ker
-2neu
-neu1r
-ne5us
-ne6va.
-ne4ve.
-6ne8vent
-5nevik
-nevi8sa
-3nevn
-nev1r
-ne4y5t
-2neø
-4neå
-1né
-4néb
-4néd
-2néf
-6néh
-2nél
-4ném
-6néo
-2nép
-5nér
-4név
-4néå
-4n1f
-nfall4
-nfalls5
-nfan5t
-n6foa
-n4fob
-n4fole
-n4fom
-n4fora
-nfor9en.
-nfos4
-nfø5des
-nføy8ed
-6ng
-n8g8ad
-n4gaf
-n6gag
-ng1ak
-ng5and.
-n8gan8da
-ng3ank
-n4g5arm
-n4gart
-ng5art.
-n5garta
-ngar5u
-n2gat
-ng5ato
-nga4ve.
-ng7avi
-ngd4
-ng4ded
-ng4del
-ng4dep
-ng3dr
-n4geda
-n4gela
-n3gen
-n4gena
-n7gene
-n4g3eng
-n6geno
-n4genu
-n3ger
-n4geret
-nge5run
-n2ges
-nge3sl
-n4geta
-n2ge7v
-ngfø4
-ng5g2
-ng5id
-ngjen5g
-ng1l
-n5glem
-ng4lu
-ng7n
-ngo4d
-ng5odd
-n7goe
-n3g4ok
-n8g7o8m
-ng9ome
-ng5ond
-ng7o6pe
-n2gor
-ng5ord
-ng3ork
-ngos6p
-n2got
-ng3ra.
-n5grad.
-ng5rand
-ng7rea
-ng3reg
-ng3ren
-n4grend
-n4grer
-ng5rest
-ng3ret
-ng3rev
-ng3rid
-ng3rin
-ng7ro.
-ng9roa
-ng7roe
-n5g6ros5
-ng3råd
-ng8sa.
-ngs5elv
-ng4sem
-ng4ses
-ng2sj
-ng2sk
-ng6skj
-ngs7leg
-ng5sløy
-ngsmå6la.
-ngs3ne
-ngs7tep
-ngst5rid
-ngstyr8ke.
-ngs9tør
-ng3und
-ngu5ru.
-ngvi4s
-ng5ye
-n1gø
-n2g1øy
-ngå8va
-ngå8ve.
-4n1h2
-nhat5
-nhet4s
-1ni
-ni1ak
-ni1a2n
-nian5dep
-ni2bl
-4niby
-4nibå
-4nicr
-n8ida
-ni4del
-ni7dele
-n5idé
-ni6do
-nid7r
-nids4
-nid5st
-4nieg
-ni1el
-7ni3e2n
-ni3er.
-nie5ri
-ni7ers
-ni5ert
-4n3i4fr
-ni5gla
-ni9glo
-2nih
-8nij
-ni3ke
-2nikj
-4ni5ko
-2nikr
-4nikv
-ni5l4i
-5nilu
-4nimar
-4nimas
-4nimo
-2nimp
-ni6n7al
-2n1ind
-4ninf
-ning3o
-nin5gr
-ning6s5
-ningse4
-nings5te
-2n1inj
-n1inn
-4ninnb
-4ninnh
-4ninns
-4ninnt
-2n1ins
-2n1int
-2ninv
-5nio.
-nion2
-nions3
-4niop
-7nios
-4ni5ov
-ni4pet
-ni9pet.
-ni9pets
-ni2pl
-nip3li
-nip5si
-4nir
-nir7kel
-4nisem
-ni5set
-nis5im
-4ni3skj
-nis4k3o
-ni9sol
-niso5ne
-niss4
-4nistas
-6nistat
-nis5tik
-4nistil
-ni3str
-4nisty
-4nistø
-6nisu
-6nisy
-n4it
-ni3ted
-6nitj
-ni4tog
-ni4tos
-nitt4r
-nitt4s3
-nitt6sk
-4nitu
-ni3ty
-nit5z
-nitær6e
-2niub
-ni4umf
-2niut
-4niva
-2nive
-niv5ei8
-4n5ivo
-niv3s2
-6niå
-4n1j
-n6jah
-njav9
-n2jed
-n5jede.
-n4jee
-n6jei
-n2je1s
-n3jes.
-n2jet
-n3jet.
-njet6r
-n5jett
-2nk
-n1ka
-n2kak
-nk3aks
-nkal5l
-n2kau
-n4kedo
-n4keer
-n4keh
-nk5eie
-nkel5s
-nkelt3
-n4k5enh
-n8keno
-n4k5erfa
-nker4st
-n4ke1s4
-n6ketø
-n1ki
-n4kid
-n4kie
-nk3ier
-nk5ind
-nk7inf
-nk3inn
-nk7int
-n5kj
-nk1k4
-n1kla
-n5k6lang
-n7k4lis
-nk3lok
-n1klu
-nk3ly
-n3klæ
-nk1lå
-n1knu
-n1kny
-n3ko
-n4kof
-nkofi8
-nk5oks
-nko5le
-nkol4la
-n6kot
-n6kov
-n1kr
-n3krav
-nk1s2
-nk4tak
-nk6tal
-nk4tin
-nkt3sk
-n1ku
-nku4le.
-nkuri9
-nkurie8
-n4ku6t
-nk9ute
-n1kv
-nk3ve
-n7kvit
-n6kvo
-n9ky
-n1kø
-n1kå
-nkå6pa
-4n1l
-nland9a
-nland6se
-n5le
-nlei7er.
-nle8ma.
-nli4en.
-n3lj
-nlu4e
-nly6de.
-nly6di
-nly4se.
-nlø6pa.
-n7lå
-4n3m
-nma4le.
-nmik3
-nmi8l
-nmini6
-nmo6se.
-nmusik7k
-nmå6la.
-4nn
-n2nad
-nn5ad.
-nn9aft
-nn5air
-n6n1ak
-n4nala
-nn5alg
-n4name
-nn4an
-nn5ana
-n9nane
-nna8ni
-n4n5ank
-n5nanl
-n6n7anta
-n9nar.
-n4nari
-n6nasi
-n4nask
-n2nat
-n2nav
-nn3avl
-nnbo9e
-nnbu9e
-nn5d2
-nndø4
-nndør3
-n5nea.
-n5neap
-n5nebar
-nnebe8r
-n5nebu
-n4nedi
-n2nee
-n6nef
-nn1ei
-n3neke
-n4nelo
-n3n4en
-nne6nat
-nne4n3o
-n9ner.
-n4nerel
-n4nero
-n7nes.
-n6nesj
-n5nes4la
-n4ne3st
-n5n6et.
-n4nesø
-n4nete
-n2nev
-n2ney
-nn3g2
-nnhø8re.
-n4nid
-nn3ide
-nni3e
-n2nim
-nn7inf
-n5nis
-nni4sj
-nni4s3t6
-nn7k2
-nnle6ge.
-nnlø6pe.
-n4no.
-nn5of
-nno2m1
-nn6oms
-nnomsy8na
-nn1op
-n2n1o4r
-nn7ord
-n4n3o4ve
-nn9r
-nnsa9ka
-nn4s5amb
-nns5and
-nns3ar
-nn5seg
-nnsei8g
-nn4s3em
-nn6s5enk
-nn4s3es
-nnse6te.
-nnsi7da
-nn4s3in
-nn4s5i6s
-nn6s5jak
-nns5kan
-nn5s4kli
-nns5op
-nns3or
-nnst6
-nn6s5tab
-nns5tal
-nns5telt
-nns4ten
-nns5tep
-nns7tin
-nns5top
-nn6s5tre
-nns5tro
-nns3tv
-nn4s5ul
-nns3va
-nn6s5vo
-nnsy8na
-nn2sø
-nns3øk
-nn3så5r
-nn7t4
-nnte6se.
-nnto9ga
-nnu1i
-nn6ung
-nn1ut
-nnvi4s
-nn1yn
-nny4t
-nn7øk
-nn1øv
-nn1å
-1no
-noa4g
-no1ak
-5noane
-no7ar.
-2nob
-nobe4l
-no4bl
-nob5le
-no3b4r
-no5co
-nodi4e5n
-3noe
-4noef
-4noei
-4noek
-4noent
-2nof
-n1off
-3no3ft
-n6ogra
-no5id
-no3in
-2nok
-no1ki
-nok8r
-nok6se.
-n3oksi
-no9le
-2nolj
-no6mid
-no6mik
-no4mil
-4nomj
-nom9m
-nom7s2
-5nomy
-non1s4
-non5t
-2noo
-2nop
-n1opp
-no1r4a
-no5ran
-no5rar
-no5ras
-nor4da
-nor6d5end
-4nordn
-nor4d5r
-nord3s4
-nor4dø
-no9ree
-no3rek
-no3ren
-no7ret
-nor5g
-3norge
-norges5
-n3o4rie
-7norit
-4nork
-nor6kla
-nor6kle
-n4orm
-normlø7se
-nor2s
-nors6ka.
-no3ræ
-no4sel
-no4ses
-nose8te.
-4nosp
-no3stj
-nostra4
-2nosy
-no4ta.
-no4te.
-note5i
-5notek
-no4tel
-no4tes
-not3s
-4noty
-4nou
-no1v
-no3ve
-4no5vi
-4n5ovn
-7nó
-6n3p2
-n5pe
-npo8ta
-n4påk
-n3q
-2n1r2
-n9ra
-nra8na
-nra8sa
-n3re
-n4reb
-nrei7e
-n6renem
-n6reo
-n6ri.
-nro6de.
-nro6t
-nry6
-nrå8da
-6ns
-n1sa.
-ns1a4d
-n5sag
-n5sakk
-n5sa4kr
-ns3aks
-nsak6se.
-6n5akti
-ns5akv
-n3sala
-ns3ald
-n6s5alp
-n5sane
-n4sanf
-n5s6ann
-n5sanse
-ns5ansi
-ns5ant
-n5saren.
-ns6arm
-n6sart
-n4sati
-n1sch
-n3sco
-nse9a8l
-n2sed
-ns5edd
-ns8ede
-n2see
-nse5ei
-nse6er
-n6sef
-n2seg
-ns5ege
-nsei6d
-ns5eie.
-ns9eig
-n4seks
-n4s3elv
-n2sem
-n5sen.
-n5sene.
-n4sener
-n9senes
-n4senet
-n4seni
-n7sens
-n3ser.
-n4sera
-nseri7e6
-n4sesa
-n4sesi
-n4se3sk
-nse3sl
-n4ses4p
-n4sest
-n6sesu
-n4se3s4v
-n4sete
-n9sets
-n2seu
-ns5fr
-n2sh
-ns3ha
-ns7he
-ns5hi
-nsi5de.
-nsi4ent
-nsi6er.
-nsin5d
-n3s4ing
-ns3inn
-n4sinte
-nsi8ra
-nsis7k
-ns3jak
-n4sjav
-n5sjef
-n6s5jord
-n4skan
-n6s5kauk
-ns7kele
-ns4kete
-n9skim
-ns5kir
-n5skis
-n6skja
-n6skjele
-ns5kjen
-n3skjæ
-nskog6s
-ns5kor
-ns3kro
-nsku9et
-n4skug
-ns5kuli
-n5skum
-ns1kv
-n5s6ky.
-n5s4kye
-n5skyss
-n5slang
-n7slarar
-ns5las
-nsle6ge.
-n3s4lekt
-ns6leri
-ns5lid
-n5slyn
-n1slå
-ns3mi
-n4smal
-n4s5mo
-n4smur
-n4smus
-nsmå6la.
-n5s4nar
-ns5nes
-nso4d
-ns1of
-n3s2ok
-n1sol
-n4sond
-nson6de.
-nso5ris
-ns1ov
-n3sovn
-nspa9ra
-ns5pels
-n5spet
-ns1pr
-n6spros
-n7spur
-ns7s6
-nsse4e
-nsså5
-ns4ta.
-n4stak
-n4stag
-ns5take
-n3stam
-n4stank
-nst5art
-nstar8ta.
-ns4tau
-n3s6ted
-n3s4tei
-ns4tel
-nste6ma.
-ns5tenk
-n6step
-n5s4tik
-ns5tild
-ns7tilf
-n4s5tils
-ns4tin
-ns4t3i4s
-ns1tj
-n5sto.
-n3stru
-ns7trøy
-n3stue
-n6stuk
-ns5tur
-nst3ut
-n1su
-ns1uk
-n4sung
-ns5vang
-nsva9ra
-n2s3ve
-ns9veg
-ns5verd
-ns5vern
-ns1vi
-n5s4vill
-ns4vind
-ns9vis
-n4svu
-n3s4væ
-nsy4d
-ns1yt
-n5søn
-n4s1øv
-ns5øya
-n5såpe
-nså7pen
-ns7ås.
-6n1t
-n5tab
-n4tagr
-nta4lan
-ntall4
-nta5na.
-n4t5and
-nt3anl
-nt4anv
-nt3app
-n7tart
-n6t5arvi
-nt6as
-nta5sia
-nt4at
-nt3avi
-nt5avr
-nt7avs
-n2tea
-n5teat
-n2tee
-n4tef
-n4tege
-n4tegi
-n7tegn
-n2tei
-nt5eini
-nte5ins
-n5teis
-n4teka
-n7tekn
-n4tekse
-n9teleg
-n5telig
-n5tell
-n4tels
-n9telt
-nte4ma.
-nt3emb
-nte4mis
-n5ten.
-n4te7na
-n5tene.
-n4t3enh
-n5tens
-n2teo
-n5teori
-n5tepp
-nt4er
-n5ter.
-n7terek
-n6terest
-nte6risk
-nteriø7ra.
-n5ters
-n7tes.
-n4tesel
-n4teta
-n4tete
-nt4e3u
-nt5e4va
-nt9g
-nti1a
-n4tiat
-n4tid
-n5tiem
-n4tig
-n4tikap
-n5tiki
-n4tikl
-nti5kli
-n5tile
-nti3lo
-n9time.
-n7times
-n4t3ind
-nti6net
-n6tini
-n2tio
-n2tip
-n4tisa
-n4ti5sti
-nt5l
-nt5n
-nto3a
-n2tob
-nt5omf
-nt5omn
-nt3oms
-n2t1op
-n5tor.
-n5to5re
-n6torg
-n2tou
-nt1ov
-nt6ran
-n4trep
-n5trer
-nt5resi
-ntres9kjare
-n4t3rin
-ntrol6li
-n6trom
-n6trul
-ntrøy4
-nt5skj
-nt5s6la
-nts2t
-nt3t4
-n6t7ub
-ntu9e
-ntu4l
-n2t1u2n
-n4t5uro
-n2t1ut
-ntva8la
-nty6e
-ntyr3s
-nt7år.
-1nu
-4nu.
-nu3an
-nu4av
-nuft4
-nufts5
-2nug
-nug6la
-4nu4h
-nuit8e
-nuk5
-nul9t8
-4nulu
-6nuly
-nu9me
-2n1un
-nun4ge.
-nuo2
-6nup
-nu3pl
-nu4re
-nu5sa.
-nu5sen
-nu7ser
-nus4k5l
-nus7l
-nuss4
-nu6st
-nus3ta
-2nut
-nu7ta
-nu3te.
-nute6r
-nut5eri
-n7utl
-nu6ume
-6n1v
-nva6la
-nvand5
-nverle9
-nves1
-n5vi
-nvi4et
-nvi4ka.
-nvi5ke
-n3vu
-nvæ8ra
-n3w
-1ny
-ny5ar.
-ny9ast
-2nyd
-ny4de.
-4nyef
-4nyg
-ny5ge
-5n6yhe
-ny3ke
-ny3k4le
-4nyko
-ny1lo
-2nyn
-nyn8da.
-nyn4de.
-4nyo
-4nyp
-ny8pa
-ny6ra.
-ny4re.
-ny7rev
-ny4ru
-ny1s
-ny5se
-ny9s6k
-nyst4
-nystu4
-ny3te
-ny3tr
-2nyv
-ny8va.
-ny5vak
-ny8ve.
-4nyø
-n1z
-1næ1
-næ8ra.
-nær9and
-næ8rast.
-1nø
-nø2da
-4nødd
-nødde5
-nød3sk
-nød5sto
-nø9dun
-2nøe
-4nøf
-nø1fl
-nø1fr
-nø7gr
-4nøko
-4nøks
-nø4le.
-nø9mo
-nø5mu
-nø3p4
-nø7ra
-nø6red
-nø1ry
-nø3se
-nø1sk
-nøs4l
-nø7te
-nø7tr
-n6øtt
-nøtt6r
-nøv4d
-nø3ver
-nøy1
-2n1øy.
-nøy8a9n
-n7øyh
-4nøys
-n3øys.
-nå6as
-1nåd
-nå5ded
-nå8en
-nå6et
-nå8j
-n1å2k4
-1nål
-nå2la
-nå5lev
-nå8ma
-nån6de.
-n1å4p
-nåp8na
-n1å6r
-nå2s
-nå5sa
-nåse4
-2oa
-oa5c
-o1af
-oa4k
-oak6kana
-oak4ku
-o1all
-o3alt
-o1a2m
-o3a6n
-o9and
-o1a6p
-oar6d7e
-oar4d5in
-oa4r5e4g
-oa4r5enh
-oa6ré
-oa4r5i
-oar5m
-oa9té
-o1au
-o1a4v
-2o3ba
-obakk8s
-obb4l
-ob4bo
-ob4b5r
-ob4b3u
-ob4e
-o4bea
-ober5et
-ober4s
-obers5ta
-obers5te
-o3bes
-2o3bi
-obi5e6
-1ob1j
-o1b2l
-ob5la.
-ob3le.
-ob3len
-o2b5li
-3oblig
-ob4lo
-o1b4o
-obo9a
-2obr
-ob5rar
-ob1re
-ob1ri
-3obser
-ob5st
-2obu
-2oby
-obyl5
-o5bø
-o3bå
-4oc
-ock5ers
-o5cy
-2o1d
-o6dab
-oda4f
-od7att
-odd5ei
-od4del
-od4dest
-od9do
-od4e
-o2deb
-o6d5ei
-o4deko
-o5deku
-o2dep
-oderle7
-o2des
-o5det.
-o5dets
-odie4n
-o4d3igl
-o4dj
-odko5
-od3oml
-od3ov
-o2d5re
-o4d3rø
-od3sk
-ods4ka
-od3s4po
-od5s4tol
-ods8t
-odu7s
-o4dy.
-o4dyb
-od5øk
-o5døs
-od5øy
-o2d1å6
-6o1e
-oe6f
-o4ein
-oek6s
-oe2l
-oe4mu
-oe2n
-oen5a
-o7ene
-oeng5d
-oen2g7r
-oeng3s
-oeng3u
-o5ens4
-o7ens.
-oen5t
-o3e4re
-o6erer
-oer8ma
-o3ersk
-o2es
-oe6sip
-oe6sit
-oes8ka
-oes8ke.
-o4etan
-oet2h
-oe5ti
-oev6ne.
-2ofa
-o2fa.
-ofag6a
-o4fara
-ofa4se
-o2fav
-o2feb
-o4fei
-o4fera
-o4fe3st
-o1fé
-off9and
-of4fek
-of5fes
-of6fia
-off5id
-of6fr
-of2fu
-of6fy
-2ofi
-o4fip
-o1fl
-of5le
-2ofo
-o6fra.
-of9ras
-of1re
-6o5fri
-of8sa
-of8se.
-6oft
-of4tel
-oft2s3
-2ofy
-2og
-o2ga.
-og7ank
-o4gare
-o2g7av
-o2ge.
-o4ged
-og1ei
-oge7na.
-o3get
-og4gera
-og4g5j
-ogg3s4
-og6g7u
-ogi3a4
-ogie2
-o4giev
-o2gif
-o6gig
-o4giko
-o2gil
-o2gim
-o2gin
-o3ging
-o2gi1o
-o6gista
-o6gi7str
-o2giv
-og5jer
-og7la
-ogly7
-og4ned
-5o4g5ni
-og6nel
-o5g6nos
-o2go.
-og6ra
-og4re.
-o4g3reg
-o4g3rei
-og4rer
-og7rett
-o4g3ri
-og3ryd
-o4g5rø
-og5rå
-ogs4a
-ogs6an
-og3s2e
-og1sk
-ogs4kj
-og5sl
-ogs4le
-og1s4p
-ogs5pa
-og5ste
-og3sti
-og4s5tj
-ogs4to
-ogs4tr
-ogs5t6ra
-og5stre
-og5sy
-5og5s6y4v3
-ogt6r
-5o4g5åt
-og1un
-og5ø
-og7ås
-2o1h6
-ohe5te
-ohm9a
-o4ho.
-ohø4
-oia4
-o1i2d9i
-o1idr
-oid5t
-oie4n
-oi5er
-oi6es
-oi5k
-oi4la
-o1im
-o3in.
-o1ing
-oi2n1o4
-o4insp
-oi6r
-o1is
-o2is.
-o6isa
-o2ise
-o4isi
-4o1j
-o8je.
-o4jo.
-o1ka
-ok7aft
-ok1ak
-oka4n5i6
-ok2ar
-ok5ark
-o3kas
-ok1ef
-ok5els5
-ok5elv
-o5k6en
-o4kesk
-o6kev
-o1kj
-ok4kand
-4okke
-ok6kera
-ok4ke5s
-ok3kje
-ok3ko.
-ok5kol
-ok4kun
-4okl
-ok8la.
-okla5m
-ok8le.
-o1klu
-ok7lut
-oklå5
-2okn
-okna8sa
-o3ko
-o8ko.
-ok8ol
-o4k3oms
-ok3omt
-oko5pe
-ok5opp
-ok3orm
-oko4s
-oko9se
-o6kov
-o1kr
-ok5reo
-o6kret
-o4k5ru
-oks4al
-oks4e
-ok4sek
-okse5kr
-ok4sem
-ok7sen
-ok6serin
-ok4ses
-okse9te
-ok5s4i
-oksi7da
-okst2
-oks6ti
-ok6s5vi
-oks6tr
-ok5ta
-3oktan
-ok3ti
-ok5to
-okto4r5i
-okt6r
-o1ku
-ok5u4k
-oku8le.
-oku6t
-ok7ute
-o5kva
-o3kvi
-ok5øy
-o3kå
-8ol.
-4o1la
-ola6ded
-ola8ga
-ol5anl
-ol3ant
-o9lar.
-o6larbe
-ola5t
-olber4
-olbo7e
-olbo7ge.
-ol4bol
-olbu7
-2old
-ol9dan
-ol5de.
-ol4dem
-ol4dest
-ol5det
-ol3do
-oldo7ve7
-ol5drev
-ol3dri
-old3s4kr
-2ole
-o5leaks
-o6leb
-o2led
-o2lef
-ol5eig
-ole5in
-o2lek
-o7leki
-o2lel
-olele6ge.
-o2lem
-o5lem.
-o5lems
-o7lene.
-o9lenes
-o4lenet
-o4leni
-o4leno
-o6lered
-o4leru
-o2les
-ole5sta
-ole5str
-o9let.
-o2lev
-o1lé
-ol4f5i
-ol4fj
-ol3g4e
-ol1g4l
-2oli
-o4liba
-oli9e6n
-oli7ert
-oli5ne
-3o6lj
-olke3s4
-ol4kese
-ol4kesk
-ol4kest
-ol2k3l
-ol9ko
-ol6ku
-ol5kv
-ol5la.
-oll3ak
-ol4lam
-ol7le.
-ol4led
-ol4lel
-ol7len
-ol4les
-ol6linj
-ol4log
-ol4lom
-ol5los
-ol4lov
-oll5over
-olls4t
-oll5sv
-ol2lu
-ol4løp
-ol6løs
-ol6løy
-ol2lå
-olme5s
-ol4mest
-ol4må
-ol9n
-2o1lo
-o4lo.
-o5loan
-o3loe
-o4lof
-olo3i
-ol5oks
-ol3oms
-ol3op
-o6l7os.
-o6l7o6se
-o6l5osf
-olo5ve
-ol4ped
-ol7so
-ols8t
-ol5sva
-ols5vik
-ol3ted
-ol5tep
-ol2tr
-ol6t7ra
-olt5re.
-olt5rer
-olt5ret
-o1lu
-olu5l
-o4l3ung
-olun8ge.
-o4l5ur
-ol5va
-ol1vo
-o1ly
-oly7d
-ol5ør
-o1lå
-2om.
-2oma
-om3ald
-o2ma2m
-om5ang
-oma4nif
-omann4
-oman5t
-om3ars
-omar7ø8
-om4as
-om1av
-omb6
-om4bet
-om4bis
-om3bl
-5ombod
-1ombu
-2ome
-o2m1ek
-o5meka
-o7menes
-omer6s
-o6mese
-o5met
-ome4tak
-ome7tar
-om1eu
-3omfan
-3omgre
-8omh
-o2mia
-o2mib
-omi3e4
-o4miek
-o2mig
-o7mikk
-o7mine
-om7inn
-om3in5s
-o4mio
-o2mir
-o4misj
-o4mist
-o2miu
-om1j
-2omm
-om6mat
-om4med
-om4metr
-3ommø
-2omo
-o4mofo
-om1op
-omo1v
-omp2
-ompa3t
-1omr
-2omre
-2omro
-2omru
-6oms.
-oms3al
-om4sek
-3omset
-omsko9d
-omsku9la
-om4som
-oms3un
-oms4ø
-omt2
-3omtal
-om4tes
-om3ti
-om3tv
-o2m1u
-o3mus
-omvæ8re.
-6omy
-omyr8ke.
-o2møk
-omø4r
-om5øy6
-o5må
-2on
-on3abo
-o4nac
-o6nak
-o4n3ang
-o4nap
-on3app
-o6narb
-o4n3arg
-o4n3arv
-onat5r
-o2n1a4v
-on5b
-on4dar
-onder6e
-ond3re
-on4d5ri
-onds4i
-o4ne.
-on5eie
-o4nele
-o7nell
-o2nem
-o3ner
-o4neru
-onesi6
-o4nesk
-o4ne3s8t
-o4nete
-o2nev
-on7f
-on7ga.
-ong3d
-on5ge.
-on6ged
-onges4
-on5gi
-on5go.
-ong2r
-on8gro
-ong9ros
-ongs4j
-on2gu
-on4gy
-on4g5ø
-o9ni.
-o2n3i2d
-oni1e
-o2nil
-on5ild
-o2nim
-oni6mi
-on3inf
-o6n7inn
-o2ni1o
-o4ni5p
-o6niso
-on3j
-on1k
-on5k6a
-3onkel
-on5k6i
-on4kle
-on5ku
-onle6g
-on5nad
-on3ni
-on5ny
-o4no.
-o5nor.
-o4no4v
-on3ove
-on4sh
-ons1i
-onsi3s
-onsi4v
-ons1k4
-ons7ke
-ons1l
-onsla6ga
-onstitue9ra
-onstitue9re
-onst5rum
-ons5und
-ons1v
-on4sve
-ons1å
-ont6a
-on3te
-on4ted
-on5ten
-on5ti
-on4tok
-on5tor
-ont2r
-on7ul8
-on5ur
-onu4sk
-o4n5ø4
-on6øy.
-on7å6
-2oo
-ood1s
-o1off
-oo2k1
-oo5k8a
-ook5es
-ool7a
-oo4m5i
-oo6mo
-o1o2p
-oopa8
-oop9an
-oo4pe
-oop5en
-oop5et
-o6opi
-o1o4r
-oor6da
-oo5s
-oo6sp
-o1o4v
-2op.
-2opa
-o4pab
-o2pak
-opan9d
-o4pa3re
-o7paren
-o4pasj
-o4pau
-o3pea
-ope1i
-opel6lø
-2open
-o4pena
-o9pend
-o4penet
-o7pent
-o2per
-6o3per.
-3opera
-ope6rar
-o7pero
-o5pert
-2opet
-o4peta
-4oph
-o1pi
-o4piek
-oping9s
-o4pir
-2opl
-o1pla
-o4p5land
-op3li
-op9lu
-op4na.
-op4ne
-2o3po
-2opp.
-4oppa
-op4p5art
-op4pas
-4oppe
-1oppg
-op4pi.
-op6pia
-op4pis
-opp3li
-3opply
-op6poe
-op6pr
-opp5rop
-opp5und
-opp1å2
-2o1pr
-op6re
-op7ru
-op7rå
-op6sa.
-o8p8si
-op2t1r
-o4q
-4or.
-o6r7add
-or3adr
-o2rag
-or1ak
-2oral
-or5ald
-o4r5alg
-oral4st
-or6alt.
-o3r4am
-o4rana
-o3rane
-o4rang
-o4rans
-or6ap
-or3att
-o4rau
-ora3uk
-or1a4v
-4orb
-orbit5
-or7by
-4orc
-orda9ta
-or3dea
-6ordel
-ord7e6pl
-or7dik
-ordi4s
-or4d5ise
-ord3it
-1ordn
-ordre8gi.
-ordsa6me.
-ords6e
-ord3st
-ordy9ra
-8ore
-orear8a
-orear8e
-o5rebra
-o8redi
-or1ei
-or1el
-o4rela
-o6reld
-ore6na.
-ore4ned
-ore4net
-or3enk
-oren3s
-ore6o5g6
-o6rerf
-o4rero
-ore1s2
-o5resc
-ores6te
-o4reta
-or9et8n
-o6retv
-o2rev
-2orf
-orfa6re.
-orfi7ne
-orfø9re.
-1or3g4a
-4orga.
-or3ge
-or5ger
-orge4s
-orgi6e5ne
-org4sk
-orha9g
-orha9le
-o1ri
-o3ria
-ori5b4
-ori4e5ne
-5orient
-o7riet
-o2rig
-ori7ka
-o6rim
-or3ind
-or3ink
-or3inn
-or3ins
-oriro8
-6oris
-oris4a
-6orit
-o4riti
-oriti6me.
-or5ka
-3orkes
-or5ko
-orko6se.
-ork7s2
-6orl
-orla7te
-or5le
-orm5ang
-or6map
-or5mel
-or4m3un
-ormæ9
-or4nar
-orned5
-orne6dr
-or5net
-or4nol
-orn3t
-4oro
-o3roa
-o3roe
-or3off
-o5rog
-oro5i
-o1ron
-or1op
-o4r1or
-oror9da
-o5rosa
-o5rot
-or3ove
-or5ovn
-orpe6s
-4orr
-2ors
-ors5alt
-or5sen
-or4serk
-orse9ta
-orse7te.
-or3si
-ors5kar
-orsk5ei4
-ors8k9l
-ors4ku
-or1s4l
-orsmå8la
-or1sn
-or3s2o
-orso9na
-orso9ne
-orso9v
-ors4pa
-ors4ten
-or1su
-orsva9re
-or3sy
-or9sø
-2ort
-or4t3ak
-orta8la.
-or4t5and
-orta9pe
-or4t5av
-orte5i6g
-or4tek
-or3tem
-or6t5erf
-or4t5erm
-or5tii
-or7til
-or5tis
-3ortod
-or6tok
-orto9ne
-orto4r
-ort5ori
-or4tou
-ort5res
-ort5råd
-ortå4
-or4t3år
-or1u
-oru8d
-or9ude
-oru4h
-o5rum
-oru4t5
-oruta4
-or4utf
-orva9ra
-or5veg
-orv3s
-4ory
-o7rya
-or1yn
-o9r4ære
-2orø
-or9ø8k
-orøk8t
-or5ør
-or3ø4v
-orøv8d
-or1øy
-or5ås
-2os
-o1sa
-o4sa5b
-o6sad
-o2saf
-o4saku
-6o5sau
-osbi7
-osefi5
-o2seg
-o5selei
-o2sem
-os2en
-o6sena
-ose5sl
-ose5sm
-oses4sk
-oses6sp
-oses4st
-o4seu
-osfa9ta
-os2hi
-os7his
-osi6e7ne
-osi5ere
-osi5ert
-o2s1ing
-osk3ei
-oskei6e
-o4skil
-osk9lar
-osk5len
-o1sko
-osko5p
-o3skri
-os8k3v
-os2l
-os3le
-oslo1
-os3lod
-os5lu
-os5lø
-os9ma
-os5me
-os3mo
-o2sn
-o3so
-os7ove
-os6pa.
-os6pe.
-os4pil
-os4por
-os4sek
-os3sem
-os5sens
-osseri7e6
-osse5v
-ossis5te
-os6ski
-oss3kj
-os4s5ko
-oss9l
-os6spa
-oss7tro
-os7sty
-os8sv
-ost5adr
-os5tal
-osta5le
-o8ste.
-os4teg
-ost5egg
-os4tek
-ost6el
-os5teo
-o4sti.
-o8stia
-o4stie
-o4stin
-os5tis
-ost1o
-os6tons
-ost5ran
-ost3re
-o3stro
-ost5rup
-ost7rå
-o5stø
-os1v
-os5øy
-os7år
-2ot
-o1ta
-o5tad
-ota4l5a
-ot5ald
-otal7ev
-ota4lov
-o9tane
-o9tar.
-ot3arg
-o8t9arm
-o5tas
-ote7d
-ot6ei
-ote5int
-otek5i
-ote6k7la
-otekla8ga
-ote4kle
-ot5elem
-ote5lev
-otel6lan
-otel6lek
-otel4li
-otel8lø
-o4tena
-o4t5ende
-oten8de.
-o2teo
-o4teram
-o4teret
-o6terev
-o4tero
-oter5s
-ote5r8u
-o4terå
-otes6ter
-ote5sté
-otet5a
-otet5o
-otet3s6
-otfø4
-oti7ert
-oti2k
-otika3
-ot7i6ko
-o1tj
-o6tja
-ot5jer
-ot6nero
-otno7te.
-ot6nå
-o1to
-o2to.
-o4to3a
-o5toa.
-o2tob
-oto6en.
-o6tof
-ot3off
-o6toga
-o6togram
-o4toi
-o2tol
-oto5ne
-oto4ral
-otor5d
-o2tot
-o2tou
-o1tr
-ot7red
-ot5rer
-ot5rev
-o6t7ri
-o6t5rom
-o6t5rø
-ots5el
-ot6sh
-otshusvæ8
-ot4s3ki
-ots6op
-otsopp6
-ots5pr
-ots5tab
-ot7ste
-ots6å
-ot6tank
-ot5tas
-ot5tegn
-ot6tenk
-ot5tese
-ot5tin
-ot5toa
-ott4s3k
-otts5po
-otts4ti
-ot7tug
-ot4typ
-o1tu
-o6t5ut
-o1ty
-oty8e
-ot1yt
-o1tø
-ot7å
-oub8
-oul5l
-oun6ge.
-ou4r
-ou7ri
-ou5ro
-ou9sa
-out8a
-ouve4
-o5vae
-o1vak
-ovanfø8
-ovan9o
-ov3anv
-o7var.
-o6varb
-ova9re
-ov5art
-ov7arv
-oved3
-o1vei
-o1vel
-ove4la
-4oven
-o4vend
-o5vende
-ove6nya
-ove2r
-over3a
-ove7ra.
-ove9ras
-o6verdr
-overe6
-ove8r5es
-3o6verf
-3overg
-o5verks
-5overr
-5oversik
-overs4p
-over9v
-o1vet
-6ovh
-2o1vi
-oviso3
-2ovj
-6ovna
-ov4nes
-2ovni
-4ovo
-o5vo.
-o7vom
-ov1or
-o5vot
-ov1o2v
-ov5sal
-ov4sek
-ov4sen
-ov9ske
-ov4sle
-ovs1p
-ovs5te
-ov4sti
-ov7sun
-ovsy5k
-ovta6le.
-ovveg7i
-ow1
-owa8
-o7was
-owat2
-ow5h
-ox3
-oy9ar
-oys5l
-o1y2t
-o1za
-o3zy
-o1ø
-o1å
-ô6ra
-ô2re
-ôr5ei
-ô1ri
-ô4t
-ó9sa
-ó7t
-ó8v
-ò9re
-1pa
-4paa
-2pac
-pa8cen
-p5ad.
-pa3deb
-p4adg
-pads4
-2paj
-6pak.
-6paka
-4pake
-pak4kas
-pakke4s
-pakk7esl
-4pakti
-3pa1la
-pa3le
-pa7lim
-pal5in
-pal1j
-pal5lø
-5palm
-4palø
-2pam
-pa5me
-p3anal
-pa4nap
-pan9de
-pa5ne
-pang5s6
-pan3ka
-9panne.
-pan5se
-pan5sl
-pant8r
-4panv
-pa4ny
-2papa
-pa8pa.
-pa3pe
-4papo
-pap4pr
-4papr
-pap3ri
-pa4ra.
-5parad
-2parb
-4parek
-4parena
-par5ess
-par5g
-2pari
-pa4ri.
-pa3ris
-4parki
-par6k7l
-par4kv
-par3m8
-pa1ro
-4parr
-par8ra.
-par9s4
-par6tid
-par4tig
-par4tin
-par5u
-par7v
-parvi6
-6parø
-4parå
-p6as
-pasa5
-pa9se
-pase6r5
-4pasp
-3pass
-pas5sab
-pa4s3t
-pas4tar
-pas5ti
-pas9v
-pa1t
-pa3te
-pa4tist
-pa6tre
-p8atta
-pat6tak
-2patu
-p8at6v
-pau7k
-2pav
-pa4ve.
-3pa1vi
-2p1b6
-pba4ne.
-pbo6da
-pce6
-2p1d4
-pde4le.
-pdø2
-pdø9d
-1pe
-2pea
-peak3
-pe4a3re
-4peb
-pec3
-pe7d6a
-5pedas
-4pedd
-pe3de
-pedfø9
-pedi9e8
-pe6doa
-pe6don
-4pedr
-pe4dro
-4pedu
-4pedy6
-2pedø
-pe7då
-pee6
-pe3er
-2pef
-p5eft
-2peg
-p5egg
-peg8ge.
-pego4
-2peh
-pe4il
-pei4leg
-2pe1in
-pe6ism
-2pej
-2pek
-pe8ka.
-pek4l
-pek4tro
-pekt7ros
-8peku
-p6el
-4pela
-pe5l4aks
-5pelal
-pe5lar
-pel9d
-4peled
-pe4lef
-4pelei
-pe6lep
-4peler
-pe6lev
-6peliv
-6pelj
-pel4lo
-4pelov
-pel5s6e
-pel5s4i
-pel7st
-4pelu
-pe5lun
-2pely
-2pelø
-6pelå
-2pem
-p1emb
-pe4nan
-pe4n3ar
-pen3de
-6p5enden.
-4pener
-pe3net
-5peng8
-pen4gel
-pen7gl
-peni4n
-4peniv
-penly4
-pen7s8a
-pensa7k
-pensa8la
-pen5sk
-pen4s5l
-pen3s6m
-pen5s6o
-pens4t
-pen9sta
-pen7ste
-pen7tag
-pen5tr
-6peny
-2penå
-2peo
-pe7o6s
-2pep
-pep5ar.
-pep7p
-pera3a
-4pe4rab
-4perad
-pe4rai
-pe4ral
-4perap
-pera5t
-4perate
-4pered
-4perei
-4perek
-4peresp
-4perest
-4peresu
-4peret
-pe4rev
-3peri
-perie8ns
-4pe5rik
-peri3s4
-4perit
-per5k
-per6les
-per5mu
-per5n
-4pero
-pe3ros
-pero6se.
-per6regj
-per6rei
-5perro
-pers6m
-per4tro
-per4t5rå
-pervi6k
-2pery
-6perø
-4pe7rå
-2pe1s
-3pes.
-pe3se
-pe6se.
-pe7si
-pes8ka.
-p3eske
-pes4ke.
-6pesl
-pes4n
-5pess
-3pest.
-5peste.
-pes5til
-4petab
-peta6ka
-4petal
-4petas
-4petau
-pe3te
-5pete.
-4peted
-6petei
-6petek
-4petel
-4petem
-pe3ti
-4petid
-4petil
-pe4tim
-2petj
-2peto
-2pet4r
-pe4t5ru
-pet1s6
-4pett
-2petu
-4petø
-4petå
-pe2u
-2pev
-peva8ne.
-pe5vi
-p5evn
-pev6ne.
-4peø
-4peå
-3pér
-2p1f
-3p6fenn
-p3fo
-p5fr
-pfri4
-pfø5re
-2p1g2
-pgjer4
-2p1h
-phav2
-pha9va
-phavs5
-phe9te
-phe7va
-phe5ve
-phi5li
-7pi3ane
-7piar
-pi4as
-7piase
-4piav
-4pib
-pi6ca.
-2pid
-pid3s2
-pie2n
-6piend
-pi3er.
-pi9ers
-2pif
-pi9fr
-pig5ge
-pig6g9u
-p7i6gj
-2pih
-6pii
-pi4keh
-pi6kel
-pike5r6o
-pi4ké
-8pikk
-pik3ko
-4pikl
-piku5
-pi5la
-pi6la.
-pi3lep
-pil4lag
-pillba6
-pil6led
-pil4leg
-pillega6
-pille6ra
-pil4le5s6
-pi1lo
-2pim
-pi4na.
-pi4ne.
-pi9ned
-pi4nel
-pine4v
-3ping
-pin6go
-ping3r
-ping5sk
-6pinns
-pin4sl
-pi2nø
-pio6n5an
-pion5s
-3pi2p
-pi4pi
-pip9la
-pi4rar
-pi4res
-pi4rut
-pisi9e
-pi4ski
-2piso
-piss4l
-pis4sp
-pis4st
-pis1t
-pis4t5r
-pis9t8ra.
-1pit
-pi9ta
-pita7la.
-pi5té
-2piti
-4pitj
-4pitr
-pit5t
-2piu
-2pi5v
-4piø
-4p5k4
-pka5v
-pka8va
-pl6
-8pl.
-2plad
-pla8de.
-p4lak
-p4lan.
-plan7de
-4plane.
-plan5g
-plan5s
-plap3
-4p1lar
-p2las
-pla4st
-p2lat
-platina5
-2ple.
-2pled
-4pleis
-p2lek
-p6le5n4u
-ple5n4a
-ple6r5u
-ple8se.
-4plev
-p2li
-4plit
-p3liv
-pli7va
-plo4gj
-p4lo8i
-p1lok
-4p5lov
-plu4e
-p4luk
-plun3
-plun6d7ri
-p1ly
-ply5d8
-plæ5re
-plø6pa
-p1lå
-2p3m
-2p1n4
-p7ner
-pne6se.
-1po
-po9a
-pod8
-po6da.
-po4de.
-po6em
-2pof
-po6f7r
-pog6
-4poh
-po5id
-2poke
-po6lan
-po3le
-po4lek
-6polj
-pol5li
-po6lom
-pol6s4ka
-po2lu
-2pom
-pom6p9u
-pom5s
-4pon.
-pon5d
-pon4gr
-pongs6
-2pon1s
-pon5sa
-pon4sv
-po2p1a
-po6pe.
-p5opn
-pop1s
-2por.
-po1ra
-2p5ord
-po1r4e
-po4ref
-po6reg
-po8ré
-2p1org
-2pori
-2pork
-por6s7v
-por4tor
-por4t5ro
-por4trå
-2porv
-po1ræ
-po1rø
-po4se.
-po4ses
-4posj
-po2st
-po4sta
-pos5tas
-po5stat
-pos3te
-4pos4v
-5pot.
-7pota
-potak9
-po3te
-po4te.
-potek5l
-po5t6ha
-3poti
-4potr
-4pou
-2po4v
-pove6
-pover6n
-pow4
-2pp
-p2pad
-p2pak
-pp3akt
-p2p3a4l
-p9pane
-pp5angr
-pp5ank
-p4p3anl
-p2pap
-p9par.
-pp5arr
-p7past
-p4p7at
-p4pee
-p2pe5i4
-ppel5s6
-p4pena
-p8p9ender
-p4pendr
-ppe9nes
-ppe5p8
-p4penø
-ppe5ra
-p7pere.
-p4perkl
-pp7e6sen
-pp9esn
-ppes8ti
-p4peta
-pp5e4tas
-p4pete
-pp5ett
-p2peu
-p1pi
-pp1id
-p2p1il
-pp5im
-pp3inf
-p4p5inn
-pp7ir
-ppir8re.
-p4pist
-pp1j
-pp3k
-pp1l
-pp5last
-pp3led
-pp5lei
-pp9lev
-pp5n
-pp1of
-p2pol4
-pp3old
-pp5om
-p2p1op
-pp3ork
-pp1ov
-pp5p
-pp1r
-pp5rei
-pp5rin
-pp4ris
-pp7riss
-pp9riv
-pp9ro.
-ppropri6
-pp7rot
-pp1s
-ppse6te.
-pp3ska
-ppska9k
-pps2p
-pp9spe
-pp3spl
-pps2t
-pp7sto
-pp7t2
-p2pu
-pp1uk
-pp5ut
-pp3ø4
-ppøs8
-p6på
-pr6
-4pr.
-4prad
-3praks
-pra7li
-2pran
-pran3s
-5prat.
-5prate
-pra5te.
-4pray
-5pref
-prei7er.
-4preii
-pr5elem
-1prem
-pren4s
-1pres
-6pres.
-pres6sak
-p6restas
-4prett
-p3rif
-pri5ke
-pri4l3e
-4pring
-5prino
-3pr6in6s5
-3pr6in7s6e
-3pr6in7s6i
-1pris
-pri6s5k
-pris3t
-2prit
-pri9ve
-1p2ro
-8pro.
-6p7roc
-3prof
-4prog.
-4proge
-4progl
-4p3roi
-p5rop.
-3pros
-7prose
-6pru
-prun7ge
-pru5ta
-pru5te
-6prør
-prørs5t
-prø5s4
-5prøv
-prø5vels
-2prøy
-4prå
-prå8da
-pråk3i
-prå4ko
-pråk5k6
-2ps
-p1sa.
-ps5a6n
-p1sc
-p3se.
-psei8ge
-p2sek
-p2s1el
-ps5e4ly
-p3sen.
-p5sens
-p7ser.
-p5sete
-p5sets
-p2sh
-p6sib
-ps5ins
-p7sis
-p3s4jo
-p4s3kil
-ps7kjen
-p2s1ko
-p7s6ko.
-p3skod
-p5s4koe
-p2sle
-p9s8lo.
-pslø8va
-pslø6ve.
-p3s4lå
-p2sm
-psmå8la.
-p2sn
-ps4no
-ps1o
-p3sod
-pspi9la
-ps5ple
-p3s4pre
-p4s5pro
-ps5pu
-ps3s2
-pst2
-ps7tal
-p4s5tem
-ps3tv
-p5s6tå
-psu4r
-p3s4us
-ps1v
-p2sva
-p2sve
-ps4ving
-p4svæ
-ps5w
-psy3ke
-3psyko
-4psys
-p2s1ø
-p3s2øk
-psø4ke.
-psøy8
-psøy9ene
-ps1å
-2p1t
-pta8la.
-pta4le.
-pt7ark
-p3te
-pte6k
-pte4ma.
-pte7re
-p5ti
-pto7g
-p4tou
-ptus5t
-p4tut
-1pu
-pu4br
-5puc
-6pu6dy
-pu2k
-pu7la
-pu8le.
-pull6
-5pum
-pu4ma.
-punk4t5
-punk5t6e
-2punn
-2pur
-pu4re.
-pu8rea
-3puri
-3purk
-pur5u
-pur3v
-pu7sa
-pus4h
-pusl7u
-pu1ta
-pu4ta.
-pu5tas
-pu5ter
-pu5tev
-4putg
-2puts
-put6tr
-put4tu
-2putv
-6putø
-2p1v
-pver7
-pvi4se.
-py4dr
-py8o
-3pyra
-py1re
-py1ro
-6pys
-py6sa.
-py4se.
-pys6t
-4p5z
-1pæ
-pæ4re.
-pø1kj
-pør4ret
-pø8sa.
-pø9ta
-pø9te
-p1ø2v8
-5påb
-på4by.
-på1k2
-1pål
-på4la.
-på4le.
-p5ån
-på3pe
-på1pl
-p1åpn
-på1r
-1pås
-på7sko
-på5sm
-på3t2
-6påtå7
-1påv
-qa5
-qu2
-qu9ar.
-1que
-que7r
-4raam
-4raar
-4rabis
-ra1bo4
-4rabr
-2raby
-ra3cet
-ra3ch
-5raci
-ra3d2a
-4radf
-3radio3
-4radir
-4radj
-2radm
-2ra1dr
-r3adre
-rad2s3
-radvi4
-ra5ede
-rael4
-4raerk
-raf4fer
-ra4fiu
-ra2fj
-2rafo
-ra5fo.
-ra4fos
-2rafr
-ra5fre
-6raft
-ra4fu
-ra6fy
-ra7gea
-ra5gee
-2ragl
-2rah6
-7raid
-ra5int
-ra3isk
-6r5akad
-ra9kar
-ra7kel
-ra5k6ha
-r2akk
-rak4kel
-r6akr
-ra5kro
-2raks
-rak6sa
-rak3s4e
-rak6se.
-rakst6
-4rakti
-rakt3r
-r4a5ku
-4rakv
-ral5ans
-6ralbum
-5ralds
-4raled
-ra5leo
-ral3g
-4r5alge
-4r5algo
-rali5e6n
-ra4lin
-ral1j
-ral5le
-ral7m
-ralo6i
-ral3op
-ra5ly
-4ralø
-4ra5l8å
-ra4mag
-ra4mas
-ram3b
-6r9ambi
-rambu9ens
-6ramed
-4ra4mer
-ram8et.
-4ramil
-ram1o
-ramperi8
-ram6p3u
-ramse8te.
-ramta8la.
-ramta6le.
-4ramu
-6ramy
-r4an.
-ra4naa
-6r3anal
-ra5nar
-ran9cs
-r4an9de.
-r5andel
-rand3r
-rand5s6a
-r4ane
-4ranfa
-ran5ge
-6rangi
-rang5st
-rania8
-ra6nin
-ran3kv
-2r5anl
-r6anli
-2r1anm
-r4ann
-ran6n5ett
-ran4n5in
-rann3s4
-rans7kar
-4ransv
-ran4tik
-ra5nu
-ran6ut
-4ranø
-2rao
-4rapa
-ra4pel
-4rapin
-ra4pir
-ra4pis
-ra6pit
-ra1pl
-4rapo
-ra4pos
-4rappa
-4r5appl
-3rappo
-2ra1pr
-4raps
-4rapu
-1r4ar.
-2rarb
-7rarbeh
-4rarea
-4rareg
-rar5e6l
-4ra3rep
-rar7eta
-r1arg
-6rargu
-8rarinna
-6rarinne
-rar8ka.
-4r1arm
-rar8ma.
-6rarn
-4rarr
-rar3re
-rar5s
-2r1ar5t
-rar6ta.
-ra3rø
-4rasa
-2rasc
-ra3sea
-4rasel
-ras3h
-raska8ra
-ras3ke
-ra4ski
-ra7s6ko
-ra6sl
-rass4l
-ras7st
-4rasti
-ra5s4til
-4rastj
-rast5re
-6rasty
-ras7v
-ra1ta
-ratak9
-r6ate
-ra4te.
-6ra5teg
-8r7a6teli
-4ratfe
-ra1to
-ra1t4r
-ra4t5ro
-ra4trø
-ra5t6røy
-rat5tel
-ratte4s
-4ratub
-rat5ut
-6raty
-7raud
-raud3s
-6raug
-rau6ga
-rau6ge.
-4rau4k
-raus6s
-2rav
-6ravd
-rave5s4
-4ravg
-ra1vi
-r3a4vis
-4ravl
-rav8l9ut
-ravlø8pa
-ravlø8s
-rav6r
-4ravt
-ra5vy
-ra3vør
-4raw
-raz5z6
-2raø
-raøy4
-2r1b8
-rba3d
-rbe2d
-rbede4
-rbed5en
-rbed5et
-rbed9ra
-rbie8
-rbi9er
-r2big
-r2bik
-rbist6
-rbis5tr
-rbo8di.
-rbo4ni
-rbon7s
-rbo5re
-rbra5s
-rbrei6
-rbu5en
-r5bø
-r1c
-4rd
-r4dab
-r5dag
-rdag4s5
-r5dah
-r4d5ak
-rdal4
-r4dala
-rda4le.
-rdals5
-rda4mes
-rda8n9o
-r4dant
-rd5anta
-r4d3arm
-r4d3art
-rd5atl
-r4datm
-r4d3au
-rd3d2
-r6dedi
-rde4en
-r3defi
-rd5e4ge
-rd1ei
-r9deka
-r4dekl
-r4deks
-r6delo
-r6demi
-r7dena
-r6d7eng
-r6d7enh
-rden4s3
-rdense4
-rdenta8le.
-r4deo
-r6depo
-r4derik
-r4d5erst
-rde6sm
-rd3e4ta
-r6d7ett
-r8dé
-rdfes5
-rdi3an
-r4diana
-r4dians
-r6diau
-r4did
-rdi3e2
-r2dif
-rdi6gres
-rdig3s4
-r4dika
-r4dikl
-r4diku
-r2dil
-r6dimi
-r2dio
-rdi3ov
-r4dish
-r2dit
-r2diu
-rd5je
-r1dju
-rd7m
-rd3n
-rdnæ4
-r9dob
-r4d5o4d
-r4dol
-rdon8na.
-rd1op
-r6dor
-rd3ost
-rd1o4v
-rdover5
-r9drad
-r3drak
-rd5ran
-rd7rara
-rd3ras
-r3drei
-rd3ret
-r5drev.
-rd1ri
-rd3rot
-rd3sei
-rd8ske
-rds4kv
-rds5tan
-rd3sto
-rdsto5g
-rds7tre
-rds7tu
-rdsva9r
-rd5t
-rdta8ka
-rd5tr
-rd7tø
-rd3und
-rd5ve
-rdvi8ka.
-r4dyg
-rdy5pe
-rdy3re
-r6d7yt
-r6d5æ
-r7d6ær
-r7d6æ5r6e
-rd1øs6
-rdø4ve.
-rd3år
-rd7å6s
-1re.
-2rean
-re7a6r7an
-rear5e
-4reav
-2reb
-3redak
-6redam
-re3def
-re5den
-re3des
-re3di
-3redig
-r1edl
-2redo
-2redr
-re4d5ri
-red5sku
-red4sl
-reds5la
-red7s6led
-3reduk
-6redy
-2redø
-2ree
-re4el.
-re3er
-8refa
-4reff
-4refi
-2refj
-6refos
-6refr
-4reft
-2refø
-4regar
-rega7ta
-re3ge
-4regeb
-re5gel
-4regen
-4reger
-4regg
-1regi
-re4gia
-re4gil
-reg1l
-2regr
-4regub
-4regud
-2regå
-2reh
-2reid
-2reie
-2r1eig
-rei8ga.
-rei8ge.
-4reik
-rei9l
-rei5na.
-rei7nas
-re5inde
-rei5ne.
-rei7nes
-rein6skj
-re4inva
-rei9ra
-rei5sa
-rei3si
-rei7ska
-reis6led
-re7ism
-rei7va
-rei5ve
-2rej
-6rek.
-re5ka.
-re5kav
-re7ken
-4rekj
-rekk6an
-rek4k5v
-5reklam
-rek4led
-re5k6lir
-re7ko
-4rekob
-4rekom
-4rekon
-6rekos
-4rekra
-3rekru
-r3eksa
-6reksp
-rek4ter
-4reku
-r8el.
-re9la
-4relag
-9relandsk.
-9relandske
-2r2ele
-rele8ge.
-r4e5lei
-6relek
-re7len
-7relene
-6relg
-r3elit
-4re3lj
-r2ell
-rel4lag
-rel6land
-rel5led
-rel4lev
-5r4elm
-rel5ses
-rel4sk
-4re1lu
-4relv
-2re5ly
-2relæ
-2relø
-4re7l6å
-relå7r
-2rem
-remann6
-r1emb
-remi6ene
-remi6l
-re7mis
-rem9ji
-remmed5
-6remn
-rem8na
-rem5p4
-rem1s
-remti9da
-4remu
-8remy
-4remå
-2re3na
-ren4del
-4rendr
-8rened
-re5neg
-re7nei
-4renek
-r3e4nel
-4renest
-6renet
-6rengd
-reng5l
-4rengn
-reng5st
-re5ni
-2renk
-ren6kl
-r3enl
-ren8ne8sl
-rennes9la
-re5no
-ren5sa
-r3enss
-6r7entit
-4r3en5tr
-6rentu
-4renu
-5renz
-6renæ
-4renø
-re5og
-2reop
-re3o2r
-5reou
-8repen
-6r5e6pi
-1repu
-6repus
-1rer
-6rerad
-6re9rang
-4rer6at
-re5re.
-4rered
-4reref
-4rereg
-4rerei
-re4rek
-4rerent
-4rerep
-4rerese
-4reresu
-4reret
-6rerfa
-4rerig
-4rerik
-4r3ernæ
-4rerol
-4rerom
-re3ros
-rero6se.
-re5rot
-3rers
-rers4p
-4rerute
-re6r7øy
-2rerå
-1res.
-2resa
-re2s3c
-re3se
-4resel
-re4sem
-4reset
-resi7ere
-4resin
-2resj
-2resk
-res5ke
-re6s7kje.
-res6kl
-res7kod
-re6sky
-6re1sl
-re4slu
-1resm
-re5smo
-re3sov
-re9spe
-4respi
-4respr
-2ress
-res4sal
-res4sek
-res4sit
-res4sj
-res6sk
-res6sort
-res4sp
-res4st
-res4sy
-res9tane
-5restau
-res6t5erv
-res4tes
-res3té
-4re3sti
-res4til
-re3str
-4restre
-7restv
-4re5sty
-4restå
-1resu
-6resuk
-4resun
-re3svi
-2resy
-2resø
-4retaki
-4retal
-re4tap
-4retea
-8retek.
-6reteke
-4retekn
-6retel
-6re5tem
-re5ten
-4re5ti
-4retj
-4retoa
-2re5t2r
-rets4i
-ret4st
-ret7ted
-ret5ter
-rett8o
-rett6set
-4re5tu
-2rety
-2retø
-5retøya.
-7retøyets
-4re7tå
-2reu
-reu6r
-4revak
-re5van
-reva5re.
-6reveg
-4revei
-4revel
-re6v7enh
-re5ver
-reve5s
-r3e4vig
-re4v5inn
-re7vom
-1revy
-re4v5åp
-3rew
-2reå
-2r1f
-rfa5re
-rfat5
-rfe8en.
-rfe8er
-rfe4et.
-rfei5li
-r4fik
-rflå3
-rfe5m6ø
-rft2
-rfu8se
-rfyr4
-r9fæ
-rfø8rarar
-2r1g
-r5ga.
-rga8le.
-rga8li
-rg5and
-r7gann
-r4g5anv
-rga3ri
-rg3art
-rga4ve.
-r6gedi
-r4gef
-r2gem
-rgent4
-r3geo
-r4gerei
-r4geret
-r4ge3ru
-r4gesj
-r4gesl
-r4gesta
-rgi1a
-rgie4n
-r2gik
-r2gil
-r2gim
-r2gio
-r2gir
-rg3i4ri
-rgi7sl
-r2giø
-rg2le
-rg5le.
-rglem5
-rg3len
-rg3ler
-r2gn
-r4gog
-r3gom
-r2got
-rg5rab
-rg3rea
-rg3rel
-rg5reps
-rg5rin
-r3gru
-rg5sc
-rgs6kor
-rg5s4le
-rg1sn
-rg5s6till
-rg5sto
-rg9stu
-rg2sy
-rgu7d
-rg6ut
-rgå9as
-rgå6va
-rgå6ve.
-2r1h
-rhav2
-rhavs3
-rhjul8s
-rho3d
-r7hu
-rhø5re
-rhånd6s9
-rhå9ne
-ri1an
-4rianf
-4rianl
-6riansv
-ri1ar
-4riarb
-4riarr
-6riau
-2riav
-ri4ava
-3ri6avo
-2rib
-ri2b3l
-ri8ca.
-ri4co.
-ri5da
-4ridale
-ri5der
-ri5di
-2r1idr
-rid3t
-4rieie
-4rieig
-4rieks
-ri1el
-6rield
-4rielem
-6rielim
-riel4la
-rie4n
-ri3end
-4rienh
-4rient
-rien5t4r
-ri1er
-rie5ra
-rie5ri
-4rietat
-ri5even
-2rifa
-riferi9e8
-rif4fi
-rifiserba8
-6rifj
-1rifl
-rif5la
-2rifo
-2rifu
-4rifø4
-ri4ga.
-rig4gr
-ri3gi
-4rigj
-4rigre
-rig2s
-rig6s7t
-2rih
-2rii
-2rij
-5rij.
-ri4kali
-ri5kan
-5rikd
-ri3kes
-ri7ki
-rik7ken
-rikk5j
-4rikl
-ri8k9la
-2ri7ko
-6rikon
-2ri1k2r
-rik4sk
-rik4s5u
-rikt6
-rikts3
-riku6m
-ri3k4v
-4rikå
-2rila
-6r5ilde
-6riled
-ri5lei
-ril6lest
-2ri5lo
-ril4sn
-2rilø
-4rima
-ri9mab
-ri9mar
-6rimes
-ri5met
-2rimi
-ri4mi.
-7rimis
-rim7l
-4rimm
-4rimo
-ri4mor
-4r1imp
-4rimu
-rim9ut
-4rimy
-rina5l
-ri5n6am
-4rinas
-4r5inc
-4rind
-r3indu
-ri4nee
-ri4nes
-2r1inf
-rin7gom
-ring3r
-ring4sa4
-rings5ak
-ring8spa
-2r3inj
-2rink
-4rinn
-rin9nes
-4rinor
-2rins
-rins6k
-rin6sm
-2rint
-rin4t5j
-rin4tr
-2rinv
-ri6nø
-2ri1of
-6ri3om
-2ri1op
-2rior
-rio5s4
-riot3r
-2rip
-4ripe
-ripo4s3
-4ri1r
-4risau
-4rised
-rise5i
-6risek
-4risel
-ri4seli
-4rish
-5risiko
-2risj
-ri6sju
-4riska
-ri4ski
-6risku
-4risky
-6ristad
-4ri5sted
-ris5tik
-4ristil
-ri4sto
-ris5tof
-ri5stun
-6ristø
-ri6stå
-4risv
-4risy
-4risø
-ri3te
-6riteo
-ri7ti
-riti9da
-4ritil
-4ritj
-ri5t6o
-ri5tr
-rit1s6
-ritt8s7t
-ri6tun
-4rity
-2riun
-riu4r
-2riut
-4rivar
-ri6ved
-rive9ge
-ri5vei
-4riverk
-2rivi
-ri4vi4s
-riv5ise
-6rivo
-4riøk
-riø4r3a
-8riøya
-4riå
-r1j
-rj7ambi
-r4jere
-r2jes
-r4jeti
-r4jetr
-r4jetu
-rju6la
-2r1k
-rk3akt
-r6kanf
-r4kao
-r4kapr
-r6katr
-r3ke.
-r2keh
-rk5eik
-rkei8ka
-r6kek
-r4kelo
-r4ke3lu
-r3ken.
-r4kenav
-r3kene
-r4keni
-r5kens
-rke5ri
-r4keris
-r4kero
-r5kers
-r4ke3ru
-r4kerø
-rke4se
-rkeslø7se
-r9ket.
-rk4han
-r3ki
-rki3d
-rki3e
-rki4vi
-rkjek8
-rk5jor
-rk1k2
-r5k8led
-rk2li
-rk5lun
-rk9lut
-rklæ5re
-rk2lø
-rklå9ra
-r3knek
-r5knep
-rk7nes
-r3kno
-r2kob
-rko6b5r
-r6kofo
-r2koh
-r4kola
-r4koli
-r4kope
-r4kora
-r4koru
-r4kosel
-rko6sele
-r4kosj
-r6k7ras
-rk5rei
-r5k6rem
-r8ks
-rk4sar
-r6k6seg
-rk2s1i
-rk4ska
-rk1st
-rk6stal
-rk4sten
-rk4s5ti
-rk4stj
-rk4sto
-rk6s5vi
-rk5ti
-rkti4s
-rk5to
-rku4le.
-r6k7u6t
-r4k5ve6d
-rk9vei
-r5kvel
-r4kver
-rk3ves
-rk5vik
-r4k5øl
-r2k3øy
-rk9øys
-rkå4k
-rk5åke
-rkå6pa
-rk5å4s
-2r1l
-rla4te.
-rle4a
-r2lef
-r3lep
-r4l5e4ri
-r6le7sl
-rle4st
-r4lesu
-r4leu
-r3l4i
-rli9ke
-rling3s4
-rli8ta
-rli4te.
-r3lj
-rl6o
-rlog2
-rlo5ve
-rl4sk
-rlu4e
-r3ly
-rlys7k
-r6l5z
-rlø8pa.
-r5løy9
-2r1m
-rma6ge.
-rma5k4l
-r4m5alte
-rm3anl
-rm4ans
-r6manv
-r4mare
-r4marr
-rm5av
-rm3b
-r2me7g
-r2mek
-rme6lap
-rme5ne
-r4menet
-r6merev
-r4mese
-rme9tar
-r4mey
-r4m5ide
-rmi6ene
-rmini6
-rmin5ski
-r6m5inst
-rm5i4v
-rm1je
-rmlø8pa
-rmo4e
-r2mof
-rm1op
-rmo7st
-rm7p
-rm5s6ko
-rm1sl
-rms6n
-rm1st
-rms5til
-rm1su
-rmta8la
-rm3te
-rmu7an
-rmue4
-rmue5ne
-rmu8la.
-rmu6le.
-rm5øy.
-r9må.
-rmål4
-r6m5åp
-r9mår
-r6m7åta
-2rn
-r3na
-r4n1ak
-r4n3ald
-r6n5appar
-r4narb
-r4n3art
-rnat7r
-r4natv
-r6n9a6vis
-rn3avl
-rn3d
-rndø4
-rndør5
-r3ne.
-rne5a2
-r5neboe
-r2nec
-r4nef
-r2nel
-rnele6ge.
-r3nell
-r3nels
-r4n3eng
-r4nenh
-r4nerei
-r6neris
-rne3ro
-rne1s2
-r5nes.
-rne6se.
-r8nesi
-r4ne3sk
-r4nesm
-rne3so
-rn5e4tab
-r4nete
-r2nev
-rne5vr
-r2nés
-rn5g6
-r4ninn
-rn5k4
-rn3n
-r5no.
-r4noa
-rno5b
-r4nod
-r4noi
-r6nok
-r2nom
-rn5omn
-rn3oms
-r4n1op
-rn3ork
-r2nos
-r4n1o4v
-rn7se
-rn4s3in
-rn5ske
-rn3skr
-rn5sla
-rnsle7ge
-rn7s6mi
-rn6s3ovn
-rn5spon
-rn3s4pr
-rn1st
-rn4sti
-rn3te
-rn5ti
-rn7tr
-rntre4
-rnt4v
-rnu4
-rn5ug
-r6n3ut
-r7nøt
-r4n5øv
-rnå8le.
-rn3ås
-ro1ak
-roa4s
-ro5asi
-9roban
-9robar
-1robe
-ro4bed
-ro4bef
-5roben
-ro4bes
-5robølgj
-1roc
-r3odds
-7rodo
-ro5end
-ro7ens
-ro7fa
-ro4fel
-ro4fem
-roff5ri
-ro7ga.
-roga9ta
-ro7ge.
-rog5ret
-ro6gry
-rog1s4
-ro2gu
-1roi
-ro4kel
-ro5ki
-rok6kat
-rok6keri
-rok5kl
-rok4kom
-ro7k6l
-rok5n
-rok7s
-rok8se.
-rok5v
-roli7ga
-4rolj
-rol4lab
-rol4lap
-rol4leg
-rolle8ge.
-rolle8se.
-rol4lis
-rol6ly
-rolo9v
-2roly
-ro6mak
-ro4mal
-3ro5m8an
-ro4mate
-2rom7b
-4ro3me
-rome5d
-4romk
-4r3omn
-ro4mor
-2romr
-rom5sla
-r7omsy
-romsø3
-rom3t
-ro5ne.
-ro7nim
-6ronism
-6ronista
-8roniste
-6ronisti
-4ronn
-ron4na
-rono5s
-ron1s4
-ronta6le.
-ro4pad
-5ropet
-ro4pia
-ro8pla.
-2ropp
-ro9py
-ror3a
-ror6da.
-ro3re
-ro1ru
-ro4sat
-ro5sel
-ro3sen
-4rosl
-ros3la
-ro4sm
-ro6sov
-ro1s1p
-ros4st
-ros4sy
-ros7tas
-ro3sti
-ro3str
-rost7rø
-rot5ekte
-ro5tes
-rote7ster
-roti7ka
-rot5ord
-ro5tu
-6roty
-roun2
-round3
-ro5ut
-ro5va.
-ro9vare
-ro7vas
-ro5vek
-ro7ven
-rove5re
-rov5sm
-rovve6
-rò6te.
-2r1p
-r5pa
-r6parb
-r5pefo
-r4peno
-r6penø
-r5pesk
-r5pet
-rp6j
-rp2l
-rp3lad
-rprø5ve
-r3pu
-rpun7g
-r6p5ut.
-r6p5øy
-r2påk
-2r1r
-r8raa
-r2rag
-rra3r
-r4raro
-rr3d
-rr6e
-r4reb
-r7rebart.
-r2ref
-rre7int
-r4rekl
-r5relat
-r4reo
-r4repl
-r4re3ru
-rre5sk
-r4resm
-r4reso
-r4respe
-r3ress
-rre4st
-rres5ta
-rre7sti
-rre5str
-rret6s5
-rre5u
-r3ri
-rri6ka.
-r6rip
-rri5v
-rr3m4
-rrmå8la
-rro6e
-r5rom
-rro8sa
-rro8se.
-rro8ta
-rr5s2
-r2r3un
-rr5v
-rrå5de
-4rs
-6rs.
-r1sa
-rs3ab
-r2s7ad
-r3sak
-rsa5ka
-r6sakt
-rsa6la.
-r8s9ald
-rs3all
-r5sam
-r4sarr
-rs3arv
-r1sc
-5s6ch6l
-r8sedi
-rse6g7
-r4seku
-rs4ela
-rs7eld
-r4seli
-r4s3elv
-rs5e4rik
-r3ses
-r4sesi
-r6sesu
-rse4te.
-rs6ett
-rsett8o
-r7sim6
-rsimp7
-rs1in
-r5s4ing
-r4sins
-rsis5t
-r7sja
-r4sjh
-rsj3or
-r3skad
-r6s7kaf
-rs4kam
-r3skap
-r4skar.
-r4skas
-r4ski
-r5skil
-rsk7inns
-r1skj
-rs5kjens
-r6skl
-rskla8g
-rsk5lar
-rs4k5le
-rs4k3læ
-r5sko.
-r5skoe
-rsk3op
-r4skor
-r3skot
-r1skr
-r4s3kra
-r5skriv
-r4s3kro
-r1sku
-r5sku.
-r5skue
-rsku7et
-rsk5und
-rsk5var
-rs5kys
-rsk5ø
-rs4lef
-r4slei
-rs4lek
-rs4les
-r5s6lit
-rs3lok
-r4slun
-rs4make
-rs4mo.
-rsmål4
-rs6nev
-r1so
-rso9a
-rs5oml
-rso6n5
-rso7n6al
-rso5n8e
-rso5n6i
-rsons4
-r2s1or
-rs5ord
-rso7ris
-rs1ov
-r1sp
-rs4pan
-rs6pat
-r5spel
-r4sper
-r7spes
-r5spi
-rs4por
-r5spred
-r4spå
-rs3s6
-r1s2t
-r4s5tabb
-rs5tank
-rs3tap
-r6st7b
-rs4ted
-rs4tem
-rs5tend
-rsten6s
-rs5ter.
-rstev9na
-r3stil
-r4s5tilf
-r4s5tilh
-r4s5tils
-r4s5tilv
-r5stis
-r4stit
-r6st5k
-rst4r
-rs9tre.
-rs7tree
-r4strin
-r4s5tro
-r5strø
-rst7ut
-rstu9va
-rstyg7
-r3st6ø
-r7stå
-rs5ukl
-rsu9r
-rsu7sa
-rs5usi
-r1sv
-rs8vak
-rsva9ra
-rsvar4s5
-rs1ve
-r3s4vek
-rs5vit
-rsy4na
-rsy3t
-r1sz
-rsøks3
-rs9øye
-6r1t
-rt5ad
-r4t5af
-rta4ka.
-r4tana
-rt3anl
-rta9pa
-r4tarr
-rt3art
-rt3avs
-r4tec
-r4teda
-r3tede
-r2tee
-r4tego
-r4tegr
-r4teie
-r4te3in
-r4teka
-rte6ke.
-r4teki
-r4teku
-rt5e4lit
-rte6ma.
-r3temp
-rten4s5k
-rtentle8
-r2teo
-r7t6er
-r5terd
-r5teres
-r4teris
-r5terk
-r4terå
-r4tese
-r6tesk
-r6testi
-r4teta
-r4tete
-r4tev
-r4th
-rtian8d
-r4tians
-r4tiar
-rti8ar.
-rti5en
-rti6gra
-r4ti3kv
-r4tila
-r4tili
-r4tilo
-r4ti7na
-r2tio
-r2tip
-rti7sa
-r6tiska
-r4tiski
-rt6i9so
-r4tisp
-rtis3s
-r4ti5str
-r3titu
-r2tiv
-rtma6le.
-r5to.
-rt3off
-r9tofo
-r9tok.
-rt3omk
-r4t3opp
-rt6opp.
-rt3ord
-r6t7o6s
-rt1o4v
-rt2r
-rt8ra
-r9tre.
-rt6red
-rt3reg
-rt3rei
-r4t5reko
-rt5rel
-rt5rep
-r7trib
-r4t3ris
-r4t5ros
-rt3rut
-r5t6rål
-rts3ar
-rt4seg
-rts5eng
-rt2si
-rt4s5ja
-rt5ske
-rt3skj
-rt5s4no
-rt3s4pe
-rt4sti
-rt7s6trek
-rt4s5tøy
-rts5unde
-rt3t4
-rtu6en.
-r7tug
-rt3und
-r2t1ut
-rtu8ve.
-rty8da.
-rty8de.
-rtyr5s
-rty6ra
-rt5yt
-rtæ9ra
-rt5øl
-r6t5ås3
-ru3and
-6ruav
-ru6avh
-ru8bl
-ru5bo
-ru4di.
-rud4r
-ruds4l
-ru4ele
-rue4r
-rue3s4
-ruga8l
-ruga5t
-rui3d6
-4ruk
-ruk4su
-rukt3s
-ru9la
-4ruli
-6r7ulk
-rul8ke.
-r2ull
-r7ulv
-r4um
-rum3al
-rum4p9l
-5r2unde
-run5del
-6r3under
-7r4under.
-r5unders
-rund3r
-rund3s4
-run6ge.
-4ru2ni
-run5kr
-r7uly
-ru4nøy
-ru2r
-ru5ra
-ru8ran
-ru8rar
-ru9rer
-rur8ta
-r4us
-rus2h3
-6r7u6sik
-rus5j
-rus7lu
-ru1s4o
-rus5sel
-rus4st
-ru4s4t3r
-r4uta
-ru3tal
-ruta8la.
-r7utan.
-r4utbe
-4rutd
-rut8e
-rute3i
-ru4tel
-ru9tene.
-ru9ter
-2rutg
-r1utk
-rut9o
-6rutr
-rut4re
-ru6trø
-rutto5
-2rutv
-ru5va
-ru4ved
-ru4veg
-ru4vei
-ru4vel
-ru4vere
-ru4ves
-ruvi8
-ru6v7is
-2r1v
-rv4a
-rva7ka
-rva6la
-rve3de
-rve4den
-r4vedr
-r4vega
-r4vegi
-r4vegr
-r4veim
-rveis7e6
-rve5kl
-r4vela
-rvel9le
-r4v5eng
-r5ver.
-rve5re
-r2ves
-r2vev
-rvil9l
-rville9d
-rv2j
-r4vos
-r4vov
-r3vr
-rv2s1
-rv5ung
-rvå7r
-4r1w
-rx1
-ry1a4
-ry2dr
-ry7fe
-ry5fl
-ry5ke.
-2ry1kl
-ry7le
-ryl4l5i8s
-4r5yndl
-ry4nes
-ry5nes.
-ry4pa.
-2ryr
-ry8re
-r1yrk
-ryr4ke.
-ry9ro
-ry5rø
-rys6sal
-ry5ta
-ry4tek
-1rytm
-r3ytr
-r4z
-ræ7le
-8r3æ4re
-8r3æ4ren
-rær5in
-rær8t
-ræ8v
-2rø.
-rø8ar
-6røb
-rø4be.
-rø4dek
-rød1s
-4røep
-røf5l
-rø4ke.
-rø4kero
-røk3l
-4røkn
-røk5s4
-røk7t
-røk1v
-2røl
-rø6m
-røm1a
-røn5nes
-rønn5s4a
-rønn5sk
-røn5sko
-5r6øntg
-rø4pe.
-røp9l
-1rør
-rør5d6
-r6ørende.
-rø7ret
-5rørl
-rø2r3o
-rør4sp
-r8øs.
-rø3se
-rø5sla
-røs5v
-rø8ta
-røt9as
-rø1va
-rø5vede
-rø9vers
-rø1vi
-r4ø5væ
-2r1øy.
-4røya
-røy9ar
-røy6ed
-røy6ene
-røy5es
-røy4et
-5r6øyk
-3røyr
-røy5re
-røy8senes
-6røy4s3k
-røy4st
-2rå.
-rå7a
-4råag
-4råb
-3rådet
-rådy9ra
-rå9ene
-2råf
-4rå5g4
-2råkj
-råk3re
-rå2k3u
-råk1v
-4rål
-råle7s8
-rå4let
-rå5let.
-rå5lu
-r5ånd
-rån6da
-2råp
-2r1år
-rårs5k
-rå5ru
-rå1s
-4råsb
-2råse
-rå5si
-2råsj
-rås4t
-6råta
-råta8ka.
-rå5tr
-rå5tu
-2saa
-5saa.
-sa4ba.
-s6abe
-s8abl
-sa5bok
-s3abon
-sa5by
-sa3ce
-sa4dag
-4sadam
-sa4dere
-4sadm
-sa4do
-2sadv
-sae5d
-3saen
-7saer
-1safe
-5saga
-sa4ga.
-sa4gas
-sa4gat
-6sagent
-6s5agg
-6s5a6gi
-sag8na
-sa6go.
-sa4gog
-2s1a2gr
-sag3s4
-sa3ik
-sa5ir
-sa1is
-5sak.
-sa2ka
-3saka.
-4sakad
-sa5kai
-3sakb
-3sakd
-3s4a3ke
-5sakf
-1sakh
-sakh5e
-1saki
-sa4kj
-sak5kr
-s4akky
-5sakl
-5sakm
-4sako
-3sakp
-sa1k2r
-5s4aks.
-sak4s3i
-4s3aksj
-sak4sp
-5saksr
-5saksu
-2s1akt
-sak6ta.
-5s4akto
-s4aku
-4sa7kø
-1s4al.
-sa1la
-4s5alarm
-7sala.
-5sa5lat
-4salb
-1sa3le
-sa9let
-1salg
-s4alge
-4s5algo
-salg6s5
-s6ali
-sal4mes
-sa5lo
-5sal2s3
-sals4a
-4salter
-sa1lu
-3salv
-sal5ved
-2saly
-1s2am
-5sam.
-sa2ma
-sa5ma.
-sam4an7
-sa5mas
-sam5ei
-sa4mel
-sa4met
-5saml
-sam4lev
-5samm
-sammen5
-sa4my
-4s1a2na
-sa9na.
-sa7nar
-sa3nat
-san6da.
-san7d8al
-5s6ande.
-sand5r
-sand5s6lo
-sand5st
-san4d5ø
-1s2a5ne
-4s3a6nek
-5sang.
-3sange
-4s3angr
-s7anken
-2s1anl
-s5anm
-san5ne
-6sanno
-sa2no
-s5anor
-san5os
-san1s
-5s4ans.
-4sansa
-5s4ansen
-san7s6k
-4s5ans8l
-6sansv
-s8ant.
-san9te
-6santr
-4santy
-4s1anv
-2s1ap
-sa2po
-1s2ar.
-1sara
-6sarab
-2sarb
-s4ard
-9s8are.
-4sareal
-4sareg
-sa5rev
-3sari
-sa4ri.
-sar6ka.
-4s3arki
-2s1arm
-sar5me
-sar8me.
-s1arr
-2s1art
-sar4ta.
-sa4ru
-4sarv
-s4ary
-1sas
-8sasju
-2s1a4sp
-4s1ass
-s6ast
-4sasty
-2sasu
-4sasy
-1sat
-sa1ta
-sa5ten
-sa3ti
-2s1atl
-4s3atmos
-sa1to
-4sa5t6r
-s5atsk
-5satt.
-4s3atta
-6s5atten
-satte4s
-5sau.
-sau4d
-sau5di.
-5saue
-4saug
-sau6ga
-s3auge
-sau6ge.
-2s1auk
-5saum
-3saus
-4saut
-2s1av
-s2ava
-sa4ve.
-5s6a5v6in
-sav5n
-3savu
-8s9b4
-sba4ne.
-sbi6e
-sbo4da
-sbu6et
-s6bug
-sbul3
-sby8ta
-4sca
-1sce
-2scel
-s4cene
-s3cer
-6sch.
-8schl.
-6s7cl
-4sco.
-6scoc
-4scos
-s4cus
-8s9d6
-sdag4s5
-sdam9p
-sde6le.
-sdu8en.
-sdu8er
-sdø8v
-1se
-2se1a
-3sea.
-sea4g
-se3an5d 
-se7ansa
-sea9re
-5se4au3sk
-2seb
-4sec
-4sedag
-sed5d
-se3de
-5sede.
-5sedl
-4sedo
-2sedr
-2sedu
-6sedvanle
-2sedø
-5see.
-see3d
-2seef
-2seeg
-se6e3i
-se3e4l
-se5en
-seer1
-5sees
-2seev
-2sef
-s1eff
-4s1eft
-6sega
-sega6l
-se2ge
-se6ges
-se3gev
-seg8ga.
-9segl.
-7seglet
-3segm
-4s2e7g8r
-2seh
-2seid
-sei8dan
-sei9den
-sei8e9nes
-s5ei4et
-2seig
-sei6ga.
-sei5ge
-sei5k
-3se8il
-6seim
-2sein
-se3ind
-s3eini
-se6ink
-se3ins
-se3int
-sei5r
-3seis
-2sej
-5sej.
-2se5ka
-3seke
-4seki
-2sekj
-5sekk
-sek4kes
-2sek4l
-4se3kn
-2seko
-se2k1r
-4sekra
-4sekri
-4sekro
-3s4eksj
-4seksp
-sek4st
-sek2t3an
-sek6te.
-sekte9ra
-3sek5to
-4seky
-4sekå
-s2el
-2sela
-se6la.
-3selak
-5selane
-5selar
-sel5art
-s3e4las
-se6l5at
-sel1d
-se4le.
-4se5led
-6selega
-4selei
-4s3elem
-4seleng
-4seles
-4s3e4lev
-5s6elg
-4selik
-4selil
-4selis
-4s3e4lit
-sel6løp
-2selo
-7selol
-se3lom
-3sels
-sel4sin
-8s5elske
-sel9s8lag
-sel4spo
-sel5t6
-2selu
-se6l7u6r
-sel4v5ak
-sel4van
-selv3e4
-sel4ve.
-selvei4
-sel4ver
-sel8vin
-2sely
-2selæ
-2selø
-selø8pa.
-6selå
-2se3ma
-3semb
-7semd
-se5me
-se4mi.
-semini6
-2s1emn
-sem4na
-9semnd
-2semo
-sem5pe
-2semå
-s2en.
-6senau
-sen9d8a
-sen6dela
-6senden
-4sendr
-s2ene
-4sened
-se3neg
-4senem
-8senesa
-6senese
-sene8se.
-s5engas
-2s1enh
-se6nin
-s3enkj
-5sen3n
-s2ens
-4s5ensem
-sen6s5end
-sen4sj
-sen3so
-7s6ent
-sen5ter
-8s7en5trep
-4senum
-4seny
-2senæ
-6senø
-2seo2
-7seod
-se3or
-2sep
-se3pe
-seperso5
-3sept
-s2er.
-se3ra
-4seram
-5seran
-4serap
-5seras
-6serau
-ser5d
-s2e5r4e
-5sere.
-4serea
-4sered
-4seref
-4sereg
-4serei
-4serek
-4serel
-4serenn
-4serent
-4serep
-4sereso
-4seress
-4serest
-4seresu
-4seret
-4serev
-s1erf
-s2eri
-seri6e5ne
-4serik
-4serkje
-5serkr
-5sern
-ser7nev
-2se1ro
-se4rop
-se4ror
-se4ros
-9s6ert
-ser4tak
-ser6tat
-ser4tr
-se1ru
-4serul
-se4r3un
-ser4ved
-ser4vel
-2sery
-2se5r6ø
-2serå
-5ses.
-ses5ald
-5sesals
-ses5alt
-4sesc
-2sese
-se4sene
-ses5in
-se3sj
-4sesje
-4sesjuk
-ses5kal
-ses5kar
-ses5kv
-ses5lit
-se3sna
-5seso
-ses3pr
-ses4s5in
-se1st
-5sest.
-5seste.
-4sesto
-ses5un
-ses1v
-2sesy
-4sesø
-ses3å
-3s2et.
-2se2t6a
-3seta.
-se5tae
-seta8ka
-se5tar
-6setea
-4seteg
-4setei
-4setek
-se7tel
-se4tera
-se5tero
-4setes
-2se3ti
-se8ti.
-s3e4tik
-s3e4tis
-4setje
-5setje.
-7setl
-5setn
-2seto
-2set6r
-s4ets
-s5etters
-2setu
-2setv
-2sety
-6setø
-3seum
-4seun
-seure9ne
-seu2t
-2sev
-seva6ne.
-s8e5var
-sev4d
-sevi4sa
-s1evn
-sev4ne.
-se3vr
-3sevåg
-2seyn
-2seø
-2seå
-1sé
-2séa
-6séb
-4sée
-4séf
-4séj
-4sék
-2sél
-4séo
-6sép
-9sér
-4sés
-2sév
-2s1f
-sfa4ne.
-6sfe
-sfe6et.
-sfes5
-sfisken8
-sflå3
-s5fo
-sfo8ra
-sforlø9
-sfra5s
-sfri5e6re
-sfyrs5
-3sfæ
-sfø9ren
-sfø5rer
-sfø5ri
-6s9g6
-sga4l
-sga8va
-sga4ve.
-sgen9s
-sge4st
-sgå4va
-sgå4ve.
-s1h
-4sh.
-sha2k
-s7hat
-s3hau
-6she
-shea4
-s5hei5
-7sh6e4rif
-s4hi.
-s6hip
-sh5isk
-4shj
-6s7hopp
-3short
-3show
-6shs
-2shu
-4s5hy
-s5hø
-shø8l
-shø6va
-shø6ve.
-s7hå
-1si
-sial5v6
-4sia5m
-si7ans
-4siap
-4siav
-si2bl
-3si2da
-3si4de.
-3si3den
-si4deo
-s4ider
-si5der.
-si4dete
-2si2do
-4s1idr
-sid8ra
-4sidy
-4sieg
-si1el
-sie4n
-si5er.
-si6eren
-sie4s
-si3est
-6sife
-si3fl
-2sifo
-si4f3r
-2sifu
-4sifø
-3sig
-siger4s
-4sigi
-4s3iglo
-si5gr
-4sih
-3sik
-si3ka
-si5ke.
-sik2h7
-sik4ka
-sikk8artet
-sik4k5el
-sik4ko
-siko3
-si4kom
-si4kop
-si4kos
-si4kot
-sikt4s3
-s2il
-5sil.
-3sild
-sil4del
-sil4der
-sil4des
-sil5j
-sil2k
-sil4les
-2silø
-si6mel
-4simet
-2simp
-si3mu
-4sinde
-4s3indu
-si3nek
-2s1inf
-sing4s5a4
-7singu
-si4ni
-4sinj
-2sinn
-3s4inn.
-7s4inna
-s6inne.
-5sinnet
-s3innh
-s5innk
-s3innl
-4sinnt
-si5nob
-sinsk5e
-2s1int
-4sinv
-si6nø
-4si5ov
-si4pa.
-si8pe.
-si6re.
-si7ren
-si4ri.
-sir8kl
-s2is
-si5sel
-si4serf
-sis5e4v
-si6sin
-6sisju
-si4sk
-sis5ke
-si4sn
-si4s5te
-si4sti
-sis3to
-4sisy
-3s2it
-si5ta
-sit8ji
-si6t7ra
-si4t5re
-si4tri
-sit3s4
-sitsva9
-sit6term
-sit4tes
-si4umf
-4siut
-5siva
-si9van
-si6vek
-si8vi.
-si9våt
-1sj
-2sj.
-s2ja.
-8s5ja9g
-4sjam
-s4jan
-4sjanl
-s7jarn
-2sj3av
-6s7jaz
-2sjb
-6sjd
-5s4je.
-sje4f3i
-sje4fla
-sjef5t
-sje3g
-sjek4t5o
-3sjel
-sje4lev
-3s2jen.
-5s2jene
-4s3jent
-5s4jer.
-s2je5s4
-5s4jet.
-sjet4ti
-2sjf
-2sjg
-s6jim
-2sjk
-2sjl
-2sjm
-2sjn
-2sjob
-5sjok
-4sjom
-9sjon
-sjons7
-2sjor
-2sjou
-2sjp
-2sjr
-2sjs
-2s6jt
-s6j3t6sj
-sju1a
-6sjub
-6s7jug
-sju8la
-4sjun
-4sjur
-2s7jus
-5s2jø
-sjø3k6
-sjø1p
-sjø9rø
-sjø1s2
-sjø3t8
-6sk.
-1ska
-2ska.
-4skab
-skabe3
-s2kad
-8skae
-4s6kag
-2skak
-5s4kal8a
-ska5lar
-2skam
-s4kaml
-4s5kana
-4skande
-4skane
-4skano
-6skant
-5s6kap.
-9s8kapa.
-4skapas
-5skapen.
-6skapit
-4skapp
-2sk2ar
-sk5arab
-sk7arbe
-5skard
-4s5kark
-6skars
-4skart
-3s8karv
-2skas
-4skate
-8skay
-4skb
-6skd
-2ske
-s4keda
-s6kedo
-s2keh
-s6kei
-skei5er.
-s8k5e4lev
-s6kelik
-skel3t
-s4kelu
-s3ken.
-s4kena
-s6kenav
-s4keno
-s5kens
-5skept
-s5ker.
-s4kero
-s5kers
-s2ke1s
-ske3si
-skes4m
-ske5sn
-s4ketet
-s3ke4t3j
-s6kev
-s2key
-2skf
-2skh
-1ski
-5s6ki.
-7skia
-4skid
-5skie
-5skif
-5s4kik
-s6kill
-5s4kilt
-ski6net
-ski4nin
-5sk8inns5
-skino6
-5skiol
-5skip
-2skir
-s4kire
-6s5kirk
-sk5irs
-s6kis.
-7skiss
-4s5kist
-5s2kiv
-s6kje.
-5skjema
-6skjemas
-5s6kjer4m3
-3skjer5m4e
-7skjers
-3skjor
-4s5kjærl
-5skjøn
-6skjøp
-skjø5res
-2sk1k4
-2s1k2l
-6skla
-sk5lak
-s6k5lan
-s5klas
-sk9leg
-s6klei
-sk3lek
-sk5ling
-sk5lit
-s4k5luf
-s2klyd
-2skm
-2skn
-s1knu
-4skoa
-7skodd
-4skof
-3s2kog
-2s3koi
-1skol
-7s4kola
-3skole
-4s3koll
-4skom
-s6koma
-s5k6ome
-6s1kon
-4skoo
-sk5ord
-s6korpi
-s7kors
-4skort
-2skos
-s2kot
-3skott
-sk8ra
-s4k9ra.
-5s4kral
-s4krat
-s2k7re.
-4s3kref
-6skreg
-5s8krek
-4s3kret
-5skrevn
-3skrib
-3skrif
-4skrig
-3skrik
-3skrip
-4skrite
-3skriv
-5s4krog
-s3kron
-4s3krop
-sk6rud
-skru3s6
-6skryss
-1s2krå
-2sk1s2
-2sk3t4
-5skud
-1s4kue
-sku4end
-sku4er
-skue5re
-1skuf
-5skulan
-5skular
-3skule
-6s5kulis
-4skull
-s4kulp
-4skult
-skum3s
-2skun
-s6k5underv
-4skup
-8s5kurs
-8skurv
-2skv
-sk5va.
-3skvad
-sk3vas
-s6kven
-sk3ver
-sk5vit
-3skvu
-1sky
-s6kya
-s6kye
-4skyr
-sky3re
-4skys
-6s6kyss
-5s6kysk
-3skyt
-6skæ
-6skø.
-6s5køa
-4skøe
-1skå
-skå5re
-6skåt
-sl4
-sla8da
-s3lade
-sla5ge
-sla8ge.
-sla5ke
-s5laks
-3slakt
-3slal
-4s3land
-slap5pe
-s5laran
-s5lare
-4s5last
-s1lat
-sla4te.
-4s1lau
-s5laus
-sla1v
-3slave
-sla4vin
-2sle.
-s8leda
-7slegare
-5s6legas
-s4legi
-s4legn
-s6legr
-6slei
-slei5er.
-s4leiv
-8s5leke
-s5lekk
-s2lel
-s4leme
-4sle7ne
-s6lener
-s6len6t3
-2sler
-8s5les
-s6lesj
-s4leso
-s6lest
-s4leta
-s5lev
-s4leva
-4sley
-s5lia
-2slid
-sli4en.
-6slig
-sli5ke
-s4likk
-2slin
-8s3linj
-slin6t5
-3slip
-5s4lit.
-3s4lite
-4s5liv
-slob5b
-slott4
-s6lott.
-7slottet
-1slu
-8slu7a
-2slu2e
-slu5es
-6sluf
-4slug
-sluk3s6
-slum4p5
-slum5p6e
-s3lund
-s5luns
-s6lup
-slu7sa
-s4lut
-s1ly
-sly8et.
-1s4lyn
-4s5lys
-sly8t
-slæ6rari
-2sløn
-8s5løp
-slø4pa.
-s6lør
-2sløs
-slø8s5a
-3s4løsi
-slø5va
-slø5ve
-slø5vi
-5sløyd
-sløye7
-9s4lå.
-s4låe
-s1lån
-slå5ner
-1slåt
-s1m
-sma6d
-3smak.
-5s4maken
-sma9let
-4sman
-s4med.
-s4mede
-6s5medi
-s4medk
-smeg5
-4smei
-smek7l
-s4mekt
-8s5meld
-3s4mell
-5s4melt
-2s5men
-3s4mert
-6smes
-s6mesi
-s6mia
-s4mie
-smi4ene
-s4mig
-s6mil.
-smi7la
-s6mile
-smini6
-s2mit
-smo7a
-smo8de.
-s2mok
-6smot
-3smug
-6s5mugg
-smul2
-s6mula
-s4muld
-s6mule
-5smurt
-1s2my4k
-6smøn
-1s2mør
-smør3s
-4smøt
-5små.
-små5r
-s8mått
-s1n
-8sna.
-s4nab
-7snak
-4s3nas
-6s3nat
-4snav
-4sne.
-4sneb
-4sned
-s6nee
-s4neg
-3snei
-snei5er
-sne4kri
-s7nekt
-s4nel
-2snem
-4sner
-6snes
-sne9sa
-snes9v
-4snet
-s6nif
-sni6gl
-s2nik
-snik5ko
-3s2nil
-6s3nin
-3s2nip
-snir4
-5s2nit
-2s3niv
-s8no.
-s6noe
-s5nord
-6s7not
-5s6nud
-s3num
-s4nur
-7snut
-8snyh
-2snæ
-snæ4re.
-5s6nø.
-snø5d4r
-5snøe
-1s2nør
-snø1s
-snø5vi
-so3al
-so8ar
-4soav
-2s1ob
-so2bl
-1sod
-so4da.
-5soe
-sofa1
-so4fag
-so4fas
-6s5off
-6s5ofre
-soft1
-so2ga
-so8gi
-so7gl
-sog6nem
-6soh
-5s4oi4
-so5id
-5sokn
-4soks
-sok4se.
-7sol.
-so4la.
-sol5av
-1sold
-so4le.
-solei5er
-so4lene
-sol5f6
-1so7li
-2solj
-so2lo
-so8lo.
-sol3s2
-sol5t4
-so4lum
-so4lø
-3som.
-so6mend
-4s3omfa
-4s1omg
-5somh
-2s1omk
-4soml
-1som5m
-sommar5a
-3s6omme
-somme6r5e6
-2somr
-7somren
-5somrer
-6s3områ
-s1oms
-som5sl
-s4omst
-som5sti
-4somsy
-1s2omt
-5somt.
-6somta
-3son
-so4na.
-son7da
-7s6one
-so8nea
-song3s4
-so4n3o
-sons4k
-son5st
-so2nu
-so4ny.
-2s1o2p
-so7pak
-so9par
-so7pet
-3sopp.
-5soppa
-3soppe
-sop4pi
-8sopple
-so3pr
-1sor.
-7sora
-so3ran
-5sorb
-4s1ord
-sor4da
-1so1re
-so4rek
-7sorga.
-sor4gl
-so2ri
-4s3orie
-7soris
-so5riu
-4sorke
-sor5n
-3sor5s
-7s8ort
-1sos
-4s5osc
-so8se.
-6sosf
-4sosj
-so4sl
-so5te
-so8te.
-so4tra
-sots4
-sot5te
-sot4ti
-4sou
-2sov
-so3va
-so4ve.
-so5ven
-sover5e
-sove3s4
-5sovet
-3sovj
-sp2
-4sp.
-spa5g6h
-7spak.
-7spaka
-5spake
-8spakk
-s2pal
-s3pall
-5spalt
-3s4pann
-3spari
-4spas
-5s6paser
-4spe.
-spe4a
-8speda
-spe9dé
-s4pee
-1s2pei
-s2pel
-spe4leg
-spe4les
-5spelet
-3s4penn
-s4pent
-s5pep
-spe4r5and
-6speri
-4sperl
-s4perr
-s3pers
-3spesi
-s4pest
-s9pet.
-1spi
-6s5pilo
-4sping
-s2pio
-2spip
-spi7res
-spi7ri
-spi7ro
-5s6piss
-2s3piz
-2s1pl
-8s9plant
-sp9lar
-4sple
-s4plin
-3split
-sp6o
-2spoe
-spo6et
-2spol
-5s6pole
-6s7poli
-s4pora
-s4pore
-5s4pors
-sport6s5
-3sporv
-2s5pos
-4spot
-s3pote
-spo5v
-9sprag
-5spran
-6s3preg
-5sprei
-s4prek
-spre5ke
-s3prem
-5s4pren
-6s5pres
-5s4pret
-s6print
-s5prio
-8sprinsi
-8s3pris
-8s7pro
-6s5prob
-s3prod
-4sprof
-5sprog.
-5sproge
-5s6pross
-1spru
-s4pry
-3sprøy
-5språ
-2s3ps
-8spub
-2spul
-3s2pyd
-5s2pø
-6s3pøl
-sp5øy
-9spå.
-5spåd
-8s9r
-sre8ka
-sre8ke.
-sri8e9
-sri8ka
-sri8ma
-sri4ve.
-s5ro
-sro4e
-sro6pa
-sro6sa
-sro6se.
-sro2t
-sro9te
-srot5o
-srø1v
-srå4da.
-sråde9r
-srå6ders
-srå8ma
-4s1s
-s7sabel
-s7sabl
-s6sae
-s4saj
-ssa8ke.
-ssa6la.
-ss5all
-ssa4me.
-ss5amp
-s5sane
-s7s8ar.
-ssari8e9n
-s7s6arm
-s4sarr
-ssar8ve.
-ss6as
-ssau8sa
-ssau6se.
-s6seet
-s2seg
-sse5ge
-ss5egg
-ss4el
-sse5li
-ssel5s
-ss9elv.
-ssel5v6å
-s2sem
-s5sen.
-sse8na.
-ss5enden
-s5sene
-s4seni
-ssen6ke.
-s4senu
-s6senå
-s5ser.
-s6serab
-s6serat
-sse7sk
-s4seski
-s4sest
-s7set.
-s9sets
-s2seu
-s4sey
-s2sh
-ssi4a
-ssi7e6rer
-s4siff
-s6silo
-s8s9ime
-s6s3ind
-ss5init
-ss3inj
-ss3inn
-s4s3ins
-s5sis4
-ssis5m
-ssi6v7end
-s5s6jarg
-ss4kape
-ss3kar
-sska8ra
-ss3kof
-s7skog
-s4skor
-ss6ky.
-ss4kye
-ss4kå
-ss5kål
-s7skåp
-s2sl
-ss1lo
-ss5ly
-s2sm
-ss6nar
-ss2no
-ss4nø
-s4s5nød
-ss5nøk
-s2sof
-s4sok6
-sso5lo
-s2som
-ss4oma
-sso3ra
-s4sorga
-ss3ove
-ss6pil
-ss4por
-ss9ri
-ss2t
-s5stad
-ss4ted
-ss3tek
-sstel6li
-ss5tep
-ss7tilp
-s7stip
-sst6r
-ss5tren
-ss4trå
-ss3tus
-ss3t4v
-s2sul
-s3sur
-ssva7ra
-ss1ve
-ssy6na
-ssy5r
-ss7øye
-s6så
-6st.
-2s1ta.
-stabs3
-3s6t2ad
-stad3a
-sta6d3o
-s5tafa
-3stafe
-sta5fl
-st3aft
-sta7ge
-4stah
-sta6ka.
-5stakk
-4stakl
-6stal.
-6sta4la
-sta5lak
-st5ald
-4stale
-sta4le.
-5s6tali
-5stalt
-s3tame
-3stamm
-sta5na.
-3s4tand
-6stande.
-st8ane
-s4tanf
-s4tang
-stang5s6
-st3anl
-sta8n9o
-s6t5antr
-st3anv
-4stao
-2stap
-s7tapa
-s4tapp
-s8tapå
-s3tari
-1stas
-3s8tasj
-4s5tast
-1stat
-4stato
-sta5top
-sta3tu
-3stave
-2s4t5b
-st7c
-2std
-2s3te.
-2stea
-2steb
-3sted.
-s4teda
-5stedt
-s2tee
-2s4tef
-3s6teg.
-stega6l
-s4tege
-3stegh
-4s5tegn
-s4tegr
-4stegsp
-5stegspl
-ste4her
-s2t4ei
-stei5er
-4steikn
-ste6in6s5
-3s4tek.
-4s4teka
-s6teke
-ste4ket
-s4teki
-4s5tekn
-4steko
-v4s5tekst
-s4tekt
-s8te5kv
-4stela
-ste5le.
-s5teleg
-ste5lev
-s5telig
-5stemd
-3s4temm
-5stemn
-4stemø
-sten5a
-ste4nar
-5s4tenen
-s4tener
-4ste5nes
-3s6teng
-s4teni
-6stenk
-4steno
-stens5l
-4steo
-s5teol
-2step
-step7per
-st8er.
-8s5tera
-s4teram
-s6terest
-s4terev
-s7t6erf
-s4terid
-ste7ris
-s6teri6v
-4s3term
-6sterr
-ste5run
-2stes
-s4tese
-ste7sle
-4stet
-s4teta
-ste7t6r
-s6tetø
-4steve
-4stevi
-6stevl
-5stevn
-6steå
-2s4t5f
-2stg
-stga6ve.
-stgå8va
-stgå8ve.
-2s6t5h
-st5he
-2s3tia
-4stib
-s5tibe
-s9tibl
-3stic
-6s5tid
-s6tidel
-sti5en
-s2tif
-3stift
-s4tigen
-7s6tigi
-st9i8gj
-3stign
-s5tij
-6s5tika
-4s5tike
-s4tikl
-3s6til.
-5s4tila
-sti4lag
-4stild
-3stile
-stile9ge
-s6tilk
-6stiln
-s4tilo
-6s5tils
-5s4tilt.
-6s5tilta
-5stilte
-4stime
-sti7mer
-6stimé
-3s6timu
-s6t3ind
-s6tini
-4s6tinn
-s6tinst
-s6tint
-1s2tip
-4s3tipp
-6stips
-5stir
-2stis
-6s7tisk
-4stitt
-4stiå
-s4tja
-5stjel
-4s3tjen
-s6t5jent
-3stjer
-4stju
-2stk
-2stl
-2stm
-2st5n2
-s2to.
-1stof
-2s3tog
-4stoks
-6stokt
-3stoli
-4stolj
-s5toll
-4stom
-s9tomm
-st3oms
-6s5tomt
-4stoni
-st3ope
-st5oppl
-6s8t5ord
-sto4ret
-s6torm
-stor3o
-4stors
-st5o4s
-s1tot
-sto4t5r
-5s6tore.
-st5ou
-5stova
-2stp
-8str.
-st3ra.
-4s5trad
-s8traff
-6strafi
-6strail
-st3ral
-st4ran
-stra8na.
-5strand
-4strane
-6strans
-4strap
-4strar
-st7ras.
-st7rast.
-5s4traum
-s4tre3a
-s4tred
-7s6treik
-st5reis
-7strek.
-st5rekl
-6streni
-st5rer.
-6strers
-6strh
-9stria
-9s8trid
-5strie
-st5rige
-st3rin
-3s4t6rip
-5stri3s
-6stroe
-s5t4rog
-5s4trok
-st3rol
-6s4t5rom
-st3ron
-st7rop.
-st7ro6pa
-s6trope
-9s6truk
-st5rum.
-2stry
-6stryg
-s7trykt
-4s3træ
-1s2trø
-6s5trøb
-st6røm
-4strør
-4strøs
-st5røse
-s5trøst
-4strøy
-6stråd
-2st5s6
-stsa6me.
-stsy8na
-4st7t6
-stta6le.
-st3t4r
-s4tua
-1s2tub
-3s4tud
-s2tue
-stu4el
-stu4er
-stue5re
-3s4tum
-6s3tung
-6stunn
-3s8tunt
-6stur
-2s4tut
-2stv
-s3t4ved
-1sty
-2stya
-2styd
-3s4tyk
-sty6l
-2s5tyn
-2s7typ
-3s4tyr
-styrs3
-6stysk
-4styv
-sty5ve
-1stø
-2støk
-5støl
-6støm
-5støp
-6størk
-5støt
-stø7va.
-stø5var
-stø3ve
-stø5vi
-st8øy
-1stå
-5s4tåe
-stå5k
-4su.
-1su4a
-su7a8l
-1su2b
-sub7l
-sub3o
-5subs
-s3ubå
-1sue
-su8er
-su2f
-5s2ug
-su6ga.
-su4ge.
-sug3g
-su2h
-3sui6
-su3is5
-suit5a
-su2k
-4s1uke
-3suk5k
-suk3r
-1suk5s
-su4le.
-3s4ulf
-su4lik
-sul4t5r
-s1ulu
-2suly
-sulæ5
-3s2um
-4s3umid
-su2mo
-sums6
-5sund.
-8s5under
-5sundet
-5s4undi
-sun6d7r
-9sunds
-sun4ge.
-6s7u2ni
-su4o
-3s2up
-su4pe.
-super3
-supi9
-sup4r
-su8pre
-sur5d
-su4re.
-4s3u4rei
-1surf
-su4rie
-su4riu
-surs5k
-sur4sp
-sur4sti
-1sus
-su3san
-su4se.
-su6s5es
-4susi
-su4sik
-sus3p
-sus3s
-su2sy
-2s1u4t1
-sut6ra.
-sut8reg
-7suv
-8s5u6vi
-sv2
-6sv.
-sva5a
-svai5
-5svak.
-3svake
-6svaks
-sva4la
-sva4les
-6svalet
-5s6vali
-7s6vam
-s4var.
-s4varet
-s3varm
-3s4vart
-6s1vas
-6s1veg
-sve6g7i
-s5veie
-3s4veis
-s5veka
-6s5veks
-5s4vens
-sverd5s4
-sve4re
-sve8res
-3s4verg
-5s4verj
-s5verk
-sver4ki
-s4verm
-6s7verv
-7s4vev
-s4vie
-svi6e3l
-4svig
-svi5ke.
-6svikg
-4sviks.
-3svikt
-4s5vikti
-4svil
-s6vindel
-svi4nes
-sving5s4
-ll6svint
-4svir
-2svis
-svi4sa.
-svi4se
-svi5sen
-svi5ser
-s8viv
-svi9ve
-4svol
-5s2vor
-svor7t
-s3vr
-3svul
-5s6vulm
-s3vy4
-svye7ne
-1s2vø
-4svæs
-2s7vå
-1sy
-sy4c
-sy4de.
-sy5den
-5sye
-sy2er
-sy8ka
-sy4ker
-sy5kere
-2syko
-sy6kog
-s4ym
-sy7me
-s2yn
-4s5yndl
-synk4
-syn6sk
-syn3te
-sy4ra
-sy5rar
-s6yre
-sy4re.
-2s1yrk
-syr4ka
-syr4ke.
-3sy1s
-sy4se
-sy2sl
-sy2s3t
-sys4tr
-2sy2t
-sy5ten
-sy5t6h
-9sytt
-sy2vå
-s4z
-sz3c4z
-6szt.
-1sæ
-sæ2l
-8s3æ4re
-8s3æ4ren
-sæ4r1i
-særle9
-sær5s8
-7s6æ5te4
-4sætt
-1sø
-4sø.
-sø2d
-s1øde
-4søf
-søg4
-4søj
-9søk.
-3s6øke
-5søkj
-5søkk
-søk7kj
-3s6økna
-2søko
-søk4sk
-søk6s3e6
-5s6øksm
-søk4ta
-3s4øl
-sø4la.
-sø4le.
-sø5let
-3s2øm
-sø6må
-3sønn
-s1øns
-s4øp
-sø4ras
-sø4re.
-sø4r5end
-søren6de.
-sø8ret
-sør9ett
-7sørl
-sør3s
-sør5ø
-3s2øs
-4søs.
-sø8sa
-7søt
-sø7tast
-sø7tel
-sø5tes
-2søv
-s1øve
-3søvn
-2s5øy.
-4s3øya
-søy8de.
-6s5øyd
-8søye
-3søyl
-6s5øy4n
-søy2r
-2s7øys
-5såg
-s3å2ke
-5s4ål
-så4le.
-6s1ån
-sån4da
-sån6de.
-så2p
-9såpa
-så5pet
-6s1åpn
-såp9u
-så2r
-så6ra
-sår9ast.
-så4re.
-sår3sk
-sår7ø
-så2s
-s7åsa
-s4åsb
-s5åse
-sås5k
-sås5t
-9såv
-såva7
-ta1a
-4tabo
-tab2r
-tab2s
-ta4bu.
-4tabø
-ta1c
-4tad
-ta2da
-ta8d3ei
-ta6d3e4t
-tad5spa
-tad7s6v
-ta6du
-t8ae
-6taei
-4taek
-4tael
-1taen
-4taend
-4taenh
-ta6es
-2ta5fe
-taf7f6
-5tafis
-4tafl
-1tage
-4tagj
-8tah
-ta7is
-1tak.
-ta4ka.
-4takau
-ta7ken
-ta5ker
-tak7kel
-tak5k4l
-ta8k9la
-2takr
-tak4sal
-tak6se.
-tak4si
-4t3aksj
-5takst
-tak4tal
-4taktig
-tak4to
-t5aktø
-ta1ku
-tak3v
-1tal.
-ta9lam
-ta3lan
-tal5ang
-ta7las
-3tale
-ta4lei
-tal5eie
-ta4lek
-ta5ler.
-tale7s6
-1talg
-tal6ge.
-7talj
-talj5es
-tal4led
-tal4leg
-8t7allerg
-tall7es
-tal8lign
-tall6s9a
-tal4ly
-tal3op
-6talter
-t5altern
-ta6l9u
-ta6lå
-2tamb
-tamba6ne.
-t3ambi
-t4ame
-4tamet
-tam4i
-2ta3m4o
-t6an.
-ta2na
-4t3anal
-ta3nar
-ta5nas
-ta5nat
-t5andak
-5t6ande.
-t7andel.
-t5andele
-tand5r
-tandø4
-tandør5e
-1tane
-ta4nel
-ta5nem
-4tanett
-t3anfa
-tanfø6
-6tangf
-6t3angr
-1tank
-2tanl
-t3anle
-2t1anm
-3tannl
-t5anno
-tanns4
-tan6sk
-tans5ka
-t5an5sl
-4t5anstr
-4tansv
-8tantil
-tan4tra
-6t7antre
-t3anve
-2ta3o4
-5tap.
-ta4pa.
-1tape
-ta4pe.
-3tapi
-4tapl
-4tappa
-5tappi
-1t4ar.
-t6ara
-ta4r3ak
-4taram
-ta6rare
-2tarb
-3tarbo
-5tarbø
-4t9arena
-6t7ark.
-tar8ka.
-4t5arke
-4t3arki
-4tarra
-tar9si
-tar7sp
-tars6v
-4tart
-tart7est
-t5artik
-tar7tit
-tar4t3r
-ta6r5å8k
-4tasa
-ta3se
-6t9asf
-t3a4sia
-tasi3e
-ta4sif
-ta4sil
-ta4si5s4
-tas4p
-tas5s4
-6ta7sto
-ta7str
-4tasu
-ta1ta
-ta7tes
-tate8se.
-tat5e4v
-tati1
-tat3op
-tat2s1
-tat3te
-t3attr
-1tau
-9tau.
-7taue
-4t5aug
-2t1a4uk
-4taun
-tau4ne.
-tau4sk
-2taut
-2tav
-6tavin
-3tavl
-4tavli
-ta9xy
-6t1b2
-tba3d
-tba2n
-t6be.
-tbe6te.
-tbe6t7r
-tbe6t8ra
-tbo6da
-tbu8da
-tby3k
-tby4s
-tby7te
-2tc
-t1ce
-tcen4
-tch5e
-t5co
-2t3d
-tdy5pe
-1te
-4tead
-4te3ag
-2teak
-2te9a8l
-tea6m
-2tea2n
-2teap
-2tear
-te5arb
-tea4s
-3teatr
-4teatt
-2teau
-2teav
-4teb
-t5ebb
-tebu8da
-4tecel
-te1co
-2ted
-6t5eddi
-3tede.
-4tedeb
-te7def
-4tedek
-4tedel
-4tedem
-te5den
-4tedi
-5tedil
-4tedo
-tedo6en.
-tedo4er
-tedo8et.
-te4dor
-ted4sk
-ted4sl
-6tedu
-4tedy
-tedyr9k
-4tedø
-te3e4
-2tef
-8tefa
-4tefi
-4tefl
-4tefo
-tefo8r
-t3efte
-3tefø
-2tega
-5tegat
-4t3egd
-te7gea
-te9gee
-4tegg
-teg8ga.
-2tegh
-te4gim
-2tegj
-2tegl
-te3gla
-te9g8li
-8tegs.
-6tegspl
-6tegsv
-2tegu
-tegvi8
-2tegå
-5tegås
-4teh
-5tei.
-2tei4d
-t3eie
-t3eiga
-tei6ga.
-t7ei6ge.
-6teigr
-3teikn
-tei5le
-te1im
-6teinf
-te4inne
-te5inte
-te5i4s
-6teiso
-2tej
-te7ken
-te5ker
-4tekil
-2tekj
-5tek1k
-2tekl
-te5k4la
-tek6lede.
-tek4li
-4teknu
-2teko
-2tekr
-te7kra
-te6k5ru
-9teks.
-4t3eksa
-t3ekse
-4teksp
-t4ek8st
-tek8t9r
-tekt4s
-tek6ty
-2teku
-te2k3v
-4teky
-2tekø
-4tekå
-2te3la
-tel6ak
-5te4l5ar
-3telav
-8te4le.
-4teled
-4telei
-4telek
-4teleme
-te4lene
-6teler
-te4les
-te5lesk
-4te4lev
-te6leva
-4telid
-4telik
-4telil
-4telin
-te4lir
-4telis
-4telit
-4teliv
-tel5lef
-tel4lei
-tel4lev
-tel8lign
-tel4lo
-2telo
-tel3se
-telses5
-t3elsk
-tel7s6v
-5teltet
-2te1lu
-7telut
-2tely
-6telæ
-2telø
-telø8pa.
-2telå
-2tem
-3temae
-6teman
-te4mans
-t5emba
-6temenn
-5temik
-tem9ma
-6temn
-tem5ne.
-tem5ord
-tem5pe
-tempe8l7
-3tempo
-tem3s
-4temø
-3ten.
-te5nab
-te4n5al
-ten8am
-te4nan
-te4nat
-ten5at.
-6t7enc
-6t5en6den
-4tendr
-4tened
-te5neg
-6tenem
-6tenerg
-5tenes
-4tenet
-2teng
-7tengon
-t5e4nig
-7tenik
-5tenis
-4teniv
-ten9no
-te4nom
-te5nor
-6tenorm
-4tenot
-te6nov
-6tenó
-ten3sa
-ten5sko
-ten6slu
-ten3so
-tens5v
-ten4t5in
-tentle8ge.
-4tenum
-4teny
-4tenæ
-2tenø
-ten5øks
-2teom
-5teon
-4teop
-te6ora
-4teord
-2teov
-2tep
-te3pa
-4tepak
-tepa9ra
-4tepas
-4te5pe
-7tepee
-9tepé
-tep6pere
-t5e6ple
-4tepr
-4terac
-te7rakk
-6teramm
-ter7apa
-4terapp
-te4rare
-6terasa
-4terase
-7terast
-terba6ne.
-t6er5d
-4tered
-4teref
-4tereg
-4tereis
-te4rel
-8terem.
-6teremm
-te4r5eng
-teren6ga
-6terenn
-4terep
-te4rerk
-ter5esti
-4terett
-6terevo
-3ter5g
-3terh
-te4rig
-4terik
-4terisi
-te4riv
-ter5j
-4terk.
-4terke
-4terkh
-7terkr
-6terks4
-4terkt
-terla6ga
-terle7ge
-terle6ve.
-ter8ma.
-ter3no
-tern5s
-te5ro.
-tero6e
-te3rof
-4teroll
-4terom
-5teromr
-4te3ros
-4te3rot
-tero6v
-ter5r
-5ters.
-5tersjøo
-ters4kl
-ter7s6ko
-ters4l
-ters4h
-ter3s4m
-ters6ne
-ter5sv
-tersø6ke.
-3ter3t
-ter9to
-ter9ul
-8terum
-ter7v
-tervi6se
-2tery
-ter5ør
-4terøt
-te4r3øv
-4teråd
-te4r3ås
-t4es
-5tes.
-2tesa
-5tesar
-te7sen
-2te1sh
-4tesid
-4tesik
-6te3sin
-4tesit
-4tesj
-6tesjef
-4te1sk
-t9es6ka.
-6teski
-te5sko
-2te1s2m
-7tesmåe
-2te1sn
-2te3so
-6tesp
-5tesr
-3tess
-5test.
-4testaf
-tes5tas
-4testat
-5tes7te.
-4te5stei
-te5s6tiv
-5testid
-tes4tik
-4te5s4til
-4te3sto
-4te3str
-4testy
-4testø
-2tesu
-4te1sv
-tes8væ
-2tesy
-2te3sø
-te7så
-te8sår
-teså9re
-3tet.
-teta6ka
-teta6le.
-te4tap
-te3te
-5tete.
-tete4e
-4teteg
-4tetei
-4tetek
-4tetem
-2teti
-3tetik
-3tetis
-2tetj
-2teto
-2t8et2r
-3tet2s
-tet5ti
-tett3s
-2tetu
-5tetu.
-2tetv
-2tety
-te2t3å
-2teu
-teu8k
-t1eur
-3teus
-2tev
-t6eva
-te4valu
-3tevl
-tevo6r
-te3vr
-2tey6
-2teø
-2teå
-4téa
-2téb
-2téf
-2téh
-2téi
-4téle
-2tém
-2tése
-4tést
-6t1f
-tfe6e
-tfe4l
-tflå3
-t7fo
-2t3g2
-t4ga.
-tge4a
-tgei5
-t4gi.
-tgi5ros
-tgrei9e
-t4gå.
-2t1h
-t4hap
-t4hea3
-thei5m
-tho7li
-tho3re
-3thr
-thu5le
-thu6s
-thy5r
-1ti
-2tiad
-ti3ag
-2ti1ak
-4ti3all
-ti5als
-2tia2m
-2ti1ap
-ti3asp
-4tiau
-2tiav
-2tib
-2tick
-3tid
-ti2da
-4tidan
-tid7d
-6t3idee
-4ti5dem
-4t7idé
-4tidis
-4tido
-4tidr
-2tidu
-tidvi4
-6tidy
-4tidø
-ti1e2
-2tief
-2tiei
-2tiem
-4tienh
-tie5ra
-4tierf
-4tierk
-ti4ert
-ties3
-ti3esk
-ti3et
-4tieta
-4tiett
-2tifa
-tifa8ne.
-2tife
-4tifl
-2tifo
-2ti5f6r
-t8ifrå
-4tift
-tif5te
-2tifu
-4tifø
-ti9ge.
-4tigj
-2tign
-3tigno
-ti6gun
-2tih
-2tii
-2tij
-ti3ka.
-6tikarr
-ti5ke
-4tiket
-4ti5ki
-6tikj
-tik4kj
-2ti3ko
-2ti1k2r
-ti3ku
-6tikular
-6tikult
-6tiky
-4tikø
-t4il
-tila6ga
-til1d4
-3tilde
-2tile
-ti3lei
-3tilfe
-3tilg
-til3id
-4tilke
-3tilkn
-4tille.
-4tillh
-4tillin
-tillø7
-4tilm
-7tilnæ
-3tilst
-til3t4
-4tilte
-2tilu
-2tilø
-ti7mab
-5timat
-ti4me.
-5timedie
-ti4mera
-5timeri
-2timl
-4timo7
-4tim6o8r
-2t1imp
-tim7s
-2timu
-2timy
-2timø
-ti6nab
-tin5art
-4tinaz
-2tind
-t3indu
-ti4nem
-4t1inf
-tin5ge4s
-6ti4nit
-6t5inj
-2tink
-7tinks
-4t1inn
-6t5inne
-ti5no
-tinsk5
-4tinsp
-4t3inst
-4t1int
-2tinv
-4tinva
-4tiny
-9tiol
-6ti7om
-tion9s6
-4tiop
-ti1or
-ti1ov
-ti3pa
-ti6pla
-4tipr
-3tips
-2tir
-tira4t
-ti4ref
-ti1ro
-6tisak
-4tisam
-ti5s6an
-ti3se
-4tis4ei
-4tisek
-4tisel
-4tisem
-4tisep
-tise8ra.
-4tisers
-6tisig
-4tisio
-4tisje
-4tisju
-tis4ka
-4tiskan
-4tiskil
-tis5kok
-6tisku
-tis5l
-4tisn
-4tiso
-6tisprå
-4tistat
-tis4ti.
-tis4til
-ti5stre
-4tisty
-4tistø
-ti8støy
-2tisy
-2tit
-ti7ta
-ti3te
-ti1tj
-3titl
-tit4r
-tit3s
-3titt
-4tiub
-2tiut
-ti4v5and
-tiva9re
-ti4v5art
-tiv6is
-2tivo
-tiv5si
-tiv5sk
-4tiy
-ti5ær.
-ti7ære
-ti9ært.
-ti1ø8
-2tiå
-6t3jag
-2t1jak
-t5jarn
-2t1je.
-2t1jeg
-2tjel
-1tjen
-tjen6st
-6tjep
-2tjer
-t5jev
-2t1ji
-5t6jingan
-5t6jingar
-2tjo
-t5jord
-2tjub
-tju4e
-2tjun
-6tjur
-3t8juv
-tjæ4res
-2tjø
-4tjå
-4t3k2
-t6kag
-tka8ra.
-tkly9
-tku6le.
-tkå8pa
-6t3l6
-tla4ga
-tla8te.
-tle6da.
-t4ledr
-t6lef
-tlei5er.
-tle8se.
-tle5ti
-tligh6
-tlight5
-tli6nes
-tli4te.
-tlu4e
-t6l7ut
-tlø4pa.
-tl7øy.
-tlå3ne
-tlå7r
-2t1m
-tma3d
-tma8ge.
-t6maku
-t2mam
-t2meg4
-tme3in
-t2mek
-tmini6
-tmin5s6
-t2mos
-tmå4la.
-8t1n
-t3na
-t6nee
-t4neli
-t7nelig
-tne4rek
-tne4r5ø
-tne8se.
-t4nesk
-t4nest
-t5ni
-t8no.
-tn5sk
-tnæ6re
-7toan
-7toar.
-toa6t
-6toau
-2toav
-tobe6r
-t3o2bl
-6tobs
-4toc
-to5da
-to9de.
-to4dera
-3todo
-1toe
-2toek
-6toel
-toe4t
-2tof
-6toff.
-t3ofre
-to5fri
-to2g3at
-to7gen
-4togg
-to6gl
-6tograv
-to4gre
-tog3st
-to2gu
-2toh
-toil3
-2to1in
-4toj
-t6ok
-1to3ke
-to3ki
-2tokj
-2tokk
-tokk5end
-to3kl
-5toksi
-5tokt
-2toku
-to4l5arm
-5tolat
-to5lel
-tolele7
-5tolera
-toli8ne.
-2tolj
-1to4l3k
-7tolki
-tol4lab
-tol4lag
-tol6leg
-tol6lett
-3tolo
-tol5tr
-4tolå
-to9ma.
-2tomb
-to5mene.
-2tomf
-4tomg
-to3mi
-to5mise
-to7mist
-4tomk
-tomlø8pa
-t8omm
-2tomr
-4tom1s
-5toms.
-1ton
-to5na
-to4ned
-to4nel
-tong5s4
-to8nib
-2tono
-ton3sa
-ton5s4l
-ton5sp
-2tonu
-to4ny.
-2to3o
-4to1pl
-4toppd
-6toppg
-6t5opple
-4t5opplæ
-top4po
-4toppt
-4topr
-to1ra
-to4rak
-tor5alt
-tor5ang
-to4r5ant
-to4r3as
-4tord
-tor8da.
-to1re
-6toreg
-to4rek
-tor7eks
-to7rem
-6torent
-5torer
-tore4t
-tor5ete
-4torga
-tor5int
-tor7me
-torm5s
-tor5na
-tors4i
-tor5t8
-torvei5
-to4rø
-4torå
-to1s
-4tosa
-4to3se
-to2sh
-6tosj
-tos5ke
-to8sku
-4tos2p
-2tosy
-4tota
-to5te
-to8ti.
-to5to.
-to4tor
-6toty
-2tov
-to1va
-to7veg
-to5verd
-tove7re
-t5overs
-5tow
-4toø
-6t3p2
-t7pa
-tpi7ne
-tpi7pi
-tpo4et
-t4påk
-tr4
-8tr.
-6t9rabat
-3trafi
-tra8ka.
-trak7to
-t5rane
-3t6rans
-tran7ske
-5trap
-tra3pe
-tra5po
-tra5r4
-5trase
-tra5se.
-tra5ses
-5trasé
-t2rat
-t5rate.
-3trav
-tre4al.
-tre1c
-4t3reds
-t3refu
-6t1reg
-t5regi
-4trei
-tre5int
-6trek.
-4treke
-4trekl
-4t3rekor
-4trela
-3t6re7na
-tre5ne
-t6reng
-3t6reni
-4t3renn
-tren6sk
-t7repe
-t5repres
-t2rer
-t4rero
-t4re3ru
-2tres
-6tresi
-tre5sko
-tres4l
-3tresn
-t5resu
-t1ret
-t4reta
-t6reto
-t5retted
-5t6rettel
-4trev
-tre9va
-t6rib
-4t1ric
-4t4rid
-tri7ei
-t5rig.
-t4rikk
-t8rina
-t4ri5ne
-4t5ring
-3trinn
-7t6rio
-t4rist
-tri5to
-t4riu
-t2riv
-tri7vi
-5trix
-3t4ro.
-5troa
-tro9ar
-3troe
-t4rof
-tro5g
-3t2roi
-tro3in
-t4rok
-t2rol
-4t3rom.
-t6rond
-5t4rong
-tro5per
-t2ros
-5t6rosk
-tros3l
-tro1v
-t8ru.
-t8rua
-7trua.
-5trued
-5truet
-3trug
-tru1i
-5trukn
-t3rull
-2t1run9
-t3rund
-4trupe
-tru5sa.
-7t6rusk
-2trut
-t5ruta
-t3rute
-t3ruti
-tru5v
-try3dr
-3t2ryg
-tryg5ge
-7trykk.
-5trykke
-try7pe.
-t6ræ
-trø8a
-t5rød.
-t5rødt
-4trøk
-4trøm
-2trør
-5trøt
-5trøya
-5trøye5
-trøy9et
-4trøyr
-6trøys
-5trøyt
-trå8da.
-4trådet
-trå4dr
-t6råkl
-t3råst
-4ts
-6ts.
-t5sa.
-t5sab
-tsa2g
-tsak6se.
-ts1an
-ts4ang
-tsau6r
-t1sc
-t6scha
-t6sch5k
-t5se.
-tse6d
-tse4er
-ts5ege
-tsei4d
-ts3eig
-ts2em
-t3sen.
-ts4ende
-t5sendi
-tsen8ka
-tsen6ke.
-t5sens
-t4sentu
-t5ser.
-t3seri
-t4s3erk
-tser3o
-t5s6ers.
-ts4es
-t4sesk
-ts5e6st
-ts3eta
-tse4te.
-ts1e4v
-ts3f
-ts4fæ
-t7s8hop
-ts7ill
-ts3inn
-t4s3ins
-t5sir
-ts5jeg
-tsje5t6sj
-ts5jor
-5t6sjov.
-t7sjuk
-t4sjur
-t5skad
-t4skan
-ts6kis
-t4s5kjed
-ts6kjø
-t5skol
-t6skoll
-t7skot
-ts5kren
-tsk5ru
-ts5krø
-ts1k6v
-ts9kvi
-ts6ky.
-t6s7kyn
-ts1l
-t7s6lo.
-t3s4lot
-ts2lu
-ts5lø
-t5smit
-tsmå6la.
-ts1o
-t4s5o4d
-t5sok
-t5somst
-t5spek
-t3spel
-ts2pi
-t2s3pike
-t3s4por
-ts5s4
-t1st4
-t2s3tabb
-t5stad
-ts3tak
-t4s3tal
-t5stand
-t5stang
-t5star
-t5stat
-ts6tau
-t3sted
-t4steg
-t4stek
-ts6tig
-ts4tik
-t4stilk
-t4stin
-t4stit
-t2s1tj
-ts5ton
-ts5tors
-ts5tree
-t4s5tren
-t4s5tro
-ts3try
-ts6trål
-t5stu
-ts3tv
-t4sua
-tsu7ge
-tsu4l
-ts3uli
-ts3u4r
-ts5usi
-ts1v
-t3svik
-ts1w
-t5syk
-ts5yt
-tsø8ka
-ts5økni
-ts5øv
-tsøy8er
-ts1å
-tsåt8
-6tt
-t1ta
-t3ta.
-t2tab
-ttaba6ne.
-tt9abo
-tt5adr
-t2taf
-tta9fr
-tt3aft
-tta4la.
-t6t3ald
-tta7lel
-ttall4
-t4t3ana
-t5t6ane
-t4t3ang
-t4tans
-t4tanv
-tt5appe
-t7t8ar.
-ttare6
-t4tarr
-tt5ar5t
-tt6arta
-t4tase
-t4tasj
-t4tav
-tt3avi
-tt5avk
-tt5avr
-t3te.
-t2tea
-t3ted
-t4teda
-t5tede.
-t8tedr
-t2tee
-t4tef
-tt3eff
-t2teg
-t2tei
-tt7eid
-tte3in
-t2tek
-tte7kv
-tt7elev
-tteli6te.
-t4tem
-tte4ma.
-tt5emn
-ttem8na
-ttem6ne.
-t3ten
-t5ten.
-t4tena
-t5tene.
-t4teni
-tten5s
-t9tens.
-t4t5ense
-t2teo
-t5ter.
-t4terei
-tter5un
-tte4r5ø
-t4terå
-t4tese
-t4tesi
-ttes6ke.
-t4tesl
-t5tet.
-t4teta
-t4tete
-t1té
-t4th
-tt5he
-tti5a
-t4tidel
-tti3e
-t2tif
-t5tig
-tti4g5j
-tt3ind
-t5tine
-t7tiné
-t5ting
-t4tini
-t4t3ins
-t4tisj
-t6tisti
-t7tite
-ttle6de.
-ttlin5
-t1to.
-t5tofr
-tt5om.
-t7tomr
-t2ton
-tton6na
-tt3opp
-t5tora
-tt3ord
-tto5re
-tt5o4ri
-tt3orm
-tto5u
-ttpar4
-tt6pås
-tt9raka
-tt5rake
-tt3ram
-tt3rap
-tt7rat
-t4t3rep
-tt3res
-tt3rev
-tt5rom
-t5trop
-t5try
-t2t1rø
-t6ts
-tt7saf
-tts3ar
-tts5kan
-tts5kj
-ttsla6ga
-tt3sok
-tt5still
-tts5top
-tts5tra
-tts5tøy
-tt3ugl
-t1tum
-tt1un
-ttun6ge.
-tt1ut
-tt8ute
-ttva8la
-tt5ve
-tt6vun
-t5tw
-t5ty.
-tty8e
-tt1y6t
-ttæ6
-tt3ø4l
-t1tør
-tt3øv
-tt7øy6r
-tt1å4
-5tual
-4tu4av
-tuba3
-tu4be.
-tu6bå
-tu6dem
-5tuel
-tu4er.
-tug8la
-tu1in
-tu2k
-t5uka
-t1uke
-7tukt
-3tula
-1tule
-tul5les
-tum5m
-tum4s
-3tun.
-4tund
-3tune
-tun5gesv
-6tungd
-tung9s
-6t5uni
-tu4nio
-5t4un5n
-9tuns
-3t2ur
-tur7ant
-tu4ras
-4tu4rei
-tu4rek
-turi4
-tu4rin
-tur1o
-tur3p
-tur5s4
-tur3uk
-tu5rus
-tur1ø
-1tus.
-tu1sa
-3tusb
-3tusf
-tu4sin
-tu4sm
-tus5o
-tus7s6t
-tust6r
-tus5u
-2tutg
-t5utj
-t5utk
-t1utr
-tut6tenk
-tut5tor
-tutt5ov
-tu8va.
-2t1v
-tv4a
-tva8k
-tva6ne.
-3tvang
-t4v5anl
-8t9var
-tve5del
-3tveit
-4t7ver
-tvert5
-t2vet
-3tvet.
-7tvets
-t5vik
-tvi8ka.
-t8viklas
-5t4vil.
-tvi5la
-5t4vile
-t4vi5l4i
-t6ving
-tvi4sa.
-tvi4se.
-6t7vo
-3tvung
-6twa2
-1tyd
-tyg9gel
-tyg5ges
-6tyh
-tykk5s6
-ty4med
-1tyn
-ty4ne.
-6t5yo
-1typ
-5t6ype
-ty4pere
-ty4pet
-ty4rak
-5tyrann
-6tyreg
-ty4rep
-tyre5st
-ty4ri.
-tyri9e
-ty4ri5s
-ty2s
-3tysk
-tys3t
-2ty2t
-ty8ta
-t3ytel
-ty5ten
-ty4ve.
-2tz
-t5za
-5t6zel
-6t6z5l
-1tæ
-tæ5l
-tær6ene
-tæ4renh
-tær4er
-tær4et
-tær5s4
-tøf3l
-2t1øk
-tø9ket
-tøk8ta
-4tøl
-t7ø4let
-5t4øm5
-tøn5nes
-4tøp
-tøp5se
-t2ør
-tø4r3as
-tør3in
-tørk4
-7tørk.
-9tørka
-5tørke
-tør5ne
-tørs7ta.
-tørs7ter
-tørs5tin
-tør3t
-tøs4
-tø8sa
-4tøt
-tøt5a
-tø5ta.
-tø3te
-tøtt6
-2tøv
-tøv6d
-tø7vele
-t4øy
-tøy5a
-t9øyem
-tøy5r
-tøy5te
-tå4en.
-tå2k
-tå5ket.
-tå5ki
-tåk6r
-tå2l3a
-tå9la.
-tå4leg
-tå7lel
-tål5s4
-tån8da
-tån6de.
-tå3ne
-4tåp
-tå6pe.
-t1åpn
-tå6re.
-tå4rep
-t3året
-4t5åri
-3t8årn
-2t1års1
-tå3s
-tå2t
-t3åtak
-tå7ten
-ua7g
-u1ak
-uak3s
-u1al.
-ua7la
-ual5l
-ual3o
-ual3u
-u3a4ne.
-u5anl
-u3ans
-u1ar.
-uar5d
-u4arr
-u5ars.
-uash3
-ua3t
-u5au8
-u1av
-1uavh
-u4ba.
-ub7alt
-ub7ant
-ub5ark
-ub4bo
-ub2br
-ub4bu
-ubel5s
-ub5h
-ubi6s
-ubis7t
-ub1j
-ub7lande.
-uble3s4
-u1b4r
-ub5rin
-2ubs
-ubu8e
-u4bå
-uch5en
-uch5er
-u1ci
-uck1
-ucu5
-2ud
-u3da.
-u7das.
-ud4dag
-ud2dr
-udd4s5e
-ud2då
-udea9
-ude8are
-u2deb
-udeie5
-udei5er
-u2dek
-ude3lu
-u2dep
-u6dero
-u2des
-u3d2et
-u6d5ett
-u5devo
-udia2
-udi3an
-udi4en
-udio5
-ud7ir
-ud7ji
-ud5leg
-udle6ge.
-u7dob
-u6doe
-u2dot
-udover7
-ud1r
-udse4
-ud3t
-ud5v
-3u4dy
-udy9ra
-ud5å4s
-ue5a8
-u5ei
-u1el
-uem8na
-u1e2n
-uend5r
-u7ene
-uensar4
-ue7o
-u1er
-u5e6rast
-ue4re.
-ue5ren
-ue4rer
-ue4res
-ue5ri
-uerle7
-u2erm
-ue4se
-ue2si
-ue4skj
-ues6n
-u1et
-uet8r
-ueul8
-u4fe.
-u6feb
-ufe6e
-uf1f4
-uf4f5erm
-ufi9l
-ufi5ne
-u1fl
-u6foa
-ufor3s
-u1fr
-uft3a
-uf4tan
-uft5s4la
-uft3sp
-ufø6
-u5gag
-u5gar
-u6g5av
-ugby7
-u2gem
-u5gen
-u3ger
-u4gerø
-u2ge5s4
-u9get.
-u8geta
-u2gev
-ugg3s4
-u5gis
-u4gl
-ug1la
-u5g4lad
-ug9lar.
-ug4le.
-ug9ler.
-ugle7s
-ug5ly
-ug7na
-ug7ne.
-ugo1
-u4go.
-ug4re
-ugrei9er
-u4grø
-ug5s4i
-ugs4k
-ug7so
-ug3s4pr
-ug5s4va7
-uguay7ans
-ug5øyn
-u1h
-3uhel
-ui8a
-u4i6c
-ui2d
-uid5el
-uid5en.
-uid5ens
-uid5er
-uid5in
-ui3e6
-u4il
-uil5l
-u1im
-ui3ne
-u1ing
-uinnsmi8
-uinnsmig9
-u1ism
-uista7
-uit3en
-uit5er
-u1itt
-u1j
-u4jas
-u8je.
-u7jå
-4uk.
-u1k2a
-u7kar
-ukare6
-ukar5t4
-u5kat
-u2ke.
-u4ked
-uke5l4
-4ukem
-uker5an
-uke4rek
-uker5i
-ukho7
-u7ki
-u1kj
-4ukk
-ukk6a
-uk7kestal
-uk8k9l
-ukk7n
-ukks6
-u5klem
-uk8lu
-ukl7ut
-u5k4no
-u1ko
-u4k5og
-u2kra
-uk3rus
-2uks
-uk2sa
-uk4sek
-uk4sel
-ukse7te
-uk2si
-uk2s1k
-uk7ski
-uk2so
-uks5t
-uk4s3un
-uk2sø
-ukt5e4sk
-ukteslø9se
-uk4t3id
-uk6tj
-uk4t5ori
-uk2t7r
-ukts6l
-ukt3sp
-ukt9s6v
-ukt4sti
-uktu8e9ra
-uktue5re
-u1ku
-uku6e
-uku5le
-uk5vik
-ukys8
-uk3ø4
-uk5å4
-6ul.
-u1la
-u4la.
-ula7d
-u6l1af
-ul3aks
-ul5art
-ul4det
-u4lef
-u2lek
-u2lel
-ulele8ge.
-ule5ma
-u3len.
-u6leni
-u3lens
-u5ler.
-u5lere.
-ule3ri
-u2l3erl
-u4lero
-u2les
-ule3st
-u5lest.
-u5leste.
-u2leu
-u1lé
-ul4f5l
-ul4fo
-ul4fr
-u3l4i
-ulie8
-uli9en
-uli5ke.
-3ulikh
-uli9na.
-uli5ne
-u7linj
-ul1j
-ul5ka
-ul4k3v
-ul4lag
-ul4lam
-ull7arm
-ul4leg
-ull5egg
-ulleg8ga
-ul6leng
-ul9lere
-ul4le3s4
-ul8li.
-ul8lig
-ulling7s
-ull5i4v
-ul4l3o6s
-ul8lot
-ullo3v
-ull5sle
-ull3s6m
-ulls4t
-ull3sv
-ul2lu4
-ul6ly
-ul2lø
-ulm4u
-u1lo
-ulo6i
-ul5op
-ulo7va
-ul4sk
-uls4po
-ul8sn
-ulss8
-ul2st
-ul8s3t6r
-4ult
-ul4teg
-ul4tek
-ul4tes
-ul4til
-ul4tim
-ul4to
-ul7tor
-ul4t3re
-ult3ri
-u7lua
-u3lue
-1uluk
-u5lup
-u5lus
-ul9ut.
-u7luta
-u9lute
-ul7va.
-ul5van
-ul4var
-ul4ve.
-ul4veg
-ul4vei
-ul4ves
-ulv3t
-ul4v3u
-1uly
-ulyk5kes
-ulæ6ra
-ulæ5re
-ulø3se
-uløy6e
-ul5å6l
-2uma
-uma8ge.
-u6mare
-um5au
-umau7ken
-um3av
-2umb
-um5be
-4umc
-4umd
-2ume
-u4mend
-u4m3enh
-umen4t5i
-ume5ra
-2umfo
-2umh
-2umi
-u6midd
-umie6n
-umi9na
-u4mint
-um9ja
-2umk
-4uml
-4umm
-um3me
-um4mil
-um4mis
-um3n
-umna8
-4umo
-umo6g
-um5ok
-2ump
-um7pan
-um4ple
-um4p7ut
-4umr
-ums1
-um7se.
-um4sku
-umsku8le.
-um2sn
-um4sor
-ums3t
-6um7t
-umta8l
-um5ut
-4umve
-umør3s
-um7øy
-umå7
-2un.
-una6da
-un5alg
-u4n3ap
-u9nar
-u7nas
-u3nat
-2und.
-6unda
-6unde.
-un4dek
-un4del
-6unden
-5undersk
-5underv
-4undet
-un6d7im
-4unds
-und5s4i
-u2ned
-u4nee
-u9nei.
-u2nel
-unele6ge.
-u4n5eng
-u4neno
-u2ne1s2
-u3nes.
-u2nev
-unev5n
-1ungd
-ungele8ge.
-un4gem
-un2g1j
-un4g5l
-un4go
-un2g1r
-un9g8ru
-ung3s4i
-un6i
-u4ni.
-u2nid
-1u2nif
-u4nim
-u3nin
-3union
-uni4st
-4unk
-un4k5l
-un7ko
-un4kr
-un7nak
-unn5erf
-un4n5ers
-un4n5erv
-un5nes
-un4niv
-un2no
-unn5ste
-unnta8la
-un4n3y
-u4no.
-u2n3os
-uno7t
-4uns
-un6sj5i
-un3skr
-un5s4p
-un3stek
-unst5e6l
-un7s6tenk
-unst3o
-un1s2v
-un4tal
-un4tam
-un4tas
-un3t2r
-unt5rep
-un4tri
-untun8ge.
-unu6
-un5ut
-u3ny
-u3nø
-un5øy6d
-u7nøyg
-u3nå
-uo9a
-u1ob
-u1om
-uom7s
-u1op
-uor8da
-uo1re
-uo5ro
-u1ov
-up3av
-u3pea4
-u5per
-uper3a
-upe6ren
-u4peta
-6upf
-u3pi
-u8pi.
-up3ins
-up3li
-up6nev
-upo9pe
-up1p2
-up4ped
-up4pla
-up6pre
-upp5s
-4upr
-u3pra
-6ups
-up6sen
-up2s3k
-ups4ke
-ups5pr
-6upt
-6upu
-u1på
-upåvi6
-u1ra
-u2rad
-u2raf
-ur3aft
-u2r1ak
-ura6ly
-u4ram
-u5rane
-u3rans
-uran6t5re
-u5rar.
-u6r7arl
-ur3arv
-u9ras.
-ur5asp
-ur3att
-ur7au
-urau9ken
-ur1av
-ur4bod
-ur4c
-urd4
-ur3di
-ur4d5o
-u1re
-ure8al
-ureer6e
-ur5egg
-uregi6
-uregist5
-3urein
-ure4l
-ur3ele
-u4reli
-u7r8ell
-u7r8elt
-u4r3els
-u4r5eng
-u7reom
-ure7o6s
-u4resu
-u4reta
-u4rete
-ur4e5v
-2urf
-ur4feb
-ur6fed
-ur3ge
-u1ri
-u4ri.
-uri6a7ne
-uri9en.
-uri4e5ne
-uri9er.
-u3rik
-u3rim
-uri5ne
-ur3inn
-ur3ins
-ur3int
-uri6sp
-ur4ke5s
-ur7k6j
-ur6k7ja
-ur8kla
-ur4kle
-ur6k5n
-urk5s
-urla8ga
-urle6ge.
-urle8se.
-urma7g
-ur3nea
-urn1s2
-urnæ6re
-u4ro.
-u6roc
-5uroe
-urom5s
-u2rop
-uro7pi
-ur3opp
-ur1or
-uro3s4
-uro4sta
-uro8ta
-ur4pel
-ur6p9ut
-ur3re
-ursa8ka
-ur4sal
-ur4s3el
-ur4sin
-ur4skr
-ur4spe
-ur5ste
-urs5til
-ur4stj
-ur2sv
-urs3va
-ur2s1ø
-ur3teo
-ur5ti
-ur4to
-ur6t5ri
-urts4t
-urue7re
-u6rug8
-ur7ugl
-uruk6
-uru4ke
-uru7kn
-ur6ul
-urumo7
-urun4g
-u7runk
-uru7v
-ur4vel
-urv3s
-u6rys
-urø2
-ur1ød
-ur1øy
-4usa
-u9sane
-us3ang
-u9sar.
-u7saren
-u6s7ark
-us7au
-us1c
-2use
-u5seal
-use4al.
-us7edvanle
-u2s1ei
-u2sek
-u4sele
-u2sem
-u6s5endi
-us7erk
-u4s5erm
-u6sesi
-uset8je
-us3eva
-4usg
-u2sh
-u2s3h4a
-u2s3h4o
-us4id
-us3ind
-us5inn
-us7jag
-u4sji
-us5kaf
-u4s3kan
-uska8ra
-us7kat
-us5ken
-u6s5kis
-usk4l
-us6k5le
-us5klo
-us1ko
-u1skr
-us7kru
-usk7u6t
-us4ky
-us1l
-usle6ge.
-us5lin
-u4slu
-us7mø
-u4sn
-us1ok
-uso5l
-uso6l5d
-us1or
-u3sori
-usove7r6e
-us1p
-u1s2pin
-us5sar
-us6sat
-us4sjå
-us4skj
-uss5kor
-us4skur
-uss1l
-us7smi
-uss7mø
-us4s5ti
-us4str
-us2sv
-u6stande
-u4stat
-us3tav
-u2ste
-us3ted
-u5stei
-us7ten
-ust9ette
-us5ti
-u5s6tig
-us1tj
-ust5of
-uston8
-ust7onn
-us5tor
-ust5o6v
-us8tra.
-us8tran
-us8trar
-u6stre
-ust5ren
-us4tri
-us3tro
-ust5rød
-u6st5rå
-ust7ut
-u4stå
-us3ung
-u2sur
-us1v
-u5svale
-u7s6valt
-usva8n
-usvi8ka.
-6usæ
-usæ9le
-usø6m
-us1øy
-u1tae
-u2tag
-u7tagg
-u9tal.
-ut3alb
-ut5ald
-u3tall
-u5tande
-uta7no
-ut6anv
-ut3arm
-ut3art
-uta1s4
-u5tas.
-u6t5a6sa
-u6t5a6se
-u2ta1u4
-1utb
-ut4ba.
-utbe8d
-4utbi
-ut6by.
-utch5
-1utd
-4utdat
-utda7ta.
-u2te.
-u2tea
-u4tee
-u4tei
-u2tek
-ut3eks
-u5tekst
-ute6ma.
-u5temm
-u9temt
-ut2en
-u6tena
-u3tenk
-u4tenu
-u2teo
-2uter
-u6terø
-u2te1s6
-u4teta
-u3tett
-ut6eu
-uteva9
-1utf
-utfa7s
-utfø5re
-1utg
-8utgåe
-6u3ti
-u4t5if
-utikk6u
-utiku9
-u4tili
-u6tiven
-ut1j
-u5tjen
-ut6ju
-3utlei
-utlø5se
-utlå7na
-utmå5le
-u8tni
-1utny
-2uto
-ut7oms
-uto5s
-uto4v
-3utpr
-ut4på
-ut1r
-u5t4radi
-ut3re
-u5treng
-u3triv
-u3trol
-u3tros
-5utru
-u5t6rul
-ut4rø
-ut9rød
-1ut1s4
-4uts.
-4utsei
-utse8t9ja
-2utsj
-ut3sk
-5utst
-7uttak.
-5uttake
-ut4terk
-utt5eva
-ut4tid
-ut4til
-ut5torea
-ut1tr
-ut4tra
-3uttry
-utt1s2
-u1tu
-utu5e
-u6t5un
-utun8ge.
-u2t5ut
-1utv
-u3t4vil
-utvi5se
-2u3ty
-3u4t6yd
-u8ty.
-8utz
-ut1ø
-u5tør
-ut4ø8s
-utøs7t
-1utø4v
-ut5øya
-ut7åk
-u3tål
-ut1ån
-ut7år
-u1u
-u7uma
-u5ume
-u7ut
-u1v
-uve5di
-uve3in
-uve6ris
-uve3s
-u7ves.
-uvet5ø
-u6vev
-u5vi
-uvi6k
-uv5ra
-uv9sa
-u5vu
-uvø9re
-u1w
-4ux1
-ux4a4
-uy6a
-u7yn
-u1æ
-uærle9ge
-u1ø6
-uøv5
-u9åra
-u7åre
-va3am
-va8an
-4vab
-6vadj
-vad1r
-vaf3
-vaf6r
-vai5r
-vai5s
-va6ka.
-va7kan
-va5ker
-6vakh
-va8ki.
-4vako
-vak3r
-7v6aksi
-4v3aksj
-vak5s6t
-1vakt
-vakt5r
-va1ku
-vak3v
-va3lan
-va4led
-val9eks
-4valel
-val4g3r
-vali9e8
-val3la
-val6mes
-va6l1o
-va1lu
-va4lun
-4valv
-va4løy
-val7å
-vam8pu
-4v3anal
-vand5s
-v4ane
-vane5s
-va4net
-2vang
-van4gr
-vang4s7
-va8ni.
-1v4ann
-van4nan
-van4niv
-vann6sti
-va4nom
-v4ans
-van5sem
-5vansk
-van5s6ki
-van3sm
-van3ti
-van9tr
-va4ny
-2vap
-va5po
-va4ra.
-va6rak
-va4ral
-va4ram
-va4rap
-va4re.
-va4reg
-va6rem
-va4res
-var8ka
-var5ma
-var4mee
-var4sa
-var4sk
-var4s5ti
-var4sv
-varta9la
-var6tem
-var4t5i4s
-4vasa
-va4sa.
-va9set
-6vasid
-va6sie
-va4sif
-va4sik
-va4sil
-va6sis
-va2sk
-vass5a
-vas4sau
-vas4sel
-vas6s7ø
-4vasta
-vat5a
-va3ta.
-va6t7e8l
-va2terf
-vatle6ge.
-5vatn
-va1to
-va6tr
-vat7ra
-vat1s
-4vau
-2v1av
-va4z
-2v1b2
-vba4ne.
-vber5g
-vbo6da
-6v1d
-v7dev
-vding5s4
-v7doi
-v7don
-vd6r
-vdu6en.
-vdu6er
-v7dø
-1ve.
-2ve1a2
-ve6ag
-ve6ar.
-2veb
-2vec
-ve2d1
-ve9dob
-vedom5
-veds2
-ved5s4k
-3ve8d5t
-vedø4
-vedå6
-2vee
-ve4er
-2vef
-ve6g5av
-ve5ge
-3vegg
-veggs4
-2vegj
-4vegl
-ve3gle
-ve5g6lød
-veg5n
-2vego
-6vegre
-veg5rett
-4vegru
-ve4gut
-ve4g5å
-2veh
-1vei1e
-vei3en
-4veill
-6veit
-2vej
-4veka
-5ve4ka.
-ve4ke.
-ve4ked
-4vekee
-2veki
-4vekj
-2vekl
-vek8la
-vek8le
-ve4kli
-2veko
-2vekr
-3veks
-vek4st
-veks4t5r
-1vekt
-vek4t5an
-vek5to
-vek4t5r
-2vekå
-5vel.
-ve4l5as
-5velat.
-5velatp
-6veld.
-vel4del
-8velds
-4veled
-6velei
-7velet
-4velis
-4velit
-6veliv
-2velo
-5veloc
-vels2
-vel3se
-velses5
-vel3sm
-vel5sp
-vel5st
-4velug
-vel5un
-vel5v
-2vely
-2velæ
-2velø
-velø8pa
-2vem
-ve5ma
-1ven
-ve8na.
-4venem
-ve5net
-ve6nete
-4venev
-ve4nin
-ven6n5i
-vennle7
-ve2no
-ven6sti
-ven6str
-vent6a
-ven5t6r
-vent4s
-4venty
-2venu
-ve4nus
-ve5ny.
-4venya
-ve4nym
-2ve3o4
-2vep
-1v8er.
-ver5ak
-ver3al
-8verau
-ver6des
-ver6din
-ver6dir
-verd7v
-ve3re.
-4vered
-4vereg
-5vereig
-4verek
-ve4rel
-ve6r7eng
-4verenn
-4verep
-ve5rer
-ve5res.
-4verett
-4veretu
-verfø5re
-ve9ri.
-veri3a
-ve4rial
-ve7rie
-4verik
-ver3il
-5verkn
-ver5m6
-ver6nal
-vern6s5
-ve9ro.
-ve3rom
-ver8ska.
-ver5ski
-ver7spo
-verta8la.
-verta6le.
-ve1ru
-5verum.
-6very
-verø6
-ver3øs4
-4verå
-v4es
-3ves.
-2ves4a
-ve5san
-4veset
-4vesh
-4vesi
-4vesj
-4veski
-2vesl
-ve9sli
-ve1s2m
-6ve3so
-4vesp
-ve6s3per
-ve5sted
-ves6t5end
-vest5o4v
-4vestr
-4vestu
-4vestø
-vesva7
-5vesynds
-2vesø
-ve1så
-veså5re
-v4et
-1vet.
-2veta
-8vetaka
-4veteg
-4vetek
-ve5te6s7
-6vetev
-2ve7ti
-4vetj
-2veto
-ve4to.
-veto7e
-9vetoke
-9vetoks.
-ve4tor
-2vetr
-1vets
-vett5sk
-6vetv
-4vety
-vety8e
-2veu
-ve8um
-2veva
-ve6vak
-ve5van
-ve9var
-2vevi
-vevi8sa
-vev4sm
-vev4sp
-2veø
-2veå
-1vê
-2v1f
-vfall4
-vfø7re.
-2v1g2
-v4ga.
-vga4le.
-vga6li
-vga8ve.
-v9ge
-v4gi.
-vgjer6s7
-vgo4
-v4gå.
-2v1h
-vhø4re.
-1via
-vi1an
-vi6bl
-vice5s
-1vid
-vi5de
-vide4o7
-vi4d5o4
-vid3r
-vid3s4
-vi1el
-vi5end
-vig4m
-vi4gu
-vi5gø
-vi4kat
-5vikb
-vi5ked
-7vikg
-vik5ke
-vik5n
-vi2k3o6
-3viks.
-vik5sa
-vik5s6l
-4vikt
-5vikti
-vi4k5ø4
-vi2l1a
-vi5la.
-vi4les4
-vi4l3in
-1vilj
-vil4l5an
-vil4led
-ville6de.
-vil4lei
-vill9ep
-6v5illu
-vil5m
-vil1o
-vil4sti
-vilt7o
-vil6tret
-vil4tri
-vi2lø
-4vim
-vim7p
-vim7u
-4vindl
-5vindu
-vine5st
-v6ing
-4vingn
-vin5gom.
-ving3r
-vin8g9u
-vin3na
-vin4ned
-6vinnh
-4v5innl
-4v5inns
-4vinnt
-vi6n5o6ver
-v2in2s
-vin7sja
-vin4tes
-vin5tre
-vi8pa.
-vi6pe.
-vip5s
-1vir
-4viro
-7viru
-vis3ab
-vis3ak
-vis5and
-vi4see
-vi3sen
-vi6seng
-vi2s1k
-visk6re
-vis5m
-vi1so
-vis3om
-vi4sp
-vis9pa
-viss4p
-vis5ti
-vi4tak
-vi5tese
-5vi6t5j
-vi4t3o
-vi4tr
-vit7ra
-vit5re
-vit5skr
-vit6te6s7
-vi4t5un
-vitun6ge.
-vi4t5øy4
-vi4va.
-vi6ves
-vivi3
-v1ja
-v1je
-vje4t5a
-vje5t6e
-vje4t5r
-vjet3t
-vje4tu
-v1ji
-4v5jo
-vju3t
-6v3k6
-vk4le
-vk4ler
-vku4le.
-6v1l2
-v6lab
-vla6ga
-v9led
-v9leg
-vlei9e
-vl6el
-vle4se.
-v5lesn
-vle5str
-v6lesv
-vli7v
-vls9
-vlu9sa
-2v1m
-vma8le.
-vmo8de.
-vmord4
-vmå8la
-2v1n
-v3nad
-vna8ke.
-vn5al
-v9nar
-vn5dy
-vne7b
-v2ned
-vne7de
-v4nele
-v4neli
-v4nelo
-v2nem
-vne5r6e
-v4nero
-vne1s
-v4nesta
-v6neste
-v2nev
-vnor9s8kas
-vn4s5pa
-vn1s4t
-vn5t4
-vnæ4re.
-vn5ør
-vo1al
-vo2ar
-6vob
-2vof
-vof8fan
-vo4gu
-voi1
-1vok
-4voko
-voks3k
-vok6s5
-1vol
-voli7
-vo4litu
-vol4tes
-2vom
-vo4na
-vo9nal
-vo9nar
-von5de
-vons6
-von5sh
-2v1o6p
-2vord
-vor8da.
-vo1re
-vo9ren
-2v1org
-4voro
-vors7k
-1vos
-4vosj
-vos4se
-vo4teg
-vo4tel
-6votr
-vo1v
-vo4ve.
-vo6vi.
-2v1p4
-2vr8
-3v6rak
-v7rar
-v1re
-vregi3
-6vrenge
-4vrengi
-v6rengj
-v6rengt
-vrett4s
-v6ri.
-3vrid
-7vrie
-v6rigas
-vri6ma.
-vri8me.
-v3ring
-vrin5s
-vri6ve.
-v1ro
-v4rob
-v4rof
-v4rok
-v4rop
-vro8te.
-v1ru
-v7ry
-vrø3ve
-v1rå
-vrå8da.
-8vs
-v6sa.
-v7sali
-v6se.
-v4seg
-vs3egg
-v3s4el
-v4s5e4li
-vse4n
-v5sen.
-v4s5eng
-v5s4ens
-v2ser
-v6si.
-vs1in
-v1sk
-vs8ke
-v6s5kum
-vs1kv
-v1sl
-vs3lan
-vs6let
-v6slik
-vsmå8la
-v1s2n
-v6s7na
-vs3ne
-vs3ny
-vs3næ
-v4s3nø
-vs5od
-vsom5
-vs5oms4
-v7son
-vs1or
-vs2pe
-vsre6de.
-vs7s6t
-vs4s5å
-v1s2t2
-vste6ma.
-vs3til
-vs1v
-vsø6ke.
-vsøl5
-v2s5øy
-vsøy4er
-v8så.
-vså7re
-2v1t
-vta1
-v4ta.
-vta8ka.
-vta6led
-vta9len
-vta4lev
-vta6s
-v5tepp
-v5t4i
-vti8na
-vti8ne.
-v5t4r
-v3t2v
-vty8e
-1vu
-vu2d1
-vud5d
-vuden5t
-vuds4
-8vué
-vu8k
-2vul
-2vung
-vun4ge.
-6vu6o
-2v1ut
-2v1v
-vva8la
-vve8g9ing.
-vve6g7inga
-vven7n6i
-vvi5ke
-vvi6k7l
-vvi8s9an
-vvi4se.
-2vy1
-vya4
-vy7ens
-1væ
-væ1ra
-væ9ret
-væ8ta.
-v3ø4d
-vø4l
-vø7li
-vøm4met
-3vøre
-vø6re.
-v3ørke
-vør8na.
-vø3se.
-v5øv
-4v1øy
-vøy6e
-vøy7ene.
-vøy9enes
-1våa
-1våe
-4våend
-v4åk
-vå8ka.
-vå4ke.
-vå4kene
-vå9kene.
-vå4le.
-1vån
-vå5ne
-4vånu
-vå3ren
-vå8sa.
-vå5tes
-6våtf
-våt7å
-w2a
-wa6l
-5wald
-wal4k
-walk5o4
-wal4l
-2wap
-war6d7er
-wash3
-1wat
-wa3z
-w1b
-wboy5
-we2
-weate7
-we7b
-we3g
-we5re
-wes2
-wes3s
-wester6
-western7
-wet5
-wett4
-w4i2
-wi9ar.
-wich3
-3wicz
-wi3d
-5wi6en
-wi9er.
-wi5f
-wi3ni
-wi5ra
-wi3ren
-wi5ta
-wk3r
-w1l
-w1m
-wn5s
-wob5
-wou6
-wout7
-ws5
-ws6k
-wurs6
-wy2
-w1yo
-wyor2
-wyork3
-w1z
-xan5t
-x7b
-x3f
-xga6
-x7h
-x1ic
-5x6id
-xi5e4
-x5k
-x1l
-x1p6
-x3r
-x1s2
-x7t
-x6u
-xy2
-ya7b
-1yac
-ya5f
-ya4h
-y1ak
-yak6te.
-ya2l
-y7am
-y1an
-y6an.
-y2ana
-ya4ne.
-yan7k
-yan7sl
-y1ark
-y7arr
-yas4
-ya5si
-ya5t
-y1av
-y1b
-yba4ne.
-yb4bed
-ybde3
-ybo2
-ybu6er
-ybue7re
-ybu7ern
-ybyg5
-y1c
-y8ce.
-y8cé
-y2co3
-y6dab
-yd5av
-4ydd
-yd6dela
-yd4dep
-y6d7enh
-y4deo
-y2dep
-y4dero
-y2d1is
-yd6je
-yd1ji
-ydo4
-yd3op
-yd5ov
-y1dr
-y4d4r5au
-yd1re
-yd5rem
-y4dro
-y4d4r5oks
-yd3si
-yds4v
-y2du
-yd1un
-ydø4
-y4døm
-ydør5
-yd1øs
-4y1e
-yed8l
-ye6dre
-y2ek
-y5eks
-ye4len
-ye6let
-yel4s5j
-yel4sk
-yels3m
-yel6s5t
-y2em
-ye2n
-y7e6ne
-y8ener
-y2enh
-ye5ni
-y2enk
-y2enl
-yenle6ge.
-yens4
-y4ense
-y3e6re
-ye4rel
-y3ern
-yer8sk
-y4erst
-yes2
-ye5sm
-ye2t
-ye9te
-ye5ty
-y2ev
-y1f
-yfan9
-yfjell4
-y4fle
-yf5le.
-y8ga.
-yga8ve.
-yg4dal
-yg4dek
-yg4del
-yg4dep
-yg2do
-yg2d1r
-yg2d1y
-yg2dø
-yge5i
-ygen5s
-y6geret
-y2ges
-y4gev
-yg6gam
-ygg7art
-ygges4
-yg5gj
-ygg5l
-yg6gr
-ygg3s2
-yg6gu
-yg6g5å
-ygi2
-y5glo
-yg7m
-yg6r
-y1h
-yhes5
-y1i
-y9in.
-yis7t
-y1j
-6yk
-y1ka
-ykap3
-y6kara
-y2ke
-y7kel.
-y5kelen
-y3keli
-y7kels
-y3ken
-y3ker
-y4kerel
-y4kero
-y5ket.
-y9kets
-y1ki
-y1kj
-y4kjar
-y5kjare
-ykjeva8ne.
-yk4kana
-yk4k5enh
-yk5kesj
-ykke6s5ta
-yk1kj
-ykk5ni
-ykk4s5k
-yk8k5vi6
-yk4ky
-yk1la
-yk6lest
-y1klo
-y3klub
-yk3lus
-y5klæ
-y1ko
-y2koa
-y6koli
-y4komo
-y5kosa
-y2kot
-y5koti
-y1kr
-yk1s
-yku6le.
-yk3var
-y1la
-yla8ga
-yl4dan
-yl4derk
-ylde4s
-yld1r
-yld5s6k
-yle6ge.
-y7les
-y4lev
-yligh9
-yl5k8
-ylke2
-ylke4s3
-ylkesla8ga
-yl4lev
-yll5is.
-yl3s6
-ylst7re
-yl5tet
-y8luse
-3ylven
-y1ly
-ylæ7re
-y6mei
-y4mete
-ym4fe5d6
-ym5jara
-y4mo.
-ymo5e
-ym3p2
-ym1s
-ym8sa.
-ym4se
-ym8sl
-ym6ta.
-ym6te.
-ymå6la
-y9n8and
-yndes8
-yn5det
-y2nel
-yn7eld
-yner3g
-yne5s4
-ynesi8
-y6nev
-yn5gel
-yn4gem
-yn2gr
-yn4g5ø
-ynko3
-yn6k5v
-yn5na
-yn5ne
-ynn3s4
-ynn4ø
-y3no
-y4no.
-yns1
-yns6are
-yn4sem
-yn9set
-yn2si
-yn2sk
-yns9ket.
-yns7ki
-yn5skj
-yns7kjele
-yn8s9kjer.
-yn4st
-yn2su
-yn4s5ver
-yn4tap
-yn8teg
-ynt5ei
-yn4tek
-yn6tete
-yo4gat
-yo6gi.
-y1om
-yon4
-yon5nen
-yo6nu
-y1o2p
-y1o2r
-yor6da
-yo5re
-you4
-yout5
-yp8e
-y2pe.
-y4pee
-y4pena
-y4penet
-ype4rel
-y6peta
-y1pi
-y4pi.
-y7ping
-yp5inn
-ypin8na
-y1p2l
-y5po
-yp7p6a
-yp3pe
-y1pr
-yp5s8
-yp4tok
-y3pu
-y1ra
-yra8ka
-y4r3a6l
-y7rarb
-y4r5au
-yr5av
-yr7da
-yr5dø
-y7real
-yre3in
-y5reis
-yrek4
-y7rek7k
-y3rels
-y5rems
-y1ren
-yre9ne
-y4reo
-y6rerel
-y4rero
-yre5sc
-y5rest.
-yre5ste
-y5reste.
-yres6ten
-y1ret
-y4reta
-y4rete
-y4reto
-y7retø
-yr7ga
-y1ri
-yrin5g6
-yri6ene.
-y4rif
-yri8ka.
-yr3inn
-yris6p
-yr4kee
-yrke4s
-yr5kj
-yr3m
-y7roe
-y3romm
-yr1op
-y5rosk
-yr5r8
-yr4san
-yr7set
-yr5sk
-yr6skj
-yr6skr
-yr2sp
-yrs7tan
-yrs5tar
-yrs7tene
-yrs5tens
-yr3sti
-yr4sv
-yr3te
-yr6tek
-yr2t3r
-yr3tra
-yrty8
-y1ru
-yrul8la.
-yr5ut5r
-yr3v
-y1ry
-yr3øk
-yrøy4
-y1rå1
-yråd2
-yrå8da
-yråde7r
-yrå6ders
-y4rådi
-y2råm
-y6råst
-y4råt
-y4råv
-2ys
-y1sa
-ys6a7kers
-ys4e
-yse4bu
-y4sed
-y4see
-yse5ei
-y2seg
-y2sek
-ys7ekte
-y2sem
-y4sera
-yse7rid
-yseri7e6
-y4sesj
-y4sesk
-y4se5s6l
-y4sest
-y5seste
-y6sesu
-y9set.
-y4seu
-ys6i
-ysi8e
-y5sjk
-y7skag
-ys6kara
-ys7kare
-ysk9au
-ys2k3l
-ysk5øs
-ys4mi
-ys4nø
-y1so
-y4s5or
-ys2pe
-ys5pis
-y5s4po
-ys6sak
-ys6sam
-ys4s3ei
-ys4s3ek
-ys4s5il
-ys2sj
-ys4sku
-ys2so
-ys2sp
-yss5pe
-ys4sta
-yss5tab
-ys4s5ti
-ys4su
-ys2s5v
-ys2t
-ys3ta
-y8star.
-ys4tat
-ys3tel
-ys3ten
-y4s3ter
-ysterie7n
-ys7tesl
-y2s3ti
-yst3op
-yst3r
-ys5t6ry
-ys6ty
-y1su
-ys1ve
-ys5år
-y1ta
-y4t3ana
-y2tee
-y4tef
-y2teg
-yt5e4ge
-yte3in
-y4teka
-y4teki
-y4tena
-y4teno
-y2teo
-y4teret
-yte6ro
-yters6
-yter5ske
-yte5r6ø
-y2tes2
-y2tet
-y3t2hi
-6y5til
-y6tj
-yt9ja
-yt5jen
-yt9jer
-yt4mei
-yt4mes
-y3to
-yt8ra
-yt4re.
-yt5rer
-yt1ri
-yt4rik
-y5trå
-yt4s3en
-yt3sk
-yt5sv
-4ytt
-yt5t6a
-ytt4e
-ytte8r9end
-yttes6
-yt4test
-yt8tien.
-yttsa6me.
-2y3tu
-y1ty
-yt4ys
-y7tå8
-y1u
-y6ua
-y8ue
-yu8g
-yu4l
-y1v
-y4vak
-yva8la
-y2ved
-yve4ria
-yve4ris
-y4vese
-y6vesy
-y6vev
-yvi8sa
-yvi6se.
-yv1år
-yvå5te
-y1w
-y5æ
-y5ø
-y1å2
-za5b
-3zae
-4zaes
-za4g5
-za5k6h
-zani4
-zania5
-5za5v
-z1b4
-zbu4
-z1c
-z1d
-1ze
-zea1
-zebu9
-zeli5
-zen3s
-4z3ense
-4z3ent
-z1f
-z1g
-5zha
-z3hi
-z5hu
-5zie
-1zifi
-5zing
-z5int
-1zis
-6zisty
-4zi5s4v
-2zisy
-z1k
-4z1l
-z1m
-5zo.
-5zoe
-zo1f2
-zo4no
-zo5re
-6zos
-z1p
-z5r
-z1s
-4z1t
-zu3e
-z1un
-z1v
-z1za.
-z2z3el
-æ5by
-æ2bø
-æ5de
-æ7di
-æ1f
-æg6
-æ2k
-æ3ke
-æ5ki
-æ8kj
-æk1ja
-æk7je.
-æk9jer.
-ække7
-ækkel6
-æk6l
-æ1la
-æ4le.
-æ2le3d
-æ4lena
-æ4lev
-æl5j
-ælsle9
-æ4r1ak
-æ3rane
-æ4rans
-æ4rarb
-æ6rarbe
-ær4arte
-æ4r1at
-ærbu5e
-ær1d4
-æ1re
-æ2rea
-æ4red
-æ2ref
-æ2reg
-æ8r7ei
-ærei6e
-æ2rek
-æ6r7eld
-ære5ne.
-ære7nes
-æ2rep
-æ5rern
-æresa4m
-ære6skr
-ære4sl
-ære4sp
-æ4reta
-æ4retek
-æ9rets
-æ2rev
-4ærf
-ærgen5
-ærhø8
-æ1ri
-æri6e7ne
-æ4r3il
-ær3ins
-æri6s
-ær5is.
-4ærk2
-ærle6ge.
-4ærm
-ærmå8la
-ær3n
-ær5ne4
-ær4nå
-æ2r7o6
-ærom5
-æroms4
-ær5r
-ær6sel
-ær4s5il
-ær1sk
-ær7s6no
-ær2sp
-æ2r1u
-ærut5
-ær3v
-æ2r1ø4
-ærøy7e
-ær3å4
-æ8se.
-æ2sj
-æ2s1k
-æ5ta
-4æte
-æ4te.
-æt4r
-æt4ta
-æ5va
-ævar5
-æve4s
-æ5vi
-6ø1a2
-øa7re
-øau4
-ø1b
-øbe6lev
-øbe4li
-ø2bl
-øbl9u
-øb4r
-ød3ag
-ø4dak
-ød3d
-ød9de.
-ø2de.
-ø4dede
-ø6def
-ø4dela
-ø4dem
-ø4deo
-ø4deri
-ø4dero
-ø5dj
-ød1r
-ød4red
-ød4rek
-ød4rep
-ød2sc
-ød6s5ek
-øds7ke
-øds4ko
-ød6sku6
-øds4mu
-ød8t5om
-ødt6r
-ø2du
-ød3und
-ø4d5ur
-ø6d5ø
-4ø1e2
-ø4ed
-ø5ene
-ø5ep
-ø3e6re
-øfe8
-øf3fe
-øf6j
-øf8la.
-øf8le.
-øffe8l7a
-ø5fn
-øfte5s
-øg1
-øg2a
-øg5ak
-øg5al
-ø7gar
-ø5gas
-ø3ger
-øg5gl
-øg8gå
-ø7g4j
-øglo8ve
-øgn6s7p
-ø2g2r
-øg5re.
-øg5res.
-øgs2
-øg4ste
-øg4str
-øgta5
-4øg4u
-ø1h
-ø4i
-øi4e
-ø5ing
-ø5isk
-ø4it
-ø1j
-6øk.
-6ø1ka
-ø5kav
-øka8ve.
-ø6keh
-ø4kelo
-ø6kerada
-ø6kerel
-ø4ke5ru
-øke1s
-ø6kese
-ø8kesl
-ø4kest
-ø4kete
-ø1ki
-4økj
-ø5kjare
-ø5kjas
-ø1kje
-2økk
-øk5kel
-øk5ket
-øk4k5l
-økk5r
-øk3lag
-øk3lan
-2økna
-1øko
-øk5opp
-ø1kr
-ø8krar
-øk8sa.
-øk6se.
-øk4ses
-øk4si
-øk2so
-øks1t6
-øks5ti
-øku4r
-øk5ur.
-øk5ure
-øk7ve
-ø7ky
-ø1la
-ø2lah
-ø6lam
-øl3d
-øled
-ø4ledi
-ø6lelu
-ø4lero
-ø6leta
-ø4le5te
-ø2lev
-øl4gera
-ølge5s6v
-øl1j
-øl2ke
-ølke7s
-øl4lese
-øl9leti
-øl6lev
-ø1lo
-øl7op
-ølrå4
-øl6sel
-øl4sere
-øl4se3s
-øls6t4
-øl5s4v
-ø5luk
-øl7ut
-ølva6
-øl4var
-øl4v3ei
-øl6vek
-øl8vel
-ølv7erk
-øl4v3in
-ølv5o
-ølv7r
-ø1ly
-ø4me.
-ø9met
-1ømfi
-ø5mi
-ømini6
-øm4med
-øm4mero
-ømmet6
-øm4metr
-øm3op
-øm4pel
-øm7s6p
-øm1st
-øm5svi
-ø2m1u
-ømå8la
-øn2ad
-ø6n5al
-ø5nas
-ø2nem
-ø3nes.
-ø9nese
-ønhø8re.
-4ønn
-øn4nal
-ønni4
-øn4n5it
-ønns5al
-ønn4s3e
-ønn4s5i4d
-ønns5kje
-ønns5kre
-ønns5ku
-ønns3l
-ønns3t
-øn2nø
-ø6nom
-øn2s
-øn9sa.
-øn5sak
-øn5sam
-øn5se.
-øn3ser
-øn3skj
-øn8skjer.
-ønst3r
-ønst9ra
-ønt1
-øn2ta
-øn2to
-øn7u8
-ø1o
-ø4peda
-ø6pe5i
-ø4penu
-ø5pero
-ø4peru
-øpes4
-ø4pete
-ø4peti
-ø1pi
-øp3li
-øp5p
-øp6pl
-ø1pr
-øp6s1
-øpsa4
-øpsla8ga
-øps8leg
-øp5ste
-øp4s5ø
-ø1ra
-ø2ra.
-ø2r1af
-ø2r1ak
-ø2r1a2m
-ø4rans
-ø4r3ant
-øra8sa
-øra6si
-ø4r7au
-ørd4e
-ø1re
-ø2rea
-ør7edd
-ø6redu
-ø2ref
-ø2reg
-ø6rein
-ø2rek
-ørek6l
-ør3eks
-ør5ekt
-ørele8se
-ø9relet
-ø4r5eng
-ø2re5o4
-ø2rep
-ø6reret
-ø4reru
-øre1s2
-ø5res.
-ø4rese
-ø6resi
-ø7reskrivi
-ø8reso
-ø4rest
-øre6s7v
-ør6et
-ø4reta
-ør1eu
-ø2rev
-ør5fe
-ørge5s
-ø1ri
-øri8m
-ør4jet
-ør4keri
-ør4kes
-ør8k9lag
-ør6k5n
-ør4kve
-ør4kå
-ørla8ga
-ørm9ut
-ørn4e
-ør4nere
-ør4nes4
-ør4n3u
-ør4n5ø
-ør1o
-ø5r6ok
-ø1ros
-ø4r3ost
-øro4v
-ør4rek
-ør4rep
-ørri4
-ør4r5is
-ør4råt
-ør4sak
-ørsa8ka
-ørsa6me.
-ør4sc
-ør6ses
-ør2si
-ør5ski
-ør4skr
-ørs6lev
-ør4som
-ør4spe
-ør2st
-ørs9tar
-ørste5i
-ørs5tens
-ørs5tig
-ør3sto
-ørs9u
-ør2sv
-ørs1å
-ør9tar
-ør4tek
-ør6ti9a
-ør4tide
-ør8tien.
-ør6tif
-ør3to
-ørum5
-ø6rut
-ør5v
-ør1ø2s
-ørø1v
-ør1åp
-ø1sa
-øsa6me.
-ø8sarar
-ø1sc
-ø2se.
-ø2sem
-øse4n5o
-øseri7
-øserie6
-øs5jo
-øs7kar
-øs1l
-øs4lag
-ø4slu
-øs2me
-ø1s2p
-øs8tas
-øst9ast
-øs6teg
-øs5terse
-øst9ett
-østo2
-øst5of
-øst5ov
-øst1r
-øst3re
-østø4
-ø2s1ø2
-4øt
-øt3ak
-ø9tar
-øta4s
-øt5asa
-ø2te.
-ø2tea
-ø6tef
-ø6tege
-ø2tei
-ø2tel
-ø5tela.
-ø3ten
-ø4teni
-ø3ter.
-øte3ru
-ø2te1s
-øte7sn
-ø4teta
-øt7ri
-øt1sa
-øt3s4p
-øt7s6å
-øtså9re
-øt4tero
-øt6test
-øtt5av
-øtt5eta
-øtt5ete
-øtt5ra
-øtt7ri
-øtt1s2
-øttså7re
-øt4tur
-øt4ty
-ø1tu
-ø5ty
-ø1u2
-øug8la
-øv5aa
-øv5ans
-øve5in
-ø4vek
-øve5no
-øveren8
-øve1s
-øves4t
-øve3te
-ø5vik
-øv6l7ut
-øv7ne
-øv6nø
-øv9o8
-øv1r
-øv5reb
-øv1s
-øv9sa
-ø5vå
-øy3al
-øya2n
-7øyan.
-9øy8ans
-øy4dek
-øy4dere
-øyd8i
-5øyeb
-øy7e4de
-øy2ee
-øy4ele
-øye4n
-øy4ep
-øy4erf
-øy1gl
-øy3ke.
-øyks4
-øyk5t
-2øyl
-øy4led
-øy4leg
-øy5na
-øy5ni
-øy3o
-6øyp
-øy3pe.
-øy4pel
-øy4ra.
-øy5rer.
-øyri6v
-øy3rø
-øy1s
-øy5s4ar
-øy5si
-øys2l
-øy4sm
-øy4spi
-5øysund
-øy4tei
-øy4tel
-øy4tere
-øyte5s6
-øyti7da
-øy1tr
-øy2t3y6
-øy5tø
-øy4vei
-5øyvå
-ø1ø2
-ø5å6
-å1a
-åak6ta
-åa4n5
-åan8ka.
-åan6ke.
-å2ar
-å5aran
-åau4re
-å1b4
-åba8ne.
-åber2
-åbo9ta
-6å1d
-å7dan
-å9dar
-å4ded
-å4dek
-å4dem
-å4deo
-å4dep
-å4dere
-å4deri
-å6dero
-å2des
-å7di
-åd4ra
-åd8re
-åds1
-åd2sk
-åd3s4la
-åd7slo
-åd3slå
-åd1s2n
-åd3s4pe
-åd7spu
-åd5st
-åd6s7te
-4å1e
-å2ele
-åem8na
-åe2n
-å7ens
-å3er
-å3e6re.
-å1f
-åfe6
-åfø5re
-2åg
-å4ga.
-åg7ald
-å4ge.
-åg7ei
-å2ges
-ågna5
-åg5ne
-åg4r
-åg5rin
-ågs6k
-åg5sl
-åg7sp
-ågs4t
-ågu4l
-åg5ø
-å4gå.
-å1h
-å1i
-å1j
-å1ka
-å3kan
-å3kar
-å4karb
-åk7av
-å4keh
-å3ken
-å4kena
-å4k3enh
-å4kere
-åke5s
-å4kesl
-å5kevi
-å1ki
-å6kid
-å1kj
-åk1k
-åk5ka
-åkk6l
-åk7kr
-åk7lau
-åklist7
-åk3læ
-å1ko
-åk3opp
-åko4s
-åk6ra
-åk5røk
-åk3rå
-åk1s2
-åks7l
-åk3t4
-åku8
-å5k8ul
-åkva8la.
-åkøy8rar.
-å2k3å
-å1la
-å5l6amp
-å6larb
-å9las
-ål5au8
-ål9av
-ål3d
-å2lef
-ål5eini
-å2lek
-å2lem
-å4l5enh
-å4leni
-åle6ris
-å2le1s2
-åle9s6und
-å4lete
-å2lev
-ålgå6
-å6lio
-ål5j
-ålla6ga
-ål3or
-ål4san
-ål4sek
-ål4ser
-åls7i
-ål2sp
-ål4sti
-ålsy8na
-ål5ti
-ålti5d
-ål1u
-ålul8la
-å1ly
-å2l1øy
-åløy4e
-ål5å6k
-ålå8te.
-6åm
-å6me.
-åm4li.
-åm1om
-åm5øy
-å3nar
-å9nas
-ånd3r
-ånd4sa
-ånd4se
-ånd4so
-å4ne.
-åned4
-åneds5
-åne5i6
-å2nel
-ånely6
-å5nes.
-å3net
-å4netr
-å3ni
-ån5o
-å9ny
-å3o
-åp2e
-åpe4n3a
-åpe4n5i
-åpen3s
-å5per
-å6pero
-å1pi
-åp6j
-å1pla
-åp4ne.
-åp7p
-å1pr
-åpra5
-åp2s1
-åp6ta
-å4på
-år3ak
-å9ran
-å7rara
-ård5str
-å2re.
-å5rei
-å6rel
-åre7s
-å4rest
-årfi4
-å7riv
-år3k2
-år4le.
-2årn
-årn5s
-år3on
-år3op
-årpo8
-år2s
-års5af
-års3el
-år3sem
-års3ko
-år8sku
-årsla8ga
-år3sol
-års3ta
-år7ste
-års3ti
-år7sto
-år5stu
-års1u
-års1v
-år5sy
-år5u4k
-år3un
-år5y4
-å1rø
-å5r8å
-ås2
-å1sa
-ås7au
-å4se.
-å4see
-ås5eid
-å4sek
-å4sem
-åseri7e6
-åse3s2
-å4sesm
-å4seso
-åse5ta
-ås3h
-å8si.
-ås5ka.
-ås9kene
-ås8ki
-å1skj
-ås7kop
-å1skr
-å5sku
-å1sl
-ås5ne
-ås3ni
-å5so
-å1sp
-ås7pl
-ås5sa
-ås5se
-ås3si
-åss3k
-4å1st
-å7stei
-åsu4
-ås3un
-ås7ut
-ås7væ
-ås5øy
-åså9
-å1ta
-å4ta.
-åtaks5
-åta2l
-åta9la
-åtale3
-åta5le.
-åta5len
-å4tang
-å4tark
-å4t5arm
-å2te.
-å2tea
-å4tee
-å2t1ei
-åte6ke.
-å4teo
-å9ter
-å2tes
-5åtferd
-å5ti
-åti7da
-2åtn
-å1to
-åt7ov
-6åtp
-åt1re
-åtri6pa.
-åtri8pe.
-åt1ru
-åt5sk
-åt1t
-åt4ted
-åt4ti
-ått3o
-åt4tri
-åtts4
-åt6t5æ
-åt1u
-åt4un
-åtva5ra
-åtva7re
-åt5ve
-å5ty
-åt1øv
-å3u
-åun8ge.
-å1v
-åv4a
-å2ve7d
-å4veg
-åve5l
-å4veni
-å9ver.
-å2vev
-åv7s6
-å7vy
-åvæ4re.
-å1ø8
-åøy4
-# liblouis: Letters with accents (without ä ö ü) - Germany, Austria
-#
-#  Copyright (C) 2009 SBS Schweizerische Bibliothek für Blinde und Sehbehinderte
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-#
-#-------------------------------------------------------------------------------
-#
-#  Letters with accents (without ä ö ü) - Germany, Austria
-#
-#  Version 11-17-09
-#  christian.waldvogel@sbszh.ch
-#
-#-------------------------------------------------------------------------------
-
-uplow Àà 4-1 \x00C0 &#192;  LATIN LETTER A WITH GRAVE
-uplow Áá 4-1 \x00C1 &#193;  LATIN LETTER A WITH ACUTE
-uplow Ââ 4-1 \x00C2 &#194;  LATIN LETTER A WITH CIRCUMFLEX
-uplow Ãã 4-1 \x00C3 &#195;  LATIN LETTER A WITH TILDE
-
-uplow Åå 4-1 \x00C5 &#197;  LATIN LETTER A WITH RING ABOVE
-uplow Ææ 1-15 \x00C6 &#198;  LATIN LETTER AE
-uplow Çç 4-14 \x00C7 &#199;  LATIN LETTER C WITH CEDILLA
-uplow Èè 4-15 \x00C8 &#200;  LATIN LETTER E WITH GRAVE
-uplow Éé 4-15 \x00C9 &#201;  LATIN LETTER E WITH ACUTE
-uplow Êê 4-15 \x00CA &#202;  LATIN LETTER E WITH CIRCUMFLEX
-uplow Ëë 4-15 \x00CB &#203;  LATIN LETTER E WITH DIAERESIS
-uplow Ìì 4-24 \x00CC &#204;  LATIN LETTER I WITH GRAVE
-uplow Íí 4-24 \x00CD &#205;  LATIN LETTER I WITH ACUTE
-uplow Îî 4-24 \x00CE &#206;  LATIN LETTER I WITH CIRCUMFLEX
-uplow Ïï 4-24 \x00CF &#207;  LATIN LETTER I WITH DIAERESIS
-uplow Ðð 4-145 \x00D0 &#208;  LATIN LETTER ETH
-uplow Ññ 4-1345 \x00D1 &#209;  LATIN LETTER N WITH TILDE
-uplow Òò 4-135 \x00D2 &#210;  LATIN LETTER O WITH GRAVE
-uplow Óó 4-135 \x00D3 &#211;  LATIN LETTER O WITH ACUTE
-uplow Ôô 4-135 \x00D4 &#212;  LATIN LETTER O WITH CIRCUMFLEX
-uplow Õõ 4-135 \x00D5 &#213;  LATIN LETTER O WITH TILDE
-
-uplow Øø 4-135 \x00D8 &#216;  LATIN LETTER O WITH STROKE
-uplow Ùù 4-136 \x00D9 &#217;  LATIN LETTER U WITH GRAVE
-uplow Úú 4-136 \x00DA &#218;  LATIN LETTER U WITH ACUTE
-uplow Ûû 4-136 \x00DB &#219;  LATIN LETTER U WITH CIRCUMFLEX
-
-uplow Ýý 4-13456 \x00DD &#221;  LATIN LETTER Y WITH ACUTE
-uplow Þþ 4-2345 \x00DE &#222;  LATIN LETTER THORN
-
-lowercase ÿ 4-13456 \x00FF &#255;  LATIN SMALL LETTER Y WITH DIAERESIS
-
-uplow \x0152\x0153 135-15 &#338;  LATIN LIGATURE OE
-#  Copyright (C) 2017 by Davy Kager <mail@davykager.nl>
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-#
-# --------------------------------------------------------------------------
-#
-#  U.S. English 8-dot computer braille for Windows
-#
-#  Based on:
-#    * BRLTTY
-#      1) en-nabcc.ttb
-#      2) en_US.ttb
-#    * liblouis (en-us-comp8.ctb)
-#    * JAWS (US_Unicode.jtb)
-#    * Window-Eyes (US8.BWE)
-#    * SuperNova (usa.utb)
-#
-#  Goals:
-#    * Complete coverage of the characters in Windows-1252.
-#    * Definitions for other common symbols.
-#    * Unambiguous backtranslation.
-#    * Easy to adopt by users of Windows screen readers.
-#
-#  References:
-#    * North American Braille Computer Code:
-#      <http://brltty.com/doc/Manual-BRLTTY/English/BRLTTY-14.html>
-#    * Computer Braille Code, BANA, 2000:
-#      <http://brailleauthority.org/cbc/cbc2000.pdf>
-
-
-# --------------------------------------------------------------------------
-# Standard includes
-#   * ASCII letters (41-5A, 61-7A)
-#   * ASCII digits (30-39)
-#   * Braille patterns (2800-28FF)
-
-include latinLetterDef8Dots.uti
-include loweredDigits6Dots.uti
-include braille-patterns.cti
-
-# --------------------------------------------------------------------------
-# ASCII symbols (20-7F)
-#   All products have the same definitions.
-#
-# Exceptions:
-#   * LOW LINE, DELETE (5F, 7F)
-#     JAWS, Window-Eyes and SuperNova use dots 4567 for 5F.
-#     BRLTTY and liblouis use dots 456 for 5F.
-#     Literary codes tend to also use dots 456 for 5F.
-#     Use the definitions from BRLTTY and liblouis for this table.
-
-space \x0020 0 SPACE
-punctuation ! 2346 EXCLAMATION MARK
-punctuation " 5 QUOTATION MARK
-sign \x0023 3456 NUMBER SIGN
-sign $ 1246 DOLLAR SIGN
-sign % 146 PERCENT SIGN
-sign & 12346 AMPERSAND
-punctuation ' 3 APOSTROPHE
-punctuation ( 12356 LEFT PARENTHESIS
-punctuation ) 23456 RIGHT PARENTHESIS
-sign * 16 ASTERISK
-sign + 346 PLUS SIGN
-punctuation , 6 COMMA
-sign - 36 HYPHEN-MINUS
-punctuation . 46 FULL STOP
-sign / 34 SOLIDUS
-# ... DIGIT ZERO-NINE (30-39)
-punctuation : 156 COLON
-punctuation ; 56 SEMICOLON
-sign < 126 LESS-THAN SIGN
-sign = 123456 EQUALS SIGN
-sign > 345 GREATER-THAN SIGN
-punctuation ? 1456 QUESTION MARK
-sign @ 47 COMMERCIAL AT
-# ... LATIN CAPITAL LETTER A-Z (41-5A)
-sign [ 2467 LEFT SQUARE BRACKET
-sign \\ 12567 REVERSE SOLIDUS
-sign ] 124567 RIGHT SQUARE BRACKET
-sign ^ 457 CIRCUMFLEX ACCENT
-sign _ 456 LOW LINE
-sign ` 4 GRAVE ACCENT
-# ... LATIN SMALL LETTER A-Z (61-7A)
-sign { 246 LEFT CURLY BRACKET
-sign | 1256 VERTICAL LINE
-sign } 12456 RIGHT CURLY BRACKET
-sign ~ 45 TILDE
-letter \x007F 4567 DELETE
-
-# --------------------------------------------------------------------------
-# ASCII control characters (00-1F)
-#   BRLTTY, JAWS and Window-Eyes use letters and symbols with dots 78.
-#   SuperNova uses abbreviations, e.g. FF is Form Feed.
-#   liblouis does not have all definitions.
-#
-# Use the definitions from BRLTTY, JAWS and Window-Eyes for this table,
-# but not for backtranslation.
-# Exceptions:
-#   * CHARACTER TABULATION, LINE FEED (LF), CARRIAGE RETURN (CR)
-#       (09, 0A, 0D)
-#     BRLTTY, JAWS and Window-Eyes use letters with dots 78.
-#     liblouis uses no dots, dots 78 and no dots, respectively,
-#     which improves readability.
-#     Use the definitions from liblouis for this table.
-
-noback letter \x0000 478 NULL
-noback letter \x0001 178 START OF HEADING
-noback letter \x0002 1278 START OF TEXT
-noback letter \x0003 1478 END OF TEXT
-noback letter \x0004 14578 END OF TRANSMISSION
-noback letter \x0005 1578 ENQUIRY
-noback letter \x0006 12478 ACKNOWLEDGE
-noback letter \x0007 124578 BELL
-noback letter \x0008 12578 BACKSPACE
-noback space \x0009 0 CHARACTER TABULATION
-noback space \x000A 78 LINE FEED (LF)
-noback space \x000B 1378 LINE TABULATION
-noback space \x000C 12378 FORM FEED (FF)
-noback space \x000D 0 CARRIAGE RETURN (CR)
-noback letter \x000E 134578 SHIFT OUT
-noback letter \x000F 13578 SHIFT IN
-noback letter \x0010 123478 DATA LINK ESCAPE
-noback letter \x0011 1234578 DEVICE CONTROL ONE
-noback letter \x0012 123578 DEVICE CONTROL TWO
-noback letter \x0013 23478 DEVICE CONTROL THREE
-noback letter \x0014 234578 DEVICE CONTROL FOUR
-noback letter \x0015 13678 NEGATIVE ACKNOWLEDGE
-noback letter \x0016 123678 SYNCHRONOUS IDLE
-noback letter \x0017 245678 END OF TRANSMISSION BLOCK
-noback letter \x0018 134678 CANCEL
-noback letter \x0019 1345678 END OF MEDIUM
-noback letter \x001A 135678 SUBSTITUTE
-noback letter \x001B 24678 ESCAPE
-noback letter \x001C 125678 INFORMATION SEPARATOR FOUR
-noback letter \x001D 1245678 INFORMATION SEPARATOR THREE
-noback letter \x001E 4578 INFORMATION SEPARATOR TWO
-noback letter \x001F 45678 INFORMATION SEPARATOR ONE
-
-# --------------------------------------------------------------------------
-# Extended control characters (80-9F)
-#   BRLTTY[1] uses letters and symbols with dot 8.
-#   BRLTTY[2] has different definitions.
-#   JAWS does not have all definitions.
-#   liblouis, Window-Eyes and SuperNova do not have any definitions.
-#
-#   JAWS, Window-Eyes and SuperNova use some of the BRLTTY[1] definitions
-#   for accented letters and symbols.
-#
-# Use the definitions from BRLTTY[1] for this table,
-# but not for backtranslation.
-
-noback letter \x0080 48 <control>
-noback letter \x0081 18 <control>
-noback letter \x0082 128 BREAK PERMITTED HERE
-noback letter \x0083 148 NO BREAK HERE
-noback letter \x0084 1458 <control>
-noback letter \x0085 158 NEXT LINE
-noback letter \x0086 1248 START OF SELECTED AREA
-noback letter \x0087 12458 END OF SELECTED AREA
-noback letter \x0088 1258 CHARACTER TABULATION SET
-noback letter \x0089 248 CHARACTER TABULATION WITH JUSTIFICATION
-noback letter \x008A 2458 LINE TABULATION SET
-noback letter \x008B 138 PARTIAL LINE FORWARD
-noback letter \x008C 1238 PARTIAL LINE BACKWARD
-noback letter \x008D 1348 REVERSE LINE FEED
-noback letter \x008E 13458 SINGLE SHIFT TWO
-noback letter \x008F 1358 SINGLE SHIFT THREE
-noback letter \x0090 12348 DEVICE CONTROL STRING
-noback letter \x0091 123458 PRIVATE USE ONE
-noback letter \x0092 12358 PRIVATE USE TWO
-noback letter \x0093 2348 SET TRANSMIT STATE
-noback letter \x0094 23458 CANCEL CHARACTER
-noback letter \x0095 1368 MESSAGE WAITING
-noback letter \x0096 12368 START OF GUARDED AREA
-noback letter \x0097 24568 END OF GUARDED AREA
-noback letter \x0098 13468 START OF STRING
-noback letter \x0099 134568 <control>
-noback letter \x009A 13568 SINGLE CHARACTER INTRODUCER
-noback letter \x009B 2468 CONTROL SEQUENCE INTRODUCER
-noback letter \x009C 12568 STRING TERMINATOR
-noback letter \x009D 124568 OPERATING SYSTEM COMMAND
-noback letter \x009E 458 PRIVACY MESSAGE
-noback letter \x009F 4568 APPLICATION PROGRAM COMMAND
-
-# --------------------------------------------------------------------------
-# Symbols (A0-BF)
-#   JAWS and SuperNova have similar definitions.
-#   BRLTTY[2] has many different definitions.
-#   BRLTTY[1] has different definitions that are well explained.
-#   Window-Eyes (based on descriptions) does not have all definitions.
-#   liblouis does not have any definitions.
-#
-#   JAWS and SuperNova have the same definitions, except for A0, A1.
-#   BRLTTY[2] has the same definitions,
-#   except for A4, A6-A9, AD-AF, B3-B4, B6, B8, B9, BE.
-#
-# A number of conventions can be extracted:
-#   * Inverted punctuation marks use the lowered literary form.
-#   * Currency symbols use dots 46 with combinations of dots 78.
-#   * Symbols resembling letters often use that letter,
-#     either lowered or with dot 8.
-#   * Accents use combinations of dots 456 with dot 8.
-#   * Ordinal indicators use mirrored dots for the letters hj with dot 8.
-#   * Quotation marks use dots for a more or less visual representation.
-#   * Superscript digits use the letters abc with dot 8.
-#   * Fractions use the letters uvx with dot 8.
-#
-# Use the definitions from JAWS and SuperNova for this table.
-# Exceptions:
-#   * NO-BREAK SPACE (A0)
-#     JAWS uses no dots.
-#     SuperNova uses dot 7.
-#     Use the definition from JAWS for this table.
-#   * INVERTED EXCLAMATION MARK (A1)
-#     JAWS uses dots 235, a literary exclamation mark,
-#     which is also used for DIGIT SIX (36).
-#     SuperNova uses dots 367, a lowered literary exclamation mark,
-#     which is in line with INVERTED QUESTION MARK (BF).
-#     Use the definition from SuperNova for this table.
-#   * BROKEN BAR (A6)
-#     JAWS and SuperNova use dots 158.
-#     This is a good definition for EURO SIGN (20AC).
-#     Instead, use dots 1578.
-#   * NOT SIGN (AC)
-#     JAWS and SuperNova use dots 25678.
-#     This is a good definition for LATIN CAPITAL LETTER Y WITH DIAERESIS
-#     (0178).
-#     Instead, use dots 125678, the backslash with dot 8.
-#     This leads to an exception for LATIN CAPITAL LETTER Y WITH DIAERESIS
-#     (0178).
-
-space \x00A0 0 NO-BREAK SPACE
-punctuation \x00A1 367 INVERTED EXCLAMATION MARK
-sign \x00A2 58 CENT SIGN
-sign \x00A3 467 POUND SIGN
-sign \x00A4 4678 CURRENCY SIGN
-sign \x00A5 468 YEN SIGN
-sign \x00A6 1578 BROKEN BAR
-sign \x00A7 357 SECTION SIGN
-sign \x00A8 48 DIAERESIS
-sign \x00A9 123468 COPYRIGHT SIGN
-sign \x00AA 1258 FEMININE ORDINAL INDICATOR
-punctuation \x00AB 1235678 LEFT-POINTING DOUBLE ANGLE QUOTATION MARK
-sign \x00AC 125678 NOT SIGN
-sign \x00AD 368 SOFT HYPHEN
-sign \x00AE 12358 REGISTERED SIGN
-sign \x00AF 458 MACRON
-sign \x00B0 4568 DEGREE SIGN
-math \x00B1 23578 PLUS-MINUS SIGN
-digit \x00B2 128 SUPERSCRIPT TWO
-digit \x00B3 148 SUPERSCRIPT THREE
-sign \x00B4 568 ACUTE ACCENT
-sign \x00B5 1348 MICRO SIGN
-sign \x00B6 1458 PILCROW SIGN
-punctuation \x00B7 37 MIDDLE DOT
-sign \x00B8 68 CEDILLA
-digit \x00B9 18 SUPERSCRIPT ONE
-sign \x00BA 2458 MASCULINE ORDINAL INDICATOR
-punctuation \x00BB 2345678 RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK
-math \x00BC 1368 VULGAR FRACTION ONE QUARTER
-math \x00BD 12368 VULGAR FRACTION ONE HALF
-math \x00BE 13468 VULGAR FRACTION THREE QUARTERS
-punctuation \x00BF 38 INVERTED QUESTION MARK
-
-# --------------------------------------------------------------------------
-# Accented letters and symbols (C0-FF)
-#   BRLTTY[2], JAWS, Window-Eyes and SuperNova have similar definitions.
-#   BRLTTY[1] has different definitions that is well explained.
-#   liblouis does not have any definitions.
-#
-#   JAWS and SuperNova have the same definitions,
-#   except for C1, CD, D3, D8, DA, DD, F2, FD.
-#   Window-Eyes (based on descriptions) has the same definitions
-#   for E0-FF, except for E6, F4, F6,
-#   has no definitions for E3, EC, F0, F5, F8, FC, FD,
-#   and has many missing definitions for C0-DF.
-#   BRLTTY[2] has the same definitions for E0-FF,
-#   except for E3, F0, F2, F5, F8, FD-FF,
-#   and has many different definitions for C0-DF.
-#
-# Two number of conventions can be extracted for small letters:
-#   1) Letters with acute, diaeresis, grave or tilde, and eth and thorn
-#      use dot 8 but not dot 7.
-#      To transform from small to capital, lower the entire cell,
-#      discarding dot 8.
-#   2) Letters with cedilla, circumflex, ring above or stroke, and ae
-#      use dots 78.
-#      To transform from small to capital, remove dot 8.
-#
-# Use the definitions from JAWS, Window-Eyes and SuperNova for this table.
-# If they differ, follow the appropriate convention as described above.
-# Exceptions:
-#   * LATIN CAPITAL LETTER A WITH TILDE, LATIN SMALL LETTER A WITH TILDE
-#       (C3, E3)
-#     JAWS and SuperNova follow convention (2) instead of (1).
-#     This is most likely because using dots 18 (a with dot 8 for tilde)
-#     and lowering the cell yields dot 2, which is DIGIT ONE (31).
-#   * LATIN CAPITAL LETTER Y WITH ACUTE, LATIN SMALL LETTER Y WITH ACUTE
-#       (DD, FD)
-#     JAWS uses dots 1245678 for FD. This does not follow convention (1),
-#     and can thus not be transformed into uppercase.
-#     Following convention (2) also does not work,
-#     because transforming yields RIGHT SQUARE BRACKET (5D).
-#     On the other hand, this definition somewhat resembles the y (13456).
-#     SuperNova uses dots 24568 for FD. This follows convention (1),
-#     and can be transformed into uppercase.
-#     Use the definitions from SuperNova for this table.
-
-uplow \x00C0\x00E0 23678,123568 LATIN LETTER A WITH GRAVE
-uplow \x00C1\x00E1 28,168 LATIN LETTER A WITH ACUTE
-uplow \x00C2\x00E2 167,1678 LATIN LETTER A WITH CIRCUMFLEX
-uplow \x00C3\x00E3 3467,34678 LATIN LETTER A WITH TILDE
-uplow \x00C4\x00E4 567,3458 LATIN LETTER A WITH DIAERESIS
-uplow \x00C5\x00E5 34567,345678 LATIN LETTER A WITH RING ABOVE
-uplow \x00C6\x00E6 3457,34578 LATIN LETTER AE
-uplow \x00C7\x00E7 123467,1234678 LATIN LETTER C WITH CEDILLA
-uplow \x00C8\x00E8 3578,23468 LATIN LETTER E WITH GRAVE
-uplow \x00C9\x00E9 238,1268 LATIN LETTER E WITH ACUTE
-uplow \x00CA\x00EA 1267,12678 LATIN LETTER E WITH CIRCUMFLEX
-uplow \x00CB\x00EB 2358,12468 LATIN LETTER E WITH DIAERESIS
-uplow \x00CC\x00EC 57,348 LATIN LETTER I WITH GRAVE
-uplow \x00CD\x00ED 258,1468 LATIN LETTER I WITH ACUTE
-uplow \x00CE\x00EE 1467,14678 LATIN LETTER I WITH CIRCUMFLEX
-uplow \x00CF\x00EF 23568,124568 LATIN LETTER I WITH DIAERESIS
-uplow \x00D0\x00F0 3567,23458 LATIN LETTER ETH
-uplow \x00D1\x00F1 2567,13458 LATIN LETTER N WITH TILDE
-uplow \x00D2\x00F2 578,3468 LATIN LETTER O WITH GRAVE
-uplow \x00D3\x00F3 2568,14568 LATIN LETTER O WITH ACUTE
-uplow \x00D4\x00F4 14567,145678 LATIN LETTER O WITH CIRCUMFLEX
-uplow \x00D5\x00F5 267,1358 LATIN LETTER O WITH TILDE
-uplow \x00D6\x00F6 358,2468 LATIN LETTER O WITH DIAERESIS
-uplow \x00D8\x00F8 2467,24678 LATIN LETTER O WITH STROKE
-uplow \x00D9\x00F9 35678,234568 LATIN LETTER U WITH GRAVE
-uplow \x00DA\x00FA 268,1568 LATIN LETTER U WITH ACUTE
-uplow \x00DB\x00FB 1567,15678 LATIN LETTER U WITH CIRCUMFLEX
-uplow \x00DC\x00FC 2368,12568 LATIN LETTER U WITH DIAERESIS
-uplow \x00DD\x00FD 3568,24568 LATIN LETTER Y WITH ACUTE
-uplow \x00DE\x00FE 2357,12348 LATIN LETTER THORN
-lowercase \x00DF 34568 LATIN SMALL LETTER SHARP S
-lowercase \x00FF 134568 LATIN SMALL LETTER Y WITH DIAERESIS
-math \x00D7 2348 MULTIPLICATION SIGN
-math \x00F7 3478 DIVISION SIGN
-
-# --------------------------------------------------------------------------
-# Windows-1252 symbols
-#   JAWS and Window-Eyes have similar definitions.
-#   SuperNova has many different definitions.
-#   BRLTTY and liblouis do not have any definitions.
-#
-#   JAWS duplicates definitions from 00-FF,
-#   except for 0152, 0160, 0178, 0192, 2013, 2022.
-#   JAWS and Window-Eyes (based on codepoints) have the same definitions,
-#   except for 0152, 0160, 0161, 0178, 017D, 017E, 0192,
-#   2013, 2014, 2018, 201C, 2022.
-#   SuperNova does not have definitions for 017D, 017E.
-#
-# A number of conventions can be extracted:
-#   * Symbols resembling letters use that letter,
-#     either lowered or with dot 8. SuperNova uses this.
-#   * Quotation marks use dots for a more or less visual representation.
-#     SuperNova uses this.
-#   * Pretty/Smart symbols are flattened to their plain form.
-#     JAWS and Window-Eyes use this.
-#   * Bullets use the notation from UEB. JAWS uses this.
-#
-# The definitions from SuperNova have a number of advantages:
-#   * Left-pointing and right-pointing symbols are easy to identify.
-#   * Symbols resembling letters are intuitive,
-#     because the definitions include the letter.
-#   * The definitions are unambiguous and thus allow backtranslation.
-#
-# Use the definitions from SuperNova for this table.
-# Exceptions:
-#   * LATIN CAPITAL LIGATURE OE, LATIN SMALL LIGATURE OE (0152, 0153)
-#     SuperNova uses dots 13568 for 0153, the z with dot 8,
-#     and uses convention (1) for accented letters to transform to capital.
-#     Instead, use dots 234678 for 0153, the mirrored z with dots 78,
-#     and use convention (2) to transform to capital.
-#   * LATIN CAPITAL LETTER Y WITH DIAERESIS (0178)
-#     SuperNova uses dots 125678.
-#     Instead, use dots 25678, LATIN SMALL LETTER Y WITH DIAERESIS (FF)
-#     transformed to capital using convention (1) for accented letters.
-#     This leads to an exception for NOT SIGN (AC).
-#   * LATIN CAPITAL LETTER Z WITH CARON, LATIN SMALL LETTER Z WITH CARON
-#       (017D, 017E)
-#     SuperNova has no definitions.
-#     Use dots 13568 for 017E, the z with dot 8,
-#     and use convention (1) to transform to capital.
-#   * EURO SIGN (20AC)
-#     JAWS and Window-Eyes use dots 123467.
-#     SuperNova uses dots 158, the e with dot 8.
-#     This leads to an exception for BROKEN BAR (A6).
-
-uplow \x0152\x0153 23467,234678 LATIN LIGATURE OE
-uplow \x0160\x0161 23567,123458 LATIN LETTER S WITH CARON
-uppercase \x0178 25678 LATIN CAPITAL LETTER Y WITH DIAERESIS
-uplow \x017D\x017E 2678,13568 LATIN LETTER Z WITH CARON
-lowercase \x0192 1248 LATIN SMALL LETTER F WITH HOOK
-sign \x02C6 4578 MODIFIER LETTER CIRCUMFLEX ACCENT
-sign \x02DC 478 SMALL TILDE
-punctuation \x2013 3678 EN DASH
-punctuation \x2014 2578 EM DASH
-punctuation \x2018 378 LEFT SINGLE QUOTATION MARK
-punctuation \x2019 678 RIGHT SINGLE QUOTATION MARK
-punctuation \x201A 12467 SINGLE LOW-9 QUOTATION MARK
-punctuation \x201C 2378 LEFT DOUBLE QUOTATION MARK
-punctuation \x201D 5678 RIGHT DOUBLE QUOTATION MARK
-punctuation \x201E 124678 DOUBLE LOW-9 QUOTATION MARK
-sign \x2020 237 DAGGER
-sign \x2021 1238 DOUBLE DAGGER
-sign \x2022 235678 BULLET
-sign \x2026 27 HORIZONTAL ELLIPSIS
-sign \x2030 347 PER MILLE SIGN
-punctuation \x2039 1234567 SINGLE LEFT-POINTING ANGLE QUOTATION MARK
-punctuation \x203A 1234568 SINGLE RIGHT-POINTING ANGLE QUOTATION MARK
-sign \x20AC 158 EURO SIGN
-sign \x2122 2367 TRADE MARK SIGN
-
-# --------------------------------------------------------------------------
-# Greek letters
-#   JAWS uses letters and symbols with dot 8.
-#   BRLTTY, liblouis, Window-Eyes and SuperNova have no definitions.
-#
-# Use the definitions from JAWS for this table,
-# but not for backtranslation.
-
-noback uplow \x0391\x03B1 178,18 GREEK LETTER ALPHA
-noback uplow \x0392\x03B2 1278,128 GREEK LETTER BETA
-noback uplow \x0393\x03B3 124578,12458 GREEK LETTER GAMMA
-noback uplow \x0394\x03B4 14578,1458 GREEK LETTER DELTA
-noback uplow \x0395\x03B5 1578,158 GREEK LETTER EPSILON
-noback uplow \x0396\x03B6 135678,13568 GREEK LETTER ZETA
-noback uplow \x0397\x03B7 15678,1568 GREEK LETTER ETA
-noback uplow \x0398\x03B8 145678,14568 GREEK LETTER THETA
-noback uplow \x0399\x03B9 2478,248 GREEK LETTER IOTA
-noback uplow \x039A\x03BA 1378,138 GREEK LETTER KAPPA
-noback uplow \x039B\x03BB 12378,1238 GREEK LETTER LAMDA
-noback uplow \x039C\x03BC 13478,1348 GREEK LETTER MU
-noback uplow \x039D\x03BD 134578,13458 GREEK LETTER NU
-noback uplow \x039E\x03BE 134678,13468 GREEK LETTER XI
-noback uplow \x039F\x03BF 13578,1358 GREEK LETTER OMICRON
-noback uplow \x03A0\x03C0 123478,12348 GREEK LETTER PI
-noback uplow \x03A1\x03C1 123578,12358 GREEK LETTER RHO
-noback lowercase \x03C2 2348 GREEK SMALL LETTER FINAL SIGMA
-noback uplow \x03A3\x03C3 23478,2348 GREEK LETTER SIGMA
-noback uplow \x03A4\x03C4 234578,23458 GREEK LETTER TAU
-noback uplow \x03A5\x03C5 13678,1368 GREEK LETTER UPSILON
-noback uplow \x03A6\x03C6 12478,1248 GREEK LETTER PHI
-noback uplow \x03A7\x03C7 1234678,123468 GREEK LETTER CHI
-noback uplow \x03A8\x03C8 1345678,134568 GREEK LETTER PSI
-noback uplow \x03A9\x03C9 245678,24568 GREEK LETTER OMEGA
-
-# --------------------------------------------------------------------------
-# Whitespace characters
-#   Not based on any definitions from a screen reader.
-
-space \x2000 0 EN QUAD
-space \x2001 0 EM QUAD
-space \x2002 0 EN SPACE
-space \x2003 0 EM SPACE
-space \x2004 0 THREE-PER-EM SPACE
-space \x2005 0 FOUR-PER-EM SPACE
-space \x2006 0 SIX-PER-EM SPACE
-space \x2007 0 FIGURE SPACE
-space \x2008 0 PUNCTUATION SPACE
-space \x2009 0 THIN SPACE
-space \x200A 0 HAIR SPACE
-space \x2028 0 LINE SEPARATOR
-space \x2029 0 PARAGRAPH SEPARATOR
-space \x202F 0 NARROW NO-BREAK SPACE
-space \x205F 0 MEDIUM MATHEMATICAL SPACE
-
-# --------------------------------------------------------------------------
-# Miscellaneous symbols
-#   Not based on any definitions from a screen reader.
-
-noback sign \x2010 36 HYPHEN
-noback sign \x2011 36 NON-BREAKING HYPHEN
-noback sign \x2012 36 FIGURE DASH
-noback sign \x2015 36 HORIZONTAL BAR
-noback math \x2016 1256-1256 DOUBLE VERTICAL LINE
-noback sign \x2027 36 HYPHENATION POINT
-noback punctuation \x203C 2346-2346 DOUBLE EXCLAMATION MARK
-noback math \x2044 34 FRACTION SLASH
-noback punctuation \x2047 1456-1456 DOUBLE QUESTION MARK
-noback punctuation \x2048 1456-2346 QUESTION EXCLAMATION MARK
-noback punctuation \x2049 2346-1456 EXCLAMATION QUESTION MARK
-noback sign \x204E 28 LOW ASTERISK
-noback math \x2212 36 MINUS SIGN
-noback math \x2215 34 DIVISION SLASH
-noback math \x2217 16 ASTERISK OPERATOR
-noback sign \x25CF 16 BLACK CIRCLE
-
-# --------------------------------------------------------------------------
-# Bullets
-#   This provides definitions for the Unicode equivalents
-#   of common bullet shapes from the Symbol and Wingdings fonts.
-#   As such, the definitions do not match the actual symbol descriptions.
-#   Not based on any definitions from a screen reader.
-
-noback sign \x2043 36 HYPHEN BULLET
-noback sign \x21D2 235678 RIGHTWARDS DOUBLE ARROW
-noback sign \x21E8 235678 RIGHTWARDS WHITE ARROW
-noback sign \x25A0 235678 BLACK SQUARE
-noback sign \x25E6 235678 WHITE BULLET
-noback sign \x25FE 235678 BLACK MEDIUM SMALL SQUARE
-noback sign \x2663 235678 BLACK CLUB SUIT
-noback sign \x2666 235678 BLACK DIAMOND SUIT
-noback sign \x2756 235678 BLACK DIAMOND MINUS WHITE X
-noback sign \x2714 235678 HEAVY CHECK MARK
-noback sign \x27A2 235678 THREE-D TOP-LIGHTED RIGHTWARDS ARROWHEAD
-
-# --------------------------------------------------------------------------
-# Ligatures
-#   Not based on any definitions from a screen reader.
-
-noback letter \xFB00 124-124 LATIN SMALL LIGATURE FF
-noback letter \xFB01 124-24 LATIN SMALL LIGATURE FI
-noback letter \xFB02 124-123 LATIN SMALL LIGATURE FL
-noback letter \xFB03 124-124-24 LATIN SMALL LIGATURE FFI
-noback letter \xFB04 124-124-123 LATIN SMALL LIGATURE FFL
-noback letter \xFB06 234-2345 LATIN SMALL LIGATURE ST
-
-# --------------------------------------------------------------------------
-# Formatting characters
-#   Not based on any definitions from a screen reader.
-
-replace \x200B # ZERO WIDTH SPACE
-replace \x200C # ZERO WIDTH NON-JOINER
-replace \x200D # ZERO WIDTH JOINER
-replace \x200E # LEFT-TO-RIGHT MARK
-replace \x200F # RIGHT-TO-LEFT MARK
-replace \x202A # LEFT-TO-RIGHT EMBEDDING
-replace \x202B # RIGHT-TO-LEFT EMBEDDING
-replace \x202C # POP DIRECTIONAL FORMATTING
-replace \x202D # LEFT-TO-RIGHT OVERRIDE
-replace \x202E # RIGHT-TO-LEFT OVERRIDE
-replace \x2060 # WORD JOINER
-replace \x2061 # FUNCTION APPLICATION
-replace \x2062 # INVISIBLE TIMES
-replace \x2063 # INVISIBLE SEPARATOR
-replace \x2064 # INVISIBLE PLUS
-replace \x2066 # LEFT-TO-RIGHT ISOLATE
-replace \x2067 # RIGHT-TO-LEFT ISOLATE
-replace \x2068 # FIRST STRONG ISOLATE
-replace \x2069 # POP DIRECTIONAL ISOLATE
-replace \x206A # INHIBIT SYMMETRIC SWAPPING
-replace \x206B # ACTIVATE SYMMETRIC SWAPPING
-replace \x206C # INHIBIT ARABIC FORM SHAPING
-replace \x206D # ACTIVATE ARABIC FORM SHAPING
-replace \x206E # NATIONAL DIGIT SHAPES
-replace \x206F # NOMINAL DIGIT SHAPES
-replace \xFEFF # ZERO WIDTH NO-BREAK SPACE
-replace \xFFF9 # INTERLINEAR ANNOTATION ANCHOR
-replace \xFFFA # INTERLINEAR ANNOTATION SEPARATOR
-replace \xFFFB # INTERLINEAR ANNOTATION TERMINATOR
-# liblouis: Character definitions for german tables
-#
-#  Copyright (C) 2009 SBS Schweizerische Bibliothek für Blinde und Sehbehinderte
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-#
-#-------------------------------------------------------------------------------
-#
-#  Character definitions for german tables
-#
-#  Version 2009-11-19
-#  christian.waldvogel@sbszh.ch
-#
-#-------------------------------------------------------------------------------
-
-
-# ===== BASIC LATIN - 0000-007F ================================================
-
-space         \x0009 0               #9     [CHARACTER TABULATION]
-space         \x000A 0               #10    [LINE FEED (LF)]
-space         \x000C 0               #12    [FORM FEED (FF)]
-space         \x000D 0               #13    [CARRIAGE RETURN (CR)]
-
-space         \x0020 0               #32    SPACE
-punctuation   \x0021 5               #33    ! EXCLAMATION MARK
-punctuation   \x0022 4               #34    " QUOTATION MARK
-sign          \x0023 3456            #35    # NUMBER SIGN
-sign          \x0024 46              #36    $ DOLLAR SIGN
-sign          \x0025 123456          #37    % PERCENT SIGN
-sign          \x0026 12346           #38    & AMPERSAND
-punctuation   \x0027 6               #39    ' APOSTROPHE APOSTROPHE-QUOTE
-punctuation   \x0028 236             #40    ( LEFT PARENTHESIS
-punctuation   \x0029 356             #41    ) RIGHT PARENTHESIS
-sign          \x002A 35              #42    * ASTERISK
-math          \x002B 235             #43    + PLUS SIGN
-punctuation   \x002C 2               #44    , COMMA
-punctuation   \x002D 36              #45    - HYPHEN-MINUS
-punctuation   \x002E 3               #46    . FULL STOP PERIOD
-sign          \x002F 256             #47    / SOLIDUS SLASH
-include digits6DotsPlusDot6.uti
-punctuation   \x003A 25              #58    : COLON
-punctuation   \x003B 23              #59    ; SEMICOLON
-math          \x003C 56              #60    < LESS-THAN SIGN
-math          \x003D 2356            #61    = EQUALS SIGN
-math          \x003E 45              #62    > GREATER-THAN SIGN
-punctuation   \x003F 26              #63    ? QUESTION MARK
-
-include latinLetterDef6Dots.uti
-
-sign          \x0060 345             #96    `  GRAVE ACCENT
-punctuation   \x007B 12356           #123   {  LEFT CURLY BRACKET
-sign          \x007C 34              #124   |  VERTICAL LINE
-punctuation   \x007D 23456           #125   }  RIGHT CURLY BRACKET
-sign          \x007E 2346            #126   ~  TILDE
-sign          \x007F 456             #127   [DELETE]
-
-sign          \x0040 4-345           #64    @  COMMERCIAL AT
-punctuation   \x005B 6-2356          #91    [  LEFT SQUARE BRACKET
-sign          \x005C 4-34            #92    \  REVERSE SOLIDUS
-punctuation   \x005D 6-2356          #93    ]  RIGHT SQUARE BRACKET
-sign          \x005E 4-2346          #94    ^  CIRCUMFLEX ACCENT
-sign          \x005F 4-456           #95    _  LOW LINE
-
-# ===== LATIN-1 SUPPLEMENT: 0080-00FF ==========================================
-
-space         \x00A0 0               #160   NO-BREAK SPACE
-punctuation   \x00A1 0               #161   ¡ INVERTED EXCLAMATION MARK
-sign          \x00A2 4-14            #162   ¢ CENT SIGN
-sign          \x00A3 4-123           #163   £ POUND SIGN
-sign          \x00A4 0               #164   ¤ CURRENCY SIGN
-sign          \x00A5 4-13456         #165   ¥ YEN SIGN
-sign          \x00A6 0-456-123-0     #166   ¦ BROKEN BAR
-sign          \x00A7 4-346           #167   § SECTION SIGN
-sign          \x00A8 0               #168   ¨ DIAERESIS
-sign          \x00A9 2356-45-14-2356 #169   © COPYRIGHT SIGN
-lowercase     \x00AA 1               #170   ª FEMININE ORDINAL INDICATOR
-punctuation   \x00AB 236             #171   « LEFT-POINTING DOUBLE ANGLE QUOTATION MARK
-sign          \x00AC 0               #172   ¬ NOT SIGN
-sign          \x00AD 0               #173   ­ SOFT HYPHEN
-sign          \x00AE 2356-45-1235-2356   #174 ® REGISTERED SIGN
-sign          \x00AF 0               #175   ¯ MACRON
-sign          \x00B0 4-356           #176   ° DEGREE SIGN
-math          \x00B1 235-36          #177   ± PLUS-MINUS SIGN
-sign          \x00B2 0               #178   ² SUPERSCRIPT TWO
-sign          \x00B3 0               #179   ³ SUPERSCRIPT THREE
-sign          \x00B4 0               #180   ´ ACUTE ACCENT
-sign          \x00B5 56-134          #181   µ MICRO SIGN
-sign          \x00B6 0               #182   ¶ PILCROW SIGN
-sign          \x00B7 0               #183   · MIDDLE DOT
-sign          \x00B8 0               #184   ¸ CEDILLA
-sign          \x00B9 0               #185   ¹ SUPERSCRIPT ONE
-lowercase     \x00BA 135             #186   º MASCULINE ORDINAL INDICATOR
-punctuation   \x00BB 356             #187   » RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK
-math          \x00BC 3456-1-256      #188   ¼ VULGAR FRACTION ONE QUARTER
-math          \x00BD 3456-1-23       #189   ½ VULGAR FRACTION ONE HALF
-math          \x00BE 3456-14-256     #190   ¾ VULGAR FRACTION THREE QUARTERS
-punctuation   \x00BF 0               #191   ¿ INVERTED QUESTION MARK
-uplow         \x00C4\x00E4  345      #196 #228  Ää LATIN CAPITAL LETTER A WITH DIAERESIS
-uplow         \x00D6\x00F6  246      #214 #246  Öö LATIN CAPITAL LETTER O WITH DIAERESIS
-math          \x00D7 236             #215   × MULTIPLICATION SIGN
-uplow         \x00DC\x00FC  1256     #220 #252   Üü LATIN CAPITAL LETTER U WITH DIAERESIS
-lowercase     \x00DF 2346            #223   ß LATIN SMALL LETTER SHARP S
-math          \x00F7 0               #247   ÷ DIVISION SIGN
-
-# ===== GENERAL PUNCTUATION: 2000-206F =========================================
-
-punctuation   \x2013 6-36            #8211          EN DASH
-punctuation   \x2014 6-36            #8212          EM DASH
-punctuation   \x2018 6-236           #8216          LEFT SINGLE QUOTATION MARK
-punctuation   \x2019 6-356           #8217          RIGHT SINGLE QUOTATION MARK
-punctuation   \x201A 6-236           #8218          SINGLE LOW-9 QUOTATION MARK
-punctuation   \x201B 6-356           #8219          SINGLE HIGH-REVERSED-9 QUOTATION MARK
-punctuation   \x201C 236             #8220          LEFT DOUBLE QUOTATION MARK
-punctuation   \x201D 356             #8221          RIGHT DOUBLE QUOTATION MARK
-punctuation   \x201E 236             #8222          DOUBLE LOW-9 QUOTATION MARK
-punctuation   \x201F 356             #8223          DOUBLE HIGH-REVERSED-9 QUOTATION MARK
-sign          \x2030 3456-245-356-356      #8240    PER MILLE SIGN
-sign          \x2031 3456-245-356-356-356  #8241    PER TEN THOUSAND SIGN
-sign          \x2032 4-35            #8242          PRIME
-sign          \x2033 4-35-35         #8243          DOUBLE PRIME
-punctuation   \x2039 6-236                          SINGLE LEFT-POINTING ANGLE QUOTATION MARK
-punctuation   \x203a 6-356                          SINGLE RIGHT-POINTING ANGLE QUOTATION MARK
-
-# ===== CURRENCY SYMBOLS: 20A0-20CF ============================================
-
-sign          \x20A0 4-15                           EURO-CURRENCY SIGN
-
-# ===== NUMBER FORMS: 2150-218F ================================================
-
-math          \x2153 3456-1-25               VULGAR FRACTION ONE THIRD
-math          \x2154 3456-12-23              VULGAR FRACTION TWO THIRDS
-math          \x2155 3456-1-26               VULGAR FRACTION ONE FIFTH
-math          \x2156 3456-12-26              VULGAR FRACTION TWO FIFTHS
-math          \x2157 3456-14-26              VULGAR FRACTION THREE FIFTHS
-math          \x2158 3456-145-26             VULGAR FRACTION FOUR FIFTHS
-math          \x2159 3456-1-235              VULGAR FRACTION ONE SIXTH
-math          \x215a 3456-15-235             VULGAR FRACTION FIVE SIXTHS
-math          \x215b 3456-1-236              VULGAR FRACTION ONE EIGHTH
-math          \x215c 3456-14-236             VULGAR FRACTION THREE EIGHTHS
-math          \x215d 3456-15-236             VULGAR FRACTION FIVE EIGHTHS
-math          \x215e 3456-1245-236           VULGAR FRACTION SEVEN EIGHTHS
-
-# ===== ARROWS: 2190-21FF ======================================================
-
-sign          \x2190 0-246-25-25-0           LEFTWARDS ARROW
-sign          \x2192 0-25-25-135-0           RIGHTWARDS ARROW
-sign          \x2194 0-246-25-25-135-0       LEFT RIGHT ARROW
-
-# ===== MATHEMATICAL OPERATORS: 2200-22FF ======================================
-
-math          \x2212 36              #8722   MINUS SIGN
-math          \x2215 25              #8725   DIVISION SLASH
-math          \x2217 35              #8727   ASTERISK OPERATOR
-math          \x223C 25-25           #8764   TILDE OPERATOR
-math          \x2245 26-26           #8773   APPROXIMATELY EQUAL TO
-math          \x2259 26              #8793   ESTIMATES
-math          \x2260 35-2356         #8800   NOT EQUAL TO
-math          \x2261 2356-2356       #8801   IDENTICAL TO
-math          \x2264 246-2356        #8804   LESS-THAN OR EQUAL TO
-math          \x2265 135-2356        #8805   GREATER-THAN OR EQUAL TO
-math          \x2266 246-2356        #8806   LESS-THAN OVER EQUAL TO
-math          \x2267 135-2356        #8807   GREATER-THAN OVER EQUAL TO
-math          \x22c5 3               #8901   DOT OPERATOR
-math          \x22c6 3               #8902   STAR OPERATOR
-
-# ===== BRAILLE PATTERNS: 2800-28FF ============================================
-
-space         \x2800 0               #10240  BRAILLE PATTERN BLANK
-sign          \x2801 1               #10241  BRAILLE PATTERN DOTS-1
-sign          \x2802 2               #10242  BRAILLE PATTERN DOTS-2
-sign          \x2803 12              #10243  BRAILLE PATTERN DOTS-12
-sign          \x2804 3               #10244  BRAILLE PATTERN DOTS-3
-sign          \x2805 13              #10245  BRAILLE PATTERN DOTS-13
-sign          \x2806 23              #10246  BRAILLE PATTERN DOTS-23
-sign          \x2807 123             #10247  BRAILLE PATTERN DOTS-123
-sign          \x2808 4               #10248  BRAILLE PATTERN DOTS-4
-sign          \x2809 14              #10249  BRAILLE PATTERN DOTS-14
-sign          \x280a 24              #10250  BRAILLE PATTERN DOTS-24
-sign          \x280b 124             #10251  BRAILLE PATTERN DOTS-124
-sign          \x280c 34              #10252  BRAILLE PATTERN DOTS-34
-sign          \x280d 134             #10253  BRAILLE PATTERN DOTS-134
-sign          \x280e 234             #10254  BRAILLE PATTERN DOTS-234
-sign          \x280f 1234            #10255  BRAILLE PATTERN DOTS-1234
-sign          \x2810 5               #10256  BRAILLE PATTERN DOTS-5
-sign          \x2811 15              #10257  BRAILLE PATTERN DOTS-15
-sign          \x2812 25              #10258  BRAILLE PATTERN DOTS-25
-sign          \x2813 125             #10259  BRAILLE PATTERN DOTS-125
-sign          \x2814 35              #10260  BRAILLE PATTERN DOTS-35
-sign          \x2815 135             #10261  BRAILLE PATTERN DOTS-135
-sign          \x2816 235             #10262  BRAILLE PATTERN DOTS-235
-sign          \x2817 1235            #10263  BRAILLE PATTERN DOTS-1235
-sign          \x2818 45              #10264  BRAILLE PATTERN DOTS-45
-sign          \x2819 145             #10265  BRAILLE PATTERN DOTS-145
-sign          \x281a 245             #10266  BRAILLE PATTERN DOTS-245
-sign          \x281b 1245            #10267  BRAILLE PATTERN DOTS-1245
-sign          \x281c 345             #10268  BRAILLE PATTERN DOTS-345
-sign          \x281d 1345            #10269  BRAILLE PATTERN DOTS-1345
-sign          \x281e 2345            #10270  BRAILLE PATTERN DOTS-2345
-sign          \x281f 12345           #10271  BRAILLE PATTERN DOTS-12345
-sign          \x2820 6               #10272  BRAILLE PATTERN DOTS-6
-sign          \x2821 16              #10273  BRAILLE PATTERN DOTS-16
-sign          \x2822 26              #10274  BRAILLE PATTERN DOTS-26
-sign          \x2823 126             #10275  BRAILLE PATTERN DOTS-126
-sign          \x2824 36              #10276  BRAILLE PATTERN DOTS-36
-sign          \x2825 136             #10277  BRAILLE PATTERN DOTS-136
-sign          \x2826 236             #10278  BRAILLE PATTERN DOTS-236
-sign          \x2827 1236            #10279  BRAILLE PATTERN DOTS-1236
-sign          \x2828 46              #10280  BRAILLE PATTERN DOTS-46
-sign          \x2829 146             #10281  BRAILLE PATTERN DOTS-146
-sign          \x282a 246             #10282  BRAILLE PATTERN DOTS-246
-sign          \x282b 1246            #10283  BRAILLE PATTERN DOTS-1246
-sign          \x282c 346             #10284  BRAILLE PATTERN DOTS-346
-sign          \x282d 1346            #10285  BRAILLE PATTERN DOTS-1346
-sign          \x282e 2346            #10286  BRAILLE PATTERN DOTS-2346
-sign          \x282f 12346           #10287  BRAILLE PATTERN DOTS-12346
-sign          \x2830 56              #10288  BRAILLE PATTERN DOTS-56
-sign          \x2831 156             #10289  BRAILLE PATTERN DOTS-156
-sign          \x2832 256             #10290  BRAILLE PATTERN DOTS-256
-sign          \x2833 1256            #10291  BRAILLE PATTERN DOTS-1256
-sign          \x2834 356             #10292  BRAILLE PATTERN DOTS-356
-sign          \x2835 1356            #10293  BRAILLE PATTERN DOTS-1356
-sign          \x2836 2356            #10294  BRAILLE PATTERN DOTS-2356
-sign          \x2837 12356           #10295  BRAILLE PATTERN DOTS-12356
-sign          \x2838 456             #10296  BRAILLE PATTERN DOTS-456
-sign          \x2839 1456            #10297  BRAILLE PATTERN DOTS-1456
-sign          \x283a 2456            #10298  BRAILLE PATTERN DOTS-2456
-sign          \x283b 12456           #10299  BRAILLE PATTERN DOTS-12456
-sign          \x283c 3456            #10300  BRAILLE PATTERN DOTS-3456
-sign          \x283d 13456           #10301  BRAILLE PATTERN DOTS-13456
-sign          \x283e 23456           #10302  BRAILLE PATTERN DOTS-23456
-sign          \x283f 123456          #10303  BRAILLE PATTERN DOTS-123456
-# liblouis: Norwegian contracted braille, level 2.
-#
-# -----------
-#-display-name: Norwegian grade 2 contracted braille
-#
-#+locale:no
-#+type:literary
-#+contraction:partial
-#+grade:2
-#
-# TODO: Please correct the metadata above. It is not meant to be
-# accurate nor complete. It hasn't been verified by the table
-# author yet. It is merely an attempt by the liblouis maintainers
-# to get some sensible initial values in place.
-#
-# TODO: Please add a reference to official documentation about
-# the implemented braille code. Preferably submit the documents
-# to https://github.com/liblouis/braille-specs.
-# -----------
-#
-#  Copyright (C) 2005 ViewPlus Technologies, Inc. www.viewplus.com
-#  Copyright (C) 2009 Lars Bjørndal <lars@lamasti.net>
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-#
-# Created June 9, 2005 by Leon Ungier <Leon.Ungier@ViewPlus.com> with
-# help and guidance from Lars Bjørndal <lars@lamasti.net>.
-# Modified Sep 30, 2005 by LU
-
-# Heavily overworked by lars@lamasti.net, 2009.
-
-include no-no-g1.ctb
-
-#------------------------------------------------------
-# -------------- level 1 contractions -----------------
-#------------------------------------------------------
-endword ar 3456
-word at 1
-word ble 12
-word de 1456
-endword de 1456
-word du 145
-word eg 1245
-word eller 15
-word ellers 15-234
-word en 126
-endword en 126
-word ende 126-1456
-endword ende 126-1456
-word er 156
-endword er 156
-word et 346
-endword et 346
-word etter 1356
-begword etter 1356
-word etterat 1356-1
-word ettersom 1356-234
-word etterpå 1356-1234
-
-word for 1246											# level 1 contractions
-endword for 1246
-begword for 1246
-word forat 1246-1
-word forfra 1246-124
-word forover 1246-1346
-
-word forhold 12346
-endword forhold 12346
-begword forhold 12346
-
-word forholdsvis 12346-1236
-
-word fra 124											# level 1 contractions
-word fram 124-134
-begword fram 124-134
-begword ufram 136-124-134
-word før 246
-word gjennom 12456
-begword gjennom 12456
-endword gjennom 12456
-endword ugjennom 136-12456
-word gjennomfør 12456-246
-
-#word han 125
-word hans 125-234
-word har 1235
-word hun 136
-word hvor 2456
-begword hvor 2456
-
-word ikke 24-13										# level 1 contractions
-word ikkje 24-13-245
-word jeg 245
-word kan 13
-word like 123
-word mange 134
-word med 146
-word mye 13456
-word når 1345
-
-word og 14												# level 1 contractions
-word også 14-234
-word oss 135										
-word over 1346
-begword over 1346
-word overfor 1346-1246
-word overpå 1346-1234
-word overunder 1346-12345
-word overfør 1346-246
-word overvære 1346-345
-word overvar 1346-3456
-
-word på 1234
-word som 234
-word til 2345
-word under 12345
-begword under 12345
-word underer 12345-345
-word underet 12345-346
-word underfra 12345-124
-word undersom 12345-234
-word undertil 12345-2345
-
-word var 3456
-word ved 1236
-word være 345											# level 1 contractions
-
-# -------------------------------------------------------------------
-
-# -------------- level 2 contractions -----------------
-word aldri 1-24
-word alle 1-15
-word alles 1-15-234
-word allerede 1-123-1235
-word alltid 1-2345-145
-word altfor 1-1246
-word altså 1-16
-
-word andre 1-12356
-word andres 1-12356-234
-begword andre 1-12356
-
-word annen 1-126
-begword annen 1-126
-word annens 1-126-234
-
-word annerledes 1-1345-1235
-word annet 1-346
-begword annet 1-346
-word annleis 1-1345-123
-
-endword ar 3456
-endword arde 3456-1456
-endword ars 3456-234
-endword art 3456-2345
-endword arte 3456-1256
-endword arne 3456-2346
-
-word begge 12-1245
-word begges 12-1245-234
-word blant 12-123									# level 2 contractions
-word blir 12-1235
-word blitt 12-2345
-
-word bruk 12-13
-begword bruk 12-13
-begword ubruk 136-12-13
-endword bruk 12-13
-endword ubruk 136-12-13
-
-# de                                                            # defined in level 1 contractions
-begword de 1456
-begword ude 136-1456
-endword ude 136-1456
-endword des 1456-234
-begword des 1456-234
-
-word deg 145-1245									# level 2 contractions
-word dem 145-134
-word denne 145-2346
-word dennes 145-2346-234
-word der 23456
-word derat 23456-1
-word derblant 23456-12-123
-word deriblant 23456-24-12-123
-word deretter 23456-1356
-word derfra 23456-124
-word derfør 23456-246
-word dergjennom 23456-12456
-word derover 23456-1346
-word derpå 23456-1234
-word dersom 23456-234
-word dertil 23456-2345
-word derunder 23456-12345
-word derved 23456-1236
-word deretter 23456-1356
-
-begword der 23456
-word dere 145-12356
-word deres 145-12356-234
-word desse 1456-234
-word dessuten 145-234-136
-word dessverre 145-234-1236
-word dette 145-1256
-word dettes 145-1256-234
-word din 145-1345
-word disse 145-234
-word ditt 145-2345
-word diverre 145-1236
-
-word dykk 145-13
-begword dykk 145-13
-
-word eg 1245											# level 2 contractions
-
-# en															# defined in level 1
-word ens 126-234									# level 2 contractions
-endword ens 126-234
-endword ent 126-2345
-endword enne 126-2346
-endword ende 126-1456
-endword ente 126-1256
-
-word enda 15-1
-word ende 126-1456
-word endes 126-1456-234
-word enno 15-135
-word ennå 15-16
-
-# er															# defined in level 1
-endword ers 156-234								# level 2 contractions
-endword ert 156-2345
-endword erne 156-2346
-endword erde 156-1456
-endword erte 156-1256
-
-# et
-word ett 346-2345															
-endword ets 346-234								# level 2 contractions
-endword ett 346-2345
-endword etne 346-2346
-endword ette 346-1256
-
-# word etter 1356									# defined in level 1
-begword uetter 136-1356
-word ettergjorde 1356-1245-245-1456
-word ettergikk 1356-1245-13
-
-word felles 124-123-234
-begword felles 124-123-234
-word fikk 124-13
-
-# word for 1246										# defined in level 1
-begword ufor 136-1246
-endword ufor 136-1246
-
-# forhold 12346                                     # defined in level 1
-word forhold 12346
-begword uforhold 136-12346
-endword uforhold 136-12346
-word forholda 12346-1
-endword forholda 12346-1
-begword forholda 12346-1
-word forholdene 12346-15-2346
-endword forholdene 12346-15-2346
-begword forholdene 12346-15-2346
-word forholdet 12346-346
-endword forholdet 12346-346
-begword forholdet 12346-346
-
-# word forholdsvis 12346-1236	# defined in level 1
-
-word forskjell 1246-14
-endword forskjell 1246-14
-begword forskjell 1246-14
-word forskjellane 1246-14-1-2346
-endword forskjellane 1246-14-1-2346
-begword forskjellane 1246-14-1-2346
-word forskjellene 1246-14-15-2346
-begword forskjellene 1246-14-15-2346
-endword forskjellene 1246-14-15-2346
-word forskjellen 1246-14-126
-endword forskjellen 1246-14-126
-begword forskjellen 1246-14-126
-word forskjeller 1246-14-156
-begword forskjeller 1246-14-156
-endword forskjeller 1246-14-156
-word forskjellar 1246-14-3456
-endword forskjellar 1246-14-3456
-begword forskjellar 1246-14-3456
-
-# word fra 124												# defined in level 1
-
-word fulgt 124-1245-2345
-word fulgte 124-1245-1256
-word følg 124-1245
-begword følg 124-1245
-word følger 124-1245-156
-word følgers 124-1245-156-234
-word følgerne 124-1245-156-1246
-word følgernes 124-1245-156-1246-234
-
-word følge 124-1245-15
-begword følge 124-1245-15
-endword følge 124-1245-15
-word følgende 124-1245-126-1456
-begword følgende 124-1245-126-1456
-
-word først 124-234-2345
-begword først 124-234-2345
-word første 124-234-1256
-begword første 124-234-1256
-word fått 124-2345
-
-word gang 1245-1245								# level 2 contractions
-begword gang 1245-1245
-word gikk 1245-13
-word gjekk 1245-245-13
-
-# word gjennom 12456
-begword ugjennom 136-12456
-word gjennomgang 12456-1245-1245
-word gjennomgikk 12456-1245-13
-
-word gjorde 1245-245-1456
-endword gjorde 1245-245-1456
-word gjort 1245-245-2345
-endword gjort 1245-245-2345
-word gjør 1245-245
-
-word hadde 125-1456								# level 2 contractions
-# word han 125
-# word hans 125-234
-# word har 1235										# already in level 1
-word hatt 125-2345
-word hennar 15-3456
-word henne 15-15
-word hennes 15-15-234
-word heller 125-123-156
-word helst 125-123
-# word hun 136										# already in level 1
-word hverandre 2456-1-12356
-word hverandres 2456-1-12356-234
-word hvilke 2456-13
-word hvilken 2456-13-126
-word hvilket 2456-13-346
-word hvis 2456-234
-word hvordan 2456-145
-word hvoretter 2456-1356
-word hvorfra 2456-124
-word hvorledes 2456-123
-word hvorpå 2456-1234
-word hvorved 2456-1236
-
-
-word iallfall 24-1-124						# level 2 contractions
-word iblant 24-12-123
-# word ikke 24-13									# already in level 1
-word imidlertid 24-24
-word inga 24-1
-
-word ingen 24-15
-word ingens 24-15-234
-begword ingen 24-15
-
-word ingenting 24-15-2345
-word innenfor 24-1246
-word innenfra 24-124
-
-word kanskje 13-13								# level 2 contractions
-word komme 13-134
-word kommer 13-134-156
-word kommet 13-134-346
-word korleis 13-234
-word kunne 13-1345
-word kunnet 13-1345-346
-word kvarandre 1-1-12356
-word kvarandres 1-1-12356-234
-word kvifor 13-1246
-
-word likedan 123-145							# level 2 contractions
-word likesom 123-234
-word liketil 123-2345
-word likevel 123-123
-word liksom 123-13-234
-
-# word mange 134									# defined in level 1
-word manges 134-234
-# word med 146										# defined in level 1
-endword med 146
-begword med 146
-endword umed 136-146
-begword umed 136-146
-
-word meg 134-1245									# level 2 contractions
-word meget 134-346
-word mellom 134-123
-endword mellom 134-123
-begword mellom 134-123
-word min 134-1345
-word mitt 134-2345
-word mye 13456
-word mykje 134-13
-word måtta 134-2345-1
-word måtte 134-1256
-word måttet 134-2345-346
-
-word natur 1345-2345
-begword natur 1345-2345
-word unatur 136-1345-2345
-begword unatur 136-1345-2345
-
-word ne 2346
-word nes 2346-234
-endword ne 2346
-endword nes 2346-234
-
-word nedenfor 1345-1246						# level 2 contractions
-word nedenfra 1345-124
-word neppe 1345-1234
-word noen 1345-1345
-begword noen 1345-1345
-
-word nødvendig 1345-1236
-begword nødvendig 1345-1236
-word unødvendig 136-1345-1236
-begword unødvendig 136-1345-1236
-
-word noko 1345-13
-word nokon 1345-13-1345
-word nokre 1345-13-12356
-# word når 1345
-
-# word og 14											# defined in level 1
-# word også												# defined in level 1
-# word oss												# defined in level 1
-word ovenfor 135-1246
-word ovenfra 135-124
-
-# word over 1346								  # defined in level 1
-word overgikk 1346-1245-13
-word overgang 1346-1245-1245
-word overs 1346-234
-begword uover 136-1346
-
-begword overgang 1346-1245-1245
-
-word punkt 1234-13-2345
-begword punkt 1234-13-2345
-endword punkt 1234-13-2345
-# word på 1234										# defined in level 1
-
-word re 12356
-word res 12356-234
-endword re 12356
-endword res 12356-234
-
-word samme 234-134								# level 2 contractions
-
-word sammen 234-134-126
-begword usammen 136-234-134-126
-begword sammen 234-134-126
-
-word seg 234-1245
-word selv 234-1236
-word sin 234-1345
-word sitt 234-2345
-word sjøl 234-245
-
-word sjølv 234-245-1236
-word sjølve 234-245-1236-15
-begword sjølv 234-245-1236
-begword usjølv 136-234-245-1236
-
-word skal 123456									# level 2 contractions
-word skulla 123456-1
-word skulle 123456-15
-word skullet 123456-346
-word snart 234-1235
-word spørsmål 234-1234-134
-begword spørsmål 234-1234-134
-endword spørsmål 234-1234-134
-
-word takk 2345-13									# level 2 contractions
-begword utakk 136-2345-13
-begword takk 2345-13
-
-word tatt 2345-2345
-
-word te 1256
-endword te 1256
-endword tes 1256-234
-
-word tilbake 2345-12
-begword tilbake 2345-12
-word tilfeldig 2345-124-1245
-begword tilfeldig 2345-124-1245
-
-begword tilfell 2345-124
-word tilgang 2345-1245-1245
-begword tilgang 2345-1245-1245
-word undergikk 12345-1245-13
-
-word undergang 12345-1245-1245			# level 2 contractions
-begword undergang 12345-1245-1245			# level 2 contractions
-word utenfor 136-1246
-word utenfra 136-124
-word vil 1236-123
-word ville 1236-123-15
-word villet 1236-123-346
-
-word viss 1236-234
-word uviss 136-1236-234
-begword uviss 136-1236-234
-begword viss 1236-234
-
-word vanske 1236-14
-begword vanske 1236-14
-
-word vært 1236-2345
-
-# ------------------------------------------------------
-# Words with problems - should be converted this way:
-
-word det 145-346
-word dets 145-346-234
-word den 145-126
-word dens 145-126-234
-word dent 145-126-2345
-word dente 145-126-1256
-word dert 145-156-2345
-word dett 145-346-2345
-word fores 124-135-12356-234
-word mede 134-15-1456
-word noens 1345-135-126-234
-# liblouis: sub table for digits, 6 dots with dot 6 added.
-#
-#  Copyright (C) 2012-2014 Mesar Hameed <mesar.hameed@gmail.com>
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-
-digit        0      346
-digit        1      16
-digit        2      126
-digit        3      146
-digit        4      1456
-digit        5      156
-digit        6      1246
-digit        7      12456
-digit        8      1256
-digit        9      246
-# This table contains braille codes and rules for Sinhala grade 1 and includes English grade 1.
-#
-# Copyright (C) 2017 Access to success, 248/1 A, New city land, Kadawela, Katana, Sri Lanka
-#
-# This file is part of liblouis.
-#
-# liblouis is free software: you can redistribute it and/or modify it
-# under the terms of the GNU Lesser General Public License as
-# published by the Free Software Foundation, either version 2.1 of the
-# License, or (at your option) any later version.
-#
-# liblouis is distributed in the hope that it will be useful, but
-# WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-# Lesser General Public License for more details.
-#
-# You should have received a copy of the GNU Lesser General Public
-# License along with liblouis. If not, see
-# <http://www.gnu.org/licenses/>.
-
-# This table is built and maintained by the "Access to Success" under
-# an activity of ABC (WIPO)-DLF capacity building project phase ii,
-# Sri Lanka.
-
-# Contributors: Ashoka Bandula Weerawardhana of Sri Lanka with the
-# extensive support from Dipendra Manocha, and Sreeja param of India.
-
-# Last updated on April 16, 2017
-
-# To report any bugs or any suggestion, please write to asokabandula@gmail.com
-
-include sin.cti
-include en-in-g1.ctb
-include tamil.cti
-include text_nabcc.dis
-# This table contains braille codes and rules for Gujarati Grade 1 and includes English grade 1
-#
-# Copyright (C) 2014 National Institute for Visually Handicapped, 116, Rajpur Road, Dehradun, Uttrakhand, India
-#
-# This file is part of liblouis.
-#
-# liblouis is free software: you can redistribute it and/or modify it
-# under the terms of the GNU Lesser General Public License as
-# published by the Free Software Foundation, either version 2.1 of the
-# License, or (at your option) any later version.
-#
-# liblouis is distributed in the hope that it will be useful, but
-# WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-# Lesser General Public License for more details.
-#
-# You should have received a copy of the GNU Lesser General Public
-# License along with liblouis. If not, see
-# <http://www.gnu.org/licenses/>.
-
-# This table is built and maintained under an activity of Braille Council of India
-# Contributors: Dipendra Manocha, Sreeja, Dinesh Kaushal, Mesar Hameed
-# Last updated on May 5, 2014
-# To report any bugs or any suggestion, please write to d@saksham.org and sreeja.param@gmail.com
-
-include gujarati.cti
-include en-in-g1.ctb
-# liblouis: Croatian sub table for digits
-#
-#  Copyright (©) 2017. Zlatko Soboèan <zlatko.sobocan@tifloglobus.hr>
-# by company Tiflo globus d.o.o. <http://www.tifloglobus.hr>
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-#
-
-# Croatian sub table for digits
-#  Version 2017-06-15
-# Created and maintained by zlatko Soboèan <zlatko.sobocan@tifloglobus.hr>
-# by company Tiflo globus d.o.o. <http://www.tifloglobus.hr>
-# If you found bugs with Croatian grade1 table, report it with following address:
-# Zlatko Soboèan <zlatko.sobocan@tifloglobus.hr>
-#
-
-digit        0      346
-digit        1      16
-digit        2      34
-digit        3      146
-digit        4      1456
-digit        5      156
-digit        6      1246
-digit        7      12456
-digit        8      1256
-digit        9      246
-# liblouis: Norwegian Grade 0 Braille Table, uncontracted braille
-#
-#  Copyright (C) 2004-2008 ViewPlus Technologies, Inc. www.viewplus.com
-#  Copyright (C) 2004-2006 JJB Software, Inc. www.jjb-software.com
-#  Copyright (C) 2009 Lars Bjørndal <lars@lamasti.net>
-#  Copyright (C) 2015 NLB Norwegian library of talking books and braille, http://www.nlb.no/
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-
-# Created June 9, 2005 by Leon Ungier <Leon.Ungier@ViewPlus.com> with
-# help and guidance from Lars Bjørndal <lars@lamasti.net>
-# Updated June 2009 by Lars Bjørndal <lars@lamasti.net>
-# Updated April 2015 by Jostein Austvik Jacobsen <jostein@nlb.com> and Ammar Usama <ammar.usama@nlb.no>
-
-include digits8Dots.uti
-include latinLetterDef6Dots.uti
-
-space \s 0                   # blank x0020
-space \x001b 1b              # escape character for html back-translation # dec 27
-
-# With liblouisxml, use the following three lines instead:
-space \t 9                   # tab x0009
-space \x000D 0               # \r
-space \x000A 0               # \n
-space \x00A0 a               # NO-BREAK SPACE <noBreak> 0020 NON-BREAKING SPACE # dec 160
-
-# Unicode space characters
-space \x2000 0               # En Quad
-space \x2001 0               # Em Quad
-space \x2002 0               # En Space
-space \x2003 0               # Em Space
-space \x2004 0               # Three-Per-Em Space
-space \x2005 0               # Four-Per-Em Space
-space \x2006 0               # Six-Per-Em Space
-space \x2007 0               # Figure Space
-space \x2008 0               # Punctuation Space
-space \x2009 0               # Thin Space
-
-punctuation ! 235            # exclamation mark x0021
-punctuation " 256            # double quote x0022
-punctuation ' 5              # apostrophe x0027
-punctuation ( 236            # left parenthesis x0028
-punctuation ) 356            # right parenthesis x0029
-punctuation , 2              # coma x002C
-punctuation - 36             # hyphen-minus x002D
-punctuation . 3              # point x002E
-punctuation : 25             # colon x003A
-punctuation ; 23             # semicolon x003B
-punctuation ? 26             # question mark x003F
-punctuation [ 12356          # left square bracket x005B
-punctuation ] 23456          # right square bracket x005D
-punctuation { 6-12356        # left curly bracket x007B
-punctuation } 6-23456        # right curly bracket x007D
-punctuation « 256            # left-pointing double angle quotation mark x00AB
-punctuation » 256            # right-pointing double angle quotation mark x00BB
-punctuation \x2010 36        # 8208 hyphen
-punctuation \x2011 36        # 8209 non-breaking hyphen
-punctuation \x2013 36-36     # en dash
-punctuation \x2014 36-36     # em dash
-punctuation \x2018 5         # 8216 smart single left quotation mark
-punctuation \x2019 5         # 8217 smart single right quotation mark
-punctuation \x201C 256       # 8220 smart opening double quote
-punctuation \x201D 256       # 8221 smart closing double quote
-punctuation \x201E 256       # 8222 smart double low quotation mark
-punctuation \x201F 256       # 8223 smart double high reverse quotation mark
-punctuation \x2026 3-3-3     # 8230 smart ellipsis
-
-sign # 3456                  # number sign x0023
-sign $ 256                   # dollar sign x0024
-sign £ 123                   # pound sign
-sign % 46-356                # percent sign x0025
-sign ‰ 46-356-356            # per mille sign
-sign & 346                   # ampersand z0026
-sign * 35                    # asterisk x002A
-sign @ 4                     # commercial at x0040
-sign \\ 156                  # reverse solidus x005C
-sign ^ 46                    # circumflex accent x005E (math power)
-sign _ 456                   # low line x005F
-sign ` 45                    # grave accent x0060
-sign \x00AF 45               # macron
-sign \x0304 45               # combining macron
-sign | 123456                # vertical line x007C
-sign ~ 1456                  # tilde x007E
-sign \x0080 15-136-1235-135  # Euro sign x0080
-sign ¢ 4-14                  # cent sign x00A2
-sign £ 45-123                # pound sign x00A3
-sign ¤ 236-134-356           # currency sign x00A4
-sign ¥ 45-13456              # yen sign x00A5
-sign § 346                   # section sign x00A7
-sign © 236-14-356            # copyright x00A9
-sign ® 236-1235-356          # Registered trademark
-sign ™ 236-2345-356          # Trademark
-sign ° 5-356                 # degree sign x00B0
-sign ² 4-6-126               # superscript 2 sign x00B2
-sign ³ 4-6-146               # superscript 3 sign x00B3
-sign \x00B4 4                # acute sign dec-180
-sign ¹ 1-27                  # superscript 1 sign x00B9
-sign \x20AC 26               # Euro sign x0080
-sign ■ 123456                # Filled square
-sign □ 123456                # Empty square
-sign ● 2356                  # Filled circle
-sign ○ 2356                  # Empty circle
-sign • 2356                  # Bullet
-sign ß 35-234                # Latin Small Letter Sharp S
-
-uplow Αα 1                   # alpha
-uplow Ββ 12                  # beta
-uplow Γγ 1245                # gamma
-uplow Δδ 145                 # delta
-uplow Εε 15                  # epsilon
-uplow Ζζ 1356                # zeta
-uplow Ηη 5                   # eta
-uplow Θθ 4                   # theta
-uplow Ιι 24                  # iota
-uplow Κκ 13                  # kappa
-uplow Λλ 123                 # lambda
-uplow Μμ 134                 # my
-uplow Νν 1345                # ny
-uplow Ξξ 1346                # ksi
-uplow Οο 135                 # omikron
-uplow Ππ 1234                # pi
-uplow Ρρ 1235                # rho
-uplow Σς 234                 # sigma
-uplow Ττ 2345                # tau
-uplow Υυ 136                 # ypsilon
-uplow Φφ 124                 # fi
-uplow Χχ 12346               # khi
-uplow Ψψ 13456               # psi
-uplow Ωω 2456                # omega
-
-uplow \x00C8\x00E8 2346      # e with grave è x00C8 / 00E8
-uplow \x00C9\x00E9 123456    # e with acute é x00C9 / 00E9
-uplow \x00CA\x00EA 126       # e with circumflex x00CA / 00EA
-uplow \x010C\x010D 146       # c with caron x00CE / 00EE
-uplow \x00CF\x00EF 34        # i with diaeresis x00CF / 00EF
-uplow \x00D4\x00F4 46-135    # o with circumflex ô x00D4 / 00F4
-uplow \x00CD\x00ED 126       # i with acute x00CD / 00ED
-uplow \x00C6\x00E6 345       # æ x00C6 / 00E6
-uplow \x00C1\x00E1 16        # a with acute x00C1 / 00E1
-uplow Øø 246                 # o with stroke
-uplow \X00DA\x00FA 12456     # u with acute x00DA / 00FA
-uplow \x00DC\x00FC 1256      # u with diaeresis x00FC
-uplow \x00DD\x00FD 12346     # y with acute x00FD
-uplow Åå 16                  # A with ring above x00C5 / 00E5
-uplow \x00C0\x00E0 12356     # a with grave x00C0 / 00E0
-uplow \x00C2\x00E2 46-1      # a with circumflex x00C2 / 00E2
-uplow Ää 345                 # A with diaeresis x00C4 / 00E4
-uplow \x00C7\x00E7 12346     # c with cedilla ç x00C7 / 00E7
-uplow \x00D5\x00F5 1456-135  # o with tilde x00D5 / 00F5
-uplow Öö 246                 # O with diaeresis x00D6 / 00F6
-uplow \x00D2\x00F2 346       # O with grave ò
-uplow \x017D\x017E 2346      # z with caron
-uplow \x01EA\x01EB 23456     # o with ogonek
-uplow Đđ 1456                # d with stroke
-uplow Ðð 156                 # Eth
-uplow Ŋŋ 1246                # Eng
-uplow Þþ 35-2345                # Thorn
-uplow Üü 1245                # u with diaeresis
-uplow Ŧŧ 1256                # t with stroke
-
-math + 235                   # plus x002B
-math / 34 solidus            # x002F
-math < 246-3                 # less-than sign x003C
-math = 2356                  # equal sign x003D
-math > 135-2                 # greater-than sign x003E
-math ¼ 6-16-34-1456          # vulgar fraction one quarter x00BC
-math ½ 6-16-34-126           # vulgar fraction one half x00BD
-math ¾ 6-126-34-1456         # vulgar fraction 3 quarters x00BE
-math × 3                     # multiplication sign x00D7
-math ÷ 25                    # division sign x00F7
-math \x2013 36               # 8211 en dash (smart minus sign)
-math √ 146                   # root sign
-
-lowercase \x00F3 1456      # DEC 243 ó
-lowercase \x00F4 4-135       # DEC 244 ô
-
-undefined 26                 #sign used for undefined characters
-
-# no space within mixed numbers like 1 1/2
-# the swapcd rule is for compensating that the litdigit rule is not matched anymore
-swapcd aslitdigit 1234567890 1,12,14,145,15,124,1245,125,24,245 # as defined in litdigits6Dots.uti
-noback context [%aslitdigit$s.]$d."/"$d %aslitdigit
-
-# Diacritic characters
-
-include no-no-latinLetterDef6Dots_diacritics.uti
-# Unicode character definitions, usually multi-cell
-#
-#  Copyright (C) 2009 JJB Software, Inc. www.jjb-software.com
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-
-
-lowercase \x2113 4-123 SCRIPT SMALL 006C 
-sign \x00B0 356 Degree
-math \x00B1 a-56-235-36 PLUS-MINUS SIGN PLUS-OR-MINUS SIGN 
-math \x0391 456-1 GREEK CAPITAL LETTER ALPHA 03B1 
-math \x0392 456-12 GREEK CAPITAL LETTER BETA 03B2 
-math  \x0393 456-1245 GREEK CAPITAL LETTER GAMMA 03B3 
-math  \x0394 456-145 GREEK CAPITAL LETTER DELTA 03B4 
-math  \x0395 456-15 GREEK CAPITAL LETTER EPSILON 03B5 
-math  \x0396 456-156 GREEK CAPITAL LETTER ZETA 03B6 
-math  \x0397 456-126 GREEK CAPITAL LETTER ETA 03B7 
-math  \x0398 456-1456 GREEK CAPITAL LETTER THETA 03B8 
-math  \x0399 456-24 GREEK CAPITAL LETTER IOTA 03B9 
-math  \x039A 456-13 GREEK CAPITAL LETTER KAPPA 03BA 
-math  \x039B 456-123 GREEK CAPITAL LETTER LAMDA 
-math \x039C 456-134 GREEK CAPITAL LETTER MU 03BC 
-math  \x039D 456-1345 GREEK CAPITAL LETTER NU 03BD 
-math  \x039E 456-1346 GREEK CAPITAL LETTER XI 03BE 
-math  \x039F 456-135 GREEK CAPITAL LETTER OMICRON 03BF 
-math  \x03A0 456-1234 GREEK CAPITAL LETTER PI 03C0 
-math  \x03A1 456-1235 GREEK CAPITAL LETTER RHO 03C1 
-math  \x03A3 456-234 GREEK CAPITAL LETTER SIGMA 03C3 
-math  \x03A4 456-136 GREEK CAPITAL LETTER TAU 03C4 
-math  \x03A5 456-136 GREEK CAPITAL LETTER UPSILON 03C5 
-math  \x03A6 456-124 GREEK CAPITAL LETTER PHI 03C6 
-math \x03A7 456-12346 GREEK CAPITAL LETTER CHI 03C7 
-math  \x03A8 456-1246 GREEK CAPITAL LETTER PSI 03C8 
-math  \x03A9 456-2456 GREEK CAPITAL LETTER OMEGA 03C9 
-math  \x03B1 46-1 GREEK SMALL LETTER ALPHA 0391 0391
-math  \x03B2 46-12 GREEK SMALL LETTER BETA 0392 0392
-math  \x03B3 46-1245 GREEK SMALL LETTER GAMMA 0393 0393
-math \x03B4 46-145 GREEK SMALL LETTER DELTA 0394 0394
-math  \x03B5 46-15 GREEK SMALL LETTER EPSILON 0395 0395
-math  \x03B6 46-156 GREEK SMALL LETTER ZETA 0396 0396
-math  \x03B7 46-236 GREEK SMALL LETTER ETA 0397 0397
-math  \x03B8 46-1456 GREEK SMALL LETTER THETA 0398 0398
-math  \x03B9 46-24 GREEK SMALL LETTER IOTA 0399 0399
-math  \x03BA 46-13 GREEK SMALL LETTER KAPPA 039A 039A
-math  \x03BB 46-123 GREEK SMALL LETTER LAMDA GREEK 
-math \x03BC 46-134 GREEK SMALL LETTER MU 039C 039C
-math  \x03BD 46-1345 GREEK SMALL LETTER NU 039D 039D
-math  \x03BE 46-1346 GREEK SMALL LETTER XI 039E 039E
-math  \x03BF 46-135 GREEK SMALL LETTER OMICRON 039F 039F
-math \x03C0 46-1234 GREEK SMALL LETTER PI 03A0 03A0
-math \x03C1 46-1235 GREEK SMALL LETTER RHO 03A1 03A1
-math  \x03C2 46-25 GREEK SMALL LETTER FINAL SIGMA 03A3 03A3
-math \x03C3 46-234 GREEK SMALL LETTER SIGMA 03A3 03A3
-math \x03C4 46-2345 GREEK SMALL LETTER TAU 03A4 03A4
-math \x03C5 46-136 GREEK SMALL LETTER UPSILON 03A5 03A5
-math \x03C6 46-124 GREEK SMALL LETTER PHI 03A6 03A6
-math \x03C7 46-12346 GREEK SMALL LETTER CHI 03A7 03A7
-math \x03C8 46-125 GREEK SMALL LETTER PSI 03A8 03A8
-math  \x03C9 46-135 GREEK SMALL LETTER OMEGA 03A9 03A9
-math  \x03D5 46-124 GREEK PHI SYMBOL 03C6 GREEK SMALL LETTER SCRIPT PHI 
-math \x2026 a-3-3-3 HORIZONTAL ELLIPSIS 002E 002E 002E 
-math \x2032 4-35 PRIME 
-math \x2033 3-3 DOUBLE PRIME 2032 2032 
-math \x2114 1256 B BAR SYMBOL 
-math \x211D 4-6-1235 DOUBLE-STRUCK CAPITAL 0052 DOUBLE-STRUCK 
-math \X212B 45-1 ANGSTROM SIGN 
-math \X2190 a246-25 LEFTWARDS ARROW 
-math \X2191 a-25-24 UPWARDS ARROW 
-math \x2192 a-25-135 RIGHTWARDS ARROW 
-math \X2193 a-25-36 DOWNWARDS ARROW 
-math \X2194 a-246-25-135 LEFT RIGHT ARROW 
-math \X2195 a-1246-126-146-246-25-25-135 UP DOWN ARROW 
-math \X2196 a-1246-45-246-25-25 NORTH WEST ARROW 
-math \X2197 a-1246-45-25-25-135 NORTH EAST ARROW 
-math \X2198 a-1246-56-25-25-135  SOUTH EAST ARROW 
-math \X2199 a-1246-56-246-25-25  SOUTH WEST ARROW 
-math \X219A a-1256-4-1246-246-25-25-12456  LEFTWARDS ARROW WITH STROKE 
-math \X219B a-1256-4-1246-25-25-135-12456  RIGHTWARDS ARROW WITH STROKE 
-math \X219C a-1246-246-35-25-26 LEFTWARDS WAVE ARROW 
-math \X219D a-1246-35-25-26-135 RIGHTWARDS WAVE ARROW 
-math \X219E a-1246-246-246-25-25 LEFTWARDS TWO HEADED ARROW 
-math \X219F a-1246-126-25-25-135-135 UPWARDS TWO HEADED ARROW 
-math \X21A0 a-1246-25-25-135-135 RIGHTWARDS TWO HEADED ARROW 
-math \X21A1 a-1246-146-25-25-135-135  DOWNWARDS TWO HEADED ARROW 
-math \X21A2 a-1246-246-25-25-6-13456 LEFTWARDS ARROW WITH TAIL 
-math \X21A3 a-12456-12346-25-25-135 RIGHTWARDS ARROW WITH TAIL 
-math \X21A4 a-1246-246-25-25-1256 LEFTWARDS ARROW FROM BAR 
-math \X21A5 a-1246-126-1256-25-25-135 UPWARDS ARROW FROM BAR 
-math \X21A6 a-1246-1256-25-25-135 RIGHTWARDS ARROW FROM BAR 
-math \X21A7 a-1246-146-1256-25-25-135 DOWNWARDS ARROW FROM BAR 
-math \X21A8 a-1246-246-25-1256-25-135 UP DOWN ARROW WITH BASE 
-math \X21A9 a-1246-246-25-25-6-135 LEFTWARDS ARROW WITH HOOK 
-math \X21AA a-12456-246-25-25-135 RIGHTWARDS ARROW WITH HOOK 
-math \X21AB a-1246-246-25-25-46-16 LEFTWARDS ARROW WITH LOOP 
-math \X21AC a-1246-46-16-25-25-135 RIGHTWARDS ARROW WITH LOOP 
-math \X21AD a-1246-246-35-25-26-135 LEFT RIGHT WAVE ARROW 
-math \X21AE a-1256-4-1246-246-25-25-135 LEFT RIGHT ARROW WITH STROKE 
-math \X21AF a-1246-146-35-26-35-1359 DOWNWARDS ZIGZAG ARROW 
-math \X21B4 a-12456-1256-25-25-135 RIGHTWARDS ARROW WITH CORNER DOWNWARDS 
-math \X21B5 a-1246-1456-1256-25-25-135 DOWNWARDS ARROW WITH CORNER LEFTWARDS 
-math \X21B6 a-1246-26-35-135 ANTICLOCKWISE TOP SEMICIRCLE ARROW 
-math \X21B7 a-1246-246-26-35 CLOCKWISE TOP SEMICIRCLE ARROW 
-math \X21BA a-1246-26-35-135 ANTICLOCKWISE OPEN CIRCLE ARROW 
-math \X21BB a-1246-246-26-35 CLOCKWISE OPEN CIRCLE ARROW 
-math \X21BC a-1246-4-246-25-25 LEFTWARDS HARPOON WITH BARB UPWARDS 
-math \X21BD a-12456-246-25-25 LEFTWARDS HARPOON WITH BARB DOWNWARDS 
-math \X21BE a-1246-126-25-25-6-135 UPWARDS HARPOON WITH BARB RIGHTWARDS 
-math \X21BF a-1246-126-25-25-4-135 UPWARDS HARPOON WITH BARB LEFTWARDS 
-math \X21C0 a-1246-25-25-4-135 RIGHTWARDS HARPOON WITH BARB UPWARDS 
-math \X21C1 a-1246-25-25-6-135 RIGHTWARDS HARPOON WITH BARB DOWNWARS 
-math \X21C2 a-1246-246-25-25-4-135 DOWNWARDS HARPOON WITH BARB RIGHTWARDS 
-math \X21C3 a-1246-146-25-25-6-135 DOWNWARDS HARPOON WITH BARB LEFTWARDS 
-math \X21C4 1246-25-25-135-1246-246-25-25  RIGHTWARDS ARROW OVER LEFTWARDS ARROW 
-math \X21C5 1246-126-25-25-135-5-1246-146-25-25-135  UPWARDS ARROW LEFTWARDS OF DOWNWARDS ARROW 
-math \X21C6 1246-246-25-25-1246-25-25-135  LEFTWARDS ARROW OVER RIGHTWARDS ARROW 
-math \X21C7 1246-245-25-25-1246-245-25-25 LEFTWARDS PAIRED ARROWS 
-math \X21C8 1246-126-25-25-135-5-1246-126-25-25-135 UPWARDS PAIRED ARROWS 
-math \X21C9 1246-25-25-135-1246-25-25-135 RIGHTWARDS PAIRED ARROWS 
-math \X21CA 1246-146-25-25-135-5-1246-146-25-25-135 DOWNWARDS PAIRED ARROWS 
-math \X21CB 1246-4-246-25-25-1246-25-25-4-135 LEFTWARDS HARPOON OVER RIGHTWARDS HARPOON 
-math \X21CC 1246-25-25-4-135-1246-4-246-25-25 RIGHTWARDS HARPOON OVER LEFTWARDS HARPOON 
-math \X21CD a-1256-4-1246-246-246-25-25 LEFTWARDS DOUBLE ARROW WITH STROKE 
-math \X21CE a-1256-4-1246-246-246-25-25-135-135 LEFT RIGHT DOUBLE ARROW WITH STROKE 
-math \X21CF a-1256-4-1246-25-25-135-135 RIGHTWARDS DOUBLE ARROW WITH STROKE 
-math \X21D0 a-246-246-25 LEFTWARDS DOUBLE ARROW 
-math \X21D1 a-1246-126-25-25-135-135 UPWARDS DOUBLE ARROW 
-math \X21D2 a-25-135-135 RIGHTWARDS DOUBLE ARROW 
-math \X21D3 a-1246-126-25-25-135-135 DOWNWARDS DOUBLE ARROW 
-math \X21D4 a-1246-246-246-25-25-135-135 LEFT RIGHT DOUBLE ARROW 
-math \X21D5 a-1246-126-246-246-25-25-135-135 UP DOWN DOUBLE ARROW 
-math \X21D6 a-1246-45-246-246-25-25 NORTH WEST DOUBLE ARROW 
-math \X21D7 a-1246-45-25-25-135-135 NORTH EAST DOUBLE ARROW 
-math \X21D8 a-1246-56-25-25-135-135 SOUTH EAST DOUBLE ARROW 
-math \X21D9 a-1246-56-246-246-25-25 SOUTH WEST DOUBLE ARROW 
-math \X21DA a-1246-246-246-246-25-25 LEFTWARDS TRIPLE ARROW 
-math \X21DB a-1246-25-25-135-135-135 RIGHTWARDS TRIPLE ARROW 
-math \X21DC a-1246-246-26-36-35-25-26 LEFTWARDS SQUIGGLE ARROW 
-math \X21DD a-1246-26-36-35-25-26-135 RIGHTWARDS SQUIGGLE ARROW 
-math \X21DE a-1256-1256-4-1246-126-25-25-135-12456 UPWARDS ARROW WITH DOUBLE STROKE
-math \X21DF a-1256-1256-4-1246-146-25-25-135-12456 DOWNWARDS ARROW WITH DOUBLE STROKE 
-math \X21E0 a-1246-246-25-25 LEFTWARDS DASHED ARROW 
-math \X21E1 a-1246-126-25-25-135 UPWARDS DASHED ARROW 
-math \X21E2 a-1246-25-25-135 RIGHTWARDS DASHED ARROW 
-math \X21E3 a-1246-146-25-25-135 DOWNWARDS DASHED ARROW 
-math \X21E4 a-1246-1256-246-25-25 LEFTWARDS ARROW TO BAR 
-math \X21E5 a-1246-25-25-135-1256 RIGHTWARDS ARROW TO BAR 
-math \X21E6 a-1246-456-246-25-25 LEFTWARDS WHITE ARROW 
-math \X21E7 a-1246-126-456-25-25-135 UPWARDS WHITE ARROW 
-math \X21E8 a-1246-456-25-25-135 RIGHTWARDS WHITE ARROW 
-math \X21E9 a-1246-146-456-25-25-135 DOWNWARDS WHITE ARROW 
-math \X21F3 a-1246-126-456-246-25-25-135 UP DOWN WHITE ARROW 
-math \X21F4 a-1246-25-25-135-46-16 RIGHT ARROW WITH SMALL CIRCLE 
-math \X21F5 a-1246-146-25-25-135-5-1246-126-25-25-135 DOWNWARDS ARROW LEFTWARDS OF UPWARDS ARROW 
-math \X21F6 a-1246-25-25-135-1246-25-25-135-1246-25-25-135 THREE RIGHTWARDS ARROWS 
-math \X21F7 a-1256-4-1246-246-25-25-12456 LEFTWARDS ARROW WITH VERTICAL STROKE 
-math \X21F8 a-1256-4-1246-25-25-135-12456  RIGHTWARDS ARROW WITH VERTICAL STROKE 
-math \X21F9 a-1256-4-1246-246-25-25-135 LEFT RIGHT ARROW WITH VERTICAL STROKE 
-math \X21FA a-1256-1256-4-1246-246-25-25-12456 LEFTWARDS ARROW WITH DOUBLE VERTICAL STROKE 
-math \X21FB a-1256-1256-4-1246-25-25-135-12456  RIGHTWARDS ARROW WITH DOUBLE VERTICAL STROKE 
-math \X21FC a-1256-1256-4-1246-246-25-25-135 LEFT RIGHT ARROW WITH DOUBLE VERTICAL STROKE 
-math \X21FD a-1246-1256-25-25 LEFTWARDS OPEN-HEADED ARROW 
-math \X21FE a-1246-25-25-1256 RIGHTWARDS OPEN-HEADED ARROW 
-math \X21FF a-1246-1256-25-25-1256 LEFT RIGHT OPEN-HEADED ARROW 
-math \x2200 1256-2 FOR ALL 
-math \X2202 4-145 PARTIAL DIFFERENTIAL 
-math \X2203 1256-26 THERE EXISTS 
-math \X2204 34-4-123456 THERE DOES NOT EXIST 
-math \X2205 1256-356 EMPTY SET 
-math \X2207 456-356 NABLA 
-math \x2208 1256-35 ELEMENT OF 
-math \X2209 34-4-15 NOT AN ELEMENT OF 
-math \X220B 1256-135 CONTAINS AS MEMBER 
-math \X220C 35-1256-135 DOES NOT CONTAIN AS MEMBER 
-math \X220D 4-26 SMALL CONTAINS AS MEMBER 
-math \X220E a-123456-123456 END OF PROOF 
-math  \x2211 456-234 NRY SUMMATION 
-math \x2212 a-56-36 MINUS SIGN 
-math \X2217 4-3456 ASTERISK OPERATOR 
-math \x2218 356 degrees sign
-math \X221D a-25-2356 PROPORTIONAL TO 
-math \x221E 123456 INFINITY 
-math \X221F 1246-246-46-1235-12456 RIGHT ANGLE 
-math \X2220 1456-246 ANGLE 
-math \X2221 1246-246-456-1246-1246-1-12456 MEASURED ANGLE 
-math \X2222 1246-246-456-1246-1246-1-12456 Spherical ANGLE 
-math \X2223 1256 DIVIDES 
-math \X2224 34-1256 DOES NOT DIVIDE 
-math \X2225 a-1246-123 PARALLEL TO 
-math \X2226 a-34-1246-123 NOT PARALLEL TO 
-math \X2229 1256-2356 INTERSECTION 
-math \X222A 1256-235 UNION 
-math \x222B 2346 INTEGRAL 
-math \x222C 2346-2346 DOUBLE INTEGRAL 
-math \x222D 2346-2346-2346 TRIPLE INTEGRAL
-math \X222E 2346-4-1246-14-12456 CONTOUR INTEGRAL 
-math \X2232 2346-4-1246-246-26-35-12456 CLOCKWISE CONTOUR INTEGRAL 
-math \X2233 2346-4-1246-26-35-135-12456 ANTICLOCKWISE CONTOUR INTEGRAL 
-math \X2234 a-6-16 THEREFORE 
-math \X2235 a-4-34 BECAUSE 
-math \X2236 a-5-2 RATIO 
-math \X2245 a-456-2356 APPROXIMATELY EQUAL TO 
-math \X224D a-2356-2356 EQUIVALENT TO 
-math \x2260 a-35-2356 NOT EQUAL TO 
-math \x2261 a-456-123 IDENTICAL TO 
-math \x2264 a-246-2356 LESS-THAN OR EQUAL TO 
-math \x2265 a-135-2356 GREATER-THAN OR EQUAL TO GREATER THAN OR EQUAL TO 
-math \X2266 a-246-456-2356 LESS-THAN OVER EQUAL TO 
-math \X2267 a-46-2-46-13 GREATER-THAN OVER EQUAL TO 
-math \X2268 a-246-35-2356 LESS-THAN BUT NOT EQUAL TO 
-math \X2269 a-135-35-2356 GREATER-THAN BUT NOT EQUAL TO 
-math \X226A a-246-246 MUCH LESS-THAN 
-math \X226B a-135-135 MUCH GREATER-THAN 
-math \X226D a-35-2356-2356 NOT EQUIVALENT TO 
-math \X226E a-35-246 NOT LESS-THAN 
-math \X226F a-35-135 NOT GREATER-THAN 
-math \X2270 a-34-5-13-156 NEITHER LESS-THAN NOR EQUAL TO 
-math \X2271 a-34-46-2-156 NEITHER GREATER-THAN NOR EQUAL TO 
-math \X2272 a-246-2356-2356 LESS-THAN OR EQUIVALENT TO 
-math \X2273 a-135-2356-2356 GREATER-THAN OR EQUIVALENT TO 
-math \X2274 a-34-5-13-456-123 NEITHER LESS-THAN NOR EQUIVALENT TO 
-math \X2275 a-34-46-2-456-123 NEITHER GREATER-THAN NOR EQUIVALENT TO 
-math \X2276 a-5-13-46-2 LESS-THAN OR GREATER-THAN 
-math \X2277 a-46-2-5-13 GREATER-THAN OR LESS-THAN 
-math \X2278 a-34-5-13-46-2 NEITHER LESS-THAN NOR GREATER-THAN 
-math \X2279 a-34-46-2-5-13 NEITHER GREATER-THAN NOR LESS-THAN 
-math \X2282 456-5-13 SUBSET OF 
-math \X2283 456-46-2 SUPERSET OF 
-math \X2284 34-456-5-13 NOT A SUBSET OF 
-math \X2285 34-456-46-2 NOT A SUPERSET OF 
-math \X2286 456-5-13-156 SUBSET OF OR EQUAL TO 
-math \X2287 46-2-156 SUPERSET OF OR EQUAL TO 
-math \X2288 34-5-13-156 NEITHER A SUBSET OF NOR EQUAL TO 
-math \X2289 34-46-2-156 NEITHER A SUPERSET OF NOR EQUAL TO 
-math \X228A 456-5-13-34-46-13 SUBSET OF WITH NOT EQUAL TO 
-math \X228B 456-46-2-34-46-13 SUPERSET OF WITH NOT EQUAL TO 
-math \X2295 1246-14-456-1246-346-12456 CIRCLED PLUS 
-math \X2296 1246-14-456-1246-36-12456 CIRCLED MINUS 
-math \X2297 1246-14-456-1246-4-16-12456 CIRCLED TIMES 
-math \X2298 1246-14-456-1246-456-34-12456 CIRCLED DIVISION SLASH 
-math \X2299 1246-14-456-1246-16-12456 CIRCLED DOT OPERATOR 
-math \X229B 1246-14-456-1246-4-3456-12456 CIRCLED ASTERISK OPERATOR 
-math \X229C 1246-14-456-1246-46-13-12456 CIRCLED EQUALS 
-math \X229D 1246-14-456-1246-36-36-12456 CIRCLED DASH 
-math \X229E 1246-256-456-1246-346-12456 SQUARED PLUS 
-math \X229F 1246-256-456-1246-36-12456 SQUARED MINUS 
-math \X22A0 1246-256-456-1246-4-16-12456 SQUARED TIMES 
-math \X22A1 1246-256-456-1246-16-12456 SQUARED DOT OPERATOR 
-math \X22A5 a-3456-3 Perpendicular TO 
-math \X22A5 a-34-1246-1234 not Perpendicular TO 
-math \x22C5 56-3 dot operator
-math \X22DC a-2356-246 EQUAL TO OR LESS-THAN 
-math \X22DD a-2356-135 EQUAL TO OR GREATER-THAN 
-math \X22EE 126-3-3-3 VERTICAL ELLIPSIS 
-math \X22EF 3-3-3 MIDLINE HORIZONTAL ELLIPSIS 
-math \X22F0 45-3-3-3 UP RIGHT DIAGONAL ELLIPSIS 
-math \X22F1 56-3-3-3 DOWN RIGHT DIAGONAL ELLIPSIS 
-math \x2322 a-1246-1 arc
-math \X25A0 1246-456-12345 filled Square
-math \X25A1 1246-12345 Square
-math \X25AB 1246-456-1235 filled Rectangle
-math \X25AC 1246-1235 Rectangle
-math \X25B0 1246-456-1245 filled PARALLELOGRAM 
-math \X25B1 1246-1245 PARALLELOGRAM 
-math \X25B2 1246-456-145 Filled Triangle
-math \X25B3 1246-145 Triangle
-math \X25BC 456-46-1246 BLACK DOWN-POINTING TRIANGLE 
-math \X25BD 46-1246 WHITE DOWN-POINTING TRIANGLE 
-math \X25CF 1246-456-14 Filled Circle
-math \X25CB 1246-25 Circle
-math \xf577 1246-135 contracted right arrow
-sign * 4-3456 ASTERISK OPERATOR 
-sign \x009A a SINGLE CHARACTER INTRODUCER 
-sign \x00A2 4-14 CENT SIGN 
-sign \x00A7 4-6-234 SECTION SIGN 
-sign \x00A9 12356-6-14-23456 COPYRIGHT SIGN 
-sign \x00B7 16 MIDDLE DOT 
-sign \x00D7 a-56-236 MULTIPLICATION SIGN 
-sign \X00F7 a-56-256 DIVISION SIGN 
-sign \x2022 35-35 BULLET 
-sign \X2215 456-34 DIVISION slash
-sign \x2715 a-56-236 MULTIPLICATION SIGN 
-space \x2009 0 THIN SPACE 0020 
-space \x2061 0 FUNCTION APPLICATION
-
-# liblouis: sub table for Latin letter definition, 6 dots.
-#
-#  Copyright (C) 2012-2014 Mesar Hameed <mesar.hameed@gmail.com>
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-
-# Latin letters a-z where capitals are defined as equivalent to the lowercase. 
-# This table is usually used by 6 dot tables. To distinguish between 
-# capitals and lowercase, the language table should make use of the 
-# capsletter and capsword opcodes.
-
-uplow Aa 1
-uplow Bb 12
-uplow Cc 14
-uplow Dd 145
-uplow Ee 15
-uplow Ff 124
-uplow Gg 1245
-uplow Hh 125
-uplow Ii 24
-uplow Jj 245
-uplow Kk 13
-uplow Ll 123
-uplow Mm 134
-uplow Nn 1345
-uplow Oo 135
-uplow Pp 1234
-uplow Qq 12345
-uplow Rr 1235
-uplow Ss 234
-uplow Tt 2345
-uplow Uu 136
-uplow Vv 1236
-uplow Ww 2456
-uplow Xx 1346
-uplow Yy 13456
-uplow Zz 1356
-# LibLouis Table for Greek Braille - Common Rules
-# ελληνικό σύστημα μπράιγ [Greek Braille System]
-# κέντρο εκπαίδευσης και αποκατάστασης τυφλών [Center for Education and Rehabilitation for the Blind]
-
-# Copyright (C) 2017 Dave Mielke: <dave@mielke.cc>, [http://mielke.cc/]
-#
-# This file is part of LibLouis.
-#
-# LibLouis is free software. You may redistribute it and/or modify it
-# under the terms of the GNU Lesser General Public License as
-# published by the Free Software Foundation - either version 2.1 of the
-# License or, at your option, any later version.
-#
-# LibLouis is distributed in the hope that it will be useful, but
-# WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-# Lesser General Public License for more details.
-#
-# You should have received a copy of the GNU Lesser General Public
-# License along with LibLouis. If not, see: http://www.gnu.org/licenses/
-#
-# Created and maintained by Dave Mielke: <dave@mielke.cc>, [http://mielke.cc/]
-
-##########
-# Spaces #
-##########
-
-space	\s	0	space
-space	\x00A0	0	non-trivial blank
-space	\t	0	HT, CTRL-I
-space	\v	0	VT, CTRL-V
-space	\f	0	FF, CTRL-L
-space	\r	0	CR, CTRL-M
-
-##################
-# Greek Alphabet #
-##################
-
-uplow	\x0391\x03B1	1	# Αα Alpha
-uplow	\x0392\x03B2	12	# Ββ Beta
-uplow	\x0393\x03B3	1245	# Γγ Gamma
-uplow	\x0394\x03B4	145	# Δδ Delta
-uplow	\x0395\x03B5	15	# Εε Epsilon
-uplow	\x0396\x03B6	1356	# Ζζ Zeta
-uplow	\x0397\x03B7	345	# Ηη Eta
-uplow	\x0398\x03B8	1456	# Θθ Theta
-uplow	\x0399\x03B9	24	# Ιι Iota
-uplow	\x039A\x03BA	13	# Κκ Kappa
-uplow	\x039B\x03BB	123	# Λλ Lambda
-uplow	\x039C\x03BC	134	# Μμ Mu
-uplow	\x039D\x03BD	1345	# Νν Nu
-uplow	\x039E\x03BE	1346	# Ξξ Xi
-uplow	\x039F\x03BF	135	# Οο Omicron
-uplow	\x03A0\x03C0	1234	# Ππ Pi
-uplow	\x03A1\x03C1	1235	# Ρρ Rho
-uplow	\x03A3\x03C3	234	# Σσ Sigma
-uplow	\x03A4\x03C4	2345	# Ττ Tau
-uplow	\x03A5\x03C5	13456	# Υυ Upsilon
-uplow	\x03A6\x03C6	124	# Φφ Phi
-uplow	\x03A7\x03C7	125	# Χχ Chi
-uplow	\x03A8\x03C8	12346	# Ψψ Psi
-uplow	\x03A9\x03C9	245	# Ωω Omega
-
-# ς Final Sigma
-lowercase \x03C2 234
-endword \x03C2 234
-
-#################
-# Greek Accents #
-#################
-
-sign	\x1FEF	4	# ` Grave Accent (Varia)
-sign	\x0384	5	# ΄ Acute Accent (Tonos)
-sign	\x1FFD	5	# ´ Acute Accent (Oxia)
-sign	\x1FC0	6	# ῀ Circumflex Accent (Perispomeni)
-
-sign	\x1FCD	23456	# ῍ Smooth and Grave Accent (Psili and Varia)
-sign	\x1FCE	356	# ῎ Smooth and Acute Accent (Psili and Oxia)
-sign	\x1FCF	256	# ῏ Smooth and Circumflex Accent (Psili and Perispomeni)
-
-sign	\x1FFE	1236	# ῾ Rough Breathing Accent (Dasia)
-sign	\x1FDD	12356	# ῝ Rough and Grave Accent (Dasia and Varia)
-sign	\x1FDE	26	# ῞ Rough and Acute Accent (Dasia and Oxia)
-sign	\x1FDF	235	# ῟ Rough and Circumflex Accent (Dasia and Perispomeni)
-
-##########################
-# Greek Accented Letters #
-##########################
-
-uplow \x0386\x03AC 5-1 # Άά Alpha with Tonos
-uplow \x1FBB\x1F71 5-1 # Άά Alpha with Oxia
-uplow \x1FBA\x1F70 4-1 # Ὰὰ Alpha with Varia
-uplow \x1FB9\x1FB1 1 # Ᾱᾱ Alpha with Macron
-uplow \x1FB8\x1FB0 1 # Ᾰᾰ Alpha with Vrachy
-uplow \x1F08\x1F00 1 # Ἀἀ Alpha with Psili
-uplow \x1F0C\x1F04 356-1 # Ἄἄ Alpha with Psili and Oxia
-uplow \x1F0A\x1F02 23456-1 # Ἂἂ Alpha with Psili and Varia
-uplow \x1F0E\x1F06 256-1 # Ἆἆ Alpha with Psili and Perispomeni
-uplow \x1F09\x1F01 1236-1 # Ἁἁ Alpha with Dasia
-uplow \x1F0D\x1F05 26-1 # Ἅἅ Alpha with Dasia and Oxia
-uplow \x1F0B\x1F03 12356-1 # Ἃἃ Alpha with Dasia and Varia
-uplow \x1F0F\x1F07 235-1 # Ἇἇ Alpha with Dasia and Perispomeni
-uplow \x0388\x03AD 5-15 # Έέ Epsilon with Tonos
-uplow \x1FC9\x1F73 5-15 # Έέ Epsilon with Oxia
-uplow \x1FC8\x1F72 4-15 # Ὲὲ Epsilon with Varia
-uplow \x1F18\x1F10 15 # Ἐἐ Epsilon with Psili
-uplow \x1F1C\x1F14 356-15 # Ἔἔ Epsilon with Psili and Oxia
-uplow \x1F1A\x1F12 23456-15 # Ἒἒ Epsilon with Psili and Varia
-uplow \x1F19\x1F11 1236-15 # Ἑἑ Epsilon with Dasia
-uplow \x1F1D\x1F15 26-15 # Ἕἕ Epsilon with Dasia and Oxia
-uplow \x1F1B\x1F13 12356-15 # Ἓἓ Epsilon with Dasia and Varia
-uplow \x0389\x03AE 5-345 # Ήή Eta with Tonos
-uplow \x1FCB\x1F75 5-345 # Ήή Eta with Oxia
-uplow \x1FCA\x1F74 4-345 # Ὴὴ Eta with Varia
-uplow \x1F28\x1F20 345 # Ἠἠ Eta with Psili
-uplow \x1F2C\x1F24 356-345 # Ἤἤ Eta with Psili and Oxia
-uplow \x1F2A\x1F22 23456-345 # Ἢἢ Eta with Psili and Varia
-uplow \x1F2E\x1F26 256-345 # Ἦἦ Eta with Psili and Perispomeni
-uplow \x1F29\x1F21 1236-345 # Ἡἡ Eta with Dasia
-uplow \x1F2D\x1F25 26-345 # Ἥἥ Eta with Dasia and Oxia
-uplow \x1F2B\x1F23 12356-345 # Ἣἣ Eta with Dasia and Varia
-uplow \x1F2F\x1F27 235-345 # Ἧἧ Eta with Dasia and Perispomeni
-uplow \x03AA\x03CA 24 # Ϊϊ Iota with Dialytika
-uplow \x038A\x03AF 5-24 # Ίί Iota with Tonos
-uplow \x1FDB\x1F77 5-24 # Ίί Iota with Oxia
-uplow \x1FDA\x1F76 4-24 # Ὶὶ Iota with Varia
-uplow \x1FD9\x1FD1 24 # Ῑῑ Iota with Macron
-uplow \x1FD8\x1FD0 24 # Ῐῐ Iota with Vrachy
-uplow \x1F38\x1F30 24 # Ἰἰ Iota with Psili
-uplow \x1F3C\x1F34 356-24 # Ἴἴ Iota with Psili and Oxia
-uplow \x1F3A\x1F32 23456-24 # Ἲἲ Iota with Psili and Varia
-uplow \x1F3E\x1F36 256-24 # Ἶἶ Iota with Psili and Perispomeni
-uplow \x1F39\x1F31 1236-24 # Ἱἱ Iota with Dasia
-uplow \x1F3D\x1F35 26-24 # Ἵἵ Iota with Dasia and Oxia
-uplow \x1F3B\x1F33 12356-24 # Ἳἳ Iota with Dasia and Varia
-uplow \x1F3F\x1F37 235-24 # Ἷἷ Iota with Dasia and Perispomeni
-uplow \x038C\x03CC 5-135 # Όό Omicron with Tonos
-uplow \x1FF9\x1F79 5-135 # Όό Omicron with Oxia
-uplow \x1FF8\x1F78 4-135 # Ὸὸ Omicron with Varia
-uplow \x1F48\x1F40 135 # Ὀὀ Omicron with Psili
-uplow \x1F4C\x1F44 356-135 # Ὄὄ Omicron with Psili and Oxia
-uplow \x1F4A\x1F42 23456-135 # Ὂὂ Omicron with Psili and Varia
-uplow \x1F49\x1F41 1236-135 # Ὁὁ Omicron with Dasia
-uplow \x1F4D\x1F45 26-135 # Ὅὅ Omicron with Dasia and Oxia
-uplow \x1F4B\x1F43 12356-135 # Ὃὃ Omicron with Dasia and Varia
-uplow \x1FEC\x1FE5 1236-1235 # Ῥῥ Rho with Dasia
-uplow \x03AB\x03CB 13456 # Ϋϋ Upsilon with Dialytika
-uplow \x038E\x03CD 5-13456 # Ύύ Upsilon with Tonos
-uplow \x1FEB\x1F7B 5-13456 # Ύύ Upsilon with Oxia
-uplow \x1FEA\x1F7A 4-13456 # Ὺὺ Upsilon with Varia
-uplow \x1FE9\x1FE1 13456 # Ῡῡ Upsilon with Macron
-uplow \x1FE8\x1FE0 13456 # Ῠῠ Upsilon with Vrachy
-uplow \x1F59\x1F51 1236-13456 # Ὑὑ Upsilon with Dasia
-uplow \x1F5D\x1F55 26-13456 # Ὕὕ Upsilon with Dasia and Oxia
-uplow \x1F5B\x1F53 12356-13456 # Ὓὓ Upsilon with Dasia and Varia
-uplow \x1F5F\x1F57 235-13456 # Ὗὗ Upsilon with Dasia and Perispomeni
-uplow \x038F\x03CE 5-245 # Ώώ Omega with Tonos
-uplow \x1FFB\x1F7D 5-245 # Ώώ Omega with Oxia
-uplow \x1FFA\x1F7C 4-245 # Ὼὼ Omega with Varia
-uplow \x1F68\x1F60 245 # Ὠὠ Omega with Psili
-uplow \x1F6C\x1F64 356-245 # Ὤὤ Omega with Psili and Oxia
-uplow \x1F6A\x1F62 23456-245 # Ὢὢ Omega with Psili and Varia
-uplow \x1F6E\x1F66 256-245 # Ὦὦ Omega with Psili and Perispomeni
-uplow \x1F69\x1F61 1236-245 # Ὡὡ Omega with Dasia
-uplow \x1F6D\x1F65 26-245 # Ὥὥ Omega with Dasia and Oxia
-uplow \x1F6B\x1F63 12356-245 # Ὣὣ Omega with Dasia and Varia
-uplow \x1F6F\x1F67 235-245 # Ὧὧ Omega with Dasia and Perispomeni
-
-uppercase \x1FBC 35 # ᾼ Capital Alpha with Prosgegrammeni
-uppercase \x1F88 35 # ᾈ Capital Alpha with Psili and Prosgegrammeni
-uppercase \x1F8C 356-35 # ᾌ Capital Alpha with Psili and Oxia and Prosgegrammeni
-uppercase \x1F8A 23456-35 # ᾊ Capital Alpha with Psili and Varia and Prosgegrammeni
-uppercase \x1F8E 256-35 # ᾎ Capital Alpha with Psili and Perispomeni and Prosgegrammeni
-uppercase \x1F89 1236-35 # ᾉ Capital Alpha with Dasia and Prosgegrammeni
-uppercase \x1F8D 26-35 # ᾍ Capital Alpha with Dasia and Oxia and Prosgegrammeni
-uppercase \x1F8B 12356-35 # ᾋ Capital Alpha with Dasia and Varia and Prosgegrammeni
-uppercase \x1F8F 235-35 # ᾏ Capital Alpha with Dasia and Perispomeni and Prosgegrammeni
-uppercase \x1FCC 3456 # ῌ Capital Eta with Prosgegrammeni
-uppercase \x1F98 3456 # ᾘ Capital Eta with Psili and Prosgegrammeni
-uppercase \x1F9C 356-3456 # ᾜ Capital Eta with Psili and Oxia and Prosgegrammeni
-uppercase \x1F9A 23456-3456 # ᾚ Capital Eta with Psili and Varia and Prosgegrammeni
-uppercase \x1F9E 256-3456 # ᾞ Capital Eta with Psili and Perispomeni and Prosgegrammeni
-uppercase \x1F99 1236-3456 # ᾙ Capital Eta with Dasia and Prosgegrammeni
-uppercase \x1F9D 26-3456 # ᾝ Capital Eta with Dasia and Oxia and Prosgegrammeni
-uppercase \x1F9B 12356-3456 # ᾛ Capital Eta with Dasia and Varia and Prosgegrammeni
-uppercase \x1F9F 235-3456 # ᾟ Capital Eta with Dasia and Perispomeni and Prosgegrammeni
-uppercase \x1FFC 2456 # ῼ Capital Omega with Prosgegrammeni
-uppercase \x1FA8 2456 # ᾨ Capital Omega with Psili and Prosgegrammeni
-uppercase \x1FAC 356-2456 # ᾬ Capital Omega with Psili and Oxia and Prosgegrammeni
-uppercase \x1FAA 23456-2456 # ᾪ Capital Omega with Psili and Varia and Prosgegrammeni
-uppercase \x1FAE 256-2456 # ᾮ Capital Omega with Psili and Perispomeni and Prosgegrammeni
-uppercase \x1FA9 1236-2456 # ᾩ Capital Omega with Dasia and Prosgegrammeni
-uppercase \x1FAD 26-2456 # ᾭ Capital Omega with Dasia and Oxia and Prosgegrammeni
-uppercase \x1FAB 12356-2456 # ᾫ Capital Omega with Dasia and Varia and Prosgegrammeni
-uppercase \x1FAF 235-2456 # ᾯ Capital Omega with Dasia and Perispomeni and Prosgegrammeni
-
-lowercase \x1FB6 6-1 # ᾶ Small Alpha with Perispomeni
-lowercase \x1FB3 35 # ᾳ Small Alpha with Ypogegrammeni
-lowercase \x1FB4 5-35 # ᾴ Small Alpha with Oxia and Ypogegrammeni
-lowercase \x1FB2 4-35 # ᾲ Small Alpha with Varia and Ypogegrammeni
-lowercase \x1FB7 6-35 # ᾷ Small Alpha with Perispomeni and Ypogegrammeni
-lowercase \x1F80 35 # ᾀ Small Alpha with Psili and Ypogegrammeni
-lowercase \x1F84 356-35 # ᾄ Small Alpha with Psili and Oxia and Ypogegrammeni
-lowercase \x1F82 23456-35 # ᾂ Small Alpha with Psili and Varia and Ypogegrammeni
-lowercase \x1F86 256-35 # ᾆ Small Alpha with Psili and Perispomeni and Ypogegrammeni
-lowercase \x1F81 1236-35 # ᾁ Small Alpha with Dasia and Ypogegrammeni
-lowercase \x1F85 26-35 # ᾅ Small Alpha with Dasia and Oxia and Ypogegrammeni
-lowercase \x1F83 12356-35 # ᾃ Small Alpha with Dasia and Varia and Ypogegrammeni
-lowercase \x1F87 235-35 # ᾇ Small Alpha with Dasia and Perispomeni and Ypogegrammeni
-lowercase \x1FC6 6-345 # ῆ Small Eta with Perispomeni
-lowercase \x1FC3 3456 # ῃ Small Eta with Ypogegrammeni
-lowercase \x1FC4 5-3456 # ῄ Small Eta with Oxia and Ypogegrammeni
-lowercase \x1FC2 4-3456 # ῂ Small Eta with Varia and Ypogegrammeni
-lowercase \x1FC7 6-3456 # ῇ Small Eta with Perispomeni and Ypogegrammeni
-lowercase \x1F90 3456 # ᾐ Small Eta with Psili and Ypogegrammeni
-lowercase \x1F94 356-3456 # ᾔ Small Eta with Psili and Oxia and Ypogegrammeni
-lowercase \x1F92 23456-3456 # ᾒ Small Eta with Psili and Varia and Ypogegrammeni
-lowercase \x1F96 256-3456 # ᾖ Small Eta with Psili and Perispomeni and Ypogegrammeni
-lowercase \x1F91 1236-3456 # ᾑ Small Eta with Dasia and Ypogegrammeni
-lowercase \x1F95 26-3456 # ᾕ Small Eta with Dasia and Oxia and Ypogegrammeni
-lowercase \x1F93 12356-3456 # ᾓ Small Eta with Dasia and Varia and Ypogegrammeni
-lowercase \x1F97 235-3456 # ᾗ Small Eta with Dasia and Perispomeni and Ypogegrammeni
-lowercase \x0390 5-24 # ΐ Small Iota with Dialytika and Tonos
-lowercase \x1FD3 5-24 # ΐ Small Iota with Dialytika and Oxia
-lowercase \x1FD2 4-24 # ῒ Small Iota with Dialytika and Varia
-lowercase \x1FD6 6-24 # ῖ Small Iota with Perispomeni
-lowercase \x1FD7 6-24 # ῗ Small Iota with Dialytika and Perispomeni
-lowercase \x1FE4 1235 # ῤ Small Rho with Psili
-lowercase \x03B0 5-13456 # ΰ Small Upsilon with Dialytika and Tonos
-lowercase \x1FE3 5-13456 # ΰ Small Upsilon with Dialytika and Oxia
-lowercase \x1FE2 4-13456 # ῢ Small Upsilon with Dialytika and Varia
-lowercase \x1FE6 6-13456 # ῦ Small Upsilon with Perispomeni
-lowercase \x1FE7 6-13456 # ῧ Small Upsilon with Dialytika and Perispomeni
-lowercase \x1F50 13456 # ὐ Small Upsilon with Psili
-lowercase \x1F54 356-13456 # ὔ Small Upsilon with Psili and Oxia
-lowercase \x1F52 23456-13456 # ὒ Small Upsilon with Psili and Varia
-lowercase \x1F56 256-13456 # ὖ Small Upsilon with Psili and Perispomeni
-lowercase \x1FF6 6-245 # ῶ Small Omega with Perispomeni
-lowercase \x1FF3 2456 # ῳ Small Omega with Ypogegrammeni
-lowercase \x1FF4 5-2456 # ῴ Small Omega with Oxia and Ypogegrammeni
-lowercase \x1FF2 4-2456 # ῲ Small Omega with Varia and Ypogegrammeni
-lowercase \x1FF7 6-2456 # ῷ Small Omega with Perispomeni and Ypogegrammeni
-lowercase \x1FA0 2456 # ᾠ Small Omega with Psili and Ypogegrammeni
-lowercase \x1FA4 356-2456 # ᾤ Small Omega with Psili and Oxia and Ypogegrammeni
-lowercase \x1FA2 23456-2456 # ᾢ Small Omega with Psili and Varia and Ypogegrammeni
-lowercase \x1FA6 256-2456 # ᾦ Small Omega with Psili and Perispomeni and Ypogegrammeni
-lowercase \x1FA1 1236-2456 # ᾡ Small Omega with Dasia and Ypogegrammeni
-lowercase \x1FA5 26-2456 # ᾥ Small Omega with Dasia and Oxia and Ypogegrammeni
-lowercase \x1FA3 12356-2456 # ᾣ Small Omega with Dasia and Varia and Ypogegrammeni
-lowercase \x1FA7 235-2456 # ᾧ Small Omega with Dasia and Perispomeni and Ypogegrammeni
-
-#######################
-# General Punctuation #
-#######################
-
-# Hyphen
-sign	-	36
-hyphen	-	36
-
-punctuation	'	3	# ’ Apostrophe
-always '\x03C2 3-234
-always \x03C3' 234-3
-
-punctuation , 2 # , Comma
-midnum , 2 # Decimal Point
-
-punctuation	:	25	# : Colon
-
-punctuation	\x0387	23	# · Greek Semicolon
-punctuation	\x2015	6-36	# ― Dialog (Horizontal) Bar
-punctuation	\x2026	3-3-3	# … Horizontal Ellipsis
-
-#########
-# Signs #
-#########
-
-sign	*	35-35	# Asterisk
-sign	/	34	# Slash
-sign	_	456	# Underline
-sign	@	4-1	# At Sign
-sign	%	4-356	# Percent Sign
-sign	€	4-15	# Euro Sign
-sign	$	4-234	# Dollar Sign
-
-################
-# Math Symbols #
-################
-
-math	+	346	# Addition
-
-math	\x2212	36	# Subtraction
-endnum	-	36	# Subtraction
-
-math	\x00D7	46-16	# Multiplication
-endnum	*	46-16	# Multiplication
-
-math	\x00F7	46-34	# Division
-endnum	/	46-34	# Division
-
-math	=	46-13	# Equals
-math	<	5-13	# Less Than
-math	>	46-2	# Greater Than
-
-#################
-# Braille Cells #
-#################
-
-include braille-patterns.cti
-
-##########################
-# Positional Punctuation #
-##########################
-
-# . Period
-punctuation . 256
-midnum . 46 # Digit Grouping
-postpunc . 256
-
-# « Greek Opening Quotation Mark (Left-Pointing Double Angle Quotation Mark)
-punctuation \x00AB 23678
-prepunc     \x00AB 236
-
-# » Greek Closing Quotation Mark (Right-Pointing Double Angle Quotation Mark)
-punctuation \x00BB 35678
-postpunc    \x00BB 356
-
-# "" English Quotation Marks
-punctuation " 235678
-prepunc     " 6-236
-postpunc    " 356-3
-
-# ( Opening Parenthesis
-punctuation ( 23678
-prepunc     ( 2356
-
-# ) Closing Parenthesis
-punctuation ) 35678
-postpunc    ) 2356
-
-# [ Opening Bracket
-punctuation [ 1235678
-prepunc     [ 12356
-
-# ] Closing Bracket
-punctuation ] 2345678
-postpunc    ] 23456
-
-# { Opening Brace
-punctuation { 1234678
-prepunc     { 12346
-
-# } Closing Brace
-punctuation } 1345678
-postpunc    } 13456
-
-# ? English Question Mark
-punctuation ? 236
-postpunc ? 236
-
-# ! Exclamation Mark
-punctuation	!	235
-postpunc	!	235
-
-# ; Greek Question Mark
-punctuation	\x037E	26
-postpunc	\x037E	26
-
-###########
-# Numbers #
-###########
-
-include digits6Dots.uti
-
-numsign 3456
-include litdigits6Dots.uti
-
-####################
-# Greek Diphthongs #
-####################
-
-always \x03B1\x03B9	126	# αι Alpha Iota
-always \x03B1\x03C5	16	# αυ Alpha Upsilon
-always \x03B5\x03B9	146	# ει Epsilon Iota
-always \x03B5\x03C5	156	# ευ Epsilon Upsilon
-always \x03B7\x03C5	1256	# ηυ Eta Upsilon
-always \x03BF\x03B9	246	# οι Omicron Iota
-always \X03BF\x03C5	136	# ου Omicron Upsilon
-always \x03C5\x03B9	12456	# υι Upsilon Iota
-
-# The Tonos accent, if present, is always on the second letter.
-always \x03B1\x03AF	5-126	# αί Alpha Iota
-always \x03B1\x03CD	5-16	# αύ Alpha Upsilon
-always \x03B5\x03AF	5-146	# εί Epsilon Iota
-always \x03B5\x03CD	5-156	# εύ Epsilon Upsilon
-always \x03B7\x03CD	5-1256	# ηύ Eta Upsilon
-always \x03BF\x03AF	5-246	# οί Omicron Iota
-always \X03BF\x03CD	5-136	# ού Omicron Upsilon
-always \x03C5\x03AF	5-12456	# υί Upsilon Iota
-
-# The Oxia accent, if present, is always on the second letter.
-always \x03B1\x1F77	5-126	# αί Alpha Iota
-always \x03B1\x1F7B	5-16	# αύ Alpha Upsilon
-always \x03B5\x1F77	5-146	# εί Epsilon Iota
-always \x03B5\x1F7B	5-156	# εύ Epsilon Upsilon
-always \x03B7\x1F7B	5-1256	# ηύ Eta Upsilon
-always \x03BF\x1F77	5-246	# οί Omicron Iota
-always \X03BF\x1F7B	5-136	# ού Omicron Upsilon
-always \x03C5\x1F77	5-12456	# υί Upsilon Iota
-
-##############
-# Indicators #
-##############
-
-capsletter	46
-begcapsword 46-46
-
-####################
-# English Alphabet #
-####################
-
-# Define all of them as just letters in order to avoid Greek capital signs.
-# Add virtual dot E to the uppercase letters, and virtual dot F to the
-# lowercase letters, so that they have unique braille representations that
-# don't overlap with those used for Greek characters.
-
-# The uppercase English letters.
-letter A 1E
-letter B 12E
-letter C 14E
-letter D 145E
-letter E 15E
-letter F 124E
-letter G 1245E
-letter H 125E
-letter I 24E
-letter J 245E
-letter K 13E
-letter L 123E
-letter M 134E
-letter N 1345E
-letter O 135E
-letter P 1234E
-letter Q 12345E
-letter R 1235E
-letter S 234E
-letter T 2345E
-letter U 136E
-letter V 1236E
-letter W 2456E
-letter X 1346E
-letter Y 13456E
-letter Z 1356E
-
-# The lowercase English letters.
-letter a 1F
-letter b 12F
-letter c 14F
-letter d 145F
-letter e 15F
-letter f 124F
-letter g 1245F
-letter h 125F
-letter i 24F
-letter j 245F
-letter k 13F
-letter l 123F
-letter m 134F
-letter n 1345F
-letter o 135F
-letter p 1234F
-letter q 12345F
-letter r 1235F
-letter s 234F
-letter t 2345F
-letter u 136F
-letter v 1236F
-letter w 2456F
-letter x 1346F
-letter y 13456F
-letter z 1356F
-
-##########################################
-# Forward Translation of English Letters #
-##########################################
-
-# Prepend the English letter sign to each block of English letters.
-class englishLetter abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
-noback pass2 %englishLetter. @56*
-
-# Prepend the English capital sign to each uppercase English letter.
-class englishUpper ABCDEFGHIJKLMNOPQRSTUVWXYZ
-noback pass3 %englishUpper @6*
-
-# Remove virtual dot F from the lowercase English letters.
-noback pass4 [@1F] @1 # a
-noback pass4 [@12F] @12 # b
-noback pass4 [@14F] @14 # c
-noback pass4 [@145F] @145 # d
-noback pass4 [@15F] @15 # e
-noback pass4 [@124F] @124 # f
-noback pass4 [@1245F] @1245 # g
-noback pass4 [@125F] @125 # h
-noback pass4 [@24F] @24 # i
-noback pass4 [@245F] @245 # j
-noback pass4 [@13F] @13 # k
-noback pass4 [@123F] @123 # l
-noback pass4 [@134F] @134 # m
-noback pass4 [@1345F] @1345 # n
-noback pass4 [@135F] @135 # o
-noback pass4 [@1234F] @1234 # p
-noback pass4 [@12345F] @12345 # q
-noback pass4 [@1235F] @1235 # r
-noback pass4 [@234F] @234 # s
-noback pass4 [@2345F] @2345 # t
-noback pass4 [@136F] @136 # u
-noback pass4 [@1236F] @1236 # v
-noback pass4 [@2456F] @2456 # w
-noback pass4 [@1346F] @1346 # x
-noback pass4 [@13456F] @13456 # y
-noback pass4 [@1356F] @1356 # z
-
-# Remove virtual dot E from the uppercase English letters.
-noback pass4 [@1E] @1 # A
-noback pass4 [@12E] @12 # B
-noback pass4 [@14E] @14 # C
-noback pass4 [@145E] @145 # D
-noback pass4 [@15E] @15 # E
-noback pass4 [@124E] @124 # F
-noback pass4 [@1245E] @1245 # G
-noback pass4 [@125E] @125 # H
-noback pass4 [@24E] @24 # I
-noback pass4 [@245E] @245 # J
-noback pass4 [@13E] @13 # K
-noback pass4 [@123E] @123 # L
-noback pass4 [@134E] @134 # M
-noback pass4 [@1345E] @1345 # N
-noback pass4 [@135E] @135 # O
-noback pass4 [@1234E] @1234 # P
-noback pass4 [@12345E] @12345 # Q
-noback pass4 [@1235E] @1235 # R
-noback pass4 [@234E] @234 # S
-noback pass4 [@2345E] @2345 # T
-noback pass4 [@136E] @136 # U
-noback pass4 [@1236E] @1236 # V
-noback pass4 [@2456E] @2456 # W
-noback pass4 [@1346E] @1346 # X
-noback pass4 [@13456E] @13456 # Y
-noback pass4 [@1356E] @1356 # Z
-
-###########################################
-# Backward Translation of English Letters #
-###########################################
-
-nofor pass2 @56 ?#1=1
-nofor pass2 #1=1@6 ?#1=2
-nofor pass2 [$a] *#1=0
-
-# Add virtual dot F to indicate a lowercase English letter.
-nofor pass2 #1=1@1 @1F # a
-nofor pass2 #1=1@12 @12F # b
-nofor pass2 #1=1@14 @14F # c
-nofor pass2 #1=1@145 @145F # d
-nofor pass2 #1=1@15 @15F # e
-nofor pass2 #1=1@124 @124F # f
-nofor pass2 #1=1@1245 @1245F # g
-nofor pass2 #1=1@125 @125F # h
-nofor pass2 #1=1@24 @24F # i
-nofor pass2 #1=1@245 @245F # j
-nofor pass2 #1=1@13 @13F # k
-nofor pass2 #1=1@123 @123F # l
-nofor pass2 #1=1@134 @134F # m
-nofor pass2 #1=1@1345 @1345F # n
-nofor pass2 #1=1@135 @135F # o
-nofor pass2 #1=1@1234 @1234F # p
-nofor pass2 #1=1@12345 @12345F # q
-nofor pass2 #1=1@1235 @1235F # r
-nofor pass2 #1=1@234 @234F # s
-nofor pass2 #1=1@2345 @2345F # t
-nofor pass2 #1=1@136 @136F # u
-nofor pass2 #1=1@1236 @1236F # v
-nofor pass2 #1=1@2456 @2456F # w
-nofor pass2 #1=1@1346 @1346F # x
-nofor pass2 #1=1@13456 @13456F # y
-nofor pass2 #1=1@1356 @1356F # z
-
-# Add virtual dot E to indicate an uppercase English letter.
-nofor pass2 #1=2@1 @1E#1=1 # A
-nofor pass2 #1=2@12 @12E#1=1 # B
-nofor pass2 #1=2@14 @14E#1=1 # C
-nofor pass2 #1=2@145 @145E#1=1 # D
-nofor pass2 #1=2@15 @15E#1=1 # E
-nofor pass2 #1=2@124 @124E#1=1 # F
-nofor pass2 #1=2@1245 @1245E#1=1 # G
-nofor pass2 #1=2@125 @125E#1=1 # H
-nofor pass2 #1=2@24 @24E#1=1 # I
-nofor pass2 #1=2@245 @245E#1=1 # J
-nofor pass2 #1=2@13 @13E#1=1 # K
-nofor pass2 #1=2@123 @123E#1=1 # L
-nofor pass2 #1=2@134 @134E#1=1 # M
-nofor pass2 #1=2@1345 @1345E#1=1 # N
-nofor pass2 #1=2@135 @135E#1=1 # O
-nofor pass2 #1=2@1234 @1234E#1=1 # P
-nofor pass2 #1=2@12345 @12345E#1=1 # Q
-nofor pass2 #1=2@1235 @1235E#1=1 # R
-nofor pass2 #1=2@234 @234E#1=1 # S
-nofor pass2 #1=2@2345 @2345E#1=1 # T
-nofor pass2 #1=2@136 @136E#1=1 # U
-nofor pass2 #1=2@1236 @1236E#1=1 # V
-nofor pass2 #1=2@2456 @2456E#1=1 # W
-nofor pass2 #1=2@1346 @1346E#1=1 # X
-nofor pass2 #1=2@13456 @13456E#1=1 # Y
-nofor pass2 #1=2@1356 @1356E#1=1 # Z
-
-#-display-name: Catalan braille
-
-#+locale:ca
-#+type:literary
-#+grade:1
-
-# TODO: Please correct the metadata above. It is not meant to be
-# accurate nor complete. It hasn't been verified by the table
-# author yet. It is merely an attempt by the liblouis maintainers
-# to get some sensible initial values in place.
-
-# TODO: Please add a reference to official documentation about
-# the implemented braille code. Preferably submit the documents
-# to https://github.com/liblouis/braille-specs.
-
-include ca-g1.ctb
-include braille-patterns.cti
-# liblouis: Irish Gaeilge Braille Grade 1 Table
-#
-# -----------
-#-display-name: Irish uncontracted braille
-#
-#+locale:ga
-#+type:literary
-#+contraction:no
-#+grade:1
-#
-# TODO: Please correct the metadata above. It is not meant to be
-# accurate nor complete. It hasn't been verified by the table
-# author yet. It is merely an attempt by the liblouis maintainers
-# to get some sensible initial values in place.
-#
-# TODO: Please add a reference to official documentation about
-# the implemented braille code. Preferably submit the documents
-# to https://github.com/liblouis/braille-specs.
-# -----------
-#
-#  Copyright (C) 2014 Ronan McGuirk, <ronan.p.mcguirk@gmail.com>.
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-
-# www.inbaf.ie Irish Grade 1 Braille Version 1.0 16th June 2014
-#
-# Maintained by Ronan McGuirk, <ronan.p.mcguirk@gmail.com>
-# Supervised by Mesar Hameed <mesar.hameed@gmail.com>
-
-include text_nabcc.dis All display opcodes
-include ukchardefs.cti
-punctuation • 456-256	# filled round bullet point
-
-# Braille indicators
-numsign 3456  number sign, just a dots operand
-capsletter 6
-begcapsword 6-6
-endcapsword 6-3
-emphclass italic
-emphclass underline
-emphclass bold
-begemph italic 46-2356
-endemph italic 46-3
-begemph bold 45-2356
-endemph bold 45-3
-
-# the decimal digits
-include litdigits6Dots.uti
- 
-
-#single letter words
-word I 24
-word o 135
-word O 135
-
-# punctuation
-prepunc " 236
-postpunc " 356
-always " 6-2356
-prepunc ' 6-236
-postpunc ' 6-356
-postpunc '' 356
-postpunc ''' 356-3-356
-
-always ' 3
-always , 2
-midnum . 256
-decpoint . 256
-always . 256
-always ; 23
-always : 25
-always ! 235
-always # 456-1456
-midnum / 34-3456
-always / 456-34
-always ? 236
-always % 46-356
-always ^ 4-26
-always ~ 4-35
-always & 234
-midnum * 5-236-3456
-always * 5-35
-repeated *** 5-35-5-35-5-35
-always ( 5-126
-always ) 5-345
-always [ 46-126
-always ] 46-345
-always { 456-126
-always } 456-345
-always _ 46-36
-prepunc `` 236
-prepunc ` 6-236
-always ` 46-16
-always @ 4-1
-always \\ 456-16
-always | 456-1256
-repeated --- 6-36-6-36-6-36
-
-repeated ___ 46-36-46-36-46-36
-
-
-repeated ::: 25-25-25
-
-repeated === 5-2356-5-2356-5-2356
-repeated ~~~ 4-35-4-35-4-35
-always \s-\s 6-36
-always ... 256-256-256
-always .\s.\s. 256-256-256 . . .
-always  \x2026 256-256-256 # 8230			MS Word smart ellipsis
-always • 456-256   # bullet point 
-
-# the hyphen
-repeated ­­­ 36-36-36
-always \s­\s 36-36
-
-
-# Irish long accent signs sínte fada 
-uplow Áá 12346				# á a fada (a with acute accent sign)
-uplow Éé 123456				# é e fada (e with acute accent sign)
-uplow Íí 12356				# í i fada, (i with acute accent)
-uplow Óó 2346			# ó o fada (o with acute accent sign)
-uplow Úú 23456			#ú u fada (u with acute accent)
-
-# non-Irish letter symbols
-
-uplow Àà 1				# a with grave
-uplow Ââ 1				# a with circumflex
-uplow Ãã 1				# a with tilde
-uplow Ää 1				# a with dieresis
-uplow Åå 1				# a with ring above
-uplow Ææ 1				# letter ae
-uplow Çç 14				# c with cedilla
-uplow Èè 15				# e with grave
-uplow Êê 15				# e with circumflex
-uplow Ëë 15				# e with dieresis
-uplow Ìì 24				# i with grave above
-uplow Îî 24				# i with circumflex
-uplow Ïï 24				# i with dieresis
-uplow Ðð 15				# letter eth
-uplow Ññ 1345			# n with tilde
-uplow Òò 135			# o with grave above
-uplow Ôô 135			# o with circumflex
-uplow Õõ 135			# o with tilde
-uplow Öö 135			# o with dieresis
-uplow Øø 135			# o with stroke
-uplow Ùù 136			# u with grave above
-uplow Ûû 136			# u with circumflex above
-uplow Üü 136				# u with dieeresis
-uplow Ýý 13456		# y with acute above
-uplow Þþ 2345			# letter thorn
-letter ß 2346		# small sharp s
-uplow Ŵŵ 2456 w with circumflex
-uplow Ŷŷ 13456 # y with circumflex
-uplow Ÿÿ 13456 # y with diaeresis
-uplow Ỳỳ 13456 # y with grave
-
-largesign À 45-16-1      [C0] upper a grave
-largesign à   45-16-1      [E0] lower a grave
-
-
-largesign  45-146-1      [C2] upper a circumflex
-largesign â   45-146-1      [E2] lower a circumflex
-
-largesign à 45-12456-1      [C3] upper a tilde
-largesign ã   45-12456-1      [E3] lower a tilde
-
-largesign Ä 45-25-1      [C4] upper a dieresis
-largesign ä   45-25-1      [E4] lower a dieresis
-
-largesign Å 45-1246-1      [C5] upper a ring
-largesign å   45-1246-1      [E5] lower a ring
-
-largesign Æ 1-45-235-15     [C6] upper ae
-largesign æ   1-45-235-15			[E6] lower ae
-
-largesign Ç 45-12346-14     [C7] upper c cedilla
-largesign ç   45-12346-14     [E7] lower c cedilla
-
-largesign È 45-16-15     [C8] upper e grave
-largesign è   45-16-15     [E8] lower e grave
-
-#dlargesign \x00E9   45-34-15     [E9] lower e acute
-
-largesign Ê 45-146-15     [CA] upper e circumflex
-largesign ê   45-146-15     [EA] lower e circumflex
-
-largesign Ë 45-25-15     [CB] upper e dieresis
-largesign ë   45-25-15     [EB] lower e dieresis
-
-largesign Ì 45-16-24     [CC] upper i grave
-largesign ì   45-16-24     [EC] lower i grave
-
-
-largesign Î 45-146-24     [CE] upper i circumflex
-largesign î   45-146-24     [EE] lower i circumflex
-
-largesign Ï 45-25-24     [CF] upper i dieresis
-largesign ï   45-25-24     [EF] lower i dieresis
-
-
-largesign Ñ 45-12456-1345   [D1] upper n tilde
-largesign ñ   45-12456-1345   [F1] lower n tilde
-
-largesign Ò 45-16-135    [D2] upper o grave
-largesign ò   45-16-135    [F2] lower o grave
-
-#dlargesign \x00F3   45-34-135    [F3] lower o acute
-
-largesign Ô 45-146-135    [D4] upper o circumflex
-largesign ô   45-146-135    [F4] lower o circumflex
-
-largesign Õ 45-12456-135    [D5] upper o tilde
-largesign õ   45-12456-135    [F5] lower o tilde
-
-largesign Ö 45-25-135    [D6] upper o dieresis
-largesign ö   45-25-135			[F6] lower o dieresis
-
-#largesign \x00f8   4-135    [F8] lower o slash
-
-largesign Ù 45-16-136    [D9] upper u grave
-largesign ù   45-16-136    [F9] lower u grave
-
-#dlargesign \x00FA   45-25-136    [FA] lower u acute
-
-largesign Û 45-146-136    [DB] upper u circumflex
-largesign û   45-146-136    [FB] lower u circumflex
-
-largesign Ü 45-25-136    [DC] upper u dieresis
-largesign ü   45-25-136    [FC] lower u dieresis
-
-largesign Ý 45-34-13456  [DD] upper y acute
-largesign ý   45-34-13456  [FD] lower y acute
-
-
-largesign ß 234-234 (DF) lower ss
-
-largesign Ŵ 45-146-2456 lower w circumflex
-largesign ŵ 45-146-2456 upper w circumflex
-
-largesign Ŷ 45-146-13456 upper y circumflex
-largesign ŷ 45-146-13456 lower y circumflex
-
-largesign Ÿ 45-26-13456 upper y dieresis
-largesign ÿ 45-25-13456 lower y dieresis
-
-#largesign \x1EF3 45-16-13456 lower y with grave
-
-# always	\x2010 36		 # 8208			hyphen
-hyphen 	\x2010 36		 # 8208			hyphen
-
-# always	\x2011 46		 # 8209			non-breaking hyphen
-punctuation ‑ 36		 # 8209			non-breaking hyphen
-
-always	\x2013 5-36		 # 8211		smart minus sign
-
-
-always	\x201C 45-236	 # 8220			smart opening double quote
-always	\x201D 45-356	 # 8221			smart closing double quote
-always	\x201E 236	 # 8222			smart double low quotation mark
-always	\x201F 356	 # 8223			smart double high reverse quotation mark
-
-# mathematical symbols
-decpoint . 256
-always < 4-126
-always = 5-2356
-midnum = 5-2356-3456
-always > 4-345
-always + 5-235
-midnum + 5-235-3456
-midnum - 36-3456
-always - 36
-always × 5-236
-midnum × 5-236-3456
-midnum ÷ 5-34-3456 division sign
-always ÷ 5-34
-
-
-
-# other special characters
-always © 45-14 copyright
-sign ™ 45-2345 trademark
-sign ® 45-1235 registered
-always ¶ 45-1234 paragraph
-always § 45-234 section
-always ° 45-245 degrees
-always £ 4-123 pounds
-always $ 4-234
-always ¢ 4-14 cents
-sign € 4-15	euro
-always € 4-15	euro
-always ¥ 4-13456 yen
-always µ 46-134 mu
-
-# This table contains braille codes and rules for Bengali  script.
-#
-# Copyright (C) 2014 National Institute for Visually Handicapped, 116, Rajpur Road, Dehradun, Uttrakhand, India
-#
-# This file is part of liblouis.
-#
-# liblouis is free software: you can redistribute it and/or modify it
-# under the terms of the GNU Lesser General Public License as
-# published by the Free Software Foundation, either version 2.1 of the
-# License, or (at your option) any later version.
-#
-# liblouis is distributed in the hope that it will be useful, but
-# WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-# Lesser General Public License for more details.
-#
-# You should have received a copy of the GNU Lesser General Public
-# License along with liblouis. If not, see
-# <http://www.gnu.org/licenses/>.
-
-# This table is built and maintained under an activity of Braille Council of India
-# Contributors: Dipendra Manocha, Sreeja, Dinesh Kaushal, Mesar Hameed
-# Last updated on May 5, 2014
-# To report any bugs or any suggestion, please write to d@saksham.org and sreeja.param@gmail.com
-
-include braille-patterns.cti
-
-letter   \x0981	3	# Bengali Sign Candrabindu
-letter   \x0982	56	# Bengali Sign Anusvara
-letter   \x0983	6	# Bengali Sign Visarga
-letter   \x0985	1	# Bengali Letter A
-letter   \x0986	345	# Bengali Letter AA
-letter   \x0987	24	# Bengali Letter I
-letter   \x0988	35	# Bengali Letter II
-letter   \x0989	136	# Bengali Letter U
-letter   \x098A	1256	# Bengali Letter UU
-letter   \x098B	5-1235	# Bengali Letter Vocalic R
-letter   \x098C	5-123	# Bengali Letter Vocalic L
-letter   \x098F	15	# Bengali Letter E
-letter   \x0990	34	# Bengali Letter AI
-letter   \x0993	135	# Bengali Letter O
-letter   \x0994	246	# Bengali Letter AU
-
-# Consonents
-
-letter   \x0995	13	# Bengali Letter KA
-letter   \x0996	46	# Bengali Letter KHA
-letter   \x0997	1245	# Bengali Letter GA
-letter   \x0998	126	# Bengali Letter GHA
-letter   \x0999	346	# Bengali Letter NGA
-
-letter   \x099A	14	# Bengali Letter CA
-letter   \x099B	16	# Bengali Letter CHA
-letter   \x099C	245	# Bengali Letter JA
-letter   \x099D	356	# Bengali Letter JHA
-letter   \x099E	25	# Bengali Letter NYA
-
-letter   \x099F	23456	# Bengali Letter TTA
-letter   \x09A0	2456	# Bengali Letter TTHA
-letter   \x09A1	1246	# Bengali Letter DDA
-letter   \x09A2	123456	# Bengali Letter DDHA
-letter   \x09A3	3456	# Bengali Letter NNA
-
-letter   \x09A4	2345	# Bengali Letter TA
-letter   \x09A5	1456	# Bengali Letter THA
-letter   \x09A6	145	# Bengali Letter DA
-letter   \x09A7	2346	# Bengali Letter DHA
-letter   \x09A8	1345	# Bengali Letter NA
-
-letter   \x09AA	1234	# Bengali Letter PA
-letter   \x09AB	235	# Bengali Letter PHA
-letter   \x09AC	12	# Bengali Letter BA = Bengali va, wa
-letter   \x09AD	45	# Bengali Letter BHA
-letter   \x09AE	134	# Bengali Letter MA
-letter   \x09AF	13456	# Bengali Letter YA
-letter   \x09B0	1235	# Bengali Letter RA
-letter   \x09B2	123	# Bengali Letter LA
-letter   \x09B6	146	# Bengali Letter SHA
-letter   \x09B7	12346	# Bengali Letter SSA
-letter   \x09B8	234	# Bengali Letter SA
-letter   \x09B9	125	# Bengali Letter HA
-
-letter   \x09BD	2	# Bengali Sign Avagraha
-
-# vowel sign
-
-letter   \x09BE	345	# Bengali vowel sign AA
-letter   \x09BF	24	# Bengali vowel sign I (Stands To The Left Of The Consonant)
-letter   \x09C0	35	# Bengali vowel sign II
-letter   \x09C1	136	# Bengali vowel sign U
-letter   \x09C2	1256	# Bengali vowel sign UU                                                
-letter   \x09C3	5-1235	# Bengali vowel sign VOCALIC R
-letter   \x09C4	6-1235	# Bengali vowel sign VOCALIC RR
-letter   \x09C7	15	# Bengali vowel sign E (stands to the left of the consonant)
-letter   \x09C8	34	# Bengali vowel sign AI (stands to the left of the consonant)
-letter   \x09CB	135	# Bengali vowel sign O = 09C7 and 09BE
-letter   \x09CC	246	# Bengali vowel sign AU = 09C7 and 09D7
-
-letter   \x09CD	  4	# Bengali sign VIRAMA
-
-letter   \x09CE   4-2345    # Bengali letter Khanda TA (a dead consonant form of ta, without implicit vowel, used in some     sequences)
-letter   \x09DC	12456	# Bengali letter RRA =   09A1 and 09BC
-letter   \x09DD	5-12456	# BENGALI LETTER RHA =  09A2 AND  09BC
-letter   \x09DF	26	# BENGALI LETTER YYA =  09AF AND   09BC
-
-letter   \x09E0	6-1235	# BENGALI LETTER VOCALIC RR
-letter   \x09E1	6-123	# BENGALI LETTER VOCALIC LL
-letter   \x09E2	5-123	# BENGALI LETTER VOCALIC L
-letter   \x09E3	6-123	# BENGALIC LETTER VOCALIC LL
-
-# Digits
-
-litdigit   \x09E6	245	# BENGALI DIGIT ZERO
-litdigit   \x09E7	1	# BENGALI DIGIT ONE
-litdigit   \x09E8	12	# BENGALI DIGIT TWO
-litdigit   \x09E9	14	# BENGALI DIGIT THREE
-litdigit   \x09EA	145	# BENGALI DIGIT FOUR
-litdigit   \x09EB	15	# BENGALI DIGIT FIVE
-litdigit   \x09EC	124	# BENGALI DIGIT SIX
-litdigit  \x09ED	1245	# BENGALI DIGIT SEVEN
-litdigit   \x09EE	125	# BENGALI DIGIT EIGHT
-litdigit  \x09EF	24	# BENGALI DIGIT NINE
-
-letter     \x09F0	1235	# BENGALI LETTER RA WITH MIDDLE DIAGONAL (ASSAMESE)
-letter    \x09F1    1236	# BENGALI LETTER RA WITH LOWER DIAGONAL =  BENGALI LETTER VA WITH LOWER DIAGONAL (1.0) ASSAMESE
-
-replace \X200D
-
-# Half characters 
-always	\x0995\x09cD   	4-13	# Bengali Letter KA
-always	\x0996\x09cD   	4-46	# Bengali Letter KHA
-always	\x0997\x09cD   	4-1245	# Bengali Letter GA
-always	\x0998\x09cD   	4-126	# Bengali Letter GHA
-always	\x0999\x09cD   	4-346	# Bengali Letter NGA
-
-always	\x099A\x09cD   	4-14	# Bengali Letter CA
-always	\x099B\x09cD   	4-16	# Bengali Letter CHA
-always	\x099C\x09cD   	4-245	# Bengali Letter JA
-always	\x099D\x09cD   	4-356	# Bengali Letter JHA
-always	\x099E\x09cD   	4-25	# Bengali Letter NYA
-
-always	\x099F\x09cD   	4-23456	# Bengali Letter TTA
-always	\x09A0\x09cD   	4-2456	# Bengali Letter TTHA
-always	\x09A1\x09cD   	4-1246	# Bengali Letter DDA
-always	\x09A2\x09cD   	4-123456	# Bengali Letter DDHA
-always	\x09A3\x09cD   	4-3456	# Bengali Letter NNA
-
-always	\x09A4\x09cD   	4-2345	# Bengali Letter TA
-always	\x09A5\x09cD   	4-1456	# Bengali Letter THA
-always	\x09A6\x09cD   	4-145	# Bengali Letter DA
-always	\x09A7\x09cD   	4-2346	# Bengali Letter DHA
-always	\x09A8\x09cD   	4-1345	# Bengali Letter NA
-
-always	\x09AA\x09cD   	4-1234	# Bengali Letter PA
-always	\x09AB\x09cD   	4-235	# Bengali Letter PHA
-always	\x09AC\x09cD   	4-12	# Bengali Letter BA =  Bengali va, wa
-always	\x09AD\x09cD   	4-45	# Bengali Letter BHA
-always	\x09AE\x09cD   	4-134	# Bengali Letter MA
-
-always	\x09AF\x09cD   	4-13456	# Bengali Letter YA
-always	\x09B0\x09cD   	4-1235	# Bengali Letter RA
-always	\x09B2\x09cD   	4-123	# Bengali Letter LA
-always	\x09B6\x09cD   	4-146	# Bengali Letter SHA
-always	\x09B7\x09cD   	4-12346	# Bengali Letter SSA
-always	\x09B8\x09cD   	4-234	# Bengali Letter SA
-always	\x09B9\x09cD   	4-125	# Bengali Letter HA
-
-
-always	\x09C4\x09cD   	4-6-1235	# Bengali vowel sign VOCALIC RR
-always	\x09CE\x09cD   	4-4-2345	# Bengali letter Khanda TA (a dead consonant form of ta, without implicit vowel, used in some sequences)
-always	\x09DC\x09cD   	4-12456	# Bengali letter RRA = 09A1 and 09BC
-always	\x09DF\x09cD   	4-26	# BENGALI LETTER YYA = 09AF AND 09BC
-always	\x09E0\x09cD   	4-6-1235	# BENGALI LETTER VOCALIC RR
-always	\x09E1\x09cD   	4-6-123	# BENGALI LETTER VOCALIC LL
-always	\x09E2\x09cD   	4-5-123	# BENGALI LETTER VOCALIC L
-always	\x09E3\x09cD   	4-6-123	# BENGALIC LETTER VOCALIC LL
-always	\x09F0\x09cD   	4-1235	# BENGALI LETTER RA WITH MIDDLE DIAGONAL (ASSAMESE)
-always	\x09F1\x09cD   	4-1236	# BENGALI LETTER RA WITH LOWER DIAGONAL =  BENGALI LETTER VA WITH LOWER DIAGONAL (1.0) ASSAMESE
-
- # ksha and gya
-
-
- 
- always \x0995\x09CD\x09B7\x09CD 4-12345 #"ksha"
- always \x099C\x09CD\x099E  156 #"gyan"
- always \x0995\x09CD\x09B7 12345 #"ksha"
- 
-   # consonent followed by vowel but not matra
-   
-   class BengaliVowel \x0985\x0986\x0987\x0988\x0989\x0985\x098A\x098B\x098C\x098F\x0990\x0993\x0994
-   class HALANT \x09CD
-   
-   
-
-
-before BengaliVowel always \x0995 13-1 # Bengali ka
-before BengaliVowel always \x0996 46-1 # Bengali kha
-before BengaliVowel always \x0997 1245-1 # Bengali ga
-before BengaliVowel always \x0998 126-1 # Bengali gha
-
-#before HALANT always \x0995  4-13 # Bengali ka
-
-before BengaliVowel always \x099A 14-1 # Bengali ca
-before BengaliVowel always \x099B 16-1 # Bengali cha
-before BengaliVowel always \x099C 245-1 # Bengali ja
-before BengaliVowel always \x099D 356-1 # Bengali jha
-
-before BengaliVowel always \x099F 23456-1 # Bengali ta
-before BengaliVowel always \x09A0 2456-1 # Bengali tha
-before BengaliVowel always \x09A1 1246-1 # Bengali da
-before BengaliVowel always \x09A2 123456-1 # Bengali dha
-before BengaliVowel always \x09A3 3456-1 #Bengali nna
-
-before BengaliVowel always \x09A4 2345-1 # Bengali ta
-before BengaliVowel always \x09A5 1456-1 # Bengali tha
-before BengaliVowel always \x09A6 145-1 # Bengali da
-before BengaliVowel always \x09A7 2346-1 # Bengali dha
-before BengaliVowel always \x09A8 1345-1 #Bengali na
-
-before BengaliVowel always \x09AA 1234-1 # Bengali pa
-before BengaliVowel always \x09AB 235-1 # Bengali pha
-before BengaliVowel always \x09AC 12-1 # Bengali ba
-before BengaliVowel always \x09AD 45-1 # Bengali bha
-before BengaliVowel always \x09AE 134-1 #Bengali ma
-
-before BengaliVowel always \x09AF 13456-1 # Bengali yaa
-before BengaliVowel always \x09B0 1235-1 # Bengali ra
-before BengaliVowel always \x09B2 123-1 # Bengali la
-before BengaliVowel always \x09B6 146-1 #Bengali sha
-before BengaliVowel always \x09B7 12346-1 #Bengali ssha
-before BengaliVowel always \x09B8 234-1 #Bengali sa
-before BengaliVowel always \x09B9 125-1 #Bengali ha
-
- before BengaliVowel always	\x09C4 	6-1235-1	# Bengali vowel sign VOCALIC RR
- before BengaliVowel always	\x09CE 	2345-1	# Bengali letter Khanda TA (a dead consonant form of ta, without implicit vowel, used in some sequences)
- before BengaliVowel always	\x09DC 	12456-1	# Bengali letter RRA = 09A1 and 09BC
- before BengaliVowel always	\x09DF 	26-1	# BENGALI LETTER YYA = 09AF AND 09BC
- before BengaliVowel always	\x09E0 	6-1235-1	# BENGALI LETTER VOCALIC RR
- before BengaliVowel always	\x09E1 	6-123-1	# BENGALI LETTER VOCALIC LL
- before BengaliVowel always	\x09E3 	6-123-1	# BENGALIC LETTER VOCALIC LL
- before BengaliVowel always	\x09F0 	1235-1	# BENGALI LETTER RA WITH MIDDLE DIAGONAL (ASSAMESE)
- before BengaliVowel always	\x09F1 	1236-1	# BENGALI LETTER RA WITH LOWER DIAGONAL =  BENGALI LETTER VA WITH LOWER DIAGONAL (1.0) ASSAMESE
-#-display-name: Slovenian braille
-
-#+locale:sl
-#+type:literary
-#+grade:1
-
-# TODO: Please correct the metadata above. It is not meant to be
-# accurate nor complete. It hasn't been verified by the table
-# author yet. It is merely an attempt by the liblouis maintainers
-# to get some sensible initial values in place.
-
-# TODO: Please add a reference to official documentation about
-# the implemented braille code. Preferably submit the documents
-# to https://github.com/liblouis/braille-specs.
-
-include sl-si-g1.utb
-include braille-patterns.cti
-# liblouis: Character definitions for Croatian tables
-#
-#  Copyright (©) 2017. Zlatko Sobočan <zlatko.sobocan@tifloglobus.hr>
-# by company Tiflo globus d.o.o. <http://www.tifloglobus.hr>
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-
-#-------------------------------------------------------------------------------
-#
-#  Character definitions for Croatian tables
-#
-#  Version 2017-06-15
-# Created and maintained by zlatko Sobočan <zlatko.sobocan@tifloglobus.hr>
-# by company Tiflo globus d.o.o. <http://www.tifloglobus.hr>
-# Especially thanks Arend Arends <arend.arends@hccnet.nl> by TactileView for testing.
-# If you found bugs with Croatian grade1 table, report it with following address:
-# Zlatko Sobočan <zlatko.sobocan@tifloglobus.hr>
-#
-#-------------------------------------------------------------------------------
-
-# ===== BASIC LATIN - 0000-007F ================================================
-
-space         \x0009 0-0               #9     [CHARACTER TABULATION]
-space         \x000A 0               #10    [LINE FEED (LF)]
-space         \x000C 0               #12    [FORM FEED (FF)]
-space         \x000D 0               #13    [CARRIAGE RETURN (CR)]
-
-space         \x0020 0               #32    SPACE
-punctuation   \x0021 235               #33    ! EXCLAMATION MARK
-punctuation   \x0022 2356               #34    " QUOTATION MARK
-sign          \x0023 3456            #35    # NUMBER SIGN
-sign          \x0024 5-145              #36    $ DOLLAR SIGN
-sign          \x0025 3456-245-356          #37    % PERCENT SIGN
-sign          \x0026 12346           #38    & AMPERSAND
-punctuation   \x0027 256               #39    ' APOSTROPHE APOSTROPHE-QUOTE
-punctuation   \x0028 236             #40    ( LEFT PARENTHESIS
-punctuation   \x0029 356             #41    ) RIGHT PARENTHESIS
-sign          \x002A 35              #42    * ASTERISK
-math          \x002B 4-235             #43    + PLUS SIGN
-punctuation   \x002C 2               #44    , COMMA
-punctuation   \x002D 36              #45    - HYPHEN-MINUS
-punctuation   \x002E 3               #46    . FULL STOP PERIOD
-sign          \x002F 1256             #47    / SOLIDUS SLASH
-include hr-digits.uti
-
-punctuation   \x003A 25              #58    : COLON
-punctuation   \x003B 23              #59    ; SEMICOLON
-math          \x003C 246-3              #60    < LESS-THAN SIGN
-math          \x003D 4-2356            #61    = EQUALS SIGN
-math          \x003E 135-2              #62    > GREATER-THAN SIGN
-punctuation   \x003F 26              #63    ? QUESTION MARK
-
-include latinLetterDef6Dots.uti
-
-punctuation   \x005B 6-12356          #91    [  LEFT SQUARE BRACKET
-sign          \x005C 4-1256            #92    \  REVERSE SOLIDUS
-punctuation   \x005D 6-23456          #93    ]  RIGHT SQUARE BRACKET
-sign          \x005E 5          #94    ^  CIRCUMFLEX ACCENT
-sign          \x005F 456           #95    _  LOW LINE
-sign          \x0060 4             #96    `  GRAVE ACCENT
-punctuation   \x007B 12356           #123   {  LEFT CURLY BRACKET
-sign          \x007C 45              #124   |  VERTICAL LINE
-punctuation   \x007D 23456           #125   }  RIGHT CURLY BRACKET
-sign          \x007E 56            #126   ~  TILDE
-sign          \x007F 456             #127  [DELETE]
-sign          \x0040 4-345           #64    @  COMMERCIAL AT
-sign          \x2022 6-35           #82226 •
-sign          \x2026 3-3-3           #8230 elipsis
-sign          \xF0B7 0-0-36           #bullet
-
-# ===== LATIN-1 SUPPLEMENT: 0080-00FF ==========================================
-
-space         \x00A0 0               #160   NO-BREAK SPACE
-punctuation   \x00A1 0               #161   ¡ INVERTED EXCLAMATION MARK
-sign          \x00A2 5-14            #162   ¢ CENT SIGN
-sign          \x00A3 5-123           #163   £ POUND SIGN
-sign          \x00A4 5-1236               #164   ¤ CURRENCY SIGN
-sign          \x00A5 5-13456         #165   ¥ YEN SIGN
-sign          \x00A6 56-36     #166   ¦ BROKEN BAR
-sign          \x00A7 346           #167   § SECTION SIGN
-sign          \x00A8 4               #168   ¨ DIAERESIS
-sign          \x00A9 236-45-14-356 #169   © COPYRIGHT SIGN
-lowercase     \x00AA 34-1               #170   ª FEMININE ORDINAL INDICATOR
-punctuation   \x00AB 2356             #171   « LEFT-POINTING DOUBLE ANGLE QUOTATION MARK
-sign          \x00AC 0               #172   ¬ NOT SIGN
-sign          \x00AD 36               #173   ­ SOFT HYPHEN
-sign          \x00AE 236-45-1235-356   #174 ® REGISTERED SIGN
-sign          \x00AF 0               #175   ¯ MACRON
-sign          \x00B0 45-356           #176   ° DEGREE SIGN
-math          \x00B1 235-36          #177   ± PLUS-MINUS SIGN
-sign          \x00B2 34-3456-12               #178   ² SUPERSCRIPT TWO
-sign          \x00B3 34-3456-14               #179   ³ SUPERSCRIPT THREE
-sign          \x00B4 0               #180   ´ ACUTE ACCENT
-sign          \x00B5 5-134          #181   µ MICRO SIGN
-sign          \x00B6 346               #182   ¶ PILCROW SIGN
-sign          \x00B7 4-236               #183   · MIDDLE DOT
-sign          \x00B8 5               #184   ¸ CEDILLA
-sign          \x00B9 34-3456-1               #185   ¹ SUPERSCRIPT ONE
-lowercase     \x00BA 34-135             #186   º MASCULINE ORDINAL INDICATOR
-punctuation   \x00BB 2356             #187   » RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK
-math          \x00BC 3456-1-1256-3456-145      #188   ¼ VULGAR FRACTION ONE QUARTER
-math          \x00BD 3456-1-1256-3456-12       #189   ½ VULGAR FRACTION ONE HALF
-math          \x00BE 3456-14-1256-3456-145     #190   ¾ VULGAR FRACTION THREE QUARTERS
-punctuation   \x00BF 0               #191   ¿ INVERTED QUESTION MARK
-#uplow        \x00C0\x00E0 4-1				#192 #224 LATIN LETTER A WITH GRAVE
-#uplow        \x00C8\x00E8 4-15  #200 #232 LATIN LETTER E WITH GRAVE
-#uplow        \x00C9\x00E9 4-15				#201 #231 LATIN LETTER E WITH ACUTE
-#uplow        \x00CC\x00EC 4-24				#204 #236 LATIN LETTER I WITH GRAVE
-#uplow        \x00D2\x00F2 4-135				#210 #242 LATIN LETTER O WITH GRAVE
-#uplow        \x00DA\x00FA 4-136				#218 #250 LATIN LETTER U WITH ACUTE
-uplow         \x00C4\x00E4  345      #196 #228  Ää LATIN CAPITAL LETTER A WITH DIAERESIS
-uplow         \x00D6\x00F6  246      #214 #246  Öö LATIN CAPITAL LETTER O WITH DIAERESIS
-math          \x00D7 4-3             #215   × MULTIPLICATION SIGN
-uplow         \x00DC\x00FC  1256     #220 #252   Üü LATIN CAPITAL LETTER U WITH DIAERESIS
-lowercase     \x00DF 2346            #223   ß LATIN SMALL LETTER SHARP S
-math          \x00F7 4-25               #247   ÷ DIVISION SIGN
-sign          \x02D8 6     #728 ˘ brevis
-sign          \x2122 236-45-2345-356     #8482 trademark mark
-
-# ===== Latin letters with diaresis: =====
-
-uplow         \x010C\x010D 16      #200 #232 Čč LATIN LETTER C WITH CARON
-uplow         \x0106\x0107 146      #198 #230 Ćć LATIN LETTER C WITH ACUTE
-uplow         \x0110\x0111 1456     #208 #240 Đđ LATIN LETTER D WITH STROKE
-uplow         \x0160\x0161 156    #138 #154 Šš LATIN LETTER S WITH CARON
-uplow       \x017D\x017E 2346      #142 #158 Žž LATIN LETTER Z WITH CARON
-uplow        \x008E\x009E 2346    # Žž LATIN LETTER Z WITH CARON (ASCII)
-
-# ===== GENERAL PUNCTUATION: 2000-206F =========================================
-
-punctuation   \x2013 6-36            #8211          EN DASH
-punctuation   \x2014 5-36            #8212          EM DASH
-punctuation   \x2018 6-2356           #8216          LEFT SINGLE QUOTATION MARK
-punctuation   \x2019 6-2356           #8217          RIGHT SINGLE QUOTATION MARK
-punctuation   \x201A 6-2356           #8218          SINGLE LOW-9 QUOTATION MARK
-punctuation   \x201B 6-2356           #8219          SINGLE HIGH-REVERSED-9 QUOTATION MARK
-punctuation   \x201C 2356             #8220          LEFT DOUBLE QUOTATION MARK
-punctuation   \x201D 2356             #8221          RIGHT DOUBLE QUOTATION MARK
-punctuation   \x201E 2356             #8222          DOUBLE LOW-9 QUOTATION MARK
-punctuation   \x201F 2356             #8223          DOUBLE HIGH-REVERSED-9 QUOTATION MARK
-sign          \x2030 3456-245-356-356      #8240    PER MILLE SIGN
-sign          \x2031 3456-245-356-356-356  #8241    PER TEN THOUSAND SIGN
-sign          \x2032 45-256            #8242          PRIME
-sign          \x2033 45-256-256         #8243          DOUBLE PRIME
-punctuation   \x2039 2356                          SINGLE LEFT-POINTING ANGLE QUOTATION MARK
-punctuation   \x203a 2356                          SINGLE RIGHT-POINTING ANGLE QUOTATION MARK
-
-# ===== CURRENCY SYMBOLS: 20A0-20CF ============================================
-
-sign          \x20A0 5-15                           #8352 ₠ EURO-CURRENCY SIGN
-sign          \x20AC 5-15                           #8364 € EURO-CURRENCY SIGN
-
-# ===== NUMBER FORMS: 2150-218F ================================================
-
-math          \x2153 3456-1-1256-3456-14               VULGAR FRACTION ONE THIRD
-math          \x2154 3456-12-1256-3456-14              VULGAR FRACTION TWO THIRDS
-math          \x2155 3456-1-1256-3456-15               VULGAR FRACTION ONE FIFTH
-math          \x2156 3456-12-1256-3456-15              VULGAR FRACTION TWO FIFTHS
-math          \x2157 3456-14-1256-3456-15              VULGAR FRACTION THREE FIFTHS
-math          \x2158 3456-145-1256-3456-15             VULGAR FRACTION FOUR FIFTHS
-math          \x2159 3456-1-1256-3456-124              VULGAR FRACTION ONE SIXTH
-math          \x215a 3456-15-1256-3456-124             VULGAR FRACTION FIVE SIXTHS
-math          \x215b 3456-1-1256-3456-125              VULGAR FRACTION ONE EIGHTH
-math          \x215c 3456-14-1256-3456-125             VULGAR FRACTION THREE EIGHTHS
-math          \x215d 3456-15-1256-3456-125             VULGAR FRACTION FIVE EIGHTHS
-math          \x215e 3456-1245-1256-3456-125           VULGAR FRACTION SEVEN EIGHTHS
-
-# ===== ARROWS: 2190-21FF ======================================================
-
-sign          \x2190 5-25           LEFTWARDS ARROW
-sign          \x2192 25-2           RIGHTWARDS ARROW
-sign          \x2194 5-25-2       LEFT RIGHT ARROW
-
-# ===== MATHEMATICAL OPERATORS: 2200-22FF ======================================
-
-math          \x2212 4-36              #8722   MINUS SIGN
-math          \x2215 4-25              #8725   DIVISION SLASH
-math          \x2217 4-35              #8727   ASTERISK OPERATOR
-math          \x223C 4-26           #8764   TILDE OPERATOR
-math          \x2245 4-26-26           #8773   APPROXIMATELY EQUAL TO
-math          \x2259 26              #8793   ESTIMATES
-math          \x2260 4-256-2356         #8800   NOT EQUAL TO
-math          \x2261 4-2356-2356       #8801   IDENTICAL TO
-math          \x2264 4-246-2356        #8804   LESS-THAN OR EQUAL TO
-math          \x2265 4-135-2356        #8805   GREATER-THAN OR EQUAL TO
-math          \x2266 4-246-2356-2356        #8806   LESS-THAN OVER EQUAL TO
-math          \x2267 4-135-2356-2356        #8807   GREATER-THAN OVER EQUAL TO
-math          \x22c5 4-3               #8901   DOT OPERATOR
-math          \x22c6 4-3               #8902   STAR OPERATOR
-
-# ===== BRAILLE PATTERNS: 2800-28FF ============================================
-
-space         \x2800 0               #10240  BRAILLE PATTERN BLANK
-sign          \x2801 1               #10241  BRAILLE PATTERN DOTS-1
-sign          \x2802 2               #10242  BRAILLE PATTERN DOTS-2
-sign          \x2803 12              #10243  BRAILLE PATTERN DOTS-12
-sign          \x2804 3               #10244  BRAILLE PATTERN DOTS-3
-sign          \x2805 13              #10245  BRAILLE PATTERN DOTS-13
-sign          \x2806 23              #10246  BRAILLE PATTERN DOTS-23
-sign          \x2807 123             #10247  BRAILLE PATTERN DOTS-123
-sign          \x2808 4               #10248  BRAILLE PATTERN DOTS-4
-sign          \x2809 14              #10249  BRAILLE PATTERN DOTS-14
-sign          \x280a 24              #10250  BRAILLE PATTERN DOTS-24
-sign          \x280b 124             #10251  BRAILLE PATTERN DOTS-124
-sign          \x280c 34              #10252  BRAILLE PATTERN DOTS-34
-sign          \x280d 134             #10253  BRAILLE PATTERN DOTS-134
-sign          \x280e 234             #10254  BRAILLE PATTERN DOTS-234
-sign          \x280f 1234            #10255  BRAILLE PATTERN DOTS-1234
-sign          \x2810 5               #10256  BRAILLE PATTERN DOTS-5
-sign          \x2811 15              #10257  BRAILLE PATTERN DOTS-15
-sign          \x2812 25              #10258  BRAILLE PATTERN DOTS-25
-sign          \x2813 125             #10259  BRAILLE PATTERN DOTS-125
-sign          \x2814 35              #10260  BRAILLE PATTERN DOTS-35
-sign          \x2815 135             #10261  BRAILLE PATTERN DOTS-135
-sign          \x2816 235             #10262  BRAILLE PATTERN DOTS-235
-sign          \x2817 1235            #10263  BRAILLE PATTERN DOTS-1235
-sign          \x2818 45              #10264  BRAILLE PATTERN DOTS-45
-sign          \x2819 145             #10265  BRAILLE PATTERN DOTS-145
-sign          \x281a 245             #10266  BRAILLE PATTERN DOTS-245
-sign          \x281b 1245            #10267  BRAILLE PATTERN DOTS-1245
-sign          \x281c 345             #10268  BRAILLE PATTERN DOTS-345
-sign          \x281d 1345            #10269  BRAILLE PATTERN DOTS-1345
-sign          \x281e 2345            #10270  BRAILLE PATTERN DOTS-2345
-sign          \x281f 12345           #10271  BRAILLE PATTERN DOTS-12345
-sign          \x2820 6               #10272  BRAILLE PATTERN DOTS-6
-sign          \x2821 16              #10273  BRAILLE PATTERN DOTS-16
-sign          \x2822 26              #10274  BRAILLE PATTERN DOTS-26
-sign          \x2823 126             #10275  BRAILLE PATTERN DOTS-126
-sign          \x2824 36              #10276  BRAILLE PATTERN DOTS-36
-sign          \x2825 136             #10277  BRAILLE PATTERN DOTS-136
-sign          \x2826 236             #10278  BRAILLE PATTERN DOTS-236
-sign          \x2827 1236            #10279  BRAILLE PATTERN DOTS-1236
-sign          \x2828 46              #10280  BRAILLE PATTERN DOTS-46
-sign          \x2829 146             #10281  BRAILLE PATTERN DOTS-146
-sign          \x282a 246             #10282  BRAILLE PATTERN DOTS-246
-sign          \x282b 1246            #10283  BRAILLE PATTERN DOTS-1246
-sign          \x282c 346             #10284  BRAILLE PATTERN DOTS-346
-sign          \x282d 1346            #10285  BRAILLE PATTERN DOTS-1346
-sign          \x282e 2346            #10286  BRAILLE PATTERN DOTS-2346
-sign          \x282f 12346           #10287  BRAILLE PATTERN DOTS-12346
-sign          \x2830 56              #10288  BRAILLE PATTERN DOTS-56
-sign          \x2831 156             #10289  BRAILLE PATTERN DOTS-156
-sign          \x2832 256             #10290  BRAILLE PATTERN DOTS-256
-sign          \x2833 1256            #10291  BRAILLE PATTERN DOTS-1256
-sign          \x2834 356             #10292  BRAILLE PATTERN DOTS-356
-sign          \x2835 1356            #10293  BRAILLE PATTERN DOTS-1356
-sign          \x2836 2356            #10294  BRAILLE PATTERN DOTS-2356
-sign          \x2837 12356           #10295  BRAILLE PATTERN DOTS-12356
-sign          \x2838 456             #10296  BRAILLE PATTERN DOTS-456
-sign          \x2839 1456            #10297  BRAILLE PATTERN DOTS-1456
-sign          \x283a 2456            #10298  BRAILLE PATTERN DOTS-2456
-sign          \x283b 12456           #10299  BRAILLE PATTERN DOTS-12456
-sign          \x283c 3456            #10300  BRAILLE PATTERN DOTS-3456
-sign          \x283d 13456           #10301  BRAILLE PATTERN DOTS-13456
-sign          \x283e 23456           #10302  BRAILLE PATTERN DOTS-23456
-sign          \x283f 123456          #10303  BRAILLE PATTERN DOTS-123456
-#-display-name: Dravidian computer braille
-
-#+locale:dra
-#+type:computer
-#+dots:8
-
-# TODO: Please correct the metadata above. It is not meant to be
-# accurate nor complete. It hasn't been verified by the table
-# author yet. It is merely an attempt by the liblouis maintainers
-# to get some sensible initial values in place.
-
-# TODO: Please add a reference to official documentation about
-# the implemented braille code. Preferably submit the documents
-# to https://github.com/liblouis/braille-specs.
-
-include spaces.ctb
-include dra.ctb
-include braille-patterns.cti
-#-display-name: Gujarati braille
-
-#+locale:gu
-#+type:literary
-#+grade:1
-
-# TODO: Please correct the metadata above. It is not meant to be
-# accurate nor complete. It hasn't been verified by the table
-# author yet. It is merely an attempt by the liblouis maintainers
-# to get some sensible initial values in place.
-
-# TODO: Please add a reference to official documentation about
-# the implemented braille code. Preferably submit the documents
-# to https://github.com/liblouis/braille-specs.
-
-include spaces.ctb
-include gu-in-g1.utb
-include braille-patterns.cti
-
-#  Copyright (C) 2016 by Simone Dal Maso <simone.dalmaso@juvox.it>
-
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-#
-
-#--- Polytonic greek extended character set
-lowercase  \x1F00  1   # small alpha with psili
-lowercase  \x1F01  125-1   # small alpha with dasia
-lowercase  \x1F02  12356   # small alpha with psili and varia
-lowercase  \x1F03  125-12356   # small alpha with dasia and varia
-lowercase  \x1F04  345   # small alpha with psili and oxia
-lowercase  \x1F05  125-345   # small alpha with dasia and oxia
-lowercase  \x1F06  16   # small alpha with psili and perispomeni
-lowercase  \x1F07  125-16   # small alpha with dasia and perispomeni
-uppercase  \x1F08  17   # capital alpha with psili
-uppercase  \x1F09  125-17   # capital alpha with dasia
-uppercase  \x1F0A  12356   # capital alpha with psili and varia
-uppercase  \x1F0B  125-123567   # capital alpha with dasia and varia
-uppercase  \x1F0C  3457   # capital alpha with psili and oxia
-uppercase  \x1F0D  125-23457   # capital alpha with dasia and oxia
-uppercase  \x1F0E  167   # capital alpha with psili and perispomeni
-uppercase  \x1F0F  125-167   # capital alpha with dasia and perispomeni
-lowercase  \x1F10  15   # small epsilon with psili
-lowercase  \x1F11  125-15   # small epsilon with dasia
-lowercase  \x1F12  14   # small epsilon with psili and varia
-lowercase  \x1F13  125-14   # small epsilon with dasia and varia
-lowercase  \x1F14  1246   # small epsilon with psili and oxia
-lowercase  \x1F15  125-1246   # small epsilon with dasia and oxia
-uppercase  \x1F18  157   # capital epsilon with psili
-uppercase  \x1F19  125-157   # capital epsilon with dasia
-uppercase  \x1F1A  12467   # capital epsilon with psili and varia
-uppercase  \x1F1B  125-12467   # capital epsilon with dasia and varia
-uppercase  \x1F1C  12467   # capital epsilon with psili and oxia
-uppercase  \x1F1D  125-12467   # capital epsilon with dasia and oxia
-lowercase  \x1F20  156   # small eta with psili
-lowercase  \x1F21  125-156   # small eta with dasia
-lowercase  \x1F22  2346   # small eta with psili and varia
-lowercase  \x1F23  125-2346   # small eta with dasia and varia
-lowercase  \x1F24  123456   # small eta with psili and oxia
-lowercase  \x1F25  125-123456   # small eta with dasia and oxia
-lowercase  \x1F26  126   # small eta with psili and perispomeni
-lowercase  \x1F27  125-126   # small eta with dasia and perispomeni
-uppercase  \x1F28  1567   # capital eta with psili
-uppercase  \x1F29  125-1567   # capital eta with dasia
-uppercase  \x1F2A  23467   # capital eta with psili and varia
-uppercase  \x1F2B  125-23467   # capital eta with dasia and varia
-uppercase  \x1F2C  1234567   # capital eta with psili and oxia
-uppercase  \x1F2D  125-1234567   # capital eta with dasia and oxia
-uppercase  \x1F2E  1267   # capital eta with psili and perispomeni
-uppercase  \x1F2F  125-1267   # capital eta with dasia and perispomeni
-lowercase  \x1F30  24   # small iota with psili
-lowercase  \x1F31  125-24   # small iota with dasia
-lowercase  \x1F32  34   # small iota with psili and varia
-lowercase  \x1F33  125-34   # small iota with dasia and varia
-lowercase  \x1F34  12456   # small iota with psili and oxia
-lowercase  \x1F35  125-12456   # small iota with dasia and oxia
-lowercase  \x1F36  1467   # small iota with psili and perispomeni
-lowercase  \x1F37  125-146   # small iota with dasia and perispomeni
-uppercase  \x1F38  247   # capital iota with psili
-uppercase  \x1F39  125-247   # capital iota with dasia
-uppercase  \x1F3A  347   # capital iota with psili and varia
-uppercase  \x1F3B  125-347   # capital iota with dasia and varia
-uppercase  \x1F3C  124567   # capital iota with psili and oxia
-uppercase  \x1F3D  125-124567   # capital iota with dasia and oxia
-uppercase  \x1F3E  1467   # capital iota with psili and perispomeni
-uppercase  \x1F3F  125-1467   # capital iota with dasia and perispomeni
-lowercase  \x1F40  135   # small omicron with psili
-lowercase  \x1F41  125-135   # small omicron with dasia
-lowercase  \x1F42  346   # small omicron with psili and varia
-lowercase  \x1F43  125-346   # small omicron with dasia and varia
-lowercase  \x1F44  246   # small omicron with psili and oxia
-lowercase  \x1F45  125-246   # small omicron with dasia and oxia
-uppercase  \x1F48  1357   # capital omicron with psili
-uppercase  \x1F49  125-1357   # capital omicron with dasia
-uppercase  \x1F4A  3467   # capital omicron with psili and varia
-uppercase  \x1F4B  125-3467   # capital omicron with dasia and varia
-uppercase  \x1F4C  2467   # capital omicron with psili and oxia
-uppercase  \x1F4D  125-2467   # capital omicron with dasia and oxia
-lowercase  \x1F50  136   # small upsilon with psili
-lowercase  \x1F51  125-136   # small upsilon with dasia
-lowercase  \x1F52  23456   # small upsilon with psili and varia
-lowercase  \x1F53  125-23456   # small upsilon with dasia and varia
-lowercase  \x1F54  1256   # small upsilon with psili and oxia
-lowercase  \x1F55  125-1256   # small upsilon with dasia and oxia
-lowercase  \x1F56  1236   # small upsilon with psili and perispomeni
-lowercase  \x1F57  125-1236   # small upsilon with dasia and perispomeni
-uppercase  \x1F59  125-1367   # capital upsilon with dasia
-uppercase  \x1F5B  125-234567   # capital upsilon with dasia and varia
-uppercase  \x1F5D  125-12567   # capital upsilon with dasia and oxia
-uppercase  \x1F5F  125-12367   # capital upsilon with dasia and perispomeni
-lowercase  \x1F60  2456   # small omega with psili
-lowercase  \x1F61  125-2456   # small omega with dasia
-lowercase  \x1F62  12345   # small omega with psili and varia
-lowercase  \x1F63  125-12345   # small omega with dasia and varia
-lowercase  \x1F64  245   # small omega with psili and oxia
-lowercase  \x1F65  125-245   # small omega with dasia and oxia
-lowercase  \x1F66  3456   # small omega with psili and perispomeni
-lowercase  \x1F67  125-3456   # small omega with dasia and perispomeni
-uppercase  \x1F68  24567   # capital omega with psili
-uppercase  \x1F69  125-24567   # capital omega with dasia
-uppercase  \x1F6A  125-123457   # capital omega with psili and varia
-uppercase  \x1F6B  125-123457   # capital omega with dasia and varia
-uppercase  \x1F6C  2457   # capital omega with psili and oxia
-uppercase  \x1F6D  125-2457   # capital omega with dasia and oxia
-uppercase  \x1F6E  34567   # capital omega with psili and perispomeni
-uppercase  \x1F6F  125-34567   # capital omega with dasia and perispomeni
-lowercase  \x1F70  12356   # small alpha with varia
-lowercase  \x1F71  345   # small alpha with oxia
-lowercase  \x1F72  14   # small epsilon with varia
-lowercase  \x1F73  1246   # small epsilon with oxia
-lowercase  \x1F74  2346   # small eta with varia
-lowercase  \x1F75  123456   # small eta with oxia
-lowercase  \x1F76  34   # small iota with varia
-lowercase  \x1F77  12456   # small iota with oxia
-lowercase  \x1F78  346   # small omicron with varia
-lowercase  \x1F79  246   # small omicron with oxia
-lowercase  \x1F7A  23456   # small upsilon with varia
-lowercase  \x1F7B  1256   # small upsilon with oxia
-lowercase  \x1F7C  12345   # small omega with varia
-lowercase  \x1F7D  245   # small omega with oxia
-lowercase  \x1F80  18   # small alpha with psili and ypogegrammeni
-lowercase  \x1F81  125-18   # small alpha with dasia and ypogegrammeni
-lowercase  \x1F82  123568   # small alpha with psili and varia and ypogegrammeni
-lowercase  \x1F83  125-123568   # small alpha with dasia and varia and ypogegrammeni
-lowercase  \x1F84  3458   # small alpha with psili and oxia and ypogegrammeni
-lowercase  \x1F85  125-3458   # small alpha with dasia and oxia and ypogegrammeni
-lowercase  \x1F86  168   # small alpha with psili and perispomeni and ypogegrammeni
-lowercase  \x1F87  125-168   # small alpha with dasia and perispomeni and ypogegrammeni
-uppercase  \x1F88  178   # capital alpha with psili and prosgegrammeni
-uppercase  \x1F89  125-178   # capital alpha with dasia and prosgegrammeni
-uppercase  \x1F8A  1235678   # capital alpha with psili and varia and prosgegrammeni
-uppercase  \x1F8B  125-1235678   # capital alpha with dasia and varia and prosgegrammeni
-uppercase  \x1F8C  34578   # capital alpha with psili and oxia and prosgegrammeni
-uppercase  \x1F8D  125-34578   # capital alpha with dasia and oxia and prosgegrammeni
-uppercase  \x1F8E  1678   # capital alpha with psili and perispomeni and prosgegrammeni
-uppercase  \x1F8F  125-1678   # capital alpha with dasia and perispomeni and prosgegrammeni
-lowercase  \x1F90  1568   # small eta with psili and ypogegrammeni
-lowercase  \x1F91  125-1568   # small eta with dasia and ypogegrammeni
-lowercase  \x1F92  23468   # small eta with psili and varia and ypogegrammeni
-lowercase  \x1F93  125-23468   # small eta with dasia and varia and ypogegrammeni
-lowercase  \x1F94  1234568   # small eta with psili and oxia and ypogegrammeni
-lowercase  \x1F95  125-1234568   # small eta with dasia and oxia and ypogegrammeni
-lowercase  \x1F96  1268   # small eta with psili and perispomeni and ypogegrammeni
-lowercase  \x1F97  125-1268   # small eta with dasia and perispomeni and ypogegrammeni
-uppercase  \x1F98  15678   # capital eta with psili and prosgegrammeni
-uppercase  \x1F99  125-15678   # capital eta with dasia and prosgegrammeni
-uppercase  \x1F9A  234678   # capital eta with psili and varia and prosgegrammeni
-uppercase  \x1F9B  125-234678   # capital eta with dasia and varia and prosgegrammeni
-uppercase  \x1F9C  12345678   # capital eta with psili and oxia and prosgegrammeni
-uppercase  \x1F9D  125-12345678   # capital eta with dasia and oxia and prosgegrammeni
-uppercase  \x1F9E  12678   # capital eta with psili and perispomeni and prosgegrammeni
-uppercase  \x1F9F  125-12678   # capital eta with dasia and perispomeni and prosgegrammeni
-lowercase  \x1FA0  24568   # small omega with psili and ypogegrammeni
-lowercase  \x1FA1  125-24568   # small omega with dasia and ypogegrammeni
-lowercase  \x1FA2  123458   # small omega with psili and varia and ypogegrammeni
-lowercase  \x1FA3  125-123458   # small omega with dasia and varia and ypogegrammeni
-lowercase  \x1FA4  2458   # small omega with psili and oxia and ypogegrammeni
-lowercase  \x1FA5  125-2458   # small omega with dasia and oxia and ypogegrammeni
-lowercase  \x1FA6  34568   # small omega with psili and perispomeni and ypogegrammeni
-lowercase  \x1FA7  125-34568   # small omega with dasia and perispomeni and ypogegrammeni
-uppercase  \x1FA8  245678   # capital omega with psili and prosgegrammeni
-uppercase  \x1FA9  125-245678   # capital omega with dasia and prosgegrammeni
-uppercase  \x1FAA  1234578   # capital omega with psili and varia and prosgegrammeni
-uppercase  \x1FAB  125-1234578   # capital omega with dasia and varia and prosgegrammeni
-uppercase  \x1FAC  24578   # capital omega with psili and oxia and prosgegrammeni
-uppercase  \x1FAD  125-24578   # capital omega with dasia and oxia and prosgegrammeni
-uppercase  \x1FAE  345678   # capital omega with psili and perispomeni and prosgegrammeni
-uppercase  \x1FAF  125-345678   # capital omega with dasia and perispomeni and prosgegrammeni
-lowercase  \x1FB0  4-1   # small alpha with vrachy
-lowercase  \x1FB1  45-1   # small alpha with macron
-lowercase  \x1FB2  123568   # small alpha with varia and ypogegrammeni
-lowercase  \x1FB3  18   # small alpha with ypogegrammeni
-lowercase  \x1FB4  3458   # small alpha with oxia and ypogegrammeni
-lowercase  \x1FB6  16   # small alpha with perispomeni
-lowercase  \x1FB7  168   # small alpha with perispomeni and ypogegrammeni
-uppercase  \x1FB8  4-17   # capital alpha with vrachy
-uppercase  \x1FB9  45-17   # capital alpha with macron
-uppercase  \x1FBA  123567   # capital alpha with varia
-uppercase  \x1FBB  3457   # capital alpha with oxia
-uppercase  \x1FBC  178   # capital alpha with prosgegrammeni
-sign  \x1FBD  6   # koronis
-#sign  \x1FBE     # prosgegrammeni
-#sign  \x1FBF     # psili
-#sign  \x1FC0     # perispomeni
-#sign  \x1FC1     # dialytika and perispomeni
-lowercase  \x1FC2  23468   # small eta with varia and ypogegrammeni
-lowercase  \x1FC3  1568   # small eta with ypogegrammeni
-lowercase  \x1FC4  1234568   # small eta with oxia and ypogegrammeni
-lowercase  \x1FC6  126   # small eta with perispomeni
-lowercase  \x1FC7  1268   # small eta with perispomeni and ypogegrammeni
-uppercase  \x1FC8  147   # capital epsilon with varia
-uppercase  \x1FC9  12467   # capital epsilon with oxia
-uppercase  \x1FCA  23467   # capital eta with varia
-uppercase  \x1FCB  1234567   # capital eta with oxia
-uppercase  \x1FCC  15678   # capital eta with prosgegrammeni
-#sign  \x1FCD     # psili and varia
-#sign  \x1FCE     # psili and oxia
-#sign  \x1FCF     # psili and perispomeni
-lowercase  \x1FD0  4-24   # small iota with vrachy
-lowercase  \x1FD1  45-24   # small iota with macron
-lowercase  \x1FD2  125-34   # small iota with dialytika and varia
-lowercase  \x1FD3  12456-125   # small iota with dialytika and oxia
-lowercase  \x1FD6  146   # small iota with perispomeni
-#lowercase  \x1FD7     # small iota with dialytika and perispomeni
-uppercase  \x1FD8  4-247   # capital iota with vrachy
-uppercase  \x1FD9  45-247   # capital iota with macron
-uppercase  \x1FDA  347   # capital iota with varia
-uppercase  \x1FDB  124567   # capital iota with oxia
-#sign  \x1FDD     # dasia and varia
-#sign  \x1FDE     # dasia and oxia
-#sign  \x1FDF     # dasia and perispomeni
-lowercase  \x1FE0  4-136   # small upsilon with vrachy
-lowercase  \x1FE1  45-136   # small upsilon with macron
-lowercase  \x1FE2  23456-125   # small upsilon with dialytika and varia
-lowercase  \x1FE3  1256-125   # small upsilon with dialytika and oxia
-lowercase  \x1FE4  1235   # small rho with psili
-lowercase  \x1FE5  125-1235   # small rho with dasia
-lowercase  \x1FE6  1236   # small upsilon with perispomeni
-lowercase  \x1FE7  1236-125   # small upsilon with dialytika and perispomeni
-uppercase  \x1FE8  4-1367   # capital upsilon with vrachy
-uppercase  \x1FE9  45-1367   # capital upsilon with macron
-uppercase  \x1FEA  234567   # capital upsilon with varia
-uppercase  \x1FEB  12567   # capital upsilon with oxia
-uppercase  \x1FEC  125-12357   # capital rho with dasia
-#sign  \x1FED     # dialytika and varia
-#sign  \x1FEE     # dialytika and oxia
-#sign  \x1FEF     # varia
-lowercase  \x1FF2  123458   # small omega with varia and ypogegrammeni
-lowercase  \x1FF3  24568   # small omega with ypogegrammeni
-lowercase  \x1FF4  2458   # small omega with oxia and ypogegrammeni
-lowercase  \x1FF6  3456   # small omega with perispomeni
-lowercase  \x1FF7  34568   # small omega with perispomeni and ypogegrammeni
-uppercase  \x1FF8  3467   # capital omicron with varia
-uppercase  \x1FF9  2467   # capital omicron with oxia
-uppercase  \x1FFA  123457   # capital omega with varia
-uppercase  \x1FFB  2457   # capital omega with oxia
-uppercase  \x1FFC  245678   # capital omega with prosgegrammeni
-#sign  \x1FFD     # oxia
-sign  \x1FFE  125   # dasia
-
-#  Copyright (C) 2010 Leon Ungier <Leon.Ungier@ViewPlus.com>, 
-#  Copyright (C) 2010 Samuel Thibault <samuel.thibault@ens-lyon.org>
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-
-# Table for Pali
-include devanagari.cti
-include text_nabcc.dis
-# Makefile.in generated by automake 1.15.1 from Makefile.am.
-# tables/Makefile.  Generated from Makefile.in by configure.
-
-# Copyright (C) 1994-2017 Free Software Foundation, Inc.
-
-# This Makefile.in is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
-# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
-# PARTICULAR PURPOSE.
-
-
-
-
-am__is_gnu_make = { \
-  if test -z '$(MAKELEVEL)'; then \
-    false; \
-  elif test -n '$(MAKE_HOST)'; then \
-    true; \
-  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
-    true; \
-  else \
-    false; \
-  fi; \
-}
-am__make_running_with_option = \
-  case $${target_option-} in \
-      ?) ;; \
-      *) echo "am__make_running_with_option: internal error: invalid" \
-              "target option '$${target_option-}' specified" >&2; \
-         exit 1;; \
-  esac; \
-  has_opt=no; \
-  sane_makeflags=$$MAKEFLAGS; \
-  if $(am__is_gnu_make); then \
-    sane_makeflags=$$MFLAGS; \
-  else \
-    case $$MAKEFLAGS in \
-      *\\[\ \	]*) \
-        bs=\\; \
-        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
-          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
-    esac; \
-  fi; \
-  skip_next=no; \
-  strip_trailopt () \
-  { \
-    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
-  }; \
-  for flg in $$sane_makeflags; do \
-    test $$skip_next = yes && { skip_next=no; continue; }; \
-    case $$flg in \
-      *=*|--*) continue;; \
-        -*I) strip_trailopt 'I'; skip_next=yes;; \
-      -*I?*) strip_trailopt 'I';; \
-        -*O) strip_trailopt 'O'; skip_next=yes;; \
-      -*O?*) strip_trailopt 'O';; \
-        -*l) strip_trailopt 'l'; skip_next=yes;; \
-      -*l?*) strip_trailopt 'l';; \
-      -[dEDm]) skip_next=yes;; \
-      -[JT]) skip_next=yes;; \
-    esac; \
-    case $$flg in \
-      *$$target_option*) has_opt=yes; break;; \
-    esac; \
-  done; \
-  test $$has_opt = yes
-am__make_dryrun = (target_option=n; $(am__make_running_with_option))
-am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
-pkgdatadir = $(datadir)/liblouis
-pkgincludedir = $(includedir)/liblouis
-pkglibdir = $(libdir)/liblouis
-pkglibexecdir = $(libexecdir)/liblouis
-am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
-install_sh_DATA = $(install_sh) -c -m 644
-install_sh_PROGRAM = $(install_sh) -c
-install_sh_SCRIPT = $(install_sh) -c
-INSTALL_HEADER = $(INSTALL_DATA)
-transform = $(program_transform_name)
-NORMAL_INSTALL = :
-PRE_INSTALL = :
-POST_INSTALL = :
-NORMAL_UNINSTALL = :
-PRE_UNINSTALL = :
-POST_UNINSTALL = :
-build_triplet = x86_64-pc-linux-gnu
-host_triplet = x86_64-pc-linux-gnu
-subdir = tables
-ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/tools/gnulib/m4/dirname.m4 \
-	$(top_srcdir)/tools/gnulib/m4/double-slash-root.m4 \
-	$(top_srcdir)/tools/gnulib/m4/errno_h.m4 \
-	$(top_srcdir)/tools/gnulib/m4/error.m4 \
-	$(top_srcdir)/tools/gnulib/m4/getopt.m4 \
-	$(top_srcdir)/tools/gnulib/m4/getprogname.m4 \
-	$(top_srcdir)/tools/gnulib/m4/gnulib-comp.m4 \
-	$(top_srcdir)/tools/gnulib/m4/inline.m4 \
-	$(top_srcdir)/tools/gnulib/m4/libunistring-base.m4 \
-	$(top_srcdir)/tools/gnulib/m4/msvc-inval.m4 \
-	$(top_srcdir)/tools/gnulib/m4/msvc-nothrow.m4 \
-	$(top_srcdir)/tools/gnulib/m4/nocrash.m4 \
-	$(top_srcdir)/tools/gnulib/m4/stdarg.m4 \
-	$(top_srcdir)/tools/gnulib/m4/stdbool.m4 \
-	$(top_srcdir)/tools/gnulib/m4/stdio_h.m4 \
-	$(top_srcdir)/tools/gnulib/m4/strerror.m4 \
-	$(top_srcdir)/tools/gnulib/m4/sys_socket_h.m4 \
-	$(top_srcdir)/tools/gnulib/m4/version-etc.m4 \
-	$(top_srcdir)/gnulib/m4/00gnulib.m4 \
-	$(top_srcdir)/gnulib/m4/absolute-header.m4 \
-	$(top_srcdir)/gnulib/m4/alloca.m4 \
-	$(top_srcdir)/gnulib/m4/dirent_h.m4 \
-	$(top_srcdir)/gnulib/m4/eealloc.m4 \
-	$(top_srcdir)/gnulib/m4/environ.m4 \
-	$(top_srcdir)/gnulib/m4/extensions.m4 \
-	$(top_srcdir)/gnulib/m4/extern-inline.m4 \
-	$(top_srcdir)/gnulib/m4/gnulib-common.m4 \
-	$(top_srcdir)/gnulib/m4/gnulib-comp.m4 \
-	$(top_srcdir)/gnulib/m4/include_next.m4 \
-	$(top_srcdir)/gnulib/m4/ld-output-def.m4 \
-	$(top_srcdir)/gnulib/m4/limits-h.m4 \
-	$(top_srcdir)/gnulib/m4/longlong.m4 \
-	$(top_srcdir)/gnulib/m4/malloc.m4 \
-	$(top_srcdir)/gnulib/m4/malloca.m4 \
-	$(top_srcdir)/gnulib/m4/manywarnings.m4 \
-	$(top_srcdir)/gnulib/m4/multiarch.m4 \
-	$(top_srcdir)/gnulib/m4/off_t.m4 \
-	$(top_srcdir)/gnulib/m4/realloc.m4 \
-	$(top_srcdir)/gnulib/m4/setenv.m4 \
-	$(top_srcdir)/gnulib/m4/ssize_t.m4 \
-	$(top_srcdir)/gnulib/m4/stddef_h.m4 \
-	$(top_srcdir)/gnulib/m4/stdint.m4 \
-	$(top_srcdir)/gnulib/m4/stdlib_h.m4 \
-	$(top_srcdir)/gnulib/m4/string_h.m4 \
-	$(top_srcdir)/gnulib/m4/strndup.m4 \
-	$(top_srcdir)/gnulib/m4/strnlen.m4 \
-	$(top_srcdir)/gnulib/m4/sys_types_h.m4 \
-	$(top_srcdir)/gnulib/m4/unistd_h.m4 \
-	$(top_srcdir)/gnulib/m4/warn-on-use.m4 \
-	$(top_srcdir)/gnulib/m4/warnings.m4 \
-	$(top_srcdir)/gnulib/m4/wchar_t.m4 \
-	$(top_srcdir)/gnulib/m4/wint_t.m4 $(top_srcdir)/m4/libtool.m4 \
-	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
-	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
-	$(top_srcdir)/configure.ac
-am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
-	$(ACLOCAL_M4)
-DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
-mkinstalldirs = $(install_sh) -d
-CONFIG_HEADER = $(top_builddir)/liblouis/config.h
-CONFIG_CLEAN_FILES =
-CONFIG_CLEAN_VPATH_FILES =
-AM_V_P = $(am__v_P_$(V))
-am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY))
-am__v_P_0 = false
-am__v_P_1 = :
-AM_V_GEN = $(am__v_GEN_$(V))
-am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
-am__v_GEN_0 = @echo "  GEN     " $@;
-am__v_GEN_1 = 
-AM_V_at = $(am__v_at_$(V))
-am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
-am__v_at_0 = @
-am__v_at_1 = 
-SOURCES =
-DIST_SOURCES =
-am__can_run_installinfo = \
-  case $$AM_UPDATE_INFO_DIR in \
-    n|no|NO) false;; \
-    *) (install-info --version) >/dev/null 2>&1;; \
-  esac
-am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
-am__vpath_adj = case $$p in \
-    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
-    *) f=$$p;; \
-  esac;
-am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
-am__install_max = 40
-am__nobase_strip_setup = \
-  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
-am__nobase_strip = \
-  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
-am__nobase_list = $(am__nobase_strip_setup); \
-  for p in $$list; do echo "$$p $$p"; done | \
-  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
-  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
-    if (++n[$$2] == $(am__install_max)) \
-      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
-    END { for (dir in files) print dir, files[dir] }'
-am__base_list = \
-  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
-  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
-am__uninstall_files_from_dir = { \
-  test -z "$$files" \
-    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
-    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
-         $(am__cd) "$$dir" && rm -f $$files; }; \
-  }
-am__installdirs = "$(DESTDIR)$(tablesdir)"
-DATA = $(tables_DATA)
-am__extra_recursive_targets = format-sources-recursive
-am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
-am__DIST_COMMON = $(srcdir)/Makefile.in README
-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-ACLOCAL = ${SHELL} /usr/local/google/home/dtseng/projects/chrome/src/third_party/liblouis/src/build-aux/missing aclocal-1.15
-ALLOCA = 
-ALLOCA_H = alloca.h
-AMTAR = $${TAR-tar}
-AM_DEFAULT_VERBOSITY = 1
-APPLE_UNIVERSAL_BUILD = 0
-AR = /usr/local/google/home/dtseng/projects/emsdk/emscripten/1.38.20/emar
-ARFLAGS = cr
-AS = as
-AUTOCONF = ${SHELL} /usr/local/google/home/dtseng/projects/chrome/src/third_party/liblouis/src/build-aux/missing autoconf
-AUTOHEADER = ${SHELL} /usr/local/google/home/dtseng/projects/chrome/src/third_party/liblouis/src/build-aux/missing autoheader
-AUTOMAKE = ${SHELL} /usr/local/google/home/dtseng/projects/chrome/src/third_party/liblouis/src/build-aux/missing automake-1.15
-AWK = gawk
-BITSIZEOF_PTRDIFF_T = 32
-BITSIZEOF_SIG_ATOMIC_T = 32
-BITSIZEOF_SIZE_T = 32
-BITSIZEOF_WCHAR_T = 32
-BITSIZEOF_WINT_T = 32
-CC = /usr/local/google/home/dtseng/projects/emsdk/emscripten/1.38.20/emcc
-CCDEPMODE = depmode=gcc3
-CFLAGS = 
-CPP = /usr/local/google/home/dtseng/projects/emsdk/emscripten/1.38.20/emcc -E
-CPPFLAGS = 
-CYGPATH_W = echo
-DEFS = -DHAVE_CONFIG_H
-DEPDIR = .deps
-DLLTOOL = dlltool
-DLL_VERSION = 16
-DSYMUTIL = 
-DUMPBIN = 
-ECHO_C = 
-ECHO_N = -n
-ECHO_T = 
-EGREP = /bin/grep -E
-EMULTIHOP_HIDDEN = 
-EMULTIHOP_VALUE = 
-ENOLINK_HIDDEN = 
-ENOLINK_VALUE = 
-EOVERFLOW_HIDDEN = 
-EOVERFLOW_VALUE = 
-ERRNO_H = 
-EXEEXT = 
-FGREP = /bin/grep -F
-GETOPT_CDEFS_H = getopt-cdefs.h
-GETOPT_H = getopt.h
-GNULIB_ALPHASORT = 0
-GNULIB_ATOLL = 0
-GNULIB_CALLOC_POSIX = 0
-GNULIB_CANONICALIZE_FILE_NAME = 0
-GNULIB_CHDIR = 0
-GNULIB_CHOWN = 0
-GNULIB_CLOSE = 0
-GNULIB_CLOSEDIR = 0
-GNULIB_DIRFD = 0
-GNULIB_DPRINTF = 0
-GNULIB_DUP = 0
-GNULIB_DUP2 = 0
-GNULIB_DUP3 = 0
-GNULIB_ENVIRON = 1
-GNULIB_EUIDACCESS = 0
-GNULIB_EXPLICIT_BZERO = 0
-GNULIB_FACCESSAT = 0
-GNULIB_FCHDIR = 0
-GNULIB_FCHOWNAT = 0
-GNULIB_FCLOSE = 0
-GNULIB_FDATASYNC = 0
-GNULIB_FDOPEN = 0
-GNULIB_FDOPENDIR = 0
-GNULIB_FFLUSH = 0
-GNULIB_FFSL = 0
-GNULIB_FFSLL = 0
-GNULIB_FGETC = 1
-GNULIB_FGETS = 1
-GNULIB_FOPEN = 0
-GNULIB_FPRINTF = 1
-GNULIB_FPRINTF_POSIX = 0
-GNULIB_FPURGE = 0
-GNULIB_FPUTC = 1
-GNULIB_FPUTS = 1
-GNULIB_FREAD = 1
-GNULIB_FREOPEN = 0
-GNULIB_FSCANF = 1
-GNULIB_FSEEK = 0
-GNULIB_FSEEKO = 0
-GNULIB_FSYNC = 0
-GNULIB_FTELL = 0
-GNULIB_FTELLO = 0
-GNULIB_FTRUNCATE = 0
-GNULIB_FWRITE = 1
-GNULIB_GETC = 1
-GNULIB_GETCHAR = 1
-GNULIB_GETCWD = 0
-GNULIB_GETDELIM = 0
-GNULIB_GETDOMAINNAME = 0
-GNULIB_GETDTABLESIZE = 0
-GNULIB_GETGROUPS = 0
-GNULIB_GETHOSTNAME = 0
-GNULIB_GETLINE = 0
-GNULIB_GETLOADAVG = 0
-GNULIB_GETLOGIN = 0
-GNULIB_GETLOGIN_R = 0
-GNULIB_GETPAGESIZE = 0
-GNULIB_GETSUBOPT = 0
-GNULIB_GETUSERSHELL = 0
-GNULIB_GL_GL_TOOLS_UNISTD_H_GETOPT = 1
-GNULIB_GRANTPT = 0
-GNULIB_GROUP_MEMBER = 0
-GNULIB_ISATTY = 0
-GNULIB_LCHOWN = 0
-GNULIB_LINK = 0
-GNULIB_LINKAT = 0
-GNULIB_LSEEK = 0
-GNULIB_MALLOC_POSIX = 1
-GNULIB_MBSCASECMP = 0
-GNULIB_MBSCASESTR = 0
-GNULIB_MBSCHR = 0
-GNULIB_MBSCSPN = 0
-GNULIB_MBSLEN = 0
-GNULIB_MBSNCASECMP = 0
-GNULIB_MBSNLEN = 0
-GNULIB_MBSPBRK = 0
-GNULIB_MBSPCASECMP = 0
-GNULIB_MBSRCHR = 0
-GNULIB_MBSSEP = 0
-GNULIB_MBSSPN = 0
-GNULIB_MBSSTR = 0
-GNULIB_MBSTOK_R = 0
-GNULIB_MBTOWC = 0
-GNULIB_MEMCHR = 0
-GNULIB_MEMMEM = 0
-GNULIB_MEMPCPY = 0
-GNULIB_MEMRCHR = 0
-GNULIB_MKDTEMP = 0
-GNULIB_MKOSTEMP = 0
-GNULIB_MKOSTEMPS = 0
-GNULIB_MKSTEMP = 0
-GNULIB_MKSTEMPS = 0
-GNULIB_OBSTACK_PRINTF = 0
-GNULIB_OBSTACK_PRINTF_POSIX = 0
-GNULIB_OPENDIR = 0
-GNULIB_OVERRIDES_WINT_T = 0
-GNULIB_PCLOSE = 0
-GNULIB_PERROR = 0
-GNULIB_PIPE = 0
-GNULIB_PIPE2 = 0
-GNULIB_POPEN = 0
-GNULIB_POSIX_OPENPT = 0
-GNULIB_PREAD = 0
-GNULIB_PRINTF = 1
-GNULIB_PRINTF_POSIX = 0
-GNULIB_PTSNAME = 0
-GNULIB_PTSNAME_R = 0
-GNULIB_PUTC = 1
-GNULIB_PUTCHAR = 1
-GNULIB_PUTENV = 0
-GNULIB_PUTS = 1
-GNULIB_PWRITE = 0
-GNULIB_QSORT_R = 0
-GNULIB_RANDOM = 0
-GNULIB_RANDOM_R = 0
-GNULIB_RAWMEMCHR = 0
-GNULIB_READ = 0
-GNULIB_READDIR = 0
-GNULIB_READLINK = 0
-GNULIB_READLINKAT = 0
-GNULIB_REALLOCARRAY = 0
-GNULIB_REALLOC_POSIX = 1
-GNULIB_REALPATH = 0
-GNULIB_REMOVE = 0
-GNULIB_RENAME = 0
-GNULIB_RENAMEAT = 0
-GNULIB_REWINDDIR = 0
-GNULIB_RMDIR = 0
-GNULIB_RPMATCH = 0
-GNULIB_SCANDIR = 0
-GNULIB_SCANF = 1
-GNULIB_SECURE_GETENV = 0
-GNULIB_SETENV = 1
-GNULIB_SETHOSTNAME = 0
-GNULIB_SLEEP = 0
-GNULIB_SNPRINTF = 0
-GNULIB_SPRINTF_POSIX = 0
-GNULIB_STDIO_H_NONBLOCKING = 0
-GNULIB_STDIO_H_SIGPIPE = 0
-GNULIB_STPCPY = 0
-GNULIB_STPNCPY = 0
-GNULIB_STRCASESTR = 0
-GNULIB_STRCHRNUL = 0
-GNULIB_STRDUP = 0
-GNULIB_STRERROR = 1
-GNULIB_STRERROR_R = 0
-GNULIB_STRNCAT = 0
-GNULIB_STRNDUP = 1
-GNULIB_STRNLEN = 1
-GNULIB_STRPBRK = 0
-GNULIB_STRSEP = 0
-GNULIB_STRSIGNAL = 0
-GNULIB_STRSTR = 0
-GNULIB_STRTOD = 0
-GNULIB_STRTOK_R = 0
-GNULIB_STRTOLL = 0
-GNULIB_STRTOULL = 0
-GNULIB_STRVERSCMP = 0
-GNULIB_SYMLINK = 0
-GNULIB_SYMLINKAT = 0
-GNULIB_SYSTEM_POSIX = 0
-GNULIB_TMPFILE = 0
-GNULIB_TRUNCATE = 0
-GNULIB_TTYNAME_R = 0
-GNULIB_UNISTD_H_NONBLOCKING = 0
-GNULIB_UNISTD_H_SIGPIPE = 0
-GNULIB_UNLINK = 0
-GNULIB_UNLINKAT = 0
-GNULIB_UNLOCKPT = 0
-GNULIB_UNSETENV = 0
-GNULIB_USLEEP = 0
-GNULIB_VASPRINTF = 0
-GNULIB_VDPRINTF = 0
-GNULIB_VFPRINTF = 1
-GNULIB_VFPRINTF_POSIX = 0
-GNULIB_VFSCANF = 0
-GNULIB_VPRINTF = 1
-GNULIB_VPRINTF_POSIX = 0
-GNULIB_VSCANF = 0
-GNULIB_VSNPRINTF = 0
-GNULIB_VSPRINTF_POSIX = 0
-GNULIB_WCTOMB = 0
-GNULIB_WRITE = 0
-GNULIB__EXIT = 0
-GREP = /bin/grep
-HAVE_ALPHASORT = 1
-HAVE_ATOLL = 1
-HAVE_C99_STDINT_H = 0
-HAVE_CANONICALIZE_FILE_NAME = 1
-HAVE_CHOWN = 1
-HAVE_CLOSEDIR = 1
-HAVE_DECL_DIRFD = 1
-HAVE_DECL_ENVIRON = 1
-HAVE_DECL_FCHDIR = 1
-HAVE_DECL_FDATASYNC = 1
-HAVE_DECL_FDOPENDIR = 1
-HAVE_DECL_FPURGE = 1
-HAVE_DECL_FSEEKO = 1
-HAVE_DECL_FTELLO = 1
-HAVE_DECL_GETDELIM = 1
-HAVE_DECL_GETDOMAINNAME = 1
-HAVE_DECL_GETLINE = 1
-HAVE_DECL_GETLOADAVG = 1
-HAVE_DECL_GETLOGIN = 1
-HAVE_DECL_GETLOGIN_R = 1
-HAVE_DECL_GETPAGESIZE = 1
-HAVE_DECL_GETUSERSHELL = 1
-HAVE_DECL_INITSTATE = 1
-HAVE_DECL_MEMMEM = 1
-HAVE_DECL_MEMRCHR = 1
-HAVE_DECL_OBSTACK_PRINTF = 1
-HAVE_DECL_SETENV = 1
-HAVE_DECL_SETHOSTNAME = 1
-HAVE_DECL_SETSTATE = 1
-HAVE_DECL_SNPRINTF = 1
-HAVE_DECL_STRDUP = 1
-HAVE_DECL_STRERROR_R = 1
-HAVE_DECL_STRNDUP = 1
-HAVE_DECL_STRNLEN = 1
-HAVE_DECL_STRSIGNAL = 1
-HAVE_DECL_STRTOK_R = 1
-HAVE_DECL_TTYNAME_R = 1
-HAVE_DECL_UNSETENV = 1
-HAVE_DECL_VSNPRINTF = 1
-HAVE_DIRENT_H = 1
-HAVE_DPRINTF = 1
-HAVE_DUP2 = 1
-HAVE_DUP3 = 1
-HAVE_EUIDACCESS = 1
-HAVE_EXPLICIT_BZERO = 1
-HAVE_FACCESSAT = 1
-HAVE_FCHDIR = 1
-HAVE_FCHOWNAT = 1
-HAVE_FDATASYNC = 1
-HAVE_FDOPENDIR = 1
-HAVE_FFSL = 1
-HAVE_FFSLL = 1
-HAVE_FSEEKO = 1
-HAVE_FSYNC = 1
-HAVE_FTELLO = 1
-HAVE_FTRUNCATE = 1
-HAVE_GETDTABLESIZE = 1
-HAVE_GETGROUPS = 1
-HAVE_GETHOSTNAME = 1
-HAVE_GETLOGIN = 1
-HAVE_GETOPT_H = 1
-HAVE_GETPAGESIZE = 1
-HAVE_GETSUBOPT = 1
-HAVE_GRANTPT = 1
-HAVE_GROUP_MEMBER = 1
-HAVE_INTTYPES_H = 1
-HAVE_LCHOWN = 1
-HAVE_LINK = 1
-HAVE_LINKAT = 1
-HAVE_LONG_LONG_INT = 1
-HAVE_MAX_ALIGN_T = 0
-HAVE_MBSLEN = 0
-HAVE_MEMCHR = 1
-HAVE_MEMPCPY = 1
-HAVE_MKDTEMP = 1
-HAVE_MKOSTEMP = 1
-HAVE_MKOSTEMPS = 1
-HAVE_MKSTEMP = 1
-HAVE_MKSTEMPS = 1
-HAVE_MSVC_INVALID_PARAMETER_HANDLER = 0
-HAVE_OPENDIR = 1
-HAVE_OS_H = 0
-HAVE_PCLOSE = 1
-HAVE_PIPE = 1
-HAVE_PIPE2 = 1
-HAVE_POPEN = 1
-HAVE_POSIX_OPENPT = 1
-HAVE_PREAD = 1
-HAVE_PTSNAME = 1
-HAVE_PTSNAME_R = 1
-HAVE_PWRITE = 1
-HAVE_QSORT_R = 1
-HAVE_RANDOM = 1
-HAVE_RANDOM_H = 1
-HAVE_RANDOM_R = 1
-HAVE_RAWMEMCHR = 1
-HAVE_READDIR = 1
-HAVE_READLINK = 1
-HAVE_READLINKAT = 1
-HAVE_REALLOCARRAY = 1
-HAVE_REALPATH = 1
-HAVE_RENAMEAT = 1
-HAVE_REWINDDIR = 1
-HAVE_RPMATCH = 1
-HAVE_SCANDIR = 1
-HAVE_SECURE_GETENV = 1
-HAVE_SETENV = 1
-HAVE_SETHOSTNAME = 1
-HAVE_SIGNED_SIG_ATOMIC_T = 1
-HAVE_SIGNED_WCHAR_T = 1
-HAVE_SIGNED_WINT_T = 0
-HAVE_SLEEP = 1
-HAVE_STDINT_H = 1
-HAVE_STPCPY = 1
-HAVE_STPNCPY = 1
-HAVE_STRCASESTR = 1
-HAVE_STRCHRNUL = 1
-HAVE_STRPBRK = 1
-HAVE_STRSEP = 1
-HAVE_STRTOD = 1
-HAVE_STRTOLL = 1
-HAVE_STRTOULL = 1
-HAVE_STRUCT_RANDOM_DATA = 1
-HAVE_STRVERSCMP = 1
-HAVE_SYMLINK = 1
-HAVE_SYMLINKAT = 1
-HAVE_SYS_BITYPES_H = 0
-HAVE_SYS_CDEFS_H = 0
-HAVE_SYS_INTTYPES_H = 0
-HAVE_SYS_LOADAVG_H = 0
-HAVE_SYS_PARAM_H = 0
-HAVE_SYS_TYPES_H = 1
-HAVE_TRUNCATE = 1
-HAVE_UNISTD_H = 1
-HAVE_UNLINKAT = 1
-HAVE_UNLOCKPT = 1
-HAVE_UNSIGNED_LONG_LONG_INT = 1
-HAVE_USLEEP = 1
-HAVE_VASPRINTF = 1
-HAVE_VDPRINTF = 1
-HAVE_WCHAR_H = 1
-HAVE_WCHAR_T = 1
-HAVE_WINSOCK2_H = 
-HAVE__BOOL = 1
-HAVE__EXIT = 1
-HELP2MAN = 
-INCLUDE_NEXT = include_next
-INCLUDE_NEXT_AS_FIRST_DIRECTIVE = include_next
-INSTALL = /usr/bin/install -c
-INSTALL_DATA = ${INSTALL} -m 644
-INSTALL_PROGRAM = ${INSTALL}
-INSTALL_SCRIPT = ${INSTALL}
-INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
-LD = /usr/local/google/home/dtseng/projects/emsdk/emscripten/1.38.20/emcc
-LDFLAGS = 
-LIBINTL = 
-LIBLOUIS_AGE = 0
-LIBLOUIS_CURRENT = 16
-LIBLOUIS_REVISION = 1
-LIBOBJS = 
-LIBS = 
-LIBTOOL = $(SHELL) $(top_builddir)/libtool
-LIBUNISTRING_UNISTR_H = unistr.h
-LIBUNISTRING_UNITYPES_H = unitypes.h
-LIMITS_H = limits.h
-LIPO = 
-LN_S = ln -s
-LTLIBINTL = 
-LTLIBOBJS = 
-LT_SYS_LIBRARY_PATH = 
-MAKEINFO = ${SHELL} /usr/local/google/home/dtseng/projects/chrome/src/third_party/liblouis/src/build-aux/missing makeinfo
-MAKEINFO_FOUND = yes
-MANIFEST_TOOL = :
-MKDIR_P = /bin/mkdir -p
-NEXT_AS_FIRST_DIRECTIVE_DIRENT_H = <dirent.h>
-NEXT_AS_FIRST_DIRECTIVE_ERRNO_H = 
-NEXT_AS_FIRST_DIRECTIVE_GETOPT_H = <getopt.h>
-NEXT_AS_FIRST_DIRECTIVE_LIMITS_H = <limits.h>
-NEXT_AS_FIRST_DIRECTIVE_STDARG_H = 
-NEXT_AS_FIRST_DIRECTIVE_STDDEF_H = <stddef.h>
-NEXT_AS_FIRST_DIRECTIVE_STDINT_H = <stdint.h>
-NEXT_AS_FIRST_DIRECTIVE_STDIO_H = <stdio.h>
-NEXT_AS_FIRST_DIRECTIVE_STDLIB_H = <stdlib.h>
-NEXT_AS_FIRST_DIRECTIVE_STRING_H = <string.h>
-NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H = <sys/types.h>
-NEXT_AS_FIRST_DIRECTIVE_UNISTD_H = <unistd.h>
-NEXT_DIRENT_H = <dirent.h>
-NEXT_ERRNO_H = 
-NEXT_GETOPT_H = <getopt.h>
-NEXT_LIMITS_H = <limits.h>
-NEXT_STDARG_H = <stdarg.h>
-NEXT_STDDEF_H = <stddef.h>
-NEXT_STDINT_H = <stdint.h>
-NEXT_STDIO_H = <stdio.h>
-NEXT_STDLIB_H = <stdlib.h>
-NEXT_STRING_H = <string.h>
-NEXT_SYS_TYPES_H = <sys/types.h>
-NEXT_UNISTD_H = <unistd.h>
-NM = /usr/local/google/home/dtseng/projects/emsdk/clang/e1.38.20_64bit/llvm-nm
-NMEDIT = 
-OBJDUMP = objdump
-OBJEXT = o
-OTOOL = 
-OTOOL64 = 
-PACKAGE = liblouis
-PACKAGE_BUGREPORT = liblouis-liblouisxml@freelists.org
-PACKAGE_NAME = Liblouis
-PACKAGE_STRING = Liblouis 3.7.0
-PACKAGE_TARNAME = liblouis
-PACKAGE_URL = http://www.liblouis.org
-PACKAGE_VERSION = 3.7.0
-PATH_SEPARATOR = :
-PKG_CONFIG = /usr/bin/pkg-config
-PRAGMA_COLUMNS = 
-PRAGMA_SYSTEM_HEADER = #pragma GCC system_header
-PTRDIFF_T_SUFFIX = l
-RANLIB = /usr/local/google/home/dtseng/projects/emsdk/emscripten/1.38.20/emranlib
-REPLACE_CALLOC = 0
-REPLACE_CANONICALIZE_FILE_NAME = 0
-REPLACE_CHOWN = 0
-REPLACE_CLOSE = 0
-REPLACE_CLOSEDIR = 0
-REPLACE_DIRFD = 0
-REPLACE_DPRINTF = 0
-REPLACE_DUP = 0
-REPLACE_DUP2 = 0
-REPLACE_FACCESSAT = 0
-REPLACE_FCHOWNAT = 0
-REPLACE_FCLOSE = 0
-REPLACE_FDOPEN = 0
-REPLACE_FDOPENDIR = 0
-REPLACE_FFLUSH = 0
-REPLACE_FOPEN = 0
-REPLACE_FPRINTF = 0
-REPLACE_FPURGE = 0
-REPLACE_FREOPEN = 0
-REPLACE_FSEEK = 0
-REPLACE_FSEEKO = 0
-REPLACE_FTELL = 0
-REPLACE_FTELLO = 0
-REPLACE_FTRUNCATE = 0
-REPLACE_GETCWD = 0
-REPLACE_GETDELIM = 0
-REPLACE_GETDOMAINNAME = 0
-REPLACE_GETDTABLESIZE = 0
-REPLACE_GETGROUPS = 0
-REPLACE_GETLINE = 0
-REPLACE_GETLOGIN_R = 0
-REPLACE_GETPAGESIZE = 0
-REPLACE_ISATTY = 0
-REPLACE_LCHOWN = 0
-REPLACE_LINK = 0
-REPLACE_LINKAT = 0
-REPLACE_LSEEK = 0
-REPLACE_MALLOC = 0
-REPLACE_MBTOWC = 0
-REPLACE_MEMCHR = 0
-REPLACE_MEMMEM = 0
-REPLACE_MKSTEMP = 0
-REPLACE_NULL = 0
-REPLACE_OBSTACK_PRINTF = 0
-REPLACE_OPENDIR = 0
-REPLACE_PERROR = 0
-REPLACE_POPEN = 0
-REPLACE_PREAD = 0
-REPLACE_PRINTF = 0
-REPLACE_PTSNAME = 0
-REPLACE_PTSNAME_R = 0
-REPLACE_PUTENV = 0
-REPLACE_PWRITE = 0
-REPLACE_QSORT_R = 0
-REPLACE_RANDOM_R = 0
-REPLACE_READ = 0
-REPLACE_READLINK = 0
-REPLACE_READLINKAT = 0
-REPLACE_REALLOC = 0
-REPLACE_REALPATH = 0
-REPLACE_REMOVE = 0
-REPLACE_RENAME = 0
-REPLACE_RENAMEAT = 0
-REPLACE_RMDIR = 0
-REPLACE_SETENV = 0
-REPLACE_SLEEP = 0
-REPLACE_SNPRINTF = 0
-REPLACE_SPRINTF = 0
-REPLACE_STDIO_READ_FUNCS = 0
-REPLACE_STDIO_WRITE_FUNCS = 0
-REPLACE_STPNCPY = 0
-REPLACE_STRCASESTR = 0
-REPLACE_STRCHRNUL = 0
-REPLACE_STRDUP = 0
-REPLACE_STRERROR = 0
-REPLACE_STRERROR_R = 0
-REPLACE_STRNCAT = 0
-REPLACE_STRNDUP = 0
-REPLACE_STRNLEN = 0
-REPLACE_STRSIGNAL = 0
-REPLACE_STRSTR = 0
-REPLACE_STRTOD = 0
-REPLACE_STRTOK_R = 0
-REPLACE_SYMLINK = 0
-REPLACE_SYMLINKAT = 0
-REPLACE_TMPFILE = 0
-REPLACE_TRUNCATE = 0
-REPLACE_TTYNAME_R = 0
-REPLACE_UNLINK = 0
-REPLACE_UNLINKAT = 0
-REPLACE_UNSETENV = 0
-REPLACE_USLEEP = 0
-REPLACE_VASPRINTF = 0
-REPLACE_VDPRINTF = 0
-REPLACE_VFPRINTF = 0
-REPLACE_VPRINTF = 0
-REPLACE_VSNPRINTF = 0
-REPLACE_VSPRINTF = 0
-REPLACE_WCTOMB = 0
-REPLACE_WRITE = 0
-SED = /bin/sed
-SET_MAKE = 
-SHELL = /bin/sh
-SIG_ATOMIC_T_SUFFIX = 
-SIZE_T_SUFFIX = ul
-SOURCE_FORMATTER = clang-format
-STDARG_H = 
-STDBOOL_H = 
-STDDEF_H = stddef.h
-STDINT_H = stdint.h
-STRIP = strip
-UNDEFINE_STRTOK_R = 0
-UNISTD_H_HAVE_WINSOCK2_H = 0
-UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS = 0
-VERSION = 3.7.0
-WARN_CFLAGS =  -fno-common -W -Wabi -Waddress -Wall -Wattributes -Wbad-function-cast -Wbuiltin-macro-redefined -Wcast-align -Wchar-subscripts -Wcomment -Wcomments -Wcpp -Wdangling-else -Wdate-time -Wdeprecated -Wdeprecated-declarations -Wdisabled-optimization -Wdiv-by-zero -Wdouble-promotion -Wduplicate-decl-specifier -Wempty-body -Wendif-labels -Wenum-compare -Wexpansion-to-defined -Wextra -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wformat-zero-length -Wignored-attributes -Wignored-qualifiers -Wimplicit -Wimplicit-function-declaration -Wimplicit-int -Wincompatible-pointer-types -Winit-self -Winline -Wint-conversion -Wint-to-pointer-cast -Winvalid-pch -Wlogical-not-parentheses -Wmain -Wmissing-braces -Wmissing-declarations -Wmissing-field-initializers -Wmissing-include-dirs -Wmissing-prototypes -Wmultichar -Wnarrowing -Wnested-externs -Wnonnull -Wnull-dereference -Wodr -Wold-style-definition -Woverflow -Woverlength-strings -Wpacked -Wparentheses -Wpointer-arith -Wpointer-sign -Wpointer-to-int-cast -Wpragmas -Wreturn-type -Wsequence-point -Wshadow -Wshift-count-negative -Wshift-count-overflow -Wshift-negative-value -Wsizeof-array-argument -Wsizeof-pointer-memaccess -Wstack-protector -Wstrict-aliasing -Wstrict-overflow -Wstrict-prototypes -Wswitch -Wswitch-bool -Wswitch-default -Wtautological-compare -Wtrigraphs -Wtype-limits -Wuninitialized -Wunknown-pragmas -Wunused -Wunused-function -Wunused-label -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -Wvarargs -Wvariadic-macros -Wvla -Wvolatile-register-var -Wwrite-strings
-WCHAR_T_SUFFIX = 
-WIDECHAR_TYPE = unsigned short int
-WINDOWS_64_BIT_OFF_T = 0
-WINDOWS_STAT_INODES = 0
-WINT_T_SUFFIX = u
-abs_builddir = /usr/local/google/home/dtseng/projects/chrome/src/third_party/liblouis/src/tables
-abs_srcdir = /usr/local/google/home/dtseng/projects/chrome/src/third_party/liblouis/src/tables
-abs_top_builddir = /usr/local/google/home/dtseng/projects/chrome/src/third_party/liblouis/src
-abs_top_srcdir = /usr/local/google/home/dtseng/projects/chrome/src/third_party/liblouis/src
-ac_ct_AR = /usr/local/google/home/dtseng/projects/emsdk/emscripten/1.38.20/emar
-ac_ct_CC = /usr/local/google/home/dtseng/projects/emsdk/emscripten/1.38.20/emcc
-ac_ct_DUMPBIN = 
-am__include = include
-am__leading_dot = .
-am__quote = 
-am__tar = $${TAR-tar} chof - "$$tardir"
-am__untar = $${TAR-tar} xf -
-bindir = ${exec_prefix}/bin
-build = x86_64-pc-linux-gnu
-build_alias = 
-build_cpu = x86_64
-build_os = linux-gnu
-build_vendor = pc
-builddir = .
-datadir = ${datarootdir}
-datarootdir = ${prefix}/share
-docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
-dvidir = ${docdir}
-exec_prefix = ${prefix}
-gl_LIBOBJS = 
-gl_LTLIBOBJS = 
-gl_tools_LIBOBJS =  error.o getopt.o getopt1.o
-gl_tools_LTLIBOBJS =  error.lo getopt.lo getopt1.lo
-gl_toolstests_LIBOBJS = 
-gl_toolstests_LTLIBOBJS = 
-gl_toolstests_WITNESS = IN_LIBLOUIS_GNULIB_TESTS
-gltests_LIBOBJS = 
-gltests_LTLIBOBJS = 
-gltests_WITNESS = IN_LIBLOUIS_GNULIB_TESTS
-host = x86_64-pc-linux-gnu
-host_alias = 
-host_cpu = x86_64
-host_os = linux-gnu
-host_vendor = pc
-htmldir = ${docdir}
-includedir = ${prefix}/include
-infodir = ${datarootdir}/info
-install_sh = ${SHELL} /usr/local/google/home/dtseng/projects/chrome/src/third_party/liblouis/src/build-aux/install-sh
-libdir = ${exec_prefix}/lib
-libexecdir = ${exec_prefix}/libexec
-localedir = ${datarootdir}/locale
-localstatedir = ${prefix}/var
-mandir = ${datarootdir}/man
-mkdir_p = $(MKDIR_P)
-oldincludedir = /usr/include
-pdfdir = ${docdir}
-prefix = /usr/local
-program_transform_name = s,x,x,
-psdir = ${docdir}
-runstatedir = ${localstatedir}/run
-sbindir = ${exec_prefix}/sbin
-sharedstatedir = ${prefix}/com
-srcdir = .
-sysconfdir = ${prefix}/etc
-target_alias = 
-top_build_prefix = ../
-top_builddir = ..
-top_srcdir = ..
-
-# generate the list of tables as follows:
-# $ ls | grep -v Makefile | grep -v README | grep -v maketablelist.sh | grep -v '.*~$' | sort -df | sed -e 's/$/ \\/' -e 's/^/	/' -e '$s/\\$//'
-table_files = \
-	afr-za-g1.ctb \
-	ar-ar-g1.utb \
-	ar-fa.utb \
-	ar.tbl \
-	as-in-g1.utb \
-	as.tbl \
-	awa.tbl \
-	aw-in-g1.utb \
-	be-in-g1.utb \
-	bengali.cti \
-	bg.ctb \
-	bg.tbl \
-	bh.ctb \
-	bh.tbl \
-	bn.tbl \
-	bo.ctb \
-	bo.tbl \
-	boxes.ctb \
-	braille-patterns.cti \
-	bra.tbl \
-	br-in-g1.utb \
-	ca-chardefs.cti \
-	ca-g1.ctb \
-	ca.tbl \
-	chardefs.cti \
-	chr-us-g1.ctb \
-	ckb-chardefs.cti \
-	ckb-g1.ctb \
-	ckb.tbl \
-	ckb-translation.cti \
-	compress.cti \
-	controlchars.cti \
-	corrections.cti \
-	countries.cti \
-	cs-chardefs.cti \
-	cs-comp8.utb \
-	cs-g1.ctb \
-	cs-letterDef8Dots.uti \
-	cs.tbl \
-	cs-translation.cti \
-	cy-cy-g1.utb \
-	cy-cy-g2.ctb \
-	cy.tbl \
-	da-dk-6miscChars.cti \
-	da-dk.dis \
-	da-dk-g08.ctb \
-	da-dk-g16.ctb \
-	da-dk-g16-lit.ctb \
-	da-dk-g18.ctb \
-	da-dk-g26.ctb \
-	da-dk-g26l.ctb \
-	da-dk-g26-lit.ctb \
-	da-dk-g26l-lit.ctb \
-	da-dk-g28.ctb \
-	da-dk-g28l.ctb \
-	da-dk-octobraille.dis \
-	da-lt.ctb \
-	de-ch-accents.cti \
-	de-chardefs6.cti \
-	de-chardefs8.cti \
-	de-chess.ctb \
-	de-ch-g0.utb \
-	de-ch-g1.ctb \
-	de-ch-g2.ctb \
-	de_CH.tbl \
-	de-de-accents.cti \
-	de-de-comp8.ctb \
-	de-de.dis \
-	de-de-g0.utb \
-	de-de-g1.ctb \
-	de-de-g2.ctb \
-	de-eurobrl6.dis \
-	de-eurobrl6u.dis \
-	de-g0-core.uti \
-	de-g1-core.cti \
-	de-g2-core.cti \
-	de.tbl \
-	devanagari.cti \
-	digits6DotsPlusDot6.uti \
-	digits6Dots.uti \
-	digits8Dots.uti \
-	dra.ctb \
-	dra.tbl \
-	el.ctb \
-	el.tbl \
-	en_CA.ctb \
-	en_CA.tbl \
-	en-chess.ctb \
-	en-gb-comp8.ctb \
-	en-gb-g1.utb \
-	en-GB-g2.ctb \
-	en_GB.tbl \
-	en-in-g1.ctb \
-	en-ueb-chardefs.uti \
-	en-ueb-g1.ctb \
-	en-ueb-g2.ctb \
-	en-ueb-math.ctb \
-	en-us-brf.dis \
-	en-us-comp6.ctb \
-	en-us-comp8.ctb \
-	en_US-comp8-ext.tbl \
-	en-us-comp8-ext.utb \
-	en-us-compbrl.ctb \
-	en-us-g1.ctb \
-	en-us-g2.ctb \
-	en-us-interline.ctb \
-	en-us-mathtext.ctb \
-	en_US.tbl \
-	eo-g1.ctb \
-	eo-g1-x-system.ctb \
-	eo.tbl \
-	es-chardefs.cti \
-	Es-Es-G0.utb \
-	Es-Es-g1.utb \
-	es-g1.ctb \
-	es-new.dis \
-	es-old.dis \
-	es.tbl \
-	es-translation.cti \
-	et.ctb \
-	et-g0.utb \
-	ethio-g1.ctb \
-	et.tbl \
-	eurodefs.cti \
-	fa-ir-comp8.ctb \
-	fa-ir-g1.utb \
-	fi1.ctb \
-	fi2.ctb \
-	fi-fi-8dot.ctb \
-	fi-fi.ctb \
-	fi.tbl \
-	fi.utb \
-	fr-bfu-comp68.cti \
-	fr-bfu-comp6.utb \
-	fr-bfu-comp8.utb \
-	fr-bfu-g2.ctb \
-	ga-g1.utb \
-	ga-g2.ctb \
-	ga.tbl \
-	gd.ctb \
-	gd.tbl \
-	gez.tbl \
-	gon.ctb \
-	gon.tbl \
-	gr-bb.ctb \
-	gr-pl-comp8.uti \
-	gu-in-g1.utb \
-	gujarati.cti \
-	gurumuki.cti \
-	gu.tbl \
-	haw-us-g1.ctb \
-	he.ctb \
-	he.tbl \
-	hi-in-g1.utb \
-	hi.tbl \
-	hr-chardefs.cti \
-	hr-comp8.tbl \
-	hr-comp8.utb \
-	hr-digits.uti \
-	hr-g1.ctb \
-	hr-g1.tbl \
-	hr-translation.cti \
-	hu-backtranslate-correction.dis \
-	hu-chardefs.cti \
-	hu-exceptionwords.cti \
-	hu-hu-comp8.ctb \
-	hu-hu-g1.ctb \
-	hu-hu-g2.ctb \
-	hu-hu-g2_exceptions.cti \
-	hu.tbl \
-	hy.ctb \
-	hyph_brl_da_dk.dic \
-	hyph_cs_CZ.dic \
-	hyph_da_DK.dic \
-	hyph_de_DE.dic \
-	hyph_en_US.dic \
-	hyph_eo.dic \
-	hyph_es_ES.dic \
-	hyph_fr_FR.dic \
-	hyph_hu_HU.dic \
-	hyph_it_IT.dic \
-	hyph_nb_NO.dic \
-	hyph_nl_NL.dic \
-	hyph_nn_NO.dic \
-	hyph_pl_PL.dic \
-	hyph_pt_PT.dic \
-	hyph_ru.dic \
-	hyph_sv_SE.dic \
-	hy.tbl \
-	IPA-unicode-range.uti \
-	IPA.utb \
-	is-chardefs6.cti \
-	is-chardefs8.cti \
-	is.ctb \
-	is.tbl \
-	it-it-comp6.utb \
-	it-it-comp8.utb \
-	it.tbl \
-	iu-ca-g1.ctb \
-	ka-in-g1.utb \
-	kannada.cti \
-	kha.tbl \
-	kh-in-g1.utb \
-	kn.tbl \
-	ko-2006.cti \
-	ko-2006-g1.ctb \
-	ko-2006-g2.ctb \
-	ko-chars.cti \
-	ko.cti \
-	ko-g1.ctb \
-	ko-g1-rules.cti \
-	ko-g2.ctb \
-	ko-g2-rules.cti \
-	kok.ctb \
-	kok.tbl \
-	kru.ctb \
-	kru.tbl \
-	ks-in-g1.utb \
-	latinLetterDef6Dots.uti \
-	latinLetterDef8Dots.uti \
-	litdigits6DotsPlusDot6.uti \
-	litdigits6Dots.uti \
-	loweredDigits6Dots.uti \
-	loweredDigits8Dots.uti \
-	lt.ctb \
-	lt.tbl \
-	lt-6dot.utb \
-	lt-6dot.tbl \
-	Lv-Lv-g1.utb \
-	lv.tbl \
-	malayalam.cti \
-	mao-nz-g1.ctb \
-	marburg_single_cell_defs.cti \
-	marburg_unicode_defs.cti \
-	ml-in-g1.utb \
-	ml.tbl \
-	mn-in-g1.utb \
-	mni.tbl \
-	mn-MN-common.cti \
-	mn-MN-g1.utb \
-	mn-MN-g2.ctb \
-	mr-in-g1.utb \
-	mr.tbl \
-	mt.ctb \
-	mt.tbl \
-	mun.ctb \
-	mun.tbl \
-	mwr.ctb \
-	mwr.tbl \
-	ne.ctb \
-	nemethdefs.cti \
-	ne.tbl \
-	nl-BE.dis \
-	nl-BE-g0.utb \
-	nl_BE.tbl \
-	nl-chardefs.uti \
-	nl-g0.uti \
-	nl-NL-g0.utb \
-	nl.tbl \
-	no-no-8dot-fallback-6dot-g0.utb \
-	no-no-8dot.utb \
-	no-no-braillo-047-01.dis \
-	no-no-chardefs6.uti \
-	no-no-comp8.ctb \
-	no-no.dis \
-	no-no-g0.utb \
-	no-no-g1.ctb \
-	no-no-g2.ctb \
-	no-no-g3.ctb \
-	no-no-generic.ctb \
-	no-no-generic.dis \
-	no-no-latinLetterDef6Dots_diacritics.uti \
-	no.tbl \
-	np-in-g1.utb \
-	or-in-g1.utb \
-	oriya.cti \
-	or.tbl \
-	pa.tbl \
-	pi.ctb \
-	pi.tbl \
-	pl-pl-comp8.ctb \
-	Pl-Pl-g1.utb \
-	pl.tbl \
-	printables.cti \
-	pt-pt-comp8.ctb \
-	pt-pt-g1.utb \
-	pt-pt-g2.ctb \
-	pt.tbl \
-	pu-in-g1.utb \
-	ro.ctb \
-	ro.tbl \
-	ru-chardefs.cti \
-	ru-compbrl.ctb \
-	ru.ctb \
-	ru-letters.dis \
-	ru-litbrl.ctb \
-	ru-ru.dis \
-	ru-ru-g1.utb \
-	ru-unicode.dis \
-	ru.tbl \
-	sa-in-g1.utb \
-	sa.tbl \
-	sd.tbl \
-	se-se.ctb \
-	se-se.dis \
-	Se-Se-g1.utb \
-	si-in-g1.utb \
-	sin.cti \
-	sin.utb \
-	sk-chardefs.cti \
-	sk-g1.ctb \
-	sk-sk-g1.utb \
-	sk-sk.utb \
-	sk.tbl \
-	sk-translation.cti \
-	sl-si-comp8.ctb \
-	sl-si-g1.utb \
-	sl.tbl \
-	sot-za-g1.ctb \
-	spaces.ctb \
-	sr-chardefs.cti \
-	sr-g1.ctb \
-	sr.tbl \
-	sv-1989.ctb \
-	sv-1996.ctb \
-	sv.tbl \
-	ta.ctb \
-	tamil.cti \
-	ta-ta-g1.ctb \
-	ta.tbl \
-	te-in-g1.utb \
-	telugu.cti \
-	te.tbl \
-	text_nabcc.dis \
-	tr.ctb \
-	tr-g1.ctb \
-	tr.tbl \
-	tsn-za-g1.ctb \
-	uk.utb \
-	ukchardefs.cti \
-	ukmaths_single_cell_defs.cti \
-	ukmaths_unicode_defs.cti \
-	unicode-braille.utb \
-	unicodedefs.cti \
-	unicode.dis \
-	uni-text.dis \
-	ur-pk-g1.utb \
-	ur-pk-g2.ctb \
-	us-table.dis \
-	vi.ctb \
-	vi-g1.ctb \
-	vi.tbl \
-	wiskunde-chardefs.cti \
-	zh-chn.ctb \
-	zh_CHN.tbl \
-	zhcn-g1.ctb \
-	zhcn-g2.ctb \
-	zh-hk.ctb \
-	zh_HK.tbl \
-	zh-tw.ctb \
-	zh_TW.tbl 
-
-tablesdir = $(datadir)/liblouis/tables
-tables_DATA = $(table_files)
-EXTRA_DIST = $(table_files)
-all: all-am
-
-.SUFFIXES:
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
-	@for dep in $?; do \
-	  case '$(am__configure_deps)' in \
-	    *$$dep*) \
-	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
-	        && { if test -f $@; then exit 0; else break; fi; }; \
-	      exit 1;; \
-	  esac; \
-	done; \
-	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu tables/Makefile'; \
-	$(am__cd) $(top_srcdir) && \
-	  $(AUTOMAKE) --gnu tables/Makefile
-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
-	@case '$?' in \
-	  *config.status*) \
-	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
-	  *) \
-	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
-	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
-	esac;
-
-$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-
-$(top_srcdir)/configure:  $(am__configure_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(am__aclocal_m4_deps):
-
-mostlyclean-libtool:
-	-rm -f *.lo
-
-clean-libtool:
-	-rm -rf .libs _libs
-install-tablesDATA: $(tables_DATA)
-	@$(NORMAL_INSTALL)
-	@list='$(tables_DATA)'; test -n "$(tablesdir)" || list=; \
-	if test -n "$$list"; then \
-	  echo " $(MKDIR_P) '$(DESTDIR)$(tablesdir)'"; \
-	  $(MKDIR_P) "$(DESTDIR)$(tablesdir)" || exit 1; \
-	fi; \
-	for p in $$list; do \
-	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
-	  echo "$$d$$p"; \
-	done | $(am__base_list) | \
-	while read files; do \
-	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(tablesdir)'"; \
-	  $(INSTALL_DATA) $$files "$(DESTDIR)$(tablesdir)" || exit $$?; \
-	done
-
-uninstall-tablesDATA:
-	@$(NORMAL_UNINSTALL)
-	@list='$(tables_DATA)'; test -n "$(tablesdir)" || list=; \
-	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
-	dir='$(DESTDIR)$(tablesdir)'; $(am__uninstall_files_from_dir)
-format-sources-local: 
-tags TAGS:
-
-ctags CTAGS:
-
-cscope cscopelist:
-
-
-distdir: $(DISTFILES)
-	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	list='$(DISTFILES)'; \
-	  dist_files=`for file in $$list; do echo $$file; done | \
-	  sed -e "s|^$$srcdirstrip/||;t" \
-	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
-	case $$dist_files in \
-	  */*) $(MKDIR_P) `echo "$$dist_files" | \
-			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
-			   sort -u` ;; \
-	esac; \
-	for file in $$dist_files; do \
-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
-	  if test -d $$d/$$file; then \
-	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
-	    if test -d "$(distdir)/$$file"; then \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
-	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
-	  else \
-	    test -f "$(distdir)/$$file" \
-	    || cp -p $$d/$$file "$(distdir)/$$file" \
-	    || exit 1; \
-	  fi; \
-	done
-check-am: all-am
-check: check-am
-all-am: Makefile $(DATA)
-installdirs:
-	for dir in "$(DESTDIR)$(tablesdir)"; do \
-	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
-	done
-install: install-am
-install-exec: install-exec-am
-install-data: install-data-am
-uninstall: uninstall-am
-
-install-am: all-am
-	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
-
-installcheck: installcheck-am
-install-strip:
-	if test -z '$(STRIP)'; then \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	      install; \
-	else \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
-	fi
-mostlyclean-generic:
-
-clean-generic:
-
-distclean-generic:
-	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
-	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
-
-maintainer-clean-generic:
-	@echo "This command is intended for maintainers to use"
-	@echo "it deletes files that may require special tools to rebuild."
-clean: clean-am
-
-clean-am: clean-generic clean-libtool mostlyclean-am
-
-distclean: distclean-am
-	-rm -f Makefile
-distclean-am: clean-am distclean-generic
-
-dvi: dvi-am
-
-dvi-am:
-
-format-sources: format-sources-am
-
-format-sources-am: format-sources-local
-
-html: html-am
-
-html-am:
-
-info: info-am
-
-info-am:
-
-install-data-am: install-tablesDATA
-
-install-dvi: install-dvi-am
-
-install-dvi-am:
-
-install-exec-am:
-
-install-html: install-html-am
-
-install-html-am:
-
-install-info: install-info-am
-
-install-info-am:
-
-install-man:
-
-install-pdf: install-pdf-am
-
-install-pdf-am:
-
-install-ps: install-ps-am
-
-install-ps-am:
-
-installcheck-am:
-
-maintainer-clean: maintainer-clean-am
-	-rm -f Makefile
-maintainer-clean-am: distclean-am maintainer-clean-generic
-
-mostlyclean: mostlyclean-am
-
-mostlyclean-am: mostlyclean-generic mostlyclean-libtool
-
-pdf: pdf-am
-
-pdf-am:
-
-ps: ps-am
-
-ps-am:
-
-uninstall-am: uninstall-tablesDATA
-
-.MAKE: install-am install-strip
-
-.PHONY: all all-am check check-am clean clean-generic clean-libtool \
-	cscopelist-am ctags-am distclean distclean-generic \
-	distclean-libtool distdir dvi dvi-am format-sources-am \
-	format-sources-local html html-am info info-am install \
-	install-am install-data install-data-am install-dvi \
-	install-dvi-am install-exec install-exec-am install-html \
-	install-html-am install-info install-info-am install-man \
-	install-pdf install-pdf-am install-ps install-ps-am \
-	install-strip install-tablesDATA installcheck installcheck-am \
-	installdirs maintainer-clean maintainer-clean-generic \
-	mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
-	ps ps-am tags-am uninstall uninstall-am uninstall-tablesDATA
-
-.PRECIOUS: Makefile
-
-
-# Tell versions [3.59,3.63) of GNU make to not export all variables.
-# Otherwise a system limit (for SysV at least) may be exceeded.
-.NOEXPORT:
-#
-#  Copyright (C) 2010, 2011 by DocArch <http://www.docarch.be>
-#  Copyright (C) 2014 by Bert Frees
-#  Copyright (C) 2014 by CBB <http://www.cbb.nl>
-#  Copyright (C) 2015, 2016 by Dedicon <http://www.dedicon.nl>
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 3 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-#
-#-------------------------------------------------------------------------------
-#
-#  Dutch Braille based on the braille standard of 2005
-#
-#     Created by Bert Frees <bertfrees@gmail.com>
-#     Modified by Henri Apperloo <h.apperloo@cbb.nl>
-#     Modified by Davy Kager <DavyKager@dedicon.nl>
-#
-#     See also: « Braillestandaard voor algemeen gebruik in het Nederlandse taalgebied,
-#                Van toepassing vanaf 1 september 2005 »
-#              (Federatie Slechtzienden- en Blindenbelang en 
-#                Belgische Confederatie voor Blinden en Slechtzienden, 2005)
-#               [https://cdn.rawgit.com/liblouis/braille-specs/master/Belgium/Eindtekst-zonder-voorblad-dec-2005.doc][1]
-#
-# ----------------------------------------------------------------------------------------------
-
-# ==============================================================================================
-# SINGLE-CELL
-# ==============================================================================================
-
-# ----------------------------------------------------------------------------------------------
-# Unicode 0000..007F  C0 Controls and Basic Latin
-# ----------------------------------------------------------------------------------------------
-
-include latinLetterDef6Dots.uti
-
-uplow       \x00C0\x00E0  12356,12356         Àà                  LATIN CAPITAL LETTER A WITH GRAVE - LATIN SMALL LETTER A WITH GRAVE
-uplow       \x00C1\x00E1  12356,12356         Áá                  LATIN CAPITAL LETTER A WITH ACUTE - LATIN SMALL LETTER A WITH ACUTE
-uplow       \x00C2\x00E2  16,16               Ââ                  LATIN CAPITAL LETTER A WITH CIRCUMFLEX - LATIN SMALL LETTER A WITH CIRCUMFLEX
-uplow       \x00C4\x00E4  345,345             Ää                  LATIN CAPITAL LETTER A WITH DIAERESIS - LATIN SMALL LETTER A WITH DIAERESIS
-uplow       \x00C7\x00E7  12346,12346         Çç                  LATIN CAPITAL LETTER C WITH CEDILLA - LATIN SMALL LETTER C WITH CEDILLA
-uplow       \x00C8\x00E8  2346,2346           Èè                  LATIN CAPITAL LETTER E WITH GRAVE - LATIN SMALL LETTER E WITH GRAVE
-uplow       \x00C9\x00E9  123456,123456       Éé                  LATIN CAPITAL LETTER E WITH ACUTE - LATIN SMALL LETTER E WITH ACUTE
-uplow       \x00CA\x00EA  126,126             Êê                  LATIN CAPITAL LETTER E WITH CIRCUMFLEX - LATIN SMALL LETTER E WITH CIRCUMFLEX
-uplow       \x00CB\x00EB  1246,1246           Ëë                  LATIN CAPITAL LETTER E WITH DIAERESIS - LATIN SMALL LETTER E WITH DIAERESIS
-uplow       \x00CD\x00ED  34,34               Íí                  LATIN CAPITAL LETTER I WITH ACUTE - LATIN SMALL LETTER I WITH ACUTE
-uplow       \x00CE\x00EE  146,146             Îî                  LATIN CAPITAL LETTER I WITH CIRCUMFLEX - LATIN SMALL LETTER I WITH CIRCUMFLEX
-uplow       \x00CF\x00EF  12456,12456         Ïï                  LATIN CAPITAL LETTER I WITH DIAERESIS - LATIN SMALL LETTER I WITH DIAERESIS
-uplow       \x00D1\x00F1  12456,12456         Ññ                  LATIN CAPITAL LETTER N WITH TILDE - LATIN SMALL LETTER N WITH TILDE
-uplow       \x00D2\x00F2  346,346             Òò                  LATIN CAPITAL LETTER O WITH GRAVE - LATIN SMALL LETTER O WITH GRAVE
-uplow       \x00D3\x00F3  346,346             Óó                  LATIN CAPITAL LETTER O WITH ACUTE - LATIN SMALL LETTER O WITH ACUTE
-uplow       \x00D4\x00F4  1456,1456           Ôô                  LATIN CAPITAL LETTER O WITH CIRCUMFLEX - LATIN SMALL LETTER O WITH CIRCUMFLEX
-uplow       \x00D6\x00F6  246,246             Öö                  LATIN CAPITAL LETTER O WITH DIAERESIS - LATIN SMALL LETTER O WITH DIAERESIS
-uplow       \x00D9\x00F9  23456,23456         Ùù                  LATIN CAPITAL LETTER U WITH GRAVE - LATIN SMALL LETTER U WITH GRAVE
-uplow       \x00DA\x00FA  23456,23456         Úú                  LATIN CAPITAL LETTER U WITH ACUTE - LATIN SMALL LETTER U WITH ACUTE
-uplow       \x00DB\x00FB  156,156             Ûû                  LATIN CAPITAL LETTER U WITH CIRCUMFLEX - LATIN SMALL LETTER U WITH CIRCUMFLEX
-uplow       \x00DC\x00FC  1256,1256           Üü                  LATIN CAPITAL LETTER U WITH DIAERESIS - LATIN SMALL LETTER U WITH DIAERESIS
-uplow       \x1E9E\x00DF  2346,2346           ẞß                  LATIN CAPITAL LETTER SHARP S - LATIN SMALL LETTER SHARP S
-
-
-space       \x0009        9                                       <control> HORIZONTAL TABULATION
-space       \x000A        0                                       <control> LINE FEED
-space       \x000C        0                                       <control> FORM FEED
-space       \x000D        0                                       <control> CARRIAGE RETURN
-space       \x001B        1b                                      <control> ESCAPE
-space       \x0020        0                                       SPACE
-punctuation \x0021        235                 !                   EXCLAMATION MARK
-punctuation \x0022        2356                "                   QUOTATION MARK
-sign        \x0024        145                 $                   DOLLAR SIGN
-sign        \x0025        123456              %                   PERCENT SIGN
-sign        \x0026        12346a              &                   AMPERSAND
-punctuation \x0027        3                   '                   APOSTROPHE
-punctuation \x0028        236                 (                   LEFT PARENTHESIS
-punctuation \x0029        356                 )                   RIGHT PARENTHESIS
-sign        \x002A        35                  *                   ASTERISK
-math        \x002B        235a                +                   PLUS SIGN
-punctuation \x002C        2                   ,                   COMMA
-punctuation \x002D        36                  -                   HYPHEN-MINUS
-punctuation \x002E        256                 .                   FULL STOP
-math        \x002F        34                  /                   SOLIDUS
-
-include digits6Dots.uti
-include litdigits6Dots.uti
-
-punctuation \x003A        25                  :                   COLON
-punctuation \x003B        23                  ;                   SEMICOLON
-math        \x003D        2356                =                   EQUALS SIGN
-punctuation \x003F        26                  ?                   QUESTION MARK
-sign        \x0040        345                 @                   COMMERCIAL AT
-punctuation \x005B        12356               [                   LEFT SQUARE BRACKET
-punctuation \x005D        23456               ]                   RIGHT SQUARE BRACKET
-sign        \x005E        34                  ^                   CIRCUMFLEX ACCENT
-sign        \x005F        456                 _                   LOW LINE
-punctuation \x0060        3                   `                   GRAVE ACCENT
-
-
-# ----------------------------------------------------------------------------------------------
-# Unicode 0080..00FF  C1 Controls and Latin-1 Supplement
-# ----------------------------------------------------------------------------------------------
-
-sign        \x0080        15                  €                   <control> - ANSI: EURO-CURRENCY SIGN - MACROMAN: A DIAERESIS
-punctuation \x0082        3                   ‚                   <control> BREAK PERMITTED HERE - ANSI: SINGLE LOW-9 QUOTATION MARK - MACROMAN: C CEDILLA
-punctuation \x0084        2356                „                   <control> - ANSI: DOUBLE LOW-9 QUOTATION MARK - MACROMAN: N TILDE
-sign        \x0086        235                 †                   <control> START OF SELECTED AREA - ANSI: DAGGER - MACROMAN: U DIAERESIS
-punctuation \x0088        34                  ˆ                   <control> CHARACTER TABULATION SET - ANSI: MODIFIER LETTER CIRCUMFLEX ACCENT - MACROMAN: A GRAVE
-punctuation \x008B        3                   ‹                   <control> PARTIAL LINE FORWARD - ANSI: SINGLE LEFT-POINTING ANGLE QUOTATION MARK - MACROMAN: A TILDE
-punctuation \x0091        3                   ‘                   <control> PRIVATE USE ONE - ANSI: LEFT SINGLE QUOTATION MARK - MACROMAN: E DIAERESIS
-punctuation \x0092        3                   ’                   <control> PRIVATE USE TWO - ANSI: RIGHT SINGLE QUOTATION MARK - MACROMAN: I ACUTE
-punctuation \x0093        2356                “                   <control> SET TRANSMIT STATE - ANSI: LEFT DOUBLE QUOTATION MARK - MACROMAN: I GRAVE
-punctuation \x0094        2356                ”                   <control> CANCEL CHARACTER - ANSI: RIGHT DOUBLE QUOTATION MARK - MACROMAN: I CIRCUMFLEX
-sign        \x0095        5-256               •                   <control> MESSAGE WAITING - ANSI: BULLET - MACROMAN: I DIAERESIS
-punctuation \x0096        36                  –                   <control> START OF GUARDED AREA - ANSI: EN DASH - MACROMAN: N TILDE
-punctuation \x0097        36                  —                   <control> END OF GUARDED AREA - ANSI: EM DASH - MACROMAN: O ACUTE
-punctuation \x009B        3                   ›                   <control> CONTROL SEQUENCE INTRODUCER - ANSI: SINGLE RIGHT-POINTING ANGLE QUOTATION MARK - MACROMAN: O TILDE
-
-space       \x00A0        a                                       NO-BREAK SPACE
-punctuation \x00A1        235                 ¡                   INVERTED EXCLAMATION MARK
-sign        \x00A2        14                  ¢                   CENT SIGN
-sign        \x00A3        1234                £                   POUND SIGN
-sign        \x00A5        13456               ¥                   YEN SIGN
-sign        \x00A7        346                 §                   SECTION SIGN
-punctuation \x00AB        2356                «                   LEFT-POINTING DOUBLE ANGLE QUOTATION MARK
-punctuation \x00AD        367                 ­                   SOFT HYPHEN
-sign        \x00B1        235-36              ±                   PLUS-MINUS SIGN
-sign        \x00B4        3                   ´                   ACUTE ACCENT
-sign        \x00B5        56-134              µ                   MICRO SIGN
-punctuation \x00BB        2356                »                   RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK
-punctuation \x00BF        26                  ¿                   INVERTED QUESTION MARK
-math        \x00D7        236                 ×                   MULTIPLICATION SIGN
-math        \x00F7        256                 ÷                   DIVISION SIGN
-
-
-# ----------------------------------------------------------------------------------------------
-# Unicode 0100..017F  Latin Extended-A
-# ----------------------------------------------------------------------------------------------
-
-uplow       \x0191\x0192  124,124             Ƒƒ                  LATIN CAPITAL LETTER F WITH HOOK - LATIN SMALL LETTER F WITH HOOK
-
-
-# ----------------------------------------------------------------------------------------------
-# Unicode 2000..206F  General Punctuation
-# ----------------------------------------------------------------------------------------------
-
-punctuation \x2010        36                  ‐                   HYPHEN
-punctuation \x2011        36                  ‑                   NON-BREAKING HYPHEN
-punctuation \x2013        36                  –                   EN DASH
-punctuation \x2014        36                  —                   EM DASH
-punctuation \x2018        3                   ‘                   LEFT SINGLE QUOTATION MARK
-punctuation \x2019        3                   ’                   RIGHT SINGLE QUOTATION MARK
-punctuation \x201C        2356                “                   LEFT DOUBLE QUOTATION MARK
-punctuation \x201D        2356                ”                   RIGHT DOUBLE QUOTATION MARK
-punctuation \x201E        2356                „                   DOUBLE LOW-9 QUOTATION MARK
-punctuation \x201F        2356                ‟                   DOUBLE HIGH-REVERSED-9 QUOTATION MARK
-sign        \x2020        235                 †                   DAGGER
-
-
-# ----------------------------------------------------------------------------------------------
-# Unicode 20A0..20CF  Currency Symbols
-# ----------------------------------------------------------------------------------------------
-
-sign        \x20AC        15                  €                   EURO SIGN
-
-
-# ----------------------------------------------------------------------------------------------
-# Unicode 2200..22FF  Mathematical Operators
-# ----------------------------------------------------------------------------------------------
-
-math        \x2212        36                  −                   MINUS SIGN
-math        \x2215        34                  ∕                   DIVISION SLASH
-math        \x2217        35                  ∗                   ASTERISK OPERATOR
-
-
-# ==============================================================================================
-# MULTI-CELL
-# ==============================================================================================
-
-# ----------------------------------------------------------------------------------------------
-# Unicode 0000..007F  C0 Controls and Basic Latin
-# ----------------------------------------------------------------------------------------------
-
-sign        \x0023        5-3456              #                   NUMBER SIGN
-math        \x003C        5-246               <                   LESS-THAN SIGN
-math        \x003E        5-135               >                   GREATER-THAN SIGN
-sign        \x005C        5-16                \                   REVERSE SOLIDUS
-math        \x007E        5-26                ~                   TILDE
-
-
-# ----------------------------------------------------------------------------------------------
-# Unicode 0080..00FF  C1 Controls and Latin-1 Supplement
-# ----------------------------------------------------------------------------------------------
-
-punctuation \x0085        256-256-256         …                   <control> NEXT LINE (NEL) - ANSI: HORIZONTAL ELLIPSIS - MACROMAN: O DIAERESIS
-sign        \x0089        123456-123456       ‰                   <control> CHARACTER TABULATION WITH JUSTIFICATION - ANSI: PER MILLE SIGN - MACROMAN: A CIRCUMFLEX
-sign        \x0098        5-26                ˜                   <control> START OF STRING - ANSI: SMALL TILDE - MACROMAN: O GRAVE
-sign        \x0099        5-2345-134          ™                   <control> - ANSI: TRADE MARK SIGN - MACROMAN: O CIRCUMFLEX
-sign        \x00A9        5-14                ©                   COPYRIGHT SIGN
-sign        \x00AE        5-1235              ®                   REGISTERED SIGN
-sign        \x00B0        4-356               °                   DEGREE SIGN
-math        \x00B2        34-3456-12          ²                   SUPERSCRIPT TWO
-math        \x00B3        34-3456-14          ³                   SUPERSCRIPT THREE
-sign        \x00B8        45                  ¸                   CEDILLA
-sign        \x00B9        34-3456-1           ¹                   SUPERSCRIPT ONE
-sign        \x00BA        4-356               º                   MASCULINE ORDINAL INDICATOR
-math        \x00BC        3456-1-34-3456-145  ¼                   VULGAR FRACTION ONE QUARTER
-math        \x00BD        3456-1-34-3456-12   ½                   VULGAR FRACTION ONE HALF
-math        \x00BE        3456-14-34-3456-145 ¾                   VULGAR FRACTION THREE QUARTERS
-
-
-# ----------------------------------------------------------------------------------------------
-# Unicode 2150..218F  Number Forms
-# ----------------------------------------------------------------------------------------------
-
-math        \x2150        3456-1-34-3456-1245   ⅐                   VULGAR FRACTION ONE SEVENTH
-math        \x2151        3456-1-34-3456-24     ⅑                   VULGAR FRACTION ONE NINTH
-math        \x2152        3456-1-34-3456-1-256  ⅒                   VULGAR FRACTION ONE TENTH
-math        \x2153        3456-1-34-3456-14     ⅓                   VULGAR FRACTION ONE THIRD
-math        \x2154        3456-12-34-3456-14    ⅔                   VULGAR FRACTION TWO THIRDS
-math        \x2155        3456-1-34-3456-15     ⅕                   VULGAR FRACTION ONE FIFTH
-math        \x2156        3456-12-34-3456-15    ⅖                   VULGAR FRACTION TWO FIFTHS
-math        \x2157        3456-14-34-3456-15    ⅗                   VULGAR FRACTION THREE FIFTHS
-math        \x2158        3456-145-34-3456-15   ⅘                   VULGAR FRACTION FOUR FIFTHS
-math        \x2159        3456-1-34-3456-124    ⅙                   VULGAR FRACTION ONE SIXTH
-math        \x215A        3456-15-34-3456-124   ⅚                   VULGAR FRACTION FIVE SIXTHS
-math        \x215B        3456-1-34-3456-125    ⅛                   VULGAR FRACTION ONE EIGHTH
-math        \x215C        3456-14-34-3456-125   ⅜                   VULGAR FRACTION THREE EIGHTHS
-math        \x215D        3456-15-34-3456-125   ⅝                   VULGAR FRACTION FIVE EIGHTHS
-math        \x215E        3456-1245-34-3456-125 ⅞                   VULGAR FRACTION SEVEN EIGHTHS
-
-
-# ----------------------------------------------------------------------------------------------
-# Unicode 2000..206F  General Punctuation
-# ----------------------------------------------------------------------------------------------
-
-punctuation \x2026        256-256-256         …                   HORIZONTAL ELLIPSIS
-sign        \x2030        123456-123456       ‰                   PER MILLE SIGN
-
-
-# ----------------------------------------------------------------------------------------------
-# Unicode 2070..209F  Superscripts and Subscripts
-# ----------------------------------------------------------------------------------------------
-
-math        \x2070        34-3456-245         ⁰                   SUPERSCRIPT ZERO
-math        \x2074        34-3456-145         ⁴                   SUPERSCRIPT FOUR
-math        \x2075        34-3456-15          ⁵                   SUPERSCRIPT FIVE
-math        \x2076        34-3456-124         ⁶                   SUPERSCRIPT SIX
-math        \x2077        34-3456-1245        ⁷                   SUPERSCRIPT SEVEN
-math        \x2078        34-3456-125         ⁸                   SUPERSCRIPT EIGHT
-math        \x2079        34-3456-24          ⁹                   SUPERSCRIPT NINE
-math        \x207F        34-1345             ⁿ                   SUPERSCRIPT LATIN SMALL LETTER N
-math        \x2080        16-356              ₀                   SUBSCRIPT ZERO
-math        \x2081        16-2                ₁                   SUBSCRIPT ONE
-math        \x2082        16-23               ₂                   SUBSCRIPT TWO
-math        \x2083        16-25               ₃                   SUBSCRIPT THREE
-math        \x2084        16-256              ₄                   SUBSCRIPT FOUR
-math        \x2085        16-26               ₅                   SUBSCRIPT FIVE
-math        \x2086        16-235              ₆                   SUBSCRIPT SIX
-math        \x2087        16-2356             ₇                   SUBSCRIPT SEVEN
-math        \x2088        16-236              ₈                   SUBSCRIPT EIGHT
-math        \x2089        16-35               ₉                   SUBSCRIPT NINE
-math        \x2090        16-1                ₐ                   LATIN SUBSCRIPT SMALL LETTER A
-math        \x2091        16-15               ₑ                   LATIN SUBSCRIPT SMALL LETTER E
-math        \x2092        16-135              ₒ                   LATIN SUBSCRIPT SMALL LETTER O
-math        \x2093        16-1346             ₓ                   LATIN SUBSCRIPT SMALL LETTER X
-
-
-# ----------------------------------------------------------------------------------------------
-# Unicode 2100..214F  Letterlike Symbols
-# ----------------------------------------------------------------------------------------------
-
-sign        \x2122        5-2345-134          ™                   TRADE MARK SIGN
-
-
-# ----------------------------------------------------------------------------------------------
-# Unicode 2200..22FF  Mathematical Operators
-# ----------------------------------------------------------------------------------------------
-
-math        \x2216        5-16                ∖                   SET MINUS
-math        \x2219        5-256               ∙                   BULLET OPERATOR
-
-
-# ----------------------------------------------------------------------------------------------
-#-display-name: Ethiopic braille
-
-#+locale:gez
-#+type:literary
-#+grade:1
-
-# TODO: Please correct the metadata above. It is not meant to be
-# accurate nor complete. It hasn't been verified by the table
-# author yet. It is merely an attempt by the liblouis maintainers
-# to get some sensible initial values in place.
-
-# TODO: Please add a reference to official documentation about
-# the implemented braille code. Preferably submit the documents
-# to https://github.com/liblouis/braille-specs.
-
-include ethio-g1.ctb
-include braille-patterns.cti
-# Ethiopic-G1
-# The Ethiopic Letters and punctuation Braille Table.
-#
-# Copyright (C) 2012 Dr. Tamru E. Belay <tamru@sympatico.ca>
-# Copyright (C) 2012, 2015 Mesar Hameed <mesar.hameed@gmail.com>
-#
-# This file is part of liblouis.
-#
-
-# Developed by:
-# Dr. Tamru E. Belay
-# Adaptive Technology Specialist
-# Ethiopic Braille Programmer
-#	 E-mail: <tamru@sympatico.ca <g.braille@sympatico.ca
-# Supervised by mesar Hameed <mesar.hameed@gmail.com>
-
-# this table superseeds gez*.*
-# remove comment when this table has been completely debugged and verified.
-
-
-# -------------------------
-
-include en-us-g1.ctb
-include braille-patterns.cti
-
-letter \x1200 125-26
-letter \x1201 125-136
-letter \x1202 125-24
-letter \x1203 125-1
-letter \x1204 125-15
-letter \x1205 125
-letter \x1206 125-135
-letter \x1207 125-1346
-letter \x1208 123-26
-letter \x1209 123-136
-letter \x120A 123-24
-letter \x120B 123-1
-letter \x120C 123-15
-letter \x120D 123
-letter \x120E 123-135
-letter \x120F 123-1346
-letter \x1210 126-26
-letter \x1211 126-136
-letter \x1212 126-24
-letter \x1213 126-1
-letter \x1214 126-15
-letter \x1215 126
-letter \x1216 126-135
-letter \x1218 134-26
-letter \x1219 134-136
-letter \x121A 134-24
-letter \x121B 134-1
-letter \x121C 134-15
-letter \x121D 134
-letter \x121E 134-135
-letter \x121F 134-1346
-letter \x121F 134-1346
-letter \x1220 1456-26
-letter \x1221 1456-136
-letter \x1222 1456-24
-letter \x1223 1456-1
-letter \x1224 1456-15
-letter \x1225 1456
-letter \x1226 1456-135
-letter \x1227 1456-1346
-letter \x1228 1235-26
-letter \x1229 1235-136
-letter \x122A 1235-24
-letter \x122B 1235-1
-letter \x122C 1235-15
-letter \x122D 1235
-letter \x122E 1235-135
-letter \x122F 1235-1346
-letter \x1230 234-26
-letter \x1231 234-136
-letter \x1232 234-24
-letter \x1233 234-1
-letter \x1234 234-15
-letter \x1235 234
-letter \x1236 234-135
-letter \x1237 234-1346
-letter \x1238 146-26
-letter \x1239 146-136
-letter \x123A 146-24
-letter \x123B 146-1
-letter \x123C 146-15
-letter \x123D 146
-letter \x123E 146-135
-letter \x123F 146-1346
-letter \x1240 12345-26
-letter \x1241 12345-136
-letter \x1242 12345-24
-letter \x1243 12345-1
-letter \x1244 12345-15
-letter \x1245 12345
-letter \x1246 12345-135
-letter \x1247 12345-1346
-letter \x1248 12456-26
-letter \x124A 12456-136
-letter \x124B 12456-24
-letter \x124C 12456-1
-letter \x124D 12456-15
-letter \x124E 12456
-letter \x124F 12456-135
-letter \x1260 12-26
-letter \x1261 12-136
-letter \x1262 12-24
-letter \x1263 12-1
-letter \x1264 12-15
-letter \x1265 12
-letter \x1266 12-135
-letter \x1267 12-1346
-letter \x1268 1236-26
-letter \x1269 1236-136
-letter \x126A 1236-24
-letter \x126B 1236-1
-letter \x126C 1236-15
-letter \x126D 1236
-letter \x126E 1236-135
-letter \x126F 1236-1346
-letter \x1270 2345-26
-letter \x1271 2345-136
-letter \x1272 2345-24
-letter \x1273 2345-1
-letter \x1274 2345-15
-letter \x1275 2345
-letter \x1276 2345-135
-letter \x1277 2345-1346
-letter \x1278 16-26
-letter \x1279 16-136
-letter \x127A 16-24
-letter \x127B 16-1
-letter \x127C 16-15
-letter \x127D 16
-letter \x127E 16-135
-letter \x127F 16-1346
-letter \x1280 156-26
-letter \x1281 156-136
-letter \x1282 156-24
-letter \x1283 156-1
-letter \x1284 156-15
-letter \x1285 156
-letter \x1286 156-135
-letter \x1290 1345-26
-letter \x1291 1345-136
-letter \x1292 1345-24
-letter \x1293 1345-1
-letter \x1294 1345-15
-letter \x1295 1345
-letter \x1296 1345-135
-letter \x1297 1345-1346
-letter \x1298 346-26
-letter \x1299 346-136
-letter \x129A 346-24
-letter \x129B 346-1
-letter \x129C 346-15
-letter \x129D 346
-letter \x129E 346-135
-letter \x129F 346-1346
-letter \x12A0 12356-26
-letter \x12A1 12356-136
-letter \x12A2 12356-24
-letter \x12A3 12356-1
-letter \x12A4 12356-15
-letter \x12A5 12356
-letter \x12A6 12356-135
-letter \x12A7 5-12356
-letter \x12A8 13-26
-letter \x12A9 13-136
-letter \x12AA 13-24
-letter \x12AB 13-1
-letter \x12Ac 13-15
-letter \x12AD 13
-letter \x12AE 13-135
-letter \x12B3 13-1346
-letter \x12B8 236-26
-letter \x12B9 236-136
-letter \x12BA 236-24
-letter \x12BB 236-1
-letter \x12BC 236-15
-letter \x12BD 236
-letter \x12BE 236-135
-letter \x12AF 12456-1346
-letter \x12C8 2456-26
-letter \x12C9 2456-136
-letter \x12CA 2456-24
-letter \x12CB 2456-1
-letter \x12CC 2456-15
-letter \x12CD 2456
-letter \x12CE 2456-135
-letter \x12CF 2456-1346
-letter \x12D0 1256-26
-letter \x12D1 1256-136
-letter \x12D2 1256-24
-letter \x12D3 1256-1
-letter \x12D4 1256-15
-letter \x12D5 1256
-letter \x12D6 1256-135
-letter \x12d7 6-135
-letter \x12D8 1356-26
-letter \x12D9 1356-136
-letter \x12DA 1356-24
-letter \x12DB 1356-1
-letter \x12DC 1356-15
-letter \x12DD 1356
-letter \x12DE 1356-135
-letter \x12DF 1356-1346
-letter \x12E0 356-26
-letter \x12E1 356-136
-letter \x12E2 356-24
-letter \x12E3 356-1
-letter \x12E4 356-15
-letter \x12E5 356
-letter \x12E6 356-135
-letter \x12E7 356-1346
-letter \x12E8 13456-26
-letter \x12E9 13456-136
-letter \x12EA 13456-24
-letter \x12EB 13456-1
-letter \x12EC 13456-15
-letter \x12ED 13456
-letter \x12EE 13456-135
-letter \x12F0 145-26
-letter \x12F1 145-136
-letter \x12F2 145-24
-letter \x12F3 145-1
-letter \x12F4 145-15
-letter \x12F5 145
-letter \x12F6 145-135
-letter \x12F7 145-1346
-letter \x12F8 4-145-26
-letter \x12F9 4-145-136
-letter \x12FA 4-145-24
-letter \x12FB 4-145-1
-letter \x12FC 4-145-15
-letter \x12FD 4-145
-letter \x12FE 4-145-135
-letter \x12FF 4-145-1346
-letter \x1300 245-26
-letter \x1301 245-136
-letter \x1302 245-24
-letter \x1303 245-1
-letter \x1304 245-15
-letter \x1305 245
-letter \x1306 245-135
-letter \x1307 245-1346
-letter \x1308 1245-26
-letter \x1309 1245-136
-letter \x130A 1245-24
-letter \x130B 1245-1
-letter \x130C 1245-15
-letter \x130D 1245
-letter \x130E 1245-135
-letter \x130F 1245-1346
-letter \x1312 1245-2456-24
-letter \x1320 23456-26
-letter \x1321 23456-136
-letter \x1322 23456-24
-letter \x1323 23456-1
-letter \x1324 23456-15
-letter \x1325 23456
-letter \x1326 23456-135
-letter \x1327 23456-1346
-letter \x1328 14-26
-letter \x1329 14-136
-letter \x132A 14-24
-letter \x132B 14-1
-letter \x132C 14-15
-letter \x132D 14
-letter \x132E 14-135
-letter \x132F 14-1346
-letter \x1338 2346-26
-letter \x1339 2346-136
-letter \x133A 2346-24
-letter \x133B 2346-1
-letter \x133C 2346-15
-letter \x133D 2346
-letter \x133E 2346-135
-letter \x133F 2346-1346
-letter \x1340 12346-26
-letter \x1341 12346-136
-letter \x1342 12346-24
-letter \x1343 12346-1
-letter \x1344 12346-15
-letter \x1345 12346
-letter \x1346 12346-135
-letter \x1330 235-26
-letter \x1331 235-136
-letter \x1332 235-24
-letter \x1333 235-1
-letter \x1334 235-15
-letter \x1335 235
-letter \x1336 235-135
-letter \x1337 235-1346
-letter \x1348 124-26
-letter \x1349 124-136
-letter \x134A 124-24
-letter \x134B 124-1
-letter \x134C 124-15
-letter \x134D 124
-letter \x134E 124-135
-letter \x134F 124-1346
-letter \x1350 1234-26
-letter \x1351 1234-136
-letter \x1352 12345-24
-letter \x1353 1234-1
-letter \x1354 1234-15
-letter \x1355 1234
-letter \x1356 1234-135
-letter \x1357 1234-1346
-
-# The Ethiopic punctuation Braille Table
-punctuation \x1361 2
-punctuation \x1362 256
-punctuation \x1363 25
-punctuation \x1364 56
-punctuation \x1367 236
-
-ISO8859-1
-1b2ra
-1b2rá
-1b2re
-1b2ré
-1b2ri
-1b2rí
-1b2ro
-1b2ró
-1b2ru
-1b2rú
-1b2la
-1b2lá
-1b2le
-1b2lé
-1b2li
-1b2lí
-1b2lo
-1b2ló
-1b2lu
-1b2lú
-1c2ra
-1c2rá
-1c2re
-1c2ré
-1c2ri
-1c2rí
-1c2ro
-1c2ró
-1c2ru
-1c2rú
-1c2la
-1c2lá
-1c2le
-1c2lé
-1c2li
-1c2lí
-1c2lo
-1c2ló
-1c2lu
-1c2lú
-1d2ra
-1d2rá
-1d2re
-1d2ré
-1d2ri
-1d2rí
-1d2ro
-1d2ró
-1d2ru
-1d2rú
-1f2ra
-1d2rá
-1d2re
-1d2ré
-1d2ri
-1d2rí
-1d2ro
-1d2ró
-1d2ru
-1d2rú
-1f2la
-1f2lá
-1f2le
-1f2lé
-1f2li
-1f2lí
-1f2lo
-1f2ló
-1f2lu
-1f2lú
-1f2ra
-1f2rá
-1f2re
-1f2ré
-1f2ri
-1f2rí
-1f2ro
-1f2ró
-1f2ru
-1f2rú
-1g2ra
-1g2rá
-1g2re
-1g2ré
-1g2ri
-1g2rí
-1g2ro
-1g2ró
-1g2ru
-1g2rú
-1g2la
-1g2lá
-1g2le
-1g2lé
-1g2li
-1g2lí
-1g2lo
-1g2ló
-1g2lu
-1g2lú
-1k2ra
-1k2rá
-1k2re
-1k2ré
-1k2ri
-1k2rí
-1k2ro
-1k2ró
-1k2ru
-1k2rú
-1l2la
-1l2lá
-1l2le
-1l2lé
-1l2li
-1l2lí
-1l2lo
-1l2ló
-1l2lu
-1l2lú
-1p2ra
-1p2rá
-1p2re
-1p2ré
-1p2ri
-1p2rí
-1p2ro
-1p2ró
-1p2ru
-1p2rú
-1p2la
-1p2lá
-1p2le
-1p2lé
-1p2li
-1p2lí
-1p2lo
-1p2ló
-1p2lu
-1p2lú
-1t2ra
-1t2rá
-1t2re
-1t2ré
-1t2ri
-1t2rí
-1t2ro
-1t2ró
-1t2ru
-1t2rú
-1r2ra
-1r2rá
-1r2re
-1r2ré
-1r2ri
-1r2rí
-1r2ro
-1r2ró
-1r2ru
-1r2rú
-1c2ha
-1c2há
-1c2he
-1c2hé
-1c2hi
-1c2hí
-1c2ho
-1c2hó
-1c2hu
-1c2hú
-
-1ba
-1bá
-1be
-1bé
-1bi
-1bí
-1bo
-1bó
-1bu
-1bú
-1bü
-1ca
-1cá
-1ce
-1cé
-1ci
-1cí
-1co
-1có
-1cu
-1cú
-1cü
-1da
-1dá
-1de
-1dé
-1di
-1dí
-1do
-1dó
-1du
-1dú
-1dü
-1fa
-1fá
-1fe
-1fé
-1fi
-1fí
-1fo
-1fó
-1fu
-1fú
-1fü
-1ga
-1gá
-1ge
-1gé
-1gi
-1gí
-1go
-1gó
-1gu
-1gú
-1gü
-1ja
-1já
-1je
-1jé
-1ji
-1jí
-1jo
-1jó
-1ju
-1jú
-1jü
-1ka
-1ká
-1ke
-1ké
-1ki
-1kí
-1ko
-1kó
-1ku
-1kú
-1kü
-1la
-1lá
-1le
-1lé
-1li
-1lí
-1lo
-1ló
-1lu
-1lú
-1lü
-1ma
-1má
-1me
-1mé
-1mi
-1mí
-1mo
-1mó
-1mu
-1mú
-1mü
-1na
-1ná
-1ne
-1né
-1ni
-1ní
-1no
-1nó
-1nu
-1nú
-1nü
-1ña
-1ñá
-1ñe
-1ñé
-1ñi
-1ñí
-1ño
-1ñó
-1ñu
-1ñú
-1ñü
-1pa
-1pá
-1pe
-1pé
-1pi
-1pí
-1po
-1pó
-1pu
-1pú
-1pü
-1qa
-1qá
-1qe
-1qé
-1qi
-1qí
-1qo
-1qó
-1qú
-1qü
-1ra
-1rá
-1re
-1ré
-1ri
-1rí
-1ro
-1ró
-1ru
-1rú
-1rü
-1sa
-1sá
-1se
-1sé
-1si
-1sí
-1so
-1só
-1su
-1sú
-1sü
-1ta
-1tá
-1te
-1té
-1ti
-1tí
-1to
-1tó
-1tu
-1tú
-1tü
-1va
-1vá
-1ve
-1vé
-1vi
-1ví
-1vo
-1vó
-1vu
-1vú
-1vü
-1wa
-1wá
-1we
-1wé
-1wi
-1wí
-1wo
-1wó
-1wu
-1wú
-1wü
-1xa
-1xá
-1xe
-1xé
-1xi
-1xí
-1xo
-1xó
-1xu
-1xú
-1xü
-1ya
-1yá
-1ye
-1yé
-1yi
-1yí
-1yo
-1yó
-1yu
-1yú
-1yü
-1za
-1zá
-1ze
-1zé
-1zi
-1zí
-1zo
-1zó
-1zu
-1zú
-1zü
-h1b
-h1c
-h1d
-h1f
-h1g
-h1h
-h1j
-h1k
-h1l
-h1m
-h1n
-h1ñ
-h1p
-h1q
-h1r
-h1s
-h1t
-h1v
-h1w
-h1x
-h1y
-h1z
-1ai
-1au
-1ei
-1eu
-1io
-1ou
-1ia
-1ua
-1ie
-1ue
-1oi
-1uo
-1ui
-1iu
-1ay
-1ey
-1oy
-a1a
-a1e
-a1o
-e1a
-e1e
-e1o
-o1a
-o1e
-o1o
-
-a1ha
-a1há
-á1ha
-a1he
-a1hé
-á1he
-a1ho
-a1hó
-á1ho
-e1ha
-e1há
-é1ha
-e1he
-e1hé
-é1he
-e1ho
-e1hó
-é1ho
-o1ha
-o1há
-ó1ha
-o1he
-o1hé
-ó1he
-o1ho
-o1hó
-ó1ho
-
-1ahy
-1ehy
-1ohy
-1iai
-1iei
-1uai
-1uei
-1uau
-1iau
-1uay
-1uey
-
-1guay
-
-1gua
-1güa
-1gue
-1güe
-1gui
-1güi
-1guo
-1güo
-
-1bai
-1cai
-1dai
-1fai
-1gai
-1jai
-1kai
-1lai
-1mai
-1nai
-1ñai
-1pai
-1rai
-1sai
-1tai
-1vai
-1wai
-1xai
-1zai
-1bau
-1cau
-1dau
-1fau
-1gau
-1jau
-1kau
-1lau
-1mau
-1nau
-1ñau
-1pau
-1rau
-1sau
-1tau
-1vau
-1wau
-1xau
-1zau
-1bei
-1cei
-1dei
-1fei
-1gei
-1jei
-1kei
-1lei
-1mei
-1nei
-1ñei
-1pei
-1rei
-1sei
-1tei
-1vei
-1wei
-1xei
-1zei
-1beu
-1ceu
-1deu
-1feu
-1geu
-1jeu
-1keu
-1leu
-1meu
-1neu
-1ñeu
-1peu
-1reu
-1seu
-1teu
-1veu
-1weu
-1xeu
-1zeu
-1bio
-1cio
-1dio
-1fio
-1gio
-1jio
-1kio
-1lio
-1mio
-1nio
-1ñio
-1pio
-1rio
-1sio
-1tio
-1vio
-1wio
-1xio
-1zio
-1bou
-1cou
-1dou
-1fou
-1gou
-1jou
-1kou
-1lou
-1mou
-1nou
-1ñou
-1pou
-1rou
-1sou
-1tou
-1vou
-1wou
-1xou
-1zou
-1bia
-1cia
-1dia
-1fia
-1gia
-1jia
-1kia
-1lia
-1mia
-1nia
-1ñia
-1pia
-1ria
-1sia
-1tia
-1via
-1wia
-1xia
-1zia
-1bua
-1cua
-1dua
-1fua
-
-1jua
-1kua
-1lua
-1mua
-1nua
-1ñua
-1pua
-1qua
-1rua
-1sua
-1tua
-1vua
-1wua
-1xua
-1zua
-1bie
-1cie
-1die
-1fie
-1gie
-1jie
-1kie
-1lie
-1mie
-1nie
-1ñie
-1pie
-1rie
-1sie
-1tie
-1vie
-1wie
-1xie
-1zie
-1bue
-1cue
-1due
-1fue
-
-1jue
-1kue
-1lue
-1mue
-1nue
-1ñue
-1pue
-1que
-1qué
-1rue
-1sue
-1tue
-1vue
-1wue
-1xue
-1zue
-1boi
-1coi
-1doi
-1foi
-1goi
-1joi
-1koi
-1loi
-1moi
-1noi
-1ñoi
-1poi
-1roi
-1soi
-1toi
-1voi
-1woi
-1xoi
-1zoi
-1buo
-1cuo
-1duo
-1fuo
-
-1juo
-1kuo
-1luo
-1muo
-1nuo
-1ñuo
-1puo
-1quo
-1ruo
-1suo
-1tuo
-1vuo
-1wuo
-1xuo
-1zuo
-1bui
-1cui
-1dui
-1fui
-
-1jui
-1kui
-1lui
-1mui
-1nui
-1ñui
-1pui
-1qui
-1rui
-1sui
-1tui
-1vui
-1wui
-1xui
-1zui
-1biu
-1ciu
-1diu
-1fiu
-1giu
-1jiu
-1kiu
-1liu
-1miu
-1niu
-1ñiu
-1piu
-1riu
-1siu
-1tiu
-1viu
-1wiu
-1xiu
-1ziu
-1bay
-1cay
-1day
-1fay
-1gay
-1jay
-1kay
-1lay
-1may
-1nay
-1ñay
-1pay
-1ray
-1say
-1tay
-1vay
-1way
-1xay
-1zay
-1bey
-1cey
-1dey
-1fey
-1gey
-1jey
-1key
-1ley
-1mey
-1ney
-1ñey
-1pey
-1rey
-1sey
-1tey
-1vey
-1wey
-1xey
-1zey
-1boy
-1coy
-1doy
-1foy
-1goy
-1joy
-1koy
-1loy
-1moy
-1noy
-1ñoy
-1poy
-1roy
-1soy
-1toy
-1voy
-1woy
-1xoy
-1zoy
-
-í1a
-a1í
-a1ú
-ú1a
-e1í
-í1e
-e1ú
-ú1e
-í1o
-o1í
-o1ú
-ú1o
-ú1i
-í1u
-
-quei
-quéi
-queí
-queu
-quéu
-queú
-quio
-quío
-quió
-quia
-quía
-quiá
-quie
-quíe
-quié
-
-guei
-guéi
-gueí
-gueu
-guéu
-gueú
-guio
-guío
-guió
-guia
-guía
-guiá
-guie
-guíe
-guié
-#-display-name: Marathi braille
-
-#+locale:mr
-#+type:literary
-#+grade:1
-
-# TODO: Please correct the metadata above. It is not meant to be
-# accurate nor complete. It hasn't been verified by the table
-# author yet. It is merely an attempt by the liblouis maintainers
-# to get some sensible initial values in place.
-
-# TODO: Please add a reference to official documentation about
-# the implemented braille code. Preferably submit the documents
-# to https://github.com/liblouis/braille-specs.
-
-include spaces.ctb
-include mr-in-g1.utb
-include braille-patterns.cti
-# liblouis: English (Unified) math definitions
-#
-#  Copyright (C) 2016 American Printing House for the Blind, Inc. www.aph.org
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-
-# Semantic character sequences
-# Prefix characters, only definitions as they should always occur as pairs with other characters.
-
-math \xf400 0
-math \xf401 0
-math \xf402 0
-math \xf403 0
-# Begin and end equations
-replace \xf32e
-replace \xf32f
-# Subscript and superscript
-math \xf320 26-126
-replace \xf401\xf320
-#always \xf402\xf320 345
-math \xf321 35-126
-replace \xf401\xf321
-#always \xf402\xf321 345
-# Underscript and overscript
-math \xf322 46-26-126
-replace \xf401\xf322
-#always \xf402\xf322 345
-math \xf323 46-35-126
-replace \xf401\xf323
-#always \xf402\xf323 345
-# Roots
-math \xf32a 146
-math \xf32b 346
-math \xf32c 146-35-126
-#always \xf403\xf32a 345
-# Fractions
-math \xf500 12356
-math \xf501 23456
-math \xf503 46-34
-# Grouping symbols
-math \xf326 126
-#math \xf327 345
-
-# Protect against incorrect use of escapes or where escape not really needed
-# eg. brackets from mfenced
-replace \xf400
-replace \xf401
-replace \xf402
-replace \xf403
-
-# Corrections
-# Remove grouping from around superscripts and subscripts
-noback pass2 @35-126[$d1-5]@345 @35*
-noback pass2 @26-126[$d1-5]@345 @26*
-# Remove grouping from fractions
-noback pass2 @12356-126[$d1-5]@345-46-34_2 @12356*
-noback pass2 @46-34-126[$d1-5]@345-23456 @46-34*@23456
-# Liblouis: Danish table for 6 dots grade 1.5 (grade 2l) forward and backward translation 
-#
-#  Copyright (C) 2014-2017, Bue Vester-Andersen <bue@vester-andersen.dk>
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-#
-# Version: Bue Vester-Andersen, 170604
-
-### Table Metadata
-
-#-display-name: Danish 6-dot partially contracted braille
-
-#+locale: da
-#+type: literary
-#+contraction: partial
-#+grade: 1.5
-#+dots: 6
-#+direction: both
-
-# Display opcodes
-include da-dk-octobraille.dis
-
-### Character definitions
-
-# These ctrl-chars have to have a representation, so that they can be properly converted back and forth.
-space \t 2478 CHARACTER TABULATION
-space \n 678 LINE FEED (LF)
-space \v 1368 LINE TABULATION
-space \f 12378 FORM FEED (FF)
-space \r 257 CARRIAGE RETURN (CR)
-
-# Definition of dot cells
-space \s 0
-punctuation ! 235 EXCLAMATION MARK
-punctuation " 2356 QUOTATION MARK
-punctuation ' 4 APOSTROPHE
-punctuation ( 236 LEFT PARENTHESIS
-punctuation ) 356 RIGHT PARENTHESIS
-punctuation , 2 COMMA
-punctuation - 36 HYPHEN-MINUS
-punctuation . 3 FULL STOP
-punctuation / 34 SLASH
-punctuation : 25 COLON
-punctuation ; 23 SEMICOLON
-punctuation ? 26 QUESTION MARK
-uplow Aa 1
-uplow Bb 12
-uplow Cc 14
-uplow Dd 145
-uplow Ee 15
-uplow Ff 124
-uplow Gg 1245
-uplow Hh 125
-uplow Ii 24
-uplow Jj 245
-uplow Kk 13
-uplow Ll 123
-uplow Mm 134
-uplow Nn 1345
-uplow Oo 135
-uplow Pp 1234
-uplow Rr 1235
-uplow Ss 234
-uplow Tt 2345
-uplow Uu 136
-uplow Vv 1236
-uplow Yy 13456
-
-#use 8 dots for the following chars to avoid conflict with indicators
-uplow Qq 123457
-uplow Ww 24567
-uplow Xx 13467
-uplow Zz 13567
-punctuation | 4568 VERTICAL LINE
-punctuation ~ 467 TILDE (changed by pass 2 to not conflict with indicators
-uplow \x00dc\x00fc 12567
-
-include digits6Dots.uti
-
-punctuation \x00a7 346 SECTION SIGN (0xa7)
-
-uplow \x00c5\x00e5 16 LATIN LETTER A WITH RING ABOVE
-uplow \x00c6\x00e6 345 LATIN LETTER AE
-uplow \x00d8\x00f8 246 LATIN LETTER O WITH STROKE
-
-# cover all other Braille patterns
-include braille-patterns.cti
-
-# Characters with two or more cells
-
-punctuation # 45-3456 NUMBER SIGN
-sign $ 45-256 DOLLAR SIGN
-math % 245-356 PERCENT SIGN
-sign & 6-12346 AMPERSAND
-punctuation * 6-35 ASTERISK
-math + 45-235 PLUS SIGN
-math < 45-134 LESS-THAN SIGN
-math = 45-2356 EQUALS SIGN
-math > 45-234 GREATER-THAN SIGN
-sign @ 45-1 COMMERCIAL AT
-punctuation [ 5-236 LEFT SQUARE BRACKET
-punctuation \\ 45-16 REVERSE SLASH
-punctuation ] 5-356 RIGHT SQUARE BRACKET
-punctuation ^ 45-346 CIRCUMFLEX ACCENT
-punctuation _ 45-36 LOW LINE
-punctuation ` 4 GRAVE ACCENT
-punctuation { 45-246 LEFT CURLY BRACKET
-punctuation } 45-135 RIGHT CURLY BRACKET
-math \x00f7 45-256 DIVISION SIGN
-
-# Misc unicode characters
-include da-dk-6miscChars.cti
-
-# Litdigits
-include litdigits6Dots.uti
-midendnumericmodechars /,.:^
-
-undefined 26
-
-### Braille indicators and special characters
-
-#hyphen - 36
-
-letsign 6
-
-# No letsign before capital letters or letters with accents
-
-noletsign I\x0160\x0152\x017d\x0178\x00c0\x00c1\x00c2\x00c3\x00c7\x00c8\x00c9\x00ca\x00cb\x00cc\x00cd\x00ce\x00cf\x00d0\x00d1\x00d2\x00d3\x00d4\x00d5\x00d9\x00da\x00db\x00dc\x00dd\x00de\x008a\x008c\x008e
-noletsign i\x0161\x0153\x017e\x00ff\x00df\x00e0\x00e1\x00e2\x00e3\x00e7\x00e8\x00e9\x00ea\x00eb\x00ec\x00ed\x00ee\x00ef\x00f0\x00f1\x00f2\x00f3\x00f4\x00f5\x00f9\x00fa\x00fb\x00fd\x00fe\x009a\x009c
-
-# Emphasis opcodes
-emphclass italic
-emphclass underline
-emphclass bold
-
-begemphphrase italic 56
-endemphphrase italic after 56
-begemphword italic 56
-endemphword italic 56
-
-begemphphrase bold 56
-endemphphrase bold after 56
-begemphword bold 56
-endemphword bold 56
-
-begemphphrase underline 56
-endemphphrase underline after 56
-begemphword underline 56
-endemphword underline 56
-
-capsletter 46
-begcapsword 456
-endcapsword 6
-multind 6-46 letsign capsletter
-multind 46-6 capsletter letsign
-multind 6-456 letsign begcapsword
-
-numsign 3456
-multind 6-3456 letsign numsign
-
-#class of none-space characters that demand double dashes
-# Used in context lines later.
-#must be the first class defined.
-class charsWDoubleDash .,?!/:"'() # class w
-
-### Correct - forward translation
-
-# Chars that don't require a space before percent and permille:
-class charsBeforePercent "(\x201e\x0084\x201c\x0093\x201d\x0094\x00ab\x00bb #class x
-noback correct `["%"] *
-noback correct !$sx["%"] " %"
-noback correct `["\x2030"] *
-noback correct !$sx["\x2030"] " \x2030"
-noback correct `["\x0089"] *
-noback correct !$sx["\x0089"] " \x2030"
-
-# Chars to be treated like digits when switching back to letter mode
-class extraDigits \x00bc\x00bd\x00be
-
-#Use the "correct" opcode to convert chars that can't be back-translated
-# and make the table more simple.
-
-# Dashes
-class dashes \x2013\x2014\x0096\x0097\x00ad
-noback correct %dashes "-"
-
-class quotes \x201e\x0084\x201c\x0093\x201d\x0094\x00ab\x00bb 
-noback correct %quotes "\""
-
-class apostrophes `\x201a\x0082\x2039\x008b\x2018\x0091\x2019\x0092\x203a\x009b\x00b4
-noback correct %apostrophes "'"
-
-### Correct - backward translation
-
-# characters that may get mangled by the insertion of extra letsigns
-nofor correct "\x2818" "~"
-#nofor correct "\x282f" "&"
-#nofor correct "\x2814" "*"
-
-# Try to distinguish between times (\x00d7) and bullit (\x2022),
-# which share the same Braille representation.
-nofor correct `["\x00d7"] "\x2022" 
-# nofor correct $d["\s\x00d7\s"]$d * #apparently doesn't work now
-nofor correct ["\x00d7"]!$d "\x2022" 
-nofor correct !$d["\x00d7"] "\x2022" 
-
-nofor correct "\x28a0" ? # Extraneous endcaps signs
-#nofor correct "\x2820" ?
-nofor correct "~\\456/" "|"
-
-### Pass 1 - Forward and backward
-
-# Punctuations, math and numbers
-#midnum , 2
-#midnum . 3
-#midnum - 36
-endnum - 36
-#midnum / 34
-#midnum : 25
-nofor midnum ^ 346
-nofor midnum ^ 45-346
-
-midnum ^ 45-346
-midnum \x00d7 45-3
-
-# various back rules for math signs etc.
-nofor midnum % 0-245-356-0-3456
-nofor endnum % 0-245-356
-nofor endnum \x2030 0-245-356-356
-nofor midnum \s 3456
-nofor midnum \x00d7 45-3-3456
-nofor midnum \x00d7 45-3
-nofor midnum \x00d7 3-3456
-
-# Punctuation
-prepunc " 2356
-postpunc " 2356
-always /\s 6-34-0
-always \s/ 0-6-34
-nofor always / 6-34
-prepunc - 36
-postpunc - 36
-nofor always \s-\s 0-36-36-0
-always :- 25-36
-always ;- 23-36
-always --- 36-36-36
-always ---- 36-36-36-36
-always ----- 36-36-36-36-36
-# Star enclosed by parentheses
-always (*) 236-35-356
-
-before punctuation before sign always ( 6-236
-
-# these characters must be separated from ")" by a letsign.
-class SepToRightpar Jj%'\x2030\x0089\x201a\x0082\x2039\x009b\x2018\x0091\x2019\x0092\x203a\x009b
-after SepToRightpar always ) 6-356
-
-prepunc ( 236
-postpunc ) 356
-always .) 3-356
-always ( 6-236
-always ) 6-356
-
-# extra back rules for ")"
-nofor after punctuation always ) 356
-nofor always \x00b0 4-356
-nofor always ') 4-6-356
-nofor always ") 2356-356
-nofor endword j) 245-356
-nofor always ) 6-356
-
-always ... 3-3-3
-
-#inverted exclamation
-always \x00a1 6-256
-
-### Contractions ###
-
-#Special sequences, urls emails and file names.
-
-nocont $
-nocont \x005c
-nocont @
-nocont ://
-nocont www
-nocont .com
-nocont .dk
-nocont .eu
-nocont .edu
-nocont .gov
-nocont .mil
-nocont .net
-nocont .org
-nocont .uk
-nocont .doc
-nocont .exe
-nocont .htm
-nocont .tex
-nocont .txt
-nocont .gif
-nocont .jpg
-nocont .png
-nocont .wav
-nocont .tar
-nocont .zip
-
-#Words
-word at 1
-word bliver 12
-word den 12346
-word der 23456
-word det 2346
-word de 1456
-word du 145
-word efter 1356
-word eller 15
-word en 126
-word er 156
-word et 346
-word for 124
-word før 246
-word gennem 12456
-word gør 1245
-word han 13456
-word har 125
-word hun 136
-word hvad 2456
-word hvor 34
-word jeg 245
-word kan 13
-word lige 123
-word med 134
-word men 146
-word ned 1246
-word når 1345
-word og 14
-word op 135
-word over 1346
-word på 1234
-word ret 12356
-word rigtig 1235
-word skal 123456
-word som 234
-word så 16
-word te 1256
-word til 2345
-word under 12345
-word ve 3456
-word ved 1236
-word være 345
-
-# Common combinations of one word contractions with slash
-word af/på 356-34-1234
-word du/i 145-34-24
-word eller/og 15-34-14
-word fra/til 235-34-2345
-word han/hun 13456-34-136
-word hun/han 136-34-13456
-word i/du 24-34-145
-word og/eller 14-34-15
-word over/under 1346-34-12345
-word på/af 1234-34-356
-word til/fra 2345-34-235
-word under/over 12345-34-1346
-
-# no backtrans of ^1 and `2. use contractions
-nofor always eta 346-1
-nofor always etb 346-12
-always etc 346-14
-
-# Ensure no one-letter word contraction before or after a dash
-
-endword -af 36-1-124
-begword af- 1-124-36
-endword -altid 36-1-2345-145
-begword altid- 1-2345-145-36
-endword -at 36-1-2345
-endword -a 36-6-1
-begword at- 1-2345-36
-endword -og 36-135-1245
-endword -c 36-6-14
-begword og- 135-1245-36
-endword -du 36-145-136
-endword -d 36-6-145
-begword du- 145-136-36
-endword -efter 36-15-124-2345-156
-endword -z 36-6-1356
-begword efter- 15-124-2345-156-36
-midword -efter- 36-1356-36
-endword -e 36-6-15
-endword -for 36-124-1346
-endword -f 36-6-124
-begword for- 124-1346-36
-endword -fra 36-124-1235-1
-begword fra- 124-1235-1-36
-endword -g 36-6-1245
-endword -gennem 36-1245-126-1246-134
-begword gennem- 1245-126-1246-134-36
-endword -ham 36-125-1-134
-begword ham- 125-1-134-36
-endword -han 36-125-1-1345
-endword -y 36-6-13456
-begword han- 125-1-1345-36
-endword -har 36-125-1-1235
-endword -h 36-6-125
-begword har- 125-1-1235-36
-endword -hun 36-125-136-1345
-endword -u 36-6-136
-begword hun- 125-136-1345-36
-endword -j 36-6-245
-endword -kan 36-13-1-1345
-endword -k 36-6-13
-begword kan- 13-1-1345-36
-endword -lige 36-123-24-12456
-endword -l 36-6-123
-begword lige- 123-24-12456-36
-endword -med 36-146-145
-endword -m 36-6-134
-begword med- 146-145-36
-endword -men 36-134-126
-begword men- 134-126-36
- endword -ned 36-1246-145
-begword ned- 1246-145-36
-endword -når 36-1345-16-1235
-endword -n 36-6-1345
-begword når- 1345-16-1235-36
-endword -op 36-135-1234
-endword -o 36-6-135
-begword op- 135-1234-36
-endword -over 36-135-1236-156
-endword -x 36-6-1346
-begword over- 135-1236-156-36
-endword -på 36-1234-16
-endword -p 36-6-1234
-begword på- 1234-16-36
-midword -på- 36-1234-36
-endword -ret 36-1235-346
-begword ret- 1235-346-36
-midword -ret- 36-12356-36
-endword -rigtig 36-1235-35-2345-35
-endword -r 36-6-1235
-begword rigtig- 1235-35-2345-35-36
-midword -rigtig- 36-1235-36
-endword -skal 36-123456-1-123
-begword skal- 123456-1-123-36
-midword -skal- 36-123456-36
-endword -som 36-234-135-134
-endword -s 36-6-234
-begword som- 234-135-134-36
-midword -som- 36-234-36
-endword -så 36-234-16
-endword -å 36-6-16
-begword så- 234-16-36
-endword -til 36-2345-24-123
-endword -t 36-6-2345
-begword til- 2345-24-123-36
-midword -til- 36-2345-36
-endword -under 36-136-1345-23456
-begword under- 136-1345-23456-36
-midword -under- 36-12345-36
-endword -ved 36-1236-15-145
-endword -v 36-6-1236
-begword ved- 1236-15-145-36
-midword -ved- 36-1236-36
-
-
-### Context rules - forward translation
-
-# Exclamation at beginning of string
-noback context `["!"] @6-235
-
-# Ensure two dashes where appropriate.
-noback context $w["-"]$w @36
-noback context $sw["-"]$sw @36-36
-noback context `["-"]$sw @36-36
-noback context $sw["-"]~ @36-36
-noback context !$sw["-"]~ @36
-noback context `["-"]~ @36-36
-
-# Ensure letsign between letter and numsign
-noback context $l[]$D @6
-
-# No "nd", "hv", "or", or "st" after a digit and a letsign
-noback context $dy["hv"] @6-125-1236
-noback context $dy$Spm["hv"] @6-125-1236
-noback context $dy["nd"] @6-1345-145
-noback context $dy$Spm["nd"] @6-1345-145
-noback context $dy["or"] @6-135-1235
-noback context $dy$Spm["or"] @6-135-1235
-noback context $dy["st"] @6-234-2345
-noback context $dy$Spm["st"] @6-234-2345
-noback context $dy["te"] @6-2345-15
-noback context $dy$Spm["te"] @6-2345-15
-
-
-#ensure dot 6 between a digit and a letter
-noback context $dy[]$u @6
-noback context $dy$Spm.[]$u @6
-
-### context - backward translation
-
-# Ensure the correct number of dashes
-nofor context @36[@36-36] "--"
-nofor context [@36-36]@36 "--"
-nofor context $w[@36-36]$w "--"
-nofor context $sw[@36-36]$sw "-"
-nofor context `[@36-36]$sw "-"
-nofor context $sw[@36-36]~ "-"
-nofor context `@36-36~ "-"
-
-
-### Pass 2 - forward translation
-
-# Correct chars defined as 8 dots because they include letsign
-noback pass2 @467 @45-6
-noback pass2 @4568 @45-456
-noback pass2 @123457 @6-12345
-noback pass2 @24567 @6-2456
-noback pass2 @13467 @6-1346
-noback pass2 @13567 @6-1356
-noback pass2 @12567 @6-1256
-
-noback pass2 @6-46-5 @46-5 # no letsign before cap letters with accent
-noback pass2 _$D[@6-46-6] *
-noback pass2 _$D[@6-46] *
-noback pass2 @6-46-6 @46-6 # Ensure correct order and no double letsign
-noback pass2 @6-46 @46-6 # Ensure correct order
-
- ### Pass 2 - backward
-
-# Insert letsign between number (with extra punctuation) and capsletter sign
-#nofor pass2 @3456$l.$Spm$l.@3$l.@3[]@46 @6
-#nofor pass2 @3456$l.$Spm$l.@3[]@46 @6
-#nofor pass2 @3456$l.$Spm$Spm[]@46 @6
-#nofor pass2 @3456$l.$Spm[]@46 @6
-
-## Insert letsign between number (with extra punctuation) and capsword sign
-#nofor pass2 @3456$l.$Spm$l.@3$l.@3[]@456 @6
-#nofor pass2 @3456$l.$Spm$l.@34$l.@34[]@456 @6
-#nofor pass2 @3456$l.$Spm$l.@36$l.@36[]@456 @6
-#nofor pass2 @3456$l.$Spm$l.@3[]@456 @6
-#nofor pass2 @3456$l.$Spm$l.@34[]@456 @6
-#nofor pass2 @3456$l.$Spm$l.@36[]@456 @6
-#nofor pass2 @3456$l.$Spm$Spm[]@456 @6
-#nofor pass2 @3456$l.$Spm[]@456 @6
-#nofor pass2 @3456$l.[]@456 @6
-
-### Pass 3 - forward translation
-
-# Ensure there is only one letsign
- noback pass3 @6-6 @6
-
-
-### Pass 3 - backward translation
-
-# Save letters that have been defined with letsign as part of their definitions
-nofor pass3 @6-12345 @6-123457
-nofor pass3 @6-2456 @6-24567
-nofor pass3 @6-1346 @6-13467
-nofor pass3 @6-1356 @13567
-nofor pass3 @6-1256 @6-12567
-
-# save ~ and |  before inserting extra letsigns and endcapsword in pass 2.
-nofor pass3 @45-6 @467 # Create alternative representation of "~"
-nofor pass3 @45-456 @4568
-# liblouis: Swiss German Grade 1 Braille
-#
-# -----------
-#-name: Schweizerdeutsche Vollschrift
-#-display-name: Swiss High German partially contracted braille
-#
-#+locale:de-CH
-#+type:literary
-#+contraction:partial
-#+grade:1
-#
-# TODO: Please correct the metadata above. It is not meant to be
-# accurate nor complete. It hasn't been verified by the table
-# author yet. It is merely an attempt by the liblouis maintainers
-# to get some sensible initial values in place.
-#
-# TODO: Please add a reference to official documentation about
-# the implemented braille code. Preferably submit the documents
-# to https://github.com/liblouis/braille-specs.
-# ------------
-#
-#  Copyright (C) 2009 SBS Schweizerische Bibliothek für Blinde und Sehbehinderte
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-#
-#-------------------------------------------------------------------------------
-#
-#  DEUTSCHE VOLLSCHRIFT - German Grade 1 Braille - Switzerland
-#
-#  Version 11-17-09
-#  christian.waldvogel@sbszh.ch
-#
-#-------------------------------------------------------------------------------
-
-
-include de-ch-g0.utb
-include de-g1-core.cti
-# liblouis: International Phonetic Alphabet
-
-# Copyright (C) 2016 Ludovic Oger <oger.ludovic@gmail.com>
-
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-
-
-
-# This table contains braille codes for a part of the International Phonetic Alphabet (IPA, 2005).
-# WARNING! The IPA symbols in this table might conflict with other tables. (e.g. conflict: θ
-#          (Unicode 03B8) is the greek letter theta, french braille code is different between greek
-#          and phonetic)
-# WARNING! This table is not intended to be included in other tables. The symbol definitions that
-#          are safe to include in other tables are collected in IPA-unicode-range.uti.
-
-
-# --------REFERENCES--------
-#   - IPA Braille: An Updated Tactile Representation of the International Phonetic Alphabet
-#     Print Edition
-#     Edited by Robert Englebretson, Ph.D.
-#     Produced by CNIB
-#     For the International Council on English Braille - 2008
-#     <http://www.iceb.org/icebipa.htm>
-#     (this reference document is reprinted in 'World Braille Usage - Third Edition - 2013 - Copyright (C) 1954, 1990 UNESCO')
-#
-#   - "IPA Chart, http://www.internationalphoneticassociation.org/content/ipa-chart,
-#      available under a Creative Commons Attribution-Sharealike 3.0 Unported License.
-#      Copyright (C) 2015 International Phonetic Association."
-
-
-#--------NOTES--------
-# This table includes:
-#   - Symbols defined in IPA-unicode-range.uti
-#   - Characters include in latinLetterDef6Dots.uti table (a, b, c...). 
-#   - Some current symbols (e.g. point '.')
-#   - 'Phonetic and Phonemic Enclosures'
-# Some lines are commented for reference:
-#   - Tricky character compositions, see end of 'Tones and Word Accents'
-# Some IPA unicode symbols are not present in the reference document so there is no braille equivalent.
-#   Example: \X02D4 for 'MODIFIER LETTER UP TACK',
-#            see <http://unicode.org/cldr/utility/list-unicodeset.jsp?a=\p{subhead=Miscellaneous%20phonetic%20modifiers}>
-
-
-# Last updated on January 23, 2018
-
-# IPA symbols that do not conflict with other tables
-include IPA-unicode-range.uti
-
-#--------PULMONIC CONSONANTS--------
-# UNICODE DOTS          # GLYPH - TYPOGRAPHIC DESC. - ARTICULATORY DESC.
-sign \X0070 1234        # p - lowercase p - voiceless bilabial plosive
-sign \X0062 12          # b - lowercase b - voiced bilabial plosive
-sign \X0074 2345        # t - lowercase t - voiceless alveolar plosive
-sign \X0064 145         # d - lowercase d - voiced alveolar plosive
-sign \X0063 14          # c - lowercase c - voiceless palatal plosive
-sign \X006B 13          # k - lowercase k - voiceless velar plosive
-sign \X0067 1245        # g - lowercase g - voiced velar plosive (alternate glyph)
-sign \X0071 12345       # q - lowercase q - voiceless uvular plosive
-sign \X006D 134         # m - lowercase m - voiced bilabial nasal
-sign \X006E 1345        # n - lowercase n - voiced alveolar nasal
-sign \X0072 1235        # r - lowercase r - voiced alveolar trill
-sign \X2C71 235-1236    #  (UTF-16) - right-hook v - labiodental flap
-sign \XF25F 235-1236    #  (UTF-16) - right-hook v - labiodental flap
-sign \X03B2 46-12       # β - beta - voiced bilabial fricative (WARNING: greek letter)
-sign \X0066 124         # f - lowercase f - voiceless labiodental fricative
-sign \X0076 1236        # v - lowercase v - voiced labiodental fricative
-sign \X03B8 46-1456     # θ - theta - voiceless dental fricative (WARNING: greek letter)
-sign \X0073 234         # s - lowercase s - voiceless alveolar fricative
-sign \X007A 1356        # z - lowercase z - voiced alveolar fricative
-sign \X00E7 235-14      # ç - c cedilla - voiceless palatal fricative
-sign \X0078 1346        # x - lowercase x - voiceless velar fricative
-sign \X03C7 46-12346    # χ - chi - voiceless uvular fricative (WARNING: greek letter)
-sign \X0068 125         # h - lowercase h - voiceless glottal fricative
-sign \X006A 245         # j - lowercase j - voiced palatal approximant
-sign \X006C 123         # l - lowercase l - voiced alveolar lateral approximant
-
-
-#--------OTHER PULMONIC CONSONANTS--------
-# UNICODE DOTS          # GLYPH - TYPOGRAPHIC DESC. - ARTICULATORY DESC.
-sign \X0077 2456        # w - lowercase w - voiced labial-velar approximant
-
-
-#--------VOWELS--------
-# UNICODE DOTS          # GLYPH - TYPOGRAPHIC DESC. - ARTICULATORY DESC.
-sign \X0069 24          # i - lowercase i - close front unrounded vowel
-sign \X0065 15          # e - lowercase e - close-mid front unrounded vowel
-sign \X0061 1           # a - lowercase a - open front unrounded vowel
-sign \X006F 135         # o - lowercase o - close-mid back rounded vowel
-sign \X0075 136         # u - lowercase u - close back rounded vowel
-sign \X0079 13456       # y - lowercase y - close front rounded vowel
-sign \X00F8 1256        # ø - slashed o - close-mid front rounded vowel
-sign \X0153 246         # œ - lowercase o-e ligature - open-mid front rounded vowel
-sign \X00E6 146         # æ - ash - near-open front unrounded vowel
-
-
-#--------SUPRASEGMENTALS--------
-# UNICODE DOTS          # GLYPH - TYPOGRAPHIC DESC. - ARTICULATORY DESC.
-sign \X002E 3           # . - full stop - syllable break
-sign \X007C 456-1256    # | - vertical line - minor (foot) group
-
-#--------TONES AND WORD ACCENTS--------
-# UNICODE DOTS          # GLYPH - TYPOGRAPHIC DESC. - ARTICULATORY DESC.
-#   The following lines seems tricky (https://en.wikipedia.org/wiki/Tone_letter)
-#   sign \X02E9 + \X02E5 456-34 # ˩˥ - rising (15) tone bar - rising contour tone
-#   sign \X02E9 + \X02E7 456-35 # ˩˧ - low-rising (13) tone bar - low-rising contour tone
-#   sign \X02E7 + \X02E5 456-24 # ˧˥ - high-rising (35) tone bar - high-rising contour tone
-#   sign \X02E5 + \X02E9 456-16 # ˥˩ - falling (51) tone bar - falling contour tone
-#   sign \X02E8 + \X02E5 + \X02E8 456-256 # ˨˥˨ - rising-falling (151) tone bar - rising-falling contour tone
-
-#--------PHONETIC AND PHONEMIC ENCLOSURES--------
-sign \X005B 45-12356    # [ - left square bracket - begin phonetic transcription
-sign \X005D 45-23456    # ] - right square bracket - end phonetic transcription
-sign \X002F 45-34       # / - slash - begin/end phonemic transcription
-# liblouis: Norwegian 8-dot braille table with fallback to uncontracted 6-dot
-#
-# -----------
-#-display-name: Norwegian computer braille
-#
-#+locale:no
-#+type:computer
-#+contraction:no
-#+dots:8
-#+grade:0
-#
-# TODO: Please correct the metadata above. It is not meant to be
-# accurate nor complete. It hasn't been verified by the table
-# author yet. It is merely an attempt by the liblouis maintainers
-# to get some sensible initial values in place.
-#
-# TODO: Please add a reference to official documentation about
-# the implemented braille code. Preferably submit the documents
-# to https://github.com/liblouis/braille-specs.
-# -----------
-#
-#  Copyright (C) 2015 NLB Norwegian library of talking books and braille, http://www.nlb.no/
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-
-# Created August 2015 by Jostein Austvik Jacobsen <jostein@nlb.com> and Ammar Usama <ammar.usama@nlb.no>
-
-include no-no-8dot.utb
-
-# If character not defined in 8-dot standard; follow 6-dot standard instead
-include no-no-chardefs6.uti
-# This table contains braille codes and rules for Nepali Grade 1 and includes English grade 1
-#
-# Copyright (C) 2014 National Institute for Visually Handicapped, 116, Rajpur Road, Dehradun, Uttrakhand, India
-#
-# This file is part of liblouis.
-#
-# liblouis is free software: you can redistribute it and/or modify it
-# under the terms of the GNU Lesser General Public License as
-# published by the Free Software Foundation, either version 2.1 of the
-# License, or (at your option) any later version.
-#
-# liblouis is distributed in the hope that it will be useful, but
-# WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-# Lesser General Public License for more details.
-#
-# You should have received a copy of the GNU Lesser General Public
-# License along with liblouis. If not, see
-# <http://www.gnu.org/licenses/>.
-
-# This table is built and maintained under an activity of Braille Council of India
-# Contributors: Dipendra Manocha, Sreeja, Dinesh Kaushal, Mesar Hameed
-# Last updated on May 5, 2014
-# To report any bugs or any suggestion, please write to d@saksham.org and sreeja.param@gmail.com
-
-include devanagari.cti
-include en-in-g1.ctb
-# liblouis: sub table for digits, 6 dots
-#
-#  Copyright (C) 2012-2014 Mesar Hameed <mesar.hameed@gmail.com>
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-
-digit 0 245
-digit 1 1
-digit 2 12
-digit 3 14
-digit 4 145
-digit 5 15
-digit 6 124
-digit 7 1245
-digit 8 125
-digit 9 24
-# liblouis: Korean Grade 2 (Contracted, 2006 edition)
-#
-# -----------
-#-display-name: Korean contracted braille (2006 standard)
-#
-#+locale:ko
-#+type:literary
-#+contraction:full
-#+grade:2
-#+version:2006
-#
-# TODO: Please correct the metadata above. It is not meant to be
-# accurate nor complete. It hasn't been verified by the table
-# author yet. It is merely an attempt by the liblouis maintainers
-# to get some sensible initial values in place.
-#
-# TODO: Please add a reference to official documentation about
-# the implemented braille code. Preferably submit the documents
-# to https://github.com/liblouis/braille-specs.
-# -----------
-#
-# Based on the braille contraction table in BRLTTY
-#
-#  Copyright (C) 1995-2012 by The BRLTTY Team.
-#  Copyright (C) 2012 by Samuel Thibault <samuel.thibault@ens-lyon.org>
-#  Copyright (C) 2012 by Mesar Hameed <mhameed@src.gnome.org>
-#  Copyright (C) 2014 by Joseph Lee <joseph.lee22590@gmail.com>
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-
-#Same as ko-g2.ctb except it includes ko-2006 dictionary.
-include ko-2006.cti
-include ko-g2-rules.cti
-
-# liblouis: English, U.S. Grade 2 (ABAE) table
-#
-#  Based on the Linux screenreader BRLTTY, copyright (C) 1999-2006 by
-#  The BRLTTY Team
-#
-#  Copyright (C) 2004-2006 ViewPlus Technologies, Inc. www.viewplus.com
-#  Copyright (C) 2004-2006 JJB Software, Inc. www.jjb-software.com
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-
-include en-us-g1.ctb
-
-# Braille indicators specific to Grade 2
-multind 56-6 letsign capsletter
-
-# Contractions beginning with the letter a
-largesign a 1
-largesign A 1
-always aar 1-345 Aaron
-always aa 1-1 back-translation: maasai
-word about 1-12
-word thereabouts 5-2346-1-12-234
-word runabout 1235-136-1345-1-12
-contraction ab
-sufword above 1-12-1236
-contraction abv
-word according 1-14
-contraction ac
-word accordingly 1-14-123-13456
-contraction acly
-word across 1-14-1235
-contraction acr
-always aed =
-always aer = Rosenlaer
-begword aforem 1-123456-15-134 aforementioned 
-word aforesaid 1-123456-15-234-145
-always afr 1-124-1235
-always africa 1-124-1235-24-14-1
-word after 1-124 
-always  fafnir 124-1-124-1345-25-1235 fafnirs
-always hafnium 124-1-124-1345-25-136-134 hafniums 
-contraction af
-word afternoon 1-124-1345
-word afternoons 1-124-1345-234
-word afternoon's 1-124-1345-3-234
-contraction afn
-sufword afterward 1-124-2456
-contraction afw
-word again 1-1245
-contraction ag
-word against 1-1245-34
-always agery =
-midendword ally 6-13456
-word almost 1-123-134
-contraction alm
-word already 1-123-1235
-contraction alr
-word also 1-123
-contraction al
-word although 1-123-1456
-word altogether 1-123-2345
-contraction alt
-word always 1-123-2456
-contraction alw
-midendword ance 46-15
-largesign and 12346
-always standoff  34-12346-12356-124 
-always andante 12356-1-1345-2345-15 
-always andalusia 12356-1-123-136-234-24-1  
-always andaman 12356-1-134-1-1345
-always andar 12346-345 staodard
-midendword anda 12346-1 panda
-midword :// 156-34-34
-midword angh = Shanghai
-begword anted =
-always anterior 1-1345-2345-23456-24-135-1235
-begword anter =
-begword aqued = aqueduct
-always ar 345
-word aright 1-5-1235
-word as 1356
-contraction as
-always athe 1-2346 back-translation: lathe
-midendword ation 6-1345
-midendword aunder 1-136-1345-145-12456 saunders
-begword auto = autofocus
-syllable away =
-
-# the letter b
-midword bb 23
-midendword bble 12-3456
-lowword be 23
-begword be 23
-begword bea 12-2
-always beu = Beulah
-always bear 12-15-345
-begword beatif 23-1-2345-24-124
-begword beatit 23-1-2345-24-2345
-begword beatr 23-1-2345-1235 Beatrice
-always beck 12-15-14-13
-always bed 12-1246
-begword beda 23-145-1 bedazzle
-begword bede 23-145-15 bedevil
-word bede 12-1246-15 bede (a name)
-begword bedi 23-145-24 bedizzened
-word bee 12-15-15
-begword bee 12-15-15
-always been 12-15-26
-always beer 12-15-12456
-word beg =
-begword begg 12-15-2356
-word begs =
-begword bei = beijing
-sufword being 23-346
-sufword belch 12-15-123-16
-begword beld = Beldon
-begword belf = belfry, belfast
-begword belg = Belgium
-begword belk = Belkin
-always bell =
-begword belm = Belmont
-always belt =
-begword belw = belwether
-always ben 12-26
-begword beni 12-26-24
-begword benif 23-1345-24-124 benificient
-sufword benign 23-1345-24-1245-1345 benignity
-begword benov 23-1345-135-1236 benovolent
-begword benu 23-1345-136 benumbed
-begword ber 12-12456
-begword bera 23-1235-1 berating
-begword bere 23-1235-15 bereft
-begword berea 23-1235-2 bereaved
-always beriberi 12-12456-24-12-12456-24
-begword beri 23-1235-24 beribboned
-always best 12-15-34
-sufword bestow 23-34-246
-syllable beth 12-15-1456 Bethany
-always bethe 12-15-2346 Bethel (Hans) Bethe
-always bets =
-always bett =
-sufword bev = bevies
-begword bever 12-5-15 Beverly beverage
-always bio =
-midendword bious 12-24-1256-234 dubious
-always bottlen = bottlenosed
-joinword by 356
-word because 23-14
-word bec =
-sufword before 23-124
-word behind 23-125
-word behring 12-15-125-1235-346
-word bel =
-begword beln = Belnick
-word below 23-123
-word beneath 23-1345
-sufword beside 23-234
-sufword bess = Bessie
-word between 23-2345
-word bet =
-word beyond 23-13456
-word bey =
-always bleu =
-midendword ble 3456
-midendword bleau 12-123-2-136 tableau
-syllable bleed 12-123-15-1246 nosebleed
-always bless 12-46-234 joblessness
-word blind 12-123
-contraction bl
-begword blindf 12-123-124 blindfold
-word blindly 12-123-123-13456
-word blindness 12-123-56-234
-sufword blinds 12-123-234 blindsided
-always boat = boathook
-always braille 12-1235-123
-contraction brl
-word but 12
-
-# the letter c
-midword cch 14-16
-always chs 16-234 dachshund
-always chloro 16-123-135-1235-135
-begword cofac = cofactor
-always cofound 14-135-124-46-145
-begword com 36
-sufword common 36-134-135-1345 commonest
-begword con 25
-sufword conceive 25-14-1236
-sufword conceiving 25-14-1236-1245
-always conch 14-135-1345-16
-always cone 14-5-135
-word cons 14-135-1345-234
-sufword conundrum = 
-sufword could 14-145
-word could've 14-145-3-1236-15
-contraction cd
-always cred 14-1235-1246 incredulous
-midword cc 25
-word can 14
-word can't 14-3-2345
-always cannot 456-14
-always ch 16
-syllable chand 16-12346 merchandise
-always character 5-16
-always chemo 16-15-134-135
-word child 16
-prfword children 16-1345
-sufword clever 14-123-5-15 cleverest
-
-# the letter d
-always daredevil 145-345-15-145-15-1236-24-123
-always day 5-145
-always dday 145-5-145
-begword deact = deactivation
-begword deall = deallocate
-begword decarb 145-15-14-345-12
-always deceive 145-14-1236
-contraction dcv
-contraction dcvd
-contraction dcvr
-contraction dcvs
-always deceiving 145-14-1236-1245
-contraction dcvg
-always declare 145-14-123
-contraction dcl
-contraction dcld
-contraction dclr
-contraction dcls
-word declaring 145-14-123-1245
-contraction dclg
-begword deref = dereferencing
-begword dereg = deregulation
-midword dd 256
-begword dedic 145-1246-24-14 dedicated
-always dedu = nondeductible
-begword deno = denote
-always denom =
-begword denou 145-15-1345-1256 denounce
-begword denu = denunciation
-begword dera = derail
-begword deri 145-15-1235-24
-begword dero = derogatory
-begword dino 145-35-135 dinoflagellate
-begword dis 256
-word disc =
-word discs =
-always dish 145-24-146
-begword disha 256-125-1 dishabile
-begword dishear 256-125-15-345 disheartened
-begword disho 256-125-135 dishonor
-begword dishone 256-125-5-135 dishonest
-sufword disk =
-sufword dispirit 145-24-456-234 dispirited
-begword disul = disulfide
-word do 145
-syllable down 145-246-1345 facedown
-always edress = vinedresser
-syllable drum = kettledrum
-always edom =
-always reduc =
-always seduc =
-# syllable dun =
-
-# the letter e
-midword ea 2
-midword eabil = interchangeability
-always eable 15-1-3456
-endword eably = noticeably
-midendword eage = mileage
-midendword eager 2-1245-12456 meager
-always eally 15-6-13456
-midendword eance 15-46-15 vengeance
-midendword eand 15-12346 meander
-always eation 15-6-1345
-always ear 15-345
-always ed 1246
-begword edic = edict Benedict
-sufword edition 15-145-24-56-1345 editions
-syllable draw =
-word either 15-24
-contraction ei
-word en =
-always en 26
-always ename 15-5-1345
-sufword enamel 26-1-134-15-123 enameled
-midendword ence 56-15
-syllable neck = bottleneck
-midendword eness 15-56-234 closeness
-begword enor = enormous
-begword enou 15-1345-1256
-lowword enough 26
-word enough 26-1256-126
-begword enu 15-1345-136
-always er 12456
-begword era =
-word eras 12456-1-234
-begword erec = erect 
-begword ero 15-1235-135
-syllable room = storeroom
-begword eru = erupt
-always evert 15-1236-12456-2345
-always nevertheless 1345-5-15-2346-46-234
-always ever 5-15
-midendword evere 15-1236-12456-15 Everest
-always evered 15-1236-12456-1246
-word every 15
-
-# the letter f
-midword ff 235
-syllable ffold 235-135-123-145 scaffold
-always father 5-124
-always fein 124-15-35 Feingold
-always first 124-34
-always fever 124-15-1236-12456
-always ffor 124-123456
-largesign for 123456
-begword fora 123456-1 foramen
-always fore 123456-15
-begword forens 123456-26-234 forensic
-always forever 123456-5-15 forevermore
-syllable fold =
-syllable foot =
-word from 124
-word friend 124-1235
-word friends 124-1235-234
-word friendless 124-1235-46-234
-sufword friendship 124-1235-146-24-1234
-sufword friendl 124-1235-123
-contraction fr
-always fruity =
-midendword ful 56-123
-always funder 124-136-1345-145-12456
-
-# the letter g
-begword geo = geoengineering
-sufword geoff 1245-15-12356-124 Geoffrey
-midword gg 2356
-always gh 126
-endword gham = Langham
-midendword ghill = dunghill
-always ghz = (gigahertz)
-sufword gnome = gnomedb
-word go 1245
-sufword good 1245-145
-contraction gd
-always good-by 1245-145-36-12-13456
-syllable grad = leningrad
-sufword great 1245-1235-2345
-contraction grt
-
-# the letter h
-always had 456-125
-always hadd 125-1-256 haddock
-sufword hade = hadean 
-syllable hand 125-12346
-word have 125
-syllable hawk =
-syllable hawthorn 125-1-2456-1456-135-1235-1345
-syllable head 125-2-145
-syllable heart 125-15-345-2345
-always hedgerow 125-1246-1245-15-1235-246
-syllable herd 125-12456-145 goatherd
-always here 5-125
-always hereafter 5-125-1-124
-always hered 125-12456-1246
-always heren 125-12456-26
-midendword herence 125-12456-56-15 adherence
-always herer 125-12456-12456
-always heres 125-12456-15-234
-always heret 125-12456-15-2345
-word heretofore 5-125-2345-135-123456-15
-word herself 125-12456-124
-word him 125-134
-word His 6-236
-word hm 125-3-134
-sufword hmm =
-word himself 125-134-124
-contraction hmf
-lowword his 236
-syllable holm =
-syllable hood =
-syllable horn =
-syllable horse = horseradish
-syllable house 125-1256-234-15 
-syllable hydro =
-always hwh =
-
-# the letter i
-word I 24
-midendword iever 24-15-1236-12456
-word immediate 24-134-134
-contraction imm
-word immediately 24-134-134-123-13456
-contraction immly
-begword immuno = immunofluorescence
-lowword in 35
-nofor midword inin 35-35
-word in =
-always in 35
-endword in' 35-3
-begword incon 35-14-135-1345 incongruous
-midendword iness 24-56-234
-midendword ing 346
-midword inga 35-1245-1 nightingale
-always ingar 35-1245-345 Weingarten
-midendword ingent 346-26-2345 stringent
-midword ingenc 346-26-14 contingency
-midword ingen 35-1245-26 palingenesis (new birth)
-midword ingi 35-1245-24 meningitis
-midendword inging 346-346 bringing
-joinword into 35-235
-always isinglass 24-234-35-1245-123-1-234-234
-always isomer 24-234-135-134-12456
-word it 1346
-word it's 1346-3-234
-word it'd 1346-3-145
-word it'll 1346-3-123-123
-word its 1346-234
-contraction xs
-word itself 1346-124
-contraction xf
-midendword ity 56-13456
-
-# the letter j
-word just 245
-
-# the letter k
-always knot = knothole
-always know 5-13
-word knowledge 13
-
-# the letter l
-always \s-\shis 36-36-125-24-234
-always \s-\swas 36-36-2456-1-234
-word housed 125-1256-234-1246
-sufword land 123-12346 landowner
-midendword less 46-234
-sufword letter 123-1235
-contraction lr
-sufword newsletter 1345-15-2456-234-123-1235
-word unlettered 136-1345-123-1235-1246
-word like 123
-always lineage 123-35-2-1245-15
-sufword little 123-123
-contraction ll
-sufword lone 123-5-135 lonely
-always loner 123-135-1345-12456
-always lord 5-123
-
-# the letter m
-always maha =
-always many 456-134
-begword mccon 134-14-25
-begword mc =
-always medic 134-1246-24-14 medicare
-midendword ment 56-2345
-midword menth 134-26-1456 Blumenthal
-always mideast 134-24-145-15-1-34
-word milling 134-24-123-123-346
-always minestrone 134-35-15-34-1235-135-1345-15
-always mishap =
-sufword mishear 134-24-234-125-15-345 misheard
-begword missh 134-24-234-146 misshapen
-begword misst 134-24-234-34 missstep
-word mistook =
-begword mistran = mistranslation
-sufword mistreat 134-24-234-2345-1235-2-2345
-begword mistru = mistrust
-begword misty = mistyped
-word monetary 134-5-135-2345-345-13456
-always mongoose =
-word more 134
-always mother 5-134
-always much 134-16
-word must 134-34
-word mustn 134-34-1345
-word musty 134-34-13456
-begword myo = myofibroblasts
-word myself 134-13456-124
-contraction myf
-
-# the letter n
-always name 5-1345
-midendword nament 1345-1-56-2345 tournament
-always namese =
-word near-by 1345-15-345-36-12-13456
-prfword necessary 1345-15-14 unnecessary
-contraction nec
-word neither 1345-15-24
-contraction nei
-midendword ness 56-234
-always news = newsstand
-syllable nomad = seminomadic
-always nodded 1345-135-256-1246 for back-translation
-begword nonen 1345-135-1345-26 nonentity
-begword noness = nonessential
-word nonetheless 1345-5-135-2346-46-234
-always noneq =
-always nonex =
-begword nong = nongraphical
-word noone 1345-135-5-135
-begword nose = nosedive
-word nosed 1345-135-234-1246
-word not 1345
-word noways =
-word nowhere 1345-135-5-156
-
-# the letter o
-word O 135
-midword oed = Schroeder
-always oen = Phoenix
-midendword oence 135-26-14-15 electroencephalogram
-largesign of 12356
-midendword ofar 135-124-345 insofar
-midendword ofa 12356-1 back-translation: sofa
-midword ofor 135-123456
-midendword onea = Hasmonean
-always onesi =
-midendword oness 135-56-234
-midendword oneer 135-1345-15-12456
-midendword oned 135-1345-1246
-always one 5-135
-always oneal = peritoneal
-midendword oneless 5-135-46-234 tonelessly
-midendword onel = salmonella colonel
-always onem = phoneme
-midendword onement 5-135-56-2345 atonement
-midendword onent 135-1345-26-2345
-midendword oneous 135-1345-15-1256-234 erroneous
-always oner 135-1345-12456
-midendword onese = Cantonese,
-word oneself 5-135-124
-midendword oness 135-56-234 Deaconess
-midendword onet = phonetics bayonet
-endword onez = Ordonez
-midendword ong 56-1245
-always oon = sooner
-always osome =
-word ou =
-always ou 1256
-midendword ound 46-145
-midendword ount 46-2345
-always ourselves 1256-1235-1236-234
-word out 1256
-always ought 5-1256
-always ow 246
-word o'clock 135-3-14
-
-# the letter p
-prfword paid 1234-145
-contraction pd
-always part 5-1234
-begword parta 1234-345-2345-1 partake
-begword parthe 1234-345-2346 parthenon
-begword parth 1234-345-1456 parthian
-begword parto 1234-345-2345-135
-begword parthen 1234-345-2346-1345 parthenon parthenogenesis
-word people 1234
-always perceive 1234-12456-14-1236
-always perceiving 1234-12456-14-1236-1245
-always perhaps 1234-12456-125
-begword photo =
-always pher 1234-125-12456 cyphered
-always pineapple 1234-35-15-1-1234-1234-123-15
-syllable portion 1234-135-1235-56-1345
-syllable port = porthole
-begword potho = pothole pothook
-begword pre =
-always preach 1234-1235-2-16
-sufword predator 1234-1235-1246-1-2345-135-1235
-always prof =
-word prof. 1234-1235-12356-256
-begword proff 1234-1235-12356-124 proffer
-always profit 1234-1235-12356-24-2345
-
-# the letter q
-always quick 12345-13
-contraction qk
-word quite 12345
-always question 5-12345
-
-# the letter r
-sufword rafter 1235-1-124-2345-12456
-word rather 1235
-sufword raw = rawhide
-begword reab = reabsorbed
-always reac =
-always reach 1235-2-16
-begword readj = readjust
-begword readm = readmit
-begword reaff 1235-15-1-235
-sufword reagent 1235-15-1-1245-26-2345
-begword reagg 1235-15-1-2356 reaggregated
-begword realig = realign
-begword rean = reanalyze, reanimate
-begword reapp = reappear
-begword reass 1235-15-1-234-234
-begword reatt = reattach
-begword reau = reauthorization
-begword reaw = reawaken
-begword rede =
-begword redi =
-word redo =
-word redone 1235-15-145-5-135
-begword redou 1235-15-145-1256 redouble redoubt 
-always redu =
-always receive 1235-14-1236
-contraction rcv
-contraction rcvd
-contraction rcvr
-contraction rcvs
-always receiving 1235-14-1236-1245
-contraction rcvg
-begword redis = redistribute
-begword redr = redress
-word reichstag 1235-15-24-16-234-2345-1-1245
-always rejoice 1235-245-14
-contraction rjc
-contraction rjcd
-contraction rjcr
-contraction rjcs
-always rejoicing 1235-245-14-1245
-contraction rjcg
-sufword renaming 1235-15-1345-1-134-346 renamings
-begword rene =
-begword renom = renominate
-begword renou 1235-15-1345-1256 renounce
-sufword renown 1235-15-1345-246-1345 renowned
-begword renu = renunciation
-begword rera = reradiate
-sufword reread 1235-15-1235-2-145
-sufword rerun = reruns
-always rever 1235-15-1236-12456
-always reveren 1235-5-15-26 irreverent
-always reverence 1235-5-15-56-15 irreverence
-sufword reverie 1235-5-15-24-15
-begword ribof =
-begword ribon =
-always right 5-1235
-
-# the letter s
-word said 234-145
-contraction sd
-syllable screw = screwhole
-sufword sedan 234-1246-1-1345
-begword seda =
-always sedu =
-always sent 234-26-2345 sentimental
-always sever 234-15-1236-12456 perseverance 
-always several 234-5-15-1-123 severally
-word shall 146
-word sh =
-always sh 146
-always shaus = In German names
-sufword should 146-145
-always shoulder 146-1256-123-145-12456
-word singapore 234-346-1-1234-135-1235-15 
-midendword sion 46-1345
-midword stak 234-2345-1-13
-midendword stion 234-56-1345
-word so 234
-always some 5-234
-midendword somed 234-135-134-1246 ransomed
-always somer 234-135-134-12456 somersault 
-always spirit 456-234
-midendword ssword 234-234-45-2456 crossword 
-partword st 34
-always sth 234-1456
-always st. 34-256
-always sthe 234-2346
-word still 34
-always stime 234-5-2345
-midendword stown 234-2345-246-1345 Pickstown
-begword styro 34-13456-1235-135 styrofoam
-always ssh =
-always sst =
-word such 234-16
-word sch =
-always sword =
-
-# the letter t
-word th =
-always th 1456
-word that 2345
-word that's 2345-3-234
-word this 1456
-word thyself 1456-13456-124
-word tiddledywinks 2345-24-256-123-15-145-13456-2456-35-13-234
-always tnam =
-joinword to 235
-word today 2345-145
-contraction td
-word tomorrow 2345-134
-contraction tm
-word tonight 2345-1345
-contraction tn
-always turtledove =
-always thead 2345-125-2-145
-always theast 1456-15-1-34
-largesign the 2346
-always thea 2346-1 theater
-word themselves 2346-134-1236-234
-always their 456-2346
-always thence 1456-56-15
-always there 5-2346
-midendword thereal 2346-1235-2-123 ethereal
-always thereen 2346-1235-15-26 smithereens
-word thereupon 5-2346-45-136
-always thereafter 5-2346-1-124
-always thered 2346-1235-1246
-always therer 2346-1235-12456
-always theres 2346-1235-15-234 theresa therese 
-midendword tion 56-1345
-always time 5-2345
-midendword timed 1245-24-134-1246
-midendword timer 2345-24-134-12456
-midendword timet = altimeter
-word these 45-2346
-always through 5-1456
-always together 2345-1245-1235
-contraction tgr
-word those 45-1456
-begword trans = transtype
-
-# the letter u
-begword un = unameliorated
-begword unble = unblemished
-begword uncon = uncongenial
-begword undis = undisturbed
-begword uneas = unease
-begword uneat = uneaten
-sufword unful = unfulfilled
-begword unmen 136-1345-134-26 unmentioned
-begword unpre = unpredictable
-word upon 45-136 Dupont
-word us 136
-always under 5-136
-word unsaid 136-1345-234-145
-
-# the letter v
-begword vaing 1236-1-35-1245 vainglory
-word very 1236
-begword vice = viceroy
-
-# the letter w
-lowword was 356
-word wh =
-always wh 156
-midendword whart 2456-125-345-2345 Newhart
-word which 156
-word will 2456
-lowword were 2356
-lowword Were 6-2356 for back-translation
-always where 5-156
-word whereupon 5-156-45-136
-word wherever 156-12456-5-15
-largesign with 23456
-always word 45-2456
-word whose 45-156
-always work 5-2456
-sufword would 2456-145
-word would've 2456-145-3-1236-15
-contraction wd
-always world 456-2456
-
-# the letter x
-
-# the letter y
-word you 13456
-word you'd 13456-3-145
-word you'll 13456-3-123-123
-word you're 13456-3-1235-15
-word you've 13456-3-1236-15
-always young 5-13456
-word your 13456-1235
-contraction yr
-word yours 13456-1235-234
-contraction yrs
-word yourself 13456-1235-124
-contraction yrf
-word yourselves 13456-1235-1236-234
-contraction yrvs
-
-# the letter z
-
-# Syst`eme International Prefixes
-begword proto =
-begword yotta 13456-135-2345-2345-1 10^24
-begword zetta 1356-15-2345-2345-1 10^21
-# begword exa 15-1346-1 10^18
-begword peta 1234-15-2345-1 10^15
-begword tera 2345-12456-1 10^12
-begword giga 1245-24-1245-1 10^9
-begword mega 134-15-1245-1 10^6
-begword kilo 13-24-123-135 10^3
-begword hecto 125-15-14-2345-135 10^2
-begword deca 145-15-14-1 10^1
-begword deci 145-15-14-24 10^-1
-begword centi 14-26-2345-24 10^-2
-begword gastro 1245-1-34-1235-135
-begword milli 134-24-123-123-24 10^-3
-begword micro 134-24-14-1235-135 10^-6
-begword nano 1345-1-1345-135 10^-9
-begword pico 1234-24-14-135 10^-12
-begword femto 124-15-134-2345-135 10^-15
-begword atto 1-2345-2345-135 10^-18
-begword zepto 1356-15-1234-2345-135 10^-21
-begword yocto 13456-135-14-2345-135 10^-24
-begword anti =
-# begword endo 26-145-135 endow
-begword epi =
-begword extra =
-begword hyper 125-13456-1234-12456
-begword hypo =
-begword infra 35-124-1235-1
-begword inter 35-2345-12456
-begword intra 35-2345-1235-1
-begword iso =
-begword macro =
-begword meta =
-begword micro =
-begword mono =
-begword multi =
-begword patho 1234-1-1456-135
-begword peri 1234-12456-24
-begword poly =
-begword post 1234-135-34
-begword pre =
-begword pseudo =
-begword retro =
-# begword semi = seminar
-begword sub =
-begword super 234-136-1234-12456
-# begword tetra =
-begword trans =
-begword ultra =
-# begword uni =
-
-# other prefixes
-begword electro =
-begword neuro =
-begword psycho 1234-234-13456-16-135
-endword in' =
-endword 'd 3-145 back-translation: = doesn't work
-endword 'm 3-134
-endword 're 3-1235-15
-endword 've 3-1236-15
-endword 'll 3-123-123
-endword 's 3-234
-endword 't 3-2345
-word 'em = 
-always -com 36-14-135-134
-endword -by =
-endword -to = pointed-to resource
-
-word abalone =
-sufword abecedarian 1-12-15-14-15-145-345-24-1-1345
-midendword aean =
-begword aen =
-begword aftere 1-124-2345-12456-15 aftereffect
-begword afteri 1-124-2345-12456-24 afterimage
-sufword airedale =
-sufword anemone = 
-sufword anteat =
-word antigone =
-word baloney =
-sufword bandog =
-sufword battledo = battledor battledome
-always bedragg 23-145-1235-1-2356
-sufword beguine 12-15-1245-136-35-15 proper name
-sufword belittle 23-123-123
-always benares 23-1345-345-15-234
-begword benev 23-1345-15-1236
-begword bene 12-26-15
-always bering 12-12456-346
-always bezel =
-syllable nomial =
-always boer =
-always burlingam =
-word caen =
-midendword lingian 123-346-24-1-1345
-endword reagh 1235-2-126 castlereagh
-sufword cation 14-1-2345-24-135-1345
-always chatham 16-1-2345-125-1-134
-always cicerone 14-24-14-12456-135-1345-15
-always blenz 12-123-26-1356
-always enzym 26-1356-13456-134
-always coname 14-135-5-1345
-word conally 14-135-1345-6-13456
-word conatus =
-word conestoga 25-15-34-135-1245-1
-word coney =
-word conidium =
-endword zione =
-word cony =
-sufword deaconess 145-2-14-135-56-234
-begword denation 145-15-1345-6-1345
-syllable natur =
-always derogate 145-12456-135-1245-1-2345-15
-always dinghy 145-35-126-13456
-always  doggone 145-135-1245-1245-5-135
-always donee =
-word donegal =
-begword equidis = equidistant
-midendword thereally 2346-1235-15-6-13456 ethereally
-midendword enook =
-always eversion 15-1236-12456-46-1345
-sufword falconet =
-sufword feringhee 124-12456-35-126-15-15
-begword fired = firedamp firedrake
-always francene 124-1235-1-1345-14-26-15
-contraction frs
-sufword froward 124-1235-135-2456-345-145
-sufword garderobe 1245-345-145-15-1235-135-12-15
-midendword ometer 135-134-15-2345-12456 gasometer
-always gastight 1245-1-234-2345-24-126-2345
-word goering 1245-135-15-1235-346
-word Goodwill = with a cap
-word Goody = with a cap
-word Goodyear 1245-135-135-145-13456-15-345
-always genealog 1245-26-15-1-123-135-1245
-syllable herd = goatherd
-begword conan =
-always thold = berthold
-always equino =
-syllable thill = anthill
-word conch 14-135-1345-16
-word conches 14-135-1345-16-15-234
-syllable urinary 136-1235-35-345-13456
-always goddam =
-always oering  135-15-1235-346
-always handsomer 125-12346-5-234-1235
-always heartsease 125-15-345-2345-234-15-1-234-15
-always hereford 125-12456-15-123456-145
-always hereupon 5-125-45-136
-endword sheimer 234-125-15-24-134-12456
-always hermione 125-12456-134-24-135-1345-15
-always hoity =
-always toity =
-midendword blence 12-123-56-15
-midendword blend 12-123-26-145
-syllable rubber 1235-136-23-12456 indiarubber
-begword indist 35-145-24-234-2345 indistinct
-begword inerad 35-15-1235-1-145 ineradicable
-begword ingl 35-1245-123 inglewood inglenook
-word iredell =
-begword irre =
-word jaconet =
-word jehad =
-word jihad = 
-word konev =
-contraction lrs
-word limeade =
-always lineag 123-35-2-1245
-contraction llr
-always littleton = proper noun
-always littlejohn = surname
-always letterman = surname
-always oweed 135-2456-15-1246 locoweed
-always lonesome 123-5-135-5-234
-always maenad =
-always menhaden 134-26-125-1-145-26
-midendword encephal 26-14-15-1234-125-1-123
-sufword misoneism =
-sufword misterm 134-24-234-2345-12456-134
-sufword mistitl =
-always misword 134-24-234-45-2456
-word more'n =
-word nonesuch 1345-5-135-234-16
-word noway = change entry of noways
-word nowise =
-sufword nuthatch 1345-136-2345-125-1-2345-16
-begword oed = oedipus
-always oneida =
-word orangeade =
-begword out 1256-2345 outhaul
-endword full = overfull 
-begword oleag = oleaginous
-always peritoneum 1234-12456-24-2345-135-1345-15-136-134
-always peroneal 1234-12456-135-1345-2-123
-always persephone 1234-12456-234-15-1234-125-135-1345-15
-begword pinedr 1234-35-15-145-1235 pinedrop
-syllable root = pokeroot snakeroot
-always poleax = poleax
-sufword potherb 1234-123-2345-125-12456-12
-sufword potsherd 1234-135-2345-146-12456-145
-syllable hunter 125-136-1345-2345-12456 pothunter
-always praenom =
-always predecess 1234-1235-1246-15-14-15-234-234
-always predicat 1234-1235-1246-24-14-1-2345
-always prounion =
-endword  edelic = psychedelic
-begword reaffor 1235-15-1-125-123456 reafforestation
-begword reappor = reapportion
-begword reavow  1235-15-1-1236-246
-begword redac = redact
-begword rededic 1235-15-145-1246-24-14 rededicate
-always redingote 1235-1246-346-135-2345-15
-begword renav = renavigated
-always renegad 1235-26-15-1245-1-145
-always rerefin 1235-15-1235-15-124-35
-begword resth = restharrow
-endword flery = riflery
-begword roped = ropedance
-always roustabout 1235-1256-34-1-12
-word sadowa =
-always scattergood 234-14-1-2345-2345-12456-1245-145
-word sever 234-5-15
-word severs 234-5-15-234
-word severed 234-5-15-1246
-word severing 234-5-15-346
-always severn 234-5-15-1345
-midword sever 234-15-1236-12456 perseverance 
-word several 234-5-15-1-123 severally
-always shofar 146-12356-345
-always shoshone 146-135-146-135-1345-15
-begword skeda = skedaddle
-always smitheren 234-134-24-2346-1235-26 proper name
-endword ouno = radiouno
-always sparerib 234-1234-345-15-1235-14-12
-always speakeas 234-1234-2-13-15-1-234
-begword spiken = spikenard
-syllable hound 125-46-145 loghound 
-always stingar 34-346-345
-always owork 135-5-2456 cowork stuccowork
-begword cowr = cowrote
-endword enaed 15-1345-1-1246 subpoenaed 
-begword threenod 1456-1235-15-15-1345-135-145 threenode
-always tranship 2345-1235-1-1345-146-24-1234
-begword trinar 2345-1235-24-1345-234 trinary trinaries
-always turnabout 2345-136-1235-1345-1-12
-always dledee =
-always dledum = tweedledee and tweedledum
-always twould 2345-2456-145
-begword unblea 136-1345-12-123-2 unbleach?
-begword unbless 136-1345-12-46-234
-begword underog =
-begword underiv =
-always vicenar 1236-24-14-26-345
-sufword violone =
-sufword wakerif =
-always wenceslaus 2456-26-14-15-234-123-1-136-234
-word whereabouts 5-156-1-12-234
-begword wired = wiredance
-always wiseacr =
-always you'n 13456-1256-3-1345
-always zingaro  1356-346-345-135
-always zwinglian 1356-2456-346-123-24-1-1345
-sufword thorn 1456-135-1235-1345
-word hearths 125-15-345-1456-234
-word hearth 125-15-345-1456
-always  \s\x2013\s 36-36 # 8211  en dash
-always \s\x2014\s 36-36 # em dash
-# nobreak 6-46-56-e,6-46-56
-
-# Problems handled with context
-noback context $U2-20[]"'"$l @6-3
-noback context _$l["."]$l @256 U.S.
-noback context _$d["a"] @56-1
-noback context _$d["A"] @56-1
-
-# problems handled with multipass opcodes
-noback pass2 @36-36-36 @36-36
-noback pass2 @6-236-3456 @3-3456
-noback pass2 @6-56 @56-6
-
-#  Copyright (C) 2010 Leon Ungier <Leon.Ungier@ViewPlus.com>, 
-#  Copyright (C) 2010 Samuel Thibault <samuel.thibault@ens-lyon.org>
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-
-# Table for Dravidian
-include tamil.cti
-include text_nabcc.dis
-# liblouis: Russian letters display codes
-#
-#  Copyright (C) 2013 Igor B. Poretsky <poretsky@mlbox.ru>
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 3 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-
-# Use uppercase letters for representation of cyrillic:
-display A 179
-display B 1279
-display C 1479
-display D 14579
-display E 1579
-display F 12479
-display G 124579
-display H 12579
-display I 2479
-display J 24579
-display K 1379
-display L 12379
-display M 13479
-display N 134579
-display O 13579
-display P 123479
-display Q 1234579
-display R 123579
-display S 23479
-display T 234579
-display U 13679
-display W 245679
-display X 134679
-display Z 135679
-display * 1679
-display & 1234679
-display : 15679
-display ( 1235679
-display ! 234679
-display ) 2345679
-display { 24679
-display | 125679
-display $ 124679
-
-display A 19
-display B 129
-display C 149
-display D 1459
-display E 159
-display F 1249
-display G 12459
-display H 1259
-display I 249
-display J 2459
-display K 139
-display L 1239
-display M 1349
-display N 13459
-display O 1359
-display P 12349
-display Q 123459
-display R 12359
-display S 2349
-display T 23459
-display U 1369
-display W 24569
-display X 13469
-display Z 13569
-display * 169
-display & 123469
-display : 1569
-display ( 123569
-display ! 23469
-display ) 234569
-display { 2469
-display | 12569
-display $ 12469
-
-# Use lowercase letters for representation of all latins.
-# This convention is taken to maintain distinguishes
-# between cyrillic and latin letters in resulting braille output.
-display a 17
-display b 127
-display c 147
-display d 1457
-display e 157
-display f 1247
-display g 12457
-display h 1257
-display i 247
-display j 2457
-display k 137
-display l 1237
-display m 1347
-display n 13457
-display o 1357
-display p 12347
-display q 123457
-display r 12357
-display s 2347
-display t 23457
-display u 1367
-display v 12367
-display w 24567
-display x 13467
-display y 134567
-display z 13567
-
-display a 1
-display b 12
-display c 14
-display d 145
-display e 15
-display f 124
-display g 1245
-display h 125
-display i 24
-display j 245
-display k 13
-display l 123
-display m 134
-display n 1345
-display o 135
-display p 1234
-display q 12345
-display r 1235
-display s 234
-display t 2345
-display u 136
-display v 1236
-display w 2456
-display x 1346
-display y 13456
-display z 1356
-#-display-name: Pali braille
-
-#+locale:pi
-#+type:literary
-
-# TODO: Please correct the metadata above. It is not meant to be
-# accurate nor complete. It hasn't been verified by the table
-# author yet. It is merely an attempt by the liblouis maintainers
-# to get some sensible initial values in place.
-
-# TODO: Please add a reference to official documentation about
-# the implemented braille code. Preferably submit the documents
-# to https://github.com/liblouis/braille-specs.
-
-include spaces.ctb
-include pi.ctb
-include braille-patterns.cti
-#
-#  Copyright (C) 2010, 2011 by DocArch <http://www.docarch.be>
-#  Copyright (C) 2014 by Bert Frees
-#  Copyright (C) 2014 by CBB <http://www.cbb.nl>
-#  Copyright (C) 2015, 2016 by Dedicon <http://www.dedicon.nl>
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 3 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-#
-# -------------------------------------------------------------------------------
-#
-#  Dutch Braille as used in the Netherlands
-#
-#     Created by Bert Frees <bertfrees@gmail.com>
-#     Modified by Henri Apperloo <h.apperloo@cbb.nl>
-#     Modified by Davy Kager <DavyKager@dedicon.nl>
-#
-#     See also: « Braillestandaard voor algemeen gebruik in het Nederlandse taalgebied,
-#                Van toepassing vanaf 1 september 2005 »
-#              (Federatie Slechtzienden- en Blindenbelang en 
-#                Belgische Confederatie voor Blinden en Slechtzienden, 2005)
-#               [https://cdn.rawgit.com/liblouis/braille-specs/master/Belgium/Eindtekst-zonder-voorblad-dec-2005.doc][1]
-#          and: « World Braille Usage (3rd edition) »
-#               [https://cdn.rawgit.com/liblouis/braille-specs/master/world-braille-usage-third-edition.pdf][2]
-#
-# ----------------------------------------------------------------------------------------------
-
-include nl-g0.uti
-
-# Rules where nl-NL-g0.utb and nl-BE-g0.utb differ from each other,
-# because either not or ambiguously defined in the Dutch braille
-# standard of 2005.
-
-# Foreign letters Ã, Õ (Portuguese), Å, Æ, Ø (Norwegian/Danish/Finnish), Ì (Italian)
-# Clear definition missing from standard
-# Belgium uses the definitions from the various languages, see [2]
-# CBB uses the letters without accent, see §2.7 Beklemtoonde klinkers [1]
-# CBB suggests dots "246" for letter o with stroke, see Norway, p. 101 [2]
-
-uplow       \x00C3\x00E3  1,1                 Ãã                  LATIN CAPITAL LETTER A WITH TILDE - LATIN SMALL LETTER A WITH TILDE
-uplow       \x00C5\x00E5  1,1                 Åå                  LATIN CAPITAL LETTER A WITH RING ABOVE - LATIN SMALL LETTER A WITH RING ABOVE
-uplow       \x00C6\x00E6  1-15,1-15           Ææ                  LATIN CAPITAL LETTER AE - LATIN SMALL LETTER AE
-uplow       \x00CC\x00EC  24,24               Ìì                  LATIN CAPITAL LETTER I WITH GRAVE - LATIN SMALL LETTER I WITH GRAVE
-uplow       \x00D5\x00F5  135,135             Õõ                  LATIN CAPITAL LETTER O WITH TILDE - LATIN SMALL LETTER O WITH TILDE
-uplow       \x00D8\x00F8  246,246             Øø                  LATIN CAPITAL LETTER O WITH STROKE - LATIN SMALL LETTER O WITH STROKE
-
-# Left and right curly brackets
-# Definition missing from standard
-# Belgium and Dedicon use dots "12356" and "23456"
-# CBB uses "46" and "3456" but suggests dots "6-12356" and "6-23456", see Norway, p. 101 [2]
-
-punctuation \x007B        12356               {                   LEFT CURLY BRACKET
-# punctuation \x007B        46                  {                   LEFT CURLY BRACKET
-# punctuation \x007B        6-12356             {                   LEFT CURLY BRACKET
-punctuation \x007D        23456               }                   RIGHT CURLY BRACKET
-# punctuation \x007D        3456                }                   RIGHT CURLY BRACKET
-# punctuation \x007D        6-23456             }                   RIGHT CURLY BRACKET
-
-# Vertical line
-# Definition missing from standard
-# Dedicon uses dots "1456"
-# CBB uses dots "123456"
-
-sign        \x007C        1456                |                   VERTICAL LINE
-# sign        \x007C        123456              |                   VERTICAL LINE
-
-# Middle dot
-# Definition missing from standard
-# Belgium uses "5-256"
-# The Netherlands use "56"
-
-sign        \x00B7        56                  ·                   MIDDLE DOT
-
-# Greek letters
-# Clear definition missing from standard
-# The Netherlands use the definitions from Greek (International), p. 185 [2] and rule §2.2 Alfabetwisselingsteken [1]
-# Belgium uses prefix "456" for capital letters
-# Belgium uses dots "345" for letter eta
-# Belgium uses dots "13456" for letter upsilon
-# Belgium uses dots "125" for letter chi
-# Belgium uses dots "12346" for letter psi
-# Belgium uses dots "245" for letter omega
-
-letter      \x0391        56-46-1             Α                   GREEK CAPITAL LETTER ALPHA
-letter      \x0392        56-46-12            Β                   GREEK CAPITAL LETTER BETA
-letter      \x0393        56-46-1245          Γ                   GREEK CAPITAL LETTER GAMMA
-letter      \x0394        56-46-145           Δ                   GREEK CAPITAL LETTER DELTA
-letter      \x0395        56-46-15            Ε                   GREEK CAPITAL LETTER EPSILON
-letter      \x0396        56-46-1356          Ζ                   GREEK CAPITAL LETTER ZETA
-letter      \x0397        56-46-156           Η                   GREEK CAPITAL LETTER ETA
-letter      \x0398        56-46-1456          Θ                   GREEK CAPITAL LETTER THETA
-letter      \x0399        56-46-24            Ι                   GREEK CAPITAL LETTER IOTA
-letter      \x039A        56-46-13            Κ                   GREEK CAPITAL LETTER KAPPA
-letter      \x039B        56-46-123           Λ                   GREEK CAPITAL LETTER LAMDA
-letter      \x039C        56-46-134           Μ                   GREEK CAPITAL LETTER MU
-letter      \x039D        56-46-1345          Ν                   GREEK CAPITAL LETTER NU
-letter      \x039E        56-46-1346          Ξ                   GREEK CAPITAL LETTER XI
-letter      \x039F        56-46-135           Ο                   GREEK CAPITAL LETTER OMICRON
-letter      \x03A0        56-46-1234          Π                   GREEK CAPITAL LETTER PI
-letter      \x03A1        56-46-1235          Ρ                   GREEK CAPITAL LETTER RHO
-letter      \x03A3        56-46-234           Σ                   GREEK CAPITAL LETTER SIGMA
-letter      \x03A4        56-46-2345          Τ                   GREEK CAPITAL LETTER TAU
-letter      \x03A5        56-46-136           Υ                   GREEK CAPITAL LETTER UPSILON
-letter      \x03A6        56-46-124           Φ                   GREEK CAPITAL LETTER PHI
-letter      \x03A7        56-46-12346         Χ                   GREEK CAPITAL LETTER CHI
-letter      \x03A8        56-46-13456         Ψ                   GREEK CAPITAL LETTER PSI
-letter      \x03A9        56-46-2456          Ω                   GREEK CAPITAL LETTER OMEGA
-lowercase   \x03B1        56-1                α                   GREEK SMALL LETTER ALPHA
-lowercase   \x03B2        56-12               β                   GREEK SMALL LETTER BETA
-lowercase   \x03B3        56-1245             γ                   GREEK SMALL LETTER GAMMA
-lowercase   \x03B4        56-145              δ                   GREEK SMALL LETTER DELTA
-lowercase   \x03B5        56-15               ε                   GREEK SMALL LETTER EPSILON
-lowercase   \x03B6        56-1356             ζ                   GREEK SMALL LETTER ZETA
-lowercase   \x03B7        56-156              η                   GREEK SMALL LETTER ETA
-lowercase   \x03B8        56-1456             θ                   GREEK SMALL LETTER THETA
-lowercase   \x03B9        56-24               ι                   GREEK SMALL LETTER IOTA
-lowercase   \x03BA        56-13               κ                   GREEK SMALL LETTER KAPPA
-lowercase   \x03BB        56-123              λ                   GREEK SMALL LETTER LAMDA
-lowercase   \x03BC        56-134              μ                   GREEK SMALL LETTER MU
-lowercase   \x03BD        56-1345             ν                   GREEK SMALL LETTER NU
-lowercase   \x03BE        56-1346             ξ                   GREEK SMALL LETTER XI
-lowercase   \x03BF        56-135              ο                   GREEK SMALL LETTER OMICRON
-lowercase   \x03C0        56-1234             π                   GREEK SMALL LETTER PI
-lowercase   \x03C1        56-1235             ρ                   GREEK SMALL LETTER RHO
-lowercase   \x03C2        56-234              ς                   GREEK SMALL LETTER FINAL SIGMA
-lowercase   \x03C3        56-234              σ                   GREEK SMALL LETTER SIGMA
-lowercase   \x03C4        56-2345             τ                   GREEK SMALL LETTER TAU
-lowercase   \x03C5        56-136              υ                   GREEK SMALL LETTER UPSILON
-lowercase   \x03C6        56-124              φ                   GREEK SMALL LETTER PHI
-lowercase   \x03C7        56-12346            χ                   GREEK SMALL LETTER CHI
-lowercase   \x03C8        56-13456            ψ                   GREEK SMALL LETTER PSI
-lowercase   \x03C9        56-2456             ω                   GREEK SMALL LETTER OMEGA
-lowercase   \x03D5        56-124              ϕ                   GREEK PHI SYMBOL
-# liblouis: German grade 0 braille
-#
-#  Copyright (C) 2009 SBS Schweizerische Bibliothek für Blinde und Sehbehinderte
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-#
-#-------------------------------------------------------------------------------
-#
-#  DEUTSCHE BASISSCHRIFT - German grade 0 braille
-#
-#  Version 11-17-09
-#  christian.waldvogel@sbszh.ch
-#
-#-------------------------------------------------------------------------------
-
-include countries.cti
-
-# --- Braille indicator opcodes ------------------------------------------------
-
-# letsign 6
-
-# capsletter 46
-begcapsword 45
-endcapsword 6
-
-numsign 3456
-
-# --- Emphasis opcodes ---------------------------------------------------------
-
-emphclass italic
-emphclass underline
-emphclass bold
-
-endemphphrase italic after 6-3
-lenemphphrase italic 1
-begemphword italic 6-456
-endemphword italic 6-3
-emphletter italic 456
-
-endemphphrase bold after 6-3
-lenemphphrase bold 1
-begemphword bold 6-456
-endemphword bold 6-3
-emphletter bold 456
-
-endemphphrase underline after 6-3
-lenemphphrase underline 1
-begemphword underline 6-456
-endemphword underline 6-3
-emphletter underline 456
-
-begcomp 6-46
-# endcomp 6-3         # Omitted here (only to be used when longer than one word)
-
-# --- Special Symbol Opcodes ---------------------------------------------------
-
-hyphen - 36
-
-# --- Special Processing Opcodes -----------------------------------------------
-
-capsnocont
-
-# --- Translation opcodes ------------------------------------------------------
-
-# Mehrfach-Leerschläge eliminieren
-
-midnum , 2 Komma
-endnum ; 6-23 Strichpunkt
-endnum : 6-25
-endnum ? 6-26 Fragezeichen
-endnum ! 6-235 Ausrufezeichen
-always ! 235
-midword ( 6-2356 Runde Klammer auf
-midnum ( 6-2356-3456
-endnum ( 6-2356
-always ( 2356
-midword ) 6-2356 Runde Klammer zu
-midnum ) 6-2356-3456
-endnum ) 6-2356
-always ) 2356
-prepunc " 236 Anführungszeichen am Anfang
-prepunc « 236
-prepunc » 236
-endnum " 6-356 Anführungszeichen am Ende
-postpunc " 356
-postpunc » 356
-postpunc « 356
-midnum . 3 Punkt
-always .\s.\s. 3-3-3
-midnum ' 3 Apostroph (Gliederung grosser Zahlen)
-
-always ** 6-35-35 Anmerkungssternchen
-always *** 6-35-35-35
-prepunc \x2039 6-236 Halbes Anführungszeichen am Anfang
-prepunc \x203a 6-236
-prepunc \x2018 6-236
-prepunc \x2019 6-236
-postpunc \x2039 6-356 Halbes Anführungszeichen am Ende
-postpunc \x203a 6-356
-postpunc \x2018 6-356
-postpunc \x2019 6-356
-
-always \x2192 0-25-25-135-0 Pfeil nach rechts
-always \x2190 0-246-25-25-0 Pfeil nach links
-always \x2194 0-246-25-25-135-0 Pfeil nach links und rechts
-always & 5-136 Et-Zeichen
-
-include litdigits6Dots.uti
-
-midnum ' 3
-
-endnum a 6-1
-endnum b 6-12
-endnum c 6-14
-endnum d 6-145
-endnum e 6-15
-endnum f 6-124
-endnum g 6-1245
-endnum h 6-125
-endnum i 6-24
-endnum j 6-245
-
-always % 3456-245-356 Prozent
-always \s% 3456-245-356
-always \s\x2030 3456-245-356-356 Promille 0/00
-always \s\x2031 3456-245-356-356-356 0/000
-always \s° 4-356 Grad
-always \s\x2032 4-35 Winkelminute
-always \s\x2033 4-35-35 Winkelsekunde
-
-begnum § 346 Paragrafzeichen
-joinnum § 346
-
-endnum .-- 3-36-36
-endnum ,-- 2-36-36
-
-always \s-\s 6-36-0 Gedankenstrich
-always \s-- 6-36
-always -- 6-36 Streckenstrich
-always \s\x2013 6-36 EN DASH
-always \s\x2014 6-36 EM DASH
-
-always / 5-2 Schrägstrich
-always | 0-456-123-0 Senkrechter Strich
-
-joinnum £ 4-123 Pfund
-joinnum $ 4-234 Dollar
-always $ 4-234 Dollar
-joinnum ¢ 4-14 Cent
-joinnum ¥ 4-13456 Yen
-joinnum Fr. 124-1235-3 Franken    !!! TUT NICHT !!!
-joinnum Fr 124-1235
-joinnum F 124
-
-# Plus:
-midnum \s+\s 0-4-235-3456
-midnum \s+ 0-4-235-3456
-midnum + 0-4-235-3456
-always + 4-235
-# Minus:
-begnum \s- 0-4-36-3456
-always \s- 0-6-36
-midnum \s\x2212\s 0-4-36-3456
-midnum \s\x2212 0-4-36-3456
-midnum \x2212 0-4-36-3456
-always \x2212 4-36
-# Plus Minus:
-midnum \s±\s 0-4-235-36-3456
-midnum \s± 0-4-235-36-3456
-midnum ± 0-4-235-36-3456
-always ± 4-235-36
-# Gleich:
-midnum \s=\s 0-4-2356-3456
-midnum \s= 0-4-2356-3456
-midnum = 0-4-2356-3456
-always = 4-2356
-# Ungleich:
-midnum \s\x2260\s 0-4-35-2356-3456
-midnum \s\x2260 0-4-35-2356-3456
-midnum \x2260 0-4-35-2356-3456
-always \x2260 4-35-2356
-# Identisch gleich:
-midnum \s\x2261\s 0-4-2356-2356-3456
-midnum \s\x2261 0-4-2356-2356-3456
-midnum \x2261 0-4-2356-2356-3456
-always \x2261 4-2356-2356
-# Äquivalent:
-midnum \s\x2259\s 0-4-26-3456
-midnum \s\x2259 0-4-26-3456
-midnum \x2259 0-4-26-3456
-always \x2259 4-26
-# Ungefähr gleich:
-midnum \s\x2245\s 0-4-26-26-3456
-midnum \s\x2245 0-4-26-26-3456
-midnum \x2245 0-4-26-26-3456
-always \x2245 4-26-26
-# Mal(-Kreuz):
-midnum \s×\s 0-4-236-3456
-midnum \s× 0-4-236-3456
-midnum × 0-4-236-3456
-always × 4-236
-# Mal(-Stern):
-midnum \s\x2217\s 3-3456
-midnum \s\x2217 3-3456
-midnum \x2217 3-3456
-midnum \s*\s 3-3456
-midnum \s* 3-3456
-midnum * 3-3456
-# Anmerkungssternchen:
-always * 6-35
-# Mal(-Punkt):
-midnum \s\x22c5\s 3-3456
-midnum \s\x22c5 3-3456
-midnum \x22c5 3-3456
-# Mal(-Stern):
-midnum \s\x22c6\s 3-3456
-midnum \s\x22c6 3-3456
-midnum \x22c6 3-3456
-# Doppelpunkt (dividiert durch, verhält sich zu):
-midnum \s:\s 4-25-3456
-midnum \s: 4-25-3456
-midnum : 4-25-3456
-midnum \s÷\s 0-4-25-3456
-midnum \s÷ 0-4-25-3456
-midnum ÷ 0-4-25-3456
-always ÷ 4-25
-midnum \s\x2215\s 0-4-25-3456
-midnum \s\x2215 0-4-25-3456
-midnum \x2215 0-4-25-3456
-always \x2215 4-25
-# Proportional:
-midnum \s~\s 0-4-25-25-3456
-midnum \s~ 0-4-25-25-3456
-midnum ~ 0-4-25-25-3456
-always ~ 4-25-25
-midnum \s\x223C\s 0-4-25-25-3456
-midnum \s\x223C 0-4-25-25-3456
-midnum \x223C 0-4-25-25-3456
-always \x223C 4-25-25
-# Kleiner als:
-midnum \s<\s 0-4-246-3-3456
-midnum \s< 0-4-246-3-3456
-midnum < 0-4-246-3-3456
-always < 4-246-3
-# Kleiner oder gleich:
-midnum \s\x2264\s 0-4-246-2356-3456
-midnum \s\x2264 0-4-246-2356-3456
-midnum \x2264 0-4-246-2356-3456
-always \x2264 4-246-2356
-midnum \s\x2266\s 0-4-246-2356-3456
-midnum \s\x2266 0-4-246-2356-3456
-midnum \x2266 0-4-246-2356-3456
-always \x2266 4-246-2356
-# Grösser als:
-midnum \s>\s 0-4-135-2-3456
-midnum \s> 0-4-135-2-3456
-midnum > 0-4-135-2-3456
-always > 4-135-2
-# Grösser oder gleich:
-midnum \s\x2265\s 0-4-135-2356-3456
-midnum \s\x2265 0-4-135-2356-3456
-midnum \x2265 0-4-135-2356-3456
-always \x2265 4-135-2356
-midnum \s\x2267\s 0-4-135-2356-3456
-midnum \s\x2267 0-4-135-2356-3456
-midnum \x2267 0-4-135-2356-3456
-always \x2267 4-135-2356
-
-
-# special character sequences
-
-literal :// URLs
-literal www.
-literal @ Mail-address
-
-literal .com
-literal .edu
-literal .gov
-literal .mil
-literal .net
-literal .org
-
-literal .doc
-literal .htm
-literal .html
-literal .tex
-literal .txt
-
-literal .gif
-literal .jpg
-literal .png
-literal .wav
-
-literal .tar
-literal .zip
-
-
-#  Copyright (C) 2018 Bert Frees <bertfrees@gmail.com>
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-
-# This table maps the Cyrillic dot patterns that are defined in
-# ru-chardefs.cti with a virtual dot 9 to Unicode braille. The dot 9
-# is simply dropped.
-
-# Note that ru-letters.dis maps Latin to lowercase letters and
-# Cyrillic to uppercase letters. But in Unicode this distinction can
-# not be made because the Latin and Cyrillic alphabet are translated
-# to the same dot patterns.
-
-include unicode.dis
-
-display \x2841 179
-display \x2843 1279
-display \x2849 1479
-display \x2859 14579
-display \x2851 1579
-display \x284B 12479
-display \x285B 124579
-display \x2853 12579
-display \x284A 2479
-display \x285A 24579
-display \x2845 1379
-display \x2847 12379
-display \x284D 13479
-display \x285D 134579
-display \x2855 13579
-display \x284F 123479
-display \x285F 1234579
-display \x2857 123579
-display \x284E 23479
-display \x285E 234579
-display \x2865 13679
-display \x287A 245679
-display \x286D 134679
-display \x2875 135679
-display \x2861 1679
-display \x286F 1234679
-display \x2871 15679
-display \x2877 1235679
-display \x286E 234679
-display \x287E 2345679
-display \x286A 24679
-display \x2873 125679
-display \x286B 124679
-
-display \x2801 19
-display \x2803 129
-display \x2809 149
-display \x2819 1459
-display \x2811 159
-display \x280B 1249
-display \x281B 12459
-display \x2813 1259
-display \x280A 249
-display \x281A 2459
-display \x2805 139
-display \x2807 1239
-display \x280D 1349
-display \x281D 13459
-display \x2815 1359
-display \x280F 12349
-display \x281F 123459
-display \x2817 12359
-display \x280E 2349
-display \x281E 23459
-display \x2825 1369
-display \x283A 24569
-display \x282D 13469
-display \x2835 13569
-display \x2821 169
-display \x282F 123469
-display \x2831 1569
-display \x2837 123569
-display \x282E 23469
-display \x283E 234569
-display \x282A 2469
-display \x2833 12569
-display \x282B 12469
-
-# For Ukrainian letters (defined in uk.utb)
-display \x285C 34579
-display \x287D 1345679
-display \x2879 145679
-display \x287B 1245679
-
-display \x281C 3459
-display \x283D 134569
-display \x2839 14569
-display \x283B 124569
-#-display-name: Greek braille
-
-#+locale: el
-#+type: literary
-#+dots: 6
-#+contraction: no
-#+direction: both
-
-#-copyright: 2017, Dave Mielke
-#-license: LGPLv2.1
-
-#-author-name: Dave Mielke
-#-author-email: dave@mielke.cc
-#-author-url: http://mielke.cc/
-
-# TODO: Please add a reference to official documentation about
-# the implemented braille code. Preferably submit the documents
-# to https://github.com/liblouis/braille-specs.
-
-include el.ctb
-include braille-patterns.cti
-#
-# Copyright (C) 1995-2008 by The BRLTTY Developers.
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-
-# BRLTTY Text Table - Armenian
-#
-# Samuel Thibault <samuel.thibault@ens-lyon.org>
-# 
-# This table is based on the Unesco report on the progress of unification of
-# braille writing « L'ÉCRITURE BRAILLE DANS LE MONDE », by Sir Clutha
-# MACKENZIE: http://unesdoc.unesco.org/images/0013/001352/135251fo.pdf
-# The document is dated 1954, so this table may be quite outdated.
-
-# generated by ttbtest
-space \s 0		SPACE
-punctuation ! 235		EXCLAMATION MARK
-punctuation " 2356		QUOTATION MARK
-punctuation ' 3		APOSTROPHE
-punctuation ( 236		LEFT PARENTHESIS
-punctuation ) 356		RIGHT PARENTHESIS
-punctuation , 2		COMMA
-punctuation - 36		HYPHEN-MINUS
-punctuation . 256		FULL STOP
-include digits8Dots.uti
-punctuation : 25		COLON
-punctuation ; 23		SEMICOLON
-punctuation ? 236		QUESTION MARK
-punctuation \x00a0 0		NO-BREAK SPACE
-uppercase \x0531 17		ARMENIAN CAPITAL LETTER AYB
-uppercase \x0532 12347		ARMENIAN CAPITAL LETTER BEN
-uppercase \x0533 123457		ARMENIAN CAPITAL LETTER GIM
-uppercase \x0534 14567		ARMENIAN CAPITAL LETTER DA
-uppercase \x0535 134567		ARMENIAN CAPITAL LETTER ECH
-uppercase \x0536 13567		ARMENIAN CAPITAL LETTER ZA
-uppercase \x0537 157		ARMENIAN CAPITAL LETTER EH
-uppercase \x0538 1367		ARMENIAN CAPITAL LETTER ET
-uppercase \x0539 23457		ARMENIAN CAPITAL LETTER TO
-uppercase \x053a 3457		ARMENIAN CAPITAL LETTER ZHE
-uppercase \x053b 247		ARMENIAN CAPITAL LETTER INI
-uppercase \x053c 1237		ARMENIAN CAPITAL LETTER LIWN
-uppercase \x053d 13467		ARMENIAN CAPITAL LETTER XEH
-uppercase \x053e 347		ARMENIAN CAPITAL LETTER CA
-uppercase \x053f 12457		ARMENIAN CAPITAL LETTER KEN
-uppercase \x0540 1257		ARMENIAN CAPITAL LETTER HO
-uppercase \x0541 3467		ARMENIAN CAPITAL LETTER JA
-uppercase \x0542 1267		ARMENIAN CAPITAL LETTER GHAD
-uppercase \x0543 2457		ARMENIAN CAPITAL LETTER CHEH
-uppercase \x0544 1347		ARMENIAN CAPITAL LETTER MEN
-uppercase \x0545 1567		ARMENIAN CAPITAL LETTER YI
-uppercase \x0546 13457		ARMENIAN CAPITAL LETTER NOW
-uppercase \x0547 1467		ARMENIAN CAPITAL LETTER SHA
-uppercase \x0548 2467		ARMENIAN CAPITAL LETTER VO
-uppercase \x0549 167		ARMENIAN CAPITAL LETTER CHA
-uppercase \x054a 127		ARMENIAN CAPITAL LETTER PEH
-uppercase \x054b 147		ARMENIAN CAPITAL LETTER JHEH
-uppercase \x054c 124567		ARMENIAN CAPITAL LETTER RA
-uppercase \x054d 2347		ARMENIAN CAPITAL LETTER SEH
-uppercase \x054e 12367		ARMENIAN CAPITAL LETTER VEW
-uppercase \x054f 1457		ARMENIAN CAPITAL LETTER TIWN
-uppercase \x0550 12357		ARMENIAN CAPITAL LETTER REH
-uppercase \x0551 23467		ARMENIAN CAPITAL LETTER CO
-uppercase \x0552 24567		ARMENIAN CAPITAL LETTER YIWN
-uppercase \x0553 12467		ARMENIAN CAPITAL LETTER PIWR
-uppercase \x0554 137		ARMENIAN CAPITAL LETTER KEH
-uppercase \x0555 1357		ARMENIAN CAPITAL LETTER OH
-uppercase \x0556 1247		ARMENIAN CAPITAL LETTER FEH
-punctuation \x055d 6		ARMENIAN COMMA
-lowercase \x0561 1		ARMENIAN SMALL LETTER AYB
-lowercase \x0562 1234		ARMENIAN SMALL LETTER BEN
-lowercase \x0563 12345		ARMENIAN SMALL LETTER GIM
-lowercase \x0564 1456		ARMENIAN SMALL LETTER DA
-lowercase \x0565 13456		ARMENIAN SMALL LETTER ECH
-lowercase \x0566 1356		ARMENIAN SMALL LETTER ZA
-lowercase \x0567 15		ARMENIAN SMALL LETTER EH
-lowercase \x0568 136		ARMENIAN SMALL LETTER ET
-lowercase \x0569 2345		ARMENIAN SMALL LETTER TO
-lowercase \x056a 345		ARMENIAN SMALL LETTER ZHE
-lowercase \x056b 24		ARMENIAN SMALL LETTER INI
-lowercase \x056c 123		ARMENIAN SMALL LETTER LIWN
-lowercase \x056d 1346		ARMENIAN SMALL LETTER XEH
-lowercase \x056e 34		ARMENIAN SMALL LETTER CA
-lowercase \x056f 1245		ARMENIAN SMALL LETTER KEN
-lowercase \x0570 125		ARMENIAN SMALL LETTER HO
-lowercase \x0571 346		ARMENIAN SMALL LETTER JA
-lowercase \x0572 126		ARMENIAN SMALL LETTER GHAD
-lowercase \x0573 245		ARMENIAN SMALL LETTER CHEH
-lowercase \x0574 134		ARMENIAN SMALL LETTER MEN
-lowercase \x0575 156		ARMENIAN SMALL LETTER YI
-lowercase \x0576 1345		ARMENIAN SMALL LETTER NOW
-lowercase \x0577 146		ARMENIAN SMALL LETTER SHA
-lowercase \x0578 246		ARMENIAN SMALL LETTER VO
-lowercase \x0579 16		ARMENIAN SMALL LETTER CHA
-lowercase \x057a 12		ARMENIAN SMALL LETTER PEH
-lowercase \x057b 14		ARMENIAN SMALL LETTER JHEH
-lowercase \x057c 12456		ARMENIAN SMALL LETTER RA
-lowercase \x057d 234		ARMENIAN SMALL LETTER SEH
-lowercase \x057e 1236		ARMENIAN SMALL LETTER VEW
-lowercase \x057f 145		ARMENIAN SMALL LETTER TIWN
-lowercase \x0580 1235		ARMENIAN SMALL LETTER REH
-lowercase \x0581 2346		ARMENIAN SMALL LETTER CO
-lowercase \x0582 2456		ARMENIAN SMALL LETTER YIWN
-lowercase \x0583 1246		ARMENIAN SMALL LETTER PIWR
-lowercase \x0584 13		ARMENIAN SMALL LETTER KEH
-lowercase \x0585 135		ARMENIAN SMALL LETTER OH
-lowercase \x0586 124		ARMENIAN SMALL LETTER FEH
-letter \x0587 12346		ARMENIAN SMALL LIGATURE ECH YIWN
-#-display-name: Turkish computer braille
-
-#+locale:tr
-#+type:computer
-#+dots:8
-
-# TODO: Please correct the metadata above. It is not meant to be
-# accurate nor complete. It hasn't been verified by the table
-# author yet. It is merely an attempt by the liblouis maintainers
-# to get some sensible initial values in place.
-
-# TODO: Please add a reference to official documentation about
-# the implemented braille code. Preferably submit the documents
-# to https://github.com/liblouis/braille-specs.
-
-include tr.ctb
-include braille-patterns.cti
-#-display-name: Ukrainian braille
-
-#+locale: uk
-#+type: literary
-
-# -----------------
-# TODO: Please add a reference to official documentation about
-# the implemented braille code. Preferably submit the documents
-# to https://github.com/liblouis/braille-specs.
-# -----------------
-
-#-copyright: Bert Frees
-#-copyright: EAC "Lemur"
-#-license: LGPLv2.1
-
-#  Copyright (C) 2017 EAC "Lemur" <www.trosti.com.ua>
-#  Copyright (C) 2018 Bert Frees <bertfrees@gmail.com>
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-
-# Maintained by Sergiy Moskalets.
-
-#-maintainer-name: Sergiy Moskalets
-#-maintainer-url: www.trosti.com.ua
-
-# -----------------
-
-# Ukrainian braille is largely the same as Russian braille
-include ru-litbrl.ctb
-
-# The Ukrainian alphabet has 4 letters that are not in the Russian
-# alphabet, namely Є, І, Ї and Ґ. Like in ru-chardefs.cti, the
-# following definitions have dot 9 set to make them distinguishable
-# from the Latin letters. Dot 7 indicates uppercase letters.
-uplow \x0404\x0454 34579,3459      CYRILLIC LETTER IE   Єє
-uplow \x0406\x0456 1345679,134569  CYRILLIC LETTER I    Іі
-uplow \x0407\x0457 145679,14569    CYRILLIC LETTER II   Її
-uplow \x0490\x0491 1245679,124569  CYRILLIC LETTER GE   Ґґ
-
-# Extend classes defined in ru-litbrl.ctb
-class uppercyrillic \x0404\x0406\x0407\x0490
-class lowercyrillic \x0454\x0456\x0457\x0491
-class cyrillic \x0404\x0406\x0407\x0490\x0454\x0456\x0457\x0491
-
-# Remove dot 7 from uppercase letters
-# Note that we can use the same name for the swapdd rule, but the pass4 rule needs to be repeated
-swapdd uppertolower 34579,1345679,145679,1245679 3459,134569,14569,124569
-noback pass4 %uppertolower %uppertolower
-
-# The Russian alphabet also has 4 letters that are not in the
-# Ukrainian alphabet, namely Ё, Ъ, Ы and Э. For convenience these
-# definitions are not removed however. They're needed to work
-# comfortable with both languages. These 4 Russian letters are defined
-# in ru-chardefs.cti as follows:
-
-# uplow \x0401\x0451 1679,169         CYRILLIC LETTER IO          Ё
-# uplow \x042A\x044A 1235679,123569   CYRILLIC LETTER HARD SIGN   Ъ
-# uplow \x042B\x044B 234679,23469     CYRILLIC LETTER YERU        Ы
-# uplow \x042D\x044D 24679,2469       CYRILLIC LETTER E           Э
-
-# Math
-always \x00BD 3456-1-23  VULGAR FRACTION ONE HALF ½ (overrides rule in chardefs.cti)
-
-# Unicode braille patterns
-include braille-patterns.cti
-
-
-#afr#1#Afrikaans Uncontracted#za#Afrikaans ongekontrakteerde
-
-# liblouis: Afrikaans Braille Code (Grade 1)
-#
-# ------------
-#-name: Afrikaans ongekontrakteerde
-#-display-name: Afrikaans braille
-#
-#+locale:af
-#+type:literary
-#+contraction:no
-#+grade:1
-#
-# TODO: Please correct the metadata above. It is not meant to be
-# accurate nor complete. It hasn't been verified by the table
-# author yet. It is merely an attempt by the liblouis maintainers
-# to get some sensible initial values in place.
-#
-# TODO: Please add a reference to official documentation about
-# the implemented braille code. Preferably submit the documents
-# to https://github.com/liblouis/braille-specs.
-# ------------
-#
-# Copyright (C) 2014, Greg Kearney <gkearney@gmail.com>
-#
-# Based on English UEB Grade 1
-#
-# Used to display symbols, Unicode chars and other symbols used throughout UEB code.
-#
-# This file is part of liblouis.
-#
-# liblouis is free software: you can redistribute it and/or modify it
-# under the terms of the GNU Lesser General Public License as
-# published by the Free Software Foundation, either version 2.1 of
-# the License, or (at your option) any later version.
-#
-# liblouis is distributed in the hope that it will be useful, but
-# WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-# Lesser General Public License for more details.
-#
-# You should have received a copy of the GNU Lesser General Public
-# License along with liblouis. If not, see
-# <http://www.gnu.org/licenses/>.
-
-include en-ueb-g1.ctb
-
-# Afrikaans specific
-#sign \x0302 45 	COMBINING CIRCUMFLEX ACCENT
-#sign \x0308 56 	COMBINING DIAERESIS
-#sign \x0301 4	COMBINING ACUTE ACCENT
-
-uplow	Áá	4-1
-uplow	Àà	45-16-1
-#uplow	Ââ 	45-1
-#uplow	Ää 	56-1
-
-uplow	Éé 	4-15
-uplow	Èè	45-16-15
-uplow	Êê	45-15
-uplow	Ëë 	56-15
-
-uplow	Íí 	4-24
-uplow	Ïï 	56-24
-uplow	Îî 	45-24
-
-uplow	Óó	4-135
-uplow	Ôô	45-135
-uplow	Öö	56-135
-
-uplow	Úú	4-136
-uplow	Ûû	45-136
-uplow	Üü	56-136
-
-uplow	Ýý	4-13456
-#
-#  Copyright (C) 2011 by Peter Engström <peter.engstrom@indexbraille.com>
-#  Copyright (C) 2011 by Monk Jeremiah, Manastir Decani <visokidecani@gmail.com>
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 3 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-#
-# -----------------------------------------------------------------------------
-#
-# 	SERBIAN
-#	=======
-# 	Authors:	Peter Engström, Index Braille <peter.engstrom@indexbraille.com>
-#				Monk Jeremiah, Manastir Decani <visokidecani@gmail.com>
-#
-# 	Date: 		Note:
-#	2011-03-28	Initial release
-#	2015-08-28	Additions and fixes by Zvonimir Stanecic
-#
-# ---------------------------------------------------------------------------------------
-
-include sr-chardefs.cti
-include braille-patterns.cti
-
-numsign 3456								# number sign
-capsletter 46
-begcapsword 45
-
-prepunc `` 236
-# --- Emphasis opcodes ---------------------------------------------------------
-emphclass italic
-emphclass underline
-emphclass bold
-
-endemphphrase italic after 6-3
-lenemphphrase italic 1
-begemphword italic 6-456
-endemphword italic 6-3
-emphletter italic 456
-
-endemphphrase bold after 6-3
-lenemphphrase bold 1
-begemphword bold 6-456
-endemphword bold 6-3
-emphletter bold 456
-
-endemphphrase underline after 6-3
-lenemphphrase underline 1
-begemphword underline 6-456
-endemphword underline 6-3
-emphletter underline 456
-
-#----------- SPECIAL SYLLABLES ------------------------------------------------
-always \x0044\x017D 12456			# LATIN CAPITAL LETTER D + LATIN CAPITAL LETTER Z WITH CARON
-always \x0044\x017E 12456			# LATIN CAPITAL LETTER D + LATIN SMALL LETTER Z WITH CARON
-always \x0064\x017E 12456			# LATIN SMALL LETTER D + LATIN SMALL LETTER Z WITH CARON
-always LJ 126						# LJ
-always Lj 126						# Lj
-always lj 126						# lj
-always NJ 1246						# NJ
-always Nj 1246						# Nj
-always nj 1246						# nj
-#-----------------------------------------------------------------------------
-
-#----------- SPECIAL WORDS ---------------------------------------------------
-word injekc 24-1345-245-15-13-14
-word injekt 24-1345-245-15-13-2345
-word konjunk 13-135-1345-245-136-1345-13
-word konjug 13-135-1345-245-136-1245
-word nadživ 1345-1-145-2346-24-1236
-word odživ 135-145-2346-24-1236
-word predživot 1234-1235-15-145-2346-24-1236-135-2345
-word tanjug 2345-1-1345-245-136-1245
-#-----------------------------------------------------------------------------
-
-# mathematical symbols
-midnum ­ 36
-midnum - 36
-endnum % 3456-245-356 #46
-
-
-# special character sequences
-literal :// URLs
-literal www.
-
-literal .com
-literal .edu
-literal .gov
-literal .mil
-literal .net
-literal .org
-
-literal .doc
-literal .htm
-literal .html
-literal .tex
-literal .txt
-
-literal .gif
-literal .jpg
-literal .png
-literal .wav
-
-literal .tar
-literal .zip
-# liblouis: English, U.S. (EBAE) character definitions table
-#
-#  Based on the Linux screenreader BRLTTY, copyright (C) 1999-2006 by
-#  The BRLTTY Team
-#
-#  Copyright (C) 2004-2006 ViewPlus Technologies, Inc. www.viewplus.com
-#  Copyright (C) 2004-2006 JJB Software, Inc. www.jjb-software.com
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-
-# Computer braille single-cell characters
-space \s 0 blank
-space \t 9 tab
-space \x000a 0 newline
-space \x000c 0
-space \x000d 0 carriage return
-space \x001b 1b escape character for html back-translation
-space \x00A0 a NO-BREAK SPACE <noBreak> 0020 NON-BREAKING SPACE 
-include loweredDigits6Dots.uti
-
-include latinLetterDef8Dots.uti
-
-punctuation ( 12356
-punctuation } 12456
-punctuation ] 124567
-punctuation ? 1456
-punctuation : 156
-punctuation ) 23456
-punctuation ! 2346
-punctuation { 246
-punctuation [ 2467
-punctuation ' 3
-punctuation - 36
-punctuation . 46
-punctuation " 5
-punctuation ; 56
-punctuation , 6
-sign & 12346
-sign $ 1246
-sign | 1256
-sign \\ 12567
-sign % 146
-sign * 16
-sign # 3456
-punctuation ` 4
-sign _ 456
-sign ^ 457
-sign @ 47
-math = 123456
-math < 126
-math / 34
-math > 345
-math + 346
-math ~ 45
-
-# Accented letters
-lowercase \x00DF 4-234 LATIN SMALL LETTER SHARP S German 
-lowercase \x00E0 4-1 LATIN SMALL LETTER A WITH GRAVE 0061 0300 LATIN 
-lowercase \x00E1 4-1 LATIN SMALL LETTER A WITH ACUTE 0061 0301 LATIN 
-lowercase \x00E2 4-1 LATIN SMALL LETTER A WITH CIRCUMFLEX 0061 0302 
-lowercase \x00E3 4-1 LATIN SMALL LETTER A WITH TILDE 0061 0303 LATIN 
-lowercase \x00E4 4-1 LATIN SMALL LETTER A WITH DIAERESIS 0061 0308 LATIN 
-lowercase \x00E5 4-1 LATIN SMALL LETTER A WITH RING ABOVE 0061 030A 
-lowercase \x00E6 4-1 LATIN SMALL LETTER AE LATIN SMALL LETTER A E ash * 
-lowercase \x00E7 4-14 LATIN SMALL LETTER C WITH CEDILLA 0063 0327 LATIN 
-lowercase \x00E8 4-15 LATIN SMALL LETTER E WITH GRAVE 0065 0300 LATIN 
-lowercase \x00E9 4-15 LATIN SMALL LETTER E WITH ACUTE 0065 0301 LATIN 
-lowercase \x00EA 4-15 LATIN SMALL LETTER E WITH CIRCUMFLEX 0065 0302 
-lowercase \x00EB 4-15 LATIN SMALL LETTER E WITH DIAERESIS 0065 0308 
-lowercase \x00EC 4-24 LATIN SMALL LETTER I WITH GRAVE 0069 0300 LATIN 
-lowercase \x00ED 4-24 LATIN SMALL LETTER I WITH ACUTE 0069 0301 LATIN 
-lowercase \x00EE 4-24 LATIN SMALL LETTER I WITH CIRCUMFLEX 0069 0302 
-lowercase \x00EF 4-24 LATIN SMALL LETTER I WITH DIAERESIS 0069 0308 
-lowercase \x00F0 4-15 LATIN SMALL LETTER ETH Icelandic 00D0 00D0
-lowercase \x00F1 4-1345 LATIN SMALL LETTER N WITH TILDE 006E 0303 LATIN 
-lowercase \x00F2 4-135 LATIN SMALL LETTER O WITH GRAVE 006F 0300 LATIN 
-lowercase \x00F3 4-135 LATIN SMALL LETTER O WITH ACUTE 006F 0301 LATIN 
-lowercase \x00F4 4-135 LATIN SMALL LETTER O WITH CIRCUMFLEX 006F 0302 
-lowercase \x00F5 4-135 LATIN SMALL LETTER O WITH TILDE 006F 0303 LATIN 
-lowercase \x00F6 4-135 LATIN SMALL LETTER O WITH DIAERESIS 006F 0308 
-lowercase \x00F8 4-135 LATIN SMALL LETTER O WITH STROKE LATIN SMALL 
-lowercase \x00F9 4-136 LATIN SMALL LETTER U WITH GRAVE 0075 0300 LATIN 
-lowercase \x00FA 4-136 LATIN SMALL LETTER U WITH ACUTE 0075 0301 LATIN 
-lowercase \x00FB 4-136 LATIN SMALL LETTER U WITH CIRCUMFLEX 0075 0302 
-lowercase \x00FC 4-136 LATIN SMALL LETTER U WITH DIAERESIS 0075 0308 
-lowercase \x00FD 4-13456 LATIN SMALL LETTER Y WITH ACUTE 0079 0301 LATIN 
-lowercase \x00FE 4-2345 LATIN SMALL LETTER THORN Icelandic 00DE 00DE
-lowercase \x00FF 4-13456 LATIN SMALL LETTER Y WITH DIAERESIS 0079 0308 
-uppercase \x00C0 4-1 LATIN CAPITAL LETTER A WITH GRAVE 0041 0300 LATIN 
-uppercase \x00C1 4-1 LATIN CAPITAL LETTER A WITH ACUTE 0041 0301 LATIN 
-uppercase \x00C2 4-1 LATIN CAPITAL LETTER A WITH CIRCUMFLEX 0041 0302 
-uppercase \x00C3 4-1 LATIN CAPITAL LETTER A WITH TILDE 0041 0303 LATIN 
-uppercase \x00C4 4-1 LATIN CAPITAL LETTER A WITH DIAERESIS 0041 0308 
-uppercase \x00C5 4-1 LATIN CAPITAL LETTER A WITH RING ABOVE 0041 030A 
-uppercase \x00C6 4-1 LATIN CAPITAL LETTER AE LATIN CAPITAL LETTER A E 
-uppercase \x00C7 4-14 LATIN CAPITAL LETTER C WITH CEDILLA 0043 0327 
-uppercase \x00C8 4-15 LATIN CAPITAL LETTER E WITH GRAVE 0045 0300 LATIN 
-uppercase \x00C9 4-15 LATIN CAPITAL LETTER E WITH ACUTE 0045 0301 LATIN 
-uppercase \x00CA 4-15 LATIN CAPITAL LETTER E WITH CIRCUMFLEX 0045 0302 
-uppercase \x00CB 4-15 LATIN CAPITAL LETTER E WITH DIAERESIS 0045 0308 
-uppercase \x00CC 4-24 LATIN CAPITAL LETTER I WITH GRAVE 0049 0300 LATIN 
-uppercase \x00CD 4-24 LATIN CAPITAL LETTER I WITH ACUTE 0049 0301 LATIN 
-uppercase \x00CE 4-24 LATIN CAPITAL LETTER I WITH CIRCUMFLEX 0049 0302 
-uppercase \x00CF 4-24 LATIN CAPITAL LETTER I WITH DIAERESIS 0049 0308 
-uppercase \x00D0 4-15 LATIN CAPITAL LETTER ETH Icelandic 00F0 
-uppercase \x00D1 4-1345 LATIN CAPITAL LETTER N WITH TILDE 004E 0303 
-uppercase \x00D2 4-135 LATIN CAPITAL LETTER O WITH GRAVE 004F 0300 LATIN 
-uppercase \x00D3 4-135 LATIN CAPITAL LETTER O WITH ACUTE 004F 0301 LATIN 
-uppercase \x00D4 4-135 LATIN CAPITAL LETTER O WITH CIRCUMFLEX 004F 0302 
-uppercase \x00D6 4-135 LATIN CAPITAL LETTER O WITH DIAERESIS 004F 0308 
-uppercase \x00D8 4-135 LATIN CAPITAL LETTER O WITH STROKE LATIN CAPITAL 
-uppercase \x00D9 4-136 LATIN CAPITAL LETTER U WITH GRAVE 0055 0300 LATIN 
-uppercase \x00DA 4-136 LATIN CAPITAL LETTER U WITH ACUTE 0055 0301 LATIN 
-uppercase \x00DB 4-136 LATIN CAPITAL LETTER U WITH CIRCUMFLEX 0055 0302 
-uppercase \x00DC 4-136 LATIN CAPITAL LETTER U WITH DIAERESIS 0055 0308 
-uppercase \x00DD 4-13456 LATIN CAPITAL LETTER Y WITH ACUTE 0059 0301 
-uppercase \x00DE 4-2345 LATIN CAPITAL LETTER THORN Icelandic 00FE 
-
-# Miscellaneous
-math \x00B1 346-36 PLUS-MINUS SIGN PLUS-OR-MINUS SIGN 
-math \x00B7 4-16 MIDDLE DOT 
-math \x00BC 1456-2-34-256-3456 VULGAR FRACTION ONE QUARTER No 0031 2044 
-math \x00BD 1456-2-34-23-3456 VULGAR FRACTION ONE HALF No 0031 2044 0032 
-math \x00BE 1456-25-34-23-3456 VULGAR FRACTION THREE QUARTERS No 0033 
-math \x00D7 16 MULTIPLICATION SIGN 
-math \x00F7 4-34 DIVISION SIGN 
-noback punctuation \x0092 3
-noback punctuation \x0097 36-36
-punctuation \x00A1 235 INVERTED EXCLAMATION MARK 
-punctuation \x00ad 36
-punctuation \x00BF 236 INVERTED QUESTION MARK 
-punctuation \x2011 36
-punctuation \x2013 36-36
-punctuation \x2014 36-36
-noback punctuation \x2018 6-236
-noback punctuation \x2019 3
-noback punctuation \x2019 356-3
-punctuation \x201c 236
-punctuation \x201d 356
-noback punctuation \x2026 3
-sign \x2122 45-2345 trademark sign
-sign \x00A2 4-14 CENT SIGN 
-sign \x00A3 3456 POUND SIGN 
-sign \x00A4 1246 CURRENCY SIGN 
-sign \x00A7 4-234 SECTION SIGN 
-sign \x00A9 45-14 COPYRIGHT SIGN 
-sign \x00AE 45-1235 REGISTERED SIGN REGISTERED TRADE MARK SIGN 
-sign \x00B0 56-145-1245 DEGREE SIGN 
-sign \x00B4 b4 ACUTE ACCENT 0020 0301 SPACING ACUTE 
-sign \x00B5 46-134 MICRO SIGN 03BC 039C 039C
-# sign \x00A5 YEN SIGN 
-punctuation \x00A6 456-1256 BROKEN BAR BROKEN VERTICAL BAR 
-punctuation \x0093 236
-punctuation \x0094 356
-punctuation \x0096 36
-# sign \x00A8 DIAERESIS 0020 0308 SPACING DIAERESIS 
-# sign \x00AA FEMININE ORDINAL INDICATOR 0061 
-# punctuation \x00AB LEFT-POINTING DOUBLE ANGLE QUOTATION MARK LEFT 
-# sign \x00AC NOT SIGN 
-# sign \x00AF MACRON 0020 0304 SPACING MACRON 
-# math \x00B2 SUPERSCRIPT TWO 0032 2 2 SUPERSCRIPT DIGIT TWO 
-# math \x00B3 SUPERSCRIPT THREE 0033 3 3 SUPERSCRIPT DIGIT THREE 
-# sign \x00B6 PILCROW SIGN PARAGRAPH SIGN 
-# sign \x00B8 CEDILLA 0020 0327 SPACING CEDILLA 
-# math \x00B9 SUPERSCRIPT ONE 0031 1 1 SUPERSCRIPT DIGIT ONE 
-# sign \x00BA MASCULINE ORDINAL INDICATOR 006F 
-# punctuation \x00BB RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK Pf Y 
-noback sign \X25CF 16 BLACK CIRCLE
-# -----------
-#-display-name: Swedish computer braille (1996 standard)
-#
-#+locale:sv
-#+type:computer
-#+dots:8
-#+version:1996
-#
-# TODO: Please correct the metadata above. It is not meant to be
-# accurate nor complete. It hasn't been verified by the table
-# author yet. It is merely an attempt by the liblouis maintainers
-# to get some sensible initial values in place.
-#
-# TODO: Please add a reference to official documentation about
-# the implemented braille code. Preferably submit the documents
-# to https://github.com/liblouis/braille-specs.
-# -----------
-#
-# Copyright (C) 1995-2009 by The BRLTTY Developers.
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-
-# BRLTTY Text Table - Swedish (1996 standard)
-
-# This file contains the ISO-8859-1 compatible version of the Swedish 8-dot
-# braille standard as it was defined by the Swedish Braille Authority
-# (www.punktskriftsnamnden.se) on October 8, 1996. As of December 2005, this
-# is the most current braille standard in Sweden.
-
-space	\s	0	SPACE
-punctuation	!	235	EXCLAMATION MARK
-punctuation	"	56	QUOTATION MARK
-punctuation	#	3456	NUMBER SIGN
-punctuation	$	2358	DOLLAR SIGN
-punctuation	%	4678	PERCENT SIGN
-punctuation	&	3468	AMPERSAND
-punctuation	'	5	APOSTROPHE
-punctuation	(	236	LEFT PARENTHESIS
-punctuation	)	356	RIGHT PARENTHESIS
-punctuation	*	35	ASTERISK
-punctuation	+	256	PLUS SIGN
-punctuation	,	2	COMMA
-punctuation	-	36	HYPHEN-MINUS
-punctuation	.	3	FULL STOP
-punctuation	/	34	SOLIDUS
-include digits8Dots.uti
-punctuation	:	25	COLON
-punctuation	;	23	SEMICOLON
-punctuation	<	358	LESS-THAN SIGN
-punctuation	=	2356	EQUALS SIGN
-punctuation	>	267	GREATER-THAN SIGN
-punctuation	?	26	QUESTION MARK
-punctuation	@	48	COMMERCIAL AT
-
-include latinLetterDef8Dots.uti
-
-punctuation	[	123568	LEFT SQUARE BRACKET
-punctuation	\\	168	REVERSE SOLIDUS
-punctuation	]	234568	RIGHT SQUARE BRACKET
-punctuation	^	578	CIRCUMFLEX ACCENT
-punctuation	_	6	LOW LINE
-punctuation	`	46	GRAVE ACCENT
-punctuation	{	23678	LEFT CURLY BRACKET
-punctuation	|	4568	VERTICAL LINE
-punctuation	}	35678	RIGHT CURLY BRACKET
-punctuation	~	268	TILDE
-punctuation	\x00a0	0	NO-BREAK SPACE
-punctuation	\x00a1	367	INVERTED EXCLAMATION MARK
-punctuation	\x00a2	23468	CENT SIGN
-punctuation	\x00a3	1238	POUND SIGN
-punctuation	\x00a4	2478	CURRENCY SIGN
-punctuation	\x00a5	24678	YEN SIGN
-punctuation	\x00a6	12678	BROKEN BAR
-punctuation	\x00a7	346	SECTION SIGN
-punctuation	\x00a8	3678	DIAERESIS
-punctuation	\x00a9	14568	COPYRIGHT SIGN
-letter	\x00aa	2345678	FEMININE ORDINAL INDICATOR
-punctuation	\x00ab	2378	LEFT-POINTING DOUBLE ANGLE QUOTATION MARK
-punctuation	\x00ac	13458	NOT SIGN
-punctuation	\x00ad	23568	SOFT HYPHEN
-punctuation	\x00ae	12468	REGISTERED SIGN
-punctuation	\x00af	1578	MACRON
-punctuation	\x00b0	15678	DEGREE SIGN
-punctuation	\x00b1	123468	PLUS-MINUS SIGN
-punctuation	\x00b2	37	SUPERSCRIPT TWO
-punctuation	\x00b3	2567	SUPERSCRIPT THREE
-punctuation	\x00b4	258	ACUTE ACCENT
-lowercase	\x00b5	13478	MICRO SIGN
-punctuation	\x00b6	1267	PILCROW SIGN
-punctuation	\x00b7	8	MIDDLE DOT
-punctuation	\x00b8	12568	CEDILLA
-punctuation	\x00b9	1468	SUPERSCRIPT ONE
-letter	\x00ba	1358	MASCULINE ORDINAL INDICATOR
-punctuation	\x00bb	5678	RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK
-punctuation	\x00bc	12358	VULGAR FRACTION ONE QUARTER
-punctuation	\x00bd	1368	VULGAR FRACTION ONE HALF
-punctuation	\x00be	3578	VULGAR FRACTION THREE QUARTERS
-punctuation	\x00bf	38	INVERTED QUESTION MARK
-uppercase	\x00c0	1467	LATIN CAPITAL LETTER A WITH GRAVE
-uppercase	\x00c1	135678	LATIN CAPITAL LETTER A WITH ACUTE
-uppercase	\x00c2	24578	LATIN CAPITAL LETTER A WITH CIRCUMFLEX
-uppercase	\x00c3	13578	LATIN CAPITAL LETTER A WITH TILDE
-uppercase	\x00c4	3457	LATIN CAPITAL LETTER A WITH DIAERESIS
-uppercase	\x00c5	167	LATIN CAPITAL LETTER A WITH RING ABOVE
-uppercase	\x00c6	34578	LATIN CAPITAL LETTER AE
-uppercase	\x00c7	123467	LATIN CAPITAL LETTER C WITH CEDILLA
-uppercase	\x00c8	12378	LATIN CAPITAL LETTER E WITH GRAVE
-uppercase	\x00c9	1234567	LATIN CAPITAL LETTER E WITH ACUTE
-uppercase	\x00ca	68	LATIN CAPITAL LETTER E WITH CIRCUMFLEX
-uppercase	\x00cb	27	LATIN CAPITAL LETTER E WITH DIAERESIS
-uppercase	\x00cc	457	LATIN CAPITAL LETTER I WITH GRAVE
-uppercase	\x00cd	1348	LATIN CAPITAL LETTER I WITH ACUTE
-uppercase	\x00ce	458	LATIN CAPITAL LETTER I WITH CIRCUMFLEX
-uppercase	\x00cf	67	LATIN CAPITAL LETTER I WITH DIAERESIS
-uppercase	\x00d0	23467	LATIN CAPITAL LETTER ETH
-uppercase	\x00d1	124567	LATIN CAPITAL LETTER N WITH TILDE
-uppercase	\x00d2	123478	LATIN CAPITAL LETTER O WITH GRAVE
-uppercase	\x00d3	178	LATIN CAPITAL LETTER O WITH ACUTE
-uppercase	\x00d4	124578	LATIN CAPITAL LETTER O WITH CIRCUMFLEX
-uppercase	\x00d5	23478	LATIN CAPITAL LETTER O WITH TILDE
-uppercase	\x00d6	2467	LATIN CAPITAL LETTER O WITH DIAERESIS
-punctuation	\x00d7	13468	MULTIPLICATION SIGN
-uppercase	\x00d8	1567	LATIN CAPITAL LETTER O WITH STROKE
-uppercase	\x00d9	14578	LATIN CAPITAL LETTER U WITH GRAVE
-uppercase	\x00da	12578	LATIN CAPITAL LETTER U WITH ACUTE
-uppercase	\x00db	245678	LATIN CAPITAL LETTER U WITH CIRCUMFLEX
-uppercase	\x00dc	12567	LATIN CAPITAL LETTER U WITH DIAERESIS
-uppercase	\x00dd	12478	LATIN CAPITAL LETTER Y WITH ACUTE
-uppercase	\x00de	1234678	LATIN CAPITAL LETTER THORN
-lowercase	\x00df	1278	LATIN SMALL LETTER SHARP S
-lowercase	\x00e0	12356	LATIN SMALL LETTER A WITH GRAVE
-lowercase	\x00e1	1235678	LATIN SMALL LETTER A WITH ACUTE
-lowercase	\x00e2	1678	LATIN SMALL LETTER A WITH CIRCUMFLEX
-lowercase	\x00e3	13678	LATIN SMALL LETTER A WITH TILDE
-lowercase	\x00e4	345	LATIN SMALL LETTER A WITH DIAERESIS
-lowercase	\x00e5	16	LATIN SMALL LETTER A WITH RING ABOVE
-lowercase	\x00e6	3458	LATIN SMALL LETTER AE
-lowercase	\x00e7	12346	LATIN SMALL LETTER C WITH CEDILLA
-lowercase	\x00e8	2346	LATIN SMALL LETTER E WITH GRAVE
-lowercase	\x00e9	123456	LATIN SMALL LETTER E WITH ACUTE
-lowercase	\x00ea	126	LATIN SMALL LETTER E WITH CIRCUMFLEX
-lowercase	\x00eb	1246	LATIN SMALL LETTER E WITH DIAERESIS
-lowercase	\x00ec	3478	LATIN SMALL LETTER I WITH GRAVE
-lowercase	\x00ed	348	LATIN SMALL LETTER I WITH ACUTE
-lowercase	\x00ee	146	LATIN SMALL LETTER I WITH CIRCUMFLEX
-lowercase	\x00ef	12456	LATIN SMALL LETTER I WITH DIAERESIS
-lowercase	\x00f0	568	LATIN SMALL LETTER ETH
-lowercase	\x00f1	124568	LATIN SMALL LETTER N WITH TILDE
-lowercase	\x00f2	34678	LATIN SMALL LETTER O WITH GRAVE
-lowercase	\x00f3	3467	LATIN SMALL LETTER O WITH ACUTE
-lowercase	\x00f4	1456	LATIN SMALL LETTER O WITH CIRCUMFLEX
-lowercase	\x00f5	2348	LATIN SMALL LETTER O WITH TILDE
-lowercase	\x00f6	246	LATIN SMALL LETTER O WITH DIAERESIS
-punctuation	\x00f7	2568	DIVISION SIGN
-lowercase	\x00f8	4578	LATIN SMALL LETTER O WITH STROKE
-lowercase	\x00f9	23456	LATIN SMALL LETTER U WITH GRAVE
-lowercase	\x00fa	25678	LATIN SMALL LETTER U WITH ACUTE
-lowercase	\x00fb	156	LATIN SMALL LETTER U WITH CIRCUMFLEX
-lowercase	\x00fc	1256	LATIN SMALL LETTER U WITH DIAERESIS
-lowercase	\x00fd	34568	LATIN SMALL LETTER Y WITH ACUTE
-lowercase	\x00fe	234578	LATIN SMALL LETTER THORN
-lowercase	\x00ff	1268	LATIN SMALL LETTER Y WITH DIAERESIS
-# liblouis: U.K. English 8 dot Computer braille table
-#
-# -----------
-#-display-name: U.K. English computer braille
-#
-#+locale:en-GB
-#+type:computer
-#+dots:8
-#
-# TODO: Please correct the metadata above. It is not meant to be
-# accurate nor complete. It hasn't been verified by the table
-# author yet. It is merely an attempt by the liblouis maintainers
-# to get some sensible initial values in place.
-#
-# TODO: Please add a reference to official documentation about
-# the implemented braille code. Preferably submit the documents
-# to https://github.com/liblouis/braille-specs.
-# -----------
-#
-#  Copyright (C) 2013 David Reynolds <dkreynolds@ntlworld.com>
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-
-space \t 9 tab
-space \s 0 blank
-space \x00a0 a unbreakable space
-sign \x000a 24578 newline
-space \x000d 13478 carriage return
-include latinLetterDef8Dots.uti
-punctuation , 2
-punctuation ; 23
-punctuation : 25
-punctuation . 256
-punctuation ! 3456
-punctuation " 4
-punctuation ' 3
-punctuation ( 45
-punctuation ) 345
-punctuation - 36
-sign _ 456
-math < 236
-math = 2356
-math > 356
-sign % 46
-math + 236
-math ~ 14567
-sign ` 3457
-sign £ 467
-sign & 12346
-sign $ 34567
-punctuation ? 26
-punctuation { 123567
-punctuation [ 12356
-punctuation } 234567
-punctuation ] 23456
-sign ^ 6
-sign @ 2346
-sign # 56
-sign \\ 167
-sign | 468
-math / 34
-sign * 35
-digit 0 123456
-include digits6DotsPlusDot6.uti
-noback sign \X25CF 35	# 9679 black circle
-#
-#  Copyright (C) 2014 by Branislav Mamojka <mamojka@unss.sk>
-#  Copyright (C) 2016 by Peter Vagner <peter.v@datagate.sk>
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-#
-#--------------------------------------------------------------------------------
-#
-#  Slovak Braille
-#
-#     Created and maintained by Branislav Mamojka <mamojka@unss.sk>
-#                               Peter Vagner <peter.v@datagate.sk>
-#
-#     Based on the official Slovak Braille Standard
-#     Derived from the Czech braille table by Bert Frees and Jan Halousek
-# ----------------------------------------------------------------------------------------------
-
-# ----------------------------------------------------------------------------------------------
-# Braille indicator opcodes
-# ----------------------------------------------------------------------------------------------
-
-numsign  3456
-capsletter  6
-begcapsword  6-6
-endcapsword  56
-
-# ----------------------------------------------------------------------------------------------
-# Literary digits
-# ----------------------------------------------------------------------------------------------
-
-include litdigits6Dots.uti
-
-# ----------------------------------------------------------------------------------------------
-# Decimal points, hyphens
-# ----------------------------------------------------------------------------------------------
-
-decpoint  \x002C  2
-decpoint  \x002E  3
-hyphen    \x002D  36
-
-# ----------------------------------------------------------------------------------------------
-# Letter prefix in numbers
-# ----------------------------------------------------------------------------------------------
-
-class    digitletter                 abcdefghij
-noback context  $d[]%digitletter            @56
-noback context  $d"."[]%digitletter         @56
-noback context  $d","[]%digitletter         @56
-
-# ----------------------------------------------------------------------------------------------
-#-display-name: Serbian braille
-
-#+locale:sr
-#+type:literary
-#+grade:1
-
-# TODO: Please correct the metadata above. It is not meant to be
-# accurate nor complete. It hasn't been verified by the table
-# author yet. It is merely an attempt by the liblouis maintainers
-# to get some sensible initial values in place.
-
-# TODO: Please add a reference to official documentation about
-# the implemented braille code. Preferably submit the documents
-# to https://github.com/liblouis/braille-specs.
-
-include sr-g1.ctb
-include braille-patterns.cti
-#-display-name: Irish contracted braille
-
-#+locale:ga
-#+type:literary
-#+contraction:full
-#+grade:2
-
-# TODO: Please correct the metadata above. It is not meant to be
-# accurate nor complete. It hasn't been verified by the table
-# author yet. It is merely an attempt by the liblouis maintainers
-# to get some sensible initial values in place.
-
-# TODO: Please add a reference to official documentation about
-# the implemented braille code. Preferably submit the documents
-# to https://github.com/liblouis/braille-specs.
-
-include ga-g2.ctb
-include braille-patterns.cti
-# liblouis: Lithuanian 6-dot Braille table
-#
-# Copyright (C) 2017 Rimas Kudelis <rq@akl.lt>
-# Copyright (C) 2017 Tadas Matusevičius <tadas.matus@gmail.com>
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-
-# The Lithuanian 6-dot Braille alphabet is described in a decree
-# no. 878 of the Minister of Education, called "Dėl perėjimo prie
-# naujos lietuviškos Brailio rašto abėcėlės tvarkos ir programos",
-# which is in effect since 2000-07-08. Document number is 55-1620. At
-# the time of writing this file, the document was accessible at
-# https://www.e-tar.lt/portal/lt/legalAct/TAR.A110E8E6A83F .
-# The document is referred to as "the standard" below.
-#
-# The standard specifies only the mapping of Lithuanian letters to 6-dot
-# Braille writing system, no other characters are defined in it.
-# Definitions of some punctuation and other characters are informally
-# available on the Internet.
-#
-# This table builds on from these bits of information, but also adds
-# a number of other definitions to make it more useful in computing.
-
-###
-### WHITESPACE
-###
-
-include spaces.ctb
-
-noback space           \x0009 0-0                          [CHARACTER TABULATION]
-nofor space            \x0009 6-0                          [CHARACTER TABULATION]
-
-
-###
-### LETTERS
-###
-
-# Base Latin letters.
-include latinLetterDef6Dots.uti
-
-# Letters with diacritics which are part of the Lithuanian alphabet.
-uplow                  \x0104\x0105 16                     Ąą LATIN CAPITAL LETTER A WITH OGONEK,LATIN SMALL LETTER A WITH OGONEK
-uplow                  \x010c\x010d 146                    Čč LATIN CAPITAL LETTER C WITH CARON,LATIN SMALL LETTER C WITH CARON
-uplow                  \x0118\x0119 156                    Ęę LATIN CAPITAL LETTER E WITH OGONEK,LATIN SMALL LETTER E WITH OGONEK
-uplow                  \x0116\x0117 345                    Ėė LATIN CAPITAL LETTER E WITH DOT ABOVE,LATIN SMALL LETTER E WITH DOT ABOVE
-uplow                  \x012e\x012f 246                    Įį LATIN CAPITAL LETTER I WITH OGONEK,LATIN SMALL LETTER E WITH OGONEK
-uplow                  \x0160\x0161 2346                   Šš LATIN CAPITAL LETTER S WITH CARON,LATIN SMALL LETTER S WITH CARON
-uplow                  \x0172\x0173 346                    Ųų LATIN CAPITAL LETTER U WITH OGONEK,LATIN SMALL LETTER U WITH OGONEK
-uplow                  \x016a\x016b 1256                   Ūū LATIN CAPITAL LETTER U WITH MACRON,LATIN SMALL LETTER U WITH MACRON
-uplow                  \x017d\x017e 126                    Žž LATIN CAPITAL LETTER Z WITH CARON,LATIN SMALL LETTER Z WITH CARON
-
-
-###
-### DIGITS
-###
-
-include digits6Dots.uti
-include litdigits6Dots.uti
-
-
-###
-### PUNCTUATION
-###
-
-punctuation            \x002c 2                            , COMMA
-punctuation            \x002e 256                          . FULL STOP
-punctuation            \x003f 26                           ? QUESTION MARK
-punctuation            \x0021 235                          ! EXCLAMATION MARK
-punctuation            \x003a 25                           : COLON
-punctuation            \x003b 23                           ; SEMICOLON
-punctuation            \x0022 4                            " QUOTATION MARK
-punctuation            \x0027 3                            ' APOSTROPHE
-# According to Unicode, this is the preferred character to use for apostrophe.
-noback punctuation     \x2019 3                            ’ RIGHT SINGLE QUOTATION MARK
-
-punctuation            \x0028 2356                         ( LEFT PARENTHESIS
-noback punctuation     \x0029 2356                         ) RIGHT PARENTHESIS
-nofor punctuation      \x0029 6-2356                       ) RIGHT PARENTHESIS
-punctuation            \x005b 12356                        [ LEFT SQUARE BRACKET
-punctuation            \x005d 23456                        ] RIGHT SQUARE BRACKET
-punctuation            \x007b 6-246                        { LEFT CURLY BRACKET
-punctuation            \x007d 6-135                        } RIGHT CURLY BRACKET
-
-punctuation            \x002d 36                           - HYPHEN-MINUS
-punctuation            \x2013 6-36                         – EN DASH
-noback punctuation     \x00ad 36                           [SOFT HYPHEN]
-noback punctuation     \x2010 36                           ‐ HYPHEN
-noback punctuation     \x2011 36                           ‑ NON-BREAKING HYPHEN
-noback punctuation     \x2012 36                           ‒ FIGURE DASH
-noback punctuation     \x2014 36                           — EM DASH
-noback punctuation     \x2015 36                           ― HORIZONTAL BAR
-
-# These are the typographically correct quotes in Lithuania.
-punctuation            \x201e 236                          „ DOUBLE LOW-9 QUOTATION MARK
-punctuation            \x201c 356                          “ LEFT DOUBLE QUOTATION MARK
-# The following characters should not be used in Lithuanian texts.
-noback punctuation     \x201d 6-4                          ” RIGHT DOUBLE QUOTATION MARK
-noback punctuation     \x201f 6-4                          ” DOUBLE HIGH-REVERSED-9 QUOTATION MARK
-# Angle quotation marks are not commonly used in Lithuanian text.
-# It's probably much more common to see them as fancy breadcrumb separators
-# than anything else, thus marking them as sign, not punctuation.
-noback sign            \x00ab 6-4                          « LEFT-POINTING DOUBLE ANGLE QUOTATION MARK
-noback sign            \x00bb 6-4                          » RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK
-noback sign            \x2039 6-4                          ‹ SINGLE LEFT-POINTING ANGLE QUOTATION MARK
-noback sign            \x203a 6-4                          › SINGLE RIGHT-POINTING ANGLE QUOTATION MARK
-
-
-
-# Two versions of horizontal ellipsis.
-# Both should consume any further repetitions of the same character.
-noback punctuation     \x2026 256-256-256                  … HORIZONTAL ELLIPSIS
-noback repeated        \x2026 256-256-256                  … HORIZONTAL ELLIPSIS
-noback repeated        \x002e\x002e\x002e 256-256-256      ... Three times FULL STOP
-
-
-###
-### MATHEMATICAL SYMBOLS
-###
-
-math                   \x002b 5-235                        + PLUS SIGN
-math                   \x2212 5-36                         − MINUS SIGN
-math                   \x003c 5-246                        < LESS-THAN SIGN
-math                   \x003d 5-2356                       = EQUALS SIGN
-math                   \x003e 5-135                        > GREATER-THAN SIGN
-noback math            \x00b1 5-235-36                     ± PLUS-MINUS SIGN
-noback math            \x2213 5-36-235                     ∓ MINUS-OR-PLUS SIGN
-math                   \x00d7 5-3                          × MULTIPLICATION SIGN
-noback math            \x22C5 5-3                          ⋅ DOT OPERATOR
-math                   \x00f7 5-256                        ÷ DIVISION SIGN
-noback math            \x2236 5-256                        ∶ RATIO
-noback math            \x2044 34                           ⁄ FRACTION SLASH
-noback math            \x2215 34                           ∕ DIVISION SLASH
-
-
-###
-### OTHER CHARACTERS
-###
-
-sign                   \x0023 6-3456                       # NUMBER SIGN
-sign                   \x0024 6-46                         $ DOLLAR SIGN
-sign                   \x0025 123456                       % PERCENT SIGN
-sign                   \x0026 12346                        & AMPERSAND
-sign                   \x002a 35                           * ASTERISK
-sign                   \x002f 34                           / SOLIDUS
-sign                   \x0040 6-345                        @ COMMERCIAL AT
-sign                   \x005c 6-34                         \ REVERSE SOLIDUS
-sign                   \x005e 6-256                        ^ CIRCUMFLEX ACCENT
-sign                   \x005f 1456                         _ LOW LINE
-sign                   \x007c 6-456                        | VERTICAL LINE
-# sign                   \x00a6 6-1456                       ¦ BROKEN BAR
-sign                   \x00a7 6-346                        § SECTION SIGN
-# sign                   \x00ac 6-235                        ¬ NOT SIGN
-sign                   \x00b5 6-134                        µ MICRO SIGN
-# sign                   \x00b6 6-1234                       ¶ PILCROW SIGN
-
-sign                   \x0060 6-3                          ` GRAVE ACCENT
-sign                   \x007e 6-26                         ~ TILDE
-
-# sign                   \x00a2 6-14                         ¢ CENT SIGN
-sign                   \x00a3 6-123                        £ POUND SIGN
-sign                   \x20ac 6-15                         € EURO SIGN
-
-sign                   \x2022 6-35                         • BULLET
-
-noback sign            \x00a9 2356-46-14-2356              © COPYRIGHT SIGN
-noback sign            \x00ae 2356-46-1235-2356            ® REGISTERED SIGN
-noback sign            \x2117 2356-46-1234-2356            ℗ SOUND RECORDING COPYRIGHT
-
-noback sign            \x2190 246-25                       ← LEFTWARDS ARROW
-noback sign            \x2192 25-135                       → RIGHTWARDS ARROW
-
-# Middle dot is unlikely to appear in text, except perhaps as a multiplication sign (dot operator).
-noback sign            \x00b7 5-3                          · MIDDLE DOT
-
-sign                   \x00b0 5-356                        ° DEGREE SIGN
-noback sign            \x2032 5-35                         ′ PRIME
-noback sign            \x2033 5-35-35                      ″ DOUBLE PRIME
-
-noback sign            \x2103 5-356-46-14                  ℃ DEGREE CELSIUS
-noback sign            \x2109 5-356-46-124                 ℉ DEGREE FAHRENHEIT
-
-
-###
-### INDICATOR AND SPECIAL SYMBOL OPCODES
-###
-
-hyphen                 \x002d 36                           - HYPHEN-MINUS
-# TODO: this is same problem as https://github.com/liblouis/liblouis/issues/439. When that
-#       issue is resolved, this decpoint line should be reviewed.
-#decpoint               \x002c 2                            , COMMA
-
-sign                   \xfffd 7                            � REPLACEMENT CHARACTER
-undefined                     7                            Replacement dots for characters not defined in this table
-
-# Including Braille patterns to avoid undefined dot combinations.
-include braille-patterns.cti
-
-capsletter                    46                           Single capital letter indicator
-begcapsword                   456                          Capital letter word/block start indicator
-endcapsword                   56                           Capital letter block end indicator
-numsign                       3456                         Number start indicator in text
-
-nocontractsign                56
-numericnocontchars     abcdefghij
-midendnumericmodechars .,:
-# liblouis: Polish Grade 1 Braille Table
-#
-#  Copyright (C) 2004-2008 ViewPlus Technologies, Inc. www.viewplus.com
-#  Copyright (C) 2004-2006 JJB Software, Inc. www.jjb-software.com
-#  Copyright (C) 2012 Mesar Hameed <mesar.hameed@gmail.com>
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-
-# Created & maintained by Leon Ungier <Leon.Ungier@ViewPlus.com>.
-
-include text_nabcc.dis
-
-# ----------- define all chars --------------------------------------
-
-space \t 0 tab						#  9
-space \x000A 0
-space \x000D 0
-space \s 0 blank					# 32
-punctuation ! 235			exclamation sign   						x0021
-punctuation " 356			double quote									x0022
-sign # 3456						number sign										x0023
-sign $ 256						dollar sign										x0024
-sign % 4-356					percent sign									x0025
-sign & 456-12346			ampersand											z0026
-punctuation ' 3				apostrophe										x0027
-punctuation ( 2356			left parenthesis						x0028
-punctuation ) 2356			right parenthesis						x0029
-sign * 35-35						asterisk										x002A
-math + 235							plus												002B
-punctuation , 2					coma												002C
-punctuation - 36				hyphen-minus								002D
-punctuation . 3					point												002E
-math / 456-34						solidus											002F
-
-punctuation : 25				colon								x003A
-punctuation ; 23				semicolon						x003B
-punctuation < 5-13			less-than sign			x003C
-math = 2356			equal sign					x003D
-math > 46-2			greater-than sign		x003E
-punctuation ? 26				question mark				x003F
-sign @ 4-1			commercial at				x0040
-
-include latinLetterDef6Dots.uti
-
-include digits6Dots.uti # Must come after letters.
-include litdigits6Dots.uti # Must come after letters.
-
-punctuation [ 12356		left square bracket						x005B
-sign \\ 2				reverse solidus								x005C
-punctuation ] 23456		right square bracket					x005D
-sign ^ 5				circumflex accent							x005E
-sign _ 46				low line											x005F
-sign ` 4				grave accent									x0060
-
-# a - z								# 97 - 122								x0061-x007A
-
-punctuation { 246				left curly bracket					x007B
-sign | 56					vertical line								x007C
-punctuation } 12456			right curly bracket					x007D
-math ~ 256				tilde												x007E
-sign \x0080 15-136-1235-135										x0080
-
-space \X00A0 0		no-break space																x00A0
-sign ¢ 4-14				cent sign																			x00A2
-sign £ 45-123			pound sign																		x00A3
-sign ¤ 45-15			currency sign																	x00A4
-sign ¥ 45-13456		yen	sign																			x00A5
-sign § 346				section sign																	x00A7
-sign © 2356-6-14-2356		copyright																x00A9
-punctuation « 236				left-pointing double angle quotation 		x00AB
-punctuation \x00AD 36 soft hyphen
-sign ° 4-356			degree sign																		x00B0
-sign ² 4-6-126		superscript 2 sign														x00B2
-sign ³ 4-6-146		superscript 3 sign														x00B3
-sign µ 46-134			micro sign																		x00B5
-sign ¶ 4-1234-345 pilcrow sign (paragraph)											x00B6
-sign ¹ 1-27				superscript 1 sign														x00B9
-punctuation » 356			right-pointing double angle quotation		x00BB
-math ¼ 6-16-34-1456		vulgar fraction one quarter								x00BC
-math ½ 6-16-34-126		vulgar fraction one half									x00BD
-math ¾ 6-126-34-1456	vulgar fraction 3 quarters								x00BE
-
-uplow \x00C0\x00E0 12356	letter a with grave							x00C0 / 00E0
-uplow \x00C1\x00E1 12356			letter a with acute									x00E1
-uplow \x00C2\x00E2 16					letter a with circumflex						x00E2
-uplow \x00C3\x00E3 126		letter a with tilde											x00E3
-uplow Ää 345				A with diaeresis											x00C4 / 00E4
-uplow Åå 16					A with ring above											x00C5 / 00E5
-uplow \x00C6\x00E6 6-345	ae															x00C6
-uplow Çç 12346			letter c with cedilla									x00C7 / 00E7
-uplow Èè 2346				e with grave													x00C8 / 00E8
-uplow \x00C9\x00E9 123456		e with acute													x00E9
-uplow \x00CA\x00EA 126			e with circumflex											x00EA
-uplow \x00CB\x00EB 1246		e with diaeresis												x00EB
-uplow \x00CD\x00ED 34			i with acute													x00ED
-uplow \x00CE\x00EE 146		i with circumflex											x00EE
-uplow \x00CF\x00EF 12456	i with diaeresis								x00CF / 00EF
-
-uplow	\x00D3\x00F3	346 O with acute											x00D3 / 00F3
-uplow \x00D4\x00F4 1456	o with circumflex													x00F4
-uplow \x00D5\x00F5 246		o with tilde														x00F5
-uplow Öö 246						O with diaeresis									x00D6 / 00F6
-math × 236				multiplication sign											x00D7
-uplow \x00D8\x00F8 246		o with stroke										x00D8 / 00F8
-
-math ÷ 256				division sign										x00F7
-
-uplow \x00DA\x00FA 23456			u with acute							x00DA / 00FA
-uplow \x00DB\x00FB 156				u with circumflex					x00FB
-uplow \x00DC\x00FC 1256				u with diaeresis					x00FC
-uplow \x00DD\x00FD 12346			y with acute							x00DD / 00FD
-
-# the letter a with ogonek -----------------------------------
-uplow \x0104\x0105 16
-
-# the letter c with acute
-uplow \x0106\x0107 146
-
-# the letter e with ogonek
-uplow \x0118\x0119 156
-
-# the letter l with stroke
-uplow \x0141\x0142 126
-
-# the letter n with acute
-uplow \x0143\x0144 1456
-
-# the letter s	with acute
-# always	\x015A	246																	x015A
-# always	\x015B	246
-uplow \x015A\x015B 246
-
-# the letter z	with acute
-# always	\x0179	2346																x0179
-# always	\x017A	2346
-uplow \x0179\x017A 2346
-
-# the letter z with dot above
-# always	\x017B	12346																x017B
-# always	\x017C	12346																x017C
-uplow \x017B\x017C 12346
-
-punctuation	\x2010 36		 # 8208			hyphen
-punctuation	\x2011 36		 # 8209			non-breaking hyphen
-punctuation	\x2013 36		 # 8211			smart minus sign
-punctuation	\x2018 3		 # 8216			smart single left quotation mark
-punctuation	\x2019 3		 # 8217			smart single right quotation mark
-
-punctuation	\x201C 236	 # 8220			smart opening double quote
-punctuation	\x201D 356	 # 8221			smart closing double quote
-punctuation	\x201E 236	 # 8222			smart double low quotation mark
-punctuation	\x201F 356	 # 8223			smart double high reverse quotation mark
-punctuation  \x2026 3-3-3 # 8230		smart ellipsis
-
-noback sign \X25CF 35-35	# 9679 black circle
-
-# ------------------------------------------------------
-
-
-capsletter 46			# single capital letter indicator
-begcapsword 4-6			# a block of consecutive capital letters indicator
-
-numsign 3456		#	number sign, just one operand
-midnum , 3
-midnum . 2
-midnum + 235
-midnum - 36
-midnum / 256
-midnum : 25
-midnum = 2356
-
-endnum # 56-3456
-
-prepunc " 236
-postpunc " 356
-
-prepunc ' 6-236
-postpunc ' 356-3
-postpunc '' 356
-postpunc ''' 356-3-356
-
-repeated *** 16-16-16
-
-prepunc `` 236
-prepunc ` 6-236
-
-
-repeated --- 36-36-36
-
-repeated ___ 46-46-46
-
-repeated ::: 25-25-25
-repeated === 46-13-46-13-46-13
-repeated ~~~ 4-156-4-156-4-156
-always \s-\s 36-36
-always \s-\scom 36-36-14-135-134
-always ... 3-3-3
-always .\s.\s. 3-3-3 . . .
-
-always \s­\s 36-36
-
-# special character sequences
-literal :// URLs
-literal www.
-
-literal .com
-literal .edu
-literal .gov
-literal .mil
-literal .net
-literal .org
-
-literal .doc
-literal .htm
-literal .html
-literal .tex
-literal .txt
-
-literal .gif
-literal .jpg
-literal .png
-literal .wav
-
-literal .tar
-literal .zip
-# Liblouis: Danish table for 6 dots grade 1 forward and backward translation 
-#
-#  Copyright (C) 2014-2017, Bue Vester-Andersen <bue@vester-andersen.dk>
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-#
-# Version: Bue Vester-Andersen, 170604
-
-### Table Metadata
-
-#-name: Dansk fuldskrift 6-punkt
-#-display-name: Danish 6-dot uncontracted braille
-
-#+locale: da
-#+type: literary
-#+contraction: no
-#+grade: 1
-#+dots: 6
-#+direction: both
-
-### Character definitions
-
-# Display opcodes
-include da-dk-octobraille.dis
-
-# These ctrl-chars have to have a representation, so that they can be properly converted back and forth.
-space \t 2478 CHARACTER TABULATION
-space \n 678 LINE FEED (LF)
-space \v 1368 LINE TABULATION
-space \f 12378 FORM FEED (FF)
-space \r 257 CARRIAGE RETURN (CR)
-
-# Definition of dot cells
-space \s 0
-punctuation ! 235 EXCLAMATION MARK
-punctuation " 2356 QUOTATION MARK
-sign & 12346 AMPERSAND
-punctuation ' 4 APOSTROPHE
-punctuation ( 236 LEFT PARENTHESIS
-punctuation ) 356 RIGHT PARENTHESIS
-punctuation * 35 ASTERISK
-punctuation , 2 COMMA
-punctuation - 36 HYPHEN-MINUS
-punctuation . 3 FULL STOP
-punctuation / 34 SLASH
-punctuation : 25 COLON
-punctuation ; 23 SEMICOLON
-punctuation ? 26 QUESTION MARK
-include latinLetterDef6Dots.uti
-
-include digits6Dots.uti
-
-punctuation \x00a7 346 SECTION SIGN (0xa7)
-
-uplow \x00c5\x00e5 16 LATIN LETTER A WITH RING ABOVE
-uplow \x00c6\x00e6 345 LATIN LETTER AE
-uplow \x00d8\x00f8 246 LATIN LETTER O WITH STROKE
-uplow \x00dc\x00fc 1256 LATIN CAPITAL LETTER U WITH DIAERESIS
-math \x00f7 256 DIVISION SIGN
-
-# cover all other Braille patterns
-include braille-patterns.cti
-
-# Characters with two or more cells
-
-punctuation # 45-3456 NUMBER SIGN
-sign $ 45-256 DOLLAR SIGN
-math % 245-356 PERCENT SIGN
-#sign & 6-12346 AMPERSAND
-#punctuation * 6-35 ASTERISK
-math + 45-235 PLUS SIGN
-math < 45-134 LESS-THAN SIGN
-math = 45-2356 EQUALS SIGN
-math > 45-234 GREATER-THAN SIGN
-sign @ 45-1 COMMERCIAL AT
-punctuation [ 5-236 LEFT SQUARE BRACKET
-punctuation \\ 45-16 REVERSE SLASH
-punctuation ] 5-356 RIGHT SQUARE BRACKET
-punctuation ^ 45-346 CIRCUMFLEX ACCENT
-punctuation _ 45-36 LOW LINE
-punctuation ` 4 GRAVE ACCENT
-punctuation { 45-246 LEFT CURLY BRACKET
-punctuation | 4568 VERTICAL LINE
-punctuation } 45-135 RIGHT CURLY BRACKET
-punctuation ~ 467 TILDE (changed by pass 2 to not conflict with indicators
-
-# Misc unicode characters
-include da-dk-6miscChars.cti
-
-# Litdigits
-include litdigits6Dots.uti
-midendnumericmodechars /,.:^
-undefined 26
-
-### Braille indicators and special characters
-
-#hyphen - 36
-
-letsign 6
-
-# No letsign before capital letters or letters with accents
-
-noletsign ABCDEFGHIJKLMNOPQRSTUVWXYZ\x0160\x0152\x017d\x0178\x00c0\x00c1\x00c2\x00c3\x00c4\x00c5\x00c6\x00c7\x00c8\x00c9\x00ca\x00cb\x00cc\x00cd\x00ce\x00cf\x00d0\x00d1\x00d2\x00d3\x00d4\x00d5\x00d6\x00d8\x00d9\x00da\x00db\x00dc\x00dd\x00de\x008a\x008c\x008e
-noletsign i\x0161\x0153\x017e\x00ff\x00df\x00e0\x00e1\x00e2\x00e3\x00e7\x00e8\x00e9\x00ea\x00eb\x00ec\x00ed\x00ee\x00ef\x00f0\x00f1\x00f2\x00f3\x00f4\x00f5\x00f9\x00fa\x00fb\x00fd\x00fe\x009a\x009c
-noletsign abcdefghjklmnopqrstuvwxyz\x00e4\x00e5\x00e6\x00f6\x00f8\x00fc
-
-# Emphasis opcodes
-emphclass italic
-emphclass underline
-emphclass bold
-
-begemphphrase italic 56
-endemphphrase italic after 56
-begemphword italic 56
-endemphword italic 56
-
-begemphphrase bold 56
-endemphphrase bold after 56
-begemphword bold 56
-endemphword bold 56
-
-begemphphrase underline 56
-endemphphrase underline after 56
-begemphword underline 56
-endemphword underline 56
-
-capsletter 46
-begcapsword 456
-endcapsword 6
-multind 6-46 letsign capsletter
-multind 46-6 capsletter letsign
-multind 6-456 letsign begcapsword
-
-numsign 3456
-multind 6-3456 letsign numsign
-
-#class of none-space characters that demand double dashes
-# Used in context lines later.
-#must be the first class defined.
-class charsWDoubleDash .,?!/:"'() # class w
-
-### Correct - forward translation
-
-# Chars that don't require a space before percent and permille:
-class charsBeforePercent "(\x201e\x0084\x201c\x0093\x201d\x0094\x00ab\x00bb #class x
-noback correct `["%"] *
-noback correct !$sx["%"] " %"
-noback correct `["\x2030"] *
-noback correct !$sx["\x2030"] " \x2030"
-noback correct `["\x0089"] *
-noback correct !$sx["\x0089"] " \x2030"
-
-# Chars to be treated like digits when switching back to letter mode
-class extraDigits \x00bc\x00bd\x00be
-
-#Use the "correct" opcode to convert chars that can't be back-translated
-# and make the table more simple.
-
-# Dashes
-class dashes \x2013\x2014\x0096\x0097\x00ad
-noback correct %dashes "-"
-
-class quotes \x201e\x0084\x201c\x0093\x201d\x0094\x00ab\x00bb 
-noback correct %quotes "\""
-
-class apostrophes `\x201a\x0082\x2039\x008b\x2018\x0091\x2019\x0092\x203a\x009b\x00b4
-noback correct %apostrophes "'"
-
-### Correct - backward translation
-
-# characters that may get mangled by the insertion of extra letsigns
-nofor correct "\x2818" "~"
-#nofor correct "\x282f" "&"
-#nofor correct "\x2814" "*"
-
-# Try to distinguish between times (\x00d7) and bullit (\x2022),
-# which share the same Braille representation.
-nofor correct `["\x00d7"] "\x2022" 
-# nofor correct $d["\s\x00d7\s"]$d * #apparently doesn't work now
-nofor correct ["\x00d7"]!$d "\x2022" 
-nofor correct !$d["\x00d7"] "\x2022" 
-
-nofor correct "\x28a0" ? # Extraneous endcaps signs
-#nofor correct "\x2820" ?
-nofor correct "~\\456/" "|"
-
-### Pass 1 - Forward and backward
-
-# Punctuations, math and numbers
-#midnum , 2
-#midnum . 3
-#midnum - 36
-endnum - 36
-#midnum / 34
-#midnum : 25
-
-midnum ^ 45-346
-midnum \x00d7 45-3
-
-# Punctuation
-prepunc " 2356
-postpunc " 2356
-prepunc - 36
-postpunc - 36
-nofor always \s-\s 0-36-36-0
-always :- 25-36
-always ;- 23-36
-always --- 36-36-36
-always ---- 36-36-36-36
-always ----- 36-36-36-36-36
-
-# these characters must be separated from ")" by a letsign.
-class SepToRightpar Jj%'\x2030\x0089\x201a\x0082\x2039\x009b\x2018\x0091\x2019\x0092\x203a\x009b
-after SepToRightpar always ) 6-356
-
-prepunc ( 236
-postpunc ) 356
-
-always .) 3-356
-always ... 3-3-3
-
-always !! 235-235
-always !!! 235-235-235
-always !!!! 235-235-235-235
-always !!!!! 235-235-235-235-235
-
-### Context rules - forward translation
-
-# Ensure two dashes where appropriate.
-noback context $w["-"]$w @36
-noback context $sw["-"]$sw @36-36
-noback context `["-"]$sw @36-36
-noback context $sw["-"]~ @36-36
-noback context !$sw["-"]~ @36
-noback context `["-"]~ @36-36
-
-#ensure dot 6 between a digit and a letter
-noback context $dy[]$u @6
-noback context $dy$Spm.[]$u @6
-
-### context - backward translation
-
-# Ensure the correct number of dashes
-nofor context @36[@36-36] "--"
-nofor context [@36-36]@36 "--"
-nofor context $w[@36-36]$w "--"
-nofor context $sw[@36-36]$sw "-"
-nofor context `[@36-36]$sw "-"
-nofor context $sw[@36-36]~ "-"
-nofor context `@36-36~ "-"
-
-
-### Pass 2 - forward translation
-
-# Correct tilde and vertical line
-noback pass2 @467 @45-6
-noback pass2 @4568 @45-456
-
-noback pass2 @6-46-5 @46-5 # no letsign before cap letters with accent
-noback pass2 @6-46 @46-6 # Ensure correct order
-
- ### Pass 2 - backward
-
-### Pass 3 - forward translation
-
-# Ensure there is only one letsign
- noback pass3 @6-6 @6
-
-
-### Pass 3 - backward translation
-
-# save ~ and |  before inserting extra letsigns and endcapsword in pass 2.
-nofor pass3 @45-6 @468 # Create alternative representation of "~"
-nofor pass3 @45-456 @4568
-# liblouis: Hungarian Grade 2 table
-#
-#  Copyright (C) 2017 Attila Hammer from IT Foundation for the Visually Impaired - Hungary. www.infoalap.hu
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-#
-#  Maintained by Attila Hammer  hammer.attila@infoalap.hu
-#
-# If you found bugs with hungarian grade1 table, report it with following address:
-# Attila Hammer <hammer.attila@infoalap.hu
-#If you have a Launchpad account, report table related requests with following bug tracker address: https://bugs.launchpad.net/belin
-
-#simple abbreviations
-endword babban =
-endword cabban =
-endword csabban 146-1-12-12-1-1345	For example makacsabban
-endword dabban =	For example szabadabban word
-always szabadabban 156-145-1-12-12-1-1345
-endword fabban =
-endword gabban =
-endword gyabban 1456-1-12-12-1-1345
-endword habban =
-endword jabban =
-endword kabban =
-endword labban =
-endword lyabban 456-15-12-12-15-1345
-endword mabban =
-endword nabban =
-endword nyabban 1246-1-12-12-1-1345
-endword pabban =
-endword rabban =
-endword sabban =
-endword szabban 156-1-12-12-1-1345
-endword tabban =
-endword tyabban 1256-1-12-12-1-1345
-endword vabban =
-endword zabban 126-1-12-12-1-1345
-endword zsabban 345-1-12-12-1-1345
-endword ábban =
-endword bebben =
-endword cebben =
-endword csebben 146-15-12-12-15-1345
-endword debben =
-always rövidebben 1235-145-15-12-12-15-1345
-endword febben =
-endword gebben =
-endword gyebben 1456-15-12-12-15-1345
-endword hebben =
-endword jebben =
-endword kebben =
-endword lebben =
-endword lebbem =
-endword lyebben 456-15-12-12-15-1345
-endword nebben =
-endword nyebben 1246-15-12-12-15-1345
-endword mebben =
-endword pebben =
-endword rebben =
-endword sebben =
-always vörösebben =
-always sikeresebben =
-endword szebben 156-15-12-12-15-1345
-word szebben 156-15-12-12-15-1345
-endword tebben =
-endword tyebben 1256-15-12-12-15-1345
-endword vebben =
-endword zebben 126-15-12-12-15-1345
-endword zsebben 345-15-12-12-15-1345
-endword ébben =
-endword ibban =
-endword ibben =
-endword íbben =
-endword obban =
-endword óbban =
-endword öbben =
-endword őbben =
-endword ubban =
-endword úbban =
-endword übben =
-endword űbben =
-endword ban 12
-endword ben 12
-endword -ban 36-12
-endword -ben 36-12
-endword ból 12-123
-endword ből 12-123
-endword -ból 36-12-123
-endword -ből 36-12-123
-endword hoz 125-126
-endword hez 125-126
-endword höz 125-126
-endword -hoz 36-125-126
-endword -hez 36-125-126
-endword -höz 36-125-126
-endword ként 13-2345
-endword -ként 36-13-2345
-endword ról 1235-123
-endword ről 1235-123
-endword -ról 36-1235-123
-endword -ről 36-1235-123
-endword tól 2345-123
-endword től 2345-123
-endword -tól 36-2345-123
-endword -től 36-2345-123
-endword val 1236
-endword vel 1236
-endword -val 36-1236
-endword -vel 36-1236
-word csak 146
-word de 145
-word és 16
-word hogy 125
-word is 24
-word így 34
-word kell 13
-word lesz 123
-word mely 134
-word nem 1345
-word óta 246
-word pedig 1234
-word tehát 2345
-word után 136
-word úgy 346
-word van 1236
-
-#abbreviations, with possible using word parts too
-always csakis 146-24
-always csakhogy 146-125
-always csaknem 146-1345
-always csakugyan 146-136-1456-1-1345
-always csakhamar 146-125-1-134-1-1235
-always akárcsak 1-13-4-135-146
-always ugyancsak 136-1456-1-1345-146
-always dehogy 145-125
-always nemde 1345-145
-always éspedig 16-234-1234
-always mégpedig 134-16-1245-1234
-always dehogyis 145-125-24
-always úgyis 346-24
-always nemcsak 1345-146
-always majdnem 134-1-245-145-1345
-always nemrég 1345-1235-16-1245
-always nemlátó 1345-123-4-2345-246
-always azóta 1-126-246
-always ezóta 15-126-246
-always mióta 134-24-246
-always régóta 1235-16-1245-246
-always azután 1-126-136
-always ezután 15-126-136
-always miután 134-24-136
-always délután 145-16-123-136
-always délutánnal 145-16-123-136-1236
-always akárhogy 1-13-4-1235-125
-always alighanem 1-123-24-1245-125-1-1345
-always alighogy 1-123-24-1245-125
-always amely 1-134
-always amellyel 1-134-1236
-always aminthogy 1-134-2345-125
-always amióta 1-134-24-246
-always azazhogy 1-126-1-126-125
-always azóta 1-126-246
-always bárhogy 12-4-1235-125
-always csakannyi 146-1-24
-always csakennyi 146-15-24
-always csakhogy 146-125
-always csakígy 146-34
-always csakilyen 146-24-456-15-1345
-always csakolyan 146-135-456-1-1345
-always csakúgy 146-346
-always dehogyisnem 145-125-24-234-1345-15-134
-always dehogynem 145-125-1345
-always épphogy 16-1234-1234-125
-always ezóta 15-126-246
-always hanem 125-1-1345
-always hogymint 125-134-2345
-always majdcsak 134-1-245-145-146
-always majdhogy 134-1-245-145-125
-always márpedig 134-4-1235-1234
-always mégiscsak 134-16-1245-24-234-146
-always mellyel 134-1236
-always merthogy 134-15-1235-2345-125
-always mígnem 134-34-1245-1345
-always mindenhogy 134-145-15-1345-125
-always minthogy 134-2345-125
-always mivelhogy 134-24-1236-15-123-125
-always semhogy 234-15-134-125
-always úgyhogy 346-125
-
-#two braille mark containing word abbreviations
-always annyi 1-24
-always boldog 12-1245
-always ennyi 15-24
-always gond 1245-145
-always függ 1245-1245
-always gyors 1456-234
-always keresz 13-15-1235-15-156
-always keres 13-234
-always mind 134-145
-always mint 134-2345
-always ország 135-1245
-always olvas 135-234
-always össze 12345-15
-always összekap 12345-15-13-1-1234
-always pont 1234-2345
-always ponttal 1234-2345-1236
-always ponty 1234-135-1345-1256
-always ponttyal 1234-135-1345-1256-1236
-always pontty 1234-135-1345-1256-1256
-always pénz 1234-126
-always rövid 1235-145
-always forr 1235-1235
-always szabad 156-145
-always tanács 2345-146
-always teljes 2345-234
-always világ 1236-1245
-always világosabban 1236-1245-135-234-1-12-12-1-1345
-always gyorsabban 1456-234-1-12-12-1-1345
-always leggyorsabban 123-15-1245-1456-234-1-12-12-1-1345
-always világos 1236-1245-135-234
-always volt 1236-2345
-always interjúvolt 24-1345-2345-15-1235-245-346-1236-135-123-2345
-always távoltart 2345-4-1236-135-123-2345-1-1235-2345
-always mikrovolt =
-always mikrovolttal 134-24-13-1235-135-1236-135-123-2345-1236
-always mikrovolt-tal 134-24-13-1235-135-1236-135-123-2345-36-1236
-always kilovolt =
-always kilovolttal 13-24-123-135-1236-135-123-2345-1236
-always kilovolt-tal 13-24-123-135-1236-135-123-2345-36-1236
-always millivolt =
-always millivolttal 134-24-123-123-24-1236-135-123-2345-1236
-always millivolt-tal 134-24-123-123-24-1236-135-123-2345-36-1236
-always voltnál =
-always voltnak =
-always volt-nak =
-always voltnyi 1236-135-123-2345-1246-24
-always volt-nyi 1236-135-123-2345-36-1246-24
-always volton =
-always voltos =
-always voltot =
-always voltban 1236-135-123-2345-12
-always volt-ban 1236-135-123-2345-36-12
-always voltból 1236-135-123-2345-12-123
-always volt-ból 1236-135-123-2345-36-12-123
-always volthoz 1236-135-123-2345-125-126
-always volt-hoz 1236-135-123-2345-36-125-126
-always voltra =
-always volt-ra =
-always voltról 1236-135-123-2345-1235-123
-always volt-ról 1236-135-123-2345-36-1235-123
-always volttal 1236-135-123-2345-1236
-always volt-tal 1236-135-123-2345-36-1236
-always volttól 1236-135-123-2345-2345-123
-always volt-tól 1236-135-123-2345-36-2345-123
-always voltmérő =
-always elektronvolt =
-always elektronvolttal 15-123-15-13-2345-1235-135-1345-1236-135-123-2345-1236
-always elektronvolt-tal 15-123-15-13-2345-1235-135-1345-1236-135-123-2345-36-1236
-always -a 36-1
-joinword a 2
-joinword A 2
-joinword az 3
-space \x000c 0
-space \x001b 1b
-space \e 1b
-space \f 0
-
-#Other grammatic suffixes related abbreviations
-endword bbal 12-1236
-endword bbel 12-1236
-endword ccal 14-1236
-endword ccel 14-1236
-endword ccsal 146-1236
-endword ccsel 146-1236
-endword chcsal 14-125-1236
-endword chcsel 14-125-1236
-endword chhal 14-125-1236
-endword chhel 14-125-1236
-endword ddal 145-1236
-endword ddel 145-1236
-endword ffal 124-1236
-endword ffel 124-1236
-endword ggal 1245-1236
-endword ghgal 1245-125-1236
-endword ggel 1245-1236
-endword ghgel 1245-125-1236
-endword ggyal 1456-1236
-endword ggyel 1456-1236
-endword hhal 125-1236
-endword hhel 125-1236
-endword jjal 245-1236
-endword jjel 245-1236
-endword kkal 13-1236
-endword kkel 13-1236
-endword llal 123-1236
-endword llel 123-1236
-endword llyal 456-1236
-endword llyel 456-1236
-endword mmal 134-1236
-endword mmel 134-1236
-endword nnal 1345-1236
-endword nnel 1345-1236
-endword nnyal 1246-1236
-endword nnyel 1246-1236
-endword ppal 1234-1236
-endword ppel 1234-1236
-endword rral 1235-1236
-endword rrel 1235-1236
-endword ssal 234-1236
-endword ssel 234-1236
-endword sszal 156-1236
-endword sszel 156-1236
-endword ttal 2345-1236
-endword ttel 2345-1236
-endword ttyal 1256-1236
-endword ttyel 1256-1236
-endword vval 1236-1236
-endword vvel 1236-1236
-endword wval 2456-1236
-endword wvel 2456-1236
-endword xszal 1346-1236
-endword xszel 1346-1236
-endword yval 13456-1236
-endword yvel 13456-1236
-endword zzal 126-1236
-endword zzel 126-1236
-endword zzsal 345-1236
-endword zzsel 345-1236
-endword -bal 36-1236
-endword -bel 36-1236
-endword -cal 36-1236
-endword -cel 36-1236
-endword -csal 36-1236
-endword -csel 36-1236
-endword -del 36-1236
-endword -gyal 36-1236
-endword -gyel 36-1236
-endword -kal 36-1236
-endword -kel 36-1236
-endword -lal 36-1236
-endword -lel 36-1236
-endword -mal 36-1236
-endword -mel 36-1236
-endword -nel 36-1236
-endword -ral 36-1236
-endword -rel 36-1236
-endword -sal 36-1236
-endword -sel 36-1236
-endword -szal 36-1236
-endword -szel 36-1236
-endword -tal 36-1236
-endword -tel 36-1236
-endword -zal 36-1236
-endword -zel 36-1236
-endword -zsal 36-1236
-endword -zsel 36-1236
-
-#Words, with only end of suffix need abbreviate, and need different marking braille with previous defined in hu-exceptionwords.cti file
-always akáccal 1-13-4-14-1236
-always lánccal 123-4-1345-14-1236
-always tánccal 2345-4-1345-14-1236
-always habarccsal 125-1-12-1-1235-146-1236
-always országgal 135-1245-1236
-always barlanggal 12-1-1235-123-1-1345-1245-1236
-always betegséggel 12-15-2345-15-234-16-1245-1236
-always dömpinggel 145-12345-134-24-1345-1245-1236
-always marketinggel 134-1-1235-13-15-2345-24-1345-1245-1236
-always sereggel 234-15-1235-15-1245-1236
-always üveggel 12356-1236-15-1245-1236
-always sebességgel 234-15-12-15-234-234-16-1245-1236
-always rendszerben 1235-15-1345-145-156-15-1235-12
-endword lemezzel 123-15-134-15-126-1236
-word lemezzel 123-15-134-15-126-1236
-always pénzzel 1234-126-1236
-always réteggel 1235-16-2345-15-1245-1236
-always rézzel 1235-16-126-1236
-always vízzel 1236-34-126-1236
-always tűzzel 2345-23456-126-1236
-endword vízzel 1236-34-126-1236
-always kézzel 13-16-126-1236
-always áramlással 4-1235-1-134-123-4-234-1236
-always csalással 146-1-123-4-234-1236
-always típussal 2345-34-1234-136-234-1236
-always várossal 1236-4-1235-135-234-1236
-always bírsággal 12-34-1235-234-4-1245-1236
-always világgal 1236-1245-1236
-always virággal 1236-24-1235-4-1245-1236
-always működéssel 134-23456-13-12345-145-16-234-1236
-always halmazzal 125-1-123-134-1-126-1236
-always aktivitással 1-13-2345-24-1236-24-2345-4-234-1236
-always alvással 1-123-1236-4-234-1236
-always állomással 4-123-123-135-134-4-234-1236
-always ápolással 4-1234-135-123-4-234-1236
-always árréssel 4-1235-1235-16-234-1236
-always árveréssel 4-1235-1236-15-1235-16-234-1236
-always áttöréssel 4-2345-12345-1235-16-234-1236
-always bukással 12-136-13-4-234-1236
-always ciklussal 14-24-13-123-136-234-1236
-always dolgozással 145-135-123-1245-135-126-4-234-1236
-always effektussal 15-124-124-15-13-2345-136-234-1236
-always egyenessel 15-1456-15-1345-15-234-1236
-always énekessel 16-1345-15-13-15-234-1236
-always ellátással 15-123-123-4-2345-4-234-1236
-always emelkedéssel 15-134-15-123-13-15-145-16-234-1236
-always erősítéssel 15-1235-12456-234-34-2345-16-234-1236
-always hirdetéssel 125-24-1235-145-15-2345-16-234-1236
-always intrikussal 24-1345-2345-1235-24-13-136-234-1236
-always járással 245-4-1235-4-234-1236
-always kezdéssel 13-15-126-145-16-234-1236
-always képzéssel 13-16-1234-126-16-234-1236
-always kiadással 13-24-1-145-4-234-1236
-always kutatással 13-136-2345-1-2345-4-234-1236
-always kórussal 13-246-1235-136-234-1236
-always látással 123-4-2345-4-234-1236
-always légzéssel 123-16-1245-126-16-234-1236
-always lépéssel 123-16-1234-16-234-1236
-always munkással 134-136-1345-13-4-234-1236
-always oktatással 135-13-2345-1-2345-4-234-1236
-always orvossal 135-1235-1236-135-234-1236
-always óriással 246-1235-24-4-234-1236
-always réssel 1235-16-234-1236
-always ritmussal 1235-24-2345-134-136-234-1236
-always rovással 1235-135-1236-4-234-1236
-always településsel 2345-15-123-15-1234-12356-123-16-234-1236
-always tojással 2345-135-245-4-234-1236
-always töréssel 2345-12345-1235-16-234-1236
-always utasítással 136-2345-1-234-34-2345-4-234-1236
-always ütéssel 12356-2345-16-234-1236
-always vallással 1236-1-123-123-4-234-1236
-always viselkedéssel 1236-24-234-15-123-13-15-145-16-234-1236
-always elemzéssel 15-123-15-134-126-16-234-1236
-always kérdéssel 13-16-1235-145-16-234-1236
-always biznisszel 12-24-126-1345-24-156-1236
-always százzal 156-4-126-1236
-always vázzal 1236-4-126-1236
-always házzal 125-4-126-1236
-always bűnözéssel 12-345-1345-12345-126-16-234-1236
-always ejtőernyőssel 15-245-2345-12456-15-1235-1246-12456-234-1236
-always feltevéssel 124-15-123-2345-15-1236-16-234-1236
-always említéssel 15-134-123-34-2345-16-234-1236
-always ötvössel 12345-2345-1236-12345-234-1236
-always erőlködéssel 15-1235-12456-123-13-12345-145-16-234-1236
-always érveléssel 16-1235-1236-15-123-16-234-1236
-always vörössel 1236-12345-1235-12345-234-1236
-always felszereléssel 124-15-123-156-15-1235-15-123-16-234-1236
-always hitelesítéssel 125-24-2345-15-123-15-234-34-2345-16-234-1236
-always meggyessel 134-15-1456-1456-15-234-1236
-always sertéssel 234-15-1235-2345-16-234-1236
-always incidenssel 24-1345-14-24-145-15-1345-234-1236
-always kontinenssel 13-135-1345-2345-24-1345-15-1345-234-1236
-always művelődéssel 134-23456-1236-15-123-12456-145-16-234-1236
-always lebegéssel 123-15-12-15-1245-16-234-1236
-always mágnessel 134-4-1245-1345-15-234-1236
-always meglepetéssel 134-15-1245-123-15-1234-15-2345-16-234-1236
-always mesterségessel 134-15-234-2345-15-1235-234-16-1245-15-234-1236
-always pilissel 1234-24-123-24-234-1236
-always sikeressel 234-24-13-15-1235-15-234-1236
-always szekeressel 156-15-13-15-1235-15-234-1236
-always tetszéssel 2345-15-2345-156-16-234-1236
-always ciripeléssel 14-24-1235-24-1234-15-123-16-234-1236
-always örökséggel 12345-1235-12345-13-234-16-1245-1236
-always zománccal 126-135-134-4-1345-14-1236
-always piaccal 1234-24-1-14-1236
-always árboccal 4-1235-12-135-14-1236
-always árbóccal 4-1235-12-246-14-1236
-always tanonccal 2345-1-1345-135-1345-14-1236
-always matraccal 134-1-2345-1235-1-14-1236
-always bohóccal 12-135-125-246-14-1236
-always daróccal 145-1-1235-246-14-1236
-always lazaccal 123-1-126-1-14-1236
-always harminccal 125-1-1235-134-24-1345-14-1236
-always párduccal 1234-4-1235-145-136-14-1236
-always ifjonccal 24-124-245-135-1345-14-1236
-always polccal 1234-135-123-14-1236
-always kudarccal 13-136-145-1-1235-14-1236
-always kuruccal 13-136-1235-136-14-1236
-always malaccal 134-1-123-1-14-1236
-always martalóccal 134-1-1235-2345-1-123-246-14-1236
-always nyolccal 1246-135-123-14-1236
-always palóccal 1234-1-123-246-14-1236
-always pokróccal 1234-135-13-1235-246-14-1236
-always ribanccal 1235-24-12-1-1345-14-1236
-always suhanccal 234-136-125-1-1345-14-1236
-always tornáccal 2345-135-1235-1345-4-14-1236
-always udvaronccal 136-145-1236-1-1235-135-1345-14-1236
-always újonccal 346-245-135-1345-14-1236
-always fegyenccel 124-15-1456-15-1345-14-1236
-always fejléccel 124-15-245-123-16-14-1236
-always filccel 124-24-123-14-1236
-always gerinccel 1245-15-1235-24-1345-14-1236
-always kilenccel 13-24-123-15-1345-14-1236
-always pereccel 1234-15-1235-15-14-1236
-always ketreccel 13-15-2345-1235-15-14-1236
-always licenccel 123-24-14-15-1345-14-1236
-always ujjperccel 136-245-245-1234-15-1235-14-1236
-always barccsal 12-1-1235-146-1236
-always kaviccsal 13-1-1236-24-146-1236
-always kapolccsal 13-1-1234-135-123-146-1236
-always táncsiccsal 2345-4-1345-146-24-146-1236
-always vakarccsal 1236-1-13-1-1235-146-1236
-word azonnal 1-126-135-1345-1345-1-123
-endword darabban 145-1-1235-1-12-12
-word darabban 145-1-1235-1-12-12
-word küszöbben 13-12356-156-12345-12-12
-endword küszöbben 13-12356-156-12345-12-12
-endword klubban 13-123-136-12-12
-word klubban 13-123-136-12-12
-endword clubban 14-123-136-12-12
-word clubban 14-123-136-12-12
-word lábban 123-4-12-12
-endword lábban 123-4-12-12
-always ugyanabban 136-1456-1-1345-1-12-12
-always ugyanebben 136-1456-1-1345-15-12-12
-word aként =
-always ellenállással 15-123-123-15-1345-4-123-123-4-234-1236
-always rajzzal 1235-1-245-126-1236
-always gazsággal 1245-1-126-234-4-1245-1236
-always alkotással 1-123-13-135-2345-4-234-1236
-always pátosszal 1234-4-2345-135-156-1236
-always antikvitással 1-1345-2345-24-13-1236-24-2345-4-234-1236
-always protonnal 1234-1235-135-2345-135-1345-1236
-always farkassal 124-1-1235-13-1-234-1236
-always gyilkossággal 1456-24-123-13-135-234-234-4-1245-1236
-always árulással 4-1235-136-123-4-234-1236
-always robbanással 1235-135-12-12-1-1345-4-234-1236
-always utalással 136-2345-1-123-4-234-1236
-always vívással 1236-34-1236-4-234-1236
-always mutatkozással 134-136-2345-1-2345-13-135-126-4-234-1236
-always lakással 123-1-13-4-234-1236
-always fordítással 124-135-1235-145-34-2345-4-234-1236
-always terrorizmussal 2345-15-1235-1235-135-1235-24-126-134-136-234-1236
-always kontaktussal 13-135-1345-2345-1-13-2345-136-234-1236
-always carlitosszal 14-1-1235-123-24-2345-135-156-1236
-always ciprussal 14-24-1234-1235-136-234-1236
-always periódussal 1234-15-1235-24-246-145-136-234-1236
-always csősszel 146-12456-156-1236
-always mászással 134-4-156-4-234-1236
-always diakónussal 145-24-1-13-246-1345-136-234-1236
-always dialógussal 145-24-1-123-246-1245-136-234-1236
-always dinoszaurusszal 145-24-1345-135-156-1-136-1235-136-156-1236
-always pólussal 1234-246-123-136-234-1236
-always dobolással 145-135-12-135-123-4-234-1236
-always dragonyossal 145-1235-1-1245-135-1246-135-234-1236
-always pedagógussal 1234-15-145-1-1245-246-1245-136-234-1236
-always mítosszal 134-34-2345-135-156-1236
-always migránssal 134-24-1245-1235-4-1345-234-1236
-always epidermisszel 15-1234-24-145-15-1235-134-24-156-1236
-always epilógussal 15-1234-24-123-246-1245-136-234-1236
-always prológussal 1234-1235-135-123-246-1245-136-234-1236
-always eposszal 15-1234-135-156-1236
-always erőforrással 15-1235-12456-1235-1235-4-234-1236
-always politikussal 1234-135-123-24-2345-24-13-136-234-1236
-always felsorolással 124-15-123-234-135-1235-135-123-4-234-1236
-always fuvarossal 124-136-1236-1-1235-135-234-1236
-always identitással 24-145-15-1345-234-24-2345-4-234-1236
-always puskással 1234-136-234-13-4-234-1236
-always gránátossal 1245-1235-4-1345-4-2345-135-234-1236
-always gyalogossal 1456-1-123-135-1245-135-234-1236
-always zaklatással 126-1-13-123-1-2345-4-234-1236
-always hallással 125-1-123-123-4-234-1236
-always démokritosszal 145-16-134-135-13-1235-24-2345-135-156-1236
-always héphaisztosszal 125-16-1234-125-1-24-156-2345-135-156-1236
-always hérakleitosszal 125-16-1235-1-13-123-15-24-2345-135-156-1236
-always hérodotosszal 125-16-1235-135-145-135-2345-135-156-1236
-always milétosszal 134-24-123-16-2345-135-156-1236
-always taigetosszal 2345-1-24-1245-15-2345-135-156-1236
-always horkolással 125-135-1235-13-135-123-4-234-1236
-always hússzelettel 125-346-234-156-15-123-15-2345-1236
-always ikarosszal 24-13-1-1235-135-156-1236
-always szurkolással 156-136-1235-13-135-123-4-234-1236
-always kerékpárossal 13-15-1235-16-13-1234-4-1235-135-234-1236
-always koldussal 13-135-123-145-136-234-1236
-always konfliktussal 13-135-1345-124-123-24-13-2345-136-234-1236
-always konstanssal 13-135-1345-234-2345-1-1345-234-1236
-always kortárssal 13-135-1235-2345-4-1235-234-1236
-always tetoválással 2345-15-2345-135-1236-4-123-4-234-1236
-always kreativitással 13-1235-15-1-2345-24-1236-24-2345-4-234-1236
-always likviditással 123-24-13-1236-24-145-24-2345-4-234-1236
-always páncélossal 1234-4-1345-14-16-123-135-234-1236
-always magatartással 13-1-1245-1-2345-1-1235-2345-4-234-1236
-always megtorlással 134-15-1245-2345-135-1235-123-4-234-1236
-always piramissal 1234-24-1235-1-134-24-234-1236
-always mikulással 134-24-13-136-123-4-234-1236
-always mitugrásszal 134-24-2345-136-1245-1235-4-156-1236
-always nyilassal 1246-24-123-1-234-1236
-always nyílással 1246-34-123-4-234-1236
-always ozirisszel 135-126-24-1235-24-156-1236
-always padlással 1234-1-145-123-4-234-1236
-always pénisszel 1234-16-1345-24-156-1236
-always pirossal 1234-24-1235-135-234-1236
-always puffanással 1234-136-124-124-1-1345-4-234-1236
-always realitással 1235-15-1-123-24-2345-4-234-1236
-always tapssal 2345-1-1234-234-1236
-always toposszal 2345-135-1234-135-156-1236
-always vassal 1236-1-234-1236
-always verbunkossal 1236-15-1235-12-136-1345-13-135-234-1236
-always vonóssal 1236-135-1345-246-234-1236
-always telefonnal 2345-15-123-15-124-135-1345-1236
-always átlaggal 4-2345-123-1-1245-1236
-always óceánnal 246-14-15-4-1345-1236
-always mérleggel 134-16-1235-123-15-1245-1236
-always bádoggal 12-4-145-135-1245-1236
-always balatonnal 12-1-123-1-2345-135-1345-1236
-always horoggal 125-135-1235-135-1245-1236
-always baromsággal 12-1-1235-135-134-234-4-1245-1236
-always tehetséggel 2345-15-125-15-2345-234-16-1245-1236
-always tamponnal 2345-1-134-1234-135-1345-1236
-always maratonnal 134-1-1235-1-2345-135-1345-1236
-always börtönnel 12-12345-1235-2345-12345-1345-1236
-always bronzzal 12-1235-135-1345-126-1236
-always újsággal 346-245-2345-4-1245-1236
-always bumeránggal 12-136-134-15-1235-4-1345-1245-1236
-always haranggal 125-1-1235-1-1345-1245-1236
-always vagonnal 1236-1-1245-135-1345-1236
-always ingatlannal 24-1345-1245-1-2345-123-1-1345-1236
-always vendéggel 1236-15-1345-145-16-1245-1236
-always doppinggal 145-135-1234-1234-24-1345-1245-1236
-always dőlésszöggel 145-12456-123-16-234-156-12345-1245-1236
-always dramaturggal 145-1235-1-134-1-2345-136-1235-1245-1236
-always édességgel 16-145-15-234-234-16-1245-1236
-always egyezséggel 15-1456-15-126-234-16-1245-1236
-always kuponnal 13-136-1234-135-1345-1236
-always elektronnal 15-123-15-13-2345-1235-135-1345-1236
-always hűséggel 125-23456-234-16-1245-1236
-always méreggel 134-16-1235-15-1245-1236
-always ellenséggel 15-123-123-15-1345-234-16-1245-1236
-always dásszámmal 145-4-234-156-4-134-1236
-always érdekességgel 16-1235-145-15-13-15-234-234-16-1245-1236
-always értelmiséggel 16-1235-2345-15-123-134-24-234-16-1245-1236
-always szavarral 234-126-1-1236-1-1235-1236
-always lánggal 123-4-1345-1245-1236
-always többséggel 2345-12345-12-12-234-16-1245-1236
-always sablonnal 234-1-12-123-135-1345-1236
-always filmintézettel 124-24-123-134-24-1345-2345-16-126-15-2345-1236
-always flakonnal 124-123-1-13-135-1345-1236
-always fogasszíjjal 124-135-1245-1-234-156-34-245-1236
-always furgonnal 124-136-1235-1245-135-1345-1236
-always stadionnal 234-2345-1-145-24-135-1345-1236
-always kabinnal 13-1-12-24-1345-1236
-always gallonnal 1245-1-123-123-135-1345-1236
-always zsugárral 126-234-136-1245-4-1235-1236
-always mikrofonnal 134-24-13-1235-135-124-135-1345-1236
-always gerebennel 1245-15-1235-15-12-15-1345-1236
-always ginsenggel 1245-24-1345-234-15-1345-1245-1236
-always kartonnal 13-1-1235-2345-135-1345-1236
-always gluténnal 1245-123-136-2345-16-1345-1236
-always gluténnel 1245-123-136-2345-16-1345-1236
-always nemezzel 1345-15-134-15-126-1236
-always húshagyókeddel 125-346-234-125-1-1456-246-13-15-145-145-15-123
-always aiszóposszal 1-24-156-246-135-135-156-1236
-always borsóbükkönnyel 12-135-1235-234-246-12-12356-13-13-12345-1246-1236
-always brutasszal 12-1235-136-2345-1-156-1236
-always bűnnel 12-23456-1345-1236
-always crixusszal 14-1235-24-1346-136-156-1236
-always pennysekkel 1234-15-1345-1345-13456-234-15-13-1236
-always pennyvel 1234-15-1345-1345-13456-1236
-always pennykkel 1234-15-1345-1345-13456-13-1236
-always pennyével 1234-15-1345-1345-13456-16-1236
-always sopronnal 234-135-1234-1235-135-1345-1236
-always kalauzzal 13-1-123-1-136-126-1236
-always hazugsággal 125-1-126-136-1245-234-4-1245-1236
-always helyszínnel 125-15-456-156-34-1345-1236
-always hírességgel 125-34-1235-15-234-234-16-1245-1236
-always hollywooddal 125-135-123-123-13456-2456-135-145-1236
-always hússzaggal 125-346-234-156-1-1245-1236
-always idegennel 24-145-15-1245-15-1345-1236
-always záloggal 126-4-123-135-1245-1236
-always jonesszal 245-135-1345-15-156-1236
-always kalózzal 13-1-123-246-126-1236
-always kamionnal 13-1-134-24-135-1345-1236
-always kansasszel 13-1-1345-234-1-156-1236
-always karbonnal 13-1-1235-12-135-1345-1236
-always kéjjel 13-16-245-1236
-always szölddel 234-126-12345-123-145-1236
-always kereszténységgel 13-15-1235-15-156-2345-16-1246-234-16-1245-1236
-always ördöggel 12345-1235-145-12345-1245-1236
-always kívánsággal 13-34-1236-4-1345-234-4-1245-1236
-always kokainnal 13-135-13-1-24-1345-1236
-always röntgennel 1235-12345-1345-2345-1245-15-1345-1236
-always kötelességgel 13-12345-2345-15-123-15-234-234-16-1245-1236
-always kuplunggal 13-136-1234-123-136-1345-1245-1236
-always lábcinnel 123-4-12-14-24-1345-1236
-always népességgel 1345-16-1234-15-234-234-16-1245-1236
-always lakossággal 123-1-13-135-234-234-4-1245-1236
-always lexikonnal 123-15-1346-24-13-135-1345-1236
-always marcipánnal 134-1-1235-14-24-1234-4-1345-1236
-always porcelánnal 1234-135-1235-14-15-123-4-1345-1236
-always mássággal 134-4-234-234-4-1245-1236
-always matrózzal 134-1-2345-1235-246-126-1236
-always mediánnal 134-15-145-24-4-1345-1236
-always mézsörrel 134-16-126-234-12345-1235-1236
-always vulkánnal 1236-136-123-13-4-1345-1236
-always morfinnal 134-135-1235-124-24-1345-1236
-always tehénnel 2345-15-125-16-1345-1236
-always végtaggal 1236-16-1245-2345-1-1245-1236
-always szebennel 156-15-12-15-1345-1236
-always vázsonnyal 1236-4-345-135-1246-1236
-always neutronnal 1345-15-136-2345-1235-135-1345-1236
-always newtonnal 1345-15-2456-135-1345-1236
-always nukleonnal 1345-136-13-123-15-135-1345-1236
-always ostobasággal 135-234-2345-135-12-1-2345-4-1245-1236
-always oxigénnel 135-1346-24-1245-16-1345-1236
-always őzsöréttel 12456-126-234-12345-1235-16-2345-1236
-always panteonnal 1234-1-1345-2345-15-135-1345-1236
-always platánnal 1234-123-1-2345-4-1345-1236
-always radiánnal 1235-1-145-24-4-1345-1236
-always ritkasággal 1235-24-2345-13-1-234-4-1245-1236
-always szarvaszsírral 156-1-1235-1236-1-234-345-34-1235-1236
-always szsákkal 234-345-4-13-1236
-always tízzel 2345-34-126-1236
-always topázzal 2345-135-1234-4-126-1236
-always vaszillal 1236-1-156-24-123-1236
-always végtelennel 1236-15-1245-2345-15-123-15-1345-1236
-always gonddal 1245-145-1236
-always gyorssal 1456-234-1236
-always röviddel 1235-145-1236
-always teljessel 2345-234-1236
-always minddel 134-145-1236
-always szabaddal 156-145-1236
-always árral 4-1235-1236
-word lomban =
-noback pass2 @134-15-1456-1456-15-123 @134-15-1456-1236
-
-#Special number suffixes related rules
-endnum A 6-1
-endnum B 6-12
-endnum C 6-14
-endnum D 6-145
-endnum E 6-15
-endnum F 6-124
-endnum G 6-1245
-endnum H 6-125
-endnum I 6-24
-endnum J 6-245
-endnum ban 6-12
-endnum ben 6-12
-endnum -ban 36-12
-endnum -ben 36-12
-endnum ből 6-12-123
-endnum ból 6-12-123
-endnum -ból 36-12-123
-endnum -ből 36-12-123
-endnum hoz 6-125-126
-endnum hez 6-125-126
-endnum höz 6-125-126
-endnum -hoz 36-125-126
-endnum -éhez 36-16-125-126
-endnum -hez 36-125-126
-endnum -höz 36-125-126
-endnum -ként 36-13-2345
-endnum rel 1235-123
-endnum ról 1235-12
-endnum ről 1235-123
-endnum -rel 36-1235-123
-endnum -ról 36-1235-123
-endnum -ről 36-1235-123
-endnum tól 2345-123
-endnum től 2345-123
-endnum -tól 36-2345-123
-endnum -től 36-2345-123
-endnum -val 36-1236
-endnum -vel 36-1236
-endnum a\sés 6-1-0-16
-endnum -cal 36-1236
-endnum -cel 36-1236
-endnum -gyel 36-1236
-endnum %-kal 3456-245-356-36-1236
-endnum -kel 36-1236
-endnum -lel 36-1236
-endnum -mal 36-1236
-endnum -nel 36-1236
-endnum -szal 36-1236
-endnum -tal 36-1236
-endnum -tel 36-1236
-endnum -zal 36-1236
-endnum -zel 36-1236
-endnum %-ban 3456-245-356-36-12
-endnum %-ból 3456-245-356-36-12-123
-endnum %-hoz 3456-245-356-36-125-126
-endnum %-ról 3456-245-356-36-1235-123
-endnum %-tól 3456-245-356-36-2345-123
-endnum §-ban 3456-1236-36-12
-endnum §-hoz 3456-1236-36-125-126
-endnum %-ként 3456-245-356-36-13-2345
-
-#words, with not need abbreviate anything
-always bonyolultabbal 12-135-1246-135-123-136-123-2345-1-12-12-1-123
-word szívvel 156-34-1236-1236-15-123
-word érrel 16-1235-1235-15-123
-#endword érrel =
-always könyvel 13-12345-1246-1236-15-123
-always könnyel 13-12345-1246-1246-15-123
-always kedvel =
-word keddel =
-word orral =
-always nevel =
-always növel =
-always szaval 156-1-1236-1-123
-always széjjel 156-16-245-245-15-123
-word reggel =
-always harmadannyi 125-1-1235-134-1-145-1-1246-1246-24
-always huszadannyi 125-136-156-1-145-1-1246-1246-24
-always százannyi 156-4-126-1-1246-1246-24
-always boldogasszony 12-135-123-145-135-1245-1-156-156-135-1246
-always mennyi 134-15-1246-1246-24
-always szennyirodal 156-15-1246-1246-24-1235-135-145-1-123
-always sróforr =
-always beforr =
-always foszforral 124-135-156-124-135-1235-1235-1-123
-always brókeres =
-always fiákeres =
-always gyökeres 1456-12345-13-15-1235-15-234
-always pacemakeres =
-always pókeres =
-always sikeres =
-always szekeres 156-15-13-15-1235-15-234
-always programindító =
-always rámindul =
-always számindex 156-4-134-24-1345-145-15-1346
-always vitamindús =
-always mindszenti 134-24-1345-145-156-15-1345-2345-24
-always albumint =
-always amphetamint =
-always benjámint =
-always filmintézet 124-24-123-134-24-1345-2345-16-126-15-2345
-always glutamint =
-always gyámintézet 1456-4-134-24-1345-2345-16-126-15-2345
-always jázmint 245-4-126-134-24-1345-2345
-always minta =
-always mintá =
-always villáminterjú =
-always vitamint =
-always villámolvasás =
-always villámolvasni =
-always fürössze 124-12356-1235-12345-156-156-15
-always szösszenet 156-12345-156-156-15-1345-15-2345
-always kupont =
-always naponta =
-always pompont =
-always pontifex 1234-135-1345-2345-24-124-15-1346
-always pontifexszel 1234-135-1345-2345-24-124-15-1346-1236
-always pontonh 1234-135-1345-2345-135-1345-125
-always sampont =
-always spontaneitás =
-always spontaneitással 234-1234-135-1345-2345-1-1345-15-24-2345-4-234-1236
-always spontán =
-always tampont =
-always szabadka 156-1-12-1-145-13-1
-always szabadká 156-1-12-1-145-13-4
-always voltaire =
-always hisztamint 125-24-156-2345-1-134-24-1345-2345
-always tanulással 2345-1-1345-136-123-4-234-1236
-always szerben 156-15-1235-12-15-1345
-always verében =
-always gereben =
-always seben =
-always zseben 345-15-12-15-1345
-always különben =
-always hasában =
-always véreben =
-always eben =
-always szível 156-34-1236-15-123
-always lebben =
-always libben =
-always rebben =
-word áthoz 4-2345-125-135-126
-word éhez 16-125-15-126
-word kolhoz 13-135-123-125-135-126
-word behoz 12-15-125-135-126
-word elhoz 15-123-125-135-126
-word felhoz 124-15-123-125-135-126
-word idehoz 24-145-15-125-135-126
-word kihoz 13-24-125-135-126
-word lehoz 123-15-125-135-126
-word meghoz 134-15-1245-125-135-126
-word odahoz 135-145-1-125-135-126
-word összehoz 12345-15-125-135-126
-word rához 1235-4-125-135-126
-word reához 1235-15-4-125-135-126
-word széthoz 156-16-2345-125-135-126
-word visszahoz 1236-24-156-156-1-125-135-126
-always érvel 16-1235-1236-15-123
-always amelyik 1-134-15-456-24-13
-always amelynek 1-134-15-456-1345-15-13
-always amelyre 1-134-15-456-1235-15
-always nyelvel 1246-15-123-1236-15-123
-always éjjel =
-always jászboldogház 245-4-156-12-135-123-145-135-1245-125-4-126
-always zalaboldog 126-1-123-1-12-135-123-145-135-1245
-always stimmel =
-begword szabadal 156-1-12-1-145-1-123
-always tavasszal 2345-1-1236-1-156-156-1-123
-always nappal 1345-1-1234-1234-1-123
-always boldogfalv =
-begword boldogház 12-135-123-145-135-1245-125-4-126
-always boldog-hegyi 12-135-123-145-135-1245-36-125-15-1456-24
-word boldogi 12-135-123-145-135-1245-24
-word boldogiak =
-always boldogkő =
-always boldog-liget =
-always boldogon =
-always boldog-szigetek 12-135-123-145-135-1245-36-156-24-1245-15-2345-15-13
-ISO8859-1
-.a4
-.aan5
-.aarts5
-.aat5
-.ab5l
-.acht5end
-.ac5re
-.adi5
-.af3
-.af5l
-.af5s
-.aftu5re
-.al3ee
-.al3f
-.alk4
-.al5ko
-.alko5v
-.al5ma
-.al3om
-.al4st
-.ana3s
-.an3d2
-.an3en
-.an3gl
-.an5th
-.ar5d
-.ar5tr
-.as5h
-.as5l
-.as3t
-.as5tra
-.as3u
-.at4a
-.ave5n
-.b4
-.be3la
-.be5ra
-.be5ri
-.bos1
-.c4
-.coo5
-.co3ro
-.cus5
-.d4
-.daar5
-.da4gi
-.dag5r
-.da2k
-.dan2
-.debe4
-.de2k
-.dek5l
-.dek5s
-.den4k5r
-.de5od
-.de3ro
-.de5sta
-.di4a
-.die4p
-.di3o
-.doet3
-.do3v
-.du4w
-.e4
-.ede2
-.edel5a
-.ed3w
-.ee4n
-.eer5ste
-.eest3
-.eesto4
-.eet3
-.ei3l
-.ei5sc
-.ei3sp
-.ei5t
-.el4s5
-.en5s
-.en5th
-.ep4a
-.ere5s
-.er2f
-.erf3l
-.er3in
-.ert4
-.erts3
-.es3
-.es5c
-.es5pe
-.es5tr
-.eten4
-.et4h
-.ets5te.
-.eu3
-.eus5
-.^^e92
-.f4
-.fel4s
-.g4
-.gaat5
-.gang5s
-.gea5v
-.ge3l4a
-.ge5le
-.gelo5v
-.ge3n4a
-.gena5z
-.ge5ne
-.ge5no
-.ge3ra
-.ge5r4e
-.ge5r4o
-.gerst5a
-.ge3s
-.ge5sk
-.ge5ta
-.ge5tj
-.ge5to
-.gid4
-.go4m
-.goot3
-.h2
-.handels5
-.her5in
-.hits5t
-.ho4lo
-.houd5s
-.i4
-.ide5o
-.ij4s
-.ijs5l
-.ijs3p
-.ijs3t
-.ik3
-.in1
-.in5d4
-.in3g4
-.in5gr
-.ink2
-.in5kr
-.in5kw
-.in3s4
-.in5sl
-.in5st
-.in5ta
-.is5c
-.j4
-.jor5
-.k4
-.ka3d
-.ka5g
-.ka4taa
-.kerk5l
-.kerk5r
-.kerk5u
-.ker5sten
-.ke4s
-.koot5
-.ko5pe
-.kop5l
-.ko3v
-.kun2
-.l4
-.laat5ste
-.le4b5
-.leg3o
-.le4g3r
-.leid5st
-.len4s3
-.le5r4
-.le4s3
-.le5th
-.lin5d
-.lof5
-.loot3
-.lo4s1
-.lu3e
-.lui5t4j
-.lu4s
-.m4
-.ma5d
-.ma5^^ef
-.meel5d
-.me5la
-.me5ni
-.merk5l
-.me2s
-.me4st
-.met5ee
-.mij4n5i
-.moot3
-.mor5sten
-.mo4s
-.n4
-.naat5
-.na3d
-.na3n
-.na3s4
-.nee5s
-.ne2p
-.nep3a
-.ne4s
-.ne5te
-.ne4t3j
-.neu4t5j
-.nie4t5j
-.noot5
-.nos5t
-.no5v
-.o4
-.oe4r5
-.oe4s5
-.oeve4
-.ol3f
-.om1
-.omme3
-.on3a
-.on3d
-.onde4r
-.on1e
-.on5g
-.on3i
-.on5k
-.on1o
-.ono5v
-.on2t3
-.on4tee
-.on4ter
-.ont5s
-.ooi5tj
-.oot5jes
-.op5ee
-.opi5
-.op5l
-.op3r
-.op5s
-.org4
-.os5
-.ove4
-.p4
-.pee5tj
-.peri5
-.pers5te.
-.piet5j
-.pits5te.
-.poort5j
-.po4st
-.puit4
-.pui5tj
-.pu2t
-.r4
-.raads5le
-.ran4d
-.rand5a
-.re4men
-.ren4o
-.reno5v
-.re5o
-.rie4t3
-.rij5sp
-.ring5s4
-.roe5tj
-.ro4l
-.ro4st
-.ro4t3h
-.ro5v
-.s4
-.sap3
-.sa5v
-.sci3
-.see3
-.seks5te
-.se5re
-.set3
-.se5v
-.side3
-.ski3s4
-.sneu3
-.sno2
-.so2k3
-.song5
-.spoor5tj
-.st4
-.ste4m
-.t4
-.taart5j
-.tan4da
-.te4a
-.te4f
-.tek2
-.te3le
-.ten5ac
-.te3no
-.ten4t5j
-.te3ra
-.ter4p5a
-.ter5s
-.te4s
-.ti2n
-.tin3a
-.tin3e
-.toe5pr
-.to4lo
-.to4p
-.to5v
-.tri3s4
-.ts4
-.tsa3
-.tuit5j
-.ty2r
-.u4
-.ui2
-.ui5s
-.uit1
-.uit4je
-.uke5
-.ur4a
-.vaat5j
-.ven4t5j
-.ve4r3
-.ves5p
-.vet3j
-.vie4r
-.vol5s
-.w4
-.wals5te.
-.wee4ko
-.wee4t3
-.we4l3
-.wen4s5t
-.west5r
-.win4s
-.xe3
-.y2
-.z4
-.zes5
-.zit5
-.zooi5
-4a.
-a4a4
-4aad
-aad1a
-aad1o
-aad1r
-aad5sap
-aaf5a
-4aag
-aag1a
-aag3e
-aag3o
-aag5r
-aags4
-aag3sa
-aag5so
-aag3sp
-aai3l
-aak1a
-aak3e2
-aak1o
-aak5r
-aak3sp
-aal5a2
-aal1e
-aal5f4o
-aalfo5l
-aal1i
-aal5k
-aal5m
-aal1o2
-aal3sl
-aal5so
-aal5spe
-aal5ste
-aal1u
-aam1a
-aam3o
-aam4sta
-aam4ste
-aan1a
-5aandee
-aand4r
-aan1e2
-aan5g
-aan5i
-3aanj
-aan5k4
-3aann
-aan3o
-aan3sp
-aans4po
-aant4
-3aanta
-3aanv
-aap1a
-aap3i
-aap3o2
-aap3r
-aar3a
-aar4d5as
-aar3e4
-aar1i
-4aarn
-aar1o2
-aar5spel
-aar4t5on
-aarts5l
-aar3u
-aas3e
-aas3i
-4aast
-aas5tr
-aat3a
-aat5e
-aat3h
-aat3i
-aat1o
-aat5r
-abak4s5
-aba4l
-abat4s
-ab5eun
-ab3ijz
-a2bon
-aboot4j
-abot4j
-2abr
-ab3ru
-4ac.
-a3cal
-a3car
-4ace
-ace3st
-4ach.
-a3cha
-2a1che
-4a1chi
-ach3l
-a1cho
-a3chr
-4achs
-ach5tec
-a1chu
-achuut5
-4ack
-ac3kl
-2acl
-2a3co
-2acr
-ac5res
-4acta
-4acu
-4ad.
-a5da.
-ad3ac
-ada2d
-ada4l
-ada2r3
-adas5
-2add
-a5de.
-ad3ei
-ade5re
-a5des
-a3det
-a5deta
-ad3e4te
-2adh
-4ad4i
-adi3al
-adi4oc
-adi4od
-4adk
-2adl
-4ado.
-a3doo
-2adp
-ad3rei
-a3d4ri
-ad3rol
-2ads
-ad5se
-ad3so
-ad1s4t
-ad5sta
-ad3ui
-ad3w
-2ady
-4ae
-aege4
-ae5k4
-a3e2p
-ae3r
-ae2s3
-ae4s5t
-a3eu
-a2^^eb
-a4^^ebr
-4afa
-af3aa
-a2f3ac
-af4as
-af4at
-afd4i
-afd2r
-af5d4w
-4afe
-afee4
-4afi
-af3l
-4afo
-a5fo.
-a2foe
-afon4d
-af3op
-af5org
-af1r
-af3s4
-afs2c
-af5se
-3afsl
-3afsp
-aft4a
-af5tr
-af3ui
-2afy
-4ag.
-ag1a2d
-ag3af
-ag3a2m
-ag3ar
-ag3di
-a5ge.
-agee5t
-4a5gen.
-ager4s
-ag3ex
-a4gil
-ag3ind
-a4g3ins
-agi5ot
-4ag1l
-ag3of
-a4g3or
-ag4o3v
-a2gr
-ag4ra
-ag5rap
-ag3ru
-ag3sl
-ag4sle
-ag5slu
-ags2p
-ag3spe
-ag3spi
-ag1st
-ag3sta
-ag5str
-2agt
-agu5a
-a2g3ui
-ag3u4r
-a2g3uu
-2ah
-4a1ha
-4a5he
-ahe5ri
-a1hi
-ah3l
-a3ho
-ah5r
-ah5t2
-a3hu
-a3hy
-ai5a2
-ai4dr
-ai1e
-a1ij
-ai5k
-ail3m
-ai2lo
-a2in
-aio4
-ai3ov
-ai3s4
-ai5sc
-ai4s5l
-ai5sn
-ai1so
-ai1st
-ai5tj
-ai3tr
-aiu4
-a^^efn4
-a^^efns5
-a^^efs3o4
-2a1j
-ajaars5
-aka2
-ak3af
-ak3ag
-a4k3ar
-a4k3ed
-ak3emi
-ake2t
-ak3id
-ak3ink
-ak5is
-1akko
-4a2k3l
-a2k3n
-ak5ne
-ak4ni
-a3kof
-ak3on
-ak3o2p
-a2kr
-ak5ru
-2aks
-ak4so
-ak5spe
-ak1st
-ak5to
-ak5t4w
-a2k3u4
-ak1w
-ak3wi
-a1la
-a4l3ach
-al3adr
-a3l4ag
-a3lal
-a5lapr
-al3art
-4ald
-a1le
-a5le.
-al3eff
-2aleg
-a2l3el
-ale5ro
-ale5ste
-ale4tj
-a3l^^e8
-al4fen
-alf3l
-al5fon
-alfu4
-al2gl
-a3lie
-al3int
-alk5ei
-al5kle
-alk3s
-al4kui
-al5le
-al4mac
-al5me
-a1lo
-a4l3ol
-alo2n
-al3ou
-a4l3o4v
-2alp
-al3s4ag
-al3san
-al3scr
-als5j
-al2sl
-als5li
-als5m
-al4sn
-al4s3oo
-al4stem
-al5sten
-als5tou
-altaar5
-al3tha
-al4t3ro
-alt4st
-a1lu
-a2lui
-al3uit
-al3u4r
-alu2s5
-4am.
-a4m3ac
-am3adr
-ama4f
-4amag
-am3art
-5ambt
-ament4j
-ame4ran
-ame5tj
-a2meu
-am4i
-4amm
-am3oli
-a2m3o4v
-3amp^^e8
-am2pl
-am4ple
-am4sm
-am4s3o
-am4spr
-ams5te.
-a2m3ui
-a3nad
-an3alg
-an4a3n
-an3arc
-2anc
-4anda
-anda4d
-and5ank
-an4d3e4d
-an4dex
-2andj
-an4dom
-an5d4ri
-and5roo
-ands5lo
-an4d3ul
-a4nem
-a3nen
-anen3i
-4aner
-an3est
-ane3us
-4ang.
-an4gan
-anga5p
-ange5st
-ang5le
-an2gr
-ang5sna
-angs4te
-aniet3
-anij4
-3anima
-an5ion
-a4n5isl
-ani5t
-4aniv
-4ank.
-an4kaa
-anka4n
-an4k3as
-an2k3j
-an4klu
-ank3of
-an2k3r
-a1no
-an3och
-a4n3oor
-an3ork
-ano3s
-ano3t4
-a4n3ou
-ano5v
-4ans
-an3san
-ans3cr
-an4seg
-an4serv
-an4sid
-an2so4
-ans5or
-ans3pi
-ans5pir
-an1st
-an4s5te.
-an5stru
-an4tac
-ante4n
-an3th
-2anti
-ant5sl
-ant3w
-4a1nu
-a5nuf
-an3ui
-an3ur
-an3uu
-anze5s
-2a1o
-ao4g
-ao2l
-a4om
-a2op2
-aor5t
-a3os
-aos3p
-aos5t
-4ap.
-a1pa
-a4pak
-a4pas
-ap3as.
-ap3ass
-a1pe
-ap5eten
-4a1pi
-apij4t5j
-ap3ijz
-ap1j
-2apl
-ap3le
-ap3li
-ap3lo
-a1plu
-apon5
-ap3oo
-apo3p
-apo5sta
-ap3o4v
-1appa
-4appen
-4apr
-ap3ra
-a3pre
-a4prem
-a5p4ris
-ap3ru
-ap2sa
-ap4si
-ap2s3l
-ap3sn
-ap4ste.
-2apt
-ap3tj
-2apu
-a2q
-4ar.
-a1ra
-araat5j
-a4r3app
-ara3s4
-ar2da
-ard3ac
-ard3ak
-ardo4
-ar4d3om
-ar4d3op
-ar4d3ov
-ar2d1r
-ar4dra
-ard3re
-ar4du
-ard3w
-a1re
-5a2rea
-a3reg
-a3rem
-ar4en
-are4no
-are3sp
-a3rev
-ar3gh
-ar2gl
-a1ri
-arie4tj
-arij3s
-ar3ins
-ark2
-ark3ac
-ar3k4l
-ar4map
-arm3u
-a1ro
-a2r3ob
-ar3oge
-a3rok
-aro4ko
-ar3oog
-a2r1o2p
-a3rot
-arpi4
-ar2s
-ar5sch
-ar3scr
-ars2e
-ar5see
-ar3si
-ars3l
-ar4sla
-ars5m
-ar3sni
-ar4so
-ar4sp
-ar5spo
-ars3ta
-ars5tal
-ar4s5tek
-ar4str
-ar4su
-art4aa
-ar4t3ak
-ar4tan
-art5ank
-ar4tap
-ar3tar
-4arte
-ar4tei
-ar2th
-ar5tij
-4ar4tj
-art5jesv
-4arto
-ar5tof
-art5o4ge
-art5oog
-ar4t3o4v
-ar2t3r
-ar4tro
-art5ru
-art4sl
-art5ste
-a3ru
-ar3ui
-4arw
-arwe3s
-a1ry
-4asa
-as3ad
-as4ag
-as3ak
-as1ap
-a2sc
-as5ce
-2ase
-a4sec
-a4s3eg
-aser5a
-ase5tj
-aseve4
-as5ha
-asis1
-a4sj
-as5ja
-as3ji
-as3k
-as5ka
-as5ki
-as3l
-as4lu
-as3m
-as5mi
-as3n
-as4ne
-as4ni
-4aso
-as3ob
-aso2l
-aso4r
-as1p
-as3pl
-a4s5q
-as5sa
-4assm
-3assu
-a2st
-4as3ta
-a4sta.
-as5tag
-as4tas
-as4tat
-as3te
-a3stek
-a3stem
-as5ten
-as3t^^e8
-asting5sp
-as1to
-as3tob
-ast3op
-4astr
-ast5rem
-as5tro.
-as4tu
-a1t
-ataart5j
-at1ac
-at3ade
-at3af.
-at3ank
-ata3s
-2atek
-a5tell
-ate2n
-ate3no
-aten4t5r
-ater5ad
-ater5sl
-at4eu
-2atg
-at3hu
-ati5ni
-a2t3j
-at4je
-atjes5
-at5jesb
-at5jesh
-at5jesm
-at5jesp
-2atm
-2atn
-a2too
-at3oog
-atos5f
-ato3st
-at3rac
-at3rei
-at3rib
-at4roe
-at5ru
-at4s3a2
-at4s3ec
-atsi4
-at4s3id
-at2s3l
-at4slo
-ats5m
-ats3n
-at4sne
-ats3pr
-at2st
-at4staa
-at4s5tak
-at4ste.
-at5sten
-at5stij
-ats5tol
-ats5top.
-ats5trek
-at4t3u4
-a2t3ui
-at3w
-aua4
-au3ch
-au3co
-au5de
-aud4j
-1aug
-au3na
-aun3t
-aup2
-aur4
-au5re
-aure3u
-4aus
-au3so
-au4s5p
-au3sto
-au3t4
-4aut.
-1auto
-auto3p
-2auts3
-auw3a
-4auz
-a4^^fc
-avast4
-ave3c
-avee4
-ave4n3i
-aven5sp
-aver3a
-ave3re
-ave3r4u
-4avi
-a2vo
-1a4von
-a5voo
-a5vor
-4avy
-2a1w
-axis4
-ay2a
-4azif
-^^e43h
-^^e4mme3
-^^e43r
-1b
-4b.
-3ba
-baar5ste
-baar5tj
-ba4da
-bad3ar
-ba4d3r
-bad3s
-ba3g4h
-ba3gl
-5b2ak
-ba4k3o4
-bak4sp
-ba3lan
-ba4lar
-bal3dw
-bale4
-bal3ev
-ba3li^^eb
-bal4kl
-ba3lo
-bals4
-bal3sf
-ba4me
-ba5n2a
-ban4k3a
-ban4kl
-ban4k3o
-ban4kr
-bank3w
-ba3sa
-ba4st
-ba2tr
-ba3tro
-4bb
-bbe4l5ag
-bbe4l5ee
-bbe2n
-bben3a
-4b1c
-4b1d4
-b5de
-bdi5a
-3b4e
-be1a
-be3as
-be2au
-be3ch
-be5dwe
-be5dwi
-be5dwo
-bee4
-beet1
-be5g
-beie4
-bei3s
-bei5tj
-be5ki
-be3k4l
-be1kw
-be3lar
-be5l4as
-bel5dr
-be3le
-be4l3ec
-be4lex
-bel5f
-be3li
-be4l5int
-bel3k
-bel4o
-be3lo5v
-bel3sc
-bel3sp
-belt4
-bemen4s
-be3nep
-be5n4o
-be5ot
-be1ra
-bere5s4
-ber4g5af
-ber4g5et
-ber4gl
-ber4gr
-ber4i
-be1r4o
-bero5v
-be3ru
-be3ry
-be1s4
-bes5ac
-be4sh
-be4sje
-be3so
-be5sp
-bes5s
-bes5te.
-bes5ten.
-be5stie
-bet2
-be3t4h
-be5ton
-bet5ren
-be3tw
-be5twi
-be3und
-beur4s
-4b3f
-2b1g
-4b3h
-3b2i
-bid3s
-bi2du
-bie4li
-bi4en
-bie4t3j
-bij5d
-bij3f
-bij3g4
-bij5k4
-bij1p
-bij1s2
-bik4a
-5bil
-bi3lo
-bil3s2
-bin4dr
-bin4st
-bin4t3j
-bi5ob
-bi3ok
-bi5om
-bi3oso
-bi5ow
-bir3
-bi4st
-bis5troo
-bi1tr
-bit4se
-bit4s3p
-4b1j
-4b1k
-3b4l
-blad5ij
-2b5lap
-b5led
-bles3
-ble5spe
-ble2t3
-b5lid
-blijs4
-blij5ste
-bli2k
-4b5loi
-blok5l
-bloot5j
-blu2s
-2b1m
-4b1n
-b4o
-bo4d3ec
-body3
-boe4g3a
-boe4kn
-boe4ko
-boes4
-boe3st
-boet5st
-bo3f4l
-bo2k
-bok3an
-bokje5
-bok4st
-bolk4
-bo2m3a4
-bo2m3o
-bo5na
-bond2
-bond4s5
-3bone
-bo3no
-bon4t3j
-bon4t5o4
-boot3j
-boots5te.
-bo3p2
-bor4sta
-borst5o
-bor4st5r
-bo4s
-bos3a
-bo5sco
-bo5si
-bo5so
-bos5p
-bos5to
-bot3j
-bo4to
-bot3r
-bot4sp
-bot4st
-bo2tu
-bou5ta
-bouw5s
-bo3v
-bove4
-4b1p
-3br4
-braad5s
-bran4da
-bra5str
-brei5s4
-brie4t
-brie5tje.
-bri4l
-bro2n
-bron3o4
-bru2l
-4b1s4
-b2s5a
-b5sc
-b3si
-bsi3d
-bs5je
-b2s5la
-b2s5m
-bs5s
-b4stij
-4bt4
-b3ta
-b1tr
-bts5
-3b4u
-buit4j
-bul4k
-bu4lu
-bune5t
-b5urb
-bu5ri
-bus5c
-bus3o
-but4a
-but3j
-bu2to
-but4s
-buts5te
-buur4tj
-4bv
-2b3w
-by3
-4bz
-4c.
-1ca
-3ca.
-ca3b
-ca1ch
-5cada
-ca3do
-ca3dr
-cae3
-ca3g2
-cal4l3
-ca3lo
-came5r
-ca3na
-cant4
-ca2of
-ca1pr
-ca4pra
-ca5pri
-ca3ra
-car4u
-ca5se
-ca3s2p
-cas3t
-cas5tr
-ca3ta
-cate4n
-ca3t4h
-cau3
-cau4st
-ca3v
-2cb
-4c1c
-cca3
-cces5
-c4d
-c5do
-1ce
-3ced
-cee4
-3ceel
-3cel
-cel3d
-celes5
-ce5li
-cel5k
-ce4l3o
-2ce3n4a
-2cene
-ce3no
-5cent
-cen4t3j
-ceo4
-ce3ra
-cer2n
-ce5ro
-cer4t3r
-ce2s
-ce3s2a
-ce5sc
-ce3s2h
-ce3sta
-ce3s4ti
-cesu5r
-ce3ta
-ce4t3j
-ceto4
-cet3og
-cet3oo
-1c^^e9
-c3g
-4ch.
-3cha^^ef
-5chao
-3chas
-1chau
-5chauf
-2chc
-1chef
-5chef.
-5chefs
-5chemi
-5cheq
-che5ri
-che3ru
-5ches
-che3us
-1ch^^e9
-5chir
-4chn
-2chp
-5chromo
-4cht
-4chw
-1chy
-3ci
-ci5ab
-ci3am
-cie3k
-cier4s5
-ci1eu
-5cij
-5cil
-ci5le
-cil3m
-4cind
-ci3o
-ci5om
-5cir
-ci3t2
-ci5ta
-c3j
-c2k3a
-c4k3ed
-ck3ef
-cke5re
-c5k4et
-ck3id
-c2k3l
-ck4le
-c2k3n
-c2k3o4
-c4k3r
-ck5se
-ck3so
-ck5st
-c3ky
-1c4l
-cla2n
-cle3u
-5clu
-2c1n
-1co
-co3ad
-co3d
-co4i
-coin5
-co3k4
-co3la
-5com
-5cond
-con1g
-2co1no
-5cons
-3con5t4
-2coo
-2co1p2
-3copa
-4copi
-cor4dr
-co4rel
-co5ri
-cor2o
-5corr
-cors4
-co3ru
-co5sc
-co5se
-co5sp
-co3th
-co3tr
-5coun
-2cout
-co5v
-c3p4
-1c4r2
-3cras
-cre5d
-2crip
-3cris
-cro5f
-cro5k
-croo3
-cro5v
-crus5
-c3so
-c3sp
-c3ste
-2c1t
-ct3act
-ct3ad
-ct5c
-ctee5t
-cte2n3
-c2t1h
-c2t3j
-c4t3of
-c3tol
-c2t1on
-ct4or
-ct3rap
-c4t3re
-ct3sl
-ct3sp
-1c2u
-cu5d4
-cu3en
-cu3^^e9s
-cui5s
-cui2t
-cuit5e
-cu3k4
-cula5p
-cu3ra
-5cur3s
-cus3o
-c3w
-1cy
-1^^e7
-^^e7a4o
-4d.
-1da
-3da.
-3daag
-d4aal
-d3aap
-daar5e
-5daat
-4dabo
-2d3acc
-da4ce
-da5den
-4dadr
-3dae
-2d1af
-3dag
-da2g3a4
-da3ge
-da4g3ed
-da4g3e4t
-da4g3on
-da4g3r
-dag4s3t
-da2gu
-3dai
-da3^^ef
-da3ke
-da4ker
-2dakk
-da4k1r
-4dala
-d3alar
-d3alc
-da3le
-4dalf
-da3li
-2dalm
-da2l3u
-d4am
-dam4a
-da5mac
-d3a4mat
-d2a5me4
-dames3
-dam4pl
-2da2na
-dan3as
-dank3l
-danoot5
-dan4si
-dan4sm
-dan4s3p
-dan4st
-dans5ta
-4d3antw
-2d1ap
-4d3a2pe
-5dapu
-da2r3a
-d3arb
-3dare
-3dari
-dar4mo
-darm5on
-3daro
-dar3s
-dar5st
-3das3
-5dasa
-da3stu
-3d4at
-da3ta
-dat5j
-4d5atl
-4d5atm
-da2t3r
-5daue
-4d1aut
-3dauw
-2db
-dbei5
-dbou4w5i
-2d5c
-4d3d4
-ddags4
-ddag5sp
-ddel5ev
-dde2n
-dden5a
-ddera4
-dder5al
-ddere4
-dder5ee
-dder5ep
-dder3o
-ddi3a
-d5dles
-d5do
-ddo3p
-1de
-3de.
-de2al
-de1ch
-d4e5den
-5dedir
-de4dit
-dee4g3
-dee4l
-deel3i
-4d3een
-dee4r
-4d3eff
-de3g
-4d5eg.
-4d5egg
-2d5egy
-2dei
-d3eie
-d3eig
-d3eil
-d1eis
-d3eiw
-5dek
-de3ke
-dek3lu
-dek3w
-del4aa
-del5da
-del5dr
-del5eek
-4d3e4lek
-4delem
-de4lev
-4d3e4lit
-del3k
-del2s
-del4s3e
-dels3i
-del4so
-4d3e4mai
-2demh
-5demi
-dem5ond
-d2en.
-den4ac
-den5ate
-den3ei
-den3e4p
-den3ev
-4d3engt
-den4k5of
-de4noc
-den3o4r
-den3sh
-den5str
-de3nu
-5denvl
-de4o
-de5ofo
-de5ol
-deo4li
-deo3v
-de3rab
-de4r3ad
-der3a4g
-de3rak
-de3ram
-de3ran
-de3rap
-de3ras
-de4r5as.
-de4r5ass
-der2e
-der5ede
-der5egd
-de4r3ei
-de4r3em
-de5re4n
-de4rep
-de4ret
-de5rij
-de4r3im
-der3k4
-der3on
-dero4r
-4d3eros
-der4s3a
-der4s5om
-der5ste
-der5sto
-der5stra
-der5th
-4d3erts
-der5tw
-de2r3u
-de3rup
-de2s
-de3sav
-des3m
-des3n
-des3p
-de3spe
-de5spel
-de4spl
-des5sm
-de3st
-des5tak
-de5stal
-de4s3te
-de4sti
-de5stic
-des5top
-de3t4
-4d3e4tap
-de5tw
-deu4r3o4
-de3us.
-deu4tj
-deve4
-2dex
-4d1exa
-4dexp
-3d^^e8
-2d1f
-2d3g
-d4gaf
-dge3la
-dge2t
-dgeto4
-dget5on
-dget5ov
-dge4tr
-dg4l
-2d1h
-d5he
-dheer4
-3d4hi.
-1di
-di2a
-di5ae
-di4ak
-di4ano
-dia3s4
-di4atr
-5dich
-di4do
-die2f
-die4r3o
-di3esr
-die3st
-die2t
-diet3r
-di1eu
-3dig
-di2ga
-dig5aa
-diges5
-dijk3r
-di3jo
-2d3ijz
-di2k3o4
-5dil
-2d3imp
-di5n2a
-2d3ind
-2dinf
-3d4ing.
-4d5ingel
-4d3inj
-4d3inko
-2d5inr
-2d3ins
-4d3int
-dintel5
-2d3inv
-2d3inw
-2d3inz
-di2o
-di5ofon
-di4ol
-di4one
-di4oni
-dio1s
-dio5sc
-2d3i2ro
-2d3irr
-3di4s
-dis5ag
-di5se
-di5si
-dis4kr
-dis5p
-dis1t
-dis5tr
-di3th
-dit3j
-dit3r
-5div
-2d1j
-2d3k2
-4d3l
-d5le.
-dli4n
-dlot4s
-2d1m
-2d3n2
-d5ne
-dni3s
-1do
-3do.
-do3a
-2dobj
-4d3obs
-3d4oe
-5doe.
-doe5d
-4doef
-d5oefe
-5doek
-5doen
-5doet
-4d5oev
-3doi
-d4ole
-2do2li
-d4olin
-dolk5s
-5dol5s
-3d4om.
-5domi
-do4m3o4
-d3omr
-dom4sn
-5domu
-d3omv
-4domz
-5don.
-d4ona
-5done
-do5ni
-5d4onn
-5do3n4o
-do3nu
-do5ny
-5donz
-2dop
-do3pa
-d3opb
-d3opd
-do3pee
-5dopj
-4d1opl
-3dopo
-d3ops
-d3opz
-4d5org
-do4ri^^eb
-d3ork
-dors5m
-do3sp
-do3sta
-dot3j
-5dou
-2dov
-dover5s
-3dovl
-3dovo
-2d3p
-dpren4
-1dr4
-3dra
-5dra.
-d3raam
-d3raap
-d4rac
-d5race
-5drach
-d3rad.
-d3rada
-5draf
-5d4rag
-d4rama
-d3rame
-4d3rand
-4drap
-4dras
-4d3raz
-2dre
-4d1rec
-d5reco
-d1red
-d2ree
-4d3reek
-4drend
-d4ress
-4dret
-3d2rev
-5dreve
-d3ric
-dries4
-5d2rif
-dri5ga
-d3rijd
-d3rijk
-d3rijm
-d3rijs
-5d4rin
-3dris
-4d3rit
-4d3roei
-d3roer
-5d2rog
-4d3rok
-d3roma
-d3rond
-3droog
-4droos
-5drop
-2drou
-2d3ro5v
-2droz
-drug4s
-d3ruim
-d3ruit
-5d4ru4k
-4d3rus
-2ds
-d2s1a2
-d4saa
-dsa4b
-d3sal
-ds4ate
-ds2ch
-d5schi
-dse2
-ds3eco
-d4s3ed
-d4s5ee
-d4sef
-d4sei
-ds3eis
-ds3elf
-dse4li
-d5sen
-d4s3es
-d4set
-d2sh
-ds3ho
-d2s1i2
-d4s5id
-dsig5a
-ds2im
-ds4ing
-ds5is
-d4s3j
-ds4jo
-ds5jon
-ds4l
-d1sla
-ds5las
-ds5lic
-d4s5lie
-ds5lim
-d3slin
-d2sm
-ds4mak
-d3smij
-ds5mo
-ds3n
-ds4ne
-ds5neu
-d3snu
-ds1o4
-ds3ob
-ds3om
-d4son
-ds2oo
-ds3op
-d4spa
-d5span
-ds5pati
-d5spec
-d5s4pel
-d4s3pet
-d1spi
-d4s3pl
-d5spoe
-d5spok
-d5spor
-ds5s
-dst4
-d1sta
-d5staat
-d4stab
-ds3tak
-d4s3tal
-ds4tan
-d3s4tat
-d5stav
-d3ste
-ds4te.
-d5stee
-d4stek
-ds4ter
-d4sterr
-d4stev
-ds3th
-d3s4ti
-d4stit
-d1sto
-ds5tram
-ds5trekk
-ds5ty
-d2su4
-ds3ure
-ds3uu
-d1sy
-2dt
-d1ta
-dtaart5j
-d1th
-d2tj
-d1to
-d1tr
-d1tu
-1du
-2duca
-5due
-du3en
-du3et
-5duid
-5duif
-5duik
-d3uil
-2duit
-4duit.
-d3uitd
-5duite
-4duitg
-d3uitv
-5duiv
-du4n
-dun5i
-du2o
-du4ol
-3durf
-3durv
-5du1s
-dut3j
-du5wen
-2dv
-dvaat5
-dvee3
-dve5na
-dvies5
-2dw
-d3wac
-d3was
-d3wat
-d1we
-3d2wei
-d3wek
-d3wet
-d3wez
-d1wi
-4d1wo
-d3wor
-d3wr
-1dy
-4d3yo
-dy4sp
-dy2s4t
-2dz
-4e.
-4ea
-e3aa
-e1ab
-ea3bo
-e3ac
-ea4ca
-eac5t
-e1ad
-ea3da
-e5adem
-ea3do
-ead3s2
-ead5sh
-e1af
-e1ag
-e3ai
-ea4k3o4
-e1al
-ea3la
-e3ali
-e4als
-ea5mi
-e3an
-e4an.
-eang3
-ean4s
-e5ap
-ea3pr
-e3aq
-e1ar
-ear2c
-e1as
-e2asc
-ea5s4e
-ease5t
-ea3so
-e1at
-e4at.
-eat3s
-eau3s4t
-e1av
-e3bo
-ebots5te.
-e5br
-3ecd
-e3ce
-e1che
-e1chi
-echt5ec
-echts5o
-e3chu
-4eck
-ec5le
-4ecor
-4ect
-ec3ta
-ec4taa
-3ecz
-e1d
-ed4ag
-e3dam
-e3d4an
-e4d4as
-ede3a
-ed3ei.
-ede5le
-edem4
-ede5nac
-ede5o
-ed4er
-e4d5erns
-ede5rog
-edi3al
-edi3am
-e5die
-4edir
-edoe5tj
-e3d4oo
-ed3opv
-edors5te
-ed3ov
-e3d2r
-ed3rod
-ed3rol
-ed1s
-ed5se
-ed2sl
-ed4so
-ed5sp
-ed3su
-ed3uit
-e4d2w
-e5dwan
-e4e
-eea4
-ee5b
-ee5ca
-ee5che
-ee2d3a
-eed4ac
-eed5as
-ee5de
-ee5do
-eed3ru
-eed3si
-eed3w
-ee2f
-ee3fa
-eef3ac
-ee3fi
-eef3l
-eef3r
-ee4gap
-eeg3l
-ee3i
-ee2k
-ee3ka
-ee5kaa
-eek3ak
-eek5all
-eek1e
-ee5ket
-ee3ki
-ee3kl
-ee4k3lo
-eek3n
-eek3re
-ee3kri
-eek3ro
-eek5st
-eek3w
-ee2l
-eel3a
-ee3lad
-eel4as.
-eel5d4u
-ee3le
-eel4ee
-ee3li
-ee5lij
-eel5k4
-ee3lob
-eel3og
-eelo4ge
-ee3lu4
-eel3ur
-eel3uu
-4eem
-eema4
-ee2n
-een3a
-eena4r
-een3e2
-een5g
-ee3ni
-een5ie
-een5k
-ee5o2
-ee2pa
-eep3an
-ee3pl
-eepo4
-ee4p3re
-eep3ru
-ee2r
-eer1a
-eer3aa
-ee4rad
-eera4l
-ee3ram
-ee3ran
-ee3re
-ee4ree
-ee5rei
-ee4r3i
-ee5ric
-eer5k
-eer3og
-eer5oom
-ee3rot
-eer5ston
-eer5str
-ee2s3
-ee5sch
-ee4s5em
-ees5et
-ee3sj
-ees5lo
-ee3sn
-ee3s4p
-ees5pl
-ees5pot
-ees5ten
-ee3stu
-ee2t
-eet5aa
-ee3tal
-ee3tan
-ee5te
-eet5h
-ee3tj
-eetna4
-ee3to
-eet3og
-eeto4ge
-eet3oo
-eeto4r
-ee3tr
-ee4tro
-eet5rok
-eet3sp
-eet5ste
-ee5v
-ee5z
-e^^ebn3
-e5^^ebr
-ef3ad
-efa4z
-efde5l
-ef3do
-ef3ei
-e5fer
-4efi
-efie4t
-efiet5j
-ef3ins
-e3fis5
-e1fl
-ef3li
-ef3loo
-e3flu
-ef3om
-e3foo
-ef3op
-e1fr
-ef3rij
-e5fron
-ef3sf
-4e1g
-egas4
-eg3as.
-ega5sk
-eg3ebb
-e4ge4c
-eg3eig
-egel5ei.
-ege4l5ov
-ege4net
-egen5of
-ege4ra
-eger5eng
-ege4ro
-eger5on
-e3g4i
-eg3ijz
-egip4
-egiste4
-e2gl
-e4go.
-eg3org
-e2gos
-eg3oud
-e5graf
-eg3s4
-eg5sle
-eg5so
-e2g3u4r
-egut4
-e4g3uu
-e1h4
-e5ha
-eheis5
-ehit4
-e2i
-ei5a
-4eid
-ei3do
-eid4sc
-ei1e
-4eien
-eien5s
-eie5re
-ei3f4
-ei3gl
-4eign
-e3ij
-eik4l
-ei3kn
-ei5kr
-eiks4
-4eil.
-eil5ant
-4eild4
-eil5dr
-4eile
-ei4lev
-eil5m
-ei2l3o
-ei4n3ab
-ei3n4ac
-ein4do
-eind5oo
-ein4d3r
-ein5gr
-ein5k
-ei2no
-ein5sl
-ei3o
-ei2sa
-ei5sha
-ei3s4la
-ei3slo
-eis4p
-ei3s4ta
-4eit2
-ei4too
-eit4s3
-eits5c
-eits5n
-eits5te.
-eit5sten
-eits5tr
-eive4
-4eiz
-e1j2
-e3je
-ek3aan
-ekaart5j
-ekaat4
-ek3af.
-e4k3a4g
-ek3al.
-ek3alt
-e5kam
-ek3ang
-ek4ee
-ek1ei
-e3kem
-e5ker.
-e5kers
-ekes3
-ekes4t
-ekes5tr
-e3ket
-ek5eter
-e5kic
-e4kil
-e5kis
-ekla4m
-eklam5a
-ek3lev
-e5klim
-ek5loos
-ek4ni
-e3ko
-e4k3ob
-e5kof
-ek3oli
-ek3opz
-e5kor
-ek5os.
-ek5oss
-e5kran
-ek3roz
-eks4e
-eks5erv
-ek5set
-ek4str
-eks5tra
-ek5t4e
-ek3to
-eku4
-ek3uit
-ek3ur
-ek1uu
-ekwet5ste
-ek3win
-e1la
-el3aan
-el5aand
-el1ac
-el4ade
-el3adj
-el3adm
-el3adr
-el3adv
-el1a4f
-el1al
-e3lan
-el5ana
-e3lap
-e5lap.
-e4lapp
-el3arb
-el3arc
-el3arm
-el3art
-e4l3as.
-el3asi
-e4l3asp
-e4l3ass
-el1au
-e4laut
-e3laz
-el5azi
-el4dec
-el4dr
-el4du
-e1le
-e3le.
-el3eeu
-el5eff
-e5leid
-el5eier
-el3eig
-el3ei5s
-e4lel
-3e2lem
-el3emp
-e5l4en
-e3ler
-ele5r4a
-eler4s
-el3erv
-e3les
-eles4t
-e4l3eta
-ele4tr
-e4l3etu
-el3exc
-e3l^^e9
-elfi4d
-el1fl
-elf3s4
-el3gu
-2eli
-e5lie
-e5lig
-eli5kw
-el3imp
-e4l3ind
-e3ling
-e4l5inkt
-el5inz
-3elix
-el4kee
-elk3s
-el4k3u4r
-el4kw
-4e1lo
-e5loep
-el3oes
-e3lok
-el3ol
-el3oms
-el5ond
-el5ont
-e3loo
-e5lood
-e5loos
-el3ops
-el5opt
-el5opv
-el3o2r
-el5org
-elot4j
-e5lou
-el3o4ve
-e5loz
-elp4o
-el4ps
-el4s5em
-el4s3k
-el5smed
-el5twe
-4e1lu
-el3uit
-eluks5
-2ema
-e4mana
-ema3sc
-ema5to
-emees5
-emens5te
-emer4s
-emes3
-emie4tj
-e5mok
-em3oli
-em3op
-em3org
-emor5sten
-e4mo4v
-em3sa
-em5sc
-em4sli
-em4sm
-em1st
-em3su
-em3uit
-emut4
-en3aap
-e3naar
-e4n3aas
-en1ac
-e5n4acc
-en5af
-e2n1ak
-e2nal
-en3al.
-en3als
-en3amb
-en4ame
-e2nan
-e4n3ang
-en1a2p
-e5nari
-en3ars
-e2n3a2s
-enas3p
-e3nat
-ena4tel
-e4n3att
-en1av
-e2n3a2z
-enci4
-3ency.
-en3da
-en5daa
-end5ama
-5enderti
-en3d4o
-en3dr
-en5drek
-e2n3e2c
-enede4
-e3nee
-en3eed
-enee5t
-en5eg.
-en5egg
-en3ela
-en3elf
-en3ema
-e4n3en5t
-e2ne2p
-en3epo
-e5nere
-5energ
-e4nerv
-en3eta
-en3ete
-ene4ten
-e3neu
-4enf
-en5ga
-en3gl
-en4g5le
-eng4r
-en5gri
-engs4
-eng5se
-eng3sm
-e3nie
-e5nijd
-e2n3im
-e4ninga
-e4n3ink
-e3niv
-e4n3i4vo
-en3k2a
-e4n3och
-en3off
-e4n3oli
-e2n1on
-e4n3oor
-enoot5
-e2n1o2p
-e3nor.
-en3ord
-eno3s
-en3ou
-e2n1ov
-3enq
-en5sce
-en4sei
-ens5ein
-ensek5
-3ensem
-ens4fe
-en4sin
-en5slak
-en4s3on
-en1s2p
-ens5pot
-en5stan
-en5sten
-enst5ijv
-en4stin
-en4stu4r
-en3su
-en4tac
-en5tee
-en5tei
-ente5re
-en4terv
-3ent^^e8
-en1t2h
-en5tom
-ent4r
-en3tre
-ent5rol
-ent4sl
-ents3m
-ent4s3p
-en3tw
-e1nu
-e4n1ui
-e2nun
-en3ur
-en3uu
-5envelo
-eny4
-e3o
-eo3d
-eodo3
-e5oe
-eoes3
-e5off
-eo3fr
-e4o3k4
-e5on
-eo5ni
-e5oo
-eo3pa
-eo3pe
-eo3pl
-eop4la
-eo3p2r
-e5ops
-eor5d
-e5org
-e5ori
-eo3ro
-eo3s4
-eo5st
-e4ot
-eo5te
-e5o3t4h
-e1pa
-e3paa
-ep3aak
-ep3ac
-e4paf
-epa4k
-ep5ake
-e3pal
-e3pap
-e4p3app
-e3par
-ep3asp
-e1pe
-e5pe.
-ep5een
-e5per
-epers5te.
-e1pi
-3epid
-ep3ijs
-ep3ijz
-ep5ingr
-ep3ins
-epit4s
-epits5te
-ep1j
-e1pl
-ep3led
-e4p3lod
-e5ploe
-ep3lus
-e1po
-e4p5o4ge
-epoort5j
-epoot4j
-3e4pos.
-e3pot
-epou4
-e1pr
-ep4ra
-e3pri
-ep5rode
-eprot4
-ep2s
-ep4s5ee
-ep4ser
-eps3l
-eps5n
-eps3p
-eps3ta
-eps5taa
-eps5tal
-eps5to
-eps3tr
-eps5tro
-ep4tak
-ep2tj
-ep4tr
-ept3ra
-ep5tro
-ep3uit
-4equa
-e3ra.
-e1raa
-e5raad
-e4raak.
-er3aan
-er5aanp
-e4raap.
-e5raat
-e4r1ac
-e5rac.
-e5race
-e5raco
-e3rad
-e5rad.
-er3ado
-er3af
-e3raff
-era4gen
-e1rai
-e4r3all
-er3ama
-er3ana
-e5randa
-e5rane
-e5ra3pl
-er3arc
-e3rare
-e3rari
-e1rat4
-er3a4tr
-er3azi
-er3d2a
-er3d4i
-erd4o
-er3d2r
-erd5uit.
-er3d4w
-e1re
-er5eat
-4erec
-er5editi
-er3een
-e5reep
-er5eers
-er3eet
-er3ef
-er5eff
-er5eg.
-er3egd
-er5egg
-er5egt
-er3eie
-er3eig
-er3eil
-er5eind
-ere3kl
-er3elk
-e4r3emm
-er3emp
-e3rend
-e5rendel
-ere4ne
-eren5eg
-er5enen.
-e3renm
-e3rent
-er5enth
-e5rento
-eren5tw
-ere2o
-ere4og
-er3epi
-er3e2q
-er3eri
-e3res.
-er3esk
-e3ress
-ere4st
-ere4t3j
-er3etn
-e4r3ets
-e4r5ex
-erg2l
-e3ri
-eri5ab
-e5rif
-e5rig
-erig5a
-er3ijl
-er3ijs
-e4rijs.
-er3ijv
-e4r3ijz
-e5rik
-er5ind
-e4r3ini
-er5inkt
-er3ins
-er3int
-e5rio
-e5ris
-erkeers5
-er2kn
-er3m4i
-er5mo
-er5nu
-e1ro.
-e3rob
-er3oc
-e4r3oed
-er3oef
-e5roep
-eroe5tj
-er3oev
-er3of
-ero2g
-e3rok
-e1ro2l
-e5rol.
-er3oli
-e5roll
-er3om
-er1on
-e3ron.
-e3rone
-er3onv
-er3oog
-er3oor
-e5roos
-e4r3op
-erop3a
-ero5pen
-e2r3or
-er1ov
-er3oxi
-e3roz
-e3r^^f6
-er4plu
-errie5tj
-er3scr
-er3sj
-er5slag
-er5span
-ers4pot
-er5stem
-er5te
-er3t2h
-er5t4i
-er5t4o
-er3tr
-ert5se
-erts5l
-er3t4u
-er3t4w
-e1ru
-e3rub
-e3rug5
-e2rui
-er3uit
-erui5t4j
-e2run
-e3runs
-e4r3ur
-e3rus
-er5uu
-3ervar
-3erwt
-e4saf
-e4s3a2g
-e3sam
-e5san
-es3ap
-es3arr
-e3sa3s
-e3scop
-e3s2cr
-es4e
-e5sec
-es5een
-e5sel
-es5ene
-e4s5eng
-es5ex
-es2fe
-es5he
-e4shi
-e3sid
-e3sie
-es1in
-e4sir
-es5je.
-es5jes
-e3s4jo
-es5jon
-e4s3ka
-es5kr
-e3sl
-es4la
-e5sla.
-e5slag
-es3lak
-es5lat
-es4le
-es5leg
-es2m
-es4mui
-e5smuil.
-e1sn
-e3s4ne
-e1so
-e3sol
-es4oo
-es5oor.
-eso4p
-es3ore
-e1sp
-es5pas
-es4pel
-espit5ste
-e3spl
-e4sprie
-esp5riem
-es4sm
-e3stak
-e3s4tal
-e3stap
-es4tar
-es5tatie
-e4s3te.
-es4tea
-es4teel
-est5ei.
-e4steka
-es5tekam
-e3s4tem
-es5temo
-es3ten
-e4sten.
-es5tenb
-es3ter
-estere5o
-es5tes
-es4tet
-e3steu
-es4tic
-e4stie
-e3stot
-es5tra.
-es5trac
-es5trak
-e5stral
-est5rap
-es5trei
-est4sc
-es4tur
-e3sty
-e3su
-esu4r
-e3sy
-e1ta
-e3ta.
-et3aan
-et3ac
-et3ad
-et3afz
-3e2tag
-e3tak
-e5tak.
-et4ana
-e5tand
-e2tap
-e4tapp
-e5tat
-e4tau
-e2tav
-e3te
-e5tea
-et3edi
-e5tek
-4etel
-e5tel.
-e4t5elf
-e5tels
-et5emb
-et5emm
-etens5u
-eten5tj
-ete5r4a
-ete3ro
-eters5la
-eter5sm
-e5tes
-e1th
-et3ha
-et3hor
-et5hu
-e4t5i4d
-e5tie
-e4t3inc
-e4tiq
-e5tis
-e4tja
-e1to
-e5toc
-e3toe
-e5toev
-e3tol
-eto4p
-et3ope
-et3opl
-e4t3ork
-eto3sf
-e1tr
-et3rec
-e4t5res
-e3troe
-e5tron
-e5troo
-etros4
-e4t3ru
-et4sl
-ets5lap
-et5slu
-ets3n
-et4s3oo
-et3spe
-ets3pr
-et3spu
-et4ste
-ets5tek
-et5sten
-et5sti
-ets4u
-et5su5r
-et5suu
-e1tu
-etui5tj
-etu4r
-et3we
-et2wi
-1eua4
-1euc
-eudi5o
-eu5dr
-eu3e
-eugd3r
-eu3g2r
-eu4ler
-eu4li
-e1um
-e3um.
-e2umd
-eu2na
-eun3t
-1eu1o
-eu2po
-eu4rad
-eu4rec
-eu3ren
-eu4res
-eu4rij
-eur5k
-euro5v
-eur4sta
-eurs5taa
-eurs5te.
-eur4s5tr
-eur4su
-eu5sch
-eus4p
-eu3spa
-eu4st
-eu5str
-eu3tj
-eu1tr
-e3uu
-2euw
-eu4wa
-eu5win
-euw4str
-evaar5tj
-eval4s
-evari5
-eve4lo
-evel5op
-eve5n4aa
-4ever
-eve3ra
-4e1w
-e5wa
-e5we
-ewen4s
-ewens5te.
-ewest5r
-ew2h
-e5wi
-ewo3v
-4ex.
-2ex3aa
-ex3af
-4exco
-3exeg
-3exem
-4exi
-ex3in
-ex5op
-1exp
-e3y4o
-eys4
-ey3st
-e5za
-e3zee
-4e3zen
-ezers5
-e3zo
-ezz4
-^^e93a
-^^e91d
-^^e9dee4
-^^e9di3
-^^e91g
-^^e9gee5
-^^e93h
-^^e93j
-^^e93n
-^^e93p
-^^e93r
-^^e91t
-^^e81
-4^^e8c
-^^e82l
-^^e82s
-^^e85t
-^^e8ta5
-^^ea1
-^^ea2p
-^^ea3per
-^^ea5t
-3^^eb
-4^^eb.
-^^eb2b
-^^eb3c
-^^eb3d
-^^ebe2
-^^eben3
-^^eb3j
-^^eb1l
-5^^ebn
-^^ebnce3
-^^ebn4e
-^^ebns2
-^^ebn5sc
-^^ebnt2
-^^ebn5th
-^^ebn5tw
-^^eb3p
-^^eb1ra
-^^eb1re
-^^eb1ri
-^^eb1ro
-^^ebro1g2
-^^ebro3s
-^^eb2s
-^^eb3si
-^^ebs3t
-^^eb1t
-^^ebt4s
-^^ebts3te
-^^ebve5
-^^ebven4
-4^^ebzu
-4f.
-1fa
-f3aanb
-f4aat
-3fab
-fa2bo
-f3acc
-face4
-f1ach
-2fad
-2f1af
-fa3g
-fal3s
-fa3m
-f3ang
-fant2
-fan4t3j
-fant4s5
-2f3a2p
-f4arm
-3fa5se
-fa2to
-fa3v
-4fb
-fbe5dw
-f1c
-4fd
-f3da
-fda4g
-f5dan
-fd1ar
-fde4k
-fdek3l
-fde4s3
-fdes5e
-fdes5l
-fde5sm
-fdes5t
-f2d3in
-fd3of
-fdors5te
-fd4ra
-f3d4ru
-fd5se
-fd3si
-fd3so
-fd3sp
-f4d2w
-fd3wo
-1fe
-fe2a
-fec4tr
-fede3
-fe4del
-f3een
-5fees
-feest5r
-fel5dr
-fe4l3ee
-3feli
-fe4lom
-fe4l3op
-fel3sp
-fe3no
-f4er
-fe3rab
-fe3ran
-fe4r3et
-fe3rom
-fe3ron
-3fes3
-fe4t3j
-fetu5r
-2f3ex
-1f^^e9
-3f^^e8
-3f^^ea
-4f1f
-f5fe
-f5fi
-ffs2
-ff3sh
-ff3si
-f3fu
-f3g2
-fge3
-fge5r4
-fge5t
-4f5h
-1fi
-fi5ac
-fi4al
-fi3am
-fi3apa
-fi3apo
-fia4s
-3fib
-fi1ch
-5fie
-5fig
-f3ijs
-2f1ijz
-fik4st
-3f2il
-fil4m3a
-film5on
-fi3lo
-4find
-3fini
-f3inj
-4fink
-2finr
-fi3o
-fi4r
-fi4s
-fi5se
-f5iso
-f1j
-fjes5
-4f1k4
-f3ke
-f2l2
-4f3laa
-f1laf
-f4lam
-f3lei
-flen4st
-flens5te.
-f4les
-fle2t
-flet3j
-4flev
-f4lex
-f3lez
-2flie
-2flij
-f4lik
-f4lip
-f4lit
-f3lok
-3f4lor
-flu4t3
-4f1m
-f1n
-1fo
-3fob
-5foc
-foe5d
-foe5ta
-2f3of
-5fok
-2foms
-fo5na
-fond5en
-fonds5l
-fon5eng
-fo1no
-4font
-fon5te
-foo4
-fooi5
-f3oom
-5foon
-2fo4p
-fop5s4
-f4or
-3fo5re
-fo5ri
-5form
-for4t3j
-fo1ru
-fo3t
-2f3oud
-4f1ov
-3f^^f6
-4f5p4
-fpers5te.
-fpits5te.
-fr4
-f4raak.
-fraam5
-5frac
-f3rad
-f2ras
-5frau
-f1rec
-f3rek
-5freq
-frie4s
-frie4t
-friet5j
-f4rik
-f4rod
-4f3rol
-f4rolo
-f3roma
-frus3
-4f1s
-f2sa4
-fs3ad
-fs3an
-fs3ar
-f3sc
-f5sch
-f4scr
-fse2
-f4s3ec
-f4s5ee
-f4sei
-f4s3eth
-fs4fe
-f2sh
-fs5he
-f2si
-f3sie
-fs3im
-fs1in
-f5slaa
-f5slac
-f5slag
-fs3lap
-fs2m
-fs3ma
-fs4mi
-fs3mo
-fs3mu
-f2s1o4
-fs3ob
-fs3om
-fs4oo
-fs2p
-fs4pre
-fs4t
-fst3as
-f3ste
-fs5tec
-f5stell
-fste4m3
-f4sterr
-f3sti
-f5stif
-f3sto
-f4st3oc
-f4ston
-f3str
-f3stu
-f3sy
-4ft
-f1ta
-ft1ac
-fta4kl
-fta4p
-ft3art
-fter5sh
-ft3h
-f1to
-f5tond
-f4tont
-f1tr
-ft2s3l
-ft4sm
-fts3n
-ft4so
-fts3p
-f1tu
-ftu4r
-1fu
-2fuit
-fu4ma
-fum3ac
-3f2un
-fur4o
-3fus
-2fuu
-4fv
-fva2
-fval3
-4f1w4
-3fy1
-2fz
-fzet5
-4g.
-1ga
-3ga.
-gaar5tj
-g4aat
-2g1ac
-4g3adm
-g4af.
-g3afd
-ga3fr
-4g3afs
-4g3afw
-2g3a4h
-4gal.
-ga3la
-ga4l3ap
-ga5ler
-gal3s
-4gamb
-g4a3mi
-3gan
-gan5d
-5gane
-gan4s5t
-ga3pl
-3gar.
-4g3arb
-ga3re
-g1arm
-3gars
-2g3art
-gar5tj
-ga4s
-gas5c
-gas3i
-ga5sla.
-ga3sli
-ga5slo
-gas3o
-gas3p
-gas3tr
-gas5tra
-gast5rol
-3gat
-gat5j
-gat3s
-4gaut
-ga5ve
-g1avo
-2g5b
-2g1c
-4gd
-g5dac
-g5dag
-gd3art
-gd3at
-gd5ate
-g3de
-g4d3elf
-g5der.
-gd3erv
-g4d3id
-gd3im
-g2din
-g3dr
-g5dru
-gd3sa
-gd5sp
-g3du
-1ge
-3ge.
-ge3a
-gea3dr
-gea5na
-gea3q
-ge4ari
-ge5au
-4g3eb.
-2gebb
-ge3c
-ge3d4
-gedi3a
-ge4dit
-ge5dr
-ge5dw
-3gee4
-geest5r
-geet3a
-ge3f4
-2g3eff
-ge5g4
-gege4s
-4geig
-2g3eik
-gei4l5a
-5geit
-geit3j
-ge3k4a
-ge3ke
-ge5ki
-ge5k4l
-ge3kr
-gek4st
-gek4u
-ge3k4w
-ge3lau
-gel4d3a4
-ge3l4e
-4ge4lem
-gel5f
-gel5k
-5ge3l4o
-gel5si
-gel3sl
-gel3sp
-gel5ste
-ge5ma
-4gemb
-4g3emf
-ge5mo
-2g3emp
-gems3
-ge3m4u
-g4en.
-ge3nak
-gen4az
-3ge3ne
-ge4n3ed
-ge4nend
-4g3engt
-3geni
-gen5k
-ge1no
-ge4n4of
-ge4nog
-gen5sfe
-gen5ston
-gen5stu
-genstu5r
-5genw
-ge5om
-geo5pe
-georke5
-ge5os
-ge5ot
-ge5p4
-ge1ra
-ger5aal
-ger5aap.
-ge4r3a4l
-gera4p
-ger5ape
-ger5as.
-ge5reg
-ge3rem
-ge5ren.
-ger4i
-ger5ini
-ge1r2o
-ger4of
-ge5rol
-ger5slan
-ger4sli
-gers5lij
-ger4sp
-4g3erts
-ge3r4u
-3ge1s4
-ge3sa
-ge3sc
-ge5se
-ge3si
-4ge3sk
-ge5sl
-ge3sn
-ge3so
-ge5spend
-ge5sper
-ge5spo
-ge5stan
-ges5te.
-ges5ten.
-ge3str
-ge5sw
-ge3ta
-get4aa
-ge5tam
-ge2th
-ge5t4i
-ge3t4j
-get4o
-ge3tr
-ge5tra
-ge5tro
-ge5tru
-ge5tsj
-ge5tu
-ge5t4w
-ge3ui
-5g4ev
-4gex
-5g4ez
-1g^^e9
-g^^e9di4
-3g^^e8
-4g1f
-gfijn5ste
-4g3g4
-g5ge
-gge3la
-gge4r5on
-gges5ti
-g4g5h
-g5gi
-ggings5
-g5gl
-2g1h
-g2het
-ght4
-gh5te
-g2hum
-1gi
-gids5te
-gie5ra
-gier4s
-gi1eu
-gi2f
-gif5r
-gi3ga
-5gigere
-5gigste
-2gij
-g3ijs
-4gijz
-gi2m
-gi3na
-4g3inb
-4g3inf
-g5infe
-g5infr
-5ging
-2g3inh
-gin3o
-2ginr
-gi4oc
-gi2od
-gi4onet
-gi2or
-gip4st
-5gir
-3gis
-4g1j
-4g1k
-gl4
-g5lab
-3glai
-1gla4s
-glas3e
-g5lat
-3g4laz
-3gle.
-g5leer
-glee5t
-g3len
-2g5lep
-4g5ler
-g3les
-3gle4t
-glet3j
-g5lev
-g5lice
-g5lich
-3gli^^eb
-g2lif
-g5lijs
-g2lim
-3g4lio
-g2lob
-3glof
-g5log
-3glom
-4g3lon
-g3loon
-g3lop
-3g2los
-g5loz
-3g2ly
-4g1m
-gmaat5j
-2g1n
-g3na
-gn4e
-gne5g
-gne5m
-gne4t3j
-gnie4tj
-4gnu
-1go
-3go.
-3go2a
-3gob
-2goc
-g1och
-go4d3a
-god4s3
-gods5t
-4goef
-goe1r
-2gof
-go3f2r
-g4og
-4goh
-go2k
-5gom.
-go2ma
-g3oml
-4gomz
-go4n3az
-2g3ong
-go5no
-2g1ont
-g2oo
-2g3oor
-3goot
-2g1op
-go3pa
-g4opr
-g4ora
-4go4re
-go5re.
-5g4ori
-gor2s
-gos1
-go3tr
-gou4d5ee
-2g3ov
-2g5p
-gpes3
-1gr4
-3gra
-5gra.
-graat5j
-g5rak
-gra2m
-g4ram.
-gram3a
-g3ramp
-gra4s3
-5grav
-2g3rec
-2g3red
-5gredi
-g5redu
-g3reek
-g3reel
-g4reep
-g3reis
-4g3rek
-2g3rem
-gren4s
-gre4s
-g4reu
-g3rev
-5gria
-grie4t5j
-g5rijd
-g5rijk
-g5rijm
-g5ring
-5g4ris
-grit5s
-2g3riv
-groet5j
-grof5
-g3rok
-g3rook
-g3room
-groot5j
-2grou
-gro5v
-2g3rug
-g3ruim
-g3rup
-4gs
-gs1a2
-gsa4g
-gs5alar
-gs3alt
-g2sc
-gse4
-gs3eco
-g4s3ed
-gs5een
-gs3ei
-gs3en
-gs5ene
-gs3erv
-gs3et
-gs3ev
-gs5he
-g2s1i2
-g3sie
-gs5is
-gs1j
-g3s4ke.
-gs3l
-gs4la
-gs5laag
-gs5lam
-gs5las
-gs1le
-g3slep
-g4sleu
-gs5lie
-gs4lin
-g5sling
-gs4lo
-gs5log
-gs5lok
-gs5lon
-gs4lu
-g4s5ma
-gs3n
-g4sna
-g3snij
-g4s1o4
-g5sol
-g5som.
-gs5ons
-gs3op
-gs3p
-gs5pand
-g3spec
-g3s4pel
-g3s4pet
-gs4pi
-g3spie
-g3spil
-g5spin.
-g5spinn
-gs5pir
-gs5pol
-g3s4pon
-gs5ps
-gs5q
-gs5sc
-gst2a
-gs5taal
-gst5aang
-gs5tac
-g5stad
-g5s4tan
-g4st3ap
-g5stat
-g1ste
-g5s4te.
-g5sted
-g5stee
-g3stei
-gs3tek
-g5stel
-g3sten
-g3ster
-g5ster.
-gs5terr
-g5sters
-gs3th
-g5s4tic
-g3s4tig
-gs5tijg
-g5stof
-g5stop
-g5stor
-gst3o4v
-g4s3tra
-gs5trad
-gs5trak
-gst5ram
-gs5trap
-g5strat
-gst5res
-gs5troe
-gs5tron
-g4stru
-g5struc
-g3stu
-gs5ty
-g2s1u4
-gsver3
-gs5w
-g5sy
-4gt
-g1ta
-g2t3ap
-g3te
-gte3ro
-gtes4
-gte3st
-g1to
-g3tr
-g1tu
-1gu
-5gu.
-3gue
-gu4eu
-2guit
-gu4ni
-gu2s3
-gut4st
-guts5te.
-4gv
-g5vo
-4g1w
-g5wa
-1gy
-4gyp
-2gz
-4h.
-haams5ta
-haar5sl
-haar5sp
-haars5te
-haar5tj
-haats5te.
-h3afd
-haf4t3u
-ha3g
-ha5ge
-hal2f1
-5hals
-hal4sto
-5halz
-2hamp
-4han.
-han4dr
-hand5sl
-han3ga
-hang5l
-hang5s
-han4s3l
-han3so
-han4st
-hap2s
-hap4se
-har4ta
-harte5l
-hart3j
-har4t3o4
-har5tre
-hart5sl
-hat5j
-ha2t3r
-hat3s
-ha3v
-4have.
-4hb
-2hd
-h4e
-2hea
-he2ar
-3hech
-he3co
-4hee.
-hee3g4
-hee4k
-heek3a
-heek5l
-hee4l3o
-heep4s
-heeps5c
-heers5tak
-hee5sto
-hee5tjes
-he2f
-he4i
-heids5p
-heis4
-hei5tj
-he2k3a
-he2kl
-hek4st
-heks5te.
-hek5sten
-hek3w
-he3le
-he4l3ee
-he3li
-hel4m3a
-helo4
-hel4p3a
-hel3sm
-he5mo
-he5ne
-hen4kr
-he3n4o
-4he5o
-he4pij
-he2p3l
-he2pr
-he1ra
-her4aa
-he4r3ad
-he3r4au
-he4r3i
-herm5eng
-he3ros
-hero5v
-her4p5aa
-3herst
-hert4
-herts5te
-he2ru
-he5se
-he2sp
-he2s5t
-hets5te.
-heu5le
-2h3f
-4h5g
-h3h
-hi5d
-hie4f3
-hielsges5
-hie4r3
-hie5ren
-hier5u
-hie4t5o
-hie4tr
-hiet5s
-hij4sl
-hik4s5
-hi3kw
-hil3m
-him4pl
-him4pr
-hin5d
-h3ins
-hin4t3j
-hi2p5l
-2hir2
-his5p
-hi3tr
-hit4st
-hits5te.
-hit5sten
-h3j
-2hl
-h3la
-h4lag
-h3lep
-h3loc
-2h2m
-h3ma
-h3me
-h4mer
-h1n
-h2na
-hno3
-2ho.
-ho3a
-hoa3n
-hoboot4
-ho3ch
-hoe4ker
-hoe4s
-hoes5l
-hoe3t
-ho2f
-hof5d
-hof3e
-ho3g2
-ho2ka
-ho5mo
-hon3dr
-hond4s
-hon3g
-honi4
-ho1no
-hool3e
-4hoom
-hoort4
-hoor5tr
-2hoot
-ho3pa
-ho1pe
-ho2p3o
-hop3r
-hop4str
-hor5de
-5horl
-ho3ro
-hor4st
-hors5te.
-hor5sten
-hor4t3j
-ho3ru
-ho3sa
-hot3j
-ho3tr
-ho4t3re
-hot4st
-hots5te.
-ho3v
-2ho4w
-how3o
-2h1p
-hpi4
-2hr
-hra4b
-h4re
-h5rea
-hri4
-hro2k
-hrok3o
-hroot3
-4hs
-h3sa
-h3sp
-h3st
-2ht
-h4t1a2
-ht3ac
-h3tal
-ht3ala
-h5tans
-h3te.
-h4t3ec
-ht4eco
-h2t3ee
-h2t3ef
-h2t3ei
-ht5em
-h3ten
-h4ten5t
-ht5entw
-hter3a
-hte4r5o
-h4t3esk
-h4tev
-ht5eve
-h5tevo
-ht3ex
-h2t5h
-h4t3int
-h2t1j
-ht1o4
-ht5oef
-ht5op
-h4t1r
-ht5roo
-ht4sap
-htse4
-ht4ser
-ht2si
-ht4sl
-ht5sla
-ht5slot
-ht3sme
-ht5smij
-ht4s3o
-ht3spe
-hts3pl
-ht3spr
-hts5taal
-ht4s5tak
-ht4s5tek
-ht4sti
-hts5tore
-hts5trekk
-ht1u2
-ht3w
-hu4ba
-3huiz
-hul4der
-hur4t5
-hut3j
-huts5te.
-huur5s
-4h1w
-hy4la
-3hyp
-hypo1
-4i.
-i1a
-i3aa
-i4ab
-i5abi
-i4ac
-i3ady
-i3ae
-i5ae.
-i2a3f4
-i2a3g2
-i3agr
-i3ai
-i5ak.
-i3ake4
-ia4kem
-ia3kl
-ia3kr
-i3al.
-i4a3la
-i3ali
-i2am
-i5am.
-i3ami
-i3an
-ian4o
-ia3o
-i2a1p4
-ia5pa
-i5api
-ia3sc
-ia5se
-ia3so
-ia4s5po
-ia3sta
-i3at
-ia3t2h
-i5atri
-iave4
-i5ble
-iboot4
-4ic
-i3ce
-5i4cepa
-i1cha
-i1che
-ichee4t
-i1chi
-i1cho
-i3chr
-ick5l
-icos4
-ic4t3op
-ict4s5c
-i3dam
-idde4r5a
-ide3a
-i4dee.
-ider4sp
-ider4st
-ides4
-idi3a
-idi5ab
-i2di5o
-id4mak
-i3dok
-i2dr
-id3ran
-id3ru
-id2s1
-id4s3a
-id4ser
-ids5i
-ids5j
-ids5l
-id4sm
-ids5ma
-id5s4mee
-id4s3o
-ids3ta
-ids5tak
-ids5tek
-id4stem
-id4sti
-ids5tr
-id3u4r
-id3uu
-idu3w
-id3w
-4ie
-ie1a2
-ie4d3ac
-ie3de
-ie4dro
-ied3w
-i1ee4
-ie^^eb2
-ie3fi
-ie2fl
-ie3fle
-ie3fon
-ie4fr
-ie4gas
-ie3ge
-ie4g5ins
-i2ek
-iek3e4v
-ie4kl
-iek3li
-ie5klu
-ie2kn
-iek5ond
-iek4s5n
-iek4sp
-ie2ku
-ie3kwa
-ie5lan
-ie5lap
-iel5do
-iel5d4r
-iel4e
-iel5ei.
-iel5k
-iel3sc
-ie3ma
-iem3ov
-ien4dr
-ien3ij
-i3enn
-i5enne.
-ien3s4m
-ien5sp
-ien4sta
-ien4st5o
-ien4str
-ienst5ur
-ieo4
-i4ep
-ie5pen
-iepiet5
-iep5oog
-iepou5
-iep5rel
-iepro4s
-iep3s4
-iep5st
-iep5tr
-ie4pui
-ie5r4ad
-ier3a4l
-ie3ram
-ie3rap
-ier3as
-ie4rat
-ier5el.
-ier5els
-ie5ren.
-ie5ring
-ierk4
-ie3r2o
-ie4rof
-ier4sl
-ier5slu
-ie3ru
-ier4ui
-ie3sf
-ie2si
-ie4sl
-ie5sle
-ies3li
-ies3m
-ie2s3n
-ie2so4
-ie4s3pl
-ie3sta
-ies5te.
-ie5stel
-ies5tere
-ie3sto
-ie4taa
-ie5tal
-iet5ant
-ie5ten
-ie3tj
-ie3to4
-ie4t3og
-ie4too
-ie4top
-ie4tor
-ieto5re
-ie4t3ov
-ie5troe
-iets5te.
-iet3ur
-iet3uu
-ie3twi
-i3ety
-ie2u
-ieu3k
-i1eur
-ieu5r4e
-i1eus
-ieu3sp
-i1euz
-ie3v
-ie3z
-iezel5a
-i3^^e9s
-i1^^e9t
-i1^^e8
-i4^^ebg
-i4^^ebva
-4if
-if3aa
-if3ad
-if3l
-if3r
-if4ra
-if4taa
-if4tar
-if4tre
-iftu5r
-if3ui
-ig4a
-ig3aa
-ig5ac
-i5gal
-i4g5av
-i3ge
-ige2s
-ig3esk
-ig3ij
-i4gind
-igi3o
-ig5no
-i3g4om
-ig4op
-igs4
-ig3sk
-ig3sl
-ig3sp
-ig3sto
-ig3un
-i1h
-i3i
-i5ie
-ii2n
-i5is
-i2j
-4ij.
-ij5a
-ija4d
-4ijd
-4ije
-ij3ef
-ij3ei
-ij3el
-ij5e4n3
-ij1er
-ij3i
-4ijn
-ij3o4
-i3jou
-4ijso
-4ijsp
-4ijst
-ij5te
-ij4tr
-ij5u
-4ijvo
-4ijzo
-4ik
-ik3aar
-i4kam
-i3ke
-ik3ef
-ike4ra
-iket3
-i2kij
-i3kl
-ik3la
-i4k3lo
-i4k3lu
-i2k4n
-i4k5na
-ik5o2g
-i3kom
-i2koo
-iko2p
-ik3ope
-ik3ord
-i4kr
-ik3re
-ik3ri
-ik3ro
-ik5se
-ik5si
-ik3s4l
-iks3n
-ik3sno
-ik3sp
-ik4spa
-ik1st
-ik5sta
-iks5te.
-ik1w
-ik5war
-i1la
-i3la.
-il4aa
-il5aan
-il3ac
-il4act
-il3ad
-il3af
-i3lak
-il3al
-i5land
-il2da
-il4d3r
-ilds4
-4i3le
-il3een
-ile3l
-i4l3erv
-ile4t
-ilet5r
-ile3u
-il3e4ve
-ilevin4
-i4l3e2z
-i3l^^e9
-il5f
-i3li
-ilie5g
-ilie5t
-il3ink
-ilk4l
-ilk3s2
-illa3s
-1illu
-il2m
-ilme2
-il4min
-il4mo
-i1lo
-ilo4ge
-il3ond
-i3loo
-i5loon
-il3oor
-il1or
-ilo4re
-ilo4ve
-il3s2h
-ils5j
-il4sti
-il2th
-i1lu
-4im.
-i2mag
-i4mago
-im5au
-imee4
-im3een
-i4m3em
-im3enc
-im3ex
-4imf
-i2m3of
-im3op
-im3org
-im5pa
-im4s3oo
-im1st
-i3mu
-in1ac
-i2nau
-ind4aa
-in4dene
-ind3sc
-ind5ste
-1indu
-in3e4de
-in3edi
-in3eed
-inek4
-ineo2
-inet4s
-i5neu
-1inf
-in2ga4
-ing3aa
-ing3ag
-ing3al
-3ingan
-ing5lo
-in2go
-in4gr
-ing4st
-4ini.
-i3nie
-ini5on
-ini5sl
-ini5sta
-4inkj
-in2kn
-3inkom
-in4kri
-3inno
-i1no
-i3noc
-i3nod
-in4o2g
-in1on
-ino5pe
-ino3s4t
-in3ov
-1inri
-4ins.
-in5sch
-in5se
-in3sl
-in3smi
-in3so
-in1sp
-in5spo
-in5sten
-in5swi
-in4t3ap
-in5te
-intes5
-in3th
-1int4r
-i1nu
-inuut3
-4i1o
-io5a
-ioas5
-io5b
-i3o1c
-i3ode
-ioes3
-io3f
-io3g2
-i3ol
-i5ol.
-i5olen
-i5olus
-i3on
-ioneel4
-i5ong
-ion4s3
-ions5c
-i5oo
-i2op4
-io3pa
-io3pr
-i3opt
-io3ra
-i3ori
-io3ru
-io4s
-i3os.
-ios3c
-i3o5se
-i3o5sf
-io5sh
-io5si
-i5osi.
-io5so
-io5sp
-io5s4t
-i5o5su
-i3osy
-i5othek
-i3oti
-iot3j
-i5otorens
-io3tr
-i2o3v
-i3ox
-i2oz
-i1pa
-i2p1ac
-ip3af
-i3pap
-i1pe
-i4perw
-ipe4t3j
-i1pi
-ip1j
-i1pl
-ip3lu
-i1po
-ipo4g
-i1pr
-i2pri
-ip3ru
-i4ps
-ipse4
-ip4si
-ip4sle
-ips5te.
-ip5sten
-i3ra
-ira3k
-i1r2e
-ires4
-ire3st
-i3r^^e9
-i1ri
-irk4s
-i1ro
-iro3p
-iro5v
-ir2s
-ir4sc
-ir3sp
-ir5ste
-irt3r
-i1ru
-4is
-i1sa
-i2saa
-i4s3ad
-is3a2g
-is3ap
-i2s1ar
-i2s3as
-i4sc
-i5scha
-i5schr
-is5col
-i5scoo
-i5scope
-ise2d
-i4s3ei
-is3ell
-is5eng
-i4s3erv
-ise3st
-iset3j
-is4fee
-is4fer
-i4sh
-is5ho
-isi2d
-i2sij
-i2s3im
-is3ja
-i4sk
-is3ka
-is3ke
-is3l
-is5lag
-is5las
-is5le
-i4s5m
-i4s3n
-is5ned
-is5nij
-is5no
-5isol
-i4soo
-is4oor
-iso3s
-i2sot
-is3ott
-is3p
-is5pas
-is2pi
-is5pl
-is5q
-is5sa
-is5so
-i2s3t
-is1ta
-i3stak
-ist3ap
-i4s5tas
-is4tat
-is5terd
-is5tere
-is4th
-is1to
-ist5ong
-i3str
-is5tri
-i5stro.
-i3sty
-isu2m
-i5sy
-4it
-i1ta
-it3ac
-ita5d
-it3een
-i3ten
-i3ter
-ite5rei
-ites4
-ite3st
-ite4t
-it3hie
-it1ho
-it1hu
-it2i
-itie5st
-i4tj
-i1to
-it5oef
-it3oog
-i3t2ou
-i4to4v
-itper5st
-it3red
-it1ru
-it3sje
-it3sli
-it3sop
-it1sp
-its4te
-it4ste.
-it4too
-i3tu
-it3w
-4i3u2
-iu4m
-ium3a4
-ium3e
-ium3o
-iu3r
-i3ve
-iven5s
-ive3re
-i5w
-iwi2
-iwie2
-iwit3
-4iz
-i3ze
-ize3t
-^^ee3
-^^eet4
-1^^ef
-2^^ef.
-^^ef5a
-^^ef1c
-^^ef1d
-^^efe4n3
-^^efe5nen.
-^^ef2n3a
-^^efns5m
-^^efn3sp
-^^efn3u
-^^ef3n4ur
-^^ef3o
-^^ef3ri
-^^ef3ro
-4^^efs.
-^^efs3a
-^^ef4sc
-^^ef5sche
-^^efs3l
-^^ef3so
-^^efs3t
-^^ef1t
-^^ef5z
-4j.
-1jaar
-jaar5tj
-ja3b
-2jaf
-1jag
-jagers5
-ja3kn
-ja3mi
-jan4s3l
-jan4st
-ja3pl
-ja1po
-1jar
-jare4
-1jas3
-jas5p
-3jaw
-jaz4
-j3b
-jba4l
-jbe4l3i
-j1c
-jda2
-j2d3aa
-jd3an
-j4d3ar
-j2d3ee
-jde4n3e
-jden4s
-jdens5p
-j4d3erv
-jdes4
-jde3sp
-jde5st
-jdi3a
-j2do4
-j3dom
-jd5on
-jd3op
-j3dr
-j4d3re
-j4d1ri
-j4d3ro
-j4d3ru
-jd5sei
-jd3spo
-jd1st
-j2d3u
-jd3w
-j3d4wan
-jea4
-3jeba
-je3ch
-jec4ta
-2j1ee
-jel4
-je3la
-j1en
-je2na2
-je3n4o
-5jep
-jepiet5
-je3ro
-jers4
-jer3sp
-je4s3
-3jesa
-5jesal
-je5sch
-3jeskn
-jes5l
-jes5m
-jeso2
-jes5pa
-jes4pr
-3jesr
-jes5tr
-5jesvo
-3jeswa
-3jeswi
-je2t
-jet3er
-jeto4v
-jet5st
-5jeu
-3jevr
-2jew
-j3ex
-j2f1a
-j2f3ei
-j2f1en5
-j4f3ij
-jf3ink
-jf3l
-j3f4lat
-jf5le
-j2f3o4
-jf3r
-j3f4ra
-j3f4ro
-jf2s
-jfs3a
-jf4sc
-jf4s3er
-jfs5f
-jfs3l
-jfs5m
-jfs3n
-jfs3p
-jfs5pa
-jf3st
-jf4sta
-jfs5tak
-jf5stan
-jf4stel
-jf4sti
-jf4s5to
-jft2
-jf5ti
-jf5tw
-j1g
-j3ge
-jger5sl
-j2g3l
-jg4s5e
-jg3sn
-jg2st
-jg3s4te
-j3h
-jif3
-j3ig
-jin3g
-ji5t2j
-j3j
-2jk
-j3ka
-j4kaa
-jk5aard
-j4kar
-jk3arb
-j4kau
-j4kav
-j2kij
-j2k4l
-j3klaa
-jk5lak
-jk5lap
-jk5las
-j4kle
-j5kled
-jk5les
-jk5li
-j3klon
-jk5lop
-jk5luc
-j2kna
-j2k3of
-j4k3o4l
-j2k3on
-j2ko4p
-jk3opb
-jk3ope
-jk3opl
-j3kops
-j2kr
-j4kra
-jk3raa
-j5kran
-jk3re
-jk3ro
-j4k5ru
-jk3slo
-jks3pl
-jk4sta
-jks5taak
-jks5taal
-jks5tak
-jk5stan
-j2k3ui
-jk3w
-j3k4was
-j1la
-j3laa
-jl5ana
-j1le
-j2l3ef
-j2l3el
-jl5f
-jl3ink
-j1lo
-j2loe
-j3lu
-j2m3af
-j5m4ar
-j3mi
-jm3op
-jm3s
-j2n1a4
-j4naa
-jn5ac
-j3na5g
-jn3ak
-jn2am
-jna5me
-j3n4an
-jn5d2r
-j2nef
-jne4n
-j4n3erk
-j4n3erv
-jn3gl
-j4n3im
-j4n3ink
-jn3k4
-j2n1o4
-jn4si
-jn2s3l
-jns5lac
-jn3slu
-jns5or
-jn2sp
-jns3pl
-jn1st
-jn4ste.
-jnt4
-jn3tr
-joet3
-4joi
-jol4e
-jo5lij
-j3om
-1j4on
-jone2
-j3op
-jo3pe
-jo3ra
-jo3ru
-j4ou
-1jour
-jou5re
-joy3
-j3pa
-j4p3ac
-jp3arm
-j1pe
-j2p3em
-jp3ij
-j1pin
-j3pio
-jp1j
-j1pla
-jp3li
-j1po
-j2p3or
-j4pre
-jp3ri
-jp3rok
-jps4
-j3r
-jraads5
-2js
-js1a
-j4sef
-j4s3ela
-j5seli
-j4s5em
-j4s3e4r
-j2s1i
-js5in
-js4ir
-js4le
-js3lee
-js3li
-js5lie
-js4me
-js5mel
-js5met
-js3n
-j4s1o4
-j5soe
-js3ol
-js3pac
-js3par
-j3spe
-js3pl
-j4spo
-js3poo
-jspoort5j
-j5spor
-j1sta
-j4star
-j2s3te
-j3stee
-j3s4tek
-j3s4tel
-j5s4teng
-js3th
-js4tij
-j5stond
-j4stoo
-js3tou
-jst5ran
-j5strok
-j2su
-j3sy
-j3taal
-jt3aar
-jt1ac
-j1tag
-j3tak
-j3tan
-j3te.
-jt1h
-j3toe
-jt3opt
-j3tr
-jt3ra
-j5tred
-j5tree
-jt3rei
-j5trek
-jt3ri
-j5trok
-jt3rot
-jt1s
-j1tu
-1j4u
-ju3d
-4jum
-jus3
-juve5
-j3v
-jve2n
-jver4s
-jvers5p
-jve3t
-jvie5s
-j1w
-jze4r5o
-4k.
-1ka
-k3aanb
-k3aanl
-5kaart
-kaart5jes
-kaats5te.
-kabe2
-ka3bo
-2k1ac
-kade4t5
-4k3adm
-ka3do
-k3adv
-2kaf
-k3afd
-k4aff
-ka3fl
-3k4aft
-ka4ga
-k3a4gen
-k3ah
-ka3i
-2k3alb
-ka3le
-5kalf
-kalf4s5
-ka3l4i
-kal2k
-kalk3a
-4kalt
-5kalv
-3kam
-4kamb
-kamen4
-kame4re
-kam4pa
-kam4pl
-kam4pr
-ka5naa
-kan5d
-4kang
-kan4sl
-kan4st
-kan4t3j
-kao3
-5kap.
-ka3pe
-kap3l
-ka1po
-4kappa
-ka3pr
-kap3s
-k3arc
-k4a3ro
-kart4
-4k3arti
-kar3tr
-ka4s
-kas5c
-4k3asi
-kast3o4
-ka3str
-kast5ra
-ka5stro
-kas3u4r
-kat5aal
-ka4t5a4le
-ka4tan
-kati4
-ka4t5io
-kat5j
-k3atl
-kato4
-ka4t3og
-ka5tr
-kat3s
-2k1aut
-2kavo
-2k3b
-2k1c
-k3ca
-2k5d
-kdi3a
-1ke
-k4eb
-2k3ec
-ke4di
-2k3een
-kee4p5l
-kee4r
-keer4s
-keers5to
-2kef
-4keff
-k4ei.
-k4eie
-k2eil
-kei3s4
-kei5t
-ke4lap
-kel5da
-kel5dr
-ke5lel
-4kelem
-kel5f
-ke4l5int
-ke4lom
-ke4l3op
-kel3sp
-5k4ema
-2kemm
-2kemp
-ke4n3an
-ke4nau
-ken4ei.
-ke5nen
-ken5k
-ke2n1o
-kens5po
-kepie5t
-4k3e4q
-ke3ram
-ke4r5enk
-ker3kl
-ker4kle
-ker4kn
-ker4k3r
-ker4ku
-ker4kw
-ker4n3a
-ker4no
-ker3o4
-ke3ros
-ker4sm
-ker5spe
-ker4spr
-ker4sta
-ker5ste.
-ker4sti
-4k3erts
-4kerva
-4kerwt
-ke2s
-ke3s4p
-ke3sta
-kes5ten
-ke3sto
-ke5straa
-k2et
-5ketel
-ke2t3j
-ke3to
-ke2t3r
-kets5te.
-ketting5s
-4k3e2tu
-ket3w
-3k2eu
-keviet5
-ke4vl
-4k1ex
-2k3e2z
-2k1f
-2k3g
-2k1h4
-k3ho
-khoud5s
-1ki
-2ki2d
-4kied
-kie4sp
-kie4s4t
-kie5ste
-kie4tj
-kieze4
-2ki^^eb
-kijk5l
-k3ijs
-4kijv
-4k1ijz
-ki3lo
-kilo5v
-ki3na
-4kinb
-4k5indel
-kinds5te.
-4kindu
-kin3en
-5king
-kings5l
-2k3inh
-kinie4
-k3inko
-4k1inr
-2k1ins
-2k3int
-4k3inv
-ki3o
-ki2p3l
-ki5se
-ki3s4p
-kit4s
-kits5te
-k1j
-2k3ja
-k3jew
-k3jo
-2k3ju
-4k5k4
-kke5nei
-kker4s
-kkers5ten
-kke3st
-1k2l4
-5klac
-k3ladi
-kla2p1
-k4las
-5klas.
-5klass
-k3last
-k3lat.
-k3latt
-3k4lav
-3k4led
-5kledi
-5kleed
-k5leer.
-4k5leg
-5klem
-4k5len
-k3ler.
-4klera
-k3lers
-k3les
-5k4le4u
-k5lic
-4klid
-k3lig
-2k3lij
-4klijs
-k4lim
-kli4me
-3k4lin
-k5lob
-4klod
-3klok
-5klok.
-k5loka
-k3loke
-k3lood
-5kloof
-k3lope
-5klos
-klots5te.
-2k5loz
-4kluc
-4kluih
-2k1m
-k3ma
-1k2n4
-4knam
-k4nap
-3k4nar
-5knec
-k5nem
-kni2
-5knie.
-knip1
-4k5niv
-3knol
-k3note
-2knum
-1ko
-ko4bl
-k4oc
-2k5oct
-4k1oef
-5koek
-koe4ket
-koers5p
-koes3
-koe3tj
-koets5te.
-koge4
-5ko5gr
-3k4ok
-ko5ko
-kol2e2
-kolen3
-2kolm
-5kolo
-ko4ly
-ko2m3a
-4komg
-kom5p
-k3omsl
-kom4str
-4komz
-konge4
-k4oni
-k3ontb
-kon4t3j
-kon4t3r
-koo4
-2k1oog
-kooi5tj
-koot3
-koot4j
-ko3pa
-4kopb
-4k3opd
-ko1pe
-ko5pen.
-4kopg
-3ko5pi
-5kopj
-ko2pl
-2kops
-4kopz
-2kord
-kor5do
-2k1org
-2k3ork
-kors5te.
-kor4ta
-kor4t3o4
-kor4tr
-ko3ru
-3k4o4s3
-4k3os.
-kos4j
-ko5sjere
-koso4
-4koss
-kot4st
-kots5te.
-4k1ov
-4k3ox
-2k3p
-kpi3s
-k4plam
-kpren4
-1kr4
-3kra
-k5raad
-kraads5
-kra4b
-4k5rad
-k5rand
-2k1rea
-2k3rec
-4k3rede
-k4ree4
-k5reep
-kreet3
-k3ref
-k2reg
-2k3rel
-2k1ric
-k3rijk
-k3rijp
-krij4t
-krijt5j
-k4rit
-k5ritm
-kroet5j
-2krol
-k4ron
-kron3t
-5kroon
-krop3a
-kro4to
-2krou
-k3ro5v
-3k4ru
-k5rub
-5kruis
-kru4l
-krul5a
-2ks
-k3sal
-ks3alm
-ks3an
-ks3ap
-ks1ar
-ks3as
-ks2e2
-k5sec
-ks3ed
-ks5ei.
-ks3ep
-k4serv
-ks3et
-kse3v
-ksges5t
-k4si
-k5sil
-ks1in
-k5sis
-k5sit
-ks1j
-k1sla
-ks3lab
-k4slan
-ks3le
-ks3li
-k4smo
-ks3na
-ks3no
-ks3nu
-kso4
-ks3om
-k5song
-k2s3pa
-ks5pand
-k4spar
-k1spe
-k3spi
-ks3poo
-k5spor
-ks3pot
-ks3pru
-k3spu
-ks5s
-ks4t
-k1sta
-k5staan
-k5staat
-k1ste
-ks5tec
-k4st3ed
-k3sten
-ks5tent
-kste4r
-kster5a
-k4sterr
-ks3th
-k3sti
-k3sto
-ks5ton
-k5stoo
-k4stop
-k5stot
-ks5trek
-ks3tri
-k3stue
-kst5uit
-k1sy
-4kt
-k1ta
-kt3aan
-k3taar
-ktaat5
-kt3ac
-kt3art
-k3te
-kte2c
-kt3eco
-k4tex
-kt1h
-k5tij
-kt3im
-kt3in
-k5tit
-kt3j
-k1to
-kt3om
-kto4p
-kt4or
-kt5ord
-kt5org
-kt5ori
-kt3o4v
-k1tr
-kt3res
-k5troll
-ktro3s
-k3tu
-1ku
-ku5be
-kui2f
-2kuit
-ku5k
-ku5me
-3k4u2n
-4k5uni
-5kuns
-ku2r
-ku3ra
-ku3re
-kur3s
-3ku2s
-kut3
-2k^^fb
-2kv
-k3ve
-kven4t3
-5k4waal
-2k3wac
-k2wad
-k1wag
-5k2wal
-5k2wam
-3k4war
-k5ware
-4kwat
-k3weer
-2kweg
-k1wei
-5kwel
-kwen4st
-kwens5te.
-4k1wer
-5k2wes1
-kwes5tr
-5kwets
-k2wie
-k3wijz
-k4wik
-2kwil
-2kwin
-k3wind
-4k1wo
-ky3
-2kz
-4l.
-2laan
-4laand
-l3aanh
-laa5re
-laar5tj
-laat5sta
-l3abon
-2lac
-la4ca
-5lach.
-la4cha
-5lache
-lach5te
-lacht4s
-l4aci
-la2d5a
-la4det
-2ladj
-4ladm
-la2d3o
-4la2dr
-lad5s
-la2du
-4ladv
-3lae3
-2laf
-la2fa
-la3fl
-lafo2
-4l3afs
-la2g3a
-la4gent
-la2go
-lag3r
-lags4
-lag5sa
-la2k3a
-la4ki
-la3kr
-2lal
-3lald
-lal4o
-lam4p3j
-lam4p5l
-lam4po4
-lam4s3p
-l4an
-4la2na
-lan3ac
-3land
-lan4da
-land5aa
-lan4d5oo
-lan4d3r
-lands5te.
-la4n3ec
-lanel5
-5lange.
-lang5l
-lang5sp
-lang5sta
-lan4k3a
-lan4k3l
-lank3w
-4lann
-la4nor
-lan2s
-lans3l
-lan4st
-lan4t3j
-lap3ac
-la3pi
-lap3l
-lap3o4
-la5pre
-la2p3u
-la3q
-lar3da
-2larm
-4larm.
-lar5st
-las3a4
-lase4
-la2si
-las3to
-5lastt
-la3te
-la4t3he
-lat5j
-la4t3ro
-4lats4
-lat3sl
-2lau
-5lauf
-lau4st
-l2auw
-la3v
-lava3
-la4vo
-5law
-l4az
-4lazi
-la4zij
-2lb4
-lber4t
-lbert5j
-lboot4
-2l1c
-lce4l5
-4ld
-ldaat5
-l2d3ac
-ldak4
-ld3alf
-l4da4r
-ld3arc
-ld3ari
-ld3art
-l2dau
-ld3eco
-ldeks5
-l4d3e4z
-ldi3a
-ld5oef
-ld3oli
-l2d3om
-l2d3on
-ld3oog
-l4do4p
-ld3opi
-ld3ord
-ld1ov
-l3dr
-l5drade
-ld3ram
-ld5rang
-ld3rat
-ld1re
-l5dree
-ld3rij
-ld3roe
-ld3rol
-ld3rom
-ld3rui
-ld3sa
-ld3sl
-ld3sma
-ld5sp
-ld5ste
-l3du
-ld3uit
-ld3uu
-ld1w
-le2a
-le4ane
-le3at
-leba4l
-lecht5st
-lee4
-leeg3
-leege4
-leeg5i
-4leekh
-lee5l
-leem3
-3leen
-4leep
-leep3o
-lees5e
-lees5l
-lees5po
-2leeu
-2leff
-lega5s
-leg3ec
-leg3l
-le4go
-le5go.
-leg5s
-3leidi
-4leier
-4leig
-lei5tj
-leit5s
-le4ko4
-4leks
-lek5str
-5leld
-le2le
-5leli
-l3elp
-le4n3a4d
-len3a4k
-3lene
-le4n3e4m
-len5kw
-le2no
-len3op
-len3sf
-len3sm
-4l3en5th
-le5o
-4lep.
-3le1ra
-le4r3a4k
-le5rei
-le4r3e4v
-ler5g4
-le3r4o
-le4ron
-ler4sl
-ler5spo
-4l3erts
-le2s
-le4sa
-le3sc
-les5et
-le3s4h
-les3m
-le4sp
-le3spe
-4l3essa
-les3t
-les4ta
-les5taa
-le5s4tel
-le3str
-le4s3u
-le4t4h
-le3tha
-let4i
-le5tin
-le4top
-le2t3r
-le3t4re
-let4st
-lets5te.
-le2t3u
-leu3ko
-leum3a
-leur4o
-leus4
-leu5ste
-5leuz
-leven4s
-levink5j
-4lexc
-4lexp
-l2fac
-l3f4ag
-lfa3s
-l2fau
-lfe4n
-l4f3end
-lf3ene
-l2fe2z
-lf3li
-l3f4lo
-lf3lu
-l4fo
-l5foe
-lf3o4l
-lf1op
-lf5ord
-lf5org
-l5fou
-l1fra
-l3fru
-lfs5ei
-lf4sl
-lfs3le
-lf2s3m
-lf4so
-lft4
-lf5ta
-lf5tw
-lf3uu
-2l1g
-l5gaar
-l4gap
-lge4n5a
-l3gla
-l3g4oe
-l3gog
-l3goo
-lg3s4
-lgse5
-4l1h
-1li
-li3ag
-li3am
-licht5st
-3lid
-5lid.
-5lidm
-lid3s4
-lie4g3a
-lie4gr
-lie3ka
-lie4sp
-lie3s4t
-lie4to
-li3eu
-3li^^e8
-3lift
-l4ig
-li3go
-lijk3a
-lij4m3a
-4lijmv
-5lijn
-4lijp
-3lij2s
-lijst5a
-4lijt
-4l3ijz
-li5kr
-lik5sp
-li4kw
-li3kwi
-lim4a
-li3mi
-2limp
-lim4p3j
-lin4da
-4linf
-4l3inh
-li5ni
-lin4k3a
-3linn
-l3inna
-2linr
-2l3ins
-lin4t3j
-l3inv
-4linz
-li3ob
-li5om
-li5o5s4
-li3ot
-li2pa
-li3pi
-li2p3l
-li5see
-2liso
-l5isw
-li1t2h
-lit3r
-lit4sa
-lit4sl
-lit4st
-lits5te.
-lit5sten
-2lix
-4l1j2
-lk3af
-l4k3ank
-lk3arm
-lk3art
-l3ke
-l4k3ei
-l4k3em
-lken5e
-lken4s
-l4k3ep
-l3ki
-lking4
-lk3laa
-lk3lag
-l5klas
-l4k3lev
-l5klim
-l3ko
-l5koe
-lk3ont
-lkooi5
-lk3opb
-l5kor
-l5kou
-l5kra
-l2kre
-lk3rep
-lk3res
-lk3rij
-l2k3ro
-lk2s
-lk4se
-lk4so
-lk3son
-lks3oo
-lks5taa
-lk3ste
-lks5tel
-lks5tr
-l4k3uu
-l3kw
-lk3wi
-l3ky
-2l1l
-l5la
-lla3d
-lla3g4
-lla5tr
-ll3eig
-lle3k
-ll4el
-lleo4
-ller5on
-lle3s4m
-lle5th
-llevie5
-l3l4i
-l3lo
-llo5f
-l5lon
-ll3sh
-2lm
-l3maa
-lmaat5
-lm3a4ca
-lm3af
-lma5^^ef
-l3mak
-lm3arc
-lm3art
-lma3s2
-lm3au
-l3me
-l4med
-lm3edi
-l4m3ep
-lme2s
-lme5te
-l3mi
-l3mo
-l5mog
-lm3oli
-lm3or
-lmro4z
-lm5sc
-lm3sh
-lm3su
-2l3n
-lni4s
-lo3a
-2lobj
-lo4boo
-loe4d5a
-loed3r
-4loeg
-loe4gr
-loen4st
-loens5te.
-4loes
-l3oeu
-5loev
-lo4faa
-lof5d2
-lof4s4
-log4
-log5l
-lo3go
-5logr
-log2s3
-lo4k3ar
-lo2k3o2
-lo4kr
-lo2ku
-2lo2l
-lo3la
-l3oml
-lom4p3j
-lom4p3l
-l3omt
-l3omv
-4lomz
-3lon.
-4lond
-5long
-lon4gaa
-lon4g3o
-lon4gr
-lon3o
-2lont
-lon4t3j
-3look
-loo5pi
-3loosh
-loot3e
-lo3pa
-4lopb
-l3opd
-lo1pe
-2l3oph
-2l3opl
-lop4la
-2lopn
-lo3p2r
-4lopt
-4l3opv
-4l3opw
-2lor
-3l4or.
-lo3re
-4l1org
-lo3ri
-l4o1r2o3
-3l4ors
-lo3ru
-lo3spe
-lost4
-los5to
-lo4s5tr
-lo5s2u
-lo2ta
-lot3a4l
-lo4tet
-lo2t3h
-lot3j
-lo4tof
-lot3r
-lou3s
-lo3v
-2love
-3lo5z
-4lp
-l1pa
-l3paa
-lp3aan
-lp3a4g
-lp3am
-l3par
-l3pas
-l1pe
-lpe2n
-l2pex
-l3pi
-l5ping
-lp3ins
-lp3j
-l1pl
-l3p4la
-l4plam
-l1po
-lp3of
-l3pom
-lp3on
-lp3ope
-l3pos
-l3pot
-l1pr
-lp3ram
-4l3r
-lraads5
-lrus5
-4ls
-l4saa
-ls1a2d
-ls3a2g
-l1sam
-ls3an
-l3sap
-ls3as
-l2sat
-ls4cor
-ls4cu
-ls3eco
-l4s3e2d
-l4sef
-l5sen
-l4s3e2p
-lsge4st
-l3s2hi
-l3si
-l4s3im
-l4sin
-ls3inj
-ls3ink
-ls3int
-ls4j
-ls5ja
-l3s4kel
-l3s2ki
-l1sl
-l3sla
-l2s4le
-ls5led
-ls5lee
-ls5leg
-ls5len
-l2s3li
-ls4lin
-l3slo
-ls4maak
-ls4med
-ls4mee
-l3smid
-ls3na
-l3sne
-l3sno
-ls3nor
-l3soc
-ls3of
-l3sol
-ls3op
-ls3o4r
-ls1ov
-l1sp
-l2spa
-ls3pac
-l3span
-ls3par
-ls4pe
-l3spi
-ls3pli
-l3spoo
-l4s5poot
-l3spor
-l2spr
-ls3pra
-l1st
-l3sta
-l4staf
-l4stak
-ls5tak.
-l3ste
-l4stek
-l4stev
-ls4ti
-l3sto
-l5straa
-ls5trak
-l5strat
-l3stu
-ls5ty
-l2su
-l3sur
-ls3us
-l3sy
-4l1t
-lt4aa
-lt1ac
-l4tam
-l5tame
-l5t4an
-lt4han
-l4t3hi
-l2t3ho
-l3thu
-lto4l
-lt3oli
-l2t3o4v
-l3tr
-ltra3s
-lt3rug
-lt3sl
-lt3sp
-lts5te.
-l3tu
-lu4b1
-lub5e
-lub5l
-lu1en
-3lui.
-5luia
-5luid
-luids3
-5luie.
-2luit
-luk2s
-luks3t
-lu3na
-3lunc
-2l3u2ni
-lu3sta
-lu3ta
-lut3j
-lut4st
-luts5te.
-lu3wi
-lven5s
-lvera4
-l1w
-1ly
-ly5i
-ly3st
-4lz
-lzooi5
-4m.
-1ma
-maas3
-maat5st
-m3act
-2m3adv
-ma5esto
-m3afl
-ma3fr
-2m3afs
-4m3afw
-m4ag
-ma3gl
-ma5go
-ma3gr
-ma^^ef4
-ma5ka
-ma5ke
-5ma3k4r
-ma3kw
-ma3l4a
-ma5lac
-ma4l5ent
-mal5st
-5m4an.
-man3ac
-m3anal
-man5da
-man5do
-mand4s
-5m4ann
-ma5no
-5man2s
-man4se
-mans5ee
-man4so
-mans3p
-man4s3t
-mans5ta
-man4th
-mant4r
-ma5pa
-ma3pr
-ma3q
-m4a5ri
-mariet5
-5m4ark
-mar3sh
-mar4s5t
-mar5ti
-ma1so
-ma3s4po
-5mass
-ma4ste
-ma3str
-ma5ta
-5mater
-mat5j
-ma4tom
-ma3tr
-mat4st
-mats5te.
-ma3v
-4mb
-m5bl
-mboot4j
-mbo5st
-mb4r
-2m1c
-2m1d
-m5da
-mdi3a
-mdis5
-m3do
-mdo3p
-m3dr
-m3dw
-1me
-me1c
-me5de
-5media
-5mediu
-mee5g
-mee3k4r
-mee5las
-mee3lo
-mee5re
-mee5ri
-5mees
-meest5al
-mee5stov
-mee5str
-m5eg.
-me3g2a
-mega5s
-m5egd
-m5egg
-m5egt
-me4i
-mei2n
-mei5tj
-m2el
-me4l4as
-mel5as.
-mel5dr
-mel4ko
-mel4kr
-5melo
-mel3s4m
-me4mi
-3men
-m4en.
-me3na
-men4as
-meng5ra
-men5k
-me5nor
-4menq
-men4s5uu
-men4t3j
-ment3w
-me5nu
-me3p2j
-2m3e2q
-me1ra
-me4r5aak
-me4r3a4k
-me4r4am
-mer5ante
-me4rap
-me3rau
-me4rav
-mer3ei
-5merk
-mer4kl
-mer4kn
-mer4kw
-mer5oc
-me5rong
-me3roo
-4m3eros
-me3rot
-mer4si
-mer4sl
-mers5m
-mers5ta
-me2ru4
-m4es
-me3s4h
-me4s4l
-mes5li
-me5slo
-mes3m
-me3so
-me4sp
-mes3pa
-me5spe
-me5spot
-me5stel
-mesto4
-mest5ov
-me3stu
-me5ta5n
-me3t4h
-3meti
-me5tr
-mets5te.
-meve4
-m3e4ven
-2mex
-3m^^e9
-3m^^e8
-3m^^ea
-2m1f
-mfa3t
-mf4l
-mf3li
-mf5lie
-m5fo
-2m5g
-mger4
-2m1h
-1mi
-3mid
-4mid.
-5midd
-mie5kl
-mie3st
-4m3ijs
-4m3ijz
-mi3kn
-5mili
-mi3lo
-mimie4
-m3imp
-mi5nar
-2minf
-5ming
-4minh
-2m5inr
-2m3ins
-mi5nu
-4m3inw
-m2is
-mis5f
-mi2s3i
-mi3s4la
-mi4st
-mi5stra
-mis5tro
-mi3t4a
-mi1tr
-mit4st
-mits5te.
-mit5sten
-2m1j
-2m3k2
-mkaart5j
-2m3l
-2m1m
-2m1n
-m5na
-1mo
-5mo.
-mo3a
-5moda
-5mode
-moed4s
-2moef
-5moei
-moers5t
-moe2s
-moes3p
-moes4te
-mog2
-5moge
-mogen4s
-mo3gl
-4mok
-5mole
-2moli
-mo4lie
-mol4m3a
-4molt
-3mom
-4m3omv
-mond3r
-mo5no
-5mons
-mon4so
-mon5ta
-3mooi
-2mop
-mo3pa
-m1ope
-m4opp
-mop4s
-mo3ra
-mo3r4e
-mo3ro
-mor4sp
-mor4st
-mors5te.
-5mos
-mo5sc
-mo4s5l
-mo3sta
-mo3t2h
-mot3j
-mot3ol
-mot4st
-mots5te.
-2m3oud
-5mouw
-mou4wi
-mo3v
-m3ox
-2m1p
-mp3ach
-m4p3af
-m5pan
-mp3arm
-mp5arts
-m4p3ec
-m5pen
-m4p3erv
-mp3ins
-m3pl
-mp3lam
-m5plan
-mp3leg
-mp3lei
-mp3lev
-mp3lie
-m4plu
-mp5olie
-m5pon
-mpon4g
-mp3ope
-mp2r
-mp3rec
-mp3red
-m5pres
-m4ps2
-mp5sc
-m5p4se
-mp3sh
-mp5su
-2m1r
-2ms
-m3sam
-ms3ana
-ms3ap
-ms2c
-ms3co
-ms3cu
-ms2j
-m3sje
-m1sl
-m2sle
-ms3len
-ms3lie
-m3s2m
-ms3ma
-m1sn
-ms3nee
-mso4
-m3sol
-ms3or
-m3s2p
-ms4t
-m3sta
-m1ste
-ms5tec
-m5stel
-m5sten
-m1sti
-m1sto
-ms5toc
-m4s5ton
-mst5s
-m3sy
-2mt
-m1ta
-mte5re
-mtes4
-mte5sta
-m1th
-m1to
-m3tr
-m1tu
-1mu
-mu5da
-mue4
-5muilde.
-2muit
-2muk
-mul3p
-mu2m3
-mu3no
-munt3j
-mu3sa
-mus5ta
-5mut
-mut3j
-muts2
-muts5te
-3muu
-5muz
-2mv
-mvari5
-mve4
-mvee3
-mver3e
-2m1w
-1my
-my3e
-2mz
-mze4
-mzet5
-4n.
-1na
-3na.
-3naal
-5n4aam
-4n1aan
-2naap
-n4aar.
-4n3aard
-5naars
-naars5tr
-naar5tj
-5naast
-5naat
-n3abd
-5nabe
-2nac
-na2ca
-nacee5t
-n2aci
-3naco
-4n3act
-na5d4a
-nad4e
-3nade.
-5n4a5den
-3nades
-3nadi
-4n3adm
-na5dra
-2n1adv
-5nae
-n3a^^eb
-4n1af
-na3f4lu
-n2a3g4
-na1h
-3nai
-3na^^ef
-n2ake
-na3k4l
-na3kr
-n3alb
-3n4ale
-5nalen
-4n3alf
-n3alm
-2naly
-4nalys
-3nam
-4namb
-name5st
-n4ami
-n3amp
-n3a2na
-n3ank
-3nant
-5nant.
-5nante
-n5antenn
-nan4t3j
-2nap
-nap3ac
-3na3p4l
-na3p4r
-nap3s
-nap5st
-2n1arb
-5nares
-2n3arg
-narie5t
-2n1arm
-3naro
-4nars
-nar4st
-nars5te.
-nar5sten
-4n1art
-nas2
-3na3sa
-na1s4l
-na1sp
-na3sta
-na3stu
-n4at.
-3n4ati
-nat5j
-4n3atl
-na3to
-nats4
-nat3sp
-5nau.
-5naus
-2na3v
-5naven
-3navi
-3nazif
-na4zij
-2nb
-nbe5st
-nbe5t
-nbots5te.
-2n1c
-n3ce
-nces4t
-n3che
-ncht2
-nch5tr
-nch3u
-n5co
-4nd
-n5da.
-nd3aan
-nd5aas
-nd3abo
-nd3act
-nd5adel
-nd3adr
-ndags5p
-nd3alf
-nd3alm
-n4d3ana
-n4dap
-n2dar
-nd3art
-n4das
-nd3ass
-nda3st
-n4dav
-n4d3a4z
-n3de
-n4d3edi
-n4d1ei
-nde5laa
-n4d3emm
-n5den.
-ndera4
-nder5aal
-nder5al
-nde4r5an
-n4d5e4rec
-nder5in.
-nder5og
-nde4ten
-ndi3a
-ndie4tj
-n4dijs
-nd5ijs.
-n4d3ink
-ndi3o
-n3d2ji
-n5do.
-n5doc
-n4d5of
-nd3oli
-nd3omd
-n4don
-n5dona
-nd5ond
-n5dons
-nd3ont
-nd3oog
-nd3ope
-nd3opp
-nd3ov
-nd5rap
-nd3rat
-nd1re
-nd4rek
-n4dres
-nd3rot
-nd3rug
-nd3s4cu
-nd4sec
-nd5set
-nd3s4i
-nd3sjo
-nd4sm
-nd3sp
-nd4spo
-nd4spra
-nds5taal
-nd3su
-nd3uit
-n2d3u4r
-nd5ure
-n4d3uu
-nd1w
-n3dy
-1ne
-3ne.
-ne5ac
-ne3am
-nebe4s
-3neck
-ne2cl
-ne4dit
-ne3do
-n3edu
-ne5dw
-nee4
-4need
-nee5k
-neel5d
-neel3o
-3neem
-4n1een
-nee5ri
-nee5se
-neet3a
-neet5o
-neet3r
-neet5s
-4n1eff
-ne3g2
-ne4gel
-negen5en
-nege4re
-4n1ei
-5neien
-n5eier
-n2eig
-5neigd
-5nei5t
-ne4k3r
-ne2la
-4nelem
-4nelf
-3nem
-4n3emb
-5n4eme
-4n3e4mig
-4n3emm
-4n3emp
-ne2n
-3n4en.
-5nenb
-5n4end.
-nen5do
-ne4n5enk
-ne4ni
-ne5nig
-nen5k4
-nen1o4
-5nenp
-nen5t4a
-ne5oc
-ne5ok
-ne5om
-neo5p
-ne5os
-ne5ot
-nep3ag
-ne3pe
-nepi3s
-ne1ra
-nera4d
-3n2e5re
-n3erfe
-2nerg
-ne4r3id
-ne3ros
-ner4sl
-ner4sp
-ner4st
-ners5te
-ner3u
-ne3ry
-3nes
-ness5a
-ness5t
-ne3sta
-nes3te
-nes4tei
-ne5s4tek
-ne4ter
-net3on
-net4si
-ne2u
-4neum
-ne3ums
-neu5ste
-2nex
-3n^^e9
-2n3f
-2ng
-ngaat5j
-n2g1a2d
-ng3af
-ng3ana
-n4ga4p
-n2gar
-nga5sl
-n3gav
-nge4ad
-n4g3een
-ngels5te.
-ng3emb
-n5gen
-nge4rap
-nge4ras
-n4giger
-n4gigs
-ng3ij
-n4gind
-ng3ink
-n4g3ins
-ng4l
-ng5lad
-ng5lam
-ng5lan
-ng5led
-ng5leu
-ng2li
-ng5lin
-ng5lop
-n3goe
-ng3of
-n3go^^ef
-n2g1on
-ng5oor
-ng5op
-ng3ore
-ng3org
-n3got
-n3gr
-ng3rac
-ng3rad
-ng3rai
-n4gras
-ng5rass
-ng4red
-n4g4ri
-ng5rie
-ng3rij
-n5gron
-ng3rui
-ng2s
-ng4se
-ngs5lop
-ngs5lu
-ng4s5ne
-ngs5tak.
-ngs5take
-ngs5trek
-ng5stri
-ng3uit
-4n3h
-nhek5
-1ni
-n4i2d
-nie5kle
-ni3eri
-nie4s3p
-nie4tr
-3nieu
-ni4g3ee
-nig3ra
-nij3f
-nij3k
-2n3ijz
-ni5kr
-nik4s
-niks3p
-3nil
-3nim.
-5nimf
-n3imp
-2n3in.
-n3inb
-2n1ind
-2ninf
-ning3r
-2n3inh
-n3inj
-2ninr
-2n1ins
-2n1int
-2n3inv
-ni3o
-ni4on.
-ni4one
-ni5or
-ni5o5s4
-nip3l
-3nis
-ni4sau
-ni4sel
-ni4s3ev
-ni3sfe
-ni2s3i
-ni4sl
-nis5n
-ni3sot
-ni5stel
-nis5to
-ni3t2h
-ni1tr
-nits4
-n1j4
-n3je
-njes4
-nje5sp
-nje5st
-nje3t
-4n1k
-nk3aan
-nk5aard
-nkaart5j
-nk3af
-n5k4am
-n4k3arb
-nkar5s
-n4k3asp
-n3kef
-nk3eff
-nk3emp
-n3ken
-nken4e
-nker5ku
-nk3id
-nk2j
-nk3lad
-nk3lod
-nk3luc
-nk3lus
-n2k3na
-n3kne
-n4ko4g
-nk3oge
-nkoot5
-nk4ra
-n4krim
-nk3rol
-nk5se
-nk5si
-nk3sl
-nk3s4m
-nk3sn
-nk4s5o
-nk1sp
-nk1st
-n4kw
-nk3waa
-nk3wez
-nk3wi
-2n3l
-2n3m4
-n3n
-n5n2e
-nnee5t
-nne3ne
-nnepo4
-nne4p5ol
-nne5te
-nnet4j
-nn4i
-nning5r
-nnoot5
-nno5v
-3no.
-1noc
-1no3d
-2noef
-noen5s
-noes3
-noet5s
-n5offi
-n3o2ge
-n5ogi
-1nogr
-3no^^ef
-no3kl
-no3k2w
-no2li
-1nolo
-1nom
-4n3om.
-n2oma
-n3oml
-n1oms
-n3omv
-2n3omw
-2nomz
-3n2on.
-3n4onb
-3nonc
-4n5ond
-n4o5ni
-4nont
-3nood
-4n5oof
-4n1oog
-nooi5tj
-3noot3
-noot4j
-3no3pa
-no4p3as
-4n3opb
-no1pe
-n1opg
-n5opleidi
-no4poo
-no4por
-2nops
-2n3opz
-2nord
-no3re
-2n1org
-1norm
-4norr
-3nors
-3norz
-1nos
-no3sf
-no3sn
-no3sp
-1not
-3nota
-not5a4p
-5noti
-not3j
-not3r
-3nou.
-no3v
-3nova
-no4ve
-3nox
-3noz
-2n1p
-npers5te.
-npi4s5
-npoor4
-npoort5j
-n3ps
-2n3r
-nraads5l
-n5re
-n5ri
-2ns
-ns3a4d
-n3sag
-n1sal
-ns3alp
-n1sam
-ns3an
-n3sanc
-n1sap
-n3s4cal
-n5scho
-ns4ci
-n4sco
-nsee5t
-n4sef
-nse4g
-ns5ege
-ns3eis
-ns5emp
-n3si
-ns3idi
-n2sin
-n5sing
-ns3inj
-ns3ink
-ns3int
-n1sjo
-n1sl
-n5sla.
-n3s4laa
-ns5laag
-n5slag
-ns5lap.
-ns5lapp
-n4sle
-n5slep
-ns4let
-n5sleu
-n5slib
-ns3lie
-n5s4liep
-n5slim
-n5slip
-ns5lot.
-ns3m
-ns5mac
-n3s4me
-n3smij
-n3smol
-n4smu
-n1sn
-n2sna
-n5sne
-ns3nod
-n4snoo
-n4snot
-n1so
-n2s3ob
-n2sof
-n3sol
-n2son
-ns3ong
-ns3onz
-ns4opp
-ns4or
-n2s3ou
-ns1ov
-n4s3paa
-ns3pad
-n1spe
-n5spee
-n5spel
-ns3per
-n4spet
-ns4pi
-ns1po
-ns3pol
-n4spot
-n1spr
-ns5q
-ns5s
-ns4t
-n1sta
-nst5aang
-nst5aans
-nst3a4g
-n3stal
-n3ste
-ns5tec
-n4st3ei
-n4s5teko
-ns5teks
-n5sten.
-ns5tent
-n5ster.
-ns5tes
-ns3the
-n1sti
-n3stig
-n4stijv
-n1sto
-nst5oef
-n4ston
-n3stor
-nst5rade
-n5stree
-ns5trekk
-ns5troe
-ns5trog
-nst5roos
-ns5ty
-ns3uil
-n3sy
-2nt
-n3ta
-n5taal
-n4t5aard
-ntaar5tj
-n5tab
-nt3ach
-nt4act
-nt1ad
-nt3aga
-n4t3art
-nt4as
-n5t4at
-n3te
-n5tec
-n4t3ei
-nte4lo
-n5tem
-n5te2n
-nte5nach
-ntene5ten
-nte5rad
-nte4rof
-n3t^^e8
-nt3ha
-n4tho
-n5thol
-n5tig
-nt3inw
-nt4jo
-n3to
-nt4og
-nt4ol
-n4t5oli
-n5ton
-nt4oo
-nt5oog
-n4top
-nt3opl
-nt3opm
-nt3opt
-n1tr
-nt3rec
-nt3rei
-nt3rel
-ntre4s
-nt5ribb
-nt5rij
-n5troos
-nt4rou
-nt3rus
-n5try
-nts3a
-nt5slu
-nt1sn
-nt4sno
-nt1sp
-nt4spr
-nts5pre
-nt1st
-nt5ste
-n3tu
-n4t3uit
-ntu4n
-n5twijf
-n5t4wis
-3nu.
-3nuc
-3nue
-nu3en
-nu3et
-4nuf
-2nui
-4n3uil
-nu2lo
-3num
-nu2m3a
-5numm
-nu2n
-3nunc
-n3uni
-2nu4r
-3n4u5ri
-nu5ro
-1nus
-nu4s3o
-nu3tr
-nut4st
-4nuu
-5nuut
-nuw5a
-nu2w3i
-2nv
-nve5na
-2n1w
-nx3
-n3xe
-nxo4
-1ny
-4n3yi
-4n3yo
-2nz
-nzet5s
-3^^f1
-4o.
-4oa
-o3aa
-o2ad
-o3af
-o1ag
-o3ah
-o3ai
-o1al
-oa2m
-o1a2n
-oa4tiev
-o3au
-o3av
-o3ax
-2o3b
-4ob.
-obal4
-obalt3
-3obj
-1o4bli
-ob5oor
-o4b5o4r
-4obr
-4oca
-ocaat5
-5o2cea
-o3cha
-o1che
-o3chi
-o3cho
-o3chr
-ocke4
-4o3co
-oco3a
-oco3s4
-oc3t4
-od5ac
-oda3g
-ode4m5ar
-ode4mo
-ode5re
-odes4
-odi3a
-o5dru
-od5sc
-od5sei
-od3s4i
-od2sl
-ods5lam
-od5slan
-od3sli
-od5smak
-od4s3o
-od3spo
-od4spr
-ods4t
-od5sta
-od4ste
-ods5te.
-od5stek
-od5sten
-od3w
-o4e
-oe5an
-oe3as
-oe2d3a
-oeda4d
-oede4n
-oe2d3o2
-oe4dr
-oed3re
-oed3ri
-oed3ro
-oe2d3u
-oed3w
-oe3e
-oe5er
-oe4f1a
-1oefe
-oe2fi
-oe2fl
-oef3la
-oef5le
-oef3lo
-oe4f5o4
-oe2f3r
-oege3l
-oeg5ij
-oeg1l
-oe4gou
-oeii4
-oei3n
-oei5s4
-oei5tj
-oei3tr
-oe4kaa
-oek5erk
-oeke4t
-oe2k3l
-oe4k3op
-oe4k3r
-oe2ku
-oek1w
-oe4lap
-oe4lar
-oel5dr
-oe4l3ei
-oe3lem
-oel5f
-oelo4
-oe5loe
-oelo5p
-oel3sp
-oe4m3ac
-oem3o4
-oen3al
-oe5n4e
-oen5gr
-oen3o
-oen4sn
-2oep
-oep5ind
-oe4pl
-oe5plo
-oe4p3r
-oe3pra
-oe4ps
-oeps3e
-oe2p3u
-4oer
-oe1ra
-oe4raa
-oer5aal
-oe4r3a4l
-oer4e
-oer5ei.
-oer5eie
-oero2
-oe3roe
-oer3og
-oer5om
-oer4sl
-oer4sp
-oer4sta
-oers5tak
-oers5te.
-4oes.
-oe3sfe
-oe3si
-oe4sli
-oe4s3o4
-oes4ta
-oes4th
-oe3sto
-oe4taa
-oe2t3h
-oe5t4i
-oe2tj
-oe4t3o4
-oe5toe
-oe4t3ra
-oet4s3p
-oet3w
-2o^^eb
-of3ar
-of3at
-o4fav
-of4d1a4
-ofd3ei
-of2d3o
-of2d3r
-ofd3w
-of3l
-o4fli
-o4flo
-4ofo
-of3om
-o3foo
-of3op
-o3for
-of3ox
-of1r
-o3f2ra
-of5se
-of4sl
-of5sla
-ofs3le
-of2sp
-of3spe
-ofs3pl
-of3spo
-ofs3pr
-ofs3tr
-ofs5tra
-4oft
-of4tu
-oft3ur
-oft3uu
-of3ui
-og5ac
-oga4l
-og3al.
-og5de
-og3di
-oge4d
-oge5laa
-ogel5ei
-2ogem
-o3ger
-oge4ro
-oger5on
-oge4s3t
-2og5h
-1ogig
-og1l
-og5ne
-og3op
-og3sp
-og3sta
-og4st5ei
-og3sto
-og4ston
-og4str
-ogs5tro
-og3ui
-o3gy
-2o1h
-3ohm
-4oi
-oi3do
-oi1e
-oi3j
-oi5k
-o3ing
-oi3o4
-oi3s4
-oi5sc
-ois2p
-oist2
-ois5tj
-o3^^ef
-2o1j
-2ok
-o3ka.
-o3kaa
-o4k3aas
-ok3ab
-ok3ag
-o3kal
-ok3ank
-o4k3a4z
-ok3ef
-o2k4l
-ok5let
-o4kli
-ok5lu
-o2k3n
-ok3o2l
-ok3op.
-ok3o4pe
-okos5
-o2k3ou
-o2k3r
-ok4ra
-ok1sa
-ok3s4l
-ok3sn
-ok5spri
-ok1st4
-oks5te.
-ok5sten
-ok4s5tr
-ok5te
-okter4s
-oku4
-ok3ur
-ok3uu
-ok1w
-ok2wi
-o1la
-o3l4ab
-ol3ac
-o3lal
-ol3a2p
-ol3arm
-ola3s4m
-4old
-ol3d4o
-ol3d2w
-o1le
-o3le.
-ole5g
-ol1ei
-ol3eks
-ol3emm
-o3len
-o5ler
-oleu2
-ole3um
-ol3exa
-ol2fa
-olf3l
-ol3fr
-olf5sl
-ol2gl
-ol2g1o
-olg5rap
-ol4gre
-ol4g3ri
-ol2g3u
-o3lia
-o3lic
-o5lid
-o3lik
-o3lin
-o5ling
-ol3int
-o3lit
-ol3kaf
-ol5ke
-ol2kr
-olk4s
-olk2v
-ollie4
-o3lo
-o5loc
-olo3k
-ol4om
-o4lop
-ol3op.
-ol3opp
-olo3s4t
-olo4ve
-ol4pra
-4ols
-ol5se
-ol4s5h
-ol5si
-ol1sj
-ol3s4l
-ol3s4n
-ol3so
-ol3sp
-ol5ster
-4o1lu
-ol3uit
-olu4r
-4oma
-om2aa
-om1ac
-om1af
-o3man
-4ome
-o4m3ef
-om3ela
-omen4s
-omen5ste.
-ome5ren
-omer5kl
-ome5sp
-ome5t
-om2i
-o4m3int
-4omm
-4omo
-omo5l
-omo3s
-om4p5ei
-5omro
-om3sl
-om4ste.
-om3ui
-3omz
-on1ac
-on4ag
-o4n3am
-on4an
-on3ap
-ona3th
-2onc
-on4d3ac
-on5d4as
-on5der
-ond5ete
-on4d3id
-ond5ijs
-ond5om.
-on2dr
-ond3re
-ond3ro
-ond5sj
-ond5slo
-on3d4u
-on4dur
-o5ne.
-o3neb
-o2n1e2c
-on3ei
-on3erf
-on3erv
-one3st
-4onet.
-on1e3v
-ong5aan
-ong5aap
-ong3ap
-4ongen
-ong5le
-ong2r
-ongs4
-ong5se
-ong3sp
-ong3st
-on5id
-o5nig
-on4k3ap
-onke5lap
-on3k2i
-on4k3lo
-on3kn
-on5kw
-onnes4
-onne5st
-o4n3of
-ono3l
-on1on
-o2n1ov
-on3sc
-ons4e
-on5sei
-ons2f
-on3s4m
-on2s3n
-ons5op
-on3sor
-on1s2p
-ons4pe
-on3spl
-on1st
-on5sten
-on5str
-4ont.
-on4taa
-3ont1h
-on4tid
-3ont1s4
-ont5sp
-3ontv
-1ont3w
-on1ui
-on3ur
-o4o2
-4oo.
-oo3c
-4oo4d
-ood1a
-ood1e4
-oo5de.
-ood1o
-ood1r
-ood3sl
-ood3sp
-4oof
-oo3fi
-oo4g
-oog1a
-oog3e
-oo5gi
-oog1r
-oogs4
-oog3sh
-oog3sl
-ook3a
-oo3ke
-ook5l
-ook3s4
-ook5st
-oo4k5w
-oo4l
-ool5a2
-oole2
-ool3ed
-ool5f
-ool5g
-oo5lig
-ool3ij
-ool3k
-ool1o4
-ool1u
-oom5a4
-oo3me
-oom3i
-oom1o4
-ooms5te.
-4oon
-oon5a
-oon5du
-oon3in5
-oon5k4
-oon1o
-oon5ta
-oo4p1
-oopa2
-oop5ee
-oop3o4
-oop3r
-oop4sp
-oor3a
-oord5aa
-oor5dop
-oor1e4
-oor3g4
-oor5i
-oor5k
-oor5m
-oor1o
-oor3sm
-oor5ste
-oor5sto
-4oort
-oor4th
-oo4s
-oos3a
-oo5se
-oos5n
-oo4t
-oot1a
-oot3es
-oot3h
-oot5o
-oot3r
-oot4sl
-o1^^f6
-2opa
-o4p3ac
-op3ad
-o4p3af
-o4p3ak
-op3am
-o3pan
-op3and
-op3at.
-op3att
-3opbre
-3opdr
-o3pe.
-op3ee
-op5eet
-op3ei
-o1pel
-o3pen.
-3o4peni
-o5per.
-o4pera
-op3e4te
-op3e4v
-4opf
-o1pi
-o5pic
-op3i2d
-opie5t
-op3ijz
-op3in.
-o5pina
-o5pis
-4op1j
-op3l
-op5los
-1opn
-o1po
-opoe3
-op1of
-o5pog
-o5poi
-o5pol
-op3ond
-o5poni
-op3ont
-op3ord
-op3o4re
-op3o4v
-op1r
-op3ric
-o4pru
-o4ps
-op5s2c
-op5se
-op5si
-3ops4l
-ops4m
-op3sma
-op3sn
-op3so
-op3sp
-op3sta
-op3su
-2opt
-4opt.
-op5tr
-op3ui
-o2p3u2n
-o1ra
-or3ach
-or3act
-or3adm
-or1af
-ora4g
-o4r3alg
-or3ana
-o5rate
-or4daa
-or4d3as
-or4denv
-or4do
-ord5ond
-ord3or
-ord3o4v
-or3dr
-or4drad
-ord3w
-o1re
-ore5ad
-4orec
-oree4
-ore4no
-or2gl
-o1ri
-o5ria
-3ori^^eb
-o5rig.
-o5rigere
-o4r3ink
-or3ins
-ork2a
-or5k4e
-or3kl
-or5kn
-or3kw
-or4m3ac
-or4mas
-or4m3ei
-or4n3ac
-or3ni
-orno3s4
-or3oe
-o3rol
-or1on
-or3ont
-or1oo
-or1o2p
-or3or
-o3ros
-or5ov
-4orp
-or4p3ac
-orp4s5c
-or3sag
-or5sc
-or5se
-or3sli
-or3smi
-or3so
-or4son
-or3sp
-or5s4pa
-or5spu
-or4t3ak
-ort5een
-or4t5ijl
-or2to
-or4tof
-or4t3oo
-or4tred
-ort5sp
-ort5ste
-or1u
-o3ry
-orzet5
-2os
-o4sac
-o5sas
-o3sau
-4o3s2c
-osca4
-o4sci
-o5s4cl
-os3cu
-o5sed
-os4el
-o5ser
-os3f
-os4fe
-o4sha
-o3shi
-os2ho
-o3si
-o4sj
-os5jer.
-o4sk
-os5ko
-os3l
-os5li4
-o4s3m
-os4n
-os5no
-o3s2o
-os3pa
-os3per
-os1pi
-os4pir
-o4spr
-os4s5m
-o2s3t
-os4ta
-os5taal
-os5taar
-osta3c
-ost3a4g
-os5tan
-os5tar
-o3stas
-o3stat
-os5te.
-os4tem
-o5stero^^ef
-os4th
-os4to
-os5toli
-os5tou
-ost3o4v
-os5tra.
-os5traa
-ost3re
-ost3ri
-o3stro
-os5trum
-os1tu
-o3sty
-o3su
-o5sy
-4o1ta
-ot3aar
-ot1ac
-ot3af
-o3tag
-ot3akt
-ot3app
-ot3art
-otas4
-o5tat
-o3te
-ot3e2d
-o5tee.
-o5tees
-o5teg
-ot3ei
-ote4lan
-o5ten
-o5ter
-oter5sp
-ote4st
-ote4t
-ot3eta
-o1th
-o2t1ho
-ot3hu
-o4tj
-otje5sp
-otli2
-o1to
-ot3off
-ot3olv
-o5tom
-ot3ont
-ot3opm
-oto5po
-ot3opr
-o5t4or
-oto3s
-2otr
-o1t4ro
-ot3ru
-ot5s4i
-ot2sl
-ot3sla
-ots3li
-ot3smo
-ot3sn
-ot3sp
-ot4s3pa
-ot4ste.
-ots5tek
-ot5sten
-ot4stu
-o1tu
-ot3ui
-o3tul
-ot5w
-4ou.
-ou5a
-ou1c
-ou4d1a
-ou4des
-ou2do
-ou1e
-oue2t3
-ou3k4
-ou4ren
-ou5ren.
-ou5renn
-ou2r3o2
-4ous
-ou3sa
-ous5c
-oust4
-ou2ta
-out3h
-out1j
-ou2t3o
-out1r
-out5sp
-out5ste
-ouw3a
-ouw5do
-ouw5ins
-o2v
-2o3va
-o5ve.
-2o5vee
-3o4verg
-over5sp
-over5ste
-o5ves
-2ovi
-ovi5so
-4ovl
-4o3vo
-4ovr
-ovu3
-4ow
-o1wa
-o1we
-o5wen
-ow3h
-o1wi
-ow2n
-o3wo
-ow3r
-o4x
-oys4
-ozet5
-^^f63l
-^^f61p
-^^f6pe1
-^^f64r
-^^f6s4
-^^f6s5t
-^^f65su
-4p.
-4paan
-paar5du
-paar5tj
-5paas
-3pab
-p3acc
-2pach
-pacht5s
-p4aci
-5pacu
-3pad.
-pa4da
-4padv
-pa3e
-4p3afd
-1pag
-pag2a
-pa4gen
-pa3gh
-p4a5gi
-3pak
-pa2k3a
-4p4ake
-pa4ki
-pa4k5l
-2p3alb
-3pale
-pal3f
-pa3li
-paling5s
-palle4
-palm5ac
-pal4mo
-pa4m
-pa3na
-pa4n3a4d
-5panee
-5panel
-4pank
-pan5sp
-pan4tr
-1pap
-pa4pe4t
-5papi
-pap3l
-pa3po
-pa3pr
-4par.
-3pa3ra
-p3arb
-pard4
-par3da
-3park
-par4ka
-par4k5l
-3parl
-4parm
-pa5ro
-4parr
-par5ta
-3parti
-part3j
-3partn
-pa5ru
-paru5r
-1pa4s3
-pa5sa
-pas5c
-pa5se
-pa5so
-pas4th
-pas5to
-pas5tr
-pa5te
-1path
-p3atl
-3pa3tr
-pats5te.
-2paut
-5pauz
-pa4vl
-5paz
-2pb4
-2p1c
-2p3d2
-pe4al
-4peci
-p3e2co
-3pectu
-1ped
-pe3de
-pe3do
-p4ee4
-3pee.
-3pee^^eb
-pee5li
-4peen
-5pees
-3peg
-1p4eil
-pei4l3a
-4peis
-pek5ee
-pe2k3l
-pe2k3n
-pek5s
-p4el
-pe3l4aa
-pe4l3ak
-pel5dr
-pe3le
-pe4l3ee
-pe4l3e4t
-pe3l4i
-pe3l4or
-pel5si
-pel3so
-pel3sp
-2p3emm
-pe3na
-pe4nak
-pe4nap
-pe4nau
-pe4naz
-p3ency
-pen5d4r
-penge5
-pen5k
-5penn
-pen3sa
-pen5sl
-pen3sm
-pen5sp
-pent4
-pen5to
-2p3epi
-pep3o
-pep5s
-p4er.
-pe1ra
-pera3s4
-per4at
-3perc
-pe4r5eg
-pe5req
-1peri
-peri3s
-per1o
-pe3ron
-pe5ros
-3pers
-per4sm
-per5sti
-per4str
-p2ert
-3pes
-pe3sa
-3pet.
-pe5ta
-5pe5ter
-3peti
-pe4t3ra
-pets5te
-petu5
-3peuk
-5peut
-1p^^e9
-3p^^ea
-2p1f
-2p1g
-pge5s
-2p1h4
-4p3ha
-3p4hec
-p4his
-4pho
-pi3am
-pi5an
-pi4at
-2pid
-piek5la
-5piep
-pie4r3o
-pie4s3p
-pie4tj
-pi2g5a
-pi3gl
-3pij.
-pij3k
-pij5ke
-pij4li
-3pijn
-5pijp
-pij4p3a
-2pijz
-pi4k3l
-pilo5g
-pi5nam
-2pind
-3pinda
-3p4ing
-5ping.
-pin4ga
-pin5gri
-4p3inj
-pink3r
-pink5s
-4pinr
-2pins
-pin4ta
-pi5o
-pis5n
-pis5ta
-pi3th
-pit3j
-pit3r
-pit4sp
-2p1ja
-pjes5
-p3ji
-p1jo
-2p1k
-pkaart5j
-p2l2
-p3la.
-plaat5j
-2p3lad
-pla3di
-4p3lamp
-4p3lang
-p4lant
-p3lap
-1p4las
-3p4lat
-pla4t3r
-5p4lay
-p4lec
-plee5tj
-p3leid
-3p4len
-p3lep
-pleu5ro
-p4lex
-2p3lig
-4plij
-p4lom
-p3lone
-p5lood
-plooi5tj
-p3loon
-p3luie
-2p1m
-pmans5t
-2p1n
-p3na
-3pneum
-3po.
-poda5
-3poei
-poe2s3
-poes5t
-poets5te.
-3poez
-3po^^eb
-p2ofa
-3pogi
-po5gr
-po2k3i2
-po4kol
-1pol
-po5l4o
-polo3p
-pol4s
-pols5te.
-1pom
-2p3oml
-3ponds
-pon4sm
-pon4st
-pons5te.
-pon5ta
-5pony
-poo3d
-poo5de
-4poog.
-3pool
-poo5len
-4poor.
-poor4tj
-poot3
-po4p3a
-4popd
-2pope
-pop5h
-2p3org
-2p3ork
-po3ro
-p4ort
-5portef
-por4to
-por4t5ra
-po3ru
-1pos
-po1sa
-po3sf
-po4taa
-po4t3as
-po5te
-potes5t
-pot1j
-pot3r
-3poul
-po3v
-4p3p
-p5pa
-p5pe
-ppe4l3o
-ppe5ni
-pper5ste
-ppie5k
-ppij5p
-p4ps
-pr4
-p2ra
-3pra.
-p5raad
-praat5j
-p5rad
-3prakt
-4pram
-p5rand
-3prao
-4p3rap
-p4rat
-p4rax
-4preeku
-1prem
-p3remm
-3prent
-pren4t5j
-3pres
-p3reso
-3pret
-pre4t3j
-pret3r
-4pric
-4p3riek
-4priet
-prie4t5j
-1prij
-3prik
-3princ
-pring5s4
-5prins
-3p4rio
-3p4riu
-5priv
-5p4rob
-3p2roc
-1p2rod
-p3roed
-3proef
-proet5j
-3proev
-5p4rof
-5p2rog
-1proj
-pro3la
-3prom
-p3rood
-prooi5
-pro5pa
-p4roq
-3pros
-pro5sc
-pro4s5t
-pro3t4a
-3proto
-3pro5v
-4proy
-pru2t
-prut3o4
-2ps
-p3sab
-ps3a2g
-p3sak
-ps3ar
-ps3ass
-4pse
-ps3erk
-p4s3et
-p3si
-p4s3i2d
-p4sin
-p5sis
-p1sl
-ps3le
-ps2me
-ps5mi
-p4s3na
-ps3neu
-p4sof
-p3sol
-ps3opt
-pso4r
-p1sp
-ps2pl
-ps3ple
-p1s4t
-p3stat
-p3ste
-ps5tent
-ps5tes
-ps5th
-ps3tor
-ps5tron
-p3stu
-ps5ty
-3psy
-5psyc
-p3sys
-4p1t
-pt3ad
-pt3alb
-p3te
-p2t1h
-p5ti
-pt3j
-p4t3o4v
-p3tr
-pt3ric
-1p2u
-3pub
-pu3ch
-pu3e
-puil3o
-pul4st
-3pun
-4pun.
-punt3j
-3put.
-puter5in
-put1j
-pu2t3o
-put3r
-put4st
-puts5te.
-2pv
-pvan4
-pvari5
-2p1w
-1py1
-2p5z
-1q
-5qe
-qu4
-que4s
-5quo
-4r.
-r2aa
-2raan
-4raand
-3raar
-5raar.
-4r3aard
-5raars
-raar5tj
-2rac
-ra4ca
-ra3ce
-5racl
-rad4a
-3radb
-ra5den
-ra3di
-5radia
-3radio
-4radm
-4r3adr
-3rad3s
-4radv
-2rafd
-r4aff
-raf5ond
-ra3fra
-3ragez
-ra5gi
-ra3g2n
-ra5go
-rag4s
-3rais
-raket3
-ra3k4l
-rak5r
-4r3a2la
-ra4l3ee
-4r3alf
-r3a4lim
-r3alt
-ra4man
-r5ameu
-ra3mi
-r2amp
-4rana
-ran4dr
-ran4g3o
-ran4gr
-r5angst.
-ra4nim
-4ranj
-ran4kl
-rank3w
-ran4sa
-ran4st
-ran4t3j
-r3antw
-ra3o
-4rap.
-ra3po
-4rappa
-rap5roe
-ra3q
-2r3arb
-r4a5re
-4rarit
-2r1arm
-4r3arr
-2r1art
-ra5sei
-ra4sk
-ra4sl
-ra1so
-ra2sp
-ras3po
-rast5ri
-r4ati
-rat5j
-ra4tom
-ra4tra
-ra5tri
-rat3sp
-rat4st
-rats5te.
-ra3t4u
-2rau
-3raus
-r1aut
-5ravr
-ra4zij
-rbe4ti
-r1c
-r3ce
-rces3
-r3chi
-r3co
-2r1d
-r4d3act
-rd3alk
-rda2m
-rd5ama
-r3dan
-r2d3ar
-rd3ei
-r4d5e4las
-rden5dr
-rde5o4
-r4derva
-rde5s4t
-rdi3a
-rdi5o
-rd5l
-r3do
-r5doc
-r4d3ol
-rd5olie
-rd3ont
-rd3oos
-rdo3pe
-rdo3v
-rd3ras
-rd3res
-rd5roos
-rd2ru
-rd3sa
-rd3s4c
-rd3so
-rd1sp
-rds4t
-rd5sta
-rd5ste
-rd3su
-r3du
-rd2wi
-rd5wo
-3re.
-1reac
-re4ade
-4reak
-re3amb
-4re5at
-re3co
-3recr
-rec5ta
-3reda
-3redd
-rede4s3
-4re4diti
-3redu
-re5dw
-ree4k
-2r1een
-ree3n4e
-r5eenh
-ree2p
-reeps5
-ree5r4ad
-4reers
-reer5ste
-r3eerw
-ree4s
-ree5sh
-r4ef
-4refb
-2reff
-3refl
-re3fu
-1reg
-4reg.
-4regd
-rege5ne
-rege4s
-4regg
-3regi
-re3gl
-4regt
-4reie
-4reil
-4reind
-rei5tj
-5reiz
-re4kap
-5rekeni
-re2k3l
-re2k5n
-re4ko
-re4k3re
-rek3sp
-re4ku
-re1kw
-rel4di
-rel4d3o
-reld3r
-re4l3ei
-rel5k
-re4lu4r
-3rem.
-re4mai
-remie5tj
-re5mo5v
-2remp
-3r4en.
-re2na
-re4naa
-ren5aar
-re5nade
-re3nal
-re4n3an
-ren3a4r
-r4end
-5rendee
-r5endert
-re5ne.
-re4nel
-re5nen.
-ren5enk
-ren3e4p
-re5ner.
-ren5erf
-ren5erv
-5renf
-2r1eni
-5r4enkl
-r4enn
-re4noc
-ren4og
-ren4opl
-re3nov
-5r4enp
-4renq
-ren4sl
-r4ento
-r3entw
-r5enveer
-re4of
-re4op4
-re5pa
-3repet
-re4pie
-4req
-re3qua
-4r1erf
-2r1erg
-re3r2o
-rer4s
-2r3ert
-4r5erv
-2rerw
-re3sa
-re5se
-re4sl
-res5le
-res3m
-re2s1p
-res3t
-re4tem
-re3t4h
-ret4i
-re4tik
-re5tin
-2retn
-re4t3o4g
-re4t3oo
-rets5te.
-re2u
-reur5es
-reus4t
-reu5ste
-3revis
-3revo
-2r3ex
-r4f3aa
-rf3act
-r2f3a4g
-rf3al
-r3fas
-r3fe
-r4f3eng
-r1fl
-r4f3lag
-rf3lev
-r2f3li
-rf3lus
-r4f3op
-r1fr
-r4f3re
-r5frea
-rf2s2
-rf3sm
-rf3sp
-r4f3u4r
-rf3uu
-r1g
-r4g3ab
-rg3amb
-r4g3een
-rg3ei
-rg4eis
-rgel5dr
-r5gen.
-rge4ra
-rge5rap
-r4g3ins
-r5glas
-r3glo
-r4g3lu
-rg4o3v
-r5grij
-rg3rit
-r3g4ro
-rg1s4
-rg2sm
-rg5so
-rg4s5pr
-r3h
-ri5abel
-ri4ag
-ri2ak
-ri5an
-rias4
-ri4av
-ri4bl
-4rice
-ri3co
-ridde4
-ri3di
-ri4dol
-ri4doo
-rie5dr
-rie4k5ap
-rie5kl
-rie3kw
-rie4la
-riel5aa
-rie4lei
-rie4ro
-rie4ta
-riet3o
-ri1eu
-ri3fl
-ri3fr
-r4ig
-ri4gaa
-ri3gl
-5rigste
-r4ijl
-4r5ijl.
-r5ijld
-r5ijlt
-rij5o
-rij3pl
-rij3pr
-rij3sp
-rij5ster
-rij4str
-4rijv
-ri4k5l
-rik5n
-ri3k4o
-ril5m
-ri3ma
-rim4pr
-4r3inb
-4rind
-ri5ne
-4r5inf
-r4ing
-4r5ingan
-r5ingeni
-ring5l
-4r3inh
-ri4nit
-rin4k3l
-r3inko
-4rinkt
-r3inl
-4r3inna
-4r1inr
-4rins
-r3inst
-4rint
-4r1inv
-ri5on
-ri3o5s
-ri4sam
-ri3sc
-ri3sot
-ris5to
-rit3j
-rit3ov
-rit4st
-rits5te.
-rit5sten
-3ritt
-r5j4
-rjaars5
-r5ka.
-rkaart5j
-rk3adr
-rk3af
-r2kah
-rk3ang
-r4k3art
-r2k3ei
-rke4n
-rken4s
-rker4sl
-r4k3erv
-rke4s
-rke5stree
-rke5strer
-rk5iep
-rk3ijv
-rk3inb
-r4k3ink
-rkjes5
-rk3lag
-r4k3lat
-rk5leid
-r2klo
-rk3loo
-rk3lus
-r3kn
-r4kne
-r2kob
-rk3olm
-rk3omg
-rkoot5
-rk3opg
-rk3ord
-rk5os.
-rk5oss
-rk2r
-r5k4ran
-rk4ri
-r5kris
-r5kron
-rk1s
-rk3s4f
-rk5si
-rks4p
-rk4t5e4v
-rkt3h
-rk4ti
-rkt3o
-rkt1r
-rk3uit
-r1kwa
-rk3waa
-rk5wat
-rk3wee
-r1kwi
-rk3win
-r3l
-rlaat5ste
-rle4g3r
-rlink4s
-rlinks5te
-rlofs5
-rlui5t4
-r1m
-rmaf4r
-r4m3art
-r2m3eb
-r2m5eg
-rme4r3a4
-rmes3
-rme4t3j
-rmet5st
-rm3inh
-rmi2s
-r3mo
-r5moe
-r4mop
-rm3opm
-rmors5te
-rmos5f
-rm3s4a
-rm1st
-rm3uit
-rmun4
-2r1n
-r3na
-r5n4am
-r4n3ap
-rn3ars
-rnee5t
-r4n3ene
-rnes3
-rne5te
-rne4t3j
-r2n5id
-r2nin
-r2n1on
-rn3oor
-r5noot
-rn3ops
-r5not
-rn3ove
-rns4
-rn3sm
-rn3sp
-rn1st
-rn3sta
-rn3th
-rn5tj
-rn5to
-r3nu
-rnu5r
-ro1a
-ro5ac
-r4oc
-ro1ch
-ro3d4o
-3roe.
-4roef
-4roeg
-roe4g3r
-3roem
-roens4
-roen5sm
-roep3l
-roe4rei
-roet4j
-4roev
-3ro^^eb
-r5offi
-r4ofi
-ro3fl
-roges5
-1ro^^ef
-ro3kl
-3rokm
-rok3sp
-r4ol.
-ro2l3a
-role5st
-rol3g2
-2roli
-rol3ov
-ro5ma
-ro3mo
-4romz
-r2on.
-ron3a4d
-5r4onal
-ron4da
-ron4d3o
-ron4d3r
-ron4d5u
-r2one
-r2oni
-r2onk
-ron4ka
-r2onn
-r2o1no
-r2ons
-ron4ste
-rons5te.
-4ron2t
-ront3j
-ront3r
-ro3nu
-4ronv
-3roof
-2roog
-4roon
-2r1oor
-root5ste
-ro3pa
-ro4paa
-ro4pan
-4ropb
-ro1pe
-ro5pee
-ro4pin
-ro3p4la
-4ropn
-r4opo
-rop5rak
-rop3sh
-r4opte
-ro4pu
-ror5d
-ro3ro
-ro3sa
-ro5se
-ro3sf
-ro3sh
-r4o5si
-ro3sp
-ros4s5t
-ro5stel
-ros5tra
-ro5te
-ro3t2h
-rot3j
-ro5ton
-ro3tr
-rot4ste
-rots5te.
-r1oud
-3rou5t4
-ro3v
-ro4ve
-ro5veri
-4roxi
-3roy
-r1p
-r3pa
-rp3aan
-rp3adv
-rp3ank
-r5pee
-rp3eis
-rpi3s
-r2p3j
-rp4lo
-rp5lod
-rpoort5j
-r4p3o4v
-r4p3rec
-rp3ric
-rp4ro
-r3psa
-rp4si
-rp2sl
-rp3sli
-rp5spe
-rp4s5to
-2r5r
-rre4l3u
-rren5s4
-rre5o
-rreu2
-rri5er.
-rrie4t
-rron5k
-rrot4j
-4rs
-rs3a2d
-rs3a2g
-r3sal
-rs3alm
-rs3amb
-r3san
-rs3ana
-rs3ap
-rs3ar
-rs3as
-rs4asse
-rsa4te
-r5schi
-rs2cr
-r4s3eis
-rsek5ste
-rs4et
-rseve3
-r2s3ez
-rs4fer
-rs4hal
-r3s2hi
-r3s4hoc
-rs3hot
-rs3ini
-rs3int
-r4sj4
-r5sjac
-r5sjou
-r5sjt
-r3s4kat
-r1sl
-r4slan
-r5slec
-r5slep
-r5sleu
-r5slib
-rs4lie
-r5sling
-rs3lob
-rs5loep
-r4s3loo
-r5sluis
-rs4m
-r5smaak
-rs5maal
-rs5mak
-r3sme
-r3smij
-rs5mis
-r5smit
-rs5mu
-r1sn
-r2s3na
-rs3neu
-r2s3no
-r1so
-r5sol
-rs3ong
-r2sor
-rsorkes5
-rs1ov
-r1sp
-r3spaa
-rs3pad
-r4s3par
-rs4pare
-r3spe
-r5spec
-r5spee
-r5spek
-rs4pene
-r4s3pet
-r5spit
-r5spoe
-r5spog
-r5spon
-r5spoo
-rs3pot
-r5spraa
-r4spu
-r5spul
-rs3put
-r1s4t
-r4s5taak
-rst5aang
-rs5tas
-r5stat
-r3ste
-r4s3te.
-r5ster.
-r5sterk
-rs5term
-r5sters
-r5stes
-rste5st
-r4steva
-r3sti
-r4stit
-r3sto
-rs5toma
-r4ston
-rst5ora
-r3str
-rs5trap
-r4st5red
-rs5trei
-r5stren
-rs5trog
-rst5roz
-r3sty
-r3su
-rs3usa
-r3sy
-4rt
-r1ta
-r5ta.
-r4t3aan
-rt5aand
-rt5aanv
-r4t1ac
-rt1ad
-rt3af.
-rt3aff
-rt3am
-r5tans
-r2tar
-rt3art
-r4tau
-r2tav
-rt5c
-r5teco
-rt3eig
-rt3eil
-rte4lei
-rt5emb
-r5ten.
-rte5nach
-rte3no
-rte3ro
-rtes4
-rte5sta
-r2t5e2v
-r4tha
-rt1he
-r3ther
-rt3hi
-r1tho
-rt3hol
-rt3hu
-rt3hy
-rt4ij
-rtij3k
-r4t3ini
-r4t3ink
-rt5jesc
-r3to
-rt3off
-r5tofo
-r5tok
-rt3om.
-rt3ond
-r4t3op
-r5tori
-r1tr
-r3tra
-rt4rap
-r4t3ras
-rt3rec
-r5treden.
-r3t4rek
-r4t3res
-rt3ri
-r4t3rol
-r2t4ru
-rt5ruk
-rt5rus
-rt4s5eco
-rt5sei
-rt2s3l
-rt3sle
-rts5li
-rt4slu
-rts5m
-rts5no
-rt4soo
-rt1sp
-rt4s3pr
-rts5ten
-r1tu
-rt3ui4t
-rt3w
-rt2wi
-5rubr
-rude3r
-ru1e
-4ruf
-ru2g
-ru4gr
-r5uitr
-ru2k
-4ru3ke
-ruk3i
-rul3aa
-rul3ap
-ru2li
-ru4l3ij
-ru3lin
-rul5s
-r2um
-ru2mi
-3run.
-r2und
-runet3
-4r5u2ni
-ru3niv
-ru4r
-ru5ra
-ru5re.
-ru5res
-r2u4s
-rus3e
-rus5tr
-4rut
-rut3j
-rut4st
-ruts5te.
-4ruu
-ru3wa
-rvaat5
-rval4st
-rvals5te.
-rvers5te.
-rves4
-rve3sp
-rvloot5
-r1w
-rwen4st
-rwens5te.
-r4wh
-rw2t3j
-r3x
-r3yu
-4rz
-rzet5st
-4s.
-5sa.
-s1aa
-1saag
-5s2aai
-saai4s
-3s2aal
-3s4aat
-1sab
-sa3bo
-2s1ac
-sa2ca
-3sacr
-s1adv
-2s1af
-3safe
-3safo
-sa3fr
-s5agg
-s4a3gi
-3sagn
-sa3go
-3sah
-3sai
-3saj
-2sak
-3saks
-s1akt
-s2al
-5sal.
-3sa3la
-3sald
-5salh
-s3all
-4salm
-sal5ma
-s3aln
-3s4a3lo
-3s2ame
-5samm
-sam5p
-4sa2na
-sa3nat
-s4anc
-s2a3ne
-s4ant
-san4t3j
-sa2p
-3sap.
-sa3pa
-2s3ape
-sa4pr
-sa5pro
-sa3ra
-s1arb
-3sard
-sa2re
-s1arm
-saro4
-sar3ol
-s4ars
-4s1art
-sart5se
-4sas.
-3sasa
-sa3sc
-3s4ast
-1sat
-3sa3te
-5sati
-2s3atl
-2s1att
-s3aud
-1saur
-3s2aus
-s1aut
-3sauz
-1sax
-4s3b
-s5ba
-s5be
-s5bo
-1sc
-2sca
-4sce
-5scena
-5sc^^e8
-3s4ch2
-4sch.
-sch4a
-5schak
-5schap
-4schau
-5sche.
-s5chec
-4schef
-5schen
-4scheq
-5scher
-5schev
-5schew
-s2chi
-4schir
-5schol
-5schoo
-5schot
-sch5ta
-2sci
-4scl
-2sco
-3s4cola
-3scoo
-3scope
-5scopi
-3s4co5re
-3scout
-2scr
-4scris
-2scu
-2scy
-4s1d
-s5de
-s4dh
-sdi5a
-sdis5
-s3do
-s5dr
-s3dw
-3se
-5se.
-se2a
-se3ak
-se3al
-sear4
-se3au
-s4eb
-4s3ech
-se3cr
-5sect
-4secz
-s4ee
-4s5eed
-5seei
-4s1een
-s5eenh
-see4t
-see5ts
-4seev
-s1eff
-se3ge
-2s5e2go
-seg2r
-4s3ei.
-4s3eig
-s4ein
-5sein.
-5seine
-2seis
-seis4t
-sei5tj
-5seiz
-sek4st
-seks5ten
-se1kw
-s2el
-5s4el.
-sel3ad
-se4l3a4g
-se4lak
-se4las
-se3le
-4s3e4lek
-sel3el
-4se4lem
-4self
-se5ling
-4s3elit
-sel5k
-5selm
-selo4
-5selp
-5s4els
-sel3sp
-5selt
-se2l3u
-s4em
-se4m3ac
-s5emm
-sem3oo
-s4en
-5sen.
-se4n3a4g
-se5nan
-se4net
-5sengr
-5senh
-sen5k
-se4n3o
-4s5enq
-sen5tw
-5s4er.
-se1r4a
-ser5au
-5se3r4e
-se4ree
-se5ren
-s4erg
-5sergl
-s5ergo
-5sergr
-ser4i
-se5rij
-4s3ern
-se3ro
-se5rop
-ser2s
-sers3p
-ser3st
-sert5w
-se3ru
-s4es
-se5sc
-se3sf
-2s5esk
-5sess
-se4t
-se5ta
-4s3ete
-se5ti
-se3tj
-set3r
-se5t4ra
-set5st
-4s5etu
-set3w
-se3um
-se4ven
-4s1ex
-4sez
-se2ze
-3s^^e9
-3s^^e8
-2s1f
-4sfed
-s5fei
-4sfi
-4s5fr
-4sfu
-sfu5m
-4s5g
-sgue4
-s1h
-s4ha.
-sha4g
-s5hal.
-3shamp
-4she
-sheid4
-sheids5
-s5hie
-5s4hir
-sh3l
-4shm
-s3hoe
-s3hoo
-3s4hop
-s2hot
-s3hote
-3show
-s5hul
-1si
-5si.
-5s4ia
-si5ac
-si3am
-si5an
-5sic
-sici4
-si3co
-3sie.
-3sie^^eb
-sie5fr
-sie5kl
-siep4
-sies4
-sie5sl
-sie3so
-sie3st
-sie5ta
-sie5to
-si5^^e8
-si1f4
-5s2ig
-si5go5
-s3ijv
-4s1ijz
-5sile
-4s5imper
-3simu
-5sina
-s3inb
-4s3inc
-4s1ind
-2sinf
-sing4
-3sing.
-s3inga
-s5ingeni
-sin3gl
-s3in5gr
-s3inh
-4si2ni
-4s3inko
-sin5kr
-4s3inm
-s4inn
-4sinr
-2s1ins
-2sint
-4s5inv
-4s3inz
-3sir
-5siro
-s3irr
-si4s
-sis3e4
-sis5ee
-sis3i
-sis5tr
-3sit
-si5to
-sito5v
-si3tr
-si4tru
-si5tu
-3siu
-3siz
-sj2
-4sj.
-3s4ja.
-5sjab
-4sj3d
-s1je
-2s3je.
-s5jeb
-3sjee
-3s2jei
-1sjer
-sje4ri
-s3jes
-3sjew
-3s4jez
-4sj5k4
-5sjof
-4s3jon
-sj3s2
-sjt4
-s5ju
-2s1k2
-skaart5j
-s5kad
-s4kele
-s5ken
-3s2kes
-sk4i
-3s2ki.
-3skied
-skie3s
-3ski^^eb
-ski5sc
-s2k3j
-s3ko
-s5kre
-sk5ruim
-sk3ste
-4sku
-s3k4w
-s2l4
-3s4la.
-5s4laan
-5slaap
-4s5laar
-4slab
-s4lac
-4s3lad
-3s4lag
-5slagm
-sla4me
-s5lamp.
-s5lampe
-4s5land
-3slang
-3slap
-5slape
-sla3pl
-4s3las
-2s3lat
-3s4la5v
-4slaw
-3s4laz
-s3led
-3s4lee.
-5sleep
-4s5leer
-s4leet
-slee5tj
-4s3leg
-2s5lei
-s5leng
-s3leni
-slen4st
-slens5te.
-3slent
-s4lep
-4s5ler
-s5les
-sle4t3j
-3s4leu
-s5leug
-s5leus
-5sleut
-2s5lev
-s3li.
-4s3lic
-4slid
-2slie
-s5lied
-s3lief
-3s4lier
-s3lif
-s5lig
-4s3lijf
-5slijp
-4s5lijs
-s4li4k
-sli2m
-slim5a
-s5lini
-4slinn
-s4lip
-4s3lit
-slo4b5
-2s3loc
-3s4loe
-3slof
-4s3log
-s3lol
-s3lood
-s5loon
-s5loos
-5s4loot3
-s3los
-3slot
-slo4tr
-4s3lou
-4s5loz
-4s5luc
-1s4lui
-4s5lui.
-4sluid
-5sluis.
-sluis4t
-slui5ste
-5sluit
-5sluiz
-4slun
-2s5lus
-4s3ly
-s1m
-4s5maat
-3smad
-3smak.
-3smal
-2s5man
-s5map
-s4mart
-4s5mat
-4s5mec
-5smeden
-3smeed
-5s4meet
-4s5mei
-4smelo
-4s5men
-4s5mes3
-5smid.
-smie2
-smies5
-s4mij
-s5min
-5smok
-s3mon
-5smuilden
-s5muile
-5smuilt
-s2n4
-s5nam
-5s4nap
-s4nar
-3snau
-3s4nav
-3s4ned
-3snee
-snee5t
-s5neg
-5s4nel
-2s5nes
-4s5net
-sneus4
-sneu5st
-s5neuz
-s3nie
-1s4nij
-s5nim
-3s4nip
-4s5niv
-4snod
-3s4noe
-s3nog
-2snoo
-s4nor.
-s3norm
-sno5v
-3snuf
-s4nui
-2snum
-3so.
-so4bl
-so1c
-s3oce
-3s4o3d
-1soe
-2soef
-3soep
-soes3
-2s1off
-3soft
-2so2g
-3so3ga
-s1oge
-so3gl
-3sogy
-5soi
-3so^^ef
-3sok
-s2ol
-5sol.
-so3la
-so3le
-so3lis
-3so5l4o3
-solo5v
-5sols
-s2om
-3s4om.
-5somm
-2s3oms
-s3omv
-2somz
-5s4on.
-3sona
-so5nar
-s3onb
-2s1ond
-2song
-3sonn
-3so3no
-s4ons
-2s1on4t3
-4s3onv
-s3onw
-3soo
-4s5oog
-4s3ook
-4s3oor.
-s3oord
-4s3oorl
-5soort
-2s1op
-3s4op.
-4s5ope
-so3phi
-s2o5po
-so3pr
-3s4opra
-sop4re
-s2orb
-s3ord
-2s1or3g
-4s5ork
-sor4o
-so3ror
-sor4st
-3s2ort
-sos4
-so3sf
-s4ot
-s3oud
-sou2l
-sou3t
-2sov
-s1ove
-3so5z
-4sp.
-sp4a
-5spaak
-s3paal
-5spaan
-5spaat
-2spad
-2spak
-5spake
-s4pan
-3spann
-4s5pap
-5spar.
-s4pari
-5sparr
-2spas5
-5spatt
-s3pau
-5s4pea
-4spectu
-3s4pee
-speet3
-4s3pei
-s4pek
-5spell
-4s3pen
-s5pen.
-spe4na
-s5pep
-4sper
-s4per.
-s5peri
-s4perm
-5s4perr
-4spes
-s3pez
-s3pid
-1s4pie
-spie5tj
-4spijn
-4spijp
-s5ping
-5s2pio
-s3pis
-spi5sto
-2s1p4l
-4s5pla
-s4plet
-s2pli4
-5splin
-3split
-s3plo
-s3plu
-sp4o
-s2poe
-s3poes
-4spo^^eb
-4spog
-4spol
-2s3pom
-s4pon.
-s4ponn
-s2poo
-s3pop
-5s4pore
-s4pori
-4s3pos
-5spots
-4spou
-4sprakt
-5spray
-s5pred
-5sprei
-s4prek
-4sprem
-4spres
-5spreu
-5spriet
-4s5prij
-4sprik
-4sprob
-4sproc
-4s5prod
-4sprof
-4sprog
-5s4pron
-s4proo
-4spros
-4s3ps
-4spt
-s2p4u
-4spub
-5s4pui
-4spun
-s4pur
-5spuw
-s4q
-4s5r
-sraads5l
-sro5v
-4s3s4
-ssa1s2
-s4sco
-s4s5cu
-s5se
-ssei3s
-sseo4
-s5si
-s5sl
-s4spa
-s5spaa
-ss5pas
-s5su
-s5sy
-s2t
-4st.
-5staaf
-5staan.
-4staang
-4staanw
-staart5j
-s4taat
-staat5j
-st3abo
-2s4t1ac
-3stad
-5stads
-2staf
-5staf.
-sta4fo
-s4tag
-s4tak
-5staki
-4stakk
-st3akt
-4s3tali
-5stam.
-5stamm
-3stamp
-3s4tand
-stan4s
-s4tap
-4stapo
-s4t3arc
-4stari
-2stas
-stasie4
-5statio
-4stau
-st3aut
-s4tav
-4stavo
-4s5tax
-4staz
-2stb
-2st5c
-2std
-4stea
-5steak
-4stec
-s5tech
-5steco
-3s4ted
-4stedu
-3steek
-3steen
-4steenh
-s5teer
-stee5t
-5stein
-5stekar
-5stekk
-5steldh
-ste4lee
-st5elem
-3stell
-5stem.
-5stemd
-5stemm
-4stemo
-4stent
-4stenu
-ste5ran
-4sterm
-ster5og
-st5e4ros
-5sterren
-s5teru
-4ste4s
-4s4t3ex
-s4t3e2z
-2stf
-4stg
-4sth
-s4tha
-st3hed
-st5heer
-st3hek
-s5them
-s3ther
-st1hi
-s4t1ho
-s4t1hu
-s4t3hy
-2stia
-2stib
-4sticu
-s4t3id
-5stiefe
-s5tiev
-4stijd
-3s4tijg
-5s4tijl
-st3ijs
-3stils
-s4tim
-st3imp
-sti5ni
-4stins
-4s5tint
-4stite
-2stiv
-st3ivo
-4s4t1j
-2stk
-4stl
-2stm
-2stn
-2stob
-2stoc
-4stoef
-3stoel
-5stoel.
-5stoele
-4stoen
-4stoer
-4stoes
-4stoez
-3s4tof
-st3o4ge
-5s4tok
-s4tol
-sto5li
-4stoma
-4stomz
-s4tong
-3s4too
-4st3oog
-stoot5j
-s4top
-st3o5pe
-st5opto
-4stora
-sto4rat
-4stord
-sto5ri
-4s5tos
-s4tov
-2stp
-1s4tr
-4stra.
-straat5j
-4st4rad
-3stra4f
-5straf.
-s5trag
-4strai
-4st3rec
-s5tref
-4streg
-4s3trei
-5strel
-3strep
-st3rif
-st5rijp
-s5tris
-4s3troe
-s5troep
-st4rom
-5strook
-5stroom
-4stroos
-st5roos.
-4s5trou
-4stroz
-3stru
-4strui.
-5struik
-4st1s4
-st3sc
-st5se
-st3sf
-st3sk
-st3sl
-st3so
-st5sp
-st5st
-2st5t2
-1stu
-4stub
-4stuc
-5s4tud
-4stuin
-stui5tj
-st5uitk
-5stuk
-2s4tun
-st3uni
-stu4nie
-4stus
-2stv
-2st3w
-2s4ty
-1styl
-s5typ
-2stz
-1su
-5su.
-5sua
-5su4b1
-suba4
-sub5e
-su5bl
-5suc
-5sud
-3sug
-2sui
-5suik
-4s1uit
-5suit.
-s5uitl
-5suits.
-5suk
-3sul
-5sum
-4s1u2n
-5sup
-5surv
-su4s
-sus3e
-suur5
-4s5v
-svaat5
-svari5
-sve4r
-sve5ri
-4s1w
-s5wo
-s4y
-3sy.
-4syc
-3syn
-sy4n3e
-1sys5
-4s5z
-4t.
-3taak.
-t4aal
-t5aando
-t3aank
-taan4st
-t3aanw
-t3aap
-taar5sp
-4t3aas
-taat4st
-taats5ta
-3tabe
-3tabl
-2tac
-ta2ca
-3t4aci
-4tad
-ta4de
-t3ader
-5tado
-t3adr
-tad4s3
-t3adve
-2taf.
-2t3afd
-5ta3fe
-4taff
-t3afha
-t4afr
-ta3fro
-4t1afs
-2t3afw
-4tafz
-ta4gaa
-5tagee
-5ta5g4l
-tag3r
-5taka
-5takg
-5takken
-ta3kl
-5takn
-5takp
-5tak3r
-5taks
-t2al
-ta3laa
-ta5lact
-4talb
-5tale.
-5talent
-ta3li
-5talig
-t5allia
-talm3a
-4talt
-ta4mak
-4tamb
-t3amba
-5tamen
-tament5j
-4tamp
-t3ampu
-5tan.
-4t3a2na
-ta3nag
-ta3nat
-tan4d3r
-tan4k5r
-ta3o
-t4ape
-5tapi
-ta3pl
-5tapo
-ta3q
-ta3ra
-4t3arb
-5tari
-4t1arm
-ta2ro4
-tar5sp
-tar5taa
-t3arti
-3tarw
-3tas
-5tasa
-5tasj
-5taso
-ta3s2p
-ta3sta
-ta3str
-ta3sy
-4tata
-4tatio
-tat5j
-4t3atl
-3tatr
-3tau
-4taut
-2t1avo
-3tax
-t3a2z
-4t3b
-tba2l
-4t3c
-t4ch
-t5cha
-t5che
-t5chi
-t5chu
-4t3d2
-tdor5st
-tdo3v
-1te
-3tea
-te3akt
-5tea4m
-3tec
-4t3echt
-4teco
-te4dit
-t3edu
-tee2
-teeds5te.
-tee4g
-4teek
-tee4k3l
-teem1
-4tee4n
-t5eenhe
-3teer
-tee5rin
-tee4t
-4t3eeu
-t4ef
-t5eff
-3tefl
-3teh
-4t3eier
-4teig
-tei4lo
-t4ein
-t5eind
-5teit
-tei5tj
-2t3eiw
-5tekene
-5tekens
-4teker
-4tekk
-3teko
-te4k3om
-3teks
-te3kw
-te4k3wi
-t4el
-tel5ant
-te4lap
-tel5da
-4telec
-5teleco
-t5elect
-tel5een
-5telef
-5teleg
-tel5ei.
-tel5eie
-tel5eit
-te5lel
-5telev
-5te5lex
-tel3f
-tel5k
-te4loe
-te4l3o4g
-tel5oog
-te4l3op
-telo4r
-tels4
-4telse
-tel3so
-tel5su
-te4l3uu
-t4em
-2temb
-4temm
-te4mor
-tem3ov
-5temper
-5tempo
-t4en
-ten4ach
-ten3a4g
-te3nak
-te5nare
-te4nau
-tene2
-ten3ed
-ten3el
-tene4t
-3tenh
-ten5k4
-te5nore
-4t5enq
-ten5scr
-ten3sn
-ten3sp
-tensu4
-tens5uu
-3tent
-5tenta
-5tenten.
-ten5to
-t3entw
-5tenu
-t2er
-teraads5
-te4r5aak
-ter3a4b
-tera5ca
-te4rad
-tera4de
-te4r5af
-ter3ag
-te3ral
-te4ran
-ter3ap
-ter3as
-5terec
-te4rei
-ter5eik
-te4rel
-te4rem
-te5ren.
-te4r5enk
-te4r5env
-4t4erf.
-4terfd
-ter3fr
-4t4erft
-te4r5in.
-3terj
-4terk.
-4terkt
-ter3k4w
-3term
-5term.
-5termi
-ter5oc
-te3rod
-te3rof
-te3rog
-5teron
-te5rons
-tero5pe
-tero4r
-te3ros
-5terrei
-5terreu
-5terror
-ter4spr
-ter5ste.
-ter5ston
-3tes
-te3s4ap
-tes3m
-te3so
-tes3ta
-te5stel
-tes5ten
-test5op
-test5ri
-test3u
-te3ta
-te5tr
-4t3euv
-t4ev
-t5e4van
-teve4r
-5tevl
-3tevr
-2tex
-3tex.
-4t3exe
-4texp
-1t^^e9
-t^^e83
-4t3f
-4t3g2
-tgaat5
-t5ge
-tge3la
-tger4
-4th.
-2t1ha
-t3haa
-t4haan
-t4had
-t3hak
-t5ham
-t4hans
-t3har
-t3hav
-5thea
-t3heb
-5thee.
-4t3hei
-4t3hel
-3t2hen
-5theo
-1t2her
-5the3ra
-4t3here
-3thes
-3thet
-t4hin
-4thm
-t1hoe
-t2hog
-t3hok
-t1hoo
-thoof5di
-4t1hou
-t3houd
-5thous
-4t3hov
-3thr
-2thu
-t1hul
-4thum
-t4hur
-3ti
-5ti.
-5tia
-ti5ab
-ti5ae
-ti3ap
-5tib
-5tica
-5tice
-5tici
-5ticu
-ti3d4
-5tie.
-tie5d4
-5tiefs
-tie3kn
-tie4kon
-ti3enc
-tien5st
-5tiep
-5ties
-tie5s4l
-tie5ta
-tie5to
-tie5tw
-ti1eu
-5tieven
-ti3fe
-ti3fr
-ti2ga
-tig5aa
-4tigm
-ti4gu4
-tig3ur
-5tijd
-tije4
-tij5ka
-tij4kl
-5tijn
-tij5p
-t3ijs.
-tij3st
-tij3t2
-tij5tr
-tij5tw
-4t1ijz
-ti3ko
-ti5kr
-t4il
-4tils
-5timm
-5timo
-tina4d
-tin3as
-4t3incu
-4t1ind
-4tinf
-tin4g3i
-ting4sa
-t3inh
-ti4nit
-4t3inj
-t3inko
-4t3inl
-t3inq
-4tinr
-4t3ins
-ti3nu
-4t3inv
-4tinw
-ti5om
-ti3o4p5
-t2is
-ti5sa
-ti3s4j
-ti3sl
-ti3so
-ti4son
-ti3s4p
-ti3sta
-5tite
-ti3th
-ti1t2r
-5tivi
-ti4vo
-1tj2
-2t1ja
-t5jaa
-t5jee
-t5jek
-t3jen
-t5jet
-4tjeu
-2tjo
-t1jou
-2tju
-4t3k2
-tkars3
-4t3l
-t5le.
-5tleb
-t5les
-tli4n
-4t3m
-tmen4st
-tmens5te
-tmos5
-4t3n
-tna4m3o
-tne4r
-tnes4
-5to.
-toa2
-to3ac
-to3ar
-to5bl
-3toc
-1toch
-3tod
-to3da
-t4oe
-toe5d4
-3toej
-toe5k
-5toe3l4a
-toe5le
-5toelic
-toemaat5
-5toen
-to5ende
-toe5pl
-3toer
-5toeri
-5toern
-5toe1s4
-toe5st
-toe3tj
-3toets
-5toets.
-5toetse
-toets5te.
-3toev
-5toez
-to2f
-tof5ar
-tof5d
-to4fr
-tof3th
-3togn
-5togr
-3toi
-to4kan
-tok3s
-t2ol
-to3la
-5tolaa
-to5le
-5tolet
-t3olf
-2toli
-5tolic
-to4lie
-tolk5s
-5tolo
-tolp3r
-t3oly
-4tom.
-5tomaa
-tomaat5
-t3oml
-to3mo
-tom4p3j
-4t3om5s
-5ton.
-4tond
-3t2one
-5tonee
-5to5nen
-to5ner
-3t4ong
-5tong.
-3t4oni
-5t4onn
-to3no
-5tons
-ton3sk
-too4m
-toom3e
-5toon
-t4op.
-top5art
-top3as
-to3pen
-to3pet
-to3pi
-2topm
-to4po
-to5pos
-t4opp
-to4pu
-to5pus
-t3opva
-5tor.
-to3ra
-to4r3ag
-t3ord
-to5rec
-5torens
-4t1org
-t5orga
-t4ori
-3toria
-to4ri^^eb
-tor3k
-tor4m3a
-toro4
-to4r5oli
-to3rom
-5torr
-3tors
-tors5te.
-to3r2u
-3tos4
-to3sa
-to1sl
-to1s2p
-tos5te
-5tota
-to3tr
-2t3oud
-3tour
-tou4r3e
-to3v
-tove5na
-to4vens
-4toverg
-to3w4
-4t3p4
-tpe4t3
-tpi3s
-tr4
-3tra.
-4t3raad
-5trac^^e9
-5trafo.
-3trag
-4tragez
-3t4rai
-5train
-5traka
-t3rake
-3trakt
-3trans
-5transa
-5trap.
-5trau
-4t3raz
-3t4re.
-4trea
-2trec
-5tred.
-4treda
-t5redes
-4tredu
-3tref
-4t5reg
-4t3reis
-4treiz
-4trel
-t3rese
-t3resu
-tre2t3
-t4reu
-t3rib.
-5tribu
-5trico
-trie5ta
-trig2
-2trij
-5t4ril
-tri5ni
-5t4rio4
-t3risi
-t3rit.
-5t4riti
-5trody
-t3roed
-t3roes
-5trofy
-3trog
-t4ro^^ef
-5troj
-4trol.
-5trola
-5trolo
-5tromm
-5tron.
-5trona
-t5rond
-3trone
-5tronn
-5trono
-5trons
-tront5j
-t3rood
-5troon
-t4roos
-tro5pi
-t4ros
-5trotu
-3trou
-4t5rout
-tro5v
-5truc.
-5truf
-4trug
-5trui.
-5truie
-t3ruim
-trui5t4
-t3ruk
-t4rum
-4ts
-ts3a2d
-tsa4g
-ts1am
-t3sap
-ts3as
-tse4d
-ts5een
-t4s3ei
-ts5eind
-t4s5ene
-t4s3eng
-t4s3erg
-ts5erge
-t4s3e2v
-t2sij
-t4s3ink
-ts3int
-ts2j
-ts3ja
-t3sjen
-3tsji
-t1sl
-ts4laa
-t3slac
-t5slag.
-ts3lam
-t2s3le
-t5slib
-t5sloe
-t3s4lu
-ts2me
-ts4moe
-ts3neu
-ts4no
-ts5nor
-ts5not
-ts3nu
-ts3ob
-tso2l
-ts3oli
-ts3om
-ts1on
-ts4opp
-ts1o4r
-ts1ov
-ts3pad
-t3span
-t5spec
-t4s3pet
-t3spi
-t4s3pil
-t3spoe
-t3spoo
-t5s4por
-ts3pot
-t4spro
-ts4pru
-ts5q
-ts5s
-t3sta
-t4staak
-t4s5tank
-ts5tant
-t4star
-t4stas
-t3ste
-t5sted
-t5stee
-ts5teko
-t5stell
-t5stels
-t5stem
-t5ster.
-t4sterr
-t5sters
-t5s4tes.
-t5steu
-ts3th
-t1s4ti
-t3stij
-t5stijg
-t5stil
-ts5tin
-ts5t4j
-t1sto
-ts5toep
-ts5tong
-t4store
-ts5trad
-ts5trei
-t3stri
-ts5troe
-ts5ty
-t4su4
-ts3ur
-ts3us
-ts3uu
-t1sy
-4t3t
-t5t4a
-t5te
-tte5loe
-tte5l4op
-tte2n
-tten4t5j
-tte5ri
-t5tlet
-tt3oog
-ttop2
-t5t4r
-t5tum
-tt3uu
-3tua
-3tub
-3tuch
-3tu3e
-5tueu
-tu3^^e9s
-3tuig
-5tuin
-4tuip
-2tuit
-tuit4j
-4tuk
-tu4k3i
-tul5pi
-t4um
-5tune
-5tunn
-tu1o
-5turb
-tu3ri
-3tu4s3
-tut3j
-tuurs5la
-tu3wa
-4tv
-tvaat5
-t3ve
-4t1w
-3t4wijf
-t2win
-1ty1
-3typ
-tys4
-4tz
-t3za
-t3zi
-t5zw
-u1a
-u3ac
-u3an
-ua5ne
-ua3p
-u5ar.
-uar5t
-ua3sa
-uat4
-2u2b
-ub3ac
-ube4li
-ub5em
-u5bi
-u3bo
-ub5or
-4uc
-u1che
-ucht5sl
-uc4ki
-ucle3
-uc4t3a
-uc4tin
-u1d
-uda2
-u5da.
-ud5am
-ud3ei
-ud3ess
-u4de4z
-ud3eze
-udi4o
-udi5ologe
-udi3om
-udoe2
-ud3ond
-ud3oo
-ud3ov
-u4d1r
-uds5lo
-uds4m
-uds5ma
-ud3sme
-ud3smi
-ud1st
-ud4sta
-uds5tak
-ud4sti
-ud1w
-u3ec
-ue2co
-u1ee4
-u3ef
-u3ei
-u1el
-u4ene
-u1er
-uer3il
-ue3st
-u1eu
-u5eul
-u3ez
-u3^^e8
-u4f3an
-u1fl
-u1f4r
-uf2s
-u5ga
-ug4da2
-ug4der
-ug2do
-ug4dr
-uge4l5o
-ug3ij
-ug1l
-u2go
-ug3or
-u2g1r
-ug5sce
-ug4sec
-ugs4p
-ugs5pa
-ug1s4t
-ugs5tra
-u1h
-u2i
-ui5ac
-ui2d3a
-ui2d1o
-uid4s
-uid3sp
-uid5spre
-uid5ste.
-uid3u
-ui3e
-uien4t
-ui2fa
-uif1l
-uif5r
-ui2fu
-4uig
-ui4g5aa
-uig1l
-ui2g3o
-ui4g3r
-ui4gu
-4uik
-ui2k3a
-ui4k3l
-ui2ko
-ui2ku
-ui2la
-uil5aa
-ui4l3em
-uil5m
-ui4l3og
-ui4loo
-uil3ov
-4uim
-ui2m3a
-ui3mag
-ui4n1a
-uin5g
-ui2no
-uin5og
-uin3or
-uin4s5lo
-uin5to
-ui2p3l
-ui4p3o4
-ui2p3r
-4uis
-ui2s3a
-uis5c
-ui4sl
-ui5slu
-uis5p
-ui4st
-ui4t3a4
-uit5aa
-uit5al
-ui5tar
-1uitg
-uit1j
-3uitl
-ui2t1o
-1uit5r
-uit3sl
-uit3sn
-uit5sp
-uits5te.
-3uitw
-3uitz
-ui3v
-4u3j
-2uk
-u2k3al
-uk3as
-ukkers5
-u2k3l
-u3klas
-u2k3n
-u2k3o
-u3koc
-uko2p
-uk4o3pl
-u4k3r
-uk3s2m
-uk3spa
-uk3spl
-uk4sti
-uk1w
-u1la
-ul3ac
-ulam4
-ula4p
-ul4d3a
-uld5erk
-ul5dop
-ul4d3u
-u1le
-ule5sp
-ul3fl
-ul5fo
-ul3fr
-ul3in.
-u5ling
-ul3inn
-ul3k2a
-ul5ke
-ul2k3l
-u1lo
-ul3o2p
-u3los
-ul2pa
-ulp3ac
-ul4pi
-ul2p3l
-ul2po
-ul4p3r
-ul3sa
-ul3so
-ul2s3p
-uls5te.
-uls5tel
-u3lu
-um3af
-um3ar
-3umda
-2ume
-umee4
-umes4
-ume3st
-um3om
-um3op
-um3so
-um3st
-u2m3ui
-un3ac
-un2c
-unch3r
-un4dra
-und4s
-unds5ta
-und5ste
-une4t
-un3g
-1univ
-un4k3r
-un4o
-uno3g
-un5o2p
-unst3a
-un4ste.
-unst3o
-un4st5r
-unst5ui
-un4tag
-unt5een
-un2tj
-un4t5o4
-unt3s4m
-un4t3u
-u3ol
-u3on
-u3oo
-u1or
-uo3ru
-u3os
-uota3
-4up
-u1pa
-u1pe
-upe3k
-upe4ro
-uper5st
-u3ph
-u3pi
-u1pl
-u4p3lei
-u1po
-u3pol
-up3om
-up3op
-u1pr
-up4tr
-u1ra
-ur3aan
-ur1ac
-ur3ada
-ur3adv
-u2r3a4r
-uras3
-u4r3a2z
-urd4o
-u1r2e
-ur3ech
-ur3een
-uree5s
-ure5lu
-urelu5r
-u4rem
-ur3emb
-ure4n
-u3res
-ur3ess
-ure3st
-ur3eta
-4urf
-ur2fa
-ur3gi
-u1ri
-uri4gl
-ur3ijz
-ur3ind
-ur3int
-4urk
-urken5s
-ur4kie
-ur3k4l
-urk4s5t
-u1ro
-ur5opb
-ur3or
-uro5s
-ur5pr
-ur4serv
-ur4s3ev
-ur3s4fe
-ur2sl
-urs5laa
-urs5li
-ur4s5m
-ur2sn
-ur4sp
-urs5pa
-ur5spel
-ur5spor
-urs5take
-urs5th
-ur4sti
-urs5tik
-ur3ta
-ur4tro
-ur5troe
-u3ru
-ur3ui
-4urv
-u1r4y
-4usaa
-us3ad
-us3a2m
-us1ap
-u4sc
-u5s2cr
-use5tj
-u5sie
-u4sj
-u4s5l
-u4sm
-u2s5n
-uso2
-us3o^^ef
-us3os
-u2s3p
-us5pi
-us5pu
-us4ta
-us5tag
-ust3al
-u2s3te
-us4t3ei
-u4sti
-ust3oo
-us5tra.
-us5tre.
-us5tro
-us5tru
-ustu4
-ust3ur
-ust3uu
-u1ta
-ut3aan
-utaar5
-ut1ac
-ut3af
-u3tan
-uta3s4
-ut5c
-u4t3ees
-u4tek
-ut3eks
-ut3em
-ut5emm
-uter5an
-ut3ex
-ut2h
-ut3ho
-u2tj
-u1to
-uto5f
-ut3oog
-uto3pe
-utop4l
-uto5po
-utop4r
-uto5s
-ut3saa
-ut3s2c
-uts5eng
-uts2m
-ut1sn
-ut3sp
-ut4spa
-ut4spo
-ut2st
-uts5tak
-ut4ste.
-ut5sten
-ut3str
-ut5su
-utt4
-u1tu
-ut5w
-u4u4
-uur3a4
-uur3e4
-uur5i
-uur3k
-uur1o2
-uur5ste
-uur5sti
-4uut
-uut3a
-uut3r
-uvel4s
-uve5na
-uw1a
-u3wag
-uw3ar
-uw5art
-u1we
-uw3ec
-uwe5d
-uw3een
-u2w3ei
-uwe4nen
-uwes4
-u1wi
-u2w3ij
-uw5ijz
-u4wind
-u3wing
-u4wins
-uw3inz
-uw1o
-u3woe
-uwo4ge
-uw1r
-uw3u
-uxa3
-u3ya
-4uz
-uze3t4
-uzie2
-^^fbt3s4
-1^^fc
-^^fc4b
-^^fc1n
-^^fc3ri
-^^fcs3l
-1v2
-2v.
-vaar4ta
-vaart5r
-va3de
-va3g4
-va2ki
-va4kl
-va2ko
-va2l3a
-val5m
-va3lo
-va4loe
-val5si
-val4s5p
-vals5tek
-valu5
-va2n
-van3ac
-vand4
-vang3a
-van4gr
-va3no
-va4noc
-va1p
-va3re
-va5se
-va3s4o
-vast3r
-va3su
-va3te
-va2t3h
-vat5j
-va3z
-v4b
-4v3c
-v4e
-3ve.
-5veb
-vee4l
-veel5e
-vee3p4
-vees4
-ve3g4h
-vei3s4
-vei5tj
-3vek
-5vel
-ve4l3a4g
-vel4d3o
-ve3le
-vel3k
-5vem
-vem4a
-ve4na
-ve5nare
-5vend
-ven5k
-ve2n3o
-2venr
-ven4s3e
-ven4sl
-vens5lan
-vens5lo
-ven4sp
-vens5taak
-vens5take
-vens5tek
-ven4s3u4
-ve2r
-ver1a
-ver5aas
-ve4rad
-vera4g
-ve4rand
-ver5do
-ve3rec
-ver3ed
-ve3reg
-ve3rei
-ver5eis
-ve5ren.
-ve5rend
-ver3e4t
-ver5ijd
-ver5ijl
-ver5ijs
-ve5ring
-ver5k4
-ver3o
-ve3rom
-vero5v
-ver5p
-ver5spe
-ver5sta
-ver5sto
-ver5tw
-ver1u
-ve3ry
-ve2s3
-ves5ti
-ve2tj
-ve2to4
-vet3og
-vet3oo
-ve3tor
-ve2t3r
-vet4roe
-vet5ste
-5ve5z
-3vi
-4vicepa
-vid5st
-vie4r3a
-vie4s3
-vies5n
-vie4tj
-vi3eu
-vijf5
-vik4s
-vil4t3j
-ving4
-vings3
-vi3o
-vi5om
-vi4s3an
-vi1so
-vis5ot
-vis5p
-vi4st
-vis5tr
-vi1tr
-v3j
-vje4
-vjet1
-3vl
-v3lar
-vlei3s4
-vlie4s5
-vlot5s
-v3lov
-5vo.
-3voe
-voe4t3a
-voe4t3r
-voet5sp
-3vog
-voge4
-3voi
-vo2le
-vol4g3a
-vol4gra
-vo2li
-vol3ij
-vol5p
-von4det
-vond5u
-3voo
-voo5d
-vooi5t
-voorn4
-voor5na
-vo3ra
-vorm3a
-vors5te.
-vor5sten
-vos3
-3vot
-vot3j
-3vou
-vous5
-3v4r2
-vrei5
-vrie4s
-vrij5k4
-vrijs4
-vrij5ste
-v3t
-vues4
-vu2l
-vul5p
-vuur5s
-vy3
-2w.
-waad3
-w2aar
-waar5e
-waar5ste
-wa4b3
-wa2ba
-wa5bl
-w2ad
-wa3dr
-w4ag
-wa2la
-wa3lan
-4wam
-wan4d5r
-wan4gr
-wang5sl
-wa2n1o
-wan3s4
-3wap
-w4ar
-w5arc
-5ward
-war4st
-wars5te
-wart3j
-war4to
-wa2si
-wa4s5l
-wa4s5p
-was5tr
-1wate
-wat5j
-wa3tr
-3way
-2wb
-w1c
-2w1d
-w4doo
-wd3oom
-we2a
-2we2c
-3wed
-wede4
-we2d3i
-we4d3r
-wee4ki
-wee4k3r
-wee3lo
-wee3s4t
-wee5ste
-3weg
-we4g1a
-we4gerv
-weg3l
-we2g3o
-we4g5r
-wei3s
-wei5tj
-we4k3r
-we4le2
-4welem
-we3li
-we2lo
-wel3s
-we2m
-wem3a
-we3me
-we2n
-wena4
-wen3ad
-we3ne4
-we4nem
-we5nen.
-wen5enk
-we3ni
-wen4k3a
-wen3o
-wen5to
-wer2f
-4werg
-wer4ka
-wer4k5l
-wer4kn
-wer4k3o
-wer4k3r
-werk5ru
-wer4k3u4
-wer4k3w
-wer4p3a
-wer4p3l
-wer4pr
-wer4s
-wer5ste
-we2s3
-we3spo
-wes4t5o
-3wet.
-we2th
-we2t3j
-wet4st
-we2t3u
-2wex
-wezen4s5
-2w1f
-w1g
-w1h
-wie4la
-wie4t
-w4ij
-3wijd
-wij4ka
-wij4s
-wijs3l
-wijs3p
-wijs5ta
-wi4k
-3wil
-wind3a
-win4d3r
-w4ing
-2winr
-win2s
-winst5aa
-winst5r
-wi4t3h
-wit3j
-wi2t3o4
-wit3r
-w1j
-2w1k
-2w1l
-4w1m
-2wn
-wn3ac
-w3ne
-w3ni
-w3no
-w3ob
-w2oe
-woes3
-woest5a
-wo4l
-wol3a
-wolf4s5
-woon5sf
-woor4d5r
-wor4g3e
-w1p
-wren4st
-wrens5te.
-2ws
-ws3a2
-w3sc
-w1sl
-w2s3le
-w3som
-w3sp
-ws2pl
-w4spr
-w5spra
-w1s4t
-w4stij
-2wt
-wtes3
-wtje5sp
-w1to
-w1tr
-wu2
-wva2
-w1w
-xaf4
-xa3g
-xamen5t
-xan3
-xan5t
-x1c
-x4e
-xen4d
-xe3ro
-x1f
-x1h
-xie4t
-xi3g
-xi5o
-xi3sta
-xi3sto
-xi4t3i
-x3l
-x1m
-xo3no
-x4op
-xo3s4
-x1p
-xpre2
-xpres5
-x3r
-x3so
-x3sp
-x1t
-x2tak
-xtie2
-x3w
-xy3
-y1a
-ya3s4
-ya4s5p
-y3at
-yba2l3
-yber4t3
-y1c
-ycho3
-y3co
-y1d4
-ydi3a
-y5dr
-ydro3
-y1e
-yes3
-y3^^e9s
-y3^^e8
-y1f
-y1g
-ygu2
-y1h
-y1i
-y4in
-y5is
-yksge4
-y3la
-yl3al
-y3le
-y4l3et
-y3lo
-ylo3l
-ym2f5l
-ym5pa
-y3na
-yn3er
-y3no
-yn1t
-y1o
-y3on
-y3os
-yo3t
-y1p
-y3p4h
-ypo3
-ypot4
-yp3s
-yp5si
-y1r
-y3r4e
-y5ri
-ys3
-y1s4a
-y3s4c
-y5s4e
-yse5t
-y3s4f
-y3s4h
-ys4i
-y3s4o
-y3s4p
-ys5pl
-ys4ta
-ys5tr
-y3sy
-y1t
-yt3hu
-yto3
-y2tof
-ytop4
-yu5a
-y3ui
-y3u2r
-yvari5
-y1w4
-1z
-4z.
-zaar5t
-za3f2
-zags4t
-za2k3a
-zak3r
-zan2d
-zand5a4
-zan3di
-zan4dr
-zang3s
-za3po
-za3s4
-4zb
-4zc
-4zd
-z4e
-zee3k
-zeel5d
-zee3r4o
-zeero5v
-zeer5s
-zee3s4
-ze5ge
-zeg4sl
-zei3sp
-ze5k
-zel5dr
-ze3lem
-zel2f1
-zel4so
-zen4d3a
-ze4nin
-zen5k
-zen3o4
-zen4og
-ze3non
-ze4r3a
-ze3ro
-zer2s
-zer4s5e
-ze4s3
-ze5sch
-zes5e
-zes5l
-ze5ste
-ze2t3a
-ze2t3h
-ze4ti
-ze2t3j
-ze2t3r
-zeve2
-zeven3
-4zf
-4zg
-2z3h
-z2i
-ziek3l
-zie4k3o
-ziek3w
-ziel4s
-zie5sl
-3zif
-zi2g5a
-zij5kl
-zij3po
-zij5s4
-zik2w
-zi4n3a4
-zings3
-zin4k3l
-zin4s
-zins3t
-zins5ta
-zin5str
-zi3o5
-zipi3
-zi4t
-zit3e
-zit3j
-zit3u4
-4z3k
-4z3l
-4zm
-zodi5
-zoet3j
-zoet5ste
-zo3f2
-zoi4
-zo5ie
-zo3la
-zome4
-zo2na
-zon3sf
-zon5ta
-zooi5tj
-zo1p
-zor4g3a
-zor4gl
-zor4gr
-zo2t
-zot3h
-zo3tr
-zo3v
-4z3p
-4z3r
-2zs
-4z5t
-zui4d3i
-zui4dr
-zus3
-2zv
-z4w
-zwets5te.
-5zy
-2z3z
-zz3in
-zz3or
-z4z5w
-# liblouis: Croatian grade 1 Braille
-#
-# Copyright (C) 2017. Zlatko Sobočan <zlatko.sobocan@tifloglobus.hr>
-# by company Tiflo globus d.o.o. <http://www.tifloglobus.hr>
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-
-#-------------------------------------------------------------------------------
-#
-#  Croatian grade 1 Braille
-#  Version: 2017-06-15
-# Created and maintained: Zlatko Sobočan <zlatko.sobocan@tifloglobus.hr>
-# by company Tiflo globus d.o.o. <http://www.tifloglobus.hr>
-# Especially thanks Arend Arends <arend.arends@hccnet.nl> by TactileView for testing.
-# If you found bugs with Croatian grade1 table, report it with following address:
-# Zlatko Sobočan <zlatko.sobocan@tifloglobus.hr>
-#
-#-------------------------------------------------------------------------------
-
-# --- Braille indicator opcodes ------------------------------------------------
-
-# letsign 6
-capsletter 46
-begcapsword 45
-endcapsword 6
-numsign 3456
-
-emphclass italic
-emphclass underline
-emphclass bold
-begemphphrase italic 456-13-456
-endemphphrase italic after 456
-lenemphphrase italic 4
-begemphword italic 456
-endemphword italic 6
-emphletter italic 456
-begemphphrase underline 36-36
-endemphphrase underline after 36-36
-lenemphphrase underline 1
-begemphword underline 36-36
-endemphword underline 6
-emphletter underline 36-36
-begemphphrase bold 456-134-456
-endemphphrase bold after 456-456
-lenemphphrase bold 4
-begemphword bold 456-456
-endemphword bold 6
-emphletter bold 456-456
-# Underlined the words with content in "literal" section:
-# begcomp 36-36
-# endcomp 36-36
-
-# --- Special Processing Opcodes -----------------------------------------------
-#capsnocont
-
-# --- Translation opcodes ------------------------------------------------------
-
-always \\ 34
-prepunc " 2356 Navodnik
-prepunc « 2356
-prepunc » 2356
-endnum " 2356
-postpunc " 2356
-postpunc » 2356
-postpunc « 2356
-always # 6-3456
-endnum .a 3-6-1
-endnum .b 3-6-12
-endnum .c 3-6-14
-endnum .d 3-6-145
-endnum .e 3-6-15
-endnum .f 3-6-124
-endnum .g 3-6-1245
-endnum .h 3-6-125
-endnum .i 3-6-24
-endnum .j 3-6-245
-always .\s.\s. 3-3-3
-always .\s, 3-2
-always \x0027\x0027 2356
-prepunc \x2039 2356 Pametni navodnik, otvoren
-prepunc \x203a 2356
-prepunc \x2018 2356
-prepunc \x2019 2356
-postpunc \x2039 2356 Pametni navodnik, zatvoren
-postpunc \x203a 2356
-postpunc \x2018 2356
-postpunc \x2019 2356
-
-include litdigits6Dots.uti
-numericmodechars .,
-nocontractsign 6
-numericnocontchars abcdefghij
-
-endnum \s% 3456-245-356 Postotak
-endnum \s%) 3456-245-356-6-356
-always % 3456-245-356
-always %) 3456-245-356-6-356
-endnum \s\x2030 3456-245-356-356 Promil
-endnum \x2030\x0029 3456-245-356-356-6-356
-always \x2030\x0029 3456-245-356-356-6-356
-always \s\x2031 3456-245-356-356-356
-endnum \s° 45-356 Stupanj
-endnum °) 45-356-6-356
-endnum \s°) 45-356-6-356
-endnum \s°C 45-356-46-14
-endnum \s°F 45-356-46-124
-always °) 45-356-6-356
-always °C 45-356-46-14
-always °F 45-356-46-124
-always \s\x2032 45-256 Minuta
-always \x2032\x0027 45-256-6-256
-always \s\x2033 45-256-256 Sekunda
-always \x2033\x0027 45-256-256-6-256
-begnum § 4-346 Članak
-joinnum § 4-346
-
-endnum .-- 3-36-36
-endnum ,-- 2-36-36
-#always \x2013 36 en crtica
-#always \x2014 36 EM crtica
-always | 6-45 Okomita crta
-
-joinnum € 5-15 Euro
-joinnum £ 5-123 Pfund
-joinnum $ 5-145 Dollar
-joinnum ¢ 5-14 Cent
-joinnum ¥ 5-13456 Yen
-
-# Minus:
-begnum - 4-36
-midnum - 4-36
-midnum -- 36
-midnum -( 4-36-236
-midnum -[ 4-36-6-12356
-midnum -{ 4-36-12356
-midnum \s\x2212\s 0-4-36-0
-midnum \s\x2212 0-4-36
-midnum \x2212 4-36
-always \x2212 4-36
-hyphen - 36
-# Plus Minus:
-midnum \s±\s 0-4-235-36-0
-midnum \s± 0-4-235-36
-midnum ± 4-235-36
-always ± 4-235-36
-# jednako je:
-midnum \s=\s 0-4-2356-0
-midnum \s= 0-4-2356
-midnum = 4-2356
-always = 4-2356
-# Različito:
-midnum \s\x2260\s 0-4-256-2356
-midnum \s\x2260 0-4-256-2356
-midnum \x2260 4-256-2356
-always \x2260 4-256-2356
-# Kongruentno:
-midnum \s\x2261\s 0-4-2356-2356
-midnum \s\x2261 0-4-2356-2356
-midnum \x2261 4-2356-2356
-always \x2261 4-2356-2356
-# Sličan (Äquivalent):
-midnum \s\x2259\s 0-4-26
-midnum \s\x2259 0-4-26
-midnum \x2259 4-26
-always \x2259 4-26
-# Približan:
-midnum \s\x2245\s 0-4-26-26
-midnum \s\x2245 0-4-26-26
-midnum \x2245 4-26-26
-always \x2245 4-26-26
-# Kartezijev produkt (puta kao x):
-midnum x 4-236
-# Puta:
-midnum \s×\s 0-4-3-0
-midnum \s× 0-4-3
-midnum × 4-3
-always × 4-3
-# Puta (kao zvjezdica):
-midnum \s\x2217\s 0-4-3-0
-midnum \s\x2217 0-4-3
-midnum \x2217 4-3
-midnum \s*\s 0-4-3-0
-midnum \s* 0-4-3
-midnum * 4-3
-endnum )* 356-4-3
-midnum )* 356-4-3
-always )* 356-4-3
-begnum *( 4-3-236
-endnum *( 4-3-236
-always *( 4-3-236
-begnum *[ 4-3-6-12356
-endnum *[ 4-3-6-12356
-always *[ 4-3-6-12356
-always ]* 6-23456-4-3
-begnum ]* 6-23456-4-3
-endnum ]* 6-23456-4-3
-always *{ 4-3-12356
-begnum }* 23456-4-3
-endnum }* 23456-4-3
-always }* 23456-4-3
-# Puta (kao točka u sredini):
-midnum \s\x22c5\s 0-4-3-0
-midnum \s\x22c5 0-4-3
-midnum \x22c5 4-3
-# Puta (kao zvjezda):
-midnum \s\x22c6\s 0-4-3-0
-midnum \s\x22c6 0-4-3
-midnum \x22c6 4-3
-# Podijeljeno sa:
-midnum \s÷\s 0-4-25-0
-midnum \s÷ 0-4-25
-midnum ÷ 4-25
-always ÷ 4-25
-midnum \s\x2215\s 0-4-25-0
-midnum \s\x2215 0-4-25
-midnum \x2215 4-25
-always \x2215 4-25
-# Proportional:
-midnum \s~\s 0-4-26-0
-midnum \s~ 0-4-26
-midnum ~ 4-26
-midnum \s\x223C\s 0-4-25-25
-midnum \s\x223C 0-4-25-25
-midnum \x223C 0-4-25-25
-always \x223C 4-25-25
-# Manji od:
-midnum \s<\s 0-246-3
-midnum \s< 0-246-3
-midnum < 246-3
-always < 246-3
-# Manji ili jednak:
-midnum \s\x2264\s 0-246-2356
-midnum \s\x2264 0-246-2356
-midnum \x2264 0-246-2356
-always \x2264 4-246-2356
-midnum \s\x2266\s 0-246-2356
-midnum \s\x2266 0-246-2356
-midnum \x2266 0-246-2356
-always \x2266 4-246-2356
-# Veći od:
-midnum \s>\s 0-135-2
-midnum \s> 0-135-2
-midnum > 0-135-2
-always > 135-2
-# Veći ili jednak:
-midnum \s\x2265\s 0-135-2356
-midnum \s\x2265 0-135-2356
-midnum \x2265 0-135-2356
-always \x2265 4-135-2356
-midnum \s\x2267\s 0-135-2356
-midnum \s\x2267 0-135-2356
-midnum \x2267 0-135-2356
-always \x2267 4-135-2356
-
-#----------- SPECIAL SYLLABLES -----------------------------------------------
-
-always \x0044\x017D 12456			# LATIN CAPITAL LETTER D + LATIN CAPITAL LETTER Z WITH CARON
-always \x0044\x017E 12456			# LATIN CAPITAL LETTER D + LATIN SMALL LETTER Z WITH CARON
-always \x0064\x017E 12456			# LATIN SMALL LETTER D + LATIN SMALL LETTER Z WITH CARON
-always LJ 126						# LJ
-always Lj 126						# Lj
-always lj 126						# lj
-always NJ 1246						# NJ
-always Nj 1246						# Nj
-always nj 1246						# nj
-
-#----------- SPECIAL WORDS ---------------------------------------------------
-
-always džanr 145-2346-1-1345-1235
-always injekc 24-1345-245-15-13-14
-always injekt 24-1345-245-15-13-2345
-always konjunk 13-135-1345-245-136-1345-13
-always konjug 13-135-1345-245-136-1245
-always nadživ 1345-1-145-2346-24-1236
-always odživ 135-145-2346-24-1236
-always predživot 1234-1235-15-145-2346-24-1236-135-2345
-always tanjug 2345-1-1345-245-136-1245
-
-# ----------- Special character sequences -------------------------------------
-
-literal :// URLs
-literal www.
-literal @ Mail-address
-
-literal .at
-literal .ba
-literal .be
-literal .ch
-literal .com
-literal .cz
-literal .de
-literal .edu
-literal .es
-literal .fr
-literal .gov
-literal .hr
-literal .hu
-literal .info
-literal .it
-literal .me
-literal .mk
-literal .mil
-literal .net
-literal .org
-literal .rs
-literal .ru
-literal .se
-literal .uk
-
-literal .doc
-literal .docx
-literal .htm
-literal .html
-literal .mht
-literal .pdf
-literal .pps
-literal .ppsx
-literal .ppt
-literal .rtf
-literal .tex
-literal .txt
-literal .xls
-literal .xlsx
-
-literal .avi
-literal .flac
-literal .gif
-literal .ico
-literal .jpg
-literal .mp3
-literal .mp4
-literal .ogg
-literal .png
-literal .vob
-literal .wav
-literal .wma
-
-literal .7z
-literal .arc
-literal .arh
-literal .gz
-literal .gzip
-literal .jar
-literal .rar
-literal .tar
-literal .zip
-literal .zipx
-
-
-#-display-name: Assamese braille
-
-#+locale:as
-#+type:literary
-#+grade:1
-
-# TODO: Please correct the metadata above. It is not meant to be
-# accurate nor complete. It hasn't been verified by the table
-# author yet. It is merely an attempt by the liblouis maintainers
-# to get some sensible initial values in place.
-
-# TODO: Please add a reference to official documentation about
-# the implemented braille code. Preferably submit the documents
-# to https://github.com/liblouis/braille-specs.
-
-include spaces.ctb
-include as-in-g1.utb
-include braille-patterns.cti
-# liblouis: Hebrew Table
-# 
-#  Copyright (C) 1995-2009 by The BRLTTY Developers.
-#  Copyright (C) 2009 Samuel Thibault <samuel.thibault@ens-lyon.org>
-#  Copyright (C) 2012 Mesar Hameed <mesar.hameed@gmail.com>
-#  Copyright (C) 2014 Adi Kushnir <adikushnir@gmail.com>
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-#
-# This table is based on the new unified Hebrew Braille code standard
-# that was put together on January 2014 after a conference with all of
-# the specialists in this field in Israel. It includes improved
-# representation of Hebrew letters, special letters that are called
-# Nikud, and punctuation symbols. The old Braille standard is not
-# relevant any more.
-
-# generated by ttbtest
-space	\s	0	# SPACE
-punctuation	!	2358	# EXCLAMATION MARK
-punctuation	"	5	# QUOTATION MARK
-punctuation	#	3456	# NUMBER SIGN
-punctuation	$	1246	# DOLLAR SIGN
-punctuation	%	1467	# PERCENT SIGN
-punctuation	&	2346	# AMPERSAND
-punctuation	'	3	# APOSTROPHE
-punctuation	(	12356	# LEFT PARENTHESIS
-punctuation	)	23456	# RIGHT PARENTHESIS
-punctuation	*	16	# ASTERISK
-punctuation	+	346	# PLUS SIGN
-punctuation	,	6	# COMMA
-punctuation	-	36	# HYPHEN-MINUS
-punctuation	.	256	# FULL STOP
-punctuation	/	34	# SOLIDUS
-include loweredDigits6Dots.uti
-punctuation	:	25	# COLON
-punctuation	;	56	# SEMICOLON
-punctuation	<	126	# LESS-THAN SIGN
-punctuation	=	123456	# EQUALS SIGN
-punctuation	>	345	# GREATER-THAN SIGN
-punctuation	?	268	# QUESTION MARK
-punctuation	@	47	# COMMERCIAL AT
-uppercase	A	17	# LATIN CAPITAL LETTER A
-uppercase	B	127	# LATIN CAPITAL LETTER B
-uppercase	C	147	# LATIN CAPITAL LETTER C
-uppercase	D	1457	# LATIN CAPITAL LETTER D
-uppercase	E	157	# LATIN CAPITAL LETTER E
-uppercase	F	1247	# LATIN CAPITAL LETTER F
-uppercase	G	12457	# LATIN CAPITAL LETTER G
-uppercase	H	1257	# LATIN CAPITAL LETTER H
-uppercase	I	247	# LATIN CAPITAL LETTER I
-uppercase	J	2457	# LATIN CAPITAL LETTER J
-uppercase	K	137	# LATIN CAPITAL LETTER K
-uppercase	L	1237	# LATIN CAPITAL LETTER L
-uppercase	M	1347	# LATIN CAPITAL LETTER M
-uppercase	N	13457	# LATIN CAPITAL LETTER N
-uppercase	O	1357	# LATIN CAPITAL LETTER O
-uppercase	P	12347	# LATIN CAPITAL LETTER P
-uppercase	Q	123457	# LATIN CAPITAL LETTER Q
-uppercase	R	12357	# LATIN CAPITAL LETTER R
-uppercase	S	2347	# LATIN CAPITAL LETTER S
-uppercase	T	23457	# LATIN CAPITAL LETTER T
-uppercase	U	1367	# LATIN CAPITAL LETTER U
-uppercase	V	12367	# LATIN CAPITAL LETTER V
-uppercase	W	24567	# LATIN CAPITAL LETTER W
-uppercase	X	13467	# LATIN CAPITAL LETTER X
-uppercase	Y	134567	# LATIN CAPITAL LETTER Y
-uppercase	Z	13567	# LATIN CAPITAL LETTER Z
-punctuation	[	2467	# LEFT SQUARE BRACKET
-punctuation	\\	12567	# REVERSE SOLIDUS
-punctuation	]	124567	# RIGHT SQUARE BRACKET
-punctuation	^	457	# CIRCUMFLEX ACCENT
-punctuation	_	4567	# LOW LINE
-punctuation	`	4	# GRAVE ACCENT
-lowercase	a	1	# LATIN SMALL LETTER A
-lowercase	b	12	# LATIN SMALL LETTER B
-lowercase	c	14	# LATIN SMALL LETTER C
-lowercase	d	145	# LATIN SMALL LETTER D
-lowercase	e	15	# LATIN SMALL LETTER E
-lowercase	f	124	# LATIN SMALL LETTER F
-lowercase	g	1245	# LATIN SMALL LETTER G
-lowercase	h	125	# LATIN SMALL LETTER H
-lowercase	i	24	# LATIN SMALL LETTER I
-lowercase	j	245	# LATIN SMALL LETTER J
-lowercase	k	13	# LATIN SMALL LETTER K
-lowercase	l	123	# LATIN SMALL LETTER L
-lowercase	m	134	# LATIN SMALL LETTER M
-lowercase	n	1345	# LATIN SMALL LETTER N
-lowercase	o	135	# LATIN SMALL LETTER O
-lowercase	p	1234	# LATIN SMALL LETTER P
-lowercase	q	12345	# LATIN SMALL LETTER Q
-lowercase	r	1235	# LATIN SMALL LETTER R
-lowercase	s	234	# LATIN SMALL LETTER S
-lowercase	t	2345	# LATIN SMALL LETTER T
-lowercase	u	136	# LATIN SMALL LETTER U
-lowercase	v	1236	# LATIN SMALL LETTER V
-lowercase	w	2456	# LATIN SMALL LETTER W
-lowercase	x	1346	# LATIN SMALL LETTER X
-lowercase	y	13456	# LATIN SMALL LETTER Y
-lowercase	z	1356	# LATIN SMALL LETTER Z
-punctuation	{	236	# LEFT CURLY BRACKET
-punctuation	|	1256	# VERTICAL LINE
-punctuation	}	12456	# RIGHT CURLY BRACKET
-punctuation	~	45	# TILDE
-punctuation	\x00a0	0	# NO-BREAK SPACE
-punctuation	\x05b1	26	# HEBREW POINT HATAF SEGOL
-punctuation	\x05b2	25	# HEBREW POINT HATAF PATAH
-punctuation	\x05b3	345	# HEBREW POINT HATAF QAMATS
-punctuation	\x05b4	24	# HEBREW POINT HIRIQ
-punctuation	\x05b5	34	# HEBREW POINT TSERE
-punctuation	\x05b6	15	# HEBREW POINT SEGOL
-punctuation	\x05b7	14	# HEBREW POINT PATAH
-punctuation	\x05b8	126	# HEBREW POINT QAMATS
-punctuation	\x05b9	135	# HEBREW POINT HOLAM
-punctuation	\x05bb	136	# HEBREW POINT QUBUTS
-letter	\x05d0	1	# HEBREW LETTER ALEF
-letter	\x05d1	1236	# HEBREW LETTER BET
-letter	\x05d2	1245	# HEBREW LETTER GIMEL
-letter	\x05d3	145	# HEBREW LETTER DALET
-letter	\x05d4	125	# HEBREW LETTER HE
-letter	\x05d5	2456	# HEBREW LETTER VAV
-letter	\x05d6	1356	# HEBREW LETTER ZAYIN
-letter	\x05d7	1346	# HEBREW LETTER HET
-letter	\x05d8	2345	# HEBREW LETTER TET
-letter	\x05d9	245	# HEBREW LETTER YOD
-letter	\x05da	168	# HEBREW LETTER FINAL KAF
-letter	\x05db	16	# HEBREW LETTER KAF
-letter	\x05dc	123	# HEBREW LETTER LAMED
-letter	\x05dd	1348	# HEBREW LETTER FINAL MEM
-letter	\x05de	134	# HEBREW LETTER MEM
-letter	\x05df	13458	# HEBREW LETTER FINAL NUN
-letter	\x05e0	1345	# HEBREW LETTER NUN
-letter	\x05e1	234	# HEBREW LETTER SAMEKH
-letter	\x05e2	1246	# HEBREW LETTER AYIN
-letter	\x05e3	1248	# HEBREW LETTER FINAL PE
-letter	\x05e4	1234	# HEBREW LETTER PE
-letter	\x05e5	23468	# HEBREW LETTER FINAL TSADI
-letter	\x05e6	2346	# HEBREW LETTER TSADI
-letter	\x05e7	12345	# HEBREW LETTER QOF
-letter	\x05e8	1235	# HEBREW LETTER RESH
-letter	\x05e9	146	# HEBREW LETTER SHIN
-letter	\x05ea	1456	# HEBREW LETTER TAV
-space	\x2002	0	# EN SPACE
-space	\x2003	0	# EM SPACE
-space	\x2004	0	# THREE-PER-EM SPACE
-space	\x2005	0	# FOUR-PER-EM SPACE
-space	\x2006	0	# SIX-PER-EM SPACE
-punctuation	\x2007	0	# FIGURE SPACE
-space	\x2008	0	# PUNCTUATION SPACE
-space	\x2009	0	# THIN SPACE
-space	\x200a	0	# HAIR SPACE
-punctuation	\x202f	0	# NARROW NO-BREAK SPACE
-space	\x205f	0	# MEDIUM MATHEMATICAL SPACE
-letter	\xfb1d	35	# HEBREW LETTER YOD WITH HIRIQ
-letter	\xfb2a	146	# HEBREW LETTER SHIN WITH SHIN DOT
-letter	\xfb2b	156	# HEBREW LETTER SHIN WITH SIN DOT
-letter	\xfb31	12	# HEBREW LETTER BET WITH DAGESH
-letter	\xfb35	346	# HEBREW LETTER VAV WITH DAGESH
-letter	\xfb3a	13	# HEBREW LETTER FINAL KAF WITH DAGESH
-letter	\xfb3b	13	# HEBREW LETTER KAF WITH DAGESH
-letter	\xfb43	1234	# HEBREW LETTER FINAL PE WITH DAGESH
-letter	\xfb44	1234	# HEBREW LETTER PE WITH DAGESH
-letter	\xfb4a	1256	# HEBREW LETTER TAV WITH DAGESH
-# liblouis English, U.S. (EBAE) character definitions table
-#
-#  Based on the Linux screenreader BRLTTY, copyright (C) 1999-2006 by
-#  The BRLTTY Team
-#
-#  Copyright (C) 2004-2006 ViewPlus Technologies, Inc. www.viewplus.com
-#  Copyright (C) 2004-2006 JJB Software, Inc. www.jjb-software.com
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-
-# Computer braille single-cell characters
-space \s 0 blank
-space \t 9 tab
-space \x000a 0 newline
-space \x000c 0
-space \x000d 0 carriage return
-space \x001b 1b escape character for html back-translation
-space \x00A0 a NO-BREAK SPACE <noBreak> 0020 NON-BREAKING SPACE 
-include loweredDigits6Dots.uti
-
-include latinLetterDef6Dots.uti
-
-punctuation ( 12356
-punctuation } 12456
-punctuation ] 124567
-punctuation ? 1456
-punctuation : 156
-punctuation ) 23456
-punctuation ! 2346
-punctuation { 246
-punctuation [ 2467
-punctuation ' 3
-punctuation - 36
-punctuation . 46
-punctuation " 5
-punctuation ; 56
-punctuation , 6
-sign & 12346
-sign $ 1246
-sign | 1256
-sign \\ 12567
-sign % 146
-sign * 16
-sign # 3456
-punctuation ` 4
-sign _ 456
-sign ^ 457
-sign @ 47
-math = 123456
-math < 126
-math / 34
-math > 345
-math + 346
-math ~ 45
-
-noback sign \X25CF 16 # 9679 black circle
-#-name: British English grade 2
-#-display-name: U.K. English contracted braille
-
-#+locale:en-GB
-#+type:literary
-#+contraction:full
-#+grade:2
-#+hyphenation:yes
-
-# TODO: Please correct the metadata above. It is not meant to be
-# accurate nor complete. It hasn't been verified by the table
-# author yet. It is merely an attempt by the liblouis maintainers
-# to get some sensible initial values in place.
-
-# TODO: Please add a reference to official documentation about
-# the implemented braille code. Preferably submit the documents
-# to https://github.com/liblouis/braille-specs.
-
-include en-GB-g2.ctb
-include hyph_en_US.dic
-include braille-patterns.cti
-# liblouis: Russian letters character definition table
-#
-#  Copyright (C) 2013 Igor B. Poretsky <poretsky@mlbox.ru>
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 3 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-
-# This table contains character definitions for unicode cyrillic letters.
-# All dot-patterns have dot 9 set to make them distinguishable from the latins.
-# Dot 7 indicates uppercase letters.
-
-uplow \x0410\x0430 179,19
-uplow \x0411\x0431 1279,129
-uplow \x0412\x0432 245679,24569
-uplow \x0413\x0433 124579,12459
-uplow \x0414\x0434 14579,1459
-uplow \x0415\x0435 1579,159
-uplow \x0416\x0436 24579,2459
-uplow \x0417\x0437 135679,13569
-uplow \x0418\x0438 2479,249
-uplow \x0419\x0439 1234679,123469
-uplow \x041A\x043A 1379,139
-uplow \x041B\x043B 12379,1239
-uplow \x041C\x043C 13479,1349
-uplow \x041D\x043D 134579,13459
-uplow \x041E\x043E 13579,1359
-uplow \x041F\x043F 123479,12349
-uplow \x0420\x0440 123579,12359
-uplow \x0421\x0441 23479,2349
-uplow \x0422\x0442 234579,23459
-uplow \x0423\x0443 13679,1369
-uplow \x0424\x0444 12479,1249
-uplow \x0425\x0445 12579,1259
-uplow \x0426\x0446 1479,149
-uplow \x0427\x0447 1234579,123459
-uplow \x0428\x0448 15679,1569
-uplow \x0429\x0449 134679,13469
-uplow \x042A\x044A 1235679,123569
-uplow \x042B\x044B 234679,23469
-uplow \x042C\x044C 2345679,234569
-uplow \x042D\x044D 24679,2469
-uplow \x042E\x044E 125679,12569
-uplow \x042F\x044F 124679,12469
-uplow \x0401\x0451 1679,169
-# Liblouis: Danish table for 8 dots computer Braille (G0)
-#
-#  Copyright (C) 2014-2017, Bue Vester-Andersen <bue@vester-andersen.dk>
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-#
-#------------
-#
-# This  is the Danish table for 8 dots computer Braille.
-# Use this table for translation and back-translation of Danish 8 dots computer Braille (Octo-Braille).
-#
-# Version: Bue Vester-Andersen, 170604
-
-### Table Metadata
-
-#-name: Dansk computer
-#-display-name: Danish computer braille
-
-#+locale: da
-#+type: computer
-#+contraction: no
-#+grade: 0
-#+dots: 8
-#+direction: both
-
-### Character definitions
-
-# Display upcodes
-include da-dk-octobraille.dis
-
-sign \x0000 8 NULL
-sign \x0001 178 START OF HEADING
-sign \x0002 1278 START OF TEXT
-sign \x0003 1478 END OF TEXT
-sign \x0004 14578 END OF TRANSMISSION
-sign \x0005 24568 ENQUIRY
-sign \x0006 12478 ACKNOWLEDGE
-sign \x0007 124578 BELL
-sign \x0008 12578 BACKSPACE
-space \t 2478 CHARACTER TABULATION
-space \n 678 LINE FEED (LF)
-space \v 1368 LINE TABULATION
-space \f 12378 FORM FEED (FF)
-space \r 257 CARRIAGE RETURN (CR)
-sign \x000e 134578 SHIFT OUT
-sign \x000f 12358 SHIFT IN
-sign \x0010 123478 DATA LINK ESCAPE
-sign \x0011 1234578 DEVICE CONTROL ONE
-sign \x0012 13568 DEVICE CONTROL TWO
-sign \x0013 4578 DEVICE CONTROL THREE
-sign \x0014 268 DEVICE CONTROL FOUR
-sign \x0015 13678 NEGATIVE ACKNOWLEDGE
-sign \x0016 278 SYNCHRONOUS IDLE
-sign \x0017 3578 END OF TRANSMISSION BLOCK
-sign \x0018 78 CANCEL
-sign \x0019 68 END OF MEDIUM
-sign \x001a 135678 SUBSTITUTE
-sign \x001b 2678 ESCAPE
-sign \x001c 45678 INFORMATION SEPARATOR FOUR
-sign \x001d 12368 INFORMATION SEPARATOR THREE
-sign \x001e 1234678 INFORMATION SEPARATOR TWO
-sign \x001f 235678 INFORMATION SEPARATOR ONE
-space \s 0 SPACE
-punctuation ! 235 EXCLAMATION MARK
-punctuation " 2356 QUOTATION MARK
-punctuation # 34568 NUMBER SIGN
-sign $ 25678 DOLLAR SIGN
-math % 24578 PERCENT SIGN
-sign & 123468 AMPERSAND
-punctuation ' 4 APOSTROPHE
-punctuation ( 2368 LEFT PARENTHESIS
-punctuation ) 3568 RIGHT PARENTHESIS
-punctuation * 35 ASTERISK
-math + 2358 PLUS SIGN
-punctuation , 2 COMMA
-punctuation - 368 HYPHEN-MINUS
-punctuation . 3 FULL STOP
-punctuation / 348 SLASH
-include digits8Dots.uti
-punctuation : 25 COLON
-punctuation ; 23 SEMICOLON
-math < 358 LESS-THAN SIGN
-math = 23568 EQUALS SIGN
-math > 267 GREATER-THAN SIGN
-punctuation ? 26 QUESTION MARK
-sign @ 478 COMMERCIAL AT
-uppercase A 17 Latin capital letter A
-uppercase B 127 Latin capital letter B
-uppercase C 147 Latin capital letter C
-uppercase D 1457 Latin capital letter D
-uppercase E 157 Latin capital letter E
-uppercase F 1247 Latin capital letter F
-uppercase G 12457 Latin capital letter G
-uppercase H 1257 Latin capital letter H
-uppercase I 247 Latin capital letter I
-uppercase J 2457 Latin capital letter J
-uppercase K 137 Latin capital letter K
-uppercase L 1237 Latin capital letter L
-uppercase M 1347 Latin capital letter M
-uppercase N 13457 Latin capital letter N
-uppercase O 1357 Latin capital letter O
-uppercase P 12347 Latin capital letter P
-uppercase Q 123457 Latin capital letter Q
-uppercase R 12357 Latin capital letter R
-uppercase S 2347 Latin capital letter S
-uppercase T 23457 Latin capital letter T
-uppercase U 1367 Latin capital letter U
-uppercase V 12367 Latin capital letter V
-uppercase W 24567 Latin capital letter W
-uppercase X 13467 Latin capital letter X
-uppercase Y 134567 Latin capital letter Y
-uppercase Z 13567 Latin capital letter Z
-punctuation [ 23678 LEFT SQUARE BRACKET
-punctuation \\ 347 REVERSE SLASH
-punctuation ] 35678 RIGHT SQUARE BRACKET
-punctuation ^ 12348 CIRCUMFLEX ACCENT
-punctuation _ 3678 LOW LINE
-punctuation ` 5 GRAVE ACCENT
-lowercase a 1 Latin small letter A
-lowercase b 12 Latin small letter B
-lowercase c 14 Latin small letter C
-lowercase d 145 Latin small letter D
-lowercase e 15 Latin small letter E
-lowercase f 124 Latin small letter F
-lowercase g 1245 Latin small letter G
-lowercase h 125 Latin small letter H
-lowercase i 24 Latin small letter I
-lowercase j 245 Latin small letter J
-lowercase k 13 Latin small letter K
-lowercase l 123 Latin small letter L
-lowercase m 134 Latin small letter M
-lowercase n 1345 Latin small letter N
-lowercase o 135 Latin small letter O
-lowercase p 1234 Latin small letter P
-lowercase q 12345 Latin small letter Q
-lowercase r 1235 Latin small letter R
-lowercase s 234 Latin small letter S
-lowercase t 2345 Latin small letter T
-lowercase u 136 Latin small letter U
-lowercase v 1236 Latin small letter V
-lowercase w 2456 Latin small letter W
-lowercase x 1346 Latin small letter X
-lowercase y 13456 Latin small letter Y
-lowercase z 1356 Latin small letter Z
-punctuation { 123678 LEFT CURLY BRACKET
-punctuation | 4568 VERTICAL LINE
-punctuation } 345678 RIGHT CURLY BRACKET
-punctuation ~ 467 TILDE
-sign \x007f 7 DELETE
-sign \x20AC 1578 #EURO SIGN (0x80)
-sign \x0081 45 <control-0081>
-punctuation \x201A 457 #Low single quote (0x82)
-sign \x0192 58 #Flurihn (0x83)
-punctuation \x201E 2378 #Low quote (0x84)
-punctuation \x2026 6 #Elipsis (0x85)
-sign \x2020 2357 #Dagger (0x86
-sign \x2021 23578 #Double dagger (0x87
-sign \x02c6 5678 #Modifier letter circumflex (0x88)
-math \x2030 245678 #permille sign (0x89)
-uppercase \x0160 23478 #Latin  capital Letter S with caron (0x8a/0x9a)
-punctuation \x2039 456 #SINGLE LEFT-POINTING ANGLE QUOTATION MARK (0x8b)
-uppercase \x0152 13578 #Latin capital LIGATURE OE (0x8c)
-sign \x008d 3567 REVERSE LINE FEED (not defined in cp1252)
-uppercase \x017d 3467 #Latin capital letter Z with caron (0x8e)
-sign \x008f 27 SINGLE SHIFT THREE (not defined in cp1252)
-sign \x0090 357 DEVICE CONTROL STRING (not defined in cp1252)
-punctuation \x2018 47 #LEFT SINGLE QUOTATION MARK (0x91)
-punctuation \x2019 48 #RIGHT SINGLE QUOTATION MARK (0x92)
-punctuation \x201c 237 #LEFT DOUBLE QUOTATION MARK (0x93)
-punctuation \x201d 568 #RIGHT DOUBLE QUOTATION MARK (0x94)
-sign \x2022 37 #Bullit (0x95)
-sign \x2013 36 #EN DASH (0x96)
-sign \x2014 367 #Em DASH (0x97)
-sign \x02DC 46 #small TILDE (0x98)
-sign \x2122 234578 #TRADE MARK SIGN (0x99)
-lowercase \x0161 2348 #Latin  lowercase Letter S with caron (0x8a/0x9a)
-punctuation \x203A 4567 #SINGLE RIGHT-POINTING ANGLE QUOTATION MARK (0x9b)
-lowercase \x0153 1358 #Latin small LIGATURE OE (0x9c)
-letter \x009d 2567 OPERATING SYSTEM COMMAND
-lowercase \x017E 346 #Latin small letter Z with caron (0x9e)
-uppercase \x0178 2345678 #Latin capital letter Y with DIAERESIS (0x9f)
-punctuation \x00a0 23458 NO-BREAK SPACE (0xa0)
-punctuation \x00a1 256 INVERTED EXCLAMATION MARK )0xa1)
-punctuation \x00a2 2578 CENT SIGN (0xa2)
-punctuation \x00a3 1238 POUND SIGN (0xa3)
-punctuation \x00a4 2367 CURRENCY SIGN (0xa4)
-punctuation \x00a5 67 YEN SIGN (0xa5)
-punctuation \x00a6 3478 BROKEN BAR (0xa6)
-punctuation \x00a7 578 SECTION SIGN (0xa7)
-punctuation \x00a8 56 DIAERESIS (0xa8)
-punctuation \x00a9 134678 COPYRIGHT SIGN (0xa9)
-letter \x00aa 234678 FEMININE ORDINAL INDICATOR (0xaa)
-punctuation \x00ab 57 LEFT-POINTING DOUBLE ANGLE QUOTATION MARK (0xab)
-punctuation \x00ac 34567 NOT SIGN (0xac)
-letter \x00ad 378 SOFT HYPHEN (0xad)
-punctuation \x00ae 123578 Registered sign (0xae)
-punctuation \x00af 23567 macron (0xaf)
-sign \x00b0 356 Degree sign (0xb0)
-math \x00b1 123458 PLUS-MINUS SIGN
-punctuation \x00b2 238 SUPERSCRIPT TWO
-punctuation \x00b3 258 SUPERSCRIPT THREE
-punctuation \x00b4 468 acute ACCENT
-sign \x00b5 236 MICRO SIGN
-punctuation \x00b6 1234568 PILCROW SIGN
-punctuation \x00b7 38 MIDDLE DOT
-punctuation \x00b8 4678 CEDILLA
-punctuation \x00b9 28 SUPERSCRIPT ONE
-letter \x00ba 12345678 MASCULINE ORDINAL INDICATOR
-punctuation \x00bb 567 RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK
-punctuation \x00bc 13458 VULGAR FRACTION ONE QUARTER
-punctuation \x00bd 458 VULGAR FRACTION ONE HALF
-punctuation \x00be 3456 VULGAR FRACTION THREE QUARTERS
-punctuation \x00bf 34 INVERTED QUESTION MARK
-uppercase \x00c0 123567 Latin capital letter A with GRAVE
-uppercase \x00c1 1235678 Latin capital letter A with acute
-uppercase \x00c2 1678 Latin capital letter A with CIRCUMFLEX
-uppercase \x00c3 14678 Latin capital letter A with TILDE
-uppercase \x00c4 34578 Latin capital letter A with DIAERESIS
-uppercase \x00c5 167 Latin capital letter A with RING ABOVE
-uppercase \x00c6 3457 Latin capital letter AE
-uppercase \x00c7 123467 Latin capital letter C with CEDILLA
-uppercase \x00c8 23467 Latin capital letter E with GRAVE
-uppercase \x00c9 1234567 Latin capital letter E with acute
-uppercase \x00ca 1267 Latin capital letter E with CIRCUMFLEX
-uppercase \x00cb 12467 Latin capital letter E with DIAERESIS
-uppercase \x00cc 15678 Latin capital letter I with GRAVE
-uppercase \x00cd 12678 Latin capital letter I with acute
-uppercase \x00ce 1467 Latin capital letter I with CIRCUMFLEX
-uppercase \x00cf 124567 Latin capital letter I with DIAERESIS
-uppercase \x00d0 1345678 Latin capital letter ETH
-uppercase \x00d1 1245678 Latin capital letter N with TILDE
-uppercase \x00d2 124678 Latin capital letter O with GRAVE
-uppercase \x00d3 34678 Latin capital letter O with acute
-uppercase \x00d4 14567 Latin capital letter O with CIRCUMFLEX
-uppercase \x00d5 145678 Latin capital letter O with TILDE
-uppercase \x00d6 24678 Latin capital letter O with DIAERESIS
-math \x00d7 13468 MULTIPLICATION SIGN
-uppercase \x00d8 2467 Latin capital letter O with STROKE
-uppercase \x00d9 234567 Latin capital letter U with GRAVE
-uppercase \x00da 125678 Latin capital letter U with acute
-uppercase \x00db 1567 Latin capital letter U with CIRCUMFLEX
-uppercase \x00dc 12567 Latin capital letter U with DIAERESIS
-uppercase \x00dd 13478 Latin capital letter Y with acute (infinite?)
-uppercase \x00de 1378 Latin capital letter THORN
-lowercase \x00df 23468 Latin small letter SHARP S
-lowercase \x00e0 12356 Latin small letter A with GRAVE
-lowercase \x00e1 123568 Latin small letter A with acute
-lowercase \x00e2 168 Latin small letter A with CIRCUMFLEX
-lowercase \x00e3 1468 Latin small letter A with TILDE
-lowercase \x00e4 3458 Latin small letter A with DIAERESIS
-lowercase \x00e5 16 Latin small letter A with RING ABOVE
-lowercase \x00e6 345 Latin small letter AE
-lowercase \x00e7 12346 Latin small letter C with CEDILLA
-lowercase \x00e8 2346 Latin small letter E with GRAVE
-lowercase \x00e9 123456 Latin small letter E with acute
-lowercase \x00ea 126 Latin small letter E with CIRCUMFLEX
-lowercase \x00eb 1246 Latin small letter E with DIAERESIS
-lowercase \x00ec 1568 Latin small letter I with GRAVE
-lowercase \x00ed 1268 Latin small letter I with acute
-lowercase \x00ee 146 Latin small letter I with CIRCUMFLEX
-lowercase \x00ef 12456 Latin small letter I with DIAERESIS
-lowercase \x00f0 134568 Latin small letter ETH
-lowercase \x00f1 124568 Latin small letter N with TILDE
-lowercase \x00f2 12468 Latin small letter O with GRAVE
-lowercase \x00f3 3468 Latin small letter O with acute
-lowercase \x00f4 1456 Latin small letter O with CIRCUMFLEX
-lowercase \x00f5 14568 Latin small letter O with TILDE
-lowercase \x00f6 2468 Latin small letter O with DIAERESIS
-math \x00f7 2568 DIVISION SIGN
-lowercase \x00f8 246 Latin small letter O with STROKE
-lowercase \x00f9 23456 Latin small letter U with GRAVE
-lowercase \x00fa 12568 Latin small letter U with acute
-lowercase \x00fb 156 Latin small letter U with CIRCUMFLEX
-lowercase \x00fc 1256 Latin small letter U with DIAERESIS
-lowercase \x00fd 1348 Latin small letter Y with acute
-lowercase \x00fe 138 Latin small letter THORN
-lowercase \x00ff 234568 Latin small letter Y with DIAERESIS
-
-# In CP-1252 the following chars are different from Unicode.
-# This placement ensures that Liblouis will always return the unicode when back-translating.
-sign \x0080 1578 #EURO SIGN (0x80)
-punctuation \x0082 457 #Low single quote (0x82)
-sign \x0083 58 #Flurihn (0x83)
-punctuation \x0084 2378 #Low quote (0x84)
-punctuation \x0085 6 #Elipsis (0x85)
-letter \x0086 2357 #Dagger (0x86
-letter \x0087 23578 #Double dagger (0x87
-letter \x0088 5678 #Modifier letter circumflex (0x88)
-math \x0089 245678 #permille sign (0x89)
-uppercase \x008a 23478 #Latin letter S with caron (0x8a)
-lowercase \x009a 2348
-punctuation \x008b 456 #SINGLE LEFT-POINTING ANGLE QUOTATION MARK (0x8b)
-uppercase \x008c 13578 #Latin LIGATURE OE (0x8c)
-lowercase \x009c 1358
-uppercase \x008e 3467 #Latin capital letter Z with caron (0x8e)
-lowercase \x009e 346
-punctuation \x0091 47 #LEFT SINGLE QUOTATION MARK (0x91)
-punctuation \x0092 48 #RIGHT SINGLE QUOTATION MARK (0x92)
-punctuation \x0093 237 #LEFT DOUBLE QUOTATION MARK (0x93)
-punctuation \x0094 568 #RIGHT DOUBLE QUOTATION MARK (0x94)
-sign \x0095 37 #Bullit (0x95)
-sign \x0096 36 #EN DASH (0x96)
-sign \x0097 367 #Em DASH (0x97)
-sign \x0098 46 #small TILDE (0x98)
-sign \x0099 234578 #TRADE MARK SIGN (0x99)
-punctuation \x009b 4567 #SINGLE RIGHT-POINTING ANGLE QUOTATION MARK (0x9b)
-uppercase \x009f 2345678 #Latin capital letter Y with DIAERESIS (0x9f)
-
-#Unicode Braille patterns
-include braille-patterns.cti
-
-undefined 26
-#
-#  Copyright (C) 2010, 2011 by DocArch <http://www.docarch.be>
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-#
-# -------------------------------------------------------------------------------
-#
-#  Spanish Braille
-#     Created and maintained by Bert Frees <bertfrees@gmail.com>
-#	  with the assistance of Carles Sadurní Anguita <http://www.transcriptor.net/>
-#
-# ----------------------------------------------------------------------------------------------
-
-include es-chardefs.cti
-include braille-patterns.cti
-include es-translation.cti
-
-# ---------------------------------------------------------------------------------------
-#
-#  Copyright (C) 2012 Bert Frees <bertfrees@gmail.com>
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-
-display \x0020 0
-display a 1
-display , 2
-display b 12
-display . 3
-display k 13
-display ; 23
-display l 123
-display " 4
-display c 14
-display i 24
-display f 124
-display | 34
-display m 134
-display s 234
-display p 1234
-display ! 5
-display e 15
-display : 25
-display h 125
-display * 35
-display o 135
-display + 235
-display r 1235
-display > 45
-display d 145
-display j 245
-display g 1245
-display ` 345
-display n 1345
-display t 2345
-display q 12345
-display ' 6
-display 1 16
-display ? 26
-display 2 126
-display - 36
-display u 136
-display ( 236
-display v 1236
-display $ 46
-display 3 146
-display 9 246
-display 6 1246
-display 0 346
-display x 1346
-display ~ 2346
-display & 12346
-display < 56
-display 5 156
-display / 256
-display 8 1256
-display ) 356
-display z 1356
-display = 2356
-display { 12356
-display _ 456
-display 4 1456
-display w 2456
-display 7 12456
-display # 3456
-display y 13456
-display } 23456
-display % 123456
-
-
-# liblouis: Norwegian 8-dot braille table
-#
-#  Copyright (C) 2015 NLB Norwegian library of talking books and braille, http://www.nlb.no/
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-
-# Created August 2015 by Jostein Austvik Jacobsen <jostein@nlb.com> and Ammar Usama <ammar.usama@nlb.no>
-
-# Extend norwegian computer braille table
-include no-no-comp8.ctb
-
-# Added 21.02.2012
-# Updated August 2015
-sign \x20AC 2678       # EURO SIGN (€ - Euro-tegn)
-sign \xFFFE 13458      # NOT USED ( - <Kontrolltegn>)
-sign \x201A 67         # SINGLE LOW-9 QUOTATION MARK (‚ - Enkelt nedre anførselstegn (9))
-sign \x0192 45678      # LATIN SMALL LETTER F WITH HOOK (ƒ - Liten latinsk bokstav f med krok)
-sign \x200E 0          # left to right marker
-sign \x200F 0          # right to left marker
-sign \x201E 3567       # DOUBLE LOW-9 QUOTATION MARK („ - Dobbelt nedre anførselstegn (99))
-sign \x2026 37         # HORIZONTAL ELLIPSIS (… - Horisontal ellipse (tre prikker))
-sign \x2020 47         # DAGGER († - Dagger)
-sign \x2021 457        # DOUBLE DAGGER (‡ - Dobbel dagger)
-sign \x02C6 468        # MODIFIER LETTER CIRCUMFLEX ACCENT (ˆ - Liten cirkumfleks (over bokstav))
-sign \x2030 4568       # PER MILLE SIGN (‰ - Promille-tegn)
-sign \x0160 15678      # LATIN CAPITAL LETTER S WITH CARON (Š - Stor latinsk bokstav S med caron)
-sign \x2039 378        # SINGLE LEFT-POINTING ANGLE QUOTATION MARK (‹ - Enkelt anførselstegn med vinkelen mot venstre)
-sign \x0152 12345678   # LATIN CAPITAL LIGATURE OE (Π- Stor latinsk bokstav OE)
-sign \x017D 234678     # LATIN CAPITAL LETTER Z WITH CARON (Ž - Stor latinsk bokstav Z med caron)
-sign \x2018 367        # LEFT SINGLE QUOTATION MARK (‘ - Enkelt øvre anførselstegn (6))
-sign \x2019 368        # RIGHT SINGLE QUOTATION MARK (’ - Enkelt øvre anførselstegn (9))
-sign \x201C 23567      # LEFT DOUBLE QUOTATION MARK (“ - Dobbelt øvre anførselstegn (66))
-sign \x201D 23568      # RIGHT DOUBLE QUOTATION MARK (” - Dobbelt øvre anførselstegn (99))
-sign \x2022 3678       # BULLET (• - Kulepunkt)
-sign \x2013 68         # EN DASH (– - En dash (n-tankestrek))
-sign \x2014 568        # EM DASH (— - Em dash (m-tankestrek))
-sign \x02DC 2568       # SMALL TILDE (˜ - Liten tilde (over bokstav))
-sign \x2122 23458      # TRADE MARK SIGN (™ - Trademark-tegn (varemerke))
-sign \x0161 1568       # LATIN SMALL LETTER S WITH CARON (š - Liten latinsk bokstav s med caron)
-sign \x203A 678        # SINGLE RIGHT-POINTING ANGLE QUOTATION MARK (› - Enkelt anførselstegn med vinkelen mot høyre)
-sign \x0153 1234568    # LATIN SMALL LIGATURE OE (œ - Liten latinsk bokstav oe)
-sign \x017E 23468      # LATIN SMALL LETTER Z WITH CARON (ž - Liten latinsk bokstav z med caron)
-sign \x0178 125678     # LATIN CAPITAL LETTER Y WITH DIAERESIS (Ÿ - Stor latinsk bokstav Y med trema)
-
-# Latin Extended-A
-sign \x010C 1467       # Latin Capital Letter C with Caron
-sign \x010D 146        # Latin Small Letter C with Caron
-sign \x0110 14567      # Latin Capital Letter D with Stroke
-sign \x0111 1456       # Latin Small Letter D with Stroke
-sign \x014A 12467      # Latin Capital Letter Eng
-sign \x014B 1246       # Latin Small Letter Eng
-sign \x0166 12567      # Latin Capital Letter T with Stroke
-sign \x0167 1256       # Latin Small Letter T with Stroke
-sign \x0108 1467       # Latin Capital Letter C with Circumflex
-sign \x0109 146        # Latin Small Letter C with Circumflex
-sign \x011C 124567     # Latin Capital Letter G with Circumflex
-sign \x011D 12456      # Latin Small Letter G with Circumflex
-sign \x0124 12567      # Latin Capital Letter H with Circumflex
-sign \x0125 1256       # Latin Small Letter H with Circumflex
-sign \x0134 24567      # Latin Capital Letter J with Circumflex
-sign \x0135 2456       # Latin Small Letter J with Circumflex
-sign \x015C 23467      # Latin Capital Letter S with Circumflex
-sign \x015D 2346       # Latin Small Letter S with Circumflex
-sign \x016C 3467       # Latin Capital Letter U with Breve
-sign \x016D 346        # Latin Small Letter U with Breve
-
-# Arabic
-sign \x061F 3          # Arabic Question Mark
-sign \x060C 23         # Arabic Comma
-sign \x0624 2456       # Arabic Letter Waw with Hamza Above
-sign \x0643 13         # Arabic Letter Kaf
-sign \x064A 24         # Arabic Letter Yeh
-sign \x06CC 24         # Arabic Letter Farsi Yeh
-sign \x0621 3          # Arabic Letter Hamza
-sign \x0622 345        # Arabic Letter Alef with Madda Above
-sign \x0626 15         # Arabic Letter Yeh with Hamza Above
-sign \x0627 1          # Arabic Letter Alef
-sign \x0628 12         # Arabic Letter Beh
-sign \x062A 2345       # Arabic Letter Teh
-sign \x062B 1456       # Arabic Letter Theh
-sign \x062C 245        # Arabic Letter Jeem
-sign \x062D 156        # Arabic Letter Hah
-sign \x062E 1346       # Arabic Letter Khah
-sign \x062F 145        # Arabic Letter Dal
-sign \x0630 2346       # Arabic Letter Thal
-sign \x0631 1235       # Arabic Letter Reh
-sign \x0632 1356       # Arabic Letter Zain
-sign \x0633 234        # Arabic Letter Seen
-sign \x0634 146        # Arabic Letter Sheen
-sign \x0635 12346      # Arabic Letter Sad
-sign \x0636 1246       # Arabic Letter Dad
-sign \x0637 23456      # Arabic Letter Tah
-sign \x0638 123456     # Arabic Letter Zah
-sign \x0639 12356      # Arabic Letter Ain
-sign \x063A 126        # Arabic Letter Ghain
-sign \x0641 124        # Arabic Letter Feh
-sign \x0642 12345      # Arabic Letter Qaf
-sign \x0644 123        # Arabic Letter Lam
-sign \x0645 134        # Arabic Letter Meem
-sign \x0646 1345       # Arabic Letter Noon
-sign \x0647 125        # Arabic Letter Heh
-sign \x0648 2456       # Arabic Letter Waw
-sign \x0649 24         # Arabic Letter Alef Maksura
-sign \x0660 2458       # Arabic-Indic Digit Zero
-sign \x0661 18         # Arabic-Indic Digit One
-sign \x0662 128        # Arabic-Indic Digit Two
-sign \x0663 148        # Arabic-Indic Digit Three
-sign \x06F4 1458       # Extended Arabic-Indic Digit Four
-sign \x0667 12458      # Arabic-Indic Digit Seven
-sign \x0668 1258       # Arabic-Indic Digit Eight
-sign \x0669 248        # Arabic-Indic Digit Nine
-sign \x06F5 158        # Extended Arabic-Indic Digit Five
-sign \x06F6 1458       # Extended Arabic-Indic Digit Six
-sign \x0686 14         # Arabic Letter Tcheh
-sign \x0698 356        # Arabic Letter Jeh
-sign \x06A9 13         # Arabic Letter Keheh
-sign \x06AF 1245       # Arabic Letter Gaf
-
-# Special characters
-sign \xFFFD 2345       # Replacement Character
-
-# Greek and Coptic
-sign \x0374 3456       # Greek Numeral Sign
-sign \x0375 5678       # Greek Lower Numeral Sign
-sign \x037E 26         # Greek Question Mark
-sign \x0384 4          # Greek Tonos
-sign \x0385 45         # Greek Dialytika Tonos
-sign \x0386 34578      # Greek Capital Letter Alpha with Tonos
-sign \x0387 746        # Greek Ano Teleia
-sign \x0388 124678     # Greek Capital Letter Epsilon with Tonos
-sign \x0389 12345678   # Greek Capital Letter Eta with Tonos
-sign \x038A 1245678    # Greek Capital Letter Iota with Tonos
-sign \x038C 24678      # Greek Capital Letter Omicron with Tonos
-sign \x038E 125678     # Greek Capital Letter Upsilon with Tonos
-sign \x038F 24578      # Greek Capital Letter Omega with Tonos
-sign \x0390 248        # Greek Small Letter Iota with Dialytika and Tonos
-sign \x0391 178        # Greek Capital Letter Alpha
-sign \x0392 1278       # Greek Capital Letter Beta
-sign \x0393 124578     # Greek Capital Letter Gamma
-sign \x0394 14578      # Greek Capital Letter Delta
-sign \x0395 1578       # Greek Capital Letter Epsilon
-sign \x0396 135678     # Greek Capital Letter Zeta
-sign \x0397 15678      # Greek Capital Letter Eta
-sign \x0398 145678     # Greek Capital Letter Theta
-sign \x0399 248        # Greek Capital Letter Iota
-sign \x039A 1378       # Greek Capital Letter Kappa
-sign \x039B 12378      # Greek Capital Letter Lamda
-sign \x039C 13478      # Greek Capital Letter Mu
-sign \x039D 134578     # Greek Capital Letter Nu
-sign \x039E 134678     # Greek Capital Letter Xi
-sign \x039F 13578      # Greek Capital Letter Omicron
-sign \x03A0 123478     # Greek Capital Letter Pi
-sign \x03A1 123578     # Greek Capital Letter Rho
-sign \x03A3 23478      # Greek Capital Letter Sigma
-sign \x03A4 234578     # Greek Capital Letter Tau
-sign \x03A5 13678      # Greek Capital Letter Upsilon
-sign \x03A6 12478      # Greek Capital Letter Phi
-sign \x03A7 1234678    # Greek Capital Letter Chi
-sign \x03A8 1345678    # Greek Capital Letter Psi
-sign \x03A9 245678     # Greek Capital Letter Omega
-sign \x03AA 2478       # Greek Capital Letter Iota with Dialytika
-sign \x03AB 1345678    # Greek Capital Letter Upsilon with Dialytika
-sign \x03AC 3458       # Greek Small Letter Alpha with Tonos
-sign \x03AD 12468      # Greek Small Letter Epsilon with Tonos
-sign \x03AE 1234568    # Greek Small Letter Eta with Tonos
-sign \x03AF 124568     # Greek Small Letter Iota with Tonos
-sign \x03B0 134568     # Greek Small Letter Upsilon with Dialytika and Tonos
-sign \x03B1 18         # Greek Small Letter Alpha
-sign \x03B2 128        # Greek Small Letter Beta
-sign \x03B3 12458      # Greek Small Letter Gamma
-sign \x03B4 1458       # Greek Small Letter Delta
-sign \x03B5 158        # Greek Small Letter Epsilon
-sign \x03B6 13568      # Greek Small Letter Zeta
-sign \x03B7 1568       # Greek Small Letter Eta
-sign \x03B8 14568      # Greek Small Letter Theta
-sign \x03B9 248        # Greek Small Letter Iota
-sign \x03BA 138        # Greek Small Letter Kappa
-sign \x03BB 1238       # Greek Small Letter Lamda
-sign \x03BC 1348       # Greek Small Letter Mu
-sign \x03BD 13458      # Greek Small Letter Nu
-sign \x03BE 13468      # Greek Small Letter Xi
-sign \x03BF 1358       # Greek Small Letter Omicron
-sign \x03C0 12348      # Greek Small Letter Pi
-sign \x03C1 12358      # Greek Small Letter Rho
-sign \x03C2 2348       # Greek Small Letter Final Sigma
-sign \x03C3 2348       # Greek Small Letter Sigma
-sign \x03C4 23458      # Greek Small Letter Tau
-sign \x03C5 1368       # Greek Small Letter Upsilon
-sign \x03C6 1248       # Greek Small Letter Phi
-sign \x03C7 123468     # Greek Small Letter Chi
-sign \x03C8 13456      # Greek Small Letter Psi
-sign \x03C9 24568      # Greek Small Letter Omega
-sign \x03CA 348        # Greek Small Letter Iota with Dialytika
-sign \x03CB 234568     # Greek Small Letter Upsilon with Dialytika
-sign \x03CC 2468       # Greek Small Letter Omicron with Tonos
-sign \x03CD 12568      # Greek Small Letter Upsilon with Tonos
-sign \x03CE 2458       # Greek Small Letter Omega with Tonos
-sign \x03D0 1278       # Greek Beta Symbol
-sign \x03D1 145678     # Greek Theta Symbol
-sign \x03D2 12368      # Greek Upsilon with Hook Symbol
-sign \x03D3 23456      # Greek Upsilon with Acute and Hook Symbol
-sign \x03D4 1368       # Greek Upsilon with Diaeresis and Hook Symbol
-sign \x03D5 12478      # Greek Phi Symbol
-sign \x03D6 123478     # Greek Pi Symbol
-sign \x03D7 12346      # Greek Kai Symbol
-sign \x03D8 1234578    # Greek Letter Archaic Koppa
-sign \x03D9 123458     # Greek Small Letter Archaic Koppa
-sign \x03DA 123678     # Greek Letter Stigma
-sign \x03DB 12368      # Greek Small Letter Stigma
-sign \x03DC 145678     # Greek Letter Digamma
-sign \x03DD 12368      # Greek Small Letter Digamma
-sign \x03DE 1234578    # Greek Letter Koppa
-sign \x03DF 123458     # Greek Small Letter Koppa
-sign \x03E0 234678     # Greek Letter Sampi
-sign \x03E1 23468      # Greek Small Letter Sampi
-sign \x03F0 1234578    # Greek Kappa Symbol
-sign \x03F1 123578     # Greek Rho Symbol
-sign \x03F2 23478      # Greek Lunate Sigma Symbol
-sign \x03F4 145678     # Greek Capital Theta Symbol
-sign \x03F5 1578       # Greek Lunate Epsilon Symbol
-sign \x03FA 234678     # Greek Capital Letter San
-sign \x03FB 23468      # Greek Small Letter San
-sign \x03D8 12678      # Greek Letter Archaic Koppa
-sign \x03D9 1268       # Greek Small Letter Archaic Koppa
-sign \x03E0 34578      # Greek Letter Sampi
-sign \x03E1 3458       # Greek Small Letter Sampi
-
-# Cyrillic
-sign \x0401 167        # Cyrillic Capital Letter Io
-sign \x0404 34578      # Cyrillic Capital Letter Ukrainian Ie
-sign \x0406 1345678    # Cyrillic Capital Letter Byelorussian-Ukrainian I
-sign \x0407 145678     # Cyrillic Capital Letter Yi
-sign \x0410 17         # Cyrillic Capital Letter A
-sign \x0411 127        # Cyrillic Capital Letter Be
-sign \x0412 24567      # Cyrillic Capital Letter Ve
-sign \x0413 12457      # Cyrillic Capital Letter Ghe
-sign \x0414 1457       # Cyrillic Capital Letter De
-sign \x0415 157        # Cyrillic Capital Letter Ie
-sign \x0416 2457       # Cyrillic Capital Letter Zhe
-sign \x0417 13567      # Cyrillic Capital Letter Ze
-sign \x0418 247        # Cyrillic Capital Letter I
-sign \x0419 123467     # Cyrillic Capital Letter Short I
-sign \x041A 137        # Cyrillic Capital Letter Ka
-sign \x041B 1237       # Cyrillic Capital Letter El
-sign \x041C 1347       # Cyrillic Capital Letter Em
-sign \x041D 13457      # Cyrillic Capital Letter En
-sign \x041E 1357       # Cyrillic Capital Letter O
-sign \x041F 12347      # Cyrillic Capital Letter Pe
-sign \x0420 12357      # Cyrillic Capital Letter Er
-sign \x0421 2347       # Cyrillic Capital Letter Es
-sign \x0422 23457      # Cyrillic Capital Letter Te
-sign \x0423 1367       # Cyrillic Capital Letter U
-sign \x0424 1247       # Cyrillic Capital Letter Ef
-sign \x0425 1257       # Cyrillic Capital Letter Ha
-sign \x0426 147        # Cyrillic Capital Letter Tse
-sign \x0427 123457     # Cyrillic Capital Letter Che
-sign \x0428 1567       # Cyrillic Capital Letter Sha
-sign \x0429 13467      # Cyrillic Capital Letter Shcha
-sign \x042A 123567     # Cyrillic Capital Letter Hard Sign
-sign \x042B 23467      # Cyrillic Capital Letter Yeru
-sign \x042C 234567     # Cyrillic Capital Letter Soft Sign
-sign \x042D 2467       # Cyrillic Capital Letter E
-sign \x042E 12567      # Cyrillic Capital Letter Yu
-sign \x042F 12467      # Cyrillic Capital Letter Ya
-sign \x0430 1          # Cyrillic Small Letter A
-sign \x0431 12         # Cyrillic Small Letter Be
-sign \x0432 2456       # Cyrillic Small Letter Ve
-sign \x0433 1245       # Cyrillic Small Letter Ghe
-sign \x0434 145        # Cyrillic Small Letter De
-sign \x0435 15         # Cyrillic Small Letter Ie
-sign \x0436 245        # Cyrillic Small Letter Zhe
-sign \x0437 1356       # Cyrillic Small Letter Ze
-sign \x0438 24         # Cyrillic Small Letter I
-sign \x0439 12346      # Cyrillic Small Letter Short I
-sign \x043A 13         # Cyrillic Small Letter Ka
-sign \x043B 123        # Cyrillic Small Letter El
-sign \x043C 134        # Cyrillic Small Letter Em
-sign \x043D 1345       # Cyrillic Small Letter En
-sign \x043E 135        # Cyrillic Small Letter O
-sign \x043F 1234       # Cyrillic Small Letter Pe
-sign \x0440 1235       # Cyrillic Small Letter Er
-sign \x0441 234        # Cyrillic Small Letter Es
-sign \x0442 2345       # Cyrillic Small Letter Te
-sign \x0443 136        # Cyrillic Small Letter U
-sign \x0444 124        # Cyrillic Small Letter Ef
-sign \x0445 125        # Cyrillic Small Letter Ha
-sign \x0446 14         # Cyrillic Small Letter Tse
-sign \x0447 12345      # Cyrillic Small Letter Che
-sign \x0448 156        # Cyrillic Small Letter Sha
-sign \x0449 1346       # Cyrillic Small Letter Shcha
-sign \x044A 12356      # Cyrillic Small Letter Hard Sign
-sign \x044B 2346       # Cyrillic Small Letter Yeru
-sign \x044C 23456      # Cyrillic Small Letter Soft Sign
-sign \x044D 246        # Cyrillic Small Letter E
-sign \x044E 1256       # Cyrillic Small Letter Yu
-sign \x044F 1246       # Cyrillic Small Letter Ya
-sign \x045B 1468       # Cyrillic Small Letter Tshe
-sign \x0451 16         # Cyrillic Small Letter Io
-sign \x0452 1468       # Cyrillic Small Letter Dje
-sign \x0454 3458       # Cyrillic Small Letter Ukrainian Ie
-sign \x0455 12368      # Cyrillic Small Letter Dze
-sign \x0456 134568     # Cyrillic Small Letter Byelorussian-Ukrainian I
-sign \x0457 14568      # Cyrillic Small Letter Yi
-sign \x0458 3458       # Cyrillic Small Letter Je
-sign \x0459 1268       # Cyrillic Small Letter Lje
-sign \x045A 12468      # Cyrillic Small Letter Nje
-sign \x045E 3468       # Cyrillic Small Letter Short U
-sign \x0463 3458       # Cyrillic Small Letter Yat
-sign \x0467 18         # Cyrillic Small Letter Little Yus
-sign \x046B 124568     # Cyrillic Small Letter Big Yus
-sign \x0479 3468       # Cyrillic Small Letter Uk
-sign \x0484 478        # Combining Cyrillic Palatalization
-sign \x0490 1245678    # Cyrillic Capital Letter Ghe with Upturn
-sign \x0491 124568     # Cyrillic Small Letter Ghe with Upturn
-sign \x04A3 13458      # Cyrillic Small Letter En with Descender
-sign \x04AF 12568      # Cyrillic Small Letter Straight U
-sign \x04BB 128        # Cyrillic Small Letter Shha
-sign \x04D9 2468       # Cyrillic Small Letter Schwa
-
-# Hebrew
-sign \x05D0 18         # Hebrew Letter Alef
-sign \x05D1 128        # Hebrew Letter Bet
-sign \x05D2 1245       # Hebrew Letter Gimel
-sign \x05D3 1458       # Hebrew Letter Dalet
-sign \x05D4 1258       # Hebrew Letter He
-sign \x05D5 24568      # Hebrew Letter Vav
-sign \x05D6 13568      # Hebrew Letter Zayin
-sign \x05D7 13468      # Hebrew Letter Het
-sign \x05D8 23458      # Hebrew Letter Tet
-sign \x05D9 2458       # Hebrew Letter Yod
-sign \x05DA 138        # Hebrew Letter Final Kaf
-sign \x05DB 168        # Hebrew Letter Kaf
-sign \x05DC 1238       # Hebrew Letter Lamed
-sign \x05DD 1348       # Hebrew Letter Final Mem
-sign \x05DE 1348       # Hebrew Letter Mem
-sign \x05DF 13458      # Hebrew Letter Final Nun
-sign \x05E0 13458      # Hebrew Letter Nun
-sign \x05E1 2348       # Hebrew Letter Samekh
-sign \x05E2 12468      # Hebrew Letter Ayin
-sign \x05E3 12348      # Hebrew Letter Final Pe
-sign \x05E4 12348      # Hebrew Letter Pe
-sign \x05E5 23468      # Hebrew Letter Final Tsadi
-sign \x05E6 23468      # Hebrew Letter Tsadi
-sign \x05E7 123458     # Hebrew Letter Qof
-sign \x05E8 12358      # Hebrew Letter Resh
-sign \x05E9 1468       # Hebrew Letter Shin
-sign \x05EA 14568      # Hebrew Letter Tav
-sign \x05B0 3          # Hebrew Point Sheva
-sign \x05B1 26         # Hebrew Point Hataf Segol
-sign \x05B2 25         # Hebrew Point Hataf Patah
-sign \x05B3 345        # Hebrew Point Hataf Qamats
-sign \x05B4 24         # Hebrew Point Hiriq
-sign \x05B5 34         # Hebrew Point Tsere
-sign \x05B6 15         # Hebrew Point Segol
-sign \x05B7 14         # Hebrew Point Patah
-sign \x05B8 126        # Hebrew Point Qamats
-sign \x05B9 135        # Hebrew Point Holam
-sign \x05BB 136        # Hebrew Point Qubuts
-sign \x05BC 5          # Hebrew Point Dagesh or Mapiq
-sign \x05BD 4          # Hebrew Point Meteg
-sign \x05C1 1568       # Hebrew Point Shin Dot
-sign \x05C2 2348       # Hebrew Point Sin Dot
-
-# Geometric Shapes
-sign \x25CF 35         # Black Circle
-#! /bin/sh
-
-#  Copyright (C) 2009, 2010 Christian Egli
-#  Copyright (C) 2016 Bert Frees
-
-# Copying and distribution of this file, with or without modification,
-# are permitted in any medium without royalty provided the copyright
-# notice and this notice are preserved. This file is offered as-is,
-# without any warranty.
-
-# Use this script to regenerate Makefile.am if you must. I recommend
-# against it for the reasons explained in
-# http://www.gnu.org/software/hello/manual/automake/Wildcards.html.
-# It's easy to pick up some spurious files that you did not mean to
-# distribute.
- 
-OUTFILE=Makefile.am.new
-COMMAND="ls | grep -v Makefile | grep -v README | grep -v maketablelist.sh | grep -v '.*~$' | sort -df | sed -e 's/$/ \\\\/' -e 's/^/	/' -e '\$s/\\\\$//'"
-
-cat <<EOF >$OUTFILE
-# generate the list of tables as follows:
-# $ ${COMMAND}
-table_files = \\
-EOF
-
-eval "$COMMAND" >> $OUTFILE
-
-cat <<'EOF' >>$OUTFILE
-
-tablesdir = $(datadir)/liblouis/tables
-tables_DATA = $(table_files)
-EXTRA_DIST = $(table_files)
-EOF
-
-#
-# Copyright (C) 1995-2008 by The BRLTTY Developers.
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-
-# BRLTTY Text Table - English (Canada)
-# Dave Mielke <dave@mielke.cc>
-
-# This text table implements North American style English braille, the
-# additional letters of the French, German, and Italian alphabets, and
-# easy-to-remember representations for many common extra symbols.
-
-# generated by ttbtest
-letter \x0001 178		START OF HEADING
-letter \x0002 1278		START OF TEXT
-letter \x0003 1478		END OF TEXT
-letter \x0004 14578		END OF TRANSMISSION
-letter \x0005 1578		ENQUIRY
-letter \x0006 12478		ACKNOWLEDGE
-letter \x0007 124578		BELL
-letter \x0008 12578		BACKSPACE
-space \t 2478		CHARACTER TABULATION
-space \n 24578		LINE FEED (LF)
-space \v 1378		LINE TABULATION
-space \f 12378		FORM FEED (FF)
-space \r 13478		CARRIAGE RETURN (CR)
-letter \x000e 134578		SHIFT OUT
-letter \x000f 13578		SHIFT IN
-letter \x0010 123478		DATA LINK ESCAPE
-letter \x0011 1234578		DEVICE CONTROL ONE
-letter \x0012 123578		DEVICE CONTROL TWO
-letter \x0013 23478		DEVICE CONTROL THREE
-letter \x0014 234578		DEVICE CONTROL FOUR
-letter \x0015 13678		NEGATIVE ACKNOWLEDGE
-letter \x0016 123678		SYNCHRONOUS IDLE
-letter \x0017 245678		END OF TRANSMISSION BLOCK
-letter \x0018 134678		CANCEL
-letter \x0019 1345678		END OF MEDIUM
-letter \x001a 135678		SUBSTITUTE
-space \s 0		SPACE
-punctuation ! 2346		EXCLAMATION MARK
-punctuation " 5		QUOTATION MARK
-punctuation # 3456		NUMBER SIGN
-punctuation $ 1246		DOLLAR SIGN
-punctuation % 146		PERCENT SIGN
-punctuation & 12346		AMPERSAND
-punctuation ' 3		APOSTROPHE
-punctuation ( 12356		LEFT PARENTHESIS
-punctuation ) 23456		RIGHT PARENTHESIS
-punctuation * 16		ASTERISK
-punctuation + 346		PLUS SIGN
-punctuation , 6		COMMA
-punctuation - 36		HYPHEN-MINUS
-punctuation . 46		FULL STOP
-punctuation / 34		SOLIDUS
-include loweredDigits6Dots.uti
-punctuation : 156		COLON
-punctuation ; 56		SEMICOLON
-punctuation < 126		LESS-THAN SIGN
-punctuation = 123456		EQUALS SIGN
-punctuation > 345		GREATER-THAN SIGN
-punctuation ? 1456		QUESTION MARK
-punctuation @ 47		COMMERCIAL AT
-uppercase A 17		LATIN CAPITAL LETTER A
-uppercase B 127		LATIN CAPITAL LETTER B
-uppercase C 147		LATIN CAPITAL LETTER C
-uppercase D 1457		LATIN CAPITAL LETTER D
-uppercase E 157		LATIN CAPITAL LETTER E
-uppercase F 1247		LATIN CAPITAL LETTER F
-uppercase G 12457		LATIN CAPITAL LETTER G
-uppercase H 1257		LATIN CAPITAL LETTER H
-uppercase I 247		LATIN CAPITAL LETTER I
-uppercase J 2457		LATIN CAPITAL LETTER J
-uppercase K 137		LATIN CAPITAL LETTER K
-uppercase L 1237		LATIN CAPITAL LETTER L
-uppercase M 1347		LATIN CAPITAL LETTER M
-uppercase N 13457		LATIN CAPITAL LETTER N
-uppercase O 1357		LATIN CAPITAL LETTER O
-uppercase P 12347		LATIN CAPITAL LETTER P
-uppercase Q 123457		LATIN CAPITAL LETTER Q
-uppercase R 12357		LATIN CAPITAL LETTER R
-uppercase S 2347		LATIN CAPITAL LETTER S
-uppercase T 23457		LATIN CAPITAL LETTER T
-uppercase U 1367		LATIN CAPITAL LETTER U
-uppercase V 12367		LATIN CAPITAL LETTER V
-uppercase W 24567		LATIN CAPITAL LETTER W
-uppercase X 13467		LATIN CAPITAL LETTER X
-uppercase Y 134567		LATIN CAPITAL LETTER Y
-uppercase Z 13567		LATIN CAPITAL LETTER Z
-punctuation [ 2467		LEFT SQUARE BRACKET
-punctuation \\ 12567		REVERSE SOLIDUS
-punctuation ] 124567		RIGHT SQUARE BRACKET
-punctuation ^ 457		CIRCUMFLEX ACCENT
-punctuation _ 456		LOW LINE
-punctuation ` 4		GRAVE ACCENT
-lowercase a 1		LATIN SMALL LETTER A
-lowercase b 12		LATIN SMALL LETTER B
-lowercase c 14		LATIN SMALL LETTER C
-lowercase d 145		LATIN SMALL LETTER D
-lowercase e 15		LATIN SMALL LETTER E
-lowercase f 124		LATIN SMALL LETTER F
-lowercase g 1245		LATIN SMALL LETTER G
-lowercase h 125		LATIN SMALL LETTER H
-lowercase i 24		LATIN SMALL LETTER I
-lowercase j 245		LATIN SMALL LETTER J
-lowercase k 13		LATIN SMALL LETTER K
-lowercase l 123		LATIN SMALL LETTER L
-lowercase m 134		LATIN SMALL LETTER M
-lowercase n 1345		LATIN SMALL LETTER N
-lowercase o 135		LATIN SMALL LETTER O
-lowercase p 1234		LATIN SMALL LETTER P
-lowercase q 12345		LATIN SMALL LETTER Q
-lowercase r 1235		LATIN SMALL LETTER R
-lowercase s 234		LATIN SMALL LETTER S
-lowercase t 2345		LATIN SMALL LETTER T
-lowercase u 136		LATIN SMALL LETTER U
-lowercase v 1236		LATIN SMALL LETTER V
-lowercase w 2456		LATIN SMALL LETTER W
-lowercase x 1346		LATIN SMALL LETTER X
-lowercase y 13456		LATIN SMALL LETTER Y
-lowercase z 1356		LATIN SMALL LETTER Z
-punctuation { 246		LEFT CURLY BRACKET
-punctuation | 1256		VERTICAL LINE
-punctuation } 12456		RIGHT CURLY BRACKET
-punctuation ~ 45		TILDE
-punctuation \x00a0 0		NO-BREAK SPACE
-punctuation \x00a1 23467		INVERTED EXCLAMATION MARK
-punctuation \x00a2 12467		CENT SIGN
-punctuation \x00a3 34567		POUND SIGN
-punctuation \x00a5 134568		YEN SIGN
-punctuation \x00a6 1256		BROKEN BAR
-punctuation \x00a7 2348		SECTION SIGN
-punctuation \x00a9 148		COPYRIGHT SIGN
-punctuation \x00ab 123567		LEFT-POINTING DOUBLE ANGLE QUOTATION MARK
-punctuation \x00ac 13458		NOT SIGN
-punctuation \x00ad 36		SOFT HYPHEN
-punctuation \x00ae 12358		REGISTERED SIGN
-punctuation \x00b0 1458		DEGREE SIGN
-punctuation \x00b1 3467		PLUS-MINUS SIGN
-lowercase \x00b5 1348		MICRO SIGN
-punctuation \x00b6 12348		PILCROW SIGN
-punctuation \x00b7 467		MIDDLE DOT
-punctuation \x00bb 234567		RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK
-punctuation \x00bf 14567		INVERTED QUESTION MARK
-uppercase \x00c0 1235678		LATIN CAPITAL LETTER A WITH GRAVE
-uppercase \x00c2 1678		LATIN CAPITAL LETTER A WITH CIRCUMFLEX
-uppercase \x00c4 34578		LATIN CAPITAL LETTER A WITH DIAERESIS
-uppercase \x00c7 1234678		LATIN CAPITAL LETTER C WITH CEDILLA
-uppercase \x00c8 234678		LATIN CAPITAL LETTER E WITH GRAVE
-uppercase \x00c9 12345678		LATIN CAPITAL LETTER E WITH ACUTE
-uppercase \x00ca 12678		LATIN CAPITAL LETTER E WITH CIRCUMFLEX
-uppercase \x00cb 124678		LATIN CAPITAL LETTER E WITH DIAERESIS
-uppercase \x00cc 3478		LATIN CAPITAL LETTER I WITH GRAVE
-uppercase \x00ce 14678		LATIN CAPITAL LETTER I WITH CIRCUMFLEX
-uppercase \x00cf 1245678		LATIN CAPITAL LETTER I WITH DIAERESIS
-uppercase \x00d2 34678		LATIN CAPITAL LETTER O WITH GRAVE
-uppercase \x00d4 145678		LATIN CAPITAL LETTER O WITH CIRCUMFLEX
-uppercase \x00d6 24678		LATIN CAPITAL LETTER O WITH DIAERESIS
-punctuation \x00d7 167		MULTIPLICATION SIGN
-uppercase \x00d9 2345678		LATIN CAPITAL LETTER U WITH GRAVE
-uppercase \x00db 15678		LATIN CAPITAL LETTER U WITH CIRCUMFLEX
-uppercase \x00dc 125678		LATIN CAPITAL LETTER U WITH DIAERESIS
-lowercase \x00df 34568		LATIN SMALL LETTER SHARP S
-lowercase \x00e0 123568		LATIN SMALL LETTER A WITH GRAVE
-lowercase \x00e2 168		LATIN SMALL LETTER A WITH CIRCUMFLEX
-lowercase \x00e4 3458		LATIN SMALL LETTER A WITH DIAERESIS
-lowercase \x00e7 123468		LATIN SMALL LETTER C WITH CEDILLA
-lowercase \x00e8 23468		LATIN SMALL LETTER E WITH GRAVE
-lowercase \x00e9 1234568		LATIN SMALL LETTER E WITH ACUTE
-lowercase \x00ea 1268		LATIN SMALL LETTER E WITH CIRCUMFLEX
-lowercase \x00eb 12468		LATIN SMALL LETTER E WITH DIAERESIS
-lowercase \x00ec 348		LATIN SMALL LETTER I WITH GRAVE
-lowercase \x00ee 1468		LATIN SMALL LETTER I WITH CIRCUMFLEX
-lowercase \x00ef 124568		LATIN SMALL LETTER I WITH DIAERESIS
-lowercase \x00f2 3468		LATIN SMALL LETTER O WITH GRAVE
-lowercase \x00f4 14568		LATIN SMALL LETTER O WITH CIRCUMFLEX
-lowercase \x00f6 2468		LATIN SMALL LETTER O WITH DIAERESIS
-punctuation \x00f7 347		DIVISION SIGN
-lowercase \x00f9 234568		LATIN SMALL LETTER U WITH GRAVE
-lowercase \x00fb 1568		LATIN SMALL LETTER U WITH CIRCUMFLEX
-lowercase \x00fc 12568		LATIN SMALL LETTER U WITH DIAERESIS
-# liblouis: Finnish 8 dot braille table
-#
-# Based on the braille contraction modules in BRLTTY
-#
-# Copyright (C) 1995-2004 by The BRLTTY Team.
-# Copyright (C) 2004 ViewPlus Technologies, Inc., www.viewplustech.com
-# Copyright (C) 2004 Computers to Help People, Inc., www.chpi.org
-
-# This file is free software; you can redistribute it and/or
-# modify it under the terms of the GNU Lesser General Public
-# License as published by the Free Software Foundation; either
-# version 2.1 of the License, or (at your option) any later version.
-
-# This file is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-# Lesser General Public License for more details.
-
-# You should have received a copy of the GNU Lesser General Public
-# License along with this file; if not, write to the Free Software
-# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
-# liblouis  comes with ABSOLUTELY NO WARRANTY.
-
-# Created by Code Factory S.L.
-
-include text_nabcc.dis
-
-letter \x0002 1278
-letter \x0003 1478
-letter \x0004 14578
-letter \x0005 2678
-letter \x0006 12478
-letter \x0007 124578
-letter \x0008 12578
-letter \x0009 3578
-letter \x000A 24578
-letter \x000B 1378
-letter \x000C 12378
-letter \x000D 13478
-letter \x000E 134578
-letter \x000F 23678
-letter \x0010 123478
-letter \x0011 1234578
-letter \x0012 123578
-letter \x0013 23478
-letter \x0014 234578
-letter \x0015 35678
-letter \x0016 123678
-letter \x0017 245678
-letter \x0018 134678
-letter \x0019 1345678
-letter \x001A 135678
-letter \x001B 345678
-letter \x001C 12345678
-letter \x001D 4678
-letter \x001E 4578
-letter \x001F 67
-
-letter \x0020 0
-
-space \x00a0 0
-#space \t 0-0
-#space \s 0
-
-# non Capital characters 
-letter a 1
-letter b 12
-letter c 14
-letter d 145
-letter e 15
-letter f 124
-letter g 1245
-letter h 125
-letter i  24
-letter j  245
-letter k 13
-letter l 123
-letter m 134
-letter n 1345
-letter o 135
-letter p 1234
-letter q 12345
-letter r 1235
-letter s 234
-letter t  2345
-letter u 136
-letter v 1236
-letter w  2456
-letter x 1346
-letter y 13456
-letter z 1356
-
-# capital characters
-letter A 17
-letter B 127
-letter C 147
-letter D 1457
-letter E 157
-letter F 1247
-letter G 12457
-letter H 1257
-letter I  247
-letter J  2457
-letter K 137
-letter L 1237
-letter M 1347
-letter N 13457
-letter O 1357
-letter P 12347
-letter Q 123457
-letter R 12357
-letter S 2347
-letter T  23457
-letter U 1367
-letter V 12367
-letter W  24567
-letter X 13467
-letter Y 134567
-letter Z 13567
-
-# the decimal digits
-include digits8Dots.uti
-
-
-
-# punctuations 
-punctuation ! 256
-punctuation " 56
-letter \x0023 3456
-letter $ 2346
-punctuation % 1456
-punctuation & 12346
-punctuation ' 5
-
-punctuation ( 236
-punctuation ) 356 
-punctuation * 35
-punctuation + 235
-punctuation , 2 
-letter - 36  
-punctuation . 3
-letter /  34
-
-punctuation :  25
-punctuation ;  23
-punctuation < 126
-punctuation = 2356
-punctuation > 156
-punctuation ? 26
-letter @ 4
-
-punctuation [   12356
-letter \x005C  168 # escape for \
-punctuation ]   23456
-letter ^  457
-letter _  346
-letter `  1234568
-
-punctuation {  1246
-punctuation |   456
-punctuation }  12456
-letter ~  45
-letter \x007f  7 
-
-
-#Hex Dots Dec Char Description
-letter \X00C2 24578 # 194Â Latin capital letter a with circumflex
-letter \X00CA  1267 # 202Ê Latin capital letter e with circumflex
-letter \X00CE  1467 # 206Î Latin capital letter i with circumflex
-letter \X00D4  14567 # 212Ô Latin capital letter o with circumflex
-letter \X00DB  1567 # 219Û Latin capital letter u with circumflex
-letter \X00E2 1678 # 226â Latin small letter a with circumflex
-letter \X00EA  12678 # 234ê Latin small letter e with circumflex
-letter \X00EE  14678 # 238î Latin small letter i with circumflex
-letter \X00F4  145678 # 244ô Latin small letter o with circumflex
-letter \X00FB  15678 # 251û Latin small letter u with circumflex
-
-# The 5 letters with a grave accent `) use the [6-0] dot combinations:
-
-#Hex Dots Dec Char Description
-letter \X00C0  235678 # 192À Latin capital letter a with grave
-letter \X00C8  3578 # 200È Latin capital letter e with grave
-letter \X00CC  57 # 204Ì Latin capital letter i with grave
-letter \X00D2 578 # 210Ò Latin capital letter o with grave
-letter \X00D9 35678 # 217Ù Latin capital letter u with grave
-letter \X00E0  123568 # 224à Latin small letter a with grave
-letter \X00E8  23468 # 232è Latin small letter e with grave
-letter \X00EC  348 # 236ì Latin small letter i with grave
-letter \X00F2 3468 # 242ò Latin small letter o with grave
-letter \X00F9 234568 # 249ù Latin small letter u with grave
-
-# The6 letters with an acute accent ') use the [a-f] dot combinations with
-# dots 3 and 6 added:
-
-#Hex Dots Dec Char Description
-letter \X00C1 28 # 193Á Latin capital letter a with acute
-letter \X00C9 1234567 # 201É Latin capital letter e with acute
-letter \X00CD 258 # 205Í Latin capital letter i with acute
-letter \X00D3 267 # 211Ó Latin capital letter o with acute
-letter \X00DA 268 # 218Ú Latin capital letter u with acute
-letter \X00DD 3568 # 221Ý Latin capital letter y with acute
-letter \X00E1 168 # 225á Latin small letter a with acute
-letter \X00E9 123456 # 233é Latin small letter e with acute
-letter \X00ED 2478 # 237í Latin small letter i with acute
-letter \X00F3 13578 # 243ó Latin small letter o with acute
-letter \X00FA 13678 # 250ú Latin small letter u with acute
-letter \X00FD 24568 # 253ý Latin small letter y with acute
-
-# The 6 letters with a dieresis accent ") use the [f-j] dot combinations with
-# dots 3 and 6 added, and the number sign because it fits the sequence
-# reasonably well):
-
-#Hex Dots Dec Char Description
-letter \X00C4 3457 # 196Ä Latin capital letter a with diaeresis
-letter \X00CB 2358 # 203Ë Latin capital letter e with diaeresis
-letter \X00CF 23568 # 207Ï Latin capital letter i with diaeresis
-letter \X00D6  2467 # 214Ö Latin capital letter o with diaeresis
-letter \X00DC  12567 # 220Ü Latin capital letter u with diaeresis
-letter \X00E4 345 # 228ä Latin small letter a with diaeresis
-letter \X00EB 12468 # 235ë Latin small letter e with diaeresis
-letter \X00EF 124568 # 239ï Latin small letter i with diaeresis
-letter \X00F6  246 # 246ö Latin small letter o with diaeresis
-letter \X00FC  1256 # 252ü Latin small letter u with diaeresis
-letter \X00FF 134568 # 255ÿ Latin small letter y with diaeresis
-
-# There is no uppercase y-dieresis in the  Latin 1 character set. The German
-# lowercase double-s, which also doesn't have an uppercase counterpart in the
-#  Latin 1 character set, uses its representation:
-
-#Hex Dots Dec Char Description
-letter \X00DF 34568 # 223ß Latin small letter sharp s
-
-# The remaining accented letters are:
-
-#Hex Dots Dec Char Description
-letter \X00C3 3467 # 195Ã Latin capital letter a with tilde
-letter \X00D1 2567 # 209Ñ Latin capital letter n with tilde
-letter \X00D5  267 # 213Õ Latin capital letter o with tilde
-letter \X00C5 167 # 197Å Latin capital letter a with ring above
-letter \X00C7 1578 # 199Ç Latin capital letter c with cedilla
-letter \X00D8 1567 # 216Ø Latin capital letter o with stroke
-letter \X00C6 47 # 198Æ Latin capital letter ae
-letter \X00D0 3567 # 208Ð Latin capital letter eth
-letter \X00DE 2357 # 222Þ Latin capital letter thorn
-letter \X00E3 13678 # 227ã Latin small letter a with tilde
-letter \X00F1 13458 # 241ñ Latin small letter n with tilde
-letter \X00F5  1358 # 245õ Latin small letter o with tilde
-letter \X00E5 16 # 229å Latin small letter a with ring above
-letter \X00E7 1234678 # 231ç Latin small letter c with cedilla
-letter \X00F8 24678 # 248ø Latin small letter o with stroke
-letter \X00E6 34578 # 230æ Latin small letter ae
-letter \X00F0 23458 # 240ð Latin small letter eth
-letter \X00FE 12348 # 254þ Latin small letter thorn
-# liblouis: Hungarian Grade 1 table
-#
-#  Copyright (C) 2011-2017 Attila Hammer from IT Foundation for the Visually Impaired - Hungary. www.infoalap.hu
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-#
-#  Maintained by Attila Hammer  hammer.attila@infoalap.hu
-#
-# If you found bugs with hungarian grade1 table, report it with following address:
-# Attila Hammer <hammer.attila@infoalap.hu
-#If you have a Launchpad account, report table related requests with following bug tracker address: https://bugs.launchpad.net/belin
-
-space \s 0 blank
-space \t 0
-space \x001b 1b escape character for html back-translation
-space   0	be careful of this line, \x00a0 no-break space simbol
-space  0
-space	\s	0	SPACE
-space \x000a 0
-space \x000d 0
-punctuation	!	5	EXCLAMATION MARK
-punctuation	$	46
-punctuation	%	123456	PERCENT SIGN
-punctuation	'	6	APOSTROPHE
-punctuation	(	236	LEFT PARENTHESIS
-punctuation	)	356	RIGHT PARENTHESIS
-punctuation	*	35	ASTERISK
-punctuation	+	235	PLUS SIGN
-punctuation	,	2	COMMA
-punctuation	-	36	HYPHEN-MINUS
-punctuation − 36	Added u+2212 simbol
-punctuation	/	256	SOLIDUS
-
-punctuation	.	3	FULL STOP
-sign # 3456
-punctuation	:	25	COLON
-punctuation	;	23	SEMICOLON
-punctuation	<	56	LESS-THAN SIGN
-punctuation	=	2356	EQUALS SIGN
-punctuation @ 45
-punctuation	>	45	GREATER-THAN SIGN
-punctuation	?	26	QUESTION MARK
-
-punctuation	[	123567	LEFT SQUARE BRACKET
-punctuation	\\	347	REVERSE SOLIDUS
-punctuation	]	234567	RIGHT SQUARE BRACKET
-punctuation	~	2346	TILDE
-
-punctuation	^	2346	CIRCUMFLEX ACCENT
-letter  456
-punctuation _ 6-36
-punctuation          _ 456           #95    _  LOW LINE
-punctuation	`	345	GRAVE ACCENT
-
-#Accented letters
-uplow	Áá	4	LATIN SMALL LETTER A WITH ACUTE
-uplow	Éé	16	LATIN SMALL LETTER E WITH ACUTE
-uplow	Íí	34	LATIN SMALL LETTER I WITH ACUTE
-uplow	Óó	246	LATIN SMALL LETTER O WITH ACUTE
-uplow	Úú	346	LATIN SMALL LETTER U WITH ACUTE
-uplow	Üü	12356	LATIN SMALL LETTER U WITH DIAERESIS
-uplow	Őő	12456	LATIN SMALL LETTER O WITH DOUBLE ACUTE
-uplow	Űű	23456	LATIN CAPITAL LETTER U WITH DOUBLE ACUTE
-uplow Öö 12345
-uplow Õõ 12456
-lowercase û 23456
-uplow Zz 126
-punctuation & 5-12346
-letter q 12346
-punctuation	{	12356	LEFT CURLY BRACKET
-punctuation	|	34	VERTICAL LINE
-punctuation	}	23456	RIGHT CURLY BRACKET
-punctuation	"	4	QUOTATION MARK
-include latinLetterDef6Dots.uti
-include digits6DotsPlusDot6.uti
-space	 	0	EN SPACE
-space	 	0	EM SPACE
-space	 	0	THREE-PER-EM SPACE
-space	 	0	FOUR-PER-EM SPACE
-space	 	0	SIX-PER-EM SPACE
-punctuation	 	0	FIGURE SPACE
-space	 	0	PUNCTUATION SPACE
-space	 	0	THIN SPACE
-space	 	0	HAIR SPACE
-punctuation	 	0	NARROW NO-BREAK SPACE
-space	 	0	MEDIUM MATHEMATICAL SPACE
-punctuation	─	2356	BOX DRAWINGS LIGHT HORIZONTAL
-punctuation	━	2356	BOX DRAWINGS HEAVY HORIZONTAL
-punctuation	│	123456	BOX DRAWINGS LIGHT VERTICAL
-punctuation	┃	123456	BOX DRAWINGS HEAVY VERTICAL
-punctuation	┄	2356	BOX DRAWINGS LIGHT TRIPLE DASH HORIZONTAL
-punctuation	┅	2356	BOX DRAWINGS HEAVY TRIPLE DASH HORIZONTAL
-punctuation	┆	123456	BOX DRAWINGS LIGHT TRIPLE DASH VERTICAL
-punctuation	┇	123456	BOX DRAWINGS HEAVY TRIPLE DASH VERTICAL
-punctuation	┈	2356	BOX DRAWINGS LIGHT QUADRUPLE DASH HORIZONTAL
-punctuation	┉	2356	BOX DRAWINGS HEAVY QUADRUPLE DASH HORIZONTAL
-punctuation	┊	123456	BOX DRAWINGS LIGHT QUADRUPLE DASH VERTICAL
-punctuation	┋	123456	BOX DRAWINGS HEAVY QUADRUPLE DASH VERTICAL
-punctuation	┌	2356	BOX DRAWINGS LIGHT DOWN AND RIGHT
-punctuation	┍	2356	BOX DRAWINGS DOWN LIGHT AND RIGHT HEAVY
-punctuation	┎	2356	BOX DRAWINGS DOWN HEAVY AND RIGHT LIGHT
-punctuation	┏	2356	BOX DRAWINGS HEAVY DOWN AND RIGHT
-punctuation	┐	2356	BOX DRAWINGS LIGHT DOWN AND LEFT
-punctuation	┑	2356	BOX DRAWINGS DOWN LIGHT AND LEFT HEAVY
-punctuation	┒	23567	BOX DRAWINGS DOWN HEAVY AND LEFT LIGHT
-punctuation	┓	2356	BOX DRAWINGS HEAVY DOWN AND LEFT
-punctuation	└	123456	BOX DRAWINGS LIGHT UP AND RIGHT
-punctuation	┕	123456	BOX DRAWINGS UP LIGHT AND RIGHT HEAVY
-punctuation	┖	123456	BOX DRAWINGS UP HEAVY AND RIGHT LIGHT
-punctuation	┗	123456	BOX DRAWINGS HEAVY UP AND RIGHT
-punctuation	┘	123456	BOX DRAWINGS LIGHT UP AND LEFT
-punctuation	┙	123456	BOX DRAWINGS UP LIGHT AND LEFT HEAVY
-punctuation	┚	123456	BOX DRAWINGS UP HEAVY AND LEFT LIGHT
-punctuation	┛	123456	BOX DRAWINGS HEAVY UP AND LEFT
-punctuation	├	123456	BOX DRAWINGS LIGHT VERTICAL AND RIGHT
-punctuation	┝	123456	BOX DRAWINGS VERTICAL LIGHT AND RIGHT HEAVY
-punctuation	┞	123456	BOX DRAWINGS UP HEAVY AND RIGHT DOWN LIGHT
-punctuation	┟	123456	BOX DRAWINGS DOWN HEAVY AND RIGHT UP LIGHT
-punctuation	┠	123456	BOX DRAWINGS VERTICAL HEAVY AND RIGHT LIGHT
-punctuation	┡	123456	BOX DRAWINGS DOWN LIGHT AND RIGHT UP HEAVY
-punctuation	┢	123456	BOX DRAWINGS UP LIGHT AND RIGHT DOWN HEAVY
-punctuation	┣	123456	BOX DRAWINGS HEAVY VERTICAL AND RIGHT
-punctuation	┤	123456	BOX DRAWINGS LIGHT VERTICAL AND LEFT
-punctuation	┥	123456	BOX DRAWINGS VERTICAL LIGHT AND LEFT HEAVY
-punctuation	┦	123456	BOX DRAWINGS UP HEAVY AND LEFT DOWN LIGHT
-punctuation	┧	123456	BOX DRAWINGS DOWN HEAVY AND LEFT UP LIGHT
-punctuation	┨	123456	BOX DRAWINGS VERTICAL HEAVY AND LEFT LIGHT
-punctuation	┩	123456	BOX DRAWINGS DOWN LIGHT AND LEFT UP HEAVY
-punctuation	┪	123456	BOX DRAWINGS UP LIGHT AND LEFT DOWN HEAVY
-punctuation	┫	123456	BOX DRAWINGS HEAVY VERTICAL AND LEFT
-punctuation	┬	2356	BOX DRAWINGS LIGHT DOWN AND HORIZONTAL
-punctuation	┭	2356	BOX DRAWINGS LEFT HEAVY AND RIGHT DOWN LIGHT
-punctuation	┮	2356	BOX DRAWINGS RIGHT HEAVY AND LEFT DOWN LIGHT
-punctuation	┯	2356	BOX DRAWINGS DOWN LIGHT AND HORIZONTAL HEAVY
-punctuation	┰	2356	BOX DRAWINGS DOWN HEAVY AND HORIZONTAL LIGHT
-punctuation	┱	2356	BOX DRAWINGS RIGHT LIGHT AND LEFT DOWN HEAVY
-punctuation	┲	2356	BOX DRAWINGS LEFT LIGHT AND RIGHT DOWN HEAVY
-punctuation	┳	2356	BOX DRAWINGS HEAVY DOWN AND HORIZONTAL
-punctuation	┴	123456	BOX DRAWINGS LIGHT UP AND HORIZONTAL
-punctuation	┵	123456	BOX DRAWINGS LEFT HEAVY AND RIGHT UP LIGHT
-punctuation	┶	123456	BOX DRAWINGS RIGHT HEAVY AND LEFT UP LIGHT
-punctuation	┷	123456	BOX DRAWINGS UP LIGHT AND HORIZONTAL HEAVY
-punctuation	┸	123456	BOX DRAWINGS UP HEAVY AND HORIZONTAL LIGHT
-punctuation	┹	123456	BOX DRAWINGS RIGHT LIGHT AND LEFT UP HEAVY
-punctuation	┺	123456	BOX DRAWINGS LEFT LIGHT AND RIGHT UP HEAVY
-punctuation	┻	123456	BOX DRAWINGS HEAVY UP AND HORIZONTAL
-punctuation	┼	123456	BOX DRAWINGS LIGHT VERTICAL AND HORIZONTAL
-punctuation	┽	123456	BOX DRAWINGS LEFT HEAVY AND RIGHT VERTICAL LIGHT
-punctuation	┾	123456	BOX DRAWINGS RIGHT HEAVY AND LEFT VERTICAL LIGHT
-punctuation	┿	123456	BOX DRAWINGS VERTICAL LIGHT AND HORIZONTAL HEAVY
-punctuation	╀	123456	BOX DRAWINGS UP HEAVY AND DOWN HORIZONTAL LIGHT
-punctuation	╁	123456	BOX DRAWINGS DOWN HEAVY AND UP HORIZONTAL LIGHT
-punctuation	╂	123456	BOX DRAWINGS VERTICAL HEAVY AND HORIZONTAL LIGHT
-punctuation	╃	123456	BOX DRAWINGS LEFT UP HEAVY AND RIGHT DOWN LIGHT
-punctuation	╄	123456	BOX DRAWINGS RIGHT UP HEAVY AND LEFT DOWN LIGHT
-punctuation	╅	123456	BOX DRAWINGS LEFT DOWN HEAVY AND RIGHT UP LIGHT
-punctuation	╆	123456	BOX DRAWINGS RIGHT DOWN HEAVY AND LEFT UP LIGHT
-punctuation	╇	123456	BOX DRAWINGS DOWN LIGHT AND UP HORIZONTAL HEAVY
-punctuation	╈	123456	BOX DRAWINGS UP LIGHT AND DOWN HORIZONTAL HEAVY
-punctuation	╉	123456	BOX DRAWINGS RIGHT LIGHT AND LEFT VERTICAL HEAVY
-punctuation	╊	123456	BOX DRAWINGS LEFT LIGHT AND RIGHT VERTICAL HEAVY
-punctuation	╋	123456	BOX DRAWINGS HEAVY VERTICAL AND HORIZONTAL
-punctuation	╌	2356	BOX DRAWINGS LIGHT DOUBLE DASH HORIZONTAL
-punctuation	╍	2356	BOX DRAWINGS HEAVY DOUBLE DASH HORIZONTAL
-punctuation	╎	123456	BOX DRAWINGS LIGHT DOUBLE DASH VERTICAL
-punctuation	╏	123456	BOX DRAWINGS HEAVY DOUBLE DASH VERTICAL
-punctuation	═	2356	BOX DRAWINGS DOUBLE HORIZONTAL
-punctuation	║	123456	BOX DRAWINGS DOUBLE VERTICAL
-punctuation	╒	2356	BOX DRAWINGS DOWN SINGLE AND RIGHT DOUBLE
-punctuation	╓	2356	BOX DRAWINGS DOWN DOUBLE AND RIGHT SINGLE
-punctuation	╔	2356	BOX DRAWINGS DOUBLE DOWN AND RIGHT
-punctuation	╕	2356	BOX DRAWINGS DOWN SINGLE AND LEFT DOUBLE
-punctuation	╖	2356	BOX DRAWINGS DOWN DOUBLE AND LEFT SINGLE
-punctuation	╗	2356	BOX DRAWINGS DOUBLE DOWN AND LEFT
-punctuation	╘	123456	BOX DRAWINGS UP SINGLE AND RIGHT DOUBLE
-punctuation	╙	123456	BOX DRAWINGS UP DOUBLE AND RIGHT SINGLE
-punctuation	╚	123456	BOX DRAWINGS DOUBLE UP AND RIGHT
-punctuation	╛	123456	BOX DRAWINGS UP SINGLE AND LEFT DOUBLE
-punctuation	╜	123456	BOX DRAWINGS UP DOUBLE AND LEFT SINGLE
-punctuation	╝	123456	BOX DRAWINGS DOUBLE UP AND LEFT
-punctuation	╞	123456	BOX DRAWINGS VERTICAL SINGLE AND RIGHT DOUBLE
-punctuation	╟	123456	BOX DRAWINGS VERTICAL DOUBLE AND RIGHT SINGLE
-punctuation	╠	123456	BOX DRAWINGS DOUBLE VERTICAL AND RIGHT
-punctuation	╡	123456	BOX DRAWINGS VERTICAL SINGLE AND LEFT DOUBLE
-punctuation	╢	123456	BOX DRAWINGS VERTICAL DOUBLE AND LEFT SINGLE
-punctuation	╣	123456	BOX DRAWINGS DOUBLE VERTICAL AND LEFT
-punctuation	╤	2356	BOX DRAWINGS DOWN SINGLE AND HORIZONTAL DOUBLE
-punctuation	╥	2356	BOX DRAWINGS DOWN DOUBLE AND HORIZONTAL SINGLE
-punctuation	╦	2356	BOX DRAWINGS DOUBLE DOWN AND HORIZONTAL
-punctuation	╧	123456	BOX DRAWINGS UP SINGLE AND HORIZONTAL DOUBLE
-punctuation	╨	123456	BOX DRAWINGS UP DOUBLE AND HORIZONTAL SINGLE
-punctuation	╩	123456	BOX DRAWINGS DOUBLE UP AND HORIZONTAL
-punctuation	╪	123456	BOX DRAWINGS VERTICAL SINGLE AND HORIZONTAL DOUBLE
-punctuation	╫	123456	BOX DRAWINGS VERTICAL DOUBLE AND HORIZONTAL SINGLE
-punctuation	╬	123456	BOX DRAWINGS DOUBLE VERTICAL AND HORIZONTAL
-punctuation	╭	2356	BOX DRAWINGS LIGHT ARC DOWN AND RIGHT
-punctuation	╮	2356	BOX DRAWINGS LIGHT ARC DOWN AND LEFT
-punctuation	╯	123456	BOX DRAWINGS LIGHT ARC UP AND LEFT
-punctuation	╰	123456	BOX DRAWINGS LIGHT ARC UP AND RIGHT
-punctuation	╱	47	BOX DRAWINGS LIGHT DIAGONAL UPPER RIGHT TO LOWER LEFT
-punctuation	╲	18	BOX DRAWINGS LIGHT DIAGONAL UPPER LEFT TO LOWER RIGHT
-punctuation	╳	14	BOX DRAWINGS LIGHT DIAGONAL CROSS
-punctuation	╴	2356	BOX DRAWINGS LIGHT LEFT
-punctuation	╵	123456	BOX DRAWINGS LIGHT UP
-punctuation	╶	2356	BOX DRAWINGS LIGHT RIGHT
-punctuation	╷	2356	BOX DRAWINGS LIGHT DOWN
-#punctuation	%	2356	BOX DRAWINGS HEAVY LEFT
-punctuation	╹	123456	BOX DRAWINGS HEAVY UP
-punctuation	╺	2356	BOX DRAWINGS HEAVY RIGHT
-punctuation	╻	2356	BOX DRAWINGS HEAVY DOWN
-punctuation	╼	2356	BOX DRAWINGS LIGHT LEFT AND HEAVY RIGHT
-punctuation	╽	123456	BOX DRAWINGS LIGHT UP AND HEAVY DOWN
-punctuation	╾	2356	BOX DRAWINGS HEAVY LEFT AND LIGHT RIGHT
-punctuation	╿	123456	BOX DRAWINGS HEAVY UP AND LIGHT DOWN
-punctuation – 36
-punctuation … 3-3-3
-punctuation « 26
-punctuation » 26
-punctuation ‘ 23567
-punctuation ’ 47
-punctuation ‚ 26
-punctuation “ 236
-punctuation ” 356
-punctuation „ 1268
-sign • 26
-punctuation ś 26
-letter ź 134568
-punctuation — 36-36
-lowercase ä 26
-punctuation · 3 MIDDLE DOT
-punctuation § 3456-1236
-punctuation … 3-3-3
-letter ç 14
-letter þ 245
-letter ø 12345
-letter ë 12345
-punctuation º 0
-punctuation \x001e 36	If I replace this sequence with normal unicode character, lou_checktable present an error message
-letter è 15
-letter ê 15
-uppercase Æ 4-1 LATIN CAPITAL LETTER AE LATIN CAPITAL LETTER A E 
-sign € 56-15
-letter ff 0
-letter fi 0
-letter fl 0
-letter ffi 0
-letter ffl 0
-letter ţ 0
-letter ş 0
-letter ř 1235
-letter à 4
-letter ñ 1345
-#-display-name: Marwari braille
-
-#+locale:mwr
-#+type:literary
-
-# TODO: Please correct the metadata above. It is not meant to be
-# accurate nor complete. It hasn't been verified by the table
-# author yet. It is merely an attempt by the liblouis maintainers
-# to get some sensible initial values in place.
-
-# TODO: Please add a reference to official documentation about
-# the implemented braille code. Preferably submit the documents
-# to https://github.com/liblouis/braille-specs.
-
-include spaces.ctb
-include mwr.ctb
-include braille-patterns.cti
-#-display-name: Mainland Chinese braille without tone
-
-#+locale:cmn-Hans-CN
-#+type:literary
-#+system:cmn-traditional
-#+variant:no-tone
-
-# We corresponded to Braille and the simplify Chinese characters
-# referring to the rules of a book named the website linking
-# http://blog.chinaunix.net/uid-25544300-id-3281847.html. And first we
-# looked up the Chinese character coding rules turning to the Unicode
-# and download the library. Then what we need was the rules of Chinese
-# pinyin text to Braille referring to the web link
-# http://www.doc88.com/p-387479699152.html. In order to achieve the
-# function we wrote the code with CPP
-
-include zh-chn.ctb
-include braille-patterns.cti
-# Urdu 6 Dot Grade 2 Braille Table
-#
-#+locale:ur_PK
-#+type:literary
-#+contraction:yes
-#+grade:2
-#
-# Copyright (C) 2018 Compass Braille
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-#
-# Prepared by Jake Kyle, Compass Braille in consultation with Buta Masih
-# Contact: jake@compassbraille.org
-# www.compassbraille.org
-# Last updated 15th August 2018
-
-include ur-pk-g1.utb
-
-# ---------------------------------------
-# Contractions of Aspirated Digraphs
-# ---------------------------------------
-
-# basic aspirated digraphs
-always \x0628\x06BE 23          B8          2
-always \x067E\x06BE 235         P8          6
-always \x062A\x06BE 1256        T8          [backslash]
-always \x0679\x06BE 135         [8          O
-always \x062C\x06BE 356         J8          0
-always \x06A9\x06BE 46          K8          .
-partword \x0686\x06BE 16        C8          *
-
-# ------------------------------------------------------------------------------------------
-# Contractions of aspirated digraphs followed by Fatha (1), Kasra (E) or Damma (U)
-# Needed because of the order that the characters appear in text file
-# ------------------------------------------------------------------------------------------
-
-#                                                        ASCII in full   ASCII contraction
-# BU8
-always \x0628\x064F\x06BE\x0648 23-136-2456              BU8W            2UW
-always \x0628\x064F\x06BE\x0646 23-136-1345              BU8N            2UN
-always \x0628\x064F\x06BE\x0644\x0627 23-136-1236        BU8LA           2UV
-
-# BE8
-always \x0628\x0650\x06BE\x062C 23-15-245                BE8J            2EJ
-
-# PE8
-partword \x067E\x0650\x06BE\x0631 235-15-1235            PE8R            6ER
-word \x067E\x0650\x06BE\x0631 235                        PE8R            6
-
-# P18
-always \x067E\x064E\x06BE\x0644 235-2-123                P18L            61L
-always \x067E\x064E\x06BE\x0644\x0627 235-2-1236         P18LA           61V
-always \x067E\x064E\x06BE\x06CC 235-2-24                 P18I            61I
-
-# PU8
-always \x067E\x064F\x06BE\x0644 235-136-123              PU8L            6UL
-always \x067E\x064F\x06BE\x0648 235-136-2456             PU8W            6UW
-
-# TE8
-always \x062A\x0650\x06BE\x06CC 1256-15-24               TE8I            [backslash]EI
-always \x0633\x0627\x062A\x0650\x06BE 3456-234-15        SATE8            #S           
-
-# T18
-always \x062A\x064E\x06BE\x06CC 1256-2-24                T18I            [backslash]1I
-
-# [E8
-always \x0679\x0650\x06BE\x06CC\x0627 135-15-13456       [E8Y            OEY
-
-# CE8
-always \x0686\x0650\x06BE\x062F 16-15-145                CE8D            *ED
-always \x0686\x0650\x06BE\x06CC 16-15-24                 CE8I            *EI
-always \x0686\x0650\x06BE\x0646\x0627 16-15-26           CE8NA           *E5
-
-# CU8
-always \x0686\x064F\x06BE\x067E 16-136-1234              CU8P            *UP
-always \x0686\x064F\x06BE\x0631 16-136-1235              CU8P            *UR
-always \x0686\x064F\x06BE\x0648 16-136-2456              CU8W            *UW
-always \x0686\x064F\x06BE\x0648\x0626\x06D2 16-136-56-34 CU8W'/          *U;/          
-always \x0686\x064F\x06BE\x0679 16-136-246               CU8[            *U[
-always \x0686\x064F\x06BE\x0691 16-136-12456             CU8]            *U]
-
-# C18
-always \x0686\x064E\x06BE\x0648 16-2-2456                C18W            *1W
-
-# JU8
-always \x062C\x064F\x06BE\x06A9 356-136-13               JU8K            0UK
-
-# KE8
-always \x06A9\x0650\x06BE\x0691 46-15-12456              KE8]            .E]
-always \x06A9\x0650\x06BE\x0644\x0627 46-15-1236         KE8LA           .EV
-
-# KU8
-always \x06A9\x064F\x06BE\x0648 46-136-2456              KU8W            .UW
-always \x06A9\x064F\x06BE\x067E 46-136-1234              KU8P            .UP
-always \x06A9\x064F\x06BE\x0644 46-136-123               KU8L            .UL
-always \x06A9\x064F\x06BE\x0679 46-136-246               KU8[            .U[
-always \x06A9\x064F\x06BE\x062F 46-136-145               KU8D            .UD
-
-
-# -------------------------------------------------------------------------------------------
-# Shadda (\x0651) goes after consonant in text file but must go before it in Braille
-# -------------------------------------------------------------------------------------------
-
-# ------------------------------------
-# Dealing with Shadda Grade 2
-# ------------------------------------
-
-always \x0646\x0651\x0627 6-26                   N,A          ,5
-always \x06CC\x0651\x0627 6-13456                I,A          ,Y
-always \x06A9\x06BE\x0651\x0627 6-46-1           K8,A         ,.A
-always \x06A9\x06BE\x0651\x0650 6-46-15          K8,E         ,.E
-always \x06A9\x06BE\x0651\x06CC 6-46-24          K8,I         ,.I
-always \x06A9\x06BE\x0651\x0648 6-46-2456        K8,W         ,.W
-always \x06A9\x06BE\x0651\x06D2 6-46-34          K8,/         ,./
-always \x06A9\x06BE\x0651\x064F 6-46-136         K8,U         ,.U
-always \x06A9\x06BE\x0651\x0646 6-46-1345        K8,N         ,.N
-always \x06A9\x06BE\x0650\x0651 6-46-15          K8E,         ,.E
-always \x06A9\x0651\x06BE\x0646 6-46-1345        K,8N         ,.N
-always \x0686\x06BE\x0651\x0627 6-16-1           C8,A         ,*A
-always \x0686\x0651\x06BE\x0627 6-16-1           C,8A         ,*A
-always \x0686\x06BE\x0651\x06CC 6-16-24          C8,I         ,*I
-always \x0686\x0651\x06BE\x06CC 6-16-24          C,8I         ,*I
-always \x0686\x06BE\x0651\x06D2 6-16-34          C8,/         ,*/
-always \x0686\x0651\x06BE\x06D2 6-16-34          C,8/         ,*/
-always \x0686\x0651\x06BE\x064F 6-16-136         C,8U         ,*U
-always \x0686\x0651\x06BE\x0645 6-16-134         C,8M         ,*M
-always \x0686\x06BE\x0651\x0648 6-16-2456        C8,W         ,*W
-always \x062A\x0651\x06BE 6-1256                 T,8          ,[backslash]
-always \x062A\x06BE\x0651 6-1256                 T8,          ,[backslash]
-begmidword \x062A\x0651\x0627 6-256              T,A          ,4
-begmidword \x0628\x0651\x0627 6-25               B,A          ,3
-always \x0628\x0651\x0627\x0646 6-12-35          B,AN         ,B9
-always \x0644\x0627\x0651 6-1236                 LA,          ,V
-always \x0644\x0651\x0627 6-1236                 L,A          ,V
-always \x0679\x0651\x06BE 6-135                  [,8          ,O
-always \x0679\x06BE\x0651\x06D2 6-135-34         [8,/         ,O/
-always \x0679\x06BE\x0651\x0627 6-135-1          [8,A         ,OA
-
-
-# -----------------------------------------------------
-# Grade 2 Contractions
-# -----------------------------------------------------
-
-# 1 Character Signs                                                        ASCII Full          ASCII Contraction    Remarks
-midword \x064E 2                                                           1                   1                    Needed for correct back-translation
-midendword \x06BE 236                                                      8                   8                    Needed for correct back-translation
-endword \x0627\x064B 6                                                     A2                  ,
-word \x0627\x06CC\x06A9 1                                                  AIK                 A          
-word \x0628\x064F\x06C1\x062A 12                                           BUHT                B          
-word \x0628\x06C1\x062A 12                                                 BHT                 B          
-word \x067E\x0631 1234                                                     PR                  P          
-word \x062A\x0648 2345                                                     TW                  T          
-word \x062A\x06C1\x0627\x0628\x062A 1456                                   THABT               ?          
-word \x062C\x0648 245                                                      JW                  J          
-word \x0686\x0627\x06C1\x06CC\x06D2 14                                     CAHI/               C          
-word \x0686\x0627\x06C1\x0626\x06D2 14                                     CAH'/               C
-word \x0634\x0627\x0635\x0644 156                                          :A&L                :     
-word \x062E\x0627\x0644\x06CC 1346                                         XALI                X          
-word \x062F\x0648\x0646\x0648\x06BA 145                                    DWNW;               D          
-word \x0688\x0627\x06A9\x062A\x0631 346                                    +AKTR               +          
-word \x0630\x0631\x0627 2346                                               !RA                 !
-word \x0631\x0627\x0626\x06D2 1235                                         RA'/                R          
-word \x0631\x0627\x0654\x06D2 1235                                         RA'/                R          
-word \x06A9\x0648 12456                                                    KW                  ]          
-word \x0632\x06CC\x0627\x062F\x06C1 1356                                   ZIADH               Z            
-word \x0632\x0650\x06CC\x0627\x062F\x06C1 1356                             ZEYDH               Z
-word \x0633\x06D2 234                                                      S/                  S          
-word \x0634\x0627\x06CC\x062F 146                                          %AID                %
-word \x0635\x0650\x0631\x0641 12346                                        &ERF                &          
-word \x0636\x0627\x0626\x0639 1246                                         $A'(                $          
-word \x0637\x0631\x062D 23456                                              )R:                 )          
-word \x063A\x0631\x0636 126                                                <R$                 <          
-word \x0641\x0627\x0636 124                                                FR$                 F           
-word \x0642\x0628\x0644 12345                                              QBL                 Q          
-word \x06A9\x06C1 13                                                       KH                  K          
-word \x0644\x06CC\x06A9\x0646 123                                          LIKN                L          
-word \x0645\x06CC\x06BA 134                                                MI;                 M          
-begword \x0645\x064B\x06CC\x06BA 134                                       M2I;                M
-word \x0646\x06C1\x06CC\x06BA 1345                                         NHI;                N          
-word \x0648\x06C1 2456                                                     WH                  W          
-word \x06C1\x06D2 125                                                      H/                  H          
-#midendword \x0633\x0627 345                                                SA                  >                     Contraction correct but advised to ignore as it is confusing.
-prfword \x0646\x06D2 3456                                                  N/                  #          
-word \x06CC\x06C1 24                                                       IH                  I          
-midendword \x06D2 34                                                       /                   /                    Needed for correct back-translation
-sufword \x06C1\x0648 34                                                    HW                  /          
-always \x06C1\x064F\x0648\x0626\x06CC 34-24                                HUW'I               /I
-always \x06C1\x064F\x0648\x0654\x0627 34-1                                 HUW'A               /A
-always \x06C1\x064F\x0648\x0626\x06D2 34-34                                HUW'/               //
-always \x06C1\x064F\x0648\x0626\x0650\x06CC\x06BA 34-15-24-56              HUW'EI;             /EI;
-word \x06C1\x0648\x0627 125-2456-1                                         HWA                 HWA                   added 14-11-2017
-word \x06C1\x0648\x0020\x06AF\x0627 34-1245-1                              HW GA               /GA                   join words up.
-word \x06C1\x0648\x0020\x06AF\x06CC 34-1245-24                             HW GI               /GI                   join words up.
-always \x06CC\x0627 13456                                                  IA                  Y          
-always \x0628\x06CC\x0627 12-13456                                         BIA                 BY                    to override BI contraction
-always \x0650\x06CC\x0627\x0646 13456-1345                                 EIAN                YN          
-always \x0627\x0646 35                                                     AN                  9          
-always \x0628\x0627\x0646 12-35                                            BAN                 B9                    to override BA contraction
-always \x0644\x0627 1236                                                   LA                  V                     but not when LA' in which case A' takes precedence
-begword \x0628\x06CC 36                                                    BI                  -          
-begword \x0628\x06D2 36                                                    B/                  -          
-begmidword \x0628\x0627 25                                                 BA                  3          
-begmidword \x062A\x0627 256                                                TA                  4          
-always \x0627\x0626 4                                                      A'                  @          
-syllable \x0627\x0626 4                                                    A'                  @          
-always \x0627\x0654 4                                                      A'                  @          
-syllable \x0627\x0654 4                                                    A'                  @          
-always \x0627\x0648\x0654 4-2456                                           AW'                 @W
-syllable \x0627\x0648\x0654 4-2456                                         AW'                 @W
-always \x0627\x0648\x0654\x064F 4-136-2456                                 AW'U                @UW 
-syllable \x0627\x0648\x0654\x064F 4-136-2456                               AW'U                @UW 
-word \x067E\x06BE\x0650\x0631 235                                          P8ER                6          
-word \x062A\x06A9 1256                                                     TK                  [backslash]
-word \x062C\x0628 356                                                      JB                  J          
-word \x062C\x0628\x06A9\x06C1 245-13                                       JBKH                JK                    Using contraction for JB and KH together        
-word \x0627\x0648\x0631 136                                                AWR                 U          
-lowword \x0628\x06BE\x06CC 23                                              B8I                 2
-word \x0679\x0650\x06BE\x06CC\x06A9 135                                    [E8IK               O          
-word \x0679\x06BE\x06CC\x06A9 135                                          [8IK                O          
-#word \x0645\x06AF\x0631 2356                                               MGR                 7                     Contraction correct but better to ignore
-#endword \x0648\x0646\x06AF 2356                                            WNG                 7                     Contraction correct but better to ignore
-always \x0646\x0627 26                                                     NA                  5          
-word \x062D\x0627\x0635\x0650\x0644 156                                    :A&EL               :
-always \x0020\x0648\x0020 36                                               spaceWspace         -                      join words with hyphen
-
-# New Ones
-word \x0639\x0631\x0636 12356                                              (R$                  (          
-
-# Dot 5 Signs
-always \x0622\x0626\x0646\x062F\x06C1 5-345                                >'NDH               ">          
-always \x0622\x0654\x0646\x062F\x06C1 5-345                                >'NDH               ">          
-begword \x067E\x0631\x0648 5-1234                                          PRW                 "P          
-always \x062A\x06CC\x0631 5-2345                                           TIR                 "T          
-begword \x062C\x0646\x06A9 5-245                                           JNK                 "J          
-always \x0686\x0627\x0631 5-14                                             CAR                 "C          
-always \x062D\x0627\x0644 5-156                                            :AL                 ":          
-sufword \x062E\x064F\x0648\x0634 5-1346                                    XUW%                "X          
-always \x062F\x0627\x0631 5-145                                            DAR                 "D          
-always \x0688\x0627\x0644 5-346                                            +AL                 "+          
-always \x0630\x0631\x06CC\x0630 5-2346                                     !RI(                "!          
-always \x0631\x0648\x0632 5-1235                                           RWZ                 "R          
-word \x06A9\x0648\x0626\x06CC 5-12456                                      KW'I                ")          
-sufword \x0633\x0627\x0631 5-234                                           SAR                 "S          corrected 04-01-2018
-always \x0634\x0627\x062F 5-146                                            %AD                 "%          
-always \x0635\x0627\x062D\x0650\x0628 5-12346                              &A:EB               "&          
-always \x0636\x0631\x064F\x0648\x0631 5-1246                               $RUWR               "$          
-word \x0637\x0631\x0641 5-23456                                            )RF                 ")          
-always \x0638\x0627\x06C1\x0650\x0631 5-123456                             =AHER               "=          
-always \x0639\x0627\x0645 5-12356                                          (AM                 "(          
-always \x063A\x064E\x06CC\x0631 5-126                                      <2IR                "<          
-always \x0641\x0631\x0642 5-124                                            FRQ                 "F          
-always \x0642\x0631\x0650\x06CC\x0628 5-12345                              QREIB               "Q          
-always \x0642\x0631\x06CC\x0628 5-12345                                    QRIB                "Q          
-always \x06A9\x0627\x0631 5-13                                             KAR                 "K          
-always \x06AF\x064F\x0632\x0631 5-1245                                     GUZR                "G          
-word \x0644\x0650\x0626\x06D2 5-123                                        LE'/                "L          
-always \x0644\x06CC\x0626\x06D2 5-123                                      LI'/                "L          
-always \x0645\x06CC\x0631 5-134                                            MIR                 "M          
-always \x0646\x0638\x0631 5-1345                                           N=R                 "N          
-partword \x0648\x0627\x0631 5-2456                                         WAR                 "W          
-word \x06C1\x06CC\x06BA 5-125                                              HI;                 "H          
-word \x06C1\x064E\x06CC\x06BA 5-125                                        H1I;                "H          
-sufword \x06CC\x0642\x0650\x06CC\x0646 5-24                                IQEIN               "I
-sufword \x06CC\x0642\x06CC\x0646 5-24                                      IQIN                "I
-always \x062A\x06BE\x0648\x0691 5-1256                                     T8W]                "[backslash]
-always \x0679\x064E\x06BE\x06CC\x0631 5-135                                [81IR               "O                   appears as [18IR in text file   
-always \x0679\x06BE\x06C1\x0631 5-135                                      [8HR                "O
-always \x0686\x06BE\x0648\x0691 5-16                                       C8W]                "*          
-# New Ones
-always \x062B\x0648\x0627\x0628 5-1456                                     ?WAB                "?          
-prfword \x06CC\x0648\x06BA 5-34                                            IW;                 "/
-prfword \x06CC\x064F\x0648\x06BA 5-34                                      IUW;                "/
-
-# Dot 45 Signs
-always \x0622\x06C1\x0650\x0633\x062A\x06C1 45-345                         >HESTH              ^>          
-always \x067E\x064F\x06C1\x0646\x0686 45-1234                              PUHNC               ^P          
-always \x067E\x06C1\x0648\x064F\x0646\x0686 45-1234                        PHWUNC              ^P          
-always \x067E\x06C1\x0646\x0686 45-1234                                    PHNC                ^P
-always \x0633\x0650\x0648\x0627 45-234                                     SEWA                ^S          corrected 04-01-2018
-always \x062A\x0639\x0644\x0651\x0642 45-2345                              T(,LQ               ^T          appears as T(L,Q in text file
-always \x062D\x0642\x06CC\x0642 45-156                                     :QIQ                ^:          
-always \x062D\x0642\x0650\x06CC\x0642 45-156                               :QEIQ               ^:
-always \x062E\x064F\x0648\x062F 45-1346                                    XUWD                ^X          
-always \x062E\x0648\x062F 45-1346                                          XWD                 ^X
-always \x06A9\x0648\x0634\x0650\x0634 45-12456                             KW%E%               ^]          
-always \x0632\x0650\x0646\x062F\x06AF\x06CC 45-1356                        ZENDGI              ^Z          
-always \x0635\x062D\x06CC\x062D 45-12346                                   &:I:                ^&          corrected 25-01-2018
-always \x0637\x0631\x0642\x0642 45-23456                                   )RIQ                ^)          
-always \x0639\x0651\x0627\x0648\x06C1 45-12356                             (LAWH               ^(          
-always \x0642\x0627\x0639\x062F 45-12345                                   QA(D                ^Q          
-always \x06A9\x0626\x06CC 45-13                                            K'I                 ^K          
-always \x0645\x0639\x0644\x064F\x0648\x0645 45-134                         M(LUWM              ^M          
-always \x0646\x0650\x06A9\x0644 45-1345                                    NEKL                ^N          
-always \x0648\x0627\x0642\x0639 45-2456                                    WAQ(                ^W          
-always \x0648\x0627\x0642\x0650\x0639 45-2456                              WAQE(               ^W
-always \x0627\x064F\x067E\x0631 45-136                                     AUPR                ^U          
-always \x0627\x064F\x0648\x067E\x0631 45-136                               AURPR               ^U
-
-# New Ones
-always \x062B\x0628\x0648\x062A 45-1456                                    ?BWT                ^?          
-word \x0634\x0627\x0645\x0644 45-146                                       %AML                ^%          
-
-# Dot 456 Signs
-always \x067E\x06C1\x0644 456-1234                                         PHL                 _P          
-always \x062A\x064F\x0645\x06C1\x0627\x0631 456-2345                       TUMHAR              _T          
-always \x062A\x0645\x06C1\x0627\x0631 456-2345                             TMHAR               _T          
-always \x062C\x06C1\x0627\x06BA 456-245                                    JHA;                _J          
-always \x0686\x0627\x06C1 456-14                                           CAH                 _C          
-always \x0686\x06C1\x0627\x06C1 456-14                                     CHAH                _C          
-always \x062E\x0635\x064F\x0648\x0635 456-1346                             X&UW&               _X          
-always \x0631\x0646\x06AF 456-1235                                         RNG                 _R          
-always \x06A9\x0650\x062F\x06BE\x0631 456-12456                            KED8R               _]       
-always \x0633\x0628\x06A9 456-234                                          SBK                 _S           
-always \x0634\x0631\x064F\x0648\x0639 456-146                              %RUW(               _%          
-always \x0635\x064F\x0648\x0631\x062A 456-12346                            &UWRT               _&          
-always \x0639\x0644\x0627\x062D\x062F\x06C1 456-12356                      (LA:DH              _(          
-always \x0641\x0627\x0626\x062F\x06C1 456-124                              FA'DH               _F          
-always \x0642\x0627\x0628\x0650\x0644 456-12345                            QABEL               _Q          
-always \x06AF\x064F\x0632\x0627\x0631 456-1245                             GUZAR               _G          
-always \x0646\x0650\x06C1\x0627\x06CC\x062A 456-1345                       NEHAIT              _N          
-always \x0648\x06C1\x0627\x06BA 456-2456                                   WHA;                _W          
-always \x06C1\x0645\x0627\x0631 456-125                                    HMAR                _H          
-always \x06CC\x06C1\x0627\x06BA 456-24                                     IHA;                _I          
-word \x06A9\x06C1\x0627\x06BA 456-13                                       KHA;                _K          
-# New Ones
-always \x0622\x0645\x0627\x062F\x06C1 456-345                              >MADH               _>          
-always \x0628\x0627\x0644\x06A9\x0644 456-12                               BALKL               _B          
-always \x0628\x0650\x0627\x0644\x06A9\x064F\x0644 456-12                   BEALKUL             _B
-begword \x0645\x064F\x0633\x062A 456-134                                   MUST                _M          
-begword \x0645\x0633\x062A 456-134                                         MST                 _M          
-
-
-# Dot 3456 Signs
-always \x062A\x0645\x0627\x0645 3456-2345                                  TMAM                #T          
-always \x062E\x0627\x0635 3456-1346                                        XA&                 #X          
-always \x06A9\x0627\x0641\x06CC 3456-12456                                 KAFI                #]          
-always \x0633\x0627\x062A\x06BE 3456-234                                   SAT8                #S          
-always \x06A9\x0650\x0633\x06CC 3456-13                                    KESI                #K          
-always \x0648\x0627\x067E\x0633 3456-2456                                  WAPS                #W          
-# New Ones
-always \x0622\x0648\x0627\x0632 3456-345                                   >WAZ                #>          
-always \x067E\x0632\x0646\x062F 3456-1234                                  PZND                #P          
-always \x067E\x0633\x0646\x062F 3456-1234                                  PSND                #P
-
-# Dot 56 Signs
-always \x0645\x0646\x062F 56-145                                           MND                 ;D
-endword \x06AF\x0627\x0631 56-1235                                         GAR                 ;R
-always \x062E\x06CC\x0632 56-1356                                          XIZ                 ;Z          
-#always \x06CC\x0646\x06AF 56-1245                                          ING                 ;G          Correct but advised to ignore
-always \x0646\x06D2\x0020\x0648\x0627\x0644 56-123                         NI WAL              ;L          
-always \x0646\x06D2\x0648\x0627\x0644 56-123                               NIWAL               ;L          
-always \x0648\x0626\x06CC 56-24                                            W'I                 ;I          
-always \x0648\x0626\x06D2 56-34                                            W'/                 ;/          
-always \x06CC\x062C\x06CC\x06D2 56-13456                                   IJI/                ;Y          
-always \x0650\x06CC\x062C\x0626\x06D2 56-13456                             EIJ'/               ;Y
-# New Ones
-always \x062F\x0627\x0634\x062A 56-2345                                    DA%T                ;T
-endword \x0641\x0631\x0648\x0634 56-146                                    FRW%                ;%
-endword \x0646\x0634\x06CC\x0646 56-1345                                   N%IN                ;N          
-endword \x062E\x0627\x0646\x0627 56-125                                    XANA                ;H          
-
-
-# Dot 6 Signs
-word \x0628\x0644\x06A9\x06C1 6-12                                          BLKH               ,B          
-word \x0628\x0627\x0648\x062C\x064F\x0648\x062F\x06CC\x06A9\x06C1 6-12-2456 BAWJUWDIKH         ,BW          
-word \x0628\x0634\x0631\x062A\x06CC\x06A9\x06C1 6-12-146                    B%RTIKH            ,B%          
-word \x062A\x0627\x06A9\x06C1 6-2345                                        TAKH               ,T          
-word \x062A\x0627\x0648\x0642\x062A\x06CC\x06A9\x06C1 6-2345-2456           TAWQTIKH           ,TW          
-word \x0686\x064F\x0648\x0646\x06A9\x06C1 6-14                              CUWNKH             ,C          
-word \x062D\x0627\x0644\x0627\x0646\x06A9\x0650 6-156                       :ALANKE            ,:          
-word \x062D\x0627\x0644\x0627\x0646\x06A9\x06C1 6-156                       :ALANKH            ,:
-word \x06D2\x062A\x0651\x0627\x06A9\x0650 6-156-2345                        :,TAKE             ,:T          appears as :T,AKE in text file.
-word \x06A9\x06CC\x064F\x0648\x0646\x06A9\x06C1 6-13                        KIUWNKH            ,K          
-word \x06A9\x06CC\x0648\x0646\x06A9\x06C1 6-13                              KIWNKH             ,K          
-word \x063A\x0631\x0636\x06CC\x06A9\x06C1 6-126                             <R$IKH             ,<          
-
-
-# Dot 46 Signs - all "New Ones"
-always \x067E\x0631\x0633\x062A 46-2345                                     PRST               .T          
-endword \x0628\x0627\x062F 46-145                                           BAD                .D          
-endword \x06AF\x06CC\x0631 46-1235                                          GIR                .R          
-endword \x0627\x0646\x06AF\x06CC\x0632 46-1356                              ANGIZ              .Z          
-endword \x0627\x0646\x062F\x06CC\x0634 46-146                               ANDI%              .%          
-endword \x062A\x0631\x06CC\x0646 46-1345                                    TRIN               .N          
-endword \x06AF\x0627\x06C1 46-125                                           GAH                .H          
-
-
-# Shortforms
-word \x0627\x0670\x06CC 1-23                                                A2I                 A2          
-word \x0627\x06C3\x0651\x0641\x0627\x0642 1-2345-124                        A,TFAQ              ATF          appears as AT,FAQ in text file
-word \x0627\x06C3\x0651\x0641\x0627\x0642\x0627\x06C3 1-2345-124-2345       A,TFAQAT            ATFT         appears as AT,FAQAT in text file
-word \x0627\x0686\x0627\x0646\x06A9 1-14                                    ACANK               AC          
-word \x0627\x06AF\x0631\x0686\x06C1 1-1245-14                               AGRCH               AGC          
-word \x0627\x0644\x0628\x062A\x0651\x06C1 1-123-12                          ALB,TH              ALB          appears as ALBT,H in text file
-word \x0627\x0645\x06A9\x0627\x0646 1-134-13                                AMKAN               AMK          
-word \x0627\x0645\x06A9\x0627\x0646\x0627\x062A 1-134-13-2345               AMKANAT             AMKT          
-word \x0686\x06BE 16-34                                                     C8                  */
-word \x062A\x0628\x06BE\x06CC 2345-23                                       TB8I                T2          
-word \x062C\x0628\x06BE\x06CC 245-23                                        JB8I                J2          
-word \x0633\x0628\x06BE\x06CC 234-23                                        SB8I                S2          
-word \x0639\x0646\x06A9\x0631\x06CC\x0628 12356-1345-13                     (NKRIB              (NK          
-word \x0639\x0646\x06A9\x0631\x0650\x06CC\x0628 12356-1345-13               (NKREIB             (NK          
-word \x06A9\x0628\x06BE\x06CC 13-23                                         KB8I                K2          
-word \x0644\x062D\x0627\x0638 123-156                                       L:A=                L:          
-word \x0644\x06C1\x0627\x0630\x0627 123-125                                 LHA!A               LH          
-word \x0645\x0631\x062A\x0628\x06C1 134-1235-2345                           MRTBH               MRT          
-word \x0645\x0632\x06CC\x062F 134-1356                                      MZID                MZ          
-word \x0645\x0637\x0627\x0628\x0642 134-23456                               M)ABQ               M)          
-word \x0645\x064F\x0637\x0627\x0628\x0650\x0642 134-23456                   MU)ABEQ             M)
-word \x0645\x064F\x0645\x06A9\x0650\x0646 134-134                           MUMKEN              MM          
-word \x0645\x064F\x0645\x06A9\x0650\x0646\x0627\x062A 134-135-2345          MUMKENAT            MMT          
-word \x0645\x0639\x0645\x064F\x0648\x0644 134-12356-134                     M(MUWL              M(M          
-word \x0645\x0639\x0645\x064F\x0648\x0644\x0627\x062A 134-12356-134         M(MUWLAT            M(MT          
-word \x0646\x0632\x062F\x06CC\x06A9 1345-1356                               NZDIK               NZ          
-word \x0648\x062C\x06C1 2456-245                                            WJH                 WJ          
-word \x0648\x063A\x064E\x06CC\x0631\x06C1 2456-126                          W<1IRH              W<          
-word \x0648\x063A\x06CC\x0631\x06C1 2456-126                                W<IRH               W<          
-word \x0648\x0631\x0646\x0627 2456-1235                                     WRNA                WR          
-word \x0648\x0631\x0646\x06C1 2456-1235                                     WRNH                WR
-word \x06CC\x0639\x0646\x06CC 24-12356                                      I(NI                I(          
-word \x0628\x0627\x0639\x062B 12-1456                                       BA(?                B?          
-word \x0628\x0639\x0636 12-1246                                             B($                 B$          
-word \x06C1\x0631\x06AF\x0650\x0632 125-1356                                HRGEZ               HZ          
-word \x06C1\x0631\x06AF\x0650\x0632 125-1356                                HWGEZ               HZ          
-word \x06C1\x0645\x06CC\x0634\x06C1 125-125                                 HMI%H               HH          
-word \x0645\x064F\x0646\x0627\x0633\x0650\x0628 134-12                      MUNASEB             MB          
-word \x0645\x0646\x0627\x0633\x0650\x0628 134-12                            MNASEB              MB          
-word \x067E\x06CC\x0634\x062A\x0631 1234-146                                PI%TR               P%          
-word \x062F\x06CC\x06AF\x0631 145-1245                                      DIGR                DG          
-word \x0628\x0631\x0627\x0628\x0631 12-12                                   BRABR               BB          
-word \x062C\x064F\x0633\x062A\x062C\x064F\x0648 245-245                     JUSTJUW             JJ          
-word \x0686\x064F\x0646\x0627\x0646\x0686\x06C1 14-14                       CUNANCH             CC          
-word \x062E\x0648\x0627\x06C1\x0645\x062E\x0648\x0627\x06C1 1346-1346       XWAHMXWAH           XX          
-word \x0633\x0650\x0644\x0633\x0650\x0644\x06C1 234-234                     SELSELH             SS          
-word \x06A9\x06CC\x0648\x06BA\x06A9\x0631 13-13                             KIW;KR              KK          as below but wthout space
-word \x06A9\x06CC\x0648\x06BA\x0020\x06A9\x0631 13-13                       KIW; KR             KK          
-word \x06AF\x064F\x0641\x062A\x06AF\x064F\x0648 1245-1245                   GUFTGUW             GG          
-word \x06AF\x0641\x062A\x06AF\x0648 1245-1245                               GFTGW               GG          
-word \x06CC\x06A9\x0627\x06CC\x06A9 24-24                                   IKAIK               II          
-word \x0627\x0628\x0020\x062A\x06A9 1-2345                                  AB TK               AT          
-word \x062C\x0628\x0020\x062A\x06A9 245-2345                                JB TK               JT          
-word \x062C\x0650\x0633\x0020\x0637\x0631\x06D2 245-23456                   JES )R:             J)          
-word \x062C\x0650\x0633\x0020\x0637\x0631\x0641 245-23456-124               JES )RF             J)F          
-word \x06A9\x0628\x0020\x062A\x06A9 13-2345                                 KB TK               KT          
-word \x06A9\x0650\x0633\x0020\x0637\x0631\x06D2 13-23456                    KES )R:             K)          
-word \x06A9\x0650\x0633\x0020\x0637\x0631\x0641 13-23456-124                KES )RF             K)F          
-word \x062A\x0639\x0627\x0644\x0627 2345-12356                              T(ALA               T(          
-word \x062A\x0639\x0627\x0644\x06D2\x0670 2345-12356                        T(AL/2              T(          
-word \x062A\x0639\x0627\x0644\x06CC\x0670 2345-12356                        T(ALI2              T(          
-word \x062A\x064E\x0639 2345-12356                                          T1(                 T(          removing fatha
-word \x0646\x0632\x062F\x0650\x06CC\x06A9 1345-1356                         NZDEIK              NZ
-word \x0631\x064F\x0648\x062D\x064F\x0020\x0627\x0644\x0642\x064F\x062F\x0633 1235-12345-234      RUW:U ALQUDS          RQS          
-
-# New Ones
-word \x0627\x0644\x0020\x062E\x06CC\x0631 1-123-1346                        AL XIR              ALX          
-word \x0627\x0633\x0020\x0642\x062F\x0631 15-12345                          AS QDR              EQ          
-word \x06A9\x0633\x0020\x0642\x062F\x0631 13-12345                          KS QDR              KQ          
-word \x062A\x0645\x0020\x0633\x06D2 2345-234                                TM S/               TS          
-word \x06C1\x0645\x0020\x0633\x06D2 125-234                                 HM S/               HS          
-#word \x06A9\x06CC\x0648\x06BA 13-5-34                                       KIW;               K"/
-
-# Miscellaneous
-word \x0631\x06C1 1235-2-125                                                RH                 R1H          adding vowel
-word \x0627\x064E\x0628\x0650\x06CC\x0651\x0627\x06C1 1-12-6-13456-125      A1BE,IAH           AB,YH        word for Abijah
-word \x0627\x06CC\x0644\x06CC\x0651\x0627\x06C1 1-24-123-15-13456-125       AILE,IAH           AILEYH       word for Elijah
-word \x062F\x0627\x0648\x0654\x064F\x062F 145-4-2456-145                    DAW'UD             D@WD         word for David
-word \x062F\x0627\x0648\x0654\x064F\x0614\x062F 145-4-2456-145              DAW'UD             D@WD         alternate spelling for David
-word \x0645\x064F\x0648\x0633\x06CC\x0670 134-136-2456-234-1                MUWSE2             MUWSA        word for Moses
-word \x0645\x064F\x0648\x0614\x0633\x06CC\x0670 134-136-2456-234-1          MUWSE2             MUWSA        word for Moses
-word \x06A9\x06C1\x06C1 13-2-125                                            KHH                K1H          word for say
-word \x0628\x0650\x0679\x0651\x06CC 12-2-246-24                             BE[,I              B1[I
-word \x0645\x0648\x0631\x06C1 134-2456-1235-15-125                          MWRH               MWREH        adding vowell
-word \x0635\x062F\x0642 12346-15-145-12345                                  &DQ                &EDQ
-word \x06A9\x0646\x0648\x0626\x06CC\x06BA 13-136-1345-2456-24-56            KNW'I;             KUNWI;       spelling out as unusual word
-word \x06A9\x064F\x0646\x0648\x0626\x06CC\x06BA 13-136-1345-2456-24-56      KUNW'I;            KUNWI;       spelling out as unusual word
-word \x0628\x06CC\x0631\x0633\x0628\x0639 12-15-24-1235-234-12-12356        BIRSB[             BEIRSB[      spelling out as unusual word
-word \x0628\x06CC\x0631 12-15-24-1235                                       BIR                BEIR         spelling out as unusual word
-word \x0628\x0626\x06CC\x0631 12-15-24-1235                                 B'IR               BEIR         spelling out as unusual word
-word \x0628\x06CC\x0648\x06CC 12-15-24-2456-24                              BEIWI              BEIWI        spelling out word for 'wife'
-word \x067E\x0650\x06CC\x062C\x06CC\x06D2 1234-15-24-245-24-34              PEIJI34            PEIJI34      keep uncontracted
-word \x0641\x0648\x0631\x0627\x064B 124-2456-1235-6                         FWRA;              FWR,
-word \x0646\x0627\x0646\x0627 1345-1-1345-1                                 NANA               NANA         keep uncontracted 'grandfather'
-word \x0645\x06C1\x0644\x062A 134-125-1-1236-2345                           MHLT               MHAVT        spelling out unusual word
-word \x067E\x0644\x0627 1234-15-1236                                        PLA                PEV          adding vowell and contracting LA
-word \x067E\x0644\x0627\x06CC\x0627 1234-15-1236-13456                      PLAIA              PEVY         adding vowell and contracting LA and IA
-word \x0627\x0650\x0644\x06C1\x0650 1-15-1236-125-15                        AELHE              AEVHA        adding vowell and contracting LA
-word \x0642\x0631\x06CC\x062A 12345-1235-13456-2345                         QRIT               QRYT         for pronunciation
-word \x0645\x0650\x0637\x0631\x062F 134-2-23456-1235-145                    MITRD              M1TRD        for pronunciation
-word \x0644\x06AF\x06CC\x06BA 123-1245-15-24-56                             LGI;               LGEI;        adding vowell
-word \x0628\x06CC\x062C 12-15-24-245                                        BIJ                BEIJ         add vowell - 'seed'
-word \x0628\x06CC\x0679\x06BE 12-2-24-135                                   BI[8               B1IO         add vowell
-word \x0645\x064F\x0637\x0644\x0642 134-136-23456-123-2-12345               MU)LQ              MU)L1Q       add vowell
-word \x0627\x0639\x0644\x06D2\x0670 1-12356-123-1236                        A(LYA              A(LV
-begword \x0628\x0648\x0679\x0650 12-136-2456-246-15                         BWOE               BUWOE        add vowell
-word \x0633\x062A\x0631\x06BE\x0648\x06CC\x06BA 234-2345-1235-2456-15-24-56 STR0WI;            STRWEI;      spelling
-word \x062D\x064E\x0635\x06D2\x0650\x0635\x064E\x0648\x0646 156-2-12346-24-15-12346-2-2456-1345  :1&/E&1WN   :1&IE&1WN   spelling
-word \x0628\x06CC\x062A\x064F\x0648\x0627\x06CC\x0644 12-24-2345-136-2456-1-24-123  -TUWAIL    BITUWAIL     spelling out name
-
-# Repeated words
-word \x0679\x0650\x06BE\x06CC\x06A9\x0020\x0679\x0650\x06BE\x06CC\x06A9 135-6-6
-word \x0622\x06AF\x06D2\x0020\x0622\x06AF\x06D2 345-1245-34-6-6
-word \x0628\x0691\x06D2\x0020\x0628\x0691\x06D2 12-12456-34-6-6
-word \x0627\x067E\x0646\x06CC\x0020\x0627\x067E\x0646\x06CC 1-1234-1345-24-6-6
-word \x06A9\x0631\x062A\x0627\x0020\x06A9\x0631\x062A\x0627 13-1235-2345-1-6-6
-word \x062C\x0644\x062F\x06CC\s\x062C\x0644\x062F\x06CC 245-123-145-24-6-6              JLDI
-word \x0627\x0686\x06BE\x0651\x06D2\s\x0627\x0686\x06BE\x0651\x06D2 1-6-16-34-6-6
-word \x062A\x06BE\x0648\x0691\x0627\s\x062A\x06BE\x0648\x0691\x0627 5-1256-1-6-6
-word \x0633\x0627\x062A\x06BE\s\x0633\x0627\x062A\x06BE 3456-234-6-6
-
-# -- End of table --
-# liblouis: Unified English Braille Code (Grade 1)
-#
-# -----------
-#-name: Unified English braille, grade 1
-#-display-name: English (UEB) uncontracted braille
-#
-#+locale:en
-#+type:literary
-#+contraction:no
-#+grade:1
-#+system:ueb
-#
-# TODO: Please correct the metadata above. It is not meant to be
-# accurate nor complete. It hasn't been verified by the table
-# author yet. It is merely an attempt by the liblouis maintainers
-# to get some sensible initial values in place.
-#
-# TODO: Please add a reference to official documentation about
-# the implemented braille code. Preferably submit the documents
-# to https://github.com/liblouis/braille-specs.
-# -----------
-#
-#  Copyright (C) 2004-2008 ViewPlus Technologies, Inc. www.viewplus.com
-#  Copyright (C) 2004-2006 JJB Software, Inc. www.jjb-software.com
-#  Copyright (C) 2016 American Printing House for the Blind, Inc. www.aph.org
-#  Copyright (C) 2016 Joseph Lee <joseph.lee22590@gmail.com>
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-#
-#  Maintained by John J. Boyer john.boyer@jjb-software.com
-#                Mike Gray <mgray@aph.org>
-#  Modified by Mike Gray <mgray@aph.org>
-#              Joseph Lee <joseph.lee22590@gmail.com>
-
-include en-ueb-chardefs.uti UEB specific char defs.
-#   some dots are undefined now
-include en-ueb-math.ctb UEB math from common linear format
-
-numsign 3456  number sign, just a dots operand
-numericmodechars .,
-nocontractsign 56
-numericnocontchars abcdefghij
-
-#   add numeric space indicator
-noback context _$d["\s"]$d @5
-
-#   remove numeric space indicator
-noback correct _$d["\""]$d "\s"
-
-#   remove numeric indicator from numeric space indicator
-noback pass2 @245-5-3456-245 @245-5-245       0 0
-noback pass2 @245-5-3456-1 @245-5-1           0 1
-noback pass2 @245-5-3456-12 @245-5-12         0 2
-noback pass2 @245-5-3456-14 @245-5-14         0 3
-noback pass2 @245-5-3456-145 @245-5-145       0 4
-noback pass2 @245-5-3456-15 @245-5-15         0 5
-noback pass2 @245-5-3456-145 @245-5-124       0 6
-noback pass2 @245-5-3456-1245 @245-5-1245     0 7
-noback pass2 @245-5-3456-125 @245-5-125       0 8
-noback pass2 @245-5-3456-24 @245-5-24         0 9
-noback pass2 @1-5-3456-245 @1-5-245           1 0
-noback pass2 @1-5-3456-1 @1-5-1               1 1
-noback pass2 @1-5-3456-12 @1-5-12             1 2
-noback pass2 @1-5-3456-14 @1-5-14             1 3
-noback pass2 @1-5-3456-145 @1-5-145           1 4
-noback pass2 @1-5-3456-15 @1-5-15             1 5
-noback pass2 @1-5-3456-145 @1-5-124           1 6
-noback pass2 @1-5-3456-1245 @1-5-1245         1 7
-noback pass2 @1-5-3456-125 @1-5-125           1 8
-noback pass2 @1-5-3456-24 @1-5-24             1 9
-noback pass2 @12-5-3456-245 @12-5-245         2 0
-noback pass2 @12-5-3456-1 @12-5-1             2 1
-noback pass2 @12-5-3456-12 @12-5-12           2 2
-noback pass2 @12-5-3456-14 @12-5-14           2 3
-noback pass2 @12-5-3456-145 @12-5-145         2 4
-noback pass2 @12-5-3456-15 @12-5-15           2 5
-noback pass2 @12-5-3456-145 @12-5-124         2 6
-noback pass2 @12-5-3456-1245 @12-5-1245       2 7
-noback pass2 @12-5-3456-125 @12-5-125         2 8
-noback pass2 @12-5-3456-24 @12-5-24           2 9
-noback pass2 @14-5-3456-245 @14-5-245         3 0
-noback pass2 @14-5-3456-1 @14-5-1             3 1
-noback pass2 @14-5-3456-12 @14-5-12           3 2
-noback pass2 @14-5-3456-14 @14-5-14           3 3
-noback pass2 @14-5-3456-145 @14-5-145         3 4
-noback pass2 @14-5-3456-15 @14-5-15           3 5
-noback pass2 @14-5-3456-145 @14-5-124         3 6
-noback pass2 @14-5-3456-1245 @14-5-1245       3 7
-noback pass2 @14-5-3456-125 @14-5-125         3 8
-noback pass2 @14-5-3456-24 @14-5-24           3 9
-noback pass2 @145-5-3456-245 @145-5-245       4 0
-noback pass2 @145-5-3456-1 @145-5-1           4 1
-noback pass2 @145-5-3456-12 @145-5-12         4 2
-noback pass2 @145-5-3456-14 @145-5-14         4 3
-noback pass2 @145-5-3456-145 @145-5-145       4 4
-noback pass2 @145-5-3456-15 @145-5-15         4 5
-noback pass2 @145-5-3456-145 @145-5-124       4 6
-noback pass2 @145-5-3456-1245 @145-5-1245     4 7
-noback pass2 @145-5-3456-125 @145-5-125       4 8
-noback pass2 @145-5-3456-24 @145-5-24         4 9
-noback pass2 @15-5-3456-245 @15-5-245         5 0
-noback pass2 @15-5-3456-1 @15-5-1             5 1
-noback pass2 @15-5-3456-12 @15-5-12           5 2
-noback pass2 @15-5-3456-14 @15-5-14           5 3
-noback pass2 @15-5-3456-145 @15-5-145         5 4
-noback pass2 @15-5-3456-15 @15-5-15           5 5
-noback pass2 @15-5-3456-145 @15-5-124         5 6
-noback pass2 @15-5-3456-1245 @15-5-1245       5 7
-noback pass2 @15-5-3456-125 @15-5-125         5 8
-noback pass2 @15-5-3456-24 @15-5-24           5 9
-noback pass2 @124-5-3456-245 @124-5-245       6 0
-noback pass2 @124-5-3456-1 @124-5-1           6 1
-noback pass2 @124-5-3456-12 @124-5-12         6 2
-noback pass2 @124-5-3456-14 @124-5-14         6 3
-noback pass2 @124-5-3456-145 @124-5-145       6 4
-noback pass2 @124-5-3456-15 @124-5-15         6 5
-noback pass2 @124-5-3456-145 @124-5-124       6 6
-noback pass2 @124-5-3456-1245 @124-5-1245     6 7
-noback pass2 @124-5-3456-125 @124-5-125       6 8
-noback pass2 @124-5-3456-24 @124-5-24         6 9
-noback pass2 @1245-5-3456-245 @1245-5-245     7 0
-noback pass2 @1245-5-3456-1 @1245-5-1         7 1
-noback pass2 @1245-5-3456-12 @1245-5-12       7 2
-noback pass2 @1245-5-3456-14 @1245-5-14       7 3
-noback pass2 @1245-5-3456-145 @1245-5-145     7 4
-noback pass2 @1245-5-3456-15 @1245-5-15       7 5
-noback pass2 @1245-5-3456-145 @1245-5-124     7 6
-noback pass2 @1245-5-3456-1245 @1245-5-1245   7 7
-noback pass2 @1245-5-3456-125 @1245-5-125     7 8
-noback pass2 @1245-5-3456-24 @1245-5-24       7 9
-noback pass2 @125-5-3456-245 @125-5-245       8 0
-noback pass2 @125-5-3456-1 @125-5-1           8 1
-noback pass2 @125-5-3456-12 @125-5-12         8 2
-noback pass2 @125-5-3456-14 @125-5-14         8 3
-noback pass2 @125-5-3456-145 @125-5-145       8 4
-noback pass2 @125-5-3456-15 @125-5-15         8 5
-noback pass2 @125-5-3456-145 @125-5-124       8 6
-noback pass2 @125-5-3456-1245 @125-5-1245     8 7
-noback pass2 @125-5-3456-125 @125-5-125       8 8
-noback pass2 @125-5-3456-24 @125-5-24         8 9
-noback pass2 @24-5-3456-245 @24-5-245         9 0
-noback pass2 @24-5-3456-1 @24-5-1             9 1
-noback pass2 @24-5-3456-12 @24-5-12           9 2
-noback pass2 @24-5-3456-14 @24-5-14           9 3
-noback pass2 @24-5-3456-145 @24-5-145         9 4
-noback pass2 @24-5-3456-15 @24-5-15           9 5
-noback pass2 @24-5-3456-145 @24-5-124         9 6
-noback pass2 @24-5-3456-1245 @24-5-1245       9 7
-noback pass2 @24-5-3456-125 @24-5-125         9 8
-noback pass2 @24-5-3456-24 @24-5-24           9 9
-
-capsletter 6
-begcapsword 6-6
-endcapsword 6-3
-lencapsphrase 3
-begcapsphrase 6-6-6
-begcaps 6-6-6
-endcaps 6-3
-
-emphclass italic
-emphclass underline
-emphclass bold
-emphclass script
-emphclass transnote
-emphclass trans1
-emphclass trans2
-emphclass trans3
-emphclass trans4
-emphclass trans5
-
-emphletter italic 46-23
-begemphword italic 46-2
-endemphword italic 46-3
-lenemphphrase italic 3
-begemphphrase italic 46-2356
-endemphphrase italic after 46-3
-
-emphletter bold 45-23
-begemphword bold 45-2
-endemphword bold 45-3
-lenemphphrase bold 3
-begemphphrase bold 45-2356
-endemphphrase bold after 45-3
-
-emphletter underline 456-23
-begemphword underline 456-2
-endemphword underline 456-3
-lenemphphrase underline 3
-begemphphrase underline 456-2356
-endemphphrase underline after 456-3
-
-emphletter script 4-23
-begemphword script 4-2
-endemphword script 4-3
-lenemphphrase script 3
-begemphphrase script 4-2356
-endemphphrase script after 4-3
-
-begemph transnote 4-46-126
-endemph transnote 4-46-354
-
-
-emphletter trans1 4-3456-23
-begemphword trans1 4-3456-2
-endemphword trans1 4-3456-3
-lenemphphrase trans1 3
-begemphphrase trans1 4-3456-2356
-endemphphrase trans1 after 4-3456-3
-
-emphletter trans2 45-3456-23
-begemphword trans2 45-3456-2
-endemphword trans2 45-3456-3
-lenemphphrase trans2 3
-begemphphrase trans2 45-3456-2356
-endemphphrase trans2 after 45-3456-3
-
-emphletter trans3 456-3456-23
-begemphword trans3 456-3456-2
-endemphword trans3 456-3456-3
-lenemphphrase trans3 3
-begemphphrase trans3 456-3456-2356
-endemphphrase trans3 after 456-3456-3
-
-emphletter trans4 5-3456-23
-begemphword trans4 5-3456-2
-endemphword trans4 5-3456-3
-lenemphphrase trans4 3
-begemphphrase trans4 5-3456-2356
-endemphphrase trans4 after 5-3456-3
-
-emphletter trans5 46-3456-23
-begemphword trans5 46-3456-2
-endemphword trans5 46-3456-3
-lenemphphrase trans5 3
-begemphphrase trans5 46-3456-2356
-endemphphrase trans5 after 46-3456-3
-
-# display/passthrough for unicode braille
-include braille-patterns.cti
-
-# punctuation
-#word 'em =
-#word 'tis =
-#word 'twas =
-#endnum st 234-2345
-#endnum nd 1345-145
-#endnum rd 1235-145
-#endnum 's 3-234
-#endnum th 2345-125
-#endnum 's 3-234
-#always \s-\s 36
-#always "... 236-256-256-256
-#always ..." 256-256-256-356
-#always ... 256-256-256
-#always ...' 256-256-256-3
-#repeated .... 0
-repeated _ 46-36
-#repeated ---- 36
-#always .\s.\s." 256-256-256-356
-#always .\s.\s. 256-256-256 . . .
-
-# special character sequences
-
-#context "\e"$a *
-#noback always \\_ 56 letter sign before Roman page numbers
-#pass2 @56-56 @56
-#pass2 @3-56 @3
-
-#
-#  Copyright (C) 2010, 2011 by DocArch <http://www.docarch.be>
-#  Copyright (C) 2014 by Bert Frees
-#  Copyright (C) 2014 by CBB <http://www.cbb.nl>
-#  Copyright (C) 2015, 2016 by Dedicon <http://www.dedicon.nl>
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 3 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-#
-# -------------------------------------------------------------------------------
-#
-#  Dutch Braille as used in the Netherlands
-#
-#     Created by Bert Frees <bertfrees@gmail.com>
-#     Modified by Henri Apperloo <h.apperloo@cbb.nl>
-#     Modified by Davy Kager <DavyKager@dedicon.nl>
-#
-#     See also: « Braillestandaard voor algemeen gebruik in het Nederlandse taalgebied,
-#                Van toepassing vanaf 1 september 2005 »
-#              (Federatie Slechtzienden- en Blindenbelang en 
-#                Belgische Confederatie voor Blinden en Slechtzienden, 2005)
-#               [https://cdn.rawgit.com/liblouis/braille-specs/master/Belgium/Eindtekst-zonder-voorblad-dec-2005.doc][1]
-#          and: « World Braille Usage (3rd edition) »
-#               [https://cdn.rawgit.com/liblouis/braille-specs/master/world-braille-usage-third-edition.pdf][2]
-#
-# ----------------------------------------------------------------------------------------------
-
-include nl-g0.uti
-
-# Rules where nl-NL-g0.utb and nl-BE-g0.utb differ from each other,
-# because either not or ambiguously defined in the Dutch braille
-# standard of 2005.
-
-# Foreign letters Ã, Õ (Portuguese), Å, Æ, Ø (Norwegian/Danish/Finnish), Ì (Italian)
-# Clear definition missing from standard
-# Belgium uses the definitions from the various languages, see [2]
-# CBB uses the letters without accent, see §2.7 Beklemtoonde klinkers [1]
-# CBB suggests dots "246" for letter o with stroke, see Norway, p. 101 [2]
-
-uplow       \x00C3\x00E3  345,345             Ãã                  LATIN CAPITAL LETTER A WITH TILDE - LATIN SMALL LETTER A WITH TILDE
-uplow       \x00C5\x00E5  345,345             Åå                  LATIN CAPITAL LETTER A WITH RING ABOVE - LATIN SMALL LETTER A WITH RING ABOVE
-uplow       \x00C6\x00E6  345,345             Ææ                  LATIN CAPITAL LETTER AE - LATIN SMALL LETTER AE
-uplow       \x00CC\x00EC  34,34               Ìì                  LATIN CAPITAL LETTER I WITH GRAVE - LATIN SMALL LETTER I WITH GRAVE
-uplow       \x00D5\x00F5  246,246             Õõ                  LATIN CAPITAL LETTER O WITH TILDE - LATIN SMALL LETTER O WITH TILDE
-
-# Left and right curly brackets
-# Definition missing from standard
-# Belgium and Dedicon use dots "12356" and "23456"
-# CBB uses "46" and "3456" but suggests dots "6-12356" and "6-23456", see Norway, p. 101 [2]
-
-punctuation \x007B        12356               {                   LEFT CURLY BRACKET
-punctuation \x007D        23456               }                   RIGHT CURLY BRACKET
-
-# Middle dot
-# Definition missing from standard
-# Belgium uses "5-256"
-# The Netherlands use "56"
-
-math        \x00B7        5-256               ·                   MIDDLE DOT
-
-# Greek letters
-# Clear definition missing from standard
-# The Netherlands use the definitions from Greek (International), p. 185 [2] and rule §2.2 Alfabetwisselingsteken [1]
-# Belgium uses prefix "456" for capital letters
-# Belgium uses dots "345" for letter eta
-# Belgium uses dots "13456" for letter upsilon
-# Belgium uses dots "125" for letter chi
-# Belgium uses dots "12346" for letter psi
-# Belgium uses dots "245" for letter omega
-
-letter      \x0391        456-1               Α                   GREEK CAPITAL LETTER ALPHA
-letter      \x0392        456-12              Β                   GREEK CAPITAL LETTER BETA
-letter      \x0393        456-1245            Γ                   GREEK CAPITAL LETTER GAMMA
-letter      \x0394        456-145             Δ                   GREEK CAPITAL LETTER DELTA
-letter      \x0395        456-15              Ε                   GREEK CAPITAL LETTER EPSILON
-letter      \x0396        456-1356            Ζ                   GREEK CAPITAL LETTER ZETA
-letter      \x0397        456-345             Η                   GREEK CAPITAL LETTER ETA
-letter      \x0398        456-1456            Θ                   GREEK CAPITAL LETTER THETA
-letter      \x0399        456-24              Ι                   GREEK CAPITAL LETTER IOTA
-letter      \x039A        456-13              Κ                   GREEK CAPITAL LETTER KAPPA
-letter      \x039B        456-123             Λ                   GREEK CAPITAL LETTER LAMDA
-letter      \x039C        456-134             Μ                   GREEK CAPITAL LETTER MU
-letter      \x039D        456-1345            Ν                   GREEK CAPITAL LETTER NU
-letter      \x039E        456-1346            Ξ                   GREEK CAPITAL LETTER XI
-letter      \x039F        456-135             Ο                   GREEK CAPITAL LETTER OMICRON
-letter      \x03A0        456-1234            Π                   GREEK CAPITAL LETTER PI
-letter      \x03A1        456-1235            Ρ                   GREEK CAPITAL LETTER RHO
-letter      \x03A3        456-234             Σ                   GREEK CAPITAL LETTER SIGMA
-letter      \x03A4        456-2345            Τ                   GREEK CAPITAL LETTER TAU
-letter      \x03A5        456-13456           Υ                   GREEK CAPITAL LETTER UPSILON
-letter      \x03A6        456-124             Φ                   GREEK CAPITAL LETTER PHI
-letter      \x03A7        456-125             Χ                   GREEK CAPITAL LETTER CHI
-letter      \x03A8        456-12346           Ψ                   GREEK CAPITAL LETTER PSI
-letter      \x03A9        456-245             Ω                   GREEK CAPITAL LETTER OMEGA
-lowercase   \x03B1        56-1                α                   GREEK SMALL LETTER ALPHA
-lowercase   \x03B2        56-12               β                   GREEK SMALL LETTER BETA
-lowercase   \x03B3        56-1245             γ                   GREEK SMALL LETTER GAMMA
-lowercase   \x03B4        56-145              δ                   GREEK SMALL LETTER DELTA
-lowercase   \x03B5        56-15               ε                   GREEK SMALL LETTER EPSILON
-lowercase   \x03B6        56-1356             ζ                   GREEK SMALL LETTER ZETA
-lowercase   \x03B7        56-345              η                   GREEK SMALL LETTER ETA
-lowercase   \x03B8        56-1456             θ                   GREEK SMALL LETTER THETA
-lowercase   \x03B9        56-24               ι                   GREEK SMALL LETTER IOTA
-lowercase   \x03BA        56-13               κ                   GREEK SMALL LETTER KAPPA
-lowercase   \x03BB        56-123              λ                   GREEK SMALL LETTER LAMDA
-lowercase   \x03BC        56-134              μ                   GREEK SMALL LETTER MU
-lowercase   \x03BD        56-1345             ν                   GREEK SMALL LETTER NU
-lowercase   \x03BE        56-1346             ξ                   GREEK SMALL LETTER XI
-lowercase   \x03BF        56-135              ο                   GREEK SMALL LETTER OMICRON
-lowercase   \x03C0        56-1234             π                   GREEK SMALL LETTER PI
-lowercase   \x03C1        56-1235             ρ                   GREEK SMALL LETTER RHO
-lowercase   \x03C2        56-234              ς                   GREEK SMALL LETTER FINAL SIGMA
-lowercase   \x03C3        56-234              σ                   GREEK SMALL LETTER SIGMA
-lowercase   \x03C4        56-2345             τ                   GREEK SMALL LETTER TAU
-lowercase   \x03C5        56-13456            υ                   GREEK SMALL LETTER UPSILON
-lowercase   \x03C6        56-124              φ                   GREEK SMALL LETTER PHI
-lowercase   \x03C7        56-125              χ                   GREEK SMALL LETTER CHI
-lowercase   \x03C8        56-12346            ψ                   GREEK SMALL LETTER PSI
-lowercase   \x03C9        56-245              ω                   GREEK SMALL LETTER OMEGA
-lowercase   \x03D5        56-124              ϕ                   GREEK PHI SYMBOL
-#  Copyright (C) 2010 Leon Ungier <Leon.Ungier@ViewPlus.com>, 
-#  Copyright (C) 2010 Samuel Thibault <samuel.thibault@ens-lyon.org>
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-
-# Table for Konkani
-include devanagari.cti
-include text_nabcc.dis
-#iut##1#Inuktitut Uncontracted#
-#
-# -----------
-#-display-name: Inuktitut braille
-#
-#+locale:iu
-#+type:literary
-#+contraction:no
-#+grade:1
-#+dots:6
-#
-# TODO: Please correct the metadata above. It is not meant to be
-# accurate nor complete. It hasn't been verified by the table
-# author yet. It is merely an attempt by the liblouis maintainers
-# to get some sensible initial values in place.
-#
-# TODO: Please add a reference to official documentation about
-# the implemented braille code. Preferably submit the documents
-# to https://github.com/liblouis/braille-specs.
-# -----------
-#
-# liblouis: Inuktitut Braille Table
-#
-# Copyright (C) 2012, maintained by Greg Kearney, gkearney@gmail.com
-#
-# This file is part of liblouis.
-#
-# liblouis is free software: you can redistribute it and/or modify it
-# under the terms of the GNU Lesser General Public License as
-# published by the Free Software Foundation, either version 2.1 of
-# the License, or (at your option) any later version.
-#
-# liblouis is distributed in the hope that it will be useful, but
-# WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-# Lesser General Public License for more details.
-#
-# You should have received a copy of the GNU Lesser General Public
-# License along with liblouis. If not, see
-# <http://www.gnu.org/licenses/>.
-
-#include text_nabcc.dis All display opcodes
-
-include en-ueb-g1.ctb
-
-letsign 456 ink letter sign
-
-# The Vowels
-
-letter		\x1401		56-1		CANADIAN SYLLABICS E
-letter		\x1403		45-1		CANADIAN SYLLABICS I
-letter		\x1404		45-16		CANADIAN SYLLABICS II
-letter		\x1405		135-1		CANADIAN SYLLABICS O
-letter		\x1406		135-16		CANADIAN SYLLABICS OO
-letter		\x140A		246-1		CANADIAN SYLLABICS A
-letter		\x140B		246-16		CANADIAN SYLLABICS AA
-
-# The Consonants
-# P
-
-letter		\x142F		56-1234		CANADIAN SYLLABICS PE
-letter		\x1431		45-1234		CANADIAN SYLLABICS PI
-letter		\x1432		45-12346		CANADIAN SYLLABICS PII
-letter		\x1433		135-1234		CANADIAN SYLLABICS PO
-letter		\x1434		135-12346		CANADIAN SYLLABICS POO
-letter		\x1438		246-1234		CANADIAN SYLLABICS PA
-letter		\x1439		246-12346		CANADIAN SYLLABICS PAA
-letter		\x1449		1234			CANADIAN SYLLABICS P
-
-# T
-
-letter		\x144C		56-2345		CANADIAN SYLLABICS TE
-letter		\x144E		45-2345		CANADIAN SYLLABICS TI
-letter		\x144F		45-23456		CANADIAN SYLLABICS TII
-letter		\x1450		135-2345		CANADIAN SYLLABICS TO
-letter		\x1451		135-23456		CANADIAN SYLLABICS TOO
-letter		\x1455		246-2345		CANADIAN SYLLABICS TA
-letter		\x1456		246-23456		CANADIAN SYLLABICS TAA
-letter		\x1466		2345			CANADIAN SYLLABICS T
-
-# K
-
-letter		\x146B		56-13		CANADIAN SYLLABICS KE
-letter		\x146D		45-13		CANADIAN SYLLABICS KI
-letter		\x146E		45-136		CANADIAN SYLLABICS KII
-letter		\x146F		135-13		CANADIAN SYLLABICS KO
-letter		\x1470		135-136	CANADIAN SYLLABICS KOO
-letter		\x1472		246-13		CANADIAN SYLLABICS KA
-letter		\x1473		246-136	CANADIAN SYLLABICS KAA
-letter		\x1483		13			CANADIAN SYLLABICS K
-
-# G (C)
-
-letter		\x1489		56-1245		CANADIAN SYLLABICS CE
-letter		\x148B		45-1245		CANADIAN SYLLABICS CI
-letter		\x148C		45-12456		CANADIAN SYLLABICS CII
-letter		\x148D		135-1245		CANADIAN SYLLABICS CO
-letter		\x148E		135-12456		CANADIAN SYLLABICS COO
-letter		\x1490		246-1245		CANADIAN SYLLABICS CA
-letter		\x1491		246-12456		CANADIAN SYLLABICS CAA
-letter		\x14A1		1245			CANADIAN SYLLABICS C
-
-# M
-
-letter		\x14A3		56-134			CANADIAN SYLLABICS ME
-letter		\x14A5		45-134			CANADIAN SYLLABICS MI
-letter		\x14A6		45-1346		CANADIAN SYLLABICS MII
-letter		\x14A7		135-134		CANADIAN SYLLABICS MO
-letter		\x14A8		135-1346		CANADIAN SYLLABICS MOO
-letter		\x14AA		246-134		CANADIAN SYLLABICS MA
-letter		\x14AB		246-1346		CANADIAN SYLLABICS MAA
-letter		\x14BB		134				CANADIAN SYLLABICS M
-
-# N
-
-letter		\x14C0		56-1345			CANADIAN SYLLABICS NE
-letter		\x14C2		45-1345			CANADIAN SYLLABICS NI
-letter		\x14C3		45-13456			CANADIAN SYLLABICS NII
-letter		\x14C4		135-1345			CANADIAN SYLLABICS NO
-letter		\x14C5		135-13456			CANADIAN SYLLABICS NOO
-letter		\x14C7		246-1345			CANADIAN SYLLABICS NA
-letter		\x14C8		246-13456			CANADIAN SYLLABICS NAA
-letter		\x14D0		1345				CANADIAN SYLLABICS N
-
-# L
-
-letter		\x14D3		56-123				CANADIAN SYLLABICS LE
-letter		\x14D5		45-123				CANADIAN SYLLABICS LI
-letter		\x14D6		45-1236			CANADIAN SYLLABICS LII
-letter		\x14D7		135-123			CANADIAN SYLLABICS LO
-letter		\x14D8		135-1236			CANADIAN SYLLABICS LOO
-letter		\x14DA		246-123			CANADIAN SYLLABICS LA
-letter		\x14DB		246-1236			CANADIAN SYLLABICS LAA
-letter		\x14EA		123					CANADIAN SYLLABICS L
-
-# S
-
-letter		\x14ED		56-234				CANADIAN SYLLABICS SE
-letter		\x14EF		45-234				CANADIAN SYLLABICS SI
-letter		\x14F0		45-2346			CANADIAN SYLLABICS SII
-letter		\x14F1		135-234			CANADIAN SYLLABICS SO
-letter		\x14F2		135-2346			CANADIAN SYLLABICS SOO
-letter		\x14F4		246-234			CANADIAN SYLLABICS SA
-letter		\x14F5		246-2346			CANADIAN SYLLABICS SAA
-letter		\x1505		234					CANADIAN SYLLABICS S
-
-# J (Y)
-
-letter		\x1526		56-245				CANADIAN SYLLABICS YE
-letter		\x1528		45-245				CANADIAN SYLLABICS YI
-letter		\x1529		45-2456			CANADIAN SYLLABICS YII
-letter		\x152A		135-245			CANADIAN SYLLABICS YO
-letter		\x152B		135-2456			CANADIAN SYLLABICS YOO
-letter		\x152D		246-245			CANADIAN SYLLABICS YA
-letter		\x152E		246-2456			CANADIAN SYLLABICS YAA
-letter		\x153E		245					CANADIAN SYLLABICS Y
-
-# R
-
-letter		\x1542		56-1235			CANADIAN SYLLABICS RE
-letter		\x1546		45-1235			CANADIAN SYLLABICS RI
-letter		\x1547		45-12356			CANADIAN SYLLABICS RII
-letter		\x1548		135-1235			CANADIAN SYLLABICS RO
-letter		\x1549		135-12356			CANADIAN SYLLABICS ROO
-letter		\x154B		246-1235			CANADIAN SYLLABICS RA
-letter		\x154C		246-12356			CANADIAN SYLLABICS RAA
-letter		\x1550		1235				CANADIAN SYLLABICS r
-
-
-# V (F)
-
-letter		\x1553		56-124				CANADIAN SYLLABICS FE
-letter		\x1555		45-124				CANADIAN SYLLABICS FI
-letter		\x1556		45-1246			CANADIAN SYLLABICS FII
-letter		\x1557		135-124			CANADIAN SYLLABICS FO
-letter		\x1558		135-1246			CANADIAN SYLLABICS FOO
-letter		\x1559		246-124			CANADIAN SYLLABICS FA
-letter		\x155A		246-1246			CANADIAN SYLLABICS FAA
-letter		\x155D		124					CANADIAN SYLLABICS F
-
-# Q
-
-letter		\x166F		56-12345		CANADIAN SYLLABICS QE
-letter		\x157F		45-12345			CANADIAN SYLLABICS QI
-letter		\x1580		45-123456			CANADIAN SYLLABICS QII
-letter		\x1581		135-12345			CANADIAN SYLLABICS QO
-letter		\x1582		135-123456			CANADIAN SYLLABICS QOO
-letter		\x1583		246-12345			CANADIAN SYLLABICS QA
-letter		\x1584		246-123456			CANADIAN SYLLABICS QAA
-letter		\x1585		12345				CANADIAN SYLLABICS Q
-
-# NG
-
-letter		\x1553		56-15		CANADIAN SYLLABICS NGE
-letter		\x158F		45-15			CANADIAN SYLLABICS NGI
-letter		\x1590		45-156			CANADIAN SYLLABICS NGII
-letter		\x1591		135-15			CANADIAN SYLLABICS NGO
-letter		\x1592		135-156		CANADIAN SYLLABICS NGOO
-letter		\x1593		246-15			CANADIAN SYLLABICS NGA
-letter		\x1594		246-156		CANADIAN SYLLABICS NGAA
-letter		\x1595		15				CANADIAN SYLLABICS NG
-
-# NNG
-
-#letter		\x1553		56-145		CANADIAN SYLLABICS NNGE
-letter		\x1671		45-145			CANADIAN SYLLABICS NNGI
-letter		\x1672		45-1456		CANADIAN SYLLABICS NNGII
-letter		\x1673		135-145		CANADIAN SYLLABICS NNGO
-letter		\x1674		135-1456		CANADIAN SYLLABICS NNGOO
-letter		\x1675		246-145		CANADIAN SYLLABICS NNGA
-letter		\x1676		246-1456		CANADIAN SYLLABICS NNGAA
-letter		\x1596		145				CANADIAN SYLLABICS NNNG
-
-# Belted L
-
-#letter		\x1553		56-24			CANADIAN SYLLABICS LHE
-letter		\x15A0		45-24			CANADIAN SYLLABICS LHI
-letter		\x15A1		45-246		CANADIAN SYLLABICS LHII
-letter		\x15A2		135-24		CANADIAN SYLLABICS LHO
-letter		\x15A3		135-246		CANADIAN SYLLABICS LHOO
-letter		\x15A4		246-24		CANADIAN SYLLABICS LHA
-letter		\x15A5		246-246		CANADIAN SYLLABICS LHAA
-letter		\x15A6		24				CANADIAN SYLLABICS LH
-
-# H
-
-letter		\x157C				125				CANADIAN SYLLABICS H
-always		\x157C\x1403		45-125-1		CANADIAN SYLLABICS HI
-always		\x157C\x1404		45-125-16		CANADIAN SYLLABICS HII
-always		\x157C\x1405		135-125-1		CANADIAN SYLLABICS HO
-always		\x157C\x1406		135-125-16		CANADIAN SYLLABICS HOO
-always		\x157C\x140A		246-125-1		CANADIAN SYLLABICS HA
-always		\x157C\x140B		246-125-16		CANADIAN SYLLABICS HAA
-letter		'					125				CANADIAN SYLLABICS H
-# This table contains braille codes and rules for Marathi Grade 1 and includes English grade 1
-#
-# Copyright (C) 2014 National Institute for Visually Handicapped, 116, Rajpur Road, Dehradun, Uttrakhand, India
-#
-# This file is part of liblouis.
-#
-# liblouis is free software: you can redistribute it and/or modify it
-# under the terms of the GNU Lesser General Public License as
-# published by the Free Software Foundation, either version 2.1 of the
-# License, or (at your option) any later version.
-#
-# liblouis is distributed in the hope that it will be useful, but
-# WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-# Lesser General Public License for more details.
-#
-# You should have received a copy of the GNU Lesser General Public
-# License along with liblouis. If not, see
-# <http://www.gnu.org/licenses/>.
-
-# This table is built and maintained under an activity of Braille Council of India
-# Contributors: Dipendra Manocha, Sreeja, Dinesh Kaushal, Mesar Hameed
-# Last updated on May 5, 2014
-# To report any bugs or any suggestion, please write to d@saksham.org and sreeja.param@gmail.com
-
-include devanagari.cti
-include en-in-g1.ctb
-ISO8859-1
-.a4
-.aa4
-.ab4ba
-.ab7be
-.ab6s5t
-.ac6tin
-.adel4s
-.ad8la.
-.ad6le.
-.ad2r
-.ad1s2
-.af7f
-.af5t4
-.af5f6u
-.ag6na.
-.ag6ne.
-.ag4r
-.ai2
-.a6k
-.ak6ka.
-.ak6ke.
-.ak3kl
-.ak3kr
-.ak6ne.
-.ak6r
-.ak8sa.
-.ak4se.
-.ak6ta
-.ak4te.
-.akte4r
-.akter5e
-.ak5tr
-.akva7
-.a6l
-.albu5en
-.alfa3
-.al4ge.
-.al5gi
-.al6ka.
-.al4ke.
-.al4kom
-.al4la.
-.al4le.
-.al5leg
-.al5lo
-.all5s6
-.al4ma.
-.al8me.
-.al5m6in
-.al4na
-.al6s7k
-.als5o
-.alt4a
-.al4ta.
-.al5tar
-.al4te.
-.alt3o
-.al6ve.
-.am7b
-.a6me
-.am6ma.
-.am4me.
-.am4s4
-.am6ta
-.a6n
-.ana3b
-.an4da.
-.an4de.
-.an5d4ra
-.an4d5ø
-.an3er
-.anes5
-.an4ga.
-.an3ge
-.an4ge.
-.ange4s
-.an4ja.
-.an4ka.
-.an4ke.
-.an4la.
-.an3n
-.an4na.
-.an7nal
-.ann4e
-.an4ne.
-.an5s8
-.an4sa.
-.an4se.
-.ant2
-.an4ta.
-.an4te.
-.an5tem
-.an5tep
-.an4ti.
-.an6tin
-.an4tis
-.an4tiv
-.ap8lan
-.ap1p6
-.ap8t
-.arbi5
-.ar6de.
-.are4o7
-.ar4ge.
-.ar5ges
-.ari6a
-.ari8e
-.arie5ne
-.ar5ka
-.ar8ka.
-.arlan9
-.ar4me.
-.ar7mea
-.ar4na.
-.ar3ne
-.ar4ne.
-.ar5nes
-.ar6ra.
-.ar6r7u
-.ar6ta.
-.ar4te.
-.ar9ti
-.ar6va.
-.ar4ve.
-.ar4ved
-.ar4ver
-.arvi6
-.a6s
-.as8ka
-.as4ke.
-.as5kese
-.as4le.
-.as6pa.
-.as5s
-.ast5ru
-.at4h
-.at4ki
-.at4le.
-.at4na.
-.at2o4
-.at3s
-.atte4
-.att6r
-.a5ty
-.au8de
-.au6e
-.au8ga
-.au4ge
-.au4ka.
-.au8le.
-.au4r
-.au6sa.
-.au6se.
-.aus9k
-.au4sp
-.avi2
-.av7i6d
-.av7inde
-.av4la.
-.av4le.
-.av7s6
-.b6
-.ba6by
-.ba6la.
-.ba4le.
-.ba4ne.
-.ban4k3l
-.ba4re.
-.ba4ri.
-.ba8te.
-.be4de.
-.bede4n
-.be6d5ene
-.be4d5et
-.be8di.
-.be3e4d
-.be6ke.
-.be4la.
-.be9nar
-.be4ne.
-.be6ra.
-.be6re.
-.be4res
-.ber6ett
-.be8ri.
-.be7ska
-.be6sten
-.be4ta.
-.be6te.
-.be5t4v
-.bi6de.
-.bi6en
-.bi4le.
-.bilet5
-.bi6t3r
-.bl4
-.bla4d
-.ble4k3
-.ble5k4e
-.blek4k3f
-.blekk3s4t6
-.blekk9s8v4
-.bling5
-.bo8da
-.bo8de.
-.bogs8
-.bok5
-.bo4k4en.
-.bo8la
-.bon2
-.bo4na.
-.bor6t5
-.bort6e
-.bor8ti8
-.bort9r
-.brudd7s6
-.bruddså7
-.bu6da.
-.bu3d6r
-.bu4et
-.bus6sy
-.by6de.
-.by8ta.
-.bæ2
-.bø6k5a
-.bø8nen
-.bø8ner
-.c4
-.ca4en.
-.car4s5
-.ca6se
-.ce6b
-.cos1
-.co4st
-.d6
-.da4ge.
-.da4le.
-.dags6e
-.da2m
-.da4ne.
-.da4ta
-.dau3s
-.deka9r
-.deko7d
-.de4le.
-.de4l5ei
-.del5s6
-.de4mi.
-.demo7e
-.den5sl
-.de4re.
-.de4r5et
-.de4ri.
-.de6r3i4
-.de7r4i5v
-.de4r5om
-.de6s5m
-.de4so
-.de4sto
-.de4u
-.devi5s
-.di2a
-.di5e4l
-.di6er
-.di4et.
-.di9f6t
-.di4ne.
-.dings7a
-.di4sk
-.di8s3t
-.do4en
-.do4er
-.do8et
-.dome5
-.do4ra
-.do6re.
-.drau4m
-.ds4
-.du4a
-.du4en.
-.du4er
-.duft3
-.du4ge.
-.duk3n
-.du4se.
-.du4st
-.dy4re.
-.dø6la.
-.dø6r3
-.dø7r4a
-.dø7r4e
-.dø4ve.
-.då5ren
-.då7ret
-.e6
-.eb4ba
-.ecu6
-.ed4da
-.ed4le.
-.efo7
-.ef4ta
-.efta5s
-.ef6ter
-.eg8de.
-.ege2
-.ege5l
-.eg6ga.
-.eg4ge.
-.eg4gel
-.eg8la.
-.eg4le.
-.eg6na.
-.eg4ne.
-.ego7t8
-.egs4
-.eg8se.
-.eg5si
-.ei2
-.eid5a
-.ei5den
-.ei4ga.
-.ei7ger
-.eik5a
-.ei4ke.
-.ei3l
-.ei3m
-.ei8ma.
-.ei8me.
-.ein7as
-.ei3ni
-.ein5og5
-.ein5s6ta
-.ein8s7to
-.ei9rar
-.ei5res
-.eir9u 
-.ei5te
-.eit9r
-.ekk4o
-.ek4le.
-.ek3li
-.ek6ne.
-.ek4r
-.ek8sa.
-.ek3se
-.ek8se.
-.ek4sp
-.eks6pi
-.eks3t4
-.ek5s4ta
-.ek8ta
-.ek4te.
-.ek7to
-.el8da.
-.el4de.
-.el4g5r
-.eli5ne
-.el3k
-.el5l
-.el6s
-.els6a
-.els4kl
-.els6t
-.el6ta.
-.el6te.
-.el6veg
-.em3b2
-.emfa9
-.em4ma.
-.em8me.
-.em6na.
-.em5p
-.en5a
-.en4da.
-.en4de.
-.end5r
-.en4ga.
-.en6gav
-.en3ge
-.en4ge.
-.en6g5r
-.engs6
-.en6ka
-.en4ke.
-.en5og5
-.en6sa
-.en4se.
-.en5so
-.en3sp
-.en5t
-.en6te.
-.ent4r
-.en6t5ra
-.ent8re
-.en3ø4
-.ep6t
-.er8a
-.er4e
-.er4g5r
-.er4ke
-.er4la.
-.er4le.
-.er6ma.
-.er4me.
-.er4mek
-.er4na.
-.er6ta.
-.er4te.
-.es9ast
-.es1k
-.es3ka
-.es8ka.
-.es4ke.
-.es5l
-.es8la.
-.es8le.
-.es3p
-.es6pa.
-.es6r
-.es8sa.
-.es4se.
-.es4so
-.es5ta
-.es3te
-.es6te.
-.es7tet
-.es5ti
-.est3r
-.es7tu
-.et8la.
-.et8le.
-.et4na
-.et4ne.
-.et4s
-.et8sa.
-.et5s4e
-.et6se.
-.ets4i
-.et1te4
-.et6ter
-.et6ti
-.ev8ja
-.ev4je.
-.ev4ne.
-.ex4
-.f4
-.fa2e
-.fag3s4
-.fa4ne.
-.fan3t4o
-.fe4e
-.feil5i
-.fe2l
-.fela9
-.fel5l
-.fel4ta
-.fe4ma
-.fe8me
-.fem5o6g5
-.fem5t
-.fer8ro
-.fer6s
-.fe8sl
-.fe8st5
-.fes3t6e
-.fi4b5
-.fi6a
-.fi4le.
-.fire5o6g5
-.fis6k
-.fjel4
-.fla4t5o
-.fo4bi.
-.fol2
-.fo2r
-.for3d6ri
-.for7d6ra
-.for5en.
-.form5s
-.for7s6o
-.fre6e
-.fri5e6re
-.fug2
-.fu6ge.
-.ful2
-.fu8se.
-.fy8se
-.fø8rel
-.g6
-.gaf7
-.ga4le.
-.ga8li.
-.ga4me
-.ga4ne.
-.gang5s4
-.gas4
-.gas5ta
-.ga2t
-.ga4ve.
-.ga9vee
-.ge2a
-.gel4e
-.ge3ne
-.ge6ni5
-.gen5s
-.ge4o
-.ge4st
-.ge5s6tap
-.ge9sv
-.gha5
-.gift5s
-.gi4n
-.gi4s
-.gis7p
-.gi8v3a
-.gl6
-.glo6i
-.glo9v
-.gly5s
-.glø9se
-.gnå7la
-.go5des
-.gos7
-.gra4v3end
-.grei4e
-.grunn5s
-.grus5s
-.gu4de.
-.gud3v4
-.gu4lat
-.gus1
-.gu4tu.
-.gø2
-.gås4e5
-.gå4v
-.h4
-.hai5s6
-.ha6ka.
-.ha8ma.
-.hand5s6l
-.handsla9
-.ha6v5ak
-.ha6vi
-.he4er.
-.hei5e
-.he2n
-.hen3i2
-.he6r5i6
-.he6r5o6
-.he9r6oe
-.he7r6oi
-.he7r6ol
-.he9r8os
-.hes4s5
-.het6s5
-.het7s6e
-.he4t5
-.he5t6e
-.hil4l
-.hi4n
-.hi6re.
-.ho2d
-.ho2e
-.ho4re.
-.ho5ren
-.ho7ret
-.ho8ta.
-.ho8va.
-.hu4di
-.hus6val
-.hvit3
-.hvi3t4e
-.hy6ra.
-.hy4re.
-.høi5
-.hø4re
-.hø4va
-.hø4ve.
-.høy6st5æ
-.hå8en.
-.hå8er
-.hånd5s6l
-.i2
-.i3a4
-.i3bl
-.i4da
-.ifø5re
-.ig8la.
-.ig4le.
-.i4her
-.ik2
-.ik6k
-.ikke5
-.i3k6l
-.ik5t
-.ik8te.
-.i5kv
-.i3la
-.i4la.
-.i8lande
-.ilbo8da
-.il6d3r
-.il6de.
-.i3leg
-.i6les
-.il4ja
-.il6je.
-.il6ke.
-.il4le.
-.il6sk
-.il4te.
-.i6me
-.imø5te.
-.in5ad
-.in5de
-.in8ga.
-.in4ge.
-.in3gr
-.in6gri
-.in5k6
-.in6ka.
-.in4n3
-.in4ne.
-.in5n6e
-.in6n7eks
-.in6n7ets
-.in6n7ett
-.in4n3i
-.in5s
-.in7tes
-.io4na
-.io4nom
-.i4rer
-.ir7k8
-.ir8ra.
-.ir6re.
-.i6sa
-.i3sc
-.i6se
-.is7k6
-.isla8ga
-.is6lam
-.is4le.
-.is4let
-.is4me.
-.is8na.
-.is8ne.
-.is5pa
-.i5spe
-.is3s4
-.is6sa.
-.is4se.
-.is5sk
-.ist6
-.is8te.
-.i5sted
-.i5stem
-.is7ti
-.i6s7tj
-.i6s7tr
-.is8ut.
-.i6s5ø
-.i5ti
-.i3va
-.i4van
-.i4var.
-.i3ve
-.i4vel
-.i6ven
-.i4ver.
-.i4vere
-.iv8ra.
-.iv6re.
-.i3ø
-.j4
-.ja4de.
-.ja6e
-.ja4ne
-.ja8se.
-.ja4va.
-.je2a
-.je2l
-.je2m
-.je5re
-.jern5s4
-.je4ta
-.ji4
-.jo8en.
-.jo4se.
-.ju6a
-.ju6la
-.jule3
-.ju4li3
-.jø4dep
-.k6
-.kaf2
-.ka6la.
-.ka6li.
-.kalve5l8
-.ka5me
-.ka3na
-.ka4ne.
-.ka4p3r
-.ka4ra.
-.ka5r6a5v
-.ka6re.
-.ka5rin
-.ka4te.
-.ka5t6h
-.kau9k
-.ka6va.
-.ka4ve.
-.ke6e
-.kel3
-.kier3
-.ki4na
-.ki7ni
-.kino3
-.kir2
-.ki4se.
-.ki8va.
-.ki6ve.
-.kje3de5
-.kje4k
-.kjek7l
-.kjønn4
-.kle4s
-.kli5ne
-.klo9va
-.kly7sa
-.kna7se
-.kne4p3r
-.ko6da.
-.ko7gr
-.ko4la
-.ko3le
-.ko8le.
-.kol5j
-.ko3pe
-.ko6pe.
-.kor6s5ed
-.ko4se.
-.ko6ta.
-.ko4te.
-.ko6ve.
-.kring5s
-.ks6
-.ku5f4l
-.ku4le
-.ku8ra.
-.ku4re.
-.ku8ta.
-.ku8te.
-.kva4r1a
-.kve9ka
-.kve5ke
-.ky8la.
-.ky4le.
-.ky6te.
-.kø3s
-.kå6pa
-.l6
-.la4da.
-.la4de.
-.la4ga
-.la4ge.
-.la5ger
-.la4ma.
-.la6ta.
-.la4te.
-.la3tr
-.la4va
-.la3ve
-.la4ve.
-.le8ar
-.le4da.
-.le4de.
-.le4er
-.le6et
-.le2f
-.lef3l
-.lega5ta
-.le4ge.
-.le4gel
-.le8gi.
-.lei5er.
-.lei4ve
-.le4ke.
-.le4k5r
-.lemu9
-.le4ne.
-.le6o7
-.le7s6a
-.le4se.
-.le4sek
-.le4ses
-.le4s5p
-.le2t
-.le7ta
-.let6tan
-.le2u3
-.le3va
-.le4va.
-.le4ve.
-.le4ves
-.li8a
-.li4de.
-.li4e4
-.li5ene
-.li2g
-.liga3
-.li2k
-.lik5k6
-.lik3o
-.lik3s
-.li4ma
-.link6
-.li6ra
-.li4re.
-.li4sa
-.li4se.
-.li4ta.
-.li4te.
-.li5ti
-.li4ve.
-.li4v5en
-.liv8s7u6
-.liv4s5v
-.lo4e
-.lo6ge.
-.lo8gi.
-.lo6g5r
-.lo4i
-.lo6na
-.lo8o
-.lo6ri
-.lo8sa.
-.lo4se.
-.lo6te
-.lo4va
-.lo3ve
-.lo4ve.
-.lu4d
-.lu2e
-.lu4na
-.lu6pa
-.lu4pe.
-.lu6ra.
-.lu4re.
-.lu6se.
-.lu4ta.
-.lu9tas
-.ly4de.
-.lyd3s
-.ly8e
-.ly8ge
-.ly4se.
-.ly4sk
-.ly5s6e
-.lys5s6
-.ly8str
-.ly4te.
-.ly4ve.
-.lø8de.
-.lø6en.
-.lø8ne.
-.lø6pa.
-.lø4pe.
-.løv5i
-.løye5ne
-.lå8ma
-.lå5re
-.lå6re.
-.lå4te.
-.m8
-.ma4ge.
-.mag9r
-.ma3ka
-.ma4ke.
-.mak6t5at
-.makt5s
-.ma4le.
-.ma4li.
-.ma4na.
-.ma4ne.
-.ma4ni.
-.ma4ra.
-.ma4re.
-.ma4ri.
-.ma4sa.
-.ma4si
-.ma6st
-.ma8ta
-.ma6t8h
-.mat5t8o
-.ma4v
-.me4d3
-.me6d5ei
-.me6d4i
-.me6d7in
-.me6d5r
-.mei5er.
-.mei5et
-.mek5l
-.me6la.
-.mel3l6o
-.me4l5ø
-.me4ne.
-.me3ri
-.me4sk
-.me2t6a3
-.me3ta4ll
-.mes5ti
-.me4tri
-.mi6kj
-.mi4le.
-.mi4me.
-.mi4ni.
-.mi4nik
-.min4k3
-.min5k4e
-.mi6s3t4
-.mne6
-.mo5de
-.mo6er
-.mo4na.
-.mo8ne.
-.mon4st
-.mons6t5r 
-.mor5d6e
-.mo4re.
-.mor3t6a5
-.mo4se.
-.mo4ta
-.mo4tek
-.mo4ter
-.mo4tr
-.mo5v
-.mu8ga
-.mu8ge.
-.mu6le.
-.mul5es
-.mur7
-.mu5r8e
-.my8ka
-.my4ke.
-.mø4re.
-.mø5res
-.mø2t
-.må6la.
-.mål3o
-.n8
-.nabo3
-.na6ge.
-.nak2
-.na8ke.
-.nan5s
-.na4r
-.na4sa.
-.nat2
-.na3tr
-.nat6tr
-.ne4de.
-.ne4den
-.ne4d5i
-.ne4d3r
-.ned3s4
-.nei5e
-.ne8pa.
-.ne6pe.
-.ne2s
-.ne4t
-.ni8ar
-.ni6er
-.nig4l
-.ni4na.
-.ni5o6g5
-.ni4pa.
-.ni6pe.
-.ni8sa
-.ni6se.
-.nita9
-.ni4to
-.ni4va
-.no6de.
-.no6e
-.no8ka
-.no4me.
-.no8mi.
-.no4r
-.no8se
-.no8si.
-.no4va.
-.nu4e
-.ny5a
-.ny8sa.
-.ny6se.
-.ny4te.
-.nær9ast.
-.næ4re.
-.nød4d
-.nø4re.
-.nå4de.
-.nå6le.
-.o6
-.obo5e
-.od4da.
-.od4de.
-.od8la.
-.od8le.
-.offsi6
-.of4te.
-.of5teb
-.og4
-.ok1k
-.ok8ka.
-.ok8ke
-.ok4se.
-.old3s
-.ol4ga.
-.oli5
-.ol8la
-.ol8le.
-.ol6m
-.om1
-.om4ar.
-.om6bo.
-.om4e6n
-.om4gå.
-.om4me
-.om5s2
-.on4de.
-.on5des
-.ond3s
-.on6kl
-.on6na
-.on8ne.
-.op5ar
-.op4pa
-.op4pe
-.opp7el
-.op4pi
-.opp3l
-.oppla8te.
-.opp5s6
-.or4da
-.or4de.
-.or4del
-.or4dr
-.ord5s4
-.or5ga
-.or6ka.
-.or4ke.
-.or6me.
-.or4re.
-.ort6
-.or6va
-.osa5
-.os4k
-.os4s
-.os4te.
-.ot5r
-.ot7t8a
-.ot4ta.
-.ot4te.
-.ot4tes
-.ot3to
-.ot4to.
-.ove6
-.over3
-.overen6d
-.over3i4
-.over5k8
-.ov8re
-.ov5u
-.p6
-.pa8la.
-.pa4le.
-.pa5n6e
-.pa6n7eu
-.pa5n6i
-.pa6re.
-.pe3do
-.pe4ke.
-.pek5t
-.pel4sj
-.pe4ne.
-.pe2p
-.pep3r
-.pe8sa.
-.pese5t
-.pe4st
-.ph2
-.pi6le.
-.pi6p
-.pi9ra
-.pi2s
-.plen5g6
-.plus6s5 
-.plus7s6e
-.plø7se
-.po4et
-.po3la
-.po8la.
-.po4le.
-.po4log
-.po2p1
-.po2p2e
-.pop3p
-.po3p2u
-.po8ra
-.po6re.
-.po4res
-.po6st
-.po8ta.
-.po6tek
-.ps2
-.pøn3
-.pøn9s6
-.på5d6
-.r6
-.ra6da.
-.ra6et
-.ra4ga.
-.ra4ge.
-.ra4ja.
-.ra4ka
-.raks7
-.ra2m
-.ra4na
-.ra4ne.
-.ran7s6a
-.ra6pa.
-.ra6pe.
-.rap4s
-.rap5s4e
-.rap5s4o4
-.ra4re.
-.ra6sa.
-.ra7ti
-.ra6va.
-.ra4ve.
-.re4al
-.re6da.
-.re4de.
-.ree6l
-.rege4l
-.re4gi.
-.rei2
-.rei7de
-.rei5er.
-.re4ins
-.re6ka.
-.re4ke.
-.re8klar
-.re8kle
-.re4kli
-.re6kn
-.re8le.
-.re4ma.
-.re4na.
-.re4ne.
-.ren6sk
-.ren4t
-.rep5s
-.res9s
-.re5s6tan
-.rett7s8kri
-.re4ve.
-.re4ves
-.rev9n
-.ri2d
-.ri8e
-.rie5ne
-.ri6ka.
-.ri6ma
-.ri4me.
-.ri4pa.
-.ri4pe.
-.ri4p5o
-.ri4sa.
-.ri4se.
-.ris5ko
-.ri4s3ø
-.ri4ta.
-.ri6te.
-.ri6va.
-.ri4ve.
-.ro4an
-.ro4de.
-.ro8di
-.ro4e
-.ro8ke.
-.ro4ma.
-.ro4mi
-.ro6pa
-.ro9par
-.ro3pe
-.ro4pe.
-.ro4sa
-.ro9sar
-.ro4se.
-.ro4sed
-.ro4ta.
-.ro4te.
-.ro4tek4
-.ro8va
-.ro3ve
-.ro8ve.
-.ru8ga.
-.ru4ge.
-.rug9le
-.ru8ka
-.ru4na.
-.ru4ne.
-.runes6
-.run7g
-.ru4se.
-.ru4sk
-.ru8va.
-.ru4ve.
-.ry2e
-.rye7ne
-.ry6ke.
-.rød2
-.rød7s4
-.rø8le.
-.rø4re.
-.rø1v
-.rø8va.
-.rø4ve.
-.røy7e
-.rå8da.
-.rå4de.
-.rå4en
-.rå8er.
-.råg8
-.rå6ka.
-.rå4ke.
-.rå3k4l
-.rå6na.
-.rå8sa.
-.s6
-.sa4ge.
-.sag6n
-.sa4la.
-.sa4le.
-.sa4me.
-.sa4mer
-.san6d7
-.san7d8e
-.san7d8i
-.san8s7ku
-.sau6e
-.sch6
-.se2b
-.se2e
-.se4i
-.se4k5l
-.sek4s5o6g5
-.sel4v5
-.sel4v5i6
-.se6na.
-.se4ne.
-.sen7s
-.se4ra.
-.ser7vel
-.se4te.
-.sha9ke.
-.si2d
-.si6er
-.si6ga.
-.si4ge.
-.sik5k6e
-.si8la.
-.si4le.
-.si4ne.
-.sinn6s5
-.si4ra.
-.si5str
-.si4va
-.si4ve.
-.sje4i
-.sju5o6g5
-.sk4
-.ska7ka
-.ska5ke
-.skat4
-.skei5d
-.ski6n
-.skinns6
-.sko7de.
-.skog5u
-.skritt9s8
-.skudd5s6
-.skuddså7
-.sku6m5
-.sky6f7la
-.skå5ra
-.slim5
-.slotts5
-.slu9ka
-.slu5ke.
-.slø5se
-.sma4s
-.smas5k
-.smo9g
-.små3
-.små7k6
-.små9l
-.små5t4
-.småt5t
-.sn4
-.sne3
-.snitt5s6
-.snø3k
-.soa8
-.so8de
-.somma4
-.son6a
-.sop4pa
-.sor4t5
-.so4ta.
-.s8p6
-.spa5ra
-.spe6e
-.spi9la
-.spri5s6
-.st6
-.sta9ka
-.sta5li
-.stat4s
-.sted4s
-.ste4i
-.stein7a8
-.stein7s8
-.stem4m
-.stev9na
-.sti7me
-.sto5ne
-.sto6ra
-.strek5s6
-.stu8a
-.stu9va
-.stål5l6
-.sund5s6
-.su4ri
-.su5te
-.sv8
-.sva5la
-.sva5ra.
-.sva5re
-.svar5s
-.sver8n
-.syd5 
-.sy5d6e
-.sy6na.
-.sy4ne.
-.sy5ter
-.sy3ti
-.sy6v5
-.sy6v5o6g5
-.sz6
-.sæ2
-.sær1
-.sær3e4g
-.sø8ka
-.sø4ke.
-.søl6v5
-.sør3a
-.søye5
-.søy6en
-.så5pen
-.så3re
-.t8
-.ta8ke.
-.tak9r
-.tak5sk
-.tak9s8p
-.ta4la.
-.ta4le.
-.ta4les
-.tal4li
-.tam5m
-.tan5de
-.ta4p5r
-.ta4ra.
-.ta4re.
-.ta2s
-.te4e
-.te6i
-.tei9er
-.te8ke.
-.te4ma.
-.te6o
-.te8ne.
-.te4se.
-.te7si
-.te4sta
-.te4str
-.th2
-.ti8a
-.tid5r
-.tid6s3
-.ti4de.
-.ti4e
-.ti4g3r
-.ti4ki
-.ti4l5
-.tili6
-.ti4med
-.ti4na.
-.ti4ne.
-.ti4p5l
-.ti4s
-.to5arm
-.to6en.
-.to4er.
-.to6et.
-.tokk8
-.to6le.
-.to6na.
-.to5o6g5
-.to4ra.
-.to4re.
-.to6reb
-.to3ro
-.torsk6e5
-.tor4s5v
-.to5rye
-.to4str
-.tota9la.
-.to5t8
-.to8te.
-.to6va
-.to4ve.
-.tr6
-.tra7c
-.tre3b
-.tre7p
-.tre5o6g5
-.tre6skja
-.tre3s8ko
-.tre3sp
-.tre5s6t
-.ts2
-.tsj2
-.tu4en.
-.tu6na
-.tu4ne.
-.tu6ra.
-.tu4re.
-.tu8ve.
-.tve6n
-.tver6r5a6
-.två7g
-.ty6da.
-.ty4de.
-.ty8et
-.ty8re.
-.tyr8s9
-.ty5ter
-.ty5ti
-.tæ4re.
-.tøv9d
-.tø6ve.
-.tø9ver
-.tø5vet
-.tå5ker
-.tå4le.
-.tåp9n
-.tå5ren
-.tå7ret
-.u5a6
-.u1b2
-.u6berg
-.u3d2
-.u7de
-.u3e6
-.u4er.
-.u6era
-.u4ere
-.uf4f
-.uf8sa
-.u4ga
-.u5gi
-.ug6la.
-.ug8n
-.u1i
-.ui6m
-.u1k6
-.u4ka.
-.u6ke
-.u7kn
-.u3le
-.u4le.
-.ule8k
-.ulen4d
-.u6lende
-.u8lene
-.u6let
-.u4lin
-.ul6ka
-.ul4ke.
-.ul4la.
-.ul8le.
-.ul8ma.
-.ul4me.
-.ul4ne.
-.ul5t
-.ul6te
-.u1lu
-.ul4v5i
-.u1ly
-.u3lå
-.u5ma
-.umu7
-.u2n
-.unde6ri
-.und5r
-.une8
-.u5nek
-.u9net
-.un4ge.
-.un2n
-.unn3s
-.u3no
-.un4se.
-.un4t
-.u5nu
-.u1o
-.u1p
-.u4pi
-.up2l
-.u2ra
-.u5raf
-.ur6an
-.u6rane
-.ur4d
-.ure4n
-.u4ret.
-.u6rets
-.u2r2i
-.ur4ke
-.ur6na
-.ur4ne.
-.u1ro
-.ur1s
-.ur8ta
-.ur4te.
-.urte5m8
-.ur6tet
-.u5rut
-.u3ry
-.u5rå
-.u1s2
-.u4sa.
-.u4sas
-.u5se
-.u3ska
-.u5sn
-.u7sp
-.us3se
-.us6t4
-.u7stek
-.u5stel
-.usy5r
-.u2t
-.uta4g
-.ut5age
-.u3tak
-.u4ten.
-.ut5esk
-.ut6e7sko
-.u4ti.
-.ut3kan6t5
-.ut4ne.
-.u5tol
-.ut3o6v
-.ut6rer
-.ut6rov
-.u3trø
-.ut6se.
-.ut4si.
-.ut3t4
-.u3tu
-.v6
-.va4da.
-.va4de.
-.vai4
-.va4ke.
-.va6les
-.valg5s
-.va4ne.
-.van4n5
-.vann5s4
-.va6reta
-.vari4e
-.var5sk
-.ve8en.
-.ve4ga.
-.ve6ge.
-.ve4g3i
-.veg3s4
-.vei3g4
-.vei3s
-.vei4ta
-.ve4l3
-.ve5l4ar
-.ve6l5art
-.vel5d
-.ve4l3e
-.vel5l
-.ve5l4os
-.ve4l5ov
-.ve4ly
-.ve8læ
-.ve4ne.
-.ve4net
-.ve4ra.
-.ve4ras
-.ve6re.
-.vermo9
-.vers4t
-.ver5ste
-.ve4sl
-.ve4st
-.vete5
-.ve8te.
-.ve4ve.
-.vi4da.
-.vide4
-.vi6de.
-.vi4d5å4
-.vi2e
-.vi4ka.
-.vil5l6a5l  
-.vil5l6a5t
-.vi6ma.
-.vi8me.
-.ving7s
-.vin5n
-.vi4sa.
-.vi4se.
-.vi6seri
-.vi4ta.
-.vi4te.
-.vi5tr
-.vok4s3
-.vok5s6e
-.vo6r
-.vo6ta.
-.vy4
-.vye5ne
-.væ4ra
-.væ4re.
-.vå4d
-.vå4r3
-.vårs6
-.wa4r
-.wi6e
-.xe2
-.y6
-.ye4
-.yn8da.
-.yn4de.
-.yn6ge.
-.yn8ka.
-.yn6ke.
-.yn4kv
-.yns2
-.yp8pa.
-.yp4pe.
-.yr8ja.
-.yr8je.
-.yr8ka
-.yr4ke.
-.yrkes5
-.yr6t
-.ys4
-.ysterie8
-.yt9ren
-.yt5t
-.yt6te.
-.yv6
-.z4
-.zj8
-.æ8
-.ære4s5a
-.ære4st
-.æt4te.
-.ø6
-.øg8la
-.øg4le.
-.øi5
-.øi6e
-.øko5
-.øk6ta
-.øk4te.
-.øl3ed
-.øl3s6
-.øl3v6
-.øm4me.
-.øres8t
-.ør4je
-.ør5k
-.ør8na.
-.ør4ne.
-.ør6ski
-.ør9sm
-.ør3st
-.ør8ta
-.ørt9an
-.ør8te.
-.øs2
-.øs4t
-.øv4d
-.øve4r5
-.øve4r6s
-.øv4re.
-.øy6de.
-.øy2e
-.øyele8ge.
-.øy5ene
-.øy4n
-.øy6na
-.øy6ra
-.øy4re
-.øy8rer
-.øy4str
-.å2
-.å6e
-.å6f
-.å6g
-.å6k4
-.å8l
-.ål6t
-.ål8ut.
-.å8m
-.ån8da.
-.ån4de.
-.ånd6s5
-.åp6na
-.års3k
-.å6se
-.ås3k
-.ås7l
-.ås3m
-.å3ste
-.ås5v
-.å4t
-.åt4te.
-.åtte5o6g5
-.å6v
-a1ad
-4aaf
-a3aft
-aa4g
-a1aks
-aak5v
-aa3la
-aa2m
-a1a2n
-a6an.
-aans9t
-a7antr
-a1ap
-aa4ri6
-aarie9ne
-aar5n
-aa2s
-3aase
-aa5t6h
-a1av
-a6bab
-ab7av
-ab9b8l
-ab4but
-abe4lei
-abel5t4
-abe9na.
-abes9ka
-4abev
-a5bh
-abie6
-abi9er
-abi9la
-a4bist
-ab1l
-ab9lara
-ab4lok
-abl7u
-a5bo9a
-abo3b
-abo3e
-a3boer
-abo3kl
-a3bord
-5aborte
-ab1r
-ab8re
-ab2sl
-abu5e
-a4buel
-a4buf
-a6busk
-a4bute
-a4by.
-a4byb
-a4byk
-aby3r
-8ac
-aca5
-a6ca.
-ache3a
-ack3
-a1co
-6ada
-a5dal
-ad5ant
-a4dart
-ad9da
-a2deb
-ade5i6s
-a2dek
-a4del
-a4d5elv
-a5dend
-a3dene
-a2deo
-a2dep
-a5der.
-aderle7
-a2des
-a5de4ser
-a3desl
-a3det.
-a3dets
-3adfer
-1adg
-ad8ge
-adi4ene
-ad1j
-1adju
-2adl
-1adm
-ad5n
-ado7a
-a4dob
-ad7opp
-4ador
-a7dora
-ad5raf
-ad7ran
-a2dre
-ad7rel
-ad5rep
-ad3ret
-ad3rid
-ad1ro
-a7drø
-ad4s5amt
-ad4si
-adsle6ge.
-ad5s4let
-ads5te
-ad5s6tek
-ad3str
-ad5un
-1adv
-adva5re
-2adve
-a4dy.
-a4d5øy
-2a1e2
-4aea
-a4ed
-ae3de
-aed7r
-aek5t
-a4el.
-ae5la
-ae3li
-ael5o
-aen5t
-a3ep
-aes8ke.
-aes4t
-6afa
-6afc
-a4fe.
-afei5
-af4fan
-af4fei
-affe3s
-af7fi.
-affi3d
-af5f4u
-af4i
-afia1
-afi5an
-a2fib
-a6f5inn
-afi7re
-a4fiti
-a5fjo
-af9la.
-af9lar
-af3le
-af5li
-a4frik
-6afo
-afo7ra.
-afo7r8e
-afore5ne
-afra5s
-1afri
-afs1l
-aft5ei
-af4t5e4l
-af6t5o
-aft1s4
-af5yr
-afø4r
-afø5ri
-4aga
-a2gaa
-a5gae
-a4ganf
-agang7s8
-a4gart
-a5gas.
-aga6ve.
-ag5de
-a7gelen
-a2gem
-3a4gent
-age4r3a
-age6rek
-age5risk
-a7gers
-a5geru
-age5s2
-a4geta
-a4gé
-ag5gar
-ag4gas
-ag5ge
-agg1s2
-agg7u
-ag6gut
-a4gi.
-ag5id
-agi6s
-ag1la
-ag4lem
-ag6lesa
-ag5lå
-agmo8e
-agn5om
-4ago
-ago5d8
-ag1or
-a5gos
-a3got
-ag5ov
-ag7ras
-ag1re
-ag1ri
-4a3gru
-ag1rå
-ag4samb
-ags4ang
-ag3s4ei
-ag4sel
-ag3sem
-ag5s6ing
-ag6sju
-ag4ska
-ags4kul
-ag2sl
-agsmå6la
-ags3tr
-ags3t2v
-ag2sy
-a6gu.
-agu3ay
-agå8va
-agå8ve.
-a1h
-a5hi
-ah4n5
-ah4v
-ai1a4
-ai3e2
-ai3er.
-ai4is
-ai5ke.
-ai5ko
-ai9kv
-ai5ne
-a3ing
-a1inn
-ai4n5o4
-ai1ro
-ais4e
-ai4s3k
-aisk2h
-ai8sm
-ais6om
-ais5s
-ai5s4v
-ai5ve
-ai5ø
-a1j
-aja9d
-a7je
-a8je.
-ajes7
-a4jé
-a4ji
-a6jl
-6ak.
-a1ka
-4aka.
-1a2kad
-6akaf
-ak3aks
-6akan
-aka4o5
-4akar
-ak6arb
-aka4t5r
-ak4au
-2akd
-2ake
-a9kec
-a2keh
-a3kei5
-a6kek
-akel8e
-akelei9er
-ake5l4i
-ake4rek
-a4kerø
-ake5sm
-akes6p
-a8kete
-akhe6n
-4a1ki
-a6kid
-a6kik
-ak7ind
-akis1
-2a1kj
-akk6and
-ak5ke.
-ak3ken
-akk5erst
-ak4kes
-akki4
-ak5kim
-ak4k5is
-ak6kj
-ak1ko
-akk3ol
-ak6k5ri
-ak1ku
-ak4kul
-ak4k5v
-2ak1l
-ak3lev
-ak6lik
-ak6lus
-6akn
-ak5ne
-a5kno
-2a1ko
-ak5om.
-a5kon
-a7kos
-ak1o2v
-ak4pe6
-akra8sa
-ak5reg
-akregi4
-ak3res
-ak3ro.
-ak3roe
-ak1ru
-ak4s5and
-ak4sek
-akse3l4o
-ak4s5elv
-ak4ses
-ak7s6id
-3aksje
-ak2s1k
-ak7sku
-ak6sl
-4akso
-4aksr
-aks5ti
-ak5stol
-aks4tr
-akst7ren
-4aksu
-ak4tab
-ak4tai
-ak4tak
-akta6le.
-akt5all
-ak6tam
-ak6tans
-ak4tap
-ak4tas
-ak4tav
-ak4teg
-ak4tek
-ak5teme
-4akth
-7aktig
-ak5tit
-aktle6ge.
-ak2tr
-ak6tre
-akt3rå
-akt5s4la
-5aktue
-akut2
-2akv
-ak3val
-ak5øl
-a5kå
-8ala.
-al7adr
-ala4g
-ala9ga
-a5lagm
-alag8ra
-a5lah
-a1lai
-al3all
-al3a4me
-al3ana
-a3land
-a5lande.
-a5lane
-alan5gr
-al3anl
-al3anv
-ala4o
-ala5pr
-a5lar.
-a3lara
-a5laren
-al3ark
-a7larl
-3a4larm
-al5arr
-a5lars
-al3art
-a7larv
-al3a4si
-2alat
-ala7tr
-4alau
-al5auk
-al1av
-ala4va
-al4ba.
-albo4g
-albu7er.
-5album
-al3de
-al7der
-4aldo
-ald3re
-2ale
-a2lef
-a2leg
-a9leg.
-aleie6n
-a9l8eik
-a5leke
-a4leks
-a4leli
-a2lem
-al5e4mu
-al8en.
-a4l3enh
-a4l5en5tr
-ale4pos
-a7lept
-a4lered
-alere6de.
-a4le5ro
-a4leru
-ale1s2
-ale7se
-a4lesk
-ale6s5kr
-a4lesl
-a6lesu
-a4leta
-a4le3te
-a2leu
-ale5v
-a4leva
-a4levi
-3alfab
-2alg.
-al3geb
-al2gu
-al4går
-al3ill
-a2lim
-a9lin.
-ali5na.
-a4l3ind
-a4l3ins
-al3int
-al9ja.
-al3je.
-alj5end
-al3jer
-al1jo
-al4jor
-al2j1u
-al1jø
-alj5ø6v
-al9kera
-alk7s6
-alla4ga
-alla6ge.
-al4lap
-all5art
-al5lea
-alle6ge.
-al4lek
-al5len.
-all5erst
-alle3s4
-al4lest
-al5let
-3allia
-al4lid
-5alli5e
-alli9ne
-al6list.
-al4lo3m
-all4sen
-all4sti
-al6lul
-al6løs.
-al4løse
-al8løst
-al6lå
-al6mek
-al4met
-4aln
-a5lo.
-al1o4b
-a5loi
-al1om
-a1lon
-al3ope
-al7ord
-alori5
-alo6rit
-al3ove
-alow7
-alp2
-al3ps
-2als
-al7sed
-al9skap
-al7skare
-als1l
-als5lø
-al2sn
-al6spu
-als4te
-als6ter
-6alsu
-alt6ak
-alta8le.
-al3ted
-al7tema
-5alterna
-alte4t
-al4t5eta
-al4t5ete
-al4t3op
-a4l5u4k
-alul8la
-al5und
-alu8re.
-al5va.
-alv5aks
-alvak8se.
-al4ved
-al5v6er
-al8v9er8m
-alve5s
-al9ves.
-alvi8se
-al1vo
-alv3s
-6a1ly
-a2l5y4te
-alø5se
-al3øv
-a1lå
-al7å6t
-a4mah
-ama5is
-a2mak
-a5maki
-am3aks
-a2mal
-am5ald
-a3man
-a3mar.
-a5mara
-a7mas.
-amaso7
-3a4matø
-am4bar
-3ambas
-am4bat
-am5be
-a2mei
-am3eie
-a3meis
-a2mek
-am3eks
-amen8de.
-amen4s3
-amen6t7arv
-ame4ram
-a4meret
-3a4meri
-4amerin
-ame5u
-amhu7
-2ami
-ami7na
-ami7ne
-amisk3
-amis4ku
-am4lese
-am6lest
-am4mad
-6amn.
-am4ned
-a2mo
-amo5e
-am1op
-am1or
-amo6ve
-am4pap
-am4pare
-amp5ei
-am8peria
-am6perie
-ampes6
-amp7inn
-am2p3l
-am5p4let
-am4p4re
-am4pun
-am2på
-amru4
-am5rå
-am1s
-am7s6ku
-ams4l
-amst6
-am4s3tr
-ams9ut
-ams2v
-am4s5ve
-am2sø
-am3ti
-amti5da
-5amtm
-am7tv
-am6ul
-am5yr
-am5øy
-6ana.
-anak8te.
-ana3la
-anal4f
-3analy
-8anan
-a3nane
-a5nang
-anant8
-4anar
-a6narb
-an5art
-ana3to
-6an7au
-anaus7
-an9av.
-3anbef
-4and.
-an4da5m6
-anda5ta
-an4dek
-an5den
-anderle7
-an9det
-6ando
-an4dos
-4ands
-and4sel
-and8send
-and7slet
-and5s6tre
-a2ned
-an5egg
-a4n5elv
-a2nem
-2anen
-2aner
-ane3ru
-a5nes.
-a4nest
-ane5sv
-an5e6tika
-a5netike
-an5e6tikk
-an5e4tis
-a2nev
-3anfal
-anfø5re.
-ang4e
-an4ged
-an4g5enh
-ang5erme
-an8geste
-an4gi.
-5angiv
-ang5of
-an5gos
-an4g9ra
-an4gre.
-an6gres
-an4gret
-an4g3ry
-ang4sm
-angs6tro
-angs8t9rå
-angst5y
-ang5sva
-ang6søy
-ang4t5re
-ang5t6ve
-an4gun
-an4gå.
-ania7
-a6nib
-a4nisj
-4aniv
-an4kana
-4anki
-4ankj
-an4kob
-an4kop
-an4kos
-an2k1r
-ankra8na.
-ank3re
-ank3ut
-8an2kv
-an4kø
-an6k5å6
-2anla
-anland6
-anlø9pa
-ann5ans
-an6neme
-an5nen
-an5ner
-an5nid
-an4ninn
-an4nom
-5annon
-an4nov
-ann4sei
-ann4sid
-ann6s7kå
-ann6sl
-ann3st
-ann5sta
-ann4s3u
-an4ny
-an2nø
-a3no.
-a9noa.
-ano6deb
-2anog
-a7norm
-a6not
-a2no4v
-ano5va
-an3ove
-anri7ke
-ans5aft
-ansa7ka
-4ansan
-3ansat
-an4sek
-an4sent
-anseri8e9ne
-an4ses
-3ansik
-ans5ind
-ans5ins
-an4ski
-an3skj
-ans4k3l
-ans6kun
-an5skø
-an6slø
-an4sn
-ans5or
-an4s3pi
-ansport7s6
-an1st6
-6anstar
-ans4te4
-6ans6ti	
-2ansu
-an9s6und
-5ansunda
-1an1sv
-4ansve
-6ansy
-an4så
-anta8la
-an5t6and
-an4tans
-an3ted
-ant5emi
-5antenn
-an4tesl
-anti7kl
-an4tim
-an5toi
-ant5ord
-ant5rab
-ant7rom
-ant5ryg
-ant5s6
-an4tul
-antus4t
-2anu
-anus7a
-an5ut
-3anven
-6anvin
-6any
-a4nya
-a2n1æ2
-anær8
-2anø
-a2nøk
-an7å
-a1o
-ao9a
-aog9
-a2oi
-ao6k6
-aon8de.
-ao2p
-ao4r
-a5pea
-a7pé
-a1pi
-a2pia
-ap1id
-a6pik
-a6pins
-a2pio
-api6r5
-api7r6e
-api7se
-ap1j
-a1pla
-a5p6las
-ap3li
-ap9lo
-ap2ly
-4apol
-a4pon
-a4poo
-apo3p
-apo5s4ti
-a2pot
-3ap3par
-4appar.
-6appare
-app7esk
-ap5plas
-ap4ple
-ap5pli
-ap6pri
-ap3ra
-ap5ren
-ap5ret
-ap3rin
-ap2s1
-apsa4
-ap3sel
-apse4s
-ap8s9l
-a3psy
-ap4s5ø
-8apu
-a6p5ut
-a1py
-ap7ø
-a3p8øls
-a5på.
-a1ra
-ara9bi
-ar5aks
-arak5t
-ar3alt
-a4rami
-2aran
-a4ranor
-a4rans
-a4ranv
-2arar
-a4r5ass
-ara5te.
-ar5aug
-ar7auk
-arau9ken
-ar7avh
-1arb
-2arba
-arba8ne.
-6arbeh
-4arben
-6arbet
-2arbi
-4arbj
-6arbl
-2arbo
-arbo8da
-2arbr
-2arbu
-2arby
-2arbø
-4arbå
-ar7deb
-ar6deli
-ardfø5re
-ard3re
-ard5sta
-a1re
-1a2rea
-4arear
-a4reb
-areba4r
-a2red
-a2ref
-a2rei
-are3in
-a2rek
-a6r5ekt
-a4rela
-ar7elek
-a4r6eli
-ar7emn
-a5remo.
-3arena
-a6r5eng
-a4reni
-aren5tes
-a2reo
-a2rep
-a6rerel
-a4r5erfa
-a6rerk
-a4rero
-a6rerø
-a5res.
-ares8ka
-ar4et
-a7reta.
-a4rev
-ar7e6va
-ar3evn
-arev6ne.
-8a1ré
-6arf
-ar7g6h
-ar5g6i
-6argj
-arg4l
-ar7go
-arg5stj
-2a1ri
-aria7ne
-a3rib
-ariba9
-ar5idr
-a4rim
-ar3inn
-ar3ins
-arins9k
-ar3int
-ari3se
-arise4a
-a4risto
-a2riv
-ar4kau
-ar3ke
-ar4ke5s
-ar5kha
-3arkit
-3arkiv
-ar4kle
-ar4k5løf
-ar6kod
-ark6ste
-ark4str
-ark7veg
-ar4køy
-arla4ga
-ar4map
-5armbå
-ar4medi
-arme7t
-ar6metr
-ar4minf
-armle6ne.
-armå6la
-2ar2n
-ar4nad
-ar4nal
-arneva7la
-ar3ni
-ar3no
-ar3nu
-ar3nå
-a1ro.
-aro8de.
-a5rok
-a1ron
-ar1op
-aro6pa
-a4r1o4r
-a1ros
-ar7ost
-a1rot
-ar3ove
-ar6ped
-ar9po
-arp5ret
-1arra
-ar5ree
-ar7resk
-arri8e7
-arrå6da
-2ars
-arsa6ka
-ars5ans
-ar3sel
-ar6s5ers
-ar4sin
-ars5kam
-ar5skar
-ars5kes
-ars7kre
-ar4spr
-ars6tr
-ars4vei
-ars7æ
-arta4la
-arta6le.
-ar3te
-ar7tele
-8artets
-art4ha.
-art4has
-ar4tika
-6ar4tim
-4artn
-4arto
-ar4top
-6artr
-art9ra
-ar6trin
-art6s5t
-arts5ø
-6artu
-8arty
-ar4tyv
-ar1ul
-ar1un
-ar5u6r
-a1rus
-ar5utb
-ar5utn
-arve3s
-ar6vete
-arvi8sa
-arvi8se.
-a1ry
-ar7æ6
-arø8ve.
-ar1øy
-a1rå
-arå8de.
-ar7åp
-a6r5åt
-6as.
-4a1sa
-asab4
-asak4
-a4salo
-as6an
-as7aug
-asbe2
-a1sc
-a2se.
-asea4
-a2sed
-a2seg
-a2sek
-as4el
-ase5le
-a2sem
-a6senet
-a4senk
-a7seol
-a2se5s
-a6sest
-a4sete
-a2se3u
-as2h
-as5hu
-a4sib
-a2sip
-a2sir
-a7sis.
-asis5t
-a2siv
-as4ja
-a6sjett
-as5jor
-as3kar
-ask6et
-as5keti
-ask2i
-as5kis
-a5skj
-as5ko.
-as5koe
-a4s5kopi
-as3kor
-as3kot
-a1skr
-as7kra
-as3kul
-a5s6kula
-as6kule
-ask9u8t
-as4kv
-ask5øy
-as1l
-a5s4lag
-asla8ga
-as4lev
-as4lit
-a1so
-a4so.
-a2s5om
-as5ov
-as4pan
-as3pe
-as7pis
-as5pl
-as9sa.
-as4sab
-as4sal
-ass5ald
-ass5alt
-as4sam
-as5se.
-as4sed
-as4sek
-asseri7e6
-as4serv
-as4ses
-as6sifr
-as5sing
-assi3s
-as4sit
-as2sj
-as6s1k
-assku6le.
-as2s3n
-as5so.
-asso9a
-as7sos.
-as6s1p
-as2s3t
-as4stan
-as4str
-ass5tru
-as2s1v
-as4sys
-as4søk
-as2s5å
-as1ta
-as6tab
-a6stande
-a4statu
-as5te.
-as3ted
-as4teg
-as4tek
-as4t5enh
-a1stj
-a9stof
-a5stok
-ast5ov
-ast5ren
-as4tro
-as9tua
-astu8ve.
-ast5ø4v
-a1su
-asu3n
-asu9sa
-as1va
-a6sym
-asyn7d
-as7øye
-as5å
-4at.
-4ata1
-a5taene
-at6af
-ata8ka.
-ata8la.
-a4tang
-ata9rar
-a6t7arv
-atas4
-a5tas.
-atat8
-a2tau
-at5avh
-atch5
-a2tea
-a2tec
-at7edd
-a2tee
-a4tei
-at5eid
-at3eig
-ate3in
-a4teka
-ate5k8e
-ateke7ta
-a6t5ekte
-ate7le
-at3emb
-4aten
-a5tene.
-a4teni
-a4tenu
-a2teo
-4ater
-a5ter.
-a6terat
-a8terek
-a4teril
-a2tes
-a4t3ett
-at6e5u
-a4té
-3atfer
-at4ha.
-at8has
-4ati
-atik6ka
-atili5
-ati5nea
-ati4rep
-ati8sta
-at3jo
-5atlant
-atl9øy
-3atmos
-at4nel
-ato5a
-ato5gr
-at1oi
-a2tom
-a6t5oppr
-a1tor
-a5tose
-a3to1v
-a1tra
-at5reg
-at3ren
-at3rer
-a4trif
-at3rin
-at5rot
-a9tru
-at5røs
-at5røy
-2ats
-at3ser
-at7sje
-at7s6kat
-at7skj
-ats6kul
-at2s3ø
-4att.
-at6tat
-4at5te.
-at5tens
-attfø7re
-at4tid
-atti4s
-att5ise
-at3tit
-att1o
-att7o6p
-atto6v
-at1tr
-at4traf
-at4t3re
-at6trin
-att3s6k
-att5s8l
-att3sp
-att3sv
-at6tys
-at2t3ø2
-a1tu
-atu5e4
-a2tut
-at5v
-atvi5er.
-a3t3w
-a1ty
-atyr8ke.
-a5t6yv
-a1tø
-atør3s
-atø9se
-a4t5øy
-a3tå.
-a7tåa
-a1tåe
-at5år
-at5å4se
-at7åt8
-4au.
-8a8ua
-au9ar.
-4au5b
-auba6ne.
-au3c
-au5da.
-au9det
-au4di.
-4a6ue
-au7en
-au7er
-aue5re
-au3est
-au6e5ta
-au5e6te.
-au4gal
-au4gas
-au4gel
-augele8ge.
-5aug2n
-3augu
-au5i
-au5keli
-au5ket
-auk5la
-1auk7s6
-au5kve
-au6las
-au4lat
-aul5l
-aul8la
-au5lu
-au9men
-au6mo
-aum5s6k
-aum7s4t
-a5und
-au5rae
-aure5s
-au5ret
-au5ri
-aur5s6
-au1ru
-auru4e
-au1sa
-aus9kj
-au6skr
-au1so
-aus5s
-au6s8tas
-aus8tett
-austi6s
-aus6t7ise
-aus6ton
-au5str
-au6stri
-au1su
-au4sun
-au2s5ø4
-aut6a
-au3ta.
-au7tar
-au5te
-1auto
-auto5v
-au3t4re
-au4ty
-2aux
-a1va
-av5ab
-a5vae
-ava7g
-6aval
-av3alv
-a4v3and
-av3ang
-a4v5anl
-3a4van5s
-a9var.
-av3art
-avar6ta.
-4avas
-5avbi
-1avd
-3avdel
-2a1ve
-a2ve3d2
-a5vede.
-a7veil
-ave3in
-a2vek
-a4vela
-a4vele
-a5veleg
-avens4
-a5ver.
-ave7ras
-aver5d
-a6verei
-a2ves
-a2vev
-1avfa
-1avg
-avi4ar
-4a5vig
-a1vik
-avi9ke
-a1vin
-a4v5int
-2avir
-5avisa
-avi5sa.
-3a6vise
-av5ising
-avis3t
-a5vit
-avlu9t
-avlø5se
-6avn
-av7na
-av4nes
-a1vo
-a4vok
-avo3r
-avo4v
-av1r
-av4res
-av5ri
-av1sa
-av5seg
-avs2i
-avsko7g
-3avsni
-av1s2p
-avspe9g4
-avs4te
-av5su
-av1s2v
-1avt
-avta9ka
-2avu
-1avvi
-av3øl
-4a1vå
-a6v7å6l
-a1wa
-awat4
-a5we
-awe9ne
-a1wi
-ay2a
-ay7ane.
-ay5ar
-ay9s8t
-a5y4t
-a5zu
-azz3o
-a1ø
-a7å6
-1b4a
-ba3a
-baby5
-ba4bys
-ba5cl
-ba2d
-ba4da.
-ba7dan
-b5add
-ba8de.
-ba4deb
-ba5den.
-ba7dens
-ba3di
-bad1s
-4baf
-ba2k
-ba5kan7
-ba3kar
-bakars9
-ba3ken
-ba4k5end
-baken6de.
-ba3ker
-bake3s
-ba9ket.
-bak9ett
-ba3ki
-ba8ki.
-bak6kers
-bak6ko
-bak5kr
-4bakr
-bak4re
-ba5kri
-bak3ro
-bak3sm
-bak5sp
-bak5s6ti
-bak5str
-bak7t6
-bak1v
-ba3la
-bal7ak
-ba4les
-ba4li.
-bal3j
-bal4lag
-bal4lan
-bal4led
-bal4leg
-bal4lei
-bal4lev
-bal4lig
-bal6lov
-ball5s6
-bal6læ
-ba1lo
-bal5t
-ba1lu
-ban4a
-ba4na.
-ba5nan
-ba5nar
-ban9da
-ba4nel
-ba4nes
-ban6kap
-ban4kor
-ban2k3u
-bantu5
-ba3re
-baret5t
-ba3ri
-bari6e7n
-bark5s
-bar5skr
-bar5tr
-ba5ru
-ba5sen
-ba4seru
-ba4set
-ba3si
-ba2s1k
-bas6sak
-bas4san
-bassi4
-bassis5
-bas4so
-bas4st
-bass6tr
-ba2st
-ba7s8u
-ba1ta
-2ba1tr
-bat6ti
-bau9la
-6bav
-ba5z
-2b1b
-b3ba
-b6bak
-b4b5arb
-b6base
-b3be.
-b4beb
-b4beda
-b2bef
-b4beg
-b6beh
-b2bei
-bb3eie
-bb5eig
-b2bek
-b6belo
-bbel6t3
-bbelte4
-b4bem
-b9bene.
-b2beo
-b3ber
-b4b5erf
-b4bes6
-b7beska
-b6beta
-b6beten
-b4beti
-b6beto
-b6betr
-b2bev
-b8b1h
-b3bi
-bbi9e8
-b4b5inn
-b2b1l
-bb7len
-bb5op
-bb5rek
-bbu9ra
-bb5ut.
-bb5ute
-b2by5
-bby3e
-bby1k
-b4bø
-b6bå
-2bc
-2b1d
-b2dek
-b7den
-b4dep
-1be
-be2au
-be4bo.
-bebo5er.
-bebo9k
-be4da.
-be9dar
-be3der
-bedi9e8
-be4dre
-bed5red
-bed2s1
-bedy9ra
-be1då3
-2bee
-be5ed
-be6ef
-b4ef
-befa5re
-be3g
-bega9
-be4ga.
-be4gi.
-be4gn
-be5go
-be4g5re.
-be4g5rene.
-be4gå.
-be6ha.
-beha7g
-behers7
-4behu
-behå4r
-be6i
-be5ke
-be2k3i
-bek6kel
-bekke5r
-bek4kes
-bek6l
-4beks
-be4l3ab
-bela9ga
-bel5eie
-bel5eig
-bel5ein
-be4lek
-beli9na
-beli9v
-belle5sa
-bel5let
-bel5læ
-be2l1o
-bel5s4p
-bel7s4t
-bel4tag
-bel4te5s
-bel4t3ø
-bel3u
-bel5v
-belæ5re
-belå7ne
-be4na
-be5nat
-be3ne
-4bened
-be4nest
-ben5gu
-be5ni
-ben5s4i
-ben5skj
-ben5sp
-ben5te
-2bep
-b4er
-4berai
-be7ras
-ber5d
-be4rep
-8berest
-bere5te
-ber4ga
-ber4g5ende
-ber5ges
-berg3j
-berg3l
-berg3o
-ber4g3å
-be5rib
-beri5ke
-be7ris
-ber6kl
-ber5na
-ber5ne
-be1ro
-be4ro.
-bero9a
-berri6
-ber5te
-ber5ti
-be1ru
-beru9sa
-berø5v
-b4e1s2
-5bes.
-be4se.
-be5s4i
-4besik
-6besj
-bes5ke
-bes6k5n
-be3sn
-bes7ne
-4be3so
-beso9v
-be5sp
-bes3s
-bes6s7a6
-bes6sel
-bes7si
-bes7tens
-bes6tes
-be5stes.
-be6så
-3b4et
-5bet.
-be4tab
-be3te
-4betei
-be7tes
-beto5ne
-be6trar
-be6tre.
-be4t3ri
-4betu
-be4ty.
-beva5re
-be6ve.
-bevi5se.
-be9vo
-bev9r
-6beå
-beån9
-7bé
-2b5f
-6bg
-2bh
-bhu1
-1b4i
-bi5ak
-bi6bla
-bi5ce
-bi1d
-bi5dee
-bi8dé
-bid6r
-bidu8
-bi5el
-bi6ele
-bi5erv
-4bifa
-bi5g
-bi3ka
-bik1k
-bik6ki
-bi5k4l
-4bi7kr
-bi6la.
-bi4las
-bi4lau
-bi3let
-bilet5r
-bi4lin
-bil3j
-bil5la
-billa8ga
-bil5leg
-bil5m6
-bil1o
-6bi5m
-bi4nans
-bingo5
-bin4gol
-bi7no
-4b5int
-bio7
-bi3o8m3s4
-4bip
-bi4ri5
-bi7ris.
-bir4ken
-bi1ro
-bis2a
-bi3se
-b5ish
-bis6hi
-bis7ke
-bi5s4la
-8bisn
-bi4sp
-bis4p5i
-bis5se
-bi1st
-bi5s6ta
-bis4til
-bis5tru
-bi3s4v
-bi6ta.
-bi4te.
-bi5tes
-bi8ti.
-bi4tre
-bi6tri
-bjar3
-bjek4t5o
-bjø6r
-2b1k4
-b5kh
-bl2
-1b2lad
-blad3a
-bla6f3
-bla8ga
-blak5r
-bla5me
-blan9da
-b4lank
-blan5ke
-b4lant
-b1lar
-b8larar
-b3lat
-bla4u
-b4lef
-bleie5
-blei5er
-b4lek
-ble4k3a
-ble5kes
-ble4mo
-b3ler
-ble7r6a
-b6lesa
-blesse9ne
-b4lest
-2blet
-bli9ke
-bli5ma
-bli5me
-blings6i
-blis3s
-b5lj
-blja4
-blo6dr
-1blok
-blom5m
-b6lu
-blues3
-blu9sa
-bly7gl
-blæ5re.
-blå5n
-blå3r
-blå7sa
-blå5se.
-2b1m
-6bn
-b3ne.
-b3ner
-b7nes.
-b7ni
-b2o
-boa5s4
-bobba6ne.
-bob5by.
-bob9bye
-bo2bl
-bob7la
-bobs4
-bo3de
-bo6din
-bo6d7r
-bo2dø
-4boef
-1boen
-bo2er
-bo4et.
-2bo3f6
-bo4gel
-bogn7
-bog1s
-2boh
-2boj
-3bok.
-bo2ka
-bo6kel
-bo4k3et
-bok1i
-bok1k
-bo6kop
-bo6k5ri
-5bok1s
-boksi8da
-boks4p
-bo2ku
-bok3ve
-b4ol
-bol5eie
-bo7li
-boli7n
-bo7lo.
-bo5loi
-bo4l5o4r
-bol5s4p
-bolst6
-1bomb
-bom4bel
-bom5m
-bo6mo
-bom1s4
-bo5nap
-bon5ato
-4bonn
-bon5ne
-bons4
-bo5nus
-boo6
-boom1
-bo1p4
-bo1ra
-bo4ra.
-bo6re.
-bo7rel
-bo3ren
-bo3ret
-bo4rete
-bo6ri.
-bo3ro
-bor6t7ef
-bor6tei
-bor4tes
-bor6t7et
-bor4ti
-bort5s6
-b4o1s
-bose8te.
-3boska
-bo2sl
-bos5se
-bo4sto
-1bot
-bo4ta.
-bo4tak
-bo4tal
-bo6te.
-2bo7to
-4bot6r
-4bot4v
-bou3c
-4bo1v
-bow4e
-bo6y
-4bp
-b7pl
-br8
-1b4ra
-bra5ka
-brak5s
-bra5se
-bred5sp
-brei5e
-brei3s
-bret7te
-b6rev
-brevi9er.
-bre4vin
-bri5a
-b4rio
-b2ro
-bro9ar
-bro1s4
-3b4ru
-bru5ke
-bruk4s3
-bru4na
-bru7na.
-bru5nes
-bru5pl
-bru7ren
-bru5sa
-brus4l
-1bry
-bryn4s
-b4rø
-brø5de
-bråe6
-brå9ne
-brå5te.
-6b1s
-bs4e
-b5s6e6a5m4
-b4s5el
-b5s6i
-bsk4
-b4sli
-b2sm
-b2s1of
-bs2t6
-b6st7f
-b7s6v
-bså5
-6b5t
-b7t6s
-1b2u
-bu4ar
-4bub
-bu3da
-bud5d6h
-bu3de
-4bu3em
-bu4en.
-bu9ene
-bu4er.
-bue5s
-bu1i
-bu6is
-6buki
-buk3l
-bu5la
-bu4le.
-bul3le
-bun7de
-bund4s3
-bun8ge.
-bunk3r
-bunnla8ga
-bunn3s
-2bu3o
-bu1p
-bu6ra.
-bu4re.
-4bu3ro
-bu3ru
-bus6e
-bu4se.
-bus4h5e
-busk7ø
-bus6sek
-bus4sel
-bus6sent
-bus6set
-busse6te.
-bus6sj
-bus4sn
-bus4sp
-bus4st
-buss3v
-bu1st
-4bustr
-4busy
-bu1ta
-bu4tal
-bu7tem
-b5utg
-4butst
-bu2tu
-bu1tø
-4buv
-6buø
-2b1v
-4b5w
-1by
-bya2
-by5al
-by9are
-by7dep
-by4en.
-by7ene
-by5ens
-by2er
-by3ers
-by4ge.
-byg3l
-3byi
-by1lo
-4bylø
-by5n
-by1re
-by6re.
-by1s
-5bys.
-4byse
-6bysi
-6bysp
-byst4
-by4ste
-4bysv
-by5tar
-by4te.
-by1tr
-2byv
-bæ5rar
-bæ6rar.
-bæ4re.
-bæ5ren
-bæ5rer.
-bæ5rere
-bæ5res.
-bæ5ret.
-bæ3ri
-bæ4r5is
-bæ3ru
-1b4ø
-bø4e
-bø7ens
-bøf3
-bø4kes
-bø6la.
-bø6le.
-bø2n
-bøne5
-bøn6nes
-bøn7o
-bø6re.
-bør4s5k
-bør4sp
-børs3t
-børs8ta.
-børs3v
-bø5ta
-bø1v
-bøy7ar
-bøye5
-bøy4ene
-bøy4es
-bøy4et
-1b4å
-bå4de
-bå9des
-bå6e
-bå7ene
-bå4la
-bå1re
-bå6reg
-bå4rep
-bå4s3te
-bå6s7ti
-bå6t5j
-bå6to
-båt5r
-1c4a
-cab4
-ca4e
-ca5le
-ca5me
-ca5mo
-ca4pe.
-cap1r
-ca6pris
-ca3ra
-car5n
-ca5ro
-car4te.
-ca2sa3
-ca6set
-cash5
-ca5s4til
-cas5to
-ca1t
-cath5
-ca4to.
-6cb
-4cc
-c1ci
-c2d
-cde6
-cebo9
-ce3d
-ce1i
-1cel
-ce5le
-cel4les
-cel4lev
-3cen.
-ce4ned
-ce4nee
-ce4nem
-ce4ne5s4
-ce5nes.
-ce4net
-ce4nev
-5cens
-cen4ti9m
-cen6to
-ce5o4
-1cer
-cerba6ne.
-ce3re
-ce1ro5
-cer3t
-6ceru
-cest3o
-2ch.
-cha5le
-3cham4
-cha7ne
-cha5t
-2chb
-4chei
-chel5s
-che7te
-chi4li
-4ch3h
-2chm
-4chn
-ch5ne
-chom4
-cho5s6
-2chp
-8chs
-6cht
-ch1v
-ci1c
-3cid
-ci2e
-cie8n
-cie2s5
-cil5l
-ci3ne
-ci5ta
-2c6k
-ck5ar.
-ck5art
-ck1en
-ck3er.
-ck4ere
-ck5e4t3
-ck5et.
-cke8y5
-ck1i
-ck1k
-ck1o2
-ck7r
-ck5s2
-cku6
-ckup3
-ck9ut
-c2l
-clai4r5
-cly4
-c1m
-cmini4
-coa6
-coat5
-co6bid
-1co4c
-2cod
-6cof
-6cog
-co4la.
-co4lab
-co4lak
-co4la5r
-co2m
-co5ma
-com5t
-co6n5os
-con5s
-con7t
-co2o
-co7pa
-2cor
-co3r6a
-co1re
-co4so
-4cost
-co4ver
-c1pr
-cr8
-cras4h
-crack4
-cre2e
-creen7
-cros2
-5cru
-4c4s
-4c1t
-c6ta
-cty5
-1cu
-4cu.
-cu5la
-cu5le
-cu5lu
-cup1l
-cu6po
-cup1r
-cup7s
-cu4på
-2cur
-cures4
-cu6t
-cy2a
-cy6p7
-cys3
-c6z
-cæ5
-1da
-4daa
-4daber
-8dabo
-d5abs
-6d5adel
-d4adg
-dadø4
-dadør5
-4daef
-2daf
-5dagb
-da4gev
-4dagj
-dag7l
-da6go.
-da4g1r
-da6gun
-4dagå
-4dahe
-5dahl
-da1i
-2daka
-4dako
-4dakr
-dak4se.
-4daktig
-da5kv
-7d6al5j
-da1la
-da8la.
-da4las
-6dalau
-dalbu8er
-4d5ald
-da4les
-dal6so
-da1lu
-da4ma.
-da4man
-da3mas
-da4me.
-da3men
-6d5ameri
-dame3s
-dame5t6
-da3mo
-dam7pe
-5dan.
-6danal
-d8ane
-9dani
-2d1anl
-3dann
-dan5neb
-4danno
-7dano
-d4ans.
-dan3sa
-dan4sel
-dan9s8kan
-4dansv
-9dant.
-9danti
-8dany
-2da3o
-2dap
-da3pe
-d3app
-3dar.
-5dara
-2darb
-dard3s4
-4darea
-da4res
-d5arn
-da2ro
-dar5os.
-dar5s6
-dar4ta.
-dar6va.
-dar8ve.
-4dasei
-2dash
-6dasi
-4dasjef
-da4sk
-da9sko
-6dastr
-6dasu
-data5
-4da4tal
-data6le.
-datali8na
-da4tek
-7d6ato
-da3toa
-4da5tr
-dats6j
-d6aud
-daud7s8
-dau5go
-2daut
-2dav
-d5avb
-d1avl
-d3av5s
-4daø
-2d1b2
-dba8le.
-dba4ne.
-dbe8ta.
-dbe6te.
-dbling7
-dbo6en.
-d6byf
-4d1c
-6d1d
-d2dad
-ddag4
-d4dak
-d4d5arm
-dd3eie
-d2dek
-dde4lap
-dde4l5o
-ddel5sv
-d4demi
-dder5s
-d4desu
-ddie8
-d7dom
-d4d1re
-dd5run
-ddsa4
-dd4sala
-dd4skap
-dds5tab
-dd3s4te
-dds5tr
-d2dyb
-ddø2
-ddør3
-d4d5øy
-dd1år
-1de
-2dea
-deak3
-de2al
-de7b
-6debar
-4debas
-3debat
-2debe
-4debl
-2debo
-5debon.
-2debr
-3debut
-2deby
-4debø
-de1c
-5ded.
-2deda
-6d7edd
-7dede.
-4dedek
-4dedel
-4dedia
-2ded4r
-2dedy
-2dee
-5dee.
-de7er
-2def
-d5eff
-d5eft
-2deg
-6d6e5ge
-5degg
-de3gl
-2deh
-5dehavs
-2dei
-dei4d
-dei4ene
-3deig.
-dei8ge.
-5deigen
-dei4g5r
-5deik
-d2e1in
-3deir
-de5is.
-de3ist
-7de7it
-2dej
-8deka
-2deke
-2deki
-2dekj
-5dekk
-dekk3a
-dek4kan
-dek4kel
-de6k6kv
-dek2l
-6dekly
-5dekni
-de5ko
-4dekod
-4dekon
-4dekos
-2de5k6r
-dek6st
-deks7ti
-deks6tr
-5dekt
-2deku
-4dekv
-4dekø
-4dekå
-d4el.
-6delad
-6delage
-de6lans
-4delau
-4deled
-de4lef
-4delei
-del5ei4d
-del5eie
-4de4lek
-de5lele
-4d5elem
-de4lest
-6d3e4lev
-4delid
-6delinj
-del5int
-4delis
-4deliv
-del4lap
-del6lei
-del4lek
-del6lerf
-del6lig
-d4els
-del4s5at
-del3se
-delses7
-del4si
-del4spo
-d4elt
-del6tala
-del3te
-del7tr
-6deluk
-del5ve
-4dely
-4delæ
-2delø
-delø6pa.
-6deløy
-2delå
-2de5ma
-d3emb
-2deme
-demie4
-4demj
-dem8na.
-de4mo.
-de4mog
-5demok
-4demol
-demo5no
-5demos
-dem5pe
-3demr
-5dems
-4demu
-2demø
-2demå
-d2en.
-4dena
-de7nak
-6d5en6den.
-de5neb
-4dened
-6denel
-4denem
-4denet
-4denev
-6d5engen.
-4deni
-4deno
-de4nom
-d2ens
-den4sin
-den4s3t8
-den6t5ant
-4dentif
-4dentit
-dent3o
-den4tr
-dent5s8
-den6t5u6
-den6tå
-4denu
-2denæ
-2denø
-de2ob
-de4og
-2deol
-4deopp
-4de3or
-de4ove
-4depak
-4depap
-2depe
-4depi
-4depl
-6depu
-d2er
-der8am
-de6rant
-de4rare
-de4rark
-5de7rast
-dera5te
-der3av
-der5d
-4derea
-4dered
-de4r5edd
-de4ref
-4dereg
-4derep
-6deresi
-der5est
-8derest.
-6dereste
-4derett
-de4rif
-de4ril
-5derin
-de4rinæ
-der5k
-der5ne
-de5rob
-4derog
-4deros
-de5rose
-dero8se.
-6de7rot
-dero4v
-der5s6n
-der4sp
-der3t
-der5un
-de5rup
-6derus
-der3v
-4derør
-2derå
-de1s
-3d6es.
-2desa
-4desc
-2dese
-de5seg
-des5ers
-4desho
-de8s9hop
-desi4s5t
-2desj
-2desk
-9desk.
-5deske
-4des4le
-2deso
-2desp
-7despl
-6de5s6pr
-d4es2t
-5dest.
-5deste.
-des6tem
-de5sti
-4destj
-4desto
-4destrå
-4destu
-6desty
-de4s3tå
-6desup
-des6v
-2desy
-deså7
-d2et.
-2deta
-deta8ka.
-de3te
-4detea
-6deteg
-6detekk
-4detel
-4deten
-4detep
-detes7
-2deti
-2detj
-4deto
-4det6r
-2detu
-4dety
-4detø
-6detå
-2deu
-d1eur
-5deus
-2dev
-deva8ne.
-devi9er.
-3devik
-d7ev8n
-de5vu
-2dey
-4deø
-2deå
-2d1f
-dfø6rarar
-2d1g4
-d4gel
-d5gi
-dgi6n
-dgjø6re7n6h
-d3go
-2d1h
-dhav4s
-dheim2s5
-dhu9ga
-dhø4r
-1di
-di6ak
-di5alg
-dia5li
-di1ar
-dia3re
-dia1s
-dia7sp
-dias6t
-diats4
-2diav
-2dib
-did5ri
-di7ell
-di5en.
-4di5end
-di1er
-dies4
-3diff
-diffe5
-3diful
-4difø
-di8g9and
-di4gat
-di3ge4s5
-dig7g
-2digj
-dig8la.
-dig6le.
-4digren
-dig5ret
-4digru
-di2gu
-4dih
-4dii
-2dij
-di5ka
-di8ka.
-di5kem
-2dikj
-6dikn
-2diko
-2di1kr
-dik7v
-2dili
-dil4les
-di5ma
-6dimed
-6d5i6mel
-4dimes
-4dimet
-2dimo
-4d5imp
-4dimå
-di5na
-2d1ind
-di7nen
-4d5ingk
-din3gr
-ding8s5en
-ding6s5er
-din8g9å
-dini4
-di4ni.
-4d1inn
-2dino
-2dinv
-4dinø
-3diog
-7diol
-dio3na
-dio4no
-di3ori
-dio5tr
-2dip
-3dipl
-4dired
-4direg
-4d5irs
-5dis.
-di6sc
-di6sed
-dis4i
-disie5ne
-d6isk
-dis6kam
-di4skj
-dis6k7l
-di4sk6o
-dis5ko.
-dis7koe
-dis7ku
-dis5s
-dis1t
-dis7tik
-di5sv
-dis4vi
-2disy
-di4tal
-di7te
-4ditek
-dit4tet
-ditt3r
-di9us.
-di4va.
-4dival
-di7van
-4divek
-div6i
-2divu
-2diøk
-d1ja
-d1je.
-d1jen
-djer5ve
-d7jes.
-dje9ve
-d6jingan
-d6jingar
-d1jo
-dju8la.
-5djup
-6djupar
-d4jø.
-2d5k2
-dka8ra.
-dki6
-d5kj
-dko2r
-dku4le.
-4d1l4
-d3la
-dla4ga
-dland7as
-dla6te.
-dla4v
-d4ledi
-d2lef
-d4lega
-d7legar
-dle3ge
-dlei7er.
-d5leka
-d2lel
-dlem4st
-d4lenet
-d4leru
-dleva8ne.
-d5li
-dli4f
-dli5ke
-d5lo
-dly8se.
-dlø8pa.
-d5lå
-dlå9re
-2d1m
-dme6la.
-dmo4e
-dmors6
-dmo8s
-dmø4re.
-dmå6la.
-8d1n
-dn6a
-dno8de.
-1do
-2doav
-do2b3
-4doba
-do3be
-8do9b8lan
-2dobå
-do4da
-dodø4
-dodør5
-4doeu
-2dof
-d3off
-d5ofr
-dog6med
-dog4me5s
-2dogr
-6do5i
-do3ki
-4dokine
-dok6kan
-4dokn
-do5le
-4doled
-doli8ne.
-4dolinj
-6dolis
-4dolj
-dol5l4
-4domes
-do5mis
-4doml
-do4mo
-dom7p
-2domr
-dom8sa
-dom8s5e6
-dom6s5i
-dom4s3k
-doms3l
-domsla6ga
-dom4so
-do4mu
-do4na.
-don5g
-4donke
-6d7on6kl
-don5st
-don5t4
-2dop
-do4pa.
-do4pe.
-3dopi
-d6o1ra
-do5ran
-2d1ord
-dor4da
-do1re
-dor6gest
-d5orie
-dorm8
-do3ro
-5dorp
-3dorr
-dors6
-dors7ke
-do1ru
-do7rye
-5dos.
-do4se.
-do4set
-do1sk
-6do7s6l
-2doso
-4dosp
-2dost
-do3str
-4dotr
-2dov
-do5va
-do5ven
-do4ver
-dov9n
-4doø
-2d7p8
-5dq
-dr4
-d1ra.
-d5raa
-d9rad.
-d5rade
-1d6rag
-dra5gen
-dra6kes
-3drakt
-1dram
-5d6rang
-3drap.
-5drapa
-3drape
-d3rapp
-d1rar
-d6rarar
-d3rarb
-dra6ret
-d5rarm
-d5rarr
-d9ra8sa
-9dratt
-drau7ma
-2dre.
-5dreass
-2dred
-d5rede.
-d5reder
-dre7d6r
-d5reds
-9dreg.
-9drege.
-d3regj
-3dreie
-drei5en
-drei5er.
-drei7ern
-d5rej
-d6reka
-d7rekk
-3drekt
-4drel
-d7relig
-4drem
-d1ren
-4drer
-d3ret.
-d3retn
-d6retr
-d3rets
-drett4
-dretts5
-5drevet
-3drevn
-4dria
-3d2rif
-2d1rig
-d2rik
-d3rik.
-dri8ka.
-d3rike
-3drikk
-drik7s6
-d9rikt
-5d4ril
-2d1rin
-dring6
-drit7tr
-drit5u
-dritun8ge.
-1d2riv
-3dronn
-dro6pa.
-drop5s
-2d1ror
-3d4ros
-dro8ta.
-2d1rov
-dro5va
-dro3ve
-2dru
-3druk
-d1rul
-d1rum
-d3rup
-6d5rut
-2dryk
-drykk4
-d2rys
-d4røm
-drø6re.
-d7røt
-drø3ve
-d1råd
-drå4de.
-3dråp
-8ds
-d5sa.
-d3sabl
-ds1ad
-ds3a6del
-d1sag
-dsa9ga
-dsak6se.
-d1sal
-dsa8la.
-d4s3alf
-d6sall
-d9same
-ds1a6n
-ds5ane
-ds1a2r
-d2sas
-d4satf
-dsbø6n
-d5se.
-dse4d
-ds1ef
-d2s1ei
-ds7eks
-ds3ela
-dsel4s5a
-dse2m
-ds3emi
-d6s7enda
-dsen8de.
-d4s3eng
-d5sens
-ds3e2p
-d7ser.
-d6serf
-ds5erk
-d4s5e4sk
-ds5e4st
-ds3eta
-dse4te.
-d5setj
-ds1ev
-d2s1i
-d3s2id
-d7sida
-ds5ident
-ds3idr
-d7sil
-ds5ind
-d3sir
-ds3i4s
-dsi4ve
-d4s3jen
-d2sjo
-ds7jor
-ds6ju
-ds5kab
-d4s3kan
-ds3kar
-d4skat
-d1skj
-ds5kjen
-d6s5kjøt
-ds1ko
-d5skot
-ds3kro
-ds1kv
-ds1l
-ds5la.
-ds5lan
-ds6lem
-dsli6k
-ds6lo.
-d9slott.
-ds4luk
-ds3ma
-d6smo
-dsmå6la
-ds3ne
-ds5no
-ds1o2
-d7somst
-d4s5os
-d7sot
-ds1p
-d3spek
-d3spel
-ds2pi
-d9s8py
-ds5s4
-dst4
-ds3tak
-d4s3tal
-d3s8tar
-d5s4tat
-ds6tau
-dss8t
-d8s9te.
-ds9teik
-dste6ma.
-d6s5temp
-ds5teo
-d3s4tig
-d3s4tik
-d5stilli
-ds1tj
-d3stor
-d3stri
-dstu8na
-d5stund
-ds3tv
-dsty8e
-ds3tyv
-ds1u2
-dsure6
-d5s6us
-d6s7usk
-ds1v
-dsva8ne.
-d3s4vet
-dsvi6ka.
-d5syk
-d3syn
-dsy6na
-ds1yt
-d2s1ø
-d6sør
-ds1å6
-4d1t
-d3t4a
-dta6la.
-dta4le.
-dta4s
-d3tem
-dte4ma.
-dt4eng
-dterle7
-dte4se.
-d5t4et
-d3ti
-dt6j
-d7to
-d5t4rag
-d6troc
-d5t4rø
-d6t1s2
-d3t2va
-dtø8
-dt6øk
-dtørs3
-dtå4
-1du
-dub5b
-dub5l
-du1c
-du9ene
-du9ens
-due5s
-4dufo
-3dug
-4dugu
-duit6
-du6ka.
-dul5l
-4duly
-dums2
-du4na.
-dun7de
-4d5uni
-dun5s6
-dun7sta
-7duo
-d3upk
-3dur
-du6ra.
-du6re.
-du6rei
-dur8ta
-du1s
-du5s4a
-du9sem
-du5s2i
-du2sk
-du2sl
-du2sp
-duss4
-dust4
-du2sv
-2d1ut
-du6va.
-du4ve.
-2d1v
-dva6la.
-dva6lel
-dva4ne.
-dve6s
-dve6va
-dve8ve.
-d7vo
-dvo8r
-2d1w
-1dy
-dy9a
-2dyba
-2dyf
-dy5ke.
-4dykl
-4dykø
-2dyl
-dy4na.
-dy4ne.
-4dynk
-dynk6s5
-dy3pes
-dy2p3r
-dy4ra.
-dy5reba
-dyrle8ge.
-dyr5s4
-dy2r5u
-dyr5ø
-7dys.
-dy8sa
-4dyse
-dy6se.
-dys7s
-dyst7r
-dy2t
-d5z
-8dz.
-1dæ
-dærs4
-1dø
-4dø.
-død2s1
-dø3gr
-2døk
-d5økn
-dø4ma
-dø4pe.
-dø4pen
-d2ør
-dør3i
-2døs
-d6øs.
-dø2st3
-døt3
-dø9va
-dø3vel
-dø1vi
-6døvl
-døv8le.
-2døy.
-døya8
-døy8g
-4d9øys
-1dåd
-dåd6s5
-då8na.
-1dåp
-då8ra.
-då5ri
-d3ås.
-då8sa.
-då7sem
-d7åt.
-2ea
-e1a2b
-e1ad
-ea2d1i
-eadli5
-e1af
-ea2gu
-e1a2k
-e4akr
-6eakt
-eak6se.
-e1al.
-e5alle
-eal8le.
-ea4lov
-e3alte
-ea2lø
-ea4m1
-e3aman
-e5amn
-e1an
-e2an.
-ea4ne.
-e6a5net
-e4ani
-ean7n
-ea4nor
-e6ans.
-ean3sl
-e1ap
-ea4pe
-e1ar
-ea2re
-ea5rer
-ea5ret
-ea5r4i
-ear6ka.
-ear8ma.
-ear4ta.
-ea2s1i
-e3asp
-e1ass
-ea7ta
-e5a4tel
-eate6ren
-ea4t3et
-eat8h
-eat6le
-e8ato
-ea5tri
-e1att
-e1au
-eau6ga
-eau6ge.
-eau8ra.
-eau6re
-eau5s
-eau8sa
-eau8se.
-e1av
-eav8la
-eav8le.
-2e1b2
-eba3d
-eba4ne.
-eb3be
-eb4be.
-ebe4d3e6
-ebei7er.
-eben6s5k
-ebers6
-ebesku5
-ebet5s
-eb3h
-e5b6lo
-eblæ5
-ebob3
-ebo4da
-ebo5ers.
-ebo6kr
-ebo6la
-eb5s
-ebu4e5re
-ebu5ern
-ebu6et
-eby4ta
-ebø6n
-2ec
-e4ca
-ec4c
-e1ce
-e5cha
-e3com
-e2dad
-ed5ad.
-e5d4ag
-edag4s5
-e2dar
-ed3ark
-ed3arv
-ed7dela
-ed4dyr
-e3de.
-ed5e6ge
-ed5eg4n
-ed3eie
-e4deks
-ede8le.
-e4denf
-e8d5eng
-eden5t
-e6depr
-ede4ra
-e4derø
-e4desk
-ede4sl
-ede4sm
-e4desn
-ede4s5p
-ede4ta
-e6d5ett
-e8dé
-e5d6ia
-edi6a5ne
-edi4ene
-edi6gj
-ed4is
-edi3si
-edi4s5k
-e7div
-edle6ge.
-ed8ob
-edok8se.
-e4dol
-ed1op
-ed1ov
-e1dr
-ed2ra
-ed3reg
-e5drev.
-ed3rom
-e6d5ryg
-ed7ski
-ed3skr
-ed3s4la
-ed2sm
-ed5ta
-ed3te
-edt6r
-edu8a
-ed7va
-edvi6s
-e3dyk
-ed5ynk
-edyr6ke.
-edæ4
-e3d6ø1r
-e3e2
-eea7
-ee3b
-e2ed
-ee3di
-eeg4ga
-eeg6n
-ee5gå
-eei4d
-eei7ni
-eek1e
-eek4te
-ee3la
-e5e4li
-eem6na
-ee4n
-e5enb
-een3in
-een6k
-een5t
-e3epl
-ee8ra
-eer3en
-ee3ri
-e4er3l
-eer4me.
-e6e5sh
-ees8ka
-ees6ke.
-e3e6t
-eev4ne.
-e1f
-4efa
-efal6s7
-e4fana
-ef3ank
-e4fark
-efar6s5
-ef7ea
-ef5ef
-ef3fe
-3effek
-ef3fo
-4efi
-e4f3id
-e5fig
-e5f4ilm
-efi7ren
-efisken8
-4e3fj
-2efl
-efle6ge.
-eflå3
-e2fn
-efo8bi.
-efo4no
-8efr
-ef2sj
-ef2sk
-ef2sp
-ef6str
-e8ft
-ef2ta
-efta5r
-eft5ei
-ef5ter
-eftle8ge.
-eft1s4
-6efu
-efyrs5
-e3fæ
-4efø
-efø5le
-eføy9
-2ega
-e3gaf
-e6gala
-e7gam
-ega4ve.
-egde8l
-eg7des
-e5gedo
-egei9e
-ege4let
-e2gem
-e3geme
-egen5s
-3e4gensk
-e7geom
-e2ges2
-ege5sp
-eg9gen
-egg3l
-eg8g9ut
-egi3an
-egie2
-e4giko
-egis4p
-e3g6lad
-e3g4led
-eg7lesa
-e5g4lit
-eg7ly
-e5g6lø
-6egm
-e9g8nag
-eg4nem
-eg6no
-e7gnå
-4ego
-e4go.
-7egoi
-eg2r
-egrans5
-e7g8rø
-egs4am
-egs4ki
-egs4ta
-e1gø
-egøy6e5ne
-4egå
-egå4va
-egå4ve.
-e1h
-ehea4
-ehei9e
-eh5er.
-e4h5ere
-eh7ern
-eher4s
-ehog5
-ehov2
-ehy6re.
-ehø8va
-e6hå.
-2e8ia
-e9iakt
-ei9a4n
-ei7ar.
-ei4c
-e8id.
-ei3d8ar
-e3idea
-e3ideo
-ei9der
-ei5det
-5eidf
-5eidg
-e6i2do
-e1idr
-ei3d4u
-ei7e
-eie5d
-ei8eg
-eie2n
-ei9en.
-eier3a
-ei4ert
-ei6es
-ei1fl
-8eig.
-ei3ga
-eig6e
-ei6gev
-ei5gi
-ei6gra
-ei6gu
-4eii
-ei5kaa
-ei3ke.
-ei6kee
-ei6keh
-ei4kel
-ei6keri
-ei4ket
-ei1kr
-eiks3a
-eik6se
-eik4so
-4eil
-ei9led
-eil5egg
-e3illu
-ei3lo.
-ei9loa
-eil5op
-ei5los
-eil5s6
-4eim
-ei7ma.
-e5imag
-ei4m5a6l
-ei4med
-ei6mei
-ei7men
-ei4me5s
-ei4met
-eim9ett
-ei6mo
-8e1imp
-ei4n3al
-ei4nans
-ein5ant
-ei7nare
-ein1d
-4e3indu
-ei5ned
-ei7nel
-ein9f
-einga6
-ein3gr
-e4ini
-6ei6nit
-ein3k4
-e5inkar
-4e1inn
-ei4nom
-ei4nov
-einsi9d
-ein4s3l
-eins6o
-e4inspi
-ein7sto
-ei2n1u4
-ei3num
-6einv
-ei2n3ø
-ei5or
-e4ip
-ei9pa
-ei3pe
-eip5s
-2eir
-eir9ak
-ei7ren
-ei3ri
-eir5s
-2eis
-ei5sar
-e4ise
-ei3se.
-eise5i
-ei3sen
-eiseri9e8
-ei3s4ha
-ei4sil
-e3isk.
-e3iske
-ei6s3kj
-eis3ko
-ei3s4pe
-ei4spi
-ei4tek
-ei4tera
-ei4tere
-ei2to
-eit7ta
-ei6t7ut
-ei3tve
-ei6t7ø
-ei4vak
-eiva9r
-ei9ven
-ei3vi
-eiv5s4
-e1j
-ejo8en.
-eju6la
-4e1ka
-ekali7
-ekalie6
-ekam6s5
-eka6ra.
-e5kavr
-ek3eie
-e4kero
-e4kes
-ek5e4ta
-e6key
-e5k6hov
-e1ki
-e4ki.
-4e1kj
-2ekk
-ekke7le
-ekk9ist
-ek1kj
-ek4kjø
-ekk3l
-ek5kok
-ekko5v
-ek6ku
-ek4ky
-e1kl
-e8klane
-ek6leg
-e6klen
-ek5let
-e3klu
-e5klæ
-ek2lø
-4ekn
-ek9na.
-e3knek
-ekne7s
-ekni7p
-ek3no
-e3k4nok
-e1knu
-e5knø
-e1k2o
-e4ko.
-eko7le
-ekords8
-eko6te.
-e4kov
-2e1kr
-e3k2ra
-e3k4red
-e7kref
-e3kren
-e4k5ret.
-e5krets
-e5k4rev
-e3k2ri
-e3kro
-ek4ry
-e3k4rå
-ek5råd
-ek3s4ak
-ek4sal
-3eksam
-ek3sel
-3eksem
-ek4sig
-eks1k
-ek4ska
-1eksp
-eks5pe
-ek4sta
-ek7s6tel
-ek3sti
-ek4stil
-ekst5o
-ekst3å
-ek4sæ
-ek6t7arm
-ekt3av
-ek3tef
-5ek3tep
-ek5tes
-ek6test
-ek4tid
-ekti5m
-ek5tiv
-4ekto
-ektori6a
-ek4t3ra
-e1ku
-eku4le.
-e1k2v
-ek4val
-ek6var.
-6ekve
-e4k5ve4d
-e4k5vik
-ek4vin
-ek6vis
-3ekviv
-6e5kw
-e5ky
-eky6te.
-e3kæ
-e1kø
-e1kå
-ekå6pa
-2e1la
-ela4ga
-el3agg
-e2l1ak
-e5lake
-elak8se.
-el7akt
-el1al
-e8lame
-el3anl
-e6l5arg
-e4larr
-el7arti
-e5las.
-e5lase
-ela4te.
-el5ato
-el5avl
-el3avs
-elbo8da
-el4ch
-el5do
-eld4rer
-eld5sle
-4eled
-e4ledi
-e4ledr
-e3lee
-eleg5d
-ele7ger
-eleg8na
-e7leir
-e7leis
-e5leke
-e2lel
-e2lem
-e5lem.
-e5lemat
-5elemen
-e5lemet
-e3lemm
-e3lemp
-4elen
-ele9na
-e4l5enh
-elens3
-e4lentu
-e5lepa
-2e3ler
-ele8ra.
-e7leret
-e6l7erg
-ele3sk
-e6lesku
-e4leta
-e4lete
-5e8lev.
-ele4vak
-6e5levn
-el5fi
-el9ga.
-el5gele
-el5gi
-elg3s8
-2eli
-e9lie
-eli5e6rer
-e4lif
-e4li5g4r
-e4l3ind
-elin5es
-e4linsp
-eli6o5s
-eli8ta.
-eli4tet
-6e5litt
-eli6v7en
-el1j
-elk2
-el6k5al
-el4ke5s
-el4kete
-el3kn
-el5la.
-el5l6ar
-el4led
-el4leg
-ell5eie
-el5ler
-el3le4s
-el6lete
-elli7ga.
-el4lisj
-ell7sa
-ell5sk
-ell5s4l
-ell5sp
-ell5sv
-el5l4ur
-el4læ
-el5m4o
-el5mu
-el5n
-2e1lo
-elo6ka.
-e2lom
-e3lomm
-el3omn
-el3oms
-el1op
-e2l1or
-e3lort
-el3ost
-el4ot
-elo7vers.
-e4l5ovn
-el4pet
-el5ph
-elro4s
-el4sei
-els5eie
-el3sen
-el3se6s3
-el3si
-el4sje
-el4skal
-7elskand
-els5kare
-els1l
-el6sno
-el4spe
-el3spr
-els4ten
-el4sti
-el4stj
-el2sø
-els5øk
-el5s6åpe
-elta8le.
-el5te.
-el6teg
-el4tero
-el4t5ett
-el4t3op
-el4tro
-elt5rop
-el2tu
-e3lua
-e1lu2e
-e4lu4he
-e3luk
-e7lum
-el3ung
-elun6ge.
-e7lup
-elu8pe.
-e1lur
-e7lus
-el3utr
-elv3an
-el4ve3d
-el4vei
-el6vere
-elv1r
-5elvs.
-elvæ6re.
-4e1ly
-ely8et.
-el5ynd
-2elæ
-elæ5res
-el9ærv
-e6l5æt
-2elø
-e4l3ø4r
-el3øy.
-el5øya
-el5øyd
-e6l3øyn
-2e1lå
-el1år
-e5låt
-4em.
-e2mad
-emafo5
-ema4ge.
-e4magr
-e2mah
-ema4ke.
-e4mako
-em5akti
-e4maku
-ema6le.
-5e4malj
-e4mam
-e4mana
-ema4ni.
-e6manu
-e4mare
-em7ar8m
-e4masi
-e6masku
-e4mata
-ema3uk
-ema5ve
-5emball
-3embed
-embe6r5
-3embet
-6emd
-8eme
-emei9e
-eme4li
-e4mend
-eme5tri
-eme6trisk
-em5e4v
-e4mib
-emi5ert
-e4mig
-4emin
-emi5ni
-emini6st
-e4minor
-e6mir
-emi9sa
-em7je
-e5mju
-em5le
-emle6s
-em5me.
-em5men
-em8mi.
-8emnd
-em4ne.
-em4ned
-em4nem
-6emni
-emo5nol
-em1op
-e2m3o4v
-em4ped
-em6peri
-em2p3l
-emp9lane.
-em6pli
-empo3
-em4pol
-em4pos
-em4ses
-emse8te.
-em4s5ju
-em4s1l
-em2sn
-em4sor
-em1st8
-ems4te
-ems3u
-emta8la
-em4til
-e3mug
-e2muk
-e5my
-emy4k
-6emø
-emø8r
-e5møy
-emå4la
-emå9lan
-emål4s
-em1å8r
-2ena
-en1ak
-en3ald
-ena5li
-en3all
-en5and
-e5nane
-e6n7ang
-e4n3ant
-e5nar.
-en8are
-e4narr
-en3ass
-enat6s5p
-ena2v
-en3avi
-4enb
-enbe9na
-en4d5and
-en4dek
-en3del
-endelø7se
-en5demi
-en3der
-en4desl
-end5l
-1endr
-en4d3ro
-end3st
-en7dø
-endø4r
-endør5e
-en5egg
-eneg8ga
-en3eie
-en5eks
-e3nekt
-4enem
-2enen
-en5eng
-3energ
-e4nesk
-4enev
-ene7ven
-eng6a
-en7gar
-en4gem
-en4geri
-enge6r5u
-en4gle
-eng4les
-eng4r
-eng3s4e
-eng5so
-eng5sp
-engs4ti
-en4gut
-en4g5å
-4enhj
-e4ni.
-e4nierk
-e2nif
-e5nir
-en4kera
-en4keri
-2enna
-en9nal
-2enne
-en4nem
-ennes6t
-enne4s5v
-enn2i
-enn2o
-enn4sj
-enn5sta
-enn7ø
-2eno
-en3ok
-en3og
-en3om.
-en1op
-e6n5ord
-2enp
-en4pås
-en4rem
-en5sab
-ens5af
-en6s7a6ker
-en4sek
-en4seli
-5ensemb
-en4ses4
-ense3u
-en3si
-ensi8de.
-ensi5ert
-en4sim
-ensle7g
-ens6lev
-en7s6opt
-en1st
-en6s7tal
-ens4ter
-ens4ti
-ens7und
-ens4ve
-ensvi6
-en2sø
-ens3øk
-ens7å
-en5ta.
-en4tap
-en5te.
-en4tec
-en4teg
-en4tel
-en3ti
-en5tie
-en5tig
-en5tik
-en9tima
-en7timen
-en4to4r
-ent5ori
-ent5rab
-en4tre
-ent5ren
-en4t5rol
-entropi5
-en4t3rå
-en6tul
-entun6ge.
-3entus
-2enu
-e2n7ul
-e4n5ur
-2en3v
-4enw
-e4ny.
-e2nyb
-e6nyr
-e2nys
-e4nyta
-4e7næ
-enæ8m
-enø4k
-e2n3øv
-en5øyd
-4enå
-en1ås
-en6ås.
-e3o6
-eo3a
-e6obe
-eo2bl
-eo5d
-eod8de.
-e1og1
-eo7gr
-e2o1i
-e2ok
-e3oks
-e2ol
-e4o7lo
-eom1s4
-eon8de.
-eo5ne
-e7onk
-eon4kl
-e3ont
-eo2p
-eo3pa
-eo5pl
-eopo3
-eopp5r
-eo3pr
-eor4da
-eo9re
-e2ori
-eo4rid
-eori5e6
-eo4rik
-eo4ris
-eo1ro
-eo1s
-eos6l
-e2o1u
-2e1p
-epa3t
-e6peno
-epe6p
-eper5r
-e3pes
-epe4st
-e4peta
-e6peu
-3epid
-epi6ka.
-epi7kr
-3episo
-ep2l
-e8plen
-ep5lene
-ep5ler
-eple9s6
-3eplet
-epo6et
-3epoke
-epp2s
-ep6sem
-ep4ses4
-ep6s5lu
-eps1t
-ep2su
-e3p2sy
-ep6tin
-ept6r
-2e1ra
-e4r3abb
-era8da.
-e4rael
-e2raf
-er3aft
-e4ra4g
-e2r1ak
-e3rake
-era5kl
-eral3u
-e4rama
-era6na.
-e5rande.
-e5ra7ne
-er7anli
-era4no
-er5ape.
-er5aper
-er5a4pin
-er3apo
-er5appe
-e5rar.
-e4rarg
-e5rasane
-e5rasar
-e4rasje
-e4rask
-e6raso
-e4r3ass
-er6ast
-e4ratek
-era7tor
-e4ratr
-er5att
-e2rau
-er5auk
-erau9ken
-erau8s
-er3av.
-er3avh
-er5avl
-e3ravn
-er3avr
-er3avs
-4erb
-erbi9ti
-erbo8da
-erbo8de.
-er8byl
-erd2e
-er4ded
-erden8s
-er4dis
-er1dr
-erd4ra
-erd8re
-erd4skj
-erds3t
-erd4sto
-erdsto8ga
-er3d4v
-e1re
-er3eff
-er3eft
-er5e4gen
-er3eid
-er3eie
-ere6ka
-ere6ke.
-e4r3eks
-e6r5ekte
-e4r3e4le
-ere4lit
-e6relli
-e4r3els
-e9rem.
-e5remm
-er3emn
-er5enden
-e4r3eng
-e4r5enh
-e3re4o7
-er8er.
-e4r3erf
-e5reri
-er3ess
-ere4t
-e5ret.
-e4r3eta
-eret6h
-ere5to
-e7rets
-6erett
-eretts5
-e4r3e4va
-e4r5e4ve
-e4r3evn
-erev6ne.
-e8ré
-5erfari
-6erfi
-4erfr
-2erg
-erg5elv
-ergi3f
-er6gli
-er4go.
-erg5ret
-erg5sko
-erg5sp
-2erh
-erhø6re.
-e1ri
-e4riad
-e4riak
-erib3b
-eri3bl
-e4rice
-e2rid
-e5rid.
-e5ridn
-eri4kat
-e6rikn
-4eril
-e7ri6ma.
-er3ind
-e3ring
-6eringar
-ering6si
-er3inn
-er3ins
-er3int
-e5riori
-e5ris.
-e4risa
-eri3se
-e4riso
-e6risp
-e5rist.
-e7rista
-e5riste
-eri5stil
-e4ri5s6to
-eri5sø
-e4rite
-e4rito
-er7ivo
-er7jes.
-4erka
-8erke
-erkeri6e
-er4kesa
-er4kese
-er4kete
-er6k5ett
-3erklæ
-6erkn
-4er5k4o
-4erkr
-erland7as
-erle6ge.
-erle7s8t
-er3me
-ermo8de.
-erm1s
-ermå6la.
-2ern
-er4nad
-er4ned
-er5nede
-er6nee
-er4nero
-er4nest
-er2no
-er3nob
-2ero
-e3roa
-er3obl
-5ero4b7r
-e1roe
-er3off
-e1rog
-er5oks
-e1rol
-er3oly
-e1rom
-er5omk
-ero5mo
-e1ron
-er5ond
-erono5
-er1op
-e5rop.
-e7ro6pa
-e5ropen
-er1o2r
-e5ror.
-e3rore
-e7ro4sa
-3erosj
-er3osl
-ero4ta
-er1ov
-2erp
-2err
-er3ra
-er4rae
-er4rel
-errie9n
-6ersa
-ersa8ka
-ers6al
-er3sep
-6ersj
-er1sk
-er3ska
-ers4ka.
-er8skaran
-er9s6karar
-ers5kor
-er1sl
-ers4la
-ers6led
-ers4mi
-er5sne
-6ersp
-ers5tens
-ers5ter
-er7stev
-er1su
-4ersv
-er4sva
-ers4ve
-er1så
-er4s5år
-2erta
-er4tare
-er4te3s4
-er5tia
-er3tib
-erti4e
-er5til
-erti4mo
-er4top
-ert5rol
-4erts
-ert3sa
-erty6e
-ertå7ren
-2eru
-e1rua
-e5rud3
-e1rui
-er1u2k
-e3rum
-e4r3ung
-er3uni
-e3rup.
-er1u8r
-erure8
-e1rus
-er5ut.
-e5ruta
-e3rute
-er5utn
-er9uto
-e4ruts
-er7u6v
-ervele8
-6ervi
-ervs3
-ervæ6re.
-e1ry4
-e2r3ya
-erye7ne
-er1yr
-erys3
-e1ræ
-e9r4ære
-2e1rø
-er5økn
-e4røko
-er1ø4l
-e4r5øn
-e5r6ønn
-erø8ra
-e6r5ør6s
-er3øya
-e4r5øy7e
-erøy4n
-e4r5øys.
-er7øysk
-2e1rå
-e9rå.
-erå4da
-erå8de.
-erå6e
-erå4k
-er5åke
-er3å4l
-e2r1ån
-er3å4p
-er3å4se
-erå6t
-er7åta9
-e6råv
-2es.
-e1sa
-es5aa
-e2sad
-esag6
-es4al
-esa6la.
-esa9met
-e4s3ant
-es5arab
-es5arv
-esbi9e
-2ese
-es5ege
-es3ei4d
-es5eie.
-es3eig
-esei8ge.
-e3sek
-e4seku
-esel5s4
-e3s2en
-e5ser.
-e5sere
-e5seri
-e4s3erk
-ese5s2
-e3sest
-e4sesv
-ese5tas
-ese4te.
-e5setj
-e9sets
-e4seu
-e4sha
-es6har
-esh9ar.
-es4h5er
-e4shi
-e1sho
-e7s8hop
-esi6ar
-esi5ert
-e4sil
-e5sili
-es3ill
-e4s3ins
-esi6v
-esi3st
-es3jor
-e5skab
-es6ked
-es4kee
-es4ker
-8eskil
-e4sking
-eskinns5
-e1skj
-e8s9kjer.
-es4kjæ
-e6skjøn
-es5k4n
-e5sko.
-es7koa
-e3skot
-e1skr
-e1sku
-esku5et
-es3kvi
-e5sky
-e6skyr
-e1skø
-e7skå
-eskå7r
-e1sla
-es4lek
-es4let
-es7let.
-es7lets
-es4lit
-e4s5lok
-es4løk
-es4løv
-es4make
-e7s4mett
-es9na.
-es4ner
-es2no
-es4nu
-es2ny
-esnæ5re
-4e1so
-eso4b
-e2s3od
-e2s1of
-es3oks
-e2som
-e3somm
-e4s3ori
-e1s2p
-espa9ra
-es3pas
-es5pe.
-e4s4ped
-es5perm
-es3pl
-es4p5le
-es3pol
-e3spor
-es3pun
-es4sed
-es4see
-es4seg
-esse7i
-es6sendi
-es4s5enk
-es4ses
-es4sete
-ess5e4va
-es4s3ja
-es4sje
-es4skr
-ess4let
-ess3om
-es4sos
-es4spa
-ess5tilt
-es4stol
-ess5tor
-ess9tua
-ess5tue
-esstu8en.
-4essu
-es2s1v
-es7så
-e7stad
-es5tae
-es7takt
-es9tala
-e8stane
-e5stans
-es5tant
-es3tap
-e5start
-e3stat
-es5tato
-e4s3tau
-e7stav.
-est5avs
-e6s5te.
-es4teg
-est5eie
-est5eig
-es4tek
-es4tel
-e5stell
-es5tels
-e4stema
-e6steme
-e4stemo
-es5temp
-6esten
-e7steng
-es5tenk
-e8s7ter.
-e5s6terk
-esterne8
-este3s4
-es4test
-es4tien
-e3stif
-es4tig
-e3stik
-es4tikk
-5e6s5tima
-es4tis
-e4stiv
-e1stj
-es3t6on
-e4stog
-e3stok
-e3s4tol
-es6tone
-est5ord
-est5ori
-es5trak
-est5rene
-est5rer
-est9ré
-es5trib
-e5stryk
-e3strå
-e1stu
-e5stud
-es5tus
-8estå
-estå5ren
-estå6s
-est7åse
-e1su
-es5ut
-esva5re
-e5s4vek
-es5vig
-e5svikt
-es3vis
-2e3sy
-esy4na
-e4s5yt
-es5øvi
-es7øye
-e1ta
-4eta.
-e4tae
-e2taf
-etafo7
-e3tak
-e6tako
-e3tal
-eta3la
-eta4la.
-et5ald
-eta5le
-4e5tall
-etal6list
-etall5s6
-etal4s7
-et3amb
-e6tand
-eta4nen
-et4ap
-e9tapa
-e5tape
-3etappe
-et8ar.
-et8are
-et5art
-5e6tasjes
-1e2tat
-4e5tati
-e5tato
-e3tatt
-et5aun
-e8tax
-et1c
-2ete
-e4teie
-e4teka
-ete4ma.
-e5teran
-ete5ru
-etes5i
-e4tesl
-et8et
-e5tet.
-e7tets
-4eté
-4eth
-2eti
-e3tit
-2e1tj
-e7tjer
-et3jø
-6etl
-et5m
-2etn
-et6nev
-etning4
-etnings7
-2e1to
-eto4er
-et5oppd
-et3ord
-e4tot
-2e1tr
-e5t4rad
-e7t6rak
-8etre
-e5tree
-e5tref
-e4t3ris
-e9tru.
-et5rum
-ets1
-et9sar.
-et4sku
-etsku8le.
-ets7l
-etsla8ga
-etsnæ4
-et2sø
-et4tak
-et4tal
-etta6le.
-ett5alt
-et4tank
-et8tap
-et5te.
-et6tei
-et6telt
-et4tenk
-et4tenn
-ettera4
-etter5at
-et5t6erf
-5etterk
-5etterr
-ett5esk
-2etti
-et6tia
-ettian8
-et4til
-et2tj
-etto5a
-et4tr
-ett3re
-ett4ski
-ett4sti
-et3tug
-et4tur
-ettvi5se
-et2ty
-2e1tu
-5e6tui
-etu6na
-et3uni
-2e3t2v
-e4t3va
-e5t6vang
-2e1ty
-4etz
-4etæ
-etæ3ra
-e1tø
-e1tå
-etå5re
-e1u
-eu4a
-e8uf
-eug8la
-eu4h
-eu4ka.
-eu2ke
-eu5kem
-eu7kr
-eu2l
-eum2
-e3u2n
-eun4ge.
-eu5nu
-e4up5a
-e6upk
-e2ur
-eu6rat
-eure4
-2euri
-e3urn
-eur8na
-eur6ne.
-euro1
-3europ
-e3urt
-e2us
-eu4si
-eu1ta
-e3uts
-eut7t
-e4u3z
-e1v
-evad6r
-ev5akti
-eva4la
-evann4s
-e4v5anta
-e4varar
-e4varb
-e4v5ark
-e6vatf
-6eved
-eve5d6a
-eve5del
-6eveg
-e5vegg
-evei6s5
-6evenn
-even5s
-5eventy
-e4veny
-e9ver.
-e5ves.
-e5veta
-e5vev.
-evi4e
-evi5ere
-evi5ert
-evin4s
-evi4se.
-evis3t
-e2vj
-ev2na
-evn5a4k
-ev7nu
-ev7oms
-e4vre
-e7vri.
-ev9rå
-ev1s
-evs8v
-evta8la
-evti4
-e2v3un
-e5vyrk
-e2vø
-ew3a
-ey1
-eybal4
-e1y2d
-ey5k
-e1yng
-e1yr
-eyr6ka
-eyr4ke.
-e1y2t
-e7yti
-ey3tr
-e3zi
-e1zu
-e1æ2
-eær3
-e1ø4
-eør6na.
-eøy4
-eøy9an
-eøy7en
-e1å6
-eåk4
-eån8da
-eåt8t
-é1a
-é1b
-é1d
-édø4r5
-é5e8
-é1f
-é1g
-é1h
-é1i
-é1k
-é1l
-é1m
-é4n5e
-é5n6et
-é5o
-é1p
-é1r
-é2rj
-é1s
-ése2
-é1t
-é1v
-éva8la
-évo8re.
-é5å
-è1r
-è2red
-è2ref
-è2rek4
-è4rener
-è2rep
-ère3s2
-è4rest
-è2rev
-è6ves
-ê8lan
-ê6ra
-ê1re
-êr7o
-êr9sl
-1fa
-4fabo
-fac8
-fa1ci
-fa3de
-fa6de.
-6fadm
-fa4f
-fa2g1a
-fa5ger
-fage4t
-fag5eti
-fa2gi
-fa2go
-fa2gr
-6f5agro
-fag3sk
-fa2g1u
-fai5
-2fakr
-fakse9t
-fakta3
-fa1ku
-5fal
-fa1la
-fal6kes
-fal4k3l
-fal6lers
-fal5m
-fa4lo
-fal4sk
-4fa5mo
-fa4na.
-7fan5d
-5fane
-fanfa5
-fang4s
-fangst7ev
-4fank
-2f3anl
-fan5s6
-fan7tesk
-fan5ti
-fan3to
-fan4try
-6fanu
-2fap
-3far
-9f8ar.
-fa3ra
-fa4ra.
-fa4re.
-fa4res
-far4gel
-far4ges
-fa4rit
-far5n
-far6skj
-fart2
-far4vel
-4fary
-fa7sa
-fa4sel
-fa4seru
-2fasl
-fast3r
-fa3tal
-fa4te.
-fa6t7ers
-fa1to
-fat2r
-fa3t6re
-fav5ne
-fa1vø
-2f1b
-fba4ne.
-2f1d
-1fe
-3fe.
-2fe1a4
-5fea.
-fe5a6l
-2fec
-fe4da
-3fede
-fe2dr
-fe3dra
-fe3d4ri
-fe7ene
-2fef
-2fe3g
-2fehj
-fei5en
-fei5er.
-feig4de
-fei5ge
-feil5es
-fei4li
-9fein.
-7feine
-fei7ter
-8fej
-2fek4a
-4fekl
-2feko
-4fekr
-fek6tes
-fekt5ev
-fe5lag
-fe5len
-fe5li
-feli7e6
-6felik
-felles5
-fel7læ
-2felo
-fel5ok
-fel9ta.
-fel4tek
-fel4ti
-fel4tra
-fem5ak
-fem9b
-fem9ne
-fe4mo
-fem5s
-fem4tid
-fe2m1ø
-5fen.
-4fena
-fend9r
-4feni
-5fens
-fentleg5
-2feo
-2fe3p2
-5fer.
-fe6ral
-4feram
-fe5ras
-fer6at
-fer4dam
-fer5de
-4ferea
-4fereg
-fe4rek
-fer6en
-fe7rer.
-fer5ers
-feri6e
-feri8e5ne
-7fern
-fer2r
-fers9kar
-fers7ke
-2fe1ru
-3fes.
-2fesi
-2fe1sk
-fe2st
-fes9t6i
-fes8t3r
-fes9tum
-fe6st9ø
-4fesy
-fe6ta.
-4fetap
-fe4te.
-4fetea
-fe5ti
-4fetil
-2fet6r
-fett5j
-fett7s6
-4fe4ty
-2feu
-2fev
-fe4ven
-2feø
-fe6øy.
-2feå
-1fér
-2ff
-f7fa.
-f4fab
-f2f3a2g
-f4f3ak
-ffa7l
-f6fann
-f4farb
-ffar6d
-ffa7re
-f9fas
-f6fat
-f8f9au
-f2f3av
-f2feb
-f2fe3d
-f2fee
-f6feh
-f2fem
-f6ferdi
-ffe4rer
-f2fes
-f4feti
-f4feto
-ff5eve
-f2fib
-f4fice
-f2fid
-f9fien
-f4finn
-ff5int
-f2fip
-ffi5s4
-f2fj
-ff3la
-ffla8ga
-ff9leg
-ff3li
-f2fo
-ff4ol
-f2f3re
-ff1ro
-ff5sl
-ff5t4
-ffu6r
-ff5ut
-f3fæ
-f4fø
-2f3g2
-2f1h
-1fi
-fia7l
-fia4n
-4fiap
-fi4as1
-fibi6en
-fi9cen
-fici7
-fi7di
-fie2
-fi1er
-fi7e6re
-fi4f
-fi5fi
-fi5fo
-fi7fl
-f6ig
-figh9t
-fi7g6r
-4fih
-fi9ka
-fikali7
-fikalie6
-fi7ken
-fik6ka
-fik6k5n
-fi5ko
-fik7sa
-4fiku
-fi4la.
-fi3li
-fil6lel
-fil6leri
-fil4les
-fil7leti
-fil8m7at
-fi1lo
-filt6re
-fil7tres
-fil4tri
-4filæ
-fin5art
-fin5d
-fi4ne.
-fi5ner
-fing3r
-6finj
-finn5ei
-6finnsa
-fi4n3o
-fi9nor
-2fins
-fin6sleg
-fin6te5s
-fi2nu
-7fio5
-fi2r
-fi3ra
-fi6ra.
-fi9rene
-fi5res.
-fi3ri
-fi5s4a
-4fisc
-fi6se.
-fiser6s
-fi8si.
-fi2sk
-fi6ska
-fisk5a6d
-fis7kal
-fisk5and
-fis6kart
-fis6k5end
-fis4k3l
-6fiskol
-6fisku
-fis5ti
-6fistu
-fiti6me.
-4fitr
-fitt5s
-fi7ty
-fi4ve.
-1fj
-f1jeg
-fjel6lend
-f5jen
-fjer5ne
-fje4sk
-fje2t3
-f5ju
-fjære5
-fjæ4res8
-2f5k6
-f2l2
-f5lag.
-f6lagg
-fla7ke
-f4las
-2fleg
-fle6i
-f4lek
-f6lel
-fle4sl
-f4lett
-f3lev
-fli7ne
-flis7t
-flit9t8
-1flo
-flo9ga
-flok9s
-flo2m3
-flo6r5o
-flos6kl
-f6lu
-flue3s
-flus8
-fl5ut
-3fly
-fly3s4
-f3løn
-flø5s
-1flå
-flå9sa
-flå7se
-2f1m
-fn6
-1fo
-2fo.
-fo9ar
-6fobs
-2foe
-4fof
-foi7la
-fo8ke.
-fo6la.
-fol4dr
-fo4le.
-fo5led
-fol6k5v
-fol9ler
-fol5lese
-folke5s6
-fol5li
-fo4lu
-3fon
-fo4na
-fond2
-fo5ne
-fo3n4id
-fo4nin
-fon1s2
-f1op
-for1a
-for9drev
-for7dro
-for5d6u
-fo6re.
-for9ei
-for7e6n
-for5ent
-for5ess
-for4et
-for9e8te.
-for9e8ten
-for9g6
-forh6
-fo4r9in
-fork8
-forlo7v
-forlø9pa
-forlø9se
-formo9r
-for3n
-foro6
-for5p
-for3se
-forsi9da
-forsi7de.
-for3s4m
-fors8t
-for9ste
-fors4v
-forta8le.
-for5t6e
-fortei9e
-for7t6i
-forti5da
-for3t4v
-for3u4l
-for7v6
-forva9re
-for5æ4
-for5ø4
-for9å
-fo9se
-fosfo5re
-4fosj
-fo4ta
-fo6te.
-foto5
-fo4tok
-fo4tom
-fo6top
-fo4tor
-fot3s
-fots6v
-fot3t
-4f1ov
-3fô
-2f3p2
-fpo6e
-fr2
-1fra
-fra5l
-fra4m5e
-fra6mi
-framma8ne.
-franko5
-fran7se
-fra7r8
-fra1s
-fra5se.
-fra7sep
-frasi8e
-fra7sk
-fras6p
-fra7v
-fra7v6r
-f2re.
-fred8sel
-freds5t
-fre4e3
-8freg
-f4rek
-fre4m5
-fremma8ne.
-frems4
-fre7ne
-fre6sk
-fres7ko.
-fres5koe
-fre8s9v
-fri5a6re
-6f5ridi
-fri4erf
-f1rin
-fris6ka
-fri5s4p
-fri5s6til
-frite8re.
-friti8me.
-6froc
-fro7f
-fronta9le
-fro8st
-frus1
-fruta6le.
-f1ryt
-frø5b
-frø7ko
-frå9r
-fråve4
-2f1s
-fs2h
-fsho6
-fsi2
-f5sjuk
-f2sl
-fsle6ge.
-f4sm
-f2sn
-fs7ne8
-fs5ov
-fs2t
-f2s3tab
-f6s5tan
-f4s9v
-2ft
-f1ta
-f3ta.
-fta7f
-ft1ak
-fta8la.
-ft3alg
-f2t1am
-f4tana
-f7tane
-ft3anl
-f5tar.
-ft8as4
-f6t1av
-f2tea
-f3ted
-f4tee
-f2teg
-f2tei
-f2tek
-f6tem
-fte4na
-ften3d
-f4t3enh
-ften5s6v
-f2teo
-fte4r5a4
-f4terin
-fter5s
-f4test
-f4teta
-f4t5ett
-ft3ind
-f2t5i4s
-ft5l
-ft7n
-f2t1o2
-f5tog
-3fton
-ft3r
-fts5alt
-fts3ei
-fts5ers
-fts5erv
-ft2s1i
-fts1k
-ft2skaf
-ftsla6ga
-ft5s4lan
-ftsle6ge.
-ft3sto
-ft6s5top
-ft5s6tri
-ft5stø
-fts1u
-ft2s1ø4
-ft5t4
-ftta8ka
-ft1u
-1fu
-fu8ga.
-fug9le.
-fug6l7eg
-fu6le
-full3
-ful9lar
-fulle6
-ful9le.
-ful4len
-fullen8de.
-ful4ler
-ful7les
-fullfø7re
-funn2
-funns3
-funnsla8ga
-fu6ra.
-fu6re.
-fu9ret
-fu7ro
-furu1
-fu7sel
-fu6sk
-fus6o7
-fu4s5t
-fut4h
-futu1
-4f1v
-fva8la
-1fy
-fy5la
-fyr2
-fy8ra.
-fy4r5a4b
-fy1re
-fy4re.
-fyr7k
-fyr8ke.
-fyr5t
-fy3s
-fysa7
-fy8sa.
-2fæ1
-1fø
-fø4da.
-fø4dek
-fø5den
-fø4des
-fø5des.
-fø1f
-2føk
-fø4le.
-f8ør
-før6a
-fø5rar
-fø4re.
-fø4res
-fø7resv
-fø8rete
-før6tin
-4få
-få7ren
-få7ret
-få5ri
-får7u
-få7va
-1ga
-4gaba
-ga1bo
-6gabø
-ga3da
-ga4ded
-4gadg
-2gadm
-4g5adr
-ga4e5k
-6gaflo
-g3aft
-6gah
-6gak
-g1aks
-gak8ta.
-gak8te
-ga3kv
-ga1la
-ga4la.
-galei5
-ga7len
-gal4les
-4galli
-5ga7lo
-ga4ma.
-4gamb
-ga5mer
-gamme6l5
-6gand.
-6ganden
-9gane
-gan5g6en
-gan4g5j
-4gan5k
-2g1anl
-4gann
-4gansa
-4gansv
-4g5antre
-ga6pa.
-ga4pe.
-ga4p5l
-gap3s2
-ga6p7u
-9gar.
-ga6raf
-ga6r5ak
-2garb
-5garbr
-5garby
-gar4dek
-7gare.
-4garea
-gar5es
-gares6ke.
-gar2i
-4garki
-gar3ne
-gar6ta.
-g5arte
-gar8te.
-g3arti
-gart5s6la
-gar4un
-ga4ryl
-ga4sc
-ga5s2i
-gas8ka.
-gas8ke.
-ga6ski
-4gasp
-gas6sel
-gas5sen
-gas7ser
-gass5ett
-gass3l
-5gast.
-gas5te
-ga5sto
-gas7t6ra
-gas9tri
-g2at
-ga4te.
-ga5tens
-gate5s
-ga3ti
-ga1to
-ga3tr
-gat6tap
-gau5la.
-9gav.
-2gavd
-6ga4vei
-ga4veri
-4gavg
-g5avk
-2g1avs
-2gavt
-4gavv
-2gaw
-4gaø
-2g1b
-gba4ne.
-g6byk
-2g1c
-8g1d
-gd5alt
-g6d5au
-gde3a
-g2deb
-g3deba
-g4dedi
-gde5lo
-g2dem
-g4dend
-g2de5o
-g4dera
-g4de5re
-g6dero
-g2des
-g2det
-g3det.
-gdevi8sa
-gd5op
-gd1or
-gdy4d
-g6d1øy
-1ge
-2ge1a
-geak8ta
-geak6te.
-gea7ren
-ge4ark
-2geb
-6geba
-4ge5be
-3gebri
-4gebrå
-3gebyr
-ged4
-4gedan
-6gedel
-gedia5
-9gedom.
-7gedoma
-9gedome
-7gedomme
-6gedoms
-4gedos
-2gedr
-2gedy
-2gedø
-2gee
-geen8de.
-2gef
-g5eft
-3gefæ
-2ge1g2
-g5egg
-g3e2gn
-2geh
-gehø8ve.
-2gei
-g1eie
-g4e1in
-gei4r3
-gei9re
-gei8s7p
-gei6st5
-3geit
-geit3a
-geit3o
-gei4t3r
-2gej
-2gek2
-ge9kl
-ge3kn
-g1eks
-6gekt
-5gel.
-ge4lar
-4gelau
-ge6le.
-ge7lea
-4geled
-4gelei
-gelei5er
-4gelek
-4g3elem
-ge5len.
-ge5lens
-5gelet
-gel5ett
-3geli
-4gelid
-6geligg
-4gelit
-6geliv
-2gelo
-ge5lov
-7gels4
-gel3se
-gel5si
-gelsk7l
-gel5t4
-4gelu
-ge5lun
-gel7ve
-4gely
-2gelæ
-2gelø
-2gelå
-5gem.
-2gema
-9gema.
-2gemi
-3geml
-4g5emn
-gem6na
-2gemo
-9gemr
-3gems
-3gem4s5t
-ge3mu
-2gemy
-2gemø
-2gemå
-g2en
-3gen.
-ge2n1a
-ge7n6am
-gends6t
-ge3nea
-4genem
-gen5erf
-ge5nes
-gene4t
-gen5eti
-4genev
-gene5ve.
-gen8ga.
-gen5gr
-ge4ni6n
-6geniv
-gen5k
-genle6ge.
-gen3n
-gens5l
-gen6sun
-gen5tr
-4genum
-4geny
-4genæ
-4genø
-2geo
-5geog
-3geol
-geome5
-geomet4
-ge5on
-6geop
-ge9ope
-2gep
-g2er
-3ger.
-ge5ra.
-ge6ral
-ge4r5ant
-ge9ras
-ger5di
-4gered
-4geref
-4gereg
-4gerek
-ge6rene
-4gerep
-6gerese
-4gerett
-ger4i5d
-4gerik
-geri8ka
-6gerike
-ge4rim
-ge4ris
-ge4rit
-ge4riv
-gerle9g
-g9er8ma.
-ger3n
-gerne6
-4geroa
-4gerom.
-4geromm
-6gerop.
-4gerope
-ger5p
-ger4s5af
-5gerud
-ge5rup
-ger5v
-gerø6re.
-ge4r3ø4v
-4gerå
-g6es
-5ges.
-2gesa
-2gese
-5gesen.
-5gesens
-4gesi
-4ge5sja
-4gesje
-2ge1sk
-ge1sl
-geslu7
-ges4lø
-4geso
-4gespe
-ge4spr
-ge5spra
-2ge1st
-3gest.
-gesta7b6l
-5geste.
-ges6tekk
-ges8ti.
-gest5rid
-gestri8de.
-6gestå
-2gesu
-ges5vik.
-2gesy
-6gesæ
-2gesø
-2ge1så
-geså5re
-5get.
-ge5tak
-geta6le.
-6getat.
-6getate
-4ge3te
-5gete.
-2geti
-2getj
-2geto
-2getr
-5get5s
-2getu
-2gety
-gety8e
-2getø
-2geu
-g2ev
-2ge7v8a
-2geve
-4gevir
-gevi6sa
-4g5evn
-gev6ne.
-4ge5vo
-5gevå
-2gey
-4geæ
-2geø
-2geå
-1gé
-2g1f
-gfe2l
-4g1g
-g6g5al
-gg5ask
-g2g1av
-g4gedi
-gg1ei
-g4gela
-g4gele
-g2gem
-g4genu
-g6gerei
-gge4rin
-g4gerø
-gges6b
-gges5l
-g4gesm
-g6geso
-g4gesp
-g6ges6tio
-g6ge5sv
-g2gev
-ggie6
-g4gif
-g4g5i4m
-gg4je
-ggje5s
-g2gl
-g7glu
-g4gn
-g2g1o2
-g3go.
-g5gos
-gg3rad
-ggra6da
-gg5rat
-gg8re.
-gg3red
-gg7rek
-gg5s4par
-gg3sto
-gg4sy
-gg3sø
-g7g8ud
-g4g5u4r
-2g1h
-ghe8n
-ght5ene
-gh4to
-ghæ8
-1gi
-3gi.
-4giak
-gi1ar
-4giarb
-6giav
-2gib
-gi8c
-2gid
-gi3de
-gi1e
-4giek
-3gien
-gi9end
-5gier
-4gifa
-2gifo
-4gifr
-4gifu
-gi6ga.
-2gigr
-2gih
-2gii
-5gika
-3gike
-4giki
-3gikk
-gi5k4r
-4giku
-gi5le
-4gimess
-gi4metr
-4gimi
-4gimø
-2g1ind
-6gingeni
-gi4nin
-2g1inn
-gin5nu
-4gino
-4g1ins
-4g1int
-2ginv
-4gi5om
-2gi1op
-gio4r
-2gip
-gip5si
-6gira
-gi3re
-gi4re.
-giro3
-gi6rob
-5gis.
-2gisa
-gi3se
-4gisel
-4gisen
-5gisk
-6giska
-gis8lu
-gis4lø
-4giso
-4gisp
-gi3s4pa
-gi5s4pr
-giste6ru
-gis5ti
-gist5ra
-gi5stré
-gi6st5rer
-4gistu
-6gisty
-gi5ta
-4gi5te
-gite4s
-gi2t9r
-git5te
-2giu
-gi7va
-4gival
-4givo
-4givu
-1gj
-2g1jak
-g5jarn
-2gjaz
-gje5f
-4g3jeg
-gjels4
-gje2n
-gjen1opp3s4
-gjen5s8
-6gjent
-3gjer
-gje7sk
-gje4s3p
-gje8v9ak
-2gjob
-2g1ju
-7g6jut
-gjø9de
-2g3k2
-gkly9
-gl2a
-6gla.
-gla3de
-4glag
-gla4ga
-gla8ge.
-g3land
-g1lar
-gl5art
-glar7v
-1g2las
-7glase
-g6lass
-6glast
-g5last.
-3glat
-g5lau
-gl6e
-gle6dero
-g2lef
-gle3ge
-gleg8ga
-6glei
-glei7er.
-g2lek
-g7lek.
-g5leke
-g2lel
-3glemt
-4glen
-g9len.
-g9lene.
-g9lenes
-g9lens
-gle9pl
-4gler
-gle4ra
-glere8de.
-g9les.
-gle6se.
-g4le5sk
-g6le7sm
-4glet
-g2lev
-1g2lid
-gli4del
-gli7e6n
-gli8er
-glig1
-3g2lim
-gli9me
-4glio
-glitt4
-6g7liv
-4glj
-gl7ja
-gl5l
-g4lo.
-g2loa
-5glob
-5g6lome
-1g4lor
-gloria7
-glori6an
-glorie7ne
-g4los
-glo5ste
-6glov
-gls4
-5glug
-g5luk
-6glun
-gl5ung
-glun8ge.
-gl5ut
-g5lyd
-3glyf
-gly4se.
-g2løg
-glø8pa
-2gløs
-gl7øy.
-5gløym
-2g1m
-g4mete
-g4metr
-g5mé
-gmini6
-gmo4e
-g3mu
-gmu8le.
-gmå6la
-g1n
-gn1ak
-gna5lem
-gna4lo
-g2nav
-gn1d
-gndø6
-gndør5
-gn4e
-g2nee
-g4nelo
-g6nero
-g6nerø
-gne1s4
-gne8se.
-g4nesk
-g4nest
-g5net
-g6netr
-g2nev
-g4nib
-g4nid
-g6nik
-gning4
-gnings5
-gni4s
-g6ni5sk
-gni6st
-gnist9r
-gn5k4
-g2nom
-gn5o6p
-gn7o6v
-gn5r
-gn1s
-gn4skr
-gn6sm
-gn4som
-gns4pr
-gn4sti
-gn2s1v
-gn5t4
-gnu5re
-gnæ6re
-g2nå
-1go
-7goan
-go1ar
-7goar.
-2gob
-gobe5
-go4da
-go5dal
-god5ar
-2godd
-go4de.
-gods9t
-2gof
-go9ga
-go5ge.
-go9g8r
-6goi
-2gok
-gok4se.
-go3le
-gol6fa
-go5lo
-gol4va
-gol6var
-go4lå
-2gom
-g7o6ma
-6gometris
-7gomm
-go4n5and
-go9ne.
-go7ni
-go5nok
-gon9s
-2g1op
-3g6or4a5
-go5ra.
-go7rae
-go7ras
-2gord
-gor6da
-go1re
-gore8a7
-2gorg
-g4ori
-gori5e6
-g5orv
-gor8va
-go5rø
-gos3p
-4gost
-6goto
-got6r
-4gov
-go8ve.
-go8vi.
-2g3p6
-1gr4
-8gr.
-4grab
-6grac
-gra5ce
-9grads
-graf5f
-graf5t6
-gra4m5
-grand3s4
-gran5to
-grant4r
-gra9se.
-gra9set
-gra6sk
-gras3t
-gra5t
-gra8te.
-grati4s
-gra4u
-gra4v3ak
-gra7vis
-gravta8
-2grea
-4g5reds
-gre4en
-2gref
-g7refe
-g4rega
-greie5n
-grei6ene
-6g3reis
-4grek
-2g5rel
-g5rent
-4grepi
-grep4s3
-g7rese
-gres6sak
-gres6sent
-6g5rest
-4grett
-4g5ri.
-grib3
-4grid
-4grif
-4g1rig
-gri5sete
-4grit
-gro9ar
-g4ro7i
-grom5m
-g4ron
-gro5sk
-gro3ve
-4g5rui
-4g3rul
-grun7g
-5g4rup
-gru7sa
-grus5t
-2g1rut
-2gryd
-4g5ryg
-6g5rytm
-grø5de.
-6g5rør
-4g5røv
-grø5ve
-4grøy
-gr7øy.
-6gråd
-grå6da
-gråk4
-grå7n
-grå5te.
-8gs1
-gsa2
-gs5akers
-g7sal.
-g7sale
-g5salg.
-g5salge
-gsam3
-gs3amb
-gs7amn
-g3s6ank
-g5sard
-g2sas
-g7sast
-gsbø6n
-gs2ce
-gs5ef
-g2seg
-g2sei
-g2sek
-g5sekr
-g7sekv
-gse9la.
-gsel4s5a
-gsel4st
-g2sem
-gs6ende.
-gsen6ke.
-g5sens
-g3sent
-g2ser
-g5ser.
-g3seri
-gse4st
-gse4t
-g3sete
-gs3eti
-g9sets
-gs4ett
-gse2v
-gsfø2
-g2si
-g5sider
-gs5is
-gsi2v
-gs4jar
-g3sjef
-g5sji
-g2sjo
-g5sjå
-gs4ka.
-g5skad
-gs4kal
-g5skall
-g6skam
-g4skan
-g4skapa
-g5skape
-g4skapi
-gs7kav
-g5skilt
-g7s4kj
-g7s6kjæ
-g3skot
-g5skren
-g7skug
-g6skv
-gsla6ga
-gsle6ge.
-gs6leri
-g4sluk
-gs4lun
-gsl9ut.
-g5slyn
-gs5med
-g9s6mert
-g7snel
-g5sog
-gs9ope
-g5spal
-g3spel
-gs2pi
-gs5pik
-g3spil
-gs5pile
-g6s5pors
-g3spur
-gs3s4
-gsse4e
-gs5tak
-g9s8tand
-g5stang
-gs4tasj
-g7s4tat
-gstatsrå7
-gst6e
-gs5te.
-g5ste4e
-gs4tell
-gs5tema
-gste6ma.
-g7stemt
-gs4tere
-g5s4terf
-g5s4terk
-g5s4tern
-g5s4ters
-g5s4terv
-gst7evnen
-g5s4ti.
-g3s4tie
-g3stif
-g3s4tig
-gs5tiå
-g5sto.
-gs4tol
-g5stol.
-g7stola
-g5stole
-gs5toll
-gs4trap
-g5strau
-gst5rea
-g5strede
-gst5rei
-g5streke
-gs6tret
-gstri8de.
-g5s4trof
-g3strø
-g5s6trå
-g5stue
-gst5ut
-gstyr8ka
-gs4tør
-g5s4tå
-gsu2
-gsu5g
-gs4vane
-gs5vik
-gs7væ
-gsy2d
-g7sym
-gsy6na
-gsy6t
-g2sø
-gsø6ki
-gs6øt
-gså4
-2g1t
-g3ta
-gta8ka.
-gta8ke.
-gta6la.
-gta4le.
-g9t6e
-gte6ke.
-gte6ma.
-g3ti
-gti8de.
-g4t5if
-gt6re.
-gtråd5s6
-gt7sv
-gt5t
-gtu8en.
-gtvek8
-gty8e
-gt9yt
-1gu
-4g5u4bå
-gu2di
-guds3t
-gu4el
-6gug
-g5ug6l
-gui4d
-guid5ar
-gu4le.
-4g5ulk
-gul8ke.
-gul4la
-gul5o
-gul7ø
-7gum
-gun4g
-gur2g
-gu4ri
-gur8na
-gur6ne.
-gu5rua
-gu3rue
-gu4st
-gu1ta
-2gutb
-4gutd
-g5ute.
-6gutg
-g7utl
-4gutn
-2guts
-gut4tak
-gut4tes
-4guttr
-2g1v
-gva4ke.
-gva8la
-gvedli6
-gvi8ta
-6g1w
-1gy
-g9y8a
-gy4da.
-7gym
-gy3ne
-gyr6
-gy8sa.
-gy6se.
-gy4te.
-gy4ve.
-g5æt
-4g5øk
-gør3s
-2g3øv
-gøy9a
-gøye6r
-gøy5n
-1gå
-gå6as
-gå6en.
-gå4er.
-4g5å4k
-4gåm
-4g3ån
-gån8da
-2g1å4p
-2g3åre
-gå2s
-gå3st
-gå9ven
-gå4vet
-h2a
-ha4a
-haba9
-4hae
-ha2el
-4hafi
-ha2g
-ha3ga
-ha4ga.
-ha3gen
-hai1
-ha7ism
-ha5ka
-ha4ke.
-ha5ken
-ha7kera
-ha4ke5s
-ha1la
-ha6la.
-hald4s7
-ha4le.
-ha4lev
-hal6lei
-hal6lø
-hal4s3k
-hal4so
-hal4s3t
-ha5lu
-hal4v5
-ha5ma
-ha8me.
-ham6nest
-ha5mo
-ham4st
-hams4t7r
-ha5na
-han6d5r
-hand7skr
-hand5ø
-ha4ne.
-hani1
-hanis4
-han2n3
-han4ne
-han6nel
-han5nen
-han5n4o5
-han3se
-han4sk
-ha4pe
-ha4re.
-ha5rei
-ha4rel
-ha3rem
-ha4res
-har5k
-ha5rov
-har7se
-har5tre
-har4tri
-ha4sj
-hasj5e
-ha2sl
-has6p7l
-has5v
-ha3tar
-ha4te.
-hat6le
-h4au
-hau5ke.
-hau6st
-hau4t5r
-hav4a
-ha4va.
-ha5van5
-ha4ve.
-ha4veg
-ha4vei
-have3s
-ha1vi
-ha4vo
-hav4sl
-ha6vu6
-hav1ø
-4havå
-2h1b
-hba4ne.
-4hc
-2he.
-he2a
-he7ans
-heat4r
-heb5n
-he4de.
-heder6s5
-he2d9r
-hef9ta
-hef7tes
-he3ge
-he4ge.
-he2g3r
-he2i
-heia3
-hei5en
-3heim
-he3ins
-hei4sk
-heit4s
-he2k
-hek4sek
-hek6serin
-hel1a
-he4la.
-he4le.
-he4l5ei4
-hel6lesu
-hel3o
-hel2s2
-hel3sa
-hel4se7
-helses4
-hel3sk
-hel5sp
-hel5ste
-hel3sv
-hel4tes
-hel9ve
-he4mak
-hem5ne
-hem3s8k
-henfø5re
-hen5o6
-hen1s2
-hen5se
-hera9da
-he5ret
-he4ri.
-her5j
-herle9ge
-herli9ga
-4her5n
-he1ro
-he4ro.
-hero9a
-her7p
-her6rei
-her6resi
-her6ret
-her6ska.
-her8s7kare
-her6sv
-her5un4
-he2r3ø
-he4se.
-he2sp
-hes7pa
-hes5pel
-hes5pen
-hes9per
-heste5ri
-hes4tes
-he6stø
-het2
-he4te.
-he5t6i
-het4s3a4
-het4s5p
-het3t
-he6va.
-he6v7arm
-he4ve.
-hev9na.
-2hf
-2hh
-h5hu
-hi5ao
-hi4bak
-hie4n
-hi2et
-hi4f1
-hiff2
-hif9r
-hi6ge.
-hik7e
-himme6l5o
-hi6n7an
-hin4nes
-hins4
-hins9ke
-hi4pl
-hip3p
-hi1ro
-hi2s1
-hi9se.
-hi3sen
-hi5s4i
-4hisk
-hit7o
-hi4t5r
-hit5ti
-hi8va.
-hi4ve.
-hiv1s
-hjar4
-hje4
-hjem7e
-hjorte5
-hju6l7
-hju7l8e
-2hl
-h5lan
-2h1m
-hma8n
-2hn
-h2na
-hne6n
-hn1s
-h4o
-ho5ar.
-hob6
-ho6da
-ho4de.
-ho5den
-hode3r
-ho5der.
-ho5dy
-hof4f3
-hof4f3a4
-hof4f3e4
-hof5f6er
-hof4fi
-hogs6
-hog6str
-hog7stra
-hoi5
-ho2la
-ho5lag
-ho5lan
-ho4le.
-ho4lin
-hol5l
-ho4lom
-hols4
-ho4lu
-hol7ut
-ho4me.
-ho4mo.
-ho4mod
-ho4mos
-ho5n6o
-ho4o
-ho8pa.
-ho4pe.
-ho8pi.
-ho5ra
-ho6ra.
-hor2e1
-ho1ro
-2hort
-ho4s
-hos5a
-ho5sen
-ho5ser
-ho5si5
-hou2
-ho1v
-hove5re
-ho4vé
-2how
-h1p
-2hr
-h1ra
-h1re
-hri5ne
-hri2s3
-6h1s
-h5s4e
-4ht
-h5ter
-htere4
-h1tr
-ht5t
-hu4da
-hu4d3
-hud5s6
-hudså9re
-hu4er
-hu6et.
-hu4ga
-hu4ge.
-hu8ja.
-hu6ka.
-huk8ra
-hu4la
-hu4le.
-hu4leg
-hu5les
-hu4lev
-hu5ma
-hun6des
-hun2n3
-hu1ru4
-hus1a
-hu8sa.
-hu5s6a6r
-hu6s7arr
-husa7r8e
-hu4se.
-hu4s3ed
-hu2s1i
-hu2s5j
-hu2s1k
-hus7m
-hus5s4
-hus1t
-hu8str
-hust9ran
-hus4tre
-hu6sty
-hu6s5u6
-hu2sø
-hu4va
-hu4ve.
-hu4ves
-hv4
-hva5le
-hvas5
-hve2r
-hver3a
-hvi5l6i
-h4v4ir
-hvits4
-hvo2
-hvor5
-hvor5i6
-h6y
-hya3
-hy2bl
-hyd4
-hy2e
-hye5ne.
-hye9nes
-hyg5gel
-hy6la.
-hyldes7
-hy4le.
-hyr4des
-hys3
-hy8sa
-hy4se.
-hy2s1j
-hys5t
-hæ5g
-hærfø9
-hær3s6
-hø4e
-høf5
-hø2g
-høg3ri
-høg7rø
-høk6
-hø6le.
-hø4na
-hø4ne.
-hø5rar
-hø5ren
-hø5rer
-hø4res
-hør6sp
-hø2s
-høst7a
-høst5ø
-hø1va
-hø1ve
-hø1vi
-høy5a6
-høy5k
-høy7n
-høy7rar
-høys4
-høyse6te.
-h6å
-hå7a
-hå8le
-hå6na.
-hånd5skr
-hå5nel
-hå6pa.
-hå4pe.
-hå4p5l
-hå1re
-hå1ri
-hår3s
-hår7u
-hå8va.
-hå4ve.
-ia9al
-i1abl
-ia1bo
-i2a3de
-i1adj
-ia5d8r
-ia1g2
-ia2ge
-ia1in
-ia1kr
-i1aks
-iak8se.
-ia5ku
-i1al.
-ial1a
-ial5ein
-iale4t
-ial5eti
-ia4l5ett
-i2alf
-ial3g
-ia4lin
-i4alk
-ial3op
-ia6lov
-i5als.
-ials4t
-i3alt.
-ial1u
-ia2lø
-i1an.
-i2ana
-ia4nal
-ian5ald
-ia5nar
-i7andr
-i5a4ne.
-ia8nes
-ia7net
-i5ank
-i1anm
-ia2no1
-i1ans
-ian3sa
-ian3sl
-i1ant
-ia7nø
-ia2pa
-i3app
-i1ar.
-iar4do
-iard5s4
-iar4du
-i2are
-i5area
-ia5r6e8l
-i5arn.
-i9arns
-i7arska
-i6asi
-i1asm
-ia4sp
-ias3s6
-i3assi
-i1ast
-i7ast.
-ia1t
-ia5te
-iat6r
-iaty6ra
-i1att
-i7auk
-i1av
-i1b2
-iba4ne.
-ib5bo
-ib3bu
-i3bere
-ibe4ro
-ibi5er.
-ib7lar
-i2b3le
-ib4leg
-ib4le5s
-i5bo
-ibo4e
-ibo7n
-ib4r
-ib3st
-ib8t
-ibya7
-iby9ar.
-8icanarar
-ice5ne
-i1ci
-ick1
-ick7ete
-i1co
-i5cy
-2ida
-i5dal
-i3das
-id1av
-id3del
-iddel5u
-id6dep
-2ide.
-3ideal
-i2deb
-i6def
-id5e4ge
-i7deki
-i9del.
-id3elv
-2iden
-i5dend
-iden5sv
-5identif
-5identit
-ideo3v
-i6derap
-i9de5re.
-i7deren
-i9deres
-iderla8ga
-iderle7g
-i7dern
-i5ders
-i6desm
-id6gem
-id4ges
-idi4en
-1i2dio
-i8dj
-id7jer
-id9na
-1i4dol
-id9ran
-id5reg
-4i3drev
-2idri
-id2s1
-id5sam
-idse4
-id6sel
-id5sim
-ids5l
-idsla6ga
-ids3t
-id4s5tu
-id2t1
-i2d1un
-i2dy
-3idyl
-i3dyr
-i3dø
-i6d7øy
-id7å
-2ie
-ie1a2
-i2ed
-i1eff
-ie4ge
-iego4
-ie1i
-iei6d
-i1eie
-i3eig
-i5eini
-iek8l
-i1eks
-ie5l6a
-i2ele
-i5elem
-ie4lev
-i7e6lim
-i1els
-i9elt
-ielø8pa
-i8e9ma
-iem7b8
-ie3me
-i1en
-ie7na
-i2end
-ien6dela
-ie8né
-i2e5ni
-ien7n
-ie5no
-i5ens
-ien4sk
-ien4s5v
-ien4t3r
-ie5nu
-i6eny
-ie4ran
-i4erd
-ie6re.
-ie5reg
-ie4r5eng
-i6eret
-i2eri
-ie4ril
-ie4ris
-ie4riv
-i2erl
-i6ero
-ie7ro.
-ier4ra
-ier4sp
-iers3v
-ier5t
-ie3run
-ier5v
-i2e1s
-i6es.
-ies4c
-ie3se
-ies5s
-ies4ti
-i8es6v
-i1et
-i2eta
-i5e4tabl
-i3etat
-ie9te
-ie5té
-iet4re
-ieu2
-ie7ved
-2if
-ife4s1
-if2fa
-ifi6e
-ifjø8
-if3le
-if4les
-iform4
-if1re
-i8ft
-if4tal
-if4tere
-ifte5s
-ift2s
-i3fø
-2ig
-i2gae
-ig3ann
-i7gark
-ig4art
-iga3ru
-iga7te
-ig3att
-i2gav
-ig3d
-i6geb
-i6gedi
-i6gedomm
-igedoms5
-i2gem
-i3gen
-ige6no
-i5gers
-i4gerø
-i4gesp
-ig3e4ta
-ig5ett
-ig4ged
-igges4
-ig4gra
-igg9s2
-i6gh
-i2g1ia
-i5gib
-i4gim
-igion4
-igje9va
-ig1l
-igl6d
-igli6se.
-ig5loa
-ig5neu
-ig5no
-igof6
-igo5fr 
-ig1om
-igo4no
-ig2ra
-ig2re
-i2g1rø
-ig3råd
-igrå5t
-igs4al
-ig5sel
-igs2j
-ig5s4ka
-ig3s4kr
-igs4mu
-ig3s4pa
-igst4
-igs4ta
-ig4ste
-ig5stek
-ig7stel
-ig5stem
-igs4tra
-ig5s4va
-ig1un
-ig9ut
-i3h
-ihen3
-iho7le.
-i4huk
-ihu9la
-ihu5le.
-i1i
-i5in
-i7is.
-i6ita
-i1j
-2ik
-i1k2a
-i2kab
-i5kabel
-i2kaf
-i2kak
-ikan9d
-i2kao
-i4kapo
-i5kar.
-i5kara
-ika5re
-i4karei
-i6kasa
-ika3sp
-i2ke.
-i2ked
-ik9ei
-i9keleg
-i5keli
-ike5lu
-i5ken.
-i4kena
-i5kene
-i9kens
-i3ker.
-i4kera
-i5kere.
-ike5ri
-ike4r5o
-i2ke1s2
-ike3si
-i6kesk
-i5keso
-ike5su
-i5ket.
-i5kets
-i1ki
-iki9ne
-ik5inn
-iki5st
-i1kj
-ik4kaf
-ik6kana
-ik4kap
-ikk5arv
-ik4kas
-ik4kat
-ikk5att
-ik6k7ent
-ik4keru
-ik8kesk
-ik4kest
-ik3kjø
-ik4kjøp
-ik4kl
-ikk5lag
-ik2ko
-ikk5ord
-ik4kr
-ikk3re
-ikk5sv
-4ik2ku2
-ikk5und
-ik2kv
-ik6ky
-ik1l
-i5klæ
-i1ko
-i2koa
-i9koar
-i2kob
-i4kod
-iko5de
-i2ko3f
-i4kog
-i4koh
-i2kok
-iko5na.
-i2koo
-i5k6ord
-i4kore
-i2kov
-ik1r
-ik4rak
-ik5rem
-ik5robe
-ik3ros
-ik2ry
-ik2sa
-ik4sek
-iksmå8la
-ik7sot
-ik5spel
-iks5ti
-iks5to
-ik8stu
-ik4tav
-ik4teg
-ik2t1r
-iktsla8ga
-i1ku
-iku6le.
-i6k7u6t
-ik1v
-ik4vin
-i1ky
-i3kø
-i3kå
-ikå8pa
-i1la
-il5adr
-il7af
-i2l3ak
-il3al
-i4lana
-il6and
-i4lark
-il3art
-il5ass
-ilas5t6
-ila5t
-il5av
-il4dak
-il4deko
-il4dete
-il7dj
-ild3re
-ildsfa9re
-ild3s4t
-ilea9r
-ile8are
-i3le7e
-i2lef
-ile4ge.
-i4l3egn
-i2l1ei
-i6leig
-i2lek
-i2lel
-i4leno
-i4lero
-ile1s
-i4lese
-i4le5sk
-i4lest
-ile6tri
-ilet5te
-ile4tu
-i1lé
-ilfø5re
-il5ge
-il1gl
-i4lid
-ili5ers
-ili9ga
-i5lik
-i2l1im
-i4l3ind
-i7line
-i4lins
-i4l3i4r
-ili5s6tik
-il3ja.
-il1je
-il5jese
-il1jo
-il1ju
-ilke3
-il5ker
-il4kes
-ilk4o6s
-il5ku
-il4lab
-il6lam
-illan8da
-il6lap
-il9lau
-il4lee
-illei9e
-il6l7ender
-il6lesk
-il4lev
-illi9ga
-il4lo5m
-ill3s2
-ills5kå
-illæ4
-illæ9re.
-il4m5est
-ilm5e4v
-il4mi
-ilm5s
-i1loe
-i9lolo
-i4lom
-il5omv
-i5lon
-il3opp
-i4l1o4r
-i5loso
-ilot3u
-i4love
-ilo1w
-ilret4
-ilset8je
-il3sl
-ilsla7
-ilsle7ge
-ils4mu
-ils2p
-ils2t
-il5str
-il7su
-il3s2v
-ilsva9ra
-ilsva5re
-ilta9la
-ilt5rett
-il6t7å
-ilu4h
-i5luk
-il7ul8
-il3un
-i5lur
-i9lus
-il1ut
-il5v6
-ilve8d
-ilve4r
-i1ly
-il1å8
-ilår6
-8im.
-4ima
-i2mad
-i4maen
-i2mag
-i6m5akk
-i4mako
-imal8n
-i2mam
-i9man
-i2map
-i5mar.
-ima5s
-i4matr
-i8mb2
-i4mee
-i2me1g
-i2mek
-i6melu
-im5enh
-im8et
-i9met.
-i4meta
-i4meti
-i6mey
-i8mé
-imi9la
-imini6
-i7mj
-im4lev
-im8l9u
-im5m
-i6mog
-imo9l
-im5ord
-imor8da
-im7o6v
-imp2
-5imperi
-imp4l
-1impo
-imp9s
-impse8
-1impu
-im4ref
-im4rek
-im4res
-im9se
-ims4k5l
-ims3kr
-im5s4me
-im1s4t
-im6sti
-imta8la
-4imu
-i3mø2
-2in.
-6ina
-i4nag
-in5agg
-i5nakk
-ina4let
-i4na2m
-in3ame
-in2an
-i9nane
-in5ann
-i2nap
-in5app
-i5nar.
-i5nars
-i4nask
-i4nasp
-i4n5ass
-ina4t5ak
-i6nau
-in7auk
-in5avl
-in5avr
-ince2
-in7der
-6indig
-in4dog
-ind9ra
-in3dru
-indr5ø
-ind5sk
-ind3sp
-ind5s4t
-5industr
-ind7å
-4ine
-ine8are
-i2ned
-inedy6
-in5egg
-in5eid
-in3eie
-i6nele
-ine4li
-in7eng
-ine8pa
-ine8pe.
-i7nere.
-i5neren
-i9neres
-ine4rik
-i7nern
-i5nert
-i5nes.
-i4nesk
-ines8ka
-ines8ke.
-ines4st
-ine5s4ti
-i4nesø
-i2nev
-8iné
-3infek
-in4fos
-in4fot
-infu9
-4infy
-in4g5ald
-in4gav
-in5gebj
-in6gem
-5ingeni
-in5geri
-in4geru
-in3gev
-ing5jen
-in4goa
-in4gos
-in2gr
-ing5rep
-ing7ris
-ing2s
-ings5om
-ingst8
-ings5v
-6ingu
-in2g5ø
-i7nia
-ini9ar.
-i2nib
-i5nie
-i4nif
-i2nig
-i4nil
-ini7m
-i4ninn
-i2nip
-i4nisa
-ini3se
-i4nises
-5initia
-i4nito
-5injek
-2ink
-in5kel
-in4kero
-in4k3la
-in4kok
-in5l
-inla8ga
-2inn.
-in4nal
-in4nem
-in4nerø
-in4nesi
-innes6t
-4innet
-in6n7ette
-innfa9s
-1inng
-5innhal
-3innho
-2inni4
-in4ni.
-in4n5om
-in5n6ova
-inn1s4
-6inns.
-3innsa
-inn5se
-inn9sen
-inn9ste
-inn7sve
-1innt
-in4n5u4
-4innæ
-in2nø4
-2ino
-ino5a
-i5noar
-i4nod
-inok6
-in7oks
-in1s
-4ins.
-8insa
-in9sa.
-in7sal
-in5sar
-in5se.
-in4sek
-in3sen
-inseri8e9ne
-in3si
-insis5
-6insj
-in4sja
-in3sje
-4insk
-in9s8kas
-in5skat
-inske4t
-ins4ki
-in3skj
-ins5kjøt
-ins6kor
-ins4k3v
-ins6kø
-insle7g
-ins8lega
-in3slo
-in3s2lø
-in5s4ma
-in3sop
-1insp
-in4spa
-in5s4pl
-ins4po
-5instal
-in8s5te.
-ins5ten.
-ins9tens
-3in3s4ti
-in4stin
-4in3s6to
-in5stra
-inst5rel
-5instru
-in6stå
-in7sul
-in2sv
-6in3sy
-8int.
-2in3ta
-inta8la
-4inte.
-5in7teg
-in8t7ege
-in5ter
-int5ess
-in5te4t5
-4in5ti
-inti5me
-int2r
-intran4
-int4rer
-in5tres
-6inu
-inu6i
-i8n9ul8
-in7ut.
-in9u8te
-1inv
-6invev
-iny4i
-iny4t
-6inø
-in7øk
-i7nøt
-in3øv
-4io
-io1a4
-i2ob
-io4dere
-i1off
-io5gn
-io1i
-i1oks
-iol4
-io3le
-iol7jen
-io3mu
-io4nans
-io4narr
-io6n5erst
-ion3g4
-io4nin
-io4nu
-io1pl
-i1opp
-io5ra.
-ior8da
-io1re
-io4rie
-io4r5in
-iorla8ga
-iosk3v
-io1st
-iota6le.
-io3t4e
-io4tra
-i5pap
-ipa4ti.
-i4pee
-ipela9
-i7pe6p
-i1pi
-ipi1e
-ipi9ne
-i4p5ings
-i1pl
-i2ple
-ip4peli
-ippel7s6
-ipp6lan
-ipplæ8re.
-ip2pr
-ipp4s3t
-ippsy8na
-ipp4sø
-ip7pun
-i1pr
-i6pra
-ip5ru
-ipru8te.
-ips1a
-ipse4l
-ipsfø5
-ip2si
-ip2s1k
-ipsle6ge.
-ips1t
-ip6tar
-i5py7
-i3pø
-2ir
-i1ra
-i9r6and
-ir5ark
-i9rast
-ira6tr
-ir5de
-ird5s
-i1re
-ir3eie
-ir6ek
-i3repo
-i3rer
-ire6r5a
-ire7st
-i3ret
-i8reto
-ir7g
-i1ri
-iri4a
-iri8ka.
-ir3ind
-ir3inn
-ir5inst
-iri9t
-ir5ka.
-ir4kat
-ir5ker.
-irke3s6
-ir4kest
-ir4kle
-ir5kv
-irk5ø
-ir4mag
-ir4mal
-ir4mast
-ir9mé
-i5roa
-i1roe
-i4roi
-i1rol
-ir5opp
-iro1s
-ir3re
-ir7sko
-irs2p
-ir3s4t
-irt6
-ir3ta
-irti6g5r
-i1ru
-ir5u4k
-iru8m
-iru7sa.
-i1rø
-i1rå
-ir7å6l
-i1sa
-i4saks
-i4sanb
-i4s3ang
-is3ann
-i4s3ans
-is3ant
-i7sas
-is5aud
-3isbry
-is6cen
-isch5
-is3co
-i5scr
-i2sed
-i4seel
-i4seen
-ise5ern
-i2s2e3g4
-i2sei
-is3eie
-is5eig
-ise5is
-i2sek
-i3sekt
-i4sekte
-i6s7eld
-is4e5li
-i2sem
-ise5ne
-i4seno
-isensi6
-i5ser.
-i5sers
-i2ses
-is5ess
-i4sete
-iset8je
-i2seu
-8isé
-isha7ne
-3ishav
-is4h5in
-ishø9ve
-isi6ene
-is5ild
-i4s3ind
-isis5t
-is7jun
-is9ka.
-is3kal
-is3kar
-isk9art.
-isk5arte
-i8ske
-is5ke.
-is8kee
-is4kel
-isk5els
-iske5s4
-is3kje
-i3skjo
-iskla8ga
-is6k5le
-isk3lo
-isko5g
-is7kogr
-is3kop
-is3kot
-is1kr
-is6k5rin
-is1ku
-is4kul
-i5skula
-is1kv
-is4kvi
-is1l
-i6slu
-isl7ut
-isl9øy.
-i5smak
-is4med
-ismo5e
-i6smus
-is5ne
-is5nu
-1isol
-6isold
-5isomo
-is5omr
-iso3pa
-iso5pe
-iso7pr
-3isot
-is1ov
-is1p
-is4pan
-is5pane.
-is6pis
-is7pru
-is4ses
-is5si
-issis5
-is6s7kj
-is4sko
-is7skr
-is5sky
-is4skå
-is5sok
-is7sto
-is6sve
-is5svo
-is9s4ær
-is4søk
-i5stab
-ista9le
-is5tane
-is5tap
-i4s5tar
-ist5avb
-ist7avi
-i2ste
-is5te.
-is4tek
-ist5ekt
-istel5l
-iste6ma.
-ist6en
-is5ten.
-is5tene
-is5ter.
-is5tern
-is6terø
-is6té
-is4tik
-is5tilb
-is5tis
-is3tok
-is3tol
-i2str
-i8s8tre.
-i4st5ren
-i5strer
-i6strer.
-i4stres
-i6stret
-is3try
-is3tus
-6isu
-is5uf
-is5ul
-is1un
-is1v
-is4vak
-is7w
-isy8na
-isy5r
-is5yt
-i2s1øk
-i4søy
-is7åk
-is3år
-i1ta
-ita4l3a
-ita6l5ers
-ita4lo
-ita4ly
-i6tang
-itan7s6v
-itau4
-i4tav
-i4tec
-i2teg
-ite8ke.
-i7teky
-i6t7elg
-i4teni
-i2teo
-ite3re
-i4tero
-iter6s5
-i4te5ru
-i2te1s
-ite6se.
-itet6s5
-i1té
-it2i
-iti6er.
-i4ties
-i2tif
-i4tikam
-i4ti3kv
-iti5me
-i2tio
-i2tip
-iti3r
-i4tisa
-i4tisen
-i4tisi
-i4tisj
-i4tisko
-i4ti3sp
-i4tist
-iti5str
-i2tiu
-itiv4
-itivs5
-it7jaran
-it7jer
-it7ji
-itma6le.
-itnes4s
-i1to
-ito9a
-i4tom
-it5ord
-ito4s
-itostra6
-ito8v
-i1tr
-i4tra.
-i6trae
-it3rel
-it3ren
-it5rim
-itri8ma
-it3rin
-i5tris
-it7ro6s
-it1sa
-it4s3ei
-it3ser
-it6ses
-it5sku
-itsla8ga
-it1sn
-it6sti
-it3sun
-it4tag
-it6tak
-it4tal
-itta9la
-it6tann
-it6tap
-it4t5at
-it5ted
-itte4l5o
-it4tenk
-itte5s4
-itt5ett
-it4tid
-it4til
-it4tj
-itt1o
-it6tof
-it7ton
-it4tr
-itt5skr
-itt4sø
-it4ty
-it7tys
-i1tu
-itu5e
-itær1
-i1tø
-i5tå9
-i1u
-iu6a
-iu2b
-i5u6l
-i5um.
-ium4f5ar
-iu2m1i
-ium5m
-iu4mo
-i6umse
-i4um5s4t
-i4umsu
-iu2n
-iu8p
-i2ur
-iu5se
-4i1va
-i4vad
-i6vaj
-i4v3aks
-i5val
-iva6la.
-i4vana
-i4v5ank
-i4varb
-ivar5s6
-i4v5ass
-ivat3t
-i1ve
-i2veg
-ive6ge
-iv5eg6n
-i4vei
-iv7eig
-i2vek
-ive4ra
-ive5ras
-iver5d
-i6veret
-i4vesk
-i4vesti
-i6vesv
-i6vetø
-i2vev
-i1vé
-i1vi
-iv5ins
-iv5is.
-iv5isb
-ivle6ge.
-iv3n
-i1vo
-iv7om
-iv3r
-iv4sal
-iv2si
-iv2sk
-iv2sl
-iv2sn
-iv4so
-ivs5v
-i2v3un
-iv7y
-ivyr8ke.
-i9væ
-iv7åpn
-i1wa
-iwi5
-i5wie6
-i5y
-iyr8ke.
-i5za.
-i7zas
-i4ze
-i1zo
-i1ø
-i1ø4k
-i1ør.
-iør5i
-iør5s
-i4øs
-iø3se
-i1øy
-i1å4
-iårs7l
-iåt4te.
-ja1ak
-ja9ar
-ja4da
-1jae
-ja7en
-5jag.
-ja4ga.
-ja7gar
-ja4ge.
-jag6r
-ja4ha
-ja4hv
-ja4j
-jak4kel
-jak7kele
-jak4ko
-jakk5s4
-ja1k8r
-ja8kre
-jaktel
-ja7ku
-ja3lo
-ja1lu
-jam7b
-6jambi
-jamhø8ve.
-5jamm
-jams2
-jan4gr
-j5anl
-ja6ra.
-ja6r5ap
-ja9rek
-jarn3s4
-jar5ta
-jar5te.
-jar5tet.
-jar7ti
-6jarø
-ja6rå
-ja7se
-ja8ski
-ja5sti
-ja5ta
-jau4ere
-ja9vi
-1jaz
-j1b
-2jd
-j2e
-2je1a2
-je5ak
-2jeb
-jeb9b
-je4deb
-6je4dek
-4jedr
-jeep1
-6jeev
-2jef
-je4f3et
-je2fj
-jef5lag
-je4f3re
-jef4sa
-jef6s5i
-jef3t4r
-je5ge
-jeg5ge
-6jegl
-jeg6les
-4jego
-4jegr
-4jegy
-2jeh
-je1i
-je5i8s
-4jej
-2jeka
-jek6keru
-4jekl
-je4kli
-2jeko
-jekt3a
-jek4tan
-jek6tes
-jekt5ev
-jek4t5in
-jek4t3r
-jekts4t
-4jekø
-2jel
-je6legr
-jelei7er
-je7lele
-je4les
-jel7ge
-jel6lag
-jell5ang
-jel5len
-jel4lo
-jelt3
-jel4tr
-jel9ut
-jel7va.
-2jem
-je4mia
-je4mit
-jemp6
-jem5pl
-jem5se
-jem4sti
-2je7na
-jen1d
-4jendr
-je3ne.
-je7ne8s
-4jenet
-jen5ged
-jeng5s4
-2jeni
-jen3k
-4jenl
-4jeno
-4jenu
-je2n1y4
-4jenæ
-2je5o4
-2jep
-je3raf
-je4r5ant
-jer4dep
-jerd6s
-je3r6e
-4jered
-6jereg
-6jerei
-6jerenn
-je5rik
-je6rim
-je6rinæ
-jer4kes
-jer6k5l
-jer4kv
-jerle7
-jer6mu
-jer6n5as
-jern5sl
-je6ron
-jer4sp
-jert5s
-4je1ru
-6jerå
-5jesf
-5jesh
-jes4kil
-2je3sp
-jes4tea
-je6stim
-je3str
-5jesut
-je5sve
-je4t3ag
-jeta6ka
-je9tar.
-je7tara
-je9tare
-je4t3ru
-jets2
-jet4t5an
-jet6term
-jett3o
-jett5s6
-je4t3v
-jety8e
-2jeu6
-4jev6a
-je7vark
-je6vas
-4jeve
-jevi4s
-jev7na.
-jev7ne
-6jeø
-j1f
-4jg
-j1h
-4ji.
-jib5b
-ji7e6
-6jik
-2j3inf
-ji7ro
-ji6sj
-4jiø
-2j1k
-j4kap
-6j1l
-6j1m
-6j1n
-6jn.
-j5ni
-j2o
-1job
-5joc
-jo4da.
-jo6dat
-jo6dis
-jo4fl
-jok9ker
-jokk9o8
-jol5t6
-j3omr
-jon2
-jo5ne
-jon7n
-jons1
-jons5a
-jonse4
-jons3p
-jons5t
-jon6sti
-jon4str
-jonsu4
-4jop
-jo5ra
-jor6dek
-jor6d7erv
-jor6d7is.
-jor4d3o
-jord3r
-jord5s
-jords4l
-jor6du
-jo1re
-jo4rie
-jort6a
-jor5tet
-jo3r4u
-2jos
-jo3se
-jo4ses
-jo5stei
-1jou
-jour5
-j1p
-4j1r
-2j3s2
-j1t
-ju8are
-1jub
-jubi3
-ju9bo
-ju3de
-ju2do
-ju7doe
-jue7ni
-ju4e5re
-jue9s
-jug9le
-5jugo
-4ju2k
-ju3ka
-ju3ke.
-ju3ken
-juk9sar
-ju2l
-ju3la.
-ju5lar
-ju5las
-ju8l9ei
-ju4li.
-ju6lid
-ju4lik
-jul7inn
-jull6
-1jung
-jun7ge
-j6u6ni
-8jup
-jup7s
-ju6p5å6
-ju4ra
-ju7ras
-3juris
-ju9ro
-ju3ru
-5jury
-1jus
-ju5so5
-ju1ta
-jut5o
-ju6va.
-ju6vak
-ju1å
-j5v
-jy1
-jy8de.
-jy2p3
-jæ5le.
-jæ3ra.
-jæ9ran
-jæ9res.
-jæ7te.
-j2ø
-1jø.
-1jøa.
-jø5b4
-1jøe
-2jøef
-4jøeg
-6jøei
-2jøek
-4jøend
-4jøeng
-4jøeta
-jø1f
-jø3gr
-jø9kj
-4jøl
-jø4les
-jøl6ver
-jø5me
-jøn5ne
-jø5pa
-jør4kel
-jør4sp
-jørs5v
-jør4tel
-jø3ru
-jør7ut
-jø1rø
-jø4ses
-jøst2
-jø9ta
-jø3te.
-jøte4t
-jøt5eta
-jø1tr
-jøtte4
-4jø1v
-jø4vel
-2jå
-jå5ar.
-jå9ge.
-jå6la.
-jå4le.
-jå7les
-jå5let
-1ka.
-2kaa
-5kaa.
-5ka4an4
-k3aas
-ka3at
-6kabes
-ka7bo
-4ka1br
-4kaby
-ka3da
-6kadale
-ka5del
-ka6del.
-ka4deri
-4kadg
-kadi7e
-2kadr
-5kadu
-4kady
-3kaen
-ka3fe
-kaf5fere
-2kafo
-ka9fr
-2kaft
-kaf5ta
-6kafø
-2kag
-k5a4gi
-kag2r
-2kah
-ka5isk
-ka5ism
-6kajo
-ka4ka.
-ka4ke.
-ka4ked
-ka4kel
-ka4kes
-ka4ki.
-ka4kis
-6k5aksj
-4kakt
-ka3ku
-ka3lam
-ka3lan
-ka6lant
-ka3las
-kald5s
-5kaldt
-kal2e
-3kalen
-ka5lev
-5kalis
-k6alk
-5kalky
-kal7la
-kal6lero
-kall4s
-ka1lo
-kal3p
-kal7s6v
-kal4ves
-1kam
-ka6ma.
-ka8me.
-4kameri
-4kammel
-kam4p3i
-kam4pr
-7kamu
-1kana
-ka8na.
-4kanda
-kan6da.
-5k6ande.
-1kane
-ka5ner
-kan4i
-ka5nin
-2k1anl
-4k1anm
-k3anno
-5kano
-ka4no.
-ka8nom
-4kansa
-6kansi
-3kansl
-1kant
-kan6t7end
-kan6t9r
-2kap.
-5kapad
-ka4pak
-3kapas
-ka5pe
-5kapell
-4kapen
-3kapit
-1kapp
-kap3re
-kap4s3t
-1kar.
-1kara
-4karab
-4karam
-karan5
-ka3rav
-1karb
-4karbei
-4karea
-ka6rek
-ka5rel
-1karf
-5karg
-ka4ri.
-ka6rid
-6k3arki
-6k5arkt
-1karm
-kar3n
-ka3rol
-kar3om
-kar5pes
-karp3s
-3karri
-7karsj
-kars4t
-1kart
-kar5ti
-5karu
-4karå
-1kas
-7kas.
-ka5se4i
-ka3sek
-kas5ev
-kas2ju
-6kasjø
-ka4sk
-kas3ka
-kasko5
-6kasp
-ka4spi
-kass6
-kas6sad
-kas4sak
-4k3assi
-kas4so
-ka4st
-8kas5to
-kas2t3r
-1ka7t6a
-ka3ted
-3kateg
-ka3tet
-ka1to
-ka4t5op
-4ka1t4r
-kat7s
-kat5ta
-kat4tel
-kat6term
-katte5s
-kat4til
-kat4tri
-ka4t5y
-k7au4r
-2kav
-ka7ves
-k9avis
-kav8l9u
-9kay
-2k1b4
-2kc
-k5ce
-kcen4
-2k1d
-k5d6v
-1ke
-2ke1a8
-ke9al
-2keb
-4kebr
-4kebuk
-4kec
-ked4
-ke5da
-4kedag
-4kedal
-5kedan.
-9kedant
-ke5de
-6kedei
-4kedem
-4kedes
-7kedes.
-2kedi
-2ke5dr
-ked8sk
-kedu6
-4kedy
-2kedø
-2keeg
-2keek
-2keel
-ke4ep
-ke7ern
-2keev
-4kef
-k3eff
-k5eft
-2ke1g
-k3egg
-keg8ga
-5kegladh
-ke5h
-3kehet
-4kehj
-2kei
-k3ei2d
-k1eig
-ke5il
-ke1im
-k6e1in
-keis2
-2kej
-2kek
-kek2l
-ke3kn
-k1eks
-k5ek4t
-k6el.
-2kela
-ke3l4ak
-5kelal
-ke6lans
-ke6lat
-kel5eier
-kel5eig
-kel7eik
-kelei8ke.
-6keleis
-kel3e4l
-4k5elem
-4keleng
-4ke5lep
-4keles
-7k6elet
-4kelev
-keli8e8
-keli9en
-3kelig
-4kelign
-4kelinj
-kel5int
-4kelis
-ke4lise
-5kelit
-4keliv
-kel5l
-4kelof
-6kelov.
-4kelove
-kels4
-kels7kar
-kel5sl
-kel5sp
-kel5st
-kel3sv
-kelsva9
-kel2t
-kelt3e
-6kelua
-4kelue
-kel9uka
-kel5uke
-ke4l3ur
-6keluv
-kel5v
-2kely
-2kelæ
-2kelø
-kelø8pa.
-6ke5l4å
-kelå7re
-2kem
-ke4mit
-5kena.
-6kenam
-ken6ap
-ke4nas
-5kenatts
-ken5de
-6k5en6den
-6k5en4der
-4kend5r
-ke3ne
-4keneb
-4kenek
-4kenel
-4kenem
-6kenett
-4kenev
-3kenf
-ke4ni
-5k6enh
-4ke5niv
-ken3k
-ken7n
-kenne4l3
-ke4nom
-ken1s2
-4k5ense
-kens6t
-ken7te
-ken5t6r
-4k3entu
-6ke3ny
-6kenø
-2keo
-ke3on
-4kep
-5kepi.
-9kepia
-7kepie
-6kepl
-kera7l
-4keram
-ke4ran
-ker5ant
-6kerau
-4kered
-4kereg
-kerei4d
-4kereir
-6kereis
-4kerek
-4ke5rem
-kere6n
-6kerene
-ke6r5eng
-4kerenn
-4kerep
-ke4r5ert
-ke3res
-4keress
-4kerest
-4keresu
-4keret
-5keret.
-5kereta
-7kerets
-3keri
-ke4rif
-6kerik.
-4kerike
-6kerikt
-ke4rim
-ke4rine
-6keringi
-6keringj
-ke4rinæ
-ke4ris
-8kerist.
-8kerista
-6keriste
-3kerm
-7kerop
-5keror
-4ke3ros
-kero6se.
-ke3rot
-k4ert
-ker5to
-ker3t4v
-ker3un
-4kerus
-keru6se.
-kerø6re.
-8ker8øya
-6ker6øye
-2kerå
-5kes.
-4kesam
-9kesam.
-7kesdale
-5kese.
-k5esel
-ke5sil
-4kesit
-2kesj
-k9es8ka.
-4k5eske
-kes8ke.
-4keski
-4keskj
-6keskå
-kesle6ge.
-kes5ped
-5kespot
-5ke4spu
-5kest.
-4ke3sta
-5keste.
-4ke5sted
-4ke5stei
-kes6tem
-4ke5s4ten
-ke3sto
-4kestri
-4ke5stru
-4kestu
-4kestø
-ke4s5un
-kes1v
-2kesy
-kes1å
-2keta
-keta6ka
-keta6le.
-5ketals
-k6etar
-ke3te
-5kete.
-4ketek
-7keth
-2keti
-2ketj
-2keto
-2ket2r
-kets2
-ket6t7enh
-ket8tes
-2ketu
-2kety
-kety6e
-4ketæ
-ketøy6s5
-2ketå
-2keu2
-ke5ur
-2kev
-kev2a
-keva8ne.
-5kevas
-3kevel
-kevi6sa.
-k1evj
-kev6ja
-kev4je.
-k3evn
-kev6ne.
-ke3vr
-kevæ8ra
-ke2yt
-6keæ
-2keø
-2keå
-1ké4
-két5
-2k1f
-k5fi
-4k5g2
-k3ge
-k5gh
-kgu4
-4k1h
-kh5ak
-k4har
-khe4o
-khjul8s
-kh6m
-ki3a2r
-k3ideo
-4kidol
-ki3dr
-k4ie2
-kie5re
-ki6el
-ki3er.
-2kif
-ki5g4
-ki6ka.
-kikk8s9
-ki1k8l
-ki3k2r
-kik4s
-ki8la.
-3kilde
-ki4le.
-ki5li
-4kilj
-kil9ja
-kil6le5st
-ki7loa
-ki4log
-ki3los
-ki4lov
-2kilt
-ki7lå
-ki8ma.
-ki4me.
-5kimo5
-ki4mol
-2k1imp
-kin9and
-ki4nark
-ki5nas.
-6kind
-ki5ne
-ki6ne.
-2kinf
-1king
-king5and
-kin3ge
-kin5ing
-2kinn
-kinnsi8da
-kinnsi8de.
-kinn4sp
-ki2no
-2kins
-kinsi6de.
-2kint
-kinti8me.
-ki6nu
-2kinv
-kio4
-4kiol
-7kios
-2kip
-ki5pe
-ki4p5l
-kip5pe
-kip2s3
-1kir
-ki5re
-ki5ri
-4kirs
-ki3se
-ki5sko
-ki3smu
-ki1s2p
-ki5stav
-ki5str
-ki6ten
-ki7ti
-5kito
-ki4ton
-4kiu
-k6iv
-ki4vek
-ki4v5enh
-ki6vi.
-kiv3s
-kj2
-3k8jan
-kjap5pe
-6k7jarn
-kje7fj
-kje7f6r
-4kjegg
-3kjeld
-kjel7leg
-5kjemas
-3kjemp
-6kjenk
-kje9ny
-kje1s
-kje6t5r
-kjet5t
-6kjor
-kju5le.
-kju5len
-kju9r
-3kjærl
-k5jødi
-1kjøp
-3kjøri
-kjø4tr
-2kk
-k1ka
-k2kab
-kk3aft
-k2k1ak
-k2k3al
-k2kam
-k4kanb
-kk5and
-k8kand.
-k6kanden
-k4k5ang
-k4kann
-k4kao
-k4karb
-k6karg
-k4k7art
-kkar6ta.
-k5kast
-k6kasu
-k6katt
-k2k1au
-kk1av
-k6kedo
-k4kedu
-k2kee
-k2keh
-kk1ei
-k5kel.
-kke6lei
-kk5e4lev
-kkel3t4
-kkelu4
-kke4luk
-kkel5un
-kke6nan
-k5ker.
-k4kerei
-k4kerel
-k6kerent
-k4kerig
-k4kerit
-kke5r6und
-k4kesa
-k5kesau
-k4kese
-k4kesi
-kke3s4l
-k4kesp
-k6kestad
-k4kete
-k5ketet
-k4ketø
-k4k9g2
-k1ki
-kk3ind
-kk3inf
-kk9inn
-kk3ins
-kk3int
-k2kir
-k1kja
-kkjek8
-kk5jent
-k4k5jern
-kkje7t
-kk5ju
-kk5k
-kkla4g
-kk3lan
-kk8lar
-kk7lau
-kk1lo
-kk1ly
-kk3læ
-k4kn
-kk5ne
-kk5ny
-kk6s5v
-k1kod
-k1koe
-k4k1of
-kko6lig
-kk5oml
-kk7oms
-kk9omt
-k6koo
-kk1op
-kko7s
-k4kosi
-k6kosk
-k4kost
-kk3ove
-k4kra
-kk5ram
-kk3rap
-kk3rea
-kk5rei
-kk3ren
-kk3res
-kkri6k
-kk3ro
-kkro8e
-kkro4s
-kk3ru
-kk4rus
-kk7rø
-kk7rå
-kk7s
-kks6al
-kk4sar
-kk5sed
-kk3s4ei
-kk4sin
-kk1sk
-kks4kj
-kks4l
-kk3sla
-kk7sle
-kk5sli
-kk3spe
-kk1s2t
-kks5tak
-kks7tep
-kkst4r
-kk8s7va
-kk5s4å7
-kk3t2
-kk5uk
-k4kuni
-k2k1u6t
-kk1v
-k2kvo
-k1ky6
-kkyl4
-kk5yr
-kk7yt
-k2k1ø
-k8køl
-kkø6r
-kkøy6
-kk1å2
-kl4
-6kl.
-4kla.
-4k5lagt
-2klak
-kla9ke.
-kla4mel
-3k2las
-k7lati
-kla4tr
-kleby7t
-3k4ledd
-kle4deb
-kle4des
-2kleg
-klei9e
-k7leik
-k4leiv
-k2lem
-5k6lem.
-7k4leno
-k6lerik
-kles7j
-kle5sno
-kle4sp
-kle5sti
-kles7s8
-2klet
-8klia
-4klie.
-4klig
-1k2lim2
-3k4lini
-k5linj
-1klip
-4klit
-klon7a8l
-1klos
-2klov
-k3lukt
-4klun
-klun5t
-k5lyd
-6k7lyf
-3k4lyng
-klyse7te
-k2læ
-klæ5res
-klø7na
-k6lør
-6kløs
-klø9va
-klø5ve
-6k1lån
-klå5re
-2k3m
-kmann6
-kmål2
-2k1n2
-3k2nap
-kna5t4re
-kne4b3l
-k4nedi
-5k2nee
-kne8se.
-k4nest
-kn5f
-3k4nip
-knippe6
-kni2t3
-3k2niv
-kno7g
-kno6kl
-5knop
-kno9ta
-kno5te
-3k2nu
-4k3num
-3k2ny
-kny4s
-k2nø
-knø9le
-kn3øy
-9koa.
-4ko1ak
-9koane
-ko7ar
-ko2b3
-ko3bo
-4ko3br
-ko5da
-4kodd
-ko4de.
-3kodek
-5koden
-2kodø
-ko3e
-3koef
-4koek
-4koel
-4koes
-4koev
-ko4g5eng
-kog9ger
-kog3l
-ko4gre
-kogst6
-ko4gu
-ko6gå
-2koi
-koi4e5ne
-ko7i6k
-ko1in
-2koj
-ko8ja.
-ko4ka.
-ko4kab
-ko4ke.
-ko6kel
-ko1ki
-kokk6o
-k3okku
-4kok4l
-4koko
-2koku
-kolba5
-2kole
-ko4leg
-ko4lei
-ko6lel
-ko4let
-ko4leu
-3kolle
-ko5lo.
-kol5p
-4koly
-2kolå
-1kom
-ko4ma.
-4komaf
-ko4me.
-6komg
-ko4mi.
-4komil
-4komisb
-ko4mise
-2komr
-4komse
-kom3sl
-kom5so
-kom4st
-4kom5t
-4komu
-4komå
-k6on
-ko4na.
-kon3d
-kon6dr
-kone5l6å
-4koniv
-kon3s2
-kon6s7v
-kon6ton
-ko4nu
-1ko1o
-4koom
-ko5pa
-ko5pers
-4kopet
-ko4pi.
-ko4pip
-ko4p9l
-4kopo
-kop5per
-2kopr
-ko1ra
-ko4ra.
-kor6da.
-kor4d3o
-kord5s4ø
-kor4du
-ko1r6e
-6koref
-4ko7rei9
-ko5rem
-ko7ret
-ko3ri
-ko6rik
-4korm
-ko5rol
-6korpa
-6korpe
-1kor3r
-kor4sal
-kor6s5inn
-kor4s5l
-kor6str
-kor4sv
-kor5tes
-kor6top
-kor4t5r
-kort5s4
-ko5ru
-ko6rume
-1kos
-2kosa
-ko6sa.
-ko4sed
-ko4sek
-5kosele
-ko5sen
-ko4ses
-ko9si
-kosi9d
-ko2sk
-ko1sl
-4kosmu
-2koso
-2ko1s2p
-ko6sta
-kost7as
-kos6t5ers
-kost5j
-4kosø
-kotes7
-ko5t4i
-4kotil
-4kotr
-ko6tre
-kot2s
-kots5tr
-kot4ti
-kott4s
-kotts5t
-4koty
-2kou4
-kout3
-kou7ta
-ko1va
-kover7e
-4kovr
-1kov4s3
-4koø
-4koå
-6k1p
-kr6
-k3rad
-1k4raf
-5krag
-3krakk
-krani6e7n
-6krank
-3krans
-4krap
-kra9se
-7k8ra4sj
-kras5s
-kra4to
-kra4u
-1krav
-4kred.
-3kredi
-4k1reg
-kregi3
-4krei
-krei9e
-krei5s
-6krek
-kre4kli
-2krel
-k5rela
-4k3renn
-4krent
-6kreo
-k5repr
-5kreps
-5kresj
-4k3ress
-kreta9
-6k7retn
-k4rets
-k3rett
-2krib
-4krif
-7k6rig
-krig6s5
-kri9ga
-4krik
-kri5ke
-kri4kj
-krik6ka
-1krim
-kri4me
-3k6rins
-krin6s7t
-kri2p
-1k2ris
-7krisene
-k2rit
-3krite
-6kriv
-k2ro
-kro5b4
-kro5de
-k3rofo
-k4rofor
-krok7k
-k6roni
-k5ronl
-kro4nom
-k4rop
-krop9n
-kropp4
-k4rost
-kro9t8e
-kroten9
-kro3v
-kru3i4
-krum3
-kru5sa
-krutt5i
-kru3tr
-2k5ryg
-kry7pa
-kry5pe
-kry4pi
-3krys
-krø5ke
-6k5rør
-krø3v
-4kråd
-krå8da
-kråe6
-5kråk
-krå5le
-krå9m
-krå7ne
-k1sa
-k3sa.
-k2s3ad
-ks3alt
-ksa5me
-k3sane
-k4sans
-k4s3ant
-k3sar.
-k7sara
-k6s3ark
-k7sas
-k1sc
-k2sed
-k2see
-kse6ge
-k2s1ei
-k5sekt
-k5sela
-kse5lev
-ksen5to
-k4serf
-ks3erk
-k5serol
-k4sesa
-k4ses6k
-k4se3sm
-k5seso
-kses4p
-k5sess
-kses6sel
-kses8serie
-kses4sp
-kses4st
-kse6te.
-ksfø4
-k5sia
-k2sif
-ksi5ko
-ks3ind
-k3sing
-ksi7ni
-ks3inn
-k4s3ins
-k7sio
-ksi3st
-k4siti
-ks9kab
-k6s3kal
-k6skio
-ks1kj
-ks5kl
-ksko7na
-ksko5ne
-ks1kr
-ksk8u
-ks9ku.
-ks7kua
-ks8kut
-ks1k6v
-ks1l
-ksla8ga.
-ks5lo
-k7s6lu
-k8s7lug
-ks5løs
-kslø8va
-kslø8ve.
-k5s4mak
-ks4mel
-ksmå
-k5s4no
-k7s8nø
-k1so
-k6s7oa
-k6sod
-k4sog
-k4somb
-k2s1or
-k2sot
-ks1ov
-k3spal
-ks3pek
-ks5pio
-ks3pir
-kspor6t5r
-6k6s5pors
-ks1pr
-k8sr
-k3spy
-kss6
-ks3sm
-k5stad
-k4stak
-ks3tal
-ks5tant
-k7s8vak
-ks6tav
-kste4da
-ks4teg
-k3stei
-k4stek
-kst3ev
-kstev6ne.
-ks4til
-k4stin
-ks1tj
-ks1tr
-kst6ran
-ks4t5rek
-k6stren
-k6strer
-ks4tri
-ks4tro
-ks9tum
-k5stus
-ks3tyv
-k2stå
-k1su
-k6sun
-ks1v
-k9s8vake
-ksva8ne.
-ks5veg
-k7s6vert
-k5s4vin
-ks5w
-ksy8na
-ksy8s7m
-ks5ær
-ksø4ke.
-k6s3øl
-ks1å
-k3så.
-k4såp
-ksår4
-ksåt4
-6k1t
-k5ta.
-kta7f6
-k4tag
-kta6ka
-k4t3aks
-k4takt
-kta6la.
-k4t3ana
-kta9na.
-kt3anl
-k4t3ann
-k4tanv
-kt3app
-k9tar.
-k4t3arr
-k4t3art
-k6tass
-k5tast
-k6t7atl
-kt5avh
-kt5avk
-k6t3avl
-k3ted
-k4teda
-k6tee
-k4tefø
-kt5e4ge
-k2te5i
-k6teka
-kte5le
-k6t5elsk
-kt5e4lit
-ktem8
-kt7emn
-k4t3enh
-k9ter.
-kterie5n
-kterie7ns
-kter5s6
-k7tes.
-k6tesa
-k6tese
-kt5eske
-ktes6ke.
-kt5esti
-k4t5e4ta
-k4tete
-kt5evn
-ktev6ne.
-k5tib
-k3til
-k4t3ins
-k5tir
-ktis5t
-kt7i6te
-kti6v7end
-k2tja
-kt7ju
-kto9a
-kt5off
-k6togram
-k4toli
-k2tom
-kt5omf
-k2t1op
-k9tor.
-k7tora
-kt5ord.
-k5tore
-ktori9e8
-ktor7s
-kt1ov
-kt3ral
-k2t1re
-kt2ro
-ktro5s
-k2t1ru
-kt4s5amb
-kts5ar
-kt5sek
-kt7sem
-kt4s5er
-kt6sin
-kts5kra
-kt5sku
-kts4kv
-ktsle6ge.
-kt6sok
-kt4spa
-kt5spre
-kt4sta
-kts6ton
-kts5top
-kt4stå
-kt3t8
-ktu9er.
-k4tuk
-kt7und
-k2t1ut
-kt7yrk
-ktyr8ke.
-ktør7
-ktør8e
-k6t5øs
-kt1øv
-k2t3år
-ku2a
-ku9an
-ku4be.
-ku3bj
-2kud
-ku4dal
-ku4er.
-kue4r5a
-ku4et
-6kuf
-ku4f3l
-6kug
-k5u4gr
-ku7is
-kuit6
-6kuldi
-kuld3r
-ku4led
-ku4leg
-ku6lei
-ku4lem
-ku5len
-ku4let
-ku4lev
-ku5li
-ku6li.
-3kull
-1kult
-ku4man
-kumen6tal
-ku6mi
-kum2s
-3kumu
-1kun
-kund5s6l
-2k1ung
-kun4ge.
-k6unn
-ku4o
-1kup
-ku4pe.
-kup4pl
-ku7ra
-ku4rek
-ku8r7o
-ku7r6op
-kuro8pa
-1kurs
-kur6sk
-kur4sp
-kur4s3t
-kurs3v
-kur3t
-ku5ru6
-kuru9ken
-kuru7ker
-1kurv
-kur4v3i
-1kus
-5kus.
-ku7sa.
-kus5a6k
-kus5ar
-5kuse
-ku4s5el
-ku4ska
-ku7s6pe
-kus3t
-6k1ut.
-ku1ta
-4ku5te.
-ku5to
-ku6t7r
-2kuts
-1kuu8
-kuøy6
-kv2
-kva8ke
-k4vali
-k6vard
-kvari6e5n
-5k6vart
-kva9se
-kve3d2
-kve7e
-k6veil
-kvei9se
-1k4vel
-kve5la
-4k3verd
-5kvern
-kverns8
-2kves
-kves5t
-7k6via
-4kvid
-3k4vie
-kvi4ene
-kvi5er
-kvi7la
-3kvinn
-kvi5se
-7kvist
-2kviv
-1kvo
-k1vog
-6kvok
-k4vot
-k2vu
-4k3væ
-k1vå
-k7we
-k5wu
-ky5a
-ky6el
-4kyf
-kyf5le
-2kyg
-ky4leg
-2k3yns
-kyn6skjer
-ky2p1
-ky4p5r
-1kyr
-kyrie5ne
-kyr8ke.
-ky8sa
-4kyse
-ky6se.
-kyse8te.
-ky3skr
-kys6sk
-1ky4st
-kyst3a
-kys4tel
-2kyt
-ky6ta.
-kyte3s
-k1æt3
-1kø.
-kø2ar
-1køe
-kø4en.
-kø2er
-6k1øk
-kø4le
-k1øn
-køn6skjer
-k3ørr
-køs4
-kø5se
-køy7ar.
-k7øyd
-køy4e5ne
-1k6øyr
-4kåke
-kå3le
-kån8da
-kå5ne
-kå4pe.
-kå7pen
-kå9ras
-kå1re
-kå1ri
-kå2t5
-k5åt6t
-1la.
-2laa
-la1b
-4laba
-la6bl
-1labo
-2l3abon
-4laby
-4lad.
-l6ade
-la4dem
-4ladg
-ladi9e8
-2ladm
-2ladr
-lad3s4
-1lae
-2laei
-4laent
-4laep
-2laf
-la3fl
-4lagg
-lagi4
-6lagne
-la2go8
-lag5om
-la2g1r
-lag5san
-lag4sj
-2laha
-2la1in
-la5ka
-la4ke.
-4lakj
-l2akk
-la2kr
-l7aksj
-l5aksl
-4lakt
-lakterie6
-la5kø
-2lal
-l1alk
-la5mab
-4lamb
-la4mes
-la4met
-la3mo
-l8a8mu
-4l3anal
-lan2c
-lan6das
-lan6deb
-land3r
-l6a3ne
-3lane.
-4lanet
-lan6gel
-lan4gem
-lan6germ
-lan4gr
-lang3s4
-lang4s5e
-lan6g5ø6
-4lanl
-4lann
-l3anno
-la4nor
-6l5ansi
-lan5ti
-4lanv
-l3anvi
-2lao
-la6pal
-la7pi
-la8pl
-lap5sa
-lap5sen
-lap5s4i
-1l8ar.
-6l7arab
-2larb
-l8are.
-4l7area
-la9red
-la5rem
-l6aren.
-4larena
-lare6t
-la6r7eta
-5larf
-la7ria
-lariar
-lari6e7n
-4l3arki
-l2arm
-lar3n
-6l7arr
-4lart
-lar6ta.
-lar7vet
-la6sc
-la5se
-lasi9e
-la2sk
-7laskj
-4lasm
-la5smi
-4la4sp
-las6sak
-las6sam
-las6sat
-las6sel
-l6ast
-4lastr
-las3v
-la1ta
-lat5ang
-6latau
-la4teg
-lat6ek
-la4teno
-late5s4
-la5ti
-la6ti.
-4latm
-la1to
-lat7ra.
-lat9ran
-lat5rar
-lat4t5is
-lat4tra
-latt6u
-lau7a
-2laud
-laue6
-4laun
-4laur
-lau7se
-lau6st
-2laut
-2lav
-la4v5al
-la4vel
-l5avh
-lav5inn
-6lavs
-7lavå
-1law
-la6y5
-2l1b2
-lba3de
-lba4k
-lba5ke.
-lba4ne.
-l5be
-lbe9na
-lbe8re.
-l4boa
-l6buh
-lby4e
-l5bå
-2l1c
-l4ce.
-6ld
-l7da.
-ld5aks
-ld5akt
-l9dand
-lda6t5o
-lda6t5y
-l2deb
-l5den
-l2de5o
-l2dep
-l3der
-l7der.
-lder7a
-l4derek
-l6derik
-l6derklæ
-lderle9g
-lder5s6te
-lder6s5ti
-l4desh
-l6destr
-l9dé
-ldis7k
-ldo9a
-l8d5oks
-l2dol
-l4dore
-ld5ovn
-l3drak
-ld3ran
-ld5ras
-l6dre.
-ld7regn
-ld5rer.
-l8dres.
-ld1ri
-l7dry
-ld1rø
-ldse8
-ld4sek
-ld4sel
-ld4ses
-lds1k
-ld4ska
-lds4kj
-ldsla8ga
-lds6leg
-lds4let
-ld4s9m
-ld5s4om
-lds3tr
-ld6tus
-ldø2
-ldø5d
-ldø5l
-ld7øy
-1le
-2lea
-le7ag
-le3ak
-le1al
-lea5la
-3leas
-le5at
-2leb
-le4bem
-le6bosta
-5lebæk
-lec4
-2leda
-5ledar
-led4dø
-4ledeb
-le4dem
-6ledep
-le5der
-le3des
-2ledo
-3ledop
-5ledov
-le4dro
-le5dry
-led1s2
-6ledu
-4ledy
-2ledø
-4le3då
-2lee
-6leei
-6lefa
-lefa6ne.
-4l1eff
-2lefi
-4lefl
-4lefor
-4lefot
-2lefr
-l1eft
-6lefy
-4lefø
-6legap
-5legas
-3lege
-le4ged
-le9gen
-le4gera
-le9geran
-le9geras
-le4gero
-le4geta
-le4gev
-7leggi
-le3gi
-6legif
-4legj
-2le1g2l
-le4gol
-4legre
-leg3s4
-2legu
-2legå
-2leh
-6lehal
-6lehamr
-6lehan
-6lehau
-6lehave
-le3ido
-l6eie.
-lei5ende
-lei4e5ne
-l6ei8et
-leig6d
-lei4ger
-lei7ger.
-lei4get
-leig4h5
-leig6na
-leig8ne
-2lein
-le3int
-lei6r7u
-leis7t
-l6eit
-2lej
-2leka
-le4ka.
-6lekan
-lek6e
-le3ki
-2lekj
-lekk7s
-2lek2l
-2lekn
-lek4na
-2leko
-2lekr
-4l3ekso
-4leksp
-lekt5ord
-lekt4s5t
-2leku
-2lekv
-4lekø
-4lekå
-2le3la
-8l9eld
-2lele
-l3elem
-4l5elg
-5lelig
-2lelo
-3lels
-4l3elsk
-le1lu
-4leluk
-l5elv
-2lely
-4lelæ
-2lelø
-lelø6pa
-4lema
-le3me
-le8me.
-4lemet
-8lemetrisk
-8l9emn
-lem8na
-2lemo
-lem9ped
-lem5pes
-3lemr
-lem4si
-lem4s5ø
-2lemt
-lem5ti
-2lemu
-6lemy
-4lemø
-2lemå
-le4na.
-le4nal
-4lenav
-lend8a
-len9dan
-6lenden
-l6endre
-4lendri
-4lened
-4lenem
-4lenev
-l4engd
-len4g5r
-leng9u
-le5ni
-4leniv
-lensa4
-len4s5ak
-4lensem
-len5ses
-len4sta
-len4tam
-len4tr
-len8t9ra
-2lenø
-4lenå
-2leo
-5leol
-2lep
-le5pa
-le4pel
-le8p9enden
-le2p3j
-le8pla.
-le4ple
-4lepo
-4leraba
-4leram
-le2r3amb
-ler5d
-l8ere
-le9re.
-6lerea
-4leref
-4lereg
-4le9r8ei
-4lerek
-le5res
-4lereso
-4leresu
-4leret
-4lerev
-9leri.
-7lerie
-le6riei
-le7rina
-le4riv
-4l5ernæ
-le5ro.
-4lerom
-6lerope
-le3ros
-4le3rot
-7lers.
-lers4p
-ler7te
-le1ru
-4lerus
-leru8se.
-2lery
-5leryr
-2lerø
-2lerå
-5l6es.
-le4sab
-4lesam
-7lesar
-4lesau
-2lesc
-le5sed
-le4seg
-4lesek
-le5sen
-le3ser
-4leset
-4lesho
-le6si.
-4lesig
-le7sing
-les5inn
-4lesit
-4lesju
-le7skap
-le4s3kj
-6leskol
-le6sk9u8t
-4lesla
-2lesp
-6lespal
-les3s6
-lesse6ne.
-4lesta
-9lesta.
-7lestal
-le5sted
-le5steg
-le5stel
-le4stim
-le3sto
-4lestrø
-4lestyr
-4lestø
-4lestå
-4lesug
-les1v
-le5s6vi
-4le5sy
-4lesø
-5lesøy
-3let.
-le4tab
-6letak
-leta8ka
-leta8le.
-l5e4tas
-5lete.
-6letea
-4leteg
-4letek
-le5ten
-6letenk
-6le7tep
-le5ter.
-4letes
-2le3ti
-l5e4tik
-2letj
-2leto
-2let2r
-le7tre
-le5t4ri
-3lets
-let6sj
-lets8k
-let6tea
-let6tr
-lett3s4
-2letu
-le4tv
-2lety
-lety8e
-4letø
-8letå
-4leul
-2leun
-l1eur
-2leut
-le4ute
-2lev.
-le6vad
-le6valu
-le4ved
-4leveg
-4levei
-4levek
-6levern
-4le4vev
-levi6d
-lev5n
-2levo
-lev1r
-4levs
-4levæ
-lex1
-4leø
-2leå
-5lée
-1lér
-7lét.
-7lè
-5lê
-4l1f
-l4fa.
-lf5ant
-l5far
-l5fe
-lf3f
-l5fig
-l5f6in
-lf5ja
-l7fje
-l6f3nul
-l4fom
-l4fut
-2lg
-l6gaf
-lga8le.
-l4g5alt
-l4g3ana
-lga5t
-lga4ve.
-l2ged
-l4gela
-l4gele
-l2gem
-lge3na
-lge4r5an
-lge4rap
-lge5ri
-lger5un
-l4gery
-l4gesl
-l6ge7sp
-lg5g
-lgie8n
-lg1lo
-lg5ly
-lg5n
-lg3ob
-lgo2d
-lg1ok
-lg1om
-lg5ov
-lg3ref
-lgr9øy
-lg3s2e
-lg2sk
-lg5s4kre
-lgsle9g
-lg5s4tr
-lgu4l
-lg3un
-lg3ur
-l1gæ
-lg5ø
-l6gå.
-lg5år.
-lgå8va
-lgå8ve.
-8l1h
-lha8ka.
-lhav6s5
-l5hj
-1li
-li1a
-li4ala
-li2am
-li5ans
-li4as
-liba5
-libe5ro
-libi5
-libie6
-liby5e
-li4dak
-li4ded
-li4do.
-2l1idr
-lid3t
-li4ene
-li3er.
-li5ers.
-lie5s
-3lif
-4lifat
-lif5f
-3lig
-li4ga.
-li4g3an
-li4gar
-lig9art
-li8gas.
-li4g5enh
-li4get
-5lign
-li4g3re
-lig3se
-lig3s4i
-lig3sl
-lig3s4p
-lig5s4ti
-lig5str
-li2gu
-4lih
-li5kan
-li9kar
-li7kas
-li5kee
-li3ken
-li5keså
-li9ki
-likk3o
-li1k2l
-9likn
-liks4t
-li5ku
-6lila
-8l5ild
-li3le
-lil5lebe
-lil5let
-li4mar
-li4mas
-li6mate
-l6ime
-li4me.
-4limh
-limp3r
-lim7r
-lim9u
-li4na.
-4lina6l
-lin6c
-linch5
-5l4indr
-4lindu
-lind3s4
-l5indus
-li4ne.
-li3ne6a
-li6nem
-2l1inf
-lin4g3j
-ling5l
-ling7sen.
-5lingv
-4l5inju
-lin5kes
-lin5kle
-lin4kv
-2l1inn
-lin5net
-3linni
-6linns
-6l5inntr
-li4nor
-l4inse
-5linsk
-4l3inst
-4lint
-2linv
-li6n5ø6
-lio4no
-lion5sp
-lion5sv
-li5o6s
-2lip
-lipes4
-lipp4s3
-li9rar
-li4rek
-4lisak
-li5set
-lis4kl
-2liso
-4lisp
-lis6sp
-lis7tan
-lis6terk
-lis5ti
-4lis6til
-list3o
-li6s8tr
-list7rø
-lis4t3u4
-li4st5y
-listyr8ke.
-li4tee
-li4tek
-li4ti3a
-li4tid
-li4tig
-li4til
-li4tim
-liti5st
-li4tiv
-lit5j
-6litn
-li5to
-li2t1r
-lit5rer
-lit6tele
-lit6terk
-lit6term
-litt5s6
-li5ty
-7liu
-li6va.
-li4v3ak
-liv5eg
-livi5e
-liv2s3
-2lj
-l1jan
-l1jar
-l4jarb
-ljar5s6
-ljas4
-l4jed
-l6jee
-l2jei
-l2jek
-lje3l
-lj9elv
-l1jen
-l3jer.
-l4je1s
-l5jes.
-ljes4t
-l5jet.
-l4jete
-l5jete.
-l6je5t6r
-l2jev
-l5jé
-l1ji
-3l2jod
-ljo8e
-l4jom
-lj5ori
-3ljos
-lj5un
-l7jur
-lj7ut
-ljø3
-l5jøs.
-6l1k
-l3ka
-l5ka6l
-lkali9e8
-lk4an
-l6k5b
-lk4e
-l3ke.
-l2ked
-l5kedal
-l3kede
-lkeei4
-l6keh
-l5keleg
-l3ken
-l7ker.
-l4kera
-l4keri
-l4k5ers
-l4ke3ru
-l5kestad
-l5ket.
-l5kets
-lk2l
-lk4li
-l5k4lu
-l6k5nin
-l6ko.
-lko9ma
-lko9sa
-l2kot
-lkras5
-lk5ri6k
-lk4ser
-l4k3s2h
-lk1s4t
-lku4le.
-lku8t
-lk9ute
-l6kveg
-lkå1
-2l1l
-l5la6a
-ll6a5f
-l2lak
-ll1al
-l4lami
-l5lane
-ll3anl
-l4l5ano
-llans4
-ll5ansk
-ll7apa
-llap3s
-ll4as
-ll5asp
-ll5aur
-llau6re
-ll7avl
-ll5avr
-ll3d2
-lle5a
-l5leak
-lle8da.
-lle4d3r
-l3lee
-l2lef
-lle5gev
-lle5gr
-l5leha
-l5leho
-l5lehå
-l4l5eig
-l4leki
-l6l5ekst
-l4leli
-l2lem
-llen6da.
-ll5enden
-l4lendr
-l6lendt
-l4lenk
-l5l8ens
-l4lentu
-l4lenu
-ll5eple
-l6l5e6rik
-l4lerob
-ll6es
-lle4so
-lles5pr
-lle5stø
-l5let.
-l4leta
-l5lets
-llet6tele
-l8letæ
-l2leu
-ll5even
-lle7vev
-l5levå
-lle6y
-l2lé.
-ll7g2
-lli1e
-lli5e4n
-l9lig
-l2lim
-l4l3ind
-l4lins
-ll3int
-l9lint.
-l3lip
-l4lir
-lli6sen
-l4liv
-ll1j
-ll7k2
-ll5m
-llmue9ne
-llmu7ens
-llmu9er
-l5lo.
-llob5
-l2lod
-l4l3off
-llo5id
-ll5oks
-llo2m1
-llom5s6
-ll3op
-ll5opp
-l2l1or
-l4loso
-l6lote
-ll5p
-llra7n
-ll4sak
-llsa6me.
-ll4sem
-lls5end
-llsk4
-lls6kar
-lls5kv
-ll5skå
-lls5lag
-ll3smy
-lls4no
-lls4te
-lls6tig
-lls7øk
-ll3t4
-llto4e
-l8lua
-l4lu4e
-l4luf
-ll7ug
-llu4k
-l8l7uka
-l4l3uke
-l6luks
-l5lum
-l4l1un
-llun6ge.
-llu4pi
-l2l1ur
-l3lus
-l2l1ut
-ll1v4
-llva8n
-lly4se.
-l4løk
-ll5øks
-llø6pa.
-l4løve
-ll7øy.
-ll5øya
-ll3øye
-lløy6er
-ll5øy6n
-ll1å8r
-ll3å2s
-2l1m
-l5ma.
-lm3anm
-l4map
-l4marki
-lm3av
-lm7b
-l4m3els
-l4melu
-lm5e4po
-l4m5erf
-lme7ri
-lme7sti
-lme5t4r
-l5mil
-lmi8le.
-lm3ind
-l5ming
-lmini6
-lmin7ne
-lm3ins
-lm5int
-l7mis
-lm5l
-lm5m
-lm1op
-lm1s
-lms6j
-lm5s2p
-lm3t
-lmu4le.
-lm3ut
-lmyr8ke.
-l4mø.
-l6m5øs
-lm5øy6
-lmøya9
-lmå6la.
-lm5å4r
-l4m5ås
-2l1n
-l2nab
-l3ne
-lni4u
-l7ny
-lo1al
-7loane
-lo1a4r
-5loar.
-2lob
-lob5by.
-lob9byan
-lob9byar.
-lob5bye
-lo2bl
-lo2d3a
-lo3de
-lo4d3ri
-lod3s4m
-lod7ste
-lod7s6v
-lo6d5u
-6loeng
-6lofj
-3loft
-1log
-lo5ge
-lo6g5e8v
-lo4gir
-log2o
-lo3gop
-log8res
-lo6g5ro
-log5sa
-4loh
-lo5id.
-lo3ide
-lo1in
-3loja
-lo1ki
-lok4ko
-lok6kul
-2lo1k4l
-4lokon
-2lok7s4
-lok8se.
-lo1k4v
-lole6ge.
-2lolj
-lolo9
-l5omdr
-lo4m5in
-lom4mel
-lomst9r
-lo4nal
-6lond
-lo5ne
-lon4g3r
-lo4nit
-lon7skj
-2lop
-lo3pa
-lo4pea
-lop5pa
-5l4opt
-lo1ra
-2lord
-lor6da.
-lo1re
-4l1org
-lor4g5l
-lorie6
-lo1ro
-lo7rød
-lo7sa
-lo6sek
-lo4ses
-lo5sev
-los4kle
-lo1sl
-lo7sp
-2lost
-lo9tes
-lo8ti.
-lo3to
-4lottet
-lo1un
-1lov
-lov7ald
-lo3van
-lo9vand
-lo7vane
-lo3var
-lo3ve7d6
-l6over.
-love5re
-l5overn
-6l5overs
-6l5overt
-7lovo
-lov3sa
-2l1p
-l7pa
-lpa5re
-lpas5
-l4pedo
-l4pee
-l2pei
-l2pel
-l5peleg
-l3peli
-l4pelin
-l3pesm
-l4peti
-l2peu
-lp2h
-lp2i
-lpin3e
-lpi5ne.
-lp2l
-lpo6et
-l4put
-l5q
-2l5r4
-lra8da
-lradi4u
-lra6ne.
-lre4de
-lre4i
-lre8ka
-lre8ke.
-lre8va
-lri8ma
-lri4ve.
-lro8de.
-lro6pa.
-lro8sa.
-lro4se.
-lrot5s
-lrø6re.
-lrø5v
-lrå8da.
-lrå4de.
-8l1s
-l2sad
-lsag6
-ls5ald
-ls4am
-l7sana
-lsan6ke.
-l4s5ano
-l4s3ans
-ls5ark
-l4sat.
-l4scu
-l3se.
-l2sed
-l2see
-ls3eid
-ls5eig
-l4s3ele
-l4s3elv
-l2sem
-ls5emb
-l4seno
-l7ser.
-lse2s
-lses5ku
-lses3l
-lses5pa
-lses5s
-lse8s5tr
-lse4te.
-l2seu
-l6sev
-l4sf
-l2sh
-l5sig
-l5sik
-l6s5ill
-l4sim
-l5simu
-l4s3inn
-ls5jakk
-l5sjef
-ls3jeg
-ls3jen
-8lsk.
-ls5kabi
-l4s5kan
-ls5kari
-lsk5art
-l6s5ke
-lskif5
-l2s3kild
-lskinn6
-lskinns5
-ls1kjed
-ls3kjo
-l6skl
-lsk3læ
-ls3koa
-ls5kor
-ls3kov
-l4skra
-ls8ks
-lsk5un
-ls7kva
-ls3kvi
-l4skå
-ls3kåp
-lskå6pa
-l2sl
-lsla4ga
-l7slagn
-lsle6ge.
-ls5lo
-l5s4luk
-l6s5løs
-l2sm
-l5smør
-lsmå6la
-l2snu
-lsok3
-ls5ond
-lson6de.
-l2s1or
-ls7o6se
-l5sot
-ls1ov
-l2spa
-l9speg
-l5spei
-l9spel
-l5spi
-l4spr
-l5spred
-ls3pri
-l8s7s
-l4s3tak
-l4s3tal
-l6stank
-l6ste.
-ls4ted
-l4steg
-l3ste4i
-ls4tel
-ls5terr
-ls6ti.
-ls4tie
-ls6ton
-ls5tren
-l9stri
-l2su
-l5sub
-l3suk
-ls1un
-l2s1v
-ls7vea
-ls5vee
-lsve8en.
-l6s5vek
-lsve7re
-l4svik
-ls6vind
-l4sør
-l2s1øy
-l2s1å
-2l1t
-l4taa
-l4taf
-lt3akt
-l3tal
-lta4la.
-l4t3alb
-lta6lev
-lt3anl
-lta6no
-lt3art
-lta4st
-lta8tes
-lta4t3o
-ltat3r
-lt3avk
-l5tavæ
-lt9b
-l3tede
-l4teka
-lte6ma.
-lt4en.
-l4t5enh
-lt3epi
-l4teras
-l4t5erst
-ltesa8me.
-ltid6s
-l4tiet
-l2tif
-lti6g5
-l2tik
-l4tina
-lt3ind
-lt9inn
-lt3ins
-l4tivi
-l2t1ja
-ltle8ge.
-lt9n
-lto9ar
-l3tog
-lto4s
-lt3ost
-lt2r
-l3tra
-lt3reg
-lt3rei
-l6treko
-l6t5rel
-l6t7rem
-l4trens
-lt3res
-l5t4rest
-l5trev
-l4t5rit
-lt3rol
-lt3rom
-ltro8pa
-l5tros
-l4t5rød
-l5trå
-lt1s2
-ltsa8me.
-lt5s4i
-lt7s6t
-lt2s3v
-lts4vi
-lt7t8
-lt3und
-ltu4ra
-ltur5e6
-ltu5r6en
-ltu5r6er
-ltur5s6
-ltur5å6
-l2tut
-l5tv.
-ltva8la
-l3tvs
-l4t5w
-l3ty
-lty8d
-lt7øl
-lt3øv
-lua8r
-2lub
-lub6band
-lu6bri
-lu5c
-lu7ere
-1luf
-3lugar
-lu7go
-lui6
-luid6er
-1luj
-4luk.
-lu4ka.
-4luket
-luk6keri
-lu3kr
-5l6ukt
-4luly
-l4um
-lu6mel
-lu2mo
-lum6sk
-lu4mø
-lun5d4r
-lu4ne.
-lun4gel
-l7u2ni
-lun5ne
-3lunsj
-4lunt
-lu6o
-lup4s
-lu2p3u
-lur2e
-6lurei
-lu5ren
-lu5ri
-6l5urn
-lur8na
-lur8ne.
-lur8ta
-1lus.
-lusa5
-lu7sak
-lu6sel
-lush7e
-lu2s5k
-lus4o5
-lus4sid
-lus4s3t
-lus1t
-lus2t3r
-luta3
-lu3ta.
-lu7tet
-6lutf
-4lutg
-luth
-3lu5t6he
-lutla9
-lut6m
-lu1to
-lu4t5r
-2luts
-lut4tal
-lut4tap
-lut4t5at
-6lutv
-1luv
-lu4va
-lu4ve.
-lu9ven
-lu9ver
-8lv
-l1va
-l4va.
-lva6k
-l4vakti
-lva6la
-l4va4m
-l4vana
-lv8and
-l7var.
-lv7asa
-l4v5ass
-lve3d4a
-lve5i6s
-l4vela
-l4vele
-lv4en
-lve9ne
-l9ver.
-lve9rau
-l4veru
-l4vesk
-lve5sl
-l7v6et.
-lve5str
-l9vé
-l1vi
-lvi8ene
-lvi9er
-lvi6ka.
-lv9im
-lvin5g6r
-lv3iro
-lv1j
-lvly8se.
-l6v3n
-lv1of
-lv9op
-lvo8re.
-lvor4s
-lv5o4v
-l6v5p
-lvra8r
-lv9ri
-lv1s2
-lv5se
-lv7s6k
-lvs6l
-lv9ta
-l5vøe
-lv1å
-l3våg
-lvå4p4
-lvå6r
-l5w
-ly1a
-2lyb
-ly4d7r
-ly5e
-lyes3
-ly4gel
-ly5g6l
-ly8is
-2lykj
-lyk6keri
-ly5ku
-ly7kv
-6lykø
-ly5l
-ly5me
-2lymp
-ly2n3a
-ly4ne.
-ly4n5il
-lyn3s2
-2lyo
-ly5ok
-ly3pe
-ly1r8
-ly8ra.
-ly6re.
-6l7yrk
-ly4sa.
-ly4s5a4k
-lyse6te.
-lysk4
-lys3kj
-lys9kl
-ly2s1l
-4lysp
-lyst9ra
-6lysy
-ly8ta.
-4lytek
-ly4teri
-lyte5s
-l5y4tin
-ly1tr
-ly3ve
-l3z
-l6z5b
-1læ1
-læ6ra.
-læ5rar
-lær4arm
-læ4re.
-lære3i
-læ3rer
-læ4re3s
-læ5res.
-lær6sv
-læ6ta
-1lø
-lø3de.
-lø4del
-lø5dem
-lø4er
-løk5kj
-4l1økn
-2løko
-lø4k5r
-l5ø6l
-lø9me
-lø2na
-løns5t
-løp6s5
-5l4ørd
-lør5k6
-lør5n
-4l5ørr
-5løs.
-lø2sa
-lø5san
-lø5ser
-løs3k
-løs3s
-2løt
-lø9ta.
-lø3te.
-lø4teg
-løva9r
-6l7øv8d
-lø4ve.
-lø3ver
-lø5ves
-6løy.
-4løya
-2løyd
-4løye
-løy8ed
-løy5el
-2løyf
-løy4g
-løyg5e
-4løym
-6l5øys.
-løy5ter
-lå6gal
-lå6gre
-lågs4
-lå4gå
-2låi
-lå1k4
-lå6ke.
-lå9me
-lå2m5o
-lå2n
-6l5ånd
-lån2s1
-2låp
-l1åp9n
-2lår
-lå8ra.
-lå9rar
-lå5ras
-lå3rin
-lå1ru
-lå6sa.
-lå1sk
-lå6sko
-lå4s5l
-lå4ste
-lås7ten
-lås5ter
-lå5su
-lå3te.
-lå4teg
-lå4tek
-lå8ti.
-4lått
-lå4ve.
-1ma
-2maa
-3maa.
-ma3ar
-2mab
-ma5br
-ma3che
-mada5me
-ma4del
-ma3dra
-m6ad9s
-4maef
-4maek
-7maene
-2ma1f
-3mafia
-3mafr
-6mafrå
-ma8ga.
-ma4ged
-ma4gel
-ma4ges
-3magn
-ma2gr
-2mahe
-ma4is
-ma4ja
-2mak.
-ma5kab
-4makad
-ma4kes
-mak7ke
-4makl
-mak6le
-ma4kot
-mak2r
-ma3kre
-mak5ron
-mak4tal
-4m3akti
-mak4to
-makts4t
-ma1ku
-2ma1kv
-ma1la
-ma7leb
-ma6leng
-ma4let
-mali9e8n
-mal5l
-ma4lov
-mals4
-mal4t5ek
-mal3u
-mal3å
-4mamer
-ma3mo
-m4an.
-ma3nak
-m3anal
-6manam
-4manav
-man8ce
-man4dom
-man4don
-ma3ne
-m4anf
-man5g4a
-m6ange
-4mangr
-mania8
-2manl
-m3anle
-4manm
-5m4ann
-man4nem
-manns5l
-ma4no
-2mao
-4mapa
-2mapr
-4marb
-mar5d6
-7mare.
-6mareg
-ma3rei
-ma7rel
-5ma9ren
-ma5res
-3mar4i
-mari8e9ne
-ma3rin
-m4arka
-4markit
-mar4kv
-mar5m
-marmo9ra.
-mar7n
-ma1ro
-ma4ro6p
-mar3s4h
-mar7sl
-mar5te
-ma4ry.
-ma6rå
-4masel
-ma5set
-mash3
-ma4sia
-ma4sik
-ma4sis
-6masju
-mas4ki
-4masko
-4masp
-mas4see
-mas6set
-massø9
-7mast.
-ma5stem
-4masto
-4ma5str
-2masy
-m6at
-ma1ta
-ma5tad
-ma3te
-ma4te.
-ma6ted
-ma4tel
-7maten
-7mater.
-6matera
-7matet
-6m7atfe
-4matil
-7matil.
-ma1to
-ma1tr
-4matra
-ma4t5ras
-ma4t3re
-ma6t7rom
-mat3s2
-mats8l
-mat5ta
-m8at7t8r
-2mau
-mau4k
-mau7l
-ma1un
-5maur
-mau7su
-2mav
-ma6ve.
-ma5ven
-m7avh
-m5avk
-ma4ze
-ma3zo
-2m1b
-m4bao
-mbar3d
-m2bea
-m4beb
-mbe9da
-m4bedø
-m2bef
-m2bek
-m4beli
-m2bem
-m4bena
-m4beo
-m4bereg
-m4bero
-mbet2
-mbi6ar
-m2bib
-m3b4l
-mboe2
-mbo4end
-mbo5er.
-mbo5ere
-mbo5id
-mbo5n
-m4bop
-mbo5re
-mbo9t
-mbu7ar.
-mbu4e
-mbue7re
-mbus5
-m1c
-m6co
-2m1d2
-m3de
-md7om
-1me
-2mea2
-me5al
-mea5m
-2meb
-2mec
-meck4
-4medat
-2medb
-5mede.
-me4ded
-med5ei
-me7den
-me7det
-4medf
-me3di
-4medik
-4medir
-2medm
-me6dok
-4medom
-2medr
-me6dret
-med1s4
-4medu
-me6dun
-me5d4us
-med5v
-7medve
-2medy
-4medå
-me7e
-2meef
-6meek
-2meel
-4mees
-4meev
-2mef
-m3eff
-6me2ga
-me7gal
-2megr
-2megu
-4meh
-mei2e
-meie5n
-m1eig
-me3ild
-me3ind
-mei5ni
-me7isk
-4meiso
-2mej
-4meki
-4mekj
-2mekk
-me2k1l
-me3kn
-4meko
-2me5k8r
-4meks
-mek5t
-6mekte
-m2el
-4mela
-me5l4aks
-5melane
-5melar
-me3le
-me4le.
-4meled
-4melei
-4melek
-6m5e6lem
-me4l5eng
-4melik
-4melis
-4melit
-4meliv
-mel5le
-mello6m3
-4melok
-4melov
-mel4si
-mel2s3j
-melsk4
-mel5s4t
-mel7tr
-me1lu
-mel5v
-melvi6
-2mely
-2melæ
-4melø
-4me5l4å5
-2mem
-me6mo.
-4m5enga
-men5k
-menle6ge.
-m6enn
-men4ny
-me4nom
-me4nor
-men4si
-men3sm
-men5spl
-men5te
-men6tek
-men4tom
-men5tr
-me4nyt
-2me3o
-me6os
-2mep
-5mer.
-me6rab
-4merad
-me4ra5l
-me4r5ant
-mer5di
-4mered
-4mereg
-4merei
-4merek
-4merel
-me6rense
-me3res
-4meress
-mere6t
-m4eri
-4me5rib
-meri5ke
-5merin
-merle7g
-mer9n
-mer5os
-5mers
-mer5sk
-me3run
-mer5und
-4merus
-2mery
-me2r3ø
-2merå
-me4råk
-5mes.
-2me5sa
-4me5s4h
-2mesj
-2me1sk
-mes5ke
-2me1sl
-mes6le
-4me3so
-2mesp
-5mess
-7mest.
-4mesta
-5meste.
-mes4ti
-6me7sto
-mest3r
-me5stro
-6mestrø
-4mestrå
-4mestu
-4mesu
-2mesy
-2mesø
-4metab
-4me9tap
-me4tar
-me3te
-4meteg
-4metei
-4metek
-4metel
-4metep
-4metil
-2metj
-4meton
-me4t3ra
-me4tre
-met5ren
-met7rer
-met5res
-met5rik
-me4tru
-4metræ
-2metu
-4metv
-2mety
-2metø
-4metå
-2meu4
-7m4eu3s
-2mev
-meva8n
-2meø
-2meå
-2mé
-2m1f
-mfa9ra
-mfar8ta
-mfav5
-m2fek
-m6f3ess
-m4fi.
-m4fibr
-m2fit
-m5fru5s6
-m5funn8s5
-mfu6se.
-2m5g6
-m4ga.
-m4gi.
-mgå8va
-mgå8ve.
-2m1h
-mhea4
-m4hu.
-1mi
-mi1a
-5mi6al
-mia2n
-9miane
-7miar.
-2miav
-mi6c
-miche6l
-8m9idé
-2midi
-mid5j
-mid3s4
-mid4t
-4mi3ele
-mi3er.
-mie9s8
-2mi5f
-5migraf
-2mih
-2mii
-4mij
-mik6h
-4mikj
-2miko
-mik5ro.
-mik5ron
-mik5sa
-6miku
-mi4la.
-mile6t
-mil7eti
-mi4lev
-mi7li
-4milin
-mil6s5v
-4milæ
-2mim
-mi8ma.
-5mimo
-m7imp
-mi4na.
-mi5nar
-mi4ne.
-mi4n5ers
-4m3innh
-4m3inns
-6minnt
-min2s
-min3sp
-mins4t
-mi3nu
-m4inv
-mi4n5y
-mi7ov
-2mip
-4misa
-mi4san
-mi3se
-4misek
-4misel
-9misé
-misha9ge
-4mi7si
-mi2sk
-mis4ko
-mi3s4la
-mis9le
-7mism
-mis4s5k
-mis4s7p
-mista9k
-5mis7te
-mis4tra
-4mistu
-2misy
-4miså
-6mita
-mi3te
-4mitj
-4mito
-2mit6r
-mitt3s
-mi5ur
-2miv
-mi5vå
-m6ja.
-m6jan
-m5jar.
-m7jarn
-2mje
-m7je.
-m1ji
-m8jingan
-m8jingar
-8mjo
-mju7ke
-1mjø
-mjøs5t
-2m3k2
-m4ko.
-mkro5
-mku6le.
-mkå8pa
-4m3l
-m7la
-mla6ga
-m2lef
-mlei5er.
-m2lek
-m2lel
-m2lem
-m4lera
-mle6se.
-m4lesk
-m6le5s8v
-m4leta
-mle4ve.
-ml6i
-ml5ja
-mly6se.
-mlø6pe.
-mløy3
-2m1m4
-m6mai
-mma5kl
-mmal5
-mma8le.
-m4mam
-mmando5
-mman6dol
-m5mar
-mmar7in
-mmar7o
-mmatik7ka
-m4medø
-m2meg
-m2mei
-m2me3k2
-m4melu
-m6meni
-m4menu
-mmer5t
-mme4run
-m2me1s
-mmest6
-m5met.
-m4meta
-m4meti
-m4metra
-mme5t6re
-mme3u
-m3mé
-m4mia
-m7mian
-m2mib
-m4mid
-mmie6n
-m2mik
-mmi5sk
-mmi5so
-mmi3st
-mm5n
-m3mu
-mmø2
-mmå8la.
-2m1n
-m2nee
-mn7eid
-m2ne9l
-mne4ra
-m5nese
-m4nesk
-m4nesta
-mnes9tie
-m9net.
-m4nete
-m2nev
-m6nip
-mn7sk
-1mo
-3moa
-mo2ar
-4moba
-5mode
-mo3dem
-mo5di
-mo6di.
-2mody
-3moe
-mo4en.
-m1off
-mofo6bi.
-mo6gi
-5mogl
-mo5go
-m5ogs
-4moh
-2moka
-mo8ka.
-mo8ke
-mo1ki
-mo6la.
-mo3le
-mo4le.
-mo7le6s
-4molt
-mo3ly
-m5om.
-4momf
-2momr
-mom4s5ø
-mo5ne
-mo4nisa
-mo2no
-mon1s
-mon4ste
-mon5t6
-2mop
-5mo1ra
-mo4ra.
-mo4rar
-mo7rar.
-mor5d6e
-4mordl
-mor6d5r
-mo3re
-mores7
-m2ori
-mo4ri.
-mo6rid
-4m3o4rie
-mor4kl
-morla8ga
-mo5rok
-mo4rom
-mor4si
-mor4skj
-mor7sky
-mor4sp
-mo1rø
-mo9sen
-mo2s7k
-mos4o
-6mostab
-4motap
-mo4te.
-mo6te6g6e
-mo4tei
-mote7kl
-mo5ter.
-mo4tes
-mo5to
-4motr
-mot7re
-mot1s2
-6motsagd
-motsva5
-mot7t
-mour5
-3mo3va
-mo5w
-8m1p
-m4pana
-m4p5anta
-m4pee
-m4pelot
-m6pena
-m6pep
-mpera8te.
-mpe5res
-m6peress
-m4p5erfa
-mperi6e7n
-mpes2
-mpes6te
-mpe4sti
-m5pett
-m2pe5u
-mp3id
-m4pinje
-m8pla.
-m3p4lan
-mp5le.
-m6p5lin
-m6p5n
-m6p5ob
-mpoe4
-m4poeta
-m4pog
-m6pok
-m2pop
-mp3opp
-mp1p8
-mp3rad
-mp5ret
-mp3rop
-mpro8pa
-mp1s
-mp3sek
-mps4p
-mp5s6t
-mpun6ge.
-m9pur
-mp5ut.
-mp5ys
-mpø5
-m9på.
-m3q
-2m1r6
-mro8sa.
-mro6se.
-mru7te.
-mrø9de
-m9rår
-6ms
-m5sa.
-ms1ak
-ms5ant
-m1sc
-mse5lu
-m9s6ei
-m4sem
-m4s3eng
-ms5e4pl
-m4serv
-mse5s
-m5s6etn
-mse6t7jare
-mse8t9jas
-msi6e
-ms4ing
-ms3inn
-m4s5ja
-ms5kab
-mska9k
-ms6kin
-msk5ing
-ms3kor
-msk8u
-ms3lan
-ms6lega
-ms9lua
-ms3lue
-ms4ly
-m2sm
-m1s2n
-ms9ne
-ms5no
-ms3næ
-m1so
-m4soms
-ms3ori
-ms1ov
-ms3s2
-m4s3tal
-m8s7te.
-ms7tea
-ms2ti
-ms5tilb
-ms3tim
-m1sto
-m4s5top
-m5s6topp
-mst5ord
-m8strand
-m5strane
-mst5red
-ms5tref
-mst5ren
-ms5trik
-ms4tru
-ms3unn
-msu9ta
-msu7ten
-ms1v
-msva9ra
-msva5re
-m3s4vet
-ms3ynd
-msø4ke.
-m4s5ør
-ms1øy
-ms1å
-2m1t
-m3ta
-mt4b
-mtbe6
-m2tee
-m2teg
-mteks7
-m6te7kv
-m4tel
-m6testu
-mti9a
-m9tida
-mti5e
-m6tien.
-m6tif
-m2tik
-m6tini
-m4tiø
-mtiør6
-m5to
-mt4r
-mt6ve
-mt4vin
-mtå5
-1mu
-mu6a
-m1u2b
-mu2e
-mu3el
-mue7r
-mues1
-2mug
-mug5l
-mu4he
-mu2k
-8m9uka
-4m1uke
-mu5la
-mu4leg
-mule6s
-mull2
-mull6s7
-mul6tiv
-4muly
-7mum
-mu3mi
-mum2s
-mun2c
-munes6
-4mung
-mun6ge.
-6m5univ
-mun3k
-munn5s6
-mun4t3r
-mu6ra.
-mu4re.
-2murn
-murs4
-6murt
-m2us
-mu4se.
-mu4ses4
-mu4sé
-mu2s3k
-muske6l5a
-must4
-mus5tan
-2mut
-3mu1ta
-mu8ta.
-mutsa8la
-mut7t6r
-2m1v
-mvak5t
-mva6la
-mvari6
-mveg5s4
-mvi7e6
-mvi6se.
-2mw
-1my
-my5a
-myg4ga
-my3ke
-myk4kes
-myk3l
-my8kr
-my2ra
-my9ran
-my9rar
-my1re
-my4re.
-4myrk
-m5yrke
-my4r5u
-mys3
-my6sa
-my4se.
-my4so
-my4te.
-mytt6s5
-5mæ
-mæ6la.
-1mø
-møb3l
-mø7des
-mø6e
-mø9ens
-møkk6a
-m3økn
-2møko
-mø6na
-mø4ne.
-møne9s
-mø8nest
-6m5ønsk
-mø2o
-3mørke
-mør4k5r
-mør5sm
-mør3ø
-mø5se
-7møt
-mø9tas
-mø4tere
-møt9t
-2møy
-møy9ar
-m5øys.
-1må
-2må.
-må5a
-6måenh
-må7g2
-må1k
-må4ka.
-må4ke.
-må4kes
-m6ål
-må5lar
-må4le.
-må6led
-måle3i
-målø6pe.
-må4ne5s6
-må9nese
-må8pa.
-må4pe.
-må7pl
-2mår
-måra6r
-må1re
-må1ro
-må1ru
-må1s4
-må6tak
-6måtf
-må5tr
-må3tø
-1na
-na6ans
-2nabo
-7na7bortr
-na6bot
-4naby
-na4ded
-na8dem
-nadi4
-n3adop
-nad2s1
-4nadv
-8naf
-n1aff
-nafo7r
-na3fr
-naf7t
-na8ga.
-na3ge
-4nagen
-nag3s4
-nagså5
-na7gø
-6nah
-4nair
-2nak
-n6akk
-nak7ka
-nak6ko
-5nakl
-na1kr
-n1aks
-nak8sa
-nak8se.
-8n1akt
-nak6ta.
-na7kv
-na9lag
-na6lare
-6nalarv
-na7leg
-na4l3ei
-na4lek
-nal5epo
-na4les
-na4l5ett
-na4lev
-nal5g
-nal6ge.
-na4lil
-nal6lag
-nal4løp
-nal3op
-nal5s2
-nal3t
-na3lur
-2naly
-na2l5ø
-4nalå
-na3lå5r
-5nam.
-na7mere
-na5mes
-na5mo9
-5nams
-2namø
-9nan.
-4nana
-n3anal
-n6ane
-nanfø8
-4n5angr
-nan5k
-nan6ke.
-4n3anl
-6n5anle
-nan4ne
-na4n5o
-n4n5ans
-nan4sin
-nan4skj
-nan4s5t
-4nany
-na7o
-na5pe
-nape4s
-nap3s4
-n4ar.
-na4rap
-2narb
-nar5dr
-4narea
-nar7ei
-4na5rek
-nari4e5n
-7nariksk
-4narkiv
-6n5armé
-6n5arme
-nar8ma.
-nar5s
-nar8ste
-2nart
-nar6ta.
-nar5ti
-nar7v
-nar5ø
-nasa3r
-na4sas
-nas7h
-8nasik
-na4ski
-na2s5t4
-nasta5
-8nasu
-na1ta
-nate8k
-na7tem
-4natl
-4natom
-natori5e6
-nat8ra
-nat3sp
-nat6tak
-nat6tea
-naty5
-2nauk
-naus6p
-na6va.
-4navd
-6navf
-2navg
-2n3avh
-na1vi
-4n5avk
-4navl
-nav4les
-3navn
-6navo
-4navr
-n1avs
-4navt
-4n1b2
-n5ba2
-nba3d
-nba9ser
-nben4s
-nbo5et
-n6buf
-n6butr
-nbyr5
-nbø9le
-nbø6n
-n1c
-n5ca
-ncel5
-n3che
-nch3ei
-n6cot
-n2cy1
-6nd
-n7daa.
-n6dabi
-n4dad
-nda5f
-n7dag4
-ndags5
-n4daks
-n3dal
-n4dalf
-n4d5all
-ndals3
-n4dark
-n6d3art
-n8dask
-nda5tal
-nd5d4
-n3de.
-nde5a
-n2deb
-n2ded
-n5defi
-nd1ei
-nd4ein
-nd6ek
-n4dekl
-n4deko
-n5d4e5l
-nde4le.
-n4delik
-ndel4sk
-ndel4st
-n2dem
-n5dem.
-nde5mo
-n5den.
-n6dener
-n5dens
-n2de5o2
-n2dep
-n4derab
-n4deras
-n4derei
-n4derim
-nd6erk
-nderla6ga
-n4desi
-n4dest
-n4desu
-n1dé
-ndi4en
-n4d3int
-ndi6sk
-nditori5
-nditorie6
-ndit4t5a
-nd3jer
-nd1ju
-nd5k
-nd4lem
-nd4lese
-nd4lest
-nd4lev
-ndo9a
-n6dob
-n6d5okk
-nd4om4s3
-n2doo
-nd1op
-n2dor
-nd3org
-nd5orm
-n6dote
-nd5rae
-n4d3ram
-nd3ran
-nd6rek
-ndre4ra
-nd5resen
-nd5rett
-nd1ri
-n1dro
-nd4sag
-nds3ak
-nd4s5amb
-nds5elv
-nds5ende
-nd4ser
-nd4sje
-nd4skj
-nds7kul
-ndsla6ga
-nds6lett
-nd7spu
-nd3s4te
-nds9teg
-nds5trek
-nd5stry
-ndta6ka.
-n6duf
-ndu3is
-n4dun
-nd3ung
-ndun6ge.
-n2dup
-ndu6si
-ndus7k
-nd7v
-n2dyg
-ndy1k
-n2dys
-ndy5sp
-ndø5l
-n2d1øy
-1ne
-2nea
-5neae
-nea4g
-ne7a6le
-ne5alp
-ne5als
-nea9m
-ne9a8r9an
-nea9ren
-ne1as
-6ne7av
-2neb
-3nebb
-4nebe
-ne4ble
-neck5
-2neda
-3nedal
-ned3d
-6n5eddik
-4nedeb
-4nedeg
-4nedel
-5nedg
-ne4di.
-nedi4s
-2nedo
-ned5over7
-ned1r
-ne6dre
-5neds
-ned3st
-6nedu
-4nedø
-ne5dår
-4neeg
-4neei
-2neek
-5ne4e4r5
-2nef
-n1eff
-n5eft
-2neg
-5negati
-ne3gla
-neg5lesp
-neg8r
-6negru
-6neh
-2nei
-n2eid
-nei8dan
-n5eig
-n2e1in
-n3eini
-5neir
-2nej
-2nek
-ne4ka.
-6nek2l
-ne3kn
-nek2r
-nek5rin
-n7ekser
-nek5t
-4nela
-nel3de
-4neled
-6nelegg
-7neleggj
-4nelei
-nelei5er
-4n3elem
-6nelê
-4nelid
-4neliga
-4nelis
-4nelit
-4neliv
-nel4lov
-nel7s
-2ne1lu
-4nely
-2nelæ
-2nelø
-nelø8pa
-4nelås
-2nema
-4n3emb
-4nemel
-4nemer
-6nemes
-2nemi
-nemie8
-6nemj
-nem6k
-5nemn
-nem5ne.
-nem7nel
-2nemo
-2nemu
-2nemy
-2nemø
-2nemå
-3nen
-4nena
-nen5at.
-6n5en6den
-6nendr
-nene4
-4nened
-4nenem
-ne3nes
-4nenesl
-4nenet
-nen5eta
-4nenev
-nen4ga.
-4n3enhe
-6nenhet
-4neni
-nen5se
-nent5ei
-6n3en5tr
-4nenu
-4neny
-4nenæ
-2neo
-5neo.
-ne5o4r
-7neos
-2nep
-ne5pe
-3n4er.
-4nerad
-6nerap
-3nerb
-4nerea
-4nered
-nere6de.
-4neref
-4nereg
-4nerek
-4nerent
-4nerep
-ne5res
-4neress
-4neresu
-4neret
-4nerev
-4nerfar
-4ner2g
-ner3ga
-ner3ge
-4ne3rib
-4nerik
-4nerit
-ne4ri9v
-5nerl
-nerla8ga
-n3erob
-6neroc
-ne7rof
-ne5rok
-4nerom
-ne5rot
-ne1r4ov
-n6ers.
-ner7se
-ner5s4i
-ners4p
-ners8ten
-4ne3rul
-ner5un
-2nery
-3neryr
-4nerør
-2nerå
-2nesa
-ne4sa.
-5nesar
-4nesc
-4nese
-6nesek
-nes6er
-5nesets
-nes5eva
-ne3si
-nes5ind
-4nesit
-2ne5sj
-ne5skam
-4ne5skar
-nesk4e
-4neski
-5neskins
-4neskj
-4ne5sko
-4neskr
-6nesku
-2nesl
-ne3sli
-ne7slø
-nes6mi
-6nesn
-ne7snø
-2neso
-3nesot
-2nesp
-nes6sam
-nes4stu
-5nest.
-4nestas
-nes9tas.
-nes9te.
-4nesto
-nes5tor
-4ne3str
-4nestu
-4nestø
-2nesu
-2ne1sv
-nes8va
-6nesy
-4nesæ
-5nesøy
-4ne5så
-neså5re
-3net.
-2neta
-4netaks
-neta6le.
-ne3te
-5nete.
-4ne3ti
-6netid
-2netj
-2ne5to
-6netom
-2net4r
-3nets
-net5s4p
-nett3a4
-net6tel
-2netu
-ne4tv
-4nety
-4netå
-netå5ker
-2neu
-neu1r
-ne5us
-ne6va.
-ne4ve.
-6ne8vent
-5nevik
-nevi8sa
-3nevn
-nev1r
-ne4y5t
-2neø
-4neå
-1né
-4néb
-4néd
-2néf
-6néh
-2nél
-4ném
-6néo
-2nép
-5nér
-4név
-4néå
-4n1f
-nfall4
-nfalls5
-nfan5t
-n6foa
-n4fob
-n4fole
-n4fom
-n4fora
-nfor9en.
-nfos4
-nfø5des
-nføy8ed
-6ng
-n8g8ad
-n4gaf
-n6gag
-ng1ak
-ng5and.
-n8gan8da
-ng3ank
-n4g5arm
-n4gart
-ng5art.
-n5garta
-ngar5u
-n2gat
-ng5ato
-nga4ve.
-ng7avi
-ngd4
-ng4ded
-ng4del
-ng4dep
-ng3dr
-n4geda
-n4gela
-n3gen
-n4gena
-n7gene
-n4g3eng
-n6geno
-n4genu
-n3ger
-n4geret
-nge5run
-n2ges
-nge3sl
-n4geta
-n2ge7v
-ngfø4
-ng5g2
-ng5id
-ngjen5g
-ng1l
-n5glem
-ng4lu
-ng7n
-ngo4d
-ng5odd
-n7goe
-n3g4ok
-n8g7o8m
-ng9ome
-ng5ond
-ng7o6pe
-n2gor
-ng5ord
-ng3ork
-ngos6p
-n2got
-ng3ra.
-n5grad.
-ng5rand
-ng7rea
-ng3reg
-ng3ren
-n4grend
-n4grer
-ng5rest
-ng3ret
-ng3rev
-ng3rid
-ng3rin
-ng7ro.
-ng9roa
-ng7roe
-n5g6ros5
-ng3råd
-ng8sa.
-ngs5elv
-ng4sem
-ng4ses
-ng2sj
-ng2sk
-ng6skj
-ngs7leg
-ng5sløy
-ngsmå6la.
-ngs3ne
-ngs7tep
-ngst5rid
-ngstyr8ke.
-ngs9tør
-ng3und
-ngu5ru.
-ngvi4s
-ng5ye
-n1gø
-n2g1øy
-ngå8va
-ngå8ve.
-4n1h2
-nhat5
-nhet4s
-1ni
-ni1ak
-ni1a2n
-nian5dep
-ni2bl
-4niby
-4nibå
-4nicr
-n8ida
-ni4del
-ni7dele
-n5idé
-ni6do
-nid7r
-nids4
-nid5st
-4nieg
-ni1el
-7ni3e2n
-ni3er.
-nie5ri
-ni7ers
-ni5ert
-4n3i4fr
-ni5gla
-ni9glo
-2nih
-8nij
-ni3ke
-2nikj
-4ni5ko
-2nikr
-4nikv
-ni5l4i
-5nilu
-4nimar
-4nimas
-4nimo
-2nimp
-ni6n7al
-2n1ind
-4ninf
-ning3o
-nin5gr
-ning6s5
-ningse4
-nings5te
-2n1inj
-n1inn
-4ninnb
-4ninnh
-4ninns
-4ninnt
-2n1ins
-2n1int
-2ninv
-5nio.
-nion2
-nions3
-4niop
-7nios
-4ni5ov
-ni4pet
-ni9pet.
-ni9pets
-ni2pl
-nip3li
-nip5si
-4nir
-nir7kel
-4nisem
-ni5set
-nis5im
-4ni3skj
-nis4k3o
-ni9sol
-niso5ne
-niss4
-4nistas
-6nistat
-nis5tik
-4nistil
-ni3str
-4nisty
-4nistø
-6nisu
-6nisy
-n4it
-ni3ted
-6nitj
-ni4tog
-ni4tos
-nitt4r
-nitt4s3
-nitt6sk
-4nitu
-ni3ty
-nit5z
-nitær6e
-2niub
-ni4umf
-2niut
-4niva
-2nive
-niv5ei8
-4n5ivo
-niv3s2
-6niå
-4n1j
-n6jah
-njav9
-n2jed
-n5jede.
-n4jee
-n6jei
-n2je1s
-n3jes.
-n2jet
-n3jet.
-njet6r
-n5jett
-2nk
-n1ka
-n2kak
-nk3aks
-nkal5l
-n2kau
-n4kedo
-n4keer
-n4keh
-nk5eie
-nkel5s
-nkelt3
-n4k5enh
-n8keno
-n4k5erfa
-nker4st
-n4ke1s4
-n6ketø
-n1ki
-n4kid
-n4kie
-nk3ier
-nk5ind
-nk7inf
-nk3inn
-nk7int
-n5kj
-nk1k4
-n1kla
-n5k6lang
-n7k4lis
-nk3lok
-n1klu
-nk3ly
-n3klæ
-nk1lå
-n1knu
-n1kny
-n3ko
-n4kof
-nkofi8
-nk5oks
-nko5le
-nkol4la
-n6kot
-n6kov
-n1kr
-n3krav
-nk1s2
-nk4tak
-nk6tal
-nk4tin
-nkt3sk
-n1ku
-nku4le.
-nkuri9
-nkurie8
-n4ku6t
-nk9ute
-n1kv
-nk3ve
-n7kvit
-n6kvo
-n9ky
-n1kø
-n1kå
-nkå6pa
-4n1l
-nland9a
-nland6se
-n5le
-nlei7er.
-nle8ma.
-nli4en.
-n3lj
-nlu4e
-nly6de.
-nly6di
-nly4se.
-nlø6pa.
-n7lå
-4n3m
-nma4le.
-nmik3
-nmi8l
-nmini6
-nmo6se.
-nmusik7k
-nmå6la.
-4nn
-n2nad
-nn5ad.
-nn9aft
-nn5air
-n6n1ak
-n4nala
-nn5alg
-n4name
-nn4an
-nn5ana
-n9nane
-nna8ni
-n4n5ank
-n5nanl
-n6n7anta
-n9nar.
-n4nari
-n6nasi
-n4nask
-n2nat
-n2nav
-nn3avl
-nnbo9e
-nnbu9e
-nn5d2
-nndø4
-nndør3
-n5nea.
-n5neap
-n5nebar
-nnebe8r
-n5nebu
-n4nedi
-n2nee
-n6nef
-nn1ei
-n3neke
-n4nelo
-n3n4en
-nne6nat
-nne4n3o
-n9ner.
-n4nerel
-n4nero
-n7nes.
-n6nesj
-n5nes4la
-n4ne3st
-n5n6et.
-n4nesø
-n4nete
-n2nev
-n2ney
-nn3g2
-nnhø8re.
-n4nid
-nn3ide
-nni3e
-n2nim
-nn7inf
-n5nis
-nni4sj
-nni4s3t6
-nn7k2
-nnle6ge.
-nnlø6pe.
-n4no.
-nn5of
-nno2m1
-nn6oms
-nnomsy8na
-nn1op
-n2n1o4r
-nn7ord
-n4n3o4ve
-nn9r
-nnsa9ka
-nn4s5amb
-nns5and
-nns3ar
-nn5seg
-nnsei8g
-nn4s3em
-nn6s5enk
-nn4s3es
-nnse6te.
-nnsi7da
-nn4s3in
-nn4s5i6s
-nn6s5jak
-nns5kan
-nn5s4kli
-nns5op
-nns3or
-nnst6
-nn6s5tab
-nns5tal
-nns5telt
-nns4ten
-nns5tep
-nns7tin
-nns5top
-nn6s5tre
-nns5tro
-nns3tv
-nn4s5ul
-nns3va
-nn6s5vo
-nnsy8na
-nn2sø
-nns3øk
-nn3så5r
-nn7t4
-nnte6se.
-nnto9ga
-nnu1i
-nn6ung
-nn1ut
-nnvi4s
-nn1yn
-nny4t
-nn7øk
-nn1øv
-nn1å
-1no
-noa4g
-no1ak
-5noane
-no7ar.
-2nob
-nobe4l
-no4bl
-nob5le
-no3b4r
-no5co
-nodi4e5n
-3noe
-4noef
-4noei
-4noek
-4noent
-2nof
-n1off
-3no3ft
-n6ogra
-no5id
-no3in
-2nok
-no1ki
-nok8r
-nok6se.
-n3oksi
-no9le
-2nolj
-no6mid
-no6mik
-no4mil
-4nomj
-nom9m
-nom7s2
-5nomy
-non1s4
-non5t
-2noo
-2nop
-n1opp
-no1r4a
-no5ran
-no5rar
-no5ras
-nor4da
-nor6d5end
-4nordn
-nor4d5r
-nord3s4
-nor4dø
-no9ree
-no3rek
-no3ren
-no7ret
-nor5g
-3norge
-norges5
-n3o4rie
-7norit
-4nork
-nor6kla
-nor6kle
-n4orm
-normlø7se
-nor2s
-nors6ka.
-no3ræ
-no4sel
-no4ses
-nose8te.
-4nosp
-no3stj
-nostra4
-2nosy
-no4ta.
-no4te.
-note5i
-5notek
-no4tel
-no4tes
-not3s
-4noty
-4nou
-no1v
-no3ve
-4no5vi
-4n5ovn
-7nó
-6n3p2
-n5pe
-npo8ta
-n4påk
-n3q
-2n1r2
-n9ra
-nra8na
-nra8sa
-n3re
-n4reb
-nrei7e
-n6renem
-n6reo
-n6ri.
-nro6de.
-nro6t
-nry6
-nrå8da
-6ns
-n1sa.
-ns1a4d
-n5sag
-n5sakk
-n5sa4kr
-ns3aks
-nsak6se.
-6n5akti
-ns5akv
-n3sala
-ns3ald
-n6s5alp
-n5sane
-n4sanf
-n5s6ann
-n5sanse
-ns5ansi
-ns5ant
-n5saren.
-ns6arm
-n6sart
-n4sati
-n1sch
-n3sco
-nse9a8l
-n2sed
-ns5edd
-ns8ede
-n2see
-nse5ei
-nse6er
-n6sef
-n2seg
-ns5ege
-nsei6d
-ns5eie.
-ns9eig
-n4seks
-n4s3elv
-n2sem
-n5sen.
-n5sene.
-n4sener
-n9senes
-n4senet
-n4seni
-n7sens
-n3ser.
-n4sera
-nseri7e6
-n4sesa
-n4sesi
-n4se3sk
-nse3sl
-n4ses4p
-n4sest
-n6sesu
-n4se3s4v
-n4sete
-n9sets
-n2seu
-ns5fr
-n2sh
-ns3ha
-ns7he
-ns5hi
-nsi5de.
-nsi4ent
-nsi6er.
-nsin5d
-n3s4ing
-ns3inn
-n4sinte
-nsi8ra
-nsis7k
-ns3jak
-n4sjav
-n5sjef
-n6s5jord
-n4skan
-n6s5kauk
-ns7kele
-ns4kete
-n9skim
-ns5kir
-n5skis
-n6skja
-n6skjele
-ns5kjen
-n3skjæ
-nskog6s
-ns5kor
-ns3kro
-nsku9et
-n4skug
-ns5kuli
-n5skum
-ns1kv
-n5s6ky.
-n5s4kye
-n5skyss
-n5slang
-n7slarar
-ns5las
-nsle6ge.
-n3s4lekt
-ns6leri
-ns5lid
-n5slyn
-n1slå
-ns3mi
-n4smal
-n4s5mo
-n4smur
-n4smus
-nsmå6la.
-n5s4nar
-ns5nes
-nso4d
-ns1of
-n3s2ok
-n1sol
-n4sond
-nson6de.
-nso5ris
-ns1ov
-n3sovn
-nspa9ra
-ns5pels
-n5spet
-ns1pr
-n6spros
-n7spur
-ns7s6
-nsse4e
-nsså5
-ns4ta.
-n4stak
-n4stag
-ns5take
-n3stam
-n4stank
-nst5art
-nstar8ta.
-ns4tau
-n3s6ted
-n3s4tei
-ns4tel
-nste6ma.
-ns5tenk
-n6step
-n5s4tik
-ns5tild
-ns7tilf
-n4s5tils
-ns4tin
-ns4t3i4s
-ns1tj
-n5sto.
-n3stru
-ns7trøy
-n3stue
-n6stuk
-ns5tur
-nst3ut
-n1su
-ns1uk
-n4sung
-ns5vang
-nsva9ra
-n2s3ve
-ns9veg
-ns5verd
-ns5vern
-ns1vi
-n5s4vill
-ns4vind
-ns9vis
-n4svu
-n3s4væ
-nsy4d
-ns1yt
-n5søn
-n4s1øv
-ns5øya
-n5såpe
-nså7pen
-ns7ås.
-6n1t
-n5tab
-n4tagr
-nta4lan
-ntall4
-nta5na.
-n4t5and
-nt3anl
-nt4anv
-nt3app
-n7tart
-n6t5arvi
-nt6as
-nta5sia
-nt4at
-nt3avi
-nt5avr
-nt7avs
-n2tea
-n5teat
-n2tee
-n4tef
-n4tege
-n4tegi
-n7tegn
-n2tei
-nt5eini
-nte5ins
-n5teis
-n4teka
-n7tekn
-n4tekse
-n9teleg
-n5telig
-n5tell
-n4tels
-n9telt
-nte4ma.
-nt3emb
-nte4mis
-n5ten.
-n4te7na
-n5tene.
-n4t3enh
-n5tens
-n2teo
-n5teori
-n5tepp
-nt4er
-n5ter.
-n7terek
-n6terest
-nte6risk
-nteriø7ra.
-n5ters
-n7tes.
-n4tesel
-n4teta
-n4tete
-nt4e3u
-nt5e4va
-nt9g
-nti1a
-n4tiat
-n4tid
-n5tiem
-n4tig
-n4tikap
-n5tiki
-n4tikl
-nti5kli
-n5tile
-nti3lo
-n9time.
-n7times
-n4t3ind
-nti6net
-n6tini
-n2tio
-n2tip
-n4tisa
-n4ti5sti
-nt5l
-nt5n
-nto3a
-n2tob
-nt5omf
-nt5omn
-nt3oms
-n2t1op
-n5tor.
-n5to5re
-n6torg
-n2tou
-nt1ov
-nt6ran
-n4trep
-n5trer
-nt5resi
-ntres9kjare
-n4t3rin
-ntrol6li
-n6trom
-n6trul
-ntrøy4
-nt5skj
-nt5s6la
-nts2t
-nt3t4
-n6t7ub
-ntu9e
-ntu4l
-n2t1u2n
-n4t5uro
-n2t1ut
-ntva8la
-nty6e
-ntyr3s
-nt7år.
-1nu
-4nu.
-nu3an
-nu4av
-nuft4
-nufts5
-2nug
-nug6la
-4nu4h
-nuit8e
-nuk5
-nul9t8
-4nulu
-6nuly
-nu9me
-2n1un
-nun4ge.
-nuo2
-6nup
-nu3pl
-nu4re
-nu5sa.
-nu5sen
-nu7ser
-nus4k5l
-nus7l
-nuss4
-nu6st
-nus3ta
-2nut
-nu7ta
-nu3te.
-nute6r
-nut5eri
-n7utl
-nu6ume
-6n1v
-nva6la
-nvand5
-nverle9
-nves1
-n5vi
-nvi4et
-nvi4ka.
-nvi5ke
-n3vu
-nvæ8ra
-n3w
-1ny
-ny5ar.
-ny9ast
-2nyd
-ny4de.
-4nyef
-4nyg
-ny5ge
-5n6yhe
-ny3ke
-ny3k4le
-4nyko
-ny1lo
-2nyn
-nyn8da.
-nyn4de.
-4nyo
-4nyp
-ny8pa
-ny6ra.
-ny4re.
-ny7rev
-ny4ru
-ny1s
-ny5se
-ny9s6k
-nyst4
-nystu4
-ny3te
-ny3tr
-2nyv
-ny8va.
-ny5vak
-ny8ve.
-4nyø
-n1z
-1næ1
-næ8ra.
-nær9and
-næ8rast.
-1nø
-nø2da
-4nødd
-nødde5
-nød3sk
-nød5sto
-nø9dun
-2nøe
-4nøf
-nø1fl
-nø1fr
-nø7gr
-4nøko
-4nøks
-nø4le.
-nø9mo
-nø5mu
-nø3p4
-nø7ra
-nø6red
-nø1ry
-nø3se
-nø1sk
-nøs4l
-nø7te
-nø7tr
-n6øtt
-nøtt6r
-nøv4d
-nø3ver
-nøy1
-2n1øy.
-nøy8a9n
-n7øyh
-4nøys
-n3øys.
-nå6as
-1nåd
-nå5ded
-nå8en
-nå6et
-nå8j
-n1å2k4
-1nål
-nå2la
-nå5lev
-nå8ma
-nån6de.
-n1å4p
-nåp8na
-n1å6r
-nå2s
-nå5sa
-nåse4
-2oa
-oa5c
-o1af
-oa4k
-oak6kana
-oak4ku
-o1all
-o3alt
-o1a2m
-o3a6n
-o9and
-o1a6p
-oar6d7e
-oar4d5in
-oa4r5e4g
-oa4r5enh
-oa6ré
-oa4r5i
-oar5m
-oa9té
-o1au
-o1a4v
-2o3ba
-obakk8s
-obb4l
-ob4bo
-ob4b5r
-ob4b3u
-ob4e
-o4bea
-ober5et
-ober4s
-obers5ta
-obers5te
-o3bes
-2o3bi
-obi5e6
-1ob1j
-o1b2l
-ob5la.
-ob3le.
-ob3len
-o2b5li
-3oblig
-ob4lo
-o1b4o
-obo9a
-2obr
-ob5rar
-ob1re
-ob1ri
-3obser
-ob5st
-2obu
-2oby
-obyl5
-o5bø
-o3bå
-4oc
-ock5ers
-o5cy
-2o1d
-o6dab
-oda4f
-od7att
-odd5ei
-od4del
-od4dest
-od9do
-od4e
-o2deb
-o6d5ei
-o4deko
-o5deku
-o2dep
-oderle7
-o2des
-o5det.
-o5dets
-odie4n
-o4d3igl
-o4dj
-odko5
-od3oml
-od3ov
-o2d5re
-o4d3rø
-od3sk
-ods4ka
-od3s4po
-od5s4tol
-ods8t
-odu7s
-o4dy.
-o4dyb
-od5øk
-o5døs
-od5øy
-o2d1å6
-6o1e
-oe6f
-o4ein
-oek6s
-oe2l
-oe4mu
-oe2n
-oen5a
-o7ene
-oeng5d
-oen2g7r
-oeng3s
-oeng3u
-o5ens4
-o7ens.
-oen5t
-o3e4re
-o6erer
-oer8ma
-o3ersk
-o2es
-oe6sip
-oe6sit
-oes8ka
-oes8ke.
-o4etan
-oet2h
-oe5ti
-oev6ne.
-2ofa
-o2fa.
-ofag6a
-o4fara
-ofa4se
-o2fav
-o2feb
-o4fei
-o4fera
-o4fe3st
-o1fé
-off9and
-of4fek
-of5fes
-of6fia
-off5id
-of6fr
-of2fu
-of6fy
-2ofi
-o4fip
-o1fl
-of5le
-2ofo
-o6fra.
-of9ras
-of1re
-6o5fri
-of8sa
-of8se.
-6oft
-of4tel
-oft2s3
-2ofy
-2og
-o2ga.
-og7ank
-o4gare
-o2g7av
-o2ge.
-o4ged
-og1ei
-oge7na.
-o3get
-og4gera
-og4g5j
-ogg3s4
-og6g7u
-ogi3a4
-ogie2
-o4giev
-o2gif
-o6gig
-o4giko
-o2gil
-o2gim
-o2gin
-o3ging
-o2gi1o
-o6gista
-o6gi7str
-o2giv
-og5jer
-og7la
-ogly7
-og4ned
-5o4g5ni
-og6nel
-o5g6nos
-o2go.
-og6ra
-og4re.
-o4g3reg
-o4g3rei
-og4rer
-og7rett
-o4g3ri
-og3ryd
-o4g5rø
-og5rå
-ogs4a
-ogs6an
-og3s2e
-og1sk
-ogs4kj
-og5sl
-ogs4le
-og1s4p
-ogs5pa
-og5ste
-og3sti
-og4s5tj
-ogs4to
-ogs4tr
-ogs5t6ra
-og5stre
-og5sy
-5og5s6y4v3
-ogt6r
-5o4g5åt
-og1un
-og5ø
-og7ås
-2o1h6
-ohe5te
-ohm9a
-o4ho.
-ohø4
-oia4
-o1i2d9i
-o1idr
-oid5t
-oie4n
-oi5er
-oi6es
-oi5k
-oi4la
-o1im
-o3in.
-o1ing
-oi2n1o4
-o4insp
-oi6r
-o1is
-o2is.
-o6isa
-o2ise
-o4isi
-4o1j
-o8je.
-o4jo.
-o1ka
-ok7aft
-ok1ak
-oka4n5i6
-ok2ar
-ok5ark
-o3kas
-ok1ef
-ok5els5
-ok5elv
-o5k6en
-o4kesk
-o6kev
-o1kj
-ok4kand
-4okke
-ok6kera
-ok4ke5s
-ok3kje
-ok3ko.
-ok5kol
-ok4kun
-4okl
-ok8la.
-okla5m
-ok8le.
-o1klu
-ok7lut
-oklå5
-2okn
-okna8sa
-o3ko
-o8ko.
-ok8ol
-o4k3oms
-ok3omt
-oko5pe
-ok5opp
-ok3orm
-oko4s
-oko9se
-o6kov
-o1kr
-ok5reo
-o6kret
-o4k5ru
-oks4al
-oks4e
-ok4sek
-okse5kr
-ok4sem
-ok7sen
-ok6serin
-ok4ses
-okse9te
-ok5s4i
-oksi7da
-okst2
-oks6ti
-ok6s5vi
-oks6tr
-ok5ta
-3oktan
-ok3ti
-ok5to
-okto4r5i
-okt6r
-o1ku
-ok5u4k
-oku8le.
-oku6t
-ok7ute
-o5kva
-o3kvi
-ok5øy
-o3kå
-8ol.
-4o1la
-ola6ded
-ola8ga
-ol5anl
-ol3ant
-o9lar.
-o6larbe
-ola5t
-olber4
-olbo7e
-olbo7ge.
-ol4bol
-olbu7
-2old
-ol9dan
-ol5de.
-ol4dem
-ol4dest
-ol5det
-ol3do
-oldo7ve7
-ol5drev
-ol3dri
-old3s4kr
-2ole
-o5leaks
-o6leb
-o2led
-o2lef
-ol5eig
-ole5in
-o2lek
-o7leki
-o2lel
-olele6ge.
-o2lem
-o5lem.
-o5lems
-o7lene.
-o9lenes
-o4lenet
-o4leni
-o4leno
-o6lered
-o4leru
-o2les
-ole5sta
-ole5str
-o9let.
-o2lev
-o1lé
-ol4f5i
-ol4fj
-ol3g4e
-ol1g4l
-2oli
-o4liba
-oli9e6n
-oli7ert
-oli5ne
-3o6lj
-olke3s4
-ol4kese
-ol4kesk
-ol4kest
-ol2k3l
-ol9ko
-ol6ku
-ol5kv
-ol5la.
-oll3ak
-ol4lam
-ol7le.
-ol4led
-ol4lel
-ol7len
-ol4les
-ol6linj
-ol4log
-ol4lom
-ol5los
-ol4lov
-oll5over
-olls4t
-oll5sv
-ol2lu
-ol4løp
-ol6løs
-ol6løy
-ol2lå
-olme5s
-ol4mest
-ol4må
-ol9n
-2o1lo
-o4lo.
-o5loan
-o3loe
-o4lof
-olo3i
-ol5oks
-ol3oms
-ol3op
-o6l7os.
-o6l7o6se
-o6l5osf
-olo5ve
-ol4ped
-ol7so
-ols8t
-ol5sva
-ols5vik
-ol3ted
-ol5tep
-ol2tr
-ol6t7ra
-olt5re.
-olt5rer
-olt5ret
-o1lu
-olu5l
-o4l3ung
-olun8ge.
-o4l5ur
-ol5va
-ol1vo
-o1ly
-oly7d
-ol5ør
-o1lå
-2om.
-2oma
-om3ald
-o2ma2m
-om5ang
-oma4nif
-omann4
-oman5t
-om3ars
-omar7ø8
-om4as
-om1av
-omb6
-om4bet
-om4bis
-om3bl
-5ombod
-1ombu
-2ome
-o2m1ek
-o5meka
-o7menes
-omer6s
-o6mese
-o5met
-ome4tak
-ome7tar
-om1eu
-3omfan
-3omgre
-8omh
-o2mia
-o2mib
-omi3e4
-o4miek
-o2mig
-o7mikk
-o7mine
-om7inn
-om3in5s
-o4mio
-o2mir
-o4misj
-o4mist
-o2miu
-om1j
-2omm
-om6mat
-om4med
-om4metr
-3ommø
-2omo
-o4mofo
-om1op
-omo1v
-omp2
-ompa3t
-1omr
-2omre
-2omro
-2omru
-6oms.
-oms3al
-om4sek
-3omset
-omsko9d
-omsku9la
-om4som
-oms3un
-oms4ø
-omt2
-3omtal
-om4tes
-om3ti
-om3tv
-o2m1u
-o3mus
-omvæ8re.
-6omy
-omyr8ke.
-o2møk
-omø4r
-om5øy6
-o5må
-2on
-on3abo
-o4nac
-o6nak
-o4n3ang
-o4nap
-on3app
-o6narb
-o4n3arg
-o4n3arv
-onat5r
-o2n1a4v
-on5b
-on4dar
-onder6e
-ond3re
-on4d5ri
-onds4i
-o4ne.
-on5eie
-o4nele
-o7nell
-o2nem
-o3ner
-o4neru
-onesi6
-o4nesk
-o4ne3s8t
-o4nete
-o2nev
-on7f
-on7ga.
-ong3d
-on5ge.
-on6ged
-onges4
-on5gi
-on5go.
-ong2r
-on8gro
-ong9ros
-ongs4j
-on2gu
-on4gy
-on4g5ø
-o9ni.
-o2n3i2d
-oni1e
-o2nil
-on5ild
-o2nim
-oni6mi
-on3inf
-o6n7inn
-o2ni1o
-o4ni5p
-o6niso
-on3j
-on1k
-on5k6a
-3onkel
-on5k6i
-on4kle
-on5ku
-onle6g
-on5nad
-on3ni
-on5ny
-o4no.
-o5nor.
-o4no4v
-on3ove
-on4sh
-ons1i
-onsi3s
-onsi4v
-ons1k4
-ons7ke
-ons1l
-onsla6ga
-onstitue9ra
-onstitue9re
-onst5rum
-ons5und
-ons1v
-on4sve
-ons1å
-ont6a
-on3te
-on4ted
-on5ten
-on5ti
-on4tok
-on5tor
-ont2r
-on7ul8
-on5ur
-onu4sk
-o4n5ø4
-on6øy.
-on7å6
-2oo
-ood1s
-o1off
-oo2k1
-oo5k8a
-ook5es
-ool7a
-oo4m5i
-oo6mo
-o1o2p
-oopa8
-oop9an
-oo4pe
-oop5en
-oop5et
-o6opi
-o1o4r
-oor6da
-oo5s
-oo6sp
-o1o4v
-2op.
-2opa
-o4pab
-o2pak
-opan9d
-o4pa3re
-o7paren
-o4pasj
-o4pau
-o3pea
-ope1i
-opel6lø
-2open
-o4pena
-o9pend
-o4penet
-o7pent
-o2per
-6o3per.
-3opera
-ope6rar
-o7pero
-o5pert
-2opet
-o4peta
-4oph
-o1pi
-o4piek
-oping9s
-o4pir
-2opl
-o1pla
-o4p5land
-op3li
-op9lu
-op4na.
-op4ne
-2o3po
-2opp.
-4oppa
-op4p5art
-op4pas
-4oppe
-1oppg
-op4pi.
-op6pia
-op4pis
-opp3li
-3opply
-op6poe
-op6pr
-opp5rop
-opp5und
-opp1å2
-2o1pr
-op6re
-op7ru
-op7rå
-op6sa.
-o8p8si
-op2t1r
-o4q
-4or.
-o6r7add
-or3adr
-o2rag
-or1ak
-2oral
-or5ald
-o4r5alg
-oral4st
-or6alt.
-o3r4am
-o4rana
-o3rane
-o4rang
-o4rans
-or6ap
-or3att
-o4rau
-ora3uk
-or1a4v
-4orb
-orbit5
-or7by
-4orc
-orda9ta
-or3dea
-6ordel
-ord7e6pl
-or7dik
-ordi4s
-or4d5ise
-ord3it
-1ordn
-ordre8gi.
-ordsa6me.
-ords6e
-ord3st
-ordy9ra
-8ore
-orear8a
-orear8e
-o5rebra
-o8redi
-or1ei
-or1el
-o4rela
-o6reld
-ore6na.
-ore4ned
-ore4net
-or3enk
-oren3s
-ore6o5g6
-o6rerf
-o4rero
-ore1s2
-o5resc
-ores6te
-o4reta
-or9et8n
-o6retv
-o2rev
-2orf
-orfa6re.
-orfi7ne
-orfø9re.
-1or3g4a
-4orga.
-or3ge
-or5ger
-orge4s
-orgi6e5ne
-org4sk
-orha9g
-orha9le
-o1ri
-o3ria
-ori5b4
-ori4e5ne
-5orient
-o7riet
-o2rig
-ori7ka
-o6rim
-or3ind
-or3ink
-or3inn
-or3ins
-oriro8
-6oris
-oris4a
-6orit
-o4riti
-oriti6me.
-or5ka
-3orkes
-or5ko
-orko6se.
-ork7s2
-6orl
-orla7te
-or5le
-orm5ang
-or6map
-or5mel
-or4m3un
-ormæ9
-or4nar
-orned5
-orne6dr
-or5net
-or4nol
-orn3t
-4oro
-o3roa
-o3roe
-or3off
-o5rog
-oro5i
-o1ron
-or1op
-o4r1or
-oror9da
-o5rosa
-o5rot
-or3ove
-or5ovn
-orpe6s
-4orr
-2ors
-ors5alt
-or5sen
-or4serk
-orse9ta
-orse7te.
-or3si
-ors5kar
-orsk5ei4
-ors8k9l
-ors4ku
-or1s4l
-orsmå8la
-or1sn
-or3s2o
-orso9na
-orso9ne
-orso9v
-ors4pa
-ors4ten
-or1su
-orsva9re
-or3sy
-or9sø
-2ort
-or4t3ak
-orta8la.
-or4t5and
-orta9pe
-or4t5av
-orte5i6g
-or4tek
-or3tem
-or6t5erf
-or4t5erm
-or5tii
-or7til
-or5tis
-3ortod
-or6tok
-orto9ne
-orto4r
-ort5ori
-or4tou
-ort5res
-ort5råd
-ortå4
-or4t3år
-or1u
-oru8d
-or9ude
-oru4h
-o5rum
-oru4t5
-oruta4
-or4utf
-orva9ra
-or5veg
-orv3s
-4ory
-o7rya
-or1yn
-o9r4ære
-2orø
-or9ø8k
-orøk8t
-or5ør
-or3ø4v
-orøv8d
-or1øy
-or5ås
-2os
-o1sa
-o4sa5b
-o6sad
-o2saf
-o4saku
-6o5sau
-osbi7
-osefi5
-o2seg
-o5selei
-o2sem
-os2en
-o6sena
-ose5sl
-ose5sm
-oses4sk
-oses6sp
-oses4st
-o4seu
-osfa9ta
-os2hi
-os7his
-osi6e7ne
-osi5ere
-osi5ert
-o2s1ing
-osk3ei
-oskei6e
-o4skil
-osk9lar
-osk5len
-o1sko
-osko5p
-o3skri
-os8k3v
-os2l
-os3le
-oslo1
-os3lod
-os5lu
-os5lø
-os9ma
-os5me
-os3mo
-o2sn
-o3so
-os7ove
-os6pa.
-os6pe.
-os4pil
-os4por
-os4sek
-os3sem
-os5sens
-osseri7e6
-osse5v
-ossis5te
-os6ski
-oss3kj
-os4s5ko
-oss9l
-os6spa
-oss7tro
-os7sty
-os8sv
-ost5adr
-os5tal
-osta5le
-o8ste.
-os4teg
-ost5egg
-os4tek
-ost6el
-os5teo
-o4sti.
-o8stia
-o4stie
-o4stin
-os5tis
-ost1o
-os6tons
-ost5ran
-ost3re
-o3stro
-ost5rup
-ost7rå
-o5stø
-os1v
-os5øy
-os7år
-2ot
-o1ta
-o5tad
-ota4l5a
-ot5ald
-otal7ev
-ota4lov
-o9tane
-o9tar.
-ot3arg
-o8t9arm
-o5tas
-ote7d
-ot6ei
-ote5int
-otek5i
-ote6k7la
-otekla8ga
-ote4kle
-ot5elem
-ote5lev
-otel6lan
-otel6lek
-otel4li
-otel8lø
-o4tena
-o4t5ende
-oten8de.
-o2teo
-o4teram
-o4teret
-o6terev
-o4tero
-oter5s
-ote5r8u
-o4terå
-otes6ter
-ote5sté
-otet5a
-otet5o
-otet3s6
-otfø4
-oti7ert
-oti2k
-otika3
-ot7i6ko
-o1tj
-o6tja
-ot5jer
-ot6nero
-otno7te.
-ot6nå
-o1to
-o2to.
-o4to3a
-o5toa.
-o2tob
-oto6en.
-o6tof
-ot3off
-o6toga
-o6togram
-o4toi
-o2tol
-oto5ne
-oto4ral
-otor5d
-o2tot
-o2tou
-o1tr
-ot7red
-ot5rer
-ot5rev
-o6t7ri
-o6t5rom
-o6t5rø
-ots5el
-ot6sh
-otshusvæ8
-ot4s3ki
-ots6op
-otsopp6
-ots5pr
-ots5tab
-ot7ste
-ots6å
-ot6tank
-ot5tas
-ot5tegn
-ot6tenk
-ot5tese
-ot5tin
-ot5toa
-ott4s3k
-otts5po
-otts4ti
-ot7tug
-ot4typ
-o1tu
-o6t5ut
-o1ty
-oty8e
-ot1yt
-o1tø
-ot7å
-oub8
-oul5l
-oun6ge.
-ou4r
-ou7ri
-ou5ro
-ou9sa
-out8a
-ouve4
-o5vae
-o1vak
-ovanfø8
-ovan9o
-ov3anv
-o7var.
-o6varb
-ova9re
-ov5art
-ov7arv
-oved3
-o1vei
-o1vel
-ove4la
-4oven
-o4vend
-o5vende
-ove6nya
-ove2r
-over3a
-ove7ra.
-ove9ras
-o6verdr
-overe6
-ove8r5es
-3o6verf
-3overg
-o5verks
-5overr
-5oversik
-overs4p
-over9v
-o1vet
-6ovh
-2o1vi
-oviso3
-2ovj
-6ovna
-ov4nes
-2ovni
-4ovo
-o5vo.
-o7vom
-ov1or
-o5vot
-ov1o2v
-ov5sal
-ov4sek
-ov4sen
-ov9ske
-ov4sle
-ovs1p
-ovs5te
-ov4sti
-ov7sun
-ovsy5k
-ovta6le.
-ovveg7i
-ow1
-owa8
-o7was
-owat2
-ow5h
-ox3
-oy9ar
-oys5l
-o1y2t
-o1za
-o3zy
-o1ø
-o1å
-ô6ra
-ô2re
-ôr5ei
-ô1ri
-ô4t
-ó9sa
-ó7t
-ó8v
-ò9re
-1pa
-4paa
-2pac
-pa8cen
-p5ad.
-pa3deb
-p4adg
-pads4
-2paj
-6pak.
-6paka
-4pake
-pak4kas
-pakke4s
-pakk7esl
-4pakti
-3pa1la
-pa3le
-pa7lim
-pal5in
-pal1j
-pal5lø
-5palm
-4palø
-2pam
-pa5me
-p3anal
-pa4nap
-pan9de
-pa5ne
-pang5s6
-pan3ka
-9panne.
-pan5se
-pan5sl
-pant8r
-4panv
-pa4ny
-2papa
-pa8pa.
-pa3pe
-4papo
-pap4pr
-4papr
-pap3ri
-pa4ra.
-5parad
-2parb
-4parek
-4parena
-par5ess
-par5g
-2pari
-pa4ri.
-pa3ris
-4parki
-par6k7l
-par4kv
-par3m8
-pa1ro
-4parr
-par8ra.
-par9s4
-par6tid
-par4tig
-par4tin
-par5u
-par7v
-parvi6
-6parø
-4parå
-p6as
-pasa5
-pa9se
-pase6r5
-4pasp
-3pass
-pas5sab
-pa4s3t
-pas4tar
-pas5ti
-pas9v
-pa1t
-pa3te
-pa4tist
-pa6tre
-p8atta
-pat6tak
-2patu
-p8at6v
-pau7k
-2pav
-pa4ve.
-3pa1vi
-2p1b6
-pba4ne.
-pbo6da
-pce6
-2p1d4
-pde4le.
-pdø2
-pdø9d
-1pe
-2pea
-peak3
-pe4a3re
-4peb
-pec3
-pe7d6a
-5pedas
-4pedd
-pe3de
-pedfø9
-pedi9e8
-pe6doa
-pe6don
-4pedr
-pe4dro
-4pedu
-4pedy6
-2pedø
-pe7då
-pee6
-pe3er
-2pef
-p5eft
-2peg
-p5egg
-peg8ge.
-pego4
-2peh
-pe4il
-pei4leg
-2pe1in
-pe6ism
-2pej
-2pek
-pe8ka.
-pek4l
-pek4tro
-pekt7ros
-8peku
-p6el
-4pela
-pe5l4aks
-5pelal
-pe5lar
-pel9d
-4peled
-pe4lef
-4pelei
-pe6lep
-4peler
-pe6lev
-6peliv
-6pelj
-pel4lo
-4pelov
-pel5s6e
-pel5s4i
-pel7st
-4pelu
-pe5lun
-2pely
-2pelø
-6pelå
-2pem
-p1emb
-pe4nan
-pe4n3ar
-pen3de
-6p5enden.
-4pener
-pe3net
-5peng8
-pen4gel
-pen7gl
-peni4n
-4peniv
-penly4
-pen7s8a
-pensa7k
-pensa8la
-pen5sk
-pen4s5l
-pen3s6m
-pen5s6o
-pens4t
-pen9sta
-pen7ste
-pen7tag
-pen5tr
-6peny
-2penå
-2peo
-pe7o6s
-2pep
-pep5ar.
-pep7p
-pera3a
-4pe4rab
-4perad
-pe4rai
-pe4ral
-4perap
-pera5t
-4perate
-4pered
-4perei
-4perek
-4peresp
-4perest
-4peresu
-4peret
-pe4rev
-3peri
-perie8ns
-4pe5rik
-peri3s4
-4perit
-per5k
-per6les
-per5mu
-per5n
-4pero
-pe3ros
-pero6se.
-per6regj
-per6rei
-5perro
-pers6m
-per4tro
-per4t5rå
-pervi6k
-2pery
-6perø
-4pe7rå
-2pe1s
-3pes.
-pe3se
-pe6se.
-pe7si
-pes8ka.
-p3eske
-pes4ke.
-6pesl
-pes4n
-5pess
-3pest.
-5peste.
-pes5til
-4petab
-peta6ka
-4petal
-4petas
-4petau
-pe3te
-5pete.
-4peted
-6petei
-6petek
-4petel
-4petem
-pe3ti
-4petid
-4petil
-pe4tim
-2petj
-2peto
-2pet4r
-pe4t5ru
-pet1s6
-4pett
-2petu
-4petø
-4petå
-pe2u
-2pev
-peva8ne.
-pe5vi
-p5evn
-pev6ne.
-4peø
-4peå
-3pér
-2p1f
-3p6fenn
-p3fo
-p5fr
-pfri4
-pfø5re
-2p1g2
-pgjer4
-2p1h
-phav2
-pha9va
-phavs5
-phe9te
-phe7va
-phe5ve
-phi5li
-7pi3ane
-7piar
-pi4as
-7piase
-4piav
-4pib
-pi6ca.
-2pid
-pid3s2
-pie2n
-6piend
-pi3er.
-pi9ers
-2pif
-pi9fr
-pig5ge
-pig6g9u
-p7i6gj
-2pih
-6pii
-pi4keh
-pi6kel
-pike5r6o
-pi4ké
-8pikk
-pik3ko
-4pikl
-piku5
-pi5la
-pi6la.
-pi3lep
-pil4lag
-pillba6
-pil6led
-pil4leg
-pillega6
-pille6ra
-pil4le5s6
-pi1lo
-2pim
-pi4na.
-pi4ne.
-pi9ned
-pi4nel
-pine4v
-3ping
-pin6go
-ping3r
-ping5sk
-6pinns
-pin4sl
-pi2nø
-pio6n5an
-pion5s
-3pi2p
-pi4pi
-pip9la
-pi4rar
-pi4res
-pi4rut
-pisi9e
-pi4ski
-2piso
-piss4l
-pis4sp
-pis4st
-pis1t
-pis4t5r
-pis9t8ra.
-1pit
-pi9ta
-pita7la.
-pi5té
-2piti
-4pitj
-4pitr
-pit5t
-2piu
-2pi5v
-4piø
-4p5k4
-pka5v
-pka8va
-pl6
-8pl.
-2plad
-pla8de.
-p4lak
-p4lan.
-plan7de
-4plane.
-plan5g
-plan5s
-plap3
-4p1lar
-p2las
-pla4st
-p2lat
-platina5
-2ple.
-2pled
-4pleis
-p2lek
-p6le5n4u
-ple5n4a
-ple6r5u
-ple8se.
-4plev
-p2li
-4plit
-p3liv
-pli7va
-plo4gj
-p4lo8i
-p1lok
-4p5lov
-plu4e
-p4luk
-plun3
-plun6d7ri
-p1ly
-ply5d8
-plæ5re
-plø6pa
-p1lå
-2p3m
-2p1n4
-p7ner
-pne6se.
-1po
-po9a
-pod8
-po6da.
-po4de.
-po6em
-2pof
-po6f7r
-pog6
-4poh
-po5id
-2poke
-po6lan
-po3le
-po4lek
-6polj
-pol5li
-po6lom
-pol6s4ka
-po2lu
-2pom
-pom6p9u
-pom5s
-4pon.
-pon5d
-pon4gr
-pongs6
-2pon1s
-pon5sa
-pon4sv
-po2p1a
-po6pe.
-p5opn
-pop1s
-2por.
-po1ra
-2p5ord
-po1r4e
-po4ref
-po6reg
-po8ré
-2p1org
-2pori
-2pork
-por6s7v
-por4tor
-por4t5ro
-por4trå
-2porv
-po1ræ
-po1rø
-po4se.
-po4ses
-4posj
-po2st
-po4sta
-pos5tas
-po5stat
-pos3te
-4pos4v
-5pot.
-7pota
-potak9
-po3te
-po4te.
-potek5l
-po5t6ha
-3poti
-4potr
-4pou
-2po4v
-pove6
-pover6n
-pow4
-2pp
-p2pad
-p2pak
-pp3akt
-p2p3a4l
-p9pane
-pp5angr
-pp5ank
-p4p3anl
-p2pap
-p9par.
-pp5arr
-p7past
-p4p7at
-p4pee
-p2pe5i4
-ppel5s6
-p4pena
-p8p9ender
-p4pendr
-ppe9nes
-ppe5p8
-p4penø
-ppe5ra
-p7pere.
-p4perkl
-pp7e6sen
-pp9esn
-ppes8ti
-p4peta
-pp5e4tas
-p4pete
-pp5ett
-p2peu
-p1pi
-pp1id
-p2p1il
-pp5im
-pp3inf
-p4p5inn
-pp7ir
-ppir8re.
-p4pist
-pp1j
-pp3k
-pp1l
-pp5last
-pp3led
-pp5lei
-pp9lev
-pp5n
-pp1of
-p2pol4
-pp3old
-pp5om
-p2p1op
-pp3ork
-pp1ov
-pp5p
-pp1r
-pp5rei
-pp5rin
-pp4ris
-pp7riss
-pp9riv
-pp9ro.
-ppropri6
-pp7rot
-pp1s
-ppse6te.
-pp3ska
-ppska9k
-pps2p
-pp9spe
-pp3spl
-pps2t
-pp7sto
-pp7t2
-p2pu
-pp1uk
-pp5ut
-pp3ø4
-ppøs8
-p6på
-pr6
-4pr.
-4prad
-3praks
-pra7li
-2pran
-pran3s
-5prat.
-5prate
-pra5te.
-4pray
-5pref
-prei7er.
-4preii
-pr5elem
-1prem
-pren4s
-1pres
-6pres.
-pres6sak
-p6restas
-4prett
-p3rif
-pri5ke
-pri4l3e
-4pring
-5prino
-3pr6in6s5
-3pr6in7s6e
-3pr6in7s6i
-1pris
-pri6s5k
-pris3t
-2prit
-pri9ve
-1p2ro
-8pro.
-6p7roc
-3prof
-4prog.
-4proge
-4progl
-4p3roi
-p5rop.
-3pros
-7prose
-6pru
-prun7ge
-pru5ta
-pru5te
-6prør
-prørs5t
-prø5s4
-5prøv
-prø5vels
-2prøy
-4prå
-prå8da
-pråk3i
-prå4ko
-pråk5k6
-2ps
-p1sa.
-ps5a6n
-p1sc
-p3se.
-psei8ge
-p2sek
-p2s1el
-ps5e4ly
-p3sen.
-p5sens
-p7ser.
-p5sete
-p5sets
-p2sh
-p6sib
-ps5ins
-p7sis
-p3s4jo
-p4s3kil
-ps7kjen
-p2s1ko
-p7s6ko.
-p3skod
-p5s4koe
-p2sle
-p9s8lo.
-pslø8va
-pslø6ve.
-p3s4lå
-p2sm
-psmå8la.
-p2sn
-ps4no
-ps1o
-p3sod
-pspi9la
-ps5ple
-p3s4pre
-p4s5pro
-ps5pu
-ps3s2
-pst2
-ps7tal
-p4s5tem
-ps3tv
-p5s6tå
-psu4r
-p3s4us
-ps1v
-p2sva
-p2sve
-ps4ving
-p4svæ
-ps5w
-psy3ke
-3psyko
-4psys
-p2s1ø
-p3s2øk
-psø4ke.
-psøy8
-psøy9ene
-ps1å
-2p1t
-pta8la.
-pta4le.
-pt7ark
-p3te
-pte6k
-pte4ma.
-pte7re
-p5ti
-pto7g
-p4tou
-ptus5t
-p4tut
-1pu
-pu4br
-5puc
-6pu6dy
-pu2k
-pu7la
-pu8le.
-pull6
-5pum
-pu4ma.
-punk4t5
-punk5t6e
-2punn
-2pur
-pu4re.
-pu8rea
-3puri
-3purk
-pur5u
-pur3v
-pu7sa
-pus4h
-pusl7u
-pu1ta
-pu4ta.
-pu5tas
-pu5ter
-pu5tev
-4putg
-2puts
-put6tr
-put4tu
-2putv
-6putø
-2p1v
-pver7
-pvi4se.
-py4dr
-py8o
-3pyra
-py1re
-py1ro
-6pys
-py6sa.
-py4se.
-pys6t
-4p5z
-1pæ
-pæ4re.
-pø1kj
-pør4ret
-pø8sa.
-pø9ta
-pø9te
-p1ø2v8
-5påb
-på4by.
-på1k2
-1pål
-på4la.
-på4le.
-p5ån
-på3pe
-på1pl
-p1åpn
-på1r
-1pås
-på7sko
-på5sm
-på3t2
-6påtå7
-1påv
-qa5
-qu2
-qu9ar.
-1que
-que7r
-4raam
-4raar
-4rabis
-ra1bo4
-4rabr
-2raby
-ra3cet
-ra3ch
-5raci
-ra3d2a
-4radf
-3radio3
-4radir
-4radj
-2radm
-2ra1dr
-r3adre
-rad2s3
-radvi4
-ra5ede
-rael4
-4raerk
-raf4fer
-ra4fiu
-ra2fj
-2rafo
-ra5fo.
-ra4fos
-2rafr
-ra5fre
-6raft
-ra4fu
-ra6fy
-ra7gea
-ra5gee
-2ragl
-2rah6
-7raid
-ra5int
-ra3isk
-6r5akad
-ra9kar
-ra7kel
-ra5k6ha
-r2akk
-rak4kel
-r6akr
-ra5kro
-2raks
-rak6sa
-rak3s4e
-rak6se.
-rakst6
-4rakti
-rakt3r
-r4a5ku
-4rakv
-ral5ans
-6ralbum
-5ralds
-4raled
-ra5leo
-ral3g
-4r5alge
-4r5algo
-rali5e6n
-ra4lin
-ral1j
-ral5le
-ral7m
-ralo6i
-ral3op
-ra5ly
-4ralø
-4ra5l8å
-ra4mag
-ra4mas
-ram3b
-6r9ambi
-rambu9ens
-6ramed
-4ra4mer
-ram8et.
-4ramil
-ram1o
-ramperi8
-ram6p3u
-ramse8te.
-ramta8la.
-ramta6le.
-4ramu
-6ramy
-r4an.
-ra4naa
-6r3anal
-ra5nar
-ran9cs
-r4an9de.
-r5andel
-rand3r
-rand5s6a
-r4ane
-4ranfa
-ran5ge
-6rangi
-rang5st
-rania8
-ra6nin
-ran3kv
-2r5anl
-r6anli
-2r1anm
-r4ann
-ran6n5ett
-ran4n5in
-rann3s4
-rans7kar
-4ransv
-ran4tik
-ra5nu
-ran6ut
-4ranø
-2rao
-4rapa
-ra4pel
-4rapin
-ra4pir
-ra4pis
-ra6pit
-ra1pl
-4rapo
-ra4pos
-4rappa
-4r5appl
-3rappo
-2ra1pr
-4raps
-4rapu
-1r4ar.
-2rarb
-7rarbeh
-4rarea
-4rareg
-rar5e6l
-4ra3rep
-rar7eta
-r1arg
-6rargu
-8rarinna
-6rarinne
-rar8ka.
-4r1arm
-rar8ma.
-6rarn
-4rarr
-rar3re
-rar5s
-2r1ar5t
-rar6ta.
-ra3rø
-4rasa
-2rasc
-ra3sea
-4rasel
-ras3h
-raska8ra
-ras3ke
-ra4ski
-ra7s6ko
-ra6sl
-rass4l
-ras7st
-4rasti
-ra5s4til
-4rastj
-rast5re
-6rasty
-ras7v
-ra1ta
-ratak9
-r6ate
-ra4te.
-6ra5teg
-8r7a6teli
-4ratfe
-ra1to
-ra1t4r
-ra4t5ro
-ra4trø
-ra5t6røy
-rat5tel
-ratte4s
-4ratub
-rat5ut
-6raty
-7raud
-raud3s
-6raug
-rau6ga
-rau6ge.
-4rau4k
-raus6s
-2rav
-6ravd
-rave5s4
-4ravg
-ra1vi
-r3a4vis
-4ravl
-rav8l9ut
-ravlø8pa
-ravlø8s
-rav6r
-4ravt
-ra5vy
-ra3vør
-4raw
-raz5z6
-2raø
-raøy4
-2r1b8
-rba3d
-rbe2d
-rbede4
-rbed5en
-rbed5et
-rbed9ra
-rbie8
-rbi9er
-r2big
-r2bik
-rbist6
-rbis5tr
-rbo8di.
-rbo4ni
-rbon7s
-rbo5re
-rbra5s
-rbrei6
-rbu5en
-r5bø
-r1c
-4rd
-r4dab
-r5dag
-rdag4s5
-r5dah
-r4d5ak
-rdal4
-r4dala
-rda4le.
-rdals5
-rda4mes
-rda8n9o
-r4dant
-rd5anta
-r4d3arm
-r4d3art
-rd5atl
-r4datm
-r4d3au
-rd3d2
-r6dedi
-rde4en
-r3defi
-rd5e4ge
-rd1ei
-r9deka
-r4dekl
-r4deks
-r6delo
-r6demi
-r7dena
-r6d7eng
-r6d7enh
-rden4s3
-rdense4
-rdenta8le.
-r4deo
-r6depo
-r4derik
-r4d5erst
-rde6sm
-rd3e4ta
-r6d7ett
-r8dé
-rdfes5
-rdi3an
-r4diana
-r4dians
-r6diau
-r4did
-rdi3e2
-r2dif
-rdi6gres
-rdig3s4
-r4dika
-r4dikl
-r4diku
-r2dil
-r6dimi
-r2dio
-rdi3ov
-r4dish
-r2dit
-r2diu
-rd5je
-r1dju
-rd7m
-rd3n
-rdnæ4
-r9dob
-r4d5o4d
-r4dol
-rdon8na.
-rd1op
-r6dor
-rd3ost
-rd1o4v
-rdover5
-r9drad
-r3drak
-rd5ran
-rd7rara
-rd3ras
-r3drei
-rd3ret
-r5drev.
-rd1ri
-rd3rot
-rd3sei
-rd8ske
-rds4kv
-rds5tan
-rd3sto
-rdsto5g
-rds7tre
-rds7tu
-rdsva9r
-rd5t
-rdta8ka
-rd5tr
-rd7tø
-rd3und
-rd5ve
-rdvi8ka.
-r4dyg
-rdy5pe
-rdy3re
-r6d7yt
-r6d5æ
-r7d6ær
-r7d6æ5r6e
-rd1øs6
-rdø4ve.
-rd3år
-rd7å6s
-1re.
-2rean
-re7a6r7an
-rear5e
-4reav
-2reb
-3redak
-6redam
-re3def
-re5den
-re3des
-re3di
-3redig
-r1edl
-2redo
-2redr
-re4d5ri
-red5sku
-red4sl
-reds5la
-red7s6led
-3reduk
-6redy
-2redø
-2ree
-re4el.
-re3er
-8refa
-4reff
-4refi
-2refj
-6refos
-6refr
-4reft
-2refø
-4regar
-rega7ta
-re3ge
-4regeb
-re5gel
-4regen
-4reger
-4regg
-1regi
-re4gia
-re4gil
-reg1l
-2regr
-4regub
-4regud
-2regå
-2reh
-2reid
-2reie
-2r1eig
-rei8ga.
-rei8ge.
-4reik
-rei9l
-rei5na.
-rei7nas
-re5inde
-rei5ne.
-rei7nes
-rein6skj
-re4inva
-rei9ra
-rei5sa
-rei3si
-rei7ska
-reis6led
-re7ism
-rei7va
-rei5ve
-2rej
-6rek.
-re5ka.
-re5kav
-re7ken
-4rekj
-rekk6an
-rek4k5v
-5reklam
-rek4led
-re5k6lir
-re7ko
-4rekob
-4rekom
-4rekon
-6rekos
-4rekra
-3rekru
-r3eksa
-6reksp
-rek4ter
-4reku
-r8el.
-re9la
-4relag
-9relandsk.
-9relandske
-2r2ele
-rele8ge.
-r4e5lei
-6relek
-re7len
-7relene
-6relg
-r3elit
-4re3lj
-r2ell
-rel4lag
-rel6land
-rel5led
-rel4lev
-5r4elm
-rel5ses
-rel4sk
-4re1lu
-4relv
-2re5ly
-2relæ
-2relø
-4re7l6å
-relå7r
-2rem
-remann6
-r1emb
-remi6ene
-remi6l
-re7mis
-rem9ji
-remmed5
-6remn
-rem8na
-rem5p4
-rem1s
-remti9da
-4remu
-8remy
-4remå
-2re3na
-ren4del
-4rendr
-8rened
-re5neg
-re7nei
-4renek
-r3e4nel
-4renest
-6renet
-6rengd
-reng5l
-4rengn
-reng5st
-re5ni
-2renk
-ren6kl
-r3enl
-ren8ne8sl
-rennes9la
-re5no
-ren5sa
-r3enss
-6r7entit
-4r3en5tr
-6rentu
-4renu
-5renz
-6renæ
-4renø
-re5og
-2reop
-re3o2r
-5reou
-8repen
-6r5e6pi
-1repu
-6repus
-1rer
-6rerad
-6re9rang
-4rer6at
-re5re.
-4rered
-4reref
-4rereg
-4rerei
-re4rek
-4rerent
-4rerep
-4rerese
-4reresu
-4reret
-6rerfa
-4rerig
-4rerik
-4r3ernæ
-4rerol
-4rerom
-re3ros
-rero6se.
-re5rot
-3rers
-rers4p
-4rerute
-re6r7øy
-2rerå
-1res.
-2resa
-re2s3c
-re3se
-4resel
-re4sem
-4reset
-resi7ere
-4resin
-2resj
-2resk
-res5ke
-re6s7kje.
-res6kl
-res7kod
-re6sky
-6re1sl
-re4slu
-1resm
-re5smo
-re3sov
-re9spe
-4respi
-4respr
-2ress
-res4sal
-res4sek
-res4sit
-res4sj
-res6sk
-res6sort
-res4sp
-res4st
-res4sy
-res9tane
-5restau
-res6t5erv
-res4tes
-res3té
-4re3sti
-res4til
-re3str
-4restre
-7restv
-4re5sty
-4restå
-1resu
-6resuk
-4resun
-re3svi
-2resy
-2resø
-4retaki
-4retal
-re4tap
-4retea
-8retek.
-6reteke
-4retekn
-6retel
-6re5tem
-re5ten
-4re5ti
-4retj
-4retoa
-2re5t2r
-rets4i
-ret4st
-ret7ted
-ret5ter
-rett8o
-rett6set
-4re5tu
-2rety
-2retø
-5retøya.
-7retøyets
-4re7tå
-2reu
-reu6r
-4revak
-re5van
-reva5re.
-6reveg
-4revei
-4revel
-re6v7enh
-re5ver
-reve5s
-r3e4vig
-re4v5inn
-re7vom
-1revy
-re4v5åp
-3rew
-2reå
-2r1f
-rfa5re
-rfat5
-rfe8en.
-rfe8er
-rfe4et.
-rfei5li
-r4fik
-rflå3
-rfe5m6ø
-rft2
-rfu8se
-rfyr4
-r9fæ
-rfø8rarar
-2r1g
-r5ga.
-rga8le.
-rga8li
-rg5and
-r7gann
-r4g5anv
-rga3ri
-rg3art
-rga4ve.
-r6gedi
-r4gef
-r2gem
-rgent4
-r3geo
-r4gerei
-r4geret
-r4ge3ru
-r4gesj
-r4gesl
-r4gesta
-rgi1a
-rgie4n
-r2gik
-r2gil
-r2gim
-r2gio
-r2gir
-rg3i4ri
-rgi7sl
-r2giø
-rg2le
-rg5le.
-rglem5
-rg3len
-rg3ler
-r2gn
-r4gog
-r3gom
-r2got
-rg5rab
-rg3rea
-rg3rel
-rg5reps
-rg5rin
-r3gru
-rg5sc
-rgs6kor
-rg5s4le
-rg1sn
-rg5s6till
-rg5sto
-rg9stu
-rg2sy
-rgu7d
-rg6ut
-rgå9as
-rgå6va
-rgå6ve.
-2r1h
-rhav2
-rhavs3
-rhjul8s
-rho3d
-r7hu
-rhø5re
-rhånd6s9
-rhå9ne
-ri1an
-4rianf
-4rianl
-6riansv
-ri1ar
-4riarb
-4riarr
-6riau
-2riav
-ri4ava
-3ri6avo
-2rib
-ri2b3l
-ri8ca.
-ri4co.
-ri5da
-4ridale
-ri5der
-ri5di
-2r1idr
-rid3t
-4rieie
-4rieig
-4rieks
-ri1el
-6rield
-4rielem
-6rielim
-riel4la
-rie4n
-ri3end
-4rienh
-4rient
-rien5t4r
-ri1er
-rie5ra
-rie5ri
-4rietat
-ri5even
-2rifa
-riferi9e8
-rif4fi
-rifiserba8
-6rifj
-1rifl
-rif5la
-2rifo
-2rifu
-4rifø4
-ri4ga.
-rig4gr
-ri3gi
-4rigj
-4rigre
-rig2s
-rig6s7t
-2rih
-2rii
-2rij
-5rij.
-ri4kali
-ri5kan
-5rikd
-ri3kes
-ri7ki
-rik7ken
-rikk5j
-4rikl
-ri8k9la
-2ri7ko
-6rikon
-2ri1k2r
-rik4sk
-rik4s5u
-rikt6
-rikts3
-riku6m
-ri3k4v
-4rikå
-2rila
-6r5ilde
-6riled
-ri5lei
-ril6lest
-2ri5lo
-ril4sn
-2rilø
-4rima
-ri9mab
-ri9mar
-6rimes
-ri5met
-2rimi
-ri4mi.
-7rimis
-rim7l
-4rimm
-4rimo
-ri4mor
-4r1imp
-4rimu
-rim9ut
-4rimy
-rina5l
-ri5n6am
-4rinas
-4r5inc
-4rind
-r3indu
-ri4nee
-ri4nes
-2r1inf
-rin7gom
-ring3r
-ring4sa4
-rings5ak
-ring8spa
-2r3inj
-2rink
-4rinn
-rin9nes
-4rinor
-2rins
-rins6k
-rin6sm
-2rint
-rin4t5j
-rin4tr
-2rinv
-ri6nø
-2ri1of
-6ri3om
-2ri1op
-2rior
-rio5s4
-riot3r
-2rip
-4ripe
-ripo4s3
-4ri1r
-4risau
-4rised
-rise5i
-6risek
-4risel
-ri4seli
-4rish
-5risiko
-2risj
-ri6sju
-4riska
-ri4ski
-6risku
-4risky
-6ristad
-4ri5sted
-ris5tik
-4ristil
-ri4sto
-ris5tof
-ri5stun
-6ristø
-ri6stå
-4risv
-4risy
-4risø
-ri3te
-6riteo
-ri7ti
-riti9da
-4ritil
-4ritj
-ri5t6o
-ri5tr
-rit1s6
-ritt8s7t
-ri6tun
-4rity
-2riun
-riu4r
-2riut
-4rivar
-ri6ved
-rive9ge
-ri5vei
-4riverk
-2rivi
-ri4vi4s
-riv5ise
-6rivo
-4riøk
-riø4r3a
-8riøya
-4riå
-r1j
-rj7ambi
-r4jere
-r2jes
-r4jeti
-r4jetr
-r4jetu
-rju6la
-2r1k
-rk3akt
-r6kanf
-r4kao
-r4kapr
-r6katr
-r3ke.
-r2keh
-rk5eik
-rkei8ka
-r6kek
-r4kelo
-r4ke3lu
-r3ken.
-r4kenav
-r3kene
-r4keni
-r5kens
-rke5ri
-r4keris
-r4kero
-r5kers
-r4ke3ru
-r4kerø
-rke4se
-rkeslø7se
-r9ket.
-rk4han
-r3ki
-rki3d
-rki3e
-rki4vi
-rkjek8
-rk5jor
-rk1k2
-r5k8led
-rk2li
-rk5lun
-rk9lut
-rklæ5re
-rk2lø
-rklå9ra
-r3knek
-r5knep
-rk7nes
-r3kno
-r2kob
-rko6b5r
-r6kofo
-r2koh
-r4kola
-r4koli
-r4kope
-r4kora
-r4koru
-r4kosel
-rko6sele
-r4kosj
-r6k7ras
-rk5rei
-r5k6rem
-r8ks
-rk4sar
-r6k6seg
-rk2s1i
-rk4ska
-rk1st
-rk6stal
-rk4sten
-rk4s5ti
-rk4stj
-rk4sto
-rk6s5vi
-rk5ti
-rkti4s
-rk5to
-rku4le.
-r6k7u6t
-r4k5ve6d
-rk9vei
-r5kvel
-r4kver
-rk3ves
-rk5vik
-r4k5øl
-r2k3øy
-rk9øys
-rkå4k
-rk5åke
-rkå6pa
-rk5å4s
-2r1l
-rla4te.
-rle4a
-r2lef
-r3lep
-r4l5e4ri
-r6le7sl
-rle4st
-r4lesu
-r4leu
-r3l4i
-rli9ke
-rling3s4
-rli8ta
-rli4te.
-r3lj
-rl6o
-rlog2
-rlo5ve
-rl4sk
-rlu4e
-r3ly
-rlys7k
-r6l5z
-rlø8pa.
-r5løy9
-2r1m
-rma6ge.
-rma5k4l
-r4m5alte
-rm3anl
-rm4ans
-r6manv
-r4mare
-r4marr
-rm5av
-rm3b
-r2me7g
-r2mek
-rme6lap
-rme5ne
-r4menet
-r6merev
-r4mese
-rme9tar
-r4mey
-r4m5ide
-rmi6ene
-rmini6
-rmin5ski
-r6m5inst
-rm5i4v
-rm1je
-rmlø8pa
-rmo4e
-r2mof
-rm1op
-rmo7st
-rm7p
-rm5s6ko
-rm1sl
-rms6n
-rm1st
-rms5til
-rm1su
-rmta8la
-rm3te
-rmu7an
-rmue4
-rmue5ne
-rmu8la.
-rmu6le.
-rm5øy.
-r9må.
-rmål4
-r6m5åp
-r9mår
-r6m7åta
-2rn
-r3na
-r4n1ak
-r4n3ald
-r6n5appar
-r4narb
-r4n3art
-rnat7r
-r4natv
-r6n9a6vis
-rn3avl
-rn3d
-rndø4
-rndør5
-r3ne.
-rne5a2
-r5neboe
-r2nec
-r4nef
-r2nel
-rnele6ge.
-r3nell
-r3nels
-r4n3eng
-r4nenh
-r4nerei
-r6neris
-rne3ro
-rne1s2
-r5nes.
-rne6se.
-r8nesi
-r4ne3sk
-r4nesm
-rne3so
-rn5e4tab
-r4nete
-r2nev
-rne5vr
-r2nés
-rn5g6
-r4ninn
-rn5k4
-rn3n
-r5no.
-r4noa
-rno5b
-r4nod
-r4noi
-r6nok
-r2nom
-rn5omn
-rn3oms
-r4n1op
-rn3ork
-r2nos
-r4n1o4v
-rn7se
-rn4s3in
-rn5ske
-rn3skr
-rn5sla
-rnsle7ge
-rn7s6mi
-rn6s3ovn
-rn5spon
-rn3s4pr
-rn1st
-rn4sti
-rn3te
-rn5ti
-rn7tr
-rntre4
-rnt4v
-rnu4
-rn5ug
-r6n3ut
-r7nøt
-r4n5øv
-rnå8le.
-rn3ås
-ro1ak
-roa4s
-ro5asi
-9roban
-9robar
-1robe
-ro4bed
-ro4bef
-5roben
-ro4bes
-5robølgj
-1roc
-r3odds
-7rodo
-ro5end
-ro7ens
-ro7fa
-ro4fel
-ro4fem
-roff5ri
-ro7ga.
-roga9ta
-ro7ge.
-rog5ret
-ro6gry
-rog1s4
-ro2gu
-1roi
-ro4kel
-ro5ki
-rok6kat
-rok6keri
-rok5kl
-rok4kom
-ro7k6l
-rok5n
-rok7s
-rok8se.
-rok5v
-roli7ga
-4rolj
-rol4lab
-rol4lap
-rol4leg
-rolle8ge.
-rolle8se.
-rol4lis
-rol6ly
-rolo9v
-2roly
-ro6mak
-ro4mal
-3ro5m8an
-ro4mate
-2rom7b
-4ro3me
-rome5d
-4romk
-4r3omn
-ro4mor
-2romr
-rom5sla
-r7omsy
-romsø3
-rom3t
-ro5ne.
-ro7nim
-6ronism
-6ronista
-8roniste
-6ronisti
-4ronn
-ron4na
-rono5s
-ron1s4
-ronta6le.
-ro4pad
-5ropet
-ro4pia
-ro8pla.
-2ropp
-ro9py
-ror3a
-ror6da.
-ro3re
-ro1ru
-ro4sat
-ro5sel
-ro3sen
-4rosl
-ros3la
-ro4sm
-ro6sov
-ro1s1p
-ros4st
-ros4sy
-ros7tas
-ro3sti
-ro3str
-rost7rø
-rot5ekte
-ro5tes
-rote7ster
-roti7ka
-rot5ord
-ro5tu
-6roty
-roun2
-round3
-ro5ut
-ro5va.
-ro9vare
-ro7vas
-ro5vek
-ro7ven
-rove5re
-rov5sm
-rovve6
-rò6te.
-2r1p
-r5pa
-r6parb
-r5pefo
-r4peno
-r6penø
-r5pesk
-r5pet
-rp6j
-rp2l
-rp3lad
-rprø5ve
-r3pu
-rpun7g
-r6p5ut.
-r6p5øy
-r2påk
-2r1r
-r8raa
-r2rag
-rra3r
-r4raro
-rr3d
-rr6e
-r4reb
-r7rebart.
-r2ref
-rre7int
-r4rekl
-r5relat
-r4reo
-r4repl
-r4re3ru
-rre5sk
-r4resm
-r4reso
-r4respe
-r3ress
-rre4st
-rres5ta
-rre7sti
-rre5str
-rret6s5
-rre5u
-r3ri
-rri6ka.
-r6rip
-rri5v
-rr3m4
-rrmå8la
-rro6e
-r5rom
-rro8sa
-rro8se.
-rro8ta
-rr5s2
-r2r3un
-rr5v
-rrå5de
-4rs
-6rs.
-r1sa
-rs3ab
-r2s7ad
-r3sak
-rsa5ka
-r6sakt
-rsa6la.
-r8s9ald
-rs3all
-r5sam
-r4sarr
-rs3arv
-r1sc
-5s6ch6l
-r8sedi
-rse6g7
-r4seku
-rs4ela
-rs7eld
-r4seli
-r4s3elv
-rs5e4rik
-r3ses
-r4sesi
-r6sesu
-rse4te.
-rs6ett
-rsett8o
-r7sim6
-rsimp7
-rs1in
-r5s4ing
-r4sins
-rsis5t
-r7sja
-r4sjh
-rsj3or
-r3skad
-r6s7kaf
-rs4kam
-r3skap
-r4skar.
-r4skas
-r4ski
-r5skil
-rsk7inns
-r1skj
-rs5kjens
-r6skl
-rskla8g
-rsk5lar
-rs4k5le
-rs4k3læ
-r5sko.
-r5skoe
-rsk3op
-r4skor
-r3skot
-r1skr
-r4s3kra
-r5skriv
-r4s3kro
-r1sku
-r5sku.
-r5skue
-rsku7et
-rsk5und
-rsk5var
-rs5kys
-rsk5ø
-rs4lef
-r4slei
-rs4lek
-rs4les
-r5s6lit
-rs3lok
-r4slun
-rs4make
-rs4mo.
-rsmål4
-rs6nev
-r1so
-rso9a
-rs5oml
-rso6n5
-rso7n6al
-rso5n8e
-rso5n6i
-rsons4
-r2s1or
-rs5ord
-rso7ris
-rs1ov
-r1sp
-rs4pan
-rs6pat
-r5spel
-r4sper
-r7spes
-r5spi
-rs4por
-r5spred
-r4spå
-rs3s6
-r1s2t
-r4s5tabb
-rs5tank
-rs3tap
-r6st7b
-rs4ted
-rs4tem
-rs5tend
-rsten6s
-rs5ter.
-rstev9na
-r3stil
-r4s5tilf
-r4s5tilh
-r4s5tils
-r4s5tilv
-r5stis
-r4stit
-r6st5k
-rst4r
-rs9tre.
-rs7tree
-r4strin
-r4s5tro
-r5strø
-rst7ut
-rstu9va
-rstyg7
-r3st6ø
-r7stå
-rs5ukl
-rsu9r
-rsu7sa
-rs5usi
-r1sv
-rs8vak
-rsva9ra
-rsvar4s5
-rs1ve
-r3s4vek
-rs5vit
-rsy4na
-rsy3t
-r1sz
-rsøks3
-rs9øye
-6r1t
-rt5ad
-r4t5af
-rta4ka.
-r4tana
-rt3anl
-rta9pa
-r4tarr
-rt3art
-rt3avs
-r4tec
-r4teda
-r3tede
-r2tee
-r4tego
-r4tegr
-r4teie
-r4te3in
-r4teka
-rte6ke.
-r4teki
-r4teku
-rt5e4lit
-rte6ma.
-r3temp
-rten4s5k
-rtentle8
-r2teo
-r7t6er
-r5terd
-r5teres
-r4teris
-r5terk
-r4terå
-r4tese
-r6tesk
-r6testi
-r4teta
-r4tete
-r4tev
-r4th
-rtian8d
-r4tians
-r4tiar
-rti8ar.
-rti5en
-rti6gra
-r4ti3kv
-r4tila
-r4tili
-r4tilo
-r4ti7na
-r2tio
-r2tip
-rti7sa
-r6tiska
-r4tiski
-rt6i9so
-r4tisp
-rtis3s
-r4ti5str
-r3titu
-r2tiv
-rtma6le.
-r5to.
-rt3off
-r9tofo
-r9tok.
-rt3omk
-r4t3opp
-rt6opp.
-rt3ord
-r6t7o6s
-rt1o4v
-rt2r
-rt8ra
-r9tre.
-rt6red
-rt3reg
-rt3rei
-r4t5reko
-rt5rel
-rt5rep
-r7trib
-r4t3ris
-r4t5ros
-rt3rut
-r5t6rål
-rts3ar
-rt4seg
-rts5eng
-rt2si
-rt4s5ja
-rt5ske
-rt3skj
-rt5s4no
-rt3s4pe
-rt4sti
-rt7s6trek
-rt4s5tøy
-rts5unde
-rt3t4
-rtu6en.
-r7tug
-rt3und
-r2t1ut
-rtu8ve.
-rty8da.
-rty8de.
-rtyr5s
-rty6ra
-rt5yt
-rtæ9ra
-rt5øl
-r6t5ås3
-ru3and
-6ruav
-ru6avh
-ru8bl
-ru5bo
-ru4di.
-rud4r
-ruds4l
-ru4ele
-rue4r
-rue3s4
-ruga8l
-ruga5t
-rui3d6
-4ruk
-ruk4su
-rukt3s
-ru9la
-4ruli
-6r7ulk
-rul8ke.
-r2ull
-r7ulv
-r4um
-rum3al
-rum4p9l
-5r2unde
-run5del
-6r3under
-7r4under.
-r5unders
-rund3r
-rund3s4
-run6ge.
-4ru2ni
-run5kr
-r7uly
-ru4nøy
-ru2r
-ru5ra
-ru8ran
-ru8rar
-ru9rer
-rur8ta
-r4us
-rus2h3
-6r7u6sik
-rus5j
-rus7lu
-ru1s4o
-rus5sel
-rus4st
-ru4s4t3r
-r4uta
-ru3tal
-ruta8la.
-r7utan.
-r4utbe
-4rutd
-rut8e
-rute3i
-ru4tel
-ru9tene.
-ru9ter
-2rutg
-r1utk
-rut9o
-6rutr
-rut4re
-ru6trø
-rutto5
-2rutv
-ru5va
-ru4ved
-ru4veg
-ru4vei
-ru4vel
-ru4vere
-ru4ves
-ruvi8
-ru6v7is
-2r1v
-rv4a
-rva7ka
-rva6la
-rve3de
-rve4den
-r4vedr
-r4vega
-r4vegi
-r4vegr
-r4veim
-rveis7e6
-rve5kl
-r4vela
-rvel9le
-r4v5eng
-r5ver.
-rve5re
-r2ves
-r2vev
-rvil9l
-rville9d
-rv2j
-r4vos
-r4vov
-r3vr
-rv2s1
-rv5ung
-rvå7r
-4r1w
-rx1
-ry1a4
-ry2dr
-ry7fe
-ry5fl
-ry5ke.
-2ry1kl
-ry7le
-ryl4l5i8s
-4r5yndl
-ry4nes
-ry5nes.
-ry4pa.
-2ryr
-ry8re
-r1yrk
-ryr4ke.
-ry9ro
-ry5rø
-rys6sal
-ry5ta
-ry4tek
-1rytm
-r3ytr
-r4z
-ræ7le
-8r3æ4re
-8r3æ4ren
-rær5in
-rær8t
-ræ8v
-2rø.
-rø8ar
-6røb
-rø4be.
-rø4dek
-rød1s
-4røep
-røf5l
-rø4ke.
-rø4kero
-røk3l
-4røkn
-røk5s4
-røk7t
-røk1v
-2røl
-rø6m
-røm1a
-røn5nes
-rønn5s4a
-rønn5sk
-røn5sko
-5r6øntg
-rø4pe.
-røp9l
-1rør
-rør5d6
-r6ørende.
-rø7ret
-5rørl
-rø2r3o
-rør4sp
-r8øs.
-rø3se
-rø5sla
-røs5v
-rø8ta
-røt9as
-rø1va
-rø5vede
-rø9vers
-rø1vi
-r4ø5væ
-2r1øy.
-4røya
-røy9ar
-røy6ed
-røy6ene
-røy5es
-røy4et
-5r6øyk
-3røyr
-røy5re
-røy8senes
-6røy4s3k
-røy4st
-2rå.
-rå7a
-4råag
-4råb
-3rådet
-rådy9ra
-rå9ene
-2råf
-4rå5g4
-2råkj
-råk3re
-rå2k3u
-råk1v
-4rål
-råle7s8
-rå4let
-rå5let.
-rå5lu
-r5ånd
-rån6da
-2råp
-2r1år
-rårs5k
-rå5ru
-rå1s
-4råsb
-2råse
-rå5si
-2råsj
-rås4t
-6råta
-råta8ka.
-rå5tr
-rå5tu
-2saa
-5saa.
-sa4ba.
-s6abe
-s8abl
-sa5bok
-s3abon
-sa5by
-sa3ce
-sa4dag
-4sadam
-sa4dere
-4sadm
-sa4do
-2sadv
-sae5d
-3saen
-7saer
-1safe
-5saga
-sa4ga.
-sa4gas
-sa4gat
-6sagent
-6s5agg
-6s5a6gi
-sag8na
-sa6go.
-sa4gog
-2s1a2gr
-sag3s4
-sa3ik
-sa5ir
-sa1is
-5sak.
-sa2ka
-3saka.
-4sakad
-sa5kai
-3sakb
-3sakd
-3s4a3ke
-5sakf
-1sakh
-sakh5e
-1saki
-sa4kj
-sak5kr
-s4akky
-5sakl
-5sakm
-4sako
-3sakp
-sa1k2r
-5s4aks.
-sak4s3i
-4s3aksj
-sak4sp
-5saksr
-5saksu
-2s1akt
-sak6ta.
-5s4akto
-s4aku
-4sa7kø
-1s4al.
-sa1la
-4s5alarm
-7sala.
-5sa5lat
-4salb
-1sa3le
-sa9let
-1salg
-s4alge
-4s5algo
-salg6s5
-s6ali
-sal4mes
-sa5lo
-5sal2s3
-sals4a
-4salter
-sa1lu
-3salv
-sal5ved
-2saly
-1s2am
-5sam.
-sa2ma
-sa5ma.
-sam4an7
-sa5mas
-sam5ei
-sa4mel
-sa4met
-5saml
-sam4lev
-5samm
-sammen5
-sa4my
-4s1a2na
-sa9na.
-sa7nar
-sa3nat
-san6da.
-san7d8al
-5s6ande.
-sand5r
-sand5s6lo
-sand5st
-san4d5ø
-1s2a5ne
-4s3a6nek
-5sang.
-3sange
-4s3angr
-s7anken
-2s1anl
-s5anm
-san5ne
-6sanno
-sa2no
-s5anor
-san5os
-san1s
-5s4ans.
-4sansa
-5s4ansen
-san7s6k
-4s5ans8l
-6sansv
-s8ant.
-san9te
-6santr
-4santy
-4s1anv
-2s1ap
-sa2po
-1s2ar.
-1sara
-6sarab
-2sarb
-s4ard
-9s8are.
-4sareal
-4sareg
-sa5rev
-3sari
-sa4ri.
-sar6ka.
-4s3arki
-2s1arm
-sar5me
-sar8me.
-s1arr
-2s1art
-sar4ta.
-sa4ru
-4sarv
-s4ary
-1sas
-8sasju
-2s1a4sp
-4s1ass
-s6ast
-4sasty
-2sasu
-4sasy
-1sat
-sa1ta
-sa5ten
-sa3ti
-2s1atl
-4s3atmos
-sa1to
-4sa5t6r
-s5atsk
-5satt.
-4s3atta
-6s5atten
-satte4s
-5sau.
-sau4d
-sau5di.
-5saue
-4saug
-sau6ga
-s3auge
-sau6ge.
-2s1auk
-5saum
-3saus
-4saut
-2s1av
-s2ava
-sa4ve.
-5s6a5v6in
-sav5n
-3savu
-8s9b4
-sba4ne.
-sbi6e
-sbo4da
-sbu6et
-s6bug
-sbul3
-sby8ta
-4sca
-1sce
-2scel
-s4cene
-s3cer
-6sch.
-8schl.
-6s7cl
-4sco.
-6scoc
-4scos
-s4cus
-8s9d6
-sdag4s5
-sdam9p
-sde6le.
-sdu8en.
-sdu8er
-sdø8v
-1se
-2se1a
-3sea.
-sea4g
-se3an5d 
-se7ansa
-sea9re
-5se4au3sk
-2seb
-4sec
-4sedag
-sed5d
-se3de
-5sede.
-5sedl
-4sedo
-2sedr
-2sedu
-6sedvanle
-2sedø
-5see.
-see3d
-2seef
-2seeg
-se6e3i
-se3e4l
-se5en
-seer1
-5sees
-2seev
-2sef
-s1eff
-4s1eft
-6sega
-sega6l
-se2ge
-se6ges
-se3gev
-seg8ga.
-9segl.
-7seglet
-3segm
-4s2e7g8r
-2seh
-2seid
-sei8dan
-sei9den
-sei8e9nes
-s5ei4et
-2seig
-sei6ga.
-sei5ge
-sei5k
-3se8il
-6seim
-2sein
-se3ind
-s3eini
-se6ink
-se3ins
-se3int
-sei5r
-3seis
-2sej
-5sej.
-2se5ka
-3seke
-4seki
-2sekj
-5sekk
-sek4kes
-2sek4l
-4se3kn
-2seko
-se2k1r
-4sekra
-4sekri
-4sekro
-3s4eksj
-4seksp
-sek4st
-sek2t3an
-sek6te.
-sekte9ra
-3sek5to
-4seky
-4sekå
-s2el
-2sela
-se6la.
-3selak
-5selane
-5selar
-sel5art
-s3e4las
-se6l5at
-sel1d
-se4le.
-4se5led
-6selega
-4selei
-4s3elem
-4seleng
-4seles
-4s3e4lev
-5s6elg
-4selik
-4selil
-4selis
-4s3e4lit
-sel6løp
-2selo
-7selol
-se3lom
-3sels
-sel4sin
-8s5elske
-sel9s8lag
-sel4spo
-sel5t6
-2selu
-se6l7u6r
-sel4v5ak
-sel4van
-selv3e4
-sel4ve.
-selvei4
-sel4ver
-sel8vin
-2sely
-2selæ
-2selø
-selø8pa.
-6selå
-2se3ma
-3semb
-7semd
-se5me
-se4mi.
-semini6
-2s1emn
-sem4na
-9semnd
-2semo
-sem5pe
-2semå
-s2en.
-6senau
-sen9d8a
-sen6dela
-6senden
-4sendr
-s2ene
-4sened
-se3neg
-4senem
-8senesa
-6senese
-sene8se.
-s5engas
-2s1enh
-se6nin
-s3enkj
-5sen3n
-s2ens
-4s5ensem
-sen6s5end
-sen4sj
-sen3so
-7s6ent
-sen5ter
-8s7en5trep
-4senum
-4seny
-2senæ
-6senø
-2seo2
-7seod
-se3or
-2sep
-se3pe
-seperso5
-3sept
-s2er.
-se3ra
-4seram
-5seran
-4serap
-5seras
-6serau
-ser5d
-s2e5r4e
-5sere.
-4serea
-4sered
-4seref
-4sereg
-4serei
-4serek
-4serel
-4serenn
-4serent
-4serep
-4sereso
-4seress
-4serest
-4seresu
-4seret
-4serev
-s1erf
-s2eri
-seri6e5ne
-4serik
-4serkje
-5serkr
-5sern
-ser7nev
-2se1ro
-se4rop
-se4ror
-se4ros
-9s6ert
-ser4tak
-ser6tat
-ser4tr
-se1ru
-4serul
-se4r3un
-ser4ved
-ser4vel
-2sery
-2se5r6ø
-2serå
-5ses.
-ses5ald
-5sesals
-ses5alt
-4sesc
-2sese
-se4sene
-ses5in
-se3sj
-4sesje
-4sesjuk
-ses5kal
-ses5kar
-ses5kv
-ses5lit
-se3sna
-5seso
-ses3pr
-ses4s5in
-se1st
-5sest.
-5seste.
-4sesto
-ses5un
-ses1v
-2sesy
-4sesø
-ses3å
-3s2et.
-2se2t6a
-3seta.
-se5tae
-seta8ka
-se5tar
-6setea
-4seteg
-4setei
-4setek
-se7tel
-se4tera
-se5tero
-4setes
-2se3ti
-se8ti.
-s3e4tik
-s3e4tis
-4setje
-5setje.
-7setl
-5setn
-2seto
-2set6r
-s4ets
-s5etters
-2setu
-2setv
-2sety
-6setø
-3seum
-4seun
-seure9ne
-seu2t
-2sev
-seva6ne.
-s8e5var
-sev4d
-sevi4sa
-s1evn
-sev4ne.
-se3vr
-3sevåg
-2seyn
-2seø
-2seå
-1sé
-2séa
-6séb
-4sée
-4séf
-4séj
-4sék
-2sél
-4séo
-6sép
-9sér
-4sés
-2sév
-2s1f
-sfa4ne.
-6sfe
-sfe6et.
-sfes5
-sfisken8
-sflå3
-s5fo
-sfo8ra
-sforlø9
-sfra5s
-sfri5e6re
-sfyrs5
-3sfæ
-sfø9ren
-sfø5rer
-sfø5ri
-6s9g6
-sga4l
-sga8va
-sga4ve.
-sgen9s
-sge4st
-sgå4va
-sgå4ve.
-s1h
-4sh.
-sha2k
-s7hat
-s3hau
-6she
-shea4
-s5hei5
-7sh6e4rif
-s4hi.
-s6hip
-sh5isk
-4shj
-6s7hopp
-3short
-3show
-6shs
-2shu
-4s5hy
-s5hø
-shø8l
-shø6va
-shø6ve.
-s7hå
-1si
-sial5v6
-4sia5m
-si7ans
-4siap
-4siav
-si2bl
-3si2da
-3si4de.
-3si3den
-si4deo
-s4ider
-si5der.
-si4dete
-2si2do
-4s1idr
-sid8ra
-4sidy
-4sieg
-si1el
-sie4n
-si5er.
-si6eren
-sie4s
-si3est
-6sife
-si3fl
-2sifo
-si4f3r
-2sifu
-4sifø
-3sig
-siger4s
-4sigi
-4s3iglo
-si5gr
-4sih
-3sik
-si3ka
-si5ke.
-sik2h7
-sik4ka
-sikk8artet
-sik4k5el
-sik4ko
-siko3
-si4kom
-si4kop
-si4kos
-si4kot
-sikt4s3
-s2il
-5sil.
-3sild
-sil4del
-sil4der
-sil4des
-sil5j
-sil2k
-sil4les
-2silø
-si6mel
-4simet
-2simp
-si3mu
-4sinde
-4s3indu
-si3nek
-2s1inf
-sing4s5a4
-7singu
-si4ni
-4sinj
-2sinn
-3s4inn.
-7s4inna
-s6inne.
-5sinnet
-s3innh
-s5innk
-s3innl
-4sinnt
-si5nob
-sinsk5e
-2s1int
-4sinv
-si6nø
-4si5ov
-si4pa.
-si8pe.
-si6re.
-si7ren
-si4ri.
-sir8kl
-s2is
-si5sel
-si4serf
-sis5e4v
-si6sin
-6sisju
-si4sk
-sis5ke
-si4sn
-si4s5te
-si4sti
-sis3to
-4sisy
-3s2it
-si5ta
-sit8ji
-si6t7ra
-si4t5re
-si4tri
-sit3s4
-sitsva9
-sit6term
-sit4tes
-si4umf
-4siut
-5siva
-si9van
-si6vek
-si8vi.
-si9våt
-1sj
-2sj.
-s2ja.
-8s5ja9g
-4sjam
-s4jan
-4sjanl
-s7jarn
-2sj3av
-6s7jaz
-2sjb
-6sjd
-5s4je.
-sje4f3i
-sje4fla
-sjef5t
-sje3g
-sjek4t5o
-3sjel
-sje4lev
-3s2jen.
-5s2jene
-4s3jent
-5s4jer.
-s2je5s4
-5s4jet.
-sjet4ti
-2sjf
-2sjg
-s6jim
-2sjk
-2sjl
-2sjm
-2sjn
-2sjob
-5sjok
-4sjom
-9sjon
-sjons7
-2sjor
-2sjou
-2sjp
-2sjr
-2sjs
-2s6jt
-s6j3t6sj
-sju1a
-6sjub
-6s7jug
-sju8la
-4sjun
-4sjur
-2s7jus
-5s2jø
-sjø3k6
-sjø1p
-sjø9rø
-sjø1s2
-sjø3t8
-6sk.
-1ska
-2ska.
-4skab
-skabe3
-s2kad
-8skae
-4s6kag
-2skak
-5s4kal8a
-ska5lar
-2skam
-s4kaml
-4s5kana
-4skande
-4skane
-4skano
-6skant
-5s6kap.
-9s8kapa.
-4skapas
-5skapen.
-6skapit
-4skapp
-2sk2ar
-sk5arab
-sk7arbe
-5skard
-4s5kark
-6skars
-4skart
-3s8karv
-2skas
-4skate
-8skay
-4skb
-6skd
-2ske
-s4keda
-s6kedo
-s2keh
-s6kei
-skei5er.
-s8k5e4lev
-s6kelik
-skel3t
-s4kelu
-s3ken.
-s4kena
-s6kenav
-s4keno
-s5kens
-5skept
-s5ker.
-s4kero
-s5kers
-s2ke1s
-ske3si
-skes4m
-ske5sn
-s4ketet
-s3ke4t3j
-s6kev
-s2key
-2skf
-2skh
-1ski
-5s6ki.
-7skia
-4skid
-5skie
-5skif
-5s4kik
-s6kill
-5s4kilt
-ski6net
-ski4nin
-5sk8inns5
-skino6
-5skiol
-5skip
-2skir
-s4kire
-6s5kirk
-sk5irs
-s6kis.
-7skiss
-4s5kist
-5s2kiv
-s6kje.
-5skjema
-6skjemas
-5s6kjer4m3
-3skjer5m4e
-7skjers
-3skjor
-4s5kjærl
-5skjøn
-6skjøp
-skjø5res
-2sk1k4
-2s1k2l
-6skla
-sk5lak
-s6k5lan
-s5klas
-sk9leg
-s6klei
-sk3lek
-sk5ling
-sk5lit
-s4k5luf
-s2klyd
-2skm
-2skn
-s1knu
-4skoa
-7skodd
-4skof
-3s2kog
-2s3koi
-1skol
-7s4kola
-3skole
-4s3koll
-4skom
-s6koma
-s5k6ome
-6s1kon
-4skoo
-sk5ord
-s6korpi
-s7kors
-4skort
-2skos
-s2kot
-3skott
-sk8ra
-s4k9ra.
-5s4kral
-s4krat
-s2k7re.
-4s3kref
-6skreg
-5s8krek
-4s3kret
-5skrevn
-3skrib
-3skrif
-4skrig
-3skrik
-3skrip
-4skrite
-3skriv
-5s4krog
-s3kron
-4s3krop
-sk6rud
-skru3s6
-6skryss
-1s2krå
-2sk1s2
-2sk3t4
-5skud
-1s4kue
-sku4end
-sku4er
-skue5re
-1skuf
-5skulan
-5skular
-3skule
-6s5kulis
-4skull
-s4kulp
-4skult
-skum3s
-2skun
-s6k5underv
-4skup
-8s5kurs
-8skurv
-2skv
-sk5va.
-3skvad
-sk3vas
-s6kven
-sk3ver
-sk5vit
-3skvu
-1sky
-s6kya
-s6kye
-4skyr
-sky3re
-4skys
-6s6kyss
-5s6kysk
-3skyt
-6skæ
-6skø.
-6s5køa
-4skøe
-1skå
-skå5re
-6skåt
-sl4
-sla8da
-s3lade
-sla5ge
-sla8ge.
-sla5ke
-s5laks
-3slakt
-3slal
-4s3land
-slap5pe
-s5laran
-s5lare
-4s5last
-s1lat
-sla4te.
-4s1lau
-s5laus
-sla1v
-3slave
-sla4vin
-2sle.
-s8leda
-7slegare
-5s6legas
-s4legi
-s4legn
-s6legr
-6slei
-slei5er.
-s4leiv
-8s5leke
-s5lekk
-s2lel
-s4leme
-4sle7ne
-s6lener
-s6len6t3
-2sler
-8s5les
-s6lesj
-s4leso
-s6lest
-s4leta
-s5lev
-s4leva
-4sley
-s5lia
-2slid
-sli4en.
-6slig
-sli5ke
-s4likk
-2slin
-8s3linj
-slin6t5
-3slip
-5s4lit.
-3s4lite
-4s5liv
-slob5b
-slott4
-s6lott.
-7slottet
-1slu
-8slu7a
-2slu2e
-slu5es
-6sluf
-4slug
-sluk3s6
-slum4p5
-slum5p6e
-s3lund
-s5luns
-s6lup
-slu7sa
-s4lut
-s1ly
-sly8et.
-1s4lyn
-4s5lys
-sly8t
-slæ6rari
-2sløn
-8s5løp
-slø4pa.
-s6lør
-2sløs
-slø8s5a
-3s4løsi
-slø5va
-slø5ve
-slø5vi
-5sløyd
-sløye7
-9s4lå.
-s4låe
-s1lån
-slå5ner
-1slåt
-s1m
-sma6d
-3smak.
-5s4maken
-sma9let
-4sman
-s4med.
-s4mede
-6s5medi
-s4medk
-smeg5
-4smei
-smek7l
-s4mekt
-8s5meld
-3s4mell
-5s4melt
-2s5men
-3s4mert
-6smes
-s6mesi
-s6mia
-s4mie
-smi4ene
-s4mig
-s6mil.
-smi7la
-s6mile
-smini6
-s2mit
-smo7a
-smo8de.
-s2mok
-6smot
-3smug
-6s5mugg
-smul2
-s6mula
-s4muld
-s6mule
-5smurt
-1s2my4k
-6smøn
-1s2mør
-smør3s
-4smøt
-5små.
-små5r
-s8mått
-s1n
-8sna.
-s4nab
-7snak
-4s3nas
-6s3nat
-4snav
-4sne.
-4sneb
-4sned
-s6nee
-s4neg
-3snei
-snei5er
-sne4kri
-s7nekt
-s4nel
-2snem
-4sner
-6snes
-sne9sa
-snes9v
-4snet
-s6nif
-sni6gl
-s2nik
-snik5ko
-3s2nil
-6s3nin
-3s2nip
-snir4
-5s2nit
-2s3niv
-s8no.
-s6noe
-s5nord
-6s7not
-5s6nud
-s3num
-s4nur
-7snut
-8snyh
-2snæ
-snæ4re.
-5s6nø.
-snø5d4r
-5snøe
-1s2nør
-snø1s
-snø5vi
-so3al
-so8ar
-4soav
-2s1ob
-so2bl
-1sod
-so4da.
-5soe
-sofa1
-so4fag
-so4fas
-6s5off
-6s5ofre
-soft1
-so2ga
-so8gi
-so7gl
-sog6nem
-6soh
-5s4oi4
-so5id
-5sokn
-4soks
-sok4se.
-7sol.
-so4la.
-sol5av
-1sold
-so4le.
-solei5er
-so4lene
-sol5f6
-1so7li
-2solj
-so2lo
-so8lo.
-sol3s2
-sol5t4
-so4lum
-so4lø
-3som.
-so6mend
-4s3omfa
-4s1omg
-5somh
-2s1omk
-4soml
-1som5m
-sommar5a
-3s6omme
-somme6r5e6
-2somr
-7somren
-5somrer
-6s3områ
-s1oms
-som5sl
-s4omst
-som5sti
-4somsy
-1s2omt
-5somt.
-6somta
-3son
-so4na.
-son7da
-7s6one
-so8nea
-song3s4
-so4n3o
-sons4k
-son5st
-so2nu
-so4ny.
-2s1o2p
-so7pak
-so9par
-so7pet
-3sopp.
-5soppa
-3soppe
-sop4pi
-8sopple
-so3pr
-1sor.
-7sora
-so3ran
-5sorb
-4s1ord
-sor4da
-1so1re
-so4rek
-7sorga.
-sor4gl
-so2ri
-4s3orie
-7soris
-so5riu
-4sorke
-sor5n
-3sor5s
-7s8ort
-1sos
-4s5osc
-so8se.
-6sosf
-4sosj
-so4sl
-so5te
-so8te.
-so4tra
-sots4
-sot5te
-sot4ti
-4sou
-2sov
-so3va
-so4ve.
-so5ven
-sover5e
-sove3s4
-5sovet
-3sovj
-sp2
-4sp.
-spa5g6h
-7spak.
-7spaka
-5spake
-8spakk
-s2pal
-s3pall
-5spalt
-3s4pann
-3spari
-4spas
-5s6paser
-4spe.
-spe4a
-8speda
-spe9dé
-s4pee
-1s2pei
-s2pel
-spe4leg
-spe4les
-5spelet
-3s4penn
-s4pent
-s5pep
-spe4r5and
-6speri
-4sperl
-s4perr
-s3pers
-3spesi
-s4pest
-s9pet.
-1spi
-6s5pilo
-4sping
-s2pio
-2spip
-spi7res
-spi7ri
-spi7ro
-5s6piss
-2s3piz
-2s1pl
-8s9plant
-sp9lar
-4sple
-s4plin
-3split
-sp6o
-2spoe
-spo6et
-2spol
-5s6pole
-6s7poli
-s4pora
-s4pore
-5s4pors
-sport6s5
-3sporv
-2s5pos
-4spot
-s3pote
-spo5v
-9sprag
-5spran
-6s3preg
-5sprei
-s4prek
-spre5ke
-s3prem
-5s4pren
-6s5pres
-5s4pret
-s6print
-s5prio
-8sprinsi
-8s3pris
-8s7pro
-6s5prob
-s3prod
-4sprof
-5sprog.
-5sproge
-5s6pross
-1spru
-s4pry
-3sprøy
-5språ
-2s3ps
-8spub
-2spul
-3s2pyd
-5s2pø
-6s3pøl
-sp5øy
-9spå.
-5spåd
-8s9r
-sre8ka
-sre8ke.
-sri8e9
-sri8ka
-sri8ma
-sri4ve.
-s5ro
-sro4e
-sro6pa
-sro6sa
-sro6se.
-sro2t
-sro9te
-srot5o
-srø1v
-srå4da.
-sråde9r
-srå6ders
-srå8ma
-4s1s
-s7sabel
-s7sabl
-s6sae
-s4saj
-ssa8ke.
-ssa6la.
-ss5all
-ssa4me.
-ss5amp
-s5sane
-s7s8ar.
-ssari8e9n
-s7s6arm
-s4sarr
-ssar8ve.
-ss6as
-ssau8sa
-ssau6se.
-s6seet
-s2seg
-sse5ge
-ss5egg
-ss4el
-sse5li
-ssel5s
-ss9elv.
-ssel5v6å
-s2sem
-s5sen.
-sse8na.
-ss5enden
-s5sene
-s4seni
-ssen6ke.
-s4senu
-s6senå
-s5ser.
-s6serab
-s6serat
-sse7sk
-s4seski
-s4sest
-s7set.
-s9sets
-s2seu
-s4sey
-s2sh
-ssi4a
-ssi7e6rer
-s4siff
-s6silo
-s8s9ime
-s6s3ind
-ss5init
-ss3inj
-ss3inn
-s4s3ins
-s5sis4
-ssis5m
-ssi6v7end
-s5s6jarg
-ss4kape
-ss3kar
-sska8ra
-ss3kof
-s7skog
-s4skor
-ss6ky.
-ss4kye
-ss4kå
-ss5kål
-s7skåp
-s2sl
-ss1lo
-ss5ly
-s2sm
-ss6nar
-ss2no
-ss4nø
-s4s5nød
-ss5nøk
-s2sof
-s4sok6
-sso5lo
-s2som
-ss4oma
-sso3ra
-s4sorga
-ss3ove
-ss6pil
-ss4por
-ss9ri
-ss2t
-s5stad
-ss4ted
-ss3tek
-sstel6li
-ss5tep
-ss7tilp
-s7stip
-sst6r
-ss5tren
-ss4trå
-ss3tus
-ss3t4v
-s2sul
-s3sur
-ssva7ra
-ss1ve
-ssy6na
-ssy5r
-ss7øye
-s6så
-6st.
-2s1ta.
-stabs3
-3s6t2ad
-stad3a
-sta6d3o
-s5tafa
-3stafe
-sta5fl
-st3aft
-sta7ge
-4stah
-sta6ka.
-5stakk
-4stakl
-6stal.
-6sta4la
-sta5lak
-st5ald
-4stale
-sta4le.
-5s6tali
-5stalt
-s3tame
-3stamm
-sta5na.
-3s4tand
-6stande.
-st8ane
-s4tanf
-s4tang
-stang5s6
-st3anl
-sta8n9o
-s6t5antr
-st3anv
-4stao
-2stap
-s7tapa
-s4tapp
-s8tapå
-s3tari
-1stas
-3s8tasj
-4s5tast
-1stat
-4stato
-sta5top
-sta3tu
-3stave
-2s4t5b
-st7c
-2std
-2s3te.
-2stea
-2steb
-3sted.
-s4teda
-5stedt
-s2tee
-2s4tef
-3s6teg.
-stega6l
-s4tege
-3stegh
-4s5tegn
-s4tegr
-4stegsp
-5stegspl
-ste4her
-s2t4ei
-stei5er
-4steikn
-ste6in6s5
-3s4tek.
-4s4teka
-s6teke
-ste4ket
-s4teki
-4s5tekn
-4steko
-v4s5tekst
-s4tekt
-s8te5kv
-4stela
-ste5le.
-s5teleg
-ste5lev
-s5telig
-5stemd
-3s4temm
-5stemn
-4stemø
-sten5a
-ste4nar
-5s4tenen
-s4tener
-4ste5nes
-3s6teng
-s4teni
-6stenk
-4steno
-stens5l
-4steo
-s5teol
-2step
-step7per
-st8er.
-8s5tera
-s4teram
-s6terest
-s4terev
-s7t6erf
-s4terid
-ste7ris
-s6teri6v
-4s3term
-6sterr
-ste5run
-2stes
-s4tese
-ste7sle
-4stet
-s4teta
-ste7t6r
-s6tetø
-4steve
-4stevi
-6stevl
-5stevn
-6steå
-2s4t5f
-2stg
-stga6ve.
-stgå8va
-stgå8ve.
-2s6t5h
-st5he
-2s3tia
-4stib
-s5tibe
-s9tibl
-3stic
-6s5tid
-s6tidel
-sti5en
-s2tif
-3stift
-s4tigen
-7s6tigi
-st9i8gj
-3stign
-s5tij
-6s5tika
-4s5tike
-s4tikl
-3s6til.
-5s4tila
-sti4lag
-4stild
-3stile
-stile9ge
-s6tilk
-6stiln
-s4tilo
-6s5tils
-5s4tilt.
-6s5tilta
-5stilte
-4stime
-sti7mer
-6stimé
-3s6timu
-s6t3ind
-s6tini
-4s6tinn
-s6tinst
-s6tint
-1s2tip
-4s3tipp
-6stips
-5stir
-2stis
-6s7tisk
-4stitt
-4stiå
-s4tja
-5stjel
-4s3tjen
-s6t5jent
-3stjer
-4stju
-2stk
-2stl
-2stm
-2st5n2
-s2to.
-1stof
-2s3tog
-4stoks
-6stokt
-3stoli
-4stolj
-s5toll
-4stom
-s9tomm
-st3oms
-6s5tomt
-4stoni
-st3ope
-st5oppl
-6s8t5ord
-sto4ret
-s6torm
-stor3o
-4stors
-st5o4s
-s1tot
-sto4t5r
-5s6tore.
-st5ou
-5stova
-2stp
-8str.
-st3ra.
-4s5trad
-s8traff
-6strafi
-6strail
-st3ral
-st4ran
-stra8na.
-5strand
-4strane
-6strans
-4strap
-4strar
-st7ras.
-st7rast.
-5s4traum
-s4tre3a
-s4tred
-7s6treik
-st5reis
-7strek.
-st5rekl
-6streni
-st5rer.
-6strers
-6strh
-9stria
-9s8trid
-5strie
-st5rige
-st3rin
-3s4t6rip
-5stri3s
-6stroe
-s5t4rog
-5s4trok
-st3rol
-6s4t5rom
-st3ron
-st7rop.
-st7ro6pa
-s6trope
-9s6truk
-st5rum.
-2stry
-6stryg
-s7trykt
-4s3træ
-1s2trø
-6s5trøb
-st6røm
-4strør
-4strøs
-st5røse
-s5trøst
-4strøy
-6stråd
-2st5s6
-stsa6me.
-stsy8na
-4st7t6
-stta6le.
-st3t4r
-s4tua
-1s2tub
-3s4tud
-s2tue
-stu4el
-stu4er
-stue5re
-3s4tum
-6s3tung
-6stunn
-3s8tunt
-6stur
-2s4tut
-2stv
-s3t4ved
-1sty
-2stya
-2styd
-3s4tyk
-sty6l
-2s5tyn
-2s7typ
-3s4tyr
-styrs3
-6stysk
-4styv
-sty5ve
-1stø
-2støk
-5støl
-6støm
-5støp
-6størk
-5støt
-stø7va.
-stø5var
-stø3ve
-stø5vi
-st8øy
-1stå
-5s4tåe
-stå5k
-4su.
-1su4a
-su7a8l
-1su2b
-sub7l
-sub3o
-5subs
-s3ubå
-1sue
-su8er
-su2f
-5s2ug
-su6ga.
-su4ge.
-sug3g
-su2h
-3sui6
-su3is5
-suit5a
-su2k
-4s1uke
-3suk5k
-suk3r
-1suk5s
-su4le.
-3s4ulf
-su4lik
-sul4t5r
-s1ulu
-2suly
-sulæ5
-3s2um
-4s3umid
-su2mo
-sums6
-5sund.
-8s5under
-5sundet
-5s4undi
-sun6d7r
-9sunds
-sun4ge.
-6s7u2ni
-su4o
-3s2up
-su4pe.
-super3
-supi9
-sup4r
-su8pre
-sur5d
-su4re.
-4s3u4rei
-1surf
-su4rie
-su4riu
-surs5k
-sur4sp
-sur4sti
-1sus
-su3san
-su4se.
-su6s5es
-4susi
-su4sik
-sus3p
-sus3s
-su2sy
-2s1u4t1
-sut6ra.
-sut8reg
-7suv
-8s5u6vi
-sv2
-6sv.
-sva5a
-svai5
-5svak.
-3svake
-6svaks
-sva4la
-sva4les
-6svalet
-5s6vali
-7s6vam
-s4var.
-s4varet
-s3varm
-3s4vart
-6s1vas
-6s1veg
-sve6g7i
-s5veie
-3s4veis
-s5veka
-6s5veks
-5s4vens
-sverd5s4
-sve4re
-sve8res
-3s4verg
-5s4verj
-s5verk
-sver4ki
-s4verm
-6s7verv
-7s4vev
-s4vie
-svi6e3l
-4svig
-svi5ke.
-6svikg
-4sviks.
-3svikt
-4s5vikti
-4svil
-s6vindel
-svi4nes
-sving5s4
-ll6svint
-4svir
-2svis
-svi4sa.
-svi4se
-svi5sen
-svi5ser
-s8viv
-svi9ve
-4svol
-5s2vor
-svor7t
-s3vr
-3svul
-5s6vulm
-s3vy4
-svye7ne
-1s2vø
-4svæs
-2s7vå
-1sy
-sy4c
-sy4de.
-sy5den
-5sye
-sy2er
-sy8ka
-sy4ker
-sy5kere
-2syko
-sy6kog
-s4ym
-sy7me
-s2yn
-4s5yndl
-synk4
-syn6sk
-syn3te
-sy4ra
-sy5rar
-s6yre
-sy4re.
-2s1yrk
-syr4ka
-syr4ke.
-3sy1s
-sy4se
-sy2sl
-sy2s3t
-sys4tr
-2sy2t
-sy5ten
-sy5t6h
-9sytt
-sy2vå
-s4z
-sz3c4z
-6szt.
-1sæ
-sæ2l
-8s3æ4re
-8s3æ4ren
-sæ4r1i
-særle9
-sær5s8
-7s6æ5te4
-4sætt
-1sø
-4sø.
-sø2d
-s1øde
-4søf
-søg4
-4søj
-9søk.
-3s6øke
-5søkj
-5søkk
-søk7kj
-3s6økna
-2søko
-søk4sk
-søk6s3e6
-5s6øksm
-søk4ta
-3s4øl
-sø4la.
-sø4le.
-sø5let
-3s2øm
-sø6må
-3sønn
-s1øns
-s4øp
-sø4ras
-sø4re.
-sø4r5end
-søren6de.
-sø8ret
-sør9ett
-7sørl
-sør3s
-sør5ø
-3s2øs
-4søs.
-sø8sa
-7søt
-sø7tast
-sø7tel
-sø5tes
-2søv
-s1øve
-3søvn
-2s5øy.
-4s3øya
-søy8de.
-6s5øyd
-8søye
-3søyl
-6s5øy4n
-søy2r
-2s7øys
-5såg
-s3å2ke
-5s4ål
-så4le.
-6s1ån
-sån4da
-sån6de.
-så2p
-9såpa
-så5pet
-6s1åpn
-såp9u
-så2r
-så6ra
-sår9ast.
-så4re.
-sår3sk
-sår7ø
-så2s
-s7åsa
-s4åsb
-s5åse
-sås5k
-sås5t
-9såv
-såva7
-ta1a
-4tabo
-tab2r
-tab2s
-ta4bu.
-4tabø
-ta1c
-4tad
-ta2da
-ta8d3ei
-ta6d3e4t
-tad5spa
-tad7s6v
-ta6du
-t8ae
-6taei
-4taek
-4tael
-1taen
-4taend
-4taenh
-ta6es
-2ta5fe
-taf7f6
-5tafis
-4tafl
-1tage
-4tagj
-8tah
-ta7is
-1tak.
-ta4ka.
-4takau
-ta7ken
-ta5ker
-tak7kel
-tak5k4l
-ta8k9la
-2takr
-tak4sal
-tak6se.
-tak4si
-4t3aksj
-5takst
-tak4tal
-4taktig
-tak4to
-t5aktø
-ta1ku
-tak3v
-1tal.
-ta9lam
-ta3lan
-tal5ang
-ta7las
-3tale
-ta4lei
-tal5eie
-ta4lek
-ta5ler.
-tale7s6
-1talg
-tal6ge.
-7talj
-talj5es
-tal4led
-tal4leg
-8t7allerg
-tall7es
-tal8lign
-tall6s9a
-tal4ly
-tal3op
-6talter
-t5altern
-ta6l9u
-ta6lå
-2tamb
-tamba6ne.
-t3ambi
-t4ame
-4tamet
-tam4i
-2ta3m4o
-t6an.
-ta2na
-4t3anal
-ta3nar
-ta5nas
-ta5nat
-t5andak
-5t6ande.
-t7andel.
-t5andele
-tand5r
-tandø4
-tandør5e
-1tane
-ta4nel
-ta5nem
-4tanett
-t3anfa
-tanfø6
-6tangf
-6t3angr
-1tank
-2tanl
-t3anle
-2t1anm
-3tannl
-t5anno
-tanns4
-tan6sk
-tans5ka
-t5an5sl
-4t5anstr
-4tansv
-8tantil
-tan4tra
-6t7antre
-t3anve
-2ta3o4
-5tap.
-ta4pa.
-1tape
-ta4pe.
-3tapi
-4tapl
-4tappa
-5tappi
-1t4ar.
-t6ara
-ta4r3ak
-4taram
-ta6rare
-2tarb
-3tarbo
-5tarbø
-4t9arena
-6t7ark.
-tar8ka.
-4t5arke
-4t3arki
-4tarra
-tar9si
-tar7sp
-tars6v
-4tart
-tart7est
-t5artik
-tar7tit
-tar4t3r
-ta6r5å8k
-4tasa
-ta3se
-6t9asf
-t3a4sia
-tasi3e
-ta4sif
-ta4sil
-ta4si5s4
-tas4p
-tas5s4
-6ta7sto
-ta7str
-4tasu
-ta1ta
-ta7tes
-tate8se.
-tat5e4v
-tati1
-tat3op
-tat2s1
-tat3te
-t3attr
-1tau
-9tau.
-7taue
-4t5aug
-2t1a4uk
-4taun
-tau4ne.
-tau4sk
-2taut
-2tav
-6tavin
-3tavl
-4tavli
-ta9xy
-6t1b2
-tba3d
-tba2n
-t6be.
-tbe6te.
-tbe6t7r
-tbe6t8ra
-tbo6da
-tbu8da
-tby3k
-tby4s
-tby7te
-2tc
-t1ce
-tcen4
-tch5e
-t5co
-2t3d
-tdy5pe
-1te
-4tead
-4te3ag
-2teak
-2te9a8l
-tea6m
-2tea2n
-2teap
-2tear
-te5arb
-tea4s
-3teatr
-4teatt
-2teau
-2teav
-4teb
-t5ebb
-tebu8da
-4tecel
-te1co
-2ted
-6t5eddi
-3tede.
-4tedeb
-te7def
-4tedek
-4tedel
-4tedem
-te5den
-4tedi
-5tedil
-4tedo
-tedo6en.
-tedo4er
-tedo8et.
-te4dor
-ted4sk
-ted4sl
-6tedu
-4tedy
-tedyr9k
-4tedø
-te3e4
-2tef
-8tefa
-4tefi
-4tefl
-4tefo
-tefo8r
-t3efte
-3tefø
-2tega
-5tegat
-4t3egd
-te7gea
-te9gee
-4tegg
-teg8ga.
-2tegh
-te4gim
-2tegj
-2tegl
-te3gla
-te9g8li
-8tegs.
-6tegspl
-6tegsv
-2tegu
-tegvi8
-2tegå
-5tegås
-4teh
-5tei.
-2tei4d
-t3eie
-t3eiga
-tei6ga.
-t7ei6ge.
-6teigr
-3teikn
-tei5le
-te1im
-6teinf
-te4inne
-te5inte
-te5i4s
-6teiso
-2tej
-te7ken
-te5ker
-4tekil
-2tekj
-5tek1k
-2tekl
-te5k4la
-tek6lede.
-tek4li
-4teknu
-2teko
-2tekr
-te7kra
-te6k5ru
-9teks.
-4t3eksa
-t3ekse
-4teksp
-t4ek8st
-tek8t9r
-tekt4s
-tek6ty
-2teku
-te2k3v
-4teky
-2tekø
-4tekå
-2te3la
-tel6ak
-5te4l5ar
-3telav
-8te4le.
-4teled
-4telei
-4telek
-4teleme
-te4lene
-6teler
-te4les
-te5lesk
-4te4lev
-te6leva
-4telid
-4telik
-4telil
-4telin
-te4lir
-4telis
-4telit
-4teliv
-tel5lef
-tel4lei
-tel4lev
-tel8lign
-tel4lo
-2telo
-tel3se
-telses5
-t3elsk
-tel7s6v
-5teltet
-2te1lu
-7telut
-2tely
-6telæ
-2telø
-telø8pa.
-2telå
-2tem
-3temae
-6teman
-te4mans
-t5emba
-6temenn
-5temik
-tem9ma
-6temn
-tem5ne.
-tem5ord
-tem5pe
-tempe8l7
-3tempo
-tem3s
-4temø
-3ten.
-te5nab
-te4n5al
-ten8am
-te4nan
-te4nat
-ten5at.
-6t7enc
-6t5en6den
-4tendr
-4tened
-te5neg
-6tenem
-6tenerg
-5tenes
-4tenet
-2teng
-7tengon
-t5e4nig
-7tenik
-5tenis
-4teniv
-ten9no
-te4nom
-te5nor
-6tenorm
-4tenot
-te6nov
-6tenó
-ten3sa
-ten5sko
-ten6slu
-ten3so
-tens5v
-ten4t5in
-tentle8ge.
-4tenum
-4teny
-4tenæ
-2tenø
-ten5øks
-2teom
-5teon
-4teop
-te6ora
-4teord
-2teov
-2tep
-te3pa
-4tepak
-tepa9ra
-4tepas
-4te5pe
-7tepee
-9tepé
-tep6pere
-t5e6ple
-4tepr
-4terac
-te7rakk
-6teramm
-ter7apa
-4terapp
-te4rare
-6terasa
-4terase
-7terast
-terba6ne.
-t6er5d
-4tered
-4teref
-4tereg
-4tereis
-te4rel
-8terem.
-6teremm
-te4r5eng
-teren6ga
-6terenn
-4terep
-te4rerk
-ter5esti
-4terett
-6terevo
-3ter5g
-3terh
-te4rig
-4terik
-4terisi
-te4riv
-ter5j
-4terk.
-4terke
-4terkh
-7terkr
-6terks4
-4terkt
-terla6ga
-terle7ge
-terle6ve.
-ter8ma.
-ter3no
-tern5s
-te5ro.
-tero6e
-te3rof
-4teroll
-4terom
-5teromr
-4te3ros
-4te3rot
-tero6v
-ter5r
-5ters.
-5tersjøo
-ters4kl
-ter7s6ko
-ters4l
-ters4h
-ter3s4m
-ters6ne
-ter5sv
-tersø6ke.
-3ter3t
-ter9to
-ter9ul
-8terum
-ter7v
-tervi6se
-2tery
-ter5ør
-4terøt
-te4r3øv
-4teråd
-te4r3ås
-t4es
-5tes.
-2tesa
-5tesar
-te7sen
-2te1sh
-4tesid
-4tesik
-6te3sin
-4tesit
-4tesj
-6tesjef
-4te1sk
-t9es6ka.
-6teski
-te5sko
-2te1s2m
-7tesmåe
-2te1sn
-2te3so
-6tesp
-5tesr
-3tess
-5test.
-4testaf
-tes5tas
-4testat
-5tes7te.
-4te5stei
-te5s6tiv
-5testid
-tes4tik
-4te5s4til
-4te3sto
-4te3str
-4testy
-4testø
-2tesu
-4te1sv
-tes8væ
-2tesy
-2te3sø
-te7så
-te8sår
-teså9re
-3tet.
-teta6ka
-teta6le.
-te4tap
-te3te
-5tete.
-tete4e
-4teteg
-4tetei
-4tetek
-4tetem
-2teti
-3tetik
-3tetis
-2tetj
-2teto
-2t8et2r
-3tet2s
-tet5ti
-tett3s
-2tetu
-5tetu.
-2tetv
-2tety
-te2t3å
-2teu
-teu8k
-t1eur
-3teus
-2tev
-t6eva
-te4valu
-3tevl
-tevo6r
-te3vr
-2tey6
-2teø
-2teå
-4téa
-2téb
-2téf
-2téh
-2téi
-4téle
-2tém
-2tése
-4tést
-6t1f
-tfe6e
-tfe4l
-tflå3
-t7fo
-2t3g2
-t4ga.
-tge4a
-tgei5
-t4gi.
-tgi5ros
-tgrei9e
-t4gå.
-2t1h
-t4hap
-t4hea3
-thei5m
-tho7li
-tho3re
-3thr
-thu5le
-thu6s
-thy5r
-1ti
-2tiad
-ti3ag
-2ti1ak
-4ti3all
-ti5als
-2tia2m
-2ti1ap
-ti3asp
-4tiau
-2tiav
-2tib
-2tick
-3tid
-ti2da
-4tidan
-tid7d
-6t3idee
-4ti5dem
-4t7idé
-4tidis
-4tido
-4tidr
-2tidu
-tidvi4
-6tidy
-4tidø
-ti1e2
-2tief
-2tiei
-2tiem
-4tienh
-tie5ra
-4tierf
-4tierk
-ti4ert
-ties3
-ti3esk
-ti3et
-4tieta
-4tiett
-2tifa
-tifa8ne.
-2tife
-4tifl
-2tifo
-2ti5f6r
-t8ifrå
-4tift
-tif5te
-2tifu
-4tifø
-ti9ge.
-4tigj
-2tign
-3tigno
-ti6gun
-2tih
-2tii
-2tij
-ti3ka.
-6tikarr
-ti5ke
-4tiket
-4ti5ki
-6tikj
-tik4kj
-2ti3ko
-2ti1k2r
-ti3ku
-6tikular
-6tikult
-6tiky
-4tikø
-t4il
-tila6ga
-til1d4
-3tilde
-2tile
-ti3lei
-3tilfe
-3tilg
-til3id
-4tilke
-3tilkn
-4tille.
-4tillh
-4tillin
-tillø7
-4tilm
-7tilnæ
-3tilst
-til3t4
-4tilte
-2tilu
-2tilø
-ti7mab
-5timat
-ti4me.
-5timedie
-ti4mera
-5timeri
-2timl
-4timo7
-4tim6o8r
-2t1imp
-tim7s
-2timu
-2timy
-2timø
-ti6nab
-tin5art
-4tinaz
-2tind
-t3indu
-ti4nem
-4t1inf
-tin5ge4s
-6ti4nit
-6t5inj
-2tink
-7tinks
-4t1inn
-6t5inne
-ti5no
-tinsk5
-4tinsp
-4t3inst
-4t1int
-2tinv
-4tinva
-4tiny
-9tiol
-6ti7om
-tion9s6
-4tiop
-ti1or
-ti1ov
-ti3pa
-ti6pla
-4tipr
-3tips
-2tir
-tira4t
-ti4ref
-ti1ro
-6tisak
-4tisam
-ti5s6an
-ti3se
-4tis4ei
-4tisek
-4tisel
-4tisem
-4tisep
-tise8ra.
-4tisers
-6tisig
-4tisio
-4tisje
-4tisju
-tis4ka
-4tiskan
-4tiskil
-tis5kok
-6tisku
-tis5l
-4tisn
-4tiso
-6tisprå
-4tistat
-tis4ti.
-tis4til
-ti5stre
-4tisty
-4tistø
-ti8støy
-2tisy
-2tit
-ti7ta
-ti3te
-ti1tj
-3titl
-tit4r
-tit3s
-3titt
-4tiub
-2tiut
-ti4v5and
-tiva9re
-ti4v5art
-tiv6is
-2tivo
-tiv5si
-tiv5sk
-4tiy
-ti5ær.
-ti7ære
-ti9ært.
-ti1ø8
-2tiå
-6t3jag
-2t1jak
-t5jarn
-2t1je.
-2t1jeg
-2tjel
-1tjen
-tjen6st
-6tjep
-2tjer
-t5jev
-2t1ji
-5t6jingan
-5t6jingar
-2tjo
-t5jord
-2tjub
-tju4e
-2tjun
-6tjur
-3t8juv
-tjæ4res
-2tjø
-4tjå
-4t3k2
-t6kag
-tka8ra.
-tkly9
-tku6le.
-tkå8pa
-6t3l6
-tla4ga
-tla8te.
-tle6da.
-t4ledr
-t6lef
-tlei5er.
-tle8se.
-tle5ti
-tligh6
-tlight5
-tli6nes
-tli4te.
-tlu4e
-t6l7ut
-tlø4pa.
-tl7øy.
-tlå3ne
-tlå7r
-2t1m
-tma3d
-tma8ge.
-t6maku
-t2mam
-t2meg4
-tme3in
-t2mek
-tmini6
-tmin5s6
-t2mos
-tmå4la.
-8t1n
-t3na
-t6nee
-t4neli
-t7nelig
-tne4rek
-tne4r5ø
-tne8se.
-t4nesk
-t4nest
-t5ni
-t8no.
-tn5sk
-tnæ6re
-7toan
-7toar.
-toa6t
-6toau
-2toav
-tobe6r
-t3o2bl
-6tobs
-4toc
-to5da
-to9de.
-to4dera
-3todo
-1toe
-2toek
-6toel
-toe4t
-2tof
-6toff.
-t3ofre
-to5fri
-to2g3at
-to7gen
-4togg
-to6gl
-6tograv
-to4gre
-tog3st
-to2gu
-2toh
-toil3
-2to1in
-4toj
-t6ok
-1to3ke
-to3ki
-2tokj
-2tokk
-tokk5end
-to3kl
-5toksi
-5tokt
-2toku
-to4l5arm
-5tolat
-to5lel
-tolele7
-5tolera
-toli8ne.
-2tolj
-1to4l3k
-7tolki
-tol4lab
-tol4lag
-tol6leg
-tol6lett
-3tolo
-tol5tr
-4tolå
-to9ma.
-2tomb
-to5mene.
-2tomf
-4tomg
-to3mi
-to5mise
-to7mist
-4tomk
-tomlø8pa
-t8omm
-2tomr
-4tom1s
-5toms.
-1ton
-to5na
-to4ned
-to4nel
-tong5s4
-to8nib
-2tono
-ton3sa
-ton5s4l
-ton5sp
-2tonu
-to4ny.
-2to3o
-4to1pl
-4toppd
-6toppg
-6t5opple
-4t5opplæ
-top4po
-4toppt
-4topr
-to1ra
-to4rak
-tor5alt
-tor5ang
-to4r5ant
-to4r3as
-4tord
-tor8da.
-to1re
-6toreg
-to4rek
-tor7eks
-to7rem
-6torent
-5torer
-tore4t
-tor5ete
-4torga
-tor5int
-tor7me
-torm5s
-tor5na
-tors4i
-tor5t8
-torvei5
-to4rø
-4torå
-to1s
-4tosa
-4to3se
-to2sh
-6tosj
-tos5ke
-to8sku
-4tos2p
-2tosy
-4tota
-to5te
-to8ti.
-to5to.
-to4tor
-6toty
-2tov
-to1va
-to7veg
-to5verd
-tove7re
-t5overs
-5tow
-4toø
-6t3p2
-t7pa
-tpi7ne
-tpi7pi
-tpo4et
-t4påk
-tr4
-8tr.
-6t9rabat
-3trafi
-tra8ka.
-trak7to
-t5rane
-3t6rans
-tran7ske
-5trap
-tra3pe
-tra5po
-tra5r4
-5trase
-tra5se.
-tra5ses
-5trasé
-t2rat
-t5rate.
-3trav
-tre4al.
-tre1c
-4t3reds
-t3refu
-6t1reg
-t5regi
-4trei
-tre5int
-6trek.
-4treke
-4trekl
-4t3rekor
-4trela
-3t6re7na
-tre5ne
-t6reng
-3t6reni
-4t3renn
-tren6sk
-t7repe
-t5repres
-t2rer
-t4rero
-t4re3ru
-2tres
-6tresi
-tre5sko
-tres4l
-3tresn
-t5resu
-t1ret
-t4reta
-t6reto
-t5retted
-5t6rettel
-4trev
-tre9va
-t6rib
-4t1ric
-4t4rid
-tri7ei
-t5rig.
-t4rikk
-t8rina
-t4ri5ne
-4t5ring
-3trinn
-7t6rio
-t4rist
-tri5to
-t4riu
-t2riv
-tri7vi
-5trix
-3t4ro.
-5troa
-tro9ar
-3troe
-t4rof
-tro5g
-3t2roi
-tro3in
-t4rok
-t2rol
-4t3rom.
-t6rond
-5t4rong
-tro5per
-t2ros
-5t6rosk
-tros3l
-tro1v
-t8ru.
-t8rua
-7trua.
-5trued
-5truet
-3trug
-tru1i
-5trukn
-t3rull
-2t1run9
-t3rund
-4trupe
-tru5sa.
-7t6rusk
-2trut
-t5ruta
-t3rute
-t3ruti
-tru5v
-try3dr
-3t2ryg
-tryg5ge
-7trykk.
-5trykke
-try7pe.
-t6ræ
-trø8a
-t5rød.
-t5rødt
-4trøk
-4trøm
-2trør
-5trøt
-5trøya
-5trøye5
-trøy9et
-4trøyr
-6trøys
-5trøyt
-trå8da.
-4trådet
-trå4dr
-t6råkl
-t3råst
-4ts
-6ts.
-t5sa.
-t5sab
-tsa2g
-tsak6se.
-ts1an
-ts4ang
-tsau6r
-t1sc
-t6scha
-t6sch5k
-t5se.
-tse6d
-tse4er
-ts5ege
-tsei4d
-ts3eig
-ts2em
-t3sen.
-ts4ende
-t5sendi
-tsen8ka
-tsen6ke.
-t5sens
-t4sentu
-t5ser.
-t3seri
-t4s3erk
-tser3o
-t5s6ers.
-ts4es
-t4sesk
-ts5e6st
-ts3eta
-tse4te.
-ts1e4v
-ts3f
-ts4fæ
-t7s8hop
-ts7ill
-ts3inn
-t4s3ins
-t5sir
-ts5jeg
-tsje5t6sj
-ts5jor
-5t6sjov.
-t7sjuk
-t4sjur
-t5skad
-t4skan
-ts6kis
-t4s5kjed
-ts6kjø
-t5skol
-t6skoll
-t7skot
-ts5kren
-tsk5ru
-ts5krø
-ts1k6v
-ts9kvi
-ts6ky.
-t6s7kyn
-ts1l
-t7s6lo.
-t3s4lot
-ts2lu
-ts5lø
-t5smit
-tsmå6la.
-ts1o
-t4s5o4d
-t5sok
-t5somst
-t5spek
-t3spel
-ts2pi
-t2s3pike
-t3s4por
-ts5s4
-t1st4
-t2s3tabb
-t5stad
-ts3tak
-t4s3tal
-t5stand
-t5stang
-t5star
-t5stat
-ts6tau
-t3sted
-t4steg
-t4stek
-ts6tig
-ts4tik
-t4stilk
-t4stin
-t4stit
-t2s1tj
-ts5ton
-ts5tors
-ts5tree
-t4s5tren
-t4s5tro
-ts3try
-ts6trål
-t5stu
-ts3tv
-t4sua
-tsu7ge
-tsu4l
-ts3uli
-ts3u4r
-ts5usi
-ts1v
-t3svik
-ts1w
-t5syk
-ts5yt
-tsø8ka
-ts5økni
-ts5øv
-tsøy8er
-ts1å
-tsåt8
-6tt
-t1ta
-t3ta.
-t2tab
-ttaba6ne.
-tt9abo
-tt5adr
-t2taf
-tta9fr
-tt3aft
-tta4la.
-t6t3ald
-tta7lel
-ttall4
-t4t3ana
-t5t6ane
-t4t3ang
-t4tans
-t4tanv
-tt5appe
-t7t8ar.
-ttare6
-t4tarr
-tt5ar5t
-tt6arta
-t4tase
-t4tasj
-t4tav
-tt3avi
-tt5avk
-tt5avr
-t3te.
-t2tea
-t3ted
-t4teda
-t5tede.
-t8tedr
-t2tee
-t4tef
-tt3eff
-t2teg
-t2tei
-tt7eid
-tte3in
-t2tek
-tte7kv
-tt7elev
-tteli6te.
-t4tem
-tte4ma.
-tt5emn
-ttem8na
-ttem6ne.
-t3ten
-t5ten.
-t4tena
-t5tene.
-t4teni
-tten5s
-t9tens.
-t4t5ense
-t2teo
-t5ter.
-t4terei
-tter5un
-tte4r5ø
-t4terå
-t4tese
-t4tesi
-ttes6ke.
-t4tesl
-t5tet.
-t4teta
-t4tete
-t1té
-t4th
-tt5he
-tti5a
-t4tidel
-tti3e
-t2tif
-t5tig
-tti4g5j
-tt3ind
-t5tine
-t7tiné
-t5ting
-t4tini
-t4t3ins
-t4tisj
-t6tisti
-t7tite
-ttle6de.
-ttlin5
-t1to.
-t5tofr
-tt5om.
-t7tomr
-t2ton
-tton6na
-tt3opp
-t5tora
-tt3ord
-tto5re
-tt5o4ri
-tt3orm
-tto5u
-ttpar4
-tt6pås
-tt9raka
-tt5rake
-tt3ram
-tt3rap
-tt7rat
-t4t3rep
-tt3res
-tt3rev
-tt5rom
-t5trop
-t5try
-t2t1rø
-t6ts
-tt7saf
-tts3ar
-tts5kan
-tts5kj
-ttsla6ga
-tt3sok
-tt5still
-tts5top
-tts5tra
-tts5tøy
-tt3ugl
-t1tum
-tt1un
-ttun6ge.
-tt1ut
-tt8ute
-ttva8la
-tt5ve
-tt6vun
-t5tw
-t5ty.
-tty8e
-tt1y6t
-ttæ6
-tt3ø4l
-t1tør
-tt3øv
-tt7øy6r
-tt1å4
-5tual
-4tu4av
-tuba3
-tu4be.
-tu6bå
-tu6dem
-5tuel
-tu4er.
-tug8la
-tu1in
-tu2k
-t5uka
-t1uke
-7tukt
-3tula
-1tule
-tul5les
-tum5m
-tum4s
-3tun.
-4tund
-3tune
-tun5gesv
-6tungd
-tung9s
-6t5uni
-tu4nio
-5t4un5n
-9tuns
-3t2ur
-tur7ant
-tu4ras
-4tu4rei
-tu4rek
-turi4
-tu4rin
-tur1o
-tur3p
-tur5s4
-tur3uk
-tu5rus
-tur1ø
-1tus.
-tu1sa
-3tusb
-3tusf
-tu4sin
-tu4sm
-tus5o
-tus7s6t
-tust6r
-tus5u
-2tutg
-t5utj
-t5utk
-t1utr
-tut6tenk
-tut5tor
-tutt5ov
-tu8va.
-2t1v
-tv4a
-tva8k
-tva6ne.
-3tvang
-t4v5anl
-8t9var
-tve5del
-3tveit
-4t7ver
-tvert5
-t2vet
-3tvet.
-7tvets
-t5vik
-tvi8ka.
-t8viklas
-5t4vil.
-tvi5la
-5t4vile
-t4vi5l4i
-t6ving
-tvi4sa.
-tvi4se.
-6t7vo
-3tvung
-6twa2
-1tyd
-tyg9gel
-tyg5ges
-6tyh
-tykk5s6
-ty4med
-1tyn
-ty4ne.
-6t5yo
-1typ
-5t6ype
-ty4pere
-ty4pet
-ty4rak
-5tyrann
-6tyreg
-ty4rep
-tyre5st
-ty4ri.
-tyri9e
-ty4ri5s
-ty2s
-3tysk
-tys3t
-2ty2t
-ty8ta
-t3ytel
-ty5ten
-ty4ve.
-2tz
-t5za
-5t6zel
-6t6z5l
-1tæ
-tæ5l
-tær6ene
-tæ4renh
-tær4er
-tær4et
-tær5s4
-tøf3l
-2t1øk
-tø9ket
-tøk8ta
-4tøl
-t7ø4let
-5t4øm5
-tøn5nes
-4tøp
-tøp5se
-t2ør
-tø4r3as
-tør3in
-tørk4
-7tørk.
-9tørka
-5tørke
-tør5ne
-tørs7ta.
-tørs7ter
-tørs5tin
-tør3t
-tøs4
-tø8sa
-4tøt
-tøt5a
-tø5ta.
-tø3te
-tøtt6
-2tøv
-tøv6d
-tø7vele
-t4øy
-tøy5a
-t9øyem
-tøy5r
-tøy5te
-tå4en.
-tå2k
-tå5ket.
-tå5ki
-tåk6r
-tå2l3a
-tå9la.
-tå4leg
-tå7lel
-tål5s4
-tån8da
-tån6de.
-tå3ne
-4tåp
-tå6pe.
-t1åpn
-tå6re.
-tå4rep
-t3året
-4t5åri
-3t8årn
-2t1års1
-tå3s
-tå2t
-t3åtak
-tå7ten
-ua7g
-u1ak
-uak3s
-u1al.
-ua7la
-ual5l
-ual3o
-ual3u
-u3a4ne.
-u5anl
-u3ans
-u1ar.
-uar5d
-u4arr
-u5ars.
-uash3
-ua3t
-u5au8
-u1av
-1uavh
-u4ba.
-ub7alt
-ub7ant
-ub5ark
-ub4bo
-ub2br
-ub4bu
-ubel5s
-ub5h
-ubi6s
-ubis7t
-ub1j
-ub7lande.
-uble3s4
-u1b4r
-ub5rin
-2ubs
-ubu8e
-u4bå
-uch5en
-uch5er
-u1ci
-uck1
-ucu5
-2ud
-u3da.
-u7das.
-ud4dag
-ud2dr
-udd4s5e
-ud2då
-udea9
-ude8are
-u2deb
-udeie5
-udei5er
-u2dek
-ude3lu
-u2dep
-u6dero
-u2des
-u3d2et
-u6d5ett
-u5devo
-udia2
-udi3an
-udi4en
-udio5
-ud7ir
-ud7ji
-ud5leg
-udle6ge.
-u7dob
-u6doe
-u2dot
-udover7
-ud1r
-udse4
-ud3t
-ud5v
-3u4dy
-udy9ra
-ud5å4s
-ue5a8
-u5ei
-u1el
-uem8na
-u1e2n
-uend5r
-u7ene
-uensar4
-ue7o
-u1er
-u5e6rast
-ue4re.
-ue5ren
-ue4rer
-ue4res
-ue5ri
-uerle7
-u2erm
-ue4se
-ue2si
-ue4skj
-ues6n
-u1et
-uet8r
-ueul8
-u4fe.
-u6feb
-ufe6e
-uf1f4
-uf4f5erm
-ufi9l
-ufi5ne
-u1fl
-u6foa
-ufor3s
-u1fr
-uft3a
-uf4tan
-uft5s4la
-uft3sp
-ufø6
-u5gag
-u5gar
-u6g5av
-ugby7
-u2gem
-u5gen
-u3ger
-u4gerø
-u2ge5s4
-u9get.
-u8geta
-u2gev
-ugg3s4
-u5gis
-u4gl
-ug1la
-u5g4lad
-ug9lar.
-ug4le.
-ug9ler.
-ugle7s
-ug5ly
-ug7na
-ug7ne.
-ugo1
-u4go.
-ug4re
-ugrei9er
-u4grø
-ug5s4i
-ugs4k
-ug7so
-ug3s4pr
-ug5s4va7
-uguay7ans
-ug5øyn
-u1h
-3uhel
-ui8a
-u4i6c
-ui2d
-uid5el
-uid5en.
-uid5ens
-uid5er
-uid5in
-ui3e6
-u4il
-uil5l
-u1im
-ui3ne
-u1ing
-uinnsmi8
-uinnsmig9
-u1ism
-uista7
-uit3en
-uit5er
-u1itt
-u1j
-u4jas
-u8je.
-u7jå
-4uk.
-u1k2a
-u7kar
-ukare6
-ukar5t4
-u5kat
-u2ke.
-u4ked
-uke5l4
-4ukem
-uker5an
-uke4rek
-uker5i
-ukho7
-u7ki
-u1kj
-4ukk
-ukk6a
-uk7kestal
-uk8k9l
-ukk7n
-ukks6
-u5klem
-uk8lu
-ukl7ut
-u5k4no
-u1ko
-u4k5og
-u2kra
-uk3rus
-2uks
-uk2sa
-uk4sek
-uk4sel
-ukse7te
-uk2si
-uk2s1k
-uk7ski
-uk2so
-uks5t
-uk4s3un
-uk2sø
-ukt5e4sk
-ukteslø9se
-uk4t3id
-uk6tj
-uk4t5ori
-uk2t7r
-ukts6l
-ukt3sp
-ukt9s6v
-ukt4sti
-uktu8e9ra
-uktue5re
-u1ku
-uku6e
-uku5le
-uk5vik
-ukys8
-uk3ø4
-uk5å4
-6ul.
-u1la
-u4la.
-ula7d
-u6l1af
-ul3aks
-ul5art
-ul4det
-u4lef
-u2lek
-u2lel
-ulele8ge.
-ule5ma
-u3len.
-u6leni
-u3lens
-u5ler.
-u5lere.
-ule3ri
-u2l3erl
-u4lero
-u2les
-ule3st
-u5lest.
-u5leste.
-u2leu
-u1lé
-ul4f5l
-ul4fo
-ul4fr
-u3l4i
-ulie8
-uli9en
-uli5ke.
-3ulikh
-uli9na.
-uli5ne
-u7linj
-ul1j
-ul5ka
-ul4k3v
-ul4lag
-ul4lam
-ull7arm
-ul4leg
-ull5egg
-ulleg8ga
-ul6leng
-ul9lere
-ul4le3s4
-ul8li.
-ul8lig
-ulling7s
-ull5i4v
-ul4l3o6s
-ul8lot
-ullo3v
-ull5sle
-ull3s6m
-ulls4t
-ull3sv
-ul2lu4
-ul6ly
-ul2lø
-ulm4u
-u1lo
-ulo6i
-ul5op
-ulo7va
-ul4sk
-uls4po
-ul8sn
-ulss8
-ul2st
-ul8s3t6r
-4ult
-ul4teg
-ul4tek
-ul4tes
-ul4til
-ul4tim
-ul4to
-ul7tor
-ul4t3re
-ult3ri
-u7lua
-u3lue
-1uluk
-u5lup
-u5lus
-ul9ut.
-u7luta
-u9lute
-ul7va.
-ul5van
-ul4var
-ul4ve.
-ul4veg
-ul4vei
-ul4ves
-ulv3t
-ul4v3u
-1uly
-ulyk5kes
-ulæ6ra
-ulæ5re
-ulø3se
-uløy6e
-ul5å6l
-2uma
-uma8ge.
-u6mare
-um5au
-umau7ken
-um3av
-2umb
-um5be
-4umc
-4umd
-2ume
-u4mend
-u4m3enh
-umen4t5i
-ume5ra
-2umfo
-2umh
-2umi
-u6midd
-umie6n
-umi9na
-u4mint
-um9ja
-2umk
-4uml
-4umm
-um3me
-um4mil
-um4mis
-um3n
-umna8
-4umo
-umo6g
-um5ok
-2ump
-um7pan
-um4ple
-um4p7ut
-4umr
-ums1
-um7se.
-um4sku
-umsku8le.
-um2sn
-um4sor
-ums3t
-6um7t
-umta8l
-um5ut
-4umve
-umør3s
-um7øy
-umå7
-2un.
-una6da
-un5alg
-u4n3ap
-u9nar
-u7nas
-u3nat
-2und.
-6unda
-6unde.
-un4dek
-un4del
-6unden
-5undersk
-5underv
-4undet
-un6d7im
-4unds
-und5s4i
-u2ned
-u4nee
-u9nei.
-u2nel
-unele6ge.
-u4n5eng
-u4neno
-u2ne1s2
-u3nes.
-u2nev
-unev5n
-1ungd
-ungele8ge.
-un4gem
-un2g1j
-un4g5l
-un4go
-un2g1r
-un9g8ru
-ung3s4i
-un6i
-u4ni.
-u2nid
-1u2nif
-u4nim
-u3nin
-3union
-uni4st
-4unk
-un4k5l
-un7ko
-un4kr
-un7nak
-unn5erf
-un4n5ers
-un4n5erv
-un5nes
-un4niv
-un2no
-unn5ste
-unnta8la
-un4n3y
-u4no.
-u2n3os
-uno7t
-4uns
-un6sj5i
-un3skr
-un5s4p
-un3stek
-unst5e6l
-un7s6tenk
-unst3o
-un1s2v
-un4tal
-un4tam
-un4tas
-un3t2r
-unt5rep
-un4tri
-untun8ge.
-unu6
-un5ut
-u3ny
-u3nø
-un5øy6d
-u7nøyg
-u3nå
-uo9a
-u1ob
-u1om
-uom7s
-u1op
-uor8da
-uo1re
-uo5ro
-u1ov
-up3av
-u3pea4
-u5per
-uper3a
-upe6ren
-u4peta
-6upf
-u3pi
-u8pi.
-up3ins
-up3li
-up6nev
-upo9pe
-up1p2
-up4ped
-up4pla
-up6pre
-upp5s
-4upr
-u3pra
-6ups
-up6sen
-up2s3k
-ups4ke
-ups5pr
-6upt
-6upu
-u1på
-upåvi6
-u1ra
-u2rad
-u2raf
-ur3aft
-u2r1ak
-ura6ly
-u4ram
-u5rane
-u3rans
-uran6t5re
-u5rar.
-u6r7arl
-ur3arv
-u9ras.
-ur5asp
-ur3att
-ur7au
-urau9ken
-ur1av
-ur4bod
-ur4c
-urd4
-ur3di
-ur4d5o
-u1re
-ure8al
-ureer6e
-ur5egg
-uregi6
-uregist5
-3urein
-ure4l
-ur3ele
-u4reli
-u7r8ell
-u7r8elt
-u4r3els
-u4r5eng
-u7reom
-ure7o6s
-u4resu
-u4reta
-u4rete
-ur4e5v
-2urf
-ur4feb
-ur6fed
-ur3ge
-u1ri
-u4ri.
-uri6a7ne
-uri9en.
-uri4e5ne
-uri9er.
-u3rik
-u3rim
-uri5ne
-ur3inn
-ur3ins
-ur3int
-uri6sp
-ur4ke5s
-ur7k6j
-ur6k7ja
-ur8kla
-ur4kle
-ur6k5n
-urk5s
-urla8ga
-urle6ge.
-urle8se.
-urma7g
-ur3nea
-urn1s2
-urnæ6re
-u4ro.
-u6roc
-5uroe
-urom5s
-u2rop
-uro7pi
-ur3opp
-ur1or
-uro3s4
-uro4sta
-uro8ta
-ur4pel
-ur6p9ut
-ur3re
-ursa8ka
-ur4sal
-ur4s3el
-ur4sin
-ur4skr
-ur4spe
-ur5ste
-urs5til
-ur4stj
-ur2sv
-urs3va
-ur2s1ø
-ur3teo
-ur5ti
-ur4to
-ur6t5ri
-urts4t
-urue7re
-u6rug8
-ur7ugl
-uruk6
-uru4ke
-uru7kn
-ur6ul
-urumo7
-urun4g
-u7runk
-uru7v
-ur4vel
-urv3s
-u6rys
-urø2
-ur1ød
-ur1øy
-4usa
-u9sane
-us3ang
-u9sar.
-u7saren
-u6s7ark
-us7au
-us1c
-2use
-u5seal
-use4al.
-us7edvanle
-u2s1ei
-u2sek
-u4sele
-u2sem
-u6s5endi
-us7erk
-u4s5erm
-u6sesi
-uset8je
-us3eva
-4usg
-u2sh
-u2s3h4a
-u2s3h4o
-us4id
-us3ind
-us5inn
-us7jag
-u4sji
-us5kaf
-u4s3kan
-uska8ra
-us7kat
-us5ken
-u6s5kis
-usk4l
-us6k5le
-us5klo
-us1ko
-u1skr
-us7kru
-usk7u6t
-us4ky
-us1l
-usle6ge.
-us5lin
-u4slu
-us7mø
-u4sn
-us1ok
-uso5l
-uso6l5d
-us1or
-u3sori
-usove7r6e
-us1p
-u1s2pin
-us5sar
-us6sat
-us4sjå
-us4skj
-uss5kor
-us4skur
-uss1l
-us7smi
-uss7mø
-us4s5ti
-us4str
-us2sv
-u6stande
-u4stat
-us3tav
-u2ste
-us3ted
-u5stei
-us7ten
-ust9ette
-us5ti
-u5s6tig
-us1tj
-ust5of
-uston8
-ust7onn
-us5tor
-ust5o6v
-us8tra.
-us8tran
-us8trar
-u6stre
-ust5ren
-us4tri
-us3tro
-ust5rød
-u6st5rå
-ust7ut
-u4stå
-us3ung
-u2sur
-us1v
-u5svale
-u7s6valt
-usva8n
-usvi8ka.
-6usæ
-usæ9le
-usø6m
-us1øy
-u1tae
-u2tag
-u7tagg
-u9tal.
-ut3alb
-ut5ald
-u3tall
-u5tande
-uta7no
-ut6anv
-ut3arm
-ut3art
-uta1s4
-u5tas.
-u6t5a6sa
-u6t5a6se
-u2ta1u4
-1utb
-ut4ba.
-utbe8d
-4utbi
-ut6by.
-utch5
-1utd
-4utdat
-utda7ta.
-u2te.
-u2tea
-u4tee
-u4tei
-u2tek
-ut3eks
-u5tekst
-ute6ma.
-u5temm
-u9temt
-ut2en
-u6tena
-u3tenk
-u4tenu
-u2teo
-2uter
-u6terø
-u2te1s6
-u4teta
-u3tett
-ut6eu
-uteva9
-1utf
-utfa7s
-utfø5re
-1utg
-8utgåe
-6u3ti
-u4t5if
-utikk6u
-utiku9
-u4tili
-u6tiven
-ut1j
-u5tjen
-ut6ju
-3utlei
-utlø5se
-utlå7na
-utmå5le
-u8tni
-1utny
-2uto
-ut7oms
-uto5s
-uto4v
-3utpr
-ut4på
-ut1r
-u5t4radi
-ut3re
-u5treng
-u3triv
-u3trol
-u3tros
-5utru
-u5t6rul
-ut4rø
-ut9rød
-1ut1s4
-4uts.
-4utsei
-utse8t9ja
-2utsj
-ut3sk
-5utst
-7uttak.
-5uttake
-ut4terk
-utt5eva
-ut4tid
-ut4til
-ut5torea
-ut1tr
-ut4tra
-3uttry
-utt1s2
-u1tu
-utu5e
-u6t5un
-utun8ge.
-u2t5ut
-1utv
-u3t4vil
-utvi5se
-2u3ty
-3u4t6yd
-u8ty.
-8utz
-ut1ø
-u5tør
-ut4ø8s
-utøs7t
-1utø4v
-ut5øya
-ut7åk
-u3tål
-ut1ån
-ut7år
-u1u
-u7uma
-u5ume
-u7ut
-u1v
-uve5di
-uve3in
-uve6ris
-uve3s
-u7ves.
-uvet5ø
-u6vev
-u5vi
-uvi6k
-uv5ra
-uv9sa
-u5vu
-uvø9re
-u1w
-4ux1
-ux4a4
-uy6a
-u7yn
-u1æ
-uærle9ge
-u1ø6
-uøv5
-u9åra
-u7åre
-va3am
-va8an
-4vab
-6vadj
-vad1r
-vaf3
-vaf6r
-vai5r
-vai5s
-va6ka.
-va7kan
-va5ker
-6vakh
-va8ki.
-4vako
-vak3r
-7v6aksi
-4v3aksj
-vak5s6t
-1vakt
-vakt5r
-va1ku
-vak3v
-va3lan
-va4led
-val9eks
-4valel
-val4g3r
-vali9e8
-val3la
-val6mes
-va6l1o
-va1lu
-va4lun
-4valv
-va4løy
-val7å
-vam8pu
-4v3anal
-vand5s
-v4ane
-vane5s
-va4net
-2vang
-van4gr
-vang4s7
-va8ni.
-1v4ann
-van4nan
-van4niv
-vann6sti
-va4nom
-v4ans
-van5sem
-5vansk
-van5s6ki
-van3sm
-van3ti
-van9tr
-va4ny
-2vap
-va5po
-va4ra.
-va6rak
-va4ral
-va4ram
-va4rap
-va4re.
-va4reg
-va6rem
-va4res
-var8ka
-var5ma
-var4mee
-var4sa
-var4sk
-var4s5ti
-var4sv
-varta9la
-var6tem
-var4t5i4s
-4vasa
-va4sa.
-va9set
-6vasid
-va6sie
-va4sif
-va4sik
-va4sil
-va6sis
-va2sk
-vass5a
-vas4sau
-vas4sel
-vas6s7ø
-4vasta
-vat5a
-va3ta.
-va6t7e8l
-va2terf
-vatle6ge.
-5vatn
-va1to
-va6tr
-vat7ra
-vat1s
-4vau
-2v1av
-va4z
-2v1b2
-vba4ne.
-vber5g
-vbo6da
-6v1d
-v7dev
-vding5s4
-v7doi
-v7don
-vd6r
-vdu6en.
-vdu6er
-v7dø
-1ve.
-2ve1a2
-ve6ag
-ve6ar.
-2veb
-2vec
-ve2d1
-ve9dob
-vedom5
-veds2
-ved5s4k
-3ve8d5t
-vedø4
-vedå6
-2vee
-ve4er
-2vef
-ve6g5av
-ve5ge
-3vegg
-veggs4
-2vegj
-4vegl
-ve3gle
-ve5g6lød
-veg5n
-2vego
-6vegre
-veg5rett
-4vegru
-ve4gut
-ve4g5å
-2veh
-1vei1e
-vei3en
-4veill
-6veit
-2vej
-4veka
-5ve4ka.
-ve4ke.
-ve4ked
-4vekee
-2veki
-4vekj
-2vekl
-vek8la
-vek8le
-ve4kli
-2veko
-2vekr
-3veks
-vek4st
-veks4t5r
-1vekt
-vek4t5an
-vek5to
-vek4t5r
-2vekå
-5vel.
-ve4l5as
-5velat.
-5velatp
-6veld.
-vel4del
-8velds
-4veled
-6velei
-7velet
-4velis
-4velit
-6veliv
-2velo
-5veloc
-vels2
-vel3se
-velses5
-vel3sm
-vel5sp
-vel5st
-4velug
-vel5un
-vel5v
-2vely
-2velæ
-2velø
-velø8pa
-2vem
-ve5ma
-1ven
-ve8na.
-4venem
-ve5net
-ve6nete
-4venev
-ve4nin
-ven6n5i
-vennle7
-ve2no
-ven6sti
-ven6str
-vent6a
-ven5t6r
-vent4s
-4venty
-2venu
-ve4nus
-ve5ny.
-4venya
-ve4nym
-2ve3o4
-2vep
-1v8er.
-ver5ak
-ver3al
-8verau
-ver6des
-ver6din
-ver6dir
-verd7v
-ve3re.
-4vered
-4vereg
-5vereig
-4verek
-ve4rel
-ve6r7eng
-4verenn
-4verep
-ve5rer
-ve5res.
-4verett
-4veretu
-verfø5re
-ve9ri.
-veri3a
-ve4rial
-ve7rie
-4verik
-ver3il
-5verkn
-ver5m6
-ver6nal
-vern6s5
-ve9ro.
-ve3rom
-ver8ska.
-ver5ski
-ver7spo
-verta8la.
-verta6le.
-ve1ru
-5verum.
-6very
-verø6
-ver3øs4
-4verå
-v4es
-3ves.
-2ves4a
-ve5san
-4veset
-4vesh
-4vesi
-4vesj
-4veski
-2vesl
-ve9sli
-ve1s2m
-6ve3so
-4vesp
-ve6s3per
-ve5sted
-ves6t5end
-vest5o4v
-4vestr
-4vestu
-4vestø
-vesva7
-5vesynds
-2vesø
-ve1så
-veså5re
-v4et
-1vet.
-2veta
-8vetaka
-4veteg
-4vetek
-ve5te6s7
-6vetev
-2ve7ti
-4vetj
-2veto
-ve4to.
-veto7e
-9vetoke
-9vetoks.
-ve4tor
-2vetr
-1vets
-vett5sk
-6vetv
-4vety
-vety8e
-2veu
-ve8um
-2veva
-ve6vak
-ve5van
-ve9var
-2vevi
-vevi8sa
-vev4sm
-vev4sp
-2veø
-2veå
-1vê
-2v1f
-vfall4
-vfø7re.
-2v1g2
-v4ga.
-vga4le.
-vga6li
-vga8ve.
-v9ge
-v4gi.
-vgjer6s7
-vgo4
-v4gå.
-2v1h
-vhø4re.
-1via
-vi1an
-vi6bl
-vice5s
-1vid
-vi5de
-vide4o7
-vi4d5o4
-vid3r
-vid3s4
-vi1el
-vi5end
-vig4m
-vi4gu
-vi5gø
-vi4kat
-5vikb
-vi5ked
-7vikg
-vik5ke
-vik5n
-vi2k3o6
-3viks.
-vik5sa
-vik5s6l
-4vikt
-5vikti
-vi4k5ø4
-vi2l1a
-vi5la.
-vi4les4
-vi4l3in
-1vilj
-vil4l5an
-vil4led
-ville6de.
-vil4lei
-vill9ep
-6v5illu
-vil5m
-vil1o
-vil4sti
-vilt7o
-vil6tret
-vil4tri
-vi2lø
-4vim
-vim7p
-vim7u
-4vindl
-5vindu
-vine5st
-v6ing
-4vingn
-vin5gom.
-ving3r
-vin8g9u
-vin3na
-vin4ned
-6vinnh
-4v5innl
-4v5inns
-4vinnt
-vi6n5o6ver
-v2in2s
-vin7sja
-vin4tes
-vin5tre
-vi8pa.
-vi6pe.
-vip5s
-1vir
-4viro
-7viru
-vis3ab
-vis3ak
-vis5and
-vi4see
-vi3sen
-vi6seng
-vi2s1k
-visk6re
-vis5m
-vi1so
-vis3om
-vi4sp
-vis9pa
-viss4p
-vis5ti
-vi4tak
-vi5tese
-5vi6t5j
-vi4t3o
-vi4tr
-vit7ra
-vit5re
-vit5skr
-vit6te6s7
-vi4t5un
-vitun6ge.
-vi4t5øy4
-vi4va.
-vi6ves
-vivi3
-v1ja
-v1je
-vje4t5a
-vje5t6e
-vje4t5r
-vjet3t
-vje4tu
-v1ji
-4v5jo
-vju3t
-6v3k6
-vk4le
-vk4ler
-vku4le.
-6v1l2
-v6lab
-vla6ga
-v9led
-v9leg
-vlei9e
-vl6el
-vle4se.
-v5lesn
-vle5str
-v6lesv
-vli7v
-vls9
-vlu9sa
-2v1m
-vma8le.
-vmo8de.
-vmord4
-vmå8la
-2v1n
-v3nad
-vna8ke.
-vn5al
-v9nar
-vn5dy
-vne7b
-v2ned
-vne7de
-v4nele
-v4neli
-v4nelo
-v2nem
-vne5r6e
-v4nero
-vne1s
-v4nesta
-v6neste
-v2nev
-vnor9s8kas
-vn4s5pa
-vn1s4t
-vn5t4
-vnæ4re.
-vn5ør
-vo1al
-vo2ar
-6vob
-2vof
-vof8fan
-vo4gu
-voi1
-1vok
-4voko
-voks3k
-vok6s5
-1vol
-voli7
-vo4litu
-vol4tes
-2vom
-vo4na
-vo9nal
-vo9nar
-von5de
-vons6
-von5sh
-2v1o6p
-2vord
-vor8da.
-vo1re
-vo9ren
-2v1org
-4voro
-vors7k
-1vos
-4vosj
-vos4se
-vo4teg
-vo4tel
-6votr
-vo1v
-vo4ve.
-vo6vi.
-2v1p4
-2vr8
-3v6rak
-v7rar
-v1re
-vregi3
-6vrenge
-4vrengi
-v6rengj
-v6rengt
-vrett4s
-v6ri.
-3vrid
-7vrie
-v6rigas
-vri6ma.
-vri8me.
-v3ring
-vrin5s
-vri6ve.
-v1ro
-v4rob
-v4rof
-v4rok
-v4rop
-vro8te.
-v1ru
-v7ry
-vrø3ve
-v1rå
-vrå8da.
-8vs
-v6sa.
-v7sali
-v6se.
-v4seg
-vs3egg
-v3s4el
-v4s5e4li
-vse4n
-v5sen.
-v4s5eng
-v5s4ens
-v2ser
-v6si.
-vs1in
-v1sk
-vs8ke
-v6s5kum
-vs1kv
-v1sl
-vs3lan
-vs6let
-v6slik
-vsmå8la
-v1s2n
-v6s7na
-vs3ne
-vs3ny
-vs3næ
-v4s3nø
-vs5od
-vsom5
-vs5oms4
-v7son
-vs1or
-vs2pe
-vsre6de.
-vs7s6t
-vs4s5å
-v1s2t2
-vste6ma.
-vs3til
-vs1v
-vsø6ke.
-vsøl5
-v2s5øy
-vsøy4er
-v8så.
-vså7re
-2v1t
-vta1
-v4ta.
-vta8ka.
-vta6led
-vta9len
-vta4lev
-vta6s
-v5tepp
-v5t4i
-vti8na
-vti8ne.
-v5t4r
-v3t2v
-vty8e
-1vu
-vu2d1
-vud5d
-vuden5t
-vuds4
-8vué
-vu8k
-2vul
-2vung
-vun4ge.
-6vu6o
-2v1ut
-2v1v
-vva8la
-vve8g9ing.
-vve6g7inga
-vven7n6i
-vvi5ke
-vvi6k7l
-vvi8s9an
-vvi4se.
-2vy1
-vya4
-vy7ens
-1væ
-væ1ra
-væ9ret
-væ8ta.
-v3ø4d
-vø4l
-vø7li
-vøm4met
-3vøre
-vø6re.
-v3ørke
-vør8na.
-vø3se.
-v5øv
-4v1øy
-vøy6e
-vøy7ene.
-vøy9enes
-1våa
-1våe
-4våend
-v4åk
-vå8ka.
-vå4ke.
-vå4kene
-vå9kene.
-vå4le.
-1vån
-vå5ne
-4vånu
-vå3ren
-vå8sa.
-vå5tes
-6våtf
-våt7å
-w2a
-wa6l
-5wald
-wal4k
-walk5o4
-wal4l
-2wap
-war6d7er
-wash3
-1wat
-wa3z
-w1b
-wboy5
-we2
-weate7
-we7b
-we3g
-we5re
-wes2
-wes3s
-wester6
-western7
-wet5
-wett4
-w4i2
-wi9ar.
-wich3
-3wicz
-wi3d
-5wi6en
-wi9er.
-wi5f
-wi3ni
-wi5ra
-wi3ren
-wi5ta
-wk3r
-w1l
-w1m
-wn5s
-wob5
-wou6
-wout7
-ws5
-ws6k
-wurs6
-wy2
-w1yo
-wyor2
-wyork3
-w1z
-xan5t
-x7b
-x3f
-xga6
-x7h
-x1ic
-5x6id
-xi5e4
-x5k
-x1l
-x1p6
-x3r
-x1s2
-x7t
-x6u
-xy2
-ya7b
-1yac
-ya5f
-ya4h
-y1ak
-yak6te.
-ya2l
-y7am
-y1an
-y6an.
-y2ana
-ya4ne.
-yan7k
-yan7sl
-y1ark
-y7arr
-yas4
-ya5si
-ya5t
-y1av
-y1b
-yba4ne.
-yb4bed
-ybde3
-ybo2
-ybu6er
-ybue7re
-ybu7ern
-ybyg5
-y1c
-y8ce.
-y8cé
-y2co3
-y6dab
-yd5av
-4ydd
-yd6dela
-yd4dep
-y6d7enh
-y4deo
-y2dep
-y4dero
-y2d1is
-yd6je
-yd1ji
-ydo4
-yd3op
-yd5ov
-y1dr
-y4d4r5au
-yd1re
-yd5rem
-y4dro
-y4d4r5oks
-yd3si
-yds4v
-y2du
-yd1un
-ydø4
-y4døm
-ydør5
-yd1øs
-4y1e
-yed8l
-ye6dre
-y2ek
-y5eks
-ye4len
-ye6let
-yel4s5j
-yel4sk
-yels3m
-yel6s5t
-y2em
-ye2n
-y7e6ne
-y8ener
-y2enh
-ye5ni
-y2enk
-y2enl
-yenle6ge.
-yens4
-y4ense
-y3e6re
-ye4rel
-y3ern
-yer8sk
-y4erst
-yes2
-ye5sm
-ye2t
-ye9te
-ye5ty
-y2ev
-y1f
-yfan9
-yfjell4
-y4fle
-yf5le.
-y8ga.
-yga8ve.
-yg4dal
-yg4dek
-yg4del
-yg4dep
-yg2do
-yg2d1r
-yg2d1y
-yg2dø
-yge5i
-ygen5s
-y6geret
-y2ges
-y4gev
-yg6gam
-ygg7art
-ygges4
-yg5gj
-ygg5l
-yg6gr
-ygg3s2
-yg6gu
-yg6g5å
-ygi2
-y5glo
-yg7m
-yg6r
-y1h
-yhes5
-y1i
-y9in.
-yis7t
-y1j
-6yk
-y1ka
-ykap3
-y6kara
-y2ke
-y7kel.
-y5kelen
-y3keli
-y7kels
-y3ken
-y3ker
-y4kerel
-y4kero
-y5ket.
-y9kets
-y1ki
-y1kj
-y4kjar
-y5kjare
-ykjeva8ne.
-yk4kana
-yk4k5enh
-yk5kesj
-ykke6s5ta
-yk1kj
-ykk5ni
-ykk4s5k
-yk8k5vi6
-yk4ky
-yk1la
-yk6lest
-y1klo
-y3klub
-yk3lus
-y5klæ
-y1ko
-y2koa
-y6koli
-y4komo
-y5kosa
-y2kot
-y5koti
-y1kr
-yk1s
-yku6le.
-yk3var
-y1la
-yla8ga
-yl4dan
-yl4derk
-ylde4s
-yld1r
-yld5s6k
-yle6ge.
-y7les
-y4lev
-yligh9
-yl5k8
-ylke2
-ylke4s3
-ylkesla8ga
-yl4lev
-yll5is.
-yl3s6
-ylst7re
-yl5tet
-y8luse
-3ylven
-y1ly
-ylæ7re
-y6mei
-y4mete
-ym4fe5d6
-ym5jara
-y4mo.
-ymo5e
-ym3p2
-ym1s
-ym8sa.
-ym4se
-ym8sl
-ym6ta.
-ym6te.
-ymå6la
-y9n8and
-yndes8
-yn5det
-y2nel
-yn7eld
-yner3g
-yne5s4
-ynesi8
-y6nev
-yn5gel
-yn4gem
-yn2gr
-yn4g5ø
-ynko3
-yn6k5v
-yn5na
-yn5ne
-ynn3s4
-ynn4ø
-y3no
-y4no.
-yns1
-yns6are
-yn4sem
-yn9set
-yn2si
-yn2sk
-yns9ket.
-yns7ki
-yn5skj
-yns7kjele
-yn8s9kjer.
-yn4st
-yn2su
-yn4s5ver
-yn4tap
-yn8teg
-ynt5ei
-yn4tek
-yn6tete
-yo4gat
-yo6gi.
-y1om
-yon4
-yon5nen
-yo6nu
-y1o2p
-y1o2r
-yor6da
-yo5re
-you4
-yout5
-yp8e
-y2pe.
-y4pee
-y4pena
-y4penet
-ype4rel
-y6peta
-y1pi
-y4pi.
-y7ping
-yp5inn
-ypin8na
-y1p2l
-y5po
-yp7p6a
-yp3pe
-y1pr
-yp5s8
-yp4tok
-y3pu
-y1ra
-yra8ka
-y4r3a6l
-y7rarb
-y4r5au
-yr5av
-yr7da
-yr5dø
-y7real
-yre3in
-y5reis
-yrek4
-y7rek7k
-y3rels
-y5rems
-y1ren
-yre9ne
-y4reo
-y6rerel
-y4rero
-yre5sc
-y5rest.
-yre5ste
-y5reste.
-yres6ten
-y1ret
-y4reta
-y4rete
-y4reto
-y7retø
-yr7ga
-y1ri
-yrin5g6
-yri6ene.
-y4rif
-yri8ka.
-yr3inn
-yris6p
-yr4kee
-yrke4s
-yr5kj
-yr3m
-y7roe
-y3romm
-yr1op
-y5rosk
-yr5r8
-yr4san
-yr7set
-yr5sk
-yr6skj
-yr6skr
-yr2sp
-yrs7tan
-yrs5tar
-yrs7tene
-yrs5tens
-yr3sti
-yr4sv
-yr3te
-yr6tek
-yr2t3r
-yr3tra
-yrty8
-y1ru
-yrul8la.
-yr5ut5r
-yr3v
-y1ry
-yr3øk
-yrøy4
-y1rå1
-yråd2
-yrå8da
-yråde7r
-yrå6ders
-y4rådi
-y2råm
-y6råst
-y4råt
-y4råv
-2ys
-y1sa
-ys6a7kers
-ys4e
-yse4bu
-y4sed
-y4see
-yse5ei
-y2seg
-y2sek
-ys7ekte
-y2sem
-y4sera
-yse7rid
-yseri7e6
-y4sesj
-y4sesk
-y4se5s6l
-y4sest
-y5seste
-y6sesu
-y9set.
-y4seu
-ys6i
-ysi8e
-y5sjk
-y7skag
-ys6kara
-ys7kare
-ysk9au
-ys2k3l
-ysk5øs
-ys4mi
-ys4nø
-y1so
-y4s5or
-ys2pe
-ys5pis
-y5s4po
-ys6sak
-ys6sam
-ys4s3ei
-ys4s3ek
-ys4s5il
-ys2sj
-ys4sku
-ys2so
-ys2sp
-yss5pe
-ys4sta
-yss5tab
-ys4s5ti
-ys4su
-ys2s5v
-ys2t
-ys3ta
-y8star.
-ys4tat
-ys3tel
-ys3ten
-y4s3ter
-ysterie7n
-ys7tesl
-y2s3ti
-yst3op
-yst3r
-ys5t6ry
-ys6ty
-y1su
-ys1ve
-ys5år
-y1ta
-y4t3ana
-y2tee
-y4tef
-y2teg
-yt5e4ge
-yte3in
-y4teka
-y4teki
-y4tena
-y4teno
-y2teo
-y4teret
-yte6ro
-yters6
-yter5ske
-yte5r6ø
-y2tes2
-y2tet
-y3t2hi
-6y5til
-y6tj
-yt9ja
-yt5jen
-yt9jer
-yt4mei
-yt4mes
-y3to
-yt8ra
-yt4re.
-yt5rer
-yt1ri
-yt4rik
-y5trå
-yt4s3en
-yt3sk
-yt5sv
-4ytt
-yt5t6a
-ytt4e
-ytte8r9end
-yttes6
-yt4test
-yt8tien.
-yttsa6me.
-2y3tu
-y1ty
-yt4ys
-y7tå8
-y1u
-y6ua
-y8ue
-yu8g
-yu4l
-y1v
-y4vak
-yva8la
-y2ved
-yve4ria
-yve4ris
-y4vese
-y6vesy
-y6vev
-yvi8sa
-yvi6se.
-yv1år
-yvå5te
-y1w
-y5æ
-y5ø
-y1å2
-za5b
-3zae
-4zaes
-za4g5
-za5k6h
-zani4
-zania5
-5za5v
-z1b4
-zbu4
-z1c
-z1d
-1ze
-zea1
-zebu9
-zeli5
-zen3s
-4z3ense
-4z3ent
-z1f
-z1g
-5zha
-z3hi
-z5hu
-5zie
-1zifi
-5zing
-z5int
-1zis
-6zisty
-4zi5s4v
-2zisy
-z1k
-4z1l
-z1m
-5zo.
-5zoe
-zo1f2
-zo4no
-zo5re
-6zos
-z1p
-z5r
-z1s
-4z1t
-zu3e
-z1un
-z1v
-z1za.
-z2z3el
-æ5by
-æ2bø
-æ5de
-æ7di
-æ1f
-æg6
-æ2k
-æ3ke
-æ5ki
-æ8kj
-æk1ja
-æk7je.
-æk9jer.
-ække7
-ækkel6
-æk6l
-æ1la
-æ4le.
-æ2le3d
-æ4lena
-æ4lev
-æl5j
-ælsle9
-æ4r1ak
-æ3rane
-æ4rans
-æ4rarb
-æ6rarbe
-ær4arte
-æ4r1at
-ærbu5e
-ær1d4
-æ1re
-æ2rea
-æ4red
-æ2ref
-æ2reg
-æ8r7ei
-ærei6e
-æ2rek
-æ6r7eld
-ære5ne.
-ære7nes
-æ2rep
-æ5rern
-æresa4m
-ære6skr
-ære4sl
-ære4sp
-æ4reta
-æ4retek
-æ9rets
-æ2rev
-4ærf
-ærgen5
-ærhø8
-æ1ri
-æri6e7ne
-æ4r3il
-ær3ins
-æri6s
-ær5is.
-4ærk2
-ærle6ge.
-4ærm
-ærmå8la
-ær3n
-ær5ne4
-ær4nå
-æ2r7o6
-ærom5
-æroms4
-ær5r
-ær6sel
-ær4s5il
-ær1sk
-ær7s6no
-ær2sp
-æ2r1u
-ærut5
-ær3v
-æ2r1ø4
-ærøy7e
-ær3å4
-æ8se.
-æ2sj
-æ2s1k
-æ5ta
-4æte
-æ4te.
-æt4r
-æt4ta
-æ5va
-ævar5
-æve4s
-æ5vi
-6ø1a2
-øa7re
-øau4
-ø1b
-øbe6lev
-øbe4li
-ø2bl
-øbl9u
-øb4r
-ød3ag
-ø4dak
-ød3d
-ød9de.
-ø2de.
-ø4dede
-ø6def
-ø4dela
-ø4dem
-ø4deo
-ø4deri
-ø4dero
-ø5dj
-ød1r
-ød4red
-ød4rek
-ød4rep
-ød2sc
-ød6s5ek
-øds7ke
-øds4ko
-ød6sku6
-øds4mu
-ød8t5om
-ødt6r
-ø2du
-ød3und
-ø4d5ur
-ø6d5ø
-4ø1e2
-ø4ed
-ø5ene
-ø5ep
-ø3e6re
-øfe8
-øf3fe
-øf6j
-øf8la.
-øf8le.
-øffe8l7a
-ø5fn
-øfte5s
-øg1
-øg2a
-øg5ak
-øg5al
-ø7gar
-ø5gas
-ø3ger
-øg5gl
-øg8gå
-ø7g4j
-øglo8ve
-øgn6s7p
-ø2g2r
-øg5re.
-øg5res.
-øgs2
-øg4ste
-øg4str
-øgta5
-4øg4u
-ø1h
-ø4i
-øi4e
-ø5ing
-ø5isk
-ø4it
-ø1j
-6øk.
-6ø1ka
-ø5kav
-øka8ve.
-ø6keh
-ø4kelo
-ø6kerada
-ø6kerel
-ø4ke5ru
-øke1s
-ø6kese
-ø8kesl
-ø4kest
-ø4kete
-ø1ki
-4økj
-ø5kjare
-ø5kjas
-ø1kje
-2økk
-øk5kel
-øk5ket
-øk4k5l
-økk5r
-øk3lag
-øk3lan
-2økna
-1øko
-øk5opp
-ø1kr
-ø8krar
-øk8sa.
-øk6se.
-øk4ses
-øk4si
-øk2so
-øks1t6
-øks5ti
-øku4r
-øk5ur.
-øk5ure
-øk7ve
-ø7ky
-ø1la
-ø2lah
-ø6lam
-øl3d
-øled
-ø4ledi
-ø6lelu
-ø4lero
-ø6leta
-ø4le5te
-ø2lev
-øl4gera
-ølge5s6v
-øl1j
-øl2ke
-ølke7s
-øl4lese
-øl9leti
-øl6lev
-ø1lo
-øl7op
-ølrå4
-øl6sel
-øl4sere
-øl4se3s
-øls6t4
-øl5s4v
-ø5luk
-øl7ut
-ølva6
-øl4var
-øl4v3ei
-øl6vek
-øl8vel
-ølv7erk
-øl4v3in
-ølv5o
-ølv7r
-ø1ly
-ø4me.
-ø9met
-1ømfi
-ø5mi
-ømini6
-øm4med
-øm4mero
-ømmet6
-øm4metr
-øm3op
-øm4pel
-øm7s6p
-øm1st
-øm5svi
-ø2m1u
-ømå8la
-øn2ad
-ø6n5al
-ø5nas
-ø2nem
-ø3nes.
-ø9nese
-ønhø8re.
-4ønn
-øn4nal
-ønni4
-øn4n5it
-ønns5al
-ønn4s3e
-ønn4s5i4d
-ønns5kje
-ønns5kre
-ønns5ku
-ønns3l
-ønns3t
-øn2nø
-ø6nom
-øn2s
-øn9sa.
-øn5sak
-øn5sam
-øn5se.
-øn3ser
-øn3skj
-øn8skjer.
-ønst3r
-ønst9ra
-ønt1
-øn2ta
-øn2to
-øn7u8
-ø1o
-ø4peda
-ø6pe5i
-ø4penu
-ø5pero
-ø4peru
-øpes4
-ø4pete
-ø4peti
-ø1pi
-øp3li
-øp5p
-øp6pl
-ø1pr
-øp6s1
-øpsa4
-øpsla8ga
-øps8leg
-øp5ste
-øp4s5ø
-ø1ra
-ø2ra.
-ø2r1af
-ø2r1ak
-ø2r1a2m
-ø4rans
-ø4r3ant
-øra8sa
-øra6si
-ø4r7au
-ørd4e
-ø1re
-ø2rea
-ør7edd
-ø6redu
-ø2ref
-ø2reg
-ø6rein
-ø2rek
-ørek6l
-ør3eks
-ør5ekt
-ørele8se
-ø9relet
-ø4r5eng
-ø2re5o4
-ø2rep
-ø6reret
-ø4reru
-øre1s2
-ø5res.
-ø4rese
-ø6resi
-ø7reskrivi
-ø8reso
-ø4rest
-øre6s7v
-ør6et
-ø4reta
-ør1eu
-ø2rev
-ør5fe
-ørge5s
-ø1ri
-øri8m
-ør4jet
-ør4keri
-ør4kes
-ør8k9lag
-ør6k5n
-ør4kve
-ør4kå
-ørla8ga
-ørm9ut
-ørn4e
-ør4nere
-ør4nes4
-ør4n3u
-ør4n5ø
-ør1o
-ø5r6ok
-ø1ros
-ø4r3ost
-øro4v
-ør4rek
-ør4rep
-ørri4
-ør4r5is
-ør4råt
-ør4sak
-ørsa8ka
-ørsa6me.
-ør4sc
-ør6ses
-ør2si
-ør5ski
-ør4skr
-ørs6lev
-ør4som
-ør4spe
-ør2st
-ørs9tar
-ørste5i
-ørs5tens
-ørs5tig
-ør3sto
-ørs9u
-ør2sv
-ørs1å
-ør9tar
-ør4tek
-ør6ti9a
-ør4tide
-ør8tien.
-ør6tif
-ør3to
-ørum5
-ø6rut
-ør5v
-ør1ø2s
-ørø1v
-ør1åp
-ø1sa
-øsa6me.
-ø8sarar
-ø1sc
-ø2se.
-ø2sem
-øse4n5o
-øseri7
-øserie6
-øs5jo
-øs7kar
-øs1l
-øs4lag
-ø4slu
-øs2me
-ø1s2p
-øs8tas
-øst9ast
-øs6teg
-øs5terse
-øst9ett
-østo2
-øst5of
-øst5ov
-øst1r
-øst3re
-østø4
-ø2s1ø2
-4øt
-øt3ak
-ø9tar
-øta4s
-øt5asa
-ø2te.
-ø2tea
-ø6tef
-ø6tege
-ø2tei
-ø2tel
-ø5tela.
-ø3ten
-ø4teni
-ø3ter.
-øte3ru
-ø2te1s
-øte7sn
-ø4teta
-øt7ri
-øt1sa
-øt3s4p
-øt7s6å
-øtså9re
-øt4tero
-øt6test
-øtt5av
-øtt5eta
-øtt5ete
-øtt5ra
-øtt7ri
-øtt1s2
-øttså7re
-øt4tur
-øt4ty
-ø1tu
-ø5ty
-ø1u2
-øug8la
-øv5aa
-øv5ans
-øve5in
-ø4vek
-øve5no
-øveren8
-øve1s
-øves4t
-øve3te
-ø5vik
-øv6l7ut
-øv7ne
-øv6nø
-øv9o8
-øv1r
-øv5reb
-øv1s
-øv9sa
-ø5vå
-øy3al
-øya2n
-7øyan.
-9øy8ans
-øy4dek
-øy4dere
-øyd8i
-5øyeb
-øy7e4de
-øy2ee
-øy4ele
-øye4n
-øy4ep
-øy4erf
-øy1gl
-øy3ke.
-øyks4
-øyk5t
-2øyl
-øy4led
-øy4leg
-øy5na
-øy5ni
-øy3o
-6øyp
-øy3pe.
-øy4pel
-øy4ra.
-øy5rer.
-øyri6v
-øy3rø
-øy1s
-øy5s4ar
-øy5si
-øys2l
-øy4sm
-øy4spi
-5øysund
-øy4tei
-øy4tel
-øy4tere
-øyte5s6
-øyti7da
-øy1tr
-øy2t3y6
-øy5tø
-øy4vei
-5øyvå
-ø1ø2
-ø5å6
-å1a
-åak6ta
-åa4n5
-åan8ka.
-åan6ke.
-å2ar
-å5aran
-åau4re
-å1b4
-åba8ne.
-åber2
-åbo9ta
-6å1d
-å7dan
-å9dar
-å4ded
-å4dek
-å4dem
-å4deo
-å4dep
-å4dere
-å4deri
-å6dero
-å2des
-å7di
-åd4ra
-åd8re
-åds1
-åd2sk
-åd3s4la
-åd7slo
-åd3slå
-åd1s2n
-åd3s4pe
-åd7spu
-åd5st
-åd6s7te
-4å1e
-å2ele
-åem8na
-åe2n
-å7ens
-å3er
-å3e6re.
-å1f
-åfe6
-åfø5re
-2åg
-å4ga.
-åg7ald
-å4ge.
-åg7ei
-å2ges
-ågna5
-åg5ne
-åg4r
-åg5rin
-ågs6k
-åg5sl
-åg7sp
-ågs4t
-ågu4l
-åg5ø
-å4gå.
-å1h
-å1i
-å1j
-å1ka
-å3kan
-å3kar
-å4karb
-åk7av
-å4keh
-å3ken
-å4kena
-å4k3enh
-å4kere
-åke5s
-å4kesl
-å5kevi
-å1ki
-å6kid
-å1kj
-åk1k
-åk5ka
-åkk6l
-åk7kr
-åk7lau
-åklist7
-åk3læ
-å1ko
-åk3opp
-åko4s
-åk6ra
-åk5røk
-åk3rå
-åk1s2
-åks7l
-åk3t4
-åku8
-å5k8ul
-åkva8la.
-åkøy8rar.
-å2k3å
-å1la
-å5l6amp
-å6larb
-å9las
-ål5au8
-ål9av
-ål3d
-å2lef
-ål5eini
-å2lek
-å2lem
-å4l5enh
-å4leni
-åle6ris
-å2le1s2
-åle9s6und
-å4lete
-å2lev
-ålgå6
-å6lio
-ål5j
-ålla6ga
-ål3or
-ål4san
-ål4sek
-ål4ser
-åls7i
-ål2sp
-ål4sti
-ålsy8na
-ål5ti
-ålti5d
-ål1u
-ålul8la
-å1ly
-å2l1øy
-åløy4e
-ål5å6k
-ålå8te.
-6åm
-å6me.
-åm4li.
-åm1om
-åm5øy
-å3nar
-å9nas
-ånd3r
-ånd4sa
-ånd4se
-ånd4so
-å4ne.
-åned4
-åneds5
-åne5i6
-å2nel
-ånely6
-å5nes.
-å3net
-å4netr
-å3ni
-ån5o
-å9ny
-å3o
-åp2e
-åpe4n3a
-åpe4n5i
-åpen3s
-å5per
-å6pero
-å1pi
-åp6j
-å1pla
-åp4ne.
-åp7p
-å1pr
-åpra5
-åp2s1
-åp6ta
-å4på
-år3ak
-å9ran
-å7rara
-ård5str
-å2re.
-å5rei
-å6rel
-åre7s
-å4rest
-årfi4
-å7riv
-år3k2
-år4le.
-2årn
-årn5s
-år3on
-år3op
-årpo8
-år2s
-års5af
-års3el
-år3sem
-års3ko
-år8sku
-årsla8ga
-år3sol
-års3ta
-år7ste
-års3ti
-år7sto
-år5stu
-års1u
-års1v
-år5sy
-år5u4k
-år3un
-år5y4
-å1rø
-å5r8å
-ås2
-å1sa
-ås7au
-å4se.
-å4see
-ås5eid
-å4sek
-å4sem
-åseri7e6
-åse3s2
-å4sesm
-å4seso
-åse5ta
-ås3h
-å8si.
-ås5ka.
-ås9kene
-ås8ki
-å1skj
-ås7kop
-å1skr
-å5sku
-å1sl
-ås5ne
-ås3ni
-å5so
-å1sp
-ås7pl
-ås5sa
-ås5se
-ås3si
-åss3k
-4å1st
-å7stei
-åsu4
-ås3un
-ås7ut
-ås7væ
-ås5øy
-åså9
-å1ta
-å4ta.
-åtaks5
-åta2l
-åta9la
-åtale3
-åta5le.
-åta5len
-å4tang
-å4tark
-å4t5arm
-å2te.
-å2tea
-å4tee
-å2t1ei
-åte6ke.
-å4teo
-å9ter
-å2tes
-5åtferd
-å5ti
-åti7da
-2åtn
-å1to
-åt7ov
-6åtp
-åt1re
-åtri6pa.
-åtri8pe.
-åt1ru
-åt5sk
-åt1t
-åt4ted
-åt4ti
-ått3o
-åt4tri
-åtts4
-åt6t5æ
-åt1u
-åt4un
-åtva5ra
-åtva7re
-åt5ve
-å5ty
-åt1øv
-å3u
-åun8ge.
-å1v
-åv4a
-å2ve7d
-å4veg
-åve5l
-å4veni
-å9ver.
-å2vev
-åv7s6
-å7vy
-åvæ4re.
-å1ø8
-åøy4
-#-display-name: Portuguese contracted braille
-
-#+locale:pt
-#+type:literary
-#+contraction:full
-#+grade:2
-#+hyphenation:yes
-
-# TODO: Please correct the metadata above. It is not meant to be
-# accurate nor complete. It hasn't been verified by the table
-# author yet. It is merely an attempt by the liblouis maintainers
-# to get some sensible initial values in place.
-
-# TODO: Please add a reference to official documentation about
-# the implemented braille code. Preferably submit the documents
-# to https://github.com/liblouis/braille-specs.
-
-include pt-pt-g2.ctb
-include hyph_pt_PT.dic
-include braille-patterns.cti
-#
-# Copyright (C) 2015  Tsengel Maidar Innovation Development center of the blind at idcbinnovation@gmail.com
-# Copyright (C) 2018 Tsengel Maidar EBraillesoftLLC
-# Copyright (C) 2017, 2018 Angaragerdene angaragerdene.b@gmail.com
-
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-#
-
-# This table contains braille codes and rules for Mongolian script with Unified English grade 2.
-# Contributors:  Tsengel, Angaragerdene
-# To report any bugs or any suggestion, please write to tsengel.braille.dev@gmail.com and angaragerdene.b@gmail.com
-
-include ru-ru.dis    # All display opcodes
-include en-ueb-g2.ctb
-
-include mn-MN-common.cti
-
-# This table contains braille codes and rules for Oriya Grade 1 and includes English grade 1
-#
-# Copyright (C) 2014 National Institute for Visually Handicapped, 116, Rajpur Road, Dehradun, Uttrakhand, India
-#
-# This file is part of liblouis.
-#
-# liblouis is free software: you can redistribute it and/or modify it
-# under the terms of the GNU Lesser General Public License as
-# published by the Free Software Foundation, either version 2.1 of the
-# License, or (at your option) any later version.
-#
-# liblouis is distributed in the hope that it will be useful, but
-# WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-# Lesser General Public License for more details.
-#
-# You should have received a copy of the GNU Lesser General Public
-# License along with liblouis. If not, see
-# <http://www.gnu.org/licenses/>.
-
-# This table is built and maintained under an activity of Braille Council of India
-# Contributors: Dipendra Manocha, Sreeja, Dinesh Kaushal, Mesar Hameed
-# Last updated on May 5, 2014
-# To report any bugs or any suggestion, please write to d@saksham.org and sreeja.param@gmail.com
-
-include oriya.cti
-include en-in-g1.ctb
-# This table contains braille codes and rules for Oriya  script.
-#
-# Copyright (C) 2014 National Institute for Visually Handicapped, 116, Rajpur Road, Dehradun, Uttrakhand, India
-#
-# This file is part of liblouis.
-#
-# liblouis is free software: you can redistribute it and/or modify it
-# under the terms of the GNU Lesser General Public License as
-# published by the Free Software Foundation, either version 2.1 of the
-# License, or (at your option) any later version.
-#
-# liblouis is distributed in the hope that it will be useful, but
-# WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-# Lesser General Public License for more details.
-#
-# You should have received a copy of the GNU Lesser General Public
-# License along with liblouis. If not, see
-# <http://www.gnu.org/licenses/>.
-
-# This table is built and maintained under an activity of Braille Council of India
-# Contributors: Dipendra Manocha, Sreeja, Dinesh Kaushal, Mesar Hameed
-# Last updated on May 5, 2014
-# To report any bugs or any suggestion, please write to d@saksham.org and sreeja.param@gmail.com
-
-include braille-patterns.cti
-  
-replace \X200D
-   
-# vowels
-
- letter	\x0B01	3	# ORIYA SIGN CANDRABINDU
-letter	\x0B02	56	# ORIYA SIGN ANUSVARA
-letter	\x0B03	6	# ORIYA SIGN VISARGA
-letter	\x0B05	1	# ORIYA LETTER A
-letter	\x0B06	345	# ORIYA LETTER AA
-letter	\x0B07	24	# ORIYA LETTER I
-letter	\x0B08	35	# ORIYA LETTER II
-letter	\x0B09	136	# ORIYA LETTER U
-letter	\x0B0A	1256	# ORIYA LETTER UU
-letter	\x0B0B	5-1235	# ORIYA LETTER VOCALIC R
-letter	\x0B0C	5-1235	# ORIYA LETTER VOCALIC L
-letter	\x0B0F	15	# ORIYA LETTER E
-letter	\x0B10	34	# ORIYA LETTER Al
-letter	\x0B13	135	# ORIYA LETTER O
-letter	\x0B14	246	# ORIYA LETTER AU
-
-# consonents 
-
-letter	\x0B15	13	# ORIYA LETTER KA
-letter	\x0B16	46	# ORIYA LETTER KHA
-letter	\x0B17	1245	# ORIYA LETTER GA
-letter	\x0B18	126	# ORIYA LETTER GHA
-letter	\x0B19	346	# ORIYA LETTER NGA
-
-letter	\x0B1A	14	# ORIYA LETTER CA
-letter	\x0B1B	16	# ORIYA LETTER CHA
-letter	\x0B1C	245	# ORIYA LETTER JA
-letter	\x0B1D	356	# ORIYA LETTER JHA
-letter	\x0B1E	25	# ORIYA LETTER NYA
-
-letter	\x0B1F	23456	# ORIYA LETTER TTA
-letter	\x0B20	2456	# ORIYA LETTER TTHA
-letter	\x0B21	1246	# ORIYA LETTER DDA
-letter	\x0B22	123456	# ORIYA LETTER DDHA
-letter	\x0B23	3456	# ORIYA LETTER NNA
-
-letter	\x0B24	2345	# ORIYA LETTER TA
-letter	\x0B25	1456	# ORIYA LETTER TEA
-letter	\x0B26	145	ORJYA LETTER DA
-letter	\x0B27	2346	# ORIYA LETTER DHA
-letter	\x0B28	1345	# ORIYA LETTER NA
-
-letter	\x0B2A	1234	# ORIYA LETTER PA
-letter	\x0B2B	235	# ORIYA LETTER PHA
-letter	\x0B2C	12	# ORIYA LETTER BA - 0B35 ORIYA letter  va
-letter	\x0B2D	45	# ORIYA LETTER BHA
-letter	\x0B2E	134	# ORIYA LETTER MA
-
-letter	\x0B2F	13456	# ORIYA LETTER YA = ja
-letter	\x0B30	1235	# ORIYA LETTER RA
-letter	\x0B32	123	# ORIYA LETTER LA
-letter	\x0B33	456	# ORIYA LETTER LLA
-letter	\x0B35	1236	# ORIYA LETTER VA - 0B2C  ORIYA letter ba
-letter	\x0B36	146	# ORIYA LETTER SHA
-letter	\x0B37	12346	# ORIYA LETTER SSA
-letter	\x0B38	234	# ORIYA LETTER SA
-letter	\x0B39	125	# ORIYA LETTER HA
-
-letter    \x0B3E     345	# ORIYA VOWEL SIGN AA, ORIYA VOWEL SIGN UU, ORIYA VOWEL SIGN VOCALIC ORIYA VOWEL SIGN VOCALIC RR
-letter	\x0B3F	24	# ORIYA VOWEL SIGN I
-letter	\x0B40	35	# ORIYA VOWEL SIGN II
-letter	\x0B41	136	# ORIYA VOWEL SIGN U
-letter	\x0B42	1256	# ORIYA VOWEL SIGN UU
-letter	\x0B43	5-1235	# ORIYA VOWEL SIGN VOCALIC R
-letter	\x0B44	5-1235	# ORIYA VOWEL SIGN VOCALIC RR
-letter	\x0B47	15	# ORIYA VOWEL SIGN E (stands to the left of the consonant)
-letter	\x0B48	34	# ORIYA VOWEL SIGN AI (stands to the left of the consonant) = 0B47 AND 0B56
-letter	\x0B4B	135	# ORIYA VOWEL SIGN O = 0B47 AND 0B3E
-letter	\x0B4C	246	# ORIYA VOWEL SIGN AU =OB47 AND 0B57
-letter	\x0B4D	4	# ORIYA SIGN VIRAMA
-letter	\x0B56	34	# ORIYA AI LENGTH MARK
-letter	\x0B57	246	# ORIYA AU LENGTH MARK
-letter	\x0B5C	12456	# ORIYA LETTER RRA = dda =0B21 and 0B3C
-letter	\x0B5D	5-12456	# ORIYA LETTER RHA= ddha =0B22 and 0B3C
-letter	\x0B5F	26	# ORIYA LETTER YYA = ya
-letter	\x0B60	5-1235	# ORIYA LETTER VOCALIC RR
-letter	\x0B61	5-123	# ORIYA LETTER VOCALIC LL
-letter	\x0B62	6-1235	# ORIYA VOWEL SIGN VOCALIC L
-letter	\x0B63	6-123	# ORIYA VOWEL SIGN VOCALIC LL
-
-# Digits
-litdigit	\x0B66	245	# ORIYA DIGIT ZERO
-litdigit	\x0B67	1	# ORIYA DIGIT ONE
-litdigit	\x0B68	12	# ORIYA DIGIT TWO
-litdigit	\x0B69	14	# ORIYA DIGIT THREE
-litdigit	\x0B6A	15	# ORIYA DIGIT FOUR
-litdigit	\x0B6B	15	# ORIYA DIGIT FIVE
-litdigit	\x0B6C	124	# ORIYA DIGIT SIX
-litdigit	\x0B6D	1245	# ORIYA DIGIT SEVEN
-litdigit	\x0B6E	125	# ORIYA DIGIT EIGHT
-litdigit	\x0B6F	24	# ORIYA DIGIT NINE
-letter	\x0B70	34	# ORIYA ISSHAR
-letter	\x0B71	25-14	# ORIYA LETTER WA- 0B13 #ORIYA LETTER O -0B35  ORIYA LETTER VA
-	
-  # Half Characters
-  		
-always	\x0B15\x0B4D	4-13	# ORIYA LETTER KA
-always	\x0B16\x0B4D	4-46	# ORIYA LETTER KHA
-always	\x0B17\x0B4D	4-1245	# ORIYA LETTER GA
-always	\x0B18\x0B4D	4-126	# ORIYA LETTER GHA
-always	\x0B19\x0B4D	4-346	# ORIYA LETTER NGA
-
-always	\x0B1A\x0B4D	4-14	# ORIYA LETTER CA
-always	\x0B1B\x0B4D	4-16	# ORIYA LETTER CHA
-always	\x0B1C\x0B4D	4-245	# ORIYA LETTER JA
-always	\x0B1D\x0B4D	4-356	# ORIYA LETTER JHA
-always	\x0B1E\x0B4D	4-25	# ORIYA LETTER NYA
-
-always	\x0B1F\x0B4D	4-23456	# ORIYA LETTER TTA
-always	\x0B20\x0B4D	4-2456	# ORIYA LETTER TTHA
-always	\x0B21\x0B4D	4-1246	# ORIYA LETTER DDA
-always	\x0B22\x0B4D	4-123456	# ORIYA LETTER DDHA
-always	\x0B23\x0B4D	4-3456	# ORIYA LETTER NNA
-
-always	\x0B24\x0B4D	4-2345	# ORIYA LETTER TA
-always	\x0B25\x0B4D	4-1456	# ORIYA LETTER TEA
-always	\x0B26\x0B4D	4-145	ORJYA LETTER DA
-always	\x0B27\x0B4D	4-2346	# ORIYA LETTER DHA
-always	\x0B28\x0B4D	4-1345	# ORIYA LETTER NA
-
-always	\x0B2A\x0B4D	4-1234	# ORIYA LETTER PA
-always	\x0B2B\x0B4D	4-235	# ORIYA LETTER PHA
-always	\x0B2C\x0B4D	4-12	# ORIYA LETTER BA - 0B35 ORIYA letter  va
-always	\x0B2D\x0B4D	4-45	# ORIYA LETTER BHA
-always	\x0B2E\x0B4D	4-134	# ORIYA LETTER MA
-
-always	\x0B2F\x0B4D	4-13456	# ORIYA LETTER YA = ja
-always	\x0B30\x0B4D	4-1235	# ORIYA LETTER RA
-always	\x0B32\x0B4D	4-123	# ORIYA LETTER LA
-always	\x0B33\x0B4D	4-456	# ORIYA LETTER LLA
-always	\x0B35\x0B4D	4-1236	# ORIYA LETTER VA - 0B2C  ORIYA letter ba
-always	\x0B36\x0B4D	4-146	# ORIYA LETTER SHA
-always	\x0B37\x0B4D	4-12346	# ORIYA LETTER SSA
-always	\x0B38\x0B4D	4-234	# ORIYA LETTER SA
-always	\x0B39\x0B4D	4-125	# ORIYA LETTER HA
-
-always	\x0B5C\x0B4D	4-12456	# ORIYA LETTER RRA = dda =0B21 and 0B3C
-always	\x0B5D\x0B4D	4-5-12456	# ORIYA LETTER RHA= ddha =0B22 and 0B3C
-always	\x0B5F\x0B4D	4-26	# ORIYA LETTER YYA = ya
-always	\x0B60\x0B4D	4-5-1235	# ORIYA LETTER VOCALIC RR
-always	\x0B61\x0B4D	4-5-123	# ORIYA LETTER VOCALIC LL
-always	\x0B62\x0B4D	4-6-1235	# ORIYA VOWEL SIGN VOCALIC L
-always	\x0B63\x0B4D	4-6-123	# ORIYA VOWEL SIGN VOCALIC LL
-
-
-#ksha and gya
-
-
-always  \x0B15\x0B4D\x0B37\x0B4D 4-12345 #ksha
-always \x0B1C\x0B4D\x0B1E 156 #gya
-always  \x0B15\x0B4D\x0B37 12345 #ksha
-
-
-#consonants followed by vowel not matra
-
-class  OriyaVowel \x0B07\x0B08\x0B09\x0B0A\x0B0B\x0B0C\x0B0F\x0B10\x0B13\x0B14
-class Halant \x0B4D
-before OriyaVowel always	\x0B15 	  13-1	# ORIYA LETTER KA
-before OriyaVowel always	\x0B16 	  46-1	# ORIYA LETTER KHA
-before OriyaVowel always	\x0B17 	  1245-1	# ORIYA LETTER GA
-before OriyaVowel always	\x0B18 	  126-1	# ORIYA LETTER GHA
-
-
-before OriyaVowel always	\x0B1A 	  14-1	# ORIYA LETTER CA
-before OriyaVowel always	\x0B1B 	  16-1	# ORIYA LETTER CHA
-before OriyaVowel always	\x0B1C 	  245-1	# ORIYA LETTER JA
-before OriyaVowel always	\x0B1D 	  356-1	# ORIYA LETTER JHA
-
-before OriyaVowel always	\x0B1F 	  23456-1	# ORIYA LETTER TTA
-before OriyaVowel always	\x0B20 	  2456-1	# ORIYA LETTER TTHA
-before OriyaVowel always	\x0B21 	  1246-1	# ORIYA LETTER DDA
-before OriyaVowel always	\x0B22 	  123456-1	# ORIYA LETTER DDHA
-before OriyaVowel always	\x0B23 	  3456-1	# ORIYA LETTER NNA
-
-before OriyaVowel always	\x0B24 	  2345-1	# ORIYA LETTER TA
-before OriyaVowel always	\x0B25 	  1456-1	# ORIYA LETTER TEA
-before OriyaVowel always	\x0B26 	  145-1	ORJYA LETTER DA
-before OriyaVowel always	\x0B27 	  2346-1	# ORIYA LETTER DHA
-before OriyaVowel always	\x0B28 	  1345-1	# ORIYA LETTER NA
-
-before OriyaVowel always	\x0B2A 	  1234-1	# ORIYA LETTER PA
-before OriyaVowel always	\x0B2B 	  235-1	# ORIYA LETTER PHA
-before OriyaVowel always	\x0B2C 	  12-1	# ORIYA LETTER BA - 0B35 ORIYA letter  va
-before OriyaVowel always	\x0B2D 	  45-1	# ORIYA LETTER BHA
-before OriyaVowel always	\x0B2E 	  134-1	# ORIYA LETTER MA
-
-before OriyaVowel always	\x0B2F 	  13456-1	# ORIYA LETTER YA = ja
-before OriyaVowel always	\x0B30 	  1235-1	# ORIYA LETTER RA
-before OriyaVowel always	\x0B32 	  123-1	# ORIYA LETTER LA
-before OriyaVowel always	\x0B33 	  456-1	# ORIYA LETTER LLA
-before OriyaVowel always	\x0B35 	  1236-1	# ORIYA LETTER VA - 0B2C  ORIYA letter ba
-before OriyaVowel always	\x0B36 	  146-1	# ORIYA LETTER SHA
-before OriyaVowel always	\x0B37 	  12346-1	# ORIYA LETTER SSA
-before OriyaVowel always	\x0B38 	  234-1	# ORIYA LETTER SA
-before OriyaVowel always	\x0B39 	  125-1	# ORIYA LETTER HA
-
-before OriyaVowel always	\x0B5C 	12456-1	# ORIYA LETTER RRA = dda =0B21 and 0B3C
-before OriyaVowel always	\x0B5D 	5-12456-1	# ORIYA LETTER RHA= ddha =0B22 and 0B3C
-before OriyaVowel always	\x0B5F 	26-1	# ORIYA LETTER YYA = ya
-before OriyaVowel always	\x0B60 	5-1235-1	# ORIYA LETTER VOCALIC RR
-before OriyaVowel always	\x0B61 	5-123-1 	# ORIYA LETTER VOCALIC LL
-before OriyaVowel always	\x0B62 	6-1235-1	# ORIYA VOWEL SIGN VOCALIC L
-before OriyaVowel always	\x0B63 	6-123-1	# ORIYA VOWEL SIGN VOCALIC LL
-
-
-
-
-# Define all single-cell characters needed.
-#
-#  Copyright (C) 2009 JJB Software, Inc. www.jjb-software.com
-#  Copyright (C) 2012 Mesar Hameed <mesar.hameed@gmail.com>
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-
-space \s 0
-space \x000a 0
-space \x000c 0
-space \x000d 0
-space \x001b 1b
-space \x00a0 a
-space \t 9
-punctuation ! 5
-punctuation " 4
-sign # 3456
-sign $ 46
-sign % 123456
-punctuation & 12346
-punctuation ' 6
-punctuation ( 236
-punctuation ) 356
-sign * 35
-math + 235
-punctuation , 2
-punctuation - 36
-punctuation . 3
-math / 256
-include digits6DotsPlusDot6.uti
-punctuation : 25
-punctuation ; 23
-math < 56
-math = 2356
-math > 45
-punctuation ? 26
-punctuation @ 3457
-
-include latinLetterDef8Dots.uti
-
-punctuation [ 123567
-punctuation \\ 347
-punctuation ] 234567
-math ^ 23467
-punctuation _ 4567
-sign ` 345
-punctuation { 12356
-sign | 34
-punctuation } 23456
-math ~ 2346
-sign \x007f 456
-#
-# Copyright (C) 1995-2008 by The BRLTTY Developers.
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-
-# BRLTTY Text Table - Danish LogText (iso-8859-1)
-
-# Danish LogText users are accustomed to the percent sign (%) and the
-# exclamation point (!) being mapped to patterns which differ from the new 1252
-# standard. LogText users will be more comfortable with this table.
-
-# generated by ttbtest
-letter \x0000 12345678		NULL
-letter \x0001 178		START OF HEADING
-letter \x0002 1278		START OF TEXT
-letter \x0003 1478		END OF TEXT
-letter \x0004 14578		END OF TRANSMISSION
-letter \x0005 1578		ENQUIRY
-letter \x0006 12478		ACKNOWLEDGE
-letter \x0007 124578		BELL
-letter \x0008 12578		BACKSPACE
-space \t 2478		CHARACTER TABULATION
-space \n 24578		LINE FEED (LF)
-space \v 1378		LINE TABULATION
-space \f 12378		FORM FEED (FF)
-space \r 13478		CARRIAGE RETURN (CR)
-letter \x000e 134578		SHIFT OUT
-letter \x000f 13578		SHIFT IN
-letter \x0010 123478		DATA LINK ESCAPE
-letter \x0011 1234578		DEVICE CONTROL ONE
-letter \x0012 123578		DEVICE CONTROL TWO
-letter \x0013 23478		DEVICE CONTROL THREE
-letter \x0014 234578		DEVICE CONTROL FOUR
-letter \x0015 13678		NEGATIVE ACKNOWLEDGE
-letter \x0016 123678		SYNCHRONOUS IDLE
-letter \x0017 245678		END OF TRANSMISSION BLOCK
-letter \x0018 134678		CANCEL
-letter \x0019 1345678		END OF MEDIUM
-letter \x001a 135678		SUBSTITUTE
-letter \x001b 34578		ESCAPE
-letter \x001c 45678		INFORMATION SEPARATOR FOUR
-letter \x001d 278		INFORMATION SEPARATOR THREE
-letter \x001e 1234678		INFORMATION SEPARATOR TWO
-letter \x001f 235678		INFORMATION SEPARATOR ONE
-space \s 0		SPACE
-punctuation ! 56		EXCLAMATION MARK
-punctuation " 2356		QUOTATION MARK
-punctuation # 34568		NUMBER SIGN
-punctuation $ 1568		DOLLAR SIGN
-punctuation % 3568		PERCENT SIGN
-punctuation & 123468		AMPERSAND
-punctuation ' 6		APOSTROPHE
-punctuation ( 1268		LEFT PARENTHESIS
-punctuation ) 3458		RIGHT PARENTHESIS
-punctuation * 13468		ASTERISK
-punctuation + 2358		PLUS SIGN
-punctuation , 2		COMMA
-punctuation - 368		HYPHEN-MINUS
-punctuation . 3		FULL STOP
-punctuation / 258		SOLIDUS
-include digits8Dots.uti
-punctuation : 25		COLON
-punctuation ; 23		SEMICOLON
-punctuation < 1348		LESS-THAN SIGN
-punctuation = 23568		EQUALS SIGN
-punctuation > 2348		GREATER-THAN SIGN
-punctuation ? 26		QUESTION MARK
-punctuation @ 478		COMMERCIAL AT
-uppercase A 17		LATIN CAPITAL LETTER A
-uppercase B 127		LATIN CAPITAL LETTER B
-uppercase C 147		LATIN CAPITAL LETTER C
-uppercase D 1457		LATIN CAPITAL LETTER D
-uppercase E 157		LATIN CAPITAL LETTER E
-uppercase F 1247		LATIN CAPITAL LETTER F
-uppercase G 12457		LATIN CAPITAL LETTER G
-uppercase H 1257		LATIN CAPITAL LETTER H
-uppercase I 247		LATIN CAPITAL LETTER I
-uppercase J 2457		LATIN CAPITAL LETTER J
-uppercase K 137		LATIN CAPITAL LETTER K
-uppercase L 1237		LATIN CAPITAL LETTER L
-uppercase M 1347		LATIN CAPITAL LETTER M
-uppercase N 13457		LATIN CAPITAL LETTER N
-uppercase O 1357		LATIN CAPITAL LETTER O
-uppercase P 12347		LATIN CAPITAL LETTER P
-uppercase Q 123457		LATIN CAPITAL LETTER Q
-uppercase R 12357		LATIN CAPITAL LETTER R
-uppercase S 2347		LATIN CAPITAL LETTER S
-uppercase T 23457		LATIN CAPITAL LETTER T
-uppercase U 1367		LATIN CAPITAL LETTER U
-uppercase V 12367		LATIN CAPITAL LETTER V
-uppercase W 24567		LATIN CAPITAL LETTER W
-uppercase X 13467		LATIN CAPITAL LETTER X
-uppercase Y 134567		LATIN CAPITAL LETTER Y
-uppercase Z 13567		LATIN CAPITAL LETTER Z
-punctuation [ 12368		LEFT SQUARE BRACKET
-punctuation \\ 168		REVERSE SOLIDUS
-punctuation ] 14568		RIGHT SQUARE BRACKET
-punctuation ^ 67		CIRCUMFLEX ACCENT
-punctuation _ 78		LOW LINE
-punctuation ` 23567		GRAVE ACCENT
-lowercase a 1		LATIN SMALL LETTER A
-lowercase b 12		LATIN SMALL LETTER B
-lowercase c 14		LATIN SMALL LETTER C
-lowercase d 145		LATIN SMALL LETTER D
-lowercase e 15		LATIN SMALL LETTER E
-lowercase f 124		LATIN SMALL LETTER F
-lowercase g 1245		LATIN SMALL LETTER G
-lowercase h 125		LATIN SMALL LETTER H
-lowercase i 24		LATIN SMALL LETTER I
-lowercase j 245		LATIN SMALL LETTER J
-lowercase k 13		LATIN SMALL LETTER K
-lowercase l 123		LATIN SMALL LETTER L
-lowercase m 134		LATIN SMALL LETTER M
-lowercase n 1345		LATIN SMALL LETTER N
-lowercase o 135		LATIN SMALL LETTER O
-lowercase p 1234		LATIN SMALL LETTER P
-lowercase q 12345		LATIN SMALL LETTER Q
-lowercase r 1235		LATIN SMALL LETTER R
-lowercase s 234		LATIN SMALL LETTER S
-lowercase t 2345		LATIN SMALL LETTER T
-lowercase u 136		LATIN SMALL LETTER U
-lowercase v 1236		LATIN SMALL LETTER V
-lowercase w 2456		LATIN SMALL LETTER W
-lowercase x 1346		LATIN SMALL LETTER X
-lowercase y 13456		LATIN SMALL LETTER Y
-lowercase z 1356		LATIN SMALL LETTER Z
-punctuation { 2468		LEFT CURLY BRACKET
-punctuation | 4568		VERTICAL LINE
-punctuation } 1358		RIGHT CURLY BRACKET
-punctuation ~ 68		TILDE
-letter \x007f 8		DELETE
-letter \x0080 4		<control-0080>
-letter \x0081 45		<control-0081>
-letter \x0082 457		BREAK PERMITTED HERE
-letter \x0083 5		NO BREAK HERE
-letter \x0084 2378		<control-0084>
-letter \x0085 235		NEXT LINE (NEL)
-letter \x0086 2357		START OF SELECTED AREA
-letter \x0087 23578		END OF SELECTED AREA
-letter \x0088 5678		CHARACTER TABULATION SET
-letter \x0089 678		CHARACTER TABULATION WITH JUSTIFICATION
-letter \x008a 2368		LINE TABULATION SET
-letter \x008b 456		PARTIAL LINE FORWARD
-letter \x008c 347		PARTIAL LINE BACKWARD
-letter \x008d 3567		REVERSE LINE FEED
-letter \x008e 3467		SINGLE SHIFT TWO
-letter \x008f 27		SINGLE SHIFT THREE
-letter \x0090 357		DEVICE CONTROL STRING
-letter \x0091 47		PRIVATE USE ONE
-letter \x0092 48		PRIVATE USE TWO
-letter \x0093 237		SET TRANSMIT STATE
-letter \x0094 568		CANCEL CHARACTER
-letter \x0095 37		MESSAGE WAITING
-letter \x0096 36		START OF GUARDED AREA
-letter \x0097 367		END OF GUARDED AREA
-letter \x0098 46		START OF STRING
-letter \x0099 257		<control-0099>
-letter \x009a 34		SINGLE CHARACTER INTRODUCER
-letter \x009b 4567		CONTROL SEQUENCE INTRODUCER
-letter \x009c 467		STRING TERMINATOR
-letter \x009d 23458		OPERATING SYSTEM COMMAND
-letter \x009e 346		PRIVACY MESSAGE
-letter \x009f 2345678		APPLICATION PROGRAM COMMAND
-punctuation \x00a0 0		NO-BREAK SPACE
-punctuation \x00a1 256		INVERTED EXCLAMATION MARK
-punctuation \x00a2 2578		CENT SIGN
-punctuation \x00a3 1238		POUND SIGN
-punctuation \x00a4 2367		CURRENCY SIGN
-punctuation \x00a5 25678		YEN SIGN
-punctuation \x00a6 3478		BROKEN BAR
-punctuation \x00a7 578		SECTION SIGN
-punctuation \x00a8 23678		DIAERESIS
-punctuation \x00a9 345678		COPYRIGHT SIGN
-letter \x00aa 234678		FEMININE ORDINAL INDICATOR
-punctuation \x00ab 57		LEFT-POINTING DOUBLE ANGLE QUOTATION MARK
-punctuation \x00ac 34567		NOT SIGN
-punctuation \x00ad 378		SOFT HYPHEN
-punctuation \x00ae 4578		REGISTERED SIGN
-punctuation \x00af 267		MACRON
-punctuation \x00b0 356		DEGREE SIGN
-punctuation \x00b1 123458		PLUS-MINUS SIGN
-punctuation \x00b2 238		SUPERSCRIPT TWO
-punctuation \x00b3 12348		SUPERSCRIPT THREE
-punctuation \x00b4 468		ACUTE ACCENT
-lowercase \x00b5 236		MICRO SIGN
-punctuation \x00b6 1234568		PILCROW SIGN
-punctuation \x00b7 38		MIDDLE DOT
-punctuation \x00b8 4678		CEDILLA
-punctuation \x00b9 28		SUPERSCRIPT ONE
-letter \x00ba 7		MASCULINE ORDINAL INDICATOR
-punctuation \x00bb 567		RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK
-punctuation \x00bc 13458		VULGAR FRACTION ONE QUARTER
-punctuation \x00bd 458		VULGAR FRACTION ONE HALF
-punctuation \x00be 3456		VULGAR FRACTION THREE QUARTERS
-punctuation \x00bf 348		INVERTED QUESTION MARK
-uppercase \x00c0 123567		LATIN CAPITAL LETTER A WITH GRAVE
-uppercase \x00c1 1235678		LATIN CAPITAL LETTER A WITH ACUTE
-uppercase \x00c2 1678		LATIN CAPITAL LETTER A WITH CIRCUMFLEX
-uppercase \x00c3 14678		LATIN CAPITAL LETTER A WITH TILDE
-uppercase \x00c4 358		LATIN CAPITAL LETTER A WITH DIAERESIS
-uppercase \x00c5 167		LATIN CAPITAL LETTER A WITH RING ABOVE
-uppercase \x00c6 3457		LATIN CAPITAL LETTER AE
-uppercase \x00c7 123467		LATIN CAPITAL LETTER C WITH CEDILLA
-uppercase \x00c8 23467		LATIN CAPITAL LETTER E WITH GRAVE
-uppercase \x00c9 1234567		LATIN CAPITAL LETTER E WITH ACUTE
-uppercase \x00ca 1267		LATIN CAPITAL LETTER E WITH CIRCUMFLEX
-uppercase \x00cb 12467		LATIN CAPITAL LETTER E WITH DIAERESIS
-uppercase \x00cc 15678		LATIN CAPITAL LETTER I WITH GRAVE
-uppercase \x00cd 12678		LATIN CAPITAL LETTER I WITH ACUTE
-uppercase \x00ce 1467		LATIN CAPITAL LETTER I WITH CIRCUMFLEX
-uppercase \x00cf 124567		LATIN CAPITAL LETTER I WITH DIAERESIS
-uppercase \x00d0 35678		LATIN CAPITAL LETTER ETH
-uppercase \x00d1 1245678		LATIN CAPITAL LETTER N WITH TILDE
-uppercase \x00d2 124678		LATIN CAPITAL LETTER O WITH GRAVE
-uppercase \x00d3 34678		LATIN CAPITAL LETTER O WITH ACUTE
-uppercase \x00d4 14567		LATIN CAPITAL LETTER O WITH CIRCUMFLEX
-uppercase \x00d5 145678		LATIN CAPITAL LETTER O WITH TILDE
-uppercase \x00d6 24678		LATIN CAPITAL LETTER O WITH DIAERESIS
-punctuation \x00d7 13568		MULTIPLICATION SIGN
-uppercase \x00d8 2467		LATIN CAPITAL LETTER O WITH STROKE
-uppercase \x00d9 234567		LATIN CAPITAL LETTER U WITH GRAVE
-uppercase \x00da 125678		LATIN CAPITAL LETTER U WITH ACUTE
-uppercase \x00db 1567		LATIN CAPITAL LETTER U WITH CIRCUMFLEX
-uppercase \x00dc 12567		LATIN CAPITAL LETTER U WITH DIAERESIS
-uppercase \x00dd 3578		LATIN CAPITAL LETTER Y WITH ACUTE
-uppercase \x00de 2678		LATIN CAPITAL LETTER THORN
-lowercase \x00df 23468		LATIN SMALL LETTER SHARP S
-lowercase \x00e0 12356		LATIN SMALL LETTER A WITH GRAVE
-lowercase \x00e1 123568		LATIN SMALL LETTER A WITH ACUTE
-lowercase \x00e2 268		LATIN SMALL LETTER A WITH CIRCUMFLEX
-lowercase \x00e3 1468		LATIN SMALL LETTER A WITH TILDE
-lowercase \x00e4 58		LATIN SMALL LETTER A WITH DIAERESIS
-lowercase \x00e5 16		LATIN SMALL LETTER A WITH RING ABOVE
-lowercase \x00e6 345		LATIN SMALL LETTER AE
-lowercase \x00e7 12346		LATIN SMALL LETTER C WITH CEDILLA
-lowercase \x00e8 2346		LATIN SMALL LETTER E WITH GRAVE
-lowercase \x00e9 123456		LATIN SMALL LETTER E WITH ACUTE
-lowercase \x00ea 126		LATIN SMALL LETTER E WITH CIRCUMFLEX
-lowercase \x00eb 1246		LATIN SMALL LETTER E WITH DIAERESIS
-lowercase \x00ec 3678		LATIN SMALL LETTER I WITH GRAVE
-lowercase \x00ed 1368		LATIN SMALL LETTER I WITH ACUTE
-lowercase \x00ee 146		LATIN SMALL LETTER I WITH CIRCUMFLEX
-lowercase \x00ef 12456		LATIN SMALL LETTER I WITH DIAERESIS
-lowercase \x00f0 134568		LATIN SMALL LETTER ETH
-lowercase \x00f1 124568		LATIN SMALL LETTER N WITH TILDE
-lowercase \x00f2 12468		LATIN SMALL LETTER O WITH GRAVE
-lowercase \x00f3 3468		LATIN SMALL LETTER O WITH ACUTE
-lowercase \x00f4 1456		LATIN SMALL LETTER O WITH CIRCUMFLEX
-lowercase \x00f5 12358		LATIN SMALL LETTER O WITH TILDE
-lowercase \x00f6 35		LATIN SMALL LETTER O WITH DIAERESIS
-punctuation \x00f7 2568		DIVISION SIGN
-lowercase \x00f8 246		LATIN SMALL LETTER O WITH STROKE
-lowercase \x00f9 23456		LATIN SMALL LETTER U WITH GRAVE
-lowercase \x00fa 12568		LATIN SMALL LETTER U WITH ACUTE
-lowercase \x00fb 156		LATIN SMALL LETTER U WITH CIRCUMFLEX
-lowercase \x00fc 1256		LATIN SMALL LETTER U WITH DIAERESIS
-lowercase \x00fd 24568		LATIN SMALL LETTER Y WITH ACUTE
-lowercase \x00fe 138		LATIN SMALL LETTER THORN
-lowercase \x00ff 234568		LATIN SMALL LETTER Y WITH DIAERESIS
-#-display-name: Awadhi braille
-
-#+locale:awa
-#+type:literary
-#+grade:1
-
-# TODO: Please correct the metadata above. It is not meant to be
-# accurate nor complete. It hasn't been verified by the table
-# author yet. It is merely an attempt by the liblouis maintainers
-# to get some sensible initial values in place.
-
-# TODO: Please add a reference to official documentation about
-# the implemented braille code. Preferably submit the documents
-# to https://github.com/liblouis/braille-specs.
-
-include spaces.ctb
-include aw-in-g1.utb
-include braille-patterns.cti
-# -----------
-#-display-name: Swedish computer braille (1989 standard)
-#
-#+locale:sv
-#+type:computer
-#+dots:8
-#+version:1989
-#
-# TODO: Please correct the metadata above. It is not meant to be
-# accurate nor complete. It hasn't been verified by the table
-# author yet. It is merely an attempt by the liblouis maintainers
-# to get some sensible initial values in place.
-#
-# TODO: Please add a reference to official documentation about
-# the implemented braille code. Preferably submit the documents
-# to https://github.com/liblouis/braille-specs.
-# -----------
-#
-# Copyright (C) 1995-2009 by The BRLTTY Developers.
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-
-# BRLTTY Text Table - Swedish (1989 standard)
-
-# generated by ttbtest
-letter	\x0000	0	NULL
-letter	\x0001	178	START OF HEADING
-letter	\x0002	1278	START OF TEXT
-letter	\x0003	1478	END OF TEXT
-letter	\x0004	14578	END OF TRANSMISSION
-letter	\x0005	1578	ENQUIRY
-letter	\x0006	12478	ACKNOWLEDGE
-letter	\x0007	124578	BELL
-letter	\x0008	12578	BACKSPACE
-space	\t	2478	CHARACTER TABULATION
-space	\n	24578	LINE FEED (LF)
-space	\v	1378	LINE TABULATION
-space	\f	12378	FORM FEED (FF)
-space	\r	13478	CARRIAGE RETURN (CR)
-letter	\x000e	134578	SHIFT OUT
-letter	\x000f	13578	SHIFT IN
-letter	\x0010	123478	DATA LINK ESCAPE
-letter	\x0011	1234578	DEVICE CONTROL ONE
-letter	\x0012	123578	DEVICE CONTROL TWO
-letter	\x0013	23478	DEVICE CONTROL THREE
-letter	\x0014	234578	DEVICE CONTROL FOUR
-letter	\x0015	13678	NEGATIVE ACKNOWLEDGE
-letter	\x0016	123678	SYNCHRONOUS IDLE
-letter	\x0017	245678	END OF TRANSMISSION BLOCK
-letter	\x0018	134678	CANCEL
-letter	\x0019	1345678	END OF MEDIUM
-letter	\x001a	135678	SUBSTITUTE
-letter	\x001b	34578	ESCAPE
-letter	\x001c	24678	INFORMATION SEPARATOR FOUR
-letter	\x001d	1678	INFORMATION SEPARATOR THREE
-letter	\x001e	4578	INFORMATION SEPARATOR TWO
-letter	\x001f	3678	INFORMATION SEPARATOR ONE
-space	\s	0	SPACE
-punctuation	!	235	EXCLAMATION MARK
-punctuation	"	56	QUOTATION MARK
-punctuation	#	3456	NUMBER SIGN
-punctuation	$	256	DOLLAR SIGN
-punctuation	%	4678	PERCENT SIGN
-punctuation	&	346	AMPERSAND
-punctuation	'	5	APOSTROPHE
-punctuation	(	23678	LEFT PARENTHESIS
-punctuation	)	35678	RIGHT PARENTHESIS
-punctuation	*	35	ASTERISK
-punctuation	+	2357	PLUS SIGN
-punctuation	,	2	COMMA
-punctuation	-	36	HYPHEN-MINUS
-punctuation	.	3	FULL STOP
-punctuation	/	34	SOLIDUS
-include digits8Dots.uti
-punctuation	:	25	COLON
-punctuation	;	23	SEMICOLON
-punctuation	<	268	LESS-THAN SIGN
-punctuation	=	2356	EQUALS SIGN
-punctuation	>	357	GREATER-THAN SIGN
-punctuation	?	26	QUESTION MARK
-punctuation	@	467	COMMERCIAL AT
-
-include latinLetterDef8Dots.uti
-
-punctuation	[	23578	LEFT SQUARE BRACKET
-punctuation	\\	4567	REVERSE SOLIDUS
-punctuation	]	25678	RIGHT SQUARE BRACKET
-punctuation	^	457	CIRCUMFLEX ACCENT
-punctuation	_	78	LOW LINE
-punctuation	`	46	GRAVE ACCENT
-punctuation	{	378	LEFT CURLY BRACKET
-punctuation	|	8	VERTICAL LINE
-punctuation	}	678	RIGHT CURLY BRACKET
-punctuation	~	45	TILDE
-letter	\x007f	4568	DELETE
-letter	\x0080	8	<control-0080>
-letter	\x0081	8	<control-0081>
-letter	\x0082	8	BREAK PERMITTED HERE
-letter	\x0083	8	NO BREAK HERE
-letter	\x0084	8	<control-0084>
-letter	\x0085	8	NEXT LINE (NEL)
-letter	\x0086	8	START OF SELECTED AREA
-letter	\x0087	8	END OF SELECTED AREA
-letter	\x0088	8	CHARACTER TABULATION SET
-letter	\x0089	8	CHARACTER TABULATION WITH JUSTIFICATION
-letter	\x008a	8	LINE TABULATION SET
-letter	\x008b	8	PARTIAL LINE FORWARD
-letter	\x008c	8	PARTIAL LINE BACKWARD
-letter	\x008d	8	REVERSE LINE FEED
-letter	\x008e	8	SINGLE SHIFT TWO
-letter	\x008f	8	SINGLE SHIFT THREE
-letter	\x0090	8	DEVICE CONTROL STRING
-letter	\x0091	8	PRIVATE USE ONE
-letter	\x0092	8	PRIVATE USE TWO
-letter	\x0093	8	SET TRANSMIT STATE
-letter	\x0094	8	CANCEL CHARACTER
-letter	\x0095	8	MESSAGE WAITING
-letter	\x0096	8	START OF GUARDED AREA
-letter	\x0097	8	END OF GUARDED AREA
-letter	\x0098	8	START OF STRING
-letter	\x0099	8	<control-0099>
-letter	\x009a	8	SINGLE CHARACTER INTRODUCER
-letter	\x009b	8	CONTROL SEQUENCE INTRODUCER
-letter	\x009c	8	STRING TERMINATOR
-letter	\x009d	8	OPERATING SYSTEM COMMAND
-letter	\x009e	8	PRIVACY MESSAGE
-letter	\x009f	8	APPLICATION PROGRAM COMMAND
-punctuation	\x00a0	0	NO-BREAK SPACE
-punctuation	\x00a1	8	INVERTED EXCLAMATION MARK
-punctuation	\x00a2	8	CENT SIGN
-punctuation	\x00a3	8	POUND SIGN
-punctuation	\x00a4	8	CURRENCY SIGN
-punctuation	\x00a5	8	YEN SIGN
-punctuation	\x00a6	8	BROKEN BAR
-punctuation	\x00a7	8	SECTION SIGN
-punctuation	\x00a8	8	DIAERESIS
-punctuation	\x00a9	8	COPYRIGHT SIGN
-letter	\x00aa	8	FEMININE ORDINAL INDICATOR
-punctuation	\x00ab	8	LEFT-POINTING DOUBLE ANGLE QUOTATION MARK
-punctuation	\x00ac	8	NOT SIGN
-punctuation	\x00ad	8	SOFT HYPHEN
-punctuation	\x00ae	8	REGISTERED SIGN
-punctuation	\x00af	8	MACRON
-punctuation	\x00b0	8	DEGREE SIGN
-punctuation	\x00b1	8	PLUS-MINUS SIGN
-punctuation	\x00b2	8	SUPERSCRIPT TWO
-punctuation	\x00b3	8	SUPERSCRIPT THREE
-punctuation	\x00b4	8	ACUTE ACCENT
-lowercase	\x00b5	8	MICRO SIGN
-punctuation	\x00b6	8	PILCROW SIGN
-punctuation	\x00b7	8	MIDDLE DOT
-punctuation	\x00b8	8	CEDILLA
-punctuation	\x00b9	8	SUPERSCRIPT ONE
-letter	\x00ba	8	MASCULINE ORDINAL INDICATOR
-punctuation	\x00bb	8	RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK
-punctuation	\x00bc	8	VULGAR FRACTION ONE QUARTER
-punctuation	\x00bd	8	VULGAR FRACTION ONE HALF
-punctuation	\x00be	8	VULGAR FRACTION THREE QUARTERS
-punctuation	\x00bf	26	INVERTED QUESTION MARK
-uppercase	\x00c0	8	LATIN CAPITAL LETTER A WITH GRAVE
-uppercase	\x00c1	8	LATIN CAPITAL LETTER A WITH ACUTE
-uppercase	\x00c2	8	LATIN CAPITAL LETTER A WITH CIRCUMFLEX
-uppercase	\x00c3	8	LATIN CAPITAL LETTER A WITH TILDE
-uppercase	\x00c4	3457	LATIN CAPITAL LETTER A WITH DIAERESIS
-uppercase	\x00c5	167	LATIN CAPITAL LETTER A WITH RING ABOVE
-uppercase	\x00c6	3458	LATIN CAPITAL LETTER AE
-uppercase	\x00c7	267	LATIN CAPITAL LETTER C WITH CEDILLA
-uppercase	\x00c8	8	LATIN CAPITAL LETTER E WITH GRAVE
-uppercase	\x00c9	1234567	LATIN CAPITAL LETTER E WITH ACUTE
-uppercase	\x00ca	8	LATIN CAPITAL LETTER E WITH CIRCUMFLEX
-uppercase	\x00cb	8	LATIN CAPITAL LETTER E WITH DIAERESIS
-uppercase	\x00cc	8	LATIN CAPITAL LETTER I WITH GRAVE
-uppercase	\x00cd	8	LATIN CAPITAL LETTER I WITH ACUTE
-uppercase	\x00ce	8	LATIN CAPITAL LETTER I WITH CIRCUMFLEX
-uppercase	\x00cf	8	LATIN CAPITAL LETTER I WITH DIAERESIS
-uppercase	\x00d0	8	LATIN CAPITAL LETTER ETH
-uppercase	\x00d1	1245678	LATIN CAPITAL LETTER N WITH TILDE
-uppercase	\x00d2	8	LATIN CAPITAL LETTER O WITH GRAVE
-uppercase	\x00d3	14567	LATIN CAPITAL LETTER O WITH ACUTE
-uppercase	\x00d4	8	LATIN CAPITAL LETTER O WITH CIRCUMFLEX
-uppercase	\x00d5	8	LATIN CAPITAL LETTER O WITH TILDE
-uppercase	\x00d6	2467	LATIN CAPITAL LETTER O WITH DIAERESIS
-punctuation	\x00d7	8	MULTIPLICATION SIGN
-uppercase	\x00d8	2468	LATIN CAPITAL LETTER O WITH STROKE
-uppercase	\x00d9	8	LATIN CAPITAL LETTER U WITH GRAVE
-uppercase	\x00da	124567	LATIN CAPITAL LETTER U WITH ACUTE
-uppercase	\x00db	8	LATIN CAPITAL LETTER U WITH CIRCUMFLEX
-uppercase	\x00dc	12567	LATIN CAPITAL LETTER U WITH DIAERESIS
-uppercase	\x00dd	123467	LATIN CAPITAL LETTER Y WITH ACUTE
-uppercase	\x00de	1246	LATIN CAPITAL LETTER THORN
-lowercase	\x00df	8	LATIN SMALL LETTER SHARP S
-lowercase	\x00e0	12356	LATIN SMALL LETTER A WITH GRAVE
-lowercase	\x00e1	12356	LATIN SMALL LETTER A WITH ACUTE
-lowercase	\x00e2	16	LATIN SMALL LETTER A WITH CIRCUMFLEX
-lowercase	\x00e3	8	LATIN SMALL LETTER A WITH TILDE
-lowercase	\x00e4	345	LATIN SMALL LETTER A WITH DIAERESIS
-lowercase	\x00e5	16	LATIN SMALL LETTER A WITH RING ABOVE
-lowercase	\x00e6	567	LATIN SMALL LETTER AE
-lowercase	\x00e7	12346	LATIN SMALL LETTER C WITH CEDILLA
-lowercase	\x00e8	2346	LATIN SMALL LETTER E WITH GRAVE
-lowercase	\x00e9	123456	LATIN SMALL LETTER E WITH ACUTE
-lowercase	\x00ea	126	LATIN SMALL LETTER E WITH CIRCUMFLEX
-lowercase	\x00eb	1246	LATIN SMALL LETTER E WITH DIAERESIS
-lowercase	\x00ec	34	LATIN SMALL LETTER I WITH GRAVE
-lowercase	\x00ed	34	LATIN SMALL LETTER I WITH ACUTE
-lowercase	\x00ee	146	LATIN SMALL LETTER I WITH CIRCUMFLEX
-lowercase	\x00ef	12456	LATIN SMALL LETTER I WITH DIAERESIS
-lowercase	\x00f0	8	LATIN SMALL LETTER ETH
-lowercase	\x00f1	12456	LATIN SMALL LETTER N WITH TILDE
-lowercase	\x00f2	346	LATIN SMALL LETTER O WITH GRAVE
-lowercase	\x00f3	346	LATIN SMALL LETTER O WITH ACUTE
-lowercase	\x00f4	1456	LATIN SMALL LETTER O WITH CIRCUMFLEX
-lowercase	\x00f5	8	LATIN SMALL LETTER O WITH TILDE
-lowercase	\x00f6	246	LATIN SMALL LETTER O WITH DIAERESIS
-punctuation	\x00f7	8	DIVISION SIGN
-lowercase	\x00f8	358	LATIN SMALL LETTER O WITH STROKE
-lowercase	\x00f9	23456	LATIN SMALL LETTER U WITH GRAVE
-lowercase	\x00fa	23456	LATIN SMALL LETTER U WITH ACUTE
-lowercase	\x00fb	156	LATIN SMALL LETTER U WITH CIRCUMFLEX
-lowercase	\x00fc	1256	LATIN SMALL LETTER U WITH DIAERESIS
-lowercase	\x00fd	12346	LATIN SMALL LETTER Y WITH ACUTE
-lowercase	\x00fe	12467	LATIN SMALL LETTER THORN
-lowercase	\x00ff	8	LATIN SMALL LETTER Y WITH DIAERESIS
-# This table contains braille codes and rules for Bengali Grade 1 and includes English grade 1
-#
-# Copyright (C) 2014 National Institute for Visually Handicapped, 116, Rajpur Road, Dehradun, Uttrakhand, India
-#
-# This file is part of liblouis.
-#
-# liblouis is free software: you can redistribute it and/or modify it
-# under the terms of the GNU Lesser General Public License as
-# published by the Free Software Foundation, either version 2.1 of the
-# License, or (at your option) any later version.
-#
-# liblouis is distributed in the hope that it will be useful, but
-# WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-# Lesser General Public License for more details.
-#
-# You should have received a copy of the GNU Lesser General Public
-# License along with liblouis. If not, see
-# <http://www.gnu.org/licenses/>.
-
-# This table is built and maintained under an activity of Braille Council of India
-# Contributors: Dipendra Manocha, Sreeja, Dinesh Kaushal, Mesar Hameed
-# Last updated on May 5, 2014
-# To report any bugs or any suggestion, please write to d@saksham.org and sreeja.param@gmail.com
-
-include bengali.cti
-include en-in-g1.ctb
-#-display-name: Dutch braille as used in the Netherlands
-
-#+locale:nl
-#+type:literary
-#+contraction:no
-#+grade:0
-#+hyphenation:yes
-
-# TODO: Please correct the metadata above. It is not meant to be
-# accurate nor complete. It hasn't been verified by the table
-# author yet. It is merely an attempt by the liblouis maintainers
-# to get some sensible initial values in place.
-
-# TODO: Please add a reference to official documentation about
-# the implemented braille code. Preferably submit the documents
-# to https://github.com/liblouis/braille-specs.
-
-include nl-NL-g0.utb
-include hyph_nl_NL.dic
-include braille-patterns.cti
-# This table contains braille codes and rules for Sindhi Grade 1 and includes English grade 1
-#
-# Copyright (C) 2014 National Institute for Visually Handicapped, 116, Rajpur Road, Dehradun, Uttrakhand, India
-#
-# This file is part of liblouis.
-#
-# liblouis is free software: you can redistribute it and/or modify it
-# under the terms of the GNU Lesser General Public License as
-# published by the Free Software Foundation, either version 2.1 of the
-# License, or (at your option) any later version.
-#
-# liblouis is distributed in the hope that it will be useful, but
-# WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-# Lesser General Public License for more details.
-#
-# You should have received a copy of the GNU Lesser General Public
-# License along with liblouis. If not, see
-# <http://www.gnu.org/licenses/>.
-
-# This table is built and maintained under an activity of Braille Council of India
-# Contributors: Dipendra Manocha, Sreeja, Dinesh Kaushal, Mesar Hameed
-# Last updated on May 5, 2014
-# To report any bugs or any suggestion, please write to d@saksham.org and sreeja.param@gmail.com
-
-include devanagari.cti
-include en-in-g1.ctb
-#  Copyright (C) 2010 Leon Ungier <Leon.Ungier@ViewPlus.com>, 
-#  Copyright (C) 2010 Samuel Thibault <samuel.thibault@ens-lyon.org>
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-
-# Maintained by John J. Boyer, director@chpi.org, www.chpi.org
-#
-# This table is built and maintained by Leon Ungier <Leon.Ungier@ViewPlus.com>
-# with help and guidance from Mohammed R. Ramadan <mramadan@nattiq.com>
-#
-# Converted to liblouis table by Samuel Thibault <samuel.thibault@ens-lyon.org>
-
-# generated by ttbtest
-letter	\x0b82	56	TAMIL SIGN ANUSVARA
-letter	\x0b83	6	TAMIL SIGN VISARGA
-letter	\x0b85	1	TAMIL LETTER A
-letter	\x0b86	345	TAMIL LETTER AA
-letter	\x0b87	24	TAMIL LETTER I
-letter	\x0b88	35	TAMIL LETTER II
-letter	\x0b89	136	TAMIL LETTER U
-letter	\x0b8a	1256	TAMIL LETTER UU
-letter	\x0b8e	347	TAMIL LETTER E
-letter	\x0b8f	15	TAMIL LETTER EE
-letter	\x0b90	34	TAMIL LETTER AI
-letter	\x0b92	2467	TAMIL LETTER O
-letter	\x0b93	135	TAMIL LETTER OO
-letter	\x0b94	246	TAMIL LETTER AU
-letter	\x0b95	13	TAMIL LETTER KA
-letter	\x0b99	346	TAMIL LETTER NGA
-letter	\x0b9a	14	TAMIL LETTER CA
-letter	\x0b9c	245	TAMIL LETTER JA
-letter	\x0b9e	25	TAMIL LETTER NYA
-letter	\x0b9f	23456	TAMIL LETTER TTA
-letter	\x0ba3	3456	TAMIL LETTER NNA
-letter	\x0ba4	2345	TAMIL LETTER TA
-letter	\x0ba8	1345	TAMIL LETTER NA
-letter	\x0ba9	56	TAMIL LETTER NNNA
-letter	\x0baa	1234	TAMIL LETTER PA
-letter	\x0bae	134	TAMIL LETTER MA
-letter	\x0baf	13456	TAMIL LETTER YA
-letter	\x0bb0	1235	TAMIL LETTER RA
-letter	\x0bb1	12357	TAMIL LETTER RRA
-letter	\x0bb2	123	TAMIL LETTER LA
-letter	\x0bb3	1237	TAMIL LETTER LLA
-letter	\x0bb4	12378	TAMIL LETTER LLLA
-letter	\x0bb5	1236	TAMIL LETTER VA
-letter	\x0bb6	146	TAMIL LETTER SHA
-letter	\x0bb7	12346	TAMIL LETTER SSA
-letter	\x0bb8	234	TAMIL LETTER SA
-letter	\x0bb9	125	TAMIL LETTER HA
-letter	\x0bbe	345	TAMIL VOWEL SIGN AA
-letter	\x0bbf	24	TAMIL VOWEL SIGN I
-letter	\x0bc0	35	TAMIL VOWEL SIGN II
-letter	\x0bc1	136	TAMIL VOWEL SIGN U
-letter	\x0bc2	1256	TAMIL VOWEL SIGN UU
-letter	\x0bc6	347	TAMIL VOWEL SIGN E
-letter	\x0bc7	15	TAMIL VOWEL SIGN EE
-letter	\x0bc8	34	TAMIL VOWEL SIGN AI
-letter	\x0bca	2467	TAMIL VOWEL SIGN O
-letter	\x0bcb	135	TAMIL VOWEL SIGN OO
-letter	\x0bcc	246	TAMIL VOWEL SIGN AU
-letter	\x0bcd	4	TAMIL SIGN VIRAMA
-letter	\x0be6	245	TAMIL DIGIT ZERO
-letter	\x0be7	1	TAMIL DIGIT ONE
-letter	\x0be8	12	TAMIL DIGIT TWO
-letter	\x0be9	14	TAMIL DIGIT THREE
-letter	\x0bea	145	TAMIL DIGIT FOUR
-letter	\x0beb	15	TAMIL DIGIT FIVE
-letter	\x0bec	124	TAMIL DIGIT SIX
-letter	\x0bed	1245	TAMIL DIGIT SEVEN
-letter	\x0bee	125	TAMIL DIGIT EIGHT
-letter	\x0bef	24	TAMIL DIGIT NINE
-# Liblouis: Danish table for 6 dots grade 1.5 (grade 2l) literary, forward translation only
-#
-#  Copyright (C) 2014-2017, Bue Vester-Andersen <bue@vester-andersen.dk>
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-#
-# Version: Bue Vester-Andersen, 170604
-
-### Table Metadata
-
-#-display-name: Danish 6-dot partially contracted braille
-
-#+locale: da
-#+type: literary
-#+contraction: partial
-#+grade: 1.5
-#+dots: 6
-#+direction: forward
-
-# Display opcodes
-include da-dk-octobraille.dis
-
-### Character definitions
-
-# These ctrl-chars have to have a representation, so that they can be properly converted back and forth.
-space \t 2478 CHARACTER TABULATION
-space \n 678 LINE FEED (LF)
-space \v 1368 LINE TABULATION
-space \f 12378 FORM FEED (FF)
-space \r 257 CARRIAGE RETURN (CR)
-
-# Definition of dot cells
-space \s 0
-punctuation ! 235 EXCLAMATION MARK
-punctuation " 2356 QUOTATION MARK
-punctuation ' 4 APOSTROPHE
-punctuation ( 236 LEFT PARENTHESIS
-punctuation ) 356 RIGHT PARENTHESIS
-punctuation , 2 COMMA
-punctuation - 36 HYPHEN-MINUS
-punctuation . 3 FULL STOP
-punctuation / 34 SLASH
-punctuation : 25 COLON
-punctuation ; 23 SEMICOLON
-punctuation ? 26 QUESTION MARK
-uplow Aa 1
-uplow Bb 12
-uplow Cc 14
-uplow Dd 145
-uplow Ee 15
-uplow Ff 124
-uplow Gg 1245
-uplow Hh 125
-uplow Ii 24
-uplow Jj 245
-uplow Kk 13
-uplow Ll 123
-uplow Mm 134
-uplow Nn 1345
-uplow Oo 135
-uplow Pp 1234
-uplow Rr 1235
-uplow Ss 234
-uplow Tt 2345
-uplow Uu 136
-uplow Vv 1236
-uplow Yy 13456
-
-#use 8 dots for the following chars to avoid conflict with indicators
-uplow Qq 123457
-uplow Ww 24567
-uplow Xx 13467
-uplow Zz 13567
-punctuation | 4568 VERTICAL LINE
-punctuation ~ 467 TILDE (changed by pass 2 to not conflict with indicators
-uplow \x00dc\x00fc 12567
-
-include digits6Dots.uti
-
-punctuation \x00a7 346 SECTION SIGN (0xa7)
-
-uplow \x00c5\x00e5 16 LATIN LETTER A WITH RING ABOVE
-uplow \x00c6\x00e6 345 LATIN LETTER AE
-uplow \x00d8\x00f8 246 LATIN LETTER O WITH STROKE
-
-# cover all other Braille patterns
-include braille-patterns.cti
-
-# Characters with two or more cells
-
-punctuation # 45-3456 NUMBER SIGN
-sign $ 45-256 DOLLAR SIGN
-math % 245-356 PERCENT SIGN
-sign & 6-12346 AMPERSAND
-punctuation * 6-35 ASTERISK
-math + 45-235 PLUS SIGN
-math < 45-134 LESS-THAN SIGN
-math = 45-2356 EQUALS SIGN
-math > 45-234 GREATER-THAN SIGN
-sign @ 45-1 COMMERCIAL AT
-punctuation [ 5-236 LEFT SQUARE BRACKET
-punctuation \\ 45-16 REVERSE SLASH
-punctuation ] 5-356 RIGHT SQUARE BRACKET
-punctuation ^ 45-346 CIRCUMFLEX ACCENT
-punctuation _ 45-36 LOW LINE
-punctuation ` 4 GRAVE ACCENT
-punctuation { 45-246 LEFT CURLY BRACKET
-punctuation } 45-135 RIGHT CURLY BRACKET
-math \x00f7 45-256 DIVISION SIGN
-
-# Misc unicode characters
-include da-dk-6miscChars.cti
-
-# Litdigits
-include litdigits6Dots.uti
-
-undefined 26
-
-### Braille indicators and special characters
-
-#hyphen - 36
-
-letsign 6
-
-# No letsign before capital letters or letters with accents
-
-noletsign I\x0160\x0152\x017d\x0178\x00c0\x00c1\x00c2\x00c3\x00c7\x00c8\x00c9\x00ca\x00cb\x00cc\x00cd\x00ce\x00cf\x00d0\x00d1\x00d2\x00d3\x00d4\x00d5\x00d9\x00da\x00db\x00dc\x00dd\x00de\x008a\x008c\x008e
-noletsign i\x0161\x0153\x017e\x00ff\x00df\x00e0\x00e1\x00e2\x00e3\x00e7\x00e8\x00e9\x00ea\x00eb\x00ec\x00ed\x00ee\x00ef\x00f0\x00f1\x00f2\x00f3\x00f4\x00f5\x00f9\x00fa\x00fb\x00fd\x00fe\x009a\x009c
-
-# Emphasis opcodes
-emphclass italic
-emphclass underline
-emphclass bold
-
-begemphphrase italic 56
-endemphphrase italic after 56
-begemphword italic 56
-endemphword italic 56
-
-begemphphrase bold 56
-endemphphrase bold after 56
-begemphword bold 56
-endemphword bold 56
-
-begemphphrase underline 56
-endemphphrase underline after 56
-begemphword underline 56
-endemphword underline 56
-
-capsletter 46
-begcapsword 456
-endcapsword 68 # Used during back-translation to stop overflow of capsword
-multind 6-46 letsign capsletter
-multind 46-6 capsletter letsign
-multind 6-456 letsign begcapsword
-multind 68-6-46 endcapsword letsign capsletter
-multind 68-6-456 endcapsword letsign begcapsword
-multind 68-6 endcapsword letsign
-
-numsign 3456
-multind 6-3456 letsign numsign
-
-#class of none-space characters that demand double dashes
-# Used in context lines later.
-#must be the first class defined.
-class charsWDoubleDash .,?!/:"'() # class w
-
-### Correct - forward translation
-
-# Chars that don't require a space before percent and permille:
-class charsBeforePercent "(\x201e\x0084\x201c\x0093\x201d\x0094\x00ab\x00bb #class x
-noback correct `["%"] *
-noback correct !$sx["%"] " %"
-noback correct `["\x2030"] *
-noback correct !$sx["\x2030"] " \x2030"
-noback correct `["\x0089"] *
-noback correct !$sx["\x0089"] " \x2030"
-
-# Chars to be treated like digits when switching back to letter mode
-class extraDigits \x00bc\x00bd\x00be
-
-#Use the "correct" opcode to convert chars that can't be back-translated
-# and make the table more simple.
-
-# Dashes
-class dashes \x2013\x2014\x0096\x0097\x00ad
-noback correct %dashes "-"
-
-class quotes \x201e\x0084\x201c\x0093\x201d\x0094\x00ab\x00bb 
-noback correct %quotes "\""
-
-class apostrophes `\x201a\x0082\x2039\x008b\x2018\x0091\x2019\x0092\x203a\x009b\x00b4
-noback correct %apostrophes "'"
-
-# Convert most single caps to lowercase
-
-#Special abbreviations with imbedded small letters.
-# Must be handled by case in this version of liblouis
-noback correct "KAbB" "KABB"
-noback correct "CUDiM" "CUDIM"
-
-swapcc UpperLower ABCDEFGHIJKLMNOPQRSTUVWXYZ\x0160\x0152\x017d\x0178\x00c0\x00c1\x00c2\x00c3\x00c4\x00c5\x00c6\x00c7\x00c8\x00c9\x00ca\x00cb\x00cc\x00cd\x00ce\x00cf\x00d0\x00d1\x00d2\x00d3\x00d4\x00d5\x00d6\x00d8\x00d9\x00da\x00db\x00dc\x00dd\x00de\x008a\x008c abcdefghijklmnopqrstuvwxyz\x0161\x0153\x017e\x00ff\x00e0\x00e1\x00e2\x00e3\x00e4\x00e5\x00e6\x00e7\x00e8\x00e9\x00ea\x00eb\x00ec\x00ed\x00ee\x00ef\x00f0\x00f1\x00f2\x00f3\x00f4\x00f5\x00f6\x00f8\x00f9\x00fa\x00fb\x00fc\x00fd\x00fe\x009a\x009c
-
-# I is a special case
-noback correct _$sp["I"]$sp "i"
-noback correct `["I"]$sp "i"
-noback correct _$sp["I"]~ "i"
-
-noback correct $sSpu[%UpperLower]$u %UpperLower
-noback correct `[%UpperLower]$u %UpperLower
-
-### Pass 1
-
-# Punctuations, math and numbers
-midnum , 2
-midnum . 3
-#midnum - 36
-endnum - 36
-midnum / 34
-midnum : 25
-nofor midnum ^ 346
-nofor midnum ^ 45-346
-
-midnum ^ 45-346
-midnum \x00d7 45-3-3456
-
-# various back rules for math signs etc.
-nofor midnum % 0-245-356-0-3456
-nofor endnum % 0-245-356
-nofor endnum \x2030 0-245-356-356
-nofor midnum \s 3456
-nofor midnum \x00d7 45-3-3456
-nofor midnum \x00d7 45-3
-nofor midnum \x00d7 3-3456
-
-# Punctuation
-prepunc " 2356
-postpunc " 2356
-always /\s 6-34-0
-always \s/ 0-6-34
-nofor always / 6-34
-prepunc - 36
-postpunc - 36
-nofor always \s-\s 0-36-36-0
-always :- 25-36
-always ;- 23-36
-always --- 36-36-36
-always ---- 36-36-36-36
-always ----- 36-36-36-36-36
-# Star enclosed by parentheses
-always (*) 236-35-356
-
-before punctuation before sign always ( 6-236
-
-# these characters must be separated from ")" by a letsign.
-class SepToRightpar Jj%'\x2030\x0089\x201a\x0082\x2039\x009b\x2018\x0091\x2019\x0092\x203a\x009b
-after SepToRightpar always ) 6-356
-
-prepunc ( 236
-postpunc ) 356
-always .) 3-356
-always ( 6-236
-always ) 6-356
-
-# extra back rules for ")"
-nofor after punctuation always ) 356
-nofor after punctuation always ) 68-356
-nofor always \x00b0 4-356
-nofor always ') 4-6-356
-nofor always ") 2356-356
-nofor endword j) 245-356
-nofor always ) 6-356
-
-always ... 3-3-3
-
-#inverted exclamation
-always \x00a1 6-256
-
-### Contractions ###
-
-#Special sequences, urls emails and file names.
-
-nocont $
-nocont \x005c
-nocont @
-nocont ://
-nocont www
-nocont .com
-nocont .dk
-nocont .eu
-nocont .edu
-nocont .gov
-nocont .mil
-nocont .net
-nocont .org
-nocont .uk
-nocont .doc
-nocont .exe
-nocont .htm
-nocont .tex
-nocont .txt
-nocont .gif
-nocont .jpg
-nocont .png
-nocont .wav
-nocont .tar
-nocont .zip
-
-#Words
-word at 1
-word bliver 12
-word den 12346
-word der 23456
-word det 2346
-word de 1456
-word du 145
-word efter 1356
-word eller 15
-word en 126
-word er 156
-word et 346
-word for 124
-word før 246
-word gennem 12456
-word gør 1245
-word han 13456
-word har 125
-word hun 136
-word hvad 2456
-word hvor 34
-word jeg 245
-word kan 13
-word lige 123
-word med 134
-word men 146
-word ned 1246
-word når 1345
-word og 14
-word op 135
-word over 1346
-word på 1234
-word ret 12356
-word rigtig 1235
-word skal 123456
-word som 234
-word så 16
-word te 1256
-word til 2345
-word under 12345
-word ve 3456
-word ved 1236
-word være 345
-
-# Common combinations of one word contractions with slash
-word af/på 356-34-1234
-word af/på 356-34-68-1234
-word du/i 145-34-24
-word du/i 145-34-68-24
-word eller/og 15-34-14
-word eller/og 15-34-68-14
-word fra/til 235-34-2345
-word fra/til 235-34-68-2345
-word han/hun 13456-34-136
-word han/hun 13456-34-68-136
-word hun/han 136-34-13456
-word hun/han 136-34-68-13456
-word i/du 24-34-145
-word i/du 24-34-68-145
-word og/eller 14-34-15
-word og/eller 14-34-68-15
-word over/under 1346-34-12345
-word over/under 1346-34-68-12345
-word på/af 1234-34-356
-word på/af 1234-34-68-356
-word til/fra 2345-34-235
-word til/fra 2345-34-68-235
-word under/over 12345-34-1346
-word under/over 12345-34-68-1346
-
-# no backtrans of ^1 and `2. use contractions
-nofor always eta 346-1
-nofor always etb 346-12
-always etc 346-14
-
-# Ensure no one-letter word contraction before or after a dash
-
-endword -af 36-1-124
-begword af- 1-124-36
-endword -altid 36-1-2345-145
-begword altid- 1-2345-145-36
-endword -at 36-1-2345
-endword -a 36-6-1
-begword at- 1-2345-36
-endword -og 36-135-1245
-endword -c 36-6-14
-begword og- 135-1245-36
-endword -du 36-145-136
-endword -d 36-6-145
-begword du- 145-136-36
-endword -efter 36-15-124-2345-156
-endword -z 36-6-1356
-begword efter- 15-124-2345-156-36
-midword -efter- 36-1356-36
-endword -e 36-6-15
-endword -for 36-124-1346
-endword -f 36-6-124
-begword for- 124-1346-36
-endword -fra 36-124-1235-1
-begword fra- 124-1235-1-36
-endword -g 36-6-1245
-endword -gennem 36-1245-126-1246-134
-begword gennem- 1245-126-1246-134-36
-endword -ham 36-125-1-134
-begword ham- 125-1-134-36
-endword -han 36-125-1-1345
-endword -y 36-6-13456
-begword han- 125-1-1345-36
-endword -har 36-125-1-1235
-endword -h 36-6-125
-begword har- 125-1-1235-36
-endword -hun 36-125-136-1345
-endword -u 36-6-136
-begword hun- 125-136-1345-36
-endword -j 36-6-245
-endword -kan 36-13-1-1345
-endword -k 36-6-13
-begword kan- 13-1-1345-36
-endword -lige 36-123-24-12456
-endword -l 36-6-123
-begword lige- 123-24-12456-36
-endword -med 36-146-145
-endword -m 36-6-134
-begword med- 146-145-36
-endword -men 36-134-126
-begword men- 134-126-36
- endword -ned 36-1246-145
-begword ned- 1246-145-36
-endword -når 36-1345-16-1235
-endword -n 36-6-1345
-begword når- 1345-16-1235-36
-endword -op 36-135-1234
-endword -o 36-6-135
-begword op- 135-1234-36
-endword -over 36-135-1236-156
-endword -x 36-6-1346
-begword over- 135-1236-156-36
-endword -på 36-1234-16
-endword -p 36-6-1234
-begword på- 1234-16-36
-midword -på- 36-1234-36
-endword -ret 36-1235-346
-begword ret- 1235-346-36
-midword -ret- 36-12356-36
-endword -rigtig 36-1235-35-2345-35
-endword -r 36-6-1235
-begword rigtig- 1235-35-2345-35-36
-midword -rigtig- 36-1235-36
-endword -skal 36-123456-1-123
-begword skal- 123456-1-123-36
-midword -skal- 36-123456-36
-endword -som 36-234-135-134
-endword -s 36-6-234
-begword som- 234-135-134-36
-midword -som- 36-234-36
-endword -så 36-234-16
-endword -å 36-6-16
-begword så- 234-16-36
-endword -til 36-2345-24-123
-endword -t 36-6-2345
-begword til- 2345-24-123-36
-midword -til- 36-2345-36
-endword -under 36-136-1345-23456
-begword under- 136-1345-23456-36
-midword -under- 36-12345-36
-endword -ved 36-1236-15-145
-endword -v 36-6-1236
-begword ved- 1236-15-145-36
-midword -ved- 36-1236-36
-
-
-### Context rules - forward translation
-
-# Substitutions for joinnum rules with common math signs
-noback context $dy$s["-"$s]$dy @36
-noback context $dy$s["+"$s]$dy @235
-noback context $dy$s["\x00d7"$s]$dy @3
-noback context $dy$s["\x00f7"$s]$dy @256
-noback context $dy$s["="$s]$dy @2356
-
-# Space on each side of = when between letters or punctuation.
-noback context $lp["="]$lp @0-2356-0
-
-# Exclamation at beginning of string
-noback context `["!"] @6-235
-
-# Ensure two dashes where appropriate.
-noback context $w["-"]$w @36
-noback context $sw["-"]$sw @36-36
-noback context `["-"]$sw @36-36
-noback context $sw["-"]~ @36-36
-noback context !$sw["-"]~ @36
-noback context `["-"]~ @36-36
-
-# Ensure letsign between letter and numsign
-noback context $l[]$D @6
-
-# No "nd", "hv", "or", or "st" after a digit and a letsign
-noback context $dy["hv"] @6-125-1236
-noback context $dy$Spm["hv"] @6-125-1236
-noback context $dy["nd"] @6-1345-145
-noback context $dy$Spm["nd"] @6-1345-145
-noback context $dy["or"] @6-135-1235
-noback context $dy$Spm["or"] @6-135-1235
-noback context $dy["st"] @6-234-2345
-noback context $dy$Spm["st"] @6-234-2345
-noback context $dy["te"] @6-2345-15
-noback context $dy$Spm["te"] @6-2345-15
-
-
-#ensure dot 6 between a digit and a letter
-noback context $dy[]$u @6
-noback context $dy$Spm.[]$u @6
-
-### Pass 2 - forward translation
-
-# Correct chars defined as 8 dots because they include letsign
-noback pass2 @467 @45-6
-noback pass2 @4568 @45-456
-noback pass2 @123457 @6-12345
-noback pass2 @24567 @6-2456
-noback pass2 @13467 @6-1346
-noback pass2 @13567 @6-1356
-noback pass2 @12567 @6-1256
-
-# Show endcapsword as dot 6 (letsign)
-noback pass2 @68 @6
-
-noback pass2 @6-46-5 @46-5 # no letsign before cap letters with accent
-noback pass2 _$D[@6-46-6] *
-noback pass2 _$D[@6-46] *
-noback pass2 @6-46-6 @46-6 # Ensure correct order and no double letsign
-noback pass2 @6-46 @46-6 # Ensure correct order
-
-### Pass 3 - forward translation
-
-# Ensure there is only one letsign
- noback pass3 @6-6 @6
-# liblouis: German Grade 2 Braille
-#
-#  Copyright (C) 2009 SBS Schweizerische Bibliothek für Blinde und Sehbehinderte
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-#
-#-------------------------------------------------------------------------------
-#
-#  DEUTSCHE KURZSCHRIFT - German Grade 2 Braille - Germany, Austria
-#
-#  Version 2009-11-19
-#  christian.waldvogel@sbszh.ch
-#
-#-------------------------------------------------------------------------------
-
-
-include de-de-g0.utb
-letsign 6
-
-# All exception rules which use the letter "ß" are added BEFORE
-# de-g2-core is included
-always raufuß 1235-16-124-136-6-2346
-always raufüß 1235-16-124-1256-6-2346
-always beruß 23-1235-136-6-2346
-always beiß 12-146-6-2346
-always beimaß 2-12-134-1-6-2346
-always demgemäß 2-12356-12346-134-345-6-2346
-word außerdem 16-6-2346-12456-2-12356
-midendword emaß 15-134-1-6-2346
-midendword emäßig 15-134-345-6-2346-45
-always mußestund 134-136-6-2346-15-23456-256-145
-always mußestünd 134-136-6-2346-15-23456-1256-1345-145
-always mädesüß 134-345-145-15-234-1256-6-2346
-begmidword außengeländ 16-6-2346-14-12346-123-345-1345-145
-always genieß 12346-1345-346-6-2346
-always genuß 12346-1345-136-6-2346
-always steingeiß 23456-1246-1245-146-6-2346
-always habergeiß 125-1-12-12456-1245-146-6-2346
-always herreiß 125-12456-1235-146-6-2346
-midendword ßion 6-2346-245
-midendword ßions 6-2346-245-234
-always müßig 134-1256-6-2346-45
-always ß 6-2346
-syllable stöß 23456-246-6-2346
-midendword sspaß 234-234-1234-1-6-2346
-midendword sstoß 234-23456-135-6-2346
-midendword sstraß 234-23456-1235-1-6-2346
-always jakobstraß 245-1-13-135-12-23456-1235-1-6-2346
-always einfallstraß 1246-124-12345-23456-1235-1-6-2346
-begmidword karlstraß 13-356-123-23456-1235-1-6-2346
-always fahrtstraß 2-1235-2345-23456-1235-1-6-2346
-always fahrtsträß 2-1235-2345-23456-1235-345-6-2346
-always begrüßungstrunk 23-1245-1235-1256-6-2346-136-234-2345-1235-256-13
-always beißt 12-146-6-2346-2345
-
-include de-g2-core.cti
-# liblouis: Slovak Braille Table
-#
-#  Copyright (C) 2007-2008 ViewPlus Technologies, Inc. www.viewplus.com
-#  Copyright (C) 2013 Mesar Hameed <mesar.hameed@gmail.com>
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-
-# Created and maintained by Mike Sivill #<mike.sivill@viewplus.com>
-
-#**** Display Codes
- include text_nabcc.dis
-
-#**** Character Definitions
-include eurodefs.cti
-
-# Numbers
-include litdigits6Dots.uti
-
-include latinLetterDef6Dots.uti
-
-uplow \x00C1\x00E1 16
-uplow \x010C\x010D 146 c with caron
-uplow \x010E\x010F 1456 D with caron
-uplow \x00C9\x00E9 345 e with acute
-uplow \x00C4\x00E4 4 a with daeresis
-uplow \x00CD\x00ED 34 I with acute
-uplow \X0139\X013A 46 l with acute
-uplow \x013D\x013E 456 l with caron
-uplow \x0147\x0148 1246 n with caron
-uplow \x00D3\x00f3 246 O with acute
-uplow \X00D4\x00F4 23456 o with circumflex
-uplow \x0154\x0155 12356 r with acute
-uplow \x0160\x0161 156 s with caron
-uplow \x0164\x0165 1256 t with caron
-uplow \X00DA\X00FA 346 U WITH ACUTE
-uplow \x00DD\x00FD 12346 Y WITH ACUTE
-uplow \x017d\x017E 2346 z with caron
-
-#**** Braille Indicators
-numsign 3456
-capsletter 6
-begcapsword 6-6
-
-# Punctuation
-punctuation ! 235
-punctuation " 2356
-punctuation ' 3
-punctuation ( 236
-punctuation ) 356
-midnum * 35
-math + 235
-punctuation , 2
-punctuation - 36
-punctuation . 256
-punctuation / 25
-punctuation : 25
-punctuation * 0-3
-punctuation ; 23
-math < 126
-math > 345
-math = 2356
-punctuation ? 26
-punctuation [ 6-236
-punctuation  ] 6-356
-always \\ 3456-1256
-punctuation { 5-236
-punctuation } 5-356
-always _ 456
-always | 3456-123
-always ~ 56-26
-always # 56-3456
-always $ 3456-1246
-always & 3456-12346
-always @ 3456-12456
-always % 3456-1234
-
-#-display-name: Bihari braille
-
-#+locale:bh
-#+type:literary
-
-# TODO: Please correct the metadata above. It is not meant to be
-# accurate nor complete. It hasn't been verified by the table
-# author yet. It is merely an attempt by the liblouis maintainers
-# to get some sensible initial values in place.
-
-# TODO: Please add a reference to official documentation about
-# the implemented braille code. Preferably submit the documents
-# to https://github.com/liblouis/braille-specs.
-
-include spaces.ctb
-include bh.ctb
-include braille-patterns.cti
-# liblouis: English, U.S. grade 1 (EBAE) table
-#
-# -----------
-#-name: U.S. English grade 1 (EBAE)
-#-display-name: U.S. English (EBAE) uncontracted braille
-#
-#+locale:en-US
-#+type:literary
-#+contraction:no
-#+grade:1
-#+system:ebae
-#
-# TODO: Please correct the metadata above. It is not meant to be
-# accurate nor complete. It hasn't been verified by the table
-# author yet. It is merely an attempt by the liblouis maintainers
-# to get some sensible initial values in place.
-#
-# TODO: Please add a reference to official documentation about
-# the implemented braille code. Preferably submit the documents
-# to https://github.com/liblouis/braille-specs.
-# -----------
-#
-#  Based on the Linux screenreader BRLTTY, copyright (C) 1999-2006 by
-#  The BRLTTY Team
-#
-#  Copyright (C) 2004-2006 ViewPlus Technologies, Inc. www.viewplus.com
-#  Copyright (C) 2004-2006 JJB Software, Inc. www.jjb-software.com
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-
-include chardefs.cti All character definition opcodes
-
-# Braille indicators
-numsign 3456  number sign, just a dots operand
-letsign 56
-noletsignafter .
-noletsignafter '
-#capsletter 6
-#capsword 6-6
-#endcapsword 6-3
-capsletter 6
-begcapsword 6-6
-endcapsword 6-3
-
-emphclass italic
-emphclass underline
-emphclass bold
-emphclass transnote
-
-begemphword italic 46-3
-endemphword italic 46-36
-emphletter italic 46-25
-
-begemphphrase bold 456-46-46
-endemphphrase bold before 456-46
-lenemphphrase bold 4
-begemphword bold 456-46
-
-begemphword underline 456-36
-endemphword underline 3-6
-lenemphphrase underline 3
-begemphphrase underline 456-2356
-endemphphrase underline after 6-3
-
-begemph transnote 6-3
-endemph transnote 6-3
-
-begcomp 456-346
-endcomp 456-156
-
-# literary forms of the decimal digits
-include litdigits6Dots.uti
-
-# display/passthrough for unicode braille
-include braille-patterns.cti
-
-# Letters are defined in chardefs.cti
-
-# punctuation
-prepunc ( 2356
-word ( 4-2356
-always ( 2356
-postpunc ) 2356
-word ) 4-2356
-always ) 2356
-prepunc " 236
-postpunc " 356
-word " 4-236
-prepunc ` 6-236
-prepunc ' 6-236
-postpunc ' 356-3
-word ' 4-3
-word 'em = 
-word 'tis =
-word 'twas =
-begnum # 456-1456 print number sign before number
-midnum , 2
-postpunc , 2
-word , 4-2
-decpoint . 46
-midnum - 36
-hyphen - 36
-always \s--\s 36-36
-always \s-\s 36-36
-midnum \x00ad 36
-postpunc . 256
-word . 4-256
-postpunc ; 23
-word ; 4-23
-midnum : 25
-postpunc : 25
-always : 4-25
-postpunc ! 235
-always ! 4-235
-midnum / 34
-always / 456-34
-always < 5-13
-always = 46-13
-always > 46-2
-always + 4-346
-postpunc ? 236
-endword s' 234-3
-word ? 4-236
-endnum st 34
-endnum nd 1345-145
-endnum rd 1235-145
-noback endnum 's 3-234
-endnum th 1456
-endnum 's 3-234
-always % 4-25-1234
-midnum ^ 45
-always ^ 456-126
-always ~ 4-156
-always & 4-12346
-midnum * 4-16
-always * 35-35
-prepunc [ 6-2356
-word [ 4-6-2356
-always [ 6-2356
-postpunc ] 2356-3
-word ] 4-2356-3
-always ] 2356-3
-prepunc { 56-2356
-word { 4-56-2356
-always { 56-2356
-postpunc } 2356-23
-word } 4-2356-23
-always } 2356-23
-always @ 4-1
-always \\ 4-1256
-always | 456-1256
-always \s-\s 36-36
-always ..." 3-3-3-356
-always ... 3-3-3
-always ...' 3-3-3-356-3
-repeated .... 0
-repeated ____ 456
-repeated ---- 36
-always .\s.\s." 3-3-3-356
-always .\s.\s. 3-3-3 . . .
-begnum $ 256
-nofor begnum $ 256-3456
-always $ 4-256
-
-# special character sequences
-compbrl :// URLs
-compbrl ()
-compbrl www.
-compbrl ::
-compbrl .com
-compbrl .edu
-compbrl .gov
-compbrl .ini
-compbrl .mil
-compbrl .net
-compbrl .org
-compbrl .doc
-compbrl .xml
-compbrl .xsl
-compbrl .htm
-compbrl .html
-compbrl .tex
-compbrl .txt
-compbrl .gif
-compbrl .jpg
-compbrl .png
-compbrl .wav
-compbrl .tar
-compbrl .zip
-
-noback context "\e"$a *
-noback always \\_ 56 letter sign before Roman page numbers
-noback pass2 @56-56 @56
-noback pass2 @3-56 @3
-
-# Spanish Grade 1 Braille Table
-#
-#  Copyright (C) 2004-2008 ViewPlus Technologies, Inc. www.viewplus.com
-#  Copyright (C) 2004-2006 JJB Software, Inc. www.jjb-software.com
-#  Copyright (C) 2012 Mesar Hameed <mesar.hameed@gmail.com>
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-
-# Created June 9, 2005 by Leon Ungier <Leon.Ungier@ViewPlus.com>.
-
-locale Spain
-
-include text_nabcc.dis
-
-#--------------------- All chars definitions ------------------------------
-replace \x0097
-space \x000a 0
-space \t 0 tab            #  9
-space \s 0 blank					# 32
-punctuation ! 235					# 33
-punctuation " 236					# 34
-sign # 3456								# 35
-sign $ 256								# 36
-sign % 456								# 37
-sign & 123456							# 38
-punctuation ' 5						# 39 apostrophe
-punctuation ( 126					# 40
-punctuation ) 345					# 41
-sign * 35									# 42
-math + 235								# 43
-punctuation , 2						# 44
-punctuation - 36					# 45
-punctuation . 3						# 46
-math / 34									# 47
-include digits6Dots.uti
-punctuation : 25				colon													x003A
-punctuation ; 23				semicolon											x003B
-math < 56								less-than sign								x003C
-math = 2356							equal sign										x003D
-math > 45								greater-than sign							x003E
-punctuation ? 26				question mark									x003F
-sign @ 4								commercial at									x0040
-
-include latinLetterDef6Dots.uti
-
-punctuation [ 12356		left square bracket			x005B
-sign \\ 2							reverse solidus					x005C
-punctuation ] 23456		right square bracket		x005D
-sign ^ 5							circumflex accent				x005E
-sign _ 6							low line								x005F
-sign ` 45							grave accent						x0060
-
-# a - z								# 97 - 122							x0061 - x007A
-
-punctuation { 246			left curly bracket			x007B
-sign | 46							vertical line						x007C
-punctuation } 12456		right curly bracket			x007D
-sign ~ 256						tilde										x007E
-sign \x0080 15-136-1235-135										x0080
-
-space \X00A0 0				# no-break space													x00A0
-sign ¢ 4-14						cent sign																	x00A2
-sign £ 45-123					pound sign																x00A3
-sign ¤ 45-15					currency sign															x00A4
-sign ¥ 45-13456				yen	sign																	x00A5
-sign § 346						paragraph	sign														x00A7
-sign © 6-14-135-1234-13456-1235-24-1245-125-2345		copyright		x00A9
-punctuation « 45-2356		left-pointing double quotation mark			x00AB
-sign ° 4-356					degree sign																x00B0
-sign ² 4-6-126				superscript 2 sign												x00B2
-sign ³ 4-6-146				superscript 3 sign												x00B3
-sign \x00B5 46-134		# 181				µ micro sign									x00B5
-sign \x00B6 346				#						¶ pilcrow sign								x00B6
-sign ¹ 4-6-16					superscript 1 sign												x00B9
-punctuation » 2356-12		right-pointing double quotation mark		x00BB
-sign ¼ 6-16-34-1456		vulgar fraction one quarter								x00BC
-sign ½ 6-16-34-126		vulgar fraction one half									x00BD
-sign ¾ 6-126-34-1456					vulgar fraction 3 quarters				x00BE
-
-uplow \x00C0\x00E0 12356			a with grave						x00C0 / 00E0
-uplow Áá 12356								A with acute						x00C1 / 00E1
-uplow Ââ 16										a with circumflex				x00C2 / 00E2
-uplow \x00C3\x00E3 345				a with tilde						x00C3 / 00E3
-uplow Ää 345									A with diaeresis				x00C4 / 00E4
-uplow Åå 16										A with ring above				x00C5 / 00C4
-uplow \x00C6\x00E6 345				ae											x00C6 / 00E6
-uplow Çç 12346								letter c with cedilla		x00C7 / 00E7
-uplow Éé 2346									E with acute						x00C9 / 00E9
-uplow \x00CA\x00EA 126				e with circumflex				x00CA / 00EA
-uplow Íí 34										i with acute						x00CD / 00ED
-uplow \x00D1\x00F1 12456			N with tilde						x00D1 / 00F1
-uplow Óó 346									o with acute						x00D3 / 00F3
-uplow Ôô 1456									o with circumflex				x00D4 / 00F4
-uplow \x00D5\x00F5 246				o with tilde						x00D5 / 00F5
-uplow Öö 246									O with diaeresis				x00D6 / 00F6
-math × 236										multiplication sign			x00D7
-uplow \x00D8\x00F8 246				o with stroke						x00D8 //00F8
-#	uplow Úú 46-23456							U with acute						x00DA / 00FA
-uplow Úú 23456								U with acute						x00DA / 00FA
-#	uplow Üü 46-1256							U with diaeresis				x00DC / 00FC
-uplow Üü 1256									U with diaeresis				x00DC / 00FC
-math ÷ 256										division sign						x00F7
-
-punctuation	\x2010 46						# 8208			hyphen
-punctuation	\x2011 46						# 8209			non-breaking hyphen
-math	\x2013 36									# 8211			smart minus sign
-punctuation	\x2018 3						# 8216			smart single left quotation mark
-punctuation	\x2019 3						# 8217			smart single right quotation mark
-
-punctuation	\x201C 236					# 8220			smart opening double quote
-punctuation	\x201D 356					# 8221			smart closing double quote
-punctuation	\x201E 236					# 8222			smart double low quotation mark
-punctuation	\x201F 356					# 8223			double high reverse quotation mark
-
-punctuation \x2026 256-256-256	# 8230	smart ellipsis
-
-noback sign \x25CF 35 					# 9679 			black circle
-
-#-------------- end defintions ------------------------------------------
-
-capsletter 46
-begcapsword 46-46
-
-numsign 3456
-midnum , 2
-midnum . 3
-midnum + 235
-midnum - 36
-midnum / 256
-midnum : 25
-midnum = 2356
-
-endnum # 56-3456
-
-repeated ... 3-3-3		points de suite
-repeated --- 36-36-36
-repeated ___ 6-6-6
-
-always \s--\s 36-36	tiret
-
-#-display-name: Malayalam braille
-
-#+locale:ml
-#+type:literary
-#+grade:1
-
-# TODO: Please correct the metadata above. It is not meant to be
-# accurate nor complete. It hasn't been verified by the table
-# author yet. It is merely an attempt by the liblouis maintainers
-# to get some sensible initial values in place.
-
-# TODO: Please add a reference to official documentation about
-# the implemented braille code. Preferably submit the documents
-# to https://github.com/liblouis/braille-specs.
-
-include spaces.ctb
-include ml-in-g1.utb
-include braille-patterns.cti
-# liblouis: Swedish Grade 1 Braille Table
-#
-#  Copyright (C) 2004-2008 ViewPlus Technologies, Inc. www.viewplus.com
-#  Copyright (C) 2004-2006 JJB Software, Inc. www.jjb-software.com
-#  Copyright (C) 2012 Mesar Hameed <mesar.hameed@gmail.com>
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-
-# Created by Leon Ungier <Leon.Ungier@ViewPlus.com>.
-
-locale Sweden
-
-include se-se.dis
-
-# ----------- define all chars --------------------------------------
-
-space \t 0 tab						#  9
-space \x000A 0
-space \x000D 0
-space \s 0 blank					# 32
-
-punctuation ! 235			exclamation mark		x0021
-punctuation " 56			double quote				x0022
-sign # 45-3456				number sign					x0023
-sign $ 4-234					dollar							x0024
-sign % 46-356					percent							x0025
-sign & 5-346					ampersand						x0026
-punctuation ' 5				apostrophe					x0027
-punctuation ( 236			left parenthesis		x0028
-punctuation ) 356			right parenthesis		x0029
-sign * 35							asterisk						x002A
-math + 256						plus								x002B
-punctuation , 2				coma								x002C
-punctuation - 36			hyphen-minus				x002D
-punctuation . 3				point								x002E
-math / 34							solidus							x002F
-
-punctuation : 25			colon								x003A
-punctuation ; 23			semicolon						x003B
-math < 246-3					less-than sign			x003C
-math = 2356						equal sign					x003D
-math > 135-2					greater-than sign		x003E
-punctuation ? 26			question mark				x003F
-sign @ 45-12356				commercial at				x0040
-
-include latinLetterDef6Dots.uti
-include digits6Dots.uti # must come after letters
-include litdigits6Dots.uti # Must come after letters
-
-
-punctuation [ 12356	left square bracket		x005B
-sign \\ 45-34				reverse solidus				x005C
-punctuation ] 23456	right square bracket	x005D
-sign ^ 4						circumflex accent			x005E
-sign _ 6						low line							x005F
-sign ` 46						grave accent					x0060
-
-# a - z								# 97 - 122					x0061-x007A
-
-punctuation { 6-236	left curly bracket		x007B
-sign | 456					vertical line					x007C
-punctuation } 6-356	right curly bracket		x007D
-math ~ 45-2					tilde									x007E
-space \X00A0 0			no-break space				x00A0
-sign ¢ 4-14					cent sign							x00A2
-sign £ 45-123				pound sign						x00A3
-sign ¤ 45-15				currency sign					x00A4
-sign ¥ 45-13456			yen										x00A5
-sign § 346					paragraph							x00A7
-
-sign © 6-14-135-1234-13456-1235-24-1245-125-2345		copyright		x00A9
-punctuation « 45-2356	left pointing double angle								x00AB
-
-sign ° 4-356					degree sign									x00B0
-sign ² 4-6-126				superscript 2								x00B2
-sign ³ 4-6-146				superscript 3								x00B3
-sign ¹ 4-6-16					superscript 1								x00B9
-punctuation » 2356-12	right pointing double angle	x00BB
-math ¼ 6-16-34-1456		vulgar fraction 1 quarter		x00BC
-math ½ 6-16-34-126		vulgar fraction one half		x00BD
-math ¾ 6-126-34-1456	vulgar fraction 3 quarters	x00BE
-
-uplow \x00C0\x00E0 12356			A with grave				x00C0
-uplow Ää 345							a with diaeresis		x00C4
-uplow Åå 16										A with ring above		x00C5
-uplow \x00C8\x00E8	2346			E with grave above	x00C8
-uplow Éé 123456								E with acute above	x00C9
-
-uplow Öö 246																			x00D6
-math × 1346						multiplication sign					x00D7
-
-uplow Üü 1256-1256						U with diaeresis		x00DC
-
-math ÷ 34							division sign								x00F7
-
-punctuation	\x2010 46		 # 8208			hyphen
-punctuation	\x2011 46		 # 8209			non-breaking hyphen
-punctuation	\x2013 36		 # 8211			smart minus sign
-punctuation	\x2018 5		 # 8216			smart single left quotation mark
-punctuation	\x2019 5		 # 8217			smart single right quotation mark
-
-punctuation	\x201C 56		# 8220			smart opening double quote
-punctuation	\x201D 56		# 8221			smart closing double quote
-punctuation	\x201E 56		# 8222			smart double low quotation mark
-punctuation	\x201F 56		# 8223			smart double high reverse quotation mark
-
-punctuation \x2026 3-3-3 # 8230			smart ellipsis
-
-sign \x20AC 15-136-1235-135					Euro sign
-noback sign \X25CF 35	# 9679 black circle
-
-# -----------------------
-
-capsletter 6
-begcapsword 6-6			# uncomment if you don't want capitalization
-
-sign \x00B7 3456			# so the line below compile
-numsign 3456
-midnum , 2
-midnum . 3
-midnum + 256
-midnum - 36
-midnum / 34
-midnum : 25
-
-endnum # 56-3456
-
-repeated ... 3-3-3		ellipsis
-repeated --- 36-36-36
-repeated ___ 6-6-6
-
-always \s--\s 36-36	tiret
-
-# liblouis: en-us-brf.dis
-
-#  Based on the Linux screenreader BRLTTY, copyright (C) 1999-2006 by
-#  The BRLTTY Team
-#
-#  Copyright (C) 2004-2006 ViewPlus Technologies, Inc. www.viewplus.com
-#  Copyright (C) 2004-2006 JJB Software, Inc. www.jjb-software.com
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-#
-# Display table for working with 6-dot BRF files.
-#
-# This representation form is known as Braille ASCII, or more formally,
-# The North American Braille ASCII Code.
-#
-# Note: Braille ASCII only defines 64 dot combinations consisting of dots 1-6,
-# thus this table DOES NOT map combinations with dots 7 and/or 8 to any
-# particular output characters.
-#
-# If your device supports 8-dot braille, or you want to convert a lowercase
-# braille file, you may want to use text_nabcc.dis table instead of this one.
-#
-# For more information, refer to https://en.wikipedia.org/wiki/Braille_ASCII
-
-display \s 0
-display A 1
-display B 12
-display C 14
-display D 145
-display E 15
-display F 124
-display G 1245
-display H 125
-display I 24
-display J 245
-display K 13
-display L 123
-display M 134
-display N 1345
-display O 135
-display P 1234
-display Q 12345
-display R 1235
-display S 234
-display T 2345
-display U 136
-display V 1236
-display W 2456
-display X 1346
-display Y 13456
-display Z 1356
-display 0 356
-display 1 2
-display 2 23
-display 3 25
-display 4 256
-display 5 26
-display 6 235
-display 7 2356
-display 8 236
-display 9 35
-display ' 3
-display @ 4
-display " 5
-display , 6
-display * 16
-display / 34
-display - 36
-display ^ 45
-display . 46
-display ; 56
-display < 126
-display % 146
-display : 156
-display [ 246
-display > 345
-display + 346
-display _ 456
-display $ 1246
-display \\ 1256
-display ? 1456
-display ! 2346
-display # 3456
-display & 12346
-display ( 12356
-display ] 12456
-display ) 23456
-display = 123456
-# liblouis: U.S. English 8 dot Computer braille table
-#
-#  Copyright (C) 2004-2008 ViewPlus Technologies, Inc. www.viewplus.com
-#  Copyright (C) 2004-2006 JJB Software, Inc. www.jjb-software.com
-#  Copyright (C) 2012 Mesar Hameed <mesar.hameed@gmail.com>
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-
-space \t 9 tab
-space \s 0 blank
-space \x00a0 a unbreakable space
-sign \x000a 78 newline
-space \x000d 0 carriage return
-include loweredDigits6Dots.uti
-include latinLetterDef8Dots.uti
-punctuation , 6
-punctuation ; 56
-punctuation : 156
-punctuation . 46
-punctuation ! 2346
-punctuation " 5
-punctuation ' 3
-punctuation ( 12356
-punctuation ) 23456
-punctuation - 36
-sign _ 456
-math < 126
-math = 123456
-math > 345
-sign % 146
-math + 346
-math ~ 45
-sign ` 4
-sign & 12346
-sign $ 1246
-punctuation ? 1456
-punctuation { 246
-punctuation [ 2467
-punctuation } 12456
-punctuation ] 124567
-sign ^ 457
-sign @ 47
-sign # 3456
-sign \\ 12567
-sign | 1256
-math / 34
-sign * 16
-noback sign \x25CF 16 BLACK CIRCLE
-#tr#1#Turkish Uncontracted#tr#Turkish
-#
-# liblouis: Turkish Braille Code (Grade 1)
-#
-#  Copyright (C) 2014, Greg Kearney, gkearney@gmail.com
-#  Copyright (C) 2014-2016 Arend Arends <arendarends@ziggo.nl>
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-
-# Taken from several examples by Greg Kearney (2014) for South African
-# languages with only slight modifications (additions) This is
-# unchanged after the LibLouis upgrade to version 3.0.0 (with only the
-# include file en-ueb-g1.ctb changed)
-
-# Based on English UEB Grade 1
-
-# Used to display symbols, Unicode chars and other symbols used
-# throughout UEB code.
-
-include en-ueb-g1.ctb
-
-# Turkish characters (added by Arend Arends)
-
-uplow \x00c2\x00e2 345		LATIN LETTER A WITH CIRCUMFLEX
-uplow \x00c7\x00e7 16		LATIN LETTER C WITH CEDILLA
-uplow \x00ce\x00ee 34		LATIN LETTER I WITH CIRCUMFLEX
-uplow \x00d6\x00f6 246		LATIN LETTER O WITH DIAERESIS
-uplow \x00db\x00fb 156		LATIN LETTER U WITH CIRCUMFLEX
-uplow \x00dc\x00fc 1256		LATIN LETTER U WITH DIAERESIS
-uplow \x011e\x011f 126		LATIN LETTER G WITH BREVE
-uplow \x015e\x015f 146		LATIN LETTER S WITH CEDILLA
-
-# special case, in basic latin capital i is dotless, in Turkish there
-# is a character i lower/upper case both with a dot and a character i
-# lower/upper case both without dot
-
-# this definition overwrites the previous definition
-uplow I\x0131 35		LATIN CAPITAL LETTER I/SMALL LETTER DOTLESS I
-uplow \x0130i 24		LATIN CAPITAL LETTER I WITH DOT/SMALL LETTER i
-# This table contains braille codes and rules for Punjabi Grade 1 and includes English grade 1
-#
-# Copyright (C) 2014 National Institute for Visually Handicapped, 116, Rajpur Road, Dehradun, Uttrakhand, India
-#
-# This file is part of liblouis.
-#
-# liblouis is free software: you can redistribute it and/or modify it
-# under the terms of the GNU Lesser General Public License as
-# published by the Free Software Foundation, either version 2.1 of the
-# License, or (at your option) any later version.
-#
-# liblouis is distributed in the hope that it will be useful, but
-# WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-# Lesser General Public License for more details.
-#
-# You should have received a copy of the GNU Lesser General Public
-# License along with liblouis. If not, see
-# <http://www.gnu.org/licenses/>.
-
-# This table is built and maintained under an activity of Braille Council of India
-# Contributors: Dipendra Manocha, Sreeja, Dinesh Kaushal, Mesar Hameed
-# Last updated on May 5, 2014
-# To report any bugs or any suggestion, please write to d@saksham.org and sreeja.param@gmail.com
-
-include gurumuki.cti
-include en-in-g1.ctb
-#
-# Copyright (C) 2016 Rimas Kudelis <rq@akl.lt>
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-
-# The Lithuanian 8-dot Braille writing system is described in a decree of the Minister of
-# Social Security and Labor, called "Dėl vieningos aštuonių taškų Brailio rašto sistemos
-# naudojimo tvarkos aprašo patvirtinimo", which is in effect since 2011-04-13. Document
-# number is A1-183. At the time of writing this file, the document was accessible at
-# https://www.e-tar.lt/portal/lt/legalAct/TAR.443D667CA047 .
-# The document is referred to as "the standard" below.
-#
-# The standard maps ISO-8859-13 character set to 8-dot Braille writing system. However,
-# even though it defines different mappings for literary and computer braille modes, it
-# doesn't seem like the authors had a good understanding of why these two modes exist
-# and how they differ. Furthermore, the standard contains a few errors (incorrectly named
-# characters as well as mapping conflicts). I would say it needs further improvements.
-#
-# This file is based on the standard, but does not exactly follow it. Some standard
-# definitions are commented out, some changed, and some extra ones are added.
-
-
-###
-### WHITESPACE
-###
-
-space         \x0009 0                      [CHARACTER TABULATION]
-space         \x000a 0                      [LINE FEED (LF)]
-space         \x000b 0                      [LINE TABULATION]
-space         \x000c 0                      [FORM FEED (FF)]
-space         \x000d 0                      [CARRIAGE RETURN (CR)]
-space         \x0020 0                      [SPACE]
-# No-break space is defined as 7 in the standard.
-space         \x00a0 0                      [NO-BREAK SPACE]
-
-
-###
-### DIGITS
-###
-
-include digits8Dots.uti
-
-
-###
-### LETTERS
-###
-
-include latinLetterDef8Dots.uti
-
-# Accented letters which are part of the Lithuanian alphabet.
-uplow         \x0104\x0105 167,16           Ąą LATIN CAPITAL LETTER A WITH OGONEK,LATIN SMALL LETTER A WITH OGONEK
-uplow         \x010c\x010d 1467,146         Čč LATIN CAPITAL LETTER C WITH CARON,LATIN SMALL LETTER C WITH CARON
-uplow         \x0118\x0119 1567,156         Ęę LATIN CAPITAL LETTER E WITH OGONEK,LATIN SMALL LETTER E WITH OGONEK
-uplow         \x0116\x0117 3457,345         Ėė LATIN CAPITAL LETTER E WITH DOT ABOVE,LATIN SMALL LETTER E WITH DOT ABOVE
-uplow         \x012e\x012f 2467,246         Įį LATIN CAPITAL LETTER I WITH OGONEK,LATIN SMALL LETTER E WITH OGONEK
-uplow         \x0160\x0161 23467,2346       Šš LATIN CAPITAL LETTER S WITH CARON,LATIN SMALL LETTER S WITH CARON
-uplow         \x0172\x0173 3467,346         Ųų LATIN CAPITAL LETTER U WITH OGONEK,LATIN SMALL LETTER U WITH OGONEK
-uplow         \x016a\x016b 12567,1256       Ūū LATIN CAPITAL LETTER U WITH MACRON,LATIN SMALL LETTER U WITH MACRON
-uplow         \x017d\x017e 1267,126         Žž LATIN CAPITAL LETTER Z WITH CARON,LATIN SMALL LETTER Z WITH CARON
-
-
-###
-### PUNCTUATION
-###
-
-punctuation   \x0021 235                    ! EXCLAMATION MARK
-punctuation   \x0022 4                      " QUOTATION MARK
-punctuation   \x0027 3                      ' APOSTROPHE
-# The following symbol is defined as 134568 in the standard, but that is hardly useful.
-# According to Unicode, it is the preferred character to use for apostrophe, hence
-# defining it as one here.
-punctuation   \x2019 3                      ’ RIGHT SINGLE QUOTATION MARK
-punctuation   \x0028 23567                  ( LEFT PARENTHESIS
-punctuation   \x0029 23568                  ) RIGHT PARENTHESIS
-punctuation   \x002c 2                      , COMMA
-punctuation   \x002d 36                     - HYPHEN-MINUS
-punctuation   \x002e 256                    . FULL STOP
-punctuation   \x003a 25                     : COLON
-punctuation   \x003b 23                     ; SEMICOLON
-punctuation   \x003f 26                     ? QUESTION MARK
-punctuation   \x005b 12356                  [ LEFT SQUARE BRACKET
-punctuation   \x005d 23456                  ] RIGHT SQUARE BRACKET
-punctuation   \x007b 24678                  { LEFT CURLY BRACKET
-punctuation   \x007d 13578                  } RIGHT CURLY BRACKET
-# The following symbol is defined as 368 in the standard.
-punctuation   \x00ad 36                     [SOFT HYPHEN]
-# The following symbol is not defined in the standard.
-punctuation   \x2013 36                     – EN DASH
-punctuation   \x2014 36                     — EM DASH
-
-# These are the typographically correct quotes in Lithuania.
-punctuation   \x201e 2367                   „ DOUBLE LOW-9 QUOTATION MARK
-punctuation   \x201c 3567                   “ LEFT DOUBLE QUOTATION MARK
-# The following character is defined in the standard, because it exists in ISO-8859-13
-# character set, even though it should not be used in Lithuanian texts.
-punctuation   \x201d 367                    ” RIGHT DOUBLE QUOTATION MARK
-# Let's make straight quotes smarter if we can.
-prepunc       \x0022 2367                   " QUOTATION MARK
-postpunc      \x0022 3567                   " QUOTATION MARK
-# The following combination of smart quotes is sometimes mistakenly used due to automatic
-# replacement based on English rules. This will turn them to the correct quotes.
-prepunc       \x201c 2367                   “ LEFT DOUBLE QUOTATION MARK
-postpunc      \x201d 3567                   ” RIGHT DOUBLE QUOTATION MARK
-
-# Two versions of horizontal ellipsis.
-punctuation   \x2026 3-3-3                  … HORIZONTAL ELLIPSIS
-always        \x002e\x002e\x002e 3-3-3      ... Three times FULL STOP
-
-
-###
-### MATHEMATICAL SYMBOLS
-###
-
-math          \x002b 2358                   + PLUS SIGN
-math          \x003c 2468                   < LESS-THAN SIGN
-math          \x003d 2356                   = EQUALS SIGN
-math          \x003e 1358                   > GREATER-THAN SIGN
-math          \x00b1 23578                  ± PLUS-MINUS SIGN
-# math          \x00bc 1368                   ¼ VULGAR FRACTION ONE QUARTER
-# math          \x00bd 12368                  ½ VULGAR FRACTION ONE HALF
-# math          \x00be 13468                  ¾ VULGAR FRACTION THREE QUARTERS
-math          \x2212 36                     − MINUS SIGN
-math          \x00d7 2348                   × MULTIPLICATION SIGN
-math          \x00f7 125678                 ÷ DIVISION SIGN
-# math          \x2215 25                     ∕ DIVISION SLASH
-# Parentheses are different in Math than in literature.
-# midnum        \x0028 126                    ( LEFT PARENTHESIS
-# midnum        \x0029 345                    ) RIGHT PARENTHESIS
-
-
-###
-### OTHER CHARACTERS
-###
-
-sign          \x0023 3456                   # NUMBER SIGN
-sign          \x0024 46                     $ DOLLAR SIGN
-sign          \x0025 123456                 % PERCENT SIGN
-sign          \x0026 12346                  & AMPERSAND
-sign          \x002a 35                     * ASTERISK
-sign          \x002f 34                     / SOLIDUS
-sign          \x0040 34578                  @ COMMERCIAL AT
-sign          \x005c 347                    \ REVERSE SOLIDUS
-sign          \x005e 2568                   ^ CIRCUMFLEX ACCENT
-sign          \x005f 4567                   _ LOW LINE
-sign          \x0060 6                      `  GRAVE ACCENT
-sign          \x007c 456                    |  VERTICAL LINE
-sign          \x007e 268                    ~  TILDE
-sign          \x00a2 58                     ¢ CENT SIGN
-sign          \x00a3 467                    £ POUND SIGN
-sign          \x00a4 4678                   ¤ CURRENCY SIGN
-sign          \x00a6 1456                   ¦ BROKEN BAR
-sign          \x00a7 3468                   § SECTION SIGN
-sign          \x00a9 123468                 © COPYRIGHT SIGN
-# Angle quotation marks are not commonly used in Lithuanian language.
-# It's probably much more common to see them as fancy breadcrumb separators
-# than anything else, thus marking them as sign, not punctuation.
-sign          \x00ab 5678                   « LEFT-POINTING DOUBLE ANGLE QUOTATION MARK
-sign          \x00bb 4578                   » RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK
-sign          \x00ac 5                      ¬ NOT SIGN
-sign          \x00ae 12358                  ® REGISTERED SIGN
-sign          \x00b0 4568                   ° DEGREE SIGN
-sign          \x00b2 1278                   ² SUPERSCRIPT TWO
-sign          \x00b3 1478                   ³ SUPERSCRIPT THREE
-sign          \x00b5 1348                   µ MICRO SIGN
-sign          \x00b6 12348                  ¶ PILCROW SIGN
-sign          \x00b7 37                     · MIDDLE DOT
-sign          \x00b9 178                    ¹ SUPERSCRIPT ONE
-
-
-###
-### INDICATOR AND SPECIAL SYMBOL OPCODES
-###
-
-# numsign 3456                                Number indicator in text (6-dot output only)
-hyphen        \x002d 36                     - HYPHEN-MINUS
-decpoint      \x002c 2                      , DECIMAL SEPARATOR
-
-sign          \xfffd 7                      � REPLACEMENT CHARACTER
-undefined            7                      Replacement dots for characters not defined in this table
-
-
-###
-### ATTIC (commented out definitions)
-###
-
-# Other letters from the ISO-8859-13 repertoire.
-# This set seems quite useless and poorly designed, so leaving it commented out.
-# uplow         \x00c4\x00e4 567,3458         Ää LATIN CAPITAL LETTER A WITH DIAERESIS,LATIN SMALL LETTER A WITH DIAERESIS
-# uplow         \x00c5\x00e5 34567,345678     Åå LATIN CAPITAL LETTER A WITH RING ABOVE,LATIN SMALL LETTER A WITH RING ABOVE
-# uplow         \x00c6\x00e6 458,38           Ææ LATIN CAPITAL LETTER AE,LATIN SMALL LETTER AE
-# uplow         \x00c9\x00e9 238,1268         Éé LATIN CAPITAL LETTER E WITH ACUTE,LATIN SMALL LETTER E WITH ACUTE
-# uplow         \x00d3\x00f3 123567,14568     Óó LATIN CAPITAL LETTER O WITH ACUTE,LATIN SMALL LETTER O WITH ACUTE
-# uplow         \x00d5\x00f5 267,1234567      Õõ LATIN CAPITAL LETTER O WITH TILDE,LATIN SMALL LETTER O WITH TILDE
-# uplow         \x00d6\x00f6 358,1234568      Öö LATIN CAPITAL LETTER O WITH DIAERESIS,LATIN SMALL LETTER O WITH DIAERESIS
-# uplow         \x00d8\x00f8 48,68            Øø LATIN CAPITAL LETTER O WITH STROKE,LATIN SMALL LETTER O WITH STROKE
-# uplow         \x00dc\x00fc 2368,12568       Üü LATIN CAPITAL LETTER U WITH DIAERESIS,LATIN SMALL LETTER U WITH DIAERESIS
-# lowercase     \x00df 34568                  ß  LATIN SMALL LETTER SHARP S
-# uplow         \x0100\x0101 12468,1678       Āā LATIN CAPITAL LETTER A WITH MACRON,LATIN SMALL LETTER A WITH MACRON
-# uplow         \x0106\x0107 15678,34678      Ćć LATIN CAPITAL LETTER C WITH ACUTE,LATIN SMALL LETTER C WITH ACUTE
-# uplow         \x0112\x0113 123467,1234678   Ēē LATIN CAPITAL LETTER E WITH MACRON,LATIN SMALL LETTER E WITH MACRON
-# uplow         \x0122\x0123 57,348           Ģģ LATIN CAPITAL LETTER G WITH CEDILLA,LATIN SMALL LETTER G WITH CEDILLA
-# uplow         \x012a\x012b 23468,14678      Īī LATIN CAPITAL LETTER I WITH MACRON,LATIN SMALL LETTER I WITH MACRON
-# uplow         \x0136\x0137 258,1468         Ķķ LATIN CAPITAL LETTER K WITH CEDILLA,LATIN SMALL LETTER K WITH CEDILLA
-# uplow         \x013b\x013c 23678,124568     Ļļ LATIN CAPITAL LETTER L WITH CEDILLA,LATIN SMALL LETTER L WITH CEDILLA
-# uplow         \x0141\x0142 35678,234568     Łł LATIN CAPITAL LETTER L WITH STROKE,LATIN SMALL LETTER L WITH STROKE
-# uplow         \x0143\x0144 2567,13458       Ńń LATIN CAPITAL LETTER N WITH ACUTE,LATIN SMALL LETTER N WITH ACUTE
-# uplow         \x0145\x0146 578,234567       Ņņ LATIN CAPITAL LETTER N WITH CEDILLA,LATIN SMALL LETTER N WITH CEDILLA
-# uplow         \x014c\x014d 14567,145678     Ōō LATIN CAPITAL LETTER O WITH MACRON,LATIN SMALL LETTER O WITH MACRON
-# uplow         \x015a\x015b 123568,1568      Śś LATIN CAPITAL LETTER S WITH ACUTE,LATIN SMALL LETTER S WITH ACUTE
-# uplow         \x0179\x017a 23458,12678      Źź LATIN CAPITAL LETTER Z WITH ACUTE,LATIN SMALL LETTER A WITH ACUTE
-# uplow         \x017b\x017c 3568,24568       Żż LATIN CAPITAL LETTER Z WITH DOT ABOVE,LATIN SMALL LETTER Z WITH DOT ABOVE
-# uplow         \x0156\x0157 2357,12456       Ŗŗ LATIN CAPITAL LETTER R WITH CEDILLA,LATIN SMALL LETTER R WITH CEDILLA
-
-# These control chars are defined by the standard, but are hardly useful.
-# These official definitions are commented out below, and only whitespace characters
-# are defined as 0 (no dots) in the Whitespace section at the top of this file.
-# sign          \x0000 3578                   [NULL]
-# sign          \x0001 28                     [START OF HEADING]
-# sign          \x0002 45                     [START OF TEXT]
-# sign          \x0003 47                     [END OF TEXT]
-# sign          \x0004 14578                  [END OF TRANSMISSION]
-# sign          \x0005 1578                   [ENQUIRY]
-# sign          \x0006 12478                  [ACKNOWLEDGE]
-# sign          \x0007 124578                 [BELL]
-# sign          \x0008 12578                  [BACKSPACE]
-# space         \x0009 2478                   [CHARACTER TABULATION]
-# space         \x000a 24578                  [LINE FEED (LF)]
-# space         \x000b 1378                   [LINE TABULATION]
-# space         \x000c 12378                  [FORM FEED (FF)]
-# space         \x000d 13478                  [CARRIAGE RETURN (CR)]
-# sign          \x000e 134578                 [SHIFT OUT]
-# sign          \x000f 56                     [SHIFT IN]
-# sign          \x0010 123478                 [DATA LINK ESCAPE]
-# sign          \x0011 1234578                [DEVICE CONTROL ONE]
-# sign          \x0012 123578                 [DEVICE CONTROL TWO]
-# sign          \x0013 23478                  [DEVICE CONTROL THREE]
-# sign          \x0014 234578                 [DEVICE CONTROL FOUR]
-# sign          \x0015 13678                  [NEGATIVE ACKNOWLEDGE]
-# sign          \x0016 123678                 [SYNCHRONOUS IDLE]
-# sign          \x0017 245678                 [END OF TRANSMISSION BLOCK]
-# sign          \x0018 134678                 [CANCEL]
-# sign          \x0019 1345678                [END OF MEDIUM]
-# sign          \x001a 135678                 [SUBSTITUTE]
-# sign          \x001b 1235678                [ESCAPE]
-# sign          \x001c 3478                   [INFORMATION SEPARATOR FOUR]
-# sign          \x001d 2345678                [INFORMATION SEPARATOR THREE]
-# sign          \x001e 234678                 [INFORMATION SEPARATOR TWO]
-# sign          \x001f 45678                  [INFORMATION SEPARATOR ONE]
-# sign          \x007f 138                    [DELETE]
-# sign          \x0080 457
-# sign          \x0081 8
-# sign          \x0082 3678                   [BREAK PERMITTED HERE]
-# sign          \x0083 78                     [NO BREAK HERE]
-# sign          \x0084 236
-# sign          \x0085 25678                  [NEXT LINE (NEL)]
-# sign          \x0086 168                    [START OF SELECTED AREA]
-# sign          \x0087 357                    [END OF SELECTED AREA]
-# sign          \x0088 378                    [CHARACTER TABULATION SET]
-# sign          \x0089 468                    [CHARACTER TABULATION WITH JUSTIFICATION]
-# sign          \x008a 678                    [LINE TABULATION SET]
-# sign          \x008b 27                     [PARTIAL LINE FORWARD]
-# sign          \x008c 237                    [PARTIAL LINE BACKWARD]
-# sign          \x008d 257                    [REVERSE LINE FEED]
-# sign          \x008e 478                    [SINGLE SHIFT TWO]
-# sign          \x008f 12467                  [SINGLE SHIFT THREE]
-# sign          \x0090 124678                 [DEVICE CONTROL STRING]
-# sign          \x0091 568                    [PRIVATE USE ONE]
-# sign          \x0092 1246                   [PRIVATE USE TWO]
-# sign          \x0093 356                    [SET TRANSMIT STATE]
-# sign          \x0094 1238                   [CANCEL CHARACTER]
-# sign          \x0095 278                    [MESSAGE WAITING]
-# sign          \x0096 2378                   [START OF GUARDED AREA]
-# sign          \x0097 13568                  [END OF GUARDED AREA]
-# sign          \x0098 2578                   [START OF STRING]
-# sign          \x0099 1245678
-# sign          \x009a 2678                   [SINGLE CHARACTER INTRODUCER]
-# sign          \x009b 123458                 [CONTROL SEQUENCE INTRODUCER]
-# sign          \x009c 67                     [STRING TERMINATOR]
-# sign          \x009d 124567                 [OPERATING SYSTEM COMMAND]
-# sign          \x009e 235678                 [PRIVACY MESSAGE]
-# sign          \x009f 12345678               [APPLICATION PROGRAM COMMAND]
-#-display-name: Dutch braille as used in Belgium
-
-#+locale:nl-BE
-#+type:literary
-#+contraction:no
-#+grade:0
-#+hyphenation:yes
-
-# TODO: Please correct the metadata above. It is not meant to be
-# accurate nor complete. It hasn't been verified by the table
-# author yet. It is merely an attempt by the liblouis maintainers
-# to get some sensible initial values in place.
-
-# TODO: Please add a reference to official documentation about
-# the implemented braille code. Preferably submit the documents
-# to https://github.com/liblouis/braille-specs.
-
-include nl-BE-g0.utb
-include hyph_nl_NL.dic
-include braille-patterns.cti
 # This table contains braille codes and rules for Sanskrit Grade 1 and includes English grade 1
 #
 # Copyright (C) 2014 National Institute for Visually Handicapped, 116, Rajpur Road, Dehradun, Uttrakhand, India
@@ -304042,182684 +504775,3 @@
 
 include devanagari.cti
 include en-in-g1.ctb
-# This table contains braille codes and rules for Kashmiri Grade 1 and includes English grade 1
-#
-# Copyright (C) 2014 National Institute for Visually Handicapped, 116, Rajpur Road, Dehradun, Uttrakhand, India
-#
-# This file is part of liblouis.
-#
-# liblouis is free software: you can redistribute it and/or modify it
-# under the terms of the GNU Lesser General Public License as
-# published by the Free Software Foundation, either version 2.1 of the
-# License, or (at your option) any later version.
-#
-# liblouis is distributed in the hope that it will be useful, but
-# WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-# Lesser General Public License for more details.
-#
-# You should have received a copy of the GNU Lesser General Public
-# License along with liblouis. If not, see
-# <http://www.gnu.org/licenses/>.
-
-# This table is built and maintained under an activity of Braille Council of India
-# Contributors: Dipendra Manocha, Sreeja, Dinesh Kaushal, Mesar Hameed
-# Last updated on May 5, 2014
-# To report any bugs or any suggestion, please write to d@saksham.org and sreeja.param@gmail.com
-
-include devanagari.cti
-include en-in-g1.ctb
-# liblouis: Hungarian Computer Braille table
-#
-# -----------
-#-display-name: Hungarian computer braille
-#
-#+locale:hu
-#+type:computer
-#+dots:8
-#
-# TODO: Please correct the metadata above. It is not meant to be
-# accurate nor complete. It hasn't been verified by the table
-# author yet. It is merely an attempt by the liblouis maintainers
-# to get some sensible initial values in place.
-#
-# TODO: Please add a reference to official documentation about
-# the implemented braille code. Preferably submit the documents
-# to https://github.com/liblouis/braille-specs.
-# -----------
-#
-#  Based on the Linux screenreader BRLTTY, copyright (C) 1999-2011 by the BRLTTY Team
-#
-#  Copyright (C) 2012 Attila Hammer from IT Foundation for the Visually Impaired - Hungary. www.infoalap.hu
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-#
-#  Maintained by Attila Hammer  hammer.attila@infoalap.hu
-#
-# If you found bugs with hungarian computer braille table, report it with following address:
-# Attila Hammer <hammer.attila@infoalap.hu>
-#If you have a Launchpad account, report table related requests with following bug tracker address: https://bugs.launchpad.net/belin
-
-include boxes.ctb
-include digits6DotsPlusDot6.uti
-include latinLetterDef8Dots.uti
-include spaces.ctb
-#Uppercase and lowercase accented characters
-uppercase	\x00c1	478	LATIN CAPITAL LETTER A WITH ACUTE
-uppercase	\x00c4	4578	LATIN CAPITAL LETTER A WITH DIAERESIS
-uppercase	\x00c9	1678	LATIN CAPITAL LETTER E WITH ACUTE
-uppercase	\x00cd	3478	LATIN CAPITAL LETTER I WITH ACUTE
-uppercase	\x00d3	24678	LATIN CAPITAL LETTER O WITH ACUTE
-uppercase	\x00d6	1234578	LATIN CAPITAL LETTER O WITH DIAERESIS
-uppercase	\x00da	34678	LATIN CAPITAL LETTER U WITH ACUTE
-uppercase	\x00dc	1235678	LATIN CAPITAL LETTER U WITH DIAERESIS
-uppercase	\x0150	1245678	LATIN CAPITAL LETTER O WITH DOUBLE ACUTE
-uppercase	\x0170	2345678	LATIN CAPITAL LETTER U WITH DOUBLE ACUTE
-lowercase	\x00e1	48	LATIN SMALL LETTER A WITH ACUTE
-lowercase	\x00e4	458	LATIN SMALL LETTER A WITH DIAERESIS
-lowercase	\x00e9	168	LATIN SMALL LETTER E WITH ACUTE
-lowercase	\x00ed	348	LATIN SMALL LETTER I WITH ACUTE
-lowercase	\x00f3	2468	LATIN SMALL LETTER O WITH ACUTE
-lowercase	\x00f6	123458	LATIN SMALL LETTER O WITH DIAERESIS
-lowercase	\x00fa	3468	LATIN SMALL LETTER U WITH ACUTE
-lowercase	\x00fc	123568	LATIN SMALL LETTER U WITH DIAERESIS
-lowercase	\x0151	124568	LATIN SMALL LETTER O WITH DOUBLE ACUTE
-lowercase	\x0171	234568	LATIN SMALL LETTER U WITH DOUBLE ACUTE
-
-#Punctuation simbols
-punctuation	!	5	EXCLAMATION MARK
-punctuation	"	4	QUOTATION MARK
-punctuation	\x0023	3456	NUMBER SIGN
-punctuation	$	46	DOLLAR SIGN
-punctuation	%	123456	PERCENT SIGN
-punctuation	&	12346	AMPERSAND
-punctuation	'	6	APOSTROPHE
-punctuation	(	236	LEFT PARENTHESIS
-punctuation	)	356	RIGHT PARENTHESIS
-punctuation	*	35	ASTERISK
-punctuation	+	235	PLUS SIGN
-punctuation	,	2	COMMA
-punctuation	-	36	HYPHEN-MINUS
-punctuation − 36	Added u+2212 simbol
-punctuation	.	3	FULL STOP
-punctuation	/	256	SOLIDUS
-punctuation	:	25	COLON
-punctuation	;	23	SEMICOLON
-punctuation	<	56	LESS-THAN SIGN
-punctuation	=	2356	EQUALS SIGN
-punctuation	>	45	GREATER-THAN SIGN
-punctuation	?	26	QUESTION MARK
-punctuation	@	3457	COMMERCIAL AT
-punctuation	[	123567	LEFT SQUARE BRACKET
-punctuation	\\	347	REVERSE SOLIDUS
-punctuation	]	234567	RIGHT SQUARE BRACKET
-punctuation	^	23467	CIRCUMFLEX ACCENT
-punctuation	_	4567	LOW LINE
-punctuation	`	345	GRAVE ACCENT
-punctuation	{	12356	LEFT CURLY BRACKET
-punctuation	|	34	VERTICAL LINE
-punctuation	}	23456	RIGHT CURLY BRACKET
-punctuation	~	2346	TILDE
-letter	\x007f	456	DELETE
-punctuation	\x00a0	0	NO-BREAK SPACE
-punctuation	\x2580	1245	UPPER HALF BLOCK
-punctuation	\x2582	78	LOWER ONE QUARTER BLOCK
-punctuation	\x2584	3678	LOWER HALF BLOCK
-punctuation	\x2586	235678	LOWER THREE QUARTERS BLOCK
-punctuation	\x2588	12345678	FULL BLOCK
-punctuation § 357
-punctuation – 36
-punctuation … 3-3-3
-sign € 457
-sign • 6-35
-space	\s	0	SPACE
-include braille-patterns.cti
-undefined 26
-# Unicode character definitions, usually multi-cell
-#
-#  Copyright (C) 2008 JJB Software, Inc. www.jjb-software.com
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-
-lowercase \x2113 4-123 SCRIPT SMALL 006C 
-sign \x00B0 356 Degree
-math \x00B1 a-56-235-36 PLUS-MINUS SIGN PLUS-OR-MINUS SIGN 
-math \x0391 456-1 GREEK CAPITAL LETTER ALPHA 03B1 
-math \x0392 456-12 GREEK CAPITAL LETTER BETA 03B2 
-math  \x0393 456-1245 GREEK CAPITAL LETTER GAMMA 03B3 
-math  \x0394 456-145 GREEK CAPITAL LETTER DELTA 03B4 
-math  \x0395 456-15 GREEK CAPITAL LETTER EPSILON 03B5 
-math  \x0396 456-156 GREEK CAPITAL LETTER ZETA 03B6 
-math  \x0397 456-126 GREEK CAPITAL LETTER ETA 03B7 
-math  \x0398 456-1456 GREEK CAPITAL LETTER THETA 03B8 
-math  \x0399 456-24 GREEK CAPITAL LETTER IOTA 03B9 
-math  \x039A 456-13 GREEK CAPITAL LETTER KAPPA 03BA 
-math  \x039B 456-123 GREEK CAPITAL LETTER LAMDA 
-math \x039C 456-134 GREEK CAPITAL LETTER MU 03BC 
-math  \x039D 456-1345 GREEK CAPITAL LETTER NU 03BD 
-math  \x039E 456-1346 GREEK CAPITAL LETTER XI 03BE 
-math  \x039F 456-135 GREEK CAPITAL LETTER OMICRON 03BF 
-math  \x03A0 456-1234 GREEK CAPITAL LETTER PI 03C0 
-math  \x03A1 456-1235 GREEK CAPITAL LETTER RHO 03C1 
-math  \x03A3 456-234 GREEK CAPITAL LETTER SIGMA 03C3 
-math  \x03A4 456-136 GREEK CAPITAL LETTER TAU 03C4 
-math  \x03A5 456-136 GREEK CAPITAL LETTER UPSILON 03C5 
-math  \x03A6 456-124 GREEK CAPITAL LETTER PHI 03C6 
-math \x03A7 456-12346 GREEK CAPITAL LETTER CHI 03C7 
-math  \x03A8 456-1246 GREEK CAPITAL LETTER PSI 03C8 
-math  \x03A9 456-2456 GREEK CAPITAL LETTER OMEGA 03C9 
-math  \x03B1 46-1 GREEK SMALL LETTER ALPHA 0391 0391
-math  \x03B2 46-12 GREEK SMALL LETTER BETA 0392 0392
-math  \x03B3 46-1245 GREEK SMALL LETTER GAMMA 0393 0393
-math \x03B4 46-145 GREEK SMALL LETTER DELTA 0394 0394
-math  \x03B5 46-15 GREEK SMALL LETTER EPSILON 0395 0395
-math  \x03B6 46-156 GREEK SMALL LETTER ZETA 0396 0396
-math  \x03B7 46-236 GREEK SMALL LETTER ETA 0397 0397
-math  \x03B8 46-1456 GREEK SMALL LETTER THETA 0398 0398
-math  \x03B9 46-24 GREEK SMALL LETTER IOTA 0399 0399
-math  \x03BA 46-13 GREEK SMALL LETTER KAPPA 039A 039A
-math  \x03BB 46-123 GREEK SMALL LETTER LAMDA GREEK 
-math \x03BC 46-134 GREEK SMALL LETTER MU 039C 039C
-math  \x03BD 46-1345 GREEK SMALL LETTER NU 039D 039D
-math  \x03BE 46-1346 GREEK SMALL LETTER XI 039E 039E
-math  \x03BF 46-135 GREEK SMALL LETTER OMICRON 039F 039F
-math \x03C0 46-1234 GREEK SMALL LETTER PI 03A0 03A0
-math \x03C1 46-1235 GREEK SMALL LETTER RHO 03A1 03A1
-math  \x03C2 46-25 GREEK SMALL LETTER FINAL SIGMA 03A3 03A3
-math \x03C3 46-234 GREEK SMALL LETTER SIGMA 03A3 03A3
-math \x03C4 46-2345 GREEK SMALL LETTER TAU 03A4 03A4
-math \x03C5 46-136 GREEK SMALL LETTER UPSILON 03A5 03A5
-math \x03C6 46-124 GREEK SMALL LETTER PHI 03A6 03A6
-math \x03C7 46-12346 GREEK SMALL LETTER CHI 03A7 03A7
-math \x03C8 46-125 GREEK SMALL LETTER PSI 03A8 03A8
-math  \x03C9 46-135 GREEK SMALL LETTER OMEGA 03A9 03A9
-math  \x03D5 46-124 GREEK PHI SYMBOL 03C6 GREEK SMALL LETTER SCRIPT PHI 
-math \x2026 a-3-3-3 HORIZONTAL ELLIPSIS 002E 002E 002E 
-math \x2032 4-35 PRIME 
-math \x2033 3-3 DOUBLE PRIME 2032 2032 
-math \x2114 1256 B BAR SYMBOL 
-math \x211D 4-6-1235 DOUBLE-STRUCK CAPITAL 0052 DOUBLE-STRUCK 
-math \X212B 45-1 ANGSTROM SIGN 
-math \X2190 a246-25 LEFTWARDS ARROW 
-math \X2191 a-25-24 UPWARDS ARROW 
-math \x2192 a-25-135 RIGHTWARDS ARROW 
-math \X2193 a-25-36 DOWNWARDS ARROW 
-math \X2194 a-246-25-135 LEFT RIGHT ARROW 
-math \X2195 a-1246-126-146-246-25-25-135 UP DOWN ARROW 
-math \X2196 a-1246-45-246-25-25 NORTH WEST ARROW 
-math \X2197 a-1246-45-25-25-135 NORTH EAST ARROW 
-math \X2198 a-1246-56-25-25-135  SOUTH EAST ARROW 
-math \X2199 a-1246-56-246-25-25  SOUTH WEST ARROW 
-math \X219A a-1256-4-1246-246-25-25-12456  LEFTWARDS ARROW WITH STROKE 
-math \X219B a-1256-4-1246-25-25-135-12456  RIGHTWARDS ARROW WITH STROKE 
-math \X219C a-1246-246-35-25-26 LEFTWARDS WAVE ARROW 
-math \X219D a-1246-35-25-26-135 RIGHTWARDS WAVE ARROW 
-math \X219E a-1246-246-246-25-25 LEFTWARDS TWO HEADED ARROW 
-math \X219F a-1246-126-25-25-135-135 UPWARDS TWO HEADED ARROW 
-math \X21A0 a-1246-25-25-135-135 RIGHTWARDS TWO HEADED ARROW 
-math \X21A1 a-1246-146-25-25-135-135  DOWNWARDS TWO HEADED ARROW 
-math \X21A2 a-1246-246-25-25-6-13456 LEFTWARDS ARROW WITH TAIL 
-math \X21A3 a-12456-12346-25-25-135 RIGHTWARDS ARROW WITH TAIL 
-math \X21A4 a-1246-246-25-25-1256 LEFTWARDS ARROW FROM BAR 
-math \X21A5 a-1246-126-1256-25-25-135 UPWARDS ARROW FROM BAR 
-math \X21A6 a-1246-1256-25-25-135 RIGHTWARDS ARROW FROM BAR 
-math \X21A7 a-1246-146-1256-25-25-135 DOWNWARDS ARROW FROM BAR 
-math \X21A8 a-1246-246-25-1256-25-135 UP DOWN ARROW WITH BASE 
-math \X21A9 a-1246-246-25-25-6-135 LEFTWARDS ARROW WITH HOOK 
-math \X21AA a-12456-246-25-25-135 RIGHTWARDS ARROW WITH HOOK 
-math \X21AB a-1246-246-25-25-46-16 LEFTWARDS ARROW WITH LOOP 
-math \X21AC a-1246-46-16-25-25-135 RIGHTWARDS ARROW WITH LOOP 
-math \X21AD a-1246-246-35-25-26-135 LEFT RIGHT WAVE ARROW 
-math \X21AE a-1256-4-1246-246-25-25-135 LEFT RIGHT ARROW WITH STROKE 
-math \X21AF a-1246-146-35-26-35-1359 DOWNWARDS ZIGZAG ARROW 
-math \X21B4 a-12456-1256-25-25-135 RIGHTWARDS ARROW WITH CORNER DOWNWARDS 
-math \X21B5 a-1246-1456-1256-25-25-135 DOWNWARDS ARROW WITH CORNER LEFTWARDS 
-math \X21B6 a-1246-26-35-135 ANTICLOCKWISE TOP SEMICIRCLE ARROW 
-math \X21B7 a-1246-246-26-35 CLOCKWISE TOP SEMICIRCLE ARROW 
-math \X21BA a-1246-26-35-135 ANTICLOCKWISE OPEN CIRCLE ARROW 
-math \X21BB a-1246-246-26-35 CLOCKWISE OPEN CIRCLE ARROW 
-math \X21BC a-1246-4-246-25-25 LEFTWARDS HARPOON WITH BARB UPWARDS 
-math \X21BD a-12456-246-25-25 LEFTWARDS HARPOON WITH BARB DOWNWARDS 
-math \X21BE a-1246-126-25-25-6-135 UPWARDS HARPOON WITH BARB RIGHTWARDS 
-math \X21BF a-1246-126-25-25-4-135 UPWARDS HARPOON WITH BARB LEFTWARDS 
-math \X21C0 a-1246-25-25-4-135 RIGHTWARDS HARPOON WITH BARB UPWARDS 
-math \X21C1 a-1246-25-25-6-135 RIGHTWARDS HARPOON WITH BARB DOWNWARS 
-math \X21C2 a-1246-246-25-25-4-135 DOWNWARDS HARPOON WITH BARB RIGHTWARDS 
-math \X21C3 a-1246-146-25-25-6-135 DOWNWARDS HARPOON WITH BARB LEFTWARDS 
-math \X21C4 1246-25-25-135-1246-246-25-25  RIGHTWARDS ARROW OVER LEFTWARDS ARROW 
-math \X21C5 1246-126-25-25-135-5-1246-146-25-25-135  UPWARDS ARROW LEFTWARDS OF DOWNWARDS ARROW 
-math \X21C6 1246-246-25-25-1246-25-25-135  LEFTWARDS ARROW OVER RIGHTWARDS ARROW 
-math \X21C7 1246-245-25-25-1246-245-25-25 LEFTWARDS PAIRED ARROWS 
-math \X21C8 1246-126-25-25-135-5-1246-126-25-25-135 UPWARDS PAIRED ARROWS 
-math \X21C9 1246-25-25-135-1246-25-25-135 RIGHTWARDS PAIRED ARROWS 
-math \X21CA 1246-146-25-25-135-5-1246-146-25-25-135 DOWNWARDS PAIRED ARROWS 
-math \X21CB 1246-4-246-25-25-1246-25-25-4-135 LEFTWARDS HARPOON OVER RIGHTWARDS HARPOON 
-math \X21CC 1246-25-25-4-135-1246-4-246-25-25 RIGHTWARDS HARPOON OVER LEFTWARDS HARPOON 
-math \X21CD a-1256-4-1246-246-246-25-25 LEFTWARDS DOUBLE ARROW WITH STROKE 
-math \X21CE a-1256-4-1246-246-246-25-25-135-135 LEFT RIGHT DOUBLE ARROW WITH STROKE 
-math \X21CF a-1256-4-1246-25-25-135-135 RIGHTWARDS DOUBLE ARROW WITH STROKE 
-math \X21D0 a-246-246-25 LEFTWARDS DOUBLE ARROW 
-math \X21D1 a-1246-126-25-25-135-135 UPWARDS DOUBLE ARROW 
-math \X21D2 a-25-135-135 RIGHTWARDS DOUBLE ARROW 
-math \X21D3 a-1246-126-25-25-135-135 DOWNWARDS DOUBLE ARROW 
-math \X21D4 a-1246-246-246-25-25-135-135 LEFT RIGHT DOUBLE ARROW 
-math \X21D5 a-1246-126-246-246-25-25-135-135 UP DOWN DOUBLE ARROW 
-math \X21D6 a-1246-45-246-246-25-25 NORTH WEST DOUBLE ARROW 
-math \X21D7 a-1246-45-25-25-135-135 NORTH EAST DOUBLE ARROW 
-math \X21D8 a-1246-56-25-25-135-135 SOUTH EAST DOUBLE ARROW 
-math \X21D9 a-1246-56-246-246-25-25 SOUTH WEST DOUBLE ARROW 
-math \X21DA a-1246-246-246-246-25-25 LEFTWARDS TRIPLE ARROW 
-math \X21DB a-1246-25-25-135-135-135 RIGHTWARDS TRIPLE ARROW 
-math \X21DC a-1246-246-26-36-35-25-26 LEFTWARDS SQUIGGLE ARROW 
-math \X21DD a-1246-26-36-35-25-26-135 RIGHTWARDS SQUIGGLE ARROW 
-math \X21DE a-1256-1256-4-1246-126-25-25-135-12456 UPWARDS ARROW WITH DOUBLE STROKE
-math \X21DF a-1256-1256-4-1246-146-25-25-135-12456 DOWNWARDS ARROW WITH DOUBLE STROKE 
-math \X21E0 a-1246-246-25-25 LEFTWARDS DASHED ARROW 
-math \X21E1 a-1246-126-25-25-135 UPWARDS DASHED ARROW 
-math \X21E2 a-1246-25-25-135 RIGHTWARDS DASHED ARROW 
-math \X21E3 a-1246-146-25-25-135 DOWNWARDS DASHED ARROW 
-math \X21E4 a-1246-1256-246-25-25 LEFTWARDS ARROW TO BAR 
-math \X21E5 a-1246-25-25-135-1256 RIGHTWARDS ARROW TO BAR 
-math \X21E6 a-1246-456-246-25-25 LEFTWARDS WHITE ARROW 
-math \X21E7 a-1246-126-456-25-25-135 UPWARDS WHITE ARROW 
-math \X21E8 a-1246-456-25-25-135 RIGHTWARDS WHITE ARROW 
-math \X21E9 a-1246-146-456-25-25-135 DOWNWARDS WHITE ARROW 
-math \X21F3 a-1246-126-456-246-25-25-135 UP DOWN WHITE ARROW 
-math \X21F4 a-1246-25-25-135-46-16 RIGHT ARROW WITH SMALL CIRCLE 
-math \X21F5 a-1246-146-25-25-135-5-1246-126-25-25-135 DOWNWARDS ARROW LEFTWARDS OF UPWARDS ARROW 
-math \X21F6 a-1246-25-25-135-1246-25-25-135-1246-25-25-135 THREE RIGHTWARDS ARROWS 
-math \X21F7 a-1256-4-1246-246-25-25-12456 LEFTWARDS ARROW WITH VERTICAL STROKE 
-math \X21F8 a-1256-4-1246-25-25-135-12456  RIGHTWARDS ARROW WITH VERTICAL STROKE 
-math \X21F9 a-1256-4-1246-246-25-25-135 LEFT RIGHT ARROW WITH VERTICAL STROKE 
-math \X21FA a-1256-1256-4-1246-246-25-25-12456 LEFTWARDS ARROW WITH DOUBLE VERTICAL STROKE 
-math \X21FB a-1256-1256-4-1246-25-25-135-12456  RIGHTWARDS ARROW WITH DOUBLE VERTICAL STROKE 
-math \X21FC a-1256-1256-4-1246-246-25-25-135 LEFT RIGHT ARROW WITH DOUBLE VERTICAL STROKE 
-math \X21FD a-1246-1256-25-25 LEFTWARDS OPEN-HEADED ARROW 
-math \X21FE a-1246-25-25-1256 RIGHTWARDS OPEN-HEADED ARROW 
-math \X21FF a-1246-1256-25-25-1256 LEFT RIGHT OPEN-HEADED ARROW 
-math \x2200 1256-2 FOR ALL 
-math \X2202 4-145 PARTIAL DIFFERENTIAL 
-math \X2203 1256-26 THERE EXISTS 
-math \X2204 34-4-123456 THERE DOES NOT EXIST 
-math \X2205 1256-356 EMPTY SET 
-math \X2207 456-356 NABLA 
-math \x2208 1256-35 ELEMENT OF 
-math \X2209 34-4-15 NOT AN ELEMENT OF 
-math \X220B 1256-135 CONTAINS AS MEMBER 
-math \X220C 35-1256-135 DOES NOT CONTAIN AS MEMBER 
-math \X220D 4-26 SMALL CONTAINS AS MEMBER 
-math \X220E a-123456-123456 END OF PROOF 
-math  \x2211 456-234 NRY SUMMATION 
-math \x2212 a-56-36 MINUS SIGN 
-math \X2217 4-3456 ASTERISK OPERATOR 
-math \x2218 356 degrees sign
-math \X221D a-25-2356 PROPORTIONAL TO 
-math \x221E 123456 INFINITY 
-math \X221F 1246-246-46-1235-12456 RIGHT ANGLE 
-math \X2220 1456-246 ANGLE 
-math \X2221 1246-246-456-1246-1246-1-12456 MEASURED ANGLE 
-math \X2222 1246-246-456-1246-1246-1-12456 Spherical ANGLE 
-math \X2223 1256 DIVIDES 
-math \X2224 34-1256 DOES NOT DIVIDE 
-math \X2225 a-1246-123 PARALLEL TO 
-math \X2226 a-34-1246-123 NOT PARALLEL TO 
-math \X2229 1256-2356 INTERSECTION 
-math \X222A 1256-235 UNION 
-math \x222B 2346 INTEGRAL 
-math \x222C 2346-2346 DOUBLE INTEGRAL 
-math \x222D 2346-2346-2346 TRIPLE INTEGRAL
-math \X222E 2346-4-1246-14-12456 CONTOUR INTEGRAL 
-math \X2232 2346-4-1246-246-26-35-12456 CLOCKWISE CONTOUR INTEGRAL 
-math \X2233 2346-4-1246-26-35-135-12456 ANTICLOCKWISE CONTOUR INTEGRAL 
-math \X2234 a-6-16 THEREFORE 
-math \X2235 a-4-34 BECAUSE 
-math \X2236 a-5-2 RATIO 
-math \X2245 a-456-2356 APPROXIMATELY EQUAL TO 
-math \X224D a-2356-2356 EQUIVALENT TO 
-math \x2260 a-35-2356 NOT EQUAL TO 
-math \x2261 a-456-123 IDENTICAL TO 
-math \x2264 a-246-2356 LESS-THAN OR EQUAL TO 
-math \x2265 a-135-2356 GREATER-THAN OR EQUAL TO GREATER THAN OR EQUAL TO 
-math \X2266 a-246-456-2356 LESS-THAN OVER EQUAL TO 
-math \X2267 a-46-2-46-13 GREATER-THAN OVER EQUAL TO 
-math \X2268 a-246-35-2356 LESS-THAN BUT NOT EQUAL TO 
-math \X2269 a-135-35-2356 GREATER-THAN BUT NOT EQUAL TO 
-math \X226A a-246-246 MUCH LESS-THAN 
-math \X226B a-135-135 MUCH GREATER-THAN 
-math \X226D a-35-2356-2356 NOT EQUIVALENT TO 
-math \X226E a-35-246 NOT LESS-THAN 
-math \X226F a-35-135 NOT GREATER-THAN 
-math \X2270 a-34-5-13-156 NEITHER LESS-THAN NOR EQUAL TO 
-math \X2271 a-34-46-2-156 NEITHER GREATER-THAN NOR EQUAL TO 
-math \X2272 a-246-2356-2356 LESS-THAN OR EQUIVALENT TO 
-math \X2273 a-135-2356-2356 GREATER-THAN OR EQUIVALENT TO 
-math \X2274 a-34-5-13-456-123 NEITHER LESS-THAN NOR EQUIVALENT TO 
-math \X2275 a-34-46-2-456-123 NEITHER GREATER-THAN NOR EQUIVALENT TO 
-math \X2276 a-5-13-46-2 LESS-THAN OR GREATER-THAN 
-math \X2277 a-46-2-5-13 GREATER-THAN OR LESS-THAN 
-math \X2278 a-34-5-13-46-2 NEITHER LESS-THAN NOR GREATER-THAN 
-math \X2279 a-34-46-2-5-13 NEITHER GREATER-THAN NOR LESS-THAN 
-math \X2282 456-5-13 SUBSET OF 
-math \X2283 456-46-2 SUPERSET OF 
-math \X2284 34-456-5-13 NOT A SUBSET OF 
-math \X2285 34-456-46-2 NOT A SUPERSET OF 
-math \X2286 456-5-13-156 SUBSET OF OR EQUAL TO 
-math \X2287 46-2-156 SUPERSET OF OR EQUAL TO 
-math \X2288 34-5-13-156 NEITHER A SUBSET OF NOR EQUAL TO 
-math \X2289 34-46-2-156 NEITHER A SUPERSET OF NOR EQUAL TO 
-math \X228A 456-5-13-34-46-13 SUBSET OF WITH NOT EQUAL TO 
-math \X228B 456-46-2-34-46-13 SUPERSET OF WITH NOT EQUAL TO 
-math \X2295 1246-14-456-1246-346-12456 CIRCLED PLUS 
-math \X2296 1246-14-456-1246-36-12456 CIRCLED MINUS 
-math \X2297 1246-14-456-1246-4-16-12456 CIRCLED TIMES 
-math \X2298 1246-14-456-1246-456-34-12456 CIRCLED DIVISION SLASH 
-math \X2299 1246-14-456-1246-16-12456 CIRCLED DOT OPERATOR 
-math \X229B 1246-14-456-1246-4-3456-12456 CIRCLED ASTERISK OPERATOR 
-math \X229C 1246-14-456-1246-46-13-12456 CIRCLED EQUALS 
-math \X229D 1246-14-456-1246-36-36-12456 CIRCLED DASH 
-math \X229E 1246-256-456-1246-346-12456 SQUARED PLUS 
-math \X229F 1246-256-456-1246-36-12456 SQUARED MINUS 
-math \X22A0 1246-256-456-1246-4-16-12456 SQUARED TIMES 
-math \X22A1 1246-256-456-1246-16-12456 SQUARED DOT OPERATOR 
-math \X22A5 a-3456-3 Perpendicular TO 
-math \X22A5 a-34-1246-1234 not Perpendicular TO 
-math \x22C5 56-3 dot operator
-math \X22DC a-2356-246 EQUAL TO OR LESS-THAN 
-math \X22DD a-2356-135 EQUAL TO OR GREATER-THAN 
-math \X22EE 126-3-3-3 VERTICAL ELLIPSIS 
-math \X22EF 3-3-3 MIDLINE HORIZONTAL ELLIPSIS 
-math \X22F0 45-3-3-3 UP RIGHT DIAGONAL ELLIPSIS 
-math \X22F1 56-3-3-3 DOWN RIGHT DIAGONAL ELLIPSIS 
-math \x2322 a-1246-1 arc
-math \X25A0 1246-456-12345 filled Square
-math \X25A1 1246-12345 Square
-math \X25AB 1246-456-1235 filled Rectangle
-math \X25AC 1246-1235 Rectangle
-math \X25B0 1246-456-1245 filled PARALLELOGRAM 
-math \X25B1 1246-1245 PARALLELOGRAM 
-math \X25B2 1246-456-145 Filled Triangle
-math \X25B3 1246-145 Triangle
-math \X25BC 456-46-1246 BLACK DOWN-POINTING TRIANGLE 
-math \X25BD 46-1246 WHITE DOWN-POINTING TRIANGLE 
-math \X25CF 1246-456-14 Filled Circle
-math \X25CB 1246-25 Circle
-math \xf577 1246-135 contracted right arrow
-sign * 4-3456 ASTERISK OPERATOR 
-sign \x009A a SINGLE CHARACTER INTRODUCER 
-sign \x00A2 4-14 CENT SIGN 
-sign \x00A7 4-6-234 SECTION SIGN 
-sign \x00A9 12356-6-14-23456 COPYRIGHT SIGN 
-sign \x00B7 16 MIDDLE DOT 
-sign \x00D7 a-56-236 MULTIPLICATION SIGN 
-sign \X00F7 a-56-256 DIVISION SIGN 
-sign \x2022 35-35 BULLET 
-sign \X2215 456-34 DIVISION slash
-sign \x2715 a-56-236 MULTIPLICATION SIGN 
-space \x2009 0 THIN SPACE 0020 
-space \x2061 0 FUNCTION APPLICATION
-
-#liblouis Irish Grade 2 Braille code
-#
-#  Copyright (C) 2014 Ronan McGuirk, <ronan.p.mcguirk@gmail.com>.
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-
-# www.inbaf.ie Irish Grade 2 Braille  Version 1.0 16th June 2014
-
-# Maintained by Ronan McGuirk, <ronan.p.mcguirk@gmail.com>
-# Supervised by Mesar Hameed <mesar.hameed@gmail.com>
-
-include ga-g1.utb
-always ar 	345
-word bíonn  	12
-word bhíonn 	12-125
-word braille 	12-1235-123
-word cathain	14
-always ch 	16
-word chuaigh 	16
-begword con 25
-word déanamh 	145
-word dhéanamh 	145-125
-begword dis 256
-word ea 15-1
-midword ea 2
-midendword ear 15-345 
-always ed 1246
-always er 12456
-word eile 	15
-always en	26
-word féidir 	124
-word fhéidir 	124-125
-word gach 	1245
-always gh 	126
-word gheobhaidh 	126
-word halla 	125
-always in 	35
-midendword ing 	346
-word leis 	123
-word maith 	134
-word mhaith 	134-125
-word nuair 	1345
-word oíche 	135
-always ou 1256
-always ow 246
-word píosa 	1234
-word phíosa 	1234-125
-word raibh 	1235
-word agus 	234
-always sh 	146
-word shampla 	146
-always st 	34
-word tabhair 	2345
-always th 	1456
-word tháinig 	1456
-word uaireanta 	136
-word véarsa 	1236
-always wh 156
-# exceptions where contractions are not to be used 
-begword aingh 1-35-126
-always liaingh 123-24-1-35-126
-begword coing 14-135-35-1245
-always cráing 14-1235-12346-35-1245
-always éacs 	123456-1-14-234
-always féing 124-123456-35-1245
-always féingh 124-123456-35-126
-always saing 234-1-35-1245
-begword uaingh 136-1-35-126
-# liblouis: Chinese Hong Kong Cantonese braille Translation Table
-#
-#  Copyright (C) 2009 KM Yuen, Keny Yuen, Alex Ho and Eric Yip
-#  Copyright (C) 2009 JJB Software, Inc. www.jjb-software.com
-#
-# Created by KM Yuen, Keny Yuen, Alex Ho and Eric Yip (16 July 2009)
-#
-# include:
-include en-us-comp8.ctb
-# The following table has 4 columns,
-# the first column is Opcode,
-# the second one is "\x" follow by Hexadecimal Value of the Chinese word,
-# the third one is braille dot pattern of the Chinese word
-# the fourth one (optional) is the Chinese word actually.
-
-sign \x003E 345
-sign \x00A7 35-35
-sign \x00AF 456-36
-sign \x00B0 356
-sign \x00B1 56-235-36
-sign \x00F7 56-256
-sign \x02C7 56-2345-24-14-13
-sign \x03A9 456-135
-sign \x03B1 456-1
-sign \x03B2 46-12
-sign \x03B8 46-1
-sign \x03C0 56-1234-24-15
-sign \x2013 36-36
-sign \x2014 36-36
-sign \x2018 6-236
-sign \x2019 356-3
-sign \x201D 356
-sign \x2022 456-256
-sign \x2023 2345-1235-24
-sign \x2025 3-3
-sign \x2026 3-3-3
-sign \x2027 56-23
-sign \x2032 356-3
-sign \x2035 6-236
-sign \x203B 35-35
-sign \x2043 36
-sign \x204C 123-1-1235-1235
-sign \x204D 1235-1-1235-1235
-sign \x2103 356-6-14
-sign \x2105 14-135
-sign \x2109 356-6-124
-sign \x2160 56-6-24
-sign \x2161 56-6-24-24
-sign \x2162 56-6-24-24-24
-sign \x2163 56-6-24-1236
-sign \x2164 56-6-1236
-sign \x2165 56-6-1236-24
-sign \x2166 56-6-1236-24-24
-sign \x2167 56-6-1236-24-24-24
-sign \x2168 56-6-24-1346
-sign \x2169 56-6-1346
-sign \x2190 2456-25
-sign \x2191 345-1235-246-1234-135-35-2345-234-235-6-1345
-sign \x2192 25-1235
-sign \x2193 345-1235-246-1234-135-35-2345-234-235-6-234
-sign \x2196 345-1235-246-1234-135-35-2345-234-235-6-1345-2456
-sign \x2197 345-1235-246-1234-135-35-2345-234-235-6-1345-15
-sign \x2198 345-1235-246-1234-135-35-2345-234-235-6-234-15
-sign \x2199 345-1235-246-1234-135-35-2345-234-235-6-234-2456
-sign \x2215 34
-sign \x221A 56-346
-sign \x2223 456-123
-sign \x2225 456-123
-sign \x222A 124-136
-sign \x2260 5-2356
-sign \x2266 56-126-123456
-sign \x2267 56-345-123456
-sign \x2295 56-14-1235-135-234-234-35-14-123
-sign \x2500 25-25
-sign \x2502 456-123
-sign \x250C 236
-sign \x2514 456-125
-sign \x251C 456-1235
-sign \x2524 2456-123
-sign \x253C 56-14-1235-135-234-234
-sign \x2573 56-14-1235-135-234-234
-sign \x2581 456-36
-sign \x2582 456-36
-sign \x2583 456-36
-sign \x2584 456-36
-sign \x2585 456-36
-sign \x2586 456-36
-sign \x2587 456-36
-sign \x2588 456-36
-sign \x2589 456-123
-sign \x258A 456-123
-sign \x258B 456-123
-sign \x258C 456-123
-sign \x258D 456-123
-sign \x258E 456-123
-sign \x258F 456-123
-sign \x2594 456-36
-sign \x25A0 456-234
-sign \x25A1 456-234
-sign \x25B2 456-145
-sign \x25B3 456-145
-sign \x25BC 456-2345
-sign \x25BD 456-2345
-sign \x25C6 456-2345
-sign \x25C7 456-2345
-sign \x25C9 245-2345
-sign \x25CB 123-356-3
-sign \x25CE 456-135
-sign \x25CF 25
-sign \x25E3 456-2345
-sign \x25E4 456-2345
-sign \x25E5 456-2345
-sign \x25E6 2456-1235-1345-145
-sign \x2605 35-35
-sign \x2606 35-35
-sign \x2619 1235-125
-sign \x2640 345-1235-246-123456-124-15-134-1-123-15
-sign \x2642 345-1235-246-123456-134-1-123-15
-sign \x3001 45
-sign \x3002 123456-0
-sign \x3008 126
-sign \x3009 345
-sign \x300A 126-126
-sign \x300B 345-345
-sign \x300C 0-236
-sign \x300D 356-0
-sign \x300E 6-236
-sign \x300F 356-3
-sign \x3010 6-2356
-sign \x3011 2356-3
-sign \x3014 6-2356
-sign \x3015 2356-3
-sign \x301D 236
-sign \x301E 356
-sign \x3029 134-1246-3
-sign \x32A3 14-356-4
-sign \x338E 56-134-1245
-sign \x338F 56-13-1245
-sign \x339C 56-134-134
-sign \x339D 56-14-134
-sign \x339E 56-13-134
-sign \x33A1 56-134-23
-sign \x33C4 56-14-14
-sign \x33CE 56-6-13-134
-sign \x33D5 56-134-24-123
-sign \x347A 14-234-4
-sign \x34E4 13-35 㓤
-sign \x35A1 15-2 㖡
-sign \x35AD 23456-235 㖭
-sign \x35BF 245-15-6 㖿
-sign \x35CE 13-12-4 㗎
-sign \x35F3 2345-26 㗳
-sign \x35FE 125-156 㗾
-sign \x3609 14-23456-5 㘉
-sign \x3836 124-45-3
-sign \x39F8 12346-14 㧸
-sign \x39FE 124-35 㧾
-sign \x3A18 234-1245-4 㨘
-sign \x3A52 13-456-2 㩒
-sign \x3A67 1234-12456 㩧
-sign \x3B39 14-14 㬹
-sign \x3BBE 123-56-6
-sign \x3C0D 123-236-3
-sign \x3DE7 23-3 㷧
-sign \x3DEB 125-356-4 㷫
-sign \x3E74 13-1245 㹴
-sign \x3F06 245-356-3
-sign \x4065 1345-1235 䁥
-sign \x406A 14-345-1 䁪
-sign \x40BB 14-14-2 䂻
-sign \x40D8 125-1245
-sign \x44EA 245-1235-3 䓪
-sign \x4606 125-23-1 䘆
-sign \x47F4 1245-1245-4 䟴
-sign \x4C7D 1346-56 䱽
-sign \x4E00 245-35 一
-sign \x4E01 2345-356 丁
-sign \x4E03 1346-35 七
-sign \x4E07 134-45-2 万
-sign \x4E08 14-25-2 丈
-sign \x4E09 234-345 三
-sign \x4E0A 234-25-2 上
-sign \x4E0B 125-12-2 下
-sign \x4E0C 13-125 丌
-sign \x4E0D 1234-35 不
-sign \x4E0E 1456-6 与
-sign \x4E0F 134-256-6 丏
-sign \x4E10 1235-126-4 丐
-sign \x4E11 1346-16-1 丑
-sign \x4E14 1346-15-1 且
-sign \x4E15 12346-125 丕
-sign \x4E16 234-146-4 世
-sign \x4E18 245-16 丘
-sign \x4E19 1234-356-1 丙
-sign \x4E1E 234-356-3 丞
-sign \x4E1F 2345-13456 丟
-sign \x4E21 123-25-1 両
-sign \x4E26 1234-356-2 並
-sign \x4E2B 12-0 丫
-sign \x4E2D 14-236 中
-sign \x4E2E 125-16 丮
-sign \x4E30 124-236 丰
-sign \x4E31 12345-45-4 丱
-sign \x4E32 1346-23-4 串
-sign \x4E33 1346-45-1 丳
-sign \x4E38 23-1 丸
-sign \x4E39 2345-45 丹
-sign \x4E3B 14-1456-1 主
-sign \x4E42 1245-346-2 乂
-sign \x4E43 1345-346-6 乃
-sign \x4E45 13-16-1 久
-sign \x4E47 23456-12456-5
-sign \x4E48 13456-0 么
-sign \x4E49 24-2
-sign \x4E4B 14-24 之
-sign \x4E4D 14-12-4 乍
-sign \x4E4E 124-136-3 乎
-sign \x4E4F 124-35-3 乏
-sign \x4E52 1234-356 乒
-sign \x4E53 1234-456 乓
-sign \x4E56 12345-346 乖
-sign \x4E58 234-356-3 乘
-sign \x4E59 12356-3 乙
-sign \x4E5C 134-35 乜
-sign \x4E5D 13-16-1 九
-sign \x4E5E 125-35 乞
-sign \x4E5F 245-12-6 也
-sign \x4E69 13-125 乩
-sign \x4E6A 1235-2456-3 乪
-sign \x4E73 1456-6 乳
-sign \x4E78 1345-12-1 乸
-sign \x4E7E 13-1345 乾
-sign \x4E82 123-23-2 亂
-sign \x4E86 123-13456-6 了
-sign \x4E88 1456-6 予
-sign \x4E8B 234-24-2 事
-sign \x4E8C 24-2 二
-sign \x4E8D 1346-12345 亍
-sign \x4E8E 1456-0 于
-sign \x4E91 2456-1246-3 云
-sign \x4E92 136-2 互
-sign \x4E93 1235-125-3 亓
-sign \x4E94 1245-6 五
-sign \x4E95 14-2356-1 井
-sign \x4E99 13-1245-1 亙
-sign \x4E9B 234-15 些
-sign \x4E9E 12-4 亞
-sign \x4E9F 13-1235 亟
-sign \x4EA1 134-56-3 亡
-sign \x4EA2 1235-56-4 亢
-sign \x4EA4 13-34 交
-sign \x4EA5 125-126-2 亥
-sign \x4EA6 245-1235-3 亦
-sign \x4EA8 125-1245 亨
-sign \x4EAB 125-25-1 享
-sign \x4EAC 13-356 京
-sign \x4EAD 23456-356-3 亭
-sign \x4EAE 123-25-2 亮
-sign \x4EB3 1234-12456-5 亳
-sign \x4EB6 23456-45-1 亶
-sign \x4EB9 134-2346-3 亹
-sign \x4EBA 245-1246-3 人
-sign \x4EC0 234-456-2 什
-sign \x4EC1 245-1246-3 仁
-sign \x4EC2 123-46-3 仂
-sign \x4EC3 2345-356 仃
-sign \x4EC4 14-46 仄
-sign \x4EC6 12346-12345 仆
-sign \x4EC7 234-16-3 仇
-sign \x4EC8 123-46-3 仈
-sign \x4EC9 14-25-1 仉
-sign \x4ECA 13-456 今
-sign \x4ECB 13-346-4 介
-sign \x4ECD 245-356-3 仍
-sign \x4ED4 14-146-1 仔
-sign \x4ED5 234-24-2 仕
-sign \x4ED6 23456-12 他
-sign \x4ED7 14-25-4 仗
-sign \x4ED8 124-136-2 付
-sign \x4ED9 234-256 仙
-sign \x4EDD 23456-236-3 仝
-sign \x4EDE 245-1246-2 仞
-sign \x4EDF 1346-256 仟
-sign \x4EE1 1245-35-3 仡
-sign \x4EE3 2345-126-2 代
-sign \x4EE4 123-356-2 令
-sign \x4EE5 24-6 以
-sign \x4EE8 234-12 仨
-sign \x4EE9 123-146-6 仩
-sign \x4EF0 245-25-6 仰
-sign \x4EF2 14-236-2 仲
-sign \x4EF3 12346-125-1 仳
-sign \x4EF5 1245-6 仵
-sign \x4EF6 13-256-2 件
-sign \x4EF7 13-12-4 价
-sign \x4EFB 245-456-2 任
-sign \x4EFD 124-1246-2 份
-sign \x4EFF 124-56-1 仿
-sign \x4F00 14-236 伀
-sign \x4F01 1235-125-6 企
-sign \x4F02 1235-236-3 伂
-sign \x4F03 1456-3
-sign \x4F08 234-456-1 伈
-sign \x4F09 1235-56-4 伉
-sign \x4F0A 24-0 伊
-sign \x4F0B 1235-26 伋
-sign \x4F0D 1245-6 伍
-sign \x4F0E 13-125-2 伎
-sign \x4F0F 124-12345-3 伏
-sign \x4F10 124-35-3 伐
-sign \x4F11 245-16 休
-sign \x4F12 13-1246-4 伒
-sign \x4F13 134-1236-3
-sign \x4F14 1345-346-6 伔
-sign \x4F15 124-136 伕
-sign \x4F18 245-16 优
-sign \x4F19 124-135-1 伙
-sign \x4F22 1245-12-3 伢
-sign \x4F2D 23-3 伭
-sign \x4F2F 1234-13-5 伯
-sign \x4F30 13-136-1 估
-sign \x4F33 234-23456-5 伳
-sign \x4F34 1234-2346-2 伴
-sign \x4F36 123-356-3 伶
-sign \x4F38 234-1246 伸
-sign \x4F3A 234-24-2 伺
-sign \x4F3B 12346-356 伻
-sign \x4F3C 1346-24-6 似
-sign \x4F3D 13-12 伽
-sign \x4F3E 12346-125 伾
-sign \x4F42 14-356
-sign \x4F43 2345-256-2 佃
-sign \x4F46 2345-45-2 但
-sign \x4F47 1346-1456-6 佇
-sign \x4F48 1234-1236-4 佈
-sign \x4F49 1235-245 佉
-sign \x4F4C 1346-24-1 佌
-sign \x4F4D 2456-146-2 位
-sign \x4F4E 2345-146 低
-sign \x4F4F 14-1456-2 住
-sign \x4F50 14-135-4 佐
-sign \x4F51 245-16-2 佑
-sign \x4F53 23456-146-1 体
-sign \x4F54 14-235-4 佔
-sign \x4F55 125-135-3 何
-sign \x4F57 23456-135-3 佗
-sign \x4F58 234-15-3 佘
-sign \x4F59 1456-3 余
-sign \x4F5A 245-35-3 佚
-sign \x4F5B 124-35-3 佛
-sign \x4F5C 14-12456-5 作
-sign \x4F5D 1235-245 佝
-sign \x4F5E 1345-356-2 佞
-sign \x4F5F 23456-236-3 佟
-sign \x4F60 1345-125-6 你
-sign \x4F62 1235-245-6 佢
-sign \x4F63 245-236-1 佣
-sign \x4F64 1245-12-6 佤
-sign \x4F67 1235-12 佧
-sign \x4F69 12346-1256-4 佩
-sign \x4F6A 1256-3 佪
-sign \x4F6C 123-1236-1 佬
-sign \x4F6F 245-25-3 佯
-sign \x4F70 1234-13-5 佰
-sign \x4F73 13-346 佳
-sign \x4F74 24-6 佴
-sign \x4F75 1234-356-4 併
-sign \x4F76 13-35 佶
-sign \x4F77 125-1246-1 佷
-sign \x4F78 1356-3 佸
-sign \x4F79 12345-146-1 佹
-sign \x4F7A 1346-23-3 佺
-sign \x4F7B 23456-13456 佻
-sign \x4F7C 13-34-1 佼
-sign \x4F7D 1346-24-4 佽
-sign \x4F7E 245-35-3 佾
-sign \x4F7F 234-24-1 使
-sign \x4F80 245-356-3 侀
-sign \x4F81 234-1246 侁
-sign \x4F82 23456-12456-5
-sign \x4F83 125-1345-1 侃
-sign \x4F84 14-35-3 侄
-sign \x4F85 13-126 侅
-sign \x4F86 123-126-3 來
-sign \x4F87 24-3 侇
-sign \x4F88 1346-24-1 侈
-sign \x4F89 12456-12-1 侉
-sign \x4F8B 123-146-2 例
-sign \x4F8D 234-24-2 侍
-sign \x4F8F 14-1456 侏
-sign \x4F90 12345-1235 侐
-sign \x4F91 245-16-2 侑
-sign \x4F94 134-16-3 侔
-sign \x4F96 123-234-3 侖
-sign \x4F97 2345-236-2 侗
-sign \x4F98 1346-12-4 侘
-sign \x4F9A 234-234 侚
-sign \x4F9B 13-236 供
-sign \x4F9C 14-16 侜
-sign \x4F9D 24-0 依
-sign \x4FAE 134-1236-6 侮
-sign \x4FAF 125-16-3 侯
-sign \x4FB2 14-1246-4 侲
-sign \x4FB5 1346-456 侵
-sign \x4FB6 123-245-6 侶
-sign \x4FB7 13-12345-3 侷
-sign \x4FB9 23456-356-6 侹
-sign \x4FBA 234-456-3 侺
-sign \x4FBF 1234-256-2 便
-sign \x4FC2 125-146-2 係
-sign \x4FC3 1346-12345 促
-sign \x4FC4 1245-135-3 俄
-sign \x4FC5 1235-16-3 俅
-sign \x4FCA 14-234-4 俊
-sign \x4FCD 123-25-3 俍
-sign \x4FCE 14-135-1 俎
-sign \x4FCF 1346-13456-4 俏
-sign \x4FD0 123-125-2 俐
-sign \x4FD1 245-236-1 俑
-sign \x4FD4 256-6 俔
-sign \x4FD7 14-12345-3 俗
-sign \x4FD8 124-136 俘
-sign \x4FDA 123-125-6 俚
-sign \x4FDB 124-136-1 俛
-sign \x4FDC 12346-356 俜
-sign \x4FDD 1234-1236-1 保
-sign \x4FDE 1456-3 俞
-sign \x4FDF 14-24-2 俟
-sign \x4FE0 125-1234-3 俠
-sign \x4FE1 234-234-4 信
-sign \x4FEC 234-24
-sign \x4FEE 234-16 修
-sign \x4FEF 124-136-1 俯
-sign \x4FF1 1235-245 俱
-sign \x4FF3 12346-346-3 俳
-sign \x4FF4 1346-256-6 俴
-sign \x4FF5 1234-13456-1 俵
-sign \x4FF6 23456-1235 俶
-sign \x4FF8 124-236-1 俸
-sign \x4FFA 235-4 俺
-sign \x4FFE 1234-125-1 俾
-sign \x5000 1346-25 倀
-sign \x5005 1346-245-4 倅
-sign \x5006 123-25-6 倆
-sign \x5007 23-1 倇
-sign \x5008 123-126-3
-sign \x5009 1346-56 倉
-sign \x500B 13-135-4 個
-sign \x500C 13-2346 倌
-sign \x500D 12346-1256-6 倍
-sign \x500F 234-12345 倏
-sign \x5011 134-2346-3 們
-sign \x5012 2345-1236-1 倒
-sign \x5013 23456-345-3 倓
-sign \x5014 12345-35-3 倔
-sign \x5015 234-245-3 倕
-sign \x5016 125-1245-2 倖
-sign \x5017 12346-1245-3 倗
-sign \x5018 23456-56-1 倘
-sign \x5019 125-16-2 候
-sign \x501A 24-1 倚
-sign \x501C 23456-1235 倜
-sign \x501E 13-356-2 倞
-sign \x501F 14-15-4 借
-sign \x5021 1346-25 倡
-sign \x5023 124-56-1 倣
-sign \x5025 125-236 倥
-sign \x5026 13-23-2 倦
-sign \x5028 13-245-4 倨
-sign \x5029 234-256-2 倩
-sign \x502A 1245-146-3 倪
-sign \x502B 123-234-3 倫
-sign \x502C 1346-246-5 倬
-sign \x502D 2456-135 倭
-sign \x502E 123-135-1
-sign \x5033 14-24-2 倳
-sign \x503C 14-1235-3 值
-sign \x5041 1346-356 偁
-sign \x5043 256-1 偃
-sign \x5046 1346-234-1 偆
-sign \x5047 13-12-1 假
-sign \x5048 13-146-1 偈
-sign \x5049 2456-146-6 偉
-sign \x504C 245-15-2 偌
-sign \x504E 1256-0 偎
-sign \x504F 12346-256 偏
-sign \x5053 46-0 偓
-sign \x5055 13-346 偕
-sign \x5058 125-1345-3
-sign \x505A 14-1236-2 做
-sign \x505C 23456-356-3 停
-sign \x505D 1234-1256-4 偝
-sign \x505E 12346-3 偞
-sign \x505F 2456-56-3 偟
-sign \x5060 13456-1 偠
-sign \x5061 14-345-4 偡
-sign \x5062 1346-16-1 偢
-sign \x5065 13-256-2 健
-sign \x506A 1234-1235 偪
-sign \x506B 1346-24-6 偫
-sign \x506C 14-236-4
-sign \x506D 134-256-6 偭
-sign \x506F 24-1 偯
-sign \x5070 1235-146-4 偰
-sign \x5072 234-24 偲
-sign \x5074 14-46 側
-sign \x5075 14-356 偵
-sign \x5076 1245-16-6 偶
-sign \x5077 23456-16 偷
-sign \x507A 14-12 偺
-sign \x507D 1245-146-2 偽
-sign \x5080 124-346-4 傀
-sign \x5085 124-136-2 傅
-sign \x508C 134-12-2 傌
-sign \x508D 12346-56-3 傍
-sign \x508E 2345-256 傎
-sign \x5091 13-23456-3 傑
-sign \x5092 125-146-3 傒
-sign \x5094 125-235-4 傔
-sign \x5095 13-12456-5 傕
-sign \x5096 1346-56 傖
-sign \x5098 234-45-4 傘
-sign \x5099 1234-125-2 備
-sign \x509A 125-34-2 傚
-sign \x509C 13456-3 傜
-sign \x509D 23456-1234-5 傝
-sign \x509E 1346-135 傞
-sign \x50A2 13-12 傢
-sign \x50A3 23456-346-4 傣
-sign \x50AC 1346-245 催
-sign \x50AD 245-236-3 傭
-sign \x50AE 14-1236 傮
-sign \x50AF 14-236-1 傯
-sign \x50B2 1245-1236-2 傲
-sign \x50B3 1346-23-3 傳
-sign \x50B4 1456-1 傴
-sign \x50B5 14-346-4 債
-sign \x50B7 234-25 傷
-sign \x50BA 1346-146-4 傺
-sign \x50BB 234-135-3 傻
-sign \x50BD 14-25 傽
-sign \x50BE 1235-356 傾
-sign \x50BF 256-0 傿
-sign \x50C2 123-16-3 僂
-sign \x50C4 12346-13456-6
-sign \x50C5 13-1246-1 僅
-sign \x50C7 123-12345-3 僇
-sign \x50C9 1346-235 僉
-sign \x50CA 234-256 僊
-sign \x50CE 14-45-2 僎
-sign \x50CF 14-25-2 像
-sign \x50D1 1235-13456-3 僑
-sign \x50D3 23456-245-3 僓
-sign \x50D4 14-23-1 僔
-sign \x50D5 1234-12345-3 僕
-sign \x50D6 125-125 僖
-sign \x50D7 123-1236-3 僗
-sign \x50DA 123-13456-3 僚
-sign \x50DB 125-125 僛
-sign \x50DD 234-45-3 僝
-sign \x50E3 1346-235-6 僣
-sign \x50E4 2345-45-2 僤
-sign \x50E5 125-13456 僥
-sign \x50E6 14-16-2 僦
-sign \x50E7 14-1245 僧
-sign \x50E8 124-1246-6 僨
-sign \x50E9 234-45-1 僩
-sign \x50EC 14-13456 僬
-sign \x50ED 1346-235-4 僭
-sign \x50EE 23456-236-3 僮
-sign \x50F0 1234-13-5 僰
-sign \x50F1 13-136-4 僱
-sign \x50F3 234-12345 僳
-sign \x50F5 13-25 僵
-sign \x50F6 134-1246-6 僶
-sign \x50F8 13-456-4 僸
-sign \x50F9 13-12-4 價
-sign \x50FB 12346-1235 僻
-sign \x50FD 14-16-4 僽
-sign \x50FE 126-4 僾
-sign \x50FF 234-146-4 僿
-sign \x5100 24-3 儀
-sign \x5101 14-234-4
-sign \x5102 1345-236-3 儂
-sign \x5103 23456-45-1 儃
-sign \x5104 245-1235 億
-sign \x5106 13-356-1 儆
-sign \x5107 125-23 儇
-sign \x5108 1235-1256-1 儈
-sign \x5109 13-235-2 儉
-sign \x510A 1346-135-1 儊
-sign \x510B 2345-345 儋
-sign \x510C 13-13456 儌
-sign \x510E 14-126-4
-sign \x5110 1234-1246-4 儐
-sign \x5112 1456-3 儒
-sign \x5113 23456-126-3 儓
-sign \x5114 1346-16-3 儔
-sign \x5115 1346-346-3 儕
-sign \x5117 24-6 儗
-sign \x5118 14-234-1 儘
-sign \x511C 1345-1245-3 儜
-sign \x511F 234-25-3 償
-sign \x5120 123-12346-3 儠
-sign \x5121 123-245-6 儡
-sign \x5126 1234-13456 儦
-sign \x5129 1346-24-4 儩
-sign \x512A 245-16 優
-sign \x512D 1346-1246-4 儭
-sign \x5131 123-236-6 儱
-sign \x5132 1346-1456-6 儲
-sign \x5133 1346-345-3 儳
-sign \x5135 234-1245 儵
-sign \x5137 123-146-2 儷
-sign \x5138 123-135-3 儸
-sign \x5139 14-45-1 儹
-sign \x513A 1345-135-3 儺
-sign \x513B 23456-56-1 儻
-sign \x513C 235-6 儼
-sign \x513D 123-245-3 儽
-sign \x513F 24-3 儿
-sign \x5140 1245-35-3 兀
-sign \x5141 2456-1246-6 允
-sign \x5143 23-3 元
-sign \x5144 125-356 兄
-sign \x5145 1346-236 充
-sign \x5146 234-13456-2 兆
-sign \x5147 125-236 兇
-sign \x5148 234-256 先
-sign \x5149 12345-56 光
-sign \x514B 125-46 克
-sign \x514C 2345-245-4 兌
-sign \x514D 134-256-6 免
-sign \x5152 24-3 兒
-sign \x5154 23456-1236-4 兔
-sign \x5155 14-24-4 兕
-sign \x5157 256-6 兗
-sign \x5159 56-234-26-3-125-46
-sign \x515A 2345-56-1 党
-sign \x515B 56-1346-256-125-46
-sign \x515C 2345-16 兜
-sign \x515F 234-1246 兟
-sign \x5162 13-356 兢
-sign \x5165 245-26-3 入
-sign \x5167 1345-126-2 內
-sign \x5168 1346-23-3 全
-sign \x5169 123-25-6 兩
-sign \x516A 1456-3
-sign \x516B 1234-2345-5 八
-sign \x516C 13-236 公
-sign \x516D 123-12345-3 六
-sign \x516E 125-146-3 兮
-sign \x5171 13-236-2 共
-sign \x5175 1234-356 兵
-sign \x5176 1235-125-3 其
-sign \x5177 13-245-2 具
-sign \x5178 2345-256-1 典
-sign \x517C 13-235 兼
-sign \x5180 1235-125-4 冀
-sign \x5187 134-1236-6 冇
-sign \x5189 235-6 冉
-sign \x518A 1346-13-5 冊
-sign \x518D 14-126-4 再
-sign \x518F 12345-356-1 冏
-sign \x5191 14-16-2 冑
-sign \x5192 134-1236-2 冒
-sign \x5193 13-16-4 冓
-sign \x5194 125-245-1 冔
-sign \x5195 134-256-6 冕
-sign \x5197 245-236-1 冗
-sign \x5198 245-16-3 冘
-sign \x519A 1235-456-1 冚
-sign \x519E 134-125-3 冞
-sign \x519F 245-356
-sign \x51A0 13-2346-4 冠
-sign \x51A2 1346-236-1 冢
-sign \x51A4 23-0 冤
-sign \x51A5 134-356-6 冥
-sign \x51A7 123-456-4 冧
-sign \x51A8 124-136-4
-sign \x51AA 134-1235-3 冪
-sign \x51AC 2345-236 冬
-sign \x51B0 1234-356 冰
-sign \x51B1 136-2 冱
-sign \x51B6 245-15-6 冶
-sign \x51B7 123-14-6 冷
-sign \x51BC 234-256-1 冼
-sign \x51BD 123-23456-3 冽
-sign \x51BE 12346-125-4 冾
-sign \x51C4 1346-146 凄
-sign \x51C6 14-234-1 准
-sign \x51C8 14-356-2 凈
-sign \x51C9 123-25-3
-sign \x51CA 14-356-2 凊
-sign \x51CB 2345-13456 凋
-sign \x51CC 123-356-3 凌
-sign \x51CD 2345-236-4 凍
-sign \x51D3 123-1346-3
-sign \x51D4 1346-56 凔
-sign \x51D8 234-24 凘
-sign \x51DC 123-456-6 凜
-sign \x51DD 245-356-3 凝
-sign \x51E0 13-125 几
-sign \x51E1 124-45-3 凡
-sign \x51E2 124-45-3
-sign \x51ED 12346-1245-3
-sign \x51F0 2456-56-3 凰
-sign \x51F1 125-126-1 凱
-sign \x51F3 2345-1245-4 凳
-sign \x51F5 125-456-4 凵
-sign \x51F6 125-236 凶
-sign \x51F8 2345-35-3 凸
-sign \x51F9 1345-26 凹
-sign \x51FA 1346-1346 出
-sign \x51FD 125-345-3 函
-sign \x5200 2345-1236 刀
-sign \x5201 2345-13456 刁
-sign \x5203 245-1246-2 刃
-sign \x5206 124-1246 分
-sign \x5207 1346-23456-5 切
-sign \x5208 1245-346-2 刈
-sign \x5209 13-125 刉
-sign \x520A 125-1345-1 刊
-sign \x520B 125-1345-1
-sign \x520E 134-1246-6 刎
-sign \x5211 245-356-3 刑
-sign \x5212 2456-12 划
-sign \x5213 23-3 刓
-sign \x5216 12356-3 刖
-sign \x5217 123-23456-3 列
-sign \x521C 124-35 刜
-sign \x521D 1346-135 初
-sign \x5224 12346-2346-4 判
-sign \x5225 1234-23456-3 別
-sign \x5228 12346-34-3 刨
-sign \x5229 123-125-2 利
-sign \x522A 234-45 刪
-sign \x522E 12345-2345-5 刮
-sign \x5230 2345-1236-4 到
-sign \x5232 12345-146 刲
-sign \x5233 124-136 刳
-sign \x5235 24-2 刵
-sign \x5236 14-146-4 制
-sign \x5237 1346-2345-5 刷
-sign \x5238 13-23-4 券
-sign \x523A 1346-24-4 刺
-sign \x523B 125-46 刻
-sign \x5241 2345-135-1 剁
-sign \x5243 23456-146-4 剃
-sign \x5244 13-356-1 剄
-sign \x5247 14-46 則
-sign \x5249 1346-135-4 剉
-sign \x524A 234-246-5 削
-sign \x524B 125-46 剋
-sign \x524C 1346-24-4 剌
-sign \x524D 1346-256-3 前
-sign \x524E 234-2345-5 剎
-sign \x5252 1346-135-4 剒
-sign \x5254 23456-1235 剔
-sign \x5255 124-146-4 剕
-sign \x5256 124-16-1 剖
-sign \x525A 14-24-2 剚
-sign \x525B 13-56 剛
-sign \x525C 2346-1 剜
-sign \x525D 134-12456 剝
-sign \x525E 13-125 剞
-sign \x525F 14-12356-5 剟
-sign \x5261 235-6 剡
-sign \x5269 234-356-2 剩
-sign \x526A 14-256-1 剪
-sign \x526D 12345-0 剭
-sign \x526E 12345-12-4 剮
-sign \x526F 124-136-4 副
-sign \x5272 13-124-5 割
-sign \x5274 125-126-1 剴
-sign \x5275 1346-56-4 創
-sign \x5277 1346-45-1 剷
-sign \x5278 23456-23-3 剸
-sign \x527A 123-146-6 剺
-sign \x527D 12346-13456-6
-sign \x527F 14-13456-1 剿
-sign \x5280 12345-2345-5 劀
-sign \x5281 1346-13456-3 劁
-sign \x5282 1235-12356-5 劂
-sign \x5283 2456-13-3 劃
-sign \x5284 14-2345-5 劄
-sign \x5287 1235-2456-3 劇
-sign \x5288 12346-2456-5 劈
-sign \x5289 123-16-3 劉
-sign \x528A 1235-1256-1 劊
-sign \x528C 12345-146-4 劌
-sign \x528D 13-235-4 劍
-sign \x528F 23456-56 劏
-sign \x5291 14-146 劑
-sign \x5293 24-2 劓
-sign \x5296 1346-345-3 劖
-sign \x5298 134-135-3 劘
-sign \x5299 123-146-6 劙
-sign \x529B 123-1235-3 力
-sign \x529F 13-236 功
-sign \x52A0 13-12 加
-sign \x52A3 123-12356-5 劣
-sign \x52A6 125-12346-3 劦
-sign \x52A9 14-135-2 助
-sign \x52AA 1345-1236-6 努
-sign \x52AB 13-12346-5 劫
-sign \x52AC 1235-245-3 劬
-sign \x52AD 234-13456-2 劭
-sign \x52AE 245-35-3 劮
-sign \x52BB 125-56 劻
-sign \x52BC 1235-23456-5 劼
-sign \x52BE 125-35-3 劾
-sign \x52C1 13-356-2 勁
-sign \x52C3 1234-1356-3 勃
-sign \x52C7 245-236-6 勇
-sign \x52C9 134-256-6 勉
-sign \x52CD 1235-356-3 勍
-sign \x52D2 123-46-3 勒
-sign \x52D5 2345-236-2 動
-sign \x52D6 245-12345 勖
-sign \x52D7 245-12345 勗
-sign \x52D8 125-456-4 勘
-sign \x52D9 134-1236-2 務
-sign \x52DB 124-1246 勛
-sign \x52DD 234-356-4 勝
-sign \x52DE 123-1236-3 勞
-sign \x52DF 134-1236-2 募
-sign \x52E1 24-2
-sign \x52E2 234-146-4 勢
-sign \x52E3 14-1235 勣
-sign \x52E4 1235-1246-3 勤
-sign \x52E5 1235-1246-3
-sign \x52E6 14-13456-1 勦
-sign \x52E7 14-13456-1
-sign \x52E9 24-2 勩
-sign \x52F0 125-12346-3 勰
-sign \x52F1 134-346-2 勱
-sign \x52F3 124-1246 勳
-sign \x52F4 123-245-2 勴
-sign \x52F5 123-146-2 勵
-sign \x52F7 245-25-3 勷
-sign \x52F8 125-23-4 勸
-sign \x52FA 1346-246-5 勺
-sign \x52FB 2456-1246-3 勻
-sign \x52FC 13-16 勼
-sign \x52FE 1245-16 勾
-sign \x52FF 134-35-3 勿
-sign \x5305 1234-34 包
-sign \x5306 1346-236 匆
-sign \x5308 125-236 匈
-sign \x5309 12346-356 匉
-sign \x530A 13-12345 匊
-sign \x530B 23456-1236-3 匋
-sign \x530D 12346-1236-3 匍
-sign \x530F 12346-34-3 匏
-sign \x5310 124-12345-3 匐
-sign \x5312 2345-1234-5 匒
-sign \x5315 1234-125-4 匕
-sign \x5316 124-12-4 化
-sign \x5317 1234-46 北
-sign \x5319 234-24-3 匙
-sign \x531A 124-56 匚
-sign \x531C 24-3 匜
-sign \x531D 14-1234-5 匝
-sign \x531F 1235-56-4 匟
-sign \x5320 14-25-2 匠
-sign \x5321 125-56 匡
-sign \x5323 125-1234-3 匣
-sign \x532A 124-125-1 匪
-sign \x532D 12345-146-1 匭
-sign \x532F 1256-2 匯
-sign \x5330 2345-45 匰
-sign \x5331 12345-146-2 匱
-sign \x5333 123-235-3
-sign \x5334 234-23-4 匴
-sign \x5339 12346-35 匹
-sign \x533C 1235-135 匼
-sign \x533D 256-1 匽
-sign \x533E 1234-256-1 匾
-sign \x533F 1345-1235 匿
-sign \x5340 1235-245 區
-sign \x5341 234-26-3 十
-sign \x5343 1346-256 千
-sign \x5345 234-12 卅
-sign \x5347 234-356 升
-sign \x5348 1245-6 午
-sign \x5349 2456-146-6 卉
-sign \x534A 1234-2346-4 半
-sign \x534C 234-15-4 卌
-sign \x5351 1234-125 卑
-sign \x5352 14-1346 卒
-sign \x5353 1346-246-5 卓
-sign \x5354 125-12346-5 協
-sign \x5357 1345-345-3 南
-sign \x535A 1234-12456-5 博
-sign \x535C 1234-12345 卜
-sign \x535E 1234-256-2 卞
-sign \x5360 14-235 占
-sign \x5361 1235-12 卡
-sign \x5363 245-16-6 卣
-sign \x5366 12345-12-4 卦
-sign \x536C 1245-56-3 卬
-sign \x536E 14-24 卮
-sign \x536F 134-34-6 卯
-sign \x5370 245-1246-4 印
-sign \x5371 1245-146-3 危
-sign \x5372 234-13456-2 卲
-sign \x5373 14-1235 即
-sign \x5375 123-234-1 卵
-sign \x5377 13-23-1 卷
-sign \x5378 234-15-4 卸
-sign \x5379 234-1346 卹
-sign \x537B 1235-246-5 卻
-sign \x537C 1245-35-3 卼
-sign \x537F 125-356 卿
-sign \x5382 1346-56-1 厂
-sign \x5384 46-0 厄
-sign \x538A 23456-236-3 厊
-sign \x538E 2345-146-1 厎
-sign \x538F 14-12-4 厏
-sign \x5394 14-35-3 厔
-sign \x5396 12346-56-3 厖
-sign \x5398 123-125-3 厘
-sign \x5399 234-15-4 厙
-sign \x539A 125-16-6 厚
-sign \x539D 1346-1236-4 厝
-sign \x539F 23-3 原
-sign \x53A4 123-1235-3 厤
-sign \x53A5 1235-12356-5 厥
-sign \x53AC 12345-146-1 厬
-sign \x53AD 235-4 厭
-sign \x53B2 123-146-2 厲
-sign \x53B4 235-1 厴
-sign \x53B9 245-16-3 厹
-sign \x53BB 125-245-4 去
-sign \x53C1 234-345 叁
-sign \x53C3 1346-345 參
-sign \x53C8 245-16-2 又
-sign \x53C9 1346-12 叉
-sign \x53CA 1235-26-3 及
-sign \x53CB 245-16-6 友
-sign \x53CD 124-45-1 反
-sign \x53D4 234-12345 叔
-sign \x53D6 1346-245-1 取
-sign \x53D7 234-16-2 受
-sign \x53D9 14-245-2
-sign \x53DB 1234-2346-2 叛
-sign \x53DF 234-16-1 叟
-sign \x53E1 245-245-2 叡
-sign \x53E2 1346-236-3 叢
-sign \x53E3 125-16-1 口
-sign \x53E4 13-136-1 古
-sign \x53E5 13-245-4 句
-sign \x53E6 123-356-2 另
-sign \x53E7 123-356-2
-sign \x53E8 23456-1236 叨
-sign \x53E9 1235-16-4 叩
-sign \x53EA 14-24-1 只
-sign \x53EB 13-13456-4 叫
-sign \x53EC 14-13456-2 召
-sign \x53ED 1234-12 叭
-sign \x53EE 2345-356 叮
-sign \x53EF 125-135-1 可
-sign \x53F0 23456-126-3 台
-sign \x53F1 1346-1235 叱
-sign \x53F2 234-24-1 史
-sign \x53F3 245-16-2 右
-sign \x53F5 12346-135-1 叵
-sign \x53F8 234-24 司
-sign \x53FB 123-2456 叻
-sign \x53FC 2345-13456 叼
-sign \x53FE 2345-12345 叾
-sign \x5401 125-245 吁
-sign \x5403 125-2456-5 吃
-sign \x5404 13-12456-5 各
-sign \x5406 13456-0 吆
-sign \x5408 125-26-3 合
-sign \x5409 13-35 吉
-sign \x540A 2345-13456-4 吊
-sign \x540B 1346-23-4 吋
-sign \x540C 23456-236-3 同
-sign \x540D 134-356-3 名
-sign \x540E 125-16-2 后
-sign \x540F 123-125-2 吏
-sign \x5410 23456-1236-4 吐
-sign \x5411 125-25-4 向
-sign \x5412 14-12 吒
-sign \x5413 125-12-1 吓
-sign \x5414 245-12 吔
-sign \x5416 12-0 吖
-sign \x5419 124-135-1 吙
-sign \x541B 12345-1246 君
-sign \x541D 123-234-2 吝
-sign \x541E 23456-1246 吞
-sign \x541F 245-456-3 吟
-sign \x5420 124-146-2 吠
-sign \x5421 12346-125-1
-sign \x5425 1234-35 吥
-sign \x5426 124-16-1 否
-sign \x5427 1234-12-2 吧
-sign \x5428 2345-234 吨
-sign \x5429 124-1246 吩
-sign \x542A 1245-135-3 吪
-sign \x542B 125-456-3 含
-sign \x542C 23456-356-4 听
-sign \x542D 125-1245 吭
-sign \x542E 234-23-6 吮
-sign \x5430 2456-1245-3 吰
-sign \x5431 14-24 吱
-sign \x5433 1245-3 吳
-sign \x5435 1346-34-1 吵
-sign \x5436 1345-1234-3 吶
-sign \x5437 1235-12356-5 吷
-sign \x5438 1235-26 吸
-sign \x5439 1346-245 吹
-sign \x543B 134-1246-6 吻
-sign \x543C 125-34 吼
-sign \x543D 125-236 吽
-sign \x543E 1245-3 吾
-sign \x5440 12-4 呀
-sign \x5441 1245-2345-3 呁
-sign \x5442 123-245-6 呂
-sign \x5443 46-0 呃
-sign \x5446 1245-126-3 呆
-sign \x5448 1346-356-3 呈
-sign \x544A 13-1236-4 告
-sign \x544E 1346-2456-5 呎
-sign \x5454 23456-346 呔
-sign \x5460 12346-1246-4 呠
-sign \x5462 1345-15 呢
-sign \x5463 134-6 呣
-sign \x5464 123-356-6 呤
-sign \x5465 235-3 呥
-sign \x5466 245-16 呦
-sign \x5468 14-16 周
-sign \x546B 1346-12346-5 呫
-sign \x5471 12345-12 呱
-sign \x5472 14-24 呲
-sign \x5473 134-125-2 味
-sign \x5474 1456-4 呴
-sign \x5475 125-135 呵
-sign \x5476 1345-34-3 呶
-sign \x5477 125-1234-5 呷
-sign \x5478 12346-125 呸
-sign \x547B 234-1246 呻
-sign \x547C 124-136 呼
-sign \x547D 134-356-2 命
-sign \x547E 23456-45-1 呾
-sign \x5480 14-245-1 咀
-sign \x5481 13-456-4 咁
-sign \x5482 14-1234-5 咂
-sign \x5484 14-12356-5 咄
-sign \x5486 12346-34-3 咆
-sign \x5488 124-35-3 咈
-sign \x548B 14-12-4 咋
-sign \x548C 2456-135-3 和
-sign \x548D 125-346 咍
-sign \x548E 13-16-4 咎
-sign \x5490 124-136-4 咐
-sign \x5491 2345-12 咑
-sign \x5492 14-16-4 咒
-sign \x5493 12-6 咓
-sign \x5494 1235-12-3 咔
-sign \x5495 13-136 咕
-sign \x5496 13-12-4 咖
-sign \x5497 14-135-1 咗
-sign \x549A 2345-236 咚
-sign \x54A0 1346-26 咠
-sign \x54A1 24-2 咡
-sign \x54A2 1245-12456-3 咢
-sign \x54A4 1346-13 咤
-sign \x54A5 125-125-4 咥
-sign \x54A6 24-1 咦
-sign \x54A7 123-23456-3 咧
-sign \x54A8 14-24 咨
-sign \x54A9 134-15 咩
-sign \x54AA 134-125 咪
-sign \x54AB 14-24-1 咫
-sign \x54AC 1245-34-6 咬
-sign \x54AD 1235-2345 咭
-sign \x54AE 14-16-4 咮
-sign \x54AF 123-12456-5 咯
-sign \x54B1 14-12-4 咱
-sign \x54B3 1235-35 咳
-sign \x54B6 234-346-6 咶
-sign \x54B7 23456-1236-3 咷
-sign \x54B8 125-345-3 咸
-sign \x54B9 125-1345 咹
-sign \x54BA 125-23 咺
-sign \x54BB 245-16 咻
-sign \x54BC 2456-12 咼
-sign \x54BD 256-0 咽
-sign \x54BF 24-0 咿
-sign \x54C0 126-0 哀
-sign \x54C1 1234-1246-1 品
-sign \x54C2 1346-1246-1 哂
-sign \x54C4 125-236-4 哄
-sign \x54C6 2345-135 哆
-sign \x54C7 2456-12 哇
-sign \x54C8 125-12 哈
-sign \x54C9 14-126 哉
-sign \x54CB 2345-125-2 哋
-sign \x54CF 13-1246 哏
-sign \x54DA 2345-135-1 哚
-sign \x54DE 134-1236-3 哞
-sign \x54E1 23-3 員
-sign \x54E2 1345-236-2 哢
-sign \x54E3 1345-236-2
-sign \x54E4 134-56-3 哤
-sign \x54E5 13-135 哥
-sign \x54E6 135-3 哦
-sign \x54E7 1346-24 哧
-sign \x54E8 234-34-4 哨
-sign \x54E9 123-125-6 哩
-sign \x54EA 1345-12-6 哪
-sign \x54ED 125-12345 哭
-sign \x54EE 125-34 哮
-sign \x54F1 12346-135-4 哱
-sign \x54F2 14-23456-5 哲
-sign \x54F3 14-2345-5 哳
-sign \x54F7 123-12356-5 哷
-sign \x54FA 1234-1236-2 哺
-sign \x54FC 125-1245 哼
-sign \x54FD 13-1245-1 哽
-sign \x54FF 13-135 哿
-sign \x5501 256-2 唁
-sign \x5504 1234-346-2 唄
-sign \x5505 125-456-3 唅
-sign \x5506 234-135 唆
-sign \x5507 234-234-3 唇
-sign \x5508 245-26 唈
-sign \x5509 346-0 唉
-sign \x550E 123-125-2 唎
-sign \x550F 125-125 唏
-sign \x5510 23456-56-3 唐
-sign \x5511 14-135-2 唑
-sign \x5513 1346-15 唓
-sign \x5514 1245-3 唔
-sign \x5517 2345-16 唗
-sign \x551A 1346-456-4 唚
-sign \x551E 23456-16-1 唞
-sign \x5525 123-14-2 唥
-sign \x5526 234-12 唦
-sign \x5527 14-1235 唧
-sign \x552A 124-236-1 唪
-sign \x552B 13-456
-sign \x552C 124-136-1 唬
-sign \x552D 13-125 唭
-sign \x552E 234-16-2 售
-sign \x552F 2456-146-3 唯
-sign \x5530 1346-2345-5 唰
-sign \x5531 1346-25-4 唱
-sign \x5532 24-3 唲
-sign \x5533 123-245-2 唳
-sign \x5535 456-1 唵
-sign \x5536 14-15-4 唶
-sign \x5537 245-135 唷
-sign \x5538 1345-235-2 唸
-sign \x553C 14-23456-3 唼
-sign \x553E 23456-135-4 唾
-sign \x5540 1245-346-3 啀
-sign \x5541 14-16 啁
-sign \x5543 125-1245-1 啃
-sign \x5544 2345-246-5 啄
-sign \x5546 234-25 商
-sign \x5548 125-1245 啈
-sign \x5549 123-456 啉
-sign \x554A 135-3 啊
-sign \x554B 1346-126 啋
-sign \x554D 23456-1246 啍
-sign \x554E 1245-6 啎
-sign \x554F 134-1246-2 問
-sign \x5550 1346-245-4 啐
-sign \x5551 14-23456-3 啑
-sign \x5555 23456-1236-3 啕
-sign \x5556 2345-345-2 啖
-sign \x5557 2345-345-2 啗
-sign \x555C 14-12356-5 啜
-sign \x555D 2456-135-3 啝
-sign \x555E 12-1 啞
-sign \x555F 1235-146-1 啟
-sign \x5561 124-15 啡
-sign \x5562 123-25-1 啢
-sign \x5563 125-345-3 啣
-sign \x5564 1234-15 啤
-sign \x5565 234-12-1 啥
-sign \x5566 123-12 啦
-sign \x5569 12345-12-4 啩
-sign \x556A 12346-13 啪
-sign \x556B 14-15 啫
-sign \x5571 1245-345 啱
-sign \x5572 2345-24 啲
-sign \x5575 1234-135-4 啵
-sign \x5577 123-56 啷
-sign \x5579 13-156 啹
-sign \x557B 1346-24-4 啻
-sign \x557C 23456-146-3 啼
-sign \x557D 456-1 啽
-sign \x557E 14-16 啾
-sign \x5580 125-13-5 喀
-sign \x5581 245-236-3 喁
-sign \x5582 2456-146-4 喂
-sign \x5583 1345-345-3 喃
-sign \x5584 234-256-2 善
-sign \x5586 14-23456-5
-sign \x5587 123-12 喇
-sign \x5588 13-346 喈
-sign \x5589 125-16-3 喉
-sign \x558A 125-345-4 喊
-sign \x558B 2345-12346-3 喋
-sign \x558D 1346-346-3 喍
-sign \x558E 2456-135-4 喎
-sign \x558F 245-15-6 喏
-sign \x5591 245-456 喑
-sign \x5592 14-12 喒
-sign \x5593 13456-0 喓
-sign \x5594 135-0 喔
-sign \x5598 1346-23-1 喘
-sign \x5599 124-1256-4 喙
-sign \x559A 2346-2 喚
-sign \x559C 125-125-1 喜
-sign \x559D 125-124-5 喝
-sign \x559F 2456-146-1 喟
-sign \x55A2 234-1234-5 喢
-sign \x55A3 1456-4 喣
-sign \x55A4 2456-56-3 喤
-sign \x55A6 1245-345-3 喦
-sign \x55A7 125-23 喧
-sign \x55A8 123-25-2 喨
-sign \x55A9 1456-2
-sign \x55AA 234-56-4 喪
-sign \x55AB 125-2456-5 喫
-sign \x55AC 1235-13456-3 喬
-sign \x55AD 1245-1345-2 喭
-sign \x55AE 2345-45 單
-sign \x55B1 123-125 喱
-sign \x55B2 245-135 喲
-sign \x55B3 14-12 喳
-sign \x55B5 134-13456 喵
-sign \x55BA 125-146-2 喺
-sign \x55BB 1456-2 喻
-sign \x55BC 1245-12346 喼
-sign \x55BF 1346-1236-4 喿
-sign \x55C0 124-135-4 嗀
-sign \x55C3 125-12456-3 嗃
-sign \x55C4 234-12-4 嗄
-sign \x55C5 1346-16-4 嗅
-sign \x55C6 1346-25 嗆
-sign \x55C7 234-1235 嗇
-sign \x55C9 234-1236-4 嗉
-sign \x55CA 13-236-4 嗊
-sign \x55CC 346-4 嗌
-sign \x55CD 234-12456-5 嗍
-sign \x55CE 134-12 嗎
-sign \x55CF 1346-12 嗏
-sign \x55D0 125-126-2 嗐
-sign \x55D1 125-26-3 嗑
-sign \x55D2 23456-1234-5 嗒
-sign \x55D3 234-56 嗓
-sign \x55D4 14-1246 嗔
-sign \x55D6 234-16 嗖
-sign \x55D7 12345-1356 嗗
-sign \x55D9 12346-56-4 嗙
-sign \x55DA 136-0 嗚
-sign \x55DB 125-12346-5 嗛
-sign \x55DC 234-24-4 嗜
-sign \x55DD 13-13-5 嗝
-sign \x55DF 14-15 嗟
-sign \x55E1 245-236 嗡
-sign \x55E2 2456-35 嗢
-sign \x55E3 14-24-2 嗣
-sign \x55E4 1346-24 嗤
-sign \x55E5 125-1236-3 嗥
-sign \x55E6 234-135 嗦
-sign \x55E7 234-135
-sign \x55E8 125-346 嗨
-sign \x55E9 234-135-1 嗩
-sign \x55EC 125-135-1 嗬
-sign \x55EF 1245-1 嗯
-sign \x55F0 12345-135-1 嗰
-sign \x55F1 1346-12-3 嗱
-sign \x55F2 2345-15-1 嗲
-sign \x55F6 1234-35 嗶
-sign \x55F7 1245-1236-3 嗷
-sign \x55F9 123-256-3 嗹
-sign \x55FD 234-16-4 嗽
-sign \x55FE 234-16-1 嗾
-sign \x5600 2345-1235-3 嘀
-sign \x5601 1346-24 嘁
-sign \x5605 13-15-4 嘅
-sign \x5606 23456-45-4 嘆
-sign \x5608 1346-1236-3 嘈
-sign \x5609 13-12 嘉
-sign \x560C 12346-13456 嘌
-sign \x560D 123-16-3 嘍
-sign \x560E 13-12 嘎
-sign \x560F 13-136-1 嘏
-sign \x5610 125-34 嘐
-sign \x5612 2456-146-2 嘒
-sign \x5613 12345-12456-5 嘓
-sign \x5614 16-1 嘔
-sign \x5615 125-256 嘕
-sign \x5616 14-13-5 嘖
-sign \x5617 234-25-3 嘗
-sign \x561B 134-12-3 嘛
-sign \x561C 134-46 嘜
-sign \x561E 123-13-5 嘞
-sign \x561F 2345-1236 嘟
-sign \x5622 245-15-6 嘢
-sign \x5623 1234-1245 嘣
-sign \x5625 234-346 嘥
-sign \x5629 2456-12 嘩
-sign \x562C 14-12356-5 嘬
-sign \x562D 12346-14 嘭
-sign \x562E 123-1236-3 嘮
-sign \x562F 234-13456-4 嘯
-sign \x5630 13-125 嘰
-sign \x5632 14-34 嘲
-sign \x5634 14-245-1 嘴
-sign \x5635 125-13456 嘵
-sign \x5636 234-146 嘶
-sign \x5637 125-1236
-sign \x5638 134-1236-6 嘸
-sign \x5639 123-13456-3 嘹
-sign \x563A 1235-13456-3 嘺
-sign \x563B 125-125 嘻
-sign \x563D 23456-45 嘽
-sign \x563F 125-125 嘿
-sign \x5640 234-234-4 噀
-sign \x5641 12456-5 噁
-sign \x5642 14-23-1 噂
-sign \x5643 124-45-3 噃
-sign \x5646 1346-456-1 噆
-sign \x5649 2345-345-2 噉
-sign \x564A 2456-35-3 噊
-sign \x564C 14-1245 噌
-sign \x564D 14-13456-2
-sign \x564E 23456-5 噎
-sign \x564F 26-0 噏
-sign \x5652 123-234 噒
-sign \x5653 125-245 噓
-sign \x5654 2345-1245-2 噔
-sign \x5657 12346-12456-5 噗
-sign \x5658 1235-12356-5 噘
-sign \x5659 1235-456-3 噙
-sign \x565A 1346-456-3 噚
-sign \x565D 234-24 噝
-sign \x565E 235-1 噞
-sign \x5660 2345-2345-3 噠
-sign \x5662 135-0 噢
-sign \x5663 14-16-4 噣
-sign \x5664 13-456-4 噤
-sign \x5665 1345-236-3 噥
-sign \x5666 12356-3 噦
-sign \x5668 125-125-4 器
-sign \x5669 1245-12456-3 噩
-sign \x566A 1346-1236-4 噪
-sign \x566B 24-0 噫
-sign \x566C 234-146-2 噬
-sign \x566D 13-13456-4 噭
-sign \x566F 126-1 噯
-sign \x5670 245-236 噰
-sign \x5671 1235-246-3 噱
-sign \x5672 124-346-4 噲
-sign \x5674 12346-1246-4 噴
-sign \x5676 13-12 噶
-sign \x5677 1245-3 噷
-sign \x5678 2345-234 噸
-sign \x5679 2345-56 噹
-sign \x567C 12346-1235 噼
-sign \x5680 1345-356-3 嚀
-sign \x5683 2345-1234-3 嚃
-sign \x5684 2456-12456-3 嚄
-sign \x5685 1456-3 嚅
-sign \x5686 125-1236 嚆
-sign \x5687 125-13-5 嚇
-sign \x5689 2345-245-4 嚉
-sign \x568C 14-146-2 嚌
-sign \x568E 125-1236-3 嚎
-sign \x568F 23456-146-4 嚏
-sign \x5690 234-25-3 嚐
-sign \x5693 1346-2345-5 嚓
-sign \x5695 123-1236 嚕
-sign \x5699 1245-23456-3 嚙
-sign \x569A 1245-1246-3 嚚
-sign \x569C 134-46 嚜
-sign \x569E 14-23456-5
-sign \x569F 123-146-3 嚟
-sign \x56A1 125-346-3 嚡
-sign \x56A4 134-135 嚤
-sign \x56A5 256-4 嚥
-sign \x56A6 123-1235 嚦
-sign \x56A8 123-236-3 嚨
-sign \x56AA 2345-345-2 嚪
-sign \x56AB 1346-1246-4 嚫
-sign \x56AC 12346-1246-3 嚬
-sign \x56AD 12346-125-1 嚭
-sign \x56AE 125-25-1 嚮
-sign \x56B1 125-125-4 嚱
-sign \x56B2 2345-135-1 嚲
-sign \x56B3 13-12345 嚳
-sign \x56B4 235-3 嚴
-sign \x56B5 1346-345-3 嚵
-sign \x56B6 245-356 嚶
-sign \x56B7 245-25-2 嚷
-sign \x56B9 123-12-4 嚹
-sign \x56BC 14-246-5 嚼
-sign \x56BF 13-16-2 嚿
-sign \x56C0 14-23-1 囀
-sign \x56C1 14-12346-5 囁
-sign \x56C2 125-13456 囂
-sign \x56C5 1346-256-1 囅
-sign \x56C6 1346-346-4 囆
-sign \x56C8 1245-146-2 囈
-sign \x56C9 123-135 囉
-sign \x56CA 1345-56-3 囊
-sign \x56CB 14-45-4 囋
-sign \x56CC 234-1236 囌
-sign \x56CD 125-125-1 囍
-sign \x56D1 14-12345 囑
-sign \x56D3 1245-23456-3 囓
-sign \x56D4 1345-56-3 囔
-sign \x56D6 123-135 囖
-sign \x56D7 12345-12456-5
-sign \x56DA 1346-16-3 囚
-sign \x56DB 234-125-4 四
-sign \x56DD 14-146-1 囝
-sign \x56DE 1256-3 回
-sign \x56DF 234-234-4 囟
-sign \x56E0 245-1246 因
-sign \x56E1 1345-345-3 囡
-sign \x56E2 1345-345-3
-sign \x56E4 23456-23-3 囤
-sign \x56E5 2345-234-2
-sign \x56EA 1346-25 囪
-sign \x56EB 124-35 囫
-sign \x56EE 1245-135-3 囮
-sign \x56F0 12456-1246-4 困
-sign \x56F7 12456-1246 囷
-sign \x56F9 123-356-3 囹
-sign \x56FA 13-136-4 固
-sign \x56FF 245-16-2 囿
-sign \x5703 12346-1236-1 圃
-sign \x5704 1456-6 圄
-sign \x5707 123-234-3 圇
-sign \x5708 125-23 圈
-sign \x5709 1456-6 圉
-sign \x570A 1346-356 圊
-sign \x570B 12345-12456-5
-sign \x570C 1346-23-3 圌
-sign \x570D 2456-146-3 圍
-sign \x5712 23-3 園
-sign \x5713 23-3 圓
-sign \x5716 23456-1236-3 圖
-sign \x5718 23456-23-3 團
-sign \x571B 245-1235-3 圛
-sign \x571C 2456-45-3 圜
-sign \x571D 123-23-3
-sign \x571E 123-23-3 圞
-sign \x571F 23456-1236-1 土
-sign \x5722 12346-135 圢
-sign \x5723 234-356-4 圣
-sign \x5728 14-126-2 在
-sign \x5729 2456-146-3 圩
-sign \x572A 1245-35-3 圪
-sign \x572C 136-0 圬
-sign \x572D 12345-146 圭
-sign \x572E 12346-125-1 圮
-sign \x572F 24-3 圯
-sign \x5730 2345-125-2 地
-sign \x5733 14-1246-4 圳
-sign \x573B 1235-125-3 圻
-sign \x573E 234-1234-5 圾
-sign \x5740 14-24-1 址
-sign \x5741 14-24-1 坁
-sign \x5745 1346-23 坅
-sign \x5747 12345-1246 均
-sign \x5749 23456-23-3 坉
-sign \x574A 124-56 坊
-sign \x574B 1234-1246-2 坋
-sign \x574C 1234-1246-4 坌
-sign \x574D 23456-45 坍
-sign \x574E 125-456-1 坎
-sign \x574F 2456-346-2 坏
-sign \x5750 14-135-2 坐
-sign \x5751 125-14 坑
-sign \x5761 1234-135 坡
-sign \x5764 12456-1246 坤
-sign \x5766 23456-45-1 坦
-sign \x5768 23456-135-3 坨
-sign \x5769 125-456 坩
-sign \x576A 12346-356-3 坪
-sign \x576B 2345-235-4 坫
-sign \x576D 1345-146-3 坭
-sign \x576F 12346-1256 坯
-sign \x5770 12345-356 坰
-sign \x5773 34-4 坳
-sign \x5774 123-12345-3 坴
-sign \x5775 245-16 坵
-sign \x5776 134-1236-6 坶
-sign \x5777 125-135 坷
-sign \x577B 2345-146-1 坻
-sign \x577C 1346-13-5 坼
-sign \x5782 234-245-3 垂
-sign \x5783 123-1234-3 垃
-sign \x578B 245-356-3 型
-sign \x578C 23456-236-3 垌
-sign \x5793 13-126 垓
-sign \x5794 256-0 垔
-sign \x5795 125-16-2 垕
-sign \x579A 13456-3 垚
-sign \x579B 2345-135-1 垛
-sign \x579D 12345-146-1 垝
-sign \x579E 1346-12-3 垞
-sign \x579F 245-25-3 垟
-sign \x57A0 1245-1246-3 垠
-sign \x57A2 13-16-4 垢
-sign \x57A3 2346-3 垣
-sign \x57A4 2345-23456-3 垤
-sign \x57AE 12456-12 垮
-sign \x57B5 456-1 垵
-sign \x57B8 23-1 垸
-sign \x57C2 13-1245-1 埂
-sign \x57C3 346-0 埃
-sign \x57C6 1235-12456-5 埆
-sign \x57C7 245-236-1 埇
-sign \x57CB 134-346-3 埋
-sign \x57CC 123-56-2 埌
-sign \x57CE 234-356-3 城
-sign \x57CF 256-3 埏
-sign \x57D2 123-12356-5 埒
-sign \x57D4 1234-1236-4 埔
-sign \x57D5 1346-356-3 埕
-sign \x57D7 1234-1236-1 埗
-sign \x57DC 245-15-6 埜
-sign \x57DE 2345-2356-2 埞
-sign \x57DF 2456-1235-3 域
-sign \x57E0 124-16-2 埠
-sign \x57E1 12-4 埡
-sign \x57E2 13-23-2 埢
-sign \x57E3 13-23-2
-sign \x57E4 12346-125-3 埤
-sign \x57E5 12346-125-3
-sign \x57E7 13-245-2 埧
-sign \x57E8 13-245-2
-sign \x57ED 2345-146-2 埭
-sign \x57F0 1346-126-4 埰
-sign \x57F2 12346-236 埲
-sign \x57F3 125-456-1 埳
-sign \x57F4 14-1235-3 埴
-sign \x57F5 2345-135-1 埵
-sign \x57F6 234-146-4 埶
-sign \x57F7 14-26 執
-sign \x57F8 245-1235-3 埸
-sign \x57F9 12346-1256-3 培
-sign \x57FA 13-125 基
-sign \x57FB 14-234-1 埻
-sign \x57FC 1235-125-3 埼
-sign \x57FD 234-1236-4 埽
-sign \x5800 12345-35-3 堀
-sign \x5801 124-135-4 堁
-sign \x5802 23456-56-3 堂
-sign \x5803 12456-1246 堃
-sign \x5804 1245-146-3 堄
-sign \x5805 13-256 堅
-sign \x5806 2345-245 堆
-sign \x5807 13-1246-1 堇
-sign \x5808 13-56 堈
-sign \x5809 245-12345-3 堉
-sign \x580A 12456-5 堊
-sign \x580B 12346-1245-3 堋
-sign \x580C 13-136-4 堌
-sign \x580D 23456-126-4 堍
-sign \x580E 123-356-3 堎
-sign \x5810 1245-346-3 堐
-sign \x5819 245-1246 堙
-sign \x581B 12346-125-4 堛
-sign \x581D 2456-135 堝
-sign \x581E 2345-12346-3 堞
-sign \x5820 125-16-2 堠
-sign \x5821 1234-1236-1 堡
-sign \x5824 23456-146-3 堤
-sign \x5826 13-346
-sign \x5827 23-3 堧
-sign \x5828 126-1 堨
-sign \x582A 125-456 堪
-sign \x582D 2456-56-3 堭
-sign \x582E 1245-12456-3 堮
-sign \x582F 13456-3 堯
-sign \x5830 256-1 堰
-sign \x5831 1234-1236-4 報
-sign \x5832 14-1235 堲
-sign \x5834 1346-25-3 場
-sign \x5835 2345-1236-1 堵
-sign \x583D 13-56 堽
-sign \x583F 13-45-1 堿
-sign \x5848 1235-125-4 塈
-sign \x584A 124-346-4 塊
-sign \x584B 245-356-3 塋
-sign \x584C 23456-1234-5 塌
-sign \x584D 234-356-3 塍
-sign \x584F 125-126-1 塏
-sign \x5851 234-1236-4 塑
-sign \x5852 234-24-3 塒
-sign \x5853 134-1235-3 塓
-sign \x5854 23456-1234-5 塔
-sign \x5857 23456-1236-3 塗
-sign \x5858 23456-56-3 塘
-sign \x5859 1235-12456-5 塙
-sign \x585A 1346-236-1 塚
-sign \x585E 234-46 塞
-sign \x5862 1236-4 塢
-sign \x5864 125-23 塤
-sign \x5868 13-236 塨
-sign \x586B 23456-256-3 填
-sign \x586D 2456-1246
-sign \x5871 123-56-6 塱
-sign \x5873 1234-236-2 塳
-sign \x5874 1234-14-2 塴
-sign \x5875 1346-1246-3 塵
-sign \x5879 1346-235-4 塹
-sign \x587C 14-23 塼
-sign \x587D 234-56-1 塽
-sign \x587E 234-12345-3 塾
-sign \x587F 123-16-3 塿
-sign \x5880 1346-24-3 墀
-sign \x5881 134-45-2 墁
-sign \x5883 13-356-1 境
-sign \x5885 234-245-2 墅
-sign \x5887 14-25 墇
-sign \x5888 125-456-4 墈
-sign \x5889 245-236-3 墉
-sign \x588A 14-256-4 墊
-sign \x588B 1346-456-1 墋
-sign \x5890 13-1246-1 墐
-sign \x5893 134-1236-2 墓
-sign \x5894 1346-245 墔
-sign \x589C 14-245-2 墜
-sign \x589D 125-34 墝
-sign \x589E 14-1245 增
-sign \x589F 125-245 墟
-sign \x58A0 234-256-2 墠
-sign \x58A1 234-256-2 墡
-sign \x58A3 1234-12345-3 墣
-sign \x58A6 124-45-3 墦
-sign \x58A8 134-46-3 墨
-sign \x58A9 2345-234 墩
-sign \x58AB 14-234 墫
-sign \x58AC 14-245-2 墬
-sign \x58AE 2345-135-2 墮
-sign \x58B1 2345-1245-4 墱
-sign \x58B3 124-1246-3 墳
-sign \x58BA 1236-4 墺
-sign \x58BB 1346-25-3
-sign \x58BC 13-1235 墼
-sign \x58BE 125-1246-1 墾
-sign \x58C1 1234-1235 壁
-sign \x58C5 245-236-1 壅
-sign \x58C6 1234-12456-5 壆
-sign \x58C7 23456-45-3 壇
-sign \x58C8 123-456-6 壈
-sign \x58CE 125-23 壎
-sign \x58D1 1235-12456-5 壑
-sign \x58D2 126-1 壒
-sign \x58D3 2345-5 壓
-sign \x58D4 2345-1236-1 壔
-sign \x58D5 125-1236-3 壕
-sign \x58D6 23-3 壖
-sign \x58D8 123-245-6 壘
-sign \x58D9 1235-56-4 壙
-sign \x58DA 123-1236-3 壚
-sign \x58DC 23456-345-3
-sign \x58DD 2456-146-6 壝
-sign \x58DE 2456-346-2 壞
-sign \x58DF 123-236-6 壟
-sign \x58E0 123-236-6
-sign \x58E3 123-1235
-sign \x58E4 245-25-2 壤
-sign \x58E5 245-25-2
-sign \x58E9 1234-12-4 壩
-sign \x58EB 234-24-2 士
-sign \x58EC 245-456-3 壬
-sign \x58EF 14-56-4 壯
-sign \x58F9 245-35 壹
-sign \x58FA 136-3 壺
-sign \x58FC 136-3 壼
-sign \x58FD 234-16-2 壽
-sign \x58FF 14-234 壿
-sign \x5906 124-236-3 夆
-sign \x590C 123-356-3 夌
-sign \x590D 124-12345 复
-sign \x590F 125-12-2 夏
-sign \x5912 1345-34-3 夒
-sign \x5914 12456-146-3 夔
-sign \x5915 14-1235-3 夕
-sign \x5916 1245-126-2 外
-sign \x5917 23-4 夗
-sign \x5919 234-12345 夙
-sign \x591A 2345-135 多
-sign \x591C 245-15-2 夜
-sign \x591F 13-16-4
-sign \x5920 13-16-4 夠
-sign \x5922 134-236-2 夢
-sign \x5924 245-1246-3 夤
-sign \x5925 124-135-1 夥
-sign \x5927 2345-346-2 大
-sign \x5929 23456-256 天
-sign \x592A 23456-346-4 太
-sign \x592B 124-136 夫
-sign \x592C 12345-346-4 夬
-sign \x592D 13456-0 夭
-sign \x592E 245-25 央
-sign \x592F 125-14 夯
-sign \x5931 234-35 失
-sign \x5937 24-3 夷
-sign \x5938 12456-12 夸
-sign \x593C 12456-56-4 夼
-sign \x593E 13-1234-5 夾
-sign \x5940 1245-1246 奀
-sign \x5944 235-0 奄
-sign \x5947 1235-125-3 奇
-sign \x5948 1345-126-2 奈
-sign \x5949 124-236-2 奉
-sign \x594E 124-1256 奎
-sign \x594F 14-16-4 奏
-sign \x5950 2346-2 奐
-sign \x5951 1235-146-4 契
-sign \x5953 14-12 奓
-sign \x5954 1234-1246 奔
-sign \x5955 245-1235-3 奕
-sign \x5957 23456-1236-4 套
-sign \x5958 14-56 奘
-sign \x595A 125-146-3 奚
-sign \x5960 2345-256-2 奠
-sign \x5961 1245-1236-2 奡
-sign \x5962 1346-15 奢
-sign \x5967 1236-4 奧
-sign \x5969 123-235-3 奩
-sign \x596A 2345-12356-3 奪
-sign \x596B 2456-1246 奫
-sign \x596D 234-1235 奭
-sign \x596E 124-1246-6 奮
-sign \x5970 1234-125-2 奰
-sign \x5972 2345-135-1 奲
-sign \x5973 1345-245-6 女
-sign \x5974 1345-1236-3 奴
-sign \x5976 1345-346-6 奶
-sign \x5978 13-45 奸
-sign \x5979 23456-12 她
-sign \x597C 1346-12-4 奼
-sign \x597D 125-1236-1 好
-sign \x597E 234-13456-2 奾
-sign \x5981 14-246-5 妁
-sign \x5982 1456-3 如
-sign \x5983 124-125 妃
-sign \x5984 134-56-6 妄
-sign \x598A 245-456-3 妊
-sign \x598D 256-3 妍
-sign \x598E 13-346-4 妎
-sign \x5990 14-236 妐
-sign \x5992 2345-1236-4 妒
-sign \x5993 13-125-2 妓
-sign \x5996 13456-1 妖
-sign \x5997 1235-456-6 妗
-sign \x5998 2456-1246-3 妘
-sign \x5999 134-13456-2 妙
-sign \x599D 14-56 妝
-sign \x599E 1345-16-1 妞
-sign \x59A3 1234-125-1 妣
-sign \x59A4 1456-3 妤
-sign \x59A5 23456-135-6 妥
-sign \x59A6 124-236 妦
-sign \x59A8 124-56-3 妨
-sign \x59AE 1345-125-3 妮
-sign \x59AF 14-12345-3 妯
-sign \x59B2 23456-45-1 妲
-sign \x59B3 1345-125-6 妳
-sign \x59B5 23456-16-1 妵
-sign \x59B9 134-1256-2 妹
-sign \x59BA 134-1356-3 妺
-sign \x59BB 1346-146 妻
-sign \x59BE 1346-12346-5 妾
-sign \x59C1 125-245-1 姁
-sign \x59C5 1234-2346-4 姅
-sign \x59C6 134-1236-6 姆
-sign \x59C9 14-24
-sign \x59CA 14-24-1 姊
-sign \x59CB 1346-24-1 始
-sign \x59CC 235-6 姌
-sign \x59CD 234-45 姍
-sign \x59CF 134-45-3 姏
-sign \x59D0 14-15-1 姐
-sign \x59D1 13-136 姑
-sign \x59D2 1346-24-6 姒
-sign \x59D3 234-356-4 姓
-sign \x59D4 2456-146-1 委
-sign \x59D8 12346-356-4 姘
-sign \x59D9 245-456-3
-sign \x59DA 13456-3 姚
-sign \x59DC 13-25 姜
-sign \x59DD 234-1456 姝
-sign \x59DE 13-35 姞
-sign \x59E3 13-34-1 姣
-sign \x59E4 13-16-4 姤
-sign \x59E5 123-1236-6 姥
-sign \x59E6 13-45 姦
-sign \x59E7 13-45
-sign \x59E8 24-3 姨
-sign \x59E9 24-3
-sign \x59EA 14-35-3 姪
-sign \x59EC 13-125 姬
-sign \x59EE 125-1245-3 姮
-sign \x59F1 12456-12 姱
-sign \x59FA 234-256-1 姺
-sign \x59FB 245-1246 姻
-sign \x59FD 12345-146-1 姽
-sign \x59FF 14-24 姿
-sign \x5A00 234-236 娀
-sign \x5A01 2456-146 威
-sign \x5A03 2456-12 娃
-sign \x5A09 12346-356 娉
-sign \x5A0C 123-125-6 娌
-sign \x5A11 234-135 娑
-sign \x5A13 134-125-6 娓
-sign \x5A16 1346-12345 娖
-sign \x5A18 1345-25-3 娘
-sign \x5A1B 1456-3 娛
-sign \x5A1C 1345-12-3 娜
-sign \x5A1F 13-23 娟
-sign \x5A20 234-1246 娠
-sign \x5A23 23456-146-6 娣
-sign \x5A25 1245-135-3 娥
-sign \x5A29 134-256-6 娩
-sign \x5A2D 346-0 娭
-sign \x5A36 1346-245-1 娶
-sign \x5A3C 1346-25 娼
-sign \x5A40 135-0 婀
-sign \x5A41 123-16-3 婁
-sign \x5A46 12346-135-3 婆
-sign \x5A49 23-1 婉
-sign \x5A4A 1234-13456-1 婊
-sign \x5A50 135-0 婐
-sign \x5A51 2456-135 婑
-sign \x5A53 124-125-3 婓
-sign \x5A55 14-23456-5 婕
-sign \x5A57 1245-146-3 婗
-sign \x5A5A 124-1246 婚
-sign \x5A5E 125-1245-2 婞
-sign \x5A60 2346-0 婠
-sign \x5A62 12346-125-6 婢
-sign \x5A63 245-1246
-sign \x5A65 1346-246-5 婥
-sign \x5A66 124-136-6 婦
-sign \x5A6A 123-345-3 婪
-sign \x5A6C 245-456-3 婬
-sign \x5A6D 12-4 婭
-sign \x5A77 23456-356-3 婷
-sign \x5A78 2345-56-2 婸
-sign \x5A7A 134-1236-2 婺
-sign \x5A7C 245-246-3 婼
-sign \x5A7E 23456-16
-sign \x5A7F 234-146-4 婿
-sign \x5A8C 134-34-3 媌
-sign \x5A90 125-125 媐
-sign \x5A92 134-1256-3 媒
-sign \x5A95 456-0 媕
-sign \x5A9A 134-125-3 媚
-sign \x5A9B 2346-3 媛
-sign \x5A9E 23456-146-3 媞
-sign \x5A9F 234-23456-5 媟
-sign \x5AA0 23456-135-6
-sign \x5AA2 134-1236-2 媢
-sign \x5AA6 2456-146-2 媦
-sign \x5AA7 2456-135 媧
-sign \x5AAE 23456-16 媮
-sign \x5AAF 12345-146 媯
-sign \x5AB1 13456-3 媱
-sign \x5AB2 1234-125-1 媲
-sign \x5AB3 234-1235 媳
-sign \x5AB5 245-356-2 媵
-sign \x5AB8 1346-24 媸
-sign \x5ABA 134-125-6 媺
-sign \x5ABB 12346-2346-3 媻
-sign \x5ABC 1236-1 媼
-sign \x5ABD 134-12 媽
-sign \x5ABE 13-16-4 媾
-sign \x5ABF 12456-146-4 媿
-sign \x5AC1 13-12-4 嫁
-sign \x5AC2 234-1236-1 嫂
-sign \x5AC4 23-3 嫄
-sign \x5AC7 134-356-6 嫇
-sign \x5AC8 245-356 嫈
-sign \x5AC9 14-35-3 嫉
-sign \x5ACB 1345-13456-6 嫋
-sign \x5ACC 235-3 嫌
-sign \x5ACF 123-56-3
-sign \x5AD6 12346-13456-3
-sign \x5AD7 1456-1 嫗
-sign \x5AD8 123-245-3 嫘
-sign \x5ADB 24-0 嫛
-sign \x5ADC 14-25 嫜
-sign \x5ADF 1345-1235 嫟
-sign \x5AE0 123-125-3 嫠
-sign \x5AE1 2345-1235 嫡
-sign \x5AE3 256-0 嫣
-sign \x5AE5 14-23 嫥
-sign \x5AE6 234-25-3 嫦
-sign \x5AE9 1345-23-2 嫩
-sign \x5AEB 134-1236-3 嫫
-sign \x5AEE 136-2 嫮
-sign \x5AF2 134-12-3 嫲
-sign \x5AF5 134-1236-6 嫵
-sign \x5AF7 23456-135-6 嫷
-sign \x5AFB 125-45-3 嫻
-sign \x5AFD 123-13456-3 嫽
-sign \x5AFF 2456-13-3 嫿
-sign \x5B03 234-245 嬃
-sign \x5B05 2456-12-3
-sign \x5B08 13456-3 嬈
-sign \x5B09 125-125 嬉
-sign \x5B0B 234-235-3 嬋
-sign \x5B0C 13-13456 嬌
-sign \x5B16 12346-125-4 嬖
-sign \x5B17 234-256-2 嬗
-sign \x5B19 1346-25-3 嬙
-sign \x5B1B 2456-45-3 嬛
-sign \x5B1D 1345-13456-6 嬝
-sign \x5B21 126-4 嬡
-sign \x5B24 134-12 嬤
-sign \x5B25 23456-13456-3
-sign \x5B2A 1234-1246-4 嬪
-sign \x5B2C 1456-3 嬬
-sign \x5B2D 1345-346-6 嬭
-sign \x5B30 245-356 嬰
-sign \x5B32 1345-16 嬲
-sign \x5B34 245-356-3 嬴
-sign \x5B38 234-456-1 嬸
-sign \x5B3E 123-45-6 嬾
-sign \x5B3F 256-4 嬿
-sign \x5B40 234-25 孀
-sign \x5B43 1345-25-3 孃
-sign \x5B45 1346-235 孅
-sign \x5B4C 123-23-1 孌
-sign \x5B50 14-24-1 子
-sign \x5B51 1235-23456-5 孑
-sign \x5B53 1235-12356-5 孓
-sign \x5B54 125-236-1 孔
-sign \x5B55 245-1246-2 孕
-sign \x5B56 134-12 孖
-sign \x5B57 14-24-2 字
-sign \x5B58 1346-23-3 存
-sign \x5B5A 124-136 孚
-sign \x5B5B 1234-1356-3 孛
-sign \x5B5C 14-24 孜
-sign \x5B5D 125-34-4 孝
-sign \x5B5F 134-14-2 孟
-sign \x5B62 1234-34 孢
-sign \x5B63 12345-146-4 季
-sign \x5B64 13-136 孤
-sign \x5B65 1345-1236-3 孥
-sign \x5B69 125-346-3 孩
-sign \x5B6B 234-23 孫
-sign \x5B6C 1345-16 孬
-sign \x5B6D 134-15 孭
-sign \x5B70 234-12345-3 孰
-sign \x5B71 234-45-3 孱
-sign \x5B72 12-0
-sign \x5B73 14-24 孳
-sign \x5B75 124-136 孵
-sign \x5B76 14-24
-sign \x5B78 125-12456-3 學
-sign \x5B7A 1456-3 孺
-sign \x5B7B 123-346 孻
-sign \x5B7D 12346-3 孽
-sign \x5B7F 123-23-3 孿
-sign \x5B81 1345-356-3 宁
-sign \x5B82 245-236-1
-sign \x5B83 23456-12 它
-sign \x5B84 12345-146-1 宄
-sign \x5B85 14-13-3 宅
-sign \x5B87 1456-6 宇
-sign \x5B88 234-16-1 守
-sign \x5B89 1345-0 安
-sign \x5B8B 234-236-4 宋
-sign \x5B8C 23-3 完
-sign \x5B8E 1245-34-3 宎
-sign \x5B8F 2456-1245-3 宏
-sign \x5B93 134-35-3 宓
-sign \x5B95 2345-56-2 宕
-sign \x5B97 14-236 宗
-sign \x5B98 13-2346 官
-sign \x5B99 14-16-2 宙
-sign \x5B9A 2345-356-2 定
-sign \x5B9B 23-1 宛
-sign \x5B9C 24-3 宜
-sign \x5BA2 125-13-5 客
-sign \x5BA3 234-23 宣
-sign \x5BA4 234-35 室
-sign \x5BA5 245-16-2 宥
-sign \x5BA6 2456-45-2 宦
-sign \x5BA7 24-3 宧
-sign \x5BAC 234-356-3 宬
-sign \x5BAD 12456-1246-3 宭
-sign \x5BAE 13-236 宮
-sign \x5BB0 14-126-1 宰
-sign \x5BB3 125-126-2 害
-sign \x5BB4 256-4 宴
-sign \x5BB5 234-13456 宵
-sign \x5BB6 13-12 家
-sign \x5BB8 234-1246-3 宸
-sign \x5BB9 245-236-3 容
-sign \x5BBF 234-12345 宿
-sign \x5BC0 1346-126-4 寀
-sign \x5BC1 14-345-1 寁
-sign \x5BC2 14-1235-3 寂
-sign \x5BC4 13-125-4 寄
-sign \x5BC5 245-1246-3 寅
-sign \x5BC6 134-35-3 密
-sign \x5BC7 1235-16-4 寇
-sign \x5BCC 124-136-4 富
-sign \x5BD0 134-125-2 寐
-sign \x5BD1 1346-456-1 寑
-sign \x5BD2 125-1345-3 寒
-sign \x5BD3 1456-2 寓
-sign \x5BD4 234-35-3 寔
-sign \x5BD6 14-456-4 寖
-sign \x5BD8 14-24-4 寘
-sign \x5BDE 134-12456-3 寞
-sign \x5BDF 1346-2345-5 察
-sign \x5BE0 123-16-3 寠
-sign \x5BE1 12345-12-1 寡
-sign \x5BE2 1346-456-1 寢
-sign \x5BE4 1245-2 寤
-sign \x5BE5 123-13456-3 寥
-sign \x5BE6 234-35-3 實
-sign \x5BE7 1345-356-3 寧
-sign \x5BE8 14-346-2 寨
-sign \x5BE9 234-456-1 審
-sign \x5BEA 2456-146-1 寪
-sign \x5BEB 234-15-1 寫
-sign \x5BEC 124-2346 寬
-sign \x5BEE 123-13456-3 寮
-sign \x5BEF 14-234-4 寯
-sign \x5BF0 2456-45-3 寰
-sign \x5BF5 1346-236-1 寵
-sign \x5BF6 1234-1236-1 寶
-sign \x5BF8 1346-23-4 寸
-sign \x5BFA 14-24-2 寺
-sign \x5C01 124-236 封
-sign \x5C03 124-136 尃
-sign \x5C04 234-15-2 射
-sign \x5C07 14-25 將
-sign \x5C08 14-23 專
-sign \x5C09 2456-146-4 尉
-sign \x5C0A 14-23 尊
-sign \x5C0B 1346-456-3 尋
-sign \x5C0C 234-1456-2 尌
-sign \x5C0D 2345-245-4 對
-sign \x5C0E 2345-1236-2 導
-sign \x5C0F 234-13456-1 小
-sign \x5C11 234-13456-1 少
-sign \x5C12 24-6 尒
-sign \x5C14 24-6
-sign \x5C15 13-12-6 尕
-sign \x5C16 14-235 尖
-sign \x5C1A 234-25-2 尚
-sign \x5C1F 234-256-1 尟
-sign \x5C22 245-16-3 尢
-sign \x5C24 245-16-3 尤
-sign \x5C25 123-13456-2 尥
-sign \x5C28 12346-56-3 尨
-sign \x5C2A 2456-56 尪
-sign \x5C2C 13-346-4 尬
-sign \x5C30 1346-236-4 尰
-sign \x5C31 14-16-2 就
-sign \x5C37 13-345-4 尷
-sign \x5C38 234-24 尸
-sign \x5C39 2456-1246-6 尹
-sign \x5C3A 1346-2456-5 尺
-sign \x5C3B 125-34 尻
-sign \x5C3C 1345-125-3 尼
-sign \x5C3E 134-125-6 尾
-sign \x5C3F 1345-13456-2 尿
-sign \x5C40 13-12345-3 局
-sign \x5C41 12346-125-4 屁
-sign \x5C44 1234-125 屄
-sign \x5C45 13-245 居
-sign \x5C46 13-346-4 屆
-sign \x5C48 2456-35 屈
-sign \x5C4B 12345-0 屋
-sign \x5C4C 2345-13456-1 屌
-sign \x5C4D 234-24 屍
-sign \x5C4E 234-24-1 屎
-sign \x5C4F 12346-356-3 屏
-sign \x5C50 1235-2456-3 屐
-sign \x5C51 234-23456-5 屑
-sign \x5C55 14-256-1 展
-sign \x5C59 135-0 屙
-sign \x5C5C 23456-146-4 屜
-sign \x5C5D 124-146-2 屝
-sign \x5C60 23456-1236-3 屠
-sign \x5C62 123-245-6 屢
-sign \x5C63 234-346-1 屣
-sign \x5C64 1346-1245-3 層
-sign \x5C65 123-125-6 履
-sign \x5C67 234-23456-5 屧
-sign \x5C68 13-245-4 屨
-sign \x5C69 125-13456 屩
-sign \x5C6A 123-13456-3 屪
-sign \x5C6C 234-12345-3 屬
-sign \x5C6D 125-125-4 屭
-sign \x5C6E 1346-23456-5 屮
-sign \x5C6F 23456-23-3 屯
-sign \x5C71 234-45 山
-sign \x5C73 2345-1236 屳
-sign \x5C74 123-1235-3 屴
-sign \x5C79 1245-35-3 屹
-sign \x5C7A 125-125-1 屺
-sign \x5C7C 1245-35-3 屼
-sign \x5C7E 234-1246 屾
-sign \x5C88 1245-12-3 岈
-sign \x5C8A 13-23456-5 岊
-sign \x5C8C 1235-26 岌
-sign \x5C8D 125-256 岍
-sign \x5C8F 23-3 岏
-sign \x5C90 1235-125-3 岐
-sign \x5C91 234-456-3 岑
-sign \x5C94 1346-12-4 岔
-sign \x5C9D 14-13-5 岝
-sign \x5C9E 14-12456-5
-sign \x5CA1 13-56 岡
-sign \x5CA2 125-135-1 岢
-sign \x5CA3 13-16-1 岣
-sign \x5CA7 23456-13456-3
-sign \x5CA8 14-245 岨
-sign \x5CA9 1245-345-3 岩
-sign \x5CAB 14-16-2 岫
-sign \x5CAC 13-1234-5 岬
-sign \x5CAD 123-356-6 岭
-sign \x5CB1 2345-126-2 岱
-sign \x5CB3 1245-12456-3 岳
-sign \x5CB5 136-2 岵
-sign \x5CB7 134-1246-3 岷
-sign \x5CB8 1245-1345-2 岸
-sign \x5CC6 13-26-5 峆
-sign \x5CC7 1234-12 峇
-sign \x5CCB 234-234 峋
-sign \x5CCE 123-56-6 峎
-sign \x5CD2 2345-236-2 峒
-sign \x5CD9 234-24-2 峙
-sign \x5CE8 1245-135-3 峨
-sign \x5CEA 1456-2 峪
-sign \x5CED 1346-13456-4 峭
-sign \x5CEE 12456-1246 峮
-sign \x5CEF 124-236
-sign \x5CF0 124-236 峰
-sign \x5CF1 123-16-3 峱
-sign \x5CF4 256-2 峴
-sign \x5CF6 2345-1236-1 島
-sign \x5CFB 14-234-4 峻
-sign \x5CFD 125-1234-3 峽
-sign \x5CFF 1245-3 峿
-sign \x5D00 123-56-6 崀
-sign \x5D01 125-456-4 崁
-sign \x5D06 125-236 崆
-sign \x5D07 234-236-3 崇
-sign \x5D0B 2456-12-2 崋
-sign \x5D0D 123-126-3 崍
-sign \x5D0E 1235-125 崎
-sign \x5D11 12456-1246 崑
-sign \x5D12 14-1346 崒
-sign \x5D14 1346-245 崔
-sign \x5D16 1245-346-3 崖
-sign \x5D17 13-56 崗
-sign \x5D18 123-234-3
-sign \x5D19 123-234-3 崙
-sign \x5D1A 123-356-3 崚
-sign \x5D1B 12345-35-3 崛
-sign \x5D1E 12345-12456-5
-sign \x5D1F 245-456-3 崟
-sign \x5D22 14-1245 崢
-sign \x5D23 2456-146-1 崣
-sign \x5D24 1245-34-3 崤
-sign \x5D26 235-0 崦
-sign \x5D27 234-236 崧
-sign \x5D29 1234-1245 崩
-sign \x5D2E 13-136-4 崮
-sign \x5D31 14-46 崱
-sign \x5D34 2456-146 崴
-sign \x5D36 124-236 崶
-sign \x5D37 1346-16-3 崷
-sign \x5D3A 24-3 崺
-sign \x5D3D 14-126-1 崽
-sign \x5D3F 1245-12456-3 崿
-sign \x5D42 123-1346-3 嵂
-sign \x5D47 125-146-3 嵇
-sign \x5D4A 234-356-2 嵊
-sign \x5D4B 134-125-3 嵋
-sign \x5D4C 125-456-2 嵌
-sign \x5D4E 1456-3 嵎
-sign \x5D50 123-345-3 嵐
-sign \x5D51 125-124-5 嵑
-sign \x5D52 1245-345-3 嵒
-sign \x5D69 234-236 嵩
-sign \x5D6B 14-24 嵫
-sign \x5D6C 1245-146-3 嵬
-sign \x5D6F 1346-135 嵯
-sign \x5D72 23456-3 嵲
-sign \x5D7A 123-13456-3 嵺
-sign \x5D7D 2345-146-4 嵽
-sign \x5D7E 1346-345 嵾
-sign \x5D81 123-16-6 嶁
-sign \x5D82 14-25-4 嶂
-sign \x5D84 14-345-1 嶄
-sign \x5D87 1235-245 嶇
-sign \x5D8D 14-1234-3 嶍
-sign \x5D92 1346-1245-3 嶒
-sign \x5D93 1234-135 嶓
-sign \x5D94 245-456 嶔
-sign \x5D97 123-1236-3 嶗
-sign \x5D99 123-234-3 嶙
-sign \x5D9D 2345-1245-1 嶝
-sign \x5DA0 13-13456-2 嶠
-sign \x5DA1 1235-12356-5 嶡
-sign \x5DA2 13456-3 嶢
-sign \x5DA7 245-1235-3 嶧
-sign \x5DA8 125-12456-3 嶨
-sign \x5DA9 1345-34-3 嶩
-sign \x5DAD 23456-3 嶭
-sign \x5DAE 125-235-1 嶮
-sign \x5DB0 125-346-6 嶰
-sign \x5DB1 125-135 嶱
-sign \x5DB2 234-245-6 嶲
-sign \x5DB4 34-4 嶴
-sign \x5DB7 24-3 嶷
-sign \x5DB8 2456-356-3 嶸
-sign \x5DBA 123-356-6 嶺
-sign \x5DBC 14-245-2 嶼
-sign \x5DBD 1245-12456-3 嶽
-sign \x5DC0 14-23456-3 巀
-sign \x5DC2 12456-146
-sign \x5DC3 123-236-3 巃
-sign \x5DC7 125-125-4 巇
-sign \x5DC9 1346-345-3 巉
-sign \x5DCB 12456-146 巋
-sign \x5DCD 1245-146-3 巍
-sign \x5DD1 1346-23-3 巑
-sign \x5DD2 123-23-3 巒
-sign \x5DD4 2345-256 巔
-sign \x5DD6 1245-345-3 巖
-sign \x5DD8 256-6 巘
-sign \x5DDD 1346-23 川
-sign \x5DDE 14-16 州
-sign \x5DDF 124-56 巟
-sign \x5DE0 13-356 巠
-sign \x5DE1 1346-234-3 巡
-sign \x5DE2 1346-34-3 巢
-sign \x5DE5 13-236 工
-sign \x5DE6 14-135-1 左
-sign \x5DE7 125-34-1 巧
-sign \x5DE8 13-245-2 巨
-sign \x5DEB 134-1236-3 巫
-sign \x5DEE 1346-12 差
-sign \x5DF0 1235-16-3 巰
-sign \x5DF1 13-125-1 己
-sign \x5DF2 24-6 已
-sign \x5DF3 14-24-2 巳
-sign \x5DF4 1234-12 巴
-sign \x5DF7 125-56-2 巷
-sign \x5DFD 234-234-4 巽
-sign \x5DFE 13-1246 巾
-sign \x5DFF 124-35 巿
-sign \x5E02 234-24-6 市
-sign \x5E03 1234-1236-4 布
-sign \x5E04 23456-16 帄
-sign \x5E05 2345-45-2
-sign \x5E06 124-45-3 帆
-sign \x5E07 14-16-2
-sign \x5E08 14-1245
-sign \x5E09 124-1246-6
-sign \x5E0B 14-24-1
-sign \x5E0C 125-125 希
-sign \x5E10 125-45-6
-sign \x5E11 23456-56-1 帑
-sign \x5E14 12346-125-4 帔
-sign \x5E15 12346-13-5 帕
-sign \x5E16 23456-12346-5
-sign \x5E18 123-235-3 帘
-sign \x5E19 2345-23456-3 帙
-sign \x5E1A 14-34-1 帚
-sign \x5E1B 1234-13-3 帛
-sign \x5E1D 2345-146-4 帝
-sign \x5E1F 245-1235-3 帟
-sign \x5E21 12346-356-3 帡
-sign \x5E22 125-26 帢
-sign \x5E23 13-23-4 帣
-sign \x5E24 1456-3 帤
-sign \x5E25 234-245-4 帥
-sign \x5E28 234-245-4 帨
-sign \x5E2B 234-24 師
-sign \x5E2D 14-1235-3 席
-sign \x5E33 14-25-4 帳
-sign \x5E34 14-256-1 帴
-sign \x5E36 2345-346-4 帶
-sign \x5E37 2456-146-3 帷
-sign \x5E38 234-25-3 常
-sign \x5E3D 134-1236-2 帽
-sign \x5E40 14-356-4 幀
-sign \x5E43 2456-146-3 幃
-sign \x5E44 46-0 幄
-sign \x5E45 124-12345 幅
-sign \x5E4B 12346-2346-3 幋
-sign \x5E4C 124-56-1 幌
-sign \x5E4E 134-1235-3 幎
-sign \x5E54 134-45-2 幔
-sign \x5E55 134-12456-3 幕
-sign \x5E57 12345-12456-5
-sign \x5E58 14-1235 幘
-sign \x5E59 134-12456-3 幙
-sign \x5E5B 14-25-4 幛
-sign \x5E5D 14-256-1 幝
-sign \x5E5E 124-12345-3
-sign \x5E5F 1346-24-4 幟
-sign \x5E60 124-136 幠
-sign \x5E61 124-45 幡
-sign \x5E62 2345-236-2 幢
-sign \x5E63 1234-146-2 幣
-sign \x5E66 134-35-3 幦
-sign \x5E67 1346-13456 幧
-sign \x5E68 14-235 幨
-sign \x5E69 124-1246-3 幩
-sign \x5E6A 134-236-3 幪
-sign \x5E6B 1234-56 幫
-sign \x5E6C 1346-16-3 幬
-sign \x5E6E 1346-1456-3 幮
-sign \x5E70 125-256-1 幰
-sign \x5E72 13-1345 干
-sign \x5E73 12346-356-3 平
-sign \x5E74 1345-256-3 年
-sign \x5E75 125-126 幵
-sign \x5E76 1234-356-4 并
-sign \x5E78 125-1245-2 幸
-sign \x5E79 13-1345-4 幹
-sign \x5E7A 13456-0 幺
-sign \x5E7B 2456-45-2 幻
-sign \x5E7C 245-16-4 幼
-sign \x5E7D 245-16 幽
-sign \x5E7E 13-125-1 幾
-sign \x5E80 12346-125-1 庀
-sign \x5E82 1346-24-6 庂
-sign \x5E84 14-56 庄
-sign \x5E87 1234-125-4 庇
-sign \x5E88 2345-356 庈
-sign \x5E89 23456-356-6 庉
-sign \x5E8A 1346-56-3 床
-sign \x5E8B 12345-146-1 庋
-sign \x5E8F 14-245-2 序
-sign \x5E95 2345-146-1 底
-sign \x5E96 12346-34-3 庖
-sign \x5E97 2345-235-4 店
-sign \x5E9A 13-1245 庚
-sign \x5E9C 124-136-1 府
-sign \x5EA0 1346-25-3 庠
-sign \x5EA2 14-35-3 庢
-sign \x5EA4 14-24-2 庤
-sign \x5EA5 245-16 庥
-sign \x5EA6 2345-1236-2 度
-sign \x5EA7 14-135-2 座
-sign \x5EAB 124-136-4 庫
-sign \x5EAC 12346-56-3 庬
-sign \x5EAD 23456-356-3 庭
-sign \x5EB3 12346-125-6 庳
-sign \x5EB5 456-0 庵
-sign \x5EB6 234-1456-4 庶
-sign \x5EB7 125-56 康
-sign \x5EB8 245-236-3 庸
-sign \x5EB9 23456-12456-5
-sign \x5EBE 1456-3 庾
-sign \x5EC1 1346-24-4 廁
-sign \x5EC2 234-25 廂
-sign \x5EC4 13-16-4 廄
-sign \x5EC8 125-12-2 廈
-sign \x5EC9 123-235-3 廉
-sign \x5ECA 123-56-3 廊
-sign \x5ECB 234-16 廋
-sign \x5ECC 14-24-2 廌
-sign \x5ECE 1235-356-1 廎
-sign \x5ED1 13-1246-1 廑
-sign \x5ED2 1245-1236-3 廒
-sign \x5ED3 12456-12456-5
-sign \x5ED4 123-16-3 廔
-sign \x5ED5 245-456-4 廕
-sign \x5ED6 123-13456-2 廖
-sign \x5ED9 24-2 廙
-sign \x5EDA 1346-1456-3 廚
-sign \x5EDB 1346-256-3 廛
-sign \x5EDC 23456-1236-3 廜
-sign \x5EDD 234-24 廝
-sign \x5EDF 134-13456-2 廟
-sign \x5EE0 1346-56-1 廠
-sign \x5EE1 134-1236-3 廡
-sign \x5EE2 124-146-4 廢
-sign \x5EE3 12345-56-1 廣
-sign \x5EE7 1346-25-3 廧
-sign \x5EE8 13-346-1 廨
-sign \x5EE9 123-456-6 廩
-sign \x5EEC 123-1236-3 廬
-sign \x5EEE 245-356-1 廮
-sign \x5EEF 234-256-1 廯
-sign \x5EF1 245-236 廱
-sign \x5EF3 23456-2356 廳
-sign \x5EF6 256-3 延
-sign \x5EF7 23456-356-3 廷
-sign \x5EFA 13-256-4 建
-sign \x5EFB 1256-3
-sign \x5EFE 13-236-1 廾
-sign \x5EFF 245-12-2 廿
-sign \x5F01 1234-256-2 弁
-sign \x5F02 24-2 异
-sign \x5F04 123-236-2 弄
-sign \x5F07 235-1 弇
-sign \x5F08 245-1235-3 弈
-sign \x5F0A 1234-146-2 弊
-sign \x5F0B 245-1235-3 弋
-sign \x5F0C 245-35
-sign \x5F0F 234-1235 式
-sign \x5F12 234-24-4 弒
-sign \x5F13 13-236 弓
-sign \x5F14 2345-13456-4 弔
-sign \x5F15 245-1246-6 引
-sign \x5F17 124-35 弗
-sign \x5F18 2456-1245-3 弘
-sign \x5F1B 1346-24-3 弛
-sign \x5F1F 2345-146-2 弟
-sign \x5F22 23456-1236 弢
-sign \x5F24 2345-146-1 弤
-sign \x5F26 256-3 弦
-sign \x5F27 136-3 弧
-sign \x5F28 1346-13456 弨
-sign \x5F29 1345-1236-6 弩
-sign \x5F2D 134-146-6 弭
-sign \x5F2E 125-23 弮
-sign \x5F30 234-34 弰
-sign \x5F31 245-246-3 弱
-sign \x5F35 14-25 張
-sign \x5F36 14-25-4 弶
-sign \x5F37 1235-25-3 強
-sign \x5F38 1234-12345 弸
-sign \x5F3C 1234-35-3 弼
-sign \x5F40 13-16-4 彀
-sign \x5F44 1235-16 彄
-sign \x5F46 1234-23456-3 彆
-sign \x5F48 2345-45-2 彈
-sign \x5F49 12456-12456-5
-sign \x5F4A 1235-25-6 彊
-sign \x5F4B 12345-1245 彋
-sign \x5F4C 1345-125-3 彌
-sign \x5F4E 2456-45 彎
-sign \x5F4F 124-12456-5 彏
-sign \x5F54 123-12345-3 彔
-sign \x5F56 23456-234-4 彖
-sign \x5F57 234-245-2 彗
-sign \x5F58 14-24-2 彘
-sign \x5F59 1256-2 彙
-sign \x5F5C 24-0
-sign \x5F5D 24-3 彝
-sign \x5F62 245-356-3 形
-sign \x5F64 23456-236-3 彤
-sign \x5F65 256-2 彥
-sign \x5F67 245-12345 彧
-sign \x5F69 1346-126-1 彩
-sign \x5F6A 1234-13456 彪
-sign \x5F6B 2345-13456 彫
-sign \x5F6C 1234-1246 彬
-sign \x5F6D 12346-14-3 彭
-sign \x5F6F 12346-13456 彯
-sign \x5F70 14-25 彰
-sign \x5F71 245-356-1 影
-sign \x5F73 1346-1235 彳
-sign \x5F77 124-56-1 彷
-sign \x5F78 14-236 彸
-sign \x5F79 245-1235-3 役
-sign \x5F7C 1234-125-1 彼
-sign \x5F7F 124-35 彿
-sign \x5F80 2456-56-6 往
-sign \x5F81 14-356 征
-sign \x5F82 1346-1236-3 徂
-sign \x5F85 2345-126-2 待
-sign \x5F87 234-234 徇
-sign \x5F88 125-1246-1 很
-sign \x5F89 245-25-3 徉
-sign \x5F8A 1256-3 徊
-sign \x5F8B 123-1346-3 律
-sign \x5F8C 125-16-2 後
-sign \x5F90 1346-245-3 徐
-sign \x5F91 13-356-4 徑
-sign \x5F92 23456-1236-3 徒
-sign \x5F97 2345-46 得
-sign \x5F98 12346-1256-3 徘
-sign \x5F99 234-346-1 徙
-sign \x5F9B 13-125-4 徛
-sign \x5F9C 234-25-3 徜
-sign \x5F9E 1346-236-3 從
-sign \x5FA0 123-126-3 徠
-sign \x5FA1 1456-2 御
-sign \x5FA7 12346-256-4
-sign \x5FA8 2456-56-3 徨
-sign \x5FA9 124-12345-3 復
-sign \x5FAA 1346-234-3 循
-sign \x5FAC 12346-56-3 徬
-sign \x5FAD 13456-3 徭
-sign \x5FAE 134-125-3 微
-sign \x5FAF 125-146-3 徯
-sign \x5FB5 14-356 徵
-sign \x5FB7 2345-46 德
-sign \x5FB9 1346-23456-5 徹
-sign \x5FBC 13-13456-1 徼
-sign \x5FBD 124-146 徽
-sign \x5FBF 123-236-6 徿
-sign \x5FC0 1345-56-6 忀
-sign \x5FC3 234-456 心
-sign \x5FC5 1234-23456 必
-sign \x5FC9 23456-1236 忉
-sign \x5FCC 13-125-2 忌
-sign \x5FCD 245-1246-1 忍
-sign \x5FCF 1346-345-4 忏
-sign \x5FD0 23456-45-1 忐
-sign \x5FD1 23456-1235 忑
-sign \x5FD2 23456-1235 忒
-sign \x5FD5 23456-346-4 忕
-sign \x5FD6 1346-23-1 忖
-sign \x5FD7 14-24-4 志
-sign \x5FD8 134-56-3 忘
-sign \x5FD9 134-56-3 忙
-sign \x5FDD 23456-235-1 忝
-sign \x5FDE 134-1246-3 忞
-sign \x5FDF 134-14-1 忟
-sign \x5FE0 14-236 忠
-sign \x5FE1 1346-236 忡
-sign \x5FE4 1245-6 忤
-sign \x5FE8 2346-2 忨
-sign \x5FEA 234-236 忪
-sign \x5FEB 124-346-4 快
-sign \x5FED 1234-256-2 忭
-sign \x5FEE 14-24-4 忮
-sign \x5FF1 234-456-3 忱
-sign \x5FF3 23456-23-3 忳
-sign \x5FF5 1345-235-2 念
-sign \x5FF7 125-236 忷
-sign \x5FF8 1345-16-1 忸
-sign \x5FFB 245-1246 忻
-sign \x5FFD 124-35 忽
-sign \x5FFF 124-1246-6 忿
-sign \x6000 2456-346-3 怀
-sign \x600A 2345-13456 怊
-sign \x600B 134-1246-6 怋
-sign \x600D 14-12456-3 怍
-sign \x600E 14-456-1 怎
-sign \x600F 245-25-1 怏
-sign \x6010 125-16-2 怐
-sign \x6012 1345-1236-2 怒
-sign \x6013 1345-34-3 怓
-sign \x6014 14-356 怔
-sign \x6015 12346-12-4 怕
-sign \x6016 1234-1236-4 怖
-sign \x6017 23456-12346-5
-sign \x6019 136-2 怙
-sign \x601A 1346-1236 怚
-sign \x601B 23456-45-1 怛
-sign \x601C 123-256-3 怜
-sign \x601D 234-24 思
-sign \x601E 245-16-3 怞
-sign \x6020 23456-126-6 怠
-sign \x6021 24-3 怡
-sign \x6025 13-26 急
-sign \x6026 12346-356 怦
-sign \x6027 234-356-4 性
-sign \x6028 23-4 怨
-sign \x6029 1345-125-3 怩
-sign \x602A 12345-346-4 怪
-sign \x602B 124-35-3 怫
-sign \x602E 245-16 怮
-sign \x602F 125-12346-5 怯
-sign \x6033 124-56-1 怳
-sign \x6035 14-1346 怵
-sign \x6039 23456-12 怹
-sign \x6040 1346-24-1 恀
-sign \x6041 245-456-2 恁
-sign \x6042 234-234 恂
-sign \x6043 1346-24-6 恃
-sign \x6045 123-1236-6 恅
-sign \x6046 125-1245-3 恆
-sign \x6047 125-56 恇
-sign \x6049 14-24-1 恉
-sign \x604C 23456-13456 恌
-sign \x604D 124-56-1 恍
-sign \x6050 125-236-1 恐
-sign \x6052 125-1245-3 恒
-sign \x6053 234-146 恓
-sign \x6054 125-34-2 恔
-sign \x6055 234-1456-4 恕
-sign \x6059 245-25-2 恙
-sign \x605A 2456-146-2 恚
-sign \x605B 1256-3 恛
-sign \x605D 13-2345-5 恝
-sign \x605F 125-236 恟
-sign \x6062 124-1256 恢
-sign \x6063 234-24-4 恣
-sign \x6064 234-1346 恤
-sign \x6065 1346-24-1 恥
-sign \x6067 125-1245-3 恧
-sign \x6068 125-1246-2 恨
-sign \x6069 245-1246 恩
-sign \x606A 1235-12456-5 恪
-sign \x606B 2345-236-2 恫
-sign \x606C 23456-235-6 恬
-sign \x606D 13-236 恭
-sign \x606F 234-1235 息
-sign \x6070 125-26 恰
-sign \x607F 245-236-1 恿
-sign \x6081 13-23-4 悁
-sign \x6083 12456-1246-1 悃
-sign \x6084 1346-13456-4 悄
-sign \x6085 12356-3 悅
-sign \x6087 23456-1236-3 悇
-sign \x6089 234-1235 悉
-sign \x608A 14-23456-5 悊
-sign \x608C 2345-146-2 悌
-sign \x608D 125-1345-6 悍
-sign \x6090 23456-1235 悐
-sign \x6092 245-26 悒
-sign \x6094 124-1256-4 悔
-sign \x6095 125-125 悕
-sign \x6096 1234-1256-2 悖
-sign \x609A 234-236-1 悚
-sign \x609B 234-23 悛
-sign \x609D 124-1256 悝
-sign \x609F 1245-2 悟
-sign \x60A0 245-16-3 悠
-sign \x60A2 123-25-2 悢
-sign \x60A3 2456-45-2 患
-sign \x60A8 1345-125-6 您
-sign \x60B0 1346-236-2 悰
-sign \x60B1 124-125-1 悱
-sign \x60B2 1234-125 悲
-sign \x60B4 234-245-2 悴
-sign \x60B5 14-25-4 悵
-sign \x60B6 134-2346-2 悶
-sign \x60B7 123-245-2 悷
-sign \x60B8 12345-146-4 悸
-sign \x60B9 13-2346-1 悹
-sign \x60BA 13-2346-1 悺
-sign \x60BB 125-1245-2 悻
-sign \x60BC 2345-1236-2 悼
-sign \x60BD 1346-146 悽
-sign \x60BE 125-236 悾
-sign \x60C0 123-234-2 惀
-sign \x60C4 1345-1235-3 惄
-sign \x60C5 1346-356-3 情
-sign \x60C6 1346-16-3 惆
-sign \x60C7 2345-234 惇
-sign \x60C8 12345-135-1 惈
-sign \x60C9 14-235 惉
-sign \x60CA 13-356 惊
-sign \x60CB 2346-1 惋
-sign \x60CC 23-4 惌
-sign \x60CE 13-125-2 惎
-sign \x60CF 123-345-3 惏
-sign \x60D1 2456-13-3 惑
-sign \x60D3 1235-23-3 惓
-sign \x60D5 23456-1235 惕
-sign \x60D8 134-56-6 惘
-sign \x60D9 14-12356-5 惙
-sign \x60DA 124-35 惚
-sign \x60DB 124-1246 惛
-sign \x60DC 234-1235 惜
-sign \x60DF 2456-146-3 惟
-sign \x60E0 2456-146-2 惠
-sign \x60E1 12456-5 惡
-sign \x60E6 2345-235-4 惦
-sign \x60F0 2345-135-2 惰
-sign \x60F1 1345-1236-6 惱
-sign \x60F2 2456-1246-2 惲
-sign \x60F3 234-25-1 想
-sign \x60F4 1346-23-1 惴
-sign \x60F6 2456-56-3 惶
-sign \x60F7 1346-234-1 惷
-sign \x60F8 1235-356-3 惸
-sign \x60F9 245-15-6 惹
-sign \x60FA 234-356 惺
-sign \x60FB 1346-46 惻
-sign \x60FE 234-16-4 惾
-sign \x6100 1346-13456-1 愀
-sign \x6101 234-16-3 愁
-sign \x6103 234-23-1 愃
-sign \x6106 125-256 愆
-sign \x6108 1456-2 愈
-sign \x6109 1456-3 愉
-sign \x610A 1234-1235 愊
-sign \x610D 134-1246-6 愍
-sign \x610E 1234-1235 愎
-sign \x610F 24-4 意
-sign \x6110 134-256-6 愐
-sign \x6112 1235-126-4 愒
-sign \x6113 2345-56-2 愓
-sign \x6114 245-456 愔
-sign \x6115 1245-12456-3 愕
-sign \x6116 234-456-3 愖
-sign \x611A 1456-3 愚
-sign \x611B 126-4 愛
-sign \x611C 125-12346-5 愜
-sign \x611F 13-456-1 感
-sign \x6123 123-356-2 愣
-sign \x6127 12456-146-6 愧
-sign \x6128 1235-12456-5 愨
-sign \x612B 234-1236-4 愫
-sign \x612C 234-1236-4 愬
-sign \x612E 13456-3 愮
-sign \x6132 12345-35 愲
-sign \x6134 1346-56-4 愴
-sign \x6137 125-126-1 愷
-sign \x613B 234-234-4 愻
-sign \x613E 1235-126-4 愾
-sign \x613F 23-2 愿
-sign \x6141 2456-1246-2 慁
-sign \x6142 245-236-1
-sign \x6144 123-1346-3 慄
-sign \x6145 234-1236 慅
-sign \x6146 23456-1236 慆
-sign \x6147 245-1246 慇
-sign \x6148 1346-24-3 慈
-sign \x6149 1346-12345 慉
-sign \x614A 125-12346-5 慊
-sign \x614B 23456-346-4 態
-sign \x614C 124-56 慌
-sign \x614D 2456-1246-4 慍
-sign \x614E 234-1246-2 慎
-sign \x6152 14-1236 慒
-sign \x6153 12346-13456-6
-sign \x6155 134-1236-2 慕
-sign \x6158 1346-345-1 慘
-sign \x615A 1346-345-3 慚
-sign \x615D 23456-1235 慝
-sign \x615E 14-25 慞
-sign \x615F 2345-236-2 慟
-sign \x6162 134-45-2 慢
-sign \x6163 12345-45-4 慣
-sign \x6164 1235-12456-5 慤
-sign \x6165 14-1236-2 慥
-sign \x6167 2456-146-2 慧
-sign \x6168 1235-126-4 慨
-sign \x616A 16-4 慪
-sign \x616B 234-236-1 慫
-sign \x616C 1235-1246-3 慬
-sign \x616E 123-245-2 慮
-sign \x6170 2456-146-4 慰
-sign \x6171 23456-23-3 慱
-sign \x6173 125-45 慳
-sign \x6174 234-12346-5 慴
-sign \x6175 245-236-3 慵
-sign \x6176 125-356-4 慶
-sign \x6177 125-56-1 慷
-sign \x6179 14-26 慹
-sign \x617A 123-16-3 慺
-sign \x617C 1346-1235 慼
-sign \x617E 245-12345-3 慾
-sign \x6180 123-13456-3 憀
-sign \x6182 245-16 憂
-sign \x6183 14-236 憃
-sign \x6187 125-125-4
-sign \x6189 12346-14-3 憉
-sign \x618A 1234-125-2 憊
-sign \x618B 1234-23456-5 憋
-sign \x618D 13-13456 憍
-sign \x618E 14-1245 憎
-sign \x6190 123-256-3 憐
-sign \x6191 12346-1245-3 憑
-sign \x6192 1235-1256-1 憒
-sign \x6193 2456-146-2 憓
-sign \x6194 1346-13456-3 憔
-sign \x6196 245-1246-2 憖
-sign \x6199 125-125-1
-sign \x619A 2345-45-2 憚
-sign \x619B 123-345-3 憛
-sign \x619D 2345-245-2 憝
-sign \x61A4 124-1246-6 憤
-sign \x61A7 1346-236 憧
-sign \x61A8 125-456 憨
-sign \x61A9 125-125-4 憩
-sign \x61AA 125-45-3 憪
-sign \x61AB 134-1246-6 憫
-sign \x61AC 13-356-1 憬
-sign \x61AD 123-13456-3 憭
-sign \x61AE 134-1236-6 憮
-sign \x61AF 1346-345-1 憯
-sign \x61B0 1235-12356-5 憰
-sign \x61B1 1346-12345 憱
-sign \x61B2 125-256-4 憲
-sign \x61B6 245-1235 憶
-sign \x61B8 1346-235 憸
-sign \x61BA 2345-345-2 憺
-sign \x61BC 13-356-1 憼
-sign \x61BE 125-456-2 憾
-sign \x61C2 2345-236-1 懂
-sign \x61C3 1235-1246-3 懃
-sign \x61C5 13-245-2 懅
-sign \x61C6 1346-1236-1 懆
-sign \x61C7 125-1246-1 懇
-sign \x61C8 125-346-2 懈
-sign \x61C9 245-356 應
-sign \x61CA 1236-4 懊
-sign \x61CB 134-16-2 懋
-sign \x61CC 245-1235-3 懌
-sign \x61CD 123-456-6 懍
-sign \x61D8 2345-146-4 懘
-sign \x61DE 134-236-1 懞
-sign \x61DF 2345-245-2 懟
-sign \x61E0 1346-146-3 懠
-sign \x61E1 1346-146-3
-sign \x61E3 134-2346-2 懣
-sign \x61E4 1346-16-3 懤
-sign \x61E5 14-24-4 懥
-sign \x61E6 1345-135-2 懦
-sign \x61E7 1345-135-2 懧
-sign \x61E8 235-0 懨
-sign \x61EA 1234-12456-5 懪
-sign \x61EB 14-24-4 懫
-sign \x61ED 12456-56-4 懭
-sign \x61EE 245-16 懮
-sign \x61F0 123-16-3 懰
-sign \x61F2 1346-356-3 懲
-sign \x61F5 134-236-1 懵
-sign \x61F6 123-45-6 懶
-sign \x61F7 2456-346-3 懷
-sign \x61F8 23-3 懸
-sign \x61FA 1346-345-4 懺
-sign \x61FC 13-245-2 懼
-sign \x61FD 124-2346 懽
-sign \x61FE 234-12346-5 懾
-sign \x61FF 24-4 懿
-sign \x6200 123-23-1 戀
-sign \x6201 1345-45-6 戁
-sign \x6204 124-12456-5 戄
-sign \x6207 1245-56-2 戇
-sign \x6208 12345-135 戈
-sign \x6209 12356-3 戉
-sign \x620A 134-1236-2 戊
-sign \x620C 234-1346 戌
-sign \x620D 234-1456-4 戍
-sign \x620E 245-236-3 戎
-sign \x6210 234-356-3 成
-sign \x6211 1245-135-6 我
-sign \x6212 13-346-4 戒
-sign \x6214 14-256 戔
-sign \x6215 1346-25-3 戕
-sign \x6216 2456-13-3 或
-sign \x6219 2345-236-2 戙
-sign \x621A 1346-1235 戚
-sign \x621B 2345-5 戛
-sign \x621F 13-1235 戟
-sign \x6221 125-456 戡
-sign \x6222 1346-26 戢
-sign \x6223 12456-146-3 戣
-sign \x6224 1235-126-4 戤
-sign \x6225 2345-1245-2 戥
-sign \x6227 1346-25 戧
-sign \x6229 14-256-1 戩
-sign \x622A 14-23456-3 截
-sign \x622D 256-1 戭
-sign \x622E 123-12345-3 戮
-sign \x6230 14-256-4 戰
-sign \x6232 125-125-4 戲
-sign \x6233 1346-246-5 戳
-sign \x6234 2345-346-4 戴
-sign \x6236 136-2 戶
-sign \x623D 124-136-4 戽
-sign \x623E 123-245-2 戾
-sign \x623F 124-56-3 房
-sign \x6240 234-135-1 所
-sign \x6241 1234-256-1 扁
-sign \x6242 2345-235-4 扂
-sign \x6243 12345-356 扃
-sign \x6246 24-1 扆
-sign \x6247 234-256-4 扇
-sign \x6248 136-2 扈
-sign \x6249 124-125 扉
-sign \x624A 235-6 扊
-sign \x624B 234-16-1 手
-sign \x624D 1346-126-3 才
-sign \x624E 14-2345-5 扎
-sign \x6250 123-46-3 扐
-sign \x6251 1234-12456 扑
-sign \x6252 12346-12-3 扒
-sign \x6253 2345-12-1 打
-sign \x6254 2456-356 扔
-sign \x6258 23456-12456-5
-sign \x625A 1234-45-2 扚
-sign \x625B 13-56 扛
-sign \x625E 125-1345-2 扞
-sign \x6260 1346-12 扠
-sign \x6261 23456-135 扡
-sign \x6262 125-125-4 扢
-sign \x6263 1235-16-4 扣
-sign \x6264 1245-35-3 扤
-sign \x6266 1346-256 扦
-sign \x626D 1345-16-1 扭
-sign \x626E 1234-45-2 扮
-sign \x626F 1346-15-1 扯
-sign \x6270 13456-6 扰
-sign \x6271 1235-26 扱
-sign \x6272 13-456-2 扲
-sign \x6273 12346-45 扳
-sign \x6276 124-136-3 扶
-sign \x6279 12346-146 批
-sign \x627A 14-24-1 扺
-sign \x627B 14-23456-5 扻
-sign \x627C 46-0 扼
-sign \x627D 2345-234-2 扽
-sign \x627E 14-34-1 找
-sign \x627F 234-356-3 承
-sign \x6280 13-125-2 技
-sign \x6283 1234-256-2 抃
-sign \x6284 1346-34 抄
-sign \x6286 134-1246-6 抆
-sign \x6288 13-16-1 抈
-sign \x6289 1235-12356-5 抉
-sign \x628A 1234-12-1 把
-sign \x628E 234-256-2 抎
-sign \x628F 2456-45-3 抏
-sign \x6291 245-1235 抑
-sign \x6292 234-1456 抒
-sign \x6293 14-34-1 抓
-sign \x6294 12346-16-3 抔
-sign \x6295 23456-16-3 投
-sign \x6296 2345-16-1 抖
-sign \x6297 1235-56-4 抗
-sign \x6298 14-23456-5 折
-sign \x62A6 1234-356-1 抦
-sign \x62A8 12346-356-3 抨
-sign \x62AA 1234-1236-4 抪
-sign \x62AB 12346-125 披
-sign \x62AC 23456-126-3 抬
-sign \x62AE 1346-1246-1 抮
-sign \x62B1 12346-1236-6 抱
-sign \x62B3 1345-125-2 抳
-sign \x62B4 245-146-2 抴
-sign \x62B5 2345-146-1 抵
-sign \x62B6 1346-1235 抶
-sign \x62B9 134-1356-5 抹
-sign \x62BB 1346-1246-1 抻
-sign \x62BC 2345-5 押
-sign \x62BD 1346-16 抽
-sign \x62BE 1235-245 抾
-sign \x62BF 134-1246-6 抿
-sign \x62C2 124-35 拂
-sign \x62C3 14-12-2 拃
-sign \x62C4 14-1456-1 拄
-sign \x62C6 1346-13-5 拆
-sign \x62C7 134-1236-6 拇
-sign \x62C8 1345-235 拈
-sign \x62C9 123-346 拉
-sign \x62CA 124-136-1 拊
-sign \x62CB 12346-34 拋
-sign \x62CC 1234-2346-2 拌
-sign \x62CD 12346-13-5 拍
-sign \x62CE 123-356 拎
-sign \x62CF 1345-12-3 拏
-sign \x62D0 12345-346-1 拐
-sign \x62D1 1235-235-3 拑
-sign \x62D2 1235-245-6 拒
-sign \x62D3 23456-12456-5
-sign \x62D4 1234-35-3 拔
-sign \x62D6 23456-135 拖
-sign \x62D7 34-4 拗
-sign \x62D8 1235-245 拘
-sign \x62D9 14-12356-5 拙
-sign \x62DA 12346-2346-4 拚
-sign \x62DB 14-13456 招
-sign \x62DC 1234-346-4 拜
-sign \x62EB 125-1246-2 拫
-sign \x62EC 1235-1356-5 括
-sign \x62ED 234-1235 拭
-sign \x62EE 13-23456-5 拮
-sign \x62EF 1346-356-1 拯
-sign \x62F1 13-236-1 拱
-sign \x62F3 1235-23-3 拳
-sign \x62F4 234-45 拴
-sign \x62F6 14-2345-5 拶
-sign \x62F7 125-34 拷
-sign \x62F8 1346-24-1 拸
-sign \x62F9 125-12346-3 拹
-sign \x62FC 12346-356-4 拼
-sign \x62FD 245-146-2 拽
-sign \x62FE 234-26-3 拾
-sign \x62FF 1345-12-3 拿
-sign \x6301 1346-24-3 持
-sign \x6302 12345-12-4 挂
-sign \x6303 14-35-3 挃
-sign \x6307 14-24-1 指
-sign \x6308 1235-23456-5 挈
-sign \x6309 1345-4 按
-sign \x630E 12456-12-4 挎
-sign \x6310 1345-12-3 挐
-sign \x6311 23456-13456 挑
-sign \x6313 14-12 挓
-sign \x6316 2456-2345-5 挖
-sign \x6328 1245-346-3 挨
-sign \x632A 1345-135-3 挪
-sign \x632B 1346-135-4 挫
-sign \x632F 14-1246-4 振
-sign \x6332 234-12 挲
-sign \x6336 13-12345-3 挶
-sign \x6339 245-26 挹
-sign \x633A 23456-356-6 挺
-sign \x633C 1345-135-3 挼
-sign \x633D 2456-45-6 挽
-sign \x633E 125-12346-5 挾
-sign \x6342 136-1 捂
-sign \x6343 12456-1246-1 捃
-sign \x6344 13-16-4 捄
-sign \x6345 23456-236-1 捅
-sign \x6346 12456-1246-1 捆
-sign \x6349 14-12345 捉
-sign \x634B 123-12356-5 捋
-sign \x634C 1234-2345-5 捌
-sign \x634D 125-1345-6 捍
-sign \x634E 234-34 捎
-sign \x634F 1345-12346-3 捏
-sign \x6350 13-23 捐
-sign \x6354 13-12456-5 捔
-sign \x6355 1234-1236-2 捕
-sign \x6358 14-234-4 捘
-sign \x6365 2346-1 捥
-sign \x6367 12346-236-1 捧
-sign \x6368 234-15-1 捨
-sign \x6369 123-23456-3 捩
-sign \x636B 134-2346-3 捫
-sign \x636D 1234-346-1 捭
-sign \x636E 13-245 据
-sign \x636F 2345-1236-4 捯
-sign \x6371 1245-346-3 捱
-sign \x6372 13-23-1 捲
-sign \x6375 1346-1246-1 捵
-sign \x6376 1346-245-3 捶
-sign \x6377 14-23456-3 捷
-sign \x637A 1345-2345-3 捺
-sign \x637B 1345-256-1 捻
-sign \x637C 1345-135-3 捼
-sign \x637D 14-1346 捽
-sign \x6380 125-256 掀
-sign \x6381 1346-14-3 掁
-sign \x6382 2345-235-2 掂
-sign \x6383 234-1236-4 掃
-sign \x6384 123-234-3 掄
-sign \x6387 14-12356-5 掇
-sign \x6388 234-16-2 授
-sign \x6389 2345-13456-2 掉
-sign \x638C 14-25-1 掌
-sign \x638E 13-125-1 掎
-sign \x638F 23456-1236-3 掏
-sign \x6390 125-1234-5 掐
-sign \x6392 12346-346-3 排
-sign \x6394 125-256 掔
-sign \x6396 245-1235-3 掖
-sign \x6397 12-4 掗
-sign \x6398 12345-35-3 掘
-sign \x6399 14-1245 掙
-sign \x639B 12345-12-4 掛
-sign \x639E 234-235-4 掞
-sign \x639F 2345-2356-4 掟
-sign \x63A0 123-246-3 掠
-sign \x63A1 1346-126-1 採
-sign \x63A2 23456-345-4 探
-sign \x63A3 14-146-4 掣
-sign \x63A4 1234-356 掤
-sign \x63A5 14-12346-5 接
-sign \x63A7 125-236-4 控
-sign \x63A8 23456-245 推
-sign \x63A9 235-1 掩
-sign \x63AA 1346-1236-4 措
-sign \x63AB 14-16 掫
-sign \x63AC 13-12345 掬
-sign \x63AD 23456-235-6 掭
-sign \x63AE 1235-256-3 掮
-sign \x63AF 1235-1245-4 掯
-sign \x63B0 134-13-5 掰
-sign \x63B1 12346-12-3 掱
-sign \x63B9 134-1245 掹
-sign \x63BD 12346-236-4 掽
-sign \x63BE 23-2 掾
-sign \x63C0 13-45-1 揀
-sign \x63C3 14-256-1 揃
-sign \x63C4 1456-3 揄
-sign \x63C5 256-3 揅
-sign \x63C6 12456-146-3 揆
-sign \x63C7 1345-345-3 揇
-sign \x63C8 12345-1245 揈
-sign \x63C9 245-16-3 揉
-sign \x63CC 234-46 揌
-sign \x63CD 14-16-4 揍
-sign \x63CE 234-23 揎
-sign \x63CF 134-13456-3 描
-sign \x63D0 23456-146-3 提
-sign \x63D2 1346-1234-5 插
-sign \x63D3 23456-135 揓
-sign \x63D5 14-456-4 揕
-sign \x63D6 245-26 揖
-sign \x63D7 234-234-6 揗
-sign \x63DA 245-25-3 揚
-sign \x63DB 2346-2 換
-sign \x63DC 235-1 揜
-sign \x63DD 14-45-2 揝
-sign \x63DE 456-1 揞
-sign \x63E0 2345-5 揠
-sign \x63E1 46-0 握
-sign \x63E3 1346-23-1 揣
-sign \x63E4 1346-23-1
-sign \x63E5 23456-146-4 揥
-sign \x63E6 123-12-1 揦
-sign \x63E9 125-346 揩
-sign \x63EA 1346-16 揪
-sign \x63EB 14-16 揫
-sign \x63ED 1235-23456-5 揭
-sign \x63EE 124-146 揮
-sign \x63F2 234-12346-5 揲
-sign \x63F3 234-23456-5 揳
-sign \x63F4 2346-3 援
-sign \x63F5 1235-256-3 揵
-sign \x63F6 245-15-3 揶
-sign \x63F8 14-12 揸
-sign \x63F9 1234-1256-4 揹
-sign \x63FC 2345-456-1 揼
-sign \x63FE 2456-1246-1 揾
-sign \x6406 1235-16-4 搆
-sign \x6407 13-456-2 搇
-sign \x6409 1235-12456-5 搉
-sign \x640A 1346-16 搊
-sign \x640B 1346-346 搋
-sign \x640C 14-256-1 搌
-sign \x640D 234-23-1 損
-sign \x640E 234-23 搎
-sign \x640F 1234-12456-5 搏
-sign \x6410 1346-12345 搐
-sign \x6412 1234-56-1 搒
-sign \x6413 1346-135 搓
-sign \x6414 234-1236 搔
-sign \x6415 125-26-3 搕
-sign \x6416 13456-3 搖
-sign \x6417 2345-1236-1 搗
-sign \x6418 14-24 搘
-sign \x641A 125-12346-3 搚
-sign \x641B 13-235 搛
-sign \x641C 234-16-1 搜
-sign \x641E 13-34-1 搞
-sign \x6420 234-12456-5 搠
-sign \x6421 234-56-1 搡
-sign \x6422 14-234-4 搢
-sign \x6424 46-0 搤
-sign \x6425 1346-245-3 搥
-sign \x6426 1345-1235 搦
-sign \x6427 234-256-4 搧
-sign \x6428 23456-1234-5 搨
-sign \x642A 23456-56-3 搪
-sign \x642C 1234-2346 搬
-sign \x642D 2345-1234-5 搭
-sign \x642E 123-1346-3 搮
-sign \x642F 23456-1236-3 搯
-sign \x6430 2456-35-3 搰
-sign \x6433 2456-13-3 搳
-sign \x6434 125-256 搴
-sign \x6435 2456-1246-1 搵
-sign \x6436 1346-25-1 搶
-sign \x6437 23456-256-3 搷
-sign \x643A 12456-146-3
-sign \x643D 1346-12-3 搽
-sign \x643E 14-12-4 搾
-sign \x643F 13-1234-5 搿
-sign \x6440 136-1 摀
-sign \x6441 1345-4 摁
-sign \x644B 234-2345-5 摋
-sign \x644E 13-16 摎
-sign \x6450 1346-25 摐
-sign \x6451 12345-13-5 摑
-sign \x6452 1234-356-1 摒
-sign \x6454 234-1346 摔
-sign \x6458 14-13-3 摘
-sign \x6459 123-256-3 摙
-sign \x645B 1346-24 摛
-sign \x645C 12345-45-4 摜
-sign \x645D 123-12345-3 摝
-sign \x645E 123-135-3 摞
-sign \x645F 123-16 摟
-sign \x6460 14-236-1 摠
-sign \x6466 2456-12-2 摦
-sign \x6467 1346-245 摧
-sign \x6469 134-135 摩
-sign \x646D 14-2456-5 摭
-sign \x646E 1245-1236-3 摮
-sign \x646F 14-24-4 摯
-sign \x6470 23456-3 摰
-sign \x6472 234-45-4 摲
-sign \x6473 13-16 摳
-sign \x6474 234-1456 摴
-sign \x6475 234-1235 摵
-sign \x6476 23456-23-3 摶
-sign \x6478 134-135-1 摸
-sign \x6479 134-1236-3 摹
-sign \x647A 14-12346-5 摺
-sign \x647B 1346-345 摻
-sign \x647D 12346-13456 摽
-sign \x6482 123-13456 撂
-sign \x6485 1235-12356-5 撅
-sign \x6487 12346-23456-5
-sign \x6488 123-34-3 撈
-sign \x6489 2345-234-4 撉
-sign \x648A 125-45-6 撊
-sign \x648B 23-3 撋
-sign \x648D 1346-235-3 撍
-sign \x648F 1346-235-3 撏
-sign \x6490 1346-14 撐
-sign \x6492 234-2345-5 撒
-sign \x6493 1345-34-3 撓
-sign \x6495 234-24 撕
-sign \x6496 125-1345-2 撖
-sign \x6498 2345-1234-5 撘
-sign \x6499 14-23-1 撙
-sign \x649A 1345-256-1 撚
-sign \x649D 124-146 撝
-sign \x649E 14-56-2 撞
-sign \x649F 13-13456-2 撟
-sign \x64A2 2345-45-2 撢
-sign \x64A3 234-256-2 撣
-sign \x64A4 1346-23456-5 撤
-sign \x64A5 1234-1356-3 撥
-sign \x64A6 1346-15-1 撦
-sign \x64A9 123-13456 撩
-sign \x64AB 124-136-1 撫
-sign \x64AC 13-13456-2 撬
-sign \x64AD 1234-135-4 播
-sign \x64AE 1346-12356-5 撮
-sign \x64B0 14-45-2 撰
-sign \x64B2 12346-12456-5
-sign \x64B3 13-456-2 撳
-sign \x64B4 2345-1246-4 撴
-sign \x64BB 23456-2345-5 撻
-sign \x64BC 125-456-2 撼
-sign \x64BE 2456-135 撾
-sign \x64BF 13-235-1 撿
-sign \x64C1 245-236-1 擁
-sign \x64C2 123-245-3 擂
-sign \x64C4 123-1236-6 擄
-sign \x64C5 234-256-2 擅
-sign \x64C7 14-13-3 擇
-sign \x64C9 14-12345 擉
-sign \x64CA 13-1235 擊
-sign \x64CB 2345-56-1 擋
-sign \x64CD 1346-1236 操
-sign \x64CE 1235-356-3 擎
-sign \x64CF 1235-356-3 擏
-sign \x64D0 12345-45-4 擐
-sign \x64D2 1235-456-3 擒
-sign \x64D4 2345-345 擔
-sign \x64D6 1235-12 擖
-sign \x64D7 12346-1235 擗
-sign \x64D8 134-13-5 擘
-sign \x64DA 13-245-4 據
-sign \x64DD 134-1245 擝
-sign \x64E0 14-146 擠
-sign \x64E1 14-146
-sign \x64E2 14-12456-3 擢
-sign \x64E3 2345-1236-1 擣
-sign \x64E4 234-1245-4 擤
-sign \x64E5 234-1245-4
-sign \x64E6 1346-2345-5 擦
-sign \x64E8 245-15-3 擨
-sign \x64E9 1456-3 擩
-sign \x64EB 12346-5 擫
-sign \x64EC 24-6 擬
-sign \x64ED 2456-12456-3 擭
-sign \x64EF 1234-1246-4 擯
-sign \x64F0 1345-356-2 擰
-sign \x64F1 13-12456-5 擱
-sign \x64F2 14-13-3 擲
-sign \x64F4 1235-56-4 擴
-sign \x64F7 1235-23456-5 擷
-sign \x64F8 123-1234-3 擸
-sign \x64FA 1234-346-1 擺
-sign \x64FB 234-16-1 擻
-sign \x64FD 123-1235 擽
-sign \x64FE 13456-1 擾
-sign \x64FF 23456-1235 擿
-sign \x6500 12346-45 攀
-sign \x6504 234-1456 攄
-sign \x6506 123-256-6 攆
-sign \x6509 124-12456-5 攉
-sign \x650F 123-236-6 攏
-sign \x6514 123-45-3 攔
-sign \x6516 245-356 攖
-sign \x6518 245-25-2 攘
-sign \x6519 1346-345 攙
-sign \x651B 1346-23-4 攛
-sign \x651C 12456-146-3 攜
-sign \x651D 234-12346-5 攝
-sign \x651E 123-135-1 攞
-sign \x6522 14-45-1 攢
-sign \x6523 123-23-3 攣
-sign \x6524 23456-45 攤
-sign \x6525 14-45-2 攥
-sign \x6526 123-146-2 攦
-sign \x6529 2345-56-1 攩
-sign \x652A 13-34-1 攪
-sign \x652B 124-12456-5 攫
-sign \x652C 123-345-6 攬
-sign \x652E 1345-56-6 攮
-sign \x652F 14-24 支
-sign \x6530 13-1256-2 攰
-sign \x6532 1235-125 攲
-sign \x6536 234-16 收
-sign \x6537 125-34-1 攷
-sign \x6538 245-16-3 攸
-sign \x6539 13-126-1 改
-sign \x653B 13-236 攻
-sign \x653D 1234-45 攽
-sign \x653E 124-56-4 放
-sign \x653F 14-356-4 政
-sign \x6541 2345-235 敁
-sign \x6543 134-1246-6 敃
-sign \x6545 13-136-4 故
-sign \x6548 125-34-2 效
-sign \x6549 134-146-6 敉
-sign \x654A 1346-12345 敊
-sign \x654D 14-245-2
-sign \x654F 134-1246-6 敏
-sign \x6551 13-16-4 救
-sign \x6553 2345-12356-3 敓
-sign \x6554 1456-6 敔
-sign \x6555 1346-1235 敕
-sign \x6556 1245-1236-2 敖
-sign \x6557 1234-346-2 敗
-sign \x6558 14-245-2 敘
-sign \x6559 13-34-4 教
-sign \x655C 1345-12346-3 敜
-sign \x655D 1234-146-2 敝
-sign \x655E 1346-56-1 敞
-sign \x6562 13-456-1 敢
-sign \x6563 234-45-4 散
-sign \x6566 2345-234 敦
-sign \x656A 14-12356-5 敪
-sign \x656C 13-356-4 敬
-sign \x6572 125-34 敲
-sign \x6574 14-356-1 整
-sign \x6575 2345-1235-3 敵
-sign \x6577 124-136 敷
-sign \x6578 234-1236-4 數
-sign \x657A 1235-245 敺
-sign \x657B 125-356-4 敻
-sign \x6581 245-1235-3 斁
-sign \x6582 123-235-6 斂
-sign \x6583 1234-146-2 斃
-sign \x6587 134-1246-3 文
-sign \x658C 1234-1246 斌
-sign \x6590 124-125-1 斐
-sign \x6591 1234-45 斑
-sign \x6592 1234-45 斒
-sign \x6595 123-45-2 斕
-sign \x6597 2345-16-1 斗
-sign \x6599 123-13456-2 料
-sign \x659B 125-12345-3 斛
-sign \x659C 1346-15-3 斜
-sign \x659D 13-12-1 斝
-sign \x659F 14-456 斟
-sign \x65A0 13-34-4 斠
-sign \x65A1 2456-2345-5 斡
-sign \x65A4 13-1246 斤
-sign \x65A5 1346-1235 斥
-sign \x65A7 124-136-1 斧
-sign \x65A8 1346-25 斨
-sign \x65AA 1235-245-3 斪
-sign \x65AB 1346-246-5 斫
-sign \x65AC 14-345-1 斬
-sign \x65AE 14-246-5 斮
-sign \x65AF 234-24 斯
-sign \x65B0 234-1246 新
-sign \x65B2 2345-246-5 斲
-sign \x65B7 2345-23-4 斷
-sign \x65B8 14-12345 斸
-sign \x65B9 124-56 方
-sign \x65BC 1456-0 於
-sign \x65BD 234-24 施
-sign \x65C1 12346-56-3 旁
-sign \x65C2 1235-125-3 旂
-sign \x65C3 14-256 旃
-sign \x65C4 134-1236-3 旄
-sign \x65C5 123-245-6 旅
-sign \x65C6 12346-1256-4 旆
-sign \x65CB 234-23-3 旋
-sign \x65CC 234-356 旌
-sign \x65CD 234-356 旍
-sign \x65CE 1345-125-6 旎
-sign \x65CF 14-12345-3 族
-sign \x65D0 234-13456-2 旐
-sign \x65D2 123-16-3 旒
-sign \x65D6 24-1 旖
-sign \x65D7 1235-125-3 旗
-sign \x65DB 124-45 旛
-sign \x65DD 1235-1256-1 旝
-sign \x65DF 1456-3 旟
-sign \x65E1 13-125-4 旡
-sign \x65E2 13-125-4 既
-sign \x65E3 13-125-4
-sign \x65E5 245-35-3 日
-sign \x65E6 2345-45-4 旦
-sign \x65E7 2345-45-4
-sign \x65E8 14-24-1 旨
-sign \x65E9 14-1236-1 早
-sign \x65EC 1346-234-3 旬
-sign \x65ED 245-12345 旭
-sign \x65EE 13-135 旮
-sign \x65EF 123-135 旯
-sign \x65F0 13-1345-4 旰
-sign \x65F1 125-1345-6 旱
-sign \x65F4 125-245 旴
-sign \x65FA 2456-56-2 旺
-sign \x65FB 134-1246-3 旻
-sign \x6600 2456-1246-3 昀
-sign \x6602 1245-56-3 昂
-sign \x6603 14-46 昃
-sign \x6604 1234-1246-1 昄
-sign \x6606 12456-1246 昆
-sign \x6607 234-356 昇
-sign \x6609 124-56-1 昉
-sign \x660A 125-1236-2 昊
-sign \x660B 1234-356 昋
-sign \x660C 1346-25 昌
-sign \x660E 134-356-3 明
-sign \x660F 124-1246 昏
-sign \x6612 124-35 昒
-sign \x6613 24-2 易
-sign \x6614 234-1235 昔
-sign \x6615 245-1246 昕
-sign \x661C 245-25-3 昜
-sign \x661D 14-45-1 昝
-sign \x661F 234-356 星
-sign \x6620 245-356-1 映
-sign \x6624 123-356-3
-sign \x6625 1346-234 春
-sign \x6627 134-1256-2 昧
-sign \x6628 14-12456-5 昨
-sign \x662B 125-245-1 昫
-sign \x662D 1346-13456 昭
-sign \x662F 234-24-2 是
-sign \x6631 245-12345 昱
-sign \x6633 245-35-3 昳
-sign \x6634 134-34-6 昴
-sign \x6635 1345-1235 昵
-sign \x6636 1346-56-1 昶
-sign \x663A 1234-356-1 昺
-sign \x6641 1346-13456-3 晁
-sign \x6642 234-24-3 時
-sign \x6643 124-56-1 晃
-sign \x6645 125-23 晅
-sign \x6649 14-234-4 晉
-sign \x664A 12345-0
-sign \x664C 125-25-1 晌
-sign \x664F 45-4 晏
-sign \x6652 234-346-4 晒
-sign \x665A 134-45-6 晚
-sign \x665B 256-6 晛
-sign \x665C 12345-1246 晜
-sign \x665D 14-16-4 晝
-sign \x665E 125-125 晞
-sign \x665F 234-356-3 晟
-sign \x6661 1234-1236 晡
-sign \x6662 14-146-4 晢
-sign \x6663 14-146
-sign \x6664 1245-2 晤
-sign \x6665 2346-6 晥
-sign \x6666 124-1256-4 晦
-sign \x6667 125-1236-1
-sign \x6668 234-1246-3 晨
-sign \x666C 14-245-4 晬
-sign \x666E 12346-1236-1 普
-sign \x666F 13-356-1 景
-sign \x6670 234-1235 晰
-sign \x6671 234-235-1 晱
-sign \x6674 1346-356-3 晴
-sign \x6676 14-356 晶
-sign \x6677 12345-146-1 晷
-sign \x667A 14-24-4 智
-sign \x667B 456-1 晻
-sign \x667C 2346-1 晼
-sign \x667E 123-56-2 晾
-sign \x6684 125-23 暄
-sign \x6687 125-12-3 暇
-sign \x6688 2456-1246-3 暈
-sign \x6689 124-146 暉
-sign \x668C 12456-146-3 暌
-sign \x668D 125-124-5 暍
-sign \x6690 2456-146-6 暐
-sign \x6691 234-1456-1 暑
-sign \x6696 1345-23-6 暖
-sign \x6697 456-4 暗
-sign \x6698 245-25-3 暘
-sign \x669D 134-356-6 暝
-sign \x66A0 13-1236-1 暠
-sign \x66A2 1346-25-4 暢
-sign \x66A8 1235-125-4 暨
-sign \x66AB 14-345-2 暫
-sign \x66AE 134-1236-2 暮
-sign \x66B1 1345-1235 暱
-sign \x66B4 1234-1236-2 暴
-sign \x66B5 125-1345-4
-sign \x66B8 123-13456-6 暸
-sign \x66B9 1346-235-4 暹
-sign \x66BE 23456-1246 暾
-sign \x66C0 146-4 曀
-sign \x66C4 12346-3 曄
-sign \x66C6 123-1235-3 曆
-sign \x66C7 23456-45-3 曇
-sign \x66C8 23456-236-3 曈
-sign \x66C9 125-13456-1 曉
-sign \x66CC 14-13456-4 曌
-sign \x66CF 125-25-4 曏
-sign \x66D6 126-1 曖
-sign \x66D9 1346-1456-6 曙
-sign \x66DA 134-236-3 曚
-sign \x66DB 124-1246 曛
-sign \x66DC 13456-2 曜
-sign \x66DD 1234-1236-2 曝
-sign \x66E0 1235-56-4 曠
-sign \x66E1 1235-56-4
-sign \x66E6 125-125 曦
-sign \x66E7 125-125
-sign \x66E8 123-236-3 曨
-sign \x66E9 1345-56-3 曩
-sign \x66EC 234-346-4 曬
-sign \x66F0 245-246-3 曰
-sign \x66F1 13-2345-3 曱
-sign \x66F2 1235-12345 曲
-sign \x66F3 245-146-2 曳
-sign \x66F4 13-1245-4 更
-sign \x66F7 125-124-5 曷
-sign \x66F8 234-1456 書
-sign \x66F9 1346-1236-3 曹
-sign \x66FC 134-45-2 曼
-sign \x66FE 1346-1245-3 曾
-sign \x66FF 23456-146-4 替
-sign \x6700 14-245-4 最
-sign \x6701 1346-345-1 朁
-sign \x6703 1256-2 會
-sign \x6705 1235-23456-5 朅
-sign \x6708 12356-3 月
-sign \x6709 245-16-6 有
-sign \x670B 12346-1245-3 朋
-sign \x670D 124-12345-3 服
-sign \x670F 124-125-1 朏
-sign \x6710 1235-245-3 朐
-sign \x6712 1345-12345-3 朒
-sign \x6713 23456-13456-4
-sign \x6714 234-12456-5 朔
-sign \x6715 14-456-2 朕
-sign \x6717 123-56-6 朗
-sign \x6718 14-234 朘
-sign \x671B 134-56-2 望
-sign \x671D 1346-13456-3 朝
-sign \x671E 13-125
-sign \x671F 1235-125-3 期
-sign \x6722 134-56-2 朢
-sign \x6723 23456-16-3 朣
-sign \x6726 134-236-3 朦
-sign \x6727 123-236-3 朧
-sign \x6728 134-12345-3 木
-sign \x672A 134-125-2 未
-sign \x672B 134-1356-3 末
-sign \x672C 1234-2346-1 本
-sign \x672D 14-2345-5 札
-sign \x672E 234-1346-3 朮
-sign \x6731 14-1456 朱
-sign \x6733 12346-12-3 朳
-sign \x6734 12346-12456-5
-sign \x6735 2345-135-1 朵
-sign \x6738 123-1235-3 朸
-sign \x6739 1235-16-3 朹
-sign \x673A 13-125 机
-sign \x673D 1345-16-1 朽
-sign \x673F 1346-24-4 朿
-sign \x6745 23456-236-3 杅
-sign \x6746 13-1345 杆
-sign \x6747 136-0 杇
-sign \x6748 1346-12 杈
-sign \x6749 1346-345-4 杉
-sign \x674C 1245-35-3 杌
-sign \x674E 123-125-6 李
-sign \x674F 125-1245-2 杏
-sign \x6750 1346-126-3 材
-sign \x6751 1346-23 村
-sign \x6753 234-12456-5 杓
-sign \x6755 2345-146-2 杕
-sign \x6756 14-25-2 杖
-sign \x6757 134-56-3 杗
-sign \x6759 123-1235-3 杙
-sign \x675A 134-16-3 杚
-sign \x675C 2345-1236-2 杜
-sign \x675D 123-125-3 杝
-sign \x675E 13-125-1 杞
-sign \x675F 1346-12345 束
-sign \x6760 13-236-4 杠
-sign \x6761 23456-13456-3
-sign \x676A 134-13456-6 杪
-sign \x676C 2346-2 杬
-sign \x676D 125-56-3 杭
-sign \x676F 1234-1256 杯
-sign \x6770 13-23456-3 杰
-sign \x6771 2345-236 東
-sign \x6772 13-1236-1 杲
-sign \x6773 134-13456-6 杳
-sign \x6774 125-256 杴
-sign \x6775 1346-1456-6 杵
-sign \x6776 1346-234 杶
-sign \x6777 12346-12-3 杷
-sign \x6778 234-1456-3 杸
-sign \x677B 1346-16-1 杻
-sign \x677C 1346-1456-6 杼
-sign \x677E 1346-236-3 松
-sign \x677F 1234-45-1 板
-sign \x6781 13-1235-3 极
-sign \x6784 1235-16-4 构
-sign \x6785 13-146 枅
-sign \x6787 12346-125-3 枇
-sign \x6789 2456-56-1 枉
-sign \x678B 124-56 枋
-sign \x678C 124-1246-3 枌
-sign \x6790 234-1235 析
-sign \x6791 136-2 枑
-sign \x6792 12-0 枒
-sign \x6793 2345-16-1 枓
-sign \x6795 14-456-1 枕
-sign \x6797 123-456-3 林
-sign \x6798 245-245-2 枘
-sign \x679A 134-1256-3 枚
-sign \x679C 12345-135-1 果
-sign \x679D 14-24 枝
-sign \x679F 23456-45-6 枟
-sign \x67AF 124-136 枯
-sign \x67B0 12346-356-3 枰
-sign \x67B1 23456-126-3 枱
-sign \x67B2 234-146-1 枲
-sign \x67B3 14-24-1 枳
-sign \x67B4 12345-346-1 枴
-sign \x67B5 125-13456 枵
-sign \x67B6 13-12-4 架
-sign \x67B7 13-12 枷
-sign \x67B8 13-16-1 枸
-sign \x67B9 124-136 枹
-sign \x67BB 24-2 枻
-sign \x67C1 23456-135-3 柁
-sign \x67C2 24-3 柂
-sign \x67C4 1234-2356-4 柄
-sign \x67C8 1234-2346-2 柈
-sign \x67CA 2345-236
-sign \x67CE 124-136 柎
-sign \x67CF 12346-13-5 柏
-sign \x67D0 134-16-6 某
-sign \x67D1 13-456 柑
-sign \x67D2 1346-35 柒
-sign \x67D3 235-6 染
-sign \x67D4 245-16-3 柔
-sign \x67D8 14-15-4 柘
-sign \x67D9 125-1234-3 柙
-sign \x67DA 245-16-1 柚
-sign \x67DC 12345-146-2 柜
-sign \x67DD 23456-12456-5
-sign \x67DE 14-12-4 柞
-sign \x67DF 1345-345-3 柟
-sign \x67E1 13-16-2
-sign \x67E2 2345-146-1 柢
-sign \x67E3 2345-23456-3 柣
-sign \x67E4 14-12 柤
-sign \x67E5 1346-12-3 查
-sign \x67E6 14-12
-sign \x67E9 13-16-2 柩
-sign \x67EC 13-45-1 柬
-sign \x67EE 2345-1346 柮
-sign \x67EF 135-0 柯
-sign \x67F0 1345-126-2 柰
-sign \x67F1 1346-1456-6 柱
-sign \x67F2 1234-125-4 柲
-sign \x67F3 123-16-6 柳
-sign \x67F4 1346-346-3 柴
-sign \x67F5 234-45 柵
-sign \x67F6 234-24-4 柶
-sign \x67F7 14-12345 柷
-sign \x67F9 124-146-4
-sign \x67FF 1346-24-1 柿
-sign \x6801 123-16-6
-sign \x6812 1346-234-3 栒
-sign \x6813 234-45 栓
-sign \x6814 1235-146-4 栔
-sign \x6816 1346-146 栖
-sign \x6817 123-1346-3 栗
-sign \x6818 24-3 栘
-sign \x681D 1235-12356-5 栝
-sign \x681F 1234-1246 栟
-sign \x6821 125-34-2 校
-sign \x6822 12346-13-5
-sign \x6829 125-245-1 栩
-sign \x682A 14-1456 株
-sign \x682B 14-256-4 栫
-sign \x6831 13-236-1 栱
-sign \x6832 125-34-1 栲
-sign \x6833 123-1236-6 栳
-sign \x6834 14-256 栴
-sign \x6835 123-146-2 栵
-sign \x6837 245-25-2
-sign \x6838 125-35-3 核
-sign \x6839 13-1246 根
-sign \x683C 13-13-5 格
-sign \x683D 14-126 栽
-sign \x6840 13-23456-3 桀
-sign \x6841 125-1245-3 桁
-sign \x6842 12345-146-4 桂
-sign \x6843 23456-1236-3 桃
-sign \x6844 12345-56 桄
-sign \x6845 2456-146-3 桅
-sign \x6846 12456-14 框
-sign \x6848 1345-4 案
-sign \x6849 1345-0 桉
-sign \x684C 1346-246-5 桌
-sign \x684E 14-35-3 桎
-sign \x6850 23456-236-3 桐
-sign \x6851 234-56 桑
-sign \x6853 2346-3 桓
-sign \x6854 13-35 桔
-sign \x686B 234-135 桫
-sign \x686E 1234-1256 桮
-sign \x686F 23456-356 桯
-sign \x6871 13-356-4 桱
-sign \x6872 1234-1356-3 桲
-sign \x6874 124-136 桴
-sign \x6875 234-245-3 桵
-sign \x6876 23456-236-1 桶
-sign \x6877 13-12456-5 桷
-sign \x6879 123-56-3 桹
-sign \x687C 1346-35 桼
-sign \x687F 13-1345 桿
-sign \x6881 123-25-3 梁
-sign \x6882 1235-16-3 梂
-sign \x6883 23456-356-6 梃
-sign \x6885 134-1256-3 梅
-sign \x6886 1234-56 梆
-sign \x688F 13-12345 梏
-sign \x6893 14-24-1 梓
-sign \x6894 14-24 梔
-sign \x6897 13-1245-1 梗
-sign \x6898 13-45-1 梘
-sign \x689C 14-23456-3 梜
-sign \x689D 23456-13456-3
-sign \x689F 125-13456 梟
-sign \x68A0 123-245-6 梠
-sign \x68A2 234-34 梢
-sign \x68A3 14-456 梣
-sign \x68A7 1245-3 梧
-sign \x68A8 123-125-3 梨
-sign \x68A9 123-125-3 梩
-sign \x68AB 1346-456 梫
-sign \x68AD 234-135 梭
-sign \x68AF 23456-146 梯
-sign \x68B0 125-346-2 械
-sign \x68B1 12456-1246-1 梱
-sign \x68B2 14-12356-5 梲
-sign \x68B3 234-135 梳
-sign \x68B4 23456-356-6 梴
-sign \x68B5 124-45-3 梵
-sign \x68BD 14-24
-sign \x68C4 125-125-4 棄
-sign \x68C9 134-256-3 棉
-sign \x68CB 1235-125-3 棋
-sign \x68CD 12345-1246-4 棍
-sign \x68D0 124-125-1 棐
-sign \x68D1 12346-346-3 棑
-sign \x68D2 12346-14-6 棒
-sign \x68D3 12346-14-6 棓
-sign \x68D5 14-236 棕
-sign \x68D6 1346-14-3 棖
-sign \x68D7 14-1236-1 棗
-sign \x68D8 13-1235 棘
-sign \x68DA 12346-14-3 棚
-sign \x68DF 2345-236-2 棟
-sign \x68E0 23456-56-3 棠
-sign \x68E1 13-56-4 棡
-sign \x68E2 13-56-4
-sign \x68E3 2345-146-2 棣
-sign \x68E4 2345-146-2
-sign \x68E6 14-12345 棦
-sign \x68E7 14-45-2 棧
-sign \x68E8 1235-146-1 棨
-sign \x68E9 1235-146-1
-sign \x68EB 2456-1235-3 棫
-sign \x68EC 125-23 棬
-sign \x68EE 234-456 森
-sign \x68EF 1345-256-1 棯
-sign \x68F0 1346-245-3 棰
-sign \x68F1 123-356-3 棱
-sign \x68F2 1346-146 棲
-sign \x68F3 14-12356-5 棳
-sign \x68F5 124-135-1 棵
-sign \x68F7 14-16 棷
-sign \x68F9 14-34-2 棹
-sign \x68FA 13-2346 棺
-sign \x68FB 124-1246 棻
-sign \x68FC 124-1246-3 棼
-sign \x6904 14-12346-5 椄
-sign \x6905 24-1 椅
-sign \x6907 13-245-1 椇
-sign \x6908 13-12345 椈
-sign \x690A 1346-12356-5 椊
-sign \x690B 123-25-3
-sign \x690C 125-56 椌
-sign \x690D 14-1235-3 植
-sign \x690E 14-245 椎
-sign \x690F 12-0 椏
-sign \x6910 13-245 椐
-sign \x6911 1234-125 椑
-sign \x6912 14-13456 椒
-sign \x6913 2345-246-5 椓
-sign \x6917 2345-356-4 椗
-sign \x6925 14-24 椥
-sign \x6930 245-15-3 椰
-sign \x6933 1256-0 椳
-sign \x6934 2345-23-2 椴
-sign \x6936 14-236
-sign \x6937 13-345 椷
-sign \x6938 24-3 椸
-sign \x6939 14-456 椹
-sign \x693B 256-1 椻
-sign \x693D 1346-23-3 椽
-sign \x693F 1346-234 椿
-sign \x6940 1456-6 楀
-sign \x6941 125-13-5
-sign \x6942 14-12 楂
-sign \x6945 1234-1235 楅
-sign \x6948 234-245 楈
-sign \x694A 245-25-3 楊
-sign \x694E 124-146 楎
-sign \x6953 124-236 楓
-sign \x6954 234-23456-5 楔
-sign \x6956 14-1235 楖
-sign \x6957 13-256-2 楗
-sign \x6958 134-12345-3 楘
-sign \x6959 134-16-2 楙
-sign \x695A 1346-135-1 楚
-sign \x695B 124-136-1 楛
-sign \x695C 136-3 楜
-sign \x695D 123-256-2 楝
-sign \x695E 123-356-3 楞
-sign \x695F 23456-356-3 楟
-sign \x6960 1345-345-3 楠
-sign \x6961 1456-3
-sign \x6963 134-125-3 楣
-sign \x6965 125-23-4 楥
-sign \x6966 125-23-4 楦
-sign \x6968 14-356 楨
-sign \x6969 12346-256-3 楩
-sign \x696B 14-12346-5 楫
-sign \x696C 1235-23456-5 楬
-sign \x696D 12346-3 業
-sign \x696E 1346-1456-6 楮
-sign \x696F 23456-234-6 楯
-sign \x6975 13-1235-3 極
-sign \x6977 1235-346-1 楷
-sign \x6978 1346-16 楸
-sign \x6979 245-356-3 楹
-sign \x697A 245-16-3 楺
-sign \x6982 1235-126-4 概
-sign \x6983 2345-456-3 榃
-sign \x6986 1456-3 榆
-sign \x698E 13-12-1 榎
-sign \x6994 123-56-3 榔
-sign \x6995 245-236-3 榕
-sign \x6996 13-12345 榖
-sign \x6998 13-245-1
-sign \x6999 125-26-3 榙
-sign \x699B 14-234 榛
-sign \x699C 1234-56-1 榜
-sign \x69A3 13456-3 榣
-sign \x69A4 13-23456-3 榤
-sign \x69A6 13-1345-4 榦
-sign \x69A7 124-125-1 榧
-sign \x69A8 14-12-4 榨
-sign \x69AA 134-12-2 榪
-sign \x69AB 234-234-1 榫
-sign \x69AD 14-15-2 榭
-sign \x69AE 2456-356-3 榮
-sign \x69AF 234-24-3 榯
-sign \x69B1 1346-245 榱
-sign \x69B4 123-16-3 榴
-sign \x69B7 1235-12456-5 榷
-sign \x69BB 23456-1234-5 榻
-sign \x69BE 12345-35 榾
-sign \x69BF 125-125-1 榿
-sign \x69C1 13-1236-1 槁
-sign \x69C3 12346-2346-3 槃
-sign \x69C4 23456-1236 槄
-sign \x69CA 234-12456-5 槊
-sign \x69CB 1235-16-4 構
-sign \x69CC 1346-245-3 槌
-sign \x69CD 1346-25 槍
-sign \x69CE 1346-12-3 槎
-sign \x69D0 2456-346-3 槐
-sign \x69D3 13-56-4 槓
-sign \x69E4 123-256-3
-sign \x69E5 234-245-2 槥
-sign \x69E6 234-245-2
-sign \x69E7 1346-12-4 槧
-sign \x69E8 13-12456-5 槨
-sign \x69E9 13-12456-5
-sign \x69EC 2456-12-2 槬
-sign \x69ED 1346-1235 槭
-sign \x69F1 245-16-6 槱
-sign \x69F2 125-1245-3 槲
-sign \x69F3 14-25-1 槳
-sign \x69F7 23456-3 槷
-sign \x69F8 1245-146-2 槸
-sign \x69FB 12456-146 槻
-sign \x69FC 12456-146 槼
-sign \x69FD 1346-1236-3 槽
-sign \x69FE 134-1235-3 槾
-sign \x69FF 13-1246-1 槿
-sign \x6A01 14-56 樁
-sign \x6A02 123-12456-3 樂
-sign \x6A05 1346-236 樅
-sign \x6A0A 124-45-3 樊
-sign \x6A0B 23456-236
-sign \x6A0F 123-245-3 樏
-sign \x6A11 123-25-3 樑
-sign \x6A13 123-16-3 樓
-sign \x6A15 1346-12345 樕
-sign \x6A16 12346-135 樖
-sign \x6A17 234-1456 樗
-sign \x6A18 23456-56-3 樘
-sign \x6A19 1234-13456 標
-sign \x6A1B 13-16 樛
-sign \x6A1D 14-12 樝
-sign \x6A1E 234-1456 樞
-sign \x6A1F 14-25 樟
-sign \x6A20 134-2346-3 樠
-sign \x6A21 134-1236-3 模
-sign \x6A23 245-25-2 樣
-sign \x6A27 234-2345-5 樧
-sign \x6A28 234-146 樨
-sign \x6A32 24-2 樲
-sign \x6A34 14-1235 樴
-sign \x6A35 1346-13456-3 樵
-sign \x6A38 12346-12456-5
-sign \x6A39 234-1456-2 樹
-sign \x6A3A 2456-12-3 樺
-sign \x6A3B 12345-146-2 樻
-sign \x6A3D 14-234 樽
-sign \x6A3E 12356-3 樾
-sign \x6A3F 234-256-2 樿
-sign \x6A44 13-345-4 橄
-sign \x6A46 134-1236-3 橆
-sign \x6A47 1346-245-4 橇
-sign \x6A48 1345-34-3 橈
-sign \x6A4B 1235-13456-3 橋
-sign \x6A50 23456-12456-5
-sign \x6A51 123-1236-6 橑
-sign \x6A54 2345-234 橔
-sign \x6A55 1346-14 橕
-sign \x6A58 12345-35 橘
-sign \x6A59 1346-14-1 橙
-sign \x6A5A 234-12345 橚
-sign \x6A5B 1235-12356-5 橛
-sign \x6A5E 2456-146-2 橞
-sign \x6A5F 13-125 機
-sign \x6A61 14-25-2 橡
-sign \x6A62 23456-135-6 橢
-sign \x6A66 23456-236-3 橦
-sign \x6A67 14-1245 橧
-sign \x6A6A 256-3 橪
-sign \x6A6B 2456-14-3 橫
-sign \x6A7E 1346-1236-4 橾
-sign \x6A7F 13-25 橿
-sign \x6A80 23456-45-3 檀
-sign \x6A81 123-456-6 檁
-sign \x6A84 125-35-3 檄
-sign \x6A87 14-245-4 檇
-sign \x6A89 1346-356 檉
-sign \x6A8D 245-1235 檍
-sign \x6A8E 1235-456-3 檎
-sign \x6A90 234-235-3 檐
-sign \x6A91 123-245-3 檑
-sign \x6A94 2345-56-1 檔
-sign \x6A95 125-146-2 檕
-sign \x6A97 1234-13-5 檗
-sign \x6A9A 1346-135-1 檚
-sign \x6A9B 14-12 檛
-sign \x6A9C 1235-1256-1 檜
-sign \x6A9D 14-12346-5
-sign \x6A9F 13-12-1 檟
-sign \x6AA0 1235-356-3 檠
-sign \x6AA1 14-13-3 檡
-sign \x6AA2 13-235-1 檢
-sign \x6AA3 1346-25-3 檣
-sign \x6AA5 1245-146-6 檥
-sign \x6AAC 134-236 檬
-sign \x6AAE 23456-1236-3 檮
-sign \x6AAF 23456-126-3 檯
-sign \x6AB3 1234-1246 檳
-sign \x6AB4 2456-12456-3 檴
-sign \x6AB8 1345-356-3 檸
-sign \x6ABB 123-345-2 檻
-sign \x6AC2 1346-246-5 櫂
-sign \x6AC3 12345-146-2 櫃
-sign \x6AC5 14-146 櫅
-sign \x6ACD 14-35 櫍
-sign \x6AD0 123-245-3 櫐
-sign \x6AD1 123-245-3 櫑
-sign \x6AD3 123-1236-6 櫓
-sign \x6ADA 123-245-6 櫚
-sign \x6ADB 14-23456-5 櫛
-sign \x6ADC 13-1236 櫜
-sign \x6ADD 2345-12345-3 櫝
-sign \x6ADE 23-3 櫞
-sign \x6ADF 123-1235 櫟
-sign \x6AE5 1346-1456-3 櫥
-sign \x6AE7 14-1456 櫧
-sign \x6AE8 123-1236-3 櫨
-sign \x6AEA 123-1235 櫪
-sign \x6AEB 14-1456 櫫
-sign \x6AEC 1346-1246-4 櫬
-sign \x6AF0 2456-346-3 櫰
-sign \x6AF1 23456-3 櫱
-sign \x6AF3 123-236-3 櫳
-sign \x6AF8 13-245-1 櫸
-sign \x6AFA 123-356-3 櫺
-sign \x6AFB 245-356 櫻
-sign \x6AFC 1346-235 櫼
-sign \x6B02 1234-12456-3 欂
-sign \x6B03 1346-345-3 欃
-sign \x6B04 123-45-3 欄
-sign \x6B0A 1235-23-3 權
-sign \x6B0F 123-135-3 欏
-sign \x6B10 123-146-2 欐
-sign \x6B11 1346-23-3 欑
-sign \x6B12 123-23-3 欒
-sign \x6B13 2345-56-1 欓
-sign \x6B16 123-345-1 欖
-sign \x6B17 123-45-3 欗
-sign \x6B19 123-245-3 欙
-sign \x6B1E 123-356-3 欞
-sign \x6B20 125-235-4 欠
-sign \x6B21 1346-24-4 次
-sign \x6B23 245-1246 欣
-sign \x6B2C 1235-35 欬
-sign \x6B31 125-124-5 欱
-sign \x6B32 245-12345-3 欲
-sign \x6B35 124-2346-1
-sign \x6B36 1346-12345 欶
-sign \x6B37 125-125 欷
-sign \x6B38 126-0 欸
-sign \x6B39 24-0 欹
-sign \x6B3A 125-125 欺
-sign \x6B3B 124-35 欻
-sign \x6B3C 14-12356-5 欼
-sign \x6B3D 245-456 欽
-sign \x6B3E 124-2346-1 款
-sign \x6B3F 125-456-1 欿
-sign \x6B41 125-456-4 歁
-sign \x6B42 1346-23-3 歂
-sign \x6B43 234-1234-5 歃
-sign \x6B46 245-456 歆
-sign \x6B47 125-23456-5 歇
-sign \x6B48 1456-3 歈
-sign \x6B49 125-12346-5 歉
-sign \x6B4A 125-13456 歊
-sign \x6B4C 13-135 歌
-sign \x6B4D 136-0 歍
-sign \x6B4E 23456-45-4 歎
-sign \x6B50 16-0 歐
-sign \x6B51 124-136 歑
-sign \x6B54 125-245 歔
-sign \x6B55 12346-1246-4 歕
-sign \x6B59 234-12346-5 歙
-sign \x6B5B 123-235-6 歛
-sign \x6B5C 1346-12345 歜
-sign \x6B5F 1456-3 歟
-sign \x6B60 14-12356-5 歠
-sign \x6B61 124-2346 歡
-sign \x6B62 14-24-1 止
-sign \x6B63 14-356-4 正
-sign \x6B64 1346-24-1 此
-sign \x6B65 1234-1236-2 步
-sign \x6B66 134-1236-6 武
-sign \x6B67 1235-125-3 歧
-sign \x6B6A 2456-346 歪
-sign \x6B72 234-245-4 歲
-sign \x6B77 123-1235-3 歷
-sign \x6B78 12345-146 歸
-sign \x6B79 2345-346-1 歹
-sign \x6B7B 234-125-1 死
-sign \x6B7E 134-1356-3 歾
-sign \x6B7F 134-1356-3 歿
-sign \x6B80 13456-0 殀
-sign \x6B82 1346-1236-3 殂
-sign \x6B83 245-25 殃
-sign \x6B84 23456-256-6 殄
-sign \x6B86 23456-126-6 殆
-sign \x6B88 12456-1235 殈
-sign \x6B89 234-234 殉
-sign \x6B8A 234-1456-3 殊
-sign \x6B8D 12346-13456-6
-sign \x6B91 1346-356-3 殑
-sign \x6B96 14-1235-3 殖
-sign \x6B98 1346-45-3 殘
-sign \x6B99 124-1246 殙
-sign \x6B9B 13-1235 殛
-sign \x6B9E 2456-1246-6 殞
-sign \x6BA2 23456-146-4 殢
-sign \x6BA3 13-1246-1 殣
-sign \x6BA4 234-25 殤
-sign \x6BAA 24-4 殪
-sign \x6BAB 2345-45 殫
-sign \x6BAD 13-25 殭
-sign \x6BAE 123-235-6 殮
-sign \x6BAF 1234-1246-4 殯
-sign \x6BB0 2345-12345-3 殰
-sign \x6BB2 1346-235 殲
-sign \x6BB3 234-1456-3 殳
-sign \x6BB5 2345-23-2 段
-sign \x6BB7 245-1246 殷
-sign \x6BBA 234-2345-5 殺
-sign \x6BBC 125-12456-5 殼
-sign \x6BBD 1245-34-3 殽
-sign \x6BBF 2345-256-2 殿
-sign \x6BC0 2456-146-1 毀
-sign \x6BC5 1245-146-2 毅
-sign \x6BC6 16-1 毆
-sign \x6BC8 2345-23-2 毈
-sign \x6BC9 24-0 毉
-sign \x6BCB 134-1236-3 毋
-sign \x6BCC 134-1236-3 毌
-sign \x6BCD 134-1236-6 母
-sign \x6BCF 134-1256-6 每
-sign \x6BD0 346-1 毐
-sign \x6BD2 2345-12345-3 毒
-sign \x6BD3 245-12345 毓
-sign \x6BD4 1234-125-1 比
-sign \x6BD6 1234-125-4 毖
-sign \x6BD7 1234-125-1 毗
-sign \x6BD8 12346-125-3 毘
-sign \x6BDA 1346-345-3 毚
-sign \x6BDB 134-1236-3 毛
-sign \x6BE1 14-256
-sign \x6BE2 234-126 毢
-sign \x6BE7 245-236-3 毧
-sign \x6BE8 234-256-1 毨
-sign \x6BEB 125-1236-3 毫
-sign \x6BEC 1235-16-3 毬
-sign \x6BEF 23456-45-1 毯
-sign \x6BF2 14-12356-5 毲
-sign \x6BF3 1346-245-4 毳
-sign \x6BF8 234-126 毸
-sign \x6BF9 234-1456 毹
-sign \x6BFB 23456-135-4 毻
-sign \x6BFD 256-1 毽
-sign \x6BFF 234-345 毿
-sign \x6C02 134-1236-3 氂
-sign \x6C03 123-236-3 氃
-sign \x6C04 245-236-6 氄
-sign \x6C05 1346-56-1 氅
-sign \x6C06 12346-1236-1 氆
-sign \x6C08 14-256 氈
-sign \x6C09 1346-1236-4 氉
-sign \x6C0B 134-236-3 氋
-sign \x6C0C 123-1236-6 氌
-sign \x6C0D 1235-245-3 氍
-sign \x6C0F 234-24-2 氏
-sign \x6C10 2345-146 氐
-sign \x6C11 134-1246-3 民
-sign \x6C13 134-1246-3 氓
-sign \x6C14 125-125-4 气
-sign \x6C15 12346-23456-5
-sign \x6C16 1345-346-6 氖
-sign \x6C18 2345-1236 氘
-sign \x6C19 234-256 氙
-sign \x6C1A 1346-23 氚
-sign \x6C1B 124-1246 氛
-sign \x6C1D 1345-126-2 氝
-sign \x6C1F 124-35 氟
-sign \x6C21 2345-236 氡
-sign \x6C23 125-125-4 氣
-sign \x6C24 245-1246 氤
-sign \x6C25 234-146 氥
-sign \x6C26 125-126-2 氦
-sign \x6C27 245-25-6 氧
-sign \x6C28 1345-0 氨
-sign \x6C2A 125-46 氪
-sign \x6C2B 125-356 氫
-sign \x6C2C 12-4 氬
-sign \x6C2E 2345-345-2 氮
-sign \x6C2F 123-12345-3 氯
-sign \x6C30 1346-356 氰
-sign \x6C33 2456-1246 氳
-sign \x6C34 234-245-1 水
-sign \x6C38 2456-356-6 永
-sign \x6C39 23456-456-6 氹
-sign \x6C3B 1245-1345-2 氻
-sign \x6C3E 124-45-4 氾
-sign \x6C3F 12345-146-1 氿
-sign \x6C40 2345-356 汀
-sign \x6C41 14-26 汁
-sign \x6C42 1235-16-3 求
-sign \x6C46 23456-1246-1 汆
-sign \x6C49 125-1345-4
-sign \x6C4A 1346-12-4 汊
-sign \x6C4B 14-12456-5 汋
-sign \x6C4C 125-256 汌
-sign \x6C4D 23-3 汍
-sign \x6C4E 124-45-4 汎
-sign \x6C4F 2345-346-2 汏
-sign \x6C50 14-1235-3 汐
-sign \x6C54 1245-35-3 汔
-sign \x6C55 234-45-4 汕
-sign \x6C57 125-1345-2 汗
-sign \x6C59 136-0 汙
-sign \x6C5B 234-234-4 汛
-sign \x6C5C 1346-24-6 汜
-sign \x6C5D 1456-6 汝
-sign \x6C5E 125-236-4 汞
-sign \x6C5F 13-56 江
-sign \x6C60 1346-24-3 池
-sign \x6C61 136-0 污
-sign \x6C67 125-256 汧
-sign \x6C68 134-1235-3 汨
-sign \x6C69 134-1235-3 汩
-sign \x6C6A 2456-56 汪
-sign \x6C6D 245-245-2 汭
-sign \x6C6F 2456-1245-3 汯
-sign \x6C70 23456-346-4 汰
-sign \x6C72 1235-26 汲
-sign \x6C74 1234-256-2 汴
-sign \x6C76 134-1246-2 汶
-sign \x6C78 1234-1245-2 汸
-sign \x6C7A 1235-12356-5 決
-sign \x6C7D 125-125-4 汽
-sign \x6C7E 124-1246-3 汾
-sign \x6C81 234-456-4 沁
-sign \x6C82 24-3 沂
-sign \x6C83 245-12345 沃
-sign \x6C84 234-256-1 沄
-sign \x6C85 23-3 沅
-sign \x6C86 125-56-3 沆
-sign \x6C87 256-6 沇
-sign \x6C88 234-456-1 沈
-sign \x6C89 1346-456-3 沉
-sign \x6C8C 2345-234-2 沌
-sign \x6C8D 136-2 沍
-sign \x6C8F 1346-146-4 沏
-sign \x6C90 134-12345-3 沐
-sign \x6C92 134-1356-3 沒
-sign \x6C93 2345-1234-3 沓
-sign \x6C94 134-256-6 沔
-sign \x6C95 134-35-3 沕
-sign \x6C96 1346-236 沖
-sign \x6C98 1234-125-1 沘
-sign \x6C99 234-12 沙
-sign \x6C9A 14-24-1 沚
-sign \x6C9B 12346-1256-4 沛
-sign \x6CA2 14-13-3
-sign \x6CAB 134-1356-3 沫
-sign \x6CAC 134-1256-2 沬
-sign \x6CAD 234-2345-3 沭
-sign \x6CAE 14-245-1 沮
-sign \x6CB0 23456-12456-5
-sign \x6CB1 23456-135-3 沱
-sign \x6CB3 125-135-3 河
-sign \x6CB4 123-245-2 沴
-sign \x6CB7 124-2345-5 沷
-sign \x6CB8 124-146-4 沸
-sign \x6CB9 245-16-3 油
-sign \x6CBB 14-24-2 治
-sign \x6CBC 14-13456-1 沼
-sign \x6CBD 13-136 沽
-sign \x6CBE 14-235 沾
-sign \x6CBF 23-3 沿
-sign \x6CC1 124-56-4 況
-sign \x6CC2 12345-356-1 泂
-sign \x6CC3 1235-245-6 泃
-sign \x6CC4 234-23456-5 泄
-sign \x6CC5 1346-16-3 泅
-sign \x6CC6 245-35-3 泆
-sign \x6CC9 1346-23-3 泉
-sign \x6CCA 1234-12456-3 泊
-sign \x6CCC 1234-125-4 泌
-sign \x6CD0 123-46-3 泐
-sign \x6CD1 245-16-4 泑
-sign \x6CD2 134-2345-3 泒
-sign \x6CD3 2456-1245-3 泓
-sign \x6CD4 13-456 泔
-sign \x6CD5 124-2345-5 法
-sign \x6CD6 134-34-6 泖
-sign \x6CD7 234-24-4 泗
-sign \x6CDA 1346-24-1 泚
-sign \x6CDB 124-45-4 泛
-sign \x6CDC 2345-146-1
-sign \x6CDD 234-1236-4 泝
-sign \x6CDE 1345-356-2 泞
-sign \x6CE0 123-356-3 泠
-sign \x6CE1 12346-34 泡
-sign \x6CE2 1234-135 波
-sign \x6CE3 245-26 泣
-sign \x6CE5 1345-146-3 泥
-sign \x6CE7 1356-3 泧
-sign \x6CE8 14-1456-4 注
-sign \x6CE9 245-1236 泩
-sign \x6CEB 2346-6 泫
-sign \x6CEC 12356-3 泬
-sign \x6CEE 1234-2346-2 泮
-sign \x6CEF 134-1246-6 泯
-sign \x6CF0 23456-346-4 泰
-sign \x6CF1 245-25 泱
-sign \x6CF2 14-146-4 泲
-sign \x6CF3 2456-356-2 泳
-sign \x6CF5 1234-456 泵
-sign \x6D01 13-23456-5 洁
-sign \x6D04 1256-3 洄
-sign \x6D07 256-0 洇
-sign \x6D0A 14-256-4 洊
-sign \x6D0B 245-25-3 洋
-sign \x6D0C 123-23456-3 洌
-sign \x6D0E 13-125-4 洎
-sign \x6D0F 24-3 洏
-sign \x6D11 124-12345-3 洑
-sign \x6D12 234-12-1 洒
-sign \x6D17 234-146-1 洗
-sign \x6D19 14-1456 洙
-sign \x6D1A 13-56-4 洚
-sign \x6D1B 123-12456-3 洛
-sign \x6D1E 2345-236-2 洞
-sign \x6D1F 24-3 洟
-sign \x6D25 14-234 津
-sign \x6D27 124-1256-1 洧
-sign \x6D28 1245-34-3 洨
-sign \x6D29 234-23456-5 洩
-sign \x6D2A 125-236-3 洪
-sign \x6D2B 12345-1235 洫
-sign \x6D2D 125-56 洭
-sign \x6D2E 23456-1236-3 洮
-sign \x6D31 24-6 洱
-sign \x6D32 14-16 洲
-sign \x6D33 1456-3 洳
-sign \x6D34 12346-356-3 洴
-sign \x6D35 234-234 洵
-sign \x6D36 125-236 洶
-sign \x6D38 12345-56 洸
-sign \x6D39 2346-3 洹
-sign \x6D3A 134-356-3 洺
-sign \x6D3B 1356-3 活
-sign \x6D3C 2456-12 洼
-sign \x6D3D 125-26 洽
-sign \x6D3E 12346-346-4 派
-sign \x6D3F 136-0 洿
-sign \x6D41 123-16-3 流
-sign \x6D59 14-23456-5 浙
-sign \x6D5A 14-234-4 浚
-sign \x6D5E 14-12345 浞
-sign \x6D60 125-125 浠
-sign \x6D61 1234-1356-3 浡
-sign \x6D63 2346-6 浣
-sign \x6D65 245-26 浥
-sign \x6D66 12346-1236-1 浦
-sign \x6D69 125-1236-2 浩
-sign \x6D6A 123-56-2 浪
-sign \x6D6C 123-125-6 浬
-sign \x6D6D 13-1245 浭
-sign \x6D6E 124-16-3 浮
-sign \x6D6F 1245-3 浯
-sign \x6D70 123-125-2 浰
-sign \x6D74 245-12345-3 浴
-sign \x6D77 125-126-1 海
-sign \x6D78 14-456-4 浸
-sign \x6D79 13-1234-5 浹
-sign \x6D7C 134-1256-6 浼
-sign \x6D82 23456-1236-3 涂
-sign \x6D85 1345-12346-3 涅
-sign \x6D87 13-356 涇
-sign \x6D88 234-13456 消
-sign \x6D89 234-12346-5 涉
-sign \x6D8A 1345-256-6 涊
-sign \x6D8C 1346-236 涌
-sign \x6D8E 256-3 涎
-sign \x6D91 1346-12345 涑
-sign \x6D92 23456-1246 涒
-sign \x6D93 13-23 涓
-sign \x6D94 234-456-3 涔
-sign \x6D95 23456-146-4 涕
-sign \x6D96 123-125-2
-sign \x6D98 14-24-2 涘
-sign \x6DAA 124-16-3 涪
-sign \x6DAC 125-1245-6 涬
-sign \x6DAE 234-45-4 涮
-sign \x6DAF 1245-346-3 涯
-sign \x6DB2 245-1235-3 液
-sign \x6DB3 125-236 涳
-sign \x6DB4 2456-135-4 涴
-sign \x6DB5 125-345-3 涵
-sign \x6DB7 2345-236 涷
-sign \x6DB8 1235-12456-5 涸
-sign \x6DBC 123-25-3 涼
-sign \x6DBD 124-1246 涽
-sign \x6DBF 2345-246-5 涿
-sign \x6DC0 2345-256-2 淀
-sign \x6DC4 14-24 淄
-sign \x6DC5 234-1235 淅
-sign \x6DC6 1245-34-3 淆
-sign \x6DC7 1235-125-3 淇
-sign \x6DC8 12345-35 淈
-sign \x6DCA 235-0 淊
-sign \x6DCB 123-456-3 淋
-sign \x6DCC 23456-56-1 淌
-sign \x6DD1 234-12345-3 淑
-sign \x6DD2 1346-146 淒
-sign \x6DD6 1345-34-2 淖
-sign \x6DD8 23456-1236-3 淘
-sign \x6DD9 1346-236-3 淙
-sign \x6DDA 123-245-2 淚
-sign \x6DDB 14-23456-5 淛
-sign \x6DDC 12346-14 淜
-sign \x6DDD 124-125-3 淝
-sign \x6DDE 234-236 淞
-sign \x6DDF 23456-256-1 淟
-sign \x6DE0 12346-125-4 淠
-sign \x6DE1 2345-345-2 淡
-sign \x6DE2 12345-1235 淢
-sign \x6DE4 1456-1 淤
-sign \x6DE5 123-12345-3 淥
-sign \x6DE6 13-456-4 淦
-sign \x6DE8 14-356-2 淨
-sign \x6DE9 123-356-3 淩
-sign \x6DEA 123-234-3 淪
-sign \x6DEB 245-456-3 淫
-sign \x6DEC 234-245-2 淬
-sign \x6DEE 2456-346-3 淮
-sign \x6DEF 245-12345-3 淯
-sign \x6DF0 1345-235-1 淰
-sign \x6DF1 234-456 深
-sign \x6DF3 234-234-3 淳
-sign \x6DF4 124-35 淴
-sign \x6DF5 23-0 淵
-sign \x6DF6 123-126-3 淶
-sign \x6DF7 2456-1246-2 混
-sign \x6DF9 235-0 淹
-sign \x6DFA 1346-256-1 淺
-sign \x6DFB 23456-235 添
-sign \x6DFC 134-13456-6 淼
-sign \x6E01 2456-146-2
-sign \x6E02 124-136
-sign \x6E04 134-2346-2
-sign \x6E05 1346-356 清
-sign \x6E07 2345-235-4
-sign \x6E19 2346-2 渙
-sign \x6E1A 14-1456-1 渚
-sign \x6E1B 13-345-1 減
-sign \x6E1C 1345-23-6 渜
-sign \x6E1D 1456-3 渝
-sign \x6E1F 23456-356-3 渟
-sign \x6E20 1235-245-3 渠
-sign \x6E21 2345-1236-2 渡
-sign \x6E22 124-236-3 渢
-sign \x6E23 14-12 渣
-sign \x6E24 1234-1356-3 渤
-sign \x6E25 46-0 渥
-sign \x6E26 2456-135 渦
-sign \x6E27 2345-1235-3 渧
-sign \x6E28 1256-0 渨
-sign \x6E2B 234-23456-5 渫
-sign \x6E2C 1346-46 測
-sign \x6E2D 2456-146-2 渭
-sign \x6E2F 13-56-1 港
-sign \x6E30 235-0 渰
-sign \x6E32 125-23 渲
-sign \x6E34 125-124-5 渴
-sign \x6E38 245-16-3 游
-sign \x6E39 12345-1245 渹
-sign \x6E3A 134-13456-6 渺
-sign \x6E3C 134-125-6 渼
-sign \x6E3E 2456-1246-2 渾
-sign \x6E43 1234-346-4 湃
-sign \x6E44 134-125-3 湄
-sign \x6E45 123-256-2 湅
-sign \x6E49 23456-235-3 湉
-sign \x6E4A 1346-16-4 湊
-sign \x6E4B 2456-146-3 湋
-sign \x6E4D 1346-23-1 湍
-sign \x6E4E 134-256-6 湎
-sign \x6E51 234-245-1 湑
-sign \x6E53 12346-2346-3 湓
-sign \x6E54 14-256 湔
-sign \x6E56 136-3 湖
-sign \x6E58 234-25 湘
-sign \x6E59 245-1235-3
-sign \x6E5B 14-345-4 湛
-sign \x6E5C 14-1235-3 湜
-sign \x6E5D 13-346 湝
-sign \x6E5E 14-356 湞
-sign \x6E5F 2456-56-3 湟
-sign \x6E62 1234-1235 湢
-sign \x6E63 134-1246-6 湣
-sign \x6E67 245-236-1 湧
-sign \x6E68 12345-1235 湨
-sign \x6E69 1346-236-6
-sign \x6E6B 14-16 湫
-sign \x6E6E 245-1246 湮
-sign \x6E6F 23456-56 湯
-sign \x6E71 2456-13-3 湱
-sign \x6E72 2346-3 湲
-sign \x6E88 12345-146 溈
-sign \x6E89 1235-126-4 溉
-sign \x6E8E 12345-146-4 溎
-sign \x6E8F 23456-56-3 溏
-sign \x6E90 23-3 源
-sign \x6E94 1245-34-3 溔
-sign \x6E96 14-234-1 準
-sign \x6E98 125-26-3 溘
-sign \x6E9C 123-13456 溜
-sign \x6E9D 1235-16 溝
-sign \x6E9F 134-356-3 溟
-sign \x6EA0 14-12-4 溠
-sign \x6EA2 245-35-3 溢
-sign \x6EA5 12346-1236-1 溥
-sign \x6EA6 134-125-3 溦
-sign \x6EA7 123-1346-3 溧
-sign \x6EAA 1235-146 溪
-sign \x6EAB 2456-1246 溫
-sign \x6EAE 234-24 溮
-sign \x6EAF 234-1236-4 溯
-sign \x6EB1 14-234 溱
-sign \x6EB2 234-16 溲
-sign \x6EB3 2456-1246-3 溳
-sign \x6EB4 1346-16-4 溴
-sign \x6EB5 245-1246
-sign \x6EB6 245-236-3 溶
-sign \x6EB7 2456-1246-2 溷
-sign \x6EBA 1345-1235-3 溺
-sign \x6EBC 234-26 溼
-sign \x6EBD 245-12345-3 溽
-sign \x6EC0 1346-12345 滀
-sign \x6EC1 1346-245-3 滁
-sign \x6EC2 12346-56-3 滂
-sign \x6EC3 245-16-1 滃
-sign \x6EC4 1346-56 滄
-sign \x6EC5 134-23456-3 滅
-sign \x6EC6 13-13-5 滆
-sign \x6EC7 23456-256-3 滇
-sign \x6EC8 125-1236-2 滈
-sign \x6ECB 14-24 滋
-sign \x6ECC 2345-1235-3 滌
-sign \x6ECD 14-24-2 滍
-sign \x6ECF 124-136-1 滏
-sign \x6ED1 2456-2345-3 滑
-sign \x6ED3 14-24-1 滓
-sign \x6ED4 23456-1236 滔
-sign \x6ED5 23456-1245-3 滕
-sign \x6ED8 13-34-4 滘
-sign \x6ED9 1256-2 滙
-sign \x6EEB 234-16-4 滫
-sign \x6EEC 136-2 滬
-sign \x6EEF 14-146-2 滯
-sign \x6EF1 1235-16-4 滱
-sign \x6EF2 234-456-4 滲
-sign \x6EF4 2345-1235-3 滴
-sign \x6EF7 123-1236-6 滷
-sign \x6EF8 136-1 滸
-sign \x6EF9 124-136 滹
-sign \x6EFA 245-16-3
-sign \x6EFB 1346-45-1 滻
-sign \x6EFE 12345-1246-1 滾
-sign \x6EFF 134-2346-6 滿
-sign \x6F01 1456-3 漁
-sign \x6F02 12346-13456-4
-sign \x6F06 1346-35 漆
-sign \x6F08 14-146-4 漈
-sign \x6F09 123-12345-3 漉
-sign \x6F0A 123-16-3 漊
-sign \x6F0F 123-16-2 漏
-sign \x6F13 123-125-3 漓
-sign \x6F14 256-1 演
-sign \x6F15 1346-1236-3 漕
-sign \x6F18 234-234-3 漘
-sign \x6F19 23456-23-3 漙
-sign \x6F1A 16-4 漚
-sign \x6F20 134-12456-3 漠
-sign \x6F22 125-1345-4 漢
-sign \x6F23 123-256-3 漣
-sign \x6F25 2456-12 漥
-sign \x6F26 123-125-3 漦
-sign \x6F29 234-23-3 漩
-sign \x6F2A 24-1 漪
-sign \x6F2B 134-45-2 漫
-sign \x6F2C 14-1235 漬
-sign \x6F2D 134-56-6 漭
-sign \x6F2E 125-56 漮
-sign \x6F2F 23456-1234-5 漯
-sign \x6F30 12346-1245-3 漰
-sign \x6F31 234-16-4 漱
-sign \x6F32 14-25-4 漲
-sign \x6F33 14-25 漳
-sign \x6F36 2456-45-2 漶
-sign \x6F37 12345-12456-5
-sign \x6F38 14-235-2 漸
-sign \x6F3B 123-13456-3 漻
-sign \x6F3C 1346-245 漼
-sign \x6F3E 245-25-2 漾
-sign \x6F3F 14-25 漿
-sign \x6F40 1346-236-3 潀
-sign \x6F41 2456-356-2 潁
-sign \x6F4E 12346-23456-5
-sign \x6F4F 2456-35-3 潏
-sign \x6F51 12346-1356-5 潑
-sign \x6F52 2345-56-2 潒
-sign \x6F54 13-23456-5 潔
-sign \x6F55 134-1236-6 潕
-sign \x6F58 12346-2346 潘
-sign \x6F5A 234-13456 潚
-sign \x6F5B 1346-235-3 潛
-sign \x6F5D 245-26 潝
-sign \x6F5E 123-1236-2 潞
-sign \x6F5F 234-1235 潟
-sign \x6F60 234-234-4 潠
-sign \x6F62 2456-56-3 潢
-sign \x6F64 245-234-2 潤
-sign \x6F66 123-1236-6 潦
-sign \x6F6C 23456-45 潬
-sign \x6F6D 23456-345-3 潭
-sign \x6F6E 1346-13456-3 潮
-sign \x6F6F 1346-456-3 潯
-sign \x6F70 1235-1256-1 潰
-sign \x6F72 234-34-4 潲
-sign \x6F74 14-1456
-sign \x6F77 1234-35 潷
-sign \x6F78 234-45 潸
-sign \x6F7A 234-45-3 潺
-sign \x6F7C 23456-236-3 潼
-sign \x6F7E 123-234-3 潾
-sign \x6F7F 2456-146-3 潿
-sign \x6F80 13-12346-5 澀
-sign \x6F82 1346-356-3 澂
-sign \x6F84 1346-356-3 澄
-sign \x6F86 13-13456 澆
-sign \x6F87 123-1236-2 澇
-sign \x6F88 1346-23456-5 澈
-sign \x6F89 13-456-1 澉
-sign \x6F8C 234-24 澌
-sign \x6F8D 234-1456-2 澍
-sign \x6F8E 12346-14-3 澎
-sign \x6F90 2456-1246-3 澐
-sign \x6F92 125-236-2 澒
-sign \x6F94 125-1236-2 澔
-sign \x6F97 13-45-4 澗
-sign \x6FA0 134-1246-6 澠
-sign \x6FA1 1346-1236-4 澡
-sign \x6FA3 2346-6 澣
-sign \x6FA4 14-13-3 澤
-sign \x6FA5 125-346-2 澥
-sign \x6FA6 1456-2 澦
-sign \x6FA7 123-146-6 澧
-sign \x6FA8 234-146-2 澨
-sign \x6FA9 125-12456-3 澩
-sign \x6FAD 245-236 澭
-sign \x6FAE 1235-1256-4 澮
-sign \x6FAF 1346-45-4 澯
-sign \x6FB0 13-235-1
-sign \x6FB1 2345-256-2 澱
-sign \x6FB3 1236-4 澳
-sign \x6FB4 2456-45-3 澴
-sign \x6FB6 234-256-3 澶
-sign \x6FB9 2345-345-2 澹
-sign \x6FBC 12346-1235 澼
-sign \x6FBD 13-245-2 澽
-sign \x6FC0 13-1235 激
-sign \x6FC1 14-12345-3 濁
-sign \x6FC2 123-235-3 濂
-sign \x6FC3 1345-236-3 濃
-sign \x6FC6 124-1246-3 濆
-sign \x6FC7 234-1234-5 濇
-sign \x6FC8 1346-26 濈
-sign \x6FC9 234-245 濉
-sign \x6FCA 1235-1356-5 濊
-sign \x6FCB 1346-135-1 濋
-sign \x6FD4 134-125-3 濔
-sign \x6FD5 234-26 濕
-sign \x6FD8 1345-356-3 濘
-sign \x6FDA 245-356-3
-sign \x6FDB 134-236-3 濛
-sign \x6FDC 14-234-2 濜
-sign \x6FDE 12346-125-4 濞
-sign \x6FDF 14-146-4 濟
-sign \x6FE0 125-1236-3 濠
-sign \x6FE1 1456-3 濡
-sign \x6FE4 23456-1236-3 濤
-sign \x6FE9 2456-12456-3 濩
-sign \x6FEB 123-345-2 濫
-sign \x6FEC 14-234-4 濬
-sign \x6FEE 1234-12345-3 濮
-sign \x6FEF 14-12456-3 濯
-sign \x6FF0 2456-146-3 濰
-sign \x6FF1 1234-1246 濱
-sign \x6FF2 13-12345 濲
-sign \x6FF6 124-1356-5
-sign \x6FFA 14-256-2 濺
-sign \x6FFC 123-12456-3 濼
-sign \x6FFE 123-245-2 濾
-sign \x7005 245-356-3 瀅
-sign \x7006 2345-12345-3 瀆
-sign \x7009 234-15-4 瀉
-sign \x700B 234-456-1 瀋
-sign \x700C 1234-13456 瀌
-sign \x700D 1346-256-3 瀍
-sign \x700F 123-16-3 瀏
-sign \x7011 1234-12345-3 瀑
-sign \x7014 13-12345 瀔
-sign \x7015 12346-1246-3 瀕
-sign \x7018 123-1236-3 瀘
-sign \x701A 125-1345-2 瀚
-sign \x701B 245-356-3 瀛
-sign \x701D 123-1235-3 瀝
-sign \x701F 234-13456 瀟
-sign \x7020 245-356-3 瀠
-sign \x7021 234-245-6 瀡
-sign \x7023 125-346-2 瀣
-sign \x7026 14-1456 瀦
-sign \x7027 123-236-3 瀧
-sign \x7028 123-346-2 瀨
-sign \x702F 245-356-3 瀯
-sign \x7030 1345-125-3 瀰
-sign \x7031 13-146-4 瀱
-sign \x7032 123-235-6 瀲
-sign \x7038 1346-235 瀸
-sign \x7039 245-246-3 瀹
-sign \x703A 1346-345-3 瀺
-sign \x703C 245-25-3 瀼
-sign \x703E 123-45-3 瀾
-sign \x7042 1346-246-5 灂
-sign \x7043 124-236 灃
-sign \x7044 234-12346-5 灄
-sign \x7049 245-236 灉
-sign \x704A 1346-456-3 灊
-sign \x704C 13-2346-4 灌
-sign \x7051 234-12-1 灑
-sign \x7052 14-45-4 灒
-sign \x7055 123-125-3 灕
-sign \x7058 23456-45 灘
-sign \x705B 14-256-1 灛
-sign \x705D 125-1236-2 灝
-sign \x705E 1234-12-4 灞
-sign \x7060 123-345-2 灠
-sign \x7062 1345-56-6 灢
-sign \x7063 2456-45 灣
-sign \x7064 123-23-3 灤
-sign \x7067 235-2
-sign \x7068 13-456-4 灨
-sign \x7069 235-2 灩
-sign \x706B 124-135-1 火
-sign \x7070 124-1256 灰
-sign \x7074 125-236-4 灴
-sign \x7075 123-356-3
-sign \x7076 14-1236-4 灶
-sign \x7078 13-16-4 灸
-sign \x707A 1346-15-1 灺
-sign \x707C 1346-246-5 灼
-sign \x707D 14-126 災
-sign \x707E 14-126
-sign \x7083 14-1236-2 炃
-sign \x7084 125-1345-3 炄
-sign \x7085 12345-356-1 炅
-sign \x7086 134-1246 炆
-sign \x708A 1346-245 炊
-sign \x708E 235-3 炎
-sign \x7091 12346-125-3 炑
-sign \x7092 1346-34-1 炒
-sign \x7093 23456-16-4 炓
-sign \x7094 1235-12356-5 炔
-sign \x7095 1235-56-4 炕
-sign \x7096 2345-1246-2 炖
-sign \x7098 245-1246 炘
-sign \x7099 14-2456-5 炙
-sign \x70A4 14-13456-4 炤
-sign \x70AB 23-3 炫
-sign \x70AC 13-245-2 炬
-sign \x70AD 23456-45-4 炭
-sign \x70AE 12346-34-4 炮
-sign \x70AF 12345-356-1 炯
-sign \x70B0 12346-34-4 炰
-sign \x70B1 23456-126-3 炱
-sign \x70B3 1234-356-1 炳
-sign \x70B5 2345-236 炵
-sign \x70B7 14-1456-4 炷
-sign \x70B8 14-12-4 炸
-sign \x70BA 2456-146-2 為
-sign \x70C8 123-23456-3 烈
-sign \x70CA 245-25-3 烊
-sign \x70CF 136-0 烏
-sign \x70D4 23456-236-3 烔
-sign \x70D6 14-126
-sign \x70D8 125-236-4 烘
-sign \x70D9 123-12456-5 烙
-sign \x70DC 125-23-1 烜
-sign \x70DD 14-356 烝
-sign \x70DF 256-0
-sign \x70E2 14-13-3 烢
-sign \x70E4 125-34 烤
-sign \x70EF 125-125 烯
-sign \x70F0 124-16-3 烰
-sign \x70F1 12345-356-1 烱
-sign \x70F4 23456-356 烴
-sign \x70F7 23-1 烷
-sign \x70F9 12346-14 烹
-sign \x70FA 123-56-6 烺
-sign \x70FD 124-236 烽
-sign \x7102 234-12345 焂
-sign \x7104 124-1246 焄
-sign \x7109 256-0 焉
-sign \x710A 125-1345-2 焊
-sign \x710C 1346-1346 焌
-sign \x7110 1245-2 焐
-sign \x7113 125-456-3 焓
-sign \x7117 13-12345-3 焗
-sign \x7119 1234-1256-2 焙
-sign \x711A 124-1246-3 焚
-sign \x711C 12456-1246 焜
-sign \x7120 1346-245-4 焠
-sign \x7121 134-1236-3 無
-sign \x7126 14-13456 焦
-sign \x712C 245-25-3
-sign \x712E 245-1246-4 焮
-sign \x712F 1346-246-5 焯
-sign \x7130 235-2 焰
-sign \x7131 235-2 焱
-sign \x7136 256-3 然
-sign \x7140 2456-35 煀
-sign \x7141 1345-456-3 煁
-sign \x7146 125-12
-sign \x7147 124-146 煇
-sign \x7149 123-256-2 煉
-sign \x714A 125-23 煊
-sign \x714B 234-356 煋
-sign \x714C 2456-56-3 煌
-sign \x714D 1346-13456-1 煍
-sign \x714E 14-256 煎
-sign \x7152 2456-146-6 煒
-sign \x7156 1345-23-6 煖
-sign \x7159 256-0 煙
-sign \x715A 12345-356-1 煚
-sign \x715C 245-12345 煜
-sign \x715E 234-2345-5 煞
-sign \x7160 14-12-4 煠
-sign \x7162 1235-356-3 煢
-sign \x7163 245-16-1 煣
-sign \x7164 134-1256-3 煤
-sign \x7165 2346-2 煥
-sign \x7166 125-245-1 煦
-sign \x7167 14-13456-4 照
-sign \x7168 1256-0 煨
-sign \x7169 124-45-3 煩
-sign \x716C 245-25-3 煬
-sign \x716E 14-1456-1 煮
-sign \x7172 1234-1236 煲
-sign \x7178 12346-256 煸
-sign \x717B 23456-56-3 煻
-sign \x717D 234-256-4 煽
-sign \x7180 124-56-1 熀
-sign \x7184 234-1235 熄
-sign \x7185 2456-1246-1 熅
-sign \x718A 125-236-3 熊
-sign \x718F 124-1246 熏
-sign \x7192 245-356-3 熒
-sign \x7194 245-236-3 熔
-sign \x7197 1346-25-4 熗
-sign \x7199 125-125 熙
-sign \x719B 1234-13456 熛
-sign \x719F 234-12345-3 熟
-sign \x71A0 245-26 熠
-sign \x71A5 23456-236 熥
-sign \x71A8 23456-56-4 熨
-sign \x71AC 1245-1236-3 熬
-sign \x71AF 125-1345-4 熯
-sign \x71B0 16-0 熰
-sign \x71B1 23456-3 熱
-sign \x71B2 12345-356-1 熲
-sign \x71B3 134-45-2 熳
-sign \x71B5 234-25 熵
-sign \x71B8 14-235 熸
-sign \x71B9 125-125 熹
-sign \x71BE 1346-24-4 熾
-sign \x71C0 14-256-1 燀
-sign \x71C1 12346-3 燁
-sign \x71C2 23456-345-3 燂
-sign \x71C3 256-3 燃
-sign \x71C4 235-2 燄
-sign \x71C8 2345-1245 燈
-sign \x71C9 2345-1246-2 燉
-sign \x71CA 234-1246 燊
-sign \x71CB 14-13456 燋
-sign \x71CE 123-13456-3 燎
-sign \x71CF 2456-35-3 燏
-sign \x71D0 123-234-3 燐
-sign \x71D2 234-13456 燒
-sign \x71D4 124-45-3 燔
-sign \x71D5 256-4 燕
-sign \x71D6 1346-456-3 燖
-sign \x71D9 23456-56-4 燙
-sign \x71DA 245-1235-3 燚
-sign \x71DC 134-2346-2 燜
-sign \x71DF 245-356-3 營
-sign \x71E0 245-12345 燠
-sign \x71E1 245-1235-3 燡
-sign \x71E2 245-1235-3
-sign \x71E5 1346-1236-4 燥
-sign \x71E6 1346-45-4 燦
-sign \x71E7 234-245-2 燧
-sign \x71E8 234-245-2
-sign \x71EC 2456-146-1 燬
-sign \x71ED 14-12345 燭
-sign \x71EE 234-23456-5 燮
-sign \x71F4 1256-2 燴
-sign \x71F6 1345-236 燶
-sign \x71F8 234-24 燸
-sign \x71F9 234-256-1 燹
-sign \x71FB 124-1246 燻
-sign \x71FC 14-234-1 燼
-sign \x71FE 23456-1236-3 燾
-sign \x71FF 13456-2 燿
-sign \x7206 1234-34-4 爆
-sign \x7207 12356-3 爇
-sign \x720A 1245-1236-3 爊
-sign \x720D 234-246-5 爍
-sign \x7210 123-1236-3 爐
-sign \x7213 235-2 爓
-sign \x7214 125-125 爔
-sign \x721A 245-246-3 爚
-sign \x721B 123-45-2 爛
-sign \x721D 14-246-5 爝
-sign \x721F 13-2346-4 爟
-sign \x7226 123-345-6 爦
-sign \x7228 1346-23-4 爨
-sign \x722A 14-34-1 爪
-sign \x722C 12346-12-3 爬
-sign \x722D 14-1245 爭
-sign \x7230 23-3 爰
-sign \x7235 14-246-5 爵
-sign \x7236 124-136-2 父
-sign \x7238 1234-12 爸
-sign \x7239 2345-15 爹
-sign \x723A 245-15-3 爺
-sign \x723B 1245-34-3 爻
-sign \x723D 234-56-1 爽
-sign \x723E 24-6 爾
-sign \x723F 1234-45-2 爿
-sign \x7240 1346-56-3 牀
-sign \x7241 135-0 牁
-sign \x7242 14-56 牂
-sign \x7244 1346-25 牄
-sign \x7246 1346-25-3 牆
-sign \x7247 12346-256-4 片
-sign \x7248 1234-45-1 版
-sign \x7249 12346-2346-4 牉
-sign \x724B 14-256 牋
-sign \x724C 12346-346-3 牌
-sign \x724F 1456-3 牏
-sign \x7252 2345-12346-3 牒
-sign \x7256 245-16-6 牖
-sign \x7258 2345-12345-3 牘
-sign \x7259 1245-12-3 牙
-sign \x725A 1346-14 牚
-sign \x725B 1245-16-3 牛
-sign \x725D 12346-1246-6 牝
-sign \x725E 1245-12-3 牞
-sign \x725F 134-16-3 牟
-sign \x7260 23456-12 牠
-sign \x7261 134-34-6 牡
-sign \x7262 123-1236-3 牢
-sign \x7263 245-1246-2 牣
-sign \x7267 134-12345-3 牧
-sign \x7269 134-35-3 物
-sign \x726E 14-256-4 牮
-sign \x726F 13-136-1 牯
-sign \x7272 234-1245 牲
-sign \x7274 2345-146-1 牴
-sign \x7277 1346-23-3 牷
-sign \x7278 14-24-2 牸
-sign \x7279 2345-46-3 特
-sign \x727B 134-56-3 牻
-sign \x727C 125-1245 牼
-sign \x727D 125-256 牽
-sign \x727E 1245-6 牾
-sign \x727F 13-12345 牿
-sign \x7280 234-146 犀
-sign \x7281 123-146-3 犁
-sign \x7284 13-125 犄
-sign \x7285 13-56 犅
-sign \x7289 234-234-3 犉
-sign \x728B 13-245-2 犋
-sign \x728C 13-12 犌
-sign \x728D 13-256 犍
-sign \x728E 124-236 犎
-sign \x7292 125-1236-4 犒
-sign \x7296 123-12456-3 犖
-sign \x7297 13-346-4 犗
-sign \x729A 2456-146-4 犚
-sign \x729B 123-125-3 犛
-sign \x729D 23456-236-3 犝
-sign \x72A2 2345-12345-3 犢
-sign \x72A3 123-12346-3 犣
-sign \x72A7 125-125 犧
-sign \x72AC 125-23-1 犬
-sign \x72AE 1234-12345-3 犮
-sign \x72AF 124-45-2 犯
-sign \x72B0 234-16-3 犰
-sign \x72B4 1245-1345-2 犴
-sign \x72B5 13-135 犵
-sign \x72BA 1235-56-4 犺
-sign \x72C0 14-56-2 狀
-sign \x72C1 2456-1246-6 狁
-sign \x72C2 1235-56-3 狂
-sign \x72C3 1345-16-1 狃
-sign \x72C4 2345-1235-3 狄
-sign \x72C5 245-16 狅
-sign \x72C9 12346-125 狉
-sign \x72CA 12345-1235 狊
-sign \x72CC 234-356 狌
-sign \x72CE 125-1234-3 狎
-sign \x72D0 136-3 狐
-sign \x72D1 123-356-3 狑
-sign \x72D2 124-35 狒
-sign \x72D6 245-16-2 狖
-sign \x72D7 13-16-1 狗
-sign \x72D8 12356-3 狘
-sign \x72D9 14-245 狙
-sign \x72E0 125-1246-1 狠
-sign \x72E1 13-34-1 狡
-sign \x72E2 13-34-1
-sign \x72E8 245-236-3 狨
-sign \x72E9 234-16-4 狩
-sign \x72EB 123-1236-6 狫
-sign \x72F3 1456-3 狳
-sign \x72F4 1234-146-2 狴
-sign \x72F7 13-23-4 狷
-sign \x72F8 123-125-3 狸
-sign \x72F9 125-1234-3 狹
-sign \x72FA 1245-1246-3 狺
-sign \x72FB 234-23 狻
-sign \x72FC 123-56-3 狼
-sign \x72FD 1234-1256-4 狽
-sign \x72FE 14-146-4 狾
-sign \x7301 123-125-2 猁
-sign \x7307 125-34 猇
-sign \x730A 1245-146-3 猊
-sign \x730B 1234-13456 猋
-sign \x7311 12456-1246 猑
-sign \x7312 235-4 猒
-sign \x7313 12345-135-1 猓
-sign \x7316 1346-25 猖
-sign \x7317 24-0 猗
-sign \x7318 14-146-4 猘
-sign \x7319 14-1245 猙
-sign \x731B 134-14-6 猛
-sign \x731C 1346-346 猜
-sign \x731D 1346-12356-5 猝
-sign \x731E 234-15-4 猞
-sign \x7322 136-3 猢
-sign \x7325 1256-0 猥
-sign \x7327 2456-135 猧
-sign \x7329 234-356 猩
-sign \x732A 14-1456
-sign \x7330 245-13-5 猰
-sign \x7331 1345-34-3 猱
-sign \x7332 125-23456-5 猲
-sign \x7334 125-16-3 猴
-sign \x7336 245-16-3 猶
-sign \x7337 245-16-3 猷
-sign \x733A 13456-3 猺
-sign \x733B 234-23 猻
-sign \x733E 2456-2345-3 猾
-sign \x733F 23-3 猿
-sign \x7341 134-12-6 獁
-sign \x7343 2345-346 獃
-sign \x7344 245-12345-3 獄
-sign \x7345 234-24 獅
-sign \x7349 14-234 獉
-sign \x734D 13-356-4 獍
-sign \x734E 14-25-1 獎
-sign \x7350 14-25 獐
-sign \x7351 1346-345-3 獑
-sign \x7352 1245-1236-3 獒
-sign \x7357 1235-12356-5 獗
-sign \x7358 1234-146-2 獘
-sign \x735D 123-1346-3 獝
-sign \x735E 23456-236-3 獞
-sign \x7360 123-13456-3 獠
-sign \x7362 125-13456 獢
-sign \x7367 13-23-4 獧
-sign \x7368 2345-12345-3 獨
-sign \x7369 2456-146-4 獩
-sign \x736A 1235-1256-1 獪
-sign \x736B 125-235-1 獫
-sign \x736C 125-346-6 獬
-sign \x736E 1345-125-3 獮
-sign \x736F 124-1246 獯
-sign \x7370 1345-356-3 獰
-sign \x7372 2456-12456-3 獲
-sign \x7375 123-12346-3 獵
-sign \x7377 1235-56-4 獷
-sign \x7378 234-16-4 獸
-sign \x737A 1346-2345-5 獺
-sign \x737B 125-256-4 獻
-sign \x737C 134-125-3 獼
-sign \x737E 124-2346 獾
-sign \x7380 123-135 玀
-sign \x7381 125-235-1 玁
-sign \x7383 124-12456-5 玃
-sign \x7384 23-3 玄
-sign \x7385 134-13456-2 玅
-sign \x7386 14-24 玆
-sign \x7387 123-1346-3 率
-sign \x7388 123-1236-3 玈
-sign \x7389 245-12345-3 玉
-sign \x738B 2456-56-3 王
-sign \x738E 2345-356 玎
-sign \x7393 2345-1235 玓
-sign \x7395 13-1345 玕
-sign \x7396 13-16-1 玖
-sign \x7397 1456-0 玗
-sign \x7398 125-125-1
-sign \x739E 124-136
-sign \x739F 134-1246-3 玟
-sign \x73A0 13-346-4 玠
-sign \x73A1 245-15-3 玡
-sign \x73A2 1234-356 玢
-sign \x73A5 12356-3 玥
-sign \x73A6 1235-12356-5 玦
-sign \x73A8 13-12456-5 玨
-sign \x73A9 2346-2 玩
-sign \x73AB 134-1256-3 玫
-sign \x73B2 123-356-3 玲
-sign \x73B3 2345-126-2 玳
-sign \x73B7 2345-235-4 玷
-sign \x73BB 1234-135 玻
-sign \x73BC 1346-24-1 玼
-sign \x73C0 12346-13-5 珀
-sign \x73C2 135-0 珂
-sign \x73C5 234-1246 珅
-sign \x73C8 13-12 珈
-sign \x73CA 234-45 珊
-sign \x73CB 123-16-6 珋
-sign \x73CC 1234-125-4 珌
-sign \x73CD 14-1246 珍
-sign \x73CE 14-1246
-sign \x73CF 13-12456-5
-sign \x73D0 124-2345-5
-sign \x73D3 13-34-4 珓
-sign \x73D9 13-236-1 珙
-sign \x73DE 123-12456-5 珞
-sign \x73E0 14-1456 珠
-sign \x73E1 14-1456
-sign \x73E3 234-234 珣
-sign \x73E4 234-234
-sign \x73E5 24-6 珥
-sign \x73E6 24-6
-sign \x73E7 13456-3 珧
-sign \x73E8 13456-3
-sign \x73E9 125-1245-3 珩
-sign \x73EA 12345-146 珪
-sign \x73ED 1234-45 班
-sign \x73EE 12346-1256-4 珮
-sign \x73F8 1245-3 珸
-sign \x73FA 12345-1246-2 珺
-sign \x73FD 23456-356-6 珽
-sign \x73FE 256-2 現
-sign \x7400 125-456-4 琀
-sign \x7403 1235-16-3 球
-sign \x7404 23-2 琄
-sign \x7405 123-56-3 琅
-sign \x7406 123-125-6 理
-sign \x7407 234-16-4 琇
-sign \x7408 124-16-3 琈
-sign \x7409 123-16-3 琉
-sign \x740A 245-15-3 琊
-sign \x740D 123-125-2
-sign \x7416 14-45-1 琖
-sign \x741A 13-245 琚
-sign \x741B 234-456 琛
-sign \x7421 14-12356-5 琡
-sign \x7422 2345-246-5 琢
-sign \x7424 14-14 琤
-sign \x7425 124-136-1 琥
-sign \x7426 1235-125-3 琦
-sign \x7428 12456-1246 琨
-sign \x742A 1235-125-3 琪
-sign \x742B 1234-1245-1 琫
-sign \x742C 23-1 琬
-sign \x742E 1346-236-3 琮
-sign \x742F 13-2346-1 琯
-sign \x7430 235-6 琰
-sign \x7431 2345-13456 琱
-sign \x7432 1234-125-4 琲
-sign \x7433 123-456-3 琳
-sign \x7434 1235-456-3 琴
-sign \x7435 12346-125-3 琵
-sign \x7436 12346-12-3 琶
-sign \x743A 124-2345-5 琺
-sign \x743C 1235-356-3 琼
-sign \x743F 2456-1246-3 琿
-sign \x7440 1456-6 瑀
-sign \x7441 134-1236-2 瑁
-sign \x7444 234-23 瑄
-sign \x744A 14-456 瑊
-sign \x744B 2456-146-6 瑋
-sign \x7451 234-23-2 瑑
-sign \x7452 245-25-3 瑒
-sign \x7455 125-12-3 瑕
-sign \x7457 23-2 瑗
-sign \x7459 1345-1236-6 瑙
-sign \x745A 136-3 瑚
-sign \x745B 245-356 瑛
-sign \x745C 1456-3 瑜
-sign \x745E 234-245-2 瑞
-sign \x745F 234-35 瑟
-sign \x7460 123-16-3
-sign \x7462 245-236-3 瑢
-sign \x7463 234-135-1 瑣
-sign \x7464 13456-3 瑤
-sign \x7469 245-356-3 瑩
-sign \x746A 134-12-6 瑪
-sign \x746C 123-16-3
-sign \x746D 23456-56-3 瑭
-sign \x746E 123-1346-3 瑮
-sign \x746F 123-56-3 瑯
-sign \x7470 12345-146-4 瑰
-sign \x7471 14-1246-4 瑱
-sign \x7472 1346-25 瑲
-sign \x7473 1346-135 瑳
-sign \x747D 1346-236 瑽
-sign \x747E 13-1246-1 瑾
-sign \x7480 1346-245 璀
-sign \x7481 1346-236 璁
-sign \x7483 123-125-3 璃
-sign \x7485 234-135-1 璅
-sign \x7486 1235-16-3 璆
-sign \x7487 234-23-3 璇
-sign \x7488 1245-1236-3 璈
-sign \x7489 123-256-6 璉
-sign \x748B 14-25 璋
-sign \x7490 14-1236-2 璐
-sign \x7498 123-234-3 璘
-sign \x749A 1235-356-3 璚
-sign \x749C 2456-56-3 璜
-sign \x749E 12346-12456-5
-sign \x749F 13-356-1 璟
-sign \x74A0 124-45-3 璠
-sign \x74A3 13-125 璣
-sign \x74A6 126-4 璦
-sign \x74A7 1234-1235 璧
-sign \x74A8 1346-45-4 璨
-sign \x74A9 1235-245-3 璩
-sign \x74AA 14-1236-1 璪
-sign \x74AB 2345-56 璫
-sign \x74B0 2456-45-3 環
-sign \x74B1 234-35 璱
-sign \x74B5 1456-3 璵
-sign \x74BA 134-1246-2 璺
-sign \x74BD 234-346-1 璽
-sign \x74BF 234-23-3 璿
-sign \x74C0 23-6 瓀
-sign \x74C5 123-1235 瓅
-sign \x74CA 1235-356-3 瓊
-sign \x74CF 123-236-3 瓏
-sign \x74D4 245-356 瓔
-sign \x74D6 12345-146 瓖
-sign \x74D8 13-2346-4 瓘
-sign \x74DA 14-45-4 瓚
-sign \x74DB 2346-3 瓛
-sign \x74DC 12345-12 瓜
-sign \x74DD 12346-34-3 瓝
-sign \x74DE 2345-23456-3 瓞
-sign \x74DF 12346-34-3 瓟
-sign \x74E0 136-2 瓠
-sign \x74E1 136-3
-sign \x74E2 12346-13456-3
-sign \x74E3 124-45-2 瓣
-sign \x74E4 1345-56-3 瓤
-sign \x74E5 1345-56-3
-sign \x74E6 1245-12-6 瓦
-sign \x74E7 1245-12-6
-sign \x74EE 236-4 瓮
-sign \x74F4 123-356-3 瓴
-sign \x74F6 12346-356-3 瓶
-sign \x74F7 1346-24-3 瓷
-sign \x74FB 1346-24 瓻
-sign \x74FD 2345-56-1 瓽
-sign \x74FF 12346-16-1 瓿
-sign \x7503 14-16-4 甃
-sign \x7504 245-1246 甄
-sign \x750C 16-0 甌
-sign \x750D 134-1245-3 甍
-sign \x750E 14-23
-sign \x750F 1234-56-4 甏
-sign \x7511 14-1245-2 甑
-sign \x7513 12346-1235 甓
-sign \x7515 1245-236-4 甕
-sign \x7516 14-0 甖
-sign \x7517 256-6 甗
-sign \x7518 13-456 甘
-sign \x751A 234-456-2 甚
-sign \x751C 23456-235-3 甜
-sign \x751F 234-1245 生
-sign \x7521 234-1246 甡
-sign \x7522 1346-45-1 產
-sign \x7525 234-1245 甥
-sign \x7526 234-1236 甦
-sign \x7528 245-236-2 用
-sign \x7529 123-35 甩
-sign \x752A 123-12345-3 甪
-sign \x752B 124-136-1 甫
-sign \x752C 245-236-1 甬
-sign \x752D 1234-1245-1 甭
-sign \x752E 124-236-2 甮
-sign \x752F 1345-356-3 甯
-sign \x7530 23456-256-3 田
-sign \x7531 245-16-3 由
-sign \x7532 13-1234-5 甲
-sign \x7533 234-1246 申
-sign \x7534 14-13-3 甴
-sign \x7537 1345-345-3 男
-sign \x7538 2345-256 甸
-sign \x7539 1234-356 甹
-sign \x753A 2345-356 町
-sign \x753D 14-1246-4 甽
-sign \x753E 14-126 甾
-sign \x753F 134-1246-3 甿
-sign \x7540 1234-125-1 畀
-sign \x7547 2456-1246-3 畇
-sign \x7548 124-45-4 畈
-sign \x754A 13-14
-sign \x754B 23456-256-3 畋
-sign \x754C 13-346-4 界
-sign \x754E 125-23-1 畎
-sign \x754F 2456-146-4 畏
-sign \x7554 1234-2346-2 畔
-sign \x7559 123-16-3 留
-sign \x755A 1234-2346-1 畚
-sign \x755B 1346-1246-1 畛
-sign \x755C 1346-12345 畜
-sign \x755D 134-16-6 畝
-sign \x755F 14-1235 畟
-sign \x7562 1234-35 畢
-sign \x7563 2345-1234-5 畣
-sign \x7564 14-24-2 畤
-sign \x7565 123-246-3 略
-sign \x7566 12456-146-3 畦
-sign \x756A 124-45 番
-sign \x756B 2456-12-2 畫
-sign \x756C 1456-3 畬
-sign \x756F 14-234-4 畯
-sign \x7570 24-2 異
-sign \x7576 2345-56 當
-sign \x7577 14-12356-5 畷
-sign \x7578 1235-125 畸
-sign \x7579 23-1 畹
-sign \x757D 123-234-1 畽
-sign \x757E 123-245-3 畾
-sign \x757F 13-125 畿
-sign \x7584 123-234-3 疄
-sign \x7586 13-25 疆
-sign \x7587 1346-16-3 疇
-sign \x758A 2345-12346-3 疊
-sign \x758B 12346-35 疋
-sign \x758C 14-23456-5 疌
-sign \x758F 234-135 疏
-sign \x7590 14-24-4 疐
-sign \x7591 24-3 疑
-sign \x7594 2345-356 疔
-sign \x7598 13-56 疘
-sign \x7599 1245-35-3 疙
-sign \x759A 13-16-4 疚
-sign \x759D 234-45-4 疝
-sign \x75A2 1346-1246-4 疢
-sign \x75A3 245-16-3 疣
-sign \x75A4 1234-12 疤
-sign \x75A5 13-346-4 疥
-sign \x75A7 14-24 疧
-sign \x75AB 245-1235-3 疫
-sign \x75B0 14-1456-4 疰
-sign \x75B1 12346-34 疱
-sign \x75B2 12346-125-3 疲
-sign \x75B3 13-456 疳
-sign \x75B5 1346-24 疵
-sign \x75B6 234-23456-5 疶
-sign \x75B8 23456-45-1 疸
-sign \x75B9 1346-1246-1 疹
-sign \x75BA 124-35-3 疺
-sign \x75BC 23456-1245-3 疼
-sign \x75BD 14-245 疽
-sign \x75BE 14-35-3 疾
-sign \x75BF 124-146-1 疿
-sign \x75C0 1235-245-3 痀
-sign \x75C1 2345-235-4 痁
-sign \x75C2 13-12 痂
-sign \x75C4 14-12-4 痄
-sign \x75C5 1234-2356-2 病
-sign \x75C7 14-356-4 症
-sign \x75CA 1346-23-3 痊
-sign \x75CC 23456-236 痌
-sign \x75CD 24-3 痍
-sign \x75CE 13-346 痎
-sign \x75CF 124-1256-1 痏
-sign \x75D0 1256-3 痐
-sign \x75D2 245-25-6 痒
-sign \x75D4 14-24-2 痔
-sign \x75D5 125-1246-3 痕
-sign \x75D7 134-1256-2 痗
-sign \x75D8 2345-16-2 痘
-sign \x75D9 13-356-2 痙
-sign \x75DA 125-34 痚
-sign \x75DB 23456-236-4 痛
-sign \x75DE 134-16 痞
-sign \x75E0 234-23 痠
-sign \x75E1 12346-1236 痡
-sign \x75E2 123-125-2 痢
-sign \x75E3 14-24-4 痣
-sign \x75E4 1346-135-3 痤
-sign \x75E5 1346-135-3
-sign \x75E6 1245-2 痦
-sign \x75E7 234-12 痧
-sign \x75E8 234-12
-sign \x75ED 1234-1245 痭
-sign \x75EF 13-2346-1 痯
-sign \x75F0 23456-345-3 痰
-sign \x75F1 124-146-1 痱
-sign \x75F2 134-12-3 痲
-sign \x75F3 123-456-3 痳
-sign \x75F4 1346-24 痴
-sign \x75F6 2345-256-1 痶
-sign \x75F9 1234-125-4 痹
-sign \x75FA 1234-125-4 痺
-sign \x75FB 134-1246-3 痻
-sign \x75FC 13-136-4 痼
-sign \x75FE 135-0 痾
-sign \x75FF 2456-146-1 痿
-sign \x7600 1456-1 瘀
-sign \x7601 234-245-2 瘁
-sign \x7603 14-12345-3 瘃
-sign \x7608 14-146-4 瘈
-sign \x7609 1456-2 瘉
-sign \x760A 125-16-3 瘊
-sign \x760B 124-236 瘋
-sign \x760C 123-2345-5 瘌
-sign \x760D 245-25-3 瘍
-sign \x760F 23456-1236-3 瘏
-sign \x7610 1456-6 瘐
-sign \x7613 2346-2 瘓
-sign \x7615 1245-12 瘕
-sign \x7616 245-456 瘖
-sign \x7619 234-135 瘙
-sign \x761A 1235-12356-5 瘚
-sign \x761B 14-146-4 瘛
-sign \x761E 24-4 瘞
-sign \x761F 2456-1246 瘟
-sign \x7620 14-2456-5 瘠
-sign \x7621 1346-56 瘡
-sign \x7622 1234-45 瘢
-sign \x7623 2456-346-2 瘣
-sign \x7624 123-16-3 瘤
-sign \x7625 1346-346-4 瘥
-sign \x7626 234-16-4 瘦
-sign \x7627 245-246-3 瘧
-sign \x7628 2345-256 瘨
-sign \x7629 2345-1234-5 瘩
-sign \x762D 1234-13456 瘭
-sign \x7630 123-135-1 瘰
-sign \x7631 24-4 瘱
-sign \x7633 1346-16 瘳
-sign \x7634 14-25-4 瘴
-sign \x7635 14-346-4 瘵
-sign \x7638 1235-15-3 瘸
-sign \x763A 123-16-2 瘺
-sign \x763C 134-12456-3 瘼
-sign \x763D 13-1246-1 瘽
-sign \x7642 123-13456-3 療
-sign \x7643 123-236-3 癃
-sign \x7646 123-1236-3 癆
-sign \x7647 13-45-1 癇
-sign \x7648 124-146-4 癈
-sign \x7649 2345-45 癉
-sign \x764C 1245-345-3 癌
-sign \x764E 13-45-1 癎
-sign \x7652 1456-2 癒
-sign \x7656 12346-1235 癖
-sign \x7657 123-245-6 癗
-sign \x7658 123-146-2 癘
-sign \x765C 2345-256-2 癜
-sign \x765F 1234-23456-3 癟
-sign \x7660 14-146-2 癠
-sign \x7661 1346-24 癡
-sign \x7662 245-25-6 癢
-sign \x7664 14-23456-5 癤
-sign \x7665 14-356 癥
-sign \x7666 134-46-3 癦
-sign \x7669 123-346-4 癩
-sign \x766C 234-256-1 癬
-sign \x766D 245-356-1 癭
-sign \x766E 245-1246-6 癮
-sign \x7670 245-236 癰
-sign \x7671 23456-45-1 癱
-sign \x7672 2345-256 癲
-sign \x7675 123-23 癵
-sign \x7678 12345-146-4 癸
-sign \x767B 2345-1245 登
-sign \x767C 124-2345-5 發
-sign \x767D 1234-13-3 白
-sign \x767E 1234-13-5 百
-sign \x767F 13-12 癿
-sign \x7681 14-1236-2 皁
-sign \x7682 14-1236-2 皂
-sign \x7684 2345-1235 的
-sign \x7686 13-346 皆
-sign \x7687 2456-56-3 皇
-sign \x7688 12345-146 皈
-sign \x768B 13-1236 皋
-sign \x768E 13-34-1 皎
-sign \x7693 125-1236-2 皓
-sign \x7695 1234-12345-3 皕
-sign \x7696 2346-6 皖
-sign \x7699 234-1235 皙
-sign \x769A 1245-126-1 皚
-sign \x769C 125-1236-2 皜
-sign \x76A4 12346-135-3 皤
-sign \x76A6 13-34-1 皦
-sign \x76AA 123-1235 皪
-sign \x76AB 12346-13456-4
-sign \x76AD 14-13456-4 皭
-sign \x76AE 12346-125-3 皮
-sign \x76B0 12346-1256-4 皰
-sign \x76B4 234-234 皴
-sign \x76B5 14-246-5 皵
-sign \x76B8 1245-1246 皸
-sign \x76BA 14-16-4 皺
-sign \x76BB 14-12 皻
-sign \x76BD 14-256-1 皽
-sign \x76BE 2345-12345-3 皾
-sign \x76BF 134-356-6 皿
-sign \x76C2 1456-3 盂
-sign \x76C3 1234-1256 盃
-sign \x76C5 14-236 盅
-sign \x76C6 12346-2346-3 盆
-sign \x76C8 245-356-3 盈
-sign \x76C9 2456-135-3 盉
-sign \x76CA 245-1235 益
-sign \x76CD 125-1234-3 盍
-sign \x76CE 56-4 盎
-sign \x76D2 125-26-3 盒
-sign \x76D4 12456-146 盔
-sign \x76DB 234-356-2 盛
-sign \x76DC 2345-1236-2 盜
-sign \x76DD 123-12345-3 盝
-sign \x76DE 14-45-1 盞
-sign \x76DF 134-1245-3 盟
-sign \x76E0 12346-2346-3
-sign \x76E1 14-234-2 盡
-sign \x76E2 14-234-2
-sign \x76E3 13-345 監
-sign \x76E4 12346-2346-3 盤
-sign \x76E5 13-2346-4 盥
-sign \x76E6 456-0 盦
-sign \x76E7 123-1236-3 盧
-sign \x76E8 123-1236-3
-sign \x76E9 14-16-1 盩
-sign \x76EA 2345-56-2 盪
-sign \x76EC 13-136-1 盬
-sign \x76ED 123-245-2 盭
-sign \x76EE 134-12345-3 目
-sign \x76EF 2345-356 盯
-sign \x76F1 125-245 盱
-sign \x76F2 134-14-3 盲
-sign \x76F4 14-1235-3 直
-sign \x76F5 123-125-3 盵
-sign \x76F8 234-25 相
-sign \x76F9 2345-234-2 盹
-sign \x76FB 125-146-2 盻
-sign \x76FC 12346-45-4 盼
-sign \x76FE 23456-234-6 盾
-sign \x7701 234-14-1 省
-sign \x7704 134-256-6 眄
-sign \x7705 12346-45 眅
-sign \x7707 134-13456-6 眇
-sign \x7708 2345-345 眈
-sign \x7709 134-125-3 眉
-sign \x770A 134-1236-2 眊
-sign \x770B 125-1345-4 看
-sign \x770C 23-2
-sign \x7711 13456-1 眑
-sign \x7715 1346-1246-1 眕
-sign \x7719 24-3 眙
-sign \x771A 234-14-1 眚
-sign \x771B 134-1256-2 眛
-sign \x771F 14-1246 真
-sign \x7720 134-256-3 眠
-sign \x7722 23-0 眢
-sign \x7723 2345-23456-3 眣
-sign \x7725 14-346-2 眥
-sign \x7728 14-345-1 眨
-sign \x7729 23-3 眩
-sign \x772D 12456-146-3 眭
-sign \x772F 134-146 眯
-sign \x7731 24-3 眱
-sign \x7734 23-2 眴
-sign \x7735 1346-24 眵
-sign \x7736 125-56 眶
-sign \x7737 13-23-4 眷
-sign \x7738 134-16-3 眸
-sign \x773A 23456-13456-4
-sign \x773C 1245-45-6 眼
-sign \x773D 134-13-3 眽
-sign \x773E 14-236-4 眾
-sign \x7740 14-246-3 着
-sign \x7745 125-1345-6 睅
-sign \x7746 2346-6 睆
-sign \x7747 23456-146-1 睇
-sign \x774A 13-23-4 睊
-sign \x774D 256-6 睍
-sign \x774E 125-125 睎
-sign \x774F 12456-1246-4 睏
-sign \x7752 234-235-1 睒
-sign \x7756 123-356-2 睖
-sign \x775A 1245-346-3 睚
-sign \x775B 14-356 睛
-sign \x775C 14-1245 睜
-sign \x775E 123-126-3 睞
-sign \x775F 234-245-2 睟
-sign \x7760 13-23-4 睠
-sign \x7761 234-245-2 睡
-sign \x7762 14-245 睢
-sign \x7763 2345-12345 督
-sign \x7765 12346-125-6 睥
-sign \x7766 134-12345-3 睦
-sign \x7767 124-1246 睧
-sign \x7768 1245-146-2 睨
-sign \x7769 123-12345-3 睩
-sign \x776A 13-1236 睪
-sign \x776B 14-23456-5 睫
-sign \x776C 1346-126-1 睬
-sign \x7779 2345-1236-1 睹
-sign \x777C 2345-146-2 睼
-sign \x777D 12456-146-3 睽
-sign \x777E 13-1236 睾
-sign \x777F 245-245-2 睿
-sign \x7780 134-16-2 瞀
-sign \x7784 134-13456-3 瞄
-sign \x7785 1346-16-1 瞅
-sign \x7787 134-125 瞇
-sign \x778B 1346-1246 瞋
-sign \x778C 125-26-3 瞌
-sign \x778D 234-16-1 瞍
-sign \x778E 125-35-3 瞎
-sign \x7791 134-356-3 瞑
-sign \x7793 124-1246-4 瞓
-sign \x779C 123-16 瞜
-sign \x779E 134-2346-3 瞞
-sign \x779F 12346-13456-6
-sign \x77A0 1346-14 瞠
-sign \x77A2 134-236-1 瞢
-sign \x77A5 12346-23456-5
-sign \x77A7 1346-13456-3 瞧
-sign \x77AA 2345-1245 瞪
-sign \x77AB 234-456-1 瞫
-sign \x77AC 234-234-4 瞬
-sign \x77AD 123-13456-6 瞭
-sign \x77B0 125-456-4 瞰
-sign \x77B2 12356-3 瞲
-sign \x77B3 23456-236-3 瞳
-sign \x77B5 123-234-3 瞵
-sign \x77B6 1235-1256-1 瞶
-sign \x77B7 13-45-4 瞷
-sign \x77BB 14-235 瞻
-sign \x77BC 13-235-1 瞼
-sign \x77BD 13-136-1 瞽
-sign \x77BF 13-245-4 瞿
-sign \x77C7 134-236-3 矇
-sign \x77C9 12346-1246-3 矉
-sign \x77CB 123-146-2 矋
-sign \x77CD 124-12456-5 矍
-sign \x77CE 125-356-4 矎
-sign \x77D0 124-12456-5 矐
-sign \x77D3 123-236-3 矓
-sign \x77D4 13-2346-4 矔
-sign \x77D7 1346-12345 矗
-sign \x77DA 14-12345 矚
-sign \x77DB 134-34-3 矛
-sign \x77DC 13-356 矜
-sign \x77DE 123-1346-3 矞
-sign \x77E1 13-245-1
-sign \x77E2 1346-24-1 矢
-sign \x77E3 24-6 矣
-sign \x77E4 24-6
-sign \x77E5 14-24 知
-sign \x77E6 14-24
-sign \x77E7 1346-1246-1 矧
-sign \x77E8 1346-1246-1
-sign \x77E9 13-245-1 矩
-sign \x77EC 1346-135-3 矬
-sign \x77ED 2345-23-1 短
-sign \x77EE 146-1 矮
-sign \x77EF 13-13456-1 矯
-sign \x77F0 14-1245 矰
-sign \x77F1 2456-12456-5 矱
-sign \x77F3 234-2456-3 石
-sign \x77F8 13-125 矸
-sign \x77F9 13-2345 矹
-sign \x77FB 1245-35-3 矻
-sign \x77FC 13-56 矼
-sign \x77FD 14-1235-3 矽
-sign \x7802 234-12 砂
-sign \x7806 124-136 砆
-sign \x7809 125-245 砉
-sign \x780C 1346-146-4 砌
-sign \x780D 125-456-1 砍
-sign \x780F 12346-45 砏
-sign \x7811 1245-12-2 砑
-sign \x7812 12346-125 砒
-sign \x7814 256-3 研
-sign \x781D 124-2345-5 砝
-sign \x781F 14-12-4 砟
-sign \x7820 14-245 砠
-sign \x7822 123-135-1 砢
-sign \x7823 23456-135-3 砣
-sign \x7825 2345-146-1 砥
-sign \x7826 14-346-2 砦
-sign \x7827 14-456 砧
-sign \x782B 14-1456-1 砫
-sign \x782C 123-12 砬
-sign \x782D 1234-256 砭
-sign \x782E 1345-1236-6 砮
-sign \x7830 12346-356 砰
-sign \x7832 12346-34-4 砲
-sign \x7834 12346-135-4 破
-sign \x7835 1234-1356-5 砵
-sign \x7837 234-1246 砷
-sign \x7838 14-1234-5 砸
-sign \x7843 14-1456 硃
-sign \x7845 12345-146 硅
-sign \x7849 123-1236-2 硉
-sign \x784C 13-12456-5 硌
-sign \x784E 245-356-3 硎
-sign \x7850 2345-236-2 硐
-sign \x7852 234-146 硒
-sign \x785C 125-1245 硜
-sign \x785D 234-13456 硝
-sign \x7860 123-56-3 硠
-sign \x7864 125-1234-3 硤
-sign \x7868 1346-15 硨
-sign \x786A 1245-135-3 硪
-sign \x786B 123-16-3 硫
-sign \x786C 1245-14-2 硬
-sign \x786D 134-56-3 硭
-sign \x786E 1235-12456-5 确
-sign \x786F 256-2 硯
-sign \x787C 12346-14-3 硼
-sign \x787E 14-245-2 硾
-sign \x787F 125-236
-sign \x7881 13-125
-sign \x7887 2345-2356-2 碇
-sign \x7889 2345-13456 碉
-sign \x788C 123-12345 碌
-sign \x788E 234-245-4 碎
-sign \x788F 14-246-5 碏
-sign \x7891 1234-125 碑
-sign \x7893 2345-245-4 碓
-sign \x7895 1235-125-3 碕
-sign \x7897 2346-1 碗
-sign \x7898 2345-256-1 碘
-sign \x789A 1234-1256-2 碚
-sign \x789E 1245-345-3 碞
-sign \x789F 2345-12346-3 碟
-sign \x78A1 2345-12345-3 碡
-sign \x78A3 1235-23456-5 碣
-sign \x78A5 1234-256-1 碥
-sign \x78A7 1234-1235 碧
-sign \x78A8 2456-146-4 碨
-sign \x78A9 234-2456-3 碩
-sign \x78AA 14-456 碪
-sign \x78AB 2345-23-4 碫
-sign \x78AD 2345-56-2 碭
-sign \x78B0 12346-236-4 碰
-sign \x78B2 2345-146-4 碲
-sign \x78B3 23456-45-4 碳
-sign \x78B4 14-12 碴
-sign \x78BA 1235-12456-5 確
-sign \x78BB 1235-12456-5 碻
-sign \x78BC 134-12-6 碼
-sign \x78BE 14-256-1 碾
-sign \x78C1 1346-24-3 磁
-sign \x78C5 1234-56-2 磅
-sign \x78C9 234-56-1 磉
-sign \x78CA 123-245-6 磊
-sign \x78CB 1346-135 磋
-sign \x78CC 23456-256-3 磌
-sign \x78D0 12346-2346-3 磐
-sign \x78D1 2456-146-4 磑
-sign \x78D4 14-13-3 磔
-sign \x78D5 125-26-3 磕
-sign \x78DA 14-23 磚
-sign \x78DE 12346-14 磞
-sign \x78DF 123-12345 磟
-sign \x78E0 123-1236-6 磠
-sign \x78E1 125-456-4 磡
-sign \x78E2 125-456-4
-sign \x78E3 1346-456-1 磣
-sign \x78E4 1346-456-1
-sign \x78E5 123-245-6 磥
-sign \x78E6 123-245-6
-sign \x78E7 14-1235 磧
-sign \x78E8 134-135-3 磨
-sign \x78E9 134-135-3
-sign \x78EA 1346-245 磪
-sign \x78EC 125-356-4 磬
-sign \x78EF 13-125 磯
-sign \x78F2 1235-245-3 磲
-sign \x78F4 2345-1245-4 磴
-sign \x78F7 123-234-3 磷
-sign \x78F9 2345-235-4 磹
-sign \x78FA 2456-56-3 磺
-sign \x78FB 12346-2346-3 磻
-sign \x78FD 125-34 磽
-sign \x78FE 2345-146 磾
-sign \x78FF 123-1235-3 磿
-sign \x7901 14-13456 礁
-sign \x7904 1235-13456-3 礄
-sign \x7905 2345-234 礅
-sign \x7909 125-34 礉
-sign \x790C 123-245-2 礌
-sign \x790E 1346-135-1 礎
-sign \x7910 1235-12456-5 礐
-sign \x7912 24-6
-sign \x7913 13-25 礓
-sign \x7919 1245-126-2 礙
-sign \x791E 134-236-3 礞
-sign \x7921 1234-12456-3 礡
-sign \x7924 1346-2345-5 礤
-sign \x7926 1235-56-4 礦
-sign \x7927 123-245-2 礧
-sign \x7929 14-35 礩
-sign \x792A 123-146-2 礪
-sign \x792B 123-1235 礫
-sign \x792C 124-45-3 礬
-sign \x7931 123-236-3 礱
-sign \x793A 234-24-2 示
-sign \x793D 245-356-3 礽
-sign \x793E 234-15-6 社
-sign \x793F 245-246-3 礿
-sign \x7940 14-24-2 祀
-sign \x7941 1235-125-3 祁
-sign \x7942 23456-12 祂
-sign \x7945 125-256 祅
-sign \x7946 13456-1 祆
-sign \x7947 14-24-1 祇
-sign \x7948 1235-125-3 祈
-sign \x7949 14-24-1 祉
-sign \x794A 1234-1245 祊
-sign \x794F 234-2456-3 祏
-sign \x7950 245-16-2 祐
-sign \x7953 124-35 祓
-sign \x7954 124-136-2 祔
-sign \x7955 1234-125-4 祕
-sign \x7956 14-1236-1 祖
-sign \x7957 14-24 祗
-sign \x795A 14-1236-2 祚
-sign \x795B 1235-245 祛
-sign \x795C 136-1 祜
-sign \x795D 14-12345 祝
-sign \x795E 234-1246-3 神
-sign \x795F 234-245-2 祟
-sign \x7960 1346-24-3 祠
-sign \x7965 1346-25-3 祥
-sign \x7967 23456-13456 祧
-sign \x7968 12346-13456-4
-sign \x796B 125-1234-3 祫
-sign \x796D 14-146-4 祭
-sign \x7972 14-456 祲
-sign \x797A 1235-125-3 祺
-sign \x797C 13-2346-4 祼
-sign \x797F 123-12345-3 祿
-sign \x7981 13-456-4 禁
-sign \x798A 125-146-2 禊
-sign \x798B 245-1246 禋
-sign \x798D 2456-135-2 禍
-sign \x798E 14-356 禎
-sign \x798F 124-12345 福
-sign \x7993 245-25-3 禓
-sign \x7994 23456-146-3 禔
-sign \x7995 24-0 禕
-sign \x7996 134-1256-3 禖
-sign \x7998 2345-146-4 禘
-sign \x799A 14-246-5 禚
-sign \x799B 14-1246 禛
-sign \x79A1 1245-12-3 禡
-sign \x79A4 125-23 禤
-sign \x79A6 1456-2 禦
-sign \x79A7 125-125 禧
-sign \x79A8 13-125 禨
-sign \x79AA 234-235-3 禪
-sign \x79AB 23456-345-6 禫
-sign \x79AD 234-245-2 禭
-sign \x79AE 123-146-6 禮
-sign \x79B0 1345-125-3 禰
-sign \x79B1 23456-1236-1 禱
-sign \x79B3 245-25-3 禳
-sign \x79B4 245-246-3 禴
-sign \x79B9 1456-6 禹
-sign \x79BA 1456-3 禺
-sign \x79BB 123-125-3 离
-sign \x79BD 1235-456-3 禽
-sign \x79BE 2456-135-3 禾
-sign \x79BF 23456-12345 禿
-sign \x79C0 234-16-4 秀
-sign \x79C1 234-24 私
-sign \x79C5 1346-12-3 秅
-sign \x79C8 234-256 秈
-sign \x79C9 1234-356-1 秉
-sign \x79CB 1346-16 秋
-sign \x79CD 14-236-4 种
-sign \x79CF 125-1236-4 秏
-sign \x79D1 124-135 科
-sign \x79D2 134-13456-6 秒
-sign \x79D5 1234-125-1 秕
-sign \x79D6 14-24-1 秖
-sign \x79D8 1234-125-4 秘
-sign \x79DF 14-1236 租
-sign \x79E0 12346-125 秠
-sign \x79E1 12346-125
-sign \x79E3 134-1356-5 秣
-sign \x79E4 1346-356-4 秤
-sign \x79E5 12346-356-3
-sign \x79E6 1346-234-3 秦
-sign \x79E7 245-25 秧
-sign \x79E8 245-25
-sign \x79E9 2345-23456-3 秩
-sign \x79EB 234-1346-3 秫
-sign \x79EC 13-245-2 秬
-sign \x79ED 14-24-1 秭
-sign \x79F7 14-35-3 秷
-sign \x79F8 13-346 秸
-sign \x79FA 2345-1236-4 秺
-sign \x79FB 24-3 移
-sign \x7A00 125-125 稀
-sign \x7A02 123-56-3 稂
-sign \x7A03 124-136 稃
-sign \x7A05 234-245-4 稅
-sign \x7A08 13-1345-1 稈
-sign \x7A0A 23456-146-3 稊
-sign \x7A0B 1346-356-3 程
-sign \x7A0C 23456-1236-3 稌
-sign \x7A0D 234-34-1 稍
-sign \x7A11 123-12345-3 稑
-sign \x7A14 1345-456-6 稔
-sign \x7A17 1234-146-2 稗
-sign \x7A18 13-125 稘
-sign \x7A19 14-1235-3 稙
-sign \x7A1A 14-24-2 稚
-sign \x7A1B 12456-1246-1 稛
-sign \x7A1C 123-356-3 稜
-sign \x7A1E 124-135 稞
-sign \x7A1F 1234-1246-1 稟
-sign \x7A20 1346-16-3 稠
-sign \x7A28 1234-256-1 稨
-sign \x7A2D 13-346
-sign \x7A2E 14-236-1 種
-sign \x7A30 234-245 稰
-sign \x7A31 1346-356 稱
-sign \x7A37 14-1235 稷
-sign \x7A39 14-1246-1 稹
-sign \x7A3B 2345-1236-2 稻
-sign \x7A3C 13-12-4 稼
-sign \x7A3D 1235-146 稽
-sign \x7A3F 13-1236-1 稿
-sign \x7A40 13-12345 穀
-sign \x7A44 14-146-4 穄
-sign \x7A46 134-12345-3 穆
-sign \x7A47 234-345 穇
-sign \x7A48 134-2346-3 穈
-sign \x7A49 14-24-2
-sign \x7A4A 1235-125-4 穊
-sign \x7A4B 123-12345-3 穋
-sign \x7A4C 234-1236 穌
-sign \x7A4D 14-1235 積
-sign \x7A4E 2456-356-2 穎
-sign \x7A57 234-245-2 穗
-sign \x7A5B 1346-246-5 穛
-sign \x7A5F 234-245-2 穟
-sign \x7A60 1345-236-3 穠
-sign \x7A61 234-1235 穡
-sign \x7A62 2456-146-4 穢
-sign \x7A67 14-146-2 穧
-sign \x7A68 23456-245-3 穨
-sign \x7A69 2456-1246-1 穩
-sign \x7A6B 2456-12456-3 穫
-sign \x7A6D 123-245-6 穭
-sign \x7A6E 1234-13456 穮
-sign \x7A70 245-25-3 穰
-sign \x7A74 12356-3 穴
-sign \x7A75 2456-2345-5 穵
-sign \x7A76 13-16-4 究
-sign \x7A78 14-1235-3 穸
-sign \x7A79 1235-236-3 穹
-sign \x7A7A 125-236 空
-sign \x7A7E 1245-34-6 穾
-sign \x7A7F 1346-23 穿
-sign \x7A80 14-234 窀
-sign \x7A81 2345-35-3 突
-sign \x7A84 14-13-5 窄
-sign \x7A85 13456-1 窅
-sign \x7A86 1234-256-1 窆
-sign \x7A88 134-13456-3 窈
-sign \x7A8A 2456-12 窊
-sign \x7A8B 12345-35-3 窋
-sign \x7A8C 13-34-4 窌
-sign \x7A92 14-35-3 窒
-sign \x7A94 1245-34-6 窔
-sign \x7A95 23456-13456-6
-sign \x7A96 13-34-4 窖
-sign \x7A97 1346-25 窗
-sign \x7A98 12456-1246-4 窘
-sign \x7A9E 23456-456-6 窞
-sign \x7A9F 124-35 窟
-sign \x7AA0 2456-135 窠
-sign \x7AA3 234-1346 窣
-sign \x7AA8 245-456-4 窨
-sign \x7AA9 2456-135 窩
-sign \x7AAA 2456-12 窪
-sign \x7AAB 14-2345-5 窫
-sign \x7AAC 1456-3 窬
-sign \x7AAE 1235-236-3 窮
-sign \x7AAF 13456-3 窯
-sign \x7AB0 13456-3 窰
-sign \x7AB1 23456-13456-6
-sign \x7AB5 2345-13456-4 窵
-sign \x7AB6 13-245-2 窶
-sign \x7AB8 234-1235 窸
-sign \x7ABA 12456-146 窺
-sign \x7ABE 124-2346-1 窾
-sign \x7ABF 123-236 窿
-sign \x7AC3 14-1236-4
-sign \x7AC4 1346-23-1 竄
-sign \x7AC5 125-13456-4 竅
-sign \x7AC7 2345-16-2 竇
-sign \x7ACA 234-23456-5 竊
-sign \x7ACB 123-26-3 立
-sign \x7AD1 2456-1245-3 竑
-sign \x7AD9 14-345-2 站
-sign \x7ADF 13-356-1 竟
-sign \x7AE0 14-25 章
-sign \x7AE3 14-234-4 竣
-sign \x7AE5 23456-236-3 童
-sign \x7AE6 234-236-1 竦
-sign \x7AEB 14-356-2 竫
-sign \x7AED 1235-23456-5 竭
-sign \x7AEF 2345-23 端
-sign \x7AF6 13-356-4 競
-sign \x7AF9 14-12345 竹
-sign \x7AFA 14-12345 竺
-sign \x7AFB 123-46-3 竻
-sign \x7AFD 1456-3 竽
-sign \x7AFF 13-1345 竿
-sign \x7B04 13-146 笄
-sign \x7B06 1234-12 笆
-sign \x7B08 1235-26 笈
-sign \x7B0A 14-34-4 笊
-sign \x7B0F 124-35 笏
-sign \x7B11 234-13456-4 笑
-sign \x7B13 12346-125-3 笓
-sign \x7B18 234-235-4 笘
-sign \x7B19 234-1245 笙
-sign \x7B1B 2345-2456-3 笛
-sign \x7B1E 1346-24 笞
-sign \x7B20 123-26 笠
-sign \x7B22 134-1246-6 笢
-sign \x7B24 23456-13456-3
-sign \x7B25 14-24-2 笥
-sign \x7B26 124-136-3 符
-sign \x7B28 1234-1246-2 笨
-sign \x7B2A 2345-2345-5 笪
-sign \x7B2C 2345-146-2 第
-sign \x7B2D 123-356-3 笭
-sign \x7B2E 14-12456-5 笮
-sign \x7B2F 1345-1236-3 笯
-sign \x7B30 124-35 笰
-sign \x7B31 13-16-1 笱
-sign \x7B32 1234-256-2 笲
-sign \x7B33 13-12 笳
-sign \x7B35 124-45-2 笵
-sign \x7B38 12346-135-1 笸
-sign \x7B3B 1235-236-3 笻
-sign \x7B45 234-256-1 筅
-sign \x7B46 1234-35 筆
-sign \x7B47 1235-236-3 筇
-sign \x7B48 1235-1356-5 筈
-sign \x7B49 2345-1245-1 等
-sign \x7B4A 13-34-1 筊
-sign \x7B4B 13-1246 筋
-sign \x7B4C 1346-23-3 筌
-sign \x7B4D 234-234-1 筍
-sign \x7B4F 124-35-3 筏
-sign \x7B50 125-56 筐
-sign \x7B51 14-12345 筑
-sign \x7B52 23456-236-3 筒
-sign \x7B54 2345-1234-5 答
-sign \x7B56 1346-13-5 策
-sign \x7B58 1235-16-4 筘
-sign \x7B60 12345-1246 筠
-sign \x7B63 123-125-3 筣
-sign \x7B64 123-56-3 筤
-sign \x7B65 13-245-1 筥
-sign \x7B66 13-2346-1 筦
-sign \x7B67 13-45-1 筧
-sign \x7B69 23456-236-3 筩
-sign \x7B6D 234-23-4 筭
-sign \x7B6E 234-146-2 筮
-sign \x7B70 14-12456-3 筰
-sign \x7B71 234-13456-1 筱
-sign \x7B72 234-34 筲
-sign \x7B73 23456-356-3 筳
-sign \x7B74 1346-13-5 筴
-sign \x7B75 256-3 筵
-sign \x7B77 124-346-4 筷
-sign \x7B78 13-1345-1 筸
-sign \x7B84 1234-125 箄
-sign \x7B85 1234-125-4 箅
-sign \x7B87 13-135-4 箇
-sign \x7B8B 14-256 箋
-sign \x7B8C 2345-1236-1
-sign \x7B8D 1235-136 箍
-sign \x7B8E 1346-24-3 箎
-sign \x7B8F 14-1245 箏
-sign \x7B90 14-356 箐
-sign \x7B91 234-1234-5 箑
-sign \x7B92 14-16-1
-sign \x7B94 1234-12456-3 箔
-sign \x7B95 13-125 箕
-sign \x7B97 234-23-4 算
-sign \x7B98 12345-1246-1 箘
-sign \x7B9B 1235-136 箛
-sign \x7B9C 125-236 箜
-sign \x7B9D 1235-235-3 箝
-sign \x7BA0 234-245-3 箠
-sign \x7BA1 13-2346-1 管
-sign \x7BAC 245-246-3 箬
-sign \x7BAD 14-256-4 箭
-sign \x7BB1 234-25 箱
-sign \x7BB4 14-456 箴
-sign \x7BB7 24-3 箷
-sign \x7BB8 14-1456-2 箸
-sign \x7BC0 14-23456-5 節
-sign \x7BC1 2456-56-3 篁
-sign \x7BC4 124-45-2 範
-sign \x7BC6 234-23-2 篆
-sign \x7BC7 12346-256 篇
-sign \x7BC9 14-12345 築
-sign \x7BCB 125-1234-3 篋
-sign \x7BCC 125-16-3 篌
-sign \x7BD4 2456-1246-3 篔
-sign \x7BD8 1346-16 篘
-sign \x7BD9 13-1236 篙
-sign \x7BDA 124-125-1 篚
-sign \x7BDB 245-246-3 篛
-sign \x7BDD 13-16 篝
-sign \x7BE0 234-13456-1 篠
-sign \x7BE1 234-45-4 篡
-sign \x7BE4 2345-12345 篤
-sign \x7BE5 123-1346-3 篥
-sign \x7BE6 1234-125-2 篦
-sign \x7BE8 1346-245-3 篨
-sign \x7BE9 234-146 篩
-sign \x7BEA 1346-24-3 篪
-sign \x7BF1 123-125-3 篱
-sign \x7BF2 2456-146-2 篲
-sign \x7BF3 1234-35 篳
-sign \x7BF4 2345-2456-3 篴
-sign \x7BF7 12346-236-3 篷
-sign \x7BF8 1346-345-1 篸
-sign \x7BF9 14-23-1 篹
-sign \x7BFE 134-23456-3 篾
-sign \x7C00 14-13-5 簀
-sign \x7C03 24-3 簃
-sign \x7C07 1346-12345 簇
-sign \x7C09 14-1236-2 簉
-sign \x7C0B 12345-146-1 簋
-sign \x7C0C 1346-12345 簌
-sign \x7C0D 123-16-6 簍
-sign \x7C0F 123-12345 簏
-sign \x7C11 234-135 簑
-sign \x7C15 123-46-3
-sign \x7C1D 123-13456-3 簝
-sign \x7C1E 2345-45 簞
-sign \x7C1F 23456-235-6 簟
-sign \x7C20 124-136-1 簠
-sign \x7C21 13-45-1 簡
-sign \x7C23 12345-146-2 簣
-sign \x7C26 2345-1245 簦
-sign \x7C27 2456-56-3 簧
-sign \x7C28 234-234-1 簨
-sign \x7C2A 14-345 簪
-sign \x7C2B 234-13456 簫
-sign \x7C2D 234-146-2 簭
-sign \x7C30 12346-346-3 簰
-sign \x7C33 13-1345-1 簳
-sign \x7C37 234-235-3 簷
-sign \x7C38 1234-135-4 簸
-sign \x7C39 2345-56 簹
-sign \x7C3B 12345-135 簻
-sign \x7C3D 1346-235 簽
-sign \x7C3E 123-235-3 簾
-sign \x7C3F 1234-1236-2 簿
-sign \x7C40 14-16-2 籀
-sign \x7C43 123-345-3 籃
-sign \x7C4A 23456-1235 籊
-sign \x7C4C 1346-16-3 籌
-sign \x7C4D 14-1235-3 籍
-sign \x7C50 23456-1245-3 籐
-sign \x7C53 124-45 籓
-sign \x7C54 234-16-1 籔
-sign \x7C5B 14-256
-sign \x7C5C 23456-12456-5
-sign \x7C5D 256-356-3
-sign \x7C5F 123-346-2 籟
-sign \x7C60 123-236-3 籠
-sign \x7C63 13-45-1 籣
-sign \x7C64 1346-235 籤
-sign \x7C65 245-246-3 籥
-sign \x7C67 1235-245-3 籧
-sign \x7C69 1234-256 籩
-sign \x7C6A 2345-23-2 籪
-sign \x7C6C 123-125-3 籬
-sign \x7C6E 123-135-3 籮
-sign \x7C6F 245-356-3 籯
-sign \x7C72 1456-2 籲
-sign \x7C73 134-146-6 米
-sign \x7C75 2345-135 籵
-sign \x7C78 234-456-4 籸
-sign \x7C79 1345-245-6 籹
-sign \x7C7A 125-35-3 籺
-sign \x7C7D 14-24-1 籽
-sign \x7C89 124-1246-1 粉
-sign \x7C91 1234-12 粑
-sign \x7C92 1345-26 粒
-sign \x7C94 13-245-4 粔
-sign \x7C95 12346-13-5
-sign \x7C97 1346-1236 粗
-sign \x7C98 1345-235 粘
-sign \x7C9E 234-146 粞
-sign \x7C9F 234-12345 粟
-sign \x7CA2 14-24 粢
-sign \x7CA5 14-12345 粥
-sign \x7CA7 14-56
-sign \x7CAE 123-25-3
-sign \x7CB1 123-25-3 粱
-sign \x7CB2 1346-45-4 粲
-sign \x7CB3 13-1245 粳
-sign \x7CB5 12356-3 粵
-sign \x7CB9 234-245-2 粹
-sign \x7CBA 1234-146-2 粺
-sign \x7CBB 14-25 粻
-sign \x7CBC 123-234-3 粼
-sign \x7CBD 14-236-1 粽
-sign \x7CBE 14-356 精
-sign \x7CBF 12345-135-1 粿
-sign \x7CC5 1345-16-1 糅
-sign \x7CC8 234-245-1 糈
-sign \x7CC9 14-236-4
-sign \x7CCA 136-3 糊
-sign \x7CCC 14-345 糌
-sign \x7CCD 1346-24-3 糍
-sign \x7CCE 56-123-125-3-134-146-6
-sign \x7CD2 1234-125-2 糒
-sign \x7CD5 13-1236 糕
-sign \x7CD6 23456-56-3 糖
-sign \x7CD7 1346-16-4 糗
-sign \x7CD9 1346-1236-4 糙
-sign \x7CDC 134-125-3 糜
-sign \x7CDD 234-345-1 糝
-sign \x7CDE 124-1246-4 糞
-sign \x7CDF 14-1236 糟
-sign \x7CE0 125-56 糠
-sign \x7CE2 134-1236-3 糢
-sign \x7CE7 123-25-3 糧
-sign \x7CE8 13-25-2 糨
-sign \x7CEA 1234-12456 糪
-sign \x7CEF 1345-135-2 糯
-sign \x7CF0 23456-23-3 糰
-sign \x7CF1 23456-3 糱
-sign \x7CF2 123-146-2 糲
-sign \x7CF4 2345-2456-3 糴
-sign \x7CF6 23456-13456-4
-sign \x7CF7 123-45-2 糷
-sign \x7CF8 134-1235-3 糸
-sign \x7CFB 125-146-2 系
-sign \x7CFE 13-16-1 糾
-sign \x7D00 13-125-1 紀
-sign \x7D02 14-16-2 紂
-sign \x7D03 1346-234-3 紃
-sign \x7D04 245-246-5 約
-sign \x7D05 125-236-3 紅
-sign \x7D06 1456-0 紆
-sign \x7D07 125-35-3 紇
-sign \x7D08 23-3 紈
-sign \x7D09 245-1246-2 紉
-sign \x7D0A 134-1246-2 紊
-sign \x7D0B 134-1246-3 紋
-sign \x7D0D 1345-1234-3 納
-sign \x7D10 1345-16-1 紐
-sign \x7D11 124-16-1 紑
-sign \x7D13 234-1456 紓
-sign \x7D14 234-234-3 純
-sign \x7D15 12346-125 紕
-sign \x7D16 14-1246-4 紖
-sign \x7D17 234-12 紗
-sign \x7D18 2456-1245-3 紘
-sign \x7D19 14-24-1 紙
-sign \x7D1A 1235-26 級
-sign \x7D1B 124-1246 紛
-sign \x7D1C 2456-1246-3 紜
-sign \x7D1D 245-456-2 紝
-sign \x7D1E 2345-456-4 紞
-sign \x7D1F 1235-456 紟
-sign \x7D20 234-1236-4 素
-sign \x7D21 124-56-1 紡
-sign \x7D22 234-12456-5 索
-sign \x7D29 2345-23456-3 紩
-sign \x7D2B 14-24-1 紫
-sign \x7D2C 1346-16 紬
-sign \x7D2E 14-2345-5 紮
-sign \x7D2F 123-245-2 累
-sign \x7D30 234-146-4 細
-sign \x7D31 124-35 紱
-sign \x7D32 234-23456-5 紲
-sign \x7D33 234-1246 紳
-sign \x7D35 1346-1456-6 紵
-sign \x7D39 234-13456-2 紹
-sign \x7D3A 13-456-4 紺
-sign \x7D3C 124-35 紼
-sign \x7D3D 23456-135-3 紽
-sign \x7D3E 1346-1246-1 紾
-sign \x7D3F 2345-126-2 紿
-sign \x7D40 14-12356-5 絀
-sign \x7D41 234-24 絁
-sign \x7D42 14-236 終
-sign \x7D43 256-3 絃
-sign \x7D44 14-1236-1 組
-sign \x7D45 12345-356-1 絅
-sign \x7D46 1234-2346-2 絆
-sign \x7D47 1235-245-3 絇
-sign \x7D4E 125-56-3 絎
-sign \x7D4F 234-23456-5 絏
-sign \x7D50 13-23456-5 結
-sign \x7D53 12345-12-4 絓
-sign \x7D55 14-12356-3 絕
-sign \x7D56 12456-56-4 絖
-sign \x7D5B 23456-1236 絛
-sign \x7D5C 13-23456-5 絜
-sign \x7D5D 124-136-4
-sign \x7D5E 13-34-1 絞
-sign \x7D61 123-12456-5 絡
-sign \x7D62 125-23-4 絢
-sign \x7D63 134-14 絣
-sign \x7D66 1235-26 給
-sign \x7D68 245-236-3 絨
-sign \x7D6A 245-1246 絪
-sign \x7D6E 234-245-6 絮
-sign \x7D70 2345-23456-3 絰
-sign \x7D71 23456-236-1 統
-sign \x7D72 234-24 絲
-sign \x7D73 13-56-4 絳
-sign \x7D79 13-23-4 絹
-sign \x7D7A 1346-24 絺
-sign \x7D7B 134-1246-2 絻
-sign \x7D7F 1235-16-3 絿
-sign \x7D80 234-356 綀
-sign \x7D81 1234-56-1 綁
-sign \x7D83 234-13456 綃
-sign \x7D85 1346-235 綅
-sign \x7D86 13-1245-1 綆
-sign \x7D88 23456-146-3 綈
-sign \x7D89 234-16-4 綉
-sign \x7D8C 12345-1235 綌
-sign \x7D8D 124-35 綍
-sign \x7D8F 234-245 綏
-sign \x7D91 12456-1246-1 綑
-sign \x7D93 13-356 經
-sign \x7D96 256-3 綖
-sign \x7D9C 14-236 綜
-sign \x7D9D 234-456 綝
-sign \x7D9E 2345-135-1 綞
-sign \x7DA0 123-12345-3 綠
-sign \x7DA2 1346-16-3 綢
-sign \x7DA3 125-23-4 綣
-sign \x7DA6 1235-125-3 綦
-sign \x7DA9 1234-13456-1 綩
-sign \x7DAA 234-256-4 綪
-sign \x7DAB 234-256-4 綫
-sign \x7DAC 234-16-2 綬
-sign \x7DAD 2456-146-3 維
-sign \x7DAE 125-356-4 綮
-sign \x7DAF 23456-1236-3 綯
-sign \x7DB0 2456-45-1 綰
-sign \x7DB1 13-56 綱
-sign \x7DB2 134-56-6 網
-sign \x7DB4 14-245-2 綴
-sign \x7DB5 1346-126-1 綵
-sign \x7DB7 1346-245-4 綷
-sign \x7DB8 123-234-3 綸
-sign \x7DB9 123-16-6 綹
-sign \x7DBA 24-1 綺
-sign \x7DBB 14-45-2 綻
-sign \x7DBD 1346-246-5 綽
-sign \x7DBE 123-356-3 綾
-sign \x7DBF 134-256-3 綿
-sign \x7DC1 14-23456-3 緁
-sign \x7DC4 12345-1246-1 緄
-sign \x7DC5 14-16 緅
-sign \x7DC7 14-24 緇
-sign \x7DC9 123-25-6 緉
-sign \x7DCA 13-1246-1 緊
-sign \x7DCB 124-125 緋
-sign \x7DCC 245-245-6 緌
-sign \x7DCE 2456-1235-3 緎
-sign \x7DD2 234-245-6 緒
-sign \x7DD7 234-25 緗
-sign \x7DD8 13-345 緘
-sign \x7DD9 1235-13 緙
-sign \x7DDA 234-256-4 線
-sign \x7DDD 1346-26 緝
-sign \x7DDE 2345-23-2 緞
-sign \x7DE0 23456-146-4 締
-sign \x7DE1 134-1246-3 緡
-sign \x7DE3 23-3 緣
-sign \x7DE6 234-24 緦
-sign \x7DE7 1346-16 緧
-sign \x7DE8 12346-256 編
-sign \x7DE9 2346-2 緩
-sign \x7DEC 134-256-6 緬
-sign \x7DEF 2456-146-6 緯
-sign \x7DF0 234-245 緰
-sign \x7DF1 13-16 緱
-sign \x7DF2 134-13456-6 緲
-sign \x7DF4 123-256-2 練
-sign \x7DF6 1234-256 緶
-sign \x7DF9 23456-146-3 緹
-sign \x7DFA 2456-12 緺
-sign \x7DFB 14-24-4 緻
-sign \x7E03 14-13-3
-sign \x7E05 125-34
-sign \x7E08 245-356-3 縈
-sign \x7E09 14-234-4 縉
-sign \x7E0A 146-4 縊
-sign \x7E0B 14-245-2 縋
-sign \x7E0D 1234-56 縍
-sign \x7E0E 12345-35 縎
-sign \x7E10 14-16-4 縐
-sign \x7E11 13-235 縑
-sign \x7E15 2456-1246-4 縕
-sign \x7E17 1346-245 縗
-sign \x7E1A 23456-1236 縚
-sign \x7E1B 1234-12456-5 縛
-sign \x7E1D 1346-1246-1 縝
-sign \x7E1E 13-1236-1 縞
-sign \x7E1F 245-12345-3 縟
-sign \x7E20 125-12345-3 縠
-sign \x7E23 23-2 縣
-sign \x7E27 23456-1236
-sign \x7E29 1346-126-4 縩
-sign \x7E2A 1234-35 縪
-sign \x7E2B 124-236-3 縫
-sign \x7E2D 123-125-3 縭
-sign \x7E2E 234-12345 縮
-sign \x7E2F 245-1246-1 縯
-sign \x7E30 234-24-1 縰
-sign \x7E31 14-236-4 縱
-sign \x7E32 123-245-3 縲
-sign \x7E33 14-23-4 縳
-sign \x7E34 125-256 縴
-sign \x7E35 134-45-2 縵
-sign \x7E36 14-26 縶
-sign \x7E37 123-16-6 縷
-sign \x7E39 12346-13456 縹
-sign \x7E3B 134-125-3 縻
-sign \x7E3D 14-236-1 總
-sign \x7E3E 14-1235 績
-sign \x7E3F 234-345 縿
-sign \x7E41 124-45-3 繁
-sign \x7E42 123-1346-3 繂
-sign \x7E43 1234-1245 繃
-sign \x7E44 24-0 繄
-sign \x7E45 234-1236 繅
-sign \x7E46 134-16-3 繆
-sign \x7E47 245-16-3 繇
-sign \x7E48 1235-25-6 繈
-sign \x7E50 234-245-2 繐
-sign \x7E51 125-13456 繑
-sign \x7E52 14-1245 繒
-sign \x7E53 1346-12356-5 繓
-sign \x7E54 14-1235 織
-sign \x7E55 234-256-2 繕
-sign \x7E56 234-45-4 繖
-sign \x7E58 2456-35-3 繘
-sign \x7E59 124-45 繙
-sign \x7E5A 123-13456-3 繚
-sign \x7E5E 13456-1 繞
-sign \x7E61 234-16-4 繡
-sign \x7E62 1235-1256-1 繢
-sign \x7E68 2345-2345-3 繨
-sign \x7E69 234-356-3 繩
-sign \x7E6A 1235-1256-1 繪
-sign \x7E6B 125-146-2 繫
-sign \x7E6D 13-45-1 繭
-sign \x7E6E 13-14
-sign \x7E6F 2456-45-2 繯
-sign \x7E70 14-1236-1 繰
-sign \x7E72 125-346-6 繲
-sign \x7E73 13-13456-1 繳
-sign \x7E75 14-256-2 繵
-sign \x7E76 245-1235 繶
-sign \x7E78 234-245-2 繸
-sign \x7E79 245-1235-3 繹
-sign \x7E7B 234-245 繻
-sign \x7E7C 13-146-4 繼
-sign \x7E7D 1234-1246 繽
-sign \x7E7E 125-256-1 繾
-sign \x7E81 124-1246 纁
-sign \x7E82 14-23-1 纂
-sign \x7E86 134-46-3 纆
-sign \x7E87 123-245-2 纇
-sign \x7E88 1235-23456-5 纈
-sign \x7E8A 1235-56-4 纊
-sign \x7E8C 14-12345-3 續
-sign \x7E8D 123-245-3 纍
-sign \x7E8F 1346-256-3 纏
-sign \x7E91 123-1236-3 纑
-sign \x7E93 245-356 纓
-sign \x7E94 1346-126-3 纔
-sign \x7E96 1346-235 纖
-sign \x7E98 14-23-1 纘
-sign \x7E9A 234-24-1 纚
-sign \x7E9B 2345-12345-3 纛
-sign \x7E9C 123-345-2 纜
-sign \x7F36 124-16-1 缶
-sign \x7F38 13-56 缸
-sign \x7F39 124-16-1 缹
-sign \x7F3A 1235-12356-5 缺
-sign \x7F3D 1234-1356-5 缽
-sign \x7F3E 12346-356-3 缾
-sign \x7F3F 125-25-4 缿
-sign \x7F43 1245-0 罃
-sign \x7F44 125-356-4 罄
-sign \x7F45 123-12-4 罅
-sign \x7F47 14-234
-sign \x7F48 23456-345-3 罈
-sign \x7F4B 236-4 罋
-sign \x7F4C 1245-0 罌
-sign \x7F4D 123-245-3 罍
-sign \x7F4E 23456-345-3 罎
-sign \x7F4F 123-1236-3 罏
-sign \x7F50 13-2346-4 罐
-sign \x7F51 134-56-6 网
-sign \x7F54 134-56-6 罔
-sign \x7F55 125-1345-1 罕
-sign \x7F58 124-16-3 罘
-sign \x7F5D 14-15 罝
-sign \x7F5F 13-136-1 罟
-sign \x7F61 13-56 罡
-sign \x7F63 12345-12-4 罣
-sign \x7F65 13-23-4 罥
-sign \x7F66 124-236-3 罦
-sign \x7F68 235-1 罨
-sign \x7F69 14-34-4 罩
-sign \x7F6A 14-245-2 罪
-sign \x7F6B 12345-346-1 罫
-sign \x7F6C 14-12356-5 罬
-sign \x7F6D 2456-1235-3 罭
-sign \x7F6E 14-24-4 置
-sign \x7F70 124-35-3 罰
-sign \x7F72 1346-1456-6 署
-sign \x7F73 234-24 罳
-sign \x7F75 134-12-2 罵
-sign \x7F77 1234-12-2 罷
-sign \x7F79 123-125-3 罹
-sign \x7F7A 1346-34 罺
-sign \x7F7B 2456-146-4 罻
-sign \x7F7D 13-146-4 罽
-sign \x7F7E 14-1245 罾
-sign \x7F7F 1346-236 罿
-sign \x7F85 123-135-3 羅
-sign \x7F86 1234-125 羆
-sign \x7F87 13-125 羇
-sign \x7F88 13-125 羈
-sign \x7F89 123-23-3 羉
-sign \x7F8A 245-25-3 羊
-sign \x7F8B 134-15 羋
-sign \x7F8C 13-25 羌
-sign \x7F8E 134-125-6 美
-sign \x7F91 245-16-6 羑
-sign \x7F94 13-1236 羔
-sign \x7F95 245-25-2 羕
-sign \x7F96 13-136-1 羖
-sign \x7F97 13-25
-sign \x7F9A 123-356-3 羚
-sign \x7F9C 1346-1456-6 羜
-sign \x7F9D 2345-146 羝
-sign \x7F9E 234-16 羞
-sign \x7FA1 234-256-2 羡
-sign \x7FA2 245-236-1 羢
-sign \x7FA4 12456-1246-3 群
-sign \x7FA5 1235-25-6 羥
-sign \x7FA7 234-135 羧
-sign \x7FA8 234-256-2 羨
-sign \x7FA9 24-2 義
-sign \x7FAD 1456-3 羭
-sign \x7FAF 1235-23456-5 羯
-sign \x7FB0 23456-56 羰
-sign \x7FB1 23-3 羱
-sign \x7FB2 125-125 羲
-sign \x7FB3 124-45-3 羳
-sign \x7FB5 124-1246-3 羵
-sign \x7FB6 14-256 羶
-sign \x7FB7 123-235-6 羷
-sign \x7FB8 123-245-3 羸
-sign \x7FB9 13-1245 羹
-sign \x7FBC 1346-45-4 羼
-sign \x7FBD 1456-6 羽
-sign \x7FBF 1245-146-2 羿
-sign \x7FC0 1346-236 翀
-sign \x7FC1 245-236 翁
-sign \x7FC3 2456-1245-3 翃
-sign \x7FC5 1346-24-4 翅
-sign \x7FCA 245-1235-3 翊
-sign \x7FCC 245-1235-3 翌
-sign \x7FCE 123-356-3 翎
-sign \x7FD2 14-1234-3 習
-sign \x7FD4 1346-25-3 翔
-sign \x7FD5 245-26 翕
-sign \x7FDB 234-13456 翛
-sign \x7FDF 14-13-3 翟
-sign \x7FE0 1346-245-4 翠
-sign \x7FE1 124-125-1 翡
-sign \x7FE2 124-45
-sign \x7FE3 234-1234-5 翣
-sign \x7FE5 14-1456-4 翥
-sign \x7FE6 14-256-1 翦
-sign \x7FE9 12346-256 翩
-sign \x7FEB 2346-2 翫
-sign \x7FEC 124-146 翬
-sign \x7FED 125-16-3 翭
-sign \x7FEE 125-35-3 翮
-sign \x7FEF 125-12456-3 翯
-sign \x7FF0 125-1345-2 翰
-sign \x7FF1 1245-1236-3 翱
-sign \x7FF3 146-4 翳
-sign \x7FF9 1235-13456-4 翹
-sign \x7FFB 124-45 翻
-sign \x7FFC 245-1235-3 翼
-sign \x7FFD 2456-146-4 翽
-sign \x7FFE 125-23 翾
-sign \x7FFF 2345-1236-2 翿
-sign \x8000 13456-2 耀
-sign \x8001 123-1236-6 老
-sign \x8003 125-34-1 考
-sign \x8004 134-1236-2 耄
-sign \x8005 14-15-1 者
-sign \x8006 1235-125-3 耆
-sign \x8007 13-16-1 耇
-sign \x800B 2345-23456-3 耋
-sign \x800C 24-3 而
-sign \x800D 234-12-1 耍
-sign \x800E 23-6 耎
-sign \x800F 24-3 耏
-sign \x8010 1345-126-2 耐
-sign \x8011 14-23 耑
-sign \x8012 123-126-2 耒
-sign \x8014 14-24-1 耔
-sign \x8015 13-14 耕
-sign \x8016 1346-34-4 耖
-sign \x8017 125-1236-4 耗
-sign \x8018 2456-1246-3 耘
-sign \x8019 12346-12-3 耙
-sign \x801C 14-24-2 耜
-sign \x801E 13-12 耞
-sign \x8021 1346-135-3 耡
-sign \x8024 14-1235-3 耤
-sign \x8026 1245-16-6 耦
-sign \x8028 1345-16-2 耨
-sign \x8029 13-56-1 耩
-sign \x802A 12346-56-6 耪
-sign \x802C 123-16-3 耬
-sign \x8030 245-16 耰
-sign \x8033 24-6 耳
-sign \x8035 2345-356 耵
-sign \x8036 245-15-3 耶
-sign \x8037 2345-1234-5 耷
-sign \x803D 2345-345 耽
-sign \x803E 2456-1245-3 耾
-sign \x803F 13-1245-1 耿
-sign \x8043 2345-345 聃
-sign \x8046 123-356-3 聆
-sign \x804A 123-13456-3 聊
-sign \x8052 1235-1356-5 聒
-sign \x8056 234-356-4 聖
-sign \x8058 12346-356-4 聘
-sign \x805A 14-245-2 聚
-sign \x805D 12345-1235 聝
-sign \x805E 134-1246-3 聞
-sign \x8067 12456-146-3 聧
-sign \x806F 123-23-3 聯
-sign \x8070 1346-236 聰
-sign \x8071 1245-1236-3 聱
-sign \x8072 234-356 聲
-sign \x8073 234-236-1 聳
-sign \x8075 1235-1256-1 聵
-sign \x8076 1345-12346-3 聶
-sign \x8077 14-1235 職
-sign \x8079 1345-356-3 聹
-sign \x807D 23456-356-4 聽
-sign \x807E 123-236-3 聾
-sign \x807F 2456-35-3 聿
-sign \x8084 24-2 肄
-sign \x8085 234-12345 肅
-sign \x8086 234-24-4 肆
-sign \x8087 234-13456-2 肇
-sign \x8089 245-12345-3 肉
-sign \x808A 245-1235 肊
-sign \x808B 123-46-3 肋
-sign \x808C 13-125 肌
-sign \x808F 1346-1236-4 肏
-sign \x8090 13-13-5 肐
-sign \x8093 124-56 肓
-sign \x8095 1345-346-3 肕
-sign \x8096 1346-13456-4 肖
-sign \x8098 14-34-1 肘
-sign \x8099 23-0 肙
-sign \x809A 23456-1236-6 肚
-sign \x809B 13-56 肛
-sign \x809C 56-0 肜
-sign \x809D 13-1345 肝
-sign \x80A1 13-136-1 股
-sign \x80A2 14-24 肢
-sign \x80A5 124-125-3 肥
-sign \x80A9 13-256 肩
-sign \x80AA 124-56 肪
-sign \x80AB 14-234 肫
-sign \x80AD 1345-1346-3 肭
-sign \x80AE 56-0 肮
-sign \x80AF 125-1245-1 肯
-sign \x80B1 12345-1245 肱
-sign \x80B2 245-12345-3 育
-sign \x80B4 1245-34-3 肴
-sign \x80B5 134-16-3 肵
-sign \x80B8 245-35-3 肸
-sign \x80BA 124-146-4 肺
-sign \x80C2 234-1246-2 胂
-sign \x80C3 2456-146-2 胃
-sign \x80C4 14-16-2 胄
-sign \x80C8 1234-35-3 胈
-sign \x80CA 1235-245-3 胊
-sign \x80CC 1234-1256-4 背
-sign \x80CD 12345-12 胍
-sign \x80CE 23456-126 胎
-sign \x80CF 14-24-1 胏
-sign \x80D0 124-125-1 胐
-sign \x80D1 14-24 胑
-sign \x80D4 14-24-4 胔
-sign \x80D5 124-136 胕
-sign \x80D6 1234-2346-2 胖
-sign \x80D7 14-1246 胗
-sign \x80D9 14-1236-2 胙
-sign \x80DA 12346-1256 胚
-sign \x80DB 13-1234-5 胛
-sign \x80DC 234-356-4 胜
-sign \x80DD 14-24 胝
-sign \x80DE 1234-34 胞
-sign \x80E0 1235-245 胠
-sign \x80E1 136-3 胡
-sign \x80E3 1346-24-1 胣
-sign \x80E4 245-1246-2 胤
-sign \x80E5 234-245 胥
-sign \x80E9 123-12346-3
-sign \x80ED 256-0 胭
-sign \x80EF 12456-12 胯
-sign \x80F0 24-3 胰
-sign \x80F1 12345-56 胱
-sign \x80F2 125-126-1 胲
-sign \x80F3 13-13-5 胳
-sign \x80F4 23456-236-3 胴
-sign \x80F8 125-236 胸
-sign \x80F9 24-3 胹
-sign \x80FA 1345-0 胺
-sign \x80FC 12346-256-3 胼
-sign \x80FD 1345-1245-3 能
-sign \x80FE 14-24-4 胾
-sign \x8101 23456-13456-4
-sign \x8102 14-24 脂
-sign \x8105 125-12346-5 脅
-sign \x8106 1346-245-4 脆
-sign \x8108 134-46-3 脈
-sign \x810A 14-2456-5 脊
-sign \x8116 1234-1356-3 脖
-sign \x8117 134-1246-6 脗
-sign \x8118 13-2346-1 脘
-sign \x811B 13-356-4 脛
-sign \x811D 125-1245 脝
-sign \x811E 1346-135-1 脞
-sign \x8121 23456-356-6 脡
-sign \x8122 134-1256-3 脢
-sign \x8123 234-234-3 脣
-sign \x8124 234-1246-2 脤
-sign \x8127 14-234 脧
-sign \x8129 234-16 脩
-sign \x812B 23456-12356-5
-sign \x812C 12346-34 脬
-sign \x812F 12346-1236-1 脯
-sign \x8130 2345-16-2 脰
-sign \x8137 123-125-2 脷
-sign \x8139 14-25-4 脹
-sign \x813A 234-245-2 脺
-sign \x813E 12346-125-3 脾
-sign \x8146 23456-256-1 腆
-sign \x814A 123-1234-3 腊
-sign \x814B 245-1235-3 腋
-sign \x814C 235-0 腌
-sign \x814D 1345-456-6 腍
-sign \x814E 234-1246-2 腎
-sign \x814F 14-12356-5 腏
-sign \x8150 124-136-2 腐
-sign \x8151 124-136-1 腑
-sign \x8152 13-245 腒
-sign \x8153 124-125-3 腓
-sign \x8154 125-56 腔
-sign \x8155 2346-1 腕
-sign \x8160 1346-16-4 腠
-sign \x8161 123-135-3 腡
-sign \x8164 456-0 腤
-sign \x8165 234-356 腥
-sign \x8166 1345-1236-6 腦
-sign \x8167 234-1456-2 腧
-sign \x8169 1345-345-6 腩
-sign \x816B 14-236-1 腫
-sign \x816E 234-126 腮
-sign \x816F 2345-35 腯
-sign \x8170 13456-0 腰
-sign \x8171 13-256-2 腱
-sign \x8173 13-246-5 腳
-sign \x8174 1456-3 腴
-sign \x8176 2345-23-4 腶
-sign \x8177 1234-1235 腷
-sign \x8178 1346-25-3 腸
-sign \x8179 124-12345 腹
-sign \x817A 234-256-4 腺
-sign \x817F 23456-245-1 腿
-sign \x8180 1234-56-1 膀
-sign \x8182 123-245-6 膂
-sign \x8183 2456-35 膃
-sign \x8186 234-1236-4 膆
-sign \x8187 14-245-2 膇
-sign \x8188 13-13-5 膈
-sign \x818A 1234-12456-5 膊
-sign \x818B 123-13456-3 膋
-sign \x818D 12346-125-3 膍
-sign \x818F 13-1236 膏
-sign \x8195 1245-12456-5 膕
-sign \x8197 1346-245-3 膗
-sign \x8198 1234-13456 膘
-sign \x8199 14-25-1 膙
-sign \x819A 124-136 膚
-sign \x819B 23456-56-3 膛
-sign \x819C 134-12456-3 膜
-sign \x819D 234-35 膝
-sign \x819E 14-23 膞
-sign \x81A0 13-34 膠
-sign \x81A3 14-35-3 膣
-sign \x81A5 1346-234 膥
-sign \x81A7 23456-236-3 膧
-sign \x81A8 12346-14-3 膨
-sign \x81A9 1345-125-2 膩
-sign \x81AB 123-13456-3 膫
-sign \x81AC 1346-245-4 膬
-sign \x81AE 125-13456 膮
-sign \x81B0 124-45-3 膰
-sign \x81B1 14-1235 膱
-sign \x81B2 14-13456 膲
-sign \x81B3 234-256-2 膳
-sign \x81B4 124-136 膴
-sign \x81B5 234-245-2 膵
-sign \x81B6 245-234-1 膶
-sign \x81B7 125-25 膷
-sign \x81BA 245-356 膺
-sign \x81BB 14-256 膻
-sign \x81BD 2345-345-1 膽
-sign \x81BE 1235-1256-1 膾
-sign \x81BF 1345-236-3 膿
-sign \x81C0 23456-23-3 臀
-sign \x81C2 1234-125-4 臂
-sign \x81C3 245-236-1 臃
-sign \x81C4 1235-2456-3 臄
-sign \x81C6 245-1235 臆
-sign \x81C9 123-235-6 臉
-sign \x81CA 234-1236-4 臊
-sign \x81CC 13-136-1 臌
-sign \x81CD 1346-24-3 臍
-sign \x81CF 1234-1246-4 臏
-sign \x81D0 124-1246 臐
-sign \x81D2 136-2 臒
-sign \x81D5 1234-13456 臕
-sign \x81D8 123-1234-3 臘
-sign \x81D9 256-0 臙
-sign \x81DA 123-1236-3 臚
-sign \x81DB 124-12456-5 臛
-sign \x81DD 123-135-1 臝
-sign \x81DE 1235-245-3 臞
-sign \x81DF 14-56-2 臟
-sign \x81E0 123-23-3 臠
-sign \x81E1 1345-146-3 臡
-sign \x81E2 14-235 臢
-sign \x81E3 234-1246-3 臣
-sign \x81E4 234-1246-3
-sign \x81E5 1245-135-2 臥
-sign \x81E6 1245-135-2
-sign \x81E7 14-56 臧
-sign \x81E8 123-456-3 臨
-sign \x81E9 123-456-3
-sign \x81EA 14-24-2 自
-sign \x81EC 23456-3 臬
-sign \x81ED 1346-16-4 臭
-sign \x81F2 23456-3 臲
-sign \x81F3 14-24-4 至
-sign \x81F4 14-24-4 致
-sign \x81FA 23456-126-3 臺
-sign \x81FB 14-234 臻
-sign \x81FC 1235-16-6 臼
-sign \x81FE 1456-3 臾
-sign \x81FF 1346-1234-5 臿
-sign \x8200 13456-6 舀
-sign \x8201 1456-3 舁
-sign \x8202 14-236 舂
-sign \x8204 234-1235 舄
-sign \x8205 1235-16-6 舅
-sign \x8207 1456-6 與
-sign \x8208 125-356 興
-sign \x8209 13-245-1 舉
-sign \x820A 13-16-2 舊
-sign \x820B 245-1246-2 舋
-sign \x820C 234-23456-3 舌
-sign \x820D 234-15-4 舍
-sign \x8210 234-346-6 舐
-sign \x8212 234-1456 舒
-sign \x8214 23456-235-1 舔
-sign \x8216 12346-1236-4 舖
-sign \x8218 13-2346-4
-sign \x821B 1346-23-1 舛
-sign \x821C 234-234-4 舜
-sign \x821D 125-35-3 舝
-sign \x821E 134-1236-6 舞
-sign \x821F 14-16 舟
-sign \x8221 234-23-3 舡
-sign \x8222 234-45 舢
-sign \x8226 23456-346-6 舦
-sign \x8228 1234-45-1 舨
-sign \x822A 125-56-3 航
-sign \x822B 124-56-1 舫
-sign \x822C 1234-2346 般
-sign \x8232 123-356-3 舲
-sign \x8233 14-12345-3 舳
-sign \x8234 14-13-5 舴
-sign \x8235 23456-135-3 舵
-sign \x8236 1234-12456-3 舶
-sign \x8237 256-3 舷
-sign \x8238 13-135-1 舸
-sign \x8239 234-23-3 船
-sign \x8244 234-34 艄
-sign \x8245 1456-3 艅
-sign \x8247 23456-2356-6 艇
-sign \x824B 134-14-6 艋
-sign \x824E 2456-56-3 艎
-sign \x8251 1234-256 艑
-sign \x8255 1234-56-2 艕
-sign \x8257 245-1235-3 艗
-sign \x8258 234-16-1 艘
-sign \x8259 1346-56 艙
-sign \x825A 1346-1236-3 艚
-sign \x825B 123-16-3 艛
-sign \x825E 23456-13456-4
-sign \x825F 23456-236-3 艟
-sign \x8261 2345-56 艡
-sign \x8263 123-1236-3 艣
-sign \x8264 1245-146-6 艤
-sign \x8266 123-345-2 艦
-sign \x8268 134-236-3 艨
-sign \x826B 123-1236-3 艫
-sign \x826D 234-25 艭
-sign \x826E 13-1246-4 艮
-sign \x826F 123-25-3 良
-sign \x8271 13-45 艱
-sign \x8272 234-1235 色
-sign \x8274 124-35 艴
-sign \x8277 235-2 艷
-sign \x8278 1346-1236-1 艸
-sign \x827B 123-46-3
-sign \x827D 1235-16-3 艽
-sign \x827E 1245-346-2 艾
-sign \x827F 1345-346-6 艿
-sign \x8283 12346-236-3 芃
-sign \x8284 23-3 芄
-sign \x8285 1346-24-3 芅
-sign \x828A 1346-256 芊
-sign \x828B 136-2 芋
-sign \x828D 1346-246-5 芍
-sign \x828E 13-236 芎
-sign \x828F 2345-1236-2 芏
-sign \x8291 125-125-1 芑
-sign \x8292 134-56 芒
-sign \x8299 124-136-3 芙
-sign \x829D 14-24 芝
-sign \x829F 234-345 芟
-sign \x82A1 125-235-4 芡
-sign \x82A3 124-16-3 芣
-sign \x82A5 13-346-4 芥
-sign \x82A7 14-245-2 芧
-sign \x82A8 1235-26 芨
-sign \x82A9 1235-456-3 芩
-sign \x82AA 1235-125-3 芪
-sign \x82AB 256-3 芫
-sign \x82AC 124-1246 芬
-sign \x82AD 1234-12 芭
-sign \x82AE 245-245-2 芮
-sign \x82AF 234-456 芯
-sign \x82B0 13-125-2 芰
-sign \x82B1 124-12 花
-sign \x82B3 124-56 芳
-sign \x82B5 1235-12356-5 芵
-sign \x82B6 13-16-1 芶
-sign \x82B7 14-24-1 芷
-sign \x82B8 2456-1246-3 芸
-sign \x82B9 1235-1246-3 芹
-sign \x82BB 1346-135 芻
-sign \x82BD 1245-12-3 芽
-sign \x82BE 124-146-4 芾
-sign \x82D1 23-1 苑
-sign \x82D2 235-6 苒
-sign \x82D3 123-356-3 苓
-sign \x82D4 23456-126-3 苔
-sign \x82D5 23456-13456-3
-sign \x82D7 134-13456-3 苗
-sign \x82D9 123-26 苙
-sign \x82DB 125-135 苛
-sign \x82DC 134-12345-3 苜
-sign \x82DE 1234-34 苞
-sign \x82DF 13-16-1 苟
-sign \x82E0 134-1246-3 苠
-sign \x82E1 24-6 苡
-sign \x82E2 24-6
-sign \x82E3 13-245-2 苣
-sign \x82E4 12346-125-1 苤
-sign \x82E5 245-246-3 若
-sign \x82E6 124-136-1 苦
-sign \x82E7 1346-1456-6 苧
-sign \x82E8 1346-1456-6
-sign \x82EB 234-235-4 苫
-sign \x82EF 1234-2346-1 苯
-sign \x82F1 245-356 英
-sign \x82F2 14-12-4 苲
-sign \x82F4 14-245 苴
-sign \x82F6 125-12346-3 苶
-sign \x82F9 12346-356-3 苹
-sign \x82FB 124-136-3 苻
-sign \x82FE 1234-35-3 苾
-sign \x8300 124-35 茀
-sign \x8301 14-12356-5 茁
-sign \x8302 134-16-2 茂
-sign \x8303 124-45-2 范
-sign \x8304 1235-15-1 茄
-sign \x8305 134-34-3 茅
-sign \x8306 134-34-3 茆
-sign \x8307 1234-35-3 茇
-sign \x8308 1346-346-3 茈
-sign \x8309 134-1356-3 茉
-sign \x830C 1346-24-3 茌
-sign \x830D 13-16-1 茍
-sign \x8316 13-13-5 茖
-sign \x8317 134-356-6 茗
-sign \x8318 123-146-2
-sign \x831A 245-1246
-sign \x831B 13-1246-4 茛
-sign \x831C 234-146 茜
-sign \x8320 125-1236 茠
-sign \x8322 123-23456-3 茢
-sign \x8326 1346-13-5 茦
-sign \x8327 13-45-1 茧
-sign \x8328 1346-24-3 茨
-sign \x832B 134-56-3 茫
-sign \x832C 1346-12-3 茬
-sign \x832D 13-34 茭
-sign \x832F 124-12345-3 茯
-sign \x8331 14-1456 茱
-sign \x8332 14-24 茲
-sign \x8333 13-56 茳
-sign \x8334 1256-3 茴
-sign \x8335 245-1246 茵
-sign \x8336 1346-12-3 茶
-sign \x8337 124-35-3 茷
-sign \x8338 245-236-3 茸
-sign \x8339 1456-3 茹
-sign \x833A 1346-236 茺
-sign \x833C 23456-236-3 茼
-sign \x8340 234-234 荀
-sign \x8343 1346-23-3 荃
-sign \x8344 13-126 荄
-sign \x8345 2345-1234-5 荅
-sign \x8347 125-1245-2 荇
-sign \x8348 1346-23-1 荈
-sign \x8349 1346-1236-1 草
-sign \x834A 13-356 荊
-sign \x834D 1235-125-3 荍
-sign \x834E 1346-24-3
-sign \x834F 245-456-6 荏
-sign \x8350 14-256-4 荐
-sign \x8351 23456-146-3 荑
-sign \x8352 124-56 荒
-sign \x8354 123-146-2 荔
-sign \x8373 2345-16-2 荳
-sign \x8375 245-1246-1 荵
-sign \x8377 125-135-3 荷
-sign \x8378 1234-1356-3 荸
-sign \x837B 2345-1235-3 荻
-sign \x837C 23456-1236-3 荼
-sign \x837D 234-146 荽
-sign \x8385 123-125-2
-sign \x8386 12346-1236-3 莆
-sign \x8389 123-125-2 莉
-sign \x838A 14-56 莊
-sign \x838E 234-12 莎
-sign \x8392 13-245-1 莒
-sign \x8393 134-1256-3 莓
-sign \x8395 125-1245-2 莕
-sign \x8396 13-356-4 莖
-sign \x8398 234-1246 莘
-sign \x8399 12456-1246-1 莙
-sign \x839B 23456-356-3 莛
-sign \x839C 245-16-3
-sign \x839D 1346-135-4 莝
-sign \x839E 2346-6 莞
-sign \x83A0 245-16-6 莠
-sign \x83A2 13-1234-5 莢
-sign \x83A6 234-34 莦
-sign \x83A7 256-2 莧
-sign \x83A8 123-56-3 莨
-sign \x83A9 124-136 莩
-sign \x83AA 1245-135-3 莪
-sign \x83AB 134-12456-3 莫
-sign \x83B0 125-456-4 莰
-sign \x83B9 245-356-3
-sign \x83BD 134-56-6 莽
-sign \x83BF 1346-24-4 莿
-sign \x83C0 23-1 菀
-sign \x83C1 1346-356 菁
-sign \x83C2 2345-1235 菂
-sign \x83C5 13-45 菅
-sign \x83C6 14-16 菆
-sign \x83C7 13-136 菇
-sign \x83C9 123-12345-3 菉
-sign \x83CA 13-12345 菊
-sign \x83CC 12456-1246-1 菌
-sign \x83CF 125-135-3 菏
-sign \x83D1 14-24 菑
-sign \x83D3 12345-135-1 菓
-sign \x83D4 124-12345-3 菔
-sign \x83D5 123-234-3 菕
-sign \x83D6 1346-25 菖
-sign \x83D8 234-236 菘
-sign \x83DC 1346-126-4 菜
-sign \x83DD 1234-35-3
-sign \x83DF 23456-1236-4 菟
-sign \x83E0 1234-135 菠
-sign \x83E1 125-345-6 菡
-sign \x83E2 12346-1236-6 菢
-sign \x83E3 12346-1236-6
-sign \x83E4 13-23-1 菤
-sign \x83E5 234-1235 菥
-sign \x83E6 234-1235
-sign \x83E8 1346-12346-5 菨
-sign \x83E9 12346-1236-3 菩
-sign \x83EA 2345-56-2 菪
-sign \x83EF 2456-12-3 華
-sign \x83F0 13-136 菰
-sign \x83F1 123-356-3 菱
-sign \x83F2 124-125 菲
-sign \x83F4 456-0 菴
-sign \x83F8 256-0 菸
-sign \x83F9 14-245 菹
-sign \x83FC 23456-345-1 菼
-sign \x83FD 234-12345-3 菽
-sign \x83FE 23456-235-3 菾
-sign \x8401 13-125 萁
-sign \x8403 234-245-2 萃
-sign \x8404 23456-1236-3 萄
-sign \x8406 1234-125 萆
-sign \x8407 1346-25-3 萇
-sign \x840A 123-126-3 萊
-sign \x840B 1346-146 萋
-sign \x840C 134-1245-3 萌
-sign \x840D 12346-356-3 萍
-sign \x840E 2456-146-1 萎
-sign \x840F 2345-345-2 萏
-sign \x8410 1346-146 萐
-sign \x8411 2346-3 萑
-sign \x8429 1346-16 萩
-sign \x842C 134-45-2 萬
-sign \x842D 1456-6 萭
-sign \x8431 125-23 萱
-sign \x8432 125-23 萲
-sign \x8434 14-46 萴
-sign \x8435 2456-135 萵
-sign \x8438 1456-3 萸
-sign \x843C 1245-12456-3 萼
-sign \x843D 123-12456-3 落
-sign \x8445 14-245 葅
-sign \x8446 1234-1236-1 葆
-sign \x8447 245-16-3 葇
-sign \x8449 12346-3 葉
-sign \x844D 124-12345 葍
-sign \x844E 123-1346-3 葎
-sign \x8450 12346-2346-2 葐
-sign \x8451 124-236 葑
-sign \x8452 125-236-3 葒
-sign \x8456 2345-35-3 葖
-sign \x8457 14-246-3 著
-sign \x8459 234-25 葙
-sign \x845A 234-456-2 葚
-sign \x845B 13-124-5 葛
-sign \x8460 234-456 葠
-sign \x8461 12346-1236-3 葡
-sign \x8463 2345-236-1 董
-sign \x8465 14-256-4 葥
-sign \x8466 2456-146-6 葦
-sign \x8467 1234-1356-3 葧
-sign \x8469 1234-12 葩
-sign \x846B 136-3 葫
-sign \x846C 14-56-4 葬
-sign \x846D 13-12 葭
-sign \x846F 245-246-3 葯
-sign \x8471 1346-236 葱
-sign \x8473 2456-146 葳
-sign \x8474 14-456 葴
-sign \x8475 12456-146-3 葵
-sign \x8476 23456-356-3 葶
-sign \x8477 124-1246 葷
-sign \x8478 234-346-1 葸
-sign \x8479 234-24 葹
-sign \x847A 1346-26 葺
-sign \x847D 13456-0 葽
-sign \x8482 23456-146-4 蒂
-sign \x848D 2456-146-1 蒍
-sign \x8490 234-16-1 蒐
-sign \x8494 234-24-2 蒔
-sign \x8497 123-56-2 蒗
-sign \x8499 134-236-3 蒙
-sign \x849B 1235-12356-5 蒛
-sign \x849C 234-23-4 蒜
-sign \x849E 123-125-2 蒞
-sign \x849F 13-245-1 蒟
-sign \x84A1 1234-56-1 蒡
-sign \x84A8 234-256-2 蒨
-sign \x84AF 12345-346-1 蒯
-sign \x84B1 12346-1236-3 蒱
-sign \x84B2 12346-1236-3 蒲
-sign \x84B4 234-12456-5 蒴
-sign \x84B8 14-356 蒸
-sign \x84B9 13-235 蒹
-sign \x84BA 14-35-3 蒺
-sign \x84BB 245-246-3 蒻
-sign \x84BC 1346-56 蒼
-sign \x84BD 245-1246
-sign \x84BF 125-1236 蒿
-sign \x84C0 234-23 蓀
-sign \x84C1 14-234 蓁
-sign \x84C2 134-356-6 蓂
-sign \x84C4 1346-12345 蓄
-sign \x84C6 14-2456-3 蓆
-sign \x84C7 12345-35 蓇
-sign \x84C9 245-236-3 蓉
-sign \x84CA 245-236-1 蓊
-sign \x84CB 1235-126-4 蓋
-sign \x84CD 234-24 蓍
-sign \x84CF 123-135-1 蓏
-sign \x84D0 245-12345-3 蓐
-sign \x84D1 234-135 蓑
-sign \x84D3 12346-1256-3 蓓
-sign \x84D6 1234-125 蓖
-sign \x84E7 2345-13456-2 蓧
-sign \x84E8 234-16 蓨
-sign \x84E9 234-16
-sign \x84EB 14-12345-3 蓫
-sign \x84EC 12346-236-3 蓬
-sign \x84EE 123-256-3 蓮
-sign \x84EF 1346-236 蓯
-sign \x84F0 234-346-1 蓰
-sign \x84F4 234-234-3 蓴
-sign \x84F7 23456-245 蓷
-sign \x84FA 1245-146-2 蓺
-sign \x84FC 123-12345-3 蓼
-sign \x84FD 1234-35 蓽
-sign \x84FE 123-1236-6 蓾
-sign \x84FF 234-12345 蓿
-sign \x8500 1234-1236-2 蔀
-sign \x8506 123-356-3 蔆
-sign \x8507 13-125-4 蔇
-sign \x8509 12345-1246-1 蔉
-sign \x850C 1346-12345 蔌
-sign \x8511 134-23456-3 蔑
-sign \x8513 134-45-2 蔓
-sign \x8514 1234-13-3 蔔
-sign \x8515 2345-146-4 蔕
-sign \x8517 14-15-4 蔗
-sign \x8518 234-456
-sign \x851A 2456-146-4 蔚
-sign \x851E 123-16 蔞
-sign \x851F 1346-12345 蔟
-sign \x8521 1346-126-4 蔡
-sign \x8523 14-25-1 蔣
-sign \x8524 134-35-3 蔤
-sign \x8525 1346-236 蔥
-sign \x8526 1345-13456-6 蔦
-sign \x8527 2456-146-2 蔧
-sign \x852B 256-0 蔫
-sign \x852C 234-135 蔬
-sign \x852D 245-456-4 蔭
-sign \x852F 1346-1246-3 蔯
-sign \x8534 134-12-3 蔴
-sign \x853B 1235-16-4 蔻
-sign \x853D 1234-146-4 蔽
-sign \x853E 123-125-3 蔾
-sign \x8541 1346-456-3 蕁
-sign \x8543 124-45-3 蕃
-sign \x8546 1346-256-1 蕆
-sign \x8548 1346-456-6 蕈
-sign \x8549 14-13456 蕉
-sign \x854A 245-245-6 蕊
-sign \x854B 245-245-6
-sign \x854D 1456-3 蕍
-sign \x854E 1235-13456-3 蕎
-sign \x8551 13-45 蕑
-sign \x8553 2456-1246-3 蕓
-sign \x8555 245-16-3 蕕
-sign \x8556 1235-245-3 蕖
-sign \x8558 13456-3 蕘
-sign \x8559 2456-146-2 蕙
-sign \x855D 1346-12356-5 蕝
-sign \x855E 14-245-4 蕞
-sign \x8561 124-1246-3 蕡
-sign \x8562 12345-146-2 蕢
-sign \x8563 234-234-4 蕣
-sign \x8564 245-245-3 蕤
-sign \x8568 1235-12356-5 蕨
-sign \x8569 2345-56-2 蕩
-sign \x856A 134-1236-3 蕪
-sign \x856D 234-13456 蕭
-sign \x856E 234-1235 蕮
-sign \x8577 1456-2 蕷
-sign \x8578 125-12-3 蕸
-sign \x8579 236-4 蕹
-sign \x857A 1346-26 蕺
-sign \x857B 125-236-3 蕻
-sign \x857E 123-245-3 蕾
-sign \x8580 2456-1246 薀
-sign \x8581 245-12345 薁
-sign \x8584 1234-12456-3 薄
-sign \x8585 125-1236 薅
-sign \x8586 126-4 薆
-sign \x8587 134-125-3 薇
-sign \x8588 1256-2 薈
-sign \x8589 2456-146-4 薉
-sign \x858A 13-146-4 薊
-sign \x858B 1346-24-3 薋
-sign \x858C 125-25 薌
-sign \x858F 24-4 薏
-sign \x8590 123-356-3 薐
-sign \x8591 13-25 薑
-sign \x8594 1346-25-3 薔
-sign \x8596 12345-135 薖
-sign \x8599 23456-146-4 薙
-sign \x859B 234-23456-5 薛
-sign \x859C 12346-2456 薜
-sign \x859F 123-235-6 薟
-sign \x85A2 125-346-6 薢
-sign \x85A4 125-346-2 薤
-sign \x85A6 14-256-4 薦
-sign \x85A7 125-34-1 薧
-sign \x85A8 12345-1246 薨
-sign \x85A9 234-2345-5 薩
-sign \x85AA 234-1246 薪
-sign \x85AF 234-1456-3 薯
-sign \x85B0 124-1246 薰
-sign \x85B3 23-6 薳
-sign \x85B6 134-346-3 薶
-sign \x85B7 1456-3 薷
-sign \x85B8 12346-13456 薸
-sign \x85B9 23456-126-3 薹
-sign \x85BA 1346-146-3 薺
-sign \x85BD 14-1246 薽
-sign \x85BF 24-6 薿
-sign \x85C1 13-1236-1
-sign \x85C2 1346-236-3 藂
-sign \x85C7 1456-2 藇
-sign \x85C9 14-1235-3 藉
-sign \x85CD 123-345-3 藍
-sign \x85CE 14-234-1 藎
-sign \x85CF 1346-56-3 藏
-sign \x85D0 134-13456-6 藐
-sign \x85D1 1235-356-3 藑
-sign \x85D5 1245-16-6 藕
-sign \x85D8 123-245-3 藘
-sign \x85DA 14-12345-3 藚
-sign \x85DC 123-146-3 藜
-sign \x85DD 1245-146-2 藝
-sign \x85DF 123-245-6 藟
-sign \x85E1 124-45-3
-sign \x85E4 23456-1245-3 藤
-sign \x85E5 245-246-3 藥
-sign \x85E6 134-135-3 藦
-sign \x85E7 134-135-3
-sign \x85E8 1234-13456 藨
-sign \x85E9 124-45-3 藩
-sign \x85EA 234-16-1 藪
-sign \x85EB 23456-345-3 藫
-sign \x85EC 23456-245-3 藬
-sign \x85ED 1235-236-3 藭
-sign \x85F6 123-1235-3 藶
-sign \x85F7 234-1456-3 藷
-sign \x85F8 1346-1456-3 藸
-sign \x85F9 126-1 藹
-sign \x85FA 123-234-2 藺
-sign \x85FB 14-1236-1 藻
-sign \x85FE 123-346-4 藾
-sign \x85FF 124-12456-5 藿
-sign \x8600 23456-12456-5
-sign \x8604 1235-125-3 蘄
-sign \x8605 125-1245-3 蘅
-sign \x8606 123-1236-3 蘆
-sign \x8607 234-1236 蘇
-sign \x860A 2456-1246-6 蘊
-sign \x860B 12346-356-3 蘋
-sign \x8611 134-135-3 蘑
-sign \x8616 23456-3
-sign \x8617 1234-13-5 蘗
-sign \x8618 245-25-3 蘘
-sign \x861A 234-256-1 蘚
-sign \x861E 123-235-6 蘞
-sign \x8620 1346-25-3 蘠
-sign \x8621 245-356 蘡
-sign \x8622 123-236-3 蘢
-sign \x8624 124-12 蘤
-sign \x8625 245-246-3 蘥
-sign \x8626 123-356-3 蘦
-sign \x8627 1235-245-3 蘧
-sign \x862D 123-45-3 蘭
-sign \x862E 13-146-4 蘮
-sign \x8632 123-245-3 蘲
-sign \x8635 14-1235 蘵
-sign \x8638 14-345-4 蘸
-sign \x8639 2456-346-3 蘹
-sign \x863A 123-125-3 蘺
-sign \x863C 134-125-3 蘼
-sign \x863E 2456-346-2 蘾
-sign \x863F 123-135-3 蘿
-sign \x8640 14-146 虀
-sign \x8646 123-245-3 虆
-sign \x8647 125-23-1 虇
-sign \x864B 134-2346-3 虋
-sign \x864C 1234-23456-5 虌
-sign \x864D 124-136 虍
-sign \x864E 124-136-1 虎
-sign \x8650 245-246-3 虐
-sign \x8652 234-24 虒
-sign \x8653 125-34 虓
-sign \x8654 1235-256-3 虔
-sign \x8655 1346-1456-4 處
-sign \x8656 124-136 虖
-sign \x8659 124-12345-3 虙
-sign \x865B 125-245 虛
-sign \x865C 123-1236-6 虜
-sign \x865E 1456-3 虞
-sign \x865F 125-1236-2 號
-sign \x8662 12345-1235 虢
-sign \x8663 1234-1236-2 虣
-sign \x8667 12456-146 虧
-sign \x8669 12345-1235 虩
-sign \x866B 1346-236-3 虫
-sign \x866E 13-125-1 虮
-sign \x866F 1235-16-3 虯
-sign \x8671 234-35 虱
-sign \x8679 125-236-3 虹
-sign \x867A 2456-146-1 虺
-sign \x867B 134-56-3 虻
-sign \x867C 13-35 虼
-sign \x868A 134-1246 蚊
-sign \x868B 245-245-2 蚋
-sign \x868C 12346-56-6 蚌
-sign \x868D 12346-125-3 蚍
-sign \x8693 245-1246-6 蚓
-sign \x8695 1346-345-3 蚕
-sign \x869C 1245-12-3 蚜
-sign \x869D 125-1236-3 蚝
-sign \x86A1 124-1246-3 蚡
-sign \x86A3 13-236 蚣
-sign \x86A4 14-1236-1 蚤
-sign \x86A7 13-346-4 蚧
-sign \x86A8 124-136-3 蚨
-sign \x86A9 1346-24 蚩
-sign \x86AA 2345-16-1 蚪
-sign \x86AF 245-16 蚯
-sign \x86B0 245-16-3 蚰
-sign \x86B1 14-12-4 蚱
-sign \x86B3 1346-24-3 蚳
-sign \x86B4 245-16-4 蚴
-sign \x86B5 125-135-1 蚵
-sign \x86B6 125-456 蚶
-sign \x86B7 13-245-2 蚷
-sign \x86BA 235-3 蚺
-sign \x86BB 14-2345-5 蚻
-sign \x86BF 256-3 蚿
-sign \x86C0 14-1456-4 蛀
-sign \x86C4 13-136 蛄
-sign \x86C6 14-245 蛆
-sign \x86C7 234-15-3 蛇
-sign \x86C9 123-356-3 蛉
-sign \x86CB 2345-45-2 蛋
-sign \x86CC 13-136-1 蛌
-sign \x86D0 1235-12345 蛐
-sign \x86D1 134-16-3 蛑
-sign \x86D4 1256-3 蛔
-sign \x86D8 245-25-3 蛘
-sign \x86D9 2456-12 蛙
-sign \x86DA 123-23456-3 蛚
-sign \x86DB 14-1456 蛛
-sign \x86DC 24-0 蛜
-sign \x86DE 1235-1356-5 蛞
-sign \x86DF 13-34 蛟
-sign \x86E1 1235-236-3
-sign \x86E4 13-26-5 蛤
-sign \x86E5 125-12
-sign \x86E9 1235-236-3 蛩
-sign \x86ED 14-35-3 蛭
-sign \x86F8 234-34 蛸
-sign \x86F9 245-236-1 蛹
-sign \x86FA 13-1234-5 蛺
-sign \x86FB 23456-245-4 蛻
-sign \x86FE 1245-135-3 蛾
-sign \x8700 234-12345-3 蜀
-sign \x8702 124-236 蜂
-sign \x8703 234-1246-6 蜃
-sign \x8706 125-256-1 蜆
-sign \x8707 14-23456-5 蜇
-sign \x8708 1245-3 蜈
-sign \x8709 124-16-3 蜉
-sign \x870A 123-125-3 蜊
-sign \x870B 123-56-3 蜋
-sign \x870D 1346-1456-3 蜍
-sign \x870E 23-0 蜎
-sign \x8711 2345-45-2 蜑
-sign \x8712 256-3 蜒
-sign \x8713 23456-356-3 蜓
-sign \x8718 14-24 蜘
-sign \x871A 124-125 蜚
-sign \x871C 134-35-3 蜜
-sign \x871E 1235-125-3 蜞
-sign \x8721 14-12-4 蜡
-sign \x8722 134-14-6 蜢
-sign \x8723 13-25 蜣
-sign \x8725 234-1235 蜥
-sign \x8728 2345-12346-3 蜨
-sign \x8729 23456-13456-3
-sign \x872E 2456-1235-3 蜮
-sign \x8730 124-125-3 蜰
-sign \x8731 12346-125-3 蜱
-sign \x8734 245-1235-3 蜴
-sign \x8737 13-23-1 蜷
-sign \x873A 1245-146-3 蜺
-sign \x873B 1346-356 蜻
-sign \x873E 12345-135-1 蜾
-sign \x873F 23-1 蜿
-sign \x8740 2345-236-4 蝀
-sign \x8742 1234-45-1 蝂
-sign \x8743 2345-146-4 蝃
-sign \x874C 124-135 蝌
-sign \x874D 14-1235 蝍
-sign \x874E 1235-23456-5 蝎
-sign \x8751 234-245 蝑
-sign \x8753 1456-3 蝓
-sign \x8754 13-346 蝔
-sign \x8755 234-1235-3 蝕
-sign \x8757 2456-56-3 蝗
-sign \x8758 256-1 蝘
-sign \x8759 12346-256 蝙
-sign \x875B 2456-146 蝛
-sign \x875D 23-3 蝝
-sign \x875F 2456-146-2 蝟
-sign \x8760 124-12345 蝠
-sign \x8761 1456-3 蝡
-sign \x8763 245-16-3 蝣
-sign \x8764 245-16-3 蝤
-sign \x8765 134-34-3 蝥
-sign \x8766 125-12 蝦
-sign \x8768 234-35 蝨
-sign \x876E 124-12345 蝮
-sign \x876F 23-3 蝯
-sign \x8774 136-3 蝴
-sign \x8776 2345-12346-3 蝶
-sign \x8778 2456-135 蝸
-sign \x877B 1345-345-3 蝻
-sign \x8782 123-56-3 螂
-sign \x8783 12346-56-3 螃
-sign \x8784 234-24 螄
-sign \x8785 234-1235 螅
-sign \x8786 14-24 螆
-sign \x8787 125-146-3 螇
-sign \x8788 23-3 螈
-sign \x8789 245-236 螉
-sign \x878D 245-236-3 融
-sign \x8793 1346-234-3 螓
-sign \x8796 123-1234-3
-sign \x8797 23456-56-3 螗
-sign \x8798 1245-146-6 螘
-sign \x879E 134-12-6 螞
-sign \x879F 134-12-3 螟
-sign \x87A2 245-356-3 螢
-sign \x87AB 234-1235 螫
-sign \x87AC 1346-1236-3 螬
-sign \x87AD 1346-24 螭
-sign \x87AE 2345-146-4 螮
-sign \x87AF 1245-1236-3 螯
-sign \x87B3 23456-56-3 螳
-sign \x87B5 12346-13456 螵
-sign \x87BA 123-135-1 螺
-sign \x87BB 123-16-3 螻
-sign \x87BD 14-236 螽
-sign \x87BE 245-1246-6 螾
-sign \x87BF 14-25 螿
-sign \x87C0 234-1346 蟀
-sign \x87C4 14-1235-3 蟄
-sign \x87C6 134-1236 蟆
-sign \x87C8 12345-12456-5
-sign \x87CA 134-1236-3 蟊
-sign \x87CB 234-1235 蟋
-sign \x87CE 134-2346-6 蟎
-sign \x87D1 14-25 蟑
-sign \x87D2 134-56-6 蟒
-sign \x87DB 12346-56-3 蟛
-sign \x87DC 13-13456-1 蟜
-sign \x87E0 12346-2346-3 蟠
-sign \x87E1 12346-2346-3
-sign \x87E2 125-125-1 蟢
-sign \x87E3 13-125 蟣
-sign \x87E4 13-125
-sign \x87E5 2456-56-3 蟥
-sign \x87E6 2456-56-3
-sign \x87E7 123-1236-3 蟧
-sign \x87E8 123-1236-3
-sign \x87EA 2456-146-2 蟪
-sign \x87EB 23456-345-3 蟫
-sign \x87EC 234-235-3 蟬
-sign \x87EF 13456-3 蟯
-sign \x87F2 1346-236-3 蟲
-sign \x87F4 234-24 蟴
-sign \x87F6 1346-356 蟶
-sign \x87F7 2345-56 蟷
-sign \x87F9 125-346-6 蟹
-sign \x87FA 234-256-2 蟺
-sign \x87FB 1245-146-6 蟻
-sign \x87FC 13-356-1 蟼
-sign \x87FE 234-235-3 蟾
-sign \x8801 125-25-4 蠁
-sign \x8803 123-135-1 蠃
-sign \x8804 1235-456-3 蠄
-sign \x8805 245-356-3 蠅
-sign \x8806 1346-346-4 蠆
-sign \x8809 125-23 蠉
-sign \x880A 123-235-3 蠊
-sign \x880B 14-12345 蠋
-sign \x880C 14-13-3 蠌
-sign \x880D 1235-23456-5 蠍
-sign \x8810 1346-146-3 蠐
-sign \x8811 2456-356-3 蠑
-sign \x8813 134-236-6 蠓
-sign \x8814 125-1236-3 蠔
-sign \x8815 1456-3 蠕
-sign \x8816 2456-12456-3 蠖
-sign \x8819 1234-1246 蠙
-sign \x881B 134-23456-3 蠛
-sign \x881C 124-45-2 蠜
-sign \x881F 123-1234-3 蠟
-sign \x8821 123-146-6 蠡
-sign \x8822 1346-234-1 蠢
-sign \x8823 123-146-2 蠣
-sign \x8826 123-1236-3 蠦
-sign \x8828 234-13456 蠨
-sign \x882A 123-236-3 蠪
-sign \x882D 124-236
-sign \x8831 13-136-1 蠱
-sign \x8832 13-23 蠲
-sign \x8835 12456-146-3 蠵
-sign \x8836 1346-345-3 蠶
-sign \x8837 124-12456-5 蠷
-sign \x8838 1235-23-3 蠸
-sign \x8839 2345-1236-4 蠹
-sign \x883B 134-45-3 蠻
-sign \x883C 124-12456-5 蠼
-sign \x883D 14-23456-3 蠽
-sign \x8840 125-12356-5 血
-sign \x8841 124-56 衁
-sign \x8843 124-16-3 衃
-sign \x8844 1345-12345-3 衄
-sign \x8845 245-1246-2
-sign \x8846 14-236-4
-sign \x8848 24-2 衈
-sign \x884A 134-23456-3 衊
-sign \x884B 234-1235 衋
-sign \x884C 125-1245-3 行
-sign \x884D 125-256-1 衍
-sign \x884F 23-1
-sign \x8852 23-3 衒
-sign \x8853 234-1346-3 術
-sign \x8855 23456-236-3 衕
-sign \x8856 125-56-2 衖
-sign \x8857 13-346 街
-sign \x8859 1245-12-3 衙
-sign \x885A 136-3 衚
-sign \x885B 2456-146-2 衛
-sign \x885D 1346-236 衝
-sign \x885E 2456-146-2 衞
-sign \x8861 125-1245-3 衡
-sign \x8862 1235-245-3 衢
-sign \x8863 24-0 衣
-sign \x8868 1234-13456-1 表
-sign \x8869 1346-12-4 衩
-sign \x886B 234-345 衫
-sign \x886D 124-136-4 衭
-sign \x8870 234-245 衰
-sign \x8872 1345-1234-3 衲
-sign \x8875 1345-1235 衵
-sign \x8877 1346-236 衷
-sign \x8879 14-24-1 衹
-sign \x887D 245-456-2 衽
-sign \x887E 1235-456 衾
-sign \x887F 1235-456 衿
-sign \x8881 23-3 袁
-sign \x8882 134-146-2 袂
-sign \x8888 13-12 袈
-sign \x888B 2345-126-2 袋
-sign \x888D 12346-1236-3 袍
-sign \x8892 23456-45-1 袒
-sign \x8896 14-16-2 袖
-sign \x8897 1346-1246-1 袗
-sign \x8899 12346-13-5 袙
-sign \x889A 124-35 袚
-sign \x889B 14-24-1 袛
-sign \x889E 12345-1246-1 袞
-sign \x88A2 12346-45-4 袢
-sign \x88A4 134-16-2 袤
-sign \x88AA 1235-245 袪
-sign \x88AB 1234-125-2 被
-sign \x88B1 124-12345-3 袱
-sign \x88B2 24-3 袲
-sign \x88B4 124-136-4
-sign \x88B5 245-456-2
-sign \x88B7 13-1234-5 袷
-sign \x88BA 13-23456-5 袺
-sign \x88BC 13-12456-5 袼
-sign \x88BD 1456-3 袽
-sign \x88BE 14-1456 袾
-sign \x88C0 245-1246 裀
-sign \x88C1 1346-126-3 裁
-sign \x88C2 123-23456-3 裂
-sign \x88C5 14-56
-sign \x88C7 234-1346 裇
-sign \x88C9 1235-1245-4 裉
-sign \x88CA 1345-13456-6 裊
-sign \x88CC 13-1234-5 裌
-sign \x88CE 1346-356-3 裎
-sign \x88CF 123-245-6 裏
-sign \x88D2 12346-1236-3 裒
-sign \x88D4 245-245-2 裔
-sign \x88D5 1456-2 裕
-sign \x88D8 1235-16-3 裘
-sign \x88D9 12456-1246-3 裙
-sign \x88DB 245-26 裛
-sign \x88DC 1234-1236-1 補
-sign \x88DD 14-56 裝
-sign \x88DF 234-12 裟
-sign \x88E1 123-245-6 裡
-sign \x88E8 1234-125 裨
-sign \x88E9 12346-125-3
-sign \x88EF 1346-16-3 裯
-sign \x88F0 14-12356-5 裰
-sign \x88F1 1234-13456-1 裱
-sign \x88F2 123-25-6 裲
-sign \x88F3 234-25-3 裳
-sign \x88F4 12346-1256-3 裴
-sign \x88F8 123-135-1 裸
-sign \x88F9 12345-135-1 裹
-sign \x88FC 234-1235-5 裼
-sign \x88FD 14-146-4 製
-sign \x88FE 13-245 裾
-sign \x8902 12456-12-1 褂
-sign \x8907 124-12345 複
-sign \x890A 12346-256-1 褊
-sign \x890C 12345-1246 褌
-sign \x890E 14-16-2 褎
-sign \x8910 125-124-5 褐
-sign \x8912 1234-1236 褒
-sign \x8913 1234-1236-1 褓
-sign \x8914 124-12345
-sign \x8915 1456-3 褕
-sign \x8918 124-146 褘
-sign \x8919 1234-1256-4 褙
-sign \x891A 1346-1456-1 褚
-sign \x891E 2456-1246 褞
-sign \x891F 23456-1234-5 褟
-sign \x8921 2345-1234-5 褡
-sign \x8922 2456-346-3 褢
-sign \x8925 245-12345-3 褥
-sign \x8926 123-15-6 褦
-sign \x8927 12345-356-1 褧
-sign \x892A 23456-245-4 褪
-sign \x892B 1346-24-1 褫
-sign \x892D 1345-13456-6 褭
-sign \x892F 14-1235-3 褯
-sign \x8930 125-256 褰
-sign \x8931 2456-346-3 褱
-sign \x8932 124-136-4 褲
-sign \x8933 123-256-3 褳
-sign \x8935 123-125-3 褵
-sign \x8936 14-12346-5 褶
-sign \x8938 123-16 褸
-sign \x893B 234-23456-5 褻
-sign \x893C 234-256 褼
-sign \x893D 2456-146-4 褽
-sign \x893E 1234-13456-1 褾
-sign \x8941 1235-25-6 襁
-sign \x8943 1234-1236 襃
-sign \x8944 234-25 襄
-sign \x8946 124-12345-3 襆
-sign \x8949 13-45-1 襉
-sign \x894C 2345-45 襌
-sign \x894F 1234-1356-3 襏
-sign \x8956 1236-4 襖
-sign \x895A 234-245-2 襚
-sign \x895B 1345-236-3 襛
-sign \x895C 14-235 襜
-sign \x895D 123-235-6 襝
-sign \x895E 1234-1235 襞
-sign \x895F 1235-456 襟
-sign \x8960 123-56-2 襠
-sign \x8962 23456-45-1 襢
-sign \x8964 123-345-3 襤
-sign \x8966 1456-3 襦
-sign \x896A 134-35-3 襪
-sign \x896C 1234-346-1 襬
-sign \x896D 1235-23456-5 襭
-sign \x896E 1234-12456-5 襮
-sign \x896F 1346-1246-4 襯
-sign \x8971 123-236-3 襱
-sign \x8972 14-1234-3 襲
-sign \x8973 1346-235 襳
-sign \x8974 123-45-3 襴
-sign \x8976 2345-15-1 襶
-sign \x8979 234-24-1 襹
-sign \x897B 12346-45-4 襻
-sign \x897C 134-146-4 襼
-sign \x897E 123-25-1
-sign \x897F 234-146 西
-sign \x8981 13456-4 要
-sign \x8982 124-236-4 覂
-sign \x8983 23456-345-3 覃
-sign \x8986 124-12345 覆
-sign \x8988 125-35-3 覈
-sign \x898A 13-125
-sign \x898B 13-256-4 見
-sign \x898F 12456-146 規
-sign \x8993 134-1235-3 覓
-sign \x8996 234-24-2 視
-sign \x8997 14-24-2 覗
-sign \x8998 14-235 覘
-sign \x899C 23456-13456-4
-sign \x89A1 125-35-3 覡
-sign \x89A6 1456-3 覦
-sign \x89AA 1346-1246 親
-sign \x89AC 13-125-4 覬
-sign \x89AF 13-16-4 覯
-sign \x89B2 13-1246-2 覲
-sign \x89B6 123-135-3 覶
-sign \x89B7 1346-245-4 覷
-sign \x89BA 13-12456-5 覺
-sign \x89BD 123-345-6 覽
-sign \x89BF 2345-1235-3 覿
-sign \x89C0 13-2346 觀
-sign \x89D2 13-12456-5 角
-sign \x89D3 1235-16-3 觓
-sign \x89D4 13-1246 觔
-sign \x89D5 1346-1236 觕
-sign \x89D6 1235-12356-5 觖
-sign \x89DA 13-136 觚
-sign \x89DC 14-24 觜
-sign \x89DD 2345-146-1 觝
-sign \x89E1 1235-16-3
-sign \x89E3 13-346-1 解
-sign \x89E4 125-346-2
-sign \x89E5 12345-1245 觥
-sign \x89E6 14-12345 触
-sign \x89E7 14-12345
-sign \x89E9 1235-16-3 觩
-sign \x89EB 1346-12345 觫
-sign \x89ED 13-125 觭
-sign \x89F0 14-12 觰
-sign \x89F1 1234-23456 觱
-sign \x89F3 125-12345-3 觳
-sign \x89F4 234-25 觴
-sign \x89F6 24-4 觶
-sign \x89F7 125-12456-3 觷
-sign \x89F8 14-12345 觸
-sign \x89FA 24-3 觺
-sign \x89FC 1346-45-4 觼
-sign \x89FF 12456-146-3 觿
-sign \x8A00 256-3 言
-sign \x8A02 2345-356-4 訂
-sign \x8A03 124-136-2 訃
-sign \x8A04 1235-16-3 訄
-sign \x8A07 12345-1245 訇
-sign \x8A08 13-146-4 計
-sign \x8A0A 234-234-4 訊
-sign \x8A0C 125-236-4 訌
-sign \x8A0E 23456-1236-1 討
-sign \x8A0F 125-245 訏
-sign \x8A10 1235-23456-3 訐
-sign \x8A11 24-3 訑
-sign \x8A12 245-1246-2 訒
-sign \x8A13 124-1246-4 訓
-sign \x8A15 234-45-4 訕
-sign \x8A16 1245-35-3 訖
-sign \x8A17 23456-12456-5
-sign \x8A18 13-125-4 記
-sign \x8A1B 1245-135-3 訛
-sign \x8A1D 1245-12-2 訝
-sign \x8A1F 14-236-2 訟
-sign \x8A22 245-1246 訢
-sign \x8A23 1235-12356-5 訣
-sign \x8A25 1345-1234-3 訥
-sign \x8A27 245-16-3 訧
-sign \x8A2A 124-56-1 訪
-sign \x8A2C 1346-34-1 訬
-sign \x8A2D 1346-23456-5 設
-sign \x8A31 125-245-1 許
-sign \x8A34 234-1236-4 訴
-sign \x8A36 125-135 訶
-sign \x8A39 14-1346 訹
-sign \x8A3A 1346-1246-1 診
-sign \x8A3B 14-1456-4 註
-sign \x8A3C 14-356-4 証
-sign \x8A3E 14-24-1 訾
-sign \x8A40 14-235 詀
-sign \x8A41 13-136-1 詁
-sign \x8A45 123-356-3 詅
-sign \x8A46 2345-146-1 詆
-sign \x8A48 123-125-2 詈
-sign \x8A4E 13-245-2 詎
-sign \x8A4F 34-1 詏
-sign \x8A50 14-12-4 詐
-sign \x8A52 24-3 詒
-sign \x8A54 14-13456-2 詔
-sign \x8A55 12346-356-3 評
-sign \x8A56 1234-125-4 詖
-sign \x8A57 12345-356-1 詗
-sign \x8A58 2456-35 詘
-sign \x8A5B 14-135-4 詛
-sign \x8A5E 1346-24-3 詞
-sign \x8A60 2456-356-2 詠
-sign \x8A61 125-245-1 詡
-sign \x8A62 234-234 詢
-sign \x8A63 1245-146-2 詣
-sign \x8A66 234-24-4 試
-sign \x8A68 13-34 詨
-sign \x8A69 234-24 詩
-sign \x8A6B 1346-12-4 詫
-sign \x8A6C 13-16-4 詬
-sign \x8A6D 12345-146-1 詭
-sign \x8A6E 1346-23-3 詮
-sign \x8A70 1235-23456-5 詰
-sign \x8A71 2456-12-2 話
-sign \x8A72 13-126 該
-sign \x8A73 1346-25-3 詳
-sign \x8A75 234-1246 詵
-sign \x8A76 1346-16-3 詶
-sign \x8A79 14-235 詹
-sign \x8A7B 1245-13-3 詻
-sign \x8A7C 124-1256 詼
-sign \x8A7F 12345-12-4 詿
-sign \x8A82 23456-13456-6
-sign \x8A84 123-126-2 誄
-sign \x8A85 14-1456 誅
-sign \x8A86 125-56 誆
-sign \x8A87 12456-12 誇
-sign \x8A8C 14-24-4 誌
-sign \x8A8D 245-356-2 認
-sign \x8A91 1235-56-3 誑
-sign \x8A92 15-0 誒
-sign \x8A93 234-146-2 誓
-sign \x8A95 2345-45-4 誕
-sign \x8A96 1234-1256-2 誖
-sign \x8A98 245-16-6 誘
-sign \x8A9A 1346-13456-4 誚
-sign \x8A9E 1456-6 語
-sign \x8AA0 234-356-3 誠
-sign \x8AA1 13-346-4 誡
-sign \x8AA3 134-1236-3 誣
-sign \x8AA4 1245-2 誤
-sign \x8AA5 13-1236-4 誥
-sign \x8AA6 14-236-2 誦
-sign \x8AA8 124-1256-4 誨
-sign \x8AAA 234-12356-5 說
-sign \x8AB0 234-245-3 誰
-sign \x8AB2 124-135-4 課
-sign \x8AB6 234-245-2 誶
-sign \x8AB9 124-125-1 誹
-sign \x8ABB 2345-1234-3 誻
-sign \x8ABC 24-3 誼
-sign \x8ABF 2345-13456-2
-sign \x8AC2 1346-235-1 諂
-sign \x8AC4 14-234 諄
-sign \x8AC6 125-125 諆
-sign \x8AC7 23456-345-3 談
-sign \x8AC8 14-245-2 諈
-sign \x8AC9 2456-146-1 諉
-sign \x8ACB 1346-356-1 請
-sign \x8ACD 14-14-4 諍
-sign \x8ACF 14-16 諏
-sign \x8AD1 2345-246-5 諑
-sign \x8AD2 123-25-2 諒
-sign \x8AD3 14-256-4 諓
-sign \x8AD4 1346-12345 諔
-sign \x8AD5 125-13-5 諕
-sign \x8AD6 123-234-2 論
-sign \x8AD7 1345-456-1 諗
-sign \x8ADB 1456-3 諛
-sign \x8ADC 2345-12346-3 諜
-sign \x8ADD 234-245 諝
-sign \x8ADE 12346-256-3 諞
-sign \x8ADF 234-24-2 諟
-sign \x8AE0 125-23 諠
-sign \x8AE1 234-24-4 諡
-sign \x8AE2 2456-1246-2 諢
-sign \x8AE4 1245-12456-3 諤
-sign \x8AE6 2345-146-4 諦
-sign \x8AE7 125-346-3 諧
-sign \x8AEB 13-45-4 諫
-sign \x8AED 1456-2 諭
-sign \x8AEE 14-24 諮
-sign \x8AF0 234-346-1 諰
-sign \x8AF1 2456-146-6 諱
-sign \x8AF2 245-1246 諲
-sign \x8AF3 456-0 諳
-sign \x8AF4 125-345-3 諴
-sign \x8AF5 1345-345-3 諵
-sign \x8AF6 234-456-3 諶
-sign \x8AF7 124-236-4 諷
-sign \x8AF8 14-1456 諸
-sign \x8AFA 256-2 諺
-sign \x8AFC 125-23 諼
-sign \x8AFE 1345-12456-3 諾
-sign \x8B00 134-16-3 謀
-sign \x8B01 23456-5 謁
-sign \x8B02 2456-146-2 謂
-sign \x8B04 23456-1245-3 謄
-sign \x8B05 14-16 謅
-sign \x8B06 234-256-4 謆
-sign \x8B07 13-256-1 謇
-sign \x8B0A 124-56 謊
-sign \x8B0B 2456-13-3 謋
-sign \x8B0E 134-146-3 謎
-sign \x8B0F 234-16-1 謏
-sign \x8B10 134-35-3 謐
-sign \x8B12 1346-25 謒
-sign \x8B14 245-246-3 謔
-sign \x8B16 234-12345 謖
-sign \x8B17 12346-56-4 謗
-sign \x8B19 125-235 謙
-sign \x8B1A 234-24-4 謚
-sign \x8B1B 13-56-1 講
-sign \x8B1D 14-15-2 謝
-sign \x8B1F 23456-1236
-sign \x8B20 13456-3 謠
-sign \x8B22 136-2
-sign \x8B26 125-356-4 謦
-sign \x8B28 134-1236-3 謨
-sign \x8B2A 234-25 謪
-sign \x8B2B 14-13-3 謫
-sign \x8B2C 134-16-2 謬
-sign \x8B33 16-0 謳
-sign \x8B37 1245-1236-3 謷
-sign \x8B39 13-1246-1 謹
-sign \x8B3C 124-136 謼
-sign \x8B3E 134-45-2 謾
-sign \x8B3F 14-16
-sign \x8B41 2456-12 譁
-sign \x8B45 234-26 譅
-sign \x8B46 125-125 譆
-sign \x8B48 2345-245-2 譈
-sign \x8B49 14-356-4 證
-sign \x8B4A 1345-34-3 譊
-sign \x8B4E 1235-12356-5 譎
-sign \x8B4F 13-125 譏
-sign \x8B52 1234-135-4 譒
-sign \x8B53 2456-146-2 譓
-sign \x8B54 14-45-2 譔
-sign \x8B56 14-456-4 譖
-sign \x8B58 234-1235 識
-sign \x8B59 1346-13456-3 譙
-sign \x8B5A 23456-345-3 譚
-sign \x8B5C 12346-1236-1 譜
-sign \x8B5F 1346-1236-4 譟
-sign \x8B66 13-356-1 警
-sign \x8B68 1345-16-1 譨
-sign \x8B69 24-0
-sign \x8B6A 126-1 譪
-sign \x8B6B 14-235 譫
-sign \x8B6C 12346-125-4 譬
-sign \x8B6D 2456-146-1 譭
-sign \x8B6F 245-1235-3 譯
-sign \x8B70 24-6 議
-sign \x8B74 125-256-1 譴
-sign \x8B77 136-2 護
-sign \x8B78 14-16 譸
-sign \x8B7A 245-1235-3 譺
-sign \x8B7D 1456-2 譽
-sign \x8B7E 14-256-1 譾
-sign \x8B80 2345-12345-3 讀
-sign \x8B85 234-456-1 讅
-sign \x8B86 1245-146-2 讆
-sign \x8B8A 1234-256-4 變
-sign \x8B8B 14-23456-5 讋
-sign \x8B8C 256-4 讌
-sign \x8B8E 1346-16-3 讎
-sign \x8B92 1346-345-3 讒
-sign \x8B93 245-25-2 讓
-sign \x8B94 245-1246-1 讔
-sign \x8B95 123-45-3 讕
-sign \x8B96 1346-345-4 讖
-sign \x8B98 14-12346-5 讘
-sign \x8B99 124-2346 讙
-sign \x8B9A 14-45-4 讚
-sign \x8B9C 2345-56-1 讜
-sign \x8B9E 256-2 讞
-sign \x8B9F 2345-12345-3 讟
-sign \x8C37 13-12345 谷
-sign \x8C39 2456-1245-3 谹
-sign \x8C3D 125-456-3 谽
-sign \x8C3F 1235-146 谿
-sign \x8C41 1235-1356-5 豁
-sign \x8C42 123-12345-3 豂
-sign \x8C46 2345-16-2 豆
-sign \x8C47 13-56 豇
-sign \x8C48 125-125-1 豈
-sign \x8C49 234-24-2 豉
-sign \x8C4C 2346-1 豌
-sign \x8C4E 234-1456-2 豎
-sign \x8C4F 125-256-4 豏
-sign \x8C50 124-236 豐
-sign \x8C54 235-2 豔
-sign \x8C55 1346-24-1 豕
-sign \x8C57 124-1256 豗
-sign \x8C5A 23456-23-3 豚
-sign \x8C5C 13-256 豜
-sign \x8C5D 1234-12 豝
-sign \x8C61 14-25-2 象
-sign \x8C62 2456-45-2 豢
-sign \x8C66 1235-245-3 豦
-sign \x8C68 125-125 豨
-sign \x8C6A 125-1236-3 豪
-sign \x8C6B 1456-2 豫
-sign \x8C6C 14-1456 豬
-sign \x8C6D 13-12 豭
-sign \x8C73 1234-1246 豳
-sign \x8C75 14-236 豵
-sign \x8C76 124-1246-3 豶
-sign \x8C77 24-4 豷
-sign \x8C78 14-24-2 豸
-sign \x8C79 12346-34-4 豹
-sign \x8C7A 1346-346-3 豺
-sign \x8C7B 1245-1345-2 豻
-sign \x8C82 2345-13456 貂
-sign \x8C85 245-16 貅
-sign \x8C86 2346-3 貆
-sign \x8C89 123-12456-3 貉
-sign \x8C8A 134-46-3 貊
-sign \x8C8C 134-34-2 貌
-sign \x8C8D 123-125-3 貍
-sign \x8C90 1456-6 貐
-sign \x8C92 23456-234 貒
-sign \x8C93 134-34 貓
-sign \x8C94 12346-125-3 貔
-sign \x8C95 125-146-3 貕
-sign \x8C98 134-12456-3 貘
-sign \x8C99 1235-245 貙
-sign \x8C9C 124-12456-5 貜
-sign \x8C9D 1234-1256-4 貝
-sign \x8C9E 14-356 貞
-sign \x8CA0 124-136-2 負
-sign \x8CA1 1346-126-3 財
-sign \x8CA2 13-236-4 貢
-sign \x8CA4 24-3 貤
-sign \x8CA7 12346-1246-3 貧
-sign \x8CA8 124-135-4 貨
-sign \x8CA9 124-45-4 販
-sign \x8CAA 23456-345 貪
-sign \x8CAB 13-2346-4 貫
-sign \x8CAC 14-13-5 責
-sign \x8CAF 1346-1456-6 貯
-sign \x8CB0 234-146-4 貰
-sign \x8CB2 14-24 貲
-sign \x8CB3 24-2 貳
-sign \x8CB4 12345-146-4 貴
-sign \x8CB6 1234-256-1 貶
-sign \x8CB7 134-346-6 買
-sign \x8CB8 23456-346-4 貸
-sign \x8CBA 124-56-4 貺
-sign \x8CBB 124-146-4 費
-sign \x8CBC 23456-12346
-sign \x8CBD 24-3 貽
-sign \x8CBF 134-16-2 貿
-sign \x8CC0 125-135-2 賀
-sign \x8CC1 1234-125-4 賁
-sign \x8CC2 123-1236-2 賂
-sign \x8CC3 245-456-2 賃
-sign \x8CC4 1235-1256-1 賄
-sign \x8CC5 13-126 賅
-sign \x8CC7 14-24 資
-sign \x8CC8 13-136-1 賈
-sign \x8CCA 1346-13-3 賊
-sign \x8CD1 14-1246-4 賑
-sign \x8CD2 234-15 賒
-sign \x8CD3 1234-1246 賓
-sign \x8CD5 1235-16-3 賕
-sign \x8CD9 14-16 賙
-sign \x8CDA 123-126-2 賚
-sign \x8CDC 1346-24-4 賜
-sign \x8CDE 234-25-1 賞
-sign \x8CE0 12346-1256-3 賠
-sign \x8CE1 13-1245 賡
-sign \x8CE2 256-3 賢
-sign \x8CE3 134-346-2 賣
-sign \x8CE4 14-256-2 賤
-sign \x8CE6 124-136-4 賦
-sign \x8CE7 23456-345-2 賧
-sign \x8CE8 1346-236-2 賨
-sign \x8CEA 14-35 質
-sign \x8CEC 14-25-4 賬
-sign \x8CED 2345-1236-1 賭
-sign \x8CEE 14-234-1 賮
-sign \x8CF0 1346-234-1 賰
-sign \x8CF4 123-346-2 賴
-sign \x8CF5 124-236-4 賵
-sign \x8CF8 23456-1245-3 賸
-sign \x8CFA 14-45-2 賺
-sign \x8CFB 124-136-2 賻
-sign \x8CFC 1235-16-4 購
-sign \x8CFD 1346-126-4 賽
-sign \x8CFE 14-13-5 賾
-sign \x8D03 14-45-4
-sign \x8D04 14-24-4 贄
-sign \x8D05 14-245-2 贅
-sign \x8D07 2456-1246 贇
-sign \x8D08 14-1245-2 贈
-sign \x8D09 23456-345-6 贉
-sign \x8D0A 14-45-4 贊
-sign \x8D0B 1245-45-2 贋
-sign \x8D0D 234-256-2 贍
-sign \x8D0F 245-2356-3 贏
-sign \x8D10 14-234-2 贐
-sign \x8D11 13-345-4
-sign \x8D13 14-56 贓
-sign \x8D14 1234-125-2 贔
-sign \x8D16 234-12345-3 贖
-sign \x8D17 1245-45-2 贗
-sign \x8D1B 13-345-4 贛
-sign \x8D64 1346-2456-5 赤
-sign \x8D66 234-15-4 赦
-sign \x8D67 1345-45-6 赧
-sign \x8D69 234-1235 赩
-sign \x8D6B 125-13 赫
-sign \x8D6C 1346-356 赬
-sign \x8D6D 14-15-1 赭
-sign \x8D6F 23456-56-3 赯
-sign \x8D70 14-16-1 走
-sign \x8D73 2345-16-1 赳
-sign \x8D74 124-136-2 赴
-sign \x8D76 13-1345-1 赶
-sign \x8D77 125-125-1 起
-sign \x8D78 234-45-4 赸
-sign \x8D81 1346-1246-4 趁
-sign \x8D84 14-245 趄
-sign \x8D85 1346-13456 超
-sign \x8D8A 12356-3 越
-sign \x8D8D 1346-245 趍
-sign \x8D8E 14-1456 趎
-sign \x8D91 14-24 趑
-sign \x8D94 123-23456-3 趔
-sign \x8D95 13-1345-1 趕
-sign \x8D96 234-135 趖
-sign \x8D99 14-13456-2 趙
-sign \x8D9F 23456-56-4 趟
-sign \x8DA0 1346-246-5 趠
-sign \x8DA3 1346-245-4 趣
-sign \x8DA8 1346-245 趨
-sign \x8DAB 1235-13456-3 趫
-sign \x8DAC 125-13456 趬
-sign \x8DAE 1346-1236-4 趮
-sign \x8DAF 23456-1235 趯
-sign \x8DB2 14-45-1 趲
-sign \x8DB3 14-12345 足
-sign \x8DB4 12346-12 趴
-sign \x8DB5 12346-34-4 趵
-sign \x8DB7 13-35-3 趷
-sign \x8DB9 1235-12356-5 趹
-sign \x8DBA 124-136 趺
-sign \x8DBC 13-256-1 趼
-sign \x8DBE 14-24-1 趾
-sign \x8DBF 23456-2345-5 趿
-sign \x8DC1 12346-12 跁
-sign \x8DC2 1235-125-3 跂
-sign \x8DC5 23456-12456-5
-sign \x8DC6 23456-126-3 跆
-sign \x8DCB 1234-35-3 跋
-sign \x8DCC 2345-23456-5 跌
-sign \x8DCE 23456-135-3 跎
-sign \x8DCF 13-12 跏
-sign \x8DD0 1346-24-1 跐
-sign \x8DD1 12346-34-1 跑
-sign \x8DD5 2345-235-4 跕
-sign \x8DD6 14-2456-5 跖
-sign \x8DD7 124-136 跗
-sign \x8DD9 14-245 跙
-sign \x8DDA 234-45 跚
-sign \x8DDB 12346-135-1 跛
-sign \x8DDD 1235-245-6 距
-sign \x8DDF 13-1246 跟
-sign \x8DE1 14-1235 跡
-sign \x8DE3 234-256-1 跣
-sign \x8DE4 13-34 跤
-sign \x8DE6 14-1456 跦
-sign \x8DE8 12456-12 跨
-sign \x8DE9 245-146-2 跩
-sign \x8DEA 12345-146-2 跪
-sign \x8DEB 1235-236-3 跫
-sign \x8DEC 12456-146-1 跬
-sign \x8DEE 14-24-4 跮
-sign \x8DEF 123-1236-2 路
-sign \x8DF2 13-1234-5 跲
-sign \x8DF3 23456-13456-4
-sign \x8DF4 1346-346-1 跴
-sign \x8DFA 2345-135-1 跺
-sign \x8DFC 13-12345-3 跼
-sign \x8DFD 13-125-2 跽
-sign \x8E01 1235-245
-sign \x8E02 136-3
-sign \x8E04 1346-24-1
-sign \x8E05 1346-12356-5 踅
-sign \x8E06 234-234 踆
-sign \x8E09 123-56-3 踉
-sign \x8E0A 245-236-1 踊
-sign \x8E0E 134-16 踎
-sign \x8E0F 2345-1234-3 踏
-sign \x8E10 1346-256-6 踐
-sign \x8E12 2456-135 踒
-sign \x8E14 1346-246-5 踔
-sign \x8E15 14-23456-3 踕
-sign \x8E16 14-1235 踖
-sign \x8E18 13-12345 踘
-sign \x8E1D 2456-12-6 踝
-sign \x8E1E 13-245-4 踞
-sign \x8E1F 1346-24-3 踟
-sign \x8E21 1235-23-3 踡
-sign \x8E22 23456-2456-5 踢
-sign \x8E23 1234-13-3 踣
-sign \x8E25 1346-12346-5 踥
-sign \x8E26 13-125-1 踦
-sign \x8E27 1346-12345 踧
-sign \x8E29 1346-346-1 踩
-sign \x8E2A 14-236
-sign \x8E2B 12346-236-4
-sign \x8E2D 14-14 踭
-sign \x8E2E 2345-235-1 踮
-sign \x8E30 1456-3 踰
-sign \x8E31 2345-12456-3 踱
-sign \x8E33 1346-23-1 踳
-sign \x8E34 245-236-1 踴
-sign \x8E35 14-236-1 踵
-sign \x8E36 2345-146-2 踶
-sign \x8E38 1346-456-1 踸
-sign \x8E39 1346-346-1 踹
-sign \x8E3D 13-245-1 踽
-sign \x8E40 2345-12346-3 蹀
-sign \x8E41 12346-256 蹁
-sign \x8E42 245-16-3 蹂
-sign \x8E44 23456-146-3 蹄
-sign \x8E45 1346-12 蹅
-sign \x8E47 13-256-1 蹇
-sign \x8E48 2345-1236-2 蹈
-sign \x8E49 1346-135 蹉
-sign \x8E4A 1235-146 蹊
-sign \x8E4B 23456-2345-5 蹋
-sign \x8E4C 1346-56 蹌
-sign \x8E4D 14-256-1 蹍
-sign \x8E4E 2345-256 蹎
-sign \x8E50 14-2456-5 蹐
-sign \x8E54 14-345-2 蹔
-sign \x8E55 1234-35 蹕
-sign \x8E59 1346-12345 蹙
-sign \x8E5A 23456-56-1 蹚
-sign \x8E5D 234-346-1 蹝
-sign \x8E5F 14-1235 蹟
-sign \x8E60 14-1235-5 蹠
-sign \x8E61 1346-25 蹡
-sign \x8E62 14-13-3 蹢
-sign \x8E63 134-2346-3 蹣
-sign \x8E64 14-236 蹤
-sign \x8E66 1234-1245 蹦
-sign \x8E67 14-1236 蹧
-sign \x8E69 1234-23456-3 蹩
-sign \x8E6C 2345-1245-2 蹬
-sign \x8E6D 234-1245-4 蹭
-sign \x8E6F 124-45-3 蹯
-sign \x8E72 2345-234 蹲
-sign \x8E74 1346-12345 蹴
-sign \x8E76 1235-12356-5 蹶
-sign \x8E7A 1235-13456-1 蹺
-sign \x8E7B 1235-13456-4 蹻
-sign \x8E7C 12346-12456-5
-sign \x8E7E 2345-1246-4 蹾
-sign \x8E80 12345-45-4 躀
-sign \x8E81 1346-1236-4 躁
-sign \x8E82 2345-2345-3 躂
-sign \x8E84 1234-1235 躄
-sign \x8E85 14-12345-3 躅
-sign \x8E87 1346-1456-3 躇
-sign \x8E89 2345-1246-1 躉
-sign \x8E8A 1346-16-3 躊
-sign \x8E8B 14-146 躋
-sign \x8E8D 245-246-5 躍
-sign \x8E90 123-12346-3 躐
-sign \x8E91 14-13-3 躑
-sign \x8E92 123-12456-3 躒
-sign \x8E93 14-24-4 躓
-sign \x8E95 1346-1456-3 躕
-sign \x8E98 123-236-3 躘
-sign \x8E9A 1346-256 躚
-sign \x8E9D 123-45-3 躝
-sign \x8E9E 1346-12346-5 躞
-sign \x8E9F 1345-56-6 躟
-sign \x8EA0 234-23456-5 躠
-sign \x8EA1 1345-12346-3 躡
-sign \x8EA5 1346-23 躥
-sign \x8EA6 14-23 躦
-sign \x8EA9 124-12456-5 躩
-sign \x8EAA 123-234-2 躪
-sign \x8EAB 234-1246 身
-sign \x8EAC 13-236 躬
-sign \x8EB2 2345-135-1 躲
-sign \x8EB6 123-135-1
-sign \x8EBA 23456-56-1 躺
-sign \x8EC0 1235-245 軀
-sign \x8ECA 1346-15 車
-sign \x8ECB 14-2345-5 軋
-sign \x8ECC 12345-146-1 軌
-sign \x8ECD 12345-1246 軍
-sign \x8ECF 12356-3 軏
-sign \x8ED1 2345-146-2 軑
-sign \x8ED2 125-256 軒
-sign \x8ED3 124-45-3 軓
-sign \x8ED4 245-1246-2 軔
-sign \x8ED7 13-12345 軗
-sign \x8ED8 23456-23-3 軘
-sign \x8EDA 23456-346-6 軚
-sign \x8EDB 13-0 軛
-sign \x8EDC 1345-1234-3 軜
-sign \x8EDF 23-6 軟
-sign \x8EE5 1235-245-3 軥
-sign \x8EE8 123-356-3 軨
-sign \x8EEB 14-1246-1 軫
-sign \x8EEC 124-45-2 軬
-sign \x8EF2 13-136 軲
-sign \x8EF6 13-0 軶
-sign \x8EF8 14-12345-3 軸
-sign \x8EF9 14-24-1 軹
-sign \x8EFA 13456-3 軺
-sign \x8EFB 135-0 軻
-sign \x8EFC 245-35-3 軼
-sign \x8EFE 234-1235 軾
-sign \x8EFF 12346-356-3 軿
-sign \x8F00 24-3 輀
-sign \x8F02 13-12345 輂
-sign \x8F03 13-34-4 較
-sign \x8F05 123-1236-2 輅
-sign \x8F07 1346-23-3 輇
-sign \x8F08 14-16 輈
-sign \x8F09 14-126-4 載
-sign \x8F0A 14-24-4 輊
-sign \x8F0B 1346-15-3
-sign \x8F12 14-12346-5 輒
-sign \x8F13 2456-45-6 輓
-sign \x8F14 124-136-2 輔
-sign \x8F15 125-356 輕
-sign \x8F16 14-16 輖
-sign \x8F17 1245-146-3 輗
-sign \x8F18 123-356-3 輘
-sign \x8F19 14-12346-5
-sign \x8F1A 14-45-2 輚
-sign \x8F1B 123-25-2 輛
-sign \x8F1C 14-24 輜
-sign \x8F1D 124-146 輝
-sign \x8F1E 134-56-6 輞
-sign \x8F1F 14-12356-5 輟
-sign \x8F20 12345-135-1 輠
-sign \x8F25 12345-1246-1 輥
-sign \x8F26 123-256-6 輦
-sign \x8F29 1234-1256-4 輩
-sign \x8F2A 123-234-3 輪
-sign \x8F2C 123-25-3 輬
-sign \x8F2E 245-16-3 輮
-sign \x8F2F 1346-26 輯
-sign \x8F33 1346-16-4 輳
-sign \x8F35 13-124-5 輵
-sign \x8F36 245-16-3 輶
-sign \x8F37 12345-1245 輷
-sign \x8F38 234-1456 輸
-sign \x8F39 124-12345 輹
-sign \x8F3B 124-12345 輻
-sign \x8F3E 14-256-1 輾
-sign \x8F3F 1456-3 輿
-sign \x8F40 2456-1246 轀
-sign \x8F42 13-12345 轂
-sign \x8F44 125-35-3 轄
-sign \x8F45 23-3 轅
-sign \x8F46 123-12345 轆
-sign \x8F47 13-34 轇
-sign \x8F49 14-23-4 轉
-sign \x8F4D 1346-23456-5 轍
-sign \x8F4E 13-13456-1 轎
-sign \x8F50 12346-12456-5
-sign \x8F51 123-1236-6 轑
-sign \x8F54 123-234-3 轔
-sign \x8F55 13-124-5 轕
-sign \x8F56 234-1235 轖
-sign \x8F57 125-456-1 轗
-sign \x8F58 2456-45-2 轘
-sign \x8F59 1245-146-6 轙
-sign \x8F5B 2345-245-4 轛
-sign \x8F5D 1456-3 轝
-sign \x8F5F 12345-1245 轟
-sign \x8F61 1234-125-4 轡
-sign \x8F62 123-1235 轢
-sign \x8F63 123-1235-3 轣
-sign \x8F64 123-1236-3 轤
-sign \x8F9B 234-1246 辛
-sign \x8F9C 13-136 辜
-sign \x8F9F 12346-1235 辟
-sign \x8FA3 123-2345-3 辣
-sign \x8FA6 1234-45-2 辦
-sign \x8FA8 1234-256-2 辨
-sign \x8FAD 1346-24-3 辭
-sign \x8FAE 1234-256 辮
-sign \x8FAF 1234-256-2 辯
-sign \x8FB0 234-1246-3 辰
-sign \x8FB1 245-12345-3 辱
-sign \x8FB2 1345-236-3 農
-sign \x8FB4 1346-1246-1 辴
-sign \x8FBF 1346-345 辿
-sign \x8FC2 1456-0 迂
-sign \x8FC4 1245-35-3 迄
-sign \x8FC5 234-234-4 迅
-sign \x8FC6 24-3 迆
-sign \x8FCD 14-234 迍
-sign \x8FCE 245-356-3 迎
-sign \x8FD1 13-1246-2 近
-sign \x8FD2 125-56-3 迒
-sign \x8FD3 1245-12-2 迓
-sign \x8FD4 124-45-1 返
-sign \x8FD5 1245-2 迕
-sign \x8FE2 23456-13456-3
-sign \x8FE4 24-3 迤
-sign \x8FE5 12345-356-1 迥
-sign \x8FE6 13-12 迦
-sign \x8FE8 2345-126-2 迨
-sign \x8FEA 2345-1235-3 迪
-sign \x8FEB 1234-1235 迫
-sign \x8FED 2345-23456-3 迭
-sign \x8FEE 14-12456-5 迮
-sign \x8FF0 234-1346-3 述
-sign \x8FF4 1256-3 迴
-sign \x8FF7 134-146-3 迷
-sign \x8FF8 1234-356-4 迸
-sign \x8FF9 14-1235
-sign \x8FFA 1345-346-6 迺
-sign \x8FFB 24-3 迻
-sign \x8FFD 14-245 追
-sign \x9000 23456-245-4 退
-sign \x9001 234-236-4 送
-sign \x9002 234-1235 适
-sign \x9003 23456-1236-3 逃
-sign \x9004 12346-56-3 逄
-sign \x9005 125-16-2 逅
-sign \x9006 245-1235-3 逆
-sign \x900B 1234-1236 逋
-sign \x900D 234-13456 逍
-sign \x900F 23456-16-4 透
-sign \x9010 14-12345-3 逐
-sign \x9011 1235-16-3 逑
-sign \x9014 23456-1236-3 途
-sign \x9015 13-356-4 逕
-sign \x9016 2345-1235-3 逖
-sign \x9017 2345-16-2 逗
-sign \x9019 14-15-6 這
-sign \x901A 23456-236 通
-sign \x901B 12456-14-4 逛
-sign \x901D 234-146-2 逝
-sign \x901E 1346-356-1 逞
-sign \x901F 1346-12345 速
-sign \x9020 14-1236-2 造
-sign \x9021 1346-234 逡
-sign \x9022 124-236-3 逢
-sign \x9023 123-256-3 連
-sign \x9024 234-12 逤
-sign \x902D 2346-2 逭
-sign \x902E 2345-146-2 逮
-sign \x902F 123-12345-3 逯
-sign \x9031 14-16 週
-sign \x9032 14-234-4 進
-sign \x9034 1346-246-5 逴
-sign \x9035 12456-146-3 逵
-sign \x9036 2456-146 逶
-sign \x9037 23456-1235
-sign \x9038 245-35-3 逸
-sign \x903C 1234-1235 逼
-sign \x903E 1456-2 逾
-sign \x903F 2345-56-2 逿
-sign \x9041 2345-234-2 遁
-sign \x9042 234-245-2 遂
-sign \x9044 1346-23-3 遄
-sign \x9047 1456-2 遇
-sign \x9049 14-356 遉
-sign \x904A 245-16-3 遊
-sign \x904B 2456-1246-2 運
-sign \x904D 12346-256-4 遍
-sign \x904E 12345-135-4 過
-sign \x904F 2345-5 遏
-sign \x9050 125-12-3 遐
-sign \x9051 2456-56-3 遑
-sign \x9052 245-16-3 遒
-sign \x9053 2345-1236-2 道
-sign \x9054 2345-2345-3 達
-sign \x9055 2456-146-3 違
-sign \x9058 13-16-4 遘
-sign \x9059 13456-3 遙
-sign \x905B 123-16-3 遛
-sign \x905C 234-234-4 遜
-sign \x905D 2345-1234-3 遝
-sign \x905E 2345-146-2 遞
-sign \x9060 23-6 遠
-sign \x9062 23456-1234-5 遢
-sign \x9063 125-256-1 遣
-sign \x9068 1245-1236-3 遨
-sign \x9069 234-1235 適
-sign \x906D 14-1236 遭
-sign \x906E 14-15 遮
-sign \x906F 2345-234-2 遯
-sign \x9070 2345-146-4 遰
-sign \x9072 1346-24-3 遲
-sign \x9074 123-234-3 遴
-sign \x9075 14-234 遵
-sign \x9076 13456-6 遶
-sign \x9077 1346-256 遷
-sign \x9078 234-23-1 選
-sign \x9079 2456-35-3 遹
-sign \x907A 2456-146-3 遺
-sign \x907B 1245-2 遻
-sign \x907C 123-13456-3 遼
-sign \x907D 13-245-2 遽
-sign \x907E 234-146-2 遾
-sign \x907F 1234-125-2 避
-sign \x9080 13456-0 邀
-sign \x9081 134-346-2 邁
-sign \x9082 125-346-2 邂
-sign \x9083 234-245-2 邃
-sign \x9084 2456-45-3 還
-sign \x9085 14-256 邅
-sign \x9087 24-6 邇
-sign \x9088 134-13456-6 邈
-sign \x908A 1234-256 邊
-sign \x908B 123-1234-3 邋
-sign \x908F 123-135-3 邏
-sign \x9090 123-146-6 邐
-sign \x9091 245-26 邑
-sign \x9095 245-236 邕
-sign \x9097 125-1345-3 邗
-sign \x9099 134-56-3 邙
-sign \x909B 1235-236-3 邛
-sign \x90A0 1234-1246 邠
-sign \x90A1 124-56 邡
-sign \x90A2 245-356-3 邢
-sign \x90A3 1345-12-6 那
-sign \x90A5 23456-45-1 邥
-sign \x90A6 1234-56 邦
-sign \x90A8 1346-23 邨
-sign \x90AA 1346-15-3 邪
-sign \x90AE 245-16-3
-sign \x90AF 125-1345-3 邯
-sign \x90B0 23456-126-3 邰
-sign \x90B1 245-16 邱
-sign \x90B2 1234-23456 邲
-sign \x90B3 12346-125-3 邳
-sign \x90B4 1234-356-1 邴
-sign \x90B5 234-13456-2 邵
-sign \x90B6 1234-1256-4 邶
-sign \x90B8 2345-146-1 邸
-sign \x90BB 123-234-3
-sign \x90BD 12345-146 邽
-sign \x90BE 14-1456 邾
-sign \x90BF 234-24 邿
-sign \x90C1 245-12345 郁
-sign \x90C3 125-26-3 郃
-sign \x90C5 14-24-2 郅
-sign \x90C7 234-234 郇
-sign \x90C8 125-16-2 郈
-sign \x90CA 13-34 郊
-sign \x90CE 123-56-3 郎
-sign \x90D5 234-356-3 郕
-sign \x90D7 1346-24 郗
-sign \x90D8 123-245-6 郘
-sign \x90DA 1245-3 郚
-sign \x90DB 124-136 郛
-sign \x90DC 13-1236-4 郜
-sign \x90DD 1235-12456-5 郝
-sign \x90DF 13-1234-5 郟
-sign \x90E1 12345-1246-2 郡
-sign \x90E2 245-356-6 郢
-sign \x90E4 12345-1235 郤
-sign \x90E8 1234-1236-2 部
-sign \x90EA 1346-146 郪
-sign \x90EB 12346-125-3 郫
-sign \x90ED 12345-12456-5
-sign \x90EF 23456-345-3 郯
-sign \x90F0 14-16 郰
-sign \x90F2 123-126-3 郲
-sign \x90F3 1245-146-3 郳
-sign \x90F4 234-456 郴
-sign \x90F5 245-16-3 郵
-sign \x90F9 12345-1235 郹
-sign \x90FC 24-0 郼
-sign \x90FD 2345-1236 都
-sign \x90FE 256-1 郾
-sign \x90FF 134-125-3 郿
-sign \x9100 245-246-3 鄀
-sign \x9102 1245-12456-3 鄂
-sign \x9104 13-23-4 鄄
-sign \x9105 13-245-1 鄅
-sign \x9106 2456-1246-2 鄆
-sign \x9109 125-25 鄉
-sign \x910B 234-16 鄋
-sign \x910F 245-12345-3 鄏
-sign \x9112 14-16 鄒
-sign \x9114 136-0 鄔
-sign \x9116 2456-1246-3 鄖
-sign \x9117 125-1236-2 鄗
-sign \x9118 245-236-3 鄘
-sign \x9119 12346-125-1 鄙
-sign \x911A 134-12456-3 鄚
-sign \x911C 124-136 鄜
-sign \x911E 1245-1246-3 鄞
-sign \x911F 14-23 鄟
-sign \x9120 136-2 鄠
-sign \x9122 256-0 鄢
-sign \x9123 14-25 鄣
-sign \x9126 125-245-1 鄦
-sign \x9127 2345-1245-2 鄧
-sign \x9129 1346-456-3 鄩
-sign \x912B 1346-1245-3 鄫
-sign \x912D 14-2356-2 鄭
-sign \x912F 234-256-2 鄯
-sign \x9130 123-234-3 鄰
-sign \x9131 12346-135-3 鄱
-sign \x9132 2345-45 鄲
-sign \x9133 134-14-6 鄳
-sign \x9134 12346-3 鄴
-sign \x9136 1235-1256-4 鄶
-sign \x9139 14-16 鄹
-sign \x913A 1235-56-4 鄺
-sign \x9140 256-4 酀
-sign \x9143 123-356-3 酃
-sign \x9145 12456-146-3 酅
-sign \x9146 124-236 酆
-sign \x9147 14-23-1 酇
-sign \x9148 123-1235-3 酈
-sign \x9149 245-16-6 酉
-sign \x914A 2345-356-1 酊
-sign \x914B 245-16-3 酋
-sign \x914C 14-246-5 酌
-sign \x914D 12346-1256-4 配
-sign \x914E 14-16-2 酎
-sign \x9150 13-1345 酐
-sign \x9152 14-16-1 酒
-sign \x9155 134-1236-3 酕
-sign \x9156 14-456-2 酖
-sign \x9157 1456-4 酗
-sign \x915A 124-1246 酚
-sign \x9161 23456-135-3 酡
-sign \x9162 14-12456-3 酢
-sign \x9163 125-456-3 酣
-sign \x9164 13-136 酤
-sign \x9165 234-1236 酥
-sign \x9169 134-356-6 酩
-sign \x916A 123-12456-5 酪
-sign \x916C 1346-16-3 酬
-sign \x916E 23456-236-3 酮
-sign \x916F 14-24 酯
-sign \x9172 1346-356-3 酲
-sign \x9173 245-1246-1 酳
-sign \x9174 23456-1236-3 酴
-sign \x9175 125-34 酵
-sign \x9176 134-1256-3 酶
-sign \x9177 125-12345-3 酷
-sign \x9178 234-23 酸
-sign \x9179 123-12356-3 酹
-sign \x917A 12346-1236-3 酺
-sign \x9181 123-12345-3 醁
-sign \x9183 235-0 醃
-sign \x9184 23456-1236-3 醄
-sign \x9185 12346-1256 醅
-sign \x9186 14-45-1 醆
-sign \x9187 234-234-3 醇
-sign \x9189 14-245-4 醉
-sign \x918A 14-12356-5 醊
-sign \x918B 1346-1236-4 醋
-sign \x918D 23456-146-3 醍
-sign \x9190 136-3 醐
-sign \x9191 234-245-1 醑
-sign \x9192 234-356-1 醒
-sign \x9193 23456-345-3 醓
-sign \x919A 134-146-3 醚
-sign \x919B 1346-23-3 醛
-sign \x919C 1346-16-1 醜
-sign \x919E 2456-1246-6 醞
-sign \x91A1 14-12-4 醡
-sign \x91A2 125-126-1 醢
-sign \x91A3 23456-56-3 醣
-sign \x91A5 12346-13456-6
-sign \x91A8 123-125-3 醨
-sign \x91A9 14-1236
-sign \x91AA 123-1236-3 醪
-sign \x91AB 24-0 醫
-sign \x91AC 14-25-4 醬
-sign \x91AD 12346-12456-5
-sign \x91AE 14-13456-4 醮
-sign \x91AF 125-125 醯
-sign \x91B0 23456-345-3 醰
-sign \x91B1 12346-1356-5 醱
-sign \x91B2 1345-236-3 醲
-sign \x91B3 245-1235-3 醳
-sign \x91B4 123-146-6 醴
-sign \x91B5 13-245-2 醵
-sign \x91B7 245-1235 醷
-sign \x91BA 124-1246 醺
-sign \x91BC 256-4 醼
-sign \x91BD 123-356-3 醽
-sign \x91BE 134-125-3 醾
-sign \x91C0 245-25-2 釀
-sign \x91C1 245-1246-2 釁
-sign \x91C2 14-13456-4 釂
-sign \x91C3 234-24 釃
-sign \x91C5 235-2 釅
-sign \x91C6 1346-126-1 釆
-sign \x91C7 1346-126-1 采
-sign \x91C9 245-16-1 釉
-sign \x91CB 234-1235 釋
-sign \x91CC 123-125-6 里
-sign \x91CD 1346-236-3 重
-sign \x91CE 245-15-6 野
-sign \x91CF 123-25-2 量
-sign \x91D0 123-125-3 釐
-sign \x91D1 13-456 金
-sign \x91D3 13-12 釓
-sign \x91D4 12356-5 釔
-sign \x91D5 123-13456 釕
-sign \x91D7 1346-13456 釗
-sign \x91D8 2345-2356 釘
-sign \x91D9 12346-12456-5
-sign \x91DA 1235-16-3 釚
-sign \x91DC 124-136-1 釜
-sign \x91DD 14-456 針
-sign \x91E1 124-45-3
-sign \x91E2 1345-346-6 釢
-sign \x91E3 2345-13456-4 釣
-sign \x91E4 234-256-4 釤
-sign \x91E5 234-256-4
-sign \x91E6 1235-16-4 釦
-sign \x91E7 1346-23-4 釧
-sign \x91E8 1346-23-4
-sign \x91E9 124-45-3 釩
-sign \x91EC 125-1345-2 釬
-sign \x91ED 13-56 釭
-sign \x91F5 1346-346 釵
-sign \x91F7 23456-1236-1 釷
-sign \x91F9 1345-245-6 釹
-sign \x91FF 1245-1246-3 釿
-sign \x9200 12346-12-3 鈀
-sign \x9201 124-56 鈁
-sign \x9203 245-356-3 鈃
-sign \x9204 2345-16-1 鈄
-sign \x9205 245-246-3 鈅
-sign \x9207 124-136 鈇
-sign \x9208 1234-35 鈈
-sign \x9209 1345-1234-3 鈉
-sign \x920D 2345-234-2 鈍
-sign \x920E 1245-16 鈎
-sign \x9210 1235-235-3 鈐
-sign \x9211 1234-45-1 鈑
-sign \x9212 1235-26 鈒
-sign \x9214 1346-34 鈔
-sign \x9215 1345-16-1 鈕
-sign \x921C 2456-1245-3 鈜
-sign \x921E 12345-1246 鈞
-sign \x9223 1235-126-4 鈣
-sign \x9225 124-135-1 鈥
-sign \x9226 23456-346-4 鈦
-sign \x9227 1235-56-4 鈧
-sign \x922A 1245-13-5 鈪
-sign \x922E 1345-125-3 鈮
-sign \x9230 234-24-1 鈰
-sign \x9233 1235-135 鈳
-sign \x9234 123-356-3 鈴
-sign \x9237 13-136-1 鈷
-sign \x9238 1234-35-3 鈸
-sign \x9239 12346-125-3 鈹
-sign \x923A 245-12345-3 鈺
-sign \x923D 1234-1236-4 鈽
-sign \x923E 245-16-1 鈾
-sign \x923F 23456-256-3 鈿
-sign \x9240 13-1234-5 鉀
-sign \x9244 23456-23456-5
-sign \x9245 13-245-2 鉅
-sign \x9246 14-23-4 鉆
-sign \x9248 23456-12 鉈
-sign \x9249 23-6 鉉
-sign \x924B 12346-34-3 鉋
-sign \x924D 1234-23456 鉍
-sign \x924F 1346-135-3 鉏
-sign \x9251 1234-12456-3 鉑
-sign \x9257 1235-235-3 鉗
-sign \x925A 134-34-6 鉚
-sign \x925B 23-3 鉛
-sign \x925E 12356-3 鉞
-sign \x9264 1245-16 鉤
-sign \x9265 234-1346-3 鉥
-sign \x9266 14-356 鉦
-sign \x9267 134-1236-6 鉧
-sign \x926C 134-12345-3 鉬
-sign \x926D 2345-45-4 鉭
-sign \x9276 245-356-3 鉶
-sign \x9278 13-34-4 鉸
-sign \x927A 24-6 鉺
-sign \x927B 123-12456-5 鉻
-sign \x927F 125-12 鉿
-sign \x9280 1245-1246-3 銀
-sign \x9283 1346-236-4 銃
-sign \x9285 23456-236-3 銅
-sign \x928D 14-35-3 銍
-sign \x928E 1235-236-3 銎
-sign \x9291 234-256-1 銑
-sign \x9293 1346-23-3 銓
-sign \x9295 23456-23456-5
-sign \x9296 14-1456 銖
-sign \x9298 134-356-6 銘
-sign \x929A 2345-13456-2 銚
-sign \x929B 1346-235 銛
-sign \x929C 125-345-3 銜
-sign \x92A0 123-1236-6 銠
-sign \x92A3 1456-3 銣
-sign \x92A5 24-0 銥
-sign \x92A6 245-1246 銦
-sign \x92A7 12345-56 銧
-sign \x92A8 1345-0 銨
-sign \x92A9 2345-13456 銩
-sign \x92AA 245-16-6 銪
-sign \x92AB 234-1235 銫
-sign \x92AC 1235-34-4 銬
-sign \x92B2 125-1345-2 銲
-sign \x92B3 245-245-2 銳
-sign \x92B6 1235-16-3 銶
-sign \x92B7 234-13456 銷
-sign \x92B9 234-16-4 銹
-sign \x92BB 23456-146 銻
-sign \x92BC 1346-135-4 銼
-sign \x92C0 2345-16-2 鋀
-sign \x92C1 123-245-6 鋁
-sign \x92C3 123-56-3 鋃
-sign \x92C5 234-1246 鋅
-sign \x92C6 2456-1246-3 鋆
-sign \x92C7 1234-1256-4 鋇
-sign \x92C8 245-12345 鋈
-sign \x92CA 13-12345 鋊
-sign \x92CC 23456-356-6 鋌
-sign \x92CD 1234-1356-3 鋍
-sign \x92CF 13-1234-5 鋏
-sign \x92D0 2456-1245-3 鋐
-sign \x92D1 14-234-4 鋑
-sign \x92D2 124-236 鋒
-sign \x92D5 14-24-4 鋕
-sign \x92D8 1245-3 鋘
-sign \x92D9 1456-6 鋙
-sign \x92DB 14-46
-sign \x92DD 123-12356-5 鋝
-sign \x92DF 1346-235 鋟
-sign \x92E1 134-56-3
-sign \x92E4 1346-135-3 鋤
-sign \x92E5 1346-135-3
-sign \x92E6 13-12345-3 鋦
-sign \x92E7 125-256-1 鋧
-sign \x92E8 1245-135-3 鋨
-sign \x92E9 134-56-3 鋩
-sign \x92EA 12346-1236 鋪
-sign \x92EC 12346-45-4
-sign \x92EE 234-356-3 鋮
-sign \x92EF 13-1236-4 鋯
-sign \x92F0 123-125-6 鋰
-sign \x92F1 23456-1235 鋱
-sign \x92F8 13-156-4 鋸
-sign \x92FC 13-56-4 鋼
-sign \x9301 12345-135-1 錁
-sign \x9304 123-12345-3 錄
-sign \x9307 12346-1256-3
-sign \x9310 14-245 錐
-sign \x9312 12-4 錒
-sign \x9314 2345-1234-3 錔
-sign \x9315 12456-1246 錕
-sign \x9318 1346-245-3 錘
-sign \x9319 14-24 錙
-sign \x931A 14-1245 錚
-sign \x931B 1234-1246 錛
-sign \x931F 23456-45-1 錟
-sign \x9320 2345-356-2 錠
-sign \x9321 1235-125-3 錡
-sign \x9322 1346-256-3 錢
-sign \x9326 13-456-1 錦
-sign \x9327 13-2346-1 錧
-sign \x9328 1345-34-3 錨
-sign \x9329 1346-25 錩
-sign \x932B 234-2456-5 錫
-sign \x932E 13-136-4 錮
-sign \x932F 1346-135-4 錯
-sign \x9333 134-14-6 錳
-sign \x9336 1234-13456 錶
-sign \x9338 123-126-3 錸
-sign \x9346 134-2346-3 鍆
-sign \x9347 13-346 鍇
-sign \x9348 245-356 鍈
-sign \x9349 234-24-3 鍉
-sign \x934A 123-256-2 鍊
-sign \x934B 2456-135 鍋
-sign \x934D 2345-1236-2 鍍
-sign \x9352 245-16-3 鍒
-sign \x9354 1245-12456-3 鍔
-sign \x9358 14-1234-3 鍘
-sign \x935A 234-2456-5 鍚
-sign \x935B 2345-23-4 鍛
-sign \x9360 2456-56-3 鍠
-sign \x9364 1346-1234-5 鍤
-sign \x9365 1235-23456-5 鍥
-sign \x9367 12345-1245 鍧
-sign \x936A 134-16-3 鍪
-sign \x936C 1346-13456 鍬
-sign \x936D 125-16-3 鍭
-sign \x9370 2456-45-3 鍰
-sign \x9371 12346-3 鍱
-sign \x9375 13-256-2 鍵
-sign \x9376 234-24 鍶
-sign \x937A 14-15-1 鍺
-sign \x937C 14-456 鍼
-sign \x937E 14-236 鍾
-sign \x9381 245-15-3
-sign \x9382 134-125-6 鎂
-sign \x9389 23456-1234-5 鎉
-sign \x938A 1234-56-2 鎊
-sign \x938C 123-235-3 鎌
-sign \x938D 234-12456-5 鎍
-sign \x938F 123-16-3 鎏
-sign \x9392 1345-16-2 鎒
-sign \x9394 245-236-3 鎔
-sign \x9396 234-135-1 鎖
-sign \x9397 1346-25 鎗
-sign \x9398 13-13-5 鎘
-sign \x9399 234-12456-5 鎙
-sign \x939A 1346-245-3 鎚
-sign \x939B 1234-12456-5 鎛
-sign \x93A1 14-24 鎡
-sign \x93A2 136-0 鎢
-sign \x93A3 245-356-3 鎣
-sign \x93A6 123-16-3 鎦
-sign \x93A7 125-126-1 鎧
-sign \x93A9 234-2345-5 鎩
-sign \x93AA 234-16-1 鎪
-sign \x93AC 13-1236-1 鎬
-sign \x93AE 14-1246-4 鎮
-sign \x93B0 245-35-3 鎰
-sign \x93B2 2345-56-1 鎲
-sign \x93B3 1345-12346 鎳
-sign \x93B5 13-12 鎵
-sign \x93B7 134-12-6 鎷
-sign \x93C3 14-12345-3 鏃
-sign \x93C7 234-23-3 鏇
-sign \x93C8 123-256-1 鏈
-sign \x93CA 1245-1236-3 鏊
-sign \x93CC 134-12456-3 鏌
-sign \x93CD 123-135-3 鏍
-sign \x93D0 123-16-3 鏐
-sign \x93D1 2345-1235 鏑
-sign \x93D2 234-456-4 鏒
-sign \x93D6 1236-0 鏖
-sign \x93D7 125-1245 鏗
-sign \x93D8 1346-25 鏘
-sign \x93DA 1346-1235 鏚
-sign \x93DC 23456-56-3 鏜
-sign \x93DD 134-45-2 鏝
-sign \x93DE 245-236-3 鏞
-sign \x93DF 1346-45-1 鏟
-sign \x93E1 13-2356-4 鏡
-sign \x93E2 1234-13456 鏢
-sign \x93E3 1234-13456
-sign \x93E4 123-16-6 鏤
-sign \x93E5 123-16-6
-sign \x93E6 1346-236 鏦
-sign \x93E7 1346-236
-sign \x93E8 14-345-2 鏨
-sign \x93E9 14-345-2
-sign \x93EE 1235-56-4 鏮
-sign \x93F5 2456-12-3 鏵
-sign \x93F7 12346-12456-5
-sign \x93F9 1235-25-6 鏹
-sign \x93FA 12346-1356-5 鏺
-sign \x93FD 234-16-4 鏽
-sign \x93FE 234-256-4 鏾
-sign \x9403 13456-3 鐃
-sign \x940B 23456-56 鐋
-sign \x940D 1235-12356-5 鐍
-sign \x940E 14-13456 鐎
-sign \x940F 14-234 鐏
-sign \x9410 123-13456-3 鐐
-sign \x9412 123-1236-3 鐒
-sign \x9414 23456-345-3 鐔
-sign \x9415 14-345 鐕
-sign \x9418 14-236 鐘
-sign \x9419 2345-1245-4 鐙
-sign \x9420 12346-1236-1 鐠
-sign \x9427 13-45-1 鐧
-sign \x9428 124-146-4 鐨
-sign \x942B 14-23 鐫
-sign \x942E 123-235-3 鐮
-sign \x9432 14-12345-3 鐲
-sign \x9433 123-245-3 鐳
-sign \x9435 23456-23456-5
-sign \x9436 2456-45-3 鐶
-sign \x9438 2345-12456-3 鐸
-sign \x943A 2345-56 鐺
-sign \x943B 13-245-2 鐻
-sign \x943D 2345-2345-3 鐽
-sign \x943F 24-4 鐿
-sign \x9440 126-4 鑀
-sign \x9444 14-1456-4 鑄
-sign \x944A 2456-12456-3 鑊
-sign \x944C 1234-1246 鑌
-sign \x9450 245-16-3 鑐
-sign \x9451 13-345-4 鑑
-sign \x9452 13-345-4 鑒
-sign \x9455 14-35 鑕
-sign \x945E 123-1234-3 鑞
-sign \x9460 234-246-5 鑠
-sign \x9462 123-245-2 鑢
-sign \x9463 1234-13456 鑣
-sign \x9464 12346-34-3 鑤
-sign \x946A 123-1236-3 鑪
-sign \x946B 245-456 鑫
-sign \x946D 123-45-3 鑭
-sign \x946E 1234-12456-3 鑮
-sign \x9470 245-246-3 鑰
-sign \x9471 1346-345-3 鑱
-sign \x9472 234-25 鑲
-sign \x9474 12456-146-3 鑴
-sign \x9475 13-2346-4 鑵
-sign \x9477 1345-12346-3 鑷
-sign \x947C 123-135-3 鑼
-sign \x947D 14-23-4 鑽
-sign \x947E 123-23-3 鑾
-sign \x947F 14-12456-3 鑿
-sign \x9481 1235-12356-5 钁
-sign \x9482 23456-56-1 钂
-sign \x9577 1346-25-3 長
-sign \x957C 2456-35 镼
-sign \x9580 134-2346-3 門
-sign \x9582 234-45 閂
-sign \x9583 234-235-1 閃
-sign \x9586 235-3 閆
-sign \x9588 125-1345-2 閈
-sign \x9589 1234-146-4 閉
-sign \x958B 125-126 開
-sign \x958E 2456-1245-3 閎
-sign \x958F 245-234-2 閏
-sign \x9591 125-45-3 閑
-sign \x9592 125-45-3 閒
-sign \x9593 13-45 間
-sign \x9594 134-1246-6 閔
-sign \x9598 14-1234-3 閘
-sign \x959F 1234-125-4 閟
-sign \x95A1 125-35-3 閡
-sign \x95A3 13-12456-5 閣
-sign \x95A4 125-26-3 閤
-sign \x95A5 124-35-3 閥
-sign \x95A8 12345-146 閨
-sign \x95A9 134-1246-6 閩
-sign \x95AA 124-146 閪
-sign \x95AB 12456-1246-1 閫
-sign \x95AC 123-56-6 閬
-sign \x95AD 123-245-3 閭
-sign \x95B1 12356-3 閱
-sign \x95B5 123-234-2 閵
-sign \x95B6 1346-25 閶
-sign \x95B9 235-0 閹
-sign \x95BB 235-3 閻
-sign \x95BC 256-0 閼
-sign \x95BD 124-1246 閽
-sign \x95BE 2456-1235-3 閾
-sign \x95BF 134-1246-3 閿
-sign \x95C3 12456-1235 闃
-sign \x95C6 1234-45-1 闆
-sign \x95C7 456-4 闇
-sign \x95C8 2456-146-3 闈
-sign \x95C9 245-1246 闉
-sign \x95CA 124-1356-5 闊
-sign \x95CB 1235-12356-5 闋
-sign \x95CC 123-45-3 闌
-sign \x95CD 234-15-3 闍
-sign \x95D0 23456-256-3 闐
-sign \x95D1 23456-3 闑
-sign \x95D2 23456-1234-5 闒
-sign \x95D3 125-126-1 闓
-sign \x95D4 125-26-3 闔
-sign \x95D5 1235-12356-5 闕
-sign \x95D6 1346-56-1 闖
-sign \x95DA 12456-146 闚
-sign \x95DC 12345-45 關
-sign \x95DE 125-456-4 闞
-sign \x95E0 1235-1256-1 闠
-sign \x95E1 14-256-1 闡
-sign \x95E2 12346-1235 闢
-sign \x95E3 12346-1235
-sign \x95E4 2456-45-3 闤
-sign \x95E5 23456-2345-5 闥
-sign \x95E6 23456-2345-5
-sign \x961C 124-16-2 阜
-sign \x961E 123-46-3 阞
-sign \x9620 23456-45-1 阠
-sign \x9621 1346-256 阡
-sign \x9622 1245-35-3 阢
-sign \x9623 1245-35-3 阣
-sign \x9624 23456-1235 阤
-sign \x9628 46-0 阨
-sign \x962A 1234-45-1 阪
-sign \x962C 125-14 阬
-sign \x962E 23-1 阮
-sign \x962F 14-24-1 阯
-sign \x9631 14-356-2 阱
-sign \x9632 124-56-3 防
-sign \x963B 14-135-1 阻
-sign \x963C 14-1236-2 阼
-sign \x963D 2345-235-4 阽
-sign \x963F 12-4 阿
-sign \x9640 23456-135-3 陀
-sign \x9642 12346-135 陂
-sign \x9644 124-136-2 附
-sign \x964B 123-16-2 陋
-sign \x964C 134-46-3 陌
-sign \x964D 13-56-4 降
-sign \x9650 125-45-2 限
-sign \x9654 13-126 陔
-sign \x9658 245-356-3 陘
-sign \x965B 1234-146-2 陛
-sign \x965C 234-235-1 陜
-sign \x965D 234-235-1 陝
-sign \x965E 234-356 陞
-sign \x965F 14-1235 陟
-sign \x9661 2345-16-1 陡
-sign \x9662 23-1 院
-sign \x9663 14-1246-2 陣
-sign \x9664 1346-245-3 除
-sign \x966A 12346-1256-3 陪
-sign \x966C 14-16 陬
-sign \x9670 245-456 陰
-sign \x9672 234-245-3 陲
-sign \x9673 1346-1246-3 陳
-sign \x9674 12346-125-3 陴
-sign \x9675 123-356-3 陵
-sign \x9676 23456-1236-3 陶
-sign \x9677 125-456-2 陷
-sign \x9678 123-12345-3 陸
-sign \x967D 245-25-3 陽
-sign \x9683 1456-3 隃
-sign \x9684 23456-146-3 隄
-sign \x9685 1456-3 隅
-sign \x9686 123-236-3 隆
-sign \x9688 1256-0 隈
-sign \x9689 1345-12346-3 隉
-sign \x968A 2345-245-2 隊
-sign \x968B 1346-245-3 隋
-sign \x968D 2456-56-3 隍
-sign \x968E 13-346 階
-sign \x9694 13-13-5 隔
-sign \x9695 2456-1246-6 隕
-sign \x9697 12456-146-4 隗
-sign \x9698 346-4 隘
-sign \x9699 12456-1235 隙
-sign \x969B 14-146-4 際
-sign \x969C 14-25-4 障
-sign \x96A3 123-234-3
-sign \x96A4 23456-245-3 隤
-sign \x96A7 234-245-2 隧
-sign \x96A8 1346-245-3 隨
-sign \x96A9 245-12345 隩
-sign \x96AA 125-235-1 險
-sign \x96AE 14-146 隮
-sign \x96B0 14-1234-3 隰
-sign \x96B1 245-1246-1 隱
-sign \x96B3 124-146 隳
-sign \x96B4 123-236-6 隴
-sign \x96B8 2345-146-2 隸
-sign \x96B9 14-245 隹
-sign \x96BB 14-2456-5 隻
-sign \x96BC 14-234-1 隼
-sign \x96BD 14-234-4
-sign \x96C0 14-246-5 雀
-sign \x96C1 1245-45-2 雁
-sign \x96C4 125-236-3 雄
-sign \x96C5 1245-12-6 雅
-sign \x96C6 14-1234-3 集
-sign \x96C7 13-136-4 雇
-sign \x96C8 2346-3 雈
-sign \x96C9 1346-24-3 雉
-sign \x96CA 13-16-4 雊
-sign \x96CB 14-234-4 雋
-sign \x96CC 1346-24 雌
-sign \x96CD 245-236 雍
-sign \x96CE 14-245 雎
-sign \x96D2 123-12456-5 雒
-sign \x96D4 1346-16-3 雔
-sign \x96D5 2345-13456 雕
-sign \x96D6 234-245 雖
-sign \x96D8 2456-12456-5 雘
-sign \x96D9 234-25 雙
-sign \x96DA 124-2346-1 雚
-sign \x96DB 1346-135 雛
-sign \x96DC 14-1234-3 雜
-sign \x96DD 245-236 雝
-sign \x96DE 13-146 雞
-sign \x96DF 12456-146 雟
-sign \x96E2 123-125-3 離
-sign \x96E3 1345-45-3 難
-sign \x96E4 1345-45-3
-sign \x96E5 14-1234-3 雥
-sign \x96E6 14-1234-3
-sign \x96E8 1456-6 雨
-sign \x96E9 1456-3 雩
-sign \x96EA 234-12356-5 雪
-sign \x96EF 134-1246-3 雯
-sign \x96F1 12346-56-3 雱
-sign \x96F2 2456-1246-3 雲
-sign \x96F6 123-356-3 零
-sign \x96F7 123-245-3 雷
-sign \x96F9 1234-12456-3 雹
-sign \x96FB 2345-256-2 電
-sign \x9700 234-245 需
-sign \x9702 134-12345-3 霂
-sign \x9704 234-13456 霄
-sign \x9705 14-12346-5 霅
-sign \x9706 23456-356-3 霆
-sign \x9707 14-1246-4 震
-sign \x9708 12346-1256-4 霈
-sign \x9709 134-1256-3 霉
-sign \x970D 124-12456-5 霍
-sign \x970E 234-1234-5 霎
-sign \x970F 124-125 霏
-sign \x9711 14-235 霑
-sign \x9713 1245-146-3 霓
-sign \x9716 123-456-3 霖
-sign \x971B 123-356-3
-sign \x971C 234-25 霜
-sign \x971D 123-356-3 霝
-sign \x971E 125-12-3 霞
-sign \x9722 134-13-3 霢
-sign \x9723 2456-1246-6 霣
-sign \x9724 123-16-2 霤
-sign \x9727 134-1236-2 霧
-sign \x9728 2456-146-4 霨
-sign \x9729 12456-12456-5
-sign \x972A 245-456-3 霪
-sign \x9730 234-256-4 霰
-sign \x9732 123-1236-2 露
-sign \x9736 12346-56
-sign \x9738 1234-12-4 霸
-sign \x9739 12346-1235 霹
-sign \x973D 14-146-4 霽
-sign \x973E 134-346-3 霾
-sign \x9742 123-1235 靂
-sign \x9744 126-1 靄
-sign \x9746 2345-126-2 靆
-sign \x9748 123-356-3 靈
-sign \x9749 126-1 靉
-sign \x9752 1346-356 青
-sign \x9756 14-356-2 靖
-sign \x975A 123-2356-4 靚
-sign \x975B 2345-256-2 靛
-sign \x975C 14-356-2 靜
-sign \x975E 124-125 非
-sign \x9760 1235-34-4 靠
-sign \x9761 134-125-3 靡
-sign \x9762 134-256-2 面
-sign \x9766 134-256-6 靦
-sign \x9768 12346-5 靨
-sign \x9769 13-13-5 革
-sign \x976A 2345-356 靪
-sign \x9770 136-0 靰
-sign \x9773 13-1246-4 靳
-sign \x9774 125-156 靴
-sign \x9776 1234-12-1 靶
-sign \x9777 245-1246-6 靷
-sign \x9778 234-1234-5 靸
-sign \x977A 134-1356-3 靺
-sign \x977C 2345-45-2 靼
-sign \x977D 1234-2346-2 靽
-sign \x977E 245-1246-2 靾
-sign \x977F 34-4 靿
-sign \x9780 23456-1236-3 鞀
-sign \x9781 1234-125-2 鞁
-sign \x9783 2456-1245-3 鞃
-sign \x9784 12346-34-3 鞄
-sign \x9785 245-25 鞅
-sign \x978B 125-346-3 鞋
-sign \x978D 1345-0 鞍
-sign \x978F 13-236-1 鞏
-sign \x9797 23456-13456-3
-sign \x9798 1346-13456-4 鞘
-sign \x9799 13-23 鞙
-sign \x979A 125-236-4 鞚
-sign \x979D 234-25-6 鞝
-sign \x979E 1234-356-1 鞞
-sign \x97A0 13-12345 鞠
-sign \x97A1 123-346 鞡
-sign \x97A3 245-16-3 鞣
-sign \x97A5 1245-0 鞥
-sign \x97A6 1346-16 鞦
-sign \x97A8 125-124-5 鞨
-sign \x97AB 13-12345 鞫
-sign \x97AC 13-256 鞬
-sign \x97AD 1234-256 鞭
-sign \x97AE 23456-146-3 鞮
-sign \x97B3 2345-1234-3 鞳
-sign \x97B6 12346-2346-3 鞶
-sign \x97B9 12456-12456-5
-sign \x97BF 13-125 鞿
-sign \x97C1 13-25 韁
-sign \x97C3 23456-2345-5 韃
-sign \x97C5 125-256-1 韅
-sign \x97C6 1346-256 韆
-sign \x97C7 2345-12345-3 韇
-sign \x97C9 14-256 韉
-sign \x97CB 2456-146-6 韋
-sign \x97CC 245-1246-2 韌
-sign \x97CD 124-35 韍
-sign \x97CE 134-1256-2 韎
-sign \x97CF 13-23-4 韏
-sign \x97D0 13-1234-5 韐
-sign \x97D3 125-1345-3 韓
-sign \x97D8 234-12346-5 韘
-sign \x97D9 2456-146-6 韙
-sign \x97DC 23456-1236 韜
-sign \x97DD 13-16 韝
-sign \x97DE 2456-1246-4 韞
-sign \x97E1 156-0 韡
-sign \x97ED 13-16-1 韭
-sign \x97EE 13-16-1 韮
-sign \x97F1 1346-235 韱
-sign \x97F3 245-456 音
-sign \x97F6 234-13456-3 韶
-sign \x97F9 1234-256 韹
-sign \x97FB 2456-1246-6 韻
-sign \x97FF 125-25-1 響
-sign \x9801 12346-3 頁
-sign \x9802 2345-356-1 頂
-sign \x9803 1235-356-1 頃
-sign \x9804 1235-16-3 頄
-sign \x9805 125-56-2 項
-sign \x9806 234-234-2 順
-sign \x9807 125-1345 頇
-sign \x9808 234-245 須
-sign \x980A 245-12345 頊
-sign \x980C 14-236-2 頌
-sign \x980E 1235-125-3 頎
-sign \x980F 125-56-3 頏
-sign \x9810 1456-2 預
-sign \x9811 2456-45-3 頑
-sign \x9812 1234-45 頒
-sign \x9813 2345-234-2 頓
-sign \x9816 12346-2346-4 頖
-sign \x9817 12346-135-1 頗
-sign \x9818 123-356-6 領
-sign \x981C 125-26-3 頜
-sign \x981E 2345-5 頞
-sign \x9821 1235-23456-5 頡
-sign \x9824 24-3 頤
-sign \x9826 125-126-3 頦
-sign \x982B 124-136-1 頫
-sign \x982D 23456-16-3 頭
-sign \x9830 13-1234-5 頰
-sign \x9832 23456-356-6 頲
-sign \x9835 12345-1246 頵
-sign \x9837 125-456-6 頷
-sign \x9838 13-2356-1 頸
-sign \x9839 23456-245-3 頹
-sign \x983B 12346-1246-3 頻
-sign \x9846 124-135-1 顆
-sign \x9848 2456-356-2
-sign \x984C 23456-146-3 題
-sign \x984D 1245-13-3 額
-sign \x984E 1245-12456-3 顎
-sign \x984F 1245-45-3 顏
-sign \x9851 125-456-1 顑
-sign \x9852 245-236-3 顒
-sign \x9853 14-23 顓
-sign \x9857 1245-146-6 顗
-sign \x9858 23-2 願
-sign \x9859 234-56-1 顙
-sign \x985B 2345-256 顛
-sign \x985C 13-56-1 顜
-sign \x985E 123-245-2 類
-sign \x9862 134-2346-3 顢
-sign \x9863 1346-12345 顣
-sign \x9865 125-1236-2 顥
-sign \x9867 13-136-4 顧
-sign \x986B 14-256-4 顫
-sign \x986C 1456-3
-sign \x986F 125-256-1 顯
-sign \x9870 12346-1246-3 顰
-sign \x9871 123-1236-3 顱
-sign \x9873 1345-12346-3 顳
-sign \x9874 1235-23-3 顴
-sign \x98A8 124-236 風
-sign \x98AD 14-235-1 颭
-sign \x98AF 234-1234-5 颯
-sign \x98B1 23456-126-3 颱
-sign \x98B3 12345-2345-5 颳
-sign \x98B6 13-245-2 颶
-sign \x98B8 234-24 颸
-sign \x98BA 245-25-3 颺
-sign \x98BB 13456-3 颻
-sign \x98BC 234-16 颼
-sign \x98C0 123-16-3 飀
-sign \x98C1 14-1234-3 飁
-sign \x98C2 123-12345-3 飂
-sign \x98C4 12346-13456 飄
-sign \x98C6 1234-13456 飆
-sign \x98C8 1234-13456 飈
-sign \x98DB 124-125 飛
-sign \x98DC 124-45
-sign \x98DF 234-1235-3 食
-sign \x98E2 13-125 飢
-sign \x98E3 2345-356-4 飣
-sign \x98E4 2345-356-4
-sign \x98E5 23456-12456-5
-sign \x98E6 14-256
-sign \x98E7 234-23 飧
-sign \x98E8 234-23
-sign \x98E9 23456-1246 飩
-sign \x98EA 245-456-2 飪
-sign \x98EB 1456-4 飫
-sign \x98ED 1346-1235 飭
-sign \x98EF 124-45-2 飯
-sign \x98F2 245-456-1 飲
-sign \x98F4 24-3 飴
-sign \x98F6 1234-125-4 飶
-sign \x98FC 14-24-2 飼
-sign \x98FD 1234-34-1 飽
-sign \x98FE 234-1235 飾
-sign \x9902 23456-235-6 餂
-sign \x9903 13-34-1 餃
-sign \x9905 1234-2356-1 餅
-sign \x9908 1346-24-3 餈
-sign \x9909 125-25-1 餉
-sign \x990A 245-25-6 養
-sign \x990C 1345-125-2 餌
-sign \x9910 1346-45 餐
-sign \x9911 1234-1356-3 餑
-sign \x9912 1345-245-6 餒
-sign \x9913 1245-135-2 餓
-sign \x9914 1234-1236 餔
-sign \x9915 14-234-4 餕
-sign \x9916 2345-16-2 餖
-sign \x9917 1346-12345 餗
-sign \x9918 1456-3 餘
-sign \x991A 1245-34-3 餚
-sign \x991B 2456-1246-3 餛
-sign \x991E 14-256-4 餞
-sign \x991F 14-12356-5 餟
-sign \x9921 125-345-1 餡
-sign \x9924 2345-345-2 餤
-sign \x9927 2456-146-4 餧
-sign \x9928 13-2346-1 館
-sign \x992A 1345-23-6 餪
-sign \x992B 2456-1246-3 餫
-sign \x992C 136-3 餬
-sign \x992D 2456-56-3 餭
-sign \x992E 23456-23456-5
-sign \x9931 125-16-3 餱
-sign \x9932 346-4 餲
-sign \x9933 1346-356-3 餳
-sign \x9935 2456-146-4 餵
-sign \x9938 234-236-4 餸
-sign \x9939 23456-56-3
-sign \x993A 1234-12456-5 餺
-sign \x993B 13-1236
-sign \x993C 125-125-4 餼
-sign \x993D 12345-146-2 餽
-sign \x993E 123-16-2 餾
-sign \x993F 234-34-4 餿
-sign \x9941 12346-3 饁
-sign \x9943 134-135-3 饃
-sign \x9945 134-45-2 饅
-sign \x9947 1456-4 饇
-sign \x9948 234-16 饈
-sign \x9949 13-1246-1 饉
-sign \x994B 12345-146-2 饋
-sign \x994C 14-45-4
-sign \x994E 1346-24-4 饎
-sign \x9950 245-35 饐
-sign \x9951 13-125 饑
-sign \x9952 13456-3 饒
-sign \x9954 245-236 饔
-sign \x9955 23456-1236 饕
-sign \x9957 125-25-1 饗
-sign \x9958 14-256 饘
-sign \x9959 12346-1246-4 饙
-sign \x995B 134-236-3 饛
-sign \x995C 235-4 饜
-sign \x995E 1346-345-3 饞
-sign \x995F 125-25-1 饟
-sign \x9961 14-45-4 饡
-sign \x9996 234-16-1 首
-sign \x9997 12456-146-3 馗
-sign \x9998 12345-1235 馘
-sign \x9999 125-25 香
-sign \x999D 1234-23456 馝
-sign \x99A1 124-125 馡
-sign \x99A5 124-12345 馥
-sign \x99A8 125-356 馨
-sign \x99AC 134-12-6 馬
-sign \x99AD 1456-2 馭
-sign \x99AE 124-236-3 馮
-sign \x99B1 23456-135-3 馱
-sign \x99B3 1346-24-3 馳
-sign \x99B4 234-234-3 馴
-sign \x99B9 245-1235-3 馹
-sign \x99C1 1234-12456-5 駁
-sign \x99C3 1235-12356-5 駃
-sign \x99C9 12345-356 駉
-sign \x99D0 14-1456-4 駐
-sign \x99D1 1345-1236-3 駑
-sign \x99D2 1235-245 駒
-sign \x99D4 14-56-1 駔
-sign \x99D5 13-12-4 駕
-sign \x99D8 23456-126-3 駘
-sign \x99D9 124-136-2 駙
-sign \x99DB 234-146-1 駛
-sign \x99DD 23456-135-3 駝
-sign \x99DF 234-24-4 駟
-sign \x99E2 12346-256-3 駢
-sign \x99E3 12346-256-3
-sign \x99EA 234-1246 駪
-sign \x99EC 24-6 駬
-sign \x99ED 125-346-6 駭
-sign \x99EE 1234-12456-5 駮
-sign \x99F0 245-1246 駰
-sign \x99F1 123-12456-5 駱
-sign \x99F5 123-16-3
-sign \x99F8 1346-456 駸
-sign \x99F9 134-56-3 駹
-sign \x99FB 125-1345-1 駻
-sign \x99FC 23456-1236-3 駼
-sign \x99FD 13-23 駽
-sign \x99FF 14-234-4 駿
-sign \x9A01 1346-356-1 騁
-sign \x9A03 1245-126-3 騃
-sign \x9A04 123-12345-3 騄
-sign \x9A05 14-245 騅
-sign \x9A09 12456-1246 騉
-sign \x9A0A 23456-1236-3 騊
-sign \x9A0B 123-126-3 騋
-sign \x9A0C 14-236
-sign \x9A0D 124-135-4 騍
-sign \x9A0E 1235-15-3 騎
-sign \x9A0F 1235-125-3 騏
-sign \x9A10 235-2
-sign \x9A11 124-125 騑
-sign \x9A15 13456-1 騕
-sign \x9A16 134-1236-2 騖
-sign \x9A19 12346-256-4 騙
-sign \x9A1E 2456-13-3 騞
-sign \x9A20 23456-146-3 騠
-sign \x9A22 125-12-3 騢
-sign \x9A23 14-236 騣
-sign \x9A24 12456-146-3 騤
-sign \x9A27 2456-12 騧
-sign \x9A2B 125-256 騫
-sign \x9A2D 14-35 騭
-sign \x9A2E 123-16 騮
-sign \x9A30 23456-1245-3 騰
-sign \x9A32 1346-1236-1 騲
-sign \x9A35 23-3 騵
-sign \x9A36 14-16 騶
-sign \x9A37 234-1236 騷
-sign \x9A38 234-256-4 騸
-sign \x9A3E 123-245-3 騾
-sign \x9A40 134-46-3 驀
-sign \x9A41 1245-1236-3 驁
-sign \x9A42 1346-345 驂
-sign \x9A43 1234-13456 驃
-sign \x9A44 1346-236 驄
-sign \x9A45 1235-245 驅
-sign \x9A48 2456-35-3 驈
-sign \x9A4A 2456-12-3 驊
-sign \x9A4C 234-12345 驌
-sign \x9A4D 125-13456 驍
-sign \x9A4E 123-234-3 驎
-sign \x9A4F 1346-45-4 驏
-sign \x9A54 23456-235-6 驔
-sign \x9A55 13-13456 驕
-sign \x9A56 23456-23456-5
-sign \x9A57 235-2 驗
-sign \x9A58 123-135-3
-sign \x9A5A 13-356 驚
-sign \x9A5B 245-1235-3 驛
-sign \x9A5F 14-34-2 驟
-sign \x9A60 256-0 驠
-sign \x9A62 123-1236-3 驢
-sign \x9A64 234-25 驤
-sign \x9A65 1235-125-4 驥
-sign \x9A66 234-25 驦
-sign \x9A68 12456-146-3 驨
-sign \x9A69 124-2346 驩
-sign \x9A6A 123-125-3 驪
-sign \x9AA8 12345-35 骨
-sign \x9AAB 2456-146-1 骫
-sign \x9AAD 13-1345-4 骭
-sign \x9AAF 56-0 骯
-sign \x9AB0 234-1235 骰
-sign \x9AB1 125-346-2 骱
-sign \x9AB3 1234-125-2 骳
-sign \x9AB4 1346-24 骴
-sign \x9AB7 124-136 骷
-sign \x9AB8 125-346-3 骸
-sign \x9ABB 12456-12-4 骻
-sign \x9ABC 13-13-5 骼
-sign \x9ABE 13-1245-1 骾
-sign \x9AC0 1234-125-1 髀
-sign \x9AC1 124-135 髁
-sign \x9AC2 1235-12-4 髂
-sign \x9AC6 1234-12456-5 髆
-sign \x9ACF 123-16-3 髏
-sign \x9AD0 125-34 髐
-sign \x9AD1 2345-12345-3 髑
-sign \x9AD2 14-56 髒
-sign \x9AD3 234-245-6 髓
-sign \x9AD4 23456-146-1 體
-sign \x9AD5 1234-1246-4 髕
-sign \x9AD6 124-2346 髖
-sign \x9AD8 13-1236 高
-sign \x9ADF 1234-13456 髟
-sign \x9AE0 12456-1246
-sign \x9AE1 12456-1246 髡
-sign \x9AE2 23456-146-4
-sign \x9AE3 124-56-1 髣
-sign \x9AE6 134-1236-3 髦
-sign \x9AEB 23456-13456-3
-sign \x9AEC 12346-125 髬
-sign \x9AED 14-24 髭
-sign \x9AEE 124-2345-5 髮
-sign \x9AEF 235-2 髯
-sign \x9AF2 1234-125-2 髲
-sign \x9AF9 245-16 髹
-sign \x9AFB 13-146-4 髻
-sign \x9AFC 12346-236-3 髼
-sign \x9AFD 14-12 髽
-sign \x9AFE 234-34 髾
-sign \x9B01 123-125 鬁
-sign \x9B03 14-236 鬃
-sign \x9B04 12346-236-3 鬄
-sign \x9B05 12346-1245-3 鬅
-sign \x9B06 234-236 鬆
-sign \x9B08 1235-23-3 鬈
-sign \x9B0B 14-256 鬋
-sign \x9B0D 136-3 鬍
-sign \x9B0E 123-2345-5 鬎
-sign \x9B10 1235-125-3 鬐
-sign \x9B11 123-235-3 鬑
-sign \x9B12 14-1246-1 鬒
-sign \x9B16 234-345 鬖
-sign \x9B18 134-45-3 鬘
-sign \x9B19 14-1245 鬙
-sign \x9B1A 234-1236 鬚
-sign \x9B1F 2456-45-3 鬟
-sign \x9B22 1234-1246-4 鬢
-sign \x9B23 123-12346-3 鬣
-sign \x9B24 245-25-6 鬤
-sign \x9B25 2345-16-4 鬥
-sign \x9B27 1345-34-2 鬧
-sign \x9B28 125-236-4 鬨
-sign \x9B29 245-1235 鬩
-sign \x9B2B 125-345-1 鬫
-sign \x9B2E 13-16 鬮
-sign \x9B2F 1346-25-4 鬯
-sign \x9B31 2456-35 鬱
-sign \x9B32 123-1235-3 鬲
-sign \x9B35 1346-456-3 鬵
-sign \x9B37 14-236 鬷
-sign \x9B3B 245-12345-3 鬻
-sign \x9B3C 12345-146-1 鬼
-sign \x9B41 124-1256 魁
-sign \x9B42 2456-1246-3 魂
-sign \x9B43 1234-2345-3 魃
-sign \x9B44 12346-13-5 魄
-sign \x9B45 134-125-2 魅
-sign \x9B48 234-13456 魈
-sign \x9B4A 2456-1235-3 魊
-sign \x9B4B 23456-245-3 魋
-sign \x9B4D 134-56-6 魍
-sign \x9B4E 123-25-6 魎
-sign \x9B4F 1245-146-2 魏
-sign \x9B51 1346-24 魑
-sign \x9B54 134-135 魔
-sign \x9B58 235-1 魘
-sign \x9B5A 1456-3 魚
-sign \x9B5B 2345-1236 魛
-sign \x9B66 234-12 魦
-sign \x9B68 23456-23-3 魨
-sign \x9B6F 123-1236-6 魯
-sign \x9B74 124-56 魴
-sign \x9B77 245-16-3 魷
-sign \x9B80 23456-135-3 鮀
-sign \x9B82 1346-16-3 鮂
-sign \x9B8B 245-16-1 鮋
-sign \x9B90 23456-126-3 鮐
-sign \x9B91 1234-34 鮑
-sign \x9B92 124-136-2 鮒
-sign \x9B93 14-12-4 鮓
-sign \x9B9A 13-23456-5 鮚
-sign \x9B9E 24-3 鮞
-sign \x9BA0 2456-146-3 鮠
-sign \x9BA6 23456-236-3 鮦
-sign \x9BA8 14-24-1 鮨
-sign \x9BAA 124-1256-1 鮪
-sign \x9BAB 13-34 鮫
-sign \x9BAD 12345-146 鮭
-sign \x9BAE 234-256 鮮
-sign \x9BB8 134-256-6 鮸
-sign \x9BB9 234-34 鮹
-sign \x9BC0 12345-1246-1 鯀
-sign \x9BC1 13-1245-1 鯁
-sign \x9BC7 2456-45-6 鯇
-sign \x9BC8 245-16-3 鯈
-sign \x9BC9 123-125-6 鯉
-sign \x9BCA 234-12 鯊
-sign \x9BD4 24-0 鯔
-sign \x9BD6 1346-356 鯖
-sign \x9BD7 14-12-4 鯗
-sign \x9BDB 2345-13456 鯛
-sign \x9BDC 1346-12346-5 鯜
-sign \x9BE0 123-126-3 鯠
-sign \x9BE1 234-456
-sign \x9BE2 1245-146-3 鯢
-sign \x9BE4 12456-1246 鯤
-sign \x9BE7 1346-25 鯧
-sign \x9BE8 1235-356-3 鯨
-sign \x9BEA 123-356-3 鯪
-sign \x9BEB 14-16 鯫
-sign \x9BED 134-14 鯭
-sign \x9BF0 1345-235-3 鯰
-sign \x9BF7 23456-146-3
-sign \x9BFD 14-1235 鯽
-sign \x9C02 14-46 鰂
-sign \x9C06 1346-234 鰆
-sign \x9C08 2345-12346-3 鰈
-sign \x9C09 2456-56-3 鰉
-sign \x9C0B 256-1 鰋
-sign \x9C0D 1346-16 鰍
-sign \x9C10 12-12456-3
-sign \x9C12 124-12345 鰒
-sign \x9C13 234-126 鰓
-sign \x9C14 14-456 鰔
-sign \x9C1C 13-235 鰜
-sign \x9C23 234-24-3 鰣
-sign \x9C24 234-24
-sign \x9C25 12345-45 鰥
-sign \x9C28 23456-1234-5 鰨
-sign \x9C29 13456-3 鰩
-sign \x9C2D 1235-125-3 鰭
-sign \x9C31 123-256-3 鰱
-sign \x9C32 1245-1236-3 鰲
-sign \x9C33 123-46-3 鰳
-sign \x9C37 23456-13456-3
-sign \x9C39 13-256 鰹
-sign \x9C3B 134-45-2 鰻
-sign \x9C3C 14-1234-3 鰼
-sign \x9C3D 1346-1236-3
-sign \x9C3E 1234-13456 鰾
-sign \x9C44 14-23 鱄
-sign \x9C45 245-236-3
-sign \x9C48 234-12356-5 鱈
-sign \x9C49 1234-23456-5 鱉
-sign \x9C4A 2456-35-3 鱊
-sign \x9C4D 1234-1356-3 鱍
-sign \x9C52 14-23 鱒
-sign \x9C54 234-256-6 鱔
-sign \x9C56 12345-146-4 鱖
-sign \x9C57 123-234-3 鱗
-sign \x9C58 1346-456-3 鱘
-sign \x9C5F 125-16-2 鱟
-sign \x9C60 1235-1256-4 鱠
-sign \x9C63 14-256 鱣
-sign \x9C67 123-146-6 鱧
-sign \x9C68 234-25-3 鱨
-sign \x9C6D 1346-146-3 鱭
-sign \x9C6E 14-245-2 鱮
-sign \x9C72 123-1234-3 鱲
-sign \x9C77 1245-12456-3 鱷
-sign \x9C78 123-1236-3 鱸
-sign \x9C7A 123-125-3 鱺
-sign \x9CE5 1345-13456-6 鳥
-sign \x9CE6 12356-3 鳦
-sign \x9CE7 124-136-3 鳧
-sign \x9CE9 1235-16 鳩
-sign \x9CF2 234-24 鳲
-sign \x9CF3 124-236-2 鳳
-sign \x9CF4 134-356-3 鳴
-sign \x9CF6 23-0 鳶
-sign \x9CF7 14-24 鳷
-sign \x9D00 124-16-1 鴀
-sign \x9D03 12345-1235 鴃
-sign \x9D06 14-456-2 鴆
-sign \x9D07 1234-1236-1 鴇
-sign \x9D08 1245-45-2 鴈
-sign \x9D09 12-0 鴉
-sign \x9D10 13-12 鴐
-sign \x9D12 123-356-3 鴒
-sign \x9D15 23456-135-3 鴕
-sign \x9D1B 23-0 鴛
-sign \x9D1D 1235-245-3 鴝
-sign \x9D1E 125-13456 鴞
-sign \x9D1F 1346-24 鴟
-sign \x9D20 2345-45-4
-sign \x9D23 13-136 鴣
-sign \x9D25 2456-35-3 鴥
-sign \x9D26 245-25 鴦
-sign \x9D28 1234-5 鴨
-sign \x9D2F 24-3 鴯
-sign \x9D30 1235-1356-5 鴰
-sign \x9D34 125-1245
-sign \x9D37 123-23456-3 鴷
-sign \x9D3B 125-236-3 鴻
-sign \x9D3F 13-26-5 鴿
-sign \x9D40 245-456-2 鵀
-sign \x9D41 13-34 鵁
-sign \x9D42 245-16 鵂
-sign \x9D43 14-16 鵃
-sign \x9D4B 13-125-2 鵋
-sign \x9D51 13-23 鵑
-sign \x9D52 245-12345-3 鵒
-sign \x9D53 1234-1356-3 鵓
-sign \x9D59 1235-12356-5 鵙
-sign \x9D5A 23456-12345 鵚
-sign \x9D5C 23456-146-3 鵜
-sign \x9D5D 1245-135-3 鵝
-sign \x9D60 13-12345 鵠
-sign \x9D61 134-1236-6 鵡
-sign \x9D69 124-12345-3 鵩
-sign \x9D6A 456-0 鵪
-sign \x9D6B 14-34-2 鵫
-sign \x9D6C 12346-14-3 鵬
-sign \x9D70 2345-13456 鵰
-sign \x9D72 14-246-5 鵲
-sign \x9D77 23-0 鵷
-sign \x9D79 123-125-3 鵹
-sign \x9D7B 14-245 鵻
-sign \x9D7E 12456-1246
-sign \x9D80 1235-125-3 鶀
-sign \x9D81 13-356 鶁
-sign \x9D82 245-1235 鶂
-sign \x9D83 245-1235-3
-sign \x9D84 14-356 鶄
-sign \x9D86 123-126-3 鶆
-sign \x9D87 2345-236 鶇
-sign \x9D89 1346-234 鶉
-sign \x9D8A 13-1245 鶊
-sign \x9D92 1346-1235 鶒
-sign \x9D96 1346-16 鶖
-sign \x9D97 23456-146-3 鶗
-sign \x9D98 136-3 鶘
-sign \x9D9A 1245-12456-3 鶚
-sign \x9DA0 256-1 鶠
-sign \x9DA1 125-124-5 鶡
-sign \x9DA4 12456-146-3 鶤
-sign \x9DA6 136-3 鶦
-sign \x9DA9 134-1236-2 鶩
-sign \x9DAA 12456-1235 鶪
-sign \x9DAC 1346-56 鶬
-sign \x9DAF 1245-0 鶯
-sign \x9DB1 125-256 鶱
-sign \x9DB2 245-236 鶲
-sign \x9DB4 125-12456-3 鶴
-sign \x9DB5 1346-135 鶵
-sign \x9DB8 245-246-3 鶸
-sign \x9DB9 123-16-3 鶹
-sign \x9DBA 14-1235-5 鶺
-sign \x9DBB 2456-35-3 鶻
-sign \x9DBC 13-235 鶼
-sign \x9DBF 1346-24 鶿
-sign \x9DC1 245-1235-3 鷁
-sign \x9DC2 13456-2 鷂
-sign \x9DC3 45-4 鷃
-sign \x9DC4 13-146
-sign \x9DC7 1235-16-4 鷇
-sign \x9DC8 23456-146-3 鷈
-sign \x9DD2 1346-23-3 鷒
-sign \x9DD3 14-15-4 鷓
-sign \x9DD6 24-0 鷖
-sign \x9DD7 16-0 鷗
-sign \x9DD8 1346-1235 鷘
-sign \x9DD9 14-24-4 鷙
-sign \x9DDA 123-16-2 鷚
-sign \x9DDF 14-12456-3 鷟
-sign \x9DE5 234-24 鷥
-sign \x9DE6 14-13456 鷦
-sign \x9DE9 1234-146-2 鷩
-sign \x9DEB 234-12345 鷫
-sign \x9DEE 13-13456 鷮
-sign \x9DEF 123-13456-3 鷯
-sign \x9DF0 256-0 鷰
-sign \x9DF2 14-16-2 鷲
-sign \x9DF3 125-45-3 鷳
-sign \x9DF4 125-45-3 鷴
-sign \x9DF8 2456-35-3 鷸
-sign \x9DF9 245-356 鷹
-sign \x9DFA 123-1236-2 鷺
-sign \x9DFD 125-12456-3 鷽
-sign \x9DFE 24-4 鷾
-sign \x9DFF 12346-1235 鷿
-sign \x9E01 123-135-3 鸁
-sign \x9E02 1235-146 鸂
-sign \x9E03 24-3 鸃
-sign \x9E05 12345-1235
-sign \x9E07 14-256 鸇
-sign \x9E09 1234-1236-2
-sign \x9E0E 1245-0
-sign \x9E10 2345-1235-3 鸐
-sign \x9E11 1245-12456-3 鸑
-sign \x9E12 1456-2 鸒
-sign \x9E15 123-1236-3 鸕
-sign \x9E1A 245-356 鸚
-sign \x9E1B 13-2346-4 鸛
-sign \x9E1D 123-125-3 鸝
-sign \x9E1E 123-23-3 鸞
-sign \x9E75 123-1236-6 鹵
-sign \x9E79 125-345-3 鹹
-sign \x9E7A 1346-135 鹺
-sign \x9E7C 13-45-1 鹼
-sign \x9E7D 235-3 鹽
-sign \x9E7F 123-12345-3 鹿
-sign \x9E80 245-16 麀
-sign \x9E82 13-125-1 麂
-sign \x9E83 1234-13456 麃
-sign \x9E87 12456-1246-3 麇
-sign \x9E88 14-1456-1 麈
-sign \x9E8B 134-125-3 麋
-sign \x9E8C 1456-6 麌
-sign \x9E90 123-234-3
-sign \x9E91 1245-146-3 麑
-sign \x9E92 1235-125-3 麒
-sign \x9E93 123-12345 麓
-sign \x9E96 13-2356 麖
-sign \x9E97 123-146-2 麗
-sign \x9E9D 234-15-2 麝
-sign \x9E9E 14-25
-sign \x9E9F 123-234-3 麟
-sign \x9EA4 1346-1236 麤
-sign \x9EA5 134-46-3 麥
-sign \x9EA7 125-35-3 麧
-sign \x9EA9 124-136 麩
-sign \x9EB0 134-16-3 麰
-sign \x9EB4 1235-12345 麴
-sign \x9EB5 134-256-2 麵
-sign \x9EB7 124-236 麷
-sign \x9EBB 134-12-3 麻
-sign \x9EBC 134-135 麼
-sign \x9EBE 124-146 麾
-sign \x9EC2 124-1246-3 黂
-sign \x9EC3 2456-56-3 黃
-sign \x9EC8 23456-16-1 黈
-sign \x9ECC 125-236-3 黌
-sign \x9ECD 234-1456-1 黍
-sign \x9ECE 123-146-3 黎
-sign \x9ECF 1345-235 黏
-sign \x9ED0 1346-24 黐
-sign \x9ED1 125-46 黑
-sign \x9ED3 245-1235-3 黓
-sign \x9ED4 1235-235-3 黔
-sign \x9ED8 134-46-3 默
-sign \x9EDA 1235-235-3 黚
-sign \x9EDB 2345-126-2 黛
-sign \x9EDC 14-12356-5 黜
-sign \x9EDD 245-16-1 黝
-sign \x9EDE 2345-235-1 點
-sign \x9EDF 24-0 黟
-sign \x9EE0 1235-23456-5 黠
-sign \x9EE5 1235-356-3 黥
-sign \x9EE6 2456-35 黦
-sign \x9EE7 123-146-3 黧
-sign \x9EE8 2345-56-1 黨
-sign \x9EEE 23456-45-1 黮
-sign \x9EEF 456-1 黯
-sign \x9EF0 14-1246-1 黰
-sign \x9EF2 1346-345-1 黲
-sign \x9EF3 24-0 黳
-sign \x9EF4 134-1256-3 黴
-sign \x9EF5 14-345-1 黵
-sign \x9EF6 235-1 黶
-sign \x9EF7 2345-12345-3 黷
-sign \x9EF9 14-24-1 黹
-sign \x9EFB 124-35 黻
-sign \x9EFC 124-136-1 黼
-sign \x9EFD 134-1246-6 黽
-sign \x9EFF 23-3 黿
-sign \x9F01 125-245-4 鼁
-sign \x9F07 1245-1236-3 鼇
-sign \x9F08 1234-23456-5 鼈
-sign \x9F09 23456-135-3 鼉
-sign \x9F0E 2345-356-1 鼎
-sign \x9F10 1345-346-6 鼐
-sign \x9F12 14-24 鼒
-sign \x9F13 13-136-1 鼓
-sign \x9F15 2345-236 鼕
-sign \x9F16 124-1246-3 鼖
-sign \x9F17 23456-1236
-sign \x9F18 23-0 鼘
-sign \x9F19 12346-125-3 鼙
-sign \x9F1A 1346-25 鼚
-sign \x9F1B 13-1236 鼛
-sign \x9F20 234-1456-1 鼠
-sign \x9F22 124-1246-3 鼢
-sign \x9F25 1234-35-3 鼥
-sign \x9F29 1235-245-3 鼩
-sign \x9F2A 234-1245 鼪
-sign \x9F2B 234-2456-3 鼫
-sign \x9F2C 245-16-3 鼬
-sign \x9F2E 23456-356-3 鼮
-sign \x9F2F 1245-3 鼯
-sign \x9F31 14-356
-sign \x9F32 2456-1246-3 鼲
-sign \x9F34 256-1 鼴
-sign \x9F37 125-146-3 鼷
-sign \x9F3B 1234-125-2 鼻
-sign \x9F3D 1235-16-3 鼽
-sign \x9F3E 125-1345-3 鼾
-sign \x9F41 125-16 齁
-sign \x9F46 2456-236-4 齆
-sign \x9F47 14-12 齇
-sign \x9F49 1345-56-2 齉
-sign \x9F4A 1346-146-3 齊
-sign \x9F4B 14-346 齋
-sign \x9F4C 14-146 齌
-sign \x9F4D 14-24 齍
-sign \x9F4E 14-146 齎
-sign \x9F4F 14-146 齏
-sign \x9F52 1346-24-1 齒
-sign \x9F54 1346-1246-4 齔
-sign \x9F55 125-35-3 齕
-sign \x9F57 1245-1246-3 齗
-sign \x9F59 1234-34-2 齙
-sign \x9F5C 14-24 齜
-sign \x9F5F 14-245-1 齟
-sign \x9F60 23456-13456-3
-sign \x9F61 123-356-3 齡
-sign \x9F62 123-356-3
-sign \x9F63 1346-1346 齣
-sign \x9F66 1245-1246-3 齦
-sign \x9F67 1245-23456-3 齧
-sign \x9F6A 1346-12345 齪
-sign \x9F6C 1456-6 齬
-sign \x9F6E 24-1 齮
-sign \x9F6F 1245-146-3 齯
-sign \x9F72 13-245-1 齲
-sign \x9F75 1456-3 齵
-sign \x9F76 1245-12456-3 齶
-sign \x9F77 46-0 齷
-sign \x9F78 125-2456-5
-sign \x9F7B 2345-256 齻
-sign \x9F7E 1245-12 齾
-sign \x9F8D 123-236-3 龍
-sign \x9F90 12346-56-3 龐
-sign \x9F91 235-1 龑
-sign \x9F94 13-236 龔
-sign \x9F95 456-0 龕
-sign \x9F99 123-236-3 
-sign \x9F9C 12345-146 龜
-sign \x9FA0 245-246-3 龠
-sign \x9FA2 2456-135-3 龢
-sign \x9FA4 125-346-3 龤
-sign \xE012 13-45-1
-sign \xE01A 1246-3
-sign \xE022 13-23456-3
-sign \xE02E 24-0
-sign \xE049 12346-1245-3
-sign \xE074 125-356 
-sign \xE087 245-245-2
-sign \xE088 2345-12346-3
-sign \xE096 2456-356-2
-sign \xE09C 123-125-6
-sign \xE11C 256-2 
-sign \xE121 124-236 
-sign \xE134 13-16-4
-sign \xE151 12346-256-4
-sign \xE17F 14-236 
-sign \xE185 234-356-2 
-sign \xE1BE 125-13456-1
-sign \xE1CC 13-23456-3 
-sign \xE1D0 12346-13-5
-sign \xE1FA 1346-24-4 
-sign \xE204 12346-125-1
-sign \xE22D 1456-3
-sign \xE248 123-235-3 
-sign \xE24D 14-234-4
-sign \xE266 14-1456-1
-sign \xE286 14-1456
-sign \xE2A3 1456-3
-sign \xE2BF 123-356-3 
-sign \xE2C9 12346-35 
-sign \xE33A 14-1456-4
-sign \xE348 14-56 
-sign \xE357 234-256-4
-sign \xE362 1234-12345-5 
-sign \xE372 13-24 
-sign \xE3C5 14-356
-sign \xE403 2456-146-2
-sign \xE440 123-126-3
-sign \xE441 1346-24-4 
-sign \xE44A 125-125-1
-sign \xE4C5 14-356-2
-sign \xE50D 125-2 
-sign \xE50F 124-1256 
-sign \xE52C 123-125-3
-sign \xE545 124-1246-6
-sign \xE562 245-12345 
-sign \xE563 12346-12-4
-sign \xE5D9 124-236-3 
-sign \xE5EB 23456-16
-sign \xE64E 1346-24-4 
-sign \xE77C 2456-1246-5 
-sign \xE7FF 1346-24-4 
-sign \xE91E 235-2 
-sign \xEAEA 123-236-3 
-sign \xEB55 125-125 
-sign \xEB78 13-346-4 
-sign \xEBB9 14-234-4
-sign \xEBC7 1346-24-4 
-sign \xEBC9 245-356-3
-sign \xEBF6 14-24-1 
-sign \xEC98 134-35-3 
-sign \xECA7 1245-135-3 
-sign \xECA8 134-125-3 
-sign \xECAA 12346-14-3
-sign \xECAF 123-26-3 
-sign \xECC7 234-346
-sign \xECD4 123-12346
-sign \xECDB 23456-456-3
-sign \xECFD 12346-34
-sign \xED72 14-246-5 
-sign \xED91 1346-24-4 
-sign \xEEA7 1234-23456-3 
-sign \xF071 125-234-12345
-sign \xF076 16
-sign \xF0A7 124-234-12345
-sign \xF0B7 124-1235-1345-145
-sign \xF0D8 1-1235-1235
-sign \xF0E0 124-145-134-1345-145
-sign \xF0FC 14-125-13
-sign \xF6CF 46
-sign \xF6E8 3-3
-sign \xF6F2 456-135
-sign \xF6F3 456-36
-sign \xF6F4 6-2356
-sign \xF6F5 2356-3
-sign \xF6F6 35-35
-sign \xF712 1234-1236-1
-sign \xF907 12345-146 
-sign \xFA0C 1245-35-3 兀
-sign \xFA0D 124-135-4 嗀
-sign \xFE30 25
-sign \xFE31 456-123
-sign \xFE33 36-36
-sign \xFE34 456-123
-sign \xFE35 6-2356
-sign \xFE36 2356-3
-sign \xFE37 6-2356
-sign \xFE38 2356-3
-sign \xFE39 6-2356
-sign \xFE3A 2356-3
-sign \xFE3B 246
-sign \xFE3C 12456
-sign \xFE3D 126-126
-sign \xFE3E 345-345
-sign \xFE3F 126
-sign \xFE40 345
-sign \xFE41 3-2356
-sign \xFE42 2356-3
-sign \xFE43 6-236
-sign \xFE44 356-3
-sign \xFE49 456-36
-sign \xFE4A 456-36
-sign \xFE4B 456-36
-sign \xFE4C 456-36
-sign \xFE4F 456-36
-sign \xFE50 36
-sign \xFE51 45
-sign \xFE52 256-0
-sign \xFE54 26-0
-sign \xFE55 25
-sign \xFE56 236
-sign \xFE57 2346
-sign \xFE59 236
-sign \xFE5A 356
-sign \xFE5B 236
-sign \xFE5C 356
-sign \xFE5D 236
-sign \xFE5E 356
-sign \xFE60 56-12346
-sign \xFE61 1346-123
-sign \xFE62 56-235
-sign \xFE63 36
-sign \xFE64 56-126
-sign \xFE66 56-2356
-sign \xFE68 56-1456
-sign \xFE69 56-1246
-sign \xFE6A 4-25-1234
-sign \xFE6B 56-1-2345
-sign \xFF03 56-3456
-sign \xFF04 56-1246
-sign \xFF05 25-1234
-sign \xFF06 56-12346
-sign \xFF08 2356
-sign \xFF09 2356
-sign \xFF0A 56-236
-sign \xFF0B 56-235
-sign \xFF0C 36
-sign \xFF0D 36-3
-sign \xFF10 3456-245
-sign \xFF11 3456-1
-sign \xFF12 3456-12
-sign \xFF13 3456-14
-sign \xFF14 3456-145
-sign \xFF15 3456-15
-sign \xFF16 3456-124
-sign \xFF17 3456-1245
-sign \xFF18 3456-125
-sign \xFF19 3456-24
-sign \xFF1A 25
-sign \xFF1B 26-0
-sign \xFF1C 56-126
-sign \xFF1D 56-2356
-sign \xFF1E 56-345
-sign \xFF1F 236-0
-sign \xFF20 56-1-2345
-sign \xFF21 56-6-1
-sign \xFF22 56-6-12
-sign \xFF23 56-6-14
-sign \xFF24 56-6-145
-sign \xFF25 56-6-15
-sign \xFF26 56-6-124
-sign \xFF27 56-6-1245
-sign \xFF28 56-6-125
-sign \xFF29 56-6-24
-sign \xFF2A 56-6-245
-sign \xFF2B 56-6-13
-sign \xFF2C 56-6-123
-sign \xFF2D 56-6-134
-sign \xFF2E 56-6-1345
-sign \xFF2F 56-6-135
-sign \xFF30 56-6-1234
-sign \xFF31 56-6-12345
-sign \xFF32 56-6-1235
-sign \xFF33 56-6-234
-sign \xFF34 56-6-2345
-sign \xFF35 56-6-136
-sign \xFF36 56-6-1236
-sign \xFF37 56-6-2456
-sign \xFF38 56-6-1346
-sign \xFF39 56-6-13456
-sign \xFF3A 56-6-1356
-sign \xFF5C 456-123
-sign \xFF5E 36
-sign \xFFE0 56-14-15-1345-2345
-sign \xFFE1 56-1234-135-136-1345-145
-sign \xFFE5 56-13456-15-1345
-#-display-name: Slovak braille
-
-#+locale:sk
-#+type:literary
-#+grade:1
-
-# TODO: Please correct the metadata above. It is not meant to be
-# accurate nor complete. It hasn't been verified by the table
-# author yet. It is merely an attempt by the liblouis maintainers
-# to get some sensible initial values in place.
-
-# TODO: Please add a reference to official documentation about
-# the implemented braille code. Preferably submit the documents
-# to https://github.com/liblouis/braille-specs.
-
-include sk-g1.ctb
-include braille-patterns.cti
-# liblouis: Chinese mandarin braille code (Grade 1)
-#
-#-display-name: Mainland Chinese braille with tone
-#
-#+locale:cmn-CN
-#+type:literary
-#+system:cmn-traditional
-#
-# Version 1.2 2018-08-21
-# Add some punctuations.
-# Minor error correction.
-#
-# Version 1.1 2018-08-06
-# When Chinese characters are mixed with English letters,
-# if there is no space symbol between them, a braille symbol is inserted to separate them.
-# Add some abnormally pronouncing phrases.
-# Add electronic Braille symbols.
-# Correct the punctuation of some mistakes.
-#
-# Version 1.0 2018-07-28
-# The first version of the manual proofreading
-#
-# Copyright (C) 2018 Sunian Loomee <ghito@qq.com>
-# Copyright (C) 2018 NVDA Chinese website <http://nvdacn.com>
-#
-# This file is part of liblouis.
-#
-# liblouis is free software: you can redistribute it and/or modify it
-# under the terms of the GNU Lesser General Public License as
-# published by the Free Software Foundation, either version 2.1 of the
-# License, or (at your option) any later version.
-#
-# liblouis is distributed in the hope that it will be useful, but
-# WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-# Lesser General Public License for more details.
-#
-# You should have received a copy of the GNU Lesser General Public
-# License along with liblouis. If not, see
-# <http://www.gnu.org/licenses/>.
-#
-# Introduction
-#
-# This is the current Chinese Braille, commonly known as the old Braille.
-# A Chinese character is composed of three Braille symbols, consonants, vowels and tones.
-# It contains 20902 Chinese characters, about 3000 phrases of simplified characters and about 2000 phrases of traditional characters.
-#
-# About the words of abnormal pronunciations.
-# When it is used alone, the pronunciation is used as the pronunciation of a single word.
-# The number of phrases formed by one word is the largest, the pronunciation is used as the pronunciation of a single word.
-# Rare multi-tone words do not handle.
-#
-# References
-#
-# Chinese Mandarin Braille
-# The Chinese national standard (GB/T 15720-2008)
-# Brief introduction <http://www.std.gov.cn/gb/search/gbDetailed?id=5DDA8BA054B018DEE05397BE0A0A95A7>
-# Online reading <http://c.gb688.cn/bzgk/gb/showGb?type=online&hcno=484E4150A1F62E81B0553422E6A8A292>
-# Corresponding to Wikipedia
-# <https://en.wikipedia.org/wiki/Mainland_Chinese_Braille>
-#
-# Examination and approval words of abnormal pronunciations in Mandarin
-# Brief introduction <http://www.moe.gov.cn/jyb_xwfb/s248/201606/t20160606_248272.html>
-# File download <http://www.moe.gov.cn/jyb_xwfb/s248/201606/W020160606277722984732.doc>
-#
-# Chinese Glossary of abnormal pronunciations.
-# <http://www.360doc.com/content/15/0317/19/1564413_455880341.shtml>
-#
-# CJK Unified Ideographs (\x4E00-\x9FA5), a total of 20902.
-# <http://www.qqxiuzi.cn/zh/hanzi-unicode-bianma.php>
-#
-# Chinese characters and unicode code conversion tool
-# Brief introduction <http://dl.pconline.com.cn/download/411069-1.html>
-# File download <http://dlc2.pconline.com.cn/filedown_411069_7273718/vCvbh6ni/pconline1478497970934.zip>
-#
-# Chinese character Pinyin conversion tool
-# Brief introduction <http://dl.pconline.com.cn/download/413452.html>
-# File download <http://dlc2.pconline.com.cn/filedown_413452_7286036/rfp86Mhb/pconline1478492920522.zip>
-#
-# This document is written in AkelPad, office-excel and office-word.
-# AkelPad text editor
-# <http://akelpad.sourceforge.net/>
-#
-# Thanks to original document with Yuzhou and Youling.
-# Thanks to manual testing with Yuzhou.
-#
-#
-# Start
-#
-# Single Chinese character
-sign \x5416 35-1
-sign \x963F 35-1
-sign \x554A 35-0
-sign \x9515 35-1
-sign \x9312 35-1
-sign \x55C4 156-35-23
-sign \x54CE 246-1
-sign \x54C0 246-1
-sign \x57C3 246-1
-sign \x5509 246-1
-sign \x6B38 2346-23
-sign \x6EBE 246-1
-sign \x953F 246-1
-sign \x9384 246-1
-sign \x6328 246-1
-sign \x6371 246-2
-sign \x5540 246-2
-sign \x7691 246-2
-sign \x5A3E 246-2
-sign \x51D2 246-2
-sign \x5D66 246-2
-sign \x6EB0 246-2
-sign \x560A 246-2
-sign \x6571 246-2
-sign \x769A 246-2
-sign \x764C 246-2
-sign \x6BD0 246-3
-sign \x6639 246-3
-sign \x77EE 246-3
-sign \x853C 246-3
-sign \x8EB7 246-3
-sign \x6FED 246-3
-sign \x85F9 246-3
-sign \x972D 246-3
-sign \x8B6A 246-3
-sign \x9744 246-3
-sign \x827E 246-23
-sign \x4F0C 246-23
-sign \x7839 246-23
-sign \x7231 246-23
-sign \x784B 246-23
-sign \x9698 246-23
-sign \x5867 246-23
-sign \x788D 246-23
-sign \x55F3 246-23
-sign \x55CC 246-23
-sign \x611B 246-23
-sign \x5AD2 246-23
-sign \x7477 246-23
-sign \x53C6 246-23
-sign \x66A7 246-23
-sign \x50FE 246-23
-sign \x58D2 246-23
-sign \x9D31 246-23
-sign \x8586 246-23
-sign \x566F 246-23
-sign \x61D3 246-23
-sign \x5B21 246-23
-sign \x74A6 246-23
-sign \x8CF9 246-23
-sign \x66D6 246-23
-sign \x77B9 246-23
-sign \x99A4 246-23
-sign \x76A7 246-23
-sign \x7919 246-23
-sign \x9440 246-23
-sign \x8B7A 246-23
-sign \x9C6B 246-23
-sign \x5B89 1236-1
-sign \x4F92 1236-1
-sign \x5CD6 1236-1
-sign \x6849 1236-1
-sign \x6C28 1236-1
-sign \x5EB5 1236-1
-sign \x8C19 1236-1
-sign \x844A 1236-1
-sign \x843B 1236-1
-sign \x557D 1236-1
-sign \x5A95 1236-1
-sign \x9E4C 1236-1
-sign \x8164 1236-1
-sign \x75F7 1236-1
-sign \x84ED 1236-1
-sign \x8A9D 1236-1
-sign \x978D 1236-1
-sign \x978C 1236-1
-sign \x76E6 1236-1
-sign \x8AF3 1236-1
-sign \x95C7 1236-23
-sign \x99A3 1236-1
-sign \x9B9F 1236-1
-sign \x76EB 1236-1
-sign \x9D6A 1236-1
-sign \x97FD 1236-1
-sign \x9D95 1236-1
-sign \x96F8 1236-2
-sign \x57B5 1236-3
-sign \x4FFA 1236-3
-sign \x57EF 1236-3
-sign \x5535 1236-3
-sign \x94F5 1236-3
-sign \x968C 1236-23
-sign \x63DE 1236-3
-sign \x667B 1236-3
-sign \x7F6F 1236-3
-sign \x92A8 1236-3
-sign \x72B4 1236-23
-sign \x5CB8 1236-23
-sign \x6309 1236-23
-sign \x834C 1236-23
-sign \x6D1D 1236-23
-sign \x8C7B 1236-23
-sign \x80FA 1236-23
-sign \x6848 1236-23
-sign \x5813 1236-23
-sign \x5A69 1236-23
-sign \x6697 1236-23
-sign \x8C8B 1236-23
-sign \x5111 1236-23
-sign \x930C 1236-23
-sign \x9EEF 1236-23
-sign \x80AE 236-1
-sign \x9AAF 236-1
-sign \x5C87 236-2
-sign \x678A 236-23
-sign \x6602 236-2
-sign \x663B 236-2
-sign \x76CE 236-23
-sign \x91A0 236-23
-sign \x51F9 235-1
-sign \x67EA 235-1
-sign \x8EEA 235-1
-sign \x720A 235-1
-sign \x6556 235-2
-sign \x53AB 235-2
-sign \x969E 235-2
-sign \x55F8 235-2
-sign \x5D85 235-2
-sign \x9068 235-2
-sign \x851C 235-2
-sign \x55F7 235-2
-sign \x7353 235-2
-sign \x5ED2 235-2
-sign \x6EF6 235-2
-sign \x7488 235-2
-sign \x7352 235-2
-sign \x646E 235-2
-sign \x71AC 235-2
-sign \x78DD 235-2
-sign \x8071 235-2
-sign \x87AF 235-2
-sign \x7FF1 235-2
-sign \x8B37 235-2
-sign \x7FF6 235-2
-sign \x9CCC 235-2
-sign \x7FFA 235-2
-sign \x93D6 235-2
-sign \x9DD4 235-2
-sign \x9C32 235-2
-sign \x9F07 235-2
-sign \x82BA 235-3
-sign \x8884 235-3
-sign \x957A 235-3
-sign \x5AAA 235-3
-sign \x5ABC 235-3
-sign \x8956 235-3
-sign \x6277 235-23
-sign \x629D 235-3
-sign \x5C99 235-23
-sign \x5787 235-23
-sign \x5773 235-23
-sign \x5CB0 235-23
-sign \x5961 235-23
-sign \x50B2 235-23
-sign \x5965 235-23
-sign \x5AEF 235-23
-sign \x9A9C 235-23
-sign \x5967 235-23
-sign \x6160 235-23
-sign \x64D9 235-23
-sign \x5DB4 235-23
-sign \x6FB3 235-23
-sign \x61CA 235-23
-sign \x8B38 235-2
-sign \x93CA 235-23
-sign \x9A41 235-23
-sign \x516B 12-35-1
-sign \x4E37 12-35-1
-sign \x4EC8 12-35-1
-sign \x5DF4 12-35-1
-sign \x6252 12-35-1
-sign \x53ED 12-35-1
-sign \x7390 12-35-1
-sign \x6733 12-35-1
-sign \x82AD 12-35-1
-sign \x593F 12-35-1
-sign \x5C9C 12-35-1
-sign \x75A4 12-35-1
-sign \x634C 12-35-1
-sign \x8686 12-35-1
-sign \x54F5 12-35-1
-sign \x7B06 12-35-1
-sign \x91DF 12-35-1
-sign \x91DB 125-26-2
-sign \x7F93 12-35-1
-sign \x7C91 12-35-1
-sign \x7D26 12-35-1
-sign \x8C5D 12-35-1
-sign \x9C83 12-35-1
-sign \x9B5E 12-35-1
-sign \x72AE 12-35-2
-sign \x53D0 12-35-2
-sign \x629C 12-35-2
-sign \x577A 12-35-2
-sign \x62D4 12-35-2
-sign \x8307 12-35-2
-sign \x59AD 12-35-2
-sign \x80C8 12-35-2
-sign \x70A6 12-35-2
-sign \x7679 12-35-2
-sign \x83DD 12-35-2
-sign \x8EF7 12-35-2
-sign \x8DCB 12-35-2
-sign \x8A59 12-35-2
-sign \x9B43 12-35-2
-sign \x98B0 12-35-2
-sign \x58A2 12-35-2
-sign \x9F25 12-35-2
-sign \x628A 12-35-3
-sign \x9776 12-35-3
-sign \x575D 12-35-23
-sign \x5F1D 12-35-23
-sign \x7238 12-35-23
-sign \x57BB 12-35-23
-sign \x7F62 12-35-23
-sign \x9C85 12-35-23
-sign \x7F77 12-35-23
-sign \x9B81 12-35-23
-sign \x8987 12-35-23
-sign \x77F2 12-35-23
-sign \x9738 12-35-23
-sign \x58E9 12-35-23
-sign \x705E 12-35-23
-sign \x6B1B 12-35-23
-sign \x5427 12-35
-sign \x6300 12-246-1
-sign \x63B0 12-246-1
-sign \x767D 12-246-2
-sign \x767E 12-246-3
-sign \x4F70 12-246-3
-sign \x67CF 12-246-3
-sign \x6822 12-246-3
-sign \x74F8 12-246-3-123456-3
-sign \x636D 12-246-3
-sign \x7AE1 12-246-3-156-3456-1
-sign \x7CA8 12-246-3
-sign \x7D54 12-246-3
-sign \x6446 12-246-3
-sign \x64FA 12-246-3
-sign \x896C 12-246-3
-sign \x5E8D 12-246-23
-sign \x62DD 12-246-23
-sign \x8D25 12-246-23
-sign \x62DC 12-246-23
-sign \x6557 12-246-23
-sign \x7A17 12-246-23
-sign \x7CBA 12-246-23
-sign \x85AD 12-246-23
-sign \x8D01 12-246-23
-sign \x97DB 12-246-23
-sign \x6273 12-1236-1
-sign \x653D 12-1236-1
-sign \x73ED 12-1236-1
-sign \x822C 12-1236-1
-sign \x9881 12-1236-1
-sign \x6591 12-1236-1
-sign \x642C 12-1236-1
-sign \x9812 12-1236-1
-sign \x6592 12-1236-1
-sign \x7622 12-1236-1
-sign \x764D 12-1236-1
-sign \x8FAC 12-1236-1
-sign \x962A 12-1236-3
-sign \x5742 12-1236-3
-sign \x5C85 12-1236-3
-sign \x677F 12-1236-3
-sign \x74EA 12-1236-3
-sign \x6604 12-1236-3
-sign \x7248 12-1236-3
-sign \x94A3 12-1236-3
-sign \x8982 124-3456-3
-sign \x8228 12-1236-3
-sign \x7C84 12-1236-3
-sign \x9211 12-1236-3
-sign \x8742 12-1236-3
-sign \x9B6C 12-1236-3
-sign \x95C6 12-1236-3
-sign \x529E 12-1236-23
-sign \x534A 12-1236-23
-sign \x4F34 12-1236-23
-sign \x5762 2345-1236-3
-sign \x62CC 12-1236-23
-sign \x6011 12-1236-23
-sign \x59C5 12-1236-23
-sign \x7ECA 12-1236-23
-sign \x79DA 12-1236-23
-sign \x6E74 12-1236-23
-sign \x7D46 12-1236-23
-sign \x8DD8 1234-1236-2
-sign \x9261 12-1236-23
-sign \x977D 12-1236-23
-sign \x8FA6 12-1236-23
-sign \x74E3 12-1236-23
-sign \x626E 12-1236-23
-sign \x90A6 12-236-1
-sign \x5E2E 12-236-1
-sign \x57B9 12-236-1
-sign \x6360 12-236-1
-sign \x6886 12-236-1
-sign \x6D5C 12-236-1
-sign \x90AB 12-236-1
-sign \x5E47 12-236-1
-sign \x5E5A 12-236-1
-sign \x5E6B 12-236-1
-sign \x97A4 12-236-1
-sign \x7ED1 12-236-3
-sign \x7D81 12-236-3
-sign \x699C 12-236-3
-sign \x7253 12-236-3
-sign \x73A4 12-236-23
-sign \x868C 12-236-23
-sign \x68D2 12-236-23
-sign \x68D3 12-236-23
-sign \x7865 134-236-3
-sign \x508D 12-236-23
-sign \x8C24 12-236-23
-sign \x585D 12-236-23
-sign \x84A1 12-236-23
-sign \x7A16 12-236-23
-sign \x872F 12-236-23
-sign \x78C5 12-236-23
-sign \x9551 12-236-23
-sign \x8255 12-236-23
-sign \x7E0D 12-236-1
-sign \x8B17 12-236-23
-sign \x938A 12-236-23
-sign \x52F9 12-235-1
-sign \x5305 12-235-1
-sign \x4F68 12-235-1
-sign \x82DE 12-235-1
-sign \x5B62 12-235-1
-sign \x80DE 12-235-1
-sign \x7B23 12-235-1
-sign \x9F85 12-235-1
-sign \x7172 12-235-1
-sign \x8554 12-235-1
-sign \x8912 12-235-1
-sign \x95C1 12-235-1
-sign \x8943 12-235-1
-sign \x9F59 12-235-1
-sign \x7A87 12-235-2
-sign \x96F9 12-235-2
-sign \x8584 12-235-2
-sign \x5B80 134-146-2
-sign \x9971 12-235-3
-sign \x6009 12-235-3
-sign \x5B9D 12-235-3
-sign \x4FDD 12-235-3
-sign \x9E28 12-235-3
-sign \x73E4 12-235-3
-sign \x5822 12-235-3
-sign \x8446 12-235-3
-sign \x5821 12-235-3
-sign \x5AAC 12-235-3
-sign \x98F9 12-235-3
-sign \x98FD 12-235-3
-sign \x5BDA 12-235-3
-sign \x99C2 12-235-3
-sign \x8913 12-235-3
-sign \x9CF5 12-235-3
-sign \x9D07 12-235-3
-sign \x7DE5 12-235-3
-sign \x8CF2 12-235-3
-sign \x85F5 12-26-1
-sign \x5BF3 12-235-3
-sign \x5BF6 12-235-3
-sign \x974C 12-235-3
-sign \x52FD 12-235-23
-sign \x62A5 12-235-23
-sign \x62B1 12-235-23
-sign \x8DB5 12-26-1
-sign \x94C7 12-235-23
-sign \x8C79 12-235-23
-sign \x83E2 12-235-23
-sign \x888C 12-235-23
-sign \x5831 12-235-23
-sign \x924B 12-235-23
-sign \x9C8D 12-235-23
-sign \x9764 1234-235-23
-sign \x9AB2 12-235-23
-sign \x9AF1 12-235-23
-sign \x66B4 12-235-23
-sign \x8663 12-235-23
-sign \x9B91 12-235-23
-sign \x66D3 12-235-23
-sign \x5124 12-235-23
-sign \x7206 12-235-23
-sign \x5FC1 12-235-23
-sign \x9464 12-235-23
-sign \x8421 12-26-2
-sign \x9642 12-2346-1
-sign \x676F 12-2346-1
-sign \x5351 12-2346-1
-sign \x76C3 12-2346-1
-sign \x686E 12-2346-1
-sign \x63F9 12-2346-1
-sign \x60B2 12-2346-1
-sign \x7891 12-2346-1
-sign \x9E4E 12-2346-1
-sign \x85E3 12-2346-1
-sign \x9D6F 12-2346-1
-sign \x5317 12-2346-3
-sign \x9273 12-2346-3
-sign \x8D1D 12-2346-23
-sign \x5B5B 12-26-2
-sign \x90B6 12-2346-23
-sign \x8C9D 12-2346-23
-sign \x72C8 12-2346-23
-sign \x82DD 12-2346-23
-sign \x6601 12-2346-23
-sign \x726C 12-2346-23
-sign \x5907 12-2346-23
-sign \x80CC 12-2346-23
-sign \x94A1 12-2346-23
-sign \x4FFB 12-2346-23
-sign \x500D 12-2346-23
-sign \x72FD 12-2346-23
-sign \x6096 12-2346-23
-sign \x88AB 12-2346-23
-sign \x73FC 12-2346-23
-sign \x6896 12-2346-23
-sign \x9101 12-2346-23
-sign \x505D 12-2346-23
-sign \x5079 12-2346-23
-sign \x7432 12-2346-23
-sign \x8F88 12-2346-23
-sign \x8EF0 12-2346-23
-sign \x5099 12-2346-23
-sign \x50C3 12-2346-23
-sign \x60EB 12-2346-23
-sign \x7119 12-2346-23
-sign \x84D3 12-2346-23
-sign \x6102 12-2346-23
-sign \x789A 12-2346-23
-sign \x86FD 12-2346-23
-sign \x7999 12-2346-23
-sign \x9AB3 12-2346-23
-sign \x7295 12-2346-23
-sign \x8A96 12-2346-23
-sign \x8919 12-2346-23
-sign \x8F29 12-2346-23
-sign \x92C7 12-2346-23
-sign \x618A 12-2346-23
-sign \x7CD2 12-2346-23
-sign \x97B4 12-2346-23
-sign \x943E 12-2346-23
-sign \x5457 12-2346
-sign \x5504 12-2346
-sign \x5954 12-356-1
-sign \x6CCD 12-356-1
-sign \x8D32 12-356-1
-sign \x5034 12-356-23
-sign \x9029 12-356-23
-sign \x55AF 12-356-1
-sign \x6E00 12-356-23
-sign \x8CC1 12-356-1
-sign \x7287 12-356-1
-sign \x951B 12-356-1
-sign \x931B 12-356-1
-sign \x672C 12-356-3
-sign \x5932 12-356-3
-sign \x82EF 12-356-3
-sign \x5959 12-356-3
-sign \x755A 12-356-3
-sign \x7FC9 12-356-3
-sign \x694D 12-356-3
-sign \x574C 12-356-23
-sign \x6379 12-356-23
-sign \x6873 12-356-23
-sign \x7B28 12-356-23
-sign \x64AA 12-356-23
-sign \x8F3D 12-356-23
-sign \x4F3B 12-3456-1
-sign \x6337 12-3456-23
-sign \x595F 12-3456-1
-sign \x5D29 12-3456-1
-sign \x7EF7 12-3456-1
-sign \x958D 12-3456-1
-sign \x7D63 12-3456-1
-sign \x5D6D 12-3456-1
-sign \x50B0 1234-3456-2
-sign \x75ED 12-3456-1
-sign \x5623 12-3456-1
-sign \x7DB3 12-3456-1
-sign \x7E43 12-3456-1
-sign \x752D 12-3456-2
-sign \x57F2 12-3456-3
-sign \x83F6 12-3456-3
-sign \x742B 12-3456-3
-sign \x7423 12-3456-3
-sign \x979B 12-3456-3
-sign \x6CF5 12-3456-23
-sign \x8FF8 12-3456-23
-sign \x902C 12-3456-23
-sign \x8DF0 12-3456-23
-sign \x5874 12-3456-23
-sign \x750F 12-3456-23
-sign \x955A 12-3456-23
-sign \x8E66 12-3456-23
-sign \x93F0 12-3456-23
-sign \x7680 12-24-1
-sign \x5C44 12-24-1
-sign \x6082 1234-24-1
-sign \x506A 12-24-1
-sign \x903C 12-24-1
-sign \x6BF4 12-24-1
-sign \x921A 1234-24-1
-sign \x6945 12-24-1
-sign \x698C 12-24-1
-sign \x8C4D 12-24-1
-sign \x9D56 12-24-1
-sign \x9CBE 12-24-1
-sign \x939E 12-24-23
-sign \x9C0F 12-24-1
-sign \x67F2 12-24-23
-sign \x8378 12-24-2
-sign \x9F3B 12-24-2
-sign \x5B36 12-24-2
-sign \x5315 12-24-3
-sign \x6BD4 12-24-3
-sign \x673C 12-24-3
-sign \x5936 12-24-3
-sign \x5421 12-24-3
-sign \x4F4A 12-24-3
-sign \x7595 12-24-3
-sign \x6C98 12-24-3
-sign \x59A3 12-24-3
-sign \x5F7C 12-24-3
-sign \x67C0 12-24-3
-sign \x79D5 12-24-3
-sign \x7C8A 12-24-23
-sign \x7B14 12-24-3
-sign \x4FFE 12-24-3
-sign \x822D 12-24-3
-sign \x7C83 12-24-3
-sign \x5A1D 12-24-3
-sign \x555A 12-24-3
-sign \x7B46 12-24-3
-sign \x9119 12-24-3
-sign \x805B 12-24-3
-sign \x8C8F 12-24-3
-sign \x9B6E 1234-24-2
-sign \x5E01 12-24-23
-sign \x5FC5 12-24-23
-sign \x6BD5 12-24-23
-sign \x95ED 12-24-23
-sign \x5752 12-24-23
-sign \x4F56 12-24-23
-sign \x5E87 12-24-23
-sign \x90B2 12-24-23
-sign \x8BD0 12-24-23
-sign \x82FE 12-24-23
-sign \x6788 12-24-23
-sign \x7540 12-24-23
-sign \x7541 13-24-2
-sign \x602D 12-24-23
-sign \x59BC 12-24-23
-sign \x73CC 12-24-23
-sign \x835C 12-24-23
-sign \x6BD6 12-24-23
-sign \x54D4 12-24-23
-sign \x75AA 12-24-23
-sign \x965B 12-24-23
-sign \x6BD9 12-24-23
-sign \x7562 12-24-23
-sign \x94CB 12-24-23
-sign \x72F4 12-24-23
-sign \x8890 12-24-23
-sign \x841E 12-24-23
-sign \x8406 12-24-23
-sign \x6890 12-24-23
-sign \x9589 12-24-23
-sign \x9587 12-24-23
-sign \x5EB3 12-24-23
-sign \x655D 12-24-23
-sign \x5A62 12-24-23
-sign \x581B 12-24-23
-sign \x7695 12-24-23
-sign \x8CB1 12-24-23
-sign \x8D51 12-24-23
-sign \x7B5A 12-24-23
-sign \x8A56 12-24-23
-sign \x6E62 12-24-23
-sign \x610A 12-24-23
-sign \x610E 12-24-23
-sign \x7986 12-24-23
-sign \x5F3B 12-24-23
-sign \x5F3C 12-24-23
-sign \x84FD 12-24-23
-sign \x84D6 12-24-23
-sign \x959F 12-24-23
-sign \x8DF8 12-24-23
-sign \x870C 12-24-23
-sign \x55F6 12-24-23
-sign \x924D 12-24-23
-sign \x98F6 12-24-23
-sign \x8177 12-24-23
-sign \x75F9 12-24-23
-sign \x75FA 12-24-23
-sign \x714F 12-24-23
-sign \x6EED 12-24-23
-sign \x6ED7 12-24-23
-sign \x88E8 12-24-23
-sign \x5F43 12-24-23
-sign \x78A7 12-24-23
-sign \x9781 12-2346-23
-sign \x853D 12-24-23
-sign \x7A2B 12-24-23
-sign \x999D 12-24-23
-sign \x7B85 12-24-23
-sign \x7B86 12-24-23
-sign \x7359 12-24-23
-sign \x5F0A 12-24-23
-sign \x5E63 12-24-23
-sign \x719A 12-24-23
-sign \x912A 12-24-23
-sign \x7DBC 12-24-23
-sign \x9AF2 12-24-23
-sign \x99DC 12-24-23
-sign \x5E64 12-24-23
-sign \x7F7C 12-24-23
-sign \x7358 12-24-23
-sign \x6F77 12-24-23
-sign \x8945 12-24-23
-sign \x859C 12-24-23
-sign \x89F1 12-24-23
-sign \x7BF3 12-24-23
-sign \x7BE6 12-24-23
-sign \x9B85 12-24-23
-sign \x5EE6 12-24-23
-sign \x58C1 12-24-23
-sign \x907F 12-24-23
-sign \x5B16 12-24-23
-sign \x7E2A 12-24-23
-sign \x979E 12-16-3
-sign \x8E55 12-24-23
-sign \x9AC0 12-24-23
-sign \x6583 12-24-23
-sign \x6FDE 12-24-23
-sign \x81C2 12-24-23
-sign \x5970 12-24-23
-sign \x93CE 12-24-23
-sign \x9946 12-24-23
-sign \x9128 12-24-23
-sign \x74A7 12-24-23
-sign \x97B8 12-24-23
-sign \x9B53 12-24-23
-sign \x8963 12-24-23
-sign \x895E 12-24-23
-sign \x7E74 12-24-23
-sign \x97E0 12-24-23
-sign \x9A46 12-24-23
-sign \x8E83 12-24-23
-sign \x8E84 12-24-23
-sign \x9DDD 12-24-23
-sign \x8D14 12-24-23
-sign \x9434 12-24-23
-sign \x9DE9 12-24-23
-sign \x9E0A 2345-24-23
-sign \x9F0A 12-24-23
-sign \x8FB9 12-146-1
-sign \x782D 12-146-1
-sign \x7B3E 12-146-1
-sign \x8439 12-146-1
-sign \x7335 12-146-1
-sign \x7F16 12-146-1
-sign \x7251 12-146-1
-sign \x7178 12-146-1
-sign \x8759 12-146-1
-sign \x7BAF 12-146-1
-sign \x7DE8 12-146-1
-sign \x9795 16-23
-sign \x9089 12-146-1
-sign \x937D 12-146-1
-sign \x9CCA 12-146-1
-sign \x7371 12-146-1
-sign \x97AD 12-146-1
-sign \x908A 12-146-1
-sign \x9BFE 12-146-1
-sign \x9BFF 12-146-1
-sign \x7C69 12-146-1
-sign \x91C6 12-146-23
-sign \x8D2C 12-146-3
-sign \x709E 12-146-1
-sign \x75BA 124-35-2
-sign \x7A86 12-146-3
-sign \x6241 12-146-3
-sign \x533E 12-146-3
-sign \x8CB6 12-146-3
-sign \x60FC 12-146-3
-sign \x78A5 12-146-3
-sign \x7A28 12-146-3
-sign \x890A 12-146-3
-sign \x7CC4 12-146-1
-sign \x9D18 12-146-3
-sign \x85CA 12-146-3
-sign \x9DA3 1234-146-1
-sign \x535E 12-146-23
-sign \x5F01 12-146-23
-sign \x6283 12-146-23
-sign \x82C4 12-146-23
-sign \x6C73 12-146-23
-sign \x6C74 12-146-23
-sign \x5FED 12-146-23
-sign \x73A3 12-146-23
-sign \x5CC5 12-146-23
-sign \x53D8 12-146-23
-sign \x662A 12-146-23
-sign \x4FBF 12-146-23
-sign \x5909 12-146-23
-sign \x898D 12-146-23
-sign \x63D9 12-146-3
-sign \x5FA7 12-146-23
-sign \x904D 12-146-23
-sign \x7F0F 12-146-23
-sign \x959E 12-146-23
-sign \x8FA1 12-146-23
-sign \x8251 12-146-23
-sign \x9828 346-3
-sign \x7DF6 12-146-23
-sign \x8FA8 12-146-23
-sign \x8FA9 12-146-23
-sign \x8FA7 12-146-23
-sign \x8FAB 12-146-23
-sign \x8FAE 12-146-23
-sign \x8FAF 12-146-23
-sign \x8B8A 12-146-23
-sign \x6807 12-345-1
-sign \x98D1 12-345-1
-sign \x9A89 12-345-1
-sign \x9ADF 12-345-1
-sign \x5F6A 12-345-1
-sign \x6DF2 12-345-1
-sign \x730B 12-345-1
-sign \x813F 12-345-1
-sign \x5882 12-345-1
-sign \x647D 12-345-1
-sign \x8508 12-345-1
-sign \x5E56 12-345-1
-sign \x98AE 12-345-1
-sign \x6EEE 12-345-1
-sign \x9AA0 1234-345-23
-sign \x6A19 12-345-1
-sign \x8198 12-345-1
-sign \x9E83 12-345-1
-sign \x719B 12-345-1
-sign \x78E6 12-345-1
-sign \x98D9 12-345-1
-sign \x9556 12-345-1
-sign \x98DA 12-345-1
-sign \x762D 12-345-1
-sign \x5126 12-345-1
-sign \x98B7 12-345-1
-sign \x85E8 12-345-1
-sign \x8B24 12-345-1
-sign \x700C 12-345-1
-sign \x8D06 12-345-1
-sign \x7202 12-345-1
-sign \x93E2 12-345-1
-sign \x81D5 12-345-1
-sign \x9573 12-345-1
-sign \x7A6E 12-345-1
-sign \x9A43 12-345-1
-sign \x98C6 12-345-1
-sign \x98C7 12-345-1
-sign \x98C8 12-345-1
-sign \x98CA 12-345-1
-sign \x9463 12-345-1
-sign \x9A6B 12-345-1
-sign \x5AD1 12-345-2
-sign \x8868 12-345-3
-sign \x5A4A 12-345-3
-sign \x88F1 12-345-3
-sign \x8AD8 12-345-3
-sign \x9336 12-345-3
-sign \x893E 12-345-3
-sign \x6AA6 12-345-3
-sign \x4FF5 12-345-23
-sign \x9CD4 12-345-23
-sign \x9C3E 12-345-23
-sign \x618B 12-15-1
-sign \x9CD6 12-15-1
-sign \x9C49 12-15-1
-sign \x9F08 12-15-1
-sign \x864C 12-15-1
-sign \x9F9E 12-15-1
-sign \x5225 12-15-2
-sign \x522B 12-15-2
-sign \x5487 12-24-23
-sign \x8382 12-15-2
-sign \x86C2 12-15-2
-sign \x5FB6 12-15-2
-sign \x8952 12-15-2
-sign \x87DE 12-15-1
-sign \x8E69 12-15-2
-sign \x762A 12-15-3
-sign \x765F 12-15-3
-sign \x5F46 12-15-23
-sign \x6C43 12-126-1
-sign \x90A0 12-126-1
-sign \x73A2 12-126-1
-sign \x780F 12-126-1
-sign \x5BBE 12-126-1
-sign \x5F6C 12-126-1
-sign \x6915 12-126-1
-sign \x50A7 12-126-1
-sign \x658C 12-126-1
-sign \x6EE8 12-126-1
-sign \x7F24 12-126-1
-sign \x7478 12-126-1
-sign \x69DF 12-126-1
-sign \x8C69 12-126-1
-sign \x8CD3 12-126-1
-sign \x8CD4 12-126-1
-sign \x9554 12-126-1
-sign \x5110 12-126-1
-sign \x6FD2 12-126-1
-sign \x8C73 12-126-1
-sign \x8668 12-126-1
-sign \x6FF1 12-126-1
-sign \x6FF5 12-126-1
-sign \x74B8 12-126-1
-sign \x6AB3 12-126-1
-sign \x9726 12-126-1
-sign \x7015 12-126-1
-sign \x7E7D 12-126-1
-sign \x944C 12-126-1
-sign \x986E 12-126-1
-sign \x6C1E 1345-2346-23
-sign \x6448 12-126-23
-sign \x9AE9 12-126-23
-sign \x6BA1 12-126-23
-sign \x8191 12-126-23
-sign \x9B02 12-126-23
-sign \x64EF 12-126-23
-sign \x6BAF 12-126-23
-sign \x81CF 12-126-23
-sign \x9ACC 12-126-23
-sign \x9B13 12-126-23
-sign \x9AD5 12-126-23
-sign \x9B22 12-126-23
-sign \x4ECC 12-16-1
-sign \x4ED2 12-16-1
-sign \x6C37 12-16-1
-sign \x51B0 12-16-1
-sign \x5175 12-16-1
-sign \x681F 12-16-1
-sign \x63A4 12-16-1
-sign \x68B9 12-16-1
-sign \x92F2 12-16-1
-sign \x4E19 12-16-3
-sign \x90B4 12-16-3
-sign \x9643 12-16-3
-sign \x62A6 12-16-3
-sign \x82EA 12-16-3
-sign \x79C9 12-16-3
-sign \x6032 12-16-3
-sign \x67C4 12-16-3
-sign \x661E 12-16-3
-sign \x663A 12-16-3
-sign \x997C 12-16-3
-sign \x70B3 12-16-3
-sign \x772A 12-16-3
-sign \x7A89 12-16-3
-sign \x86C3 12-16-3
-sign \x68C5 12-16-3
-sign \x9235 12-16-3
-sign \x7980 12-16-3
-sign \x7A1F 12-16-3
-sign \x9786 12-16-3
-sign \x927C 12-16-3
-sign \x9905 12-16-3
-sign \x9920 12-16-3
-sign \x765D 12-16-3
-sign \x765B 12-16-3
-sign \x7592 1345-26-23
-sign \x5E76 12-16-23
-sign \x5E77 12-16-23
-sign \x4F75 12-16-23
-sign \x4E26 12-16-23
-sign \x57AA 12-16-23
-sign \x5EB0 12-16-23
-sign \x6824 12-16-23
-sign \x5002 12-16-23
-sign \x75C5 12-16-23
-sign \x7ADD 12-16-23
-sign \x504B 12-16-3
-sign \x6452 12-16-23
-sign \x50A1 12-16-23
-sign \x5BCE 12-16-3
-sign \x8A81 12-16-23
-sign \x9BA9 12-16-23
-sign \x9750 12-16-23
-sign \x7676 12-26-1
-sign \x62E8 12-26-1
-sign \x6CE2 12-26-1
-sign \x73BB 12-26-1
-sign \x7835 12-26-1
-sign \x76CB 12-26-1
-sign \x94B5 12-26-1
-sign \x997D 12-26-1
-sign \x889A 12-26-1
-sign \x88AF 12-26-2
-sign \x5265 12-26-1
-sign \x525D 12-26-1
-sign \x83E0 12-26-1
-sign \x7F3D 12-26-1
-sign \x7D34 12-26-1
-sign \x6E8A 12-26-1
-sign \x9262 12-26-1
-sign \x7886 12-26-1
-sign \x50E0 12-26-1
-sign \x64AD 12-26-1
-sign \x64A5 12-26-1
-sign \x5D93 12-26-1
-sign \x9911 12-26-1
-sign \x78FB 1234-1236-2
-sign \x8E73 12-26-1
-sign \x9A4B 12-26-1
-sign \x9C4D 12-26-1
-sign \x4EE2 12-26-2
-sign \x4F2F 12-26-2
-sign \x72BB 12-26-2
-sign \x9A73 12-26-2
-sign \x82E9 12-26-2
-sign \x5E1B 12-26-2
-sign \x74DD 12-26-2
-sign \x72DB 12-26-2
-sign \x6CCA 12-26-2
-sign \x67ED 12-26-2
-sign \x90E3 12-26-2
-sign \x52C3 12-26-2
-sign \x4FBC 12-26-2
-sign \x80C9 12-26-2
-sign \x632C 12-26-2
-sign \x94B9 12-26-2
-sign \x94C2 12-26-2
-sign \x79E1 12-26-2
-sign \x74DF 12-26-2
-sign \x4EB3 12-26-2
-sign \x6D61 12-26-2
-sign \x6872 12-26-2
-sign \x8236 12-26-2
-sign \x8116 12-26-2
-sign \x6DFF 12-26-2
-sign \x535A 12-26-2
-sign \x8467 12-26-2
-sign \x9E41 12-26-2
-sign \x6E50 1234-26-23
-sign \x6E24 12-26-2
-sign \x640F 12-26-2
-sign \x9238 12-26-2
-sign \x9251 12-26-2
-sign \x9C8C 12-26-2
-sign \x733C 12-26-2
-sign \x998E 12-26-2
-sign \x613D 12-26-2
-sign \x99C1 12-26-2
-sign \x50F0 12-26-2
-sign \x999B 12-26-2
-sign \x7B94 12-26-2
-sign \x7254 12-26-2
-sign \x824A 12-26-2
-sign \x818A 12-26-2
-sign \x717F 12-26-2
-sign \x8E23 12-26-2
-sign \x9548 12-26-2
-sign \x92CD 12-26-2
-sign \x99EE 12-26-2
-sign \x999E 12-26-2
-sign \x58C6 12-26-2
-sign \x9B8A 12-26-2
-sign \x8C70 12-26-2
-sign \x894F 12-26-2
-sign \x9D53 12-26-2
-sign \x7921 12-26-2
-sign \x7C19 12-26-2
-sign \x939B 12-26-2
-sign \x993A 12-26-2
-sign \x61EA 12-26-2
-sign \x9AC6 12-26-2
-sign \x9AC9 12-26-2
-sign \x72A6 12-235-23
-sign \x6B02 12-26-2
-sign \x896E 12-26-2
-sign \x7934 12-26-2
-sign \x946E 12-26-2
-sign \x8DDB 12-26-3
-sign \x7BA5 12-26-3
-sign \x5B79 12-26-23
-sign \x6A97 12-26-23
-sign \x64D8 12-26-23
-sign \x7C38 12-26-3
-sign \x8B52 12-26-23
-sign \x7CEA 12-26-2
-sign \x8617 12-26-23
-sign \x535C 12-136-3
-sign \x5575 12-26
-sign \x8514 12-26
-sign \x5DED 1234-136
-sign \x900B 12-136-1
-sign \x5CEC 12-136-1
-sign \x94B8 12-136-1
-sign \x5EAF 12-136-1
-sign \x6661 12-136-1
-sign \x923D 12-136-1
-sign \x8AA7 12-136-1
-sign \x8F50 12-136-2
-sign \x535F 12-136-3
-sign \x8865 12-136-3
-sign \x6355 12-136-3
-sign \x54FA 12-136-3
-sign \x88DC 12-136-3
-sign \x9CEA 12-136-3
-sign \x9D4F 12-136-1
-sign \x9E14 12-136-3
-sign \x4E0D 12-136-23
-sign \x5E03 12-136-23
-sign \x6B65 12-136-23
-sign \x5425 12-136-23
-sign \x4F48 12-136-23
-sign \x62AA 12-136-23
-sign \x6B68 12-136-23
-sign \x6B69 12-136-23
-sign \x5498 12-136-23
-sign \x6016 12-136-23
-sign \x67E8 12-136-23
-sign \x949A 12-136-23
-sign \x57D7 12-136-23
-sign \x6357 12-136-23
-sign \x8379 12-136-23
-sign \x90E8 12-136-23
-sign \x52CF 12-136-23
-sign \x6091 12-136-23
-sign \x57E0 12-136-23
-sign \x9208 12-136-23
-sign \x74FF 12-136-23
-sign \x8500 12-136-23
-sign \x5ECD 12-136-23
-sign \x8E04 12-136-23
-sign \x9914 12-136-1
-sign \x90F6 12-136-23
-sign \x7BF0 12-136-23
-sign \x9922 12-136-23
-sign \x91AD 12-136-2
-sign \x7C3F 12-136-23
-sign \x6503 14-35-1
-sign \x64E6 14-35-1
-sign \x7924 14-35-3
-sign \x7938 14-35-3
-sign \x906A 14-35-23
-sign \x731C 14-246-1
-sign \x624D 14-246-2
-sign \x6750 14-246-2
-sign \x8D22 14-246-2
-sign \x8CA1 14-246-2
-sign \x88C1 14-246-2
-sign \x7E94 14-246-2
-sign \x6BDD 14-246-3
-sign \x91C7 14-246-3
-sign \x5038 14-246-3
-sign \x63A1 14-246-3
-sign \x554B 14-246-3
-sign \x5F69 14-246-3
-sign \x5BC0 14-246-3
-sign \x5A47 14-246-3
-sign \x776C 14-246-3
-sign \x8DF4 14-246-3
-sign \x7DB5 14-246-3
-sign \x8E29 14-246-3
-sign \x57F0 14-246-3
-sign \x83DC 14-246-23
-sign \x68CC 14-246-3
-sign \x8521 14-246-23
-sign \x7E29 14-246-23
-sign \x53C2 14-1236-1
-sign \x98E1 14-1236-1
-sign \x53C4 14-1236-1
-sign \x53C3 14-1236-1
-sign \x9A96 14-1236-1
-sign \x55B0 14-1236-1
-sign \x6E4C 14-1236-1
-sign \x53C5 14-1236-1
-sign \x98F1 234-25-1
-sign \x50AA 14-1236-1
-sign \x5D7E 14-356-1
-sign \x9910 14-1236-1
-sign \x5B20 14-1236-1
-sign \x7218 14-1236-23
-sign \x9A42 14-1236-1
-sign \x6B8B 14-1236-2
-sign \x8695 14-1236-2
-sign \x60ED 14-1236-2
-sign \x6B98 14-1236-2
-sign \x8745 14-1236-2
-sign \x615A 14-1236-2
-sign \x6159 14-1236-2
-sign \x883A 14-1236-2
-sign \x8836 14-1236-2
-sign \x60E8 14-1236-3
-sign \x6158 14-1236-3
-sign \x61AF 14-1236-3
-sign \x9EEA 14-1236-3
-sign \x9EF2 14-1236-3
-sign \x707F 14-1236-23
-sign \x7CB2 14-1236-23
-sign \x510F 14-1236-23
-sign \x8592 14-1236-23
-sign \x6FAF 14-1236-23
-sign \x74A8 14-1236-23
-sign \x71E6 14-1236-23
-sign \x8B32 14-1236-23
-sign \x4ED3 14-236-1
-sign \x4EFA 14-236-1
-sign \x4F27 14-236-1
-sign \x82CD 14-236-1
-sign \x6CA7 14-236-1
-sign \x9E27 14-236-1
-sign \x8231 14-236-1
-sign \x5009 14-236-1
-sign \x51D4 14-236-1
-sign \x84BC 14-236-1
-sign \x5D62 14-236-1
-sign \x734A 14-236-1
-sign \x6EC4 14-236-1
-sign \x87A5 14-236-1
-sign \x8259 14-236-1
-sign \x6FF8 14-236-1
-sign \x9DAC 14-236-1
-sign \x5328 1356-236-1
-sign \x8535 1356-236-1
-sign \x85CF 14-236-2
-sign \x6B0C 14-236-2
-sign \x9476 14-236-2
-sign \x8CF6 14-236-23
-sign \x64A1 14-235-1
-sign \x64CD 14-235-1
-sign \x7CD9 14-235-1
-sign \x66FA 14-235-2
-sign \x66F9 14-235-2
-sign \x50AE 1356-235-1
-sign \x84F8 14-235-2
-sign \x5608 14-235-2
-sign \x5D86 14-235-2
-sign \x6F15 14-235-2
-sign \x6152 14-235-2
-sign \x69FD 14-235-2
-sign \x893F 14-235-2
-sign \x87AC 14-235-2
-sign \x825A 14-235-2
-sign \x93EA 14-235-2
-sign \x8279 14-235-3
-sign \x8278 14-235-3
-sign \x8349 14-235-3
-sign \x613A 14-235-3
-sign \x9A32 14-235-3
-sign \x808F 14-235-23
-sign \x8959 14-235-23
-sign \x5202 145-235-1
-sign \x518A 14-26-23
-sign \x518C 14-26-23
-sign \x5395 14-26-23
-sign \x4FA7 14-26-23
-sign \x62FA 14-26-23
-sign \x835D 14-26-23
-sign \x6D4B 14-26-23
-sign \x607B 14-26-23
-sign \x6547 14-26-23
-sign \x8417 14-26-23
-sign \x53A0 14-26-23
-sign \x7B27 14-26-23
-sign \x5074 14-26-23
-sign \x7CA3 14-26-23
-sign \x8434 14-26-23
-sign \x7B56 14-26-23
-sign \x5EC1 14-26-23
-sign \x6E2C 14-26-23
-sign \x60FB 14-26-23
-sign \x84DB 14-26-23
-sign \x7B5E 14-26-23
-sign \x5884 13-24-1
-sign \x7BA3 14-26-23
-sign \x61A1 14-26-23
-sign \x5C91 14-356-2
-sign \x7B12 14-356-2
-sign \x6D94 14-356-2
-sign \x68A3 14-356-2
-sign \x564C 14-3456-1
-sign \x5C42 14-3456-2
-sign \x66FD 1356-3456-1
-sign \x66FE 14-3456-2
-sign \x5D92 14-3456-2
-sign \x5C64 14-3456-2
-sign \x7AF2 14-3456-2
-sign \x9A53 14-3456-2
-sign \x8E6D 14-3456-23
-sign \x53C9 12345-35-1
-sign \x6271 125-24-1
-sign \x6260 12345-35-1
-sign \x8286 12345-35-1
-sign \x6748 12345-35-23
-sign \x809E 12345-35-1
-sign \x81FF 12345-35-1
-sign \x633F 12345-35-1
-sign \x8A0D 12345-246-23
-sign \x505B 12345-35-1
-sign \x63D2 12345-35-1
-sign \x63F7 12345-35-1
-sign \x55CF 12345-35-1
-sign \x9987 12345-35-1
-sign \x9538 12345-35-1
-sign \x929F 12345-35-1
-sign \x8256 12345-35-1
-sign \x5693 12345-35-1
-sign \x9364 12345-35-1
-sign \x9388 14-135-1
-sign \x9937 12345-35-1
-sign \x79C5 1345-35-2
-sign \x579E 12345-35-2
-sign \x832C 12345-35-2
-sign \x8336 12345-35-2
-sign \x67E5 12345-35-2
-sign \x67FB 12345-35-2
-sign \x643D 12345-35-2
-sign \x976B 12345-35-2
-sign \x5D56 12345-35-2
-sign \x7339 12345-35-2
-sign \x69CE 12345-35-2
-sign \x8A67 12345-35-2
-sign \x6456 13-24-23
-sign \x78B4 12345-35-2
-sign \x5BDF 12345-35-2
-sign \x8928 234-135-3
-sign \x6AAB 12345-35-2
-sign \x8869 12345-35-3
-sign \x9572 12345-35-3
-sign \x9454 12345-35-3
-sign \x6C4A 12345-35-23
-sign \x597C 12345-35-23
-sign \x5C94 12345-35-23
-sign \x4F98 12345-35-23
-sign \x5239 156-35-1
-sign \x8BE7 12345-35-23
-sign \x5DEE 12345-35-1
-sign \x59F9 12345-35-23
-sign \x7D01 12345-35-23
-sign \x8A6B 12345-35-23
-sign \x62C6 12345-246-1
-sign \x9497 12345-246-1
-sign \x91F5 12345-246-1
-sign \x7580 12345-35-1
-sign \x72B2 12345-246-2
-sign \x4FAA 12345-246-2
-sign \x67F4 12345-246-2
-sign \x8C7A 12345-246-2
-sign \x7961 12345-246-2
-sign \x558D 12345-246-2
-sign \x5115 12345-246-2
-sign \x867F 12345-246-23
-sign \x8883 12345-246-23
-sign \x7625 12345-246-23
-sign \x8806 12345-246-23
-sign \x56C6 12345-246-23
-sign \x89C7 12345-1236-1
-sign \x68B4 12345-1236-1
-sign \x63BA 12345-1236-1
-sign \x6400 12345-1236-1
-sign \x8998 12345-1236-1
-sign \x88E7 12345-1236-1
-sign \x647B 12345-1236-1
-sign \x92D3 12345-1236-1
-sign \x5E68 12345-1236-1
-sign \x895C 12345-1236-1
-sign \x6519 12345-1236-1
-sign \x8FBF 12345-1236-1
-sign \x8C17 12345-1236-2
-sign \x5A75 12345-1236-2
-sign \x68CE 12345-1236-2
-sign \x998B 12345-1236-2
-sign \x6E79 12345-1236-2
-sign \x7985 12345-1236-2
-sign \x5B71 12345-1236-2
-sign \x7158 12345-1236-2
-sign \x7F20 12345-1236-2
-sign \x8749 12345-1236-2
-sign \x50DD 12345-1236-2
-sign \x92CB 12345-1236-2
-sign \x7351 12345-1236-2
-sign \x8A97 12345-1236-2
-sign \x5103 12345-1236-2
-sign \x5EDB 12345-1236-2
-sign \x6F79 12345-1236-2
-sign \x6F7A 12345-1236-2
-sign \x5B0B 12345-1236-2
-sign \x7DFE 12345-1236-2
-sign \x78DB 12345-1236-2
-sign \x6FB6 12345-1236-2
-sign \x79AA 12345-1236-2
-sign \x6BDA 12345-1236-2
-sign \x913D 12345-1236-2
-sign \x894C 145-1236-1
-sign \x87EC 12345-1236-2
-sign \x700D 12345-1236-2
-sign \x87FE 12345-1236-2
-sign \x5133 12345-1236-2
-sign \x5296 12345-1236-2
-sign \x9141 12345-1236-2
-sign \x7E75 12345-1236-2
-sign \x58E5 12345-1236-2
-sign \x56B5 12345-1236-2
-sign \x5DC9 12345-1236-2
-sign \x703A 12345-1236-2
-sign \x6B03 12345-1236-2
-sign \x7E8F 12345-1236-2
-sign \x8E94 12345-1236-2
-sign \x9575 12345-1236-2
-sign \x7E92 12345-1236-2
-sign \x826C 12345-1236-2
-sign \x8B92 12345-1236-2
-sign \x9471 12345-1236-2
-sign \x995E 12345-1236-2
-sign \x4EA7 12345-1236-3
-sign \x522C 12345-1236-3
-sign \x65F5 12345-1236-3
-sign \x4E33 12345-1236-3
-sign \x6D50 12345-1236-3
-sign \x8C04 12345-1236-3
-sign \x5574 2345-1236-1
-sign \x94F2 12345-1236-3
-sign \x7522 12345-1236-3
-sign \x7523 12345-1236-3
-sign \x9610 12345-1236-3
-sign \x8487 12345-1236-3
-sign \x5277 12345-1236-3
-sign \x5D7C 12345-1236-3
-sign \x6EFB 12345-1236-3
-sign \x8546 12345-1236-3
-sign \x95B3 12345-1236-3
-sign \x5E5D 12345-1236-3
-sign \x8AC2 12345-1236-3
-sign \x9AA3 12345-1236-3
-sign \x71C0 12345-1236-3
-sign \x7C05 12345-1236-3
-sign \x91A6 12345-1236-3
-sign \x5181 12345-1236-3
-sign \x7E5F 12345-1236-2
-sign \x93DF 12345-1236-3
-sign \x8B42 12345-1236-3
-sign \x95E1 12345-1236-3
-sign \x56C5 12345-1236-3
-sign \x8B87 12345-1236-3
-sign \x705B 12345-1236-3
-sign \x5FCF 12345-1236-23
-sign \x5257 12345-1236-3
-sign \x785F 12345-1236-23
-sign \x6472 12345-1236-23
-sign \x61F4 12345-1236-23
-sign \x98A4 12345-1236-23
-sign \x61FA 12345-1236-23
-sign \x7FBC 12345-1236-23
-sign \x97C2 12345-1236-23
-sign \x986B 12345-1236-23
-sign \x4F25 12345-236-1
-sign \x660C 12345-236-1
-sign \x5000 12345-236-1
-sign \x83D6 12345-236-1
-sign \x7316 12345-236-1
-sign \x960A 12345-236-1
-sign \x6DD0 12345-236-1
-sign \x5A3C 12345-236-1
-sign \x7429 12345-236-1
-sign \x6919 12345-236-1
-sign \x667F 12345-236-1
-sign \x9520 12345-236-1
-sign \x88EE 12345-236-1
-sign \x95B6 12345-236-1
-sign \x9329 12345-236-1
-sign \x9CB3 12345-236-1
-sign \x9BE7 12345-236-1
-sign \x9F1A 12345-236-1
-sign \x4EE7 12345-236-2
-sign \x4EE9 12345-236-2
-sign \x9578 12345-236-2
-sign \x82CC 12345-236-2
-sign \x514F 12345-236-2
-sign \x80A0 12345-236-2
-sign \x9577 12345-236-2
-sign \x5C1D 12345-236-2
-sign \x74FA 12345-236-2
-sign \x8407 12345-236-2
-sign \x5E38 12345-236-2
-sign \x507F 12345-236-2
-sign \x5F9C 12345-236-2
-sign \x5834 12345-236-3
-sign \x751E 12345-236-2
-sign \x8178 12345-236-2
-sign \x5872 12345-236-2
-sign \x5617 12345-236-2
-sign \x5AE6 12345-236-2
-sign \x747A 12345-236-2
-sign \x8193 12345-236-2
-sign \x92FF 12345-236-2
-sign \x87D0 12345-236-2
-sign \x5690 12345-236-2
-sign \x511F 12345-236-2
-sign \x9CBF 12345-236-2
-sign \x93DB 12345-236-2
-sign \x9C68 12345-236-2
-sign \x5382 12345-236-3
-sign \x573A 12345-236-3
-sign \x6636 12345-236-3
-sign \x60DD 12345-236-3
-sign \x655E 12345-236-3
-sign \x53B0 12345-236-3
-sign \x50D8 12345-236-3
-sign \x5EE0 12345-236-3
-sign \x6C05 12345-236-3
-sign \x92F9 12345-236-3
-sign \x6005 12345-236-23
-sign \x7545 12345-236-23
-sign \x5021 12345-236-23
-sign \x9B2F 12345-236-23
-sign \x5531 12345-236-23
-sign \x60B5 12345-236-23
-sign \x66A2 12345-236-23
-sign \x757C 12345-236-23
-sign \x8AAF 12345-236-23
-sign \x97D4 12345-236-23
-sign \x6284 12345-235-1
-sign \x600A 12345-235-1
-sign \x5F28 12345-235-1
-sign \x949E 12345-235-1
-sign \x6B29 12345-235-1
-sign \x8A2C 12345-235-1
-sign \x7EF0 12345-135-23
-sign \x8D85 12345-235-1
-sign \x9214 12345-235-1
-sign \x712F 12345-235-1
-sign \x7E5B 12345-135-23
-sign \x724A 12345-235-2
-sign \x6641 12345-235-2
-sign \x5DE3 12345-235-2
-sign \x5DE2 12345-235-2
-sign \x671D 12345-235-2
-sign \x9F0C 12345-235-2
-sign \x911B 12345-235-2
-sign \x6F05 12345-235-2
-sign \x6A14 12345-235-2
-sign \x5632 12345-235-2
-sign \x6F6E 12345-235-2
-sign \x7AB2 12345-235-2
-sign \x7F7A 12345-235-2
-sign \x8F48 12345-235-2
-sign \x9F02 12345-235-2
-sign \x8B3F 12345-235-2
-sign \x5435 12345-235-3
-sign \x7092 12345-235-3
-sign \x7727 12345-235-3
-sign \x717C 12345-235-3
-sign \x9EA8 12345-235-3
-sign \x5DD0 12345-235-3
-sign \x4EE6 12345-235-23
-sign \x4EEF 12345-235-23
-sign \x8016 12345-235-23
-sign \x89D8 12345-235-23
-sign \x8F66 12345-26-1
-sign \x4F21 1245-346-1
-sign \x8ECA 12345-26-1
-sign \x7817 12345-26-1
-sign \x8397 12345-26-1
-sign \x5513 12345-26-1
-sign \x7868 12345-26-1
-sign \x86FC 12345-26-1
-sign \x4F2C 12345-24-3
-sign \x626F 12345-26-3
-sign \x5056 12345-26-3
-sign \x64A6 12345-26-3
-sign \x5972 145-135-3
-sign \x5C6E 14-235-3
-sign \x5F7B 12345-26-23
-sign \x577C 12345-26-23
-sign \x8FE0 12345-26-23
-sign \x70E2 12345-26-23
-sign \x70F2 125-15-23
-sign \x8045 12345-26-23
-sign \x7869 12345-26-23
-sign \x63A3 12345-26-23
-sign \x9819 12345-26-23
-sign \x6470 1345-15-23
-sign \x64A4 12345-26-23
-sign \x5FB9 12345-26-23
-sign \x6F88 12345-26-23
-sign \x77AE 12345-26-23
-sign \x52F6 12345-26-23
-sign \x7221 12345-26-23
-sign \x62BB 12345-356-1
-sign \x90F4 12345-356-1
-sign \x741B 12345-356-1
-sign \x68FD 12345-356-1
-sign \x55D4 12345-356-1
-sign \x7D9D 123-126-2
-sign \x778B 12345-356-1
-sign \x8CDD 12345-356-1
-sign \x8AC3 12345-356-1
-sign \x8B13 12345-356-1
-sign \x81E3 12345-356-2
-sign \x5C18 12345-356-2
-sign \x8FB0 12345-356-2
-sign \x6C89 12345-356-2
-sign \x5FF1 12345-356-2
-sign \x9648 12345-356-2
-sign \x8FE7 12345-356-2
-sign \x831E 12345-356-2
-sign \x8380 12345-356-2
-sign \x8390 12345-356-2
-sign \x5BB8 12345-356-2
-sign \x9673 12345-356-2
-sign \x8ED9 12345-356-2
-sign \x6550 12345-356-2
-sign \x6668 12345-356-2
-sign \x8A26 12345-356-2
-sign \x8C0C 12345-356-2
-sign \x63E8 12345-3456-2
-sign \x9202 12345-356-2
-sign \x6116 12345-356-2
-sign \x852F 12345-356-2
-sign \x7141 12345-356-2
-sign \x6A04 12345-356-2
-sign \x760E 12345-356-2
-sign \x5875 12345-356-2
-sign \x9703 12345-356-2
-sign \x8AF6 12345-356-2
-sign \x87B4 12345-356-2
-sign \x85BC 12345-356-2
-sign \x9E8E 12345-356-2
-sign \x66DF 12345-356-2
-sign \x9DD0 12345-356-2
-sign \x8DBB 12345-356-3
-sign \x7876 12345-356-3
-sign \x789C 12345-356-3
-sign \x588B 12345-356-3
-sign \x5926 12345-356-3
-sign \x78E3 12345-356-3
-sign \x8E38 12345-356-3
-sign \x8D02 12345-356-3
-sign \x886C 12345-356-23
-sign \x75A2 12345-356-23
-sign \x9F80 12345-356-23
-sign \x8D81 12345-356-23
-sign \x8D82 12345-356-23
-sign \x6987 12345-356-23
-sign \x9F53 12345-356-23
-sign \x9F54 12345-356-23
-sign \x512D 12345-356-23
-sign \x56AB 12345-356-23
-sign \x8C36 12345-356-23
-sign \x6AEC 12345-356-23
-sign \x896F 12345-356-23
-sign \x8B96 12345-356-23
-sign \x5096 14-236-1
-sign \x9637 12345-3456-1
-sign \x6CDF 12345-3456-1
-sign \x67FD 12345-3456-1
-sign \x722F 12345-3456-1
-sign \x7424 12345-3456-1
-sign \x68E6 12345-3456-1
-sign \x79F0 12345-3456-1
-sign \x6D7E 12345-3456-1
-sign \x86CF 12345-3456-1
-sign \x5041 12345-3456-1
-sign \x8D6A 12345-3456-1
-sign \x9757 12345-3456-1
-sign \x645A 12345-3456-1
-sign \x7A31 12345-3456-1
-sign \x6186 12345-3456-1
-sign \x6490 12345-3456-1
-sign \x6491 12345-3456-1
-sign \x7DFD 12345-3456-1
-sign \x9833 12345-3456-1
-sign \x8D6C 12345-3456-1
-sign \x6A55 12345-3456-1
-sign \x77A0 12345-3456-1
-sign \x6A89 12345-3456-1
-sign \x7F49 12345-3456-1
-sign \x87F6 12345-3456-1
-sign \x7A6A 12345-3456-1
-sign \x93FF 12345-3456-1
-sign \x9423 12345-3456-1
-sign \x93F3 34-3456-1
-sign \x9953 12345-3456-1
-sign \x673E 12345-3456-2
-sign \x6210 12345-3456-2
-sign \x4E1E 12345-3456-2
-sign \x5448 12345-3456-2
-sign \x67A8 12345-3456-2
-sign \x90D5 12345-3456-2
-sign \x8BDA 12345-3456-2
-sign \x627F 12345-3456-2
-sign \x57CE 12345-3456-2
-sign \x837F 12345-3456-2
-sign \x5CF8 12345-3456-2
-sign \x4E57 12345-3456-2
-sign \x6D06 12345-3456-2
-sign \x5BAC 12345-3456-2
-sign \x5A0D 12345-3456-2
-sign \x73F9 12345-3456-2
-sign \x57D5 12345-3456-2
-sign \x6330 12345-3456-2
-sign \x4E58 12345-3456-2
-sign \x8100 34-3456-1
-sign \x73F5 12345-3456-2
-sign \x6381 12345-3456-2
-sign \x7880 12345-3456-2
-sign \x94D6 12345-3456-2
-sign \x812D 12345-3456-2
-sign \x7A9A 12345-3456-2
-sign \x5818 12345-3456-2
-sign \x68D6 12345-3456-2
-sign \x7A0B 12345-3456-2
-sign \x7B6C 12345-3456-2
-sign \x60E9 12345-3456-2
-sign \x6909 12345-3456-2
-sign \x88CE 12345-3456-2
-sign \x7D7E 12345-3456-2
-sign \x5856 12345-3456-2
-sign \x584D 12345-3456-2
-sign \x8AA0 12345-3456-2
-sign \x6E97 12345-3456-2
-sign \x9172 12345-3456-2
-sign \x757B 12345-3456-2
-sign \x92EE 12345-3456-2
-sign \x6F82 12345-3456-2
-sign \x6F84 12345-3456-2
-sign \x6195 12345-3456-2
-sign \x6A99 12345-3456-2
-sign \x6A59 12345-3456-2
-sign \x9BCE 12345-3456-2
-sign \x7013 12345-3456-2
-sign \x61F2 12345-3456-2
-sign \x9A2C 12345-3456-2
-sign \x4FB1 12345-3456-3
-sign \x901E 12345-3456-3
-sign \x5F8E 34-3456-23
-sign \x609C 12345-3456-3
-sign \x9A8B 12345-3456-3
-sign \x5EB1 12345-3456-3
-sign \x7748 12345-3456-3
-sign \x9A01 12345-3456-3
-sign \x79E4 12345-3456-23
-sign \x725A 12345-3456-1
-sign \x7AC0 12345-3456-1
-sign \x5403 12345-1
-sign \x599B 12345-1
-sign \x546E 13-24-23
-sign \x4F99 12345-23
-sign \x5F68 12345-1
-sign \x54E7 12345-1
-sign \x9E31 12345-1
-sign \x86A9 12345-1
-sign \x7735 12345-1
-sign \x7B1E 12345-1
-sign \x74FB 12345-1
-sign \x7C9A 12345-1
-sign \x55AB 12345-1
-sign \x645B 12345-1
-sign \x55E4 12345-1
-sign \x75F4 12345-1
-sign \x5AB8 12345-1
-sign \x7D7A 12345-1
-sign \x6BA6 12345-1
-sign \x5644 12345-1
-sign \x779D 12345-1
-sign \x87AD 12345-1
-sign \x9D1F 12345-1
-sign \x9D44 12345-1
-sign \x9B51 12345-1
-sign \x7661 12345-1
-sign \x9F5D 12345-1
-sign \x6521 12345-1
-sign \x9EB6 12345-1
-sign \x5F72 12345-1
-sign \x9ED0 12345-1
-sign \x6C60 12345-2
-sign \x5F1B 12345-2
-sign \x9A70 12345-2
-sign \x8FDF 12345-2
-sign \x830C 12345-2
-sign \x5CBB 12345-2
-sign \x6301 12345-2
-sign \x7AFE 12345-2
-sign \x801B 12345-2
-sign \x8D7F 12345-2
-sign \x86B3 12345-2
-sign \x8CBE 12345-2
-sign \x7B42 12345-2
-sign \x9045 12345-2
-sign \x99B3 12345-2
-sign \x8D8D 13-346-1
-sign \x905F 12345-2
-sign \x6F26 12345-2
-sign \x5880 12345-2
-sign \x8E1F 12345-2
-sign \x9072 12345-2
-sign \x7BEA 12345-2
-sign \x8B18 12345-2
-sign \x5C3A 12345-3
-sign \x53FA 12345-3
-sign \x544E 12345-3
-sign \x8094 12345-3
-sign \x9F7F 12345-3
-sign \x4F88 12345-3
-sign \x5376 12345-3
-sign \x5791 12345-3
-sign \x62F8 24-2
-sign \x80E3 12345-3
-sign \x803B 12345-3
-sign \x6065 12345-3
-sign \x8687 12345-3
-sign \x8C49 12345-3
-sign \x88B3 12345-3
-sign \x6B6F 12345-3
-sign \x88B2 12345-3
-sign \x6B3C 12345-3
-sign \x88ED 12345-3
-sign \x9279 12345-3
-sign \x9F52 12345-3
-sign \x892B 12345-3
-sign \x5F73 12345-23
-sign \x53F1 12345-23
-sign \x65A5 12345-23
-sign \x8D64 12345-23
-sign \x707B 12345-23
-sign \x996C 12345-23
-sign \x6758 12345-23
-sign \x62B6 12345-23
-sign \x8FE3 34-23
-sign \x52C5 12345-23
-sign \x70BD 12345-23
-sign \x605C 12345-23
-sign \x7FC5 12345-23
-sign \x7FC4 12345-23
-sign \x6555 12345-23
-sign \x75D3 12345-23
-sign \x70FE 12345-23
-sign \x8DC5 2345-135-23
-sign \x98ED 12345-23
-sign \x8A35 12345-1
-sign \x557B 12345-23
-sign \x6E41 12345-23
-sign \x8D90 125-23456-23
-sign \x96F4 12345-23
-sign \x8DEE 145-15-2
-sign \x50BA 12345-23
-sign \x9253 12345-23
-sign \x815F 12345-23
-sign \x75F8 12345-23
-sign \x906B 12345-23
-sign \x9290 12345-23
-sign \x7FE4 12345-23
-sign \x618F 12345-23
-sign \x6157 12345-23
-sign \x761B 12345-23
-sign \x7FE8 12345-23
-sign \x71BE 12345-23
-sign \x8DA9 12345-23
-sign \x61D8 12345-23
-sign \x9D92 12345-23
-sign \x994E 125-24-1
-sign \x9DD8 12345-23
-sign \x51B2 12345-256-1
-sign \x5145 12345-256-1
-sign \x6C96 12345-256-1
-sign \x5FE1 12345-256-1
-sign \x833A 12345-256-1
-sign \x73EB 12345-256-1
-sign \x6D7A 12345-256-1
-sign \x7FC0 12345-256-1
-sign \x8202 12345-256-1
-sign \x644F 12345-256-1
-sign \x5603 12345-256-1
-sign \x6183 12345-256-1
-sign \x885D 12345-256-1
-sign \x5FB8 34-256-3
-sign \x61A7 12345-256-1
-sign \x7F7F 12345-256-1
-sign \x8E56 12345-256-1
-sign \x825F 12345-256-1
-sign \x866B 12345-256-2
-sign \x5D07 12345-256-2
-sign \x75CB 2345-3456-2
-sign \x5D08 12345-256-2
-sign \x9680 12345-256-2
-sign \x6F34 34-2356-23
-sign \x8908 12345-256-2
-sign \x8769 12345-256-2
-sign \x7DDF 34-256-23
-sign \x87F2 12345-256-2
-sign \x721E 12345-256-2
-sign \x5BA0 12345-256-3
-sign \x55A0 34-256-3
-sign \x5BF5 12345-256-3
-sign \x94F3 12345-256-23
-sign \x63F0 12345-256-23
-sign \x9283 12345-256-23
-sign \x62BD 12345-12356-1
-sign \x7D2C 12345-12356-1
-sign \x640A 12345-12356-1
-sign \x9194 13-1256-2
-sign \x7BD8 12345-12356-1
-sign \x7633 12345-12356-1
-sign \x72A8 12345-12356-1
-sign \x72AB 12345-12356-1
-sign \x4EC7 12345-12356-2
-sign \x4FE6 12345-12356-2
-sign \x8BEA 34-12356-1
-sign \x6826 12345-12356-2
-sign \x5E31 12345-12356-2
-sign \x83D7 12345-12356-2
-sign \x60C6 12345-12356-2
-sign \x7EF8 12345-12356-2
-sign \x6906 12345-12356-2
-sign \x7574 12345-12356-2
-sign \x7D52 12345-12356-2
-sign \x916C 12345-12356-2
-sign \x9167 12345-12356-2
-sign \x7A20 12345-12356-2
-sign \x6101 12345-12356-2
-sign \x7B79 12345-12356-2
-sign \x7697 12345-12356-2
-sign \x8A76 12345-12356-2
-sign \x88EF 12345-12356-2
-sign \x8E0C 12345-12356-2
-sign \x7DA2 12345-12356-2
-sign \x5114 12345-12356-2
-sign \x96D4 12345-12356-2
-sign \x85B5 12345-12356-2
-sign \x5E6C 12345-12356-2
-sign \x61E4 12345-12356-2
-sign \x5B26 12345-12356-2
-sign \x96E0 12345-12356-2
-sign \x71FD 12345-12356-2
-sign \x7587 12345-12356-2
-sign \x7C4C 12345-12356-2
-sign \x91BB 12345-12356-2
-sign \x8E8A 12345-12356-2
-sign \x8B90 12345-12356-2
-sign \x8B8E 12345-12356-2
-sign \x4E11 12345-12356-3
-sign \x4E12 12345-12356-3
-sign \x541C 12345-12356-3
-sign \x677D 12345-12356-3
-sign \x4FB4 12345-12356-3
-sign \x5062 12345-12356-3
-sign \x7785 12345-12356-3
-sign \x919C 12345-12356-3
-sign \x77C1 12345-12356-3
-sign \x9B57 12345-12356-3
-sign \x81ED 12345-12356-23
-sign \x905A 12345-12356-23
-sign \x81F0 12345-12356-23
-sign \x6BA0 12345-12356-23
-sign \x51FA 12345-136-1
-sign \x5C80 12345-136-1
-sign \x521D 12345-136-1
-sign \x6474 12345-136-1
-sign \x6A17 12345-136-1
-sign \x8C99 12345-136-1
-sign \x9F63 12345-136-1
-sign \x520D 12345-136-2
-sign \x9664 12345-136-2
-sign \x82BB 12345-136-2
-sign \x84A2 12345-136-2
-sign \x53A8 12345-136-2
-sign \x8C60 12345-136-2
-sign \x9504 12345-136-2
-sign \x6EC1 12345-136-2
-sign \x8021 12345-136-2
-sign \x8D8E 12345-136-2
-sign \x84AD 12345-136-2
-sign \x870D 12345-136-2
-sign \x96CF 12345-136-2
-sign \x5AB0 12345-136-2
-sign \x7293 12345-136-2
-sign \x7BE8 12345-136-2
-sign \x92E4 12345-136-2
-sign \x5EDA 12345-136-2
-sign \x6A71 12345-136-2
-sign \x6AC9 12345-136-2
-sign \x8E87 12345-136-2
-sign \x87F5 12345-136-2
-sign \x5E6E 12345-136-2
-sign \x96DB 12345-136-2
-sign \x6AE5 12345-136-2
-sign \x8E70 12345-136-2
-sign \x9DB5 12345-136-2
-sign \x8E95 12345-136-2
-sign \x6775 12345-136-3
-sign \x7840 12345-136-3
-sign \x6918 12345-136-3
-sign \x696E 12345-136-3
-sign \x50A8 12345-136-3
-sign \x695A 12345-136-3
-sign \x891A 12345-136-3
-sign \x6FCB 12345-136-3
-sign \x74B4 12345-136-3
-sign \x6A9A 12345-136-3
-sign \x5132 12345-136-3
-sign \x790E 12345-136-3
-sign \x9F6D 12345-136-3
-sign \x9F7C 12345-136-3
-sign \x4E8D 12345-136-23
-sign \x5904 12345-136-23
-sign \x51E6 12345-136-3
-sign \x7ACC 12345-136-23
-sign \x62C0 12345-136-23
-sign \x8C56 12345-136-23
-sign \x6035 12345-136-23
-sign \x7ECC 12345-136-23
-sign \x7AD0 12345-136-23
-sign \x6B2A 12345-136-23
-sign \x4FF6 12345-136-23
-sign \x755C 12345-136-23
-sign \x73FF 12345-136-23
-sign \x57F1 12345-136-23
-sign \x8655 12345-136-23
-sign \x89D5 14-136-1
-sign \x7D40 12345-136-23
-sign \x7421 12345-136-23
-sign \x5097 12345-136-23
-sign \x9110 12345-136-23
-sign \x6410 12345-136-23
-sign \x89E6 12345-136-23
-sign \x6EC0 12345-136-23
-sign \x95A6 12345-136-23
-sign \x8E00 12345-136-23
-sign \x563C 12345-136-23
-sign \x510A 12345-136-23
-sign \x8AD4 12345-136-23
-sign \x61B7 12345-136-23
-sign \x6B5C 12345-136-23
-sign \x9EDC 12345-136-23
-sign \x65B6 12345-136-23
-sign \x81C5 12345-136-23
-sign \x89F8 12345-136-23
-sign \x77D7 12345-136-23
-sign \x6A7B 14-136-1
-sign \x6B3B 125-346-1
-sign \x63E3 12345-13456-1
-sign \x640B 12345-13456-1
-sign \x8197 12345-13456-2
-sign \x8E39 12345-13456-23
-sign \x81AA 12345-13456-23
-sign \x5DDD 12345-12456-1
-sign \x5DDB 12345-12456-1
-sign \x6C1A 12345-12456-1
-sign \x7A7F 12345-12456-1
-sign \x5276 12345-12456-2
-sign \x4F20 12345-12456-2
-sign \x8221 12345-12456-2
-sign \x8229 12345-12456-2
-sign \x8239 12345-12456-2
-sign \x9044 12345-12456-2
-sign \x570C 12345-2456-2
-sign \x732D 12345-12456-23
-sign \x744F 12345-12456-1
-sign \x693D 12345-12456-2
-sign \x50B3 12345-12456-2
-sign \x66B7 12345-12456-2
-sign \x7BC5 12345-12456-2
-sign \x8F32 12345-12456-2
-sign \x821B 12345-12456-3
-sign \x8348 12345-12456-3
-sign \x5598 12345-12456-3
-sign \x6B42 12345-12456-2
-sign \x50E2 12345-12456-3
-sign \x6C4C 12345-12456-23
-sign \x7394 12345-12456-23
-sign \x4E32 12345-12456-23
-sign \x948F 12345-12456-23
-sign \x91E7 12345-12456-23
-sign \x8CD7 12345-12456-23
-sign \x5205 12345-2356-1
-sign \x75AE 12345-2356-1
-sign \x7A93 12345-2356-1
-sign \x7A97 12345-2356-1
-sign \x724E 12345-2356-1
-sign \x6450 12345-2356-1
-sign \x7255 12345-2356-1
-sign \x7621 12345-2356-1
-sign \x7ABB 12345-2356-1
-sign \x5E8A 12345-2356-2
-sign \x7240 12345-2356-2
-sign \x5647 12345-2356-2
-sign \x95EF 12345-2356-3
-sign \x50B8 12345-2356-3
-sign \x78E2 12345-2356-3
-sign \x95D6 12345-2356-3
-sign \x521B 12345-2356-23
-sign \x6006 12345-2356-23
-sign \x5231 12345-2356-23
-sign \x524F 12345-2356-23
-sign \x5259 12345-2356-23
-sign \x5275 12345-2356-23
-sign \x6134 12345-2356-23
-sign \x5439 12345-2456-1
-sign \x708A 12345-2456-1
-sign \x9FA1 12345-2456-1
-sign \x5782 12345-2456-2
-sign \x6858 12345-2456-2
-sign \x57C0 12345-2456-2
-sign \x5015 12345-2456-2
-sign \x9672 12345-2456-2
-sign \x6376 12345-2456-2
-sign \x83D9 12345-2456-2
-sign \x6425 12345-2456-2
-sign \x68F0 12345-2456-2
-sign \x8144 12345-2456-2
-sign \x69CC 12345-2456-2
-sign \x9524 12345-2456-2
-sign \x7BA0 12345-2456-2
-sign \x9318 12345-2456-2
-sign \x9840 12345-2456-2
-sign \x939A 12345-2456-2
-sign \x6776 12345-25-1
-sign \x65FE 12345-25-1
-sign \x6625 12345-25-1
-sign \x8405 12345-25-1
-sign \x583E 12345-12456-3
-sign \x5A8B 12345-25-1
-sign \x7443 12345-25-1
-sign \x693F 12345-25-1
-sign \x69C6 12345-25-1
-sign \x6699 12345-25-1
-sign \x877D 12345-25-1
-sign \x7BBA 12345-25-1
-sign \x6A41 12345-25-1
-sign \x8F34 12345-25-1
-sign \x6AC4 12345-25-1
-sign \x9D9E 12345-25-1
-sign \x9C06 12345-25-1
-sign \x7EAF 12345-25-2
-sign \x9659 12345-25-2
-sign \x83BC 12345-25-2
-sign \x5507 12345-25-2
-sign \x6D71 12345-25-2
-sign \x7D14 12345-25-2
-sign \x8123 12345-25-2
-sign \x6DF3 12345-25-2
-sign \x7289 12345-25-2
-sign \x6E7B 12345-25-2
-sign \x8493 12345-25-2
-sign \x9E51 12345-25-2
-sign \x6EE3 12345-25-2
-sign \x6F18 12345-25-2
-sign \x9187 12345-25-2
-sign \x9195 12345-25-2
-sign \x931E 12345-25-2
-sign \x9BD9 12345-25-2
-sign \x9D89 12345-25-2
-sign \x5046 12345-25-3
-sign \x8436 12345-25-3
-sign \x60F7 12345-25-3
-sign \x7776 12345-25-3
-sign \x8CF0 12345-25-3
-sign \x8E33 12345-12456-3
-sign \x8822 12345-25-3
-sign \x9034 12345-135-1
-sign \x8E14 12345-135-1
-sign \x6233 12345-135-1
-sign \x8FB5 12345-135-23
-sign \x5A15 12345-135-23
-sign \x5A16 12345-135-23
-sign \x555C 12345-135-23
-sign \x6DB0 12345-135-23
-sign \x60D9 12345-135-23
-sign \x5A65 12345-135-23
-sign \x8F8D 12345-135-23
-sign \x916B 12345-135-23
-sign \x7DBD 12345-135-23
-sign \x8DA0 12345-135-1
-sign \x8F1F 12345-135-23
-sign \x9F8A 12345-135-23
-sign \x64C9 12345-135-23
-sign \x78ED 12345-135-23
-sign \x6B60 12345-135-23
-sign \x56BD 12345-135-23
-sign \x9F6A 12345-135-23
-sign \x9F71 1356-12356-1
-sign \x9461 12345-135-23
-sign \x5472 1356-1
-sign \x73BC 14-1
-sign \x8D80 14-1
-sign \x75B5 14-1
-sign \x5068 14-1
-sign \x9AB4 34-246-23
-sign \x7E12 14-1
-sign \x8BCD 14-2
-sign \x73C1 14-2
-sign \x8308 1356-3
-sign \x8328 14-2
-sign \x67CC 14-2
-sign \x5790 14-2
-sign \x7960 14-2
-sign \x74F7 14-2
-sign \x5832 1245-24-2
-sign \x8A5E 14-2
-sign \x8F9D 14-2
-sign \x8F9E 14-2
-sign \x9236 234-23
-sign \x7506 14-2
-sign \x6148 14-2
-sign \x78C1 14-2
-sign \x96CC 14-2
-sign \x9E5A 14-2
-sign \x98FA 14-2
-sign \x8FA4 14-2
-sign \x9908 14-2
-sign \x7CCD 14-2
-sign \x858B 1356-1
-sign \x6FE8 14-2
-sign \x5B28 14-2
-sign \x9D1C 14-2
-sign \x7920 14-2
-sign \x8800 14-1
-sign \x8FAD 14-2
-sign \x9DBF 14-2
-sign \x9DC0 14-2
-sign \x6B64 14-3
-sign \x4F4C 14-3
-sign \x6CDA 14-3
-sign \x7689 14-3
-sign \x8DD0 14-1
-sign \x673F 14-23
-sign \x6B21 14-23
-sign \x523A 14-23
-sign \x523E 14-23
-sign \x4F7D 14-23
-sign \x8326 14-23
-sign \x5E9B 14-23
-sign \x6828 14-23
-sign \x83BF 14-23
-sign \x86D3 14-23
-sign \x8D50 14-23
-sign \x7D58 14-23
-sign \x8CDC 14-23
-sign \x8786 14-23
-sign \x5306 14-256-1
-sign \x82C1 14-256-1
-sign \x56EA 14-256-1
-sign \x56F1 14-256-1
-sign \x8310 14-256-1
-sign \x679E 14-256-1
-sign \x5FE9 14-256-1
-sign \x6031 14-256-1
-sign \x60A4 14-256-1
-sign \x8471 14-256-1
-sign \x68C7 14-256-1
-sign \x7127 14-256-1
-sign \x6964 234-256-3
-sign \x8061 14-256-1
-sign \x8525 14-256-1
-sign \x84EF 14-256-1
-sign \x6F17 14-256-1
-sign \x9AA2 14-256-1
-sign \x7481 14-256-1
-sign \x747D 14-256-1
-sign \x8066 14-256-1
-sign \x806A 14-256-1
-sign \x6A2C 14-256-1
-sign \x6A05 14-256-1
-sign \x66B0 14-256-1
-sign \x719C 14-256-1
-sign \x7DEB 1356-256-3
-sign \x779B 14-256-1
-sign \x8070 14-256-1
-sign \x87CC 14-256-1
-sign \x7BF5 14-256-1
-sign \x8B25 14-256-23
-sign \x7E71 14-256-1
-sign \x9A18 14-256-1
-sign \x93E6 14-256-1
-sign \x9A44 14-256-1
-sign \x4ECE 14-256-2
-sign \x4E1B 14-256-2
-sign \x5F93 14-256-2
-sign \x5F9E 14-256-2
-sign \x5F96 14-256-2
-sign \x6DD9 14-256-2
-sign \x60B0 14-256-2
-sign \x5B6E 14-256-2
-sign \x5A43 14-256-2
-sign \x742E 14-256-2
-sign \x6F40 1356-256-3
-sign \x6F48 14-256-2
-sign \x6F0E 14-256-2
-sign \x8CE9 14-256-2
-sign \x8AB4 14-256-2
-sign \x6F68 14-256-1
-sign \x8CE8 14-256-2
-sign \x6A37 14-256-2
-sign \x85C2 14-256-2
-sign \x53E2 14-256-2
-sign \x7047 14-256-2
-sign \x6B09 14-256-2
-sign \x721C 14-256-2
-sign \x6181 14-256-23
-sign \x51D1 14-12356-23
-sign \x6E4A 14-12356-23
-sign \x6971 14-12356-23
-sign \x8F8F 14-12356-23
-sign \x8160 14-12356-23
-sign \x8F33 14-12356-23
-sign \x7C97 14-136-1
-sign \x9E81 14-136-1
-sign \x9E84 14-136-1
-sign \x9EA4 14-136-1
-sign \x5F82 14-136-2
-sign \x6B82 14-136-2
-sign \x4FC3 14-136-23
-sign \x637D 1356-135-2
-sign \x731D 14-136-23
-sign \x5AA8 14-136-23
-sign \x7604 14-136-23
-sign \x8D97 14-136-23
-sign \x851F 14-136-23
-sign \x8A8E 14-136-23
-sign \x918B 14-136-23
-sign \x8E27 14-136-23
-sign \x5648 14-136-23
-sign \x61B1 14-136-23
-sign \x762F 14-136-23
-sign \x7C07 14-136-23
-sign \x7E2C 14-136-23
-sign \x9F00 14-136-23
-sign \x8E59 14-136-23
-sign \x8E74 14-136-23
-sign \x8E75 14-136-23
-sign \x9863 14-136-23
-sign \x6C46 14-12456-1
-sign \x64BA 14-12456-1
-sign \x9569 14-12456-1
-sign \x8E7F 14-12456-1
-sign \x651B 14-12456-1
-sign \x8EA5 14-12456-1
-sign \x9479 14-12456-1
-sign \x6505 1356-1236-3
-sign \x6AD5 14-12456-2
-sign \x5DD1 14-12456-2
-sign \x6B11 14-12456-2
-sign \x7A9C 14-12456-23
-sign \x6BA9 14-12456-23
-sign \x7BE1 14-12456-23
-sign \x71B6 14-12456-23
-sign \x7C12 14-12456-23
-sign \x7AC4 14-12456-23
-sign \x7228 14-12456-23
-sign \x5D14 14-2456-1
-sign \x50AC 14-2456-1
-sign \x51D7 14-2456-1
-sign \x5894 14-2456-1
-sign \x6467 14-2456-1
-sign \x69B1 14-2456-1
-sign \x5D89 2456-3
-sign \x7355 14-2456-1
-sign \x6F3C 14-2456-3
-sign \x615B 14-2456-1
-sign \x69EF 14-2456-1
-sign \x78EA 14-2456-1
-sign \x93D9 14-2456-1
-sign \x7480 14-2456-3
-sign \x8DA1 14-2456-3
-sign \x76A0 14-2456-3
-sign \x4F1C 14-2456-23
-sign \x5FF0 14-2456-23
-sign \x75A9 14-2456-23
-sign \x8106 14-2456-23
-sign \x8103 14-2456-23
-sign \x7FC6 14-2456-23
-sign \x8403 14-2456-23
-sign \x555B 14-2456-23
-sign \x5550 14-2456-23
-sign \x6DEC 14-2456-23
-sign \x60B4 14-2456-23
-sign \x7417 14-2456-23
-sign \x690A 1356-135-2
-sign \x6BF3 14-2456-23
-sign \x7120 14-2456-23
-sign \x7601 14-2456-23
-sign \x7CB9 14-2456-23
-sign \x7FE0 14-2456-23
-sign \x81B5 14-2456-23
-sign \x81AC 14-2456-23
-sign \x9847 14-2456-23
-sign \x6FE2 14-2456-23
-sign \x7AC1 14-2456-23
-sign \x81CE 14-2456-23
-sign \x90A8 14-25-1
-sign \x6751 14-25-1
-sign \x76B4 14-25-1
-sign \x81A5 14-25-1
-sign \x7AF4 14-25-1
-sign \x5B58 14-25-2
-sign \x4F9F 14-25-2
-sign \x62F5 14-25-2
-sign \x6D0A 1245-146-23
-sign \x8E06 13-456-1
-sign \x6F8A 14-25-1
-sign \x520C 14-25-3
-sign \x5FD6 14-25-3
-sign \x5BF8 14-25-23
-sign \x540B 16-1-14-25-23
-sign \x7C7F 14-25-23
-sign \x6413 14-135-1
-sign \x7473 14-135-1
-sign \x9073 14-135-1
-sign \x78CB 14-135-1
-sign \x64AE 14-135-1
-sign \x919D 14-135-1
-sign \x8E49 14-135-1
-sign \x894A 14-2456-23
-sign \x9ACA 14-1
-sign \x8658 14-135-2
-sign \x84AB 14-135-2
-sign \x7749 14-135-2
-sign \x5D6F 14-135-2
-sign \x5D73 14-135-2
-sign \x77EC 14-135-2
-sign \x75E4 14-135-2
-sign \x8516 14-135-2
-sign \x9E7E 14-135-2
-sign \x9E7A 14-135-2
-sign \x9F79 14-1
-sign \x811E 14-135-3
-sign \x5249 14-135-23
-sign \x632B 14-135-23
-sign \x5252 14-135-23
-sign \x83A1 14-135-23
-sign \x839D 14-135-23
-sign \x539D 14-135-23
-sign \x590E 14-135-23
-sign \x63AA 14-135-23
-sign \x902A 14-135-23
-sign \x68E4 13-23456-23
-sign \x9509 14-135-23
-sign \x84CC 14-135-23
-sign \x9519 14-135-23
-sign \x92BC 14-135-23
-sign \x932F 14-135-23
-sign \x5491 145-35-1
-sign \x57AF 145-35
-sign \x8037 145-35-1
-sign \x54D2 145-35-1
-sign \x7563 145-35-2
-sign \x642D 145-35-1
-sign \x55D2 145-35-1
-sign \x8921 145-35-1
-sign \x58B6 145-35-1
-sign \x6498 145-35-1
-sign \x5660 145-35-1
-sign \x939D 145-35-1
-sign \x8FBE 145-35-2
-sign \x8FCF 145-35-2
-sign \x8FD6 145-35-2
-sign \x8FDA 145-35-2
-sign \x547E 145-35-2
-sign \x601B 145-35-2
-sign \x59B2 145-35-2
-sign \x8359 145-35-2
-sign \x7F8D 145-35-2
-sign \x709F 145-35-2
-sign \x9039 145-35-2
-sign \x5273 145-35-2
-sign \x7B2A 145-35-2
-sign \x5312 145-35-2
-sign \x9054 145-35-2
-sign \x7B54 145-35-2
-sign \x8A5A 145-35-2
-sign \x6E9A 145-35-2
-sign \x8DF6 145-35-2
-sign \x977C 145-35-2
-sign \x7629 145-35-2
-sign \x8598 145-35-2
-sign \x9791 145-35-2
-sign \x71F5 145-35-2
-sign \x87FD 145-35-2
-sign \x7E68 145-35-2
-sign \x943D 145-35-2
-sign \x97C3 145-35-2
-sign \x9F96 145-35-2
-sign \x9F98 145-35-2
-sign \x6253 145-35-3
-sign \x5927 145-35-23
-sign \x4EA3 145-35-23
-sign \x6C4F 2345-246-23
-sign \x7714 145-35-23
-sign \x8E82 145-35-2
-sign \x5446 145-246-1
-sign \x7343 145-246-1
-sign \x61DB 145-246-1
-sign \x6B79 145-246-3
-sign \x902E 145-246-3
-sign \x50A3 145-246-3
-sign \x4EE3 145-246-23
-sign \x8F6A 145-246-23
-sign \x7519 145-246-23
-sign \x4FA2 145-246-23
-sign \x5788 145-246-23
-sign \x5CB1 145-246-23
-sign \x5E12 145-246-23
-sign \x8FE8 145-246-23
-sign \x7ED0 145-246-23
-sign \x73B3 145-246-23
-sign \x5E26 145-246-23
-sign \x6B86 145-246-23
-sign \x67CB 145-246-23
-sign \x8D37 145-246-23
-sign \x5F85 145-246-23
-sign \x6020 145-246-23
-sign \x5E2F 145-246-23
-sign \x8ED1 145-246-23
-sign \x57ED 145-246-23
-sign \x5E36 145-246-23
-sign \x86AE 145-246-23
-sign \x888B 145-246-23
-sign \x7D3F 145-246-23
-sign \x8EE9 145-246-23
-sign \x8CB8 145-246-23
-sign \x7447 145-246-23
-sign \x5ED7 145-246-23
-sign \x53C7 145-246-23
-sign \x66C3 145-246-23
-sign \x7DFF 145-246-23
-sign \x9D0F 145-246-23
-sign \x9B98 145-246-23
-sign \x6234 145-246-23
-sign \x9EDB 145-246-23
-sign \x825C 145-246-23
-sign \x8E5B 145-246-23
-sign \x7C24 145-246-23
-sign \x9734 145-246-23
-sign \x703B 145-246-23
-sign \x9EF1 145-246-23
-sign \x8976 145-246-23
-sign \x9746 145-246-23
-sign \x4EBB 245-356-2
-sign \x5369 1245-15-2
-sign \x4E39 145-1236-1
-sign \x5989 145-1236-1
-sign \x62C5 145-1236-1
-sign \x5355 145-1236-1
-sign \x74ED 145-1236-3
-sign \x7803 145-1236-1
-sign \x7708 145-1236-1
-sign \x5358 145-1236-1
-sign \x803C 145-1236-1
-sign \x803D 145-1236-1
-sign \x90F8 145-1236-1
-sign \x8043 145-1236-1
-sign \x9156 145-1236-1
-sign \x8EAD 145-1236-1
-sign \x6B9A 145-1236-1
-sign \x55AE 145-1236-1
-sign \x5A85 145-1236-1
-sign \x7605 145-1236-1
-sign \x5330 145-1236-1
-sign \x9815 145-1236-1
-sign \x9132 145-1236-1
-sign \x7BAA 145-1236-1
-sign \x891D 145-1236-1
-sign \x510B 145-1236-1
-sign \x52EF 145-1236-1
-sign \x6BAB 145-1236-1
-sign \x7649 145-1236-1
-sign \x7C1E 145-1236-1
-sign \x8078 145-1236-1
-sign \x5210 145-1236-3
-sign \x73AC 145-1236-3
-sign \x80C6 145-1236-3
-sign \x8874 145-1236-3
-sign \x75B8 145-1236-3
-sign \x7D1E 145-1236-3
-sign \x63B8 145-1236-3
-sign \x4EB6 145-1236-3
-sign \x64A3 145-1236-3
-sign \x64D4 145-1236-1
-sign \x9ED5 145-1236-3
-sign \x6FB8 145-1236-3
-sign \x81BD 145-1236-3
-sign \x65E6 145-1236-23
-sign \x5E0E 145-1236-23
-sign \x4F46 145-1236-23
-sign \x72DA 145-1236-23
-sign \x6CF9 145-1236-23
-sign \x8BDE 145-1236-23
-sign \x6C8A 145-1236-23
-sign \x67E6 145-1236-23
-sign \x8A11 24-2
-sign \x758D 145-1236-23
-sign \x840F 145-1236-23
-sign \x5557 145-1236-23
-sign \x5556 145-1236-23
-sign \x6DE1 145-1236-23
-sign \x60EE 145-1236-23
-sign \x5F39 2345-1236-2
-sign \x86CB 145-1236-23
-sign \x557F 145-1236-23
-sign \x6C2E 145-1236-23
-sign \x8711 145-1236-23
-sign \x8145 145-1236-23
-sign \x89DB 145-1236-23
-sign \x84DE 145-1236-23
-sign \x8A95 145-1236-23
-sign \x7A9E 145-1236-23
-sign \x9AE7 145-1236-23
-sign \x99BE 145-1236-3
-sign \x5649 145-1236-23
-sign \x50E4 145-1236-23
-sign \x563E 145-1236-23
-sign \x619A 145-1236-23
-sign \x5F48 145-1236-23
-sign \x99F3 145-1236-23
-sign \x9D20 145-1236-23
-sign \x9924 145-1236-23
-sign \x6FB9 145-1236-23
-sign \x61BA 145-1236-23
-sign \x79AB 145-1236-23
-sign \x7514 145-1236-1
-sign \x765A 145-1236-23
-sign \x8D09 145-1236-23
-sign \x56AA 145-1236-23
-sign \x972E 145-1236-23
-sign \x994F 145-1236-23
-sign \x5F53 145-236-1
-sign \x73F0 145-236-1
-sign \x94DB 145-236-1
-sign \x88C6 145-236-1
-sign \x7B5C 145-236-1
-sign \x7576 145-236-1
-sign \x5679 145-236-1
-sign \x6FA2 145-236-1
-sign \x74AB 145-236-1
-sign \x8960 145-236-1
-sign \x87F7 145-236-1
-sign \x7C39 145-236-1
-sign \x8261 145-236-1
-sign \x943A 145-236-1
-sign \x6321 145-236-3
-sign \x6863 145-236-23
-sign \x515A 145-236-3
-sign \x8C20 145-236-3
-sign \x64CB 145-236-3
-sign \x6A94 145-236-23
-sign \x9EE8 145-236-3
-sign \x6529 145-236-3
-sign \x7059 145-236-3
-sign \x6B13 145-236-3
-sign \x8B9C 145-236-3
-sign \x6C39 145-236-23
-sign \x5735 145-236-23
-sign \x51FC 145-236-23
-sign \x7800 145-236-23
-sign \x5B95 145-236-23
-sign \x57B1 145-236-23
-sign \x8361 145-236-23
-sign \x83EA 145-236-23
-sign \x74FD 145-236-23
-sign \x903F 145-236-23
-sign \x6113 145-236-23
-sign \x5A78 1346-2
-sign \x96FC 145-236-23
-sign \x78AD 145-236-23
-sign \x8DA4 145-236-23
-sign \x8569 145-236-23
-sign \x778A 145-236-23
-sign \x5105 145-236-1
-sign \x58CB 145-236-23
-sign \x7497 145-236-23
-sign \x76EA 145-236-23
-sign \x7911 145-236-23
-sign \x7C1C 145-236-23
-sign \x862F 145-236-23
-sign \x8B61 145-236-3
-sign \x95E3 145-236-23
-sign \x5200 145-235-1
-sign \x53E8 145-235-1
-sign \x5FC9 145-235-1
-sign \x6737 145-235-1
-sign \x6C18 145-235-1
-sign \x866D 145-345-1
-sign \x8220 145-235-1
-sign \x91D6 145-235-1
-sign \x9C7D 145-235-1
-sign \x9B5B 145-235-1
-sign \x5BFC 145-235-3
-sign \x5C9B 145-235-3
-sign \x9666 145-235-3
-sign \x6363 145-235-3
-sign \x5012 145-235-3
-sign \x5CF6 145-235-3
-sign \x5BB2 145-235-3
-sign \x636F 145-235-2
-sign \x7977 145-235-3
-sign \x7982 145-235-3
-sign \x6417 145-235-3
-sign \x969D 145-235-3
-sign \x69DD 145-235-3
-sign \x5D8B 145-235-3
-sign \x5D8C 145-235-3
-sign \x5C0E 145-235-3
-sign \x96AF 145-235-3
-sign \x58D4 145-235-3
-sign \x64E3 145-235-3
-sign \x8E48 145-235-3
-sign \x5DB9 145-235-3
-sign \x79B1 145-235-3
-sign \x5230 145-235-23
-sign \x83FF 145-235-23
-sign \x76D7 145-235-23
-sign \x60BC 145-235-23
-sign \x6921 145-235-23
-sign \x9053 145-235-23
-sign \x76DC 145-235-23
-sign \x7A32 145-235-23
-sign \x7FE2 34-12356-1
-sign \x7A3B 145-235-23
-sign \x885C 145-235-23
-sign \x8254 145-12356-2
-sign \x5675 145-235-23
-sign \x6AA4 145-235-23
-sign \x885F 145-235-23
-sign \x7FFF 145-235-23
-sign \x8EC7 145-235-23
-sign \x74D9 145-235-23
-sign \x7E9B 145-235-23
-sign \x6074 145-26-2
-sign \x5F97 145-26-2
-sign \x6DC2 145-26-2
-sign \x60EA 145-26-2
-sign \x60B3 145-26-2
-sign \x951D 145-26-2
-sign \x561A 145-26-1
-sign \x5FB3 145-26-2
-sign \x5FB7 145-26-2
-sign \x9340 145-26-2
-sign \x7684 145-26
-sign \x63FC 12-3456-23
-sign \x6265 145-356-23
-sign \x627D 145-356
-sign \x706F 145-3456-1
-sign \x767B 145-3456-1
-sign \x8C4B 145-3456-1
-sign \x5654 145-3456-1
-sign \x5B01 145-3456-1
-sign \x7492 145-3456-1
-sign \x71C8 145-3456-1
-sign \x7AF3 145-3456-1
-sign \x7C26 145-3456-1
-sign \x8260 145-3456-1
-sign \x8E6C 145-3456-1
-sign \x89B4 145-3456-1
-sign \x7B49 145-3456-3
-sign \x6225 145-3456-3
-sign \x9093 145-3456-23
-sign \x50DC 145-3456-23
-sign \x96A5 145-3456-23
-sign \x51F3 145-3456-23
-sign \x9127 145-3456-23
-sign \x58B1 145-3456-23
-sign \x5D9D 145-3456-23
-sign \x78F4 145-3456-23
-sign \x77AA 145-3456-23
-sign \x956B 145-3456-23
-sign \x6AC8 145-3456-23
-sign \x9419 145-3456-23
-sign \x4EFE 145-24-1
-sign \x4F4E 145-24-1
-sign \x5943 145-24-1
-sign \x5F7D 145-24-1
-sign \x889B 145-24-1
-sign \x57DE 145-24-1
-sign \x5572 145-24-1
-sign \x7F9D 145-24-1
-sign \x9684 145-24-1
-sign \x8D86 145-24-1
-sign \x5824 145-24-1
-sign \x5600 145-24-1
-sign \x6EF4 145-24-1
-sign \x78FE 145-24-1
-sign \x9349 145-24-1
-sign \x97AE 145-24-1
-sign \x5EF8 145-24-2
-sign \x8091 145-24-2
-sign \x72C4 145-24-2
-sign \x82D6 145-24-2
-sign \x8FEA 145-24-2
-sign \x7C74 145-24-2
-sign \x837B 145-24-2
-sign \x5519 145-24-2
-sign \x654C 145-24-2
-sign \x6DA4 145-24-2
-sign \x6891 145-24-2
-sign \x7B1B 145-24-2
-sign \x976E 145-24-2
-sign \x89CC 145-24-2
-sign \x9AE2 145-24-2
-sign \x99B0 145-24-23
-sign \x6ECC 145-24-2
-sign \x8510 145-24-2
-sign \x850B 145-24-2
-sign \x9814 145-24-2
-sign \x9B61 145-345-23
-sign \x5AE1 145-24-2
-sign \x6575 145-24-2
-sign \x955D 145-24-2
-sign \x7BF4 145-24-2
-sign \x85E1 145-24-2
-sign \x85CB 145-345-23
-sign \x5681 145-24-2
-sign \x8C74 145-24-2
-sign \x93D1 145-24-2
-sign \x7CF4 145-24-2
-sign \x9E10 145-24-2
-sign \x6C10 145-24-1
-sign \x5758 145-24-3
-sign \x538E 145-24-3
-sign \x90B8 145-24-3
-sign \x8BCB 145-24-3
-sign \x963A 145-24-3
-sign \x62DE 145-24-3
-sign \x577B 145-24-3
-sign \x62B5 145-24-3
-sign \x5467 145-24-3
-sign \x5E95 145-24-3
-sign \x5F24 145-24-3
-sign \x67E2 145-24-3
-sign \x7274 145-24-3
-sign \x7825 145-24-3
-sign \x638B 145-24-3
-sign \x83E7 145-24-3
-sign \x8EE7 145-24-3
-sign \x89DD 145-24-3
-sign \x8A46 145-24-3
-sign \x6974 2345-24-23
-sign \x805C 145-24-3
-sign \x9AB6 145-24-3
-sign \x9BF3 145-24-3
-sign \x5730 145-24-23
-sign \x5F1A 145-24-23
-sign \x7393 145-24-23
-sign \x6755 145-24-23
-sign \x65F3 145-24-23
-sign \x5754 145-24-23
-sign \x5F1F 145-24-23
-sign \x67A4 145-24-23
-sign \x601F 145-24-23
-sign \x4FE4 145-24-23
-sign \x5E1D 145-24-23
-sign \x57CA 145-24-23
-sign \x9013 145-24-23
-sign \x9012 145-24-23
-sign \x5A23 145-24-23
-sign \x73F6 145-24-23
-sign \x688A 145-24-23
-sign \x83C2 145-24-23
-sign \x7731 145-24-23
-sign \x7B2C 145-24-23
-sign \x5059 145-24-23
-sign \x91F1 145-24-23
-sign \x5547 145-24-2
-sign \x710D 145-24-23
-sign \x7976 145-24-23
-sign \x8C1B 145-24-23
-sign \x63E5 2345-24-23
-sign \x8482 145-24-23
-sign \x68E3 145-24-23
-sign \x7747 145-24-23
-sign \x5A82 145-24-23
-sign \x7F14 145-24-23
-sign \x50C0 145-24-23
-sign \x905E 145-24-23
-sign \x926A 145-24-23
-sign \x8163 145-24-23
-sign \x7998 145-24-23
-sign \x6455 145-24-23
-sign \x5891 145-24-23
-sign \x8515 145-24-23
-sign \x9070 145-24-23
-sign \x78B2 145-24-23
-sign \x58AC 145-24-23
-sign \x6178 145-24-23
-sign \x750B 145-24-23
-sign \x7DE0 145-24-23
-sign \x8E36 145-24-23
-sign \x5DB3 145-24-23
-sign \x8AE6 145-24-23
-sign \x87AE 145-24-23
-sign \x55F2 145-1246-3
-sign \x6541 145-146-1
-sign \x6382 145-146-1
-sign \x53A7 145-146-1
-sign \x508E 145-146-1
-sign \x5D6E 145-146-1
-sign \x6EC7 145-146-1
-sign \x69D9 145-146-1
-sign \x7628 145-146-1
-sign \x98A0 145-146-1
-sign \x8E4E 145-146-1
-sign \x985B 145-146-1
-sign \x5DC5 145-146-1
-sign \x985A 145-146-1
-sign \x766B 145-146-1
-sign \x6527 145-146-1
-sign \x5DD4 145-146-1
-sign \x5DD3 145-146-1
-sign \x7672 145-146-1
-sign \x9F7B 145-146-1
-sign \x4E36 34-136-3
-sign \x594C 145-146-3
-sign \x5178 145-146-3
-sign \x70B9 145-146-3
-sign \x5A70 145-146-3
-sign \x6923 145-146-3
-sign \x655F 145-146-3
-sign \x84A7 145-146-3
-sign \x7898 145-146-3
-sign \x8547 145-146-3
-sign \x8E2E 145-146-3
-sign \x9EDE 145-146-3
-sign \x56B8 145-146-3
-sign \x7535 145-146-23
-sign \x4F43 145-146-23
-sign \x7538 145-146-23
-sign \x963D 145-146-23
-sign \x576B 145-146-23
-sign \x5E97 145-146-23
-sign \x73B7 145-146-23
-sign \x57AB 145-146-23
-sign \x6242 145-146-23
-sign \x94BF 145-146-23
-sign \x6DC0 145-146-23
-sign \x60E6 145-146-23
-sign \x5A5D 145-146-23
-sign \x7414 145-146-23
-sign \x5960 145-146-23
-sign \x96FB 145-146-23
-sign \x8714 145-146-23
-sign \x923F 145-146-23
-sign \x6BBF 145-146-23
-sign \x588A 145-146-23
-sign \x975B 145-146-23
-sign \x6A42 145-146-23
-sign \x6FB1 145-146-23
-sign \x58C2 145-146-23
-sign \x78F9 145-146-23
-sign \x7C1F 145-146-23
-sign \x765C 145-146-23
-sign \x9A54 145-146-23
-sign \x5201 145-345-1
-sign \x53FC 145-345-1
-sign \x6C48 145-345-1
-sign \x521F 145-345-1
-sign \x51CB 145-345-1
-sign \x595D 145-345-1
-sign \x86C1 145-345-1
-sign \x5F6B 145-345-1
-sign \x5F34 145-345-1
-sign \x7431 145-345-1
-sign \x8C82 145-345-1
-sign \x98A9 145-345-1
-sign \x7889 145-345-1
-sign \x9CED 145-345-1
-sign \x7797 145-345-1
-sign \x932D 145-345-1
-sign \x96D5 145-345-1
-sign \x9CB7 145-345-1
-sign \x9B89 145-345-1
-sign \x7C13 145-345-1
-sign \x9F26 145-345-1
-sign \x9D70 145-345-1
-sign \x9BDB 145-345-1
-sign \x625A 145-345-3
-sign \x5C4C 145-345-3
-sign \x5F14 145-345-23
-sign \x540A 145-345-23
-sign \x4F04 145-345-23
-sign \x9493 145-345-23
-sign \x8A0B 145-345-23
-sign \x7A8E 145-345-23
-sign \x6389 145-345-23
-sign \x94DE 145-345-23
-sign \x94EB 345-2
-sign \x91E3 145-345-23
-sign \x7F40 34-235-23
-sign \x921F 145-345-23
-sign \x7AE8 145-345-23
-sign \x96FF 145-345-23
-sign \x92B1 145-345-23
-sign \x8ABF 2345-345-2
-sign \x92FD 145-345-23
-sign \x7639 145-345-23
-sign \x7AB5 145-345-23
-sign \x9443 145-345-23
-sign \x7239 145-15-1
-sign \x8DCC 145-15-1
-sign \x82F5 145-15-2
-sign \x8FED 145-15-2
-sign \x6022 2345-136-1
-sign \x6315 156-26-23
-sign \x57A4 145-15-2
-sign \x5CCC 145-15-2
-sign \x80C5 145-15-2
-sign \x604E 145-15-2
-sign \x7ED6 145-15-2
-sign \x800A 145-15-2
-sign \x7723 145-15-2
-sign \x74DE 145-15-2
-sign \x621C 145-15-2
-sign \x5551 156-35-23
-sign \x8C0D 145-15-2
-sign \x957B 145-15-2
-sign \x581E 145-15-2
-sign \x63F2 145-15-2
-sign \x81F7 145-15-2
-sign \x8D83 145-15-2
-sign \x800B 145-15-2
-sign \x558B 145-15-2
-sign \x7573 145-15-2
-sign \x5E49 145-15-2
-sign \x8A44 145-15-2
-sign \x60F5 145-15-2
-sign \x7D70 145-15-2
-sign \x6B9C 145-15-2
-sign \x7252 145-15-2
-sign \x7243 145-15-2
-sign \x53E0 145-15-2
-sign \x789F 145-15-2
-sign \x8728 145-15-2
-sign \x5D7D 145-15-2
-sign \x890B 145-15-2
-sign \x8776 145-15-2
-sign \x8253 145-15-2
-sign \x8E40 145-15-2
-sign \x7582 145-15-2
-sign \x8ADC 145-15-2
-sign \x893A 145-15-1
-sign \x9CBD 145-15-2
-sign \x9B99 2345-35-3
-sign \x66E1 145-15-2
-sign \x7589 145-15-2
-sign \x9C08 145-15-2
-sign \x758A 145-15-2
-sign \x6C0E 145-15-2
-sign \x54CB 134-24-23
-sign \x4E01 145-16-1
-sign \x4E87 134-35
-sign \x4EC3 145-16-1
-sign \x53EE 145-16-1
-sign \x5E04 145-16-1
-sign \x5975 145-16-1
-sign \x738E 145-16-1
-sign \x76EF 145-16-1
-sign \x753A 2345-16-3
-sign \x753C 145-16-1
-sign \x7594 145-16-1
-sign \x8035 145-16-1
-sign \x8670 145-16-1
-sign \x91D8 145-16-1
-sign \x976A 145-16-1
-sign \x9876 145-16-3
-sign \x914A 145-16-1
-sign \x9802 145-16-3
-sign \x9F0E 145-16-3
-sign \x9F11 145-16-3
-sign \x5D7F 145-16-3
-sign \x85A1 145-16-3
-sign \x9424 145-16-3
-sign \x8BA2 145-16-23
-sign \x9964 145-16-23
-sign \x5FCA 145-16-23
-sign \x77F4 145-16-23
-sign \x9489 145-16-1
-sign \x5B9A 145-16-23
-sign \x8A02 145-16-23
-sign \x98E3 145-16-23
-sign \x8423 145-16-23
-sign \x5576 145-16-23
-sign \x94E4 145-16-23
-sign \x6917 145-16-23
-sign \x815A 145-16-23
-sign \x7887 145-16-23
-sign \x952D 145-16-23
-sign \x8062 145-16-23
-sign \x78A0 145-16-23
-sign \x874A 145-16-23
-sign \x92CC 2345-16-3
-sign \x9320 145-16-23
-sign \x78F8 145-16-23
-sign \x9841 145-16-23
-sign \x4E1F 145-1256-1
-sign \x4E22 145-1256-1
-sign \x94E5 145-1256-1
-sign \x92A9 145-1256-1
-sign \x4E1C 145-256-1
-sign \x51AC 145-256-1
-sign \x82F3 145-256-1
-sign \x6771 145-256-1
-sign \x549A 145-256-1
-sign \x5CBD 145-256-1
-sign \x6638 145-256-1
-sign \x6C21 145-256-1
-sign \x9E2B 145-256-1
-sign \x5032 145-256-1
-sign \x57EC 145-256-1
-sign \x83C4 145-256-1
-sign \x5D2C 145-256-1
-sign \x7B17 145-256-1
-sign \x6DB7 145-256-1
-sign \x5A3B 145-256-1
-sign \x6C2D 145-256-1
-sign \x5F9A 145-256-1
-sign \x8740 145-256-1
-sign \x9B97 145-256-1
-sign \x9F15 145-256-1
-sign \x9D87 145-256-1
-sign \x9BDF 145-256-1
-sign \x9DAB 145-256-1
-sign \x8463 145-256-3
-sign \x58A5 145-256-3
-sign \x856B 145-256-3
-sign \x7BBD 145-256-3
-sign \x8ACC 145-256-3
-sign \x61C2 145-256-3
-sign \x5B1E 145-256-3
-sign \x52A8 145-256-23
-sign \x51BB 145-256-23
-sign \x4F97 145-256-23
-sign \x578C 145-256-23
-sign \x630F 145-256-23
-sign \x680B 145-256-23
-sign \x8FF5 145-256-23
-sign \x5CD2 145-256-23
-sign \x5CDD 2345-256-2
-sign \x80E8 145-256-23
-sign \x6D1E 145-256-23
-sign \x606B 145-256-23
-sign \x59DB 145-256-23
-sign \x6219 145-256-23
-sign \x80F4 145-256-23
-sign \x51CD 145-256-23
-sign \x7850 145-256-23
-sign \x5D20 145-256-23
-sign \x52D5 145-256-23
-sign \x68DF 145-256-23
-sign \x8156 145-256-23
-sign \x6E69 34-256-23
-sign \x50CD 145-256-23
-sign \x99E7 145-256-23
-sign \x9718 145-256-23
-sign \x543A 145-12356-1
-sign \x5245 145-12356-1
-sign \x4FB8 145-12356-1
-sign \x90FD 145-12356-1
-sign \x5517 145-12356-1
-sign \x515C 145-12356-1
-sign \x5160 145-12356-1
-sign \x8538 145-12356-1
-sign \x6A77 145-12356-1
-sign \x7BFC 145-12356-1
-sign \x551E 145-12356-2
-sign \x4E67 145-12356-3
-sign \x9627 145-12356-3
-sign \x6296 145-12356-3
-sign \x6793 145-12356-3
-sign \x94AD 2345-12356-3
-sign \x9661 145-12356-3
-sign \x86AA 145-12356-3
-sign \x6597 145-12356-3
-sign \x8C46 145-12356-23
-sign \x90D6 145-12356-23
-sign \x8373 145-12356-23
-sign \x9017 145-12356-23
-sign \x9B25 145-12356-3
-sign \x997E 145-12356-23
-sign \x6D62 145-12356-23
-sign \x68AA 145-12356-23
-sign \x6BED 145-12356-23
-sign \x9158 145-12356-23
-sign \x8130 145-12356-23
-sign \x9597 145-12356-23
-sign \x75D8 145-12356-23
-sign \x7AA6 145-12356-23
-sign \x9B26 145-12356-23
-sign \x92C0 145-12356-23
-sign \x9916 145-12356-23
-sign \x65A3 145-12356-23
-sign \x95D8 145-12356-23
-sign \x9B2A 145-12356-23
-sign \x7AC7 145-12356-23
-sign \x9B2D 145-12356-23
-sign \x9B2C 145-12356-23
-sign \x5262 145-136-1
-sign \x9607 145-136-1
-sign \x7763 145-136-1
-sign \x561F 145-136-1
-sign \x918F 145-136-1
-sign \x95CD 145-136-1
-sign \x6BD2 145-136-2
-sign \x72EC 145-136-2
-sign \x6D9C 145-136-2
-sign \x8BFB 145-136-2
-sign \x6E0E 145-136-2
-sign \x691F 145-136-2
-sign \x728A 145-136-2
-sign \x724D 145-136-2
-sign \x88FB 145-136-2
-sign \x8AAD 145-136-2
-sign \x8773 145-246-23
-sign \x9316 145-136-2
-sign \x7368 145-136-2
-sign \x5335 145-136-2
-sign \x51DF 145-136-2
-sign \x7006 145-136-2
-sign \x5B3B 145-136-2
-sign \x74C4 145-136-2
-sign \x6ADD 145-136-2
-sign \x6BB0 145-136-2
-sign \x72A2 145-136-2
-sign \x7258 145-136-2
-sign \x9A33 145-136-2
-sign \x76BE 145-136-2
-sign \x9EE9 145-136-2
-sign \x8969 156-136-3
-sign \x9AD1 145-136-2
-sign \x8C44 145-136-2
-sign \x8D15 145-136-2
-sign \x8B80 145-136-2
-sign \x97E3 145-136-2
-sign \x945F 145-136-2
-sign \x97C7 145-136-2
-sign \x97E5 145-136-2
-sign \x9EF7 145-136-2
-sign \x8B9F 145-136-2
-sign \x53BE 145-136-1
-sign \x7B03 145-136-3
-sign \x5835 145-136-3
-sign \x5E3E 145-136-3
-sign \x743D 145-136-3
-sign \x668F 145-136-3
-sign \x8D4C 145-136-3
-sign \x7779 145-136-3
-sign \x89A9 145-136-3
-sign \x8CED 145-136-3
-sign \x7BE4 145-136-3
-sign \x828F 145-136-23
-sign \x675C 145-136-23
-sign \x809A 145-136-23
-sign \x5992 145-136-23
-sign \x59AC 145-136-23
-sign \x5EA6 145-136-23
-sign \x8370 145-136-23
-sign \x79FA 145-136-23
-sign \x976F 145-136-23
-sign \x6E21 145-136-23
-sign \x9540 145-136-23
-sign \x8799 145-136-23
-sign \x6BAC 145-136-23
-sign \x934D 145-136-23
-sign \x8827 145-136-23
-sign \x8839 145-136-23
-sign \x526C 145-12456-1
-sign \x5073 145-12456-1
-sign \x5A8F 145-12456-1
-sign \x7AEF 145-12456-1
-sign \x890D 145-12456-1
-sign \x9374 145-12456-1
-sign \x77ED 145-12456-3
-sign \x6BB5 145-12456-23
-sign \x65AD 145-12456-23
-sign \x5845 145-12456-23
-sign \x846E 145-12456-23
-sign \x7F0E 145-12456-23
-sign \x7456 145-12456-23
-sign \x6934 145-12456-23
-sign \x8176 145-12456-23
-sign \x7145 145-12456-23
-sign \x78AB 145-12456-23
-sign \x953B 145-12456-23
-sign \x7DDE 145-12456-23
-sign \x7E00 125-1246-2
-sign \x6BC8 145-12456-23
-sign \x7C16 145-12456-23
-sign \x935B 145-12456-23
-sign \x65B7 145-12456-23
-sign \x8E96 145-12456-23
-sign \x7C6A 145-12456-23
-sign \x5796 145-2456-1
-sign \x5806 145-2456-1
-sign \x5860 145-2456-1
-sign \x5D5F 145-2456-1
-sign \x75FD 145-2456-1
-sign \x78D3 145-2456-1
-sign \x9D2D 145-2456-1
-sign \x9827 145-2456-1
-sign \x961F 145-2456-23
-sign \x5BF9 145-2456-23
-sign \x514A 145-2456-23
-sign \x514C 145-2456-23
-sign \x5BFE 145-2456-23
-sign \x5151 145-2456-23
-sign \x794B 145-2456-23
-sign \x603C 145-2456-23
-sign \x966E 145-2456-23
-sign \x968A 145-2456-23
-sign \x7893 145-2456-23
-sign \x7D90 145-2456-23
-sign \x5C0D 145-2456-23
-sign \x619D 145-2456-23
-sign \x85B1 145-2456-23
-sign \x6FE7 145-2456-23
-sign \x61DF 145-2456-23
-sign \x8B48 145-2456-23
-sign \x7029 145-2456-23
-sign \x8B75 145-2456-23
-sign \x5428 145-25-1
-sign \x60C7 145-25-1
-sign \x6566 145-25-1
-sign \x8733 145-25-1
-sign \x58A9 145-25-1
-sign \x64B4 145-25-1
-sign \x58FF 145-25-1
-sign \x7364 145-25-1
-sign \x58AA 145-25-1
-sign \x6A54 2345-2456-2
-sign \x5678 145-25-1
-sign \x729C 145-25-1
-sign \x6489 145-25-1
-sign \x71C9 145-25-23
-sign \x7905 145-25-1
-sign \x9566 145-25-1
-sign \x8E7E 145-25-1
-sign \x8E72 145-25-1
-sign \x9413 145-25-1
-sign \x941C 145-2456-1
-sign \x9A50 145-25-1
-sign \x76F9 145-25-3
-sign \x8DB8 145-25-3
-sign \x8E89 145-25-3
-sign \x4F05 145-25-23
-sign \x6C8C 145-25-23
-sign \x7096 145-25-23
-sign \x9007 145-25-23
-sign \x7818 145-25-23
-sign \x949D 145-25-23
-sign \x76FE 145-25-23
-sign \x987F 145-25-23
-sign \x9041 145-25-23
-sign \x920D 145-25-23
-sign \x696F 156-25-3
-sign \x9813 145-25-23
-sign \x815E 34-12456-23
-sign \x78B7 145-25-23
-sign \x906F 145-25-23
-sign \x6F61 145-25-23
-sign \x619E 145-2456-23
-sign \x8E32 145-25-23
-sign \x591A 145-135-1
-sign \x591B 145-135-1
-sign \x5484 145-135-1
-sign \x8324 1245-24-23
-sign \x54C6 145-135-1
-sign \x525F 145-135-1
-sign \x6387 145-135-1
-sign \x5D1C 145-135-1
-sign \x6560 145-135-1
-sign \x6BF2 145-135-1
-sign \x656A 145-135-2
-sign \x88F0 145-135-1
-sign \x5689 145-135-1
-sign \x4EDB 2345-135-1
-sign \x593A 145-135-2
-sign \x94CE 145-135-2
-sign \x6553 145-135-2
-sign \x526B 145-135-2
-sign \x655A 145-135-2
-sign \x55A5 145-135-2
-sign \x922C 145-135-2
-sign \x75E5 145-135-2
-sign \x596A 145-135-2
-sign \x51D9 145-135-2
-sign \x8E31 145-135-2
-sign \x9BB5 145-135-2
-sign \x9438 145-135-2
-sign \x6735 145-135-3
-sign \x6736 145-135-3
-sign \x579B 145-135-23
-sign \x6306 145-135-3
-sign \x6305 145-135-3
-sign \x54DA 145-135-3
-sign \x57F5 145-135-3
-sign \x7F0D 145-135-3
-sign \x8D93 145-135-3
-sign \x692F 145-135-3
-sign \x8EB2 145-135-3
-sign \x8EB1 145-135-3
-sign \x7D9E 145-135-3
-sign \x4EB8 145-135-3
-sign \x9B0C 145-135-3
-sign \x56B2 145-135-3
-sign \x5241 145-135-23
-sign \x9973 145-135-23
-sign \x964F 145-135-23
-sign \x964A 145-135-23
-sign \x5234 145-135-23
-sign \x579C 145-135-3
-sign \x67EE 145-135-23
-sign \x5C2E 145-135-23
-sign \x6857 145-135-23
-sign \x8235 145-135-23
-sign \x5815 145-135-23
-sign \x60F0 145-135-23
-sign \x5AA0 145-135-23
-sign \x8DFA 145-135-23
-sign \x8DE2 145-246-23
-sign \x8DE5 145-135-23
-sign \x98FF 145-135-23
-sign \x619C 145-135-23
-sign \x58AE 145-135-23
-sign \x5D9E 145-135-23
-sign \x5AF7 2345-135-3
-sign \x58AF 145-135-23
-sign \x9D7D 145-135-23
-sign \x59B8 26-1
-sign \x59BF 26-1
-sign \x5C59 26-1
-sign \x5A3F 26-1
-sign \x5A40 26-1
-sign \x8BB9 26-2
-sign \x8FD7 26-2
-sign \x542A 26-2
-sign \x56EE 26-2
-sign \x4FC4 26-2
-sign \x83AA 26-2
-sign \x5CE8 26-2
-sign \x5CE9 26-2
-sign \x6D90 26-2
-sign \x5A25 26-2
-sign \x73F4 26-2
-sign \x8A1B 26-2
-sign \x774B 26-2
-sign \x9507 26-2
-sign \x9E45 26-2
-sign \x7692 26-2
-sign \x920B 26-2
-sign \x86FE 26-2
-sign \x78C0 26-2
-sign \x8A90 26-2
-sign \x92E8 26-2
-sign \x9B64 26-2
-sign \x981F 26-2
-sign \x989D 26-2
-sign \x9A00 26-2
-sign \x9D5D 26-2
-sign \x9D5E 26-2
-sign \x984D 26-2
-sign \x8B4C 26-2
-sign \x6799 26-3
-sign \x7808 26-23
-sign \x5641 26-3
-sign \x9D48 26-3
-sign \x5384 26-23
-sign \x6B7A 145-246-3
-sign \x5C75 1236-23
-sign \x6239 26-23
-sign \x5C8B 26-23
-sign \x9628 26-23
-sign \x627C 26-23
-sign \x82CA 26-23
-sign \x5443 26-23
-sign \x9638 26-23
-sign \x7810 26-23
-sign \x8F6D 26-23
-sign \x545D 26-23
-sign \x57A9 26-23
-sign \x54A2 26-23
-sign \x54B9 26-23
-sign \x5CC9 26-2
-sign \x59F6 26-23
-sign \x6076 26-23
-sign \x7828 26-3
-sign \x8685 26-23
-sign \x530E 26-23
-sign \x997F 26-23
-sign \x580A 26-23
-sign \x8EDB 26-23
-sign \x60AA 26-23
-sign \x7846 26-23
-sign \x537E 26-23
-sign \x9102 26-23
-sign \x5054 26-23
-sign \x960F 26-23
-sign \x8C14 26-23
-sign \x582E 26-23
-sign \x60E1 26-23
-sign \x843C 26-23
-sign \x8EF6 26-23
-sign \x8C5F 26-23
-sign \x904F 26-23
-sign \x904C 26-23
-sign \x5D3F 26-23
-sign \x922A 26-23
-sign \x6E42 26-23
-sign \x6115 26-23
-sign \x6439 26-23
-sign \x7427 26-23
-sign \x816D 26-23
-sign \x8A7B 26-23
-sign \x5EC5 26-23
-sign \x8741 26-23
-sign \x9E57 26-23
-sign \x9537 26-23
-sign \x50EB 26-23
-sign \x855A 26-23
-sign \x989A 26-23
-sign \x907B 26-23
-sign \x9913 26-23
-sign \x981E 26-23
-sign \x64DC 26-23
-sign \x5669 26-23
-sign \x89A8 26-23
-sign \x9929 26-23
-sign \x8AE4 26-23
-sign \x9354 26-23
-sign \x9CC4 26-23
-sign \x6B5E 26-23
-sign \x984E 26-23
-sign \x8601 136-23
-sign \x6AEE 26-23
-sign \x9D9A 26-23
-sign \x9C10 26-23
-sign \x8B8D 26-23
-sign \x9F76 26-23
-sign \x9469 26-23
-sign \x9C77 26-23
-sign \x8BF6 2346-1
-sign \x5940 356-1
-sign \x6069 356-1
-sign \x84BD 356-1
-sign \x717E 356-1
-sign \x5CCE 356-3
-sign \x6441 356-23
-sign \x55EF 356-1
-sign \x97A5 3456-0
-sign \x513F 1235-2
-sign \x800C 1235-2
-sign \x5150 1235-2
-sign \x4F95 1235-2
-sign \x5152 1235-2
-sign \x9651 1235-2
-sign \x834B 1235-2
-sign \x800F 1235-2
-sign \x54A1 1235-23
-sign \x5CCF 1235-2
-sign \x6D0F 1235-2
-sign \x682D 1235-2
-sign \x80F9 1235-2
-sign \x9E38 1235-2
-sign \x5532 1235-2
-sign \x88BB 1235-2
-sign \x804F 1235-2
-sign \x7CAB 1235-2
-sign \x8F00 1235-2
-sign \x9C95 1235-2
-sign \x9AF5 1235-2
-sign \x96AD 1235-2
-sign \x9D2F 1235-2
-sign \x9B9E 1235-2
-sign \x8F5C 1235-2
-sign \x5C13 1235-3
-sign \x5C12 1235-3
-sign \x5C14 1235-3
-sign \x8033 1235-3
-sign \x8FE9 1235-3
-sign \x9975 1235-3
-sign \x6D31 1235-3
-sign \x73E5 1235-3
-sign \x6BE6 1235-3
-sign \x682E 1235-3
-sign \x94D2 1235-3
-sign \x8848 1235-23
-sign \x723E 1235-3
-sign \x927A 1235-3
-sign \x990C 1235-3
-sign \x99EC 1235-3
-sign \x85BE 1235-3
-sign \x9087 1235-3
-sign \x8DB0 1235-3
-sign \x4E8C 1235-23
-sign \x5F0D 1235-23
-sign \x5F10 1235-23
-sign \x5235 1235-23
-sign \x4F74 1235-23
-sign \x8D30 1235-23
-sign \x8CAE 1235-23
-sign \x8CB3 1235-23
-sign \x8A80 1235-23
-sign \x6A32 1235-23
-sign \x53D1 124-35-1
-sign \x6CB7 124-35-1
-sign \x767A 124-35-1
-sign \x767C 124-35-1
-sign \x5F42 124-35-1
-sign \x5EE2 124-2346-23
-sign \x6A43 124-35-1
-sign \x9197 124-35-1
-sign \x4E4F 124-35-2
-sign \x4F10 124-35-2
-sign \x59C2 124-35-2
-sign \x8337 124-35-2
-sign \x7F5A 124-35-2
-sign \x57A1 124-35-2
-sign \x9600 124-35-2
-sign \x6830 124-35-2
-sign \x7B29 124-35-2
-sign \x7B4F 124-35-2
-sign \x50A0 124-35-2
-sign \x95A5 124-35-2
-sign \x7F70 124-35-2
-sign \x7782 124-35-2
-sign \x7F78 124-35-2
-sign \x85C5 124-35-2
-sign \x4F71 124-35-3
-sign \x6CD5 124-35-3
-sign \x781D 124-35-3
-sign \x9345 124-35-3
-sign \x704B 124-35-3
-sign \x73D0 124-35-23
-sign \x743A 124-35-23
-sign \x9AEA 124-35-23
-sign \x9AEE 124-35-23
-sign \x5E06 124-1236-1
-sign \x5FDB 124-1236-1
-sign \x72BF 124-1236-1
-sign \x756A 124-1236-1
-sign \x52EB 124-1236-1
-sign \x58A6 124-1236-2
-sign \x8543 124-1236-1
-sign \x5643 124-1236-1
-sign \x5E61 124-1236-1
-sign \x61A3 124-1236-1
-sign \x5B0F 124-1236-1
-sign \x65D9 124-1236-1
-sign \x85E9 124-1236-1
-sign \x7FFB 124-1236-1
-sign \x65DB 124-1236-1
-sign \x98BF 124-1236-1
-sign \x8F53 124-1236-1
-sign \x7C53 12-1236-1
-sign \x98DC 124-1236-1
-sign \x9C55 124-1236-1
-sign \x51E3 124-1236-2
-sign \x51E2 124-1236-2
-sign \x51E1 124-1236-2
-sign \x674B 124-1236-2
-sign \x5325 124-1236-2
-sign \x67C9 124-1236-2
-sign \x77FE 124-1236-2
-sign \x9492 124-1236-2
-sign \x7C75 124-1236-2
-sign \x8224 124-1236-2
-sign \x8227 124-1236-2
-sign \x70E6 124-1236-2
-sign \x7B32 124-1236-2
-sign \x91E9 124-1236-2
-sign \x68E5 124-1236-2
-sign \x7169 124-1236-2
-sign \x7DD0 124-1236-2
-sign \x6A0A 124-1236-2
-sign \x74A0 124-1236-2
-sign \x85A0 124-1236-2
-sign \x6A4E 124-1236-2
-sign \x81B0 124-1236-2
-sign \x71D4 124-1236-2
-sign \x7E41 124-1236-2
-sign \x894E 124-1236-2
-sign \x7FB3 124-1236-2
-sign \x7E59 124-1236-1
-sign \x8E6F 124-1236-2
-sign \x8629 124-1236-2
-sign \x792C 124-1236-2
-sign \x702A 124-1236-2
-sign \x9407 124-1236-2
-sign \x703F 124-1236-2
-sign \x881C 124-1236-2
-sign \x9DED 124-1236-2
-sign \x72AD 13-12346-3
-sign \x6535 1234-136-1
-sign \x53CD 124-1236-3
-sign \x6255 124-1236-3
-sign \x8FBA 12-146-1
-sign \x4EEE 124-1236-3
-sign \x8FD4 124-1236-3
-sign \x72AF 124-1236-23
-sign \x6C3E 124-1236-23
-sign \x597F 124-1236-23
-sign \x6C4E 124-1236-23
-sign \x996D 124-1236-23
-sign \x6CDB 124-1236-23
-sign \x8303 124-1236-23
-sign \x8D29 124-1236-23
-sign \x7548 124-1236-23
-sign \x8ED3 124-1236-23
-sign \x8A09 124-1236-23
-sign \x68B5 124-1236-23
-sign \x8CA9 124-1236-23
-sign \x7B35 124-1236-23
-sign \x76D5 124-1236-23
-sign \x98EF 124-1236-23
-sign \x98F0 124-1236-23
-sign \x8EEC 124-1236-23
-sign \x6EFC 124-1236-23
-sign \x7BC4 124-1236-23
-sign \x5B0E 124-1236-23
-sign \x5B14 124-136-23
-sign \x531A 124-236-1
-sign \x65B9 124-236-1
-sign \x90A1 124-236-1
-sign \x574A 124-236-1
-sign \x82B3 124-236-1
-sign \x6C78 124-236-1
-sign \x678B 124-236-1
-sign \x7265 124-236-1
-sign \x794A 12-3456-1
-sign \x94AB 124-236-1
-sign \x8684 124-236-1
-sign \x6DD3 124-236-1
-sign \x8DBD 1234-236-2
-sign \x9201 124-236-1
-sign \x933A 124-236-1
-sign \x9D0B 124-236-1
-sign \x9632 124-236-2
-sign \x59A8 124-236-2
-sign \x80AA 124-236-2
-sign \x623F 124-236-2
-sign \x57C5 124-236-2
-sign \x580F 124-236-1
-sign \x9C82 124-236-2
-sign \x9B74 124-236-2
-sign \x4EFF 124-236-3
-sign \x8BBF 124-236-3
-sign \x7EBA 124-236-3
-sign \x6609 124-236-3
-sign \x6618 124-236-3
-sign \x74EC 124-236-3
-sign \x7706 124-236-3
-sign \x5023 124-236-3
-sign \x822B 124-236-3
-sign \x65CA 124-236-3
-sign \x7D21 124-236-3
-sign \x8A2A 124-236-3
-sign \x9AE3 124-236-3
-sign \x9DAD 124-236-3
-sign \x653E 124-236-23
-sign \x98DE 124-2346-1
-sign \x5983 124-2346-1
-sign \x975E 124-2346-1
-sign \x98DB 124-2346-1
-sign \x83F2 124-2346-1
-sign \x5A53 124-2346-1
-sign \x5561 124-2346-1
-sign \x6E04 124-2346-1
-sign \x5A54 124-2346-1
-sign \x7EEF 124-2346-1
-sign \x7306 124-2346-1
-sign \x975F 124-2346-1
-sign \x6683 124-2346-1
-sign \x6249 124-2346-1
-sign \x88F6 124-2346-1
-sign \x871A 124-2346-1
-sign \x7DCB 124-2346-1
-sign \x970F 124-2346-1
-sign \x9CB1 124-2346-1
-sign \x9925 124-2346-1
-sign \x99A1 124-2346-1
-sign \x9A11 124-2346-1
-sign \x9A1B 124-2346-1
-sign \x9BE1 124-2346-1
-sign \x98DD 124-2346-1
-sign \x80A5 124-2346-2
-sign \x6DDD 124-2346-2
-sign \x8153 124-2346-2
-sign \x8730 124-2346-2
-sign \x88F5 1234-2346-2
-sign \x87E6 124-2346-23
-sign \x80C7 12-24-23
-sign \x670F 124-2346-3
-sign \x80D0 124-2346-3
-sign \x532A 124-2346-3
-sign \x8BFD 124-2346-3
-sign \x966B 1234-2346-2
-sign \x595C 124-2346-3
-sign \x60B1 124-2346-3
-sign \x68D0 124-2346-3
-sign \x6590 124-2346-3
-sign \x69A7 124-2346-3
-sign \x7FE1 124-2346-3
-sign \x855C 124-2346-3
-sign \x8AB9 124-2346-3
-sign \x7BDA 124-2346-3
-sign \x82BE 124-2346-23
-sign \x5420 124-2346-23
-sign \x676E 12-2346-23
-sign \x80BA 124-2346-23
-sign \x72D2 124-2346-23
-sign \x5E9F 124-2346-23
-sign \x6CB8 124-2346-23
-sign \x6632 124-2346-23
-sign \x8D39 124-2346-23
-sign \x539E 124-2346-23
-sign \x5255 124-2346-23
-sign \x4FF7 124-2346-23
-sign \x75BF 124-2346-23
-sign \x8409 124-2346-2
-sign \x5C5D 124-2346-23
-sign \x5EC3 124-2346-23
-sign \x8CBB 124-2346-23
-sign \x75F1 124-2346-23
-sign \x9544 124-2346-23
-sign \x855F 124-35-23
-sign \x66CA 124-2346-23
-sign \x9F23 124-2346-23
-sign \x7648 124-2346-23
-sign \x6FF7 124-2346-23
-sign \x6AE0 124-2346-23
-sign \x9428 124-2346-23
-sign \x9745 124-2346-23
-sign \x5206 124-356-1
-sign \x82AC 124-356-1
-sign \x5429 124-356-1
-sign \x5E09 124-356-1
-sign \x59A2 124-356-2
-sign \x7EB7 124-356-1
-sign \x74F0 124-356-1-123456-3
-sign \x6610 124-356-1
-sign \x6C1B 124-356-1
-sign \x7AD5 124-356-1-156-3456-1
-sign \x886F 124-356-1
-sign \x7FC2 124-356-1
-sign \x7D1B 124-356-1
-sign \x68FB 124-356-1
-sign \x515D 1245-256-1-124-356-1
-sign \x915A 124-356-1
-sign \x8EAE 124-356-1
-sign \x8A1C 124-356-1
-sign \x96F0 124-356-1
-sign \x9216 124-356-1
-sign \x9934 124-356-1
-sign \x6706 124-356-1
-sign \x9959 124-356-1
-sign \x5746 134-2346-2
-sign \x575F 124-356-2
-sign \x5C8E 124-356-2
-sign \x6C7E 124-356-2
-sign \x678C 124-356-2
-sign \x7083 12-356-23
-sign \x670C 12-1236-1
-sign \x80A6 12-1236-1
-sign \x86A1 124-356-2
-sign \x86A0 124-356-2
-sign \x7F92 124-356-2
-sign \x68A4 124-356-2
-sign \x68FC 124-356-2
-sign \x711A 124-356-2
-sign \x84B6 124-356-2
-sign \x999A 124-356-2
-sign \x96AB 124-356-2
-sign \x8561 124-356-2
-sign \x9CFB 12-1236-1
-sign \x9B75 124-356-2
-sign \x71D3 124-356-2
-sign \x8C6E 124-356-2
-sign \x71CC 124-356-2
-sign \x9F22 124-356-2
-sign \x9F16 124-356-2
-sign \x7FB5 124-356-2
-sign \x8F52 124-356-2
-sign \x8C76 124-356-2
-sign \x943C 124-356-2
-sign \x99A9 124-356-2
-sign \x9EC2 124-356-2
-sign \x7C89 124-356-3
-sign \x7793 156-2456-23
-sign \x9EFA 124-356-3
-sign \x4EFD 124-356-23
-sign \x574B 124-356-23
-sign \x5F05 124-356-23
-sign \x594B 124-356-23
-sign \x5FFF 124-356-23
-sign \x79CE 124-356-23
-sign \x507E 124-356-23
-sign \x7CAA 124-356-23
-sign \x6124 124-356-23
-sign \x50E8 124-356-23
-sign \x58B3 124-356-2
-sign \x5E69 124-356-2
-sign \x7356 124-356-2
-sign \x61A4 124-356-23
-sign \x6A68 124-356-2
-sign \x596E 124-356-23
-sign \x81B9 124-356-23
-sign \x9CBC 124-356-23
-sign \x7CDE 124-356-23
-sign \x7035 124-356-23
-sign \x9C5D 124-356-23
-sign \x4E30 124-3456-1
-sign \x98CE 124-3456-1
-sign \x4EF9 124-3456-1
-sign \x51E8 124-3456-1
-sign \x51EC 124-3456-1
-sign \x6CA3 124-3456-1
-sign \x6CA8 124-3456-1
-sign \x59A6 124-3456-1
-sign \x67AB 124-3456-1
-sign \x80A8 1234-236-23
-sign \x51EE 124-3456-1
-sign \x7090 1234-236-23
-sign \x5C01 124-3456-1
-sign \x781C 124-3456-1
-sign \x76FD 124-3456-1
-sign \x98A8 124-3456-1
-sign \x75AF 124-3456-1
-sign \x57C4 124-3456-1
-sign \x5CEF 124-3456-1
-sign \x5CF0 124-3456-1
-sign \x7412 124-3456-1
-sign \x687B 124-3456-1
-sign \x5051 124-3456-1
-sign \x70FD 124-3456-1
-sign \x8451 124-3456-1
-sign \x5D36 124-3456-1
-sign \x950B 124-3456-1
-sign \x7326 124-3456-1
-sign \x728E 124-3456-1
-sign \x6953 124-3456-1
-sign \x8702 124-3456-1
-sign \x78B8 124-3456-1
-sign \x760B 124-3456-1
-sign \x9137 124-3456-1
-sign \x50FC 124-3456-1
-sign \x92D2 124-3456-1
-sign \x6A92 124-3456-1
-sign \x8C50 124-3456-1
-sign \x93BD 124-3456-1
-sign \x93E0 124-3456-1
-sign \x9146 124-3456-1
-sign \x8634 124-3456-1
-sign \x7043 124-3456-1
-sign \x5BF7 124-3456-1
-sign \x882D 124-3456-1
-sign \x98CC 124-3456-1
-sign \x974A 124-3456-1
-sign \x9EB7 124-3456-1
-sign \x51AF 124-3456-2
-sign \x5906 124-3456-2
-sign \x6340 124-3456-2
-sign \x9022 124-3456-2
-sign \x6D72 124-3456-2
-sign \x5838 124-3456-2
-sign \x823D 1234-236-2
-sign \x99AE 124-3456-2
-sign \x6E84 124-3456-1
-sign \x6E22 124-1236-2
-sign \x6453 124-3456-2
-sign \x8242 124-3456-2
-sign \x6F28 124-3456-2
-sign \x7F1D 124-3456-2
-sign \x7D98 124-3456-2
-sign \x7BC8 124-3456-1
-sign \x7E2B 124-3456-2
-sign \x8BBD 124-3456-3
-sign \x552A 124-3456-3
-sign \x8AF7 124-3456-3
-sign \x51E4 124-3456-23
-sign \x5949 124-3456-23
-sign \x752E 124-3456-23
-sign \x4FF8 124-3456-23
-sign \x7128 124-3456-23
-sign \x6E57 124-3456-23
-sign \x8D57 124-3456-23
-sign \x9CEF 124-3456-23
-sign \x7148 124-3456-23
-sign \x9CF3 124-3456-23
-sign \x9D0C 124-3456-23
-sign \x8CF5 124-3456-23
-sign \x8985 12-345-23
-sign \x4ECF 124-26-2
-sign \x4F5B 124-26-2
-sign \x5772 124-26-2
-sign \x68BB 124-26-2
-sign \x7D11 124-12356-2
-sign \x7F36 124-12356-3
-sign \x5426 124-12356-3
-sign \x599A 1234-2346-1
-sign \x7F3B 124-12356-3
-sign \x7F39 124-12356-3
-sign \x96EC 124-12356-3
-sign \x9D00 124-12356-3
-sign \x592B 124-136-1
-sign \x909E 124-136-1
-sign \x4F15 124-136-1
-sign \x544B 124-136-1
-sign \x6C95 134-24-23
-sign \x598B 124-136-1
-sign \x739E 124-136-1
-sign \x59C7 124-136-1
-sign \x80A4 124-136-1
-sign \x8342 124-136-1
-sign \x7806 124-136-1
-sign \x6024 124-136-1
-sign \x886D 124-136-1
-sign \x57BA 1234-12356-2
-sign \x8374 124-136-1
-sign \x5C03 124-136-1
-sign \x5A10 124-136-1
-sign \x9EB8 124-136-1
-sign \x65C9 124-136-1
-sign \x8DBA 124-136-1
-sign \x7D28 124-136-1
-sign \x8DD7 124-136-1
-sign \x7A03 124-136-1
-sign \x9207 124-136-1
-sign \x7B5F 124-136-1
-sign \x911C 124-136-1
-sign \x7D92 124-136-1
-sign \x8C67 124-136-1
-sign \x5B75 124-136-1
-sign \x9CFA 124-136-1
-sign \x9EA9 124-136-1
-sign \x6577 124-136-1
-sign \x819A 124-136-1
-sign \x9EAC 124-136-1
-sign \x7CD0 124-136-1
-sign \x9EB1 124-136-1
-sign \x61EF 124-136-1
-sign \x4E40 124-136-2
-sign \x5DFF 124-136-2
-sign \x5F17 124-136-2
-sign \x4F0F 124-136-2
-sign \x7536 124-136-2
-sign \x51EB 124-136-2
-sign \x6276 124-136-2
-sign \x8299 124-136-2
-sign \x82A3 124-136-2
-sign \x5B5A 124-136-2
-sign \x51B9 124-136-2
-sign \x521C 124-136-2
-sign \x62C2 124-136-2
-sign \x82FB 124-136-2
-sign \x8300 124-136-2
-sign \x678E 124-136-2
-sign \x5488 124-136-2
-sign \x5E17 124-136-2
-sign \x5CAA 124-136-2
-sign \x5F7F 124-136-2
-sign \x670D 124-136-2
-sign \x6CED 124-136-2
-sign \x602B 124-136-2
-sign \x7EC2 124-136-2
-sign \x7ECB 124-136-2
-sign \x73B8 124-136-2
-sign \x97E8 124-136-2
-sign \x5798 124-136-2
-sign \x832F 124-136-2
-sign \x67B9 12-235-1
-sign \x67EB 124-136-2
-sign \x7550 124-136-2
-sign \x7549 124-136-2
-sign \x7F58 124-136-2
-sign \x6C1F 124-136-2
-sign \x4FD8 124-136-2
-sign \x9CEC 124-136-2
-sign \x90DB 124-136-2
-sign \x70A5 124-136-2
-sign \x6D11 124-136-2
-sign \x7953 124-136-2
-sign \x83A9 124-136-2
-sign \x683F 124-136-2
-sign \x7829 124-136-2
-sign \x86A8 124-136-2
-sign \x54F9 124-136-2
-sign \x7557 124-136-2
-sign \x6D6E 124-136-2
-sign \x7408 124-136-2
-sign \x83D4 124-136-2
-sign \x6874 124-136-2
-sign \x8659 124-136-2
-sign \x7B26 124-136-2
-sign \x7B30 124-136-2
-sign \x5310 124-136-2
-sign \x70F0 124-136-2
-sign \x6DAA 124-136-2
-sign \x8274 124-136-2
-sign \x7FC7 124-136-2
-sign \x7D31 124-136-2
-sign \x7D3C 124-136-2
-sign \x844D 124-136-2
-sign \x68F4 124-136-2
-sign \x5E45 124-136-2
-sign \x7F66 124-136-2
-sign \x7D65 124-136-2
-sign \x8F90 124-136-2
-sign \x8709 124-136-2
-sign \x9CE7 124-136-2
-sign \x8240 124-136-2
-sign \x925C 124-136-2
-sign \x9258 124-136-2
-sign \x98AB 124-136-2
-sign \x7CB0 124-136-1
-sign \x798F 124-136-2
-sign \x7D8D 124-136-2
-sign \x6991 124-136-2
-sign \x917B 1356-2456-23
-sign \x7A2A 124-136-2
-sign \x7B99 124-136-2
-sign \x97CD 124-136-2
-sign \x9AF4 124-136-2
-sign \x8760 124-136-2
-sign \x5E5E 124-136-2
-sign \x9D14 124-136-2
-sign \x6F93 124-136-2
-sign \x8F3B 124-136-2
-sign \x8E3E 124-136-2
-sign \x9B84 124-136-2
-sign \x8AE8 124-136-2
-sign \x9EFB 124-136-2
-sign \x9BB2 124-136-2
-sign \x7641 124-136-2
-sign \x8946 124-136-2
-sign \x9D69 124-136-2
-sign \x8965 124-136-2
-sign \x9D9D 124-136-2
-sign \x629A 124-136-3
-sign \x752B 124-136-3
-sign \x62CA 124-136-3
-sign \x65A7 124-136-3
-sign \x5E9C 124-136-3
-sign \x5F23 124-136-3
-sign \x90D9 124-136-3
-sign \x4FCC 124-136-3
-sign \x80D5 124-136-1
-sign \x4FEF 124-136-3
-sign \x91DC 124-136-3
-sign \x91E1 124-136-3
-sign \x636C 124-136-3
-sign \x915C 124-136-1
-sign \x8F85 124-136-3
-sign \x6928 124-136-3
-sign \x76D9 124-136-3
-sign \x8151 124-136-3
-sign \x7124 124-136-3
-sign \x6ECF 124-136-3
-sign \x8F14 124-136-3
-sign \x8150 124-136-3
-sign \x64AB 124-136-3
-sign \x9B34 124-136-3
-sign \x7C20 124-136-3
-sign \x9EFC 124-136-3
-sign \x7236 124-136-23
-sign \x8BA3 124-136-23
-sign \x4ED8 124-136-23
-sign \x8D1F 124-136-23
-sign \x5987 124-136-23
-sign \x9644 124-136-23
-sign \x577F 124-136-23
-sign \x5490 124-136-23
-sign \x961C 124-136-23
-sign \x7ACE 124-136-23
-sign \x9A78 124-136-23
-sign \x8D74 124-136-23
-sign \x67CE 124-136-1
-sign \x590D 124-136-23
-sign \x5CCA 124-136-23
-sign \x8CA0 124-136-23
-sign \x8A03 124-136-23
-sign \x7954 124-136-23
-sign \x86A5 124-136-3
-sign \x889D 124-136-23
-sign \x965A 136-3
-sign \x526F 124-136-23
-sign \x86B9 124-136-23
-sign \x5069 124-136-23
-sign \x51A8 124-136-23
-sign \x5A4F 124-136-23
-sign \x5A66 124-136-23
-sign \x842F 124-136-23
-sign \x8EF5 245-256-3
-sign \x8984 124-136-23
-sign \x8D4B 124-136-23
-sign \x79FF 124-136-23
-sign \x5085 124-136-23
-sign \x86D7 124-136-23
-sign \x5FA9 124-136-23
-sign \x8A42 124-136-23
-sign \x5BCC 124-136-23
-sign \x5A8D 124-136-23
-sign \x6931 124-136-23
-sign \x8179 124-136-23
-sign \x9C8B 124-136-23
-sign \x7F1A 124-136-23
-sign \x8D59 124-136-23
-sign \x8914 124-136-23
-sign \x8907 124-136-23
-sign \x79A3 124-136-23
-sign \x99D9 124-136-23
-sign \x8567 124-136-23
-sign \x8CE6 124-136-23
-sign \x876E 124-136-23
-sign \x875C 124-136-23
-sign \x7DEE 124-136-23
-sign \x8F39 124-136-23
-sign \x9B92 124-136-23
-sign \x7E1B 124-136-23
-sign \x8CFB 124-136-23
-sign \x9362 124-136-23
-sign \x9351 124-136-23
-sign \x9CC6 124-136-23
-sign \x8986 124-136-23
-sign \x99A5 124-136-23
-sign \x9C12 124-136-23
-sign \x88B1 124-136-2
-sign \x65EE 1245-35-1
-sign \x4F3D 1245-1246-1
-sign \x5477 125-1246-1
-sign \x560E 1245-35-1
-sign \x9486 1245-35-2
-sign \x5C1C 1245-35-2
-sign \x5676 1245-35-2
-sign \x5620 1245-35-1
-sign \x9337 1245-35-2
-sign \x738D 1245-35-3
-sign \x5C15 1245-35-3
-sign \x5C2C 1245-35-23
-sign \x9B40 1245-35-23
-sign \x4F85 1245-246-1
-sign \x90C2 1245-246-1
-sign \x8BE5 1245-246-1
-sign \x9654 1245-246-1
-sign \x5793 1245-246-1
-sign \x8344 1245-246-1
-sign \x5CD0 1245-246-1
-sign \x59DF 1245-246-1
-sign \x6650 1245-246-1
-sign \x8D45 1245-246-1
-sign \x7561 1245-246-1
-sign \x7974 1245-246-1
-sign \x9691 1245-246-1
-sign \x7D6F 1245-246-1
-sign \x8C65 1245-246-1
-sign \x8CC5 1245-246-1
-sign \x8A72 1245-246-1
-sign \x8CCC 1245-246-1
-sign \x5FCB 1245-246-3
-sign \x6539 1245-246-3
-sign \x7D60 1245-246-3
-sign \x9385 1245-15-23
-sign \x4E10 1245-246-23
-sign \x4E62 1245-246-23
-sign \x5303 1245-246-23
-sign \x5304 1245-246-23
-sign \x675A 1245-136-1
-sign \x9499 1245-246-23
-sign \x76D6 1245-246-23
-sign \x6461 1245-246-23
-sign \x8462 1245-246-23
-sign \x9223 1245-246-23
-sign \x6E89 1245-246-23
-sign \x84CB 1245-246-23
-sign \x6982 1245-246-23
-sign \x69E9 1245-246-23
-sign \x6224 1245-246-23
-sign \x6F11 1245-246-23
-sign \x69EA 1245-246-23
-sign \x74C2 1245-246-23
-sign \x7518 1245-1236-1
-sign \x8FC0 1245-1236-1
-sign \x8289 1245-1236-1
-sign \x5FD3 1245-1236-1
-sign \x7395 1245-1236-1
-sign \x653C 1245-1236-1
-sign \x809D 1245-1236-1
-sign \x5769 1245-1236-1
-sign \x82F7 1245-1236-1
-sign \x77F8 1245-1236-1
-sign \x6CD4 1245-1236-1
-sign \x73B5 1236-2
-sign \x4E79 1245-1236-1
-sign \x67D1 1245-1236-1
-sign \x8677 1245-1236-1
-sign \x7AFF 1245-1236-1
-sign \x9150 1245-1236-1
-sign \x75B3 1245-1236-1
-sign \x7C93 1245-1236-1
-sign \x4E81 1245-1236-1
-sign \x51F2 1245-1236-1
-sign \x5C34 1245-1236-1
-sign \x5C32 1245-1236-1
-sign \x7B78 1245-1236-1
-sign \x9CF1 1245-1236-1
-sign \x6F27 1245-1236-1
-sign \x5C36 1245-1236-1
-sign \x5C37 1245-1236-1
-sign \x9B50 1245-1236-1
-sign \x4EE0 1245-1236-3
-sign \x625E 125-1236-23
-sign \x6746 1245-1236-1
-sign \x79C6 1245-1236-3
-sign \x8866 1245-1236-3
-sign \x76AF 1245-1236-3
-sign \x8D76 1245-1236-3
-sign \x687F 1245-1236-3
-sign \x7B34 1245-1236-3
-sign \x6562 1245-1236-3
-sign \x7A08 1245-1236-3
-sign \x611F 1245-1236-3
-sign \x8D95 1245-1236-3
-sign \x6F89 1245-1236-3
-sign \x6A44 1245-1236-3
-sign \x64C0 1245-1236-3
-sign \x7C33 1245-1236-3
-sign \x9CE1 1245-1236-3
-sign \x9C64 1245-1236-3
-sign \x5E72 1245-1236-1
-sign \x65F0 1245-1236-23
-sign \x6C75 1245-1236-23
-sign \x76F0 1245-1236-23
-sign \x7EC0 1245-1236-23
-sign \x501D 1245-1236-23
-sign \x51CE 1245-1236-23
-sign \x6DE6 1245-1236-23
-sign \x7D3A 1245-1236-23
-sign \x9AAD 1245-1236-23
-sign \x8A4C 1245-1236-23
-sign \x5E79 1245-1236-23
-sign \x69A6 1245-1236-23
-sign \x6A8A 1245-1236-23
-sign \x8D63 1245-1236-23
-sign \x8D1B 1245-1236-23
-sign \x7068 1245-1236-23
-sign \x5188 1245-236-1
-sign \x7F53 1245-236-1
-sign \x51AE 1245-236-1
-sign \x521A 1245-236-1
-sign \x809B 1245-236-1
-sign \x7EB2 1245-236-1
-sign \x77FC 1245-236-1
-sign \x5CA1 1245-236-1
-sign \x7268 1245-236-1
-sign \x7598 1245-236-1
-sign \x94A2 1245-236-1
-sign \x7F38 1245-236-1
-sign \x7F61 1245-236-1
-sign \x525B 1245-236-1
-sign \x5808 1245-236-1
-sign \x5D17 1245-236-3
-sign \x91ED 1245-236-1
-sign \x68E1 1245-236-1
-sign \x7285 1245-236-1
-sign \x583D 1245-236-1
-sign \x7899 1345-235-2
-sign \x7F41 1245-236-1
-sign \x7DB1 1245-236-1
-sign \x92FC 1245-236-1
-sign \x93A0 1245-236-1
-sign \x5C97 1245-236-3
-sign \x6E2F 1245-236-3
-sign \x6760 1245-236-23
-sign \x6386 1245-236-1
-sign \x7135 1245-236-23
-sign \x7139 1245-236-23
-sign \x7B7B 1245-236-23
-sign \x69D3 1245-236-23
-sign \x6206 1245-236-23
-sign \x768B 1245-235-1
-sign \x9AD8 1245-235-1
-sign \x7F99 134-2346-3
-sign \x7F94 1245-235-1
-sign \x7690 1245-235-1
-sign \x9AD9 1245-235-1
-sign \x81EF 1245-235-1
-sign \x776A 1245-235-1
-sign \x6EDC 1356-26-2
-sign \x69D4 1245-235-1
-sign \x777E 1245-235-1
-sign \x818F 1245-235-1
-sign \x69F9 1245-235-1
-sign \x6A70 1245-235-1
-sign \x7BD9 1245-235-1
-sign \x7CD5 1245-235-1
-sign \x993B 1245-235-1
-sign \x6ADC 1245-235-1
-sign \x97DF 1245-235-1
-sign \x9F1B 1245-235-1
-sign \x9DCE 1245-235-1
-sign \x9DF1 1245-235-1
-sign \x5930 1245-235-3
-sign \x6772 1245-235-3
-sign \x83D2 1245-235-3
-sign \x7A01 1245-235-3
-sign \x641E 1245-235-3
-sign \x7B76 1245-235-3
-sign \x7F1F 1245-235-3
-sign \x69C1 1245-235-3
-sign \x7354 125-235-2
-sign \x69C0 1245-235-3
-sign \x9550 1245-235-3
-sign \x7A3F 1245-235-3
-sign \x7A3E 1245-235-3
-sign \x7E1E 1245-235-3
-sign \x85C1 1245-235-3
-sign \x85F3 1245-235-3
-sign \x6ABA 1245-235-3
-sign \x93AC 1245-235-3
-sign \x543F 1245-235-23
-sign \x544A 1245-235-23
-sign \x90DC 1245-235-23
-sign \x52C2 1245-235-23
-sign \x8BF0 1245-235-23
-sign \x5CFC 1245-235-23
-sign \x796E 1245-235-23
-sign \x7970 1245-235-23
-sign \x9506 1245-235-23
-sign \x66A0 125-235-23
-sign \x8AA5 1245-235-23
-sign \x799E 1245-235-23
-sign \x92EF 1245-235-23
-sign \x6208 1245-26-1
-sign \x572A 1245-26-1
-sign \x72B5 1245-26-1
-sign \x7EA5 1245-26-1
-sign \x6213 1245-26-1
-sign \x8090 1245-26-1
-sign \x726B 1245-26-1
-sign \x7599 1245-26-1
-sign \x54AF 123-135
-sign \x7271 1245-26-1
-sign \x54E5 1245-26-1
-sign \x80F3 1245-26-1
-sign \x9E3D 1245-26-1
-sign \x88BC 1245-26-1
-sign \x6401 1245-26-1
-sign \x5272 1245-26-1
-sign \x6ED2 1245-26-1
-sign \x5F41 1245-26-1
-sign \x6228 1245-26-1
-sign \x6B4C 1245-26-1
-sign \x9D1A 1245-26-1
-sign \x64F1 1245-26-1
-sign \x9D3F 1245-26-1
-sign \x8B0C 1245-26-1
-sign \x93B6 1245-26-1
-sign \x5444 1245-26-2
-sign \x4F6E 1245-26-2
-sign \x530C 1245-26-2
-sign \x630C 1245-26-2
-sign \x9769 1245-26-2
-sign \x8316 1245-26-2
-sign \x9601 1245-26-2
-sign \x683C 1245-26-2
-sign \x9B32 1245-26-2
-sign \x654B 1245-26-2
-sign \x81F5 1245-26-2
-sign \x86D2 1245-26-2
-sign \x6105 1245-26-2
-sign \x88D3 1245-26-2
-sign \x9694 1245-26-2
-sign \x5865 1245-26-2
-sign \x55DD 1245-26-2
-sign \x89E1 1245-26-2
-sign \x6EC6 1245-26-2
-sign \x69C5 1245-26-2
-sign \x95A4 1245-26-2
-sign \x95A3 1245-26-2
-sign \x643F 1245-26-2
-sign \x8188 1245-26-2
-sign \x9788 1245-26-2
-sign \x9ABC 1245-26-2
-sign \x9549 1245-26-2
-sign \x97D0 1245-26-2
-sign \x8F35 1245-26-2
-sign \x81C8 123-35-23
-sign \x8AFD 1245-26-2
-sign \x9BAF 1245-26-2
-sign \x6ACA 1245-26-2
-sign \x9398 1245-26-2
-sign \x97DA 1245-26-2
-sign \x9A14 1245-26-2
-sign \x8F55 1245-26-2
-sign \x97B7 1245-26-2
-sign \x9C2A 26-23
-sign \x54FF 1245-26-3
-sign \x8238 1245-26-3
-sign \x845B 1245-26-3
-sign \x55F0 1245-26-3
-sign \x4E2A 1245-26-23
-sign \x5404 1245-26-23
-sign \x867C 1245-26-23
-sign \x500B 1245-26-23
-sign \x784C 1245-26-23
-sign \x94EC 1245-26-23
-sign \x7B87 1245-26-23
-sign \x927B 1245-26-23
-sign \x7366 1245-26-2
-sign \x7ED9 1245-2346-3
-sign \x7D66 1245-2346-3
-sign \x6839 1245-356-1
-sign \x8DDF 1245-356-1
-sign \x54CF 1245-356-2
-sign \x4E98 1245-356-23
-sign \x4E99 1245-356-23
-sign \x826E 1245-356-23
-sign \x831B 1245-356-23
-sign \x6404 1245-356-23
-sign \x63EF 1245-356-23
-sign \x522F 1245-3456-1
-sign \x5E9A 1245-3456-1
-sign \x754A 1245-3456-1
-sign \x8015 1245-3456-1
-sign \x6D6D 1245-3456-1
-sign \x83EE 1245-3456-1
-sign \x6929 1245-3456-1
-sign \x8D53 1245-3456-1
-sign \x713F 1245-3456-1
-sign \x7D5A 1245-3456-1
-sign \x9E52 1245-3456-1
-sign \x8CE1 1245-3456-1
-sign \x7FAE 1245-3456-1
-sign \x7E06 1245-3456-1
-sign \x7DEA 1245-3456-1
-sign \x9D8A 1245-3456-1
-sign \x7FB9 1245-3456-1
-sign \x90E0 1245-3456-3
-sign \x57C2 1245-3456-3
-sign \x632D 1245-3456-3
-sign \x803F 1245-3456-3
-sign \x8384 1245-3456-3
-sign \x54FD 1245-3456-3
-sign \x5CFA 1245-3456-3
-sign \x7EE0 1245-3456-3
-sign \x6897 1245-3456-3
-sign \x7D86 1245-3456-3
-sign \x9CA0 1245-3456-3
-sign \x9ABE 1245-3456-3
-sign \x9BC1 1245-3456-3
-sign \x66F4 1245-3456-23
-sign \x5829 1245-3456-23
-sign \x5DE5 1245-256-1
-sign \x5F13 1245-256-1
-sign \x53B7 1245-256-1
-sign \x516C 1245-256-1
-sign \x529F 1245-256-1
-sign \x653B 1245-256-1
-sign \x675B 1245-256-1
-sign \x80B1 1245-256-1
-sign \x7CFC 1245-256-1
-sign \x5BAB 1245-256-1
-sign \x606D 1245-256-1
-sign \x86A3 1245-256-1
-sign \x8EAC 1245-256-1
-sign \x5BAE 1245-256-1
-sign \x9F9A 1245-256-1
-sign \x5311 1245-256-1
-sign \x5868 1245-256-1
-sign \x5E4A 1245-256-1
-sign \x8EB3 1245-256-1
-sign \x89E5 1245-256-1
-sign \x6129 1245-256-1
-sign \x78BD 1245-256-1
-sign \x5314 1245-256-1
-sign \x9AF8 1245-256-1
-sign \x5163 1245-256-1-123-24-2
-sign \x7BE2 123-256-3
-sign \x89F5 1245-256-1
-sign \x9F8F 1245-256-1
-sign \x9F94 1245-256-1
-sign \x5EFE 1245-256-3
-sign \x5DE9 1245-256-3
-sign \x6C5E 1245-256-3
-sign \x62F1 1245-256-3
-sign \x73D9 1245-256-3
-sign \x62F2 1245-256-3
-sign \x6831 1245-256-3
-sign \x8F01 1245-256-3
-sign \x978F 1245-256-3
-sign \x5171 1245-256-23
-sign \x8D21 1245-256-23
-sign \x4F9B 1245-256-1
-sign \x7FBE 1245-256-23
-sign \x8CA2 1245-256-23
-sign \x551D 1245-256-3
-sign \x6150 1245-256-23
-sign \x7195 1245-256-23
-sign \x8D11 1245-1236-23
-sign \x52FE 1245-12356-1
-sign \x6285 1245-346-1
-sign \x4F5D 1245-12356-1
-sign \x6C9F 1245-12356-1
-sign \x6CC3 1245-346-1
-sign \x94A9 1245-12356-1
-sign \x5193 1245-12356-23
-sign \x920E 1245-12356-1
-sign \x7F11 1245-12356-1
-sign \x9264 1245-12356-1
-sign \x6E9D 1245-12356-1
-sign \x8920 1245-12356-1
-sign \x7DF1 1245-12356-1
-sign \x7BDD 1245-12356-1
-sign \x97B2 1245-12356-1
-sign \x7C3C 1245-12356-1
-sign \x97DD 1245-12356-1
-sign \x82B6 1245-12356-3
-sign \x82DF 1245-12356-3
-sign \x5CA3 1245-12356-3
-sign \x72D7 1245-12356-3
-sign \x73BD 1245-12356-3
-sign \x8007 1245-12356-3
-sign \x8009 1245-12356-3
-sign \x67B8 1245-12356-3
-sign \x8008 1245-12356-3
-sign \x86BC 1245-12356-3
-sign \x7B31 1245-12356-3
-sign \x8C7F 1245-12356-3
-sign \x5778 1245-12356-23
-sign \x6784 1245-12356-23
-sign \x8D2D 1245-12356-23
-sign \x8BDF 1245-12356-23
-sign \x57A2 1245-12356-23
-sign \x8329 125-12356-23
-sign \x59E4 1245-12356-23
-sign \x88A7 1245-12356-1
-sign \x591F 1245-12356-23
-sign \x5920 1245-12356-23
-sign \x508B 1245-12356-23
-sign \x8A3D 1245-12356-23
-sign \x9058 1245-12356-23
-sign \x6406 1245-12356-23
-sign \x5F40 1245-12356-23
-sign \x96CA 1245-12356-23
-sign \x8A6C 1245-12356-23
-sign \x5ABE 1245-12356-23
-sign \x89CF 1245-12356-23
-sign \x69CB 1245-12356-23
-sign \x7179 1245-12356-23
-sign \x6480 1245-12356-23
-sign \x89AF 1245-12356-23
-sign \x8CFC 1245-12356-23
-sign \x4F30 1245-136-1
-sign \x5495 1245-136-1
-sign \x6CBD 1245-136-1
-sign \x6CD2 1245-136-1
-sign \x5B64 1245-136-1
-sign \x59D1 1245-136-1
-sign \x67E7 1245-136-1
-sign \x8F71 1245-136-1
-sign \x9E2A 1245-136-1
-sign \x5502 1245-136-1
-sign \x7F5B 1245-136-1
-sign \x83F0 1245-136-1
-sign \x83C7 1245-136-1
-sign \x86C4 1245-136-1
-sign \x7B1F 1245-136-1
-sign \x84C7 1245-136-1
-sign \x8F9C 1245-136-1
-sign \x8EF2 1245-136-1
-sign \x8EF1 1245-136-1
-sign \x9164 1245-136-1
-sign \x55D7 1245-136-3
-sign \x89DA 1245-136-1
-sign \x6BC2 1245-136-3
-sign \x9232 1245-136-1
-sign \x7B8D 1245-136-1
-sign \x7B9B 1245-136-1
-sign \x7BD0 1245-136-1
-sign \x5AF4 1245-136-1
-sign \x9D23 1245-136-1
-sign \x6A6D 1245-136-1
-sign \x9B95 1245-136-1
-sign \x8F42 1245-136-3
-sign \x5903 16-2
-sign \x53E4 1245-136-3
-sign \x6262 1245-136-3
-sign \x6287 1245-136-2
-sign \x8C37 1245-136-3
-sign \x6C69 1245-136-3
-sign \x8BC2 1245-136-3
-sign \x80A1 1245-136-3
-sign \x9AA8 1245-136-3
-sign \x726F 1245-136-3
-sign \x5503 1245-136-1
-sign \x7F5F 1245-136-3
-sign \x94B4 1245-136-3
-sign \x9027 1245-136-3
-sign \x7F96 1245-136-3
-sign \x86CA 1245-136-3
-sign \x86CC 1245-136-3
-sign \x5552 1245-136-3
-sign \x50A6 1245-136-3
-sign \x8135 1245-136-3
-sign \x6DC8 1245-136-3
-sign \x5C33 1245-136-3
-sign \x7138 1245-136-3
-sign \x9989 1245-136-3
-sign \x8A41 1245-136-3
-sign \x6132 1245-136-3
-sign \x9F13 1245-136-3
-sign \x9F14 1245-136-3
-sign \x69BE 1245-136-23
-sign \x9237 1245-136-3
-sign \x76B7 1245-136-3
-sign \x6996 1245-136-3
-sign \x560F 1245-136-3
-sign \x9E58 1245-136-3
-sign \x7A40 1245-136-3
-sign \x7E0E 1245-136-3
-sign \x7CD3 1245-136-3
-sign \x85A3 1245-136-3
-sign \x76BC 1245-136-3
-sign \x9936 1245-136-3
-sign \x81CC 1245-136-3
-sign \x6FF2 1245-136-3
-sign \x77BD 1245-136-3
-sign \x76EC 1245-136-3
-sign \x7014 1245-136-3
-sign \x9DBB 1245-136-2
-sign \x8831 1245-136-3
-sign \x56FA 1245-136-23
-sign \x6545 1245-136-23
-sign \x6018 1245-136-23
-sign \x987E 1245-136-23
-sign \x51C5 1245-136-23
-sign \x580C 1245-136-23
-sign \x688F 1245-136-23
-sign \x5D13 1245-136-23
-sign \x5D2E 1245-136-23
-sign \x727F 1245-136-23
-sign \x68DD 1245-136-23
-sign \x96C7 1245-136-23
-sign \x797B 1245-136-23
-sign \x980B 1245-136-23
-sign \x9522 1245-136-23
-sign \x7A12 1245-136-23
-sign \x75FC 1245-136-23
-sign \x50F1 1245-136-23
-sign \x932E 1245-136-23
-sign \x9CB4 1245-136-23
-sign \x9BDD 1245-136-23
-sign \x9867 1245-136-23
-sign \x74DC 1245-123456-1
-sign \x82FD 1245-136-1
-sign \x5471 1245-123456-1
-sign \x522E 1245-123456-1
-sign \x80CD 1245-123456-1
-sign \x9E39 1245-123456-1
-sign \x98AA 1245-136-1
-sign \x6B44 1245-123456-1
-sign \x713B 12345-236-23
-sign \x7171 1245-123456-1
-sign \x5280 1245-123456-1
-sign \x7DFA 1245-123456-1
-sign \x92BD 1245-123456-1
-sign \x9D30 1245-123456-1
-sign \x9A27 1245-123456-1
-sign \x53E7 1245-123456-3
-sign \x518E 1245-123456-3
-sign \x5250 1245-123456-3
-sign \x526E 1245-123456-3
-sign \x5BE1 1245-123456-3
-sign \x5366 1245-123456-23
-sign \x576C 1245-123456-23
-sign \x8BD6 1245-123456-23
-sign \x6302 1245-123456-23
-sign \x639B 1245-123456-23
-sign \x5569 1245-123456-23
-sign \x7F63 1245-123456-23
-sign \x7D53 1245-123456-23
-sign \x7F6B 1245-123456-23
-sign \x8A7F 1245-123456-23
-sign \x8902 1245-123456-23
-sign \x4E56 1245-13456-1
-sign \x62D0 1245-13456-3
-sign \x67B4 1245-13456-3
-sign \x67FA 1245-13456-3
-sign \x7B89 1245-13456-3
-sign \x602A 1245-13456-23
-sign \x6060 1245-13456-23
-sign \x5672 13-13456-23
-sign \x5173 1245-12456-1
-sign \x89C2 1245-12456-1
-sign \x5B98 1245-12456-1
-sign \x898C 1245-12456-1
-sign \x500C 1245-12456-1
-sign \x8416 1245-12456-3
-sign \x8484 1245-12456-1
-sign \x68FA 1245-12456-1
-sign \x7AA4 1245-12456-1
-sign \x95A2 1245-12456-1
-sign \x761D 1245-12456-1
-sign \x95D7 1245-12456-1
-sign \x89B3 1245-12456-1
-sign \x9CCF 1245-12456-1
-sign \x764F 1245-12456-1
-sign \x95DC 1245-12456-1
-sign \x9C25 1245-12456-1
-sign \x89C0 1245-12456-1
-sign \x9C5E 1245-12456-1
-sign \x6B1F 1245-12456-23
-sign \x839E 12456-3
-sign \x9986 1245-12456-3
-sign \x7B66 1245-12456-3
-sign \x75EF 1245-12456-3
-sign \x7BA1 1245-12456-3
-sign \x8F28 1245-12456-3
-sign \x8218 1245-12456-3
-sign \x9327 1245-12456-3
-sign \x9928 1245-12456-3
-sign \x9CE4 1245-12456-3
-sign \x535D 1245-12456-23
-sign \x6BCC 1245-12456-23
-sign \x4E31 1245-12456-23
-sign \x8D2F 1245-12456-23
-sign \x6CF4 1245-12456-23
-sign \x51A0 1245-12456-1
-sign \x63BC 1245-12456-23
-sign \x6DAB 1245-12456-23
-sign \x60BA 1245-12456-23
-sign \x60EF 1245-12456-23
-sign \x5A60 123456-23
-sign \x8CAB 1245-12456-23
-sign \x60B9 1245-12456-23
-sign \x797C 1245-12456-23
-sign \x645C 1245-12456-23
-sign \x6F45 1245-12456-23
-sign \x6163 1245-12456-23
-sign \x9066 1245-12456-23
-sign \x6A0C 1245-12456-23
-sign \x76E5 1245-12456-23
-sign \x96DA 1245-12456-23
-sign \x7F46 1245-12456-23
-sign \x8E80 1245-12456-23
-sign \x93C6 1245-12456-23
-sign \x704C 1245-12456-23
-sign \x74D8 1245-12456-23
-sign \x721F 1245-12456-23
-sign \x9E73 1245-12456-23
-sign \x7936 1245-12456-23
-sign \x77D4 1245-12456-23
-sign \x7F50 1245-12456-23
-sign \x9475 1245-12456-23
-sign \x9E1B 1245-12456-23
-sign \x9C79 1245-12456-23
-sign \x5149 1245-2356-1
-sign \x706E 1245-2356-1
-sign \x7097 1245-2356-1
-sign \x709A 1245-2356-1
-sign \x4F8A 1245-2356-1
-sign \x709B 1245-2356-1
-sign \x5799 1245-2356-1
-sign \x6304 1245-2356-1
-sign \x832A 1245-2356-1
-sign \x54A3 1245-2356-1
-sign \x6D38 1245-2356-1
-sign \x59EF 1245-2356-1
-sign \x73D6 1245-2356-1
-sign \x80F1 1245-2356-1
-sign \x70E1 1245-2356-1
-sign \x7844 1245-2356-1
-sign \x8F04 1245-2356-1
-sign \x50D9 1245-2356-1
-sign \x92A7 1245-2356-1
-sign \x9EC6 1245-2356-1
-sign \x5E7F 1245-2356-3
-sign \x5E83 1245-2356-3
-sign \x72B7 1245-2356-3
-sign \x5EE3 1245-2356-3
-sign \x7377 1245-2356-3
-sign \x81E9 1245-2356-3
-sign \x4FC7 1245-2356-23
-sign \x6844 1245-2356-1
-sign \x901B 1245-2356-23
-sign \x81E6 1245-2356-23
-sign \x6497 1245-2356-23
-sign \x5F52 1245-2456-1
-sign \x572D 1245-2456-1
-sign \x9F9F 1245-2456-1
-sign \x59AB 1245-2456-1
-sign \x89C4 1245-2456-1
-sign \x90BD 1245-2456-1
-sign \x8325 1245-2456-1
-sign \x7688 1245-2456-1
-sign \x95FA 1245-2456-1
-sign \x73EA 1245-2456-1
-sign \x5E30 1245-2456-1
-sign \x80FF 1245-2456-1
-sign \x898F 1245-2456-1
-sign \x7845 1245-2456-1
-sign \x4E80 1245-2456-1
-sign \x7A90 123456-1
-sign \x88BF 1245-2456-1
-sign \x691D 1245-2456-1
-sign \x5AAF 1245-2456-1
-sign \x7470 1245-2456-1
-sign \x90CC 1245-2456-1
-sign \x5AE2 1245-2456-1
-sign \x646B 1245-2456-1
-sign \x95A8 1245-2456-1
-sign \x9C91 1245-2456-1
-sign \x69FC 1245-2456-1
-sign \x69FB 1245-2456-1
-sign \x879D 1245-2456-23
-sign \x5DB2 1245-2456-1
-sign \x5B00 1245-2456-1
-sign \x749D 1245-2456-1
-sign \x77A1 1245-2456-1
-sign \x81AD 1245-2456-1
-sign \x9F9C 1245-2456-1
-sign \x9BAD 1245-2456-1
-sign \x7AC3 1356-235-23
-sign \x9B36 1245-2456-1
-sign \x5DC2 1245-2456-1
-sign \x6B78 1245-2456-1
-sign \x9A29 1245-2456-1
-sign \x74CC 1245-2456-1
-sign \x9B39 1245-2456-1
-sign \x6AF7 1245-2456-1
-sign \x6C3F 1245-2456-3
-sign \x5B84 1245-2456-3
-sign \x8F68 1245-2456-3
-sign \x5E8B 1245-2456-3
-sign \x5326 1245-2456-3
-sign \x4F79 1245-2456-3
-sign \x8BE1 1245-2456-3
-sign \x9652 1245-2456-3
-sign \x579D 1245-2456-3
-sign \x8ECC 1245-2456-3
-sign \x9B3C 1245-2456-3
-sign \x6051 1245-2456-3
-sign \x59FD 1245-2456-3
-sign \x7678 1245-2456-3
-sign \x5EAA 1245-2456-3
-sign \x796A 1245-2456-3
-sign \x532D 1245-2456-3
-sign \x6677 1245-2456-3
-sign \x86EB 1245-2456-3
-sign \x6E40 1245-2456-3
-sign \x89E4 1245-2456-3
-sign \x8A6D 1245-2456-3
-sign \x53AC 1245-2456-3
-sign \x7C0B 1245-2456-3
-sign \x87E1 1245-2456-3
-sign \x6530 1245-2456-23
-sign \x660B 1245-2456-23
-sign \x67DC 1245-2456-23
-sign \x7085 1245-2456-23
-sign \x523F 1245-2456-23
-sign \x523D 1245-2456-23
-sign \x8D35 1245-2456-23
-sign \x6531 1245-2456-3
-sign \x6842 1245-2456-23
-sign \x6867 1245-2456-23
-sign \x6922 1245-2456-23
-sign \x8CB4 1245-2456-23
-sign \x7B40 1245-2456-23
-sign \x7324 1245-2456-23
-sign \x84D5 1245-2456-23
-sign \x8DEA 1245-2456-23
-sign \x6E8E 146-23
-sign \x648C 1245-2456-23
-sign \x69F6 1245-2456-23
-sign \x528C 1245-2456-23
-sign \x528A 1245-2456-23
-sign \x77B6 1245-2456-23
-sign \x7C02 1245-135-2
-sign \x79AC 1245-2456-23
-sign \x6AC3 1245-2456-23
-sign \x8958 1245-2456-23
-sign \x9CDC 1245-2456-23
-sign \x97BC 1245-2456-23
-sign \x9C56 1245-2456-23
-sign \x9C65 1245-2456-23
-sign \x886E 1245-25-3
-sign \x889E 1245-25-3
-sign \x60C3 1245-25-3
-sign \x7EF2 1245-25-3
-sign \x8F8A 1245-25-3
-sign \x84D8 1245-25-3
-sign \x6EDA 1245-25-3
-sign \x88F7 12346-1
-sign \x8509 1245-25-3
-sign \x6EFE 1245-25-3
-sign \x7DC4 1245-25-3
-sign \x8F25 1245-25-3
-sign \x78D9 1245-25-3
-sign \x9CA7 1245-25-3
-sign \x7DF7 1245-25-3
-sign \x9B8C 1245-25-3
-sign \x9BC0 1245-25-3
-sign \x742F 1245-12456-3
-sign \x68CD 1245-25-23
-sign \x7754 1245-25-23
-sign \x7774 1245-25-23
-sign \x74AD 1245-25-23
-sign \x8B34 1245-25-23
-sign \x5459 1245-135-1
-sign \x57DA 1245-135-1
-sign \x90ED 1245-135-1
-sign \x556F 1245-135-1
-sign \x5D1E 1245-135-1
-sign \x8052 1245-135-1
-sign \x6947 1245-135-1
-sign \x9505 1245-135-1
-sign \x921B 1245-135-1
-sign \x588E 1245-135-1
-sign \x7611 1245-135-1
-sign \x8748 1245-135-1
-sign \x5613 1245-135-1
-sign \x6FC4 135-1
-sign \x934B 1245-135-1
-sign \x87C8 1245-135-1
-sign \x9439 1245-135-23
-sign \x56EF 1245-135-2
-sign \x56FD 1245-135-2
-sign \x56F6 1245-135-2
-sign \x56FB 1245-135-2
-sign \x5700 1245-135-2
-sign \x63B4 1245-135-2
-sign \x570B 1245-135-2
-sign \x5E3C 1245-135-2
-sign \x8158 1245-135-2
-sign \x6451 1245-135-2
-sign \x805D 1245-135-2
-sign \x852E 1245-135-2
-sign \x5E57 1245-135-2
-sign \x6F0D 1245-135-2
-sign \x6156 1245-135-2
-sign \x8662 1245-135-2
-sign \x9998 1245-135-2
-sign \x679C 1245-135-3
-sign \x83D3 1245-135-3
-sign \x7313 1245-135-3
-sign \x9983 1245-135-3
-sign \x6DC9 1245-135-3
-sign \x60C8 1245-135-3
-sign \x6901 1245-135-3
-sign \x8901 1245-135-3
-sign \x69E8 1245-135-3
-sign \x873E 1245-135-3
-sign \x88F9 1245-135-3
-sign \x7CBF 1245-135-3
-sign \x7DB6 1245-135-3
-sign \x8F20 1245-135-3
-sign \x991C 1245-135-3
-sign \x8FC7 1245-135-23
-sign \x904E 1245-135-23
-sign \x8142 1245-135-23
-sign \x54C8 125-35-1
-sign \x94EA 125-35-1
-sign \x927F 125-35-1
-sign \x86E4 1245-26-2
-sign \x8FD8 125-246-2
-sign \x5B69 125-246-2
-sign \x9AB8 125-246-2
-sign \x9084 125-246-2
-sign \x80F2 125-246-3
-sign \x6D77 125-246-3
-sign \x70F8 125-246-3
-sign \x5870 125-246-3
-sign \x917C 125-246-3
-sign \x91A2 125-246-3
-sign \x4EA5 125-246-23
-sign \x9A87 125-246-23
-sign \x6C26 125-246-23
-sign \x5BB3 125-246-23
-sign \x55D0 125-246-23
-sign \x9900 125-246-23
-sign \x99ED 125-246-23
-sign \x99F4 125-246-23
-sign \x56A1 125-15-2
-sign \x995A 125-246-23
-sign \x4F44 1245-1236-23
-sign \x9878 125-1236-1
-sign \x54FB 125-1236-1
-sign \x86B6 125-1236-1
-sign \x9807 125-1236-1
-sign \x9163 125-1236-1
-sign \x8C3D 125-1236-1
-sign \x5AE8 125-1236-1
-sign \x61A8 125-1236-1
-sign \x99A0 125-1236-1
-sign \x9B7D 125-1236-1
-sign \x9F3E 125-1236-1
-sign \x9097 125-1236-2
-sign \x90AF 125-1236-2
-sign \x542B 125-1236-2
-sign \x5481 125-146-2
-sign \x80A3 125-1236-2
-sign \x51FD 125-1236-2
-sign \x51FE 125-1236-2
-sign \x5505 125-1236-2
-sign \x6D5B 125-1236-2
-sign \x5A22 125-1236-2
-sign \x5705 125-1236-2
-sign \x7400 125-1236-23
-sign \x6892 125-1236-2
-sign \x6657 125-1236-2
-sign \x5D21 125-1236-2
-sign \x7113 125-1236-2
-sign \x6DB5 125-1236-2
-sign \x97E9 125-1236-2
-sign \x5D45 125-1236-2
-sign \x5BD2 125-1236-2
-sign \x751D 125-1236-2
-sign \x7B68 125-1236-2
-sign \x872C 125-1236-2
-sign \x92E1 125-1236-2
-sign \x6F8F 125-1236-2
-sign \x97D3 125-1236-2
-sign \x5388 125-1236-3
-sign \x7F55 125-1236-3
-sign \x6D6B 125-1236-3
-sign \x558A 125-1236-3
-sign \x850A 125-1236-3
-sign \x8C43 1245-1236-3
-sign \x95DE 13-1236-23
-sign \x9B2B 125-1236-3
-sign \x6C49 125-1236-23
-sign \x5C7D 125-1236-23
-sign \x95EC 125-1236-23
-sign \x6C57 125-1236-23
-sign \x65F1 125-1236-23
-sign \x57BE 125-1236-23
-sign \x634D 125-1236-23
-sign \x839F 125-1236-23
-sign \x7302 125-1236-23
-sign \x6D86 125-1236-23
-sign \x608D 125-1236-23
-sign \x83E1 125-1236-23
-sign \x6658 125-1236-23
-sign \x9588 125-1236-23
-sign \x91EC 125-1236-23
-sign \x710A 125-1236-23
-sign \x6DCA 146-1
-sign \x7745 125-1236-23
-sign \x7694 125-1236-23
-sign \x99AF 125-1236-2
-sign \x86FF 125-1236-23
-sign \x50BC 125-1236-23
-sign \x9894 125-1236-23
-sign \x6496 125-1236-23
-sign \x872D 125-1236-23
-sign \x6F22 125-1236-23
-sign \x66B5 125-1236-23
-sign \x92B2 125-1236-23
-sign \x92CE 125-1236-23
-sign \x71AF 125-1236-23
-sign \x64BC 125-1236-23
-sign \x8792 125-1236-23
-sign \x7FF0 125-1236-23
-sign \x9837 125-1236-23
-sign \x6FA3 125-12456-23
-sign \x61BE 125-1236-23
-sign \x99FB 125-1236-23
-sign \x9844 125-1236-23
-sign \x96D7 125-1236-23
-sign \x8B40 125-1236-23
-sign \x701A 125-1236-23
-sign \x9DBE 125-1236-23
-sign \x7233 125-1236
-sign \x592F 125-236-1
-sign \x884C 125-16-2
-sign \x82C0 125-236-2
-sign \x8FD2 125-236-2
-sign \x676D 125-236-2
-sign \x65BB 125-236-2
-sign \x57B3 125-236-2
-sign \x7ED7 125-236-2
-sign \x86A2 125-236-2
-sign \x7B10 125-236-2
-sign \x822A 125-236-2
-sign \x9883 125-236-2
-sign \x8CA5 125-236-2
-sign \x7B55 125-236-2
-sign \x7D4E 125-236-2
-sign \x980F 125-236-2
-sign \x9B67 125-236-2
-sign \x6C86 125-236-23
-sign \x84BF 125-235-1
-sign \x8585 125-235-1
-sign \x5686 125-235-1
-sign \x6BDC 125-235-2
-sign \x547A 125-345-1
-sign \x7AD3 125-235-2-156-3456-1
-sign \x869D 125-235-2
-sign \x6BEB 125-235-2
-sign \x6903 125-235-2
-sign \x55E5 125-235-2
-sign \x7346 125-235-2
-sign \x5651 125-235-2
-sign \x8C6A 125-235-2
-sign \x8660 1245-345-1
-sign \x5637 125-235-2
-sign \x734B 125-235-2
-sign \x8AD5 125-235-2
-sign \x512B 125-235-2
-sign \x58D5 125-235-2
-sign \x568E 125-235-2
-sign \x6FE0 125-235-2
-sign \x8814 125-235-2
-sign \x7C47 125-235-2
-sign \x8B79 125-235-2
-sign \x597D 125-235-3
-sign \x90DD 125-235-3
-sign \x53F7 125-235-23
-sign \x660A 125-235-23
-sign \x6626 125-235-23
-sign \x79CF 125-235-23
-sign \x8017 125-235-23
-sign \x54E0 125-235-23
-sign \x6D69 125-235-23
-sign \x608E 125-235-23
-sign \x604F 125-235-23
-sign \x6667 125-235-23
-sign \x6DCF 125-235-23
-sign \x5090 125-235-23
-sign \x7693 125-235-23
-sign \x9117 125-235-23
-sign \x8055 125-235-23
-sign \x865F 125-235-23
-sign \x6EC8 125-235-23
-sign \x66A4 125-235-23
-sign \x66AD 125-235-23
-sign \x769E 125-235-23
-sign \x769C 125-235-23
-sign \x6F94 125-235-23
-sign \x8583 125-235-23
-sign \x66CD 125-235-2
-sign \x76A1 125-235-23
-sign \x7FEF 125-26-23
-sign \x76A5 125-235-23
-sign \x98A2 125-235-23
-sign \x9865 125-235-23
-sign \x9C1D 125-235-23
-sign \x704F 125-235-23
-sign \x705D 125-235-23
-sign \x8BC3 125-26-1
-sign \x62B2 125-26-1
-sign \x5475 125-26-1
-sign \x6B31 125-26-1
-sign \x559D 125-26-1
-sign \x8A36 125-26-1
-sign \x55EC 125-26-1
-sign \x881A 125-26-1
-sign \x79BE 125-26-2
-sign \x5408 125-26-2
-sign \x4F55 125-26-2
-sign \x548A 125-26-2
-sign \x548C 125-26-2
-sign \x52BE 125-26-2
-sign \x6CB3 125-26-2
-sign \x59C0 125-26-2
-sign \x67C7 125-26-2
-sign \x76C7 125-26-2
-sign \x66F7 125-26-2
-sign \x5CC6 125-26-2
-sign \x72E2 125-26-2
-sign \x9978 125-26-2
-sign \x9602 125-26-2
-sign \x7C7A 125-26-2
-sign \x7D07 1245-26-1
-sign \x76CD 125-26-2
-sign \x8377 125-26-2
-sign \x6838 125-26-2
-sign \x54EC 125-26-2
-sign \x76C9 125-26-2
-sign \x8402 125-26-2
-sign \x83CF 125-26-2
-sign \x9F81 125-26-2
-sign \x555D 125-26-2
-sign \x79F4 1245-26-2
-sign \x76D2 125-26-2
-sign \x6E2E 125-26-2
-sign \x6DB8 125-26-2
-sign \x60D2 125-26-2
-sign \x988C 125-26-2
-sign \x8A38 125-26-2
-sign \x7CAD 125-26-2
-sign \x6941 125-26-2
-sign \x6BFC 125-26-2
-sign \x924C 125-26-2
-sign \x8C88 125-26-2
-sign \x9C84 125-26-2
-sign \x8A65 125-26-2
-sign \x9616 125-26-2
-sign \x6F95 125-26-2
-sign \x95A1 125-26-2
-sign \x7186 125-26-2
-sign \x981C 125-26-2
-sign \x7FEE 125-26-2
-sign \x7BD5 125-26-2
-sign \x9B7A 125-26-2
-sign \x9932 246-23
-sign \x97A8 125-26-2
-sign \x7909 125-26-2
-sign \x9F55 125-26-2
-sign \x95D4 125-26-2
-sign \x8988 125-26-2
-sign \x76AC 125-26-2
-sign \x9449 125-26-2
-sign \x9FA2 125-26-2
-sign \x4F6B 1245-26-2
-sign \x578E 125-26-23
-sign \x8D3A 125-26-23
-sign \x7103 125-26-23
-sign \x5BC9 125-26-23
-sign \x8CC0 125-26-23
-sign \x788B 125-26-23
-sign \x55C3 125-26-23
-sign \x7142 125-26-23
-sign \x8D6B 125-26-23
-sign \x9EA7 125-26-2
-sign \x9E56 125-26-2
-sign \x7187 125-26-23
-sign \x8910 125-26-23
-sign \x9E64 125-26-23
-sign \x58D1 125-26-23
-sign \x764B 125-26-23
-sign \x7200 125-26-23
-sign \x71FA 125-26-23
-sign \x9DA1 125-26-2
-sign \x9DB4 125-26-23
-sign \x9F43 26-23
-sign \x974D 125-26-23
-sign \x9E16 125-26-23
-sign \x974E 125-26-23
-sign \x974F 125-26-23
-sign \x9ED2 125-2346-1
-sign \x9ED1 125-2346-1
-sign \x55E8 125-2346-1
-sign \x563F 125-2346-1
-sign \x6F76 125-2346-1
-sign \x62EB 125-356-2
-sign \x75D5 125-356-2
-sign \x978E 125-356-2
-sign \x4F77 125-356-3
-sign \x5F88 125-356-3
-sign \x72E0 125-356-3
-sign \x8A6A 125-356-3
-sign \x6068 125-356-23
-sign \x4EA8 125-3456-1
-sign \x54FC 125-3456-1
-sign \x6DA5 125-3456-1
-sign \x6099 125-3456-1
-sign \x811D 125-3456-1
-sign \x6052 125-3456-2
-sign \x6046 125-3456-2
-sign \x59EE 125-3456-2
-sign \x73E9 125-3456-2
-sign \x6841 125-3456-2
-sign \x80FB 125-3456-2
-sign \x70C6 125-3456-2
-sign \x9E3B 125-3456-2
-sign \x6A2A 125-3456-2
-sign \x6A6B 125-3456-2
-sign \x8861 125-3456-2
-sign \x9D34 125-3456-2
-sign \x9D46 125-3456-2
-sign \x8605 125-3456-2
-sign \x9445 125-3456-2
-sign \x5548 125-3456-23
-sign \x583C 124-3456-1
-sign \x53FF 125-256-1
-sign \x7074 125-256-1
-sign \x8F70 125-256-1
-sign \x8A07 125-256-1
-sign \x70D8 125-256-1
-sign \x8EE3 125-256-1
-sign \x63C8 125-256-1
-sign \x7122 125-256-1
-sign \x6E39 125-256-1
-sign \x8C3E 125-256-1
-sign \x85A8 125-256-1
-sign \x8F37 125-256-1
-sign \x569D 125-256-1
-sign \x9367 125-256-1
-sign \x8F5F 125-256-1
-sign \x4EDC 125-256-2
-sign \x5F18 125-256-2
-sign \x5C78 123-256-2
-sign \x5985 125-256-2
-sign \x7EA2 125-256-2
-sign \x7392 125-256-2
-sign \x544D 125-256-1
-sign \x5430 125-256-2
-sign \x95F3 125-256-2
-sign \x6C6F 125-256-2
-sign \x5B8F 125-256-2
-sign \x7EAE 125-256-2
-sign \x739C 125-256-2
-sign \x82F0 125-256-2
-sign \x6CD3 125-256-2
-sign \x5B96 125-256-2
-sign \x57AC 125-256-2
-sign \x836D 125-256-2
-sign \x8679 125-256-2
-sign \x7AD1 125-256-2
-sign \x6D2A 125-256-2
-sign \x5A02 125-256-2
-sign \x7D05 125-256-2
-sign \x803E 125-256-2
-sign \x7FC3 125-256-2
-sign \x6D64 125-256-2
-sign \x7D18 125-256-2
-sign \x7854 125-256-2
-sign \x8C39 125-256-2
-sign \x9E3F 125-256-2
-sign \x7D2D 125-256-2
-sign \x8453 125-256-2
-sign \x8452 125-256-2
-sign \x7861 125-256-1
-sign \x958E 125-256-2
-sign \x823C 125-256-2
-sign \x921C 125-256-2
-sign \x7AE4 125-256-2
-sign \x7CA0 125-256-2
-sign \x6E31 125-256-2
-sign \x8C3C 125-256-2
-sign \x7FDD 125-256-2
-sign \x7D8B 125-256-2
-sign \x9783 125-256-2
-sign \x9277 125-256-2
-sign \x9B5F 125-256-2
-sign \x6F42 125-256-2
-sign \x7BCA 125-256-2
-sign \x92D0 125-256-2
-sign \x857B 125-256-2
-sign \x9710 125-256-2
-sign \x9EC9 125-256-2
-sign \x5F4B 125-256-2
-sign \x971F 125-256-2
-sign \x9D3B 125-256-2
-sign \x9ECC 125-256-2
-sign \x54C4 125-256-3
-sign \x664E 125-256-3
-sign \x55CA 1245-256-3
-sign \x8BA7 125-256-23
-sign \x8A0C 125-256-23
-sign \x95A7 125-256-23
-sign \x6494 125-256-23
-sign \x92BE 1245-256-3
-sign \x6F92 125-256-23
-sign \x6F8B 1245-16-3
-sign \x9B28 125-256-23
-sign \x95C2 125-256-23
-sign \x95C0 125-256-23
-sign \x9F41 125-12356-1
-sign \x4FAF 125-12356-2
-sign \x77E6 125-12356-2
-sign \x8454 125-12356-2
-sign \x5589 125-12356-2
-sign \x5E3F 125-12356-2
-sign \x7334 125-12356-2
-sign \x777A 125-12356-2
-sign \x9297 125-12356-2
-sign \x760A 125-12356-2
-sign \x9ABA 125-12356-2
-sign \x7BCC 125-12356-2
-sign \x7CC7 125-12356-2
-sign \x7FED 125-12356-2
-sign \x936D 125-12356-2
-sign \x9931 125-12356-2
-sign \x9BF8 125-12356-2
-sign \x543D 125-256-1
-sign \x543C 125-12356-3
-sign \x72BC 125-12356-3
-sign \x540E 125-12356-23
-sign \x90C8 125-12356-23
-sign \x539A 125-12356-23
-sign \x5795 125-12356-23
-sign \x9005 125-12356-23
-sign \x5F8C 125-12356-23
-sign \x6D09 125-12356-23
-sign \x5019 125-12356-23
-sign \x9107 125-12356-23
-sign \x5820 125-12356-23
-sign \x8C5E 125-12356-23
-sign \x9C8E 125-12356-23
-sign \x9C98 125-12356-23
-sign \x9B9C 125-12356-23
-sign \x9C5F 125-12356-23
-sign \x4E4A 125-136-1
-sign \x4E4E 125-136-1
-sign \x5322 125-136-1
-sign \x5780 125-136-1
-sign \x82F8 125-136-1
-sign \x6612 125-136-1
-sign \x547C 125-136-1
-sign \x66F6 125-136-1
-sign \x5FFD 125-136-1
-sign \x6CD8 125-136-1
-sign \x8F77 125-136-1
-sign \x70C0 125-136-1
-sign \x6057 125-136-1
-sign \x532B 125-136-1
-sign \x8656 125-136-1
-sign \x553F 125-136-1
-sign \x6DF4 125-136-1
-sign \x60DA 125-136-1
-sign \x8EE4 125-136-1
-sign \x96FD 125-136-1
-sign \x96D0 125-136-1
-sign \x5611 125-136-1
-sign \x6EF9 125-136-1
-sign \x5BE3 125-136-1
-sign \x6B51 125-136-1
-sign \x5E60 125-136-1
-sign \x81B4 125-136-1
-sign \x8B3C 125-136-1
-sign \x56EB 125-136-2
-sign \x72D0 125-136-2
-sign \x5F27 125-136-2
-sign \x74F3 125-136-2
-sign \x80E1 125-136-2
-sign \x58F6 125-136-2
-sign \x58F7 125-136-2
-sign \x659B 125-136-2
-sign \x7100 125-136-2
-sign \x6430 125-136-2
-sign \x58FA 125-136-2
-sign \x846B 125-136-2
-sign \x5596 125-136-2
-sign \x9E44 125-136-2
-sign \x7322 125-136-2
-sign \x6E56 125-136-2
-sign \x5AA9 125-136-2
-sign \x7D57 125-136-2
-sign \x745A 125-136-2
-sign \x695C 125-136-2
-sign \x7173 125-136-2
-sign \x851B 125-136-2
-sign \x9E55 125-136-2
-sign \x561D 125-136-2
-sign \x69F2 125-136-2
-sign \x8774 125-136-2
-sign \x7BB6 125-136-2
-sign \x885A 125-136-2
-sign \x9B71 125-136-23
-sign \x7CCA 125-136-2
-sign \x879C 125-136-2
-sign \x7E20 125-136-2
-sign \x9190 125-136-2
-sign \x9D29 145-15-2
-sign \x9836 125-136-2
-sign \x89F3 125-136-2
-sign \x9378 125-136-2
-sign \x992C 125-136-2
-sign \x9D60 125-136-2
-sign \x9B0D 125-136-2
-sign \x702B 125-136-2
-sign \x9D98 125-136-2
-sign \x9DA6 125-136-2
-sign \x9C17 125-136-2
-sign \x9DAE 125-26-23
-sign \x864D 125-136-3
-sign \x4E55 125-136-3
-sign \x6C7B 125-136-3
-sign \x864E 125-136-3
-sign \x6D52 125-136-3
-sign \x4FFF 125-136-3
-sign \x8400 125-136-3
-sign \x552C 125-136-3
-sign \x8A31 125-346-3
-sign \x7425 125-136-3
-sign \x865D 125-136-3
-sign \x7B8E 12345-2
-sign \x6EF8 125-136-3
-sign \x933F 125-136-3
-sign \x9BF1 125-136-3
-sign \x6238 125-136-23
-sign \x4E92 125-136-23
-sign \x6236 125-136-23
-sign \x6237 125-136-23
-sign \x5F16 125-136-23
-sign \x51B4 125-136-23
-sign \x51B1 125-136-23
-sign \x62A4 125-136-23
-sign \x6C8D 125-136-23
-sign \x6CAA 125-136-23
-sign \x5E0D 125-136-23
-sign \x6791 125-136-23
-sign \x6608 125-136-23
-sign \x5CB5 125-136-23
-sign \x6019 125-136-23
-sign \x623D 125-136-23
-sign \x795C 125-136-23
-sign \x7B0F 125-136-23
-sign \x7C90 125-136-23
-sign \x74E0 125-136-23
-sign \x6248 125-136-23
-sign \x5A5F 125-136-23
-sign \x7D94 125-136-23
-sign \x9120 125-136-23
-sign \x6462 125-136-23
-sign \x8530 125-136-23
-sign \x6EEC 125-136-23
-sign \x5AEE 125-136-23
-sign \x5AED 125-136-23
-sign \x69F4 125-136-23
-sign \x71A9 125-136-23
-sign \x9CF8 125-136-23
-sign \x64ED 125-135-23
-sign \x6FE9 125-135-23
-sign \x7C04 125-136-23
-sign \x9359 125-136-23
-sign \x569B 125-136-23
-sign \x9E71 125-136-23
-sign \x8B77 125-136-23
-sign \x9CE0 125-136-23
-sign \x97C4 125-135-23
-sign \x9800 125-136-23
-sign \x9E0C 125-136-23
-sign \x9C6F 125-136-23
-sign \x82B1 125-123456-1
-sign \x82B2 125-123456-1
-sign \x7809 125-123456-1
-sign \x57D6 125-123456-1
-sign \x5A72 125-123456-1
-sign \x691B 125-123456-1
-sign \x7874 125-123456-1
-sign \x7CC0 125-123456-1
-sign \x8AAE 125-123456-1
-sign \x8550 125-123456-2
-sign \x9335 125-123456-1
-sign \x8624 125-123456-1
-sign \x5212 125-123456-2
-sign \x534E 125-123456-2
-sign \x54D7 125-123456-2
-sign \x59E1 125-123456-2
-sign \x9A85 125-123456-2
-sign \x83EF 125-123456-2
-sign \x94E7 125-123456-2
-sign \x733E 125-123456-2
-sign \x6ED1 125-123456-2
-sign \x64B6 125-123456-2
-sign \x5629 125-123456-2
-sign \x78C6 125-123456-2
-sign \x8796 125-123456-2
-sign \x92D8 125-123456-2
-sign \x93F5 125-123456-2
-sign \x9A4A 125-123456-2
-sign \x9DE8 125-123456-2
-sign \x5316 125-123456-23
-sign \x593B 125-123456-23
-sign \x6779 125-123456-23
-sign \x753B 125-123456-23
-sign \x8BDD 125-123456-23
-sign \x6866 125-123456-23
-sign \x5D0B 125-123456-23
-sign \x5A73 125-123456-23
-sign \x756B 125-123456-23
-sign \x89DF 125-123456-23
-sign \x8A71 125-123456-23
-sign \x7575 125-123456-23
-sign \x5B05 125-123456-23
-sign \x6466 125-123456-23
-sign \x6A3A 125-123456-23
-sign \x5283 125-123456-23
-sign \x69EC 125-123456-23
-sign \x8AE3 1245-123456-1
-sign \x8AD9 125-123456-23
-sign \x6F85 125-123456-23
-sign \x5AFF 125-123456-23
-sign \x9ECA 125-123456-23
-sign \x8219 125-123456-23
-sign \x7E63 125-123456-23
-sign \x8633 125-2456-1
-sign \x6000 125-13456-2
-sign \x4F6A 125-13456-2
-sign \x5F8A 125-13456-2
-sign \x6DEE 125-13456-2
-sign \x69D0 125-13456-2
-sign \x8E1D 125-13456-2
-sign \x8922 125-13456-2
-sign \x8931 125-13456-2
-sign \x61D0 125-13456-2
-sign \x7024 125-13456-2
-sign \x61F7 125-13456-2
-sign \x6AF0 125-13456-2
-sign \x8032 125-13456-2
-sign \x8639 125-13456-2
-sign \x574F 125-13456-23
-sign \x54B6 125-13456-23
-sign \x58CA 125-13456-23
-sign \x58DE 125-13456-23
-sign \x863E 125-13456-23
-sign \x6B22 125-12456-1
-sign \x6B25 346-23
-sign \x6B53 125-12456-1
-sign \x9D05 125-12456-1
-sign \x61C1 125-12456-1
-sign \x9D4D 125-12456-1
-sign \x9144 125-12456-1
-sign \x56BE 125-12456-1
-sign \x737E 125-12456-1
-sign \x61FD 125-12456-1
-sign \x6B61 125-12456-1
-sign \x8C9B 125-12456-1
-sign \x8B99 125-12456-1
-sign \x9A69 125-12456-1
-sign \x73AF 125-12456-2
-sign \x8341 125-12456-2
-sign \x5CD8 125-12456-2
-sign \x72DF 125-12456-2
-sign \x6D39 125-12456-2
-sign \x6853 125-12456-2
-sign \x8408 125-12456-2
-sign \x8411 125-12456-2
-sign \x96C8 125-12456-2
-sign \x5BCF 125-12456-2
-sign \x7D59 1245-3456-1
-sign \x8C86 125-12456-2
-sign \x7FA6 125-12456-2
-sign \x7D84 125-12456-2
-sign \x953E 125-12456-2
-sign \x778F 13-1456-2
-sign \x571C 125-12456-2
-sign \x961B 125-12456-2
-sign \x6FB4 125-12456-2
-sign \x5BF0 125-12456-2
-sign \x7F33 125-12456-2
-sign \x74B0 125-12456-2
-sign \x8C72 125-12456-2
-sign \x9370 125-12456-2
-sign \x9E6E 125-12456-2
-sign \x956E 125-12456-2
-sign \x7CEB 125-12456-2
-sign \x7E6F 125-12456-2
-sign \x8F58 125-12456-23
-sign \x95E4 125-12456-2
-sign \x9B1F 125-12456-2
-sign \x74DB 125-12456-2
-sign \x7746 125-12456-3
-sign \x7F13 125-12456-3
-sign \x8F10 12456-23
-sign \x7DE9 125-12456-3
-sign \x650C 125-12456-23
-sign \x5E7B 125-12456-23
-sign \x8092 125-12456-23
-sign \x5942 125-12456-23
-sign \x5950 125-12456-23
-sign \x5BA6 125-12456-23
-sign \x6362 125-12456-23
-sign \x5524 125-12456-23
-sign \x5702 125-12456-23
-sign \x70C9 125-12456-23
-sign \x6DA3 125-12456-23
-sign \x6D63 125-12456-23
-sign \x6899 125-12456-23
-sign \x60A3 125-12456-23
-sign \x7115 125-12456-23
-sign \x902D 125-12456-23
-sign \x63DB 125-12456-23
-sign \x559A 125-12456-23
-sign \x5D48 125-12456-23
-sign \x75EA 125-12456-23
-sign \x6E19 125-12456-23
-sign \x610C 125-12456-23
-sign \x744D 125-12456-23
-sign \x8C62 125-12456-23
-sign \x7165 125-12456-23
-sign \x7613 125-12456-23
-sign \x6F36 125-12456-23
-sign \x69F5 125-12456-23
-sign \x9CA9 125-12456-23
-sign \x64D0 125-12456-23
-sign \x85E7 125-12456-23
-sign \x9BC7 125-12456-23
-sign \x9C00 125-12456-23
-sign \x9BF6 125-12456-23
-sign \x5DDF 125-2356-1
-sign \x8093 125-2356-1
-sign \x8352 125-2356-1
-sign \x8841 125-2356-1
-sign \x5843 125-2356-1
-sign \x614C 125-2356-1
-sign \x7687 125-2356-2
-sign \x9EC4 125-2356-2
-sign \x505F 125-2356-2
-sign \x51F0 125-2356-2
-sign \x968D 125-2356-2
-sign \x582D 125-2356-2
-sign \x63D8 1456-2
-sign \x9EC3 125-2356-2
-sign \x845F 125-2356-2
-sign \x55A4 125-2356-2
-sign \x5D32 125-2356-2
-sign \x9051 125-2356-2
-sign \x5FA8 125-2356-2
-sign \x6E5F 125-2356-2
-sign \x60F6 125-2356-2
-sign \x5A93 125-2356-2
-sign \x745D 125-2356-2
-sign \x697B 125-2356-2
-sign \x714C 125-2356-2
-sign \x58B4 125-2356-2
-sign \x953D 125-2356-2
-sign \x735A 125-2356-2
-sign \x6F62 125-2356-2
-sign \x749C 125-2356-2
-sign \x8757 125-2356-2
-sign \x7BC1 125-2356-2
-sign \x824E 125-2356-2
-sign \x71BF 125-2356-2
-sign \x78FA 125-2356-2
-sign \x7A54 125-2356-2
-sign \x8AFB 125-2356-2
-sign \x7640 125-2356-2
-sign \x87E5 125-2356-2
-sign \x7C27 125-2356-2
-sign \x9360 125-2356-2
-sign \x992D 125-2356-2
-sign \x9CC7 125-2356-2
-sign \x8DAA 125-2356-2
-sign \x97F9 125-2356-2
-sign \x9A1C 125-2356-2
-sign \x9404 125-2356-2
-sign \x9C09 125-2356-2
-sign \x9DEC 125-2356-2
-sign \x9C51 125-2356-2
-sign \x6033 125-2356-3
-sign \x70BE 125-2356-3
-sign \x604D 125-2356-3
-sign \x6643 125-2356-23
-sign \x6644 125-2356-3
-sign \x5BBA 125-2356-3
-sign \x595B 125-2356-3
-sign \x8C0E 125-2356-3
-sign \x5E4C 125-2356-3
-sign \x8A64 125-2356-3
-sign \x7180 125-2356-3
-sign \x8B0A 125-2356-3
-sign \x7E28 125-2356-3
-sign \x6ACE 1245-2356-23
-sign \x5164 125-2356-3
-sign \x6EC9 125-2356-23
-sign \x6130 125-2356-3
-sign \x69A5 125-2356-23
-sign \x66C2 125-2356-23
-sign \x769D 125-2356-23
-sign \x93A4 125-2356-23
-sign \x76A9 125-2356-23
-sign \x7070 125-2456-1
-sign \x7073 125-2456-1
-sign \x8BD9 125-2456-1
-sign \x62FB 125-2456-1
-sign \x6325 125-2456-1
-sign \x867A 125-2456-3
-sign \x54B4 125-2456-1
-sign \x6D03 125-2456-1
-sign \x6062 125-2456-1
-sign \x8886 125-2456-1
-sign \x73F2 125-2456-1
-sign \x8C57 125-2456-1
-sign \x6656 125-2456-1
-sign \x70E3 125-2456-1
-sign \x5A4E 125-2456-1
-sign \x63EE 125-2456-1
-sign \x8F89 125-2456-1
-sign \x9693 125-2456-1
-sign \x5A88 125-2456-1
-sign \x7FDA 125-2456-1
-sign \x694E 125-2456-1
-sign \x6689 125-2456-1
-sign \x8A7C 125-2456-1
-sign \x7147 125-2456-1
-sign \x7988 125-2456-1
-sign \x7773 125-2456-1
-sign \x5E51 125-2456-1
-sign \x8F1D 125-2456-1
-sign \x5645 125-2456-1
-sign \x5655 125-2456-1
-sign \x9EBE 125-2456-1
-sign \x7FEC 125-2456-1
-sign \x5FBD 125-2456-1
-sign \x96B3 125-2456-1
-sign \x7008 125-2456-1
-sign \x9C34 125-2456-1
-sign \x56D8 125-2456-2
-sign \x56DE 125-2456-2
-sign \x56EC 125-2456-2
-sign \x5EFB 125-2456-2
-sign \x8334 125-2456-2
-sign \x5EFD 125-2456-2
-sign \x8FF4 125-2456-2
-sign \x6D04 125-2456-2
-sign \x605B 125-2456-2
-sign \x9025 125-2456-2
-sign \x7858 13-16-2
-sign \x75D0 125-2456-2
-sign \x86D5 125-2456-2
-sign \x86D4 125-2456-2
-sign \x8716 125-2456-2
-sign \x9BB0 125-2456-2
-sign \x70E0 125-2456-2
-sign \x6094 125-2456-3
-sign \x6BC0 125-2456-3
-sign \x6BC1 125-2456-3
-sign \x6BC7 125-2456-3
-sign \x6A93 125-2456-3
-sign \x71EC 125-2456-3
-sign \x8B6D 125-2456-3
-sign \x5349 125-2456-23
-sign \x5C76 125-2456-23
-sign \x5C77 125-2456-23
-sign \x6C47 125-2456-23
-sign \x4F1A 125-2456-23
-sign \x8BB3 125-2456-23
-sign \x6CCB 125-2456-3
-sign \x835F 125-2456-23
-sign \x54D5 23456-3
-sign \x6D4D 125-2456-23
-sign \x8BF2 125-2456-23
-sign \x8294 125-2456-23
-sign \x7ED8 125-2456-23
-sign \x605A 125-2456-23
-sign \x6075 125-2456-23
-sign \x8D3F 125-2456-23
-sign \x70E9 125-2456-23
-sign \x5F57 125-2456-23
-sign \x6666 125-2456-23
-sign \x79FD 125-2456-23
-sign \x60E0 125-2456-23
-sign \x5599 125-2456-23
-sign \x7FD9 125-2456-23
-sign \x9613 125-2456-23
-sign \x6E4F 125-2456-23
-sign \x7F0B 125-2456-23
-sign \x7D75 125-2456-23
-sign \x532F 125-2456-23
-sign \x8CC4 125-2456-23
-sign \x9892 125-2456-23
-sign \x6703 125-2456-23
-sign \x8A6F 125-2456-23
-sign \x6ED9 125-2456-23
-sign \x5F5A 125-2456-23
-sign \x5F59 125-2456-23
-sign \x8527 125-2456-23
-sign \x5612 125-2456-23
-sign \x50E1 125-2456-23
-sign \x8AA8 125-2456-23
-sign \x7623 125-2456-23
-sign \x6167 125-2456-23
-sign \x8559 125-2456-23
-sign \x69E5 125-2456-23
-sign \x66B3 125-2456-23
-sign \x571A 125-2456-23
-sign \x6F53 125-2456-23
-sign \x6193 125-2456-23
-sign \x5BED 125-2456-23
-sign \x74A4 125-2456-23
-sign \x8589 125-2456-23
-sign \x8588 125-2456-23
-sign \x6A5E 125-2456-23
-sign \x6BA8 13-2456-23
-sign \x5666 23456-3
-sign \x5FBB 125-2456-23
-sign \x7369 125-2456-23
-sign \x8AF1 125-2456-23
-sign \x6FAE 125-2456-23
-sign \x5B12 125-2346-23
-sign \x74AF 125-2456-23
-sign \x85F1 125-2456-2
-sign \x6A85 125-2456-23
-sign \x6A9C 1245-2456-23
-sign \x7BF2 125-2456-23
-sign \x992F 125-2456-23
-sign \x71F4 125-2456-23
-sign \x5696 125-2456-23
-sign \x77BA 125-2456-23
-sign \x87EA 125-2456-23
-sign \x7A62 125-2456-23
-sign \x7E62 125-2456-23
-sign \x6AD8 125-2456-23
-sign \x7FFD 125-2456-23
-sign \x8B53 125-2456-23
-sign \x7E6A 125-2456-23
-sign \x95E0 125-2456-23
-sign \x5136 125-2456-23
-sign \x93F8 125-2456-23
-sign \x8B6E 125-123456-23
-sign \x9767 125-2456-23
-sign \x942C 125-2456-23
-sign \x97E2 125-2456-23
-sign \x5B48 125-15-2
-sign \x986A 125-2456-23
-sign \x8B7F 125-2456-23
-sign \x660F 125-25-1
-sign \x8364 125-25-1
-sign \x662C 125-25-1
-sign \x960D 125-25-1
-sign \x6DBD 125-25-1
-sign \x60DB 125-25-1
-sign \x5A5A 125-25-1
-sign \x8477 125-25-1
-sign \x68D4 125-25-1
-sign \x6B99 125-25-1
-sign \x60FD 125-25-1
-sign \x7767 125-25-1
-sign \x776F 125-25-1
-sign \x95BD 125-25-1
-sign \x5FF6 125-25-2
-sign \x6D51 125-25-2
-sign \x9984 125-25-2
-sign \x6DF7 125-25-23
-sign \x581A 125-12456-2
-sign \x6E3E 125-25-2
-sign \x743F 125-2456-1
-sign \x9B42 125-25-2
-sign \x991B 125-25-2
-sign \x7E49 125-25-2
-sign \x9F32 125-25-2
-sign \x8BE8 125-25-23
-sign \x4FD2 125-25-23
-sign \x5031 125-25-23
-sign \x638D 125-25-23
-sign \x711D 125-25-23
-sign \x6EB7 125-25-23
-sign \x6141 125-25-23
-sign \x89E8 125-25-23
-sign \x8AE2 125-25-23
-sign \x5419 125-135-1
-sign \x5268 125-135-23
-sign \x8020 125-135-1
-sign \x952A 125-135-1
-sign \x5290 125-135-1
-sign \x9343 125-135-1
-sign \x8C41 125-135-1
-sign \x9A1E 125-135-1
-sign \x4F78 125-135-2
-sign \x6D3B 125-135-2
-sign \x79EE 125-135-2
-sign \x79F3 125-135-2
-sign \x8D8F 1245-123456-1
-sign \x706B 125-135-3
-sign \x706C 125-135-3
-sign \x4F19 125-135-3
-sign \x90A9 125-135-3
-sign \x94AC 125-135-3
-sign \x9225 125-135-3
-sign \x6F37 13-135-23
-sign \x5925 125-135-3
-sign \x6C8E 125-135-23
-sign \x6216 125-135-23
-sign \x8D27 125-135-23
-sign \x549F 125-135-23
-sign \x6347 125-135-23
-sign \x83B7 125-135-23
-sign \x7713 125-135-23
-sign \x9584 125-135-23
-sign \x4FF0 125-135-23
-sign \x639D 125-135-23
-sign \x8CA8 125-135-23
-sign \x7978 125-135-23
-sign \x60D1 125-135-23
-sign \x65E4 125-135-23
-sign \x6E71 125-135-23
-sign \x798D 125-135-23
-sign \x55C0 125-136-23
-sign \x84A6 135-23
-sign \x8195 1245-135-2
-sign \x596F 125-135-23
-sign \x970D 125-135-23
-sign \x5684 125-135-23
-sign \x7372 125-135-23
-sign \x6AB4 125-135-23
-sign \x96D8 125-135-23
-sign \x8B0B 125-135-23
-sign \x77C6 125-135-23
-sign \x956C 125-135-23
-sign \x7A6B 125-135-23
-sign \x802F 125-135-23
-sign \x6509 125-135-1
-sign \x85FF 125-135-23
-sign \x56AF 125-135-23
-sign \x8816 125-135-23
-sign \x8267 125-135-23
-sign \x7016 125-135-23
-sign \x66E4 125-135-23
-sign \x56BF 125-135-23
-sign \x81DB 125-135-23
-sign \x77D0 125-135-23
-sign \x944A 125-135-23
-sign \x7668 125-135-23
-sign \x9743 125-135-23
-sign \x4E0C 1245-24-1
-sign \x8BA5 1245-24-1
-sign \x51FB 1245-24-1
-sign \x53FD 1245-24-1
-sign \x5209 1245-24-1
-sign \x9965 1245-24-1
-sign \x7391 1245-24-1
-sign \x573E 1245-24-1
-sign \x82A8 1245-24-1
-sign \x673A 1245-24-1
-sign \x4E69 1245-24-1
-sign \x520F 1245-24-1
-sign \x808C 1245-24-1
-sign \x77F6 1245-24-1
-sign \x9E21 1245-24-1
-sign \x6785 1245-24-1
-sign \x54AD 1245-24-1
-sign \x525E 1245-24-1
-sign \x5527 1245-24-1
-sign \x79EF 1245-24-1
-sign \x7B04 1245-24-1
-sign \x98E2 1245-24-1
-sign \x5C50 1245-24-1
-sign \x59EC 1245-24-1
-sign \x57FA 1245-24-1
-sign \x8D4D 1245-24-1
-sign \x6532 1245-24-1
-sign \x6567 13-24-1
-sign \x559E 1245-24-1
-sign \x7284 1245-24-1
-sign \x5D46 1245-24-1
-sign \x5D47 1245-24-1
-sign \x7B53 1245-24-1
-sign \x7F09 1245-24-1
-sign \x7578 1245-24-1
-sign \x8DFB 1245-24-1
-sign \x55D8 1245-24-1
-sign \x7A18 1245-24-1
-sign \x9CEE 1245-24-1
-sign \x6BC4 1245-24-1
-sign \x7B95 1245-24-1
-sign \x50DF 1245-24-1
-sign \x9288 1245-24-1
-sign \x6A2D 1245-24-1
-sign \x8CEB 1245-24-1
-sign \x69E3 1245-24-1
-sign \x6483 1245-24-1
-sign \x8E26 13-24-1
-sign \x5630 1245-24-1
-sign \x7A3D 1245-24-1
-sign \x8EB8 1245-24-1
-sign \x89ED 1245-24-1
-sign \x9F51 1245-24-1
-sign \x7DDD 1245-24-1
-sign \x757F 1245-24-1
-sign \x74A3 1245-24-1
-sign \x6A5F 1245-24-1
-sign \x58BC 1245-24-1
-sign \x7A4D 1245-24-1
-sign \x9324 1245-24-1
-sign \x6FC0 1245-24-1
-sign \x61BF 1245-345-3
-sign \x79A8 1245-24-1
-sign \x96AE 1245-24-1
-sign \x913F 13-24-2
-sign \x8CF7 1245-24-1
-sign \x64CA 1245-24-1
-sign \x78EF 1245-24-1
-sign \x7F81 1245-24-1
-sign \x7C0A 1245-24-1
-sign \x802D 1245-24-1
-sign \x6AC5 1245-24-1
-sign \x96DE 1245-24-1
-sign \x9D8F 1245-24-1
-sign \x8B4F 1245-24-1
-sign \x97F2 1245-24-1
-sign \x9416 1245-24-1
-sign \x9951 1245-24-1
-sign \x8B64 1245-24-1
-sign \x97BF 1245-24-1
-sign \x8E8B 1245-24-1
-sign \x9DC4 1245-24-1
-sign \x766A 1245-24-1
-sign \x9F4E 1245-24-1
-sign \x8640 1245-24-1
-sign \x7F87 1245-24-1
-sign \x9447 1245-24-1
-sign \x8989 1245-24-1
-sign \x9459 1245-24-1
-sign \x9F4F 1245-24-1
-sign \x7F88 1245-24-1
-sign \x9E04 1245-24-1
-sign \x898A 1245-24-1
-sign \x4EBC 1245-24-2
-sign \x4EBD 1245-24-2
-sign \x53CA 1245-24-2
-sign \x4F0B 1245-24-2
-sign \x5409 1245-24-2
-sign \x5C8C 1245-24-2
-sign \x5F76 1245-24-2
-sign \x6C72 1245-24-2
-sign \x5FE3 1245-24-2
-sign \x7EA7 1245-24-2
-sign \x6781 1245-24-2
-sign \x5373 1245-24-2
-sign \x90C6 1245-24-2
-sign \x4F76 1245-24-2
-sign \x4E9F 1245-24-2
-sign \x53DD 1245-24-2
-sign \x7B08 1245-24-2
-sign \x768D 1245-24-2
-sign \x537D 1245-24-2
-sign \x6025 1245-24-2
-sign \x59DE 1245-24-2
-sign \x7D1A 1245-24-2
-sign \x63E4 1245-24-2
-sign \x89D9 1245-24-2
-sign \x75BE 1245-24-2
-sign \x5359 1245-24-2
-sign \x6956 1245-24-2
-sign \x506E 1245-24-2
-sign \x8C3B 1245-24-2
-sign \x8128 14-136-23
-sign \x5EB4 1245-24-1
-sign \x710F 1245-24-2
-sign \x6975 1245-24-2
-sign \x68D8 1245-24-2
-sign \x6B9B 1245-24-2
-sign \x6222 1245-24-2
-sign \x96C6 1245-24-2
-sign \x6E52 1245-24-2
-sign \x8D8C 1245-24-2
-sign \x5849 1245-24-2
-sign \x84BA 1245-24-2
-sign \x696B 1245-24-2
-sign \x8F91 1245-24-2
-sign \x874D 1245-24-2
-sign \x5D74 1245-24-2
-sign \x6131 1245-24-2
-sign \x5AC9 1245-24-2
-sign \x8024 1245-24-2
-sign \x69C9 1245-24-2
-sign \x92A1 1245-24-2
-sign \x818C 1245-24-2
-sign \x978A 1245-24-2
-sign \x8540 1245-24-2
-sign \x857A 1245-24-2
-sign \x8E16 1245-24-2
-sign \x5DAF 1245-24-2
-sign \x7BBF 1245-24-2
-sign \x7620 1245-24-2
-sign \x9E61 1245-24-2
-sign \x6FC8 1245-24-2
-sign \x6F57 1245-24-2
-sign \x6A76 1245-24-2
-sign \x6A9D 1245-24-2
-sign \x8F2F 1245-24-2
-sign \x878F 1245-24-2
-sign \x85C9 1245-24-2
-sign \x8E50 1245-24-2
-sign \x7C0E 14-26-23
-sign \x9353 1245-24-2
-sign \x894B 1245-24-2
-sign \x8265 1245-24-2
-sign \x8F5A 1245-24-2
-sign \x9735 1245-24-2
-sign \x7C4D 1245-24-2
-sign \x93F6 1245-24-2
-sign \x9DBA 1245-24-2
-sign \x89BF 145-24-2
-sign \x9DD1 1245-24-23
-sign \x8EA4 1245-24-2
-sign \x96E6 1245-24-2
-sign \x96E7 1245-24-2
-sign \x51E0 1245-24-3
-sign \x5DF1 1245-24-3
-sign \x4E2E 1245-24-3
-sign \x72B1 1245-24-3
-sign \x5980 1245-24-3
-sign \x6CF2 1245-24-3
-sign \x866E 1245-24-3
-sign \x6324 1245-24-3
-sign \x810A 1245-24-3
-sign \x638E 1245-24-3
-sign \x9C7E 1245-24-3
-sign \x621F 1245-24-3
-sign \x5E7E 1245-24-3
-sign \x9E82 1245-24-3
-sign \x9B62 1245-24-3
-sign \x64A0 1245-24-3
-sign \x98B3 1245-123456-1
-sign \x64E0 1245-24-3
-sign \x7A56 1245-24-3
-sign \x87E3 1245-24-3
-sign \x5F50 125-23456-3
-sign \x5F51 1245-24-23
-sign \x65E1 1245-24-23
-sign \x8BA1 1245-24-23
-sign \x8BB0 1245-24-23
-sign \x4F0E 1245-24-23
-sign \x7EAA 1245-24-23
-sign \x5756 1245-24-23
-sign \x6280 1245-24-23
-sign \x82B0 1245-24-23
-sign \x5FCC 1245-24-23
-sign \x9645 1245-24-23
-sign \x5993 1245-24-23
-sign \x5B63 1245-24-23
-sign \x5242 1245-24-23
-sign \x578D 1245-24-23
-sign \x830D 1245-24-23
-sign \x54DC 1245-24-23
-sign \x5CDC 124-35-3
-sign \x8A08 1245-24-23
-sign \x8FF9 1245-24-23
-sign \x6D0E 1245-24-23
-sign \x6D4E 1245-24-23
-sign \x65E2 1245-24-23
-sign \x7D00 1245-24-23
-sign \x755F 1245-24-23
-sign \x89CA 1245-24-23
-sign \x8A18 1245-24-23
-sign \x5264 1245-24-23
-sign \x7EE7 1245-24-23
-sign \x7D12 1245-24-23
-sign \x8415 13-24-2
-sign \x689E 1245-24-23
-sign \x785B 1245-24-23
-sign \x5048 1245-24-23
-sign \x65E3 1245-24-23
-sign \x5F9B 1245-24-23
-sign \x796D 1245-24-23
-sign \x6E08 1245-24-3
-sign \x60B8 1245-24-23
-sign \x5BC4 1245-24-23
-sign \x5BC2 1245-24-23
-sign \x7EE9 1245-24-23
-sign \x60CE 1245-24-23
-sign \x846A 1245-24-23
-sign \x8507 1245-24-23
-sign \x81EE 1245-24-23
-sign \x5848 125-24-23
-sign \x52E3 1245-24-23
-sign \x88DA 1245-24-23
-sign \x84DF 1245-24-23
-sign \x8DE1 1245-24-23
-sign \x75F5 1245-24-23
-sign \x517E 1245-24-23
-sign \x969B 1245-24-23
-sign \x7D99 1245-24-23
-sign \x9701 1245-24-23
-sign \x8DFD 1245-24-23
-sign \x7A29 1245-24-23
-sign \x7A4A 1245-24-23
-sign \x588D 1245-24-23
-sign \x9C9A 1245-24-23
-sign \x8A8B 1245-24-23
-sign \x6F08 1245-24-23
-sign \x6F03 1245-24-23
-sign \x799D 1245-24-23
-sign \x66A8 1245-24-23
-sign \x8AC5 1245-24-1
-sign \x66A9 1245-24-23
-sign \x7A37 1245-24-23
-sign \x9CAB 1245-24-23
-sign \x9AFB 1245-24-23
-sign \x858A 1245-24-23
-sign \x5180 1245-24-23
-sign \x7A44 1245-24-23
-sign \x5291 1245-24-23
-sign \x8940 1245-24-23
-sign \x7E18 125-24-23
-sign \x6A95 1245-24-23
-sign \x9B86 1245-24-23
-sign \x89AC 1245-24-23
-sign \x7F7D 1245-24-23
-sign \x6FDF 1245-24-23
-sign \x7E3E 1245-24-23
-sign \x74BE 1245-24-23
-sign \x6AB5 1245-24-23
-sign \x8E5F 1245-24-23
-sign \x9BFD 1245-24-23
-sign \x9F4C 1245-24-23
-sign \x9D4B 1245-24-23
-sign \x860E 1245-24-23
-sign \x7E6B 1245-24-23
-sign \x7A67 1245-24-23
-sign \x9BDA 1245-24-23
-sign \x5EED 1245-24-23
-sign \x7660 1245-24-23
-sign \x7CED 1356-256-23
-sign \x61FB 1245-24-23
-sign \x9AA5 1245-24-23
-sign \x862E 1245-24-23
-sign \x7031 1245-24-23
-sign \x9C40 1245-24-23
-sign \x7E7C 1245-24-23
-sign \x863B 1245-24-23
-sign \x973D 1245-24-23
-sign \x9C3F 1245-24-23
-sign \x9C36 1245-24-23
-sign \x9C6D 1245-24-23
-sign \x9A65 1245-24-23
-sign \x52A0 1245-1246-1
-sign \x62B8 1245-1246-1
-sign \x5B8A 2345-136-1
-sign \x62C1 1245-1246-1
-sign \x4F73 1245-1246-1
-sign \x6CC7 1245-1246-1
-sign \x8FE6 1245-1246-1
-sign \x73C8 1245-1246-1
-sign \x631F 1245-15-2
-sign \x67B7 1245-1246-1
-sign \x6D43 1245-1246-1
-sign \x6BE0 1245-1246-1
-sign \x57C9 1245-1246-1
-sign \x75C2 1245-1246-1
-sign \x6D79 1245-1246-1
-sign \x5BB6 1245-1246-1
-sign \x801E 1245-1246-1
-sign \x689C 1245-1246-1
-sign \x7B33 1245-1246-1
-sign \x8888 1245-1246-1
-sign \x846D 1245-1246-1
-sign \x8DCF 1245-1246-1
-sign \x50A2 1245-1246-1
-sign \x7333 1245-1246-1
-sign \x88CC 1245-1246-2
-sign \x728C 1245-1246-1
-sign \x7B74 14-26-23
-sign \x926B 1245-1246-1
-sign \x8175 1245-1246-1
-sign \x5609 1245-1246-1
-sign \x9553 1245-1246-1
-sign \x8C6D 1245-1246-1
-sign \x8C91 1245-1246-1
-sign \x7CD8 1245-1246-1
-sign \x9D10 1245-1246-1
-sign \x93B5 1245-1246-1
-sign \x9E9A 1245-1246-1
-sign \x5939 1245-1246-1
-sign \x573F 1245-1246-2
-sign \x6274 1245-1246-2
-sign \x593E 1245-1246-1
-sign \x90CF 1245-1246-2
-sign \x835A 1245-1246-2
-sign \x90DF 1245-1246-2
-sign \x605D 1245-1246-2
-sign \x83A2 1245-1246-2
-sign \x550A 1245-1246-2
-sign \x621B 1245-1246-2
-sign \x94D7 1245-1246-2
-sign \x8125 1245-1246-2
-sign \x88B7 1245-1246-2
-sign \x621E 1245-1246-2
-sign \x988A 1245-1246-2
-sign \x86F1 1245-1246-2
-sign \x8DF2 1245-1246-2
-sign \x86FA 1245-1246-2
-sign \x9904 125-26-2
-sign \x982C 1245-1246-2
-sign \x92CF 1245-1246-2
-sign \x9830 1245-1246-2
-sign \x9D36 1245-1246-2
-sign \x9D4A 1245-1246-2
-sign \x7532 1245-1246-3
-sign \x5CAC 1245-1246-3
-sign \x73BE 1245-1246-3
-sign \x80DB 1245-1246-3
-sign \x53DA 1245-1246-3
-sign \x8D3E 1245-1246-3
-sign \x94BE 1245-1246-3
-sign \x659A 1245-1246-3
-sign \x5047 1245-1246-3
-sign \x659D 1245-1246-3
-sign \x5FA6 1245-1246-3
-sign \x5A7D 1245-1246-3
-sign \x6935 1245-1246-3
-sign \x8CC8 1245-1246-3
-sign \x9240 1245-1246-3
-sign \x69DA 1245-1246-3
-sign \x698E 1245-1246-3
-sign \x7615 1245-1246-3
-sign \x6A9F 1245-1246-3
-sign \x4EF7 1245-1246-23
-sign \x9A7E 1245-1246-23
-sign \x67B6 1245-1246-23
-sign \x5E4F 1245-1246-23
-sign \x5AC1 1245-1246-23
-sign \x69A2 1245-1246-23
-sign \x7A3C 1245-1246-23
-sign \x50F9 1245-1246-23
-sign \x99D5 1245-1246-23
-sign \x99F1 123-135-23
-sign \x620B 1245-146-1
-sign \x5E75 1245-146-1
-sign \x5C16 1245-146-1
-sign \x5978 1245-146-1
-sign \x6B7C 1245-146-1
-sign \x575A 1245-146-1
-sign \x95F4 1245-146-1
-sign \x6214 1245-146-1
-sign \x51BF 1245-146-1
-sign \x80A9 1245-146-1
-sign \x8270 1245-146-1
-sign \x59E7 1245-146-1
-sign \x59E6 1245-146-1
-sign \x76D1 1245-146-1
-sign \x517C 1245-146-1
-sign \x83C5 1245-146-1
-sign \x83FA 1245-146-1
-sign \x5805 1245-146-1
-sign \x7B3A 1245-146-1
-sign \x730F 1245-146-1
-sign \x60E4 1245-146-1
-sign \x63C3 1245-146-1
-sign \x976C 13-146-2
-sign \x844F 1245-16-1
-sign \x844C 1245-146-1
-sign \x9593 1245-146-1
-sign \x728D 1245-146-1
-sign \x724B 1245-146-1
-sign \x5094 13-146-23
-sign \x6E54 1245-146-1
-sign \x7F04 1245-146-1
-sign \x744A 1245-146-1
-sign \x641B 1245-146-1
-sign \x84B9 1245-146-1
-sign \x6937 125-1236-2
-sign \x693E 1245-146-1
-sign \x788A 1245-146-1
-sign \x8C63 1245-146-1
-sign \x7777 1245-146-1
-sign \x714E 1245-146-1
-sign \x7F23 1245-146-1
-sign \x76E3 1245-146-1
-sign \x7B8B 1245-146-1
-sign \x8573 1245-146-1
-sign \x8551 1245-146-1
-sign \x6A2B 1245-146-1
-sign \x9CA3 1245-146-1
-sign \x9E63 1245-146-1
-sign \x719E 1245-146-1
-sign \x7DD8 1245-146-1
-sign \x7BEF 1245-146-1
-sign \x71B8 1245-146-1
-sign \x7E11 1245-146-1
-sign \x9E89 1245-146-1
-sign \x8271 1245-146-1
-sign \x99A2 1245-146-1
-sign \x9930 1245-146-1
-sign \x97AF 1245-146-1
-sign \x9CD2 1245-146-1
-sign \x7010 1245-146-1
-sign \x791B 1245-146-1
-sign \x6BB1 1245-146-1
-sign \x89B8 1245-146-23
-sign \x9D73 1245-146-1
-sign \x9C14 1245-146-1
-sign \x7038 1245-146-1
-sign \x6AFC 1245-146-1
-sign \x8B7C 1245-146-1
-sign \x6BB2 1245-146-1
-sign \x97C0 1245-146-1
-sign \x9C39 1245-146-1
-sign \x56CF 1245-146-1
-sign \x8643 1245-146-1
-sign \x97C9 1245-146-1
-sign \x946F 1245-146-1
-sign \x56DD 1245-146-3
-sign \x62E3 1245-146-3
-sign \x67A7 1245-146-3
-sign \x8327 1245-146-3
-sign \x67EC 1245-146-3
-sign \x4FED 1245-146-3
-sign \x6338 1245-146-3
-sign \x6361 1245-146-3
-sign \x7B15 1245-146-3
-sign \x5039 1245-146-3
-sign \x6898 1245-146-3
-sign \x68C0 1245-146-3
-sign \x8DBC 1245-146-3
-sign \x5E34 1245-146-3
-sign \x51CF 1245-146-3
-sign \x526A 1245-146-3
-sign \x6E55 1245-146-3
-sign \x63C0 1245-146-3
-sign \x583F 1245-146-3
-sign \x691C 1245-146-3
-sign \x7877 1245-146-3
-sign \x7751 1245-146-3
-sign \x8A43 1245-146-3
-sign \x6E1B 1245-146-3
-sign \x88E5 1245-146-3
-sign \x7450 1245-146-3
-sign \x6695 1245-146-2
-sign \x7B67 1245-146-3
-sign \x7B80 1245-146-3
-sign \x5F3F 1245-146-3
-sign \x9A9E 13-146-1
-sign \x8C2B 1245-146-3
-sign \x7D78 1245-146-3
-sign \x622C 1245-146-3
-sign \x78B1 1245-146-3
-sign \x6229 1245-146-3
-sign \x5F45 1245-146-3
-sign \x5109 1245-146-3
-sign \x7FE6 1245-146-3
-sign \x64BF 1245-146-3
-sign \x933D 12456-23
-sign \x8954 134-1236-3
-sign \x85C6 1245-146-3
-sign \x6AA2 1245-146-3
-sign \x9386 13-146-2
-sign \x8E47 1245-146-3
-sign \x8B07 1245-146-3
-sign \x8947 1245-146-3
-sign \x8949 1245-146-3
-sign \x7E6D 1245-146-3
-sign \x7906 1245-146-3
-sign \x77BC 1245-146-3
-sign \x7C21 1245-146-3
-sign \x8B2D 1245-146-3
-sign \x9B0B 1245-146-3
-sign \x9E78 1245-146-3
-sign \x9C0E 1245-146-3
-sign \x8812 1245-146-3
-sign \x9E79 125-146-2
-sign \x9417 1245-146-3
-sign \x703D 1245-146-3
-sign \x9A2B 13-146-1
-sign \x9E7B 1245-146-3
-sign \x7C5B 1245-146-1
-sign \x8B7E 1245-146-3
-sign \x897A 1245-146-3
-sign \x9E7C 1245-146-3
-sign \x89C1 1245-146-23
-sign \x4EF6 1245-146-23
-sign \x898B 1245-146-23
-sign \x996F 1245-146-23
-sign \x5EFA 1245-146-23
-sign \x8350 1245-146-23
-sign \x8D31 1245-146-23
-sign \x726E 1245-146-23
-sign \x5251 1245-146-23
-sign \x73D4 1245-146-23
-sign \x682B 1245-146-23
-sign \x4FF4 1245-146-23
-sign \x5065 1245-146-23
-sign \x8230 1245-146-23
-sign \x5263 1245-146-23
-sign \x6DA7 1245-146-23
-sign \x63F5 13-146-2
-sign \x5FA4 1245-146-23
-sign \x91FC 1245-146-23
-sign \x5271 1245-146-23
-sign \x6E10 1245-146-23
-sign \x8C0F 1245-146-23
-sign \x88B8 1245-146-23
-sign \x8465 13-146-2
-sign \x6957 1245-146-23
-sign \x81F6 1245-146-23
-sign \x8DF5 1245-146-23
-sign \x8DC8 1245-146-23
-sign \x950F 1245-146-3
-sign \x6BFD 1245-146-23
-sign \x8171 1245-146-23
-sign \x65D4 1245-146-23
-sign \x6E85 1245-146-23
-sign \x5BCB 1245-146-23
-sign \x9274 1245-146-23
-sign \x8CCE 1245-146-23
-sign \x952E 1245-146-23
-sign \x852A 1245-146-23
-sign \x6997 1245-146-23
-sign \x50ED 1245-146-23
-sign \x6F38 1245-146-23
-sign \x8D9D 1245-146-23
-sign \x58B9 1245-146-23
-sign \x8CE4 1245-146-23
-sign \x8E10 1245-146-23
-sign \x8E3A 1245-146-23
-sign \x7BAD 1245-146-23
-sign \x528D 1245-146-23
-sign \x528E 1245-146-23
-sign \x8AD3 1245-146-23
-sign \x7CCB 1245-146-23
-sign \x6F97 1245-146-23
-sign \x85A6 1245-146-23
-sign \x6A7A 125-146-23
-sign \x6A4C 125-146-23
-sign \x92FB 1245-146-23
-sign \x9375 1245-146-23
-sign \x5292 1245-146-23
-sign \x5294 1245-146-23
-sign \x991E 1245-146-23
-sign \x8AEB 1245-146-23
-sign \x97AC 1245-146-1
-sign \x9373 1245-146-23
-sign \x78F5 1245-146-23
-sign \x7900 1245-146-23
-sign \x77AF 125-146-2
-sign \x87B9 1245-146-23
-sign \x64F6 1245-146-23
-sign \x6FFA 1245-146-23
-sign \x7E5D 1245-146-23
-sign \x89B5 1245-146-23
-sign \x93E9 1245-146-23
-sign \x7033 1245-146-23
-sign \x8266 1245-146-23
-sign \x9427 1245-146-1
-sign \x807B 1345-24-3
-sign \x8F5E 1245-146-23
-sign \x9452 1245-146-23
-sign \x9451 1245-146-23
-sign \x946C 1245-146-23
-sign \x9473 1245-146-23
-sign \x6C5F 1245-1346-1
-sign \x8333 1245-1346-1
-sign \x5C06 1245-1346-1
-sign \x59DC 1245-1346-1
-sign \x8C47 1245-1346-1
-sign \x7555 1245-1346-1
-sign \x6D46 1245-1346-1
-sign \x5C07 1245-1346-1
-sign \x8441 1245-1346-1
-sign \x646A 1245-1346-1
-sign \x7FDE 1245-1346-1
-sign \x50F5 1245-1346-1
-sign \x8780 1245-1346-1
-sign \x6F3F 1245-1346-1
-sign \x58C3 1245-1346-1
-sign \x8591 1245-1346-1
-sign \x5F4A 13-1346-2
-sign \x7F30 1245-1346-1
-sign \x6A7F 1245-1346-1
-sign \x6BAD 1245-1346-1
-sign \x9CC9 1245-1346-1
-sign \x87BF 1245-1346-1
-sign \x7913 1245-1346-1
-sign \x7585 1245-1346-1
-sign \x7586 1245-1346-1
-sign \x7E6E 1245-1346-1
-sign \x97C1 1245-1346-1
-sign \x9C42 1245-1346-1
-sign \x8BB2 1245-1346-3
-sign \x5956 1245-1346-3
-sign \x6868 1245-1346-3
-sign \x848B 1245-1346-3
-sign \x5968 1245-1346-3
-sign \x8523 1245-1346-3
-sign \x596C 1245-1346-3
-sign \x69F3 1245-1346-3
-sign \x734E 1245-1346-3
-sign \x8029 1245-1346-3
-sign \x8199 1245-1346-3
-sign \x8B1B 1245-1346-3
-sign \x985C 1245-1346-3
-sign \x531E 1245-1346-23
-sign \x5320 1245-1346-23
-sign \x5905 1245-1346-23
-sign \x5F1C 1245-1346-23
-sign \x6762 1245-15-2
-sign \x964D 1245-1346-23
-sign \x6D1A 1245-1346-23
-sign \x7EDB 1245-1346-23
-sign \x88B6 1245-1346-23
-sign \x5F36 1245-1346-23
-sign \x7D73 1245-1346-23
-sign \x757A 1245-1346-1
-sign \x9171 1245-1346-23
-sign \x6EF0 1245-1346-23
-sign \x647E 1245-1346-23
-sign \x5D79 1245-1346-23
-sign \x729F 1245-1346-23
-sign \x91A4 1245-1346-23
-sign \x7CE1 1245-1346-23
-sign \x7CE8 1245-1346-23
-sign \x91AC 1245-1346-23
-sign \x6AE4 1245-1346-23
-sign \x8B3D 1245-1346-23
-sign \x827D 1245-345-1
-sign \x8281 1245-345-1
-sign \x4EA4 1245-345-1
-sign \x90CA 1245-345-1
-sign \x832E 1245-345-1
-sign \x832D 1245-345-1
-sign \x5CE7 1245-345-1
-sign \x6D47 1245-345-1
-sign \x5A07 1245-345-1
-sign \x59E3 1245-345-1
-sign \x9A84 1245-345-1
-sign \x80F6 1245-345-1
-sign \x654E 1245-345-23
-sign \x6912 1245-345-1
-sign \x86DF 1245-345-1
-sign \x7126 1245-345-1
-sign \x7133 1245-23456-2
-sign \x8DE4 1245-345-1
-sign \x5604 1245-345-1
-sign \x50EC 1245-345-1
-sign \x9C9B 1245-345-1
-sign \x8549 1245-345-1
-sign \x5D95 1245-345-1
-sign \x5DA3 1245-345-1
-sign \x9AB9 13-345-1
-sign \x81A0 1245-345-1
-sign \x6F86 1245-345-1
-sign \x61A2 125-345-1
-sign \x618D 1245-345-1
-sign \x5B0C 1245-345-1
-sign \x81B2 1245-345-1
-sign \x71CB 1245-345-1
-sign \x7901 1245-345-1
-sign \x7A5A 1245-345-1
-sign \x9E6A 1245-345-1
-sign \x9BAB 1245-345-1
-sign \x8F47 1245-345-1
-sign \x87ED 1245-345-1
-sign \x7C25 1245-345-1
-sign \x940E 1245-345-1
-sign \x9A55 1245-345-1
-sign \x9DEE 1245-345-1
-sign \x9DE6 1245-345-1
-sign \x6AF5 13-345-2
-sign \x56BC 1245-345-2
-sign \x7E9F 234-1
-sign \x7CF9 234-1
-sign \x81EB 1245-345-3
-sign \x89D2 1245-345-3
-sign \x4F7C 1245-345-3
-sign \x6322 1245-345-3
-sign \x72E1 1245-345-3
-sign \x997A 1245-345-3
-sign \x6054 1245-345-3
-sign \x7EDE 1245-345-3
-sign \x6341 13-136-23
-sign \x6648 1245-345-3
-sign \x7B05 1245-345-3
-sign \x70C4 1245-345-3
-sign \x94F0 1245-345-3
-sign \x77EB 1245-345-3
-sign \x768E 1245-345-3
-sign \x811A 1245-345-3
-sign \x6405 1245-345-3
-sign \x7B4A 1245-345-3
-sign \x7D5E 1245-345-3
-sign \x8CCB 1245-345-3
-sign \x6E6C 1245-345-3
-sign \x656B 1245-345-3
-sign \x8173 1245-345-3
-sign \x714D 1245-345-3
-sign \x527F 1245-345-3
-sign \x52E6 1245-345-3
-sign \x6477 1245-345-3
-sign \x669E 1245-345-3
-sign \x8E0B 1245-345-3
-sign \x50E5 1245-345-3
-sign \x9278 1245-345-3
-sign \x9903 1245-345-3
-sign \x649F 1245-345-3
-sign \x64B9 1245-345-3
-sign \x528B 1245-345-3
-sign \x510C 1245-345-3
-sign \x6F50 1245-345-23
-sign \x657D 1245-345-3
-sign \x657F 1245-345-3
-sign \x5FBC 1245-345-3
-sign \x7F34 1245-345-3
-sign \x74AC 1245-345-3
-sign \x66D2 1245-345-3
-sign \x77EF 1245-345-3
-sign \x87DC 1245-345-3
-sign \x76A6 1245-345-3
-sign \x9D64 1356-1236-1
-sign \x8B51 1245-345-3
-sign \x7E73 1245-345-3
-sign \x5B42 1245-345-3
-sign \x7E90 1245-345-3
-sign \x652A 1245-345-3
-sign \x9C4E 1245-345-3
-sign \x705A 1245-345-3
-sign \x53EB 1245-345-23
-sign \x544C 1245-345-23
-sign \x630D 1245-345-1
-sign \x8A06 1245-345-23
-sign \x89C9 1245-23456-2
-sign \x73D3 1245-345-23
-sign \x8F7F 1245-345-23
-sign \x8F83 1245-345-23
-sign \x7A8C 1245-345-23
-sign \x6559 1245-345-23
-sign \x7A96 1245-345-23
-sign \x8F03 1245-345-23
-sign \x6ED8 1245-345-23
-sign \x65A0 1245-345-23
-sign \x9175 1245-345-23
-sign \x5602 1245-345-23
-sign \x5626 1245-345-23
-sign \x6F16 1245-345-23
-sign \x564D 1245-345-23
-sign \x566D 1245-345-23
-sign \x71DE 1245-345-3
-sign \x7365 1245-345-23
-sign \x5B13 1245-345-23
-sign \x85E0 1245-345-23
-sign \x8DAD 1245-345-23
-sign \x8F4E 1245-345-23
-sign \x91AE 1245-345-23
-sign \x8B65 1245-345-23
-sign \x76AD 1245-345-23
-sign \x91C2 1245-345-23
-sign \x9636 1245-15-1
-sign \x7596 1245-15-1
-sign \x7686 1245-15-1
-sign \x63B2 1245-15-1
-sign \x63A5 1245-15-1
-sign \x83E8 1245-15-1
-sign \x79F8 1245-15-1
-sign \x75CE 1245-15-1
-sign \x968E 1245-15-1
-sign \x5826 1245-15-1
-sign \x63ED 1245-15-1
-sign \x6904 1245-15-1
-sign \x5588 1245-15-1
-sign \x55BC 1245-15-1
-sign \x55DF 1245-15-1
-sign \x8857 1245-15-1
-sign \x813B 1245-15-1
-sign \x6E5D 1245-15-1
-sign \x5A98 1245-15-1
-sign \x5AC5 1245-15-1
-sign \x716F 1245-15-1
-sign \x9782 1245-15-1
-sign \x7A2D 1245-15-1
-sign \x64D1 1245-15-1
-sign \x8754 1245-15-1
-sign \x568C 1245-24-23
-sign \x7664 1245-15-1
-sign \x9D9B 1245-15-1
-sign \x5B51 1245-15-2
-sign \x536A 1245-15-2
-sign \x5C10 1245-15-2
-sign \x516F 125-1236
-sign \x8282 1245-15-2
-sign \x8BA6 1245-15-2
-sign \x5226 1245-15-2
-sign \x5227 1245-15-2
-sign \x52AB 1245-15-2
-sign \x6605 1245-15-2
-sign \x5C8A 1245-15-2
-sign \x52BC 1245-15-2
-sign \x523C 1245-15-2
-sign \x6770 1245-15-2
-sign \x758C 1245-15-2
-sign \x8BD8 1245-15-2
-sign \x8871 1245-15-2
-sign \x62EE 1245-15-2
-sign \x8FFC 1245-15-2
-sign \x72E4 1245-15-2
-sign \x6D01 1245-15-2
-sign \x7ED3 1245-15-2
-sign \x83AD 1245-15-2
-sign \x685D 1245-15-2
-sign \x6840 1245-15-2
-sign \x8A10 1245-15-2
-sign \x6377 1245-15-2
-sign \x63B6 1245-15-2
-sign \x5D28 1245-15-2
-sign \x507C 1245-15-2
-sign \x88BA 1245-15-2
-sign \x5A55 1245-15-2
-sign \x7D5C 1245-15-2
-sign \x9889 1245-15-2
-sign \x86E3 1245-15-2
-sign \x5091 1245-15-2
-sign \x5AAB 1245-15-2
-sign \x7D50 1245-15-2
-sign \x696C 1245-15-2
-sign \x776B 1245-15-2
-sign \x8710 1245-15-2
-sign \x5D65 1245-15-2
-sign \x7BC0 1245-15-2
-sign \x9263 1245-15-2
-sign \x9B5D 1245-24-23
-sign \x8A70 1245-15-2
-sign \x6976 1245-15-2
-sign \x6ED0 1245-15-2
-sign \x622A 1245-15-2
-sign \x84F5 1245-15-2
-sign \x69A4 1245-15-2
-sign \x78A3 1245-15-2
-sign \x9C92 1245-15-2
-sign \x7AED 1245-15-2
-sign \x8E15 1245-15-2
-sign \x8AB1 1245-15-2
-sign \x7FAF 1245-15-2
-sign \x6F54 1245-15-2
-sign \x64F3 1245-15-2
-sign \x5E6F 1245-15-2
-sign \x64EE 1245-15-2
-sign \x790D 1245-15-2
-sign \x5DBB 1245-15-2
-sign \x937B 1245-15-2
-sign \x9B9A 1245-15-2
-sign \x6AED 1245-23456-2
-sign \x5DC0 1245-15-2
-sign \x881E 1245-15-2
-sign \x8818 1245-15-2
-sign \x883D 1245-15-2
-sign \x59D0 1245-15-3
-sign \x6BD1 1245-15-3
-sign \x5A8E 1245-15-3
-sign \x98F7 1245-15-3
-sign \x89E7 1245-15-3
-sign \x89E3 1245-15-3
-sign \x6A9E 1245-15-3
-sign \x4E2F 1245-15-23
-sign \x4ECB 1245-15-23
-sign \x6212 1245-15-23
-sign \x82A5 1245-15-23
-sign \x5424 1245-15-23
-sign \x5C95 1245-15-23
-sign \x5E8E 1245-15-23
-sign \x5FE6 1245-1246-2
-sign \x598E 125-246-23
-sign \x73A0 1245-15-23
-sign \x65BA 1245-15-23
-sign \x5C46 1245-15-23
-sign \x5C4A 1245-15-23
-sign \x780E 1245-15-23
-sign \x754C 1245-15-23
-sign \x754D 1245-15-23
-sign \x75A5 1245-15-23
-sign \x8BEB 1245-15-23
-sign \x8878 1245-15-23
-sign \x86A7 1245-15-23
-sign \x501F 1245-15-23
-sign \x6088 1245-15-23
-sign \x5FA3 1245-15-23
-sign \x583A 1245-15-23
-sign \x743E 1245-15-23
-sign \x6950 1245-15-23
-sign \x86F6 1245-15-23
-sign \x9AB1 1245-15-23
-sign \x7297 1245-15-23
-sign \x8AA1 1245-15-23
-sign \x9B6A 1245-15-23
-sign \x892F 1245-15-23
-sign \x66C1 1245-24-23
-sign \x7E72 1245-15-23
-sign \x5DFE 1245-126-1
-sign \x65A4 1245-126-1
-sign \x4ECA 1245-126-1
-sign \x9485 1245-126-1
-sign \x5153 1245-126-1
-sign \x91D1 1245-126-1
-sign \x91D2 1245-126-1
-sign \x8355 1245-126-1
-sign \x781B 1245-126-1
-sign \x89D4 1245-126-1
-sign \x6D25 1245-126-1
-sign \x887F 1245-126-1
-sign \x77DC 1245-126-1
-sign \x73D2 1245-126-1
-sign \x57D0 1245-126-1
-sign \x77DD 13-126-2
-sign \x7D1F 1245-126-1
-sign \x740E 1245-126-1
-sign \x60CD 1245-126-1
-sign \x743B 1245-126-1
-sign \x7B4B 1245-126-1
-sign \x583B 1245-126-1
-sign \x74A1 1245-126-1
-sign \x9EC5 1245-126-1
-sign \x9E76 1245-126-1
-sign \x5D9C 1245-126-1
-sign \x895F 1245-126-1
-sign \x4EC5 1245-126-3
-sign \x537A 1245-126-3
-sign \x5DF9 1245-126-3
-sign \x7D27 1245-126-3
-sign \x5807 1245-126-3
-sign \x83EB 1245-126-3
-sign \x53AA 1245-126-3
-sign \x9526 1245-126-3
-sign \x50C5 1245-126-3
-sign \x8C28 1245-126-3
-sign \x84F3 1245-126-3
-sign \x7DCA 1245-126-3
-sign \x9991 1245-126-3
-sign \x5ED1 1245-126-3
-sign \x6F0C 1245-126-3
-sign \x5AE4 1245-126-3
-sign \x747E 1245-126-3
-sign \x69FF 1245-126-3
-sign \x5118 1245-126-3
-sign \x9326 1245-126-3
-sign \x8B39 1245-126-3
-sign \x93F1 34-236-1
-sign \x9949 1245-126-3
-sign \x4F12 1245-126-23
-sign \x52A4 1245-126-23
-sign \x5C3D 1245-126-23
-sign \x8FDB 1245-126-23
-sign \x8FD1 1245-126-23
-sign \x5997 1245-126-23
-sign \x52B2 1245-126-23
-sign \x6783 1245-126-23
-sign \x4FAD 1245-126-3
-sign \x8369 1245-126-23
-sign \x52C1 1245-126-23
-sign \x6D55 1245-126-23
-sign \x664B 1245-126-23
-sign \x6649 1245-126-23
-sign \x8D46 1245-126-23
-sign \x70EC 1245-126-23
-sign \x6D78 1245-126-23
-sign \x9032 1245-126-23
-sign \x7972 1245-126-23
-sign \x7161 1245-126-23
-sign \x6422 1245-126-23
-sign \x9773 1245-126-23
-sign \x7981 1245-126-23
-sign \x6E8D 1245-126-23
-sign \x5BD6 1245-126-23
-sign \x7F19 1245-126-23
-sign \x7468 1245-126-23
-sign \x5890 1245-126-23
-sign \x616C 1245-126-23
-sign \x76E1 1245-126-23
-sign \x89D0 1245-126-23
-sign \x6B4F 1245-126-23
-sign \x6BA3 1245-126-23
-sign \x50F8 1245-126-23
-sign \x51DA 1245-126-23
-sign \x5664 1245-126-23
-sign \x6FC5 1245-126-23
-sign \x8CEE 1245-126-23
-sign \x7E09 1245-126-23
-sign \x58D7 1245-126-23
-sign \x85CE 1245-126-23
-sign \x568D 1245-126-23
-sign \x6FDC 1245-126-23
-sign \x5B27 1245-126-23
-sign \x74B6 1245-126-23
-sign \x89B2 1245-126-23
-sign \x71FC 1245-126-23
-sign \x8D10 1245-126-23
-sign \x9F7D 1245-126-23
-sign \x4EF1 13-146-2
-sign \x5DE0 1245-16-1
-sign \x5755 1245-16-1
-sign \x830E 1245-16-1
-sign \x4EAC 1245-16-1
-sign \x6CFE 1245-16-1
-sign \x7ECF 1245-16-1
-sign \x8346 1245-16-1
-sign \x834A 1245-16-1
-sign \x79D4 1245-16-1
-sign \x4EB0 1245-16-1
-sign \x8396 1245-16-1
-sign \x6D87 1245-16-1
-sign \x83C1 1245-16-1
-sign \x6B91 13-16-2
-sign \x7304 1245-16-1
-sign \x65CC 1245-16-1
-sign \x65CD 1245-16-1
-sign \x60CA 1245-16-1
-sign \x5A5B 1245-16-1
-sign \x7D4C 1245-16-1
-sign \x6676 1245-16-1
-sign \x7A09 1245-16-1
-sign \x8148 1245-16-1
-sign \x775B 1245-16-1
-sign \x7CB3 1245-16-1
-sign \x7D93 1245-16-1
-sign \x8059 1245-16-1
-sign \x5162 1245-16-1
-sign \x7CBE 1245-16-1
-sign \x6A78 1245-16-1
-sign \x9CB8 1245-16-1
-sign \x9D5B 1245-16-1
-sign \x9BE8 1245-16-1
-sign \x9D81 1245-16-1
-sign \x9E96 1245-16-1
-sign \x9F31 1245-16-1
-sign \x9A5A 1245-16-1
-sign \x9EA0 1245-16-1
-sign \x4E95 1245-16-3
-sign \x4E3C 1245-16-3
-sign \x9631 1245-16-3
-sign \x5753 1245-16-3
-sign \x6C6B 1245-16-3
-sign \x5B91 1245-16-3
-sign \x522D 1245-16-3
-sign \x6C6C 1245-16-3
-sign \x80BC 1245-16-3
-sign \x5244 1245-16-3
-sign \x7A7D 1245-16-3
-sign \x9888 1245-16-3
-sign \x666F 1245-16-3
-sign \x5106 1245-16-3
-sign \x7484 1245-16-3
-sign \x64CF 13-16-2
-sign \x5E5C 1245-16-3
-sign \x61AC 1245-16-3
-sign \x74A5 1245-16-3
-sign \x749F 1245-16-3
-sign \x61BC 1245-16-3
-sign \x9838 1245-16-3
-sign \x66BB 1245-16-3
-sign \x71DD 34-136-3
-sign \x87FC 1245-16-3
-sign \x8B66 1245-16-3
-sign \x9649 125-16-2
-sign \x598C 1245-16-23
-sign \x5F84 1245-16-23
-sign \x51C0 1245-16-23
-sign \x5F2A 1245-16-23
-sign \x8FF3 1245-16-23
-sign \x4FD3 1245-16-23
-sign \x80EB 1245-16-23
-sign \x6D44 1245-16-23
-sign \x9658 125-16-2
-sign \x5A59 1245-16-23
-sign \x9015 1245-16-23
-sign \x501E 123-1346-23
-sign \x5F91 1245-16-23
-sign \x75C9 1245-16-23
-sign \x51C8 1245-16-23
-sign \x7ADE 1245-16-23
-sign \x5F33 1245-16-23
-sign \x6871 1245-16-23
-sign \x68B7 1245-16-23
-sign \x811B 1245-16-23
-sign \x7ADF 1245-16-23
-sign \x7AEB 1245-16-23
-sign \x6DE8 1245-16-23
-sign \x5A67 1245-16-23
-sign \x845D 1245-16-23
-sign \x656C 1245-16-23
-sign \x75D9 1245-16-23
-sign \x7AE7 1245-16-23
-sign \x50B9 1245-16-23
-sign \x9756 1245-16-23
-sign \x9759 1245-16-23
-sign \x5883 1245-16-23
-sign \x8E01 1245-16-23
-sign \x734D 1245-16-23
-sign \x8AA9 1245-16-23
-sign \x981A 1245-16-3
-sign \x975C 1245-16-23
-sign \x66D4 1245-16-23
-sign \x955C 1245-16-23
-sign \x701E 1245-16-23
-sign \x93E1 1245-16-23
-sign \x7AF6 1245-16-23
-sign \x7AF8 1245-16-23
-sign \x5770 1245-1456-1
-sign \x6243 1245-1456-1
-sign \x57DB 1245-1456-1
-sign \x6244 156-236-3
-sign \x99C9 1245-1456-1
-sign \x99EB 1245-1456-1
-sign \x518B 1245-1456-1
-sign \x518F 1245-1456-3
-sign \x56E7 1245-1456-3
-sign \x8FE5 1245-1456-3
-sign \x6CC2 1245-1456-3
-sign \x4FB0 1245-1456-3
-sign \x9008 1245-1456-3
-sign \x70AF 1245-1456-3
-sign \x6D7B 1245-1456-3
-sign \x5BAD 13-456-2
-sign \x70F1 1245-1456-3
-sign \x7D45 1245-1456-1
-sign \x715A 1245-1456-3
-sign \x988E 1245-1456-3
-sign \x7A98 1245-1456-3
-sign \x7D97 1245-1456-3
-sign \x715B 1245-1456-3
-sign \x50D2 1245-1456-3
-sign \x71B2 1245-1456-3
-sign \x8927 1245-1456-3
-sign \x6F83 1245-1456-3
-sign \x71DB 1245-1456-3
-sign \x9848 1245-1456-3
-sign \x860F 1245-1456-1
-sign \x8614 1245-1456-1
-sign \x4E29 1245-1256-1
-sign \x52FC 1245-1256-1
-sign \x7EA0 1245-1256-1
-sign \x673B 1245-1256-1
-sign \x725E 1245-1256-1
-sign \x9E20 1245-1256-1
-sign \x7A76 1245-1256-1
-sign \x7CFA 1245-1256-1
-sign \x7CFE 1245-1256-1
-sign \x8D73 1245-1256-1
-sign \x9604 1245-1256-1
-sign \x841B 1245-1256-1
-sign \x63EA 1245-1256-1
-sign \x63C2 1245-1256-1
-sign \x557E 1245-1256-1
-sign \x63EB 1245-1256-1
-sign \x9CE9 1245-1256-1
-sign \x644E 1245-1256-1
-sign \x6A1B 1245-1256-1
-sign \x9B0F 1245-1256-1
-sign \x9B2E 1245-1256-1
-sign \x4E5D 1245-1256-3
-sign \x4E45 1245-1256-3
-sign \x4E46 1245-1256-3
-sign \x4E63 1245-1256-3
-sign \x6C63 1245-1256-3
-sign \x597A 1245-1256-3
-sign \x7396 1245-1256-3
-sign \x6766 1245-1256-3
-sign \x7078 1245-1256-3
-sign \x820F 1245-1256-3
-sign \x97ED 1245-1256-3
-sign \x9579 1245-1256-3
-sign \x9152 1245-1256-3
-sign \x7D24 1245-1256-3
-sign \x97EE 1245-1256-3
-sign \x531B 1245-1256-23
-sign \x65E7 1245-1256-23
-sign \x81FC 1245-1256-23
-sign \x7542 134-136-3
-sign \x548E 1245-1256-23
-sign \x759A 1245-1256-23
-sign \x67FE 1245-1256-23
-sign \x67E9 1245-1256-23
-sign \x6855 1245-1256-23
-sign \x5003 1245-1256-23
-sign \x6551 1245-1256-23
-sign \x53A9 1245-1256-23
-sign \x5313 1245-1256-23
-sign \x5C31 1245-1256-23
-sign \x5ED0 1245-1256-23
-sign \x5EC4 1245-1256-23
-sign \x8205 1245-1256-23
-sign \x50E6 1245-1256-23
-sign \x5ECF 1245-1256-23
-sign \x6166 1245-1256-23
-sign \x6BA7 1245-1256-23
-sign \x820A 1245-1256-23
-sign \x9E6B 1245-1256-23
-sign \x5336 1245-1256-23
-sign \x9BE6 1245-1256-23
-sign \x9E94 1245-1256-23
-sign \x6B0D 1245-1256
-sign \x9F68 1245-1256-23
-sign \x9DF2 1245-1256-23
-sign \x5727 1246-1
-sign \x51E5 1245-346-1
-sign \x62D8 1245-346-1
-sign \x82F4 1245-346-1
-sign \x72D9 1245-346-1
-sign \x530A 1245-346-1
-sign \x5C45 1245-346-1
-sign \x9A79 1245-346-1
-sign \x4FE5 12345-26-1
-sign \x6344 1245-1256-23
-sign \x6336 1245-346-2
-sign \x7820 1245-346-1
-sign \x7717 1245-346-1
-sign \x7F5D 1245-346-1
-sign \x75BD 1245-346-1
-sign \x75C0 1245-12356-1
-sign \x9671 1245-346-1
-sign \x63AC 1245-346-1
-sign \x68AE 1245-346-1
-sign \x5D0C 1245-346-1
-sign \x6DBA 1245-346-1
-sign \x5A35 1245-346-1
-sign \x5A45 1245-346-2
-sign \x5A6E 1245-346-1
-sign \x741A 1245-346-1
-sign \x6910 1245-346-1
-sign \x8DD4 1245-346-1
-sign \x9514 1245-346-1
-sign \x8152 1245-346-1
-sign \x96CE 1245-346-1
-sign \x88FE 1245-346-1
-sign \x871B 1245-346-1
-sign \x824D 1245-346-1
-sign \x99D2 1245-346-1
-sign \x8E18 1245-346-1
-sign \x8ACA 1245-346-1
-sign \x9D21 1245-346-1
-sign \x9B88 1245-346-1
-sign \x97A0 1245-346-1
-sign \x97AB 1245-346-1
-sign \x9D8B 1245-346-1
-sign \x5C40 1245-346-2
-sign \x6CE6 1245-346-2
-sign \x72CA 1245-346-2
-sign \x4FB7 1245-346-2
-sign \x6854 1245-346-2
-sign \x6BE9 1245-346-2
-sign \x83CA 1245-346-2
-sign \x90F9 1245-346-2
-sign \x5579 1245-346-2
-sign \x7117 1245-346-2
-sign \x6DD7 1245-346-2
-sign \x6908 1245-346-2
-sign \x6BF1 1245-346-2
-sign \x6E68 1245-346-2
-sign \x8F02 1245-346-2
-sign \x7291 1245-346-2
-sign \x84FB 1356-2
-sign \x95B0 1245-346-2
-sign \x8DFC 1245-346-2
-sign \x7CB7 1245-346-2
-sign \x8D9C 1245-346-2
-sign \x8EB9 1245-346-2
-sign \x92E6 1245-346-1
-sign \x6A58 1245-346-2
-sign \x99F6 1245-346-2
-sign \x6A8B 1245-346-1
-sign \x9D59 1245-346-2
-sign \x8E6B 1245-346-2
-sign \x9D74 1245-346-2
-sign \x861C 1245-346-2
-sign \x9DAA 1245-346-2
-sign \x5DC8 1245-346-2
-sign \x9F30 1245-346-2
-sign \x9F33 1245-346-2
-sign \x9A67 1245-346-2
-sign \x5F06 1245-346-3
-sign \x5480 1245-346-3
-sign \x6CAE 1245-346-3
-sign \x8392 1245-346-3
-sign \x77E9 1245-346-3
-sign \x4E3E 1245-346-3
-sign \x6319 1245-346-3
-sign \x6907 1245-346-3
-sign \x7B65 1245-346-3
-sign \x849F 1245-346-3
-sign \x6989 1245-346-3
-sign \x9F83 1245-346-3
-sign \x6998 1245-346-3
-sign \x8065 1245-346-3
-sign \x8E3D 1245-346-3
-sign \x8209 1245-346-3
-sign \x64E7 1245-346-3
-sign \x6AF8 1245-346-3
-sign \x9F5F 1245-346-3
-sign \x6B05 1245-346-3
-sign \x8977 1245-346-3
-sign \x5DE8 1245-346-23
-sign \x53E5 1245-346-23
-sign \x8BB5 1245-346-23
-sign \x62D2 1245-346-23
-sign \x82E3 1245-346-23
-sign \x5CA0 1245-346-23
-sign \x90AD 1245-346-23
-sign \x6D30 1245-346-23
-sign \x6007 1245-346-23
-sign \x59D6 1245-346-23
-sign \x5765 13-346-1
-sign \x62E0 1245-346-23
-sign \x6B6B 1245-346-23
-sign \x5177 1245-346-23
-sign \x661B 1245-346-23
-sign \x70AC 1245-346-23
-sign \x601A 1245-346-23
-sign \x949C 1245-346-23
-sign \x79EC 1245-346-23
-sign \x801F 1245-346-23
-sign \x86B7 1245-346-23
-sign \x4FF1 1245-346-23
-sign \x5036 1245-346-23
-sign \x5028 1245-346-23
-sign \x7C94 1245-346-23
-sign \x70E5 12345-356-2
-sign \x51A3 1245-346-23
-sign \x8893 1245-15-1
-sign \x5267 1245-346-23
-sign \x57E7 1245-346-23
-sign \x636E 1245-346-23
-sign \x57FE 1245-346-23
-sign \x8DDD 1245-346-23
-sign \x8A4E 1245-346-23
-sign \x60E7 1245-346-23
-sign \x7123 1245-346-23
-sign \x8DD9 1245-346-23
-sign \x728B 1245-346-23
-sign \x9245 1245-346-23
-sign \x98D3 1245-346-23
-sign \x8C66 1245-346-23
-sign \x8661 1245-346-23
-sign \x952F 1245-346-23
-sign \x99CF 1245-346-23
-sign \x805A 1245-346-23
-sign \x6133 1245-346-23
-sign \x5BE0 1245-346-23
-sign \x7AAD 1245-346-23
-sign \x5287 1245-346-23
-sign \x52EE 1245-346-23
-sign \x8E1E 1245-346-23
-sign \x9B94 1245-346-23
-sign \x5C66 1245-346-23
-sign \x58C9 1245-346-23
-sign \x64DA 1245-346-23
-sign \x907D 1245-346-23
-sign \x92F8 1245-346-23
-sign \x6FBD 1245-346-23
-sign \x61C5 1245-346-23
-sign \x7AB6 1245-346-23
-sign \x98B6 1245-346-23
-sign \x5C68 1245-346-23
-sign \x8C97 1245-346-23
-sign \x7C34 1245-346-23
-sign \x91B5 1245-346-23
-sign \x8E86 1245-346-23
-sign \x943B 1245-346-23
-sign \x61FC 1245-346-23
-sign \x7220 1245-346-23
-sign \x59E2 1245-12346-1
-sign \x6350 1245-12346-1
-sign \x6D93 1245-12346-1
-sign \x5A1F 1245-12346-1
-sign \x688B 125-12346-1
-sign \x74F9 1245-12346-1
-sign \x8127 1245-12346-1
-sign \x9E43 1245-12346-1
-sign \x88D0 1245-12346-1
-sign \x52EC 1245-12346-1
-sign \x954C 1245-12346-1
-sign \x92D7 125-12346-1
-sign \x92D1 1245-12346-1
-sign \x9799 125-12346-1
-sign \x9D51 1245-12346-1
-sign \x93B8 1245-12346-1
-sign \x942B 1245-12346-1
-sign \x8832 1245-12346-1
-sign \x545F 1245-12346-3
-sign \x5377 1245-12346-23
-sign \x5DFB 1245-12346-23
-sign \x57CD 1245-12346-3
-sign \x6372 1245-12346-3
-sign \x83E4 1245-12346-3
-sign \x9529 1245-12346-3
-sign \x9308 1245-12346-3
-sign \x81C7 1245-12346-3
-sign \x5946 1245-12346-23
-sign \x52B5 1245-12346-23
-sign \x5E23 1245-12346-3
-sign \x5F2E 1245-12346-23
-sign \x5026 1245-12346-23
-sign \x72F7 1245-12346-23
-sign \x684A 1245-12346-23
-sign \x52CC 1245-12346-23
-sign \x6081 12346-1
-sign \x7EE2 1245-12346-23
-sign \x9104 1245-12346-23
-sign \x7737 1245-12346-23
-sign \x6DC3 1245-12346-23
-sign \x774A 1245-12346-23
-sign \x7F65 1245-12346-23
-sign \x96CB 1245-456-23
-sign \x7D6D 1245-12346-23
-sign \x7760 1245-12346-23
-sign \x98EC 1346-3
-sign \x7D79 1245-12346-23
-sign \x8528 1245-12346-23
-sign \x617B 1245-12346-23
-sign \x990B 1245-12346-23
-sign \x7367 1245-12346-23
-sign \x7F82 1245-12346-23
-sign \x6485 1245-23456-1
-sign \x64A7 1245-23456-1
-sign \x5658 1245-23456-1
-sign \x5C69 1245-23456-1
-sign \x5C6B 1245-23456-1
-sign \x4E85 1245-23456-2
-sign \x5B52 1245-23456-2
-sign \x5B53 1245-23456-2
-sign \x592C 1245-13456-23
-sign \x53CF 1245-13456-2
-sign \x6C12 1245-23456-2
-sign \x51B3 1245-23456-2
-sign \x8BC0 1245-23456-2
-sign \x5214 1245-23456-2
-sign \x6289 1245-23456-2
-sign \x82B5 1245-23456-2
-sign \x5437 125-23456-23
-sign \x6C7A 1245-23456-2
-sign \x599C 23456-23
-sign \x73A8 1245-23456-2
-sign \x73A6 1245-23456-2
-sign \x6CEC 1245-23456-2
-sign \x73CF 1245-23456-2
-sign \x6317 1245-23456-2
-sign \x7804 1245-23456-2
-sign \x8673 1245-23456-2
-sign \x75A6 1245-23456-2
-sign \x7EDD 1245-23456-2
-sign \x6354 1245-23456-2
-sign \x8697 1245-23456-2
-sign \x6B2E 1245-23456-2
-sign \x8D7D 1245-23456-2
-sign \x6398 1245-23456-2
-sign \x6877 1245-23456-2
-sign \x6B8C 1245-23456-2
-sign \x8990 1245-23456-2
-sign \x8DB9 1245-23456-2
-sign \x5D1B 1245-23456-2
-sign \x89D6 1245-23456-2
-sign \x8A23 1245-23456-2
-sign \x658D 1245-23456-2
-sign \x7106 1245-23456-2
-sign \x902B 1245-23456-2
-sign \x8D89 1245-23456-2
-sign \x53A5 1245-23456-2
-sign \x5095 1245-23456-2
-sign \x920C 1245-23456-2
-sign \x899A 1245-23456-2
-sign \x7D76 1245-23456-2
-sign \x7D55 1245-23456-2
-sign \x99C3 1245-23456-2
-sign \x7474 1245-23456-2
-sign \x5282 1245-23456-2
-sign \x52EA 1245-23456-2
-sign \x8C32 1245-23456-2
-sign \x957C 1245-15-2
-sign \x8568 1245-23456-2
-sign \x855D 1245-23456-2
-sign \x7234 1245-23456-2
-sign \x5DA1 1245-2456-23
-sign \x5DA5 1245-23456-2
-sign \x9D03 1245-23456-2
-sign \x7357 1245-23456-2
-sign \x761A 1245-23456-2
-sign \x71A6 1245-23456-2
-sign \x6F4F 1245-23456-2
-sign \x61B0 1245-23456-2
-sign \x9D02 1245-23456-2
-sign \x749A 1245-23456-2
-sign \x6A5B 1245-23456-2
-sign \x6A5C 1245-23456-2
-sign \x61A0 1245-23456-2
-sign \x9562 1245-23456-2
-sign \x7235 1245-23456-2
-sign \x81C4 1245-23456-2
-sign \x87E8 1245-23456-2
-sign \x87E9 1245-23456-2
-sign \x8E77 1245-23456-2
-sign \x8E76 1245-23456-2
-sign \x8B4E 1245-23456-2
-sign \x7211 1245-23456-2
-sign \x9D8C 13-346-1
-sign \x77CD 1245-23456-2
-sign \x89BA 1245-23456-2
-sign \x941D 1245-23456-2
-sign \x940D 1245-23456-2
-sign \x89FC 1245-23456-2
-sign \x721D 1245-23456-2
-sign \x704D 1245-23456-2
-sign \x652B 1245-23456-2
-sign \x9DE2 1245-23456-2
-sign \x7383 1245-23456-2
-sign \x6204 1245-23456-2
-sign \x5F4F 1245-23456-2
-sign \x6B14 1245-23456-2
-sign \x9FA3 1245-23456-2
-sign \x77E1 1245-23456-2
-sign \x8EA9 1245-23456-2
-sign \x8C9C 1245-23456-2
-sign \x9481 1245-23456-2
-sign \x5014 1245-23456-23
-sign \x519B 1245-456-1
-sign \x5747 1245-456-1
-sign \x62A3 456-2
-sign \x6C6E 1245-456-1
-sign \x541B 1245-456-1
-sign \x94A7 1245-456-1
-sign \x8ECD 1245-456-1
-sign \x8880 1245-456-1
-sign \x8399 1245-456-1
-sign \x8690 1245-456-1
-sign \x83CC 1245-456-1
-sign \x687E 1245-456-1
-sign \x76B2 1245-456-1
-sign \x921E 1245-456-1
-sign \x7885 1245-456-1
-sign \x7B60 1245-456-1
-sign \x9281 1245-456-1
-sign \x929E 1245-456-1
-sign \x76B8 1245-456-1
-sign \x89A0 1245-456-1
-sign \x76B9 1245-456-1
-sign \x9CAA 1245-456-1
-sign \x9E87 13-456-2
-sign \x9355 1245-456-1
-sign \x9BB6 1245-456-1
-sign \x9E8F 1245-456-1
-sign \x9E95 1245-456-1
-sign \x5441 1245-456-23
-sign \x4FCA 1245-456-23
-sign \x90E1 1245-456-23
-sign \x9656 1245-456-23
-sign \x6343 1245-456-23
-sign \x57C8 1245-456-23
-sign \x5CFB 1245-456-23
-sign \x96BD 1245-12346-23
-sign \x9982 1245-456-23
-sign \x6D5A 1245-456-23
-sign \x9A8F 1245-456-23
-sign \x73FA 1245-456-23
-sign \x6659 1245-456-23
-sign \x710C 1245-456-23
-sign \x8470 1245-456-23
-sign \x68DE 1245-456-23
-sign \x756F 1245-456-23
-sign \x7AE3 1245-456-23
-sign \x8720 1245-456-23
-sign \x7B9F 1245-456-23
-sign \x7B98 1245-456-23
-sign \x5101 1245-456-23
-sign \x9915 1245-456-23
-sign \x61CF 1245-456-23
-sign \x5BEF 1245-456-23
-sign \x71C7 1245-456-23
-sign \x99FF 1245-456-23
-sign \x9D54 1245-456-23
-sign \x9D58 1245-456-23
-sign \x9D55 1245-456-23
-sign \x6508 1245-456-23
-sign \x651F 1245-456-23
-sign \x5494 13-35-1
-sign \x5496 13-35-1
-sign \x54E2 123-256-23
-sign \x5580 13-35-1
-sign \x8849 13-26-23
-sign \x5361 13-35-3
-sign \x4F67 13-35-3
-sign \x57B0 13-35-3
-sign \x80E9 13-35-3
-sign \x88C3 13-35-3
-sign \x9272 13-35-3
-sign \x5F00 13-246-1
-sign \x5952 13-246-1
-sign \x63E9 13-246-1
-sign \x958B 13-246-1
-sign \x950E 13-246-1
-sign \x9426 13-246-1
-sign \x5240 13-246-3
-sign \x51EF 13-246-3
-sign \x57B2 13-246-3
-sign \x95FF 13-246-3
-sign \x607A 13-246-3
-sign \x94E0 13-246-3
-sign \x8488 13-246-3
-sign \x5274 13-246-3
-sign \x51F1 13-246-3
-sign \x6168 13-246-3
-sign \x584F 13-246-3
-sign \x6977 13-246-3
-sign \x8F06 13-246-3
-sign \x6137 13-246-3
-sign \x669F 13-246-3
-sign \x9534 13-246-3
-sign \x9347 13-246-3
-sign \x95D3 13-246-3
-sign \x93A7 13-246-3
-sign \x98BD 13-246-3
-sign \x5FFE 13-246-23
-sign \x708C 13-246-23
-sign \x708F 146-2
-sign \x6B2C 246-23
-sign \x70D7 13-246-23
-sign \x52D3 13-246-23
-sign \x5605 13-246-3
-sign \x613E 13-246-23
-sign \x938E 13-246-23
-sign \x520A 13-1236-1
-sign \x681E 13-1236-1
-sign \x52D8 13-1236-1
-sign \x9F9B 13-1236-1
-sign \x582A 13-1236-1
-sign \x5D41 13-1236-1
-sign \x6221 13-1236-1
-sign \x9F95 13-1236-1
-sign \x519A 13-1236-3
-sign \x574E 13-1236-3
-sign \x4F83 13-1236-3
-sign \x780D 13-1236-3
-sign \x83B0 13-1236-3
-sign \x57F3 13-1236-3
-sign \x5058 13-1236-3
-sign \x60C2 13-1236-3
-sign \x6B3F 13-1236-3
-sign \x586A 13-1236-3
-sign \x6B41 13-1236-3
-sign \x69DB 13-1236-3
-sign \x8F21 13-1236-3
-sign \x8F41 2345-235-1
-sign \x6ABB 13-1236-3
-sign \x9851 13-1236-3
-sign \x8F57 13-1236-3
-sign \x7AF7 13-1236-3
-sign \x770B 13-1236-23
-sign \x884E 13-1236-23
-sign \x5D01 13-1236-23
-sign \x5888 13-1236-23
-sign \x961A 13-1236-23
-sign \x78E1 13-1236-23
-sign \x77B0 13-1236-23
-sign \x77D9 13-1236-23
-sign \x95F6 13-236-1
-sign \x7C87 13-236-1
-sign \x5EB7 13-236-1
-sign \x5D7B 13-236-1
-sign \x6F2E 13-236-1
-sign \x6177 13-236-1
-sign \x5ADD 13-236-1
-sign \x69FA 13-236-1
-sign \x7A45 13-236-1
-sign \x7CE0 13-236-1
-sign \x8EBF 13-236-1
-sign \x93EE 13-236-1
-sign \x9C47 13-236-1
-sign \x625B 13-236-2
-sign \x6443 13-236-2
-sign \x4EA2 13-236-23
-sign \x531F 13-236-23
-sign \x4F09 13-236-23
-sign \x909F 13-236-23
-sign \x6297 13-236-23
-sign \x56E5 13-236-23
-sign \x72BA 1245-236-3
-sign \x5FFC 13-236-1
-sign \x7095 13-236-23
-sign \x780A 13-236-1
-sign \x94AA 13-236-23
-sign \x958C 13-236-1
-sign \x9227 13-236-23
-sign \x5C3B 13-235-1
-sign \x5D6A 13-235-1
-sign \x9ADB 13-235-1
-sign \x4E02 13-235-3
-sign \x8003 13-235-3
-sign \x6537 13-235-3
-sign \x62F7 13-235-3
-sign \x6D18 13-235-3
-sign \x6832 13-235-3
-sign \x70E4 13-235-3
-sign \x85A7 13-235-3
-sign \x94D0 13-235-23
-sign \x7292 13-235-23
-sign \x92AC 13-235-23
-sign \x9C93 13-235-23
-sign \x9760 13-235-23
-sign \x9BB3 13-235-23
-sign \x9BCC 13-235-23
-sign \x82DB 13-26-1
-sign \x533C 13-26-1
-sign \x73C2 13-26-1
-sign \x67EF 13-26-1
-sign \x8F72 13-26-1
-sign \x79D1 13-26-1
-sign \x80E2 13-26-1
-sign \x7241 13-26-1
-sign \x8DB7 13-26-1
-sign \x94B6 13-26-1
-sign \x75B4 13-26-1
-sign \x86B5 13-26-1
-sign \x842A 13-26-1
-sign \x68F5 13-26-1
-sign \x8EFB 13-26-1
-sign \x5D59 13-26-1
-sign \x75FE 13-26-1
-sign \x988F 13-26-1
-sign \x6415 13-26-1
-sign \x55D1 13-26-1
-sign \x7290 13-26-1
-sign \x7A1E 13-26-1
-sign \x9233 13-26-1
-sign \x7AA0 13-26-1
-sign \x8596 13-26-1
-sign \x69BC 13-26-1
-sign \x9897 13-26-1
-sign \x78D5 13-26-1
-sign \x778C 13-26-1
-sign \x874C 13-26-1
-sign \x6A16 13-26-1
-sign \x9826 13-26-1
-sign \x9198 13-26-1
-sign \x9846 13-26-1
-sign \x9AC1 13-26-1
-sign \x791A 13-26-1
-sign \x58F3 13-26-2
-sign \x54B3 13-26-2
-sign \x6BBB 13-26-2
-sign \x63E2 13-26-2
-sign \x7FD7 13-26-2
-sign \x5DB1 13-26-2
-sign \x53EF 13-26-3
-sign \x5777 13-26-3
-sign \x5CA2 13-26-3
-sign \x70A3 13-26-3
-sign \x6E07 13-26-3
-sign \x6564 13-26-3
-sign \x5D51 13-26-3
-sign \x6E34 13-26-3
-sign \x514B 13-26-23
-sign \x523B 13-26-23
-sign \x5159 156-2-13-26-23
-sign \x524B 13-26-23
-sign \x52C0 13-26-23
-sign \x52CA 13-26-23
-sign \x5CC7 12-35-1
-sign \x606A 13-26-23
-sign \x5BA2 13-26-23
-sign \x5C05 13-26-23
-sign \x515B 13-146-1-13-26-23
-sign \x8894 13-26-23
-sign \x8BFE 13-26-23
-sign \x5A14 13-26-23
-sign \x5801 13-26-23
-sign \x515E 125-235-2-13-26-23
-sign \x6C2A 13-26-23
-sign \x9A92 13-26-23
-sign \x7F02 13-26-23
-sign \x5161 12-246-3-13-26-23
-sign \x951E 13-26-23
-sign \x6E98 13-26-23
-sign \x6119 13-26-23
-sign \x78A6 13-26-23
-sign \x8AB2 13-26-23
-sign \x7DD9 13-26-23
-sign \x9301 13-26-23
-sign \x9A0D 13-26-23
-sign \x790A 13-26-23
-sign \x808E 13-356-3
-sign \x80AF 13-356-3
-sign \x80BB 13-356-3
-sign \x57A6 13-356-3
-sign \x6073 13-356-3
-sign \x5543 13-356-3
-sign \x8C64 13-356-3
-sign \x8C87 13-356-3
-sign \x9339 13-356-3
-sign \x58BE 13-356-3
-sign \x61C7 13-356-3
-sign \x63AF 13-356-23
-sign \x784D 13-356-23
-sign \x88C9 13-356-23
-sign \x8903 13-356-23
-sign \x52A5 13-3456-1
-sign \x962C 13-3456-1
-sign \x5751 13-3456-1
-sign \x542D 13-3456-1
-sign \x5994 13-3456-1
-sign \x6333 13-3456-1
-sign \x7841 13-3456-1
-sign \x727C 13-3456-1
-sign \x785C 13-3456-1
-sign \x94FF 13-3456-1
-sign \x787B 13-3456-1
-sign \x8A99 13-3456-1
-sign \x92B5 13-3456-1
-sign \x935E 13-3456-1
-sign \x93D7 13-3456-1
-sign \x7A7A 13-256-1
-sign \x5025 13-256-1
-sign \x57EA 13-256-1
-sign \x5D06 13-256-1
-sign \x6DB3 13-256-1
-sign \x60BE 13-256-1
-sign \x787F 13-256-1
-sign \x7B9C 13-256-1
-sign \x8EBB 13-256-1
-sign \x9313 13-256-1
-sign \x9D7C 13-256-1
-sign \x5B54 13-256-3
-sign \x6050 13-256-3
-sign \x63A7 13-256-23
-sign \x979A 13-256-23
-sign \x62A0 13-12356-1
-sign \x82A4 13-12356-1
-sign \x770D 13-12356-1
-sign \x527E 13-12356-1
-sign \x6473 13-12356-1
-sign \x5F44 13-12356-1
-sign \x7798 13-12356-1
-sign \x53E3 13-12356-3
-sign \x52B6 13-12356-3
-sign \x7AD8 13-356-3
-sign \x53E9 13-12356-23
-sign \x6263 13-12356-23
-sign \x6010 13-12356-23
-sign \x6542 13-12356-23
-sign \x5BBC 13-12356-23
-sign \x51A6 13-12356-23
-sign \x91E6 13-12356-23
-sign \x5BC7 13-12356-23
-sign \x7B58 13-12356-23
-sign \x7A9B 13-12356-23
-sign \x853B 13-12356-23
-sign \x8532 13-12356-23
-sign \x6EF1 13-12356-23
-sign \x7789 13-12356-23
-sign \x7C06 13-12356-23
-sign \x9DC7 13-12356-23
-sign \x625D 13-136-1
-sign \x77FB 13-136-1
-sign \x5233 13-136-1
-sign \x90C0 13-136-1
-sign \x67AF 13-136-1
-sign \x684D 13-136-1
-sign \x54ED 13-136-1
-sign \x5800 13-136-1
-sign \x5D2B 1245-23456-2
-sign \x8DCD 13-136-1
-sign \x5710 13-136-1
-sign \x7A9F 13-136-1
-sign \x9AB7 13-136-1
-sign \x82E6 13-136-3
-sign \x72DC 13-136-3
-sign \x695B 13-136-3
-sign \x5E93 13-136-23
-sign \x4FC8 13-136-23
-sign \x7ED4 13-136-23
-sign \x79D9 13-136-23
-sign \x5EAB 13-136-23
-sign \x7105 13-136-23
-sign \x88B4 13-136-23
-sign \x55BE 13-136-23
-sign \x88E4 13-136-23
-sign \x7D5D 13-136-23
-sign \x7614 13-136-23
-sign \x9177 13-136-23
-sign \x8932 13-136-23
-sign \x9BAC 13-136-23
-sign \x56B3 13-136-23
-sign \x5938 13-123456-1
-sign \x59F1 13-123456-1
-sign \x6647 125-346-23
-sign \x823F 13-123456-1
-sign \x8A87 13-123456-1
-sign \x4F89 13-123456-3
-sign \x57AE 13-123456-3
-sign \x54B5 13-123456-3
-sign \x9299 13-123456-3
-sign \x630E 13-123456-23
-sign \x80EF 13-123456-23
-sign \x8DE8 13-123456-23
-sign \x9ABB 13-123456-23
-sign \x84AF 13-13456-3
-sign \x64D3 13-13456
-sign \x5DDC 13-13456-23
-sign \x5726 13-2456-23
-sign \x51F7 13-13456-23
-sign \x5757 13-13456-23
-sign \x5FEB 13-13456-23
-sign \x4FA9 13-13456-23
-sign \x90D0 13-13456-23
-sign \x54D9 13-13456-23
-sign \x72EF 13-13456-23
-sign \x810D 13-13456-23
-sign \x584A 13-13456-23
-sign \x7B77 13-13456-23
-sign \x9C99 13-13456-23
-sign \x58A4 2345-2456-2
-sign \x5108 13-13456-23
-sign \x9136 13-13456-23
-sign \x736A 13-13456-23
-sign \x5EE5 13-13456-23
-sign \x81BE 13-13456-23
-sign \x65DD 13-13456-23
-sign \x7CE9 13-13456-23
-sign \x9C60 13-13456-23
-sign \x5BBD 13-12456-1
-sign \x5BDB 13-12456-1
-sign \x5BEC 13-12456-1
-sign \x9ACB 13-12456-1
-sign \x9467 13-25-1
-sign \x9AD6 13-12456-1
-sign \x68A1 13-12456-3
-sign \x6B35 13-12456-3
-sign \x6B3E 13-12456-3
-sign \x6B40 13-12456-3
-sign \x7ABD 13-12456-3
-sign \x7ABE 13-12456-3
-sign \x5321 13-2356-1
-sign \x90BC 13-2356-1
-sign \x52BB 13-2356-1
-sign \x8BD3 13-2356-1
-sign \x5329 13-2356-1
-sign \x54D0 13-2356-1
-sign \x6D2D 13-2356-1
-sign \x6047 13-2356-1
-sign \x7B50 13-2356-1
-sign \x8EED 13-2356-1
-sign \x7B7A 13-2356-1
-sign \x8A86 13-2356-1
-sign \x6282 13-2356-2
-sign \x72C2 13-2356-2
-sign \x72C5 13-2356-2
-sign \x8BF3 13-2356-2
-sign \x8ED6 13-2356-2
-sign \x8EE0 13-2356-2
-sign \x8A91 13-2356-2
-sign \x9D5F 13-2356-2
-sign \x593C 13-2356-3
-sign \x5123 13-2356-3
-sign \x61ED 13-2356-3
-sign \x909D 13-2356-23
-sign \x5739 13-2356-23
-sign \x7EA9 13-2356-23
-sign \x65F7 13-2356-23
-sign \x51B5 13-2356-23
-sign \x77FF 13-2356-23
-sign \x5CB2 13-2356-23
-sign \x6CC1 13-2356-23
-sign \x663F 13-2356-23
-sign \x8D36 13-2356-23
-sign \x6846 13-2356-23
-sign \x783F 13-2356-23
-sign \x7716 13-2356-23
-sign \x7736 13-2356-23
-sign \x7D4B 13-2356-23
-sign \x8EE6 13-2356-23
-sign \x8CBA 13-2356-23
-sign \x7D56 13-2356-23
-sign \x9271 13-2356-23
-sign \x92DB 13-2356-23
-sign \x913A 13-2356-23
-sign \x58D9 13-2356-23
-sign \x9ECB 13-2356-23
-sign \x66E0 13-2356-23
-sign \x61EC 13-2356-23
-sign \x720C 13-2356-23
-sign \x7926 13-2356-23
-sign \x77CC 13-2356-23
-sign \x7A6C 13-2356-23
-sign \x7E8A 13-2356-23
-sign \x945B 13-2356-23
-sign \x4E8F 13-2456-1
-sign \x5232 13-2456-1
-sign \x5CBF 13-2456-1
-sign \x609D 13-2456-1
-sign \x76D4 13-2456-1
-sign \x7AA5 13-2456-1
-sign \x8067 13-2456-1
-sign \x7ABA 13-2456-1
-sign \x8667 13-2456-1
-sign \x985D 13-2456-1
-sign \x95DA 13-2456-1
-sign \x862C 13-2456-1
-sign \x594E 13-2456-2
-sign \x6646 13-2456-2
-sign \x9035 13-2456-2
-sign \x9804 13-2456-2
-sign \x9997 13-2456-2
-sign \x9108 13-2456-2
-sign \x63C6 13-2456-2
-sign \x8475 13-2456-2
-sign \x55B9 13-2456-2
-sign \x9A99 13-2456-2
-sign \x694F 13-2456-2
-sign \x6951 13-2456-2
-sign \x668C 13-2456-2
-sign \x9B41 13-2456-2
-sign \x6223 13-2456-2
-sign \x777D 13-2456-2
-sign \x8770 13-2456-2
-sign \x982F 13-2456-2
-sign \x85C8 13-2456-2
-sign \x6AC6 13-2456-2
-sign \x9377 13-2456-2
-sign \x9368 13-2456-2
-sign \x9A24 13-2456-2
-sign \x8637 13-2456-2
-sign \x5914 13-2456-2
-sign \x8641 13-2456-2
-sign \x5DD9 1345-235-2
-sign \x8EA8 13-2456-2
-sign \x5C2F 13-2456-23
-sign \x5080 13-2456-3
-sign \x980D 13-2456-3
-sign \x8DEC 13-2456-3
-sign \x7143 13-2456-3
-sign \x78C8 13-2456-3
-sign \x8E5E 13-2456-3
-sign \x537C 136-23
-sign \x532E 13-2456-23
-sign \x6B33 13-123456-23
-sign \x8489 13-2456-23
-sign \x559F 13-2456-23
-sign \x9988 13-2456-23
-sign \x6E83 13-2456-23
-sign \x6126 13-2456-23
-sign \x6127 13-2456-23
-sign \x5ABF 13-2456-23
-sign \x5331 13-2456-23
-sign \x7786 1245-2456-23
-sign \x8069 13-2456-23
-sign \x806D 13-2456-23
-sign \x8562 13-13456-23
-sign \x5633 13-2456-23
-sign \x7BD1 13-2456-23
-sign \x6F70 13-2456-23
-sign \x6192 13-2456-23
-sign \x5B07 13-2456-23
-sign \x6A3B 13-2456-23
-sign \x8B09 13-2456-23
-sign \x993D 13-2456-23
-sign \x8075 13-2456-23
-sign \x7C23 13-2456-23
-sign \x7C44 13-2456-23
-sign \x9400 13-2456-23
-sign \x994B 13-2456-23
-sign \x5DCB 13-2456-1
-sign \x944E 13-2456-23
-sign \x5764 13-25-1
-sign \x6606 13-25-1
-sign \x5812 13-25-1
-sign \x83CE 13-25-1
-sign \x665C 13-25-1
-sign \x5D10 13-25-1
-sign \x5D11 13-25-1
-sign \x7311 13-25-1
-sign \x5803 13-25-1
-sign \x88C8 13-25-1
-sign \x5A6B 13-25-1
-sign \x7428 13-25-1
-sign \x9AE0 13-25-1
-sign \x711C 13-25-1
-sign \x9AE1 13-25-1
-sign \x9E4D 13-25-1
-sign \x951F 13-25-1
-sign \x88E9 13-25-1
-sign \x9AE8 13-25-1
-sign \x5C21 13-25-1
-sign \x872B 13-25-1
-sign \x6F49 13-25-1
-sign \x890C 13-25-1
-sign \x747B 13-25-1
-sign \x918C 13-25-1
-sign \x71B4 13-25-1
-sign \x9315 13-25-1
-sign \x9CB2 13-25-1
-sign \x9A09 13-25-1
-sign \x81D7 13-12456-1
-sign \x9D7E 13-25-1
-sign \x9BE4 13-25-1
-sign \x9DA4 13-25-1
-sign \x6346 13-25-3
-sign \x9603 13-25-3
-sign \x6083 13-25-3
-sign \x58F8 13-25-3
-sign \x68B1 13-25-3
-sign \x7975 13-25-3
-sign \x7871 13-25-3
-sign \x7A07 13-25-3
-sign \x88CD 13-25-3
-sign \x58FC 13-25-3
-sign \x7A1B 13-25-3
-sign \x7D91 13-25-3
-sign \x95AB 13-25-3
-sign \x95B8 13-25-3
-sign \x56F0 13-25-23
-sign \x6D83 13-25-23
-sign \x774F 13-25-23
-sign \x6269 13-135-23
-sign \x62E1 13-135-23
-sign \x62EC 13-135-23
-sign \x681D 1245-123456-1
-sign \x6870 1245-123456-1
-sign \x8440 13-135-23
-sign \x843F 13-135-23
-sign \x86DE 13-135-23
-sign \x7B48 13-135-23
-sign \x9614 13-135-23
-sign \x7140 13-346-1
-sign \x5ED3 13-135-23
-sign \x5F49 1245-135-1
-sign \x564B 2345-25-1
-sign \x9822 13-135-23
-sign \x9AFA 13-135-23
-sign \x64F4 13-135-23
-sign \x979F 13-135-23
-sign \x95CA 13-135-23
-sign \x6FF6 13-135-23
-sign \x5F4D 1245-135-1
-sign \x97D5 13-135-23
-sign \x9729 13-135-23
-sign \x61D6 1245-135-1
-sign \x97B9 13-135-23
-sign \x9B20 13-135-23
-sign \x5783 123-35-1
-sign \x62C9 123-35-1
-sign \x67C6 123-35-1
-sign \x83C8 123-35-1
-sign \x5566 123-35-1
-sign \x7FCB 123-35-1
-sign \x641A 123-35-1
-sign \x78D6 123-35-1
-sign \x908B 123-35-1
-sign \x65EF 123-35-2
-sign \x524C 123-35-23
-sign \x782C 123-35-2
-sign \x63E6 123-35-2
-sign \x5587 123-35-3
-sign \x85DE 123-35-3
-sign \x56B9 123-35-3
-sign \x814A 123-35-23
-sign \x6E82 123-35-23
-sign \x694B 123-35-23
-sign \x63E7 123-35-23
-sign \x8FA2 123-35-23
-sign \x8721 123-35-23
-sign \x874B 123-35-23
-sign \x760C 123-35-23
-sign \x8FA3 123-35-23
-sign \x8772 123-35-23
-sign \x9B0E 123-35-23
-sign \x81D8 123-35-23
-sign \x74CE 123-35-23
-sign \x9574 123-35-23
-sign \x9BFB 123-35-23
-sign \x881F 123-35-23
-sign \x945E 123-35-23
-sign \x97A1 123-35
-sign \x6765 123-246-2
-sign \x4F86 123-246-2
-sign \x4FEB 123-246-2
-sign \x83B1 123-246-2
-sign \x90F2 123-246-2
-sign \x5D03 123-246-2
-sign \x5008 123-246-2
-sign \x5F95 123-246-2
-sign \x6D9E 123-246-2
-sign \x840A 123-246-2
-sign \x68BE 123-246-2
-sign \x9028 123-246-2
-sign \x553B 123-246-23
-sign \x5D0D 123-246-2
-sign \x5FA0 123-246-2
-sign \x730D 123-246-2
-sign \x5EB2 123-246-2
-sign \x6DF6 123-246-2
-sign \x5A61 123-246-2
-sign \x741C 123-246-2
-sign \x68F6 123-246-2
-sign \x94FC 123-246-2
-sign \x7B59 123-246-2
-sign \x7B82 123-246-2
-sign \x9338 123-246-2
-sign \x9842 123-246-23
-sign \x9A0B 123-246-2
-sign \x9D86 123-246-2
-sign \x9EB3 123-246-2
-sign \x9BE0 123-246-2
-sign \x52D1 123-246-23
-sign \x8D49 123-246-23
-sign \x7750 123-246-23
-sign \x8D56 123-246-23
-sign \x775E 123-246-23
-sign \x8CDA 123-246-23
-sign \x8ABA 12345-1
-sign \x983C 123-246-23
-sign \x8CF4 123-246-23
-sign \x6FD1 123-246-23
-sign \x9D63 123-246-23
-sign \x765E 123-246-23
-sign \x650B 123-35-23
-sign \x85FE 123-246-23
-sign \x7C41 123-246-23
-sign \x702C 123-246-23
-sign \x7028 123-246-23
-sign \x6AF4 123-35-23
-sign \x7669 123-246-23
-sign \x8970 123-246-23
-sign \x7C5F 123-246-23
-sign \x5170 123-1236-2
-sign \x5C9A 123-1236-2
-sign \x62E6 123-1236-2
-sign \x680F 123-1236-2
-sign \x5A6A 123-1236-2
-sign \x847B 123-1236-2
-sign \x5D50 123-1236-2
-sign \x9611 123-1236-2
-sign \x84DD 123-1236-2
-sign \x8C30 123-1236-2
-sign \x53B1 123-1236-2
-sign \x6F9C 123-1236-2
-sign \x8934 123-1236-2
-sign \x7BEE 123-1236-2
-sign \x5116 123-1236-2
-sign \x6593 123-1236-2
-sign \x85CD 123-1236-2
-sign \x95CC 123-1236-2
-sign \x9567 123-1236-2
-sign \x71F7 123-1236-2
-sign \x71E3 123-1236-2
-sign \x61E2 123-1236-2
-sign \x8955 123-1236-2
-sign \x74BC 123-1236-2
-sign \x8B4B 123-1236-2
-sign \x8964 123-1236-2
-sign \x6514 123-1236-2
-sign \x862D 123-1236-2
-sign \x5E71 123-1236-2
-sign \x7C43 123-1236-2
-sign \x7046 123-1236-2
-sign \x703E 123-1236-2
-sign \x7E7F 123-1236-2
-sign \x6B04 123-1236-2
-sign \x6595 123-1236-2
-sign \x7937 123-1236-2
-sign \x8974 123-1236-2
-sign \x56D2 123-1236-2
-sign \x7C63 123-1236-2
-sign \x7061 123-1236-2
-sign \x6B17 123-1236-2
-sign \x8E9D 123-1236-2
-sign \x8B95 123-1236-2
-sign \x946D 123-1236-2
-sign \x897D 123-1236-2
-sign \x9484 123-1236-2
-sign \x97CA 123-1236-2
-sign \x89C8 123-1236-3
-sign \x6D68 123-1236-3
-sign \x63FD 123-1236-3
-sign \x7F06 123-1236-3
-sign \x6984 123-1236-3
-sign \x7F71 123-1236-3
-sign \x6F24 123-1236-3
-sign \x9182 123-1236-3
-sign \x58C8 123-1236-3
-sign \x89A7 123-1236-3
-sign \x61D2 123-1236-3
-sign \x64E5 123-1236-3
-sign \x61F6 123-1236-3
-sign \x5B3E 123-1236-3
-sign \x5B44 123-1236-3
-sign \x89BD 123-1236-3
-sign \x5B4F 123-1236-3
-sign \x652C 123-1236-3
-sign \x7060 123-1236-3
-sign \x6B16 123-1236-3
-sign \x7226 123-1236-3
-sign \x7E9C 123-1236-3
-sign \x70C2 123-1236-23
-sign \x6EE5 123-1236-23
-sign \x71D7 123-1236-23
-sign \x58CF 123-1236-23
-sign \x5682 123-1236-23
-sign \x6FEB 123-1236-23
-sign \x7201 123-1236-23
-sign \x862B 123-1236-2
-sign \x74D3 123-1236-23
-sign \x721B 123-1236-23
-sign \x7224 123-1236-23
-sign \x7CF7 123-1236-23
-sign \x5577 123-236-1
-sign \x90CE 123-236-2
-sign \x52C6 123-236-2
-sign \x90DE 123-236-2
-sign \x72FC 123-236-2
-sign \x9606 123-236-2
-sign \x6B34 123-236-2
-sign \x7405 123-236-2
-sign \x84C8 123-236-2
-sign \x6879 123-236-2
-sign \x658F 123-236-2
-sign \x5ECA 123-236-2
-sign \x5ACF 123-236-2
-sign \x746F 123-236-2
-sign \x6994 123-236-2
-sign \x7860 123-236-2
-sign \x9512 123-236-2
-sign \x7A02 123-236-2
-sign \x7B64 123-236-2
-sign \x8246 123-236-2
-sign \x90D2 123-236-2
-sign \x8782 123-236-2
-sign \x8EB4 123-236-2
-sign \x95AC 123-236-2
-sign \x92C3 123-236-2
-sign \x93AF 123-236-2
-sign \x99FA 123-1346-2
-sign \x60A2 123-1346-23
-sign \x6717 123-236-3
-sign \x6716 123-236-3
-sign \x70FA 123-236-3
-sign \x84E2 123-236-3
-sign \x5871 123-236-3
-sign \x6A03 123-236-2
-sign \x8A8F 123-236-3
-sign \x6724 123-236-3
-sign \x57CC 123-236-23
-sign \x5D00 123-236-23
-sign \x6D6A 123-236-23
-sign \x8497 123-236-23
-sign \x5525 123-3456-2
-sign \x635E 123-235-1
-sign \x7CA9 123-235-1
-sign \x6488 123-235-1
-sign \x52B3 123-235-2
-sign \x52B4 123-235-2
-sign \x7262 123-235-2
-sign \x72EB 123-235-3
-sign \x7A82 123-235-2
-sign \x54F0 123-235-2
-sign \x5D02 123-235-2
-sign \x6D76 123-235-2
-sign \x94F9 123-235-2
-sign \x75E8 123-235-2
-sign \x52DE 123-235-2
-sign \x50D7 123-235-2
-sign \x562E 123-235-2
-sign \x5D97 123-235-2
-sign \x61A6 123-235-23
-sign \x6725 123-235-2
-sign \x61A5 123-235-2
-sign \x78F1 123-235-2
-sign \x7646 123-235-2
-sign \x91AA 123-235-2
-sign \x87E7 123-235-2
-sign \x7C29 123-235-2
-sign \x9412 123-235-2
-sign \x985F 123-235-2
-sign \x9ADD 123-235-2
-sign \x8002 123-235-3
-sign \x8001 123-235-3
-sign \x4F6C 123-235-3
-sign \x8356 123-235-3
-sign \x54BE 123-235-3
-sign \x6045 123-235-3
-sign \x59E5 123-235-3
-sign \x73EF 123-235-3
-sign \x6833 123-235-3
-sign \x7853 123-235-3
-sign \x94D1 123-235-3
-sign \x86EF 123-235-3
-sign \x92A0 123-235-3
-sign \x6A51 123-235-3
-sign \x9BB1 123-235-3
-sign \x8F51 123-235-2
-sign \x5520 123-235-23
-sign \x70D9 123-235-23
-sign \x6D9D 123-235-23
-sign \x8022 123-235-23
-sign \x916A 123-235-23
-sign \x55E0 123-235-23
-sign \x5AEA 123-235-2
-sign \x8EBC 123-235-23
-sign \x6F87 123-235-23
-sign \x6A6F 123-235-23
-sign \x802E 123-235-23
-sign \x8EC2 123-235-23
-sign \x4EC2 123-26-23
-sign \x961E 123-26-23
-sign \x6250 123-26-23
-sign \x827B 123-26-23
-sign \x53FB 123-26-23
-sign \x4E50 123-26-23
-sign \x6C3B 123-26-23
-sign \x5FC7 123-26-23
-sign \x738F 123-26-23
-sign \x6CD0 123-26-23
-sign \x7AFB 123-26-23
-sign \x7833 123-26-23
-sign \x52D2 123-26-23
-sign \x97F7 123-26-23
-sign \x7C15 123-26-23
-sign \x9CD3 123-26-23
-sign \x9C33 123-26-23
-sign \x4E86 123-26
-sign \x9979 123-26
-sign \x990E 123-26-23
-sign \x96F7 123-2346-2
-sign \x8502 123-2346-2
-sign \x5AD8 123-2346-2
-sign \x7F27 123-2346-2
-sign \x757E 123-2346-2
-sign \x6A91 123-2346-2
-sign \x7E32 123-2346-2
-sign \x956D 123-2346-2
-sign \x74C3 123-2346-2
-sign \x6AD1 123-2346-2
-sign \x7FB8 123-2346-2
-sign \x7927 123-2346-2
-sign \x8632 123-2346-2
-sign \x7F4D 123-2346-2
-sign \x9433 123-2346-2
-sign \x8F60 123-2346-2
-sign \x9741 123-2346-2
-sign \x58E8 123-2346-2
-sign \x8646 123-2346-2
-sign \x9C69 123-2346-2
-sign \x6B19 123-2346-2
-sign \x7E9D 123-2346-2
-sign \x9F3A 123-2346-2
-sign \x8012 123-2346-3
-sign \x53BD 123-2346-3
-sign \x8BD4 123-2346-3
-sign \x5792 123-2346-3
-sign \x5841 123-2346-3
-sign \x7D6B 123-2346-3
-sign \x50AB 123-2346-3
-sign \x8A84 123-2346-3
-sign \x854C 123-2346-3
-sign \x6A0F 123-2346-2
-sign \x78CA 123-2346-3
-sign \x857E 123-2346-3
-sign \x78E5 123-2346-3
-sign \x5121 123-2346-3
-sign \x85DF 123-2346-3
-sign \x58D8 123-2346-3
-sign \x7657 123-2346-3
-sign \x77CB 123-2346-3
-sign \x6AD0 123-2346-3
-sign \x7928 123-2346-3
-sign \x7E8D 123-2346-23
-sign \x881D 123-2346-3
-sign \x7045 123-2346-3
-sign \x863D 123-2346-3
-sign \x8B84 123-2346-3
-sign \x513D 123-2346-3
-sign \x9458 123-2346-2
-sign \x9E13 123-2346-3
-sign \x9478 123-2346-3
-sign \x808B 123-2346-23
-sign \x6CEA 123-2346-23
-sign \x7C7B 123-2346-23
-sign \x6D21 123-2346-3
-sign \x6D99 123-2346-23
-sign \x7D2F 123-2346-23
-sign \x6DDA 123-2346-23
-sign \x9179 123-2346-23
-sign \x9287 123-2346-23
-sign \x981B 123-2346-23
-sign \x982A 123-2346-23
-sign \x64C2 123-2346-23
-sign \x9311 123-2346-23
-sign \x6502 123-2346-2
-sign \x790C 123-2346-2
-sign \x98A3 123-2346-23
-sign \x985E 123-2346-23
-sign \x7E87 123-2346-23
-sign \x8631 123-2346-23
-sign \x79B7 123-2346-23
-sign \x561E 123-2346
-sign \x5844 123-3456-2
-sign \x68F1 123-3456-2
-sign \x695E 123-3456-2
-sign \x7890 123-3456-2
-sign \x7A1C 123-3456-2
-sign \x8E1C 123-3456-23
-sign \x8590 123-3456-2
-sign \x51B7 123-3456-3
-sign \x580E 123-3456-23
-sign \x6123 123-3456-23
-sign \x7756 123-3456-23
-sign \x550E 123-24-2
-sign \x5215 123-24-2
-sign \x5398 123-24-2
-sign \x8372 123-24-2
-sign \x5253 123-24-2
-sign \x72F8 123-24-2
-sign \x79BB 123-24-2
-sign \x9A8A 123-24-2
-sign \x740D 123-24-2
-sign \x83DE 123-24-2
-sign \x68B8 123-24-2
-sign \x74FC 123-24-2-123456-3
-sign \x68A8 123-24-2
-sign \x7281 123-24-2
-sign \x60A1 123-24-2
-sign \x9E42 123-24-2
-sign \x55B1 123-24-2
-sign \x68C3 123-24-2
-sign \x7282 123-24-2
-sign \x527A 123-24-2
-sign \x84E0 123-24-2
-sign \x7505 123-24-2-123456-3
-sign \x870A 123-24-2
-sign \x775D 123-24-2
-sign \x7B63 123-24-2
-sign \x8243 123-24-2
-sign \x6F13 123-24-2
-sign \x7F21 123-24-2
-sign \x7483 123-24-2
-sign \x5B77 123-24-2
-sign \x5AE0 123-24-2
-sign \x6A06 123-24-2
-sign \x8C8D 123-24-2
-sign \x7AF0 123-24-2-156-3456-1
-sign \x76E0 123-24-2
-sign \x729B 123-24-2
-sign \x853E 123-24-2
-sign \x92EB 123-24-2
-sign \x9ECE 123-24-2
-sign \x9CA1 123-24-2
-sign \x7CCE 123-24-2
-sign \x8935 123-24-2
-sign \x7F79 123-24-2
-sign \x9305 123-24-2
-sign \x7BF1 123-24-2
-sign \x7E2D 123-24-2
-sign \x91A8 123-24-2
-sign \x87CD 123-24-2
-sign \x8B27 123-24-2
-sign \x91D0 123-24-2
-sign \x85DC 123-24-2
-sign \x569F 123-24-2
-sign \x908C 123-24-2
-sign \x9BCF 123-24-2
-sign \x96E2 123-24-2
-sign \x6584 123-24-2
-sign \x9D79 123-24-2
-sign \x9BEC 123-24-2
-sign \x93EB 123-24-2
-sign \x9EE7 123-24-2
-sign \x863A 123-24-2
-sign \x56C4 123-24-2
-sign \x882B 123-24-2
-sign \x7055 123-24-2
-sign \x8821 123-24-3
-sign \x5EF2 123-24-2
-sign \x5B4B 123-24-2
-sign \x9457 123-24-2
-sign \x5299 123-24-2
-sign \x77D6 125-24-3
-sign \x7A72 123-24-2
-sign \x7C6C 123-24-2
-sign \x7E9A 123-24-2
-sign \x9A6A 123-24-2
-sign \x9E1D 123-24-2
-sign \x9C7A 123-24-2
-sign \x793C 123-24-3
-sign \x674E 123-24-3
-sign \x91CC 123-24-3
-sign \x5CDB 123-24-3
-sign \x4FDA 123-24-3
-sign \x9026 123-24-3
-sign \x54E9 123-24-3
-sign \x5CF2 123-24-3
-sign \x6D6C 123-24-3
-sign \x5A0C 123-24-3
-sign \x7406 123-24-3
-sign \x9502 123-24-3
-sign \x88E1 123-24-3
-sign \x8C4A 123-24-3
-sign \x88CF 123-24-3
-sign \x7CB4 123-24-3
-sign \x92F0 123-24-3
-sign \x9CA4 123-24-3
-sign \x6FA7 123-24-3
-sign \x79AE 123-24-3
-sign \x9BC9 123-24-3
-sign \x87F8 123-24-3
-sign \x91B4 123-24-3
-sign \x9CE2 123-24-3
-sign \x9090 123-24-3
-sign \x6B10 123-24-3
-sign \x9C67 123-24-3
-sign \x6B1A 123-24-3
-sign \x529B 123-24-23
-sign \x5386 123-24-23
-sign \x5389 123-24-23
-sign \x5C74 123-24-23
-sign \x7ACB 123-24-23
-sign \x6738 123-24-23
-sign \x540F 123-24-23
-sign \x575C 123-24-23
-sign \x82C8 123-24-23
-sign \x53D3 123-24-23
-sign \x4E3D 123-24-23
-sign \x52B1 123-24-23
-sign \x5456 123-24-23
-sign \x5229 123-24-23
-sign \x6CA5 123-24-23
-sign \x82D9 123-24-23
-sign \x67A5 123-24-23
-sign \x5CA6 123-24-23
-sign \x4F8B 123-24-23
-sign \x75A0 123-24-23
-sign \x6CB4 123-24-23
-sign \x623E 123-24-23
-sign \x96B6 123-24-23
-sign \x8D72 123-24-23
-sign \x8318 123-24-23
-sign \x8354 123-24-23
-sign \x6803 123-24-23
-sign \x680E 123-24-23
-sign \x90E6 123-24-23
-sign \x7805 123-24-23
-sign \x8F79 123-24-23
-sign \x4FEA 123-24-23
-sign \x4FD0 123-24-23
-sign \x75AC 123-24-23
-sign \x73D5 123-24-23
-sign \x8389 123-24-23
-sign \x8385 123-24-23
-sign \x6835 123-24-23
-sign \x681B 123-24-23
-sign \x6817 123-24-23
-sign \x783A 123-24-23
-sign \x783E 123-24-23
-sign \x79DD 123-24-23
-sign \x7301 123-24-23
-sign \x6D96 123-24-23
-sign \x60A7 123-24-23
-sign \x5A33 123-24-23
-sign \x5A6F 123-24-23
-sign \x86CE 123-24-23
-sign \x86B8 123-24-23
-sign \x5533 123-24-23
-sign \x7B20 123-24-23
-sign \x8137 123-24-23
-sign \x7C9D 123-24-23
-sign \x7C92 123-24-23
-sign \x60B7 123-24-23
-sign \x68D9 123-24-23
-sign \x53A4 123-24-23
-sign \x96F3 123-24-23
-sign \x8DDE 123-24-23
-sign \x86E0 123-24-23
-sign \x8A48 123-24-23
-sign \x5088 123-24-23
-sign \x51D3 123-24-23
-sign \x75E2 123-24-23
-sign \x585B 123-24-23
-sign \x642E 123-24-23
-sign \x849A 123-24-23
-sign \x849E 123-24-23
-sign \x53AF 123-24-23
-sign \x9CE8 123-24-23
-sign \x925D 123-24-23
-sign \x6EA7 123-24-23
-sign \x6144 123-24-23
-sign \x746E 123-24-23
-sign \x53B2 123-24-23
-sign \x6B74 123-24-23
-sign \x66A6 123-24-23
-sign \x8727 123-24-23
-sign \x7D9F 123-24-23
-sign \x96B7 123-24-23
-sign \x52F5 123-24-23
-sign \x6B77 123-24-23
-sign \x66C6 123-24-23
-sign \x7BE5 123-24-23
-sign \x9D17 123-24-23
-sign \x9B01 123-24-23
-sign \x96B8 123-24-23
-sign \x6AAA 123-24-23
-sign \x78FF 123-24-23
-sign \x5DC1 123-24-23
-sign \x7658 123-24-23
-sign \x6FFF 123-24-23
-sign \x6AD4 123-24-23
-sign \x66DE 123-24-23
-sign \x8807 123-24-23
-sign \x72A1 123-24-23
-sign \x512E 123-24-23
-sign \x7204 123-24-23
-sign \x79B2 123-24-23
-sign \x74C5 123-24-23
-sign \x58E2 123-24-23
-sign \x650A 123-24-23
-sign \x85F6 123-24-23
-sign \x6ADF 123-24-23
-sign \x9E97 123-24-23
-sign \x792A 123-24-23
-sign \x56A6 123-24-23
-sign \x701D 123-24-23
-sign \x74D1 123-24-23
-sign \x6AEA 123-24-23
-sign \x792B 123-24-23
-sign \x8823 123-24-23
-sign \x76AA 123-24-23
-sign \x7CF2 123-24-23
-sign \x720F 123-24-23
-sign \x76ED 123-24-23
-sign \x9DC5 123-24-23
-sign \x9148 123-24-23
-sign \x7930 123-24-23
-sign \x5137 123-24-23
-sign \x7667 123-24-23
-sign \x9E9C 123-24-23
-sign \x6526 123-24-23
-sign \x8F62 123-24-23
-sign \x56C7 123-24-23
-sign \x8F63 123-24-23
-sign \x8B88 123-24-23
-sign \x652D 123-24-23
-sign \x9742 123-24-23
-sign \x74E5 123-24-23
-sign \x9C71 123-24-23
-sign \x974B 123-24-23
-sign \x74C8 123-24-2
-sign \x5AFE 123-146-2
-sign \x5941 123-146-2
-sign \x8FDE 123-146-2
-sign \x601C 123-146-2
-sign \x5E18 123-146-2
-sign \x83B2 123-146-2
-sign \x9023 123-146-2
-sign \x6D9F 123-146-2
-sign \x68BF 123-146-2
-sign \x8054 123-146-2
-sign \x88E2 123-146-2
-sign \x84EE 123-146-2
-sign \x55F9 123-146-2
-sign \x5EC9 123-146-2
-sign \x4EB7 123-146-2
-sign \x6F23 123-146-2
-sign \x6E93 123-146-2
-sign \x6169 123-146-2
-sign \x899D 123-146-2
-sign \x5332 123-146-2
-sign \x5969 123-146-2
-sign \x7191 123-146-2
-sign \x8068 123-146-2
-sign \x806B 123-146-2
-sign \x78CF 123-146-2
-sign \x5333 123-146-2
-sign \x5652 123-146-2
-sign \x9CA2 123-146-2
-sign \x5286 123-146-2
-sign \x6190 123-146-2
-sign \x8933 123-146-2
-sign \x806E 123-146-2
-sign \x8595 123-146-2
-sign \x878A 123-146-2
-sign \x6FC2 123-146-2
-sign \x6FD3 123-146-2
-sign \x7FF4 123-146-2
-sign \x7E3A 123-146-2
-sign \x806F 123-146-2
-sign \x6AE3 123-146-2
-sign \x8E65 123-146-2
-sign \x81C1 123-146-2
-sign \x8B30 123-146-2
-sign \x71EB 123-146-2
-sign \x9570 123-146-2
-sign \x938C 123-146-2
-sign \x880A 123-146-2
-sign \x7C3E 123-146-2
-sign \x9B11 123-146-2
-sign \x8B67 123-146-2
-sign \x942E 123-146-2
-sign \x9C31 123-146-2
-sign \x7C62 123-146-2
-sign \x7C68 123-146-2
-sign \x740F 123-146-3
-sign \x655B 123-146-3
-sign \x8138 123-146-3
-sign \x88E3 123-146-3
-sign \x7489 123-146-3
-sign \x8539 123-146-3
-sign \x69E4 123-146-2
-sign \x5B1A 123-146-3
-sign \x913B 123-146-3
-sign \x6582 123-146-3
-sign \x6B5B 123-146-3
-sign \x81C9 123-146-3
-sign \x895D 123-146-3
-sign \x7FB7 123-146-3
-sign \x861E 123-146-3
-sign \x861D 123-146-3
-sign \x7EC3 123-146-23
-sign \x70BC 123-146-23
-sign \x604B 123-146-23
-sign \x6D70 123-146-23
-sign \x6B93 123-146-23
-sign \x581C 123-146-23
-sign \x8430 123-146-23
-sign \x94FE 123-146-23
-sign \x50C6 123-146-2
-sign \x6E45 123-146-23
-sign \x5AA1 123-146-23
-sign \x7453 123-146-23
-sign \x6459 123-146-3
-sign \x695D 123-146-23
-sign \x7149 123-146-23
-sign \x6F4B 123-146-23
-sign \x7A34 125-146-2
-sign \x7DF4 123-146-23
-sign \x932C 123-146-23
-sign \x6FB0 123-146-23
-sign \x6BAE 123-146-23
-sign \x934A 123-146-23
-sign \x93C8 123-146-23
-sign \x9C0A 123-146-23
-sign \x7032 123-146-23
-sign \x6200 123-146-23
-sign \x7E9E 123-146-23
-sign \x7C17 123-1346-1
-sign \x826F 123-1346-2
-sign \x4FCD 123-1346-2
-sign \x83A8 123-1346-2
-sign \x51C9 123-1346-2
-sign \x6DBC 123-1346-2
-sign \x6881 123-1346-2
-sign \x690B 123-1346-2
-sign \x8F8C 123-1346-2
-sign \x870B 123-236-2
-sign \x7CAE 123-1346-2
-sign \x7CB1 123-1346-2
-sign \x589A 123-1346-2
-sign \x7DA1 123-1346-2
-sign \x6A11 123-1346-2
-sign \x8F2C 123-1346-2
-sign \x7CE7 123-1346-2
-sign \x51AB 12-16-1
-sign \x4E21 123-1346-3
-sign \x4E24 123-1346-3
-sign \x5169 123-1346-3
-sign \x4FE9 123-1246-3
-sign \x5521 123-1346-3
-sign \x5006 123-1346-3
-sign \x639A 123-1346-3
-sign \x5562 123-1346-3
-sign \x813C 123-1346-3
-sign \x88F2 123-1346-3
-sign \x873D 123-1346-3
-sign \x7DC9 123-1346-3
-sign \x9B49 123-1346-3
-sign \x9B4E 123-1346-3
-sign \x4EAE 123-1346-23
-sign \x54F4 123-1346-23
-sign \x8C05 123-1346-23
-sign \x8F86 123-1346-23
-sign \x9753 123-1346-23
-sign \x91CF 123-1346-23
-sign \x667E 123-1346-23
-sign \x55A8 123-1346-23
-sign \x6E78 123-1346-23
-sign \x8F0C 123-1346-23
-sign \x7177 125-135-3
-sign \x8E09 123-1346-23
-sign \x975A 123-1346-23
-sign \x8F1B 123-1346-23
-sign \x8AD2 123-1346-23
-sign \x9344 123-1346-23
-sign \x8E7D 123-345-1
-sign \x8FBD 123-345-2
-sign \x7597 123-345-2
-sign \x804A 123-345-2
-sign \x5D7A 123-345-2
-sign \x50DA 123-345-2
-sign \x818B 123-345-2
-sign \x6F3B 123-345-2
-sign \x6180 123-345-2
-sign \x5BE5 123-345-2
-sign \x64A9 123-345-1
-sign \x907C 123-345-2
-sign \x6579 123-345-2
-sign \x5639 123-345-2
-sign \x5D9A 123-345-2
-sign \x5D9B 123-345-2
-sign \x7360 123-345-2
-sign \x6F66 123-345-2
-sign \x61AD 123-345-3
-sign \x5BEE 123-345-2
-sign \x5AFD 123-345-2
-sign \x7F2D 123-345-2
-sign \x7499 123-345-2
-sign \x66B8 123-345-2
-sign \x81AB 123-345-2
-sign \x71CE 123-345-2
-sign \x7AB7 123-345-2
-sign \x9E69 123-345-2
-sign \x7642 123-345-2
-sign \x7AC2 123-345-2
-sign \x85D4 123-345-2
-sign \x8CFF 123-345-2
-sign \x8E58 123-345-2
-sign \x87DF 123-345-2
-sign \x7C1D 123-345-2
-sign \x8C42 123-345-2
-sign \x5EEB 123-345-2
-sign \x5C6A 123-345-2
-sign \x7E5A 123-345-2
-sign \x957D 123-345-3
-sign \x720E 123-345-2
-sign \x9ACE 123-345-2
-sign \x98C9 123-345-2
-sign \x9DEF 123-345-2
-sign \x948C 123-345-3
-sign \x91D5 123-345-3
-sign \x911D 123-345-3
-sign \x84FC 123-345-3
-sign \x7212 123-345-3
-sign \x5C25 123-345-23
-sign \x5C26 123-345-23
-sign \x7093 123-345-23
-sign \x6599 123-345-23
-sign \x5C1E 123-345-2
-sign \x6482 123-345-23
-sign \x5ED6 123-345-23
-sign \x77AD 123-345-3
-sign \x87C9 123-1256-2
-sign \x9563 123-345-23
-sign \x9410 123-345-23
-sign \x6BDF 134-26-1
-sign \x6318 123-15-3
-sign \x54A7 123-15-3
-sign \x57D3 123-15-23
-sign \x5217 123-15-23
-sign \x52A3 123-15-23
-sign \x52A6 125-15-2
-sign \x52BD 123-15-23
-sign \x51BD 123-15-23
-sign \x6312 123-15-23
-sign \x8322 123-15-23
-sign \x8FFE 123-15-23
-sign \x59F4 123-15-23
-sign \x5CE2 123-24-3
-sign \x6D0C 123-15-23
-sign \x57D2 123-15-23
-sign \x70EE 123-15-23
-sign \x70C8 123-15-23
-sign \x6D56 123-15-23
-sign \x6369 123-15-23
-sign \x811F 123-15-23
-sign \x730E 123-15-23
-sign \x731F 123-15-23
-sign \x88C2 123-15-23
-sign \x86DA 123-15-23
-sign \x8D94 123-15-23
-sign \x8057 123-15-23
-sign \x7759 123-15-23
-sign \x716D 123-15-23
-sign \x98B2 123-15-23
-sign \x5DE4 123-15-23
-sign \x9D37 123-15-23
-sign \x9BA4 123-15-23
-sign \x5120 123-15-23
-sign \x64F8 123-15-23
-sign \x7375 123-15-23
-sign \x72A3 123-15-23
-sign \x7209 123-35-23
-sign \x9B1B 123-15-23
-sign \x8E90 123-15-23
-sign \x9B23 123-15-23
-sign \x9C72 123-15-23
-sign \x62CE 123-126-1
-sign \x53B8 123-126-2
-sign \x90BB 123-126-2
-sign \x6797 123-126-2
-sign \x4E34 123-126-2
-sign \x5549 123-126-2
-sign \x5D0A 123-126-2
-sign \x6DCB 123-126-2
-sign \x60CF 123-126-2
-sign \x7433 123-126-2
-sign \x667D 123-126-2
-sign \x7CA6 123-126-2
-sign \x7884 123-126-2
-sign \x7B96 123-126-2
-sign \x9130 123-126-2
-sign \x7CBC 123-126-2
-sign \x96A3 123-126-2
-sign \x5D99 123-126-2
-sign \x735C 123-126-2
-sign \x9074 123-126-2
-sign \x6F7E 123-126-2
-sign \x7498 123-126-2
-sign \x9716 123-126-2
-sign \x8F9A 123-126-2
-sign \x66BD 123-126-2
-sign \x65B4 123-126-2
-sign \x71D0 123-126-2
-sign \x81E8 123-126-2
-sign \x78F7 123-126-2
-sign \x77B5 123-126-2
-sign \x7584 123-126-2
-sign \x9E90 123-126-2
-sign \x7FF7 123-126-2
-sign \x7E57 123-126-2
-sign \x8F54 123-126-2
-sign \x8E78 123-126-23
-sign \x58E3 123-126-2
-sign \x93FB 123-126-2
-sign \x9CDE 123-126-2
-sign \x7036 123-126-2
-sign \x9A4E 123-126-2
-sign \x9C57 123-126-2
-sign \x9E9F 123-126-2
-sign \x83FB 123-126-3
-sign \x649B 123-126-3
-sign \x51DB 123-126-3
-sign \x51DC 123-126-3
-sign \x5EEA 123-126-3
-sign \x5EE9 123-126-3
-sign \x6F9F 123-126-3
-sign \x61D4 123-126-3
-sign \x61CD 123-126-3
-sign \x6AA9 123-126-3
-sign \x6A81 123-126-3
-sign \x9872 123-1236-3
-sign \x541D 123-126-23
-sign \x6061 123-126-23
-sign \x8D41 123-126-23
-sign \x608B 123-126-23
-sign \x711B 123-126-23
-sign \x8CC3 123-126-23
-sign \x4E83 123-126-23
-sign \x853A 123-126-23
-sign \x50EF 123-126-3
-sign \x6A49 123-126-23
-sign \x95B5 123-126-23
-sign \x81A6 123-126-23
-sign \x7510 123-126-23
-sign \x85FA 123-126-23
-sign \x8E8F 123-126-23
-sign \x8E99 123-126-23
-sign \x8F65 123-126-23
-sign \x8EAA 123-126-23
-sign \x4F36 123-16-2
-sign \x5222 123-16-2
-sign \x7075 123-16-2
-sign \x963E 123-16-2
-sign \x590C 123-16-2
-sign \x577D 123-16-2
-sign \x82D3 123-16-2
-sign \x5CBA 123-16-2
-sign \x56F9 123-16-2
-sign \x5F7E 123-16-2
-sign \x72D1 123-16-2
-sign \x6CE0 123-16-2
-sign \x59C8 123-16-2
-sign \x73B2 123-16-2
-sign \x67C3 123-16-2
-sign \x6624 123-16-2
-sign \x74F4 123-16-2
-sign \x670E 123-16-2
-sign \x7831 123-16-2
-sign \x94C3 123-16-2
-sign \x79E2 123-16-2
-sign \x5030 123-3456-23
-sign \x768A 123-16-2
-sign \x9E30 123-16-2
-sign \x51CC 123-16-2
-sign \x7ADB 123-16-2
-sign \x888A 123-16-3
-sign \x9675 123-16-2
-sign \x740C 123-16-2
-sign \x6395 123-16-2
-sign \x8046 123-16-2
-sign \x83F1 123-16-2
-sign \x68C2 123-16-2
-sign \x86C9 123-16-2
-sign \x5D1A 123-16-2
-sign \x7B2D 123-16-2
-sign \x8851 123-16-2
-sign \x8232 123-16-2
-sign \x7FCE 123-16-2
-sign \x7F9A 123-16-2
-sign \x6DE9 123-16-2
-sign \x5A48 123-16-2
-sign \x7EEB 123-16-2
-sign \x7D37 123-16-2
-sign \x8EE8 123-16-2
-sign \x8DC9 123-16-2
-sign \x8A45 123-16-2
-sign \x797E 123-16-2
-sign \x84E4 123-16-2
-sign \x96F6 123-16-2
-sign \x9F84 123-16-2
-sign \x959D 123-16-2
-sign \x9234 123-16-2
-sign \x88EC 123-16-2
-sign \x8506 123-16-2
-sign \x7DBE 123-16-2
-sign \x99D6 123-16-2
-sign \x8F18 123-16-2
-sign \x970A 123-16-2
-sign \x8576 123-16-2
-sign \x9717 123-16-2
-sign \x9E77 123-16-2
-sign \x9302 123-16-2
-sign \x9D12 123-16-2
-sign \x9CAE 123-16-2
-sign \x9B7F 123-16-2
-sign \x6FAA 123-16-2
-sign \x971D 123-16-2
-sign \x971B 123-16-2
-sign \x9F62 123-16-2
-sign \x71EF 123-16-2
-sign \x9143 123-16-2
-sign \x9BEA 123-16-2
-sign \x702E 123-16-2
-sign \x8626 123-16-2
-sign \x5B41 123-16-2
-sign \x9F61 123-16-2
-sign \x6AFA 123-16-2
-sign \x91BD 123-16-2
-sign \x9748 123-16-2
-sign \x6B1E 123-16-2
-sign \x9EA2 123-16-2
-sign \x7227 123-16-2
-sign \x9F97 123-16-2
-sign \x5CAD 123-16-3
-sign \x9886 123-16-3
-sign \x9818 123-16-3
-sign \x5DBA 123-16-3
-sign \x53E6 123-16-23
-sign \x4EE4 123-16-23
-sign \x5464 123-16-23
-sign \x70A9 123-16-23
-sign \x6E9C 123-1256-1
-sign \x7198 123-1256-1
-sign \x5218 123-1256-2
-sign \x6CA0 123-1256-2
-sign \x7544 123-1256-2
-sign \x6D4F 123-1256-2
-sign \x7559 123-1256-2
-sign \x6D41 123-1256-2
-sign \x7409 123-1256-2
-sign \x65C8 123-1256-2
-sign \x7571 123-1256-2
-sign \x786B 123-1256-2
-sign \x88D7 123-1256-2
-sign \x84A5 123-1256-2
-sign \x84C5 123-1256-2
-sign \x5D67 123-1256-2
-sign \x998F 123-1256-2
-sign \x65D2 123-1256-2
-sign \x5AB9 123-1256-2
-sign \x9A9D 123-1256-2
-sign \x7460 123-1256-2
-sign \x69B4 123-1256-2
-sign \x98D7 123-1256-2
-sign \x99E0 123-1256-2
-sign \x78C2 123-1256-2
-sign \x954F 123-1256-2
-sign \x9E60 123-1256-2
-sign \x5289 123-1256-2
-sign \x7624 123-1256-2
-sign \x746C 123-1256-2
-sign \x74A2 123-1256-2
-sign \x6A4A 123-1256-2
-sign \x7581 123-1256-2
-sign \x9560 123-1256-2
-sign \x99F5 123-1256-2
-sign \x7645 123-1256-2
-sign \x85F0 123-1256-2
-sign \x56A0 123-1256-2
-sign \x93A6 123-1256-2
-sign \x993E 123-1256-2
-sign \x9E8D 123-1256-2
-sign \x700F 123-1256-2
-sign \x938F 123-1256-2
-sign \x61F0 123-1256-2
-sign \x93D0 123-1256-2
-sign \x98C0 123-1256-2
-sign \x9A2E 123-1256-2
-sign \x9402 123-1256-2
-sign \x9C21 123-1256-2
-sign \x98C5 123-1256-2
-sign \x9DB9 123-1256-2
-sign \x9A51 123-1256-2
-sign \x73CB 123-1256-3
-sign \x67F3 123-1256-3
-sign \x6801 123-1256-3
-sign \x685E 123-1256-3
-sign \x687A 123-1256-3
-sign \x7EFA 123-1256-3
-sign \x950D 123-1256-3
-sign \x7DB9 123-1256-3
-sign \x7F76 123-1256-3
-sign \x92F6 123-1256-3
-sign \x71AE 123-1256-3
-sign \x6A6E 123-1256-3
-sign \x7F80 123-1256-3
-sign \x5B3C 123-1256-3
-sign \x516D 123-1256-23
-sign \x586F 123-1256-23
-sign \x905B 123-1256-23
-sign \x5EC7 123-1256-23
-sign \x6F91 123-1256-1
-sign \x78DF 123-1256-23
-sign \x9E68 123-1256-23
-sign \x8E53 123-1256-1
-sign \x9724 123-1256-23
-sign \x96E1 123-1256-23
-sign \x9B38 123-1256-23
-sign \x98C2 123-345-2
-sign \x9DDA 123-1256-23
-sign \x56D6 123-135-2
-sign \x9F99 123-256-2
-sign \x830F 123-256-2
-sign \x5499 123-256-2
-sign \x6CF7 123-256-2
-sign \x73D1 123-256-2
-sign \x680A 123-256-2
-sign \x663D 123-256-2
-sign \x80E7 123-256-2
-sign \x783B 123-256-2
-sign \x772C 123-256-2
-sign \x7ADC 123-256-2
-sign \x804B 123-256-2
-sign \x7B3C 123-256-2
-sign \x9686 123-256-2
-sign \x6E70 123-256-2
-sign \x856F 123-256-2
-sign \x69DE 123-256-2
-sign \x5D90 123-256-2
-sign \x6F0B 123-256-2
-sign \x7BED 123-256-2
-sign \x7643 123-256-2
-sign \x9F8D 123-256-2
-sign \x7ABF 123-256-2
-sign \x93E7 123-256-2
-sign \x8622 123-256-2
-sign \x9733 123-256-2
-sign \x56A8 123-256-2
-sign \x5DC3 123-256-2
-sign \x5DC4 123-256-2
-sign \x7027 123-256-2
-sign \x74CF 123-256-2
-sign \x6AF3 123-256-2
-sign \x66E8 123-256-2
-sign \x6727 123-256-2
-sign \x7216 123-256-2
-sign \x7932 123-256-2
-sign \x77D3 123-256-2
-sign \x9F92 123-256-2
-sign \x7931 123-256-2
-sign \x8971 123-256-2
-sign \x9F93 123-256-2
-sign \x882C 123-256-2
-sign \x7C60 123-256-2
-sign \x807E 123-256-2
-sign \x882A 123-256-2
-sign \x8E98 123-256-2
-sign \x8C45 123-256-2
-sign \x9747 123-256-2
-sign \x9468 123-256-2
-sign \x9A61 123-256-2
-sign \x9E17 123-256-2
-sign \x9647 123-256-3
-sign \x5785 123-256-3
-sign \x62E2 123-256-3
-sign \x5784 123-256-3
-sign \x5131 123-256-3
-sign \x96B4 123-256-3
-sign \x58E0 123-256-3
-sign \x650F 123-256-3
-sign \x5FBF 123-256-23
-sign \x58DF 123-256-3
-sign \x7AC9 123-256-3
-sign \x6887 123-256-23
-sign \x7866 123-256-23
-sign \x8856 125-1346-23
-sign \x8D1A 123-256-23
-sign \x779C 123-12356-1
-sign \x5A04 123-12356-2
-sign \x5A41 123-12356-2
-sign \x507B 123-346-3
-sign \x848C 123-12356-2
-sign \x6E87 123-12356-2
-sign \x697C 123-12356-2
-sign \x50C2 123-346-3
-sign \x851E 123-12356-2
-sign \x9071 123-12356-2
-sign \x560D 123-12356
-sign \x5ED4 123-12356-2
-sign \x617A 123-12356-2
-sign \x8027 123-12356-2
-sign \x6A13 123-12356-2
-sign \x877C 123-12356-2
-sign \x81A2 123-346-2
-sign \x71A1 123-12356-2
-sign \x802C 123-12356-2
-sign \x87BB 123-12356-2
-sign \x825B 123-12356-2
-sign \x9AC5 123-12356-2
-sign \x8EC1 123-12356-2
-sign \x8B31 123-12356-2
-sign \x97BB 123-12356-2
-sign \x9ACF 123-12356-2
-sign \x6402 123-12356-3
-sign \x5D5D 123-12356-3
-sign \x587F 123-12356-3
-sign \x645F 123-12356-3
-sign \x5D81 123-12356-3
-sign \x6F0A 123-12356-2
-sign \x750A 123-12356-3
-sign \x7BD3 123-12356-3
-sign \x7C0D 123-12356-3
-sign \x964B 123-12356-23
-sign \x5C5A 123-12356-23
-sign \x9542 123-12356-23
-sign \x7618 123-12356-23
-sign \x6F0F 123-12356-23
-sign \x763B 123-12356-23
-sign \x763A 123-12356-23
-sign \x93E4 123-12356-23
-sign \x55BD 123-12356
-sign \x64B8 123-136-1
-sign \x565C 123-136-1
-sign \x6C07 123-136-3
-sign \x8B22 123-136-1
-sign \x64FC 123-136-1
-sign \x5695 123-136-1
-sign \x5362 123-136-2
-sign \x82A6 123-136-2
-sign \x5E90 123-136-2
-sign \x5786 123-136-2
-sign \x67A6 123-136-2
-sign \x7089 123-136-2
-sign \x6CF8 123-136-2
-sign \x680C 123-136-2
-sign \x8F73 123-136-2
-sign \x80EA 123-136-2
-sign \x9E2C 123-136-2
-sign \x822E 123-136-2
-sign \x9885 123-136-2
-sign \x823B 123-136-2
-sign \x7388 123-136-2
-sign \x9229 123-136-2
-sign \x9C88 123-136-2
-sign \x9B72 123-136-2
-sign \x76E7 123-136-2
-sign \x74B7 123-136-2
-sign \x58DA 123-136-2
-sign \x650E 123-136-2
-sign \x8606 123-136-2
-sign \x56A7 123-136-2
-sign \x7379 123-136-2
-sign \x5EEC 123-136-2
-sign \x7018 123-136-2
-sign \x74D0 123-136-2
-sign \x6AE8 123-136-2
-sign \x81DA 123-136-2
-sign \x7210 123-136-2
-sign \x77D1 123-136-2
-sign \x8826 123-136-2
-sign \x7F4F 123-136-2
-sign \x7C5A 123-136-2
-sign \x826B 123-136-2
-sign \x7E91 123-136-2
-sign \x8F64 123-136-2
-sign \x946A 123-136-2
-sign \x9871 123-136-2
-sign \x9AD7 123-136-2
-sign \x9E15 123-136-2
-sign \x9C78 123-136-2
-sign \x9EF8 123-136-2
-sign \x5364 123-136-3
-sign \x864F 123-136-3
-sign \x635B 123-346-3
-sign \x6314 123-346-3
-sign \x63B3 123-136-3
-sign \x9E75 123-136-3
-sign \x7875 123-136-3
-sign \x9C81 123-136-3
-sign \x865C 123-136-3
-sign \x5877 123-136-3
-sign \x84FE 123-136-3
-sign \x6EF7 123-136-3
-sign \x6A10 123-136-3
-sign \x9B6F 123-136-3
-sign \x6F9B 123-136-3
-sign \x64C4 123-136-3
-sign \x6A79 123-136-3
-sign \x78E0 123-136-3
-sign \x9565 123-136-3
-sign \x7002 123-136-3
-sign \x6AD3 123-136-3
-sign \x8263 123-136-3
-sign \x93C0 123-136-3
-sign \x826A 123-136-3
-sign \x942A 123-136-3
-sign \x9465 123-136-3
-sign \x5725 123-136-23
-sign \x752A 123-136-23
-sign \x9646 123-136-23
-sign \x5774 123-136-23
-sign \x4F93 123-136-23
-sign \x5F55 123-136-23
-sign \x5F54 123-136-23
-sign \x5CCD 123-136-23
-sign \x52CE 123-136-23
-sign \x8F82 123-136-23
-sign \x8D42 123-136-23
-sign \x9678 123-136-23
-sign \x83C9 123-136-23
-sign \x7849 123-136-23
-sign \x9E7F 123-136-23
-sign \x6DD5 123-136-23
-sign \x6E0C 123-136-23
-sign \x6DE5 123-136-23
-sign \x902F 123-136-23
-sign \x5A3D 123-136-23
-sign \x7FCF 123-1256-23
-sign \x742D 123-136-23
-sign \x6902 123-136-23
-sign \x7984 123-136-23
-sign \x797F 123-136-23
-sign \x8F05 123-136-23
-sign \x788C 123-136-23
-sign \x8CC2 123-136-23
-sign \x7769 123-136-23
-sign \x8DEF 123-136-23
-sign \x7A11 123-136-23
-sign \x50C7 123-136-23
-sign \x76DD 123-136-23
-sign \x5279 123-136-23
-sign \x52E0 123-136-23
-sign \x5876 123-136-23
-sign \x645D 123-136-23
-sign \x850D 123-136-23
-sign \x7B93 123-136-23
-sign \x5ED8 123-136-23
-sign \x7CB6 123-136-23
-sign \x6F09 123-136-23
-sign \x8DA2 123-136-23
-sign \x6A1A 123-136-23
-sign \x9181 123-136-23
-sign \x8F98 123-136-23
-sign \x8E1B 123-136-23
-sign \x8194 123-136-23
-sign \x819F 123-346-23
-sign \x89EE 123-136-23
-sign \x719D 123-136-23
-sign \x622E 123-136-23
-sign \x8557 123-136-23
-sign \x7A4B 123-136-23
-sign \x9334 123-136-23
-sign \x9332 123-136-23
-sign \x9304 123-136-23
-sign \x6F5E 123-136-23
-sign \x7490 123-136-23
-sign \x87B0 123-136-23
-sign \x7C0F 123-136-23
-sign \x9D3C 123-136-23
-sign \x9A04 123-136-23
-sign \x8F46 123-136-23
-sign \x9E6D 123-136-23
-sign \x8E57 123-136-23
-sign \x7C36 123-136-23
-sign \x9D71 123-136-23
-sign \x9E93 123-136-23
-sign \x7C35 123-136-23
-sign \x7C2C 123-136-23
-sign \x9D66 123-136-23
-sign \x93D5 123-136-23
-sign \x9BE5 123-136-23
-sign \x9A3C 123-136-23
-sign \x9732 123-136-23
-sign \x93F4 123-136-23
-sign \x7C59 123-136-23
-sign \x89FB 123-24-23
-sign \x8642 123-136-23
-sign \x9DFA 123-136-23
-sign \x6C0C 123-136-3
-sign \x5CE6 123-12456-2
-sign \x5B6A 123-12456-2
-sign \x5A08 123-12456-2
-sign \x683E 123-12456-2
-sign \x631B 123-12456-2
-sign \x9E3E 123-12456-2
-sign \x8114 123-12456-2
-sign \x6EE6 123-12456-2
-sign \x92AE 123-12456-2
-sign \x9D49 123-12456-2
-sign \x571D 123-12456-2
-sign \x5971 123-12456-2
-sign \x5DD2 123-12456-2
-sign \x5B7F 123-12456-2
-sign \x5B4C 123-12456-2
-sign \x6B12 123-12456-2
-sign \x66EB 123-12456-2
-sign \x7053 123-12456-2
-sign \x6523 123-12456-2
-sign \x7F89 123-12456-2
-sign \x81E0 123-12456-2
-sign \x864A 123-12456-2
-sign \x571E 123-12456-2
-sign \x7064 123-12456-2
-sign \x947E 123-12456-2
-sign \x7674 123-12456-2
-sign \x9E1E 123-12456-2
-sign \x7675 123-12456-2
-sign \x5375 123-12456-3
-sign \x4E71 123-12456-23
-sign \x91E0 123-12456-23
-sign \x4E82 123-12456-23
-sign \x858D 12456-23
-sign \x63A0 123-23456-23
-sign \x5BFD 123-346-23
-sign \x5260 13-16-2
-sign \x7A24 123-23456-23
-sign \x64FD 123-23456-23
-sign \x62A1 123-25-1
-sign \x6384 123-25-1
-sign \x4ED1 123-25-2
-sign \x4F26 123-25-2
-sign \x56F5 123-25-2
-sign \x6CA6 123-25-2
-sign \x7EB6 123-25-2
-sign \x8F6E 123-25-2
-sign \x4F96 123-25-23
-sign \x502B 123-25-2
-sign \x966F 123-25-2
-sign \x83D5 123-25-2
-sign \x5D18 123-25-2
-sign \x5D19 123-25-2
-sign \x5707 123-25-2
-sign \x6DEA 123-25-2
-sign \x60C0 123-25-2
-sign \x5A68 123-25-2
-sign \x68C6 123-25-2
-sign \x8140 123-25-2
-sign \x7896 123-25-2
-sign \x55E7 1245-1246-1-123-25-2
-sign \x8023 123-25-2
-sign \x8726 123-25-2
-sign \x7DB8 123-25-2
-sign \x8F2A 123-25-2
-sign \x8E1A 123-25-2
-sign \x78EE 123-25-2
-sign \x9300 123-25-2
-sign \x9BE9 123-25-2
-sign \x7A10 123-25-3
-sign \x8BBA 123-25-23
-sign \x57E8 123-25-3
-sign \x6EA3 123-25-23
-sign \x8AD6 123-25-23
-sign \x5570 123-135-1
-sign \x9831 123-135-1
-sign \x7F57 123-135-2
-sign \x841D 123-135-2
-sign \x903B 123-135-2
-sign \x8136 123-135-2
-sign \x7321 123-135-2
-sign \x6924 123-135-2
-sign \x8161 123-135-2
-sign \x9523 123-135-2
-sign \x7BA9 123-135-2
-sign \x9AA1 123-135-2
-sign \x9559 123-135-2
-sign \x87BA 123-135-2
-sign \x7F85 123-135-2
-sign \x93CD 123-135-2
-sign \x89B6 123-135-2
-sign \x9A3E 123-135-2
-sign \x89BC 123-135-2
-sign \x5138 123-135-2
-sign \x863F 123-135-2
-sign \x908F 123-135-2
-sign \x7380 123-135-2
-sign \x6B0F 123-135-2
-sign \x9A58 123-135-2
-sign \x9E01 123-135-2
-sign \x7C6E 123-135-2
-sign \x947C 123-135-2
-sign \x9960 123-135-2
-sign \x5246 123-135-3
-sign \x7822 123-135-3
-sign \x502E 123-135-3
-sign \x84CF 123-135-3
-sign \x88F8 123-135-3
-sign \x8EB6 123-135-3
-sign \x7630 123-135-3
-sign \x8803 123-135-3
-sign \x81DD 123-135-3
-sign \x651E 123-135-2
-sign \x66EA 123-135-3
-sign \x7673 123-135-3
-sign \x6CFA 123-135-23
-sign \x8366 123-135-23
-sign \x5CC8 123-135-23
-sign \x6D1B 123-135-23
-sign \x7EDC 123-135-23
-sign \x9A86 123-135-23
-sign \x73DE 123-135-23
-sign \x6D1C 123-135-23
-sign \x843D 123-135-23
-sign \x7B3F 123-135-23
-sign \x7D61 123-135-23
-sign \x645E 123-135-23
-sign \x96D2 123-135-23
-sign \x7296 123-135-23
-sign \x6F2F 123-135-23
-sign \x9BA5 123-135-23
-sign \x9D45 123-135-23
-sign \x6FFC 123-135-23
-sign \x7E99 123-135-23
-sign \x9C73 123-26-23
-sign \x56C9 123-135-1
-sign \x9A74 123-346-2
-sign \x95FE 123-346-2
-sign \x6988 123-346-2
-sign \x99BF 123-346-2
-sign \x95AD 123-346-2
-sign \x6C00 123-346-2
-sign \x85D8 123-346-2
-sign \x6ADA 123-346-2
-sign \x66E5 123-136-2
-sign \x9DDC 123-12356-2
-sign \x9A62 123-346-2
-sign \x5415 123-346-3
-sign \x5442 123-346-3
-sign \x90D8 123-346-3
-sign \x4FA3 123-346-3
-sign \x4FB6 123-346-3
-sign \x634B 123-346-3
-sign \x68A0 123-346-3
-sign \x65C5 123-346-3
-sign \x7112 123-346-3
-sign \x7963 123-346-3
-sign \x94DD 123-346-3
-sign \x7A06 123-346-3
-sign \x5C61 123-346-3
-sign \x7F15 123-346-3
-sign \x7D7D 123-346-3
-sign \x92C1 123-346-3
-sign \x8182 123-346-3
-sign \x891B 123-346-3
-sign \x5C62 123-346-3
-sign \x5C65 123-346-3
-sign \x8190 123-346-3
-sign \x8938 123-346-3
-sign \x7A5E 123-346-3
-sign \x5122 123-346-3
-sign \x7E37 123-346-3
-sign \x7A6D 123-346-3
-sign \x578F 123-346-23
-sign \x5F8B 123-346-23
-sign \x8651 123-346-23
-sign \x54F7 123-15-23
-sign \x7387 123-346-23
-sign \x7EFF 123-346-23
-sign \x844E 123-346-23
-sign \x5D42 123-346-23
-sign \x6C2F 123-346-23
-sign \x6EE4 123-346-23
-sign \x7DD1 123-136-23
-sign \x7DA0 123-346-23
-sign \x616E 123-346-23
-sign \x7BBB 123-346-23
-sign \x52F4 123-346-23
-sign \x7E42 123-346-23
-sign \x6FFE 123-346-23
-sign \x6AD6 123-346-23
-sign \x7208 123-346-23
-sign \x535B 123-346-23
-sign \x9462 123-346-23
-sign \x7565 123-23456-23
-sign \x7567 123-23456-23
-sign \x950A 123-23456-23
-sign \x5719 123-23456-23
-sign \x92DD 123-23456-23
-sign \x92E2 123-23456-23
-sign \x5988 134-35-1
-sign \x5ABD 134-35-1
-sign \x9EBB 134-35-2
-sign \x55CE 134-35
-sign \x75F2 134-35-2
-sign \x75F3 123-126-2
-sign \x8534 134-35-2
-sign \x5AF2 134-35-1
-sign \x7298 134-35-2
-sign \x87C7 134-35-2
-sign \x87C6 134-35-2
-sign \x9A6C 134-35-3
-sign \x72B8 134-35-3
-sign \x739B 134-35-3
-sign \x7801 134-35-3
-sign \x8682 134-35-3
-sign \x99AC 134-35-3
-sign \x508C 134-35-23
-sign \x9064 134-35-3
-sign \x7341 134-35-3
-sign \x6EA4 134-35-3
-sign \x746A 134-35-3
-sign \x78BC 134-35-3
-sign \x879E 134-35-3
-sign \x93B7 134-35-3
-sign \x9DCC 134-35-3
-sign \x9C22 134-35-3
-sign \x6769 134-35-23
-sign \x7943 134-35-23
-sign \x9581 134-35-23
-sign \x9A82 134-35-23
-sign \x7770 134-35-23
-sign \x69AA 134-35-23
-sign \x79A1 134-35-23
-sign \x7F75 134-35-23
-sign \x99E1 134-35-23
-sign \x7923 134-15-23
-sign \x9B15 134-35-23
-sign \x5417 134-35
-sign \x561B 134-35
-sign \x57CB 134-246-2
-sign \x85B6 134-246-2
-sign \x973E 134-246-2
-sign \x4E70 134-246-3
-sign \x836C 134-246-3
-sign \x8CB7 134-246-3
-sign \x8552 134-246-3
-sign \x562A 134-246-3
-sign \x9DF6 134-246-3
-sign \x52A2 134-246-23
-sign \x8FC8 134-246-23
-sign \x9EA6 134-246-23
-sign \x58F2 134-246-23
-sign \x4F45 134-246-23
-sign \x5356 134-246-23
-sign \x8109 134-246-23
-sign \x551B 134-246-23
-sign \x8108 134-246-23
-sign \x9EA5 134-246-23
-sign \x8847 134-246-23
-sign \x52F1 134-246-23
-sign \x561C 134-246-23
-sign \x8CE3 134-246-23
-sign \x9081 134-246-23
-sign \x9721 134-246-23
-sign \x9722 134-246-23
-sign \x989F 134-1236-1
-sign \x9862 134-1236-1
-sign \x59CF 134-1236-2
-sign \x6097 134-1236-2
-sign \x86EE 134-1236-2
-sign \x9992 134-1236-2
-sign \x6172 134-1236-2
-sign \x6A20 134-1236-2
-sign \x7792 134-1236-2
-sign \x9794 134-1236-2
-sign \x779E 134-1236-2
-sign \x9945 134-1236-2
-sign \x9CD7 134-1236-2
-sign \x9B17 134-1236-2
-sign \x9B18 134-1236-2
-sign \x9C3B 134-1236-2
-sign \x77D5 134-1236-3
-sign \x883B 134-1236-2
-sign \x5C58 134-1236-3
-sign \x774C 134-146-3
-sign \x6E80 134-1236-3
-sign \x6EE1 134-1236-3
-sign \x6EFF 134-1236-3
-sign \x87A8 134-1236-3
-sign \x87CE 134-1236-3
-sign \x93CB 134-1236-3
-sign \x66FC 134-1236-23
-sign \x9124 134-1236-23
-sign \x50C8 134-1236-23
-sign \x8C29 134-1236-23
-sign \x5881 134-1236-23
-sign \x6471 134-1236-2
-sign \x8504 134-1236-23
-sign \x8513 134-1236-23
-sign \x5E54 134-1236-23
-sign \x734C 134-1236-23
-sign \x6F2B 134-1236-23
-sign \x6162 134-1236-23
-sign \x5ADA 134-1236-23
-sign \x7F26 134-1236-23
-sign \x69FE 134-1236-2
-sign \x71B3 134-1236-23
-sign \x6FAB 134-1236-23
-sign \x9558 134-1236-23
-sign \x6FB7 134-1236-23
-sign \x7E35 134-1236-23
-sign \x8B3E 134-1236-23
-sign \x93DD 134-1236-23
-sign \x8630 134-1236-23
-sign \x7264 134-236-1
-sign \x9099 134-236-2
-sign \x8292 134-236-2
-sign \x5402 134-236-2
-sign \x6C52 134-236-2
-sign \x5FD9 134-236-2
-sign \x6767 134-236-2
-sign \x5C28 134-236-2
-sign \x6757 134-236-2
-sign \x753F 134-236-2
-sign \x76F2 134-236-2
-sign \x6C13 134-236-2
-sign \x832B 134-236-2
-sign \x5396 134-236-2
-sign \x7B00 134-236-2
-sign \x607E 134-236-2
-sign \x54E4 134-236-2
-sign \x72F5 134-236-2
-sign \x5EAC 134-236-2
-sign \x6D5D 134-236-2
-sign \x5A0F 134-236-2
-sign \x786D 134-236-2
-sign \x94D3 134-236-2
-sign \x727B 134-236-2
-sign \x91EF 134-236-2
-sign \x671A 125-2356-1
-sign \x75DD 134-236-2
-sign \x86D6 134-236-2
-sign \x92E9 134-236-2
-sign \x99F9 134-236-2
-sign \x8609 134-236-2
-sign \x83BD 134-236-3
-sign \x83BE 134-236-3
-sign \x833B 134-236-3
-sign \x58FE 134-236-3
-sign \x6F2D 134-236-3
-sign \x87D2 134-236-3
-sign \x880E 134-236-3
-sign \x732B 134-235-1
-sign \x8C93 134-235-1
-sign \x6BDB 134-235-2
-sign \x77DB 134-235-2
-sign \x8306 134-235-2
-sign \x8305 134-235-2
-sign \x6786 134-235-2
-sign \x7266 134-235-2
-sign \x7F5E 134-235-2
-sign \x65C4 134-235-2
-sign \x8EDE 134-235-2
-sign \x9155 134-235-2
-sign \x6E35 134-235-2
-sign \x5825 134-235-2
-sign \x5D4D 136-23
-sign \x951A 134-235-2
-sign \x9AE6 134-235-2
-sign \x7DE2 134-345-2
-sign \x6C02 134-235-2
-sign \x9AF3 134-235-2
-sign \x8765 134-235-2
-sign \x9328 134-235-2
-sign \x87CA 134-235-2
-sign \x9D9C 134-235-2
-sign \x5187 134-235-3
-sign \x536F 134-235-3
-sign \x5918 134-235-3
-sign \x623C 134-235-3
-sign \x5CC1 134-235-3
-sign \x6CD6 134-235-3
-sign \x6634 134-235-3
-sign \x94C6 134-235-3
-sign \x7B37 134-235-3
-sign \x84E9 134-235-3
-sign \x925A 134-235-3
-sign \x5183 134-235-23
-sign \x82BC 134-235-23
-sign \x7683 134-235-23
-sign \x8302 134-235-23
-sign \x770A 134-235-23
-sign \x5192 134-235-23
-sign \x8D38 134-235-23
-sign \x8004 134-235-23
-sign \x8992 134-235-23
-sign \x88A4 134-235-23
-sign \x911A 134-235-23
-sign \x5E3D 134-235-23
-sign \x8CBF 134-235-23
-sign \x5AA2 134-235-23
-sign \x7441 134-235-23
-sign \x6959 134-235-23
-sign \x6BF7 134-235-23
-sign \x734F 134-235-23
-sign \x6693 134-235-23
-sign \x6117 134-235-23
-sign \x8C8C 134-235-23
-sign \x912E 134-235-23
-sign \x7780 134-235-23
-sign \x8750 134-235-23
-sign \x61CB 134-235-23
-sign \x973F 134-3456-2
-sign \x5B6D 134-15-1
-sign \x5692 134-26
-sign \x6FF9 134-26-23
-sign \x56B0 134-26
-sign \x7666 134-26-23
-sign \x4E48 134-26
-sign \x5E85 134-26
-sign \x9EBD 134-26
-sign \x9EBC 134-26
-sign \x6C92 134-2346-2
-sign \x6CA1 134-2346-2
-sign \x73AB 134-2346-2
-sign \x82FA 134-2346-2
-sign \x679A 134-2346-2
-sign \x6802 134-2346-2
-sign \x7709 134-2346-2
-sign \x8393 134-2346-2
-sign \x8104 134-2346-2
-sign \x73FB 134-2346-2
-sign \x6885 134-2346-2
-sign \x8122 134-2346-2
-sign \x90FF 134-2346-2
-sign \x5833 134-2346-2
-sign \x847F 134-2346-2
-sign \x5D4B 134-2346-2
-sign \x7742 134-2346-2
-sign \x7338 134-2346-2
-sign \x6E48 134-2346-2
-sign \x6E44 134-2346-2
-sign \x5A92 134-2346-2
-sign \x7442 134-2346-2
-sign \x6973 134-2346-2
-sign \x6963 134-2346-2
-sign \x815C 134-2346-2
-sign \x7164 134-2346-2
-sign \x7996 134-2346-2
-sign \x9176 134-2346-2
-sign \x69D1 134-2346-2
-sign \x9545 134-2346-2
-sign \x587A 134-2346-2
-sign \x9E5B 134-2346-2
-sign \x9709 134-2346-2
-sign \x92C2 134-2346-2
-sign \x5FBE 134-2346-2
-sign \x9387 134-2346-2
-sign \x77C0 134-2346-2
-sign \x6517 134-2346-2
-sign \x862A 134-2346-2
-sign \x9DA5 134-2346-2
-sign \x9EF4 134-2346-2
-sign \x6BCE 134-2346-3
-sign \x6BCF 134-2346-3
-sign \x51C2 134-2346-3
-sign \x7F8E 134-2346-3
-sign \x6334 134-2346-3
-sign \x6D7C 134-2346-3
-sign \x5D44 134-2346-3
-sign \x6E3C 134-2346-3
-sign \x5A84 134-2346-3
-sign \x5ABA 134-2346-3
-sign \x9541 134-2346-3
-sign \x5B0D 134-2346-3
-sign \x8EBE 134-2346-3
-sign \x71D8 134-2346-3
-sign \x9382 134-2346-3
-sign \x9EE3 134-2346-3
-sign \x62BA 134-2346-23
-sign \x6CAC 134-2346-23
-sign \x59B9 134-2346-23
-sign \x6627 134-2346-23
-sign \x8882 134-2346-23
-sign \x7959 134-2346-23
-sign \x771B 134-2346-23
-sign \x8DCA 134-2346-23
-sign \x9B3D 134-2346-23
-sign \x75D7 134-2346-23
-sign \x5BD0 134-2346-23
-sign \x5A9A 134-2346-23
-sign \x715D 134-2346-23
-sign \x7778 134-2346-23
-sign \x9B45 134-2346-23
-sign \x97CE 134-2346-23
-sign \x875E 134-2346-23
-sign \x7BC3 134-2346-23
-sign \x569C 134-26
-sign \x691A 134-356-1
-sign \x95E8 134-356-2
-sign \x626A 134-356-2
-sign \x9580 134-356-2
-sign \x9494 134-356-2
-sign \x9585 134-356-2
-sign \x636B 134-356-2
-sign \x83DB 134-356-2
-sign \x748A 134-356-2
-sign \x9346 134-356-2
-sign \x864B 134-356-2
-sign \x95F7 134-356-23
-sign \x7116 134-356-23
-sign \x60B6 134-356-23
-sign \x66AA 134-356-23
-sign \x71DC 134-356-23
-sign \x61D1 134-356-23
-sign \x61E3 134-356-23
-sign \x4EEC 134-356
-sign \x5011 134-356
-sign \x64DD 134-3456-1
-sign \x867B 134-3456-2
-sign \x8394 134-3456-2
-sign \x51A1 134-3456-2
-sign \x63B9 134-3456-1
-sign \x840C 134-3456-2
-sign \x8499 134-3456-2
-sign \x76DF 134-3456-2
-sign \x6E95 134-3456-2
-sign \x750D 134-3456-2
-sign \x8544 134-3456-2
-sign \x77A2 134-3456-2
-sign \x9138 134-3456-2
-sign \x6A57 134-3456-2
-sign \x9133 134-3456-2
-sign \x511A 134-3456-2
-sign \x8771 134-3456-2
-sign \x5E6A 134-3456-2
-sign \x7374 134-3456-2
-sign \x6FDB 134-3456-2
-sign \x61DE 134-3456-2
-sign \x6C0B 134-3456-2
-sign \x6AAC 134-3456-2
-sign \x66DA 134-3456-2
-sign \x6726 134-3456-2
-sign \x9E72 134-236-2
-sign \x791E 134-3456-2
-sign \x77C7 134-3456-2
-sign \x9BCD 134-3456-2
-sign \x8268 134-3456-2
-sign \x77D2 134-3456-2
-sign \x9740 134-3456-2
-sign \x995B 134-3456-2
-sign \x986D 134-3456-2
-sign \x9F06 134-3456-3
-sign \x9E0F 134-3456-2
-sign \x52D0 134-3456-3
-sign \x731B 134-3456-3
-sign \x74FE 134-3456-3
-sign \x9530 134-3456-3
-sign \x8722 134-3456-3
-sign \x824B 134-3456-3
-sign \x9333 134-3456-3
-sign \x61F5 134-3456-3
-sign \x8813 134-3456-3
-sign \x9BED 134-3456-3
-sign \x5B5F 134-3456-23
-sign \x68A6 134-3456-23
-sign \x5922 134-3456-23
-sign \x5923 134-3456-23
-sign \x61DC 134-3456-2
-sign \x9725 134-3456-23
-sign \x54AA 134-24-1
-sign \x772F 134-24-1
-sign \x519E 134-24-2
-sign \x5F25 134-24-2
-sign \x8FF7 134-24-2
-sign \x7962 134-24-2
-sign \x88AE 134-24-2
-sign \x7315 134-24-2
-sign \x8C1C 134-24-2
-sign \x84BE 134-24-2
-sign \x8A78 134-24-2
-sign \x919A 134-24-2
-sign \x8B0E 134-24-2
-sign \x7A48 134-356-2
-sign \x64DF 134-24-2
-sign \x7CDC 134-24-2
-sign \x7E3B 134-24-2
-sign \x9E8B 134-24-2
-sign \x9E8A 134-24-2
-sign \x5F4C 134-24-2
-sign \x6AB7 134-24-2
-sign \x79B0 134-24-2
-sign \x9761 134-24-2
-sign \x737C 134-24-2
-sign \x9E9B 134-24-2
-sign \x957E 134-24-2
-sign \x5298 134-26-2
-sign \x6520 134-26-2
-sign \x863C 134-24-2
-sign \x6202 134-24-2
-sign \x7222 134-24-2
-sign \x91BE 134-24-2
-sign \x91BF 134-24-2
-sign \x9E0D 134-24-2
-sign \x91C4 134-24-2
-sign \x7C73 134-24-3
-sign \x8288 134-24-3
-sign \x7F8B 134-24-3
-sign \x4F8E 134-24-3
-sign \x6CB5 134-24-3
-sign \x6D23 134-24-3
-sign \x5F2D 134-24-3
-sign \x772B 1234-1236-2
-sign \x8112 134-24-3
-sign \x6549 134-24-3
-sign \x7C8E 134-24-3
-sign \x845E 134-24-3
-sign \x6E33 134-24-3
-sign \x851D 134-24-3
-sign \x7787 134-24-1
-sign \x92A4 134-24-3
-sign \x6FD4 134-24-3
-sign \x7030 134-24-2
-sign \x7056 134-24-3
-sign \x5B4A 134-24-3
-sign \x7CF8 134-24-23
-sign \x6C68 134-24-23
-sign \x89C5 134-24-23
-sign \x6CCC 134-24-23
-sign \x5B93 134-24-23
-sign \x5CDA 134-24-23
-sign \x7955 134-24-23
-sign \x79D8 134-24-23
-sign \x5BBB 134-24-23
-sign \x8994 134-24-23
-sign \x8993 134-24-23
-sign \x6DE7 134-24-23
-sign \x5BC6 134-24-23
-sign \x5E42 134-24-23
-sign \x8C27 134-24-23
-sign \x5853 134-24-23
-sign \x5E4E 134-24-23
-sign \x899B 134-24-23
-sign \x8524 134-24-23
-sign \x6993 134-24-23
-sign \x5627 134-24-23
-sign \x7190 134-24-23
-sign \x6F1E 134-24-23
-sign \x6EF5 134-24-23
-sign \x871C 134-24-23
-sign \x9F0F 134-24-23
-sign \x6A12 134-24-23
-sign \x51AA 134-24-23
-sign \x6FD7 134-24-23
-sign \x5E66 134-24-23
-sign \x85CC 134-24-23
-sign \x8B10 134-24-23
-sign \x6AC1 134-24-23
-sign \x7F83 134-24-23
-sign \x7C1A 134-24-23
-sign \x8287 134-146-2
-sign \x6763 134-146-2
-sign \x7720 134-146-2
-sign \x5A42 134-146-2
-sign \x7EF5 134-146-2
-sign \x68C9 134-146-2
-sign \x7DBF 134-146-2
-sign \x8752 134-146-2
-sign \x81F1 134-146-2
-sign \x7DDC 134-146-2
-sign \x5B35 134-146-2
-sign \x6AB0 134-146-2
-sign \x6ACB 134-146-2
-sign \x77C8 134-146-2
-sign \x77CA 134-146-2
-sign \x77CF 134-146-2
-sign \x4E0F 134-146-3
-sign \x6C45 134-146-3
-sign \x514D 134-146-3
-sign \x6C94 134-146-3
-sign \x9EFE 134-126-3
-sign \x7704 134-146-3
-sign \x4FDB 124-136-3
-sign \x52C9 134-146-3
-sign \x5A29 134-146-3
-sign \x52D4 134-146-3
-sign \x5195 134-146-3
-sign \x506D 134-146-3
-sign \x6E11 134-146-3
-sign \x5595 134-146-3
-sign \x6E4E 134-146-3
-sign \x6110 134-146-3
-sign \x5A94 134-146-2
-sign \x7F05 134-146-3
-sign \x817C 134-146-3
-sign \x7D7B 25-23
-sign \x7DEC 134-146-3
-sign \x9BB8 134-146-3
-sign \x9763 134-146-23
-sign \x9762 134-146-23
-sign \x9EAB 134-146-23
-sign \x9EAA 134-146-23
-sign \x7CC6 134-146-23
-sign \x9EBA 134-146-23
-sign \x9EB5 134-146-23
-sign \x55B5 134-345-1
-sign \x82D7 134-345-2
-sign \x63CF 134-345-2
-sign \x5A8C 134-345-2
-sign \x9E4B 134-345-2
-sign \x7784 134-345-2
-sign \x5AF9 134-345-2
-sign \x9D93 134-345-2
-sign \x9C59 134-345-2
-sign \x676A 134-345-3
-sign \x7707 134-345-3
-sign \x79D2 134-345-3
-sign \x6DFC 134-345-3
-sign \x6E3A 134-345-3
-sign \x7F08 134-345-3
-sign \x7BCE 134-345-3
-sign \x7DF2 134-345-3
-sign \x85D0 134-345-3
-sign \x9088 134-345-3
-sign \x5999 134-345-23
-sign \x5E99 134-345-23
-sign \x7AD7 134-345-23
-sign \x7385 134-345-23
-sign \x5EBF 134-345-23
-sign \x5EDF 134-345-23
-sign \x7E46 134-12356-2
-sign \x5400 134-15-1
-sign \x54A9 134-15-1
-sign \x54F6 134-15-1
-sign \x706D 134-15-23
-sign \x70D5 134-15-23
-sign \x8995 1234-15-1
-sign \x6423 134-15-23
-sign \x6EC5 134-15-23
-sign \x8511 134-15-23
-sign \x858E 134-15-23
-sign \x9D13 134-15-23
-sign \x5E6D 134-15-23
-sign \x7BFE 134-15-23
-sign \x700E 134-15-23
-sign \x61F1 134-15-23
-sign \x6AD7 134-15-23
-sign \x95D1 1345-15-23
-sign \x881B 134-15-23
-sign \x884A 134-15-23
-sign \x9456 134-15-23
-sign \x9C74 134-15-23
-sign \x6C11 134-126-2
-sign \x739F 134-126-2
-sign \x82E0 134-126-2
-sign \x65FB 134-126-2
-sign \x65FC 134-126-2
-sign \x5CB7 134-126-2
-sign \x600B 134-126-2
-sign \x59C4 134-126-2
-sign \x73C9 134-126-2
-sign \x76FF 134-126-2
-sign \x7F60 134-126-2
-sign \x51A7 134-126-2
-sign \x636A 134-126-2
-sign \x5D0F 134-126-2
-sign \x6E02 25-23
-sign \x741D 134-126-2
-sign \x7418 134-126-2
-sign \x7F17 134-126-2
-sign \x7449 134-126-2
-sign \x7888 134-126-2
-sign \x9231 134-126-2
-sign \x75FB 134-126-2
-sign \x668B 134-126-3
-sign \x7DCD 134-126-2
-sign \x7DE1 134-126-2
-sign \x8CEF 134-126-2
-sign \x9309 134-126-2
-sign \x9D16 134-126-2
-sign \x9372 134-126-2
-sign \x76BF 134-126-3
-sign \x51BA 134-126-3
-sign \x95F5 134-126-3
-sign \x5221 134-126-3
-sign \x578A 134-126-2
-sign \x62BF 134-126-3
-sign \x5461 25-3
-sign \x6CEF 134-126-3
-sign \x52C4 134-126-3
-sign \x95FD 134-126-3
-sign \x6543 134-126-3
-sign \x60AF 134-126-3
-sign \x7B3D 134-126-3
-sign \x7B22 134-126-3
-sign \x654F 134-126-3
-sign \x9594 134-126-3
-sign \x6E63 134-126-3
-sign \x9EFD 134-126-3
-sign \x656F 134-126-3
-sign \x610D 134-126-3
-sign \x95A9 134-126-3
-sign \x615C 134-126-3
-sign \x50F6 134-126-3
-sign \x6F63 134-126-3
-sign \x61AB 134-126-3
-sign \x7C22 134-126-3
-sign \x9CD8 134-126-3
-sign \x8820 134-126-3
-sign \x9C35 134-126-3
-sign \x540D 134-16-2
-sign \x660E 134-16-2
-sign \x9E23 134-16-2
-sign \x8317 134-16-2
-sign \x7700 134-16-2
-sign \x6D3A 134-16-2
-sign \x51A5 134-16-2
-sign \x7733 134-16-2
-sign \x6719 134-16-2
-sign \x94ED 134-16-2
-sign \x910D 134-16-2
-sign \x84C2 134-24-23
-sign \x733D 134-16-2
-sign \x6E9F 134-16-2
-sign \x5AC7 134-16-2
-sign \x69A0 134-16-2
-sign \x669D 134-16-2
-sign \x9CF4 134-16-2
-sign \x9298 134-16-2
-sign \x7791 134-16-2
-sign \x879F 134-16-2
-sign \x89AD 134-16-2
-sign \x4F72 134-16-3
-sign \x59F3 134-16-3
-sign \x51D5 134-16-3
-sign \x9169 134-16-3
-sign \x614F 134-16-3
-sign \x547D 134-16-23
-sign \x63B5 134-16-23
-sign \x8A7A 134-16-23
-sign \x8C2C 134-1256-23
-sign \x7F2A 134-345-23
-sign \x8B2C 134-1256-23
-sign \x6478 134-26-1
-sign \x56A4 134-26-1
-sign \x5C1B 134-26-2
-sign \x8C1F 134-26-2
-sign \x998D 134-26-2
-sign \x5AEB 134-26-2
-sign \x6479 134-26-2
-sign \x6A21 134-26-2
-sign \x819C 134-26-2
-sign \x9B79 134-26-2
-sign \x6469 134-26-2
-sign \x6A45 134-26-2
-sign \x78E8 134-26-2
-sign \x7CE2 134-26-2
-sign \x8B29 134-26-2
-sign \x8B28 134-26-2
-sign \x5B24 134-26-2
-sign \x64F5 134-26-2
-sign \x9943 134-26-2
-sign \x8611 134-26-2
-sign \x56A9 134-26-2
-sign \x9ACD 134-26-2
-sign \x9B54 134-26-2
-sign \x995D 134-26-2
-sign \x62B9 134-26-3
-sign \x9EBF 134-24-2
-sign \x61E1 134-26-3
-sign \x672B 134-26-23
-sign \x573D 134-26-23
-sign \x52B0 134-345-3
-sign \x8309 134-26-23
-sign \x6B7E 134-26-23
-sign \x6B7F 134-26-23
-sign \x6B81 134-26-23
-sign \x5190 134-235-23
-sign \x5E13 134-26-23
-sign \x6CAB 134-26-23
-sign \x603D 134-24-23
-sign \x964C 134-26-23
-sign \x59BA 134-26-23
-sign \x67BA 134-26-23
-sign \x6629 134-26-23
-sign \x5E1E 134-26-23
-sign \x83AB 134-26-23
-sign \x8388 134-26-23
-sign \x781E 134-26-23
-sign \x771C 134-26-23
-sign \x773F 134-26-23
-sign \x79E3 134-26-23
-sign \x768C 134-26-23
-sign \x773D 134-26-23
-sign \x7C96 134-26-23
-sign \x88B9 12-26-2
-sign \x7D48 134-26-23
-sign \x86E8 134-26-23
-sign \x8C83 134-26-23
-sign \x587B 134-26-23
-sign \x84E6 134-26-23
-sign \x55FC 134-26-23
-sign \x8C8A 134-26-23
-sign \x8C89 125-26-2
-sign \x6F20 134-26-23
-sign \x5BDE 134-26-23
-sign \x977A 134-26-23
-sign \x66AF 134-26-23
-sign \x9286 134-26-23
-sign \x7799 134-26-23
-sign \x7790 134-26-23
-sign \x9ED9 134-26-23
-sign \x58A8 134-26-23
-sign \x9546 134-26-23
-sign \x9B69 134-26-23
-sign \x763C 134-26-23
-sign \x5AFC 134-26-23
-sign \x9ED8 134-26-23
-sign \x7E38 134-26-23
-sign \x8C98 134-26-23
-sign \x85E6 134-26-23
-sign \x87D4 134-26-23
-sign \x93CC 134-26-23
-sign \x7205 134-26-23
-sign \x9A40 134-26-23
-sign \x7933 134-26-23
-sign \x7E86 134-26-23
-sign \x8031 134-26-23
-sign \x5B37 134-26-2
-sign \x54DE 134-12356-1
-sign \x725F 134-12356-2
-sign \x4F94 134-12356-2
-sign \x52BA 134-12356-2
-sign \x6D20 234-23
-sign \x6048 134-12356-2
-sign \x6859 346-2
-sign \x7738 134-12356-2
-sign \x8C0B 134-12356-2
-sign \x86D1 134-12356-2
-sign \x8E0E 134-12356-2
-sign \x927E 134-235-2
-sign \x8B00 134-12356-2
-sign \x9EB0 134-12356-2
-sign \x77B4 134-12356-2
-sign \x9D3E 134-12356-2
-sign \x936A 134-12356-2
-sign \x87F1 134-12356-2
-sign \x67D0 134-12356-3
-sign \x5452 134-136-2
-sign \x5463 134-12356-2
-sign \x6BEA 134-136-2
-sign \x6C01 134-136-2
-sign \x5638 134-136-2
-sign \x6BCD 134-136-3
-sign \x7261 134-136-3
-sign \x4EA9 134-136-3
-sign \x5776 134-136-23
-sign \x62C7 134-136-3
-sign \x59C6 134-136-3
-sign \x5CD4 134-136-3
-sign \x7273 134-136-3
-sign \x80DF 134-136-3
-sign \x7552 134-136-3
-sign \x7546 134-136-3
-sign \x755E 134-136-3
-sign \x782A 134-136-3
-sign \x755D 134-136-3
-sign \x5A12 136-3
-sign \x756E 134-136-3
-sign \x9267 134-136-3
-sign \x8E07 134-136-3
-sign \x6728 134-136-23
-sign \x76EE 134-136-23
-sign \x4EEB 134-136-23
-sign \x51E9 134-136-23
-sign \x72C7 134-136-23
-sign \x6C90 134-136-23
-sign \x82DC 134-136-23
-sign \x7267 134-136-23
-sign \x7091 134-136-23
-sign \x83AF 134-136-23
-sign \x869E 134-136-23
-sign \x94BC 134-136-23
-sign \x6BE3 134-136-23
-sign \x52DF 134-136-23
-sign \x843A 134-235-23
-sign \x96EE 134-136-23
-sign \x5893 134-136-23
-sign \x5E55 134-136-23
-sign \x7766 134-136-23
-sign \x5E59 134-136-23
-sign \x926C 134-136-23
-sign \x6154 134-136-23
-sign \x6958 134-136-23
-sign \x6155 134-136-23
-sign \x66AE 134-136-23
-sign \x6A22 134-345-3
-sign \x9702 134-136-23
-sign \x8252 134-136-23
-sign \x7A46 134-136-23
-sign \x97AA 134-136-23
-sign \x4E78 1345-35-3
-sign \x62CF 1345-35-2
-sign \x62FF 1345-35-2
-sign \x8498 245-136-2
-sign \x954E 1345-35-2
-sign \x93BF 1345-35-2
-sign \x90CD 1345-35-23
-sign \x54EA 1345-35-3
-sign \x96EB 1345-35-3
-sign \x90A3 1345-35-23
-sign \x5436 1345-35-23
-sign \x5450 1345-35-23
-sign \x59A0 1345-35-23
-sign \x7EB3 1345-35-23
-sign \x80AD 1345-35-23
-sign \x94A0 1345-35-23
-sign \x8872 1345-35-23
-sign \x5A1C 1345-35-23
-sign \x88A6 1345-35-23
-sign \x7D0D 1345-35-23
-sign \x637A 1345-35-23
-sign \x8EDC 1345-35-23
-sign \x7B1D 1345-35-23
-sign \x8C7D 1345-35-23
-sign \x9209 1345-35-23
-sign \x8C80 1345-35-23
-sign \x9779 1345-35-23
-sign \x84B3 1345-35-23
-sign \x55F1 1345-35-2
-sign \x9B76 1345-35-23
-sign \x8149 1345-246-2
-sign \x718B 1345-246-2
-sign \x6468 1345-246-2
-sign \x879A 1345-246-23
-sign \x5B7B 1345-246-2
-sign \x4E43 1345-246-3
-sign \x827F 1345-246-3
-sign \x5976 1345-246-3
-sign \x6C16 1345-246-3
-sign \x7593 1345-246-3
-sign \x5EFC 1345-246-3
-sign \x8FFA 1345-246-3
-sign \x5037 1345-246-3
-sign \x91E2 1345-246-3
-sign \x5B2D 1345-246-3
-sign \x5948 1345-246-23
-sign \x67F0 1345-246-23
-sign \x8010 1345-246-23
-sign \x8418 1345-246-23
-sign \x6E3F 1345-246-23
-sign \x9F10 1345-246-23
-sign \x8926 1345-246-23
-sign \x933C 1345-246-23
-sign \x56E1 1345-1236-1
-sign \x7537 1345-1236-2
-sign \x62A9 1345-1236-2
-sign \x678F 1345-1236-2
-sign \x5357 1345-1236-2
-sign \x4FBD 1345-1236-2
-sign \x83AE 1345-1236-2
-sign \x7558 1345-1236-2
-sign \x5A1A 1345-1236-2
-sign \x96BE 1345-1236-2
-sign \x8433 1345-1236-2
-sign \x9056 1345-1236-2
-sign \x5583 1345-1236-2
-sign \x6960 1345-1236-2
-sign \x6694 1345-1236-2
-sign \x8AF5 1345-1236-2
-sign \x96E3 1345-1236-2
-sign \x8D67 1345-1236-3
-sign \x63C7 1345-1236-3
-sign \x6E73 1345-1236-3
-sign \x8169 1345-1236-3
-sign \x7175 1345-1236-3
-sign \x877B 1345-1236-3
-sign \x6201 1345-1236-3
-sign \x5A7B 1345-1236-23
-sign \x56D4 1345-236-1
-sign \x4E6A 1345-236-2
-sign \x56A2 1345-236-2
-sign \x8B68 1345-256-2
-sign \x56CA 1345-236-2
-sign \x9B1E 1345-256-2
-sign \x8830 1345-236-2
-sign \x9995 1345-236-3
-sign \x6B1C 1345-236-2
-sign \x9962 1345-236-2
-sign \x64C3 1345-236-3
-sign \x66E9 1345-236-3
-sign \x652E 1345-236-3
-sign \x7062 1345-236-3
-sign \x513E 1345-236-23
-sign \x9F49 1345-236-23
-sign \x5B6C 1345-235-1
-sign \x5476 1345-235-2
-sign \x6013 1345-235-2
-sign \x6320 1345-235-2
-sign \x5CF1 1345-235-2
-sign \x7847 1345-235-2
-sign \x94D9 1345-235-2
-sign \x86F2 1345-235-2
-sign \x7331 1345-235-2
-sign \x8A49 1345-235-2
-sign \x6493 1345-235-2
-sign \x5DA9 1345-235-2
-sign \x7376 1345-235-2
-sign \x5912 1345-235-2
-sign \x9403 1345-235-2
-sign \x5DCE 1345-235-2
-sign \x737F 1345-235-2
-sign \x57B4 1345-235-3
-sign \x607C 1345-235-3
-sign \x8111 1345-235-3
-sign \x60A9 1345-235-3
-sign \x8133 1345-235-3
-sign \x5318 1345-235-3
-sign \x5816 1345-235-3
-sign \x60F1 1345-235-3
-sign \x7459 1345-235-3
-sign \x8166 1345-235-3
-sign \x5AD0 1345-235-3
-sign \x78AF 1345-235-3
-sign \x95F9 1345-235-23
-sign \x6DD6 1345-235-23
-sign \x9599 1345-235-23
-sign \x9B27 1345-235-23
-sign \x8BB7 1345-26-23
-sign \x6290 1345-26-23
-sign \x7732 1345-26-23
-sign \x8A25 1345-26-23
-sign \x5462 1345-26
-sign \x9981 1345-2346-3
-sign \x8147 1345-2346-3
-sign \x9912 1345-2346-3
-sign \x9BBE 1345-2346-3
-sign \x9BD8 1345-2346-3
-sign \x5167 1345-2346-23
-sign \x5185 1345-2346-23
-sign \x6C1D 1345-2346-23
-sign \x5AE9 1345-356-23
-sign \x5AF0 1345-356-23
-sign \x80FD 1345-3456-2
-sign \x92B0 246-1
-sign \x59AE 1345-24-1
-sign \x5C3C 1345-24-2
-sign \x576D 1345-24-2
-sign \x62B3 1345-24-2
-sign \x6CE5 1345-24-2
-sign \x6029 1345-24-2
-sign \x7C7E 1345-24-2
-sign \x94CC 1345-24-2
-sign \x79DC 1345-24-2
-sign \x5C54 1345-24-2
-sign \x90F3 1345-24-2
-sign \x502A 1345-24-2
-sign \x86AD 1345-24-2
-sign \x730A 1345-24-2
-sign \x6DE3 1345-24-2
-sign \x57FF 1345-24-2
-sign \x5A57 1345-24-2
-sign \x68FF 1345-24-2
-sign \x8DDC 1345-24-2
-sign \x922E 1345-24-2
-sign \x873A 1345-24-2
-sign \x8F17 1345-24-2
-sign \x8C8E 1345-24-2
-sign \x89EC 1345-24-2
-sign \x9713 1345-24-2
-sign \x9CB5 1345-24-2
-sign \x9BE2 1345-24-2
-sign \x9E91 1345-24-2
-sign \x9F6F 1345-24-2
-sign \x81E1 1345-24-2
-sign \x62DF 1345-24-3
-sign \x4F31 1345-24-3
-sign \x4F60 1345-24-3
-sign \x82E8 1345-24-3
-sign \x72D4 1345-24-3
-sign \x59B3 1345-24-3
-sign \x67C5 1345-24-3
-sign \x639C 1345-24-3
-sign \x65CE 1345-24-3
-sign \x6672 1345-24-3
-sign \x9268 1345-24-3
-sign \x5B74 1345-24-3
-sign \x999C 1345-24-3
-sign \x511E 1345-24-3
-sign \x96AC 1345-24-3
-sign \x64EC 1345-24-3
-sign \x85BF 1345-24-3
-sign \x9448 1345-15-23
-sign \x6C3C 1345-24-23
-sign \x5C70 1345-24-23
-sign \x4F32 1345-24-23
-sign \x8FE1 1345-24-23
-sign \x6635 1345-24-23
-sign \x80D2 1345-24-23
-sign \x9006 1345-24-23
-sign \x533F 1345-24-23
-sign \x7724 1345-24-23
-sign \x75C6 1345-24-23
-sign \x5804 1345-24-23
-sign \x60C4 1345-24-23
-sign \x7768 1345-24-23
-sign \x817B 1345-24-23
-sign \x6EBA 1345-24-23
-sign \x6135 1345-24-23
-sign \x5ADF 1345-24-23
-sign \x66B1 1345-24-23
-sign \x8ABD 1345-35-2
-sign \x7E0C 1345-24-23
-sign \x81A9 1345-24-23
-sign \x61DD 246-23
-sign \x5B3A 1345-24-23
-sign \x62C8 1345-146-1
-sign \x852B 1345-146-1
-sign \x5E74 1345-146-2
-sign \x79CA 1345-146-2
-sign \x54D6 1345-146-2
-sign \x59E9 1345-146-2
-sign \x79E5 1345-146-2
-sign \x9C87 1345-146-2
-sign \x9CB6 1345-146-2
-sign \x9B8E 1345-146-2
-sign \x9D47 1345-146-2
-sign \x9ECF 1345-146-2
-sign \x9BF0 1345-146-2
-sign \x637B 1345-146-3
-sign \x6DF0 1345-146-3
-sign \x8F87 1345-146-3
-sign \x713E 1345-146-3
-sign \x8F26 1345-146-3
-sign \x64B5 1345-146-3
-sign \x649A 1345-146-3
-sign \x78BE 1345-146-3
-sign \x7C10 1345-146-3
-sign \x6506 1345-146-3
-sign \x8E8E 1345-146-3
-sign \x5344 1345-146-23
-sign \x5EFF 1345-146-23
-sign \x5FF5 1345-146-23
-sign \x57DD 1345-146-23
-sign \x5538 1345-146-23
-sign \x824C 1345-146-23
-sign \x5A18 1345-1346-2
-sign \x5B22 1345-1346-2
-sign \x917F 1345-1346-23
-sign \x91B8 1345-1346-2
-sign \x91C0 1345-1346-23
-sign \x9E1F 1345-345-3
-sign \x8311 1345-345-3
-sign \x8885 1345-345-3
-sign \x9CE5 1345-345-3
-sign \x88CA 1345-345-3
-sign \x5ACB 1345-345-3
-sign \x8526 1345-345-3
-sign \x892D 1345-345-3
-sign \x5B1D 1345-345-3
-sign \x5B32 1345-345-3
-sign \x5C3F 1345-345-23
-sign \x8132 1345-345-23
-sign \x634F 1345-15-1
-sign \x63D1 1345-15-1
-sign \x82F6 1345-15-23
-sign \x4E5C 1345-15-23
-sign \x8080 346-23
-sign \x5E07 1345-15-23
-sign \x573C 1345-15-23
-sign \x67BF 1345-15-23
-sign \x9667 1345-15-23
-sign \x8042 1345-15-23
-sign \x81EC 1345-15-23
-sign \x6D85 1345-15-23
-sign \x83CD 1345-15-23
-sign \x556E 1345-15-23
-sign \x60D7 1345-15-23
-sign \x9689 1345-15-23
-sign \x655C 1345-15-23
-sign \x6E7C 1345-15-23
-sign \x55EB 1345-15-23
-sign \x5D72 1345-15-23
-sign \x9269 125-24-3
-sign \x8E02 1345-15-23
-sign \x69F7 1345-15-23
-sign \x8E19 1345-15-23
-sign \x8E17 1345-15-23
-sign \x565B 1345-15-23
-sign \x954A 1345-15-23
-sign \x954D 1345-15-23
-sign \x989E 1345-15-23
-sign \x5DAD 1345-15-23
-sign \x7BDE 1345-15-23
-sign \x81F2 1345-15-23
-sign \x931C 1345-15-23
-sign \x8E51 1345-15-23
-sign \x8076 1345-15-23
-sign \x5699 1345-15-23
-sign \x93B3 1345-15-23
-sign \x5B7D 1345-15-23
-sign \x5B7C 1345-15-23
-sign \x8616 1345-15-23
-sign \x7C4B 1345-15-23
-sign \x6AF1 1345-15-23
-sign \x9F67 1345-15-23
-sign \x56C1 1345-15-23
-sign \x7CF5 1345-15-23
-sign \x5DD5 1345-15-23
-sign \x8825 1345-15-23
-sign \x7CF1 1345-15-23
-sign \x56D3 1345-15-23
-sign \x8EA1 1345-15-23
-sign \x8B98 1345-15-23
-sign \x9477 1345-15-23
-sign \x9873 1345-15-23
-sign \x9480 1345-15-23
-sign \x810C 1345-126-1
-sign \x56DC 1345-126-2
-sign \x6041 1345-356-23
-sign \x60A8 1345-126-2
-sign \x62F0 1345-126-3
-sign \x5B81 1345-16-2
-sign \x549B 1345-16-2
-sign \x72DE 1345-16-2
-sign \x67E0 1345-16-2
-sign \x804D 1345-16-2
-sign \x5BD5 1345-16-2
-sign \x752F 1345-16-2
-sign \x5BCD 1345-16-2
-sign \x5BDC 1345-16-2
-sign \x5BE7 1345-16-2
-sign \x511C 1345-16-2
-sign \x51DD 1345-16-2
-sign \x85B4 1345-16-2
-sign \x5680 1345-16-2
-sign \x7370 1345-16-2
-sign \x5B23 1345-16-2
-sign \x6AB8 1345-16-2
-sign \x8079 1345-16-2
-sign \x944F 1345-16-2
-sign \x9B21 1345-16-2
-sign \x9E0B 1345-16-2
-sign \x62E7 1345-16-3
-sign \x6A63 1345-16-3
-sign \x64F0 1345-16-3
-sign \x77C3 1345-16-3
-sign \x4F5E 1345-16-23
-sign \x4FAB 1345-16-23
-sign \x6CDE 1345-16-23
-sign \x503F 1345-16-23
-sign \x5BD7 1345-16-23
-sign \x6F9D 1345-16-23
-sign \x6FD8 1345-16-23
-sign \x599E 1345-1256-1
-sign \x725B 1345-1256-2
-sign \x725C 1345-1256-2
-sign \x6C7C 1345-1256-2
-sign \x626D 1345-1256-3
-sign \x72C3 1345-1256-3
-sign \x6C91 245-12356-2
-sign \x5FF8 1345-1256-3
-sign \x7EBD 1345-1256-3
-sign \x677B 1345-1256-3
-sign \x7084 1345-1256-3
-sign \x94AE 1345-1256-3
-sign \x83A5 1345-1256-3
-sign \x7D10 1345-1256-3
-sign \x9215 1345-1256-3
-sign \x9775 1345-1256-3
-sign \x62D7 1345-1256-23
-sign \x519C 1345-256-2
-sign \x4FAC 1345-256-2
-sign \x54DD 1345-256-2
-sign \x6D53 1345-256-2
-sign \x8113 1345-256-2
-sign \x79FE 1345-256-2
-sign \x8FB2 1345-256-2
-sign \x8FB3 1345-256-2
-sign \x5102 1345-256-2
-sign \x857D 1345-256-2
-sign \x5665 1345-256-2
-sign \x6FC3 1345-256-2
-sign \x61B9 1345-235-2
-sign \x6A82 1345-256-2
-sign \x81BF 1345-256-2
-sign \x71F6 1345-256-2
-sign \x79AF 1345-256-2
-sign \x7A60 1345-256-2
-sign \x7651 1345-256-2
-sign \x895B 1345-256-2
-sign \x91B2 1345-256-2
-sign \x6B01 1345-256-2
-sign \x7E77 1345-256-3
-sign \x5F04 1345-256-23
-sign \x630A 1345-256-23
-sign \x6335 1345-256-23
-sign \x9F48 1345-256-23
-sign \x7FBA 1345-12356-2
-sign \x5542 1245-12356-23
-sign \x69C8 1345-12356-23
-sign \x8028 1345-12356-23
-sign \x6ABD 1345-12356-23
-sign \x9392 1345-12356-23
-sign \x941E 1345-12356-23
-sign \x8B73 1345-12356-23
-sign \x5974 1345-136-2
-sign \x4F16 2345-236-3
-sign \x5B65 1345-136-2
-sign \x9A7D 1345-136-2
-sign \x782E 1345-136-3
-sign \x7B2F 1345-136-2
-sign \x99D1 1345-136-2
-sign \x4F2E 1345-136-2
-sign \x52AA 1345-136-3
-sign \x5F29 1345-136-3
-sign \x80EC 1345-136-3
-sign \x6012 1345-136-23
-sign \x5089 1345-136-23
-sign \x6419 1345-136-23
-sign \x597B 1345-12456-2
-sign \x6E1C 1345-12456-3
-sign \x6696 1345-12456-3
-sign \x7157 1345-12456-3
-sign \x992A 1345-12456-3
-sign \x759F 1345-23456-23
-sign \x8650 1345-23456-23
-sign \x7878 1345-23456-23
-sign \x7627 1345-23456-23
-sign \x9EC1 1345-25-2
-sign \x632A 1345-135-2
-sign \x689B 1345-135-2
-sign \x50A9 1345-135-2
-sign \x6A60 1345-135-2
-sign \x513A 1345-135-2
-sign \x8BFA 1345-135-23
-sign \x63BF 1345-135-23
-sign \x903D 1345-135-23
-sign \x558F 1345-135-23
-sign \x5827 245-12456-2
-sign \x6426 1345-135-23
-sign \x9518 1345-135-23
-sign \x6992 1345-135-23
-sign \x7A2C 1345-135-23
-sign \x643B 1345-135-2
-sign \x8E43 1345-135-23
-sign \x8AFE 1345-135-23
-sign \x9369 1345-135-23
-sign \x7CD1 1345-135-23
-sign \x5DBF 245-136-1
-sign \x61E6 1345-135-23
-sign \x61E7 1345-135-23
-sign \x7CE5 1345-135-23
-sign \x7A64 1345-135-23
-sign \x7CEF 1345-135-23
-sign \x5973 1345-346-3
-sign \x9495 1345-346-3
-sign \x7C79 1345-346-3
-sign \x91F9 1345-346-3
-sign \x8842 1345-346-23
-sign \x6067 1345-346-23
-sign \x8844 1345-346-23
-sign \x6712 1345-346-23
-sign \x5662 235-1
-sign \x54E6 26-0
-sign \x8BB4 12356-1
-sign \x6CA4 12356-23
-sign \x74EF 12356-1
-sign \x6B27 12356-1
-sign \x6BB4 12356-1
-sign \x9E25 12356-1
-sign \x7B7D 26-0
-sign \x5878 12356-1
-sign \x84F2 13-1256-1
-sign \x6F1A 12356-1
-sign \x750C 12356-1
-sign \x6B50 12356-1
-sign \x6BC6 12356-1
-sign \x9D0E 12356-1
-sign \x8192 12356-1
-sign \x71B0 12356-1
-sign \x85F2 12356-1
-sign \x6AD9 12356-1
-sign \x8B33 12356-1
-sign \x93C2 12356-1
-sign \x9DD7 12356-1
-sign \x9F75 12356-2
-sign \x5455 12356-3
-sign \x5418 12356-3
-sign \x5076 12356-3
-sign \x8162 12356-3
-sign \x5614 12356-3
-sign \x8026 12356-3
-sign \x8545 12356-3
-sign \x85D5 12356-3
-sign \x6004 12356-23
-sign \x616A 12356-23
-sign \x5E0A 1234-35-23
-sign \x5991 1234-35-1
-sign \x8DB4 1234-35-1
-sign \x7685 1234-35-1
-sign \x8225 1234-35-1
-sign \x556A 1234-35-1
-sign \x8469 1234-35-1
-sign \x6777 1234-35-2
-sign \x722C 1234-35-2
-sign \x94AF 12-35-3
-sign \x8019 1234-35-2
-sign \x8DC1 1234-35-2
-sign \x7436 1234-35-2
-sign \x63B1 1234-35-2
-sign \x9200 1234-35-2
-sign \x7B62 1234-35-2
-sign \x6F56 1234-35-2
-sign \x5E15 1234-35-23
-sign \x6015 1234-35-23
-sign \x8899 1234-35-23
-sign \x62CD 1234-246-1
-sign \x4FF3 1234-246-2
-sign \x6392 1234-246-2
-sign \x5F98 1234-246-2
-sign \x7305 1234-246-2
-sign \x68D1 1234-246-2
-sign \x724C 1234-246-2
-sign \x7B84 1234-246-2
-sign \x8F2B 1234-246-2
-sign \x7C30 1234-246-2
-sign \x7C32 1234-246-2
-sign \x72A4 12-246-2
-sign \x54CC 1234-246-23
-sign \x6D3E 1234-246-23
-sign \x6E12 1234-246-23
-sign \x848E 1234-246-23
-sign \x6E43 1234-246-23
-sign \x9383 1234-246-23
-sign \x7705 1234-1236-1
-sign \x8420 1234-1236-1
-sign \x7568 1234-1236-1
-sign \x6F58 1234-1236-1
-sign \x6500 1234-1236-1
-sign \x723F 1234-1236-2
-sign \x76D8 1234-1236-2
-sign \x84B0 1234-1236-2
-sign \x5E4B 1234-1236-2
-sign \x5ABB 1234-1236-2
-sign \x69C3 1234-1236-2
-sign \x642B 12-1236-1
-sign \x78D0 1234-1236-2
-sign \x76E4 1234-1236-2
-sign \x878C 12-1236-1
-sign \x8929 12-1236-1
-sign \x7E0F 1234-1236-2
-sign \x8E52 1234-1236-2
-sign \x8E63 1234-1236-2
-sign \x87E0 1234-1236-2
-sign \x939C 1234-1236-2
-sign \x700A 1234-1236-2
-sign \x97B6 1234-1236-2
-sign \x51B8 1234-1236-23
-sign \x5224 1234-1236-23
-sign \x6C9C 1234-1236-23
-sign \x708D 1234-1236-23
-sign \x6CEE 1234-1236-23
-sign \x67C8 1234-1236-2
-sign \x76FC 1234-1236-23
-sign \x7249 1234-1236-23
-sign \x53DB 1234-1236-23
-sign \x7554 1234-1236-23
-sign \x88A2 1234-1236-23
-sign \x8A4A 1234-1236-23
-sign \x6EBF 1234-1236-23
-sign \x9816 1234-1236-23
-sign \x92EC 1234-1236-23
-sign \x9D65 1234-1236-23
-sign \x897B 1234-1236-23
-sign \x947B 1234-1236-23
-sign \x4E53 1234-236-1
-sign \x6C97 1234-236-1
-sign \x80EE 1234-236-1
-sign \x96F1 1234-236-1
-sign \x6EC2 1234-236-1
-sign \x8196 1234-236-1
-sign \x9736 1234-236-1
-sign \x5390 1234-236-2
-sign \x5F77 1234-236-2
-sign \x5E9E 1234-236-2
-sign \x9004 1234-236-2
-sign \x65C1 1234-236-2
-sign \x5FAC 1234-236-2
-sign \x5ACE 1234-236-2
-sign \x8180 12-236-3
-sign \x8783 1234-236-2
-sign \x7BE3 1234-236-2
-sign \x9F8E 1234-236-2
-sign \x9CD1 1234-236-2
-sign \x9AC8 12-236-3
-sign \x9F90 1234-236-2
-sign \x9C1F 1234-236-2
-sign \x55D9 12-3456-1
-sign \x802A 1234-236-3
-sign \x89AB 1234-236-3
-sign \x80D6 1234-236-23
-sign \x629B 1234-235-1
-sign \x62CB 1234-235-1
-sign \x8422 1234-235-1
-sign \x812C 1234-235-1
-sign \x5228 1234-235-2
-sign \x5789 1234-235-2
-sign \x5486 1234-235-2
-sign \x72CD 1234-235-2
-sign \x5E96 1234-235-2
-sign \x722E 1234-235-2
-sign \x70B0 1234-235-2
-sign \x888D 1234-235-2
-sign \x530F 1234-235-2
-sign \x86AB 12-235-23
-sign \x8EF3 1234-235-2
-sign \x9784 1234-235-2
-sign \x891C 1234-235-2
-sign \x9E85 1234-235-2
-sign \x8DD1 1234-235-3
-sign \x5945 1234-235-23
-sign \x6CE1 1234-235-23
-sign \x70AE 1234-235-23
-sign \x7832 1234-235-23
-sign \x75B1 1234-235-23
-sign \x76B0 1234-235-23
-sign \x9EAD 1234-235-23
-sign \x5697 12-26-2
-sign \x791F 1234-235-23
-sign \x792E 1234-235-23
-sign \x5478 1234-2346-1
-sign \x80A7 1234-2346-1
-sign \x600C 1234-2346-1
-sign \x67F8 12-2346-1
-sign \x80DA 1234-2346-1
-sign \x8843 1234-2346-1
-sign \x9185 1234-2346-1
-sign \x962B 1234-2346-2
-sign \x966A 1234-2346-2
-sign \x57F9 1234-2346-2
-sign \x5A44 1234-12356-3
-sign \x8D54 1234-2346-2
-sign \x6BF0 1234-2346-2
-sign \x952B 1234-2346-2
-sign \x88F4 1234-2346-2
-sign \x8CE0 1234-2346-2
-sign \x9307 1234-2346-2
-sign \x4FD6 1234-2346-3
-sign \x4F02 1234-2346-23
-sign \x6C9B 1234-2346-23
-sign \x5E14 1234-2346-23
-sign \x4F69 1234-2346-23
-sign \x6622 1234-26-23
-sign \x65BE 1234-2346-23
-sign \x59F5 1234-2346-23
-sign \x73EE 1234-2346-23
-sign \x914D 1234-2346-23
-sign \x65C6 1234-2346-23
-sign \x6D7F 1234-2346-23
-sign \x6DE0 1234-24-23
-sign \x84DC 1234-2346-23
-sign \x8F94 1234-2346-23
-sign \x99B7 1234-2346-23
-sign \x9708 1234-2346-23
-sign \x5D8F 1234-2346-23
-sign \x8F61 1234-2346-23
-sign \x55B7 1234-356-1
-sign \x5674 1234-356-1
-sign \x6FC6 1234-356-1
-sign \x74EB 1234-356-2
-sign \x76C6 1234-356-2
-sign \x8450 1234-356-2
-sign \x6E53 1234-356-2
-sign \x5460 1234-356-3
-sign \x7FF8 1234-356-3
-sign \x6B55 1234-356-1
-sign \x5309 1234-3456-1
-sign \x62A8 1234-3456-1
-sign \x6026 1234-3456-1
-sign \x6072 1234-3456-1
-sign \x7830 1234-3456-1
-sign \x6888 1234-3456-1
-sign \x70F9 1234-3456-1
-sign \x5F38 1234-3456-2
-sign \x8EEF 1234-3456-1
-sign \x959B 1234-3456-1
-sign \x6F30 1234-3456-1
-sign \x99CD 1234-3456-1
-sign \x562D 1234-3456-1
-sign \x78DE 1234-3456-1
-sign \x8283 1234-3456-2
-sign \x670B 1234-3456-2
-sign \x7AFC 1234-3456-2
-sign \x8391 1234-3456-2
-sign \x5017 1234-3456-2
-sign \x580B 1234-3456-2
-sign \x6DDC 1234-3456-2
-sign \x5F6D 1234-3456-2
-sign \x68DA 1234-3456-2
-sign \x6916 1234-3456-2
-sign \x5873 1234-3456-2
-sign \x6412 1234-3456-2
-sign \x585C 1234-3456-2
-sign \x84EC 1234-3456-2
-sign \x787C 1234-3456-2
-sign \x7A1D 1234-3456-2
-sign \x9E4F 1234-3456-2
-sign \x6A25 1234-3456-2
-sign \x69F0 1234-3456-2
-sign \x71A2 1234-3456-2
-sign \x8F23 1234-3456-2
-sign \x6F8E 1234-3456-2
-sign \x6189 1234-3456-2
-sign \x7BF7 1234-3456-2
-sign \x930B 1234-3456-2
-sign \x81A8 1234-3456-2
-sign \x97F8 1234-3456-2
-sign \x9AFC 1234-3456-2
-sign \x9B05 1234-3456-2
-sign \x87DA 1234-3456-2
-sign \x87DB 1234-3456-2
-sign \x8615 1234-3456-2
-sign \x9D6C 1234-3456-2
-sign \x97FC 1234-3456-2
-sign \x7E84 1234-3456-2
-sign \x9B14 1234-3456-2
-sign \x9A2F 1234-3456-2
-sign \x945D 1234-3456-2
-sign \x6367 1234-3456-3
-sign \x768F 1234-3456-3
-sign \x6DCE 1234-3456-3
-sign \x527B 1234-3456-1
-sign \x63BD 1234-3456-23
-sign \x692A 1234-3456-23
-sign \x78B0 1234-3456-23
-sign \x8E2B 1234-3456-23
-sign \x4E15 1234-24-1
-sign \x4F13 1234-24-1
-sign \x6279 1234-24-1
-sign \x90B3 1234-24-1
-sign \x4F3E 1234-24-1
-sign \x7EB0 1234-24-1
-sign \x576F 1234-24-1
-sign \x62B7 1234-24-1
-sign \x62AB 1234-24-1
-sign \x72C9 1234-24-1
-sign \x72D3 1234-24-1
-sign \x708B 1234-24-1
-sign \x6036 1234-24-1
-sign \x7812 1234-24-1
-sign \x79E0 1234-24-1
-sign \x79DB 1234-24-1
-sign \x7D15 1234-24-1
-sign \x801A 1234-24-1
-sign \x65C7 1234-24-1
-sign \x7FCD 1234-24-1
-sign \x8C7E 1234-24-1
-sign \x925F 1234-24-1
-sign \x9C8F 1234-24-2
-sign \x9294 1234-24-1
-sign \x9AEC 1234-24-1
-sign \x99D3 1234-24-1
-sign \x78C7 1234-24-1
-sign \x5288 1234-24-1
-sign \x8795 12-24-1
-sign \x567C 1234-24-1
-sign \x930D 1234-24-1
-sign \x9B7E 1234-24-1
-sign \x9303 1234-24-1
-sign \x61B5 1234-24-1
-sign \x7914 1234-24-1
-sign \x7915 1234-24-1
-sign \x9739 1234-24-1
-sign \x76AE 1234-24-2
-sign \x9630 1234-24-2
-sign \x8298 1234-24-2
-sign \x6787 1234-24-2
-sign \x6BDE 12-24-3
-sign \x5CAF 1234-24-1
-sign \x80B6 1234-24-2
-sign \x6BD7 1234-24-2
-sign \x6BD8 1234-24-2
-sign \x868D 1234-24-2
-sign \x94CD 1234-24-2
-sign \x7B13 12-24-23
-sign \x90EB 1234-24-2
-sign \x75B2 1234-24-2
-sign \x9674 1234-24-2
-sign \x57E4 1234-24-23
-sign \x86BD 1234-24-2
-sign \x86BE 12-26-3
-sign \x5564 1234-24-2
-sign \x5D25 1234-24-2
-sign \x8C7C 1234-24-2
-sign \x7308 12-246-2
-sign \x7435 1234-24-2
-sign \x6911 12-2346-1
-sign \x8157 1234-24-2
-sign \x813E 1234-24-2
-sign \x7137 1234-24-2
-sign \x9239 1234-24-2
-sign \x8731 1234-24-2
-sign \x7F74 1234-24-2
-sign \x818D 1234-24-2
-sign \x96A6 1234-24-2
-sign \x9B8D 1234-24-1
-sign \x7BFA 1234-24-2
-sign \x8C94 1234-24-2
-sign \x87B7 1234-24-2
-sign \x7F86 1234-24-2
-sign \x9F19 1234-24-2
-sign \x6707 1234-24-2
-sign \x882F 1234-24-2
-sign \x5339 1234-24-3
-sign \x5E80 1234-24-3
-sign \x572E 1234-24-3
-sign \x4EF3 1234-24-3
-sign \x82C9 1234-24-3
-sign \x8134 1234-24-3
-sign \x75DE 1234-24-3
-sign \x92A2 1234-24-3
-sign \x9D04 1234-24-3
-sign \x8AC0 1234-24-3
-sign \x64D7 1234-24-3
-sign \x567D 1234-24-3
-sign \x7656 1234-24-3
-sign \x56AD 1234-24-3
-sign \x5C41 1234-24-23
-sign \x63CA 1234-24-23
-sign \x7764 1234-24-23
-sign \x7765 1234-24-23
-sign \x8F9F 1234-24-23
-sign \x5AB2 1234-24-23
-sign \x5AD3 1234-24-23
-sign \x6F4E 1234-24-23
-sign \x50FB 1234-24-23
-sign \x58C0 1234-24-2
-sign \x6FBC 1234-24-23
-sign \x7513 1234-24-23
-sign \x7588 1234-24-23
-sign \x8B6C 1234-24-23
-sign \x95E2 1234-24-23
-sign \x9DFF 1234-24-23
-sign \x56E8 1234-146-1
-sign \x504F 1234-146-1
-sign \x5AA5 1234-146-1
-sign \x728F 1234-146-1
-sign \x7502 12-146-1
-sign \x7BC7 1234-146-1
-sign \x7FE9 1234-146-1
-sign \x9342 1234-146-1
-sign \x9A88 1234-146-2
-sign \x80FC 1234-146-2
-sign \x8141 1234-146-2
-sign \x6969 1234-146-2
-sign \x6944 1234-146-2
-sign \x8CC6 1234-146-2
-sign \x9ABF 1234-146-2
-sign \x8ADA 1234-146-2
-sign \x99E2 1234-146-2
-sign \x8E41 1234-146-2
-sign \x9A08 1234-146-2
-sign \x8991 1234-146-3
-sign \x8C1D 1234-146-3
-sign \x8CB5 1234-146-3
-sign \x8ADE 1234-146-3
-sign \x7247 1234-146-23
-sign \x9A97 1234-146-23
-sign \x9B78 1234-146-23
-sign \x9A19 1234-146-23
-sign \x9A17 1234-146-23
-sign \x527D 1234-345-1
-sign \x5F6F 1234-345-1
-sign \x6F02 1234-345-1
-sign \x7F25 1234-345-1
-sign \x98D8 1234-345-1
-sign \x7FF2 1234-345-1
-sign \x87B5 1234-345-1
-sign \x65DA 1234-345-1
-sign \x7E39 1234-345-1
-sign \x72A5 1234-345-1
-sign \x98C4 1234-345-1
-sign \x9B52 1234-345-1
-sign \x98C3 1234-345-1
-sign \x5AD6 1234-345-2
-sign \x74E2 1234-345-2
-sign \x85B8 1234-345-2
-sign \x95DD 1234-345-2
-sign \x6B8D 1234-345-3
-sign \x779F 1234-345-3
-sign \x7BFB 1234-345-3
-sign \x91A5 1234-345-3
-sign \x9860 1234-345-3
-sign \x76AB 1234-345-3
-sign \x7968 1234-345-23
-sign \x52E1 1234-345-23
-sign \x50C4 1234-345-23
-sign \x560C 1234-345-23
-sign \x5FB1 1234-345-23
-sign \x6153 1234-345-23
-sign \x6C15 1234-15-1
-sign \x66BC 1234-15-1
-sign \x77A5 1234-15-1
-sign \x4E3F 1234-15-3
-sign \x82E4 1234-15-3
-sign \x6487 1234-15-3
-sign \x6486 1234-15-1
-sign \x9405 1234-15-3
-sign \x5AF3 1234-15-23
-sign \x62DA 1234-126-1
-sign \x62FC 1234-126-1
-sign \x59D8 1234-126-1
-sign \x7917 1234-126-1
-sign \x7A66 1234-126-1
-sign \x99AA 1234-126-1
-sign \x9A5E 1234-126-1
-sign \x73AD 1234-126-2
-sign \x8D2B 1234-126-2
-sign \x5A26 1234-126-2
-sign \x8CA7 1234-126-2
-sign \x7415 1234-126-2
-sign \x9891 1234-126-2
-sign \x5AD4 1234-126-2
-sign \x983B 1234-126-2
-sign \x85B2 1234-126-2
-sign \x5B2A 1234-126-2
-sign \x77C9 1234-126-2
-sign \x56AC 1234-126-2
-sign \x8819 12-126-1
-sign \x98A6 1234-126-2
-sign \x9870 1234-126-2
-sign \x54C1 1234-126-3
-sign \x6980 1234-126-3
-sign \x6729 1234-126-23
-sign \x725D 1234-126-23
-sign \x6C56 1234-126-23
-sign \x8058 1234-126-23
-sign \x4E52 1234-16-1
-sign \x7539 1234-16-1
-sign \x4FDC 1234-16-1
-sign \x782F 1234-16-1
-sign \x6D84 1234-16-1
-sign \x5A09 1234-16-1
-sign \x8060 1234-16-2
-sign \x8275 1234-16-1
-sign \x9829 1234-16-1
-sign \x5196 134-24-23
-sign \x5E73 1234-16-2
-sign \x8BC4 1234-16-2
-sign \x576A 1234-16-2
-sign \x82F9 1234-16-2
-sign \x546F 1234-16-2
-sign \x5CBC 1234-16-2
-sign \x51ED 1234-16-2
-sign \x90F1 1234-16-2
-sign \x6CD9 1234-3456-1
-sign \x73B6 1234-16-2
-sign \x8353 1234-16-2
-sign \x67B0 1234-16-2
-sign \x5E21 1234-16-2
-sign \x80D3 1234-16-2
-sign \x6D34 1234-16-2
-sign \x5C4F 1234-16-2
-sign \x74F6 1234-16-2
-sign \x840D 1234-16-2
-sign \x7851 1234-3456-1
-sign \x86B2 1234-16-2
-sign \x5E32 1234-16-2
-sign \x5C5B 1234-16-2
-sign \x5840 1234-16-2
-sign \x84F1 1234-16-2
-sign \x86E2 1234-16-2
-sign \x5E48 1234-16-2
-sign \x7F3E 1234-16-2
-sign \x7501 1234-16-2
-sign \x8A55 1234-16-2
-sign \x7129 1234-16-2
-sign \x8EFF 1234-16-2
-sign \x9C86 1234-16-2
-sign \x51F4 1234-16-2
-sign \x7AEE 1234-16-2
-sign \x8F27 1234-16-2
-sign \x7BB3 1234-16-2
-sign \x617F 1234-16-2
-sign \x9B83 1234-16-2
-sign \x6191 1234-16-2
-sign \x6A98 1234-16-2
-sign \x7C08 1234-16-2
-sign \x9D67 1234-24-2
-sign \x860B 1234-126-2
-sign \x6534 1234-26-1
-sign \x948B 1234-26-1
-sign \x5761 1234-26-1
-sign \x5CA5 1234-26-1
-sign \x6CFC 1234-26-1
-sign \x91D9 1234-26-1
-sign \x9887 1234-26-1
-sign \x9166 1234-26-1
-sign \x6E8C 1234-26-1
-sign \x6F51 1234-26-1
-sign \x91B1 1234-26-1
-sign \x93FA 1234-26-1
-sign \x5A46 1234-26-2
-sign \x8522 1234-26-2
-sign \x5619 1234-26-2
-sign \x9131 1234-26-2
-sign \x8B08 1234-26-2
-sign \x76A4 1234-26-2
-sign \x6AC7 1234-26-2
-sign \x53F5 1234-26-3
-sign \x5C00 1234-26-3
-sign \x94B7 1234-26-3
-sign \x7B38 1234-26-3
-sign \x9255 1234-26-3
-sign \x99CA 1234-26-3
-sign \x5EF9 1234-26-23
-sign \x5CB6 1234-26-23
-sign \x8FEB 1234-26-23
-sign \x73C0 1234-26-23
-sign \x6540 1234-26-23
-sign \x6D26 1234-26-23
-sign \x7836 1234-26-23
-sign \x7834 1234-26-23
-sign \x54F1 12-26-1
-sign \x70DE 1234-26-23
-sign \x7C95 1234-26-23
-sign \x5964 1234-26-23
-sign \x84AA 1234-26-23
-sign \x9B44 1234-26-23
-sign \x9817 1234-26-1
-sign \x5256 1234-12356-1
-sign \x982E 125-2456-23
-sign \x6294 1234-12356-2
-sign \x6299 1234-12356-2
-sign \x634A 1234-12356-2
-sign \x638A 1234-12356-2
-sign \x88D2 1234-12356-2
-sign \x7B81 1234-12356-2
-sign \x5485 1234-12356-3
-sign \x7283 1234-12356-3
-sign \x6251 1234-136-1
-sign \x7087 1234-136-1
-sign \x5DEC 1234-136
-sign \x9660 1234-136-1
-sign \x94FA 1234-136-23
-sign \x75E1 1234-136-1
-sign \x64B2 1234-136-1
-sign \x5657 1234-136-1
-sign \x92EA 1234-136-23
-sign \x64C8 1234-136-3
-sign \x9BC6 1234-136-1
-sign \x4EC6 1234-136-1
-sign \x5724 1234-136-2
-sign \x530D 1234-136-2
-sign \x8386 1234-136-2
-sign \x83E9 1234-136-2
-sign \x812F 124-136-3
-sign \x8461 1234-136-2
-sign \x83D0 1234-136-2
-sign \x84B1 1234-136-2
-sign \x84B2 1234-136-2
-sign \x8705 124-136-3
-sign \x917A 1234-136-2
-sign \x50D5 1234-136-2
-sign \x58A3 1234-136-2
-sign \x735B 1234-136-2
-sign \x749E 1234-136-2
-sign \x77A8 1234-136-2
-sign \x9564 1234-136-2
-sign \x7A59 1234-136-2
-sign \x6FEE 1234-136-2
-sign \x8D0C 1234-136-2
-sign \x93F7 1234-136-2
-sign \x7E80 1234-136-2
-sign \x6734 1234-136-3
-sign \x57D4 1234-136-3
-sign \x5703 1234-136-3
-sign \x6D66 1234-136-3
-sign \x70F3 1234-136-3
-sign \x666E 1234-136-3
-sign \x5711 1234-136-3
-sign \x6EA5 1234-136-3
-sign \x669C 1234-136-3
-sign \x8C31 1234-136-3
-sign \x8AE9 1234-136-3
-sign \x6F7D 1234-136-1
-sign \x6A38 1234-136-3
-sign \x6C06 1234-136-3
-sign \x6A8F 1234-136-3
-sign \x9568 1234-136-3
-sign \x8E7C 1234-136-3
-sign \x8B5C 1234-136-3
-sign \x9420 1234-136-3
-sign \x8216 1234-136-23
-sign \x8217 1234-136-23
-sign \x7011 1234-136-23
-sign \x66DD 1234-136-23
-sign \x4E03 13-24-1
-sign \x8FC9 13-24-1
-sign \x6C8F 13-24-1
-sign \x59BB 13-24-1
-sign \x67D2 13-24-1
-sign \x6053 13-24-1
-sign \x6816 13-24-1
-sign \x6864 13-24-1
-sign \x90EA 13-24-1
-sign \x7F3C 13-23456-1
-sign \x51C4 13-24-1
-sign \x637F 13-24-1
-sign \x840B 13-24-1
-sign \x687C 13-24-1
-sign \x621A 13-24-1
-sign \x6DD2 13-24-1
-sign \x60BD 13-24-1
-sign \x5A38 13-24-1
-sign \x671E 13-24-1
-sign \x671F 13-24-1
-sign \x6B3A 13-24-1
-sign \x68F2 13-24-1
-sign \x7D2A 13-24-1
-sign \x50B6 13-24-1
-sign \x8904 13-24-1
-sign \x69BF 13-24-1
-sign \x5601 13-24-1
-sign \x50DB 13-24-1
-sign \x6F06 13-24-1
-sign \x617D 13-24-1
-sign \x7DC0 13-24-1
-sign \x617C 13-24-1
-sign \x8AC6 13-24-1
-sign \x970B 13-24-1
-sign \x8AFF 125-346-3
-sign \x8E4A 125-24-1
-sign \x9B4C 13-24-1
-sign \x9D78 13-24-2
-sign \x9D88 13-24-1
-sign \x93DA 13-24-1
-sign \x4E93 13-24-2
-sign \x9F50 13-24-2
-sign \x7941 13-24-2
-sign \x573B 13-24-2
-sign \x82AA 13-24-2
-sign \x5C90 13-24-2
-sign \x5C93 13-24-2
-sign \x5E88 13-126-2
-sign \x5FEF 13-24-2
-sign \x5176 13-24-2
-sign \x5947 13-24-2
-sign \x6B67 13-24-2
-sign \x80B5 13-24-2
-sign \x6589 13-24-2
-sign \x7948 13-24-2
-sign \x7947 13-24-2
-sign \x4E9D 13-24-2
-sign \x834E 12345-2
-sign \x8360 1245-24-23
-sign \x75A7 13-24-2
-sign \x7AD2 13-24-2
-sign \x8006 13-24-2
-sign \x5258 13-24-2
-sign \x8691 13-24-2
-sign \x869A 13-24-2
-sign \x8694 13-24-2
-sign \x501B 13-24-1
-sign \x9880 13-24-2
-sign \x8110 13-24-2
-sign \x658A 13-24-2
-sign \x65C2 13-24-2
-sign \x6391 13-24-2
-sign \x57FC 13-24-2
-sign \x8401 13-24-2
-sign \x8EDD 13-24-2
-sign \x7566 13-24-2
-sign \x8DC2 13-24-2
-sign \x5E3A 13-24-2
-sign \x5D0E 13-24-2
-sign \x91EE 13-24-2
-sign \x7309 13-24-2
-sign \x6DC7 13-24-2
-sign \x9A90 13-24-2
-sign \x9A91 13-24-2
-sign \x742A 13-24-2
-sign \x7426 13-24-2
-sign \x68CA 13-24-2
-sign \x68CB 13-24-2
-sign \x86F4 13-24-2
-sign \x5D5C 13-24-2
-sign \x797A 13-24-2
-sign \x7881 13-24-2
-sign \x7895 13-24-2
-sign \x951C 13-24-2
-sign \x9B3E 1245-24-23
-sign \x9B3F 13-24-2
-sign \x980E 13-24-2
-sign \x612D 13-24-2
-sign \x8900 13-24-2
-sign \x871D 13-24-2
-sign \x7DA6 13-24-2
-sign \x871E 13-24-2
-sign \x9F4A 13-24-2
-sign \x65D7 13-24-2
-sign \x7CB8 13-24-2
-sign \x7DA8 13-24-2
-sign \x7DA5 13-24-2
-sign \x7DD5 1356-1
-sign \x7482 13-24-2
-sign \x8572 13-24-2
-sign \x8E11 1245-24-1
-sign \x79A5 13-24-2
-sign \x87A7 13-24-2
-sign \x9CAF 13-24-2
-sign \x85C4 13-24-2
-sign \x9BA8 24-23
-sign \x6FDD 13-24-2
-sign \x61E0 1245-24-23
-sign \x9A0F 13-24-2
-sign \x9A0E 13-24-2
-sign \x6AC0 13-24-2
-sign \x6AB1 13-24-2
-sign \x7C31 13-24-2
-sign \x81CD 13-24-2
-sign \x9CCD 13-24-2
-sign \x8604 13-24-2
-sign \x9D80 13-24-2
-sign \x9BD5 13-24-2
-sign \x9E92 13-24-2
-sign \x9B10 13-24-2
-sign \x8810 13-24-2
-sign \x7C4F 13-24-2
-sign \x8269 13-24-2
-sign \x7E83 13-24-2
-sign \x9A39 13-24-2
-sign \x9B55 13-24-2
-sign \x9C2D 13-24-2
-sign \x7382 13-24-2
-sign \x9EA1 13-24-2
-sign \x4E5E 13-24-3
-sign \x9094 13-24-3
-sign \x8291 13-24-3
-sign \x5C7A 13-24-3
-sign \x5C82 13-24-3
-sign \x4F01 13-24-3
-sign \x7398 13-24-3
-sign \x675E 13-24-3
-sign \x76C0 13-24-3
-sign \x5447 13-24-3
-sign \x542F 13-24-3
-sign \x8D77 13-24-3
-sign \x5518 13-24-3
-sign \x8C48 13-24-3
-sign \x5554 13-24-3
-sign \x555F 13-24-3
-sign \x5553 13-24-3
-sign \x5A4D 13-24-3
-sign \x7EEE 13-24-3
-sign \x68E8 13-24-3
-sign \x6675 13-24-3
-sign \x88FF 24-3
-sign \x7DAE 13-16-23
-sign \x7DBA 13-24-3
-sign \x8AEC 13-24-3
-sign \x7C2F 13-24-3
-sign \x95D9 13-24-3
-sign \x6C14 13-24-23
-sign \x8BAB 13-24-23
-sign \x6C17 13-24-23
-sign \x8FC4 13-24-23
-sign \x6C54 13-24-23
-sign \x829E 13-24-23
-sign \x77F5 13-24-23
-sign \x5F03 13-24-23
-sign \x6C7D 13-24-23
-sign \x7081 13-24-23
-sign \x76F5 13-24-23
-sign \x6CE3 13-24-23
-sign \x5951 13-24-23
-sign \x780C 13-24-23
-sign \x54A0 13-24-23
-sign \x6814 13-24-23
-sign \x6C23 13-24-23
-sign \x8A16 13-24-23
-sign \x552D 13-24-23
-sign \x6B2B 13-24-23
-sign \x847A 13-24-23
-sign \x5921 13-24-23
-sign \x68C4 13-24-23
-sign \x6E46 13-24-23
-sign \x6E47 13-24-23
-sign \x6112 13-246-23
-sign \x789B 13-24-23
-sign \x78B6 13-24-23
-sign \x66A3 13-24-23
-sign \x7508 13-24-23
-sign \x69ED 13-24-23
-sign \x5650 13-24-23
-sign \x6187 13-24-23
-sign \x78E7 13-24-23
-sign \x78E9 13-24-23
-sign \x78DC 13-24-23
-sign \x5668 13-24-23
-sign \x61A9 13-24-23
-sign \x85BA 1245-24-23
-sign \x87FF 13-24-23
-sign \x7F4A 13-24-23
-sign \x7918 26-23
-sign \x9F1C 13-24-23
-sign \x6390 13-1246-1
-sign \x845C 13-1246-1
-sign \x6118 13-26-23
-sign \x6433 125-123456-2
-sign \x62E4 13-1246-3
-sign \x5CE0 13-1246-3
-sign \x9160 13-1246-3
-sign \x8DD2 13-1246-3
-sign \x9790 13-1246-3
-sign \x5736 13-1246-23
-sign \x51BE 13-1246-23
-sign \x5E22 13-1246-23
-sign \x6D3D 13-1246-23
-sign \x6070 13-1246-23
-sign \x7848 13-1246-23
-sign \x6B8E 13-1246-23
-sign \x9AC2 13-1246-23
-sign \x5343 13-146-1
-sign \x4EDF 13-146-1
-sign \x9621 13-146-1
-sign \x5732 13-146-1
-sign \x6266 13-146-1
-sign \x828A 13-146-1
-sign \x8FC1 13-146-1
-sign \x5731 13-146-1
-sign \x6C58 13-146-1
-sign \x5977 13-146-1
-sign \x833E 13-146-1
-sign \x6744 13-146-1
-sign \x5C8D 13-146-1
-sign \x4F65 13-146-1
-sign \x6C67 13-146-1
-sign \x81E4 13-146-1
-sign \x948E 13-146-1
-sign \x6B26 13-146-1
-sign \x7ACF 13-146-1-156-3456-1
-sign \x62EA 13-146-1
-sign \x7275 13-146-1
-sign \x7C81 13-146-1
-sign \x8688 13-146-1
-sign \x94C5 13-146-1
-sign \x8C38 13-146-1
-sign \x60AD 13-146-1
-sign \x5B6F 13-146-1
-sign \x5A5C 13-146-1
-sign \x91FA 13-146-1
-sign \x727D 13-146-1
-sign \x96C3 1245-146-1
-sign \x6394 13-146-1
-sign \x9206 13-146-1
-sign \x8C26 13-146-1
-sign \x7B7E 13-146-1
-sign \x6106 13-146-1
-sign \x925B 13-146-1
-sign \x50C9 13-146-1
-sign \x9E50 13-146-1
-sign \x647C 13-3456-1
-sign \x6481 13-146-1
-sign \x7B9E 13-146-1
-sign \x6173 13-146-1
-sign \x6434 13-146-1
-sign \x9CFD 1245-146-1
-sign \x9077 13-146-1
-sign \x8AD0 13-146-1
-sign \x8930 13-146-1
-sign \x8B19 13-146-1
-sign \x9845 13-146-1
-sign \x6AB6 13-146-1
-sign \x6511 13-146-1
-sign \x6510 13-146-1
-sign \x6ACF 13-146-1
-sign \x7C3D 13-146-1
-sign \x9D6E 13-146-1
-sign \x6513 13-146-1
-sign \x9431 1245-146-23
-sign \x9DBC 1245-146-1
-sign \x9B1D 13-146-1
-sign \x9B1C 13-146-1
-sign \x7C64 13-146-1
-sign \x97C6 13-146-1
-sign \x74E9 13-146-1-123456-3
-sign \x5C92 13-146-2
-sign \x62D1 13-146-2
-sign \x94A4 13-146-2
-sign \x524D 13-146-2
-sign \x6B6C 13-146-2
-sign \x8654 13-146-2
-sign \x94B1 13-146-2
-sign \x94B3 13-146-2
-sign \x63AE 13-146-2
-sign \x4E7E 1245-1236-1
-sign \x8EE1 13-146-2
-sign \x5042 13-146-2
-sign \x6701 13-146-2
-sign \x9210 13-146-2
-sign \x5A8A 13-146-2
-sign \x9257 13-146-2
-sign \x9246 1356-12456-1
-sign \x5898 13-146-2
-sign \x69A9 13-146-2
-sign \x7B9D 13-146-2
-sign \x92AD 13-146-2
-sign \x8541 13-146-2
-sign \x7FAC 13-146-2
-sign \x6F5C 13-146-2
-sign \x6F5B 13-146-2
-sign \x6A6C 13-146-2
-sign \x9ED4 13-146-2
-sign \x9322 13-146-2
-sign \x9EDA 13-146-2
-sign \x9A1D 13-146-2
-sign \x9A1A 13-146-2
-sign \x6FF3 13-146-2
-sign \x7C56 13-146-2
-sign \x9C2C 13-146-2
-sign \x704A 13-146-2
-sign \x51F5 13-1236-3
-sign \x80B7 13-146-3
-sign \x6D45 13-146-3
-sign \x6DFA 13-146-3
-sign \x9063 13-146-3
-sign \x5D70 13-146-3
-sign \x69CF 13-146-3
-sign \x8738 13-146-3
-sign \x8C34 13-146-3
-sign \x7F31 13-146-3
-sign \x7E7E 13-146-3
-sign \x8B74 13-146-3
-sign \x9453 13-146-3
-sign \x6B20 13-146-23
-sign \x520B 13-146-23
-sign \x82A1 13-146-23
-sign \x831C 13-146-23
-sign \x5029 13-146-23
-sign \x6093 13-146-23
-sign \x5811 13-146-23
-sign \x68C8 13-146-23
-sign \x6920 13-146-23
-sign \x5D4C 13-146-23
-sign \x84A8 13-146-23
-sign \x7698 13-146-23
-sign \x614A 13-146-23
-sign \x8533 13-146-23
-sign \x5879 13-146-23
-sign \x6B49 13-146-23
-sign \x8F24 13-146-23
-sign \x69E7 13-146-23
-sign \x7BCF 13-146-23
-sign \x5119 13-146-23
-sign \x7BDF 13-146-23
-sign \x58CD 13-146-23
-sign \x5B31 13-146-23
-sign \x7E34 13-146-23
-sign \x93F2 13-146-1
-sign \x9C1C 1245-146-1
-sign \x7F8C 13-1346-1
-sign \x73B1 13-1346-1
-sign \x67AA 13-1346-1
-sign \x6217 13-1346-1
-sign \x6215 13-1346-1
-sign \x65A8 13-1346-1
-sign \x7F97 13-1346-1
-sign \x7310 13-1346-1
-sign \x7437 13-23456-23
-sign \x554C 13-1346-1
-sign \x690C 13-1346-1
-sign \x55F4 13-1346-1
-sign \x8154 13-1346-1
-sign \x7347 13-1346-1
-sign \x6EAC 13-1346-1
-sign \x8723 13-1346-1
-sign \x9516 13-1346-1
-sign \x7472 13-1346-1
-sign \x69CD 13-1346-1
-sign \x5D88 13-1346-1
-sign \x9535 13-1346-1
-sign \x6227 13-1346-1
-sign \x7FAB 13-1346-1
-sign \x7244 13-1346-1
-sign \x7BEC 13-1346-1
-sign \x9306 13-1346-1
-sign \x8B12 13-1346-1
-sign \x8E61 13-1346-1
-sign \x9397 13-1346-1
-sign \x93D8 13-1346-1
-sign \x5F37 13-1346-2
-sign \x5F3A 13-1346-2
-sign \x5899 13-1346-2
-sign \x8537 13-1346-2
-sign \x5AF1 13-1346-2
-sign \x8503 13-1346-2
-sign \x6A2F 13-1346-2
-sign \x6F12 13-1346-2
-sign \x58BB 13-1346-2
-sign \x8594 13-1346-2
-sign \x5EE7 13-1346-2
-sign \x5B19 13-1346-2
-sign \x6AA3 13-1346-2
-sign \x7246 13-1346-2
-sign \x8262 13-1346-2
-sign \x8620 13-1346-2
-sign \x62A2 13-1346-3
-sign \x7F9F 13-1346-3
-sign \x6436 13-1346-3
-sign \x7FA5 13-1346-3
-sign \x6464 13-1346-1
-sign \x52E5 1245-1346-23
-sign \x588F 13-1346-3
-sign \x956A 13-1346-1
-sign \x8941 13-1346-3
-sign \x7E48 13-1346-3
-sign \x7E66 13-1346-3
-sign \x93F9 13-1346-1
-sign \x545B 13-1346-23
-sign \x709D 13-1346-23
-sign \x5534 13-1346-23
-sign \x8DC4 13-1346-23
-sign \x55C6 13-1346-23
-sign \x7197 13-1346-23
-sign \x8E4C 13-1346-23
-sign \x7FBB 13-1346-23
-sign \x6084 13-345-3
-sign \x7857 13-345-1
-sign \x90FB 13-345-1
-sign \x8DF7 13-345-1
-sign \x9125 13-345-1
-sign \x8E0D 13-345-1
-sign \x9539 13-345-1
-sign \x5281 13-345-1
-sign \x6572 13-345-1
-sign \x6BC3 13-345-1
-sign \x589D 13-345-1
-sign \x981D 13-345-1
-sign \x6A47 13-345-1
-sign \x5E67 13-345-1
-sign \x71C6 13-345-1
-sign \x7F32 13-345-1
-sign \x6A7E 156-136-1
-sign \x78FD 13-345-1
-sign \x936B 13-345-1
-sign \x936C 13-345-1
-sign \x7E51 13-345-1
-sign \x8DAC 13-345-1
-sign \x8E7A 13-345-1
-sign \x8E7B 13-345-1
-sign \x4E54 13-345-2
-sign \x4FA8 13-345-2
-sign \x835E 13-345-2
-sign \x834D 13-345-2
-sign \x5CE4 13-345-2
-sign \x6865 13-345-2
-sign \x785A 13-345-2
-sign \x55AC 13-345-2
-sign \x9121 13-345-1
-sign \x69D7 13-345-2
-sign \x50D1 13-345-2
-sign \x8C2F 13-345-2
-sign \x58A7 13-345-2
-sign \x9792 13-345-2
-sign \x854E 13-345-2
-sign \x563A 13-345-2
-sign \x5DA0 13-345-2
-sign \x6194 13-345-2
-sign \x5AF6 13-345-2
-sign \x6A4B 13-345-2
-sign \x6A35 13-345-2
-sign \x729E 13-345-2
-sign \x7904 13-345-2
-sign \x77A7 13-345-2
-sign \x7644 13-345-2
-sign \x8DAB 13-345-2
-sign \x85EE 13-345-2
-sign \x8B59 13-345-2
-sign \x9408 13-345-2
-sign \x97BD 13-345-2
-sign \x9866 13-345-2
-sign \x5DE7 13-345-3
-sign \x91E5 13-345-3
-sign \x6100 13-345-3
-sign \x9ADC 13-345-3
-sign \x4FCF 13-345-23
-sign \x8BEE 13-345-23
-sign \x9657 13-345-23
-sign \x5CED 13-345-23
-sign \x5E29 13-345-23
-sign \x7A8D 13-345-23
-sign \x6BBC 13-26-2
-sign \x7FD8 13-345-23
-sign \x8E03 125-345-1
-sign \x8A9A 13-345-23
-sign \x9ADA 13-345-23
-sign \x64AC 13-345-23
-sign \x50FA 13-345-23
-sign \x58BD 13-345-1
-sign \x64BD 13-345-23
-sign \x9798 13-345-23
-sign \x97D2 13-345-23
-sign \x7FF9 13-345-23
-sign \x97A9 13-345-23
-sign \x7AC5 13-345-23
-sign \x8E88 13-345-23
-sign \x5207 13-15-1
-sign \x82C6 13-15-1
-sign \x767F 13-15-2
-sign \x8304 13-15-2
-sign \x807A 13-15-2
-sign \x4E14 13-15-3
-sign \x5392 13-15-23
-sign \x90C4 13-15-23
-sign \x59BE 13-15-23
-sign \x602F 13-15-23
-sign \x5327 13-15-23
-sign \x7A83 13-15-23
-sign \x6D2F 13-15-23
-sign \x6308 13-15-23
-sign \x5022 1245-15-2
-sign \x608F 13-15-23
-sign \x7B21 13-15-23
-sign \x6DC1 13-15-23
-sign \x60EC 13-15-23
-sign \x86EA 13-15-23
-sign \x8D84 13-15-23
-sign \x611C 13-15-23
-sign \x6705 13-15-23
-sign \x9532 13-15-23
-sign \x7BA7 13-15-23
-sign \x9B65 1245-24-23
-sign \x7DC1 13-15-23
-sign \x8E25 13-15-23
-sign \x7BCB 13-15-23
-sign \x85D2 13-15-23
-sign \x7A55 13-15-23
-sign \x9365 13-15-23
-sign \x9BDC 13-15-23
-sign \x9411 13-15-23
-sign \x7C61 13-15-23
-sign \x7ACA 13-15-23
-sign \x94A6 13-126-1
-sign \x4FB5 13-126-1
-sign \x4EB2 13-126-1
-sign \x887E 13-126-1
-sign \x9A8E 13-126-1
-sign \x83F3 13-126-1
-sign \x5D5A 13-126-1
-sign \x5A87 13-126-1
-sign \x7D85 13-126-1
-sign \x8A9B 13-126-1
-sign \x5D94 13-126-1
-sign \x99F8 13-126-1
-sign \x9849 13-126-1
-sign \x9BBC 13-126-1
-sign \x5BF4 13-126-1
-sign \x6272 13-146-2
-sign \x82B9 13-126-2
-sign \x82A9 13-126-2
-sign \x5FF4 13-146-2
-sign \x79E6 13-126-2
-sign \x73E1 13-126-2
-sign \x57C1 14-356-2
-sign \x8039 13-126-2
-sign \x83E6 13-126-2
-sign \x8699 13-146-2
-sign \x6366 13-126-2
-sign \x7439 13-126-2
-sign \x7434 13-126-2
-sign \x9219 13-126-2
-sign \x922B 13-126-2
-sign \x79BD 13-126-2
-sign \x96C2 13-126-2
-sign \x52E4 13-126-2
-sign \x9772 13-126-2
-sign \x55EA 13-126-2
-sign \x6EB1 34-356-1
-sign \x5AC0 13-126-2
-sign \x64D2 13-126-2
-sign \x65B3 13-126-2
-sign \x5659 13-126-2
-sign \x9CF9 13-126-2
-sign \x6A8E 13-126-2
-sign \x8793 13-126-2
-sign \x763D 13-126-2
-sign \x6FBF 13-126-2
-sign \x61C4 13-126-2
-sign \x61C3 13-126-2
-sign \x8804 13-126-2
-sign \x9D6D 13-126-2
-sign \x5745 13-126-3
-sign \x6611 13-126-3
-sign \x7B09 13-126-3
-sign \x8D7E 13-126-3
-sign \x8D7A 126-3
-sign \x68AB 13-126-3
-sign \x9513 13-126-3
-sign \x5BD1 13-126-3
-sign \x5BDD 13-126-3
-sign \x5BE2 13-126-3
-sign \x92DF 13-126-3
-sign \x87BC 13-126-3
-sign \x628B 13-126-23
-sign \x5423 13-126-23
-sign \x6C81 13-126-23
-sign \x5422 13-126-23
-sign \x551A 13-126-23
-sign \x83E3 13-126-23
-sign \x63FF 13-126-23
-sign \x6407 13-126-23
-sign \x64B3 13-126-23
-sign \x85FD 13-126-23
-sign \x7019 13-126-23
-sign \x9752 13-16-1
-sign \x9751 13-16-1
-sign \x8F7B 13-16-1
-sign \x6C22 13-16-1
-sign \x90EC 13-16-1
-sign \x503E 13-16-1
-sign \x537F 13-16-1
-sign \x57E5 13-16-1
-sign \x570A 13-16-1
-sign \x6C2B 13-16-1
-sign \x5EBC 13-16-3
-sign \x6E05 13-16-1
-sign \x6DF8 13-16-1
-sign \x5BC8 13-16-1
-sign \x8EFD 13-16-1
-sign \x50BE 13-16-1
-sign \x8F15 13-16-1
-sign \x873B 13-16-1
-sign \x7DAA 13-146-23
-sign \x6F00 13-16-3
-sign \x9CAD 13-16-1
-sign \x9D84 13-16-1
-sign \x9BD6 13-16-1
-sign \x944B 13-16-1
-sign \x591D 13-16-2
-sign \x7520 13-16-2
-sign \x52CD 13-16-2
-sign \x5568 16-1
-sign \x60C5 13-16-2
-sign \x68FE 13-16-2
-sign \x6674 13-16-2
-sign \x6C30 13-16-2
-sign \x6692 13-16-2
-sign \x6A08 13-16-2
-sign \x6AA0 13-16-2
-sign \x64CE 13-16-2
-sign \x9EE5 13-16-2
-sign \x82D8 13-16-3
-sign \x9877 13-16-3
-sign \x8BF7 13-16-3
-sign \x9803 13-16-3
-sign \x5ECE 13-16-3
-sign \x8ACB 13-16-3
-sign \x8B26 13-16-3
-sign \x6ABE 13-16-3
-sign \x5E86 13-16-23
-sign \x51CA 13-16-23
-sign \x6385 13-16-23
-sign \x6BB8 13-16-23
-sign \x7883 13-16-23
-sign \x9758 13-16-23
-sign \x7B90 13-16-23
-sign \x6176 13-16-23
-sign \x78EC 13-16-23
-sign \x89AA 13-126-1
-sign \x7F44 13-16-23
-sign \x512C 13-16-23
-sign \x6FEA 13-16-23
-sign \x6AE6 13-16-23
-sign \x536D 13-1456-2
-sign \x909B 13-1456-2
-sign \x5B86 13-1456-2
-sign \x7A77 13-1456-2
-sign \x8315 13-1456-2
-sign \x7A79 13-1456-2
-sign \x684F 13-1456-2
-sign \x8D79 13-1456-2
-sign \x7B3B 13-1456-2
-sign \x7B47 13-1456-2
-sign \x743C 13-1456-2
-sign \x86E9 13-1456-2
-sign \x86EC 13-1456-2
-sign \x712D 13-1456-2
-sign \x712A 13-1456-2
-sign \x60F8 13-1456-2
-sign \x8DEB 13-1456-2
-sign \x7758 13-1456-2
-sign \x7162 13-1456-2
-sign \x718D 13-1456-2
-sign \x928E 13-1456-2
-sign \x7AAE 13-1456-2
-sign \x6A69 13-1456-2
-sign \x511D 13-1456-2
-sign \x618C 13-1456-2
-sign \x85D1 13-1456-2
-sign \x74CA 13-1456-2
-sign \x85ED 13-1456-2
-sign \x7AC6 13-1456-2
-sign \x74D7 2456-3
-sign \x4E18 13-1256-1
-sign \x4E20 13-1256-1
-sign \x90B1 13-1256-1
-sign \x5775 13-1256-1
-sign \x79CB 13-1256-1
-sign \x79CC 13-1256-1
-sign \x6058 13-1256-1
-sign \x86AF 13-1256-1
-sign \x8429 13-1256-1
-sign \x5A9D 13-1256-1
-sign \x6E6B 13-1256-1
-sign \x6978 13-1256-1
-sign \x9E59 13-1256-1
-sign \x8775 13-1256-1
-sign \x7BCD 13-1256-1
-sign \x7DE7 13-1256-1
-sign \x8DA5 13-1256-1
-sign \x7A50 13-1256-1
-sign \x9CC5 13-1256-1
-sign \x97A6 13-1256-1
-sign \x97A7 13-1256-1
-sign \x87D7 13-1256-1
-sign \x8612 13-1256-1
-sign \x9D96 13-1256-1
-sign \x9C0D 13-1256-1
-sign \x9C0C 13-1256-1
-sign \x9F9D 13-1256-1
-sign \x53B9 13-1256-2
-sign \x738C 13-1256-2
-sign \x624F 13-1256-2
-sign \x56DA 13-1256-2
-sign \x53F4 13-1256-2
-sign \x72B0 13-1256-2
-sign \x6739 13-1256-2
-sign \x808D 13-1256-2
-sign \x6C53 13-1256-2
-sign \x6C42 13-1256-2
-sign \x866C 13-1256-2
-sign \x866F 13-1256-2
-sign \x6CC5 13-1256-2
-sign \x4FC5 13-1256-2
-sign \x91D3 1245-35-2
-sign \x89D3 13-1256-2
-sign \x8A04 13-1256-2
-sign \x8A05 13-1256-2
-sign \x914B 13-1256-2
-sign \x838D 13-1256-2
-sign \x9011 13-1256-2
-sign \x900E 13-1256-2
-sign \x5512 13-1256-2
-sign \x91DA 13-1256-2
-sign \x6D57 13-1256-2
-sign \x7D0C 13-1256-2
-sign \x7403 13-1256-2
-sign \x6882 13-1256-2
-sign \x6B8F 13-1256-2
-sign \x8D47 13-1256-2
-sign \x6BEC 13-1256-2
-sign \x91FB 13-1256-2
-sign \x76DA 13-1256-2
-sign \x76B3 13-1256-2
-sign \x5D37 13-1256-2
-sign \x9052 13-1256-2
-sign \x6E6D 13-1256-2
-sign \x6E1E 13-1256-2
-sign \x5DEF 13-1256-2
-sign \x88D8 13-1256-2
-sign \x86F7 13-1256-2
-sign \x716A 13-1256-2
-sign \x7D7F 13-1256-2
-sign \x5DF0 13-1256-2
-sign \x8CD5 13-1256-2
-sign \x89E9 13-1256-2
-sign \x7486 13-1256-2
-sign \x8764 13-1256-2
-sign \x92B6 13-1256-2
-sign \x9F3D 13-1256-2
-sign \x9B82 13-1256-2
-sign \x9BC4 13-1256-2
-sign \x8824 13-1256-2
-sign \x9C3D 13-1256-2
-sign \x641D 13-1256-3
-sign \x7CD7 13-1256-3
-sign \x533A 13-346-1
-sign \x5324 13-346-1
-sign \x5C96 13-346-1
-sign \x4F49 13-346-1
-sign \x4F39 13-346-1
-sign \x8BCE 13-346-1
-sign \x9639 13-346-1
-sign \x9A71 13-346-1
-sign \x62BE 13-346-1
-sign \x5CB4 13-346-1
-sign \x5C48 13-346-1
-sign \x80E0 13-346-1
-sign \x6D40 13-346-1
-sign \x795B 13-346-1
-sign \x88AA 13-346-1
-sign \x5340 13-346-1
-sign \x86C6 13-346-1
-sign \x8EAF 13-346-1
-sign \x7D36 13-346-1
-sign \x8D8B 13-346-1
-sign \x86D0 13-346-1
-sign \x7B41 13-346-1
-sign \x8A58 13-346-1
-sign \x7CAC 13-346-1
-sign \x99C6 13-346-1
-sign \x5D87 13-346-1
-sign \x6188 13-346-1
-sign \x9EB9 13-346-1
-sign \x99C8 13-346-1
-sign \x657A 13-346-1
-sign \x8AB3 13-346-1
-sign \x9AF7 13-346-1
-sign \x9B7C 13-346-1
-sign \x8DA8 13-346-1
-sign \x9EAF 13-346-1
-sign \x8EC0 13-346-1
-sign \x9EB4 13-346-1
-sign \x9EE2 13-346-1
-sign \x9A45 13-346-1
-sign \x9C38 13-346-1
-sign \x9C4B 13-346-1
-sign \x4F62 13-346-2
-sign \x52AC 13-346-2
-sign \x6710 13-346-2
-sign \x65AA 13-346-2
-sign \x80CA 13-346-2
-sign \x83C3 13-346-2
-sign \x8850 13-346-2
-sign \x9E32 13-346-2
-sign \x6E20 13-346-2
-sign \x6DED 13-346-2
-sign \x7FD1 13-346-2
-sign \x7D47 13-346-2
-sign \x844B 13-346-2
-sign \x8EE5 13-346-2
-sign \x8556 13-346-2
-sign \x7496 13-346-2
-sign \x78F2 13-346-2
-sign \x87B6 13-346-2
-sign \x9D1D 13-346-2
-sign \x74A9 13-346-2
-sign \x87DD 13-346-2
-sign \x7FF5 13-346-2
-sign \x77BF 13-346-2
-sign \x9F29 13-346-2
-sign \x8627 13-346-2
-sign \x5337 1245-23456-2
-sign \x5FC2 13-346-2
-sign \x7048 13-346-2
-sign \x6B0B 13-346-2
-sign \x6235 13-346-2
-sign \x6C0D 13-346-2
-sign \x7C67 13-346-2
-sign \x81DE 13-346-2
-sign \x766F 13-346-2
-sign \x8837 13-346-2
-sign \x8862 13-346-2
-sign \x8EA3 13-346-2
-sign \x883C 13-346-2
-sign \x947A 13-346-2
-sign \x9E1C 13-346-2
-sign \x66F2 13-346-1
-sign \x53D6 13-346-3
-sign \x5A36 13-346-3
-sign \x8A53 13-346-3
-sign \x7AEC 13-346-3
-sign \x877A 13-346-3
-sign \x9F8B 13-346-3
-sign \x9F72 13-346-3
-sign \x53BB 13-346-23
-sign \x53BA 13-346-23
-sign \x521E 13-346-23
-sign \x8FF2 13-346-23
-sign \x547F 13-35-1
-sign \x90E5 12-2346-23
-sign \x801D 13-346-23
-sign \x9612 13-346-23
-sign \x8DA3 13-346-23
-sign \x89D1 13-346-23
-sign \x95B4 13-346-23
-sign \x9EAE 13-346-23
-sign \x95C3 13-346-23
-sign \x9F01 13-346-23
-sign \x89B7 13-346-23
-sign \x89B0 13-346-23
-sign \x89BB 13-346-23
-sign \x594D 13-12346-1
-sign \x5CD1 13-12346-2
-sign \x606E 13-12346-2
-sign \x609B 13-12346-1
-sign \x5708 13-12346-1
-sign \x68EC 13-12346-1
-sign \x570F 13-12346-1
-sign \x99E9 13-12346-2
-sign \x9A21 13-12346-2
-sign \x9409 13-12346-1
-sign \x6743 13-12346-2
-sign \x5168 13-12346-2
-sign \x4F7A 13-12346-2
-sign \x8BE0 13-12346-2
-sign \x8343 13-12346-2
-sign \x6CC9 13-12346-2
-sign \x6D24 13-12346-2
-sign \x59FE 13-12346-2
-sign \x8F81 13-12346-2
-sign \x7277 13-12346-2
-sign \x62F3 13-12346-2
-sign \x57E2 13-12346-2
-sign \x7842 13-12346-2
-sign \x5573 13-12346-2
-sign \x94E8 13-12346-2
-sign \x75CA 13-12346-2
-sign \x60D3 13-12346-2
-sign \x5A58 13-12346-2
-sign \x8472 13-12346-2
-sign \x7288 13-12346-2
-sign \x7B4C 13-12346-2
-sign \x8143 13-12346-1
-sign \x6E76 13-12346-2
-sign \x7D5F 13-12346-2
-sign \x7454 13-12346-2
-sign \x643C 13-12346-2
-sign \x697E 13-12346-2
-sign \x8F07 13-12346-2
-sign \x8DE7 13-12346-2
-sign \x8A6E 13-12346-2
-sign \x89E0 13-12346-2
-sign \x8737 13-12346-2
-sign \x9293 13-12346-2
-sign \x6A29 13-12346-2
-sign \x8E21 13-12346-2
-sign \x919B 13-12346-2
-sign \x7E13 13-12346-2
-sign \x95CE 13-12346-2
-sign \x9CC8 13-12346-2
-sign \x9B08 13-12346-2
-sign \x5DCF 13-12346-2
-sign \x9C01 13-12346-2
-sign \x5B49 13-12346-2
-sign \x6B0A 13-12346-2
-sign \x9F64 13-12346-2
-sign \x98A7 13-12346-2
-sign \x8838 13-12346-2
-sign \x9874 13-12346-2
-sign \x72AC 13-12346-3
-sign \x6C71 2345-246-23
-sign \x753D 13-12346-3
-sign \x754E 13-12346-3
-sign \x70C7 13-12346-3
-sign \x7EFB 13-12346-3
-sign \x7DA3 13-12346-3
-sign \x8647 13-12346-3
-sign \x529D 13-12346-23
-sign \x5238 13-12346-23
-sign \x7276 13-12346-23
-sign \x6926 13-12346-23
-sign \x52E7 13-12346-23
-sign \x97CF 13-12346-23
-sign \x52F8 13-12346-23
-sign \x7094 13-23456-1
-sign \x7F3A 13-23456-1
-sign \x849B 13-23456-1
-sign \x95D5 13-23456-23
-sign \x7638 13-23456-2
-sign \x5374 13-23456-23
-sign \x537B 13-23456-23
-sign \x57C6 13-23456-23
-sign \x5D05 13-23456-23
-sign \x96BA 125-26-23
-sign \x60AB 13-23456-23
-sign \x96C0 13-23456-23
-sign \x785E 13-23456-23
-sign \x786E 13-23456-23
-sign \x8203 125-24-23
-sign \x9615 13-23456-23
-sign \x5859 13-23456-23
-sign \x6409 13-23456-23
-sign \x9E4A 13-23456-23
-sign \x76B5 13-23456-23
-sign \x788F 13-23456-23
-sign \x9619 13-23456-23
-sign \x6128 13-23456-23
-sign \x69B7 13-23456-23
-sign \x8D9E 13-23456-23
-sign \x6164 13-23456-23
-sign \x78BB 13-345-1
-sign \x78BA 13-23456-23
-sign \x95CB 13-23456-23
-sign \x71E9 13-23456-23
-sign \x7910 13-23456-23
-sign \x9D72 13-23456-23
-sign \x792D 13-23456-23
-sign \x590B 13-456-1
-sign \x56F7 13-456-1
-sign \x5CEE 13-456-1
-sign \x9021 13-456-1
-sign \x8F11 126-3
-sign \x5E2C 13-456-2
-sign \x88D9 13-456-2
-sign \x88E0 13-456-2
-sign \x7FA3 13-456-2
-sign \x7FA4 13-456-2
-sign \x5184 245-1236-3
-sign \x5465 245-1236-2
-sign \x80B0 245-1236-2
-sign \x67DF 1345-1236-2
-sign \x887B 245-1236-2
-sign \x8887 245-1236-2
-sign \x86A6 245-1236-2
-sign \x88A1 245-1236-2
-sign \x86BA 245-1236-2
-sign \x8211 2345-1236-1
-sign \x7136 245-1236-2
-sign \x9AE5 245-1236-2
-sign \x9AEF 245-1236-2
-sign \x562B 245-1236-2
-sign \x71C3 245-1236-2
-sign \x7E4E 245-1236-2
-sign \x5189 245-1236-3
-sign \x82D2 245-1236-3
-sign \x59CC 245-1236-3
-sign \x73C3 245-1236-3
-sign \x67D3 245-1236-3
-sign \x8485 245-1236-3
-sign \x5AA3 245-1236-3
-sign \x6A6A 245-1236-3
-sign \x8E68 1345-146-3
-sign \x7A63 245-236-2
-sign \x737D 245-236-2
-sign \x703C 245-236-2
-sign \x5B43 245-236-2
-sign \x79B3 245-236-2
-sign \x7A70 245-236-2
-sign \x74E4 245-236-2
-sign \x8E9F 245-236-2
-sign \x9B24 245-236-2
-sign \x58CC 245-236-3
-sign \x58E4 245-236-3
-sign \x6518 245-236-3
-sign \x56B7 245-236-3
-sign \x7219 245-236-3
-sign \x8BA9 245-236-23
-sign \x8B72 245-236-23
-sign \x61F9 245-236-23
-sign \x8B93 245-236-23
-sign \x835B 245-235-2
-sign \x9976 245-235-2
-sign \x5A06 245-235-2
-sign \x6861 245-235-2
-sign \x5B08 245-235-2
-sign \x6A48 245-235-2
-sign \x8953 245-235-2
-sign \x9952 245-235-2
-sign \x72AA 13-2456-2
-sign \x6270 245-235-3
-sign \x96A2 245-235-3
-sign \x64FE 245-235-3
-sign \x7ED5 245-235-23
-sign \x9076 245-235-23
-sign \x87EF 1345-235-2
-sign \x7E5E 245-235-23
-sign \x60F9 245-26-3
-sign \x70ED 245-26-23
-sign \x71B1 245-26-23
-sign \x4EBA 245-356-2
-sign \x58EC 245-356-2
-sign \x4EC1 245-356-2
-sign \x5FC8 245-356-2
-sign \x6732 245-356-2
-sign \x82A2 245-356-2
-sign \x79C2 245-356-2
-sign \x5FCE 245-356-2
-sign \x9213 245-356-2
-sign \x9B5C 245-356-2
-sign \x928B 245-356-2
-sign \x9D40 245-356-2
-sign \x5FCD 245-356-3
-sign \x834F 245-356-3
-sign \x8375 245-356-3
-sign \x6823 245-356-3
-sign \x6820 245-356-3
-sign \x6D8A 1345-146-3
-sign \x79F9 245-356-3
-sign \x68EF 245-356-3
-sign \x7A14 245-356-3
-sign \x7D9B 245-356
-sign \x8EB5 245-356-3
-sign \x5203 245-356-23
-sign \x5204 245-356-23
-sign \x8BA4 245-356-23
-sign \x4EDE 245-356-23
-sign \x4EED 245-356-23
-sign \x8BB1 245-356-23
-sign \x6268 245-356-23
-sign \x5C7B 245-356-23
-sign \x4EFB 245-356-23
-sign \x7EAB 245-356-23
-sign \x97E7 245-356-23
-sign \x6752 245-356-23
-sign \x8F6B 245-356-23
-sign \x7263 245-356-23
-sign \x8095 245-356-23
-sign \x996A 245-356-23
-sign \x598A 245-356-23
-sign \x7EB4 245-356-23
-sign \x794D 245-356-23
-sign \x887D 245-356-23
-sign \x59D9 245-356-23
-sign \x7D09 245-356-23
-sign \x8ED4 245-356-23
-sign \x8A12 245-356-23
-sign \x7D1D 245-356-23
-sign \x6895 245-356-23
-sign \x91F0 245-23
-sign \x88B5 245-356-23
-sign \x976D 245-356-23
-sign \x9771 245-356-23
-sign \x98EA 245-356-23
-sign \x814D 245-356-23
-sign \x97CC 245-356-23
-sign \x7D4D 245-356-23
-sign \x9901 245-356-23
-sign \x8A8D 245-356-23
-sign \x6254 245-3456-1
-sign \x4ECD 245-3456-2
-sign \x8FB8 245-3456-2
-sign \x793D 245-3456-2
-sign \x967E 245-3456-2
-sign \x82BF 245-3456-2
-sign \x65E5 245-23
-sign \x9A72 245-23
-sign \x9224 245-23
-sign \x99B9 245-23
-sign \x620E 245-256-2
-sign \x809C 245-256-2
-sign \x8319 245-256-2
-sign \x8338 245-256-2
-sign \x8363 245-256-2
-sign \x72E8 245-256-2
-sign \x6804 245-256-2
-sign \x7ED2 245-256-2
-sign \x5CF5 245-256-2
-sign \x6BE7 245-256-2
-sign \x5BB9 245-256-2
-sign \x70FF 245-256-2
-sign \x6411 245-256-2
-sign \x5D58 245-256-2
-sign \x509B 245-256-2
-sign \x7FA2 245-256-2
-sign \x5AB6 245-256-2
-sign \x7D68 245-256-2
-sign \x6408 245-256-2
-sign \x84C9 245-256-2
-sign \x69B5 245-256-2
-sign \x5D64 245-256-2
-sign \x6EB6 245-256-2
-sign \x5AC6 245-256-2
-sign \x7462 245-256-2
-sign \x6995 245-256-2
-sign \x7A41 245-256-2
-sign \x69AE 245-256-2
-sign \x7194 245-256-2
-sign \x877E 245-256-2
-sign \x9555 245-256-2
-sign \x8923 245-256-2
-sign \x7E19 245-256-2
-sign \x9AF6 245-256-2
-sign \x99E5 245-256-2
-sign \x878D 245-256-2
-sign \x878E 245-256-2
-sign \x5DB8 245-256-2
-sign \x5B2B 245-256-2
-sign \x9394 245-256-2
-sign \x7203 245-256-2
-sign \x701C 245-256-2
-sign \x66E7 245-256-2
-sign \x8811 245-256-2
-sign \x5197 245-256-3
-sign \x5B82 245-256-3
-sign \x5748 245-256-3
-sign \x5087 245-256-3
-sign \x6C04 245-256-3
-sign \x7A43 245-256-23
-sign \x79B8 245-12356-2
-sign \x67D4 245-12356-2
-sign \x7C88 245-12356-2
-sign \x63C9 245-12356-2
-sign \x8447 245-12356-2
-sign \x6E18 245-12356-2
-sign \x5A83 245-12356-2
-sign \x7448 245-12356-2
-sign \x816C 245-12356-2
-sign \x7163 245-12356-3
-sign \x875A 245-12356-2
-sign \x7CC5 245-12356-2
-sign \x8F2E 245-12356-2
-sign \x8E42 245-12356-2
-sign \x9352 245-12356-2
-sign \x97A3 245-12356-2
-sign \x74C7 245-12356-2
-sign \x9A25 245-12356-2
-sign \x9C07 245-12356-2
-sign \x9D94 245-12356-2
-sign \x97D6 245-12356-3
-sign \x8089 245-12356-23
-sign \x5B8D 245-12356-23
-sign \x697A 245-12356-3
-sign \x909A 245-136-2
-sign \x5982 245-136-2
-sign \x4F9E 245-136-2
-sign \x8339 245-136-2
-sign \x5E24 245-136-2
-sign \x6847 245-136-2
-sign \x6310 245-136-2
-sign \x94F7 245-136-2
-sign \x88BD 245-136-2
-sign \x7B4E 245-136-2
-sign \x6E2A 245-136-2
-sign \x92A3 245-136-2
-sign \x8560 245-136-2
-sign \x5112 245-136-2
-sign \x9D11 245-136-2
-sign \x85B7 245-136-2
-sign \x5685 245-136-2
-sign \x7373 1345-12356-23
-sign \x6FE1 245-136-2
-sign \x5B7A 245-136-2
-sign \x5B2C 245-136-2
-sign \x9D3D 245-136-2
-sign \x66D8 245-136-2
-sign \x81D1 1345-235-23
-sign \x71F8 245-136-2
-sign \x8966 245-136-2
-sign \x98A5 245-136-2
-sign \x8815 245-136-2
-sign \x7E7B 245-136-2
-sign \x91B9 245-136-2
-sign \x986C 245-136-2
-sign \x9C6C 245-136-2
-sign \x6C5D 245-136-3
-sign \x8097 245-136-3
-sign \x4E73 245-136-3
-sign \x8FB1 245-136-3
-sign \x910F 245-136-3
-sign \x64E9 245-136-3
-sign \x5165 245-136-23
-sign \x6256 245-136-23
-sign \x6741 245-136-23
-sign \x6D33 245-136-23
-sign \x84D0 245-136-23
-sign \x55D5 245-136-23
-sign \x9CF0 245-136-23
-sign \x6EBD 245-136-23
-sign \x5AB7 245-136-23
-sign \x7F1B 245-136-23
-sign \x8925 245-136-23
-sign \x7E1F 245-136-23
-sign \x648B 245-12456-2
-sign \x58D6 245-12456-2
-sign \x962E 245-12456-3
-sign \x8F6F 245-12456-3
-sign \x670A 245-12456-3
-sign \x800E 245-12456-3
-sign \x8EDF 245-12456-3
-sign \x5044 245-12456-3
-sign \x611E 1345-135-23
-sign \x5A86 245-12456-3
-sign \x744C 245-12456-3
-sign \x815D 245-12456-3
-sign \x789D 245-12456-3
-sign \x8761 245-12456-3
-sign \x7DDB 245-12456-3
-sign \x8F2D 245-12456-3
-sign \x74C0 245-12456-3
-sign \x791D 245-12456-3
-sign \x7524 245-2456-2
-sign \x7DCC 245-2456-2
-sign \x8564 245-2456-2
-sign \x6875 245-2456-2
-sign \x60E2 245-2456-3
-sign \x854B 245-2456-3
-sign \x854A 245-2456-3
-sign \x6A64 245-2456-3
-sign \x7E60 245-2456-3
-sign \x8603 245-2456-3
-sign \x8602 245-2456-3
-sign \x82AE 245-2456-23
-sign \x6C6D 245-2456-23
-sign \x6798 245-2456-23
-sign \x868B 245-2456-23
-sign \x9510 245-2456-23
-sign \x745E 245-2456-23
-sign \x8739 245-2456-23
-sign \x777F 245-2456-23
-sign \x92B3 245-2456-23
-sign \x92ED 245-2456-23
-sign \x53E1 245-2456-23
-sign \x58E1 245-2456-23
-sign \x95F0 245-25-23
-sign \x6DA6 245-25-23
-sign \x958F 245-25-23
-sign \x95A0 245-25-23
-sign \x6F64 245-25-23
-sign \x6A4D 245-25-23
-sign \x53D2 245-135-23
-sign \x82E5 245-135-23
-sign \x9100 245-135-23
-sign \x504C 245-135-23
-sign \x5F31 245-135-23
-sign \x712B 245-135-23
-sign \x6E03 245-135-23
-sign \x5A7C 245-135-23
-sign \x6949 245-135-23
-sign \x84BB 245-135-23
-sign \x5D76 245-135-23
-sign \x7BAC 245-135-23
-sign \x7BDB 245-135-23
-sign \x7207 245-135-23
-sign \x9C19 245-135-23
-sign \x9C2F 245-135-23
-sign \x9DB8 245-135-23
-sign \x4EE8 234-35-1
-sign \x6D12 234-35-3
-sign \x8A2F 234-35-3
-sign \x9778 234-35-3
-sign \x6492 234-35-3
-sign \x6F75 234-1236-23
-sign \x7051 234-35-3
-sign \x5345 234-35-23
-sign \x9491 234-35-23
-sign \x98D2 234-35-23
-sign \x810E 234-35-23
-sign \x8428 234-35-23
-sign \x99BA 234-35-23
-sign \x644B 234-35-23
-sign \x96A1 234-35-23
-sign \x98AF 234-35-23
-sign \x85A9 234-35-23
-sign \x6AD2 234-35-23
-sign \x6BE2 234-246-1
-sign \x63CC 234-246-1
-sign \x6BF8 234-2456-1
-sign \x816E 234-246-1
-sign \x585E 234-246-1
-sign \x5625 234-246-1
-sign \x567B 234-246-1
-sign \x9CC3 234-246-1
-sign \x984B 234-246-1
-sign \x9C13 234-246-1
-sign \x55EE 234-246-3
-sign \x8D5B 234-246-23
-sign \x50FF 234-246-23
-sign \x8CFD 234-246-23
-sign \x7C3A 234-246-23
-sign \x4E09 234-1236-1
-sign \x5F61 234-1236-1
-sign \x6C35 156-2456-3
-sign \x5F0E 234-1236-1
-sign \x53C1 234-1236-1
-sign \x6BF6 234-1236-1
-sign \x6BF5 234-1236-1
-sign \x5381 234-1236
-sign \x7299 234-1236-1
-sign \x6BFF 234-1236-1
-sign \x9B16 234-1236-1
-sign \x4F1E 234-1236-3
-sign \x5098 234-1236-3
-sign \x7CC1 156-356-1
-sign \x9993 234-1236-3
-sign \x7CC2 234-1236-1
-sign \x6A75 1356-1236-1
-sign \x7CDD 156-356-1
-sign \x7CE4 234-1236-3
-sign \x7CE3 234-1236-3
-sign \x7E56 234-1236-3
-sign \x93D2 13-345-1
-sign \x93FE 234-1236-3
-sign \x994A 234-1236-3
-sign \x4FD5 234-1236-23
-sign \x6563 234-1236-23
-sign \x9590 234-1236-23
-sign \x6852 234-236-1
-sign \x6851 234-236-1
-sign \x55AA 234-236-23
-sign \x69E1 234-236-1
-sign \x6421 234-236-3
-sign \x55D3 234-236-3
-sign \x78C9 234-236-3
-sign \x892C 234-236-3
-sign \x98A1 234-236-3
-sign \x939F 234-236-3
-sign \x9859 234-236-3
-sign \x4E27 234-236-23
-sign \x63BB 234-235-1
-sign \x6414 234-235-1
-sign \x6E9E 234-235-1
-sign \x6145 234-235-1
-sign \x9A9A 234-235-1
-sign \x7F2B 234-235-1
-sign \x9135 14-235-23
-sign \x87A6 234-235-1
-sign \x61C6 14-235-3
-sign \x9CCB 234-235-1
-sign \x7E45 234-235-1
-sign \x9A12 234-235-1
-sign \x98BE 234-235-1
-sign \x9A37 234-235-1
-sign \x9C20 234-235-1
-sign \x9C62 234-235-1
-sign \x626B 234-235-3
-sign \x6383 234-235-3
-sign \x5AC2 234-235-3
-sign \x57FD 234-235-23
-sign \x7619 234-235-23
-sign \x6C09 234-235-23
-sign \x81CA 234-235-1
-sign \x77C2 234-235-23
-sign \x9430 13-345-1
-sign \x9ADE 234-235-23
-sign \x8272 234-26-23
-sign \x6D13 234-26-23
-sign \x681C 234-26-23
-sign \x6DA9 234-26-23
-sign \x556C 234-26-23
-sign \x96ED 234-26-23
-sign \x94EF 234-26-23
-sign \x6E0B 234-26-23
-sign \x6B6E 234-26-23
-sign \x745F 234-26-23
-sign \x55C7 234-26-23
-sign \x92AB 234-26-23
-sign \x6B70 234-26-23
-sign \x6F81 234-26-23
-sign \x64CC 234-26-23
-sign \x7A51 234-26-23
-sign \x7637 234-26-23
-sign \x6FCF 234-26-23
-sign \x6FC7 234-26-23
-sign \x61CE 234-26-23
-sign \x74B1 234-26-23
-sign \x6F80 234-26-23
-sign \x7A61 234-26-23
-sign \x7012 234-26-23
-sign \x7E6C 234-26-23
-sign \x8F56 234-26-23
-sign \x7A6F 234-26-23
-sign \x93FC 234-26-23
-sign \x8B45 234-26-23
-sign \x98CB 234-26-23
-sign \x6D81 156-356-23
-sign \x68EE 234-356-1
-sign \x692E 234-356-1
-sign \x69EE 234-356-1
-sign \x8942 234-356-1
-sign \x7BF8 1356-1236-1
-sign \x50E7 234-3456-1
-sign \x9B19 234-3456-1
-sign \x6740 156-35-1
-sign \x6C99 156-35-1
-sign \x7EB1 156-35-1
-sign \x4E77 156-35-1
-sign \x7802 156-35-1
-sign \x524E 156-35-1
-sign \x6331 234-135-1
-sign \x838E 156-35-1
-sign \x5526 156-35-1
-sign \x6BBA 156-35-1
-sign \x7300 156-35-1
-sign \x7C86 12345-235-3
-sign \x7D17 156-35-1
-sign \x94E9 156-35-1
-sign \x686C 156-35-1
-sign \x75E7 156-35-1
-sign \x7870 156-35-1
-sign \x8531 156-35-1
-sign \x88DF 156-35-1
-sign \x699D 156-35-1
-sign \x6A27 156-35-1
-sign \x9B66 156-35-1
-sign \x9CA8 156-35-1
-sign \x95B7 156-35-1
-sign \x93A9 156-35-1
-sign \x9BCB 156-35-1
-sign \x9BCA 156-35-1
-sign \x7E7A 156-35-1
-sign \x5565 156-35-2
-sign \x50BB 156-35-3
-sign \x510D 156-35-3
-sign \x503D 156-35-23
-sign \x8410 156-35-23
-sign \x553C 156-35-23
-sign \x5E39 156-35-23
-sign \x53A6 156-35-23
-sign \x55A2 156-35-23
-sign \x6B43 156-35-23
-sign \x715E 156-35-23
-sign \x5EC8 156-35-23
-sign \x7FDC 156-35-23
-sign \x7B91 156-35-23
-sign \x7FE3 156-35-23
-sign \x95AF 156-35-23
-sign \x970E 156-35-23
-sign \x7B5B 156-246-1
-sign \x917E 156-246-1
-sign \x7BE9 156-246-1
-sign \x7C01 156-246-1
-sign \x91C3 156-246-1
-sign \x6652 156-246-23
-sign \x66EC 156-246-23
-sign \x5C71 156-1236-1
-sign \x9096 156-1236-1
-sign \x5738 156-1236-1
-sign \x829F 156-1236-1
-sign \x6749 156-1236-1
-sign \x522A 156-1236-1
-sign \x5220 156-1236-1
-sign \x82EB 156-1236-23
-sign \x9490 156-1236-1
-sign \x886B 156-1236-1
-sign \x59CD 156-1236-1
-sign \x59D7 156-1236-1
-sign \x73CA 156-1236-1
-sign \x57CF 156-1236-1
-sign \x8222 156-1236-1
-sign \x72E6 156-1236-1
-sign \x8ED5 156-1236-1
-sign \x8120 156-1236-1
-sign \x75C1 156-1236-1
-sign \x958A 156-1236-1
-sign \x7B18 156-1236-1
-sign \x91E4 156-1236-1
-sign \x8DDA 156-1236-1
-sign \x6427 156-1236-1
-sign \x527C 156-1236-1
-sign \x5607 156-1236-1
-sign \x717D 156-1236-1
-sign \x6F78 156-1236-1
-sign \x6F98 156-1236-1
-sign \x7A47 156-1236-1
-sign \x6A86 156-1236-1
-sign \x81BB 156-1236-1
-sign \x9BC5 156-1236-1
-sign \x7E3F 156-1236-1
-sign \x7FB4 156-1236-1
-sign \x7FB6 156-1236-1
-sign \x9C63 34-1236-1
-sign \x95EA 156-1236-3
-sign \x9655 156-1236-3
-sign \x70B6 156-1236-3
-sign \x965D 156-1236-3
-sign \x9583 156-1236-3
-sign \x6671 156-1236-3
-sign \x7752 156-1236-3
-sign \x7154 156-1236-3
-sign \x718C 156-1236-3
-sign \x89A2 156-1236-3
-sign \x8BAA 156-1236-23
-sign \x6C55 156-1236-23
-sign \x759D 156-1236-23
-sign \x8D78 156-1236-23
-sign \x8A15 156-1236-23
-sign \x6247 156-1236-23
-sign \x692B 156-1236-23
-sign \x5093 156-1236-23
-sign \x5584 156-1236-23
-sign \x928F 156-1236-23
-sign \x9A9F 156-1236-23
-sign \x50D0 156-1236-23
-sign \x912F 156-1236-23
-sign \x58A0 156-1236-23
-sign \x58A1 156-1236-23
-sign \x7F2E 156-1236-23
-sign \x64C5 156-1236-23
-sign \x6A3F 156-1236-23
-sign \x81B3 156-1236-23
-sign \x657E 156-1236-23
-sign \x5B17 156-1236-23
-sign \x78F0 156-1236-23
-sign \x8D61 156-1236-23
-sign \x8B06 156-1236-23
-sign \x87EE 156-1236-23
-sign \x7E55 156-1236-23
-sign \x87FA 156-1236-23
-sign \x9A38 156-1236-23
-sign \x8D0D 156-1236-23
-sign \x9425 156-1236-23
-sign \x994D 156-1236-23
-sign \x9CDD 156-1236-23
-sign \x8B71 156-1236-23
-sign \x7057 156-1236-23
-sign \x9C53 2345-135-2
-sign \x9C54 156-1236-23
-sign \x4F24 156-236-1
-sign \x6B87 156-236-1
-sign \x5546 156-236-1
-sign \x89DE 156-236-1
-sign \x50B7 156-236-1
-sign \x5892 156-236-1
-sign \x850F 156-236-1
-sign \x6F21 156-236-1
-sign \x6EF3 156-236-1
-sign \x616F 156-236-1
-sign \x6BA4 156-236-1
-sign \x71B5 156-236-1
-sign \x87AA 156-236-1
-sign \x89F4 156-236-1
-sign \x8B2A 156-236-1
-sign \x9B3A 156-236-1
-sign \x57A7 156-236-3
-sign \x664C 156-236-3
-sign \x57EB 12345-256-3
-sign \x8D4F 156-236-3
-sign \x8CDE 156-236-3
-sign \x8D18 156-236-3
-sign \x945C 156-236-3
-sign \x4E04 156-236-23
-sign \x4E0A 156-236-23
-sign \x5C19 156-236-23
-sign \x5C1A 156-236-23
-sign \x6066 156-236-23
-sign \x7EF1 156-236-23
-sign \x7DD4 156-236-23
-sign \x88F3 156-236-3
-sign \x634E 156-235-1
-sign \x83A6 125-345-1
-sign \x70E7 156-235-1
-sign \x5F30 156-235-1
-sign \x5A0B 156-235-23
-sign \x68A2 156-235-1
-sign \x7A0D 156-235-1
-sign \x713C 156-235-1
-sign \x86F8 156-235-1
-sign \x7B72 156-235-1
-sign \x8244 156-235-1
-sign \x65D3 156-235-1
-sign \x8F0E 156-235-1
-sign \x8571 156-235-1
-sign \x98B5 125-345-1
-sign \x71D2 156-235-1
-sign \x9AFE 156-235-1
-sign \x9BB9 156-235-1
-sign \x52FA 156-235-2
-sign \x828D 156-235-2
-sign \x6753 156-235-2
-sign \x73BF 156-235-2
-sign \x8414 2345-345-2
-sign \x97F6 156-235-2
-sign \x5C11 156-235-3
-sign \x5372 156-235-23
-sign \x90B5 156-235-23
-sign \x52AD 156-235-23
-sign \x7ECD 156-235-23
-sign \x67D6 156-235-2
-sign \x54E8 156-235-23
-sign \x8891 156-235-23
-sign \x7D39 156-235-23
-sign \x7744 156-235-23
-sign \x7DA4 156-235-23
-sign \x6F72 156-235-23
-sign \x5962 156-26-1
-sign \x8D4A 156-26-1
-sign \x731E 156-26-1
-sign \x7572 156-26-1
-sign \x8F0B 156-26-1
-sign \x8CD2 156-26-1
-sign \x8CD6 156-35-1
-sign \x6AA8 156-26-1
-sign \x820C 156-26-2
-sign \x4F58 156-26-2
-sign \x86C7 156-26-2
-sign \x86E5 156-26-2
-sign \x820D 156-26-3
-sign \x6368 156-26-3
-sign \x538D 156-26-23
-sign \x8BBE 156-26-23
-sign \x793E 156-26-23
-sign \x820E 156-26-23
-sign \x5399 156-26-23
-sign \x5C04 156-26-23
-sign \x6D89 156-26-23
-sign \x8D66 156-26-23
-sign \x8A2D 156-26-23
-sign \x6E09 156-26-23
-sign \x6DBB 156-26-23
-sign \x5F3D 156-26-23
-sign \x6442 156-26-23
-sign \x6444 156-26-23
-sign \x6EE0 156-26-23
-sign \x6151 156-26-23
-sign \x6475 234-26-23
-sign \x850E 156-26-23
-sign \x6174 156-26-23
-sign \x9A07 156-26-23
-sign \x8802 156-26-23
-sign \x97D8 156-26-23
-sign \x651D 156-26-23
-sign \x9E9D 156-26-23
-sign \x7044 156-26-23
-sign \x61FE 156-26-23
-sign \x6B07 156-26-23
-sign \x7533 156-356-1
-sign \x625F 156-356-1
-sign \x5C7E 156-356-1
-sign \x4F38 156-356-1
-sign \x8EAB 156-356-1
-sign \x547B 156-356-1
-sign \x4F81 156-356-1
-sign \x7C76 156-356-1
-sign \x8BDC 156-356-1
-sign \x7F59 156-356-1
-sign \x59BD 156-356-1
-sign \x7EC5 156-356-1
-sign \x73C5 156-356-1
-sign \x67DB 156-356-1
-sign \x6C20 156-356-1
-sign \x7C78 156-356-1
-sign \x7A7C 156-356-1
-sign \x8398 156-356-1
-sign \x7837 156-356-1
-sign \x7712 156-356-1
-sign \x5CF7 156-356-1
-sign \x7521 156-356-1
-sign \x5A20 156-356-1
-sign \x5814 156-356-1
-sign \x6552 156-356-1
-sign \x6DF1 156-356-1
-sign \x7D33 156-356-1
-sign \x8460 156-356-1
-sign \x515F 156-356-1
-sign \x8A37 156-356-1
-sign \x88D1 156-356-1
-sign \x84E1 156-356-1
-sign \x7F67 156-356-1
-sign \x8A75 156-356-1
-sign \x8518 156-356-1
-sign \x5E53 156-1236-1
-sign \x7527 156-356-1
-sign \x99EA 156-356-1
-sign \x8593 156-356-1
-sign \x9CB9 156-356-1
-sign \x71CA 156-356-1
-sign \x66D1 156-356-1
-sign \x9D62 156-356-1
-sign \x9BD3 156-356-1
-sign \x9BF5 156-356-1
-sign \x9C3A 156-356-1
-sign \x4EC0 156-2
-sign \x795E 156-356-2
-sign \x698A 156-356-2
-sign \x926E 156-356-2
-sign \x9C30 156-356-2
-sign \x4F14 145-1236-3
-sign \x90A5 156-356-3
-sign \x628C 145-1236-3
-sign \x6C88 156-356-3
-sign \x5F1E 156-356-3
-sign \x5BA1 156-356-3
-sign \x77E4 156-356-3
-sign \x54C2 156-356-3
-sign \x77E7 156-356-3
-sign \x5BB7 14-246-23
-sign \x8C02 156-356-3
-sign \x8C09 156-356-3
-sign \x8A20 156-356-3
-sign \x6E16 156-356-3
-sign \x5A76 156-356-3
-sign \x9823 156-356-3
-sign \x9B6B 156-356-3
-sign \x8AD7 156-356-3
-sign \x5BE9 156-356-3
-sign \x66CB 156-356-3
-sign \x77AB 156-356-3
-sign \x700B 156-356-3
-sign \x5B38 156-356-3
-sign \x8B85 156-356-3
-sign \x89BE 156-356-3
-sign \x80BE 156-356-23
-sign \x751A 156-356-23
-sign \x661A 156-356-23
-sign \x4FBA 156-356-23
-sign \x80C2 156-356-23
-sign \x7718 156-356-23
-sign \x8124 156-356-23
-sign \x6E17 156-356-23
-sign \x7973 156-356-23
-sign \x845A 156-356-23
-sign \x814E 156-356-23
-sign \x6939 156-356-23
-sign \x8703 156-356-23
-sign \x7606 156-356-23
-sign \x614E 156-356-23
-sign \x613C 156-356-23
-sign \x6EF2 156-356-23
-sign \x92E0 156-356-23
-sign \x762E 156-356-23
-sign \x5347 156-3456-1
-sign \x751F 156-3456-1
-sign \x9629 156-3456-1
-sign \x58F0 156-3456-1
-sign \x544F 156-3456-1
-sign \x6598 156-3456-1
-sign \x82FC 156-3456-1
-sign \x67A1 156-3456-1
-sign \x6607 156-3456-1
-sign \x72CC 156-3456-1
-sign \x6CE9 156-3456-1
-sign \x73C4 156-3456-1
-sign \x6B85 156-3456-1
-sign \x7272 156-3456-1
-sign \x7AD4 156-3456-1
-sign \x965E 156-3456-1
-sign \x66FB 156-3456-1
-sign \x9679 156-3456-1
-sign \x7B19 156-3456-1
-sign \x7525 156-3456-1
-sign \x713A 156-3456-1
-sign \x6E66 156-3456-1
-sign \x924E 156-3456-1
-sign \x8072 156-3456-1
-sign \x935F 156-3456-1
-sign \x9F2A 156-3456-1
-sign \x9D7F 156-3456-1
-sign \x7EF3 156-3456-2
-sign \x7E04 156-3456-2
-sign \x6FA0 134-146-3
-sign \x61B4 156-3456-2
-sign \x7E69 156-3456-2
-sign \x8B5D 156-3456-2
-sign \x9C66 156-3456-2
-sign \x7701 156-3456-3
-sign \x771A 156-3456-3
-sign \x5057 156-3456-3
-sign \x6E3B 156-3456-3
-sign \x5723 156-3456-23
-sign \x80DC 156-3456-23
-sign \x665F 156-3456-23
-sign \x6660 156-3456-23
-sign \x76DB 156-3456-23
-sign \x5270 156-3456-23
-sign \x8CB9 156-3456-23
-sign \x5269 156-3456-23
-sign \x52DD 156-3456-23
-sign \x8056 156-3456-23
-sign \x741E 156-3456-23
-sign \x5D4A 156-3456-23
-sign \x58AD 156-3456-23
-sign \x69BA 156-3456-23
-sign \x8542 156-3456-23
-sign \x6A73 156-3456-23
-sign \x8CF8 156-3456-23
-sign \x5C38 156-1
-sign \x5931 156-1
-sign \x5E08 156-1
-sign \x90BF 156-1
-sign \x545E 156-1
-sign \x8BD7 156-1
-sign \x9E24 156-1
-sign \x8671 156-1
-sign \x72EE 156-1
-sign \x65BD 156-1
-sign \x6D49 156-1
-sign \x5C4D 156-1
-sign \x5E2B 156-1
-sign \x6546 125-26-2
-sign \x7D41 156-1
-sign \x8479 156-1
-sign \x6E7F 156-1
-sign \x6E64 156-1
-sign \x84CD 156-1
-sign \x8492 156-1
-sign \x9247 156-1
-sign \x7345 156-1
-sign \x8A69 156-1
-sign \x6EBC 156-1
-sign \x6EAE 156-1
-sign \x7461 156-1
-sign \x9CF2 156-1
-sign \x9CFE 156-1
-sign \x7BB7 156-1
-sign \x8768 156-1
-sign \x9CBA 156-1
-sign \x8937 156-1
-sign \x9366 156-1
-sign \x6FD5 156-1
-sign \x9BF4 156-1
-sign \x9DB3 156-1
-sign \x9C24 156-1
-sign \x8979 156-1
-sign \x7C6D 156-246-1
-sign \x5341 156-2
-sign \x4E06 156-2
-sign \x9963 156-2
-sign \x8FBB 156-2
-sign \x77F3 156-2
-sign \x74E7 156-2-123456-3
-sign \x65F6 156-2
-sign \x4F66 156-2
-sign \x7ACD 156-2-156-3456-1
-sign \x8BC6 156-2
-sign \x56F8 245-23
-sign \x98E0 156-2
-sign \x5B9F 156-2
-sign \x5B9E 156-2
-sign \x65F9 156-2
-sign \x62FE 156-2
-sign \x5CD5 156-2
-sign \x98DF 156-2
-sign \x8680 156-2
-sign \x70BB 156-2
-sign \x794F 156-2
-sign \x59FC 156-2
-sign \x57D8 156-2
-sign \x83B3 156-23
-sign \x6642 156-2
-sign \x9048 156-2
-sign \x6E5C 156-2
-sign \x5BD4 156-2
-sign \x5852 156-2
-sign \x8494 156-2
-sign \x5D75 156-2
-sign \x9250 156-2
-sign \x6EA1 156-2
-sign \x69AF 156-2
-sign \x927D 156-23
-sign \x8755 156-2
-sign \x5BE6 156-2
-sign \x7BD2 24-23
-sign \x9CA5 156-2
-sign \x9B96 156-2
-sign \x9F2B 156-2
-sign \x9F2D 156-2
-sign \x8B58 156-2
-sign \x9C23 156-2
-sign \x53F2 156-3
-sign \x77E2 156-3
-sign \x4E68 156-3
-sign \x8C55 156-3
-sign \x4F7F 156-3
-sign \x59CB 156-3
-sign \x9A76 156-3
-sign \x5158 156-3
-sign \x5BA9 156-3
-sign \x5C4E 156-3
-sign \x7B36 156-3
-sign \x6981 156-3
-sign \x9242 156-3
-sign \x99DB 156-3
-sign \x58EB 156-23
-sign \x6C0F 156-23
-sign \x793B 156-23
-sign \x793A 156-23
-sign \x4E16 156-23
-sign \x4E17 156-23
-sign \x4ED5 156-23
-sign \x5E02 156-23
-sign \x5F0F 156-23
-sign \x534B 156-23
-sign \x4F3C 234-23
-sign \x4E8A 156-23
-sign \x52BF 156-23
-sign \x67F9 156-23
-sign \x4E8B 156-23
-sign \x5469 156-23
-sign \x4F8D 156-23
-sign \x9970 156-23
-sign \x8BD5 156-23
-sign \x89C6 156-23
-sign \x62ED 156-23
-sign \x8D33 156-23
-sign \x67BE 156-23
-sign \x67FF 156-23
-sign \x6630 156-23
-sign \x662F 156-23
-sign \x7702 156-23
-sign \x9002 156-23
-sign \x72E7 2345-35-23
-sign \x6043 156-23
-sign \x6040 156-23
-sign \x5BA4 156-23
-sign \x519F 156-23
-sign \x901D 156-23
-sign \x683B 156-23
-sign \x8F7C 156-23
-sign \x770E 156-23
-sign \x7721 156-23
-sign \x94C8 156-23
-sign \x8210 156-23
-sign \x70D2 156-23
-sign \x79F2 156-23
-sign \x7B39 2345-24-23
-sign \x91C8 156-23
-sign \x8996 156-23
-sign \x63D3 156-23
-sign \x8CB0 156-23
-sign \x5D3C 156-23
-sign \x5FA5 156-23
-sign \x5F11 156-23
-sign \x91CA 156-23
-sign \x8C25 156-23
-sign \x89E2 156-23
-sign \x52E2 156-23
-sign \x8EFE 156-23
-sign \x7757 156-23
-sign \x55DC 156-23
-sign \x7B6E 156-23
-sign \x9243 156-23
-sign \x9230 156-23
-sign \x5F12 156-23
-sign \x98FE 156-23
-sign \x8A66 156-23
-sign \x7176 156-23
-sign \x8A93 156-23
-sign \x8213 156-23
-sign \x9069 156-23
-sign \x596D 156-23
-sign \x92B4 156-23
-sign \x991D 156-23
-sign \x566C 156-23
-sign \x907E 156-23
-sign \x8ADF 156-23
-sign \x8AE1 156-23
-sign \x6FA8 156-23
-sign \x5B15 156-23
-sign \x87AB 156-23
-sign \x6AA1 34-246-2
-sign \x8B1A 156-23
-sign \x7C2D 156-23
-sign \x7C42 156-23
-sign \x9F5B 125-15-23
-sign \x91CB 156-23
-sign \x9C18 156-23
-sign \x896B 156-23
-sign \x5319 12345-2
-sign \x53CE 156-12356-1
-sign \x6536 156-12356-1
-sign \x654A 12345-136-23
-sign \x624B 156-12356-3
-sign \x5B88 156-12356-3
-sign \x57A8 156-12356-3
-sign \x9996 156-12356-3
-sign \x824F 156-12356-3
-sign \x5BFF 156-12356-23
-sign \x53D7 156-12356-23
-sign \x72E9 156-12356-23
-sign \x6388 156-12356-23
-sign \x552E 156-12356-23
-sign \x517D 156-12356-23
-sign \x6DAD 156-12356-23
-sign \x7EF6 156-12356-23
-sign \x75E9 156-12356-23
-sign \x8184 156-12356-23
-sign \x5900 156-12356-23
-sign \x58FD 156-12356-23
-sign \x7626 156-12356-23
-sign \x7DAC 156-12356-23
-sign \x7363 156-12356-23
-sign \x7378 156-12356-23
-sign \x93C9 156-12356-23
-sign \x6BB3 156-136-1
-sign \x4E66 156-136-1
-sign \x758B 1246-3
-sign \x5C17 156-136-2
-sign \x6292 156-136-1
-sign \x7EBE 156-136-1
-sign \x67A2 156-136-1
-sign \x6778 156-136-1
-sign \x53D4 156-136-1
-sign \x964E 156-136-1
-sign \x67D5 134-235-23
-sign \x59DD 156-136-1
-sign \x6B8A 156-136-1
-sign \x500F 156-136-1
-sign \x5010 156-136-1
-sign \x66F8 156-136-1
-sign \x7D13 156-136-1
-sign \x6393 156-136-1
-sign \x83FD 156-136-1
-sign \x68B3 156-136-1
-sign \x8ED7 156-136-1
-sign \x7102 156-136-1
-sign \x9103 156-136-1
-sign \x6DD1 156-136-1
-sign \x8212 156-136-1
-sign \x758E 156-136-1
-sign \x758F 156-136-1
-sign \x6445 156-136-1
-sign \x8F93 156-136-1
-sign \x6BFA 156-136-1
-sign \x6BF9 156-136-1
-sign \x7D80 156-136-1
-sign \x8E08 156-136-1
-sign \x8DFE 12345-12356-1
-sign \x852C 156-136-1
-sign \x6A1E 156-136-1
-sign \x8F38 156-136-1
-sign \x9B9B 156-136-1
-sign \x6504 156-136-1
-sign \x9D68 156-136-1
-sign \x702D 156-136-1
-sign \x79EB 156-136-2
-sign \x5B70 156-136-2
-sign \x5A4C 156-136-1
-sign \x8D4E 156-136-2
-sign \x587E 156-136-2
-sign \x719F 156-136-2
-sign \x74B9 156-136-2
-sign \x8D16 156-136-2
-sign \x9F21 156-136-3
-sign \x6691 156-136-3
-sign \x9ECD 156-136-3
-sign \x5C5E 156-136-3
-sign \x7F72 156-136-3
-sign \x8700 156-136-3
-sign \x9F20 156-136-3
-sign \x6F7B 156-136-3
-sign \x85AF 156-136-3
-sign \x85A5 156-136-3
-sign \x66D9 156-136-3
-sign \x7659 156-136-3
-sign \x8961 156-136-3
-sign \x7CEC 156-136-3
-sign \x7C54 234-12356-3
-sign \x5C6C 156-136-3
-sign \x8834 156-136-3
-sign \x9C6A 156-136-3
-sign \x9E00 34-136-3
-sign \x9C70 156-136-3
-sign \x4E28 156-136-23
-sign \x5FC4 125-126-1
-sign \x672F 156-136-23
-sign \x672E 156-136-23
-sign \x620D 156-136-23
-sign \x675F 156-136-23
-sign \x8FF0 156-136-23
-sign \x6CAD 156-136-23
-sign \x8357 156-136-23
-sign \x6811 156-136-23
-sign \x6037 156-136-23
-sign \x7AD6 156-136-23
-sign \x6352 156-136-23
-sign \x6055 156-136-23
-sign \x8481 156-136-23
-sign \x8853 156-136-23
-sign \x5EBB 156-136-23
-sign \x5EB6 156-136-23
-sign \x7D49 156-136-23
-sign \x5C0C 156-136-23
-sign \x88CB 156-136-23
-sign \x7AEA 156-136-23
-sign \x9265 156-136-23
-sign \x8167 156-136-23
-sign \x6570 156-136-23
-sign \x5885 156-136-23
-sign \x6F44 156-136-23
-sign \x6F31 156-136-23
-sign \x8C4E 156-136-23
-sign \x6578 156-136-23
-sign \x6F8D 156-136-23
-sign \x6A39 156-136-23
-sign \x9330 156-136-23
-sign \x6FD6 156-136-23
-sign \x9D90 156-136-23
-sign \x93E3 156-136-23
-sign \x866A 156-136-23
-sign \x5237 156-123456-1
-sign \x5530 156-123456-1
-sign \x800D 156-123456-3
-sign \x8A9C 156-123456-23
-sign \x8870 156-13456-1
-sign \x7F1E 156-13456-1
-sign \x6454 156-13456-1
-sign \x7E17 14-2456-1
-sign \x7529 156-13456-3
-sign \x5E05 156-13456-23
-sign \x5E25 156-13456-23
-sign \x87C0 156-13456-23
-sign \x95E9 156-12456-1
-sign \x62F4 156-12456-1
-sign \x9582 156-12456-1
-sign \x6813 156-12456-1
-sign \x6DAE 156-12456-23
-sign \x8168 156-12456-23
-sign \x53CC 156-2356-1
-sign \x6EDD 123-256-2
-sign \x971C 156-2356-1
-sign \x96D9 156-2356-1
-sign \x5B40 156-2356-1
-sign \x9AA6 156-2356-1
-sign \x9A3B 156-2356-1
-sign \x5B47 156-2356-1
-sign \x6B06 156-2356-1
-sign \x7935 156-2356-1
-sign \x9DDE 156-2356-1
-sign \x9E74 156-2356-1
-sign \x826D 156-2356-1
-sign \x9A66 156-2356-1
-sign \x9E18 156-2356-1
-sign \x723D 156-2356-3
-sign \x587D 156-2356-3
-sign \x6F3A 156-2356-3
-sign \x6161 156-2356-3
-sign \x6A09 156-2356-3
-sign \x7E14 156-2356-3
-sign \x93EF 156-2356-3
-sign \x7040 156-2356-23
-sign \x8C01 156-2456-2
-sign \x813D 156-2456-2
-sign \x8AB0 156-2456-2
-sign \x6C34 156-2456-3
-sign \x6C3A 156-2456-3
-sign \x9596 123-235-23
-sign \x6329 2345-135-1
-sign \x635D 2345-135-1
-sign \x5E28 156-2456-23
-sign \x6D97 156-2456-23
-sign \x6D9A 156-2456-23
-sign \x7971 156-2456-23
-sign \x7A05 156-2456-23
-sign \x7A0E 156-2456-23
-sign \x88DE 156-2456-23
-sign \x7761 156-2456-23
-sign \x542E 156-25-3
-sign \x987A 156-25-23
-sign \x9806 156-25-23
-sign \x821C 156-25-23
-sign \x8563 156-25-23
-sign \x6A53 156-25-23
-sign \x779A 156-25-23
-sign \x77A4 156-25-23
-sign \x77AC 156-25-23
-sign \x9B0A 156-25-23
-sign \x8BF4 156-135-1
-sign \x54FE 12345-135-23
-sign \x8AAA 156-135-1
-sign \x8AAC 156-2456-23
-sign \x5981 156-135-23
-sign \x70C1 156-135-23
-sign \x94C4 156-135-23
-sign \x6714 156-135-23
-sign \x7855 156-135-23
-sign \x77DF 156-135-23
-sign \x6420 156-135-23
-sign \x84B4 156-135-23
-sign \x78A9 156-135-23
-sign \x69CA 156-135-23
-sign \x7361 156-135-23
-sign \x9399 156-135-23
-sign \x720D 156-135-23
-sign \x9460 156-135-23
-sign \x53B6 234-1
-sign \x53F8 234-1
-sign \x4E1D 234-1
-sign \x79C1 234-1
-sign \x549D 234-1
-sign \x6CC0 234-1
-sign \x601D 234-1
-sign \x4FEC 234-1
-sign \x6056 234-1
-sign \x8652 234-1
-sign \x9E36 234-1
-sign \x65AF 234-1
-sign \x86F3 234-1
-sign \x6122 234-246-1
-sign \x5AA4 234-1
-sign \x7F0C 234-1
-sign \x7D72 234-1
-sign \x6952 234-1
-sign \x9270 234-1
-sign \x98D4 234-1
-sign \x7997 234-1
-sign \x69B9 234-1
-sign \x53AE 234-1
-sign \x7F73 234-1
-sign \x9536 234-1
-sign \x92AF 234-1
-sign \x51D8 234-1
-sign \x79A0 234-1
-sign \x6495 234-1
-sign \x856C 234-1
-sign \x78C3 234-1
-sign \x5636 234-1
-sign \x565D 234-1
-sign \x5EDD 234-1
-sign \x6F8C 234-1
-sign \x7DE6 234-1
-sign \x8784 234-1
-sign \x71CD 234-1
-sign \x9376 234-1
-sign \x87F4 234-1
-sign \x87D6 234-1
-sign \x7C1B 234-1
-sign \x98B8 234-1
-sign \x9A26 234-1
-sign \x9401 234-1
-sign \x9F36 234-1
-sign \x9DE5 234-1
-sign \x6B7B 234-3
-sign \x5072 234-1
-sign \x5DF3 234-23
-sign \x4E96 234-23
-sign \x7F52 2356-3
-sign \x56DB 234-23
-sign \x5BFA 234-23
-sign \x6C5C 234-23
-sign \x5155 234-23
-sign \x4F40 234-23
-sign \x4F3A 234-23
-sign \x6CE4 234-23
-sign \x7940 234-23
-sign \x59D2 234-23
-sign \x4FA1 234-23
-sign \x9972 234-23
-sign \x6CD7 234-23
-sign \x5B60 234-23
-sign \x9A77 234-23
-sign \x67F6 234-23
-sign \x67B1 234-23
-sign \x726D 234-23
-sign \x4FDF 234-23
-sign \x5A30 234-23
-sign \x8082 234-23
-sign \x98E4 234-23
-sign \x6D0D 234-23
-sign \x6D98 234-23
-sign \x801C 234-23
-sign \x68A9 234-23
-sign \x7B25 234-23
-sign \x91F2 234-23
-sign \x7AE2 234-23
-sign \x8997 234-23
-sign \x8086 234-23
-sign \x55E3 234-23
-sign \x923B 234-23
-sign \x8C84 234-23
-sign \x98FC 234-23
-sign \x99DF 234-23
-sign \x79A9 234-23
-sign \x857C 234-23
-sign \x9A03 246-2
-sign \x5129 234-23
-sign \x7003 234-23
-sign \x5FEA 234-256-1
-sign \x677E 234-256-1
-sign \x67A9 234-256-1
-sign \x6780 234-256-1
-sign \x67D7 234-256-1
-sign \x5A00 234-256-1
-sign \x502F 234-256-1
-sign \x51C7 234-256-1
-sign \x83D8 234-256-1
-sign \x5D27 234-256-1
-sign \x5EBA 234-256-1
-sign \x6DDE 234-256-1
-sign \x68A5 234-256-1
-sign \x6121 14-256-23
-sign \x7879 234-256-1
-sign \x5D69 234-256-1
-sign \x8719 234-256-1
-sign \x6FCD 234-256-1
-sign \x61BD 234-256-1
-sign \x6AA7 234-256-1
-sign \x9B06 234-256-1
-sign \x6002 234-256-3
-sign \x8038 234-256-3
-sign \x609A 234-256-3
-sign \x7AE6 234-256-3
-sign \x50B1 234-256-3
-sign \x612F 234-256-3
-sign \x5D77 234-256-3
-sign \x616B 234-256-3
-sign \x99F7 234-256-3
-sign \x8073 234-256-3
-sign \x8BBC 234-256-23
-sign \x5B8B 234-256-23
-sign \x9001 234-256-23
-sign \x8BF5 234-256-23
-sign \x9882 234-256-23
-sign \x8A1F 234-256-23
-sign \x980C 234-256-23
-sign \x8AA6 234-256-23
-sign \x93B9 234-256-23
-sign \x9938 234-256-23
-sign \x51C1 234-12356-1
-sign \x635C 234-12356-1
-sign \x910B 234-12356-1
-sign \x641C 234-12356-1
-sign \x8490 234-12356-1
-sign \x55D6 234-12356-1
-sign \x7340 234-12356-1
-sign \x998A 234-12356-1
-sign \x5ECB 234-12356-1
-sign \x5EC0 234-12356-1
-sign \x6EB2 234-12356-1
-sign \x6449 234-12356-1
-sign \x98D5 234-12356-1
-sign \x6457 234-12356-1
-sign \x953C 234-12356-1
-sign \x878B 234-12356-1
-sign \x8258 234-12356-1
-sign \x9199 234-12356-1
-sign \x93AA 234-12356-1
-sign \x993F 234-12356-1
-sign \x98BC 234-12356-1
-sign \x9A2A 234-12356-1
-sign \x53DF 234-12356-3
-sign \x53DC 234-12356-3
-sign \x5081 234-12356-3
-sign \x84C3 234-12356-1
-sign \x778D 234-12356-3
-sign \x55FE 234-12356-3
-sign \x64DE 234-12356-3
-sign \x85AE 234-12356-3
-sign \x8B0F 125-345-3
-sign \x64FB 234-12356-3
-sign \x85EA 234-12356-3
-sign \x6AE2 234-12356-3
-sign \x6B36 156-135-23
-sign \x55FD 234-12356-23
-sign \x7636 234-12356-23
-sign \x82CF 234-136-1
-sign \x7526 234-136-1
-sign \x9165 234-136-1
-sign \x7A23 234-136-1
-sign \x7AA3 234-136-1
-sign \x7A4C 234-136-1
-sign \x9BC2 234-136-1
-sign \x8613 234-136-1
-sign \x8607 234-136-1
-sign \x6AEF 234-136-1
-sign \x56CC 234-136-1
-sign \x4FD7 234-136-2
-sign \x738A 234-136-23
-sign \x5919 234-136-23
-sign \x8BC9 234-136-23
-sign \x6CDD 234-136-23
-sign \x8083 234-136-23
-sign \x6D2C 234-136-23
-sign \x73DF 234-136-23
-sign \x7D20 234-136-23
-sign \x901F 234-136-23
-sign \x6D91 234-136-23
-sign \x6880 234-136-23
-sign \x6B90 234-136-23
-sign \x7C9B 234-136-23
-sign \x9A95 234-136-23
-sign \x7C9F 234-136-23
-sign \x5083 234-136-23
-sign \x8A34 234-136-23
-sign \x8C21 234-136-23
-sign \x5850 234-136-23
-sign \x55C9 234-136-23
-sign \x5851 234-136-23
-sign \x9061 234-136-23
-sign \x6EB8 234-136-23
-sign \x6EAF 234-136-23
-sign \x612B 234-136-23
-sign \x8085 234-136-23
-sign \x9E54 234-136-23
-sign \x5ACA 234-136-23
-sign \x8D9A 234-136-23
-sign \x850C 234-136-23
-sign \x69A1 234-136-23
-sign \x906C 234-136-23
-sign \x50F3 234-136-23
-sign \x8186 234-136-23
-sign \x89EB 234-136-23
-sign \x612C 234-136-23
-sign \x6A15 234-136-23
-sign \x6A0E 234-136-23
-sign \x92C9 234-136-23
-sign \x9917 234-136-23
-sign \x6F65 234-136-23
-sign \x619F 234-136-23
-sign \x6F5A 234-136-23
-sign \x7E24 234-136-23
-sign \x749B 234-136-23
-sign \x85D7 234-136-23
-sign \x6A5A 234-136-23
-sign \x7C0C 234-136-23
-sign \x8B16 234-136-23
-sign \x8E5C 234-136-23
-sign \x9A4C 234-136-23
-sign \x9C50 234-136-23
-sign \x9DEB 234-136-23
-sign \x72FB 234-12456-1
-sign \x75E0 234-12456-1
-sign \x9178 234-12456-1
-sign \x5334 234-12456-3
-sign \x7958 234-12456-23
-sign \x7B07 234-12456-23
-sign \x849C 234-12456-23
-sign \x7B6D 234-12456-23
-sign \x7B97 234-12456-23
-sign \x590A 234-2456-1
-sign \x8295 234-2456-1
-sign \x867D 234-2456-1
-sign \x633C 245-135-2
-sign \x837D 234-2456-1
-sign \x837E 234-2456-1
-sign \x54F8 234-2456-1
-sign \x5020 234-2456-1
-sign \x6D7D 234-2456-1
-sign \x5A1E 1345-2346-3
-sign \x772D 234-2456-1
-sign \x7762 234-2456-1
-sign \x6ED6 234-2456-1
-sign \x71A3 234-2456-1
-sign \x9796 234-2456-1
-sign \x6FC9 234-2456-1
-sign \x96D6 234-2456-1
-sign \x7EE5 234-2456-2
-sign \x968B 234-2456-2
-sign \x968F 234-2456-2
-sign \x9040 234-2456-2
-sign \x7D8F 234-2456-2
-sign \x96A8 234-2456-2
-sign \x74CD 234-2456-2
-sign \x81B8 234-2456-3
-sign \x7021 234-2456-3
-sign \x9AC4 234-2456-3
-sign \x9AD3 234-2456-3
-sign \x4E97 234-2456-23
-sign \x5C81 234-2456-23
-sign \x7815 234-2456-23
-sign \x7C8B 14-2456-23
-sign \x8C07 234-2456-23
-sign \x795F 234-2456-23
-sign \x57E3 234-2456-23
-sign \x5D57 234-2456-23
-sign \x813A 14-2456-23
-sign \x9042 234-2456-23
-sign \x788E 234-2456-23
-sign \x6B72 234-2456-23
-sign \x6B73 234-2456-23
-sign \x775F 234-2456-23
-sign \x716B 234-2456-23
-sign \x96A7 234-2456-23
-sign \x8CE5 234-2456-23
-sign \x7A42 234-2456-23
-sign \x8AB6 234-2456-23
-sign \x6FBB 234-2456-23
-sign \x5B18 234-2456-23
-sign \x74B2 234-2456-23
-sign \x6A96 234-2456-23
-sign \x71E7 234-2456-23
-sign \x79AD 234-2456-23
-sign \x7A57 234-2456-23
-sign \x7A5F 234-2456-23
-sign \x9083 234-2456-23
-sign \x895A 234-2456-23
-sign \x7E40 234-2456-23
-sign \x65DE 234-2456-23
-sign \x61F3 125-2456-23
-sign \x7E50 234-2456-23
-sign \x7E78 234-2456-23
-sign \x8B62 234-2456-23
-sign \x9406 234-2456-23
-sign \x9429 234-2456-23
-sign \x5B59 234-25-1
-sign \x836A 234-25-1
-sign \x72F2 234-25-1
-sign \x5B6B 234-25-1
-sign \x98E7 234-25-1
-sign \x640E 234-25-1
-sign \x84C0 234-25-1
-sign \x733B 234-25-1
-sign \x69C2 234-25-1
-sign \x8575 234-25-1
-sign \x859E 234-25-1
-sign \x635F 234-25-3
-sign \x7B0B 234-25-3
-sign \x96BC 234-25-3
-sign \x7B4D 234-25-3
-sign \x640D 234-25-3
-sign \x69AB 234-25-3
-sign \x7BB0 234-25-3
-sign \x93A8 234-25-3
-sign \x9DBD 234-25-3
-sign \x644C 12345-1236-3
-sign \x6F60 234-25-23
-sign \x838F 234-135-1
-sign \x5506 234-135-1
-sign \x5A11 234-135-1
-sign \x686B 234-135-1
-sign \x68AD 234-135-1
-sign \x509E 234-135-1
-sign \x6332 234-135-1
-sign \x7743 234-135-1
-sign \x84D1 234-135-1
-sign \x55E6 234-135-1
-sign \x55CD 234-135-1
-sign \x7FA7 234-135-1
-sign \x8D96 234-135-1
-sign \x644D 234-135-1
-sign \x7F29 234-135-1
-sign \x7C11 234-135-1
-sign \x9AFF 156-35-1
-sign \x7C14 234-135-1
-sign \x7E2E 234-135-1
-sign \x9BBB 234-135-1
-sign \x6240 234-135-3
-sign \x7D22 234-135-3
-sign \x5522 234-135-3
-sign \x7411 234-135-3
-sign \x7410 234-135-3
-sign \x9501 234-135-3
-sign \x669B 234-135-3
-sign \x55E9 234-135-3
-sign \x6E91 234-135-3
-sign \x7463 234-135-3
-sign \x938D 234-135-3
-sign \x9396 234-135-3
-sign \x93BB 234-135-3
-sign \x93C1 234-135-3
-sign \x9024 234-135-23
-sign \x6EB9 234-135-23
-sign \x8736 234-135-23
-sign \x4ED6 2345-35
-sign \x5B83 4-2345-35-1
-sign \x5979 2345-35-1
-sign \x7260 2345-35-1
-sign \x7942 2345-35-1
-sign \x549C 2345-135-1
-sign \x8DBF 2345-35-1
-sign \x94CA 2345-35-1
-sign \x584C 2345-35-1
-sign \x6999 2345-35-1
-sign \x9062 2345-35-1
-sign \x6EBB 2345-35-1
-sign \x891F 2345-35-1
-sign \x95E7 2345-35-1
-sign \x8E79 2345-35-23
-sign \x5854 2345-35-3
-sign \x5896 2345-35-3
-sign \x736D 2345-35-3
-sign \x9CCE 2345-35-3
-sign \x737A 2345-35-3
-sign \x9C28 2345-35-3
-sign \x6C93 2345-35-23
-sign \x631E 2345-35-23
-sign \x8345 145-35-2
-sign \x95FC 2345-35-23
-sign \x5D09 2345-35-23
-sign \x6DBE 2345-35-23
-sign \x509D 2345-35-23
-sign \x6428 2345-35-23
-sign \x905D 2345-35-23
-sign \x9618 2345-35-23
-sign \x69BB 2345-35-23
-sign \x6BFE 2345-35-23
-sign \x79A2 2345-35-23
-sign \x64BB 2345-35-23
-sign \x8E0F 2345-35-23
-sign \x8ABB 2345-35-23
-sign \x6FBE 2345-35-23
-sign \x6A7D 2345-35-23
-sign \x5683 2345-35-23
-sign \x9314 2345-35-23
-sign \x979C 2345-35-23
-sign \x8E4B 2345-35-23
-sign \x6FCC 2345-35-23
-sign \x97B3 2345-35-23
-sign \x95D2 2345-35-23
-sign \x9389 2345-35-23
-sign \x95E5 2345-35-23
-sign \x56BA 2345-35-23
-sign \x8B76 2345-35-23
-sign \x8EA2 2345-35-23
-sign \x548D 2345-246-1
-sign \x56FC 2345-246-1
-sign \x5B61 2345-246-1
-sign \x73C6 24-2
-sign \x80CE 2345-246-1
-sign \x53F0 2345-246-2
-sign \x65F2 2345-246-2
-sign \x90B0 2345-246-2
-sign \x576E 2345-246-2
-sign \x62AC 2345-246-2
-sign \x82D4 2345-246-2
-sign \x9A80 2345-246-2
-sign \x70B2 2345-246-2
-sign \x70B1 2345-246-2
-sign \x83ED 2345-246-2
-sign \x8DC6 2345-246-2
-sign \x9C90 2345-246-2
-sign \x81FA 2345-246-2
-sign \x7B88 2345-246-2
-sign \x98B1 2345-246-2
-sign \x99D8 2345-246-2
-sign \x5113 2345-246-2
-sign \x9B90 2345-246-2
-sign \x64E1 2345-246-2
-sign \x85B9 2345-246-2
-sign \x5B2F 2345-246-2
-sign \x6AAF 2345-246-2
-sign \x7C49 2345-246-2
-sign \x5454 145-246-1
-sign \x592A 2345-246-23
-sign \x5933 2345-246-23
-sign \x51AD 2345-246-23
-sign \x5FD5 156-23
-sign \x6C70 2345-246-23
-sign \x5FF2 2345-246-23
-sign \x6001 2345-246-23
-sign \x80BD 2345-246-23
-sign \x949B 2345-246-23
-sign \x6CF0 2345-246-23
-sign \x8226 2345-246-23
-sign \x7C8F 2345-246-23
-sign \x915E 2345-246-23
-sign \x9226 2345-246-23
-sign \x6E99 2345-246-23
-sign \x614B 2345-246-23
-sign \x71E4 2345-246-23
-sign \x8EDA 145-246-23
-sign \x574D 2345-1236-1
-sign \x8D2A 2345-1236-1
-sign \x6039 2345-1236-1
-sign \x8CAA 2345-1236-1
-sign \x75D1 2345-1236-1
-sign \x644A 2345-1236-1
-sign \x6EE9 2345-1236-1
-sign \x563D 2345-1236-1
-sign \x762B 2345-1236-1
-sign \x6F6C 2345-1236-1
-sign \x64F9 2345-1236-1
-sign \x6524 2345-1236-1
-sign \x7058 2345-1236-1
-sign \x7671 2345-1236-1
-sign \x575B 2345-1236-2
-sign \x6619 2345-1236-2
-sign \x5013 2345-1236-2
-sign \x90EF 2345-1236-2
-sign \x8C08 2345-1236-2
-sign \x57EE 2345-1236-2
-sign \x60D4 2345-1236-2
-sign \x5A52 2345-1236-2
-sign \x8983 2345-1236-2
-sign \x5F3E 145-1236-23
-sign \x6983 2345-1236-2
-sign \x952C 2345-1236-2
-sign \x75F0 2345-1236-2
-sign \x8C2D 2345-1236-2
-sign \x58B0 2345-1236-2
-sign \x58B5 2345-1236-2
-sign \x9188 2345-1236-2
-sign \x8AC7 2345-1236-2
-sign \x6F6D 2345-1236-2
-sign \x619B 2345-1236-2
-sign \x58C7 2345-1236-2
-sign \x6A5D 2345-1236-2
-sign \x66C7 2345-1236-2
-sign \x6A80 2345-1236-2
-sign \x9561 2345-1236-2
-sign \x9843 2345-1236-2
-sign \x85EB 2345-1236-2
-sign \x7F48 2345-1236-2
-sign \x58DC 2345-1236-2
-sign \x91B0 2345-1236-2
-sign \x8C9A 2345-1236-2
-sign \x8B5A 2345-1236-2
-sign \x8B60 2345-1236-2
-sign \x7F4E 2345-1236-2
-sign \x5FD0 2345-1236-3
-sign \x5766 2345-1236-3
-sign \x94BD 2345-1236-3
-sign \x8892 2345-1236-3
-sign \x83FC 2345-1236-3
-sign \x6BEF 2345-1236-3
-sign \x926D 2345-1236-3
-sign \x55FF 2345-1236-3
-sign \x61B3 2345-1236-3
-sign \x9193 2345-1236-3
-sign \x66BA 2345-1236-3
-sign \x61BB 2345-1236-3
-sign \x74AE 2345-1236-3
-sign \x8962 2345-1236-3
-sign \x53F9 2345-1236-23
-sign \x70AD 2345-1236-23
-sign \x63A2 2345-1236-23
-sign \x8D55 145-1236-3
-sign \x6E60 2345-1236-23
-sign \x50CB 2345-1236-23
-sign \x78B3 2345-1236-23
-sign \x5606 2345-1236-23
-sign \x8215 2345-1236-23
-sign \x64A2 145-1236-3
-sign \x6B4E 2345-1236-23
-sign \x8CE7 145-1236-3
-sign \x6C64 2345-236-1
-sign \x94F4 2345-236-1
-sign \x6E6F 2345-236-1
-sign \x8025 2345-236-1
-sign \x5621 2345-236-1
-sign \x528F 2345-236-1
-sign \x876A 2345-236-1
-sign \x7FB0 2345-236-1
-sign \x859A 2345-236-1
-sign \x8E5A 2345-236-1
-sign \x95DB 2345-236-2
-sign \x97BA 2345-236-1
-sign \x9F1E 2345-236-1
-sign \x9967 2345-236-2
-sign \x5763 2345-236-2
-sign \x5510 2345-236-2
-sign \x5802 2345-236-2
-sign \x68E0 2345-236-2
-sign \x557A 2345-236-2
-sign \x508F 2345-236-2
-sign \x910C 2345-236-2
-sign \x5858 2345-236-2
-sign \x642A 2345-236-2
-sign \x84CE 2345-236-2
-sign \x5D63 145-236-23
-sign \x6E8F 2345-236-2
-sign \x969A 2345-236-2
-sign \x746D 2345-236-2
-sign \x69B6 2345-236-2
-sign \x8185 2345-236-2
-sign \x717B 2345-236-2
-sign \x6F1F 2345-236-2
-sign \x799F 2345-236-2
-sign \x6A18 2345-236-2
-sign \x78C4 2345-236-2
-sign \x819B 2345-236-2
-sign \x7CC3 2345-236-2
-sign \x6A56 2345-236-2
-sign \x8E3C 2345-236-2
-sign \x8797 2345-236-2
-sign \x9557 2345-236-2
-sign \x7BD6 2345-236-2
-sign \x7CD6 2345-236-2
-sign \x8D6F 2345-236-2
-sign \x91A3 2345-236-2
-sign \x87B3 2345-236-2
-sign \x9933 2345-236-2
-sign \x7CDB 2345-236-2
-sign \x9395 2345-236-2
-sign \x9939 2345-236-2
-sign \x93DC 2345-236-2
-sign \x9944 2345-236-2
-sign \x9DB6 2345-236-2
-sign \x5E11 2345-236-3
-sign \x5018 2345-236-3
-sign \x5052 2345-236-3
-sign \x6DCC 2345-236-3
-sign \x50A5 2345-236-3
-sign \x954B 2345-236-3
-sign \x8EBA 2345-236-3
-sign \x93B2 2345-236-3
-sign \x513B 2345-236-3
-sign \x6203 2345-236-3
-sign \x66ED 2345-236-3
-sign \x7223 2345-236-3
-sign \x77D8 2345-236-3
-sign \x9482 2345-236-3
-sign \x70EB 2345-236-23
-sign \x6465 2345-236-23
-sign \x8D9F 2345-236-23
-sign \x71D9 2345-236-23
-sign \x940B 2345-236-1
-sign \x4ED0 2345-235-1
-sign \x5F22 2345-235-1
-sign \x6D9B 2345-235-1
-sign \x7EE6 2345-235-1
-sign \x7118 2345-235-1
-sign \x638F 2345-235-1
-sign \x7D5B 2345-235-1
-sign \x8A5C 2345-235-1
-sign \x642F 2345-235-1
-sign \x5E4D 2345-235-1
-sign \x6ED4 2345-235-1
-sign \x6146 2345-235-1
-sign \x5ACD 2345-235-1
-sign \x746B 2345-235-1
-sign \x97EC 2345-235-1
-sign \x69C4 2345-235-1
-sign \x98F8 2345-235-1
-sign \x7E27 2345-235-1
-sign \x7E1A 2345-235-1
-sign \x8B1F 2345-235-1
-sign \x6FE4 2345-235-1
-sign \x71FE 2345-235-1
-sign \x97B1 2345-235-1
-sign \x97DC 2345-235-1
-sign \x9955 2345-235-1
-sign \x530B 2345-235-2
-sign \x8FEF 2345-235-2
-sign \x54B7 2345-235-2
-sign \x9003 2345-235-2
-sign \x6D2E 2345-235-2
-sign \x6843 2345-235-2
-sign \x9676 2345-235-2
-sign \x8404 2345-235-2
-sign \x68BC 2345-235-2
-sign \x5555 2345-235-2
-sign \x6DD8 2345-235-2
-sign \x7EF9 2345-235-2
-sign \x7979 2345-235-2
-sign \x88EA 2345-235-2
-sign \x9780 2345-235-2
-sign \x872A 2345-235-2
-sign \x7DAF 2345-235-2
-sign \x9789 2345-235-2
-sign \x9184 2345-235-2
-sign \x99E3 2345-235-2
-sign \x92FE 2345-235-2
-sign \x9A0A 2345-235-2
-sign \x6AAE 2345-235-2
-sign \x9940 2345-235-2
-sign \x9F17 2345-235-2
-sign \x8BA8 2345-235-3
-sign \x8A0E 2345-235-3
-sign \x5957 2345-235-23
-sign \x5FD1 2345-26-23
-sign \x5FD2 2345-2456-1
-sign \x8CA3 2345-26-23
-sign \x7279 2345-26-23
-sign \x8126 2345-26-23
-sign \x94FD 2345-26-23
-sign \x615D 2345-26-23
-sign \x92F1 2345-26-23
-sign \x87D8 2345-26-23
-sign \x81AF 2345-3456-1
-sign \x9F1F 2345-3456-1
-sign \x75BC 2345-3456-2
-sign \x5E50 2345-3456-2
-sign \x817E 2345-3456-2
-sign \x8A8A 2345-3456-2
-sign \x6F1B 2345-3456-2
-sign \x6ED5 2345-3456-2
-sign \x9086 2345-3456-2
-sign \x87A3 2345-3456-2
-sign \x7E22 2345-3456-2
-sign \x99E6 2345-3456-2
-sign \x8B04 2345-3456-2
-sign \x85E4 2345-3456-2
-sign \x512F 2345-3456-2
-sign \x9A30 2345-3456-2
-sign \x7C50 2345-3456-2
-sign \x9C27 2345-3456-2
-sign \x7C58 2345-3456-2
-sign \x8645 2345-3456-2
-sign \x9A63 2345-3456-2
-sign \x972F 2345-3456-23
-sign \x5254 2345-24-1
-sign \x68AF 2345-24-1
-sign \x9511 2345-24-1
-sign \x8E22 2345-24-1
-sign \x92BB 2345-24-1
-sign \x9DC8 2345-24-1
-sign \x9DC9 2345-24-1
-sign \x624C 156-12356-3
-sign \x82D0 145-24-23
-sign \x5397 2345-24-2
-sign \x7EE8 2345-24-2
-sign \x504D 2345-24-2
-sign \x63D0 2345-24-2
-sign \x557C 2345-24-2
-sign \x7F64 2345-24-2
-sign \x5D39 2345-24-2
-sign \x7A0A 2345-24-2
-sign \x9046 2345-24-2
-sign \x9E48 2345-24-2
-sign \x6E27 145-24-23
-sign \x60FF 2345-24-2
-sign \x5A9E 2345-24-2
-sign \x7F07 2345-24-2
-sign \x7445 2345-24-2
-sign \x55C1 2345-24-2
-sign \x7D88 2345-24-2
-sign \x78AE 2345-24-2
-sign \x8906 2345-24-2
-sign \x855B 2345-24-2
-sign \x9898 2345-24-2
-sign \x876D 2345-24-2
-sign \x5FB2 2345-24-2
-sign \x6F3D 2345-24-2
-sign \x7DF9 2345-24-2
-sign \x8DA7 2345-24-2
-sign \x918D 2345-24-2
-sign \x8E44 2345-24-2
-sign \x9D3A 24-2
-sign \x8E4F 2345-24-2
-sign \x9357 2345-24-2
-sign \x9CC0 2345-24-2
-sign \x8B15 2345-24-2
-sign \x984C 2345-24-2
-sign \x9BB7 2345-24-2
-sign \x9D5C 2345-24-2
-sign \x9A20 2345-24-2
-sign \x9D97 2345-24-2
-sign \x9BF7 2345-24-2
-sign \x9D99 2345-24-2
-sign \x9DE4 2345-24-2
-sign \x4F53 2345-24-3
-sign \x8EB0 2345-24-3
-sign \x9AB5 2345-24-3
-sign \x8EC6 2345-24-3
-sign \x9AD4 2345-24-3
-sign \x623B 2345-24-23
-sign \x5C49 2345-24-23
-sign \x5243 2345-24-23
-sign \x6D1F 2345-24-23
-sign \x632E 2345-24-3
-sign \x501C 2345-24-23
-sign \x9016 2345-24-23
-sign \x6D95 2345-24-23
-sign \x608C 2345-24-23
-sign \x63A6 2345-24-23
-sign \x9037 2345-24-23
-sign \x6090 2345-24-23
-sign \x60D5 2345-24-23
-sign \x5C5C 2345-24-23
-sign \x66FF 2345-24-23
-sign \x60D6 2345-24-23
-sign \x88FC 2345-24-23
-sign \x8905 2345-24-23
-sign \x9AF0 2345-24-23
-sign \x6BA2 2345-24-23
-sign \x6B52 2345-24-23
-sign \x9B00 2345-24-23
-sign \x568F 2345-24-23
-sign \x74CB 2345-24-23
-sign \x9B04 2345-24-23
-sign \x5694 2345-24-23
-sign \x7C4A 2345-24-23
-sign \x8DAF 2345-24-23
-sign \x5929 2345-146-1
-sign \x5172 2345-146-1
-sign \x6DFB 2345-146-1
-sign \x5A56 2345-146-1
-sign \x9754 2345-146-1
-sign \x915F 2345-146-1
-sign \x9EC7 2345-146-1
-sign \x975D 2345-146-1
-sign \x7530 2345-146-2
-sign \x6CBA 2345-146-2
-sign \x5C47 2345-146-2
-sign \x76F7 2345-146-2
-sign \x754B 2345-146-2
-sign \x80CB 2345-146-2
-sign \x7551 2345-146-2
-sign \x606C 2345-146-2
-sign \x7560 1356-246-1
-sign \x751B 2345-146-2
-sign \x83FE 2345-146-2
-sign \x751C 2345-146-2
-sign \x6E49 2345-146-2
-sign \x586B 2345-146-2
-sign \x6437 2345-146-2
-sign \x5861 2345-146-2
-sign \x9617 2345-146-2
-sign \x78B5 2345-146-2
-sign \x7DC2 2345-146-2
-sign \x78CC 2345-146-2
-sign \x7AB4 2345-146-2
-sign \x9D2B 2345-146-2
-sign \x74B3 2345-146-2
-sign \x95D0 2345-146-2
-sign \x9DCF 2345-146-2
-sign \x9DC6 2345-146-2
-sign \x5FDD 2345-146-3
-sign \x6B84 2345-146-3
-sign \x500E 2345-146-3
-sign \x6375 12345-356-1
-sign \x553A 2345-146-3
-sign \x94E6 125-146-1
-sign \x6DDF 2345-146-3
-sign \x60BF 2345-146-3
-sign \x7420 2345-146-3
-sign \x666A 2345-146-3
-sign \x89CD 2345-146-3
-sign \x8146 2345-146-3
-sign \x7753 2345-146-3
-sign \x75F6 145-146-3
-sign \x8214 2345-146-3
-sign \x9902 2345-146-3
-sign \x8CDF 2345-146-3
-sign \x89A5 2345-146-3
-sign \x9766 134-146-3
-sign \x932A 2345-146-3
-sign \x63AD 2345-146-23
-sign \x7471 2345-146-23
-sign \x777C 2345-24-2
-sign \x821A 2345-146-23
-sign \x65EB 2345-345-1
-sign \x4F7B 2345-345-1
-sign \x6311 2345-345-1
-sign \x5EA3 2345-345-1
-sign \x604C 2345-345-1
-sign \x7967 2345-345-1
-sign \x804E 2345-345-1
-sign \x8280 2345-345-2
-sign \x6761 2345-345-2
-sign \x82D5 2345-345-2
-sign \x5CA7 2345-345-2
-sign \x5CB9 2345-345-2
-sign \x8FE2 2345-345-2
-sign \x7952 2345-345-2
-sign \x689D 2345-345-2
-sign \x8C03 2345-345-2
-sign \x7B24 2345-345-2
-sign \x84DA 2345-345-2
-sign \x84E7 145-345-23
-sign \x84E8 2345-345-2
-sign \x9F86 2345-345-2
-sign \x6A24 2345-345-2
-sign \x8729 2345-345-2
-sign \x9AEB 2345-345-2
-sign \x92DA 2345-345-2
-sign \x9797 2345-345-2
-sign \x9CA6 2345-345-2
-sign \x87A9 2345-345-2
-sign \x9BC8 2345-345-2
-sign \x93A5 2345-345-2
-sign \x5135 156-136-1
-sign \x9F60 2345-345-2
-sign \x9C37 2345-345-2
-sign \x5BA8 2345-345-3
-sign \x6640 2345-345-3
-sign \x7A95 2345-345-3
-sign \x8A82 2345-345-3
-sign \x7AB1 2345-345-3
-sign \x5B25 2345-345-3
-sign \x6713 2345-345-3
-sign \x8101 2345-345-3
-sign \x773A 2345-345-23
-sign \x7C9C 2345-345-23
-sign \x7D69 2345-345-23
-sign \x8D92 2345-345-2
-sign \x8DF3 2345-345-23
-sign \x899C 2345-345-23
-sign \x982B 124-136-3
-sign \x7CF6 2345-345-23
-sign \x5E16 2345-15-3
-sign \x6017 2345-15-1
-sign \x8D34 2345-15-1
-sign \x841C 2345-15-1
-sign \x8051 2345-15-1
-sign \x8CBC 2345-15-1
-sign \x8DD5 145-15-2
-sign \x94C1 2345-15-3
-sign \x86C8 2345-15-3
-sign \x9244 2345-15-3
-sign \x50E3 2345-15-3
-sign \x9421 2345-15-3
-sign \x9435 2345-15-3
-sign \x9A56 2345-15-3
-sign \x546B 2345-15-1
-sign \x98FB 2345-15-23
-sign \x992E 2345-15-23
-sign \x5385 2345-16-1
-sign \x827C 145-16-3
-sign \x5E81 2345-16-1
-sign \x6C40 2345-16-1
-sign \x5391 2346-2
-sign \x542C 2345-16-1
-sign \x8013 2345-16-1
-sign \x539B 2345-16-1
-sign \x70C3 2345-16-1
-sign \x70F4 2345-16-1
-sign \x6E1F 2345-16-2
-sign \x7D8E 2345-16-1
-sign \x9793 2345-16-1
-sign \x8074 2345-16-1
-sign \x807C 2345-16-1
-sign \x5EF0 2345-16-1
-sign \x807D 2345-16-1
-sign \x5EF3 2345-16-1
-sign \x9092 2345-16-2
-sign \x5EF7 2345-16-2
-sign \x839B 2345-16-2
-sign \x4EAD 2345-16-2
-sign \x5EAD 2345-16-2
-sign \x505C 2345-16-2
-sign \x8476 2345-16-2
-sign \x8713 2345-16-2
-sign \x5D49 2345-16-2
-sign \x7B73 2345-16-2
-sign \x5A77 2345-16-2
-sign \x695F 2345-16-2
-sign \x69B3 2345-16-2
-sign \x9706 2345-16-2
-sign \x95AE 2345-16-2
-sign \x8064 2345-16-2
-sign \x874F 2345-16-2
-sign \x8AEA 2345-16-2
-sign \x9F2E 2345-16-2
-sign \x5722 2345-16-3
-sign \x4FB9 2345-16-3
-sign \x633A 2345-16-3
-sign \x6D8F 2345-16-3
-sign \x5A17 2345-146-3
-sign \x73FD 2345-16-3
-sign \x6883 2345-16-3
-sign \x8121 2345-16-3
-sign \x70F6 2345-16-3
-sign \x988B 2345-16-3
-sign \x8247 2345-16-3
-sign \x8A94 2345-16-3
-sign \x9832 2345-16-3
-sign \x6FCE 145-16-3
-sign \x56F2 2456-2
-sign \x70B5 2345-256-1
-sign \x901A 2345-256-1
-sign \x75CC 2345-256-1
-sign \x84EA 2345-256-1
-sign \x55F5 2345-256-1
-sign \x6A0B 2345-256-1
-sign \x71A5 2345-256-1
-sign \x5182 1245-1456-1
-sign \x4EDD 2345-256-2
-sign \x540C 2345-256-2
-sign \x4F5F 2345-256-2
-sign \x5F64 2345-256-2
-sign \x5CC2 2345-256-2
-sign \x5E9D 2345-256-2
-sign \x833C 2345-256-2
-sign \x54C3 2345-256-2
-sign \x72EA 2345-256-2
-sign \x6850 2345-256-2
-sign \x783C 2345-256-2
-sign \x664D 2345-256-2
-sign \x8692 2345-256-2
-sign \x70D4 2345-256-2
-sign \x6D75 2345-256-2
-sign \x772E 2345-256-2
-sign \x94DC 2345-256-2
-sign \x79F1 2345-256-2
-sign \x8855 2345-256-2
-sign \x7AE5 2345-256-2
-sign \x7CA1 2345-256-2
-sign \x7D67 2345-256-2
-sign \x8D68 2345-256-2
-sign \x916E 2345-256-2
-sign \x9256 2345-256-2
-sign \x8A77 2345-256-2
-sign \x50EE 2345-256-2
-sign \x9275 2345-256-2
-sign \x9285 2345-256-2
-sign \x9907 2345-256-2
-sign \x9C96 2345-256-2
-sign \x52ED 2345-256-2
-sign \x735E 2345-256-2
-sign \x6F7C 2345-256-2
-sign \x6A66 2345-256-2
-sign \x66C8 2345-256-2
-sign \x729D 2345-256-2
-sign \x6723 2345-256-2
-sign \x81A7 2345-256-2
-sign \x6C03 2345-256-2
-sign \x71D1 2345-256-2
-sign \x77B3 2345-256-2
-sign \x7A5C 2345-256-2
-sign \x9BA6 2345-256-2
-sign \x7EDF 2345-256-3
-sign \x6345 2345-256-3
-sign \x6876 2345-256-3
-sign \x7B52 2345-256-3
-sign \x7D71 2345-256-3
-sign \x7B69 2345-256-3
-sign \x7D82 2345-256-3
-sign \x6078 2345-256-23
-sign \x75DB 2345-256-23
-sign \x615F 2345-256-23
-sign \x6185 2345-256-23
-sign \x5077 2345-12356-1
-sign \x5078 2345-12356-1
-sign \x936E 2345-12356-1
-sign \x5934 2345-12356-2
-sign \x6295 2345-12356-2
-sign \x9AB0 2345-12356-2
-sign \x7DF0 125-346-1
-sign \x982D 2345-12356-2
-sign \x59B5 2345-12356-3
-sign \x7D0F 2345-12356-3
-sign \x6B95 124-12356-3
-sign \x9204 145-12356-3
-sign \x6568 2345-12356-3
-sign \x65A2 2345-12356-3
-sign \x9EC8 2345-12356-3
-sign \x8623 2345-12356-3
-sign \x54E3 1234-12356-3
-sign \x900F 2345-12356-23
-sign \x51F8 2345-136-1
-sign \x79BF 2345-136-1
-sign \x79C3 2345-136-1
-sign \x7A81 2345-136-1
-sign \x550B 2345-136-3
-sign \x6D8B 2345-136-1
-sign \x6378 2345-136-1
-sign \x5817 2345-136-1
-sign \x8456 2345-136-1
-sign \x75DC 2345-136-1
-sign \x6E65 2345-136-1
-sign \x7479 2345-136-2
-sign \x5D80 2345-136-1
-sign \x92F5 2345-136-1
-sign \x9D5A 2345-136-1
-sign \x9F35 2345-136-1
-sign \x56F3 2345-136-2
-sign \x56FE 2345-136-2
-sign \x51C3 2345-136-2
-sign \x6348 2345-136-2
-sign \x837C 2345-136-2
-sign \x5F92 2345-136-2
-sign \x5CF9 2345-136-2
-sign \x9014 2345-136-2
-sign \x5EA9 2345-136-2
-sign \x6D82 2345-136-2
-sign \x688C 2345-136-2
-sign \x5C60 2345-136-2
-sign \x63EC 2345-136-2
-sign \x7A0C 2345-136-2
-sign \x84A4 2345-136-2
-sign \x7B61 2345-136-2
-sign \x5D5E 2345-136-2
-sign \x922F 2345-136-2
-sign \x816F 2345-136-2
-sign \x760F 2345-136-2
-sign \x5857 2345-136-2
-sign \x9174 2345-136-2
-sign \x8DFF 2345-136-2
-sign \x5716 2345-136-2
-sign \x5717 2345-136-2
-sign \x5EDC 2345-136-2
-sign \x6F73 2345-136-2
-sign \x999F 2345-136-2
-sign \x99FC 2345-136-2
-sign \x934E 2345-136-2
-sign \x9D4C 2345-136-2
-sign \x9D9F 2345-136-2
-sign \x9DCB 2345-136-2
-sign \x9DF5 2345-136-2
-sign \x571F 2345-136-3
-sign \x5721 2345-136-3
-sign \x5410 2345-136-3
-sign \x6C62 2345-136-3
-sign \x948D 2345-136-3
-sign \x91F7 2345-136-3
-sign \x514E 2345-136-23
-sign \x8FCC 2345-136-23
-sign \x5154 2345-136-23
-sign \x83B5 2345-136-23
-sign \x580D 2345-136-23
-sign \x83DF 2345-136-23
-sign \x9D75 2345-136-23
-sign \x732F 2345-12456-1
-sign \x6E4D 2345-12456-1
-sign \x5715 2345-12456-1
-sign \x7153 2345-12456-1
-sign \x8C92 2345-12456-1
-sign \x56E2 2345-12456-2
-sign \x56E3 2345-12456-2
-sign \x629F 2345-12456-2
-sign \x6476 2345-12456-2
-sign \x84F4 12345-25-2
-sign \x5718 2345-12456-2
-sign \x6F19 2345-12456-2
-sign \x6171 2345-12456-2
-sign \x69EB 2345-12456-2
-sign \x7BFF 2345-12456-2
-sign \x6AB2 2345-12456-2
-sign \x93C4 2345-12456-2
-sign \x7CF0 2345-12456-2
-sign \x9DD2 2345-12456-2
-sign \x9DFB 2345-12456-2
-sign \x7583 2345-12456-3
-sign \x5F56 2345-12456-23
-sign \x6E6A 2345-12456-23
-sign \x8916 2345-12456-23
-sign \x63A8 2345-2456-1
-sign \x84F7 2345-2456-1
-sign \x85EC 2345-2456-1
-sign \x9893 2345-2456-2
-sign \x50D3 2345-2456-2
-sign \x96A4 2345-2456-2
-sign \x5C35 2345-2456-2
-sign \x9839 2345-2456-2
-sign \x983D 2345-2456-2
-sign \x983A 2345-2456-2
-sign \x9B4B 2345-2456-2
-sign \x8608 2345-2456-2
-sign \x8E6A 2345-2456-2
-sign \x7A68 2345-2456-2
-sign \x4FC0 2345-2456-3
-sign \x812E 2345-2456-3
-sign \x817F 2345-2456-3
-sign \x8E46 2345-2456-3
-sign \x9ABD 2345-2456-3
-sign \x4FBB 2345-135-1
-sign \x9000 2345-2456-23
-sign \x5A27 2345-2456-23
-sign \x86FB 2345-2456-23
-sign \x8715 2345-2456-23
-sign \x717A 2345-2456-23
-sign \x892A 2345-2456-23
-sign \x8781 2345-2456-23
-sign \x99FE 2345-2456-23
-sign \x541E 2345-25-1
-sign \x5451 2345-25-1
-sign \x65FD 2345-25-1
-sign \x6D92 2345-25-1
-sign \x671C 2345-25-1
-sign \x711E 2345-25-1
-sign \x66BE 2345-25-1
-sign \x9ED7 2345-25-2
-sign \x5C6F 2345-25-2
-sign \x829A 2345-25-2
-sign \x56E4 2345-25-2
-sign \x9968 2345-25-2
-sign \x5E89 145-25-23
-sign \x5FF3 2345-25-2
-sign \x8ED8 2345-25-2
-sign \x8C58 2345-25-2
-sign \x8C5A 2345-25-2
-sign \x98E9 2345-25-2
-sign \x9C80 2345-25-2
-sign \x9B68 2345-25-2
-sign \x9715 2345-25-2
-sign \x81C0 2345-25-2
-sign \x81CB 2345-25-2
-sign \x6C3D 2345-25-3
-sign \x757D 2345-12456-3
-sign \x5749 2345-25-2
-sign \x4E47 2345-135-1
-sign \x8BAC 2345-135-1
-sign \x6258 2345-135-1
-sign \x9966 2345-135-1
-sign \x6C51 2345-135-1
-sign \x6754 2345-135-1
-sign \x62D6 2345-135-1
-sign \x62D5 2345-135-1
-sign \x5483 2345-135-1
-sign \x4F82 2345-135-1
-sign \x6CB0 2345-135-1
-sign \x838C 2345-135-1
-sign \x8A17 2345-135-1
-sign \x88A5 2345-135-1
-sign \x98E5 2345-135-1
-sign \x812B 2345-135-1
-sign \x8131 2345-135-1
-sign \x99B2 2345-135-1
-sign \x9B60 2345-135-1
-sign \x9A5D 2345-135-1
-sign \x9A6E 2345-135-2
-sign \x4F57 2345-135-2
-sign \x9641 2345-135-2
-sign \x9640 2345-135-2
-sign \x5768 2345-135-2
-sign \x5CAE 2345-135-2
-sign \x72CF 2345-135-2
-sign \x6CB2 2345-135-2
-sign \x6CB1 2345-135-2
-sign \x8FF1 24-2
-sign \x9A7C 2345-135-2
-sign \x67C1 2345-135-2
-sign \x7824 2345-135-2
-sign \x7823 2345-135-2
-sign \x9E35 2345-135-2
-sign \x8889 2345-135-2
-sign \x7D3D 2345-135-2
-sign \x5836 2345-135-2
-sign \x9161 2345-135-2
-sign \x8DCE 2345-135-2
-sign \x8A51 2345-135-2
-sign \x99B1 2345-135-2
-sign \x78A2 2345-135-2
-sign \x9248 2345-35-1
-sign \x99C4 2345-135-2
-sign \x69D6 2345-135-2
-sign \x99DE 2345-135-2
-sign \x99DD 2345-135-2
-sign \x8E3B 1245-123456-1
-sign \x92D6 234-1
-sign \x6A50 2345-135-2
-sign \x9D15 2345-135-2
-sign \x9B80 2345-135-2
-sign \x9F27 2345-135-2
-sign \x9A28 2345-135-2
-sign \x9F0D 2345-135-2
-sign \x9A52 2345-135-2
-sign \x9F09 2345-135-2
-sign \x59A5 2345-135-3
-sign \x6BE4 2345-135-23
-sign \x5EB9 2345-135-3
-sign \x692D 2345-135-3
-sign \x6955 2345-135-3
-sign \x64B1 2456-3
-sign \x6A62 2345-135-3
-sign \x9D4E 2345-135-3
-sign \x8EC3 2345-135-3
-sign \x9C16 2345-135-3
-sign \x62D3 2345-135-23
-sign \x67DD 2345-135-23
-sign \x553E 2345-135-23
-sign \x6DB6 2345-135-1
-sign \x6BFB 2345-135-23
-sign \x7BA8 2345-135-23
-sign \x7C5C 2345-135-23
-sign \x5C72 123456-1
-sign \x7A75 123456-1
-sign \x52B8 123456-1
-sign \x6316 123456-1
-sign \x54C7 123456-0
-sign \x5F8D 123456-1
-sign \x6D3C 123456-1
-sign \x7556 123456-1
-sign \x7A8A 123456-1
-sign \x5A32 123456-1
-sign \x5558 23456-1
-sign \x5AA7 123456-1
-sign \x86D9 123456-1
-sign \x6432 123456-1
-sign \x6E9B 123456-1
-sign \x6F25 123456-1
-sign \x7AAA 123456-1
-sign \x9F03 123456-1
-sign \x6528 123456-1
-sign \x5A03 123456-2
-sign \x8B41 123456-2
-sign \x74E6 123456-3
-sign \x90B7 123456-3
-sign \x4F64 123456-3
-sign \x5493 123456-3
-sign \x74F2 123456-3
-sign \x7819 123456-3
-sign \x889C 123456-23
-sign \x8049 123456-23
-sign \x55E2 123456-23
-sign \x817D 123456-23
-sign \x8183 123456-23
-sign \x896A 123456-23
-sign \x97C8 123456-23
-sign \x97E4 123456-23
-sign \x54BC 13456-1
-sign \x6B6A 13456-1
-sign \x558E 13456-1
-sign \x7AF5 13456-1
-sign \x5D34 13456-3
-sign \x5916 13456-23
-sign \x9861 13456-23
-sign \x5F2F 12456-1
-sign \x525C 12456-1
-sign \x6365 12456-23
-sign \x5E35 12456-1
-sign \x5846 12456-1
-sign \x6E7E 12456-1
-sign \x7755 12456-1
-sign \x873F 12456-1
-sign \x7BA2 12346-1
-sign \x8C4C 12456-1
-sign \x6F6B 12456-1
-sign \x5F4E 12456-1
-sign \x58EA 12456-1
-sign \x7063 12456-1
-sign \x4E38 12456-2
-sign \x5213 12456-2
-sign \x8284 12456-2
-sign \x6C4D 12456-2
-sign \x7EA8 12456-2
-sign \x628F 12456-2
-sign \x5C8F 12456-2
-sign \x5B8C 12456-2
-sign \x73A9 12456-2
-sign \x7B02 12456-2
-sign \x7D08 12456-2
-sign \x987D 12456-2
-sign \x6356 12456-2
-sign \x8CA6 12456-2
-sign \x70F7 12456-2
-sign \x9AAB 2456-3
-sign \x9811 12456-2
-sign \x5B9B 12456-3
-sign \x633D 12456-3
-sign \x83AC 12456-3
-sign \x550D 12456-3
-sign \x5007 12456-3
-sign \x76CC 12456-3
-sign \x7413 12456-2
-sign \x57E6 12456-3
-sign \x83C0 12456-3
-sign \x689A 12456-3
-sign \x665A 12456-3
-sign \x6665 12456-3
-sign \x8118 12456-3
-sign \x6DB4 135-23
-sign \x60CB 12456-3
-sign \x5A49 12456-3
-sign \x7EFE 12456-3
-sign \x742C 12456-3
-sign \x8442 134-146-3
-sign \x6900 12456-3
-sign \x6669 12456-3
-sign \x667C 12456-3
-sign \x7696 12456-3
-sign \x7897 12456-3
-sign \x7579 12456-3
-sign \x8F13 12456-3
-sign \x7DB0 12456-3
-sign \x7DA9 12456-3
-sign \x8E20 12456-3
-sign \x92D4 12456-3
-sign \x4E07 12456-23
-sign \x5350 12456-23
-sign \x534D 12456-23
-sign \x6764 12456-23
-sign \x5FE8 12456-2
-sign \x8115 12456-23
-sign \x842C 12456-23
-sign \x8155 12456-23
-sign \x92C4 12456-23
-sign \x7FEB 12456-23
-sign \x77A3 12456-23
-sign \x87C3 12456-23
-sign \x8D03 12456-23
-sign \x93AB 12456-23
-sign \x8D0E 12456-23
-sign \x5C2A 2356-1
-sign \x5C2B 2356-1
-sign \x6C6A 2356-1
-sign \x5C29 2356-1
-sign \x4EBE 2356-2
-sign \x5166 2356-2
-sign \x4EA1 2356-2
-sign \x738B 2356-2
-sign \x4EFC 2356-2
-sign \x5F7A 2356-2
-sign \x83A3 2356-2
-sign \x869F 2356-2
-sign \x7F51 2356-3
-sign \x5FF9 2356-3
-sign \x6789 2356-3
-sign \x7F56 2356-3
-sign \x7F54 2356-3
-sign \x5F83 2356-3
-sign \x5F80 2356-3
-sign \x83F5 2356-3
-sign \x60D8 2356-3
-sign \x68E2 2356-3
-sign \x8F8B 2356-3
-sign \x6680 2356-3
-sign \x86E7 2356-3
-sign \x8744 2356-3
-sign \x7DB2 2356-3
-sign \x8F1E 2356-3
-sign \x8AB7 2356-3
-sign \x9B4D 2356-3
-sign \x7007 2356-3
-sign \x5984 2356-23
-sign \x8FCB 2356-23
-sign \x5FD8 2356-23
-sign \x65FA 2356-23
-sign \x76F3 134-236-2
-sign \x671B 2356-23
-sign \x6722 2356-23
-sign \x5371 2456-1
-sign \x5A01 2456-1
-sign \x70D3 2456-1
-sign \x9036 2456-1
-sign \x504E 2456-1
-sign \x9687 2456-1
-sign \x9688 2456-1
-sign \x63FB 2456-1
-sign \x63CB 2456-1
-sign \x8473 2456-1
-sign \x8468 2456-1
-sign \x55B4 2456-1
-sign \x6E28 2456-1
-sign \x6104 2456-1
-sign \x5A99 2456-1
-sign \x6972 2456-1
-sign \x6933 2456-1
-sign \x5FAE 2456-1
-sign \x8A74 2456-1
-sign \x7168 2456-1
-sign \x6EA6 2456-1
-sign \x875B 2456-1
-sign \x89A3 2456-1
-sign \x7E05 2456-1
-sign \x8587 2456-1
-sign \x5DB6 2456-1
-sign \x9CC2 2456-1
-sign \x71F0 2456-1
-sign \x7650 2456-1
-sign \x5DCD 2456-1
-sign \x9C04 2456-1
-sign \x9C03 2456-1
-sign \x56D7 2456-2
-sign \x97E6 2456-2
-sign \x4E3A 2456-2
-sign \x5729 2456-2
-sign \x8FDD 2456-2
-sign \x56F4 2456-2
-sign \x5E0F 2456-2
-sign \x95F1 2456-2
-sign \x6CA9 2456-2
-sign \x5CD7 2456-2
-sign \x5CDE 2456-2
-sign \x70BA 2456-2
-sign \x6D08 2456-2
-sign \x97CB 2456-2
-sign \x6845 2456-2
-sign \x6DA0 2456-2
-sign \x552F 2456-2
-sign \x5E37 2456-2
-sign \x60DF 2456-2
-sign \x7EF4 2456-2
-sign \x741F 2456-2
-sign \x55A1 2456-2
-sign \x5D6C 2456-2
-sign \x5E43 2456-2
-sign \x570D 2456-2
-sign \x7232 2456-23
-sign \x6E88 2456-2
-sign \x6E4B 2456-2
-sign \x9055 2456-2
-sign \x5A81 2456-1
-sign \x84F6 2456-2
-sign \x912C 2456-2
-sign \x6F4D 2456-2
-sign \x7DAD 2456-2
-sign \x649D 125-2456-1
-sign \x9180 2456-2
-sign \x6F7F 2456-2
-sign \x6F59 2456-2
-sign \x5BEA 2456-2
-sign \x95C8 2456-2
-sign \x934F 2456-2
-sign \x9BA0 2456-2
-sign \x6FF0 2456-2
-sign \x7653 2456-2
-sign \x89B9 2456-2
-sign \x973A 2456-2
-sign \x72A9 2456-2
-sign \x4F1F 2456-3
-sign \x4F2A 2456-3
-sign \x82C7 2456-3
-sign \x829B 2456-3
-sign \x5C3E 2456-3
-sign \x7EAC 2456-3
-sign \x73AE 2456-3
-sign \x59D4 2456-3
-sign \x709C 2456-3
-sign \x6D27 2456-3
-sign \x6364 2456-3
-sign \x8371 2456-3
-sign \x6D58 2456-3
-sign \x8BFF 2456-3
-sign \x5C57 2456-3
-sign \x5A13 2456-3
-sign \x840E 2456-3
-sign \x68B6 2456-3
-sign \x784A 2456-3
-sign \x5D23 2456-3
-sign \x9AA9 2456-3
-sign \x507D 2456-3
-sign \x5049 2456-3
-sign \x9697 2456-3
-sign \x848D 2456-3
-sign \x8466 2456-3
-sign \x5D54 2456-3
-sign \x9AAA 2456-3
-sign \x5FAB 2456-3
-sign \x7325 2456-3
-sign \x5EC6 2456-3
-sign \x6107 2456-3
-sign \x744B 2456-3
-sign \x6932 2456-3
-sign \x97EA 2456-3
-sign \x6690 2456-3
-sign \x8249 2456-3
-sign \x8172 2456-3
-sign \x75FF 2456-3
-sign \x7152 2456-3
-sign \x8732 2456-1
-sign \x873C 2456-23
-sign \x50DE 2456-3
-sign \x9C94 2456-3
-sign \x853F 2456-3
-sign \x97D1 2456-3
-sign \x8E13 2456-3
-sign \x9820 2456-3
-sign \x8AC9 2456-3
-sign \x7DEF 2456-3
-sign \x85B3 2456-3
-sign \x5130 2456-3
-sign \x9361 2456-3
-sign \x9BAA 2456-3
-sign \x6FFB 2456-3
-sign \x58DD 2456-3
-sign \x97D9 2456-3
-sign \x98B9 2456-3
-sign \x7022 2456-3
-sign \x97E1 2456-3
-sign \x4EB9 2456-3
-sign \x6596 2456-3
-sign \x536B 2456-23
-sign \x672A 2456-23
-sign \x4F4D 2456-23
-sign \x82FF 2456-23
-sign \x5473 2456-23
-sign \x754F 2456-23
-sign \x80C3 2456-23
-sign \x8ECE 2456-23
-sign \x53DE 2456-23
-sign \x83CB 2456-23
-sign \x7859 2456-23
-sign \x8C13 2456-23
-sign \x5C09 2456-23
-sign \x5582 2456-23
-sign \x732C 2456-23
-sign \x6E2D 2456-23
-sign \x5AA6 2456-23
-sign \x715F 2456-23
-sign \x589B 2456-23
-sign \x851A 2456-23
-sign \x78A8 2456-3
-sign \x71AD 2456-23
-sign \x78D1 2456-23
-sign \x875F 2456-23
-sign \x885B 2456-23
-sign \x729A 2456-23
-sign \x6170 2456-23
-sign \x7DED 2456-23
-sign \x748F 34-23
-sign \x7F7B 2456-23
-sign \x885E 2456-23
-sign \x9317 2456-23
-sign \x9927 2456-23
-sign \x9B87 2456-23
-sign \x8B02 2456-23
-sign \x6FCA 125-2456-23
-sign \x61C0 2456-23
-sign \x9B4F 2456-23
-sign \x9935 2456-23
-sign \x87B1 2456-23
-sign \x893D 2456-23
-sign \x85EF 2456-23
-sign \x8F4A 2456-23
-sign \x9728 2456-23
-sign \x93CF 2456-23
-sign \x9CDA 2456-23
-sign \x8636 2456-23
-sign \x9956 2456-23
-sign \x8E97 2456-23
-sign \x8B86 2456-23
-sign \x8E9B 2456-23
-sign \x8B8F 2456-23
-sign \x6637 25-1
-sign \x586D 25-1
-sign \x6E29 25-1
-sign \x7465 25-1
-sign \x6985 25-1
-sign \x6B9F 25-1
-sign \x6EAB 25-1
-sign \x69B2 25-1
-sign \x761F 25-1
-sign \x8C71 25-1
-sign \x93BE 25-1
-sign \x9942 25-1
-sign \x9CC1 25-1
-sign \x9C1B 25-1
-sign \x9C2E 25-1
-sign \x4EA0 25-2
-sign \x6587 25-2
-sign \x82A0 25-2
-sign \x5F63 25-2
-sign \x7EB9 25-2
-sign \x7086 25-2
-sign \x7807 134-126-2
-sign \x95FB 25-2
-sign \x868A 25-2
-sign \x8689 25-2
-sign \x7D0B 25-2
-sign \x73F3 25-2
-sign \x960C 25-2
-sign \x96EF 25-2
-sign \x99C7 25-2
-sign \x99BC 25-2
-sign \x805E 25-2
-sign \x7612 25-2
-sign \x9B70 25-2
-sign \x9CFC 25-2
-sign \x9D0D 25-2
-sign \x95BA 25-2
-sign \x95BF 25-2
-sign \x87A1 25-2
-sign \x95C5 25-2
-sign \x9F24 25-2
-sign \x87C1 25-2
-sign \x95E6 25-2
-sign \x520E 25-3
-sign \x6286 25-3
-sign \x545A 125-123456-2
-sign \x543B 25-3
-sign \x5445 25-3
-sign \x5FDF 134-126-3
-sign \x80B3 25-3
-sign \x5FDE 134-126-3
-sign \x7D0A 25-3
-sign \x687D 25-3
-sign \x8117 25-3
-sign \x7A33 25-3
-sign \x7A4F 25-3
-sign \x7A69 25-3
-sign \x95EE 25-23
-sign \x6C76 25-23
-sign \x598F 25-23
-sign \x554F 25-23
-sign \x63FE 25-23
-sign \x6435 25-23
-sign \x9850 25-23
-sign \x74BA 25-23
-sign \x7FC1 256-1
-sign \x55E1 256-1
-sign \x6EC3 256-3
-sign \x9E5F 256-1
-sign \x8789 256-1
-sign \x9393 256-1
-sign \x9DB2 256-1
-sign \x5963 256-3
-sign \x52DC 256-3
-sign \x5855 256-3
-sign \x84CA 256-3
-sign \x5D61 256-3
-sign \x66A1 256-3
-sign \x7788 256-3
-sign \x806C 256-3
-sign \x651A 256-3
-sign \x74EE 256-23
-sign \x8579 256-23
-sign \x7515 256-23
-sign \x7F4B 256-23
-sign \x9F46 256-23
-sign \x631D 135-1
-sign \x83B4 135-1
-sign \x502D 135-1
-sign \x6DA1 135-1
-sign \x581D 135-1
-sign \x637C 245-135-2
-sign \x8435 135-1
-sign \x5529 135-1
-sign \x7327 135-1
-sign \x6E26 135-1
-sign \x6DB9 135-1
-sign \x5594 235-1
-sign \x7A9D 135-1
-sign \x8717 135-1
-sign \x7AA9 135-1
-sign \x64BE 135-1
-sign \x8778 135-1
-sign \x8E12 135-1
-sign \x6211 135-3
-sign \x6370 135-3
-sign \x5A50 135-3
-sign \x5A51 135-3
-sign \x4EF4 135-23
-sign \x809F 135-23
-sign \x6C83 135-23
-sign \x5367 135-23
-sign \x81E5 135-23
-sign \x637E 135-23
-sign \x5053 135-23
-sign \x63E1 135-23
-sign \x786A 135-23
-sign \x5E44 135-23
-sign \x7125 135-23
-sign \x6E25 135-23
-sign \x5A89 135-23
-sign \x6943 135-23
-sign \x815B 135-23
-sign \x65A1 135-23
-sign \x7783 135-23
-sign \x74C1 135-23
-sign \x9F8C 135-23
-sign \x81D2 135-23
-sign \x6FE3 135-23
-sign \x9F77 135-23
-sign \x4E4C 136-1
-sign \x572C 136-1
-sign \x90AC 136-1
-sign \x6C61 136-1
-sign \x5F19 136-1
-sign \x6747 136-1
-sign \x5DEB 136-1
-sign \x545C 136-1
-sign \x94A8 136-1
-sign \x6D3F 136-1
-sign \x8BEC 136-1
-sign \x5C4B 136-1
-sign \x8DB6 136-23
-sign \x70CF 136-1
-sign \x91EB 125-123456-2
-sign \x7A8F 136-1
-sign \x526D 136-1
-sign \x9114 136-1
-sign \x55DA 136-1
-sign \x8A88 136-1
-sign \x6B4D 136-1
-sign \x8AA3 136-1
-sign \x7BBC 136-1
-sign \x8790 136-1
-sign \x9D2E 136-1
-sign \x93A2 136-1
-sign \x9C1E 136-1
-sign \x65E0 136-2
-sign \x6BCB 136-2
-sign \x829C 136-2
-sign \x543E 136-2
-sign \x5434 136-2
-sign \x5433 136-2
-sign \x5449 136-2
-sign \x90DA 136-2
-sign \x8381 136-2
-sign \x8323 136-2
-sign \x5514 136-2
-sign \x6D6F 136-2
-sign \x6D16 136-2
-sign \x5A2A 136-2
-sign \x73F8 136-2
-sign \x68A7 136-2
-sign \x7966 136-2
-sign \x9E40 136-2
-sign \x7121 136-2
-sign \x8708 136-2
-sign \x7991 136-2
-sign \x58B2 136-2
-sign \x856A 136-2
-sign \x7491 136-2
-sign \x6A46 136-2
-sign \x9D50 136-2
-sign \x9BC3 136-2
-sign \x8B55 136-2
-sign \x9F2F 136-2
-sign \x9DE1 136-2
-sign \x4E44 136-3
-sign \x4E94 136-3
-sign \x5348 136-3
-sign \x4F0D 136-3
-sign \x4EF5 136-3
-sign \x8FD5 136-3
-sign \x5E91 136-3
-sign \x6003 136-3
-sign \x5FE4 136-3
-sign \x59A9 136-3
-sign \x6B66 136-3
-sign \x739D 136-3
-sign \x65FF 136-3
-sign \x4FC9 136-23
-sign \x4FAE 136-3
-sign \x6342 136-3
-sign \x5035 136-3
-sign \x554E 136-3
-sign \x727E 136-3
-sign \x5A2C 136-3
-sign \x73F7 136-3
-sign \x9E49 136-3
-sign \x6440 136-3
-sign \x7894 136-3
-sign \x7466 136-3
-sign \x821E 136-3
-sign \x7193 136-3
-sign \x5EE1 136-3
-sign \x6F55 136-3
-sign \x61AE 136-3
-sign \x5AF5 136-3
-sign \x7512 136-3
-sign \x511B 136-3
-sign \x933B 136-3
-sign \x9D61 136-3
-sign \x8E8C 136-3
-sign \x5140 136-23
-sign \x52FF 136-23
-sign \x620A 136-23
-sign \x52A1 136-23
-sign \x9622 136-23
-sign \x6264 136-23
-sign \x5C7C 136-23
-sign \x4F06 25-3
-sign \x575E 136-23
-sign \x82B4 136-23
-sign \x674C 136-23
-sign \x5C89 136-23
-sign \x5FE2 136-23
-sign \x77F9 136-23
-sign \x7269 136-23
-sign \x8BEF 136-23
-sign \x6544 136-23
-sign \x901C 136-3
-sign \x7C85 136-23
-sign \x609F 136-23
-sign \x60AE 136-23
-sign \x609E 136-23
-sign \x52D9 136-23
-sign \x6664 136-23
-sign \x7110 136-23
-sign \x9770 136-23
-sign \x75E6 136-23
-sign \x9696 136-23
-sign \x5A7A 136-23
-sign \x9A9B 136-23
-sign \x5862 136-23
-sign \x96FE 136-23
-sign \x96FA 136-23
-sign \x5D68 136-23
-sign \x6EA9 136-23
-sign \x5966 136-23
-sign \x8AA4 136-23
-sign \x5BE4 136-23
-sign \x9E5C 136-23
-sign \x7183 136-23
-sign \x92C8 136-23
-sign \x7AB9 136-23
-sign \x971A 136-23
-sign \x9F3F 136-23
-sign \x9727 136-23
-sign \x9F40 136-23
-sign \x9A16 136-23
-sign \x9DA9 136-23
-sign \x5915 125-24-1
-sign \x516E 125-24-1
-sign \x909C 125-24-1
-sign \x8980 125-24-1
-sign \x897F 125-24-1
-sign \x5438 125-24-1
-sign \x6C50 125-24-1
-sign \x5FDA 125-24-1
-sign \x6278 125-24-1
-sign \x5E0C 125-24-1
-sign \x6614 125-24-1
-sign \x6790 125-24-1
-sign \x77FD 125-24-1
-sign \x5365 125-24-1
-sign \x80B8 125-24-1
-sign \x80B9 125-24-1
-sign \x7A78 125-24-1
-sign \x6038 125-24-1
-sign \x4FD9 125-24-1
-sign \x5F94 14-256-2
-sign \x5F86 125-24-1
-sign \x90D7 125-24-1
-sign \x997B 125-24-1
-sign \x8383 125-24-1
-sign \x550F 125-24-1
-sign \x6C25 125-24-1
-sign \x727A 125-24-1
-sign \x606F 125-24-1
-sign \x595A 125-24-1
-sign \x72F6 125-24-1
-sign \x6D60 125-24-1
-sign \x6095 125-24-1
-sign \x5C56 125-24-1
-sign \x5A2D 125-24-1
-sign \x740B 125-24-1
-sign \x8D65 125-24-1
-sign \x83E5 125-24-1
-sign \x6878 125-24-1
-sign \x7852 125-24-1
-sign \x553D 125-24-1
-sign \x665E 125-24-1
-sign \x7101 125-24-1
-sign \x91F8 125-24-1
-sign \x6B37 125-24-1
-sign \x6089 125-24-1
-sign \x70EF 125-24-1
-sign \x6DC5 125-24-1
-sign \x6E13 125-24-1
-sign \x60DC 125-24-1
-sign \x7108 125-24-1
-sign \x6673 125-24-1
-sign \x60C1 125-24-1
-sign \x6670 125-24-1
-sign \x774E 125-24-1
-sign \x7A00 125-24-1
-sign \x5092 125-24-1
-sign \x910E 125-24-1
-sign \x823E 125-24-1
-sign \x7FD5 125-24-1
-sign \x7FD6 125-24-1
-sign \x7C9E 125-24-1
-sign \x711F 125-24-1
-sign \x712C 125-24-1
-sign \x7280 125-24-1
-sign \x84A0 125-24-1
-sign \x7699 125-24-1
-sign \x5380 125-24-1
-sign \x5D60 125-24-1
-sign \x9521 125-24-1
-sign \x5FAF 125-24-1
-sign \x6EAA 125-24-1
-sign \x7155 125-24-1
-sign \x7199 125-24-1
-sign \x8724 234-1
-sign \x69BD 125-24-1
-sign \x8C68 125-24-1
-sign \x8725 125-24-1
-sign \x7188 125-24-1
-sign \x50D6 125-24-1
-sign \x990F 125-24-1
-sign \x8A92 2346-1
-sign \x7184 125-24-1
-sign \x7DC6 125-24-1
-sign \x78CE 125-24-1
-sign \x563B 125-24-1
-sign \x564F 125-24-1
-sign \x9919 156-23
-sign \x819D 125-24-1
-sign \x761C 125-24-1
-sign \x5B09 125-24-1
-sign \x5B06 125-24-1
-sign \x71B9 125-24-1
-sign \x6A40 125-24-1
-sign \x6A28 125-24-1
-sign \x8785 125-24-1
-sign \x8787 13-24-1
-sign \x932B 125-24-1
-sign \x6B59 125-24-1
-sign \x51DE 125-24-1
-sign \x7FB2 125-24-1
-sign \x71BA 125-24-1
-sign \x71BB 125-24-1
-sign \x7AB8 125-24-1
-sign \x7902 125-24-1
-sign \x8C6F 125-24-1
-sign \x77A6 125-24-1
-sign \x87CB 125-24-1
-sign \x72A0 125-24-1
-sign \x8C40 125-24-1
-sign \x8C95 125-24-1
-sign \x8C3F 125-24-1
-sign \x71E8 125-24-1
-sign \x9D57 125-24-1
-sign \x9BD1 125-24-1
-sign \x7CE6 125-24-1
-sign \x96DF 1245-2456-1
-sign \x7E65 125-24-1
-sign \x91AF 125-24-1
-sign \x93ED 125-24-1
-sign \x89F9 125-24-1
-sign \x8B46 125-24-1
-sign \x96B5 125-24-1
-sign \x66E6 125-24-1
-sign \x5DC7 125-24-1
-sign \x9145 125-24-1
-sign \x72A7 125-24-1
-sign \x7214 125-24-1
-sign \x89FD 125-24-1
-sign \x9F37 125-24-1
-sign \x8835 125-24-1
-sign \x9E02 125-24-1
-sign \x89FF 125-24-1
-sign \x9474 125-24-1
-sign \x4E60 125-24-2
-sign \x90CB 125-24-2
-sign \x5E2D 125-24-2
-sign \x89CB 125-24-2
-sign \x88AD 125-24-2
-sign \x7FD2 125-24-2
-sign \x55BA 125-24-23
-sign \x84B5 125-24-2
-sign \x84C6 125-24-2
-sign \x693A 125-24-2
-sign \x5AB3 125-24-2
-sign \x8D98 125-24-2
-sign \x89A1 125-24-2
-sign \x5D8D 125-24-2
-sign \x6F1D 125-24-2
-sign \x69E2 125-24-2
-sign \x8777 123-24-23
-sign \x8582 125-24-2
-sign \x96B0 125-24-2
-sign \x6A84 125-24-2
-sign \x93B4 125-24-2
-sign \x8B35 125-24-2
-sign \x972B 125-24-2
-sign \x9CDB 125-24-2
-sign \x9A31 125-24-2
-sign \x98C1 125-24-2
-sign \x9A3D 125-24-2
-sign \x9C3C 125-24-2
-sign \x8972 125-24-2
-sign \x9A68 125-24-2
-sign \x676B 234-23
-sign \x6D17 125-24-3
-sign \x67B2 125-24-3
-sign \x73BA 125-24-3
-sign \x94E3 125-24-3
-sign \x5F99 125-24-3
-sign \x559C 125-24-3
-sign \x8478 125-24-3
-sign \x8448 125-24-3
-sign \x9222 125-24-3
-sign \x84F0 125-24-3
-sign \x9291 125-24-3
-sign \x6F07 125-24-3
-sign \x5C63 125-24-3
-sign \x6198 125-24-1
-sign \x6B56 125-24-3
-sign \x6199 125-24-3
-sign \x6A72 125-24-3
-sign \x66BF 125-24-1
-sign \x8AF0 125-24-3
-sign \x79A7 125-24-3
-sign \x58D0 125-24-3
-sign \x8B11 125-24-3
-sign \x7E30 125-24-3
-sign \x8E5D 125-24-3
-sign \x87E2 125-24-3
-sign \x74BD 125-24-3
-sign \x74D5 134-24-2
-sign \x9C5A 125-24-3
-sign \x56CD 125-24-3
-sign \x8EA7 125-24-3
-sign \x5338 125-24-23
-sign \x534C 125-24-23
-sign \x620F 125-24-23
-sign \x9969 125-24-23
-sign \x7CFB 125-24-23
-sign \x546C 125-24-23
-sign \x5FE5 125-24-23
-sign \x602C 125-24-23
-sign \x7EC6 125-24-23
-sign \x76FB 125-24-23
-sign \x54A5 125-24-1
-sign \x4FC2 125-24-23
-sign \x90E4 125-24-23
-sign \x6044 125-24-23
-sign \x6B2F 125-24-23
-sign \x7EE4 125-24-23
-sign \x91F3 125-24-23
-sign \x9212 125-24-23
-sign \x960B 125-24-23
-sign \x7D30 125-24-23
-sign \x8D87 125-24-23
-sign \x691E 125-24-23
-sign \x8204 125-24-23
-sign \x9699 125-24-23
-sign \x8D69 125-24-23
-sign \x6ECA 125-24-23
-sign \x6140 125-24-23
-sign \x798A 125-24-23
-sign \x969F 125-24-23
-sign \x7D8C 125-24-23
-sign \x7294 125-24-23
-sign \x7A27 125-24-23
-sign \x7182 125-24-23
-sign \x856E 125-24-23
-sign \x622F 125-24-23
-sign \x89A4 125-24-23
-sign \x6F99 125-24-23
-sign \x6F5F 125-24-23
-sign \x6F5D 125-24-1
-sign \x6231 125-24-23
-sign \x9ED6 125-24-23
-sign \x7E4B 1245-24-23
-sign \x78F6 125-24-23
-sign \x6232 125-24-23
-sign \x9B29 125-24-23
-sign \x8669 125-24-23
-sign \x993C 125-24-23
-sign \x95DF 125-24-23
-sign \x56B1 125-24-23
-sign \x973C 125-24-23
-sign \x884B 125-24-23
-sign \x867E 125-1246-1
-sign \x8C3A 125-1246-1
-sign \x9595 125-1246-1
-sign \x5084 125-1246-1
-sign \x656E 125-1246-2
-sign \x98AC 125-1246-1
-sign \x7146 125-1246-1
-sign \x778E 125-1246-1
-sign \x8766 125-1246-1
-sign \x9C15 125-1246-1
-sign \x5323 125-1246-2
-sign \x4FA0 125-1246-2
-sign \x90C3 125-26-2
-sign \x72CE 125-1246-2
-sign \x67D9 125-1246-2
-sign \x5CE1 125-1246-2
-sign \x4FE0 125-1246-2
-sign \x72ED 125-1246-2
-sign \x70A0 125-1246-2
-sign \x965C 125-1246-2
-sign \x73E8 125-1246-2
-sign \x5CFD 125-1246-2
-sign \x72F9 125-1246-2
-sign \x70DA 125-1246-2
-sign \x796B 125-1246-2
-sign \x7856 125-1246-2
-sign \x7FC8 125-1246-2
-sign \x7B1A 125-1246-2
-sign \x823A 125-1246-2
-sign \x967F 125-1246-2
-sign \x7864 125-1246-2
-sign \x9050 125-1246-2
-sign \x7455 125-1246-2
-sign \x6687 125-1246-2
-sign \x7B6A 125-1246-2
-sign \x821D 125-1246-2
-sign \x78AC 125-1246-2
-sign \x8F96 125-1246-2
-sign \x7771 125-1246-23
-sign \x8578 125-1246-2
-sign \x78CD 125-1246-2
-sign \x8D6E 125-1246-2
-sign \x879B 125-26-2
-sign \x9B7B 125-1246-2
-sign \x7E16 125-1246-2
-sign \x8F44 125-1246-2
-sign \x971E 125-1246-2
-sign \x935C 125-1246-2
-sign \x9EE0 125-1246-2
-sign \x938B 125-1246-2
-sign \x9A22 125-1246-2
-sign \x9DB7 125-1246-2
-sign \x959C 125-1246-3
-sign \x4E05 125-1246-23
-sign \x4E0B 125-1246-23
-sign \x5737 125-1246-23
-sign \x8290 125-1246-23
-sign \x5413 125-1246-23
-sign \x759C 125-1246-23
-sign \x590F 125-1246-23
-sign \x68BA 125-1246-23
-sign \x5687 125-1246-23
-sign \x7F45 125-1246-23
-sign \x61D7 125-1246-23
-sign \x93BC 125-1246-23
-sign \x5913 125-1246-23
-sign \x93EC 125-1246-23
-sign \x4ED9 125-146-1
-sign \x4EDA 125-146-1
-sign \x5C73 125-146-1
-sign \x5148 125-146-1
-sign \x597E 125-146-1
-sign \x7EA4 125-146-1
-sign \x6C19 125-146-1
-sign \x4F61 125-146-1
-sign \x5FFA 125-146-1
-sign \x82EE 125-146-1
-sign \x6774 125-146-1
-sign \x79C8 125-146-1
-sign \x7946 125-146-1
-sign \x7C7C 125-146-1
-sign \x59FA 125-146-1
-sign \x73D7 125-146-1
-sign \x83B6 125-146-1
-sign \x6380 125-146-1
-sign \x641F 125-146-3
-sign \x9170 125-146-1
-sign \x8DF9 125-146-1
-sign \x9528 125-146-1
-sign \x5615 125-146-1
-sign \x50CA 125-146-1
-sign \x50F2 125-146-1
-sign \x929B 125-146-1
-sign \x9C9C 125-146-1
-sign \x97EF 125-146-1
-sign \x66B9 125-146-1
-sign \x859F 125-146-1
-sign \x9341 125-146-1
-sign \x931F 2345-1236-2
-sign \x61B8 125-146-1
-sign \x5B10 125-146-1
-sign \x97F1 125-146-1
-sign \x9BAE 125-146-1
-sign \x893C 125-146-1
-sign \x7E4A 125-146-1
-sign \x8E6E 125-146-1
-sign \x99A6 125-146-1
-sign \x6515 125-146-1
-sign \x8B63 125-146-1
-sign \x5EEF 125-146-1
-sign \x5B45 125-146-1
-sign \x9DB1 125-146-1
-sign \x7E8E 125-146-1
-sign \x8E9A 125-146-1
-sign \x8973 125-146-1
-sign \x7E96 125-146-1
-sign \x9C7B 125-146-1
-sign \x549E 125-146-2
-sign \x4F2D 125-146-2
-sign \x95F2 125-146-2
-sign \x8D24 125-146-2
-sign \x5F26 125-146-2
-sign \x6326 125-146-2
-sign \x54B8 125-146-2
-sign \x80D8 125-146-2
-sign \x6D8E 125-146-2
-sign \x5A34 125-146-2
-sign \x86BF 125-146-2
-sign \x8854 125-146-2
-sign \x8237 125-146-2
-sign \x5A71 125-146-2
-sign \x5A39 125-146-2
-sign \x7D43 125-146-2
-sign \x9591 125-146-2
-sign \x9592 125-146-2
-sign \x86DD 125-146-2
-sign \x5563 125-146-2
-sign \x75EB 125-146-2
-sign \x9E47 125-146-2
-sign \x6E7A 125-146-2
-sign \x55DB 125-146-2
-sign \x8858 125-146-2
-sign \x5ACC 125-146-2
-sign \x929C 125-146-2
-sign \x7509 125-146-2
-sign \x648F 125-146-2
-sign \x8CE2 125-146-2
-sign \x8AB8 125-146-2
-sign \x6F96 125-146-2
-sign \x61AA 125-146-2
-sign \x5AFB 125-146-2
-sign \x5AFA 125-146-2
-sign \x8F31 125-146-2
-sign \x918E 125-146-2
-sign \x8AF4 125-146-2
-sign \x77B7 1245-146-23
-sign \x764E 125-146-2
-sign \x7647 125-146-2
-sign \x85D6 125-146-2
-sign \x7925 125-146-2
-sign \x8D12 125-146-2
-sign \x9DF4 125-146-2
-sign \x9DFC 125-146-2
-sign \x9DF3 125-146-2
-sign \x72DD 125-146-3
-sign \x51BC 125-146-3
-sign \x663E 125-146-3
-sign \x9669 125-146-3
-sign \x86AC 125-146-3
-sign \x5D04 125-146-3
-sign \x6BE8 125-146-3
-sign \x7303 125-146-3
-sign \x70CD 125-146-3
-sign \x967A 125-146-3
-sign \x8D7B 125-146-3
-sign \x7B45 125-146-3
-sign \x5C20 125-146-3
-sign \x5C1F 125-146-3
-sign \x8DE3 125-146-3
-sign \x8706 125-146-3
-sign \x7992 125-146-3
-sign \x7BB2 125-146-3
-sign \x96AA 125-146-3
-sign \x5DAE 125-146-3
-sign \x736B 125-146-3
-sign \x85D3 125-146-3
-sign \x736E 125-146-3
-sign \x934C 125-146-3
-sign \x71F9 125-146-3
-sign \x9855 125-146-3
-sign \x6507 125-146-3
-sign \x5E70 125-146-3
-sign \x861A 125-146-3
-sign \x6AF6 125-146-3
-sign \x7381 125-146-3
-sign \x97C5 125-146-3
-sign \x986F 125-146-3
-sign \x7066 125-146-3
-sign \x4F23 13-146-23
-sign \x82CB 125-146-23
-sign \x53BF 125-146-23
-sign \x5C98 125-146-23
-sign \x73B0 125-146-23
-sign \x81FD 125-146-23
-sign \x9650 125-146-23
-sign \x7EBF 125-146-23
-sign \x770C 125-146-23
-sign \x4FD4 13-146-23
-sign \x5BAA 125-146-23
-sign \x9665 125-146-23
-sign \x59ED 125-146-23
-sign \x57B7 125-146-23
-sign \x83A7 125-146-23
-sign \x54EF 125-146-23
-sign \x5CF4 125-146-23
-sign \x6D80 125-146-23
-sign \x9677 125-146-23
-sign \x5A28 125-1236-23
-sign \x5A0A 125-146-23
-sign \x73FE 125-146-23
-sign \x665B 125-146-23
-sign \x9985 125-146-23
-sign \x774D 125-146-23
-sign \x7FA1 125-146-23
-sign \x7F10 125-146-23
-sign \x7D64 125-146-23
-sign \x732E 125-146-23
-sign \x817A 125-146-23
-sign \x7FA8 125-146-23
-sign \x7CAF 125-146-23
-sign \x50F4 125-146-23
-sign \x50E9 125-146-23
-sign \x8181 13-146-3
-sign \x8AA2 125-146-23
-sign \x7DAB 125-146-23
-sign \x648A 125-146-23
-sign \x92E7 125-146-23
-sign \x7DDA 125-146-23
-sign \x7E23 125-146-23
-sign \x930E 125-146-23
-sign \x9921 125-146-23
-sign \x61B2 125-146-23
-sign \x8C4F 125-146-23
-sign \x9EB2 125-146-23
-sign \x81D4 125-146-23
-sign \x7017 125-146-23
-sign \x9730 125-146-23
-sign \x737B 125-146-23
-sign \x7CEE 125-146-23
-sign \x9F38 125-146-23
-sign \x4E61 125-1346-1
-sign \x8297 125-1346-1
-sign \x76F8 125-1346-1
-sign \x9999 125-1346-1
-sign \x90F7 125-1346-1
-sign \x53A2 125-1346-1
-sign \x910A 125-1346-1
-sign \x9109 125-1346-1
-sign \x8459 125-1346-1
-sign \x5EC2 125-1346-1
-sign \x6E58 125-1346-1
-sign \x7F03 125-1346-1
-sign \x9115 125-1346-1
-sign \x697F 125-1346-1
-sign \x858C 125-1346-1
-sign \x7BB1 125-1346-1
-sign \x81B7 125-1346-1
-sign \x7DD7 125-1346-1
-sign \x8944 125-1346-1
-sign \x5134 245-236-2
-sign \x52F7 245-236-2
-sign \x8618 245-236-2
-sign \x5FC0 125-1346-1
-sign \x9E98 125-1346-1
-sign \x9AA7 125-1346-1
-sign \x74D6 125-1346-1
-sign \x6B00 125-1346-1
-sign \x9576 125-1346-1
-sign \x9C5C 125-1346-1
-sign \x7E95 125-1346-1
-sign \x9472 125-1346-1
-sign \x9A64 125-1346-1
-sign \x74E8 125-1346-2
-sign \x4F6D 125-1346-2
-sign \x8BE6 125-1346-2
-sign \x5EA0 125-1346-2
-sign \x6819 125-1346-2
-sign \x7965 125-1346-2
-sign \x7FD4 125-1346-2
-sign \x7D74 125-1346-2
-sign \x8DED 125-1346-2
-sign \x8A73 125-1346-2
-sign \x4EAB 125-1346-3
-sign \x54CD 125-1346-3
-sign \x9977 125-1346-3
-sign \x4EAF 125-1346-3
-sign \x8683 125-1346-3
-sign \x6651 125-1346-3
-sign \x98E8 125-1346-3
-sign \x60F3 125-1346-3
-sign \x9284 125-1346-3
-sign \x9909 125-1346-3
-sign \x9C9E 125-1346-3
-sign \x9B9D 125-1346-3
-sign \x8801 125-1346-3
-sign \x9BD7 125-1346-3
-sign \x9957 125-1346-3
-sign \x97FF 125-1346-3
-sign \x995F 125-1346-3
-sign \x9C76 125-1346-3
-sign \x5411 125-1346-23
-sign \x9879 125-1346-23
-sign \x5DF7 125-1346-23
-sign \x59E0 125-1346-23
-sign \x73E6 125-1346-23
-sign \x8C61 125-1346-23
-sign \x9805 125-1346-23
-sign \x842B 125-1346-23
-sign \x7F3F 125-1346-23
-sign \x7A25 125-1346-1
-sign \x50CF 125-1346-23
-sign \x52E8 125-1346-23
-sign \x5D91 125-1346-23
-sign \x6F52 145-236-23
-sign \x6A61 125-1346-23
-sign \x66CF 125-1346-23
-sign \x8950 125-1346-23
-sign \x87D3 125-1346-23
-sign \x56AE 125-1346-23
-sign \x940C 125-1346-23
-sign \x9C4C 125-1346-23
-sign \x7072 125-345-1
-sign \x7071 125-345-1
-sign \x8096 125-345-1
-sign \x67AD 125-345-1
-sign \x67B5 125-345-1
-sign \x54D3 125-345-1
-sign \x4FBE 125-345-1
-sign \x9A81 125-345-1
-sign \x900D 125-345-1
-sign \x9E2E 125-345-1
-sign \x6077 125-345-1
-sign \x8653 125-345-1
-sign \x5EA8 125-345-1
-sign \x6D88 125-345-1
-sign \x5BAF 125-345-1
-sign \x5BB5 125-345-1
-sign \x7EE1 125-345-1
-sign \x8427 125-345-1
-sign \x689F 125-345-1
-sign \x7307 125-345-1
-sign \x7107 125-345-1
-sign \x5A4B 125-345-1
-sign \x8437 125-345-1
-sign \x7863 125-345-1
-sign \x785D 125-345-1
-sign \x9500 125-345-1
-sign \x7FDB 125-345-1
-sign \x75DA 125-345-1
-sign \x75DF 125-345-1
-sign \x7A99 125-345-1
-sign \x63F1 125-345-1
-sign \x7D83 125-345-1
-sign \x5610 125-345-1
-sign \x7BAB 125-345-1
-sign \x6B4A 125-345-1
-sign \x6F47 125-345-1
-sign \x64A8 125-345-1
-sign \x9704 125-345-1
-sign \x5635 125-345-1
-sign \x7BBE 156-135-23
-sign \x92B7 125-345-1
-sign \x7362 125-345-1
-sign \x856D 125-345-1
-sign \x9D1E 125-345-1
-sign \x9B48 125-345-1
-sign \x81AE 125-345-1
-sign \x5F47 125-345-1
-sign \x85C3 125-345-1
-sign \x87CF 125-345-1
-sign \x87C2 125-345-1
-sign \x7A58 125-345-1
-sign \x7C18 125-345-1
-sign \x9D35 125-345-1
-sign \x8B1E 125-26-23
-sign \x9D41 125-345-1
-sign \x56A3 125-345-1
-sign \x87F0 125-345-1
-sign \x9AC7 125-345-1
-sign \x7C2B 125-345-1
-sign \x8B4A 1345-235-2
-sign \x701F 125-345-1
-sign \x6AF9 125-345-1
-sign \x56BB 125-345-1
-sign \x56C2 125-345-1
-sign \x9AD0 125-345-1
-sign \x9DCD 125-345-1
-sign \x9A4D 125-345-1
-sign \x8828 125-345-1
-sign \x6BCA 125-345-1
-sign \x8648 125-345-1
-sign \x6D28 125-345-2
-sign \x90E9 125-345-2
-sign \x5D24 125-345-2
-sign \x8A24 125-345-2
-sign \x6DC6 125-345-2
-sign \x8AB5 125-345-2
-sign \x5C0F 125-345-3
-sign \x6653 125-345-3
-sign \x6681 125-345-3
-sign \x7B71 125-345-3
-sign \x7B7F 125-345-3
-sign \x769B 125-345-3
-sign \x66C9 125-345-3
-sign \x7BE0 125-345-3
-sign \x76A2 125-345-3
-sign \x5B5D 125-345-23
-sign \x52B9 125-345-23
-sign \x54B2 125-345-23
-sign \x6821 125-345-23
-sign \x54EE 125-345-23
-sign \x7B11 125-345-23
-sign \x4FF2 125-345-23
-sign \x6548 125-345-23
-sign \x6D8D 125-345-23
-sign \x5578 125-345-23
-sign \x509A 125-345-23
-sign \x6569 125-345-23
-sign \x8A68 125-345-23
-sign \x560B 125-345-23
-sign \x5628 125-345-23
-sign \x8A9F 125-345-23
-sign \x562F 125-345-23
-sign \x71BD 125-345-23
-sign \x6B57 125-345-23
-sign \x6585 125-345-23
-sign \x6586 125-345-23
-sign \x4E9B 125-15-1
-sign \x6954 125-15-1
-sign \x6B47 125-15-1
-sign \x874E 125-15-1
-sign \x880D 125-15-1
-sign \x534F 125-15-2
-sign \x90AA 125-15-2
-sign \x65EA 125-15-2
-sign \x5354 125-15-2
-sign \x80C1 125-15-2
-sign \x594A 125-15-2
-sign \x57A5 125-15-2
-sign \x62F9 125-15-2
-sign \x5CEB 125-15-2
-sign \x604A 125-15-2
-sign \x633E 125-15-2
-sign \x8107 125-15-2
-sign \x887A 125-15-2
-sign \x8105 125-15-2
-sign \x810B 125-15-2
-sign \x5055 125-15-2
-sign \x659C 125-15-2
-sign \x8C10 125-15-2
-sign \x63F3 125-15-1
-sign \x7FD3 125-15-2
-sign \x7332 125-15-1
-sign \x744E 125-15-2
-sign \x643A 125-15-2
-sign \x55CB 125-15-2
-sign \x6136 125-15-2
-sign \x7D8A 125-15-2
-sign \x818E 125-15-2
-sign \x7181 125-15-2
-sign \x64B7 125-15-2
-sign \x9821 1245-15-2
-sign \x64D5 125-15-2
-sign \x978B 125-15-2
-sign \x8762 125-15-2
-sign \x7DF3 125-15-2
-sign \x52F0 125-15-2
-sign \x7F2C 125-15-2
-sign \x8AE7 125-15-2
-sign \x71F2 125-15-2
-sign \x64F7 125-15-2
-sign \x97B5 125-15-2
-sign \x896D 125-15-2
-sign \x651C 125-15-2
-sign \x7E88 125-15-2
-sign \x8B97 125-15-2
-sign \x9FA4 125-15-2
-sign \x5199 125-15-3
-sign \x51A9 125-15-3
-sign \x5BEB 125-15-3
-sign \x85DB 125-15-3
-sign \x4F33 125-15-23
-sign \x707A 125-15-23
-sign \x5C43 125-24-23
-sign \x7F37 125-15-23
-sign \x6CC4 125-15-23
-sign \x6CFB 125-15-23
-sign \x7944 125-15-23
-sign \x7EC1 125-15-23
-sign \x5378 125-15-23
-sign \x70A7 125-15-23
-sign \x70A8 125-15-23
-sign \x6D29 125-15-23
-sign \x5A0E 125-15-1
-sign \x5368 125-15-23
-sign \x5C51 125-15-23
-sign \x5C53 125-24-23
-sign \x710E 125-15-23
-sign \x68B0 125-15-23
-sign \x79BC 125-15-23
-sign \x5070 125-15-23
-sign \x5FA2 125-15-23
-sign \x7D32 125-15-23
-sign \x4EB5 125-15-23
-sign \x6E2B 125-15-23
-sign \x8C22 125-15-23
-sign \x5C5F 125-15-23
-sign \x5A9F 125-15-23
-sign \x7D6C 125-15-23
-sign \x586E 125-15-23
-sign \x50C1 125-15-23
-sign \x69AD 125-15-23
-sign \x698D 125-15-23
-sign \x8909 125-15-23
-sign \x66AC 125-15-23
-sign \x78BF 234-136-23
-sign \x5667 125-15-23
-sign \x5C67 125-15-23
-sign \x7DE4 125-15-23
-sign \x85A4 125-15-23
-sign \x85A2 125-15-23
-sign \x97F0 125-15-23
-sign \x5DB0 125-15-23
-sign \x736C 125-15-23
-sign \x9082 125-15-23
-sign \x5EE8 125-15-23
-sign \x7CCF 125-15-23
-sign \x6FA5 125-15-23
-sign \x61C8 125-15-23
-sign \x8B1D 125-15-23
-sign \x71EE 125-15-23
-sign \x893B 125-15-23
-sign \x97A2 125-15-23
-sign \x5911 125-15-23
-sign \x7009 125-15-23
-sign \x9F58 125-15-23
-sign \x880F 125-15-23
-sign \x87F9 125-15-23
-sign \x7215 125-15-23
-sign \x7023 125-15-23
-sign \x9F65 125-15-23
-sign \x9F42 125-15-23
-sign \x8EA0 234-35-3
-sign \x8E9E 125-15-23
-sign \x5C6D 125-24-23
-sign \x5FC3 125-126-1
-sign \x90A4 125-126-1
-sign \x82AF 125-126-23
-sign \x8F9B 125-126-1
-sign \x5FFB 125-126-1
-sign \x59A1 125-126-1
-sign \x677A 125-126-1
-sign \x6615 125-126-1
-sign \x6B23 125-126-1
-sign \x76FA 125-126-1
-sign \x4FFD 125-126-1
-sign \x8A22 125-126-1
-sign \x60DE 125-126-1
-sign \x950C 125-126-1
-sign \x920A 125-126-1
-sign \x65B0 125-126-1
-sign \x6B46 125-126-1
-sign \x92C5 125-126-1
-sign \x5EDE 125-126-1
-sign \x85AA 125-126-1
-sign \x567A 125-126-1
-sign \x5677 125-356-3
-sign \x5B1C 125-126-1
-sign \x99A8 125-126-1
-sign \x946B 125-126-1
-sign \x99AB 125-126-1
-sign \x6794 125-126-2
-sign \x9B35 125-126-2
-sign \x9414 125-126-2
-sign \x4F08 125-126-3
-sign \x9620 125-126-23
-sign \x4F29 125-126-23
-sign \x56DF 125-126-23
-sign \x5B5E 125-126-23
-sign \x7098 125-126-23
-sign \x4FE1 125-126-23
-sign \x8ED0 125-126-23
-sign \x8845 125-126-23
-sign \x812A 125-126-23
-sign \x8A2B 125-126-23
-sign \x712E 125-126-23
-sign \x99B8 125-126-23
-sign \x9856 125-126-23
-sign \x820B 125-126-23
-sign \x91C1 125-126-23
-sign \x661F 125-16-1
-sign \x57B6 125-16-1
-sign \x9A8D 125-16-1
-sign \x7329 125-16-1
-sign \x60FA 125-16-1
-sign \x7446 125-16-1
-sign \x86F5 125-16-1
-sign \x8165 125-16-1
-sign \x714B 125-16-1
-sign \x89EA 125-16-1
-sign \x7BB5 125-16-1
-sign \x7BC2 125-16-1
-sign \x9B8F 125-16-1
-sign \x8B03 125-16-1
-sign \x9A02 125-16-1
-sign \x66D0 125-16-1
-sign \x89F2 125-16-1
-sign \x76A8 125-16-1
-sign \x5B39 125-16-23
-sign \x9BF9 125-16-1
-sign \x5211 125-16-2
-sign \x90A2 125-16-2
-sign \x5F62 125-16-2
-sign \x5759 1245-16-1
-sign \x90C9 125-16-2
-sign \x4F80 125-16-2
-sign \x578B 125-16-2
-sign \x54D8 125-16-2
-sign \x9498 125-16-2
-sign \x6D10 125-16-2
-sign \x5A19 125-16-2
-sign \x784E 125-16-2
-sign \x94CF 125-16-2
-sign \x88C4 125-16-2
-sign \x9203 125-16-2
-sign \x9292 125-16-2
-sign \x9276 125-16-2
-sign \x92DE 125-16-2
-sign \x7772 125-16-3
-sign \x9192 125-16-3
-sign \x64E4 125-16-3
-sign \x5174 125-16-1
-sign \x674F 125-16-23
-sign \x5E78 125-16-23
-sign \x6027 125-16-23
-sign \x59D3 125-16-23
-sign \x8347 125-16-23
-sign \x8395 125-16-23
-sign \x5016 125-16-23
-sign \x6DAC 125-16-23
-sign \x60BB 125-16-23
-sign \x5A5E 125-16-23
-sign \x5842 1245-1346-3
-sign \x7DC8 125-16-23
-sign \x8208 125-16-1
-sign \x81D6 125-16-23
-sign \x51F6 125-1456-1
-sign \x5302 125-1456-1
-sign \x5144 125-1456-1
-sign \x828E 125-1456-1
-sign \x5147 125-1456-1
-sign \x5308 125-1456-1
-sign \x8BBB 125-1456-1
-sign \x6C79 125-1456-1
-sign \x5FF7 125-1456-1
-sign \x54C5 125-1456-1
-sign \x6D36 125-1456-1
-sign \x605F 125-1456-1
-sign \x80F8 125-1456-1
-sign \x80F7 125-1456-1
-sign \x8A29 125-1456-1
-sign \x8A7E 125-1456-1
-sign \x96C4 125-1456-2
-sign \x718A 125-1456-2
-sign \x8BC7 125-1456-23
-sign \x8A57 125-1456-23
-sign \x5910 125-1456-23
-sign \x657B 125-1456-23
-sign \x4F11 125-1256-1
-sign \x4FE2 125-1256-1
-sign \x8320 125-235-1
-sign \x54BB 125-1256-1
-sign \x4FEE 125-1256-1
-sign \x5EA5 125-1256-1
-sign \x70CB 125-345-1
-sign \x8129 125-1256-1
-sign \x7F9E 125-1256-1
-sign \x70CC 125-1256-1
-sign \x9E3A 125-1256-1
-sign \x8119 125-1256-1
-sign \x81F9 125-1256-1
-sign \x8C85 125-1256-1
-sign \x9990 125-1256-1
-sign \x9AE4 125-1256-1
-sign \x6A07 125-1256-1
-sign \x929D 125-1256-1
-sign \x9AF9 125-1256-1
-sign \x9D42 125-1256-1
-sign \x9380 125-1256-1
-sign \x9BB4 125-1256-1
-sign \x93C5 125-1256-1
-sign \x9948 125-1256-1
-sign \x9C43 13-1256-1
-sign \x98CD 125-1256-1
-sign \x82EC 125-1256-2
-sign \x673D 125-1256-3
-sign \x5BBF 234-136-23
-sign \x6EEB 125-1256-3
-sign \x6F43 125-1256-3
-sign \x7D87 125-1256-3
-sign \x7CD4 125-1256-3
-sign \x79C0 125-1256-23
-sign \x5CAB 125-1256-23
-sign \x5CC0 125-1256-23
-sign \x73DB 125-1256-23
-sign \x8896 125-1256-23
-sign \x7EE3 125-1256-23
-sign \x7407 125-1256-23
-sign \x9508 125-1256-23
-sign \x55C5 125-1256-23
-sign \x6EB4 125-1256-23
-sign \x7D89 125-1256-23
-sign \x7493 125-1256-23
-sign \x890F 125-1256-23
-sign \x890E 125-1256-23
-sign \x88E6 12-235-1
-sign \x92B9 125-1256-23
-sign \x8791 125-1256-23
-sign \x568A 125-1256-23
-sign \x7E4D 125-1256-23
-sign \x93E5 125-1256-23
-sign \x7E61 125-1256-23
-sign \x93FD 125-1256-23
-sign \x9F45 125-1256-23
-sign \x620C 125-346-1
-sign \x5401 125-346-1
-sign \x65F4 125-346-1
-sign \x76F1 125-346-1
-sign \x759E 125-346-1
-sign \x59C1 125-346-3
-sign \x987B 125-346-1
-sign \x6B28 125-346-1
-sign \x80E5 125-346-1
-sign \x987C 125-346-1
-sign \x8A0F 125-346-1
-sign \x865A 125-346-1
-sign \x8657 125-346-1
-sign \x5066 125-346-1
-sign \x88C7 125-346-1
-sign \x8C1E 125-346-1
-sign \x63DF 125-346-1
-sign \x865B 125-346-1
-sign \x5E41 125-346-1
-sign \x9808 125-346-1
-sign \x5AAD 125-346-1
-sign \x980A 125-346-1
-sign \x6948 125-346-1
-sign \x7AA2 125-346-1
-sign \x589F 125-346-1
-sign \x9700 125-346-1
-sign \x5618 125-346-1
-sign \x7A30 125-346-1
-sign \x9B46 125-346-1
-sign \x8566 125-346-1
-sign \x6B54 125-346-1
-sign \x8751 125-346-1
-sign \x5653 125-346-1
-sign \x5B03 125-346-1
-sign \x7E03 125-346-1
-sign \x8ADD 125-346-1
-sign \x6B58 125-346-1
-sign \x8B43 125-346-1
-sign \x9B56 125-346-1
-sign \x9A49 125-346-1
-sign \x9B1A 125-346-1
-sign \x9450 125-346-1
-sign \x4FC6 125-346-2
-sign \x5F90 125-346-2
-sign \x84A3 125-346-2
-sign \x8BB8 125-346-3
-sign \x5474 125-346-3
-sign \x8BE9 125-346-3
-sign \x73DD 125-346-3
-sign \x6829 125-346-3
-sign \x5194 125-346-3
-sign \x86E1 24-23
-sign \x668A 125-346-3
-sign \x8A61 125-346-3
-sign \x9126 125-346-3
-sign \x7CC8 125-346-3
-sign \x9191 125-346-3
-sign \x76E8 125-346-3
-sign \x65ED 125-346-23
-sign \x4F35 125-346-23
-sign \x5E8F 125-346-23
-sign \x6C7F 125-346-23
-sign \x6C80 125-346-23
-sign \x4F90 125-346-23
-sign \x5379 125-346-23
-sign \x662B 125-346-23
-sign \x53D9 125-346-23
-sign \x6D2B 125-346-23
-sign \x6064 125-346-23
-sign \x73EC 125-346-23
-sign \x57BF 125-346-23
-sign \x6B88 125-346-23
-sign \x6B30 125-346-23
-sign \x70C5 125-346-23
-sign \x9157 125-346-23
-sign \x52D6 125-346-23
-sign \x52D7 125-346-23
-sign \x654D 125-346-23
-sign \x6558 125-346-23
-sign \x70FC 125-346-23
-sign \x7EEA 125-346-23
-sign \x7EED 125-346-23
-sign \x8053 125-346-23
-sign \x58FB 125-346-23
-sign \x6702 125-346-23
-sign \x55A3 125-346-3
-sign \x8A39 125-346-23
-sign \x6E86 125-346-23
-sign \x6E51 125-346-3
-sign \x7D6E 125-346-23
-sign \x5A7F 125-346-23
-sign \x84C4 125-346-23
-sign \x8CC9 125-346-23
-sign \x7166 125-346-23
-sign \x6149 125-346-23
-sign \x7D9A 125-346-23
-sign \x69D2 125-346-23
-sign \x7781 125-346-23
-sign \x76E2 125-346-23
-sign \x805F 125-346-23
-sign \x928A 125-346-23
-sign \x6F4A 125-346-23
-sign \x6F35 125-346-23
-sign \x7DD2 125-346-23
-sign \x7A38 125-346-23
-sign \x735D 125-346-23
-sign \x7DD6 125-346-23
-sign \x77B2 125-346-23
-sign \x85DA 125-346-23
-sign \x7E8C 125-346-23
-sign \x9C6E 125-346-23
-sign \x84FF 125-346-23
-sign \x5405 125-12346-1
-sign \x8F69 125-12346-1
-sign \x660D 125-12346-1
-sign \x54BA 125-12346-3
-sign \x5BA3 125-12346-1
-sign \x8ED2 125-12346-1
-sign \x6645 125-12346-1
-sign \x8C16 125-12346-1
-sign \x5847 125-12346-1
-sign \x63CE 125-12346-1
-sign \x8432 125-12346-1
-sign \x8431 125-12346-1
-sign \x55A7 125-12346-1
-sign \x610B 125-12346-1
-sign \x6103 125-12346-1
-sign \x5A97 125-12346-1
-sign \x7444 125-12346-1
-sign \x84D2 125-12346-1
-sign \x6684 125-12346-1
-sign \x7156 1345-12456-3
-sign \x714A 125-12346-1
-sign \x777B 125-12346-1
-sign \x8756 125-12346-1
-sign \x7BAE 125-12346-1
-sign \x5107 125-12346-1
-sign \x7FE7 125-12346-1
-sign \x79A4 125-12346-1
-sign \x857F 125-12346-1
-sign \x8AFC 125-12346-1
-sign \x8AE0 125-12346-1
-sign \x5B1B 125-12456-2
-sign \x99FD 125-12346-1
-sign \x8F4B 125-25-2
-sign \x9379 125-12346-1
-sign \x8610 125-12346-1
-sign \x85FC 125-12346-1
-sign \x77CE 125-12346-1
-sign \x8809 125-12346-1
-sign \x7FFE 125-12346-1
-sign \x9C1A 125-12346-1
-sign \x8B5E 125-12346-1
-sign \x8B82 1245-12346-23
-sign \x7384 125-12346-2
-sign \x59B6 125-146-2
-sign \x73B9 125-12346-2
-sign \x75C3 125-12346-2
-sign \x7401 125-12346-2
-sign \x60AC 125-12346-2
-sign \x65CB 125-12346-2
-sign \x8701 125-12346-2
-sign \x6F29 125-12346-2
-sign \x5AD9 125-12346-2
-sign \x7487 125-12346-2
-sign \x66B6 125-12346-2
-sign \x6A88 125-12346-2
-sign \x74BF 125-12346-2
-sign \x61F8 125-12346-2
-sign \x9009 125-12346-3
-sign \x70DC 125-12346-3
-sign \x6685 125-12346-3
-sign \x9078 125-12346-3
-sign \x7663 125-12346-3
-sign \x766C 125-12346-3
-sign \x6CEB 125-12346-23
-sign \x6030 125-12346-23
-sign \x6621 125-12346-23
-sign \x70AB 125-12346-23
-sign \x7EDA 125-12346-23
-sign \x7729 125-12346-23
-sign \x94C9 125-12346-23
-sign \x88A8 125-12346-23
-sign \x7404 125-12346-23
-sign \x7734 125-12346-23
-sign \x8852 125-12346-23
-sign \x6E32 125-12346-23
-sign \x7D62 125-12346-23
-sign \x6966 125-12346-23
-sign \x9249 125-12346-23
-sign \x8519 125-12346-23
-sign \x78B9 125-12346-23
-sign \x955F 125-12346-23
-sign \x98B4 125-12346-23
-sign \x7E3C 125-12346-23
-sign \x7E4F 125-12346-23
-sign \x93C7 125-12346-23
-sign \x9436 125-12456-2
-sign \x8D19 125-12346-23
-sign \x524A 125-345-1
-sign \x75B6 125-23456-1
-sign \x8486 125-23456-1
-sign \x9774 125-23456-1
-sign \x859B 125-23456-1
-sign \x8FA5 125-23456-1
-sign \x8FAA 125-23456-1
-sign \x97BE 125-23456-1
-sign \x7A74 125-23456-2
-sign \x6588 125-23456-2
-sign \x4E74 125-23456-2
-sign \x8313 125-23456-2
-sign \x5CA4 125-23456-23
-sign \x5CC3 125-23456-2
-sign \x5B66 125-23456-2
-sign \x6CF6 125-23456-2
-sign \x9E34 125-23456-2
-sign \x8895 125-23456-2
-sign \x8E05 125-23456-2
-sign \x5671 125-23456-2
-sign \x5DA8 125-23456-2
-sign \x5B78 125-23456-2
-sign \x9D2C 16-1
-sign \x6FA9 125-23456-2
-sign \x71E2 125-23456-2
-sign \x89F7 125-23456-2
-sign \x96E4 125-23456-2
-sign \x9DFD 125-23456-2
-sign \x96EA 125-23456-3
-sign \x6A30 125-23456-3
-sign \x81A4 125-23456-3
-sign \x825D 125-23456-3
-sign \x8F4C 125-23456-3
-sign \x9CD5 125-23456-3
-sign \x9C48 125-23456-3
-sign \x8840 125-23456-23
-sign \x5779 125-23456-23
-sign \x72D8 125-23456-23
-sign \x6CE7 125-23456-23
-sign \x6034 125-346-23
-sign \x6856 125-23456-23
-sign \x8C11 125-23456-23
-sign \x8B14 125-23456-23
-sign \x7025 125-23456-23
-sign \x5743 125-456-1
-sign \x52CB 125-456-1
-sign \x59F0 1245-456-1
-sign \x57D9 125-456-1
-sign \x7104 125-456-1
-sign \x52DB 125-456-1
-sign \x5864 125-456-1
-sign \x8512 125-25-1
-sign \x718F 125-456-1
-sign \x7AA8 125-456-1
-sign \x52F2 125-456-1
-sign \x99E8 125-456-2
-sign \x85AB 125-456-1
-sign \x52F3 125-456-1
-sign \x58CE 125-456-1
-sign \x85B0 125-456-1
-sign \x5691 125-456-1
-sign \x736F 125-456-1
-sign \x66DB 125-456-1
-sign \x81D0 125-456-1
-sign \x71FB 125-456-1
-sign \x860D 125-456-1
-sign \x77C4 125-456-1
-sign \x58E6 125-456-1
-sign \x720B 125-456-1
-sign \x7E81 125-456-1
-sign \x91BA 125-456-1
-sign \x5EF5 125-456-2
-sign \x65EC 125-456-2
-sign \x5BFB 125-456-2
-sign \x5DE1 125-456-2
-sign \x674A 125-456-2
-sign \x7543 125-456-2
-sign \x90C7 125-456-2
-sign \x8BE2 125-456-2
-sign \x8340 125-456-2
-sign \x8368 13-146-2
-sign \x54B0 156-136-23
-sign \x5CCB 125-456-2
-sign \x6D35 125-456-2
-sign \x6D54 125-456-2
-sign \x6042 125-456-2
-sign \x7D03 125-456-2
-sign \x73E3 125-456-2
-sign \x6812 125-456-2
-sign \x686A 125-456-2
-sign \x6BE5 125-456-2
-sign \x5071 125-456-2
-sign \x63D7 125-456-2
-sign \x5FAA 125-456-2
-sign \x5C0B 125-456-2
-sign \x8A62 125-456-2
-sign \x9C9F 125-456-2
-sign \x9129 125-456-2
-sign \x565A 125-456-2
-sign \x6F6F 125-456-2
-sign \x7495 125-456-2
-sign \x71C5 125-456-2
-sign \x6A33 125-456-2
-sign \x6533 125-456-2
-sign \x71C2 2345-1236-2
-sign \x71D6 125-456-2
-sign \x8951 125-126-2
-sign \x87F3 125-456-2
-sign \x9C4F 125-456-2
-sign \x9C58 125-456-2
-sign \x7065 125-456-2
-sign \x5342 125-456-23
-sign \x8BAD 125-456-23
-sign \x8BAF 125-456-23
-sign \x4F28 125-456-23
-sign \x6C5B 125-456-23
-sign \x8FC5 125-456-23
-sign \x9A6F 125-456-23
-sign \x4F9A 125-456-23
-sign \x5F87 125-456-23
-sign \x8FFF 125-456-23
-sign \x72E5 125-456-23
-sign \x5DFA 125-456-23
-sign \x900A 125-456-23
-sign \x6B89 125-456-23
-sign \x8A13 125-456-23
-sign \x8A19 125-456-23
-sign \x8A0A 125-456-23
-sign \x595E 125-456-23
-sign \x6BBE 125-456-23
-sign \x7A04 125-456-23
-sign \x5DFD 125-456-23
-sign \x99B4 125-456-23
-sign \x905C 125-456-23
-sign \x8CD0 125-456-23
-sign \x613B 125-456-23
-sign \x8548 125-456-23
-sign \x5640 125-456-23
-sign \x6FEC 1245-456-23
-sign \x9868 125-456-23
-sign \x9442 125-456-23
-sign \x4E2B 1246-1
-sign \x538B 1246-1
-sign \x62BC 1246-1
-sign \x5E98 1246-1
-sign \x9E26 1246-1
-sign \x6860 1246-1
-sign \x9E2D 1246-1
-sign \x94D4 1246-1
-sign \x5B72 1246-1
-sign \x690F 1246-1
-sign \x9D09 1246-1
-sign \x9D28 1246-1
-sign \x58D3 1246-1
-sign \x9D76 1246-1
-sign \x941A 1246-1
-sign \x7259 1246-2
-sign \x4F22 1246-2
-sign \x82BD 1246-2
-sign \x5C88 1246-2
-sign \x73A1 1246-23
-sign \x6792 1246-2
-sign \x5393 1246-2
-sign \x75A8 1246-3
-sign \x740A 1246-2
-sign \x869C 1246-2
-sign \x7B0C 1246-2
-sign \x5810 1246-2
-sign \x5D15 1246-2
-sign \x5D16 1246-2
-sign \x731A 1246-2
-sign \x6DAF 1246-2
-sign \x7458 1246-2
-sign \x775A 1246-2
-sign \x8859 1246-2
-sign \x6F04 1246-2
-sign \x9F56 1246-2
-sign \x538A 1246-3
-sign \x5E8C 1246-3
-sign \x54D1 1246-3
-sign \x5516 1246-3
-sign \x555E 1246-3
-sign \x75D6 1246-3
-sign \x96C5 1246-3
-sign \x7602 1246-3
-sign \x8565 1246-3
-sign \x529C 1246-23
-sign \x5720 1246-23
-sign \x4E9A 1246-23
-sign \x897E 1246-23
-sign \x8BB6 1246-23
-sign \x4E9C 1246-23
-sign \x8FD3 1246-23
-sign \x72BD 1246-23
-sign \x4E9E 1246-23
-sign \x8ECB 1246-23
-sign \x57AD 1246-1
-sign \x631C 1246-23
-sign \x7811 1246-23
-sign \x5A05 1246-23
-sign \x6C29 1246-23
-sign \x4FF9 1246-23
-sign \x57E1 1246-1
-sign \x6397 1246-23
-sign \x8A1D 1246-23
-sign \x5A6D 1246-23
-sign \x63E0 1246-23
-sign \x8050 1246-23
-sign \x6C2C 1246-23
-sign \x7330 1246-23
-sign \x5714 1246-23
-sign \x7A0F 1246-23
-sign \x7AAB 1246-23
-sign \x930F 1246-1
-sign \x9F7E 1246-23
-sign \x5440 1246-0
-sign \x54BD 146-1
-sign \x6079 146-1
-sign \x73DA 146-1
-sign \x5266 146-1
-sign \x80ED 146-1
-sign \x70DF 146-1
-sign \x7109 146-1
-sign \x83F8 146-1
-sign \x5D26 146-1
-sign \x5063 146-1
-sign \x9609 146-1
-sign \x7111 146-1
-sign \x6DF9 146-1
-sign \x814C 146-1
-sign \x6E6E 146-1
-sign \x9122 146-1
-sign \x50BF 146-1
-sign \x7159 146-1
-sign \x6A2E 146-1
-sign \x6F39 146-1
-sign \x5AE3 146-1
-sign \x9183 146-1
-sign \x5D96 146-1
-sign \x95B9 146-1
-sign \x7BF6 146-1
-sign \x61E8 146-1
-sign \x81D9 146-1
-sign \x9EEB 146-1
-sign \x8BA0 146-2
-sign \x5383 2456-1
-sign \x5EF6 146-2
-sign \x95EB 146-2
-sign \x4E25 146-2
-sign \x8A00 146-2
-sign \x8A01 146-2
-sign \x598D 146-2
-sign \x6616 146-2
-sign \x5CA9 146-2
-sign \x90D4 146-2
-sign \x708E 146-2
-sign \x6CBF 146-2
-sign \x633B 156-1236-1
-sign \x839A 146-2
-sign \x7814 146-2
-sign \x550C 146-2
-sign \x72FF 146-2
-sign \x59F8 146-2
-sign \x5A2B 146-2
-sign \x76D0 146-2
-sign \x5A2E 146-2
-sign \x7402 146-2
-sign \x784F 146-2
-sign \x9586 146-2
-sign \x5571 146-2
-sign \x8A2E 146-2
-sign \x960E 146-2
-sign \x8712 146-2
-sign \x55A6 146-2
-sign \x5D52 146-2
-sign \x5D53 146-2
-sign \x7B75 146-2
-sign \x7D96 146-2
-sign \x5869 146-2
-sign \x694C 146-2
-sign \x63C5 146-2
-sign \x8A7D 146-2
-sign \x8505 146-2
-sign \x789E 146-2
-sign \x989C 146-2
-sign \x8664 146-2
-sign \x95BB 146-2
-sign \x53B3 146-2
-sign \x6A90 146-2
-sign \x984F 146-2
-sign \x9854 146-2
-sign \x58DB 146-2
-sign \x56B4 146-2
-sign \x5DCC 146-2
-sign \x7C37 146-2
-sign \x6AE9 146-2
-sign \x9E99 146-2
-sign \x58E7 146-2
-sign \x5DD6 146-2
-sign \x5DD7 146-2
-sign \x6B15 146-2
-sign \x9E7D 146-2
-sign \x9EA3 146-2
-sign \x5935 146-3
-sign \x6281 146-3
-sign \x6C87 146-3
-sign \x5944 146-3
-sign \x5156 146-3
-sign \x4E75 146-3
-sign \x533D 146-3
-sign \x4FE8 146-3
-sign \x884D 146-3
-sign \x5F07 146-3
-sign \x5157 146-3
-sign \x5261 146-3
-sign \x63A9 146-3
-sign \x83F4 1236-1
-sign \x8412 146-3
-sign \x90FE 146-3
-sign \x53A3 146-3
-sign \x773C 146-3
-sign \x5043 146-3
-sign \x9153 146-3
-sign \x7430 146-3
-sign \x63DC 146-3
-sign \x68EA 146-3
-sign \x5D43 146-3
-sign \x9043 146-3
-sign \x6E30 146-3
-sign \x6E37 146-3
-sign \x611D 146-3
-sign \x624A 146-3
-sign \x9692 146-3
-sign \x693C 146-3
-sign \x787D 146-1
-sign \x7F68 146-3
-sign \x88FA 146-3
-sign \x6F14 146-3
-sign \x8917 146-3
-sign \x9B47 146-3
-sign \x8758 146-3
-sign \x622D 146-3
-sign \x565E 146-3
-sign \x8EBD 146-3
-sign \x7E2F 126-3
-sign \x9EE1 146-3
-sign \x6ABF 146-3
-sign \x53B4 146-3
-sign \x9DA0 146-3
-sign \x9F5E 146-23
-sign \x7517 146-3
-sign \x9EE4 146-3
-sign \x9C0B 146-3
-sign \x9F91 146-3
-sign \x9EEC 146-3
-sign \x9EED 146-3
-sign \x513C 146-3
-sign \x9F34 146-3
-sign \x9869 146-3
-sign \x5B4D 146-3
-sign \x9B58 146-3
-sign \x66EE 146-3
-sign \x5DD8 146-3
-sign \x5DDA 146-3
-sign \x9F39 146-3
-sign \x7939 146-2
-sign \x9F74 146-3
-sign \x9EF6 146-3
-sign \x538C 146-23
-sign \x599F 146-23
-sign \x89C3 146-23
-sign \x726A 146-23
-sign \x781A 146-23
-sign \x5F65 146-23
-sign \x5F66 146-23
-sign \x59F2 146-23
-sign \x8273 146-23
-sign \x898E 146-23
-sign \x664F 146-23
-sign \x5501 146-23
-sign \x70FB 146-23
-sign \x5BB4 146-23
-sign \x9A8C 146-23
-sign \x639E 156-1236-23
-sign \x8C5C 1245-146-1
-sign \x5050 146-23
-sign \x7114 146-23
-sign \x8C1A 146-23
-sign \x9681 146-23
-sign \x5830 146-23
-sign \x8455 146-2
-sign \x786F 146-23
-sign \x96C1 146-23
-sign \x7312 146-23
-sign \x55AD 146-23
-sign \x7130 146-23
-sign \x6565 146-23
-sign \x7131 146-23
-sign \x693B 146-23
-sign \x9CEB 146-23
-sign \x6EDF 146-23
-sign \x5895 146-23
-sign \x917D 146-23
-sign \x53AD 146-23
-sign \x66A5 146-23
-sign \x7196 146-23
-sign \x5B0A 146-23
-sign \x990D 146-23
-sign \x9D08 146-23
-sign \x8C33 146-23
-sign \x71D5 146-23
-sign \x8D5D 146-23
-sign \x9B33 146-23
-sign \x71C4 146-23
-sign \x8AFA 146-23
-sign \x5B2E 146-1
-sign \x66D5 146-23
-sign \x9D33 146-23
-sign \x9A13 146-23
-sign \x9A10 146-23
-sign \x9140 146-23
-sign \x61D5 146-1
-sign \x8D0B 146-23
-sign \x56A5 146-23
-sign \x8276 146-23
-sign \x8EC5 146-23
-sign \x5B3F 146-23
-sign \x9A34 146-23
-sign \x91B6 146-23
-sign \x7213 146-23
-sign \x9DC3 146-23
-sign \x8D17 146-23
-sign \x7054 146-23
-sign \x9A57 146-23
-sign \x9DF0 146-23
-sign \x91BC 146-23
-sign \x995C 146-23
-sign \x89FE 146-23
-sign \x8B8C 146-23
-sign \x8277 146-23
-sign \x9A60 146-23
-sign \x91C5 146-23
-sign \x704E 146-23
-sign \x8C53 146-23
-sign \x8B9E 146-23
-sign \x7067 146-23
-sign \x8C54 146-23
-sign \x7069 146-23
-sign \x592E 1346-1
-sign \x62B0 1346-1
-sign \x5489 1346-1
-sign \x6CF1 1346-1
-sign \x59CE 1346-1
-sign \x6B83 1346-1
-sign \x80E6 1346-1
-sign \x770F 1346-1
-sign \x9E2F 1346-1
-sign \x79E7 1346-1
-sign \x96F5 1346-1
-sign \x9260 1346-1
-sign \x9785 1346-1
-sign \x9D26 1346-1
-sign \x626C 1346-2
-sign \x7F8A 1346-2
-sign \x9633 1346-2
-sign \x9626 1346-2
-sign \x739A 12345-236-23
-sign \x6768 1346-2
-sign \x65F8 1346-2
-sign \x98CF 1346-2
-sign \x7080 1346-2
-sign \x9496 1346-2
-sign \x6C1C 1346-2
-sign \x4F6F 1346-2
-sign \x75A1 1346-2
-sign \x52B7 1346-2
-sign \x579F 1346-2
-sign \x661C 1346-2
-sign \x5F89 1346-2
-sign \x7F8F 1346-2
-sign \x6D0B 1346-2
-sign \x73DC 1346-2
-sign \x773B 1346-2
-sign \x967D 1346-2
-sign \x63DA 1346-2
-sign \x86D8 1346-2
-sign \x5D38 1346-2
-sign \x5D35 1346-2
-sign \x7452 1346-2
-sign \x694A 1346-2
-sign \x656D 1346-2
-sign \x6698 1346-2
-sign \x8746 1346-3
-sign \x716C 1346-2
-sign \x7993 1346-2
-sign \x760D 1346-2
-sign \x8F30 1346-2
-sign \x8AF9 1346-2
-sign \x935A 1346-2
-sign \x9D39 1346-2
-sign \x98BA 1346-2
-sign \x940A 1346-2
-sign \x9C11 1346-2
-sign \x9737 1346-2
-sign \x9E09 1346-2
-sign \x536C 1346-3
-sign \x4EF0 1346-3
-sign \x4F52 1346-1
-sign \x5771 1346-3
-sign \x5C9F 1346-3
-sign \x517B 1346-3
-sign \x70B4 1346-3
-sign \x6C27 1346-3
-sign \x75D2 1346-3
-sign \x7D3B 1346-3
-sign \x6967 1346-3
-sign \x8EEE 1346-3
-sign \x509F 1346-3
-sign \x6C31 1346-3
-sign \x7FAA 1346-3
-sign \x6143 1346-3
-sign \x990A 1346-3
-sign \x99DA 1346-3
-sign \x6501 1346-3
-sign \x7001 1346-3
-sign \x61E9 1346-3
-sign \x7922 1346-3
-sign \x7662 1346-3
-sign \x600F 1346-23
-sign \x67CD 1346-3
-sign \x6837 1346-23
-sign \x6059 1346-23
-sign \x70CA 1346-2
-sign \x7F95 1346-23
-sign \x8A47 1346-23
-sign \x69D8 1346-23
-sign \x6F3E 1346-23
-sign \x6A23 1346-23
-sign \x5E7A 345-1
-sign \x592D 345-1
-sign \x5406 345-1
-sign \x5996 345-1
-sign \x6796 345-1
-sign \x6B80 345-3
-sign \x7945 345-1
-sign \x8A1E 345-1
-sign \x847D 345-1
-sign \x5593 345-1
-sign \x6946 345-1
-sign \x8170 345-1
-sign \x9D01 345-1
-sign \x9080 345-1
-sign \x723B 345-2
-sign \x5C27 345-2
-sign \x5C2D 345-2
-sign \x4FA5 1245-345-3
-sign \x80B4 345-2
-sign \x579A 345-2
-sign \x8F7A 345-2
-sign \x5CE3 345-2
-sign \x59DA 345-2
-sign \x73E7 345-2
-sign \x5004 345-2
-sign \x70D1 345-2
-sign \x7A91 345-2
-sign \x582F 345-2
-sign \x63FA 345-2
-sign \x8EFA 345-2
-sign \x509C 345-2
-sign \x6BBD 345-2
-sign \x8C23 345-2
-sign \x6447 345-2
-sign \x6416 345-2
-sign \x55C2 345-2
-sign \x5FAD 345-2
-sign \x9065 345-2
-sign \x733A 345-2
-sign \x9059 345-2
-sign \x6EE7 345-2
-sign \x612E 345-2
-sign \x5AB1 345-2
-sign \x7476 345-2
-sign \x7464 345-2
-sign \x647F 345-2
-sign \x69A3 345-2
-sign \x669A 345-2
-sign \x929A 2345-345-2
-sign \x98D6 345-2
-sign \x9906 345-2
-sign \x8558 345-2
-sign \x78D8 345-2
-sign \x5DA2 345-2
-sign \x5DA4 345-2
-sign \x5FBA 1245-345-3
-sign \x7AB0 345-2
-sign \x7AAF 345-2
-sign \x991A 345-2
-sign \x7E47 345-2
-sign \x8B21 345-2
-sign \x8B20 345-2
-sign \x9390 345-2
-sign \x9CD0 345-2
-sign \x98BB 345-2
-sign \x8628 345-2
-sign \x9864 345-2
-sign \x9C29 345-2
-sign \x4EF8 345-3
-sign \x5C86 345-3
-sign \x5B8E 345-3
-sign \x62AD 345-3
-sign \x82ED 345-3
-sign \x6773 345-3
-sign \x72D5 345-3
-sign \x67FC 345-3
-sign \x54AC 345-3
-sign \x7711 345-3
-sign \x8200 345-3
-sign \x7A85 345-3
-sign \x7A88 345-3
-sign \x5060 345-3
-sign \x5D3E 345-3
-sign \x5A79 345-3
-sign \x84D4 345-3
-sign \x6E94 345-3
-sign \x699A 345-3
-sign \x9D22 345-3
-sign \x95C4 345-3
-sign \x9A15 345-3
-sign \x9F69 345-3
-sign \x9DD5 345-3
-sign \x836F 345-23
-sign \x8981 345-23
-sign \x94A5 345-23
-sign \x7A7E 345-23
-sign \x888E 345-23
-sign \x7A94 345-23
-sign \x846F 345-23
-sign \x7B44 345-23
-sign \x9205 23456-23
-sign \x8A4F 345-23
-sign \x977F 345-23
-sign \x899E 345-23
-sign \x718E 345-23
-sign \x9E5E 345-23
-sign \x735F 345-23
-sign \x85AC 345-23
-sign \x9F3C 345-23
-sign \x85E5 345-23
-sign \x66DC 345-23
-sign \x825E 345-23
-sign \x71FF 345-23
-sign \x77C5 345-23
-sign \x8000 345-23
-sign \x66E3 146-23
-sign \x9DC2 345-23
-sign \x7E85 345-23
-sign \x8B91 345-23
-sign \x9470 345-23
-sign \x8036 15-1
-sign \x503B 15-1
-sign \x6396 15-23
-sign \x6930 15-1
-sign \x668D 15-1
-sign \x564E 15-1
-sign \x6F71 15-1
-sign \x882E 15-1
-sign \x7237 15-2
-sign \x6353 15-2
-sign \x63F6 15-2
-sign \x94D8 15-2
-sign \x91FE 1246-2
-sign \x723A 15-2
-sign \x92E3 15-2
-sign \x9381 15-2
-sign \x64E8 15-2
-sign \x4E5F 15-3
-sign \x5414 15-1
-sign \x51B6 15-3
-sign \x8675 156-26-2
-sign \x57DC 15-3
-sign \x91CE 15-3
-sign \x5622 15-3
-sign \x6F1C 15-3
-sign \x58C4 15-3
-sign \x4E1A 15-23
-sign \x53F6 15-23
-sign \x9875 15-23
-sign \x66F3 15-23
-sign \x90BA 15-23
-sign \x66F5 15-23
-sign \x62B4 15-23
-sign \x591C 15-23
-sign \x67BC 15-23
-sign \x9801 15-23
-sign \x4EB1 15-23
-sign \x6D02 15-23
-sign \x6359 15-23
-sign \x67BD 15-23
-sign \x6654 15-23
-sign \x70E8 15-23
-sign \x505E 15-23
-sign \x6DB2 15-23
-sign \x8C12 15-23
-sign \x5828 246-23
-sign \x8449 15-23
-sign \x6B97 15-23
-sign \x9113 24-23
-sign \x814B 15-23
-sign \x58B7 15-23
-sign \x696A 15-23
-sign \x696D 15-23
-sign \x998C 15-23
-sign \x748D 15-23
-sign \x66C4 15-23
-sign \x66C5 15-23
-sign \x50F7 15-23
-sign \x6B4B 15-1
-sign \x71C1 15-23
-sign \x64DB 15-23
-sign \x64D6 13-1246-1
-sign \x9765 15-23
-sign \x9134 15-23
-sign \x77B1 15-23
-sign \x76A3 15-23
-sign \x5DAA 15-23
-sign \x5DAB 15-23
-sign \x9923 15-23
-sign \x8B01 15-23
-sign \x6FB2 15-23
-sign \x64EB 15-23
-sign \x77B8 15-23
-sign \x66D7 15-23
-sign \x5688 146-23
-sign \x9371 15-23
-sign \x64EA 15-23
-sign \x790F 15-23
-sign \x9391 15-23
-sign \x9941 15-23
-sign \x7217 15-23
-sign \x9D7A 15-23
-sign \x9437 15-23
-sign \x9A5C 15-23
-sign \x9768 15-23
-sign \x9E08 15-23
-sign \x4E00 24-1
-sign \x5F0C 24-1
-sign \x8FB7 24-1
-sign \x8864 24-1
-sign \x4F0A 24-1
-sign \x8863 24-1
-sign \x58F1 24-1
-sign \x533B 24-1
-sign \x541A 24-1
-sign \x4F9D 24-1
-sign \x794E 24-1
-sign \x54BF 24-1
-sign \x6D22 24-1
-sign \x7569 24-1
-sign \x94F1 24-1
-sign \x7317 24-1
-sign \x6E0F 24-1
-sign \x90FC 24-1
-sign \x63D6 24-1
-sign \x58F9 24-1
-sign \x6B39 13-24-1
-sign \x86DC 24-1
-sign \x7995 24-1
-sign \x5ADB 24-1
-sign \x7A26 24-1
-sign \x92A5 24-1
-sign \x6F2A 24-1
-sign \x8918 125-2456-1
-sign \x5B04 24-1
-sign \x5901 24-1
-sign \x747F 24-1
-sign \x9E65 24-1
-sign \x566B 24-1
-sign \x7E44 24-1
-sign \x6AB9 24-1
-sign \x6BC9 24-1
-sign \x91AB 24-1
-sign \x9EDF 24-1
-sign \x8B69 24-1
-sign \x9EF3 24-1
-sign \x4E41 24-2
-sign \x531C 24-2
-sign \x4EEA 24-2
-sign \x572F 24-2
-sign \x5937 24-2
-sign \x5F75 2345-135-3
-sign \x675D 24-2
-sign \x6C82 24-2
-sign \x5B90 24-2
-sign \x623A 156-23
-sign \x519D 24-2
-sign \x8BD2 24-2
-sign \x4F87 24-2
-sign \x72CB 24-2
-sign \x9974 24-2
-sign \x6CB6 24-2
-sign \x6021 24-2
-sign \x5B9C 24-2
-sign \x886A 24-23
-sign \x8351 24-2
-sign \x67C2 24-2
-sign \x54A6 24-2
-sign \x5CD3 24-2
-sign \x8D3B 24-2
-sign \x8FFB 24-2
-sign \x605E 24-2
-sign \x59E8 24-2
-sign \x74F5 24-2
-sign \x5DF8 24-2
-sign \x684B 24-2
-sign \x6818 24-2
-sign \x7719 24-2
-sign \x80F0 24-2
-sign \x5BA7 24-2
-sign \x6245 24-2
-sign \x8898 24-2
-sign \x5F2C 24-2
-sign \x8413 24-2
-sign \x79FB 24-2
-sign \x91F6 156-1
-sign \x75CD 24-2
-sign \x692C 24-2
-sign \x8CBD 24-2
-sign \x9057 24-2
-sign \x86E6 24-2
-sign \x8A52 24-2
-sign \x7FA0 24-2
-sign \x9890 24-2
-sign \x5A90 24-2
-sign \x6938 24-2
-sign \x9809 24-2
-sign \x6686 24-2
-sign \x8DE0 24-2
-sign \x98F4 24-2
-sign \x8A83 24-2
-sign \x9295 2345-15-3
-sign \x7591 24-2
-sign \x907A 24-2
-sign \x5100 24-2
-sign \x71AA 24-2
-sign \x9824 24-2
-sign \x9825 24-2
-sign \x8794 24-2
-sign \x5DAC 24-2
-sign \x5F5B 24-2
-sign \x5F5C 24-2
-sign \x5DB7 24-2
-sign \x7C03 24-2
-sign \x984A 24-2
-sign \x9BA7 24-2
-sign \x5BF2 24-2
-sign \x8B3B 24-2
-sign \x5F5E 24-2
-sign \x5F5D 24-2
-sign \x93D4 24-2
-sign \x7C4E 24-2
-sign \x89FA 24-2
-sign \x8B89 24-2
-sign \x9E03 24-2
-sign \x4E59 24-3
-sign \x5DF2 24-3
-sign \x4EE5 24-3
-sign \x6261 24-3
-sign \x9487 24-3
-sign \x8FC6 24-3
-sign \x82E1 24-3
-sign \x4F41 24-3
-sign \x653A 24-3
-sign \x77E3 24-3
-sign \x82E2 24-3
-sign \x8FE4 24-3
-sign \x8681 24-3
-sign \x8223 24-3
-sign \x91D4 24-3
-sign \x5EA1 24-3
-sign \x7B16 24-3
-sign \x501A 24-3
-sign \x6246 24-3
-sign \x9018 24-3
-sign \x506F 24-3
-sign \x6905 24-3
-sign \x5D3A 24-3
-sign \x9CE6 24-3
-sign \x9218 24-3
-sign \x926F 24-3
-sign \x65D1 24-3
-sign \x65D6 24-3
-sign \x8F22 24-3
-sign \x657C 24-3
-sign \x8798 24-3
-sign \x9321 13-24-2
-sign \x6AA5 24-3
-sign \x7912 24-3
-sign \x87FB 24-3
-sign \x9857 24-3
-sign \x8264 24-3
-sign \x8F59 24-3
-sign \x9F6E 24-3
-sign \x9749 246-23
-sign \x4E42 24-23
-sign \x5F0B 24-23
-sign \x4EBF 24-23
-sign \x4E49 24-23
-sign \x827A 24-23
-sign \x5208 24-23
-sign \x5FC6 24-23
-sign \x4EE1 24-23
-sign \x808A 24-23
-sign \x5307 24-23
-sign \x8BAE 24-23
-sign \x9623 24-23
-sign \x8285 24-23
-sign \x5C79 24-23
-sign \x4F07 24-23
-sign \x4EA6 24-23
-sign \x5FD4 24-23
-sign \x5F02 24-23
-sign \x6291 24-23
-sign \x5744 24-23
-sign \x8034 24-23
-sign \x82C5 24-23
-sign \x6759 24-23
-sign \x5453 24-23
-sign \x9091 24-23
-sign \x52AE 24-23
-sign \x4F3F 24-23
-sign \x4F5A 24-23
-sign \x5F79 24-23
-sign \x8BD1 24-23
-sign \x678D 24-23
-sign \x546D 24-23
-sign \x6613 24-23
-sign \x5479 24-23
-sign \x5CC4 24-23
-sign \x79C7 24-23
-sign \x4F7E 24-23
-sign \x7088 24-23
-sign \x6CC6 24-23
-sign \x6008 24-23
-sign \x603F 24-23
-sign \x8BE3 24-23
-sign \x59B7 34-2
-sign \x7ECE 24-23
-sign \x9A7F 24-23
-sign \x73B4 24-23
-sign \x67BB 24-23
-sign \x8F76 24-23
-sign \x6633 145-15-2
-sign \x5E20 24-23
-sign \x4FCB 24-23
-sign \x5F08 24-23
-sign \x5955 24-23
-sign \x5E1F 24-23
-sign \x75AB 24-23
-sign \x6D42 24-23
-sign \x8875 245-23
-sign \x7FBF 24-23
-sign \x6339 24-23
-sign \x6827 24-23
-sign \x683A 34-1
-sign \x914F 24-3
-sign \x8CA4 24-2
-sign \x5508 24-23
-sign \x6B2D 24-23
-sign \x57BC 24-23
-sign \x76CA 24-23
-sign \x6D73 24-23
-sign \x6D65 24-23
-sign \x6092 24-23
-sign \x88A3 24-23
-sign \x8C0A 24-23
-sign \x966D 13-24-2
-sign \x57F8 24-23
-sign \x57F6 24-23
-sign \x52DA 24-23
-sign \x841F 24-23
-sign \x6BB9 24-23
-sign \x6098 24-1
-sign \x8C5B 24-23
-sign \x96BF 24-23
-sign \x7570 24-23
-sign \x91F4 24-23
-sign \x9038 24-23
-sign \x8A32 24-23
-sign \x60A5 24-23
-sign \x8A33 24-23
-sign \x8C59 24-23
-sign \x7FCA 24-23
-sign \x7F9B 24-23
-sign \x7FCC 24-23
-sign \x68ED 24-23
-sign \x8EFC 24-23
-sign \x6B94 24-23
-sign \x6679 24-23
-sign \x6561 24-23
-sign \x8DC7 24-23
-sign \x5E46 24-23
-sign \x9AAE 24-23
-sign \x9220 24-23
-sign \x8A4D 24-23
-sign \x7132 24-23
-sign \x6E59 24-23
-sign \x7D4F 125-15-23
-sign \x6424 26-23
-sign \x4E84 24-23
-sign \x8084 24-23
-sign \x7348 24-23
-sign \x8A63 24-23
-sign \x88DB 24-23
-sign \x75EC 24-23
-sign \x88D4 24-23
-sign \x610F 24-23
-sign \x7AE9 24-23
-sign \x7FA9 24-23
-sign \x517F 24-23
-sign \x6EA2 24-23
-sign \x7F22 24-23
-sign \x99C5 24-23
-sign \x84FA 24-23
-sign \x977E 24-23
-sign \x52E9 24-23
-sign \x698F 24-23
-sign \x8734 24-23
-sign \x8189 24-23
-sign \x5ED9 24-23
-sign \x7617 24-23
-sign \x6F69 24-23
-sign \x5AD5 24-23
-sign \x648E 24-23
-sign \x69F8 24-23
-sign \x9E5D 24-23
-sign \x9ED3 24-23
-sign \x9552 24-23
-sign \x5104 24-23
-sign \x8ABC 24-23
-sign \x761E 24-23
-sign \x6BC5 24-23
-sign \x9E62 24-23
-sign \x71BC 24-23
-sign \x71A0 24-23
-sign \x71A4 24-23
-sign \x58BF 24-23
-sign \x858F 24-23
-sign \x7796 24-23
-sign \x6BAA 24-23
-sign \x66C0 24-23
-sign \x87A0 24-23
-sign \x5DA7 24-23
-sign \x571B 24-23
-sign \x7A53 24-23
-sign \x5117 1345-24-3
-sign \x5293 24-23
-sign \x8257 24-23
-sign \x7631 24-23
-sign \x71DA 24-23
-sign \x6FBA 24-23
-sign \x61CC 24-23
-sign \x61B6 24-23
-sign \x8939 24-23
-sign \x5B11 24-23
-sign \x5B1F 24-3
-sign \x7E0A 24-23
-sign \x6A8D 24-23
-sign \x7FF3 24-23
-sign \x66CE 24-23
-sign \x6581 24-23
-sign \x6B5D 24-23
-sign \x8C96 24-23
-sign \x81C6 24-23
-sign \x71E1 24-23
-sign \x71F1 24-23
-sign \x5BF1 24-23
-sign \x7FFC 24-23
-sign \x85DD 24-23
-sign \x85D9 24-23
-sign \x8D00 24-23
-sign \x9571 24-23
-sign \x93B0 24-23
-sign \x7654 24-23
-sign \x8C77 24-23
-sign \x972C 24-23
-sign \x9D8D 24-23
-sign \x9D82 24-23
-sign \x9D83 24-23
-sign \x9BE3 24-23
-sign \x7E79 24-23
-sign \x7E76 24-23
-sign \x8619 24-23
-sign \x91B3 24-23
-sign \x91B7 24-23
-sign \x9950 24-23
-sign \x8B6F 24-23
-sign \x8B70 24-23
-sign \x7037 24-23
-sign \x9DCA 24-23
-sign \x56C8 24-23
-sign \x943F 24-23
-sign \x9DC1 24-23
-sign \x61FF 24-23
-sign \x9DD6 24-1
-sign \x9A5B 24-23
-sign \x9DE7 24-23
-sign \x897C 24-23
-sign \x8649 24-23
-sign \x9DFE 24-23
-sign \x9F78 24-23
-sign \x8B9B 24-23
-sign \x4E5A 24-3
-sign \x56D9 126-1
-sign \x56E0 126-1
-sign \x9625 126-1
-sign \x9634 126-1
-sign \x4F8C 126-1
-sign \x8335 126-1
-sign \x836B 126-1
-sign \x5794 126-1
-sign \x97F3 126-1
-sign \x6D07 126-1
-sign \x59FB 126-1
-sign \x9A83 126-1
-sign \x6836 126-1
-sign \x6C24 126-1
-sign \x6BB7 126-1
-sign \x9670 126-1
-sign \x94DF 126-1
-sign \x79F5 126-1
-sign \x51D0 126-1
-sign \x88C0 126-1
-sign \x967B 126-1
-sign \x9682 126-1
-sign \x5819 126-1
-sign \x5591 126-1
-sign \x7B43 126-1
-sign \x6114 126-1
-sign \x5A63 126-1
-sign \x7D6A 126-1
-sign \x8491 126-1
-sign \x852D 126-1
-sign \x6B45 126-1
-sign \x6EB5 126-1
-sign \x798B 126-1
-sign \x6147 126-1
-sign \x92A6 126-1
-sign \x7616 126-1
-sign \x9787 126-1
-sign \x78E4 126-1
-sign \x7DF8 126-1
-sign \x99F0 126-1
-sign \x9712 126-1
-sign \x8AF2 126-1
-sign \x9720 126-1
-sign \x95C9 126-1
-sign \x567E 126-1
-sign \x6FE6 126-1
-sign \x97FE 126-1
-sign \x5198 126-2
-sign \x4E51 126-2
-sign \x82C2 126-2
-sign \x541F 126-2
-sign \x72BE 126-2
-sign \x73AA 1245-146-1
-sign \x70CE 126-2
-sign \x65A6 126-2
-sign \x57A0 126-2
-sign \x6CFF 126-2
-sign \x73E2 126-2
-sign \x8376 126-2
-sign \x8A14 126-2
-sign \x5701 126-2
-sign \x72FA 126-2
-sign \x8A1A 126-2
-sign \x7C8C 126-2
-sign \x5CFE 126-2
-sign \x552B 126-2
-sign \x5D1F 126-2
-sign \x5D2F 126-2
-sign \x94F6 126-2
-sign \x8A21 126-2
-sign \x6DEB 126-2
-sign \x5BC5 126-2
-sign \x5A6C 126-2
-sign \x9F82 126-2
-sign \x921D 126-2
-sign \x6B3D 13-126-1
-sign \x911E 126-2
-sign \x7892 126-2
-sign \x6EDB 126-2
-sign \x8529 126-2
-sign \x9F88 126-2
-sign \x9280 126-2
-sign \x5924 126-2
-sign \x748C 126-2
-sign \x6BA5 126-2
-sign \x5656 126-2
-sign \x8ABE 126-2
-sign \x81B6 245-25-23
-sign \x6AAD 126-2
-sign \x87EB 126-2
-sign \x569A 126-2
-sign \x972A 126-2
-sign \x9F66 126-2
-sign \x9DE3 126-2
-sign \x5C39 126-3
-sign \x5F15 126-3
-sign \x5432 126-3
-sign \x996E 126-3
-sign \x8693 126-3
-sign \x9690 126-3
-sign \x6DFE 126-3
-sign \x91FF 126-3
-sign \x920F 126-3
-sign \x98F2 126-3
-sign \x9777 126-3
-sign \x98EE 126-3
-sign \x96A0 126-3
-sign \x6704 126-3
-sign \x8D9B 126-3
-sign \x763E 126-3
-sign \x6A83 126-3
-sign \x96B1 126-3
-sign \x87BE 126-3
-sign \x5DBE 126-3
-sign \x6FE5 126-3
-sign \x861F 126-3
-sign \x9F57 126-2
-sign \x6AFD 126-3
-sign \x766E 126-3
-sign \x8B94 126-3
-sign \x5EF4 126-3
-sign \x5370 126-23
-sign \x5C83 126-3
-sign \x831A 126-23
-sign \x80E4 126-23
-sign \x6D15 126-23
-sign \x57BD 126-23
-sign \x5837 126-23
-sign \x730C 126-23
-sign \x6E5A 126-23
-sign \x5ED5 126-23
-sign \x9173 126-23
-sign \x616D 126-23
-sign \x764A 126-23
-sign \x6196 126-23
-sign \x6197 126-23
-sign \x9BA3 126-23
-sign \x61DA 126-23
-sign \x6ABC 126-23
-sign \x5FDC 16-1
-sign \x82F1 16-1
-sign \x73F1 16-1
-sign \x83BA 16-1
-sign \x685C 16-1
-sign \x5040 16-1
-sign \x5A74 16-1
-sign \x6E36 16-1
-sign \x6125 16-1
-sign \x5A96 16-1
-sign \x7EEC 16-1
-sign \x745B 16-1
-sign \x713D 16-1
-sign \x6720 16-1
-sign \x7150 16-1
-sign \x78A4 16-1
-sign \x9533 16-1
-sign \x5AC8 16-1
-sign \x6484 16-1
-sign \x8CCF 16-1
-sign \x8767 16-1
-sign \x5624 16-1
-sign \x7F42 16-1
-sign \x7507 16-1
-sign \x7F28 16-1
-sign \x7DD3 16-1
-sign \x748E 16-1
-sign \x6A31 16-1
-sign \x9719 16-1
-sign \x9E66 16-1
-sign \x9348 16-1
-sign \x7F43 16-1
-sign \x892E 16-1
-sign \x5B30 16-1
-sign \x81BA 16-1
-sign \x97FA 16-1
-sign \x7516 16-1
-sign \x9E70 16-1
-sign \x9DA7 16-1
-sign \x6516 16-1
-sign \x8621 16-1
-sign \x7F4C 16-1
-sign \x56B6 16-1
-sign \x8B4D 16-1
-sign \x7034 16-1
-sign \x5B7E 16-1
-sign \x5B46 16-1
-sign \x74D4 16-1
-sign \x6AFB 16-1
-sign \x792F 16-1
-sign \x8B7B 16-1
-sign \x9DAF 16-1
-sign \x944D 16-1
-sign \x9DEA 16-1
-sign \x8833 16-1
-sign \x7E93 16-1
-sign \x8EC8 16-1
-sign \x9DF9 16-1
-sign \x9E0E 16-1
-sign \x9E1A 16-1
-sign \x8FCE 16-2
-sign \x76C1 16-2
-sign \x8314 16-2
-sign \x8365 16-2
-sign \x8367 16-2
-sign \x76C8 16-2
-sign \x83B9 16-2
-sign \x8424 16-2
-sign \x8425 16-2
-sign \x8426 16-2
-sign \x686F 2345-16-1
-sign \x86CD 16-2
-sign \x55B6 16-2
-sign \x843E 16-2
-sign \x6E81 16-2
-sign \x6E8B 16-2
-sign \x84E5 16-2
-sign \x6979 16-2
-sign \x50CC 16-2
-sign \x584B 16-2
-sign \x6EE2 16-2
-sign \x8747 16-2
-sign \x6ECE 16-2
-sign \x7192 16-2
-sign \x6F46 16-2
-sign \x877F 16-2
-sign \x7469 16-2
-sign \x5B34 16-2
-sign \x87A2 16-2
-sign \x71DF 16-2
-sign \x7E08 16-2
-sign \x85C0 16-2
-sign \x8D62 16-2
-sign \x89AE 16-2
-sign \x8B0D 16-2
-sign \x6FDA 16-2
-sign \x6FF4 16-2
-sign \x6FD9 16-2
-sign \x93A3 16-2
-sign \x650D 16-2
-sign \x8805 16-2
-sign \x5DC6 16-2
-sign \x701B 16-2
-sign \x702F 16-2
-sign \x7020 16-2
-sign \x6AFF 16-2
-sign \x8D0F 16-2
-sign \x7050 16-2
-sign \x7C5D 16-2
-sign \x705C 16-2
-sign \x7C6F 16-2
-sign \x90E2 16-3
-sign \x77E8 16-3
-sign \x6D67 16-3
-sign \x68AC 16-3
-sign \x988D 16-3
-sign \x9895 16-3
-sign \x9896 16-3
-sign \x646C 16-3
-sign \x5F71 16-3
-sign \x6F41 16-3
-sign \x9834 16-3
-sign \x7A4E 16-3
-sign \x763F 16-3
-sign \x5DCA 16-3
-sign \x941B 16-3
-sign \x5EEE 16-3
-sign \x766D 16-3
-sign \x5E94 16-23
-sign \x6620 16-23
-sign \x786C 16-23
-sign \x668E 16-23
-sign \x5AB5 16-23
-sign \x81A1 16-23
-sign \x565F 16-1
-sign \x61C9 16-1
-sign \x7005 16-2
-sign \x54DF 1256-0
-sign \x5537 1256-0
-sign \x55B2 1256-0
-sign \x4F63 1456-1
-sign \x62E5 1456-1
-sign \x75C8 1456-1
-sign \x9095 1456-1
-sign \x5EB8 1456-1
-sign \x55C8 1456-1
-sign \x50AD 1456-1
-sign \x9118 1456-1
-sign \x96CD 1456-1
-sign \x5889 1456-1
-sign \x6EFD 1456-1
-sign \x6175 1456-1
-sign \x5ADE 1456-1
-sign \x69E6 1456-1
-sign \x92BF 34-256-1
-sign \x7245 1456-1
-sign \x64C1 1456-1
-sign \x5670 1456-1
-sign \x955B 1456-1
-sign \x90FA 1456-1
-sign \x58C5 1456-1
-sign \x6FAD 1456-1
-sign \x81C3 1456-1
-sign \x7655 1456-1
-sign \x96DD 1456-1
-sign \x93DE 1456-1
-sign \x9CD9 1456-1
-sign \x5EF1 1456-1
-sign \x7049 1456-1
-sign \x9C45 1456-1
-sign \x9DDB 1456-1
-sign \x9954 1456-1
-sign \x7670 1456-1
-sign \x9C2B 1456-2
-sign \x6C38 1456-3
-sign \x752C 1456-3
-sign \x548F 1456-3
-sign \x6CF3 1456-3
-sign \x603A 1456-3
-sign \x6810 1456-3
-sign \x4FD1 1456-3
-sign \x52C7 1456-3
-sign \x52C8 1456-3
-sign \x57C7 1456-3
-sign \x67E1 1456-3
-sign \x6D8C 1456-3
-sign \x6080 1456-3
-sign \x607F 1456-3
-sign \x7867 1456-3
-sign \x60E5 1456-3
-sign \x8A60 1456-3
-sign \x6E67 1456-3
-sign \x6111 1456-3
-sign \x584E 1456-3
-sign \x86F9 1456-3
-sign \x5D71 1456-3
-sign \x6139 1456-3
-sign \x5F6E 1456-3
-sign \x8E0A 1456-3
-sign \x6142 1456-3
-sign \x9CAC 1456-3
-sign \x799C 1456-3
-sign \x8E34 1456-3
-sign \x9BD2 1456-3
-sign \x7528 1456-23
-sign \x82DA 1456-23
-sign \x783D 1456-23
-sign \x919F 1456-23
-sign \x4F18 1256-1
-sign \x6538 1256-1
-sign \x5FE7 1256-1
-sign \x5466 1256-1
-sign \x6CD1 1256-1
-sign \x602E 1256-1
-sign \x5E7D 1256-1
-sign \x60A0 1256-1
-sign \x9E80 1256-1
-sign \x6EFA 1256-1
-sign \x6182 1256-1
-sign \x913E 1256-1
-sign \x512A 1256-1
-sign \x5698 1256-1
-sign \x7000 1256-1
-sign \x61EE 1256-1
-sign \x6ACC 1256-1
-sign \x8030 1256-1
-sign \x7E8B 1256-1
-sign \x5C22 1256-2
-sign \x5C24 1256-2
-sign \x5C23 2356-1
-sign \x7531 1256-2
-sign \x90AE 1256-2
-sign \x72B9 1256-2
-sign \x6C8B 1256-2
-sign \x80AC 1256-2
-sign \x6CB9 1256-2
-sign \x601E 1256-2
-sign \x6023 1256-2
-sign \x75A3 1256-2
-sign \x65BF 1256-2
-sign \x83A4 1256-2
-sign \x839C 1256-2
-sign \x83B8 1256-2
-sign \x900C 1256-1
-sign \x8698 125-2456-2
-sign \x5CF3 1256-2
-sign \x94C0 1256-2
-sign \x90F5 1256-2
-sign \x79DE 1256-2
-sign \x6D5F 1256-2
-sign \x9030 1256-2
-sign \x86B0 1256-2
-sign \x5064 1256-2
-sign \x8A27 1256-2
-sign \x9C7F 1256-2
-sign \x7336 1256-2
-sign \x904A 1256-2
-sign \x6E38 1256-2
-sign \x6962 1256-2
-sign \x923E 1256-2
-sign \x9C89 1256-2
-sign \x7337 1256-2
-sign \x99C0 1256-2
-sign \x8F0F 1256-2
-sign \x8555 1256-2
-sign \x8763 1256-2
-sign \x9B77 1256-2
-sign \x8F36 1256-2
-sign \x9B8B 1256-2
-sign \x6AFE 1256-2
-sign \x908E 345-2
-sign \x53CB 1256-3
-sign \x6709 1256-3
-sign \x82C3 1256-3
-sign \x9149 1256-3
-sign \x4E23 1256-3
-sign \x5363 1256-3
-sign \x7F91 1256-3
-sign \x83A0 1256-3
-sign \x7F90 1256-3
-sign \x5EAE 1256-2
-sign \x8048 1256-3
-sign \x6884 1256-3
-sign \x94D5 1256-3
-sign \x811C 245-12356-2
-sign \x848F 1456-23
-sign \x6E75 1256-3
-sign \x870F 1256-3
-sign \x7989 1256-3
-sign \x92AA 1256-3
-sign \x69F1 1256-3
-sign \x7257 1256-3
-sign \x7256 1256-3
-sign \x9EDD 1256-3
-sign \x53C8 1256-23
-sign \x53F3 1256-23
-sign \x5E7C 1256-23
-sign \x4F51 1256-23
-sign \x4F91 1256-23
-sign \x72D6 1256-23
-sign \x7CFF 1256-23
-sign \x5B67 1256-23
-sign \x67DA 1256-23
-sign \x8FF6 1256-23
-sign \x54CA 1256-23
-sign \x56FF 1256-23
-sign \x5CDF 1256-23
-sign \x7270 1256-23
-sign \x5BA5 1256-23
-sign \x7950 1256-23
-sign \x8BF1 1256-23
-sign \x59F7 1256-23
-sign \x5500 1256-23
-sign \x688E 235-1
-sign \x86B4 1256-23
-sign \x75CF 2456-3
-sign \x91C9 1256-23
-sign \x8C81 1256-23
-sign \x4EB4 1256-23
-sign \x916D 1256-23
-sign \x8A98 1256-23
-sign \x9F2C 1256-23
-sign \x8FBC 346-1
-sign \x8FC2 346-1
-sign \x8FC3 346-1
-sign \x625C 346-1
-sign \x7EA1 346-1
-sign \x65BC 346-2
-sign \x9653 346-1
-sign \x8676 346-1
-sign \x7D06 346-1
-sign \x5539 346-1
-sign \x76D3 346-1
-sign \x6DE4 346-1
-sign \x7600 346-1
-sign \x7B8A 346-1
-sign \x4E8E 346-2
-sign \x4E90 346-2
-sign \x9098 346-2
-sign \x4F03 346-2
-sign \x6C59 136-1
-sign \x6C5A 136-1
-sign \x7397 346-2
-sign \x7399 346-2
-sign \x6275 346-2
-sign \x6745 346-2
-sign \x6B24 346-2
-sign \x4F59 346-2
-sign \x59A4 346-2
-sign \x76C2 346-2
-sign \x81FE 346-2
-sign \x9C7C 346-2
-sign \x8867 346-2
-sign \x8330 346-2
-sign \x79BA 346-2
-sign \x7AFD 346-2
-sign \x8201 346-2
-sign \x4FDE 346-2
-sign \x516A 346-2
-sign \x9151 346-2
-sign \x72F3 346-2
-sign \x9980 346-2
-sign \x6087 346-23
-sign \x8C00 346-2
-sign \x5A31 346-2
-sign \x5A1B 346-2
-sign \x5A2F 346-2
-sign \x8438 346-2
-sign \x96E9 346-2
-sign \x91EA 346-2
-sign \x9B5A 346-2
-sign \x6E14 346-2
-sign \x9685 346-2
-sign \x9683 346-2
-sign \x5823 346-2
-sign \x582C 346-2
-sign \x63C4 346-2
-sign \x6970 346-2
-sign \x7862 346-2
-sign \x756D 346-2
-sign \x5581 1456-2
-sign \x5D4E 346-2
-sign \x5D33 346-2
-sign \x5D5B 346-2
-sign \x9AAC 346-2
-sign \x756C 346-2
-sign \x903E 346-2
-sign \x8174 346-2
-sign \x6E61 346-2
-sign \x6E1D 346-2
-sign \x6109 346-2
-sign \x5AAE 2345-12356-1
-sign \x5A7E 2345-12356-1
-sign \x745C 346-2
-sign \x6986 346-2
-sign \x6961 346-2
-sign \x865E 346-2
-sign \x611A 346-2
-sign \x724F 346-2
-sign \x8245 346-2
-sign \x89CE 346-2
-sign \x6B48 346-2
-sign \x776E 346-2
-sign \x8206 346-2
-sign \x6F01 346-2
-sign \x7AAC 346-2
-sign \x8915 346-2
-sign \x854D 346-2
-sign \x6B76 346-2
-sign \x9899 346-2
-sign \x8753 346-2
-sign \x96D3 346-2
-sign \x9918 346-2
-sign \x9B63 346-2
-sign \x8ADB 346-2
-sign \x7FAD 346-2
-sign \x8E30 346-2
-sign \x89A6 346-2
-sign \x6F9E 346-2
-sign \x61D9 346-3
-sign \x5B29 346-2
-sign \x74B5 346-2
-sign \x8F3F 346-2
-sign \x6B5F 346-2
-sign \x935D 346-2
-sign \x87B8 346-2
-sign \x7916 346-2
-sign \x9852 1456-2
-sign \x9AC3 346-2
-sign \x9BBD 346-2
-sign \x8B23 346-2
-sign \x9A1F 346-2
-sign \x7C45 346-2
-sign \x9BF2 346-2
-sign \x65DF 346-2
-sign \x861B 346-2
-sign \x9C05 346-2
-sign \x9DE0 346-2
-sign \x9E06 346-2
-sign \x4E0E 346-3
-sign \x4E88 346-3
-sign \x5C7F 346-3
-sign \x4F1B 346-3
-sign \x5B87 346-3
-sign \x7FBD 346-3
-sign \x96E8 346-3
-sign \x7A7B 346-1
-sign \x6327 346-3
-sign \x4FE3 346-3
-sign \x4FC1 346-3
-sign \x79B9 346-3
-sign \x8BED 346-3
-sign \x5704 346-3
-sign \x5CFF 346-3
-sign \x7964 346-3
-sign \x6554 346-3
-sign \x532C 346-3
-sign \x5709 346-3
-sign \x504A 346-3
-sign \x9105 346-3
-sign \x5EBE 346-3
-sign \x842D 346-3
-sign \x842E 346-2
-sign \x94FB 136-2
-sign \x659E 346-3
-sign \x7440 346-3
-sign \x6940 346-3
-sign \x8207 346-3
-sign \x50B4 346-3
-sign \x7610 346-3
-sign \x5BD9 346-3
-sign \x8A9E 346-3
-sign \x9F89 346-3
-sign \x92D9 136-2
-sign \x7AB3 346-3
-sign \x85C7 125-346-23
-sign \x5673 346-3
-sign \x5DBC 346-3
-sign \x8C90 346-3
-sign \x6594 346-3
-sign \x9E8C 346-3
-sign \x860C 346-3
-sign \x9F6C 346-3
-sign \x7389 346-23
-sign \x9A6D 346-23
-sign \x572B 346-23
-sign \x828B 346-23
-sign \x828C 346-23
-sign \x807F 346-23
-sign \x996B 346-23
-sign \x5FEC 346-23
-sign \x59AA 346-23
-sign \x90C1 346-23
-sign \x80B2 346-23
-sign \x831F 346-23
-sign \x6631 346-23
-sign \x79D7 346-23
-sign \x72F1 346-23
-sign \x682F 1256-3
-sign \x5F67 346-23
-sign \x7821 346-23
-sign \x5CEA 346-23
-sign \x94B0 346-23
-sign \x4FFC 346-23
-sign \x6D74 346-23
-sign \x9884 346-23
-sign \x57DF 346-23
-sign \x5809 346-23
-sign \x5590 346-23
-sign \x6086 346-23
-sign \x6B32 346-23
-sign \x9033 346-23
-sign \x88AC 346-23
-sign \x9608 346-23
-sign \x6DE2 346-23
-sign \x6DEF 346-23
-sign \x60D0 346-23
-sign \x8C15 346-23
-sign \x7419 346-23
-sign \x99AD 346-23
-sign \x68EB 346-23
-sign \x68DC 346-23
-sign \x68DB 346-23
-sign \x7872 346-23
-sign \x9047 346-23
-sign \x5585 346-23
-sign \x55BB 346-23
-sign \x55A9 346-23
-sign \x5FA1 346-23
-sign \x9E46 346-23
-sign \x98EB 346-23
-sign \x5EBD 346-23
-sign \x7134 346-23
-sign \x5BD3 346-23
-sign \x88D5 346-23
-sign \x5A80 346-2
-sign \x77DE 346-23
-sign \x84AE 346-23
-sign \x84E3 346-23
-sign \x7F6D 346-23
-sign \x7A22 346-23
-sign \x8248 346-23
-sign \x923A 346-23
-sign \x6108 346-23
-sign \x715C 346-23
-sign \x6EEA 346-23
-sign \x8A89 346-23
-sign \x9810 346-23
-sign \x8F0D 346-23
-sign \x622B 346-23
-sign \x872E 346-23
-sign \x871F 346-23
-sign \x5D8E 346-23
-sign \x6BD3 346-23
-sign \x50EA 346-23
-sign \x9289 346-23
-sign \x7344 346-23
-sign \x7609 346-23
-sign \x6F9A 235-23
-sign \x96A9 346-23
-sign \x5AD7 346-23
-sign \x7DCE 346-23
-sign \x9CFF 346-23
-sign \x58BA 235-23
-sign \x8581 346-23
-sign \x84F9 346-23
-sign \x564A 346-23
-sign \x7A36 346-23
-sign \x92CA 346-23
-sign \x617E 346-23
-sign \x9079 346-23
-sign \x8C6B 346-23
-sign \x8577 346-23
-sign \x95BE 346-23
-sign \x95BC 146-1
-sign \x9D25 346-23
-sign \x9325 346-23
-sign \x8AED 346-23
-sign \x71E0 346-23
-sign \x71CF 346-23
-sign \x6FA6 346-23
-sign \x9D2A 346-23
-sign \x9D27 346-23
-sign \x7907 346-23
-sign \x5125 346-23
-sign \x9B4A 346-23
-sign \x79A6 346-23
-sign \x9E6C 346-23
-sign \x91A7 346-23
-sign \x7A65 346-3
-sign \x7BFD 346-23
-sign \x791C 346-23
-sign \x9D52 346-23
-sign \x7652 346-23
-sign \x7E58 346-23
-sign \x6AF2 346-23
-sign \x9947 346-23
-sign \x9731 346-23
-sign \x8F5D 346-2
-sign \x8B7D 346-23
-sign \x942D 346-23
-sign \x9A48 346-23
-sign \x6B0E 346-23
-sign \x9B3B 346-23
-sign \x7C5E 346-23
-sign \x9C4A 346-23
-sign \x9DF8 346-23
-sign \x9E12 346-23
-sign \x6B1D 346-23
-sign \x9FA5 346-23
-sign \x9B30 346-23
-sign \x8EC9 346-23
-sign \x9B31 346-23
-sign \x7C72 346-23
-sign \x706A 346-23
-sign \x7229 346-23
-sign \x56E6 12346-1
-sign \x9E22 12346-1
-sign \x5248 12346-1
-sign \x7722 12346-1
-sign \x9E33 12346-1
-sign \x51A4 12346-1
-sign \x5F32 125-12346-1
-sign \x6E01 12346-1
-sign \x6E0A 12346-1
-sign \x6E06 12346-1
-sign \x6E15 12346-1
-sign \x5BC3 12346-1
-sign \x847E 12346-1
-sign \x6DF5 12346-1
-sign \x60CC 12346-1
-sign \x84AC 12346-1
-sign \x68E9 12346-1
-sign \x870E 12346-1
-sign \x9E53 12346-1
-sign \x9CF6 12346-1
-sign \x8735 12346-1
-sign \x99CC 12346-1
-sign \x92FA 12346-1
-sign \x9D1B 12346-1
-sign \x9D77 12346-1
-sign \x5B3D 12346-1
-sign \x7041 12346-1
-sign \x9F18 12346-1
-sign \x9F1D 12346-1
-sign \x5143 12346-2
-sign \x5186 12346-2
-sign \x90A7 12346-2
-sign \x8D20 12346-2
-sign \x82AB 12346-2
-sign \x56ED 12346-2
-sign \x5458 12346-2
-sign \x6C85 12346-2
-sign \x59A7 12346-2
-sign \x676C 12346-2
-sign \x57A3 12346-2
-sign \x7230 12346-2
-sign \x8881 12346-2
-sign \x539F 12346-2
-sign \x8696 12346-2
-sign \x54E1 12346-2
-sign \x5706 12346-2
-sign \x7B0E 12346-2
-sign \x915B 12346-2
-sign \x53A1 12346-2
-sign \x9F0B 12346-2
-sign \x63F4 12346-2
-sign \x559B 125-12456-23
-sign \x570E 12346-2
-sign \x5086 12346-2
-sign \x9228 12346-2
-sign \x7328 12346-2
-sign \x6E72 12346-2
-sign \x5A9B 12346-2
-sign \x7F18 12346-2
-sign \x586C 12346-2
-sign \x849D 12346-2
-sign \x6965 125-12346-23
-sign \x5712 12346-2
-sign \x5713 12346-2
-sign \x733F 12346-2
-sign \x7342 12346-2
-sign \x6E92 12346-2
-sign \x6E90 12346-2
-sign \x5AB4 12346-2
-sign \x5AC4 12346-2
-sign \x69AC 12346-2
-sign \x699E 12346-2
-sign \x8F95 12346-2
-sign \x8911 12346-23
-sign \x876F 12346-2
-sign \x875D 12346-2
-sign \x9B6D 12346-2
-sign \x8924 12346-2
-sign \x7E01 12346-2
-sign \x7DE3 12346-2
-sign \x8597 12346-2
-sign \x6A7C 12346-2
-sign \x8788 12346-2
-sign \x7FB1 12346-2
-sign \x9EFF 12346-2
-sign \x8F45 12346-2
-sign \x8B1C 12346-2
-sign \x93B1 12346-2
-sign \x6ADE 12346-2
-sign \x908D 12346-2
-sign \x9A35 12346-2
-sign \x9DA2 12346-2
-sign \x9DB0 12346-2
-sign \x53B5 12346-2
-sign \x8FDC 12346-3
-sign \x76F6 12346-3
-sign \x903A 12346-3
-sign \x9060 12346-3
-sign \x5917 12346-23
-sign \x8099 12346-1
-sign \x8312 12346-2
-sign \x82D1 12346-23
-sign \x59B4 12346-23
-sign \x6028 12346-23
-sign \x9662 12346-23
-sign \x57B8 12346-23
-sign \x884F 12346-23
-sign \x63BE 12346-23
-sign \x7457 12346-23
-sign \x7990 12346-23
-sign \x613F 12346-23
-sign \x88EB 12346-23
-sign \x566E 12346-23
-sign \x9858 12346-23
-sign \x66F0 23456-1
-sign \x66F1 23456-1
-sign \x7EA6 23456-1
-sign \x7D04 23456-1
-sign \x7BB9 23456-1
-sign \x77F1 23456-1
-sign \x5F5F 125-135-23
-sign \x5F60 125-135-23
-sign \x6708 23456-23
-sign \x6209 23456-23
-sign \x5216 23456-23
-sign \x6C4B 34-135-2
-sign \x6288 23456-23
-sign \x5C84 23456-23
-sign \x793F 23456-23
-sign \x73A5 23456-23
-sign \x6782 135-23
-sign \x5CB3 23456-23
-sign \x6071 23456-23
-sign \x8ECF 23456-23
-sign \x868E 23456-23
-sign \x868F 23456-23
-sign \x94BA 23456-23
-sign \x9605 23456-23
-sign \x6085 23456-23
-sign \x60A6 23456-23
-sign \x6373 23456-23
-sign \x8DC3 23456-23
-sign \x8DC0 23456-23
-sign \x8D8A 23456-23
-sign \x7CA4 23456-23
-sign \x697D 123-26-23
-sign \x7CB5 23456-23
-sign \x925E 23456-23
-sign \x95B1 23456-23
-sign \x95B2 23456-23
-sign \x6A02 123-26-23
-sign \x6A3E 23456-23
-sign \x7BD7 23456-23
-sign \x5B33 23456-23
-sign \x5DBD 23456-23
-sign \x9FA0 23456-23
-sign \x7C46 23456-23
-sign \x8625 23456-23
-sign \x9EE6 23456-23
-sign \x7039 23456-23
-sign \x8E8D 23456-23
-sign \x721A 23456-23
-sign \x79B4 23456-23
-sign \x8E92 123-24-23
-sign \x7C65 23456-23
-sign \x9E11 23456-23
-sign \x7C70 23456-23
-sign \x9E19 23456-23
-sign \x6655 456-1
-sign \x8480 456-1
-sign \x8495 456-1
-sign \x8F92 25-1
-sign \x6688 456-1
-sign \x6C32 456-1
-sign \x7174 456-1
-sign \x6C33 456-1
-sign \x596B 456-1
-sign \x8779 456-1
-sign \x8F3C 25-1
-sign \x8D5F 456-1
-sign \x9835 1245-456-1
-sign \x8F40 25-1
-sign \x99A7 456-1
-sign \x8D07 456-1
-sign \x4E91 456-2
-sign \x52FB 456-2
-sign \x5300 456-2
-sign \x4F1D 456-2
-sign \x82B8 456-2
-sign \x56E9 456-2
-sign \x6C84 456-2
-sign \x5998 456-2
-sign \x7EAD 456-2
-sign \x6600 456-2
-sign \x7703 456-2
-sign \x7547 456-2
-sign \x90E7 456-2
-sign \x79D0 456-2
-sign \x8018 456-2
-sign \x803A 456-2
-sign \x6DA2 456-2
-sign \x7D1C 456-2
-sign \x96F2 456-2
-sign \x9116 456-2
-sign \x84B7 456-2
-sign \x7B7C 456-2
-sign \x612A 456-2
-sign \x7189 456-2
-sign \x92C6 456-2
-sign \x8553 456-2
-sign \x6F90 456-2
-sign \x6A52 456-2
-sign \x7BD4 456-2
-sign \x7E1C 456-2
-sign \x7E67 456-2
-sign \x5141 456-3
-sign \x962D 456-3
-sign \x628E 456-3
-sign \x593D 456-3
-sign \x72C1 456-3
-sign \x73A7 456-3
-sign \x9668 456-3
-sign \x837A 456-2
-sign \x6B92 456-3
-sign \x5597 456-3
-sign \x9217 456-3
-sign \x9695 456-3
-sign \x6EB3 456-2
-sign \x99BB 456-3
-sign \x6B9E 456-3
-sign \x891E 456-23
-sign \x78D2 456-3
-sign \x8CF1 456-3
-sign \x9723 456-3
-sign \x9F6B 456-3
-sign \x9F73 456-3
-sign \x5B55 456-23
-sign \x8FD0 456-23
-sign \x679F 456-23
-sign \x90D3 456-23
-sign \x607D 456-23
-sign \x8C9F 12346-2
-sign \x915D 456-23
-sign \x9106 456-23
-sign \x508A 456-23
-sign \x6120 456-23
-sign \x60F2 456-23
-sign \x904B 456-23
-sign \x7F0A 456-23
-sign \x97EB 456-23
-sign \x816A 456-23
-sign \x97F5 456-23
-sign \x614D 456-23
-sign \x7185 456-1
-sign \x8570 25-1
-sign \x8574 456-23
-sign \x71A8 456-23
-sign \x7DFC 25-1
-sign \x8580 25-1
-sign \x9196 456-23
-sign \x7E15 25-1
-sign \x919E 456-23
-sign \x992B 456-23
-sign \x97B0 456-23
-sign \x85F4 456-23
-sign \x97DE 456-23
-sign \x97D7 456-23
-sign \x860A 456-23
-sign \x97FB 456-23
-sign \x5E00 1356-35-1
-sign \x531D 1356-35-1
-sign \x8FCA 1356-35-1
-sign \x6C9E 1356-35-1
-sign \x5482 1356-35-1
-sign \x62F6 1356-35-1
-sign \x685A 1356-35-1
-sign \x9254 1356-35-1
-sign \x9B73 1356-35-2
-sign \x81DC 1356-35-1
-sign \x81E2 1356-35-1
-sign \x6742 1356-35-2
-sign \x6CAF 1356-35-2
-sign \x7838 1356-35-2
-sign \x97F4 1356-35-2
-sign \x96D1 1356-35-2
-sign \x78FC 1356-35-2
-sign \x894D 1356-35-2
-sign \x96DC 1356-35-2
-sign \x56D0 1356-35-2
-sign \x96E5 1356-35-2
-sign \x548B 1356-35-3
-sign \x707E 1356-246-1
-sign \x707D 1356-246-1
-sign \x753E 1356-246-1
-sign \x54C9 1356-246-1
-sign \x683D 1356-246-1
-sign \x70D6 1356-246-1
-sign \x83D1 1356-1
-sign \x6E3D 1356-246-1
-sign \x6EA8 1356-246-1
-sign \x7775 1356-246-1
-sign \x8CF3 1356-246-1
-sign \x4ED4 1356-3
-sign \x8F7D 1356-246-23
-sign \x5BB0 1356-246-3
-sign \x5D3D 1356-246-3
-sign \x8F09 1356-246-23
-sign \x6257 1356-246-23
-sign \x518D 1356-246-23
-sign \x5728 1356-246-23
-sign \x6D05 1356-246-23
-sign \x50A4 1356-246-23
-sign \x9168 1356-246-23
-sign \x510E 1356-246-23
-sign \x7E21 1356-246-23
-sign \x5142 1356-1236-1
-sign \x7CCC 1356-1236-1
-sign \x7C2E 1356-1236-1
-sign \x7C2A 1356-1236-1
-sign \x941F 1356-1236-1
-sign \x9415 1356-1236-1
-sign \x54B1 1356-1236-2
-sign \x507A 1356-1236-2
-sign \x661D 1356-1236-3
-sign \x5BC1 1356-1236-3
-sign \x63DD 1356-1236-3
-sign \x648D 1356-1236-3
-sign \x5646 1356-1236-3
-sign \x5127 1356-1236-3
-sign \x6512 1356-1236-3
-sign \x5139 1356-1236-3
-sign \x6522 1356-1236-3
-sign \x8DB1 1356-1236-3
-sign \x8DB2 1356-1236-3
-sign \x6682 1356-1236-23
-sign \x8CDB 1356-1236-23
-sign \x66AB 1356-1236-23
-sign \x933E 1356-1236-23
-sign \x8D5E 1356-1236-23
-sign \x913C 1356-1236-23
-sign \x8E54 1356-1236-23
-sign \x9142 1356-1236-23
-sign \x6FFD 1356-1236-23
-sign \x74C9 1356-1236-23
-sign \x93E8 1356-1236-23
-sign \x8D0A 1356-1236-23
-sign \x74D2 1356-1236-23
-sign \x9147 1356-1236-23
-sign \x56CB 1356-35-2
-sign \x8B83 1356-1236-23
-sign \x7052 1356-1236-23
-sign \x74DA 1356-1236-23
-sign \x79B6 1356-1236-23
-sign \x7A73 1356-1236-23
-sign \x8978 1356-1236-23
-sign \x8B9A 1356-1236-23
-sign \x9961 1356-1236-23
-sign \x5592 1356-1236-2
-sign \x8D43 1356-236-1
-sign \x810F 1356-236-1
-sign \x7F98 1356-236-1
-sign \x7242 1356-236-1
-sign \x8CCD 1356-236-1
-sign \x81E7 1356-236-1
-sign \x8CD8 1356-236-1
-sign \x8D13 1356-236-1
-sign \x9AD2 1356-236-1
-sign \x8D1C 1356-236-1
-sign \x9A75 1356-236-3
-sign \x99D4 1356-236-3
-sign \x5F09 1356-236-23
-sign \x5958 1356-236-23
-sign \x585F 1356-236-23
-sign \x846C 1356-236-23
-sign \x92BA 1356-236-23
-sign \x81D3 1356-236-23
-sign \x81DF 1356-236-23
-sign \x906D 1356-235-1
-sign \x7CDF 1356-235-1
-sign \x91A9 1356-235-1
-sign \x8E67 1356-235-1
-sign \x51FF 1356-235-2
-sign \x947F 1356-235-2
-sign \x65E9 1356-235-3
-sign \x67A3 1356-235-3
-sign \x6806 1356-235-3
-sign \x86A4 1356-235-3
-sign \x68D7 1356-235-3
-sign \x7485 1356-235-3
-sign \x6FA1 1356-235-3
-sign \x74AA 1356-235-3
-sign \x85BB 1356-235-3
-sign \x85FB 1356-235-3
-sign \x7E70 13-345-1
-sign \x7681 1356-235-23
-sign \x7682 1356-235-23
-sign \x7076 1356-235-23
-sign \x5515 1356-235-23
-sign \x5523 1356-235-23
-sign \x9020 1356-235-23
-sign \x688D 1356-235-23
-sign \x55BF 1356-235-23
-sign \x8241 1356-235-23
-sign \x7170 1356-235-23
-sign \x6165 1356-235-23
-sign \x566A 1356-235-23
-sign \x7C09 1356-235-23
-sign \x71E5 1356-235-23
-sign \x8DAE 1356-235-23
-sign \x8E81 1356-235-23
-sign \x8B5F 1356-235-23
-sign \x7AC8 1356-235-23
-sign \x5219 1356-26-2
-sign \x629E 1356-26-2
-sign \x6CA2 1356-26-2
-sign \x8D23 1356-26-2
-sign \x62E9 1356-26-2
-sign \x8FEE 1356-26-2
-sign \x6CCE 1356-26-2
-sign \x6CFD 1356-26-2
-sign \x5247 1356-26-2
-sign \x8CAC 1356-26-2
-sign \x841A 2345-135-23
-sign \x5567 1356-26-2
-sign \x556B 34-26-3
-sign \x5536 1245-15-23
-sign \x5E3B 1356-26-2
-sign \x7B2E 1356-26-2
-sign \x8234 1356-26-2
-sign \x6EAD 1356-26-2
-sign \x77E0 1356-26-2
-sign \x8536 1356-26-2
-sign \x5616 1356-26-2
-sign \x5E58 1356-26-2
-sign \x7BA6 1356-26-2
-sign \x5AE7 1356-26-2
-sign \x8D5C 1356-26-2
-sign \x6A0D 1356-26-2
-sign \x6B75 1356-26-2
-sign \x8ACE 1356-26-2
-sign \x64C7 1356-26-2
-sign \x7794 1356-26-2
-sign \x769F 1356-26-2
-sign \x6FA4 1356-26-2
-sign \x802B 1356-26-2
-sign \x7C00 1356-26-2
-sign \x8CFE 1356-26-2
-sign \x790B 1356-26-2
-sign \x8B2E 1356-26-2
-sign \x8957 1356-26-2
-sign \x8600 2345-135-23
-sign \x880C 1356-26-2
-sign \x9F5A 1356-26-2
-sign \x9F70 1356-26-2
-sign \x9E05 1356-26-2
-sign \x5928 1356-26-23
-sign \x4EC4 1356-26-23
-sign \x5E82 1356-26-23
-sign \x6C44 1356-26-23
-sign \x6603 1356-26-23
-sign \x6617 1356-26-23
-sign \x6351 1356-26-23
-sign \x5D31 1356-26-23
-sign \x8D3C 1356-2346-2
-sign \x621D 1356-2346-2
-sign \x8CCA 1356-2346-2
-sign \x9C97 1356-2346-2
-sign \x8808 1356-2346-2
-sign \x9C02 1356-2346-2
-sign \x9C61 1356-2346-2
-sign \x600E 1356-356-3
-sign \x8C2E 1356-356-23
-sign \x8B5B 1356-356-23
-sign \x8B56 1356-356-23
-sign \x56CE 1356-356-23
-sign \x5897 1356-3456-1
-sign \x912B 1356-3456-1
-sign \x589E 1356-3456-1
-sign \x618E 1356-3456-1
-sign \x7494 1356-3456-1
-sign \x6A67 1356-3456-1
-sign \x71B7 1356-3456-1
-sign \x78F3 1356-3456-1
-sign \x7F7E 1356-3456-1
-sign \x77F0 1356-3456-1
-sign \x8B44 1356-3456-1
-sign \x9C5B 1356-3456-1
-sign \x9503 1356-3456-23
-sign \x92E5 1356-3456-23
-sign \x7F2F 1356-3456-1
-sign \x8D60 1356-3456-23
-sign \x7511 1356-3456-23
-sign \x7E52 1356-3456-1
-sign \x8D08 1356-3456-23
-sign \x624E 34-35-1
-sign \x5412 34-35-23
-sign \x62AF 34-35-1
-sign \x6313 34-35-1
-sign \x67E4 34-35-1
-sign \x7D25 34-35-1
-sign \x54F3 34-35-1
-sign \x7D2E 34-35-1
-sign \x5067 34-35-1
-sign \x63F8 34-35-1
-sign \x55B3 34-35-1
-sign \x6E23 34-35-1
-sign \x6EA0 34-35-23
-sign \x6942 34-35-1
-sign \x76B6 34-35-1
-sign \x5284 34-35-1
-sign \x7B9A 34-35-2
-sign \x6A1D 34-35-1
-sign \x89F0 34-35-1
-sign \x76BB 34-35-1
-sign \x8E45 12345-35-3
-sign \x8B47 34-35-1
-sign \x56C3 1356-35-2
-sign \x9F44 34-35-1
-sign \x9F47 34-35-1
-sign \x672D 34-35-2
-sign \x8F67 1246-23
-sign \x7534 34-35-2
-sign \x95F8 34-35-2
-sign \x86BB 34-35-2
-sign \x94E1 34-35-2
-sign \x9598 34-35-2
-sign \x7250 34-35-2
-sign \x7160 15-23
-sign \x9705 34-35-2
-sign \x9358 34-35-2
-sign \x8B57 34-35-2
-sign \x538F 34-35-3
-sign \x82F2 34-35-3
-sign \x7728 34-35-3
-sign \x781F 34-35-3
-sign \x6429 1245-15-2
-sign \x9C9D 34-35-3
-sign \x8E37 34-26-3
-sign \x9BBA 34-35-3
-sign \x4E4D 34-35-23
-sign \x7079 34-35-23
-sign \x8BC8 34-35-23
-sign \x67F5 156-1236-1
-sign \x67DE 1356-135-23
-sign \x6805 156-1236-1
-sign \x5953 34-35-23
-sign \x54A4 34-35-23
-sign \x70B8 34-35-23
-sign \x75C4 34-35-23
-sign \x5BB1 34-35-23
-sign \x86B1 34-35-23
-sign \x8A50 34-35-23
-sign \x643E 34-35-23
-sign \x9C8A 34-35-3
-sign \x6463 34-35-1
-sign \x69A8 34-35-23
-sign \x9B93 34-35-3
-sign \x91A1 34-35-23
-sign \x5908 34-246-1
-sign \x7C82 34-246-1
-sign \x635A 34-246-1
-sign \x658B 34-246-1
-sign \x658E 34-246-1
-sign \x6458 34-246-1
-sign \x69B8 34-246-1
-sign \x9F4B 34-246-1
-sign \x5B85 34-246-2
-sign \x7FDF 34-246-2
-sign \x7A84 34-246-3
-sign \x9259 34-246-3
-sign \x503A 34-246-23
-sign \x7826 34-246-23
-sign \x50B5 34-246-23
-sign \x5BE8 34-246-23
-sign \x7635 34-246-23
-sign \x67AC 34-1236-1
-sign \x6CBE 34-1236-1
-sign \x6BE1 34-1236-1
-sign \x6834 34-1236-1
-sign \x65C3 34-1236-1
-sign \x86C5 34-1236-1
-sign \x98E6 34-1236-1
-sign \x7C98 34-1236-1
-sign \x8D88 34-1236-1
-sign \x8A40 34-1236-1
-sign \x60C9 34-1236-1
-sign \x959A 34-1236-1
-sign \x8A79 34-1236-1
-sign \x8C35 34-1236-1
-sign \x859D 34-1236-1
-sign \x9711 34-1236-1
-sign \x5661 34-1236-1
-sign \x5DA6 34-1236-1
-sign \x9085 34-1236-1
-sign \x6C0A 34-1236-1
-sign \x6C08 34-1236-1
-sign \x89B1 34-1236-1
-sign \x77BB 34-1236-1
-sign \x9E6F 34-1236-1
-sign \x65DC 34-1236-1
-sign \x8B6B 34-1236-1
-sign \x9958 34-1236-1
-sign \x9CE3 34-1236-1
-sign \x9A59 34-1236-1
-sign \x9B59 34-1236-1
-sign \x9E07 34-1236-1
-sign \x8B9D 34-1236-2
-sign \x62C3 34-35-3
-sign \x65A9 34-1236-3
-sign \x98D0 34-1236-3
-sign \x76CF 34-1236-3
-sign \x5C55 34-1236-3
-sign \x65AC 34-1236-3
-sign \x5D2D 34-1236-3
-sign \x7416 34-1236-3
-sign \x640C 34-1236-3
-sign \x76DE 34-1236-3
-sign \x6990 34-1236-3
-sign \x8F97 34-1236-3
-sign \x5D83 34-1236-3
-sign \x5D84 34-1236-3
-sign \x98AD 34-1236-3
-sign \x9186 34-1236-3
-sign \x5AF8 34-1236-3
-sign \x6A4F 34-1236-3
-sign \x8F3E 34-1236-3
-sign \x8E4D 1345-146-3
-sign \x76BD 34-1236-3
-sign \x9EF5 145-1236-3
-sign \x5360 34-1236-23
-sign \x4F54 34-1236-23
-sign \x6808 34-1236-23
-sign \x6218 34-1236-23
-sign \x685F 34-1236-23
-sign \x7AD9 34-1236-23
-sign \x83DA 34-1236-23
-sign \x5061 34-1236-23
-sign \x7EFD 34-1236-23
-sign \x68E7 34-1236-23
-sign \x6E5B 34-1236-23
-sign \x6226 34-1236-23
-sign \x7DBB 34-1236-23
-sign \x8F1A 34-1236-23
-sign \x5D98 34-1236-23
-sign \x8666 34-1236-23
-sign \x8665 34-1236-23
-sign \x6230 34-1236-23
-sign \x8F4F 34-1236-23
-sign \x9A4F 34-1236-23
-sign \x8638 34-1236-23
-sign \x5F21 1245-23456-2
-sign \x5F20 34-236-1
-sign \x7AE0 34-236-1
-sign \x5F35 34-236-1
-sign \x50BD 34-236-1
-sign \x9123 34-236-1
-sign \x8501 34-236-1
-sign \x7350 34-236-1
-sign \x5F70 34-236-1
-sign \x9067 34-236-1
-sign \x7CBB 34-236-1
-sign \x6F33 34-236-1
-sign \x615E 34-236-1
-sign \x5ADC 34-236-1
-sign \x748B 34-236-1
-sign \x6A1F 34-236-1
-sign \x66B2 34-236-1
-sign \x9926 34-236-1
-sign \x87D1 34-236-1
-sign \x9A3F 34-236-1
-sign \x9C46 34-236-1
-sign \x9E9E 34-236-1
-sign \x957F 12345-236-2
-sign \x4EC9 34-236-3
-sign \x6DA8 34-236-3
-sign \x6DB1 34-236-23
-sign \x638C 34-236-3
-sign \x6F32 34-236-3
-sign \x5E65 34-236-3
-sign \x979D 156-236-23
-sign \x7903 34-236-3
-sign \x4E08 34-236-23
-sign \x4ED7 34-236-23
-sign \x6259 34-236-23
-sign \x6756 34-236-23
-sign \x5E10 34-236-23
-sign \x8D26 34-236-23
-sign \x80C0 34-236-23
-sign \x7C80 34-236-23
-sign \x5E33 34-236-23
-sign \x8139 34-236-23
-sign \x75EE 34-236-23
-sign \x969C 34-236-23
-sign \x5887 34-236-23
-sign \x5D82 34-236-23
-sign \x5E5B 34-236-23
-sign \x8CEC 34-236-23
-sign \x7795 34-236-23
-sign \x7634 34-236-23
-sign \x762C 34-236-23
-sign \x948A 34-235-1
-sign \x4F4B 34-235-1
-sign \x62DB 34-235-1
-sign \x59B1 34-235-1
-sign \x5DF6 34-235-1
-sign \x662D 34-235-1
-sign \x76C4 34-235-1
-sign \x91D7 34-235-1
-sign \x91FD 1234-24-1
-sign \x924A 34-235-1
-sign \x99CB 34-235-1
-sign \x9363 34-235-1
-sign \x7ABC 12345-235-1
-sign \x722A 34-235-3
-sign \x722B 34-235-3
-sign \x627E 34-235-3
-sign \x6CBC 34-235-3
-sign \x83EC 13-345-2
-sign \x7475 34-235-3
-sign \x53EC 34-235-23
-sign \x5146 34-235-23
-sign \x8BCF 34-235-23
-sign \x679B 34-235-23
-sign \x8D75 34-235-23
-sign \x5797 34-235-23
-sign \x72E3 34-235-23
-sign \x70A4 34-235-23
-sign \x7B0A 34-235-23
-sign \x8081 34-235-23
-sign \x68F9 34-235-23
-sign \x8A54 34-235-23
-sign \x65D0 34-235-23
-sign \x7167 34-235-23
-sign \x7F69 34-235-23
-sign \x8D99 34-235-23
-sign \x7B8C 34-235-23
-sign \x8088 34-235-23
-sign \x8087 34-235-23
-sign \x66CC 34-235-23
-sign \x9BA1 34-235-23
-sign \x71F3 34-235-23
-sign \x6AC2 34-235-23
-sign \x77BE 34-235-23
-sign \x7F84 34-235-23
-sign \x8707 34-26-2
-sign \x55FB 34-26-1
-sign \x906E 34-26-1
-sign \x5AEC 34-26-1
-sign \x4E5B 12456-1
-sign \x5387 34-26-2
-sign \x6298 34-26-2
-sign \x77FA 34-26-2
-sign \x6B7D 34-26-2
-sign \x7813 34-26-2
-sign \x8674 34-26-2
-sign \x7C77 34-26-2
-sign \x57D1 34-26-2
-sign \x54F2 34-26-2
-sign \x7C8D 34-26-2
-sign \x88A9 34-26-2
-sign \x6662 34-26-2
-sign \x608A 34-26-2
-sign \x8F84 34-26-2
-sign \x6663 34-26-2
-sign \x5560 34-26-2
-sign \x5586 34-26-2
-sign \x86F0 34-26-2
-sign \x68CF 145-26-2
-sign \x8A5F 34-26-2
-sign \x8C2A 34-26-2
-sign \x647A 34-26-2
-sign \x8F12 34-26-2
-sign \x6A00 145-24-2
-sign \x8F19 34-26-2
-sign \x78D4 34-26-2
-sign \x92B8 1345-15-23
-sign \x8F99 34-26-2
-sign \x87C4 34-26-2
-sign \x569E 34-26-2
-sign \x8B3A 34-26-2
-sign \x9BBF 34-26-2
-sign \x8B2B 34-26-2
-sign \x8F4D 34-26-2
-sign \x8B81 34-26-2
-sign \x8B8B 34-26-2
-sign \x8975 34-26-3
-sign \x8005 34-26-3
-sign \x7987 12345-136-3
-sign \x9517 34-26-3
-sign \x8D6D 34-26-3
-sign \x937A 34-26-3
-sign \x8936 34-26-3
-sign \x8FD9 34-26-23
-sign \x67D8 34-26-23
-sign \x9019 34-26-23
-sign \x6D59 34-26-23
-sign \x6DDB 34-26-23
-sign \x8517 34-26-23
-sign \x6A1C 34-26-23
-sign \x9E67 34-26-23
-sign \x87C5 34-26-23
-sign \x9DD3 34-26-23
-sign \x7740 34-26
-sign \x8D1E 34-356-1
-sign \x9488 34-356-1
-sign \x4FA6 34-356-1
-sign \x73CD 34-356-1
-sign \x73CE 34-356-1
-sign \x67AE 125-146-1
-sign \x8C9E 34-356-1
-sign \x5E27 34-356-1
-sign \x80D7 34-356-1
-sign \x6D48 34-356-1
-sign \x771F 34-356-1
-sign \x6815 34-356-1
-sign \x6862 34-356-1
-sign \x7827 34-356-1
-sign \x5E2A 34-356-1
-sign \x91DD 34-356-1
-sign \x771E 34-356-1
-sign \x796F 34-356-1
-sign \x686D 34-356-1
-sign \x9159 34-356-1
-sign \x5075 34-356-1
-sign \x8474 34-356-1
-sign \x9049 34-356-1
-sign \x6E5E 34-356-1
-sign \x5BCA 34-356-1
-sign \x6438 34-356-1
-sign \x9755 34-356-1
-sign \x84C1 34-356-1
-sign \x659F 34-356-1
-sign \x8496 34-356-1
-sign \x6968 34-356-1
-sign \x7504 34-356-1
-sign \x9241 34-356-1
-sign \x7349 34-356-1
-sign \x798E 34-356-1
-sign \x7467 34-356-1
-sign \x699B 34-356-1
-sign \x69C7 145-146-1
-sign \x78AA 34-356-1
-sign \x6B9D 34-356-1
-sign \x799B 34-356-1
-sign \x7BB4 34-356-1
-sign \x6F67 34-356-1
-sign \x85BD 34-356-1
-sign \x6A3C 34-356-1
-sign \x81FB 34-356-1
-sign \x9331 34-356-1
-sign \x6FB5 34-356-1
-sign \x8F43 34-356-1
-sign \x9356 12345-356-3
-sign \x937C 34-356-1
-sign \x7C48 34-356-1
-sign \x9C75 34-356-1
-sign \x8BCA 34-356-3
-sign \x62AE 34-356-3
-sign \x6795 34-356-3
-sign \x8F78 34-356-3
-sign \x6623 34-356-3
-sign \x5F2B 34-356-3
-sign \x59EB 34-356-3
-sign \x7715 34-356-3
-sign \x755B 34-356-3
-sign \x75B9 34-356-3
-sign \x8897 34-356-3
-sign \x5C52 34-356-3
-sign \x8044 34-356-3
-sign \x8419 34-356-3
-sign \x7D3E 34-356-3
-sign \x8EEB 34-356-3
-sign \x8999 34-356-3
-sign \x8A3A 34-356-3
-sign \x88D6 34-356-3
-sign \x5AC3 34-356-1
-sign \x7F1C 34-356-3
-sign \x99D7 34-356-3
-sign \x7A39 34-356-3
-sign \x7E25 34-356-3
-sign \x7E1D 34-356-3
-sign \x8FB4 34-356-3
-sign \x9B12 34-356-3
-sign \x9EF0 34-356-3
-sign \x5733 34-356-23
-sign \x9635 34-356-23
-sign \x7EBC 34-356-23
-sign \x630B 34-356-23
-sign \x4FB2 34-356-23
-sign \x9E29 34-356-23
-sign \x9663 34-356-23
-sign \x632F 34-356-23
-sign \x681A 34-356-23
-sign \x6715 34-356-23
-sign \x7D16 34-356-23
-sign \x7739 34-356-23
-sign \x8D48 34-356-23
-sign \x63D5 34-356-23
-sign \x5866 34-356-23
-sign \x8704 34-356-23
-sign \x7D7C 34-356-23
-sign \x8CD1 34-356-23
-sign \x8AAB 34-356-23
-sign \x6576 34-356-23
-sign \x9707 34-356-23
-sign \x9547 34-356-23
-sign \x92F4 34-356-23
-sign \x9D06 34-356-23
-sign \x93AE 34-356-23
-sign \x93AD 34-356-23
-sign \x9EEE 145-1236-3
-sign \x51E7 34-3456-1
-sign \x4E89 34-3456-1
-sign \x4F42 34-3456-1
-sign \x5F81 34-3456-1
-sign \x722D 34-3456-1
-sign \x6014 34-3456-1
-sign \x59C3 34-3456-1
-sign \x57E9 34-3456-1
-sign \x5CE5 34-3456-1
-sign \x72F0 34-3456-1
-sign \x70A1 34-3456-1
-sign \x7710 34-3456-1
-sign \x94B2 34-3456-1
-sign \x70DD 34-3456-1
-sign \x6399 34-3456-23
-sign \x8047 34-3456-1
-sign \x7741 34-3456-1
-sign \x5D1D 34-3456-1
-sign \x5D22 34-3456-1
-sign \x94EE 34-3456-1
-sign \x7319 34-3456-1
-sign \x63C1 34-3456-1
-sign \x7B5D 34-3456-1
-sign \x5A9C 34-3456-1
-sign \x84B8 34-3456-1
-sign \x775C 34-3456-1
-sign \x8E2D 34-3456-1
-sign \x5FB0 34-3456-1
-sign \x9266 34-3456-1
-sign \x7B8F 34-3456-1
-sign \x5FB4 34-3456-1
-sign \x931A 34-3456-1
-sign \x9B07 34-3456-1
-sign \x7BDC 34-3456-1
-sign \x7665 34-3456-1
-sign \x6C36 34-3456-3
-sign \x628D 34-3456-3
-sign \x7CFD 34-3456-3
-sign \x62EF 34-3456-3
-sign \x639F 34-3456-3
-sign \x6678 34-3456-3
-sign \x6138 34-3456-3
-sign \x649C 34-3456-3
-sign \x6574 34-3456-3
-sign \x6B63 34-3456-23
-sign \x8BC1 34-3456-23
-sign \x90D1 34-3456-23
-sign \x8BE4 34-3456-23
-sign \x653F 34-3456-23
-sign \x6323 34-3456-23
-sign \x75C7 34-3456-23
-sign \x5E40 34-356-1
-sign \x8A3C 34-3456-23
-sign \x8ACD 34-3456-23
-sign \x5863 34-3456-3
-sign \x912D 34-3456-23
-sign \x9D0A 34-3456-23
-sign \x8B49 34-3456-23
-sign \x4E4B 34-1
-sign \x652F 34-1
-sign \x53EA 34-3
-sign \x536E 34-1
-sign \x6C41 34-1
-sign \x829D 34-1
-sign \x5431 34-1
-sign \x5DF5 34-1
-sign \x6C65 34-1
-sign \x679D 34-1
-sign \x77E5 34-1
-sign \x80A2 34-1
-sign \x7EC7 34-1
-sign \x6800 34-1
-sign \x79D3 34-1
-sign \x79D6 34-1
-sign \x80D1 34-1
-sign \x80DD 34-1
-sign \x887C 34-1
-sign \x8879 34-1
-sign \x7957 34-1
-sign \x79EA 34-1
-sign \x5001 34-1
-sign \x96BB 34-1
-sign \x8102 34-1
-sign \x75B7 34-1
-sign \x796C 34-1
-sign \x6894 34-1
-sign \x6925 34-1
-sign \x81F8 1245-126-23
-sign \x6220 34-2
-sign \x6418 34-1
-sign \x7994 2345-24-2
-sign \x99B6 34-1
-sign \x69B0 34-1
-sign \x8718 34-1
-sign \x9CF7 34-1
-sign \x9D32 34-1
-sign \x7E54 34-1
-sign \x8635 34-1
-sign \x9F05 34-1
-sign \x79B5 2345-24-2
-sign \x6267 34-2
-sign \x5767 34-3
-sign \x76F4 34-2
-sign \x4F84 34-2
-sign \x59EA 34-2
-sign \x8040 34-2
-sign \x503C 34-2
-sign \x5024 34-2
-sign \x91DE 34-2
-sign \x57F4 34-2
-sign \x57F7 34-2
-sign \x804C 34-2
-sign \x6DD4 12345-2
-sign \x7D77 34-2
-sign \x690D 34-2
-sign \x6B96 34-2
-sign \x8DD6 34-2
-sign \x7286 34-2
-sign \x7983 34-2
-sign \x74E1 34-2
-sign \x7A19 34-1
-sign \x99BD 34-2
-sign \x588C 34-3
-sign \x646D 34-2
-sign \x6F10 34-2
-sign \x6179 34-2
-sign \x8E2F 34-2
-sign \x5B02 34-2
-sign \x6A34 34-2
-sign \x81B1 34-2
-sign \x7E36 34-2
-sign \x8077 34-2
-sign \x8E60 34-2
-sign \x8E62 145-24-2
-sign \x87D9 34-2
-sign \x8EC4 34-2
-sign \x8E91 34-2
-sign \x5902 34-3
-sign \x6B62 34-3
-sign \x52A7 34-3
-sign \x51EA 34-3
-sign \x65E8 34-3
-sign \x962F 34-3
-sign \x5740 34-3
-sign \x5741 34-3
-sign \x627A 34-3
-sign \x82B7 34-3
-sign \x5E0B 34-3
-sign \x6C9A 34-3
-sign \x6C66 34-1
-sign \x7EB8 34-3
-sign \x62A7 34-3
-sign \x830B 34-3
-sign \x6CDC 34-1
-sign \x7949 34-3
-sign \x6307 34-3
-sign \x67B3 34-3
-sign \x780B 34-3
-sign \x8F75 34-3
-sign \x6D14 34-3
-sign \x6049 34-3
-sign \x54AB 34-3
-sign \x831D 12345-246-3
-sign \x75BB 34-3
-sign \x6DFD 34-3
-sign \x7D19 34-3
-sign \x8DBE 34-3
-sign \x8A28 34-3
-sign \x8EF9 34-3
-sign \x9EF9 34-3
-sign \x916F 34-3
-sign \x5FB5 34-3456-1
-sign \x85E2 34-3
-sign \x8967 34-3
-sign \x9624 2345-135-2
-sign \x8296 34-23
-sign \x81F3 34-23
-sign \x627B 34-23
-sign \x5FD7 34-23
-sign \x8C78 34-23
-sign \x5FEE 34-23
-sign \x5781 34-23
-sign \x5394 34-23
-sign \x90C5 34-23
-sign \x5E1C 34-23
-sign \x5E19 34-23
-sign \x5236 34-23
-sign \x8D28 34-23
-sign \x7099 34-23
-sign \x6CBB 34-23
-sign \x6303 34-23
-sign \x6809 34-23
-sign \x67E3 34-23
-sign \x5CD9 34-23
-sign \x4FE7 34-23
-sign \x5EA4 34-23
-sign \x5EA2 34-23
-sign \x6D37 34-23
-sign \x7951 34-23
-sign \x965F 34-23
-sign \x8D3D 34-23
-sign \x631A 34-23
-sign \x684E 34-23
-sign \x8F7E 34-23
-sign \x81F4 34-23
-sign \x6B6D 34-23
-sign \x664A 34-23
-sign \x79E9 34-23
-sign \x5F8F 34-23
-sign \x80F5 34-23
-sign \x72FE 34-23
-sign \x889F 34-23
-sign \x5A21 34-23
-sign \x9E37 34-23
-sign \x63B7 34-23
-sign \x68BD 34-23
-sign \x7730 145-15-2
-sign \x7564 34-23
-sign \x94DA 34-23
-sign \x79F7 34-23
-sign \x506B 34-23
-sign \x8CAD 34-23
-sign \x5F9D 34-23
-sign \x4E7F 34-23
-sign \x7318 34-23
-sign \x89D7 34-23
-sign \x88A0 34-23
-sign \x75D4 34-23
-sign \x7A92 34-23
-sign \x7FD0 34-23
-sign \x7D29 34-23
-sign \x86ED 34-23
-sign \x5D3B 34-23
-sign \x667A 34-23
-sign \x5082 34-23
-sign \x75E3 34-23
-sign \x6EDE 34-23
-sign \x9A98 34-23
-sign \x5F58 34-23
-sign \x6431 34-23
-sign \x8F0A 34-23
-sign \x8DF1 34-23
-sign \x7F6E 34-23
-sign \x9527 34-23
-sign \x96C9 34-23
-sign \x7A1A 34-23
-sign \x7B6B 34-23
-sign \x5ECC 34-23
-sign \x6ECD 34-23
-sign \x5BD8 34-23
-sign \x7D95 34-1
-sign \x5886 145-24-23
-sign \x899F 34-23
-sign \x7590 34-23
-sign \x88FD 34-23
-sign \x928D 34-23
-sign \x8A8C 34-23
-sign \x7608 12345-23
-sign \x6EEF 34-23
-sign \x6F4C 34-23
-sign \x646F 34-23
-sign \x8E2C 34-23
-sign \x5E5F 34-23
-sign \x7A3A 34-23
-sign \x8CEA 34-23
-sign \x6184 34-23
-sign \x92D5 34-23
-sign \x81A3 34-23
-sign \x89EF 34-23
-sign \x71AB 34-23
-sign \x6F6A 34-2
-sign \x99E4 34-23
-sign \x8599 2345-24-23
-sign \x9D19 34-23
-sign \x65D8 34-23
-sign \x7004 34-23
-sign \x96B2 34-23
-sign \x7DFB 34-23
-sign \x64FF 2345-24-1
-sign \x64F2 34-23
-sign \x6ADB 34-23
-sign \x87B2 145-15-2
-sign \x7A49 34-23
-sign \x5128 34-23
-sign \x5295 34-23
-sign \x61E5 34-23
-sign \x8D04 34-23
-sign \x61EB 34-23
-sign \x74C6 34-23
-sign \x6ACD 34-23
-sign \x9BEF 34-23
-sign \x89F6 34-23
-sign \x9A2D 34-23
-sign \x7929 34-23
-sign \x8C51 34-23
-sign \x9DA8 12345-12456-23
-sign \x9A47 34-23
-sign \x9A3A 34-23
-sign \x9DD9 34-23
-sign \x8E93 34-23
-sign \x9466 125-146-2
-sign \x9455 34-23
-sign \x8C52 34-23
-sign \x4E2D 34-256-1
-sign \x4F00 34-256-1
-sign \x6C77 34-256-1
-sign \x5F78 34-256-1
-sign \x5990 34-256-1
-sign \x5223 34-256-1
-sign \x5FE0 34-256-1
-sign \x7082 34-256-1
-sign \x6CC8 34-256-1
-sign \x7EC8 34-256-1
-sign \x67CA 34-256-1
-sign \x76C5 34-256-1
-sign \x949F 34-256-1
-sign \x8873 34-256-1
-sign \x822F 34-256-1
-sign \x8877 34-256-1
-sign \x7D42 34-256-1
-sign \x9221 34-256-1
-sign \x8520 34-256-1
-sign \x5E52 34-256-1
-sign \x953A 34-256-1
-sign \x9D24 34-256-1
-sign \x87A4 34-256-1
-sign \x937E 34-256-1
-sign \x87BD 34-256-1
-sign \x9F28 34-256-1
-sign \x8E71 34-256-1
-sign \x9418 34-256-1
-sign \x7C66 34-256-1
-sign \x80BF 34-256-3
-sign \x79CD 34-256-3
-sign \x51A2 34-256-3
-sign \x5C30 34-256-3
-sign \x585A 34-256-3
-sign \x6B71 34-256-3
-sign \x816B 34-256-3
-sign \x7144 34-256-3
-sign \x7A2E 34-256-3
-sign \x7607 34-256-3
-sign \x8E35 34-256-3
-sign \x4EF2 34-256-23
-sign \x4F17 34-256-23
-sign \x72C6 34-256-23
-sign \x5995 34-256-23
-sign \x794C 34-256-23
-sign \x833D 34-256-23
-sign \x91CD 34-256-23
-sign \x8876 34-256-23
-sign \x869B 34-256-23
-sign \x773E 34-256-23
-sign \x5045 34-256-23
-sign \x5839 34-256-23
-sign \x7B57 34-256-23
-sign \x8846 34-256-23
-sign \x5A91 34-256-23
-sign \x8AE5 34-256-23
-sign \x821F 34-12356-1
-sign \x5DDE 34-12356-1
-sign \x8BCC 34-12356-1
-sign \x4F9C 34-12356-1
-sign \x5468 34-12356-1
-sign \x70BF 34-12356-1
-sign \x6D00 1234-1236-2
-sign \x6D32 34-12356-1
-sign \x73D8 34-12356-1
-sign \x8F80 34-12356-1
-sign \x90EE 34-12356-1
-sign \x70D0 34-12356-1
-sign \x5541 34-12356-1
-sign \x77EA 34-12356-1
-sign \x5F9F 34-12356-1
-sign \x9E3C 34-12356-1
-sign \x9031 34-12356-1
-sign \x6DCD 34-12356-1
-sign \x5A64 34-12356-1
-sign \x558C 34-12356-1
-sign \x8D52 34-12356-1
-sign \x7CA5 34-12356-1
-sign \x8F08 34-12356-1
-sign \x9282 34-12356-1
-sign \x8F16 34-12356-1
-sign \x8CD9 34-12356-1
-sign \x99F2 34-12356-1
-sign \x970C 34-12356-1
-sign \x76E9 34-12356-1
-sign \x568B 34-12356-1
-sign \x9D43 34-12356-1
-sign \x8B05 34-12356-1
-sign \x9A06 34-12356-1
-sign \x8B78 34-12356-1
-sign \x59AF 34-12356-2
-sign \x8F74 34-12356-2
-sign \x8EF8 34-12356-2
-sign \x78A1 34-12356-2
-sign \x8098 34-12356-3
-sign \x759B 34-12356-3
-sign \x83F7 34-12356-3
-sign \x666D 34-12356-3
-sign \x776D 34-12356-3
-sign \x7B92 34-12356-3
-sign \x9BDE 34-12356-3
-sign \x7EA3 34-12356-23
-sign \x4F37 34-12356-23
-sign \x546A 34-12356-23
-sign \x5492 34-12356-23
-sign \x5B99 34-12356-23
-sign \x7EC9 34-12356-23
-sign \x836E 34-12356-23
-sign \x5191 34-12356-23
-sign \x80C4 34-12356-23
-sign \x663C 34-12356-23
-sign \x7D02 34-12356-23
-sign \x914E 34-12356-23
-sign \x76B1 34-12356-23
-sign \x7C99 34-12356-23
-sign \x665D 34-12356-23
-sign \x8464 34-12356-23
-sign \x8A4B 34-12356-23
-sign \x7503 34-12356-23
-sign \x99CE 34-12356-23
-sign \x50FD 34-12356-23
-sign \x76BA 34-12356-23
-sign \x5663 34-12356-23
-sign \x7E10 34-12356-23
-sign \x9AA4 34-12356-23
-sign \x7C40 34-12356-23
-sign \x7C55 34-12356-23
-sign \x7C52 34-12356-23
-sign \x9A5F 34-12356-23
-sign \x5E1A 34-12356-3
-sign \x6731 34-136-1
-sign \x52AF 34-136-1
-sign \x90BE 34-136-1
-sign \x4F8F 34-136-1
-sign \x8BDB 34-136-1
-sign \x8331 34-136-1
-sign \x54AE 34-12356-23
-sign \x6D19 34-136-1
-sign \x73E0 34-136-1
-sign \x682A 34-136-1
-sign \x8BF8 34-136-1
-sign \x7843 34-136-1
-sign \x94E2 34-136-1
-sign \x79FC 34-136-1
-sign \x732A 34-136-1
-sign \x88BE 34-136-1
-sign \x86DB 34-136-1
-sign \x7D51 34-136-1
-sign \x8DE6 34-136-1
-sign \x8A85 34-136-1
-sign \x854F 34-136-1
-sign \x69E0 34-136-1
-sign \x876B 34-136-1
-sign \x9296 34-136-1
-sign \x6F74 34-136-1
-sign \x8C6C 34-136-1
-sign \x6A65 34-136-1
-sign \x8AF8 34-136-1
-sign \x99EF 34-136-1
-sign \x9D38 34-136-1
-sign \x9BA2 34-136-1
-sign \x85F8 34-136-1
-sign \x85F7 156-136-3
-sign \x7026 34-136-1
-sign \x6AE7 34-136-1
-sign \x6AEB 34-136-1
-sign \x9F04 34-136-1
-sign \x9BFA 34-136-1
-sign \x9A36 1356-12356-1
-sign \x8829 34-136-1
-sign \x7AF9 34-136-2
-sign \x7AFA 34-136-2
-sign \x6CCF 12345-136-23
-sign \x833F 34-136-2
-sign \x7B01 34-136-2
-sign \x70A2 34-136-2
-sign \x9010 34-136-2
-sign \x70DB 34-136-2
-sign \x7A8B 34-136-2
-sign \x7B1C 34-136-2
-sign \x8233 34-136-2
-sign \x84EB 34-136-2
-sign \x7603 34-136-2
-sign \x6573 246-2
-sign \x71ED 34-136-2
-sign \x880B 34-136-2
-sign \x8E85 34-136-2
-sign \x9C41 34-136-2
-sign \x529A 34-136-2
-sign \x705F 34-136-2
-sign \x5B4E 34-136-2
-sign \x6B18 34-136-2
-sign \x66EF 34-136-2
-sign \x7225 34-136-2
-sign \x65B8 34-136-2
-sign \x883E 34-136-2
-sign \x9483 34-136-2
-sign \x4E3B 34-136-3
-sign \x62C4 34-136-3
-sign \x5B94 34-136-3
-sign \x7F5C 34-136-3
-sign \x967C 34-136-3
-sign \x6E1A 34-136-3
-sign \x7151 34-136-3
-sign \x716E 34-136-3
-sign \x8A5D 34-136-3
-sign \x5631 34-136-3
-sign \x6FD0 34-136-3
-sign \x9E88 34-136-3
-sign \x77A9 34-136-3
-sign \x56D1 34-136-3
-sign \x77DA 34-136-3
-sign \x4F2B 34-136-23
-sign \x82CE 34-136-23
-sign \x82A7 125-346-23
-sign \x52A9 34-136-23
-sign \x4F4F 34-136-23
-sign \x4F47 34-136-23
-sign \x7EBB 34-136-23
-sign \x577E 34-136-23
-sign \x82E7 34-136-23
-sign \x677C 34-136-23
-sign \x8D2E 34-136-23
-sign \x8FEC 34-136-23
-sign \x6CE8 34-136-23
-sign \x9A7B 34-136-23
-sign \x58F4 34-136-23
-sign \x67F7 34-136-23
-sign \x67F1 34-136-23
-sign \x6BB6 34-136-23
-sign \x70B7 34-136-23
-sign \x795D 34-136-23
-sign \x8387 34-136-23
-sign \x782B 34-136-3
-sign \x771D 34-136-23
-sign \x75B0 34-136-23
-sign \x7ADA 34-136-23
-sign \x7969 34-136-23
-sign \x8457 34-26
-sign \x86C0 34-136-23
-sign \x7F9C 34-136-23
-sign \x7D38 34-136-23
-sign \x7D35 34-136-23
-sign \x8EF4 34-136-23
-sign \x8CAF 34-136-23
-sign \x8DD3 34-136-23
-sign \x5D40 34-136-23
-sign \x94F8 34-136-23
-sign \x7B51 34-136-23
-sign \x8A3B 34-136-23
-sign \x99B5 34-136-23
-sign \x7B6F 34-136-23
-sign \x9252 34-136-23
-sign \x98F3 34-136-23
-sign \x58B8 34-136-23
-sign \x7FE5 34-136-23
-sign \x7BB8 34-136-23
-sign \x99D0 34-136-23
-sign \x6A26 34-136-23
-sign \x92F3 34-136-23
-sign \x9714 34-136-23
-sign \x7BC9 34-136-23
-sign \x7BEB 34-136-23
-sign \x9E86 34-136-23
-sign \x9444 34-136-23
-sign \x6293 34-123456-1
-sign \x6A9B 34-123456-1
-sign \x81BC 34-123456-1
-sign \x9AFD 34-123456-1
-sign \x7C3B 34-123456-1
-sign \x8DE9 34-13456-3
-sign \x62FD 34-13456-23
-sign \x4E13 34-12456-1
-sign \x53C0 34-12456-1
-sign \x5C02 34-12456-1
-sign \x7816 34-12456-1
-sign \x8011 34-12456-1
-sign \x5C08 34-12456-1
-sign \x5278 2345-12456-2
-sign \x911F 34-12456-1
-sign \x587C 34-12456-1
-sign \x5AE5 34-12456-1
-sign \x747C 34-12456-1
-sign \x750E 34-12456-1
-sign \x78D7 34-12456-1
-sign \x989B 34-12456-1
-sign \x819E 34-12456-1
-sign \x78DA 34-12456-1
-sign \x8AEF 34-12456-1
-sign \x87E4 34-12456-1
-sign \x9853 34-12456-1
-sign \x9C44 34-12456-1
-sign \x8F6C 34-12456-3
-sign \x5B68 34-12456-3
-sign \x8EE2 34-12456-3
-sign \x7AF1 34-12456-3
-sign \x7077 34-12456-23
-sign \x556D 34-12456-23
-sign \x581F 34-12456-23
-sign \x8483 34-12456-23
-sign \x7451 34-12456-23
-sign \x8D5A 34-12456-23
-sign \x50CE 34-12456-23
-sign \x64B0 34-12456-23
-sign \x7BC6 34-12456-23
-sign \x9994 34-12456-23
-sign \x7BF9 34-12456-23
-sign \x8CFA 34-12456-23
-sign \x8948 34-12456-23
-sign \x7E33 34-12456-23
-sign \x8F49 34-12456-3
-sign \x7C28 234-25-3
-sign \x8B54 34-12456-23
-sign \x994C 34-12456-23
-sign \x56C0 34-12456-23
-sign \x7C51 34-12456-23
-sign \x5986 34-2356-1
-sign \x5E84 34-2356-1
-sign \x5E92 34-2356-1
-sign \x599D 34-2356-1
-sign \x8358 34-2356-1
-sign \x838A 34-2356-1
-sign \x6869 34-2356-1
-sign \x5A24 34-2356-1
-sign \x6889 34-2356-1
-sign \x88C5 34-2356-1
-sign \x7CA7 34-2356-1
-sign \x6E77 34-2356-1
-sign \x88DD 34-2356-1
-sign \x6A01 34-2356-1
-sign \x7CDA 34-2356-1
-sign \x4E2C 1234-1236-2
-sign \x58EE 34-2356-23
-sign \x72B6 34-2356-23
-sign \x58EF 34-2356-23
-sign \x72C0 34-2356-23
-sign \x58F5 34-2356-23
-sign \x710B 34-2356-23
-sign \x649E 34-2356-23
-sign \x5E62 34-2356-23
-sign \x6205 1245-236-23
-sign \x6207 1245-236-23
-sign \x96B9 34-2456-1
-sign \x8FFD 34-2456-1
-sign \x9A93 34-2456-1
-sign \x690E 34-2456-1
-sign \x9525 34-2456-1
-sign \x9310 34-2456-1
-sign \x9A05 34-2456-1
-sign \x9D7B 34-2456-1
-sign \x6C9D 34-2456-3
-sign \x5760 34-2456-23
-sign \x7B0D 34-2456-23
-sign \x5A37 34-2456-23
-sign \x7F00 34-2456-23
-sign \x7500 34-2456-23
-sign \x814F 34-2456-23
-sign \x60F4 34-2456-23
-sign \x7F12 34-2456-23
-sign \x787E 34-2456-23
-sign \x7577 34-2456-23
-sign \x8187 34-2456-23
-sign \x8D58 34-2456-23
-sign \x589C 34-2456-23
-sign \x7DB4 34-2456-23
-sign \x918A 34-2456-23
-sign \x8AC8 34-2456-23
-sign \x7E0B 34-2456-23
-sign \x9323 34-2456-23
-sign \x991F 34-2456-23
-sign \x8D05 34-2456-23
-sign \x7908 34-2456-23
-sign \x8F5B 34-2456-23
-sign \x9446 34-2456-23
-sign \x8FCD 34-25-1
-sign \x5B92 34-25-1
-sign \x80AB 34-25-1
-sign \x7A80 34-25-1
-sign \x8C06 34-25-1
-sign \x554D 2345-25-1
-sign \x8A30 34-25-23
-sign \x8AC4 34-25-1
-sign \x8860 34-25-1
-sign \x51C6 34-25-3
-sign \x57FB 34-25-3
-sign \x51D6 34-25-3
-sign \x7A15 34-25-23
-sign \x6E96 34-25-3
-sign \x7DA7 34-25-3
-sign \x62D9 34-135-1
-sign \x70AA 34-135-1
-sign \x6349 34-135-1
-sign \x684C 34-135-1
-sign \x502C 34-135-1
-sign \x68C1 34-135-1
-sign \x6DBF 34-135-1
-sign \x7438 34-135-2
-sign \x68F3 34-135-1
-sign \x69D5 34-135-1
-sign \x8743 145-24-23
-sign \x7A5B 34-135-1
-sign \x942F 34-135
-sign \x7A71 34-135-1
-sign \x883F 34-135-2
-sign \x5734 34-135-2
-sign \x5F74 34-135-2
-sign \x72B3 34-135-2
-sign \x707C 34-135-2
-sign \x8301 34-135-2
-sign \x5353 34-135-2
-sign \x59B0 34-135-2
-sign \x53D5 34-135-2
-sign \x65AB 34-135-2
-sign \x6D4A 34-135-2
-sign \x914C 34-135-2
-sign \x4E35 34-135-2
-sign \x70F5 34-135-2
-sign \x6D5E 34-135-2
-sign \x8BFC 34-135-2
-sign \x68B2 34-135-2
-sign \x5544 34-135-2
-sign \x5545 34-135-2
-sign \x5A3A 34-135-2
-sign \x7422 34-135-2
-sign \x65B1 34-135-2
-sign \x65AE 34-135-2
-sign \x6913 34-135-2
-sign \x666B 34-135-2
-sign \x787A 34-135-2
-sign \x7F6C 34-135-2
-sign \x7AA7 34-135-1
-sign \x7AA1 34-135-2
-sign \x64C6 34-135-2
-sign \x64AF 34-135-2
-sign \x799A 34-135-2
-sign \x65B2 34-135-2
-sign \x5285 34-135-2
-sign \x92DC 34-135-2
-sign \x8AD1 34-135-2
-sign \x8AC1 34-135-2
-sign \x7BE7 34-135-2
-sign \x6FC1 34-135-2
-sign \x64E2 34-135-2
-sign \x6580 34-135-2
-sign \x65B5 34-135-2
-sign \x6FEF 34-135-2
-sign \x6AE1 34-135-2
-sign \x956F 34-135-2
-sign \x8B36 34-135-2
-sign \x9D6B 34-135-2
-sign \x8817 34-135-2
-sign \x7042 34-135-2
-sign \x9432 34-135-2
-sign \x7C57 34-135-2
-sign \x9DDF 34-135-2
-sign \x7C71 34-135-2
-sign \x5B56 1356-1
-sign \x5B5C 1356-1
-sign \x830A 1356-1
-sign \x8332 1356-1
-sign \x59D5 1356-1
-sign \x54A8 1356-1
-sign \x59FF 1356-1
-sign \x5179 1356-1
-sign \x8D40 1356-1
-sign \x6825 1356-1
-sign \x8D44 1356-1
-sign \x7386 1356-1
-sign \x7D0E 1356-1
-sign \x8D7C 1356-1
-sign \x5D30 1356-1
-sign \x79F6 1356-1
-sign \x6DC4 1356-1
-sign \x8C18 1356-1
-sign \x7F01 1356-1
-sign \x8458 1356-1
-sign \x9111 1356-1
-sign \x5B76 1356-1
-sign \x6914 1356-1
-sign \x8F8E 1356-1
-sign \x55DE 1356-1
-sign \x5D6B 1356-1
-sign \x7CA2 1356-1
-sign \x5B73 1356-1
-sign \x6E7D 1356-1
-sign \x6ECB 1356-1
-sign \x8D91 1356-1
-sign \x8CB2 1356-1
-sign \x9531 1356-1
-sign \x8A3F 1356-3
-sign \x8CC7 1356-1
-sign \x798C 1356-1
-sign \x9F87 1356-1
-sign \x922D 1356-1
-sign \x9543 1356-1
-sign \x7A35 1356-1
-sign \x7DC7 1356-1
-sign \x9F12 1356-1
-sign \x8F1C 1356-1
-sign \x9AED 1356-1
-sign \x8DA6 1356-1
-sign \x8F3A 1356-1
-sign \x9319 1356-1
-sign \x9CBB 1356-1
-sign \x8AEE 1356-1
-sign \x6FAC 1356-1
-sign \x937F 1356-1
-sign \x93A1 1356-1
-sign \x983E 1356-1
-sign \x983F 1356-1
-sign \x9BD4 1356-1
-sign \x9F4D 1356-1
-sign \x9D85 1356-1
-sign \x9C26 1356-1
-sign \x9F5C 1356-1
-sign \x5B50 1356-3
-sign \x5407 1356-3
-sign \x674D 1356-3
-sign \x59C9 1356-3
-sign \x59CA 1356-3
-sign \x77F7 1356-3
-sign \x79C4 1356-3
-sign \x80CF 1356-3
-sign \x8014 1356-3
-sign \x5470 1356-3
-sign \x8678 1356-3
-sign \x79ED 1356-3
-sign \x7C7D 1356-3
-sign \x7B2B 1356-3
-sign \x6893 1356-3
-sign \x91E8 1356-3
-sign \x5559 1356-3
-sign \x7D2B 1356-3
-sign \x8A3E 1356-1
-sign \x6ED3 1356-3
-sign \x699F 1356-3
-sign \x6A74 1356-3
-sign \x8293 1356-23
-sign \x81EA 1356-23
-sign \x5B57 1356-23
-sign \x8362 1356-23
-sign \x8321 1356-23
-sign \x525A 1356-23
-sign \x7278 1356-23
-sign \x5033 1356-23
-sign \x6063 1356-23
-sign \x7725 1356-23
-sign \x7726 1356-23
-sign \x6E0D 1356-23
-sign \x80FE 1356-23
-sign \x80D4 1356-23
-sign \x6F2C 1356-23
-sign \x5B97 1356-256-1
-sign \x5027 1356-256-1
-sign \x7EFC 1356-256-1
-sign \x9A94 1356-256-1
-sign \x582B 1356-256-1
-sign \x847C 1356-256-1
-sign \x68D5 1356-256-1
-sign \x5D4F 1356-256-1
-sign \x5D55 1356-256-1
-sign \x8159 1356-256-1
-sign \x7323 1356-256-1
-sign \x60FE 1356-256-1
-sign \x6936 1356-256-1
-sign \x6721 1356-256-1
-sign \x5D78 1356-256-1
-sign \x7A2F 1356-256-1
-sign \x7DC3 1356-256-1
-sign \x7D9C 1356-256-1
-sign \x8E28 1356-256-1
-sign \x8E2A 1356-256-1
-sign \x876C 1356-256-1
-sign \x71A7 1356-256-1
-sign \x8250 13-26-23
-sign \x7FEA 1356-256-1
-sign \x78EB 1356-256-1
-sign \x9350 1356-256-1
-sign \x9B03 1356-256-1
-sign \x9A0C 1356-256-1
-sign \x8C75 1356-256-1
-sign \x8E64 1356-256-1
-sign \x9B09 1356-256-1
-sign \x9A23 1356-256-1
-sign \x9B37 1356-256-1
-sign \x9BEE 1356-256-1
-sign \x9BFC 1356-256-1
-sign \x9441 1356-256-1
-sign \x603B 1356-256-3
-sign \x6374 1356-256-3
-sign \x506C 1356-256-3
-sign \x63D4 1356-256-3
-sign \x6403 1356-256-3
-sign \x60E3 1356-256-3
-sign \x84D7 1356-256-3
-sign \x50AF 1356-256-3
-sign \x6460 1356-256-3
-sign \x7DCF 1356-256-3
-sign \x7E02 1356-256-3
-sign \x71EA 1356-256-3
-sign \x936F 14-256-1
-sign \x7E3D 1356-256-3
-sign \x93D3 14-256-1
-sign \x7EB5 1356-256-23
-sign \x662E 1356-256-23
-sign \x75AD 1356-256-23
-sign \x500A 1356-256-23
-sign \x7314 1356-256-23
-sign \x7882 1356-256-23
-sign \x7CBD 1356-256-23
-sign \x7CC9 1356-256-23
-sign \x7DF5 1356-256-1
-sign \x931D 14-256-2
-sign \x7632 1356-256-23
-sign \x7E26 1356-256-23
-sign \x7E4C 1356-256-1
-sign \x7E31 1356-256-23
-sign \x90B9 1356-12356-1
-sign \x9A7A 1356-12356-1
-sign \x90F0 1356-12356-1
-sign \x8BF9 1356-12356-1
-sign \x966C 1356-12356-1
-sign \x63AB 1356-12356-1
-sign \x83C6 1356-12356-1
-sign \x68F8 1356-12356-1
-sign \x68F7 1356-12356-1
-sign \x9112 1356-12356-1
-sign \x7B83 1356-12356-1
-sign \x7DC5 1356-12356-1
-sign \x8ACF 1356-12356-1
-sign \x9139 1356-12356-1
-sign \x9CB0 1356-12356-1
-sign \x9BEB 1356-12356-1
-sign \x9EC0 1356-12356-1
-sign \x9F7A 1356-12356-1
-sign \x8FB6 12345-135-23
-sign \x8D71 1356-12356-3
-sign \x8D70 1356-12356-3
-sign \x9BD0 1356-12356-3
-sign \x594F 1356-12356-23
-sign \x63CD 1356-12356-23
-sign \x79DF 1356-136-1
-sign \x83F9 1356-136-1
-sign \x8445 1356-136-1
-sign \x84A9 1356-136-1
-sign \x924F 12345-136-2
-sign \x930A 1356-2456-23
-sign \x5346 1356-136-2
-sign \x8DB3 1356-136-2
-sign \x5352 1356-136-2
-sign \x54EB 1356-136-2
-sign \x5005 14-2456-23
-sign \x7D23 14-2456-23
-sign \x5D12 1356-136-2
-sign \x5D2A 1356-136-2
-sign \x65CF 1356-136-2
-sign \x7A21 1356-136-2
-sign \x7BA4 1356-136-2
-sign \x7DB7 14-2456-23
-sign \x8E24 1356-136-2
-sign \x8E3F 1356-136-2
-sign \x955E 1356-136-2
-sign \x93C3 1356-136-2
-sign \x8BC5 1356-136-3
-sign \x963B 1356-136-3
-sign \x5CA8 1245-346-1
-sign \x7EC4 1356-136-3
-sign \x73C7 1356-136-3
-sign \x4FCE 1356-136-3
-sign \x723C 1356-136-3
-sign \x7956 1356-136-3
-sign \x5528 1356-136-3
-sign \x7D44 1356-136-3
-sign \x8A5B 1356-136-3
-sign \x977B 1356-136-3
-sign \x93BA 1356-136-3
-sign \x8B2F 1245-15-1
-sign \x5297 1356-12456-1
-sign \x8E9C 1356-12456-1
-sign \x8EA6 1356-12456-1
-sign \x7E64 1356-12456-3
-sign \x7F35 1356-12456-3
-sign \x7E82 1356-12456-3
-sign \x7E89 1356-12456-3
-sign \x7C6B 1356-12456-3
-sign \x7E98 1356-12456-3
-sign \x94BB 1356-12456-1
-sign \x6525 1356-12456-23
-sign \x945A 1356-12456-1
-sign \x947D 1356-12456-1
-sign \x539C 1356-2456-1
-sign \x6718 1245-12346-1
-sign \x55FA 1356-2456-1
-sign \x6A36 1356-2456-1
-sign \x87D5 1356-2456-1
-sign \x7E97 1356-2456-1
-sign \x89DC 1356-1
-sign \x5D8A 1356-2456-3
-sign \x5634 1356-2456-3
-sign \x5DB5 1356-2456-23
-sign \x567F 1356-2456-3
-sign \x74BB 1356-2456-3
-sign \x67A0 1356-2456-23
-sign \x682C 1356-2456-23
-sign \x9154 1356-2456-23
-sign \x7D4A 1356-2456-23
-sign \x6700 1356-2456-23
-sign \x666C 1356-2456-23
-sign \x797D 1356-2456-23
-sign \x7F6A 1356-2456-23
-sign \x8FA0 1356-2456-23
-sign \x69DC 1356-2456-23
-sign \x855E 1356-2456-23
-sign \x9189 1356-2456-23
-sign \x6A87 1356-2456-23
-sign \x92F7 1345-15-23
-sign \x6A8C 1356-2456-23
-sign \x7A5D 1356-2456-23
-sign \x6B08 2456-2
-sign \x5C0A 1356-25-1
-sign \x58AB 1356-25-1
-sign \x5D9F 1356-25-1
-sign \x9075 1356-25-1
-sign \x6A3D 1356-25-1
-sign \x7F47 1356-25-1
-sign \x7E5C 1356-25-1
-sign \x9D8E 1356-25-1
-sign \x940F 1356-25-1
-sign \x9CDF 1356-25-1
-sign \x9C52 1356-25-1
-sign \x9DF7 1356-25-1
-sign \x50D4 1356-25-3
-sign \x6499 1356-25-3
-sign \x5642 1356-25-3
-sign \x8B50 1356-25-3
-sign \x6358 1356-25-23
-sign \x928C 1356-25-23
-sign \x562C 1356-135-1
-sign \x6628 1356-135-2
-sign \x838B 1245-24-2
-sign \x79E8 1356-135-2
-sign \x7A13 1356-135-2
-sign \x7B70 1356-135-2
-sign \x923C 1356-135-2
-sign \x961D 124-136-3
-sign \x5DE6 1356-135-3
-sign \x4F50 1356-135-3
-sign \x7E53 1356-135-3
-sign \x4F5C 1356-135-23
-sign \x5750 1356-135-23
-sign \x963C 1356-135-23
-sign \x5C9D 1356-135-23
-sign \x5C9E 1356-135-23
-sign \x600D 1356-135-23
-sign \x4FB3 1356-135-23
-sign \x80D9 1356-135-23
-sign \x795A 1356-135-23
-sign \x5511 1356-135-23
-sign \x5EA7 1356-135-23
-sign \x888F 1356-135-23
-sign \x505A 1356-135-23
-sign \x8443 1356-135-23
-sign \x8444 1356-135-23
-sign \x9162 1356-135-23
-sign \x84D9 1356-135-23
-sign \x98F5 1356-135-23
-sign \x7CF3 1356-135-23
-sign \x5497 1356-135
-sign \x4E64 125-1246-23
-sign \x4E65 124-136-2
-sign \x4E6B 1245-1246-1
-sign \x4E6C 1245-346-23
-sign \x4E6D 156-2
-sign \x4E6E 134-235-3
-sign \x4E6F 12356-0
-sign \x4E72 14-35-2
-sign \x4E76 124-136-3
-sign \x4E7A 234-135-3
-sign \x4E7B 1235-2
-sign \x4E7C 34-136-23
-sign \x4E7D 34-26
-sign \x4EAA 15-3
-sign \x4FA4 2345-35
-sign \x517A 145-25-1
-sign \x5301 134-236
-sign \x53BC 13-136-2
-sign \x53FE 145-136-2
-sign \x54DB 1234-136-2
-sign \x551C 134-35-2
-sign \x551F 13-135-2
-sign \x55B8 124-26
-sign \x55ED 1356-1
-sign \x56D5 123-1236
-sign \x58ED 234-1236
-sign \x591E 235-2
-sign \x5CBE 34-1236-1
-sign \x5DEA 1245-346-23
-sign \x5DFC 124-35-2
-sign \x5EE4 13-136-23
-sign \x603E 34-23
-sign \x65C0 134-2346-23
-sign \x65D5 26-2
-sign \x66E2 123-345-3
-sign \x6711 2345-24-23
-sign \x6730 2345-26-2
-sign \x680D 156-3456-1
-sign \x685B 13-35-2
-sign \x6927 134-3456-2
-sign \x698B 12345-136-1
-sign \x6B5A 156-1236-23
-sign \x6BEE 156-35-1
-sign \x6D4C 124-35-2
-sign \x70EA 34-356-23
-sign \x7320 145-146-3
-sign \x74F1 125-235-2-123456-3
-sign \x7553 145-135-1
-sign \x7A52 2345-135-1
-sign \x7873 1356-26-1
-sign \x7677 12-26-1
-sign \x7E07 125-12346-1
-sign \x8041 1234-1236-23
-sign \x8063 1345-24-2
-sign \x83BB 1345-26-1
-sign \x848A 125-123456-1
-sign \x8644 1245-26-1
-sign \x8672 125-1246-1
-sign \x88B0 12-26-1
-sign \x8968 2345-35-1
-sign \x9422 15-3
-sign \x95AA 234-26-1
-sign \x95CF 124-3456-1
-sign \x973B 124-3456-1
-sign \x9D91 16-1
-#
-# Chinese phrases of abnormal pronunciations.
- always \x80BA\x4FDE 124-2346-23-156-136-1
- always \x53A5\x9634\x4FDE 126-1-156-136-1
- always \x5FC3\x4FDE 125-126-1-156-136-1
- always \x7763\x4FDE 145-136-1-156-136-1
- always \x8188\x4FDE 1245-26-2-156-136-1
- always \x809D\x4FDE 1245-1236-1-156-136-1
- always \x80C6\x4FDE 145-1236-3-156-136-1
- always \x813E\x4FDE 1234-24-3-156-136-1
- always \x80C3\x4FDE 2456-23-156-136-1
- always \x7126\x4FDE 1245-345-1-156-136-1
- always \x80BE\x4FDE 156-356-23-156-136-1
- always \x80A0\x4FDE 12345-236-2-156-136-1
- always \x6D77\x4FDE 125-246-3-156-136-1
- always \x5143\x4FDE 12346-2-156-136-1
- always \x73AF\x4FDE 125-12456-2-156-136-1
- always \x80F1\x4FDE 1245-2356-1-156-136-1
- always \x8182\x4FDE 123-346-3-156-136-1
- always \x4FDE\x7A74 156-136-1-125-23456-2
- always \x8170\x4FDE 345-1-156-136-1
- always \x4E0B\x4FDE 125-1246-23-156-136-1
- always \x4FDE\x52DF 156-136-1-134-136-23
- always \x6781\x4FDE 1245-24-2-156-136-1
-always \x963F\x8C00 26-1-346-2
-always \x963F\x80F6 26-1-1245-345-1
-always \x963F\x5F25 26-1-134-24-2
-always \x6328\x6279 246-2-1234-24-1
-always \x6328\x997F 246-2-26-23
-always \x6328\x6253 246-2-145-35-3
-always \x6328\x9A82 246-2-134-35-23
-always \x81EA\x827E 1356-23-24-23
-always \x60E9\x827E 12345-3456-2-24-23
-always \x71AC\x83DC 235-1-14-246-23
-always \x6252\x9E21 1234-35-2-1245-24-1
-always \x6252\x7A83 1234-35-2-13-15-23
-always \x53CD\x6252 124-1236-3-1234-35-2
-always \x725B\x6252 1345-1256-2-1234-35-2
-always \x6252\x624B 1234-35-2-156-12356-3
-always \x628A\x5B50 12-35-23-1356-0
-always \x628A\x513F 12-35-23-1235-0
-always \x67CF\x6797 12-26-2-123-126-2
-always \x626E\x76F8 12-1236-23-125-1346-23
-always \x8180\x4E86 1234-236-1-123-26
-always \x8180\x80BF 1234-236-1-34-256-3
-always \x8180\x80F1 1234-236-2-1245-2356-1
-always \x78C5\x7934 1234-236-2-12-26-2
-always \x868C\x57E0 12-3456-23-12-136-23
-always \x8584\x793C 12-26-2-123-24-3
-always \x8584\x9152 12-26-2-1245-1256-3
-always \x7620\x8584 1245-24-2-12-26-2
-always \x539A\x8584 125-12356-23-12-26-2
-always \x8584\x5E78 12-26-2-125-16-23
-always \x8584\x547D 12-26-2-134-16-23
-always \x8584\x5F31 12-26-2-245-135-23
-always \x8584\x96FE 12-26-2-136-23
-always \x7EF5\x8584 134-146-2-12-26-2
-always \x8584\x7530 12-26-2-2345-146-2
-always \x8584\x66AE 12-26-2-134-136-23
-always \x523B\x8584 13-26-23-12-26-2
-always \x9119\x8584 12-24-3-12-26-2
-always \x6D45\x8584 13-146-3-12-26-2
-always \x6DE1\x8584 145-1236-23-12-26-2
-always \x8584\x6280 12-26-2-1245-24-23
-always \x8F7B\x8584 13-16-1-12-26-2
-always \x8584\x539A 12-26-2-125-12356-23
-always \x8584\x4EA7 12-26-2-12345-1236-3
-always \x8584\x5F85 12-26-2-145-246-23
-always \x8584\x60C5 12-26-2-13-16-2
-always \x5355\x8584 145-1236-1-12-26-2
-always \x65C1\x8584 1234-236-2-12-26-2
-always \x55B7\x8584 1234-356-1-12-26-2
-always \x7857\x8584 13-345-1-12-26-2
-always \x4F7B\x8584 2345-345-1-12-26-2
-always \x7A00\x8584 125-24-1-12-26-2
-always \x7EA4\x8584 125-146-1-12-26-2
-always \x5107\x8584 125-12346-1-12-26-2
-always \x8584\x5507 12-26-2-12345-25-2
-always \x8584\x6536 12-26-2-156-12356-1
-always \x8584\x5F7C 12-26-2-12-24-3
-always \x8584\x53D1 12-26-2-124-35-1
-always \x8584\x820C 12-26-2-156-26-2
-always \x5C65\x8584 123-346-3-12-26-2
-always \x65E5\x8584 245-23-12-26-2
-always \x529B\x8584 123-24-23-12-26-2
-always \x8584\x4ECA 12-26-2-1245-126-1
-always \x8584\x53E4 12-26-2-1245-136-3
-always \x91CC\x5821 123-24-3-1234-136-23
-always \x5BB6\x5821 1245-1246-1-1234-136-23
-always \x7A91\x5821 345-2-1234-136-23
-always \x5434\x5821 136-2-1234-136-23
-always \x80CC\x5E26 12-2346-1-145-246-23
-always \x80CC\x5305 12-2346-1-12-235-1
-always \x80CC\x8D1F 12-2346-1-124-136-23
-always \x80CC\x9ED1 12-2346-1-125-2346-1
-always \x80CC\x503A 12-2346-1-34-246-23
-always \x80CC\x7740 12-2346-1-34-26
-always \x80CC\x8D77 12-2346-1-13-24-3
-always \x80CC\x5230 12-2346-1-145-235-23
-always \x80CC\x6211 12-2346-1-135-3
-always \x80CC\x4F60 12-2346-1-1345-24-3
-always \x80CC\x4ED6 12-2346-1-2345-35
-always \x80CC\x5979 12-2346-1-2345-35-1
-always \x80CC\x5B83 12-2346-1-4-2345-35-1
-always \x80CC\x8D70 12-2346-1-1356-12356-3
-always \x80CC\x6765 12-2346-1-123-246-2
-always \x80CC\x53BB 12-2346-1-13-346-23
-always \x80CC\x888B 12-2346-1-145-246-23
-always \x80CC\x91CD 12-2346-1-34-256-23
-always \x80CC\x8F7B 12-2346-1-13-16-1
-always \x9003\x5954 2345-235-2-12-356-23
-always \x6295\x5954 2345-12356-2-12-356-23
-always \x76F4\x5954 34-2-12-356-23
-always \x7EF7\x74F7 12-3456-23-14-2
-always \x7EF7\x8138 12-3456-3-123-146-3
-always \x7EF7\x7740 12-3456-3-34-26
-always \x8FF8\x98DE 12-3456-1-124-2346-1
-always \x590D\x8F9F 124-136-23-12-24-23
-always \x7740\x8FB9 34-235-2-12-146-1
-always \x6241\x821F 1234-146-1-34-12356-1
-always \x6241\x62C5 12-146-3-145-1236-23
-always \x4FBF\x5B9C 1234-146-2-24-0
-always \x522B\x626D 12-15-23-1345-1256-3
-always \x762A\x4E09 12-15-1-234-1236-1
-always \x6E56\x6CCA 125-136-2-1234-26-1
-always \x841D\x535C 123-135-2-12-26
-always \x8865\x79CD 12-136-3-34-256-23
-always \x6C99\x53C2 156-35-1-156-356-1
-always \x91CE\x53C2 15-3-156-356-1
-always \x53C2\x5546 156-356-1-156-236-1
-always \x4E39\x53C2 145-1236-1-156-356-1
-always \x5C71\x53C2 156-1236-1-156-356-1
-always \x6D77\x53C2 125-246-3-156-356-1
-always \x515A\x53C2 145-236-3-156-356-1
-always \x4EBA\x53C2 245-356-2-156-356-1
-always \x6D0B\x53C2 1346-2-156-356-1
-always \x5B50\x53C2 1356-3-156-356-1
-always \x85CF\x4EBA 1356-236-23-245-356-2
-always \x9752\x85CF 13-16-1-1356-236-23
-always \x85CF\x5357 1356-236-23-1345-1236-2
-always \x85CF\x4F20 1356-236-23-12345-12456-2
-always \x5927\x85CF 145-35-23-1356-236-23
-always \x4E09\x85CF 234-1236-1-1356-236-23
-always \x5B9D\x85CF 12-235-3-1356-236-23
-always \x85CF\x6587 1356-236-23-25-2
-always \x85CF\x9999 1356-236-23-125-1346-1
-always \x85CF\x9752 1356-236-23-13-16-1
-always \x85CF\x65CF 1356-236-23-1356-136-2
-always \x85CF\x533B 1356-236-23-24-1
-always \x85CF\x620F 1356-236-23-125-24-23
-always \x85CF\x84DD 1356-236-23-123-1236-2
-always \x85CF\x80DE 1356-236-23-12-235-1
-always \x897F\x85CF 125-24-1-1356-236-23
-always \x85CF\x8BED 1356-236-23-346-3
-always \x85CF\x7EA2 1356-236-23-125-256-2
-always \x4E09\x53C9 234-1236-1-12345-35-23
-always \x5206\x53C9 124-356-1-12345-35-23
-always \x53C9\x5F00 12345-35-23-13-246-1
-always \x5C0F\x5DEE 125-345-3-12345-246-1
-always \x5DEE\x5F79 12345-246-1-24-23
-always \x4E13\x5DEE 34-12456-1-12345-246-1
-always \x51FA\x5DEE 12345-136-1-12345-246-1
-always \x5DEE\x9063 12345-246-1-13-146-3
-always \x4EA4\x5DEE 1245-345-1-12345-246-1
-always \x5B98\x5DEE 1245-12456-1-12345-246-1
-always \x7F8E\x5DEE 134-2346-3-12345-246-1
-always \x529E\x5DEE 12-1236-23-12345-246-1
-always \x5DEE\x65C5 12345-246-1-123-346-3
-always \x5DEE\x4F7F 12345-246-1-156-3
-always \x80A5\x5DEE 124-2346-2-12345-246-1
-always \x5175\x5DEE 12-16-1-12345-246-1
-always \x5DEE\x4EFB 12345-246-1-245-356-23
-always \x795E\x5DEE 156-356-2-12345-246-1
-always \x94A6\x5DEE 13-126-1-12345-246-1
-always \x90AE\x5DEE 1256-2-12345-246-1
-always \x82E6\x5DEE 13-136-3-12345-246-1
-always \x53C2\x5DEE 14-356-1-14-1
-always \x6293\x5DEE 34-123456-1-12345-246-1
-always \x9500\x5DEE 125-345-1-12345-246-1
-always \x4E0D\x5DEE 12-136-23-12345-35-23
-always \x5DEE\x4E0D 12345-35-23-12-136-23
-always \x5DEE\x70B9 12345-35-23-145-146-3
-always \x5F88\x5DEE 125-356-3-12345-35-23
-always \x5DEE\x52B2 12345-35-23-1245-126-23
-always \x592A\x5DEE 2345-246-23-12345-35-23
-always \x771F\x5DEE 34-356-1-12345-35-23
-always \x5DEE\x4E86 12345-35-23-123-26
-always \x8FD8\x5DEE 125-246-2-12345-35-23
-always \x5DEE\x7B49 12345-35-23-145-3456-3
-always \x91CF\x5DEE 123-1346-23-12345-35-23
-always \x5DEE\x5B50 12345-35-23-1356-0
-always \x5DEE\x7684 12345-35-23-145-26
-always \x7EE9\x5DEE 1245-24-23-12345-35-23
-always \x98A4\x6817 34-1236-23-123-24-23
-always \x5BD2\x98A4 125-1236-2-34-1236-23
-always \x51B7\x98A4 123-3456-3-34-1236-23
-always \x573A\x5C4B 12345-236-2-136-1
-always \x573A\x9662 12345-236-2-12346-23
-always \x626C\x573A 1346-2-12345-236-2
-always \x4E61\x957F 125-1346-1-34-236-3
-always \x957F\x8005 34-236-3-34-26-3
-always \x9547\x957F 34-356-23-34-236-3
-always \x8425\x957F 16-2-34-236-3
-always \x673A\x957F 1245-24-1-34-236-3
-always \x751F\x957F 156-3456-1-34-236-3
-always \x4F1A\x957F 125-2456-23-34-236-3
-always \x52A9\x957F 34-136-23-34-236-3
-always \x5B66\x957F 125-23456-2-34-236-3
-always \x5144\x957F 125-1456-1-34-236-3
-always \x961F\x957F 145-2456-23-34-236-3
-always \x957F\x52BF 34-236-3-156-23
-always \x5DE5\x957F 1245-256-1-34-236-3
-always \x7075\x957F 123-16-2-34-236-3
-always \x957F\x8198 34-236-3-12-345-1
-always \x8239\x957F 12345-12456-2-34-236-3
-always \x957F\x5B98 34-236-3-1245-12456-1
-always \x9662\x957F 12346-23-34-236-3
-always \x8BAE\x957F 24-23-34-236-3
-always \x7EC4\x957F 1356-136-3-34-236-3
-always \x957F\x5973 34-236-3-1345-346-3
-always \x90E8\x957F 12-136-23-34-236-3
-always \x957F\x4EB2 34-236-3-13-126-1
-always \x53BF\x957F 125-146-23-34-236-3
-always \x5904\x957F 12345-136-23-34-236-3
-always \x5AE1\x957F 145-24-2-34-236-3
-always \x73ED\x957F 12-1236-1-34-236-3
-always \x5E08\x957F 156-1-34-236-3
-always \x957F\x8F88 34-236-3-12-2346-23
-always \x5BB6\x957F 1245-1246-1-34-236-3
-always \x957F\x5B50 34-236-3-1356-3
-always \x9986\x957F 1245-12456-3-34-236-3
-always \x75AF\x957F 124-3456-1-34-236-3
-always \x589E\x957F 1356-3456-1-34-236-3
-always \x6821\x957F 125-345-23-34-236-3
-always \x957F\x5E7C 34-236-3-1256-23
-always \x77FF\x957F 13-2356-23-34-236-3
-always \x5DDE\x957F 34-12356-1-34-236-3
-always \x6751\x957F 14-25-1-34-236-3
-always \x957F\x5927 34-236-3-145-35-23
-always \x957F\x95E8 34-236-3-134-356-2
-always \x957F\x4E0A 34-236-3-156-236-23
-always \x65CF\x957F 1356-136-2-34-236-3
-always \x957F\x8FDB 34-236-3-1245-126-23
-always \x5C0A\x957F 1356-25-1-34-236-3
-always \x6D88\x957F 125-345-1-34-236-3
-always \x9996\x957F 156-12356-3-34-236-3
-always \x6210\x957F 12345-3456-2-34-236-3
-always \x6ECB\x957F 1356-1-34-236-3
-always \x957F\x5B59 34-236-3-234-25-1
-always \x7AD9\x957F 34-1236-23-34-236-3
-always \x957F\x8001 34-236-3-123-235-3
-always \x957F\x8138 34-236-3-123-146-3
-always \x957F\x5144 34-236-3-125-1456-1
-always \x957F\x623F 34-236-3-124-236-2
-always \x957F\x76F8 34-236-3-125-1346-23
-always \x5E74\x957F 1345-146-2-34-236-3
-always \x914B\x957F 13-1256-2-34-236-3
-always \x6B21\x957F 14-23-34-236-3
-always \x957F\x9AD8 34-236-3-1245-235-1
-always \x9632\x957F 124-236-2-34-236-3
-always \x957F\x80D6 34-236-3-1234-236-23
-always \x957F\x4E2A 34-236-3-1245-26-23
-always \x957F\x51FA 34-236-3-12345-136-1
-always \x957F\x6210 34-236-3-12345-3456-2
-always \x957F\x5305 34-236-3-12-235-1
-always \x957F\x82DE 34-236-3-12-235-1
-always \x957F\x8089 34-236-3-245-12356-23
-always \x957F\x75D8 34-236-3-145-12356-23
-always \x533A\x957F 13-346-1-34-236-3
-always \x5E02\x957F 156-23-34-236-3
-always \x7701\x957F 156-3456-3-34-236-3
-always \x5C40\x957F 1245-346-2-34-236-3
-always \x6240\x957F 234-135-3-34-236-3
-always \x79D1\x957F 13-26-1-34-236-3
-always \x56ED\x957F 12346-2-34-236-3
-always \x5385\x957F 2345-16-1-34-236-3
-always \x884C\x957F 125-236-2-34-236-3
-always \x519B\x957F 1245-456-1-34-236-3
-always \x8FDE\x957F 123-146-2-34-236-3
-always \x6392\x957F 1234-246-2-34-236-3
-always \x53F0\x957F 2345-246-2-34-236-3
-always \x56E2\x957F 2345-12456-2-34-236-3
-always \x4E8B\x957F 156-23-34-236-3
-always \x72F1\x957F 346-23-34-236-3
-always \x8F66\x957F 12345-26-1-34-236-3
-always \x8230\x957F 1245-146-23-34-236-3
-always \x8247\x957F 2345-16-3-34-236-3
-always \x6F84\x6F84 145-3456-1-145-3456-1
-always \x671D\x66AE 34-235-1-134-136-23
-always \x671D\x6656 34-235-1-125-2456-1
-always \x671D\x5915 34-235-1-125-24-1
-always \x6709\x671D 1256-3-34-235-1
-always \x4ECA\x671D 1245-126-1-34-235-1
-always \x671D\x9633 34-235-1-1346-2
-always \x671D\x4E09 34-235-1-234-1236-1
-always \x4E00\x671D 24-1-34-235-1
-always \x671D\x79E6 34-235-1-13-126-2
-always \x671D\x971E 34-235-1-125-1246-2
-always \x671D\x4E0D 34-235-1-12-136-23
-always \x671D\x6C14 34-235-1-13-24-23
-always \x671D\x601D 34-235-1-234-1
-always \x671D\x4EE4 34-235-1-123-16-23
-always \x5632\x54F3 34-12356-1-34-35-1
-always \x79F0\x804C 12345-356-23-34-2
-always \x5300\x79F0 456-2-12345-356-23
-always \x5BF9\x79F0 145-2456-23-12345-356-23
-always \x76F8\x79F0 125-1346-1-12345-356-23
-always \x79F0\x5FC3 12345-356-23-125-126-1
-always \x91CE\x4E58 15-3-156-3456-23
-always \x5343\x4E58 13-146-1-156-3456-23
-always \x53F2\x4E58 156-3-156-3456-23
-always \x5DE5\x5C3A 1245-256-1-12345-26-3
-always \x51B2\x5E8A 12345-256-23-12345-2356-2
-always \x51B2\x538B 12345-256-23-1246-1
-always \x771F\x51B2 34-356-1-12345-256-23
-always \x5F88\x51B2 125-356-3-12345-256-23
-always \x51B2\x7740 12345-256-23-34-26
-always \x51B2\x4F60 12345-256-23-1345-24-3
-always \x51B2\x6211 12345-256-23-135-3
-always \x51B2\x4ED6 12345-256-23-2345-35
-always \x51B2\x5979 12345-256-23-2345-35-1
-always \x51B2\x5B83 12345-256-23-4-2345-35-1
-always \x94DC\x81ED 2345-256-2-125-1256-23
-always \x4E73\x81ED 245-136-3-125-1256-23
-always \x5904\x4EE5 12345-136-3-24-3
-always \x5904\x6CBB 12345-136-3-34-23
-always \x5904\x6691 12345-136-3-156-136-3
-always \x5904\x4E8E 12345-136-3-346-2
-always \x5904\x6B7B 12345-136-3-234-3
-always \x88C1\x5904 14-246-2-12345-136-3
-always \x72EC\x5904 145-136-2-12345-136-3
-always \x51B7\x5904 123-3456-3-12345-136-3
-always \x6EE1\x5904 134-1236-3-12345-136-3
-always \x5171\x5904 1245-256-23-12345-136-3
-always \x5904\x7406 12345-136-3-123-24-3
-always \x67E5\x5904 12345-35-2-12345-136-3
-always \x6742\x5904 1356-35-2-12345-136-3
-always \x5904\x51B3 12345-136-3-1245-23456-2
-always \x5224\x5904 1234-1236-23-12345-136-3
-always \x8BBA\x5904 123-25-23-12345-136-3
-always \x60E9\x5904 12345-3456-2-12345-136-3
-always \x5904\x7F5A 12345-136-3-124-35-2
-always \x5904\x4E16 12345-136-3-156-23
-always \x5904\x5883 12345-136-3-1245-16-23
-always \x5BA1\x5904 156-356-3-12345-136-3
-always \x5904\x4E4B 12345-136-3-34-1
-always \x5904\x53D8 12345-136-3-12-146-23
-always \x5904\x5973 12345-136-3-1345-346-3
-always \x5904\x4E8B 12345-136-3-156-23
-always \x63E3\x6D4B 12345-13456-3-14-26-23
-always \x60AC\x63E3 125-12346-2-12345-13456-3
-always \x63E3\x6469 12345-13456-3-134-26-2
-always \x4E0D\x63E3 12-136-23-12345-13456-3
-always \x63E3\x60F3 12345-13456-3-125-1346-3
-always \x63E3\x5EA6 12345-13456-3-145-135-2
-always \x4F20\x8BB0 34-12456-23-1245-24-23
-always \x522B\x4F20 12-15-2-34-12456-23
-always \x5DE6\x4F20 1356-135-3-34-12456-23
-always \x7ECF\x4F20 1245-16-1-34-12456-23
-always \x81EA\x4F20 1356-23-34-12456-23
-always \x7ACB\x4F20 123-24-23-34-12456-23
-always \x8BC4\x4F20 1234-16-2-34-12456-23
-always \x5217\x4F20 123-15-23-34-12456-23
-always \x5C0F\x4F20 125-345-3-34-12456-23
-always \x6D52\x4F20 125-136-3-34-12456-23
-always \x7ECF\x5E62 1245-16-1-12345-2356-2
-always \x77F3\x5E62 156-2-12345-2356-2
-always \x521B\x4F24 12345-2356-1-156-236-1
-always \x521B\x75DB 12345-2356-1-2345-256-23
-always \x521B\x75D5 12345-2356-1-125-356-2
-always \x521B\x9762 12345-2356-1-134-146-23
-always \x7EF0\x8D77 12345-235-1-13-24-3
-always \x7EF0\x5BB6 12345-235-1-1245-1246-1
-always \x523A\x5566 14-1-123-35-1
-always \x5C0F\x64AE 125-345-3-1356-135-3
-always \x6EF4\x7B54 145-24-1-145-35-1
-always \x7F9E\x7B54 125-1256-1-145-35-1
-always \x7231\x7B54 246-23-145-35-1
-always \x7B54\x8A00 145-35-1-146-2
-always \x7B54\x5E94 145-35-1-16-23
-always \x82CF\x6253 234-136-1-145-35-2
-always \x5927\x592B 145-246-23-124-136-1
-always \x5F85\x7740 145-246-1-34-26
-always \x5F85\x5728 145-246-1-1356-246-23
-always \x902E\x6355 145-246-23-12-136-3
-always \x4E0D\x902E 12-136-23-145-246-23
-always \x62C5\x5B50 145-1236-23-1356-0
-always \x91CD\x62C5 34-256-23-145-1236-23
-always \x59D3\x5355 125-16-23-156-1236-23
-always \x5355\x53BF 156-1236-23-125-146-23
-always \x5355\x4E8E 12345-1236-2-346-2
-always \x5355\x7530 156-1236-23-2345-146-2
-always \x5355\x96C4 156-1236-23-125-1456-2
-always \x70B8\x5F39 34-35-23-145-1236-23
-always \x5F39\x65E0 145-1236-23-136-2
-always \x5F39\x4E38 145-1236-23-12456-2
-always \x5F39\x5C3D 145-1236-23-1245-126-23
-always \x5F39\x819B 145-1236-23-2345-236-2
-always \x5F39\x75D5 145-1236-23-125-356-2
-always \x5F39\x5F13 145-1236-23-1245-256-1
-always \x5F39\x836F 145-1236-23-345-23
-always \x9632\x5F39 124-236-2-145-1236-23
-always \x5B9E\x5F39 156-2-145-1236-23
-always \x6838\x5F39 125-26-2-145-1236-23
-always \x5F39\x5934 145-1236-23-2345-12356-2
-always \x63B7\x5F39 34-23-145-1236-23
-always \x4E24\x5F39 123-1346-3-145-1236-23
-always \x5F39\x58F3 145-1236-23-13-26-2
-always \x6D41\x5F39 123-1256-2-145-1236-23
-always \x5F39\x7247 145-1236-23-1234-146-23
-always \x5F39\x5323 145-1236-23-125-1246-2
-always \x5F39\x4ED3 145-1236-23-14-236-1
-always \x67AA\x5F39 13-1346-1-145-1236-23
-always \x7BAD\x5F39 1245-146-23-145-1236-23
-always \x5F39\x96E8 145-1236-23-346-3
-always \x4E2D\x5F39 34-256-23-145-1236-23
-always \x6295\x5F39 2345-12356-2-145-1236-23
-always \x6C22\x5F39 13-16-1-145-1236-23
-always \x96FE\x5F39 136-23-145-1236-23
-always \x6BCD\x5F39 134-136-3-145-1236-23
-always \x78F7\x5F39 123-126-2-145-1236-23
-always \x6CEA\x5F39 123-2346-23-145-1236-23
-always \x5F39\x5751 145-1236-23-13-3456-1
-always \x70AE\x5F39 1234-235-23-145-1236-23
-always \x5BFC\x5F39 145-235-3-145-1236-23
-always \x5F39\x9053 145-1236-23-145-235-23
-always \x5F39\x67AA 145-1236-23-13-1346-1
-always \x7532\x5F39 1245-1246-3-145-1236-23
-always \x810F\x5F39 1356-236-1-145-1236-23
-always \x88C5\x5F39 34-2356-1-145-1236-23
-always \x5F39\x5B54 145-1236-23-13-256-3
-always \x69B4\x5F39 123-1256-2-145-1236-23
-always \x5F39\x5185 145-1236-23-1345-2346-23
-always \x62C6\x5F39 12345-246-1-145-1236-23
-always \x98DE\x5F39 124-2346-1-145-1236-23
-always \x70E7\x5F39 156-235-1-145-1236-23
-always \x5F39\x4F53 145-1236-23-2345-24-3
-always \x6C14\x5F39 13-24-23-145-1236-23
-always \x5F69\x5F39 14-246-3-145-1236-23
-always \x53F7\x5F39 125-235-23-145-1236-23
-always \x706B\x5F39 125-135-3-145-1236-23
-always \x5F53\x94FA 145-236-23-1234-136-23
-always \x8FC7\x5F53 1245-135-23-145-236-23
-always \x9002\x5F53 156-23-145-236-23
-always \x5141\x5F53 456-3-145-236-23
-always \x7CBE\x5F53 1245-16-1-145-236-23
-always \x5F53\x771F 145-236-23-34-356-1
-always \x5F53\x7968 145-236-23-1234-345-23
-always \x4E0D\x5F53 12-136-23-145-236-23
-always \x8D4E\x5F53 156-136-2-145-236-23
-always \x5178\x5F53 145-146-3-145-236-23
-always \x503C\x5F53 34-2-145-236-23
-always \x5F53\x6210 145-236-23-12345-3456-2
-always \x6070\x5F53 13-1246-23-145-236-23
-always \x59A5\x5F53 2345-135-3-145-236-23
-always \x5F53\x505A 145-236-23-1356-135-23
-always \x6743\x5F53 13-12346-2-145-236-1
-always \x5F53\x4F5C 145-236-23-1356-135-23
-always \x4E0A\x5F53 156-236-23-145-236-23
-always \x5012\x63D2 145-235-23-12345-35-1
-always \x5012\x5F69 145-235-23-14-246-3
-always \x5012\x6620 145-235-23-16-23
-always \x5012\x9000 145-235-23-2345-2456-23
-always \x5012\x683D 145-235-23-1356-246-1
-always \x5012\x8F66 145-235-23-12345-26-1
-always \x5012\x60AC 145-235-23-125-12346-2
-always \x5E2E\x5012 12-236-1-145-235-23
-always \x5012\x80CC 145-235-23-12-2346-23
-always \x5012\x6D41 145-235-23-123-1256-2
-always \x53CD\x5012 124-1236-3-145-235-23
-always \x5012\x6302 145-235-23-1245-123456-23
-always \x503E\x5012 13-16-1-145-235-23
-always \x5012\x6253 145-235-23-145-35-3
-always \x5012\x627E 145-235-23-34-235-3
-always \x5012\x5F71 145-235-23-16-3
-always \x5012\x5E8F 145-235-23-125-346-23
-always \x5012\x7ACB 145-235-23-123-24-23
-always \x5012\x523A 145-235-23-14-23
-always \x5012\x6625 145-235-23-12345-25-1
-always \x5012\x679C 145-235-23-1245-135-3
-always \x5012\x704C 145-235-23-1245-12456-23
-always \x5012\x53D9 145-235-23-125-346-23
-always \x5012\x5EA7 145-235-23-1356-135-23
-always \x5012\x8D54 145-235-23-1234-2346-2
-always \x5012\x88C5 145-235-23-34-2356-1
-always \x5012\x6C34 145-235-23-156-2456-3
-always \x5012\x5165 145-235-23-245-136-23
-always \x5012\x6CB9 145-235-23-1256-2
-always \x5012\x51FA 145-235-23-12345-136-1
-always \x5012\x5783 145-235-23-123-35-1
-always \x5012\x62C9 145-235-23-123-35-1
-always \x5012\x63A8 145-235-23-2345-2456-1
-always \x5012\x8D70 145-235-23-1356-12356-3
-always \x5012\x8D34 145-235-23-2345-15-1
-always \x5012\x662F 145-235-23-156-23
-always \x5012\x7F6E 145-235-23-34-23
-always \x5012\x8336 145-235-23-12345-35-2
-always \x5012\x7B97 145-235-23-234-12456-23
-always \x5012\x884C 145-235-23-125-16-2
-always \x5012\x653E 145-235-23-124-236-23
-always \x5012\x8BA1 145-235-23-1245-24-23
-always \x5012\x6570 145-235-23-156-136-3
-always \x975E\x5F97 124-2346-1-145-2346-3
-always \x603B\x5F97 1356-256-3-145-2346-3
-always \x5F97\x4E8F 145-2346-3-13-2456-1
-always \x771F\x5F97 34-356-1-145-2346-3
-always \x6807\x7684 12-345-1-145-24-23
-always \x6253\x7684 145-35-3-145-24-1
-always \x7684\x786E 145-24-2-13-23456-23
-always \x7684\x5F53 145-24-2-145-236-1
-always \x7684\x58EB 145-24-1-156-23
-always \x76EE\x7684 134-136-23-145-24-23
-always \x7684\x653E 145-24-23-124-236-23
-always \x4E4B\x7684 34-1-145-24-23
-always \x8C03\x914D 145-345-23-1234-2346-23
-always \x8C03\x5B50 145-345-23-1356-0
-always \x8C03\x8C03 145-345-23-145-345
-always \x8C03\x53D6 145-345-23-13-346-3
-always \x8C03\x9063 145-345-23-13-146-3
-always \x97F3\x8C03 126-1-145-345-23
-always \x8BBA\x8C03 123-25-23-145-345-23
-always \x5C0F\x8C03 125-345-3-145-345-23
-always \x9009\x8C03 125-12346-3-145-345-23
-always \x683C\x8C03 1245-26-2-145-345-23
-always \x540C\x8C03 2345-256-2-145-345-23
-always \x8C03\x4EE4 145-345-23-123-16-23
-always \x4F4E\x8C03 145-24-1-145-345-23
-always \x8C03\x51FD 145-345-23-125-1236-2
-always \x53CD\x8C03 124-1236-3-145-345-23
-always \x5949\x8C03 124-3456-23-145-345-23
-always \x7B14\x8C03 12-24-3-145-345-23
-always \x57FA\x8C03 1245-24-1-145-345-23
-always \x5F3A\x8C03 13-1346-2-145-345-23
-always \x5FBD\x8C03 125-2456-1-145-345-23
-always \x58F0\x8C03 156-3456-1-145-345-23
-always \x65F6\x8C03 156-2-145-345-23
-always \x8BF7\x8C03 13-16-3-145-345-23
-always \x8C03\x79BB 145-345-23-123-24-2
-always \x8C03\x53BB 145-345-23-13-346-23
-always \x8C03\x8D70 145-345-23-1356-12356-3
-always \x589E\x8C03 1356-3456-1-145-345-23
-always \x8C03\x6765 145-345-23-123-246-2
-always \x501F\x8C03 1245-15-23-145-345-23
-always \x6539\x8C03 1245-246-3-145-345-23
-always \x8C03\x9632 145-345-23-124-236-2
-always \x6EE5\x8C03 123-1236-23-145-345-23
-always \x8C03\x52A8 145-345-23-145-256-23
-always \x8C03\x6D3E 145-345-23-1234-246-23
-always \x8C03\x8F6C 145-345-23-34-12456-3
-always \x8001\x8C03 123-235-3-145-345-23
-always \x8C03\x67E5 145-345-23-12345-35-2
-always \x8272\x8C03 234-26-23-145-345-23
-always \x8C03\x6F14 145-345-23-146-3
-always \x97F5\x8C03 456-23-145-345-23
-always \x5B9A\x8C03 145-16-23-145-345-23
-always \x8C03\x5EA6 145-345-23-145-136-23
-always \x5546\x8C03 156-236-1-145-345-23
-always \x5916\x8C03 13456-23-145-345-23
-always \x65E7\x8C03 1245-1256-23-145-345-23
-always \x5BF9\x8C03 145-2456-23-145-345-23
-always \x9AD8\x8C03 1245-235-1-145-345-23
-always \x8C03\x6863 145-345-23-145-236-23
-always \x8C03\x5175 145-345-23-12-16-1
-always \x8C03\x804C 145-345-23-34-2
-always \x8C03\x9605 145-345-23-23456-23
-always \x8154\x8C03 13-1346-1-145-345-23
-always \x8C03\x62E8 145-345-23-12-26-1
-always \x8D70\x8C03 1356-12356-3-145-345-23
-always \x8C03\x7814 145-345-23-146-2
-always \x8DD1\x8C03 1234-235-3-145-345-23
-always \x8C03\x8FD0 145-345-23-456-23
-always \x8C03\x95E8 145-345-23-134-356-2
-always \x8C03\x864E 145-345-23-125-136-3
-always \x8C03\x7528 145-345-23-1456-23
-always \x53D8\x8C03 12-146-23-145-345-23
-always \x8C03\x5E72 145-345-23-1245-1236-23
-always \x964D\x8C03 1245-1346-23-145-345-23
-always \x8F6C\x8C03 34-12456-3-145-345-23
-always \x602A\x8C03 1245-13456-23-145-345-23
-always \x8C03\x6362 145-345-23-125-12456-23
-always \x66F2\x8C03 13-346-3-145-345-23
-always \x6B65\x8C03 12-136-23-145-345-23
-always \x8BED\x8C03 346-3-145-345-23
-always \x8C03\x4EFB 145-345-23-245-356-23
-always \x63D0\x8C03 2345-24-2-145-345-23
-always \x62BD\x8C03 12345-12356-1-145-345-23
-always \x8C03\x96C6 145-345-23-1245-24-2
-always \x8C03\x5305 145-345-23-12-235-1
-always \x5F81\x8C03 34-3456-1-145-345-23
-always \x4E3B\x8C03 34-136-3-145-345-23
-always \x60C5\x8C03 13-16-2-145-345-23
-always \x5317\x8C03 12-2346-3-145-345-23
-always \x9489\x6263 145-16-23-13-12356-23
-always \x9489\x9489 145-16-23-145-16-1
-always \x9489\x4E0A 145-16-23-156-236-23
-always \x9489\x8FDB 145-16-23-1245-126-23
-always \x9489\x4E00 145-16-23-24-1
-always \x9489\x7740 145-16-23-34-26
-always \x4E00\x9489 24-1-145-16-23
-always \x9489\x7D27 145-16-23-1245-126-3
-always \x9489\x4F4F 145-16-23-34-136-23
-always \x9489\x7262 145-16-23-123-235-2
-always \x6597\x5FC3 145-12356-23-125-126-1
-always \x6076\x6597 26-23-145-12356-23
-always \x683C\x6597 1245-26-2-145-12356-23
-always \x6597\x9E21 145-12356-23-1245-24-1
-always \x6597\x8FC7 145-12356-23-1245-135-23
-always \x6597\x5730 145-12356-23-145-24-23
-always \x6597\x5F97 145-12356-23-145-26-2
-always \x6597\x58EB 145-12356-23-156-23
-always \x4E89\x6597 34-3456-1-145-12356-23
-always \x51B3\x6597 1245-23456-2-145-12356-23
-always \x640F\x6597 12-26-2-145-12356-23
-always \x6597\x6BB4 145-12356-23-12356-1
-always \x6597\x7740 145-12356-23-34-26
-always \x6597\x4E00 145-12356-23-24-1
-always \x6597\x725B 145-12356-23-1345-1256-2
-always \x594B\x6597 124-356-23-145-12356-23
-always \x6597\x4E89 145-12356-23-34-3456-1
-always \x6597\x6C14 145-12356-23-13-24-23
-always \x6597\x5634 145-12356-23-1356-2456-3
-always \x6597\x6CD5 145-12356-23-124-35-3
-always \x68B0\x6597 125-15-23-145-12356-23
-always \x6218\x6597 34-1236-23-145-12356-23
-always \x6597\x667A 145-12356-23-34-23
-always \x6597\x5FD7 145-12356-23-34-23
-always \x6BB4\x6597 12356-1-145-12356-23
-always \x6B66\x6597 136-3-145-12356-23
-always \x6587\x6597 25-2-145-12356-23
-always \x6597\x6587 145-12356-23-25-2
-always \x6597\x6B66 145-12356-23-136-3
-always \x6279\x6597 1234-24-1-145-12356-23
-always \x6597\x8273 145-12356-23-146-23
-always \x6597\x89D2 145-12356-23-1245-345-3
-always \x6597\x67B6 145-12356-23-1245-1246-23
-always \x4E0D\x6597 12-136-23-145-12356-23
-always \x6253\x6597 145-35-3-145-12356-23
-always \x93D6\x6597 235-2-145-12356-23
-always \x6597\x4E2A 145-12356-23-1245-26-23
-always \x6597\x4E71 145-12356-23-123-12456-23
-always \x6597\x9523 145-12356-23-123-135-2
-always \x6597\x724C 145-12356-23-1234-246-2
-always \x6597\x62F3 145-12356-23-13-12346-2
-always \x6597\x4EBA 145-12356-23-245-356-2
-always \x6597\x773C 145-12356-23-146-3
-always \x597D\x6597 125-235-23-145-12356-23
-always \x6697\x6597 1236-23-145-12356-23
-always \x864E\x6597 125-136-3-145-12356-23
-always \x72B9\x6597 1256-2-145-12356-23
-always \x76F8\x6597 125-1346-1-145-12356-23
-always \x6597\x72E0 145-12356-23-125-356-3
-always \x6597\x517D 145-12356-23-156-12356-23
-always \x6597\x573A 145-12356-23-12345-236-3
-always \x6597\x9152 145-12356-23-1245-1256-3
-always \x6597\x4E86 145-12356-23-123-26
-always \x6597\x7F57 145-12356-23-123-135-2
-always \x6597\x6218 145-12356-23-34-1236-23
-always \x56FD\x90FD 1245-135-2-145-136-1
-always \x90FD\x57CE 145-136-1-12345-3456-2
-always \x53E4\x90FD 1245-136-3-145-136-1
-always \x4EAC\x90FD 1245-16-1-145-136-1
-always \x966A\x90FD 1234-2346-2-145-136-1
-always \x5927\x90FD 145-35-23-145-136-1
-always \x5B9A\x90FD 145-16-23-145-136-1
-always \x5EFA\x90FD 1245-146-23-145-136-1
-always \x8FC1\x90FD 13-146-1-145-136-1
-always \x9996\x90FD 156-12356-3-145-136-1
-always \x6210\x90FD 12345-3456-2-145-136-1
-always \x65E7\x90FD 1245-1256-23-145-136-1
-always \x6545\x90FD 1245-136-23-145-136-1
-always \x90FD\x5E02 145-136-1-156-23
-always \x53E5\x8BFB 1245-346-23-145-12356-23
-always \x7206\x809A 12-235-23-145-136-3
-always \x9999\x809A 125-1346-1-145-136-3
-always \x725B\x809A 1345-1256-2-145-136-3
-always \x732A\x809A 34-136-1-145-136-3
-always \x6D4B\x5EA6 14-26-23-145-135-2
-always \x5FD6\x5EA6 14-25-3-145-135-2
-always \x731C\x5EA6 14-246-1-145-135-2
-always \x5BA1\x5EA6 156-356-3-145-135-2
-always \x5EA6\x5FB7 145-135-2-145-26-2
-always \x5EA6\x52BF 145-135-2-156-23
-always \x7CAE\x56E4 123-1346-2-145-25-23
-always \x57CE\x579B 12345-3456-2-145-135-3
-always \x538C\x6076 146-23-136-23
-always \x618E\x6076 1356-3456-1-136-23
-always \x5ACC\x6076 125-146-2-136-23
-always \x75DB\x6076 2345-256-23-136-23
-always \x6DF1\x6076 156-356-1-136-23
-always \x6076\x52B3 136-23-123-235-2
-always \x53EF\x6076 13-26-3-136-23
-always \x7A7A\x513F 13-256-23-1235-0
-always \x9B13\x53D1 12-126-23-124-35-23
-always \x53D1\x8721 124-35-23-123-35-23
-always \x987B\x53D1 125-346-1-124-35-23
-always \x53D1\x7F51 124-35-23-2356-3
-always \x53D1\x5ECA 124-35-23-123-236-2
-always \x6BEB\x53D1 125-235-2-124-35-23
-always \x767D\x53D1 12-246-2-124-35-23
-always \x9E64\x53D1 125-26-23-124-35-23
-always \x70EB\x53D1 2345-236-23-124-35-23
-always \x53D1\x578B 124-35-23-125-16-2
-always \x7406\x53D1 123-24-3-124-35-23
-always \x53D1\x9645 124-35-23-1245-24-23
-always \x80CE\x53D1 2345-246-1-124-35-23
-always \x94F6\x53D1 126-2-124-35-23
-always \x53D1\x9AFB 124-35-23-1245-24-23
-always \x6012\x53D1 1345-136-23-124-35-23
-always \x53D1\x59BB 124-35-23-13-24-1
-always \x534E\x53D1 125-123456-2-124-35-23
-always \x53D1\x6307 124-35-23-34-3
-always \x7F8E\x53D1 134-2346-3-124-35-23
-always \x53D1\x80F6 124-35-23-1245-345-1
-always \x957F\x53D1 12345-236-2-124-35-23
-always \x62A4\x53D1 125-136-23-124-35-23
-always \x526A\x53D1 1245-146-3-124-35-23
-always \x53D1\x8FAB 124-35-23-12-146-23
-always \x6D17\x53D1 125-24-3-124-35-23
-always \x79C0\x53D1 125-1256-23-124-35-23
-always \x91D1\x53D1 1245-126-1-124-35-23
-always \x77ED\x53D1 145-12456-3-124-35-23
-always \x67D3\x53D1 245-1236-3-124-35-23
-always \x5047\x53D1 1245-1246-3-124-35-23
-always \x5377\x53D1 1245-12346-3-124-35-23
-always \x9ED1\x53D1 125-2346-1-124-35-23
-always \x5934\x53D1 2345-12356-2-124-35-23
-always \x8131\x53D1 2345-135-1-124-35-23
-always \x5243\x53D1 2345-24-23-124-35-23
-always \x8857\x574A 1245-15-1-124-236
-always \x67D3\x574A 245-1236-3-124-236-2
-always \x77F3\x574A 156-2-124-236-2
-always \x7C89\x574A 124-356-3-124-236-2
-always \x6CB9\x574A 1256-2-124-236-2
-always \x78BE\x574A 1345-146-3-124-236-2
-always \x4E0D\x83F2 12-136-23-124-2346-3
-always \x83F2\x8584 124-2346-3-12-26-2
-always \x83F2\x4EEA 124-2346-3-24-2
-always \x83F2\x914C 124-2346-3-34-135-2
-always \x90E8\x5206 12-136-23-124-356
-always \x798F\x5206 124-136-2-124-356
-always \x5B89\x5206 1236-1-124-356-23
-always \x7F18\x5206 12346-2-124-356-23
-always \x5929\x5206 2345-146-1-124-356-23
-always \x5206\x91CF 124-356-23-123-1346-23
-always \x624D\x5206 14-246-2-124-356-23
-always \x60C5\x5206 13-16-2-124-356-23
-always \x5206\x5185 124-356-23-1345-2346-23
-always \x975E\x5206 124-2346-1-124-356-23
-always \x7070\x5206 125-2456-1-124-356-23
-always \x6C34\x5206 156-2456-3-124-356-23
-always \x540D\x5206 134-16-2-124-356-23
-always \x672C\x5206 12-356-3-124-356-23
-always \x517B\x5206 1346-3-124-356-23
-always \x5206\x5916 124-356-23-13456-23
-always \x8FC7\x5206 1245-135-23-124-356-23
-always \x5145\x5206 12345-256-1-124-356-23
-always \x76D0\x5206 146-2-124-356-23
-always \x7CD6\x5206 2345-236-2-124-356-23
-always \x6210\x5206 12345-3456-2-124-356-23
-always \x4E2D\x7F1D 34-256-1-124-3456-23
-always \x7F1D\x9699 124-3456-23-125-24-23
-always \x5408\x7F1D 125-26-2-124-3456-23
-always \x9699\x7F1D 125-24-23-124-3456-23
-always \x89C1\x7F1D 1245-146-23-124-3456-23
-always \x88C2\x7F1D 123-15-23-124-3456-23
-always \x710A\x7F1D 125-1236-23-124-3456-23
-always \x5730\x7F1D 145-24-23-124-3456-23
-always \x5899\x7F1D 13-1346-2-124-3456-23
-always \x9A91\x7F1D 13-24-2-124-3456-23
-always \x7259\x7F1D 1246-2-124-3456-23
-always \x63A5\x7F1D 1245-15-1-124-3456-23
-always \x95E8\x7F1D 134-356-2-124-3456-23
-always \x7EC6\x7F1D 125-24-23-124-3456-23
-always \x65E0\x7F1D 136-2-124-3456-23
-always \x6761\x7F1D 2345-345-2-124-3456-23
-always \x4EFF\x4F5B 124-236-3-124-136-2
-always \x5426\x6781 1234-24-3-1245-24-2
-always \x81E7\x5426 1356-236-1-1234-24-3
-always \x4E00\x670D 24-1-124-136-23
-always \x4E24\x670D 123-1346-3-124-136-23
-always \x4E09\x670D 234-1236-1-124-136-23
-always \x5E72\x6D3B 1245-1236-23-125-135-2
-always \x82E6\x5E72 13-136-3-1245-1236-23
-always \x679D\x5E72 34-1-1245-1236-23
-always \x9898\x5E72 2345-24-2-1245-1236-23
-always \x5927\x5E72 145-35-23-1245-1236-23
-always \x80AF\x5E72 13-356-3-1245-1236-23
-always \x5E72\x5565 1245-1236-23-156-35-2
-always \x767D\x5E72 12-246-2-1245-1236-23
-always \x5DE7\x5E72 13-345-3-1245-1236-23
-always \x4E0D\x5E72 12-136-23-1245-1236-23
-always \x5E72\x624D 1245-1236-23-14-246-2
-always \x57FA\x5E72 1245-24-1-1245-1236-23
-always \x86EE\x5E72 134-1236-2-1245-1236-23
-always \x5E72\x7EBF 1245-1236-23-125-146-23
-always \x9AA8\x5E72 1245-136-3-1245-1236-23
-always \x5E72\x6389 1245-1236-23-145-345-23
-always \x8D35\x5E72 1245-2456-23-1245-1236-23
-always \x5E72\x4ED7 1245-1236-23-34-236-23
-always \x516C\x5E72 1245-256-1-1245-1236-23
-always \x7CBE\x5E72 1245-16-1-1245-1236-23
-always \x5E72\x7EC3 1245-1236-23-123-146-23
-always \x8EAF\x5E72 13-346-1-1245-1236-23
-always \x5E72\x90E8 1245-1236-23-12-136-23
-always \x5E72\x6E20 1245-1236-23-13-346-2
-always \x9AD8\x5E72 1245-235-1-1245-1236-23
-always \x5E72\x8B66 1245-1236-23-1245-16-3
-always \x8111\x5E72 1345-235-3-1245-1236-23
-always \x80FD\x5E72 1345-3456-2-1245-1236-23
-always \x5E72\x7FA4 1245-1236-23-13-456-2
-always \x5B9E\x5E72 156-2-1245-1236-23
-always \x5E72\x52B2 1245-1236-23-1245-126-23
-always \x5E72\x6D41 1245-1236-23-123-1256-2
-always \x6811\x5E72 156-136-23-1245-1236-23
-always \x624D\x5E72 14-246-2-1245-1236-23
-always \x4E3B\x5E72 34-136-3-1245-1236-23
-always \x5E72\x4E00 1245-1236-23-24-1
-always \x4E00\x5E72 24-1-1245-1236-23
-always \x5E72\x4E86 1245-1236-23-123-26
-always \x5E72\x7740 1245-1236-23-34-26
-always \x5E72\x6821 1245-1236-23-125-345-23
-always \x5E72\x67B6 1245-1236-23-1245-1246-23
-always \x5E72\x597D 1245-1236-23-125-235-3
-always \x60F3\x5E72 125-1346-3-1245-1236-23
-always \x5E72\x5B8C 1245-1236-23-12456-2
-always \x5E72\x4E0D 1245-1236-23-12-136-23
-always \x5E72\x54C8 1245-1236-23-125-35-2
-always \x88AB\x5E72 12-2346-23-1245-1236-23
-always \x5E72\x5417 1245-1236-23-134-35-2
-always \x5E72\x4EC0 1245-1236-23-156-356-2
-always \x5E72\x561B 1245-1236-23-134-35
-always \x5E72\x4F60 1245-1236-23-1345-24-3
-always \x5E72\x4ED6 1245-1236-23-2345-35
-always \x5E72\x5F97 1245-1236-23-145-246-2
-always \x5E72\x8FC7 1245-1236-23-1245-135-23
-always \x5E72\x5979 1245-1236-23-2345-35-1
-always \x7B14\x6746 12-24-3-1245-1236-3
-always \x79E4\x6746 12345-3456-23-1245-1236-3
-always \x6746\x7B14 1245-1236-3-12-24-3
-always \x8235\x6746 145-135-23-1245-1236-3
-always \x6746\x79E4 1245-1236-3-12345-3456-23
-always \x6746\x513F 1245-1236-3-1235-0
-always \x6760\x6746 1245-236-23-1245-1236-3
-always \x5149\x6746 1245-2356-1-1245-1236-3
-always \x8FDE\x6746 123-146-2-1245-1236-3
-always \x67AA\x6746 13-1346-1-1245-1236-3
-always \x94C1\x6746 2345-15-3-1245-1236-3
-always \x888B\x6746 145-246-23-1245-1236-3
-always \x8170\x6746 345-1-1245-1236-3
-always \x6881\x6746 123-1346-2-1245-1236-3
-always \x94BB\x6746 1356-12456-23-1245-1236-3
-always \x6746\x83CC 1245-1236-3-1245-456-1
-always \x6746\x67AA 1245-1236-3-13-1346-1
-always \x818F\x7B14 1245-235-23-12-24-3
-always \x818F\x6CB9 1245-235-23-1256-2
-always \x6401\x4E0D 1245-26-2-12-136-23
-always \x6401\x5F97 1245-26-2-145-26-2
-always \x80F3\x80A2 1245-26-2-34-1
-always \x845B\x85E4 1245-26-2-2345-3456-2
-always \x74DC\x845B 1245-123456-1-1245-26-2
-always \x7EA0\x845B 1245-1256-1-1245-26-2
-always \x86E4\x87C6 125-35-2-134-35
-always \x8865\x7ED9 12-136-3-1245-24-3
-always \x4EF0\x7ED9 1346-3-1245-24-3
-always \x7ED9\x517B 1245-24-3-1346-3
-always \x81EA\x7ED9 1356-23-1245-24-3
-always \x914D\x7ED9 1234-2346-23-1245-24-3
-always \x85AA\x7ED9 125-126-1-1245-24-3
-always \x7ED9\x4E88 1245-24-3-346-3
-always \x4F9B\x7ED9 1245-256-1-1245-24-3
-always \x66F4\x6362 1245-3456-1-125-12456-23
-always \x4E0D\x66F4 12-136-23-1245-3456-1
-always \x6253\x66F4 145-35-3-1245-3456-1
-always \x66F4\x65B0 1245-3456-1-125-126-1
-always \x53D8\x66F4 12-146-23-1245-3456-1
-always \x4E09\x66F4 234-1236-1-1245-3456-1
-always \x66F4\x8FED 1245-3456-1-145-15-2
-always \x77E5\x66F4 34-1-1245-3456-1
-always \x66F4\x9F13 1245-3456-1-1245-136-3
-always \x66F4\x6613 1245-3456-1-24-23
-always \x66F4\x66FF 1245-3456-1-2345-24-23
-always \x66F4\x52A8 1245-3456-1-145-256-23
-always \x66F4\x5F20 1245-3456-1-34-236-1
-always \x6DF1\x66F4 156-356-1-1245-3456-1
-always \x66F4\x6539 1245-3456-1-1245-246-3
-always \x66F4\x5E74 1245-3456-1-1345-146-2
-always \x9ED1\x66F4 125-2346-1-1245-3456-1
-always \x66F4\x540D 1245-3456-1-134-16-2
-always \x4E94\x66F4 136-3-1245-3456-1
-always \x4E8C\x66F4 1235-23-1245-3456-1
-always \x4E00\x66F4 24-1-1245-3456-1
-always \x56DB\x66F4 234-23-1245-3456-1
-always \x66F4\x8863 1245-3456-1-24-1
-always \x66F4\x6B63 1245-3456-1-34-3456-23
-always \x4F9B\x54C1 1245-256-23-1234-126-3
-always \x4F9B\x72B6 1245-256-23-34-2356-23
-always \x62DB\x4F9B 34-235-1-1245-256-23
-always \x4F9B\x684C 1245-256-23-34-135-1
-always \x8BF1\x4F9B 1256-23-1245-256-23
-always \x4E32\x4F9B 12345-12456-23-1245-256-23
-always \x53E3\x4F9B 13-12356-3-1245-256-23
-always \x4E0A\x4F9B 156-236-23-1245-256-23
-always \x4F9B\x8BA4 1245-256-23-245-356-23
-always \x4F9B\x679C 1245-256-23-1245-135-3
-always \x4F9B\x8BCD 1245-256-23-14-2
-always \x903C\x4F9B 12-24-1-1245-256-23
-always \x81EA\x4F9B 1356-23-1245-256-23
-always \x7FFB\x4F9B 124-1236-1-1245-256-23
-always \x4F9B\x804C 1245-256-23-34-2
-always \x4F9B\x5949 1245-256-23-124-3456-23
-always \x4F9B\x6848 1245-256-23-1236-23
-always \x516C\x4EC6 1245-256-1-1234-136-2
-always \x4EC6\x4EBA 1234-136-2-245-356-2
-always \x5973\x4EC6 1345-346-3-1234-136-2
-always \x7537\x4EC6 1345-1236-2-1234-136-2
-always \x516C\x5DEE 1245-256-1-12345-246-1
-always \x9AA8\x6735 1245-136-1-145-135-3
-always \x5410\x8C37 2345-136-3-346-23
-always \x82B1\x9AA8 125-123456-1-1245-136-1
-always \x51A0\x540D 1245-12456-23-134-16-2
-always \x51A0\x519B 1245-12456-23-1245-456-1
-always \x593A\x51A0 145-135-2-1245-12456-23
-always \x52C7\x51A0 1456-3-1245-12456-23
-always \x51A0\x4EE5 1245-12456-23-24-3
-always \x9053\x89C2 145-235-23-1245-12456-23
-always \x5BFA\x89C2 234-23-1245-12456-23
-always \x9F9F\x88C2 1245-456-1-123-15-23
-always \x9F9F\x5179 13-1256-1-14-2
-always \x54C8\x8FBE 125-35-3-145-35-2
-always \x54C8\x5DF4 125-35-3-12-35-1
-always \x54C8\x4EC0 125-35-23-156-23
-always \x5BB3\x81CA 125-246-23-234-235-23
-always \x597D\x9AD8 125-235-23-1245-235-1
-always \x7231\x597D 246-23-125-235-23
-always \x597D\x5BA2 125-235-23-13-26-23
-always \x7656\x597D 1234-24-3-125-235-23
-always \x597D\x6076 125-235-23-136-23
-always \x504F\x597D 1234-146-1-125-235-23
-always \x597D\x9038 125-235-23-24-23
-always \x597D\x5947 125-235-23-13-24-2
-always \x4E60\x597D 125-24-2-125-235-23
-always \x597D\x80DC 125-235-23-156-3456-23
-always \x597D\x52A8 125-235-23-145-256-23
-always \x597D\x5F3A 125-235-23-13-1346-2
-always \x597D\x8272 125-235-23-234-26-23
-always \x597D\x6218 125-235-23-34-1236-23
-always \x559C\x597D 125-24-3-125-235-23
-always \x55DC\x597D 156-23-125-235-23
-always \x53F7\x53EB 125-235-2-1245-345-23
-always \x53F7\x54ED 125-235-2-13-136-1
-always \x5E72\x53F7 1245-1236-23-125-235-2
-always \x6012\x53F7 1345-136-23-125-235-2
-always \x54C0\x53F7 246-1-125-235-2
-always \x53F7\x5555 125-235-2-2345-235-2
-always \x60B2\x53F7 12-2346-1-125-235-2
-always \x547C\x53F7 125-136-1-125-235-2
-always \x6012\x559D 1345-136-23-125-26-23
-always \x68D2\x559D 12-236-23-125-26-23
-always \x559D\x5F69 125-26-23-14-246-3
-always \x65AD\x559D 145-12456-23-125-26-23
-always \x559D\x95EE 125-26-23-25-23
-always \x8584\x8377 12-26-23-125-26
-always \x91CD\x8377 34-256-23-125-26-23
-always \x8D1F\x8377 124-136-23-125-26-23
-always \x8F7D\x8377 1356-246-23-125-26-23
-always \x6838\x513F 125-136-2-1235-0
-always \x7164\x6838 134-2346-2-125-136-2
-always \x62CC\x548C 12-1236-23-125-135
-always \x8F6F\x548C 245-12456-3-125-135
-always \x70ED\x548C 245-26-23-125-135
-always \x6696\x548C 1345-12456-3-125-135
-always \x63BA\x548C 12345-1236-1-125-135
-always \x548C\x9762 125-135-2-134-146-23
-always \x548C\x4E86 125-136-2-123-26
-always \x548C\x5566 125-136-2-123-35
-always \x5531\x548C 12345-236-23-125-26-23
-always \x9644\x548C 124-136-23-125-26-23
-always \x548C\x8BD7 125-26-23-156-1
-always \x5E94\x548C 16-23-125-26-23
-always \x8C89\x5B50 125-235-2-1356-0
-always \x8C89\x7ED2 125-235-2-245-256-2
-always \x6A2A\x86EE 125-3456-23-134-1236-2
-always \x6A2A\x66B4 125-3456-23-12-235-23
-always \x5F3A\x6A2A 13-1346-2-125-3456-23
-always \x86EE\x6A2A 134-1236-2-125-3456-23
-always \x5201\x6A2A 145-345-1-125-3456-23
-always \x6A2A\x8D22 125-3456-23-14-246-2
-always \x9A84\x6A2A 1245-345-1-125-3456-23
-always \x51F6\x6A2A 125-1456-1-125-3456-23
-always \x4E13\x6A2A 34-12456-1-125-3456-23
-always \x6A2A\x6B7B 125-3456-23-234-3
-always \x6A2A\x7978 125-3456-23-125-135-23
-always \x53D1\x6A2A 124-35-1-125-3456-23
-always \x6A2A\x8089 125-3456-23-245-12356-23
-always \x6A2A\x906D 125-3456-23-1356-235-1
-always \x8D77\x54C4 13-24-3-125-256-23
-always \x4E00\x54C4 24-1-125-256-23
-always \x5185\x8BA7 1345-2346-23-125-256-23
-always \x95F9\x54C4 1345-235-23-125-256-1
-always \x54C4\x7136 125-256-1-245-1236-2
-always \x54C4\x7B11 125-256-1-125-345-23
-always \x54C4\x4F20 125-256-1-12345-12456-2
-always \x54C4\x5802 125-256-1-2345-236-2
-always \x4E71\x54C4 123-12456-23-125-256-1
-always \x54C4\x62AC 125-256-1-2345-246-2
-always \x54C4\x62A2 125-256-1-13-1346-3
-always \x54C4\x52A8 125-256-1-145-256-23
-always \x9A7A\x54C4 1356-12356-1-125-256-1
-always \x547C\x5401 125-136-1-346-23
-always \x7CCA\x5F04 125-136-23-1345-256
-always \x54D7\x5566 125-123456-1-123-35-1
-always \x54D7\x54D7 125-123456-1-125-123456-1
-always \x534E\x5C71 125-123456-23-156-1236-1
-always \x6BD4\x5212 12-24-3-125-123456
-always \x5212\x62E8 125-123456-23-12-26-1
-always \x5212\x4E00 125-123456-23-24-1
-always \x89C4\x5212 1245-2456-1-125-123456-23
-always \x5212\x65F6 125-123456-23-156-2
-always \x8C0B\x5212 134-12356-2-125-123456-23
-always \x5212\x5206 125-123456-23-124-356-23
-always \x4F01\x5212 13-24-3-125-123456-23
-always \x5212\x754C 125-123456-23-1245-15-23
-always \x5212\x5B9A 125-123456-23-145-16-23
-always \x7B56\x5212 14-26-23-125-123456-23
-always \x533A\x5212 13-346-1-125-123456-23
-always \x8BA1\x5212 1245-24-23-125-123456-23
-always \x5212\x5F52 125-123456-23-1245-2456-1
-always \x5212\x7EBF 125-123456-23-125-146-23
-always \x5212\x4EF7 125-123456-23-1245-1246-23
-always \x64D8\x5212 12-26-23-125-123456-23
-always \x5212\x6E05 125-123456-23-13-16-1
-always \x7B79\x5212 12345-12356-2-125-123456-23
-always \x5212\x7ED9 125-123456-23-1245-2346-3
-always \x5F52\x8FD8 1245-2456-1-125-12456-2
-always \x653E\x8FD8 124-236-23-125-12456-2
-always \x8FD8\x9633 125-12456-2-1346-2
-always \x8FD8\x5634 125-12456-2-1356-2456-3
-always \x8FD8\x9B42 125-12456-2-125-25-2
-always \x56DE\x8FD8 125-2456-2-125-12456-2
-always \x5949\x8FD8 124-3456-23-125-12456-2
-always \x8FD8\x653F 125-12456-2-34-3456-23
-always \x5F80\x8FD8 2356-3-125-12456-2
-always \x8FD8\x672C 125-12456-2-12-356-3
-always \x8FD8\x793C 125-12456-2-123-24-3
-always \x8FD8\x4E61 125-12456-2-125-1346-1
-always \x6E05\x8FD8 13-16-1-125-12456-2
-always \x8FD8\x8D26 125-12456-2-34-236-23
-always \x507F\x8FD8 12345-236-2-125-12456-2
-always \x8FD8\x4FD7 125-12456-2-234-136-2
-always \x8FD8\x8D37 125-12456-2-145-246-23
-always \x4EA4\x8FD8 1245-345-1-125-12456-2
-always \x8FD8\x7530 125-12456-2-2345-146-2
-always \x53D1\x8FD8 124-35-1-125-12456-2
-always \x8FD8\x503A 125-12456-2-34-246-23
-always \x8FD8\x613F 125-12456-2-12346-23
-always \x8FD4\x8FD8 124-1236-3-125-12456-2
-always \x8FD8\x539F 125-12456-2-12346-2
-always \x8FD8\x51FB 125-12456-2-1245-24-1
-always \x8FD8\x4EF7 125-12456-2-1245-1246-23
-always \x9000\x8FD8 2345-2456-23-125-12456-2
-always \x8BA8\x8FD8 2345-235-3-125-12456-2
-always \x7D22\x8FD8 234-135-3-125-12456-2
-always \x8FD8\x624B 125-12456-2-156-12356-3
-always \x8FD8\x773C 125-12456-2-146-3
-always \x8FD8\x7259 125-12456-2-1246-2
-always \x8FD8\x7AE5 125-12456-2-2345-256-2
-always \x4E00\x6643 24-1-125-2356-3
-always \x660E\x6643 134-16-2-125-2356-3
-always \x6643\x773C 125-2356-3-146-3
-always \x8D22\x4F1A 14-246-2-13-13456-23
-always \x4F1A\x8BA1 13-13456-23-1245-24-23
-always \x6DF7\x86CB 125-25-2-145-1236-23
-always \x8C41\x514D 125-135-23-134-146-3
-always \x8C41\x6717 125-135-23-123-236-3
-always \x8C41\x8FBE 125-135-23-145-35-2
-always \x663E\x8C41 125-146-3-125-135-23
-always \x8C41\x7136 125-135-23-245-1236-2
-always \x8C41\x60C5 125-135-23-13-16-2
-always \x8C41\x4EAE 125-135-23-123-1346-23
-always \x7A3D\x9996 13-24-3-156-12356-3
-always \x7F09\x978B 13-24-1-125-15-2
-always \x5EB6\x51E0 156-136-23-1245-24-1
-always \x8336\x51E0 12345-35-2-1245-24-1
-always \x51E0\x6848 1245-24-1-1236-23
-always \x51E0\x4E4E 1245-24-1-125-136-1
-always \x6D4E\x6D4E 1245-24-3-1245-24-3
-always \x6D4E\x5357 1245-24-3-1345-1236-2
-always \x8BA1\x91CF 1245-24-23-123-1346-2
-always \x5939\x8884 1245-1246-2-235-3
-always \x5939\x88AB 1245-1246-2-12-2346-23
-always \x5939\x514B 1245-1246-2-13-26-23
-always \x5939\x7F1D 1245-1246-1-124-3456-23
-always \x5939\x80A2 1245-35-1-34-1
-always \x5BB6\x5F53 1245-1246-1-145-236-23
-always \x4F11\x5047 125-1256-1-1245-1246-23
-always \x516C\x5047 1245-256-1-1245-1246-23
-always \x5047\x671F 1245-1246-23-13-24-1
-always \x7EED\x5047 125-346-23-1245-1246-23
-always \x5E74\x5047 1345-146-2-1245-1246-23
-always \x4F8B\x5047 123-24-23-1245-1246-23
-always \x4EA7\x5047 12345-1236-3-1245-1246-23
-always \x9500\x5047 125-345-1-1245-1246-23
-always \x5EA6\x5047 145-136-23-1245-1246-23
-always \x957F\x5047 12345-236-2-1245-1246-23
-always \x6625\x5047 12345-25-1-1245-1246-23
-always \x5A5A\x5047 125-25-1-1245-1246-23
-always \x653E\x5047 124-236-23-1245-1246-23
-always \x75C5\x5047 12-16-23-1245-1246-23
-always \x544A\x5047 1245-235-23-1245-1246-23
-always \x6691\x5047 156-136-3-1245-1246-23
-always \x8BF7\x5047 13-16-3-1245-1246-23
-always \x5BD2\x5047 125-1236-2-1245-1246-23
-always \x8865\x5047 12-136-3-1245-1246-23
-always \x51C6\x5047 34-25-3-1245-1246-23
-always \x5047\x6761 1245-1246-23-2345-345-2
-always \x592A\x76D1 2345-246-23-1245-146-23
-always \x95F4\x9699 1245-146-23-125-24-23
-always \x95F4\x6216 1245-146-23-125-135-23
-always \x95F4\x6742 1245-146-23-1356-35-2
-always \x95F4\x58C1 1245-146-23-12-24-23
-always \x95F4\x6B47 1245-146-23-125-15-1
-always \x95F4\x63A5 1245-146-23-1245-15-1
-always \x95F4\x8C0D 1245-146-23-145-15-2
-always \x95F4\x65AD 1245-146-23-145-12456-23
-always \x65E0\x95F4 136-2-1245-146-23
-always \x53CD\x95F4 124-1236-3-1245-146-23
-always \x95F4\x82D7 1245-146-23-134-345-2
-always \x95F4\x9694 1245-146-23-1245-26-2
-always \x79BB\x95F4 123-24-2-1245-146-23
-always \x8DF5\x7EA6 1245-146-23-23456-1
-always \x51C6\x5C06 34-25-3-1245-1346-23
-always \x5927\x5C06 145-35-23-1245-1346-23
-always \x8001\x5C06 123-235-3-1245-1346-23
-always \x5112\x5C06 245-136-2-1245-1346-23
-always \x95EF\x5C06 12345-2356-3-1245-1346-23
-always \x540D\x5C06 134-16-2-1245-1346-23
-always \x5C06\x95E8 1245-1346-23-134-356-2
-always \x5E72\x5C06 1245-1236-23-1245-1346-23
-always \x864E\x5C06 125-136-3-1245-1346-23
-always \x8D25\x5C06 12-246-23-1245-1346-23
-always \x5C06\x5E05 1245-1346-23-156-13456-23
-always \x9A81\x5C06 125-345-1-1245-1346-23
-always \x6B66\x5C06 136-3-1245-1346-23
-always \x5C06\x58EB 1245-1346-23-156-23
-always \x6FC0\x5C06 1245-24-1-1245-1346-23
-always \x6218\x5C06 34-1236-23-1245-1346-23
-always \x5C06\x9886 1245-1346-23-123-16-3
-always \x4E3B\x5C06 34-136-3-1245-1346-23
-always \x95E8\x5C06 134-356-2-1245-1346-23
-always \x5065\x5C06 1245-146-23-1245-1346-23
-always \x608D\x5C06 125-1236-23-1245-1346-23
-always \x5C0F\x5C06 125-345-3-1245-1346-23
-always \x5C06\x5B98 1245-1346-23-1245-12456-1
-always \x731B\x5C06 134-3456-3-1245-1346-23
-always \x70B9\x5C06 145-146-3-1245-1346-23
-always \x52C7\x5C06 1456-3-1245-1346-23
-always \x5B88\x5C06 156-12356-3-1245-1346-23
-always \x5C06\x624D 1245-1346-23-14-246-2
-always \x826F\x5C06 123-1346-2-1245-1346-23
-always \x4E0A\x5C06 156-236-23-1245-1346-23
-always \x5C11\x5C06 156-235-23-1245-1346-23
-always \x6D46\x7CCA 1245-1346-23-125-136-2
-always \x5F52\x964D 1245-2456-1-125-1346-2
-always \x62DB\x964D 34-235-1-125-1346-2
-always \x8BC8\x964D 34-35-23-125-1346-2
-always \x8BF1\x964D 1256-23-125-1346-2
-always \x8BF7\x964D 13-16-3-125-1346-2
-always \x964D\x5C06 125-1346-2-1245-1346-23
-always \x6295\x964D 2345-12356-2-125-1346-2
-always \x964D\x8868 125-1346-2-12-345-3
-always \x7EB3\x964D 1345-35-23-125-1346-2
-always \x964D\x670D 125-1346-2-124-136-2
-always \x529D\x964D 13-12346-23-125-1346-2
-always \x964D\x4F0F 125-1346-2-124-136-2
-always \x53D7\x964D 156-12356-23-125-1346-2
-always \x4E5E\x964D 13-24-3-125-1346-2
-always \x5480\x56BC 1245-346-3-1245-23456-2
-always \x4E3B\x89D2 34-136-3-1245-23456-2
-always \x65E6\x89D2 145-1236-23-1245-23456-2
-always \x89D2\x6597 1245-23456-2-145-12356-23
-always \x89D2\x9010 1245-23456-2-34-136-2
-always \x4E11\x89D2 12345-12356-3-1245-23456-2
-always \x89D2\x529B 1245-23456-2-123-24-23
-always \x540D\x89D2 134-16-2-1245-23456-2
-always \x6367\x89D2 1234-3456-3-1245-23456-2
-always \x914D\x89D2 1234-2346-23-1245-23456-2
-always \x527F\x88AD 12345-235-1-125-24-2
-always \x527F\x8BF4 12345-235-1-156-135-1
-always \x6559\x4E66 1245-345-1-156-136-1
-always \x6559\x8BFE 1245-345-1-13-26-23
-always \x6559\x6211 1245-345-1-135-3
-always \x6559\x6559 1245-345-1-1245-345-1
-always \x6559\x4F1A 1245-345-1-125-2456-23
-always \x6559\x4ED6 1245-345-1-2345-35
-always \x6559\x5979 1245-345-1-2345-35-1
-always \x6559\x4F60 1245-345-1-1345-24-3
-always \x6559\x7ED9 1245-345-1-1245-2346-3
-always \x6559\x4EBA 1245-345-1-245-356-2
-always \x6559\x4E0D 1245-345-1-12-136-23
-always \x6559\x597D 1245-345-1-125-235-3
-always \x6559\x8FC7 1245-345-1-1245-135-23
-always \x6559\x4E86 1245-345-1-123-26
-always \x597D\x6559 125-235-3-1245-345-1
-always \x4F1A\x6559 125-2456-23-1245-345-1
-always \x4E0D\x6559 12-136-23-1245-345-1
-always \x6559\x4E0B 1245-345-1-125-1246-23
-always \x6559\x81EA 1245-345-1-1356-23
-always \x767D\x6559 12-246-2-1245-345-1
-always \x6559\x5C0F 1245-345-1-125-345-3
-always \x6559\x5B69 1245-345-1-125-246-2
-always \x6559\x5A03 1245-345-1-123456-2
-always \x6559\x82F1 1245-345-1-16-1
-always \x6559\x8BED 1245-345-1-346-3
-always \x6559\x6570 1245-345-1-156-136-23
-always \x6559\x5916 1245-345-1-13456-23
-always \x8282\x9AA8 1245-15-1-1245-136-3
-always \x7ED3\x5DF4 1245-15-1-12-35
-always \x62BC\x89E3 1246-1-1245-15-23
-always \x9012\x89E3 145-24-23-1245-15-23
-always \x5356\x89E3 134-246-23-125-15-23
-always \x82A5\x84DD 1245-246-23-123-1236-2
-always \x7981\x5F97 1245-126-1-145-26-2
-always \x7981\x4E0D 1245-126-1-12-136-23
-always \x4E0D\x7981 12-136-23-1245-126-1
-always \x5C3D\x65E9 1245-126-3-1356-235-3
-always \x5C3D\x5148 1245-126-3-125-146-1
-always \x5C3D\x7BA1 1245-126-3-1245-12456-3
-always \x5C3D\x91CF 1245-126-3-123-1346-23
-always \x52B2\x65C5 1245-16-23-123-346-3
-always \x96C4\x52B2 125-1456-2-1245-16-23
-always \x52B2\x6B4C 1245-16-23-1245-26-1
-always \x52B2\x654C 1245-16-23-145-24-2
-always \x521A\x52B2 1245-236-1-1245-16-23
-always \x82CD\x52B2 14-236-1-1245-16-23
-always \x52B2\x821E 1245-16-23-136-3
-always \x52B2\x5C04 1245-16-23-156-26-23
-always \x52B2\x5347 1245-16-23-156-3456-1
-always \x9052\x52B2 13-1256-2-1245-16-23
-always \x8116\x9888 12-26-2-1245-3456-3
-always \x62EE\x636E 1245-15-2-1245-346-1
-always \x5377\x626C 1245-12346-3-1346-2
-always \x7FFB\x5377 124-1236-1-1245-12346-3
-always \x98CE\x5377 124-3456-1-1245-12346-3
-always \x5377\x7F29 1245-12346-3-234-135-1
-always \x9F99\x5377 123-256-2-1245-12346-3
-always \x6625\x5377 12345-25-1-1245-12346-3
-always \x5377\x5165 1245-12346-3-245-136-23
-always \x80F6\x5377 1245-345-1-1245-12346-3
-always \x5E2D\x5377 125-24-2-1245-12346-3
-always \x5377\x9003 1245-12346-3-2345-235-2
-always \x5377\x70DF 1245-12346-3-146-1
-always \x8212\x5377 156-136-1-1245-12346-3
-always \x5F69\x5377 14-246-3-1245-12346-3
-always \x5377\x5E18 1245-12346-3-123-146-2
-always \x6F2B\x5377 134-1236-23-1245-12346-3
-always \x5377\x987B 1245-12346-3-125-346-1
-always \x5377\x571F 1245-12346-3-2345-136-3
-always \x82B1\x5377 125-123456-1-1245-12346-3
-always \x70DF\x5377 146-1-1245-12346-3
-always \x86CB\x5377 145-1236-23-1245-12346-3
-always \x5377\x5C3A 1245-12346-3-12345-3
-always \x5377\x8D77 1245-12346-3-13-24-3
-always \x61D2\x89C9 123-1236-3-1245-345-23
-always \x5348\x89C9 136-3-1245-345-23
-always \x7761\x89C9 156-2456-23-1245-345-23
-always \x9999\x83CC 125-1346-1-1245-456-23
-always \x83CC\x5B50 1245-456-23-1356-0
-always \x5496\x55B1 1245-35-1-123-24-2
-always \x5361\x8116 13-1246-3-12-26-2
-always \x5173\x5361 1245-12456-1-13-1246-3
-always \x54E8\x5361 156-235-23-13-1246-3
-always \x8FB9\x5361 12-146-1-13-1246-3
-always \x53D1\x5361 124-35-23-13-1246-3
-always \x5361\x58F3 13-1246-3-13-26-2
-always \x5361\x4F4F 13-1246-3-34-136-23
-always \x5361\x5B50 13-1246-3-1356-0
-always \x5361\x5728 13-1246-3-1356-246-23
-always \x54AF\x75F0 13-35-3-2345-1236-2
-always \x54AF\x8840 13-35-3-125-15-3
-always \x54AF\x5654 1245-26-1-145-3456-1
-always \x54AF\x54AF 1245-26-1-1245-26-1
-always \x770B\x62BC 13-1236-1-1246-1
-always \x770B\x5B88 13-1236-1-156-12356-3
-always \x770B\x9752 13-1236-1-13-16-1
-always \x770B\x5BB6 13-1236-1-1245-1246-1
-always \x770B\x7BA1 13-1236-1-1245-12456-3
-always \x770B\x62A4 13-1236-1-125-136-23
-always \x770B\x95E8 13-1236-1-134-356-2
-always \x625B\x9F0E 1245-236-1-145-16-3
-always \x5777\x5783 13-26-1-123-35-1
-always \x5730\x58F3 145-24-23-13-345-23
-always \x7532\x58F3 1245-1246-3-13-345-23
-always \x53EF\x6C57 13-26-23-125-1236-2
-always \x5F15\x542D 126-3-125-236-2
-always \x5077\x7A7A 2345-12356-1-13-256-23
-always \x7A7A\x95F2 13-256-23-125-146-2
-always \x7A7A\x6687 13-256-23-125-1246-2
-always \x7A7A\x5F53 13-256-23-145-236
-always \x62BD\x7A7A 12345-12356-1-13-256-23
-always \x95F2\x7A7A 125-146-2-13-256-23
-always \x6709\x7A7A 1256-3-13-256-23
-always \x7A7A\x7F3A 13-256-23-13-23456-1
-always \x586B\x7A7A 2345-146-2-13-256-23
-always \x7A7A\x5730 13-256-23-145-24-23
-always \x7A7A\x9699 13-256-23-125-24-23
-always \x63D2\x7A7A 12345-35-1-13-256-23
-always \x7A7A\x989D 13-256-23-26-2
-always \x6293\x7A7A 34-123456-1-13-256-23
-always \x7A7A\x767D 13-256-23-12-246-2
-always \x5F97\x7A7A 145-26-2-13-256-23
-always \x7A7A\x4F4D 13-256-23-2456-23
-always \x7A7A\x683C 13-256-23-1245-26-2
-always \x7A7A\x884C 13-256-23-125-236-2
-always \x7A7A\x51FA 13-256-23-12345-136-23
-always \x5FEB\x5F53 13-13456-23-145-236
-always \x633A\x62EC 2345-16-3-1245-123456-1
-always \x641C\x62EC 234-12356-1-1245-123456-1
-always \x70AE\x70D9 1234-235-2-123-135-23
-always \x52D2\x7D27 123-2346-1-1245-126-3
-always \x4E50\x97F3 23456-23-126-1
-always \x5668\x4E50 13-24-23-23456-23
-always \x4E50\x5F8B 23456-23-123-346-23
-always \x4E50\x7AE0 23456-23-34-236-1
-always \x97F3\x4E50 126-1-23456-23
-always \x4E50\x7406 23456-23-123-24-3
-always \x4E50\x5668 23456-23-13-24-23
-always \x6C11\x4E50 134-126-2-23456-23
-always \x519B\x4E50 1245-456-1-23456-23
-always \x4E50\x6C60 23456-23-12345-2
-always \x4E50\x961F 23456-23-145-2456-23
-always \x594F\x4E50 1356-12356-23-23456-23
-always \x5F26\x4E50 125-146-2-23456-23
-always \x9F13\x4E50 1245-136-3-23456-23
-always \x4E50\x575B 23456-23-2345-1236-2
-always \x4E50\x5E9C 23456-23-124-136-3
-always \x7BA1\x4E50 1245-12456-3-23456-23
-always \x4E50\x611F 23456-23-1245-1236-3
-always \x914D\x4E50 1234-2346-23-23456-23
-always \x54C0\x4E50 246-1-23456-23
-always \x56FD\x4E50 1245-135-2-23456-23
-always \x4E50\x5E08 23456-23-156-1
-always \x4E50\x8C31 23456-23-1234-136-3
-always \x4E50\x56E2 23456-23-2345-12456-2
-always \x7231\x4E50 246-23-23456-23
-always \x53E4\x4E50 1245-136-3-23456-23
-always \x4E50\x6B4C 23456-23-1245-26-1
-always \x4E50\x5DE5 23456-23-1245-256-1
-always \x4E50\x6237 23456-23-125-136-23
-always \x4E50\x53E5 23456-23-1245-346-23
-always \x4E50\x76F2 23456-23-134-236-2
-always \x4E50\x8FF7 23456-23-134-24-2
-always \x4E50\x624B 23456-23-156-12356-3
-always \x4E50\x821E 23456-23-136-3
-always \x821E\x4E50 136-3-23456-23
-always \x4E50\x6B63 23456-23-34-3456-23
-always \x793C\x4E50 123-24-3-23456-23
-always \x58F0\x4E50 156-3456-1-23456-23
-always \x4E50\x66F2 23456-23-13-346-3
-always \x8BD7\x4E50 156-1-23456-23
-always \x96C5\x4E50 1246-3-23456-23
-always \x5178\x4E50 145-146-3-23456-23
-always \x54CD\x4E50 125-1346-3-23456-23
-always \x58EB\x4E50 156-23-23456-23
-always \x6EDA\x4E50 1245-25-3-23456-23
-always \x51FB\x4E50 1245-24-1-23456-23
-always \x79EF\x7D2F 1245-24-1-123-2346-3
-always \x7D2F\x52A0 123-2346-3-1245-1246-1
-always \x7D2F\x79EF 123-2346-3-1245-24-1
-always \x7D2F\x8BA1 123-2346-3-1245-24-23
-always \x7D2F\x7D2F 123-2346-2-123-2346-3
-always \x7D2F\x6B21 123-2346-3-14-23
-always \x7D2F\x53CA 123-2346-3-1245-24-2
-always \x6302\x7D2F 1245-123456-23-123-2346-3
-always \x7D2F\x5E74 123-2346-3-1345-146-2
-always \x5E26\x7D2F 145-246-23-123-2346-3
-always \x7D2F\x8FDB 123-2346-3-1245-126-23
-always \x7D2F\x72AF 123-2346-3-124-1236-23
-always \x7D2F\x65E5 123-2346-3-245-23
-always \x7D2F\x724D 123-2346-3-145-136-2
-always \x62D6\x7D2F 2345-135-1-123-2346-3
-always \x64C2\x9F13 123-2346-2-1245-136-3
-always \x81EA\x64C2 1356-23-123-2346-2
-always \x808B\x8126 123-26-1-2345-26-23
-always \x6251\x68F1 1234-136-1-123-3456
-always \x9AD8\x4E3D 1245-235-1-123-24-2
-always \x53E5\x4E3D 1245-12356-1-123-24-2
-always \x85CF\x5386 1356-236-23-123-24-23
-always \x8584\x5229 12-26-2-123-24-23
-always \x54E9\x54E9 123-24-1-123-24
-always \x4F0E\x4FE9 1245-24-23-123-1346-3
-always \x91CF\x5177 123-1346-2-1245-346-23
-always \x91CF\x676F 123-1346-2-12-2346-1
-always \x6597\x91CF 145-12356-3-123-1346-2
-always \x91CF\x5EA6 123-1346-2-145-136-23
-always \x6D4B\x91CF 14-26-23-123-1346-2
-always \x8861\x91CF 125-3456-2-123-1346-2
-always \x91CF\x4F53 123-1346-2-2345-24-3
-always \x91CF\x4E00 123-1346-2-24-1
-always \x4E00\x91CF 24-1-123-1346-2
-always \x91CF\x8840 123-1346-2-125-23456-23
-always \x91CF\x53D6 123-1346-2-13-346-3
-always \x8003\x91CF 13-235-3-123-1346-2
-always \x91CF\x89D2 123-1346-2-1245-345-3
-always \x91CF\x89C4 123-1346-2-1245-2456-1
-always \x79F0\x91CF 12345-3456-1-123-1346-2
-always \x5EA6\x91CF 145-136-23-123-1346-2
-always \x91CF\x5757 123-1346-2-13-13456-23
-always \x4EAE\x76F8 123-1346-23-125-1346-23
-always \x706B\x71CE 125-135-3-123-345-3
-always \x71CE\x4E86 123-345-3-123-26
-always \x516C\x4E86 1245-256-1-123-345-3
-always \x4E86\x5C40 123-345-3-1245-346-2
-always \x4E86\x8D26 123-345-3-34-236-23
-always \x4E0D\x4E86 12-136-23-123-345-3
-always \x4E86\x5374 123-345-3-13-23456-23
-always \x4E00\x4E86 24-1-123-345-3
-always \x5F97\x4E86 145-26-2-123-345-3
-always \x4E34\x4E86 123-126-2-123-345-3
-always \x77E5\x4E86 34-1-123-345-3
-always \x4E86\x4E86 123-345-3-123-345-3
-always \x4E86\x65AD 123-345-3-145-12456-23
-always \x4E86\x7ED3 123-345-3-1245-15-2
-always \x4E86\x65E0 123-345-3-136-2
-always \x79C1\x4E86 234-1-123-345-3
-always \x660E\x4E86 134-16-2-123-345-3
-always \x4E86\x5F97 123-345-3-145-26-2
-always \x4E86\x5F53 123-345-3-145-236-23
-always \x7F62\x4E86 12-35-23-123-345-3
-always \x672A\x4E86 2456-23-123-345-3
-always \x4E86\x4E0D 123-345-3-12-136-23
-always \x7EC8\x4E86 34-256-1-123-345-3
-always \x4E86\x5982 123-345-3-245-136-2
-always \x4E86\x89E3 123-345-3-1245-15-3
-always \x4E86\x7136 123-345-3-245-1236-2
-always \x4E86\x4E4B 123-345-3-34-1
-always \x4E86\x77E5 123-345-3-34-1
-always \x6DCB\x75C5 123-126-23-12-16-23
-always \x4EE4\x72D0 123-16-2-125-136-2
-always \x559D\x4EE4 125-26-23-123-16-23
-always \x5C06\x4EE4 1245-1346-23-123-16-23
-always \x4E00\x6E9C 24-1-123-1256-23
-always \x51B0\x6E9C 12-16-1-123-1256-23
-always \x5927\x6E9C 145-35-23-123-1256-23
-always \x7BB1\x7B3C 125-1346-1-123-256-3
-always \x7B3C\x7F69 123-256-3-34-235-23
-always \x7B3C\x7EDF 123-256-3-2345-256-3
-always \x9AA8\x788C 1245-136-1-123-136
-always \x788C\x78A1 123-1256-23-34-12356-2
-always \x9732\x767D 123-12356-23-12-246-2
-always \x9732\x5BCC 123-12356-23-124-136-23
-always \x9732\x5E95 123-12356-23-145-24-3
-always \x9732\x4E00 123-12356-23-24-1
-always \x9732\x8138 123-12356-23-123-146-3
-always \x9732\x9A6C 123-12356-23-134-35-3
-always \x9732\x9985 123-12356-23-125-146-23
-always \x9732\x4E11 123-12356-23-12345-12356-3
-always \x9732\x5934 123-136-23-2345-12356-2
-always \x7387\x90E8 156-13456-23-12-136-23
-always \x8868\x7387 12-345-3-156-13456-23
-always \x7EDF\x7387 2345-256-3-156-13456-23
-always \x7387\x6027 156-13456-23-125-16-23
-always \x7387\x76F4 156-13456-23-34-2
-always \x7387\x771F 156-13456-23-34-356-1
-always \x7C97\x7387 14-136-1-156-13456-23
-always \x7387\x9886 156-13456-23-123-16-3
-always \x8F7B\x7387 13-16-1-156-13456-23
-always \x7387\x5148 156-13456-23-125-146-1
-always \x76F4\x7387 34-2-156-13456-23
-always \x8349\x7387 14-235-3-156-13456-23
-always \x5927\x7387 145-35-23-156-13456-23
-always \x5766\x7387 2345-1236-3-156-13456-23
-always \x7387\x5C14 156-13456-23-1235-3
-always \x7387\x517D 156-13456-23-156-12356-23
-always \x7EFF\x6797 123-136-23-123-126-2
-always \x7EFF\x8425 123-136-23-16-2
-always \x4F20\x7565 34-12456-23-123-23456-23
-always \x7EB6\x5DFE 1245-12456-1-1245-126-1
-always \x843D\x6795 123-235-23-34-356-3
-always \x843D\x4EF7 123-235-23-1245-1246-23
-always \x843D\x56DB 123-35-23-234-23
-always \x9EBB\x5C06 134-35-2-1245-1346-23
-always \x5417\x5561 134-35-3-124-2346-1
-always \x57CB\x6028 134-1236-2-12346-23
-always \x8109\x8109 134-26-23-134-26-23
-always \x85E4\x8513 2345-3456-2-12456-23
-always \x8513\x83C1 134-1236-2-1245-16-1
-always \x7FA4\x6C13 13-456-2-134-3456-2
-always \x6C13\x96B6 134-3456-2-123-24-23
-always \x6BDB\x53D1 134-235-2-124-35-23
-always \x6284\x6CA1 12345-235-1-134-26-23
-always \x6CA1\x9F7F 134-26-23-12345-3
-always \x6E6E\x6CA1 146-1-134-26-23
-always \x6CEF\x6CA1 134-126-3-134-26-23
-always \x8986\x6CA1 124-136-23-134-26-23
-always \x6CA1\x4E16 134-26-23-156-23
-always \x57CB\x6CA1 134-246-2-134-26-23
-always \x6DF9\x6CA1 146-1-134-26-23
-always \x6CA1\x6536 134-26-23-156-12356-1
-always \x51FA\x6CA1 12345-136-1-134-26-23
-always \x7F5A\x6CA1 124-35-2-134-26-23
-always \x8FB1\x6CA1 245-136-3-134-26-23
-always \x6D78\x6CA1 1245-126-23-134-26-23
-always \x6CA1\x843D 134-26-23-123-135-23
-always \x6C89\x6CA1 12345-356-2-134-26-23
-always \x9690\x6CA1 126-3-134-26-23
-always \x6CA1\x5948 134-26-23-1345-246-23
-always \x541E\x6CA1 2345-25-1-134-26-23
-always \x6CA1\x81CA 134-2346-2-234-235-23
-always \x95F7\x70ED 134-356-1-245-26-23
-always \x95F7\x58F0 134-356-1-156-3456-1
-always \x95F7\x7F50 134-356-1-1245-12456-23
-always \x95F7\x5934 134-356-1-2345-12356-2
-always \x95F7\x4F1A 134-356-1-125-2456-23
-always \x95F7\x4E00 134-356-1-24-1
-always \x8499\x53E4 134-3456-3-1245-136-3
-always \x8499\x9A97 134-3456-1-1234-146-23
-always \x5185\x8499 1345-2346-23-134-3456-23
-always \x8499\x4EBA 134-3456-1-245-356-2
-always \x8499\x533B 134-3456-3-24-1
-always \x778E\x8499 125-1246-1-134-3456-1
-always \x8499\x5BF9 134-3456-1-145-2456-23
-always \x79D8\x9C81 12-24-23-123-136-3
-always \x6CCC\x9633 12-24-23-1346-2
-always \x9762\x76F8 134-146-23-125-1346-23
-always \x76F8\x9762 125-1346-23-134-146-23
-always \x5B57\x6A21 1356-23-134-136-2
-always \x6A21\x677F 134-136-2-12-1236-3
-always \x6A21\x6837 134-136-2-1346-23
-always \x6A21\x5B50 134-136-2-1356-0
-always \x6A21\x5177 134-136-2-1245-346-23
-always \x88C5\x6A21 34-2356-1-134-136-2
-always \x4E00\x6A21 24-1-134-136-2
-always \x77F3\x78E8 156-2-134-26-23
-always \x78E8\x70E6 134-26-23-124-1236-2
-always \x78E8\x76D8 134-26-23-1234-1236-2
-always \x6C34\x78E8 156-2456-3-134-26-23
-always \x5378\x78E8 125-15-23-134-26-23
-always \x7535\x78E8 145-146-23-134-26-23
-always \x98CE\x78E8 124-3456-1-134-26-23
-always \x78E8\x574A 134-26-23-124-236-2
-always \x78E8\x5E8A 134-26-23-12345-2356-2
-always \x63A8\x78E8 2345-2456-1-134-26-23
-always \x62C9\x78E8 123-35-1-134-26-23
-always \x78E8\x7247 134-26-23-1234-146-23
-always \x9676\x78E8 2345-235-2-134-26-23
-always \x78E8\x5177 134-26-23-1245-346-23
-always \x62B9\x4E0D 134-26-23-12-136-23
-always \x62B9\x5E03 134-35-1-12-136-23
-always \x62B9\x89D2 134-26-23-1245-345-3
-always \x62B9\x684C 134-35-1-34-135-1
-always \x672B\x4E86 134-26-23-123-345-3
-always \x53D1\x6CE1 124-35-1-1234-235-1
-always \x66F2\x76EE 13-346-3-134-136-23
-always \x54EA\x5412 1345-26-2-34-35-23
-always \x5A40\x5A1C 26-1-1345-135-2
-always \x8885\x5A1C 1345-345-3-1345-135-2
-always \x96BE\x6C11 1345-1236-23-134-126-2
-always \x8D23\x96BE 1356-26-2-1345-1236-23
-always \x89E3\x96BE 1245-15-3-1345-1236-23
-always \x6B89\x96BE 125-456-23-1345-1236-23
-always \x8499\x96BE 134-3456-2-1345-1236-23
-always \x906D\x96BE 1356-235-1-1345-1236-23
-always \x8D74\x96BE 124-136-23-1345-1236-23
-always \x78E8\x96BE 134-26-2-1345-1236-23
-always \x53D1\x96BE 124-35-1-1345-1236-23
-always \x7F79\x96BE 123-24-2-1345-1236-23
-always \x907F\x96BE 12-24-23-1345-1236-23
-always \x8FA9\x96BE 12-146-23-1345-1236-23
-always \x5384\x96BE 26-23-1345-1236-23
-always \x53D7\x96BE 156-12356-23-1345-1236-23
-always \x52AB\x96BE 1245-15-2-1345-1236-23
-always \x843D\x96BE 123-135-23-1345-1236-23
-always \x56FD\x96BE 1245-135-2-1345-1236-23
-always \x6B7B\x96BE 234-3-1345-1236-23
-always \x8BD8\x96BE 1245-15-2-1345-1236-23
-always \x707E\x96BE 1356-246-1-1345-1236-23
-always \x6551\x96BE 1245-1256-23-1345-1236-23
-always \x9003\x96BE 2345-235-2-1345-1236-23
-always \x6392\x96BE 1234-246-2-1345-1236-23
-always \x96BE\x53CB 1345-1236-23-1256-3
-always \x7A7A\x96BE 13-256-1-1345-1236-23
-always \x6025\x96BE 1245-24-2-1345-1236-23
-always \x95EE\x96BE 25-23-1345-1236-23
-always \x82E6\x96BE 13-136-3-1345-1236-23
-always \x60A3\x96BE 125-12456-23-1345-1236-23
-always \x975E\x96BE 124-2346-1-1345-1236-23
-always \x6D77\x96BE 125-246-3-1345-1236-23
-always \x9047\x96BE 346-23-1345-1236-23
-always \x5371\x96BE 2456-1-1345-1236-23
-always \x5927\x96BE 145-35-23-1345-1236-23
-always \x5201\x96BE 145-345-1-1345-1236-23
-always \x77FF\x96BE 13-2356-23-1345-1236-23
-always \x96BE\x5F1F 1345-1236-23-145-24-23
-always \x96BE\x7ECF 1345-1236-23-1245-16-1
-always \x7A9D\x56CA 135-1-1345-236
-always \x5462\x7ED2 1345-24-2-245-256-2
-always \x5462\x6599 1345-24-2-123-345-23
-always \x5462\x5583 1345-24-2-1345-1236-2
-always \x62D8\x6CE5 1245-346-1-1345-24-23
-always \x4FBF\x6EBA 12-146-23-1345-345-23
-always \x6492\x5C3F 234-35-1-1345-345-23
-always \x5C3F\x812C 234-2456-1-1234-235-1
-always \x5C3F\x6CE1 234-2456-1-1234-235-1
-always \x5B81\x53EF 1345-16-23-13-26-3
-always \x5B81\x6B7B 1345-16-23-234-3
-always \x5B81\x7F3A 1345-16-23-13-23456-1
-always \x6BCB\x5B81 136-2-1345-16-23
-always \x5B81\x613F 1345-16-23-12346-23
-always \x5B81\x80AF 1345-16-23-13-356-3
-always \x91CC\x5F04 123-24-3-123-256-23
-always \x5F04\x5802 123-256-23-2345-236-2
-always \x5973\x7EA2 1345-346-3-1245-256-1
-always \x53D1\x759F 124-35-1-345-23
-always \x5DEE\x6D3E 12345-246-1-1234-246-23
-always \x5228\x82B1 12-235-23-125-123456-1
-always \x5228\x5E8A 12-235-23-12345-2356-2
-always \x5228\x5B50 12-235-23-1356-0
-always \x5228\x51B0 12-235-23-12-16-1
-always \x70AE\x7F8A 12-235-1-1346-2
-always \x70AE\x5236 1234-235-2-34-23
-always \x8DD1\x6CC9 1234-235-2-13-12346-2
-always \x6CE1\x6850 1234-235-1-2345-256-2
-always \x773C\x6CE1 146-3-1234-235-1
-always \x8150\x6CE1 124-136-3-1234-235-1
-always \x55B7\x9999 1234-356-23-125-1346-1
-always \x5288\x67F4 1234-24-3-12345-246-2
-always \x5288\x53C9 1234-24-3-12345-35-23
-always \x9ED8\x7247 134-26-23-1234-146-1
-always \x50CF\x7247 125-1346-23-1234-146-1
-always \x77ED\x7247 145-12456-3-1234-146-1
-always \x7247\x5B50 1234-146-1-1356-0
-always \x6F02\x4EAE 1234-345-23-123-1346-23
-always \x6F02\x6D17 1234-345-3-125-24-3
-always \x6F02\x767D 1234-345-3-12-246-2
-always \x6F02\x67D3 1234-345-3-245-1236-3
-always \x6487\x5F00 1234-15-1-13-246-1
-always \x5C4F\x8425 12-16-1-16-2
-always \x5C4F\x5F03 12-16-3-13-24-23
-always \x5C4F\x9664 12-16-3-12345-136-2
-always \x5C4F\x9000 12-16-3-2345-2456-23
-always \x5C4F\x606F 12-16-3-125-24-1
-always \x8FEB\x51FB 1234-246-3-1245-24-1
-always \x94FA\x9648 1234-136-1-12345-356-2
-always \x94FA\x5F20 1234-136-1-34-236-1
-always \x5E73\x94FA 1234-16-2-1234-136-1
-always \x94FA\x6392 1234-136-1-1234-246-2
-always \x94FA\x8F68 1234-136-1-1245-2456-3
-always \x94FA\x780C 1234-136-1-13-24-23
-always \x94FA\x644A 1234-136-1-2345-1236-1
-always \x94FA\x76D6 1234-136-1-1245-246-23
-always \x94FA\x5929 1234-136-1-2345-146-1
-always \x94FA\x8DEF 1234-136-1-123-136-23
-always \x94FA\x5E73 1234-136-1-1234-16-2
-always \x94FA\x5C55 1234-136-1-34-1236-3
-always \x94FA\x7740 1234-136-1-34-26
-always \x94FA\x4E00 1234-136-1-24-1
-always \x94FA\x7B51 1234-136-1-34-136-23
-always \x94FA\x57AB 1234-136-1-145-146-23
-always \x94FA\x886C 1234-136-1-12345-356-23
-always \x94FA\x8BBE 1234-136-1-156-26-23
-always \x94FA\x9526 1234-136-1-1245-126-3
-always \x94FA\x7709 1234-136-1-134-2346-2
-always \x94FA\x8C0B 1234-136-1-134-12356-2
-always \x94FA\x5F00 1234-136-1-13-246-1
-always \x94FA\x5730 1234-136-1-145-24-23
-always \x94FA\x53D9 1234-136-1-125-346-23
-always \x5974\x4EC6 1345-136-2-1234-136-2
-always \x4EC6\x5F79 1234-136-2-24-23
-always \x4EC6\x4ECE 1234-136-2-14-256-2
-always \x6734\x5200 1234-26-1-145-235-1
-always \x539A\x6734 125-12356-23-1234-26-23
-always \x6734\x6811 1234-26-23-156-136-23
-always \x6734\x69FF 123-345-2-1245-126-3
-always \x66DD\x5149 12-235-23-1245-2356-1
-always \x81EA\x66DD 1356-23-12-235-23
-always \x7011\x6CB3 12-235-23-125-26-2
-always \x6816\x6816 125-24-1-125-24-1
-always \x5947\x6570 1245-24-1-156-136-23
-always \x5947\x5076 1245-24-1-12356-3
-always \x5C4F\x6C14 12-16-3-13-24-23
-always \x545B\x7740 13-1346-1-34-26
-always \x52C9\x5F3A 134-146-3-13-1346-3
-always \x5F3A\x989C 13-1346-3-146-2
-always \x5F3A\x6C42 13-1346-3-13-1256-2
-always \x7275\x5F3A 13-146-1-13-1346-3
-always \x5F3A\x8FA9 13-1346-3-12-146-23
-always \x5F3A\x8FEB 13-1346-3-1234-26-23
-always \x5F3A\x903C 13-1346-3-12-24-1
-always \x5F3A\x4F7F 13-1346-3-156-3
-always \x5F3A\x8BCD 13-1346-3-14-2
-always \x5014\x5F3A 1245-23456-2-1245-1346-23
-always \x5F3A\x5634 1245-1346-23-1356-2456-3
-always \x5F3A\x5C06 13-1346-2-1245-1346-23
-always \x6084\x6084 13-345-1-13-345
-always \x7FD8\x4F01 13-345-2-13-24-3
-always \x7FD8\x76FC 13-345-2-1234-1236-23
-always \x7FD8\x9996 13-345-2-156-12356-3
-always \x7FD8\x671B 13-345-2-2356-23
-always \x7FD8\x695A 13-345-2-12345-136-3
-always \x7FD8\x8DB3 13-345-2-1356-136-2
-always \x5207\x8981 13-15-23-345-23
-always \x4E00\x5207 24-1-13-15-23
-always \x5BC6\x5207 134-24-23-13-15-23
-always \x5207\x8109 13-15-23-134-246-23
-always \x5207\x83AB 13-15-23-134-26-23
-always \x60B2\x5207 12-2346-1-13-15-23
-always \x8FEB\x5207 1234-26-23-13-15-23
-always \x70ED\x5207 245-26-23-13-15-23
-always \x5207\x5408 13-15-23-125-26-2
-always \x5207\x5207 13-15-23-13-15-23
-always \x786E\x5207 13-23456-23-13-15-23
-always \x5173\x5207 1245-12456-1-13-15-23
-always \x5207\x80A4 13-15-23-124-136-1
-always \x771F\x5207 34-356-1-13-15-23
-always \x75DB\x5207 2345-256-23-13-15-23
-always \x5207\x9F7F 13-15-23-12345-3
-always \x5207\x9898 13-15-23-2345-24-2
-always \x5207\x5FCC 13-15-23-1245-24-23
-always \x6DF1\x5207 156-356-1-13-15-23
-always \x6025\x5207 1245-24-2-13-15-23
-always \x51C4\x5207 13-24-1-13-15-23
-always \x5207\x8FD1 13-15-23-1245-126-23
-always \x5207\x52FF 13-15-23-136-23
-always \x5207\x76FC 13-15-23-1234-1236-23
-always \x6073\x5207 13-356-3-13-15-23
-always \x5207\x8BB0 13-15-23-1245-24-23
-always \x5207\x8EAB 13-15-23-156-356-1
-always \x5207\x5B9E 13-15-23-156-2
-always \x53CD\x5207 124-1236-3-13-15-23
-always \x756A\x79BA 1234-1236-1-346-2
-always \x4EB2\x5BB6 13-16-23-1245-1246-1
-always \x4EB2\x5207 13-126-1-13-15-23
-always \x884C\x60C5 125-236-2-13-16-2
-always \x8FD8\x60C5 125-12456-2-13-16-2
-always \x5F02\x66F2 24-23-13-346-3
-always \x4F5C\x66F2 1356-135-23-13-346-3
-always \x7EC4\x66F2 1356-136-3-13-346-3
-always \x5C0F\x66F2 125-345-3-13-346-3
-always \x9009\x66F2 125-12346-3-13-346-3
-always \x620F\x66F2 125-24-23-13-346-3
-always \x8BCD\x66F2 14-2-13-346-3
-always \x66F2\x827A 13-346-3-24-23
-always \x5317\x66F2 12-2346-3-13-346-3
-always \x6B4C\x66F2 1245-26-1-13-346-3
-always \x821E\x66F2 136-3-13-346-3
-always \x591C\x66F2 15-23-13-346-3
-always \x63D2\x66F2 12345-35-1-13-346-3
-always \x66F2\x9AD8 13-346-3-1245-235-1
-always \x91D1\x66F2 1245-126-1-13-346-3
-always \x540D\x66F2 134-16-2-13-346-3
-always \x8C31\x66F2 1234-136-3-13-346-3
-always \x5957\x66F2 2345-235-23-13-346-3
-always \x66F2\x5267 13-346-3-1245-346-23
-always \x6606\x66F2 13-25-1-13-346-3
-always \x5E8F\x66F2 125-346-23-13-346-3
-always \x7434\x66F2 13-126-2-13-346-3
-always \x5143\x66F2 12346-2-13-346-3
-always \x66F2\x8C31 13-346-3-1234-136-3
-always \x66F2\x7EC8 13-346-3-34-256-1
-always \x66F2\x724C 13-346-3-1234-246-2
-always \x4E00\x66F2 24-1-13-346-3
-always \x66F2\x5B50 13-346-3-1356-0
-always \x54CD\x66F2 125-1346-3-13-346-3
-always \x5708\x517B 1245-12346-23-1346-3
-always \x732A\x5708 34-136-1-1245-12346-23
-always \x725B\x5708 1345-1256-2-1245-12346-23
-always \x5708\x820D 1245-12346-23-156-26-23
-always \x96C0\x76F2\x773C 13-345-3-134-236-2-146-3
-always \x4EBA\x6A21 245-356-2-134-136-2
-always \x4EFB\x4E18 245-356-2-13-1256-1
-always \x671D\x65E5 34-235-1-245-23
-always \x5F25\x6492 134-24-2-234-35
-always \x6492\x6B22 234-35-1-125-12456-1
-always \x6492\x7F51 234-35-1-2356-3
-always \x6492\x91CE 234-35-1-15-3
-always \x6492\x9152 234-35-1-1245-1256-3
-always \x6492\x6CFC 234-35-1-1234-26-1
-always \x6492\x6C14 234-35-1-13-24-23
-always \x6492\x65E6 234-35-1-145-1236-23
-always \x6492\x624B 234-35-1-156-12356-3
-always \x6492\x8D56 234-35-1-123-246-23
-always \x6492\x817F 234-35-1-2345-2456-3
-always \x6492\x5A07 234-35-1-1245-345-1
-always \x6492\x4E2B 234-35-1-1246-1
-always \x6492\x8C0E 234-35-1-125-2356-3
-always \x6492\x5201 234-35-1-145-345-1
-always \x5173\x585E 1245-12456-1-234-246-23
-always \x585E\x7FC1 234-246-23-256-1
-always \x585E\x5916 234-246-23-13456-23
-always \x8FB9\x585E 12-146-1-234-246-23
-always \x585E\x5317 234-246-23-12-2346-3
-always \x5835\x585E 145-136-3-234-26-23
-always \x642A\x585E 2345-236-2-234-26-23
-always \x8305\x585E 134-235-2-234-26-23
-always \x95ED\x585E 12-24-23-234-26-23
-always \x586B\x585E 2345-146-2-234-26-23
-always \x9F3B\x585E 12-24-2-234-26-23
-always \x6897\x585E 1245-3456-3-234-26-23
-always \x58C5\x585E 1456-1-234-26-23
-always \x963B\x585E 1356-136-3-234-26-23
-always \x6813\x585E 156-12456-1-234-26-23
-always \x5145\x585E 12345-256-1-234-26-23
-always \x585E\x8D23 234-26-23-1356-26-2
-always \x6DE4\x585E 346-1-234-26-23
-always \x62E5\x585E 1456-1-234-26-23
-always \x54FD\x585E 1245-3456-3-234-26-23
-always \x62AB\x6563 1234-24-1-234-1236
-always \x6563\x6253 234-1236-3-145-35-3
-always \x96F6\x6563 123-16-2-234-1236-3
-always \x6563\x5149 234-1236-3-1245-2356-1
-always \x84EC\x6563 1234-3456-2-234-1236-3
-always \x6563\x517B 234-1236-3-1346-3
-always \x6563\x5EA7 234-1236-3-1356-135-23
-always \x61D2\x6563 123-1236-3-234-1236-3
-always \x6563\x8BB0 234-1236-3-1245-24-23
-always \x6563\x6F2B 234-1236-3-134-1236-23
-always \x6563\x5175 234-1236-3-12-16-1
-always \x6563\x5C45 234-1236-3-1245-346-1
-always \x6563\x67B6 234-1236-3-1245-1246-23
-always \x6563\x5242 234-1236-3-1245-24-23
-always \x6563\x66F2 234-1236-3-13-346-3
-always \x6563\x4EF6 234-1236-3-1245-146-23
-always \x6563\x6587 234-1236-3-25-2
-always \x6563\x88C5 234-1236-3-34-2356-1
-always \x6563\x5C04 234-1236-3-156-26-23
-always \x95F2\x6563 125-146-2-234-1236-3
-always \x6563\x89C1 234-1236-3-1245-146-23
-always \x6563\x4E71 234-1236-3-123-12456-23
-always \x6CBB\x4E27 34-23-234-236-1
-always \x56FD\x4E27 1245-135-2-234-236-1
-always \x559C\x4E27 125-24-3-234-236-1
-always \x5C45\x4E27 1245-346-1-234-236-1
-always \x5A5A\x4E27 125-25-1-234-236-1
-always \x4E27\x846C 234-236-1-1356-236-23
-always \x4E27\x5047 234-236-1-1245-1246-23
-always \x5B88\x4E27 156-12356-3-234-236-1
-always \x4E27\x95E8 234-236-1-134-356-2
-always \x5954\x4E27 12-356-1-234-236-1
-always \x51FA\x4E27 12345-136-1-234-236-1
-always \x4E27\x670D 234-236-1-124-136-2
-always \x670D\x4E27 124-136-2-234-236-1
-always \x4E27\x793C 234-236-1-123-24-3
-always \x62A5\x4E27 12-235-23-234-236-1
-always \x4E27\x4E71 234-236-1-123-12456-23
-always \x540A\x4E27 145-345-23-234-236-1
-always \x4E27\x949F 234-236-1-34-256-1
-always \x4E27\x4E8B 234-236-1-156-23
-always \x53D1\x4E27 124-35-1-234-236-1
-always \x626B\x5174 234-235-3-125-16-23
-always \x89D2\x8272 1245-23456-2-234-26-23
-always \x8272\x76F8 234-26-23-125-1346-23
-always \x5239\x90A3 12345-35-23-1345-35-23
-always \x5B9D\x5239 12-235-3-12345-35-23
-always \x53E4\x5239 1245-136-3-12345-35-23
-always \x715E\x8F66 156-35-1-12345-26-1
-always \x715E\x4F4F 156-35-1-34-136-23
-always \x82EB\x5B50 156-1236-1-1356-0
-always \x82EB\x5E03 156-1236-1-12-136-23
-always \x6749\x7BD9 156-35-1-1245-235-1
-always \x6749\x6728 156-35-1-134-136-23
-always \x6247\x52A8 156-1236-1-145-256-23
-always \x6247\x98CE 156-1236-1-124-3456-1
-always \x6247\x8033 156-1236-1-1235-3
-always \x6247\x6247 156-1236-1-156-1236-23
-always \x6247\x4E86 156-1236-1-123-26
-always \x6247\x4F60 156-1236-1-1345-24-3
-always \x6247\x6211 156-1236-1-135-3
-always \x6247\x4ED6 156-1236-1-2345-35
-always \x6247\x5979 156-1236-1-2345-35-1
-always \x4E0A\x58F0 156-236-3-156-3456-1
-always \x65F6\x88F3 156-2-12345-236-2
-always \x5C11\x513F 156-235-23-1235-2
-always \x5C11\x5976 156-235-23-1345-246-3
-always \x5C11\x58EE 156-235-23-34-2356-23
-always \x5C11\x5973 156-235-23-1345-346-3
-always \x5C11\x6797 156-235-23-123-126-2
-always \x6076\x5C11 26-23-156-235-23
-always \x5C11\x767D 156-235-23-12-246-2
-always \x5C11\x4E1C 156-235-23-145-256-1
-always \x5C11\x5E74 156-235-23-1345-146-2
-always \x5927\x5C11 145-35-23-156-235-23
-always \x8001\x5C11 123-235-3-156-235-23
-always \x9614\x5C11 13-135-23-156-235-23
-always \x5C11\x5987 156-235-23-124-136-23
-always \x5C11\x4E0D 156-235-23-12-136-23
-always \x5E74\x5C11 1345-146-2-156-235-23
-always \x5C11\x7537 156-235-23-1345-1236-2
-always \x5C11\x5148 156-235-23-125-146-1
-always \x5BD2\x820D 125-1236-2-156-26-23
-always \x90BB\x820D 123-126-2-156-26-23
-always \x7530\x820D 2345-146-2-156-26-23
-always \x8305\x820D 134-235-2-156-26-23
-always \x519C\x820D 1345-256-2-156-26-23
-always \x9986\x820D 1245-12456-3-156-26-23
-always \x6751\x820D 14-25-1-156-26-23
-always \x732A\x820D 34-136-1-156-26-23
-always \x623F\x820D 124-236-2-156-26-23
-always \x53F3\x820D 1256-23-156-26-23
-always \x65C5\x820D 123-346-3-156-26-23
-always \x4E09\x820D 234-1236-1-156-26-23
-always \x6821\x820D 125-345-23-156-26-23
-always \x5BBF\x820D 234-136-23-156-26-23
-always \x5904\x8EAB 12345-136-3-156-356-1
-always \x5431\x58F0 1356-1-156-3456-1
-always \x66F4\x751F 1245-3456-1-156-3456-1
-always \x751F\x8096 156-3456-1-125-345-23
-always \x751F\x8FD8 156-3456-1-125-12456-2
-always \x6DF1\x7701 156-356-1-125-16-3
-always \x7701\x89C6 125-16-3-156-23
-always \x5185\x7701 1345-2346-23-125-16-3
-always \x4E0D\x7701 12-136-23-125-16-3
-always \x7701\x4EB2 125-16-3-13-126-1
-always \x7701\x609F 125-16-3-136-23
-always \x7701\x5BDF 125-16-3-12345-35-2
-always \x53CD\x7701 124-1236-3-125-16-3
-always \x81EA\x7701 1356-23-125-16-3
-always \x5931\x5F53 156-1-145-236-23
-always \x62FE\x7EA7 156-26-23-1245-24-2
-always \x4EC0\x4E48 156-356-2-134-26
-always \x7ED3\x5B9E 1245-15-1-156-0
-always \x8BC6\x76F8 156-2-125-1346-23
-always \x6807\x8BC6 12-345-1-34-23
-always \x5F3A\x8BC6 13-1346-2-34-23
-always \x5E72\x4E8B 1245-1236-23-156-23
-always \x5DEE\x4E8B 12345-246-1-156-23
-always \x4E8B\x5047 156-23-1245-1246-23
-always \x5C5E\x76F8 156-136-3-125-1346-23
-always \x6570\x89C1 156-135-23-1245-146-23
-always \x6570\x5178 156-136-3-145-146-3
-always \x6570\x4E5D 156-136-3-1245-1256-3
-always \x5386\x6570 123-24-23-156-136-3
-always \x6570\x4E00 156-136-3-24-1
-always \x6570\x5F97 156-136-3-145-26-2
-always \x6570\x4E0D 156-136-3-12-136-23
-always \x6570\x843D 156-136-3-123-135-23
-always \x6570\x6570 156-136-3-156-136-23
-always \x5237\x767D 156-123456-23-12-246-2
-always \x7ED9\x6C34 1245-24-3-156-2456-3
-always \x8BF4\x5BA2 156-2456-23-13-26-23
-always \x6E38\x8BF4 1256-2-156-2456-23
-always \x4F3A\x5019 14-23-125-12356-23
-always \x4F3C\x7684 156-23-145-26
-always \x677E\x6563 234-256-1-234-1236-3
-always \x9001\x8FD8 234-256-23-125-12456-2
-always \x89E3\x9001 1245-15-23-234-256-23
-always \x9001\x4E27 234-256-23-234-236-1
-always \x661F\x5BBF 125-16-1-125-1256-23
-always \x4E00\x5BBF 24-1-125-1256-3
-always \x6574\x5BBF 34-3456-3-125-1256-3
-always \x820C\x82D4 156-26-2-2345-246-1
-always \x5427\x53F0 12-35-1-2345-246-2
-always \x6C64\x6C64 156-236-1-156-236-1
-always \x8D9F\x8FC7 2345-236-1-1245-135-23
-always \x8D9F\x5730 2345-236-1-145-24-23
-always \x8D9F\x6C34 2345-236-1-156-2456-3
-always \x63D0\x9632 145-24-1-124-236-2
-always \x63D0\x5E72 2345-24-2-1245-1236-23
-always \x4F53\x5DF1 2345-24-1-1245-24-3
-always \x6311\x6218 2345-345-3-34-1236-23
-always \x9AD8\x6311 1245-235-1-2345-345-3
-always \x6311\x5506 2345-345-3-234-135-1
-always \x6311\x706F 2345-345-3-145-3456-1
-always \x6311\x9017 2345-345-3-145-12356-23
-always \x6311\x52A8 2345-345-3-145-256-23
-always \x6311\x82B1 2345-345-3-125-123456-1
-always \x6311\x62E8 2345-345-3-12-26-1
-always \x6311\x8845 2345-345-3-125-126-23
-always \x6311\x8D77 2345-345-3-13-24-3
-always \x8D34\x5207 2345-15-1-13-15-23
-always \x524A\x94C1 125-23456-1-2345-15-3
-always \x59A5\x5E16 2345-135-3-2345-15-1
-always \x6CD5\x5E16 124-35-3-2345-15-23
-always \x753B\x5E16 125-123456-23-2345-15-23
-always \x4E34\x5E16 123-126-2-2345-15-23
-always \x5B57\x5E16 1356-23-2345-15-23
-always \x7891\x5E16 12-2346-1-2345-15-23
-always \x670D\x5E16 124-136-2-2345-15-1
-always \x5E16\x5E16 2345-15-1-2345-15-1
-always \x5E16\x8033 2345-15-1-1235-3
-always \x5B89\x5E16 1236-1-2345-15-1
-always \x80E1\x540C 125-136-2-2345-256-23
-always \x7EA2\x5F64 125-256-2-2345-256-1
-always \x5954\x5934 12-356-23-2345-12356
-always \x5455\x5410 12356-3-2345-136-23
-always \x5410\x6CAB 2345-136-23-134-26-23
-always \x4E0A\x5410 156-236-23-2345-136-23
-always \x62D3\x672C 2345-35-23-12-356-3
-always \x62D3\x7247 2345-35-23-1234-146-23
-always \x7891\x62D3 12-2346-1-2345-35-23
-always \x62D3\x5370 2345-35-23-126-23
-always \x74E6\x5200 123456-23-145-235-1
-always \x4E3A\x6B64 2456-23-14-3
-always \x4E3A\x6C11 2456-23-134-126-2
-always \x4E3A\x4EC0 2456-23-156-356-2
-always \x56E0\x4E3A 126-1-2456-23
-always \x4E3A\x4E86 2456-23-123-26
-always \x4E3A\x864E 2456-23-125-136-3
-always \x4E3A\x4F55 2456-23-125-26-2
-always \x7279\x4E3A 2345-26-23-2456-23
-always \x4E3A\x56FD 2456-23-1245-135-2
-always \x59D4\x86C7 2456-1-24-2
-always \x5C09\x7281 346-23-123-24-2
-always \x5C09\x8FDF 346-23-12345-2
-always \x884C\x4F0D 125-236-2-136-3
-always \x897F\x4E50 125-24-1-23456-23
-always \x7CFB\x597D 1245-24-23-125-235-3
-always \x7CFB\x978B 1245-24-23-125-15-2
-always \x7CFB\x7D27 1245-24-23-1245-126-3
-always \x7CFB\x4F4F 1245-24-23-34-136-23
-always \x7CFB\x6263 1245-24-23-13-12356-23
-always \x7CFB\x94C3 1245-24-23-123-16-2
-always \x867E\x87C6 125-35-2-134-35-2
-always \x5676\x53A6 1245-35-2-125-1246-23
-always \x53A6\x95E8 125-1246-23-134-356-2
-always \x5A01\x5413 2456-1-125-26-23
-always \x606B\x5413 145-256-23-125-26-23
-always \x6050\x5413 13-256-3-125-26-23
-always \x671D\x9C9C 12345-235-2-125-146-3
-always \x9C9C\x6709 125-146-3-1256-3
-always \x9C9C\x89C1 125-146-3-1245-146-23
-always \x62C9\x7EA4 123-35-1-13-146-23
-always \x7EA4\x592B 13-146-23-124-136-1
-always \x7EA4\x7EF3 13-146-23-156-3456-2
-always \x771F\x76F8 34-356-1-125-1346-23
-always \x547D\x76F8 134-16-23-125-1346-23
-always \x4E1E\x76F8 12345-3456-2-125-1346-23
-always \x76F8\x673A 125-1346-23-1245-24-1
-always \x76F8\x518C 125-1346-23-14-26-23
-always \x82E6\x76F8 13-136-3-125-1346-23
-always \x7167\x76F8 34-235-23-125-1346-23
-always \x798F\x76F8 124-136-2-125-1346-23
-always \x661F\x76F8 125-16-1-125-1346-23
-always \x4E11\x76F8 12345-12356-3-125-1346-23
-always \x8001\x76F8 123-235-3-125-1346-23
-always \x6D0B\x76F8 1346-2-125-1346-23
-always \x76F8\x672F 125-1346-23-156-136-23
-always \x50A7\x76F8 12-126-1-125-1346-23
-always \x672C\x76F8 12-356-3-125-1346-23
-always \x9996\x76F8 156-12356-3-125-1346-23
-always \x51F6\x76F8 125-1456-1-125-1346-23
-always \x5BB0\x76F8 1356-246-3-125-1346-23
-always \x5403\x76F8 12345-1-125-1346-23
-always \x7AD9\x76F8 34-1236-23-125-1346-23
-always \x88C5\x76F8 34-2356-1-125-1346-23
-always \x7834\x76F8 1234-26-23-125-1346-23
-always \x76F8\x8C8C 125-1346-23-134-235-23
-always \x53D8\x76F8 12-146-23-125-1346-23
-always \x76F8\x7EB8 125-1346-23-34-3
-always \x4E09\x76F8 234-1236-1-125-1346-23
-always \x76F8\x58F0 125-1346-23-156-3456-1
-always \x602A\x76F8 1245-13456-23-125-1346-23
-always \x8C8C\x76F8 134-235-23-125-1346-23
-always \x76AE\x76F8 1234-24-2-125-1346-23
-always \x7761\x76F8 156-2456-23-125-1346-23
-always \x5355\x76F8 145-1236-1-125-1346-23
-always \x76F8\x5904 125-1346-1-12345-136-3
-always \x5DF7\x9053 125-236-23-145-235-23
-always \x524A\x51CF 125-23456-1-1245-146-3
-always \x524A\x53D1 125-23456-1-124-35-23
-always \x524A\x5F31 125-23456-1-245-135-23
-always \x524A\x58C1 125-23456-1-12-24-23
-always \x524A\x5E73 125-23456-1-1234-16-2
-always \x7626\x524A 156-12356-23-125-23456-1
-always \x524A\x804C 125-23456-1-34-2
-always \x524A\x8DB3 125-23456-1-1356-136-2
-always \x5220\x524A 156-1236-1-125-23456-1
-always \x6821\x9605 1245-345-23-23456-23
-always \x53C2\x6821 14-1236-1-1245-345-23
-always \x6821\x8BA2 1245-345-23-145-16-23
-always \x6821\x5BF9 1245-345-23-145-2456-23
-always \x6821\x6CE8 1245-345-23-34-136-23
-always \x6821\x573A 1245-345-23-12345-236-3
-always \x6821\x6837 1245-345-23-1346-23
-always \x7CBE\x6821 1245-16-1-1245-345-23
-always \x6821\x70B9 1245-345-23-145-146-3
-always \x7F16\x6821 12-146-1-1245-345-23
-always \x6821\x52D8 1245-345-23-13-1236-1
-always \x6821\x51C6 1245-345-23-34-25-3
-always \x6821\x6539 1245-345-23-1245-246-3
-always \x5C11\x6821 156-235-23-125-345-23
-always \x6821\x9A8C 1245-345-23-146-23
-always \x6821\x6B63 1245-345-23-34-3456-23
-always \x5BA1\x6821 156-356-3-1245-345-23
-always \x706F\x82AF 145-3456-1-125-126-1
-always \x6076\x5FC3 26-3-125-126-1
-always \x5904\x5FC3 12345-136-3-125-126-1
-always \x5377\x5FC3 1245-12346-3-125-126-1
-always \x5FC3\x5207 125-126-1-13-15-23
-always \x96C5\x5174 1246-3-125-16-23
-always \x5174\x8DA3 125-16-23-13-346-23
-always \x5373\x5174 1245-24-2-125-16-23
-always \x4F59\x5174 346-2-125-16-23
-always \x5174\x9AD8 125-16-23-1245-235-1
-always \x8BD7\x5174 156-1-125-16-23
-always \x5174\x81F4 125-16-23-34-23
-always \x610F\x5174 24-23-125-16-23
-always \x9AD8\x5174 1245-235-1-125-16-23
-always \x9152\x5174 1245-1256-3-125-16-23
-always \x8D25\x5174 12-246-23-125-16-23
-always \x5174\x5473 125-16-23-2456-23
-always \x5174\x5934 125-16-23-2345-12356-2
-always \x8C08\x5174 2345-1236-2-125-16-23
-always \x6E38\x5174 1256-2-125-16-23
-always \x8C6A\x5174 125-235-2-125-16-23
-always \x52A9\x5174 34-136-23-125-16-23
-always \x7CAE\x884C 123-1346-2-125-236-2
-always \x8DE8\x884C 13-123456-23-125-236-2
-always \x603B\x884C 1356-256-3-125-236-2
-always \x884C\x8BDD 125-236-2-125-123456-23
-always \x8F6C\x884C 34-12456-3-125-236-2
-always \x5206\x884C 124-356-1-125-236-2
-always \x652F\x884C 34-1-125-236-2
-always \x884C\x89C4 125-236-2-1245-2456-1
-always \x884C\x4E1A 125-236-2-15-23
-always \x9694\x884C 1245-26-2-125-236-2
-always \x884C\x5E2E 125-236-2-12-236-1
-always \x884C\x6B3E 125-236-2-13-12456-3
-always \x6B3A\x884C 13-24-1-125-236-2
-always \x96C1\x884C 146-23-125-236-2
-always \x61C2\x884C 145-256-3-125-236-2
-always \x592E\x884C 1346-1-125-236-2
-always \x884C\x5BB6 125-236-2-1245-1246-1
-always \x6539\x884C 1245-246-3-125-236-2
-always \x884C\x8DDD 125-236-2-1245-346-23
-always \x6D0B\x884C 1346-2-125-236-2
-always \x5185\x884C 1345-2346-23-125-236-2
-always \x884C\x8D27 125-236-2-125-135-23
-always \x5728\x884C 1356-246-23-125-236-2
-always \x884C\x5E02 125-236-2-156-23
-always \x5546\x884C 156-236-1-125-236-2
-always \x672C\x884C 12-356-3-125-236-2
-always \x5916\x884C 13456-23-125-236-2
-always \x884C\x5217 125-236-2-123-15-23
-always \x94F6\x884C 126-2-125-236-2
-always \x884C\x5F53 125-236-2-145-236-23
-always \x9053\x884C 145-235-23-125-3456-2
-always \x5404\x884C 1245-26-23-125-236-2
-always \x540C\x884C 2345-256-2-125-236-2
-always \x96BE\x5144 1345-1236-23-125-1456-1
-always \x7267\x755C 134-136-23-125-346-23
-always \x755C\x4EA7 125-346-23-12345-1236-3
-always \x755C\x7267 125-346-23-134-136-23
-always \x755C\x517B 125-346-23-1346-3
-always \x65CB\x98CE 125-12346-23-124-3456-1
-always \x51FA\x8840 12345-136-1-125-15-3
-always \x8840\x6DCB 125-15-3-123-126-2
-always \x5410\x8840 2345-136-23-125-15-3
-always \x9E21\x8840 1245-24-1-125-15-3
-always \x9F3B\x8840 12-24-2-125-15-3
-always \x7F3A\x8840 13-23456-1-125-15-3
-always \x6B62\x8840 34-3-125-15-3
-always \x7600\x8840 346-1-125-15-3
-always \x732E\x8840 125-146-23-125-15-3
-always \x538B\x6839 1246-23-1245-356-1
-always \x54D1\x54D1 1246-1-1246-1
-always \x541E\x54BD 2345-25-1-146-23
-always \x54BD\x6C14 146-23-13-24-23
-always \x54BD\x4E86 146-23-123-26
-always \x6162\x54BD 134-1236-23-146-23
-always \x864E\x54BD 125-136-3-146-23
-always \x54BD\x4E0B 146-23-125-1246-23
-always \x54BD\x4E0D 146-23-12-136-23
-always \x62BD\x54BD 12345-12356-1-15-23
-always \x54FD\x54BD 1245-3456-3-15-23
-always \x4E0B\x54BD 125-1246-23-146-23
-always \x545C\x54BD 136-1-15-23
-always \x5E7D\x54BD 1256-1-15-23
-always \x60B2\x54BD 12-2346-1-15-23
-always \x7F8A\x5708 1346-2-1245-12346-23
-always \x85CF\x836F 1356-236-23-345-23
-always \x8981\x631F 345-1-125-15-2
-always \x8981\x6C42 345-1-13-1256-2
-always \x8981\x585E 345-23-234-246-23
-always \x975E\x8036 124-2346-1-15-2
-always \x662F\x8036 156-23-15-2
-always \x5C11\x7237 156-235-23-15-0
-always \x85CF\x6396 14-236-2-15-1
-always \x6396\x7740 15-1-34-26
-always \x6396\x5728 15-1-1356-246-23
-always \x6396\x5230 15-1-145-235-23
-always \x53F6\x97F5 125-15-2-456-23
-always \x4F30\x8863 1245-136-23-24-1
-always \x5939\x8863 1245-1246-2-24-1
-always \x9057\x5C11 24-2-156-235-23
-always \x5C5E\x610F 34-136-3-24-23
-always \x836B\x5E87 126-23-12-24-23
-always \x5E87\x836B 12-24-23-126-23
-always \x6BB7\x7EA2 146-1-125-256-2
-always \x4E00\x5E94 24-1-16-1
-always \x5E94\x7686 16-1-1245-15-1
-always \x4F63\x91D1 1456-23-1245-126-1
-always \x4F63\x94B1 1456-23-13-146-2
-always \x7A7A\x4F59 13-256-23-346-2
-always \x4E88\x6C42 346-2-13-1256-2
-always \x4E88\x53D6 346-2-13-346-3
-always \x4E0E\x4F1A 346-23-125-2456-23
-always \x53C2\x4E0E 14-1236-1-346-23
-always \x4E0E\x95FB 346-23-25-2
-always \x5401\x8BF7 346-23-13-16-3
-always \x5401\x6C42 346-23-13-1256-2
-always \x9501\x94A5 234-135-3-23456-23
-always \x94A5\x5319 345-23-156-2
-always \x7EA2\x6655 125-256-2-456-23
-always \x773C\x6655 146-3-456-23
-always \x6708\x6655 23456-23-456-23
-always \x65E5\x6655 245-23-456-23
-always \x5149\x6655 1245-2356-1-456-23
-always \x971E\x6655 125-1246-2-456-23
-always \x58A8\x6655 134-26-23-456-23
-always \x6655\x73E5 456-23-1235-3
-always \x6655\x8680 456-23-156-2
-always \x6655\x9002 456-23-156-23
-always \x6655\x72B6 456-23-34-2356-23
-always \x6655\x5708 456-23-13-12346-1
-always \x4E73\x6655 245-136-3-456-23
-always \x8F6C\x8F7D 34-12456-3-1356-246-3
-always \x5343\x8F7D 13-146-1-1356-246-3
-always \x9644\x8F7D 124-136-23-1356-246-3
-always \x520A\x8F7D 13-1236-1-1356-246-3
-always \x8FDE\x8F7D 123-146-2-1356-246-3
-always \x767B\x8F7D 145-3456-1-1356-246-3
-always \x8BB0\x8F7D 1245-24-23-1356-246-3
-always \x8377\x8F7D 125-26-23-1356-246-23
-always \x4E0B\x8F7D 125-1246-23-1356-246-3
-always \x534A\x8F7D 12-1236-23-1356-246-23
-always \x4E0A\x8F7D 156-236-23-1356-246-3
-always \x4E00\x8F7D 24-1-1356-246-3
-always \x4E24\x8F7D 123-1346-3-1356-246-3
-always \x4E8C\x8F7D 1235-23-1356-246-3
-always \x4E09\x8F7D 234-1236-1-1356-246-3
-always \x56DB\x8F7D 234-23-1356-246-3
-always \x4E94\x8F7D 136-3-1356-246-3
-always \x516D\x8F7D 123-1256-23-1356-246-3
-always \x4E03\x8F7D 13-24-1-1356-246-3
-always \x516B\x8F7D 12-35-1-1356-246-3
-always \x4E5D\x8F7D 1245-1256-3-1356-246-3
-always \x5341\x8F7D 156-2-1356-246-3
-always \x767E\x8F7D 12-246-3-1356-246-3
-always \x4E07\x8F7D 12456-23-1356-246-3
-always \x8F7D\x5165 1356-246-3-245-136-23
-always \x5904\x5728 12345-136-3-1356-246-23
-always \x6512\x805A 14-12456-2-1245-346-23
-always \x6512\x52A8 14-12456-2-145-256-23
-always \x6512\x5C04 14-12456-2-156-26-23
-always \x6512\x7709 14-12456-2-134-2346-2
-always \x6512\x7C07 14-12456-2-14-136-23
-always \x6512\x4E09 14-12456-2-234-1236-1
-always \x6512\x8E59 14-12456-2-14-136-23
-always \x6512\x6512 14-12456-2-14-12456-2
-always \x5185\x810F 1345-2346-23-1356-236-23
-always \x4E94\x810F 136-3-1356-236-23
-always \x810F\x8151 1356-236-23-124-136-3
-always \x810F\x5668 1356-236-23-13-24-23
-always \x809D\x810F 1245-1236-1-1356-236-23
-always \x5FC3\x810F 125-126-1-1356-236-23
-always \x813E\x810F 1234-24-3-1356-236-23
-always \x80BA\x810F 124-2346-23-1356-236-23
-always \x80BE\x810F 156-356-23-1356-236-23
-always \x810F\x8C61 1356-236-23-125-1346-23
-always \x62E9\x83DC 34-246-2-14-246-23
-always \x66FE\x5B59 1356-3456-1-234-25-1
-always \x66FE\x7956 1356-3456-1-1356-136-3
-always \x66FE\x95F5 1356-3456-1-134-126-3
-always \x7ED1\x624E 12-236-3-1356-35-1
-always \x7ED3\x624E 1245-15-2-1356-35-1
-always \x5305\x624E 12-235-1-1356-35-1
-always \x6346\x624E 13-25-3-1356-35-1
-always \x9A6C\x624E 134-35-3-34-35-2
-always \x8F67\x94A2 34-35-2-1245-236-1
-always \x8F67\x96C1 34-35-2-146-23
-always \x8F67\x8F79 34-35-2-123-24-23
-always \x6EDA\x8F67 1245-25-3-34-35-2
-always \x8F67\x6C95 34-35-2-134-24-23
-always \x8F67\x82B4 34-35-2-136-23
-always \x92A1\x8F67 1245-24-2-34-35-2
-always \x8F67\x8F8A 34-35-2-1245-25-3
-always \x8F67\x4EF6 34-35-2-1245-146-23
-always \x8F67\x6750 34-35-2-14-246-2
-always \x8F67\x953B 34-35-2-145-12456-23
-always \x8F67\x5C16 34-35-2-1245-146-1
-always \x8F67\x673A 34-35-2-1245-24-1
-always \x8F67\x670B 1245-35-2-1234-3456-2
-always \x8F67\x82D7 1245-35-2-134-345-2
-always \x8F67\x8D26 1245-35-2-34-236-23
-always \x8D26\x8F67 34-236-23-1245-35-2
-always \x8F67\x62C9 1245-35-2-123-35-1
-always \x8F67\x7A7A 1245-35-2-13-256-1
-always \x8F67\x5DEE 1245-35-2-12345-35-1
-always \x8F67\x95F9 1245-35-2-1345-235-23
-always \x548B\x820C 1356-26-2-156-26-2
-always \x548B\x547C 34-35-1-125-136-1
-always \x548B\x552C 34-35-1-125-136
-always \x70B8\x7CD5 34-35-2-1245-235-1
-always \x6CB9\x70B8 1256-2-34-35-2
-always \x70B8\x9171 34-35-2-1245-1346-23
-always \x70B8\x9C7C 34-35-2-346-2
-always \x70B8\x9E21 34-35-2-1245-24-2
-always \x70B8\x8089 34-35-2-245-12356-23
-always \x7C98\x866B 1345-146-2-12345-256-2
-always \x7C98\x7A20 1345-146-2-12345-12356-2
-always \x7C98\x6027 1345-146-2-125-16-23
-always \x7C98\x571F 1345-146-2-2345-136-3
-always \x7C98\x6DB2 1345-146-2-15-23
-always \x5360\x535C 34-1236-1-12-136-3
-always \x5360\x661F 34-1236-1-125-16-1
-always \x5360\x5366 34-1236-1-1245-123456-23
-always \x8111\x6DA8 1345-235-3-34-236-23
-always \x6DA8\x7EA2 34-236-23-125-256-2
-always \x6CE1\x6DA8 1234-235-23-34-236-23
-always \x8138\x6DA8 123-146-3-34-236-23
-always \x4E08\x91CF 34-236-23-123-1346-2
-always \x6298\x817E 34-26-1-2345-3456-2
-always \x6298\x672C 156-26-2-12-356-3
-always \x6298\x4E86 156-26-2-123-26
-always \x6323\x624E 34-3456-1-34-35-2
-always \x53D1\x6014 124-35-1-34-3456-23
-always \x6014\x5FEA 34-3456-1-34-256-1
-always \x65B0\x6B63 125-126-1-34-3456-1
-always \x6B63\x6708 34-3456-1-23456-23
-always \x75C7\x7ED3 34-3456-1-1245-15-2
-always \x54AF\x5431 1245-26-1-34-1
-always \x9AA8\x6B96 1245-136-3-156-0
-always \x53EA\x8A00 34-1-146-2
-always \x53EA\x8EAB 34-1-156-356-1
-always \x4EBF\x53EA 24-23-34-1
-always \x65E0\x6570\x53EA 136-2-156-136-23-34-1
-always \x82E5\x5E72\x53EA 245-135-23-1245-1236-1-34-1
-always \x90A3\x53EA 1345-35-23-34-1
-always \x54EA\x53EA 1345-35-3-34-1
-always \x8FD9\x53EA 34-26-23-34-1
-always \x6709\x53EA 1256-3-34-1
-always \x51E0\x53EA 1245-24-3-34-1
-always \x591A\x53EA 145-135-1-34-1
-always \x5C11\x53EA 156-235-3-34-1
-always \x4E86\x53EA 123-26-34-1
-always \x8230\x53EA 1245-146-23-34-1
-always \x4E09\x53EA 234-1236-1-34-1
-always \x8239\x53EA 12345-12456-2-34-1
-always \x53EA\x5B57 34-1-1356-23
-always \x534A\x53EA 12-1236-23-34-1
-always \x4E00\x53EA 24-1-34-1
-always \x4E24\x53EA 123-1346-3-34-1
-always \x4E8C\x53EA 1235-23-34-1
-always \x56DB\x53EA 234-23-34-1
-always \x4E94\x53EA 136-3-34-1
-always \x516D\x53EA 123-1256-23-34-1
-always \x4E03\x53EA 13-24-1-34-1
-always \x516B\x53EA 12-35-1-34-1
-always \x4E5D\x53EA 1245-1256-3-34-1
-always \x5341\x53EA 156-2-34-1
-always \x767E\x53EA 12-246-3-34-1
-always \x5343\x53EA 13-146-1-34-1
-always \x4E07\x53EA 12456-23-34-1
-always \x53EA\x53EA 34-1-34-1
-always \x5904\x7F6E 12345-136-3-34-23
-always \x4E2D\x9B54 34-256-23-134-26-2
-always \x770B\x4E2D 13-1236-23-34-256-23
-always \x4E2D\x6691 34-256-23-156-136-3
-always \x4E2D\x4F24 34-256-23-156-236-1
-always \x76F8\x4E2D 125-1346-1-34-256-23
-always \x4E2D\x6BD2 34-256-23-145-136-2
-always \x4E2D\x610F 34-256-23-24-23
-always \x4E2D\x8BA1 34-256-23-1245-24-23
-always \x4E2D\x5956 34-256-23-1245-1346-3
-always \x4E2D\x89C4 34-256-23-1245-2456-1
-always \x4E2D\x77E9 34-256-23-1245-346-3
-always \x4E2D\x6807 34-256-23-12-345-1
-always \x6253\x4E2D 145-35-3-34-256-23
-always \x4E2D\x80AF 34-256-23-13-356-3
-always \x51FB\x4E2D 1245-24-1-34-256-23
-always \x4E2D\x98CE 34-256-23-124-3456-1
-always \x5207\x4E2D 13-15-23-34-256-23
-always \x4E2D\x4E86 34-256-23-123-26
-always \x9009\x4E2D 125-12346-3-34-256-23
-always \x8003\x4E2D 13-235-3-34-256-23
-always \x4E2D\x90AA 34-256-23-125-15-2
-always \x6CA1\x4E2D 134-2346-2-34-256-23
-always \x4E0D\x4E2D 12-136-23-34-256-23
-always \x4E2D\x628A 34-256-23-12-35-3
-always \x4E2D\x5F69 34-256-23-14-246-3
-always \x8015\x79CD 1245-3456-1-34-256-23
-always \x5957\x79CD 2345-235-23-34-256-23
-always \x79CD\x5730 34-256-23-145-24-23
-always \x683D\x79CD 1356-246-1-34-256-23
-always \x8292\x79CD 134-236-2-34-256-23
-always \x79CD\x7530 34-256-23-2345-146-2
-always \x5F15\x79CD 126-3-34-256-23
-always \x62A2\x79CD 13-1346-3-34-256-23
-always \x79CD\x690D 34-256-23-34-2
-always \x63A5\x79CD 1245-15-1-34-256-23
-always \x79CD\x75D8 34-256-23-145-12356-23
-always \x70B9\x79CD 145-146-3-34-256-23
-always \x590D\x79CD 124-136-23-34-256-23
-always \x5E7F\x79CD 1245-2356-3-34-256-23
-always \x79CD\x74DC 34-256-23-1245-123456-1
-always \x79DF\x79CD 1356-136-1-34-256-23
-always \x8BD5\x79CD 156-23-34-256-23
-always \x79CD\x4E0B 34-256-23-125-1246-23
-always \x79CD\x6811 34-256-23-156-136-23
-always \x79CD\x4E86 34-256-23-123-26
-always \x79CD\x4E0A 34-256-23-156-236-23
-always \x91CD\x63D0 12345-256-2-2345-24-2
-always \x91CD\x5BA1 12345-256-2-156-356-3
-always \x91CD\x7533 12345-256-2-156-356-1
-always \x91CD\x5E86 12345-256-2-13-16-23
-always \x91CD\x5B59 12345-256-2-234-25-1
-always \x91CD\x5531 12345-256-2-12345-236-23
-always \x91CD\x529E 12345-256-2-12-1236-23
-always \x91CD\x751F 12345-256-2-156-3456-1
-always \x91CD\x5CE6 12345-256-2-123-12456-2
-always \x91CD\x6837 12345-256-2-1346-23
-always \x91CD\x8E48 12345-256-2-145-235-3
-always \x4E09\x91CD 234-1236-1-12345-256-2
-always \x91CD\x9022 12345-256-2-124-3456-2
-always \x91CD\x53E0 12345-256-2-145-15-2
-always \x91CD\x65B0 12345-256-2-125-126-1
-always \x91CD\x632F 12345-256-2-34-356-23
-always \x91CD\x8BD1 12345-256-2-24-23
-always \x4E24\x91CD 123-1346-3-12345-256-2
-always \x91CD\x8D77 12345-256-2-13-24-3
-always \x91CD\x56F4 12345-256-2-2456-2
-always \x91CD\x7248 12345-256-2-12-1236-3
-always \x91CD\x6D0B 12345-256-2-1346-2
-always \x91CD\x64AD 12345-256-2-12-26-1
-always \x91CD\x7779 12345-256-2-145-136-3
-always \x91CD\x5A5A 12345-256-2-125-25-1
-always \x91CD\x5408 12345-256-2-125-26-2
-always \x91CD\x5149 12345-256-2-1245-2356-1
-always \x91CD\x5F71 12345-256-2-16-3
-always \x91CD\x6A90 12345-256-2-146-2
-always \x91CD\x805A 12345-256-2-1245-346-23
-always \x91CD\x7EC4 12345-256-2-1356-136-3
-always \x91CD\x594F 12345-256-2-1356-12356-23
-always \x91CD\x91CD 12345-256-2-12345-256-2
-always \x91CD\x6F14 12345-256-2-146-3
-always \x91CD\x8A00 12345-256-2-146-2
-always \x91CD\x4FEE 12345-256-2-125-1256-1
-always \x91CD\x590D 12345-256-2-124-136-23
-always \x91CD\x8FD4 12345-256-2-124-1236-3
-always \x91CD\x73B0 12345-256-2-125-146-23
-always \x91CD\x6574 12345-256-2-34-3456-3
-always \x91CD\x542C 12345-256-2-2345-16-1
-always \x91CD\x5224 12345-256-2-1234-1236-23
-always \x91CD\x5F20 12345-256-2-34-236-1
-always \x4E8C\x91CD 1235-23-12345-256-2
-always \x56DB\x91CD 234-23-12345-256-2
-always \x91CD\x51FA 12345-256-2-12345-136-1
-always \x53CC\x91CD 156-2356-1-12345-256-2
-always \x91CD\x5706 12345-256-2-12346-2
-always \x91CD\x9633 12345-256-2-1346-2
-always \x91CD\x6620 12345-256-2-16-23
-always \x91CD\x5370 12345-256-2-126-23
-always \x91CD\x9704 12345-256-2-125-345-1
-always \x91CD\x89C1 12345-256-2-1245-146-23
-always \x91CD\x540D 12345-256-2-134-16-2
-always \x91CD\x6E29 12345-256-2-25-1
-always \x4E5D\x91CD 1245-1256-3-12345-256-2
-always \x91CD\x5EFA 12345-256-2-1245-146-23
-always \x91CD\x505A 12345-256-2-1356-135-23
-always \x91CD\x5199 12345-256-2-125-15-3
-always \x91CD\x8BD5 12345-256-2-156-23
-always \x91CD\x6765 12345-256-2-123-246-2
-always \x91CD\x8003 12345-256-2-13-235-3
-always \x91CD\x56DE 12345-256-2-125-2456-2
-always \x91CD\x8327 12345-256-2-1245-146-3
-always \x91CD\x4E5D 12345-256-2-1245-1256-3
-always \x91CD\x7EC3 12345-256-2-123-146-23
-always \x91CD\x8FDE 12345-256-2-123-146-2
-always \x91CD\x8BBE 12345-256-2-156-26-23
-always \x91CD\x8FF0 12345-256-2-156-136-23
-always \x91CD\x83B7 12345-256-2-125-135-23
-always \x91CD\x64CD 12345-256-2-14-235-1
-always \x91CD\x5F52 12345-256-2-1245-2456-1
-always \x8F74\x620F 34-12356-23-125-24-23
-always \x626B\x5E1A 234-235-23-34-12356
-always \x6267\x8457 34-2-34-135-2
-always \x524D\x722A 13-146-2-34-123456-3
-always \x722A\x513F 34-123456-3-1235-0
-always \x722A\x5C16 34-123456-3-1245-146-1
-always \x9E21\x722A 1245-24-1-34-123456-3
-always \x732B\x722A 134-235-1-34-123456-3
-always \x94C1\x722A 2345-15-3-34-123456-3
-always \x94A2\x722A 1245-236-1-34-123456-3
-always \x540E\x722A 125-12356-23-34-123456-3
-always \x8F6C\x6587 34-13456-3-25-2
-always \x8F6C\x5708 34-12456-23-13-12346-1
-always \x81EA\x8F6C 1356-23-34-12456-23
-always \x8F6C\x6905 34-12456-23-24-3
-always \x6253\x8F6C 145-35-3-34-12456-23
-always \x8F6C\x7B4B 34-12456-23-1245-126-1
-always \x65CB\x8F6C 125-12346-2-34-12456-23
-always \x8F6C\x8F74 34-12456-23-34-12356-2
-always \x8F6C\x52A8 34-12456-23-145-256-23
-always \x8F6E\x8F6C 123-25-2-34-12456-23
-always \x8F6C\x7089 34-12456-23-123-136-2
-always \x8F6C\x76D8 34-12456-23-1234-1236-2
-always \x8F6C\x95E8 34-12456-23-134-356-2
-always \x8F6C\x53F0 34-12456-23-2345-246-2
-always \x7A7A\x8F6C 13-256-1-34-12456-23
-always \x5012\x8F6C 145-235-23-34-12456-23
-always \x8F6C\x5411 34-12456-23-125-1346-23
-always \x516C\x8F6C 1245-256-1-34-12456-23
-always \x8F6C\x901F 34-12456-23-234-136-23
-always \x8F6C\x60A0 34-12456-23-1256-0
-always \x8F6C\x7740 34-12456-23-34-26
-always \x8F6C\x5B50 34-12456-23-1356-0
-always \x98DE\x8F6C 124-2346-1-34-12456-23
-always \x690E\x5FC3 12345-2456-2-125-126-1
-always \x690E\x8F6E 12345-2456-2-123-25-2
-always \x6728\x690E 134-136-23-12345-2456-2
-always \x94C1\x690E 2345-15-3-12345-2456-2
-always \x690E\x80F8 12345-2456-2-125-1456-1
-always \x7D2F\x8D58 123-2346-2-34-2456-23
-always \x5931\x7740 156-1-34-235-1
-always \x7740\x6570 34-235-1-156-136-23
-always \x4E0D\x7740 12-136-23-34-235-2
-always \x7740\x88C5 34-135-2-34-2356-1
-always \x7740\x843D 34-135-2-123-135-23
-always \x7740\x610F 34-135-2-24-23
-always \x7740\x529B 34-135-2-123-24-23
-always \x9644\x7740 124-136-23-34-135-2
-always \x7740\x7B14 34-135-2-12-24-3
-always \x80F6\x7740 1245-345-1-34-135-2
-always \x7740\x624B 34-135-2-156-12356-3
-always \x7740\x91CD 34-135-2-34-256-23
-always \x7A7F\x7740 12345-12456-1-34-135-2
-always \x8863\x7740 24-1-34-135-2
-always \x6267\x7740 34-2-34-135-2
-always \x7740\x773C 34-135-2-146-3
-always \x7740\x58A8 34-135-2-134-26-23
-always \x7740\x5B9E 34-135-2-156-2
-always \x6C89\x7740 12345-356-2-34-135-2
-always \x7740\x9646 34-135-2-123-136-23
-always \x7740\x60F3 34-135-2-125-1346-3
-always \x7740\x8272 34-135-2-234-26-23
-always \x7740\x5FD9 34-235-2-134-236-2
-always \x8BE5\x7740 1245-246-1-34-235-2
-always \x7740\x614C 34-235-2-125-2356-1
-always \x7740\x706B 34-235-2-125-135-3
-always \x7740\x8FF7 34-235-2-134-24-2
-always \x7740\x51C9 34-235-2-123-1346-2
-always \x7740\x6025 34-235-2-1245-24-2
-always \x7740\x9B54 34-235-2-134-26-2
-always \x7761\x7740 156-2456-23-34-235-2
-always \x65E0\x7740 136-2-34-135-2
-always \x7740\x5E8A 34-135-2-12345-2356-2
-always \x5F97\x7740 145-26-2-34-235-2
-always \x7740\x4E86 34-235-2-123-26
-always \x9AD8\x7740 1245-235-1-34-235-2
-always \x7740\x513F 34-235-1-1235-0
-always \x4E00\x7740 24-1-34-235-1
-always \x4ED4\x80A9 1356-1-1245-146-1
-always \x725B\x4ED4 1345-1256-2-1356-246-3
-always \x4ED4\x5B50 1356-246-3-1356-0
-always \x62B9\x5B50 134-26-23-1356-0
-always \x65CB\x5B50 125-12346-23-1356-0
-always \x6E9C\x5B50 123-1256-23-1356-0
-always \x63B8\x90A6 156-1236-23-12-236-1
-always \x63B8\x65CF 156-1236-23-1356-136-2
-always \x7F1D\x5B50 124-3456-23-1356-0
-always \x5F39\x5B50 145-1236-23-1356-0
-always \x5462\x5B50 1345-24-2-1356-0
-always \x7A7A\x5B50 13-256-23-1356-0
-always \x6CE5\x5B50 1345-24-23-1356-0
-always \x722A\x5B50 34-123456-3-1356-0
-always \x6CE1\x5B50 1234-235-1-1356-0
-always \x94BB\x4E95 1356-12456-23-1245-16-3
-always \x94BB\x5854 1356-12456-23-2345-35-3
-always \x94BB\x5DE5 1356-12456-23-1245-256-1
-always \x7535\x94BB 145-146-23-1356-12456-23
-always \x98CE\x94BB 124-3456-1-1356-12456-23
-always \x94BB\x673A 1356-12456-23-1245-24-1
-always \x94BB\x5E8A 1356-12456-23-12345-2356-2
-always \x94BB\x6212 1356-12456-23-1245-15-23
-always \x94A2\x94BB 1245-236-1-1356-12456-23
-always \x5341\x94BB 156-2-1356-12456-23
-always \x952A\x94BB 125-135-1-1356-12456-23
-always \x94BB\x5177 1356-12456-23-1245-346-23
-always \x521A\x94BB 1245-236-1-1356-12456-23
-always \x5FC3\x94BB 125-126-1-1356-12456-23
-always \x94BB\x77F3 1356-12456-23-156-2
-always \x94BB\x5934 1356-12456-23-2345-12356-2
-always \x9576\x94BB 125-1346-1-1356-12456-23
-always \x6C34\x94BB 156-2456-3-1356-12456-23
-always \x9EC4\x94BB 125-2356-2-1356-12456-23
-always \x7EFF\x94BB 123-346-23-1356-12456-23
-always \x7EA2\x94BB 125-256-2-1356-12456-23
-always \x84DD\x94BB 123-1236-2-1356-12456-23
-always \x9ED1\x94BB 125-2346-1-1356-12456-23
-always \x7D2B\x94BB 1356-3-1356-12456-23
-always \x6A59\x94BB 12345-3456-2-1356-12456-23
-always \x9752\x94BB 13-16-1-1356-12456-23
-always \x5F69\x94BB 14-246-3-1356-12456-23
-always \x7F16\x8457 12-146-1-34-136-23
-always \x5408\x8457 125-26-2-34-136-23
-always \x8F83\x8457 1245-345-23-34-136-23
-always \x5DE8\x8457 1245-346-23-34-136-23
-always \x8BBA\x8457 123-25-23-34-136-23
-always \x540D\x8457 134-16-2-34-136-23
-always \x571F\x8457 2345-136-3-34-136-23
-always \x663E\x8457 125-146-3-34-136-23
-always \x8BD1\x8457 24-23-34-136-23
-always \x539F\x8457 12346-2-34-136-23
-always \x662D\x8457 34-235-1-34-136-23
-always \x8457\x79F0 34-136-23-12345-3456-1
-always \x8457\x5F55 34-136-23-123-136-23
-always \x8457\x540D 34-136-23-134-16-2
-always \x8457\x4E66 34-136-23-156-136-1
-always \x8457\x8FF0 34-136-23-156-136-23
-always \x8457\x8005 34-136-23-34-26-3
-always \x8457\x4F5C 34-136-23-1356-135-23
-always \x4E13\x8457 34-12456-1-34-136-23
-always \x64B0\x8457 34-12456-23-34-136-23
-always \x5353\x8457 34-135-2-34-136-23
-always \x62D9\x8457 34-135-1-34-136-23
-always \x7384\x8457 125-12346-2-34-136-23
-always \x6C89\x8457 12345-356-2-34-135-2
-always \x8863\x8457 24-1-34-135-2
-always \x77E5\x8457 34-1-34-136-23
-always \x7779\x8457 145-136-3-34-136-23
-always \x5E76\x8457 12-16-23-34-136-23
-always \x5934\x8457 2345-12356-2-34-135-2
-always \x86C7\x8457 156-26-2-34-135-2
-always \x8457\x4E0D 34-135-2-12-136-23
-always \x6210\x8457 12345-3456-2-34-136-23
-always \x81F4\x8457 34-23-34-136-23
-always \x5148\x8457 125-146-1-34-135-2
-always \x6708\x8457 23456-23-34-136-23
-always \x5207\x8457 13-15-23-34-136-23
-always \x8457\x5934 34-135-2-2345-12356-2
-always \x4E2D\x8457 34-256-1-34-135-2
-always \x7D20\x8457 234-136-23-34-136-23
-always \x8FE9\x8457 1235-3-34-136-23
-always \x8457\x97AD 34-136-23-12-146-1
-always \x6C34\x8457 156-2456-3-34-235-2
-always \x4E0D\x8457 12-136-23-34-235-2
-always \x5F25\x8457 134-24-2-34-136-23
-always \x76AE\x8457 1234-24-2-34-135-2
-always \x53F6\x8457 15-23-34-135-2
-always \x8457\x4E4E 34-136-23-125-136-1
-always \x8457\x624B 34-135-2-156-12356-3
-always \x8457\x6709 34-136-23-1256-3
-always \x8457\x4E8E 34-136-23-346-2
-always \x80FD\x8457 1345-3456-2-34-135-2
-always \x5EA6\x8457 145-136-23-34-235-1
-always \x4ED4\x620F 1356-246-3-125-24-23
-always \x5DE5\x4ED4 1245-256-1-1356-246-3
-always \x732A\x4ED4 34-136-1-1356-246-3
-always \x9A6C\x4ED4 134-35-3-1356-246-3
-always \x86E4\x4ED4 125-35-2-1356-246-3
-always \x9F99\x4ED4 123-256-2-1356-246-3
-always \x67DE\x6C34 34-35-23-156-2456-3
-always \x95F4\x4F5C 1245-146-23-1356-135-23
-always \x4E9F\x6765 13-24-23-123-246-2
-always \x5BD2\x4F27 125-1236-2-12345-356-3
-always \x4F3D\x9A6C 1245-35-1-134-35-3
-always \x4F5D\x507B 1245-12356-1-123-12356-2
-always \x75C0\x507B 1245-346-1-123-12356-2
-always \x507B\x5138 123-12356-2-123-135-2
-always \x811A\x8DD0 1245-345-3-14-3
-always \x8DD0\x7740 14-3-34-26
-always \x8BD8\x5C48 1245-24-2-13-346-1
-always \x5729\x573A 125-346-1-12345-236-3
-always \x8D76\x5729 1245-1236-3-125-346-1
-always \x5729\x57E0 125-346-1-12-136-23
-always \x5729\x65E5 125-346-1-245-23
-always \x5729\x5E02 125-346-1-156-23
-always \x5729\x9547 125-346-1-34-356-23
-always \x8378\x8360 12-24-2-13-24-2
-always \x8368\x9EBB 13-146-2-134-35-2
-always \x4E1C\x839E 145-256-1-1245-12456-3
-always \x839E\x5F0F 1245-12456-3-156-23
-always \x62D7\x65AD 235-3-145-12456-23
-always \x62D7\x53E3 235-23-13-12356-3
-always \x8FDD\x62D7 2456-2-235-23
-always \x634B\x8896 123-135-1-125-1256-23
-always \x53E8\x6270 2345-235-1-245-235-3
-always \x53E8\x5149 2345-235-1-1245-2356-1
-always \x53E8\x966A 2345-235-1-1234-2346-2
-always \x53E8\x6559 2345-235-1-1245-345-23
-always \x53E8\x5520 145-235-1-123-235-2
-always \x5520\x53E8 123-235-2-145-235-1
-always \x55D2\x7136 2345-35-23-245-1236-2
-always \x54A7\x54A7 123-15-1-123-15
-always \x5427\x5527 12-35-1-1245-24-1
-always \x5427\x55D2 12-35-1-145-35-1
-always \x5494\x53FD 13-35-3-1245-24-1
-always \x9619\x5982 13-23456-1-245-136-2
-always \x9619\x7591 13-23456-1-24-2
-always \x9036\x8FE4 2456-1-24-2
-always \x5B71\x5934 14-1236-23-2345-12356-2
-always \x9EC4\x9AA0 125-2356-2-12-345-1
-always \x7EF8\x7F2A 12345-12356-2-134-12356-2
-always \x7EB0\x7F2A 1234-24-1-134-1256-23
-always \x7F2A\x8BF4 134-1256-23-156-135-1
-always \x7F2A\x821B 134-1256-23-12345-12456-3
-always \x7F2A\x623E 134-1256-23-123-24-23
-always \x7F2A\x60A0 134-1256-23-1256-1
-always \x7F2A\x5984 134-1256-23-2356-23
-always \x8352\x7F2A 125-2356-1-134-1256-23
-always \x7F2A\x5DE7 134-1256-23-13-345-3
-always \x7F2A\x65AF 134-1256-23-234-1
-always \x5927\x7F2A 145-35-23-134-1256-23
-always \x7F2A\x4F20 134-1256-23-12345-12456-2
-always \x7F2A\x8BEF 134-1256-23-136-23
-always \x679E\x9633 1356-256-1-1346-2
-always \x67B8\x6A58 1245-12356-1-1245-346-2
-always \x67B8\x6A7C 1245-346-3-12346-2
-always \x6854\x6897 1245-15-2-1245-3456-3
-always \x6854\x69D4 1245-15-2-1245-235-1
-always \x677C\x67DA 34-136-23-34-12356-2
-always \x67DA\x6728 1256-2-134-136-23
-always \x79E6\x6867 13-126-2-125-2456-23
-always \x69DF\x6994 12-16-1-123-236-2
-always \x6217\x810A 13-1346-23-1245-24-3
-always \x591F\x6217 1245-12356-23-13-1346-23
-always \x6217\x91D1 13-1346-23-1245-126-1
-always \x6217\x4F4F 13-1346-23-34-136-23
-always \x6217\x5728 13-1346-23-1356-246-23
-always \x6217\x67F1 13-1346-23-34-136-23
-always \x6217\x52B2 13-1346-23-1245-126-23
-always \x6217\x53F0 13-1346-23-2345-246-2
-always \x6217\x5824 13-1346-23-145-24-1
-always \x6217\x9762 13-1346-23-134-146-23
-always \x814C\x81DC 35-1-1356-35-1
-always \x81CA\x5B50 234-235-23-1356-0
-always \x8089\x81CA 245-12356-23-234-235-23
-always \x7F9E\x81CA 125-1256-1-234-235-23
-always \x81CA\x7709 234-235-23-134-2346-2
-always \x81CA\x9762 234-235-23-134-146-23
-always \x81CA\x7EA2 234-235-23-125-256-2
-always \x82B1\x81CA 125-123456-1-234-235-23
-always \x6015\x81CA 1234-35-23-234-235-23
-always \x81CA\x76AE 234-235-23-1234-24-2
-always \x81CA\x58F0 234-235-23-156-3456-1
-always \x81CA\x9640 234-235-23-2345-135-2
-always \x81CA\x9641 234-235-23-2345-135-2
-always \x8BA8\x81CA 2345-235-3-234-235-23
-always \x81CA\x6C14 234-235-23-13-24-23
-always \x71A8\x5E16 346-23-2345-15-1
-always \x5C01\x7985 124-3456-1-156-1236-23
-always \x7985\x8BA9 156-1236-23-245-236-23
-always \x7985\x4F4D 156-1236-23-2456-23
-always \x5218\x7985 123-1256-2-156-1236-23
-always \x534A\x6C93 12-1236-23-145-35-2
-always \x4E00\x6C93 24-1-145-35-2
-always \x4E8C\x6C93 1235-23-145-35-2
-always \x4E24\x6C93 123-1346-3-145-35-2
-always \x4E09\x6C93 234-1236-1-145-35-2
-always \x56DB\x6C93 234-23-145-35-2
-always \x4E94\x6C93 136-3-145-35-2
-always \x516D\x6C93 123-1256-23-145-35-2
-always \x4E03\x6C93 13-24-1-145-35-2
-always \x516B\x6C93 12-35-1-145-35-2
-always \x4E5D\x6C93 1245-1256-3-145-35-2
-always \x5341\x6C93 156-2-145-35-2
-always \x767E\x6C93 12-246-3-145-35-2
-always \x5343\x6C93 13-146-1-145-35-2
-always \x4E07\x6C93 12456-23-145-35-2
-always \x94DC\x94BF 2345-256-2-2345-146-2
-always \x6D0B\x94BF 1346-2-2345-146-2
-always \x8F66\x94BF 12345-26-1-2345-146-2
-always \x997C\x94DB 12-16-3-12345-3456-1
-always \x8336\x94DB 12345-3456-1-12345-3456-1
-always \x94DB\x9F0E 12345-3456-1-145-16-3
-always \x94DB\x9B32 12345-3456-1-1245-26-2
-always \x94DB\x6237 12345-3456-1-125-136-23
-always \x94DB\x5934 12345-3456-1-2345-12356-2
-always \x94DB\x65CB 12345-3456-1-125-12346-2
-always \x94DB\x6CB9 12345-3456-1-1256-2
-always \x9F0E\x94DB 145-16-3-12345-3456-1
-always \x836F\x94DB 345-23-12345-3456-1
-always \x9152\x94DB 1245-1256-3-12345-3456-1
-always \x8F51\x94DB 123-235-2-12345-3456-1
-always \x8317\x94DB 134-16-2-12345-3456-1
-always \x6CE5\x94DB 1345-24-2-12345-3456-1
-always \x77F3\x94DB 156-2-12345-3456-1
-always \x94EB\x94DB 145-345-23-12345-3456-1
-always \x571F\x94DB 2345-136-3-12345-3456-1
-always \x74E6\x94DB 123456-3-12345-3456-1
-always \x6CB9\x94DB 1256-2-12345-3456-1
-always \x6298\x94DB 34-26-2-12345-3456-1
-always \x811A\x94DB 1245-345-3-12345-3456-1
-always \x8DB3\x94DB 1356-136-2-12345-3456-1
-always \x94DB\x811A 12345-3456-1-1245-345-3
-always \x4E2D\x9E44 34-256-1-1245-136-3
-always \x68D8\x77DC 1245-24-2-13-126-2
-always \x8682\x86B1 134-35-3-34-35
-always \x8682\x8782 134-35-1-123-236
-always \x7C38\x7B95 12-26-23-1245-24
-always \x8D91\x8D84 1356-1-1245-346-1
-always \x8DF3\x8E09 2345-345-23-123-1346-2
-always \x8E4A\x8DF7 13-24-1-13-345-1
-always \x5C25\x8E76 123-345-23-1245-23456-3
-always \x55BD\x5570 123-12356-2-123-135
-always \x94E4\x800C 2345-16-3-1235-2
-always \x4F3D\x84DD 13-15-2-123-1236-2
-always \x54AF\x51FA 13-35-3-12345-136-1
-always \x884C\x9996 125-236-2-156-12356-3
-always \x884C\x5C3E 125-236-2-2456-3
-always \x884C\x53F7 125-236-2-125-235-23
-always \x51E0\x884C 1245-24-3-125-236-2
-always \x6362\x884C 125-12456-23-125-236-2
-always \x6295\x884C 2345-12356-2-125-236-2
-always \x4E00\x884C 24-1-125-236-2
-always \x4E8C\x884C 1235-23-125-236-2
-always \x4E24\x884C 123-1346-3-125-236-2
-always \x4E09\x884C 234-1236-1-125-236-2
-always \x56DB\x884C 234-23-125-236-2
-always \x516D\x884C 123-1256-23-125-236-2
-always \x4E03\x884C 13-24-1-125-236-2
-always \x516B\x884C 12-35-1-125-236-2
-always \x4E5D\x884C 1245-1256-3-125-236-2
-always \x5341\x884C 156-2-125-236-2
-always \x767E\x884C 12-246-3-125-236-2
-always \x5343\x884C 13-146-1-125-236-2
-always \x4E07\x884C 12456-23-125-236-2
-always \x7231\x85C9 246-23-1245-15-23
-always \x6170\x85C9 2456-23-1245-15-23
-always \x6795\x85C9 34-356-3-1245-15-23
-always \x85C9\x53E3 1245-15-23-13-12356-3
-always \x85C9\x8BCD 1245-15-23-14-2
-always \x85C9\x6B64 1245-15-23-14-3
-always \x85C9\x4EE5 1245-15-23-24-3
-always \x5047\x85C9 1245-1246-3-1245-15-23
-always \x8574\x85C9 456-23-1245-15-23
-always \x85C9\x52A9 1245-15-23-34-136-23
-always \x85F4\x85C9 456-23-1245-15-23
-always \x85C9\x69C0 1245-15-23-1245-235-3
-always \x7F2B\x85C9 234-235-1-1245-15-23
-always \x85C9\x5B50 1245-15-23-1356-0
-always \x5C09\x85C9 2456-23-1245-15-23
-always \x85C9\x7528 1245-15-23-1456-23
-always \x83A8\x83EA 123-236-23-145-236-23
-always \x83A8\x8361 123-236-23-145-236-23
-always \x83A8\x83A0 123-236-2-1256-3
-always \x83A8\x5C3E 123-236-2-2456-3
-always \x83A8\x8349 123-236-23-14-235-3
-always \x64A9\x62E8 123-345-2-12-26-1
-always \x64A9\x52A8 123-345-2-145-256-23
-always \x64A9\x6597 123-345-2-145-12356-23
-always \x64A9\x9017 123-345-2-145-12356-23
-always \x64A9\x94A9 123-345-2-1245-12356-1
-always \x64A9\x7F5F 123-345-2-1245-136-3
-always \x64A9\x621F 123-345-2-1245-24-3
-always \x64A9\x4E01 123-345-2-145-16-1
-always \x64A9\x4E71 123-345-2-123-12456-23
-always \x64A9\x5F04 123-345-2-1345-256-23
-always \x64A9\x7ED5 123-345-2-245-235-23
-always \x64A9\x4EBA 123-345-2-245-356-2
-always \x64A9\x820D 123-345-2-156-26-3
-always \x6C13\x64A9 134-236-2-123-345-2
-always \x64A9\x8702 123-345-2-124-3456-1
-always \x64A9\x662F 123-345-2-156-23
-always \x64A9\x6D45 123-345-3-13-1346-3
-always \x64A9\x6F09 123-345-3-123-136-23
-always \x64A9\x6E56 123-345-3-125-136-2
-always \x64A9\x811A 123-345-23-1245-345-3
-always \x64A9\x8352 123-345-23-125-2356-1
-always \x64A9\x8E76 123-345-23-1245-346-3
-always \x64A9\x5CED 123-345-23-13-345-23
-always \x64A9\x5012 123-345-23-145-235-3
-always \x634B\x8D77 123-135-1-13-24-3
-always \x634B\x53D6 123-135-1-13-346-3
-always \x7387\x961F 156-13456-23-145-2456-23
-always \x5228\x5E73 12-235-23-1234-16-2
-always \x94FA\x5E8A 1234-136-1-12345-2356-2
-always \x6EB1\x6F7C 34-126-2-2345-256-2
-always \x853D\x585E 12-24-23-234-26-23
-always \x7EA2\x82D5 125-256-2-156-235-2
-always \x76F8\x7247 125-1346-23-1234-146-23
-always \x76F8\x4F4D 125-1346-23-2456-23
-always \x76F8\x6001 125-1346-23-2345-246-23
-always \x76F8\x91CF 125-1346-23-123-1346-23
-always \x601C\x76F8 123-146-2-125-1346-23
-always \x59BB\x76F8 13-24-1-125-1346-23
-always \x770B\x76F8 13-1236-23-125-1346-23
-always \x5174\x4F1A 125-16-23-125-2456-23
-always \x4E24\x5BBF 123-1346-3-125-1256-3
-always \x5401\x5929 346-23-2345-146-1
-always \x5401\x53F7 346-23-125-235-23
-always \x6DCC\x8840 2345-236-3-125-15-3
-always \x9E2D\x8840 1246-1-125-15-3
-always \x732A\x8840 34-136-1-125-15-3
-always \x624E\x8FAB 1356-35-1-12-146-23
-always \x624E\x7D27 1356-35-1-1245-126-3
-always \x624E\x4F4F 1356-35-1-34-136-23
-always \x624E\x53E3 1356-35-1-13-12356-3
-always \x94C1\x6805 2345-15-3-34-35-23
-always \x6805\x5B50 34-35-23-1356-0
-always \x6805\x680F 34-35-23-123-1236-2
-always \x6728\x6805 134-136-23-34-35-23
-always \x960F\x6C0F 146-1-34-1
-always \x516D\x5B89 123-136-23-1236-1
-always \x516D\x5408 123-136-23-125-26-2
-always \x8096\x50CF 125-345-23-125-1346-23
-always \x60DF\x8096 2456-2-125-345-23
-always \x4E0D\x8096 12-136-23-125-345-23
-always \x767D\x672F 12-246-2-34-136-2
-always \x82CD\x672F 14-236-1-34-136-2
-always \x5C5E\x6587 34-136-3-25-2
-always \x5C5E\x671B 34-136-3-2356-23
-always \x76F8\x5C5E 125-1346-1-34-136-3
-always \x4E48\x7740 134-26-34-235-1
-always \x8179\x4FBF\x4FBF 124-136-23-1234-146-2-1234-146-2
-always \x88C2\x7740 123-15-3-34-26
-always \x7F29\x7802 234-136-23-156-35-1
-always \x8FD8\x94B1 125-12456-2-13-146-2
-always \x6C6A\x4ED4 2356-1-1356-246-3
-always \x65FA\x4ED4 2356-23-1356-246-3
-always \x9753\x4ED4 123-1346-23-1356-246-3
-always \x516C\x4ED4 1245-256-1-1356-246-3
-always \x5EB7\x4E7E 13-236-1-13-146-2
-always \x4E7E\x5764 13-146-2-13-25-1
-always \x4E7E\x53BF 13-146-2-125-146-23
-always \x4E7E\x9686 13-146-2-123-256-2
-always \x4E7E\x660E 13-146-2-134-16-2
-always \x4E7E\x9020 13-146-2-145-235-23
-always \x8427\x4E7E 125-345-1-13-146-2
-always \x671D\x4E7E 34-235-1-13-146-2
-always \x4E7E\x4E7E 13-146-2-13-146-2
-always \x98A0\x4E7E 145-146-1-13-146-2
-always \x4E7E\x8F67 13-146-2-1246-23
-always \x4E7E\x7AEF 13-146-2-145-12456-1
-always \x4E7E\x5609 13-146-2-1245-1246-1
-always \x4E7E\x5915 13-146-2-125-24-1
-always \x65CB\x4E7E 125-12346-2-13-146-2
-always \x4E7E\x5366 13-146-2-1245-123456-23
-always \x4E7E\x9675 13-146-2-123-16-2
-always \x4E00\x89C9 24-1-1245-345-23
-always \x4E2D\x4E3E 34-256-23-1245-346-3
-always \x4E58\x5174 12345-3456-2-125-16-23
-always \x4F9B\x5E94 1245-256-1-16-23
-always \x4ED3\x5352 14-236-1-14-136-23
-always \x5185\x5E94 1345-2346-23-16-23
-always \x5185\x76F8 1345-2346-23-125-1346-23
-always \x5265\x524A 12-26-1-125-23456-1
-always \x526F\x5C06 124-136-23-1245-1346-23
-always \x52FE\x5F53 1245-12356-23-145-236-23
-always \x5357\x65E0 1345-35-2-134-26
-always \x53CD\x5E94 124-1236-3-16-23
-always \x53E5\x8DF5 1245-12356-1-1245-146-23
-always \x53EF\x6570 13-26-3-156-136-3
-always \x53F8\x957F 234-1-34-236-3
-always \x547C\x5E94 125-136-1-16-23
-always \x54ED\x53F7 13-136-1-125-235-2
-always \x56DE\x5E94 125-2456-2-16-23
-always \x56E0\x5E94 126-1-16-23
-always \x62A5\x5E94 12-235-23-16-23
-always \x5916\x957F 13456-23-34-236-3
-always \x5973\x5C06 1345-346-3-1245-1346-23
-always \x5B98\x957F 1245-12456-1-34-236-3
-always \x5BF9\x5E94 145-2456-23-16-23
-always \x5E72\x4E48 1245-1236-23-134-35-2
-always \x5EAD\x957F 2345-16-2-34-236-3
-always \x611F\x5E94 1245-1236-3-16-23
-always \x5E94\x4ED8 16-23-124-136-23
-always \x5E94\x547D 16-23-134-16-23
-always \x5E94\x5BF9 16-23-145-2456-23
-always \x5E94\x5F81 16-23-34-3456-1
-always \x5E94\x63A5 16-23-1245-15-1
-always \x5E94\x65F6 16-23-156-2
-always \x5E94\x666F 16-23-1245-16-3
-always \x5E94\x6C42 16-23-13-1256-2
-always \x5E94\x7528 16-23-1456-23
-always \x5E94\x8003 16-23-13-235-3
-always \x5E94\x58F0 16-23-156-3456-1
-always \x5E94\x8BB8 16-23-125-346-3
-always \x5E94\x8BD5 16-23-156-23
-always \x5E94\x53D8 16-23-12-146-23
-always \x5E94\x8FD0 16-23-456-23
-always \x5E94\x9080 16-23-345-1
-always \x5E94\x916C 16-23-12345-12356-2
-always \x5E94\x9A8C 16-23-146-23
-always \x6237\x957F 125-136-23-34-236-3
-always \x6241\x94BB 12-146-3-1356-12456-23
-always \x6311\x62C5 2345-345-1-145-1236-23
-always \x63A5\x5E94 1245-15-1-16-23
-always \x63A9\x6CA1 146-3-134-26-23
-always \x6402\x94B1 123-12356-1-13-146-2
-always \x6492\x5F00 234-35-1-13-246-1
-always \x63B7\x8FD8 34-23-125-12456-2
-always \x644A\x8FD8 2345-1236-1-125-12456-2
-always \x6405\x548C 1245-345-3-125-135
-always \x6548\x5E94 125-345-23-16-23
-always \x6570\x4E8C 156-136-3-1235-23
-always \x6570\x8BF4 156-136-3-156-135-1
-always \x6570\x94B1 156-136-3-13-146-2
-always \x65C5\x957F 123-346-3-34-236-3
-always \x6687\x7ED9 125-1246-2-1245-24-3
-always \x66F4\x53F7 1245-3456-1-125-235-23
-always \x66FE\x53C2 1356-3456-1-156-356-1
-always \x66FE\x5DE9 1356-3456-1-1245-256-3
-always \x4F1A\x7A3D 13-13456-23-1245-24-1
-always \x671D\x53D1 34-235-1-124-35-1
-always \x4E50\x5267 23456-23-1245-346-23
-always \x4E50\x6BB5 23456-23-145-12456-23
-always \x4E50\x98CE 23456-23-124-3456-1
-always \x6A2A\x884C 125-3456-23-125-16-2
-always \x6B92\x6CA1 456-3-134-26-2
-always \x6CA1\x5165 134-26-23-245-136-23
-always \x6CA1\x836F 134-26-23-345-23
-always \x6CA1\x9876 134-26-23-145-16-3
-always \x6DD6\x7EA6 12345-135-23-23456-1
-always \x6DF7\x6D4A 125-25-2-34-135-2
-always \x4E3A\x4ED6 2456-23-2345-35
-always \x4E3A\x4F60 2456-23-1345-24-3
-always \x4E3A\x5979 2456-23-2345-35-1
-always \x4E3A\x59B3 2456-23-1345-24-3
-always \x4E3A\x60A8 2456-23-1345-126-2
-always \x65E0\x7684 136-2-145-24-23
-always \x7167\x5E94 34-235-23-16-23
-always \x7387\x56E2 156-13456-23-2345-12456-2
-always \x7387\x5E08 156-13456-23-156-1
-always \x7387\x4F17 156-13456-23-34-256-23
-always \x7387\x519B 156-13456-23-1245-456-1
-always \x74A7\x8FD8 12-24-23-125-12456-2
-always \x751A\x4E48 156-356-2-134-26
-always \x755C\x79EF 125-346-23-1245-24-1
-always \x755C\x8C0B 125-346-23-134-12356-2
-always \x5F53\x5DEE 145-236-1-12345-246-1
-always \x5F53\x673A 145-236-23-1245-24-1
-always \x76F8\x56FD 125-1346-23-1245-135-2
-always \x76F8\x5E94 125-1346-1-16-23
-always \x793E\x957F 156-26-23-34-236-3
-always \x79F0\x610F 12345-356-23-24-23
-always \x7A77\x76F8 13-1456-2-125-1346-23
-always \x7B26\x5E94 124-136-2-16-23
-always \x7B56\x5E94 14-26-23-16-23
-always \x7C4D\x6CA1 1245-24-2-134-26-2
-always \x7EBE\x96BE 156-136-1-1345-1236-23
-always \x7ED9\x4ED8 1245-24-3-124-136-23
-always \x7F9E\x6076 125-1256-1-136-23
-always \x804C\x5206 34-2-124-356-23
-always \x542C\x5DEE 2345-16-1-12345-246-1
-always \x8086\x5E94 234-23-16-23
-always \x4E34\x96BE 123-126-2-1345-1236-23
-always \x7740\x8863 34-135-2-24-1
-always \x5904\x5206 12345-136-3-124-356-23
-always \x884C\x6570 125-236-2-156-136-23
-always \x884C\x4F1A 125-236-2-125-2456-23
-always \x8865\x8FD8 12-136-3-125-12456-2
-always \x8865\x9619 12-136-3-13-23456-1
-always \x8BE5\x884C 1245-246-1-125-236-2
-always \x8BBA\x8BED 123-25-2-346-3
-always \x8D1F\x7D2F 124-136-23-123-2346-3
-always \x8D22\x76F8 14-246-2-125-1346-23
-always \x8D22\x957F 14-246-2-34-236-3
-always \x8D24\x76F8 125-146-2-125-1346-23
-always \x8F67\x620F 34-35-2-125-24-23
-always \x8F88\x5206 12-2346-23-124-356-23
-always \x9002\x5E94 156-23-16-23
-always \x8FD8\x81F3 125-12456-2-34-23
-always \x90E1\x957F 1245-456-23-34-236-3
-always \x90FD\x5395 145-136-1-14-26-23
-always \x90FD\x5C14 145-136-1-1235-3
-always \x90FD\x7EDF 145-136-1-2345-256-3
-always \x90FD\x519B 145-136-1-1245-456-1
-always \x916C\x5E94 12345-12356-2-16-23
-always \x91CC\x957F 123-24-3-34-236-3
-always \x91CD\x8BA2 12345-256-2-145-16-23
-always \x91CD\x6D4B 12345-256-2-14-26-23
-always \x91CD\x8FED 12345-256-2-145-15-2
-always \x9550\x4EAC 125-235-23-1245-16-1
-always \x957F\x50CF 34-236-3-125-1346-23
-always \x9619\x5931 13-23456-1-156-1
-always \x9619\x6F0F 13-23456-1-123-12356-23
-always \x964D\x654C 125-1346-2-145-24-2
-always \x964D\x4E66 125-1346-2-156-136-1
-always \x964D\x9F99 125-1346-2-123-256-2
-always \x96BE\x80F8 1345-1236-23-125-1456-1
-always \x54CD\x5E94 125-1346-3-16-23
-always \x987A\x5E94 156-25-23-16-23
-always \x9C9C\x5C11 125-146-3-156-235-3
-always \x9C9C\x803B 125-146-3-12345-3
-always \x9E44\x7684 125-136-2-145-24-23
-always \x4E00\x89BA 24-1-1245-345-23
-always \x7701\x543E 125-16-3-136-2
-always \x884C\x95F4 125-236-2-1245-146-1
-always \x4E0A\x5C07 156-236-23-1245-1346-23
-always \x4E0A\x7576 156-236-23-145-236-23
-always \x4E0A\x8072 156-236-3-156-3456-1
-always \x4E0D\x963F 12-136-23-26-1
-always \x76DB\x996D 12345-3456-2-124-1236-23
-always \x76DB\x5668 12345-3456-2-13-24-23
-always \x76DB\x6EE1 12345-3456-2-134-1236-3
-always \x76DB\x6C64 12345-3456-2-2345-236-1
-always \x4E2D\x50B7 34-256-23-156-236-1
-always \x4E2D\x734E 34-256-23-1245-1346-3
-always \x4E2D\x8209 34-256-23-1245-346-3
-always \x4E2D\x8A08 34-256-23-1245-24-23
-always \x4E2D\x98A8 34-256-23-124-3456-1
-always \x4E58\x8208 12345-3456-2-125-16-23
-always \x4E86\x609F 123-345-3-136-23
-always \x4E86\x65B7 123-345-3-145-12456-23
-always \x4E86\x7D50 123-345-3-1245-15-2
-always \x4EA4\x9084 1245-345-1-125-12456-2
-always \x4EC0\x9EBC 156-356-2-134-26
-always \x4F5D\x50C2 1245-12356-1-123-12356-2
-always \x50C2\x5138 123-12356-2-123-135-2
-always \x4F9B\x61C9 1245-256-1-16-23
-always \x4FE1\x5DEE 125-126-23-12345-246-1
-always \x4FEF\x755C 124-136-3-125-346-23
-always \x5009\x5352 14-236-1-14-136-23
-always \x5014\x5F37 1245-23456-2-1245-1346-23
-always \x511F\x9084 12345-236-2-125-12456-2
-always \x5141\x7576 456-3-145-236-23
-always \x5144\x9577 125-1456-1-34-236-3
-always \x5165\x76F8 245-136-23-125-1346-23
-always \x5167\x61C9 1345-2346-23-16-23
-always \x5167\x76F8 1345-2346-23-125-1346-23
-always \x5167\x7701 1345-2346-23-125-16-3
-always \x5167\x884C 1345-2346-23-125-236-2
-always \x5171\x8655 1245-256-23-12345-136-3
-always \x5178\x7576 145-146-3-145-236-23
-always \x517C\x5DEE 1245-146-1-12345-246-1
-always \x51F1\x6492 13-246-3-234-35-1
-always \x51FA\x6C92 12345-136-1-134-26-23
-always \x5206\x5167 124-356-23-1345-2346-23
-always \x5228\x5730 1234-235-2-145-24-23
-always \x4E00\x524E 24-1-12345-35-23
-always \x53E4\x524E 1245-136-3-12345-35-23
-always \x524E\x90A3 12345-35-23-1345-35-23
-always \x525D\x524A 12-26-1-125-23456-1
-always \x526F\x5C07 124-136-23-1245-1346-23
-always \x52A9\x9577 34-136-23-34-236-3
-always \x52D2\x5012 123-2346-1-145-235-3
-always \x52D2\x4F24 123-2346-1-156-236-1
-always \x52D2\x50B7 123-2346-1-156-236-1
-always \x52D2\x660F 123-2346-1-125-25-1
-always \x52D2\x6B7B 123-2346-1-234-3
-always \x52D2\x75D5 123-2346-1-125-356-2
-always \x52D2\x5F97 123-2346-1-145-26-2
-always \x52D2\x4F4F 123-2346-1-34-136-23
-always \x52D2\x8116 123-2346-1-12-26-2
-always \x52F8\x964D 13-12346-23-125-1346-2
-always \x52FB\x7A31 456-2-12345-356-23
-always \x52FE\x7576 1245-12356-23-145-236-23
-always \x5315\x898B 12-24-3-125-146-23
-always \x5315\x89C1 12-24-3-125-146-23
-always \x5340\x9577 13-346-1-34-236-3
-always \x5348\x89BA 136-3-1245-345-23
-always \x5357\x7121 1345-35-2-134-26
-always \x5371\x96E3 2456-1-1345-1236-23
-always \x53AD\x60E1 146-23-136-23
-always \x53C3\x5DEE 14-356-1-14-1
-always \x53CD\x61C9 124-1236-3-16-23
-always \x53CD\x76F8 124-1236-3-125-1346-23
-always \x53CD\x9593 124-1236-3-1245-146-23
-always \x53D7\x96E3 156-12356-23-1345-1236-23
-always \x53E5\x8E10 1245-12356-1-1245-146-23
-always \x53EF\x60E1 13-26-3-136-23
-always \x53EF\x6578 13-26-3-156-136-3
-always \x53F8\x9577 234-1-34-236-3
-always \x541E\x6C92 2345-25-1-134-26-23
-always \x5426\x6975 1234-24-3-1245-24-2
-always \x5462\x7D68 1345-24-2-245-256-2
-always \x547C\x61C9 125-136-1-16-23
-always \x54C0\x865F 246-1-125-235-2
-always \x54ED\x865F 13-136-1-125-235-2
-always \x5546\x8CC8 156-236-1-1245-136-3
-always \x5546\x8D3E 156-236-1-1245-136-3
-always \x559D\x91C7 125-26-23-14-246-3
-always \x55DA\x54BD 136-1-15-23
-always \x5614\x5410 12356-3-2345-136-23
-always \x5629\x5566 125-123456-1-123-35-1
-always \x5668\x6A02 13-24-23-23456-23
-always \x56DE\x61C9 125-2456-2-16-23
-always \x56E0\x61C9 126-1-16-23
-always \x56E0\x70BA 126-1-2456-23
-always \x570B\x6A02 1245-135-2-23456-23
-always \x570B\x90FD 1245-135-2-145-136-1
-always \x570B\x96E3 1245-135-2-1345-1236-23
-always \x5718\x9577 2345-12456-2-34-236-3
-always \x571F\x9577 2345-136-3-34-236-3
-always \x571F\x957F 2345-136-3-34-236-3
-always \x57CB\x6C92 134-246-2-134-26-23
-always \x57F7\x8457 34-2-34-135-2
-always \x5831\x61C9 12-235-23-16-23
-always \x589E\x9577 1356-3456-1-34-236-3
-always \x58A8\x7FDF 134-26-23-145-24-2
-always \x5916\x76F8 13456-23-125-1346-23
-always \x5916\x9577 13456-23-34-236-3
-always \x5927\x5B9B 145-35-23-12346-1
-always \x5927\x5C07 145-35-23-1245-1346-23
-always \x5927\x96E3 145-35-23-1345-1236-23
-always \x592A\x76E3 2345-246-23-1245-146-23
-always \x884C\x5C71 125-236-2-156-1236-1
-always \x592B\x5DEE 124-136-1-12345-246-1
-always \x5931\x7576 156-1-145-236-23
-always \x593E\x7E2B 1245-1246-1-124-3456-23
-always \x5947\x6578 1245-24-1-156-136-23
-always \x5949\x9084 124-3456-23-125-12456-2
-always \x594F\x6A02 1356-12356-23-23456-23
-always \x5973\x5C07 1345-346-3-1245-1346-23
-always \x597D\x52D5 125-235-23-145-256-23
-always \x597D\x52DD 125-235-23-156-3456-23
-always \x597D\x60E1 125-235-23-136-23
-always \x597D\x6230 125-235-23-34-1236-23
-always \x597D\x9B25 125-235-23-145-12356-23
-always \x59A5\x7576 2345-135-3-145-236-23
-always \x5ACB\x5A1C 1345-345-3-1345-135-2
-always \x5ACC\x60E1 125-146-2-136-23
-always \x5AE1\x9577 145-24-2-34-236-3
-always \x5B78\x9577 125-23456-2-34-236-3
-always \x5B88\x5206 156-12356-3-124-356-23
-always \x5B8F\x90FD 125-256-2-145-136-1
-always \x5B98\x9577 1245-12456-1-34-236-3
-always \x5BB6\x7576 1245-1246-1-145-236-23
-always \x5BB6\x9577 1245-1246-1-34-236-3
-always \x5BE9\x5EA6 156-356-3-145-135-2
-always \x5C07\x4EE4 1245-1346-23-123-16-23
-always \x5C07\x76F8 1245-1346-23-125-1346-23
-always \x5C06\x76F8 1245-1346-23-125-1346-23
-always \x5C08\x6A6B 34-12456-1-125-3456-23
-always \x5C0A\x9577 1356-25-1-34-236-3
-always \x5C0D\x61C9 145-2456-23-16-23
-always \x5C0D\x7A31 145-2456-23-12345-356-23
-always \x5C11\x58EF 156-235-23-34-2356-23
-always \x5C11\x5A66 156-235-23-124-136-23
-always \x5C11\x5C07 156-235-23-1245-1346-23
-always \x5C40\x9577 1245-346-2-34-236-3
-always \x5DE1\x66F4 125-456-2-1245-3456-1
-always \x5E02\x9577 156-23-34-236-3
-always \x5E2B\x9577 156-1-34-236-3
-always \x5E72\x5C07 1245-1236-23-1245-1346-23
-always \x5E74\x9577 1345-146-2-34-236-3
-always \x5E79\x9EBC 1245-1236-23-134-35-2
-always \x5EAD\x9577 2345-16-2-34-236-3
-always \x5EE0\x9577 12345-236-3-34-236-3
-always \x5382\x957F 12345-236-3-34-236-3
-always \x5EF3\x9577 2345-16-1-34-236-3
-always \x5F26\x6A02 125-146-2-23456-23
-always \x5F37\x6A6B 13-1346-2-125-3456-23
-always \x5F80\x9084 2356-3-125-12456-2
-always \x6012\x865F 1345-136-23-125-235-2
-always \x601D\x6C57 234-1-125-1236-2
-always \x6025\x96E3 1245-24-2-1345-1236-23
-always \x6070\x7576 13-1246-23-145-236-23
-always \x60A3\x96E3 125-12456-23-1345-1236-23
-always \x60E1\x52DE 136-23-123-235-2
-always \x60E1\x5C11 26-23-156-235-23
-always \x611B\x597D 246-23-125-235-23
-always \x611F\x61C9 1245-1236-3-16-23
-always \x618E\x60E1 1356-3456-1-136-23
-always \x61C9\x4ED8 16-23-124-136-23
-always \x61C9\x5141 16-23-456-3
-always \x61C9\x547D 16-23-134-16-23
-always \x61C9\x548C 16-23-125-26-23
-always \x61C9\x5C0D 16-23-145-2456-23
-always \x61C9\x5FB5 16-23-34-3456-1
-always \x61C9\x63A5 16-23-1245-15-1
-always \x61C9\x6642 16-23-156-2
-always \x61C9\x666F 16-23-1245-16-3
-always \x61C9\x6C42 16-23-13-1256-2
-always \x61C9\x7528 16-23-1456-23
-always \x61C9\x8003 16-23-13-235-3
-always \x61C9\x8072 16-23-156-3456-1
-always \x61C9\x8A31 16-23-125-346-3
-always \x61C9\x8A66 16-23-156-23
-always \x61C9\x8B8A 16-23-12-146-23
-always \x61C9\x904B 16-23-456-23
-always \x61C9\x9080 16-23-345-1
-always \x61C9\x916C 16-23-12345-12356-2
-always \x61C9\x9A57 16-23-146-23
-always \x61F6\x6563 123-1236-3-234-1236-3
-always \x6210\x9577 12345-3456-2-34-236-3
-always \x6236\x9577 125-136-23-34-236-3
-always \x6240\x9577 234-135-3-34-236-3
-always \x6241\x64D4 12-146-3-145-1236-23
-always \x6241\x947D 12-146-3-1356-12456-23
-always \x6284\x6C92 12345-235-1-134-26-23
-always \x6311\x5F04 2345-345-3-1345-256-23
-always \x6311\x6230 2345-345-3-34-1236-23
-always \x6311\x64A5 2345-345-3-12-26-1
-always \x6311\x64D4 2345-345-1-145-1236-23
-always \x6311\x71C8 2345-345-3-145-3456-1
-always \x6311\x91C1 2345-345-3-125-126-23
-always \x6392\x9577 1234-246-2-34-236-3
-always \x63A5\x61C9 1245-15-1-16-23
-always \x63A5\x7E2B 1245-15-1-124-3456-23
-always \x63A9\x6C92 146-3-134-26-23
-always \x63DB\x884C 125-12456-23-125-236-2
-always \x645F\x9322 123-12356-1-13-146-2
-always \x6402\x5934 123-12356-1-2345-12356-2
-always \x6402\x8349 123-12356-1-14-235-3
-always \x6492\x5B0C 234-35-1-1245-345-1
-always \x6492\x8B0A 234-35-1-125-2356-3
-always \x6492\x8CF4 234-35-1-123-246-23
-always \x6492\x958B 234-35-1-13-246-1
-always \x64D4\x5B50 145-1236-23-1356-0
-always \x64F2\x9084 34-23-125-12456-2
-always \x6524\x9084 2345-1236-1-125-12456-2
-always \x652A\x548C 1245-345-3-125-135-2
-always \x6548\x61C9 125-345-23-16-23
-always \x6551\x96E3 1245-1256-23-1345-1236-23
-always \x6578\x4E00 156-136-3-24-1
-always \x6578\x4E0D 156-136-3-12-136-23
-always \x6578\x4E8C 156-136-3-1235-23
-always \x6578\x5178 156-136-3-145-146-3
-always \x6578\x6578 156-136-3-156-136-23
-always \x6578\x843D 156-136-3-123-135-23
-always \x6578\x8AAA 156-136-3-156-135-1
-always \x6578\x9322 156-136-3-13-146-2
-always \x65C5\x9577 123-346-3-34-236-3
-always \x65CB\x98A8 125-12346-23-124-3456-1
-always \x65CF\x9577 1356-136-2-34-236-3
-always \x65E5\x6688 245-23-456-23
-always \x65E5\x6C92 245-23-134-26-23
-always \x6687\x7D66 125-1246-2-1245-24-3
-always \x66F4\x4E8B 1245-3456-1-156-23
-always \x66F4\x52D5 1245-3456-1-145-256-23
-always \x66F4\x5F35 1245-3456-1-34-236-1
-always \x66F4\x63DB 1245-3456-1-125-12456-23
-always \x66F4\x865F 1245-3456-1-125-235-23
-always \x66F8\x5377 156-136-1-1245-12346-23
-always \x66FE\x53C3 1356-3456-1-156-356-1
-always \x66FE\x5B50 1356-3456-1-1356-3
-always \x66FE\x5B6B 1356-3456-1-234-25-1
-always \x66FE\x6C0F 1356-3456-1-156-23
-always \x66FE\x978F 1356-3456-1-1245-256-3
-always \x6703\x7A3D 13-13456-23-1245-24-1
-always \x6703\x8A08 13-13456-23-1245-24-23
-always \x6703\x9577 125-2456-23-34-236-3
-always \x6708\x6688 23456-23-456-23
-always \x6708\x7D2F 23456-23-123-2346-3
-always \x671D\x66E6 34-235-1-125-24-1
-always \x671D\x6C23 34-235-1-13-24-23
-always \x671D\x767C 34-235-1-124-35-1
-always \x671D\x967D 34-235-1-1346-2
-always \x671D\x9732 34-235-1-123-136-23
-always \x671F\x5E74 1245-24-1-1345-146-2
-always \x671F\x6708 1245-24-1-23456-23
-always \x671F\x670D 1245-24-1-124-136-2
-always \x6751\x9577 14-25-1-34-236-3
-always \x6821\x5C0D 1245-345-23-145-2456-23
-always \x6821\x6E96 1245-345-23-34-25-3
-always \x6821\x8A02 1245-345-23-145-16-23
-always \x6821\x9577 125-345-23-34-236-3
-always \x6821\x95B1 1245-345-23-23456-23
-always \x683D\x7A2E 1356-246-1-34-256-23
-always \x6A02\x5287 23456-23-1245-346-23
-always \x6A02\x5668 23456-23-13-24-23
-always \x6A02\x5718 23456-23-2345-12456-2
-always \x6A02\x58C7 23456-23-2345-1236-2
-always \x6A02\x5E2B 23456-23-156-1
-always \x6A02\x5E9C 23456-23-124-136-3
-always \x6A02\x624B 23456-23-156-12356-3
-always \x6A02\x66F2 23456-23-13-346-3
-always \x6A02\x6BB5 23456-23-145-12456-23
-always \x6A02\x7406 23456-23-123-24-3
-always \x6A02\x7AE0 23456-23-34-236-1
-always \x6A02\x8B5C 23456-23-1234-136-3
-always \x6A02\x8FF7 23456-23-134-24-2
-always \x6A02\x968A 23456-23-145-2456-23
-always \x6A02\x97F3 23456-23-126-1
-always \x6A02\x98A8 23456-23-124-3456-1
-always \x6A21\x6A23 134-136-2-1346-23
-always \x6A6B\x8089 125-3456-23-245-12356-23
-always \x6A6B\x884C 125-3456-23-125-16-2
-always \x6A6B\x8CA1 125-3456-23-14-246-2
-always \x6B21\x9577 14-23-34-236-3
-always \x6B38\x4E43 246-2-1345-246-3
-always \x6B3D\x5DEE 13-126-1-12345-246-1
-always \x6B78\x9084 1245-2456-1-125-12456-2
-always \x6B78\x964D 1245-2456-1-125-1346-2
-always \x6B7B\x7576 234-3-145-236-23
-always \x6B89\x96E3 125-456-23-1345-1236-23
-always \x6B9E\x6C92 456-3-134-26-2
-always \x6BCF\x884C 134-2346-3-125-236-2
-always \x6C5F\x90FD 1245-1346-1-145-136-1
-always \x6C88\x6C92 12345-356-2-134-26-23
-always \x6C92\x4E16 134-26-23-156-23
-always \x6C92\x5165 134-26-23-245-136-23
-always \x6C92\x6536 134-26-23-156-12356-1
-always \x6C92\x843D 134-26-23-123-135-23
-always \x6C92\x85E5 134-26-23-345-23
-always \x6C92\x9802 134-26-23-145-16-3
-always \x6C92\x9F52 134-26-23-12345-3
-always \x6CD5\x76F8 124-35-3-125-1346-23
-always \x6CEF\x6C92 134-126-3-134-26-23
-always \x6D77\x96E3 125-246-3-1345-1236-23
-always \x6D88\x9577 125-345-1-34-236-3
-always \x6DD6\x7D04 12345-135-23-23456-1
-always \x6DF1\x60E1 156-356-1-136-23
-always \x6DF7\x6FC1 125-25-2-34-135-2
-always \x6DF9\x6C92 146-1-134-26-23
-always \x6E21\x5047 145-136-23-1245-1246-23
-always \x6E2C\x91CF 14-26-23-123-1346-2
-always \x6E38\x8AAA 1256-2-156-2456-23
-always \x6E6E\x6C92 146-1-134-26-23
-always \x6E6F\x6E6F 156-236-1-156-236-1
-always \x6ECB\x9577 1356-1-34-236-3
-always \x6FDF\x5357 1245-24-3-1345-1236-2
-always \x707D\x96E3 1356-246-1-1345-1236-23
-always \x70AE\x88FD 1234-235-2-34-23
-always \x70B8\x91AC 34-35-2-1245-1346-23
-always \x70BA\x4E86 2456-23-123-26
-always \x70BA\x4EC0 2456-23-156-356-2
-always \x70BA\x4ED6 2456-23-2345-35
-always \x70BA\x4F55 2456-23-125-26-2
-always \x70BA\x4F60 2456-23-1345-24-3
-always \x70BA\x570B 2456-23-1245-135-2
-always \x70BA\x5979 2456-23-2345-35-1
-always \x70BA\x59B3 2456-23-1345-24-3
-always \x70BA\x60A8 2456-23-1345-126-2
-always \x70BA\x6C11 2456-23-134-126-2
-always \x70BA\x864E 2456-23-125-136-3
-always \x7121\x7684 136-2-145-24-23
-always \x7121\x7E2B 136-2-124-3456-23
-always \x715E\x8ECA 156-35-1-12345-26-1
-always \x7167\x61C9 34-235-23-16-23
-always \x71D5\x4EAC 146-1-1245-16-1
-always \x71DF\x9577 16-2-34-236-3
-always \x729B\x725B 134-235-2-1345-1256-2
-always \x72D7\x4ED4 1245-12356-3-1356-246-3
-always \x7387\x5175 156-13456-23-12-16-1
-always \x7387\x5718 156-13456-23-2345-12456-2
-always \x7387\x5E2B 156-13456-23-156-1
-always \x7387\x610F 156-13456-23-24-23
-always \x7387\x7136 156-13456-23-245-1236-2
-always \x7387\x773E 156-13456-23-34-256-23
-always \x7387\x8ECD 156-13456-23-1245-456-1
-always \x7387\x9818 156-13456-23-123-16-3
-always \x73ED\x9577 12-1236-1-34-236-3
-always \x7405\x90AA 123-236-2-1246-2
-always \x74A7\x9084 12-24-23-125-12456-2
-always \x751A\x9EBC 156-356-2-134-26
-always \x751F\x9084 156-3456-1-125-12456-2
-always \x751F\x9577 156-3456-1-34-236-3
-always \x755C\x7522 125-346-23-12345-1236-3
-always \x755C\x7A4D 125-346-23-1245-24-1
-always \x755C\x8B00 125-346-23-134-12356-2
-always \x755C\x990A 125-346-23-1346-3
-always \x7576\x5DEE 145-236-1-12345-246-1
-always \x7576\x6A5F 145-236-23-1245-24-1
-always \x7576\x7968 145-236-23-1234-345-23
-always \x7576\x92EA 145-236-23-1234-136-23
-always \x75DB\x60E1 2345-256-23-136-23
-always \x767C\x9084 124-35-1-125-12456-2
-always \x767C\x96E3 124-35-1-1345-1236-23
-always \x768B\x9676 1245-235-1-345-2
-always \x76F8\x570B 125-1346-23-1245-135-2
-always \x76F8\x592B 125-1346-23-124-136-1
-always \x76F8\x61C9 125-1346-1-16-23
-always \x76F8\x6A5F 125-1346-23-1245-24-1
-always \x76F8\x7A31 125-1346-1-12345-356-23
-always \x76F8\x7C3F 125-1346-23-12-136-23
-always \x76F8\x8072 125-1346-23-156-3456-1
-always \x76F8\x8655 125-1346-1-12345-136-3
-always \x76F8\x8853 125-1346-23-156-136-23
-always \x7701\x5206 156-3456-3-124-356-23
-always \x7701\x601D 125-16-3-234-1
-always \x7701\x89AA 125-16-3-13-126-1
-always \x7701\x9577 156-3456-3-34-236-3
-always \x770B\x8B77 13-1236-1-125-136-23
-always \x770B\x9580 13-1236-1-134-356-2
-always \x771F\x7387 34-356-1-156-13456-23
-always \x773C\x6688 146-3-456-23
-always \x7761\x8457 156-2456-23-34-235-2
-always \x7761\x89BA 156-2456-23-1245-345-23
-always \x7763\x7387 145-136-1-156-13456-23
-always \x77AD\x671B 123-345-23-2356-23
-always \x78C5\x7921 1234-236-2-12-26-2
-always \x78E8\x96E3 134-26-2-1345-1236-23
-always \x793E\x9577 156-26-23-34-236-3
-always \x79AA\x8B93 156-1236-23-245-236-23
-always \x79AE\x6A02 123-24-3-23456-23
-always \x79D1\x9577 13-26-1-34-236-3
-always \x7A31\x8077 12345-356-23-34-2
-always \x7A31\x5FC3 12345-356-23-125-126-1
-always \x7A31\x610F 12345-356-23-24-23
-always \x7A4D\x7D2F 1245-24-1-123-2346-3
-always \x7A7A\x9592 13-256-23-125-146-2
-always \x7A7A\x96E3 13-256-1-1345-1236-23
-always \x7A7A\x984D 13-256-23-26-2
-always \x7A7F\x8457 12345-12456-1-34-135-2
-always \x7AAE\x76F8 13-1456-2-125-1346-23
-always \x7AD9\x9577 34-1236-23-34-236-3
-always \x7B26\x61C9 124-136-2-16-23
-always \x7B54\x61C9 145-35-1-16-23
-always \x7B54\x7406 145-35-1-123-24-3
-always \x7B56\x61C9 14-26-23-16-23
-always \x7BA1\x6A02 1245-12456-3-23456-23
-always \x7C4D\x6C92 1245-24-2-134-26-2
-always \x7C73\x884C 134-24-3-125-236-2
-always \x7D13\x96E3 156-136-1-1345-1236-23
-always \x7D2F\x4E16 123-2346-3-156-23
-always \x7D2F\x5375 123-2346-3-123-12456-3
-always \x7D2F\x6708 123-2346-3-23456-23
-always \x7D2F\x7A4D 123-2346-3-1245-24-1
-always \x7D2F\x8D05 123-2346-2-34-2456-23
-always \x7D2F\x9032 123-2346-3-1245-126-23
-always \x7D42\x4E86 34-256-1-123-345-3
-always \x7D44\x9577 1356-136-3-34-236-3
-always \x7D66\x4ED8 1245-24-3-124-136-23
-always \x7D71\x7387 2345-256-3-156-13456-23
-always \x7DB8\x5DFE 1245-12456-1-1245-126-1
-always \x7DE3\x5206 12346-2-124-356-23
-always \x7E23\x9577 125-146-23-34-236-3
-always \x7E2B\x9699 124-3456-23-125-24-23
-always \x7E3D\x5F97 1356-256-3-145-2346-3
-always \x7E3D\x884C 1356-256-3-125-236-2
-always \x7E8C\x5047 125-346-23-1245-1246-23
-always \x7F3A\x7A7A 13-23456-1-13-256-23
-always \x7F79\x96E3 123-24-2-1345-1236-23
-always \x7F9E\x60E1 125-1256-1-136-23
-always \x7FF9\x695A 13-345-2-12345-136-3
-always \x7FF9\x9996 13-345-2-156-12356-3
-always \x8015\x7A2E 1245-3456-1-34-256-23
-always \x8072\x6A02 156-3456-1-23456-23
-always \x8077\x5206 34-2-124-356-23
-always \x807D\x5DEE 2345-16-1-12345-246-1
-always \x8086\x61C9 234-23-16-23
-always \x81C6\x5EA6 24-23-145-135-2
-always \x81E8\x96E3 123-126-2-1345-1236-23
-always \x81EA\x7D66 1356-23-1245-24-3
-always \x8208\x8DA3 125-16-23-13-346-23
-always \x820A\x90FD 1245-1256-23-145-136-1
-always \x8216\x6392 1234-136-1-1234-246-2
-always \x822C\x82E5 12-26-1-245-26-3
-always \x8239\x9577 12345-12456-2-34-236-3
-always \x82E5\x5E79 245-135-23-1245-1236-1
-always \x82E6\x96E3 13-136-3-1345-1236-23
-always \x8378\x85BA 12-24-2-13-24-2
-always \x843D\x96E3 123-135-23-1345-1236-23
-always \x8457\x529B 34-135-2-123-24-23
-always \x8457\x5BE6 34-135-2-156-2
-always \x8457\x5E8A 34-135-2-12345-2356-2
-always \x8457\x6025 34-235-2-1245-24-2
-always \x8457\x60F3 34-135-2-125-1346-3
-always \x8457\x614C 34-235-2-125-2356-1
-always \x8457\x6DBC 34-235-2-123-1346-2
-always \x8457\x706B 34-235-2-125-135-3
-always \x8457\x8272 34-135-2-234-26-23
-always \x8457\x843D 34-135-2-123-135-23
-always \x8457\x8863 34-135-2-24-1
-always \x8457\x91CD 34-135-2-34-256-23
-always \x8457\x9678 34-135-2-123-136-23
-always \x8499\x96E3 134-3456-2-1345-1236-23
-always \x8655\x5206 12345-136-3-124-356-23
-always \x8655\x65BC 12345-136-3-346-2
-always \x8655\x9577 12345-136-23-34-236-3
-always \x865F\x54ED 125-235-2-13-136-1
-always \x8766\x87C6 125-35-2-134-35-2
-always \x883B\x6A6B 134-1236-2-125-3456-23
-always \x8054\x884C 123-146-2-12-236-2
-always \x884C\x6578 125-236-2-156-136-23
-always \x884C\x6703 125-236-2-125-2456-23
-always \x884C\x696D 125-236-2-15-23
-always \x884C\x865F 125-236-2-125-235-23
-always \x884C\x884C\x51FA 125-236-2-125-236-2-12345-136-1
-always \x884C\x898F 125-236-2-1245-2456-1
-always \x884C\x8A71 125-236-2-125-123456-23
-always \x884C\x9593 125-236-2-1245-146-1
-always \x8868\x76F8 12-345-3-125-1346-23
-always \x88C1\x5EA6 14-246-2-145-135-2
-always \x88C2\x7E2B 123-15-23-124-3456-23
-always \x88DC\x5047 12-136-3-1245-1246-23
-always \x88DC\x7D66 12-136-3-1245-24-3
-always \x88DC\x9084 12-136-3-125-12456-2
-always \x88DC\x95D5 12-136-3-13-23456-1
-always \x897F\x6A02 125-24-1-23456-23
-always \x8981\x633E 345-1-125-15-2
-always \x8981\x8105 345-1-125-15-2
-always \x8986\x6821 124-136-23-1245-345-23
-always \x8986\x6C92 124-136-23-134-26-23
-always \x89AA\x5BB6 13-16-23-1245-1246-1
-always \x8A50\x964D 34-35-23-125-1346-2
-always \x8A72\x884C 1245-246-1-125-236-2
-always \x8AAA\x5BA2 156-2456-23-13-26-23
-always \x8ABF\x5B50 145-345-23-1356-0
-always \x8ACB\x5047 13-16-3-1245-1246-23
-always \x8AD6\x8A9E 123-25-2-346-3
-always \x8B58\x76F8 156-2-125-1346-23
-always \x8B70\x9577 24-23-34-236-3
-always \x8B8A\x66F4 12-146-23-1245-3456-1
-always \x8B8A\x76F8 12-146-23-125-1346-23
-always \x8C6C\x5708 34-136-1-1245-12346-23
-always \x8CA0\x7D2F 124-136-23-123-2346-3
-always \x8CA1\x76F8 14-246-2-125-1346-23
-always \x8CA1\x9577 14-246-2-34-236-3
-always \x8CE2\x76F8 125-146-2-125-1346-23
-always \x8D74\x96E3 124-136-23-1345-1236-23
-always \x8DF3\x884C 2345-345-23-125-236-2
-always \x8E4A\x8E7A 13-24-1-13-345-1
-always \x8EAB\x5206 156-356-1-124-356-23
-always \x8ECA\x9577 12345-26-1-34-236-3
-always \x8ECB\x6232 34-35-2-125-24-23
-always \x8ECD\x6A02 1245-456-1-23456-23
-always \x8ECD\x9577 1245-456-1-34-236-3
-always \x8F15\x7387 13-16-1-156-13456-23
-always \x8F29\x5206 12-2346-23-124-356-23
-always \x8FB1\x6C92 245-136-3-134-26-23
-always \x8FD4\x9084 124-1236-3-125-12456-2
-always \x9000\x9084 2345-2456-23-125-12456-2
-always \x9003\x96E3 2345-235-2-1345-1236-23
-always \x9023\x9577 123-146-2-34-236-3
-always \x903E\x5206 346-2-124-356-23
-always \x9047\x96E3 346-23-1345-1236-23
-always \x904A\x8AAA 1256-2-156-2456-23
-always \x904E\x5206 1245-135-23-124-356-23
-always \x904E\x7576 1245-135-23-145-236-23
-always \x9053\x89C0 145-235-23-1245-12456-23
-always \x9069\x61C9 156-23-16-23
-always \x9069\x7576 156-23-145-236-23
-always \x906D\x96E3 1356-235-1-1345-1236-23
-always \x9077\x90FD 13-146-1-145-136-1
-always \x907F\x96E3 12-24-23-1345-1236-23
-always \x9084\x4FD7 125-12456-2-234-136-2
-always \x9084\x50F9 125-12456-2-1245-1246-23
-always \x9084\x539F 125-12456-2-12346-2
-always \x9084\x624B 125-12456-2-156-12356-3
-always \x9084\x672C 125-12456-2-12-356-3
-always \x9084\x7259 125-12456-2-1246-2
-always \x9084\x773C 125-12456-2-146-3
-always \x9084\x79AE 125-12456-2-123-24-3
-always \x9084\x81F3 125-12456-2-34-23
-always \x9084\x9109 125-12456-2-125-1346-1
-always \x9084\x9858 125-12456-2-12346-23
-always \x9084\x9B42 125-12456-2-125-25-2
-always \x90E1\x9577 1245-456-23-34-236-3
-always \x90E2\x90FD 16-3-145-136-1
-always \x90E8\x9577 12-136-23-34-236-3
-always \x90F5\x5DEE 1256-2-12345-246-1
-always \x90FD\x5175 145-136-1-12-16-1
-always \x90FD\x53F8 145-136-1-234-1
-always \x90FD\x5BDF 145-136-1-12345-35-2
-always \x90FD\x5C09 145-136-1-2456-23
-always \x90FD\x5EC1 145-136-1-14-26-23
-always \x90FD\x723E 145-136-1-1235-3
-always \x90FD\x7763 145-136-1-145-136-1
-always \x90FD\x7D71 145-136-1-2345-256-3
-always \x90FD\x8ECD 145-136-1-1245-456-1
-always \x90FD\x9091 145-136-1-24-23
-always \x9109\x9577 125-1346-1-34-236-3
-always \x914B\x9577 13-1256-2-34-236-3
-always \x914D\x6A02 1234-2346-23-23456-23
-always \x914D\x7D66 1234-2346-23-1245-24-3
-always \x916C\x61C9 12345-12356-2-16-23
-always \x91CC\x9577 123-24-3-34-236-3
-always \x91CD\x4F30 12345-256-2-1245-136-1
-always \x91CD\x4F86 12345-256-2-123-246-2
-always \x91CD\x5165 12345-256-2-245-136-23
-always \x91CD\x520A 12345-256-2-13-1236-1
-always \x91CD\x570D 12345-256-2-2456-2
-always \x91CD\x5B6B 12345-256-2-234-25-1
-always \x91CD\x5B9A 12345-256-2-145-16-23
-always \x91CD\x5BEB 12345-256-2-125-15-3
-always \x91CD\x5FA9 12345-256-2-124-136-23
-always \x91CD\x6176 12345-256-2-13-16-23
-always \x91CD\x6284 12345-256-2-12345-235-1
-always \x91CD\x6E2C 12345-256-2-14-26-23
-always \x91CD\x7372 12345-256-2-125-135-23
-always \x91CD\x73FE 12345-256-2-125-146-23
-always \x91CD\x758A 12345-256-2-145-15-2
-always \x91CD\x7D44 12345-256-2-1356-136-3
-always \x91CD\x7F6E 12345-256-2-34-23
-always \x91CD\x8907 12345-256-2-124-136-23
-always \x91CD\x8A2D 12345-256-2-156-26-23
-always \x91CD\x8A66 12345-256-2-156-23
-always \x91CD\x967D 12345-256-2-1346-2
-always \x9280\x884C 126-2-125-236-2
-always \x92B7\x5047 125-345-1-1245-1246-23
-always \x93AC\x4EAC 125-235-23-1245-16-1
-always \x9470\x5319 345-23-156-2
-always \x947D\x77F3 1356-12456-23-156-2
-always \x9577\x5047 12345-236-2-1245-1246-23
-always \x9577\x50CF 34-236-3-125-1346-23
-always \x9577\x5144 34-236-3-125-1456-1
-always \x9577\x5927 34-236-3-145-35-23
-always \x9577\x5973 34-236-3-1345-346-3
-always \x9577\x5B50 34-236-3-1356-3
-always \x9577\x5B6B 34-236-3-234-25-1
-always \x9577\x5B98 34-236-3-1245-12456-1
-always \x9577\x5E7C 34-236-3-1256-23
-always \x9577\x623F 34-236-3-124-236-2
-always \x9577\x7537 34-236-3-1345-1236-2
-always \x9577\x8001 34-236-3-123-235-3
-always \x9577\x8005 34-236-3-34-26-3
-always \x9577\x8F29 34-236-3-12-2346-23
-always \x9577\x9032 34-236-3-1245-126-23
-always \x9580\x7E2B 134-356-2-124-3456-23
-always \x9589\x585E 12-24-23-234-26-23
-always \x9592\x6563 125-146-2-234-1236-3
-always \x9592\x7A7A 125-146-2-13-256-23
-always \x9593\x63A5 1245-146-23-1245-15-1
-always \x9593\x65B7 1245-146-23-145-12456-23
-always \x9593\x6B47 1245-146-23-125-15-1
-always \x9593\x8ADC 1245-146-23-145-15-2
-always \x9593\x9694 1245-146-23-1245-26-2
-always \x9593\x9699 1245-146-23-125-24-23
-always \x95D5\x5931 13-23456-1-156-1
-always \x95D5\x5982 13-23456-1-245-136-2
-always \x95D5\x6F0F 13-23456-1-123-12356-23
-always \x95D5\x7591 13-23456-1-24-2
-always \x963F\x8ADB 26-1-346-2
-always \x9644\x8457 124-136-23-34-135-2
-always \x964D\x5C07 125-1346-2-1245-1346-23
-always \x964D\x6575 125-1346-2-145-24-2
-always \x964D\x66F8 125-1346-2-156-136-1
-always \x964D\x9F8D 125-1346-2-123-256-2
-always \x9662\x9577 12346-23-34-236-3
-always \x968A\x9577 145-2456-23-34-236-3
-always \x96B1\x6C92 126-3-134-26-23
-always \x96C5\x6A02 1246-3-23456-23
-always \x96D9\x91CD 156-2356-1-12345-256-2
-always \x96E2\x9593 123-24-2-1245-146-23
-always \x96E3\x6C11 1345-1236-23-134-126-2
-always \x96E3\x80F8 1345-1236-23-125-1456-1
-always \x9732\x76F8 123-12356-23-125-1346-23
-always \x9732\x81C9 123-12356-23-123-146-3
-always \x975E\x96E3 124-2346-1-1345-1236-23
-always \x97F3\x6A02 126-1-23456-23
-always \x97FF\x61C9 125-1346-3-16-23
-always \x9806\x61C9 156-25-23-16-23
-always \x990A\x5206 1346-3-124-356-23
-always \x9928\x9577 1245-12456-3-34-236-3
-always \x9996\x9577 156-12356-3-34-236-3
-always \x9A55\x6A6B 1245-345-1-125-3456-23
-always \x9AA8\x76F8 1245-136-3-125-1346-23
-always \x9AD8\x66F4 1245-235-1-1245-3456-1
-always \x9AD8\x9E97 1245-235-1-123-24-2
-always \x9B06\x6563 234-256-1-234-1236-3
-always \x9BAE\x5C11 125-146-3-156-235-3
-always \x9BAE\x6065 125-146-3-12345-3
-always \x9D60\x7684 125-136-2-145-24-23
-always \x9F9C\x8332 13-1256-1-14-2
-always \x9F9C\x88C2 1245-456-1-123-15-23
-always \x963F\x81A0 26-1-1245-345-1
-always \x963F\x5F4C 26-1-134-24-2
-always \x6328\x9913 246-2-26-23
-always \x6328\x99E1 246-2-134-35-23
-always \x61F2\x827E 12345-3456-2-24-23
-always \x6252\x96DE 1234-35-2-1245-24-1
-always \x6252\x7ACA 1234-35-2-13-15-23
-always \x628A\x5152 12-35-23-1235-0
-always \x8180\x816B 1234-236-1-34-256-3
-always \x8584\x79AE 12-26-2-123-24-3
-always \x8584\x9727 12-26-2-136-23
-always \x7DBF\x8584 134-146-2-12-26-2
-always \x6DFA\x8584 13-146-3-12-26-2
-always \x8F15\x8584 13-16-1-12-26-2
-always \x8584\x7522 12-26-2-12345-1236-3
-always \x55AE\x8584 145-1236-1-12-26-2
-always \x5674\x8584 1234-356-1-12-26-2
-always \x78FD\x8584 13-345-1-12-26-2
-always \x7E96\x8584 125-146-1-12-26-2
-always \x8584\x767C 12-26-2-124-35-1
-always \x88E1\x5821 123-24-3-1234-136-23
-always \x7AAF\x5821 345-2-1234-136-23
-always \x5433\x5821 136-2-1234-136-23
-always \x80CC\x5E36 12-2346-1-145-246-23
-always \x80CC\x8CA0 12-2346-1-124-136-23
-always \x80CC\x50B5 12-2346-1-34-246-23
-always \x80CC\x8457 12-2346-1-34-26
-always \x80CC\x4F86 12-2346-1-123-246-2
-always \x80CC\x8F15 12-2346-1-13-16-1
-always \x7E43\x81C9 12-3456-3-123-146-3
-always \x7E43\x8457 12-3456-3-34-26
-always \x8FF8\x98DB 12-3456-1-124-2346-1
-always \x5FA9\x8F9F 124-136-23-12-24-23
-always \x8457\x908A 34-235-2-12-146-1
-always \x5F46\x626D 12-15-23-1345-1256-3
-always \x765F\x4E09 12-15-1-234-1236-1
-always \x863F\x8514 123-135-2-12-26
-always \x88DC\x7A2E 12-136-3-34-256-23
-always \x6C99\x53C3 156-35-1-156-356-1
-always \x91CE\x53C3 15-3-156-356-1
-always \x53C3\x5546 156-356-1-156-236-1
-always \x4E39\x53C3 145-1236-1-156-356-1
-always \x5C71\x53C3 156-1236-1-156-356-1
-always \x6D77\x53C3 125-246-3-156-356-1
-always \x9EE8\x53C3 145-236-3-156-356-1
-always \x4EBA\x53C3 245-356-2-156-356-1
-always \x6D0B\x53C3 1346-2-156-356-1
-always \x5B50\x53C3 1356-3-156-356-1
-always \x85CF\x50B3 1356-236-23-12345-12456-2
-always \x5BF6\x85CF 12-235-3-1356-236-23
-always \x85CF\x91AB 1356-236-23-24-1
-always \x85CF\x6232 1356-236-23-125-24-23
-always \x85CF\x85CD 1356-236-23-123-1236-2
-always \x85CF\x8A9E 1356-236-23-346-3
-always \x85CF\x7D05 1356-236-23-125-256-2
-always \x53C9\x958B 12345-35-23-13-246-1
-always \x5C08\x5DEE 34-12456-1-12345-246-1
-always \x8FA6\x5DEE 12-1236-23-12345-246-1
-always \x92B7\x5DEE 125-345-1-12345-246-1
-always \x5DEE\x9EDE 12345-35-23-145-146-3
-always \x5DEE\x52C1 12345-35-23-1245-126-23
-always \x9084\x5DEE 125-246-2-12345-35-23
-always \x7E3E\x5DEE 1245-24-23-12345-35-23
-always \x986B\x6144 34-1236-23-123-24-23
-always \x5BD2\x986B 125-1236-2-34-1236-23
-always \x51B7\x986B 123-3456-3-34-1236-23
-always \x5834\x5C4B 12345-236-2-136-1
-always \x5834\x9662 12345-236-2-12346-23
-always \x63DA\x5834 1346-2-12345-236-2
-always \x93AE\x9577 34-356-23-34-236-3
-always \x6A5F\x9577 1245-24-1-34-236-3
-always \x9577\x52E2 34-236-3-156-23
-always \x5DE5\x9577 1245-256-1-34-236-3
-always \x9748\x9577 123-16-2-34-236-3
-always \x9577\x8198 34-236-3-12-345-1
-always \x9577\x89AA 34-236-3-13-126-1
-always \x760B\x9577 124-3456-1-34-236-3
-always \x7926\x9577 13-2356-23-34-236-3
-always \x5DDE\x9577 34-12356-1-34-236-3
-always \x9577\x9580 34-236-3-134-356-2
-always \x9577\x4E0A 34-236-3-156-236-23
-always \x9577\x81C9 34-236-3-123-146-3
-always \x9577\x76F8 34-236-3-125-1346-23
-always \x9577\x9AD8 34-236-3-1245-235-1
-always \x9632\x9577 124-236-2-34-236-3
-always \x9577\x80D6 34-236-3-1234-236-23
-always \x9577\x500B 34-236-3-1245-26-23
-always \x9577\x51FA 34-236-3-12345-136-1
-always \x9577\x6210 34-236-3-12345-3456-2
-always \x9577\x5305 34-236-3-12-235-1
-always \x9577\x82DE 34-236-3-12-235-1
-always \x9577\x8089 34-236-3-245-12356-23
-always \x9577\x75D8 34-236-3-145-12356-23
-always \x5712\x9577 12346-2-34-236-3
-always \x884C\x9577 125-236-2-34-236-3
-always \x53F0\x9577 2345-246-2-34-236-3
-always \x4E8B\x9577 156-23-34-236-3
-always \x7344\x9577 346-23-34-236-3
-always \x8266\x9577 1245-146-23-34-236-3
-always \x8247\x9577 2345-16-3-34-236-3
-always \x671D\x6689 34-235-1-125-2456-1
-always \x885D\x5E8A 12345-256-23-12345-2356-2
-always \x885D\x58D3 12345-256-23-1246-1
-always \x771F\x6C96 34-356-1-12345-256-23
-always \x5F88\x6C96 125-356-3-12345-256-23
-always \x6C96\x8457 12345-256-23-34-26
-always \x6C96\x4F60 12345-256-23-1345-24-3
-always \x6C96\x6211 12345-256-23-135-3
-always \x6C96\x4ED6 12345-256-23-2345-35
-always \x6C96\x5979 12345-256-23-2345-35-1
-always \x6C96\x5B83 12345-256-23-4-2345-35-1
-always \x9285\x81ED 2345-256-2-125-1256-23
-always \x8655\x4EE5 12345-136-3-24-3
-always \x8655\x6CBB 12345-136-3-34-23
-always \x8655\x6691 12345-136-3-156-136-3
-always \x8655\x6B7B 12345-136-3-234-3
-always \x88C1\x8655 14-246-2-12345-136-3
-always \x7368\x8655 145-136-2-12345-136-3
-always \x51B7\x8655 123-3456-3-12345-136-3
-always \x6EFF\x8655 134-1236-3-12345-136-3
-always \x8655\x7406 12345-136-3-123-24-3
-always \x67E5\x8655 12345-35-2-12345-136-3
-always \x96DC\x8655 1356-35-2-12345-136-3
-always \x8655\x6C7A 12345-136-3-1245-23456-2
-always \x5224\x8655 1234-1236-23-12345-136-3
-always \x8AD6\x8655 123-25-23-12345-136-3
-always \x61F2\x8655 12345-3456-2-12345-136-3
-always \x8655\x7F70 12345-136-3-124-35-2
-always \x8655\x4E16 12345-136-3-156-23
-always \x8655\x5883 12345-136-3-1245-16-23
-always \x5BE9\x8655 156-356-3-12345-136-3
-always \x8655\x4E4B 12345-136-3-34-1
-always \x8655\x8B8A 12345-136-3-12-146-23
-always \x8655\x5973 12345-136-3-1345-346-3
-always \x8655\x4E8B 12345-136-3-156-23
-always \x63E3\x6E2C 12345-13456-3-14-26-23
-always \x61F8\x63E3 125-12346-2-12345-13456-3
-always \x50B3\x8A18 34-12456-23-1245-24-23
-always \x5225\x50B3 12-15-2-34-12456-23
-always \x5DE6\x50B3 1356-135-3-34-12456-23
-always \x7D93\x50B3 1245-16-1-34-12456-23
-always \x81EA\x50B3 1356-23-34-12456-23
-always \x7ACB\x50B3 123-24-23-34-12456-23
-always \x8A55\x50B3 1234-16-2-34-12456-23
-always \x5217\x50B3 123-15-23-34-12456-23
-always \x5C0F\x50B3 125-345-3-34-12456-23
-always \x6EF8\x50B3 125-136-3-34-12456-23
-always \x7D93\x5E62 1245-16-1-12345-2356-2
-always \x5275\x50B7 12345-2356-1-156-236-1
-always \x5275\x75DB 12345-2356-1-2345-256-23
-always \x5275\x75D5 12345-2356-1-125-356-2
-always \x5275\x9762 12345-2356-1-134-146-23
-always \x7DBD\x8D77 12345-235-1-13-24-3
-always \x7DBD\x5BB6 12345-235-1-1245-1246-1
-always \x611B\x7B54 246-23-145-35-1
-always \x8607\x6253 234-136-1-145-35-2
-always \x5F85\x8457 145-246-1-34-26
-always \x91CD\x64D4 34-256-23-145-1236-23
-always \x59D3\x55AE 125-16-23-156-1236-23
-always \x55AE\x7E23 156-1236-23-125-146-23
-always \x55AE\x4E8E 12345-1236-2-346-2
-always \x55AE\x7530 156-1236-23-2345-146-2
-always \x55AE\x96C4 156-1236-23-125-1456-2
-always \x70B8\x5F48 34-35-23-145-1236-23
-always \x5F48\x7121 145-1236-23-136-2
-always \x5F48\x4E38 145-1236-23-12456-2
-always \x5F48\x76E1 145-1236-23-1245-126-23
-always \x5F48\x819B 145-1236-23-2345-236-2
-always \x5F48\x75D5 145-1236-23-125-356-2
-always \x5F48\x5F13 145-1236-23-1245-256-1
-always \x5F48\x85E5 145-1236-23-345-23
-always \x9632\x5F48 124-236-2-145-1236-23
-always \x5BE6\x5F48 156-2-145-1236-23
-always \x6838\x5F48 125-26-2-145-1236-23
-always \x5F48\x982D 145-1236-23-2345-12356-2
-always \x64F2\x5F48 34-23-145-1236-23
-always \x5169\x5F48 123-1346-3-145-1236-23
-always \x5F48\x6BBC 145-1236-23-13-26-2
-always \x6D41\x5F48 123-1256-2-145-1236-23
-always \x5F48\x7247 145-1236-23-1234-146-23
-always \x5F48\x5323 145-1236-23-125-1246-2
-always \x5F48\x5009 145-1236-23-14-236-1
-always \x69CD\x5F48 13-1346-1-145-1236-23
-always \x7BAD\x5F48 1245-146-23-145-1236-23
-always \x5F48\x96E8 145-1236-23-346-3
-always \x4E2D\x5F48 34-256-23-145-1236-23
-always \x6295\x5F48 2345-12356-2-145-1236-23
-always \x6C2B\x5F48 13-16-1-145-1236-23
-always \x9727\x5F48 136-23-145-1236-23
-always \x6BCD\x5F48 134-136-3-145-1236-23
-always \x78F7\x5F48 123-126-2-145-1236-23
-always \x6DDA\x5F48 123-2346-23-145-1236-23
-always \x5F48\x5751 145-1236-23-13-3456-1
-always \x70AE\x5F48 1234-235-23-145-1236-23
-always \x5C0E\x5F48 145-235-3-145-1236-23
-always \x5F48\x9053 145-1236-23-145-235-23
-always \x5F48\x69CD 145-1236-23-13-1346-1
-always \x7532\x5F48 1245-1246-3-145-1236-23
-always \x9AD2\x5F48 1356-236-1-145-1236-23
-always \x88DD\x5F48 34-2356-1-145-1236-23
-always \x5F48\x5B54 145-1236-23-13-256-3
-always \x69B4\x5F48 123-1256-2-145-1236-23
-always \x5F48\x5167 145-1236-23-1345-2346-23
-always \x62C6\x5F48 12345-246-1-145-1236-23
-always \x98DB\x5F48 124-2346-1-145-1236-23
-always \x71D2\x5F48 156-235-1-145-1236-23
-always \x5F48\x9AD4 145-1236-23-2345-24-3
-always \x6C23\x5F48 13-24-23-145-1236-23
-always \x5F69\x5F48 14-246-3-145-1236-23
-always \x865F\x5F48 125-235-23-145-1236-23
-always \x706B\x5F48 125-135-3-145-1236-23
-always \x7CBE\x7576 1245-16-1-145-236-23
-always \x7576\x771F 145-236-23-34-356-1
-always \x4E0D\x7576 12-136-23-145-236-23
-always \x8D16\x7576 156-136-2-145-236-23
-always \x503C\x7576 34-2-145-236-23
-always \x7576\x6210 145-236-23-12345-3456-2
-always \x7576\x505A 145-236-23-1356-135-23
-always \x6B0A\x7576 13-12346-2-145-236-1
-always \x7576\x4F5C 145-236-23-1356-135-23
-always \x5012\x8ECA 145-235-23-12345-26-1
-always \x5012\x61F8 145-235-23-125-12346-2
-always \x5E6B\x5012 12-236-1-145-235-23
-always \x5012\x639B 145-235-23-1245-123456-23
-always \x50BE\x5012 13-16-1-145-235-23
-always \x5012\x6558 145-235-23-125-346-23
-always \x5012\x8CE0 145-235-23-1234-2346-2
-always \x5012\x88DD 145-235-23-34-2356-1
-always \x5012\x8CBC 145-235-23-2345-15-1
-always \x5012\x8A08 145-235-23-1245-24-23
-always \x5012\x6578 145-235-23-156-136-3
-always \x5F97\x8667 145-2346-3-13-2456-1
-always \x6A19\x7684 12-345-1-145-24-23
-always \x7684\x78BA 145-24-2-13-23456-23
-always \x7684\x7576 145-24-2-145-236-1
-always \x8ABF\x914D 145-345-23-1234-2346-23
-always \x8ABF\x8ABF 145-345-23-145-345
-always \x8ABF\x53D6 145-345-23-13-346-3
-always \x8ABF\x9063 145-345-23-13-146-3
-always \x97F3\x8ABF 126-1-145-345-23
-always \x8AD6\x8ABF 123-25-23-145-345-23
-always \x5C0F\x8ABF 125-345-3-145-345-23
-always \x9078\x8ABF 125-12346-3-145-345-23
-always \x683C\x8ABF 1245-26-2-145-345-23
-always \x540C\x8ABF 2345-256-2-145-345-23
-always \x8ABF\x4EE4 145-345-23-123-16-23
-always \x4F4E\x8ABF 145-24-1-145-345-23
-always \x8ABF\x51FD 145-345-23-125-1236-2
-always \x53CD\x8ABF 124-1236-3-145-345-23
-always \x5949\x8ABF 124-3456-23-145-345-23
-always \x7B46\x8ABF 12-24-3-145-345-23
-always \x57FA\x8ABF 1245-24-1-145-345-23
-always \x5F37\x8ABF 13-1346-2-145-345-23
-always \x5FBD\x8ABF 125-2456-1-145-345-23
-always \x8072\x8ABF 156-3456-1-145-345-23
-always \x6642\x8ABF 156-2-145-345-23
-always \x8ACB\x8ABF 13-16-3-145-345-23
-always \x8ABF\x96E2 145-345-23-123-24-2
-always \x8ABF\x53BB 145-345-23-13-346-23
-always \x8ABF\x8D70 145-345-23-1356-12356-3
-always \x589E\x8ABF 1356-3456-1-145-345-23
-always \x8ABF\x4F86 145-345-23-123-246-2
-always \x501F\x8ABF 1245-15-23-145-345-23
-always \x6539\x8ABF 1245-246-3-145-345-23
-always \x8ABF\x9632 145-345-23-124-236-2
-always \x6FEB\x8ABF 123-1236-23-145-345-23
-always \x8ABF\x52D5 145-345-23-145-256-23
-always \x8ABF\x6D3E 145-345-23-1234-246-23
-always \x8ABF\x8F49 145-345-23-34-12456-3
-always \x8001\x8ABF 123-235-3-145-345-23
-always \x8ABF\x67E5 145-345-23-12345-35-2
-always \x8272\x8ABF 234-26-23-145-345-23
-always \x8ABF\x6F14 145-345-23-146-3
-always \x97FB\x8ABF 456-23-145-345-23
-always \x5B9A\x8ABF 145-16-23-145-345-23
-always \x8ABF\x5EA6 145-345-23-145-136-23
-always \x5546\x8ABF 156-236-1-145-345-23
-always \x5916\x8ABF 13456-23-145-345-23
-always \x820A\x8ABF 1245-1256-23-145-345-23
-always \x5C0D\x8ABF 145-2456-23-145-345-23
-always \x9AD8\x8ABF 1245-235-1-145-345-23
-always \x8ABF\x6A94 145-345-23-145-236-23
-always \x8ABF\x5175 145-345-23-12-16-1
-always \x8ABF\x8077 145-345-23-34-2
-always \x8ABF\x95B1 145-345-23-23456-23
-always \x8154\x8ABF 13-1346-1-145-345-23
-always \x8ABF\x64A5 145-345-23-12-26-1
-always \x8D70\x8ABF 1356-12356-3-145-345-23
-always \x8ABF\x7814 145-345-23-146-2
-always \x8DD1\x8ABF 1234-235-3-145-345-23
-always \x8ABF\x904B 145-345-23-456-23
-always \x8ABF\x9580 145-345-23-134-356-2
-always \x8ABF\x864E 145-345-23-125-136-3
-always \x8ABF\x7528 145-345-23-1456-23
-always \x8B8A\x8ABF 12-146-23-145-345-23
-always \x8ABF\x5E79 145-345-23-1245-1236-23
-always \x964D\x8ABF 1245-1346-23-145-345-23
-always \x8F49\x8ABF 34-12456-3-145-345-23
-always \x602A\x8ABF 1245-13456-23-145-345-23
-always \x8ABF\x63DB 145-345-23-125-12456-23
-always \x66F2\x8ABF 13-346-3-145-345-23
-always \x6B65\x8ABF 12-136-23-145-345-23
-always \x8A9E\x8ABF 346-3-145-345-23
-always \x8ABF\x4EFB 145-345-23-245-356-23
-always \x63D0\x8ABF 2345-24-2-145-345-23
-always \x62BD\x8ABF 12345-12356-1-145-345-23
-always \x8ABF\x96C6 145-345-23-1245-24-2
-always \x8ABF\x5305 145-345-23-12-235-1
-always \x5FB5\x8ABF 34-3456-1-145-345-23
-always \x4E3B\x8ABF 34-136-3-145-345-23
-always \x60C5\x8ABF 13-16-2-145-345-23
-always \x5317\x8ABF 12-2346-3-145-345-23
-always \x91D8\x6263 145-16-23-13-12356-23
-always \x91D8\x91D8 145-16-23-145-16-1
-always \x91D8\x4E0A 145-16-23-156-236-23
-always \x91D8\x9032 145-16-23-1245-126-23
-always \x91D8\x4E00 145-16-23-24-1
-always \x91D8\x8457 145-16-23-34-26
-always \x4E00\x91D8 24-1-145-16-23
-always \x91D8\x7DCA 145-16-23-1245-126-3
-always \x91D8\x4F4F 145-16-23-34-136-23
-always \x91D8\x7262 145-16-23-123-235-2
-always \x9B25\x5FC3 145-12356-23-125-126-1
-always \x60E1\x9B25 26-23-145-12356-23
-always \x683C\x9B25 1245-26-2-145-12356-23
-always \x9B25\x96DE 145-12356-23-1245-24-1
-always \x9B25\x904E 145-12356-23-1245-135-23
-always \x9B25\x5730 145-12356-23-145-24-23
-always \x9B25\x5F97 145-12356-23-145-26-2
-always \x9B25\x58EB 145-12356-23-156-23
-always \x722D\x9B25 34-3456-1-145-12356-23
-always \x6C7A\x9B25 1245-23456-2-145-12356-23
-always \x640F\x9B25 12-26-2-145-12356-23
-always \x9B25\x6BC6 145-12356-23-12356-1
-always \x9B25\x8457 145-12356-23-34-26
-always \x9B25\x4E00 145-12356-23-24-1
-always \x9B25\x725B 145-12356-23-1345-1256-2
-always \x596E\x9B25 124-356-23-145-12356-23
-always \x9B25\x722D 145-12356-23-34-3456-1
-always \x9B25\x6C23 145-12356-23-13-24-23
-always \x9B25\x5634 145-12356-23-1356-2456-3
-always \x9B25\x6CD5 145-12356-23-124-35-3
-always \x68B0\x9B25 125-15-23-145-12356-23
-always \x6230\x9B25 34-1236-23-145-12356-23
-always \x9B25\x667A 145-12356-23-34-23
-always \x9B25\x5FD7 145-12356-23-34-23
-always \x6BC6\x9B25 12356-1-145-12356-23
-always \x6B66\x9B25 136-3-145-12356-23
-always \x6587\x9B25 25-2-145-12356-23
-always \x9B25\x6587 145-12356-23-25-2
-always \x9B25\x6B66 145-12356-23-136-3
-always \x6279\x9B25 1234-24-1-145-12356-23
-always \x9B25\x8C54 145-12356-23-146-23
-always \x9B25\x89D2 145-12356-23-1245-345-3
-always \x9B25\x67B6 145-12356-23-1245-1246-23
-always \x4E0D\x9B25 12-136-23-145-12356-23
-always \x6253\x9B25 145-35-3-145-12356-23
-always \x93D6\x9B25 235-2-145-12356-23
-always \x9B25\x500B 145-12356-23-1245-26-23
-always \x9B25\x4E82 145-12356-23-123-12456-23
-always \x9B25\x947C 145-12356-23-123-135-2
-always \x9B25\x724C 145-12356-23-1234-246-2
-always \x9B25\x62F3 145-12356-23-13-12346-2
-always \x9B25\x4EBA 145-12356-23-245-356-2
-always \x9B25\x773C 145-12356-23-146-3
-always \x6697\x9B25 1236-23-145-12356-23
-always \x864E\x9B25 125-136-3-145-12356-23
-always \x7336\x9B25 1256-2-145-12356-23
-always \x76F8\x9B25 125-1346-1-145-12356-23
-always \x9B25\x72E0 145-12356-23-125-356-3
-always \x9B25\x7378 145-12356-23-156-12356-23
-always \x9B25\x5834 145-12356-23-12345-236-3
-always \x9B25\x9152 145-12356-23-1245-1256-3
-always \x9B25\x4E86 145-12356-23-123-26
-always \x9B25\x7F85 145-12356-23-123-135-2
-always \x9B25\x6230 145-12356-23-34-1236-23
-always \x53E5\x8B80 1245-346-23-145-12356-23
-always \x8C6C\x809A 34-136-1-145-136-3
-always \x6E2C\x5EA6 14-26-23-145-135-2
-always \x5EA6\x52E2 145-135-2-156-23
-always \x7CE7\x56E4 123-1346-2-145-25-23
-always \x7A7A\x5152 13-256-23-1235-0
-always \x5377\x9AEE 1245-12346-3-124-35-23
-always \x83F2\x5100 124-2346-3-24-2
-always \x9E7D\x5206 146-2-124-356-23
-always \x4E2D\x7E2B 34-256-1-124-3456-23
-always \x5408\x7E2B 125-26-2-124-3456-23
-always \x9699\x7E2B 125-24-23-124-3456-23
-always \x898B\x7E2B 1245-146-23-124-3456-23
-always \x710A\x7E2B 125-1236-23-124-3456-23
-always \x5730\x7E2B 145-24-23-124-3456-23
-always \x7246\x7E2B 13-1346-2-124-3456-23
-always \x9A0E\x7E2B 13-24-2-124-3456-23
-always \x7259\x7E2B 1246-2-124-3456-23
-always \x7D30\x7E2B 125-24-23-124-3456-23
-always \x689D\x7E2B 2345-345-2-124-3456-23
-always \x5169\x670D 123-1346-3-124-136-23
-always \x5E79\x54C8 1245-1236-23-125-35-2
-always \x5E79\x55CE 1245-1236-23-134-35-2
-always \x5E79\x4EC0 1245-1236-23-156-356-2
-always \x5E79\x561B 1245-1236-23-134-35
-always \x7B46\x687F 12-24-3-1245-1236-3
-always \x79E4\x687F 12345-3456-23-1245-1236-3
-always \x6746\x7B46 1245-1236-3-12-24-3
-always \x687F\x79E4 1245-1236-3-12345-3456-23
-always \x6746\x5152 1245-1236-3-1235-0
-always \x9023\x6746 123-146-2-1245-1236-3
-always \x69CD\x687F 13-1346-1-1245-1236-3
-always \x9435\x6746 2345-15-3-1245-1236-3
-always \x947D\x6746 1356-12456-23-1245-1236-3
-always \x687F\x83CC 1245-1236-3-1245-456-1
-always \x6746\x69CD 1245-1236-3-13-1346-1
-always \x818F\x7B46 1245-235-23-12-24-3
-always \x64F1\x4E0D 1245-26-2-12-136-23
-always \x64F1\x5F97 1245-26-2-145-26-2
-always \x7CFE\x845B 1245-1256-1-1245-26-2
-always \x81EA\x500B 1356-23-1245-26-3
-always \x4EF0\x7D66 1346-3-1245-24-3
-always \x7D66\x990A 1245-24-3-1346-3
-always \x85AA\x7D66 125-126-1-1245-24-3
-always \x7D66\x4E88 1245-24-3-346-3
-always \x4F9B\x7D66 1245-256-1-1245-24-3
-always \x4F9B\x72C0 1245-256-23-34-2356-23
-always \x8A98\x4F9B 1256-23-1245-256-23
-always \x4F9B\x8A8D 1245-256-23-245-356-23
-always \x4F9B\x8A5E 1245-256-23-14-2
-always \x4F9B\x8077 1245-256-23-34-2
-always \x5410\x7A40 2345-136-3-346-23
-always \x51A0\x8ECD 1245-12456-23-1245-456-1
-always \x596A\x51A0 145-135-2-1245-12456-23
-always \x5BFA\x89C0 234-23-1245-12456-23
-always \x54C8\x9054 125-35-3-145-35-2
-always \x597D\x5F37 125-235-23-13-1346-2
-always \x865F\x53EB 125-235-2-1245-345-23
-always \x4E7E\x865F 1245-1236-23-125-235-2
-always \x865F\x5555 125-235-2-2345-235-2
-always \x60B2\x865F 12-2346-1-125-235-2
-always \x547C\x865F 125-136-1-125-235-2
-always \x65B7\x559D 145-12456-23-125-26-23
-always \x559D\x554F 125-26-23-25-23
-always \x8CA0\x8377 124-136-23-125-26-23
-always \x8F09\x8377 1356-246-23-125-26-23
-always \x6838\x5152 125-136-2-1235-0
-always \x8EDF\x548C 245-12456-3-125-135
-always \x71B1\x548C 245-26-23-125-135
-always \x647B\x548C 12345-1236-1-125-135
-always \x548C\x9EB5 125-135-2-134-146-23
-always \x548C\x8A69 125-26-23-156-1
-always \x8C89\x7D68 125-235-2-245-256-2
-always \x6A6B\x883B 125-3456-23-134-1236-2
-always \x6A6B\x66B4 125-3456-23-12-235-23
-always \x5201\x6A6B 145-345-1-125-3456-23
-always \x5147\x6A6B 125-1456-1-125-3456-23
-always \x9B27\x54C4 1345-235-23-125-256-1
-always \x54C4\x50B3 125-256-1-12345-12456-2
-always \x4E82\x54C4 123-12456-23-125-256-1
-always \x54C4\x6436 125-256-1-13-1346-3
-always \x54C4\x52D5 125-256-1-145-256-23
-always \x9A36\x54C4 1356-12356-1-125-256-1
-always \x5629\x5629 125-123456-1-125-123456-1
-always \x83EF\x5C71 125-123456-23-156-1236-1
-always \x6BD4\x5283 12-24-3-125-123456
-always \x5283\x64A5 125-123456-23-12-26-1
-always \x5283\x4E00 125-123456-23-24-1
-always \x898F\x5283 1245-2456-1-125-123456-23
-always \x5283\x6642 125-123456-23-156-2
-always \x8B00\x5283 134-12356-2-125-123456-23
-always \x5283\x5206 125-123456-23-124-356-23
-always \x4F01\x5283 13-24-3-125-123456-23
-always \x5283\x754C 125-123456-23-1245-15-23
-always \x5283\x5B9A 125-123456-23-145-16-23
-always \x7B56\x5283 14-26-23-125-123456-23
-always \x5340\x5283 13-346-1-125-123456-23
-always \x8A08\x756B 1245-24-23-125-123456-23
-always \x5283\x6B78 125-123456-23-1245-2456-1
-always \x5283\x7DDA 125-123456-23-125-146-23
-always \x5283\x50F9 125-123456-23-1245-1246-23
-always \x64D8\x5283 12-26-23-125-123456-23
-always \x5283\x6E05 125-123456-23-13-16-1
-always \x7C4C\x756B 12345-12356-2-125-123456-23
-always \x5283\x7D66 125-123456-23-1245-2346-3
-always \x653E\x9084 124-236-23-125-12456-2
-always \x9084\x967D 125-12456-2-1346-2
-always \x9084\x5634 125-12456-2-1356-2456-3
-always \x56DE\x9084 125-2456-2-125-12456-2
-always \x9084\x653F 125-12456-2-34-3456-23
-always \x6E05\x9084 13-16-1-125-12456-2
-always \x9084\x5E33 125-12456-2-34-236-23
-always \x9084\x8CB8 125-12456-2-145-246-23
-always \x9084\x7530 125-12456-2-2345-146-2
-always \x9084\x50B5 125-12456-2-34-246-23
-always \x9084\x64CA 125-12456-2-1245-24-1
-always \x8A0E\x9084 2345-235-3-125-12456-2
-always \x7D22\x9084 234-135-3-125-12456-2
-always \x9084\x7AE5 125-12456-2-2345-256-2
-always \x8CA1\x6703 14-246-2-13-13456-23
-always \x8C41\x9054 125-135-23-145-35-2
-always \x986F\x8C41 125-146-3-125-135-23
-always \x7DDD\x978B 13-24-1-125-15-2
-always \x5EB6\x5E7E 156-136-23-1245-24-1
-always \x5E7E\x6848 1245-24-1-1236-23
-always \x5E7E\x4E4E 1245-24-1-125-136-1
-always \x6FDF\x6FDF 1245-24-3-1245-24-3
-always \x8A08\x91CF 1245-24-23-123-1346-2
-always \x593E\x8956 1245-1246-2-235-3
-always \x593E\x88AB 1245-1246-2-12-2346-23
-always \x593E\x514B 1245-1246-2-13-26-23
-always \x593E\x80A2 1245-35-1-34-1
-always \x7522\x5047 12345-1236-3-1245-1246-23
-always \x5047\x689D 1245-1246-23-2345-345-2
-always \x9593\x6216 1245-146-23-125-135-23
-always \x9593\x96DC 1245-146-23-1356-35-2
-always \x9593\x58C1 1245-146-23-12-24-23
-always \x7121\x9593 136-2-1245-146-23
-always \x9593\x82D7 1245-146-23-134-345-2
-always \x8E10\x7D04 1245-146-23-23456-1
-always \x6E96\x5C07 34-25-3-1245-1346-23
-always \x8001\x5C07 123-235-3-1245-1346-23
-always \x5112\x5C07 245-136-2-1245-1346-23
-always \x95D6\x5C07 12345-2356-3-1245-1346-23
-always \x540D\x5C07 134-16-2-1245-1346-23
-always \x5E79\x5C07 1245-1236-23-1245-1346-23
-always \x864E\x5C07 125-136-3-1245-1346-23
-always \x6557\x5C07 12-246-23-1245-1346-23
-always \x5C07\x5E25 1245-1346-23-156-13456-23
-always \x9A4D\x5C07 125-345-1-1245-1346-23
-always \x6B66\x5C07 136-3-1245-1346-23
-always \x5C07\x58EB 1245-1346-23-156-23
-always \x6FC0\x5C07 1245-24-1-1245-1346-23
-always \x6230\x5C07 34-1236-23-1245-1346-23
-always \x5C07\x9818 1245-1346-23-123-16-3
-always \x4E3B\x5C07 34-136-3-1245-1346-23
-always \x9580\x5C07 134-356-2-1245-1346-23
-always \x5065\x5C07 1245-146-23-1245-1346-23
-always \x608D\x5C07 125-1236-23-1245-1346-23
-always \x5C0F\x5C07 125-345-3-1245-1346-23
-always \x5C07\x5B98 1245-1346-23-1245-12456-1
-always \x731B\x5C07 134-3456-3-1245-1346-23
-always \x9EDE\x5C07 145-146-3-1245-1346-23
-always \x52C7\x5C07 1456-3-1245-1346-23
-always \x5B88\x5C07 156-12356-3-1245-1346-23
-always \x5C07\x624D 1245-1346-23-14-246-2
-always \x826F\x5C07 123-1346-2-1245-1346-23
-always \x6F3F\x7CCA 1245-1346-23-125-136-2
-always \x8A98\x964D 1256-23-125-1346-2
-always \x8ACB\x964D 13-16-3-125-1346-2
-always \x7D0D\x964D 1345-35-23-125-1346-2
-always \x89D2\x9B25 1245-23456-2-145-12356-23
-always \x527F\x8972 12345-235-1-125-24-2
-always \x527F\x8AAA 12345-235-1-156-135-1
-always \x6559\x66F8 1245-345-1-156-136-1
-always \x6559\x8AB2 1245-345-1-13-26-23
-always \x6559\x6703 1245-345-1-125-2456-23
-always \x6559\x7D66 1245-345-1-1245-2346-3
-always \x6559\x904E 1245-345-1-1245-135-23
-always \x6703\x6559 125-2456-23-1245-345-1
-always \x6559\x8A9E 1245-345-1-346-3
-always \x6559\x6578 1245-345-1-156-136-23
-always \x7BC0\x9AA8 1245-15-1-1245-136-3
-always \x7D50\x5DF4 1245-15-1-12-35
-always \x905E\x89E3 145-24-23-1245-15-23
-always \x8CE3\x89E3 134-246-23-125-15-23
-always \x82A5\x85CD 1245-246-23-123-1236-2
-always \x5118\x65E9 1245-126-3-1356-235-3
-always \x5118\x5148 1245-126-3-125-146-1
-always \x5118\x7BA1 1245-126-3-1245-12456-3
-always \x5118\x91CF 1245-126-3-123-1346-23
-always \x52C1\x65C5 1245-16-23-123-346-3
-always \x96C4\x52C1 125-1456-2-1245-16-23
-always \x52C1\x6B4C 1245-16-23-1245-26-1
-always \x52C1\x6575 1245-16-23-145-24-2
-always \x525B\x52C1 1245-236-1-1245-16-23
-always \x84BC\x52C1 14-236-1-1245-16-23
-always \x52C1\x821E 1245-16-23-136-3
-always \x52C1\x5C04 1245-16-23-156-26-23
-always \x52C1\x5347 1245-16-23-156-3456-1
-always \x9052\x52C1 13-1256-2-1245-16-23
-always \x8116\x9838 12-26-2-1245-3456-3
-always \x5377\x63DA 1245-12346-3-1346-2
-always \x98A8\x5377 124-3456-1-1245-12346-3
-always \x6372\x7E2E 1245-12346-3-234-135-1
-always \x9F8D\x5377 123-256-2-1245-12346-3
-always \x6625\x6372 12345-25-1-1245-12346-3
-always \x6372\x5165 1245-12346-3-245-136-23
-always \x81A0\x6372 1245-345-1-1245-12346-3
-always \x5E2D\x6372 125-24-2-1245-12346-3
-always \x6372\x9003 1245-12346-3-2345-235-2
-always \x6372\x7159 1245-12346-3-146-1
-always \x5F69\x6372 14-246-3-1245-12346-3
-always \x6372\x7C3E 1245-12346-3-123-146-2
-always \x6F2B\x6372 134-1236-23-1245-12346-3
-always \x5377\x9B1A 1245-12346-3-125-346-1
-always \x7159\x6372 146-1-1245-12346-3
-always \x86CB\x6372 145-1236-23-1245-12346-3
-always \x61F6\x89BA 123-1236-3-1245-345-23
-always \x95DC\x5361 1245-12456-1-13-1246-3
-always \x908A\x5361 12-146-1-13-1246-3
-always \x9AEE\x5361 124-35-23-13-1246-3
-always \x5361\x6BBC 13-1246-3-13-26-2
-always \x5730\x6BBC 145-24-23-13-345-23
-always \x7532\x6BBC 1245-1246-3-13-345-23
-always \x7A7A\x7576 13-256-23-145-236
-always \x5FEB\x7576 13-13456-23-145-236
-always \x52D2\x7DCA 123-2346-1-1245-126-3
-always \x6A02\x5F8B 23456-23-123-346-23
-always \x6C11\x6A02 134-126-2-23456-23
-always \x6A02\x6C60 23456-23-12345-2
-always \x9F13\x6A02 1245-136-3-23456-23
-always \x6A02\x611F 23456-23-1245-1236-3
-always \x54C0\x6A02 246-1-23456-23
-always \x611B\x6A02 246-23-23456-23
-always \x53E4\x6A02 1245-136-3-23456-23
-always \x6A02\x6B4C 23456-23-1245-26-1
-always \x6A02\x5DE5 23456-23-1245-256-1
-always \x6A02\x6236 23456-23-125-136-23
-always \x6A02\x53E5 23456-23-1245-346-23
-always \x6A02\x76F2 23456-23-134-236-2
-always \x6A02\x821E 23456-23-136-3
-always \x821E\x6A02 136-3-23456-23
-always \x6A02\x6B63 23456-23-34-3456-23
-always \x8A69\x6A02 156-1-23456-23
-always \x5178\x6A02 145-146-3-23456-23
-always \x97FF\x6A02 125-1346-3-23456-23
-always \x58EB\x6A02 156-23-23456-23
-always \x6EFE\x6A02 1245-25-3-23456-23
-always \x64CA\x6A02 1245-24-1-23456-23
-always \x7D2F\x8A08 123-2346-3-1245-24-23
-always \x639B\x7D2F 1245-123456-23-123-2346-3
-always \x5E36\x7D2F 145-246-23-123-2346-3
-always \x7D2F\x7258 123-2346-3-145-136-2
-always \x64B2\x68F1 1234-136-1-123-3456
-always \x53E5\x9E97 1245-12356-1-123-24-2
-always \x85CF\x66C6 1356-236-23-123-24-23
-always \x4F0E\x5006 1245-24-23-123-1346-3
-always \x9B25\x91CF 145-12356-3-123-1346-2
-always \x91CF\x9AD4 123-1346-2-2345-24-3
-always \x91CF\x898F 123-1346-2-1245-2456-1
-always \x7A31\x91CF 12345-3456-1-123-1346-2
-always \x91CF\x584A 123-1346-2-13-13456-23
-always \x4E86\x8CEC 123-345-3-34-236-23
-always \x4E86\x537B 123-345-3-13-23456-23
-always \x81E8\x4E86 123-126-2-123-345-3
-always \x4E86\x7121 123-345-3-136-2
-always \x660E\x77AD 134-16-2-123-345-3
-always \x4E86\x7576 123-345-3-145-236-23
-always \x7F77\x4E86 12-35-23-123-345-3
-always \x77AD\x89E3 123-345-3-1245-15-3
-always \x7BB1\x7C60 125-1346-1-123-256-3
-always \x7C60\x7F69 123-256-3-34-235-23
-always \x7C60\x7D71 123-256-3-2345-256-3
-always \x9732\x99AC 123-12356-23-134-35-3
-always \x9732\x9921 123-12356-23-125-146-23
-always \x9732\x919C 123-12356-23-12345-12356-3
-always \x9732\x982D 123-136-23-2345-12356-2
-always \x7387\x723E 156-13456-23-1235-3
-always \x7387\x7378 156-13456-23-156-12356-23
-always \x7DA0\x6797 123-136-23-123-126-2
-always \x7DA0\x71DF 123-136-23-16-2
-always \x50B3\x7565 34-12456-23-123-23456-23
-always \x843D\x50F9 123-235-23-1245-1246-23
-always \x9EBB\x5C07 134-35-2-1245-1346-23
-always \x55CE\x5561 134-35-3-124-2346-1
-always \x8108\x8108 134-26-23-134-26-23
-always \x6C13\x96B8 134-3456-2-123-24-23
-always \x7F70\x6C92 124-35-2-134-26-23
-always \x6D78\x6C92 1245-126-23-134-26-23
-always \x6C89\x6C92 12345-356-2-134-26-23
-always \x6C92\x5948 134-26-23-1345-246-23
-always \x6C92\x81CA 134-2346-2-234-235-23
-always \x60B6\x71B1 134-356-1-245-26-23
-always \x60B6\x8072 134-356-1-156-3456-1
-always \x60B6\x7F50 134-356-1-1245-12456-23
-always \x60B6\x982D 134-356-1-2345-12356-2
-always \x60B6\x6703 134-356-1-125-2456-23
-always \x60B6\x4E00 134-356-1-24-1
-always \x77C7\x9A19 134-3456-1-1234-146-23
-always \x5167\x8499 1345-2346-23-134-3456-23
-always \x8499\x91AB 134-3456-3-24-1
-always \x8499\x5C0D 134-3456-1-145-2456-23
-always \x79D8\x9B6F 12-24-23-123-136-3
-always \x6CCC\x967D 12-24-23-1346-2
-always \x88DD\x6A21 34-2356-1-134-136-2
-always \x78E8\x7169 134-26-23-124-1236-2
-always \x78E8\x76E4 134-26-23-1234-1236-2
-always \x96FB\x78E8 145-146-23-134-26-23
-always \x98A8\x78E8 124-3456-1-134-26-23
-always \x767C\x6CE1 124-35-1-1234-235-1
-always \x8CAC\x96E3 1356-26-2-1345-1236-23
-always \x89E3\x96E3 1245-15-3-1345-1236-23
-always \x8FAF\x96E3 12-146-23-1345-1236-23
-always \x5384\x96E3 26-23-1345-1236-23
-always \x52AB\x96E3 1245-15-2-1345-1236-23
-always \x6B7B\x96E3 234-3-1345-1236-23
-always \x8A70\x96E3 1245-15-2-1345-1236-23
-always \x6392\x96E3 1234-246-2-1345-1236-23
-always \x96E3\x53CB 1345-1236-23-1256-3
-always \x554F\x96E3 25-23-1345-1236-23
-always \x5201\x96E3 145-345-1-1345-1236-23
-always \x7926\x96E3 13-2356-23-1345-1236-23
-always \x96E3\x5F1F 1345-1236-23-145-24-23
-always \x96E3\x7D93 1345-1236-23-1245-16-1
-always \x7AA9\x56CA 135-1-1345-236
-always \x5BE7\x53EF 1345-16-23-13-26-3
-always \x5BE7\x6B7B 1345-16-23-234-3
-always \x5BE7\x7F3A 1345-16-23-13-23456-1
-always \x6BCB\x5BE7 136-2-1345-16-23
-always \x5BE7\x9858 1345-16-23-12346-23
-always \x5BE7\x80AF 1345-16-23-13-356-3
-always \x5973\x7D05 1345-346-3-1245-256-1
-always \x767C\x7627 124-35-1-345-23
-always \x924B\x5B50 12-235-23-1356-0
-always \x5674\x9999 1234-356-23-125-1346-1
-always \x6487\x958B 1234-15-1-13-246-1
-always \x5C4F\x71DF 12-16-1-16-2
-always \x5C4F\x68C4 12-16-3-13-24-23
-always \x8FEB\x64CA 1234-246-3-1245-24-1
-always \x92EA\x9673 1234-136-1-12345-356-2
-always \x92EA\x5F35 1234-136-1-34-236-1
-always \x5E73\x92EA 1234-16-2-1234-136-1
-always \x92EA\x6392 1234-136-1-1234-246-2
-always \x92EA\x8ECC 1234-136-1-1245-2456-3
-always \x92EA\x780C 1234-136-1-13-24-23
-always \x92EA\x6524 1234-136-1-2345-1236-1
-always \x92EA\x84CB 1234-136-1-1245-246-23
-always \x92EA\x5929 1234-136-1-2345-146-1
-always \x92EA\x8DEF 1234-136-1-123-136-23
-always \x92EA\x5E73 1234-136-1-1234-16-2
-always \x92EA\x5C55 1234-136-1-34-1236-3
-always \x92EA\x8457 1234-136-1-34-26
-always \x92EA\x4E00 1234-136-1-24-1
-always \x92EA\x7BC9 1234-136-1-34-136-23
-always \x92EA\x588A 1234-136-1-145-146-23
-always \x92EA\x896F 1234-136-1-12345-356-23
-always \x92EA\x8A2D 1234-136-1-156-26-23
-always \x92EA\x9326 1234-136-1-1245-126-3
-always \x92EA\x7709 1234-136-1-134-2346-2
-always \x92EA\x8B00 1234-136-1-134-12356-2
-always \x92EA\x958B 1234-136-1-13-246-1
-always \x92EA\x5730 1234-136-1-145-24-23
-always \x92EA\x6558 1234-136-1-125-346-23
-always \x6A38\x5200 1234-26-1-145-235-1
-always \x539A\x6A38 125-12356-23-1234-26-23
-always \x6A38\x6A39 1234-26-23-156-136-23
-always \x6A38\x69FF 123-345-2-1245-126-3
-always \x68F2\x68F2 125-24-1-125-24-1
-always \x5C4F\x6C23 12-16-3-13-24-23
-always \x55C6\x8457 13-1346-1-34-26
-always \x52C9\x5F37 134-146-3-13-1346-3
-always \x5F37\x984F 13-1346-3-146-2
-always \x5F37\x6C42 13-1346-3-13-1256-2
-always \x727D\x5F37 13-146-1-13-1346-3
-always \x5F37\x8FAF 13-1346-3-12-146-23
-always \x5F37\x903C 13-1346-3-12-24-1
-always \x5F37\x4F7F 13-1346-3-156-3
-always \x5F37\x8A5E 13-1346-3-14-2
-always \x5F37\x5634 1245-1346-23-1356-2456-3
-always \x5F37\x5C07 13-1346-2-1245-1346-23
-always \x7FF9\x4F01 13-345-2-13-24-3
-always \x7FF9\x76FC 13-345-2-1234-1236-23
-always \x7FF9\x671B 13-345-2-2356-23
-always \x7FF9\x8DB3 13-345-2-1356-136-2
-always \x5207\x8108 13-15-23-134-246-23
-always \x71B1\x5207 245-26-23-13-15-23
-always \x78BA\x5207 13-23456-23-13-15-23
-always \x95DC\x5207 1245-12456-1-13-15-23
-always \x5207\x819A 13-15-23-124-136-1
-always \x5207\x9F52 13-15-23-12345-3
-always \x5207\x984C 13-15-23-2345-24-2
-always \x6DD2\x5207 13-24-1-13-15-23
-always \x61C7\x5207 13-356-3-13-15-23
-always \x5207\x8A18 13-15-23-1245-24-23
-always \x5207\x5BE6 13-15-23-156-2
-always \x89AA\x5207 13-126-1-13-15-23
-always \x9084\x60C5 125-12456-2-13-16-2
-always \x7570\x66F2 24-23-13-346-3
-always \x7D44\x66F2 1356-136-3-13-346-3
-always \x9078\x66F2 125-12346-3-13-346-3
-always \x6232\x66F2 125-24-23-13-346-3
-always \x8A5E\x66F2 14-2-13-346-3
-always \x66F2\x85DD 13-346-3-24-23
-always \x8B5C\x66F2 1234-136-3-13-346-3
-always \x66F2\x5287 13-346-3-1245-346-23
-always \x66F2\x8B5C 13-346-3-1234-136-3
-always \x66F2\x7D42 13-346-3-34-256-1
-always \x97FF\x66F2 125-1346-3-13-346-3
-always \x5708\x990A 1245-12346-23-1346-3
-always \x5F4C\x6492 134-24-2-234-35
-always \x6492\x6B61 234-35-1-125-12456-1
-always \x6492\x7DB2 234-35-1-2356-3
-always \x6492\x6F51 234-35-1-1234-26-1
-always \x6492\x6C23 234-35-1-13-24-23
-always \x95DC\x585E 1245-12456-1-234-246-23
-always \x908A\x585E 12-146-1-234-246-23
-always \x585E\x8CAC 234-26-23-1356-26-2
-always \x64C1\x585E 1456-1-234-26-23
-always \x6563\x990A 234-1236-3-1346-3
-always \x6563\x8A18 234-1236-3-1245-24-23
-always \x6563\x5291 234-1236-3-1245-24-23
-always \x6563\x88DD 234-1236-3-34-2356-1
-always \x6563\x898B 234-1236-3-1245-146-23
-always \x6563\x4E82 234-1236-3-123-12456-23
-always \x6CBB\x55AA 34-23-234-236-1
-always \x570B\x55AA 1245-135-2-234-236-1
-always \x559C\x55AA 125-24-3-234-236-1
-always \x5C45\x55AA 1245-346-1-234-236-1
-always \x5A5A\x55AA 125-25-1-234-236-1
-always \x55AA\x846C 234-236-1-1356-236-23
-always \x55AA\x5047 234-236-1-1245-1246-23
-always \x5B88\x55AA 156-12356-3-234-236-1
-always \x55AA\x9580 234-236-1-134-356-2
-always \x5954\x55AA 12-356-1-234-236-1
-always \x51FA\x55AA 12345-136-1-234-236-1
-always \x55AA\x670D 234-236-1-124-136-2
-always \x670D\x55AA 124-136-2-234-236-1
-always \x55AA\x79AE 234-236-1-123-24-3
-always \x5831\x55AA 12-235-23-234-236-1
-always \x55AA\x4E82 234-236-1-123-12456-23
-always \x5F14\x55AA 145-345-23-234-236-1
-always \x55AA\x9418 234-236-1-34-256-1
-always \x55AA\x4E8B 234-236-1-156-23
-always \x767C\x55AA 124-35-1-234-236-1
-always \x6383\x8208 234-235-3-125-16-23
-always \x5BF6\x5239 12-235-3-12345-35-23
-always \x6247\x52D5 156-1236-1-145-256-23
-always \x6247\x98A8 156-1236-1-124-3456-1
-always \x5C11\x5152 156-235-23-1235-2
-always \x5C11\x6771 156-235-23-145-256-1
-always \x95CA\x5C11 13-135-23-156-235-23
-always \x9130\x820D 123-126-2-156-26-23
-always \x8FB2\x820D 1345-256-2-156-26-23
-always \x9928\x820D 1245-12456-3-156-26-23
-always \x8C6C\x820D 34-136-1-156-26-23
-always \x8655\x8EAB 12345-136-3-156-356-1
-always \x5431\x8072 1356-1-156-3456-1
-always \x7701\x8996 125-16-3-156-23
-always \x62FE\x7D1A 156-26-23-1245-24-2
-always \x7D50\x5BE6 1245-15-1-156-0
-always \x6A19\x8B58 12-345-1-34-23
-always \x5F37\x8B58 13-1346-2-34-23
-always \x5C6C\x76F8 156-136-3-125-1346-23
-always \x6578\x898B 156-135-23-1245-146-23
-always \x6578\x4E5D 156-136-3-1245-1256-3
-always \x6B77\x6578 123-24-23-156-136-3
-always \x6578\x5F97 156-136-3-145-26-2
-always \x7D66\x6C34 1245-24-3-156-2456-3
-always \x9001\x9084 234-256-23-125-12456-2
-always \x9001\x55AA 234-256-23-234-236-1
-always \x8D9F\x904E 2345-236-1-1245-135-23
-always \x9AD4\x5DF1 2345-24-1-1245-24-3
-always \x6311\x52D5 2345-345-3-145-256-23
-always \x8CBC\x5207 2345-15-1-13-15-23
-always \x524A\x9435 125-23456-1-2345-15-3
-always \x756B\x5E16 125-123456-23-2345-15-23
-always \x81E8\x5E16 123-126-2-2345-15-23
-always \x7D05\x5F64 125-256-2-2345-256-1
-always \x5954\x982D 12-356-23-2345-12356
-always \x70BA\x6B64 2456-23-14-3
-always \x7279\x70BA 2345-26-23-2456-23
-always \x5C09\x9072 346-23-12345-2
-always \x7CFB\x7DCA 1245-24-23-1245-126-3
-always \x7CFB\x9234 1245-24-23-123-16-2
-always \x5676\x5EC8 1245-35-2-125-1246-23
-always \x5EC8\x9580 125-1246-23-134-356-2
-always \x5A01\x5687 2456-1-125-26-23
-always \x606B\x5687 145-256-23-125-26-23
-always \x6050\x5687 13-256-3-125-26-23
-always \x671D\x9BAE 12345-235-2-125-146-3
-always \x9BAE\x6709 125-146-3-1256-3
-always \x9BAE\x898B 125-146-3-1245-146-23
-always \x62C9\x7E96 123-35-1-13-146-23
-always \x7E34\x592B 13-146-23-124-136-1
-always \x7E96\x7E69 13-146-23-156-3456-2
-always \x76F8\x518A 125-1346-23-14-26-23
-always \x919C\x76F8 12345-12356-3-125-1346-23
-always \x5110\x76F8 12-126-1-125-1346-23
-always \x88DD\x76F8 34-2356-1-125-1346-23
-always \x76F8\x7D19 125-1346-23-34-3
-always \x55AE\x76F8 145-1236-1-125-1346-23
-always \x524A\x6E1B 125-23456-1-1245-146-3
-always \x524A\x9AEE 125-23456-1-124-35-23
-always \x524A\x8077 125-23456-1-34-2
-always \x522A\x524A 156-1236-1-125-23456-1
-always \x53C3\x6821 14-1236-1-1245-345-23
-always \x6821\x5834 1245-345-23-12345-236-3
-always \x6821\x6A23 1245-345-23-1346-23
-always \x6821\x9EDE 1245-345-23-145-146-3
-always \x7DE8\x6821 12-146-1-1245-345-23
-always \x6821\x9A57 1245-345-23-146-23
-always \x5BE9\x6821 156-356-3-1245-345-23
-always \x71C8\x82AF 145-3456-1-125-126-1
-always \x5641\x5FC3 26-3-125-126-1
-always \x8655\x5FC3 12345-136-3-125-126-1
-always \x96C5\x8208 1246-3-125-16-23
-always \x5373\x8208 1245-24-2-125-16-23
-always \x9918\x8208 346-2-125-16-23
-always \x8208\x9AD8 125-16-23-1245-235-1
-always \x8A69\x8208 156-1-125-16-23
-always \x8208\x81F4 125-16-23-34-23
-always \x610F\x8208 24-23-125-16-23
-always \x9AD8\x8208 1245-235-1-125-16-23
-always \x9152\x8208 1245-1256-3-125-16-23
-always \x6557\x8208 12-246-23-125-16-23
-always \x8208\x5473 125-16-23-2456-23
-always \x8208\x982D 125-16-23-2345-12356-2
-always \x8AC7\x8208 2345-1236-2-125-16-23
-always \x904A\x8208 1256-2-125-16-23
-always \x8C6A\x8208 125-235-2-125-16-23
-always \x52A9\x8208 34-136-23-125-16-23
-always \x7CE7\x884C 123-1346-2-125-236-2
-always \x8F49\x884C 34-12456-3-125-236-2
-always \x884C\x5E6B 125-236-2-12-236-1
-always \x884C\x8CA8 125-236-2-125-135-23
-always \x884C\x7576 125-236-2-145-236-23
-always \x96E3\x5144 1345-1236-23-125-1456-1
-always \x96DE\x8840 1245-24-1-125-15-3
-always \x737B\x8840 125-146-23-125-15-3
-always \x58D3\x6839 1246-23-1245-356-1
-always \x555E\x555E 1246-1-1246-1
-always \x54BD\x6C23 146-23-13-24-23
-always \x4E0B\x56A5 125-1246-23-146-23
-always \x85CF\x85E5 1356-236-23-345-23
-always \x5C11\x723A 156-235-23-15-0
-always \x6396\x8457 15-1-34-26
-always \x8449\x97FB 125-15-2-456-23
-always \x593E\x8863 1245-1246-2-24-1
-always \x907A\x5C11 24-2-156-235-23
-always \x5C6C\x610F 34-136-3-24-23
-always \x852D\x5E87 126-23-12-24-23
-always \x5E87\x852D 12-24-23-126-23
-always \x6BB7\x7D05 146-1-125-256-2
-always \x4E00\x61C9 24-1-16-1
-always \x61C9\x7686 16-1-1245-15-1
-always \x50AD\x91D1 1456-23-1245-126-1
-always \x50AD\x9322 1456-23-13-146-2
-always \x7A7A\x9918 13-256-23-346-2
-always \x8207\x6703 346-23-125-2456-23
-always \x53C3\x8207 14-1236-1-346-23
-always \x8207\x805E 346-23-25-2
-always \x9396\x9470 234-135-3-23456-23
-always \x7D05\x6688 125-256-2-456-23
-always \x5149\x6688 1245-2356-1-456-23
-always \x971E\x6688 125-1246-2-456-23
-always \x58A8\x6688 134-26-23-456-23
-always \x6688\x73E5 456-23-1235-3
-always \x6688\x8755 456-23-156-2
-always \x6688\x9069 456-23-156-23
-always \x6688\x72C0 456-23-34-2356-23
-always \x6688\x5708 456-23-13-12346-1
-always \x4E73\x6688 245-136-3-456-23
-always \x8F49\x8F09 34-12456-3-1356-246-3
-always \x5343\x8F09 13-146-1-1356-246-3
-always \x9644\x8F09 124-136-23-1356-246-3
-always \x520A\x8F09 13-1236-1-1356-246-3
-always \x9023\x8F09 123-146-2-1356-246-3
-always \x767B\x8F09 145-3456-1-1356-246-3
-always \x8A18\x8F09 1245-24-23-1356-246-3
-always \x8377\x8F09 125-26-23-1356-246-23
-always \x4E0B\x8F09 125-1246-23-1356-246-3
-always \x534A\x8F09 12-1236-23-1356-246-23
-always \x4E0A\x8F09 156-236-23-1356-246-3
-always \x4E00\x8F09 24-1-1356-246-3
-always \x5169\x8F09 123-1346-3-1356-246-3
-always \x4E8C\x8F09 1235-23-1356-246-3
-always \x4E09\x8F09 234-1236-1-1356-246-3
-always \x56DB\x8F09 234-23-1356-246-3
-always \x4E94\x8F09 136-3-1356-246-3
-always \x516D\x8F09 123-1256-23-1356-246-3
-always \x4E03\x8F09 13-24-1-1356-246-3
-always \x516B\x8F09 12-35-1-1356-246-3
-always \x4E5D\x8F09 1245-1256-3-1356-246-3
-always \x5341\x8F09 156-2-1356-246-3
-always \x767E\x8F09 12-246-3-1356-246-3
-always \x842C\x8F09 12456-23-1356-246-3
-always \x8F09\x5165 1356-246-3-245-136-23
-always \x8655\x5728 12345-136-3-1356-246-23
-always \x6522\x805A 14-12456-2-1245-346-23
-always \x6522\x52D5 14-12456-2-145-256-23
-always \x6522\x5C04 14-12456-2-156-26-23
-always \x6522\x7709 14-12456-2-134-2346-2
-always \x6522\x7C07 14-12456-2-14-136-23
-always \x6522\x4E09 14-12456-2-234-1236-1
-always \x6522\x8E59 14-12456-2-14-136-23
-always \x6522\x6522 14-12456-2-14-12456-2
-always \x5167\x81DF 1345-2346-23-1356-236-23
-always \x4E94\x81DF 136-3-1356-236-23
-always \x81DF\x8151 1356-236-23-124-136-3
-always \x81DF\x5668 1356-236-23-13-24-23
-always \x809D\x81DF 1245-1236-1-1356-236-23
-always \x5FC3\x81DF 125-126-1-1356-236-23
-always \x813E\x81DF 1234-24-3-1356-236-23
-always \x80BA\x81DF 124-2346-23-1356-236-23
-always \x814E\x81DF 156-356-23-1356-236-23
-always \x9AD2\x8C61 1356-236-23-125-1346-23
-always \x64C7\x83DC 34-246-2-14-246-23
-always \x66FE\x9594 1356-3456-1-134-126-3
-always \x7D81\x7D2E 12-236-3-1356-35-1
-always \x7D50\x7D2E 1245-15-2-1356-35-1
-always \x5305\x7D2E 12-235-1-1356-35-1
-always \x6346\x7D2E 13-25-3-1356-35-1
-always \x99AC\x7D2E 134-35-3-34-35-2
-always \x8ECB\x92FC 34-35-2-1245-236-1
-always \x8ECB\x96C1 34-35-2-146-23
-always \x8ECB\x8F62 34-35-2-123-24-23
-always \x6EFE\x8ECB 1245-25-3-34-35-2
-always \x8ECB\x6C95 34-35-2-134-24-23
-always \x8ECB\x82B4 34-35-2-136-23
-always \x92A1\x8ECB 1245-24-2-34-35-2
-always \x8ECB\x8F25 34-35-2-1245-25-3
-always \x8ECB\x4EF6 34-35-2-1245-146-23
-always \x8ECB\x6750 34-35-2-14-246-2
-always \x8ECB\x935B 34-35-2-145-12456-23
-always \x8ECB\x5C16 34-35-2-1245-146-1
-always \x8ECB\x6A5F 34-35-2-1245-24-1
-always \x8ECB\x670B 1245-35-2-1234-3456-2
-always \x8ECB\x82D7 1245-35-2-134-345-2
-always \x8ECB\x8CEC 1245-35-2-34-236-23
-always \x8CEC\x8ECB 34-236-23-1245-35-2
-always \x8ECB\x62C9 1245-35-2-123-35-1
-always \x8ECB\x7A7A 1245-35-2-13-256-1
-always \x8ECB\x5DEE 1245-35-2-12345-35-1
-always \x8ECB\x9B27 1245-35-2-1345-235-23
-always \x70B8\x9B5A 34-35-2-346-2
-always \x70B8\x96DE 34-35-2-1245-24-2
-always \x7C98\x87F2 1345-146-2-12345-256-2
-always \x8166\x6F32 1345-235-3-34-236-23
-always \x6F32\x7D05 34-236-23-125-256-2
-always \x6CE1\x6F32 1234-235-23-34-236-23
-always \x81C9\x6F32 123-146-3-34-236-23
-always \x6298\x9A30 34-26-1-2345-3456-2
-always \x6399\x624E 34-3456-1-34-35-2
-always \x767C\x6014 124-35-1-34-3456-23
-always \x7665\x7D50 34-3456-1-1245-15-2
-always \x8655\x7F6E 12345-136-3-34-23
-always \x4E2D\x898F 34-256-23-1245-2456-1
-always \x4E2D\x6A19 34-256-23-12-345-1
-always \x64CA\x4E2D 1245-24-1-34-256-23
-always \x9078\x4E2D 125-12346-3-34-256-23
-always \x6C92\x4E2D 134-2346-2-34-256-23
-always \x5957\x7A2E 2345-235-23-34-256-23
-always \x7A2E\x5730 34-256-23-145-24-23
-always \x8292\x7A2E 134-236-2-34-256-23
-always \x7A2E\x7530 34-256-23-2345-146-2
-always \x5F15\x7A2E 126-3-34-256-23
-always \x6436\x7A2E 13-1346-3-34-256-23
-always \x7A2E\x690D 34-256-23-34-2
-always \x63A5\x7A2E 1245-15-1-34-256-23
-always \x7A2E\x75D8 34-256-23-145-12356-23
-always \x9EDE\x7A2E 145-146-3-34-256-23
-always \x5FA9\x7A2E 124-136-23-34-256-23
-always \x5EE3\x7A2E 1245-2356-3-34-256-23
-always \x7A2E\x74DC 34-256-23-1245-123456-1
-always \x79DF\x7A2E 1356-136-1-34-256-23
-always \x8A66\x7A2E 156-23-34-256-23
-always \x7A2E\x4E0B 34-256-23-125-1246-23
-always \x7A2E\x6A39 34-256-23-156-136-23
-always \x7A2E\x4E86 34-256-23-123-26
-always \x7A2E\x4E0A 34-256-23-156-236-23
-always \x91CD\x5BE9 12345-256-2-156-356-3
-always \x91CD\x8FA6 12345-256-2-12-1236-23
-always \x91CD\x5DD2 12345-256-2-123-12456-2
-always \x91CD\x6A23 12345-256-2-1346-23
-always \x91CD\x8B6F 12345-256-2-24-23
-always \x5169\x91CD 123-1346-3-12345-256-2
-always \x91CD\x7C37 12345-256-2-146-2
-always \x91CD\x807D 12345-256-2-2345-16-1
-always \x91CD\x5F35 12345-256-2-34-236-1
-always \x91CD\x5713 12345-256-2-12346-2
-always \x91CD\x898B 12345-256-2-1245-146-23
-always \x91CD\x6EAB 12345-256-2-25-1
-always \x91CD\x7E6D 12345-256-2-1245-146-3
-always \x91CD\x7DF4 12345-256-2-123-146-23
-always \x91CD\x9023 12345-256-2-123-146-2
-always \x91CD\x6B78 12345-256-2-1245-2456-1
-always \x8EF8\x6232 34-12356-23-125-24-23
-always \x6383\x5E1A 234-235-23-34-12356
-always \x722A\x5152 34-123456-3-1235-0
-always \x96DE\x722A 1245-24-1-34-123456-3
-always \x8C93\x722A 134-235-1-34-123456-3
-always \x9435\x722A 2345-15-3-34-123456-3
-always \x92FC\x722A 1245-236-1-34-123456-3
-always \x5F8C\x722A 125-12356-23-34-123456-3
-always \x8F49\x6587 34-13456-3-25-2
-always \x8F49\x5708 34-12456-23-13-12346-1
-always \x81EA\x8F49 1356-23-34-12456-23
-always \x8F49\x6905 34-12456-23-24-3
-always \x6253\x8F49 145-35-3-34-12456-23
-always \x8F49\x7B4B 34-12456-23-1245-126-1
-always \x65CB\x8F49 125-12346-2-34-12456-23
-always \x8F49\x8EF8 34-12456-23-34-12356-2
-always \x8F49\x52D5 34-12456-23-145-256-23
-always \x8F2A\x8F49 123-25-2-34-12456-23
-always \x8F49\x7210 34-12456-23-123-136-2
-always \x8F49\x76E4 34-12456-23-1234-1236-2
-always \x8F49\x9580 34-12456-23-134-356-2
-always \x8F49\x6AAF 34-12456-23-2345-246-2
-always \x7A7A\x8F49 13-256-1-34-12456-23
-always \x5012\x8F49 145-235-23-34-12456-23
-always \x8F49\x5411 34-12456-23-125-1346-23
-always \x516C\x8F49 1245-256-1-34-12456-23
-always \x8F49\x901F 34-12456-23-234-136-23
-always \x8F49\x60A0 34-12456-23-1256-0
-always \x8F49\x8457 34-12456-23-34-26
-always \x8F49\x5B50 34-12456-23-1356-0
-always \x98DB\x8F49 124-2346-1-34-12456-23
-always \x690E\x8F2A 12345-2456-2-123-25-2
-always \x9435\x690E 2345-15-3-12345-2456-2
-always \x5931\x8457 156-1-34-235-1
-always \x8457\x6578 34-235-1-156-136-23
-always \x8457\x88DD 34-135-2-34-2356-1
-always \x8457\x610F 34-135-2-24-23
-always \x8457\x7B46 34-135-2-12-24-3
-always \x81A0\x8457 1245-345-1-34-135-2
-always \x8457\x773C 34-135-2-146-3
-always \x8457\x58A8 34-135-2-134-26-23
-always \x8457\x5FD9 34-235-2-134-236-2
-always \x8A72\x8457 1245-246-1-34-235-2
-always \x8457\x8FF7 34-235-2-134-24-2
-always \x8457\x9B54 34-235-2-134-26-2
-always \x7121\x8457 136-2-34-135-2
-always \x5F97\x8457 145-26-2-34-235-2
-always \x8457\x4E86 34-235-2-123-26
-always \x9AD8\x8457 1245-235-1-34-235-2
-always \x8457\x5152 34-235-1-1235-0
-always \x4E00\x8457 24-1-34-235-1
-always \x64A3\x90A6 156-1236-23-12-236-1
-always \x64A3\x65CF 156-1236-23-1356-136-2
-always \x7E2B\x5B50 124-3456-23-1356-0
-always \x5F48\x5B50 145-1236-23-1356-0
-always \x947D\x4E95 1356-12456-23-1245-16-3
-always \x947D\x5854 1356-12456-23-2345-35-3
-always \x947D\x5DE5 1356-12456-23-1245-256-1
-always \x96FB\x947D 145-146-23-1356-12456-23
-always \x98A8\x947D 124-3456-1-1356-12456-23
-always \x947D\x6A5F 1356-12456-23-1245-24-1
-always \x947D\x5E8A 1356-12456-23-12345-2356-2
-always \x947D\x6212 1356-12456-23-1245-15-23
-always \x92FC\x947D 1245-236-1-1356-12456-23
-always \x5341\x947D 156-2-1356-12456-23
-always \x9343\x947D 125-135-1-1356-12456-23
-always \x947D\x5177 1356-12456-23-1245-346-23
-always \x525B\x947D 1245-236-1-1356-12456-23
-always \x5FC3\x947D 125-126-1-1356-12456-23
-always \x947D\x982D 1356-12456-23-2345-12356-2
-always \x9472\x947D 125-1346-1-1356-12456-23
-always \x6C34\x947D 156-2456-3-1356-12456-23
-always \x9EC3\x947D 125-2356-2-1356-12456-23
-always \x7DA0\x947D 123-346-23-1356-12456-23
-always \x7D05\x947D 125-256-2-1356-12456-23
-always \x85CD\x947D 123-1236-2-1356-12456-23
-always \x9ED1\x947D 125-2346-1-1356-12456-23
-always \x7D2B\x947D 1356-3-1356-12456-23
-always \x6A59\x947D 12345-3456-2-1356-12456-23
-always \x9752\x947D 13-16-1-1356-12456-23
-always \x5F69\x947D 14-246-3-1356-12456-23
-always \x9593\x4F5C 1245-146-23-1356-135-23
-always \x4E9F\x4F86 13-24-23-123-246-2
-always \x5BD2\x5096 125-1236-2-12345-356-3
-always \x4F3D\x99AC 1245-35-1-134-35-3
-always \x75C0\x50C2 1245-346-1-123-12356-2
-always \x8173\x8DD0 1245-345-3-14-3
-always \x8DD0\x8457 14-3-34-26
-always \x8A70\x5C48 1245-24-2-13-346-1
-always \x5729\x5834 125-346-1-12345-236-3
-always \x8D95\x5729 1245-1236-3-125-346-1
-always \x5729\x93AE 125-346-1-34-356-23
-always \x8541\x9EBB 13-146-2-134-35-2
-always \x6771\x839E 145-256-1-1245-12456-3
-always \x62D7\x65B7 235-3-145-12456-23
-always \x9055\x62D7 2456-2-235-23
-always \x53E8\x64FE 2345-235-1-245-235-3
-always \x53E8\x562E 145-235-1-123-235-2
-always \x562E\x53E8 123-235-2-145-235-1
-always \x5B71\x982D 14-1236-23-2345-12356-2
-always \x9EC3\x9A43 125-2356-2-12-345-1
-always \x7DA2\x7E46 12345-12356-2-134-12356-2
-always \x7D15\x7E46 1234-24-1-134-1256-23
-always \x7E46\x8AAA 134-1256-23-156-135-1
-always \x7E46\x821B 134-1256-23-12345-12456-3
-always \x7E46\x623E 134-1256-23-123-24-23
-always \x7E46\x60A0 134-1256-23-1256-1
-always \x7E46\x5984 134-1256-23-2356-23
-always \x8352\x7E46 125-2356-1-134-1256-23
-always \x7E46\x5DE7 134-1256-23-13-345-3
-always \x7E46\x65AF 134-1256-23-234-1
-always \x5927\x7E46 145-35-23-134-1256-23
-always \x7E46\x50B3 134-1256-23-12345-12456-2
-always \x7E46\x8AA4 134-1256-23-136-23
-always \x6A05\x967D 1356-256-1-1346-2
-always \x67B8\x6ADE 1245-346-3-12346-2
-always \x79E6\x6A9C 13-126-2-125-2456-23
-always \x6AB3\x6994 12-16-1-123-236-2
-always \x6227\x810A 13-1346-23-1245-24-3
-always \x5920\x6227 1245-12356-23-13-1346-23
-always \x6227\x91D1 13-1346-23-1245-126-1
-always \x6227\x4F4F 13-1346-23-34-136-23
-always \x6227\x5728 13-1346-23-1356-246-23
-always \x6227\x67F1 13-1346-23-34-136-23
-always \x6227\x52C1 13-1346-23-1245-126-23
-always \x6227\x53F0 13-1346-23-2345-246-2
-always \x6227\x5824 13-1346-23-145-24-1
-always \x6227\x9762 13-1346-23-134-146-23
-always \x9183\x81E2 35-1-1356-35-1
-always \x81CA\x7D05 234-235-23-125-256-2
-always \x81CA\x8072 234-235-23-156-3456-1
-always \x8A0E\x81CA 2345-235-3-234-235-23
-always \x81CA\x6C23 234-235-23-13-24-23
-always \x5C01\x79AA 124-3456-1-156-1236-23
-always \x79AA\x4F4D 156-1236-23-2456-23
-always \x5289\x79AA 123-1256-2-156-1236-23
-always \x9285\x923F 2345-256-2-2345-146-2
-always \x6D0B\x923F 1346-2-2345-146-2
-always \x8ECA\x923F 12345-26-1-2345-146-2
-always \x9905\x943A 12-16-3-12345-3456-1
-always \x8336\x943A 12345-3456-1-12345-3456-1
-always \x943A\x9F0E 12345-3456-1-145-16-3
-always \x943A\x9B32 12345-3456-1-1245-26-2
-always \x943A\x6236 12345-3456-1-125-136-23
-always \x943A\x982D 12345-3456-1-2345-12356-2
-always \x943A\x65CB 12345-3456-1-125-12346-2
-always \x943A\x6CB9 12345-3456-1-1256-2
-always \x9F0E\x943A 145-16-3-12345-3456-1
-always \x85E5\x943A 345-23-12345-3456-1
-always \x9152\x943A 1245-1256-3-12345-3456-1
-always \x8F51\x943A 123-235-2-12345-3456-1
-always \x8317\x943A 134-16-2-12345-3456-1
-always \x6CE5\x943A 1345-24-2-12345-3456-1
-always \x77F3\x943A 156-2-12345-3456-1
-always \x929A\x943A 145-345-23-12345-3456-1
-always \x571F\x943A 2345-136-3-12345-3456-1
-always \x74E6\x943A 123456-3-12345-3456-1
-always \x6CB9\x943A 1256-2-12345-3456-1
-always \x6298\x943A 34-26-2-12345-3456-1
-always \x8173\x943A 1245-345-3-12345-3456-1
-always \x8DB3\x943A 1356-136-2-12345-3456-1
-always \x943A\x8173 12345-3456-1-1245-345-3
-always \x4E2D\x9D60 34-256-1-1245-136-3
-always \x879E\x86B1 134-35-3-34-35
-always \x879E\x8782 134-35-1-123-236
-always \x560D\x56C9 123-12356-2-123-135
-always \x4F3D\x85CD 13-15-2-123-1236-2
-always \x5E7E\x884C 1245-24-3-125-236-2
-always \x5169\x884C 123-1346-3-125-236-2
-always \x842C\x884C 12456-23-125-236-2
-always \x611B\x85C9 246-23-1245-15-23
-always \x85C9\x8A5E 1245-15-23-14-2
-always \x860A\x85C9 456-23-1245-15-23
-always \x7E45\x85C9 234-235-1-1245-15-23
-always \x83A8\x8569 123-236-23-145-236-23
-always \x64A9\x64A5 123-345-2-12-26-1
-always \x64A9\x52D5 123-345-2-145-256-23
-always \x64A9\x9B25 123-345-2-145-12356-23
-always \x64A9\x9264 123-345-2-1245-12356-1
-always \x64A9\x4E82 123-345-2-123-12456-23
-always \x64A9\x7E5E 123-345-2-245-235-23
-always \x64A9\x6DFA 123-345-3-13-1346-3
-always \x64A9\x8173 123-345-23-1245-345-3
-always \x7387\x968A 156-13456-23-145-2456-23
-always \x92EA\x5E8A 1234-136-1-12345-2356-2
-always \x7D05\x82D5 125-256-2-156-235-2
-always \x76F8\x614B 125-1346-23-2345-246-23
-always \x6190\x76F8 123-146-2-125-1346-23
-always \x8208\x6703 125-16-23-125-2456-23
-always \x5169\x5BBF 123-1346-3-125-1256-3
-always \x9D28\x8840 1246-1-125-15-3
-always \x8C6C\x8840 34-136-1-125-15-3
-always \x7D2E\x8FAE 1356-35-1-12-146-23
-always \x7D2E\x7DCA 1356-35-1-1245-126-3
-always \x7D2E\x4F4F 1356-35-1-34-136-23
-always \x7D2E\x53E3 1356-35-1-13-12356-3
-always \x9435\x67F5 2345-15-3-34-35-23
-always \x67F5\x5B50 34-35-23-1356-0
-always \x67F5\x6B04 34-35-23-123-1236-2
-always \x6728\x67F5 134-136-23-34-35-23
-always \x76DB\x98EF 12345-3456-2-124-1236-23
-always \x76DB\x6EFF 12345-3456-2-134-1236-3
-always \x76DB\x6E6F 12345-3456-2-2345-236-1
-always \x645F\x982D 123-12356-1-2345-12356-2
-always \x645F\x8349 123-12356-1-14-235-3
-always \x806F\x884C 123-146-2-12-236-2
-always \x88E1\x9577 123-24-3-34-236-3
-always \x95BC\x6C0F 146-1-34-1
-always \x5C6C\x6587 34-136-3-25-2
-always \x5C6C\x671B 34-136-3-2356-23
-always \x76F8\x5C6C 125-1346-1-34-136-3
-always \x9EBC\x8457 134-26-34-235-1
-always \x88C2\x8457 123-15-3-34-26
-always \x7E2E\x7802 234-136-23-156-35-1
-always \x9084\x9322 125-12456-2-13-146-2
-always \x975A\x4ED4 123-1346-23-1356-246-3
-always \x4E7E\x7E23 13-146-2-125-146-23
-always \x856D\x4E7E 125-345-1-13-146-2
-always \x985B\x4E7E 145-146-1-13-146-2
-always \x4E7E\x8ECB 13-146-2-1246-23
-always \x50C2\x7F85 123-12356-2-123-135-2
-always \x7DE8\x8457 12-146-1-34-136-23
-always \x8F03\x8457 1245-345-23-34-136-23
-always \x8AD6\x8457 123-25-23-34-136-23
-always \x986F\x8457 125-146-3-34-136-23
-always \x8B6F\x8457 24-23-34-136-23
-always \x8457\x7A31 34-136-23-12345-3456-1
-always \x8457\x9304 34-136-23-123-136-23
-always \x8457\x66F8 34-136-23-156-136-1
-always \x5C08\x8457 34-12456-1-34-136-23
-always \x4E26\x8457 12-16-23-34-136-23
-always \x982D\x8457 2345-12356-2-34-135-2
-always \x8457\x982D 34-135-2-2345-12356-2
-always \x9087\x8457 1235-3-34-136-23
-always \x5F4C\x8457 134-24-2-34-136-23
-always \x8449\x8457 15-23-34-135-2
-always \x8457\x65BC 34-136-23-346-2
-always \x4ED4\x6232 1356-246-3-125-24-23
-always \x8C6C\x4ED4 34-136-1-1356-246-3
-always \x99AC\x4ED4 134-35-3-1356-246-3
-always \x9F8D\x4ED4 123-256-2-1356-246-3
-always \x9670\x4FDE 126-1-156-136-1
-always \x81BD\x4FDE 145-1236-3-156-136-1
-always \x814E\x4FDE 156-356-23-156-136-1
-always \x8178\x4FDE 12345-236-2-156-136-1
-always \x74B0\x4FDE 125-12456-2-156-136-1
-always \x6975\x4FDE 1245-24-2-156-136-1
-always \x81EA\x4E2A\x513F 1356-23-1245-26-3-1235-0
-always \x81EA\x5404\x513F 1356-23-1245-26-3-1235-0
-always \x81EA\x500B\x5152 1356-23-1245-26-3-1235-0
-always \x81EA\x5404\x5152 1356-23-1245-26-3-1235-0
-always \x66FE\x5C0F\x8D24 1356-3456-1-125-345-3-125-146-2
-always \x66FE\x4ED5\x5F3A 1356-3456-1-156-23-13-1346-2
-always \x66FE\x5C0F\x8CE2 1356-3456-1-125-345-3-125-146-2
-always \x66FE\x4ED5\x5F37 1356-3456-1-156-23-13-1346-2
-always \x66FE\x570B\x85E9 1356-3456-1-1245-135-2-124-1236-1
-always \x66FE\x5FD7\x5049 1356-3456-1-34-23-2456-3
-always \x66FE\x56FD\x85E9 1356-3456-1-1245-135-2-124-1236-1
-always \x66FE\x5FD7\x4F1F 1356-3456-1-34-23-2456-3
-always \x5174\x51B2 125-16-23-12345-256-1
-always \x8208\x6C96 125-16-23-12345-256-1
-#
-# Electronic Braille symbols
-noback sign \xE234 1
-noback sign \xE235 2
-noback sign \xE236 12
-noback sign \xE237 3
-noback sign \xE238 13
-noback sign \xE239 23
-noback sign \xE23A 123
-noback sign \xE23B 4
-noback sign \xE23C 14
-noback sign \xE23D 24
-noback sign \xE23E 124
-noback sign \xE23F 34
-noback sign \xE240 134
-noback sign \xE241 234
-noback sign \xE242 1234
-noback sign \xE243 5
-noback sign \xE244 15
-noback sign \xE245 25
-noback sign \xE246 125
-noback sign \xE247 35
-noback sign \xE248 135
-noback sign \xE249 235
-noback sign \xE24A 1235
-noback sign \xE24B 45
-noback sign \xE24C 145
-noback sign \xE24D 245
-noback sign \xE24E 1245
-noback sign \xE24F 345
-noback sign \xE250 1345
-noback sign \xE251 2345
-noback sign \xE252 12345
-noback sign \xE253 6
-noback sign \xE254 16
-noback sign \xE255 26
-noback sign \xE256 126
-noback sign \xE257 36
-noback sign \xE258 136
-noback sign \xE259 236
-noback sign \xE25A 1236
-noback sign \xE25B 46
-noback sign \xE25C 146
-noback sign \xE25D 246
-noback sign \xE25E 1246
-noback sign \xE25F 346
-noback sign \xE260 1346
-noback sign \xE261 2346
-noback sign \xE262 12346
-noback sign \xE263 56
-noback sign \xE264 156
-noback sign \xE265 256
-noback sign \xE266 1256
-noback sign \xE267 356
-noback sign \xE268 1356
-noback sign \xE269 2356
-noback sign \xE26A 12356
-noback sign \xE26B 456
-noback sign \xE26C 1456
-noback sign \xE26D 2456
-noback sign \xE26E 12456
-noback sign \xE26F 3456
-noback sign \xE270 13456
-noback sign \xE271 23456
-noback sign \xE272 123456
-noback sign \xE273 0
-#
-# The number of full-width characters
-numsign 3456
-digit \xFF11 1
-digit \xFF12 12
-digit \xFF13 14
-digit \xFF14 145
-digit \xFF15 15
-digit \xFF16 124
-digit \xFF17 1245
-digit \xFF18 125
-digit \xFF19 24
-digit \xFF10 245
-#
-# Serial number
-sign \x2488 3456-1-0
-sign \x2489 3456-12-0
-sign \x248A 3456-14-0
-sign \x248B 3456-145-0
-sign \x248C 3456-15-0
-sign \x248D 3456-124-0
-sign \x248E 3456-1245-0
-sign \x248F 3456-125-0
-sign \x2490 3456-24-0
-sign \x2491 3456-1-245-0
-sign \x2492 3456-1-1-0
-sign \x2493 3456-1-12-0
-sign \x2494 3456-1-14-0
-sign \x2495 3456-1-145-0
-sign \x2496 3456-1-15-0
-sign \x2497 3456-1-124-0
-sign \x2498 3456-1-1245-0
-sign \x2499 3456-1-125-0
-sign \x249A 3456-1-24-0
-sign \x249B 3456-12-245-0
-#
-sign \x2474 3456-1-3
-sign \x2475 3456-12-3
-sign \x2476 3456-14-3
-sign \x2477 3456-145-3
-sign \x2478 3456-15-3
-sign \x2479 3456-124-3
-sign \x247A 3456-1245-3
-sign \x247B 3456-125-3
-sign \x247C 3456-24-3
-sign \x247D 3456-1-245-3
-sign \x247E 3456-1-1-3
-sign \x247F 3456-1-12-3
-sign \x2480 3456-1-14-3
-sign \x2481 3456-1-145-3
-sign \x2482 3456-1-15-3
-sign \x2483 3456-1-124-3
-sign \x2484 3456-1-1245-3
-sign \x2485 3456-1-125-3
-sign \x2486 3456-1-24-3
-sign \x2487 3456-12-245-3
-#
-sign \x2460 3456-2-0
-sign \x2461 3456-23-0
-sign \x2462 3456-25-0
-sign \x2463 3456-256-0
-sign \x2464 3456-26-0
-sign \x2465 3456-235-0
-sign \x2466 3456-2356-0
-sign \x2467 3456-236-0
-sign \x2468 3456-35-0
-sign \x2469 3456-2-356-0
-#
-sign \x2160 6-24-0
-sign \x2161 6-24-24-0
-sign \x2162 6-24-24-24-0
-sign \x2163 6-24-1236-0
-sign \x2164 6-1236-0
-sign \x2165 6-1236-24-0
-sign \x2166 6-1236-24-24-0
-sign \x2167 6-1236-24-24-24-0
-sign \x2168 6-24-1346-0
-sign \x2169 6-1346-0
-sign \x216A 6-1346-24-0
-sign \x216B 6-1346-24-24-0
-#
-# The letters of full-width characters
-lowercase \xFF41 1
-lowercase \xFF42 12
-lowercase \xFF43 14
-lowercase \xFF44 145
-lowercase \xFF45 15
-lowercase \xFF46 124
-lowercase \xFF47 1245
-lowercase \xFF48 125
-lowercase \xFF49 24
-lowercase \xFF4A 245
-lowercase \xFF4B 13
-lowercase \xFF4C 123
-lowercase \xFF4D 134
-lowercase \xFF4E 1345
-lowercase \xFF4F 135
-lowercase \xFF50 1234
-lowercase \xFF51 12345
-lowercase \xFF52 1235
-lowercase \xFF53 234
-lowercase \xFF54 2345
-lowercase \xFF55 136
-lowercase \xFF56 1236
-lowercase \xFF57 2456
-lowercase \xFF58 1346
-lowercase \xFF59 13456
-lowercase \xFF5A 1356
-#
-uppercase \xFF21 1
-uppercase \xFF22 12
-uppercase \xFF23 14
-uppercase \xFF24 145
-uppercase \xFF25 15
-uppercase \xFF26 124
-uppercase \xFF27 1245
-uppercase \xFF28 125
-uppercase \xFF29 24
-uppercase \xFF2A 245
-uppercase \xFF2B 13
-uppercase \xFF2C 123
-uppercase \xFF2D 134
-uppercase \xFF2E 1345
-uppercase \xFF2F 135
-uppercase \xFF30 1234
-uppercase \xFF31 12345
-uppercase \xFF32 1235
-uppercase \xFF33 234
-uppercase \xFF34 2345
-uppercase \xFF35 136
-uppercase \xFF36 1236
-uppercase \xFF37 2456
-uppercase \xFF38 1346
-uppercase \xFF39 13456
-uppercase \xFF3A 1356
-#
-# Punctuation and symbol
-space \x3000 0
-punctuation \xFF0C 5-0
-punctuation \x3002 5-23
-punctuation \xFF1F 5-3
-punctuation \x3001 4-0
-punctuation \xFF1A 36-0
-punctuation \x201C 45
-punctuation \x201D 45-0
-punctuation \x300A 5-36
-punctuation \x300B 36-2
-punctuation \xFF01 56-2
-punctuation \x2026 5-5-5-0
-always \x2026\x2026 5-5-5-0
-punctuation \x0022 45-0
-punctuation \x2014 6-36
-always \x2014\x2014 6-36-3
-punctuation \xFF1B 56-0
-punctuation \xFF08 56-3
-punctuation \xFF09 6-23
-punctuation \x3010 56-23
-punctuation \x3011 56-23
-punctuation \x2018 45-45
-punctuation \x2019 45-45-0
-punctuation \x00B7 6-2
-punctuation \xFF06 36
-punctuation \x2502 5-2
-punctuation \xFF05 3456-245-356
-punctuation \x0025 3456-245-356
-punctuation \x300E 45
-punctuation \x300F 45-0
-punctuation \x3014 56-23
-punctuation \x3015 56-23
-punctuation \x300C 45-45
-punctuation \x300D 45-45-0
-punctuation \xFE6A 3456-245-356
-punctuation \x0028 56-3
-punctuation \x0029 6-23
-punctuation \x005B 56-23
-punctuation \x005D 56-23
-punctuation \x007B 56-36
-punctuation \x007D 36-23
-punctuation \x002C 5-0
-punctuation \x002E 5-23
-punctuation \x003F 5-3
-punctuation \x0021 56-2
-punctuation \xFF0E 6-2
-punctuation \xFF40 4
-punctuation \xFF5E 6-2-3
-punctuation \xFF3C 5-16
-punctuation \xFF5C 56-34
-punctuation \xFF0F 5-34
-punctuation \xFF20 4-1
-punctuation \xFF5B 56-36
-punctuation \xFF5D 36-23
-math \xFF0D 36
-punctuation \xFF3F 46-36
-repeated \xFF3F\xFF3F 46-36-36
-math \xFF1D 5-2356
-math \xFF0B 5-235
-punctuation \xFF04 4-256
-punctuation \xFFE5 4-13456
-punctuation \xFF03 26-26
-punctuation \xFF0A 35-35
-punctuation \xFF3E 4-2-3
-punctuation * 35-35
-repeated @@@ 4-1-4-1-4-1
-repeated ** 35-35-35-35-0
-punctuation # 26-26
-repeated ## 26-26-26-26-0
-always .. 6-6-0
-repeated ... 6-6-6-0
-repeated \s\s\s\s 0-0-0-0
-repeated --- 36-36-36
-prepunc " 45
-postpunc " 45-0
-midnum . 3
-endnum \x53EA 34-1
-endnum \x884C 125-236-2
-#
-# special character sequences
-noback context $uUdDm[]$S @0
-noback context $S[]$u @56
-noback context $S[]$m @0
-class w \xE234\xE235\xE236\xE237\xE238\xE239\xE23A\xE23B\xE23C\xE23D\xE23E\xE23F\xE240\xE241\xE242\xE243\xE244\xE245\xE246\xE247\xE248\xE249\xE24A\xE24B\xE24C\xE24D\xE24E\xE24F\xE250\xE251\xE252\xE253\xE254\xE255\xE256\xE257\xE258\xE259\xE25A\xE25B\xE25C\xE25D\xE25E\xE25F\xE260\xE261\xE262\xE263\xE264\xE265\xE266\xE267\xE268\xE269\xE26A\xE26B\xE26C\xE26D\xE26E\xE26F\xE270\xE271\xE272\xE273
-noback correct $w[$s] ?
-#
-include en-ueb-g1.ctb
-joinnum \x20AC 4-15
-joinnum \x0024 4-256
-joinnum \x00A3 4-1234
-joinnum \x00A5 4-13456
-joinnum \xFFE5 4-13456
-joinnum \xFF04 4-256
-undefined 0
-# Stop
-#-display-name: Estonian computer braille
-
-#+locale:et
-#+type:computer
-#+dots:8
-
-# TODO: Please correct the metadata above. It is not meant to be
-# accurate nor complete. It hasn't been verified by the table
-# author yet. It is merely an attempt by the liblouis maintainers
-# to get some sensible initial values in place.
-
-# TODO: Please add a reference to official documentation about
-# the implemented braille code. Preferably submit the documents
-# to https://github.com/liblouis/braille-specs.
-
-include et.ctb
-include braille-patterns.cti
-# This table contains braille codes and rules for Khasi Grade 1 and includes English grade 1
-#
-# Copyright (C) 2014 National Institute for Visually Handicapped, 116, Rajpur Road, Dehradun, Uttrakhand, India
-#
-# This file is part of liblouis.
-#
-# liblouis is free software: you can redistribute it and/or modify it
-# under the terms of the GNU Lesser General Public License as
-# published by the Free Software Foundation, either version 2.1 of the
-# License, or (at your option) any later version.
-#
-# liblouis is distributed in the hope that it will be useful, but
-# WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-# Lesser General Public License for more details.
-#
-# You should have received a copy of the GNU Lesser General Public
-# License along with liblouis. If not, see
-# <http://www.gnu.org/licenses/>.
-
-# This table is built and maintained under an activity of Braille Council of India
-# Contributors: Dipendra Manocha, Sreeja, Dinesh Kaushal, Mesar Hamid
-# Last updated on May 5, 2014
-# To report any bugs or any suggestion, please write to d@saksham.org and sreeja.param@gmail.com
-
-include en-in-g1.ctb
-# liblouis: Hungarian Grade 1 table
-#
-#  Copyright (C) 2011-2017 Attila Hammer from IT Foundation for the Visually Impaired - Hungary. www.infoalap.hu
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-#
-#  Maintained by Attila Hammer  hammer.attila@infoalap.hu
-#
-# If you found bugs with hungarian grade1 table, report it with following address:
-# Attila Hammer <hammer.attila@infoalap.hu
-#If you have a Launchpad account, report table related requests with following bug tracker address: https://bugs.launchpad.net/belin
-include hu-backtranslate-correction.dis
-include hu-chardefs.cti
-include hu-exceptionwords.cti
-include braille-patterns.cti
-
-#Braille indicators
-numsign 3456
-capsletter 46
-begcapsword 46-46
-emphclass italic
-emphclass underline
-emphclass bold
-begemph italic 356
-endemph italic  236
-begemph bold 356
-endemph bold 236
-begemph underline 356
-endemph underline 236
-begcomp 456-346
-endcomp 456-156
-midnum : 3
-midnum - 36-3456
-hyphen - 36
-decpoint , 2
-midnum . 3-3456
-endnum . 3
-endnum – 36-36
-#Following part implementing the new braille standard changes
-#When some punctuation character have after end of numbers, need add a dot6 prefix before the punctuation character dots
-endnum : 6-25
-endnum ? 6-26
-endnum ; 6-23
-endnum ! 6-235
-endnum " 6-236
-
-always . 3
-always ' 6-3
-postpunc . 256
-postpunc ; 23
-word ; 23
-midnum : 25
-postpunc : 25
-always : 25
-always ! 235
-endnum . 3
-always • 6-35
-# literary forms of the decimal digits
-include litdigits6Dots.uti
-midendnumericmodechars ,:.-
-
-#Special letter replacements
-always cs 146	General need replacing cs letters with a combined dot combination
-always ccs 146-146	General need replacing ccs letters with a combined dot combination
-always csz 14-156
-always cszs 146-345
-always ccsz 14-14-156
-always gy 1456	General need replacing gy letters with a combined dot combination
-always ggy 1456-1456	General need replacing ggy letters with a combined dot combination
-always ly 456
-always lly 456-456	General need replacing ly letters with a combined dot combination
-always ny 1246	General need replacing ny letters with a combined dot combination
-always nny 1246-1246	General need replacing nny letters with a combined dot combination
-always ty 1256	General need replacing ty letter pairs with a combined dot combination
-always tty 1256-1256		General need replacing ty letter pairs with a combined dot combination combined dot combination
-always sz 156	General need replacing sz letters with a combined dot combination
-always ssz 156-156
-always zsz 126-156
-always zszs 345-345
-always zs 345	General need replacing zs letters with a combined dot combination
-always zzs 345-345	General need replacing zs letters with a combined dot combination
-
-#Special punctuation simbols
-prepunc " 236	Opening quotation simbol
-postpunc " 356	Closing quotation simbol
-prepunc « 236
-postpunc » 356
-prepunc » 236
-postpunc « 356
-always " 236	Need this rule to present one left quotation mark if the user firsttyping the " character
-prepunc ( 2346	Opening left parenthese
-postpunc ) 1356	Closing right parenthese
-always ( 2346	Need this rule to the user always see 2346 dot combination if type first ( character a text
-always ) 1356	Need this rule to the user always see 2346 dot combination if type first ) character a text
-prepunc « 236
-postpunc » 356
-prepunc ‘ 236
-postpunc ’ 356
-prepunc ‚ 236
-postpunc ‚ 356
-prepunc “ 236
-prepunc ” 236
-postpunc ” 356
-prepunc „ 236
-postpunc „ 356
-prepunc < 5-13
-postpunc > 46-2
-
-#Other exceptions With need marking different dot combination
-always Q 12346
-always Z 126
-always # 123456
-always $ 5-145
-always % 3456-245-356
-always ~ 5-2345
-always < 5-13
-always > 46-2
-always / 5-2
-always | 45
-always { 5-2346
-always } 5-1356
-always [ 46-2346
-always ] 46-1356
-always \\ 16
-always ^ 2346
-always ` 4
-always Æ 1
-always lyú 456-346
-always lysz 456-156
-space \x000c 0
-space \x001b 1b
-space \e 1b
-space \f 0
-always ä 5-1
-noback context $l$p["–"] @36-36
-noback context $l["–"] @36-36
-noback always \\_ 6 letter sign before Roman page numbers
-noback pass2 @3456-356 @356-3456
-undefined 26
-#
-# Copyright (C) 1995-2008 by The BRLTTY Developers.
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-
-# This text subtable defines braille representations for the chess figures in
-# terms of the letters that are used for them in the English language.
-
-# See: http://en.wikipedia.org/wiki/Chess_symbols_in_Unicode
-
-# generated by ttbtest
-punctuation \x2654 137		WHITE CHESS KING
-punctuation \x2655 123457		WHITE CHESS QUEEN
-punctuation \x2656 12357		WHITE CHESS ROOK
-punctuation \x2657 127		WHITE CHESS BISHOP
-punctuation \x2658 13457		WHITE CHESS KNIGHT
-punctuation \x2659 12347		WHITE CHESS PAWN
-punctuation \x265a 13		BLACK CHESS KING
-punctuation \x265b 12345		BLACK CHESS QUEEN
-punctuation \x265c 1235		BLACK CHESS ROOK
-punctuation \x265d 12		BLACK CHESS BISHOP
-punctuation \x265e 1345		BLACK CHESS KNIGHT
-punctuation \x265f 1234		BLACK CHESS PAWN
-#-display-name: Cantonese braille
-
-#+locale:yue-HK
-#+type:literary
-
-# TODO: Please add a reference to official documentation about
-# the implemented braille code. Preferably submit the documents
-# to https://github.com/liblouis/braille-specs.
-
-include zh-hk.ctb
-include braille-patterns.cti
-#-display-name: Tamil computer braille
-
-#+locale:ta
-#+type:computer
-#+dots:8
-
-# TODO: Please correct the metadata above. It is not meant to be
-# accurate nor complete. It hasn't been verified by the table
-# author yet. It is merely an attempt by the liblouis maintainers
-# to get some sensible initial values in place.
-
-# TODO: Please add a reference to official documentation about
-# the implemented braille code. Preferably submit the documents
-# to https://github.com/liblouis/braille-specs.
-
-include spaces.ctb
-include ta.ctb
-include braille-patterns.cti
-#-display-name: Braj braille
-
-#+locale:bra
-#+type:literary
-#+grade:1
-
-# TODO: Please correct the metadata above. It is not meant to be
-# accurate nor complete. It hasn't been verified by the table
-# author yet. It is merely an attempt by the liblouis maintainers
-# to get some sensible initial values in place.
-
-# TODO: Please add a reference to official documentation about
-# the implemented braille code. Preferably submit the documents
-# to https://github.com/liblouis/braille-specs.
-
-include spaces.ctb
-include br-in-g1.utb
-include braille-patterns.cti
-# File: no-no-generic.dis
-# Useful for printing with embossers with German or Euro braille
-# braille tables.
-#
-# Based on the braille contraction modules in BRLTTY
-#
-# Copyright (C) 1995-2004 by The BRLTTY Team
-# Copyright (C) 2004 ViewPlus Technologies, Inc., www.viewplustech.com
-# Copyright (C) 2004 Computers to Help People, Inc., www.chpi.org
-
-# This file is free software; you can redistribute it and/or
-# modify it under the terms of the GNU Lesser General Public
-# License as published by the Free Software Foundation; either
-# version 2.1 of the License, or (at your option) any later version.
-
-# This file is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-# Lesser General Public License for more details.
-
-# You should have received a copy of the GNU Lesser General Public
-# License along with this file; if not, write to the Free Software
-# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
-# liblouis  comes with ABSOLUTELY NO WARRANTY.
-
-# This is to be used with Norwegian translation tables.
-
-# BRLTTY Text Translation Table - Generic Norwegian (iso-8859-1), with some
-# unofficial character representations to accommodate multilingual usage.
-# For example, numbers are represented with dot 6 rather than with dot 8.
-
-# display \X0000 4578 		# 000 null
-# display \X0000 0 		# 000 null
-display \X0001 178 		# 001 start of heading
-display \X0002 1278 		# 002 start of text
-display \X0003 1478 		# 003 end of text
-display \X0004 14578 		# 004 end of transmission
-display \X0005 1578 		# 005 enquiry
-display \X0006 12478 		# 006 acknowledge
-display \X0007 124578 		# 007 bell
-display \X0008 12578 		# 008 backspace
-# display \X0009 2478 		# 009 horizontal tabulation
-# display \X000A 24578 		# 010 line feed
-# display \X000B 1378 		# 011 vertical tabulation
-# display \X000C 12378 		# 012 form feed
-# display \X000D 13478 		# 013 carriage return
-display \X000E 134578 		# 014 shift out
-display \X000F 13578 		# 015 shift in
-display \X0010 123478 		# 016 data link escape
-display \X0011 1234578 		# 017 device control one
-display \X0012 123578 		# 018 device control two
-display \X0013 23478 		# 019 device control three
-display \X0014 234578 		# 020 device control four
-display \X0015 13678 		# 021 negative acknowledge
-display \X0016 123678 		# 022 synchronous idle
-display \X0017 245678 		# 023 end of transmission block
-display \X0018 134678 		# 024 cancel
-display \X0019 1345678 		# 025 end of medium
-display \X001A 135678 		# 026 substitute
-display \X001B 1235678 		# 027 escape
-display \X001C 3478 		# 028 file separator
-display \X001D 2345678 		# 029 group separator
-display \X001E 234678 		# 030 record separator
-display \X001F 45678 		# 031 unit separator
-# display \X0020 0		# 032 space
-display \X0021 5 		# 033 exclamation mark
-display \X0022 4 		# 034 quotation mark
-display \X0023 3456 		# 035 number sign
-display \X0024 46 		# 036 dollar sign
-display \X0025 123456 		# 037 percent sign
-display \X0026 12346 		# 038 ampersand
-display \X0027 6 		# 039 apostrophe
-display \X0028 236 		# 040 left parenthesis
-display \X0029 356 		# 041 right parenthesis
-display \X002A 35 		# 042 asterisk
-display \X002B 235 		# 043 plus sign
-display \X002C 2 		# 044 comma
-display \X002D 36 		# 045 hyphen-minus
-display \X002E 3 		# 046 full stop
-display \X002F 256 		# 047 solidus
-display \X0030 346 		# 048 digit zero
-display \X0031 16 		# 049 digit one
-display \X0032 126 		# 050 digit two
-display \X0033 146 		# 051 digit three
-display \X0034 1456 		# 052 digit four
-display \X0035 156 		# 053 digit five
-display \X0036 1246 		# 054 digit six
-display \X0037 12456 		# 055 digit seven
-display \X0038 1256 		# 056 digit eight
-display \X0039 246 		# 057 digit nine
-display \X003A 25 		# 058 colon
-display \X003B 23 		# 059 semicolon
-display \X003C 56 		# 060 less-than sign
-display \X003D 2356 		# 061 equals sign
-display \X003E 45 		# 062 greater-than sign
-display \X003F 26 		# 063 question mark
-display \X0040 3457 		# 064 commercial at
-display \X0041 17 		# 065 latin capital letter a
-display \X0042 127 		# 066 latin capital letter b
-display \X0043 147 		# 067 latin capital letter c
-display \X0044 1457 		# 068 latin capital letter d
-display \X0045 157 		# 069 latin capital letter e
-display \X0046 1247 		# 070 latin capital letter f
-display \X0047 12457 		# 071 latin capital letter g
-display \X0048 1257 		# 072 latin capital letter h
-display \X0049 247 		# 073 latin capital letter i
-display \X004A 2457 		# 074 latin capital letter j
-display \X004B 137 		# 075 latin capital letter k
-display \X004C 1237 		# 076 latin capital letter l
-display \X004D 1347 		# 077 latin capital letter m
-display \X004E 13457 		# 078 latin capital letter n
-display \X004F 1357 		# 079 latin capital letter o
-display \X0050 12347 		# 080 latin capital letter p
-display \X0051 123457 		# 081 latin capital letter q
-display \X0052 12357 		# 082 latin capital letter r
-display \X0053 2347 		# 083 latin capital letter s
-display \X0054 23457 		# 084 latin capital letter t
-display \X0055 1367 		# 085 latin capital letter u
-display \X0056 12367 		# 086 latin capital letter v
-display \X0057 24567 		# 087 latin capital letter w
-display \X0058 13467 		# 088 latin capital letter x
-display \X0059 134567 		# 089 latin capital letter y
-display \X005A 13567 		# 090 latin capital letter z
-display \X005B 123567 		# 091 left square bracket
-display \X005C 347 		# 092 reverse solidus
-display \X005D 234567 		# 093 right square bracket
-display \X005E 23467 		# 094 circumflex accent
-display \X005F 456 		# 095 low line
-display \X0060 345 		# 096 grave accent
-display \X0061 1 		# 097 latin small letter a
-display \X0062 12 		# 098 latin small letter b
-display \X0063 14 		# 099 latin small letter c
-display \X0064 145 		# 100 latin small letter d
-display \X0065 15 		# 101 latin small letter e
-display \X0066 124 		# 102 latin small letter f
-display \X0067 1245 		# 103 latin small letter g
-display \X0068 125 		# 104 latin small letter h
-display \X0069 24 		# 105 latin small letter i
-display \X006A 245 		# 106 latin small letter j
-display \X006B 13 		# 107 latin small letter k
-display \X006C 123 		# 108 latin small letter l
-display \X006D 134 		# 109 latin small letter m
-display \X006E 1345 		# 110 latin small letter n
-display \X006F 135 		# 111 latin small letter o
-display \X0070 1234 		# 112 latin small letter p
-display \X0071 12345 		# 113 latin small letter q
-display \X0072 1235 		# 114 latin small letter r
-display \X0073 234 		# 115 latin small letter s
-display \X0074 2345 		# 116 latin small letter t
-display \X0075 136 		# 117 latin small letter u
-display \X0076 1236 		# 118 latin small letter v
-display \X0077 2456 		# 119 latin small letter w
-display \X0078 1346 		# 120 latin small letter x
-display \X0079 13456 		# 121 latin small letter y
-display \X007A 1356 		# 122 latin small letter z
-display \X007B 12356 		# 123 left curly bracket
-display \X007C 34 		# 124 vertical line
-display \X007D 23456 		# 125 right curly bracket
-display \X007E 2346 		# 126 tilde
-display \X007F 4568 		# 127 delete
-display \X0080 2367 		# 128 <control>
-display \X0081 568 		# 129 <control>
-display \X0082 367 		# 130 break permitted here
-display \X0083 23678 		# 131 no break here
-display \X0084 235678 		# 132 <control>
-display \X0085 12458 		# 133 next line
-display \X0086 1238 		# 134 start of selected area
-display \X0087 1234567 		# 135 end of selected area
-display \X0088 12345678 	# 136 character tabulation set
-display \X0089 678 		# 137 character tabulation with justification
-display \X008A 1234678 		# 138 line tabulation set
-display \X008B 3568 		# 139 partial line down
-display \X008C 15678 		# 140 partial line up
-display \X008D 34678 		# 141 reverse line feed
-display \X008E 78 		# 142 single shift two
-display \X008F 2578 		# 143 single shift three
-display \X0090 23567 		# 144 device control string
-display \X0091 1348 		# 145 private use one
-display \X0092 24568 		# 146 private use two
-display \X0093 23468 		# 147 set transmit state
-display \X0094 23578 		# 148 cancel character
-display \X0095 4567 		# 149 message waiting
-display \X0096 1234568 		# 150 start of guarded area
-display \X0097 368 		# 151 end of guarded area
-display \X0098 13568 		# 152 start of string
-display \X0099 3678 		# 153 <control>
-display \X009A 345678 		# 154 single character introducer
-display \X009B 578 		# 155 control sequence introducer
-display \X009C 8 		# 156 string terminator
-display \X009D 4678 		# 157 operating system command
-display \X009E 13468 		# 158 privacy message
-display \X009F 1248 		# 159 application program command
-display \X00A0 478 		# 160 no-break space
-display \X00A1 58 		# 161 inverted exclamation mark
-display \X00A2 258 		# 162 cent sign
-display \X00A3 34568 		# 163 pound sign
-display \X00A4 34567 		# 164 currency sign
-display \X00A5 145678 		# 165 yen sign
-display \X00A6 348 		# 166 broken bar
-display \X00A7 12368 		# 167 section sign
-display \X00A8 7 		# 168 diaeresis
-display \X00A9 148 		# 169 copyright sign
-display \X00AA 37 		# 170 feminine ordinal indicator
-display \X00AB 47 		# 171 left-pointing double angle quotation mark
-display \X00AC 67 		# 172 not sign
-display \X00AD 38 		# 173 soft hyphen
-display \X00AE 12358 		# 174 registered sign
-display \X00AF 23568 		# 175 macron
-display \X00B0 1245678 		# 176 degree sign
-display \X00B1 12348 		# 177 plus-minus sign
-display \X00B2 3578 		# 178 superscript two
-display \X00B3 14678 		# 179 superscript three
-display \X00B4 124678 		# 180 acute accent
-display \X00B5 12678 		# 181 micro sign
-display \X00B6 123458 		# 182 pilcrow sign
-display \X00B7 378 		# 183 middle dot
-display \X00B8 35678 		# 184 cedilla
-display \X00B9 5678 		# 185 superscript one
-display \X00BA 68 		# 186 masculine ordinal indicator
-display \X00BB 48 		# 187 right-pointing double angle quotation mark
-display \X00BC 257 		# 188 vulgar fraction one quarter
-display \X00BD 1458 		# 189 vulgar fraction one half
-display \X00BE 13458 		# 190 vulgar fraction three quarters
-display \X00BF 268 		# 191 inverted question mark
-display \X00C0 57 		# 192 latin capital letter a with grave
-display \X00C1 27 		# 193 latin capital letter a with acute
-display \X00C2 167 		# 194 latin capital letter a with circumflex
-display \X00C3 1467 		# 195 latin capital letter a with tilde
-display \X00C4 567 		# 196 latin capital letter a with diaeresis
-display \X00C5 1678 		# 197 latin capital letter a with ring above
-display \X00C6 34578 		# 198 latin capital letter ae
-display \X00C7 123467 		# 199 latin capital letter c with cedilla
-display \X00C8 467 		# 200 latin capital letter e with grave
-display \X00C9 2678 		# 201 latin capital letter e with acute
-display \X00CA 1567 		# 202 latin capital letter e with circumflex
-display \X00CB 12467 		# 203 latin capital letter e with diaeresis
-display \X00CC 237 		# 204 latin capital letter i with grave
-display \X00CD 2378 		# 205 latin capital letter i with acute
-display \X00CE 457 		# 206 latin capital letter i with circumflex
-display \X00CF 357 		# 207 latin capital letter i with diaeresis
-display \X00D0 2567 		# 208 latin capital letter eth
-display \X00D1 124567 		# 209 latin capital letter n with tilde
-display \X00D2 267 		# 210 latin capital letter o with grave
-display \X00D3 1267 		# 211 latin capital letter o with acute
-display \X00D4 14567 		# 212 latin capital letter o with circumflex
-display \X00D5 2357 		# 213 latin capital letter o with tilde
-display \X00D6 2467 		# 214 latin capital letter o with diaeresis
-display \X00D7 1258 		# 215 multiplication sign
-display \X00D8 24678 		# 216 latin capital letter o with stroke
-display \X00D9 125678 		# 217 latin capital letter u with grave
-display \X00DA 278 		# 218 latin capital letter u with acute
-display \X00DB 3467 		# 219 latin capital letter u with circumflex
-display \X00DC 12567 		# 220 latin capital letter u with diaeresis
-display \X00DD 25678 		# 221 latin capital letter y with acute
-display \X00DE 23458 		# 222 latin capital letter thorn
-display \X00DF 2348 		# 223 latin small letter sharp s
-display \X00E0 123568 		# 224 latin small letter a with grave
-display \X00E1 28 		# 225 latin small letter a with acute
-display \X00E2 138 		# 226 latin small letter a with circumflex
-display \X00E3 1468 		# 227 latin small letter a with tilde
-display \X00E4 18 		# 228 latin small letter a with diaeresis
-display \X00E5 168 		# 229 latin small letter a with ring above
-display \X00E6 3458 		# 230 latin small letter ae
-display \X00E7 123468 		# 231 latin small letter c with cedilla
-display \X00E8 468 		# 232 latin small letter e with grave
-display \X00E9 158 		# 233 latin small letter e with acute
-display \X00EA 1568 		# 234 latin small letter e with circumflex
-display \X00EB 12468 		# 235 latin small letter e with diaeresis
-display \X00EC 238 		# 236 latin small letter i with grave
-display \X00ED 128 		# 237 latin small letter i with acute
-display \X00EE 458 		# 238 latin small letter i with circumflex
-display \X00EF 248 		# 239 latin small letter i with diaeresis
-display \X00F0 2568 		# 240 latin small letter eth
-display \X00F1 124568 		# 241 latin small letter n with tilde
-display \X00F2 1358 		# 242 latin small letter o with grave
-display \X00F3 1268 		# 243 latin small letter o with acute
-display \X00F4 14568 		# 244 latin small letter o with circumflex
-display \X00F5 2358 		# 245 latin small letter o with tilde
-display \X00F6 358 		# 246 latin small letter o with diaeresis
-display \X00F7 2458 		# 247 division sign
-display \X00F8 2468 		# 248 latin small letter o with stroke
-display \X00F9 2368 		# 249 latin small letter u with grave
-display \X00FA 1368 		# 250 latin small letter u with acute
-display \X00FB 3468 		# 251 latin small letter u with circumflex
-display \X00FC 12568 		# 252 latin small letter u with diaeresis
-display \X00FD 134568 		# 253 latin small letter y with acute
-display \X00FE 3567 		# 254 latin small letter thorn
-display \X00FF 234568 		# 255 latin small letter y with diaeresis
-#-display-name: Nepali braille
-
-#+locale:ne
-#+type:literary
-#+grade:1
-
-# TODO: Please correct the metadata above. It is not meant to be
-# accurate nor complete. It hasn't been verified by the table
-# author yet. It is merely an attempt by the liblouis maintainers
-# to get some sensible initial values in place.
-
-# TODO: Please add a reference to official documentation about
-# the implemented braille code. Preferably submit the documents
-# to https://github.com/liblouis/braille-specs.
-
-include spaces.ctb
-include np-in-g1.utb
-include braille-patterns.cti
-#
-# Copyright (C) 1995-2008 by The BRLTTY Developers.
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-
-# BRLTTY Text Table - Romanian
-#
-# Samuel Thibault <samuel.thibault@ens-lyon.org>
-# 
-# Updated by Stefan Moisei <vortex37 {at} gmail {dot} com>
-#
-# This table is based on the Unesco report on the progress of unification of
-# braille writing « L'ÉCRITURE BRAILLE DANS LE MONDE », by Sir Clutha
-# MACKENZIE: http://unesdoc.unesco.org/images/0013/001352/135251fo.pdf
-# The document is dated 1954, so this table may be quite outdated.
-
-# generated by ttbtest
-space \s 0		SPACE
-punctuation ~ 45		TILDE
-punctuation | 4568		VERTICAL LINE
-punctuation _ 456		LOW LINE
-punctuation [ 12356		LEFT SQUARE BRACKET
-punctuation \\ 176		REVERSE SOLIDUS
-punctuation ] 23456		RIGHT SQUARE BRAKET
-punctuation @ 47		COMMERCIAL AT
-punctuation = 2356		EQUALS SIGN
-punctuation # 3456		NUMBER SIGN
-punctuation / 34		SOLIDUS
-punctuation * 26		ASTERISK
-punctuation + 235		PLUS SIGN
-punctuation % 356		PERCENT SIGN
-punctuation ! 235		EXCLAMATION MARK
-punctuation " 2356		QUOTATION MARK
-punctuation \x201e 236		LEFT QUOTE
-punctuation \x201d 356		RIGHT QUOTE
-punctuation ' 3		APOSTROPHE
-punctuation ( 126		LEFT PARENTHESIS
-punctuation ) 345		RIGHT PARENTHESIS
-punctuation , 2		COMMA
-punctuation - 36		HYPHEN-MINUS
-punctuation . 256		FULL STOP
-include digits8Dots.uti
-punctuation : 25		COLON
-punctuation ; 23		SEMICOLON
-punctuation ? 26		QUESTION MARK
-uppercase A 17		LATIN CAPITAL LETTER A
-uppercase B 127		LATIN CAPITAL LETTER B
-uppercase C 147		LATIN CAPITAL LETTER C
-uppercase D 1457		LATIN CAPITAL LETTER D
-uppercase E 157		LATIN CAPITAL LETTER E
-uppercase F 1247		LATIN CAPITAL LETTER F
-uppercase G 12457		LATIN CAPITAL LETTER G
-uppercase H 1257		LATIN CAPITAL LETTER H
-uppercase I 247		LATIN CAPITAL LETTER I
-uppercase J 2457		LATIN CAPITAL LETTER J
-uppercase K 137		LATIN CAPITAL LETTER K
-uppercase L 1237		LATIN CAPITAL LETTER L
-uppercase M 1347		LATIN CAPITAL LETTER M
-uppercase N 13457		LATIN CAPITAL LETTER N
-uppercase O 1357		LATIN CAPITAL LETTER O
-uppercase P 12347		LATIN CAPITAL LETTER P
-uppercase Q 123457		LATIN CAPITAL LETTER Q
-uppercase R 12357		LATIN CAPITAL LETTER R
-uppercase S 2347		LATIN CAPITAL LETTER S
-uppercase T 23457		LATIN CAPITAL LETTER T
-uppercase U 1367		LATIN CAPITAL LETTER U
-uppercase V 12367		LATIN CAPITAL LETTER V
-uppercase W 24567		LATIN CAPITAL LETTER W
-uppercase X 13467		LATIN CAPITAL LETTER X
-uppercase Y 134567		LATIN CAPITAL LETTER Y
-uppercase Z 13567		LATIN CAPITAL LETTER Z
-lowercase a 1		LATIN SMALL LETTER A
-lowercase b 12		LATIN SMALL LETTER B
-lowercase c 14		LATIN SMALL LETTER C
-lowercase d 145		LATIN SMALL LETTER D
-lowercase e 15		LATIN SMALL LETTER E
-lowercase f 124		LATIN SMALL LETTER F
-lowercase g 1245		LATIN SMALL LETTER G
-lowercase h 125		LATIN SMALL LETTER H
-lowercase i 24		LATIN SMALL LETTER I
-lowercase j 245		LATIN SMALL LETTER J
-lowercase k 13		LATIN SMALL LETTER K
-lowercase l 123		LATIN SMALL LETTER L
-lowercase m 134		LATIN SMALL LETTER M
-lowercase n 1345		LATIN SMALL LETTER N
-lowercase o 135		LATIN SMALL LETTER O
-lowercase p 1234		LATIN SMALL LETTER P
-lowercase q 12345		LATIN SMALL LETTER Q
-lowercase r 1235		LATIN SMALL LETTER R
-lowercase s 234		LATIN SMALL LETTER S
-lowercase t 2345		LATIN SMALL LETTER T
-lowercase u 136		LATIN SMALL LETTER U
-lowercase v 1236		LATIN SMALL LETTER V
-lowercase w 2456		LATIN SMALL LETTER W
-lowercase x 1346		LATIN SMALL LETTER X
-lowercase y 13456		LATIN SMALL LETTER Y
-lowercase z 1356		LATIN SMALL LETTER Z
-punctuation \x00a0 0		NO-BREAK SPACE
-uppercase \x00c2 1267		LATIN CAPITAL LETTER A WITH CIRCUMFLEX
-uppercase \x00ce 1467		LATIN CAPITAL LETTER I WITH CIRCUMFLEX
-lowercase \x00e2 126		LATIN SMALL LETTER A WITH CIRCUMFLEX
-lowercase \x00ee 146		LATIN SMALL LETTER I WITH CIRCUMFLEX
-uppercase \x0102 167		LATIN CAPITAL LETTER A WITH BREVE
-lowercase \x0103 16		LATIN SMALL LETTER A WITH BREVE
-uppercase \x015e 1567		LATIN CAPITAL LETTER S WITH CEDILLA
-lowercase \x015f 156		LATIN SMALL LETTER S WITH CEDILLA
-uppercase \x0162 2467		LATIN CAPITAL LETTER T WITH CEDILLA
-lowercase \x0163 246		LATIN SMALL LETTER T WITH CEDILLA
-uppercase \x0218 1567		LATIN CAPITAL LETTER S WITH COMMA BELOW
-lowercase \x0219 156		LATIN CAPITAL LETTER S WITH COMMA BELOW
-uppercase \x021a 2467		LATIN CAPITAL LETTER T WITH COMMA BELOW
-lowercase \x021b 246		LATIN SMALL LETTER T WITH COMMA BELLOW
-#haw#1#Hawaiian Uncontracted
-# liblouis: Hawaiian Braille Table
-#
-# -----------
-#-display-name: Hawaiian braille
-#
-#+locale:haw
-#+type:literary
-#+contraction:no
-#+grade:1
-#
-# TODO: Please correct the metadata above. It is not meant to be
-# accurate nor complete. It hasn't been verified by the table
-# author yet. It is merely an attempt by the liblouis maintainers
-# to get some sensible initial values in place.
-#
-# TODO: Please add a reference to official documentation about
-# the implemented braille code. Preferably submit the documents
-# to https://github.com/liblouis/braille-specs.
-# -----------
-#
-# Copyright (C) 2014, Greg Kearney, gkearney@gmail.com
-#
-# This file is part of liblouis.
-#
-# liblouis is free software: you can redistribute it and/or modify it
-# under the terms of the GNU Lesser General Public License as
-# published by the Free Software Foundation, either version 2.1 of
-# the License, or (at your option) any later version.
-#
-# liblouis is distributed in the hope that it will be useful, but
-# WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-# Lesser General Public License for more details.
-#
-# You should have received a copy of the GNU Lesser General Public
-# License along with liblouis. If not, see
-# <http://www.gnu.org/licenses/>.
-
-#include text_nabcc.dis All display opcodes
-
-include en-ueb-g1.ctb
-
-uplow	Āā	456-1
-uplow	Ēē	456-15
-uplow	Īī	456-24
-uplow	Ōō	456-135
-uplow	Ūū	456-136
-#-display-name: Kurdish braille
-
-#+locale:ckb
-#+type:literary
-#+grade:1
-
-# TODO: Please correct the metadata above. It is not meant to be
-# accurate nor complete. It hasn't been verified by the table
-# author yet. It is merely an attempt by the liblouis maintainers
-# to get some sensible initial values in place.
-
-# TODO: Please add a reference to official documentation about
-# the implemented braille code. Preferably submit the documents
-# to https://github.com/liblouis/braille-specs.
-
-include ckb-g1.ctb
-include braille-patterns.cti
-# This table contains braille codes and rules for Hindi Grade 1 and includes English grade 1
-#
-# Copyright (C) 2014 National Institute for Visually Handicapped, 116, Rajpur Road, Dehradun, Uttrakhand, India
-#
-# This file is part of liblouis.
-#
-# liblouis is free software: you can redistribute it and/or modify it
-# under the terms of the GNU Lesser General Public License as
-# published by the Free Software Foundation, either version 2.1 of the
-# License, or (at your option) any later version.
-#
-# liblouis is distributed in the hope that it will be useful, but
-# WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-# Lesser General Public License for more details.
-#
-# You should have received a copy of the GNU Lesser General Public
-# License along with liblouis. If not, see
-# <http://www.gnu.org/licenses/>.
-
-# This table is built and maintained under an activity of Braille Council of India
-# Contributors: Dipendra Manocha, Sreeja, Dinesh Kaushal, Mesar Hameed
-# Last updated on May 5, 2014
-# To report any bugs or any suggestion, please write to d@saksham.org and sreeja.param@gmail.com
-
-include devanagari.cti
-include en-in-g1.ctb
-# Slovene braille translation table
-#
-#  Copyright (C) 2004-2008 ViewPlus Technologies, Inc. www.viewplus.com
-#  Copyright (C) 2009 JJB Software, Inc. www.jjb-software.com
-#  Copyright (C) 2012 Mesar Hameed <mesar.hameed@gmail.com>
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-
-# by Mike Sivill <Mike.Sivill@viewplus.com>
-
-include text_nabcc.dis Alldisplay opcodes
-
-
-# ----------- define all chars --------------------------------------
-
-space \t 0
-space \x000A 0
-space \x000D 0
-space \s 0 blank					# 32
-replace \x0007
-punctuation ! 235				# 33
-punctuation " 2356						# 34
-sign # 3456								# 35
-sign $ 46								# 36
-sign % 123456								# 37
-sign & 12346							# 38
-punctuation ' 3						# 39 apostrophe
-punctuation ( 126				# 40
-punctuation ) 345				# 41
-sign * 35									# 42
-math + 4-235								# 43
-punctuation , 2						# 44
-punctuation - 36					# 45
-punctuation . 256					# 46
-math / 4-1456									# 47
-include loweredDigits6Dots.uti
-punctuation : 25					# 58
-punctuation ; 23					# 59
-math < 246-3								# 60
-math = 4-2356
-math > 135-5								# 62
-punctuation ? 26				# 63
-sign @ 6-4									# 64
-
-include latinLetterDef6Dots.uti
-
-punctuation [ 4-12346				# 91
-sign \\ 4-1234							# 92
-punctuation ] 4-13456			# 93
-sign ^ 6-45								# 94 circumflex accent
-sign _ 456								# 95 underscore
-sign ` 4-4									# 96 grave accent
-# a - z										# 97 - 122
-punctuation { 4-246					# 123
-sign | 1256								# 124
-punctuation } 4-135				# 125
-math ~ 4-45									# 126
-
-space \X00A0 0						# 160 no-break space
-sign \x00A2 4-14					# 162 ¢ cents sign
-sign \x00A3 4-123					# 163 £ pounds sign
-sign \x20A4 4-123  # lira sign
-sign \x00A5 4-13456				#	165 ¥ yen sign
-sign § 4-234-3                                          # 167 
-begnum § 234-3						# 167
-always § 4-234-3                                          # 167 
-sign \x2022 36-36-0 # bullet
-sign \x00A9 45-14 # 169        © copyright sign
-sign \x00AE 45-1235    # Registered
-sign \x2665 2356-125-15-345-2345-2356 # heart symbol
-sign \x21FD 246-25-25 # LEFTWARDS OPEN-HEADED ARROW 
-sign \x21FE 25-25-135 # RIGHTWARDS OPEN-HEADED ARROW 
-sign \x21FF 246-25-25-135 # LEFT RIGHT OPEN-HEADED ARROW 
-always \x21FD 246-25-25 # LEFTWARDS OPEN-HEADED ARROW 
-always \x21FE 25-25-135 # RIGHTWARDS OPEN-HEADED ARROW 
-always \x21FF 246-25-25-135 # LEFT RIGHT OPEN-HEADED ARROW 
-sign \x00BA 145-1245 MASCULINE ORDINAL INDICATOR 006F 
-punctuation \x00Ad 36			# 173	  soft hyphen
-sign \x00B0 56-145-1245 degrees
-sign \x00B4 4
-always \x00B4 4 # acute accent sign
-sign \x00B5 2-134 # micro sign, (mu)
-sign \x00B6 4-1234-345		#	182	  ¶ pilcrow sign
-math \x00D7 4-16				# 215		× multiplication sign
-midnum \x00D7 4-16
-
-math \x00F7 46-34                              # 247           ÷ division sign
-midnum \x00F7 46-34
-punctuation \x2010 36			# 8208  hyphen
-punctuation \x2011 23478	# 8209  non-breaking hyphen
-
-punctuation \x2013 36-36		# 8211	en dash
-punctuation \x2014 36-36		# em dash
-punctuation	\x2018 6-236			# 8216	smart single left quotation mark
-punctuation	\x2019 356-3			# 8217	smart single right quotation mark
-
-punctuation	\x201C 236		# 8220	smart opening double quote
-punctuation	\x201D 356		# 8221	smart closing double quote
-punctuation	\x201E 236		# 8222	smart double low quotation mark
-punctuation	\x201F 356		# 8223	smart double high reverse quotation mark
-
-punctuation \x2026 3-3-3	# 8230 smart ellipsis
-sign \x20AC 4-15					# 8364 Euro sign anywhere else
-noback sign \X25CF 35		# 9679 black circle
-
-# --------------------------- end definitions ---------------------------------
-
-include countries.cti
-
-
-# Braille indicators
-numsign 3456  number sign, just a dots operand
-capsletter 46
-
-# the decimal digits
-include litdigits6Dots.uti
-
-# special accented chars 
-uplow \x0160\x0161 156
-uplow \x010C\x010D 16
-uplow \x0106\x0107 146
-uplow \x017D\x017E 2346
-uplow \x00D0\x00F0 1456
-
-
-# accented letters
-
-uplow \x00C0\x00E0 1				# a with grave
-uplow \x00C1\x00E1 1				# a with acute
-uplow \x00C2\x00E2 1				# a with circumflex
-uplow \x00C3\x00E3 1				# a with tilde
-uplow \x00C4\x00E4 1				# a with dieresis
-uplow \x00C5\x00E5 1				# a with ring above
-uplow \x00C6\x00E6 1				# letter ae
-uplow \x00C7\x00E7 14				# c with cedilla
-uplow \x00C8\x00E8 15				# e with grave
-uplow \x00C9\x00E9 15				# e with acute
-uplow \x00CA\x00EA 15				# e with circumflex
-uplow \x00CB\x00EB 15				# e with dieresis
-uplow \x00CC\x00EC 24				# i with grave above
-uplow \x00CD\x00ED 24				# i with acute above
-uplow \x00CE\x00EE 24				# i with circumflex
-uplow \x00CF\x00EF 24				# i with dieresis
-uplow \x00D0\x00F0 15				# letter eth
-uplow \x00D1\x00F1 1345			# n with tilde
-uplow \x00D2\x00F2 135			# o with grave above
-uplow \x00D3\x00F3 135			# o with acute above
-uplow \x00D4\x00F4 135			# o with circumflex
-uplow \x00D5\x00F5 135			# o with tilde
-uplow \x00D6\x00F6 135			# o with dieresis
-# \x00D7	× multiplication sign	----------------------
-uplow \x00D8\x00F8 135			# o with stroke
-uplow \x00D9\x00F9 136			# u with grave above
-uplow \x00DA\x00FA 136			# u with acute above
-uplow \x00DB\x00FB 136			# u with circumflex above
-uplow \x00DC\x00FC 136				# u with dieeresis
-uplow \x00DD\x00FD 13456		# y with acute above
-uplow \x00DE\x00FE 4-1456                 # letter thorn
-letter \x00DF 2346		# small sharp s
-uplow \x0174\x0175 4-2456 w with circumflex
-uplow \x0176\x0177 4-13456 # y with circumflex
-uplow \x0178\x00ff 4-13456 # y with diaeresis
-uplow \x1ef2\x1ef3 4-13456 # y with grave
-largesign \x00C0 4-1      [C0] upper a grave
-largesign \x00E0   4-1      [E0] lower a grave
-largesign \x00C1 4-1      [C1] upper a acute
-largesign \x00E1   4-1      [E1] lower a acute
-largesign \x00C2 4-1      [C2] upper a circumflex
-largesign \x00E2   4-1      [E2] lower a circumflex
-largesign \x00C3 4-1      [C3] upper a tilde
-largesign \x00E3   4-1      [E3] lower a tilde
-largesign \x00C4 4-1      [C4] upper a dieresis
-largesign \x00E4   4-1      [E4] lower a dieresis
-
-largesign \x00C5 4-1      [C5] upper a ring
-largesign \x00E5   4-1      [E5] lower a ring
-
-largesign \x00C6 1-15     [C6] upper ae
-largesign \x00E6   1-15			[E6] lower ae
-
-largesign \x00C7 4-14     [C7] upper c cedilla
-largesign \x00E7   4-14     [E7] lower c cedilla
-
-largesign \x00C8 4-15     [C8] upper e grave
-largesign \x00E8   4-15     [E8] lower e grave
-
-largesign \x00C9 4-15     [C9] upper e acute
-largesign \x00E9   4-15     [E9] lower e acute
-
-largesign \x00CA 4-15     [CA] upper e circumflex
-largesign \x00EA   4-15     [EA] lower e circumflex
-
-largesign \x00CB 4-15     [CB] upper e dieresis
-largesign \x00EB   4-15     [EB] lower e dieresis
-
-largesign \x00CC 4-24     [CC] upper i grave
-largesign \x00EC   4-24     [EC] lower i grave
-
-largesign \x00CD 4-24     [CD] upper i acute
-largesign \x00ED   4-24     [ED] lower i acute
-
-largesign \x00CE 4-24     [CE] upper i circumflex
-largesign \x00EE   4-24     [EE] lower i circumflex
-
-largesign \x00CF 4-24     [CF] upper i dieresis
-largesign \x00EF   4-24     [EF] lower i dieresis
-
-largesign \x00D0 4-15     [D0] upper eth
-largesign \x00F0   4-15     [F0] lower eth
-
-largesign \x00D1 4-1345   [D1] upper n tilde
-largesign \x00F1   4-1345   [F1] lower n tilde
-
-largesign \x00D2 4-135    [D2] upper o grave
-largesign \x00F2   4-135    [F2] lower o grave
-
-largesign \x00D3 4-135    [D3] upper o acute
-largesign \x00F3   4-135    [F3] lower o acute
-
-largesign \x00D4 4-135    [D4] upper o circumflex
-largesign \x00F4   4-135    [F4] lower o circumflex
-
-largesign \x00D5 4-135    [D5] upper o tilde
-largesign \x00F5   4-135    [F5] lower o tilde
-
-largesign \x00D6 4-135    [D6] upper o dieresis
-largesign \x00F6   4-135			[F6] lower o dieresis
-
-largesign \x00D8 4-135    [D8] upper o slash
-largesign \x00f8   4-135    [F8] lower o slash
-
-largesign \x00D9 4-136    [D9] upper u grave
-largesign \x00F9   4-136    [F9] lower u grave
-
-largesign \x00DA 4-136    [DA] upper u acute
-largesign \x00FA   4-136    [FA] lower u acute
-
-largesign \x00DB 4-136    [DB] upper u circumflex
-largesign \x00FB   4-136    [FB] lower u circumflex
-
-largesign \x00DC 4-136    [DC] upper u dieresis
-largesign \x00FC   4-136    [FC] lower u dieresis
-
-largesign \x00DD 4-13456  [DD] upper y acute
-largesign \x00FD   4-13456  [FD] lower y acute
-
-largesign \x00DE 4-2345   [DE] upper t horn
-largesign \x00FE   4-2345   [FE] lower t horn
-
-largesign \x00DF 234-234 (DF) lower ss
-
-largesign \x0174 4-2456 lower w circumflex
-largesign \x0175 4-2456 upper w circumflex
-
-letter \x0176 4-13456 upper y circumflex
-letter \x0177 4-13456 lower y circumflex
-
-largesign \x0178 4-13456 upper y with dieresis
-largesign \x00FF 4-13456 lower y with dieresis
-
-largesign \x1EF2 4-13456 upper y with grave
-largesign \x1EF3 4-13456 lower y with grave
-
-# punctuation
-prepunc ( 236
-postpunc ) 356
-begword ` 6-236
-prepunc " 2356
-postpunc " 2356
-prepunc ' 6-236
-postpunc ' 356-3
-sign # 456-1456  #  Pound, number sign, hash
-always # 456-1456
-sign \x20AC 4-15       # euro sign atend  of number
-midnum , 2
-postpunc , 2
-decpoint . 256
-midnum - 36
-hyphen - 36
-#capsnocont
-postpunc . 256
-postpunc ; 23
-midnum : 25
-postpunc : 25
-postpunc ! 235
-midnum / 34
-always / 34
-always < 5-13
-always > 46-2
-punctuation ? 26
-sign % 123456
-endnum % 123456
-midnum ^ 45
-always ^ 45
-always ~ 456-45
-always & 12346
-midnum * 35
-midnum + 235
-always * 35-35
-midword \x2019 3	# stupid smart apostrophe
-always [ 156
-always ] 146
-always { 56-236
-always } 56-356
-prepunc ` 6-236
-always @ 4-1-2345
-always \\ 456-16
-always | 456-1256
-repeated \s 0
-repeated \t 0
-always \s-\s 36-36
-always ... 3-3-3
-always .\s.\s. 3-3-3 . . .
-begnum $ 46
-always $ 4-256
-endword (s) 2356-234-2356
-
-# Vulgar Fractions
-sign \x00BD 3456-1-34-12 # one half
-sign \x00BC 3456-1-34-145 # one fourth
-sign \x00BE 3456-14-34-145 # three fourths
-sign \x2153  3456-1-34-14 # one third
-sign \x2154  3456-12-34-14 # two thirds
-sign \x215B 3456-1-34-125 # one eighth
-sign \x215C 3456-14-34-125 # three eighths
-sign \x215D 3456-15-34-125 # five eighths
-sign \x215E  3456-1245-34-125 # seven eighths
-
-sign \x00B1 346-36 # plus or minus
-sign \x00B2 45-23
-sign \x00B3 45-25
-postpunc \x00B2 45-23-456
-sign \x00B3 45-25-456
-always \x00B2 45-23
-always \x00B2 45-25
-always \x00BA 56-145-1245
-sign \x2122 45-2345   # trade mark symbol
-
-# liblouis: Generic Farsi Grade 1 table
-#
-# ------------
-#-display-name: Persian braille
-#
-#+locale:fa
-#+type:literary
-#+contraction:no
-#+grade:1
-#
-# TODO: Please correct the metadata above. It is not meant to be
-# accurate nor complete. It hasn't been verified by the table
-# author yet. It is merely an attempt by the liblouis maintainers
-# to get some sensible initial values in place.
-#
-# TODO: Please add a reference to official documentation about
-# the implemented braille code. Preferably submit the documents
-# to https://github.com/liblouis/braille-specs.
-# ------------
-#
-# Copyright (C) 2011 by Mesar Hameed <mesar.hameed@gmail.com>
-# Copyright (C) 2011 by Abdolamir Banisaeid <saedjan at gmail.com>
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-
-include ar-ar-g1.utb
-
-# Additional letters not defined in the standard arabic table.
-
-sign \x067E 1234
-sign \x0698 346
-sign \x0686 14
-sign \x06AF 1245
-sign \x06A9 13
-sign \x06CC 24
-
-#
-#  Copyright (C) 2010, 2011 DocArch <http://www.docarch.be>.
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-#
-# ----------------------------------------------------------------------------------------------
-#  odt2braille - Braille authoring in OpenOffice.org.
-# ----------------------------------------------------------------------------------------------
-
-# ----------------------------------------------------------------------------------------------
-# Unicode 2800..28FF  Braille Patterns
-# ----------------------------------------------------------------------------------------------
-
-noback sign        \x2800  0                    # ⠀                   BRAILLE PATTERN DOTS-0
-noback sign        \x2801  1                    # ⠁                   BRAILLE PATTERN DOTS-1
-noback sign        \x2802  2                    # ⠂                   BRAILLE PATTERN DOTS-2
-noback sign        \x2803  12                   # ⠃                   BRAILLE PATTERN DOTS-12
-noback sign        \x2804  3                    # ⠄                   BRAILLE PATTERN DOTS-3
-noback sign        \x2805  13                   # ⠅                   BRAILLE PATTERN DOTS-13
-noback sign        \x2806  23                   # ⠆                   BRAILLE PATTERN DOTS-23
-noback sign        \x2807  123                  # ⠇                   BRAILLE PATTERN DOTS-123
-noback sign        \x2808  4                    # ⠈                   BRAILLE PATTERN DOTS-4
-noback sign        \x2809  14                   # ⠉                   BRAILLE PATTERN DOTS-14
-noback sign        \x280A  24                   # ⠊                   BRAILLE PATTERN DOTS-24
-noback sign        \x280B  124                  # ⠋                   BRAILLE PATTERN DOTS-124
-noback sign        \x280C  34                   # ⠌                   BRAILLE PATTERN DOTS-34
-noback sign        \x280D  134                  # ⠍                   BRAILLE PATTERN DOTS-134
-noback sign        \x280E  234                  # ⠎                   BRAILLE PATTERN DOTS-234
-noback sign        \x280F  1234                 # ⠏                   BRAILLE PATTERN DOTS-1234
-noback sign        \x2810  5                    # ⠐                   BRAILLE PATTERN DOTS-5
-noback sign        \x2811  15                   # ⠑                   BRAILLE PATTERN DOTS-15
-noback sign        \x2812  25                   # ⠒                   BRAILLE PATTERN DOTS-25
-noback sign        \x2813  125                  # ⠓                   BRAILLE PATTERN DOTS-125
-noback sign        \x2814  35                   # ⠔                   BRAILLE PATTERN DOTS-35
-noback sign        \x2815  135                  # ⠕                   BRAILLE PATTERN DOTS-135
-noback sign        \x2816  235                  # ⠖                   BRAILLE PATTERN DOTS-235
-noback sign        \x2817  1235                 # ⠗                   BRAILLE PATTERN DOTS-1235
-noback sign        \x2818  45                   # ⠘                   BRAILLE PATTERN DOTS-45
-noback sign        \x2819  145                  # ⠙                   BRAILLE PATTERN DOTS-145
-noback sign        \x281A  245                  # ⠚                   BRAILLE PATTERN DOTS-245
-noback sign        \x281B  1245                 # ⠛                   BRAILLE PATTERN DOTS-1245
-noback sign        \x281C  345                  # ⠜                   BRAILLE PATTERN DOTS-345
-noback sign        \x281D  1345                 # ⠝                   BRAILLE PATTERN DOTS-1345
-noback sign        \x281E  2345                 # ⠞                   BRAILLE PATTERN DOTS-2345
-noback sign        \x281F  12345                # ⠟                   BRAILLE PATTERN DOTS-12345
-noback sign        \x2820  6                    # ⠠                   BRAILLE PATTERN DOTS-6
-noback sign        \x2821  16                   # ⠡                   BRAILLE PATTERN DOTS-16
-noback sign        \x2822  26                   # ⠢                   BRAILLE PATTERN DOTS-26
-noback sign        \x2823  126                  # ⠣                   BRAILLE PATTERN DOTS-126
-noback sign        \x2824  36                   # ⠤                   BRAILLE PATTERN DOTS-36
-noback sign        \x2825  136                  # ⠥                   BRAILLE PATTERN DOTS-136
-noback sign        \x2826  236                  # ⠦                   BRAILLE PATTERN DOTS-236
-noback sign        \x2827  1236                 # ⠧                   BRAILLE PATTERN DOTS-1236
-noback sign        \x2828  46                   # ⠨                   BRAILLE PATTERN DOTS-46
-noback sign        \x2829  146                  # ⠩                   BRAILLE PATTERN DOTS-146
-noback sign        \x282A  246                  # ⠪                   BRAILLE PATTERN DOTS-246
-noback sign        \x282B  1246                 # ⠫                   BRAILLE PATTERN DOTS-1246
-noback sign        \x282C  346                  # ⠬                   BRAILLE PATTERN DOTS-346
-noback sign        \x282D  1346                 # ⠭                   BRAILLE PATTERN DOTS-1346
-noback sign        \x282E  2346                 # ⠮                   BRAILLE PATTERN DOTS-2346
-noback sign        \x282F  12346                # ⠯                   BRAILLE PATTERN DOTS-12346
-noback sign        \x2830  56                   # ⠰                   BRAILLE PATTERN DOTS-56
-noback sign        \x2831  156                  # ⠱                   BRAILLE PATTERN DOTS-156
-noback sign        \x2832  256                  # ⠲                   BRAILLE PATTERN DOTS-256
-noback sign        \x2833  1256                 # ⠳                   BRAILLE PATTERN DOTS-1256
-noback sign        \x2834  356                  # ⠴                   BRAILLE PATTERN DOTS-356
-noback sign        \x2835  1356                 # ⠵                   BRAILLE PATTERN DOTS-1356
-noback sign        \x2836  2356                 # ⠶                   BRAILLE PATTERN DOTS-2356
-noback sign        \x2837  12356                # ⠷                   BRAILLE PATTERN DOTS-12356
-noback sign        \x2838  456                  # ⠸                   BRAILLE PATTERN DOTS-456
-noback sign        \x2839  1456                 # ⠹                   BRAILLE PATTERN DOTS-1456
-noback sign        \x283A  2456                 # ⠺                   BRAILLE PATTERN DOTS-2456
-noback sign        \x283B  12456                # ⠻                   BRAILLE PATTERN DOTS-12456
-noback sign        \x283C  3456                 # ⠼                   BRAILLE PATTERN DOTS-3456
-noback sign        \x283D  13456                # ⠽                   BRAILLE PATTERN DOTS-13456
-noback sign        \x283E  23456                # ⠾                   BRAILLE PATTERN DOTS-23456
-noback sign        \x283F  123456               # ⠿                   BRAILLE PATTERN DOTS-123456
-noback sign        \x2840  7                    # ⡀                   BRAILLE PATTERN DOTS-7
-noback sign        \x2841  17                   # ⡁                   BRAILLE PATTERN DOTS-17
-noback sign        \x2842  27                   # ⡂                   BRAILLE PATTERN DOTS-27
-noback sign        \x2843  127                  # ⡃                   BRAILLE PATTERN DOTS-127
-noback sign        \x2844  37                   # ⡄                   BRAILLE PATTERN DOTS-37
-noback sign        \x2845  137                  # ⡅                   BRAILLE PATTERN DOTS-137
-noback sign        \x2846  237                  # ⡆                   BRAILLE PATTERN DOTS-237
-noback sign        \x2847  1237                 # ⡇                   BRAILLE PATTERN DOTS-1237
-noback sign        \x2848  47                   # ⡈                   BRAILLE PATTERN DOTS-47
-noback sign        \x2849  147                  # ⡉                   BRAILLE PATTERN DOTS-147
-noback sign        \x284A  247                  # ⡊                   BRAILLE PATTERN DOTS-247
-noback sign        \x284B  1247                 # ⡋                   BRAILLE PATTERN DOTS-1247
-noback sign        \x284C  347                  # ⡌                   BRAILLE PATTERN DOTS-347
-noback sign        \x284D  1347                 # ⡍                   BRAILLE PATTERN DOTS-1347
-noback sign        \x284E  2347                 # ⡎                   BRAILLE PATTERN DOTS-2347
-noback sign        \x284F  12347                # ⡏                   BRAILLE PATTERN DOTS-12347
-noback sign        \x2850  57                   # ⡐                   BRAILLE PATTERN DOTS-57
-noback sign        \x2851  157                  # ⡑                   BRAILLE PATTERN DOTS-157
-noback sign        \x2852  257                  # ⡒                   BRAILLE PATTERN DOTS-257
-noback sign        \x2853  1257                 # ⡓                   BRAILLE PATTERN DOTS-1257
-noback sign        \x2854  357                  # ⡔                   BRAILLE PATTERN DOTS-357
-noback sign        \x2855  1357                 # ⡕                   BRAILLE PATTERN DOTS-1357
-noback sign        \x2856  2357                 # ⡖                   BRAILLE PATTERN DOTS-2357
-noback sign        \x2857  12357                # ⡗                   BRAILLE PATTERN DOTS-12357
-noback sign        \x2858  457                  # ⡘                   BRAILLE PATTERN DOTS-457
-noback sign        \x2859  1457                 # ⡙                   BRAILLE PATTERN DOTS-1457
-noback sign        \x285A  2457                 # ⡚                   BRAILLE PATTERN DOTS-2457
-noback sign        \x285B  12457                # ⡛                   BRAILLE PATTERN DOTS-12457
-noback sign        \x285C  3457                 # ⡜                   BRAILLE PATTERN DOTS-3457
-noback sign        \x285D  13457                # ⡝                   BRAILLE PATTERN DOTS-13457
-noback sign        \x285E  23457                # ⡞                   BRAILLE PATTERN DOTS-23457
-noback sign        \x285F  123457               # ⡟                   BRAILLE PATTERN DOTS-123457
-noback sign        \x2860  67                   # ⡠                   BRAILLE PATTERN DOTS-67
-noback sign        \x2861  167                  # ⡡                   BRAILLE PATTERN DOTS-167
-noback sign        \x2862  267                  # ⡢                   BRAILLE PATTERN DOTS-267
-noback sign        \x2863  1267                 # ⡣                   BRAILLE PATTERN DOTS-1267
-noback sign        \x2864  367                  # ⡤                   BRAILLE PATTERN DOTS-367
-noback sign        \x2865  1367                 # ⡥                   BRAILLE PATTERN DOTS-1367
-noback sign        \x2866  2367                 # ⡦                   BRAILLE PATTERN DOTS-2367
-noback sign        \x2867  12367                # ⡧                   BRAILLE PATTERN DOTS-12367
-noback sign        \x2868  467                  # ⡨                   BRAILLE PATTERN DOTS-467
-noback sign        \x2869  1467                 # ⡩                   BRAILLE PATTERN DOTS-1467
-noback sign        \x286A  2467                 # ⡪                   BRAILLE PATTERN DOTS-2467
-noback sign        \x286B  12467                # ⡫                   BRAILLE PATTERN DOTS-12467
-noback sign        \x286C  3467                 # ⡬                   BRAILLE PATTERN DOTS-3467
-noback sign        \x286D  13467                # ⡭                   BRAILLE PATTERN DOTS-13467
-noback sign        \x286E  23467                # ⡮                   BRAILLE PATTERN DOTS-23467
-noback sign        \x286F  123467               # ⡯                   BRAILLE PATTERN DOTS-123467
-noback sign        \x2870  567                  # ⡰                   BRAILLE PATTERN DOTS-567
-noback sign        \x2871  1567                 # ⡱                   BRAILLE PATTERN DOTS-1567
-noback sign        \x2872  2567                 # ⡲                   BRAILLE PATTERN DOTS-2567
-noback sign        \x2873  12567                # ⡳                   BRAILLE PATTERN DOTS-12567
-noback sign        \x2874  3567                 # ⡴                   BRAILLE PATTERN DOTS-3567
-noback sign        \x2875  13567                # ⡵                   BRAILLE PATTERN DOTS-13567
-noback sign        \x2876  23567                # ⡶                   BRAILLE PATTERN DOTS-23567
-noback sign        \x2877  123567               # ⡷                   BRAILLE PATTERN DOTS-123567
-noback sign        \x2878  4567                 # ⡸                   BRAILLE PATTERN DOTS-4567
-noback sign        \x2879  14567                # ⡹                   BRAILLE PATTERN DOTS-14567
-noback sign        \x287A  24567                # ⡺                   BRAILLE PATTERN DOTS-24567
-noback sign        \x287B  124567               # ⡻                   BRAILLE PATTERN DOTS-124567
-noback sign        \x287C  34567                # ⡼                   BRAILLE PATTERN DOTS-34567
-noback sign        \x287D  134567               # ⡽                   BRAILLE PATTERN DOTS-134567
-noback sign        \x287E  234567               # ⡾                   BRAILLE PATTERN DOTS-234567
-noback sign        \x287F  1234567              # ⡿                   BRAILLE PATTERN DOTS-1234567
-noback sign        \x2880  8                    # ⢀                   BRAILLE PATTERN DOTS-8
-noback sign        \x2881  18                   # ⢁                   BRAILLE PATTERN DOTS-18
-noback sign        \x2882  28                   # ⢂                   BRAILLE PATTERN DOTS-28
-noback sign        \x2883  128                  # ⢃                   BRAILLE PATTERN DOTS-128
-noback sign        \x2884  38                   # ⢄                   BRAILLE PATTERN DOTS-38
-noback sign        \x2885  138                  # ⢅                   BRAILLE PATTERN DOTS-138
-noback sign        \x2886  238                  # ⢆                   BRAILLE PATTERN DOTS-238
-noback sign        \x2887  1238                 # ⢇                   BRAILLE PATTERN DOTS-1238
-noback sign        \x2888  48                   # ⢈                   BRAILLE PATTERN DOTS-48
-noback sign        \x2889  148                  # ⢉                   BRAILLE PATTERN DOTS-148
-noback sign        \x288A  248                  # ⢊                   BRAILLE PATTERN DOTS-248
-noback sign        \x288B  1248                 # ⢋                   BRAILLE PATTERN DOTS-1248
-noback sign        \x288C  348                  # ⢌                   BRAILLE PATTERN DOTS-348
-noback sign        \x288D  1348                 # ⢍                   BRAILLE PATTERN DOTS-1348
-noback sign        \x288E  2348                 # ⢎                   BRAILLE PATTERN DOTS-2348
-noback sign        \x288F  12348                # ⢏                   BRAILLE PATTERN DOTS-12348
-noback sign        \x2890  58                   # ⢐                   BRAILLE PATTERN DOTS-58
-noback sign        \x2891  158                  # ⢑                   BRAILLE PATTERN DOTS-158
-noback sign        \x2892  258                  # ⢒                   BRAILLE PATTERN DOTS-258
-noback sign        \x2893  1258                 # ⢓                   BRAILLE PATTERN DOTS-1258
-noback sign        \x2894  358                  # ⢔                   BRAILLE PATTERN DOTS-358
-noback sign        \x2895  1358                 # ⢕                   BRAILLE PATTERN DOTS-1358
-noback sign        \x2896  2358                 # ⢖                   BRAILLE PATTERN DOTS-2358
-noback sign        \x2897  12358                # ⢗                   BRAILLE PATTERN DOTS-12358
-noback sign        \x2898  458                  # ⢘                   BRAILLE PATTERN DOTS-458
-noback sign        \x2899  1458                 # ⢙                   BRAILLE PATTERN DOTS-1458
-noback sign        \x289A  2458                 # ⢚                   BRAILLE PATTERN DOTS-2458
-noback sign        \x289B  12458                # ⢛                   BRAILLE PATTERN DOTS-12458
-noback sign        \x289C  3458                 # ⢜                   BRAILLE PATTERN DOTS-3458
-noback sign        \x289D  13458                # ⢝                   BRAILLE PATTERN DOTS-13458
-noback sign        \x289E  23458                # ⢞                   BRAILLE PATTERN DOTS-23458
-noback sign        \x289F  123458               # ⢟                   BRAILLE PATTERN DOTS-123458
-noback sign        \x28A0  68                   # ⢠                   BRAILLE PATTERN DOTS-68
-noback sign        \x28A1  168                  # ⢡                   BRAILLE PATTERN DOTS-168
-noback sign        \x28A2  268                  # ⢢                   BRAILLE PATTERN DOTS-268
-noback sign        \x28A3  1268                 # ⢣                   BRAILLE PATTERN DOTS-1268
-noback sign        \x28A4  368                  # ⢤                   BRAILLE PATTERN DOTS-368
-noback sign        \x28A5  1368                 # ⢥                   BRAILLE PATTERN DOTS-1368
-noback sign        \x28A6  2368                 # ⢦                   BRAILLE PATTERN DOTS-2368
-noback sign        \x28A7  12368                # ⢧                   BRAILLE PATTERN DOTS-12368
-noback sign        \x28A8  468                  # ⢨                   BRAILLE PATTERN DOTS-468
-noback sign        \x28A9  1468                 # ⢩                   BRAILLE PATTERN DOTS-1468
-noback sign        \x28AA  2468                 # ⢪                   BRAILLE PATTERN DOTS-2468
-noback sign        \x28AB  12468                # ⢫                   BRAILLE PATTERN DOTS-12468
-noback sign        \x28AC  3468                 # ⢬                   BRAILLE PATTERN DOTS-3468
-noback sign        \x28AD  13468                # ⢭                   BRAILLE PATTERN DOTS-13468
-noback sign        \x28AE  23468                # ⢮                   BRAILLE PATTERN DOTS-23468
-noback sign        \x28AF  123468               # ⢯                   BRAILLE PATTERN DOTS-123468
-noback sign        \x28B0  568                  # ⢰                   BRAILLE PATTERN DOTS-568
-noback sign        \x28B1  1568                 # ⢱                   BRAILLE PATTERN DOTS-1568
-noback sign        \x28B2  2568                 # ⢲                   BRAILLE PATTERN DOTS-2568
-noback sign        \x28B3  12568                # ⢳                   BRAILLE PATTERN DOTS-12568
-noback sign        \x28B4  3568                 # ⢴                   BRAILLE PATTERN DOTS-3568
-noback sign        \x28B5  13568                # ⢵                   BRAILLE PATTERN DOTS-13568
-noback sign        \x28B6  23568                # ⢶                   BRAILLE PATTERN DOTS-23568
-noback sign        \x28B7  123568               # ⢷                   BRAILLE PATTERN DOTS-123568
-noback sign        \x28B8  4568                 # ⢸                   BRAILLE PATTERN DOTS-4568
-noback sign        \x28B9  14568                # ⢹                   BRAILLE PATTERN DOTS-14568
-noback sign        \x28BA  24568                # ⢺                   BRAILLE PATTERN DOTS-24568
-noback sign        \x28BB  124568               # ⢻                   BRAILLE PATTERN DOTS-124568
-noback sign        \x28BC  34568                # ⢼                   BRAILLE PATTERN DOTS-34568
-noback sign        \x28BD  134568               # ⢽                   BRAILLE PATTERN DOTS-134568
-noback sign        \x28BE  234568               # ⢾                   BRAILLE PATTERN DOTS-234568
-noback sign        \x28BF  1234568              # ⢿                   BRAILLE PATTERN DOTS-1234568
-noback sign        \x28C0  78                   # ⣀                   BRAILLE PATTERN DOTS-78
-noback sign        \x28C1  178                  # ⣁                   BRAILLE PATTERN DOTS-178
-noback sign        \x28C2  278                  # ⣂                   BRAILLE PATTERN DOTS-278
-noback sign        \x28C3  1278                 # ⣃                   BRAILLE PATTERN DOTS-1278
-noback sign        \x28C4  378                  # ⣄                   BRAILLE PATTERN DOTS-378
-noback sign        \x28C5  1378                 # ⣅                   BRAILLE PATTERN DOTS-1378
-noback sign        \x28C6  2378                 # ⣆                   BRAILLE PATTERN DOTS-2378
-noback sign        \x28C7  12378                # ⣇                   BRAILLE PATTERN DOTS-12378
-noback sign        \x28C8  478                  # ⣈                   BRAILLE PATTERN DOTS-478
-noback sign        \x28C9  1478                 # ⣉                   BRAILLE PATTERN DOTS-1478
-noback sign        \x28CA  2478                 # ⣊                   BRAILLE PATTERN DOTS-2478
-noback sign        \x28CB  12478                # ⣋                   BRAILLE PATTERN DOTS-12478
-noback sign        \x28CC  3478                 # ⣌                   BRAILLE PATTERN DOTS-3478
-noback sign        \x28CD  13478                # ⣍                   BRAILLE PATTERN DOTS-13478
-noback sign        \x28CE  23478                # ⣎                   BRAILLE PATTERN DOTS-23478
-noback sign        \x28CF  123478               # ⣏                   BRAILLE PATTERN DOTS-123478
-noback sign        \x28D0  578                  # ⣐                   BRAILLE PATTERN DOTS-578
-noback sign        \x28D1  1578                 # ⣑                   BRAILLE PATTERN DOTS-1578
-noback sign        \x28D2  2578                 # ⣒                   BRAILLE PATTERN DOTS-2578
-noback sign        \x28D3  12578                # ⣓                   BRAILLE PATTERN DOTS-12578
-noback sign        \x28D4  3578                 # ⣔                   BRAILLE PATTERN DOTS-3578
-noback sign        \x28D5  13578                # ⣕                   BRAILLE PATTERN DOTS-13578
-noback sign        \x28D6  23578                # ⣖                   BRAILLE PATTERN DOTS-23578
-noback sign        \x28D7  123578               # ⣗                   BRAILLE PATTERN DOTS-123578
-noback sign        \x28D8  4578                 # ⣘                   BRAILLE PATTERN DOTS-4578
-noback sign        \x28D9  14578                # ⣙                   BRAILLE PATTERN DOTS-14578
-noback sign        \x28DA  24578                # ⣚                   BRAILLE PATTERN DOTS-24578
-noback sign        \x28DB  124578               # ⣛                   BRAILLE PATTERN DOTS-124578
-noback sign        \x28DC  34578                # ⣜                   BRAILLE PATTERN DOTS-34578
-noback sign        \x28DD  134578               # ⣝                   BRAILLE PATTERN DOTS-134578
-noback sign        \x28DE  234578               # ⣞                   BRAILLE PATTERN DOTS-234578
-noback sign        \x28DF  1234578              # ⣟                   BRAILLE PATTERN DOTS-1234578
-noback sign        \x28E0  678                  # ⣠                   BRAILLE PATTERN DOTS-678
-noback sign        \x28E1  1678                 # ⣡                   BRAILLE PATTERN DOTS-1678
-noback sign        \x28E2  2678                 # ⣢                   BRAILLE PATTERN DOTS-2678
-noback sign        \x28E3  12678                # ⣣                   BRAILLE PATTERN DOTS-12678
-noback sign        \x28E4  3678                 # ⣤                   BRAILLE PATTERN DOTS-3678
-noback sign        \x28E5  13678                # ⣥                   BRAILLE PATTERN DOTS-13678
-noback sign        \x28E6  23678                # ⣦                   BRAILLE PATTERN DOTS-23678
-noback sign        \x28E7  123678               # ⣧                   BRAILLE PATTERN DOTS-123678
-noback sign        \x28E8  4678                 # ⣨                   BRAILLE PATTERN DOTS-4678
-noback sign        \x28E9  14678                # ⣩                   BRAILLE PATTERN DOTS-14678
-noback sign        \x28EA  24678                # ⣪                   BRAILLE PATTERN DOTS-24678
-noback sign        \x28EB  124678               # ⣫                   BRAILLE PATTERN DOTS-124678
-noback sign        \x28EC  34678                # ⣬                   BRAILLE PATTERN DOTS-34678
-noback sign        \x28ED  134678               # ⣭                   BRAILLE PATTERN DOTS-134678
-noback sign        \x28EE  234678               # ⣮                   BRAILLE PATTERN DOTS-234678
-noback sign        \x28EF  1234678              # ⣯                   BRAILLE PATTERN DOTS-1234678
-noback sign        \x28F0  5678                 # ⣰                   BRAILLE PATTERN DOTS-5678
-noback sign        \x28F1  15678                # ⣱                   BRAILLE PATTERN DOTS-15678
-noback sign        \x28F2  25678                # ⣲                   BRAILLE PATTERN DOTS-25678
-noback sign        \x28F3  125678               # ⣳                   BRAILLE PATTERN DOTS-125678
-noback sign        \x28F4  35678                # ⣴                   BRAILLE PATTERN DOTS-35678
-noback sign        \x28F5  135678               # ⣵                   BRAILLE PATTERN DOTS-135678
-noback sign        \x28F6  235678               # ⣶                   BRAILLE PATTERN DOTS-235678
-noback sign        \x28F7  1235678              # ⣷                   BRAILLE PATTERN DOTS-1235678
-noback sign        \x28F8  45678                # ⣸                   BRAILLE PATTERN DOTS-45678
-noback sign        \x28F9  145678               # ⣹                   BRAILLE PATTERN DOTS-145678
-noback sign        \x28FA  245678               # ⣺                   BRAILLE PATTERN DOTS-245678
-noback sign        \x28FB  1245678              # ⣻                   BRAILLE PATTERN DOTS-1245678
-noback sign        \x28FC  345678               # ⣼                   BRAILLE PATTERN DOTS-345678
-noback sign        \x28FD  1345678              # ⣽                   BRAILLE PATTERN DOTS-1345678
-noback sign        \x28FE  2345678              # ⣾                   BRAILLE PATTERN DOTS-2345678
-noback sign        \x28FF  12345678             # ⣿                   BRAILLE PATTERN DOTS-12345678
-
-
-# ----------------------------------------------------------------------------------------------
-
-# liblouis: Character definitions for german tables
-#
-#  Copyright (C) 2009 SBS Schweizerische Bibliothek für Blinde und Sehbehinderte
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-#
-#-------------------------------------------------------------------------------
-#
-#  EUROBRAILLE
-#  This computer braille table is widely
-#  being used in german speaking parts of europe
-#
-#  Version 2009-11-19
-#  christian.waldvogel@sbszh.ch
-#
-#-------------------------------------------------------------------------------
-
-#                   34578           \x0000 &#0;    <control> [NULL]
-#                   178             \x0001 &#1;    <control> [START OF HEADING]
-#                   1278            \x0002 &#2;    <control> [START OF TEXT]
-#                   1478            \x0003 &#3;    <control> [END OF TEXT]
-#                   14578           \x0004 &#4;    <control> [END OF TRANSMISSION]
-#                   1578            \x0005 &#5;    <control> [ENQUIRY]
-#                   12478           \x0006 &#6;    <control> [ACKNOWLEDGE]
-#                   124578          \x0007 &#7;    <control> [BELL]
-#                   12578           \x0008 &#8;    <control> [BACKSPACE]
-#                   2478            \x0009 &#9;    <control> [CHARACTER TABULATION]
-#                   24578           \x000A &#10;   <control> [LINE FEED (LF)]
-#                   1378            \x000B &#11;   <control> [LINE TABULATION]
-#                   12378           \x000C &#12;   <control> [FORM FEED (FF)]
-#                   13478           \x000D &#13;   <control> [CARRIAGE RETURN (CR)]
-#                   134578          \x000E &#14;   <control> [SHIFT OUT]
-#                   13578           \x000F &#15;   <control> [SHIFT IN]
-#                   123478          \x0010 &#16;   <control> [DATA LINK ESCAPE]
-#                   1234578         \x0011 &#17;   <control> [DEVICE CONTROL ONE]
-#                   123578          \x0012 &#18;   <control> [DEVICE CONTROL TWO]
-#                   23478           \x0013 &#19;   <control> [DEVICE CONTROL THREE]
-#                   234578          \x0014 &#20;   <control> [DEVICE CONTROL FOUR]
-#                   13678           \x0015 &#21;   <control> [NEGATIVE ACKNOWLEDGE]
-#                   123678          \x0016 &#22;   <control> [SYNCHRONOUS IDLE]
-#                   245678          \x0017 &#23;   <control> [END OF TRANSMISSION BLOCK]
-#                   134678          \x0018 &#24;   <control> [CANCEL]
-#                   1345678         \x0019 &#25;   <control> [END OF MEDIUM]
-#                   135678          \x001A &#26;   <control> [SUBSTITUTE]
-#                   1235678         \x001B &#27;   <control> [ESCAPE]
-#                   3478            \x001C &#28;   <control> [INFORMATION SEPARATOR FOUR]
-#                   2345678         \x001D &#29;   <control> [INFORMATION SEPARATOR THREE]
-#                   234678          \x001E &#30;   <control> [INFORMATION SEPARATOR TWO]
-#                   45678           \x001F &#31;   <control> [INFORMATION SEPARATOR ONE]
-space        \s     0               \x0020 &#32;   SPACE
-punctuation  !      5               \x0021 &#33;   EXCLAMATION MARK
-punctuation  "      4               \x0022 &#34;   QUOTATION MARK
-sign         #      3456            \x0023 &#35;   NUMBER SIGN
-sign         $      46              \x0024 &#36;   DOLLAR SIGN
-sign         %      123456          \x0025 &#37;   PERCENT SIGN
-sign         &      12346           \x0026 &#38;   AMPERSAND
-punctuation  '      6               \x0027 &#39;   APOSTROPHE APOSTROPHE-QUOTE
-punctuation  (      236             \x0028 &#40;   LEFT PARENTHESIS
-punctuation  )      356             \x0029 &#41;   RIGHT PARENTHESIS
-sign         *      35              \x002A &#42;   ASTERISK
-math         +      235             \x002B &#43;   PLUS SIGN
-punctuation  ,      2               \x002C &#44;   COMMA
-punctuation  -      36              \x002D &#45;   HYPHEN-MINUS
-punctuation  .      3               \x002E &#46;   FULL STOP PERIOD
-punctuation  /      256             \x002F &#47;   SOLIDUS SLASH
-include digits6DotsPlusDot6.uti
-punctuation  :      25              \x003A &#58;   COLON
-punctuation  ;      23              \x003B &#59;   SEMICOLON
-math         <      56              \x003C &#60;   LESS-THAN SIGN
-math         =      2356            \x003D &#61;   EQUALS SIGN
-math         >      45              \x003E &#62;   GREATER-THAN SIGN
-punctuation  ?      26              \x003F &#63;   QUESTION MARK
-sign         @      3457            \x0040 &#64;   COMMERCIAL AT
-uppercase    A      17              \x0041 &#65;   LATIN CAPITAL LETTER A
-uppercase    B      127             \x0042 &#66;   LATIN CAPITAL LETTER B
-uppercase    C      147             \x0043 &#67;   LATIN CAPITAL LETTER C
-uppercase    D      1457            \x0044 &#68;   LATIN CAPITAL LETTER D
-uppercase    E      157             \x0045 &#69;   LATIN CAPITAL LETTER E
-uppercase    F      1247            \x0046 &#70;   LATIN CAPITAL LETTER F
-uppercase    G      12457           \x0047 &#71;   LATIN CAPITAL LETTER G
-uppercase    H      1257            \x0048 &#72;   LATIN CAPITAL LETTER H
-uppercase    I      247             \x0049 &#73;   LATIN CAPITAL LETTER I
-uppercase    J      2457            \x004A &#74;   LATIN CAPITAL LETTER J
-uppercase    K      137             \x004B &#75;   LATIN CAPITAL LETTER K
-uppercase    L      1237            \x004C &#76;   LATIN CAPITAL LETTER L
-uppercase    M      1347            \x004D &#77;   LATIN CAPITAL LETTER M
-uppercase    N      13457           \x004E &#78;   LATIN CAPITAL LETTER N
-uppercase    O      1357            \x004F &#79;   LATIN CAPITAL LETTER O
-uppercase    P      12347           \x0050 &#80;   LATIN CAPITAL LETTER P
-uppercase    Q      123457          \x0051 &#81;   LATIN CAPITAL LETTER Q
-uppercase    R      12357           \x0052 &#82;   LATIN CAPITAL LETTER R
-uppercase    S      2347            \x0053 &#83;   LATIN CAPITAL LETTER S
-uppercase    T      23457           \x0054 &#84;   LATIN CAPITAL LETTER T
-uppercase    U      1367            \x0055 &#85;   LATIN CAPITAL LETTER U
-uppercase    V      12367           \x0056 &#86;   LATIN CAPITAL LETTER V
-uppercase    W      24567           \x0057 &#87;   LATIN CAPITAL LETTER W
-uppercase    X      13467           \x0058 &#88;   LATIN CAPITAL LETTER X
-uppercase    Y      134567          \x0059 &#89;   LATIN CAPITAL LETTER Y
-uppercase    Z      13567           \x005A &#90;   LATIN CAPITAL LETTER Z
-punctuation  [      123567          \x005B &#91;   LEFT SQUARE BRACKET
-sign         \\     347             \x005C &#92;   REVERSE SOLIDUS
-punctuation  ]      234567          \x005D &#93;   RIGHT SQUARE BRACKET
-sign         ^      23467           \x005E &#94;   CIRCUMFLEX ACCENT
-sign         _      4567            \x005F &#95;   LOW LINE
-sign         `      345             \x0060 &#96;   GRAVE ACCENT
-lowercase    a      1               \x0061 &#97;   LATIN SMALL LETTER A
-lowercase    b      12              \x0062 &#97;   LATIN SMALL LETTER B
-lowercase    c      14              \x0063 &#97;   LATIN SMALL LETTER C
-lowercase    d      145             \x0064 &#97;   LATIN SMALL LETTER D
-lowercase    e      15              \x0065 &#97;   LATIN SMALL LETTER E
-lowercase    f      124             \x0066 &#97;   LATIN SMALL LETTER F
-lowercase    g      1245            \x0067 &#97;   LATIN SMALL LETTER G
-lowercase    h      125             \x0068 &#97;   LATIN SMALL LETTER H
-lowercase    i      24              \x0069 &#97;   LATIN SMALL LETTER I
-lowercase    j      245             \x006A &#97;   LATIN SMALL LETTER J
-lowercase    k      13              \x006B &#97;   LATIN SMALL LETTER K
-lowercase    l      123             \x006C &#97;   LATIN SMALL LETTER L
-lowercase    m      134             \x006D &#97;   LATIN SMALL LETTER M
-lowercase    n      1345            \x006E &#97;   LATIN SMALL LETTER N
-lowercase    o      135             \x006F &#111;  LATIN SMALL LETTER O
-lowercase    p      1234            \x0070 &#112;  LATIN SMALL LETTER P
-lowercase    q      12345           \x0071 &#113;  LATIN SMALL LETTER Q
-lowercase    r      1235            \x0072 &#114;  LATIN SMALL LETTER R
-lowercase    s      234             \x0073 &#115;  LATIN SMALL LETTER S
-lowercase    t      2345            \x0074 &#116;  LATIN SMALL LETTER T
-lowercase    u      136             \x0075 &#117;  LATIN SMALL LETTER U
-lowercase    v      1236            \x0076 &#118;  LATIN SMALL LETTER V
-lowercase    w      2456            \x0077 &#119;  LATIN SMALL LETTER W
-lowercase    x      1346            \x0078 &#120;  LATIN SMALL LETTER X
-lowercase    y      13456           \x0079 &#121;  LATIN SMALL LETTER Y
-lowercase    z      1356            \x007A &#122;  LATIN SMALL LETTER Z
-punctuation  {      12356           \x007B &#123;  LEFT CURLY BRACKET
-sign         |      34              \x007C &#124;  VERTICAL LINE
-punctuation  }      23456           \x007D &#125;  RIGHT CURLY BRACKET
-sign         ~      2346            \x007E &#126;  TILDE
-sign         \x007F 456             \x007F &#127;  [DELETE]
-#                   457             \x0080 &#128;  <control>
-#                   8               \x0081 &#129;  <control>
-#                   3678            \x0082 &#130;  <control> [BREAK PERMITTED HERE]
-#                   78              \x0083 &#131;  <control> [NO BREAK HERE]
-#                   1268            \x0084 &#132;  <control>
-#                   238             \x0085 &#133;  <control> [NEXT LINE (NEL)]
-#                   1248            \x0086 &#134;  <control> [START OF SELECTED AREA]
-#                   12458           \x0087 &#135;  <control> [END OF SELECTED AREA]
-#                   378             \x0088 &#136;  <control> [CHARACTER TABULATION SET]
-#                   248             \x0089 &#137;  <control> [CHARACTER TABULATION WITH JUSTIFICATION]
-#                   678             \x008A &#138;  <control> [LINE TABULATION SET]
-#                   27              \x008B &#139;  <control> [PARTIAL LINE FORWARD]
-#                   237             \x008C &#140;  <control> [PARTIAL LINE BACKWARD]
-#                   257             \x008D &#141;  <control> [REVERSE LINE FEED]
-#                   12567           \x008E &#142;  <control> [SINGLE SHIFT TWO]
-#                   12467           \x008F &#143;  <control> [SINGLE SHIFT THREE]
-#                   124678          \x0090 &#144;  <control> [DEVICE CONTROL STRING]
-#                   23567           \x0091 &#145;  <control> [PRIVATE USE ONE]
-#                   2367            \x0092 &#146;  <control> [PRIVATE USE TWO]
-#                   138             \x0093 &#147;  <control> [SET TRANSMIT STATE]
-#                   1238            \x0094 &#148;  <control> [CANCEL CHARACTER]
-#                   278             \x0095 &#149;  <control> [MESSAGE WAITING]
-#                   2378            \x0096 &#150;  <control> [START OF GUARDED AREA]
-#                   13568           \x0097 &#151;  <control> [END OF GUARDED AREA]
-#                   2578            \x0098 &#152;  <control> [START OF STRING]
-#                   1245678         \x0099 &#153;  <control>
-#                   2678            \x009A &#154;  <control> [SINGLE CHARACTER INTRODUCER]
-#                   123458          \x009B &#155;  <control> [CONTROL SEQUENCE INTRODUCER]
-#                   67              \x009C &#156;  <control> [STRING TERMINATOR]
-#                   124567          \x009D &#157;  <control> [OPERATING SYSTEM COMMAND]
-#                   235678          \x009E &#158;  <control> [PRIVACY MESSAGE]
-#                   12345678        \x009F &#159;  <control> [APPLICATION PROGRAM COMMAND]
-space        \x00a0 7               \x00A0 &#160;  NO-BREAK SPACE
-punctuation  ¡      367             \x00A1 &#161;  INVERTED EXCLAMATION MARK
-sign         ¢      58              \x00A2 &#162;  CENT SIGN
-sign         £      467             \x00A3 &#163;  POUND SIGN
-sign         ¤      4678            \x00A4 &#164;  CURRENCY SIGN
-sign         ¥      468             \x00A5 &#165;  YEN SIGN
-sign         ¦      158             \x00A6 &#166;  BROKEN BAR
-sign         §      357             \x00A7 &#167;  SECTION SIGN
-sign         ¨      48              \x00A8 &#168;  DIAERESIS
-sign         ©      123468          \x00A9 &#169;  COPYRIGHT SIGN
-sign         ª      1258            \x00AA &#170;  FEMININE ORDINAL INDICATOR
-punctuation  «      5678            \x00AB &#171;  LEFT-POINTING DOUBLE ANGLE QUOTATION MARK
-sign         ¬      25678           \x00AC &#172;  NOT SIGN
-sign         ­      368             \x00AD &#173;  SOFT HYPHEN
-sign         ®      12358           \x00AE &#174;  REGISTERED SIGN
-sign         ¯      458             \x00AF &#175;  MACRON
-sign         °      4568            \x00B0 &#176;  DEGREE SIGN
-math         ±      23578           \x00B1 &#177;  PLUS-MINUS SIGN
-sign         ²      128             \x00B2 &#178;  SUPERSCRIPT TWO
-sign         ³      148             \x00B3 &#179;  SUPERSCRIPT THREE
-sign         ´      568             \x00B4 &#180;  ACUTE ACCENT
-sign         µ      1348            \x00B5 &#181;  MICRO SIGN
-sign         ¶      1458            \x00B6 &#182;  PILCROW SIGN
-sign         ·      37              \x00B7 &#183;  MIDDLE DOT
-sign         ¸      68              \x00B8 &#184;  CEDILLA
-sign         ¹      18              \x00B9 &#185;  SUPERSCRIPT ONE
-sign         º      2458            \x00BA &#186;  MASCULINE ORDINAL INDICATOR
-punctuation  »      4578            \x00BB &#187;  RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK
-math         ¼      1368            \x00BC &#188;  VULGAR FRACTION ONE QUARTER
-math         ½      12368           \x00BD &#189;  VULGAR FRACTION ONE HALF
-math         ¾      13468           \x00BE &#190;  VULGAR FRACTION THREE QUARTERS
-punctuation  ¿      38              \x00BF &#191;  INVERTED QUESTION MARK
-uppercase    À      23678           \x00C0 &#192;  LATIN CAPITAL LETTER A WITH GRAVE
-uppercase    Á      28              \x00C1 &#193;  LATIN CAPITAL LETTER A WITH ACUTE
-uppercase    Â      167             \x00C2 &#194;  LATIN CAPITAL LETTER A WITH CIRCUMFLEX
-uppercase    Ã      3467            \x00C3 &#195;  LATIN CAPITAL LETTER A WITH TILDE
-uppercase    Ä      567             \x00C4 &#196;  LATIN CAPITAL LETTER A WITH DIAERESIS
-uppercase    Å      34567           \x00C5 &#197;  LATIN CAPITAL LETTER A WITH RING ABOVE
-uppercase    Æ      47              \x00C6 &#198;  LATIN CAPITAL LETTER AE
-uppercase    Ç      123467          \x00C7 &#199;  LATIN CAPITAL LETTER C WITH CEDILLA
-uppercase    È      3578            \x00C8 &#200;  LATIN CAPITAL LETTER E WITH GRAVE
-uppercase    É      1234567         \x00C9 &#201;  LATIN CAPITAL LETTER E WITH ACUTE
-uppercase    Ê      1267            \x00CA &#202;  LATIN CAPITAL LETTER E WITH CIRCUMFLEX
-uppercase    Ë      2358            \x00CB &#203;  LATIN CAPITAL LETTER E WITH DIAERESIS
-uppercase    Ì      57              \x00CC &#204;  LATIN CAPITAL LETTER I WITH GRAVE
-uppercase    Í      258             \x00CD &#205;  LATIN CAPITAL LETTER I WITH ACUTE
-uppercase    Î      1467            \x00CE &#206;  LATIN CAPITAL LETTER I WITH CIRCUMFLEX
-uppercase    Ï      23568           \x00CF &#207;  LATIN CAPITAL LETTER I WITH DIAERESIS
-uppercase    Ð      3567            \x00D0 &#208;  LATIN CAPITAL LETTER ETH
-uppercase    Ñ      2567            \x00D1 &#209;  LATIN CAPITAL LETTER N WITH TILDE
-uppercase    Ò      578             \x00D2 &#210;  LATIN CAPITAL LETTER O WITH GRAVE
-uppercase    Ó      2568            \x00D3 &#211;  LATIN CAPITAL LETTER O WITH ACUTE
-uppercase    Ô      14567           \x00D4 &#212;  LATIN CAPITAL LETTER O WITH CIRCUMFLEX
-uppercase    Õ      267             \x00D5 &#213;  LATIN CAPITAL LETTER O WITH TILDE
-uppercase    Ö      358             \x00D6 &#214;  LATIN CAPITAL LETTER O WITH DIAERESIS
-math         ×      2348            \x00D7 &#215;  MULTIPLICATION SIGN
-uppercase    Ø      2467            \x00D8 &#216;  LATIN CAPITAL LETTER O WITH STROKE
-uppercase    Ù      35678           \x00D9 &#217;  LATIN CAPITAL LETTER U WITH GRAVE
-uppercase    Ú      268             \x00DA &#218;  LATIN CAPITAL LETTER U WITH ACUTE
-uppercase    Û      1567            \x00DB &#219;  LATIN CAPITAL LETTER U WITH CIRCUMFLEX
-uppercase    Ü      2368            \x00DC &#220;  LATIN CAPITAL LETTER U WITH DIAERESIS
-uppercase    Ý      3568            \x00DD &#221;  LATIN CAPITAL LETTER Y WITH ACUTE
-uppercase    Þ      2357            \x00DE &#222;  LATIN CAPITAL LETTER THORN
-lowercase    ß      34568           \x00DF &#223;  LATIN SMALL LETTER SHARP S
-lowercase    à      123568          \x00E0 &#224;  LATIN SMALL LETTER A WITH GRAVE
-lowercase    á      168             \x00E1 &#225;  LATIN SMALL LETTER A WITH ACUTE
-lowercase    â      1678            \x00E2 &#226;  LATIN SMALL LETTER A WITH CIRCUMFLEX
-lowercase    ã      34678           \x00E3 &#227;  LATIN SMALL LETTER A WITH TILDE
-lowercase    ä      3458            \x00E4 &#228;  LATIN SMALL LETTER A WITH DIAERESIS
-lowercase    å      345678          \x00E5 &#229;  LATIN SMALL LETTER A WITH RING ABOVE
-lowercase    æ      478             \x00E6 &#230;  LATIN SMALL LETTER AE
-lowercase    ç      1234678         \x00E7 &#231;  LATIN SMALL LETTER C WITH CEDILLA
-lowercase    è      23468           \x00E8 &#232;  LATIN SMALL LETTER E WITH GRAVE
-lowercase    é      1234568         \x00E9 &#233;  LATIN SMALL LETTER E WITH ACUTE
-lowercase    ê      12678           \x00EA &#234;  LATIN SMALL LETTER E WITH CIRCUMFLEX
-lowercase    ë      12468           \x00EB &#235;  LATIN SMALL LETTER E WITH DIAERESIS
-lowercase    ì      348             \x00EC &#236;  LATIN SMALL LETTER I WITH GRAVE
-lowercase    í      1468            \x00ED &#237;  LATIN SMALL LETTER I WITH ACUTE
-lowercase    î      14678           \x00EE &#238;  LATIN SMALL LETTER I WITH CIRCUMFLEX
-lowercase    ï      124568          \x00EF &#239;  LATIN SMALL LETTER I WITH DIAERESIS
-lowercase    ð      23458           \x00F0 &#240;  LATIN SMALL LETTER ETH
-lowercase    ñ      13458           \x00F1 &#241;  LATIN SMALL LETTER N WITH TILDE
-lowercase    ò      3468            \x00F2 &#242;  LATIN SMALL LETTER O WITH GRAVE
-lowercase    ó      14568           \x00F3 &#243;  LATIN SMALL LETTER O WITH ACUTE
-lowercase    ô      145678          \x00F4 &#244;  LATIN SMALL LETTER O WITH CIRCUMFLEX
-lowercase    õ      1358            \x00F5 &#245;  LATIN SMALL LETTER O WITH TILDE
-lowercase    ö      2468            \x00F6 &#246;  LATIN SMALL LETTER O WITH DIAERESIS
-math         ÷      125678          \x00F7 &#247;  DIVISION SIGN
-lowercase    ø      24678           \x00F8 &#248;  LATIN SMALL LETTER O WITH STROKE
-lowercase    ù      234568          \x00F9 &#249;  LATIN SMALL LETTER U WITH GRAVE
-lowercase    ú      1568            \x00FA &#250;  LATIN SMALL LETTER U WITH ACUTE
-lowercase    û      15678           \x00FB &#251;  LATIN SMALL LETTER U WITH CIRCUMFLEX
-lowercase    ü      12568           \x00FC &#252;  LATIN SMALL LETTER U WITH DIAERESIS
-lowercase    ý      24568           \x00FD &#253;  LATIN SMALL LETTER Y WITH ACUTE
-lowercase    þ      12348           \x00FE &#254;  LATIN SMALL LETTER THORN
-lowercase    ÿ      134568          \x00FF &#255;  LATIN SMALL LETTER Y WITH DIAERESIS
-#-display-name: Sindhi braille
-
-#+locale:sd
-#+type:literary
-#+grade:1
-
-# TODO: Please correct the metadata above. It is not meant to be
-# accurate nor complete. It hasn't been verified by the table
-# author yet. It is merely an attempt by the liblouis maintainers
-# to get some sensible initial values in place.
-
-# TODO: Please add a reference to official documentation about
-# the implemented braille code. Preferably submit the documents
-# to https://github.com/liblouis/braille-specs.
-
-include spaces.ctb
-include si-in-g1.utb
-include braille-patterns.cti
-#chr##1#Cherokee Uncontracted#
-# liblouis: Cherokee Braille Table
-#
-# ------------
-#-display-name: Cherokee braille
-#
-#+locale:chr
-#+type:literary
-#+contraction:no
-#+grade:1
-#
-# TODO: Please correct the metadata above. It is not meant to be
-# accurate nor complete. It hasn't been verified by the table
-# author yet. It is merely an attempt by the liblouis maintainers
-# to get some sensible initial values in place.
-#
-# TODO: Please add a reference to official documentation about
-# the implemented braille code. Preferably submit the documents
-# to https://github.com/liblouis/braille-specs.
-# ------------
-#
-# Copyright (C) 2014, Greg Kearney, gkearney@gmail.com
-#
-# This file is part of liblouis.
-#
-# liblouis is free software: you can redistribute it and/or modify it
-# under the terms of the GNU Lesser General Public License as
-# published by the Free Software Foundation, either version 2.1 of
-# the License, or (at your option) any later version.
-#
-# liblouis is distributed in the hope that it will be useful, but
-# WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-# Lesser General Public License for more details.
-#
-# You should have received a copy of the GNU Lesser General Public
-# License along with liblouis. If not, see
-# <http://www.gnu.org/licenses/>.
-
-#include text_nabcc.dis All display opcodes
-
-include en-ueb-g1.ctb
-
-# letsign 456 ink letter sign
-
-# The Vowels
-
-letter		\x13A0		1		CHEROKEE LETTER A
-letter		\x13A1		15		CHEROKEE LETTER E
-letter		\x13A2		24		CHEROKEE LETTER I
-letter		\x13A3		135		CHEROKEE LETTER O
-letter		\x13A4		136		CHEROKEE LETTER U
-letter		\x13A5		1236	CHEROKEE LETTER V
-
-# The Consonants
-# G
-
-letter		\x13A6		1245-1		CHEROKEE LETTER GA
-letter		\x13A7		13-1		CHEROKEE LETTER KA
-letter		\x13A8		1245-15		CHEROKEE LETTER GE
-letter		\x13A9		1245-24		CHEROKEE LETTER GI
-letter		\x13AA		1245-135	CHEROKEE LETTER GO
-letter		\x13AB		1245-136	CHEROKEE LETTER GU
-letter		\x13AC		1245-1236	CHEROKEE LETTER GV
-
-# H
-
-letter		\x13AD		125-1		CHEROKEE LETTER HA
-letter		\x13AE		125-15		CHEROKEE LETTER HE
-letter		\x13AF		125-24		CHEROKEE LETTER HI
-letter		\x13B0		125-135		CHEROKEE LETTER HO
-letter		\x13B1		125-136		CHEROKEE LETTER HU
-letter		\x13B2		125-1236	CHEROKEE LETTER HV
-
-# L
-
-letter		\x13B3		123-1		CHEROKEE LETTER LA
-letter		\x13B4		123-15		CHEROKEE LETTER LE
-letter		\x13B5		123-24		CHEROKEE LETTER LI
-letter		\x13B6		123-135		CHEROKEE LETTER LO
-letter		\x13B7		123-136		CHEROKEE LETTER LU
-letter		\x13B8		123-1236	CHEROKEE LETTER LV
-
-# M
-
-letter		\x13B9		134-1		CHEROKEE LETTER MA
-letter		\x13BA		134-15		CHEROKEE LETTER ME
-letter		\x13BB		134-24		CHEROKEE LETTER MI
-letter		\x13BC		134-135		CHEROKEE LETTER MO
-letter		\x13BD		134-136		CHEROKEE LETTER MU
-# SPACE RESERVED FOR CHEROKEE LETTER MV
-
-# N
-
-letter		\x13BE		1345-1		CHEROKEE LETTER NA
-letter		\x13BF		12-1		CHEROKEE LETTER HNA
-letter		\x13C0		14-1		CHEROKEE LETTER NAH
-letter		\x13C1		1345-15		CHEROKEE LETTER NE
-letter		\x13C2		1345-24		CHEROKEE LETTER NI
-letter		\x13C3		1345-135	CHEROKEE LETTER NO
-letter		\x13C4		1345-136	CHEROKEE LETTER NU
-letter		\x13C5		1345-1236	CHEROKEE LETTER NV
-
-# Q
-
-letter		\x13C6		12345-1		CHEROKEE LETTER QA
-letter		\x13C7		12345-15	CHEROKEE LETTER QE
-letter		\x13C8		12345-24	CHEROKEE LETTER QI
-letter		\x13C9		12345-135	CHEROKEE LETTER QO
-letter		\x13CA		12345-136	CHEROKEE LETTER QU
-letter		\x13CB		12345-1236	CHEROKEE LETTER QV
-
-# S
-
-letter		\x13CD		234			CHEROKEE LETTER S
-letter		\x13CC		234-1		CHEROKEE LETTER SA
-letter		\x13CE		234-15		CHEROKEE LETTER SE
-letter		\x13CF		234-24		CHEROKEE LETTER SI
-letter		\x13D0		234-135		CHEROKEE LETTER SO
-letter		\x13D1		234-136		CHEROKEE LETTER SU
-letter		\x13D2		234-1236	CHEROKEE LETTER SV
-
-# D T
-
-letter		\x13D3		145-1		CHEROKEE LETTER DA
-letter		\x13D4		2345-1		CHEROKEE LETTER SA
-letter		\x13D5		145-15		CHEROKEE LETTER DE
-letter		\x13D6		2345-15		CHEROKEE LETTER SE
-letter		\x13D7		145-24		CHEROKEE LETTER DI
-letter		\x13D8		2345-24		CHEROKEE LETTER SI
-
-letter		\x13D9		145-135		CHEROKEE LETTER DO
-letter		\x13DA		145-136		CHEROKEE LETTER DU
-letter		\x13DB		145-1236	CHEROKEE LETTER DV
-
-# R F
-
-letter		\x13DC		124-1		CHEROKEE LETTER DLA
-letter		\x13DD		1235-1		CHEROKEE LETTER TLA
-letter		\x13DE		1235-15		CHEROKEE LETTER TLE
-letter		\x13DF		1235-24		CHEROKEE LETTER TLI
-letter		\x13E0		1235-135	CHEROKEE LETTER TLO
-letter		\x13E1		1235-136	CHEROKEE LETTER TLU
-letter		\x13E2		1235-1236	CHEROKEE LETTER TLV
-
-
-# Z
-
-letter		\x13E3		1356-1		CHEROKEE LETTER TSA
-letter		\x13E4		1356-15		CHEROKEE LETTER TSE
-letter		\x13E5		1356-24		CHEROKEE LETTER TSI
-letter		\x13E6		1356-135	CHEROKEE LETTER TSO
-letter		\x13E7		1356-136	CHEROKEE LETTER TSU
-letter		\x13E8		1356-1236	CHEROKEE LETTER TSV
-
-# W
-
-letter		\x13E9		2456-1		CHEROKEE LETTER WA
-letter		\x13EA		2456-15		CHEROKEE LETTER WE
-letter		\x13EB		2456-24		CHEROKEE LETTER WI
-letter		\x13EC		2456-135	CHEROKEE LETTER WO
-letter		\x13ED		2456-136	CHEROKEE LETTER WU
-letter		\x13EE		2456-1236	CHEROKEE LETTER WV
-
-# Y
-
-letter		\x13EF		13456-1		CHEROKEE LETTER YA
-letter		\x13F0		13456-15	CHEROKEE LETTER YE
-letter		\x13F1		13456-24	CHEROKEE LETTER YI
-letter		\x13F2		13456-135	CHEROKEE LETTER YO
-letter		\x13F3		13456-136	CHEROKEE LETTER YU
-letter		\x13F4		13456-1236	CHEROKEE LETTER YV
-
-letter		\x0323		5			COMBINING DOT BELOW
-letter		\x0331		156			COMBINING MACRON BELOW
-letter		\x0324		56			COMBINING DIAERESIS BELOW
-letter		\x0330		12456		COMBINING TILDE BELOW
-#
-# Copyright (C) 1995-2009 by The BRLTTY Developers.
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-
-# BRLTTY Text Table - Tibetan
-#
-# Samuel Thibault <samuel.thibault@ens-lyon.org>
-#
-# From "Braille without borders"
-
-# generated by ttbtest
-space	\s	0	# SPACE
-punctuation	!	2358	# EXCLAMATION MARK
-punctuation	"	23568	# QUOTATION MARK
-punctuation	#	34568	# NUMBER SIGN
-punctuation	$	12468	# DOLLAR SIGN
-punctuation	%	1468	# PERCENT SIGN
-punctuation	&	23468	# AMPERSAND
-punctuation	'	3	# APOSTROPHE
-punctuation	(	2368	# LEFT PARENTHESIS
-punctuation	)	3568	# RIGHT PARENTHESIS
-punctuation	*	358	# ASTERISK
-punctuation	+	3468	# PLUS SIGN
-punctuation	,	28	# COMMA
-punctuation	-	36	# HYPHEN-MINUS
-punctuation	.	2568	# FULL STOP
-punctuation	/	348	# SOLIDUS
-include loweredDigits6Dots.uti
-punctuation	:	258	# COLON
-punctuation	;	238	# SEMICOLON
-punctuation	<	1268	# LESS-THAN SIGN
-punctuation	=	1234568	# EQUALS SIGN
-punctuation	>	3458	# GREATER-THAN SIGN
-punctuation	?	268	# QUESTION MARK
-punctuation	@	47	# COMMERCIAL AT
-uppercase	A	178	# LATIN CAPITAL LETTER A
-uppercase	B	1278	# LATIN CAPITAL LETTER B
-uppercase	C	1478	# LATIN CAPITAL LETTER C
-uppercase	D	14578	# LATIN CAPITAL LETTER D
-uppercase	E	1578	# LATIN CAPITAL LETTER E
-uppercase	F	12478	# LATIN CAPITAL LETTER F
-uppercase	G	124578	# LATIN CAPITAL LETTER G
-uppercase	H	12578	# LATIN CAPITAL LETTER H
-uppercase	I	2478	# LATIN CAPITAL LETTER I
-uppercase	J	24578	# LATIN CAPITAL LETTER J
-uppercase	K	1378	# LATIN CAPITAL LETTER K
-uppercase	L	12378	# LATIN CAPITAL LETTER L
-uppercase	M	13478	# LATIN CAPITAL LETTER M
-uppercase	N	134578	# LATIN CAPITAL LETTER N
-uppercase	O	13578	# LATIN CAPITAL LETTER O
-uppercase	P	123478	# LATIN CAPITAL LETTER P
-uppercase	Q	1234578	# LATIN CAPITAL LETTER Q
-uppercase	R	123578	# LATIN CAPITAL LETTER R
-uppercase	S	23478	# LATIN CAPITAL LETTER S
-uppercase	T	234578	# LATIN CAPITAL LETTER T
-uppercase	U	13678	# LATIN CAPITAL LETTER U
-uppercase	V	123678	# LATIN CAPITAL LETTER V
-uppercase	W	245678	# LATIN CAPITAL LETTER W
-uppercase	X	134678	# LATIN CAPITAL LETTER X
-uppercase	Y	1345678	# LATIN CAPITAL LETTER Y
-uppercase	Z	135678	# LATIN CAPITAL LETTER Z
-punctuation	[	123568	# LEFT SQUARE BRACKET
-punctuation	\\	168	# REVERSE SOLIDUS
-punctuation	]	234568	# RIGHT SQUARE BRACKET
-punctuation	^	457	# CIRCUMFLEX ACCENT
-punctuation	_	456	# LOW LINE
-punctuation	`	4	# GRAVE ACCENT
-lowercase	a	18	# LATIN SMALL LETTER A
-lowercase	b	128	# LATIN SMALL LETTER B
-lowercase	c	148	# LATIN SMALL LETTER C
-lowercase	d	1458	# LATIN SMALL LETTER D
-lowercase	e	158	# LATIN SMALL LETTER E
-lowercase	f	1248	# LATIN SMALL LETTER F
-lowercase	g	12458	# LATIN SMALL LETTER G
-lowercase	h	1258	# LATIN SMALL LETTER H
-lowercase	i	248	# LATIN SMALL LETTER I
-lowercase	j	2458	# LATIN SMALL LETTER J
-lowercase	k	138	# LATIN SMALL LETTER K
-lowercase	l	1238	# LATIN SMALL LETTER L
-lowercase	m	1348	# LATIN SMALL LETTER M
-lowercase	n	13458	# LATIN SMALL LETTER N
-lowercase	o	1358	# LATIN SMALL LETTER O
-lowercase	p	12348	# LATIN SMALL LETTER P
-lowercase	q	123458	# LATIN SMALL LETTER Q
-lowercase	r	12358	# LATIN SMALL LETTER R
-lowercase	s	2348	# LATIN SMALL LETTER S
-lowercase	t	23458	# LATIN SMALL LETTER T
-lowercase	u	1368	# LATIN SMALL LETTER U
-lowercase	v	12368	# LATIN SMALL LETTER V
-lowercase	w	24568	# LATIN SMALL LETTER W
-lowercase	x	13468	# LATIN SMALL LETTER X
-lowercase	y	134568	# LATIN SMALL LETTER Y
-lowercase	z	13568	# LATIN SMALL LETTER Z
-punctuation	{	23678	# LEFT CURLY BRACKET
-punctuation	|	12568	# VERTICAL LINE
-punctuation	}	35678	# RIGHT CURLY BRACKET
-punctuation	~	45	# TILDE
-punctuation	\x00a0	0	# NO-BREAK SPACE
-letter	\x0f40	13	# TIBETAN LETTER KA
-letter	\x0f41	14	# TIBETAN LETTER KHA
-letter	\x0f42	1245	# TIBETAN LETTER GA
-letter	\x0f44	2356	# TIBETAN LETTER NGA
-letter	\x0f45	1456	# TIBETAN LETTER CA
-letter	\x0f46	13456	# TIBETAN LETTER CHA
-letter	\x0f47	12345	# TIBETAN LETTER JA
-letter	\x0f49	345	# TIBETAN LETTER NYA
-letter	\x0f4f	2345	# TIBETAN LETTER TA
-letter	\x0f50	23456	# TIBETAN LETTER THA
-letter	\x0f51	145	# TIBETAN LETTER DA
-letter	\x0f53	1345	# TIBETAN LETTER NA
-letter	\x0f54	1234	# TIBETAN LETTER PA
-letter	\x0f55	12346	# TIBETAN LETTER PHA
-letter	\x0f56	12	# TIBETAN LETTER BA
-letter	\x0f58	134	# TIBETAN LETTER MA
-letter	\x0f59	1346	# TIBETAN LETTER TSA
-letter	\x0f5a	1356	# TIBETAN LETTER TSHA
-letter	\x0f5b	123456	# TIBETAN LETTER DZA
-letter	\x0f5d	2456	# TIBETAN LETTER WA
-letter	\x0f5e	146	# TIBETAN LETTER ZHA
-letter	\x0f5f	234	# TIBETAN LETTER ZA
-letter	\x0f60	1246	# TIBETAN LETTER -A
-letter	\x0f61	245	# TIBETAN LETTER YA
-letter	\x0f62	1235	# TIBETAN LETTER RA
-letter	\x0f63	123	# TIBETAN LETTER LA
-letter	\x0f64	156	# TIBETAN LETTER SHA
-letter	\x0f66	2346	# TIBETAN LETTER SA
-letter	\x0f67	125	# TIBETAN LETTER HA
-letter	\x0f68	1	# TIBETAN LETTER A
-letter	\x0f90	13	# TIBETAN SUBJOINED LETTER KA
-letter	\x0f91	14	# TIBETAN SUBJOINED LETTER KHA
-letter	\x0f92	1245	# TIBETAN SUBJOINED LETTER GA
-letter	\x0f94	2356	# TIBETAN SUBJOINED LETTER NGA
-letter	\x0f95	1456	# TIBETAN SUBJOINED LETTER CA
-letter	\x0f96	13456	# TIBETAN SUBJOINED LETTER CHA
-letter	\x0f97	12345	# TIBETAN SUBJOINED LETTER JA
-letter	\x0f99	345	# TIBETAN SUBJOINED LETTER NYA
-letter	\x0f9f	2345	# TIBETAN SUBJOINED LETTER TA
-letter	\x0fa0	23456	# TIBETAN SUBJOINED LETTER THA
-letter	\x0fa1	145	# TIBETAN SUBJOINED LETTER DA
-letter	\x0fa3	1345	# TIBETAN SUBJOINED LETTER NA
-letter	\x0fa4	1234	# TIBETAN SUBJOINED LETTER PA
-letter	\x0fa5	12346	# TIBETAN SUBJOINED LETTER PHA
-letter	\x0fa6	12	# TIBETAN SUBJOINED LETTER BA
-letter	\x0fa8	134	# TIBETAN SUBJOINED LETTER MA
-letter	\x0fa9	1346	# TIBETAN SUBJOINED LETTER TSA
-letter	\x0faa	1356	# TIBETAN SUBJOINED LETTER TSHA
-letter	\x0fab	123456	# TIBETAN SUBJOINED LETTER DZA
-letter	\x0fad	2456	# TIBETAN SUBJOINED LETTER WA
-letter	\x0fae	146	# TIBETAN SUBJOINED LETTER ZHA
-letter	\x0faf	234	# TIBETAN SUBJOINED LETTER ZA
-letter	\x0fb0	1246	# TIBETAN SUBJOINED LETTER -A
-letter	\x0fb1	245	# TIBETAN SUBJOINED LETTER YA
-letter	\x0fb2	1235	# TIBETAN SUBJOINED LETTER RA
-letter	\x0fb3	123	# TIBETAN SUBJOINED LETTER LA
-letter	\x0fb4	156	# TIBETAN SUBJOINED LETTER SHA
-letter	\x0fb6	2346	# TIBETAN SUBJOINED LETTER SA
-letter	\x0fb7	125	# TIBETAN SUBJOINED LETTER HA
-letter	\x0fb8	1	# TIBETAN SUBJOINED LETTER A
-space	\x2002	0	# EN SPACE
-space	\x2003	0	# EM SPACE
-space	\x2004	0	# THREE-PER-EM SPACE
-space	\x2005	0	# FOUR-PER-EM SPACE
-space	\x2006	0	# SIX-PER-EM SPACE
-punctuation	\x2007	0	# FIGURE SPACE
-space	\x2008	0	# PUNCTUATION SPACE
-space	\x2009	0	# THIN SPACE
-space	\x200a	0	# HAIR SPACE
-punctuation	\x202f	0	# NARROW NO-BREAK SPACE
-space	\x205f	0	# MEDIUM MATHEMATICAL SPACE
-#-display-name: Lithuanian braille
-
-#+locale:lt
-#+type:literary
-#+contraction:no
-#+dots:6
-#+direction:both
-
-include lt-6dot.utb
-# liblouis: International Phonetic Alphabet
-
-# Copyright (C) 2016 Ludovic Oger <oger.ludovic@gmail.com>
-
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-
-
-# This table contains braille codes for a part of the International Phonetic Alphabet (IPA, 2005) :
-# The IPA symbols in this table do not conflict with other tables
-# The others IPA symbols might conflict with other tables are inclued in the 'IPA.utb' table.
-# (e.g. conflict: θ (Unicode 03B8) is the greek letter theta, french braille code is different between greek and phonetic)
- 
-
-# --------REFERENCES--------
-#   - IPA Braille: An Updated Tactile Representation of the International Phonetic Alphabet
-#     Print Edition
-#     Edited by Robert Englebretson, Ph.D.
-#     Produced by CNIB
-#     For the International Council on English Braille - 2008
-#     <http://www.iceb.org/icebipa.htm>
-#     (this reference document is reprinted in 'World Braille Usage - Third Edition - 2013 - Copyright (C) 1954, 1990 UNESCO')
-#
-#   - "IPA Chart, http://www.internationalphoneticassociation.org/content/ipa-chart,
-#      available under a Creative Commons Attribution-Sharealike 3.0 Unported License.
-#      Copyright (C) 2015 International Phonetic Association."
-
-
-# Last updated on January 23, 2018
-
-
-#--------PULMONIC CONSONANTS--------
-# UNICODE DOTS                 # GLYPH - TYPOGRAPHIC DESC. - ARTICULATORY DESC.
-noback sign \X0288 256-2345    # ʈ - right-tail t - voiceless retroflex plosive
-noback sign \X0256 256-145     # ɖ - right-tail d - voiced retroflex plosive
-noback sign \X025F 35-245      # ɟ - barred dotless j - voiced palatal plosive
-noback sign \X0261 1245        # ɡ - lowercase script g - voiced velar plosive
-noback sign \X0262 35-1245     # ɢ - small capital g - voiced uvular plosive
-noback sign \X0294 23          # ʔ - glottal stop - glottal plosive
-noback sign \X0271 235-134     # ɱ - left-tail m (at right) - voiced labiodental nasal
-noback sign \X0273 256-1345    # ɳ - right-tail n - voiced retroflex nasal
-noback sign \X0272 123456      # ɲ - left-tail n (at left) - voiced palatal nasal
-noback sign \X014B 1246        # ŋ - eng - voiced velar nasal
-noback sign \X0274 35-1345     # ɴ - small capital n - voiced uvular nasal
-noback sign \X0299 35-12       # ʙ - small capital b - voiced bilabial trill
-noback sign \X0280 35-1235     # ʀ - small capital r - voiced uvular trill
-noback sign \X027E 235-1235    # ɾ - fish-hook r - voiced alveolar tap
-noback sign \X027D 256-1235    # ɽ - right-tail r - voiced retroflex flap
-noback sign \X0278 46-124      # ɸ - 'phi' (latin small letter phi) - voiceless bilabial fricative (IPA Extensions here, greek phi is \X03D5)
-noback sign \X00F0 12456       # ð - edh - voiced dental fricative
-noback sign \X0283 156         # ʃ - esh - voiceless postalveolar fricative
-noback sign \X0292 2346        # ʒ - ezh - voiced postalveolar fricative
-noback sign \X0282 256-234     # ʂ - right-tail s (at left) - voiceless retroflex fricative
-noback sign \X0290 256-1356    # ʐ - right-tail z - voiced retroflex fricative
-noback sign \X029D 236-245     # ʝ - curly-tail j - voiced palatal fricative
-noback sign \X0263 46-1245     # ɣ - 'gamma' (latin small letter gamma) - voiced velar fricative (IPA Extensions here, greek gamma is \X03B3)
-noback sign \X0281 35-3456     # ʁ - inverted small capital r - voiced uvular fricative
-noback sign \X0127 235-125     # ħ - barred h - voiceless pharyngeal fricative
-noback sign \X0295 235-23      # ʕ - reversed glottal stop - voiced pharyngeal fricative or approximant
-noback sign \X0266 236-125     # ɦ - hooktop h - voiced glottal fricative
-noback sign \X026C 236-123     # ɬ - belted l - voiceless alveolar lateral fricative
-noback sign \X026E 123-5-2346  # ɮ - l-ezh ligature - voiced alveolar lateral fricative
-noback sign \X028B 236-1236    # ʋ - script v - voiced labiodental approximant
-noback sign \X0279 3456        # ɹ - turned r - voiced alveolar approximant
-noback sign \X027B 256-3456    # ɻ - turned r, right tail - voiced retroflex approximant
-noback sign \X0270 236-134     # ɰ - turned m, right leg - voiced velar approximant
-noback sign \X026D 256-123     # ɭ - right-tail l - voiced retroflex lateral approximant
-noback sign \X028E 236-13456   # ʎ - turned y - voiced palatal lateral approximant
-noback sign \X029F 35-123      # ʟ - small capital l - voiced velar lateral approximant
-
-
-#--------NON-PULMONIC CONSONANTS--------
-# UNICODE DOTS                 # GLYPH - TYPOGRAPHIC DESC. - ARTICULATORY DESC.
-noback sign \X0253 236-12      # ɓ - hooktop b - voiced bilabial implosive
-noback sign \X0257 236-145     # ɗ - hooktop d - voiced dental/alveolar implosive
-noback sign \X0284 236-35-245  # ʄ - hooktop barred dotless j - voiced palatal implosive
-noback sign \X0260 236-1245    # ɠ - hooktop g - voiced velar implosive
-noback sign \X029B 236-35-1245 # ʛ - hooktop small capital g - voiced uvular implosive
-noback sign \X0298 12346-1234  # ʘ - bull's eye - bilabial click
-noback sign \X01C0 12346-1456  # ǀ - pipe - dental click
-noback sign \X01C3 12346-2345  # ǃ - exclamation point - (post-)alveolar click
-noback sign \X01C2 12346-156   # ǂ - double-barred pipe - palatoalveolar click
-noback sign \X01C1 12346-123   # ǁ - double pipe - alveolar lateral click
-
-
-#--------OTHER PULMONIC CONSONANTS--------
-# UNICODE DOTS                 # GLYPH - TYPOGRAPHIC DESC. - ARTICULATORY DESC.
-noback sign \X028D 235-2456    # ʍ - turned w - voiceless labial-velar fricative
-noback sign \X0265 256-125     # ɥ - turned h - voiced labial-palatal approximant
-noback sign \X029C 35-125      # ʜ - small capital h - voiceless epiglottal fricative
-noback sign \X02A1 236-23      # ʡ - barred glottal stop - epiglottal plosive
-noback sign \X02A2 35-23       # ʢ - barred reversed glottal stop - voiced epiglottal fricative
-noback sign \X0267 236-1246    # ɧ - hooktop heng - simultaneous voiceless postalveolar and velar fricative
-noback sign \X027A 236-3456    # ɺ - turned long-leg r - voiced alveolar lateral flap
-noback sign \X0255 236-14      # ɕ - curly-tail c - voiceless alveolopalatal fricative
-noback sign \X0291 236-1356    # ʑ - curly-tail z - voiced alveolopalatal fricative
-noback sign \X026B 235-123     # ɫ - lowercase l with tilde - velarized voiced alveolar lateral approximant
-
-
-#--------VOWELS--------
-# UNICODE DOTS                 # GLYPH - TYPOGRAPHIC DESC. - ARTICULATORY DESC.
-noback sign \X025B 345         # ɛ - 'epsilon' (latin small letter open e) - open-mid front unrounded vowel (IPA Extensions here, greek epsilon is \X03B5)
-noback sign \X0251 16          # ɑ - script a - open back unrounded vowel
-noback sign \X0254 126         # ɔ - open o - open-mid back rounded vowel
-noback sign \X0276 35-246      # ɶ - small capital o-e ligature - open front rounded vowel
-noback sign \X0252 235-16      # ɒ - turned script a - open back rounded vowel
-noback sign \X028C 346         # ʌ - turned v (caret) - open-mid back unrounded vowel
-noback sign \X0264 235-135     # ɤ - ram's horns - close-mid back unrounded vowel
-noback sign \X026F 235-136     # ɯ - turned m - close back unrounded vowel
-noback sign \X0268 356-24      # ɨ - barred i - close central unrounded vowel
-noback sign \X0289 356-136     # ʉ - barred u - close central rounded vowel
-noback sign \X026A 34          # ɪ - small capital i - near-close near-front unrounded vowel
-noback sign \X028F 35-13456    # ʏ - small capital y - near-close near-front rounded vowel
-noback sign \X028A 12356       # ʊ - 'upsilon' (latin small letter upsilon) - near-close near-back rounded vowel (IPA Extensions here, greek upsilon is \X03C5)
-noback sign \X0259 26          # ə - schwa - mid central vowel
-noback sign \X0275 356-135     # ɵ - barred o - close-mid central rounded vowel
-noback sign \X0250 235-1       # ɐ - turned a - near-open central vowel
-noback sign \X025C 235-345     # ɜ - reversed epsilon - open-mid central unrounded vowel
-noback sign \X025A 26-5-1235   # ɚ - right-hook schwa - r-colored mid central vowel
-noback sign \X025E 236-345     # ɞ - closed reversed epsilon - open-mid central rounded vowel
-noback sign \X0258 235-15      # ɘ - reversed e - close-mid central unrounded vowel
-
-
-#--------DIACRITICS--------
-# UNICODE DOTS                 # GLYPH - TYPOGRAPHIC DESC. - ARTICULATORY DESC.
-noback sign \X02BC 5-3         # ʼ - apostrophe - ejective
-noback sign \X0325 6-1246      # ̥  - ring below - voiceless
-noback sign \X030A 4-1246      # ̊  - ring above - voiceless
-noback sign \X032C 6-236       # ̬  - wedge below - voiced
-noback sign \X02B0 4-125       # ʰ - superscript h - aspirated
-noback sign \X0324 6-25        # ̤  - umlaut below - breathy voiced
-noback sign \X0330 6-12456     # ̰  - tilde below - creaky voiced
-noback sign \X033C 6-12346     # ̼  - seagull below - linguolabial
-noback sign \X032A 6-1456      # ̪  - bridge below - dental
-noback sign \X033A 6-235-1456  # ̺  - inverted bridge below - apical
-noback sign \X033B 6-2356      # ̻  - square below - laminal
-noback sign \X0339 6-135       # ̹  - right half-ring below - more rounded
-noback sign \X031C 6-246       # ̜  - left half-ring below - less rounded
-noback sign \X031F 6-346       # ̟  - plus below - advanced
-noback sign \X0320 6-36        # ̠  - minus below - retracted
-noback sign \X0308 4-25        # ̈  - umlaut above - centralized
-noback sign \X033D 4-1346      # ̽  - over-cross above - mid-centralized
-noback sign \X0318 6-156       # ̘  - advancing sign below - advanced tongue root
-noback sign \X0319 6-234       # ̙  - retracting sign below - retracted tongue root
-noback sign \X02DE 5-1235      # ˞  - right hook - rhoticity
-noback sign \X02B7 4-2456      # ʷ - superscript w - labialized
-noback sign \X02B2 4-245       # ʲ - superscript j - palatalized
-noback sign \X02E0 4-46-1245   # ˠ - superscript gamma - velarized
-noback sign \X02E4 4-235-23    # ˤ - superscript reversed glottal stop - pharyngealized
-noback sign \X0303 4-12456     # ̃  - tilde above - nasalized
-noback sign \X207F 4-1345      # ⁿ - superscript n - nasal release
-noback sign \X02E1 4-123       # ˡ - superscript l - lateral release
-noback sign \X031A 4-145       # ̚  - corner above - no audible release
-noback sign \X0334 5-12456     # ̴  - superimposed tilde - velarized or pharyngealized
-noback sign \X031D 6-345       # ̝  - raising sign below - raised
-noback sign \X031E 6-126       # ̞  - lowering sign below - lowered
-noback sign \X0329 6-23        # ̩  - vertical line below - syllabic
-noback sign \X032F 6-23456     # ̯  - arch below - non-syllabic
-noback sign \X0361 5           # ͡  - top tie bar - affricate or double articulation
-
-
-#--------SUPRASEGMENTALS--------
-# UNICODE DOTS                 # GLYPH - TYPOGRAPHIC DESC. - ARTICULATORY DESC.
-noback sign \X02C8 456-12      # ˈ - vertical stroke (superior) - (primary) stress
-noback sign \X02CC 456-23      # ˌ - vertical stroke (inferior) - secondary stress
-noback sign \X02D0 25          # ː - length mark - long
-noback sign \X02D1 5-2         # ˑ - half-length mark - half-long
-noback sign \X0306 4-12356     # ̆  - breve above - extra-short
-noback sign \X2016 456-123456  # ‖ - double vertical line - major (intonation) group
-noback sign \X203F 456-123     # ‿ - bottom tie bar - linking (absence of a break)
-
-
-#--------TONES AND WORD ACCENTS--------
-# UNICODE DOTS                 # GLYPH - TYPOGRAPHIC DESC. - ARTICULATORY DESC.
-noback sign \X030B 4-6-34      # ̋  - double acute accent above - extra high level tone
-noback sign \X0301 4-34        # ́  - acute accent above - high level tone
-noback sign \X0304 4-14        # ̄  - macron above - mid level tone
-noback sign \X0300 4-16        # ̀  - grave accent above - low level tone
-noback sign \X030F 4-6-16      # ̏  - double grave accent above - extra low level tone
-noback sign \X030C 4-236       # ̌  - wedge above - rising contour tone
-noback sign \X0302 4-146       # ̂  - circumflex above - falling contour tone
-noback sign \X1DC4 4-24        #  (UTF-16) - macron-acute above - high -rising contour tone
-noback sign \X1DC5 4-35        #  (UTF-16) - grave-macron above - low-rising contour tone
-noback sign \X1DC8 4-256       #  (UTF-16) - grave-acute- grave above - rising-falling contour tone
-noback sign \X2193 456-2346    # ↓ - down arrow - downstep
-noback sign \XF19D 456-2346    # ↓ - down arrow - downstep
-noback sign \X2191 456-1246    # ↑ - up arrow - upstep
-noback sign \XF19C 456-1246    # ↑ - up arrow - upstep
-noback sign \X2197 456-145     # ↗ - upward diagonal arrow - global rise
-noback sign \X2198 456-356     # ↘ - downward diagonal arrow - global fall
-noback sign \X02E5 456-4-14    # ˥ - extra-high (55) tone bar - extra high level tone
-noback sign \X02E6 456-14      # ˦ - high (44) tone bar - high level tone
-noback sign \X02E7 456-25      # ˧ - mid (33) tone bar - mid level tone
-noback sign \X02E8 456-36      # ˨ - low (22) tone bar - low level tone
-noback sign \X02E9 456-6-36    # ˩ - extra-low (11) tone bar - extra low level tone
-#
-#  Copyright (C) 2011 by Peter Engström <peter.engstrom@indexbraille.com>
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-#
-# -----------------------------------------------------------------------------
-#
-# 	SORANI (KURDISH)
-#	================
-# 	Author:		Peter Engström
-# 	Company:	Index Braille
-#
-# 	Date: 		Note:
-#	2011-02-08	Renamed _translation_ar-g1.ctb and changed first line to access this file.
-#				Peter Engström, Index Braille.
-#	2011-03-15	Updated by Peter Engström
-#
-# ---------------------------------------------------------------------------------------
-
-always \x0644\x0627 123-1					#[Peter Engström 2011-02-08]
-always \x0640\x0640\x0640\x064F 136
-always \x0640\x0640\x0640\x064B 23
-always \x0640\x0640\x0640\x064C 26
-
-
-include countries.cti
-#undefined 123456
-
-# Braille indicators
-numsign 3456  number sign, just a dots operand
-multind 56-6 letsign capsletter
-capsletter 6
-begcapsword 6-6
-endcapsword 6-3
-emphclass italic
-emphclass underline
-emphclass bold
-begemph italic 46
-endemph italic 46-46
-begemph bold 456
-endemph bold 456-456
-begcomp 456-346
-endcomp 456-156
-
-# the decimal digits
-include litdigits6Dots.uti
-
-# Letters are defined in en-chardefs
-# punctuation
-
-prepunc ) 356
-postpunc ( 236
-
-prepunc " 236	#[Peter Engström 2011-03-15]
-postpunc " 236	#[Peter Engström 2011-03-15]
-
-prepunc ' 3		#[Peter Engström 2011-03-15]
-postpunc ' 3	#[Peter Engström 2011-03-15]
-word 'em = 
-word 'tis =
-word 'twas =
-begnum # 3456 print number sign before number #[Peter Engström 2011-03-15]
-midnum , 46
-postpunc , 46
-decpoint . 46
-midnum - 36
-hyphen - 36
-#capsnocont
-postpunc . 256
-postpunc ; 5		#[Peter Engström 2011-03-15]
-midnum : 5-2		#[Peter Engström 2011-03-15]
-postpunc : 5-2		#[Peter Engström 2011-03-15]
-postpunc ! 235
-midnum / 34
-always / 34
-#always < 0-135-0	#[Peter Engström 2011-03-15]
-# always > 0-246-0
-postpunc ? 1456		#[Peter Engström 2011-03-15]
-endnum % 1234		#[Peter Engström 2011-03-15]
-midnum ^ 346		#[Peter Engström 2011-03-15]
-always ^ 45			#[Peter Engström 2011-03-15]
-always ~ 45
-always & 12346		#[Peter Engström 2011-03-15]
-midnum * 16			#[Peter Engström 2011-03-15]
-always * 16			#[Peter Engström 2011-03-15]
-always [ 13456		#[Peter Engström 2011-03-15]
-always ] 12346		#[Peter Engström 2011-03-15]
-always { 135		#[Peter Engström 2011-03-15]
-always } 246		#[Peter Engström 2011-03-15]
-prepunc ` 6-236
-always @ 4
-always \\ 1256		#[Peter Engström 2011-03-15]
-always | 1245
-always ... 3-3-3
-always .\s.\s. 3-3-3 . . .
-always $ 1246		#[Peter Engström 2011-03-15]
-
-# special character sequences
-compbrl :// URLs
-compbrl www.
-compbrl .com
-compbrl .edu
-compbrl .gov
-compbrl .mil
-compbrl .net
-compbrl .org
-compbrl .doc
-compbrl .htm
-compbrl .html
-compbrl .tex
-compbrl .txt
-compbrl .gif
-compbrl .jpg
-compbrl .png
-compbrl .wav
-compbrl .tar
-compbrl .zip
-# Liblouis: Danish table for 6 dots grade 1 forward translation (literary)
-#
-#  Copyright (C) 2014-2017, Bue Vester-Andersen <bue@vester-andersen.dk>
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-#
-#------------
-#
-# This  is the Danish  6 dots grade 1 table for forward translation (literary / not back-translateable).
-# 
-# The output from this table is mainly ment for embossing and not suited for back-translation.
-#
-# Version: Bue Vester-Andersen, 170604
-
-### Table Metadata
-
-#-name: Dansk fuldskrift 6-punkt
-#-display-name: Danish 6-dot uncontracted braille
-
-#+locale: da
-#+type: literary
-#+contraction: no
-#+grade: 1
-#+dots: 6
-#+direction: forward
-
-# Display opcodes
-include da-dk-octobraille.dis
-
-### Character definitions
-
-# These ctrl-chars have to have a representation, so that they can be properly converted back and forth.
-space \t 2478 CHARACTER TABULATION
-space \n 678 LINE FEED (LF)
-space \v 1368 LINE TABULATION
-space \f 12378 FORM FEED (FF)
-space \r 257 CARRIAGE RETURN (CR)
-
-# Definition of dot cells
-space \s 0
-punctuation ! 235 EXCLAMATION MARK
-punctuation " 2356 QUOTATION MARK
-sign & 12346 AMPERSAND
-punctuation ' 4 APOSTROPHE
-punctuation ( 236 LEFT PARENTHESIS
-punctuation ) 356 RIGHT PARENTHESIS
-punctuation * 35 ASTERISK
-punctuation , 2 COMMA
-punctuation - 36 HYPHEN-MINUS
-punctuation . 3 FULL STOP
-punctuation / 34 SLASH
-punctuation : 25 COLON
-punctuation ; 23 SEMICOLON
-punctuation ? 26 QUESTION MARK
-include latinLetterDef6Dots.uti
-
-include digits6Dots.uti
-
-punctuation \x00a7 346 SECTION SIGN (0xa7)
-
-uplow \x00c5\x00e5 16 LATIN LETTER A WITH RING ABOVE
-uplow \x00c6\x00e6 345 LATIN LETTER AE
-uplow \x00d8\x00f8 246 LATIN LETTER O WITH STROKE
-uplow \x00dc\x00fc 1256 LATIN CAPITAL LETTER U WITH DIAERESIS
-math \x00f7 256 DIVISION SIGN
-
-# cover all other Braille patterns
-include braille-patterns.cti
-
-# Characters with two or more cells
-
-punctuation # 45-3456 NUMBER SIGN
-sign $ 45-256 DOLLAR SIGN
-math % 245-356 PERCENT SIGN
-#sign & 6-12346 AMPERSAND
-#punctuation * 6-35 ASTERISK
-math + 45-235 PLUS SIGN
-math < 45-134 LESS-THAN SIGN
-math = 45-2356 EQUALS SIGN
-math > 45-234 GREATER-THAN SIGN
-sign @ 45-1 COMMERCIAL AT
-punctuation [ 5-236 LEFT SQUARE BRACKET
-punctuation \\ 45-16 REVERSE SLASH
-punctuation ] 5-356 RIGHT SQUARE BRACKET
-punctuation ^ 45-346 CIRCUMFLEX ACCENT
-punctuation _ 45-36 LOW LINE
-punctuation ` 4 GRAVE ACCENT
-punctuation { 45-246 LEFT CURLY BRACKET
-punctuation | 45-456 VERTICAL LINE
-punctuation } 45-135 RIGHT CURLY BRACKET
-punctuation ~ 45-6 TILDE
-
-# Misc unicode characters
-include da-dk-6miscChars.cti
-
-# Litdigits
-include litdigits6Dots.uti
-
-undefined 26
-
-### Braille indicators and special characters
-
-#hyphen - 36
-
-letsign 6
-
-# No letsign before capital letters or letters with accents
-
-noletsign ABCDEFGHIJKLMNOPQRSTUVWXYZ\x0160\x0152\x017d\x0178\x00c0\x00c1\x00c2\x00c3\x00c4\x00c5\x00c6\x00c7\x00c8\x00c9\x00ca\x00cb\x00cc\x00cd\x00ce\x00cf\x00d0\x00d1\x00d2\x00d3\x00d4\x00d5\x00d6\x00d8\x00d9\x00da\x00db\x00dc\x00dd\x00de\x008a\x008c\x008e
-noletsign i\x0161\x0153\x017e\x00ff\x00df\x00e0\x00e1\x00e2\x00e3\x00e7\x00e8\x00e9\x00ea\x00eb\x00ec\x00ed\x00ee\x00ef\x00f0\x00f1\x00f2\x00f3\x00f4\x00f5\x00f9\x00fa\x00fb\x00fd\x00fe\x009a\x009c
-noletsign abcdefghjklmnopqrstuvwxyz\x00e4\x00e5\x00e6\x00f6\x00f8\x00fc
-
-# Emphasis opcodes
-emphclass italic
-emphclass underline
-emphclass bold
-
-begemphphrase italic 56
-endemphphrase italic after 56
-begemphword italic 56
-endemphword italic 56
-
-begemphphrase bold 56
-endemphphrase bold after 56
-begemphword bold 56
-endemphword bold 56
-
-begemphphrase underline 56
-endemphphrase underline after 56
-begemphword underline 56
-endemphword underline 56
-
-capsletter 46 
-begcapsword 456
-endcapsword 6
-
-numsign 3456
-
-#class of none-space characters that demand double dashes
-# Used in context lines later.
-#must be the first class defined.
-class charsWDoubleDash .,?!/:"'() # class w
-
-### Correct
-
-# Chars that don't require a space before percent and permille:
-class charsBeforePercent "(\x201e\x0084\x201c\x0093\x201d\x0094\x00ab\x00bb #class x
-noback correct `["%"] *
-noback correct `["\x2030"] *
-noback correct !$sx["%"] " %"
-noback correct !$sx["\x2030"] " \x2030"
-noback correct `["\x0089"] *
-noback correct !$sx["\x0089"] " \x2030"
-
-# Chars to be treated like digits when switching back to letter mode
-class extraDigits \x00bc\x00bd\x00be
-
-#Use the "correct" opcode to convert chars that can't be back-translated
-# and make the table more simple.
-
-# Dashes
-class dashes \x2013\x2014\x0096\x0097\x00ad
-noback correct %dashes "-"
-
-class quotes \x201e\x0084\x201c\x0093\x201d\x0094\x00ab\x00bb 
-noback correct %quotes "\""
-
-class apostrophes `\x201a\x0082\x2039\x008b\x2018\x0091\x2019\x0092\x203a\x009b\x00b4
-noback correct %apostrophes "'"
-
-# Convert most single caps to lowercase
-
-#Special abbreviations with imbedded small letters.
-# Must be handled by case in this version of liblouis
-noback correct "KAbB" "KABB"
-noback correct "CUDiM" "CUDIM"
-
-swapcc UpperLower ABCDEFGHIJKLMNOPQRSTUVWXYZ\x0160\x0152\x017d\x0178\x00c0\x00c1\x00c2\x00c3\x00c4\x00c5\x00c6\x00c7\x00c8\x00c9\x00ca\x00cb\x00cc\x00cd\x00ce\x00cf\x00d0\x00d1\x00d2\x00d3\x00d4\x00d5\x00d6\x00d8\x00d9\x00da\x00db\x00dc\x00dd\x00de\x008a\x008c abcdefghijklmnopqrstuvwxyz\x0161\x0153\x017e\x00ff\x00e0\x00e1\x00e2\x00e3\x00e4\x00e5\x00e6\x00e7\x00e8\x00e9\x00ea\x00eb\x00ec\x00ed\x00ee\x00ef\x00f0\x00f1\x00f2\x00f3\x00f4\x00f5\x00f6\x00f8\x00f9\x00fa\x00fb\x00fc\x00fd\x00fe\x009a\x009c
-
-# I is a special case
-noback correct _$sp["I"]$sp "i"
-noback correct `["I"]$sp "i"
-noback correct _$sp["I"]~ "i"
-
-noback correct $sSpu[%UpperLower]$u %UpperLower
-noback correct `[%UpperLower]$u %UpperLower
-
-# Punctuations, math and numbers
-midnum , 2
-midnum . 3
-midnum - 36
-endnum - 36
-midnum / 34
-midnum : 25
-
-midnum ^ 45-346
-midnum \x00d7 45-3-3456
-
-# Punctuation
-prepunc " 2356
-postpunc " 2356
-prepunc - 36
-postpunc - 36
-always :- 25-36
-always ;- 23-36
-always --- 36-36-36
-always ---- 36-36-36-36
-always ----- 36-36-36-36-36
-
-# these characters must be separated from ")" by a letsign.
-class SepToRightpar Jj%'\x2030\x0089\x201a\x0082\x2039\x009b\x2018\x0091\x2019\x0092\x203a\x009b
-after SepToRightpar always ) 6-356
-
-prepunc ( 236
-postpunc ) 356
-
-always .) 3-356
-always ... 3-3-3
-
-always !! 235-235
-always !!! 235-235-235
-always !!!! 235-235-235-235
-always !!!!! 235-235-235-235-235
-
-### Context rules
-
-# Substitutions for joinnum rules with common math signs
-noback context $dy$s["-"$s]$dy @36
-noback context $dy$s["+"$s]$dy @235
-noback context $dy$s["\x00d7"$s]$dy @3
-noback context $dy$s["\x00f7"$s]$dy @256
-noback context $dy$s["="$s]$dy @2356
-
-# Space on each side of = when between letters or punctuation.
-noback context $lp["="]$lp @0-2356-0
-
-# Ensure two dashes where appropriate.
-noback context $w["-"]$w @36
-noback context $sw["-"]$sw @36-36
-noback context `["-"]$sw @36-36
-noback context $sw["-"]~ @36-36
-noback context !$sw["-"]~ @36
-noback context `["-"]~ @36-36
-
-#ensure dot 6 between a digit and a letter
-noback context $dy[]$u @6
-noback context $dy$Spm.[]$u @6
-
-# Ensure dot 6 as nocaps
-#noback context $U2-50[]$u @6
-
-### Pass 2
-
-noback pass2 @6-46-5 @46-5 # no letsign before cap letters with accent
-noback pass2 @45-6-46 * # don't touch tilde before capnoback pass2 @6-46 @46-6 # Ensure correct order
-
-# Ensure there is only one letsign
- noback pass2 @6-6 @6
-#-display-name: Kurukh braille
-
-#+locale:kru
-#+type:literary
-
-# TODO: Please correct the metadata above. It is not meant to be
-# accurate nor complete. It hasn't been verified by the table
-# author yet. It is merely an attempt by the liblouis maintainers
-# to get some sensible initial values in place.
-
-# TODO: Please add a reference to official documentation about
-# the implemented braille code. Preferably submit the documents
-# to https://github.com/liblouis/braille-specs.
-
-include spaces.ctb
-include kru.ctb
-include braille-patterns.cti
-# Multiple Blank, Tab, etc. Suppression Table
-
-#  Based on the Linux screenreader BRLTTY, copyright (C) 1999-2006 by
-#  The BRLTTY Team
-#
-#  Copyright (C) 2004-2006 ViewPlus Technologies, Inc. www.viewplus.com
-#  Copyright (C) 2004-2006 JJB Software, Inc. www.jjb-software.com
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-
-space \s 0 blank
-space \t 9 tab
-space \x000a 0 newline
-space \x000c 0
-space \x000d 0 carriage return
-space \x001b 1b escape character for html back-translation
-space \x00A0 a NO-BREAK SPACE <noBreak> 0020 NON-BREAKING SPACE 
-
-# Sequences which should be represented by blank spaces
-repeated \s 0
-repeated \t 0
-
-# cut down lines of hyphens, underscores, etc.
-repeated --- 36
-repeated ___ 456
-repeated === 123456
-
-#pass2 `$s1-10 ?
-#pass2 $s1-10 @0
-
-# liblouis: sub table for literary digits, 6 dots
-#
-#  Copyright (C) 2013-2014 Mesar Hameed <mesar.hameed@gmail.com>
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-
-litdigit 0 245
-litdigit 1 1
-litdigit 2 12
-litdigit 3 14
-litdigit 4 145
-litdigit 5 15
-litdigit 6 124
-litdigit 7 1245
-litdigit 8 125
-litdigit 9 24
-# Liblouis: Misc character definitions for Danish 6 dots (all grades)
-#
-# By Bue Vester-Andersen
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-#
-#------------
-# This file contains miscelaneous unicode character definitions used by 6 dots, all grades.
-# The aim is to include all unicode characters that have a meaningful 6 dots representation in Danish Braille.
-#
-# Most character definitions in this file have the noback flag set,
-# meaning they will not be used for back-translation.
-# This is due to the fact that many characters share the same Braille definition.
-# The characters used for back-translation are marked with (back) making them more searchable.
-# Where cp1252 and unicode overlap, the unicode version of a character is used for back-translation.
-#
-# Version: Bue Vester-Andersen 170604
-
-# CP1252 (\x0080-\x009f)
-noback sign \x0080 45-15 #EURO SIGN (0x80)
-noback punctuation \x0082 4 #Low single quote (0x82)
-noback sign \x0083 45-124 #Flurihn (0x83)
-noback punctuation \x0084 2356 #Low quote (0x84)
-noback punctuation \x0085 3-3-3 #Elipsis (0x85)
-noback math \x0089 245-356-356 #permille sign (0x89)
-noback uplow \x008a\x009a 5-234 #LATIN LETTER S WITH CARON (0x8a)
-noback punctuation \x008b 4 #SINGLE LEFT-POINTING ANGLE QUOTATION MARK (0x8b)
-noback uplow \x008c\x009c 135-15 #LATIN LIGATURE OE (0x8c)
-noback uplow \x008e\x009e 5-1356 #LATIN CAPITAL LETTER Z WITH CARON (0x8e)
-noback punctuation \x0091 4 #LEFT SINGLE QUOTATION MARK (0x91)
-noback punctuation \x0092 4 #RIGHT SINGLE QUOTATION MARK (0x92)
-noback punctuation \x0093 2356 #LEFT DOUBLE QUOTATION MARK (0x93)
-noback punctuation \x0094 2356 #RIGHT DOUBLE QUOTATION MARK (0x94)
-noback sign \x0095 45-3 #Bullit (0x95)
-noback sign \x0096 36-36 #EN DASH (0x96)
-noback sign \x0097 36-36 #Em DASH (0x97)
-noback sign \x0099 45-2345 #TRADE MARK SIGN (0x99)
-noback punctuation \x009b 4 #SINGLE RIGHT-POINTING ANGLE QUOTATION MARK (0x9b)
-noback uppercase \x009f 5-13456 #LATIN CAPITAL LETTER Y WITH DIAERESIS (0x9f)
-
-# Latin-1 Supplement (Unicode block) (\x00a0-\x00ff)
-noback punctuation \x00a0 0 NO-BREAK SPACE (0xa0)
-noback punctuation \x00a1 256 INVERTED EXCLAMATION MARK )0xa1)
-punctuation \x00a2 45-25 CENT SIGN (0xa2)
-punctuation \x00a3 45-123 POUND SIGN (0xa3)
-#punctuation \x00a4 2367 CURRENCY SIGN (0xa4)
-punctuation \x00a5 45-13456 YEN SIGN (0xa5)
-#punctuation \x00a6 3478 BROKEN BAR (0xa6)
-#punctuation \x00a8 6-56 DIAERESIS (0xa8)
-punctuation \x00a9 45-14 COPYRIGHT SIGN (0xa9)
-#letter \x00aa 234678 FEMININE ORDINAL INDICATOR (0xaa)
-noback punctuation \x00ab 2356 LEFT-POINTING DOUBLE ANGLE QUOTATION MARK (0xab)
-#punctuation \x00ac 34567 NOT SIGN (0xac)
-noback punctuation \x00ad 36 SOFT HYPHEN (0xad)
-punctuation \x00ae 45-1235 REGISTERED SIGN (0xae)
-#punctuation \x00af 23567 MACRON (0xaf)
-sign \x00b0 4-356 DEGREE SIGN (0xb0)
-noback math \x00b1 45-235-36 PLUS-MINUS SIGN
-digit \x00b2 346-12 SUPERSCRIPT TWO
-digit \x00b3 346-14 SUPERSCRIPT THREE
-noback punctuation \x00b4 4 ACUTE ACCENT
-sign \x00b5 5-134 MICRO SIGN
-#punctuation \x00b6 1234568 PILCROW SIGN
-#punctuation \x00b7 38 MIDDLE DOT
-#punctuation \x00b8 4678 CEDILLA
-digit \x00b9 346-1 SUPERSCRIPT ONE
-#letter \x00ba 12345678 MASCULINE ORDINAL INDICATOR
-noback punctuation \x00bb 2356 RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK
-noback sign \x00bc 3456-1-34-145 VULGAR FRACTION ONE QUARTER
-noback sign \x00bd 3456-1-34-12 VULGAR FRACTION ONE HALF
-noback sign \x00be 3456-14-34-145 VULGAR FRACTION THREE QUARTERS
-noback punctuation \x00bf 26 INVERTED QUESTION MARK
-uplow \x00c0\x00e0 5-1 LATIN LETTER A WITH GRAVE
-noback uplow \x00c1\x00e1 5-1 LATIN LETTER A WITH ACUTE
-noback uplow \x00c2\x00e2 5-1 LATIN LETTER A WITH CIRCUMFLEX
-noback uplow \x00c3\x00e3 5-1 LATIN LETTER A WITH TILDE
-noback uplow \x00c4\x00e4 345 LATIN LETTER A WITH DIAERESIS
-uplow \x00c7\x00e7 5-14 LATIN LETTER C WITH CEDILLA
-noback uplow \x00c8\x00e8 5-15 LATIN LETTER E WITH GRAVE
-uplow \x00c9\x00e9 5-15 LATIN LETTER E WITH ACUTE 
-noback uplow \x00ca\x00ea 5-15 LATIN LETTER E WITH CIRCUMFLEX
-noback uplow \x00cb\x00eb 5-15 LATIN LETTER E WITH DIAERESIS
-noback uplow \x00cc\x00ec 5-24 LATIN LETTER I WITH GRAVE
-noback uplow \x00cd\x00ed 5-24 LATIN LETTER I WITH ACUTE
-uplow \x00ce\x00ee 5-24 LATIN LETTER I WITH CIRCUMFLEX (first for back-translation)
-noback uplow \x00cf\x00ef 5-24 LATIN LETTER I WITH DIAERESIS
-uplow \x00d0\x00f0 5-145 LATIN LETTER ETH
-uplow \x00d1\x00f1 5-1345 LATIN LETTER N WITH TILDE
-noback uplow \x00d2\x00f2 5-135 LATIN LETTER O WITH GRAVE
-noback uplow \x00d3\x00f3 5-135 LATIN LETTER O WITH ACUTE
-uplow \x00d4\x00f4 5-135 LATIN LETTER O WITH CIRCUMFLEX (first for back-translation)
-noback uplow \x00d5\x00f5 5-135 LATIN LETTER O WITH TILDE
-noback uplow \x00d6\x00f6 246 LATIN LETTER O WITH DIAERESIS
-math \x00d7 45-3 MULTIPLICATION SIGN
-noback uplow \x00d9\x00f9 5-136 LATIN LETTER U WITH GRAVE
-noback uplow \x00da\x00fa 5-136 LATIN LETTER U WITH ACUTE
-uplow \x00db\x00fb 5-136 LATIN LETTER U WITH CIRCUMFLEX (first for back-translation
-uplow \x00dd\x00fd 5-13456 LATIN LETTER Y WITH ACUTE (infinite?)
-uplow \x00de\x00fe 5-2345 LATIN CAPITAL LETTER THORN
-noback lowercase \x00df 234-234 LATIN SMALL LETTER SHARP S
-math \x00f7 45-256 DIVISION SIGN
-
-# Latin Extended-A (\x0100-\x017f)
-
-noback uplow \x0100\x0101 5-1 Latin letter a with macron
-noback uplow \x0102\x0103 5-1 Latin letter a with breve
-noback uplow \x0104\x0105 5-1 Latin letter a with ogonek
-noback uplow \x0106\x0107 5-14 Latin letter c with acute
-noback uplow \x0108\x0109 5-14 Latin letter c with circumflex
-noback uplow \x010a\x010b 5-14 Latin letter c with dot above
-noback uplow \x010c\x010d 5-14 Latin letter c with caron
-noback uplow \x010e\x010f 5-145 Latin letter d with caron
-noback uplow \x0110\x0111 5-145 Latin letter d with stroke
-noback uplow \x0112\x0113 5-15 Latin letter e with macron
-noback uplow \x0114\x0115 5-15 Latin letter e with breve
-noback uplow \x0116\x0117 5-15 Latin letter e with dot above
-noback uplow \x0118\x0119 5-15 Latin letter e with ogonek
-noback uplow \x011a\x011b 5-15 Latin letter e with caron
-noback uplow \x011c\x011d 5-1245 Latin letter g with circumflex
-noback uplow \x011e\x011f 5-1245 Latin letter g with breve
-noback uplow \x0120\x0121 5-1245 Latin letter g with dot above
-noback uplow \x0122\x0123 5-1245 Latin letter g with cedilla
-noback uplow \x0124\x0125 5-125 Latin letter h with circumflex
-noback uplow \x0126\x0127 5-125 Latin letter h with stroke
-noback uplow \x0128\x0129 5-24 Latin letter i with tilde
-noback uplow \x012a\x012b 5-24 Latin letter i with macron
-noback uplow \x012c\x012d 5-24 Latin letter i with breve
-noback uplow \x012e\x012f 5-24 Latin letter i with ogonek
-noback uplow \x0130\x0131 5-24 Latin capital letter i with dot above / small dotless i
-noback uplow \x0132\x0133 24-245 Latin ligature ij
-noback uplow \x0134\x0135 5-245 Latin letter j with circumflex
-noback uplow \x0136\x0137 5-13 Latin letter k with cedilla
-noback lowercase \x0138 5-12345 Small latin letter kra (Greenlandic q)
-noback uplow \x0139\x013a 5-123 Latin letter l with acute
-noback uplow \x013b\x013c 5-123 Latin letter l with cedilla
-noback uplow \x013d\x013e 5-123 Latin letter l with caron
-noback uplow \x013f\x0140 5-123 Latin letter l with middle dot
-noback uplow \x0141\x0142 5-123 Latin letter l with stroke
-noback uplow \x0143\x0144 5-1345 Latin letter n with acute
-noback uplow \x0145\x0146 5-1345 Latin letter n with cedilla
-noback uplow \x0147\x0148 5-1345 Latin letter n with caron
-noback lowercase \x0149 4-1345 Latin small letter n preceeded by apostrophe
-noback uplow \x014a\x014b 5-1345 Latin letter eng
-noback uplow \x014c\x014d 5-135 Latin letter o with macron
-noback uplow \x014e\x014f 5-135 Latin letter o with breve
-noback uplow \x0150\x0151 5-135 Latin letter o with double acute
-noback uplow \x0152\x0153 135-15 #LATIN LIGATURE OE (0x8c)
-noback uplow \x0154\x0155 5-1235 Latin letter r with acute
-noback uplow \x0156\x0157 5-1235 Latin letter r with cedilla
-noback uplow \x0158\x0159 5-1235 Latin letter r with caron
-noback uplow \x015a\x015b 5-234 Latin letter s with acute
-noback uplow \x015c\x015d 5-234 Latin letter s with circumflex
-noback uplow \x015e\x015f 5-234 Latin letter s with cedilla
-uplow \x0160\x0161 5-234 #LATIN LETTER S WITH CARON (0x8a)
-noback uplow \x0162\x0163 5-2345 Latin letter t with cedilla
-noback uplow \x0164\x0165 5-2345 Latin letter t with caron
-noback uplow \x0166\x0167 5-2345 Latin letter t with stroke
-noback uplow \x0168\x0169 5-136 Latin letter u with tilde
-noback uplow \x016a\x016b 5-136 Latin letter u with macron
-noback uplow \x016c\x016d 5-136 Latin letter u with breve
-noback uplow \x016e\x016f 5-136 Latin letter u with ring above
-noback uplow \x0170\x0171 5-136 Latin letter u with double acute
-noback uplow \x0172\x0173 5-136 Latin letter u with ogonek
-noback uplow \x0174\x0175 5-2456 Latin letter w with circumflex
-noback uplow \x0176\x0177 5-13456 Latin letter y with circumflex
-uplow \x0178\x00ff 5-13456 #LATIN LETTER Y WITH DIAERESIS (0x9f)
-noback uplow \x0179\x017a 5-1356 Latin letter z with acute
-noback uplow \x017b\x017c 5-1356 Latin letter z with dot above
-uplow \x017d\x017e 5-1356 #LATIN LETTER Z WITH CARON (0x8e)
-noback lowercase \x017f 5-234 Latin small letter long s 
-
-# Latin Extended-B 
-
-
-sign \x0192 45-124 #Flurihn (0x83)
-#letter \x02c6 5678 #Modifier letter circumflex (0x88)
-noback sign \x02DC 45-6 #SMALL TILDE (0x98)
-
-# Greek letters (with dot 5 as prefix)
-
-noback uplow \x0386\x03AC 5-1 Greek letter alpha with tonos
-noback uplow \x0388\x03AD 5-15 Greek letter epsilon with tonos
-noback uplow \x0389\x03AE 5-345 Greek letter eta with tonos
-noback uplow \x038A\x03AF 5-24 Greek letter iota with sonos
-noback uplow \x038C\x03CC 5-135 Greek letter omicron with tonos
-noback uplow \x038E\x03CD 5-13456 Greek letter upsilon with tonos
-noback uplow \x038F\x03CE 5-245 Greek letter omega with tonos
-
-noback uplow \x0391\X03B1 5-1 Greek letter alpha
-noback uplow \x0392\X03B2 5-12 Greek letter beta
-noback uplow \x0393\X03B3 5-1245 Greek letter gamma
-noback uplow \x0394\X03B4 5-145 Greek letter delta
-noback uplow \x0395\X03B5 5-15 Greek letter epsilon
-noback uplow \x0396\X03B6 5-1356 Greek letter zeta
-noback uplow \x0397\X03B7 5-345 Greek letter eta
-noback uplow \x0398\X03B8 5-1456 Greek letter theta
-noback uplow \x0399\X03B9 5-24 Greek letter iota
-noback uplow \x039A\X03BA 5-13 Greek letter kappa
-noback uplow \x039B\X03BB 5-123 Greek letter lamda
-noback uplow \x039C\X03BC 5-134 Greek letter Mu
-noback uplow \x039D\X03BD 5-1345 Greek letter Nu
-noback uplow \x039E\X03BE 5-1346 Greek letter Xi
-noback uplow \x039F\X03BF 5-135 Greek letter Omicron
-noback uplow \x03A0\X03C0 5-1234 Greek letter Pi
-noback uplow \x03A1\X03C1 5-1235 Greek letter Rho
-noback uplow \x03A3\X03C3 5-234 Greek letter sigma
-noback uplow \x03A4\X03C4 5-2345			Greek letter Tau
-noback uplow \x03A5\X03C5 5-13456 Greek letter Upsilon
-noback uplow \x03A6\X03C6 5-124 Greek letter Phi
-noback uplow \x03A7\X03C7 5-125 Greek letter Chi
-noback uplow \x03A8\X03C8 5-12346 Greek letter Psi
-noback uplow \x03A9\X03C9 5-245 Greek letter Omega
-
-
-
-
-noback sign \x2013 36-36 #EN DASH (0x96)
-noback sign \x2014 36-36 #Em DASH (0x97)
-noback punctuation \x2018 4 #LEFT SINGLE QUOTATION MARK (0x91)
-noback punctuation \x2019 4 #RIGHT SINGLE QUOTATION MARK (0x92)
-noback punctuation \x201A 4 #Low single quote (0x82)
-noback punctuation \x201c 2356 #LEFT DOUBLE QUOTATION MARK (0x93)
-noback punctuation \x201d 2356 #RIGHT DOUBLE QUOTATION MARK (0x94)
-noback punctuation \x201E 2356 #Low quote (0x84)
-#letter \x2020 2357 #Dagger (0x86
-#letter \x2021 23578 #Double dagger (0x87
-sign \x2022 45-3 #Bullit (0x95)
-noback sign \x2023 45-3 #Triangular bullit
-noback punctuation \x2026 3-3-3 #Elipsis (0x85)
-math \x2030 245-356-356 #permille sign (0x89)
-noback punctuation \x2039 4 #SINGLE LEFT-POINTING ANGLE QUOTATION MARK (0x8b)
-noback punctuation \x203A 4 #SINGLE RIGHT-POINTING ANGLE QUOTATION MARK (0x9b)
-noback sign \x2043 45-3 # Hyphen bullet (0x95)
-noback sign \x204c 45-3 # BLACK LEFTWARDS BULLET 
-noback sign \x204d 45-3 # BLACK RIGHTWARDS BULLET 
-sign \x20AC 45-15 #EURO SIGN (0x80)
-sign \x2122 45-2345 #TRADE MARK SIGN (0x99)
-
-# Arrows
-
-sign \x2190 45-2456 Left arrow
-sign \x2191 45-12356 Up arrow
-sign \x2192 45-1235 Right arrow
-sign \x2193 45-12345 Down arrow
-
-# Geometrical shapes
-
-noback sign \x25e6 45-3 #White bullet
-# liblouis: Table for Septuagint and Greek New Testament in Unicode
-#
-# -----------
-#-display-name: Ancient Greek braille
-#
-#+locale:grc
-#
-# TODO: Please correct the metadata above. It is not meant to be
-# accurate nor complete. It hasn't been verified by the table
-# author yet. It is merely an attempt by the liblouis maintainers
-# to get some sensible initial values in place.
-#
-# TODO: Please add a reference to official documentation about
-# the implemented braille code. Preferably submit the documents
-# to https://github.com/liblouis/braille-specs.
-# ------------
-#
-#  Copyright (C) 2004-2008 ViewPlus Technologies, Inc. www.viewplus.com
-#  Copyright (C) 2004-2006 JJB Software, Inc. www.jjb-software.com
-#  Copyright (C) 2012 Mesar Hameed <mesar.hameed@gmail.com>
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-
-space \t 7 tab
-space \s 0 blank
-space \x000a 0 newline
-space \x000d 0 carriage return
-include loweredDigits6Dots.uti
-include latinLetterDef6Dots.uti
-punctuation , 6
-punctuation ; 56
-punctuation : 156
-punctuation . 46
-punctuation ! 2346
-punctuation " 5
-punctuation ' 3
-punctuation ( 12356
-punctuation ) 23456
-punctuation - 36
-sign _ 456
-math < 126
-math = 123456
-math > 345
-sign % 146
-math + 346
-math ~ 45
-sign ` 4
-sign & 12346
-sign $ 1246
-punctuation ? 1456
-punctuation { 246
-punctuation [ 2467
-punctuation } 12456
-punctuation ] 124567
-sign ^ 457
-sign @ 47
-sign # 3456
-sign \\ 12567
-sign | 1256
-math / 34
-sign * 16
-space \x00a0 9 unbreakable space
-
-punctuation \x2011 36
-punctuation \x2014 36-36
-punctuation \x2019 3
-punctuation \x201c 236
-punctuation \x201d 356
-
-# accented letters
-letter \x00e9 4-15
-letter \x00da 4-136
-letter \x00f6 4-135
-letter \x00e6 4-15
-letter \x00e0 4-1
-replace \x0088 # CHARACTER TABULATION SET 
-replace \x0089 # CHARACTER TABULATION WITH JUSTIFICATION 
-midnum \x0009 46
-always ? 56
-always / 0-456-34-0
-always // 0-456-34-34-0
-
-# Braille indicators
-
-numsign 3456  number sign, just a dots operand
-multind 56-6 letsign capsletter
-capsletter 6
-begcapsword 6-6
-endcapsword 6-3
-emphclass italic
-emphclass underline
-emphclass bold
-begemphphrase italic 46-46
-endemphphrase italic before 46
-lenemphphrase italic 4
-begemphphrase bold 456-456
-endemphphrase bold before 456
-lenemphphrase bold 4
-begcomp 456-346
-endcomp 456-156
-
-# the decimal digits
-include litdigits6Dots.uti
-
-# Letters are defined in en-chardefs
-# punctuation
-prepunc ( 2356
-postpunc ) 2356
-prepunc " 236
-postpunc " 356
-prepunc ' 6-236
-postpunc ' 356-3
-word 'em = 
-word 'tis =
-word 'twas =
-begnum # 4 print number sign before number
-midnum , 2
-postpunc , 2
-decpoint . 46
-midnum - 36
-hyphen - 36
-#capsnocont
-postpunc . 256
-postpunc ; 23
-midnum : 25
-postpunc : 25
-postpunc ! 235
-midnum / 34
-always / 456-34
-always < 5-13
-always = 46-13
-always > 46-2
-postpunc ? 236
-endnum % 4-356
-midnum ^ 45
-always ^ 456-126
-always ~ 4-156
-always & 456-12346
-midnum * 4-16
-always * 35-35
-always [ 456-12356
-always ] 456-23456
-always { 6-2356
-always } 2356-3
-prepunc ` 6-236
-always @ 4-1
-always \\ 456-16
-always | 456-1256
-always \s-\s 36-36
-always ... 3-3-3
-always .\s.\s. 3-3-3 . . .
-begnum $ 256
-always $ 256-3456
-
-# special character sequences
-compbrl :// URLs
-compbrl ()
-compbrl www.
-compbrl .com
-compbrl .edu
-compbrl .gov
-compbrl .mil
-compbrl .net
-compbrl .org
-# include countries.cti
-compbrl .doc
-compbrl .htm
-compbrl .html
-compbrl .tex
-compbrl .txt
-compbrl .gif
-compbrl .jpg
-compbrl .png
-compbrl .wav
-compbrl .tar
-compbrl .zip
-sign \x00A7 4-234 SECTION SIGN 
-sign \x00A9 12356-6-14-23456 COPYRIGHT SIGN 
-letter \x0391 6-1 GREEK CAPITAL LETTER ALPHA 03B1 
-letter \x0392 6-12 GREEK CAPITAL LETTER BETA 03B2 
-letter \x0393 6-1245 GREEK CAPITAL LETTER GAMMA 03B3 
-letter \x0394 6-145 GREEK CAPITAL LETTER DELTA 03B4 
-letter \x0395 6-15 GREEK CAPITAL LETTER EPSILON 03B5 
-letter \x0396 6-1356 GREEK CAPITAL LETTER ZETA 03B6 
-letter \x0397 6-126 GREEK CAPITAL LETTER ETA 03B7 
-letter \x0398 6-1456 GREEK CAPITAL LETTER THETA 03B8 
-letter \x0399 6-24 GREEK CAPITAL LETTER IOTA 03B9 
-letter \x039A 6-13 GREEK CAPITAL LETTER KAPPA 03BA 
-letter \x039B 6-123 GREEK CAPITAL LETTER LAMDA GREEK CAPITAL LETTER LAMBDA 03BB
-letter \x039C 6-134 GREEK CAPITAL LETTER MU 03BC 
-letter \x039D 6-1345 GREEK CAPITAL LETTER NU 03BD 
-letter \x039E 6-1346 GREEK CAPITAL LETTER XI 03BE 
-letter \x039F 6-135 GREEK CAPITAL LETTER OMICRON 03BF 
-letter \x03A0 6-1234 GREEK CAPITAL LETTER PI 03C0 
-letter \x03A1 6-1235 GREEK CAPITAL LETTER RHO 03C1 
-letter \x03A3 6-234 GREEK CAPITAL LETTER SIGMA 03C3 
-letter \x03A4 6-136 GREEK CAPITAL LETTER TAU 03C4 
-letter \x03A5 6-136 GREEK CAPITAL LETTER UPSILON 03C5 
-letter \x03A6 6-124 GREEK CAPITAL LETTER PHI 03C6 
-letter \x03A7 6-12346 GREEK CAPITAL LETTER CHI 03C7 
-letter \x03A8 6-1246 GREEK CAPITAL LETTER PSI 03C8 
-letter \x03A9 6-2456 GREEK CAPITAL LETTER OMEGA 03C9 
-letter \x03B1 1 GREEK SMALL LETTER ALPHA 0391 0391
-letter \x03B2 12 GREEK SMALL LETTER BETA 0392 0392
-letter \x03B3 1245 GREEK SMALL LETTER GAMMA 0393 0393
-letter \x03B4 145 GREEK SMALL LETTER DELTA 0394 0394
-letter \x03B5 15 GREEK SMALL LETTER EPSILON 0395 0395
-letter \x03B6 1356 GREEK SMALL LETTER ZETA 0396 0396
-letter \x03B7 156 GREEK SMALL LETTER ETA 0397 0397
-letter \x03B8 1456 GREEK SMALL LETTER THETA 0398 0398
-letter \x03B9 24 GREEK SMALL LETTER IOTA 0399 0399
-letter \x03BA 13 GREEK SMALL LETTER KAPPA 039A 039A
-letter \x03BB 123 GREEK SMALL LETTER LAMDA GREEK SMALL LETTER LAMBDA 039B 039
-letter \x03BC 134 GREEK SMALL LETTER MU 039C 039C
-letter \x03BD 1345 GREEK SMALL LETTER NU 039D 039D
-letter \x03BE 1346 GREEK SMALL LETTER XI 039E 039E
-letter \x03BF 135 GREEK SMALL LETTER OMICRON 039F 039F
-letter \x03C0 1234 GREEK SMALL LETTER PI 03A0 03A0
-letter \x03C1 1235 GREEK SMALL LETTER RHO 03A1 03A1
-letter \x03C2 234 GREEK SMALL LETTER FINAL SIGMA 03A3 03A3
-letter \x03C3 234 GREEK SMALL LETTER SIGMA 03A3 03A3
-letter \x03C4 2345 GREEK SMALL LETTER TAU 03A4 03A4
-letter \x03C5 136 GREEK SMALL LETTER UPSILON 03A5 03A5
-letter \x03C6 124 GREEK SMALL LETTER PHI 03A6 03A6
-letter \x03C7 12346 GREEK SMALL LETTER CHI 03A7 03A7
-letter \x03C8 125 GREEK SMALL LETTER PSI 03A8 03A8
-letter \x03C9 2456 GREEK SMALL LETTER OMEGA 03A9 03A9
-letter \x03ca 4-236 unknown
-letter \x03cb 4-236 unknown
-letter \x03D5 124 GREEK PHI SYMBOL 03C6 GREEK SMALL LETTER SCRIPT PHI 
-letter \x1F00 4-1 GREEK SMALL LETTER ALPHA WITH PSILI 03B1 0313 1F08 
-letter \x1F01 4-1 GREEK SMALL LETTER ALPHA WITH DASIA 03B1 0314 1F09 
-letter \x1F02 d-1 GREEK SMALL LETTER ALPHA WITH PSILI AND VARIA 1F00 
-letter \x1F03 4-1 GREEK SMALL LETTER ALPHA WITH DASIA AND VARIA 1F01 
-letter \x1F04 4-1 GREEK SMALL LETTER ALPHA WITH PSILI AND OXIA 1F00 
-letter \x1F05 4-1 GREEK SMALL LETTER ALPHA WITH DASIA AND OXIA 1F01 
-letter \x1F06 4-1 GREEK SMALL LETTER ALPHA WITH PSILI AND PERISPOMENI 
-letter \x1F07 4-1 GREEK SMALL LETTER ALPHA WITH DASIA AND PERISPOMENI 
-letter \x1F08 4-1 GREEK CAPITAL LETTER ALPHA WITH PSILI 0391 0313 1F00 
-# \x1F09 GREEK CAPITAL LETTER ALPHA WITH DASIA 0391 0314 1F01 
-# \x1F0A GREEK CAPITAL LETTER ALPHA WITH PSILI AND VARIA 1F08 0300 1
-# \x1F0B GREEK CAPITAL LETTER ALPHA WITH DASIA AND VARIA 1F09 0300 1
-# \x1F0C GREEK CAPITAL LETTER ALPHA WITH PSILI AND OXIA 1F08 0301 1F
-# \x1F0D GREEK CAPITAL LETTER ALPHA WITH DASIA AND OXIA 1F09 0301 1F
-# \x1F0E GREEK CAPITAL LETTER ALPHA WITH PSILI AND PERISPOMENI 1F08 0342 
-# \x1F0F GREEK CAPITAL LETTER ALPHA WITH DASIA AND PERISPOMENI 1F09 0342 
-letter \x1F10 4-15 GREEK SMALL LETTER EPSILON WITH PSILI 03B5 0313 1F18 
-letter \x1F11 4-15 GREEK SMALL LETTER EPSILON WITH DASIA 03B5 0314 1F19 
-letter \x1F12 4-15 GREEK SMALL LETTER EPSILON WITH PSILI AND VARIA 1F10 
-letter \x1F13 4-15 GREEK SMALL LETTER EPSILON WITH DASIA AND VARIA 1F11 
-letter \x1F14 4-15 GREEK SMALL LETTER EPSILON WITH PSILI AND OXIA 1F10 
-letter \x1F15 4-15 GREEK SMALL LETTER EPSILON WITH DASIA AND OXIA 1F11 
-# \x1F18 GREEK CAPITAL LETTER EPSILON WITH PSILI 0395 0313 1F10 
-# \x1F19 GREEK CAPITAL LETTER EPSILON WITH DASIA 0395 0314 1F11 
-# \x1F1A GREEK CAPITAL LETTER EPSILON WITH PSILI AND VARIA 1F18 0300 
-# \x1F1B GREEK CAPITAL LETTER EPSILON WITH DASIA AND VARIA 1F19 0300 
-# \x1F1C GREEK CAPITAL LETTER EPSILON WITH PSILI AND OXIA 1F18 0301 
-# \x1F1D GREEK CAPITAL LETTER EPSILON WITH DASIA AND OXIA 1F19 0301 
-letter \x1F20 4-15 GREEK SMALL LETTER ETA WITH PSILI 03B7 0313 1F28 
-letter \x1F21 4-156 GREEK SMALL LETTER ETA WITH DASIA 03B7 0314 1F29 
-letter \x1F22 4-15 GREEK SMALL LETTER ETA WITH PSILI AND VARIA 1F20 
-letter \x1F23 4-156 GREEK SMALL LETTER ETA WITH DASIA AND VARIA 1F21 
-letter \x1F24 4-156 GREEK SMALL LETTER ETA WITH PSILI AND OXIA 1F20 0301 
-letter \x1F25 4-156 GREEK SMALL LETTER ETA WITH DASIA AND OXIA 1F21 0301 
-letter \x1F26 4-156 GREEK SMALL LETTER ETA WITH PSILI AND PERISPOMENI 
-letter \x1F27 4-15 GREEK SMALL LETTER ETA WITH DASIA AND PERISPOMENI 
-# \x1F28 GREEK CAPITAL LETTER ETA WITH PSILI 0397 0313 1F20 
-# \x1F29 GREEK CAPITAL LETTER ETA WITH DASIA 0397 0314 1F21 
-# \x1F2A GREEK CAPITAL LETTER ETA WITH PSILI AND VARIA 1F28 0300 1F2
-# \x1F2B GREEK CAPITAL LETTER ETA WITH DASIA AND VARIA 1F29 0300 1F2
-# \x1F2C GREEK CAPITAL LETTER ETA WITH PSILI AND OXIA 1F28 0301 1F24
-# \x1F2D GREEK CAPITAL LETTER ETA WITH DASIA AND OXIA 1F29 0301 1F25
-# \x1F2E GREEK CAPITAL LETTER ETA WITH PSILI AND PERISPOMENI 1F28 0342 
-# \x1F2F GREEK CAPITAL LETTER ETA WITH DASIA AND PERISPOMENI 1F29 0342 
-letter \x1F30 4-24 GREEK SMALL LETTER IOTA WITH PSILI 03B9 0313 1F38 
-letter \x1F31 4-24 GREEK SMALL LETTER IOTA WITH DASIA 03B9 0314 1F39 
-letter \x1F32 4-24 GREEK SMALL LETTER IOTA WITH PSILI AND VARIA 1F30 
-letter \x1F33 4-24 GREEK SMALL LETTER IOTA WITH DASIA AND VARIA 1F31 
-letter \x1F34 4-24 GREEK SMALL LETTER IOTA WITH PSILI AND OXIA 1F30 
-letter \x1F35 4-24 GREEK SMALL LETTER IOTA WITH DASIA AND OXIA 1F31 
-letter \x1F36 4-24 GREEK SMALL LETTER IOTA WITH PSILI AND PERISPOMENI 
-letter \x1F37 4-24 GREEK SMALL LETTER IOTA WITH DASIA AND PERISPOMENI 
-# \x1F38 GREEK CAPITAL LETTER IOTA WITH PSILI 0399 0313 1F30 
-# \x1F39 GREEK CAPITAL LETTER IOTA WITH DASIA 0399 0314 1F31 
-# \x1F3A GREEK CAPITAL LETTER IOTA WITH PSILI AND VARIA 1F38 0300 1F
-# \x1F3B GREEK CAPITAL LETTER IOTA WITH DASIA AND VARIA 1F39 0300 1F
-# \x1F3C GREEK CAPITAL LETTER IOTA WITH PSILI AND OXIA 1F38 0301 1F3
-# \x1F3D GREEK CAPITAL LETTER IOTA WITH DASIA AND OXIA 1F39 0301 1F3
-# \x1F3E GREEK CAPITAL LETTER IOTA WITH PSILI AND PERISPOMENI 1F38 0342 N
-# \x1F3F GREEK CAPITAL LETTER IOTA WITH DASIA AND PERISPOMENI 1F39 0342 N
-letter \x1F40 4-135 GREEK SMALL LETTER OMICRON WITH PSILI 03BF 0313 
-letter \x1F41 4-135 GREEK SMALL LETTER OMICRON WITH DASIA 03BF 0314 
-letter \x1F42 4-135 GREEK SMALL LETTER OMICRON WITH PSILI AND VARIA 
-letter \x1F43 4-135 GREEK SMALL LETTER OMICRON WITH DASIA AND VARIA 
-letter \x1F44 4-135 GREEK SMALL LETTER OMICRON WITH PSILI AND OXIA 1F40 
-letter \x1F45 4-135 GREEK SMALL LETTER OMICRON WITH DASIA AND OXIA 1F41 
-# \x1F48 GREEK CAPITAL LETTER OMICRON WITH PSILI 039F 0313 1F40 
-# \x1F49 GREEK CAPITAL LETTER OMICRON WITH DASIA 039F 0314 1F41 
-# \x1F4A GREEK CAPITAL LETTER OMICRON WITH PSILI AND VARIA 1F48 0300 
-# \x1F4B GREEK CAPITAL LETTER OMICRON WITH DASIA AND VARIA 1F49 0300 
-# \x1F4C GREEK CAPITAL LETTER OMICRON WITH PSILI AND OXIA 1F48 0301 
-# \x1F4D GREEK CAPITAL LETTER OMICRON WITH DASIA AND OXIA 1F49 0301 
-letter \x1F50 4-136 GREEK SMALL LETTER UPSILON WITH PSILI 03C5 0313 
-letter \x1F51 4-136 GREEK SMALL LETTER UPSILON WITH DASIA 03C5 0314 
-letter \x1F52 4-136 GREEK SMALL LETTER UPSILON WITH PSILI AND VARIA 
-letter \x1F53 4-136 GREEK SMALL LETTER UPSILON WITH DASIA AND VARIA 1F51 
-letter \x1F54 4-136 GREEK SMALL LETTER UPSILON WITH PSILI AND OXIA 1F50 
-letter \x1F55 4-136 GREEK SMALL LETTER UPSILON WITH DASIA AND OXIA 1F51 
-letter \x1F56 4-136 GREEK SMALL LETTER UPSILON WITH PSILI AND 
-letter \x1F57 4-136 GREEK SMALL LETTER UPSILON WITH DASIA AND 
-# PERISPOMENI 1F51 0342 
-# \x1F59 GREEK CAPITAL LETTER UPSILON WITH DASIA 03A5 0314 1F51 
-# \x1F5B GREEK CAPITAL LETTER UPSILON WITH DASIA AND VARIA 1F59 0300 
-# \x1F5D GREEK CAPITAL LETTER UPSILON WITH DASIA AND OXIA 1F59 0301 
-# \x1F5F GREEK CAPITAL LETTER UPSILON WITH DASIA AND PERISPOMENI 1F59 0342 
-letter \x1F60 4-135 GREEK SMALL LETTER OMEGA WITH PSILI 03C9 0313 1F68 
-letter \x1F61 4-2456 GREEK SMALL LETTER OMEGA WITH DASIA 03C9 0314 1F69 
-letter \x1F62 4-2456 GREEK SMALL LETTER OMEGA WITH PSILI AND VARIA 1F60 
-letter \x1F63 4-2456 GREEK SMALL LETTER OMEGA WITH DASIA AND VARIA 1F61 
-letter \x1F64 4-2456 GREEK SMALL LETTER OMEGA WITH PSILI AND OXIA 1F60 
-letter \x1F65 4-2456 GREEK SMALL LETTER OMEGA WITH DASIA AND OXIA 1F61 
-letter \x1F66 4-2456 GREEK SMALL LETTER OMEGA WITH PSILI AND PERISPOMENI 
-letter \x1F67 4-2456 GREEK SMALL LETTER OMEGA WITH DASIA AND PERISPOMENI 
-# \x1F68 GREEK CAPITAL LETTER OMEGA WITH PSILI 03A9 0313 1F60 
-# \x1F69 GREEK CAPITAL LETTER OMEGA WITH DASIA 03A9 0314 1F61 
-# \x1F6A GREEK CAPITAL LETTER OMEGA WITH PSILI AND VARIA 1F68 0300 1
-# \x1F6B GREEK CAPITAL LETTER OMEGA WITH DASIA AND VARIA 1F69 0300 1
-# \x1F6C GREEK CAPITAL LETTER OMEGA WITH PSILI AND OXIA 1F68 0301 1F
-# \x1F6D GREEK CAPITAL LETTER OMEGA WITH DASIA AND OXIA 1F69 0301 1F
-# \x1F6E GREEK CAPITAL LETTER OMEGA WITH PSILI AND PERISPOMENI 1F68 0342 
-# \x1F6F GREEK CAPITAL LETTER OMEGA WITH DASIA AND PERISPOMENI 1F69 0342 
-letter \x1F70 4-1 GREEK SMALL LETTER ALPHA WITH VARIA 03B1 0300 1FBA 
-letter \x1F71 4-1 GREEK SMALL LETTER ALPHA WITH OXIA 03AC 1FBB 1FBB
-letter \x1F72 4-15 GREEK SMALL LETTER EPSILON WITH VARIA 03B5 0300 1FC8 
-letter \x1F73 4-15 GREEK SMALL LETTER EPSILON WITH OXIA 03AD 1FC9 1FC9
-letter \x1F74 4-156 GREEK SMALL LETTER ETA WITH VARIA 03B7 0300 1FCA 
-letter \x1F75 4-156 GREEK SMALL LETTER ETA WITH OXIA 03AE 1FCB 1FCB
-letter \x1F76 4-24 GREEK SMALL LETTER IOTA WITH VARIA 03B9 0300 1FDA 
-letter \x1F77 4-24 GREEK SMALL LETTER IOTA WITH OXIA 03AF 1FDB 1FDB
-letter \x1F78 4-135 GREEK SMALL LETTER OMICRON WITH VARIA 03BF 0300 
-letter \x1F79 4-135 GREEK SMALL LETTER OMICRON WITH OXIA 03CC 1FF9 1FF9
-letter \x1F7A 4-136 GREEK SMALL LETTER UPSILON WITH VARIA 03C5 0300 
-letter \x1F7B 4-136 GREEK SMALL LETTER UPSILON WITH OXIA 03CD 1FEB 1FEB
-letter \x1F7C 4-135 GREEK SMALL LETTER OMEGA WITH VARIA 03C9 0300 1FFA 
-letter \x1F7D 4-2456 GREEK SMALL LETTER OMEGA WITH OXIA 03CE 1FFB 1FFB
-letter \x1F80 4-1 GREEK SMALL LETTER ALPHA WITH PSILI AND YPOGEGRAMMENI 
-letter \x1F81 4-1 GREEK SMALL LETTER ALPHA WITH DASIA AND YPOGEGRAMMENI 
-letter \x1F82 4-1 GREEK SMALL LETTER ALPHA WITH PSILI AND VARIA AND 
-# YPOGEGRAMMENI 1F0
-letter \x1F83 4-1 GREEK SMALL LETTER ALPHA WITH DASIA AND VARIA AND 
-# YPOGEGRAMMENI 1F0
-letter \x1F84 4-1 GREEK SMALL LETTER ALPHA WITH PSILI AND OXIA AND 
-# YPOGEGRAMMENI 1F04
-letter \x1F85 4-1 GREEK SMALL LETTER ALPHA WITH DASIA AND OXIA AND 
-# YPOGEGRAMMENI 1F05
-letter \x1F86 4-1 GREEK SMALL LETTER ALPHA WITH PSILI AND PERISPOMENI 
-# AND YPOGEGRAMMENI Ll 0
-letter \x1F87 4-1 GREEK SMALL LETTER ALPHA WITH DASIA AND PERISPOMENI 
-# AND YPOGEGRAMMENI Ll 0
-# \x1F88 GREEK CAPITAL LETTER ALPHA WITH PSILI AND PROSGEGRAMMENI Lt 1F08 0345 
-# \x1F89 GREEK CAPITAL LETTER ALPHA WITH DASIA AND PROSGEGRAMMENI Lt 1F09 0345 
-# \x1F8A GREEK CAPITAL LETTER ALPHA WITH PSILI AND VARIA AND PROSGEGRAMMENI Lt 
-# \x1F8B GREEK CAPITAL LETTER ALPHA WITH DASIA AND VARIA AND PROSGEGRAMMENI Lt 
-# \x1F8C GREEK CAPITAL LETTER ALPHA WITH PSILI AND OXIA AND PROSGEGRAMMENI Lt 1
-# \x1F8D GREEK CAPITAL LETTER ALPHA WITH DASIA AND OXIA AND PROSGEGRAMMENI Lt 1
-# \x1F8E GREEK CAPITAL LETTER ALPHA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI L
-# \x1F8F GREEK CAPITAL LETTER ALPHA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI L
-letter \x1F90 4-156 GREEK SMALL LETTER ETA WITH PSILI AND YPOGEGRAMMENI 
-letter \x1F91 4-156 GREEK SMALL LETTER ETA WITH DASIA AND YPOGEGRAMMENI 
-letter \x1F92 4-156 GREEK SMALL LETTER ETA WITH PSILI AND VARIA AND 
-# YPOGEGRAMMENI 1F22 
-letter \x1F93 4-156 GREEK SMALL LETTER ETA WITH DASIA AND VARIA AND 
-# YPOGEGRAMMENI 1F23 
-letter \x1F94 4-156 GREEK SMALL LETTER ETA WITH PSILI AND OXIA AND 
-# YPOGEGRAMMENI 1F24 0
-letter \x1F95 4-156 GREEK SMALL LETTER ETA WITH DASIA AND OXIA AND 
-# YPOGEGRAMMENI 1F25 0
-letter \x1F96 4-156 GREEK SMALL LETTER ETA WITH PSILI AND PERISPOMENI 
-# AND YPOGEGRAMMENI 
-letter \x1F97 4-156 GREEK SMALL LETTER ETA WITH DASIA AND PERISPOMENI 
-# AND YPOGEGRAMMENI 
-# \x1F98 GREEK CAPITAL LETTER ETA WITH PSILI AND PROSGEGRAMMENI Lt 1F28 0345 
-# \x1F99 GREEK CAPITAL LETTER ETA WITH DASIA AND PROSGEGRAMMENI Lt 1F29 0345 
-# \x1F9A GREEK CAPITAL LETTER ETA WITH PSILI AND VARIA AND PROSGEGRAMMENI Lt 1F
-# \x1F9B GREEK CAPITAL LETTER ETA WITH DASIA AND VARIA AND PROSGEGRAMMENI Lt 1F
-# \x1F9C GREEK CAPITAL LETTER ETA WITH PSILI AND OXIA AND PROSGEGRAMMENI Lt 1F2
-# \x1F9D GREEK CAPITAL LETTER ETA WITH DASIA AND OXIA AND PROSGEGRAMMENI Lt 1F2
-# \x1F9E GREEK CAPITAL LETTER ETA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI Lt 
-# \x1F9F GREEK CAPITAL LETTER ETA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI Lt 
-letter \x1FA0 4-135 GREEK SMALL LETTER OMEGA WITH PSILI AND 
-# YPOGEGRAMMENI 1F60 0345 
-letter \x1FA1 4-135 GREEK SMALL LETTER OMEGA WITH DASIA AND 
-# YPOGEGRAMMENI 1F61 0345 
-letter \x1FA2 4-135 GREEK SMALL LETTER OMEGA WITH PSILI AND VARIA AND 
-# YPOGEGRAMMENI 1F6
-letter \x1FA3 4-135 GREEK SMALL LETTER OMEGA WITH DASIA AND VARIA AND 
-# YPOGEGRAMMENI 1F6
-letter \x1FA4 4-135 GREEK SMALL LETTER OMEGA WITH PSILI AND OXIA AND 
-# YPOGEGRAMMENI 1F64
-letter \x1FA5 4-135 GREEK SMALL LETTER OMEGA WITH DASIA AND OXIA AND 
-# YPOGEGRAMMENI 1F65
-letter \x1FA6 4-135 GREEK SMALL LETTER OMEGA WITH PSILI AND PERISPOMENI 
-# AND YPOGEGRAMMENI Ll 0
-letter \x1FA7 4-135 GREEK SMALL LETTER OMEGA WITH DASIA AND PERISPOMENI 
-# AND YPOGEGRAMMENI Ll 0
-# \x1FA8 GREEK CAPITAL LETTER OMEGA WITH PSILI AND PROSGEGRAMMENI Lt 1F68 0345 
-# \x1FA9 GREEK CAPITAL LETTER OMEGA WITH DASIA AND PROSGEGRAMMENI Lt 1F69 0345 
-# \x1FAA GREEK CAPITAL LETTER OMEGA WITH PSILI AND VARIA AND PROSGEGRAMMENI Lt 
-# \x1FAB GREEK CAPITAL LETTER OMEGA WITH DASIA AND VARIA AND PROSGEGRAMMENI Lt 
-# \x1FAC GREEK CAPITAL LETTER OMEGA WITH PSILI AND OXIA AND PROSGEGRAMMENI Lt 1
-# \x1FAD GREEK CAPITAL LETTER OMEGA WITH DASIA AND OXIA AND PROSGEGRAMMENI Lt 1
-# \x1FAE GREEK CAPITAL LETTER OMEGA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI L
-# \x1FAF GREEK CAPITAL LETTER OMEGA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI L
-# \x1FB0 GREEK SMALL LETTER ALPHA WITH VRACHY 03B1 0306 1FB8 1FB8
-# \x1FB1 GREEK SMALL LETTER ALPHA WITH MACRON 03B1 0304 1FB9 1FB9
-# \x1FB2 GREEK SMALL LETTER ALPHA WITH VARIA AND YPOGEGRAMMENI 1F70 0345 
-letter \x1FB3 4-1 GREEK SMALL LETTER ALPHA WITH YPOGEGRAMMENI 03B1 0345 
-letter \x1FB4 4-1 GREEK SMALL LETTER ALPHA WITH OXIA AND YPOGEGRAMMENI 
-letter \x1FB6 4-1 GREEK SMALL LETTER ALPHA WITH PERISPOMENI 03B1 0342 
-letter \x1FB7 4-1 GREEK SMALL LETTER ALPHA WITH PERISPOMENI AND 
-# YPOGEGRAMMENI 1FB6 03
-# \x1FB8 GREEK CAPITAL LETTER ALPHA WITH VRACHY 0391 0306 1FB0 
-# \x1FB9 GREEK CAPITAL LETTER ALPHA WITH MACRON 0391 0304 1FB1 
-# \x1FBA GREEK CAPITAL LETTER ALPHA WITH VARIA 0391 0300 1F70 
-# \x1FBB GREEK CAPITAL LETTER ALPHA WITH OXIA 0386 1F71 
-# \x1FBC GREEK CAPITAL LETTER ALPHA WITH PROSGEGRAMMENI Lt 0391 0345 1F
-# \x1FBD GREEK KORONIS 0020 0313 
-# \x1FBE GREEK PROSGEGRAMMENI 03B9 0399 0399
-# \x1FBF GREEK PSILI 0020 0313 
-# \x1FC0 GREEK PERISPOMENI 0020 0342 
-# \x1FC1 GREEK DIALYTIKA AND PERISPOMENI 00A8 0342 
-letter \x1FC2 4-156 GREEK SMALL LETTER ETA WITH VARIA AND YPOGEGRAMMENI 
-letter \x1FC3 4-156 GREEK SMALL LETTER ETA WITH YPOGEGRAMMENI 03B7 0345 
-letter \x1FC4 4-156 GREEK SMALL LETTER ETA WITH OXIA AND YPOGEGRAMMENI 
-letter \x1FC6 4-156 GREEK SMALL LETTER ETA WITH PERISPOMENI 03B7 0342 
-letter \x1FC7 4-156 GREEK SMALL LETTER ETA WITH PERISPOMENI AND 
-# YPOGEGRAMMENI 1FC6 0345
-# \x1FC8 GREEK CAPITAL LETTER EPSILON WITH VARIA 0395 0300 1F72 
-# \x1FC9 GREEK CAPITAL LETTER EPSILON WITH OXIA 0388 1F73 
-# \x1FCA GREEK CAPITAL LETTER ETA WITH VARIA 0397 0300 1F74 
-# \x1FCB GREEK CAPITAL LETTER ETA WITH OXIA 0389 1F75 
-# \x1FCC GREEK CAPITAL LETTER ETA WITH PROSGEGRAMMENI Lt 0397 0345 1FC3
-# \x1FCD GREEK PSILI AND VARIA 1FBF 0300 
-# \x1FCE GREEK PSILI AND OXIA 1FBF 0301 
-# \x1FCF GREEK PSILI AND PERISPOMENI 1FBF 0342 
-letter \x1FD0 4-24 GREEK SMALL LETTER IOTA WITH VRACHY 03B9 0306 1FD8 
-letter \x1FD1 4-24 GREEK SMALL LETTER IOTA WITH MACRON 03B9 0304 1FD9 
-letter \x1FD2 4-24 GREEK SMALL LETTER IOTA WITH DIALYTIKA AND VARIA 
-letter \x1FD3 4-24 GREEK SMALL LETTER IOTA WITH DIALYTIKA AND OXIA 0390 
-letter \x1FD6 4-24 GREEK SMALL LETTER IOTA WITH PERISPOMENI 03B9 0342 
-# \x1FD7 GREEK SMALL LETTER IOTA WITH DIALYTIKA AND PERISPOMENI 03CA 0342 
-# \x1FD8 GREEK CAPITAL LETTER IOTA WITH VRACHY 0399 0306 1FD0 
-# \x1FD9 GREEK CAPITAL LETTER IOTA WITH MACRON 0399 0304 1FD1 
-# \x1FDA GREEK CAPITAL LETTER IOTA WITH VARIA 0399 0300 1F76 
-# \x1FDB GREEK CAPITAL LETTER IOTA WITH OXIA 038A 1F77 
-# \x1FDD GREEK DASIA AND VARIA 1FFE 0300 
-# \x1FDE GREEK DASIA AND OXIA 1FFE 0301 
-# \x1FDF GREEK DASIA AND PERISPOMENI 1FFE 0342 
-letter \x1FE0 4-136 GREEK SMALL LETTER UPSILON WITH VRACHY 03C5 0306 
-letter \x1FE1 4-136 GREEK SMALL LETTER UPSILON WITH MACRON 03C5 0304 
-letter \x1FE2 4-136 GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND VARIA 
-letter \x1FE3 4-136 GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND OXIA 
-letter \x1FE4 4-1235 GREEK SMALL LETTER RHO WITH PSILI 03C1 0313 
-letter \x1FE5 4-1235 GREEK SMALL LETTER RHO WITH DASIA 03C1 0314 1FEC 
-letter \x1FE6 4-136 GREEK SMALL LETTER UPSILON WITH PERISPOMENI 03C5 
-# \x1FE7 GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND PERISPOMENI 03CB 0342
-# \x1FE8 GREEK CAPITAL LETTER UPSILON WITH VRACHY 03A5 0306 1FE0 
-# \x1FE9 GREEK CAPITAL LETTER UPSILON WITH MACRON 03A5 0304 1FE1 
-# \x1FEA GREEK CAPITAL LETTER UPSILON WITH VARIA 03A5 0300 1F7A 
-# \x1FEB GREEK CAPITAL LETTER UPSILON WITH OXIA 038E 1F7B 
-# \x1FEC GREEK CAPITAL LETTER RHO WITH DASIA 03A1 0314 1FE5 
-# \x1FED GREEK DIALYTIKA AND VARIA 00A8 0300 
-# \x1FEE GREEK DIALYTIKA AND OXIA 0385 
-# \x1FEF GREEK VARIA 0060 
-letter \x1FF2 4-135 GREEK SMALL LETTER OMEGA WITH VARIA AND 
-# YPOGEGRAMMENI 1F7C 0345 
-letter \x1FF3 4-135 GREEK SMALL LETTER OMEGA WITH YPOGEGRAMMENI 03C9 
-letter \x1FF4 4-2456 GREEK SMALL LETTER OMEGA WITH OXIA AND 
-# YPOGEGRAMMENI 03CE 0345 N
-letter \x1FF6 4-135 GREEK SMALL LETTER OMEGA WITH PERISPOMENI 03C9 0342 
-letter \x1FF7 4-2456 GREEK SMALL LETTER OMEGA WITH PERISPOMENI AND 
-# YPOGEGRAMMENI 1FF6 03
-# \x1FF8 GREEK CAPITAL LETTER OMICRON WITH VARIA 039F 0300 1F78 
-# \x1FF9 GREEK CAPITAL LETTER OMICRON WITH OXIA 038C 1F79 
-# \x1FFA GREEK CAPITAL LETTER OMEGA WITH VARIA 03A9 0300 1F7C 
-# \x1FFB GREEK CAPITAL LETTER OMEGA WITH OXIA 038F 1F7D 
-# \x1FFC GREEK CAPITAL LETTER OMEGA WITH PROSGEGRAMMENI Lt 03A9 0345 1F
-# \x1FFD GREEK OXIA 00B4 
-# \x1FFE GREEK DASIA 0020 0314 
-
-# Miscellaneous
-noback sign \X25CF 16	# 9679 black circle
-# liblouis: Welsh Grade 2 Braille Contraction Table
-#
-#  Copyright (C) 2004-2008 ViewPlus Technologies, Inc. www.viewplus.com
-#  Copyright (C) 2004-2006 JJB Software, Inc. www.jjb-software.com
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-
-# Created by Tom Johnston <tom.johnston@accessibilityconsulting.co.uk>. 
-
-include cy-cy-g1.utb
-
-# the letter a
-word a 1
-word anghofio 1-1345-1245-125
-always ar 345
-word arbennig 345-12-15-1345-1345-24-1245
-always arh 1-1235-125
-
-#the letter b
-word beth 12
-always blwyddyn 12-123
-always braille 12-1235-123
-word byddai 12-145-145
-
-#the letter c
-word cael 14
-always cyrraedd 456-14
-
-#the letter ch
-word chwarae 16
-always chwerthin 5-16
-
-#the letter d
-always dechrau 145-16-1235
-word diolch 145-16
-always diwedd 145-2456
-word diwethaf 145-2456-1456
-always dydd 5-145
-word dyma 145
-
-#the letter dd
-word ddoe 145-145
-
-#the letter e
-always ed 1246
-always edd 15-145-145
-word ef 15
-word efallai 15-124-123-123
-always eisiau 15-24-234
-always eistedd 5-15
-always en 26
-always er 12456
-always erh 15-1235-125
-
-#the letter f
-word fel 124
-always fyny 5-124
-
-#the letter ff
-word ffordd 124-124
-always ffrind 124-124-1235
-
-#the letter g
-always gorffen 1245-1235-124-124
-always gweithio 456-1245
-word gwelwch 1245-2456
-word gwneud 1245-1345-145
-word gwybod 1245-2456-12
-word gyda 1245
-
-#the letter h
-always heddiw 5-125
-always hefyd 456-125
-word hoffi 125
-word hynny 125-1345
-
-#the letter i
-word i 24
-endword iaeth 56-1456
-endword iaid 46-145
-endword ion 46-1345
-always in 35
-
-#the letter l
-word lawr 123
-
-#the letter ll
-word llawer 123-123
-always llythr 123-123-1235
-
-#the letter m
-word mae 134
-word meddai 134-145-145
-always meddwl 456-134
-always mynd 5-134
-
-#the letter n
-word neithiwr 1345-1456
-always newydd 5-1345
-word nid 1345
-
-#the letter o
-word o 135
-always o'r\sgloch 135-3-1235-0-1245-123
-word oedd 5-135
-always of 12356
-always off 135-124-124
-word oherwydd 135-125-2456
-always ow 135-2456
-
-#the letter p
-word penderfynu 1234-26-145 #the letter p
-always pethau 1234-1456-136
-word plant 1234-123
-always plentyn 5-1234
-word pobl 1234
-always prynhawn 1234-1235-125
-
-#the letter r
-word roedd 1235
-endword rwydd 56-145-145
-
-#the letter rh
-word rhai 1235-125
-always rhaid 5-1235-125
-word rhyw 1235-125-2456
-word rhywbeth 1235-125-2456-12
-word rhywbryd 1235-125-2456-12-1235
-word rhywfaint 1235-125-2456-124-2345
-word rhywfodd 1235-125-2456-124
-word rhywle 1235-125-2456-123
-word rhywun 1235-125-2456-136
-
-#the letter s
-always siarad 5-234
-always st 34
-always sth 234-1456
-always stori 34
-word sydd 234
-always sylweddoli 456-234
-
-#the letter t
-word trwy 2345
-always tywydd 5-2345
-
-#the letter u
-always uchel 5-136
-word unig 136
-word uwchben 136-2456-12
-
-#the letter w
-endword waith 46-1456
-word wedi 2456
-always wedyn 456-2456
-always wrth 5-2456
-word weithiau 2456-1456-136
-
-#the letter y
-word y 13456
-endword yddes 56-234
-always ysgol 5-13456
-word ysgrifennu 13456-234-1245
-
-# Système International Prefixes
-begword yotta 13456-135-2345-2345-1 10^24
-begword zetta 1356-15-2345-2345-1 10^21
- begword exa 15-1346-1 10^18
-begword peta 1234-15-2345-1 10^15
-begword tera 2345-12456-1 10^12
-begword giga 1245-24-1245-1 10^9
-begword mega 134-15-1245-1 10^6
-begword kilo 13-24-123-135 10^3
-begword hecto 125-15-14-2345-135 10^2
-begword deca 145-15-14-1 10^1
-begword deci 145-15-14-24 10^-1
-begword centi 14-26-2345-24 10^-2
-begword milli 134-24-123-123-24 10^-3
-begword micro 134-24-14-1235-135 10^-6
-begword nano 1345-1-1345-135 10^-9
-begword pico 1234-24-14-135 10^-12
-begword femto 124-15-134-2345-135 10^-15
-begword atto 1-2345-2345-135 10^-18
-begword zepto 1356-15-1234-2345-135 10^-21
-begword yocto 13456-135-14-2345-135 10^-24
-
-#
-# Copyright (C) 1995-2008 by The BRLTTY Developers.
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-
-# BRLTTY Text Table - Gaelic
-#
-# Samuel Thibault <samuel.thibault@ens-lyon.org>
-# 
-# This table is based on the Unesco report on the progress of unification of
-# braille writing « L'ÉCRITURE BRAILLE DANS LE MONDE », by Sir Clutha
-# MACKENZIE: http://unesdoc.unesco.org/images/0013/001352/135251fo.pdf
-# The document is dated 1954, so this table may be quite outdated.
-
-# generated by ttbtest
-space \s 0		SPACE
-punctuation ! 235		EXCLAMATION MARK
-punctuation " 2356		QUOTATION MARK
-punctuation ' 3		APOSTROPHE
-punctuation ( 236		LEFT PARENTHESIS
-punctuation ) 356		RIGHT PARENTHESIS
-punctuation , 2		COMMA
-punctuation - 36		HYPHEN-MINUS
-punctuation . 256		FULL STOP
-include digits8Dots.uti
-punctuation : 25		COLON
-punctuation ; 23		SEMICOLON
-punctuation ? 236		QUESTION MARK
-uppercase A 17		LATIN CAPITAL LETTER A
-uppercase B 127		LATIN CAPITAL LETTER B
-uppercase C 147		LATIN CAPITAL LETTER C
-uppercase D 1457		LATIN CAPITAL LETTER D
-uppercase E 157		LATIN CAPITAL LETTER E
-uppercase F 1247		LATIN CAPITAL LETTER F
-uppercase G 12457		LATIN CAPITAL LETTER G
-uppercase H 1257		LATIN CAPITAL LETTER H
-uppercase I 247		LATIN CAPITAL LETTER I
-uppercase J 2457		LATIN CAPITAL LETTER J
-uppercase K 137		LATIN CAPITAL LETTER K
-uppercase L 1237		LATIN CAPITAL LETTER L
-uppercase M 1347		LATIN CAPITAL LETTER M
-uppercase N 13457		LATIN CAPITAL LETTER N
-uppercase O 1357		LATIN CAPITAL LETTER O
-uppercase P 12347		LATIN CAPITAL LETTER P
-uppercase Q 123457		LATIN CAPITAL LETTER Q
-uppercase R 12357		LATIN CAPITAL LETTER R
-uppercase S 2347		LATIN CAPITAL LETTER S
-uppercase T 23457		LATIN CAPITAL LETTER T
-uppercase U 1367		LATIN CAPITAL LETTER U
-uppercase V 12367		LATIN CAPITAL LETTER V
-uppercase W 24567		LATIN CAPITAL LETTER W
-uppercase X 13467		LATIN CAPITAL LETTER X
-uppercase Y 134567		LATIN CAPITAL LETTER Y
-uppercase Z 13567		LATIN CAPITAL LETTER Z
-lowercase a 1		LATIN SMALL LETTER A
-lowercase b 12		LATIN SMALL LETTER B
-lowercase c 14		LATIN SMALL LETTER C
-lowercase d 145		LATIN SMALL LETTER D
-lowercase e 15		LATIN SMALL LETTER E
-lowercase f 124		LATIN SMALL LETTER F
-lowercase g 1245		LATIN SMALL LETTER G
-lowercase h 125		LATIN SMALL LETTER H
-lowercase i 24		LATIN SMALL LETTER I
-lowercase j 245		LATIN SMALL LETTER J
-lowercase k 13		LATIN SMALL LETTER K
-lowercase l 123		LATIN SMALL LETTER L
-lowercase m 134		LATIN SMALL LETTER M
-lowercase n 1345		LATIN SMALL LETTER N
-lowercase o 135		LATIN SMALL LETTER O
-lowercase p 1234		LATIN SMALL LETTER P
-lowercase q 12345		LATIN SMALL LETTER Q
-lowercase r 1235		LATIN SMALL LETTER R
-lowercase s 234		LATIN SMALL LETTER S
-lowercase t 2345		LATIN SMALL LETTER T
-lowercase u 136		LATIN SMALL LETTER U
-lowercase v 1236		LATIN SMALL LETTER V
-lowercase w 2456		LATIN SMALL LETTER W
-lowercase x 1346		LATIN SMALL LETTER X
-lowercase y 13456		LATIN SMALL LETTER Y
-lowercase z 1356		LATIN SMALL LETTER Z
-punctuation \x00a0 0		NO-BREAK SPACE
-uppercase \x00c1 123467		LATIN CAPITAL LETTER A WITH ACUTE
-uppercase \x00c9 1234567		LATIN CAPITAL LETTER E WITH ACUTE
-uppercase \x00cd 123567		LATIN CAPITAL LETTER I WITH ACUTE
-uppercase \x00d3 23467		LATIN CAPITAL LETTER O WITH ACUTE
-uppercase \x00da 234567		LATIN CAPITAL LETTER U WITH ACUTE
-lowercase \x00e1 12346		LATIN SMALL LETTER A WITH ACUTE
-lowercase \x00e9 123456		LATIN SMALL LETTER E WITH ACUTE
-lowercase \x00ed 12356		LATIN SMALL LETTER I WITH ACUTE
-lowercase \x00f3 2346		LATIN SMALL LETTER O WITH ACUTE
-lowercase \x00fa 23456		LATIN SMALL LETTER U WITH ACUTE
-uppercase \x010a 1467		LATIN CAPITAL LETTER C WITH DOT ABOVE
-lowercase \x010b 146		LATIN SMALL LETTER C WITH DOT ABOVE
-uppercase \x0120 12467		LATIN CAPITAL LETTER G WITH DOT ABOVE
-lowercase \x0121 1246		LATIN SMALL LETTER G WITH DOT ABOVE
-uppercase \x1e02 1267		LATIN CAPITAL LETTER B WITH DOT ABOVE
-lowercase \x1e03 126		LATIN SMALL LETTER B WITH DOT ABOVE
-uppercase \x1e0a 14567		LATIN CAPITAL LETTER D WITH DOT ABOVE
-lowercase \x1e0b 1456		LATIN SMALL LETTER D WITH DOT ABOVE
-uppercase \x1e1e 1567		LATIN CAPITAL LETTER F WITH DOT ABOVE
-lowercase \x1e1f 156		LATIN SMALL LETTER F WITH DOT ABOVE
-uppercase \x1e40 124567		LATIN CAPITAL LETTER M WITH DOT ABOVE
-lowercase \x1e41 12456		LATIN SMALL LETTER M WITH DOT ABOVE
-uppercase \x1e56 12567		LATIN CAPITAL LETTER P WITH DOT ABOVE
-lowercase \x1e57 1256		LATIN SMALL LETTER P WITH DOT ABOVE
-uppercase \x1e60 2467		LATIN CAPITAL LETTER S WITH DOT ABOVE
-lowercase \x1e61 246		LATIN SMALL LETTER S WITH DOT ABOVE
-uppercase \x1e6a 24567		LATIN CAPITAL LETTER T WITH DOT ABOVE
-lowercase \x1e6b 2456		LATIN SMALL LETTER T WITH DOT ABOVE
-UTF-8
-
-% Du vokaloj disigas silabon
-
-%  a-a  a-e  a-i  a-o  a-u 
-%  e-a  e-e  e-i  e-o  e-u 
-%  i-a  i-e  i-i  i-o  i-u 
-%  o-a  o-e  o-i  o-o  o-u 
-%  u-a  u-e  u-i  u-o  u-u 
-
-a1a
-a1e
-a1i
-a1o
-a1u
-
-e1a
-e1e
-e1i
-e1o
-e1u
-
-i1a
-i1e
-i1i
-i1o
-i1u
-
-o1a
-o1e
-o1i
-o1o
-o1u
-
-u1a
-u1e
-u1i
-u1o
-u1u
-
-
-% Konsonanto + vokalo disigas la silabon antaŭ la konsonanto
-
-%  -ba  -be  -bi  -bo  -bu 
-%  -ca  -ce  -ci  -co  -cu 
-%  -ĉa  -ĉe  -ĉi  -ĉo  -ĉu 
-%  -da  -de  -di  -do  -du 
-%  -fa  -fe  -fi  -fo  -fu 
-%  -ga  -ge  -gi  -go  -gu 
-%  -ĝa  -ĝe  -ĝi  -ĝo  -ĝu 
-%  -ha  -he  -hi  -ho  -hu 
-%  -ĥa  -ĥe  -ĥi  -ĥo  -ĥu 
-%  -ja  -je  -ji  -jo  -ju 
-%  -ĵa  -ĵe  -ĵi  -ĵo  -ĵu 
-%  -ka  -ke  -ki  -ko  -ku 
-%  -la  -le  -li  -lo  -lu 
-%  -ma  -me  -mi  -mo  -mu 
-%  -na  -ne  -ni  -no  -nu 
-%  -pa  -pe  -pi  -po  -pu 
-%  -ra  -re  -ri  -ro  -ru 
-%  -sa  -se  -si  -so  -su 
-%  -ŝa  -ŝe  -ŝi  -ŝo  -ŝu 
-%  -ta  -te  -ti  -to  -tu 
-%  -ŭa  -ŭe  -ŭi  -ŭo  -ŭu 
-%  -va  -ve  -vi  -vo  -vu 
-%  -za  -ze  -zi  -zo  -zu 
-
-1ba
-1be
-1bi
-1bo
-1bu
-
-1ca
-1ce
-1ci
-1co
-1cu
-
-1ĉa
-1ĉe
-1ĉi
-1ĉo
-1ĉu
-
-1da
-1de
-1di
-1do
-1du
-
-1fa
-1fe
-1fi
-1fo
-1fu
-
-1ga
-1ge
-1gi
-1go
-1gu
-
-1ĝa
-1ĝe
-1ĝi
-1ĝo
-1ĝu
-
-1ha
-1he
-1hi
-1ho
-1hu
-
-1ĥa
-1ĥe
-1ĥi
-1ĥo
-1ĥu
-
-1ja
-1je
-1ji
-1jo
-1ju
-
-1ĵa
-1ĵe
-1ĵi
-1ĵo
-1ĵu
-
-1ka
-1ke
-1ki
-1ko
-1ku
-
-1la
-1le
-1li
-1lo
-1lu
-
-1ma
-1me
-1mi
-1mo
-1mu
-
-1na
-1ne
-1ni
-1no
-1nu
-
-1pa
-1pe
-1pi
-1po
-1pu
-
-1ra
-1re
-1ri
-1ro
-1ru
-
-1sa
-1se
-1si
-1so
-1su
-
-1ŝa
-1ŝe
-1ŝi
-1ŝo
-1ŝu
-
-1ta
-1te
-1ti
-1to
-1tu
-
-1ŭa
-1ŭe
-1ŭi
-1ŭo
-1ŭu
-
-1va
-1ve
-1vi
-1vo
-1vu
-
-1za
-1ze
-1zi
-1zo
-1zu
-
-
-% La jenaj konsonantoj kunigitaj agas kvazaŭ unu sola sono
-
-%  -fra  -fre  -fri  -fro  -fru 
-%  -kra  -kre  -kri  -kro  -kru 
-%  -pra  -pre  -pri  -pro  -pru 
-%  -tra  -tre  -tri  -tro  -tru 
-%  -vra  -vre  -vri  -vro  -vru 
-%  -gra  -gre  -gri  -gro  -gru 
-%  -bra  -bre  -bri  -bro  -bru 
-%  -dra  -dre  -dri  -dro  -dru 
-%  -fla  -fle  -fli  -flo  -flu 
-%  -kla  -kle  -kli  -klo  -klu 
-%  -pla  -ple  -pli  -plo  -plu 
-%  -tla  -tle  -tli  -tlo  -tlu 
-%  -vla  -vle  -vli  -vlo  -vlu 
-%  -gla  -gle  -gli  -glo  -glu 
-%  -bla  -ble  -bli  -blo  -blu 
-%  -kna  -kne  -kni  -kno  -knu 
-%  -gna  -gne  -gni  -gno  -gnu 
-%  -ksa  -kse  -ksi  -kso  -ksu 
-%  -psa  -pse  -psi  -pso  -psu 
-%  -kva  -kve  -kvi  -kvo  -kvu 
-%  -gva  -gve  -gvi  -gvo  -gvu 
-%  -kŭa  -kŭe  -kŭi  -kŭo  -kŭu 
-%  -gŭa  -gŭe  -gŭi  -gŭo  -gŭu 
-%  -ĉja  -ĉje  -ĉji  -ĉjo  -ĉju 
-%  -nja  -nje  -nji  -njo  -nju 
-
-1fra
-1fre
-1fri
-1fro
-1fru
-
-1kra
-1kre
-1kri
-1kro
-1kru
-
-1pra
-1pre
-1pri
-1pro
-1pru
-
-1tra
-1tre
-1tri
-1tro
-1tru
-
-1vra
-1vre
-1vri
-1vro
-1vru
-
-1gra
-1gre
-1gri
-1gro
-1gru
-
-1bra
-1bre
-1bri
-1bro
-1bru
-
-1dra
-1dre
-1dri
-1dro
-1dru
-
-1fla
-1fle
-1fli
-1flo
-1flu
-
-1kla
-1kle
-1kli
-1klo
-1klu
-
-1pla
-1ple
-1pli
-1plo
-1plu
-
-1tla
-1tle
-1tli
-1tlo
-1tlu
-
-1vla
-1vle
-1vli
-1vlo
-1vlu
-
-1gla
-1gle
-1gli
-1glo
-1glu
-
-1bla
-1ble
-1bli
-1blo
-1blu
-
-1kna
-1kne
-1kni
-1kno
-1knu
-
-1gna
-1gne
-1gni
-1gno
-1gnu
-
-1ksa
-1kse
-1ksi
-1kso
-1ksu
-
-1psa
-1pse
-1psi
-1pso
-1psu
-
-1kva
-1kve
-1kvi
-1kvo
-1kvu
-
-1gva
-1gve
-1gvi
-1gvo
-1gvu
-
-1kŭa
-1kŭe
-1kŭi
-1kŭo
-1kŭu
-
-1gŭa
-1gŭe
-1gŭi
-1gŭo
-1gŭu
-
-1ĉja
-1ĉje
-1ĉji
-1ĉjo
-1ĉju
-
-1nja
-1nje
-1nji
-1njo
-1nju
-
-
-% Nun, la kombinoj komencantaj per S kaj Ŝ
-
-%  -sca  -sce  -sci  -sco  -scu 
-%  -sfa  -sfe  -sfi  -sfo  -sfu 
-%  -sja  -sje  -sji  -sjo  -sju 
-%  -ŝja  -ŝje  -ŝji  -ŝjo  -ŝju 
-%  -ska  -ske  -ski  -sko  -sku 
-%  -ŝka  -ŝke  -ŝki  -ŝko  -ŝku 
-%  -skla  -skle  -skli  -sklo  -sklu 
-%  -skra  -skre  -skri  -skro  -skru 
-%  -skva  -skve  -skvi  -skvo  -skvu 
-%  -skŭa  -skŭe  -skŭi  -skŭo  -skŭu 
-%  -sla  -sle  -sli  -slo  -slu 
-%  -ŝla  -ŝle  -ŝli  -ŝlo  -ŝlu 
-%  -sma  -sme  -smi  -smo  -smu 
-%  -ŝma  -ŝme  -ŝmi  -ŝmo  -ŝmu 
-%  -sna  -sne  -sni  -sno  -snu 
-%  -ŝna  -ŝne  -ŝni  -ŝno  -ŝnu 
-%  -spa  -spe  -spi  -spo  -spu 
-%  -ŝpa  -ŝpe  -ŝpi  -ŝpo  -ŝpu 
-%  -spla  -sple  -spli  -splo  -splu 
-%  -ŝpla  -ŝple  -ŝpli  -ŝplo  -ŝplu 
-%  -spra  -spre  -spri  -spro  -spru 
-%  -ŝpra  -ŝpre  -ŝpri  -ŝpro  -ŝpru 
-%  -sra  -sre  -sri  -sro  -sru 
-%  -ŝra  -ŝre  -ŝri  -ŝro  -ŝru 
-%  -sta  -ste  -sti  -sto  -stu 
-%  -ŝta  -ŝte  -ŝti  -ŝto  -ŝtu 
-%  -stra  -stre  -stri  -stro  -stru 
-%  -ŝtra  -ŝtre  -ŝtri  -ŝtro  -ŝtru 
-%  -sva  -sve  -svi  -svo  -svu 
-%  -ŝva  -ŝve  -ŝvi  -ŝvo  -ŝvu 
-
-1sca
-1sce
-1sci
-1sco
-1scu
-
-1sfa
-1sfe
-1sfi
-1sfo
-1sfu
-
-1sja
-1sje
-1sji
-1sjo
-1sju
-
-1ŝja
-1ŝje
-1ŝji
-1ŝjo
-1ŝju
-
-1ska
-1ske
-1ski
-1sko
-1sku
-
-1ŝka
-1ŝke
-1ŝki
-1ŝko
-1ŝku
-
-1skla
-1skle
-1skli
-1sklo
-1sklu
-
-1skra
-1skre
-1skri
-1skro
-1skru
-
-1skva
-1skve
-1skvi
-1skvo
-1skvu
-
-1skŭa
-1skŭe
-1skŭi
-1skŭo
-1skŭu
-
-1sla
-1sle
-1sli
-1slo
-1slu
-
-1ŝla
-1ŝle
-1ŝli
-1ŝlo
-1ŝlu
-
-1sma
-1sme
-1smi
-1smo
-1smu
-
-1ŝma
-1ŝme
-1ŝmi
-1ŝmo
-1ŝmu
-
-1sna
-1sne
-1sni
-1sno
-1snu
-
-1ŝna
-1ŝne
-1ŝni
-1ŝno
-1ŝnu
-
-1spa
-1spe
-1spi
-1spo
-1spu
-
-1ŝpa
-1ŝpe
-1ŝpi
-1ŝpo
-1ŝpu
-
-1spla
-1sple
-1spli
-1splo
-1splu
-
-1ŝpla
-1ŝple
-1ŝpli
-1ŝplo
-1ŝplu
-
-1spra
-1spre
-1spri
-1spro
-1spru
-
-1ŝpra
-1ŝpre
-1ŝpri
-1ŝpro
-1ŝpru
-
-1sra
-1sre
-1sri
-1sro
-1sru
-
-1ŝra
-1ŝre
-1ŝri
-1ŝro
-1ŝru
-
-1sta
-1ste
-1sti
-1sto
-1stu
-
-1ŝta
-1ŝte
-1ŝti
-1ŝto
-1ŝtu
-
-1stra
-1stre
-1stri
-1stro
-1stru
-
-1ŝtra
-1ŝtre
-1ŝtri
-1ŝtro
-1ŝtru
-
-1sva
-1sve
-1svi
-1svo
-1svu
-
-1ŝva
-1ŝve
-1ŝvi
-1ŝvo
-1ŝvu
-
-
-% Sed, se antaŭ S aŭ Ŝ venas vokalo aŭ [k,p,t,b,d,n,j,ŭ], S aŭ Ŝ restas apud ili
-
-%  as-c  as-f  as-j  aŝ-j  as-k  aŝ-k  as-kl  as-kr  as-kv  as-kŭ  as-l  aŝ-l  as-m  aŝ-m  as-n  aŝ-n  as-p  aŝ-p  as-pl  aŝ-pl  as-pr  aŝ-pr  as-r  aŝ-r  as-t  aŝ-t  as-tr  aŝ-tr  as-v  aŝ-v 
-%  es-c  es-f  es-j  eŝ-j  es-k  eŝ-k  es-kl  es-kr  es-kv  es-kŭ  es-l  eŝ-l  es-m  eŝ-m  es-n  eŝ-n  es-p  eŝ-p  es-pl  eŝ-pl  es-pr  eŝ-pr  es-r  eŝ-r  es-t  eŝ-t  es-tr  eŝ-tr  es-v  eŝ-v 
-%  is-c  is-f  is-j  iŝ-j  is-k  iŝ-k  is-kl  is-kr  is-kv  is-kŭ  is-l  iŝ-l  is-m  iŝ-m  is-n  iŝ-n  is-p  iŝ-p  is-pl  iŝ-pl  is-pr  iŝ-pr  is-r  iŝ-r  is-t  iŝ-t  is-tr  iŝ-tr  is-v  iŝ-v 
-%  os-c  os-f  os-j  oŝ-j  os-k  oŝ-k  os-kl  os-kr  os-kv  os-kŭ  os-l  oŝ-l  os-m  oŝ-m  os-n  oŝ-n  os-p  oŝ-p  os-pl  oŝ-pl  os-pr  oŝ-pr  os-r  oŝ-r  os-t  oŝ-t  os-tr  oŝ-tr  os-v  oŝ-v 
-%  us-c  us-f  us-j  uŝ-j  us-k  uŝ-k  us-kl  us-kr  us-kv  us-kŭ  us-l  uŝ-l  us-m  uŝ-m  us-n  uŝ-n  us-p  uŝ-p  us-pl  uŝ-pl  us-pr  uŝ-pr  us-r  uŝ-r  us-t  uŝ-t  us-tr  uŝ-tr  us-v  uŝ-v 
-%  ks-c  ks-f  ks-j  kŝ-j  ks-k  kŝ-k  ks-kl  ks-kr  ks-kv  ks-kŭ  ks-l  kŝ-l  ks-m  kŝ-m  ks-n  kŝ-n  ks-p  kŝ-p  ks-pl  kŝ-pl  ks-pr  kŝ-pr  ks-r  kŝ-r  ks-t  kŝ-t  ks-tr  kŝ-tr  ks-v  kŝ-v 
-%  ps-c  ps-f  ps-j  pŝ-j  ps-k  pŝ-k  ps-kl  ps-kr  ps-kv  ps-kŭ  ps-l  pŝ-l  ps-m  pŝ-m  ps-n  pŝ-n  ps-p  pŝ-p  ps-pl  pŝ-pl  ps-pr  pŝ-pr  ps-r  pŝ-r  ps-t  pŝ-t  ps-tr  pŝ-tr  ps-v  pŝ-v 
-%  ts-c  ts-f  ts-j  tŝ-j  ts-k  tŝ-k  ts-kl  ts-kr  ts-kv  ts-kŭ  ts-l  tŝ-l  ts-m  tŝ-m  ts-n  tŝ-n  ts-p  tŝ-p  ts-pl  tŝ-pl  ts-pr  tŝ-pr  ts-r  tŝ-r  ts-t  tŝ-t  ts-tr  tŝ-tr  ts-v  tŝ-v 
-%  bs-c  bs-f  bs-j  bŝ-j  bs-k  bŝ-k  bs-kl  bs-kr  bs-kv  bs-kŭ  bs-l  bŝ-l  bs-m  bŝ-m  bs-n  bŝ-n  bs-p  bŝ-p  bs-pl  bŝ-pl  bs-pr  bŝ-pr  bs-r  bŝ-r  bs-t  bŝ-t  bs-tr  bŝ-tr  bs-v  bŝ-v 
-%  ds-c  ds-f  ds-j  dŝ-j  ds-k  dŝ-k  ds-kl  ds-kr  ds-kv  ds-kŭ  ds-l  dŝ-l  ds-m  dŝ-m  ds-n  dŝ-n  ds-p  dŝ-p  ds-pl  dŝ-pl  ds-pr  dŝ-pr  ds-r  dŝ-r  ds-t  dŝ-t  ds-tr  dŝ-tr  ds-v  dŝ-v 
-%  ns-c  ns-f  ns-j  nŝ-j  ns-k  nŝ-k  ns-kl  ns-kr  ns-kv  ns-kŭ  ns-l  nŝ-l  ns-m  nŝ-m  ns-n  nŝ-n  ns-p  nŝ-p  ns-pl  nŝ-pl  ns-pr  nŝ-pr  ns-r  nŝ-r  ns-t  nŝ-t  ns-tr  nŝ-tr  ns-v  nŝ-v 
-%  js-c  js-f  js-j  jŝ-j  js-k  jŝ-k  js-kl  js-kr  js-kv  js-kŭ  js-l  jŝ-l  js-m  jŝ-m  js-n  jŝ-n  js-p  jŝ-p  js-pl  jŝ-pl  js-pr  jŝ-pr  js-r  jŝ-r  js-t  jŝ-t  js-tr  jŝ-tr  js-v  jŝ-v 
-%  ŭs-c  ŭs-f  ŭs-j  ŭŝ-j  ŭs-k  ŭŝ-k  ŭs-kl  ŭs-kr  ŭs-kv  ŭs-kŭ  ŭs-l  ŭŝ-l  ŭs-m  ŭŝ-m  ŭs-n  ŭŝ-n  ŭs-p  ŭŝ-p  ŭs-pl  ŭŝ-pl  ŭs-pr  ŭŝ-pr  ŭs-r  ŭŝ-r  ŭs-t  ŭŝ-t  ŭs-tr  ŭŝ-tr  ŭs-v  ŭŝ-v 
-
-a2s1c
-a2s1f
-a2s1j
-a2ŝ1j
-a2s1k
-a2ŝ1k
-a2s1kl
-a2s1kr
-a2s1kv
-a2s1kŭ
-a2s1l
-a2ŝ1l
-a2s1m
-a2ŝ1m
-a2s1n
-a2ŝ1n
-a2s1p
-a2ŝ1p
-a2s1pl
-a2ŝ1pl
-a2s1pr
-a2ŝ1pr
-a2s1r
-a2ŝ1r
-a2s1t
-a2ŝ1t
-a2s1tr
-a2ŝ1tr
-a2s1v
-a2ŝ1v
-
-e2s1c
-e2s1f
-e2s1j
-e2ŝ1j
-e2s1k
-e2ŝ1k
-e2s1kl
-e2s1kr
-e2s1kv
-e2s1kŭ
-e2s1l
-e2ŝ1l
-e2s1m
-e2ŝ1m
-e2s1n
-e2ŝ1n
-e2s1p
-e2ŝ1p
-e2s1pl
-e2ŝ1pl
-e2s1pr
-e2ŝ1pr
-e2s1r
-e2ŝ1r
-e2s1t
-e2ŝ1t
-e2s1tr
-e2ŝ1tr
-e2s1v
-e2ŝ1v
-
-i2s1c
-i2s1f
-i2s1j
-i2ŝ1j
-i2s1k
-i2ŝ1k
-i2s1kl
-i2s1kr
-i2s1kv
-i2s1kŭ
-i2s1l
-i2ŝ1l
-i2s1m
-i2ŝ1m
-i2s1n
-i2ŝ1n
-i2s1p
-i2ŝ1p
-i2s1pl
-i2ŝ1pl
-i2s1pr
-i2ŝ1pr
-i2s1r
-i2ŝ1r
-i2s1t
-i2ŝ1t
-i2s1tr
-i2ŝ1tr
-i2s1v
-i2ŝ1v
-
-o2s1c
-o2s1f
-o2s1j
-o2ŝ1j
-o2s1k
-o2ŝ1k
-o2s1kl
-o2s1kr
-o2s1kv
-o2s1kŭ
-o2s1l
-o2ŝ1l
-o2s1m
-o2ŝ1m
-o2s1n
-o2ŝ1n
-o2s1p
-o2ŝ1p
-o2s1pl
-o2ŝ1pl
-o2s1pr
-o2ŝ1pr
-o2s1r
-o2ŝ1r
-o2s1t
-o2ŝ1t
-o2s1tr
-o2ŝ1tr
-o2s1v
-o2ŝ1v
-
-u2s1c
-u2s1f
-u2s1j
-u2ŝ1j
-u2s1k
-u2ŝ1k
-u2s1kl
-u2s1kr
-u2s1kv
-u2s1kŭ
-u2s1l
-u2ŝ1l
-u2s1m
-u2ŝ1m
-u2s1n
-u2ŝ1n
-u2s1p
-u2ŝ1p
-u2s1pl
-u2ŝ1pl
-u2s1pr
-u2ŝ1pr
-u2s1r
-u2ŝ1r
-u2s1t
-u2ŝ1t
-u2s1tr
-u2ŝ1tr
-u2s1v
-u2ŝ1v
-
-k2s1c
-k2s1f
-k2s1j
-k2ŝ1j
-k2s1k
-k2ŝ1k
-k2s1kl
-k2s1kr
-k2s1kv
-k2s1kŭ
-k2s1l
-k2ŝ1l
-k2s1m
-k2ŝ1m
-k2s1n
-k2ŝ1n
-k2s1p
-k2ŝ1p
-k2s1pl
-k2ŝ1pl
-k2s1pr
-k2ŝ1pr
-k2s1r
-k2ŝ1r
-k2s1t
-k2ŝ1t
-k2s1tr
-k2ŝ1tr
-k2s1v
-k2ŝ1v
-
-p2s1c
-p2s1f
-p2s1j
-p2ŝ1j
-p2s1k
-p2ŝ1k
-p2s1kl
-p2s1kr
-p2s1kv
-p2s1kŭ
-p2s1l
-p2ŝ1l
-p2s1m
-p2ŝ1m
-p2s1n
-p2ŝ1n
-p2s1p
-p2ŝ1p
-p2s1pl
-p2ŝ1pl
-p2s1pr
-p2ŝ1pr
-p2s1r
-p2ŝ1r
-p2s1t
-p2ŝ1t
-p2s1tr
-p2ŝ1tr
-p2s1v
-p2ŝ1v
-
-t2s1c
-t2s1f
-t2s1j
-t2ŝ1j
-t2s1k
-t2ŝ1k
-t2s1kl
-t2s1kr
-t2s1kv
-t2s1kŭ
-t2s1l
-t2ŝ1l
-t2s1m
-t2ŝ1m
-t2s1n
-t2ŝ1n
-t2s1p
-t2ŝ1p
-t2s1pl
-t2ŝ1pl
-t2s1pr
-t2ŝ1pr
-t2s1r
-t2ŝ1r
-t2s1t
-t2ŝ1t
-t2s1tr
-t2ŝ1tr
-t2s1v
-t2ŝ1v
-
-b2s1c
-b2s1f
-b2s1j
-b2ŝ1j
-b2s1k
-b2ŝ1k
-b2s1kl
-b2s1kr
-b2s1kv
-b2s1kŭ
-b2s1l
-b2ŝ1l
-b2s1m
-b2ŝ1m
-b2s1n
-b2ŝ1n
-b2s1p
-b2ŝ1p
-b2s1pl
-b2ŝ1pl
-b2s1pr
-b2ŝ1pr
-b2s1r
-b2ŝ1r
-b2s1t
-b2ŝ1t
-b2s1tr
-b2ŝ1tr
-b2s1v
-b2ŝ1v
-
-d2s1c
-d2s1f
-d2s1j
-d2ŝ1j
-d2s1k
-d2ŝ1k
-d2s1kl
-d2s1kr
-d2s1kv
-d2s1kŭ
-d2s1l
-d2ŝ1l
-d2s1m
-d2ŝ1m
-d2s1n
-d2ŝ1n
-d2s1p
-d2ŝ1p
-d2s1pl
-d2ŝ1pl
-d2s1pr
-d2ŝ1pr
-d2s1r
-d2ŝ1r
-d2s1t
-d2ŝ1t
-d2s1tr
-d2ŝ1tr
-d2s1v
-d2ŝ1v
-
-n2s1c
-n2s1f
-n2s1j
-n2ŝ1j
-n2s1k
-n2ŝ1k
-n2s1kl
-n2s1kr
-n2s1kv
-n2s1kŭ
-n2s1l
-n2ŝ1l
-n2s1m
-n2ŝ1m
-n2s1n
-n2ŝ1n
-n2s1p
-n2ŝ1p
-n2s1pl
-n2ŝ1pl
-n2s1pr
-n2ŝ1pr
-n2s1r
-n2ŝ1r
-n2s1t
-n2ŝ1t
-n2s1tr
-n2ŝ1tr
-n2s1v
-n2ŝ1v
-
-j2s1c
-j2s1f
-j2s1j
-j2ŝ1j
-j2s1k
-j2ŝ1k
-j2s1kl
-j2s1kr
-j2s1kv
-j2s1kŭ
-j2s1l
-j2ŝ1l
-j2s1m
-j2ŝ1m
-j2s1n
-j2ŝ1n
-j2s1p
-j2ŝ1p
-j2s1pl
-j2ŝ1pl
-j2s1pr
-j2ŝ1pr
-j2s1r
-j2ŝ1r
-j2s1t
-j2ŝ1t
-j2s1tr
-j2ŝ1tr
-j2s1v
-j2ŝ1v
-
-ŭ2s1c
-ŭ2s1f
-ŭ2s1j
-ŭ2ŝ1j
-ŭ2s1k
-ŭ2ŝ1k
-ŭ2s1kl
-ŭ2s1kr
-ŭ2s1kv
-ŭ2s1kŭ
-ŭ2s1l
-ŭ2ŝ1l
-ŭ2s1m
-ŭ2ŝ1m
-ŭ2s1n
-ŭ2ŝ1n
-ŭ2s1p
-ŭ2ŝ1p
-ŭ2s1pl
-ŭ2ŝ1pl
-ŭ2s1pr
-ŭ2ŝ1pr
-ŭ2s1r
-ŭ2ŝ1r
-ŭ2s1t
-ŭ2ŝ1t
-ŭ2s1tr
-ŭ2ŝ1tr
-ŭ2s1v
-ŭ2ŝ1v
-
-
-% Esceptoj
-
-3p2neŭ
-hi3p2n
-3ka2p3n
-# ----------------------------------------------------------------------------------------------
-#  odt2braille - Braille authoring in OpenOffice.org.
-#  Copyright (c) 2010 by DocArch <http://www.docarch.be>.
-# ----------------------------------------------------------------------------------------------
-#
-#  Catalan Braille
-#     Created and maintained by Bert Frees <bertfrees@gmail.com>
-#	  with the assistance of Carles Sadurní Anguita <http://www.transcriptor.net/>
-#
-# ----------------------------------------------------------------------------------------------
-
-include ca-chardefs.cti
-
-# ---------------------------------------
-# Digits
-# ---------------------------------------
-
-include litdigits6Dots.uti
-
-# ---------------------------------------
-# Braille indicator opcodes
-# ---------------------------------------
-
-numsign 3456
-capsletter 46
-begcapsword 46-46
-
-# ----------------------------------------------------------------------------------------------
-# liblouis: sub table for Czech Latin letter definition, 8 dots.
-#
-#  Copyright (C) 2012-2014 Mesar Hameed <mesar.hameed@gmail.com>
-#  Copyright (C) 2018 Jan Hegr <hegrjan@gmail.com>
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-
-# Note that this table does not simply include latinLetterDef8Dots.uti
-# because latinLetterDef8Dots defines "w" as 2456, but in Czech 2456
-# is used for "ř" and "w" is mapped to 12356.
-
-uplow   \x0041\x0061  17,1              Aa       LATIN CAPITAL LETTER A - LATIN SMALL LETTER A
-uplow   \x00C1\x00E1  167,16            Áá       LATIN CAPITAL LETTER A WITH ACUTE - LATIN SMALL LETTER A WITH ACUTE
-uplow   \x0042\x0062  127,12            Bb       LATIN CAPITAL LETTER B - LATIN SMALL LETTER B
-uplow   \x0043\x0063  147,14            Cc       LATIN CAPITAL LETTER C - LATIN SMALL LETTER C
-uplow   \x010C\x010D  1467,146          Čč       LATIN CAPITAL LETTER C WITH CARON - LATIN SMALL LETTER C WITH CARON
-uplow   \x0044\x0064  1457,145          Dd       LATIN CAPITAL LETTER D - LATIN SMALL LETTER D
-uplow   \x010E\x010F  14567,1456        Ďď       LATIN CAPITAL LETTER D WITH CARON - LATIN SMALL LETTER D WITH CARON
-uplow   \x0045\x0065  157,15            Ee       LATIN CAPITAL LETTER E - LATIN SMALL LETTER E
-uplow   \x00C9\x00E9  3457,345          Éé       LATIN CAPITAL LETTER E WITH ACUTE - LATIN SMALL LETTER E WITH ACUTE
-uplow   \x011A\x011B  1267,126          Ěě       LATIN CAPITAL LETTER E WITH CARON - LATIN SMALL LETTER E WITH CARON
-uplow   \x0046\x0066  1247,124          Ff       LATIN CAPITAL LETTER F - LATIN SMALL LETTER F
-uplow   \x0047\x0067  12457,1245        Gg       LATIN CAPITAL LETTER G - LATIN SMALL LETTER G
-uplow   \x0048\x0068  1257,125          Hh       LATIN CAPITAL LETTER H - LATIN SMALL LETTER H
-uplow   \x0049\x0069  247,24            Ii       LATIN CAPITAL LETTER I - LATIN SMALL LETTER I
-uplow   \x00CD\x00ED  347,34            Íí       LATIN CAPITAL LETTER I WITH ACUTE - LATIN SMALL LETTER I WITH ACUTE
-uplow   \x004A\x006A  2457,245          Jj       LATIN CAPITAL LETTER J - LATIN SMALL LETTER J
-uplow   \x004B\x006B  137,13            Kk       LATIN CAPITAL LETTER K - LATIN SMALL LETTER K
-uplow   \x004C\x006C  1237,123          Ll       LATIN CAPITAL LETTER L - LATIN SMALL LETTER L
-uplow   \x004D\x006D  1347,134          Mm       LATIN CAPITAL LETTER M - LATIN SMALL LETTER M
-uplow   \x004E\x006E  13457,1345        Nn       LATIN CAPITAL LETTER N - LATIN SMALL LETTER N
-uplow   \x0147\x0148  12467,1246        Ňň       LATIN CAPITAL LETTER N WITH CARON - LATIN SMALL LETTER N WITH CARON
-uplow   \x004F\x006F  1357,135          Oo       LATIN CAPITAL LETTER O - LATIN SMALL LETTER O
-uplow   \x00D3\x00F3  2467,246          Óó       LATIN CAPITAL LETTER O WITH ACUTE - LATIN SMALL LETTER O WITH ACUTE
-uplow   \x0050\x0070  12347,1234        Pp       LATIN CAPITAL LETTER P - LATIN SMALL LETTER P
-uplow   \x0051\x0071  123457,12345      Qq       LATIN CAPITAL LETTER Q - LATIN SMALL LETTER Q
-uplow   \x0052\x0072  12357,1235        Rr       LATIN CAPITAL LETTER R - LATIN SMALL LETTER R
-uplow   \x0158\x0159  24567,2456        Řř       LATIN CAPITAL LETTER R WITH CARON - LATIN SMALL LETTER R WITH CARON
-uplow   \x0053\x0073  2347,234          Ss       LATIN CAPITAL LETTER S - LATIN SMALL LETTER S
-uplow   \x0160\x0161  1567,156          Šš       LATIN CAPITAL LETTER S WITH CARON - LATIN SMALL LETTER S WITH CARON
-uplow   \x0054\x0074  23457,2345        Tt       LATIN CAPITAL LETTER T - LATIN SMALL LETTER T
-uplow   \x0164\x0165  12567,1256        Ťť       LATIN CAPITAL LETTER T WITH CARON - LATIN SMALL LETTER T WITH CARON
-uplow   \x0055\x0075  1367,136          Uu       LATIN CAPITAL LETTER U - LATIN SMALL LETTER U
-uplow   \x00DA\x00FA  3467,346          Úú       LATIN CAPITAL LETTER U WITH ACUTE - LATIN SMALL LETTER U WITH ACUTE
-uplow   \x016E\x016F  234567,23456      Ůů       LATIN CAPITAL LETTER U WITH RING ABOVE - LATIN SMALL LETTER U WITH RING ABOVE
-uplow   \x0056\x0076  12367,1236        Vv       LATIN CAPITAL LETTER V - LATIN SMALL LETTER V
-uplow   \x0057\x0077  123567,12356      Ww       LATIN CAPITAL LETTER W - LATIN SMALL LETTER W
-uplow   \x0058\x0078  13467,1346        Xx       LATIN CAPITAL LETTER X - LATIN SMALL LETTER X
-uplow   \x0059\x0079  134567,13456      Yy       LATIN CAPITAL LETTER Y - LATIN SMALL LETTER Y
-uplow   \x00DD\x00FD  123467,12346      Ýý       LATIN CAPITAL LETTER Y WITH ACUTE - LATIN SMALL LETTER Y WITH ACUTE
-uplow   \x005A\x007A  13567,1356        Zz       LATIN CAPITAL LETTER Z - LATIN SMALL LETTER Z
-uplow   \x017D\x017E  23467,2346        Žž       LATIN CAPITAL LETTER Z WITH CARON - LATIN SMALL LETTER Z WITH CARON
-# -----------
-#+locale:mn
-#+type:literary
-#+contraction:no
-#+dots:8
-#
-# TODO: Please correct the metadata above. It is not meant to be
-# accurate nor complete. It hasn't been verified by the table
-# author yet. It is merely an attempt by the liblouis maintainers
-# to get some sensible initial values in place.
-#
-# TODO: Please add a reference to official documentation about
-# the implemented braille code. Preferably submit the documents
-# to https://github.com/liblouis/braille-specs.
-# -----------
-#
-# Copyright (C) 2015  Tsengel Maidar Innovation Development center of the blind at idcbinnovation@gmail.com
-# Copyright (C) 2018 Tsengel Maidar EBraillesoftLLC
-# Copyright (C) 2017, 2018 Angaragerdene at angaragerdene.b@gmail.com
-
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-#
-
-# This table contains braille codes and rules for Mongolian script.
-# Contributors: Dipendra Manocha, Sreeja, Tsengel, Angaragerdene
-# To report any bugs or any suggestion, please write to tsengel.braille.dev@gmail.com and angaragerdene.b@gmail.com
-
-include ru-ru.dis    # All display opcodes
-include en-ueb-g1.ctb
-
-include mn-MN-common.cti
-# liblouis: Finnish 8 dot braille table
-#
-# -----------
-#-display-name: Finnish computer braille
-#
-#+locale:fi
-#+type:computer
-#+dots:8
-#
-# TODO: Please correct the metadata above. It is not meant to be
-# accurate nor complete. It hasn't been verified by the table
-# author yet. It is merely an attempt by the liblouis maintainers
-# to get some sensible initial values in place.
-#
-# TODO: Please add a reference to official documentation about
-# the implemented braille code. Preferably submit the documents
-# to https://github.com/liblouis/braille-specs.
-# -----------
-#
-# Based on the braille contraction modules in BRLTTY
-#
-# Copyright (C) 1995-2004 by The BRLTTY Team.
-# Copyright (C) 2004 ViewPlus Technologies, Inc., www.viewplustech.com
-# Copyright (C) 2004 Computers to Help People, Inc., www.chpi.org
-
-# This file is free software; you can redistribute it and/or
-# modify it under the terms of the GNU Lesser General Public
-# License as published by the Free Software Foundation; either
-# version 2.1 of the License, or (at your option) any later version.
-
-# This file is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-# Lesser General Public License for more details.
-
-# You should have received a copy of the GNU Lesser General Public
-# License along with this file; if not, write to the Free Software
-# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
-# liblouis  comes with ABSOLUTELY NO WARRANTY.
-
-# Maintained by John J. Boyer, director@chpi.org, www.chpi.org
-
-# Created by Code Factory S.L.
-
-include text_nabcc.dis
-
-letter \x0002 1278
-letter \x0003 1478
-letter \x0004 14578
-letter \x0005 2678
-letter \x0006 12478
-letter \x0007 124578
-letter \x0008 12578
-letter \x0009 3578
-letter \x000A 24578
-letter \x000B 1378
-letter \x000C 12378
-letter \x000D 13478
-letter \x000E 134578
-letter \x000F 23678
-letter \x0010 123478
-letter \x0011 1234578
-letter \x0012 123578
-letter \x0013 23478
-letter \x0014 234578
-letter \x0015 35678
-letter \x0016 123678
-letter \x0017 245678
-letter \x0018 134678
-letter \x0019 1345678
-letter \x001A 135678
-letter \x001B 345678
-letter \x001C 12345678
-letter \x001D 4678
-letter \x001E 4578
-letter \x001F 67
-
-letter \x0020 0
-
-space \x00a0 0
-#space \t 0-0
-#space \s 0
-
-# non Capital characters 
-letter a 1
-letter b 12
-letter c 14
-letter d 145
-letter e 15
-letter f 124
-letter g 1245
-letter h 125
-letter i  24
-letter j  245
-letter k 13
-letter l 123
-letter m 134
-letter n 1345
-letter o 135
-letter p 1234
-letter q 12345
-letter r 1235
-letter s 234
-letter t  2345
-letter u 136
-letter v 1236
-letter w  2456
-letter x 1346
-letter y 13456
-letter z 1356
-
-# capital characters
-letter A 17
-letter B 127
-letter C 147
-letter D 1457
-letter E 157
-letter F 1247
-letter G 12457
-letter H 1257
-letter I  247
-letter J  2457
-letter K 137
-letter L 1237
-letter M 1347
-letter N 13457
-letter O 1357
-letter P 12347
-letter Q 123457
-letter R 12357
-letter S 2347
-letter T  23457
-letter U 1367
-letter V 12367
-letter W  24567
-letter X 13467
-letter Y 134567
-letter Z 13567
-
-# the decimal digits
-include digits8Dots.uti
-
-
-
-# punctuations 
-punctuation ! 256
-punctuation " 56
-letter \x0023 3456
-letter $ 2346
-punctuation % 1456
-punctuation & 12346
-punctuation ' 5
-
-punctuation ( 236
-punctuation ) 356 
-punctuation * 35
-punctuation + 235
-punctuation , 2 
-letter - 36  
-punctuation . 3
-letter /  34
-
-punctuation :  25
-punctuation ;  23
-punctuation < 126
-punctuation = 2356
-punctuation > 156
-punctuation ? 26
-letter @ 4
-
-punctuation [   12356
-letter \x005C  146 # escape for \
-punctuation ]   23456
-letter ^  457
-letter _  346
-letter `  1234568
-
-punctuation {  1246
-punctuation |   456
-punctuation }  12456
-letter ~  45
-letter \x007f  7 
-
-
-#Hex Dots Dec Char Description
-letter \X00C2 24578 # 194Â Latin capital letter a with circumflex
-letter \X00CA  1267 # 202Ê Latin capital letter e with circumflex
-letter \X00CE  1467 # 206Î Latin capital letter i with circumflex
-letter \X00D4  14567 # 212Ô Latin capital letter o with circumflex
-letter \X00DB  1567 # 219Û Latin capital letter u with circumflex
-letter \X00E2 1678 # 226â Latin small letter a with circumflex
-letter \X00EA  12678 # 234ê Latin small letter e with circumflex
-letter \X00EE  14678 # 238î Latin small letter i with circumflex
-letter \X00F4  145678 # 244ô Latin small letter o with circumflex
-letter \X00FB  15678 # 251û Latin small letter u with circumflex
-
-# The 5 letters with a grave accent `) use the [6-0] dot combinations:
-
-#Hex Dots Dec Char Description
-letter \X00C0  235678 # 192À Latin capital letter a with grave
-letter \X00C8  3578 # 200È Latin capital letter e with grave
-letter \X00CC  57 # 204Ì Latin capital letter i with grave
-letter \X00D2 578 # 210Ò Latin capital letter o with grave
-letter \X00D9 35678 # 217Ù Latin capital letter u with grave
-letter \X00E0  123568 # 224à Latin small letter a with grave
-letter \X00E8  23468 # 232è Latin small letter e with grave
-letter \X00EC  348 # 236ì Latin small letter i with grave
-letter \X00F2 3468 # 242ò Latin small letter o with grave
-letter \X00F9 234568 # 249ù Latin small letter u with grave
-
-# The6 letters with an acute accent ') use the [a-f] dot combinations with
-# dots 3 and 6 added:
-
-#Hex Dots Dec Char Description
-letter \X00C1 28 # 193Á Latin capital letter a with acute
-letter \X00C9 1234567 # 201É Latin capital letter e with acute
-letter \X00CD 258 # 205Í Latin capital letter i with acute
-letter \X00D3 267 # 211Ó Latin capital letter o with acute
-letter \X00DA 268 # 218Ú Latin capital letter u with acute
-letter \X00DD 3568 # 221Ý Latin capital letter y with acute
-letter \X00E1 168 # 225á Latin small letter a with acute
-letter \X00E9 123456 # 233é Latin small letter e with acute
-letter \X00ED 2478 # 237í Latin small letter i with acute
-letter \X00F3 13578 # 243ó Latin small letter o with acute
-letter \X00FA 13678 # 250ú Latin small letter u with acute
-letter \X00FD 24568 # 253ý Latin small letter y with acute
-
-# The 6 letters with a dieresis accent ") use the [f-j] dot combinations with
-# dots 3 and 6 added, and the number sign because it fits the sequence
-# reasonably well):
-
-#Hex Dots Dec Char Description
-letter \X00C4 3457 # 196Ä Latin capital letter a with diaeresis
-letter \X00CB 2358 # 203Ë Latin capital letter e with diaeresis
-letter \X00CF 23568 # 207Ï Latin capital letter i with diaeresis
-letter \X00D6  2467 # 214Ö Latin capital letter o with diaeresis
-letter \X00DC  12567 # 220Ü Latin capital letter u with diaeresis
-letter \X00E4 345 # 228ä Latin small letter a with diaeresis
-letter \X00EB 12468 # 235ë Latin small letter e with diaeresis
-letter \X00EF 124568 # 239ï Latin small letter i with diaeresis
-letter \X00F6  246 # 246ö Latin small letter o with diaeresis
-letter \X00FC  1256 # 252ü Latin small letter u with diaeresis
-letter \X00FF 134568 # 255ÿ Latin small letter y with diaeresis
-
-# There is no uppercase y-dieresis in the  Latin 1 character set. The German
-# lowercase double-s, which also doesn't have an uppercase counterpart in the
-#  Latin 1 character set, uses its representation:
-
-#Hex Dots Dec Char Description
-letter \X00DF 34568 # 223ß Latin small letter sharp s
-
-# The remaining accented letters are:
-
-#Hex Dots Dec Char Description
-letter \X00C3 3467 # 195Ã Latin capital letter a with tilde
-letter \X00D1 2567 # 209Ñ Latin capital letter n with tilde
-letter \X00D5  267 # 213Õ Latin capital letter o with tilde
-letter \X00C5 167 # 197Å Latin capital letter a with ring above
-letter \X00C7 1578 # 199Ç Latin capital letter c with cedilla
-letter \X00D8 1567 # 216Ø Latin capital letter o with stroke
-letter \X00C6 47 # 198Æ Latin capital letter ae
-letter \X00D0 3567 # 208Ð Latin capital letter eth
-letter \X00DE 2357 # 222Þ Latin capital letter thorn
-letter \X00E3 13678 # 227ã Latin small letter a with tilde
-letter \X00F1 13458 # 241ñ Latin small letter n with tilde
-letter \X00F5  1358 # 245õ Latin small letter o with tilde
-letter \X00E5 16 # 229å Latin small letter a with ring above
-letter \X00E7 1234678 # 231ç Latin small letter c with cedilla
-letter \X00F8 24678 # 248ø Latin small letter o with stroke
-letter \X00E6 34578 # 230æ Latin small letter ae
-letter \X00F0 23458 # 240ð Latin small letter eth
-letter \X00FE 12348 # 254þ Latin small letter thorn
-sign \X25CF 35
-#
-# Copyright (C) 1995-2008 by The BRLTTY Developers.
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-
-
-# BRLTTY Text Table - Bulgarian
-#
-# Samuel Thibault <samuel.thibault@ens-lyon.org>
-# 
-# This table is based on the Unesco report on the progress of unification of
-# braille writing « L'ÉCRITURE BRAILLE DANS LE MONDE », by Sir Clutha
-# MACKENZIE: http://unesdoc.unesco.org/images/0013/001352/135251fo.pdf
-# The document is dated 1954, so this table may be quite outdated.
-#  Edited on Mar 10 2013 by Rumiana Kamenska <rkamenska@gmail.com>
-# to meet modern standards.
-# Added latinn letters.
-#
-# generated by ttbtest
-
-#Punctuation and symbols 
-space \s 0		SPACE
-space \t 9 tab
-space \s 0 blank
-space \x00a0 a unbreakable space
-sign \x000a 78 newline
-space \x000d 0 carriage return
-punctuation ! 235		EXCLAMATION MARK
-punctuation " 236		QUOTATION MARK
-punctuation ' 3		APOSTROPHE
-punctuation ( 126		LEFT PARENTHESIS
-punctuation ) 345		RIGHT PARENTHESIS
-punctuation , 2		COMMA
-punctuation - 36		HYPHEN-MINUS
-punctuation . 256		FULL STOP
-punctuation : 25		COLON
-punctuation ; 23		SEMICOLON
-punctuation ? 26		QUESTION MARK
-punctuation \x00a0 0		NO-BREAK SPACE
-sign _ 456
-math < 246
-math = 2345
-math > 135
-sign % 356
-math + 235
-math ~ 346
-sign ` 4
-sign & 12346
-sign $ 1246
-punctuation { 246
-punctuation [ 1235678
-punctuation } 135
-punctuation ] 2345678
-sign ^ 34
-sign @ 2346
-sign # 346
-sign \\ 16
-sign | 1456
-math / 34
-sign * 35
-
-# Digits
-digit 0 3568		DIGIT ZERO
-digit 1 28		DIGIT ONE
-digit 2 238		DIGIT TWO
-digit 3 258		DIGIT THREE
-digit 4 2568		DIGIT FOUR
-digit 5 268		DIGIT FIVE
-digit 6 2358		DIGIT SIX
-digit 7 23568		DIGIT SEVEN
-digit 8 2368		DIGIT EIGHT
-digit 9 358		DIGIT NINE
-
-#Cyrillic  letters
-uppercase \x0401 167		CYRILLIC CAPITAL LETTER IO
-uppercase \x0410 17		CYRILLIC CAPITAL LETTER A
-uppercase \x0411 127		CYRILLIC CAPITAL LETTER BE
-uppercase \x0412 24567		CYRILLIC CAPITAL LETTER VE
-uppercase \x0413 12457		CYRILLIC CAPITAL LETTER GHE
-uppercase \x0414 1457		CYRILLIC CAPITAL LETTER DE
-uppercase \x0415 157		CYRILLIC CAPITAL LETTER IE
-uppercase \x0416 2457		CYRILLIC CAPITAL LETTER ZHE
-uppercase \x0417 13567		CYRILLIC CAPITAL LETTER ZE
-uppercase \x0418 247		CYRILLIC CAPITAL LETTER I
-uppercase \x0419 134567		CYRILLIC CAPITAL LETTER SHORT I
-uppercase \x041a 137		CYRILLIC CAPITAL LETTER KA
-uppercase \x041b 1237		CYRILLIC CAPITAL LETTER EL
-uppercase \x041c 1347		CYRILLIC CAPITAL LETTER EM
-uppercase \x041d 13457		CYRILLIC CAPITAL LETTER EN
-uppercase \x041e 1357		CYRILLIC CAPITAL LETTER O
-uppercase \x041f 12347		CYRILLIC CAPITAL LETTER PE
-uppercase \x0420 12357		CYRILLIC CAPITAL LETTER ER
-uppercase \x0421 2347		CYRILLIC CAPITAL LETTER ES
-uppercase \x0422 23457		CYRILLIC CAPITAL LETTER TE
-uppercase \x0423 1367		CYRILLIC CAPITAL LETTER U
-uppercase \x0424 1247		CYRILLIC CAPITAL LETTER EF
-uppercase \x0425 1257		CYRILLIC CAPITAL LETTER HA
-uppercase \x0426 147		CYRILLIC CAPITAL LETTER TSE
-uppercase \x0427 123457		CYRILLIC CAPITAL LETTER CHE
-uppercase \x0428 1567		CYRILLIC CAPITAL LETTER SHA
-uppercase \x0429 13467		CYRILLIC CAPITAL LETTER SHCHA
-uppercase \x042a 123567		CYRILLIC CAPITAL LETTER HARD SIGN
-uppercase \x042b 23467		CYRILLIC CAPITAL LETTER YERU
-uppercase \x042c 234567		CYRILLIC CAPITAL LETTER SOFT SIGN
-uppercase \x042d 2467		CYRILLIC CAPITAL LETTER E
-uppercase \x042e 12567		CYRILLIC CAPITAL LETTER YU
-uppercase \x042f 12467		CYRILLIC CAPITAL LETTER YA
-lowercase \x0430 1		CYRILLIC SMALL LETTER A
-lowercase \x0431 12		CYRILLIC SMALL LETTER BE
-lowercase \x0432 2456		CYRILLIC SMALL LETTER VE
-lowercase \x0433 1245		CYRILLIC SMALL LETTER GHE
-lowercase \x0434 145		CYRILLIC SMALL LETTER DE
-lowercase \x0435 15		CYRILLIC SMALL LETTER IE
-lowercase \x0436 245		CYRILLIC SMALL LETTER ZHE
-lowercase \x0437 1356		CYRILLIC SMALL LETTER ZE
-lowercase \x0438 24		CYRILLIC SMALL LETTER I
-lowercase \x0439 13456		CYRILLIC SMALL LETTER SHORT I
-lowercase \x043a 13		CYRILLIC SMALL LETTER KA
-lowercase \x043b 123		CYRILLIC SMALL LETTER EL
-lowercase \x043c 134		CYRILLIC SMALL LETTER EM
-lowercase \x043d 1345		CYRILLIC SMALL LETTER EN
-lowercase \x043e 135		CYRILLIC SMALL LETTER O
-lowercase \x043f 1234		CYRILLIC SMALL LETTER PE
-lowercase \x0440 1235		CYRILLIC SMALL LETTER ER
-lowercase \x0441 234		CYRILLIC SMALL LETTER ES
-lowercase \x0442 2345		CYRILLIC SMALL LETTER TE
-lowercase \x0443 136		CYRILLIC SMALL LETTER U
-lowercase \x0444 124		CYRILLIC SMALL LETTER EF
-lowercase \x0445 125		CYRILLIC SMALL LETTER HA
-lowercase \x0446 14		CYRILLIC SMALL LETTER TSE
-lowercase \x0447 12345		CYRILLIC SMALL LETTER CHE
-lowercase \x0448 156		CYRILLIC SMALL LETTER SHA
-lowercase \x0449 1346		CYRILLIC SMALL LETTER SHCHA
-lowercase \x044a 12356		CYRILLIC SMALL LETTER HARD SIGN
-lowercase \x044b 2346		CYRILLIC SMALL LETTER YERU
-lowercase \x044c 23456		CYRILLIC SMALL LETTER SOFT SIGN
-lowercase \x044d 246		CYRILLIC SMALL LETTER E
-lowercase \x044e 1256		CYRILLIC SMALL LETTER YU
-lowercase \x044f 1246		CYRILLIC SMALL LETTER YA
-lowercase \x0451 16		CYRILLIC SMALL LETTER IO
-uppercase \x0462 3457		CYRILLIC CAPITAL LETTER YAT
-lowercase \x0463 345		CYRILLIC SMALL LETTER YAT
-uppercase \x046a 2467		CYRILLIC CAPITAL LETTER BIG YUS
-lowercase \x046b 246		CYRILLIC SMALL LETTER BIG YUS
-
-# Latin letters
-uplow Aa 178,18
-uplow Bb 1278,128
-uplow Cc 1478,148
-uplow Dd 14578,1458
-uplow Ee 1578,158
-uplow Ff 12478,1248
-uplow Gg 124578,12458
-uplow Hh 12578,1258
-uplow Ii 2478,248
-uplow Jj 24578,2458
-uplow Kk 1378,138
-uplow Ll 12378,1238
-uplow Mm 13478,1348
-uplow Nn 134578,13458
-uplow Oo 13578,1358
-uplow Pp 123478,12348
-uplow Qq 1234578,123458
-uplow Rr 123578,12358
-uplow Ss 23478,2348
-uplow Tt 234578,23458
-uplow Uu 13678,1368
-uplow Vv 123678,12368
-uplow Ww 245678,24568
-uplow Xx 134678,13468
-uplow Yy 1345678,134568
-uplow Zz 135678,13568
-
-# Miscellaneous
-noback sign \x25CF 35 BLACK CIRCLE
-#-display-name: Hungarian partially contracted braille
-
-#+locale:hu
-#+type:literary
-#+contraction:partial
-#+grade:1
-#+hyphenation:yes
-
-# TODO: Please correct the metadata above. It is not meant to be
-# accurate nor complete. It hasn't been verified by the table
-# author yet. It is merely an attempt by the liblouis maintainers
-# to get some sensible initial values in place.
-
-# TODO: Please add a reference to official documentation about
-# the implemented braille code. Preferably submit the documents
-# to https://github.com/liblouis/braille-specs.
-
-include hu-hu-g1.ctb
-include hyph_hu_HU.dic
-include braille-patterns.cti
-#+locale:fr
-#+type:literary
-#+contraction:no
-#+dots:6
-#+system:bfu
-
-#-display-name: Unified French 6 dots braille
-#-author: Michel Such <michel.such@free.fr>
-#-author: André-Abush CLAUSE <dev@andreabc.net>
-#-author: Ludovic Oger <oger.ludovic@gmail.com>
-#-author: Nicolas Pitre <nico@cam.org>
-#-author: The BRLTTY Team <http://brltty.com/>
-#-license: LGPLv2.1
-#-updated: 2018-03-04
-
-# liblouis: Unified French 6 dots Braille table
-
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-
-#	Référence :
-#		Code braille français uniformisé | association Valentin Haüy - Révision 2008
-#		http://www.avh.asso.fr/fr/tout-savoir-sur-le-braille/lecriture-braille/code-braille-francais-uniformise
-#	Association Valentin Haüy
-#		5, rue Duroc 75343 Paris Cedex 07
-
-# Uncontracted Unified French Table
-# ---------------------------------
-
-undefined 0
-
-display ¨ 46
-display : 25
-display " 2356
-display ! 235
-display - 36
-display . 256
-display / 34
-display * 35
-display | 456
-display ¸ 456
-display ¤ 45
-display „ 56
-display ^ 4
-display \s 0
-display @ 345
-display ó 346
-
-space \s 0      	# blank 32
-space \t 9 tab    # 9
-space \x001B 1b   # escape
-space \x000A 0    # lf
-space \x000c 0    #
-space \x000D 0    # cr
-space \x00A0 a    # no-break space
-space \x007f 0
-
-include latinLetterDef6Dots.uti
-
-punctuation , 2    # virgule
-punctuation ; 23   # point-virgule
-punctuation : 25   # deux-points
-punctuation . 256  # point
-punctuation ? 26   # point d'interrogation
-punctuation ! 235  # point d'exclamation
-punctuation " 2356 # guillemet
-punctuation ( 236  # parenthèse ouvrante
-punctuation ) 356  # parenthèse fermante
-punctuation ' 3    #  apostrophe
-punctuation « 2356 # guillemet français ouvrant
-punctuation » 2356 # guillemet français fermant
-punctuation [ 45-236  # crochet droit ouvrant
-comp6 [ 45-236
-punctuation ] 356-12	#	crochet droit fermant
-comp6 ] 356-12
-punctuation { 6-6-236	#	accolade de gauche
-punctuation } 356-3-3	#	accolade de droite
-
-uplow \x00c7\x00e7  12346 # c cédille (Çç)
-uplow \x00c6\x00E6 345     #*ae
-uplow \x0152\x0153    246 # oe liés (Œœ)
-uplow \x00C3\x00E3 5-26-1		a tilde
-noback uplow \x00d1\x00f1 12456 # n tilde (Ññ)
-
-uplow \x00c0\x00e0  12356 # a accent grave (Àà)
-uplow \x00c8\x00e8   2346 # e accent grave (Èè)
-uplow \x00d9\x00f9  23456 # u accent grave (Ùù)
-noback uplow \x00cc\x00ec  34 # i accent grave (Ìì)
-noback uplow \x00d2\x00f2 346 # o accent grave (Òò)
-
-uplow \x00c2\x00e2     16 # a accent circonflexe (Ââ)
-uplow \x00ca\x00ea    126 # e accent circonflexe (Êê)
-uplow \x00ce\x00ee    146 # i accent circonflexe (Îî)
-uplow \x00d4\x00f4   1456 # o accent circonflexe (Ôô)
-uplow \x00db\x00fb    156 # u accent circonflexe (Ûû)
-
-uplow \x00c1\x00e1  12356 # a accent aigu (Áá)
-uplow \x00c9\x00e9 123456 # e accent aigu (Éé)
-uplow \x00d3\x00f3    346 # o accent aigu (Óó)
-uplow \x00da\x00fa  23456 # u accent aigu (Úú)
-noback uplow \x00cd\x00ed 34 # i accent aigu (Íí)
-
-uplow \x00c4\x00e4    345 # a tréma (Ää)
-uplow \x00cb\x00eb   1246 # e tréma (Ëë)
-uplow \x00cf\x00ef  12456 # i tréma (Ïï)
-uplow \x00d6\x00f6    246 # o tréma (Öö)
-uplow \x00dc\x00fc   1256 # u tréma (Üü)
-uplow \x00C5\x00e5 5-1       #*latin capital letter a with ring above (unofficial)
-uplow \x00d8\x00f8 56-246 # o barré (non officiel)
-
-digit 0 3456
-litdigit        0      3456
-comp6 0 3456
-
-include digits6DotsPlusDot6.uti
-include litdigits6DotsPlusDot6.uti
-
-math + 235  # plus
-math - 36
-math * 35   # astérisque
-math / 34   # barre oblique
-math = 2356 # égal
-math ( 236
-math ) 356
-
-math \x00F7 25     # divisé par
-math \x003c 5-126  # inférieur à
-math \x003e 5-345  # supérieur à
-
-# guillemets
-punctuation \x00AB 2356     # right-pointing double angle quotation mark
-punctuation \x00BB 2356     # left-pointing double angle quotation mark
-punctuation \x2018 2356     # left single quotation mark
-punctuation \x2019 2356     # right single quotation mark
-punctuation \x201C 2356     # left double quotation mark
-punctuation \x201D 2356     # right double quotation mark
-sign \x201E 56     # double low-9 quotation mark
-punctuation \x201F 2356     # double high-reversed-9 quotation mark
-punctuation \x275B 2356     # heavy single turned comma quotation mark ornament
-punctuation \x275C 2356     # heavy single comma quotation mark ornament
-punctuation \x275D 2356     # heavy double turned comma quotation mark ornament
-punctuation \x275E 2356     # heavy double comma quotation mark ornament
-punctuation \x275F 2356     # heavy low single comma quotation mark ornament
-punctuation \x2760 2356     # heavy low double comma quotation mark ornament
-
-noback sign \x200e 0        # (left to right mark)
-noback sign \x200f 0        # (right to left mark)
-sign ¸ 456           # cédille
-
-# tirets et traits d'union
-punctuation - 36         # hyphen-minus
-sign \x2010 36           # hyphen
-sign \x2011 36           # non-breaking hyphen
-sign \x2012 36           # figure dash
-sign \x2013 36           # (en dash)
-sign \x2014 36           # (em dash)
-noback sign \x2015 36-36 # horizontal bar (quotation dash long dash introducing quoted text)
-sign \xFE58 36           # small em dash
-sign \xFE63 36           # small hyphen-minus
-sign \xFF0D 36           # fullwidth hyphen-minus
-
-word — 456-36
-word – 36-36
-
-sign \x2022 246-135      # (bullet)
-sign \x2026 256-256-256  # 8230	MS Word smart ellipsis
-sign \x25cf 35           # black circle
-sign \xf0b7 1245         # (bullet MS symbol font?)
-
-sign \\ 5-34         # barre oblique inversée
-sign @ 345           # arobase
-sign \x0023 5-3456   # croisillon
-comp6 \x0023 5-3456  # # croisillon
-sign \xFE5F 5-3456   # croisillon minuscule
-sign \xFF03 5-3456   # croisillon pleine chasse
-sign % 5-346         # pourcent
-sign ‰ 5-346-346     # pour mille
-sign * 5-35          # astérisque
-sign _ 5-36          # souligné
-noback sign ´ 5
-sign \x0060 6   # accent aigu (`)
-sign \x007C 456 # barre verticale
-sign \x0083 124      # [latin small letter f with hook (no break here)
-sign \x0084 56       # [double low-9 quotation mark (<control>)
-sign \x0085 36       # [horizontal ellipsis (next line)
-sign \x0086 356      # [dagger (start of selected area)
-sign \x0087 3567     # [double dagger (end of selected area)
-noback sign \x0088 4 # [modifier letter circumflex accent (character tabulation set)
-sign \x0089 346      # [per mille sign (character tabulation with justification)
-noback sign \x008B 5 # [single left-pointing angle quotation mark] (partial line down)
-sign \x0095 1245     # [bullet] (message waiting)
-noback sign \x0096 36-36      # [en dash] (start of guarded area)
-noback sign \x0097 36-36      # [em dash] (end of guarded area)
-sign \x0098 46     # [small tilde] (start of string)
-sign \x0099 2345   # [trade mark sign] (<control>)
-sign \x2122 5-2345 # TRADE MARK SIGN
-noback sign \x009B 5 # [single right-pointing angle quotation mark] (control sequence introducer)
-sign \x00A1 235      # inverted exclamation mark
-noback sign \x00A6 45      # broken bar
-sign \x00A8 46      # diaeresis
-noback sign \x00AA 16      # feminine ordinal indicator
-sign \x00AC 256       # not sign
-noback sign \x00AD 0  # soft hyphen
-sign \x00AE 5-1235  # registered sign
-sign \x00B1 235-36  # plus-minus sign
-sign \x00B5 45-134  # micro sign
-sign \x00B6 456     # pilcrow sign
-noback sign \x00B7 0       # middle dot
-sign \x00BA 26      # masculine ordinal indicator
-
-sign \x00BF 26      #*inverted question mark
-sign \x00D0 12      # latin capital letter eth
-sign \x00D7 5-35    # multiplication sign
-sign \x00D8 3456    # latin capital letter o with stroke
-sign \x00DE 245     # latin capital letter thorn
-sign \x00DF 234     # latin small letter sharp s
-uplow \x00c6\x00E6 345     #*ae
-sign \x00F0 12      # latin small letter eth
-sign \x00FE 245     # latin small letter thorn
-sign © 5-14				  # copyright
-sign ° 5-135			  # degré
-sign & 5-123456		  # perluète (et commercial)
-sign ¢ 45-14  		  # cent
-sign € 45-15			  # euro
-sign £ 45-123			  # livre
-sign $ 45-234			  # dollar
-comp6 $ 45-234
-sign ¥ 45-13456		  # yen
-sign ¤ 6-45					  # symbole monétaire
-sign § 5-1234			  # paragraphe
-
-sign ^ 4 # accent circonflexe
-noback sign ¹ 4-16  # exposant 1
-noback sign ² 4-126 # exposant 2
-noback sign ³ 4-146 # exposant 3
-sign ¼ 16-34-1456   # un quart
-sign ½ 16-34-126    # un demi
-sign ¾ 146-34-1456  # trois quarts
-sign \x007E 5-26  # 126 ~    tilde
-
-# unicode braille
-include braille-patterns.cti
-
-# other signs: 8 and 6 dots
-include fr-bfu-comp68.cti
-# with a few exceptions...
-noback math \X00B1 235-36 ± plus ou moins
-noback math \X00D7 35 × multiplié par
-noback math \X2715 35 ✕ multiplié par
-noback math \X00B7 35-35 · point multiplicatif ; produit scalaire
-noback math \X00F7 25 ÷ divisé par
-
-# Braille indicators
-numsign 6             # number sign, just a dots operand
-numericmodechars ^,:.+-*/()=[]
-numericnocontchars 0123456789
-
-capsletter 46
-begcapsword 46-46
-endcapsword 6-3 # The first method is not compatible with liblouis, so use of the alternative method (official but but less common)
-
-emphclass italic
-emphclass underline
-emphclass bold
-begemphphrase italic 456-456
-endemphphrase italic before 456
-begemphword italic 456
-emphletter italic 456
-begemphphrase bold 456-456
-endemphphrase bold before 456
-
-noback midword \x2019 3     # right single quotation mark
-midnum \s 0						# espace entre les chiffres
-midnum - 36
-midnum + 235
-endnum + 235
-midnum = 2356
-endnum = 2356
-midnum / 34
-endnum / 34
-decpoint , 2
-
-math [ 12356
-math ] 23456
-midnum [ 12356
-endnum [ 12356
-midnum ] 23456
-endnum ] 23456
-midnum ( 236
-endnum ( 236
-midnum ) 356
-endnum ) 356
-
-postpunc , 2
-postpunc ; 23
-postpunc : 25
-postpunc . 256
-postpunc ? 26
-postpunc ! 235
-prepunc « 2356	    # guillemet français ouvrant
-postpunc » 2356	   # guillemet français fermant
-prepunc ( 236      # parenthèse ouvrante
-postpunc ) 356     # parenthèse fermante
-prepunc [ 45-236  # crochet droit ouvrant
-postpunc ] 356-12	#	crochet droit fermant
-prepunc { 6-6-236	#	accolade de gauche
-postpunc } 356-3-3	#	accolade de droite
-
-
-repeated ... 256-256-256		#	points de suspension
-repeated --- 36-36-36
-repeated ___ 456-456-456
-
-word = 6-2356
-word + 6-235
-begword + 6-235
-begword = 6-2356
-midword + 6-235
-midword = 6-2356
-endword + 6-235
-endword = 6-2356
-
-nofor pass2 [@6-235]$d @6-235-6
-nofor pass2 [@6-2356]$d @6-2356-6
-# This file is obsolete. Do not use!
-
-# liblouis: uni-text.dis
-#
-# Copyright (C) 1995-2004 by The BRLTTY Team
-# Copyright (C) 2004 ViewPlus Technologies, Inc., www.viewplustech.com
-# Copyright (C) 2004 Computers to Help People, Inc., www.chpi.org
-
-# This file is free software; you can redistribute it and/or
-# modify it under the terms of the GNU Lesser General Public
-# License as published by the Free Software Foundation; either
-# version 2.1 of the License, or (at your option) any later version.
-
-# This file is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-# Lesser General Public License for more details.
-
-# You should have received a copy of the GNU Lesser General Public
-# License along with this file; if not, write to the Free Software
-# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
-# liblouis  comes with ABSOLUTELY NO WARRANTY.
-
-# This is a description of the default text translation table used by BRLTTY.  
-
-
-        #Hex   Dots				Dec		Char Description
-display \X0020 0					#32					space
-display \X0021  2346			#33		!			exclamation mark
-display \X0022    5				#34		"			quotation mark
-display \X0023   3456			#35		#			number sign
-display \X0024 1246				#36		$			dollar sign
-display \X0025 146				#37		%			percent sign
-display \X0026 12346			#38		&			ampersand
-display \X0027  3					#39		'			apostrophe
-display \X0028	12356			#40		(			left parenthesis
-display \X0029   23456		#41		)			right parenthesis
-display \X002A 16					#42		*			asterisk
-display \X002B	346				#43		+			plus sign
-display \X002C    6				#44		,			comma
-display \X002D	36				#45		-			hyphen-minus
-display \X002E	46				#46		.			full stop
-display \X002F	34				#47		/			solidus
-
-display \X0030	356		#480			digit zero
-display \X0031	2			#491			digit one
-display \X0032	23		#502			digit two
-display \X0033	25		#513			digit three
-display \X0034  256		#524			digit four
-display \X0035  26		#535			digit five
-display \X0036  235		#546			digit six
-display \X0037  2356	#557			digit seven
-display \X0038  236		#568			digit eight
-display \X0039	35		#579			digit nine
-
-display \X003A	156			#58		:		colon
-display \X003B   56			#59		;		semicolon
-display \X003C 126			#60		<		less-than sign
-display \X003D 123456		#61		=		equals sign
-display \X003E 345			#62		>		greater-than sign
-display \X003F 1456			#63		?		question mark
-display \X0040  47			#64		@	commercial at
-
-        #Hex   Dots		Dec	Char Description
-display \X0041 1				#65	A Latin capital letter a
-display \X0042 12				#66	B Latin capital letter b
-display \X0043 14				#67	C Latin capital letter c
-display \X0044 145			#68	D Latin capital letter d
-display \X0045 15				#69	E Latin capital letter e
-display \X0046 124			#70	F Latin capital letter f
-display \X0047 1245			#71	G Latin capital letter g
-display \X0048 125			#72	H Latin capital letter h
-display \X0049 24				#73	I Latin capital letter i
-display \X004A 245			#74	J Latin capital letter j
-display \X004B 13				#75	K Latin capital letter k
-display \X004C 123			#76	L Latin capital letter l
-display \X004D 134			#77	M Latin capital letter m
-display \X004E 1345			#78	N Latin capital letter n
-display \X004F 1357			#79	O Latin capital letter o
-display \X0050 1234			#80	P Latin capital letter p
-display \X0051 12345		#81	Q Latin capital letter q
-display \X0052 1235			#82	R Latin capital letter r
-display \X0053 234			#83	S Latin capital letter s
-display \X0054 2345			#84	T Latin capital letter t
-display \X0055 136			#85	U Latin capital letter u
-display \X0056 1236			#86	V Latin capital letter v
-display \X0057 2456			#87	W Latin capital letter w
-display \X0058 1346			#88	X Latin capital letter x
-display \X0059 13456		#89	Y Latin capital letter y
-display \X005A 1356			#90	Z Latin capital letter z
-
-display \X005B 246			#	91  [		left square bracket
-display \X005C 12567		#	92	\		reverse solidus
-display \X005D 12456		# 93  ]		right square bracket
-display \X005E 2346		# 94 ^	circumflex accent
-display \X005F 456		# 95 _	low line
-display \X0060 345		# 96 `	grave accent
-
-display \X0061 1			#97  a  Latin small letter a
-display \X0062 12			#98  b Latin small letter b
-display \X0063 14			#99  c Latin small letter c
-display \X0064 145		#100 d Latin small letter d
-display \X0065 15			#101 e Latin small letter e
-display \X0066 124		#102 f Latin small letter f
-display \X0067 1245		#103 g Latin small letter g
-display \X0068 125		#104 h Latin small letter h
-display \X0069  24		#105 i Latin small letter i
-display \X006A  245		#106 j Latin small letter j
-display \X006B 13			#107 k Latin small letter k
-display \X006C 123		#108 l Latin small letter l
-display \X006D 134		#109 m Latin small letter m
-display \X006E 1345		#110 n Latin small letter n
-display \X006F 135		#111 o Latin small letter o
-display \X0070 1234		#112 p Latin small letter p
-display \X0071 12345	#113 q Latin small letter q
-display \X0072 1235		#114 r Latin small letter r
-display \X0073 234		#115 s Latin small letter s
-display \X0074  2345	#116 t Latin small letter t
-display \X0075 136		#117 u Latin small letter u
-display \X0076 1236		#118 v Latin small letter v
-display \X0077  2456	#119 w Latin small letter w
-display \X0078 1346		#120 x Latin small letter x
-display \X0079 13456	#121 y Latin small letter y
-display \X007A 1356		#122 z Latin small letter z
-
-display \X007B  12356			# 123 {		left curly bracket
-display \X007C 34					# 124 |		vertical line
-display \X007D 23456			#	125 }		right curly bracket
-display \X007E   45				#	126 ~   tilde
-display \X007F 4568				# 127	^		?delete
-
-					#Hex Dots Dec Char Description
-display \X0080 48			# 128		~@<control>
-display \X0081 18			# 129		~A<control>
-display \X0082 128		# 130		~Bbreak permitted here
-display \X0083 148		# 131		~Cno break here
-display \X0084 1458		# 132		~D<control>
-display \X0085 158		# 133		~Enext line
-display \X0086 1248		# 134		~Fstart of selected area
-display \X0087 12458	# 135		~Gend of selected area
-display \X0088 1258		# 136		~Hcharacter tabulation set
-display \X0089  248		# 137		~Icharacter tabulation with justification
-display \X008A  2458	# 138		~Jline tabulation set
-display \X008B 138	# 139~Kpartial line down
-display \X008C 1238 # 140~Lpartial line up
-display \X008D 1348 # 141~Mreverse line feed
-display \X008E 13458 # 142~Nsingle shift two
-display \X008F 1358 # 143~Osingle shift three
-display \X0090 12348 # 144~Pdevice control string
-display \X0091 123458 # 145~Qprivate use one
-display \X0092 12358 # 146~Rprivate use two
-display \X0093 2348 # 147~Sset transmit state
-display \X0094  23458 # 148~Tcancel character
-display \X0095 1368 # 149~Umessage waiting
-display \X0096 12368 # 150~Vstart of guarded area
-display \X0097  24568 # 151~Wend of guarded area
-display \X0098 13468 # 152~Xstart of string
-display \X0099 134568 # 153~Y<control>
-display \X009A 13568 # 154~Zsingle character introducer
-display \X009B  2468 # 155~[control sequence introducer
-display \X009C 12568 # 156~\string terminator
-display \X009D 124568 # 157~]operating system command
-display \X009E 458 # 158~^privacy message
-display \X009F 4568		# 159				~_application program command
-display \X00A0 0			#160			no-break space
-
-#Hex Dots Dec Char Description
-display \X0000 478 #0^@null
-display \X0001 178 #1^Astart of heading
-display \X0002 1278 #2^Bstart of text
-display \X0003 1478 #3^Cend of text
-display \X0004 14578 #4^Dend of transmission
-display \X0005 1578 #5^Eenquiry
-display \X0006 12478 #6^Facknowledge
-display \X0007 124578 #7^Gbell
-display \X0008 12578 #8^Hbackspace
-display \X0009  2478 #9^Ihorizontal tabulation
-display \X000A  24578 #10^Jline feed
-display \X000B 1378 #11^Kvertical tabulation
-display \X000C 12378 #12^Lform feed
-display \X000D 13478 #13^Mcarriage return
-display \X000E 134578 #14^Nshift out
-display \X000F 13578 #15^Oshift in
-display \X0010 123478 #16^Pdata link escape
-display \X0011 1234578 #17^Qdevice control one
-display \X0012 123578 #18^Rdevice control two
-display \X0013 23478 #19^Sdevice control three
-display \X0014  234578 #20^Tdevice control four
-display \X0015 13678 #21^Unegative acknowledge
-display \X0016 123678 #22^Vsynchronous idle
-display \X0017  245678 #23^Wend of transmission block
-display \X0018 134678 #24^Xcancel
-display \X0019 1345678 #25^Yend of medium
-display \X001A 135678 #26^Zsubstitute
-display \X001B  24678 #27^[escape
-display \X001C 125678 #28^\file separator
-display \X001D 1245678 #29^]group separator
-display \X001E 4578 #30^^record separator
-display \X001F 45678 #31^_unit separator
-
-				#Hex	 Dots			Dec	Char	Description
-display \X00A1 23467  #	161 ¡			inverted exclamation mark
-display \X00A2 58			#162	¢			cent sign 
-display \X00A3 34567  # 163	£			pound sign
-display \X00A4 1467		# 164	¤			currency sign
-display \X00A5 123467 # 165	¥			yen sign
-display \X00A6 1567		# 166	¦			broken bar
-display \X00A7 357		# 167	§			section sign
-display \X00A8  57		# 168	¨			diaeresis
-display \X00A9  23567 # 169	©			copyright sign
-display \X00AA 8			# 170	ª			feminine ordinal indicator
-display \X00AB 1267		# 171	«			left-pointing double angle quotation mark
-display \X00AC  2567  # 172	¬			not sign
-display \X00AD 367		# 173	­			soft hyphen
-display \X00AE  2367  # 174	®			registered sign
-display \X00AF  267		# 175	¯			macron
-display \X00B0 3567		# 176	°			degree sign
-
-display \X00C0  23578		# 192		À		Latin capital letter a with grave
-display \X00C1	1678		# 193		Á		Latin capital letter a with acute
-display \X00C2	16			# 194		Â		Latin capital letter a with circumflex
-display \X00C3	578 # 195Ã Latin capital letter a with tilde
-display \X00C4	1234678 # 196Ä Latin capital letter a with diaeresis
-display \X00C5	34578 # 197Å Latin capital letter a with ring above
-display \X00C6	378 # 198Æ Latin capital letter ae
-display \X00C7	34678 # 199Ç Latin capital letter c with cedilla
-display \X00C8  23567		#	200		È		Latin capital letter e with grave
-display \X00C9	12678		# 201É Latin capital letter e with acute
-display \X00CA  2378	# 202		Ê		Latin capital letter e with circumflex
-display \X00CB 12345678 # 203Ë Latin capital letter e with diaeresis
-display \X00CC  23678 # 204Ì Latin capital letter i with grave
-display \X00CD 14678 # 205Í Latin capital letter i with acute
-display \X00CE  2578	# 206		Î		Latin capital letter i with circumflex
-display \X00CF 1235678 # 207Ï Latin capital letter i with diaeresis
-display \X00D0 678 # 208Ð Latin capital letter eth
-display \X00D1 4678 # 209Ñ Latin capital letter n with tilde
-display \X00D2 3578 # 210Ò Latin capital letter o with grave
-display \X00D3 145678 # 211Ó Latin capital letter o with acute
-display \X00D4  25678 # 212		Ô		Latin capital letter o with circumflex
-display \X00D5  5678 # 213Õ Latin capital letter o with tilde
-display \X00D6  234678 # 214Ö Latin capital letter o with diaeresis
-display \X00D7 167  # 215×multiplication sign
-display \X00D8 3478 # 216Ø Latin capital letter o with stroke
-display \X00D9 35678 # 217Ù Latin capital letter u with grave
-display \X00DA 15678 # 218Ú Latin capital letter u with acute
-display \X00DB  2678	# 219		Û		Latin capital letter u with circumflex
-display \X00DC  2345678 # 220Ü Latin capital letter u with diaeresis
-display \X00DD 124678 # 221Ý Latin capital letter y with acute
-display \X00DE 3678 # 222Þ Latin capital letter thorn
-display \X00DF 345678 # 223ß Latin small letter sharp s
-display \X00E0  2358 # 224à Latin small letter a with grave
-display \X00E1 168 # 225á Latin small letter a with acute
-display \X00E2	16		# 226		â		Latin small letter a with circumflex
-display \X00E3 58 # 227ã Latin small letter a with tilde
-display \X00E4 123468 # 228ä Latin small letter a with diaeresis
-display \X00E5 3458 # 229å Latin small letter a with ring above
-display \X00E6 38 # 230æ Latin small letter ae
-display \X00E7 3468 # 231ç Latin small letter c with cedilla
-display \X00E8  23568 # 232è Latin small letter e with grave
-display \X00E9 1268 # 233é Latin small letter e with acute
-display \X00EA  238		# 234		ê		Latin small letter e with circumflex
-display \X00EB 1234568 # 235ë Latin small letter e with diaeresis
-display \X00EC  2368 # 236ì Latin small letter i with grave
-display \X00ED 1468 # 237í Latin small letter i with acute
-display \X00EE  258		# 238		î		Latin small letter i with circumflex
-display \X00EF 123568 # 239ï Latin small letter i with diaeresis
-display \X00F0 68 # 240ð Latin small letter eth
-display \X00F1 468 # 241ñ Latin small letter n with tilde
-display \X00F2 358 # 242ò Latin small letter o with grave
-display \X00F3 14568 # 243ó Latin small letter o with acute
-display \X00F4  2568	# 244		ô		Latin small letter o with circumflex
-display \X00F5  568 # 245õ Latin small letter o with tilde
-display \X00F6  23468 # 246ö Latin small letter o with diaeresis
-display \X00F7 347  # 247÷division sign
-display \X00F8 348 # 248ø Latin small letter o with stroke
-display \X00F9 3568 # 249ù Latin small letter u with grave
-display \X00FA 1568 # 250ú Latin small letter u with acute
-display \X00FB  268		# 251		û		Latin small letter u with circumflex
-display \X00FC  234568 # 252ü Latin small letter u with diaeresis
-display \X00FD 12468 # 253ý Latin small letter y with acute
-display \X00FE 368 # 254þ Latin small letter thorn
-display \X00FF 34568 # 255ÿ Latin small letter y with diaeresis
-
-
-display \X00BB 3457  # 187»right-pointing double angle quotation mark
-display \X00B9  27  # 185¹superscript one
-display \X00B2 237  # 178²superscript two
-display \X00B3 257  # 179³superscript three
-display \X00B1 3467  # 177±plus-minus sign
-display \X00D7 167  # 215×multiplication sign
-
-display \X00B7 467  # 183·middle dot
-
-display \X00BF 14567  # 191¿inverted question mark
-
-
-display \X00B6  2357  # 182	¶		pilcrow sign
-
-
-#Hex Dots Dec Char Description
-display \X00BC 123567  # 188¼vulgar fraction one quarter
-display \X00BD 1234567  # 189½vulgar fraction one half
-display \X00BE  234567  # 190¾vulgar fraction three quarters
-
-# Each of the three extended accent characters is the same as its conventional
-# compose character but with dot7 added:
-
-#Hex Dots Dec Char Description
-display \X00B4 37  # 180´acute accent
-display \X00B8 67  # 184¸cedilla
-
-
-# The two gender symbols are:
-
-#Hex Dots Dec Char Description
-display \X00BA 7  # 186ºmasculine ordinal indicator
-
-
-# The three remaining characters are:
-
-#Hex Dots Dec Char Description
-
-display \X00B5  567  # 181µmicro sign
-
-
-# The nonbreaking space is dots 7 and 8 because this presents a sequence of
-# nonbreaking spaces as a smooth low line segment.
-
-#Hex Dots Dec Char Description
-
-#  Copyright (C) 2015 by Harpo Sp. z o. o. <info@harpo.com.pl>
-#
-# -----------
-#-display-name: Polish computer braille
-#
-#+locale:pl
-#+type:computer
-#+dots:8
-#
-# TODO: Please correct the metadata above. It is not meant to be
-# accurate nor complete. It hasn't been verified by the table
-# author yet. It is merely an attempt by the liblouis maintainers
-# to get some sensible initial values in place.
-#
-# TODO: Please add a reference to official documentation about
-# the implemented braille code. Preferably submit the documents
-# to https://github.com/liblouis/braille-specs.
-# -----------
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 3 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-
-include latinLetterDef8Dots.uti
-include digits8Dots.uti
-
-uplow \x00D3\x00F3 3467,346     # letter o with acute	
-uplow \x0104\x0105 167,16	    # letter a with ogonek
-uplow \x0106\x0107 1467,146 	# letter c with acute
-uplow \x0118\x0119 1567,156     # letter e with ogonek
-uplow \x0141\x0142 1267,126     # letter l with stroke
-uplow \x0143\x0144 14567,1456   # letter n with acute
-uplow \x015A\x015B 2467,246     # letter s with acute
-uplow \x0179\x017A 23467,2346   # letter z with acute
-uplow \x017B\x017C 123467,12346 # letter z with dot above
-
-space \s 0 blank
-
-punctuation \x0021 2358 	# !
-punctuation \x0022 5 	# "
-sign \x0023 3456 	# #
-sign \x0024 46 	# $
-sign \x0025 123456 	# %
-sign \x0026 123468 	# &
-punctuation \x0027 4 	# '
-punctuation \x0028 236 	# (
-punctuation \x0029 356 	# )
-sign \x002A 35 	# *
-math \x002B 235 	# +
-punctuation \x002C 2 	# ,
-punctuation \x002D 36 	# -
-punctuation \x002E 3 	# .
-math \x002F 256 	# /
-punctuation \x003A 25 	# :
-punctuation \x003B 23 	# ;
-math \x003C 56 	# <
-math \x003D 2356 	# =
-math \x003E 45 	# >
-punctuation \x003F 26 	# ?
-sign \x0040 3457 	# @
-punctuation \x005B 12356 	# [
-sign \x005C 34 	# backslash
-punctuation \x005D 23456 	# ]
-sign \x005E 23468 	# ^
-sign \x005F 6 	# _
-sign \x0060 345 	# `
-punctuation \x007B 123567 	# {
-sign \x007C 456 	# |
-punctuation \x007D 234567 	# }
-math \x007E 1246 	# ~
-
-noback sign \x0000 34578
-noback sign \x0001 178
-noback sign \x0002 1278
-noback sign \x0003 1478
-noback sign \x0004 14578
-noback sign \x0005 1578
-noback sign \x0006 12478
-noback sign \x0007 124578
-noback sign \x0008 12578
-noback sign \x0009 2478
-noback sign \x000A 24578
-noback sign \x000B 1378
-noback sign \x000C 12378
-noback sign \x000D 13478
-noback sign \x000E 134578
-noback sign \x000F 13578
-noback sign \x0010 123478
-noback sign \x0011 1234578
-noback sign \x0012 123578
-noback sign \x0013 23478
-noback sign \x0014 234578
-noback sign \x0015 13678
-noback sign \x0016 123678
-noback sign \x0017 245678
-noback sign \x0018 134678
-noback sign \x0019 1345678
-noback sign \x001A 135678
-noback sign \x001B 1235678
-noback sign \x001C 3478
-noback sign \x001D 2345678
-noback sign \x001E 234678
-noback sign \x001F 45678
-
-noback sign \x007F 267
-sign \x0080 1256
-sign \x0081 12456
-noback sign \x0082 7
-noback sign \x0083 27
-noback sign \x0084 37
-noback sign \x0085 237
-noback sign \x0086 47
-noback sign \x0087 347
-noback sign \x0088 57
-noback sign \x0089 257
-noback sign \x008A 357
-noback sign \x008B 2357
-noback sign \x008C 2467
-noback sign \x008D 457
-noback sign \x008E 67
-noback sign \x008F 23467
-noback sign \x0090 367
-noback sign \x0091 2367
-noback sign \x0092 467
-noback sign \x0093 12467
-noback sign \x0094 567
-noback sign \x0095 2567
-noback sign \x0096 12567
-noback sign \x0097 3567
-noback sign \x0098 23567
-noback sign \x0099 4567
-noback sign \x009A 124567
-noback sign \x009B 34567
-noback sign \x009C 246
-noback sign \x009D 1234567
-noback sign \x009E 8
-noback sign \x009F 2346
-
-noback punctuation \x00A0 28
-noback punctuation \x00A1 38
-noback sign \x00A2 138
-noback sign \x00A3 1267
-noback sign \x00A4 238
-noback sign \x00A5 167
-noback sign \x00A6 1238
-noback sign \x00A7 48
-noback sign \x00A8 348
-noback sign \x00A9 1348
-noback sign \x00AA 2348
-noback sign \x00AB 12348
-noback sign \x00AC 58
-noback sign \x00AD 258
-noback sign \x00AE 358
-noback sign \x00AF 123467
-noback sign \x00B0 1358
-noback sign \x00B1 12358
-noback sign \x00B2 458
-noback sign \x00B3 126
-noback sign \x00B4 3458
-noback sign \x00B5 13458
-noback sign \x00B6 23458
-noback sign \x00B7 123458
-noback sign \x00B8 68
-noback sign \x00B9 16
-noback sign \x00BA 168
-noback sign \x00BB 268
-noback sign \x00BC 1268
-noback sign \x00BD 368
-noback sign \x00BE 1368
-noback punctuation \x00BF 12346
-
-noback uppercase \x00C0 2368
-noback uppercase \x00C1 12368
-noback uppercase \x00C2 468
-noback uppercase \x00C3 1468
-noback uppercase \x00C4 2468
-noback uppercase \x00C5 12468
-noback uppercase \x00C6 1467
-noback uppercase \x00C7 3468
-noback uppercase \x00C8 13468
-noback uppercase \x00C9 568
-noback uppercase \x00CA 1567
-noback uppercase \x00CB 1568
-noback uppercase \x00CC 2568
-noback uppercase \x00CD 12568
-noback uppercase \x00CE 3568
-noback uppercase \x00CF 13568
-noback uppercase \x00D0 23568
-noback uppercase \x00D1 14567
-noback uppercase \x00D2 123568
-noback uppercase \x00D4 4568
-noback uppercase \x00D5 14568
-noback uppercase \x00D6 24568
-
-noback math \x00D7 124568
-
-noback uppercase \x00D8 34568
-noback uppercase \x00D9 134568
-noback uppercase \x00DA 234568
-noback uppercase \x00DB 1234568
-noback uppercase \x00DC 78
-noback uppercase \x00DD 278
-noback uppercase \x00DE 378
-
-noback lowercase \x00DF 2378
-noback lowercase \x00E0 478
-noback lowercase \x00E1 578
-noback lowercase \x00E2 2578
-noback lowercase \x00E3 3578
-noback lowercase \x00E4 23578
-noback lowercase \x00E5 4578
-noback lowercase \x00E6 146
-noback lowercase \x00E7 678
-noback lowercase \x00E8 1678
-noback lowercase \x00E9 2678
-noback lowercase \x00EA 156
-noback lowercase \x00EB 12678
-noback lowercase \x00EC 3678
-noback lowercase \x00ED 23678
-noback lowercase \x00EE 4678
-noback lowercase \x00EF 14678
-noback lowercase \x00F0 24678
-noback lowercase \x00F1 1456
-noback lowercase \x00F2 124678
-noback lowercase \x00F4 34678
-noback lowercase \x00F5 1234678
-noback lowercase \x00F6 5678
-
-noback sign \x00F7 15678
-
-noback lowercase \x00F8 25678
-noback lowercase \x00F9 125678
-noback lowercase \x00FA 35678
-noback lowercase \x00FB 235678
-noback lowercase \x00FC 145678
-noback lowercase \x00FD 1245678
-noback lowercase \x00FE 345678
-noback lowercase \x00FF 12345678
-
-noback uppercase \x0100 1678
-noback lowercase \x0101 168
-noback uppercase \x0102 1235678
-noback lowercase \x0103 123568
-noback uppercase \x0108 14678
-noback lowercase \x0109 1468
-noback uppercase \x010C 14678
-noback lowercase \x010D 1468
-noback uppercase \x0110 145678
-noback lowercase \x0111 14568
-noback uppercase \x0112 15678
-noback lowercase \x0113 1568
-noback uppercase \x011C 1245678
-noback lowercase \x011D 124568
-noback uppercase \x0122 1245678
-noback lowercase \x0123 124568
-noback uppercase \x0124 125678
-noback lowercase \x0125 12568
-noback lowercase \x012B 2468
-noback uppercase \x0130 3478
-noback lowercase \x0131 348
-noback uppercase \x0134 245678
-noback lowercase \x0135 24568
-noback uppercase \x0136 13678
-noback lowercase \x0137 1368
-noback uppercase \x013B 123678
-noback lowercase \x013C 12368
-noback uppercase \x0145 1345678
-noback lowercase \x0146 134568
-
-noback uppercase \x0150 1245678
-noback lowercase \x0151 124568
-noback uppercase \x0152 237
-noback lowercase \x0153 467
-noback uppercase \x0156 1235678
-noback lowercase \x0157 123568
-noback lowercase \x0159 2456
-noback uppercase \x015C 234678
-noback lowercase \x015D 23468
-noback uppercase \x015E 134568
-noback lowercase \x015F 123468
-noback uppercase \x0160 678
-noback lowercase \x0161 1568
-noback uppercase \x0162 24678
-noback lowercase \x0163 23458
-noback uppercase \x0164 125678
-noback lowercase \x0165 1256
-noback uppercase \x016A 34678
-noback lowercase \x016B 3468
-noback uppercase \x016C 34678
-noback lowercase \x016D 3468
-noback lowercase \x016F 23456
-noback uppercase \x0170 2345678
-noback lowercase \x0171 234568
-noback uppercase \x0178 12345678
-noback uppercase \x017D 12567
-noback lowercase \x017E 2346
-
-noback lowercase \x0192 78
-
-noback lowercase \x025C 13567
-noback sign \x02C6 378
-noback sign \x02C7 134568
-noback sign \x02D8 134568
-noback sign \x02D9 5
-noback sign \x02DB 134568
-noback sign \x02DC 2578
-
-noback sign \x0374 3456
-noback sign \x0375 5678
-noback punctuation \x037E 26
-noback sign \x0384 4
-noback sign \x0385 45
-noback uppercase \x0386 34578
-noback punctuation \x0387 467
-noback uppercase \x0388 124678
-noback uppercase \x0389 12345678
-noback uppercase \x038A 1245678
-noback uppercase \x038C 24678
-noback uppercase \x038E 125678
-noback uppercase \x038F 24578
-noback lowercase \x0390 248
-noback uppercase \x0391 178
-noback uppercase \x0392 1278
-noback uppercase \x0393 124578
-noback uppercase \x0394 14578
-noback uppercase \x0395 1578
-noback uppercase \x0396 135678
-noback uppercase \x0397 15678
-noback uppercase \x0398 145678
-noback uppercase \x0399 248
-noback uppercase \x039A 1378
-noback uppercase \x039B 12378
-noback uppercase \x039C 13478
-noback uppercase \x039D 134578
-noback uppercase \x039E 134678
-noback uppercase \x039F 13578
-noback uppercase \x03A0 123478
-noback uppercase \x03A1 123578
-noback uppercase \x03A3 23478
-noback uppercase \x03A4 234578
-noback uppercase \x03A5 13678
-noback uppercase \x03A6 12478
-noback uppercase \x03A7 1234678
-noback uppercase \x03A8 1345678
-noback uppercase \x03A9 245678
-noback uppercase \x03AA 2478
-noback uppercase \x03AB 1345678
-
-noback lowercase \x03AC 3458
-noback lowercase \x03AD 12468
-noback lowercase \x03AE 1234568
-noback lowercase \x03AF 124568
-noback lowercase \x03B0 134568
-noback lowercase \x03B1 18
-noback lowercase \x03B2 128
-noback lowercase \x03B3 12458
-noback lowercase \x03B4 1458
-noback lowercase \x03B5 158
-noback lowercase \x03B6 13568
-noback lowercase \x03B7 1568
-noback lowercase \x03B8 14568
-noback lowercase \x03B9 248
-noback lowercase \x03BA 138
-noback lowercase \x03BB 1238
-noback lowercase \x03BC 1348
-noback lowercase \x03BD 13458
-noback lowercase \x03BE 13468
-noback lowercase \x03BF 1358
-noback lowercase \x03C0 12348
-noback lowercase \x03C1 12358
-noback lowercase \x03C2 2348
-noback lowercase \x03C3 2348
-noback lowercase \x03C4 23458
-noback lowercase \x03C5 1368
-noback lowercase \x03C6 1248
-noback lowercase \x03C7 123468
-noback lowercase \x03C8 13456
-noback lowercase \x03C9 24568
-noback lowercase \x03CA 348
-noback lowercase \x03CB 234568
-noback lowercase \x03CC 2468
-noback lowercase \x03CD 12568
-noback lowercase \x03CE 2458
-
-noback letter \x03D0 1278
-noback letter \x03D1 145678
-noback letter \x03D2 12368
-noback letter \x03D3 23456
-noback letter \x03D4 1368
-noback letter \x03D5 12478
-noback letter \x03D6 123478
-noback letter \x03D7 12346
-noback uppercase \x03D8 1234578
-noback lowercase \x03D9 123458
-noback uppercase \x03DA 123678
-noback lowercase \x03DB 12368
-noback uppercase \x03DC 145678
-noback lowercase \x03DD 12368
-noback uppercase \x03DE 1234578
-noback lowercase \x03DF 123458
-noback uppercase \x03E0 234678
-noback lowercase \x03E1 23468
-noback letter \x03F0 1234578
-noback letter \x03F1 123578
-noback letter \x03F2 23478
-noback uppercase \x03F4 145678
-noback letter \x03F5 1578
-noback uppercase \x03FA 234678
-noback lowercase \x03FB 23468
-
-noback uppercase \x0401 167
-noback uppercase \x0404 3457
-noback uppercase \x0406 134567
-noback uppercase \x0407 14567
-noback uppercase \x0410 17
-noback uppercase \x0411 127
-noback uppercase \x0412 24567
-noback uppercase \x0413 12457
-noback uppercase \x0414 1457
-noback uppercase \x0415 157
-noback uppercase \x0416 2457
-noback uppercase \x0417 13567
-noback uppercase \x0418 247
-noback uppercase \x0419 123467
-noback uppercase \x041A 137
-noback uppercase \x041B 1237
-noback uppercase \x041C 1347
-noback uppercase \x041D 13457
-noback uppercase \x041E 1357
-noback uppercase \x041F 12347
-noback uppercase \x0420 12357
-noback uppercase \x0421 2347
-noback uppercase \x0422 23457
-noback uppercase \x0423 1367
-noback uppercase \x0424 1247
-noback uppercase \x0425 1257
-noback uppercase \x0426 147
-noback uppercase \x0427 123457
-noback uppercase \x0428 1567
-noback uppercase \x0429 13467
-noback uppercase \x042A 123567
-noback uppercase \x042B 23467
-noback uppercase \x042C 234567
-noback uppercase \x042D 2467
-noback uppercase \x042E 12567
-noback uppercase \x042F 12467
-
-noback lowercase \x0430 1
-noback lowercase \x0431 12
-noback lowercase \x0432 2456
-noback lowercase \x0433 1245
-noback lowercase \x0434 145
-noback lowercase \x0435 15
-noback lowercase \x0436 245
-noback lowercase \x0437 1356
-noback lowercase \x0438 24
-noback lowercase \x0439 12346
-noback lowercase \x043A 13
-noback lowercase \x043B 123
-noback lowercase \x043C 134
-noback lowercase \x043D 1345
-noback lowercase \x043E 135
-noback lowercase \x043F 1234
-noback lowercase \x0440 1235
-noback lowercase \x0441 234
-noback lowercase \x0442 2345
-noback lowercase \x0443 136
-noback lowercase \x0444 124
-noback lowercase \x0445 125
-noback lowercase \x0446 14
-noback lowercase \x0447 12345
-noback lowercase \x0448 156
-noback lowercase \x0449 1346
-noback lowercase \x044A 12356
-noback lowercase \x044B 2346
-noback lowercase \x044C 23456
-noback lowercase \x044D 246
-noback lowercase \x044E 1256
-noback lowercase \x044F 1246
-noback lowercase \x0451 16
-noback lowercase \x0452 1456
-noback lowercase \x0454 345
-noback lowercase \x0456 13456
-noback lowercase \x0457 1456
-noback lowercase \x0458 13456
-noback lowercase \x0459 126
-noback lowercase \x045A 1246
-noback lowercase \x045E 346
-
-noback lowercase \x0463 345
-noback lowercase \x0467 18
-noback lowercase \x046B 12456
-noback lowercase \x0479 346
-noback sign \x0484 478
-noback uppercase \x0490 124567
-noback lowercase \x0491 12456
-noback lowercase \x04A3 13458
-noback lowercase \x04AF 12568
-noback lowercase \x04BB 128
-noback lowercase \x04D9 2468
-
-noback sign \x05B0 3
-noback sign \x05B1 26
-noback sign \x05B2 25
-noback sign \x05B3 345
-noback sign \x05B4 24
-noback sign \x05B5 34
-noback sign \x05B6 15
-noback sign \x05B7 14
-noback sign \x05B8 126
-noback sign \x05B9 135
-noback sign \x05BB 136
-noback sign \x05BC 5
-noback sign \x05BD 4
-noback sign \x05C1 1568
-noback sign \x05C2 2348
-
-noback letter \x05D0 18
-noback letter \x05D1 128
-noback letter \x05D2 1245
-noback letter \x05D3 1458
-noback letter \x05D4 1258
-noback letter \x05D5 24568
-noback letter \x05D6 13568
-noback letter \x05D7 13468
-noback letter \x05D8 23458
-noback letter \x05D9 2458
-noback letter \x05DA 138
-noback letter \x05DB 168
-noback letter \x05DC 1238
-noback letter \x05DD 1348
-noback letter \x05DE 1348
-noback letter \x05DF 13458
-noback letter \x05E0 13458
-noback letter \x05E1 2348
-noback letter \x05E2 12468
-noback letter \x05E3 12348
-noback letter \x05E4 12348
-noback letter \x05E5 23468
-noback letter \x05E6 23468
-noback letter \x05E7 123458
-noback letter \x05E8 12358
-noback letter \x05E9 1468
-noback letter \x05EA 14568
-
-noback punctuation \x2011 36
-noback punctuation \x2015 36
-noback punctuation \x2017 36
-noback punctuation \x2018 2367
-noback punctuation \x2019 47
-noback punctuation \x201A 3678
-noback punctuation \x201C 138
-noback punctuation \x201D 1238
-noback punctuation \x201E 1268
-noback sign \x2020 1248
-noback sign \x2021 12458
-noback sign \x2022 35
-noback sign \x2026 238
-noback sign \x2030 248
-noback sign \x2039 27
-noback sign \x203A 123458
-noback sign \x207F 13467
-noback sign \x20AC 1256
-noback sign \x20AF 145678
-
-noback sign \x2116 3456
-noback sign \x2122 1245678
-noback sign \x2219 48
-noback sign \x221A 1467
-noback sign \x221E 234678
-noback sign \x2229 578
-noback sign \x2248 3578
-noback sign \x2261 23568
-noback sign \x2264 568
-noback sign \x2265 458
-noback sign \x2310 14567
-noback sign \x2320 347
-noback sign \x2321 1567
-noback sign \x2500 67
-noback sign \x2502 237
-noback sign \x250C 257
-noback sign \x2510 278
-noback sign \x2514 378
-noback sign \x2518 678
-noback sign \x251C 2367
-noback sign \x2524 13568
-noback sign \x252C 138
-noback sign \x2534 27
-noback sign \x2550 2578
-noback sign \x2551 1234568
-noback sign \x2552 123468
-noback sign \x2553 1358
-noback sign \x2554 23567
-noback sign \x2555 148
-noback sign \x2556 368
-noback sign \x2557 12458
-noback sign \x2558 248
-noback sign \x2559 1238
-noback sign \x255A 2378
-noback sign \x255B 34678
-noback sign \x255C 4678
-noback sign \x255D 2678
-noback sign \x255E 68
-noback sign \x255F 257
-noback sign \x2560 1248
-noback sign \x2561 268
-noback sign \x2562 24568
-noback sign \x2563 123567
-noback sign \x2564 3467
-noback sign \x2565 28
-noback sign \x2566 123458
-noback sign \x2567 167
-noback sign \x2568 57
-noback sign \x2569 8
-noback sign \x256A 3567
-noback sign \x256B 12358
-noback sign \x256C 5678
-noback sign \x2580 234567
-noback sign \x2584 1267
-noback sign \x2588 12345678
-noback sign \x258C 23678
-noback sign \x2590 35678
-noback sign \x2591 78
-noback sign \x2592 3678
-noback sign \x2593 235678
-noback sign \x25A0 1234567
-noback sign \x25CF 35
-#  Copyright (C) 2010 Leon Ungier <Leon.Ungier@ViewPlus.com>, 
-#  Copyright (C) 2010 Samuel Thibault <samuel.thibault@ens-lyon.org>
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-
-# Table for Gondi
-include devanagari.cti
-include telugu.cti
-include text_nabcc.dis
-# This file is obsolete. Do not use!
-
-# liblouis: de-de.dis
-#
-# Copyright (C) 1995-2004 by The BRLTTY Team. All rights reserved.
-# Copyright (C) 2004 ViewPlus Technologies, inc., www.viewplustech.com
-# Copyright (C) 2004 Computers to Help People, Inc., www.chpi.org
-
-# This file is free software; you can redistribute it and/or
-# modify it under the terms of the GNU Lesser General Public
-# License as published by the Free Software Foundation; either
-# version 2.1 of the License, or (at your option) any later version.
-
-# This file is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-# Lesser General Public License for more details.
-
-# You should have received a copy of the GNU Lesser General Public
-# License along with this file; if not, write to the Free Software
-# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
-
-# Maintained by John J. Boyer, director@chpi.org, www.chpi.org
-
-# This is to be used with German translation tables.
-
-
-        #Hex   Dots				Dec		Char Description
-display \X0020 0					#32					space
-display \X0021   5				#33		!			exclamation mark
-display \X0022    4				#34		"			quotation mark
-display \X0023   3456			#35		#			number sign
-display \X0024 46					#36		$			dollar sign
-display \X0025 123456			#37		%			percent sign
-display \X0026 12346			#38		&			ampersand
-display \X0027  6					#39		'			apostrophe
-display \X0028	236		#40	(			left parenthesis
-display \X0029  356		#41	)			right parenthesis
-display \X002A	35		#42	*			asterisk
-display \X002B	235		#43	+			plus sign
-display \X002C      2		#44 ,			comma
-display \X002D	36		#45	-			hyphen-minus
-display \X002E	3			#46 .			full stop
-display \X002F	256		#47	/			solidus
-
-display \X0030	346		#480			digit zero
-display \X0031	16		#491			digit one
-display \X0032	126		#502			digit two
-display \X0033	146		#513			digit three
-display \X0034  1456	#524			digit four
-display \X0035  156		#535			digit five
-display \X0036  1246	#546			digit six
-display \X0037  12456 #557			digit seven
-display \X0038  1256	#568			digit eight
-display \X0039	246		#579			digit nine
-display \X003A	25		#58 :			colon
-display \X003B  23		#59 ;			semicolon
-display \X003C 56			#60  <	less-than sign
-# display \X003D 156		#61  =	equals sign
-display \X003D 2356		#61  =	equals sign
-display \X003E 45			#62  >	greater-than sign
-display \X003F  26		#63 ?			question mark
-display \X0040 345				#64  @	commercial at
-
-        #Hex   Dots		Dec	Char Description
-display \X0041 17				#65	A Latin capital letter a
-display \X0042 127			#66	B Latin capital letter b
-display \X0043 147			#67	C Latin capital letter c
-display \X0044 1457			#68	D Latin capital letter d
-display \X0045 157			#69	E Latin capital letter e
-display \X0046 1247			#70	F Latin capital letter f
-display \X0047 12457		#71	G Latin capital letter g
-display \X0048 1257			#72	H Latin capital letter h
-display \X0049 247			#73	I Latin capital letter i
-display \X004A 2457			#74	J Latin capital letter j
-display \X004B 137			#75	K Latin capital letter k
-display \X004C 1237			#76	L Latin capital letter l
-display \X004D 1347			#77	M Latin capital letter m
-display \X004E 13457		#78	N Latin capital letter n
-display \X004F 1357			#79	O Latin capital letter o
-display \X0050 12347		#80	P Latin capital letter p
-display \X0051 123457		#81	Q Latin capital letter q
-display \X0052 12357		#82	R Latin capital letter r
-display \X0053 2347			#83	S Latin capital letter s
-display \X0054 23457		#84	T Latin capital letter t
-display \X0055 1367			#85	U Latin capital letter u
-display \X0056 12367		#86	V Latin capital letter v
-display \X0057 24567		#87	W Latin capital letter w
-display \X0058 13467		#88	X Latin capital letter x
-display \X0059 134567		#89	Y Latin capital letter y
-display \X005A 13567		#90	Z Latin capital letter z
-
-display \X005B 12356	#	91  [	left square bracket
-display \X005C 347		#	92	\	reverse solidus
-display \X005D 23456	# 93  ]	right square bracket
-display \X005E 2346		# 94 ^	circumflex accent
-display \X005F 456		# 95 _	low line
-display \X0060 345		# 96 `	grave accent
-
-display \X0061 1			#97  a  Latin small letter a
-display \X0062 12			#98  b Latin small letter b
-display \X0063 14			#99  c Latin small letter c
-display \X0064 145		#100 d Latin small letter d
-display \X0065 15			#101 e Latin small letter e
-display \X0066 124		#102 f Latin small letter f
-display \X0067 1245		#103 g Latin small letter g
-display \X0068 125		#104 h Latin small letter h
-display \X0069  24		#105 i Latin small letter i
-display \X006A  245		#106 j Latin small letter j
-display \X006B 13			#107 k Latin small letter k
-display \X006C 123		#108 l Latin small letter l
-display \X006D 134		#109 m Latin small letter m
-display \X006E 1345		#110 n Latin small letter n
-display \X006F 135		#111 o Latin small letter o
-display \X0070 1234		#112 p Latin small letter p
-display \X0071 12345	#113 q Latin small letter q
-display \X0072 1235		#114 r Latin small letter r
-display \X0073 234		#115 s Latin small letter s
-display \X0074  2345	#116 t Latin small letter t
-display \X0075 136		#117 u Latin small letter u
-display \X0076 1236		#118 v Latin small letter v
-display \X0077  2456	#119 w Latin small letter w
-display \X0078 1346		#120 x Latin small letter x
-display \X0079 13456	#121 y Latin small letter y
-display \X007A 1356		#122 z Latin small letter z
-
-display \X007B  12356			# 123 {		left curly bracket
-display \X007C 34					# 124 |		vertical line
-display \X007D 23456			#	125 }		right curly bracket
-display \X007E   2356     #	126 ~   tilde
-display \X007F 4568				# 127	^		?delete
-
-#Hex Dots Dec Char Description
-display \X0080 48 # 128~@<control>
-display \X0081 18 # 129~A<control>
-display \X0082 128 # 130~Bbreak permitted here
-display \X0083 148 # 131~Cno break here
-display \X0084 1458 # 132~D<control>
-display \X0085 158 # 133~Enext line
-display \X0086 1248 # 134~Fstart of selected area
-display \X0087 12458 # 135~Gend of selected area
-display \X0088 1258 # 136~Hcharacter tabulation set
-display \X0089  248 # 137~Icharacter tabulation with justification
-display \X008A  2458 # 138~Jline tabulation set
-display \X008B 138 # 139~Kpartial line down
-display \X008C 1238 # 140~Lpartial line up
-display \X008D 1348 # 141~Mreverse line feed
-display \X008E 13458 # 142~Nsingle shift two
-display \X008F 1358 # 143~Osingle shift three
-display \X0090 12348 # 144~Pdevice control string
-display \X0091 123458 # 145~Qprivate use one
-display \X0092 12358 # 146~Rprivate use two
-display \X0093 2348 # 147~Sset transmit state
-display \X0094  23458 # 148~Tcancel character
-display \X0095 1368 # 149~Umessage waiting
-display \X0096 12368 # 150~Vstart of guarded area
-display \X0097  24568 # 151~Wend of guarded area
-display \X0098 13468 # 152~Xstart of string
-display \X0099 134568 # 153~Y<control>
-display \X009A 13568 # 154~Zsingle character introducer
-display \X009B  2468 # 155~[control sequence introducer
-display \X009C 12568 # 156~\string terminator
-display \X009D 124568 # 157~]operating system command
-display \X009E 458 # 158~^privacy message
-display \X009F 4568		# 159				~_application program command
-display \X00A0 0			#160			no-break space
-
-#Hex Dots Dec Char Description
-display \X0000 478 #0^@null
-display \X0001 178 #1^Astart of heading
-display \X0002 1278 #2^Bstart of text
-display \X0003 1478 #3^Cend of text
-display \X0004 14578 #4^Dend of transmission
-display \X0005 1578 #5^Eenquiry
-display \X0006 12478 #6^Facknowledge
-display \X0007 124578 #7^Gbell
-display \X0008 12578 #8^Hbackspace
-display \X0009  2478 #9^Ihorizontal tabulation
-display \X000A  24578 #10^Jline feed
-display \X000B 1378 #11^Kvertical tabulation
-display \X000C 12378 #12^Lform feed
-display \X000D 13478 #13^Mcarriage return
-display \X000E 134578 #14^Nshift out
-display \X000F 13578 #15^Oshift in
-display \X0010 123478 #16^Pdata link escape
-display \X0011 1234578 #17^Qdevice control one
-display \X0012 123578 #18^Rdevice control two
-display \X0013 23478 #19^Sdevice control three
-display \X0014  234578 #20^Tdevice control four
-display \X0015 13678 #21^Unegative acknowledge
-display \X0016 123678 #22^Vsynchronous idle
-display \X0017  245678 #23^Wend of transmission block
-display \X0018 134678 #24^Xcancel
-display \X0019 1345678 #25^Yend of medium
-display \X001A 135678 #26^Zsubstitute
-display \X001B  24678 #27^[escape
-display \X001C 125678 #28^\file separator
-display \X001D 1245678 #29^]group separator
-display \X001E 4578 #30^^record separator
-display \X001F 45678 #31^_unit separator
-
-				#Hex	 Dots			Dec	Char	Description
-display \X00A1 23467  #	161 ¡			inverted exclamation mark
-display \X00A2 58			#162	¢			cent sign 
-display \X00A3 34567  # 163	£			pound sign
-display \X00A4 1467		# 164	¤			currency sign
-display \X00A5 123467 # 165	¥			yen sign
-display \X00A6 1567		# 166	¦			broken bar
-display \X00A7 357		# 167	§			section sign
-display \X00A8  57		# 168	¨			diaeresis
-display \X00A9  23567 # 169	©			copyright sign
-display \X00AA 8			# 170	ª			feminine ordinal indicator
-display \X00AB 1267		# 171	«			left-pointing double angle quotation mark
-display \X00AC  2567  # 172	¬			not sign
-display \X00AD 367		# 173	­			soft hyphen
-display \X00AE  2367  # 174	®			registered sign
-display \X00AF  267		# 175	¯			macron
-display \X00B0 3567		# 176	°			degree sign
-
-display \X00C0  23578		# 192		À		Latin capital letter a with grave
-display \X00C1	1678		# 193		Á		Latin capital letter a with acute
-display \X00C2	16			# 194		Â		Latin capital letter a with circumflex
-display \X00C3	578 # 195Ã Latin capital letter a with tilde
-display \X00C4	1234678 # 196Ä Latin capital letter a with diaeresis
-display \X00C5	34578 # 197Å Latin capital letter a with ring above
-display \X00C6	378 # 198Æ Latin capital letter ae
-display \X00C7	34678 # 199Ç Latin capital letter c with cedilla
-display \X00C8  23567		#	200		È		Latin capital letter e with grave
-display \X00C9	12678		# 201É Latin capital letter e with acute
-display \X00CA  2378	# 202		Ê		Latin capital letter e with circumflex
-display \X00CB 12345678 # 203Ë Latin capital letter e with diaeresis
-display \X00CC  23678 # 204Ì Latin capital letter i with grave
-display \X00CD 14678 # 205Í Latin capital letter i with acute
-display \X00CE  2578	# 206		Î		Latin capital letter i with circumflex
-display \X00CF 1235678 # 207Ï Latin capital letter i with diaeresis
-display \X00D0 678 # 208Ð Latin capital letter eth
-display \X00D1 4678 # 209Ñ Latin capital letter n with tilde
-display \X00D2 3578 # 210Ò Latin capital letter o with grave
-display \X00D3 145678 # 211Ó Latin capital letter o with acute
-display \X00D4  25678 # 212		Ô		Latin capital letter o with circumflex
-display \X00D5  5678 # 213Õ Latin capital letter o with tilde
-display \X00D6  234678 # 214Ö Latin capital letter o with diaeresis
-display \X00D7 167  # 215×multiplication sign
-display \X00D8 3478 # 216Ø Latin capital letter o with stroke
-display \X00D9 35678 # 217Ù Latin capital letter u with grave
-display \X00DA 15678 # 218Ú Latin capital letter u with acute
-display \X00DB  2678	# 219		Û		Latin capital letter u with circumflex
-display \X00DC  2345678 # 220Ü Latin capital letter u with diaeresis
-display \X00DD 124678 # 221Ý Latin capital letter y with acute
-display \X00DE 3678 # 222Þ Latin capital letter thorn
-display \X00DF 345678 # 223ß Latin small letter sharp s
-display \X00E0  2358 # 224à Latin small letter a with grave
-display \X00E1 168 # 225á Latin small letter a with acute
-display \X00E2	16		# 226		â		Latin small letter a with circumflex
-display \X00E3 58 # 227ã Latin small letter a with tilde
-display \X00E4 123468 # 228ä Latin small letter a with diaeresis
-display \X00E5 3458 # 229å Latin small letter a with ring above
-display \X00E6 38 # 230æ Latin small letter ae
-display \X00E7 3468 # 231ç Latin small letter c with cedilla
-display \X00E8  23568 # 232è Latin small letter e with grave
-display \X00E9 1268 # 233é Latin small letter e with acute
-display \X00EA  238		# 234		ê		Latin small letter e with circumflex
-display \X00EB 1234568 # 235ë Latin small letter e with diaeresis
-display \X00EC  2368 # 236ì Latin small letter i with grave
-display \X00ED 1468 # 237í Latin small letter i with acute
-display \X00EE  258		# 238		î		Latin small letter i with circumflex
-display \X00EF 123568 # 239ï Latin small letter i with diaeresis
-display \X00F0 68 # 240ð Latin small letter eth
-display \X00F1 468 # 241ñ Latin small letter n with tilde
-display \X00F2 358 # 242ò Latin small letter o with grave
-display \X00F3 14568 # 243ó Latin small letter o with acute
-display \X00F4  2568	# 244		ô		Latin small letter o with circumflex
-display \X00F5  568 # 245õ Latin small letter o with tilde
-display \X00F6  23468 # 246ö Latin small letter o with diaeresis
-display \X00F7 347  # 247÷division sign
-display \X00F8 348 # 248ø Latin small letter o with stroke
-display \X00F9 3568 # 249ù Latin small letter u with grave
-display \X00FA 1568 # 250ú Latin small letter u with acute
-display \X00FB  268		# 251		û		Latin small letter u with circumflex
-display \X00FC  234568 # 252ü Latin small letter u with diaeresis
-display \X00FD 12468 # 253ý Latin small letter y with acute
-display \X00FE 368 # 254þ Latin small letter thorn
-display \X00FF 34568 # 255ÿ Latin small letter y with diaeresis
-
-
-display \X00BB 3457  # 187»right-pointing double angle quotation mark
-display \X00B9  27  # 185¹superscript one
-display \X00B2 237  # 178²superscript two
-display \X00B3 257  # 179³superscript three
-display \X00B1 3467  # 177±plus-minus sign
-display \X00D7 167  # 215×multiplication sign
-
-display \X00B7 467  # 183·middle dot
-
-display \X00BF 14567  # 191¿inverted question mark
-
-
-display \X00B6  2357  # 182¶pilcrow sign
-
-
-#Hex Dots Dec Char Description
-display \X00BC 123567  # 188¼vulgar fraction one quarter
-display \X00BD 1234567  # 189½vulgar fraction one half
-display \X00BE  234567  # 190¾vulgar fraction three quarters
-
-# Each of the three extended accent characters is the same as its conventional
-# compose character but with dot7 added:
-
-#Hex Dots Dec Char Description
-display \X00B4 37  # 180´acute accent
-display \X00B8 67  # 184¸cedilla
-
-
-# The two gender symbols are:
-
-#Hex Dots Dec Char Description
-display \X00BA 7  # 186ºmasculine ordinal indicator
-
-
-# The three remaining characters are:
-
-#Hex Dots Dec Char Description
-
-display \X00B5  567  # 181µmicro sign
-
-
-# The nonbreaking space is dots 7 and 8 because this presents a sequence of
-# nonbreaking spaces as a smooth low line segment.
-
-#Hex Dots Dec Char Description
-
-ISO8859-2
-./c/c8
-./c/l8
-./c/n8
-./c/s8
-./c/x8
-./c/z8
-./c8
-./cb8
-./cc8
-./cd8
-./cf8
-./cg8
-./ch8
-./cj8
-./ck8
-./cl8
-./cm8
-./cn8
-./cp8
-./cr8
-./cs8
-./ct8
-./cv8
-./cw8
-./cwier2/c3
-./cx8
-./cz8
-./l/c8
-./l/l8
-./l/n8
-./l/s8
-./l/x8
-./l/z8
-./l8
-./lb8
-./lc8
-./ld8
-./lf8
-./lg8
-./lh8
-./lj8
-./lk8
-./ll8
-./lm8
-./ln8
-./lp8
-./lr8
-./ls8
-./lt8
-./lv8
-./lw8
-./lx8
-./lz8
-./n/c8
-./n/l8
-./n/n8
-./n/s8
-./n/x8
-./n/z8
-./n8
-./nb8
-./nc8
-./nd8
-./nf8
-./ng8
-./nh8
-./nj8
-./nk8
-./nl8
-./nm8
-./nn8
-./np8
-./nr8
-./ns8
-./nt8
-./nv8
-./nw8
-./nx8
-./nz8
-./s/c8
-./s/l8
-./s/n8
-./s/s8
-./s/x8
-./s/z8
-./s8
-./sb8
-./sc8
-./sd8
-./sf8
-./sg8
-./sh8
-./sj8
-./sk8
-./sl8
-./sm8
-./sn8
-./sp8
-./sr/o2d5
-./sr/odr2
-./sr8
-./ss8
-./st8
-./sv8
-./sw8
-./swiat/lo3w2
-./sx8
-./sz8
-./x/c8
-./x/l8
-./x/n8
-./x/s8
-./x/x8
-./x/z8
-./x8
-./xb8
-./xc8
-./xd/x8
-./xd8
-./xf8
-./xg8
-./xh8
-./xj8
-./xk8
-./xl8
-./xm8
-./xn8
-./xp8
-./xr8
-./xs8
-./xt8
-./xv8
-./xw8
-./xx8
-./xz8
-./z/c8
-./z/l8
-./z/n8
-./z/s8
-./z/x8
-./z/z8
-./z8
-./zb8
-./zc8
-./zd8
-./zf8
-./zg8
-./zh8
-./zj8
-./zk8
-./zl8
-./zm8
-./zn8
-./zp8
-./zr8
-./zs8
-./zt8
-./zv8
-./zw8
-./zx8
-./zz8
-.a2b2s3t
-.a2d3
-.ad4a
-.ad4e
-.ad4i
-.ad4o
-.ad4u
-.ad4y
-.ad5apt
-.ad5iu
-.ad5op
-.ad5or
-.ae3ro
-.aeroa2
-.aeroe2
-.aeroi2
-.aeroo2
-.aerou2
-.antya2
-.antye2
-.antyi2
-.antyo2
-.antyu2
-.arcy3/l2
-.arcy3b2
-.arcy3bz2
-.arcy3k2
-.arcy3m2
-.arcya2
-.arcye2
-.arcyi2
-.arcyo2
-.arcyu2
-.au3g2
-.au3k2
-.au3t2
-.auto3ch2
-.autoa2
-.autoe2
-.autoi2
-.autoo2
-.autotran2s3
-.autou2
-.b/c8
-.b/l8
-.b/n8
-.b/s8
-.b/x8
-.b/z8
-.b8
-.bb8
-.bc8
-.bd8
-.be2z3
-.be3z4an
-.be3z4ec
-.be3z4ik
-.bezch2
-.bezm2
-.bezo2
-.bezo2b1j
-.bezw2
-.bezzw2
-.bf8
-.bg8
-.bh8
-.bj8
-.bk8
-.bl8
-.bm8
-.bn8
-.bp8
-.br8
-.brz8
-.bs8
-.bt8
-.bv8
-.bw8
-.bx8
-.bz8
-.c/c8
-.c/l8
-.c/n8
-.c/s8
-.c/x8
-.c/z8
-.c8
-.ca/lo3/s2
-.ca/lo3k2
-.cb8
-.cc8
-.cd8
-.cf8
-.cg8
-.ch8
-.chrz8
-.cienko3w2
-.ciep/lo3kr2
-.cj8
-.ck8
-.cl8
-.cm8
-.cn8
-.cp8
-.cr8
-.cs8
-.ct8
-.cv8
-.cw8
-.cx8
-.cz8
-.czarno3k2
-.czk8
-.cztere2ch3
-.czterechse2t3
-.cztero3/s2
-.czw/o2r3
-.czw/o3r4/a
-.czw/o3r4/e
-.czw/o3r4a
-.czw/o3r4e
-.czw/o3r4o
-.d/c8
-.d/l8
-.d/lugo3tr2
-.d/lugo3w2
-.d/n8
-.d/s8
-.d/x8
-.d/z8
-.d8
-.daleko3w2
-.db8
-.dc8
-.dd8
-.de2z3
-.de3z4a3bil
-.de3z4a3wu
-.de3z4el
-.de3z4er
-.de3z4y
-.deza2
-.dezo2
-.df8
-.dg8
-.dh8
-.dj8
-.dk8
-.dl8
-.dm8
-.dn8
-.do3/c2
-.do3/l2
-.do3/s2
-.do3/x2
-.do3/z2
-.do3b2
-.do3c2
-.do3d2
-.do3f2
-.do3g2
-.do3h2
-.do3k2
-.do3l2
-.do3m2
-.do3p2
-.do3r2
-.do3s2
-.do3t2
-.do3w2
-.do3z2
-.do4/l3k
-.do4k3t
-.do4l3n
-.do4m3k
-.do4r3s
-.do4w3c
-.do5m4k2n
-.dobr2
-.dobrz2
-.doch2
-.docz2
-.dod/x2
-.dod/z2
-.dodz2
-.dogrz2
-.dopch2
-.doprz2
-.dor/z2
-.dorz2
-.dosch2
-.dosm2
-.dosz2
-.dotk2
-.dotr2
-.dp8
-.dr8
-.drogo3w2
-.drz8
-.ds8
-.dt8
-.dv8
-.dw/o2j3
-.dw/o3j4/a
-.dw/o3j4/e
-.dw/o3j4a
-.dw/o3j4e
-.dw/o3j4o
-.dw8
-.dx8
-.dy2s3
-.dy2z3
-.dy3s4e
-.dy3s4o
-.dy3s4ta
-.dy3s4y
-.dy3sz
-.dy3z4e
-.dyzu2
-.dz8
-.dziesi/ecio3/s2
-.dziewi/e/cse2t3
-.dziewi/e2/c3
-.dziewi/ecio3/s2
-.e2k2s3
-.e2m3e2s5ze2t
-.e2s1e2s1ma
-.e2s1ha
-.e2s1t
-.egoa2
-.egoe2
-.egoi2
-.egoo2
-.egou2
-.eks4y
-.elektroa2
-.elektroe2
-.elektroi2
-.elektroo2
-.elektrou2
-.f/c8
-.f/l8
-.f/n8
-.f/s8
-.f/x8
-.f/z8
-.f8
-.fb8
-.fc8
-.fd8
-.ff8
-.fg8
-.fh8
-.fj8
-.fk8
-.fl8
-.fm8
-.fn8
-.fp8
-.fr8
-.fs8
-.ft8
-.fv8
-.fw8
-.fx8
-.fz8
-.g/c8
-.g/l8
-.g/n8
-.g/s8
-.g/x8
-.g/z8
-.g8
-.gb8
-.gc8
-.gd8
-.ge2o3
-.gf8
-.gg8
-.gh8
-.gj8
-.gk8
-.gl8
-.gm8
-.gn8
-.go2u3
-.gp8
-.gr8
-.grubo3w2
-.grz8
-.gs8
-.gt8
-.gv8
-.gw8
-.gx8
-.gz8
-.h/c8
-.h/l8
-.h/n8
-.h/s8
-.h/x8
-.h/z8
-.h8
-.hb8
-.hc8
-.hd8
-.hf8
-.hg8
-.hh8
-.hipe2r3
-.hipe3r4o
-.hipera2
-.hipere2
-.hj8
-.hk8
-.hl8
-.hm8
-.hn8
-.hp8
-.hr8
-.hs8
-.ht8
-.hv8
-.hw8
-.hx8
-.hz8
-.i2n3
-.i2s3l
-.i3n4ic
-.i3n4o
-.i3n4u
-.i4n5o2k
-.in4f3lan
-.ino3w2
-.izoa2
-.izoe2
-.izoi2
-.izoo2
-.izou2
-.j/c8
-.j/l8
-.j/n8
-.j/s8
-.j/x8
-.j/z8
-.j8
-.jad/lo3w2
-.jb8
-.jc8
-.jd8
-.jf8
-.jg8
-.jh8
-.jj8
-.jk8
-.jl8
-.jm8
-.jn8
-.jp8
-.jr8
-.js8
-.jt8
-.jv8
-.jw8
-.jx8
-.jz8
-.k/c8
-.k/l8
-.k/n8
-.k/s8
-.k/x8
-.k/z8
-.k8
-.kb8
-.kc8
-.kd8
-.kf8
-.kg8
-.kh8
-.kilkuse2t3
-.kilkuseto2
-.kj8
-.kk8
-.kl8
-.km8
-.kn8
-.ko/lo3w2
-.kon2t2r3
-.kon3tr4a
-.kon3tr4e
-.kon3tr4o3l
-.kon3tr4o3w
-.kon3tr4y
-.kon4tr5a2gi
-.kon4tr5a2se
-.kon4tr5a2sy
-.kon4tr5a2ta
-.kon4tr5adm
-.kon4tr5akc
-.kon4tr5alt
-.kon4tr5arg
-.kontro2
-.kontru2
-.kp8
-.kr/otko3tr2
-.kr/otko3w2
-.kr8
-.kro2/c3
-.krz8
-.ks8
-.kt8
-.kv8
-.kw8
-.kx8
-.kz8
-.l/c8
-.l/l8
-.l/n8
-.l/s8
-.l/x8
-.l/z8
-.l8
-.lb8
-.lc8
-.ld8
-.lf8
-.lg8
-.lh8
-.lj8
-.lk8
-.ll8
-.lm8
-.ln8
-.lp8
-.lr8
-.ls8
-.lt8
-.ludo3w2
-.lv8
-.lw8
-.lx8
-.lz8
-.m/c8
-.m/l8
-.m/n8
-.m/s8
-.m/x8
-.m/z8
-.m8
-.mb8
-.mc8
-.md8
-.mf8
-.mg8
-.mh8
-.mili3amp
-.mj8
-.mk8
-.ml8
-.mm8
-.mn8
-.mo/zno3w2
-.mp8
-.mr8
-.ms8
-.mt8
-.mv8
-.mw8
-.mx8
-.mz8
-.n/c8
-.n/l8
-.n/n8
-.n/s8
-.n/x8
-.n/z8
-.n8
-.na2d2
-.na2j
-.na3/c2
-.na3/l2
-.na3/s2
-.na3/x2
-.na3/z2
-.na3b2
-.na3c2
-.na3d/a
-.na3d/e
-.na3d/x2
-.na3d4/lub
-.na3d4ir
-.na3d4much
-.na3d4r/ecz
-.na3d4r2w
-.na3d4repcz
-.na3d4rept
-.na3d4ruk
-.na3d4rz
-.na3d4worn
-.na3daj
-.na3de
-.na3do
-.na3dy
-.na3dzi
-.na3f2
-.na3g2
-.na3h2
-.na3j/a
-.na3j/e
-.na3jazd
-.na3je
-.na3k2
-.na3l2
-.na3m2
-.na3p2
-.na3r2
-.na3s2
-.na3t2
-.na3u2
-.na3w2
-.na3z2
-.na4d3o2b2/l
-.na4d3o2bojcz
-.na4d3o2bowi
-.na4d3o2brot
-.na4d3o2drz
-.na4d3o2kien
-.na4d3olbrz
-.na4d5rz/a
-.na4d5rz/e
-.na4d5rzecz
-.na4d5rzy
-.na4d5ziem
-.na4f3c
-.na4f3t
-.na4j3e2f
-.na4j3e2g
-.na4j3e2k2s
-.na4j3e2ko
-.na4j3e2n
-.na4j3e2r
-.na4j3e2s
-.na4j3e2w
-.na4j3emf
-.na4j3eu
-.na4r3c
-.na4r3d
-.na4r3k
-.na4r3r
-.na4r3t
-.nabrz2
-.nach2
-.nacz2
-.nad/srod5ziem
-.nad3/c2
-.nad3/l2
-.nad3/s2
-.nad3b2
-.nad3c2
-.nad3d2
-.nad3e2tat
-.nad3f2
-.nad3g2
-.nad3h2
-.nad3i2
-.nad3j2
-.nad3k2
-.nad3l2
-.nad3m2
-.nad3n2
-.nad3p2
-.nad3r2
-.nad3s2
-.nad3t2
-.nad3u2
-.nad3w2
-.nad5/z2
-.nad5z/o
-.nad5z2mys
-.nad5zo
-.nad5zwycz
-.nadch2
-.nadcz2
-.nadd/x2
-.nade3/c2
-.nade3/l2
-.nade3/s2
-.nade3/x2
-.nade3/z2
-.nade3b2
-.nade3c2
-.nade3d2
-.nade3f2
-.nade3g2
-.nade3h2
-.nade3k2
-.nade3l2
-.nade3m2
-.nade3p2
-.nade3r2
-.nade3s2
-.nade3t2
-.nade3w2
-.nade3z2
-.nade4p3c
-.nade4p3n
-.nade4p3t
-.nadech2
-.nadecz2
-.naded/x2
-.naded/z2
-.nadedz2
-.nader/z2
-.naderz2
-.nadesz2
-.nadsz2
-.nadtr2
-.nadz2
-.nagrz2
-.naj3/c2
-.naj3/l2
-.naj3/s2
-.naj3/x2
-.naj3/z2
-.naj3akt
-.naj3au
-.naj3b2
-.naj3c2
-.naj3d2
-.naj3f2
-.naj3g2
-.naj3h2
-.naj3i2
-.naj3k2
-.naj3l2
-.naj3m2
-.naj3o2
-.naj3o2/c2
-.naj3o2/l2
-.naj3o2/s2
-.naj3o2/x2
-.naj3o2/z2
-.naj3o2b2
-.naj3o2c2
-.naj3o2d2
-.naj3o2f2
-.naj3o2g2
-.naj3o2h2
-.naj3o2k2
-.naj3o2l2
-.naj3o2m2
-.naj3o2p2
-.naj3o2r2
-.naj3o2s2
-.naj3o2t2
-.naj3o2w2
-.naj3o2z2
-.naj3p2
-.naj3r2
-.naj3ro2z3
-.naj3s2
-.naj3t2
-.naj3u2
-.naj3w2
-.naj3z2
-.najbe2z3
-.najbezw2
-.najch2
-.najcz2
-.najd/x2
-.najd/z2
-.najdo3/c2
-.najdo3/l2
-.najdo3/s2
-.najdo3/x2
-.najdo3/z2
-.najdo3b2
-.najdo3c2
-.najdo3d2
-.najdo3f2
-.najdo3g2
-.najdo3h2
-.najdo3k2
-.najdo3l2
-.najdo3m2
-.najdo3p2
-.najdo3r2
-.najdo3s2
-.najdo3t2
-.najdo3w2
-.najdo3z2
-.najdoch2
-.najdocz2
-.najdod/x2
-.najdod/z2
-.najdodz2
-.najdorz2
-.najdosz2
-.najdotk2
-.najdz2
-.najkr2
-.najob3/c2
-.najob3/l2
-.najob3/s2
-.najob3/x2
-.najob3/z2
-.najob3c2
-.najob3d2
-.najob3f2
-.najob3g2
-.najob3h2
-.najob3j2
-.najob3k2
-.najob3l2
-.najob3m2
-.najob3n2
-.najob3p2
-.najob3s2
-.najob3t2
-.najob3w2
-.najobch2
-.najobcz2
-.najobd/x2
-.najobd/z2
-.najobdz2
-.najobrz2
-.najobsz2
-.najoch2
-.najocz2
-.najod/x2
-.najod3/c2
-.najod3/s2
-.najod3c2
-.najod3d2
-.najod3f2
-.najod3g2
-.najod3h2
-.najod3j2
-.najod3k2
-.najod3l2
-.najod3m2
-.najod3n2
-.najod3p2
-.najod3s2
-.najod3t2
-.najod3w2
-.najod5/z2
-.najodch2
-.najodcz2
-.najodd/x2
-.najodd/z2
-.najoddz2
-.najodsz2
-.najodz2
-.najorz2
-.najosz2
-.najro3z4u
-.najrz2
-.najsm2
-.najsz2
-.najtk2
-.najtr2
-.najucz2
-.najzw2
-.nakr2
-.napo2d2
-.napo3/c2
-.napo3/l2
-.napo3/s2
-.napo3/x2
-.napo3/z2
-.napo3b2
-.napo3c2
-.napo3f2
-.napo3g2
-.napo3h2
-.napo3k2
-.napo3l2
-.napo3m2
-.napo3p2
-.napo3r2
-.napo3s2
-.napo3t2
-.napo3w2
-.napo3z2
-.napo4m3p
-.napoch2
-.napocz2
-.napod/x2
-.napod/z2
-.napod3d
-.napomk2
-.naporz2
-.naposz2
-.naprz2
-.nar/z2
-.naro2z3
-.narz2
-.nasm2
-.nasz2
-.natch2
-.natk2
-.naz3m2
-.nazw2
-.nb8
-.nc8
-.nd8
-.ne2o3
-.nf8
-.ng8
-.nh8
-.nie3/c2
-.nie3/l2
-.nie3/s2
-.nie3/x2
-.nie3/z2
-.nie3b2
-.nie3c2
-.nie3d2
-.nie3f2
-.nie3g2
-.nie3h2
-.nie3k2
-.nie3l2
-.nie3m2
-.nie3p2
-.nie3r2
-.nie3s2
-.nie3t2
-.nie3u2
-.nie3w2
-.nie3z2
-.nie4c3c
-.nie4c3k
-.nie4d/x3
-.nie4m3c
-.nie4m3k
-.niech2
-.niecz2
-.nied/z2
-.niedo3/c2
-.niedo3/l2
-.niedo3/s2
-.niedo3/x2
-.niedo3/z2
-.niedo3b2
-.niedo3c2
-.niedo3d2
-.niedo3f2
-.niedo3g2
-.niedo3h2
-.niedo3k2
-.niedo3l2
-.niedo3m2
-.niedo3p2
-.niedo3r2
-.niedo3s2
-.niedo3t2
-.niedo3w2
-.niedo3z2
-.niedobrz2
-.niedoch2
-.niedocz2
-.niedod/x2
-.niedod/z2
-.niedodz2
-.niedokr2
-.niedomk2
-.niedopch2
-.niedorz2
-.niedosz2
-.niedotk2
-.niedz2
-.nieo/c2
-.nieo/l2
-.nieo/s2
-.nieo/x2
-.nieo/z2
-.nieo2
-.nieob2
-.nieob3/c2
-.nieob3/s2
-.nieob3/x2
-.nieob3/z2
-.nieob3c2
-.nieob3d2
-.nieob3f2
-.nieob3g2
-.nieob3h2
-.nieob3j2
-.nieob3k2
-.nieob3m2
-.nieob3p2
-.nieob3s2
-.nieob3w2
-.nieobch2
-.nieobcz2
-.nieobd/x2
-.nieobd/z2
-.nieobdz2
-.nieobsz2
-.nieoc2
-.nieoch2
-.nieocz2
-.nieod/x2
-.nieod2
-.nieod3/c2
-.nieod3/l2
-.nieod3/s2
-.nieod3c2
-.nieod3d2
-.nieod3f2
-.nieod3g2
-.nieod3h2
-.nieod3j2
-.nieod3k2
-.nieod3l2
-.nieod3n2
-.nieod3p2
-.nieod3s2
-.nieod3t2
-.nieod3wr
-.nieod5/z2
-.nieodch2
-.nieodcz2
-.nieodd/x2
-.nieodd/z2
-.nieoddz2
-.nieodsz2
-.nieodw2
-.nieodz2
-.nieof2
-.nieog2
-.nieoh2
-.nieok2
-.nieol2
-.nieom2
-.nieop2
-.nieor2
-.nieorz2
-.nieos2
-.nieosz2
-.nieot2
-.nieow2
-.nieoz2
-.niepo2d2
-.niepo3/c2
-.niepo3/l2
-.niepo3/s2
-.niepo3/x2
-.niepo3/z2
-.niepo3b2
-.niepo3c2
-.niepo3d/x2
-.niepo3d4/lu
-.niepo3d4much
-.niepo3d4r/ecz
-.niepo3d4ra/z
-.niepo3d4rap
-.niepo3d4repcz
-.niepo3d4rept
-.niepo3d4waj
-.niepo3d4woj
-.niepo3do
-.niepo3du
-.niepo3dz2
-.niepo3f2
-.niepo3g2
-.niepo3h2
-.niepo3k2
-.niepo3l2
-.niepo3m2
-.niepo3p2
-.niepo3r2
-.niepo3s2
-.niepo3t2
-.niepo3w2
-.niepo3z2
-.niepo4d3o2choc
-.niepo4d3o2strz
-.niepoch2
-.niepocz2
-.niepod3/c2
-.niepod3/l2
-.niepod3/s2
-.niepod3b2
-.niepod3c2
-.niepod3d2
-.niepod3f2
-.niepod3g2
-.niepod3h2
-.niepod3j2
-.niepod3k2
-.niepod3l2
-.niepod3m2
-.niepod3n2
-.niepod3p2
-.niepod3r2
-.niepod3s2
-.niepod3t2
-.niepod3w2
-.niepod5/z
-.niepodch2
-.niepodcz2
-.niepodd/x2
-.niepodd/z2
-.niepodsm2
-.niepodsz2
-.nieporz2
-.nieposm2
-.nieposz2
-.nieprze/lk2
-.nieprze2d2
-.nieprze3/c2
-.nieprze3/l2
-.nieprze3/s2
-.nieprze3/x2
-.nieprze3/z2
-.nieprze3b2
-.nieprze3brz2
-.nieprze3c2
-.nieprze3d/x2
-.nieprze3d4/lu/z
-.nieprze3d4much
-.nieprze3d4ramat
-.nieprze3d4ruk
-.nieprze3d4ryl
-.nieprze3d4rz2
-.nieprze3d4um
-.nieprze3dy
-.nieprze3dz2
-.nieprze3e2k2s3
-.nieprze3f2
-.nieprze3g2
-.nieprze3h2
-.nieprze3k2
-.nieprze3l2
-.nieprze3m2
-.nieprze3n2
-.nieprze3p2
-.nieprze3r2
-.nieprze3s2
-.nieprze3t2
-.nieprze3w2
-.nieprze3z2
-.nieprze4d5/lu/zyc
-.nieprze4d5/z2
-.nieprze4d5z2a
-.nieprze4d5zg2
-.nieprze4d5zim
-.nieprze4d5zj
-.nieprze4d5zl
-.nieprze4d5zw2r
-.nieprze4d5zwoj
-.nieprzech2
-.nieprzecz2
-.nieprzed3/c2
-.nieprzed3/l2
-.nieprzed3/s2
-.nieprzed3c2
-.nieprzed3d2
-.nieprzed3f2
-.nieprzed3g2
-.nieprzed3h2
-.nieprzed3i2
-.nieprzed3j2
-.nieprzed3k2
-.nieprzed3l2
-.nieprzed3m2
-.nieprzed3n2
-.nieprzed3p2
-.nieprzed3r2
-.nieprzed3s2
-.nieprzed3sz2
-.nieprzed3t2
-.nieprzed3u2
-.nieprzed3w2
-.nieprzedch2
-.nieprzedcz2
-.nieprzedd/x2
-.nieprzedd/z2
-.nieprzeddz2
-.nieprzegrz2
-.nieprzekl2
-.nieprzekr2
-.nieprzepch2
-.nieprzer/z2
-.nieprzerz2
-.nieprzesch2
-.nieprzesm2
-.nieprzesz2
-.nieprzetk2
-.nieprzetr2
-.niero2z3
-.niero3z4e
-.niero3z4u
-.nieroz/s2
-.nierozbrz2
-.nieroze3r2
-.nierozm2
-.nieroztr2
-.nierz2
-.niesu2b3
-.niesu3b4ie
-.niesz2
-.nietk2
-.nietr2
-.nieucz2
-.nieuw2
-.niewy3/c2
-.niewy3/l2
-.niewy3/s2
-.niewy3/x2
-.niewy3/z2
-.niewy3b2
-.niewy3c2
-.niewy3d2
-.niewy3f2
-.niewy3g2
-.niewy3h2
-.niewy3k2
-.niewy3l2
-.niewy3m2
-.niewy3p2
-.niewy3r2
-.niewy3s2
-.niewy3t2
-.niewy3w2
-.niewy3z2
-.niewybrz2
-.niewych2
-.niewycz2
-.niewyd/x2
-.niewyd/z2
-.niewydz2
-.niewyrz2
-.niewysz2
-.niewytk2
-.niewytr2
-.niezw2
-.nj8
-.nk8
-.nl8
-.nm8
-.nn8
-.np8
-.nr8
-.ns8
-.nt8
-.nv8
-.nw8
-.nx8
-.nz8
-.o/c2
-.o/s2
-.o/smio3/s2
-.o/x2
-.o/z2
-.o2b2
-.o2d2
-.o2t3ch/l
-.o3b4/l/a
-.o3b4/l/e
-.o3b4/loc
-.o3b4luzg
-.o3b4ra/c
-.o3b4raso
-.o3b4ro/n
-.o3b4ron
-.o3b4ry/x
-.o3b4ryz
-.o3b4rz2
-.o3be
-.o3bi
-.o3d4iu
-.o3d4r/et
-.o3d4rap
-.o3d4robin
-.o3d4rut
-.o3d4rwi
-.o3d4rze/c
-.o3d4rzw
-.o3d6zia
-.o3d6zie
-.o3de
-.o3l2/sn
-.o4b5/locz
-.o4b5rz/a
-.o4b5rz/ed
-.o4b5rzez
-.o4b5rzuc
-.o4b5rzut
-.o4b5rzyn
-.o4d7ziar
-.o4d7ziem
-.oa3z
-.ob3/c2
-.ob3/l2
-.ob3/s2
-.ob3/x2
-.ob3/z2
-.ob3c2
-.ob3d2
-.ob3f2
-.ob3g2
-.ob3h2
-.ob3j2
-.ob3k2
-.ob3l2
-.ob3m2
-.ob3n2
-.ob3o2strz
-.ob3p2
-.ob3r
-.ob3s2
-.ob3t2
-.ob3u2m2
-.ob3w2
-.obch2
-.obcz2
-.obd/x2
-.obd/z2
-.obdz2
-.obe3/c2
-.obe3/l2
-.obe3/s2
-.obe3/x2
-.obe3/z2
-.obe3b2
-.obe3c2
-.obe3d2
-.obe3f2
-.obe3g2
-.obe3h2
-.obe3k2
-.obe3l2
-.obe3m2
-.obe3p2
-.obe3r2
-.obe3r3t
-.obe3s2
-.obe3t2
-.obe3w2
-.obe3z2
-.obe4c3n
-.obe4z3w
-.obech2
-.obecz2
-.obed/x2
-.obed/z2
-.obedz2
-.ober/z2
-.ober3m
-.oberz2
-.obesch2
-.obesz2
-.obetk2
-.obi3b2
-.obsz2
-.oc2
-.och2
-.ochrz2
-.ocz2
-.od/x2
-.od3/c2
-.od3/s2
-.od3au
-.od3b2
-.od3c2
-.od3d2
-.od3f2
-.od3g2
-.od3h2
-.od3i2
-.od3i2zo
-.od3j2
-.od3k2
-.od3l2
-.od3m2
-.od3n2
-.od3o2s
-.od3p2
-.od3r2
-.od3s2
-.od3t2
-.od3u2cz
-.od3u2m2
-.od3w2
-.od5/z2
-.od5z2
-.odbe2z3
-.odch2
-.odcz2
-.odd/x2
-.odd/z2
-.oddz2
-.ode3/c2
-.ode3/l2
-.ode3/s2
-.ode3/x2
-.ode3/z2
-.ode3b2
-.ode3c2
-.ode3d2
-.ode3f2
-.ode3g2
-.ode3h2
-.ode3k2
-.ode3l2
-.ode3m2
-.ode3mk2
-.ode3p2
-.ode3r2
-.ode3s2
-.ode3t2
-.ode3w2
-.ode3z2
-.odech2
-.odecz2
-.oded/x2
-.oded/z2
-.odedz2
-.odepch2
-.oder/z2
-.oderz2
-.odesz2
-.odetch2
-.odetk2
-.odkrz2
-.odrz2
-.odsz2
-.of2
-.og/olno3k2
-.og2
-.ognio3tr2
-.oh2
-.ok2
-.oka3m2
-.okr2
-.ole2o3
-.om2
-.op2
-.opch2
-.or2/z2
-.or2t/e
-.or2z2
-.os2
-.osie2m3
-.osiemse2t3
-.osz2
-.ot2
-.ow2
-.oz2
-.p/c8
-.p/l8
-.p/lasko3w2
-.p/n8
-.p/o/lk2
-.p/o/lkr2
-.p/o/lm2
-.p/o/lo2
-.p/o/lob3r
-.p/o/lom2d
-.p/o/lprzy3m2k
-.p/o2/l3
-.p/o3/l4/a
-.p/o3/l4/e
-.p/o3/l4ecz
-.p/o3/l4y
-.p/s8
-.p/x8
-.p/z8
-.p8
-.pb8
-.pc8
-.pch8
-.pd8
-.pe/lno3kr2
-.pe2r3
-.pe3c2k
-.pe3r4e
-.pe3r4i
-.pe3r4o
-.pe3r4u
-.pe3r4y
-.pe4r5i2n
-.pee2se2l
-.pepee2r
-.pepee2s
-.peze2t1pee2r
-.pf8
-.pg8
-.ph8
-.pi/e/cse2t3
-.pi/e2/c3
-.pi/ecio3/s2
-.pierwo3w2
-.piono3w2
-.pj8
-.pk8
-.pl8
-.pm8
-.pn8
-.po/lk2
-.po2d2
-.po3/c2
-.po3/l2
-.po3/s2
-.po3/x2
-.po3/z2
-.po3b2
-.po3c2
-.po3d/a
-.po3d/e
-.po3d/x2
-.po3d4/lu
-.po3d4much
-.po3d4naw
-.po3d4r/ecz
-.po3d4r/etw
-.po3d4r/o/z
-.po3d4r2wi
-.po3d4ra/z
-.po3d4rap
-.po3d4repcz
-.po3d4rept
-.po3d4ro/z
-.po3d4rob/o
-.po3d4roba
-.po3d4robo
-.po3d4roby
-.po3d4rocz
-.po3d4ruzg
-.po3d4ryg
-.po3d4rze
-.po3d4w/ojn
-.po3d4w/or
-.po3d4waj
-.po3d4woi
-.po3d4woj
-.po3d4worz
-.po3da
-.po3de
-.po3dej
-.po3diu
-.po3do
-.po3du
-.po3dy
-.po3dz2
-.po3e2k2s3
-.po3f2
-.po3g2
-.po3h2
-.po3k2
-.po3l2
-.po3m2
-.po3p2
-.po3r/z
-.po3r2
-.po3s2
-.po3t2
-.po3w2
-.po3z2
-.po4/n3c
-.po4cz3d
-.po4cz3t
-.po4d3/ow
-.po4d3e4k2s3
-.po4d3o2b/oz
-.po4d3o2biad
-.po4d3o2bojcz
-.po4d3o2braz
-.po4d3o2choc
-.po4d3o2dm
-.po4d3o2f
-.po4d3o2g
-.po4d3o2kien
-.po4d3o2kn
-.po4d3o2kr/eg
-.po4d3o2kres
-.po4d3o2piecz
-.po4d3o2ryw
-.po4d3o2siniak
-.po4d3o2strz
-.po4d3obsz
-.po4d3odd
-.po4d3olbrz
-.po4d3u2cz
-.po4d3u2dz
-.po4d3u2pa
-.po4d3u2ral
-.po4d3u2sta
-.po4d3u2szcz
-.po4d5r/eczn
-.po4d5zakr
-.po4d5zam
-.po4d5zast
-.po4d5zbi
-.po4d5ze
-.po4d5zieleni/a
-.po4d5zieleni/c
-.po4d5zieleni/e
-.po4d5zieleni/l
-.po4d5zielenic
-.po4d5zielenien
-.po4d5zielenil
-.po4d5zielenim
-.po4d5zielenio
-.po4d5zielenis
-.po4d5ziem
-.po4d5ziom
-.po4d5zw2r
-.po4l3s
-.po4m3p
-.po4r3c
-.po4r3f
-.po4r3n
-.po4r3t
-.po4st3d
-.po4st3f
-.po4st3g
-.po4st3h
-.po4st3i2
-.po4st3k
-.po4st3l
-.po4st3m
-.po4st3p
-.po4st3rom
-.po4st3s
-.po5d4uszczyn
-.po5r4t/e
-.pobr2
-.pobrz2
-.poch2
-.pochrz2
-.pocz2
-.pod3/c2
-.pod3/l2
-.pod3/s2
-.pod3/sr/o2d5
-.pod3alp
-.pod3b2
-.pod3c2
-.pod3d2
-.pod3f2
-.pod3g2
-.pod3h2
-.pod3i2n
-.pod3j2
-.pod3k2
-.pod3l2
-.pod3m2
-.pod3n2
-.pod3p2
-.pod3r2
-.pod3s2
-.pod3t2
-.pod3w2
-.pod5/z2
-.podch2
-.podcz2
-.podd/x2
-.podd/z2
-.pode3/c2
-.pode3/l2
-.pode3/s2
-.pode3/x2
-.pode3/z2
-.pode3b2
-.pode3c2
-.pode3d2
-.pode3f2
-.pode3g2
-.pode3h2
-.pode3k2
-.pode3l2
-.pode3m2
-.pode3p2
-.pode3r2
-.pode3s2
-.pode3t2
-.pode3tk2
-.pode3w2
-.pode3z2
-.podech2
-.podecz2
-.poded/x2
-.poded/z2
-.podedz2
-.podepch2
-.poder/z2
-.poderz2
-.podesch2
-.podesz2
-.podro2z3
-.podsm2
-.podsz2
-.pogrz2
-.pokl2
-.pokr2
-.pom4pk
-.pomk2
-.pona2d2
-.pona3/c2
-.pona3/l2
-.pona3/s2
-.pona3/x2
-.pona3/z2
-.pona3b2
-.pona3c2
-.pona3cz2
-.pona3d/x2
-.pona3do
-.pona3f2
-.pona3g2
-.pona3h2
-.pona3k2
-.pona3l2
-.pona3m2
-.pona3p2
-.pona3r2
-.pona3s2
-.pona3t2
-.pona3w2
-.pona3z2
-.pona4f3t
-.ponabrz2
-.ponach2
-.ponad3/c2
-.ponad3/s2
-.ponad3c2
-.ponad3ch2
-.ponad3cz2
-.ponad3d/x2
-.ponad3f2
-.ponad3g2
-.ponad3h2
-.ponad3j2
-.ponad3k2
-.ponad3l2
-.ponad3p2
-.ponad3s2
-.ponad3t2
-.ponadz2
-.ponarz2
-.ponasm2
-.ponasz2
-.ponaz3m2
-.ponazw2
-.ponie3k2
-.ponie3w2
-.popch2
-.popo3w2
-.poprz2
-.por4t1w
-.por4tf
-.por4tm
-.poro2z3
-.poro3z4u
-.porz2
-.posch2
-.posm2
-.posz2
-.potk2
-.potr2
-.poz4m2
-.poza3u2
-.pozw2
-.pp8
-.pr8
-.pra3s2
-.pra3w2nu
-.pra3w2z
-.prapra3w2nu
-.predy2s3po
-.prz8
-.prze/lk2
-.prze2d2
-.prze3/c2
-.prze3/l2
-.prze3/s2
-.prze3/x2
-.prze3/z2
-.prze3b2
-.prze3c2
-.prze3d/a
-.prze3d/e
-.prze3d/x2
-.prze3d4/lu/z
-.prze3d4much
-.prze3d4o3br
-.prze3d4o3st
-.prze3d4o3zo
-.prze3d4ramat
-.prze3d4ruk
-.prze3d4ryl
-.prze3d4rz2
-.prze3d4um
-.prze3dy
-.prze3dz2
-.prze3e2k2s3
-.prze3f2
-.prze3g2
-.prze3h2
-.prze3k2
-.prze3l2
-.prze3m2
-.prze3n2
-.prze3p2
-.prze3r2
-.prze3s2
-.prze3t2
-.prze3u2
-.prze3w2
-.prze3z2
-.prze4d5/lu/zyc
-.prze4d5/z2
-.prze4d5o4stat
-.prze4d5za
-.prze4d5zg2
-.prze4d5zim
-.prze4d5zj
-.prze4d5zl
-.prze4d5zw2r
-.prze4d5zwoj
-.przebr2
-.przebrz2
-.przech2
-.przechrz2
-.przeci2w3
-.przeci3w4ie
-.przeciwa2
-.przeciww2
-.przecz2
-.przed3/c2
-.przed3/l2
-.przed3/s2
-.przed3a2gon
-.przed3a2kc
-.przed3alp
-.przed3b2
-.przed3c2
-.przed3d2
-.przed3e2gz
-.przed3e2mer
-.przed3f2
-.przed3g2
-.przed3h2
-.przed3i2
-.przed3j2
-.przed3k2
-.przed3l2
-.przed3m2
-.przed3n2
-.przed3o2
-.przed3p2
-.przed3r2
-.przed3s2
-.przed3si/e3w2
-.przed3sz2
-.przed3t2
-.przed3u2
-.przed3w2
-.przedch2
-.przedcz2
-.przedd/x2
-.przedd/z2
-.przeddz2
-.przedgrz2
-.przedy2s3ku
-.przegrz2
-.przekl2
-.przekr2
-.przemk2
-.przepch2
-.przer/z2
-.przerz2
-.przesch2
-.przesm2
-.przesz2
-.przetk2
-.przetr2
-.przetran2s3
-.przy3/c2
-.przy3/l2
-.przy3/s2
-.przy3/x2
-.przy3/z2
-.przy3b2
-.przy3c2
-.przy3d2
-.przy3f2
-.przy3g2
-.przy3h2
-.przy3k2
-.przy3l2
-.przy3m2
-.przy3p2
-.przy3r2
-.przy3s2
-.przy3t2
-.przy3w2
-.przy3z2
-.przybr2
-.przych2
-.przycz2
-.przyd/x2
-.przyd/z2
-.przydz2
-.przygrz2
-.przymk2
-.przyoz2
-.przypch2
-.przyr/z2
-.przyrz2
-.przysch2
-.przysz2
-.przytk2
-.ps8
-.pt8
-.pv8
-.pw8
-.px8
-.pz8
-.r/c8
-.r/l8
-.r/n8
-.r/s8
-.r/x8
-.r/z8
-.r8
-.rb8
-.rc8
-.rd8
-.retran2s3
-.rf8
-.rg8
-.rh8
-.rj8
-.rk8
-.rl8
-.rm8
-.rn8
-.ro2z3
-.ro3z4a
-.ro3z4e
-.ro3z4e3/c2
-.ro3z4e3/l2
-.ro3z4e3/s2
-.ro3z4e3/x2
-.ro3z4e3/z2
-.ro3z4e3b2
-.ro3z4e3c2
-.ro3z4e3d2
-.ro3z4e3f2
-.ro3z4e3g2
-.ro3z4e3h2
-.ro3z4e3k2
-.ro3z4e3l2
-.ro3z4e3m2
-.ro3z4e3p2
-.ro3z4e3r2
-.ro3z4e3s2
-.ro3z4e3t2
-.ro3z4e3w2
-.ro3z4e3z2
-.ro3z4ej
-.ro3z4u
-.ro4z5a2gi
-.ro4z5a2nie
-.ro4z5e2mo
-.ro4z5e4g3z
-.ro4z5e4n3t
-.roz/s2
-.rozbrz2
-.rozd2
-.rozech2
-.rozecz2
-.rozed/x2
-.rozed/z2
-.rozedz2
-.rozepch2
-.rozer/z2
-.rozerz2
-.rozesch2
-.rozesz2
-.rozi2
-.rozm2
-.rozo2
-.rozpo3w2
-.rozt2
-.roztr2
-.rozw2
-.rp8
-.rr8
-.rs8
-.rt8
-.rv8
-.rw8
-.rx8
-.rz8
-.s/c8
-.s/l8
-.s/n8
-.s/s8
-.s/x8
-.s/z8
-.s8
-.samo3ch2
-.samo3k2
-.samo3p2
-.samo3w2
-.samoro2z3
-.sb8
-.sc8
-.sch8
-.sd8
-.sf8
-.sg8
-.sh8
-.siede2m3
-.siedemse2t3
-.siedmio3/s2
-.sj8
-.sk/a2d5/ze
-.sk8
-.skl8
-.skr8
-.sl8
-.sm8
-.sn8
-.sobo3w2
-.sp/o2/l3
-.sp8
-.spo2d2
-.spo3/c2
-.spo3/l2
-.spo3/s2
-.spo3/x2
-.spo3/z2
-.spo3b2
-.spo3c2
-.spo3dz2
-.spo3f2
-.spo3g2
-.spo3h2
-.spo3k2
-.spo3l2
-.spo3m2
-.spo3p2
-.spo3r2
-.spo3s2
-.spo3t2
-.spo3w2
-.spo3z2
-.spo4r3n
-.spo4r3t
-.spoch2
-.spocz2
-.spod/x2
-.spod/z2
-.spod3d
-.sporz2
-.sposz2
-.sr8
-.ss8
-.st8
-.stere2o3
-.stereoa2
-.stereoe2
-.stereoi2
-.stereoo2
-.stereou2
-.su2b3
-.su3b4ie
-.su3b4otn
-.supe2r3
-.supe3r4at
-.supe3r4io
-.supe4r5a2tr
-.super5z2b
-.supere2
-.supero2d1rzut
-.sv8
-.sw8
-.sx8
-.sz8
-.sze/s/cse2t3
-.sze/scio3/s2
-.sze2/s2/c3
-.sze2s3
-.t/c8
-.t/l8
-.t/n8
-.t/s8
-.t/x8
-.t/z8
-.t8
-.ta2o3
-.ta2r7zan
-.tb8
-.tc8
-.tch8
-.td8
-.te2o3
-.tf8
-.tg8
-.th8
-.tj8
-.tk8
-.tl8
-.tm8
-.tn8
-.toa3
-.tp8
-.tr/o2j3
-.tr/o3j4/a
-.tr/o3j4/e
-.tr/o3j4ecz
-.tr8
-.tran2s3
-.tran3s4e
-.tran3s4ie
-.tran3s4y
-.tran3sz
-.tran4s5eu
-.transa2
-.transo2
-.trz8
-.trze2ch3
-.trzechse2t3
-.ts8
-.tt8
-.tv8
-.tw8
-.tx8
-.tysi/a2c3
-.tysi/a3c4a
-.tysi/a3c4e
-.tysi/a3cz
-.tysi/a4c5z/l
-.tz8
-.u/c2
-.u/s2
-.u3/l2
-.u3/x2
-.u3/z2
-.u3b2
-.u3c2
-.u3d2
-.u3f2
-.u3g2
-.u3h2
-.u3k2
-.u3l2
-.u3m2
-.u3n2
-.u3p2
-.u3r2
-.u3s2
-.u3t2
-.u3w2
-.u3z2
-.u4d3k
-.u4f3n
-.u4k3lej
-.u4l3s
-.u4l3t
-.u4m3br
-.u4n3c
-.u4n3d
-.u4p3p2s
-.u4r3s
-.u4st3n
-.u4stc
-.u4stk
-.u4z3be
-.ube2z3
-.ubezw2
-.ubr2
-.uch2
-.ucz2
-.ud/x2
-.ud/z2
-.udz2
-.ukr2
-.umk2
-.upch2
-.upo2d2
-.upo3/c2
-.upo3/l2
-.upo3/s2
-.upo3/x2
-.upo3/z2
-.upo3b2
-.upo3c2
-.upo3da
-.upo3f2
-.upo3g2
-.upo3h2
-.upo3k2
-.upo3l2
-.upo3m2
-.upo3p2
-.upo3r2
-.upo3s2
-.upo3t2
-.upo3w2
-.upo3z2
-.upoch2
-.upocz2
-.upod/x2
-.upod/z2
-.upod3d
-.uporz2
-.uposz2
-.ur/z2
-.uro2z3
-.urz2
-.usch2
-.usz2
-.utk2
-.utr2
-.uze3w2
-.v/c8
-.v/l8
-.v/n8
-.v/s8
-.v/x8
-.v/z8
-.v8
-.vb8
-.vc8
-.vd8
-.vf8
-.vg8
-.vh8
-.vj8
-.vk8
-.vl8
-.vm8
-.vn8
-.vp8
-.vr8
-.vs8
-.vt8
-.vv8
-.vw8
-.vx8
-.vz8
-.w/c8
-.w/l8
-.w/n8
-.w/s8
-.w/x8
-.w/z8
-.w8
-.wb8
-.wc8
-.wd8
-.we3/c2
-.we3/l2
-.we3/s2
-.we3/z2
-.we3b2
-.we3c2
-.we3d2
-.we3f2
-.we3g2
-.we3h2
-.we3k2
-.we3l2
-.we3m2
-.we3n2
-.we3p2
-.we3r2
-.we3s2
-.we3t2
-.we3w2
-.we3z2
-.we4/l3n
-.we4k3t
-.we4l3w
-.we4n3d
-.we4n3t
-.we4r3b
-.we4r3d
-.we4r3n
-.we4r3s
-.we4r3t
-.we4s3prz
-.we4s3tch2
-.we4z3br
-.we4z3g/l
-.wech2
-.wecz2
-.wed/x2
-.wed/z2
-.wedz2
-.wemk2
-.wepch2
-.werz2
-.wesz2
-.wetk2
-.wewn/a2trz3
-.wf8
-.wg8
-.wh8
-.wielo3/s2
-.wielo3d2
-.wielo3k2
-.wieluse2t3
-.wilczo3m2
-.wj8
-.wk8
-.wl8
-.wm8
-.wn8
-.wniebo3w2
-.wodo3w2
-.wp8
-.wr8
-.ws8
-.wsp/o/li2
-.wsp/o/lo2b3w
-.wsp/o/lu2
-.wsp/o/lw2
-.wsp/o2/l3
-.wsze2ch3
-.wszecho2
-.wszechw2
-.wt8
-.wv8
-.ww8
-.wx8
-.wy3/c2
-.wy3/l2
-.wy3/s2
-.wy3/x2
-.wy3/z2
-.wy3b2
-.wy3c2
-.wy3d2
-.wy3f2
-.wy3g2
-.wy3h2
-.wy3k2
-.wy3l2
-.wy3m2
-.wy3o2d3r
-.wy3p2
-.wy3r2
-.wy3s2
-.wy3t2
-.wy3w2
-.wy3z2
-.wy4/z3sz
-.wy4cz3ha
-.wybr2
-.wybrz2
-.wych2
-.wycz2
-.wyd/x2
-.wyd/z2
-.wydr2
-.wydz2
-.wye2k2s3
-.wygrz2
-.wyi2zo
-.wykl2
-.wykr2
-.wykrz2
-.wymk2
-.wypch2
-.wyprz2
-.wyr/z2
-.wyrz2
-.wysch2
-.wysm2
-.wysz2
-.wytch2
-.wytk2
-.wytr2
-.wz8
-.x/c8
-.x/l8
-.x/n8
-.x/s8
-.x/x8
-.x/z8
-.x8
-.xb8
-.xc8
-.xd8
-.xf8
-.xg8
-.xh8
-.xj8
-.xk8
-.xl8
-.xm8
-.xn8
-.xp8
-.xr8
-.xs8
-.xt8
-.xv8
-.xw8
-.xx8
-.xz8
-.z/c8
-.z/l8
-.z/lo3w2
-.z/n8
-.z/s8
-.z/x8
-.z/z8
-.z8
-.za3/c2
-.za3/l2
-.za3/s2
-.za3/x2
-.za3/z2
-.za3b2
-.za3c2
-.za3d2
-.za3f2
-.za3g2
-.za3h2
-.za3k2
-.za3l2
-.za3m2
-.za3o2b3r
-.za3o2b3s
-.za3p2
-.za3r2
-.za3s2
-.za3t2
-.za3u2
-.za3w2
-.za3z2
-.za4k3t
-.za4l3g
-.za4l3k
-.za4l3t
-.za4m3k
-.za4r3ch
-.za4uto
-.za5m4k2n
-.zabr2
-.zabrz2
-.zach2
-.zacz2
-.zad/x2
-.zad/z2
-.zado/s/cu4
-.zado2/s/c3
-.zadr2
-.zady2s3po
-.zadz2
-.zagrz2
-.zai2n3
-.zai2zo
-.zain4ic
-.zakl2
-.zakr2
-.zakrz2
-.zanie3d2
-.zar/z2
-.zarz2
-.zasch2
-.zasm2
-.zasz2
-.zatk2
-.zatr2
-.zb8
-.zc8
-.zd8
-.zde2z3
-.zde3z4awu
-.zde3z4el
-.zde3z4er
-.zde3z4y
-.zdy2s3kont
-.zdy2s3kred
-.zdy2s3kwal
-.ze3/c2
-.ze3/l2
-.ze3/s2
-.ze3/x2
-.ze3/z2
-.ze3b2
-.ze3c2
-.ze3d2
-.ze3f2
-.ze3g2
-.ze3h2
-.ze3k2
-.ze3l2
-.ze3m2
-.ze3p2
-.ze3r2
-.ze3s2
-.ze3t2
-.ze3tk2
-.ze3w2
-.ze3z2
-.ze4r3k
-.ze4t3e2m1e2s
-.ze4t3e2s1e2l
-.ze4t3emp
-.ze4t3hap
-.zech2
-.zecz2
-.zed/x2
-.zed/z2
-.zedz2
-.zekl2
-.zepch2
-.zer/z2
-.zerz2
-.zesch2
-.zesm4
-.zesz2
-.zf8
-.zg8
-.zh8
-.zimno3kr2
-.zj8
-.zk8
-.zl8
-.zm8
-.zmartwy2ch3
-.zmartwychw2
-.zn8
-.znie3/c2
-.znie3/l2
-.znie3/n2
-.znie3/s2
-.znie3/x2
-.znie3/z2
-.znie3b2
-.znie3c2
-.znie3d2
-.znie3f2
-.znie3g2
-.znie3h2
-.znie3k2
-.znie3l2
-.znie3m2
-.znie3n2
-.znie3p2
-.znie3r2
-.znie3s2
-.znie3t2
-.znie3w2
-.znie3z2
-.znie4d/x3
-.znie4m3c
-.zniech2
-.zniecz2
-.znied/z2
-.zniedz2
-.znierz2
-.zniesz2
-.zo2o3
-.zp8
-.zr8
-.zro2z3
-.zro3z4u
-.zs8
-.zt8
-.zv8
-.zw8
-.zx8
-.zz8
-/a1
-/e1
-/o1
-/o4w3cz
-/s1c
-/x2d/x
-1/s2ci
-2/c1/n
-2/c1/s
-2/c1/x
-2/c1/z
-2/c1b
-2/c1c
-2/c1d
-2/c1f
-2/c1g
-2/c1k
-2/c1m
-2/c1n
-2/c1p
-2/c1s
-2/c1t
-2/c1z
-2/l1/c
-2/l1/n
-2/l1/s
-2/l1/x
-2/l1/z
-2/l1b
-2/l1c
-2/l1d
-2/l1f
-2/l1g
-2/l1h
-2/l1j
-2/l1k
-2/l1l
-2/l1m
-2/l1n
-2/l1p
-2/l1r
-2/l1s
-2/l1t
-2/l1w
-2/l1z
-2/n1/c
-2/n1/l
-2/n1/n
-2/n1/s
-2/n1/x
-2/n1/z
-2/n1b
-2/n1c
-2/n1d
-2/n1f
-2/n1g
-2/n1h
-2/n1j
-2/n1k
-2/n1l
-2/n1m
-2/n1n
-2/n1p
-2/n1r
-2/n1s
-2/n1t
-2/n1w
-2/n1z
-2/s/cc
-2/s1/s
-2/s1/x
-2/s1/z
-2/s1b
-2/s1d
-2/s1f
-2/s1g
-2/s1k
-2/s1p
-2/s1s
-2/s1t
-2/s1z
-2/slm
-2/sln
-2/x1/c
-2/x1/s
-2/x1/z
-2/x1b
-2/x1c
-2/x1d
-2/x1f
-2/x1g
-2/x1k
-2/x1l
-2/x1m
-2/x1n
-2/x1p
-2/x1s
-2/x1t
-2/x1w
-2/x1z
-2/z1/c
-2/z1/l
-2/z1/n
-2/z1/s
-2/z1/x
-2/z1b
-2/z1c
-2/z1d
-2/z1f
-2/z1g
-2/z1j
-2/z1k
-2/z1l
-2/z1m
-2/z1n
-2/z1p
-2/z1r
-2/z1s
-2/z1t
-2/z1w
-2/z1z
-2b/lk
-2b1/c
-2b1/n
-2b1/s
-2b1/x
-2b1/z
-2b1c
-2b1d
-2b1f
-2b1g
-2b1k
-2b1m
-2b1n
-2b1p
-2b1s
-2b1t
-2b1z
-2brn
-2c1/c
-2c1/n
-2c1/s
-2c1/x
-2c1/z
-2c1b
-2c1d
-2c1f
-2c1g
-2c1k
-2c1l
-2c1m
-2c1n
-2c1p
-2c1s
-2c1t
-2ch1/c
-2ch1/n
-2ch1/s
-2ch1/x
-2ch1/z
-2ch1b
-2ch1c
-2ch1d
-2ch1f
-2ch1g
-2ch1k
-2ch1m
-2ch1n
-2ch1p
-2ch1s
-2ch1t
-2ch1z
-2cz1/c
-2cz1/n
-2cz1/s
-2cz1/x
-2cz1/z
-2cz1b
-2cz1c
-2cz1d
-2cz1f
-2cz1g
-2cz1k
-2cz1l
-2cz1m
-2cz1n
-2cz1p
-2cz1s
-2cz1t
-2cz1z
-2d/lb
-2d/lsz
-2d/x1/c
-2d/x1/n
-2d/x1/s
-2d/x1/x
-2d/x1/z
-2d/x1b
-2d/x1c
-2d/x1d
-2d/x1f
-2d/x1g
-2d/x1k
-2d/x1m
-2d/x1n
-2d/x1p
-2d/x1s
-2d/x1t
-2d/x1z
-2d/z1/c
-2d/z1/n
-2d/z1/s
-2d/z1/x
-2d/z1/z
-2d/z1b
-2d/z1c
-2d/z1d
-2d/z1f
-2d/z1g
-2d/z1k
-2d/z1m
-2d/z1n
-2d/z1p
-2d/z1s
-2d/z1t
-2d/z1z
-2d1/c
-2d1/n
-2d1/s
-2d1b
-2d1c
-2d1f
-2d1g
-2d1k
-2d1m
-2d1n
-2d1p
-2d1s
-2d1t
-2drn
-2dz1/c
-2dz1/n
-2dz1/s
-2dz1/x
-2dz1/z
-2dz1b
-2dz1c
-2dz1d
-2dz1f
-2dz1g
-2dz1k
-2dz1l
-2dz1m
-2dz1n
-2dz1p
-2dz1s
-2dz1t
-2dz1z
-2f1c
-2f1k
-2f1m
-2f1n
-2g/lb
-2g1/c
-2g1/n
-2g1/s
-2g1/x
-2g1/z
-2g1b
-2g1c
-2g1d
-2g1f
-2g1k
-2g1m
-2g1p
-2g1s
-2g1t
-2g1z
-2h1/c
-2h1/l
-2h1/n
-2h1/s
-2h1/x
-2h1/z
-2h1b
-2h1c
-2h1d
-2h1f
-2h1g
-2h1j
-2h1k
-2h1l
-2h1m
-2h1n
-2h1p
-2h1r
-2h1s
-2h1t
-2h1w
-2h1z
-2j1/c
-2j1/l
-2j1/n
-2j1/s
-2j1/x
-2j1/z
-2j1b
-2j1c
-2j1d
-2j1f
-2j1g
-2j1h
-2j1k
-2j1l
-2j1m
-2j1n
-2j1p
-2j1r
-2j1s
-2j1t
-2j1w
-2j1z
-2k/lb
-2k1/c
-2k1/n
-2k1/s
-2k1/x
-2k1/z
-2k1b
-2k1c
-2k1d
-2k1f
-2k1g
-2k1m
-2k1n
-2k1p
-2k1s
-2k1sz
-2k1t
-2k1z
-2l1/c
-2l1/l
-2l1/n
-2l1/s
-2l1/x
-2l1/z
-2l1b
-2l1c
-2l1d
-2l1f
-2l1g
-2l1h
-2l1j
-2l1k
-2l1m
-2l1n
-2l1p
-2l1r
-2l1s
-2l1t
-2l1w
-2l1z
-2m1/c
-2m1/l
-2m1/n
-2m1/s
-2m1/x
-2m1/z
-2m1b
-2m1c
-2m1d
-2m1f
-2m1g
-2m1h
-2m1j
-2m1k
-2m1l
-2m1n
-2m1p
-2m1r
-2m1s
-2m1t
-2m1w
-2m1z
-2n1/c
-2n1/l
-2n1/n
-2n1/s
-2n1/x
-2n1/z
-2n1b
-2n1c
-2n1d
-2n1f
-2n1g
-2n1h
-2n1j
-2n1k
-2n1l
-2n1m
-2n1p
-2n1r
-2n1s
-2n1t
-2n1w
-2n1z
-2ntn
-2p1/c
-2p1/n
-2p1/s
-2p1/x
-2p1/z
-2p1b
-2p1c
-2p1d
-2p1f
-2p1g
-2p1k
-2p1m
-2p1n
-2p1s
-2p1sz
-2p1t
-2p1z
-2pln
-2r1/c
-2r1/l
-2r1/n
-2r1/s
-2r1/x
-2r1/z
-2r1b
-2r1c
-2r1d
-2r1f
-2r1g
-2r1h
-2r1j
-2r1k
-2r1l
-2r1m
-2r1n
-2r1p
-2r1s
-2r1t
-2r1w
-2rz1/c
-2rz1/l
-2rz1/n
-2rz1/s
-2rz1/x
-2rz1/z
-2rz1b
-2rz1c
-2rz1d
-2rz1f
-2rz1g
-2rz1h
-2rz1j
-2rz1k
-2rz1l
-2rz1m
-2rz1n
-2rz1p
-2rz1r
-2rz1s
-2rz1t
-2rz1w
-2s/lb
-2s1/x
-2s1/z
-2s1b
-2s1d
-2s1f
-2s1g
-2s1s
-2snk
-2stk
-2stn
-2stsz
-2sz1/c
-2sz1/s
-2sz1c
-2sz1f
-2sz1k
-2sz1l
-2sz1m
-2sz1n
-2sz1p
-2sz1s
-2sz1t
-2sz1w
-2sz1z
-2szln
-2t1/c
-2t1/n
-2t1/s
-2t1/x
-2t1/z
-2t1b
-2t1c
-2t1d
-2t1f
-2t1g
-2t1k
-2t1m
-2t1n
-2t1p
-2t1s
-2t1z
-2tln
-2trk
-2trzn
-2w1/c
-2w1/l
-2w1/n
-2w1/s
-2w1/x
-2w1/z
-2w1b
-2w1c
-2w1d
-2w1f
-2w1g
-2w1j
-2w1k
-2w1l
-2w1m
-2w1n
-2w1p
-2w1r
-2w1s
-2w1t
-2w1z
-2z1/c
-2z1/s
-2z1c
-2z1d
-2z1f
-2z1k
-2z1p
-2z1s
-2z1t
-2zdk
-2zdn
-3d2niow
-3k2sz2t
-3m2k2n
-3m2nest
-3m2nezj
-3m2sk2n
-3p2neu
-3w2/lad
-3w2/los
-3w2czas
-4/c3/c
-4/l3/l
-4/x3/x
-4/z3/z
-4b3b
-4c3c
-4d3d
-4f3f
-4g3g
-4h3h
-4j3j
-4k3k
-4l3l
-4m3m
-4n3n
-4p3p
-4r3r
-4t3t
-4w3w
-4z3z
-8/c.
-8/c/c.
-8/c/l.
-8/c/n.
-8/c/s.
-8/c/x.
-8/c/z.
-8/cb.
-8/cc.
-8/cd.
-8/cf.
-8/cg.
-8/ch.
-8/cj.
-8/ck.
-8/cl.
-8/cm.
-8/cn.
-8/cp.
-8/cr.
-8/cs.
-8/ct.
-8/cv.
-8/cw.
-8/cx.
-8/cz.
-8/l.
-8/l/c.
-8/l/l.
-8/l/n.
-8/l/s.
-8/l/x.
-8/l/z.
-8/lb.
-8/lc.
-8/ld.
-8/lf.
-8/lg.
-8/lh.
-8/lj.
-8/lk.
-8/ll.
-8/lm.
-8/ln.
-8/lp.
-8/lr.
-8/ls.
-8/lt.
-8/lv.
-8/lw.
-8/lx.
-8/lz.
-8/n.
-8/n/c.
-8/n/l.
-8/n/n.
-8/n/s.
-8/n/x.
-8/n/z.
-8/nb.
-8/nc.
-8/nd.
-8/nf.
-8/ng.
-8/nh.
-8/nj.
-8/nk.
-8/nl.
-8/nm.
-8/nn.
-8/np.
-8/nr.
-8/ns.
-8/nt.
-8/nv.
-8/nw.
-8/nx.
-8/nz.
-8/s.
-8/s/c.
-8/s/l.
-8/s/n.
-8/s/s.
-8/s/x.
-8/s/z.
-8/sb.
-8/sc.
-8/sd.
-8/sf.
-8/sg.
-8/sh.
-8/sj.
-8/sk.
-8/sl.
-8/sm.
-8/sn.
-8/sp.
-8/sr.
-8/ss.
-8/st.
-8/sv.
-8/sw.
-8/sx.
-8/sz.
-8/x.
-8/x/c.
-8/x/l.
-8/x/n.
-8/x/s.
-8/x/x.
-8/x/z.
-8/xb.
-8/xc.
-8/xd.
-8/xf.
-8/xg.
-8/xh.
-8/xj.
-8/xk.
-8/xl.
-8/xm.
-8/xn.
-8/xp.
-8/xr.
-8/xs.
-8/xt.
-8/xv.
-8/xw.
-8/xx.
-8/xz.
-8/z.
-8/z/c.
-8/z/l.
-8/z/n.
-8/z/s.
-8/z/x.
-8/z/z.
-8/zb.
-8/zc.
-8/zd.
-8/zf.
-8/zg.
-8/zh.
-8/zj.
-8/zk.
-8/zl.
-8/zm.
-8/zn.
-8/zp.
-8/zr.
-8/zs.
-8/zt.
-8/zv.
-8/zw.
-8/zx.
-8/zz.
-8b.
-8b/c.
-8b/l.
-8b/n.
-8b/s.
-8b/x.
-8b/z.
-8bb.
-8bc.
-8bd.
-8bf.
-8bg.
-8bh.
-8bj.
-8bk.
-8bl.
-8bm.
-8bn.
-8bp.
-8br.
-8brz.
-8bs.
-8bt.
-8bv.
-8bw.
-8bx.
-8bz.
-8c.
-8c/c.
-8c/l.
-8c/n.
-8c/s.
-8c/x.
-8c/z.
-8cb.
-8cc.
-8cd.
-8cf.
-8cg.
-8ch.
-8ch/l.
-8chrz.
-8chw.
-8cj.
-8ck.
-8cl.
-8cm.
-8cn.
-8cp.
-8cr.
-8cs.
-8ct.
-8cv.
-8cw.
-8cx.
-8cz.
-8czt.
-8d.
-8d/c.
-8d/l.
-8d/n.
-8d/s.
-8d/x.
-8d/z.
-8db.
-8dc.
-8dd.
-8df.
-8dg.
-8dh.
-8dj.
-8dk.
-8dl.
-8dm.
-8dn.
-8dp.
-8dr.
-8drz.
-8ds.
-8dt.
-8dv.
-8dw.
-8dx.
-8dz.
-8f.
-8f/c.
-8f/l.
-8f/n.
-8f/s.
-8f/x.
-8f/z.
-8fb.
-8fc.
-8fd.
-8ff.
-8fg.
-8fh.
-8fj.
-8fk.
-8fl.
-8fm.
-8fn.
-8fp.
-8fr.
-8fs.
-8ft.
-8fv.
-8fw.
-8fx.
-8fz.
-8g.
-8g/c.
-8g/l.
-8g/n.
-8g/s.
-8g/x.
-8g/z.
-8gb.
-8gc.
-8gd.
-8gf.
-8gg.
-8gh.
-8gj.
-8gk.
-8gl.
-8gm.
-8gn.
-8gp.
-8gr.
-8gs.
-8gt.
-8gv.
-8gw.
-8gx.
-8gz.
-8h.
-8h/c.
-8h/l.
-8h/n.
-8h/s.
-8h/x.
-8h/z.
-8hb.
-8hc.
-8hd.
-8hf.
-8hg.
-8hh.
-8hj.
-8hk.
-8hl.
-8hm.
-8hn.
-8hp.
-8hr.
-8hs.
-8ht.
-8hv.
-8hw.
-8hx.
-8hz.
-8j.
-8j/c.
-8j/l.
-8j/n.
-8j/s.
-8j/x.
-8j/z.
-8jb.
-8jc.
-8jd.
-8jf.
-8jg.
-8jh.
-8jj.
-8jk.
-8jl.
-8jm.
-8jn.
-8jp.
-8jr.
-8js.
-8jt.
-8jv.
-8jw.
-8jx.
-8jz.
-8k.
-8k/c.
-8k/l.
-8k/n.
-8k/s.
-8k/x.
-8k/z.
-8kb.
-8kc.
-8kd.
-8kf.
-8kg.
-8kh.
-8kj.
-8kk.
-8kl.
-8km.
-8kn.
-8kp.
-8kr.
-8ks.
-8kst.
-8kt.
-8kv.
-8kw.
-8kx.
-8kz.
-8l.
-8l/c.
-8l/l.
-8l/n.
-8l/s.
-8l/x.
-8l/z.
-8lb.
-8lc.
-8ld.
-8lf.
-8lg.
-8lh.
-8lj.
-8lk.
-8ll.
-8lm.
-8ln.
-8lp.
-8lr.
-8ls.
-8lt.
-8lv.
-8lw.
-8lx.
-8lz.
-8m.
-8m/c.
-8m/l.
-8m/n.
-8m/s.
-8m/x.
-8m/z.
-8mb.
-8mc.
-8md.
-8mf.
-8mg.
-8mh.
-8mj.
-8mk.
-8ml.
-8mm.
-8mn.
-8mp.
-8mr.
-8ms.
-8mst.
-8mt.
-8mv.
-8mw.
-8mx.
-8mz.
-8n.
-8n/c.
-8n/l.
-8n/n.
-8n/s.
-8n/x.
-8n/z.
-8nb.
-8nc.
-8nd.
-8nf.
-8ng.
-8nh.
-8nj.
-8nk.
-8nl.
-8nm.
-8nn.
-8np.
-8nr.
-8ns.
-8nt.
-8nv.
-8nw.
-8nx.
-8nz.
-8p.
-8p/c.
-8p/l.
-8p/n.
-8p/s.
-8p/x.
-8p/z.
-8pb.
-8pc.
-8pd.
-8pf.
-8pg.
-8ph.
-8pj.
-8pk.
-8pl.
-8pm.
-8pn.
-8pp.
-8pr.
-8prz.
-8ps.
-8pt.
-8pv.
-8pw.
-8px.
-8pz.
-8r.
-8r/c.
-8r/l.
-8r/n.
-8r/s.
-8r/x.
-8r/z.
-8rb.
-8rc.
-8rd.
-8rf.
-8rg.
-8rh.
-8rj.
-8rk.
-8rl.
-8rm.
-8rn.
-8rp.
-8rr.
-8rs.
-8rsz.
-8rt.
-8rv.
-8rw.
-8rx.
-8rz.
-8rz/l.
-8s.
-8s/c.
-8s/l.
-8s/n.
-8s/s.
-8s/x.
-8s/z.
-8sb.
-8sc.
-8sch.
-8sd.
-8sf.
-8sg.
-8sh.
-8sj.
-8sk.
-8skrz.
-8sl.
-8sm.
-8sn.
-8sp.
-8sr.
-8ss.
-8st.
-8str.
-8strz.
-8stw.
-8sv.
-8sw.
-8sx.
-8sz.
-8szcz.
-8szczb.
-8szk.
-8szn.
-8szt.
-8sztr.
-8t.
-8t/c.
-8t/l.
-8t/n.
-8t/s.
-8t/x.
-8t/z.
-8tb.
-8tc.
-8td.
-8tf.
-8tg.
-8th.
-8tj.
-8tk.
-8tl.
-8tm.
-8tn.
-8tp.
-8tr.
-8trz.
-8ts.
-8tt.
-8tv.
-8tw.
-8tx.
-8tz.
-8v.
-8v/c.
-8v/l.
-8v/n.
-8v/s.
-8v/x.
-8v/z.
-8vb.
-8vc.
-8vd.
-8vf.
-8vg.
-8vh.
-8vj.
-8vk.
-8vl.
-8vm.
-8vn.
-8vp.
-8vr.
-8vs.
-8vt.
-8vv.
-8vw.
-8vx.
-8vz.
-8w.
-8w/c.
-8w/l.
-8w/n.
-8w/s.
-8w/x.
-8w/z.
-8wb.
-8wc.
-8wd.
-8wf.
-8wg.
-8wh.
-8wj.
-8wk.
-8wl.
-8wm.
-8wn.
-8wp.
-8wr.
-8ws.
-8wt.
-8wv.
-8ww.
-8wx.
-8wz.
-8x.
-8x/c.
-8x/l.
-8x/n.
-8x/s.
-8x/x.
-8x/z.
-8xb.
-8xc.
-8xd.
-8xf.
-8xg.
-8xh.
-8xj.
-8xk.
-8xl.
-8xm.
-8xn.
-8xp.
-8xr.
-8xs.
-8xt.
-8xv.
-8xw.
-8xx.
-8xz.
-8z.
-8z/c.
-8z/l.
-8z/n.
-8z/s.
-8z/x.
-8z/z.
-8zb.
-8zc.
-8zd.
-8zdr.
-8zdrz.
-8zf.
-8zg.
-8zh.
-8zj.
-8zk.
-8zl.
-8zm.
-8zn.
-8zp.
-8zr.
-8zs.
-8zt.
-8zv.
-8zw.
-8zx.
-8zz.
-a1
-a2u
-a2y
-aa2
-ae2
-ai2
-ao2
-be2eth
-be2f3sz2
-be2k1hend
-bi2n3o2ku
-bi2sz3kop
-bi2z3ne2s3m
-bi2z3nes
-birmin2g1ham
-blo2k1hauz
-bo2s3ma
-br2d
-bro2a2d3way
-bu2sz3me
-buk2sz3pan
-busine2ss3m
-busines2s
-c4h
-c4z
-cal2d1well
-ch2/l
-ch2j
-ch2l
-ch2r
-ch2w
-chus1t
-cu2r7zon
-d/z2/l
-d/z2j
-d/z2l
-d/z2r
-d/z2w
-d/ze4z3b
-d/ze4z3m
-d4/x
-d4/z
-d4z
-deut4sch3land
-drz2w
-du2sz3past
-e1
-e2r5zac
-e2u
-e2y
-e3u2sz
-ea2
-ee2
-ei2
-eo2
-fi2s3harm
-fi2sz3bin
-fo2k2s3t
-fo2r5zac
-fol2k1lor
-fos2f1a2zot
-ga3d2get
-gado3p2ta
-gol2f3s
-golfsz2
-gran2d1ilo
-gro4t3r
-hi2sz3p
-hu2cz1w
-hu2x3ley
-i1
-i2/a
-i2/e
-i2/o
-i2a
-i2e
-i2i
-i2o
-i2u
-i2y
-in4nsbruck
-in4sbruc
-j2t1/l
-j2t1r
-ja4z4z3b
-ja4z4z3m
-karl2s1kron
-karl2s1ruhe
-kir2chhoff
-kongre2s3m
-led1w
-lu2ft3waffe
-lu2ks1fer
-ly2o
-ma2r5z/l
-ma2r5zl
-ma2r5zn
-mi2sz1masz
-mie2r5z/l
-mie2r5zi
-mon2t3real
-moza2i3k
-mu2r7zasich3l
-na4/l3kows
-na4r3v
-o1
-o2y
-oa2
-och3mistrz
-oe2
-of2f3set
-oi2
-oo2
-ou2
-pa2n3a2mer
-pa2s3cal
-pa2s3ch
-po/lu3d2ni
-po3d4nieprz
-po3m2n/a
-po3m2n/e
-po3m2ni
-po4rt2s3mo2uth
-po4rt3land
-poli3e2t
-poli3u2re
-powsze3d2ni
-pr2chal
-pre2sz3pa
-r4z
-ro2e3nt2gen
-ro2k3rocz
-ro2s3to3c2k
-s4z
-se2t3le
-sko2r5zoner
-sm2r
-sowi3z2
-sy2n3opt
-sy2s1tem
-sza2sz1/ly
-sze2z1long
-sze4/s/c
-szto2k1holm
-szyn2k1was
-to3y2o3t
-turboo2d3rzut
-tygo3d2ni
-u1
-u2y
-ua2
-ue2
-ui2
-uo2
-uu2
-vo2lk2s3
-we2e2k1end
-we4st3f
-we4st3m
-y1
-ya2
-ye2
-yi2
-yo2
-yu2
-ze4p3p
-be-zach
-be-zami
-by-naj-mniej
-gdzie-nie-gdzie
-ina-czej
-na-dal
-ni-gdy
-ni-gdzie
-niech-/ze
-niech-by
-ow-szem
-p/o-/lach
-p/o-/lami
-p/o-/lek
-pod-/ow-czas
-przy-naj-mniej
-sk/ad-in/ad
-tr/o-jach
-tr/o-jami
-tr/o-jek
-# liblouis: some control characters
-
-#  Based on the Linux screenreader BRLTTY, copyright (C) 1999-2006 by
-#  The BRLTTY Team
-#
-#  Copyright (C) 2004-2006 ViewPlus Technologies, Inc. www.viewplus.com
-#  Copyright (C) 2004-2006 JJB Software, Inc. www.jjb-software.com
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-
-space \x000a a1 newline
-space \x000c a2 forms feed
-space \x000d a3 carriage return
-# This file is for reverence only. It is to be used in looking up 
-# unicode characters. It is not included in any table for translation 
-# or back-translation.
-#
-#  Copyright (C) 2008 JJB Software, Inc. www.jjb-software.com
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-
-#
-# \x0000 NULL 
-# \x0001 START OF HEADING 
-# \x0002 START OF TEXT 
-# \x0003 END OF TEXT 
-# \x0004 END OF TRANSMISSION 
-# \x0005 ENQUIRY 
-# \x0006 ACKNOWLEDGE 
-# \x0007 BELL 
-# \x0008 BACKSPACE 
-# \x0009 CHARACTER TABULATION 
-# \x000A LINE FEED (LF) 
-# \x000B LINE TABULATION 
-# \x000C Cc FORM FEED (FF) 
-# \x000D CARRIAGE RETURN (CR) 
-# \x000E SHIFT OUT 
-# \x000F SHIFT IN 
-# \x0010 DATA LINK ESCAPE 
-# \x0011 DEVICE CONTROL ONE 
-# \x0012 DEVICE CONTROL TWO 
-# \x0013 DEVICE CONTROL THREE 
-# \x0014 DEVICE CONTROL FOUR 
-# \x0015 NEGATIVE ACKNOWLEDGE 
-# \x0016 SYNCHRONOUS IDLE 
-# \x0017 END OF TRANSMISSION BLOCK 
-# \x0018 CANCEL 
-# \x0019 END OF MEDIUM 
-# \x001A SUBSTITUTE 
-# \x001B ESCAPE 
-# \x001C INFORMATION SEPARATOR FOUR 
-# \x001D INFORMATION SEPARATOR THREE 
-# \x001E INFORMATION SEPARATOR TWO 
-# \x001F INFORMATION SEPARATOR ONE 
-# \x0020 SPACE 
-# \x0021 EXCLAMATION MARK 
-# \x0022 QUOTATION MARK 
-# \x0023 NUMBER SIGN 
-# \x0024 DOLLAR SIGN 
-# \x0025 PERCENT SIGN 
-# \x0026 AMPERSAND 
-# \x0027 APOSTROPHE APOSTROPHE-QUOTE 
-# \x0028 LEFT PARENTHESIS OPENING PARENTHESIS 
-# \x0029 RIGHT PARENTHESIS CLOSING PARENTHESIS 
-# \x002A ASTERISK 
-# \x002B PLUS SIGN 
-# \x002C COMMA 
-# \x002D HYPHEN-MINUS 
-# \x002E FULL STOP PERIOD 
-# \x002F SOLIDUS SLASH 
-# \x0030 DIGIT ZERO Nd EN 0 
-# \x0031 DIGIT ONE Nd EN 1 1 1 
-# \x0032 DIGIT TWO Nd EN 2 2 2 
-# \x0033 DIGIT THREE Nd EN 3 3 3 
-# \x0034 DIGIT FOUR Nd EN 4 4 4 
-# \x0035 DIGIT FIVE Nd EN 5 5 5 
-# \x0036 DIGIT SIX Nd EN 6 6 6 
-# \x0037 DIGIT SEVEN Nd EN 7 7 7 
-# \x0038 DIGIT EIGHT Nd EN 8 8 8 
-# \x0039 DIGIT NINE Nd EN 9 9 9 
-# \x003A COLON 
-# \x003B SEMICOLON 
-# \x003C LESS-THAN SIGN 
-# \x003D EQUALS SIGN 
-# \x003E GREATER-THAN SIGN 
-# \x003F QUESTION MARK 
-# \x0040 COMMERCIAL AT 
-# \x0041 LATIN CAPITAL LETTER A 0061 
-# \x0042 LATIN CAPITAL LETTER B 0062 
-# \x0043 LATIN CAPITAL LETTER C 0063 
-# \x0044 LATIN CAPITAL LETTER D 0064 
-# \x0045 LATIN CAPITAL LETTER E 0065 
-# \x0046 LATIN CAPITAL LETTER F 0066 
-# \x0047 LATIN CAPITAL LETTER G 0067 
-# \x0048 LATIN CAPITAL LETTER H 0068 
-# \x0049 LATIN CAPITAL LETTER I 0069 
-# \x004A LATIN CAPITAL LETTER J 006A 
-# \x004B LATIN CAPITAL LETTER K 006B 
-# \x004C LATIN CAPITAL LETTER 006C 
-# \x004D LATIN CAPITAL LETTER M 006D 
-# \x004E LATIN CAPITAL LETTER 006E 
-# \x004F LATIN CAPITAL LETTER O 006F 
-# \x0050 LATIN CAPITAL LETTER P 0070 
-# \x0051 LATIN CAPITAL LETTER Q 0071 
-# \x0052 LATIN CAPITAL LETTER 0072 
-# \x0053 LATIN CAPITAL LETTER S 0073 
-# \x0054 LATIN CAPITAL LETTER T 0074 
-# \x0055 LATIN CAPITAL LETTER U 0075 
-# \x0056 LATIN CAPITAL LETTER V 0076 
-# \x0057 LATIN CAPITAL LETTER W 0077 
-# \x0058 LATIN CAPITAL LETTER X 0078 
-# \x0059 LATIN CAPITAL LETTER Y 0079 
-# \x005A LATIN CAPITAL LETTER Z 007A 
-# \x005B LEFT SQUARE BRACKET OPENING SQUARE BRACKET 
-# \x005C REVERSE SOLIDUS BACKSLASH 
-# \x005D RIGHT SQUARE BRACKET CLOSING SQUARE BRACKET 
-# \x005E CIRCUMFLEX ACCENT SPACING CIRCUMFLEX 
-# \x005F LOW LINE SPACING UNDERSCORE 
-# \x0060 GRAVE ACCENT SPACING GRAVE 
-# \x0061 LATIN SMALL LETTER A 0041 0041
-# \x0062 LATIN SMALL LETTER B 0042 0042
-# \x0063 LATIN SMALL LETTER C 0043 0043
-# \x0064 LATIN SMALL LETTER D 0044 0044
-# \x0065 LATIN SMALL LETTER E 0045 0045
-# \x0066 LATIN SMALL LETTER F 0046 0046
-# \x0067 LATIN SMALL LETTER G 0047 0047
-# \x0068 LATIN SMALL LETTER H 0048 0048
-# \x0069 LATIN SMALL LETTER I 0049 0049
-# \x006A LATIN SMALL LETTER J 004A 004A
-# \x006B LATIN SMALL LETTER K 004B 004B
-# \x006C LATIN SMALL LETTER 004C 004C
-# \x006D LATIN SMALL LETTER M 004D 004D
-# \x006E LATIN SMALL LETTER 004E 004E
-# \x006F LATIN SMALL LETTER O 004F 004F
-# \x0070 LATIN SMALL LETTER P 0050 0050
-# \x0071 LATIN SMALL LETTER Q 0051 0051
-# \x0072 LATIN SMALL LETTER 0052 0052
-# \x0073 LATIN SMALL LETTER S 0053 0053
-# \x0074 LATIN SMALL LETTER T 0054 0054
-# \x0075 LATIN SMALL LETTER U 0055 0055
-# \x0076 LATIN SMALL LETTER V 0056 0056
-# \x0077 LATIN SMALL LETTER W 0057 0057
-# \x0078 LATIN SMALL LETTER X 0058 0058
-# \x0079 LATIN SMALL LETTER Y 0059 0059
-# \x007A LATIN SMALL LETTER Z 005A 005A
-# \x007B LEFT CURLY BRACKET OPENING CURLY BRACKET 
-# \x007C VERTICAL LINE VERTICAL BAR 
-# \x007D RIGHT CURLY BRACKET CLOSING CURLY BRACKET 
-# \x007E TILDE 
-# \x007F DELETE 
-# \x0080 
-# \x0081 
-# \x0082 BREAK PERMITTED HERE 
-# \x0083 NO BREAK HERE 
-# \x0084 
-# \x0085 NEXT LINE (NEL) 
-# \x0086 START OF SELECTED AREA 
-# \x0087 END OF SELECTED AREA 
-replace \x0088 # CHARACTER TABULATION SET 
-replace \x0089 # CHARACTER TABULATION WITH JUSTIFICATION 
-# \x008A LINE TABULATION SET 
-# \x008B PARTIAL LINE FORWARD 
-# \x008C PARTIAL LINE BACKWARD 
-# \x008D REVERSE LINE FEED 
-# \x008E SINGLE SHIFT TWO 
-# \x008F SINGLE SHIFT THREE 
-# \x0090 DEVICE CONTROL STRING 
-# \x0091 PRIVATE USE ONE 
-# \x0092 PRIVATE USE TWO 
-# \x0093 SET TRANSMIT STATE 
-# \x0094 CANCEL CHARACTER 
-# \x0095 MESSAGE WAITING 
-# \x0096 START OF GUARDED AREA 
-# \x0097 END OF GUARDED AREA 
-# \x0098 START OF STRING 
-# \x0099 
-sign \x009A a SINGLE CHARACTER INTRODUCER 
-# \x009B CONTROL SEQUENCE INTRODUCER 
-# \x009C STRING TERMINATOR 
-# \x009D OPERATING SYSTEM COMMAND 
-# \x009E PRIVACY MESSAGE 
-# \x009F APPLICATION PROGRAM COMMAND 
-# space \x00A0 0 NO-BREAK SPACE <noBreak> 0020 NON-BREAKING SPACE 
-# \x00A1 INVERTED EXCLAMATION MARK 
-sign \x00A2 4-14 CENT SIGN 
-# \x00A3 POUND SIGN 
-# \x00A4 CURRENCY SIGN 
-# \x00A5 YEN SIGN 
-# \x00A6 BROKEN BAR BROKEN VERTICAL BAR 
-sign \x00A7 4-234 SECTION SIGN 
-# \x00A8 DIAERESIS 0020 0308 SPACING DIAERESIS 
-sign \x00A9 12356-6-14-23456 COPYRIGHT SIGN 
-# \x00AA FEMININE ORDINAL INDICATOR 0061 
-# \x00AB LEFT-POINTING DOUBLE ANGLE QUOTATION MARK LEFT POINTING GUILLEMET * 
-# \x00AC NOT SIGN 
-# \x00AD SOFT HYPHEN 
-# \x00AE REGISTERED SIGN REGISTERED TRADE MARK SIGN 
-# \x00AF MACRON 0020 0304 SPACING MACRON 
-# \x00B0 DEGREE SIGN 
-math \x00B1 346-456-36 PLUS-MINUS SIGN PLUS-OR-MINUS SIGN 
-# \x00B2 SUPERSCRIPT TWO 0032 2 2 SUPERSCRIPT DIGIT TWO 
-# \x00B3 SUPERSCRIPT THREE 0033 3 3 SUPERSCRIPT DIGIT THREE 
-# \x00B4 ACUTE ACCENT 0020 0301 SPACING ACUTE 
-# \x00B5 MICRO SIGN 03BC 039C 039C
-# \x00B6 PILCROW SIGN PARAGRAPH SIGN 
-math \x00B7 4-16 MIDDLE DOT 
-# \x00B8 CEDILLA 0020 0327 SPACING CEDILLA 
-# \x00B9 SUPERSCRIPT ONE 0031 1 1 SUPERSCRIPT DIGIT ONE 
-# \x00BA MASCULINE ORDINAL INDICATOR 006F 
-# \x00BB RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK Pf Y RIGHT POINTING GU ILLEMET * 
-# \x00BC VULGAR FRACTION ONE QUARTER No 0031 2044 0034 1/4 FRACTION ONE QUARTER 
-# \x00BD VULGAR FRACTION ONE HALF No 0031 2044 0032 1/2 FRACTION ONE HALF 
-# \x00BE VULGAR FRACTION THREE QUARTERS No 0033 2044 0034 3/4 FRACTION THREE QUARTERS 
-# \x00BF INVERTED QUESTION MARK 
-# \x00C0 LATIN CAPITAL LETTER A WITH GRAVE 0041 0300 LATIN CAPITAL LETTER A GRAVE 00E0 
-# \x00C1 LATIN CAPITAL LETTER A WITH ACUTE 0041 0301 LATIN CAPITAL LETTER A ACUTE 00E1 
-# \x00C2 LATIN CAPITAL LETTER A WITH CIRCUMFLEX 0041 0302 LATIN CAPITAL LETTER A CIRCUMFLEX 00E2 
-# \x00C3 LATIN CAPITAL LETTER A WITH TILDE 0041 0303 LATIN CAPITAL LETTER A TILDE 00E3 
-# \x00C4 LATIN CAPITAL LETTER A WITH DIAERESIS 0041 0308 LATIN CAPITAL LETTER A DIAERESIS 00E4 
-# \x00C5 LATIN CAPITAL LETTER A WITH RING ABOVE 0041 030A LATIN CAPITAL LETTER A RING 00E5 
-# \x00C6 LATIN CAPITAL LETTER AE LATIN CAPITAL LETTER A E ash * 00E6 
-# \x00C7 LATIN CAPITAL LETTER C WITH CEDILLA 0043 0327 LATIN CAPITAL LETTER C CEDILLA 00E7 
-# \x00C8 LATIN CAPITAL LETTER E WITH GRAVE 0045 0300 LATIN CAPITAL LETTER E GRAVE 00E8 
-# \x00C9 LATIN CAPITAL LETTER E WITH ACUTE 0045 0301 LATIN CAPITAL LETTER E ACUTE 00E9 
-# \x00CA LATIN CAPITAL LETTER E WITH CIRCUMFLEX 0045 0302 LATIN CAPITAL LETTER E CIRCUMFLEX 00EA 
-# \x00CB LATIN CAPITAL LETTER E WITH DIAERESIS 0045 0308 LATIN CAPITAL LETTER E DIAERESIS 00EB 
-# \x00CC LATIN CAPITAL LETTER I WITH GRAVE 0049 0300 LATIN CAPITAL LETTER I GRAVE 00EC 
-# \x00CD LATIN CAPITAL LETTER I WITH ACUTE 0049 0301 LATIN CAPITAL LETTER I ACUTE 00ED 
-# \x00CE LATIN CAPITAL LETTER I WITH CIRCUMFLEX 0049 0302 LATIN CAPITAL LETTER I CIRCUMFLEX 00EE 
-# \x00CF LATIN CAPITAL LETTER I WITH DIAERESIS 0049 0308 LATIN CAPITAL LETTER I DIAERESIS 00EF 
-# \x00D0 LATIN CAPITAL LETTER ETH Icelandic 00F0 
-# \x00D1 LATIN CAPITAL LETTER WITH TILDE 004E 0303 LATIN CAPITAL LETTER TILDE 00F1 
-# \x00D2 LATIN CAPITAL LETTER O WITH GRAVE 004F 0300 LATIN CAPITAL LETTER O GRAVE 00F2 
-# \x00D3 LATIN CAPITAL LETTER O WITH ACUTE 004F 0301 LATIN CAPITAL LETTER O ACUTE 00F3 
-# \x00D4 LATIN CAPITAL LETTER O WITH CIRCUMFLEX 004F 0302 LATIN CAPITAL LETTER O CIRCUMFLEX 00F4 
-# \x00D5 LATIN CAPITAL LETTER O WITH TILDE 004F 0303 LATIN CAPITAL LETTER O TILDE 00F5 
-# \x00D6 LATIN CAPITAL LETTER O WITH DIAERESIS 004F 0308 LATIN CAPITAL LETTER O DIAERESIS 00F6 
-math \x00D7 16 MULTIPLICATION SIGN 
-# \x00D8 LATIN CAPITAL LETTER O WITH STROKE LATIN CAPITAL LETTER O SLASH 00F8 
-# \x00D9 LATIN CAPITAL LETTER U WITH GRAVE 0055 0300 LATIN CAPITAL LETTER U GRAVE 00F9 
-# \x00DA LATIN CAPITAL LETTER U WITH ACUTE 0055 0301 LATIN CAPITAL LETTER U ACUTE 00FA 
-# \x00DB LATIN CAPITAL LETTER U WITH CIRCUMFLEX 0055 0302 LATIN CAPITAL LETTER U CIRCUMFLEX 00FB 
-# \x00DC LATIN CAPITAL LETTER U WITH DIAERESIS 0055 0308 LATIN CAPITAL LETTER U DIAERESIS 00FC 
-# \x00DD LATIN CAPITAL LETTER Y WITH ACUTE 0059 0301 LATIN CAPITAL LETTER Y ACUTE 00FD 
-# \x00DE LATIN CAPITAL LETTER THORN Icelandic 00FE 
-# \x00DF LATIN SMALL LETTER SHARP S German 
-# \x00E0 LATIN SMALL LETTER A WITH GRAVE 0061 0300 LATIN SMALL LETTER A GRAVE 00C0 00C0
-# \x00E1 LATIN SMALL LETTER A WITH ACUTE 0061 0301 LATIN SMALL LETTER A ACUTE 00C1 00C1
-# \x00E2 LATIN SMALL LETTER A WITH CIRCUMFLEX 0061 0302 LATIN SMALL LETTER A CIRCUMFLEX 00C2 00C2
-# \x00E3 LATIN SMALL LETTER A WITH TILDE 0061 0303 LATIN SMALL LETTER A TILDE 00C3 00C3
-# \x00E4 LATIN SMALL LETTER A WITH DIAERESIS 0061 0308 LATIN SMALL LETTER A DIAERESIS 00C4 00C4
-# \x00E5 LATIN SMALL LETTER A WITH RING ABOVE 0061 030A LATIN SMALL LETTER A RING 00C5 00C5
-# \x00E6 LATIN SMALL LETTER AE LATIN SMALL LETTER A E ash * 00C6 00C6
-# \x00E7 LATIN SMALL LETTER C WITH CEDILLA 0063 0327 LATIN SMALL LETTER C CEDILLA 00C7 00C7
-# \x00E8 LATIN SMALL LETTER E WITH GRAVE 0065 0300 LATIN SMALL LETTER E GRAVE 00C8 00C8
-# \x00E9 LATIN SMALL LETTER E WITH ACUTE 0065 0301 LATIN SMALL LETTER E ACUTE 00C9 00C9
-# \x00EA LATIN SMALL LETTER E WITH CIRCUMFLEX 0065 0302 LATIN SMALL LETTER E CIRCUMFLEX 00CA 00CA
-# \x00EB LATIN SMALL LETTER E WITH DIAERESIS 0065 0308 LATIN SMALL LETTER E DIAERESIS 00CB 00CB
-# \x00EC LATIN SMALL LETTER I WITH GRAVE 0069 0300 LATIN SMALL LETTER I GRAVE 00CC 00CC
-# \x00ED LATIN SMALL LETTER I WITH ACUTE 0069 0301 LATIN SMALL LETTER I ACUTE 00CD 00CD
-# \x00EE LATIN SMALL LETTER I WITH CIRCUMFLEX 0069 0302 LATIN SMALL LETTER I CIRCUMFLEX 00CE 00CE
-# \x00EF LATIN SMALL LETTER I WITH DIAERESIS 0069 0308 LATIN SMALL LETTER I DIAERESIS 00CF 00CF
-# \x00F0 LATIN SMALL LETTER ETH Icelandic 00D0 00D0
-# \x00F1 LATIN SMALL LETTER WITH TILDE 006E 0303 LATIN SMALL LETTER N TILDE 00D1 00D1
-# \x00F2 LATIN SMALL LETTER O WITH GRAVE 006F 0300 LATIN SMALL LETTER O GRAVE 00D2 00D2
-# \x00F3 LATIN SMALL LETTER O WITH ACUTE 006F 0301 LATIN SMALL LETTER O ACUTE 00D3 00D3
-# \x00F4 LATIN SMALL LETTER O WITH CIRCUMFLEX 006F 0302 LATIN SMALL LETTER O CIRCUMFLEX 00D4 00D4
-# \x00F5 LATIN SMALL LETTER O WITH TILDE 006F 0303 LATIN SMALL LETTER O TILDE 00D5 00D5
-# \x00F6 LATIN SMALL LETTER O WITH DIAERESIS 006F 0308 LATIN SMALL LETTER O DIAERESIS 00D6 00D6
-# \x00F7 DIVISION SIGN 
-# \x00F8 LATIN SMALL LETTER O WITH STROKE LATIN SMALL LETTER O SLASH 00D8 00D8
-# \x00F9 LATIN SMALL LETTER U WITH GRAVE 0075 0300 LATIN SMALL LETTER U GRAVE 00D9 00D9
-# \x00FA LATIN SMALL LETTER U WITH ACUTE 0075 0301 LATIN SMALL LETTER U ACUTE 00DA 00DA
-# \x00FB LATIN SMALL LETTER U WITH CIRCUMFLEX 0075 0302 LATIN SMALL LETTER U CIRCUMFLEX 00DB 00DB
-# \x00FC LATIN SMALL LETTER U WITH DIAERESIS 0075 0308 LATIN SMALL LETTER U DIAERESIS 00DC 00DC
-# \x00FD LATIN SMALL LETTER Y WITH ACUTE 0079 0301 LATIN SMALL LETTER Y ACUTE 00DD 00DD
-# \x00FE LATIN SMALL LETTER THORN Icelandic 00DE 00DE
-# \x00FF LATIN SMALL LETTER Y WITH DIAERESIS 0079 0308 LATIN SMALL LETTER Y DIAERESIS 0178 0178
-# \x0100 LATIN CAPITAL LETTER A WITH MACRON 0041 0304 LATIN CAPITAL LETTER A MACRON 0101 
-# \x0101 LATIN SMALL LETTER A WITH MACRON 0061 0304 LATIN SMALL LETTER A MACRON 0100 0100
-# \x0102 LATIN CAPITAL LETTER A WITH BREVE 0041 0306 LATIN CAPITAL LETTER A BREVE 0103 
-# \x0103 LATIN SMALL LETTER A WITH BREVE 0061 0306 LATIN SMALL LETTER A BREVE 0102 0102
-# \x0104 LATIN CAPITAL LETTER A WITH OGONEK 0041 0328 LATIN CAPITAL LETTER A OGONEK 0105 
-# \x0105 LATIN SMALL LETTER A WITH OGONEK 0061 0328 LATIN SMALL LETTER A OGONEK 0104 0104
-# \x0106 LATIN CAPITAL LETTER C WITH ACUTE 0043 0301 LATIN CAPITAL LETTER C ACUTE 0107 
-# \x0107 LATIN SMALL LETTER C WITH ACUTE 0063 0301 LATIN SMALL LETTER C ACUTE 0106 0106
-# \x0108 LATIN CAPITAL LETTER C WITH CIRCUMFLEX 0043 0302 LATIN CAPITAL LETTER C CIRCUMFLEX 0109 
-# \x0109 LATIN SMALL LETTER C WITH CIRCUMFLEX 0063 0302 LATIN SMALL LETTER C CIRCUMFLEX 0108 0108
-# \x010A LATIN CAPITAL LETTER C WITH DOT ABOVE 0043 0307 LATIN CAPITAL LETTER C DOT 010B 
-# \x010B LATIN SMALL LETTER C WITH DOT ABOVE 0063 0307 LATIN SMALL LETTER C DOT 010A 010A
-# \x010C LATIN CAPITAL LETTER C WITH CARON 0043 030C LATIN CAPITAL LETTER C HACEK 010D 
-# \x010D LATIN SMALL LETTER C WITH CARON 0063 030C LATIN SMALL LETTER C HACEK 010C 010C
-# \x010E LATIN CAPITAL LETTER D WITH CARON 0044 030C LATIN CAPITAL LETTER D HACEK 010F 
-# \x010F LATIN SMALL LETTER D WITH CARON 0064 030C LATIN SMALL LETTER D HACEK 010E 010E
-# \x0110 LATIN CAPITAL LETTER D WITH STROKE LATIN CAPITAL LETTER D BAR 0111 
-# \x0111 LATIN SMALL LETTER D WITH STROKE LATIN SMALL LETTER D BAR 0110 0110
-# \x0112 LATIN CAPITAL LETTER E WITH MACRON 0045 0304 LATIN CAPITAL LETTER E MACRON 0113 
-# \x0113 LATIN SMALL LETTER E WITH MACRON 0065 0304 LATIN SMALL LETTER 
-# \xE MACRON 0112 0112
-# \x0114 LATIN CAPITAL LETTER E WITH BREVE 0045 0306 LATIN CAPITAL LETT
-# \xER E BREVE 0115 
-# \x0115 LATIN SMALL LETTER E WITH BREVE 0065 0306 LATIN SMALL LETTER E
-# \x BREVE 0114 0114
-# \x0116 LATIN CAPITAL LETTER E WITH DOT ABOVE 0045 0307 LATIN CAPITAL 
-# \xLETTER E DOT 0117 
-# \x0117 LATIN SMALL LETTER E WITH DOT ABOVE 0065 0307 LATIN SMALL LETT
-# \xER E DOT 0116 0116
-# \x0118 LATIN CAPITAL LETTER E WITH OGONEK 0045 0328 LATIN CAPITAL LET
-# \xTER E OGONEK 0119 
-# \x0119 LATIN SMALL LETTER E WITH OGONEK 0065 0328 LATIN SMALL LETTER 
-# \xE OGONEK 0118 0118
-# \x011A LATIN CAPITAL LETTER E WITH CARON 0045 030C LATIN CAPITAL LETT
-# \xER E HACEK 011B 
-# \x011B LATIN SMALL LETTER E WITH CARON 0065 030C LATIN SMALL LETTER E
-# \x HACEK 011A 011A
-# \x011C LATIN CAPITAL LETTER G WITH CIRCUMFLEX 0047 0302 LATIN CAPITAL
-# \x LETTER G CIRCUMFLEX 011D 
-# \x011D LATIN SMALL LETTER G WITH CIRCUMFLEX 0067 0302 LATIN SMALL LET
-# \xTER G CIRCUMFLEX 011C 011C
-# \x011E LATIN CAPITAL LETTER G WITH BREVE 0047 0306 LATIN CAPITAL LETT
-# \xER G BREVE 011F 
-# \x011F LATIN SMALL LETTER G WITH BREVE 0067 0306 LATIN SMALL LETTER G
-# \x BREVE 011E 011E
-# \x0120 LATIN CAPITAL LETTER G WITH DOT ABOVE 0047 0307 LATIN CAPITAL 
-# \xLETTER G DOT 0121 
-# \x0121 LATIN SMALL LETTER G WITH DOT ABOVE 0067 0307 LATIN SMALL LETT
-# \xER G DOT 0120 0120
-# \x0122 LATIN CAPITAL LETTER G WITH CEDILLA 0047 0327 LATIN CAPITAL LE
-# \xTTER G CEDILLA 0123 
-# \x0123 LATIN SMALL LETTER G WITH CEDILLA 0067 0327 LATIN SMALL LETTER
-# \x G CEDILLA 0122 0122
-# \x0124 LATIN CAPITAL LETTER H WITH CIRCUMFLEX 0048 0302 LATIN CAPITAL
-# \x LETTER H CIRCUMFLEX 0125 
-# \x0125 LATIN SMALL LETTER H WITH CIRCUMFLEX 0068 0302 LATIN SMALL LET
-# \xTER H CIRCUMFLEX 0124 0124
-# \x0126 LATIN CAPITAL LETTER H WITH STROKE LATIN CAPITAL LETTER H BAR
-# \x 0127 
-# \x0127 LATIN SMALL LETTER H WITH STROKE LATIN SMALL LETTER H BAR 01
-# \x26 0126
-# \x0128 LATIN CAPITAL LETTER I WITH TILDE 0049 0303 LATIN CAPITAL LETT
-# \xER I TILDE 0129 
-# \x0129 LATIN SMALL LETTER I WITH TILDE 0069 0303 LATIN SMALL LETTER I
-# \x TILDE 0128 0128
-# \x012A LATIN CAPITAL LETTER I WITH MACRON 0049 0304 LATIN CAPITAL LET
-# \xTER I MACRON 012B 
-# \x012B LATIN SMALL LETTER I WITH MACRON 0069 0304 LATIN SMALL LETTER 
-# \xI MACRON 012A 012A
-# \x012C LATIN CAPITAL LETTER I WITH BREVE 0049 0306 LATIN CAPITAL LETT
-# \xER I BREVE 012D 
-# \x012D LATIN SMALL LETTER I WITH BREVE 0069 0306 LATIN SMALL LETTER I
-# \x BREVE 012C 012C
-# \x012E LATIN CAPITAL LETTER I WITH OGONEK 0049 0328 LATIN CAPITAL LET
-# \xTER I OGONEK 012F 
-# \x012F LATIN SMALL LETTER I WITH OGONEK 0069 0328 LATIN SMALL LETTER 
-# \xI OGONEK 012E 012E
-# \x0130 LATIN CAPITAL LETTER I WITH DOT ABOVE 0049 0307 LATIN CAPITAL 
-# \xLETTER I DOT 0069 
-# \x0131 LATIN SMALL LETTER DOTLESS I 0049 0049
-# \x0132 LATIN CAPITAL LIGATURE IJ 0049 004A LATIN CAPITAL LET
-# \xTER I J 0133 
-# \x0133 LATIN SMALL LIGATURE IJ 0069 006A LATIN SMALL LETTER 
-# \xI J 0132 0132
-# \x0134 LATIN CAPITAL LETTER J WITH CIRCUMFLEX 004A 0302 LATIN CAPITAL
-# \x LETTER J CIRCUMFLEX 0135 
-# \x0135 LATIN SMALL LETTER J WITH CIRCUMFLEX 006A 0302 LATIN SMALL LET
-# \xTER J CIRCUMFLEX 0134 0134
-# \x0136 LATIN CAPITAL LETTER K WITH CEDILLA 004B 0327 LATIN CAPITAL LE
-# \xTTER K CEDILLA 0137 
-# \x0137 LATIN SMALL LETTER K WITH CEDILLA 006B 0327 LATIN SMALL LETTER
-# \x K CEDILLA 0136 0136
-# \x0138 LATIN SMALL LETTER KRA Greenlandic 
-# \x0139 LATIN CAPITAL LETTER WITH ACUTE 004C 0301 LATIN CAPITAL LETT
-# \xER ACUTE 013A 
-# \x013A LATIN SMALL LETTER WITH ACUTE 006C 0301 LATIN SMALL LETTER L
-# \x ACUTE 0139 0139
-# \x013B LATIN CAPITAL LETTER WITH CEDILLA 004C 0327 LATIN CAPITAL LE
-# \xTTER CEDILLA 013C 
-# \x013C LATIN SMALL LETTER WITH CEDILLA 006C 0327 LATIN SMALL LETTER
-# \x CEDILLA 013B 013B
-# \x013D LATIN CAPITAL LETTER WITH CARON 004C 030C LATIN CAPITAL LETT
-# \xER HACEK 013E 
-# \x013E LATIN SMALL LETTER WITH CARON 006C 030C LATIN SMALL LETTER L
-# \x HACEK 013D 013D
-# \x013F LATIN CAPITAL LETTER WITH MIDDLE DOT 004C 00B7 0
-# \x140 
-# \x0140 LATIN SMALL LETTER WITH MIDDLE DOT 006C 00B7 013F
-# \x 013F
-# \x0141 LATIN CAPITAL LETTER WITH STROKE LATIN CAPITAL LETTER SLA
-# \xSH 0142 
-# \x0142 LATIN SMALL LETTER WITH STROKE LATIN SMALL LETTER SLASH 
-# \x0141 0141
-# \x0143 LATIN CAPITAL LETTER WITH ACUTE 004E 0301 LATIN CAPITAL LETT
-# \xER ACUTE 0144 
-# \x0144 LATIN SMALL LETTER WITH ACUTE 006E 0301 LATIN SMALL LETTER N
-# \x ACUTE 0143 0143
-# \x0145 LATIN CAPITAL LETTER WITH CEDILLA 004E 0327 LATIN CAPITAL LE
-# \xTTER CEDILLA 0146 
-# \x0146 LATIN SMALL LETTER WITH CEDILLA 006E 0327 LATIN SMALL LETTER
-# \x CEDILLA 0145 0145
-# \x0147 LATIN CAPITAL LETTER WITH CARON 004E 030C LATIN CAPITAL LETT
-# \xER HACEK 0148 
-# \x0148 LATIN SMALL LETTER WITH CARON 006E 030C LATIN SMALL LETTER N
-# \x HACEK 0147 0147
-# \x0149 LATIN SMALL LETTER PRECEDED BY APOSTROPHE 02BC 006E N
-# \x LATIN SMALL LETTER APOSTROPHE 
-# \x014A LATIN CAPITAL LETTER ENG Sami 014B 
-# \x014B LATIN SMALL LETTER ENG Sami 014A 014A
-# \x014C LATIN CAPITAL LETTER O WITH MACRON 004F 0304 LATIN CAPITAL LET
-# \xTER O MACRON 014D 
-# \x014D LATIN SMALL LETTER O WITH MACRON 006F 0304 LATIN SMALL LETTER 
-# \xO MACRON 014C 014C
-# \x014E LATIN CAPITAL LETTER O WITH BREVE 004F 0306 LATIN CAPITAL LETT
-# \xER O BREVE 014F 
-# \x014F LATIN SMALL LETTER O WITH BREVE 006F 0306 LATIN SMALL LETTER O
-# \x BREVE 014E 014E
-# \x0150 LATIN CAPITAL LETTER O WITH DOUBLE ACUTE 004F 030B LATIN CAPIT
-# \xAL LETTER O DOUBLE ACUTE 0151 
-# \x0151 LATIN SMALL LETTER O WITH DOUBLE ACUTE 006F 030B LATIN SMALL L
-# \xETTER O DOUBLE ACUTE 0150 0150
-# \x0152 LATIN CAPITAL LIGATURE OE LATIN CAPITAL LETTER O E 0153 
-# \x0153 LATIN SMALL LIGATURE OE LATIN SMALL LETTER O E 0152 0152
-# \x0154 LATIN CAPITAL LETTER WITH ACUTE 0052 0301 LATIN CAPITAL LETT
-# \xER ACUTE 0155 
-# \x0155 LATIN SMALL LETTER WITH ACUTE 0072 0301 LATIN SMALL LETTER R
-# \x ACUTE 0154 0154
-# \x0156 LATIN CAPITAL LETTER WITH CEDILLA 0052 0327 LATIN CAPITAL LE
-# \xTTER CEDILLA 0157 
-# \x0157 LATIN SMALL LETTER WITH CEDILLA 0072 0327 LATIN SMALL LETTER
-# \x CEDILLA 0156 0156
-# \x0158 LATIN CAPITAL LETTER WITH CARON 0052 030C LATIN CAPITAL LETT
-# \xER HACEK 0159 
-# \x0159 LATIN SMALL LETTER WITH CARON 0072 030C LATIN SMALL LETTER R
-# \x HACEK 0158 0158
-# \x015A LATIN CAPITAL LETTER S WITH ACUTE 0053 0301 LATIN CAPITAL LETT
-# \xER S ACUTE 015B 
-# \x015B LATIN SMALL LETTER S WITH ACUTE 0073 0301 LATIN SMALL LETTER S
-# \x ACUTE 015A 015A
-# \x015C LATIN CAPITAL LETTER S WITH CIRCUMFLEX 0053 0302 LATIN CAPITAL
-# \x LETTER S CIRCUMFLEX 015D 
-# \x015D LATIN SMALL LETTER S WITH CIRCUMFLEX 0073 0302 LATIN SMALL LET
-# \xTER S CIRCUMFLEX 015C 015C
-# \x015E LATIN CAPITAL LETTER S WITH CEDILLA 0053 0327 LATIN CAPITAL LE
-# \xTTER S CEDILLA * 015F 
-# \x015F LATIN SMALL LETTER S WITH CEDILLA 0073 0327 LATIN SMALL LETTER
-# \x S CEDILLA * 015E 015E
-# \x0160 LATIN CAPITAL LETTER S WITH CARON 0053 030C LATIN CAPITAL LETT
-# \xER S HACEK 0161 
-# \x0161 LATIN SMALL LETTER S WITH CARON 0073 030C LATIN SMALL LETTER S
-# \x HACEK 0160 0160
-# \x0162 LATIN CAPITAL LETTER T WITH CEDILLA 0054 0327 LATIN CAPITAL LE
-# \xTTER T CEDILLA * 0163 
-# \x0163 LATIN SMALL LETTER T WITH CEDILLA 0074 0327 LATIN SMALL LETTER
-# \x T CEDILLA * 0162 0162
-# \x0164 LATIN CAPITAL LETTER T WITH CARON 0054 030C LATIN CAPITAL LETT
-# \xER T HACEK 0165 
-# \x0165 LATIN SMALL LETTER T WITH CARON 0074 030C LATIN SMALL LETTER T
-# \x HACEK 0164 0164
-# \x0166 LATIN CAPITAL LETTER T WITH STROKE LATIN CAPITAL LETTER T BAR
-# \x 0167 
-# \x0167 LATIN SMALL LETTER T WITH STROKE LATIN SMALL LETTER T BAR 01
-# \x66 0166
-# \x0168 LATIN CAPITAL LETTER U WITH TILDE 0055 0303 LATIN CAPITAL LETT
-# \xER U TILDE 0169 
-# \x0169 LATIN SMALL LETTER U WITH TILDE 0075 0303 LATIN SMALL LETTER U
-# \x TILDE 0168 0168
-# \x016A LATIN CAPITAL LETTER U WITH MACRON 0055 0304 LATIN CAPITAL LET
-# \xTER U MACRON 016B 
-# \x016B LATIN SMALL LETTER U WITH MACRON 0075 0304 LATIN SMALL LETTER 
-# \xU MACRON 016A 016A
-# \x016C LATIN CAPITAL LETTER U WITH BREVE 0055 0306 LATIN CAPITAL LETT
-# \xER U BREVE 016D 
-# \x016D LATIN SMALL LETTER U WITH BREVE 0075 0306 LATIN SMALL LETTER U
-# \x BREVE 016C 016C
-# \x016E LATIN CAPITAL LETTER U WITH RING ABOVE 0055 030A LATIN CAPITAL
-# \x LETTER U RING 016F 
-# \x016F LATIN SMALL LETTER U WITH RING ABOVE 0075 030A LATIN SMALL LET
-# \xTER U RING 016E 016E
-# \x0170 LATIN CAPITAL LETTER U WITH DOUBLE ACUTE 0055 030B LATIN CAPIT
-# \xAL LETTER U DOUBLE ACUTE 0171 
-# \x0171 LATIN SMALL LETTER U WITH DOUBLE ACUTE 0075 030B LATIN SMALL L
-# \xETTER U DOUBLE ACUTE 0170 0170
-# \x0172 LATIN CAPITAL LETTER U WITH OGONEK 0055 0328 LATIN CAPITAL LET
-# \xTER U OGONEK 0173 
-# \x0173 LATIN SMALL LETTER U WITH OGONEK 0075 0328 LATIN SMALL LETTER 
-# \xU OGONEK 0172 0172
-# \x0174 LATIN CAPITAL LETTER W WITH CIRCUMFLEX 0057 0302 LATIN CAPITAL
-# \x LETTER W CIRCUMFLEX 0175 
-# \x0175 LATIN SMALL LETTER W WITH CIRCUMFLEX 0077 0302 LATIN SMALL LET
-# \xTER W CIRCUMFLEX 0174 0174
-# \x0176 LATIN CAPITAL LETTER Y WITH CIRCUMFLEX 0059 0302 LATIN CAPITAL
-# \x LETTER Y CIRCUMFLEX 0177 
-# \x0177 LATIN SMALL LETTER Y WITH CIRCUMFLEX 0079 0302 LATIN SMALL LET
-# \xTER Y CIRCUMFLEX 0176 0176
-# \x0178 LATIN CAPITAL LETTER Y WITH DIAERESIS 0059 0308 LATIN CAPITAL 
-# \xLETTER Y DIAERESIS 00FF 
-# \x0179 LATIN CAPITAL LETTER Z WITH ACUTE 005A 0301 LATIN CAPITAL LETT
-# \xER Z ACUTE 017A 
-# \x017A LATIN SMALL LETTER Z WITH ACUTE 007A 0301 LATIN SMALL LETTER Z
-# \x ACUTE 0179 0179
-# \x017B LATIN CAPITAL LETTER Z WITH DOT ABOVE 005A 0307 LATIN CAPITAL 
-# \xLETTER Z DOT 017C 
-# \x017C LATIN SMALL LETTER Z WITH DOT ABOVE 007A 0307 LATIN SMALL LETT
-# \xER Z DOT 017B 017B
-# \x017D LATIN CAPITAL LETTER Z WITH CARON 005A 030C LATIN CAPITAL LETT
-# \xER Z HACEK 017E 
-# \x017E LATIN SMALL LETTER Z WITH CARON 007A 030C LATIN SMALL LETTER Z
-# \x HACEK 017D 017D
-# \x017F LATIN SMALL LETTER LONG S 0073 0053 0053
-# \x0180 LATIN SMALL LETTER B WITH STROKE LATIN SMALL LETTER B BAR 
-# \x0181 LATIN CAPITAL LETTER B WITH HOOK LATIN CAPITAL LETTER B HOOK 
-# \x 0253 
-# \x0182 LATIN CAPITAL LETTER B WITH TOPBAR LATIN CAPITAL LETTER B TOP
-# \xBAR 0183 
-# \x0183 LATIN SMALL LETTER B WITH TOPBAR LATIN SMALL LETTER B TOPBAR 
-# \x 0182 0182
-# \x0184 LATIN CAPITAL LETTER TONE SIX 0185 
-# \x0185 LATIN SMALL LETTER TONE SIX 0184 0184
-# \x0186 LATIN CAPITAL LETTER OPEN O 0254 
-# \x0187 LATIN CAPITAL LETTER C WITH HOOK LATIN CAPITAL LETTER C HOOK 
-# \x 0188 
-# \x0188 LATIN SMALL LETTER C WITH HOOK LATIN SMALL LETTER C HOOK 018
-# \x7 0187
-# \x0189 LATIN CAPITAL LETTER AFRICAN D * 0256 
-# \x018A LATIN CAPITAL LETTER D WITH HOOK LATIN CAPITAL LETTER D HOOK 
-# \x 0257 
-# \x018B LATIN CAPITAL LETTER D WITH TOPBAR LATIN CAPITAL LETTER D TOP
-# \xBAR 018C 
-# \x018C LATIN SMALL LETTER D WITH TOPBAR LATIN SMALL LETTER D TOPBAR 
-# \x 018B 018B
-# \x018D LATIN SMALL LETTER TURNED DELTA 
-# \x018E LATIN CAPITAL LETTER REVERSED E LATIN CAPITAL LETTER TURNED E
-# \x 01DD 
-# \x018F LATIN CAPITAL LETTER SCHWA 0259 
-# \x0190 LATIN CAPITAL LETTER OPEN E LATIN CAPITAL LETTER EPSILON 02
-# \x5B 
-# \x0191 LATIN CAPITAL LETTER F WITH HOOK LATIN CAPITAL LETTER F HOOK 
-# \x 0192 
-# \x0192 LATIN SMALL LETTER F WITH HOOK LATIN SMALL LETTER SCRIPT F 0
-# \x191 0191
-# \x0193 LATIN CAPITAL LETTER G WITH HOOK LATIN CAPITAL LETTER G HOOK 
-# \x 0260 
-# \x0194 LATIN CAPITAL LETTER GAMMA 0263 
-# \x0195 LATIN SMALL LETTER HV LATIN SMALL LETTER H V hwair 01F6 01F6
-# \x0196 LATIN CAPITAL LETTER IOTA 0269 
-# \x0197 LATIN CAPITAL LETTER I WITH STROKE LATIN CAPITAL LETTER BARRE
-# \xD I 0268 
-# \x0198 LATIN CAPITAL LETTER K WITH HOOK LATIN CAPITAL LETTER K HOOK 
-# \x 0199 
-# \x0199 LATIN SMALL LETTER K WITH HOOK LATIN SMALL LETTER K HOOK 019
-# \x8 0198
-# \x019A LATIN SMALL LETTER WITH BAR LATIN SMALL LETTER BARRED 
-# \x019B LATIN SMALL LETTER LAMBDA WITH STROKE LATIN SMALL LETTER BARR
-# \xED LAMBDA 
-# \x019C LATIN CAPITAL LETTER TURNED M 026F 
-# \x019D LATIN CAPITAL LETTER WITH LEFT HOOK LATIN CAPITAL LETTER 
-# \xHOOK 0272 
-# \x019E LATIN SMALL LETTER WITH LONG RIGHT LEG 0220 0220
-# \x019F LATIN CAPITAL LETTER O WITH MIDDLE TILDE LATIN CAPITAL LETTER
-# \x BARRED O * 0275 
-# \x01A0 LATIN CAPITAL LETTER O WITH HORN 004F 031B LATIN CAPITAL LETTE
-# \xR O HORN 01A1 
-# \x01A1 LATIN SMALL LETTER O WITH HORN 006F 031B LATIN SMALL LETTER O 
-# \xHORN 01A0 01A0
-# \x01A2 LATIN CAPITAL LETTER OI LATIN CAPITAL LETTER O I gha 01A3 
-# \x01A3 LATIN SMALL LETTER OI LATIN SMALL LETTER O I gha 01A2 01A2
-# \x01A4 LATIN CAPITAL LETTER P WITH HOOK LATIN CAPITAL LETTER P HOOK 
-# \x 01A5 
-# \x01A5 LATIN SMALL LETTER P WITH HOOK LATIN SMALL LETTER P HOOK 01A
-# \x4 01A4
-# \x01A6 LATIN LETTER YR LATIN LETTER Y * 0280 
-# \x01A7 LATIN CAPITAL LETTER TONE TWO 01A8 
-# \x01A8 LATIN SMALL LETTER TONE TWO 01A7 01A7
-# \x01A9 LATIN CAPITAL LETTER ESH 0283 
-# \x01AA LATIN LETTER REVERSED ESH LOOP 
-# \x01AB LATIN SMALL LETTER T WITH PALATAL HOOK LATIN SMALL LETTER T P
-# \xALATAL HOOK 
-# \x01AC LATIN CAPITAL LETTER T WITH HOOK LATIN CAPITAL LETTER T HOOK 
-# \x 01AD 
-# \x01AD LATIN SMALL LETTER T WITH HOOK LATIN SMALL LETTER T HOOK 01A
-# \xC 01AC
-# \x01AE LATIN CAPITAL LETTER T WITH RETROFLEX HOOK LATIN CAPITAL LETT
-# \xER T RETROFLEX HOOK 0288 
-# \x01AF LATIN CAPITAL LETTER U WITH HORN 0055 031B LATIN CAPITAL LETTE
-# \xR U HORN 01B0 
-# \x01B0 LATIN SMALL LETTER U WITH HORN 0075 031B LATIN SMALL LETTER U 
-# \xHORN 01AF 01AF
-# \x01B1 LATIN CAPITAL LETTER UPSILON 028A 
-# \x01B2 LATIN CAPITAL LETTER V WITH HOOK LATIN CAPITAL LETTER SCRIPT 
-# \xV 028B 
-# \x01B3 LATIN CAPITAL LETTER Y WITH HOOK LATIN CAPITAL LETTER Y HOOK 
-# \x 01B4 
-# \x01B4 LATIN SMALL LETTER Y WITH HOOK LATIN SMALL LETTER Y HOOK 01B
-# \x3 01B3
-# \x01B5 LATIN CAPITAL LETTER Z WITH STROKE LATIN CAPITAL LETTER Z BAR
-# \x 01B6 
-# \x01B6 LATIN SMALL LETTER Z WITH STROKE LATIN SMALL LETTER Z BAR 01
-# \xB5 01B5
-# \x01B7 LATIN CAPITAL LETTER EZH LATIN CAPITAL LETTER YOGH 0292 
-# \x01B8 LATIN CAPITAL LETTER EZH REVERSED LATIN CAPITAL LETTER REVERS
-# \xED YOGH 01B9 
-# \x01B9 LATIN SMALL LETTER EZH REVERSED LATIN SMALL LETTER REVERSED Y
-# \xOGH 01B8 01B8
-# \x01BA LATIN SMALL LETTER EZH WITH TAIL LATIN SMALL LETTER YOGH WITH
-# \x TAIL 
-# \x01BB LATIN LETTER TWO WITH STROKE LATIN LETTER TWO BAR 
-# \x01BC LATIN CAPITAL LETTER TONE FIVE 01BD 
-# \x01BD LATIN SMALL LETTER TONE FIVE 01BC 01BC
-# \x01BE LATIN LETTER INVERTED GLOTTAL STOP WITH STROKE LATIN LETTER I
-# \xNVERTED GLOTTAL STOP BAR 
-# \x01BF LATIN LETTER WYNN 01F7 01F7
-# \x01C0 LATIN LETTER DENTAL CLICK LATIN LETTER PIPE 
-# \x01C1 LATIN LETTER LATERAL CLICK LATIN LETTER DOUBLE PIPE 
-# \x01C2 LATIN LETTER ALVEOLAR CLICK LATIN LETTER PIPE DOUBLE BAR 
-# \x01C3 LATIN LETTER RETROFLEX CLICK LATIN LETTER EXCLAMATION MARK 
-# \x 
-# \x01C4 LATIN CAPITAL LETTER DZ WITH CARON 0044 017D LATIN CA
-# \xPITAL LETTER D Z HACEK 01C6 01C5
-# \x01C5 LATIN CAPITAL LETTER D WITH SMALL LETTER Z WITH CARON Lt 0044
-# \x 017E LATIN LETTER CAPITAL D SMALL Z HACEK 01C4 01C6 01C5
-# \x01C6 LATIN SMALL LETTER DZ WITH CARON 0064 017E LATIN SMAL
-# \xL LETTER D Z HACEK 01C4 01C5
-# \x01C7 LATIN CAPITAL LETTER LJ 004C 004A LATIN CAPITAL LETTE
-# \xR J 01C9 01C8
-# \x01C8 LATIN CAPITAL LETTER WITH SMALL LETTER J Lt 004C 006A 
-# \xLATIN LETTER CAPITAL SMALL J 01C7 01C9 01C8
-# \x01C9 LATIN SMALL LETTER LJ 006C 006A LATIN SMALL LETTER 
-# \xJ 01C7 01C8
-# \x01CA LATIN CAPITAL LETTER NJ 004E 004A LATIN CAPITAL LETTE
-# \xR J 01CC 01CB
-# \x01CB LATIN CAPITAL LETTER WITH SMALL LETTER J Lt 004E 006A 
-# \xLATIN LETTER CAPITAL SMALL J 01CA 01CC 01CB
-# \x01CC LATIN SMALL LETTER NJ 006E 006A LATIN SMALL LETTER 
-# \xJ 01CA 01CB
-# \x01CD LATIN CAPITAL LETTER A WITH CARON 0041 030C LATIN CAPITAL LETT
-# \xER A HACEK 01CE 
-# \x01CE LATIN SMALL LETTER A WITH CARON 0061 030C LATIN SMALL LETTER A
-# \x HACEK 01CD 01CD
-# \x01CF LATIN CAPITAL LETTER I WITH CARON 0049 030C LATIN CAPITAL LETT
-# \xER I HACEK 01D0 
-# \x01D0 LATIN SMALL LETTER I WITH CARON 0069 030C LATIN SMALL LETTER I
-# \x HACEK 01CF 01CF
-# \x01D1 LATIN CAPITAL LETTER O WITH CARON 004F 030C LATIN CAPITAL LETT
-# \xER O HACEK 01D2 
-# \x01D2 LATIN SMALL LETTER O WITH CARON 006F 030C LATIN SMALL LETTER O
-# \x HACEK 01D1 01D1
-# \x01D3 LATIN CAPITAL LETTER U WITH CARON 0055 030C LATIN CAPITAL LETT
-# \xER U HACEK 01D4 
-# \x01D4 LATIN SMALL LETTER U WITH CARON 0075 030C LATIN SMALL LETTER U
-# \x HACEK 01D3 01D3
-# \x01D5 LATIN CAPITAL LETTER U WITH DIAERESIS AND MACRON 00DC 0304 LAT
-# \xIN CAPITAL LETTER U DIAERESIS MACRON 01D6 
-# \x01D6 LATIN SMALL LETTER U WITH DIAERESIS AND MACRON 00FC 0304 LATIN
-# \x SMALL LETTER U DIAERESIS MACRON 01D5 01D5
-# \x01D7 LATIN CAPITAL LETTER U WITH DIAERESIS AND ACUTE 00DC 0301 LATI
-# \xN CAPITAL LETTER U DIAERESIS ACUTE 01D8 
-# \x01D8 LATIN SMALL LETTER U WITH DIAERESIS AND ACUTE 00FC 0301 LATIN 
-# \xSMALL LETTER U DIAERESIS ACUTE 01D7 01D7
-# \x01D9 LATIN CAPITAL LETTER U WITH DIAERESIS AND CARON 00DC 030C LATI
-# \xN CAPITAL LETTER U DIAERESIS HACEK 01DA 
-# \x01DA LATIN SMALL LETTER U WITH DIAERESIS AND CARON 00FC 030C LATIN 
-# \xSMALL LETTER U DIAERESIS HACEK 01D9 01D9
-# \x01DB LATIN CAPITAL LETTER U WITH DIAERESIS AND GRAVE 00DC 0300 LATI
-# \xN CAPITAL LETTER U DIAERESIS GRAVE 01DC 
-# \x01DC LATIN SMALL LETTER U WITH DIAERESIS AND GRAVE 00FC 0300 LATIN 
-# \xSMALL LETTER U DIAERESIS GRAVE 01DB 01DB
-# \x01DD LATIN SMALL LETTER TURNED E 018E 018E
-# \x01DE LATIN CAPITAL LETTER A WITH DIAERESIS AND MACRON 00C4 0304 LAT
-# \xIN CAPITAL LETTER A DIAERESIS MACRON 01DF 
-# \x01DF LATIN SMALL LETTER A WITH DIAERESIS AND MACRON 00E4 0304 LATIN
-# \x SMALL LETTER A DIAERESIS MACRON 01DE 01DE
-# \x01E0 LATIN CAPITAL LETTER A WITH DOT ABOVE AND MACRON 0226 0304 LAT
-# \xIN CAPITAL LETTER A DOT MACRON 01E1 
-# \x01E1 LATIN SMALL LETTER A WITH DOT ABOVE AND MACRON 0227 0304 LATIN
-# \x SMALL LETTER A DOT MACRON 01E0 01E0
-# \x01E2 LATIN CAPITAL LETTER AE WITH MACRON 00C6 0304 LATIN CAPITAL LE
-# \xTTER A E MACRON ash * 01E3 
-# \x01E3 LATIN SMALL LETTER AE WITH MACRON 00E6 0304 LATIN SMALL LETTER
-# \x A E MACRON ash * 01E2 01E2
-# \x01E4 LATIN CAPITAL LETTER G WITH STROKE LATIN CAPITAL LETTER G BAR
-# \x 01E5 
-# \x01E5 LATIN SMALL LETTER G WITH STROKE LATIN SMALL LETTER G BAR 01
-# \xE4 01E4
-# \x01E6 LATIN CAPITAL LETTER G WITH CARON 0047 030C LATIN CAPITAL LETT
-# \xER G HACEK 01E7 
-# \x01E7 LATIN SMALL LETTER G WITH CARON 0067 030C LATIN SMALL LETTER G
-# \x HACEK 01E6 01E6
-# \x01E8 LATIN CAPITAL LETTER K WITH CARON 004B 030C LATIN CAPITAL LETT
-# \xER K HACEK 01E9 
-# \x01E9 LATIN SMALL LETTER K WITH CARON 006B 030C LATIN SMALL LETTER K
-# \x HACEK 01E8 01E8
-# \x01EA LATIN CAPITAL LETTER O WITH OGONEK 004F 0328 LATIN CAPITAL LET
-# \xTER O OGONEK 01EB 
-# \x01EB LATIN SMALL LETTER O WITH OGONEK 006F 0328 LATIN SMALL LETTER 
-# \xO OGONEK 01EA 01EA
-# \x01EC LATIN CAPITAL LETTER O WITH OGONEK AND MACRON 01EA 0304 LATIN 
-# \xCAPITAL LETTER O OGONEK MACRON 01ED 
-# \x01ED LATIN SMALL LETTER O WITH OGONEK AND MACRON 01EB 0304 LATIN SM
-# \xALL LETTER O OGONEK MACRON 01EC 01EC
-# \x01EE LATIN CAPITAL LETTER EZH WITH CARON 01B7 030C LATIN CAPITAL LE
-# \xTTER YOGH HACEK 01EF 
-# \x01EF LATIN SMALL LETTER EZH WITH CARON 0292 030C LATIN SMALL LETTER
-# \x YOGH HACEK 01EE 01EE
-# \x01F0 LATIN SMALL LETTER J WITH CARON 006A 030C LATIN SMALL LETTER J
-# \x HACEK 
-# \x01F1 LATIN CAPITAL LETTER DZ 0044 005A 01F3 01F2
-# \x01F2 LATIN CAPITAL LETTER D WITH SMALL LETTER Z Lt 0044 007A 
-# \x 01F1 01F3 01F2
-# \x01F3 LATIN SMALL LETTER DZ 0064 007A 01F1 01F2
-# \x01F4 LATIN CAPITAL LETTER G WITH ACUTE 0047 0301 01F5 
-# \x01F5 LATIN SMALL LETTER G WITH ACUTE 0067 0301 01F4 01F4
-# \x01F6 LATIN CAPITAL LETTER HWAIR 0195 
-# \x01F7 LATIN CAPITAL LETTER WYNN 01BF 
-# \x01F8 LATIN CAPITAL LETTER WITH GRAVE 004E 0300 01F9 
-# \x01F9 LATIN SMALL LETTER WITH GRAVE 006E 0300 01F8 01F8
-# \x01FA LATIN CAPITAL LETTER A WITH RING ABOVE AND ACUTE 00C5 0301 
-# \x01FB 
-# \x01FB LATIN SMALL LETTER A WITH RING ABOVE AND ACUTE 00E5 0301 01F
-# \xA 01FA
-# \x01FC LATIN CAPITAL LETTER AE WITH ACUTE 00C6 0301 ash * 01FD 
-# \x01FD LATIN SMALL LETTER AE WITH ACUTE 00E6 0301 ash * 01FC 01FC
-# \x01FE LATIN CAPITAL LETTER O WITH STROKE AND ACUTE 00D8 0301 01FF
-# \x 
-# \x01FF LATIN SMALL LETTER O WITH STROKE AND ACUTE 00F8 0301 01FE 0
-# \x1FE
-# \x0200 LATIN CAPITAL LETTER A WITH DOUBLE GRAVE 0041 030F 0201 
-# \x0201 LATIN SMALL LETTER A WITH DOUBLE GRAVE 0061 030F 0200 0200
-# \x0202 LATIN CAPITAL LETTER A WITH INVERTED BREVE 0041 0311 0203 
-# \x0203 LATIN SMALL LETTER A WITH INVERTED BREVE 0061 0311 0202 020
-# \x2
-# \x0204 LATIN CAPITAL LETTER E WITH DOUBLE GRAVE 0045 030F 0205 
-# \x0205 LATIN SMALL LETTER E WITH DOUBLE GRAVE 0065 030F 0204 0204
-# \x0206 LATIN CAPITAL LETTER E WITH INVERTED BREVE 0045 0311 0207 
-# \x0207 LATIN SMALL LETTER E WITH INVERTED BREVE 0065 0311 0206 020
-# \x6
-# \x0208 LATIN CAPITAL LETTER I WITH DOUBLE GRAVE 0049 030F 0209 
-# \x0209 LATIN SMALL LETTER I WITH DOUBLE GRAVE 0069 030F 0208 0208
-# \x020A LATIN CAPITAL LETTER I WITH INVERTED BREVE 0049 0311 020B 
-# \x020B LATIN SMALL LETTER I WITH INVERTED BREVE 0069 0311 020A 020
-# \xA
-# \x020C LATIN CAPITAL LETTER O WITH DOUBLE GRAVE 004F 030F 020D 
-# \x020D LATIN SMALL LETTER O WITH DOUBLE GRAVE 006F 030F 020C 020C
-# \x020E LATIN CAPITAL LETTER O WITH INVERTED BREVE 004F 0311 020F 
-# \x020F LATIN SMALL LETTER O WITH INVERTED BREVE 006F 0311 020E 020
-# \xE
-# \x0210 LATIN CAPITAL LETTER WITH DOUBLE GRAVE 0052 030F 0211 
-# \x0211 LATIN SMALL LETTER WITH DOUBLE GRAVE 0072 030F 0210 0210
-# \x0212 LATIN CAPITAL LETTER WITH INVERTED BREVE 0052 0311 0213 
-# \x0213 LATIN SMALL LETTER WITH INVERTED BREVE 0072 0311 0212 021
-# \x2
-# \x0214 LATIN CAPITAL LETTER U WITH DOUBLE GRAVE 0055 030F 0215 
-# \x0215 LATIN SMALL LETTER U WITH DOUBLE GRAVE 0075 030F 0214 0214
-# \x0216 LATIN CAPITAL LETTER U WITH INVERTED BREVE 0055 0311 0217 
-# \x0217 LATIN SMALL LETTER U WITH INVERTED BREVE 0075 0311 0216 021
-# \x6
-# \x0218 LATIN CAPITAL LETTER S WITH COMMA BELOW 0053 0326 * 0219 
-# \x0219 LATIN SMALL LETTER S WITH COMMA BELOW 0073 0326 * 0218 0218
-# \x021A LATIN CAPITAL LETTER T WITH COMMA BELOW 0054 0326 * 021B 
-# \x021B LATIN SMALL LETTER T WITH COMMA BELOW 0074 0326 * 021A 021A
-# \x021C LATIN CAPITAL LETTER YOGH 021D 
-# \x021D LATIN SMALL LETTER YOGH 021C 021C
-# \x021E LATIN CAPITAL LETTER H WITH CARON 0048 030C 021F 
-# \x021F LATIN SMALL LETTER H WITH CARON 0068 030C 021E 021E
-# \x0220 LATIN CAPITAL LETTER WITH LONG RIGHT LEG 019E 
-# \x0221 LATIN SMALL LETTER D WITH CURL 
-# \x0222 LATIN CAPITAL LETTER OU 0223 
-# \x0223 LATIN SMALL LETTER OU 0222 0222
-# \x0224 LATIN CAPITAL LETTER Z WITH HOOK 0225 
-# \x0225 LATIN SMALL LETTER Z WITH HOOK 0224 0224
-# \x0226 LATIN CAPITAL LETTER A WITH DOT ABOVE 0041 0307 0227 
-# \x0227 LATIN SMALL LETTER A WITH DOT ABOVE 0061 0307 0226 0226
-# \x0228 LATIN CAPITAL LETTER E WITH CEDILLA 0045 0327 0229 
-# \x0229 LATIN SMALL LETTER E WITH CEDILLA 0065 0327 0228 0228
-# \x022A LATIN CAPITAL LETTER O WITH DIAERESIS AND MACRON 00D6 0304 
-# \x022B 
-# \x022B LATIN SMALL LETTER O WITH DIAERESIS AND MACRON 00F6 0304 022
-# \xA 022A
-# \x022C LATIN CAPITAL LETTER O WITH TILDE AND MACRON 00D5 0304 022D
-# \x 
-# \x022D LATIN SMALL LETTER O WITH TILDE AND MACRON 00F5 0304 022C 0
-# \x22C
-# \x022E LATIN CAPITAL LETTER O WITH DOT ABOVE 004F 0307 022F 
-# \x022F LATIN SMALL LETTER O WITH DOT ABOVE 006F 0307 022E 022E
-# \x0230 LATIN CAPITAL LETTER O WITH DOT ABOVE AND MACRON 022E 0304 
-# \x0231 
-# \x0231 LATIN SMALL LETTER O WITH DOT ABOVE AND MACRON 022F 0304 023
-# \x0 0230
-# \x0232 LATIN CAPITAL LETTER Y WITH MACRON 0059 0304 0233 
-# \x0233 LATIN SMALL LETTER Y WITH MACRON 0079 0304 0232 0232
-# \x0234 LATIN SMALL LETTER WITH CURL 
-# \x0235 LATIN SMALL LETTER WITH CURL 
-# \x0236 LATIN SMALL LETTER T WITH CURL 
-# \x0250 LATIN SMALL LETTER TURNED A 
-# \x0251 LATIN SMALL LETTER ALPHA LATIN SMALL LETTER SCRIPT A 
-# \x0252 LATIN SMALL LETTER TURNED ALPHA LATIN SMALL LETTER TURNED SCR
-# \xIPT A 
-# \x0253 LATIN SMALL LETTER B WITH HOOK LATIN SMALL LETTER B HOOK 018
-# \x1 0181
-# \x0254 LATIN SMALL LETTER OPEN O 0186 0186
-# \x0255 LATIN SMALL LETTER C WITH CURL LATIN SMALL LETTER C CURL 
-# \x0256 LATIN SMALL LETTER D WITH TAIL LATIN SMALL LETTER D RETROFLEX
-# \x HOOK 0189 0189
-# \x0257 LATIN SMALL LETTER D WITH HOOK LATIN SMALL LETTER D HOOK 018
-# \xA 018A
-# \x0258 LATIN SMALL LETTER REVERSED E 
-# \x0259 LATIN SMALL LETTER SCHWA 018F 018F
-# \x025A LATIN SMALL LETTER SCHWA WITH HOOK LATIN SMALL LETTER SCHWA H
-# \xOOK 
-# \x025B LATIN SMALL LETTER OPEN E LATIN SMALL LETTER EPSILON 0190 0
-# \x190
-# \x025C LATIN SMALL LETTER REVERSED OPEN E LATIN SMALL LETTER REVERSE
-# \xD EPSILON 
-# \x025D LATIN SMALL LETTER REVERSED OPEN E WITH HOOK LATIN SMALL LETT
-# \xER REVERSED EPSILON HOOK 
-# \x025E LATIN SMALL LETTER CLOSED REVERSED OPEN E LATIN SMALL LETTER 
-# \xCLOSED REVERSED EPSILON 
-# \x025F LATIN SMALL LETTER DOTLESS J WITH STROKE LATIN SMALL LETTER D
-# \xOTLESS J BAR 
-# \x0260 LATIN SMALL LETTER G WITH HOOK LATIN SMALL LETTER G HOOK 019
-# \x3 0193
-# \x0261 LATIN SMALL LETTER SCRIPT G 
-# \x0262 LATIN LETTER SMALL CAPITAL G 
-# \x0263 LATIN SMALL LETTER GAMMA 0194 0194
-# \x0264 LATIN SMALL LETTER RAMS HORN LATIN SMALL LETTER BABY GAMMA 
-# \x 
-# \x0265 LATIN SMALL LETTER TURNED H 
-# \x0266 LATIN SMALL LETTER H WITH HOOK LATIN SMALL LETTER H HOOK 
-# \x0267 LATIN SMALL LETTER HENG WITH HOOK LATIN SMALL LETTER HENG HOO
-# \xK 
-# \x0268 LATIN SMALL LETTER I WITH STROKE LATIN SMALL LETTER BARRED I 
-# \x 0197 0197
-# \x0269 LATIN SMALL LETTER IOTA 0196 0196
-# \x026A LATIN LETTER SMALL CAPITAL I 
-# \x026B LATIN SMALL LETTER WITH MIDDLE TILDE 
-# \x026C LATIN SMALL LETTER WITH BELT LATIN SMALL LETTER BELT 
-# \x026D LATIN SMALL LETTER WITH RETROFLEX HOOK LATIN SMALL LETTER L
-# \x RETROFLEX HOOK 
-# \x026E LATIN SMALL LETTER LEZH LATIN SMALL LETTER YOGH 
-# \x026F LATIN SMALL LETTER TURNED M 019C 019C
-# \x0270 LATIN SMALL LETTER TURNED M WITH LONG LEG 
-# \x0271 LATIN SMALL LETTER M WITH HOOK LATIN SMALL LETTER M HOOK 
-# \x0272 LATIN SMALL LETTER WITH LEFT HOOK LATIN SMALL LETTER HOOK
-# \x 019D 019D
-# \x0273 LATIN SMALL LETTER WITH RETROFLEX HOOK LATIN SMALL LETTER N
-# \x RETROFLEX HOOK 
-# \x0274 LATIN LETTER SMALL CAPITAL 
-# \x0275 LATIN SMALL LETTER BARRED O 019F 019F
-# \x0276 LATIN LETTER SMALL CAPITAL OE LATIN LETTER SMALL CAPITAL O E 
-# \x 
-# \x0277 LATIN SMALL LETTER CLOSED OMEGA 
-# \x0278 LATIN SMALL LETTER PHI 
-# \x0279 LATIN SMALL LETTER TURNED 
-# \x027A LATIN SMALL LETTER TURNED WITH LONG LEG 
-# \x027B LATIN SMALL LETTER TURNED WITH HOOK LATIN SMALL LETTER TURN
-# \xED HOOK 
-# \x027C LATIN SMALL LETTER WITH LONG LEG 
-# \x027D LATIN SMALL LETTER WITH TAIL LATIN SMALL LETTER HOOK 
-# \x027E LATIN SMALL LETTER WITH FISHHOOK LATIN SMALL LETTER FISHHOO
-# \xK 
-# \x027F LATIN SMALL LETTER REVERSED WITH FISHHOOK LATIN SMALL LETTE
-# \xR REVERSED FISHHOOK 
-# \x0280 LATIN LETTER SMALL CAPITAL * 01A6 01A6
-# \x0281 LATIN LETTER SMALL CAPITAL INVERTED 
-# \x0282 LATIN SMALL LETTER S WITH HOOK LATIN SMALL LETTER S HOOK 
-# \x0283 LATIN SMALL LETTER ESH 01A9 01A9
-# \x0284 LATIN SMALL LETTER DOTLESS J WITH STROKE AND HOOK LATIN SMALL
-# \x LETTER DOTLESS J BAR HOOK 
-# \x0285 LATIN SMALL LETTER SQUAT REVERSED ESH 
-# \x0286 LATIN SMALL LETTER ESH WITH CURL LATIN SMALL LETTER ESH CURL 
-# \x 
-# \x0287 LATIN SMALL LETTER TURNED T 
-# \x0288 LATIN SMALL LETTER T WITH RETROFLEX HOOK LATIN SMALL LETTER T
-# \x RETROFLEX HOOK 01AE 01AE
-# \x0289 LATIN SMALL LETTER U BAR 
-# \x028A LATIN SMALL LETTER UPSILON 01B1 01B1
-# \x028B LATIN SMALL LETTER V WITH HOOK LATIN SMALL LETTER SCRIPT V 0
-# \x1B2 01B2
-# \x028C LATIN SMALL LETTER TURNED V 
-# \x028D LATIN SMALL LETTER TURNED W 
-# \x028E LATIN SMALL LETTER TURNED Y 
-# \x028F LATIN LETTER SMALL CAPITAL Y 
-# \x0290 LATIN SMALL LETTER Z WITH RETROFLEX HOOK LATIN SMALL LETTER Z
-# \x RETROFLEX HOOK 
-# \x0291 LATIN SMALL LETTER Z WITH CURL LATIN SMALL LETTER Z CURL 
-# \x0292 LATIN SMALL LETTER EZH LATIN SMALL LETTER YOGH 01B7 01B7
-# \x0293 LATIN SMALL LETTER EZH WITH CURL LATIN SMALL LETTER YOGH CURL
-# \x 
-# \x0294 LATIN LETTER GLOTTAL STOP 
-# \x0295 LATIN LETTER PHARYNGEAL VOICED FRICATIVE LATIN LETTER REVERSE
-# \xD GLOTTAL STOP 
-# \x0296 LATIN LETTER INVERTED GLOTTAL STOP 
-# \x0297 LATIN LETTER STRETCHED C 
-# \x0298 LATIN LETTER BILABIAL CLICK LATIN LETTER BULLSEYE 
-# \x0299 LATIN LETTER SMALL CAPITAL B 
-# \x029A LATIN SMALL LETTER CLOSED OPEN E LATIN SMALL LETTER CLOSED EP
-# \xSILON 
-# \x029B LATIN LETTER SMALL CAPITAL G WITH HOOK LATIN LETTER SMALL CAP
-# \xITAL G HOOK 
-# \x029C LATIN LETTER SMALL CAPITAL H 
-# \x029D LATIN SMALL LETTER J WITH CROSSED-TAIL LATIN SMALL LETTER CRO
-# \xSSED-TAIL J 
-# \x029E LATIN SMALL LETTER TURNED K 
-# \x029F LATIN LETTER SMALL CAPITAL 
-# \x02A0 LATIN SMALL LETTER Q WITH HOOK LATIN SMALL LETTER Q HOOK 
-# \x02A1 LATIN LETTER GLOTTAL STOP WITH STROKE LATIN LETTER GLOTTAL ST
-# \xOP BAR 
-# \x02A2 LATIN LETTER REVERSED GLOTTAL STOP WITH STROKE LATIN LETTER R
-# \xEVERSED GLOTTAL STOP BAR 
-# \x02A3 LATIN SMALL LETTER DZ DIGRAPH LATIN SMALL LETTER D Z 
-# \x02A4 LATIN SMALL LETTER DEZH DIGRAPH LATIN SMALL LETTER D YOGH 
-# \x02A5 LATIN SMALL LETTER DZ DIGRAPH WITH CURL LATIN SMALL LETTER D 
-# \xZ CURL 
-# \x02A6 LATIN SMALL LETTER TS DIGRAPH LATIN SMALL LETTER T S 
-# \x02A7 LATIN SMALL LETTER TESH DIGRAPH LATIN SMALL LETTER T ESH 
-# \x02A8 LATIN SMALL LETTER TC DIGRAPH WITH CURL LATIN SMALL LETTER T 
-# \xC CURL 
-# \x02A9 LATIN SMALL LETTER FENG DIGRAPH 
-# \x02AA LATIN SMALL LETTER LS DIGRAPH 
-# \x02AB LATIN SMALL LETTER LZ DIGRAPH 
-# \x02AC LATIN LETTER BILABIAL PERCUSSIVE 
-# \x02AD LATIN LETTER BIDENTAL PERCUSSIVE 
-# \x02AE LATIN SMALL LETTER TURNED H WITH FISHHOOK 
-# \x02AF LATIN SMALL LETTER TURNED H WITH FISHHOOK AND TAIL 
-# \x02B0 MODIFIER LETTER SMALL H Lm 0068 
-# \x02B1 MODIFIER LETTER SMALL H WITH HOOK Lm 0266 MODIFIER LETTER
-# \x SMALL H HOOK 
-# \x02B2 MODIFIER LETTER SMALL J Lm 006A 
-# \x02B3 MODIFIER LETTER SMALL Lm 0072 
-# \x02B4 MODIFIER LETTER SMALL TURNED Lm 0279 
-# \x02B5 MODIFIER LETTER SMALL TURNED WITH HOOK Lm 027B MODIFIER
-# \x LETTER SMALL TURNED HOOK 
-# \x02B6 MODIFIER LETTER SMALL CAPITAL INVERTED Lm 0281 
-# \x02B7 MODIFIER LETTER SMALL W Lm 0077 
-# \x02B8 MODIFIER LETTER SMALL Y Lm 0079 
-# \x02B9 MODIFIER LETTER PRIME Lm 
-# \x02BA MODIFIER LETTER DOUBLE PRIME Lm 
-# \x02BB MODIFIER LETTER TURNED COMMA Lm 
-# \x02BC MODIFIER LETTER APOSTROPHE Lm 
-# \x02BD MODIFIER LETTER REVERSED COMMA Lm 
-# \x02BE MODIFIER LETTER RIGHT HALF RING Lm 
-# \x02BF MODIFIER LETTER LEFT HALF RING Lm 
-# \x02C0 MODIFIER LETTER GLOTTAL STOP Lm 
-# \x02C1 MODIFIER LETTER REVERSED GLOTTAL STOP Lm 
-# \x02C2 MODIFIER LETTER LEFT ARROWHEAD 
-# \x02C3 MODIFIER LETTER RIGHT ARROWHEAD 
-# \x02C4 MODIFIER LETTER UP ARROWHEAD 
-# \x02C5 MODIFIER LETTER DOWN ARROWHEAD 
-# \x02C6 MODIFIER LETTER CIRCUMFLEX ACCENT Lm MODIFIER LETTER CIRCUMFLEX
-# \x 
-# \x02C7 CARON Lm MODIFIER LETTER HACEK Mandarin Chinese third tone 
-# \x02C8 MODIFIER LETTER VERTICAL LINE Lm 
-# \x02C9 MODIFIER LETTER MACRON Lm Mandarin Chinese first tone 
-# \x02CA MODIFIER LETTER ACUTE ACCENT Lm MODIFIER LETTER ACUTE Mandarin 
-# \xChinese second tone 
-# \x02CB MODIFIER LETTER GRAVE ACCENT Lm MODIFIER LETTER GRAVE Mandarin 
-# \xChinese fourth tone 
-# \x02CC MODIFIER LETTER LOW VERTICAL LINE Lm 
-# \x02CD MODIFIER LETTER LOW MACRON Lm 
-# \x02CE MODIFIER LETTER LOW GRAVE ACCENT Lm MODIFIER LETTER LOW GRAVE 
-# \x 
-# \x02CF MODIFIER LETTER LOW ACUTE ACCENT Lm MODIFIER LETTER LOW ACUTE 
-# \x 
-# \x02D0 MODIFIER LETTER TRIANGULAR COLON Lm 
-# \x02D1 MODIFIER LETTER HALF TRIANGULAR COLON Lm 
-# \x02D2 MODIFIER LETTER CENTRED RIGHT HALF RING MODIFIER LETTER CENT
-# \xERED RIGHT HALF RING 
-# \x02D3 MODIFIER LETTER CENTRED LEFT HALF RING MODIFIER LETTER CENTE
-# \xRED LEFT HALF RING 
-# \x02D4 MODIFIER LETTER UP TACK 
-# \x02D5 MODIFIER LETTER DOWN TACK 
-# \x02D6 MODIFIER LETTER PLUS SIGN 
-# \x02D7 MODIFIER LETTER MINUS SIGN 
-# \x02D8 BREVE 0020 0306 SPACING BREVE 
-# \x02D9 DOT ABOVE 0020 0307 SPACING DOT ABOVE Mandarin Chine
-# \xse light tone 
-# \x02DA RING ABOVE 0020 030A SPACING RING ABOVE 
-# \x02DB OGONEK 0020 0328 SPACING OGONEK 
-# \x02DC SMALL TILDE 0020 0303 SPACING TILDE 
-# \x02DD DOUBLE ACUTE ACCENT 0020 030B SPACING DOUBLE ACUTE 
-# \x 
-# \x02DE MODIFIER LETTER RHOTIC HOOK 
-# \x02DF MODIFIER LETTER CROSS ACCENT 
-# \x02E0 MODIFIER LETTER SMALL GAMMA Lm 0263 
-# \x02E1 MODIFIER LETTER SMALL Lm 006C 
-# \x02E2 MODIFIER LETTER SMALL S Lm 0073 
-# \x02E3 MODIFIER LETTER SMALL X Lm 0078 
-# \x02E4 MODIFIER LETTER SMALL REVERSED GLOTTAL STOP Lm 0295 
-# \x02E5 MODIFIER LETTER EXTRA-HIGH TONE BAR 
-# \x02E6 MODIFIER LETTER HIGH TONE BAR 
-# \x02E7 MODIFIER LETTER MID TONE BAR 
-# \x02E8 MODIFIER LETTER LOW TONE BAR 
-# \x02E9 MODIFIER LETTER EXTRA-LOW TONE BAR 
-# \x02EA MODIFIER LETTER YIN DEPARTING TONE MARK 
-# \x02EB MODIFIER LETTER YANG DEPARTING TONE MARK 
-# \x02EC MODIFIER LETTER VOICING 
-# \x02ED MODIFIER LETTER UNASPIRATED 
-# \x02EE MODIFIER LETTER DOUBLE APOSTROPHE Lm 
-# \x02EF MODIFIER LETTER LOW DOWN ARROWHEAD 
-# \x02F0 MODIFIER LETTER LOW UP ARROWHEAD 
-# \x02F1 MODIFIER LETTER LOW LEFT ARROWHEAD 
-# \x02F2 MODIFIER LETTER LOW RIGHT ARROWHEAD 
-# \x02F3 MODIFIER LETTER LOW RING 
-# \x02F4 MODIFIER LETTER MIDDLE GRAVE ACCENT 
-# \x02F5 MODIFIER LETTER MIDDLE DOUBLE GRAVE ACCENT 
-# \x02F6 MODIFIER LETTER MIDDLE DOUBLE ACUTE ACCENT 
-# \x02F7 MODIFIER LETTER LOW TILDE 
-# \x02F8 MODIFIER LETTER RAISED COLON 
-# \x02F9 MODIFIER LETTER BEGIN HIGH TONE 
-# \x02FA MODIFIER LETTER END HIGH TONE 
-# \x02FB MODIFIER LETTER BEGIN LOW TONE 
-# \x02FC MODIFIER LETTER END LOW TONE 
-# \x02FD MODIFIER LETTER SHELF 
-# \x02FE MODIFIER LETTER OPEN SHELF 
-# \x02FF MODIFIER LETTER LOW LEFT ARROW 
-# \x0300 COMBINING GRAVE ACCENT 230 NON-SPACING GRAVE Varia 
-# \x0301 COMBINING ACUTE ACCENT 230 NON-SPACING ACUTE Oxia, Tonos 
-# \x0302 COMBINING CIRCUMFLEX ACCENT 230 NON-SPACING CIRCUMFLEX 
-# \x0303 COMBINING TILDE 230 NON-SPACING TILDE 
-# \x0304 COMBINING MACRON 230 NON-SPACING MACRON 
-# \x0305 COMBINING OVERLINE 230 NON-SPACING OVERSCORE 
-# \x0306 COMBINING BREVE 230 NON-SPACING BREVE Vrachy 
-# \x0307 COMBINING DOT ABOVE 230 NON-SPACING DOT ABOVE 
-# \x0308 COMBINING DIAERESIS 230 NON-SPACING DIAERESIS Dialytika 
-# \x0309 COMBINING HOOK ABOVE 230 NON-SPACING HOOK ABOVE 
-# \x030A COMBINING RING ABOVE 230 NON-SPACING RING ABOVE 
-# \x030B COMBINING DOUBLE ACUTE ACCENT 230 NON-SPACING DOUBLE ACUTE 
-# \x 
-# \x030C COMBINING CARON 230 NON-SPACING HACEK 
-# \x030D COMBINING VERTICAL LINE ABOVE 230 NON-SPACING VERTICAL LINE A
-# \xBOVE 
-# \x030E COMBINING DOUBLE VERTICAL LINE ABOVE 230 NON-SPACING DOUBLE V
-# \xERTICAL LINE ABOVE 
-# \x030F COMBINING DOUBLE GRAVE ACCENT 230 NON-SPACING DOUBLE GRAVE 
-# \x0310 COMBINING CANDRABINDU 230 NON-SPACING CANDRABINDU 
-# \x0311 COMBINING INVERTED BREVE 230 NON-SPACING INVERTED BREVE 
-# \x0312 COMBINING TURNED COMMA ABOVE 230 NON-SPACING TURNED COMMA ABO
-# \xVE 
-# \x0313 COMBINING COMMA ABOVE 230 NON-SPACING COMMA ABOVE Psili 
-# \x0314 COMBINING REVERSED COMMA ABOVE 230 NON-SPACING REVERSED COMMA
-# \x ABOVE Dasia 
-# \x0315 COMBINING COMMA ABOVE RIGHT 232 NON-SPACING COMMA ABOVE RIGHT
-# \x 
-# \x0316 COMBINING GRAVE ACCENT BELOW 220 NON-SPACING GRAVE BELOW 
-# \x0317 COMBINING ACUTE ACCENT BELOW 220 NON-SPACING ACUTE BELOW 
-# \x0318 COMBINING LEFT TACK BELOW 220 NON-SPACING LEFT TACK BELOW 
-# \x0319 COMBINING RIGHT TACK BELOW 220 NON-SPACING RIGHT TACK BELOW 
-# \x 
-# \x031A COMBINING LEFT ANGLE ABOVE 232 NON-SPACING LEFT ANGLE ABOVE 
-# \x 
-# \x031B COMBINING HORN 216 NON-SPACING HORN 
-# \x031C COMBINING LEFT HALF RING BELOW 220 NON-SPACING LEFT HALF RING
-# \x BELOW 
-# \x031D COMBINING UP TACK BELOW 220 NON-SPACING UP TACK BELOW 
-# \x031E COMBINING DOWN TACK BELOW 220 NON-SPACING DOWN TACK BELOW 
-# \x031F COMBINING PLUS SIGN BELOW 220 NON-SPACING PLUS SIGN BELOW 
-# \x0320 COMBINING MINUS SIGN BELOW 220 NON-SPACING MINUS SIGN BELOW 
-# \x 
-# \x0321 COMBINING PALATALIZED HOOK BELOW 202 NON-SPACING PALATALIZED 
-# \xHOOK BELOW 
-# \x0322 COMBINING RETROFLEX HOOK BELOW 202 NON-SPACING RETROFLEX HOOK
-# \x BELOW 
-# \x0323 COMBINING DOT BELOW 220 NON-SPACING DOT BELOW 
-# \x0324 COMBINING DIAERESIS BELOW 220 NON-SPACING DOUBLE DOT BELOW 
-# \x 
-# \x0325 COMBINING RING BELOW 220 NON-SPACING RING BELOW 
-# \x0326 COMBINING COMMA BELOW 220 NON-SPACING COMMA BELOW 
-# \x0327 COMBINING CEDILLA 202 NON-SPACING CEDILLA 
-# \x0328 COMBINING OGONEK 202 NON-SPACING OGONEK 
-# \x0329 COMBINING VERTICAL LINE BELOW 220 NON-SPACING VERTICAL LINE B
-# \xELOW 
-# \x032A COMBINING BRIDGE BELOW 220 NON-SPACING BRIDGE BELOW 
-# \x032B COMBINING INVERTED DOUBLE ARCH BELOW 220 NON-SPACING INVERTED
-# \x DOUBLE ARCH BELOW 
-# \x032C COMBINING CARON BELOW 220 NON-SPACING HACEK BELOW 
-# \x032D COMBINING CIRCUMFLEX ACCENT BELOW 220 NON-SPACING CIRCUMFLEX 
-# \xBELOW 
-# \x032E COMBINING BREVE BELOW 220 NON-SPACING BREVE BELOW 
-# \x032F COMBINING INVERTED BREVE BELOW 220 NON-SPACING INVERTED BREVE
-# \x BELOW 
-# \x0330 COMBINING TILDE BELOW 220 NON-SPACING TILDE BELOW 
-# \x0331 COMBINING MACRON BELOW 220 NON-SPACING MACRON BELOW 
-# \x0332 COMBINING LOW LINE 220 NON-SPACING UNDERSCORE 
-# \x0333 COMBINING DOUBLE LOW LINE 220 NON-SPACING DOUBLE UNDERSCORE 
-# \x 
-# \x0334 COMBINING TILDE OVERLAY 1 NON-SPACING TILDE OVERLAY 
-# \x0335 COMBINING SHORT STROKE OVERLAY 1 NON-SPACING SHORT BAR OVERLA
-# \xY 
-# \x0336 COMBINING LONG STROKE OVERLAY 1 NON-SPACING LONG BAR OVERLAY 
-# \x 
-# \x0337 COMBINING SHORT SOLIDUS OVERLAY 1 NON-SPACING SHORT SLASH OVE
-# \xRLAY 
-# \x0338 COMBINING LONG SOLIDUS OVERLAY 1 NON-SPACING LONG SLASH OVERL
-# \xAY 
-# \x0339 COMBINING RIGHT HALF RING BELOW 220 NON-SPACING RIGHT HALF RI
-# \xNG BELOW 
-# \x033A COMBINING INVERTED BRIDGE BELOW 220 NON-SPACING INVERTED BRID
-# \xGE BELOW 
-# \x033B COMBINING SQUARE BELOW 220 NON-SPACING SQUARE BELOW 
-# \x033C COMBINING SEAGULL BELOW 220 NON-SPACING SEAGULL BELOW 
-# \x033D COMBINING X ABOVE 230 NON-SPACING X ABOVE 
-# \x033E COMBINING VERTICAL TILDE 230 NON-SPACING VERTICAL TILDE 
-# \x033F COMBINING DOUBLE OVERLINE 230 NON-SPACING DOUBLE OVERSCORE 
-# \x 
-# \x0340 COMBINING GRAVE TONE MARK 230 0300 NON-SPACING GRAVE TONE MARK
-# \x Vietnamese 
-# \x0341 COMBINING ACUTE TONE MARK 230 0301 NON-SPACING ACUTE TONE MARK
-# \x Vietnamese 
-# \x0342 COMBINING GREEK PERISPOMENI 230 
-# \x0343 COMBINING GREEK KORONIS 230 0313 
-# \x0344 COMBINING GREEK DIALYTIKA TONOS 230 0308 0301 GREEK NON-SPACIN
-# \xG DIAERESIS TONOS 
-# \x0345 COMBINING GREEK YPOGEGRAMMENI 240 GREEK NON-SPACING IOTA BELO
-# \xW 0399 0399
-# \x0346 COMBINING BRIDGE ABOVE 230 
-# \x0347 COMBINING EQUALS SIGN BELOW 220 
-# \x0348 COMBINING DOUBLE VERTICAL LINE BELOW 220 
-# \x0349 COMBINING LEFT ANGLE BELOW 220 
-# \x034A COMBINING NOT TILDE ABOVE 230 
-# \x034B COMBINING HOMOTHETIC ABOVE 230 
-# \x034C COMBINING ALMOST EQUAL TO ABOVE 230 
-# \x034D COMBINING LEFT RIGHT ARROW BELOW 220 
-# \x034E COMBINING UPWARDS ARROW BELOW 220 
-# \x034F COMBINING GRAPHEME JOINER 
-# \x0350 COMBINING RIGHT ARROWHEAD ABOVE 230 
-# \x0351 COMBINING LEFT HALF RING ABOVE 230 
-# \x0352 COMBINING FERMATA 230 
-# \x0353 COMBINING X BELOW 220 
-# \x0354 COMBINING LEFT ARROWHEAD BELOW 220 
-# \x0355 COMBINING RIGHT ARROWHEAD BELOW 220 
-# \x0356 COMBINING RIGHT ARROWHEAD AND UP ARROWHEAD BELOW 220 
-# \x0357 COMBINING RIGHT HALF RING ABOVE 230 
-# \x035D COMBINING DOUBLE BREVE 234 
-# \x035E COMBINING DOUBLE MACRON 234 
-# \x035F COMBINING DOUBLE MACRON BELOW 233 
-# \x0360 COMBINING DOUBLE TILDE 234 
-# \x0361 COMBINING DOUBLE INVERTED BREVE 234 
-# \x0362 COMBINING DOUBLE RIGHTWARDS ARROW BELOW 233 
-# \x0363 COMBINING LATIN SMALL LETTER A 230 
-# \x0364 COMBINING LATIN SMALL LETTER E 230 
-# \x0365 COMBINING LATIN SMALL LETTER I 230 
-# \x0366 COMBINING LATIN SMALL LETTER O 230 
-# \x0367 COMBINING LATIN SMALL LETTER U 230 
-# \x0368 COMBINING LATIN SMALL LETTER C 230 
-# \x0369 COMBINING LATIN SMALL LETTER D 230 
-# \x036A COMBINING LATIN SMALL LETTER H 230 
-# \x036B COMBINING LATIN SMALL LETTER M 230 
-# \x036C COMBINING LATIN SMALL LETTER 230 
-# \x036D COMBINING LATIN SMALL LETTER T 230 
-# \x036E COMBINING LATIN SMALL LETTER V 230 
-# \x036F COMBINING LATIN SMALL LETTER X 230 
-# \x0374 GREEK NUMERAL SIGN 02B9 GREEK UPPER NUMERAL SIGN Dexia keraia
-# \x0375 GREEK LOWER NUMERAL SIGN Aristeri keraia 
-# \x037A GREEK YPOGEGRAMMENI Lm 0020 0345 GREEK SPACING IOTA BELOW 
-# \x037E GREEK QUESTION MARK 003B Erotimatiko 
-# \x0384 GREEK TONOS 0020 0301 GREEK SPACING TONOS 
-# \x0385 GREEK DIALYTIKA TONOS 00A8 0301 GREEK SPACING DIAERESIS TONOS
-# \x0386 GREEK CAPITAL LETTER ALPHA WITH TONOS 0391 0301 GREEK CAPITAL LETTER ALPHA TONOS 03AC 
-# \x0387 GREEK ANO TELEIA 00B7 
-# \x0388 GREEK CAPITAL LETTER EPSILON WITH TONOS 0395 0301 GREEK CAPITAL LETTER EPSILON TONOS 03AD 
-# \x0389 GREEK CAPITAL LETTER ETA WITH TONOS 0397 0301 GREEK CAPITAL LETTER ETA TONOS 03AE 
-# \x038A GREEK CAPITAL LETTER IOTA WITH TONOS 0399 0301 GREEK CAPITAL L
-# \xETTER IOTA TONOS 03AF 
-# \x038C GREEK CAPITAL LETTER OMICRON WITH TONOS 039F 0301 GREEK CAPITA
-# \xL LETTER OMICRON TONOS 03CC 
-# \x038E GREEK CAPITAL LETTER UPSILON WITH TONOS 03A5 0301 GREEK CAPITA
-# \xL LETTER UPSILON TONOS 03CD 
-# \x038F GREEK CAPITAL LETTER OMEGA WITH TONOS 03A9 0301 GREEK CAPITAL 
-# \xLETTER OMEGA TONOS 03CE 
-# \x0390 GREEK SMALL LETTER IOTA WITH DIALYTIKA AND TONOS 03CA 0301 GRE
-# \xEK SMALL LETTER IOTA DIAERESIS TONOS 
-letter \x0391 46-6-1 GREEK CAPITAL LETTER ALPHA 03B1 
-letter \x0392 46-6-12 GREEK CAPITAL LETTER BETA 03B2 
-letter \x0393 46-6-1245 GREEK CAPITAL LETTER GAMMA 03B3 
-letter \x0394 46-6-145 GREEK CAPITAL LETTER DELTA 03B4 
-letter \x0395 46-6-15 GREEK CAPITAL LETTER EPSILON 03B5 
-letter \x0396 46-6-156 GREEK CAPITAL LETTER ZETA 03B6 
-letter \x0397 46-6-126 GREEK CAPITAL LETTER ETA 03B7 
-letter \x0398 46-6-1456 GREEK CAPITAL LETTER THETA 03B8 
-letter \x0399 46-6-24 GREEK CAPITAL LETTER IOTA 03B9 
-letter \x039A 46-6-13 GREEK CAPITAL LETTER KAPPA 03BA 
-letter \x039B 46-6-123 GREEK CAPITAL LETTER LAMDA GREEK CAPITAL LETTER LAMBDA 03BB
-letter \x039C 46-6-134 GREEK CAPITAL LETTER MU 03BC 
-letter \x039D 46-6-1345 GREEK CAPITAL LETTER NU 03BD 
-letter \x039E 46-6-1346 GREEK CAPITAL LETTER XI 03BE 
-letter \x039F 46-6-135 GREEK CAPITAL LETTER OMICRON 03BF 
-letter \x03A0 46-6-1234 GREEK CAPITAL LETTER PI 03C0 
-letter \x03A1 46-6-1235 GREEK CAPITAL LETTER RHO 03C1 
-letter \x03A3 46-6-234 GREEK CAPITAL LETTER SIGMA 03C3 
-letter \x03A4 46-6-136 GREEK CAPITAL LETTER TAU 03C4 
-letter \x03A5 46-6-136 GREEK CAPITAL LETTER UPSILON 03C5 
-letter \x03A6 46-6-124 GREEK CAPITAL LETTER PHI 03C6 
-letter \x03A7 46-6-12346 GREEK CAPITAL LETTER CHI 03C7 
-letter \x03A8 46-6-1246 GREEK CAPITAL LETTER PSI 03C8 
-letter \x03A9 46-6-2456 GREEK CAPITAL LETTER OMEGA 03C9 
-# \x03AA GREEK CAPITAL LETTER IOTA WITH DIALYTIKA 0399 0308 GREEK CAPIT
-# \xAL LETTER IOTA DIAERESIS 03CA 
-# \x03AB GREEK CAPITAL LETTER UPSILON WITH DIALYTIKA 03A5 0308 GREEK CAPITAL LETTER UPSILON DIAERESIS 03CB 
-# \x03AC GREEK SMALL LETTER ALPHA WITH TONOS 03B1 0301 GREEK SMALL LETT
-# \xER ALPHA TONOS 0386 0386
-# \x03AD GREEK SMALL LETTER EPSILON WITH TONOS 03B5 0301 GREEK SMALL LE
-# \xTTER EPSILON TONOS 0388 0388
-# \x03AE GREEK SMALL LETTER ETA WITH TONOS 03B7 0301 GREEK SMALL LETTER
-# \x ETA TONOS 0389 0389
-# \x03AF GREEK SMALL LETTER IOTA WITH TONOS 03B9 0301 GREEK SMALL LETTE
-# \xR IOTA TONOS 038A 038A
-# \x03B0 GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND TONOS 03CB 0301 
-# \xGREEK SMALL LETTER UPSILON DIAERESIS TONOS 
-letter \x03B1 46-1 GREEK SMALL LETTER ALPHA 0391 0391
-letter \x03B2 46-12 GREEK SMALL LETTER BETA 0392 0392
-letter \x03B3 46-1245 GREEK SMALL LETTER GAMMA 0393 0393
-letter \x03B4 46-145 GREEK SMALL LETTER DELTA 0394 0394
-letter \x03B5 46-15 GREEK SMALL LETTER EPSILON 0395 0395
-letter \x03B6 46-156 GREEK SMALL LETTER ZETA 0396 0396
-letter \x03B7 46-236 GREEK SMALL LETTER ETA 0397 0397
-letter \x03B8 46-1456 GREEK SMALL LETTER THETA 0398 0398
-letter \x03B9 46-24 GREEK SMALL LETTER IOTA 0399 0399
-letter \x03BA 46-13 GREEK SMALL LETTER KAPPA 039A 039A
-letter \x03BB 46-123 GREEK SMALL LETTER LAMDA GREEK SMALL LETTER LAMBDA 039B 039
-letter \x03BC 46-134 GREEK SMALL LETTER MU 039C 039C
-letter \x03BD 46-1345 GREEK SMALL LETTER NU 039D 039D
-letter \x03BE 46-1346 GREEK SMALL LETTER XI 039E 039E
-letter \x03BF 46-135 GREEK SMALL LETTER OMICRON 039F 039F
-letter \x03C0 46-1234 GREEK SMALL LETTER PI 03A0 03A0
-letter \x03C1 46-1235 GREEK SMALL LETTER RHO 03A1 03A1
-letter \x03C2 46-25 GREEK SMALL LETTER FINAL SIGMA 03A3 03A3
-letter \x03C3 46-234 GREEK SMALL LETTER SIGMA 03A3 03A3
-letter \x03C4 46-2345 GREEK SMALL LETTER TAU 03A4 03A4
-letter \x03C5 46-136 GREEK SMALL LETTER UPSILON 03A5 03A5
-letter \x03C6 46-124 GREEK SMALL LETTER PHI 03A6 03A6
-letter \x03C7 46-12346 GREEK SMALL LETTER CHI 03A7 03A7
-letter \x03C8 46-125 GREEK SMALL LETTER PSI 03A8 03A8
-letter \x03C9 46-135 GREEK SMALL LETTER OMEGA 03A9 03A9
-# \x03CA GREEK SMALL LETTER IOTA WITH DIALYTIKA 03B9 0308 GREEK SMALL L
-# \xETTER IOTA DIAERESIS 03AA 03AA
-# \x03CB GREEK SMALL LETTER UPSILON WITH DIALYTIKA 03C5 0308 GREEK SMAL
-# \xL LETTER UPSILON DIAERESIS 03AB 03AB
-# \x03CC GREEK SMALL LETTER OMICRON WITH TONOS 03BF 0301 GREEK SMALL LE
-# \xTTER OMICRON TONOS 038C 038C
-# \x03CD GREEK SMALL LETTER UPSILON WITH TONOS 03C5 0301 GREEK SMALL LE
-# \xTTER UPSILON TONOS 038E 038E
-# \x03CE GREEK SMALL LETTER OMEGA WITH TONOS 03C9 0301 GREEK SMALL LETT
-# \xER OMEGA TONOS 038F 038F
-# \x03D0 GREEK BETA SYMBOL 03B2 GREEK SMALL LETTER CURLED BETA
-# \x 0392 0392
-# \x03D1 GREEK THETA SYMBOL 03B8 GREEK SMALL LETTER SCRIPT THE
-# \xTA 0398 0398
-# \x03D2 GREEK UPSILON WITH HOOK SYMBOL 03A5 GREEK CAPITAL LET
-# \xTER UPSILON HOOK 
-# \x03D3 GREEK UPSILON WITH ACUTE AND HOOK SYMBOL 03D2 0301 GREEK CAPIT
-# \xAL LETTER UPSILON HOOK TONOS 
-# \x03D4 GREEK UPSILON WITH DIAERESIS AND HOOK SYMBOL 03D2 0308 GREEK C
-# \xAPITAL LETTER UPSILON HOOK DIAERESIS 
-letter \x03D5 46-124 GREEK PHI SYMBOL 03C6 GREEK SMALL LETTER SCRIPT PHI 
-# \x03A6 03A6
-# \x03D6 GREEK PI SYMBOL 03C0 GREEK SMALL LETTER OMEGA PI 03A
-# \x0 03A0
-# \x03D7 GREEK KAI SYMBOL 
-# \x03D8 GREEK LETTER ARCHAIC KOPPA * 03D9 
-# \x03D9 GREEK SMALL LETTER ARCHAIC KOPPA * 03D8 03D8
-# \x03DA GREEK LETTER STIGMA GREEK CAPITAL LETTER STIGMA 03DB 
-# \x03DB GREEK SMALL LETTER STIGMA 03DA 03DA
-# \x03DC GREEK LETTER DIGAMMA GREEK CAPITAL LETTER DIGAMMA 03DD 
-# \x03DD GREEK SMALL LETTER DIGAMMA 03DC 03DC
-# \x03DE GREEK LETTER KOPPA GREEK CAPITAL LETTER KOPPA 03DF 
-# \x03DF GREEK SMALL LETTER KOPPA 03DE 03DE
-# \x03E0 GREEK LETTER SAMPI GREEK CAPITAL LETTER SAMPI 03E1 
-# \x03E1 GREEK SMALL LETTER SAMPI 03E0 03E0
-# \x03E2 COPTIC CAPITAL LETTER SHEI GREEK CAPITAL LETTER SHEI 03E3 
-# \x03E3 COPTIC SMALL LETTER SHEI GREEK SMALL LETTER SHEI 03E2 03E2
-# \x03E4 COPTIC CAPITAL LETTER FEI GREEK CAPITAL LETTER FEI 03E5 
-# \x03E5 COPTIC SMALL LETTER FEI GREEK SMALL LETTER FEI 03E4 03E4
-# \x03E6 COPTIC CAPITAL LETTER KHEI GREEK CAPITAL LETTER KHEI 03E7 
-# \x03E7 COPTIC SMALL LETTER KHEI GREEK SMALL LETTER KHEI 03E6 03E6
-# \x03E8 COPTIC CAPITAL LETTER HORI GREEK CAPITAL LETTER HORI 03E9 
-# \x03E9 COPTIC SMALL LETTER HORI GREEK SMALL LETTER HORI 03E8 03E8
-# \x03EA COPTIC CAPITAL LETTER GANGIA GREEK CAPITAL LETTER GANGIA 03
-# \xEB 
-# \x03EB COPTIC SMALL LETTER GANGIA GREEK SMALL LETTER GANGIA 03EA 0
-# \x3EA
-# \x03EC COPTIC CAPITAL LETTER SHIMA GREEK CAPITAL LETTER SHIMA 03ED
-# \x 
-# \x03ED COPTIC SMALL LETTER SHIMA GREEK SMALL LETTER SHIMA 03EC 03E
-# \xC
-# \x03EE COPTIC CAPITAL LETTER DEI GREEK CAPITAL LETTER DEI 03EF 
-# \x03EF COPTIC SMALL LETTER DEI GREEK SMALL LETTER DEI 03EE 03EE
-# \x03F0 GREEK KAPPA SYMBOL 03BA GREEK SMALL LETTER SCRIPT KAP
-# \xPA 039A 039A
-# \x03F1 GREEK RHO SYMBOL 03C1 GREEK SMALL LETTER TAILED RHO 
-# \x03A1 03A1
-# \x03F2 GREEK LUNATE SIGMA SYMBOL 03C2 GREEK SMALL LETTER LUN
-# \xATE SIGMA 03F9 03F9
-# \x03F3 GREEK LETTER YOT 
-# \x03F4 GREEK CAPITAL THETA SYMBOL 0398 03B8 
-# \x03F5 GREEK LUNATE EPSILON SYMBOL 03B5 0395 0395
-# \x03F6 GREEK REVERSED LUNATE EPSILON SYMBOL 
-# \x03F7 GREEK CAPITAL LETTER SHO 03F8 
-# \x03F8 GREEK SMALL LETTER SHO 03F7 03F7
-# \x03F9 GREEK CAPITAL LUNATE SIGMA SYMBOL 03A3 03F2 
-# \x03FA GREEK CAPITAL LETTER SAN 03FB 
-# \x03FB GREEK SMALL LETTER SAN 03FA 03FA
-# \x0400 CYRILLIC CAPITAL LETTER IE WITH GRAVE 0415 0300 0450 
-# \x0401 CYRILLIC CAPITAL LETTER IO 0415 0308 0451 
-# \x0402 CYRILLIC CAPITAL LETTER DJE Serbocroatian 0452 
-# \x0403 CYRILLIC CAPITAL LETTER GJE 0413 0301 0453 
-# \x0404 CYRILLIC CAPITAL LETTER UKRAINIAN IE CYRILLIC CAPITAL LETTER 
-# \xE 0454 
-# \x0405 CYRILLIC CAPITAL LETTER DZE 0455 
-# \x0406 CYRILLIC CAPITAL LETTER BYELORUSSIAN-UKRAINIAN I CYRILLIC CAP
-# \xITAL LETTER I 0456 
-# \x0407 CYRILLIC CAPITAL LETTER YI 0406 0308 Ukrainian 0457 
-# \x0408 CYRILLIC CAPITAL LETTER JE 0458 
-# \x0409 CYRILLIC CAPITAL LETTER LJE 0459 
-# \x040A CYRILLIC CAPITAL LETTER NJE 045A 
-# \x040B CYRILLIC CAPITAL LETTER TSHE Serbocroatian 045B 
-# \x040C CYRILLIC CAPITAL LETTER KJE 041A 0301 045C 
-# \x040D CYRILLIC CAPITAL LETTER I WITH GRAVE 0418 0300 045D 
-# \x040E CYRILLIC CAPITAL LETTER SHORT U 0423 0306 Byelorussian 045E 
-# \x040F CYRILLIC CAPITAL LETTER DZHE 045F 
-# \x0410 CYRILLIC CAPITAL LETTER A 0430 
-# \x0411 CYRILLIC CAPITAL LETTER BE 0431 
-# \x0412 CYRILLIC CAPITAL LETTER VE 0432 
-# \x0413 CYRILLIC CAPITAL LETTER GHE CYRILLIC CAPITAL LETTER GE 0433
-# \x 
-# \x0414 CYRILLIC CAPITAL LETTER DE 0434 
-# \x0415 CYRILLIC CAPITAL LETTER IE 0435 
-# \x0416 CYRILLIC CAPITAL LETTER ZHE 0436 
-# \x0417 CYRILLIC CAPITAL LETTER ZE 0437 
-# \x0418 CYRILLIC CAPITAL LETTER I CYRILLIC CAPITAL LETTER II 0438 
-# \x0419 CYRILLIC CAPITAL LETTER SHORT I 0418 0306 CYRILLIC CAPITAL LET
-# \xTER SHORT II 0439 
-# \x041A CYRILLIC CAPITAL LETTER KA 043A 
-# \x041B CYRILLIC CAPITAL LETTER EL 043B 
-# \x041C CYRILLIC CAPITAL LETTER EM 043C 
-# \x041D CYRILLIC CAPITAL LETTER EN 043D 
-# \x041E CYRILLIC CAPITAL LETTER O 043E 
-# \x041F CYRILLIC CAPITAL LETTER PE 043F 
-# \x0420 CYRILLIC CAPITAL LETTER ER 0440 
-# \x0421 CYRILLIC CAPITAL LETTER ES 0441 
-# \x0422 CYRILLIC CAPITAL LETTER TE 0442 
-# \x0423 CYRILLIC CAPITAL LETTER U 0443 
-# \x0424 CYRILLIC CAPITAL LETTER EF 0444 
-# \x0425 CYRILLIC CAPITAL LETTER HA CYRILLIC CAPITAL LETTER KHA 0445
-# \x 
-# \x0426 CYRILLIC CAPITAL LETTER TSE 0446 
-# \x0427 CYRILLIC CAPITAL LETTER CHE 0447 
-# \x0428 CYRILLIC CAPITAL LETTER SHA 0448 
-# \x0429 CYRILLIC CAPITAL LETTER SHCHA 0449 
-# \x042A CYRILLIC CAPITAL LETTER HARD SIGN 044A 
-# \x042B CYRILLIC CAPITAL LETTER YERU CYRILLIC CAPITAL LETTER YERI 0
-# \x44B 
-# \x042C CYRILLIC CAPITAL LETTER SOFT SIGN 044C 
-# \x042D CYRILLIC CAPITAL LETTER E CYRILLIC CAPITAL LETTER REVERSED E 
-# \x 044D 
-# \x042E CYRILLIC CAPITAL LETTER YU CYRILLIC CAPITAL LETTER IU 044E 
-# \x042F CYRILLIC CAPITAL LETTER YA CYRILLIC CAPITAL LETTER IA 044F 
-# \x0430 CYRILLIC SMALL LETTER A 0410 0410
-# \x0431 CYRILLIC SMALL LETTER BE 0411 0411
-# \x0432 CYRILLIC SMALL LETTER VE 0412 0412
-# \x0433 CYRILLIC SMALL LETTER GHE CYRILLIC SMALL LETTER GE 0413 041
-# \x3
-# \x0434 CYRILLIC SMALL LETTER DE 0414 0414
-# \x0435 CYRILLIC SMALL LETTER IE 0415 0415
-# \x0436 CYRILLIC SMALL LETTER ZHE 0416 0416
-# \x0437 CYRILLIC SMALL LETTER ZE 0417 0417
-# \x0438 CYRILLIC SMALL LETTER I CYRILLIC SMALL LETTER II 0418 0418
-# \x0439 CYRILLIC SMALL LETTER SHORT I 0438 0306 CYRILLIC SMALL LETTER 
-# \xSHORT II 0419 0419
-# \x043A CYRILLIC SMALL LETTER KA 041A 041A
-# \x043B CYRILLIC SMALL LETTER EL 041B 041B
-# \x043C CYRILLIC SMALL LETTER EM 041C 041C
-# \x043D CYRILLIC SMALL LETTER EN 041D 041D
-# \x043E CYRILLIC SMALL LETTER O 041E 041E
-# \x043F CYRILLIC SMALL LETTER PE 041F 041F
-# \x0440 CYRILLIC SMALL LETTER ER 0420 0420
-# \x0441 CYRILLIC SMALL LETTER ES 0421 0421
-# \x0442 CYRILLIC SMALL LETTER TE 0422 0422
-# \x0443 CYRILLIC SMALL LETTER U 0423 0423
-# \x0444 CYRILLIC SMALL LETTER EF 0424 0424
-# \x0445 CYRILLIC SMALL LETTER HA CYRILLIC SMALL LETTER KHA 0425 042
-# \x5
-# \x0446 CYRILLIC SMALL LETTER TSE 0426 0426
-# \x0447 CYRILLIC SMALL LETTER CHE 0427 0427
-# \x0448 CYRILLIC SMALL LETTER SHA 0428 0428
-# \x0449 CYRILLIC SMALL LETTER SHCHA 0429 0429
-# \x044A CYRILLIC SMALL LETTER HARD SIGN 042A 042A
-# \x044B CYRILLIC SMALL LETTER YERU CYRILLIC SMALL LETTER YERI 042B 
-# \x042B
-# \x044C CYRILLIC SMALL LETTER SOFT SIGN 042C 042C
-# \x044D CYRILLIC SMALL LETTER E CYRILLIC SMALL LETTER REVERSED E 042
-# \xD 042D
-# \x044E CYRILLIC SMALL LETTER YU CYRILLIC SMALL LETTER IU 042E 042E
-# \x044F CYRILLIC SMALL LETTER YA CYRILLIC SMALL LETTER IA 042F 042F
-# \x0450 CYRILLIC SMALL LETTER IE WITH GRAVE 0435 0300 0400 0400
-# \x0451 CYRILLIC SMALL LETTER IO 0435 0308 0401 0401
-# \x0452 CYRILLIC SMALL LETTER DJE Serbocroatian 0402 0402
-# \x0453 CYRILLIC SMALL LETTER GJE 0433 0301 0403 0403
-# \x0454 CYRILLIC SMALL LETTER UKRAINIAN IE CYRILLIC SMALL LETTER E 0
-# \x404 0404
-# \x0455 CYRILLIC SMALL LETTER DZE 0405 0405
-# \x0456 CYRILLIC SMALL LETTER BYELORUSSIAN-UKRAINIAN I CYRILLIC SMALL
-# \x LETTER I 0406 0406
-# \x0457 CYRILLIC SMALL LETTER YI 0456 0308 Ukrainian 0407 0407
-# \x0458 CYRILLIC SMALL LETTER JE 0408 0408
-# \x0459 CYRILLIC SMALL LETTER LJE 0409 0409
-# \x045A CYRILLIC SMALL LETTER NJE 040A 040A
-# \x045B CYRILLIC SMALL LETTER TSHE Serbocroatian 040B 040B
-# \x045C CYRILLIC SMALL LETTER KJE 043A 0301 040C 040C
-# \x045D CYRILLIC SMALL LETTER I WITH GRAVE 0438 0300 040D 040D
-# \x045E CYRILLIC SMALL LETTER SHORT U 0443 0306 Byelorussian 040E 04
-# \x0E
-# \x045F CYRILLIC SMALL LETTER DZHE 040F 040F
-# \x0460 CYRILLIC CAPITAL LETTER OMEGA 0461 
-# \x0461 CYRILLIC SMALL LETTER OMEGA 0460 0460
-# \x0462 CYRILLIC CAPITAL LETTER YAT 0463 
-# \x0463 CYRILLIC SMALL LETTER YAT 0462 0462
-# \x0464 CYRILLIC CAPITAL LETTER IOTIFIED E 0465 
-# \x0465 CYRILLIC SMALL LETTER IOTIFIED E 0464 0464
-# \x0466 CYRILLIC CAPITAL LETTER LITTLE YUS 0467 
-# \x0467 CYRILLIC SMALL LETTER LITTLE YUS 0466 0466
-# \x0468 CYRILLIC CAPITAL LETTER IOTIFIED LITTLE YUS 0469 
-# \x0469 CYRILLIC SMALL LETTER IOTIFIED LITTLE YUS 0468 0468
-# \x046A CYRILLIC CAPITAL LETTER BIG YUS 046B 
-# \x046B CYRILLIC SMALL LETTER BIG YUS 046A 046A
-# \x046C CYRILLIC CAPITAL LETTER IOTIFIED BIG YUS 046D 
-# \x046D CYRILLIC SMALL LETTER IOTIFIED BIG YUS 046C 046C
-# \x046E CYRILLIC CAPITAL LETTER KSI 046F 
-# \x046F CYRILLIC SMALL LETTER KSI 046E 046E
-# \x0470 CYRILLIC CAPITAL LETTER PSI 0471 
-# \x0471 CYRILLIC SMALL LETTER PSI 0470 0470
-# \x0472 CYRILLIC CAPITAL LETTER FITA 0473 
-# \x0473 CYRILLIC SMALL LETTER FITA 0472 0472
-# \x0474 CYRILLIC CAPITAL LETTER IZHITSA 0475 
-# \x0475 CYRILLIC SMALL LETTER IZHITSA 0474 0474
-# \x0476 CYRILLIC CAPITAL LETTER IZHITSA WITH DOUBLE GRAVE ACCENT 0474 030F 
-# \x CYRILLIC CAPITAL LETTER IZHITSA DOUBLE GRAVE 0477 
-# \x0477 CYRILLIC SMALL LETTER IZHITSA WITH DOUBLE GRAVE ACCENT 0475 030F 
-# \x CYRILLIC SMALL LETTER IZHITSA DOUBLE GRAVE 0476 0476
-# \x0478 CYRILLIC CAPITAL LETTER UK CYRILLIC CAPITAL LETTER UK DIGRAPH
-# \x 0479 
-# \x0479 CYRILLIC SMALL LETTER UK CYRILLIC SMALL LETTER UK DIGRAPH 04
-# \x78 0478
-# \x047A CYRILLIC CAPITAL LETTER ROUND OMEGA 047B 
-# \x047B CYRILLIC SMALL LETTER ROUND OMEGA 047A 047A
-# \x047C CYRILLIC CAPITAL LETTER OMEGA WITH TITLO CYRILLIC CAPITAL LET
-# \xTER OMEGA TITLO 047D 
-# \x047D CYRILLIC SMALL LETTER OMEGA WITH TITLO CYRILLIC SMALL LETTER 
-# \xOMEGA TITLO 047C 047C
-# \x047E CYRILLIC CAPITAL LETTER OT 047F 
-# \x047F CYRILLIC SMALL LETTER OT 047E 047E
-# \x0480 CYRILLIC CAPITAL LETTER KOPPA 0481 
-# \x0481 CYRILLIC SMALL LETTER KOPPA 0480 0480
-# \x0482 CYRILLIC THOUSANDS SIGN 
-# \x0483 COMBINING CYRILLIC TITLO 230 CYRILLIC NON-SPACING TITLO 
-# \x0484 COMBINING CYRILLIC PALATALIZATION 230 CYRILLIC NON-SPACING PA
-# \xLATALIZATION 
-# \x0485 COMBINING CYRILLIC DASIA PNEUMATA 230 CYRILLIC NON-SPACING DA
-# \xSIA PNEUMATA 
-# \x0486 COMBINING CYRILLIC PSILI PNEUMATA 230 CYRILLIC NON-SPACING PS
-# \xILI PNEUMATA 
-# \x0488 COMBINING CYRILLIC HUNDRED THOUSANDS SIGN Me 
-# \x0489 COMBINING CYRILLIC MILLIONS SIGN Me 
-# \x048A CYRILLIC CAPITAL LETTER SHORT I WITH TAIL 048B 
-# \x048B CYRILLIC SMALL LETTER SHORT I WITH TAIL 048A 048A
-# \x048C CYRILLIC CAPITAL LETTER SEMISOFT SIGN 048D 
-# \x048D CYRILLIC SMALL LETTER SEMISOFT SIGN 048C 048C
-# \x048E CYRILLIC CAPITAL LETTER ER WITH TICK 048F 
-# \x048F CYRILLIC SMALL LETTER ER WITH TICK 048E 048E
-# \x0490 CYRILLIC CAPITAL LETTER GHE WITH UPTURN CYRILLIC CAPITAL LETT
-# \xER GE WITH UPTURN 0491 
-# \x0491 CYRILLIC SMALL LETTER GHE WITH UPTURN CYRILLIC SMALL LETTER G
-# \xE WITH UPTURN 0490 0490
-# \x0492 CYRILLIC CAPITAL LETTER GHE WITH STROKE CYRILLIC CAPITAL LETT
-# \xER GE BAR 0493 
-# \x0493 CYRILLIC SMALL LETTER GHE WITH STROKE CYRILLIC SMALL LETTER G
-# \xE BAR 0492 0492
-# \x0494 CYRILLIC CAPITAL LETTER GHE WITH MIDDLE HOOK CYRILLIC CAPITAL
-# \x LETTER GE HOOK 0495 
-# \x0495 CYRILLIC SMALL LETTER GHE WITH MIDDLE HOOK CYRILLIC SMALL LET
-# \xTER GE HOOK 0494 0494
-# \x0496 CYRILLIC CAPITAL LETTER ZHE WITH DESCENDER CYRILLIC CAPITAL L
-# \xETTER ZHE WITH RIGHT DESCENDER 0497 
-# \x0497 CYRILLIC SMALL LETTER ZHE WITH DESCENDER CYRILLIC SMALL LETTE
-# \xR ZHE WITH RIGHT DESCENDER 0496 0496
-# \x0498 CYRILLIC CAPITAL LETTER ZE WITH DESCENDER CYRILLIC CAPITAL LE
-# \xTTER ZE CEDILLA 0499 
-# \x0499 CYRILLIC SMALL LETTER ZE WITH DESCENDER CYRILLIC SMALL LETTER
-# \x ZE CEDILLA 0498 0498
-# \x049A CYRILLIC CAPITAL LETTER KA WITH DESCENDER CYRILLIC CAPITAL LE
-# \xTTER KA WITH RIGHT DESCENDER 049B 
-# \x049B CYRILLIC SMALL LETTER KA WITH DESCENDER CYRILLIC SMALL LETTER
-# \x KA WITH RIGHT DESCENDER 049A 049A
-# \x049C CYRILLIC CAPITAL LETTER KA WITH VERTICAL STROKE CYRILLIC CAPI
-# \xTAL LETTER KA VERTICAL BAR 049D 
-# \x049D CYRILLIC SMALL LETTER KA WITH VERTICAL STROKE CYRILLIC SMALL 
-# \xLETTER KA VERTICAL BAR 049C 049C
-# \x049E CYRILLIC CAPITAL LETTER KA WITH STROKE CYRILLIC CAPITAL LETTE
-# \xR KA BAR 049F 
-# \x049F CYRILLIC SMALL LETTER KA WITH STROKE CYRILLIC SMALL LETTER KA
-# \x BAR 049E 049E
-# \x04A0 CYRILLIC CAPITAL LETTER BASHKIR KA CYRILLIC CAPITAL LETTER RE
-# \xVERSED GE KA 04A1 
-# \x04A1 CYRILLIC SMALL LETTER BASHKIR KA CYRILLIC SMALL LETTER REVERS
-# \xED GE KA 04A0 04A0
-# \x04A2 CYRILLIC CAPITAL LETTER EN WITH DESCENDER CYRILLIC CAPITAL LE
-# \xTTER EN WITH RIGHT DESCENDER 04A3 
-# \x04A3 CYRILLIC SMALL LETTER EN WITH DESCENDER CYRILLIC SMALL LETTER
-# \x EN WITH RIGHT DESCENDER 04A2 04A2
-# \x04A4 CYRILLIC CAPITAL LIGATURE EN GHE CYRILLIC CAPITAL LETTER EN G
-# \xE 04A5 
-# \x04A5 CYRILLIC SMALL LIGATURE EN GHE CYRILLIC SMALL LETTER EN GE 0
-# \x4A4 04A4
-# \x04A6 CYRILLIC CAPITAL LETTER PE WITH MIDDLE HOOK CYRILLIC CAPITAL 
-# \xLETTER PE HOOK Abkhasian 04A7 
-# \x04A7 CYRILLIC SMALL LETTER PE WITH MIDDLE HOOK CYRILLIC SMALL LETT
-# \xER PE HOOK Abkhasian 04A6 04A6
-# \x04A8 CYRILLIC CAPITAL LETTER ABKHASIAN HA CYRILLIC CAPITAL LETTER 
-# \xO HOOK 04A9 
-# \x04A9 CYRILLIC SMALL LETTER ABKHASIAN HA CYRILLIC SMALL LETTER O HO
-# \xOK 04A8 04A8
-# \x04AA CYRILLIC CAPITAL LETTER ES WITH DESCENDER CYRILLIC CAPITAL LE
-# \xTTER ES CEDILLA 04AB 
-# \x04AB CYRILLIC SMALL LETTER ES WITH DESCENDER CYRILLIC SMALL LETTER
-# \x ES CEDILLA 04AA 04AA
-# \x04AC CYRILLIC CAPITAL LETTER TE WITH DESCENDER CYRILLIC CAPITAL LE
-# \xTTER TE WITH RIGHT DESCENDER 04AD 
-# \x04AD CYRILLIC SMALL LETTER TE WITH DESCENDER CYRILLIC SMALL LETTER
-# \x TE WITH RIGHT DESCENDER 04AC 04AC
-# \x04AE CYRILLIC CAPITAL LETTER STRAIGHT U 04AF 
-# \x04AF CYRILLIC SMALL LETTER STRAIGHT U 04AE 04AE
-# \x04B0 CYRILLIC CAPITAL LETTER STRAIGHT U WITH STROKE CYRILLIC CAPIT
-# \xAL LETTER STRAIGHT U BAR 04B1 
-# \x04B1 CYRILLIC SMALL LETTER STRAIGHT U WITH STROKE CYRILLIC SMALL L
-# \xETTER STRAIGHT U BAR 04B0 04B0
-# \x04B2 CYRILLIC CAPITAL LETTER HA WITH DESCENDER CYRILLIC CAPITAL LE
-# \xTTER KHA WITH RIGHT DESCENDER 04B3 
-# \x04B3 CYRILLIC SMALL LETTER HA WITH DESCENDER CYRILLIC SMALL LETTER
-# \x KHA WITH RIGHT DESCENDER 04B2 04B2
-# \x04B4 CYRILLIC CAPITAL LIGATURE TE TSE CYRILLIC CAPITAL LETTER TE T
-# \xSE Abkhasian 04B5 
-# \x04B5 CYRILLIC SMALL LIGATURE TE TSE CYRILLIC SMALL LETTER TE TSE A
-# \xbkhasian 04B4 04B4
-# \x04B6 CYRILLIC CAPITAL LETTER CHE WITH DESCENDER CYRILLIC CAPITAL L
-# \xETTER CHE WITH RIGHT DESCENDER 04B7 
-# \x04B7 CYRILLIC SMALL LETTER CHE WITH DESCENDER CYRILLIC SMALL LETTE
-# \xR CHE WITH RIGHT DESCENDER 04B6 04B6
-# \x04B8 CYRILLIC CAPITAL LETTER CHE WITH VERTICAL STROKE CYRILLIC CAP
-# \xITAL LETTER CHE VERTICAL BAR 04B9 
-# \x04B9 CYRILLIC SMALL LETTER CHE WITH VERTICAL STROKE CYRILLIC SMALL
-# \x LETTER CHE VERTICAL BAR 04B8 04B8
-# \x04BA CYRILLIC CAPITAL LETTER SHHA CYRILLIC CAPITAL LETTER H 04BB
-# \x 
-# \x04BB CYRILLIC SMALL LETTER SHHA CYRILLIC SMALL LETTER H 04BA 04B
-# \xA
-# \x04BC CYRILLIC CAPITAL LETTER ABKHASIAN CHE CYRILLIC CAPITAL LETTER
-# \x IE HOOK 04BD 
-# \x04BD CYRILLIC SMALL LETTER ABKHASIAN CHE CYRILLIC SMALL LETTER IE 
-# \xHOOK 04BC 04BC
-# \x04BE CYRILLIC CAPITAL LETTER ABKHASIAN CHE WITH DESCENDER CYRILLIC
-# \x CAPITAL LETTER IE HOOK OGONEK 04BF 
-# \x04BF CYRILLIC SMALL LETTER ABKHASIAN CHE WITH DESCENDER CYRILLIC S
-# \xMALL LETTER IE HOOK OGONEK 04BE 04BE
-# \x04C0 CYRILLIC LETTER PALOCHKA CYRILLIC LETTER I 
-# \x04C1 CYRILLIC CAPITAL LETTER ZHE WITH BREVE 0416 0306 CYRILLIC CAPI
-# \xTAL LETTER SHORT ZHE 04C2 
-# \x04C2 CYRILLIC SMALL LETTER ZHE WITH BREVE 0436 0306 CYRILLIC SMALL 
-# \xLETTER SHORT ZHE 04C1 04C1
-# \x04C3 CYRILLIC CAPITAL LETTER KA WITH HOOK CYRILLIC CAPITAL LETTER 
-# \xKA HOOK 04C4 
-# \x04C4 CYRILLIC SMALL LETTER KA WITH HOOK CYRILLIC SMALL LETTER KA H
-# \xOOK 04C3 04C3
-# \x04C5 CYRILLIC CAPITAL LETTER EL WITH TAIL 04C6 
-# \x04C6 CYRILLIC SMALL LETTER EL WITH TAIL 04C5 04C5
-# \x04C7 CYRILLIC CAPITAL LETTER EN WITH HOOK CYRILLIC CAPITAL LETTER 
-# \xEN HOOK 04C8 
-# \x04C8 CYRILLIC SMALL LETTER EN WITH HOOK CYRILLIC SMALL LETTER EN H
-# \xOOK 04C7 04C7
-# \x04C9 CYRILLIC CAPITAL LETTER EN WITH TAIL 04CA 
-# \x04CA CYRILLIC SMALL LETTER EN WITH TAIL 04C9 04C9
-# \x04CB CYRILLIC CAPITAL LETTER KHAKASSIAN CHE CYRILLIC CAPITAL LETTE
-# \xR CHE WITH LEFT DESCENDER 04CC 
-# \x04CC CYRILLIC SMALL LETTER KHAKASSIAN CHE CYRILLIC SMALL LETTER CH
-# \xE WITH LEFT DESCENDER 04CB 04CB
-# \x04CD CYRILLIC CAPITAL LETTER EM WITH TAIL 04CE 
-# \x04CE CYRILLIC SMALL LETTER EM WITH TAIL 04CD 04CD
-# \x04D0 CYRILLIC CAPITAL LETTER A WITH BREVE 0410 0306 04D1 
-# \x04D1 CYRILLIC SMALL LETTER A WITH BREVE 0430 0306 04D0 04D0
-# \x04D2 CYRILLIC CAPITAL LETTER A WITH DIAERESIS 0410 0308 04D3 
-# \x04D3 CYRILLIC SMALL LETTER A WITH DIAERESIS 0430 0308 04D2 04D2
-# \x04D4 CYRILLIC CAPITAL LIGATURE A IE 04D5 
-# \x04D5 CYRILLIC SMALL LIGATURE A IE 04D4 04D4
-# \x04D6 CYRILLIC CAPITAL LETTER IE WITH BREVE 0415 0306 04D7 
-# \x04D7 CYRILLIC SMALL LETTER IE WITH BREVE 0435 0306 04D6 04D6
-# \x04D8 CYRILLIC CAPITAL LETTER SCHWA 04D9 
-# \x04D9 CYRILLIC SMALL LETTER SCHWA 04D8 04D8
-# \x04DA CYRILLIC CAPITAL LETTER SCHWA WITH DIAERESIS 04D8 0308 04DB
-# \x 
-# \x04DB CYRILLIC SMALL LETTER SCHWA WITH DIAERESIS 04D9 0308 04DA 0
-# \x4DA
-# \x04DC CYRILLIC CAPITAL LETTER ZHE WITH DIAERESIS 0416 0308 04DD 
-# \x04DD CYRILLIC SMALL LETTER ZHE WITH DIAERESIS 0436 0308 04DC 04D
-# \xC
-# \x04DE CYRILLIC CAPITAL LETTER ZE WITH DIAERESIS 0417 0308 04DF 
-# \x04DF CYRILLIC SMALL LETTER ZE WITH DIAERESIS 0437 0308 04DE 04DE
-# \x04E0 CYRILLIC CAPITAL LETTER ABKHASIAN DZE 04E1 
-# \x04E1 CYRILLIC SMALL LETTER ABKHASIAN DZE 04E0 04E0
-# \x04E2 CYRILLIC CAPITAL LETTER I WITH MACRON 0418 0304 04E3 
-# \x04E3 CYRILLIC SMALL LETTER I WITH MACRON 0438 0304 04E2 04E2
-# \x04E4 CYRILLIC CAPITAL LETTER I WITH DIAERESIS 0418 0308 04E5 
-# \x04E5 CYRILLIC SMALL LETTER I WITH DIAERESIS 0438 0308 04E4 04E4
-# \x04E6 CYRILLIC CAPITAL LETTER O WITH DIAERESIS 041E 0308 04E7 
-# \x04E7 CYRILLIC SMALL LETTER O WITH DIAERESIS 043E 0308 04E6 04E6
-# \x04E8 CYRILLIC CAPITAL LETTER BARRED O 04E9 
-# \x04E9 CYRILLIC SMALL LETTER BARRED O 04E8 04E8
-# \x04EA CYRILLIC CAPITAL LETTER BARRED O WITH DIAERESIS 04E8 0308 0
-# \x4EB 
-# \x04EB CYRILLIC SMALL LETTER BARRED O WITH DIAERESIS 04E9 0308 04EA
-# \x 04EA
-# \x04EC CYRILLIC CAPITAL LETTER E WITH DIAERESIS 042D 0308 04ED 
-# \x04ED CYRILLIC SMALL LETTER E WITH DIAERESIS 044D 0308 04EC 04EC
-# \x04EE CYRILLIC CAPITAL LETTER U WITH MACRON 0423 0304 04EF 
-# \x04EF CYRILLIC SMALL LETTER U WITH MACRON 0443 0304 04EE 04EE
-# \x04F0 CYRILLIC CAPITAL LETTER U WITH DIAERESIS 0423 0308 04F1 
-# \x04F1 CYRILLIC SMALL LETTER U WITH DIAERESIS 0443 0308 04F0 04F0
-# \x04F2 CYRILLIC CAPITAL LETTER U WITH DOUBLE ACUTE 0423 030B 04F3 
-# \x04F3 CYRILLIC SMALL LETTER U WITH DOUBLE ACUTE 0443 030B 04F2 04
-# \xF2
-# \x04F4 CYRILLIC CAPITAL LETTER CHE WITH DIAERESIS 0427 0308 04F5 
-# \x04F5 CYRILLIC SMALL LETTER CHE WITH DIAERESIS 0447 0308 04F4 04F
-# \x4
-# \x04F8 CYRILLIC CAPITAL LETTER YERU WITH DIAERESIS 042B 0308 04F9 
-# \x04F9 CYRILLIC SMALL LETTER YERU WITH DIAERESIS 044B 0308 04F8 04
-# \xF8
-# \x0500 CYRILLIC CAPITAL LETTER KOMI DE 0501 
-# \x0501 CYRILLIC SMALL LETTER KOMI DE 0500 0500
-# \x0502 CYRILLIC CAPITAL LETTER KOMI DJE 0503 
-# \x0503 CYRILLIC SMALL LETTER KOMI DJE 0502 0502
-# \x0504 CYRILLIC CAPITAL LETTER KOMI ZJE 0505 
-# \x0505 CYRILLIC SMALL LETTER KOMI ZJE 0504 0504
-# \x0506 CYRILLIC CAPITAL LETTER KOMI DZJE 0507 
-# \x0507 CYRILLIC SMALL LETTER KOMI DZJE 0506 0506
-# \x0508 CYRILLIC CAPITAL LETTER KOMI LJE 0509 
-# \x0509 CYRILLIC SMALL LETTER KOMI LJE 0508 0508
-# \x050A CYRILLIC CAPITAL LETTER KOMI NJE 050B 
-# \x050B CYRILLIC SMALL LETTER KOMI NJE 050A 050A
-# \x050C CYRILLIC CAPITAL LETTER KOMI SJE 050D 
-# \x050D CYRILLIC SMALL LETTER KOMI SJE 050C 050C
-# \x050E CYRILLIC CAPITAL LETTER KOMI TJE 050F 
-# \x050F CYRILLIC SMALL LETTER KOMI TJE 050E 050E
-# \x0531 ARMENIAN CAPITAL LETTER AYB 0561 
-# \x0532 ARMENIAN CAPITAL LETTER BEN 0562 
-# \x0533 ARMENIAN CAPITAL LETTER GIM 0563 
-# \x0534 ARMENIAN CAPITAL LETTER DA 0564 
-# \x0535 ARMENIAN CAPITAL LETTER ECH 0565 
-# \x0536 ARMENIAN CAPITAL LETTER ZA 0566 
-# \x0537 ARMENIAN CAPITAL LETTER EH 0567 
-# \x0538 ARMENIAN CAPITAL LETTER 0568 
-# \x0539 ARMENIAN CAPITAL LETTER TO 0569 
-# \x053A ARMENIAN CAPITAL LETTER ZHE 056A 
-# \x053B ARMENIAN CAPITAL LETTER INI 056B 
-# \x053C ARMENIAN CAPITAL LETTER LIWN 056C 
-# \x053D ARMENIAN CAPITAL LETTER XEH 056D 
-# \x053E ARMENIAN CAPITAL LETTER CA 056E 
-# \x053F ARMENIAN CAPITAL LETTER KEN 056F 
-# \x0540 ARMENIAN CAPITAL LETTER HO 0570 
-# \x0541 ARMENIAN CAPITAL LETTER JA 0571 
-# \x0542 ARMENIAN CAPITAL LETTER GHAD ARMENIAN CAPITAL LETTER LAD 05
-# \x72 
-# \x0543 ARMENIAN CAPITAL LETTER CHEH 0573 
-# \x0544 ARMENIAN CAPITAL LETTER MEN 0574 
-# \x0545 ARMENIAN CAPITAL LETTER YI 0575 
-# \x0546 ARMENIAN CAPITAL LETTER NOW 0576 
-# \x0547 ARMENIAN CAPITAL LETTER SHA 0577 
-# \x0548 ARMENIAN CAPITAL LETTER VO 0578 
-# \x0549 ARMENIAN CAPITAL LETTER CHA 0579 
-# \x054A ARMENIAN CAPITAL LETTER PEH 057A 
-# \x054B ARMENIAN CAPITAL LETTER JHEH 057B 
-# \x054C ARMENIAN CAPITAL LETTER RA 057C 
-# \x054D ARMENIAN CAPITAL LETTER SEH 057D 
-# \x054E ARMENIAN CAPITAL LETTER VEW 057E 
-# \x054F ARMENIAN CAPITAL LETTER TIWN 057F 
-# \x0550 ARMENIAN CAPITAL LETTER REH 0580 
-# \x0551 ARMENIAN CAPITAL LETTER CO 0581 
-# \x0552 ARMENIAN CAPITAL LETTER YIWN 0582 
-# \x0553 ARMENIAN CAPITAL LETTER PIWR 0583 
-# \x0554 ARMENIAN CAPITAL LETTER KEH 0584 
-# \x0555 ARMENIAN CAPITAL LETTER OH 0585 
-# \x0556 ARMENIAN CAPITAL LETTER FEH 0586 
-# \x0559 ARMENIAN MODIFIER LETTER LEFT HALF RING Lm 
-# \x055A ARMENIAN APOSTROPHE ARMENIAN MODIFIER LETTER RIGHT HALF RING 
-# \x 
-# \x055B ARMENIAN EMPHASIS MARK 
-# \x055C ARMENIAN EXCLAMATION MARK 
-# \x055D ARMENIAN COMMA 
-# \x055E ARMENIAN QUESTION MARK 
-# \x055F ARMENIAN ABBREVIATION MARK 
-# \x0561 ARMENIAN SMALL LETTER AYB 0531 0531
-# \x0562 ARMENIAN SMALL LETTER BEN 0532 0532
-# \x0563 ARMENIAN SMALL LETTER GIM 0533 0533
-# \x0564 ARMENIAN SMALL LETTER DA 0534 0534
-# \x0565 ARMENIAN SMALL LETTER ECH 0535 0535
-# \x0566 ARMENIAN SMALL LETTER ZA 0536 0536
-# \x0567 ARMENIAN SMALL LETTER EH 0537 0537
-# \x0568 ARMENIAN SMALL LETTER 0538 0538
-# \x0569 ARMENIAN SMALL LETTER TO 0539 0539
-# \x056A ARMENIAN SMALL LETTER ZHE 053A 053A
-# \x056B ARMENIAN SMALL LETTER INI 053B 053B
-# \x056C ARMENIAN SMALL LETTER LIWN 053C 053C
-# \x056D ARMENIAN SMALL LETTER XEH 053D 053D
-# \x056E ARMENIAN SMALL LETTER CA 053E 053E
-# \x056F ARMENIAN SMALL LETTER KEN 053F 053F
-# \x0570 ARMENIAN SMALL LETTER HO 0540 0540
-# \x0571 ARMENIAN SMALL LETTER JA 0541 0541
-# \x0572 ARMENIAN SMALL LETTER GHAD ARMENIAN SMALL LETTER LAD 0542 0
-# \x542
-# \x0573 ARMENIAN SMALL LETTER CHEH 0543 0543
-# \x0574 ARMENIAN SMALL LETTER MEN 0544 0544
-# \x0575 ARMENIAN SMALL LETTER YI 0545 0545
-# \x0576 ARMENIAN SMALL LETTER NOW 0546 0546
-# \x0577 ARMENIAN SMALL LETTER SHA 0547 0547
-# \x0578 ARMENIAN SMALL LETTER VO 0548 0548
-# \x0579 ARMENIAN SMALL LETTER CHA 0549 0549
-# \x057A ARMENIAN SMALL LETTER PEH 054A 054A
-# \x057B ARMENIAN SMALL LETTER JHEH 054B 054B
-# \x057C ARMENIAN SMALL LETTER RA 054C 054C
-# \x057D ARMENIAN SMALL LETTER SEH 054D 054D
-# \x057E ARMENIAN SMALL LETTER VEW 054E 054E
-# \x057F ARMENIAN SMALL LETTER TIWN 054F 054F
-# \x0580 ARMENIAN SMALL LETTER REH 0550 0550
-# \x0581 ARMENIAN SMALL LETTER CO 0551 0551
-# \x0582 ARMENIAN SMALL LETTER YIWN 0552 0552
-# \x0583 ARMENIAN SMALL LETTER PIWR 0553 0553
-# \x0584 ARMENIAN SMALL LETTER KEH 0554 0554
-# \x0585 ARMENIAN SMALL LETTER OH 0555 0555
-# \x0586 ARMENIAN SMALL LETTER FEH 0556 0556
-# \x0587 ARMENIAN SMALL LIGATURE ECH YIWN 0565 0582 
-# \x0589 ARMENIAN FULL STOP ARMENIAN PERIOD 
-# \x058A ARMENIAN HYPHEN 
-# \x0591 HEBREW ACCENT ETNAHTA 220 
-# \x0592 HEBREW ACCENT SEGOL 230 
-# \x0593 HEBREW ACCENT SHALSHELET 230 
-# \x0594 HEBREW ACCENT ZAQEF QATAN 230 
-# \x0595 HEBREW ACCENT ZAQEF GADOL 230 
-# \x0596 HEBREW ACCENT TIPEHA 220 * 
-# \x0597 HEBREW ACCENT REVIA 230 
-# \x0598 HEBREW ACCENT ZARQA 230 * 
-# \x0599 HEBREW ACCENT PASHTA 230 
-# \x059A HEBREW ACCENT YETIV 222 
-# \x059B HEBREW ACCENT TEVIR 220 
-# \x059C HEBREW ACCENT GERESH 230 
-# \x059D HEBREW ACCENT GERESH MUQDAM 230 
-# \x059E HEBREW ACCENT GERSHAYIM 230 
-# \x059F HEBREW ACCENT QARNEY PARA 230 
-# \x05A0 HEBREW ACCENT TELISHA GEDOLA 230 
-# \x05A1 HEBREW ACCENT PAZER 230 
-# \x05A3 HEBREW ACCENT MUNAH 220 
-# \x05A4 HEBREW ACCENT MAHAPAKH 220 
-# \x05A5 HEBREW ACCENT MERKHA 220 * 
-# \x05A6 HEBREW ACCENT MERKHA KEFULA 220 
-# \x05A7 HEBREW ACCENT DARGA 220 
-# \x05A8 HEBREW ACCENT QADMA 230 * 
-# \x05A9 HEBREW ACCENT TELISHA QETANA 230 
-# \x05AA HEBREW ACCENT YERAH BEN YOMO 220 * 
-# \x05AB HEBREW ACCENT OLE 230 
-# \x05AC HEBREW ACCENT ILUY 230 
-# \x05AD HEBREW ACCENT DEHI 222 
-# \x05AE HEBREW ACCENT ZINOR 228 
-# \x05AF HEBREW MARK MASORA CIRCLE 230 
-# \x05B0 HEBREW POINT SHEVA 10 
-# \x05B1 HEBREW POINT HATAF SEGOL 11 
-# \x05B2 HEBREW POINT HATAF PATAH 12 
-# \x05B3 HEBREW POINT HATAF QAMATS 13 
-# \x05B4 HEBREW POINT HIRIQ 14 
-# \x05B5 HEBREW POINT TSERE 15 
-# \x05B6 HEBREW POINT SEGOL 16 
-# \x05B7 HEBREW POINT PATAH 17 
-# \x05B8 HEBREW POINT QAMATS 18 
-# \x05B9 HEBREW POINT HOLAM 19 
-# \x05BB HEBREW POINT QUBUTS 20 
-# \x05BC HEBREW POINT DAGESH OR MAPIQ 21 HEBREW POINT DAGESH or shuruq
-# \x 
-# \x05BD HEBREW POINT METEG 22 * 
-# \x05BE HEBREW PUNCTUATION MAQAF 
-# \x05BF HEBREW POINT RAFE 23 
-# \x05C0 HEBREW PUNCTUATION PASEQ HEBREW POINT PASEQ * 
-# \x05C1 HEBREW POINT SHIN DOT 24 
-# \x05C2 HEBREW POINT SIN DOT 25 
-# \x05C3 HEBREW PUNCTUATION SOF PASUQ * 
-# \x05C4 HEBREW MARK UPPER DOT 230 
-# \x05D0 HEBREW LETTER ALEF 
-# \x05D1 HEBREW LETTER BET 
-# \x05D2 HEBREW LETTER GIMEL 
-# \x05D3 HEBREW LETTER DALET 
-# \x05D4 HEBREW LETTER HE 
-# \x05D5 HEBREW LETTER VAV 
-# \x05D6 HEBREW LETTER ZAYIN 
-# \x05D7 HEBREW LETTER HET 
-# \x05D8 HEBREW LETTER TET 
-# \x05D9 HEBREW LETTER YOD 
-# \x05DA HEBREW LETTER FINAL KAF 
-# \x05DB HEBREW LETTER KAF 
-# \x05DC HEBREW LETTER LAMED 
-# \x05DD HEBREW LETTER FINAL MEM 
-# \x05DE HEBREW LETTER MEM 
-# \x05DF HEBREW LETTER FINAL NUN 
-# \x05E0 HEBREW LETTER NUN 
-# \x05E1 HEBREW LETTER SAMEKH 
-# \x05E2 HEBREW LETTER AYIN 
-# \x05E3 HEBREW LETTER FINAL PE 
-# \x05E4 HEBREW LETTER PE 
-# \x05E5 HEBREW LETTER FINAL TSADI 
-# \x05E6 HEBREW LETTER TSADI 
-# \x05E7 HEBREW LETTER QOF 
-# \x05E8 HEBREW LETTER RESH 
-# \x05E9 HEBREW LETTER SHIN 
-# \x05EA HEBREW LETTER TAV 
-# \x05F0 HEBREW LIGATURE YIDDISH DOUBLE VAV HEBREW LETTER DOUBLE VAV 
-# \x 
-# \x05F1 HEBREW LIGATURE YIDDISH VAV YOD HEBREW LETTER VAV YOD 
-# \x05F2 HEBREW LIGATURE YIDDISH DOUBLE YOD HEBREW LETTER DOUBLE YOD 
-# \x 
-# \x05F3 HEBREW PUNCTUATION GERESH 
-# \x05F4 HEBREW PUNCTUATION GERSHAYIM 
-# \x0600 ARABIC NUMBER SIGN AL 
-# \x0601 ARABIC SIGN SANAH AL 
-# \x0602 ARABIC FOOTNOTE MARKER AL 
-# \x0603 ARABIC SIGN SAFHA AL 
-# \x060C ARABIC COMMA 
-# \x060D ARABIC DATE SEPARATOR AL 
-# \x060E ARABIC POETIC VERSE SIGN 
-# \x060F ARABIC SIGN MISRA 
-# \x0610 ARABIC SIGN SALLALLAHOU ALAYHE WASSALLAM 230 
-# \x0611 ARABIC SIGN ALAYHE ASSALLAM 230 
-# \x0612 ARABIC SIGN RAHMATULLAH ALAYHE 230 
-# \x0613 ARABIC SIGN RADI ALLAHOU ANHU 230 
-# \x0614 ARABIC SIGN TAKHALLUS 230 
-# \x0615 ARABIC SMALL HIGH TAH 230 
-# \x061B ARABIC SEMICOLON AL 
-# \x061F ARABIC QUESTION MARK AL 
-# \x0621 ARABIC LETTER HAMZA AL ARABIC LETTER HAMZAH 
-# \x0622 ARABIC LETTER ALEF WITH MADDA ABOVE AL 0627 0653 ARABIC LETTER M
-# \xADDAH ALEF 
-# \x0623 ARABIC LETTER ALEF WITH HAMZA ABOVE AL 0627 0654 ARABIC LETTER H
-# \xAMZAH ALEF 
-# \x0624 ARABIC LETTER WAW WITH HAMZA ABOVE AL 0648 0654 ARABIC LETTER HA
-# \xMZAH WAW 
-# \x0625 ARABIC LETTER ALEF WITH HAMZA BELOW AL 0627 0655 ARABIC LETTER H
-# \xAMZAH UNDER ALEF 
-# \x0626 ARABIC LETTER YEH WITH HAMZA ABOVE AL 064A 0654 ARABIC LETTER HA
-# \xMZAH YA 
-# \x0627 ARABIC LETTER ALEF AL 
-# \x0628 ARABIC LETTER BEH AL ARABIC LETTER BAA 
-# \x0629 ARABIC LETTER TEH MARBUTA AL ARABIC LETTER TAA MARBUTAH 
-# \x062A ARABIC LETTER TEH AL ARABIC LETTER TAA 
-# \x062B ARABIC LETTER THEH AL ARABIC LETTER THAA 
-# \x062C ARABIC LETTER JEEM AL 
-# \x062D ARABIC LETTER HAH AL ARABIC LETTER HAA 
-# \x062E ARABIC LETTER KHAH AL ARABIC LETTER KHAA 
-# \x062F ARABIC LETTER DAL AL 
-# \x0630 ARABIC LETTER THAL AL 
-# \x0631 ARABIC LETTER REH AL ARABIC LETTER RA 
-# \x0632 ARABIC LETTER ZAIN AL 
-# \x0633 ARABIC LETTER SEEN AL 
-# \x0634 ARABIC LETTER SHEEN AL 
-# \x0635 ARABIC LETTER SAD AL 
-# \x0636 ARABIC LETTER DAD AL 
-# \x0637 ARABIC LETTER TAH AL 
-# \x0638 ARABIC LETTER ZAH AL ARABIC LETTER DHAH 
-# \x0639 ARABIC LETTER AIN AL 
-# \x063A ARABIC LETTER GHAIN AL 
-# \x0640 ARABIC TATWEEL Lm AL 
-# \x0641 ARABIC LETTER FEH AL ARABIC LETTER FA 
-# \x0642 ARABIC LETTER QAF AL 
-# \x0643 ARABIC LETTER KAF AL ARABIC LETTER CAF 
-# \x0644 ARABIC LETTER LAM AL 
-# \x0645 ARABIC LETTER MEEM AL 
-# \x0646 ARABIC LETTER NOON AL 
-# \x0647 ARABIC LETTER HEH AL ARABIC LETTER HA 
-# \x0648 ARABIC LETTER WAW AL 
-# \x0649 ARABIC LETTER ALEF MAKSURA AL ARABIC LETTER ALEF MAQSURAH 
-# \x064A ARABIC LETTER YEH AL ARABIC LETTER YA 
-# \x064B ARABIC FATHATAN 27 
-# \x064C ARABIC DAMMATAN 28 
-# \x064D ARABIC KASRATAN 29 
-# \x064E ARABIC FATHA 30 ARABIC FATHAH 
-# \x064F ARABIC DAMMA 31 ARABIC DAMMAH 
-# \x0650 ARABIC KASRA 32 ARABIC KASRAH 
-# \x0651 ARABIC SHADDA 33 ARABIC SHADDAH 
-# \x0652 ARABIC SUKUN 34 
-# \x0653 ARABIC MADDAH ABOVE 230 
-# \x0654 ARABIC HAMZA ABOVE 230 
-# \x0655 ARABIC HAMZA BELOW 220 
-# \x0656 ARABIC SUBSCRIPT ALEF 220 
-# \x0657 ARABIC INVERTED DAMMA 230 
-# \x0658 ARABIC MARK NOON GHUNNA 230 
-# \x0660 ARABIC-INDIC DIGIT ZERO Nd AN 0 
-# \x0661 ARABIC-INDIC DIGIT ONE Nd AN 1 1 1 
-# \x0662 ARABIC-INDIC DIGIT TWO Nd AN 2 2 2 
-# \x0663 ARABIC-INDIC DIGIT THREE Nd AN 3 3 3 
-# \x0664 ARABIC-INDIC DIGIT FOUR Nd AN 4 4 4 
-# \x0665 ARABIC-INDIC DIGIT FIVE Nd AN 5 5 5 
-# \x0666 ARABIC-INDIC DIGIT SIX Nd AN 6 6 6 
-# \x0667 ARABIC-INDIC DIGIT SEVEN Nd AN 7 7 7 
-# \x0668 ARABIC-INDIC DIGIT EIGHT Nd AN 8 8 8 
-# \x0669 ARABIC-INDIC DIGIT NINE Nd AN 9 9 9 
-# \x066A ARABIC PERCENT SIGN 
-# \x066B ARABIC DECIMAL SEPARATOR AN 
-# \x066C ARABIC THOUSANDS SEPARATOR AN 
-# \x066D ARABIC FIVE POINTED STAR AL 
-# \x066E ARABIC LETTER DOTLESS BEH AL 
-# \x066F ARABIC LETTER DOTLESS QAF AL 
-# \x0670 ARABIC LETTER SUPERSCRIPT ALEF 35 ARABIC ALEF ABOVE 
-# \x0671 ARABIC LETTER ALEF WASLA AL ARABIC LETTER HAMZAT WASL ALEF 
-# \x 
-# \x0672 ARABIC LETTER ALEF WITH WAVY HAMZA ABOVE AL ARABIC LETTER WAVY 
-# \xHAMZAH ALEF 
-# \x0673 ARABIC LETTER ALEF WITH WAVY HAMZA BELOW AL ARABIC LETTER WAVY 
-# \xHAMZAH UNDER ALEF 
-# \x0674 ARABIC LETTER HIGH HAMZA AL ARABIC LETTER HIGH HAMZAH 
-# \x0675 ARABIC LETTER HIGH HAMZA ALEF AL 0627 0674 ARABIC LETTE
-# \xR HIGH HAMZAH ALEF 
-# \x0676 ARABIC LETTER HIGH HAMZA WAW AL 0648 0674 ARABIC LETTER
-# \x HIGH HAMZAH WAW 
-# \x0677 ARABIC LETTER U WITH HAMZA ABOVE AL 06C7 0674 ARABIC LE
-# \xTTER HIGH HAMZAH WAW WITH DAMMAH 
-# \x0678 ARABIC LETTER HIGH HAMZA YEH AL 064A 0674 ARABIC LETTER
-# \x HIGH HAMZAH YA 
-# \x0679 ARABIC LETTER TTEH AL ARABIC LETTER TAA WITH SMALL TAH 
-# \x067A ARABIC LETTER TTEHEH AL ARABIC LETTER TAA WITH TWO DOTS VERTICA
-# \xL ABOVE 
-# \x067B ARABIC LETTER BEEH AL ARABIC LETTER BAA WITH TWO DOTS VERTICAL 
-# \xBELOW 
-# \x067C ARABIC LETTER TEH WITH RING AL ARABIC LETTER TAA WITH RING 
-# \x067D ARABIC LETTER TEH WITH THREE DOTS ABOVE DOWNWARDS AL ARABIC LET
-# \xTER TAA WITH THREE DOTS ABOVE DOWNWARD 
-# \x067E ARABIC LETTER PEH AL ARABIC LETTER TAA WITH THREE DOTS BELOW 
-# \x 
-# \x067F ARABIC LETTER TEHEH AL ARABIC LETTER TAA WITH FOUR DOTS ABOVE 
-# \x 
-# \x0680 ARABIC LETTER BEHEH AL ARABIC LETTER BAA WITH FOUR DOTS BELOW 
-# \x 
-# \x0681 ARABIC LETTER HAH WITH HAMZA ABOVE AL ARABIC LETTER HAMZAH H
-# \xAA 
-# \x0682 ARABIC LETTER HAH WITH TWO DOTS VERTICAL ABOVE AL ARABIC LETTER
-# \x HAA WITH TWO DOTS VERTICAL ABOVE 
-# \x0683 ARABIC LETTER NYEH AL ARABIC LETTER HAA WITH MIDDLE TWO DOTS 
-# \x 
-# \x0684 ARABIC LETTER DYEH AL ARABIC LETTER HAA WITH MIDDLE TWO DOTS VE
-# \xRTICAL 
-# \x0685 ARABIC LETTER HAH WITH THREE DOTS ABOVE AL ARABIC LETTER HAA WI
-# \xTH THREE DOTS ABOVE 
-# \x0686 ARABIC LETTER TCHEH AL ARABIC LETTER HAA WITH MIDDLE THREE DOTS
-# \x DOWNWARD 
-# \x0687 ARABIC LETTER TCHEHEH AL ARABIC LETTER HAA WITH MIDDLE FOUR DOT
-# \xS 
-# \x0688 ARABIC LETTER DDAL AL ARABIC LETTER DAL WITH SMALL TAH 
-# \x0689 ARABIC LETTER DAL WITH RING AL 
-# \x068A ARABIC LETTER DAL WITH DOT BELOW AL 
-# \x068B ARABIC LETTER DAL WITH DOT BELOW AND SMALL TAH AL 
-# \x068C ARABIC LETTER DAHAL AL ARABIC LETTER DAL WITH TWO DOTS ABOVE 
-# \x 
-# \x068D ARABIC LETTER DDAHAL AL ARABIC LETTER DAL WITH TWO DOTS BELOW 
-# \x 
-# \x068E ARABIC LETTER DUL AL ARABIC LETTER DAL WITH THREE DOTS ABOVE 
-# \x 
-# \x068F ARABIC LETTER DAL WITH THREE DOTS ABOVE DOWNWARDS AL ARABIC LET
-# \xTER DAL WITH THREE DOTS ABOVE DOWNWARD 
-# \x0690 ARABIC LETTER DAL WITH FOUR DOTS ABOVE AL 
-# \x0691 ARABIC LETTER RREH AL ARABIC LETTER RA WITH SMALL TAH 
-# \x0692 ARABIC LETTER REH WITH SMALL V AL ARABIC LETTER RA WITH SMALL V
-# \x 
-# \x0693 ARABIC LETTER REH WITH RING AL ARABIC LETTER RA WITH RING 
-# \x0694 ARABIC LETTER REH WITH DOT BELOW AL ARABIC LETTER RA WITH DOT B
-# \xELOW 
-# \x0695 ARABIC LETTER REH WITH SMALL V BELOW AL ARABIC LETTER RA WITH S
-# \xMALL V BELOW 
-# \x0696 ARABIC LETTER REH WITH DOT BELOW AND DOT ABOVE AL ARABIC LETTER
-# \x RA WITH DOT BELOW AND DOT ABOVE 
-# \x0697 ARABIC LETTER REH WITH TWO DOTS ABOVE AL ARABIC LETTER RA WITH 
-# \xTWO DOTS ABOVE 
-# \x0698 ARABIC LETTER JEH AL ARABIC LETTER RA WITH THREE DOTS ABOVE 
-# \x0699 ARABIC LETTER REH WITH FOUR DOTS ABOVE AL ARABIC LETTER RA WITH
-# \x FOUR DOTS ABOVE 
-# \x069A ARABIC LETTER SEEN WITH DOT BELOW AND DOT ABOVE AL 
-# \x069B ARABIC LETTER SEEN WITH THREE DOTS BELOW AL 
-# \x069C ARABIC LETTER SEEN WITH THREE DOTS BELOW AND THREE DOTS ABOVE AL 
-# \xN 
-# \x069D ARABIC LETTER SAD WITH TWO DOTS BELOW AL 
-# \x069E ARABIC LETTER SAD WITH THREE DOTS ABOVE AL 
-# \x069F ARABIC LETTER TAH WITH THREE DOTS ABOVE AL 
-# \x06A0 ARABIC LETTER AIN WITH THREE DOTS ABOVE AL 
-# \x06A1 ARABIC LETTER DOTLESS FEH AL ARABIC LETTER DOTLESS FA 
-# \x06A2 ARABIC LETTER FEH WITH DOT MOVED BELOW AL ARABIC LETTER FA WITH
-# \x DOT MOVED BELOW 
-# \x06A3 ARABIC LETTER FEH WITH DOT BELOW AL ARABIC LETTER FA WITH DOT B
-# \xELOW 
-# \x06A4 ARABIC LETTER VEH AL ARABIC LETTER FA WITH THREE DOTS ABOVE 
-# \x06A5 ARABIC LETTER FEH WITH THREE DOTS BELOW AL ARABIC LETTER FA WIT
-# \xH THREE DOTS BELOW 
-# \x06A6 ARABIC LETTER PEHEH AL ARABIC LETTER FA WITH FOUR DOTS ABOVE 
-# \x 
-# \x06A7 ARABIC LETTER QAF WITH DOT ABOVE AL 
-# \x06A8 ARABIC LETTER QAF WITH THREE DOTS ABOVE AL 
-# \x06A9 ARABIC LETTER KEHEH AL ARABIC LETTER OPEN CAF 
-# \x06AA ARABIC LETTER SWASH KAF AL ARABIC LETTER SWASH CAF 
-# \x06AB ARABIC LETTER KAF WITH RING AL ARABIC LETTER CAF WITH RING 
-# \x06AC ARABIC LETTER KAF WITH DOT ABOVE AL ARABIC LETTER CAF WITH DOT 
-# \xABOVE 
-# \x06AD ARABIC LETTER NG AL ARABIC LETTER CAF WITH THREE DOTS ABOVE 
-# \x06AE ARABIC LETTER KAF WITH THREE DOTS BELOW AL ARABIC LETTER CAF WI
-# \xTH THREE DOTS BELOW 
-# \x06AF ARABIC LETTER GAF AL * 
-# \x06B0 ARABIC LETTER GAF WITH RING AL 
-# \x06B1 ARABIC LETTER NGOEH AL ARABIC LETTER GAF WITH TWO DOTS ABOVE 
-# \x 
-# \x06B2 ARABIC LETTER GAF WITH TWO DOTS BELOW AL 
-# \x06B3 ARABIC LETTER GUEH AL ARABIC LETTER GAF WITH TWO DOTS VERTICAL 
-# \xBELOW 
-# \x06B4 ARABIC LETTER GAF WITH THREE DOTS ABOVE AL 
-# \x06B5 ARABIC LETTER LAM WITH SMALL V AL 
-# \x06B6 ARABIC LETTER LAM WITH DOT ABOVE AL 
-# \x06B7 ARABIC LETTER LAM WITH THREE DOTS ABOVE AL 
-# \x06B8 ARABIC LETTER LAM WITH THREE DOTS BELOW AL 
-# \x06B9 ARABIC LETTER NOON WITH DOT BELOW AL 
-# \x06BA ARABIC LETTER NOON GHUNNA AL ARABIC LETTER DOTLESS NOON 
-# \x06BB ARABIC LETTER RNOON AL ARABIC LETTER DOTLESS NOON WITH SMALL TA
-# \xH 
-# \x06BC ARABIC LETTER NOON WITH RING AL 
-# \x06BD ARABIC LETTER NOON WITH THREE DOTS ABOVE AL 
-# \x06BE ARABIC LETTER HEH DOACHASHMEE AL ARABIC LETTER KNOTTED HA 
-# \x06BF ARABIC LETTER TCHEH WITH DOT ABOVE AL 
-# \x06C0 ARABIC LETTER HEH WITH YEH ABOVE AL 06D5 0654 ARABIC LETTER HAMZ
-# \xAH HA 
-# \x06C1 ARABIC LETTER HEH GOAL AL ARABIC LETTER HA GOAL 
-# \x06C2 ARABIC LETTER HEH GOAL WITH HAMZA ABOVE AL 06C1 0654 ARABIC LETT
-# \xER HAMZAH HA GOAL 
-# \x06C3 ARABIC LETTER TEH MARBUTA GOAL AL ARABIC LETTER TAA MARBUTAH GO
-# \xAL 
-# \x06C4 ARABIC LETTER WAW WITH RING AL 
-# \x06C5 ARABIC LETTER KIRGHIZ OE AL ARABIC LETTER WAW WITH BAR 
-# \x06C6 ARABIC LETTER OE AL ARABIC LETTER WAW WITH SMALL V 
-# \x06C7 ARABIC LETTER U AL ARABIC LETTER WAW WITH DAMMAH 
-# \x06C8 ARABIC LETTER YU AL ARABIC LETTER WAW WITH ALEF ABOVE 
-# \x06C9 ARABIC LETTER KIRGHIZ YU AL ARABIC LETTER WAW WITH INVERTED SMA
-# \xLL V 
-# \x06CA ARABIC LETTER WAW WITH TWO DOTS ABOVE AL 
-# \x06CB ARABIC LETTER VE AL ARABIC LETTER WAW WITH THREE DOTS ABOVE 
-# \x06CC ARABIC LETTER FARSI YEH AL ARABIC LETTER DOTLESS YA 
-# \x06CD ARABIC LETTER YEH WITH TAIL AL ARABIC LETTER YA WITH TAIL 
-# \x06CE ARABIC LETTER YEH WITH SMALL V AL ARABIC LETTER YA WITH SMALL V
-# \x 
-# \x06CF ARABIC LETTER WAW WITH DOT ABOVE AL 
-# \x06D0 ARABIC LETTER E AL ARABIC LETTER YA WITH TWO DOTS VERTICAL BELO
-# \xW * 
-# \x06D1 ARABIC LETTER YEH WITH THREE DOTS BELOW AL ARABIC LETTER YA WIT
-# \xH THREE DOTS BELOW 
-# \x06D2 ARABIC LETTER YEH BARREE AL ARABIC LETTER YA BARREE 
-# \x06D3 ARABIC LETTER YEH BARREE WITH HAMZA ABOVE AL 06D2 0654 ARABIC LE
-# \xTTER HAMZAH YA BARREE 
-# \x06D4 ARABIC FULL STOP AL ARABIC PERIOD 
-# \x06D5 ARABIC LETTER AE AL 
-# \x06D6 ARABIC SMALL HIGH LIGATURE SAD WITH LAM WITH ALEF MAKSURA 230 N
-# \x 
-# \x06D7 ARABIC SMALL HIGH LIGATURE QAF WITH LAM WITH ALEF MAKSURA 230 N
-# \x 
-# \x06D8 ARABIC SMALL HIGH MEEM INITIAL FORM 230 
-# \x06D9 ARABIC SMALL HIGH LAM ALEF 230 
-# \x06DA ARABIC SMALL HIGH JEEM 230 
-# \x06DB ARABIC SMALL HIGH THREE DOTS 230 
-# \x06DC ARABIC SMALL HIGH SEEN 230 
-# \x06DD ARABIC END OF AYAH AL 
-# \x06DE ARABIC START OF RUB EL HIZB Me 
-# \x06DF ARABIC SMALL HIGH ROUNDED ZERO 230 
-# \x06E0 ARABIC SMALL HIGH UPRIGHT RECTANGULAR ZERO 230 
-# \x06E1 ARABIC SMALL HIGH DOTLESS HEAD OF KHAH 230 
-# \x06E2 ARABIC SMALL HIGH MEEM ISOLATED FORM 230 
-# \x06E3 ARABIC SMALL LOW SEEN 220 
-# \x06E4 ARABIC SMALL HIGH MADDA 230 
-# \x06E5 ARABIC SMALL WAW Lm AL 
-# \x06E6 ARABIC SMALL YEH Lm AL 
-# \x06E7 ARABIC SMALL HIGH YEH 230 
-# \x06E8 ARABIC SMALL HIGH NOON 230 
-# \x06E9 ARABIC PLACE OF SAJDAH 
-# \x06EA ARABIC EMPTY CENTRE LOW STOP 220 
-# \x06EB ARABIC EMPTY CENTRE HIGH STOP 230 
-# \x06EC ARABIC ROUNDED HIGH STOP WITH FILLED CENTRE 230 
-# \x06ED ARABIC SMALL LOW MEEM 220 
-# \x06EE ARABIC LETTER DAL WITH INVERTED V AL 
-# \x06EF ARABIC LETTER REH WITH INVERTED V AL 
-# \x06F0 EXTENDED ARABIC-INDIC DIGIT ZERO Nd EN 0 EASTERN ARABIC-INDIC DIG
-# \xIT ZERO 
-# \x06F1 EXTENDED ARABIC-INDIC DIGIT ONE Nd EN 1 1 1 EASTERN ARABIC-INDIC DIGI
-# \xT ONE 
-# \x06F2 EXTENDED ARABIC-INDIC DIGIT TWO Nd EN 2 2 2 EASTERN ARABIC-INDIC DIGI
-# \xT TWO 
-# \x06F3 EXTENDED ARABIC-INDIC DIGIT THREE Nd EN 3 3 3 EASTERN ARABIC-INDIC DI
-# \xGIT THREE 
-# \x06F4 EXTENDED ARABIC-INDIC DIGIT FOUR Nd EN 4 4 4 EASTERN ARABIC-INDIC DIG
-# \xIT FOUR 
-# \x06F5 EXTENDED ARABIC-INDIC DIGIT FIVE Nd EN 5 5 5 EASTERN ARABIC-INDIC DIG
-# \xIT FIVE 
-# \x06F6 EXTENDED ARABIC-INDIC DIGIT SIX Nd EN 6 6 6 EASTERN ARABIC-INDIC DIGI
-# \xT SIX 
-# \x06F7 EXTENDED ARABIC-INDIC DIGIT SEVEN Nd EN 7 7 7 EASTERN ARABIC-INDIC DI
-# \xGIT SEVEN 
-# \x06F8 EXTENDED ARABIC-INDIC DIGIT EIGHT Nd EN 8 8 8 EASTERN ARABIC-INDIC DI
-# \xGIT EIGHT 
-# \x06F9 EXTENDED ARABIC-INDIC DIGIT NINE Nd EN 9 9 9 EASTERN ARABIC-INDIC DIG
-# \xIT NINE 
-# \x06FA ARABIC LETTER SHEEN WITH DOT BELOW AL 
-# \x06FB ARABIC LETTER DAD WITH DOT BELOW AL 
-# \x06FC ARABIC LETTER GHAIN WITH DOT BELOW AL 
-# \x06FD ARABIC SIGN SINDHI AMPERSAND AL 
-# \x06FE ARABIC SIGN SINDHI POSTPOSITION MEN AL 
-# \x06FF ARABIC LETTER HEH WITH INVERTED V AL 
-# \x0700 SYRIAC END OF PARAGRAPH AL 
-# \x0701 SYRIAC SUPRALINEAR FULL STOP AL 
-# \x0702 SYRIAC SUBLINEAR FULL STOP AL 
-# \x0703 SYRIAC SUPRALINEAR COLON AL 
-# \x0704 SYRIAC SUBLINEAR COLON AL 
-# \x0705 SYRIAC HORIZONTAL COLON AL 
-# \x0706 SYRIAC COLON SKEWED LEFT AL 
-# \x0707 SYRIAC COLON SKEWED RIGHT AL 
-# \x0708 SYRIAC SUPRALINEAR COLON SKEWED LEFT AL 
-# \x0709 SYRIAC SUBLINEAR COLON SKEWED RIGHT AL 
-# \x070A SYRIAC CONTRACTION AL 
-# \x070B SYRIAC HARKLEAN OBELUS AL 
-# \x070C SYRIAC HARKLEAN METOBELUS AL 
-# \x070D SYRIAC HARKLEAN ASTERISCUS AL 
-# \x070F SYRIAC ABBREVIATION MARK 
-# \x0710 SYRIAC LETTER ALAPH AL 
-# \x0711 SYRIAC LETTER SUPERSCRIPT ALAPH 36 
-# \x0712 SYRIAC LETTER BETH AL 
-# \x0713 SYRIAC LETTER GAMAL AL 
-# \x0714 SYRIAC LETTER GAMAL GARSHUNI AL 
-# \x0715 SYRIAC LETTER DALATH AL 
-# \x0716 SYRIAC LETTER DOTLESS DALATH RISH AL 
-# \x0717 SYRIAC LETTER HE AL 
-# \x0718 SYRIAC LETTER WAW AL 
-# \x0719 SYRIAC LETTER ZAIN AL 
-# \x071A SYRIAC LETTER HETH AL 
-# \x071B SYRIAC LETTER TETH AL 
-# \x071C SYRIAC LETTER TETH GARSHUNI AL 
-# \x071D SYRIAC LETTER YUDH AL 
-# \x071E SYRIAC LETTER YUDH HE AL 
-# \x071F SYRIAC LETTER KAPH AL 
-# \x0720 SYRIAC LETTER LAMADH AL 
-# \x0721 SYRIAC LETTER MIM AL 
-# \x0722 SYRIAC LETTER NUN AL 
-# \x0723 SYRIAC LETTER SEMKATH AL 
-# \x0724 SYRIAC LETTER FINAL SEMKATH AL 
-# \x0725 SYRIAC LETTER E AL 
-# \x0726 SYRIAC LETTER PE AL 
-# \x0727 SYRIAC LETTER REVERSED PE AL 
-# \x0728 SYRIAC LETTER SADHE AL 
-# \x0729 SYRIAC LETTER QAPH AL 
-# \x072A SYRIAC LETTER RISH AL 
-# \x072B SYRIAC LETTER SHIN AL 
-# \x072C SYRIAC LETTER TAW AL 
-# \x072D SYRIAC LETTER PERSIAN BHETH AL 
-# \x072E SYRIAC LETTER PERSIAN GHAMAL AL 
-# \x072F SYRIAC LETTER PERSIAN DHALATH AL 
-# \x0730 SYRIAC PTHAHA ABOVE 230 
-# \x0731 SYRIAC PTHAHA BELOW 220 
-# \x0732 SYRIAC PTHAHA DOTTED 230 
-# \x0733 SYRIAC ZQAPHA ABOVE 230 
-# \x0734 SYRIAC ZQAPHA BELOW 220 
-# \x0735 SYRIAC ZQAPHA DOTTED 230 
-# \x0736 SYRIAC RBASA ABOVE 230 
-# \x0737 SYRIAC RBASA BELOW 220 
-# \x0738 SYRIAC DOTTED ZLAMA HORIZONTAL 220 
-# \x0739 SYRIAC DOTTED ZLAMA ANGULAR 220 
-# \x073A SYRIAC HBASA ABOVE 230 
-# \x073B SYRIAC HBASA BELOW 220 
-# \x073C SYRIAC HBASA-ESASA DOTTED 220 
-# \x073D SYRIAC ESASA ABOVE 230 
-# \x073E SYRIAC ESASA BELOW 220 
-# \x073F SYRIAC RWAHA 230 
-# \x0740 SYRIAC FEMININE DOT 230 
-# \x0741 SYRIAC QUSHSHAYA 230 
-# \x0742 SYRIAC RUKKAKHA 220 
-# \x0743 SYRIAC TWO VERTICAL DOTS ABOVE 230 
-# \x0744 SYRIAC TWO VERTICAL DOTS BELOW 220 
-# \x0745 SYRIAC THREE DOTS ABOVE 230 
-# \x0746 SYRIAC THREE DOTS BELOW 220 
-# \x0747 SYRIAC OBLIQUE LINE ABOVE 230 
-# \x0748 SYRIAC OBLIQUE LINE BELOW 220 
-# \x0749 SYRIAC MUSIC 230 
-# \x074A SYRIAC BARREKH 230 
-# \x074D SYRIAC LETTER SOGDIAN ZHAIN AL 
-# \x074E SYRIAC LETTER SOGDIAN KHAPH AL 
-# \x074F SYRIAC LETTER SOGDIAN FE AL 
-# \x0780 THAANA LETTER HAA AL 
-# \x0781 THAANA LETTER SHAVIYANI AL 
-# \x0782 THAANA LETTER NOONU AL 
-# \x0783 THAANA LETTER RAA AL 
-# \x0784 THAANA LETTER BAA AL 
-# \x0785 THAANA LETTER LHAVIYANI AL 
-# \x0786 THAANA LETTER KAAFU AL 
-# \x0787 THAANA LETTER ALIFU AL 
-# \x0788 THAANA LETTER VAAVU AL 
-# \x0789 THAANA LETTER MEEMU AL 
-# \x078A THAANA LETTER FAAFU AL 
-# \x078B THAANA LETTER DHAAo AL 
-# \x078C THAANA LETTER THAA AL 
-# \x078D THAANA LETTER LAAMU AL 
-# \x078E THAANA LETTER GAAFU AL 
-# \x078F THAANA LETTER GNAVIYANI AL 
-# \x0790 THAANA LETTER SEENU AL 
-# \x0791 THAANA LETTER DAVIYANI AL 
-# \x0792 THAANA LETTER ZAVIYANI AL 
-# \x0793 THAANA LETTER TAVIYANI AL 
-# \x0794 THAANA LETTER YAA AL 
-# \x0795 THAANA LETTER PAVIYANI AL 
-# \x0796 THAANA LETTER JAVIYANI AL 
-# \x0797 THAANA LETTER CHAVIYANI AL 
-# \x0798 THAANA LETTER TTAA AL 
-# \x0799 THAANA LETTER HHAA AL 
-# \x079A THAANA LETTER KHAA AL 
-# \x079B THAANA LETTER THAAo AL 
-# \x079C THAANA LETTER ZAA AL 
-# \x079D THAANA LETTER SHEENU AL 
-# \x079E THAANA LETTER SAADHU AL 
-# \x079F THAANA LETTER DAADHU AL 
-# \x07A0 THAANA LETTER TO AL 
-# \x07A1 THAANA LETTER ZO AL 
-# \x07A2 THAANA LETTER AINU AL 
-# \x07A3 THAANA LETTER GHAINU AL 
-# \x07A4 THAANA LETTER QAAFU AL 
-# \x07A5 THAANA LETTER WAAVU AL 
-# \x07A6 THAANA ABAFILI 
-# \x07A7 THAANA AABAAFILI 
-# \x07A8 THAANA IBIFILI 
-# \x07A9 THAANA EEBEEFILI 
-# \x07AA THAANA UBUFILI 
-# \x07AB THAANA OOBOOFILI 
-# \x07AC THAANA EBEFILI 
-# \x07AD THAANA EYBEYFILI 
-# \x07AE THAANA OBOFILI 
-# \x07AF THAANA OABOAFILI 
-# \x07B0 THAANA SUKUN 
-# \x07B1 THAANA LETTER NAA AL 
-# \x0901 DEVANAGARI SIGN CANDRABINDU 
-# \x0902 DEVANAGARI SIGN ANUSVARA 
-# \x0903 DEVANAGARI SIGN VISARGA Mc 
-# \x0904 DEVANAGARI LETTER SHORT A 
-# \x0905 DEVANAGARI LETTER A 
-# \x0906 DEVANAGARI LETTER AA 
-# \x0907 DEVANAGARI LETTER I 
-# \x0908 DEVANAGARI LETTER II 
-# \x0909 DEVANAGARI LETTER U 
-# \x090A DEVANAGARI LETTER UU 
-# \x090B DEVANAGARI LETTER VOCALIC 
-# \x090C DEVANAGARI LETTER VOCALIC 
-# \x090D DEVANAGARI LETTER CANDRA E 
-# \x090E DEVANAGARI LETTER SHORT E 
-# \x090F DEVANAGARI LETTER E 
-# \x0910 DEVANAGARI LETTER AI 
-# \x0911 DEVANAGARI LETTER CANDRA O 
-# \x0912 DEVANAGARI LETTER SHORT O 
-# \x0913 DEVANAGARI LETTER O 
-# \x0914 DEVANAGARI LETTER AU 
-# \x0915 DEVANAGARI LETTER KA 
-# \x0916 DEVANAGARI LETTER KHA 
-# \x0917 DEVANAGARI LETTER GA 
-# \x0918 DEVANAGARI LETTER GHA 
-# \x0919 DEVANAGARI LETTER NGA 
-# \x091A DEVANAGARI LETTER CA 
-# \x091B DEVANAGARI LETTER CHA 
-# \x091C DEVANAGARI LETTER JA 
-# \x091D DEVANAGARI LETTER JHA 
-# \x091E DEVANAGARI LETTER NYA 
-# \x091F DEVANAGARI LETTER TTA 
-# \x0920 DEVANAGARI LETTER TTHA 
-# \x0921 DEVANAGARI LETTER DDA 
-# \x0922 DEVANAGARI LETTER DDHA 
-# \x0923 DEVANAGARI LETTER NNA 
-# \x0924 DEVANAGARI LETTER TA 
-# \x0925 DEVANAGARI LETTER THA 
-# \x0926 DEVANAGARI LETTER DA 
-# \x0927 DEVANAGARI LETTER DHA 
-# \x0928 DEVANAGARI LETTER NA 
-# \x0929 DEVANAGARI LETTER NNNA 0928 093C 
-# \x092A DEVANAGARI LETTER PA 
-# \x092B DEVANAGARI LETTER PHA 
-# \x092C DEVANAGARI LETTER BA 
-# \x092D DEVANAGARI LETTER BHA 
-# \x092E DEVANAGARI LETTER MA 
-# \x092F DEVANAGARI LETTER YA 
-# \x0930 DEVANAGARI LETTER RA 
-# \x0931 DEVANAGARI LETTER RRA 0930 093C 
-# \x0932 DEVANAGARI LETTER LA 
-# \x0933 DEVANAGARI LETTER LLA 
-# \x0934 DEVANAGARI LETTER LLLA 0933 093C 
-# \x0935 DEVANAGARI LETTER VA 
-# \x0936 DEVANAGARI LETTER SHA 
-# \x0937 DEVANAGARI LETTER SSA 
-# \x0938 DEVANAGARI LETTER SA 
-# \x0939 DEVANAGARI LETTER HA 
-# \x093C DEVANAGARI SIGN NUKTA 7 
-# \x093D DEVANAGARI SIGN AVAGRAHA 
-# \x093E DEVANAGARI VOWEL SIGN AA Mc 
-# \x093F DEVANAGARI VOWEL SIGN I Mc 
-# \x0940 DEVANAGARI VOWEL SIGN II Mc 
-# \x0941 DEVANAGARI VOWEL SIGN U 
-# \x0942 DEVANAGARI VOWEL SIGN UU 
-# \x0943 DEVANAGARI VOWEL SIGN VOCALIC 
-# \x0944 DEVANAGARI VOWEL SIGN VOCALIC RR 
-# \x0945 DEVANAGARI VOWEL SIGN CANDRA E 
-# \x0946 DEVANAGARI VOWEL SIGN SHORT E 
-# \x0947 DEVANAGARI VOWEL SIGN E 
-# \x0948 DEVANAGARI VOWEL SIGN AI 
-# \x0949 DEVANAGARI VOWEL SIGN CANDRA O Mc 
-# \x094A DEVANAGARI VOWEL SIGN SHORT O Mc 
-# \x094B DEVANAGARI VOWEL SIGN O Mc 
-# \x094C DEVANAGARI VOWEL SIGN AU Mc 
-# \x094D DEVANAGARI SIGN VIRAMA 9 
-# \x0950 DEVANAGARI OM 
-# \x0951 DEVANAGARI STRESS SIGN UDATTA 230 
-# \x0952 DEVANAGARI STRESS SIGN ANUDATTA 220 
-# \x0953 DEVANAGARI GRAVE ACCENT 230 
-# \x0954 DEVANAGARI ACUTE ACCENT 230 
-# \x0958 DEVANAGARI LETTER QA 0915 093C 
-# \x0959 DEVANAGARI LETTER KHHA 0916 093C 
-# \x095A DEVANAGARI LETTER GHHA 0917 093C 
-# \x095B DEVANAGARI LETTER ZA 091C 093C 
-# \x095C DEVANAGARI LETTER DDDHA 0921 093C 
-# \x095D DEVANAGARI LETTER RHA 0922 093C 
-# \x095E DEVANAGARI LETTER FA 092B 093C 
-# \x095F DEVANAGARI LETTER YYA 092F 093C 
-# \x0960 DEVANAGARI LETTER VOCALIC RR 
-# \x0961 DEVANAGARI LETTER VOCALIC o 
-# \x0962 DEVANAGARI VOWEL SIGN VOCALIC 
-# \x0963 DEVANAGARI VOWEL SIGN VOCALIC LL 
-# \x0964 DEVANAGARI DANDA 
-# \x0965 DEVANAGARI DOUBLE DANDA 
-# \x0966 DEVANAGARI DIGIT ZERO Nd 0 
-# \x0967 DEVANAGARI DIGIT ONE Nd 1 1 1 
-# \x0968 DEVANAGARI DIGIT TWO Nd 2 2 2 
-# \x0969 DEVANAGARI DIGIT THREE Nd 3 3 3 
-# \x096A DEVANAGARI DIGIT FOUR Nd 4 4 4 
-# \x096B DEVANAGARI DIGIT FIVE Nd 5 5 5 
-# \x096C DEVANAGARI DIGIT SIX Nd 6 6 6 
-# \x096D DEVANAGARI DIGIT SEVEN Nd 7 7 7 
-# \x096E DEVANAGARI DIGIT EIGHT Nd 8 8 8 
-# \x096F DEVANAGARI DIGIT NINE Nd 9 9 9 
-# \x0970 DEVANAGARI ABBREVIATION SIGN 
-# \x0981 BENGALI SIGN CANDRABINDU 
-# \x0982 BENGALI SIGN ANUSVARA Mc 
-# \x0983 BENGALI SIGN VISARGA Mc 
-# \x0985 BENGALI LETTER A 
-# \x0986 BENGALI LETTER AA 
-# \x0987 BENGALI LETTER I 
-# \x0988 BENGALI LETTER II 
-# \x0989 BENGALI LETTER U 
-# \x098A BENGALI LETTER UU 
-# \x098B BENGALI LETTER VOCALIC 
-# \x098C BENGALI LETTER VOCALIC 
-# \x098F BENGALI LETTER E 
-# \x0990 BENGALI LETTER AI 
-# \x0993 BENGALI LETTER O 
-# \x0994 BENGALI LETTER AU 
-# \x0995 BENGALI LETTER KA 
-# \x0996 BENGALI LETTER KHA 
-# \x0997 BENGALI LETTER GA 
-# \x0998 BENGALI LETTER GHA 
-# \x0999 BENGALI LETTER NGA 
-# \x099A BENGALI LETTER CA 
-# \x099B BENGALI LETTER CHA 
-# \x099C BENGALI LETTER JA 
-# \x099D BENGALI LETTER JHA 
-# \x099E BENGALI LETTER NYA 
-# \x099F BENGALI LETTER TTA 
-# \x09A0 BENGALI LETTER TTHA 
-# \x09A1 BENGALI LETTER DDA 
-# \x09A2 BENGALI LETTER DDHA 
-# \x09A3 BENGALI LETTER NNA 
-# \x09A4 BENGALI LETTER TA 
-# \x09A5 BENGALI LETTER THA 
-# \x09A6 BENGALI LETTER DA 
-# \x09A7 BENGALI LETTER DHA 
-# \x09A8 BENGALI LETTER NA 
-# \x09AA BENGALI LETTER PA 
-# \x09AB BENGALI LETTER PHA 
-# \x09AC BENGALI LETTER BA 
-# \x09AD BENGALI LETTER BHA 
-# \x09AE BENGALI LETTER MA 
-# \x09AF BENGALI LETTER YA 
-# \x09B0 BENGALI LETTER RA 
-# \x09B2 BENGALI LETTER LA 
-# \x09B6 BENGALI LETTER SHA 
-# \x09B7 BENGALI LETTER SSA 
-# \x09B8 BENGALI LETTER SA 
-# \x09B9 BENGALI LETTER HA 
-# \x09BC BENGALI SIGN NUKTA 7 
-# \x09BD BENGALI SIGN AVAGRAHA 
-# \x09BE BENGALI VOWEL SIGN AA Mc 
-# \x09BF BENGALI VOWEL SIGN I Mc 
-# \x09C0 BENGALI VOWEL SIGN II Mc 
-# \x09C1 BENGALI VOWEL SIGN U 
-# \x09C2 BENGALI VOWEL SIGN UU 
-# \x09C3 BENGALI VOWEL SIGN VOCALIC 
-# \x09C4 BENGALI VOWEL SIGN VOCALIC RR 
-# \x09C7 BENGALI VOWEL SIGN E Mc 
-# \x09C8 BENGALI VOWEL SIGN AI Mc 
-# \x09CB BENGALI VOWEL SIGN O Mc 09C7 09BE 
-# \x09CC BENGALI VOWEL SIGN AU Mc 09C7 09D7 
-# \x09CD BENGALI SIGN VIRAMA 9 
-# \x09D7 BENGALI AU LENGTH MARK Mc 
-# \x09DC BENGALI LETTER RRA 09A1 09BC 
-# \x09DD BENGALI LETTER RHA 09A2 09BC 
-# \x09DF BENGALI LETTER YYA 09AF 09BC 
-# \x09E0 BENGALI LETTER VOCALIC RR 
-# \x09E1 BENGALI LETTER VOCALIC o 
-# \x09E2 BENGALI VOWEL SIGN VOCALIC 
-# \x09E3 BENGALI VOWEL SIGN VOCALIC LL 
-# \x09E6 BENGALI DIGIT ZERO Nd 0 
-# \x09E7 BENGALI DIGIT ONE Nd 1 1 1 
-# \x09E8 BENGALI DIGIT TWO Nd 2 2 2 
-# \x09E9 BENGALI DIGIT THREE Nd 3 3 3 
-# \x09EA BENGALI DIGIT FOUR Nd 4 4 4 
-# \x09EB BENGALI DIGIT FIVE Nd 5 5 5 
-# \x09EC BENGALI DIGIT SIX Nd 6 6 6 
-# \x09ED BENGALI DIGIT SEVEN Nd 7 7 7 
-# \x09EE BENGALI DIGIT EIGHT Nd 8 8 8 
-# \x09EF BENGALI DIGIT NINE Nd 9 9 9 
-# \x09F0 BENGALI LETTER RA WITH MIDDLE DIAGONAL Assamese 
-# \x09F1 BENGALI LETTER RA WITH LOWER DIAGONAL BENGALI LETTER VA WITH 
-# \xLOWER DIAGONAL Assamese 
-# \x09F2 BENGALI RUPEE MARK 
-# \x09F3 BENGALI RUPEE SIGN 
-# \x09F4 BENGALI CURRENCY NUMERATOR ONE No 1 
-# \x09F5 BENGALI CURRENCY NUMERATOR TWO No 2 
-# \x09F6 BENGALI CURRENCY NUMERATOR THREE No 3 
-# \x09F7 BENGALI CURRENCY NUMERATOR FOUR No 4 
-# \x09F8 BENGALI CURRENCY NUMERATOR ONE LESS THAN THE DENOMINATOR No 
-# \x09F9 BENGALI CURRENCY DENOMINATOR SIXTEEN No 16 
-# \x09FA BENGALI ISSHAR 
-# \x0A01 GURMUKHI SIGN ADAK BINDI 
-# \x0A02 GURMUKHI SIGN BINDI 
-# \x0A03 GURMUKHI SIGN VISARGA Mc 
-# \x0A05 GURMUKHI LETTER A 
-# \x0A06 GURMUKHI LETTER AA 
-# \x0A07 GURMUKHI LETTER I 
-# \x0A08 GURMUKHI LETTER II 
-# \x0A09 GURMUKHI LETTER U 
-# \x0A0A GURMUKHI LETTER UU 
-# \x0A0F GURMUKHI LETTER EE 
-# \x0A10 GURMUKHI LETTER AI 
-# \x0A13 GURMUKHI LETTER OO 
-# \x0A14 GURMUKHI LETTER AU 
-# \x0A15 GURMUKHI LETTER KA 
-# \x0A16 GURMUKHI LETTER KHA 
-# \x0A17 GURMUKHI LETTER GA 
-# \x0A18 GURMUKHI LETTER GHA 
-# \x0A19 GURMUKHI LETTER NGA 
-# \x0A1A GURMUKHI LETTER CA 
-# \x0A1B GURMUKHI LETTER CHA 
-# \x0A1C GURMUKHI LETTER JA 
-# \x0A1D GURMUKHI LETTER JHA 
-# \x0A1E GURMUKHI LETTER NYA 
-# \x0A1F GURMUKHI LETTER TTA 
-# \x0A20 GURMUKHI LETTER TTHA 
-# \x0A21 GURMUKHI LETTER DDA 
-# \x0A22 GURMUKHI LETTER DDHA 
-# \x0A23 GURMUKHI LETTER NNA 
-# \x0A24 GURMUKHI LETTER TA 
-# \x0A25 GURMUKHI LETTER THA 
-# \x0A26 GURMUKHI LETTER DA 
-# \x0A27 GURMUKHI LETTER DHA 
-# \x0A28 GURMUKHI LETTER NA 
-# \x0A2A GURMUKHI LETTER PA 
-# \x0A2B GURMUKHI LETTER PHA 
-# \x0A2C GURMUKHI LETTER BA 
-# \x0A2D GURMUKHI LETTER BHA 
-# \x0A2E GURMUKHI LETTER MA 
-# \x0A2F GURMUKHI LETTER YA 
-# \x0A30 GURMUKHI LETTER RA 
-# \x0A32 GURMUKHI LETTER LA 
-# \x0A33 GURMUKHI LETTER LLA 0A32 0A3C 
-# \x0A35 GURMUKHI LETTER VA 
-# \x0A36 GURMUKHI LETTER SHA 0A38 0A3C 
-# \x0A38 GURMUKHI LETTER SA 
-# \x0A39 GURMUKHI LETTER HA 
-# \x0A3C GURMUKHI SIGN NUKTA 7 
-# \x0A3E GURMUKHI VOWEL SIGN AA Mc 
-# \x0A3F GURMUKHI VOWEL SIGN I Mc 
-# \x0A40 GURMUKHI VOWEL SIGN II Mc 
-# \x0A41 GURMUKHI VOWEL SIGN U 
-# \x0A42 GURMUKHI VOWEL SIGN UU 
-# \x0A47 GURMUKHI VOWEL SIGN EE 
-# \x0A48 GURMUKHI VOWEL SIGN AI 
-# \x0A4B GURMUKHI VOWEL SIGN OO 
-# \x0A4C GURMUKHI VOWEL SIGN AU 
-# \x0A4D GURMUKHI SIGN VIRAMA 9 
-# \x0A59 GURMUKHI LETTER KHHA 0A16 0A3C 
-# \x0A5A GURMUKHI LETTER GHHA 0A17 0A3C 
-# \x0A5B GURMUKHI LETTER ZA 0A1C 0A3C 
-# \x0A5C GURMUKHI LETTER RRA 
-# \x0A5E GURMUKHI LETTER FA 0A2B 0A3C 
-# \x0A66 GURMUKHI DIGIT ZERO Nd 0 
-# \x0A67 GURMUKHI DIGIT ONE Nd 1 1 1 
-# \x0A68 GURMUKHI DIGIT TWO Nd 2 2 2 
-# \x0A69 GURMUKHI DIGIT THREE Nd 3 3 3 
-# \x0A6A GURMUKHI DIGIT FOUR Nd 4 4 4 
-# \x0A6B GURMUKHI DIGIT FIVE Nd 5 5 5 
-# \x0A6C GURMUKHI DIGIT SIX Nd 6 6 6 
-# \x0A6D GURMUKHI DIGIT SEVEN Nd 7 7 7 
-# \x0A6E GURMUKHI DIGIT EIGHT Nd 8 8 8 
-# \x0A6F GURMUKHI DIGIT NINE Nd 9 9 9 
-# \x0A70 GURMUKHI TIPPI 
-# \x0A71 GURMUKHI ADDAK 
-# \x0A72 GURMUKHI IRI 
-# \x0A73 GURMUKHI URA 
-# \x0A74 GURMUKHI EK ONKAR 
-# \x0A81 GUJARATI SIGN CANDRABINDU 
-# \x0A82 GUJARATI SIGN ANUSVARA 
-# \x0A83 GUJARATI SIGN VISARGA Mc 
-# \x0A85 GUJARATI LETTER A 
-# \x0A86 GUJARATI LETTER AA 
-# \x0A87 GUJARATI LETTER I 
-# \x0A88 GUJARATI LETTER II 
-# \x0A89 GUJARATI LETTER U 
-# \x0A8A GUJARATI LETTER UU 
-# \x0A8B GUJARATI LETTER VOCALIC 
-# \x0A8C GUJARATI LETTER VOCALIC 
-# \x0A8D GUJARATI VOWEL CANDRA E 
-# \x0A8F GUJARATI LETTER E 
-# \x0A90 GUJARATI LETTER AI 
-# \x0A91 GUJARATI VOWEL CANDRA O 
-# \x0A93 GUJARATI LETTER O 
-# \x0A94 GUJARATI LETTER AU 
-# \x0A95 GUJARATI LETTER KA 
-# \x0A96 GUJARATI LETTER KHA 
-# \x0A97 GUJARATI LETTER GA 
-# \x0A98 GUJARATI LETTER GHA 
-# \x0A99 GUJARATI LETTER NGA 
-# \x0A9A GUJARATI LETTER CA 
-# \x0A9B GUJARATI LETTER CHA 
-# \x0A9C GUJARATI LETTER JA 
-# \x0A9D GUJARATI LETTER JHA 
-# \x0A9E GUJARATI LETTER NYA 
-# \x0A9F GUJARATI LETTER TTA 
-# \x0AA0 GUJARATI LETTER TTHA 
-# \x0AA1 GUJARATI LETTER DDA 
-# \x0AA2 GUJARATI LETTER DDHA 
-# \x0AA3 GUJARATI LETTER NNA 
-# \x0AA4 GUJARATI LETTER TA 
-# \x0AA5 GUJARATI LETTER THA 
-# \x0AA6 GUJARATI LETTER DA 
-# \x0AA7 GUJARATI LETTER DHA 
-# \x0AA8 GUJARATI LETTER NA 
-# \x0AAA GUJARATI LETTER PA 
-# \x0AAB GUJARATI LETTER PHA 
-# \x0AAC GUJARATI LETTER BA 
-# \x0AAD GUJARATI LETTER BHA 
-# \x0AAE GUJARATI LETTER MA 
-# \x0AAF GUJARATI LETTER YA 
-# \x0AB0 GUJARATI LETTER RA 
-# \x0AB2 GUJARATI LETTER LA 
-# \x0AB3 GUJARATI LETTER LLA 
-# \x0AB5 GUJARATI LETTER VA 
-# \x0AB6 GUJARATI LETTER SHA 
-# \x0AB7 GUJARATI LETTER SSA 
-# \x0AB8 GUJARATI LETTER SA 
-# \x0AB9 GUJARATI LETTER HA 
-# \x0ABC GUJARATI SIGN NUKTA 7 
-# \x0ABD GUJARATI SIGN AVAGRAHA 
-# \x0ABE GUJARATI VOWEL SIGN AA Mc 
-# \x0ABF GUJARATI VOWEL SIGN I Mc 
-# \x0AC0 GUJARATI VOWEL SIGN II Mc 
-# \x0AC1 GUJARATI VOWEL SIGN U 
-# \x0AC2 GUJARATI VOWEL SIGN UU 
-# \x0AC3 GUJARATI VOWEL SIGN VOCALIC 
-# \x0AC4 GUJARATI VOWEL SIGN VOCALIC RR 
-# \x0AC5 GUJARATI VOWEL SIGN CANDRA E 
-# \x0AC7 GUJARATI VOWEL SIGN E 
-# \x0AC8 GUJARATI VOWEL SIGN AI 
-# \x0AC9 GUJARATI VOWEL SIGN CANDRA O Mc 
-# \x0ACB GUJARATI VOWEL SIGN O Mc 
-# \x0ACC GUJARATI VOWEL SIGN AU Mc 
-# \x0ACD GUJARATI SIGN VIRAMA 9 
-# \x0AD0 GUJARATI OM 
-# \x0AE0 GUJARATI LETTER VOCALIC RR 
-# \x0AE1 GUJARATI LETTER VOCALIC o 
-# \x0AE2 GUJARATI VOWEL SIGN VOCALIC 
-# \x0AE3 GUJARATI VOWEL SIGN VOCALIC LL 
-# \x0AE6 GUJARATI DIGIT ZERO Nd 0 
-# \x0AE7 GUJARATI DIGIT ONE Nd 1 1 1 
-# \x0AE8 GUJARATI DIGIT TWO Nd 2 2 2 
-# \x0AE9 GUJARATI DIGIT THREE Nd 3 3 3 
-# \x0AEA GUJARATI DIGIT FOUR Nd 4 4 4 
-# \x0AEB GUJARATI DIGIT FIVE Nd 5 5 5 
-# \x0AEC GUJARATI DIGIT SIX Nd 6 6 6 
-# \x0AED GUJARATI DIGIT SEVEN Nd 7 7 7 
-# \x0AEE GUJARATI DIGIT EIGHT Nd 8 8 8 
-# \x0AEF GUJARATI DIGIT NINE Nd 9 9 9 
-# \x0AF1 GUJARATI RUPEE SIGN 
-# \x0B01 ORIYA SIGN CANDRABINDU 
-# \x0B02 ORIYA SIGN ANUSVARA Mc 
-# \x0B03 ORIYA SIGN VISARGA Mc 
-# \x0B05 ORIYA LETTER A 
-# \x0B06 ORIYA LETTER AA 
-# \x0B07 ORIYA LETTER I 
-# \x0B08 ORIYA LETTER II 
-# \x0B09 ORIYA LETTER U 
-# \x0B0A ORIYA LETTER UU 
-# \x0B0B ORIYA LETTER VOCALIC 
-# \x0B0C ORIYA LETTER VOCALIC 
-# \x0B0F ORIYA LETTER E 
-# \x0B10 ORIYA LETTER AI 
-# \x0B13 ORIYA LETTER O 
-# \x0B14 ORIYA LETTER AU 
-# \x0B15 ORIYA LETTER KA 
-# \x0B16 ORIYA LETTER KHA 
-# \x0B17 ORIYA LETTER GA 
-# \x0B18 ORIYA LETTER GHA 
-# \x0B19 ORIYA LETTER NGA 
-# \x0B1A ORIYA LETTER CA 
-# \x0B1B ORIYA LETTER CHA 
-# \x0B1C ORIYA LETTER JA 
-# \x0B1D ORIYA LETTER JHA 
-# \x0B1E ORIYA LETTER NYA 
-# \x0B1F ORIYA LETTER TTA 
-# \x0B20 ORIYA LETTER TTHA 
-# \x0B21 ORIYA LETTER DDA 
-# \x0B22 ORIYA LETTER DDHA 
-# \x0B23 ORIYA LETTER NNA 
-# \x0B24 ORIYA LETTER TA 
-# \x0B25 ORIYA LETTER THA 
-# \x0B26 ORIYA LETTER DA 
-# \x0B27 ORIYA LETTER DHA 
-# \x0B28 ORIYA LETTER NA 
-# \x0B2A ORIYA LETTER PA 
-# \x0B2B ORIYA LETTER PHA 
-# \x0B2C ORIYA LETTER BA 
-# \x0B2D ORIYA LETTER BHA 
-# \x0B2E ORIYA LETTER MA 
-# \x0B2F ORIYA LETTER YA 
-# \x0B30 ORIYA LETTER RA 
-# \x0B32 ORIYA LETTER LA 
-# \x0B33 ORIYA LETTER LLA 
-# \x0B35 ORIYA LETTER VA 
-# \x0B36 ORIYA LETTER SHA 
-# \x0B37 ORIYA LETTER SSA 
-# \x0B38 ORIYA LETTER SA 
-# \x0B39 ORIYA LETTER HA 
-# \x0B3C ORIYA SIGN NUKTA 7 
-# \x0B3D ORIYA SIGN AVAGRAHA 
-# \x0B3E ORIYA VOWEL SIGN AA Mc 
-# \x0B3F ORIYA VOWEL SIGN I 
-# \x0B40 ORIYA VOWEL SIGN II Mc 
-# \x0B41 ORIYA VOWEL SIGN U 
-# \x0B42 ORIYA VOWEL SIGN UU 
-# \x0B43 ORIYA VOWEL SIGN VOCALIC 
-# \x0B47 ORIYA VOWEL SIGN E Mc 
-# \x0B48 ORIYA VOWEL SIGN AI Mc 0B47 0B56 
-# \x0B4B ORIYA VOWEL SIGN O Mc 0B47 0B3E 
-# \x0B4C ORIYA VOWEL SIGN AU Mc 0B47 0B57 
-# \x0B4D ORIYA SIGN VIRAMA 9 
-# \x0B56 ORIYA AI LENGTH MARK 
-# \x0B57 ORIYA AU LENGTH MARK Mc 
-# \x0B5C ORIYA LETTER RRA 0B21 0B3C 
-# \x0B5D ORIYA LETTER RHA 0B22 0B3C 
-# \x0B5F ORIYA LETTER YYA 
-# \x0B60 ORIYA LETTER VOCALIC RR 
-# \x0B61 ORIYA LETTER VOCALIC o 
-# \x0B66 ORIYA DIGIT ZERO Nd 0 
-# \x0B67 ORIYA DIGIT ONE Nd 1 1 1 
-# \x0B68 ORIYA DIGIT TWO Nd 2 2 2 
-# \x0B69 ORIYA DIGIT THREE Nd 3 3 3 
-# \x0B6A ORIYA DIGIT FOUR Nd 4 4 4 
-# \x0B6B ORIYA DIGIT FIVE Nd 5 5 5 
-# \x0B6C ORIYA DIGIT SIX Nd 6 6 6 
-# \x0B6D ORIYA DIGIT SEVEN Nd 7 7 7 
-# \x0B6E ORIYA DIGIT EIGHT Nd 8 8 8 
-# \x0B6F ORIYA DIGIT NINE Nd 9 9 9 
-# \x0B70 ORIYA ISSHAR 
-# \x0B71 ORIYA LETTER WA 
-# \x0B82 TAMIL SIGN ANUSVARA 
-# \x0B83 TAMIL SIGN VISARGA 
-# \x0B85 TAMIL LETTER A 
-# \x0B86 TAMIL LETTER AA 
-# \x0B87 TAMIL LETTER I 
-# \x0B88 TAMIL LETTER II 
-# \x0B89 TAMIL LETTER U 
-# \x0B8A TAMIL LETTER UU 
-# \x0B8E TAMIL LETTER E 
-# \x0B8F TAMIL LETTER EE 
-# \x0B90 TAMIL LETTER AI 
-# \x0B92 TAMIL LETTER O 
-# \x0B93 TAMIL LETTER OO 
-# \x0B94 TAMIL LETTER AU 0B92 0BD7 
-# \x0B95 TAMIL LETTER KA 
-# \x0B99 TAMIL LETTER NGA 
-# \x0B9A TAMIL LETTER CA 
-# \x0B9C TAMIL LETTER JA 
-# \x0B9E TAMIL LETTER NYA 
-# \x0B9F TAMIL LETTER TTA 
-# \x0BA3 TAMIL LETTER NNA 
-# \x0BA4 TAMIL LETTER TA 
-# \x0BA8 TAMIL LETTER NA 
-# \x0BA9 TAMIL LETTER NNNA 
-# \x0BAA TAMIL LETTER PA 
-# \x0BAE TAMIL LETTER MA 
-# \x0BAF TAMIL LETTER YA 
-# \x0BB0 TAMIL LETTER RA 
-# \x0BB1 TAMIL LETTER RRA 
-# \x0BB2 TAMIL LETTER LA 
-# \x0BB3 TAMIL LETTER LLA 
-# \x0BB4 TAMIL LETTER LLLA 
-# \x0BB5 TAMIL LETTER VA 
-# \x0BB7 TAMIL LETTER SSA 
-# \x0BB8 TAMIL LETTER SA 
-# \x0BB9 TAMIL LETTER HA 
-# \x0BBE TAMIL VOWEL SIGN AA Mc 
-# \x0BBF TAMIL VOWEL SIGN I Mc 
-# \x0BC0 TAMIL VOWEL SIGN II 
-# \x0BC1 TAMIL VOWEL SIGN U Mc 
-# \x0BC2 TAMIL VOWEL SIGN UU Mc 
-# \x0BC6 TAMIL VOWEL SIGN E Mc 
-# \x0BC7 TAMIL VOWEL SIGN EE Mc 
-# \x0BC8 TAMIL VOWEL SIGN AI Mc 
-# \x0BCA TAMIL VOWEL SIGN O Mc 0BC6 0BBE 
-# \x0BCB TAMIL VOWEL SIGN OO Mc 0BC7 0BBE 
-# \x0BCC TAMIL VOWEL SIGN AU Mc 0BC6 0BD7 
-# \x0BCD TAMIL SIGN VIRAMA 9 
-# \x0BD7 TAMIL AU LENGTH MARK Mc 
-# \x0BE7 TAMIL DIGIT ONE Nd 1 1 1 
-# \x0BE8 TAMIL DIGIT TWO Nd 2 2 2 
-# \x0BE9 TAMIL DIGIT THREE Nd 3 3 3 
-# \x0BEA TAMIL DIGIT FOUR Nd 4 4 4 
-# \x0BEB TAMIL DIGIT FIVE Nd 5 5 5 
-# \x0BEC TAMIL DIGIT SIX Nd 6 6 6 
-# \x0BED TAMIL DIGIT SEVEN Nd 7 7 7 
-# \x0BEE TAMIL DIGIT EIGHT Nd 8 8 8 
-# \x0BEF TAMIL DIGIT NINE Nd 9 9 9 
-# \x0BF0 TAMIL NUMBER TEN No 10 
-# \x0BF1 TAMIL NUMBER ONE HUNDRED No 100 
-# \x0BF2 TAMIL NUMBER ONE THOUSAND No 1000 
-# \x0BF3 TAMIL DAY SIGN Naal 
-# \x0BF4 TAMIL MONTH SIGN Maatham 
-# \x0BF5 TAMIL YEAR SIGN Varudam 
-# \x0BF6 TAMIL DEBIT SIGN Patru 
-# \x0BF7 TAMIL CREDIT SIGN Varavu 
-# \x0BF8 TAMIL AS ABOVE SIGN Merpadi 
-# \x0BF9 TAMIL RUPEE SIGN Rupai 
-# \x0BFA TAMIL NUMBER SIGN Enn 
-# \x0C01 TELUGU SIGN CANDRABINDU Mc 
-# \x0C02 TELUGU SIGN ANUSVARA Mc 
-# \x0C03 TELUGU SIGN VISARGA Mc 
-# \x0C05 TELUGU LETTER A 
-# \x0C06 TELUGU LETTER AA 
-# \x0C07 TELUGU LETTER I 
-# \x0C08 TELUGU LETTER II 
-# \x0C09 TELUGU LETTER U 
-# \x0C0A TELUGU LETTER UU 
-# \x0C0B TELUGU LETTER VOCALIC 
-# \x0C0C TELUGU LETTER VOCALIC 
-# \x0C0E TELUGU LETTER E 
-# \x0C0F TELUGU LETTER EE 
-# \x0C10 TELUGU LETTER AI 
-# \x0C12 TELUGU LETTER O 
-# \x0C13 TELUGU LETTER OO 
-# \x0C14 TELUGU LETTER AU 
-# \x0C15 TELUGU LETTER KA 
-# \x0C16 TELUGU LETTER KHA 
-# \x0C17 TELUGU LETTER GA 
-# \x0C18 TELUGU LETTER GHA 
-# \x0C19 TELUGU LETTER NGA 
-# \x0C1A TELUGU LETTER CA 
-# \x0C1B TELUGU LETTER CHA 
-# \x0C1C TELUGU LETTER JA 
-# \x0C1D TELUGU LETTER JHA 
-# \x0C1E TELUGU LETTER NYA 
-# \x0C1F TELUGU LETTER TTA 
-# \x0C20 TELUGU LETTER TTHA 
-# \x0C21 TELUGU LETTER DDA 
-# \x0C22 TELUGU LETTER DDHA 
-# \x0C23 TELUGU LETTER NNA 
-# \x0C24 TELUGU LETTER TA 
-# \x0C25 TELUGU LETTER THA 
-# \x0C26 TELUGU LETTER DA 
-# \x0C27 TELUGU LETTER DHA 
-# \x0C28 TELUGU LETTER NA 
-# \x0C2A TELUGU LETTER PA 
-# \x0C2B TELUGU LETTER PHA 
-# \x0C2C TELUGU LETTER BA 
-# \x0C2D TELUGU LETTER BHA 
-# \x0C2E TELUGU LETTER MA 
-# \x0C2F TELUGU LETTER YA 
-# \x0C30 TELUGU LETTER RA 
-# \x0C31 TELUGU LETTER RRA 
-# \x0C32 TELUGU LETTER LA 
-# \x0C33 TELUGU LETTER LLA 
-# \x0C35 TELUGU LETTER VA 
-# \x0C36 TELUGU LETTER SHA 
-# \x0C37 TELUGU LETTER SSA 
-# \x0C38 TELUGU LETTER SA 
-# \x0C39 TELUGU LETTER HA 
-# \x0C3E TELUGU VOWEL SIGN AA 
-# \x0C3F TELUGU VOWEL SIGN I 
-# \x0C40 TELUGU VOWEL SIGN II 
-# \x0C41 TELUGU VOWEL SIGN U Mc 
-# \x0C42 TELUGU VOWEL SIGN UU Mc 
-# \x0C43 TELUGU VOWEL SIGN VOCALIC Mc 
-# \x0C44 TELUGU VOWEL SIGN VOCALIC RR Mc 
-# \x0C46 TELUGU VOWEL SIGN E 
-# \x0C47 TELUGU VOWEL SIGN EE 
-# \x0C48 TELUGU VOWEL SIGN AI 0C46 0C56 
-# \x0C4A TELUGU VOWEL SIGN O 
-# \x0C4B TELUGU VOWEL SIGN OO 
-# \x0C4C TELUGU VOWEL SIGN AU 
-# \x0C4D TELUGU SIGN VIRAMA 9 
-# \x0C55 TELUGU LENGTH MARK 84 
-# \x0C56 TELUGU AI LENGTH MARK 91 
-# \x0C60 TELUGU LETTER VOCALIC RR 
-# \x0C61 TELUGU LETTER VOCALIC o 
-# \x0C66 TELUGU DIGIT ZERO Nd 0 
-# \x0C67 TELUGU DIGIT ONE Nd 1 1 1 
-# \x0C68 TELUGU DIGIT TWO Nd 2 2 2 
-# \x0C69 TELUGU DIGIT THREE Nd 3 3 3 
-# \x0C6A TELUGU DIGIT FOUR Nd 4 4 4 
-# \x0C6B TELUGU DIGIT FIVE Nd 5 5 5 
-# \x0C6C TELUGU DIGIT SIX Nd 6 6 6 
-# \x0C6D TELUGU DIGIT SEVEN Nd 7 7 7 
-# \x0C6E TELUGU DIGIT EIGHT Nd 8 8 8 
-# \x0C6F TELUGU DIGIT NINE Nd 9 9 9 
-# \x0C82 KANNADA SIGN ANUSVARA Mc 
-# \x0C83 KANNADA SIGN VISARGA Mc 
-# \x0C85 KANNADA LETTER A 
-# \x0C86 KANNADA LETTER AA 
-# \x0C87 KANNADA LETTER I 
-# \x0C88 KANNADA LETTER II 
-# \x0C89 KANNADA LETTER U 
-# \x0C8A KANNADA LETTER UU 
-# \x0C8B KANNADA LETTER VOCALIC 
-# \x0C8C KANNADA LETTER VOCALIC 
-# \x0C8E KANNADA LETTER E 
-# \x0C8F KANNADA LETTER EE 
-# \x0C90 KANNADA LETTER AI 
-# \x0C92 KANNADA LETTER O 
-# \x0C93 KANNADA LETTER OO 
-# \x0C94 KANNADA LETTER AU 
-# \x0C95 KANNADA LETTER KA 
-# \x0C96 KANNADA LETTER KHA 
-# \x0C97 KANNADA LETTER GA 
-# \x0C98 KANNADA LETTER GHA 
-# \x0C99 KANNADA LETTER NGA 
-# \x0C9A KANNADA LETTER CA 
-# \x0C9B KANNADA LETTER CHA 
-# \x0C9C KANNADA LETTER JA 
-# \x0C9D KANNADA LETTER JHA 
-# \x0C9E KANNADA LETTER NYA 
-# \x0C9F KANNADA LETTER TTA 
-# \x0CA0 KANNADA LETTER TTHA 
-# \x0CA1 KANNADA LETTER DDA 
-# \x0CA2 KANNADA LETTER DDHA 
-# \x0CA3 KANNADA LETTER NNA 
-# \x0CA4 KANNADA LETTER TA 
-# \x0CA5 KANNADA LETTER THA 
-# \x0CA6 KANNADA LETTER DA 
-# \x0CA7 KANNADA LETTER DHA 
-# \x0CA8 KANNADA LETTER NA 
-# \x0CAA KANNADA LETTER PA 
-# \x0CAB KANNADA LETTER PHA 
-# \x0CAC KANNADA LETTER BA 
-# \x0CAD KANNADA LETTER BHA 
-# \x0CAE KANNADA LETTER MA 
-# \x0CAF KANNADA LETTER YA 
-# \x0CB0 KANNADA LETTER RA 
-# \x0CB1 KANNADA LETTER RRA 
-# \x0CB2 KANNADA LETTER LA 
-# \x0CB3 KANNADA LETTER LLA 
-# \x0CB5 KANNADA LETTER VA 
-# \x0CB6 KANNADA LETTER SHA 
-# \x0CB7 KANNADA LETTER SSA 
-# \x0CB8 KANNADA LETTER SA 
-# \x0CB9 KANNADA LETTER HA 
-# \x0CBC KANNADA SIGN NUKTA 7 
-# \x0CBD KANNADA SIGN AVAGRAHA 
-# \x0CBE KANNADA VOWEL SIGN AA Mc 
-# \x0CBF KANNADA VOWEL SIGN I 
-# \x0CC0 KANNADA VOWEL SIGN II Mc 0CBF 0CD5 
-# \x0CC1 KANNADA VOWEL SIGN U Mc 
-# \x0CC2 KANNADA VOWEL SIGN UU Mc 
-# \x0CC3 KANNADA VOWEL SIGN VOCALIC Mc 
-# \x0CC4 KANNADA VOWEL SIGN VOCALIC RR Mc 
-# \x0CC6 KANNADA VOWEL SIGN E 
-# \x0CC7 KANNADA VOWEL SIGN EE Mc 0CC6 0CD5 
-# \x0CC8 KANNADA VOWEL SIGN AI Mc 0CC6 0CD6 
-# \x0CCA KANNADA VOWEL SIGN O Mc 0CC6 0CC2 
-# \x0CCB KANNADA VOWEL SIGN OO Mc 0CCA 0CD5 
-# \x0CCC KANNADA VOWEL SIGN AU 
-# \x0CCD KANNADA SIGN VIRAMA 9 
-# \x0CD5 KANNADA LENGTH MARK Mc 
-# \x0CD6 KANNADA AI LENGTH MARK Mc 
-# \x0CDE KANNADA LETTER FA 
-# \x0CE0 KANNADA LETTER VOCALIC RR 
-# \x0CE1 KANNADA LETTER VOCALIC o 
-# \x0CE6 KANNADA DIGIT ZERO Nd 0 
-# \x0CE7 KANNADA DIGIT ONE Nd 1 1 1 
-# \x0CE8 KANNADA DIGIT TWO Nd 2 2 2 
-# \x0CE9 KANNADA DIGIT THREE Nd 3 3 3 
-# \x0CEA KANNADA DIGIT FOUR Nd 4 4 4 
-# \x0CEB KANNADA DIGIT FIVE Nd 5 5 5 
-# \x0CEC KANNADA DIGIT SIX Nd 6 6 6 
-# \x0CED KANNADA DIGIT SEVEN Nd 7 7 7 
-# \x0CEE KANNADA DIGIT EIGHT Nd 8 8 8 
-# \x0CEF KANNADA DIGIT NINE Nd 9 9 9 
-# \x0D02 MALAYALAM SIGN ANUSVARA Mc 
-# \x0D03 MALAYALAM SIGN VISARGA Mc 
-# \x0D05 MALAYALAM LETTER A 
-# \x0D06 MALAYALAM LETTER AA 
-# \x0D07 MALAYALAM LETTER I 
-# \x0D08 MALAYALAM LETTER II 
-# \x0D09 MALAYALAM LETTER U 
-# \x0D0A MALAYALAM LETTER UU 
-# \x0D0B MALAYALAM LETTER VOCALIC 
-# \x0D0C MALAYALAM LETTER VOCALIC 
-# \x0D0E MALAYALAM LETTER E 
-# \x0D0F MALAYALAM LETTER EE 
-# \x0D10 MALAYALAM LETTER AI 
-# \x0D12 MALAYALAM LETTER O 
-# \x0D13 MALAYALAM LETTER OO 
-# \x0D14 MALAYALAM LETTER AU 
-# \x0D15 MALAYALAM LETTER KA 
-# \x0D16 MALAYALAM LETTER KHA 
-# \x0D17 MALAYALAM LETTER GA 
-# \x0D18 MALAYALAM LETTER GHA 
-# \x0D19 MALAYALAM LETTER NGA 
-# \x0D1A MALAYALAM LETTER CA 
-# \x0D1B MALAYALAM LETTER CHA 
-# \x0D1C MALAYALAM LETTER JA 
-# \x0D1D MALAYALAM LETTER JHA 
-# \x0D1E MALAYALAM LETTER NYA 
-# \x0D1F MALAYALAM LETTER TTA 
-# \x0D20 MALAYALAM LETTER TTHA 
-# \x0D21 MALAYALAM LETTER DDA 
-# \x0D22 MALAYALAM LETTER DDHA 
-# \x0D23 MALAYALAM LETTER NNA 
-# \x0D24 MALAYALAM LETTER TA 
-# \x0D25 MALAYALAM LETTER THA 
-# \x0D26 MALAYALAM LETTER DA 
-# \x0D27 MALAYALAM LETTER DHA 
-# \x0D28 MALAYALAM LETTER NA 
-# \x0D2A MALAYALAM LETTER PA 
-# \x0D2B MALAYALAM LETTER PHA 
-# \x0D2C MALAYALAM LETTER BA 
-# \x0D2D MALAYALAM LETTER BHA 
-# \x0D2E MALAYALAM LETTER MA 
-# \x0D2F MALAYALAM LETTER YA 
-# \x0D30 MALAYALAM LETTER RA 
-# \x0D31 MALAYALAM LETTER RRA 
-# \x0D32 MALAYALAM LETTER LA 
-# \x0D33 MALAYALAM LETTER LLA 
-# \x0D34 MALAYALAM LETTER LLLA 
-# \x0D35 MALAYALAM LETTER VA 
-# \x0D36 MALAYALAM LETTER SHA 
-# \x0D37 MALAYALAM LETTER SSA 
-# \x0D38 MALAYALAM LETTER SA 
-# \x0D39 MALAYALAM LETTER HA 
-# \x0D3E MALAYALAM VOWEL SIGN AA Mc 
-# \x0D3F MALAYALAM VOWEL SIGN I Mc 
-# \x0D40 MALAYALAM VOWEL SIGN II Mc 
-# \x0D41 MALAYALAM VOWEL SIGN U 
-# \x0D42 MALAYALAM VOWEL SIGN UU 
-# \x0D43 MALAYALAM VOWEL SIGN VOCALIC 
-# \x0D46 MALAYALAM VOWEL SIGN E Mc 
-# \x0D47 MALAYALAM VOWEL SIGN EE Mc 
-# \x0D48 MALAYALAM VOWEL SIGN AI Mc 
-# \x0D4A MALAYALAM VOWEL SIGN O Mc 0D46 0D3E 
-# \x0D4B MALAYALAM VOWEL SIGN OO Mc 0D47 0D3E 
-# \x0D4C MALAYALAM VOWEL SIGN AU Mc 0D46 0D57 
-# \x0D4D MALAYALAM SIGN VIRAMA 9 
-# \x0D57 MALAYALAM AU LENGTH MARK Mc 
-# \x0D60 MALAYALAM LETTER VOCALIC RR 
-# \x0D61 MALAYALAM LETTER VOCALIC o 
-# \x0D66 MALAYALAM DIGIT ZERO Nd 0 
-# \x0D67 MALAYALAM DIGIT ONE Nd 1 1 1 
-# \x0D68 MALAYALAM DIGIT TWO Nd 2 2 2 
-# \x0D69 MALAYALAM DIGIT THREE Nd 3 3 3 
-# \x0D6A MALAYALAM DIGIT FOUR Nd 4 4 4 
-# \x0D6B MALAYALAM DIGIT FIVE Nd 5 5 5 
-# \x0D6C MALAYALAM DIGIT SIX Nd 6 6 6 
-# \x0D6D MALAYALAM DIGIT SEVEN Nd 7 7 7 
-# \x0D6E MALAYALAM DIGIT EIGHT Nd 8 8 8 
-# \x0D6F MALAYALAM DIGIT NINE Nd 9 9 9 
-# \x0D82 SINHALA SIGN ANUSVARAYA Mc 
-# \x0D83 SINHALA SIGN VISARGAYA Mc 
-# \x0D85 SINHALA LETTER AYANNA 
-# \x0D86 SINHALA LETTER AAYANNA 
-# \x0D87 SINHALA LETTER AEYANNA 
-# \x0D88 SINHALA LETTER AEEYANNA 
-# \x0D89 SINHALA LETTER IYANNA 
-# \x0D8A SINHALA LETTER IIYANNA 
-# \x0D8B SINHALA LETTER UYANNA 
-# \x0D8C SINHALA LETTER UUYANNA 
-# \x0D8D SINHALA LETTER IRUYANNA 
-# \x0D8E SINHALA LETTER IRUUYANNA 
-# \x0D8F SINHALA LETTER ILUYANNA 
-# \x0D90 SINHALA LETTER ILUUYANNA 
-# \x0D91 SINHALA LETTER EYANNA 
-# \x0D92 SINHALA LETTER EEYANNA 
-# \x0D93 SINHALA LETTER AIYANNA 
-# \x0D94 SINHALA LETTER OYANNA 
-# \x0D95 SINHALA LETTER OOYANNA 
-# \x0D96 SINHALA LETTER AUYANNA 
-# \x0D9A SINHALA LETTER ALPAPRAANA KAYANNA 
-# \x0D9B SINHALA LETTER MAHAAPRAANA KAYANNA 
-# \x0D9C SINHALA LETTER ALPAPRAANA GAYANNA 
-# \x0D9D SINHALA LETTER MAHAAPRAANA GAYANNA 
-# \x0D9E SINHALA LETTER KANTAJA NAASIKYAYA 
-# \x0D9F SINHALA LETTER SANYAKA GAYANNA 
-# \x0DA0 SINHALA LETTER ALPAPRAANA CAYANNA 
-# \x0DA1 SINHALA LETTER MAHAAPRAANA CAYANNA 
-# \x0DA2 SINHALA LETTER ALPAPRAANA JAYANNA 
-# \x0DA3 SINHALA LETTER MAHAAPRAANA JAYANNA 
-# \x0DA4 SINHALA LETTER TAALUJA NAASIKYAYA 
-# \x0DA5 SINHALA LETTER TAALUJA SANYOOGA NAAKSIKYAYA 
-# \x0DA6 SINHALA LETTER SANYAKA JAYANNA 
-# \x0DA7 SINHALA LETTER ALPAPRAANA TTAYANNA 
-# \x0DA8 SINHALA LETTER MAHAAPRAANA TTAYANNA 
-# \x0DA9 SINHALA LETTER ALPAPRAANA DDAYANNA 
-# \x0DAA SINHALA LETTER MAHAAPRAANA DDAYANNA 
-# \x0DAB SINHALA LETTER MUURDHAJA NAYANNA 
-# \x0DAC SINHALA LETTER SANYAKA DDAYANNA 
-# \x0DAD SINHALA LETTER ALPAPRAANA TAYANNA 
-# \x0DAE SINHALA LETTER MAHAAPRAANA TAYANNA 
-# \x0DAF SINHALA LETTER ALPAPRAANA DAYANNA 
-# \x0DB0 SINHALA LETTER MAHAAPRAANA DAYANNA 
-# \x0DB1 SINHALA LETTER DANTAJA NAYANNA 
-# \x0DB3 SINHALA LETTER SANYAKA DAYANNA 
-# \x0DB4 SINHALA LETTER ALPAPRAANA PAYANNA 
-# \x0DB5 SINHALA LETTER MAHAAPRAANA PAYANNA 
-# \x0DB6 SINHALA LETTER ALPAPRAANA BAYANNA 
-# \x0DB7 SINHALA LETTER MAHAAPRAANA BAYANNA 
-# \x0DB8 SINHALA LETTER MAYANNA 
-# \x0DB9 SINHALA LETTER AMBA BAYANNA 
-# \x0DBA SINHALA LETTER YAYANNA 
-# \x0DBB SINHALA LETTER RAYANNA 
-# \x0DBD SINHALA LETTER DANTAJA LAYANNA 
-# \x0DC0 SINHALA LETTER VAYANNA 
-# \x0DC1 SINHALA LETTER TAALUJA SAYANNA 
-# \x0DC2 SINHALA LETTER MUURDHAJA SAYANNA 
-# \x0DC3 SINHALA LETTER DANTAJA SAYANNA 
-# \x0DC4 SINHALA LETTER HAYANNA 
-# \x0DC5 SINHALA LETTER MUURDHAJA LAYANNA 
-# \x0DC6 SINHALA LETTER FAYANNA 
-# \x0DCA SINHALA SIGN AL-LAKUNA 9 
-# \x0DCF SINHALA VOWEL SIGN AELA-PILLA Mc 
-# \x0DD0 SINHALA VOWEL SIGN KETTI AEDA-PILLA Mc 
-# \x0DD1 SINHALA VOWEL SIGN DIGA AEDA-PILLA Mc 
-# \x0DD2 SINHALA VOWEL SIGN KETTI IS-PILLA 
-# \x0DD3 SINHALA VOWEL SIGN DIGA IS-PILLA 
-# \x0DD4 SINHALA VOWEL SIGN KETTI PAA-PILLA 
-# \x0DD6 SINHALA VOWEL SIGN DIGA PAA-PILLA 
-# \x0DD8 SINHALA VOWEL SIGN GAETTA-PILLA Mc 
-# \x0DD9 SINHALA VOWEL SIGN KOMBUVA Mc 
-# \x0DDA SINHALA VOWEL SIGN DIGA KOMBUVA Mc 0DD9 0DCA 
-# \x0DDB SINHALA VOWEL SIGN KOMBU DEKA Mc 
-# \x0DDC SINHALA VOWEL SIGN KOMBUVA HAA AELA-PILLA Mc 0DD9 0DCF 
-# \x0DDD SINHALA VOWEL SIGN KOMBUVA HAA DIGA AELA-PILLA Mc 0DDC 0DCA 
-# \x0DDE SINHALA VOWEL SIGN KOMBUVA HAA GAYANUKITTA Mc 0DD9 0DDF 
-# \x0DDF SINHALA VOWEL SIGN GAYANUKITTA Mc 
-# \x0DF2 SINHALA VOWEL SIGN DIGA GAETTA-PILLA Mc 
-# \x0DF3 SINHALA VOWEL SIGN DIGA GAYANUKITTA Mc 
-# \x0DF4 SINHALA PUNCTUATION KUNDDALIYA 
-# \x0E01 THAI CHARACTER KO KAI THAI LETTER KO KAI 
-# \x0E02 THAI CHARACTER KHO KHAI THAI LETTER KHO KHAI 
-# \x0E03 THAI CHARACTER KHO KHUAT THAI LETTER KHO KHUAT 
-# \x0E04 THAI CHARACTER KHO KHWAI THAI LETTER KHO KHWAI 
-# \x0E05 THAI CHARACTER KHO KHON THAI LETTER KHO KHON 
-# \x0E06 THAI CHARACTER KHO RAKHANG THAI LETTER KHO RAKHANG 
-# \x0E07 THAI CHARACTER NGO NGU THAI LETTER NGO NGU 
-# \x0E08 THAI CHARACTER CHO CHAN THAI LETTER CHO CHAN 
-# \x0E09 THAI CHARACTER CHO CHING THAI LETTER CHO CHING 
-# \x0E0A THAI CHARACTER CHO CHANG THAI LETTER CHO CHANG 
-# \x0E0B THAI CHARACTER SO THAI LETTER SO 
-# \x0E0C THAI CHARACTER CHO CHOE THAI LETTER CHO CHOE 
-# \x0E0D THAI CHARACTER YO YING THAI LETTER YO YING 
-# \x0E0E THAI CHARACTER DO CHADA THAI LETTER DO CHADA 
-# \x0E0F THAI CHARACTER TO PATAK THAI LETTER TO PATAK 
-# \x0E10 THAI CHARACTER THO THAN THAI LETTER THO THAN 
-# \x0E11 THAI CHARACTER THO NANGMONTHO THAI LETTER THO NANGMONTHO 
-# \x0E12 THAI CHARACTER THO PHUTHAO THAI LETTER THO PHUTHAO 
-# \x0E13 THAI CHARACTER NO NEN THAI LETTER NO NEN 
-# \x0E14 THAI CHARACTER DO DEK THAI LETTER DO DEK 
-# \x0E15 THAI CHARACTER TO TAO THAI LETTER TO TAO 
-# \x0E16 THAI CHARACTER THO THUNG THAI LETTER THO THUNG 
-# \x0E17 THAI CHARACTER THO THAHAN THAI LETTER THO THAHAN 
-# \x0E18 THAI CHARACTER THO THONG THAI LETTER THO THONG 
-# \x0E19 THAI CHARACTER NO NU THAI LETTER NO NU 
-# \x0E1A THAI CHARACTER BO BAIMAI THAI LETTER BO BAIMAI 
-# \x0E1B THAI CHARACTER PLA THAI LETTER PLA 
-# \x0E1C THAI CHARACTER PHO PHUNG THAI LETTER PHO PHUNG 
-# \x0E1D THAI CHARACTER FO FA THAI LETTER FO FA 
-# \x0E1E THAI CHARACTER PHO PHAN THAI LETTER PHO PHAN 
-# \x0E1F THAI CHARACTER FO FAN THAI LETTER FO FAN 
-# \x0E20 THAI CHARACTER PHO SAMPHAO THAI LETTER PHO SAMPHAO 
-# \x0E21 THAI CHARACTER MO MA THAI LETTER MO MA 
-# \x0E22 THAI CHARACTER YO YAK THAI LETTER YO YAK 
-# \x0E23 THAI CHARACTER RO RUA THAI LETTER RO RUA 
-# \x0E24 THAI CHARACTER RU THAI LETTER RU 
-# \x0E25 THAI CHARACTER LING THAI LETTER LING 
-# \x0E26 THAI CHARACTER o THAI LETTER LU 
-# \x0E27 THAI CHARACTER WO WAEN THAI LETTER WO WAEN 
-# \x0E28 THAI CHARACTER SALA THAI LETTER SALA 
-# \x0E29 THAI CHARACTER RUSI THAI LETTER RUSI 
-# \x0E2A THAI CHARACTER SUA THAI LETTER SUA 
-# \x0E2B THAI CHARACTER HO HIP THAI LETTER HO HIP 
-# \x0E2C THAI CHARACTER CHULA THAI LETTER CHULA 
-# \x0E2D THAI CHARACTER O ANG THAI LETTER O ANG 
-# \x0E2E THAI CHARACTER HO NOKHUK THAI LETTER HO NOK HUK 
-# \x0E2F THAI CHARACTER PAIYANNOI THAI PAI YAN NOI paiyan noi 
-# \x0E30 THAI CHARACTER SARA A THAI VOWEL SIGN SARA A 
-# \x0E31 THAI CHARACTER MAI HAN-AKAT THAI VOWEL SIGN MAI HAN-AKAT 
-# \x 
-# \x0E32 THAI CHARACTER SARA AA THAI VOWEL SIGN SARA AA 
-# \x0E33 THAI CHARACTER SARA AM 0E4D 0E32 THAI VOWEL SIGN SARA
-# \x AM 
-# \x0E34 THAI CHARACTER SARA I THAI VOWEL SIGN SARA I 
-# \x0E35 THAI CHARACTER SARA II THAI VOWEL SIGN SARA II 
-# \x0E36 THAI CHARACTER SARA UE THAI VOWEL SIGN SARA UE 
-# \x0E37 THAI CHARACTER SARA UEE THAI VOWEL SIGN SARA UEE sara uue 
-# \x 
-# \x0E38 THAI CHARACTER SARA U 103 THAI VOWEL SIGN SARA U 
-# \x0E39 THAI CHARACTER SARA UU 103 THAI VOWEL SIGN SARA UU 
-# \x0E3A THAI CHARACTER PHINTHU 9 THAI VOWEL SIGN PHINTHU 
-# \x0E3F THAI CURRENCY SYMBOL BAHT THAI BAHT SIGN 
-# \x0E40 THAI CHARACTER SARA E THAI VOWEL SIGN SARA E 
-# \x0E41 THAI CHARACTER SARA AE THAI VOWEL SIGN SARA AE 
-# \x0E42 THAI CHARACTER SARA O THAI VOWEL SIGN SARA O 
-# \x0E43 THAI CHARACTER SARA AI MAIMUAN THAI VOWEL SIGN SARA MAI MUAN 
-# \xsara ai mai muan 
-# \x0E44 THAI CHARACTER SARA AI MAIMALAI THAI VOWEL SIGN SARA MAI MALA
-# \xI sara ai mai malai 
-# \x0E45 THAI CHARACTER LAKKHANGYAO THAI LAK KHANG YAO lakkhang yao 
-# \x0E46 THAI CHARACTER MAIYAMOK Lm THAI MAI YAMOK mai yamok 
-# \x0E47 THAI CHARACTER MAITAIKHU THAI VOWEL SIGN MAI TAI KHU mai ta
-# \xikhu 
-# \x0E48 THAI CHARACTER MAI EK 107 THAI TONE MAI EK 
-# \x0E49 THAI CHARACTER MAI THO 107 THAI TONE MAI THO 
-# \x0E4A THAI CHARACTER MAI TRI 107 THAI TONE MAI TRI 
-# \x0E4B THAI CHARACTER MAI CHATTAWA 107 THAI TONE MAI CHATTAWA 
-# \x0E4C THAI CHARACTER THANTHAKHAT THAI THANTHAKHAT 
-# \x0E4D THAI CHARACTER NIKHAHIT THAI NIKKHAHIT nikkhahit 
-# \x0E4E THAI CHARACTER YAMAKKAN THAI YAMAKKAN 
-# \x0E4F THAI CHARACTER FONGMAN THAI FONGMAN 
-# \x0E50 THAI DIGIT ZERO Nd 0 
-# \x0E51 THAI DIGIT ONE Nd 1 1 1 
-# \x0E52 THAI DIGIT TWO Nd 2 2 2 
-# \x0E53 THAI DIGIT THREE Nd 3 3 3 
-# \x0E54 THAI DIGIT FOUR Nd 4 4 4 
-# \x0E55 THAI DIGIT FIVE Nd 5 5 5 
-# \x0E56 THAI DIGIT SIX Nd 6 6 6 
-# \x0E57 THAI DIGIT SEVEN Nd 7 7 7 
-# \x0E58 THAI DIGIT EIGHT Nd 8 8 8 
-# \x0E59 THAI DIGIT NINE Nd 9 9 9 
-# \x0E5A THAI CHARACTER ANGKHANKHU THAI ANGKHANKHU 
-# \x0E5B THAI CHARACTER KHOMUT THAI KHOMUT 
-# \x0E81 LAO LETTER KO 
-# \x0E82 LAO LETTER KHO SUNG 
-# \x0E84 LAO LETTER KHO TAM 
-# \x0E87 LAO LETTER NGO 
-# \x0E88 LAO LETTER CO 
-# \x0E8A LAO LETTER TAM 
-# \x0E8D LAO LETTER NYO 
-# \x0E94 LAO LETTER DO 
-# \x0E95 LAO LETTER TO 
-# \x0E96 LAO LETTER THO SUNG 
-# \x0E97 LAO LETTER THO TAM 
-# \x0E99 LAO LETTER NO 
-# \x0E9A LAO LETTER BO 
-# \x0E9B LAO LETTER 
-# \x0E9C LAO LETTER PHO SUNG 
-# \x0E9D LAO LETTER FO TAM 
-# \x0E9E LAO LETTER PHO TAM 
-# \x0E9F LAO LETTER FO SUNG 
-# \x0EA1 LAO LETTER MO 
-# \x0EA2 LAO LETTER YO 
-# \x0EA3 LAO LETTER LING 
-# \x0EA5 LAO LETTER LOOT 
-# \x0EA7 LAO LETTER WO 
-# \x0EAA LAO LETTER SUNG 
-# \x0EAB LAO LETTER HO SUNG 
-# \x0EAD LAO LETTER O 
-# \x0EAE LAO LETTER HO TAM 
-# \x0EAF LAO ELLIPSIS 
-# \x0EB0 LAO VOWEL SIGN A 
-# \x0EB1 LAO VOWEL SIGN MAI KAN 
-# \x0EB2 LAO VOWEL SIGN AA 
-# \x0EB3 LAO VOWEL SIGN AM 0ECD 0EB2 
-# \x0EB4 LAO VOWEL SIGN I 
-# \x0EB5 LAO VOWEL SIGN II 
-# \x0EB6 LAO VOWEL SIGN Y 
-# \x0EB7 LAO VOWEL SIGN YY 
-# \x0EB8 LAO VOWEL SIGN U 118 
-# \x0EB9 LAO VOWEL SIGN UU 118 
-# \x0EBB LAO VOWEL SIGN MAI KON 
-# \x0EBC LAO SEMIVOWEL SIGN 
-# \x0EBD LAO SEMIVOWEL SIGN NYO 
-# \x0EC0 LAO VOWEL SIGN E 
-# \x0EC1 LAO VOWEL SIGN EI 
-# \x0EC2 LAO VOWEL SIGN O 
-# \x0EC3 LAO VOWEL SIGN AY 
-# \x0EC4 LAO VOWEL SIGN AI 
-# \x0EC6 LAO KO LA Lm 
-# \x0EC8 LAO TONE MAI EK 122 
-# \x0EC9 LAO TONE MAI THO 122 
-# \x0ECA LAO TONE MAI TI 122 
-# \x0ECB LAO TONE MAI CATAWA 122 
-# \x0ECC LAO CANCELLATION MARK 
-# \x0ECD LAO NIGGAHITA 
-# \x0ED0 LAO DIGIT ZERO Nd 0 
-# \x0ED1 LAO DIGIT ONE Nd 1 1 1 
-# \x0ED2 LAO DIGIT TWO Nd 2 2 2 
-# \x0ED3 LAO DIGIT THREE Nd 3 3 3 
-# \x0ED4 LAO DIGIT FOUR Nd 4 4 4 
-# \x0ED5 LAO DIGIT FIVE Nd 5 5 5 
-# \x0ED6 LAO DIGIT SIX Nd 6 6 6 
-# \x0ED7 LAO DIGIT SEVEN Nd 7 7 7 
-# \x0ED8 LAO DIGIT EIGHT Nd 8 8 8 
-# \x0ED9 LAO DIGIT NINE Nd 9 9 9 
-# \x0EDC LAO HO NO 0EAB 0E99 
-# \x0EDD LAO HO MO 0EAB 0EA1 
-# \x0F00 TIBETAN SYLLABLE OM 
-# \x0F01 TIBETAN MARK GTER YIG MGO TRUNCATED A ter yik go a thung 
-# \x0F02 TIBETAN MARK GTER YIG MGO -UM RNAM BCAD MA ter yik go wum na
-# \xm chey ma 
-# \x0F03 TIBETAN MARK GTER YIG MGO -UM GTER TSHEG MA ter yik go wum t
-# \xer tsek ma 
-# \x0F04 TIBETAN MARK INITIAL YIG MGO MDUN MA TIBETAN SINGLE ORNAMENT 
-# \xyik go dun ma 
-# \x0F05 TIBETAN MARK CLOSING YIG MGO SGAB MA yik go kab ma 
-# \x0F06 TIBETAN MARK CARET YIG MGO PHUR SHAD MA yik go pur shey ma 
-# \x 
-# \x0F07 TIBETAN MARK YIG MGO TSHEG SHAD MA yik go tsek shey ma 
-# \x0F08 TIBETAN MARK SBRUL SHAD TIBETAN RGYANSHAD drul shey 
-# \x0F09 TIBETAN MARK BSKUR YIG MGO kur yik go 
-# \x0F0A TIBETAN MARK BKA- SHOG YIG MGO ka sho yik go 
-# \x0F0B TIBETAN MARK INTERSYLLABIC TSHEG TIBETAN TSEG tsek 
-# \x0F0C TIBETAN MARK DELIMITER TSHEG BSTAR <noBreak> 0F0B tsek tar 
-# \x0F0D TIBETAN MARK SHAD TIBETAN SHAD shey 
-# \x0F0E TIBETAN MARK NYIS SHAD TIBETAN DOUBLE SHAD nyi shey 
-# \x0F0F TIBETAN MARK TSHEG SHAD tsek shey 
-# \x0F10 TIBETAN MARK NYIS TSHEG SHAD nyi tsek shey 
-# \x0F11 TIBETAN MARK RIN CHEN SPUNGS SHAD TIBETAN RINCHANPHUNGSHAD ri
-# \xnchen pung shey 
-# \x0F12 TIBETAN MARK RGYA GRAM SHAD gya tram shey 
-# \x0F13 TIBETAN MARK CARET -DZUD RTAGS ME LONG CAN dzu ta me long ch
-# \xen 
-# \x0F14 TIBETAN MARK GTER TSHEG TIBETAN COMMA ter tsek 
-# \x0F15 TIBETAN LOGOTYPE SIGN CHAD RTAGS che ta 
-# \x0F16 TIBETAN LOGOTYPE SIGN LHAG RTAGS hlak ta 
-# \x0F17 TIBETAN ASTROLOGICAL SIGN SGRA GCAN -CHAR RTAGS trachen char
-# \x ta 
-# \x0F18 TIBETAN ASTROLOGICAL SIGN -KHYUD PA 220 kyu pa 
-# \x0F19 TIBETAN ASTROLOGICAL SIGN SDONG TSHUGS 220 dong tsu 
-# \x0F1A TIBETAN SIGN RDEL DKAR GCIG deka chig 
-# \x0F1B TIBETAN SIGN RDEL DKAR GNYIS deka nyi 
-# \x0F1C TIBETAN SIGN RDEL DKAR GSUM deka sum 
-# \x0F1D TIBETAN SIGN RDEL NAG GCIG dena chig 
-# \x0F1E TIBETAN SIGN RDEL NAG GNYIS dena nyi 
-# \x0F1F TIBETAN SIGN RDEL DKAR RDEL NAG deka dena 
-# \x0F20 TIBETAN DIGIT ZERO Nd 0 
-# \x0F21 TIBETAN DIGIT ONE Nd 1 1 1 
-# \x0F22 TIBETAN DIGIT TWO Nd 2 2 2 
-# \x0F23 TIBETAN DIGIT THREE Nd 3 3 3 
-# \x0F24 TIBETAN DIGIT FOUR Nd 4 4 4 
-# \x0F25 TIBETAN DIGIT FIVE Nd 5 5 5 
-# \x0F26 TIBETAN DIGIT SIX Nd 6 6 6 
-# \x0F27 TIBETAN DIGIT SEVEN Nd 7 7 7 
-# \x0F28 TIBETAN DIGIT EIGHT Nd 8 8 8 
-# \x0F29 TIBETAN DIGIT NINE Nd 9 9 9 
-# \x0F2A TIBETAN DIGIT HALF ONE No 1/2 
-# \x0F2B TIBETAN DIGIT HALF TWO No 3/2 
-# \x0F2C TIBETAN DIGIT HALF THREE No 5/2 
-# \x0F2D TIBETAN DIGIT HALF FOUR No 7/2 
-# \x0F2E TIBETAN DIGIT HALF FIVE No 9/2 
-# \x0F2F TIBETAN DIGIT HALF SIX No 11/2 
-# \x0F30 TIBETAN DIGIT HALF SEVEN No 13/2 
-# \x0F31 TIBETAN DIGIT HALF EIGHT No 15/2 
-# \x0F32 TIBETAN DIGIT HALF NINE No 17/2 
-# \x0F33 TIBETAN DIGIT HALF ZERO No -1/2 
-# \x0F34 TIBETAN MARK BSDUS RTAGS du ta 
-# \x0F35 TIBETAN MARK NGAS BZUNG NYI ZLA 220 TIBETAN HONORIFIC UNDER R
-# \xING nge zung nyi da 
-# \x0F36 TIBETAN MARK CARET -DZUD RTAGS BZHI MIG CAN dzu ta shi mig c
-# \xhen 
-# \x0F37 TIBETAN MARK NGAS BZUNG SGOR RTAGS 220 TIBETAN UNDER RING nge
-# \x zung gor ta 
-# \x0F38 TIBETAN MARK CHE MGO che go 
-# \x0F39 TIBETAN MARK TSA -PHRU 216 TIBETAN LENITION MARK tsa tru 
-# \x0F3A TIBETAN MARK GUG RTAGS GYON gug ta yun 
-# \x0F3B TIBETAN MARK GUG RTAGS GYAS Pe gug ta ye 
-# \x0F3C TIBETAN MARK ANG KHANG GYON TIBETAN LEFT BRACE ang kang yun 
-# \x 
-# \x0F3D TIBETAN MARK ANG KHANG GYAS Pe TIBETAN RIGHT BRACE ang kang ye 
-# \x 
-# \x0F3E TIBETAN SIGN YAR TSHES Mc yar tse 
-# \x0F3F TIBETAN SIGN MAR TSHES Mc mar tse 
-# \x0F40 TIBETAN LETTER KA 
-# \x0F41 TIBETAN LETTER KHA 
-# \x0F42 TIBETAN LETTER GA 
-# \x0F43 TIBETAN LETTER GHA 0F42 0FB7 
-# \x0F44 TIBETAN LETTER NGA 
-# \x0F45 TIBETAN LETTER CA 
-# \x0F46 TIBETAN LETTER CHA 
-# \x0F47 TIBETAN LETTER JA 
-# \x0F49 TIBETAN LETTER NYA 
-# \x0F4A TIBETAN LETTER TTA TIBETAN LETTER REVERSED TA 
-# \x0F4B TIBETAN LETTER TTHA TIBETAN LETTER REVERSED THA 
-# \x0F4C TIBETAN LETTER DDA TIBETAN LETTER REVERSED DA 
-# \x0F4D TIBETAN LETTER DDHA 0F4C 0FB7 
-# \x0F4E TIBETAN LETTER NNA TIBETAN LETTER REVERSED NA 
-# \x0F4F TIBETAN LETTER TA 
-# \x0F50 TIBETAN LETTER THA 
-# \x0F51 TIBETAN LETTER DA 
-# \x0F52 TIBETAN LETTER DHA 0F51 0FB7 
-# \x0F53 TIBETAN LETTER NA 
-# \x0F54 TIBETAN LETTER PA 
-# \x0F55 TIBETAN LETTER PHA 
-# \x0F56 TIBETAN LETTER BA 
-# \x0F57 TIBETAN LETTER BHA 0F56 0FB7 
-# \x0F58 TIBETAN LETTER MA 
-# \x0F59 TIBETAN LETTER TSA 
-# \x0F5A TIBETAN LETTER TSHA 
-# \x0F5B TIBETAN LETTER DZA 
-# \x0F5C TIBETAN LETTER DZHA 0F5B 0FB7 
-# \x0F5D TIBETAN LETTER WA 
-# \x0F5E TIBETAN LETTER ZHA 
-# \x0F5F TIBETAN LETTER ZA 
-# \x0F60 TIBETAN LETTER -A TIBETAN LETTER AA 
-# \x0F61 TIBETAN LETTER YA 
-# \x0F62 TIBETAN LETTER RA * 
-# \x0F63 TIBETAN LETTER LA 
-# \x0F64 TIBETAN LETTER SHA 
-# \x0F65 TIBETAN LETTER SSA TIBETAN LETTER REVERSED SHA 
-# \x0F66 TIBETAN LETTER SA 
-# \x0F67 TIBETAN LETTER HA 
-# \x0F68 TIBETAN LETTER A 
-# \x0F69 TIBETAN LETTER KSSA 0F40 0FB5 
-# \x0F6A TIBETAN LETTER FIXED-FORM RA * 
-# \x0F71 TIBETAN VOWEL SIGN AA 129 
-# \x0F72 TIBETAN VOWEL SIGN I 130 
-# \x0F73 TIBETAN VOWEL SIGN II 0F71 0F72 
-# \x0F74 TIBETAN VOWEL SIGN U 132 
-# \x0F75 TIBETAN VOWEL SIGN UU 0F71 0F74 
-# \x0F76 TIBETAN VOWEL SIGN VOCALIC 0FB2 0F80 
-# \x0F77 TIBETAN VOWEL SIGN VOCALIC RR 0FB2 0F81 
-# \x0F78 TIBETAN VOWEL SIGN VOCALIC 0FB3 0F80 
-# \x0F79 TIBETAN VOWEL SIGN VOCALIC LL 0FB3 0F81 
-# \x0F7A TIBETAN VOWEL SIGN E 130 
-# \x0F7B TIBETAN VOWEL SIGN EE 130 TIBETAN VOWEL SIGN AI 
-# \x0F7C TIBETAN VOWEL SIGN O 130 
-# \x0F7D TIBETAN VOWEL SIGN OO 130 TIBETAN VOWEL SIGN AU 
-# \x0F7E TIBETAN SIGN RJES SU NGA RO TIBETAN ANUSVARA je su nga ro 
-# \x 
-# \x0F7F TIBETAN SIGN RNAM BCAD Mc TIBETAN VISARGA nam chey 
-# \x0F80 TIBETAN VOWEL SIGN REVERSED I 130 TIBETAN VOWEL SIGN SHORT I 
-# \x 
-# \x0F81 TIBETAN VOWEL SIGN REVERSED II 0F71 0F80 
-# \x0F82 TIBETAN SIGN NYI ZLA NAA DA 230 TIBETAN CANDRABINDU WITH ORNA
-# \xMENT nyi da na da 
-# \x0F83 TIBETAN SIGN SNA LDAN 230 TIBETAN CANDRABINDU nan de 
-# \x0F84 TIBETAN MARK HALANTA 9 TIBETAN VIRAMA 
-# \x0F85 TIBETAN MARK PALUTA TIBETAN CHUCHENYIGE 
-# \x0F86 TIBETAN SIGN LCI RTAGS 230 ji ta 
-# \x0F87 TIBETAN SIGN YANG RTAGS 230 yang ta 
-# \x0F88 TIBETAN SIGN LCE TSA CAN che tsa chen 
-# \x0F89 TIBETAN SIGN MCHU CAN chu chen 
-# \x0F8A TIBETAN SIGN GRU CAN RGYINGS tru chen ging 
-# \x0F8B TIBETAN SIGN GRU MED RGYINGS tru me ging 
-# \x0F90 TIBETAN SUBJOINED LETTER KA 
-# \x0F91 TIBETAN SUBJOINED LETTER KHA 
-# \x0F92 TIBETAN SUBJOINED LETTER GA 
-# \x0F93 TIBETAN SUBJOINED LETTER GHA 0F92 0FB7 
-# \x0F94 TIBETAN SUBJOINED LETTER NGA 
-# \x0F95 TIBETAN SUBJOINED LETTER CA 
-# \x0F96 TIBETAN SUBJOINED LETTER CHA 
-# \x0F97 TIBETAN SUBJOINED LETTER JA 
-# \x0F99 TIBETAN SUBJOINED LETTER NYA 
-# \x0F9A TIBETAN SUBJOINED LETTER TTA 
-# \x0F9B TIBETAN SUBJOINED LETTER TTHA 
-# \x0F9C TIBETAN SUBJOINED LETTER DDA 
-# \x0F9D TIBETAN SUBJOINED LETTER DDHA 0F9C 0FB7 
-# \x0F9E TIBETAN SUBJOINED LETTER NNA 
-# \x0F9F TIBETAN SUBJOINED LETTER TA 
-# \x0FA0 TIBETAN SUBJOINED LETTER THA 
-# \x0FA1 TIBETAN SUBJOINED LETTER DA 
-# \x0FA2 TIBETAN SUBJOINED LETTER DHA 0FA1 0FB7 
-# \x0FA3 TIBETAN SUBJOINED LETTER NA 
-# \x0FA4 TIBETAN SUBJOINED LETTER PA 
-# \x0FA5 TIBETAN SUBJOINED LETTER PHA 
-# \x0FA6 TIBETAN SUBJOINED LETTER BA 
-# \x0FA7 TIBETAN SUBJOINED LETTER BHA 0FA6 0FB7 
-# \x0FA8 TIBETAN SUBJOINED LETTER MA 
-# \x0FA9 TIBETAN SUBJOINED LETTER TSA 
-# \x0FAA TIBETAN SUBJOINED LETTER TSHA 
-# \x0FAB TIBETAN SUBJOINED LETTER DZA 
-# \x0FAC TIBETAN SUBJOINED LETTER DZHA 0FAB 0FB7 
-# \x0FAD TIBETAN SUBJOINED LETTER WA * 
-# \x0FAE TIBETAN SUBJOINED LETTER ZHA 
-# \x0FAF TIBETAN SUBJOINED LETTER ZA 
-# \x0FB0 TIBETAN SUBJOINED LETTER -A 
-# \x0FB1 TIBETAN SUBJOINED LETTER YA * 
-# \x0FB2 TIBETAN SUBJOINED LETTER RA * 
-# \x0FB3 TIBETAN SUBJOINED LETTER LA 
-# \x0FB4 TIBETAN SUBJOINED LETTER SHA 
-# \x0FB5 TIBETAN SUBJOINED LETTER SSA 
-# \x0FB6 TIBETAN SUBJOINED LETTER SA 
-# \x0FB7 TIBETAN SUBJOINED LETTER HA 
-# \x0FB8 TIBETAN SUBJOINED LETTER A 
-# \x0FB9 TIBETAN SUBJOINED LETTER KSSA 0F90 0FB5 
-# \x0FBA TIBETAN SUBJOINED LETTER FIXED-FORM WA * 
-# \x0FBB TIBETAN SUBJOINED LETTER FIXED-FORM YA * 
-# \x0FBC TIBETAN SUBJOINED LETTER FIXED-FORM RA * 
-# \x0FBE TIBETAN KU RU KHA kuruka 
-# \x0FBF TIBETAN KU RU KHA BZHI MIG CAN kuruka shi mik chen 
-# \x0FC0 TIBETAN CANTILLATION SIGN HEAVY BEAT 
-# \x0FC1 TIBETAN CANTILLATION SIGN LIGHT BEAT 
-# \x0FC2 TIBETAN CANTILLATION SIGN CANG TE-U chang tyu 
-# \x0FC3 TIBETAN CANTILLATION SIGN SBUB -CHAL bub chey 
-# \x0FC4 TIBETAN SYMBOL DRIL BU drilbu 
-# \x0FC5 TIBETAN SYMBOL RDO RJE dorje 
-# \x0FC6 TIBETAN SYMBOL PADMA GDAN 220 pema den 
-# \x0FC7 TIBETAN SYMBOL RDO RJE RGYA GRAM dorje gya dram 
-# \x0FC8 TIBETAN SYMBOL PHUR PA phurba 
-# \x0FC9 TIBETAN SYMBOL NOR BU norbu 
-# \x0FCA TIBETAN SYMBOL NOR BU NYIS -KHYIL norbu nyi khyi 
-# \x0FCB TIBETAN SYMBOL NOR BU GSUM -KHYIL norbu sum khyi 
-# \x0FCC TIBETAN SYMBOL NOR BU BZHI -KHYIL norbu shi khyi 
-# \x0FCF TIBETAN SIGN RDEL NAG GSUM dena sum 
-# \x1000 MYANMAR LETTER KA 
-# \x1001 MYANMAR LETTER KHA 
-# \x1002 MYANMAR LETTER GA 
-# \x1003 MYANMAR LETTER GHA 
-# \x1004 MYANMAR LETTER NGA 
-# \x1005 MYANMAR LETTER CA 
-# \x1006 MYANMAR LETTER CHA 
-# \x1007 MYANMAR LETTER JA 
-# \x1008 MYANMAR LETTER JHA 
-# \x1009 MYANMAR LETTER NYA 
-# \x100A MYANMAR LETTER NNYA 
-# \x100B MYANMAR LETTER TTA 
-# \x100C MYANMAR LETTER TTHA 
-# \x100D MYANMAR LETTER DDA 
-# \x100E MYANMAR LETTER DDHA 
-# \x100F MYANMAR LETTER NNA 
-# \x1010 MYANMAR LETTER TA 
-# \x1011 MYANMAR LETTER THA 
-# \x1012 MYANMAR LETTER DA 
-# \x1013 MYANMAR LETTER DHA 
-# \x1014 MYANMAR LETTER NA 
-# \x1015 MYANMAR LETTER PA 
-# \x1016 MYANMAR LETTER PHA 
-# \x1017 MYANMAR LETTER BA 
-# \x1018 MYANMAR LETTER BHA 
-# \x1019 MYANMAR LETTER MA 
-# \x101A MYANMAR LETTER YA 
-# \x101B MYANMAR LETTER RA 
-# \x101C MYANMAR LETTER LA 
-# \x101D MYANMAR LETTER WA 
-# \x101E MYANMAR LETTER SA 
-# \x101F MYANMAR LETTER HA 
-# \x1020 MYANMAR LETTER LLA 
-# \x1021 MYANMAR LETTER A 
-# \x1023 MYANMAR LETTER I 
-# \x1024 MYANMAR LETTER II 
-# \x1025 MYANMAR LETTER U 
-# \x1026 MYANMAR LETTER UU 1025 102E 
-# \x1027 MYANMAR LETTER E 
-# \x1029 MYANMAR LETTER O 
-# \x102A MYANMAR LETTER AU 
-# \x102C MYANMAR VOWEL SIGN AA Mc 
-# \x102D MYANMAR VOWEL SIGN I 
-# \x102E MYANMAR VOWEL SIGN II 
-# \x102F MYANMAR VOWEL SIGN U 
-# \x1030 MYANMAR VOWEL SIGN UU 
-# \x1031 MYANMAR VOWEL SIGN E Mc 
-# \x1032 MYANMAR VOWEL SIGN AI 
-# \x1036 MYANMAR SIGN ANUSVARA 
-# \x1037 MYANMAR SIGN DOT BELOW 7 
-# \x1038 MYANMAR SIGN VISARGA Mc 
-# \x1039 MYANMAR SIGN VIRAMA 9 
-# \x1040 MYANMAR DIGIT ZERO Nd 0 
-# \x1041 MYANMAR DIGIT ONE Nd 1 1 1 
-# \x1042 MYANMAR DIGIT TWO Nd 2 2 2 
-# \x1043 MYANMAR DIGIT THREE Nd 3 3 3 
-# \x1044 MYANMAR DIGIT FOUR Nd 4 4 4 
-# \x1045 MYANMAR DIGIT FIVE Nd 5 5 5 
-# \x1046 MYANMAR DIGIT SIX Nd 6 6 6 
-# \x1047 MYANMAR DIGIT SEVEN Nd 7 7 7 
-# \x1048 MYANMAR DIGIT EIGHT Nd 8 8 8 
-# \x1049 MYANMAR DIGIT NINE Nd 9 9 9 
-# \x104A MYANMAR SIGN LITTLE SECTION 
-# \x104B MYANMAR SIGN SECTION 
-# \x104C MYANMAR SYMBOL LOCATIVE 
-# \x104D MYANMAR SYMBOL COMPLETED 
-# \x104E MYANMAR SYMBOL AFOREMENTIONED 
-# \x104F MYANMAR SYMBOL GENITIVE 
-# \x1050 MYANMAR LETTER SHA 
-# \x1051 MYANMAR LETTER SSA 
-# \x1052 MYANMAR LETTER VOCALIC 
-# \x1053 MYANMAR LETTER VOCALIC RR 
-# \x1054 MYANMAR LETTER VOCALIC 
-# \x1055 MYANMAR LETTER VOCALIC o 
-# \x1056 MYANMAR VOWEL SIGN VOCALIC Mc 
-# \x1057 MYANMAR VOWEL SIGN VOCALIC RR Mc 
-# \x1058 MYANMAR VOWEL SIGN VOCALIC 
-# \x1059 MYANMAR VOWEL SIGN VOCALIC LL 
-# \x10A0 GEORGIAN CAPITAL LETTER AN Khutsuri 
-# \x10A1 GEORGIAN CAPITAL LETTER BAN Khutsuri 
-# \x10A2 GEORGIAN CAPITAL LETTER GAN Khutsuri 
-# \x10A3 GEORGIAN CAPITAL LETTER DON Khutsuri 
-# \x10A4 GEORGIAN CAPITAL LETTER EN Khutsuri 
-# \x10A5 GEORGIAN CAPITAL LETTER VIN Khutsuri 
-# \x10A6 GEORGIAN CAPITAL LETTER ZEN Khutsuri 
-# \x10A7 GEORGIAN CAPITAL LETTER TAN Khutsuri 
-# \x10A8 GEORGIAN CAPITAL LETTER IN Khutsuri 
-# \x10A9 GEORGIAN CAPITAL LETTER KAN Khutsuri 
-# \x10AA GEORGIAN CAPITAL LETTER LAS Khutsuri 
-# \x10AB GEORGIAN CAPITAL LETTER MAN Khutsuri 
-# \x10AC GEORGIAN CAPITAL LETTER NAR Khutsuri 
-# \x10AD GEORGIAN CAPITAL LETTER Khutsuri 
-# \x10AE GEORGIAN CAPITAL LETTER PAR Khutsuri 
-# \x10AF GEORGIAN CAPITAL LETTER ZHAR Khutsuri 
-# \x10B0 GEORGIAN CAPITAL LETTER RAE Khutsuri 
-# \x10B1 GEORGIAN CAPITAL LETTER SAN Khutsuri 
-# \x10B2 GEORGIAN CAPITAL LETTER TAR Khutsuri 
-# \x10B3 GEORGIAN CAPITAL LETTER UN Khutsuri 
-# \x10B4 GEORGIAN CAPITAL LETTER PHAR Khutsuri 
-# \x10B5 GEORGIAN CAPITAL LETTER KHAR Khutsuri 
-# \x10B6 GEORGIAN CAPITAL LETTER GHAN Khutsuri 
-# \x10B7 GEORGIAN CAPITAL LETTER QAR Khutsuri 
-# \x10B8 GEORGIAN CAPITAL LETTER SHIN Khutsuri 
-# \x10B9 GEORGIAN CAPITAL LETTER CHIN Khutsuri 
-# \x10BA GEORGIAN CAPITAL LETTER CAN Khutsuri 
-# \x10BB GEORGIAN CAPITAL LETTER JIL Khutsuri 
-# \x10BC GEORGIAN CAPITAL LETTER CIL Khutsuri 
-# \x10BD GEORGIAN CAPITAL LETTER CHAR Khutsuri 
-# \x10BE GEORGIAN CAPITAL LETTER XAN Khutsuri 
-# \x10BF GEORGIAN CAPITAL LETTER JHAN Khutsuri 
-# \x10C0 GEORGIAN CAPITAL LETTER HAE Khutsuri 
-# \x10C1 GEORGIAN CAPITAL LETTER HE Khutsuri 
-# \x10C2 GEORGIAN CAPITAL LETTER HIE Khutsuri 
-# \x10C3 GEORGIAN CAPITAL LETTER WE Khutsuri 
-# \x10C4 GEORGIAN CAPITAL LETTER HAR Khutsuri 
-# \x10C5 GEORGIAN CAPITAL LETTER HOE Khutsuri 
-# \x10D0 GEORGIAN LETTER AN GEORGIAN SMALL LETTER AN 
-# \x10D1 GEORGIAN LETTER BAN GEORGIAN SMALL LETTER BAN 
-# \x10D2 GEORGIAN LETTER GAN GEORGIAN SMALL LETTER GAN 
-# \x10D3 GEORGIAN LETTER DON GEORGIAN SMALL LETTER DON 
-# \x10D4 GEORGIAN LETTER EN GEORGIAN SMALL LETTER EN 
-# \x10D5 GEORGIAN LETTER VIN GEORGIAN SMALL LETTER VIN 
-# \x10D6 GEORGIAN LETTER ZEN GEORGIAN SMALL LETTER ZEN 
-# \x10D7 GEORGIAN LETTER TAN GEORGIAN SMALL LETTER TAN 
-# \x10D8 GEORGIAN LETTER IN GEORGIAN SMALL LETTER IN 
-# \x10D9 GEORGIAN LETTER KAN GEORGIAN SMALL LETTER KAN 
-# \x10DA GEORGIAN LETTER LAS GEORGIAN SMALL LETTER LAS 
-# \x10DB GEORGIAN LETTER MAN GEORGIAN SMALL LETTER MAN 
-# \x10DC GEORGIAN LETTER NAR GEORGIAN SMALL LETTER NAR 
-# \x10DD GEORGIAN LETTER GEORGIAN SMALL LETTER 
-# \x10DE GEORGIAN LETTER PAR GEORGIAN SMALL LETTER PAR 
-# \x10DF GEORGIAN LETTER ZHAR GEORGIAN SMALL LETTER ZHAR 
-# \x10E0 GEORGIAN LETTER RAE GEORGIAN SMALL LETTER RAE 
-# \x10E1 GEORGIAN LETTER SAN GEORGIAN SMALL LETTER SAN 
-# \x10E2 GEORGIAN LETTER TAR GEORGIAN SMALL LETTER TAR 
-# \x10E3 GEORGIAN LETTER UN GEORGIAN SMALL LETTER UN 
-# \x10E4 GEORGIAN LETTER PHAR GEORGIAN SMALL LETTER PHAR 
-# \x10E5 GEORGIAN LETTER KHAR GEORGIAN SMALL LETTER KHAR 
-# \x10E6 GEORGIAN LETTER GHAN GEORGIAN SMALL LETTER GHAN 
-# \x10E7 GEORGIAN LETTER QAR GEORGIAN SMALL LETTER QAR 
-# \x10E8 GEORGIAN LETTER SHIN GEORGIAN SMALL LETTER SHIN 
-# \x10E9 GEORGIAN LETTER CHIN GEORGIAN SMALL LETTER CHIN 
-# \x10EA GEORGIAN LETTER CAN GEORGIAN SMALL LETTER CAN 
-# \x10EB GEORGIAN LETTER JIL GEORGIAN SMALL LETTER JIL 
-# \x10EC GEORGIAN LETTER CIL GEORGIAN SMALL LETTER CIL 
-# \x10ED GEORGIAN LETTER CHAR GEORGIAN SMALL LETTER CHAR 
-# \x10EE GEORGIAN LETTER XAN GEORGIAN SMALL LETTER XAN 
-# \x10EF GEORGIAN LETTER JHAN GEORGIAN SMALL LETTER JHAN 
-# \x10F0 GEORGIAN LETTER HAE GEORGIAN SMALL LETTER HAE 
-# \x10F1 GEORGIAN LETTER HE GEORGIAN SMALL LETTER HE 
-# \x10F2 GEORGIAN LETTER HIE GEORGIAN SMALL LETTER HIE 
-# \x10F3 GEORGIAN LETTER WE GEORGIAN SMALL LETTER WE 
-# \x10F4 GEORGIAN LETTER HAR GEORGIAN SMALL LETTER HAR 
-# \x10F5 GEORGIAN LETTER HOE GEORGIAN SMALL LETTER HOE 
-# \x10F6 GEORGIAN LETTER FI GEORGIAN SMALL LETTER FI 
-# \x10F7 GEORGIAN LETTER YN 
-# \x10F8 GEORGIAN LETTER ELIFI 
-# \x10FB GEORGIAN PARAGRAPH SEPARATOR 
-# \x1100 HANGUL CHOSEONG KIYEOK g * 
-# \x1101 HANGUL CHOSEONG SSANGKIYEOK gg * 
-# \x1102 HANGUL CHOSEONG NIEUN n * 
-# \x1103 HANGUL CHOSEONG TIKEUT d * 
-# \x1104 HANGUL CHOSEONG SSANGTIKEUT dd * 
-# \x1105 HANGUL CHOSEONG RIEUL * 
-# \x1106 HANGUL CHOSEONG MIEUM m * 
-# \x1107 HANGUL CHOSEONG PIEUP b * 
-# \x1108 HANGUL CHOSEONG SSANGPIEUP bb * 
-# \x1109 HANGUL CHOSEONG SIOS s * 
-# \x110A HANGUL CHOSEONG SSANGSIOS ss * 
-# \x110B HANGUL CHOSEONG IEUNG 
-# \x110C HANGUL CHOSEONG CIEUC j * 
-# \x110D HANGUL CHOSEONG SSANGCIEUC jj * 
-# \x110E HANGUL CHOSEONG CHIEUCH c * 
-# \x110F HANGUL CHOSEONG KHIEUKH k * 
-# \x1110 HANGUL CHOSEONG THIEUTH t * 
-# \x1111 HANGUL CHOSEONG PHIEUPH p * 
-# \x1112 HANGUL CHOSEONG HIEUH h * 
-# \x1113 HANGUL CHOSEONG NIEUN-KIYEOK 
-# \x1114 HANGUL CHOSEONG SSANGNIEUN 
-# \x1115 HANGUL CHOSEONG NIEUN-TIKEUT 
-# \x1116 HANGUL CHOSEONG NIEUN-PIEUP 
-# \x1117 HANGUL CHOSEONG TIKEUT-KIYEOK 
-# \x1118 HANGUL CHOSEONG RIEUL-NIEUN 
-# \x1119 HANGUL CHOSEONG SSANGRIEUL 
-# \x111A HANGUL CHOSEONG RIEUL-HIEUH 
-# \x111B HANGUL CHOSEONG KAPYEOUNRIEUL 
-# \x111C HANGUL CHOSEONG MIEUM-PIEUP 
-# \x111D HANGUL CHOSEONG KAPYEOUNMIEUM 
-# \x111E HANGUL CHOSEONG PIEUP-KIYEOK 
-# \x111F HANGUL CHOSEONG PIEUP-NIEUN 
-# \x1120 HANGUL CHOSEONG PIEUP-TIKEUT 
-# \x1121 HANGUL CHOSEONG PIEUP-SIOS 
-# \x1122 HANGUL CHOSEONG PIEUP-SIOS-KIYEOK 
-# \x1123 HANGUL CHOSEONG PIEUP-SIOS-TIKEUT 
-# \x1124 HANGUL CHOSEONG PIEUP-SIOS-PIEUP 
-# \x1125 HANGUL CHOSEONG PIEUP-SSANGSIOS 
-# \x1126 HANGUL CHOSEONG PIEUP-SIOS-CIEUC 
-# \x1127 HANGUL CHOSEONG PIEUP-CIEUC 
-# \x1128 HANGUL CHOSEONG PIEUP-CHIEUCH 
-# \x1129 HANGUL CHOSEONG PIEUP-THIEUTH 
-# \x112A HANGUL CHOSEONG PIEUP-PHIEUPH 
-# \x112B HANGUL CHOSEONG KAPYEOUNPIEUP 
-# \x112C HANGUL CHOSEONG KAPYEOUNSSANGPIEUP 
-# \x112D HANGUL CHOSEONG SIOS-KIYEOK 
-# \x112E HANGUL CHOSEONG SIOS-NIEUN 
-# \x112F HANGUL CHOSEONG SIOS-TIKEUT 
-# \x1130 HANGUL CHOSEONG SIOS-RIEUL 
-# \x1131 HANGUL CHOSEONG SIOS-MIEUM 
-# \x1132 HANGUL CHOSEONG SIOS-PIEUP 
-# \x1133 HANGUL CHOSEONG SIOS-PIEUP-KIYEOK 
-# \x1134 HANGUL CHOSEONG SIOS-SSANGSIOS 
-# \x1135 HANGUL CHOSEONG SIOS-IEUNG 
-# \x1136 HANGUL CHOSEONG SIOS-CIEUC 
-# \x1137 HANGUL CHOSEONG SIOS-CHIEUCH 
-# \x1138 HANGUL CHOSEONG SIOS-KHIEUKH 
-# \x1139 HANGUL CHOSEONG SIOS-THIEUTH 
-# \x113A HANGUL CHOSEONG SIOS-PHIEUPH 
-# \x113B HANGUL CHOSEONG SIOS-HIEUH 
-# \x113C HANGUL CHOSEONG CHITUEUMSIOS 
-# \x113D HANGUL CHOSEONG CHITUEUMSSANGSIOS 
-# \x113E HANGUL CHOSEONG CEONGCHIEUMSIOS 
-# \x113F HANGUL CHOSEONG CEONGCHIEUMSSANGSIOS 
-# \x1140 HANGUL CHOSEONG PANSIOS 
-# \x1141 HANGUL CHOSEONG IEUNG-KIYEOK 
-# \x1142 HANGUL CHOSEONG IEUNG-TIKEUT 
-# \x1143 HANGUL CHOSEONG IEUNG-MIEUM 
-# \x1144 HANGUL CHOSEONG IEUNG-PIEUP 
-# \x1145 HANGUL CHOSEONG IEUNG-SIOS 
-# \x1146 HANGUL CHOSEONG IEUNG-PANSIOS 
-# \x1147 HANGUL CHOSEONG SSANGIEUNG 
-# \x1148 HANGUL CHOSEONG IEUNG-CIEUC 
-# \x1149 HANGUL CHOSEONG IEUNG-CHIEUCH 
-# \x114A HANGUL CHOSEONG IEUNG-THIEUTH 
-# \x114B HANGUL CHOSEONG IEUNG-PHIEUPH 
-# \x114C HANGUL CHOSEONG YESIEUNG 
-# \x114D HANGUL CHOSEONG CIEUC-IEUNG 
-# \x114E HANGUL CHOSEONG CHITUEUMCIEUC 
-# \x114F HANGUL CHOSEONG CHITUEUMSSANGCIEUC 
-# \x1150 HANGUL CHOSEONG CEONGCHIEUMCIEUC 
-# \x1151 HANGUL CHOSEONG CEONGCHIEUMSSANGCIEUC 
-# \x1152 HANGUL CHOSEONG CHIEUCH-KHIEUKH 
-# \x1153 HANGUL CHOSEONG CHIEUCH-HIEUH 
-# \x1154 HANGUL CHOSEONG CHITUEUMCHIEUCH 
-# \x1155 HANGUL CHOSEONG CEONGCHIEUMCHIEUCH 
-# \x1156 HANGUL CHOSEONG PHIEUPH-PIEUP 
-# \x1157 HANGUL CHOSEONG KAPYEOUNPHIEUPH 
-# \x1158 HANGUL CHOSEONG SSANGHIEUH 
-# \x1159 HANGUL CHOSEONG YEORINHIEUH 
-# \x115F HANGUL CHOSEONG FILLER 
-# \x1160 HANGUL JUNGSEONG FILLER 
-# \x1161 HANGUL JUNGSEONG A 
-# \x1162 HANGUL JUNGSEONG AE 
-# \x1163 HANGUL JUNGSEONG YA 
-# \x1164 HANGUL JUNGSEONG YAE 
-# \x1165 HANGUL JUNGSEONG EO 
-# \x1166 HANGUL JUNGSEONG E 
-# \x1167 HANGUL JUNGSEONG YEO 
-# \x1168 HANGUL JUNGSEONG YE 
-# \x1169 HANGUL JUNGSEONG O 
-# \x116A HANGUL JUNGSEONG WA 
-# \x116B HANGUL JUNGSEONG WAE 
-# \x116C HANGUL JUNGSEONG OE 
-# \x116D HANGUL JUNGSEONG YO 
-# \x116E HANGUL JUNGSEONG U 
-# \x116F HANGUL JUNGSEONG WEO 
-# \x1170 HANGUL JUNGSEONG WE 
-# \x1171 HANGUL JUNGSEONG WI 
-# \x1172 HANGUL JUNGSEONG YU 
-# \x1173 HANGUL JUNGSEONG EU 
-# \x1174 HANGUL JUNGSEONG YI 
-# \x1175 HANGUL JUNGSEONG I 
-# \x1176 HANGUL JUNGSEONG A-O 
-# \x1177 HANGUL JUNGSEONG A-U 
-# \x1178 HANGUL JUNGSEONG YA-O 
-# \x1179 HANGUL JUNGSEONG YA-YO 
-# \x117A HANGUL JUNGSEONG EO-O 
-# \x117B HANGUL JUNGSEONG EO-U 
-# \x117C HANGUL JUNGSEONG EO-EU 
-# \x117D HANGUL JUNGSEONG YEO-O 
-# \x117E HANGUL JUNGSEONG YEO-U 
-# \x117F HANGUL JUNGSEONG O-EO 
-# \x1180 HANGUL JUNGSEONG O-E 
-# \x1181 HANGUL JUNGSEONG O-YE 
-# \x1182 HANGUL JUNGSEONG O-O 
-# \x1183 HANGUL JUNGSEONG O-U 
-# \x1184 HANGUL JUNGSEONG YO-YA 
-# \x1185 HANGUL JUNGSEONG YO-YAE 
-# \x1186 HANGUL JUNGSEONG YO-YEO 
-# \x1187 HANGUL JUNGSEONG YO-O 
-# \x1188 HANGUL JUNGSEONG YO-I 
-# \x1189 HANGUL JUNGSEONG U-A 
-# \x118A HANGUL JUNGSEONG U-AE 
-# \x118B HANGUL JUNGSEONG U-EO-EU 
-# \x118C HANGUL JUNGSEONG U-YE 
-# \x118D HANGUL JUNGSEONG U-U 
-# \x118E HANGUL JUNGSEONG YU-A 
-# \x118F HANGUL JUNGSEONG YU-EO 
-# \x1190 HANGUL JUNGSEONG YU-E 
-# \x1191 HANGUL JUNGSEONG YU-YEO 
-# \x1192 HANGUL JUNGSEONG YU-YE 
-# \x1193 HANGUL JUNGSEONG YU-U 
-# \x1194 HANGUL JUNGSEONG YU-I 
-# \x1195 HANGUL JUNGSEONG EU-U 
-# \x1196 HANGUL JUNGSEONG EU-EU 
-# \x1197 HANGUL JUNGSEONG YI-U 
-# \x1198 HANGUL JUNGSEONG I-A 
-# \x1199 HANGUL JUNGSEONG I-YA 
-# \x119A HANGUL JUNGSEONG I-O 
-# \x119B HANGUL JUNGSEONG I-U 
-# \x119C HANGUL JUNGSEONG I-EU 
-# \x119D HANGUL JUNGSEONG I-ARAEA 
-# \x119E HANGUL JUNGSEONG ARAEA 
-# \x119F HANGUL JUNGSEONG ARAEA-EO 
-# \x11A0 HANGUL JUNGSEONG ARAEA-U 
-# \x11A1 HANGUL JUNGSEONG ARAEA-I 
-# \x11A2 HANGUL JUNGSEONG SSANGARAEA 
-# \x11A8 HANGUL JONGSEONG KIYEOK g * 
-# \x11A9 HANGUL JONGSEONG SSANGKIYEOK gg * 
-# \x11AA HANGUL JONGSEONG KIYEOK-SIOS gs * 
-# \x11AB HANGUL JONGSEONG NIEUN n * 
-# \x11AC HANGUL JONGSEONG NIEUN-CIEUC nj * 
-# \x11AD HANGUL JONGSEONG NIEUN-HIEUH nh * 
-# \x11AE HANGUL JONGSEONG TIKEUT d * 
-# \x11AF HANGUL JONGSEONG RIEUL l * 
-# \x11B0 HANGUL JONGSEONG RIEUL-KIYEOK lg * 
-# \x11B1 HANGUL JONGSEONG RIEUL-MIEUM lm * 
-# \x11B2 HANGUL JONGSEONG RIEUL-PIEUP lb * 
-# \x11B3 HANGUL JONGSEONG RIEUL-SIOS ls * 
-# \x11B4 HANGUL JONGSEONG RIEUL-THIEUTH lt * 
-# \x11B5 HANGUL JONGSEONG RIEUL-PHIEUPH lp * 
-# \x11B6 HANGUL JONGSEONG RIEUL-HIEUH lh * 
-# \x11B7 HANGUL JONGSEONG MIEUM m * 
-# \x11B8 HANGUL JONGSEONG PIEUP b * 
-# \x11B9 HANGUL JONGSEONG PIEUP-SIOS bs * 
-# \x11BA HANGUL JONGSEONG SIOS s * 
-# \x11BB HANGUL JONGSEONG SSANGSIOS ss * 
-# \x11BC HANGUL JONGSEONG IEUNG ng * 
-# \x11BD HANGUL JONGSEONG CIEUC j * 
-# \x11BE HANGUL JONGSEONG CHIEUCH c * 
-# \x11BF HANGUL JONGSEONG KHIEUKH k * 
-# \x11C0 HANGUL JONGSEONG THIEUTH t * 
-# \x11C1 HANGUL JONGSEONG PHIEUPH p * 
-# \x11C2 HANGUL JONGSEONG HIEUH h * 
-# \x11C3 HANGUL JONGSEONG KIYEOK-RIEUL 
-# \x11C4 HANGUL JONGSEONG KIYEOK-SIOS-KIYEOK 
-# \x11C5 HANGUL JONGSEONG NIEUN-KIYEOK 
-# \x11C6 HANGUL JONGSEONG NIEUN-TIKEUT 
-# \x11C7 HANGUL JONGSEONG NIEUN-SIOS 
-# \x11C8 HANGUL JONGSEONG NIEUN-PANSIOS 
-# \x11C9 HANGUL JONGSEONG NIEUN-THIEUTH 
-# \x11CA HANGUL JONGSEONG TIKEUT-KIYEOK 
-# \x11CB HANGUL JONGSEONG TIKEUT-RIEUL 
-# \x11CC HANGUL JONGSEONG RIEUL-KIYEOK-SIOS 
-# \x11CD HANGUL JONGSEONG RIEUL-NIEUN 
-# \x11CE HANGUL JONGSEONG RIEUL-TIKEUT 
-# \x11CF HANGUL JONGSEONG RIEUL-TIKEUT-HIEUH 
-# \x11D0 HANGUL JONGSEONG SSANGRIEUL 
-# \x11D1 HANGUL JONGSEONG RIEUL-MIEUM-KIYEOK 
-# \x11D2 HANGUL JONGSEONG RIEUL-MIEUM-SIOS 
-# \x11D3 HANGUL JONGSEONG RIEUL-PIEUP-SIOS 
-# \x11D4 HANGUL JONGSEONG RIEUL-PIEUP-HIEUH 
-# \x11D5 HANGUL JONGSEONG RIEUL-KAPYEOUNPIEUP 
-# \x11D6 HANGUL JONGSEONG RIEUL-SSANGSIOS 
-# \x11D7 HANGUL JONGSEONG RIEUL-PANSIOS 
-# \x11D8 HANGUL JONGSEONG RIEUL-KHIEUKH 
-# \x11D9 HANGUL JONGSEONG RIEUL-YEORINHIEUH 
-# \x11DA HANGUL JONGSEONG MIEUM-KIYEOK 
-# \x11DB HANGUL JONGSEONG MIEUM-RIEUL 
-# \x11DC HANGUL JONGSEONG MIEUM-PIEUP 
-# \x11DD HANGUL JONGSEONG MIEUM-SIOS 
-# \x11DE HANGUL JONGSEONG MIEUM-SSANGSIOS 
-# \x11DF HANGUL JONGSEONG MIEUM-PANSIOS 
-# \x11E0 HANGUL JONGSEONG MIEUM-CHIEUCH 
-# \x11E1 HANGUL JONGSEONG MIEUM-HIEUH 
-# \x11E2 HANGUL JONGSEONG KAPYEOUNMIEUM 
-# \x11E3 HANGUL JONGSEONG PIEUP-RIEUL 
-# \x11E4 HANGUL JONGSEONG PIEUP-PHIEUPH 
-# \x11E5 HANGUL JONGSEONG PIEUP-HIEUH 
-# \x11E6 HANGUL JONGSEONG KAPYEOUNPIEUP 
-# \x11E7 HANGUL JONGSEONG SIOS-KIYEOK 
-# \x11E8 HANGUL JONGSEONG SIOS-TIKEUT 
-# \x11E9 HANGUL JONGSEONG SIOS-RIEUL 
-# \x11EA HANGUL JONGSEONG SIOS-PIEUP 
-# \x11EB HANGUL JONGSEONG PANSIOS 
-# \x11EC HANGUL JONGSEONG IEUNG-KIYEOK 
-# \x11ED HANGUL JONGSEONG IEUNG-SSANGKIYEOK 
-# \x11EE HANGUL JONGSEONG SSANGIEUNG 
-# \x11EF HANGUL JONGSEONG IEUNG-KHIEUKH 
-# \x11F0 HANGUL JONGSEONG YESIEUNG 
-# \x11F1 HANGUL JONGSEONG YESIEUNG-SIOS 
-# \x11F2 HANGUL JONGSEONG YESIEUNG-PANSIOS 
-# \x11F3 HANGUL JONGSEONG PHIEUPH-PIEUP 
-# \x11F4 HANGUL JONGSEONG KAPYEOUNPHIEUPH 
-# \x11F5 HANGUL JONGSEONG HIEUH-NIEUN 
-# \x11F6 HANGUL JONGSEONG HIEUH-RIEUL 
-# \x11F7 HANGUL JONGSEONG HIEUH-MIEUM 
-# \x11F8 HANGUL JONGSEONG HIEUH-PIEUP 
-# \x11F9 HANGUL JONGSEONG YEORINHIEUH 
-# \x1200 ETHIOPIC SYLLABLE HA 
-# \x1201 ETHIOPIC SYLLABLE HU 
-# \x1202 ETHIOPIC SYLLABLE HI 
-# \x1203 ETHIOPIC SYLLABLE HAA 
-# \x1204 ETHIOPIC SYLLABLE HEE 
-# \x1205 ETHIOPIC SYLLABLE HE 
-# \x1206 ETHIOPIC SYLLABLE HO 
-# \x1208 ETHIOPIC SYLLABLE LA 
-# \x1209 ETHIOPIC SYLLABLE o 
-# \x120A ETHIOPIC SYLLABLE LI 
-# \x120B ETHIOPIC SYLLABLE LAA 
-# \x120C ETHIOPIC SYLLABLE LEE 
-# \x120D ETHIOPIC SYLLABLE LE 
-# \x120E ETHIOPIC SYLLABLE Lo 
-# \x120F ETHIOPIC SYLLABLE LWA 
-# \x1210 ETHIOPIC SYLLABLE HHA 
-# \x1211 ETHIOPIC SYLLABLE HHU 
-# \x1212 ETHIOPIC SYLLABLE HHI 
-# \x1213 ETHIOPIC SYLLABLE HHAA 
-# \x1214 ETHIOPIC SYLLABLE HHEE 
-# \x1215 ETHIOPIC SYLLABLE HHE 
-# \x1216 ETHIOPIC SYLLABLE HHO 
-# \x1217 ETHIOPIC SYLLABLE HHWA 
-# \x1218 ETHIOPIC SYLLABLE MA 
-# \x1219 ETHIOPIC SYLLABLE MU 
-# \x121A ETHIOPIC SYLLABLE MI 
-# \x121B ETHIOPIC SYLLABLE MAA 
-# \x121C ETHIOPIC SYLLABLE MEE 
-# \x121D ETHIOPIC SYLLABLE ME 
-# \x121E ETHIOPIC SYLLABLE MO 
-# \x121F ETHIOPIC SYLLABLE MWA 
-# \x1220 ETHIOPIC SYLLABLE SZA 
-# \x1221 ETHIOPIC SYLLABLE SZU 
-# \x1222 ETHIOPIC SYLLABLE SZI 
-# \x1223 ETHIOPIC SYLLABLE SZAA 
-# \x1224 ETHIOPIC SYLLABLE SZEE 
-# \x1225 ETHIOPIC SYLLABLE SZE 
-# \x1226 ETHIOPIC SYLLABLE SZO 
-# \x1227 ETHIOPIC SYLLABLE SZWA 
-# \x1228 ETHIOPIC SYLLABLE RA 
-# \x1229 ETHIOPIC SYLLABLE RU 
-# \x122A ETHIOPIC SYLLABLE RI 
-# \x122B ETHIOPIC SYLLABLE RAA 
-# \x122C ETHIOPIC SYLLABLE REE 
-# \x122D ETHIOPIC SYLLABLE RE 
-# \x122E ETHIOPIC SYLLABLE RO 
-# \x122F ETHIOPIC SYLLABLE RWA 
-# \x1230 ETHIOPIC SYLLABLE SA 
-# \x1231 ETHIOPIC SYLLABLE SU 
-# \x1232 ETHIOPIC SYLLABLE SI 
-# \x1233 ETHIOPIC SYLLABLE SAA 
-# \x1234 ETHIOPIC SYLLABLE SEE 
-# \x1235 ETHIOPIC SYLLABLE SE 
-# \x1236 ETHIOPIC SYLLABLE 
-# \x1237 ETHIOPIC SYLLABLE SWA 
-# \x1238 ETHIOPIC SYLLABLE SHA 
-# \x1239 ETHIOPIC SYLLABLE SHU 
-# \x123A ETHIOPIC SYLLABLE SHI 
-# \x123B ETHIOPIC SYLLABLE SHAA 
-# \x123C ETHIOPIC SYLLABLE SHEE 
-# \x123D ETHIOPIC SYLLABLE SHE 
-# \x123E ETHIOPIC SYLLABLE SHO 
-# \x123F ETHIOPIC SYLLABLE SHWA 
-# \x1240 ETHIOPIC SYLLABLE QA 
-# \x1241 ETHIOPIC SYLLABLE QU 
-# \x1242 ETHIOPIC SYLLABLE QI 
-# \x1243 ETHIOPIC SYLLABLE QAA 
-# \x1244 ETHIOPIC SYLLABLE QEE 
-# \x1245 ETHIOPIC SYLLABLE QE 
-# \x1246 ETHIOPIC SYLLABLE QO 
-# \x1248 ETHIOPIC SYLLABLE QWA 
-# \x124A ETHIOPIC SYLLABLE QWI 
-# \x124B ETHIOPIC SYLLABLE QWAA 
-# \x124C ETHIOPIC SYLLABLE QWEE 
-# \x124D ETHIOPIC SYLLABLE QWE 
-# \x1250 ETHIOPIC SYLLABLE QHA 
-# \x1251 ETHIOPIC SYLLABLE QHU 
-# \x1252 ETHIOPIC SYLLABLE QHI 
-# \x1253 ETHIOPIC SYLLABLE QHAA 
-# \x1254 ETHIOPIC SYLLABLE QHEE 
-# \x1255 ETHIOPIC SYLLABLE QHE 
-# \x1256 ETHIOPIC SYLLABLE QHO 
-# \x1258 ETHIOPIC SYLLABLE QHWA 
-# \x125A ETHIOPIC SYLLABLE QHWI 
-# \x125B ETHIOPIC SYLLABLE QHWAA 
-# \x125C ETHIOPIC SYLLABLE QHWEE 
-# \x125D ETHIOPIC SYLLABLE QHWE 
-# \x1260 ETHIOPIC SYLLABLE BA 
-# \x1261 ETHIOPIC SYLLABLE BU 
-# \x1262 ETHIOPIC SYLLABLE BI 
-# \x1263 ETHIOPIC SYLLABLE BAA 
-# \x1264 ETHIOPIC SYLLABLE BEE 
-# \x1265 ETHIOPIC SYLLABLE BE 
-# \x1266 ETHIOPIC SYLLABLE BO 
-# \x1267 ETHIOPIC SYLLABLE BWA 
-# \x1268 ETHIOPIC SYLLABLE VA 
-# \x1269 ETHIOPIC SYLLABLE VU 
-# \x126A ETHIOPIC SYLLABLE VI 
-# \x126B ETHIOPIC SYLLABLE VAA 
-# \x126C ETHIOPIC SYLLABLE VEE 
-# \x126D ETHIOPIC SYLLABLE VE 
-# \x126E ETHIOPIC SYLLABLE VO 
-# \x126F ETHIOPIC SYLLABLE VWA 
-# \x1270 ETHIOPIC SYLLABLE TA 
-# \x1271 ETHIOPIC SYLLABLE TU 
-# \x1272 ETHIOPIC SYLLABLE TI 
-# \x1273 ETHIOPIC SYLLABLE TAA 
-# \x1274 ETHIOPIC SYLLABLE TEE 
-# \x1275 ETHIOPIC SYLLABLE TE 
-# \x1276 ETHIOPIC SYLLABLE TO 
-# \x1277 ETHIOPIC SYLLABLE TWA 
-# \x1278 ETHIOPIC SYLLABLE CA 
-# \x1279 ETHIOPIC SYLLABLE CU 
-# \x127A ETHIOPIC SYLLABLE CI 
-# \x127B ETHIOPIC SYLLABLE CAA 
-# \x127C ETHIOPIC SYLLABLE CEE 
-# \x127D ETHIOPIC SYLLABLE CE 
-# \x127E ETHIOPIC SYLLABLE CO 
-# \x127F ETHIOPIC SYLLABLE CWA 
-# \x1280 ETHIOPIC SYLLABLE XA 
-# \x1281 ETHIOPIC SYLLABLE XU 
-# \x1282 ETHIOPIC SYLLABLE XI 
-# \x1283 ETHIOPIC SYLLABLE XAA 
-# \x1284 ETHIOPIC SYLLABLE XEE 
-# \x1285 ETHIOPIC SYLLABLE XE 
-# \x1286 ETHIOPIC SYLLABLE XO 
-# \x1288 ETHIOPIC SYLLABLE XWA 
-# \x128A ETHIOPIC SYLLABLE XWI 
-# \x128B ETHIOPIC SYLLABLE XWAA 
-# \x128C ETHIOPIC SYLLABLE XWEE 
-# \x128D ETHIOPIC SYLLABLE XWE 
-# \x1290 ETHIOPIC SYLLABLE NA 
-# \x1291 ETHIOPIC SYLLABLE NU 
-# \x1292 ETHIOPIC SYLLABLE NI 
-# \x1293 ETHIOPIC SYLLABLE NAA 
-# \x1294 ETHIOPIC SYLLABLE NEE 
-# \x1295 ETHIOPIC SYLLABLE NE 
-# \x1296 ETHIOPIC SYLLABLE NO 
-# \x1297 ETHIOPIC SYLLABLE NWA 
-# \x1298 ETHIOPIC SYLLABLE NYA 
-# \x1299 ETHIOPIC SYLLABLE NYU 
-# \x129A ETHIOPIC SYLLABLE NYI 
-# \x129B ETHIOPIC SYLLABLE NYAA 
-# \x129C ETHIOPIC SYLLABLE NYEE 
-# \x129D ETHIOPIC SYLLABLE NYE 
-# \x129E ETHIOPIC SYLLABLE NYO 
-# \x129F ETHIOPIC SYLLABLE NYWA 
-# \x12A0 ETHIOPIC SYLLABLE GLOTTAL A 
-# \x12A1 ETHIOPIC SYLLABLE GLOTTAL U 
-# \x12A2 ETHIOPIC SYLLABLE GLOTTAL I 
-# \x12A3 ETHIOPIC SYLLABLE GLOTTAL AA 
-# \x12A4 ETHIOPIC SYLLABLE GLOTTAL EE 
-# \x12A5 ETHIOPIC SYLLABLE GLOTTAL E 
-# \x12A6 ETHIOPIC SYLLABLE GLOTTAL O 
-# \x12A7 ETHIOPIC SYLLABLE GLOTTAL WA 
-# \x12A8 ETHIOPIC SYLLABLE KA 
-# \x12A9 ETHIOPIC SYLLABLE KU 
-# \x12AA ETHIOPIC SYLLABLE KI 
-# \x12AB ETHIOPIC SYLLABLE KAA 
-# \x12AC ETHIOPIC SYLLABLE KEE 
-# \x12AD ETHIOPIC SYLLABLE KE 
-# \x12AE ETHIOPIC SYLLABLE KO 
-# \x12B0 ETHIOPIC SYLLABLE KWA 
-# \x12B2 ETHIOPIC SYLLABLE KWI 
-# \x12B3 ETHIOPIC SYLLABLE KWAA 
-# \x12B4 ETHIOPIC SYLLABLE KWEE 
-# \x12B5 ETHIOPIC SYLLABLE KWE 
-# \x12B8 ETHIOPIC SYLLABLE KXA 
-# \x12B9 ETHIOPIC SYLLABLE KXU 
-# \x12BA ETHIOPIC SYLLABLE KXI 
-# \x12BB ETHIOPIC SYLLABLE KXAA 
-# \x12BC ETHIOPIC SYLLABLE KXEE 
-# \x12BD ETHIOPIC SYLLABLE KXE 
-# \x12BE ETHIOPIC SYLLABLE KXO 
-# \x12C0 ETHIOPIC SYLLABLE KXWA 
-# \x12C2 ETHIOPIC SYLLABLE KXWI 
-# \x12C3 ETHIOPIC SYLLABLE KXWAA 
-# \x12C4 ETHIOPIC SYLLABLE KXWEE 
-# \x12C5 ETHIOPIC SYLLABLE KXWE 
-# \x12C8 ETHIOPIC SYLLABLE WA 
-# \x12C9 ETHIOPIC SYLLABLE WU 
-# \x12CA ETHIOPIC SYLLABLE WI 
-# \x12CB ETHIOPIC SYLLABLE WAA 
-# \x12CC ETHIOPIC SYLLABLE WEE 
-# \x12CD ETHIOPIC SYLLABLE WE 
-# \x12CE ETHIOPIC SYLLABLE WO 
-# \x12D0 ETHIOPIC SYLLABLE PHARYNGEAL A 
-# \x12D1 ETHIOPIC SYLLABLE PHARYNGEAL U 
-# \x12D2 ETHIOPIC SYLLABLE PHARYNGEAL I 
-# \x12D3 ETHIOPIC SYLLABLE PHARYNGEAL AA 
-# \x12D4 ETHIOPIC SYLLABLE PHARYNGEAL EE 
-# \x12D5 ETHIOPIC SYLLABLE PHARYNGEAL E 
-# \x12D6 ETHIOPIC SYLLABLE PHARYNGEAL O 
-# \x12D8 ETHIOPIC SYLLABLE ZA 
-# \x12D9 ETHIOPIC SYLLABLE ZU 
-# \x12DA ETHIOPIC SYLLABLE ZI 
-# \x12DB ETHIOPIC SYLLABLE ZAA 
-# \x12DC ETHIOPIC SYLLABLE ZEE 
-# \x12DD ETHIOPIC SYLLABLE ZE 
-# \x12DE ETHIOPIC SYLLABLE ZO 
-# \x12DF ETHIOPIC SYLLABLE ZWA 
-# \x12E0 ETHIOPIC SYLLABLE ZHA 
-# \x12E1 ETHIOPIC SYLLABLE ZHU 
-# \x12E2 ETHIOPIC SYLLABLE ZHI 
-# \x12E3 ETHIOPIC SYLLABLE ZHAA 
-# \x12E4 ETHIOPIC SYLLABLE ZHEE 
-# \x12E5 ETHIOPIC SYLLABLE ZHE 
-# \x12E6 ETHIOPIC SYLLABLE ZHO 
-# \x12E7 ETHIOPIC SYLLABLE ZHWA 
-# \x12E8 ETHIOPIC SYLLABLE YA 
-# \x12E9 ETHIOPIC SYLLABLE YU 
-# \x12EA ETHIOPIC SYLLABLE YI 
-# \x12EB ETHIOPIC SYLLABLE YAA 
-# \x12EC ETHIOPIC SYLLABLE YEE 
-# \x12ED ETHIOPIC SYLLABLE YE 
-# \x12EE ETHIOPIC SYLLABLE YO 
-# \x12F0 ETHIOPIC SYLLABLE DA 
-# \x12F1 ETHIOPIC SYLLABLE DU 
-# \x12F2 ETHIOPIC SYLLABLE DI 
-# \x12F3 ETHIOPIC SYLLABLE DAA 
-# \x12F4 ETHIOPIC SYLLABLE DEE 
-# \x12F5 ETHIOPIC SYLLABLE DE 
-# \x12F6 ETHIOPIC SYLLABLE DO 
-# \x12F7 ETHIOPIC SYLLABLE DWA 
-# \x12F8 ETHIOPIC SYLLABLE DDA 
-# \x12F9 ETHIOPIC SYLLABLE DDU 
-# \x12FA ETHIOPIC SYLLABLE DDI 
-# \x12FB ETHIOPIC SYLLABLE DDAA 
-# \x12FC ETHIOPIC SYLLABLE DDEE 
-# \x12FD ETHIOPIC SYLLABLE DDE 
-# \x12FE ETHIOPIC SYLLABLE DDO 
-# \x12FF ETHIOPIC SYLLABLE DDWA 
-# \x1300 ETHIOPIC SYLLABLE JA 
-# \x1301 ETHIOPIC SYLLABLE JU 
-# \x1302 ETHIOPIC SYLLABLE JI 
-# \x1303 ETHIOPIC SYLLABLE JAA 
-# \x1304 ETHIOPIC SYLLABLE JEE 
-# \x1305 ETHIOPIC SYLLABLE JE 
-# \x1306 ETHIOPIC SYLLABLE JO 
-# \x1307 ETHIOPIC SYLLABLE JWA 
-# \x1308 ETHIOPIC SYLLABLE GA 
-# \x1309 ETHIOPIC SYLLABLE GU 
-# \x130A ETHIOPIC SYLLABLE GI 
-# \x130B ETHIOPIC SYLLABLE GAA 
-# \x130C ETHIOPIC SYLLABLE GEE 
-# \x130D ETHIOPIC SYLLABLE GE 
-# \x130E ETHIOPIC SYLLABLE GO 
-# \x1310 ETHIOPIC SYLLABLE GWA 
-# \x1312 ETHIOPIC SYLLABLE GWI 
-# \x1313 ETHIOPIC SYLLABLE GWAA 
-# \x1314 ETHIOPIC SYLLABLE GWEE 
-# \x1315 ETHIOPIC SYLLABLE GWE 
-# \x1318 ETHIOPIC SYLLABLE GGA 
-# \x1319 ETHIOPIC SYLLABLE GGU 
-# \x131A ETHIOPIC SYLLABLE GGI 
-# \x131B ETHIOPIC SYLLABLE GGAA 
-# \x131C ETHIOPIC SYLLABLE GGEE 
-# \x131D ETHIOPIC SYLLABLE GGE 
-# \x131E ETHIOPIC SYLLABLE GGO 
-# \x1320 ETHIOPIC SYLLABLE THA 
-# \x1321 ETHIOPIC SYLLABLE THU 
-# \x1322 ETHIOPIC SYLLABLE THI 
-# \x1323 ETHIOPIC SYLLABLE THAA 
-# \x1324 ETHIOPIC SYLLABLE THEE 
-# \x1325 ETHIOPIC SYLLABLE THE 
-# \x1326 ETHIOPIC SYLLABLE THO 
-# \x1327 ETHIOPIC SYLLABLE THWA 
-# \x1328 ETHIOPIC SYLLABLE CHA 
-# \x1329 ETHIOPIC SYLLABLE CHU 
-# \x132A ETHIOPIC SYLLABLE CHI 
-# \x132B ETHIOPIC SYLLABLE CHAA 
-# \x132C ETHIOPIC SYLLABLE CHEE 
-# \x132D ETHIOPIC SYLLABLE CHE 
-# \x132E ETHIOPIC SYLLABLE CHO 
-# \x132F ETHIOPIC SYLLABLE CHWA 
-# \x1330 ETHIOPIC SYLLABLE PHA 
-# \x1331 ETHIOPIC SYLLABLE PHU 
-# \x1332 ETHIOPIC SYLLABLE PHI 
-# \x1333 ETHIOPIC SYLLABLE PHAA 
-# \x1334 ETHIOPIC SYLLABLE PHEE 
-# \x1335 ETHIOPIC SYLLABLE PHE 
-# \x1336 ETHIOPIC SYLLABLE PHO 
-# \x1337 ETHIOPIC SYLLABLE PHWA 
-# \x1338 ETHIOPIC SYLLABLE TSA 
-# \x1339 ETHIOPIC SYLLABLE TSU 
-# \x133A ETHIOPIC SYLLABLE TSI 
-# \x133B ETHIOPIC SYLLABLE TSAA 
-# \x133C ETHIOPIC SYLLABLE TSEE 
-# \x133D ETHIOPIC SYLLABLE TSE 
-# \x133E ETHIOPIC SYLLABLE TSO 
-# \x133F ETHIOPIC SYLLABLE TSWA 
-# \x1340 ETHIOPIC SYLLABLE TZA 
-# \x1341 ETHIOPIC SYLLABLE TZU 
-# \x1342 ETHIOPIC SYLLABLE TZI 
-# \x1343 ETHIOPIC SYLLABLE TZAA 
-# \x1344 ETHIOPIC SYLLABLE TZEE 
-# \x1345 ETHIOPIC SYLLABLE TZE 
-# \x1346 ETHIOPIC SYLLABLE TZO 
-# \x1348 ETHIOPIC SYLLABLE FA 
-# \x1349 ETHIOPIC SYLLABLE FU 
-# \x134A ETHIOPIC SYLLABLE FI 
-# \x134B ETHIOPIC SYLLABLE FAA 
-# \x134C ETHIOPIC SYLLABLE FEE 
-# \x134D ETHIOPIC SYLLABLE FE 
-# \x134E ETHIOPIC SYLLABLE FO 
-# \x134F ETHIOPIC SYLLABLE FWA 
-# \x1350 ETHIOPIC SYLLABLE PA 
-# \x1351 ETHIOPIC SYLLABLE PU 
-# \x1352 ETHIOPIC SYLLABLE PI 
-# \x1353 ETHIOPIC SYLLABLE PAA 
-# \x1354 ETHIOPIC SYLLABLE PEE 
-# \x1355 ETHIOPIC SYLLABLE PE 
-# \x1356 ETHIOPIC SYLLABLE 
-# \x1357 ETHIOPIC SYLLABLE PWA 
-# \x1358 ETHIOPIC SYLLABLE RYA 
-# \x1359 ETHIOPIC SYLLABLE MYA 
-# \x135A ETHIOPIC SYLLABLE FYA 
-# \x1361 ETHIOPIC WORDSPACE 
-# \x1362 ETHIOPIC FULL STOP 
-# \x1363 ETHIOPIC COMMA 
-# \x1364 ETHIOPIC SEMICOLON 
-# \x1365 ETHIOPIC COLON 
-# \x1366 ETHIOPIC PREFACE COLON 
-# \x1367 ETHIOPIC QUESTION MARK 
-# \x1368 ETHIOPIC PARAGRAPH SEPARATOR 
-# \x1369 ETHIOPIC DIGIT ONE Nd 1 1 
-# \x136A ETHIOPIC DIGIT TWO Nd 2 2 
-# \x136B ETHIOPIC DIGIT THREE Nd 3 3 
-# \x136C ETHIOPIC DIGIT FOUR Nd 4 4 
-# \x136D ETHIOPIC DIGIT FIVE Nd 5 5 
-# \x136E ETHIOPIC DIGIT SIX Nd 6 6 
-# \x136F ETHIOPIC DIGIT SEVEN Nd 7 7 
-# \x1370 ETHIOPIC DIGIT EIGHT Nd 8 8 
-# \x1371 ETHIOPIC DIGIT NINE Nd 9 9 
-# \x1372 ETHIOPIC NUMBER TEN No 10 
-# \x1373 ETHIOPIC NUMBER TWENTY No 20 
-# \x1374 ETHIOPIC NUMBER THIRTY No 30 
-# \x1375 ETHIOPIC NUMBER FORTY No 40 
-# \x1376 ETHIOPIC NUMBER FIFTY No 50 
-# \x1377 ETHIOPIC NUMBER SIXTY No 60 
-# \x1378 ETHIOPIC NUMBER SEVENTY No 70 
-# \x1379 ETHIOPIC NUMBER EIGHTY No 80 
-# \x137A ETHIOPIC NUMBER NINETY No 90 
-# \x137B ETHIOPIC NUMBER HUNDRED No 100 
-# \x137C ETHIOPIC NUMBER TEN THOUSAND No 10000 
-# \x13A0 CHEROKEE LETTER A 
-# \x13A1 CHEROKEE LETTER E 
-# \x13A2 CHEROKEE LETTER I 
-# \x13A3 CHEROKEE LETTER O 
-# \x13A4 CHEROKEE LETTER U 
-# \x13A5 CHEROKEE LETTER V 
-# \x13A6 CHEROKEE LETTER GA 
-# \x13A7 CHEROKEE LETTER KA 
-# \x13A8 CHEROKEE LETTER GE 
-# \x13A9 CHEROKEE LETTER GI 
-# \x13AA CHEROKEE LETTER GO 
-# \x13AB CHEROKEE LETTER GU 
-# \x13AC CHEROKEE LETTER GV 
-# \x13AD CHEROKEE LETTER HA 
-# \x13AE CHEROKEE LETTER HE 
-# \x13AF CHEROKEE LETTER HI 
-# \x13B0 CHEROKEE LETTER HO 
-# \x13B1 CHEROKEE LETTER HU 
-# \x13B2 CHEROKEE LETTER HV 
-# \x13B3 CHEROKEE LETTER LA 
-# \x13B4 CHEROKEE LETTER LE 
-# \x13B5 CHEROKEE LETTER LI 
-# \x13B6 CHEROKEE LETTER Lo 
-# \x13B7 CHEROKEE LETTER o 
-# \x13B8 CHEROKEE LETTER LV 
-# \x13B9 CHEROKEE LETTER MA 
-# \x13BA CHEROKEE LETTER ME 
-# \x13BB CHEROKEE LETTER MI 
-# \x13BC CHEROKEE LETTER MO 
-# \x13BD CHEROKEE LETTER MU 
-# \x13BE CHEROKEE LETTER NA 
-# \x13BF CHEROKEE LETTER HNA 
-# \x13C0 CHEROKEE LETTER NAH 
-# \x13C1 CHEROKEE LETTER NE 
-# \x13C2 CHEROKEE LETTER NI 
-# \x13C3 CHEROKEE LETTER NO 
-# \x13C4 CHEROKEE LETTER NU 
-# \x13C5 CHEROKEE LETTER NV 
-# \x13C6 CHEROKEE LETTER QUA 
-# \x13C7 CHEROKEE LETTER QUE 
-# \x13C8 CHEROKEE LETTER QUI 
-# \x13C9 CHEROKEE LETTER QUO 
-# \x13CA CHEROKEE LETTER QUU 
-# \x13CB CHEROKEE LETTER QUV 
-# \x13CC CHEROKEE LETTER SA 
-# \x13CD CHEROKEE LETTER S 
-# \x13CE CHEROKEE LETTER SE 
-# \x13CF CHEROKEE LETTER SI 
-# \x13D0 CHEROKEE LETTER 
-# \x13D1 CHEROKEE LETTER SU 
-# \x13D2 CHEROKEE LETTER SV 
-# \x13D3 CHEROKEE LETTER DA 
-# \x13D4 CHEROKEE LETTER TA 
-# \x13D5 CHEROKEE LETTER DE 
-# \x13D6 CHEROKEE LETTER TE 
-# \x13D7 CHEROKEE LETTER DI 
-# \x13D8 CHEROKEE LETTER TI 
-# \x13D9 CHEROKEE LETTER DO 
-# \x13DA CHEROKEE LETTER DU 
-# \x13DB CHEROKEE LETTER DV 
-# \x13DC CHEROKEE LETTER DLA 
-# \x13DD CHEROKEE LETTER TLA 
-# \x13DE CHEROKEE LETTER TLE 
-# \x13DF CHEROKEE LETTER TLI 
-# \x13E0 CHEROKEE LETTER TLO 
-# \x13E1 CHEROKEE LETTER To 
-# \x13E2 CHEROKEE LETTER TLV 
-# \x13E3 CHEROKEE LETTER TSA 
-# \x13E4 CHEROKEE LETTER TSE 
-# \x13E5 CHEROKEE LETTER TSI 
-# \x13E6 CHEROKEE LETTER TSO 
-# \x13E7 CHEROKEE LETTER TSU 
-# \x13E8 CHEROKEE LETTER TSV 
-# \x13E9 CHEROKEE LETTER WA 
-# \x13EA CHEROKEE LETTER WE 
-# \x13EB CHEROKEE LETTER WI 
-# \x13EC CHEROKEE LETTER WO 
-# \x13ED CHEROKEE LETTER WU 
-# \x13EE CHEROKEE LETTER WV 
-# \x13EF CHEROKEE LETTER YA 
-# \x13F0 CHEROKEE LETTER YE 
-# \x13F1 CHEROKEE LETTER YI 
-# \x13F2 CHEROKEE LETTER YO 
-# \x13F3 CHEROKEE LETTER YU 
-# \x13F4 CHEROKEE LETTER YV 
-# \x1401 CANADIAN SYLLABICS E 
-# \x1402 CANADIAN SYLLABICS AAI 
-# \x1403 CANADIAN SYLLABICS I 
-# \x1404 CANADIAN SYLLABICS II 
-# \x1405 CANADIAN SYLLABICS O 
-# \x1406 CANADIAN SYLLABICS OO 
-# \x1407 CANADIAN SYLLABICS Y-CREE OO 
-# \x1408 CANADIAN SYLLABICS CARRIER EE 
-# \x1409 CANADIAN SYLLABICS CARRIER I 
-# \x140A CANADIAN SYLLABICS A 
-# \x140B CANADIAN SYLLABICS AA 
-# \x140C CANADIAN SYLLABICS WE 
-# \x140D CANADIAN SYLLABICS WEST-CREE WE 
-# \x140E CANADIAN SYLLABICS WI 
-# \x140F CANADIAN SYLLABICS WEST-CREE WI 
-# \x1410 CANADIAN SYLLABICS WII 
-# \x1411 CANADIAN SYLLABICS WEST-CREE WII 
-# \x1412 CANADIAN SYLLABICS WO 
-# \x1413 CANADIAN SYLLABICS WEST-CREE WO 
-# \x1414 CANADIAN SYLLABICS WOO 
-# \x1415 CANADIAN SYLLABICS WEST-CREE WOO 
-# \x1416 CANADIAN SYLLABICS NASKAPI WOO 
-# \x1417 CANADIAN SYLLABICS WA 
-# \x1418 CANADIAN SYLLABICS WEST-CREE WA 
-# \x1419 CANADIAN SYLLABICS WAA 
-# \x141A CANADIAN SYLLABICS WEST-CREE WAA 
-# \x141B CANADIAN SYLLABICS NASKAPI WAA 
-# \x141C CANADIAN SYLLABICS AI 
-# \x141D CANADIAN SYLLABICS Y-CREE W 
-# \x141E CANADIAN SYLLABICS GLOTTAL STOP 
-# \x141F CANADIAN SYLLABICS FINAL ACUTE 
-# \x1420 CANADIAN SYLLABICS FINAL GRAVE 
-# \x1421 CANADIAN SYLLABICS FINAL BOTTOM HALF RING 
-# \x1422 CANADIAN SYLLABICS FINAL TOP HALF RING 
-# \x1423 CANADIAN SYLLABICS FINAL RIGHT HALF RING 
-# \x1424 CANADIAN SYLLABICS FINAL RING 
-# \x1425 CANADIAN SYLLABICS FINAL DOUBLE ACUTE 
-# \x1426 CANADIAN SYLLABICS FINAL DOUBLE SHORT VERTICAL STROKES 
-# \x1427 CANADIAN SYLLABICS FINAL MIDDLE DOT 
-# \x1428 CANADIAN SYLLABICS FINAL SHORT HORIZONTAL STROKE 
-# \x1429 CANADIAN SYLLABICS FINAL PLUS 
-# \x142A CANADIAN SYLLABICS FINAL DOWN TACK 
-# \x142B CANADIAN SYLLABICS EN 
-# \x142C CANADIAN SYLLABICS IN 
-# \x142D CANADIAN SYLLABICS 
-# \x142E CANADIAN SYLLABICS AN 
-# \x142F CANADIAN SYLLABICS PE 
-# \x1430 CANADIAN SYLLABICS PAAI 
-# \x1431 CANADIAN SYLLABICS PI 
-# \x1432 CANADIAN SYLLABICS PII 
-# \x1433 CANADIAN SYLLABICS 
-# \x1434 CANADIAN SYLLABICS POO 
-# \x1435 CANADIAN SYLLABICS Y-CREE POO 
-# \x1436 CANADIAN SYLLABICS CARRIER HEE 
-# \x1437 CANADIAN SYLLABICS CARRIER HI 
-# \x1438 CANADIAN SYLLABICS PA 
-# \x1439 CANADIAN SYLLABICS PAA 
-# \x143A CANADIAN SYLLABICS PWE 
-# \x143B CANADIAN SYLLABICS WEST-CREE PWE 
-# \x143C CANADIAN SYLLABICS PWI 
-# \x143D CANADIAN SYLLABICS WEST-CREE PWI 
-# \x143E CANADIAN SYLLABICS PWII 
-# \x143F CANADIAN SYLLABICS WEST-CREE PWII 
-# \x1440 CANADIAN SYLLABICS PWO 
-# \x1441 CANADIAN SYLLABICS WEST-CREE PWO 
-# \x1442 CANADIAN SYLLABICS PWOO 
-# \x1443 CANADIAN SYLLABICS WEST-CREE PWOO 
-# \x1444 CANADIAN SYLLABICS PWA 
-# \x1445 CANADIAN SYLLABICS WEST-CREE PWA 
-# \x1446 CANADIAN SYLLABICS PWAA 
-# \x1447 CANADIAN SYLLABICS WEST-CREE PWAA 
-# \x1448 CANADIAN SYLLABICS Y-CREE PWAA 
-# \x1449 CANADIAN SYLLABICS P 
-# \x144A CANADIAN SYLLABICS WEST-CREE P 
-# \x144B CANADIAN SYLLABICS CARRIER H 
-# \x144C CANADIAN SYLLABICS TE 
-# \x144D CANADIAN SYLLABICS TAAI 
-# \x144E CANADIAN SYLLABICS TI 
-# \x144F CANADIAN SYLLABICS TII 
-# \x1450 CANADIAN SYLLABICS TO 
-# \x1451 CANADIAN SYLLABICS TOO 
-# \x1452 CANADIAN SYLLABICS Y-CREE TOO 
-# \x1453 CANADIAN SYLLABICS CARRIER DEE 
-# \x1454 CANADIAN SYLLABICS CARRIER DI 
-# \x1455 CANADIAN SYLLABICS TA 
-# \x1456 CANADIAN SYLLABICS TAA 
-# \x1457 CANADIAN SYLLABICS TWE 
-# \x1458 CANADIAN SYLLABICS WEST-CREE TWE 
-# \x1459 CANADIAN SYLLABICS TWI 
-# \x145A CANADIAN SYLLABICS WEST-CREE TWI 
-# \x145B CANADIAN SYLLABICS TWII 
-# \x145C CANADIAN SYLLABICS WEST-CREE TWII 
-# \x145D CANADIAN SYLLABICS TWO 
-# \x145E CANADIAN SYLLABICS WEST-CREE TWO 
-# \x145F CANADIAN SYLLABICS TWOO 
-# \x1460 CANADIAN SYLLABICS WEST-CREE TWOO 
-# \x1461 CANADIAN SYLLABICS TWA 
-# \x1462 CANADIAN SYLLABICS WEST-CREE TWA 
-# \x1463 CANADIAN SYLLABICS TWAA 
-# \x1464 CANADIAN SYLLABICS WEST-CREE TWAA 
-# \x1465 CANADIAN SYLLABICS NASKAPI TWAA 
-# \x1466 CANADIAN SYLLABICS T 
-# \x1467 CANADIAN SYLLABICS TTE 
-# \x1468 CANADIAN SYLLABICS TTI 
-# \x1469 CANADIAN SYLLABICS TTO 
-# \x146A CANADIAN SYLLABICS TTA 
-# \x146B CANADIAN SYLLABICS KE 
-# \x146C CANADIAN SYLLABICS KAAI 
-# \x146D CANADIAN SYLLABICS KI 
-# \x146E CANADIAN SYLLABICS KII 
-# \x146F CANADIAN SYLLABICS KO 
-# \x1470 CANADIAN SYLLABICS KOO 
-# \x1471 CANADIAN SYLLABICS Y-CREE KOO 
-# \x1472 CANADIAN SYLLABICS KA 
-# \x1473 CANADIAN SYLLABICS KAA 
-# \x1474 CANADIAN SYLLABICS KWE 
-# \x1475 CANADIAN SYLLABICS WEST-CREE KWE 
-# \x1476 CANADIAN SYLLABICS KWI 
-# \x1477 CANADIAN SYLLABICS WEST-CREE KWI 
-# \x1478 CANADIAN SYLLABICS KWII 
-# \x1479 CANADIAN SYLLABICS WEST-CREE KWII 
-# \x147A CANADIAN SYLLABICS KWO 
-# \x147B CANADIAN SYLLABICS WEST-CREE KWO 
-# \x147C CANADIAN SYLLABICS KWOO 
-# \x147D CANADIAN SYLLABICS WEST-CREE KWOO 
-# \x147E CANADIAN SYLLABICS KWA 
-# \x147F CANADIAN SYLLABICS WEST-CREE KWA 
-# \x1480 CANADIAN SYLLABICS KWAA 
-# \x1481 CANADIAN SYLLABICS WEST-CREE KWAA 
-# \x1482 CANADIAN SYLLABICS NASKAPI KWAA 
-# \x1483 CANADIAN SYLLABICS K 
-# \x1484 CANADIAN SYLLABICS KW 
-# \x1485 CANADIAN SYLLABICS SOUTH-SLAVEY KEH 
-# \x1486 CANADIAN SYLLABICS SOUTH-SLAVEY KIH 
-# \x1487 CANADIAN SYLLABICS SOUTH-SLAVEY KOH 
-# \x1488 CANADIAN SYLLABICS SOUTH-SLAVEY KAH 
-# \x1489 CANADIAN SYLLABICS CE 
-# \x148A CANADIAN SYLLABICS CAAI 
-# \x148B CANADIAN SYLLABICS CI 
-# \x148C CANADIAN SYLLABICS CII 
-# \x148D CANADIAN SYLLABICS CO 
-# \x148E CANADIAN SYLLABICS COO 
-# \x148F CANADIAN SYLLABICS Y-CREE COO 
-# \x1490 CANADIAN SYLLABICS CA 
-# \x1491 CANADIAN SYLLABICS CAA 
-# \x1492 CANADIAN SYLLABICS CWE 
-# \x1493 CANADIAN SYLLABICS WEST-CREE CWE 
-# \x1494 CANADIAN SYLLABICS CWI 
-# \x1495 CANADIAN SYLLABICS WEST-CREE CWI 
-# \x1496 CANADIAN SYLLABICS CWII 
-# \x1497 CANADIAN SYLLABICS WEST-CREE CWII 
-# \x1498 CANADIAN SYLLABICS CWO 
-# \x1499 CANADIAN SYLLABICS WEST-CREE CWO 
-# \x149A CANADIAN SYLLABICS CWOO 
-# \x149B CANADIAN SYLLABICS WEST-CREE CWOO 
-# \x149C CANADIAN SYLLABICS CWA 
-# \x149D CANADIAN SYLLABICS WEST-CREE CWA 
-# \x149E CANADIAN SYLLABICS CWAA 
-# \x149F CANADIAN SYLLABICS WEST-CREE CWAA 
-# \x14A0 CANADIAN SYLLABICS NASKAPI CWAA 
-# \x14A1 CANADIAN SYLLABICS C 
-# \x14A2 CANADIAN SYLLABICS SAYISI TH 
-# \x14A3 CANADIAN SYLLABICS ME 
-# \x14A4 CANADIAN SYLLABICS MAAI 
-# \x14A5 CANADIAN SYLLABICS MI 
-# \x14A6 CANADIAN SYLLABICS MII 
-# \x14A7 CANADIAN SYLLABICS MO 
-# \x14A8 CANADIAN SYLLABICS MOO 
-# \x14A9 CANADIAN SYLLABICS Y-CREE MOO 
-# \x14AA CANADIAN SYLLABICS MA 
-# \x14AB CANADIAN SYLLABICS MAA 
-# \x14AC CANADIAN SYLLABICS MWE 
-# \x14AD CANADIAN SYLLABICS WEST-CREE MWE 
-# \x14AE CANADIAN SYLLABICS MWI 
-# \x14AF CANADIAN SYLLABICS WEST-CREE MWI 
-# \x14B0 CANADIAN SYLLABICS MWII 
-# \x14B1 CANADIAN SYLLABICS WEST-CREE MWII 
-# \x14B2 CANADIAN SYLLABICS MWO 
-# \x14B3 CANADIAN SYLLABICS WEST-CREE MWO 
-# \x14B4 CANADIAN SYLLABICS MWOO 
-# \x14B5 CANADIAN SYLLABICS WEST-CREE MWOO 
-# \x14B6 CANADIAN SYLLABICS MWA 
-# \x14B7 CANADIAN SYLLABICS WEST-CREE MWA 
-# \x14B8 CANADIAN SYLLABICS MWAA 
-# \x14B9 CANADIAN SYLLABICS WEST-CREE MWAA 
-# \x14BA CANADIAN SYLLABICS NASKAPI MWAA 
-# \x14BB CANADIAN SYLLABICS M 
-# \x14BC CANADIAN SYLLABICS WEST-CREE M 
-# \x14BD CANADIAN SYLLABICS MH 
-# \x14BE CANADIAN SYLLABICS ATHAPASCAN M 
-# \x14BF CANADIAN SYLLABICS SAYISI M 
-# \x14C0 CANADIAN SYLLABICS NE 
-# \x14C1 CANADIAN SYLLABICS NAAI 
-# \x14C2 CANADIAN SYLLABICS NI 
-# \x14C3 CANADIAN SYLLABICS NII 
-# \x14C4 CANADIAN SYLLABICS NO 
-# \x14C5 CANADIAN SYLLABICS NOO 
-# \x14C6 CANADIAN SYLLABICS Y-CREE NOO 
-# \x14C7 CANADIAN SYLLABICS NA 
-# \x14C8 CANADIAN SYLLABICS NAA 
-# \x14C9 CANADIAN SYLLABICS NWE 
-# \x14CA CANADIAN SYLLABICS WEST-CREE NWE 
-# \x14CB CANADIAN SYLLABICS NWA 
-# \x14CC CANADIAN SYLLABICS WEST-CREE NWA 
-# \x14CD CANADIAN SYLLABICS NWAA 
-# \x14CE CANADIAN SYLLABICS WEST-CREE NWAA 
-# \x14CF CANADIAN SYLLABICS NASKAPI NWAA 
-# \x14D0 CANADIAN SYLLABICS 
-# \x14D1 CANADIAN SYLLABICS CARRIER NG 
-# \x14D2 CANADIAN SYLLABICS NH 
-# \x14D3 CANADIAN SYLLABICS LE 
-# \x14D4 CANADIAN SYLLABICS LAAI 
-# \x14D5 CANADIAN SYLLABICS LI 
-# \x14D6 CANADIAN SYLLABICS LII 
-# \x14D7 CANADIAN SYLLABICS Lo 
-# \x14D8 CANADIAN SYLLABICS LOO 
-# \x14D9 CANADIAN SYLLABICS Y-CREE LOO 
-# \x14DA CANADIAN SYLLABICS LA 
-# \x14DB CANADIAN SYLLABICS LAA 
-# \x14DC CANADIAN SYLLABICS LWE 
-# \x14DD CANADIAN SYLLABICS WEST-CREE LWE 
-# \x14DE CANADIAN SYLLABICS LWI 
-# \x14DF CANADIAN SYLLABICS WEST-CREE LWI 
-# \x14E0 CANADIAN SYLLABICS LWII 
-# \x14E1 CANADIAN SYLLABICS WEST-CREE LWII 
-# \x14E2 CANADIAN SYLLABICS LWO 
-# \x14E3 CANADIAN SYLLABICS WEST-CREE LWO 
-# \x14E4 CANADIAN SYLLABICS LWOO 
-# \x14E5 CANADIAN SYLLABICS WEST-CREE LWOO 
-# \x14E6 CANADIAN SYLLABICS LWA 
-# \x14E7 CANADIAN SYLLABICS WEST-CREE LWA 
-# \x14E8 CANADIAN SYLLABICS LWAA 
-# \x14E9 CANADIAN SYLLABICS WEST-CREE LWAA 
-# \x14EA CANADIAN SYLLABICS 
-# \x14EB CANADIAN SYLLABICS WEST-CREE 
-# \x14EC CANADIAN SYLLABICS MEDIAL 
-# \x14ED CANADIAN SYLLABICS SE 
-# \x14EE CANADIAN SYLLABICS SAAI 
-# \x14EF CANADIAN SYLLABICS SI 
-# \x14F0 CANADIAN SYLLABICS SII 
-# \x14F1 CANADIAN SYLLABICS 
-# \x14F2 CANADIAN SYLLABICS SOO 
-# \x14F3 CANADIAN SYLLABICS Y-CREE SOO 
-# \x14F4 CANADIAN SYLLABICS SA 
-# \x14F5 CANADIAN SYLLABICS SAA 
-# \x14F6 CANADIAN SYLLABICS SWE 
-# \x14F7 CANADIAN SYLLABICS WEST-CREE SWE 
-# \x14F8 CANADIAN SYLLABICS SWI 
-# \x14F9 CANADIAN SYLLABICS WEST-CREE SWI 
-# \x14FA CANADIAN SYLLABICS SWII 
-# \x14FB CANADIAN SYLLABICS WEST-CREE SWII 
-# \x14FC CANADIAN SYLLABICS SWO 
-# \x14FD CANADIAN SYLLABICS WEST-CREE SWO 
-# \x14FE CANADIAN SYLLABICS SWOO 
-# \x14FF CANADIAN SYLLABICS WEST-CREE SWOO 
-# \x1500 CANADIAN SYLLABICS SWA 
-# \x1501 CANADIAN SYLLABICS WEST-CREE SWA 
-# \x1502 CANADIAN SYLLABICS SWAA 
-# \x1503 CANADIAN SYLLABICS WEST-CREE SWAA 
-# \x1504 CANADIAN SYLLABICS NASKAPI SWAA 
-# \x1505 CANADIAN SYLLABICS S 
-# \x1506 CANADIAN SYLLABICS ATHAPASCAN S 
-# \x1507 CANADIAN SYLLABICS SW 
-# \x1508 CANADIAN SYLLABICS BLACKFOOT S 
-# \x1509 CANADIAN SYLLABICS MOOSE-CREE SK 
-# \x150A CANADIAN SYLLABICS NASKAPI SKW 
-# \x150B CANADIAN SYLLABICS NASKAPI S-W 
-# \x150C CANADIAN SYLLABICS NASKAPI SPWA 
-# \x150D CANADIAN SYLLABICS NASKAPI STWA 
-# \x150E CANADIAN SYLLABICS NASKAPI SKWA 
-# \x150F CANADIAN SYLLABICS NASKAPI SCWA 
-# \x1510 CANADIAN SYLLABICS SHE 
-# \x1511 CANADIAN SYLLABICS SHI 
-# \x1512 CANADIAN SYLLABICS SHII 
-# \x1513 CANADIAN SYLLABICS SHO 
-# \x1514 CANADIAN SYLLABICS SHOO 
-# \x1515 CANADIAN SYLLABICS SHA 
-# \x1516 CANADIAN SYLLABICS SHAA 
-# \x1517 CANADIAN SYLLABICS SHWE 
-# \x1518 CANADIAN SYLLABICS WEST-CREE SHWE 
-# \x1519 CANADIAN SYLLABICS SHWI 
-# \x151A CANADIAN SYLLABICS WEST-CREE SHWI 
-# \x151B CANADIAN SYLLABICS SHWII 
-# \x151C CANADIAN SYLLABICS WEST-CREE SHWII 
-# \x151D CANADIAN SYLLABICS SHWO 
-# \x151E CANADIAN SYLLABICS WEST-CREE SHWO 
-# \x151F CANADIAN SYLLABICS SHWOO 
-# \x1520 CANADIAN SYLLABICS WEST-CREE SHWOO 
-# \x1521 CANADIAN SYLLABICS SHWA 
-# \x1522 CANADIAN SYLLABICS WEST-CREE SHWA 
-# \x1523 CANADIAN SYLLABICS SHWAA 
-# \x1524 CANADIAN SYLLABICS WEST-CREE SHWAA 
-# \x1525 CANADIAN SYLLABICS SH 
-# \x1526 CANADIAN SYLLABICS YE 
-# \x1527 CANADIAN SYLLABICS YAAI 
-# \x1528 CANADIAN SYLLABICS YI 
-# \x1529 CANADIAN SYLLABICS YII 
-# \x152A CANADIAN SYLLABICS YO 
-# \x152B CANADIAN SYLLABICS YOO 
-# \x152C CANADIAN SYLLABICS Y-CREE YOO 
-# \x152D CANADIAN SYLLABICS YA 
-# \x152E CANADIAN SYLLABICS YAA 
-# \x152F CANADIAN SYLLABICS YWE 
-# \x1530 CANADIAN SYLLABICS WEST-CREE YWE 
-# \x1531 CANADIAN SYLLABICS YWI 
-# \x1532 CANADIAN SYLLABICS WEST-CREE YWI 
-# \x1533 CANADIAN SYLLABICS YWII 
-# \x1534 CANADIAN SYLLABICS WEST-CREE YWII 
-# \x1535 CANADIAN SYLLABICS YWO 
-# \x1536 CANADIAN SYLLABICS WEST-CREE YWO 
-# \x1537 CANADIAN SYLLABICS YWOO 
-# \x1538 CANADIAN SYLLABICS WEST-CREE YWOO 
-# \x1539 CANADIAN SYLLABICS YWA 
-# \x153A CANADIAN SYLLABICS WEST-CREE YWA 
-# \x153B CANADIAN SYLLABICS YWAA 
-# \x153C CANADIAN SYLLABICS WEST-CREE YWAA 
-# \x153D CANADIAN SYLLABICS NASKAWAA 
-# \x153E CANADIAN SYLLABICS Y 
-# \x153F CANADIAN SYLLABICS BIBLE-CREE Y 
-# \x1540 CANADIAN SYLLABICS WEST-CREE Y 
-# \x1541 CANADIAN SYLLABICS SAYISI YI 
-# \x1542 CANADIAN SYLLABICS RE 
-# \x1543 CANADIAN SYLLABICS R-CREE RE 
-# \x1544 CANADIAN SYLLABICS WEST-CREE LE 
-# \x1545 CANADIAN SYLLABICS RAAI 
-# \x1546 CANADIAN SYLLABICS RI 
-# \x1547 CANADIAN SYLLABICS RII 
-# \x1548 CANADIAN SYLLABICS RO 
-# \x1549 CANADIAN SYLLABICS ROO 
-# \x154A CANADIAN SYLLABICS WEST-CREE Lo 
-# \x154B CANADIAN SYLLABICS RA 
-# \x154C CANADIAN SYLLABICS RAA 
-# \x154D CANADIAN SYLLABICS WEST-CREE LA 
-# \x154E CANADIAN SYLLABICS RWAA 
-# \x154F CANADIAN SYLLABICS WEST-CREE RWAA 
-# \x1550 CANADIAN SYLLABICS 
-# \x1551 CANADIAN SYLLABICS WEST-CREE 
-# \x1552 CANADIAN SYLLABICS MEDIAL 
-# \x1553 CANADIAN SYLLABICS FE 
-# \x1554 CANADIAN SYLLABICS FAAI 
-# \x1555 CANADIAN SYLLABICS FI 
-# \x1556 CANADIAN SYLLABICS FII 
-# \x1557 CANADIAN SYLLABICS FO 
-# \x1558 CANADIAN SYLLABICS FOO 
-# \x1559 CANADIAN SYLLABICS FA 
-# \x155A CANADIAN SYLLABICS FAA 
-# \x155B CANADIAN SYLLABICS FWAA 
-# \x155C CANADIAN SYLLABICS WEST-CREE FWAA 
-# \x155D CANADIAN SYLLABICS F 
-# \x155E CANADIAN SYLLABICS THE 
-# \x155F CANADIAN SYLLABICS N-CREE THE 
-# \x1560 CANADIAN SYLLABICS THI 
-# \x1561 CANADIAN SYLLABICS N-CREE THI 
-# \x1562 CANADIAN SYLLABICS THII 
-# \x1563 CANADIAN SYLLABICS N-CREE THII 
-# \x1564 CANADIAN SYLLABICS THO 
-# \x1565 CANADIAN SYLLABICS THOO 
-# \x1566 CANADIAN SYLLABICS THA 
-# \x1567 CANADIAN SYLLABICS THAA 
-# \x1568 CANADIAN SYLLABICS THWAA 
-# \x1569 CANADIAN SYLLABICS WEST-CREE THWAA 
-# \x156A CANADIAN SYLLABICS TH 
-# \x156B CANADIAN SYLLABICS TTHE 
-# \x156C CANADIAN SYLLABICS TTHI 
-# \x156D CANADIAN SYLLABICS TTHO 
-# \x156E CANADIAN SYLLABICS TTHA 
-# \x156F CANADIAN SYLLABICS TTH 
-# \x1570 CANADIAN SYLLABICS TYE 
-# \x1571 CANADIAN SYLLABICS TYI 
-# \x1572 CANADIAN SYLLABICS TYO 
-# \x1573 CANADIAN SYLLABICS TYA 
-# \x1574 CANADIAN SYLLABICS NUNAVIK HE 
-# \x1575 CANADIAN SYLLABICS NUNAVIK HI 
-# \x1576 CANADIAN SYLLABICS NUNAVIK HII 
-# \x1577 CANADIAN SYLLABICS NUNAVIK HO 
-# \x1578 CANADIAN SYLLABICS NUNAVIK HOO 
-# \x1579 CANADIAN SYLLABICS NUNAVIK HA 
-# \x157A CANADIAN SYLLABICS NUNAVIK HAA 
-# \x157B CANADIAN SYLLABICS NUNAVIK H 
-# \x157C CANADIAN SYLLABICS NUNAVUT H 
-# \x157D CANADIAN SYLLABICS HK 
-# \x157E CANADIAN SYLLABICS QAAI 
-# \x157F CANADIAN SYLLABICS QI 
-# \x1580 CANADIAN SYLLABICS QII 
-# \x1581 CANADIAN SYLLABICS QO 
-# \x1582 CANADIAN SYLLABICS QOO 
-# \x1583 CANADIAN SYLLABICS QA 
-# \x1584 CANADIAN SYLLABICS QAA 
-# \x1585 CANADIAN SYLLABICS Q 
-# \x1586 CANADIAN SYLLABICS TLHE 
-# \x1587 CANADIAN SYLLABICS TLHI 
-# \x1588 CANADIAN SYLLABICS TLHO 
-# \x1589 CANADIAN SYLLABICS TLHA 
-# \x158A CANADIAN SYLLABICS WEST-CREE RE 
-# \x158B CANADIAN SYLLABICS WEST-CREE RI 
-# \x158C CANADIAN SYLLABICS WEST-CREE RO 
-# \x158D CANADIAN SYLLABICS WEST-CREE RA 
-# \x158E CANADIAN SYLLABICS NGAAI 
-# \x158F CANADIAN SYLLABICS NGI 
-# \x1590 CANADIAN SYLLABICS NGII 
-# \x1591 CANADIAN SYLLABICS NGO 
-# \x1592 CANADIAN SYLLABICS NGOO 
-# \x1593 CANADIAN SYLLABICS NGA 
-# \x1594 CANADIAN SYLLABICS NGAA 
-# \x1595 CANADIAN SYLLABICS NG 
-# \x1596 CANADIAN SYLLABICS NNG 
-# \x1597 CANADIAN SYLLABICS SAYISI SHE 
-# \x1598 CANADIAN SYLLABICS SAYISI SHI 
-# \x1599 CANADIAN SYLLABICS SAYISI SHO 
-# \x159A CANADIAN SYLLABICS SAYISI SHA 
-# \x159B CANADIAN SYLLABICS WOODS-CREE THE 
-# \x159C CANADIAN SYLLABICS WOODS-CREE THI 
-# \x159D CANADIAN SYLLABICS WOODS-CREE THO 
-# \x159E CANADIAN SYLLABICS WOODS-CREE THA 
-# \x159F CANADIAN SYLLABICS WOODS-CREE TH 
-# \x15A0 CANADIAN SYLLABICS LHI 
-# \x15A1 CANADIAN SYLLABICS LHII 
-# \x15A2 CANADIAN SYLLABICS LHO 
-# \x15A3 CANADIAN SYLLABICS LHOO 
-# \x15A4 CANADIAN SYLLABICS LHA 
-# \x15A5 CANADIAN SYLLABICS LHAA 
-# \x15A6 CANADIAN SYLLABICS LH 
-# \x15A7 CANADIAN SYLLABICS TH-CREE THE 
-# \x15A8 CANADIAN SYLLABICS TH-CREE THI 
-# \x15A9 CANADIAN SYLLABICS TH-CREE THII 
-# \x15AA CANADIAN SYLLABICS TH-CREE THO 
-# \x15AB CANADIAN SYLLABICS TH-CREE THOO 
-# \x15AC CANADIAN SYLLABICS TH-CREE THA 
-# \x15AD CANADIAN SYLLABICS TH-CREE THAA 
-# \x15AE CANADIAN SYLLABICS TH-CREE TH 
-# \x15AF CANADIAN SYLLABICS AIVILIK B 
-# \x15B0 CANADIAN SYLLABICS BLACKFOOT E 
-# \x15B1 CANADIAN SYLLABICS BLACKFOOT I 
-# \x15B2 CANADIAN SYLLABICS BLACKFOOT O 
-# \x15B3 CANADIAN SYLLABICS BLACKFOOT A 
-# \x15B4 CANADIAN SYLLABICS BLACKFOOT WE 
-# \x15B5 CANADIAN SYLLABICS BLACKFOOT WI 
-# \x15B6 CANADIAN SYLLABICS BLACKFOOT WO 
-# \x15B7 CANADIAN SYLLABICS BLACKFOOT WA 
-# \x15B8 CANADIAN SYLLABICS BLACKFOOT NE 
-# \x15B9 CANADIAN SYLLABICS BLACKFOOT NI 
-# \x15BA CANADIAN SYLLABICS BLACKFOOT NO 
-# \x15BB CANADIAN SYLLABICS BLACKFOOT NA 
-# \x15BC CANADIAN SYLLABICS BLACKFOOT KE 
-# \x15BD CANADIAN SYLLABICS BLACKFOOT KI 
-# \x15BE CANADIAN SYLLABICS BLACKFOOT KO 
-# \x15BF CANADIAN SYLLABICS BLACKFOOT KA 
-# \x15C0 CANADIAN SYLLABICS SAYISI HE 
-# \x15C1 CANADIAN SYLLABICS SAYISI HI 
-# \x15C2 CANADIAN SYLLABICS SAYISI HO 
-# \x15C3 CANADIAN SYLLABICS SAYISI HA 
-# \x15C4 CANADIAN SYLLABICS CARRIER GHU 
-# \x15C5 CANADIAN SYLLABICS CARRIER GHO 
-# \x15C6 CANADIAN SYLLABICS CARRIER GHE 
-# \x15C7 CANADIAN SYLLABICS CARRIER GHEE 
-# \x15C8 CANADIAN SYLLABICS CARRIER GHI 
-# \x15C9 CANADIAN SYLLABICS CARRIER GHA 
-# \x15CA CANADIAN SYLLABICS CARRIER RU 
-# \x15CB CANADIAN SYLLABICS CARRIER RO 
-# \x15CC CANADIAN SYLLABICS CARRIER RE 
-# \x15CD CANADIAN SYLLABICS CARRIER REE 
-# \x15CE CANADIAN SYLLABICS CARRIER RI 
-# \x15CF CANADIAN SYLLABICS CARRIER RA 
-# \x15D0 CANADIAN SYLLABICS CARRIER WU 
-# \x15D1 CANADIAN SYLLABICS CARRIER WO 
-# \x15D2 CANADIAN SYLLABICS CARRIER WE 
-# \x15D3 CANADIAN SYLLABICS CARRIER WEE 
-# \x15D4 CANADIAN SYLLABICS CARRIER WI 
-# \x15D5 CANADIAN SYLLABICS CARRIER WA 
-# \x15D6 CANADIAN SYLLABICS CARRIER HWU 
-# \x15D7 CANADIAN SYLLABICS CARRIER HWO 
-# \x15D8 CANADIAN SYLLABICS CARRIER HWE 
-# \x15D9 CANADIAN SYLLABICS CARRIER HWEE 
-# \x15DA CANADIAN SYLLABICS CARRIER HWI 
-# \x15DB CANADIAN SYLLABICS CARRIER HWA 
-# \x15DC CANADIAN SYLLABICS CARRIER THU 
-# \x15DD CANADIAN SYLLABICS CARRIER THO 
-# \x15DE CANADIAN SYLLABICS CARRIER THE 
-# \x15DF CANADIAN SYLLABICS CARRIER THEE 
-# \x15E0 CANADIAN SYLLABICS CARRIER THI 
-# \x15E1 CANADIAN SYLLABICS CARRIER THA 
-# \x15E2 CANADIAN SYLLABICS CARRIER TTU 
-# \x15E3 CANADIAN SYLLABICS CARRIER TTO 
-# \x15E4 CANADIAN SYLLABICS CARRIER TTE 
-# \x15E5 CANADIAN SYLLABICS CARRIER TTEE 
-# \x15E6 CANADIAN SYLLABICS CARRIER TTI 
-# \x15E7 CANADIAN SYLLABICS CARRIER TTA 
-# \x15E8 CANADIAN SYLLABICS CARRIER PU 
-# \x15E9 CANADIAN SYLLABICS CARRIER 
-# \x15EA CANADIAN SYLLABICS CARRIER PE 
-# \x15EB CANADIAN SYLLABICS CARRIER PEE 
-# \x15EC CANADIAN SYLLABICS CARRIER PI 
-# \x15ED CANADIAN SYLLABICS CARRIER PA 
-# \x15EE CANADIAN SYLLABICS CARRIER P 
-# \x15EF CANADIAN SYLLABICS CARRIER GU 
-# \x15F0 CANADIAN SYLLABICS CARRIER GO 
-# \x15F1 CANADIAN SYLLABICS CARRIER GE 
-# \x15F2 CANADIAN SYLLABICS CARRIER GEE 
-# \x15F3 CANADIAN SYLLABICS CARRIER GI 
-# \x15F4 CANADIAN SYLLABICS CARRIER GA 
-# \x15F5 CANADIAN SYLLABICS CARRIER KHU 
-# \x15F6 CANADIAN SYLLABICS CARRIER KHO 
-# \x15F7 CANADIAN SYLLABICS CARRIER KHE 
-# \x15F8 CANADIAN SYLLABICS CARRIER KHEE 
-# \x15F9 CANADIAN SYLLABICS CARRIER KHI 
-# \x15FA CANADIAN SYLLABICS CARRIER KHA 
-# \x15FB CANADIAN SYLLABICS CARRIER KKU 
-# \x15FC CANADIAN SYLLABICS CARRIER KKO 
-# \x15FD CANADIAN SYLLABICS CARRIER KKE 
-# \x15FE CANADIAN SYLLABICS CARRIER KKEE 
-# \x15FF CANADIAN SYLLABICS CARRIER KKI 
-# \x1600 CANADIAN SYLLABICS CARRIER KKA 
-# \x1601 CANADIAN SYLLABICS CARRIER KK 
-# \x1602 CANADIAN SYLLABICS CARRIER NU 
-# \x1603 CANADIAN SYLLABICS CARRIER NO 
-# \x1604 CANADIAN SYLLABICS CARRIER NE 
-# \x1605 CANADIAN SYLLABICS CARRIER NEE 
-# \x1606 CANADIAN SYLLABICS CARRIER NI 
-# \x1607 CANADIAN SYLLABICS CARRIER NA 
-# \x1608 CANADIAN SYLLABICS CARRIER MU 
-# \x1609 CANADIAN SYLLABICS CARRIER MO 
-# \x160A CANADIAN SYLLABICS CARRIER ME 
-# \x160B CANADIAN SYLLABICS CARRIER MEE 
-# \x160C CANADIAN SYLLABICS CARRIER MI 
-# \x160D CANADIAN SYLLABICS CARRIER MA 
-# \x160E CANADIAN SYLLABICS CARRIER YU 
-# \x160F CANADIAN SYLLABICS CARRIER YO 
-# \x1610 CANADIAN SYLLABICS CARRIER YE 
-# \x1611 CANADIAN SYLLABICS CARRIER YEE 
-# \x1612 CANADIAN SYLLABICS CARRIER YI 
-# \x1613 CANADIAN SYLLABICS CARRIER YA 
-# \x1614 CANADIAN SYLLABICS CARRIER JU 
-# \x1615 CANADIAN SYLLABICS SAYISI JU 
-# \x1616 CANADIAN SYLLABICS CARRIER JO 
-# \x1617 CANADIAN SYLLABICS CARRIER JE 
-# \x1618 CANADIAN SYLLABICS CARRIER JEE 
-# \x1619 CANADIAN SYLLABICS CARRIER JI 
-# \x161A CANADIAN SYLLABICS SAYISI JI 
-# \x161B CANADIAN SYLLABICS CARRIER JA 
-# \x161C CANADIAN SYLLABICS CARRIER JJU 
-# \x161D CANADIAN SYLLABICS CARRIER JJO 
-# \x161E CANADIAN SYLLABICS CARRIER JJE 
-# \x161F CANADIAN SYLLABICS CARRIER JJEE 
-# \x1620 CANADIAN SYLLABICS CARRIER JJI 
-# \x1621 CANADIAN SYLLABICS CARRIER JJA 
-# \x1622 CANADIAN SYLLABICS CARRIER o 
-# \x1623 CANADIAN SYLLABICS CARRIER Lo 
-# \x1624 CANADIAN SYLLABICS CARRIER LE 
-# \x1625 CANADIAN SYLLABICS CARRIER LEE 
-# \x1626 CANADIAN SYLLABICS CARRIER LI 
-# \x1627 CANADIAN SYLLABICS CARRIER LA 
-# \x1628 CANADIAN SYLLABICS CARRIER Do 
-# \x1629 CANADIAN SYLLABICS CARRIER DLO 
-# \x162A CANADIAN SYLLABICS CARRIER DLE 
-# \x162B CANADIAN SYLLABICS CARRIER DLEE 
-# \x162C CANADIAN SYLLABICS CARRIER DLI 
-# \x162D CANADIAN SYLLABICS CARRIER DLA 
-# \x162E CANADIAN SYLLABICS CARRIER LHU 
-# \x162F CANADIAN SYLLABICS CARRIER LHO 
-# \x1630 CANADIAN SYLLABICS CARRIER LHE 
-# \x1631 CANADIAN SYLLABICS CARRIER LHEE 
-# \x1632 CANADIAN SYLLABICS CARRIER LHI 
-# \x1633 CANADIAN SYLLABICS CARRIER LHA 
-# \x1634 CANADIAN SYLLABICS CARRIER TLHU 
-# \x1635 CANADIAN SYLLABICS CARRIER TLHO 
-# \x1636 CANADIAN SYLLABICS CARRIER TLHE 
-# \x1637 CANADIAN SYLLABICS CARRIER TLHEE 
-# \x1638 CANADIAN SYLLABICS CARRIER TLHI 
-# \x1639 CANADIAN SYLLABICS CARRIER TLHA 
-# \x163A CANADIAN SYLLABICS CARRIER To 
-# \x163B CANADIAN SYLLABICS CARRIER TLO 
-# \x163C CANADIAN SYLLABICS CARRIER TLE 
-# \x163D CANADIAN SYLLABICS CARRIER TLEE 
-# \x163E CANADIAN SYLLABICS CARRIER TLI 
-# \x163F CANADIAN SYLLABICS CARRIER TLA 
-# \x1640 CANADIAN SYLLABICS CARRIER ZU 
-# \x1641 CANADIAN SYLLABICS CARRIER ZO 
-# \x1642 CANADIAN SYLLABICS CARRIER ZE 
-# \x1643 CANADIAN SYLLABICS CARRIER ZEE 
-# \x1644 CANADIAN SYLLABICS CARRIER ZI 
-# \x1645 CANADIAN SYLLABICS CARRIER ZA 
-# \x1646 CANADIAN SYLLABICS CARRIER Z 
-# \x1647 CANADIAN SYLLABICS CARRIER INITIAL Z 
-# \x1648 CANADIAN SYLLABICS CARRIER DZU 
-# \x1649 CANADIAN SYLLABICS CARRIER DZO 
-# \x164A CANADIAN SYLLABICS CARRIER DZE 
-# \x164B CANADIAN SYLLABICS CARRIER DZEE 
-# \x164C CANADIAN SYLLABICS CARRIER DZI 
-# \x164D CANADIAN SYLLABICS CARRIER DZA 
-# \x164E CANADIAN SYLLABICS CARRIER SU 
-# \x164F CANADIAN SYLLABICS CARRIER 
-# \x1650 CANADIAN SYLLABICS CARRIER SE 
-# \x1651 CANADIAN SYLLABICS CARRIER SEE 
-# \x1652 CANADIAN SYLLABICS CARRIER SI 
-# \x1653 CANADIAN SYLLABICS CARRIER SA 
-# \x1654 CANADIAN SYLLABICS CARRIER SHU 
-# \x1655 CANADIAN SYLLABICS CARRIER SHO 
-# \x1656 CANADIAN SYLLABICS CARRIER SHE 
-# \x1657 CANADIAN SYLLABICS CARRIER SHEE 
-# \x1658 CANADIAN SYLLABICS CARRIER SHI 
-# \x1659 CANADIAN SYLLABICS CARRIER SHA 
-# \x165A CANADIAN SYLLABICS CARRIER SH 
-# \x165B CANADIAN SYLLABICS CARRIER TSU 
-# \x165C CANADIAN SYLLABICS CARRIER TSO 
-# \x165D CANADIAN SYLLABICS CARRIER TSE 
-# \x165E CANADIAN SYLLABICS CARRIER TSEE 
-# \x165F CANADIAN SYLLABICS CARRIER TSI 
-# \x1660 CANADIAN SYLLABICS CARRIER TSA 
-# \x1661 CANADIAN SYLLABICS CARRIER CHU 
-# \x1662 CANADIAN SYLLABICS CARRIER CHO 
-# \x1663 CANADIAN SYLLABICS CARRIER CHE 
-# \x1664 CANADIAN SYLLABICS CARRIER CHEE 
-# \x1665 CANADIAN SYLLABICS CARRIER CHI 
-# \x1666 CANADIAN SYLLABICS CARRIER CHA 
-# \x1667 CANADIAN SYLLABICS CARRIER TTSU 
-# \x1668 CANADIAN SYLLABICS CARRIER TTSO 
-# \x1669 CANADIAN SYLLABICS CARRIER TTSE 
-# \x166A CANADIAN SYLLABICS CARRIER TTSEE 
-# \x166B CANADIAN SYLLABICS CARRIER TTSI 
-# \x166C CANADIAN SYLLABICS CARRIER TTSA 
-# \x166D CANADIAN SYLLABICS CHI SIGN 
-# \x166E CANADIAN SYLLABICS FULL STOP 
-# \x166F CANADIAN SYLLABICS QAI 
-# \x1670 CANADIAN SYLLABICS NGAI 
-# \x1671 CANADIAN SYLLABICS NNGI 
-# \x1672 CANADIAN SYLLABICS NNGII 
-# \x1673 CANADIAN SYLLABICS NNGO 
-# \x1674 CANADIAN SYLLABICS NNGOO 
-# \x1675 CANADIAN SYLLABICS NNGA 
-# \x1676 CANADIAN SYLLABICS NNGAA 
-# \x1680 OGHAM SPACE MARK 
-# \x1681 OGHAM LETTER BEITH 
-# \x1682 OGHAM LETTER LUIS 
-# \x1683 OGHAM LETTER FEARN 
-# \x1684 OGHAM LETTER SAIL 
-# \x1685 OGHAM LETTER NION 
-# \x1686 OGHAM LETTER UATH 
-# \x1687 OGHAM LETTER DAIR 
-# \x1688 OGHAM LETTER TINNE 
-# \x1689 OGHAM LETTER COLL 
-# \x168A OGHAM LETTER CEIRT 
-# \x168B OGHAM LETTER MUIN 
-# \x168C OGHAM LETTER GORT 
-# \x168D OGHAM LETTER NGEADAL 
-# \x168E OGHAM LETTER STRAIF 
-# \x168F OGHAM LETTER RUIS 
-# \x1690 OGHAM LETTER AILM 
-# \x1691 OGHAM LETTER ONN 
-# \x1692 OGHAM LETTER UR 
-# \x1693 OGHAM LETTER EADHADH 
-# \x1694 OGHAM LETTER IODHADH 
-# \x1695 OGHAM LETTER EABHADH 
-# \x1696 OGHAM LETTER OR 
-# \x1697 OGHAM LETTER UILLEANN 
-# \x1698 OGHAM LETTER IFIN 
-# \x1699 OGHAM LETTER EAMHANCHOLL 
-# \x169A OGHAM LETTER PEITH 
-# \x169B OGHAM FEATHER MARK 
-# \x169C OGHAM REVERSED FEATHER MARK Pe 
-# \x16A0 RUNIC LETTER FEHU FEOH FE F 
-# \x16A1 RUNIC LETTER V 
-# \x16A2 RUNIC LETTER URUZ UR U 
-# \x16A3 RUNIC LETTER YR 
-# \x16A4 RUNIC LETTER Y 
-# \x16A5 RUNIC LETTER W 
-# \x16A6 RUNIC LETTER THURISAZ THURS THORN 
-# \x16A7 RUNIC LETTER ETH 
-# \x16A8 RUNIC LETTER ANSUZ A 
-# \x16A9 RUNIC LETTER OS O 
-# \x16AA RUNIC LETTER AC A 
-# \x16AB RUNIC LETTER AESC 
-# \x16AC RUNIC LETTER LONG-BRANCH-OSS O 
-# \x16AD RUNIC LETTER SHORT-TWIG-OSS O 
-# \x16AE RUNIC LETTER O 
-# \x16AF RUNIC LETTER OE 
-# \x16B0 RUNIC LETTER 
-# \x16B1 RUNIC LETTER RAIDO RAD REID 
-# \x16B2 RUNIC LETTER KAUNA 
-# \x16B3 RUNIC LETTER CEN 
-# \x16B4 RUNIC LETTER KAUN K 
-# \x16B5 RUNIC LETTER G 
-# \x16B6 RUNIC LETTER ENG 
-# \x16B7 RUNIC LETTER GEBO GYFU G 
-# \x16B8 RUNIC LETTER GAR 
-# \x16B9 RUNIC LETTER WUNJO WYNN W 
-# \x16BA RUNIC LETTER HAGLAZ H 
-# \x16BB RUNIC LETTER HAEGL H 
-# \x16BC RUNIC LETTER LONG-BRANCH-HAGALL H 
-# \x16BD RUNIC LETTER SHORT-TWIG-HAGALL H 
-# \x16BE RUNIC LETTER NAUDIZ NYD NAUD 
-# \x16BF RUNIC LETTER SHORT-TWIG-NAUD 
-# \x16C0 RUNIC LETTER DOTTED-N 
-# \x16C1 RUNIC LETTER ISAZ IS ISS I 
-# \x16C2 RUNIC LETTER E 
-# \x16C3 RUNIC LETTER JERAN J 
-# \x16C4 RUNIC LETTER GER 
-# \x16C5 RUNIC LETTER LONG-BRANCH-AR AE 
-# \x16C6 RUNIC LETTER SHORT-TWIG-AR A 
-# \x16C7 RUNIC LETTER IWAZ EOH 
-# \x16C8 RUNIC LETTER PERTHO PEORTH P 
-# \x16C9 RUNIC LETTER ALGIZ EOLHX 
-# \x16CA RUNIC LETTER SOWILO S 
-# \x16CB RUNIC LETTER SIGEL LONG-BRANCH-SOL S 
-# \x16CC RUNIC LETTER SHORT-TWIG-SOL S 
-# \x16CD RUNIC LETTER C 
-# \x16CE RUNIC LETTER Z 
-# \x16CF RUNIC LETTER TIWAZ TIR TYR T 
-# \x16D0 RUNIC LETTER SHORT-TWIG-TYR T 
-# \x16D1 RUNIC LETTER D 
-# \x16D2 RUNIC LETTER BERKANAN BEORC BJARKAN B 
-# \x16D3 RUNIC LETTER SHORT-TWIG-BJARKAN B 
-# \x16D4 RUNIC LETTER DOTTED-P 
-# \x16D5 RUNIC LETTER OPEN-P 
-# \x16D6 RUNIC LETTER EHWAZ EH E 
-# \x16D7 RUNIC LETTER MANNAZ MAN M 
-# \x16D8 RUNIC LETTER LONG-BRANCH-MADR M 
-# \x16D9 RUNIC LETTER SHORT-TWIG-MADR M 
-# \x16DA RUNIC LETTER LAUKAZ LAGU LOGR 
-# \x16DB RUNIC LETTER DOTTED-L 
-# \x16DC RUNIC LETTER INGWAZ 
-# \x16DD RUNIC LETTER ING 
-# \x16DE RUNIC LETTER DAGAZ DAEG D 
-# \x16DF RUNIC LETTER OTHALAN ETHEL O 
-# \x16E0 RUNIC LETTER EAR 
-# \x16E1 RUNIC LETTER IOR 
-# \x16E2 RUNIC LETTER CWEORTH 
-# \x16E3 RUNIC LETTER CALC 
-# \x16E4 RUNIC LETTER CEALC 
-# \x16E5 RUNIC LETTER STAN 
-# \x16E6 RUNIC LETTER LONG-BRANCH-YR 
-# \x16E7 RUNIC LETTER SHORT-TWIG-YR 
-# \x16E8 RUNIC LETTER ICELANDIC-YR 
-# \x16E9 RUNIC LETTER Q 
-# \x16EA RUNIC LETTER X 
-# \x16EB RUNIC SINGLE PUNCTUATION 
-# \x16EC RUNIC MULTIPLE PUNCTUATION 
-# \x16ED RUNIC CROSS PUNCTUATION 
-# \x16EE RUNIC ARLAUG SYMBOL Nl 17 golden number 17 
-# \x16EF RUNIC TVIMADUR SYMBOL Nl 18 golden number 18 
-# \x16F0 RUNIC BELGTHOR SYMBOL Nl 19 golden number 19 
-# \x1700 TAGALOG LETTER A 
-# \x1701 TAGALOG LETTER I 
-# \x1702 TAGALOG LETTER U 
-# \x1703 TAGALOG LETTER KA 
-# \x1704 TAGALOG LETTER GA 
-# \x1705 TAGALOG LETTER NGA 
-# \x1706 TAGALOG LETTER TA 
-# \x1707 TAGALOG LETTER DA 
-# \x1708 TAGALOG LETTER NA 
-# \x1709 TAGALOG LETTER PA 
-# \x170A TAGALOG LETTER BA 
-# \x170B TAGALOG LETTER MA 
-# \x170C TAGALOG LETTER YA 
-# \x170E TAGALOG LETTER LA 
-# \x170F TAGALOG LETTER WA 
-# \x1710 TAGALOG LETTER SA 
-# \x1711 TAGALOG LETTER HA 
-# \x1712 TAGALOG VOWEL SIGN I 
-# \x1713 TAGALOG VOWEL SIGN U 
-# \x1714 TAGALOG SIGN VIRAMA 9 
-# \x1720 HANUNOO LETTER A 
-# \x1721 HANUNOO LETTER I 
-# \x1722 HANUNOO LETTER U 
-# \x1723 HANUNOO LETTER KA 
-# \x1724 HANUNOO LETTER GA 
-# \x1725 HANUNOO LETTER NGA 
-# \x1726 HANUNOO LETTER TA 
-# \x1727 HANUNOO LETTER DA 
-# \x1728 HANUNOO LETTER NA 
-# \x1729 HANUNOO LETTER PA 
-# \x172A HANUNOO LETTER BA 
-# \x172B HANUNOO LETTER MA 
-# \x172C HANUNOO LETTER YA 
-# \x172D HANUNOO LETTER RA 
-# \x172E HANUNOO LETTER LA 
-# \x172F HANUNOO LETTER WA 
-# \x1730 HANUNOO LETTER SA 
-# \x1731 HANUNOO LETTER HA 
-# \x1732 HANUNOO VOWEL SIGN I 
-# \x1733 HANUNOO VOWEL SIGN U 
-# \x1734 HANUNOO SIGN PAMUDPOD 9 
-# \x1735 PHILIPPINE SINGLE PUNCTUATION 
-# \x1736 PHILIPPINE DOUBLE PUNCTUATION 
-# \x1740 BUHID LETTER A 
-# \x1741 BUHID LETTER I 
-# \x1742 BUHID LETTER U 
-# \x1743 BUHID LETTER KA 
-# \x1744 BUHID LETTER GA 
-# \x1745 BUHID LETTER NGA 
-# \x1746 BUHID LETTER TA 
-# \x1747 BUHID LETTER DA 
-# \x1748 BUHID LETTER NA 
-# \x1749 BUHID LETTER PA 
-# \x174A BUHID LETTER BA 
-# \x174B BUHID LETTER MA 
-# \x174C BUHID LETTER YA 
-# \x174D BUHID LETTER RA 
-# \x174E BUHID LETTER LA 
-# \x174F BUHID LETTER WA 
-# \x1750 BUHID LETTER SA 
-# \x1751 BUHID LETTER HA 
-# \x1752 BUHID VOWEL SIGN I 
-# \x1753 BUHID VOWEL SIGN U 
-# \x1760 TAGBANWA LETTER A 
-# \x1761 TAGBANWA LETTER I 
-# \x1762 TAGBANWA LETTER U 
-# \x1763 TAGBANWA LETTER KA 
-# \x1764 TAGBANWA LETTER GA 
-# \x1765 TAGBANWA LETTER NGA 
-# \x1766 TAGBANWA LETTER TA 
-# \x1767 TAGBANWA LETTER DA 
-# \x1768 TAGBANWA LETTER NA 
-# \x1769 TAGBANWA LETTER PA 
-# \x176A TAGBANWA LETTER BA 
-# \x176B TAGBANWA LETTER MA 
-# \x176C TAGBANWA LETTER YA 
-# \x176E TAGBANWA LETTER LA 
-# \x176F TAGBANWA LETTER WA 
-# \x1770 TAGBANWA LETTER SA 
-# \x1772 TAGBANWA VOWEL SIGN I 
-# \x1773 TAGBANWA VOWEL SIGN U 
-# \x1780 KHMER LETTER KA 
-# \x1781 KHMER LETTER KHA 
-# \x1782 KHMER LETTER KO 
-# \x1783 KHMER LETTER KHO 
-# \x1784 KHMER LETTER NGO 
-# \x1785 KHMER LETTER CA 
-# \x1786 KHMER LETTER CHA 
-# \x1787 KHMER LETTER CO 
-# \x1788 KHMER LETTER CHO 
-# \x1789 KHMER LETTER NYO 
-# \x178A KHMER LETTER DA 
-# \x178B KHMER LETTER TTHA 
-# \x178C KHMER LETTER DO 
-# \x178D KHMER LETTER TTHO 
-# \x178E KHMER LETTER NNO 
-# \x178F KHMER LETTER TA 
-# \x1790 KHMER LETTER THA 
-# \x1791 KHMER LETTER TO 
-# \x1792 KHMER LETTER THO 
-# \x1793 KHMER LETTER NO 
-# \x1794 KHMER LETTER BA 
-# \x1795 KHMER LETTER PHA 
-# \x1796 KHMER LETTER 
-# \x1797 KHMER LETTER PHO 
-# \x1798 KHMER LETTER MO 
-# \x1799 KHMER LETTER YO 
-# \x179A KHMER LETTER RO 
-# \x179B KHMER LETTER Lo 
-# \x179C KHMER LETTER VO 
-# \x179D KHMER LETTER SHA 
-# \x179E KHMER LETTER SSO 
-# \x179F KHMER LETTER SA 
-# \x17A0 KHMER LETTER HA 
-# \x17A1 KHMER LETTER LA 
-# \x17A2 KHMER LETTER QA 
-# \x17A3 KHMER INDEPENDENT VOWEL QAQ * 
-# \x17A4 KHMER INDEPENDENT VOWEL QAA * 
-# \x17A5 KHMER INDEPENDENT VOWEL QI 
-# \x17A6 KHMER INDEPENDENT VOWEL QII 
-# \x17A7 KHMER INDEPENDENT VOWEL QU 
-# \x17A8 KHMER INDEPENDENT VOWEL QUK 
-# \x17A9 KHMER INDEPENDENT VOWEL QUU 
-# \x17AA KHMER INDEPENDENT VOWEL QUUV 
-# \x17AB KHMER INDEPENDENT VOWEL RY 
-# \x17AC KHMER INDEPENDENT VOWEL RYY 
-# \x17AD KHMER INDEPENDENT VOWEL LY 
-# \x17AE KHMER INDEPENDENT VOWEL LYY 
-# \x17AF KHMER INDEPENDENT VOWEL QE 
-# \x17B0 KHMER INDEPENDENT VOWEL QAI 
-# \x17B1 KHMER INDEPENDENT VOWEL QOO TYPE ONE 
-# \x17B2 KHMER INDEPENDENT VOWEL QOO TYPE TWO 
-# \x17B3 KHMER INDEPENDENT VOWEL QAU 
-# \x17B4 KHMER VOWEL INHERENT AQ * 
-# \x17B5 KHMER VOWEL INHERENT AA * 
-# \x17B6 KHMER VOWEL SIGN AA Mc 
-# \x17B7 KHMER VOWEL SIGN I 
-# \x17B8 KHMER VOWEL SIGN II 
-# \x17B9 KHMER VOWEL SIGN Y 
-# \x17BA KHMER VOWEL SIGN YY 
-# \x17BB KHMER VOWEL SIGN U 
-# \x17BC KHMER VOWEL SIGN UU 
-# \x17BD KHMER VOWEL SIGN UA 
-# \x17BE KHMER VOWEL SIGN OE Mc 
-# \x17BF KHMER VOWEL SIGN YA Mc 
-# \x17C0 KHMER VOWEL SIGN IE Mc 
-# \x17C1 KHMER VOWEL SIGN E Mc 
-# \x17C2 KHMER VOWEL SIGN AE Mc 
-# \x17C3 KHMER VOWEL SIGN AI Mc 
-# \x17C4 KHMER VOWEL SIGN OO Mc 
-# \x17C5 KHMER VOWEL SIGN AU Mc 
-# \x17C6 KHMER SIGN NIKAHIT 
-# \x17C7 KHMER SIGN REAHMUK Mc 
-# \x17C8 KHMER SIGN YUUKALEAPINTU Mc 
-# \x17C9 KHMER SIGN MUUSIKATOAN 
-# \x17CA KHMER SIGN TRIISAP 
-# \x17CB KHMER SIGN BANTOC 
-# \x17CC KHMER SIGN ROBAT 
-# \x17CD KHMER SIGN TOANDAKHIAT 
-# \x17CE KHMER SIGN KAKABAT 
-# \x17CF KHMER SIGN AHSDA 
-# \x17D0 KHMER SIGN SAMYOK SANNYA 
-# \x17D1 KHMER SIGN VIRIAM 
-# \x17D2 KHMER SIGN COENG 9 
-# \x17D3 KHMER SIGN BATHAMASAT * 
-# \x17D4 KHMER SIGN KHAN 
-# \x17D5 KHMER SIGN BARIYOOSAN 
-# \x17D6 KHMER SIGN CAMNUC PII KUUH 
-# \x17D7 KHMER SIGN LEK TOO Lm 
-# \x17D8 KHMER SIGN BEYYAL * 
-# \x17D9 KHMER SIGN PHNAEK MUAN 
-# \x17DA KHMER SIGN KOOMUUT 
-# \x17DB KHMER CURRENCY SYMBOL RIEL 
-# \x17DC KHMER SIGN AVAKRAHASANYA 
-# \x17DD KHMER SIGN ATTHACAN 230 
-# \x17E0 KHMER DIGIT ZERO Nd 0 
-# \x17E1 KHMER DIGIT ONE Nd 1 1 1 
-# \x17E2 KHMER DIGIT TWO Nd 2 2 2 
-# \x17E3 KHMER DIGIT THREE Nd 3 3 3 
-# \x17E4 KHMER DIGIT FOUR Nd 4 4 4 
-# \x17E5 KHMER DIGIT FIVE Nd 5 5 5 
-# \x17E6 KHMER DIGIT SIX Nd 6 6 6 
-# \x17E7 KHMER DIGIT SEVEN Nd 7 7 7 
-# \x17E8 KHMER DIGIT EIGHT Nd 8 8 8 
-# \x17E9 KHMER DIGIT NINE Nd 9 9 9 
-# \x17F0 KHMER SYMBOL LEK ATTAK SON No 0 
-# \x17F1 KHMER SYMBOL LEK ATTAK MUOY No 1 
-# \x17F2 KHMER SYMBOL LEK ATTAK PII No 2 
-# \x17F3 KHMER SYMBOL LEK ATTAK BEI No 3 
-# \x17F4 KHMER SYMBOL LEK ATTAK BUON No 4 
-# \x17F5 KHMER SYMBOL LEK ATTAK PRAM No 5 
-# \x17F6 KHMER SYMBOL LEK ATTAK PRAM-MUOY No 6 
-# \x17F7 KHMER SYMBOL LEK ATTAK PRAM-PII No 7 
-# \x17F8 KHMER SYMBOL LEK ATTAK PRAM-BEI No 8 
-# \x17F9 KHMER SYMBOL LEK ATTAK PRAM-BUON No 9 
-# \x1800 MONGOLIAN BIRGA 
-# \x1801 MONGOLIAN ELLIPSIS 
-# \x1802 MONGOLIAN COMMA 
-# \x1803 MONGOLIAN FULL STOP 
-# \x1804 MONGOLIAN COLON 
-# \x1805 MONGOLIAN FOUR DOTS 
-# \x1806 MONGOLIAN TODO SOFT HYPHEN 
-# \x1807 MONGOLIAN SIBE SYLLABLE BOUNDARY MARKER 
-# \x1808 MONGOLIAN MANCHU COMMA 
-# \x1809 MONGOLIAN MANCHU FULL STOP 
-# \x180A MONGOLIAN NIRUGU 
-# \x180B MONGOLIAN FREE VARIATION SELECTOR ONE 
-# \x180C MONGOLIAN FREE VARIATION SELECTOR TWO 
-# \x180D MONGOLIAN FREE VARIATION SELECTOR THREE 
-# \x180E MONGOLIAN VOWEL SEPARATOR 
-# \x1810 MONGOLIAN DIGIT ZERO Nd 0 
-# \x1811 MONGOLIAN DIGIT ONE Nd 1 1 1 
-# \x1812 MONGOLIAN DIGIT TWO Nd 2 2 2 
-# \x1813 MONGOLIAN DIGIT THREE Nd 3 3 3 
-# \x1814 MONGOLIAN DIGIT FOUR Nd 4 4 4 
-# \x1815 MONGOLIAN DIGIT FIVE Nd 5 5 5 
-# \x1816 MONGOLIAN DIGIT SIX Nd 6 6 6 
-# \x1817 MONGOLIAN DIGIT SEVEN Nd 7 7 7 
-# \x1818 MONGOLIAN DIGIT EIGHT Nd 8 8 8 
-# \x1819 MONGOLIAN DIGIT NINE Nd 9 9 9 
-# \x1820 MONGOLIAN LETTER A 
-# \x1821 MONGOLIAN LETTER E 
-# \x1822 MONGOLIAN LETTER I 
-# \x1823 MONGOLIAN LETTER O 
-# \x1824 MONGOLIAN LETTER U 
-# \x1825 MONGOLIAN LETTER OE 
-# \x1826 MONGOLIAN LETTER UE 
-# \x1827 MONGOLIAN LETTER EE 
-# \x1828 MONGOLIAN LETTER NA 
-# \x1829 MONGOLIAN LETTER ANG 
-# \x182A MONGOLIAN LETTER BA 
-# \x182B MONGOLIAN LETTER PA 
-# \x182C MONGOLIAN LETTER QA 
-# \x182D MONGOLIAN LETTER GA 
-# \x182E MONGOLIAN LETTER MA 
-# \x182F MONGOLIAN LETTER LA 
-# \x1830 MONGOLIAN LETTER SA 
-# \x1831 MONGOLIAN LETTER SHA 
-# \x1832 MONGOLIAN LETTER TA 
-# \x1833 MONGOLIAN LETTER DA 
-# \x1834 MONGOLIAN LETTER CHA 
-# \x1835 MONGOLIAN LETTER JA 
-# \x1836 MONGOLIAN LETTER YA 
-# \x1837 MONGOLIAN LETTER RA 
-# \x1838 MONGOLIAN LETTER WA 
-# \x1839 MONGOLIAN LETTER FA 
-# \x183A MONGOLIAN LETTER KA 
-# \x183B MONGOLIAN LETTER KHA 
-# \x183C MONGOLIAN LETTER TSA 
-# \x183D MONGOLIAN LETTER ZA 
-# \x183E MONGOLIAN LETTER HAA 
-# \x183F MONGOLIAN LETTER ZRA 
-# \x1840 MONGOLIAN LETTER LHA 
-# \x1841 MONGOLIAN LETTER ZHI 
-# \x1842 MONGOLIAN LETTER CHI 
-# \x1843 MONGOLIAN LETTER TODO LONG VOWEL SIGN Lm 
-# \x1844 MONGOLIAN LETTER TODO E 
-# \x1845 MONGOLIAN LETTER TODO I 
-# \x1846 MONGOLIAN LETTER TODO O 
-# \x1847 MONGOLIAN LETTER TODO U 
-# \x1848 MONGOLIAN LETTER TODO OE 
-# \x1849 MONGOLIAN LETTER TODO UE 
-# \x184A MONGOLIAN LETTER TODO ANG 
-# \x184B MONGOLIAN LETTER TODO BA 
-# \x184C MONGOLIAN LETTER TODO PA 
-# \x184D MONGOLIAN LETTER TODO QA 
-# \x184E MONGOLIAN LETTER TODO GA 
-# \x184F MONGOLIAN LETTER TODO MA 
-# \x1850 MONGOLIAN LETTER TODO TA 
-# \x1851 MONGOLIAN LETTER TODO DA 
-# \x1852 MONGOLIAN LETTER TODO CHA 
-# \x1853 MONGOLIAN LETTER TODO JA 
-# \x1854 MONGOLIAN LETTER TODO TSA 
-# \x1855 MONGOLIAN LETTER TODO YA 
-# \x1856 MONGOLIAN LETTER TODO WA 
-# \x1857 MONGOLIAN LETTER TODO KA 
-# \x1858 MONGOLIAN LETTER TODO GAA 
-# \x1859 MONGOLIAN LETTER TODO HAA 
-# \x185A MONGOLIAN LETTER TODO JIA 
-# \x185B MONGOLIAN LETTER TODO NIA 
-# \x185C MONGOLIAN LETTER TODO DZA 
-# \x185D MONGOLIAN LETTER SIBE E 
-# \x185E MONGOLIAN LETTER SIBE I 
-# \x185F MONGOLIAN LETTER SIBE IY 
-# \x1860 MONGOLIAN LETTER SIBE UE 
-# \x1861 MONGOLIAN LETTER SIBE U 
-# \x1862 MONGOLIAN LETTER SIBE ANG 
-# \x1863 MONGOLIAN LETTER SIBE KA 
-# \x1864 MONGOLIAN LETTER SIBE GA 
-# \x1865 MONGOLIAN LETTER SIBE HA 
-# \x1866 MONGOLIAN LETTER SIBE PA 
-# \x1867 MONGOLIAN LETTER SIBE SHA 
-# \x1868 MONGOLIAN LETTER SIBE TA 
-# \x1869 MONGOLIAN LETTER SIBE DA 
-# \x186A MONGOLIAN LETTER SIBE JA 
-# \x186B MONGOLIAN LETTER SIBE FA 
-# \x186C MONGOLIAN LETTER SIBE GAA 
-# \x186D MONGOLIAN LETTER SIBE HAA 
-# \x186E MONGOLIAN LETTER SIBE TSA 
-# \x186F MONGOLIAN LETTER SIBE ZA 
-# \x1870 MONGOLIAN LETTER SIBE RAA 
-# \x1871 MONGOLIAN LETTER SIBE CHA 
-# \x1872 MONGOLIAN LETTER SIBE ZHA 
-# \x1873 MONGOLIAN LETTER MANCHU I 
-# \x1874 MONGOLIAN LETTER MANCHU KA 
-# \x1875 MONGOLIAN LETTER MANCHU RA 
-# \x1876 MONGOLIAN LETTER MANCHU FA 
-# \x1877 MONGOLIAN LETTER MANCHU ZHA 
-# \x1880 MONGOLIAN LETTER ALI GALI ANUSVARA ONE 
-# \x1881 MONGOLIAN LETTER ALI GALI VISARGA ONE 
-# \x1882 MONGOLIAN LETTER ALI GALI DAMARU 
-# \x1883 MONGOLIAN LETTER ALI GALI UBADAMA 
-# \x1884 MONGOLIAN LETTER ALI GALI INVERTED UBADAMA 
-# \x1885 MONGOLIAN LETTER ALI GALI BALUDA 
-# \x1886 MONGOLIAN LETTER ALI GALI THREE BALUDA 
-# \x1887 MONGOLIAN LETTER ALI GALI A 
-# \x1888 MONGOLIAN LETTER ALI GALI I 
-# \x1889 MONGOLIAN LETTER ALI GALI KA 
-# \x188A MONGOLIAN LETTER ALI GALI NGA 
-# \x188B MONGOLIAN LETTER ALI GALI CA 
-# \x188C MONGOLIAN LETTER ALI GALI TTA 
-# \x188D MONGOLIAN LETTER ALI GALI TTHA 
-# \x188E MONGOLIAN LETTER ALI GALI DDA 
-# \x188F MONGOLIAN LETTER ALI GALI NNA 
-# \x1890 MONGOLIAN LETTER ALI GALI TA 
-# \x1891 MONGOLIAN LETTER ALI GALI DA 
-# \x1892 MONGOLIAN LETTER ALI GALI PA 
-# \x1893 MONGOLIAN LETTER ALI GALI PHA 
-# \x1894 MONGOLIAN LETTER ALI GALI SSA 
-# \x1895 MONGOLIAN LETTER ALI GALI ZHA 
-# \x1896 MONGOLIAN LETTER ALI GALI ZA 
-# \x1897 MONGOLIAN LETTER ALI GALI AH 
-# \x1898 MONGOLIAN LETTER TODO ALI GALI TA 
-# \x1899 MONGOLIAN LETTER TODO ALI GALI ZHA 
-# \x189A MONGOLIAN LETTER MANCHU ALI GALI GHA 
-# \x189B MONGOLIAN LETTER MANCHU ALI GALI NGA 
-# \x189C MONGOLIAN LETTER MANCHU ALI GALI CA 
-# \x189D MONGOLIAN LETTER MANCHU ALI GALI JHA 
-# \x189E MONGOLIAN LETTER MANCHU ALI GALI TTA 
-# \x189F MONGOLIAN LETTER MANCHU ALI GALI DDHA 
-# \x18A0 MONGOLIAN LETTER MANCHU ALI GALI TA 
-# \x18A1 MONGOLIAN LETTER MANCHU ALI GALI DHA 
-# \x18A2 MONGOLIAN LETTER MANCHU ALI GALI SSA 
-# \x18A3 MONGOLIAN LETTER MANCHU ALI GALI CYA 
-# \x18A4 MONGOLIAN LETTER MANCHU ALI GALI ZHA 
-# \x18A5 MONGOLIAN LETTER MANCHU ALI GALI ZA 
-# \x18A6 MONGOLIAN LETTER ALI GALI HALF U 
-# \x18A7 MONGOLIAN LETTER ALI GALI HALF YA 
-# \x18A8 MONGOLIAN LETTER MANCHU ALI GALI BHA 
-# \x18A9 MONGOLIAN LETTER ALI GALI DAGALGA 228 
-# \x1900 LIMBU VOWEL-CARRIER LETTER 
-# \x1901 LIMBU LETTER KA 
-# \x1902 LIMBU LETTER KHA 
-# \x1903 LIMBU LETTER GA 
-# \x1904 LIMBU LETTER GHA 
-# \x1905 LIMBU LETTER NGA 
-# \x1906 LIMBU LETTER CA 
-# \x1907 LIMBU LETTER CHA 
-# \x1908 LIMBU LETTER JA 
-# \x1909 LIMBU LETTER JHA 
-# \x190A LIMBU LETTER YAN 
-# \x190B LIMBU LETTER TA 
-# \x190C LIMBU LETTER THA 
-# \x190D LIMBU LETTER DA 
-# \x190E LIMBU LETTER DHA 
-# \x190F LIMBU LETTER NA 
-# \x1910 LIMBU LETTER PA 
-# \x1911 LIMBU LETTER PHA 
-# \x1912 LIMBU LETTER BA 
-# \x1913 LIMBU LETTER BHA 
-# \x1914 LIMBU LETTER MA 
-# \x1915 LIMBU LETTER YA 
-# \x1916 LIMBU LETTER RA 
-# \x1917 LIMBU LETTER LA 
-# \x1918 LIMBU LETTER WA 
-# \x1919 LIMBU LETTER SHA 
-# \x191A LIMBU LETTER SSA 
-# \x191B LIMBU LETTER SA 
-# \x191C LIMBU LETTER HA 
-# \x1920 LIMBU VOWEL SIGN A 
-# \x1921 LIMBU VOWEL SIGN I 
-# \x1922 LIMBU VOWEL SIGN U 
-# \x1923 LIMBU VOWEL SIGN EE Mc 
-# \x1924 LIMBU VOWEL SIGN AI Mc 
-# \x1925 LIMBU VOWEL SIGN OO Mc 
-# \x1926 LIMBU VOWEL SIGN AU Mc 
-# \x1927 LIMBU VOWEL SIGN E 
-# \x1928 LIMBU VOWEL SIGN O 
-# \x1929 LIMBU SUBJOINED LETTER YA Mc 
-# \x192A LIMBU SUBJOINED LETTER RA Mc 
-# \x192B LIMBU SUBJOINED LETTER WA Mc 
-# \x1930 LIMBU SMALL LETTER KA Mc 
-# \x1931 LIMBU SMALL LETTER NGA Mc 
-# \x1932 LIMBU SMALL LETTER ANUSVARA 
-# \x1933 LIMBU SMALL LETTER TA Mc 
-# \x1934 LIMBU SMALL LETTER NA Mc 
-# \x1935 LIMBU SMALL LETTER PA Mc 
-# \x1936 LIMBU SMALL LETTER MA Mc 
-# \x1937 LIMBU SMALL LETTER RA Mc 
-# \x1938 LIMBU SMALL LETTER LA Mc 
-# \x1939 LIMBU SIGN MUKPHRENG 222 
-# \x193A LIMBU SIGN KEMPHRENG 230 
-# \x193B LIMBU SIGN SA-I 220 
-# \x1940 LIMBU SIGN LOO 
-# \x1944 LIMBU EXCLAMATION MARK 
-# \x1945 LIMBU QUESTION MARK 
-# \x1946 LIMBU DIGIT ZERO Nd 0 
-# \x1947 LIMBU DIGIT ONE Nd 1 1 1 
-# \x1948 LIMBU DIGIT TWO Nd 2 2 2 
-# \x1949 LIMBU DIGIT THREE Nd 3 3 3 
-# \x194A LIMBU DIGIT FOUR Nd 4 4 4 
-# \x194B LIMBU DIGIT FIVE Nd 5 5 5 
-# \x194C LIMBU DIGIT SIX Nd 6 6 6 
-# \x194D LIMBU DIGIT SEVEN Nd 7 7 7 
-# \x194E LIMBU DIGIT EIGHT Nd 8 8 8 
-# \x194F LIMBU DIGIT NINE Nd 9 9 9 
-# \x1950 TAI LE LETTER KA 
-# \x1951 TAI LE LETTER XA 
-# \x1952 TAI LE LETTER NGA 
-# \x1953 TAI LE LETTER TSA 
-# \x1954 TAI LE LETTER SA 
-# \x1955 TAI LE LETTER YA 
-# \x1956 TAI LE LETTER TA 
-# \x1957 TAI LE LETTER THA 
-# \x1958 TAI LE LETTER LA 
-# \x1959 TAI LE LETTER PA 
-# \x195A TAI LE LETTER PHA 
-# \x195B TAI LE LETTER MA 
-# \x195C TAI LE LETTER FA 
-# \x195D TAI LE LETTER VA 
-# \x195E TAI LE LETTER HA 
-# \x195F TAI LE LETTER QA 
-# \x1960 TAI LE LETTER KHA 
-# \x1961 TAI LE LETTER TSHA 
-# \x1962 TAI LE LETTER NA 
-# \x1963 TAI LE LETTER A 
-# \x1964 TAI LE LETTER I 
-# \x1965 TAI LE LETTER EE 
-# \x1966 TAI LE LETTER EH 
-# \x1967 TAI LE LETTER U 
-# \x1968 TAI LE LETTER OO 
-# \x1969 TAI LE LETTER O 
-# \x196A TAI LE LETTER UE 
-# \x196B TAI LE LETTER E 
-# \x196C TAI LE LETTER AUE 
-# \x196D TAI LE LETTER AI 
-# \x1970 TAI LE LETTER TONE-2 
-# \x1971 TAI LE LETTER TONE-3 
-# \x1972 TAI LE LETTER TONE-4 
-# \x1973 TAI LE LETTER TONE-5 
-# \x1974 TAI LE LETTER TONE-6 
-# \x19E0 KHMER SYMBOL PATHAMASAT 
-# \x19E1 KHMER SYMBOL MUOY KOET 
-# \x19E2 KHMER SYMBOL PII KOET 
-# \x19E3 KHMER SYMBOL BEI KOET 
-# \x19E4 KHMER SYMBOL BUON KOET 
-# \x19E5 KHMER SYMBOL PRAM KOET 
-# \x19E6 KHMER SYMBOL PRAM-MUOY KOET 
-# \x19E7 KHMER SYMBOL PRAM-PII KOET 
-# \x19E8 KHMER SYMBOL PRAM-BEI KOET 
-# \x19E9 KHMER SYMBOL PRAM-BUON KOET 
-# \x19EA KHMER SYMBOL DAP KOET 
-# \x19EB KHMER SYMBOL DAP-MUOY KOET 
-# \x19EC KHMER SYMBOL DAP-PII KOET 
-# \x19ED KHMER SYMBOL DAP-BEI KOET 
-# \x19EE KHMER SYMBOL DAP-BUON KOET 
-# \x19EF KHMER SYMBOL DAP-PRAM KOET 
-# \x19F0 KHMER SYMBOL TUTEYASAT 
-# \x19F1 KHMER SYMBOL MUOY ROC 
-# \x19F2 KHMER SYMBOL PII ROC 
-# \x19F3 KHMER SYMBOL BEI ROC 
-# \x19F4 KHMER SYMBOL BUON ROC 
-# \x19F5 KHMER SYMBOL PRAM ROC 
-# \x19F6 KHMER SYMBOL PRAM-MUOY ROC 
-# \x19F7 KHMER SYMBOL PRAM-PII ROC 
-# \x19F8 KHMER SYMBOL PRAM-BEI ROC 
-# \x19F9 KHMER SYMBOL PRAM-BUON ROC 
-# \x19FA KHMER SYMBOL DAP ROC 
-# \x19FB KHMER SYMBOL DAP-MUOY ROC 
-# \x19FC KHMER SYMBOL DAP-PII ROC 
-# \x19FD KHMER SYMBOL DAP-BEI ROC 
-# \x19FE KHMER SYMBOL DAP-BUON ROC 
-# \x19FF KHMER SYMBOL DAP-PRAM ROC 
-# \x1D00 LATIN LETTER SMALL CAPITAL A 
-# \x1D01 LATIN LETTER SMALL CAPITAL AE 
-# \x1D02 LATIN SMALL LETTER TURNED AE 
-# \x1D03 LATIN LETTER SMALL CAPITAL BARRED B 
-# \x1D04 LATIN LETTER SMALL CAPITAL C 
-# \x1D05 LATIN LETTER SMALL CAPITAL D 
-# \x1D06 LATIN LETTER SMALL CAPITAL ETH 
-# \x1D07 LATIN LETTER SMALL CAPITAL E 
-# \x1D08 LATIN SMALL LETTER TURNED OPEN E 
-# \x1D09 LATIN SMALL LETTER TURNED I 
-# \x1D0A LATIN LETTER SMALL CAPITAL J 
-# \x1D0B LATIN LETTER SMALL CAPITAL K 
-# \x1D0C LATIN LETTER SMALL CAPITAL WITH STROKE 
-# \x1D0D LATIN LETTER SMALL CAPITAL M 
-# \x1D0E LATIN LETTER SMALL CAPITAL REVERSED 
-# \x1D0F LATIN LETTER SMALL CAPITAL O 
-# \x1D10 LATIN LETTER SMALL CAPITAL OPEN O 
-# \x1D11 LATIN SMALL LETTER SIDEWAYS O 
-# \x1D12 LATIN SMALL LETTER SIDEWAYS OPEN O 
-# \x1D13 LATIN SMALL LETTER SIDEWAYS O WITH STROKE 
-# \x1D14 LATIN SMALL LETTER TURNED OE 
-# \x1D15 LATIN LETTER SMALL CAPITAL OU 
-# \x1D16 LATIN SMALL LETTER TOP HALF O 
-# \x1D17 LATIN SMALL LETTER BOTTOM HALF O 
-# \x1D18 LATIN LETTER SMALL CAPITAL P 
-# \x1D19 LATIN LETTER SMALL CAPITAL REVERSED 
-# \x1D1A LATIN LETTER SMALL CAPITAL TURNED 
-# \x1D1B LATIN LETTER SMALL CAPITAL T 
-# \x1D1C LATIN LETTER SMALL CAPITAL U 
-# \x1D1D LATIN SMALL LETTER SIDEWAYS U 
-# \x1D1E LATIN SMALL LETTER SIDEWAYS DIAERESIZED U 
-# \x1D1F LATIN SMALL LETTER SIDEWAYS TURNED M 
-# \x1D20 LATIN LETTER SMALL CAPITAL V 
-# \x1D21 LATIN LETTER SMALL CAPITAL W 
-# \x1D22 LATIN LETTER SMALL CAPITAL Z 
-# \x1D23 LATIN LETTER SMALL CAPITAL EZH 
-# \x1D24 LATIN LETTER VOICED LARYNGEAL SPIRANT 
-# \x1D25 LATIN LETTER AIN 
-# \x1D26 GREEK LETTER SMALL CAPITAL GAMMA 
-# \x1D27 GREEK LETTER SMALL CAPITAL LAMDA 
-# \x1D28 GREEK LETTER SMALL CAPITAL PI 
-# \x1D29 GREEK LETTER SMALL CAPITAL RHO 
-# \x1D2A GREEK LETTER SMALL CAPITAL PSI 
-# \x1D2B CYRILLIC LETTER SMALL CAPITAL EL 
-# \x1D2C MODIFIER LETTER CAPITAL A Lm 0041 
-# \x1D2D MODIFIER LETTER CAPITAL AE Lm 00C6 
-# \x1D2E MODIFIER LETTER CAPITAL B Lm 0042 
-# \x1D2F MODIFIER LETTER CAPITAL BARRED B Lm 
-# \x1D30 MODIFIER LETTER CAPITAL D Lm 0044 
-# \x1D31 MODIFIER LETTER CAPITAL E Lm 0045 
-# \x1D32 MODIFIER LETTER CAPITAL REVERSED E Lm 018E 
-# \x1D33 MODIFIER LETTER CAPITAL G Lm 0047 
-# \x1D34 MODIFIER LETTER CAPITAL H Lm 0048 
-# \x1D35 MODIFIER LETTER CAPITAL I Lm 0049 
-# \x1D36 MODIFIER LETTER CAPITAL J Lm 004A 
-# \x1D37 MODIFIER LETTER CAPITAL K Lm 004B 
-# \x1D38 MODIFIER LETTER CAPITAL Lm 004C 
-# \x1D39 MODIFIER LETTER CAPITAL M Lm 004D 
-# \x1D3A MODIFIER LETTER CAPITAL Lm 004E 
-# \x1D3B MODIFIER LETTER CAPITAL REVERSED Lm 
-# \x1D3C MODIFIER LETTER CAPITAL O Lm 004F 
-# \x1D3D MODIFIER LETTER CAPITAL OU Lm 0222 
-# \x1D3E MODIFIER LETTER CAPITAL P Lm 0050 
-# \x1D3F MODIFIER LETTER CAPITAL Lm 0052 
-# \x1D40 MODIFIER LETTER CAPITAL T Lm 0054 
-# \x1D41 MODIFIER LETTER CAPITAL U Lm 0055 
-# \x1D42 MODIFIER LETTER CAPITAL W Lm 0057 
-# \x1D43 MODIFIER LETTER SMALL A Lm 0061 
-# \x1D44 MODIFIER LETTER SMALL TURNED A Lm 0250 
-# \x1D45 MODIFIER LETTER SMALL ALPHA Lm 0251 
-# \x1D46 MODIFIER LETTER SMALL TURNED AE Lm 1D02 
-# \x1D47 MODIFIER LETTER SMALL B Lm 0062 
-# \x1D48 MODIFIER LETTER SMALL D Lm 0064 
-# \x1D49 MODIFIER LETTER SMALL E Lm 0065 
-# \x1D4A MODIFIER LETTER SMALL SCHWA Lm 0259 
-# \x1D4B MODIFIER LETTER SMALL OPEN E Lm 025B 
-# \x1D4C MODIFIER LETTER SMALL TURNED OPEN E Lm 025C 
-# \x1D4D MODIFIER LETTER SMALL G Lm 0067 
-# \x1D4E MODIFIER LETTER SMALL TURNED I Lm 
-# \x1D4F MODIFIER LETTER SMALL K Lm 006B 
-# \x1D50 MODIFIER LETTER SMALL M Lm 006D 
-# \x1D51 MODIFIER LETTER SMALL ENG Lm 014B 
-# \x1D52 MODIFIER LETTER SMALL O Lm 006F 
-# \x1D53 MODIFIER LETTER SMALL OPEN O Lm 0254 
-# \x1D54 MODIFIER LETTER SMALL TOP HALF O Lm 1D16 
-# \x1D55 MODIFIER LETTER SMALL BOTTOM HALF O Lm 1D17 
-# \x1D56 MODIFIER LETTER SMALL P Lm 0070 
-# \x1D57 MODIFIER LETTER SMALL T Lm 0074 
-# \x1D58 MODIFIER LETTER SMALL U Lm 0075 
-# \x1D59 MODIFIER LETTER SMALL SIDEWAYS U Lm 1D1D 
-# \x1D5A MODIFIER LETTER SMALL TURNED M Lm 026F 
-# \x1D5B MODIFIER LETTER SMALL V Lm 0076 
-# \x1D5C MODIFIER LETTER SMALL AIN Lm 1D25 
-# \x1D5D MODIFIER LETTER SMALL BETA Lm 03B2 
-# \x1D5E MODIFIER LETTER SMALL GREEK GAMMA Lm 03B3 
-# \x1D5F MODIFIER LETTER SMALL DELTA Lm 03B4 
-# \x1D60 MODIFIER LETTER SMALL GREEK PHI Lm 03C6 
-# \x1D61 MODIFIER LETTER SMALL CHI Lm 03C7 
-# \x1D62 LATIN SUBSCRIPT SMALL LETTER I 0069 
-# \x1D63 LATIN SUBSCRIPT SMALL LETTER 0072 
-# \x1D64 LATIN SUBSCRIPT SMALL LETTER U 0075 
-# \x1D65 LATIN SUBSCRIPT SMALL LETTER V 0076 
-# \x1D66 GREEK SUBSCRIPT SMALL LETTER BETA 03B2 
-# \x1D67 GREEK SUBSCRIPT SMALL LETTER GAMMA 03B3 
-# \x1D68 GREEK SUBSCRIPT SMALL LETTER RHO 03C1 
-# \x1D69 GREEK SUBSCRIPT SMALL LETTER PHI 03C6 
-# \x1D6A GREEK SUBSCRIPT SMALL LETTER CHI 03C7 
-# \x1D6B LATIN SMALL LETTER UE 
-# \x1E00 LATIN CAPITAL LETTER A WITH RING BELOW 0041 0325 1E01 
-# \x1E01 LATIN SMALL LETTER A WITH RING BELOW 0061 0325 1E00 1E00
-# \x1E02 LATIN CAPITAL LETTER B WITH DOT ABOVE 0042 0307 1E03 
-# \x1E03 LATIN SMALL LETTER B WITH DOT ABOVE 0062 0307 1E02 1E02
-# \x1E04 LATIN CAPITAL LETTER B WITH DOT BELOW 0042 0323 1E05 
-# \x1E05 LATIN SMALL LETTER B WITH DOT BELOW 0062 0323 1E04 1E04
-# \x1E06 LATIN CAPITAL LETTER B WITH LINE BELOW 0042 0331 1E07 
-# \x1E07 LATIN SMALL LETTER B WITH LINE BELOW 0062 0331 1E06 1E06
-# \x1E08 LATIN CAPITAL LETTER C WITH CEDILLA AND ACUTE 00C7 0301 1E0
-# \x9 
-# \x1E09 LATIN SMALL LETTER C WITH CEDILLA AND ACUTE 00E7 0301 1E08 
-# \x1E08
-# \x1E0A LATIN CAPITAL LETTER D WITH DOT ABOVE 0044 0307 1E0B 
-# \x1E0B LATIN SMALL LETTER D WITH DOT ABOVE 0064 0307 1E0A 1E0A
-# \x1E0C LATIN CAPITAL LETTER D WITH DOT BELOW 0044 0323 1E0D 
-# \x1E0D LATIN SMALL LETTER D WITH DOT BELOW 0064 0323 1E0C 1E0C
-# \x1E0E LATIN CAPITAL LETTER D WITH LINE BELOW 0044 0331 1E0F 
-# \x1E0F LATIN SMALL LETTER D WITH LINE BELOW 0064 0331 1E0E 1E0E
-# \x1E10 LATIN CAPITAL LETTER D WITH CEDILLA 0044 0327 1E11 
-# \x1E11 LATIN SMALL LETTER D WITH CEDILLA 0064 0327 1E10 1E10
-# \x1E12 LATIN CAPITAL LETTER D WITH CIRCUMFLEX BELOW 0044 032D 1E13
-# \x 
-# \x1E13 LATIN SMALL LETTER D WITH CIRCUMFLEX BELOW 0064 032D 1E12 1
-# \xE12
-# \x1E14 LATIN CAPITAL LETTER E WITH MACRON AND GRAVE 0112 0300 1E15
-# \x 
-# \x1E15 LATIN SMALL LETTER E WITH MACRON AND GRAVE 0113 0300 1E14 1
-# \xE14
-# \x1E16 LATIN CAPITAL LETTER E WITH MACRON AND ACUTE 0112 0301 1E17
-# \x 
-# \x1E17 LATIN SMALL LETTER E WITH MACRON AND ACUTE 0113 0301 1E16 1
-# \xE16
-# \x1E18 LATIN CAPITAL LETTER E WITH CIRCUMFLEX BELOW 0045 032D 1E19
-# \x 
-# \x1E19 LATIN SMALL LETTER E WITH CIRCUMFLEX BELOW 0065 032D 1E18 1
-# \xE18
-# \x1E1A LATIN CAPITAL LETTER E WITH TILDE BELOW 0045 0330 1E1B 
-# \x1E1B LATIN SMALL LETTER E WITH TILDE BELOW 0065 0330 1E1A 1E1A
-# \x1E1C LATIN CAPITAL LETTER E WITH CEDILLA AND BREVE 0228 0306 1E1
-# \xD 
-# \x1E1D LATIN SMALL LETTER E WITH CEDILLA AND BREVE 0229 0306 1E1C 
-# \x1E1C
-# \x1E1E LATIN CAPITAL LETTER F WITH DOT ABOVE 0046 0307 1E1F 
-# \x1E1F LATIN SMALL LETTER F WITH DOT ABOVE 0066 0307 1E1E 1E1E
-# \x1E20 LATIN CAPITAL LETTER G WITH MACRON 0047 0304 1E21 
-# \x1E21 LATIN SMALL LETTER G WITH MACRON 0067 0304 1E20 1E20
-# \x1E22 LATIN CAPITAL LETTER H WITH DOT ABOVE 0048 0307 1E23 
-# \x1E23 LATIN SMALL LETTER H WITH DOT ABOVE 0068 0307 1E22 1E22
-# \x1E24 LATIN CAPITAL LETTER H WITH DOT BELOW 0048 0323 1E25 
-# \x1E25 LATIN SMALL LETTER H WITH DOT BELOW 0068 0323 1E24 1E24
-# \x1E26 LATIN CAPITAL LETTER H WITH DIAERESIS 0048 0308 1E27 
-# \x1E27 LATIN SMALL LETTER H WITH DIAERESIS 0068 0308 1E26 1E26
-# \x1E28 LATIN CAPITAL LETTER H WITH CEDILLA 0048 0327 1E29 
-# \x1E29 LATIN SMALL LETTER H WITH CEDILLA 0068 0327 1E28 1E28
-# \x1E2A LATIN CAPITAL LETTER H WITH BREVE BELOW 0048 032E 1E2B 
-# \x1E2B LATIN SMALL LETTER H WITH BREVE BELOW 0068 032E 1E2A 1E2A
-# \x1E2C LATIN CAPITAL LETTER I WITH TILDE BELOW 0049 0330 1E2D 
-# \x1E2D LATIN SMALL LETTER I WITH TILDE BELOW 0069 0330 1E2C 1E2C
-# \x1E2E LATIN CAPITAL LETTER I WITH DIAERESIS AND ACUTE 00CF 0301 1
-# \xE2F 
-# \x1E2F LATIN SMALL LETTER I WITH DIAERESIS AND ACUTE 00EF 0301 1E2E
-# \x 1E2E
-# \x1E30 LATIN CAPITAL LETTER K WITH ACUTE 004B 0301 1E31 
-# \x1E31 LATIN SMALL LETTER K WITH ACUTE 006B 0301 1E30 1E30
-# \x1E32 LATIN CAPITAL LETTER K WITH DOT BELOW 004B 0323 1E33 
-# \x1E33 LATIN SMALL LETTER K WITH DOT BELOW 006B 0323 1E32 1E32
-# \x1E34 LATIN CAPITAL LETTER K WITH LINE BELOW 004B 0331 1E35 
-# \x1E35 LATIN SMALL LETTER K WITH LINE BELOW 006B 0331 1E34 1E34
-# \x1E36 LATIN CAPITAL LETTER WITH DOT BELOW 004C 0323 1E37 
-# \x1E37 LATIN SMALL LETTER WITH DOT BELOW 006C 0323 1E36 1E36
-# \x1E38 LATIN CAPITAL LETTER WITH DOT BELOW AND MACRON 1E36 0304 
-# \x1E39 
-# \x1E39 LATIN SMALL LETTER WITH DOT BELOW AND MACRON 1E37 0304 1E3
-# \x8 1E38
-# \x1E3A LATIN CAPITAL LETTER WITH LINE BELOW 004C 0331 1E3B 
-# \x1E3B LATIN SMALL LETTER WITH LINE BELOW 006C 0331 1E3A 1E3A
-# \x1E3C LATIN CAPITAL LETTER WITH CIRCUMFLEX BELOW 004C 032D 1E3D
-# \x 
-# \x1E3D LATIN SMALL LETTER WITH CIRCUMFLEX BELOW 006C 032D 1E3C 1
-# \xE3C
-# \x1E3E LATIN CAPITAL LETTER M WITH ACUTE 004D 0301 1E3F 
-# \x1E3F LATIN SMALL LETTER M WITH ACUTE 006D 0301 1E3E 1E3E
-# \x1E40 LATIN CAPITAL LETTER M WITH DOT ABOVE 004D 0307 1E41 
-# \x1E41 LATIN SMALL LETTER M WITH DOT ABOVE 006D 0307 1E40 1E40
-# \x1E42 LATIN CAPITAL LETTER M WITH DOT BELOW 004D 0323 1E43 
-# \x1E43 LATIN SMALL LETTER M WITH DOT BELOW 006D 0323 1E42 1E42
-# \x1E44 LATIN CAPITAL LETTER WITH DOT ABOVE 004E 0307 1E45 
-# \x1E45 LATIN SMALL LETTER WITH DOT ABOVE 006E 0307 1E44 1E44
-# \x1E46 LATIN CAPITAL LETTER WITH DOT BELOW 004E 0323 1E47 
-# \x1E47 LATIN SMALL LETTER WITH DOT BELOW 006E 0323 1E46 1E46
-# \x1E48 LATIN CAPITAL LETTER WITH LINE BELOW 004E 0331 1E49 
-# \x1E49 LATIN SMALL LETTER WITH LINE BELOW 006E 0331 1E48 1E48
-# \x1E4A LATIN CAPITAL LETTER WITH CIRCUMFLEX BELOW 004E 032D 1E4B
-# \x 
-# \x1E4B LATIN SMALL LETTER WITH CIRCUMFLEX BELOW 006E 032D 1E4A 1
-# \xE4A
-# \x1E4C LATIN CAPITAL LETTER O WITH TILDE AND ACUTE 00D5 0301 1E4D 
-# \x1E4D LATIN SMALL LETTER O WITH TILDE AND ACUTE 00F5 0301 1E4C 1E
-# \x4C
-# \x1E4E LATIN CAPITAL LETTER O WITH TILDE AND DIAERESIS 00D5 0308 1
-# \xE4F 
-# \x1E4F LATIN SMALL LETTER O WITH TILDE AND DIAERESIS 00F5 0308 1E4E
-# \x 1E4E
-# \x1E50 LATIN CAPITAL LETTER O WITH MACRON AND GRAVE 014C 0300 1E51
-# \x 
-# \x1E51 LATIN SMALL LETTER O WITH MACRON AND GRAVE 014D 0300 1E50 1
-# \xE50
-# \x1E52 LATIN CAPITAL LETTER O WITH MACRON AND ACUTE 014C 0301 1E53
-# \x 
-# \x1E53 LATIN SMALL LETTER O WITH MACRON AND ACUTE 014D 0301 1E52 1
-# \xE52
-# \x1E54 LATIN CAPITAL LETTER P WITH ACUTE 0050 0301 1E55 
-# \x1E55 LATIN SMALL LETTER P WITH ACUTE 0070 0301 1E54 1E54
-# \x1E56 LATIN CAPITAL LETTER P WITH DOT ABOVE 0050 0307 1E57 
-# \x1E57 LATIN SMALL LETTER P WITH DOT ABOVE 0070 0307 1E56 1E56
-# \x1E58 LATIN CAPITAL LETTER WITH DOT ABOVE 0052 0307 1E59 
-# \x1E59 LATIN SMALL LETTER WITH DOT ABOVE 0072 0307 1E58 1E58
-# \x1E5A LATIN CAPITAL LETTER WITH DOT BELOW 0052 0323 1E5B 
-# \x1E5B LATIN SMALL LETTER WITH DOT BELOW 0072 0323 1E5A 1E5A
-# \x1E5C LATIN CAPITAL LETTER WITH DOT BELOW AND MACRON 1E5A 0304 
-# \x1E5D 
-# \x1E5D LATIN SMALL LETTER WITH DOT BELOW AND MACRON 1E5B 0304 1E5
-# \xC 1E5C
-# \x1E5E LATIN CAPITAL LETTER WITH LINE BELOW 0052 0331 1E5F 
-# \x1E5F LATIN SMALL LETTER WITH LINE BELOW 0072 0331 1E5E 1E5E
-# \x1E60 LATIN CAPITAL LETTER S WITH DOT ABOVE 0053 0307 1E61 
-# \x1E61 LATIN SMALL LETTER S WITH DOT ABOVE 0073 0307 1E60 1E60
-# \x1E62 LATIN CAPITAL LETTER S WITH DOT BELOW 0053 0323 1E63 
-# \x1E63 LATIN SMALL LETTER S WITH DOT BELOW 0073 0323 1E62 1E62
-# \x1E64 LATIN CAPITAL LETTER S WITH ACUTE AND DOT ABOVE 015A 0307 1
-# \xE65 
-# \x1E65 LATIN SMALL LETTER S WITH ACUTE AND DOT ABOVE 015B 0307 1E64
-# \x 1E64
-# \x1E66 LATIN CAPITAL LETTER S WITH CARON AND DOT ABOVE 0160 0307 1
-# \xE67 
-# \x1E67 LATIN SMALL LETTER S WITH CARON AND DOT ABOVE 0161 0307 1E66
-# \x 1E66
-# \x1E68 LATIN CAPITAL LETTER S WITH DOT BELOW AND DOT ABOVE 1E62 0307 
-# \x 1E69 
-# \x1E69 LATIN SMALL LETTER S WITH DOT BELOW AND DOT ABOVE 1E63 0307 
-# \x1E68 1E68
-# \x1E6A LATIN CAPITAL LETTER T WITH DOT ABOVE 0054 0307 1E6B 
-# \x1E6B LATIN SMALL LETTER T WITH DOT ABOVE 0074 0307 1E6A 1E6A
-# \x1E6C LATIN CAPITAL LETTER T WITH DOT BELOW 0054 0323 1E6D 
-# \x1E6D LATIN SMALL LETTER T WITH DOT BELOW 0074 0323 1E6C 1E6C
-# \x1E6E LATIN CAPITAL LETTER T WITH LINE BELOW 0054 0331 1E6F 
-# \x1E6F LATIN SMALL LETTER T WITH LINE BELOW 0074 0331 1E6E 1E6E
-# \x1E70 LATIN CAPITAL LETTER T WITH CIRCUMFLEX BELOW 0054 032D 1E71
-# \x 
-# \x1E71 LATIN SMALL LETTER T WITH CIRCUMFLEX BELOW 0074 032D 1E70 1
-# \xE70
-# \x1E72 LATIN CAPITAL LETTER U WITH DIAERESIS BELOW 0055 0324 1E73 
-# \x1E73 LATIN SMALL LETTER U WITH DIAERESIS BELOW 0075 0324 1E72 1E
-# \x72
-# \x1E74 LATIN CAPITAL LETTER U WITH TILDE BELOW 0055 0330 1E75 
-# \x1E75 LATIN SMALL LETTER U WITH TILDE BELOW 0075 0330 1E74 1E74
-# \x1E76 LATIN CAPITAL LETTER U WITH CIRCUMFLEX BELOW 0055 032D 1E77
-# \x 
-# \x1E77 LATIN SMALL LETTER U WITH CIRCUMFLEX BELOW 0075 032D 1E76 1
-# \xE76
-# \x1E78 LATIN CAPITAL LETTER U WITH TILDE AND ACUTE 0168 0301 1E79 
-# \x1E79 LATIN SMALL LETTER U WITH TILDE AND ACUTE 0169 0301 1E78 1E
-# \x78
-# \x1E7A LATIN CAPITAL LETTER U WITH MACRON AND DIAERESIS 016A 0308 
-# \x1E7B 
-# \x1E7B LATIN SMALL LETTER U WITH MACRON AND DIAERESIS 016B 0308 1E7
-# \xA 1E7A
-# \x1E7C LATIN CAPITAL LETTER V WITH TILDE 0056 0303 1E7D 
-# \x1E7D LATIN SMALL LETTER V WITH TILDE 0076 0303 1E7C 1E7C
-# \x1E7E LATIN CAPITAL LETTER V WITH DOT BELOW 0056 0323 1E7F 
-# \x1E7F LATIN SMALL LETTER V WITH DOT BELOW 0076 0323 1E7E 1E7E
-# \x1E80 LATIN CAPITAL LETTER W WITH GRAVE 0057 0300 1E81 
-# \x1E81 LATIN SMALL LETTER W WITH GRAVE 0077 0300 1E80 1E80
-# \x1E82 LATIN CAPITAL LETTER W WITH ACUTE 0057 0301 1E83 
-# \x1E83 LATIN SMALL LETTER W WITH ACUTE 0077 0301 1E82 1E82
-# \x1E84 LATIN CAPITAL LETTER W WITH DIAERESIS 0057 0308 1E85 
-# \x1E85 LATIN SMALL LETTER W WITH DIAERESIS 0077 0308 1E84 1E84
-# \x1E86 LATIN CAPITAL LETTER W WITH DOT ABOVE 0057 0307 1E87 
-# \x1E87 LATIN SMALL LETTER W WITH DOT ABOVE 0077 0307 1E86 1E86
-# \x1E88 LATIN CAPITAL LETTER W WITH DOT BELOW 0057 0323 1E89 
-# \x1E89 LATIN SMALL LETTER W WITH DOT BELOW 0077 0323 1E88 1E88
-# \x1E8A LATIN CAPITAL LETTER X WITH DOT ABOVE 0058 0307 1E8B 
-# \x1E8B LATIN SMALL LETTER X WITH DOT ABOVE 0078 0307 1E8A 1E8A
-# \x1E8C LATIN CAPITAL LETTER X WITH DIAERESIS 0058 0308 1E8D 
-# \x1E8D LATIN SMALL LETTER X WITH DIAERESIS 0078 0308 1E8C 1E8C
-# \x1E8E LATIN CAPITAL LETTER Y WITH DOT ABOVE 0059 0307 1E8F 
-# \x1E8F LATIN SMALL LETTER Y WITH DOT ABOVE 0079 0307 1E8E 1E8E
-# \x1E90 LATIN CAPITAL LETTER Z WITH CIRCUMFLEX 005A 0302 1E91 
-# \x1E91 LATIN SMALL LETTER Z WITH CIRCUMFLEX 007A 0302 1E90 1E90
-# \x1E92 LATIN CAPITAL LETTER Z WITH DOT BELOW 005A 0323 1E93 
-# \x1E93 LATIN SMALL LETTER Z WITH DOT BELOW 007A 0323 1E92 1E92
-# \x1E94 LATIN CAPITAL LETTER Z WITH LINE BELOW 005A 0331 1E95 
-# \x1E95 LATIN SMALL LETTER Z WITH LINE BELOW 007A 0331 1E94 1E94
-# \x1E96 LATIN SMALL LETTER H WITH LINE BELOW 0068 0331 
-# \x1E97 LATIN SMALL LETTER T WITH DIAERESIS 0074 0308 
-# \x1E98 LATIN SMALL LETTER W WITH RING ABOVE 0077 030A 
-# \x1E99 LATIN SMALL LETTER Y WITH RING ABOVE 0079 030A 
-# \x1E9A LATIN SMALL LETTER A WITH RIGHT HALF RING 0061 02BE 
-# \x 
-# \x1E9B LATIN SMALL LETTER LONG S WITH DOT ABOVE 017F 0307 1E60 1E6
-# \x0
-# \x1EA0 LATIN CAPITAL LETTER A WITH DOT BELOW 0041 0323 1EA1 
-# \x1EA1 LATIN SMALL LETTER A WITH DOT BELOW 0061 0323 1EA0 1EA0
-# \x1EA2 LATIN CAPITAL LETTER A WITH HOOK ABOVE 0041 0309 1EA3 
-# \x1EA3 LATIN SMALL LETTER A WITH HOOK ABOVE 0061 0309 1EA2 1EA2
-# \x1EA4 LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND ACUTE 00C2 0301 
-# \x1EA5 
-# \x1EA5 LATIN SMALL LETTER A WITH CIRCUMFLEX AND ACUTE 00E2 0301 1EA
-# \x4 1EA4
-# \x1EA6 LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND GRAVE 00C2 0300 
-# \x1EA7 
-# \x1EA7 LATIN SMALL LETTER A WITH CIRCUMFLEX AND GRAVE 00E2 0300 1EA
-# \x6 1EA6
-# \x1EA8 LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND HOOK ABOVE 00C2 0309 
-# \xN 1EA9 
-# \x1EA9 LATIN SMALL LETTER A WITH CIRCUMFLEX AND HOOK ABOVE 00E2 0309 
-# \x 1EA8 1EA8
-# \x1EAA LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND TILDE 00C2 0303 
-# \x1EAB 
-# \x1EAB LATIN SMALL LETTER A WITH CIRCUMFLEX AND TILDE 00E2 0303 1EA
-# \xA 1EAA
-# \x1EAC LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND DOT BELOW 1EA0 0302 N
-# \x 1EAD 
-# \x1EAD LATIN SMALL LETTER A WITH CIRCUMFLEX AND DOT BELOW 1EA1 0302 
-# \x 1EAC 1EAC
-# \x1EAE LATIN CAPITAL LETTER A WITH BREVE AND ACUTE 0102 0301 1EAF 
-# \x1EAF LATIN SMALL LETTER A WITH BREVE AND ACUTE 0103 0301 1EAE 1E
-# \xAE
-# \x1EB0 LATIN CAPITAL LETTER A WITH BREVE AND GRAVE 0102 0300 1EB1 
-# \x1EB1 LATIN SMALL LETTER A WITH BREVE AND GRAVE 0103 0300 1EB0 1E
-# \xB0
-# \x1EB2 LATIN CAPITAL LETTER A WITH BREVE AND HOOK ABOVE 0102 0309 
-# \x1EB3 
-# \x1EB3 LATIN SMALL LETTER A WITH BREVE AND HOOK ABOVE 0103 0309 1EB
-# \x2 1EB2
-# \x1EB4 LATIN CAPITAL LETTER A WITH BREVE AND TILDE 0102 0303 1EB5 
-# \x1EB5 LATIN SMALL LETTER A WITH BREVE AND TILDE 0103 0303 1EB4 1E
-# \xB4
-# \x1EB6 LATIN CAPITAL LETTER A WITH BREVE AND DOT BELOW 1EA0 0306 1
-# \xEB7 
-# \x1EB7 LATIN SMALL LETTER A WITH BREVE AND DOT BELOW 1EA1 0306 1EB6
-# \x 1EB6
-# \x1EB8 LATIN CAPITAL LETTER E WITH DOT BELOW 0045 0323 1EB9 
-# \x1EB9 LATIN SMALL LETTER E WITH DOT BELOW 0065 0323 1EB8 1EB8
-# \x1EBA LATIN CAPITAL LETTER E WITH HOOK ABOVE 0045 0309 1EBB 
-# \x1EBB LATIN SMALL LETTER E WITH HOOK ABOVE 0065 0309 1EBA 1EBA
-# \x1EBC LATIN CAPITAL LETTER E WITH TILDE 0045 0303 1EBD 
-# \x1EBD LATIN SMALL LETTER E WITH TILDE 0065 0303 1EBC 1EBC
-# \x1EBE LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND ACUTE 00CA 0301 
-# \x1EBF 
-# \x1EBF LATIN SMALL LETTER E WITH CIRCUMFLEX AND ACUTE 00EA 0301 1EB
-# \xE 1EBE
-# \x1EC0 LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND GRAVE 00CA 0300 
-# \x1EC1 
-# \x1EC1 LATIN SMALL LETTER E WITH CIRCUMFLEX AND GRAVE 00EA 0300 1EC
-# \x0 1EC0
-# \x1EC2 LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND HOOK ABOVE 00CA 0309 
-# \xN 1EC3 
-# \x1EC3 LATIN SMALL LETTER E WITH CIRCUMFLEX AND HOOK ABOVE 00EA 0309 
-# \x 1EC2 1EC2
-# \x1EC4 LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND TILDE 00CA 0303 
-# \x1EC5 
-# \x1EC5 LATIN SMALL LETTER E WITH CIRCUMFLEX AND TILDE 00EA 0303 1EC
-# \x4 1EC4
-# \x1EC6 LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND DOT BELOW 1EB8 0302 N
-# \x 1EC7 
-# \x1EC7 LATIN SMALL LETTER E WITH CIRCUMFLEX AND DOT BELOW 1EB9 0302 
-# \x 1EC6 1EC6
-# \x1EC8 LATIN CAPITAL LETTER I WITH HOOK ABOVE 0049 0309 1EC9 
-# \x1EC9 LATIN SMALL LETTER I WITH HOOK ABOVE 0069 0309 1EC8 1EC8
-# \x1ECA LATIN CAPITAL LETTER I WITH DOT BELOW 0049 0323 1ECB 
-# \x1ECB LATIN SMALL LETTER I WITH DOT BELOW 0069 0323 1ECA 1ECA
-# \x1ECC LATIN CAPITAL LETTER O WITH DOT BELOW 004F 0323 1ECD 
-# \x1ECD LATIN SMALL LETTER O WITH DOT BELOW 006F 0323 1ECC 1ECC
-# \x1ECE LATIN CAPITAL LETTER O WITH HOOK ABOVE 004F 0309 1ECF 
-# \x1ECF LATIN SMALL LETTER O WITH HOOK ABOVE 006F 0309 1ECE 1ECE
-# \x1ED0 LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND ACUTE 00D4 0301 
-# \x1ED1 
-# \x1ED1 LATIN SMALL LETTER O WITH CIRCUMFLEX AND ACUTE 00F4 0301 1ED
-# \x0 1ED0
-# \x1ED2 LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND GRAVE 00D4 0300 
-# \x1ED3 
-# \x1ED3 LATIN SMALL LETTER O WITH CIRCUMFLEX AND GRAVE 00F4 0300 1ED
-# \x2 1ED2
-# \x1ED4 LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND HOOK ABOVE 00D4 0309 
-# \xN 1ED5 
-# \x1ED5 LATIN SMALL LETTER O WITH CIRCUMFLEX AND HOOK ABOVE 00F4 0309 
-# \x 1ED4 1ED4
-# \x1ED6 LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND TILDE 00D4 0303 
-# \x1ED7 
-# \x1ED7 LATIN SMALL LETTER O WITH CIRCUMFLEX AND TILDE 00F4 0303 1ED
-# \x6 1ED6
-# \x1ED8 LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND DOT BELOW 1ECC 0302 N
-# \x 1ED9 
-# \x1ED9 LATIN SMALL LETTER O WITH CIRCUMFLEX AND DOT BELOW 1ECD 0302 
-# \x 1ED8 1ED8
-# \x1EDA LATIN CAPITAL LETTER O WITH HORN AND ACUTE 01A0 0301 1EDB 
-# \x1EDB LATIN SMALL LETTER O WITH HORN AND ACUTE 01A1 0301 1EDA 1ED
-# \xA
-# \x1EDC LATIN CAPITAL LETTER O WITH HORN AND GRAVE 01A0 0300 1EDD 
-# \x1EDD LATIN SMALL LETTER O WITH HORN AND GRAVE 01A1 0300 1EDC 1ED
-# \xC
-# \x1EDE LATIN CAPITAL LETTER O WITH HORN AND HOOK ABOVE 01A0 0309 1
-# \xEDF 
-# \x1EDF LATIN SMALL LETTER O WITH HORN AND HOOK ABOVE 01A1 0309 1EDE
-# \x 1EDE
-# \x1EE0 LATIN CAPITAL LETTER O WITH HORN AND TILDE 01A0 0303 1EE1 
-# \x1EE1 LATIN SMALL LETTER O WITH HORN AND TILDE 01A1 0303 1EE0 1EE
-# \x0
-# \x1EE2 LATIN CAPITAL LETTER O WITH HORN AND DOT BELOW 01A0 0323 1E
-# \xE3 
-# \x1EE3 LATIN SMALL LETTER O WITH HORN AND DOT BELOW 01A1 0323 1EE2 
-# \x 1EE2
-# \x1EE4 LATIN CAPITAL LETTER U WITH DOT BELOW 0055 0323 1EE5 
-# \x1EE5 LATIN SMALL LETTER U WITH DOT BELOW 0075 0323 1EE4 1EE4
-# \x1EE6 LATIN CAPITAL LETTER U WITH HOOK ABOVE 0055 0309 1EE7 
-# \x1EE7 LATIN SMALL LETTER U WITH HOOK ABOVE 0075 0309 1EE6 1EE6
-# \x1EE8 LATIN CAPITAL LETTER U WITH HORN AND ACUTE 01AF 0301 1EE9 
-# \x1EE9 LATIN SMALL LETTER U WITH HORN AND ACUTE 01B0 0301 1EE8 1EE
-# \x8
-# \x1EEA LATIN CAPITAL LETTER U WITH HORN AND GRAVE 01AF 0300 1EEB 
-# \x1EEB LATIN SMALL LETTER U WITH HORN AND GRAVE 01B0 0300 1EEA 1EE
-# \xA
-# \x1EEC LATIN CAPITAL LETTER U WITH HORN AND HOOK ABOVE 01AF 0309 1
-# \xEED 
-# \x1EED LATIN SMALL LETTER U WITH HORN AND HOOK ABOVE 01B0 0309 1EEC
-# \x 1EEC
-# \x1EEE LATIN CAPITAL LETTER U WITH HORN AND TILDE 01AF 0303 1EEF 
-# \x1EEF LATIN SMALL LETTER U WITH HORN AND TILDE 01B0 0303 1EEE 1EE
-# \xE
-# \x1EF0 LATIN CAPITAL LETTER U WITH HORN AND DOT BELOW 01AF 0323 1E
-# \xF1 
-# \x1EF1 LATIN SMALL LETTER U WITH HORN AND DOT BELOW 01B0 0323 1EF0 
-# \x 1EF0
-# \x1EF2 LATIN CAPITAL LETTER Y WITH GRAVE 0059 0300 1EF3 
-# \x1EF3 LATIN SMALL LETTER Y WITH GRAVE 0079 0300 1EF2 1EF2
-# \x1EF4 LATIN CAPITAL LETTER Y WITH DOT BELOW 0059 0323 1EF5 
-# \x1EF5 LATIN SMALL LETTER Y WITH DOT BELOW 0079 0323 1EF4 1EF4
-# \x1EF6 LATIN CAPITAL LETTER Y WITH HOOK ABOVE 0059 0309 1EF7 
-# \x1EF7 LATIN SMALL LETTER Y WITH HOOK ABOVE 0079 0309 1EF6 1EF6
-# \x1EF8 LATIN CAPITAL LETTER Y WITH TILDE 0059 0303 1EF9 
-# \x1EF9 LATIN SMALL LETTER Y WITH TILDE 0079 0303 1EF8 1EF8
-# \x1F00 GREEK SMALL LETTER ALPHA WITH PSILI 03B1 0313 1F08 1F08
-# \x1F01 GREEK SMALL LETTER ALPHA WITH DASIA 03B1 0314 1F09 1F09
-# \x1F02 GREEK SMALL LETTER ALPHA WITH PSILI AND VARIA 1F00 0300 1F0A
-# \x 1F0A
-# \x1F03 GREEK SMALL LETTER ALPHA WITH DASIA AND VARIA 1F01 0300 1F0B
-# \x 1F0B
-# \x1F04 GREEK SMALL LETTER ALPHA WITH PSILI AND OXIA 1F00 0301 1F0C 
-# \x 1F0C
-# \x1F05 GREEK SMALL LETTER ALPHA WITH DASIA AND OXIA 1F01 0301 1F0D 
-# \x 1F0D
-# \x1F06 GREEK SMALL LETTER ALPHA WITH PSILI AND PERISPOMENI 1F00 0342 
-# \x 1F0E 1F0E
-# \x1F07 GREEK SMALL LETTER ALPHA WITH DASIA AND PERISPOMENI 1F01 0342 
-# \x 1F0F 1F0F
-# \x1F08 GREEK CAPITAL LETTER ALPHA WITH PSILI 0391 0313 1F00 
-# \x1F09 GREEK CAPITAL LETTER ALPHA WITH DASIA 0391 0314 1F01 
-# \x1F0A GREEK CAPITAL LETTER ALPHA WITH PSILI AND VARIA 1F08 0300 1
-# \xF02 
-# \x1F0B GREEK CAPITAL LETTER ALPHA WITH DASIA AND VARIA 1F09 0300 1
-# \xF03 
-# \x1F0C GREEK CAPITAL LETTER ALPHA WITH PSILI AND OXIA 1F08 0301 1F
-# \x04 
-# \x1F0D GREEK CAPITAL LETTER ALPHA WITH DASIA AND OXIA 1F09 0301 1F
-# \x05 
-# \x1F0E GREEK CAPITAL LETTER ALPHA WITH PSILI AND PERISPOMENI 1F08 0342 
-# \xN 1F06 
-# \x1F0F GREEK CAPITAL LETTER ALPHA WITH DASIA AND PERISPOMENI 1F09 0342 
-# \xN 1F07 
-# \x1F10 GREEK SMALL LETTER EPSILON WITH PSILI 03B5 0313 1F18 1F18
-# \x1F11 GREEK SMALL LETTER EPSILON WITH DASIA 03B5 0314 1F19 1F19
-# \x1F12 GREEK SMALL LETTER EPSILON WITH PSILI AND VARIA 1F10 0300 1F
-# \x1A 1F1A
-# \x1F13 GREEK SMALL LETTER EPSILON WITH DASIA AND VARIA 1F11 0300 1F
-# \x1B 1F1B
-# \x1F14 GREEK SMALL LETTER EPSILON WITH PSILI AND OXIA 1F10 0301 1F1
-# \xC 1F1C
-# \x1F15 GREEK SMALL LETTER EPSILON WITH DASIA AND OXIA 1F11 0301 1F1
-# \xD 1F1D
-# \x1F18 GREEK CAPITAL LETTER EPSILON WITH PSILI 0395 0313 1F10 
-# \x1F19 GREEK CAPITAL LETTER EPSILON WITH DASIA 0395 0314 1F11 
-# \x1F1A GREEK CAPITAL LETTER EPSILON WITH PSILI AND VARIA 1F18 0300 
-# \x 1F12 
-# \x1F1B GREEK CAPITAL LETTER EPSILON WITH DASIA AND VARIA 1F19 0300 
-# \x 1F13 
-# \x1F1C GREEK CAPITAL LETTER EPSILON WITH PSILI AND OXIA 1F18 0301 
-# \x1F14 
-# \x1F1D GREEK CAPITAL LETTER EPSILON WITH DASIA AND OXIA 1F19 0301 
-# \x1F15 
-# \x1F20 GREEK SMALL LETTER ETA WITH PSILI 03B7 0313 1F28 1F28
-# \x1F21 GREEK SMALL LETTER ETA WITH DASIA 03B7 0314 1F29 1F29
-# \x1F22 GREEK SMALL LETTER ETA WITH PSILI AND VARIA 1F20 0300 1F2A 
-# \x1F2A
-# \x1F23 GREEK SMALL LETTER ETA WITH DASIA AND VARIA 1F21 0300 1F2B 
-# \x1F2B
-# \x1F24 GREEK SMALL LETTER ETA WITH PSILI AND OXIA 1F20 0301 1F2C 1
-# \xF2C
-# \x1F25 GREEK SMALL LETTER ETA WITH DASIA AND OXIA 1F21 0301 1F2D 1
-# \xF2D
-# \x1F26 GREEK SMALL LETTER ETA WITH PSILI AND PERISPOMENI 1F20 0342 
-# \x1F2E 1F2E
-# \x1F27 GREEK SMALL LETTER ETA WITH DASIA AND PERISPOMENI 1F21 0342 
-# \x1F2F 1F2F
-# \x1F28 GREEK CAPITAL LETTER ETA WITH PSILI 0397 0313 1F20 
-# \x1F29 GREEK CAPITAL LETTER ETA WITH DASIA 0397 0314 1F21 
-# \x1F2A GREEK CAPITAL LETTER ETA WITH PSILI AND VARIA 1F28 0300 1F2
-# \x2 
-# \x1F2B GREEK CAPITAL LETTER ETA WITH DASIA AND VARIA 1F29 0300 1F2
-# \x3 
-# \x1F2C GREEK CAPITAL LETTER ETA WITH PSILI AND OXIA 1F28 0301 1F24
-# \x 
-# \x1F2D GREEK CAPITAL LETTER ETA WITH DASIA AND OXIA 1F29 0301 1F25
-# \x 
-# \x1F2E GREEK CAPITAL LETTER ETA WITH PSILI AND PERISPOMENI 1F28 0342 
-# \x 1F26 
-# \x1F2F GREEK CAPITAL LETTER ETA WITH DASIA AND PERISPOMENI 1F29 0342 
-# \x 1F27 
-# \x1F30 GREEK SMALL LETTER IOTA WITH PSILI 03B9 0313 1F38 1F38
-# \x1F31 GREEK SMALL LETTER IOTA WITH DASIA 03B9 0314 1F39 1F39
-# \x1F32 GREEK SMALL LETTER IOTA WITH PSILI AND VARIA 1F30 0300 1F3A 
-# \x 1F3A
-# \x1F33 GREEK SMALL LETTER IOTA WITH DASIA AND VARIA 1F31 0300 1F3B 
-# \x 1F3B
-# \x1F34 GREEK SMALL LETTER IOTA WITH PSILI AND OXIA 1F30 0301 1F3C 
-# \x1F3C
-# \x1F35 GREEK SMALL LETTER IOTA WITH DASIA AND OXIA 1F31 0301 1F3D 
-# \x1F3D
-# \x1F36 GREEK SMALL LETTER IOTA WITH PSILI AND PERISPOMENI 1F30 0342 
-# \x 1F3E 1F3E
-# \x1F37 GREEK SMALL LETTER IOTA WITH DASIA AND PERISPOMENI 1F31 0342 
-# \x 1F3F 1F3F
-# \x1F38 GREEK CAPITAL LETTER IOTA WITH PSILI 0399 0313 1F30 
-# \x1F39 GREEK CAPITAL LETTER IOTA WITH DASIA 0399 0314 1F31 
-# \x1F3A GREEK CAPITAL LETTER IOTA WITH PSILI AND VARIA 1F38 0300 1F
-# \x32 
-# \x1F3B GREEK CAPITAL LETTER IOTA WITH DASIA AND VARIA 1F39 0300 1F
-# \x33 
-# \x1F3C GREEK CAPITAL LETTER IOTA WITH PSILI AND OXIA 1F38 0301 1F3
-# \x4 
-# \x1F3D GREEK CAPITAL LETTER IOTA WITH DASIA AND OXIA 1F39 0301 1F3
-# \x5 
-# \x1F3E GREEK CAPITAL LETTER IOTA WITH PSILI AND PERISPOMENI 1F38 0342 N
-# \x 1F36 
-# \x1F3F GREEK CAPITAL LETTER IOTA WITH DASIA AND PERISPOMENI 1F39 0342 N
-# \x 1F37 
-# \x1F40 GREEK SMALL LETTER OMICRON WITH PSILI 03BF 0313 1F48 1F48
-# \x1F41 GREEK SMALL LETTER OMICRON WITH DASIA 03BF 0314 1F49 1F49
-# \x1F42 GREEK SMALL LETTER OMICRON WITH PSILI AND VARIA 1F40 0300 1F
-# \x4A 1F4A
-# \x1F43 GREEK SMALL LETTER OMICRON WITH DASIA AND VARIA 1F41 0300 1F
-# \x4B 1F4B
-# \x1F44 GREEK SMALL LETTER OMICRON WITH PSILI AND OXIA 1F40 0301 1F4
-# \xC 1F4C
-# \x1F45 GREEK SMALL LETTER OMICRON WITH DASIA AND OXIA 1F41 0301 1F4
-# \xD 1F4D
-# \x1F48 GREEK CAPITAL LETTER OMICRON WITH PSILI 039F 0313 1F40 
-# \x1F49 GREEK CAPITAL LETTER OMICRON WITH DASIA 039F 0314 1F41 
-# \x1F4A GREEK CAPITAL LETTER OMICRON WITH PSILI AND VARIA 1F48 0300 
-# \x 1F42 
-# \x1F4B GREEK CAPITAL LETTER OMICRON WITH DASIA AND VARIA 1F49 0300 
-# \x 1F43 
-# \x1F4C GREEK CAPITAL LETTER OMICRON WITH PSILI AND OXIA 1F48 0301 
-# \x1F44 
-# \x1F4D GREEK CAPITAL LETTER OMICRON WITH DASIA AND OXIA 1F49 0301 
-# \x1F45 
-# \x1F50 GREEK SMALL LETTER UPSILON WITH PSILI 03C5 0313 
-# \x1F51 GREEK SMALL LETTER UPSILON WITH DASIA 03C5 0314 1F59 1F59
-# \x1F52 GREEK SMALL LETTER UPSILON WITH PSILI AND VARIA 1F50 0300 
-# \x1F53 GREEK SMALL LETTER UPSILON WITH DASIA AND VARIA 1F51 0300 1F
-# \x5B 1F5B
-# \x1F54 GREEK SMALL LETTER UPSILON WITH PSILI AND OXIA 1F50 0301 
-# \x1F55 GREEK SMALL LETTER UPSILON WITH DASIA AND OXIA 1F51 0301 1F5
-# \xD 1F5D
-# \x1F56 GREEK SMALL LETTER UPSILON WITH PSILI AND PERISPOMENI 1F50 0342 
-# \xN 
-# \x1F57 GREEK SMALL LETTER UPSILON WITH DASIA AND PERISPOMENI 1F51 0342 
-# \xN 1F5F 1F5F
-# \x1F59 GREEK CAPITAL LETTER UPSILON WITH DASIA 03A5 0314 1F51 
-# \x1F5B GREEK CAPITAL LETTER UPSILON WITH DASIA AND VARIA 1F59 0300 
-# \x 1F53 
-# \x1F5D GREEK CAPITAL LETTER UPSILON WITH DASIA AND OXIA 1F59 0301 
-# \x1F55 
-# \x1F5F GREEK CAPITAL LETTER UPSILON WITH DASIA AND PERISPOMENI 1F59 0342 
-# \x 1F57 
-# \x1F60 GREEK SMALL LETTER OMEGA WITH PSILI 03C9 0313 1F68 1F68
-# \x1F61 GREEK SMALL LETTER OMEGA WITH DASIA 03C9 0314 1F69 1F69
-# \x1F62 GREEK SMALL LETTER OMEGA WITH PSILI AND VARIA 1F60 0300 1F6A
-# \x 1F6A
-# \x1F63 GREEK SMALL LETTER OMEGA WITH DASIA AND VARIA 1F61 0300 1F6B
-# \x 1F6B
-# \x1F64 GREEK SMALL LETTER OMEGA WITH PSILI AND OXIA 1F60 0301 1F6C 
-# \x 1F6C
-# \x1F65 GREEK SMALL LETTER OMEGA WITH DASIA AND OXIA 1F61 0301 1F6D 
-# \x 1F6D
-# \x1F66 GREEK SMALL LETTER OMEGA WITH PSILI AND PERISPOMENI 1F60 0342 
-# \x 1F6E 1F6E
-# \x1F67 GREEK SMALL LETTER OMEGA WITH DASIA AND PERISPOMENI 1F61 0342 
-# \x 1F6F 1F6F
-# \x1F68 GREEK CAPITAL LETTER OMEGA WITH PSILI 03A9 0313 1F60 
-# \x1F69 GREEK CAPITAL LETTER OMEGA WITH DASIA 03A9 0314 1F61 
-# \x1F6A GREEK CAPITAL LETTER OMEGA WITH PSILI AND VARIA 1F68 0300 1
-# \xF62 
-# \x1F6B GREEK CAPITAL LETTER OMEGA WITH DASIA AND VARIA 1F69 0300 1
-# \xF63 
-# \x1F6C GREEK CAPITAL LETTER OMEGA WITH PSILI AND OXIA 1F68 0301 1F
-# \x64 
-# \x1F6D GREEK CAPITAL LETTER OMEGA WITH DASIA AND OXIA 1F69 0301 1F
-# \x65 
-# \x1F6E GREEK CAPITAL LETTER OMEGA WITH PSILI AND PERISPOMENI 1F68 0342 
-# \xN 1F66 
-# \x1F6F GREEK CAPITAL LETTER OMEGA WITH DASIA AND PERISPOMENI 1F69 0342 
-# \xN 1F67 
-# \x1F70 GREEK SMALL LETTER ALPHA WITH VARIA 03B1 0300 1FBA 1FBA
-# \x1F71 GREEK SMALL LETTER ALPHA WITH OXIA 03AC 1FBB 1FBB
-# \x1F72 GREEK SMALL LETTER EPSILON WITH VARIA 03B5 0300 1FC8 1FC8
-# \x1F73 GREEK SMALL LETTER EPSILON WITH OXIA 03AD 1FC9 1FC9
-# \x1F74 GREEK SMALL LETTER ETA WITH VARIA 03B7 0300 1FCA 1FCA
-# \x1F75 GREEK SMALL LETTER ETA WITH OXIA 03AE 1FCB 1FCB
-# \x1F76 GREEK SMALL LETTER IOTA WITH VARIA 03B9 0300 1FDA 1FDA
-# \x1F77 GREEK SMALL LETTER IOTA WITH OXIA 03AF 1FDB 1FDB
-# \x1F78 GREEK SMALL LETTER OMICRON WITH VARIA 03BF 0300 1FF8 1FF8
-# \x1F79 GREEK SMALL LETTER OMICRON WITH OXIA 03CC 1FF9 1FF9
-# \x1F7A GREEK SMALL LETTER UPSILON WITH VARIA 03C5 0300 1FEA 1FEA
-# \x1F7B GREEK SMALL LETTER UPSILON WITH OXIA 03CD 1FEB 1FEB
-# \x1F7C GREEK SMALL LETTER OMEGA WITH VARIA 03C9 0300 1FFA 1FFA
-# \x1F7D GREEK SMALL LETTER OMEGA WITH OXIA 03CE 1FFB 1FFB
-# \x1F80 GREEK SMALL LETTER ALPHA WITH PSILI AND YPOGEGRAMMENI 1F00 0345 
-# \xN 1F88 1F88
-# \x1F81 GREEK SMALL LETTER ALPHA WITH DASIA AND YPOGEGRAMMENI 1F01 0345 
-# \xN 1F89 1F89
-# \x1F82 GREEK SMALL LETTER ALPHA WITH PSILI AND VARIA AND YPOGEGRAMMENI 1F0
-# \x2 0345 1F8A 1F8A
-# \x1F83 GREEK SMALL LETTER ALPHA WITH DASIA AND VARIA AND YPOGEGRAMMENI 1F0
-# \x3 0345 1F8B 1F8B
-# \x1F84 GREEK SMALL LETTER ALPHA WITH PSILI AND OXIA AND YPOGEGRAMMENI 1F04
-# \x 0345 1F8C 1F8C
-# \x1F85 GREEK SMALL LETTER ALPHA WITH DASIA AND OXIA AND YPOGEGRAMMENI 1F05
-# \x 0345 1F8D 1F8D
-# \x1F86 GREEK SMALL LETTER ALPHA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI Ll 0
-# \x 1F06 0345 1F8E 1F8E
-# \x1F87 GREEK SMALL LETTER ALPHA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI Ll 0
-# \x 1F07 0345 1F8F 1F8F
-# \x1F88 GREEK CAPITAL LETTER ALPHA WITH PSILI AND PROSGEGRAMMENI Lt 1F08 0345 
-# \x 1F80 
-# \x1F89 GREEK CAPITAL LETTER ALPHA WITH DASIA AND PROSGEGRAMMENI Lt 1F09 0345 
-# \x 1F81 
-# \x1F8A GREEK CAPITAL LETTER ALPHA WITH PSILI AND VARIA AND PROSGEGRAMMENI Lt 
-# \x1F0A 0345 1F82 
-# \x1F8B GREEK CAPITAL LETTER ALPHA WITH DASIA AND VARIA AND PROSGEGRAMMENI Lt 
-# \x1F0B 0345 1F83 
-# \x1F8C GREEK CAPITAL LETTER ALPHA WITH PSILI AND OXIA AND PROSGEGRAMMENI Lt 1
-# \xF0C 0345 1F84 
-# \x1F8D GREEK CAPITAL LETTER ALPHA WITH DASIA AND OXIA AND PROSGEGRAMMENI Lt 1
-# \xF0D 0345 1F85 
-# \x1F8E GREEK CAPITAL LETTER ALPHA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI L
-# \xt 1F0E 0345 1F86 
-# \x1F8F GREEK CAPITAL LETTER ALPHA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI L
-# \xt 1F0F 0345 1F87 
-# \x1F90 GREEK SMALL LETTER ETA WITH PSILI AND YPOGEGRAMMENI 1F20 0345 
-# \x 1F98 1F98
-# \x1F91 GREEK SMALL LETTER ETA WITH DASIA AND YPOGEGRAMMENI 1F21 0345 
-# \x 1F99 1F99
-# \x1F92 GREEK SMALL LETTER ETA WITH PSILI AND VARIA AND YPOGEGRAMMENI 1F22 
-# \x0345 1F9A 1F9A
-# \x1F93 GREEK SMALL LETTER ETA WITH DASIA AND VARIA AND YPOGEGRAMMENI 1F23 
-# \x0345 1F9B 1F9B
-# \x1F94 GREEK SMALL LETTER ETA WITH PSILI AND OXIA AND YPOGEGRAMMENI 1F24 0
-# \x345 1F9C 1F9C
-# \x1F95 GREEK SMALL LETTER ETA WITH DASIA AND OXIA AND YPOGEGRAMMENI 1F25 0
-# \x345 1F9D 1F9D
-# \x1F96 GREEK SMALL LETTER ETA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI 
-# \x 1F26 0345 1F9E 1F9E
-# \x1F97 GREEK SMALL LETTER ETA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI 
-# \x 1F27 0345 1F9F 1F9F
-# \x1F98 GREEK CAPITAL LETTER ETA WITH PSILI AND PROSGEGRAMMENI Lt 1F28 0345 
-# \x 1F90 
-# \x1F99 GREEK CAPITAL LETTER ETA WITH DASIA AND PROSGEGRAMMENI Lt 1F29 0345 
-# \x 1F91 
-# \x1F9A GREEK CAPITAL LETTER ETA WITH PSILI AND VARIA AND PROSGEGRAMMENI Lt 1F
-# \x2A 0345 1F92 
-# \x1F9B GREEK CAPITAL LETTER ETA WITH DASIA AND VARIA AND PROSGEGRAMMENI Lt 1F
-# \x2B 0345 1F93 
-# \x1F9C GREEK CAPITAL LETTER ETA WITH PSILI AND OXIA AND PROSGEGRAMMENI Lt 1F2
-# \xC 0345 1F94 
-# \x1F9D GREEK CAPITAL LETTER ETA WITH DASIA AND OXIA AND PROSGEGRAMMENI Lt 1F2
-# \xD 0345 1F95 
-# \x1F9E GREEK CAPITAL LETTER ETA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI Lt 
-# \x0 1F2E 0345 1F96 
-# \x1F9F GREEK CAPITAL LETTER ETA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI Lt 
-# \x0 1F2F 0345 1F97 
-# \x1FA0 GREEK SMALL LETTER OMEGA WITH PSILI AND YPOGEGRAMMENI 1F60 0345 
-# \xN 1FA8 1FA8
-# \x1FA1 GREEK SMALL LETTER OMEGA WITH DASIA AND YPOGEGRAMMENI 1F61 0345 
-# \xN 1FA9 1FA9
-# \x1FA2 GREEK SMALL LETTER OMEGA WITH PSILI AND VARIA AND YPOGEGRAMMENI 1F6
-# \x2 0345 1FAA 1FAA
-# \x1FA3 GREEK SMALL LETTER OMEGA WITH DASIA AND VARIA AND YPOGEGRAMMENI 1F6
-# \x3 0345 1FAB 1FAB
-# \x1FA4 GREEK SMALL LETTER OMEGA WITH PSILI AND OXIA AND YPOGEGRAMMENI 1F64
-# \x 0345 1FAC 1FAC
-# \x1FA5 GREEK SMALL LETTER OMEGA WITH DASIA AND OXIA AND YPOGEGRAMMENI 1F65
-# \x 0345 1FAD 1FAD
-# \x1FA6 GREEK SMALL LETTER OMEGA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI Ll 0
-# \x 1F66 0345 1FAE 1FAE
-# \x1FA7 GREEK SMALL LETTER OMEGA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI Ll 0
-# \x 1F67 0345 1FAF 1FAF
-# \x1FA8 GREEK CAPITAL LETTER OMEGA WITH PSILI AND PROSGEGRAMMENI Lt 1F68 0345 
-# \x 1FA0 
-# \x1FA9 GREEK CAPITAL LETTER OMEGA WITH DASIA AND PROSGEGRAMMENI Lt 1F69 0345 
-# \x 1FA1 
-# \x1FAA GREEK CAPITAL LETTER OMEGA WITH PSILI AND VARIA AND PROSGEGRAMMENI Lt 
-# \x1F6A 0345 1FA2 
-# \x1FAB GREEK CAPITAL LETTER OMEGA WITH DASIA AND VARIA AND PROSGEGRAMMENI Lt 
-# \x1F6B 0345 1FA3 
-# \x1FAC GREEK CAPITAL LETTER OMEGA WITH PSILI AND OXIA AND PROSGEGRAMMENI Lt 1
-# \xF6C 0345 1FA4 
-# \x1FAD GREEK CAPITAL LETTER OMEGA WITH DASIA AND OXIA AND PROSGEGRAMMENI Lt 1
-# \xF6D 0345 1FA5 
-# \x1FAE GREEK CAPITAL LETTER OMEGA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI L
-# \xt 1F6E 0345 1FA6 
-# \x1FAF GREEK CAPITAL LETTER OMEGA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI L
-# \xt 1F6F 0345 1FA7 
-# \x1FB0 GREEK SMALL LETTER ALPHA WITH VRACHY 03B1 0306 1FB8 1FB8
-# \x1FB1 GREEK SMALL LETTER ALPHA WITH MACRON 03B1 0304 1FB9 1FB9
-# \x1FB2 GREEK SMALL LETTER ALPHA WITH VARIA AND YPOGEGRAMMENI 1F70 0345 
-# \xN 
-# \x1FB3 GREEK SMALL LETTER ALPHA WITH YPOGEGRAMMENI 03B1 0345 1FBC 
-# \x1FBC
-# \x1FB4 GREEK SMALL LETTER ALPHA WITH OXIA AND YPOGEGRAMMENI 03AC 0345 N
-# \x 
-# \x1FB6 GREEK SMALL LETTER ALPHA WITH PERISPOMENI 03B1 0342 
-# \x1FB7 GREEK SMALL LETTER ALPHA WITH PERISPOMENI AND YPOGEGRAMMENI 1FB6 03
-# \x45 
-# \x1FB8 GREEK CAPITAL LETTER ALPHA WITH VRACHY 0391 0306 1FB0 
-# \x1FB9 GREEK CAPITAL LETTER ALPHA WITH MACRON 0391 0304 1FB1 
-# \x1FBA GREEK CAPITAL LETTER ALPHA WITH VARIA 0391 0300 1F70 
-# \x1FBB GREEK CAPITAL LETTER ALPHA WITH OXIA 0386 1F71 
-# \x1FBC GREEK CAPITAL LETTER ALPHA WITH PROSGEGRAMMENI Lt 0391 0345 1F
-# \xB3 
-# \x1FBD GREEK KORONIS 0020 0313 
-# \x1FBE GREEK PROSGEGRAMMENI 03B9 0399 0399
-# \x1FBF GREEK PSILI 0020 0313 
-# \x1FC0 GREEK PERISPOMENI 0020 0342 
-# \x1FC1 GREEK DIALYTIKA AND PERISPOMENI 00A8 0342 
-# \x1FC2 GREEK SMALL LETTER ETA WITH VARIA AND YPOGEGRAMMENI 1F74 0345 
-# \x 
-# \x1FC3 GREEK SMALL LETTER ETA WITH YPOGEGRAMMENI 03B7 0345 1FCC 1F
-# \xCC
-# \x1FC4 GREEK SMALL LETTER ETA WITH OXIA AND YPOGEGRAMMENI 03AE 0345 
-# \x 
-# \x1FC6 GREEK SMALL LETTER ETA WITH PERISPOMENI 03B7 0342 
-# \x1FC7 GREEK SMALL LETTER ETA WITH PERISPOMENI AND YPOGEGRAMMENI 1FC6 0345
-# \x 
-# \x1FC8 GREEK CAPITAL LETTER EPSILON WITH VARIA 0395 0300 1F72 
-# \x1FC9 GREEK CAPITAL LETTER EPSILON WITH OXIA 0388 1F73 
-# \x1FCA GREEK CAPITAL LETTER ETA WITH VARIA 0397 0300 1F74 
-# \x1FCB GREEK CAPITAL LETTER ETA WITH OXIA 0389 1F75 
-# \x1FCC GREEK CAPITAL LETTER ETA WITH PROSGEGRAMMENI Lt 0397 0345 1FC3
-# \x 
-# \x1FCD GREEK PSILI AND VARIA 1FBF 0300 
-# \x1FCE GREEK PSILI AND OXIA 1FBF 0301 
-# \x1FCF GREEK PSILI AND PERISPOMENI 1FBF 0342 
-# \x1FD0 GREEK SMALL LETTER IOTA WITH VRACHY 03B9 0306 1FD8 1FD8
-# \x1FD1 GREEK SMALL LETTER IOTA WITH MACRON 03B9 0304 1FD9 1FD9
-# \x1FD2 GREEK SMALL LETTER IOTA WITH DIALYTIKA AND VARIA 03CA 0300 
-# \x 
-# \x1FD3 GREEK SMALL LETTER IOTA WITH DIALYTIKA AND OXIA 0390 
-# \x1FD6 GREEK SMALL LETTER IOTA WITH PERISPOMENI 03B9 0342 
-# \x1FD7 GREEK SMALL LETTER IOTA WITH DIALYTIKA AND PERISPOMENI 03CA 0342 
-# \x 
-# \x1FD8 GREEK CAPITAL LETTER IOTA WITH VRACHY 0399 0306 1FD0 
-# \x1FD9 GREEK CAPITAL LETTER IOTA WITH MACRON 0399 0304 1FD1 
-# \x1FDA GREEK CAPITAL LETTER IOTA WITH VARIA 0399 0300 1F76 
-# \x1FDB GREEK CAPITAL LETTER IOTA WITH OXIA 038A 1F77 
-# \x1FDD GREEK DASIA AND VARIA 1FFE 0300 
-# \x1FDE GREEK DASIA AND OXIA 1FFE 0301 
-# \x1FDF GREEK DASIA AND PERISPOMENI 1FFE 0342 
-# \x1FE0 GREEK SMALL LETTER UPSILON WITH VRACHY 03C5 0306 1FE8 1FE81FE1 GREEK SMALL LETTER UPSILON WITH MACRON 03C5 0304 1FE9 1FE9
-# \x1FE2 GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND VARIA 03CB 0300 
-# \x1FE3 GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND OXIA 03B0 
-# \x1FE4 GREEK SMALL LETTER RHO WITH PSILI 03C1 0313 
-# \x1FE5 GREEK SMALL LETTER RHO WITH DASIA 03C1 0314 1FEC 1FEC
-# \x1FE6 GREEK SMALL LETTER UPSILON WITH PERISPOMENI 03C5 0342 
-# \x1FE7 GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND PERISPOMENI 03CB 0342
-# \x 
-# \x1FE8 GREEK CAPITAL LETTER UPSILON WITH VRACHY 03A5 0306 1FE0 
-# \x1FE9 GREEK CAPITAL LETTER UPSILON WITH MACRON 03A5 0304 1FE1 
-# \x1FEA GREEK CAPITAL LETTER UPSILON WITH VARIA 03A5 0300 1F7A 
-# \x1FEB GREEK CAPITAL LETTER UPSILON WITH OXIA 038E 1F7B 
-# \x1FEC GREEK CAPITAL LETTER RHO WITH DASIA 03A1 0314 1FE5 
-# \x1FED GREEK DIALYTIKA AND VARIA 00A8 0300 
-# \x1FEE GREEK DIALYTIKA AND OXIA 0385 
-# \x1FEF GREEK VARIA 0060 
-# \x1FF2 GREEK SMALL LETTER OMEGA WITH VARIA AND YPOGEGRAMMENI 1F7C 0345 
-# \xN 
-# \x1FF3 GREEK SMALL LETTER OMEGA WITH YPOGEGRAMMENI 03C9 0345 1FFC 
-# \x1FFC
-# \x1FF4 GREEK SMALL LETTER OMEGA WITH OXIA AND YPOGEGRAMMENI 03CE 0345 N
-# \x 
-# \x1FF6 GREEK SMALL LETTER OMEGA WITH PERISPOMENI 03C9 0342 
-# \x1FF7 GREEK SMALL LETTER OMEGA WITH PERISPOMENI AND YPOGEGRAMMENI 1FF6 03
-# \x45 
-# \x1FF8 GREEK CAPITAL LETTER OMICRON WITH VARIA 039F 0300 1F78 
-# \x1FF9 GREEK CAPITAL LETTER OMICRON WITH OXIA 038C 1F79 
-# \x1FFA GREEK CAPITAL LETTER OMEGA WITH VARIA 03A9 0300 1F7C 
-# \x1FFB GREEK CAPITAL LETTER OMEGA WITH OXIA 038F 1F7D 
-# \x1FFC GREEK CAPITAL LETTER OMEGA WITH PROSGEGRAMMENI Lt 03A9 0345 1F
-# \xF3 
-# \x1FFD GREEK OXIA 00B4 
-# \x1FFE GREEK DASIA 0020 0314 
-# \x2000 EN QUAD 2002 
-# \x2001 EM QUAD 2003 
-# \x2002 EN SPACE 0020 
-# \x2003 EM SPACE 0020 
-# \x2004 THREE-PER-EM SPACE 0020 
-# \x2005 FOUR-PER-EM SPACE 0020 
-# \x2006 SIX-PER-EM SPACE 0020 
-# \x2007 FIGURE SPACE <noBreak> 0020 
-# \x2008 PUNCTUATION SPACE 0020 
-space \x2009 0 THIN SPACE 0020 
-# \x200A HAIR SPACE 0020 
-# \x200B ZERO WIDTH SPACE 
-# \x200C ZERO WIDTH NON-JOINER 
-# \x200D ZERO WIDTH JOINER 
-# \x200E LEFT-TO-RIGHT MARK 
-# \x200F RIGHT-TO-LEFT MARK 
-# \x2010 HYPHEN 
-# \x2011 NON-BREAKING HYPHEN <noBreak> 2010 
-# \x2012 FIGURE DASH 
-# \x2013 EN DASH 
-# \x2014 EM DASH 
-# \x2015 HORIZONTAL BAR QUOTATION DASH 
-# \x2016 DOUBLE VERTICAL LINE DOUBLE VERTICAL BAR 
-# \x2017 DOUBLE LOW LINE 0020 0333 SPACING DOUBLE UNDERSCORE 
-# \x2018 LEFT SINGLE QUOTATION MARK Pi SINGLE TURNED COMMA QUOTATION MARK 
-# \x2019 RIGHT SINGLE QUOTATION MARK Pf SINGLE COMMA QUOTATION MARK 
-# \x201A SINGLE LOW-9 QUOTATION MARK LOW SINGLE COMMA QUOTATION MARK 
-# \x201B SINGLE HIGH-REVERSED-9 QUOTATION MARK Pi SINGLE REVERSED COMMA QUOTATION MARK 
-# \x201C LEFT DOUBLE QUOTATION MARK Pi DOUBLE TURNED COMMA QUOTATION MARK 
-# \x201D RIGHT DOUBLE QUOTATION MARK Pf DOUBLE COMMA QUOTATION MARK 
-# \x201E DOUBLE LOW-9 QUOTATION MARK LOW DOUBLE COMMA QUOTATION MARK 
-# \x201F DOUBLE HIGH-REVERSED-9 QUOTATION MARK Pi DOUBLE REVERSED COMMA QUOTATION MARK 
-# \x2020 DAGGER 
-# \x2021 DOUBLE DAGGER 
-sign \x2022 35-35 BULLET 
-# \x2023 TRIANGULAR BULLET 
-# \x2024 ONE DOT LEADER 002E 
-# \x2025 TWO DOT LEADER 002E 002E 
-math \x2026 0-3-3-3-0 HORIZONTAL ELLIPSIS 002E 002E 002E 
-# \x2027 HYPHENATION POINT 
-# \x2028 LINE SEPARATOR 
-# \x2029 PARAGRAPH SEPARATOR Zp B 
-# \x202A LEFT-TO-RIGHT EMBEDDING LRE 
-# \x202B RIGHT-TO-LEFT EMBEDDING RLE 
-# \x202C POP DIRECTIONAL FORMATTING PDF 
-# \x202D LEFT-TO-RIGHT OVERRIDE LRO 
-# \x202E RIGHT-TO-LEFT OVERRIDE RLO 
-# \x202F NARROW NO-BREAK SPACE <noBreak> 0020 
-# \x2030 PER MILLE SIGN 
-# \x2031 PER TEN THOUSAND SIGN 
-math \x2032 3 PRIME 
-math \x2033 3-3 DOUBLE PRIME 2032 2032 
-# \x2034 TRIPLE PRIME 2032 2032 2032 
-# \x2035 REVERSED PRIME 
-# \x2036 REVERSED DOUBLE PRIME 2035 2035 
-# \x2037 REVERSED TRIPLE PRIME 2035 2035 2035 
-# \x2038 CARET 
-# \x2039 SINGLE LEFT-POINTING ANGLE QUOTATION MARK LEFT POINTING SINGLE GUILLEMET 
-# \x203A SINGLE RIGHT-POINTING ANGLE QUOTATION MARK Pf Y RIGHT POINTING SINGLE GUILLEMET 
-# \x203B REFERENCE MARK 
-# \x203C DOUBLE EXCLAMATION MARK 0021 0021 
-# \x203D INTERROBANG 
-# \x203E OVERLINE 0020 0305 SPACING OVERSCORE 
-# \x203F UNDERTIE Enotikon 
-# \x2040 CHARACTER TIE 
-# \x2041 CARET INSERTION POINT 
-# \x2042 ASTERISM 
-# \x2043 HYPHEN BULLET 
-# \x2044 FRACTION SLASH CS 
-# \x2045 LEFT SQUARE BRACKET WITH QUILL 
-# \x2046 RIGHT SQUARE BRACKET WITH QUILL 
-# \x2047 DOUBLE QUESTION MARK 003F 003F 
-# \x2048 QUESTION EXCLAMATION MARK 003F 0021 
-# \x2049 EXCLAMATION QUESTION MARK 0021 003F 
-# \x204A TIRONIAN SIGN 
-# \x204B REVERSED PILCROW SIGN 
-# \x204C BLACK LEFTWARDS BULLET 
-# \x204D BLACK RIGHTWARDS BULLET 
-# \x204E LOW ASTERISK 
-# \x204F REVERSED SEMICOLON 
-# \x2050 CLOSE UP 
-# \x2051 TWO ASTERISKS ALIGNED VERTICALLY 
-# \x2052 COMMERCIAL MINUS SIGN 
-# \x2053 SWUNG DASH 
-# \x2054 INVERTED UNDERTIE 
-# \x2057 QUADRUPLE PRIME 2032 2032 2032 2032 
-# \x205F MEDIUM MATHEMATICAL SPACE 0020 
-# \x2060 WORD JOINER 
-space \x2061 0 FUNCTION APPLICATION 
-# \x2062 INVISIBLE TIMES 
-# \x2063 INVISIBLE SEPARATOR 
-# \x206A INHIBIT SYMMETRIC SWAPPING 
-# \x206B ACTIVATE SYMMETRIC SWAPPING 
-# \x206C INHIBIT ARABIC FORM SHAPING 
-# \x206D ACTIVATE ARABIC FORM SHAPING 
-# \x206E NATIONAL DIGIT SHAPES 
-# \x206F NOMINAL DIGIT SHAPES 
-# \x2070 SUPERSCRIPT ZERO 0030 0 SUPERSCRIPT DIGIT ZERO 
-# \x2071 SUPERSCRIPT LATIN SMALL LETTER I 0069 
-# \x2074 SUPERSCRIPT FOUR 0034 4 4 SUPERSCRIPT DIGIT FOUR 
-# \x2075 SUPERSCRIPT FIVE 0035 5 5 SUPERSCRIPT DIGIT FIVE 
-# \x2076 SUPERSCRIPT SIX 0036 6 6 SUPERSCRIPT DIGIT SIX 
-# \x2077 SUPERSCRIPT SEVEN 0037 7 7 SUPERSCRIPT DIGIT SEVEN 
-# \x2078 SUPERSCRIPT EIGHT 0038 8 8 SUPERSCRIPT DIGIT EIGHT 
-# \x2079 SUPERSCRIPT NINE 0039 9 9 SUPERSCRIPT DIGIT NINE 
-# \x207A SUPERSCRIPT PLUS SIGN 002B 
-# \x207B SUPERSCRIPT MINUS 2212 SUPERSCRIPT HYPHEN-MINUS 
-# \x207C SUPERSCRIPT EQUALS SIGN 003D 
-# \x207D SUPERSCRIPT LEFT PARENTHESIS Ps 0028 Y SUPERSCRIPT OPENING PARENTHESIS 
-# \x207E SUPERSCRIPT RIGHT PARENTHESIS Pe 0029 Y SUPERSCRIPT CLOSING PARENTHESIS 
-# \x207F SUPERSCRIPT LATIN SMALL LETTER 006E 
-# \x2080 SUBSCRIPT ZERO 0030 0 SUBSCRIPT DIGIT ZERO 
-# \x2081 SUBSCRIPT ONE 0031 1 1 SUBSCRIPT DIGIT ONE 
-# \x2082 SUBSCRIPT TWO 0032 2 2 SUBSCRIPT DIGIT TWO 
-# \x2083 SUBSCRIPT THREE 0033 3 3 SUBSCRIPT DIGIT THREE 
-# \x2084 SUBSCRIPT FOUR 0034 4 4 SUBSCRIPT DIGIT FOUR 
-# \x2085 SUBSCRIPT FIVE 0035 5 5 SUBSCRIPT DIGIT FIVE 
-# \x2086 SUBSCRIPT SIX 0036 6 6 SUBSCRIPT DIGIT SIX 
-# \x2087 SUBSCRIPT SEVEN 0037 7 7 SUBSCRIPT DIGIT SEVEN 
-# \x2088 SUBSCRIPT EIGHT 0038 8 8 SUBSCRIPT DIGIT EIGHT 
-# \x2089 SUBSCRIPT NINE 0039 9 9 SUBSCRIPT DIGIT NINE 
-# \x208A SUBSCRIPT PLUS SIGN 002B 
-# \x208B SUBSCRIPT MINUS 2212 SUBSCRIPT HYPHEN-MINUS 
-# \x208C SUBSCRIPT EQUALS SIGN 003D 
-# \x208D SUBSCRIPT LEFT PARENTHESIS Ps 0028 Y SUBSCRIPT OPENING PARENTHESIS 
-# \x208E SUBSCRIPT RIGHT PARENTHESIS Pe 0029 Y SUBSCRIPT CLOSING PARENTHESIS 
-# \x20A0 EURO-CURRENCY SIGN 
-# \x20A1 COLON SIGN 
-# \x20A2 CRUZEIRO SIGN 
-# \x20A3 FRENCH FRANC SIGN 
-# \x20A4 LIRA SIGN 
-# \x20A5 MILL SIGN 
-# \x20A6 NAIRA SIGN 
-# \x20A7 PESETA SIGN 
-# \x20A8 RUPEE SIGN Sc 0052 0073 
-# \x20A9 WON SIGN 
-# \x20AA NEW SHEQEL SIGN 
-# \x20AB DONG SIGN 
-# \x20AC EURO SIGN 
-# \x20AD KIP SIGN 
-# \x20AE TUGRIK SIGN 
-# \x20AF DRACHMA SIGN 
-# \x20B0 GERMAN PENNY SIGN 
-# \x20B1 PESO SIGN 
-# \x20D0 COMBINING LEFT HARPOON ABOVE 230 NON-SPACING LEFT HARPOON ABOVE 
-# \x20D1 COMBINING RIGHT HARPOON ABOVE 230 NON-SPACING RIGHT HARPOON ABOVE 
-# \x20D2 COMBINING LONG VERTICAL LINE OVERLAY 1 NON-SPACING LONG VERTICAL BAR OVERLAY 
-# \x20D3 COMBINING SHORT VERTICAL LINE OVERLAY 1 NON-SPACING SHORT VERTICAL BAR OVERLAY 
-# \x20D4 COMBINING ANTICLOCKWISE ARROW ABOVE 230 NON-SPACING ANTICLOCKWISE ARROW ABOVE 
-# \x20D5 COMBINING CLOCKWISE ARROW ABOVE 230 NON-SPACING CLOCKWISE ARROW ABOVE 
-# \x20D6 COMBINING LEFT ARROW ABOVE 230 NON-SPACING LEFT ARROW ABOVE 
-# \x 
-# \x20D7 COMBINING RIGHT ARROW ABOVE 230 NON-SPACING RIGHT ARROW ABOVE
-# \x 
-# \x20D8 COMBINING RING OVERLAY 1 NON-SPACING RING OVERLAY 
-# \x20D9 COMBINING CLOCKWISE RING OVERLAY 1 NON-SPACING CLOCKWISE RING
-# \x OVERLAY 
-# \x20DA COMBINING ANTICLOCKWISE RING OVERLAY 1 NON-SPACING ANTICLOCKWISE RING OVERLAY 
-# \x20DB COMBINING THREE DOTS ABOVE 230 NON-SPACING THREE DOTS ABOVE 
-# \x 
-# \x20DC COMBINING FOUR DOTS ABOVE 230 NON-SPACING FOUR DOTS ABOVE 
-# \x20DD COMBINING ENCLOSING CIRCLE Me ENCLOSING CIRCLE 
-# \x20DE COMBINING ENCLOSING SQUARE Me ENCLOSING SQUARE 
-# \x20DF COMBINING ENCLOSING DIAMOND Me ENCLOSING DIAMOND 
-# \x20E0 COMBINING ENCLOSING CIRCLE BACKSLASH Me ENCLOSING CIRCLE SLASH
-# \x 
-# \x20E1 COMBINING LEFT RIGHT ARROW ABOVE 230 NON-SPACING LEFT RIGHT A
-# \xRROW ABOVE 
-# \x20E2 COMBINING ENCLOSING SCREEN Me 
-# \x20E3 COMBINING ENCLOSING KEYCAP Me 
-# \x20E4 COMBINING ENCLOSING UPWARD POINTING TRIANGLE Me 
-# \x20E5 COMBINING REVERSE SOLIDUS OVERLAY 1 
-# \x20E6 COMBINING DOUBLE VERTICAL STROKE OVERLAY 1 
-# \x20E7 COMBINING ANNUITY SYMBOL 230 
-# \x20E8 COMBINING TRIPLE UNDERDOT 220 
-# \x20E9 COMBINING WIDE BRIDGE ABOVE 230 
-# \x20EA COMBINING LEFTWARDS ARROW OVERLAY 1 
-# \x2100 ACCOUNT OF 0061 002F 0063 
-# \x2101 ADDRESSED TO THE SUBJECT 0061 002F 0073 
-# \x2102 DOUBLE-STRUCK CAPITAL C 0043 DOUBLE-STRUCK C 
-# \x2103 DEGREE CELSIUS 00B0 0043 DEGREES CENTIGRADE 
-# \x2104 CENTRE LINE SYMBOL C SYMBOL 
-# \x2105 CARE OF 0063 002F 006F 
-# \x2106 CADA UNA 0063 002F 0075 
-# \x2107 EULER CONSTANT 0190 EULERS 
-# \x2108 SCRUPLE 
-# \x2109 DEGREE FAHRENHEIT 00B0 0046 DEGREES FAHRENHEIT 
-# \x210A SCRIPT SMALL G 0067 
-# \x210B SCRIPT CAPITAL H 0048 SCRIPT H 
-# \x210C BLACK-LETTER CAPITAL H 0048 BLACK-LETTER H 
-# \x210D DOUBLE-STRUCK CAPITAL H 0048 DOUBLE-STRUCK H 
-# \x210E PLANCK CONSTANT 0068 
-# \x210F PLANCK CONSTANT OVER TWO PI 0127 PLANCK CONSTANT OVER 2 PI 
-# \x2110 SCRIPT CAPITAL I 0049 SCRIPT I 
-# \x2111 BLACK-LETTER CAPITAL I 0049 BLACK-LETTER I 
-# \x2112 SCRIPT CAPITAL 004C SCRIPT 
-lowercase \x2113 4-123 SCRIPT SMALL 006C 
-math \x2114 456-1256 B BAR SYMBOL 
-# \x2115 DOUBLE-STRUCK CAPITAL 004E DOUBLE-STRUCK 
-# \x2116 NUMERO SIGN 004E 006F NUMERO 
-# \x2117 SOUND RECORDING COPYRIGHT 
-# \x2118 SCRIPT CAPITAL P SCRIPT P 
-# \x2119 DOUBLE-STRUCK CAPITAL P 0050 DOUBLE-STRUCK P 
-# \x211A DOUBLE-STRUCK CAPITAL Q 0051 DOUBLE-STRUCK Q 
-# \x211B SCRIPT CAPITAL 0052 SCRIPT 
-# \x211C BLACK-LETTER CAPITAL 0052 BLACK-LETTER 
-math \x211D 4-6-1235 DOUBLE-STRUCK CAPITAL 0052 DOUBLE-STRUCK 
-# \x211E PRESCRIPTION TAKE 
-# \x211F RESPONSE 
-# \x2120 SERVICE MARK 0053 004D 
-# \x2121 TELEPHONE SIGN 0054 0045 004C T E SYMBOL 
-# \x2122 TRADE MARK SIGN 0054 004D TRADEMARK 
-# \x2123 VERSICLE 
-# \x2124 DOUBLE-STRUCK CAPITAL Z 005A DOUBLE-STRUCK Z 
-# \x2125 OUNCE SIGN OUNCE 
-# \x2126 OHM SIGN 03A9 OHM 03C9 
-# \x2127 INVERTED OHM SIGN MHO 
-# \x2128 BLACK-LETTER CAPITAL Z 005A BLACK-LETTER Z 
-# \x2129 TURNED GREEK SMALL LETTER IOTA 
-# \x212A KELVIN SIGN 004B DEGREES KELVIN 006B 
-# \x212B ANGSTROM SIGN 00C5 ANGSTROM UNIT 00E5 
-# \x212C SCRIPT CAPITAL B 0042 SCRIPT B 
-# \x212D BLACK-LETTER CAPITAL C 0043 BLACK-LETTER C 
-# \x212E ESTIMATED SYMBOL 
-# \x212F SCRIPT SMALL E 0065 
-# \x2130 SCRIPT CAPITAL E 0045 SCRIPT E 
-# \x2131 SCRIPT CAPITAL F 0046 SCRIPT F 
-# \x2132 TURNED CAPITAL F TURNED F 
-# \x2133 SCRIPT CAPITAL M 004D SCRIPT M 
-# \x2134 SCRIPT SMALL O 006F 
-# \x2135 ALEF SYMBOL 05D0 FIRST TRANSFINITE CARDINAL 
-# \x2136 BET SYMBOL 05D1 SECOND TRANSFINITE CARDINAL 
-# \x2137 GIMEL SYMBOL 05D2 THIRD TRANSFINITE CARDINAL 
-# \x2138 DALET SYMBOL 05D3 FOURTH TRANSFINITE CARDINAL 
-# \x2139 INFORMATION SOURCE 0069 
-# \x213A ROTATED CAPITAL Q 
-# \x213B FACSIMILE SIGN 0046 0041 0058 
-# \x213D DOUBLE-STRUCK SMALL GAMMA 03B3 
-# \x213E DOUBLE-STRUCK CAPITAL GAMMA 0393 
-# \x213F DOUBLE-STRUCK CAPITAL PI 03A0 
-# \x2140 DOUBLE-STRUCK N-ARY SUMMATION 2211 Y 
-# \x2141 TURNED SANS-SERIF CAPITAL G 
-# \x2142 TURNED SANS-SERIF CAPITAL 
-# \x2143 REVERSED SANS-SERIF CAPITAL 
-# \x2144 TURNED SANS-SERIF CAPITAL Y 
-# \x2145 DOUBLE-STRUCK ITALIC CAPITAL D 0044 
-# \x2146 DOUBLE-STRUCK ITALIC SMALL D 0064 
-# \x2147 DOUBLE-STRUCK ITALIC SMALL E 0065 
-# \x2148 DOUBLE-STRUCK ITALIC SMALL I 0069 
-# \x2149 DOUBLE-STRUCK ITALIC SMALL J 006A 
-# \x214A PROPERTY LINE 
-# \x214B TURNED AMPERSAND 
-# \x2153 VULGAR FRACTION ONE THIRD No 0031 2044 0033 1/3 FRACTI
-# \xON ONE THIRD 
-# \x2154 VULGAR FRACTION TWO THIRDS No 0032 2044 0033 2/3 FRACTION TWO THIRDS 
-# \x2155 VULGAR FRACTION ONE FIFTH No 0031 2044 0035 1/5 FRACTION ONE FIFTH 
-# \x2156 VULGAR FRACTION TWO FIFTHS No 0032 2044 0035 2/5 FRACTION TWO FIFTHS 
-# \x2157 VULGAR FRACTION THREE FIFTHS No 0033 2044 0035 3/5 FRA
-# \xCTION THREE FIFTHS 
-# \x2158 VULGAR FRACTION FOUR FIFTHS No 0034 2044 0035 4/5 FRAC
-# \xTION FOUR FIFTHS 
-# \x2159 VULGAR FRACTION ONE SIXTH No 0031 2044 0036 1/6 FRACTI
-# \xON ONE SIXTH 
-# \x215A VULGAR FRACTION FIVE SIXTHS No 0035 2044 0036 5/6 FRAC
-# \xTION FIVE SIXTHS 
-# \x215B VULGAR FRACTION ONE EIGHTH No 0031 2044 0038 1/8 FRACT
-# \xION ONE EIGHTH 
-# \x215C VULGAR FRACTION THREE EIGHTHS No 0033 2044 0038 3/8 FR
-# \xACTION THREE EIGHTHS 
-# \x215D VULGAR FRACTION FIVE EIGHTHS No 0035 2044 0038 5/8 FRA
-# \xCTION FIVE EIGHTHS 
-# \x215E VULGAR FRACTION SEVEN EIGHTHS No 0037 2044 0038 7/8 FR
-# \xACTION SEVEN EIGHTHS 
-# \x215F FRACTION NUMERATOR ONE No 0031 2044 1 
-# \x2160 ROMAN NUMERAL ONE Nl 0049 1 2170 
-# \x2161 ROMAN NUMERAL TWO Nl 0049 0049 2 2171 
-# \x2162 ROMAN NUMERAL THREE Nl 0049 0049 0049 3 2172 
-# \x2163 ROMAN NUMERAL FOUR Nl 0049 0056 4 2173 
-# \x2164 ROMAN NUMERAL FIVE Nl 0056 5 2174 
-# \x2165 ROMAN NUMERAL SIX Nl 0056 0049 6 2175 
-# \x2166 ROMAN NUMERAL SEVEN Nl 0056 0049 0049 7 2176 
-# \x2167 ROMAN NUMERAL EIGHT Nl 0056 0049 0049 0049 8 2177 
-# \x2168 ROMAN NUMERAL NINE Nl 0049 0058 9 2178 
-# \x2169 ROMAN NUMERAL TEN Nl 0058 10 2179 
-# \x216A ROMAN NUMERAL ELEVEN Nl 0058 0049 11 217A 
-# \x216B ROMAN NUMERAL TWELVE Nl 0058 0049 0049 12 217B 
-# \x216C ROMAN NUMERAL FIFTY Nl 004C 50 217C 
-# \x216D ROMAN NUMERAL ONE HUNDRED Nl 0043 100 217D 
-# \x216E ROMAN NUMERAL FIVE HUNDRED Nl 0044 500 217E 
-# \x216F ROMAN NUMERAL ONE THOUSAND Nl 004D 1000 217F 
-# \x2170 SMALL ROMAN NUMERAL ONE Nl 0069 1 2160 2160
-# \x2171 SMALL ROMAN NUMERAL TWO Nl 0069 0069 2 2161 2161
-# \x2172 SMALL ROMAN NUMERAL THREE Nl 0069 0069 0069 3 2162 216
-# \x2
-# \x2173 SMALL ROMAN NUMERAL FOUR Nl 0069 0076 4 2163 2163
-# \x2174 SMALL ROMAN NUMERAL FIVE Nl 0076 5 2164 2164
-# \x2175 SMALL ROMAN NUMERAL SIX Nl 0076 0069 6 2165 2165
-# \x2176 SMALL ROMAN NUMERAL SEVEN Nl 0076 0069 0069 7 2166 216
-# \x6
-# \x2177 SMALL ROMAN NUMERAL EIGHT Nl 0076 0069 0069 0069 8 2167
-# \x 2167
-# \x2178 SMALL ROMAN NUMERAL NINE Nl 0069 0078 9 2168 2168
-# \x2179 SMALL ROMAN NUMERAL TEN Nl 0078 10 2169 2169
-# \x217A SMALL ROMAN NUMERAL ELEVEN Nl 0078 0069 11 216A 216A
-# \x217B SMALL ROMAN NUMERAL TWELVE Nl 0078 0069 0069 12 216B 2
-# \x16B
-# \x217C SMALL ROMAN NUMERAL FIFTY Nl 006C 50 216C 216C
-# \x217D SMALL ROMAN NUMERAL ONE HUNDRED Nl 0063 100 216D 216D
-# \x217E SMALL ROMAN NUMERAL FIVE HUNDRED Nl 0064 500 216E 216E
-# \x217F SMALL ROMAN NUMERAL ONE THOUSAND Nl 006D 1000 216F 216
-# \xF
-# \x2180 ROMAN NUMERAL ONE THOUSAND C D Nl 1000 
-# \x2181 ROMAN NUMERAL FIVE THOUSAND Nl 5000 
-# \x2182 ROMAN NUMERAL TEN THOUSAND Nl 10000 
-# \x2183 ROMAN NUMERAL REVERSED ONE HUNDRED Nl 
-# \x2190 LEFTWARDS ARROW LEFT ARROW 
-# \x2191 UPWARDS ARROW UP ARROW 
-math \x2192 0-25-135-0 RIGHTWARDS ARROW RIGHT ARROW 
-# \x2193 DOWNWARDS ARROW DOWN ARROW 
-# \x2194 LEFT RIGHT ARROW 
-# \x2195 UP DOWN ARROW 
-# \x2196 NORTH WEST ARROW UPPER LEFT ARROW 
-# \x2197 NORTH EAST ARROW UPPER RIGHT ARROW 
-# \x2198 SOUTH EAST ARROW LOWER RIGHT ARROW 
-# \x2199 SOUTH WEST ARROW LOWER LEFT ARROW 
-# \x219A LEFTWARDS ARROW WITH STROKE 2190 0338 LEFT ARROW WITH STROKE 
-# \x 
-# \x219B RIGHTWARDS ARROW WITH STROKE 2192 0338 RIGHT ARROW WITH STROK
-# \xE 
-# \x219C LEFTWARDS WAVE ARROW LEFT WAVE ARROW 
-# \x219D RIGHTWARDS WAVE ARROW RIGHT WAVE ARROW 
-# \x219E LEFTWARDS TWO HEADED ARROW LEFT TWO HEADED ARROW 
-# \x219F UPWARDS TWO HEADED ARROW UP TWO HEADED ARROW 
-# \x21A0 RIGHTWARDS TWO HEADED ARROW RIGHT TWO HEADED ARROW 
-# \x21A1 DOWNWARDS TWO HEADED ARROW DOWN TWO HEADED ARROW 
-# \x21A2 LEFTWARDS ARROW WITH TAIL LEFT ARROW WITH TAIL 
-# \x21A3 RIGHTWARDS ARROW WITH TAIL RIGHT ARROW WITH TAIL 
-# \x21A4 LEFTWARDS ARROW FROM BAR LEFT ARROW FROM BAR 
-# \x21A5 UPWARDS ARROW FROM BAR UP ARROW FROM BAR 
-# \x21A6 RIGHTWARDS ARROW FROM BAR RIGHT ARROW FROM BAR 
-# \x21A7 DOWNWARDS ARROW FROM BAR DOWN ARROW FROM BAR 
-# \x21A8 UP DOWN ARROW WITH BASE 
-# \x21A9 LEFTWARDS ARROW WITH HOOK LEFT ARROW WITH HOOK 
-# \x21AA RIGHTWARDS ARROW WITH HOOK RIGHT ARROW WITH HOOK 
-# \x21AB LEFTWARDS ARROW WITH LOOP LEFT ARROW WITH LOOP 
-# \x21AC RIGHTWARDS ARROW WITH LOOP RIGHT ARROW WITH LOOP 
-# \x21AD LEFT RIGHT WAVE ARROW 
-# \x21AE LEFT RIGHT ARROW WITH STROKE 2194 0338 
-# \x21AF DOWNWARDS ZIGZAG ARROW DOWN ZIGZAG ARROW 
-# \x21B0 UPWARDS ARROW WITH TIP LEFTWARDS UP ARROW WITH TIP LEFT 
-# \x21B1 UPWARDS ARROW WITH TIP RIGHTWARDS UP ARROW WITH TIP RIGHT 
-# \x 
-# \x21B2 DOWNWARDS ARROW WITH TIP LEFTWARDS DOWN ARROW WITH TIP LEFT 
-# \x 
-# \x21B3 DOWNWARDS ARROW WITH TIP RIGHTWARDS DOWN ARROW WITH TIP RIGH
-# \xT 
-# \x21B4 RIGHTWARDS ARROW WITH CORNER DOWNWARDS RIGHT ARROW WITH CORNER DOWN 
-# \x21B5 DOWNWARDS ARROW WITH CORNER LEFTWARDS DOWN ARROW WITH CORNER
-# \x LEFT 
-# \x21B6 ANTICLOCKWISE TOP SEMICIRCLE ARROW 
-# \x21B7 CLOCKWISE TOP SEMICIRCLE ARROW 
-# \x21B8 NORTH WEST ARROW TO LONG BAR UPPER LEFT ARROW TO LONG BAR 
-# \x 
-# \x21B9 LEFTWARDS ARROW TO BAR OVER RIGHTWARDS ARROW TO BAR LEFT ARR
-# \xOW TO BAR OVER RIGHT ARROW TO BAR 
-# \x21BA ANTICLOCKWISE OPEN CIRCLE ARROW 
-# \x21BB CLOCKWISE OPEN CIRCLE ARROW 
-# \x21BC LEFTWARDS HARPOON WITH BARB UPWARDS LEFT HARPOON WITH BARB U
-# \xP 
-# \x21BD LEFTWARDS HARPOON WITH BARB DOWNWARDS LEFT HARPOON WITH BARB
-# \x DOWN 
-# \x21BE UPWARDS HARPOON WITH BARB RIGHTWARDS UP HARPOON WITH BARB RI
-# \xGHT 
-# \x21BF UPWARDS HARPOON WITH BARB LEFTWARDS UP HARPOON WITH BARB LEF
-# \xT 
-# \x21C0 RIGHTWARDS HARPOON WITH BARB UPWARDS RIGHT HARPOON WITH BARB
-# \x UP 
-# \x21C1 RIGHTWARDS HARPOON WITH BARB DOWNWARDS RIGHT HARPOON WITH BA
-# \xRB DOWN 
-# \x21C2 DOWNWARDS HARPOON WITH BARB RIGHTWARDS DOWN HARPOON WITH BAR
-# \xB RIGHT 
-# \x21C3 DOWNWARDS HARPOON WITH BARB LEFTWARDS DOWN HARPOON WITH BARB
-# \x LEFT 
-# \x21C4 RIGHTWARDS ARROW OVER LEFTWARDS ARROW RIGHT ARROW OVER LEFT 
-# \xARROW 
-# \x21C5 UPWARDS ARROW LEFTWARDS OF DOWNWARDS ARROW UP ARROW LEFT OF 
-# \xDOWN ARROW 
-# \x21C6 LEFTWARDS ARROW OVER RIGHTWARDS ARROW LEFT ARROW OVER RIGHT 
-# \xARROW 
-# \x21C7 LEFTWARDS PAIRED ARROWS LEFT PAIRED ARROWS 
-# \x21C8 UPWARDS PAIRED ARROWS UP PAIRED ARROWS 
-# \x21C9 RIGHTWARDS PAIRED ARROWS RIGHT PAIRED ARROWS 
-# \x21CA DOWNWARDS PAIRED ARROWS DOWN PAIRED ARROWS 
-# \x21CB LEFTWARDS HARPOON OVER RIGHTWARDS HARPOON LEFT HARPOON OVER 
-# \xRIGHT HARPOON 
-# \x21CC RIGHTWARDS HARPOON OVER LEFTWARDS HARPOON RIGHT HARPOON OVER
-# \x LEFT HARPOON 
-# \x21CD LEFTWARDS DOUBLE ARROW WITH STROKE 21D0 0338 LEFT DOUBLE ARRO
-# \xW WITH STROKE 
-# \x21CE LEFT RIGHT DOUBLE ARROW WITH STROKE 21D4 0338 
-# \x21CF RIGHTWARDS DOUBLE ARROW WITH STROKE 21D2 0338 RIGHT DOUBLE AR
-# \xROW WITH STROKE 
-# \x21D0 LEFTWARDS DOUBLE ARROW LEFT DOUBLE ARROW 
-# \x21D1 UPWARDS DOUBLE ARROW UP DOUBLE ARROW 
-# \x21D2 RIGHTWARDS DOUBLE ARROW RIGHT DOUBLE ARROW 
-# \x21D3 DOWNWARDS DOUBLE ARROW DOWN DOUBLE ARROW 
-# \x21D4 LEFT RIGHT DOUBLE ARROW 
-# \x21D5 UP DOWN DOUBLE ARROW 
-# \x21D6 NORTH WEST DOUBLE ARROW UPPER LEFT DOUBLE ARROW 
-# \x21D7 NORTH EAST DOUBLE ARROW UPPER RIGHT DOUBLE ARROW 
-# \x21D8 SOUTH EAST DOUBLE ARROW LOWER RIGHT DOUBLE ARROW 
-# \x21D9 SOUTH WEST DOUBLE ARROW LOWER LEFT DOUBLE ARROW 
-# \x21DA LEFTWARDS TRIPLE ARROW LEFT TRIPLE ARROW 
-# \x21DB RIGHTWARDS TRIPLE ARROW RIGHT TRIPLE ARROW 
-# \x21DC LEFTWARDS SQUIGGLE ARROW LEFT SQUIGGLE ARROW 
-# \x21DD RIGHTWARDS SQUIGGLE ARROW RIGHT SQUIGGLE ARROW 
-# \x21DE UPWARDS ARROW WITH DOUBLE STROKE UP ARROW WITH DOUBLE STROKE
-# \x 
-# \x21DF DOWNWARDS ARROW WITH DOUBLE STROKE DOWN ARROW WITH DOUBLE ST
-# \xROKE 
-# \x21E0 LEFTWARDS DASHED ARROW LEFT DASHED ARROW 
-# \x21E1 UPWARDS DASHED ARROW UP DASHED ARROW 
-# \x21E2 RIGHTWARDS DASHED ARROW RIGHT DASHED ARROW 
-# \x21E3 DOWNWARDS DASHED ARROW DOWN DASHED ARROW 
-# \x21E4 LEFTWARDS ARROW TO BAR LEFT ARROW TO BAR 
-# \x21E5 RIGHTWARDS ARROW TO BAR RIGHT ARROW TO BAR 
-# \x21E6 LEFTWARDS WHITE ARROW WHITE LEFT ARROW 
-# \x21E7 UPWARDS WHITE ARROW WHITE UP ARROW 
-# \x21E8 RIGHTWARDS WHITE ARROW WHITE RIGHT ARROW 
-# \x21E9 DOWNWARDS WHITE ARROW WHITE DOWN ARROW 
-# \x21EA UPWARDS WHITE ARROW FROM BAR WHITE UP ARROW FROM BAR 
-# \x21EB UPWARDS WHITE ARROW PEDESTAL 
-# \x21EC UPWARDS WHITE ARROW PEDESTAL WITH HORIZONTAL BAR 
-# \x21ED UPWARDS WHITE ARROW PEDESTAL WITH VERTICAL BAR 
-# \x21EE UPWARDS WHITE DOUBLE ARROW 
-# \x21EF UPWARDS WHITE DOUBLE ARROW PEDESTAL 
-# \x21F0 RIGHTWARDS WHITE ARROW FROM WALL 
-# \x21F1 NORTH WEST ARROW TO CORNER 
-# \x21F2 SOUTH EAST ARROW TO CORNER 
-# \x21F3 UP DOWN WHITE ARROW 
-# \x21F4 RIGHT ARROW WITH SMALL CIRCLE 
-# \x21F5 DOWNWARDS ARROW LEFTWARDS OF UPWARDS ARROW 
-# \x21F6 THREE RIGHTWARDS ARROWS 
-# \x21F7 LEFTWARDS ARROW WITH VERTICAL STROKE 
-# \x21F8 RIGHTWARDS ARROW WITH VERTICAL STROKE 
-# \x21F9 LEFT RIGHT ARROW WITH VERTICAL STROKE 
-# \x21FA LEFTWARDS ARROW WITH DOUBLE VERTICAL STROKE 
-# \x21FB RIGHTWARDS ARROW WITH DOUBLE VERTICAL STROKE 
-# \x21FC LEFT RIGHT ARROW WITH DOUBLE VERTICAL STROKE 
-# \x21FD LEFTWARDS OPEN-HEADED ARROW 
-# \x21FE RIGHTWARDS OPEN-HEADED ARROW 
-# \x21FF LEFT RIGHT OPEN-HEADED ARROW 
-math \x2200 456-12346 FOR ALL 
-# \x2201 COMPLEMENT 
-# \x2202 PARTIAL DIFFERENTIAL 
-# \x2203 THERE EXISTS 
-# \x2204 THERE DOES NOT EXIST 2203 0338 Y 
-# \x2205 EMPTY SET 
-# \x2206 INCREMENT 
-# \x2207 NABLA 
-math \x2208 46-15 ELEMENT OF 
-# \x2209 NOT AN ELEMENT OF 2208 0338 Y 
-# \x220A SMALL ELEMENT OF 
-# \x220B CONTAINS AS MEMBER 
-# \x220C DOES NOT CONTAIN AS MEMBER 220B 0338 Y 
-# \x220D SMALL CONTAINS AS MEMBER 
-# \x220E END OF PROOF 
-# \x220F N-ARY PRODUCT 
-# \x2210 N-ARY COPRODUCT 
-math  \x2211 46-6-234 N-ARY SUMMATION 
-math \x2212 36 MINUS SIGN 
-# \x2213 MINUS-OR-PLUS SIGN 
-# \x2214 DOT PLUS 
-# \x2215 DIVISION SLASH 
-# \x2216 SET MINUS 
-# \x2217 ASTERISK OPERATOR 
-# \x2218 RING OPERATOR 
-# \x2219 BULLET OPERATOR 
-# \x221A SQUARE ROOT 
-# \x221B CUBE ROOT 
-# \x221C FOURTH ROOT 
-# \x221D PROPORTIONAL TO 
-math \x221E 6-123456 INFINITY 
-# \x221F RIGHT ANGLE 
-# \x2220 ANGLE 
-# \x2221 MEASURED ANGLE 
-# \x2222 SPHERICAL ANGLE 
-# \x2223 DIVIDES 
-# \x2224 DOES NOT DIVIDE 2223 0338 Y 
-# \x2225 PARALLEL TO 
-# \x2226 NOT PARALLEL TO 2225 0338 Y 
-# \x2227 LOGICAL AND 
-# \x2228 LOGICAL OR 
-# \x2229 INTERSECTION 
-# \x222A UNION 
-math \x222B 2346 INTEGRAL 
-math \x222C 2346-2346 DOUBLE INTEGRAL 222B 222B Y 
-math \x222D 2346-2346-2346 TRIPLE INTEGRAL 222B 222B 222B Y 
-# \x222E CONTOUR INTEGRAL 
-# \x222F SURFACE INTEGRAL 222E 222E Y 
-# \x2230 VOLUME INTEGRAL 222E 222E 222E Y 
-# \x2231 CLOCKWISE INTEGRAL 
-# \x2232 CLOCKWISE CONTOUR INTEGRAL 
-# \x2233 ANTICLOCKWISE CONTOUR INTEGRAL 
-# \x2234 THEREFORE 
-# \x2235 BECAUSE 
-math \x2236 9-5-2-9 RATIO 
-# \x2237 PROPORTION 
-# \x2238 DOT MINUS 
-# \x2239 EXCESS 
-# \x223A GEOMETRIC PROPORTION 
-# \x223B HOMOTHETIC 
-# \x223C TILDE OPERATOR 
-# \x223D REVERSED TILDE lazy S 
-# \x223E INVERTED LAZY S 
-# \x223F SINE WAVE 
-# \x2240 WREATH PRODUCT 
-# \x2241 NOT TILDE 223C 0338 Y 
-# \x2242 MINUS TILDE 
-# \x2243 ASYMPTOTICALLY EQUAL TO 
-# \x2244 NOT ASYMPTOTICALLY EQUAL TO 2243 0338 Y 
-# \x2245 APPROXIMATELY EQUAL TO 
-# \x2246 APPROXIMATELY BUT NOT ACTUALLY EQUAL TO 
-# \x2247 NEITHER APPROXIMATELY NOR ACTUALLY EQUAL TO 2245 0338 Y 
-# \x2248 ALMOST EQUAL TO 
-# \x2249 NOT ALMOST EQUAL TO 2248 0338 Y 
-# \x224A ALMOST EQUAL OR EQUAL TO 
-# \x224B TRIPLE TILDE 
-# \x224C ALL EQUAL TO 
-# \x224D EQUIVALENT TO 
-# \x224E GEOMETRICALLY EQUIVALENT TO 
-# \x224F DIFFERENCE BETWEEN 
-# \x2250 APPROACHES THE LIMIT 
-# \x2251 GEOMETRICALLY EQUAL TO 
-# \x2252 APPROXIMATELY EQUAL TO OR THE IMAGE OF 
-# \x2253 IMAGE OF OR APPROXIMATELY EQUAL TO 
-# \x2254 COLON EQUALS COLON EQUAL 
-# \x2255 EQUALS COLON EQUAL COLON 
-# \x2256 RING IN EQUAL TO 
-# \x2257 RING EQUAL TO 
-# \x2258 CORRESPONDS TO 
-# \x2259 ESTIMATES 
-# \x225A EQUIANGULAR TO 
-# \x225B STAR EQUALS 
-# \x225C DELTA EQUAL TO 
-# \x225D EQUAL TO BY DEFINITION 
-# \x225E MEASURED BY 
-# \x225F QUESTIONED EQUAL TO 
-math \x2260 5-13-46-2 NOT EQUAL TO 003D 0338 Y 
-math \x2261 456-123 IDENTICAL TO 
-# \x2262 NOT IDENTICAL TO 2261 0338 Y 
-# \x2263 STRICTLY EQUIVALENT TO 
-math \x2264 0-5-13-46-13-0 LESS-THAN OR EQUAL TO LESS THAN OR EQUAL TO 
-math \x2265 46-2-46-13 GREATER-THAN OR EQUAL TO GREATER THAN OR EQUAL TO 
-# \x2266 LESS-THAN OVER EQUAL TO LESS THAN OVER EQUAL TO 
-# \x2267 GREATER-THAN OVER EQUAL TO GREATER THAN OVER EQUAL TO 
-# \x2268 LESS-THAN BUT NOT EQUAL TO LESS THAN BUT NOT EQUAL TO 
-# \x2269 GREATER-THAN BUT NOT EQUAL TO GREATER THAN BUT NOT EQUAL TO 
-# \x226A MUCH LESS-THAN MUCH LESS THAN 
-# \x226B MUCH GREATER-THAN MUCH GREATER THAN 
-# \x226C BETWEEN 
-# \x226D NOT EQUIVALENT TO 224D 0338 
-# \x226E NOT LESS-THAN 003C 0338 Y NOT LESS THAN 
-# \x226F NOT GREATER-THAN 003E 0338 Y NOT GREATER THAN 
-# \x2270 NEITHER LESS-THAN NOR EQUAL TO 2264 0338 Y NEITHER LESS THAN NOR EQUAL TO 
-# \x2271 NEITHER GREATER-THAN NOR EQUAL TO 2265 0338 Y NEITHER GREATER THAN NOR EQUAL TO 
-# \x2272 LESS-THAN OR EQUIVALENT TO LESS THAN OR EQUIVALENT TO 
-# \x2273 GREATER-THAN OR EQUIVALENT TO GREATER THAN OR EQUIVALENT TO 
-# \x2274 NEITHER LESS-THAN NOR EQUIVALENT TO 2272 0338 Y NEITHER LESS THAN NOR EQUIVALENT TO 
-# \x2275 NEITHER GREATER-THAN NOR EQUIVALENT TO 2273 0338 Y NEITHER GREATER THAN NOR EQUIVALENT TO 
-# \x2276 LESS-THAN OR GREATER-THAN LESS THAN OR GREATER THAN 
-# \x2277 GREATER-THAN OR LESS-THAN GREATER THAN OR LESS THAN 
-# \x2278 NEITHER LESS-THAN NOR GREATER-THAN 2276 0338 Y NEITHER LESS THAN NOR GREATER THAN 
-# \x2279 NEITHER GREATER-THAN NOR LESS-THAN 2277 0338 Y NEITHER GREATER THAN NOR LESS THAN 
-# \x227A PRECEDES 
-# \x227B SUCCEEDS 
-# \x227C PRECEDES OR EQUAL TO 
-# \x227D SUCCEEDS OR EQUAL TO 
-# \x227E PRECEDES OR EQUIVALENT TO 
-# \x227F SUCCEEDS OR EQUIVALENT TO 
-# \x2280 DOES NOT PRECEDE 227A 0338 Y 
-# \x2281 DOES NOT SUCCEED 227B 0338 Y 
-# \x2282 SUBSET OF 
-# \x2283 SUPERSET OF 
-# \x2284 NOT A SUBSET OF 2282 0338 Y 
-# \x2285 NOT A SUPERSET OF 2283 0338 Y 
-# \x2286 SUBSET OF OR EQUAL TO 
-# \x2287 SUPERSET OF OR EQUAL TO 
-# \x2288 NEITHER A SUBSET OF NOR EQUAL TO 2286 0338 Y 
-# \x2289 NEITHER A SUPERSET OF NOR EQUAL TO 2287 0338 Y 
-# \x228A SUBSET OF WITH NOT EQUAL TO SUBSET OF OR NOT EQUAL TO 
-# \x228B SUPERSET OF WITH NOT EQUAL TO SUPERSET OF OR NOT EQUAL TO 
-# \x228C MULTISET 
-# \x228D MULTISET MULTIPLICATION 
-# \x228E MULTISET UNION 
-# \x228F SQUARE IMAGE OF 
-# \x2290 SQUARE ORIGINAL OF 
-# \x2291 SQUARE IMAGE OF OR EQUAL TO 
-# \x2292 SQUARE ORIGINAL OF OR EQUAL TO 
-# \x2293 SQUARE CAP 
-# \x2294 SQUARE CUP 
-# \x2295 CIRCLED PLUS 
-# \x2296 CIRCLED MINUS 
-# \x2297 CIRCLED TIMES 
-# \x2298 CIRCLED DIVISION SLASH 
-# \x2299 CIRCLED DOT OPERATOR 
-# \x229A CIRCLED RING OPERATOR 
-# \x229B CIRCLED ASTERISK OPERATOR 
-# \x229C CIRCLED EQUALS 
-# \x229D CIRCLED DASH 
-# \x229E SQUARED PLUS 
-# \x229F SQUARED MINUS 
-# \x22A0 SQUARED TIMES 
-# \x22A1 SQUARED DOT OPERATOR 
-# \x22A2 RIGHT TACK 
-# \x22A3 LEFT TACK 
-# \x22A4 DOWN TACK 
-# \x22A5 UP TACK 
-# \x22A6 ASSERTION 
-# \x22A7 MODELS 
-# \x22A8 TRUE 
-# \x22A9 FORCES 
-# \x22AA TRIPLE VERTICAL BAR RIGHT TURNSTILE 
-# \x22AB DOUBLE VERTICAL BAR DOUBLE RIGHT TURNSTILE 
-# \x22AC DOES NOT PROVE 22A2 0338 Y 
-# \x22AD NOT TRUE 22A8 0338 Y 
-# \x22AE DOES NOT FORCE 22A9 0338 Y 
-# \x22AF NEGATED DOUBLE VERTICAL BAR DOUBLE RIGHT TURNSTILE 22AB 0338 Y 
-# \x 
-# \x22B0 PRECEDES UNDER RELATION 
-# \x22B1 SUCCEEDS UNDER RELATION 
-# \x22B2 NORMAL SUBGROUP OF 
-# \x22B3 CONTAINS AS NORMAL SUBGROUP 
-# \x22B4 NORMAL SUBGROUP OF OR EQUAL TO 
-# \x22B5 CONTAINS AS NORMAL SUBGROUP OR EQUAL TO 
-# \x22B6 ORIGINAL OF 
-# \x22B7 IMAGE OF 
-# \x22B8 MULTIMAP 
-# \x22B9 HERMITIAN CONJUGATE MATRIX 
-# \x22BA INTERCALATE 
-# \x22BB XOR 
-# \x22BC NAND 
-# \x22BD NOR 
-# \x22BE RIGHT ANGLE WITH ARC 
-# \x22BF RIGHT TRIANGLE 
-# \x22C0 N-ARY LOGICAL AND 
-# \x22C1 N-ARY LOGICAL OR 
-# \x22C2 N-ARY INTERSECTION 
-# \x22C3 N-ARY UNION unknown
-# \x22C4 DIAMOND OPERATOR 
-# \x22C5 DOT OPERATOR 
-# \x22C6 STAR OPERATOR 
-# \x22C7 DIVISION TIMES 
-# \x22C8 BOWTIE 
-# \x22C9 LEFT NORMAL FACTOR SEMIDIRECT PRODUCT 
-# \x22CA RIGHT NORMAL FACTOR SEMIDIRECT PRODUCT 
-# \x22CB LEFT SEMIDIRECT PRODUCT 
-# \x22CC RIGHT SEMIDIRECT PRODUCT 
-# \x22CD REVERSED TILDE EQUALS 
-# \x22CE CURLY LOGICAL OR 
-# \x22CF CURLY LOGICAL AND 
-# \x22D0 DOUBLE SUBSET 
-# \x22D1 DOUBLE SUPERSET 
-# \x22D2 DOUBLE INTERSECTION 
-# \x22D3 DOUBLE UNION 
-# \x22D4 PITCHFORK 
-# \x22D5 EQUAL AND PARALLEL TO 
-# \x22D6 LESS-THAN WITH DOT LESS THAN WITH DOT 
-# \x22D7 GREATER-THAN WITH DOT GREATER THAN WITH DOT 
-# \x22D8 VERY MUCH LESS-THAN VERY MUCH LESS THAN 
-# \x22D9 VERY MUCH GREATER-THAN VERY MUCH GREATER THAN 
-# \x22DA LESS-THAN EQUAL TO OR GREATER-THAN LESS THAN EQUAL TO OR GRE
-# \xATER THAN 
-# \x22DB GREATER-THAN EQUAL TO OR LESS-THAN GREATER THAN EQUAL TO OR 
-# \xLESS THAN 
-# \x22DC EQUAL TO OR LESS-THAN EQUAL TO OR LESS THAN 
-# \x22DD EQUAL TO OR GREATER-THAN EQUAL TO OR GREATER THAN 
-# \x22DE EQUAL TO OR PRECEDES 
-# \x22DF EQUAL TO OR SUCCEEDS 
-# \x22E0 DOES NOT PRECEDE OR EQUAL 227C 0338 Y 
-# \x22E1 DOES NOT SUCCEED OR EQUAL 227D 0338 Y 
-# \x22E2 NOT SQUARE IMAGE OF OR EQUAL TO 2291 0338 Y 
-# \x22E3 NOT SQUARE ORIGINAL OF OR EQUAL TO 2292 0338 Y 
-# \x22E4 SQUARE IMAGE OF OR NOT EQUAL TO 
-# \x22E5 SQUARE ORIGINAL OF OR NOT EQUAL TO 
-# \x22E6 LESS-THAN BUT NOT EQUIVALENT TO LESS THAN BUT NOT EQUIVALENT
-# \x TO 
-# \x22E7 GREATER-THAN BUT NOT EQUIVALENT TO GREATER THAN BUT NOT EQUI
-# \xVALENT TO 
-# \x22E8 PRECEDES BUT NOT EQUIVALENT TO 
-# \x22E9 SUCCEEDS BUT NOT EQUIVALENT TO 
-# \x22EA NOT NORMAL SUBGROUP OF 22B2 0338 Y 
-# \x22EB DOES NOT CONTAIN AS NORMAL SUBGROUP 22B3 0338 Y 
-# \x22EC NOT NORMAL SUBGROUP OF OR EQUAL TO 22B4 0338 Y 
-# \x22ED DOES NOT CONTAIN AS NORMAL SUBGROUP OR EQUAL 22B5 0338 Y 
-# \x22EE VERTICAL ELLIPSIS 
-# \x22EF MIDLINE HORIZONTAL ELLIPSIS 
-# \x22F0 UP RIGHT DIAGONAL ELLIPSIS 
-# \x22F1 DOWN RIGHT DIAGONAL ELLIPSIS 
-# \x22F2 ELEMENT OF WITH LONG HORIZONTAL STROKE 
-# \x22F3 ELEMENT OF WITH VERTICAL BAR AT END OF HORIZONTAL STROKE 
-# \x 
-# \x22F4 SMALL ELEMENT OF WITH VERTICAL BAR AT END OF HORIZONTAL STROKE 
-# \x Y 
-# \x22F5 ELEMENT OF WITH DOT ABOVE 
-# \x22F6 ELEMENT OF WITH OVERBAR 
-# \x22F7 SMALL ELEMENT OF WITH OVERBAR 
-# \x22F8 ELEMENT OF WITH UNDERBAR 
-# \x22F9 ELEMENT OF WITH TWO HORIZONTAL STROKES 
-# \x22FA CONTAINS WITH LONG HORIZONTAL STROKE 
-# \x22FB CONTAINS WITH VERTICAL BAR AT END OF HORIZONTAL STROKE 
-# \x22FC SMALL CONTAINS WITH VERTICAL BAR AT END OF HORIZONTAL STROKE 
-# \x 
-# \x22FD CONTAINS WITH OVERBAR 
-# \x22FE SMALL CONTAINS WITH OVERBAR 
-# \x22FF Z NOTATION BAG MEMBERSHIP 
-# \x2300 DIAMETER SIGN 
-# \x2301 ELECTRIC ARROW 
-# \x2302 HOUSE 
-# \x2303 UP ARROWHEAD 
-# \x2304 DOWN ARROWHEAD 
-# \x2305 PROJECTIVE 
-# \x2306 PERSPECTIVE 
-# \x2307 WAVY LINE 
-# \x2308 LEFT CEILING 
-# \x2309 RIGHT CEILING 
-# \x230A LEFT FLOOR 
-# \x230B RIGHT FLOOR 
-# \x230C BOTTOM RIGHT CROP 
-# \x230D BOTTOM LEFT CROP 
-# \x230E TOP RIGHT CROP 
-# \x230F TOP LEFT CROP 
-# \x2310 REVERSED NOT SIGN 
-# \x2311 SQUARE LOZENGE 
-# \x2312 ARC 
-# \x2313 SEGMENT 
-# \x2314 SECTOR 
-# \x2315 TELEPHONE RECORDER 
-# \x2316 POSITION INDICATOR 
-# \x2317 VIEWDATA SQUARE 
-# \x2318 PLACE OF INTEREST SIGN COMMAND KEY 
-# \x2319 TURNED NOT SIGN 
-# \x231A WATCH 
-# \x231B HOURGLASS 
-# \x231C TOP LEFT CORNER 
-# \x231D TOP RIGHT CORNER 
-# \x231E BOTTOM LEFT CORNER 
-# \x231F BOTTOM RIGHT CORNER 
-# \x2320 TOP HALF INTEGRAL 
-# \x2321 BOTTOM HALF INTEGRAL 
-# \x2322 FROWN 
-# \x2323 SMILE 
-# \x2324 UP ARROWHEAD BETWEEN TWO HORIZONTAL BARS ENTER KEY 
-# \x2325 OPTION KEY 
-# \x2326 ERASE TO THE RIGHT DELETE TO THE RIGHT KEY 
-# \x2327 X IN A RECTANGLE BOX CLEAR KEY 
-# \x2328 KEYBOARD 
-# \x2329 LEFT-POINTING ANGLE BRACKET Ps 3008 Y BRA 
-# \x232A RIGHT-POINTING ANGLE BRACKET Pe 3009 Y KET 
-# \x232B ERASE TO THE LEFT DELETE TO THE LEFT KEY 
-# \x232C BENZENE RING 
-# \x232D CYLINDRICITY 
-# \x232E ALL AROUND-PROFILE 
-# \x232F SYMMETRY 
-# \x2330 TOTAL RUNOUT 
-# \x2331 DIMENSION ORIGIN 
-# \x2332 CONICAL TAPER 
-# \x2333 SLOPE 
-# \x2334 COUNTERBORE 
-# \x2335 COUNTERSINK 
-# \x2336 APL FUNCTIONAL SYMBOL I-BEAM 
-# \x2337 APL FUNCTIONAL SYMBOL SQUISH QUAD 
-# \x2338 APL FUNCTIONAL SYMBOL QUAD EQUAL 
-# \x2339 APL FUNCTIONAL SYMBOL QUAD DIVIDE 
-# \x233A APL FUNCTIONAL SYMBOL QUAD DIAMOND 
-# \x233B APL FUNCTIONAL SYMBOL QUAD JOT 
-# \x233C APL FUNCTIONAL SYMBOL QUAD CIRCLE 
-# \x233D APL FUNCTIONAL SYMBOL CIRCLE STILE 
-# \x233E APL FUNCTIONAL SYMBOL CIRCLE JOT 
-# \x233F APL FUNCTIONAL SYMBOL SLASH BAR 
-# \x2340 APL FUNCTIONAL SYMBOL BACKSLASH BAR 
-# \x2341 APL FUNCTIONAL SYMBOL QUAD SLASH 
-# \x2342 APL FUNCTIONAL SYMBOL QUAD BACKSLASH 
-# \x2343 APL FUNCTIONAL SYMBOL QUAD LESS-THAN 
-# \x2344 APL FUNCTIONAL SYMBOL QUAD GREATER-THAN 
-# \x2345 APL FUNCTIONAL SYMBOL LEFTWARDS VANE 
-# \x2346 APL FUNCTIONAL SYMBOL RIGHTWARDS VANE 
-# \x2347 APL FUNCTIONAL SYMBOL QUAD LEFTWARDS ARROW 
-# \x2348 APL FUNCTIONAL SYMBOL QUAD RIGHTWARDS ARROW 
-# \x2349 APL FUNCTIONAL SYMBOL CIRCLE BACKSLASH 
-# \x234A APL FUNCTIONAL SYMBOL DOWN TACK UNDERBAR * 
-# \x234B APL FUNCTIONAL SYMBOL DELTA STILE 
-# \x234C APL FUNCTIONAL SYMBOL QUAD DOWN CARET 
-# \x234D APL FUNCTIONAL SYMBOL QUAD DELTA 
-# \x234E APL FUNCTIONAL SYMBOL DOWN TACK JOT * 
-# \x234F APL FUNCTIONAL SYMBOL UPWARDS VANE 
-# \x2350 APL FUNCTIONAL SYMBOL QUAD UPWARDS ARROW 
-# \x2351 APL FUNCTIONAL SYMBOL UP TACK OVERBAR * 
-# \x2352 APL FUNCTIONAL SYMBOL DEL STILE 
-# \x2353 APL FUNCTIONAL SYMBOL QUAD UP CARET 
-# \x2354 APL FUNCTIONAL SYMBOL QUAD DEL 
-# \x2355 APL FUNCTIONAL SYMBOL UP TACK JOT * 
-# \x2356 APL FUNCTIONAL SYMBOL DOWNWARDS VANE 
-# \x2357 APL FUNCTIONAL SYMBOL QUAD DOWNWARDS ARROW 
-# \x2358 APL FUNCTIONAL SYMBOL QUOTE UNDERBAR 
-# \x2359 APL FUNCTIONAL SYMBOL DELTA UNDERBAR 
-# \x235A APL FUNCTIONAL SYMBOL DIAMOND UNDERBAR 
-# \x235B APL FUNCTIONAL SYMBOL JOT UNDERBAR 
-# \x235C APL FUNCTIONAL SYMBOL CIRCLE UNDERBAR 
-# \x235D APL FUNCTIONAL SYMBOL UP SHOE JOT 
-# \x235E APL FUNCTIONAL SYMBOL QUOTE QUAD 
-# \x235F APL FUNCTIONAL SYMBOL CIRCLE STAR 
-# \x2360 APL FUNCTIONAL SYMBOL QUAD COLON 
-# \x2361 APL FUNCTIONAL SYMBOL UP TACK DIAERESIS * 
-# \x2362 APL FUNCTIONAL SYMBOL DEL DIAERESIS 
-# \x2363 APL FUNCTIONAL SYMBOL STAR DIAERESIS 
-# \x2364 APL FUNCTIONAL SYMBOL JOT DIAERESIS 
-# \x2365 APL FUNCTIONAL SYMBOL CIRCLE DIAERESIS 
-# \x2366 APL FUNCTIONAL SYMBOL DOWN SHOE STILE 
-# \x2367 APL FUNCTIONAL SYMBOL LEFT SHOE STILE 
-# \x2368 APL FUNCTIONAL SYMBOL TILDE DIAERESIS 
-# \x2369 APL FUNCTIONAL SYMBOL GREATER-THAN DIAERESIS 
-# \x236A APL FUNCTIONAL SYMBOL COMMA BAR 
-# \x236B APL FUNCTIONAL SYMBOL DEL TILDE 
-# \x236C APL FUNCTIONAL SYMBOL ZILDE 
-# \x236D APL FUNCTIONAL SYMBOL STILE TILDE 
-# \x236E APL FUNCTIONAL SYMBOL SEMICOLON UNDERBAR 
-# \x236F APL FUNCTIONAL SYMBOL QUAD NOT EQUAL 
-# \x2370 APL FUNCTIONAL SYMBOL QUAD QUESTION 
-# \x2371 APL FUNCTIONAL SYMBOL DOWN CARET TILDE 
-# \x2372 APL FUNCTIONAL SYMBOL UP CARET TILDE 
-# \x2373 APL FUNCTIONAL SYMBOL IOTA 
-# \x2374 APL FUNCTIONAL SYMBOL RHO 
-# \x2375 APL FUNCTIONAL SYMBOL OMEGA 
-# \x2376 APL FUNCTIONAL SYMBOL ALPHA UNDERBAR 
-# \x2377 APL FUNCTIONAL SYMBOL EPSILON UNDERBAR 
-# \x2378 APL FUNCTIONAL SYMBOL IOTA UNDERBAR 
-# \x2379 APL FUNCTIONAL SYMBOL OMEGA UNDERBAR 
-# \x237A APL FUNCTIONAL SYMBOL ALPHA 
-# \x237B NOT CHECK MARK 
-# \x237C RIGHT ANGLE WITH DOWNWARDS ZIGZAG ARROW 
-# \x237D SHOULDERED OPEN BOX 
-# \x237E BELL SYMBOL 
-# \x237F VERTICAL LINE WITH MIDDLE DOT 
-# \x2380 INSERTION SYMBOL 
-# \x2381 CONTINUOUS UNDERLINE SYMBOL 
-# \x2382 DISCONTINUOUS UNDERLINE SYMBOL 
-# \x2383 EMPHASIS SYMBOL 
-# \x2384 COMPOSITION SYMBOL 
-# \x2385 WHITE SQUARE WITH CENTRE VERTICAL LINE 
-# \x2386 ENTER SYMBOL 
-# \x2387 ALTERNATIVE KEY SYMBOL 
-# \x2388 HELM SYMBOL 
-# \x2389 CIRCLED HORIZONTAL BAR WITH NOTCH pause 
-# \x238A CIRCLED TRIANGLE DOWN break 
-# \x238B BROKEN CIRCLE WITH NORTHWEST ARROW escape 
-# \x238C UNDO SYMBOL 
-# \x238D MONOSTABLE SYMBOL 
-# \x238E HYSTERESIS SYMBOL 
-# \x238F OPEN-CIRCUIT-OUTPUT H-TYPE SYMBOL 
-# \x2390 OPEN-CIRCUIT-OUTPUT L-TYPE SYMBOL 
-# \x2391 PASSIVE-PULL-DOWN-OUTPUT SYMBOL 
-# \x2392 PASSIVE-PULL-UP-OUTPUT SYMBOL 
-# \x2393 DIRECT CURRENT SYMBOL FORM TWO 
-# \x2394 SOFTWARE-FUNCTION SYMBOL 
-# \x2395 APL FUNCTIONAL SYMBOL QUAD 
-# \x2396 DECIMAL SEPARATOR KEY SYMBOL 
-# \x2397 PREVIOUS PAGE 
-# \x2398 NEXT PAGE 
-# \x2399 PRINT SCREEN SYMBOL 
-# \x239A CLEAR SCREEN SYMBOL 
-# \x239B LEFT PARENTHESIS UPPER HOOK 
-# \x239C LEFT PARENTHESIS EXTENSION 
-# \x239D LEFT PARENTHESIS LOWER HOOK 
-# \x239E RIGHT PARENTHESIS UPPER HOOK 
-# \x239F RIGHT PARENTHESIS EXTENSION 
-# \x23A0 RIGHT PARENTHESIS LOWER HOOK 
-# \x23A1 LEFT SQUARE BRACKET UPPER CORNER 
-# \x23A2 LEFT SQUARE BRACKET EXTENSION 
-# \x23A3 LEFT SQUARE BRACKET LOWER CORNER 
-# \x23A4 RIGHT SQUARE BRACKET UPPER CORNER 
-# \x23A5 RIGHT SQUARE BRACKET EXTENSION 
-# \x23A6 RIGHT SQUARE BRACKET LOWER CORNER 
-# \x23A7 LEFT CURLY BRACKET UPPER HOOK 
-# \x23A8 LEFT CURLY BRACKET MIDDLE PIECE 
-# \x23A9 LEFT CURLY BRACKET LOWER HOOK 
-# \x23AA CURLY BRACKET EXTENSION 
-# \x23AB RIGHT CURLY BRACKET UPPER HOOK 
-# \x23AC RIGHT CURLY BRACKET MIDDLE PIECE 
-# \x23AD RIGHT CURLY BRACKET LOWER HOOK 
-# \x23AE INTEGRAL EXTENSION 
-# \x23AF HORIZONTAL LINE EXTENSION 
-# \x23B0 UPPER LEFT OR LOWER RIGHT CURLY BRACKET SECTION 
-# \x23B1 UPPER RIGHT OR LOWER LEFT CURLY BRACKET SECTION 
-# \x23B2 SUMMATION TOP 
-# \x23B3 SUMMATION BOTTOM 
-# \x23B4 TOP SQUARE BRACKET 
-# \x23B5 BOTTOM SQUARE BRACKET Pe 
-# \x23B6 BOTTOM SQUARE BRACKET OVER TOP SQUARE BRACKET 
-# \x23B7 RADICAL SYMBOL BOTTOM 
-# \x23B8 LEFT VERTICAL BOX LINE 
-# \x23B9 RIGHT VERTICAL BOX LINE 
-# \x23BA HORIZONTAL SCAN LINE-1 
-# \x23BB HORIZONTAL SCAN LINE-3 
-# \x23BC HORIZONTAL SCAN LINE-7 
-# \x23BD HORIZONTAL SCAN LINE-9 
-# \x23BE DENTISTRY SYMBOL LIGHT VERTICAL AND TOP RIGHT 
-# \x23BF DENTISTRY SYMBOL LIGHT VERTICAL AND BOTTOM RIGHT 
-# \x23C0 DENTISTRY SYMBOL LIGHT VERTICAL WITH CIRCLE 
-# \x23C1 DENTISTRY SYMBOL LIGHT DOWN AND HORIZONTAL WITH CIRCLE 
-# \x23C2 DENTISTRY SYMBOL LIGHT UP AND HORIZONTAL WITH CIRCLE 
-# \x23C3 DENTISTRY SYMBOL LIGHT VERTICAL WITH TRIANGLE 
-# \x23C4 DENTISTRY SYMBOL LIGHT DOWN AND HORIZONTAL WITH TRIANGLE 
-# \x 
-# \x23C5 DENTISTRY SYMBOL LIGHT UP AND HORIZONTAL WITH TRIANGLE 
-# \x23C6 DENTISTRY SYMBOL LIGHT VERTICAL AND WAVE 
-# \x23C7 DENTISTRY SYMBOL LIGHT DOWN AND HORIZONTAL WITH WAVE 
-# \x23C8 DENTISTRY SYMBOL LIGHT UP AND HORIZONTAL WITH WAVE 
-# \x23C9 DENTISTRY SYMBOL LIGHT DOWN AND HORIZONTAL 
-# \x23CA DENTISTRY SYMBOL LIGHT UP AND HORIZONTAL 
-# \x23CB DENTISTRY SYMBOL LIGHT VERTICAL AND TOP LEFT 
-# \x23CC DENTISTRY SYMBOL LIGHT VERTICAL AND BOTTOM LEFT 
-# \x23CD SQUARE FOOT 
-# \x23CE RETURN SYMBOL 
-# \x23CF EJECT SYMBOL 
-# \x23D0 VERTICAL LINE EXTENSION 
-# \x2400 SYMBOL FOR NULL GRAPHIC FOR NULL 
-# \x2401 SYMBOL FOR START OF HEADING GRAPHIC FOR START OF HEADING 
-# \x2402 SYMBOL FOR START OF TEXT GRAPHIC FOR START OF TEXT 
-# \x2403 SYMBOL FOR END OF TEXT GRAPHIC FOR END OF TEXT 
-# \x2404 SYMBOL FOR END OF TRANSMISSION GRAPHIC FOR END OF TRANSMISSI
-# \xON 
-# \x2405 SYMBOL FOR ENQUIRY GRAPHIC FOR ENQUIRY 
-# \x2406 SYMBOL FOR ACKNOWLEDGE GRAPHIC FOR ACKNOWLEDGE 
-# \x2407 SYMBOL FOR BELL GRAPHIC FOR BELL 
-# \x2408 SYMBOL FOR BACKSPACE GRAPHIC FOR BACKSPACE 
-# \x2409 SYMBOL FOR HORIZONTAL TABULATION GRAPHIC FOR HORIZONTAL TABU
-# \xLATION 
-# \x240A SYMBOL FOR LINE FEED GRAPHIC FOR LINE FEED 
-# \x240B SYMBOL FOR VERTICAL TABULATION GRAPHIC FOR VERTICAL TABULATI
-# \xON 
-# \x240C SYMBOL FOR FORM FEED GRAPHIC FOR FORM FEED 
-# \x240D SYMBOL FOR CARRIAGE RETURN GRAPHIC FOR CARRIAGE RETURN 
-# \x240E SYMBOL FOR SHIFT OUT GRAPHIC FOR SHIFT OUT 
-# \x240F SYMBOL FOR SHIFT IN GRAPHIC FOR SHIFT IN 
-# \x2410 SYMBOL FOR DATA LINK ESCAPE GRAPHIC FOR DATA LINK ESCAPE 
-# \x2411 SYMBOL FOR DEVICE CONTROL ONE GRAPHIC FOR DEVICE CONTROL ONE
-# \x 
-# \x2412 SYMBOL FOR DEVICE CONTROL TWO GRAPHIC FOR DEVICE CONTROL TWO
-# \x 
-# \x2413 SYMBOL FOR DEVICE CONTROL THREE GRAPHIC FOR DEVICE CONTROL T
-# \xHREE 
-# \x2414 SYMBOL FOR DEVICE CONTROL FOUR GRAPHIC FOR DEVICE CONTROL FO
-# \xUR 
-# \x2415 SYMBOL FOR NEGATIVE ACKNOWLEDGE GRAPHIC FOR NEGATIVE ACKNOWL
-# \xEDGE 
-# \x2416 SYMBOL FOR SYNCHRONOUS IDLE GRAPHIC FOR SYNCHRONOUS IDLE 
-# \x2417 SYMBOL FOR END OF TRANSMISSION BLOCK GRAPHIC FOR END OF TRAN
-# \xSMISSION BLOCK 
-# \x2418 SYMBOL FOR CANCEL GRAPHIC FOR CANCEL 
-# \x2419 SYMBOL FOR END OF MEDIUM GRAPHIC FOR END OF MEDIUM 
-# \x241A SYMBOL FOR SUBSTITUTE GRAPHIC FOR SUBSTITUTE 
-# \x241B SYMBOL FOR ESCAPE GRAPHIC FOR ESCAPE 
-# \x241C SYMBOL FOR FILE SEPARATOR GRAPHIC FOR FILE SEPARATOR 
-# \x241D SYMBOL FOR GROUP SEPARATOR GRAPHIC FOR GROUP SEPARATOR 
-# \x241E SYMBOL FOR RECORD SEPARATOR GRAPHIC FOR RECORD SEPARATOR 
-# \x241F SYMBOL FOR UNIT SEPARATOR GRAPHIC FOR UNIT SEPARATOR 
-# \x2420 SYMBOL FOR SPACE GRAPHIC FOR SPACE 
-# \x2421 SYMBOL FOR DELETE GRAPHIC FOR DELETE 
-# \x2422 BLANK SYMBOL BLANK 
-# \x2423 OPEN BOX 
-# \x2424 SYMBOL FOR NEWLINE GRAPHIC FOR NEWLINE 
-# \x2425 SYMBOL FOR DELETE FORM TWO 
-# \x2426 SYMBOL FOR SUBSTITUTE FORM TWO 
-# \x2440 OCR HOOK 
-# \x2441 OCR CHAIR 
-# \x2442 OCR FORK 
-# \x2443 OCR INVERTED FORK 
-# \x2444 OCR BELT BUCKLE 
-# \x2445 OCR BOW TIE 
-# \x2446 OCR BRANCH BANK IDENTIFICATION 
-# \x2447 OCR AMOUNT OF CHECK 
-# \x2448 OCR DASH 
-# \x2449 OCR CUSTOMER ACCOUNT NUMBER 
-# \x244A OCR DOUBLE BACKSLASH 
-# \x2460 CIRCLED DIGIT ONE No <circle> 0031 1 1 
-# \x2461 CIRCLED DIGIT TWO No <circle> 0032 2 2 
-# \x2462 CIRCLED DIGIT THREE No <circle> 0033 3 3 
-# \x2463 CIRCLED DIGIT FOUR No <circle> 0034 4 4 
-# \x2464 CIRCLED DIGIT FIVE No <circle> 0035 5 5 
-# \x2465 CIRCLED DIGIT SIX No <circle> 0036 6 6 
-# \x2466 CIRCLED DIGIT SEVEN No <circle> 0037 7 7 
-# \x2467 CIRCLED DIGIT EIGHT No <circle> 0038 8 8 
-# \x2468 CIRCLED DIGIT NINE No <circle> 0039 9 9 
-# \x2469 CIRCLED NUMBER TEN No <circle> 0031 0030 10 
-# \x246A CIRCLED NUMBER ELEVEN No <circle> 0031 0031 11 
-# \x246B CIRCLED NUMBER TWELVE No <circle> 0031 0032 12 
-# \x246C CIRCLED NUMBER THIRTEEN No <circle> 0031 0033 13 
-# \x246D CIRCLED NUMBER FOURTEEN No <circle> 0031 0034 14 
-# \x246E CIRCLED NUMBER FIFTEEN No <circle> 0031 0035 15 
-# \x246F CIRCLED NUMBER SIXTEEN No <circle> 0031 0036 16 
-# \x2470 CIRCLED NUMBER SEVENTEEN No <circle> 0031 0037 17 
-# \x2471 CIRCLED NUMBER EIGHTEEN No <circle> 0031 0038 18 
-# \x2472 CIRCLED NUMBER NINETEEN No <circle> 0031 0039 19 
-# \x2473 CIRCLED NUMBER TWENTY No <circle> 0032 0030 20 
-# \x2474 PARENTHESIZED DIGIT ONE No 0028 0031 0029 1 1 
-# \x2475 PARENTHESIZED DIGIT TWO No 0028 0032 0029 2 2 
-# \x2476 PARENTHESIZED DIGIT THREE No 0028 0033 0029 3 3 
-# \x2477 PARENTHESIZED DIGIT FOUR No 0028 0034 0029 4 4 
-# \x2478 PARENTHESIZED DIGIT FIVE No 0028 0035 0029 5 5 
-# \x2479 PARENTHESIZED DIGIT SIX No 0028 0036 0029 6 6 
-# \x247A PARENTHESIZED DIGIT SEVEN No 0028 0037 0029 7 7 
-# \x247B PARENTHESIZED DIGIT EIGHT No 0028 0038 0029 8 8 
-# \x247C PARENTHESIZED DIGIT NINE No 0028 0039 0029 9 9 
-# \x247D PARENTHESIZED NUMBER TEN No 0028 0031 0030 0029 10 
-# \x247E PARENTHESIZED NUMBER ELEVEN No 0028 0031 0031 0029 11 
-# \x 
-# \x247F PARENTHESIZED NUMBER TWELVE No 0028 0031 0032 0029 12 
-# \x 
-# \x2480 PARENTHESIZED NUMBER THIRTEEN No 0028 0031 0033 0029 13 
-# \x 
-# \x2481 PARENTHESIZED NUMBER FOURTEEN No 0028 0031 0034 0029 14 
-# \x 
-# \x2482 PARENTHESIZED NUMBER FIFTEEN No 0028 0031 0035 0029 15 
-# \x 
-# \x2483 PARENTHESIZED NUMBER SIXTEEN No 0028 0031 0036 0029 16 
-# \x 
-# \x2484 PARENTHESIZED NUMBER SEVENTEEN No 0028 0031 0037 0029 17 N
-# \x 
-# \x2485 PARENTHESIZED NUMBER EIGHTEEN No 0028 0031 0038 0029 18 
-# \x 
-# \x2486 PARENTHESIZED NUMBER NINETEEN No 0028 0031 0039 0029 19 
-# \x 
-# \x2487 PARENTHESIZED NUMBER TWENTY No 0028 0032 0030 0029 20 
-# \x 
-# \x2488 DIGIT ONE FULL STOP 0031 002E 1 1 DIGIT ONE PERIOD 
-# \x2489 DIGIT TWO FULL STOP 0032 002E 2 2 DIGIT TWO PERIOD 
-# \x248A DIGIT THREE FULL STOP 0033 002E 3 3 DIGIT THREE PERIOD
-# \x 
-# \x248B DIGIT FOUR FULL STOP 0034 002E 4 4 DIGIT FOUR PERIOD 
-# \x 
-# \x248C DIGIT FIVE FULL STOP 0035 002E 5 5 DIGIT FIVE PERIOD 
-# \x 
-# \x248D DIGIT SIX FULL STOP 0036 002E 6 6 DIGIT SIX PERIOD 
-# \x248E DIGIT SEVEN FULL STOP 0037 002E 7 7 DIGIT SEVEN PERIOD
-# \x 
-# \x248F DIGIT EIGHT FULL STOP 0038 002E 8 8 DIGIT EIGHT PERIOD
-# \x 
-# \x2490 DIGIT NINE FULL STOP 0039 002E 9 9 DIGIT NINE PERIOD 
-# \x 
-# \x2491 NUMBER TEN FULL STOP 0031 0030 002E 10 NUMBER TEN PER
-# \xIOD 
-# \x2492 NUMBER ELEVEN FULL STOP 0031 0031 002E 11 NUMBER ELEV
-# \xEN PERIOD 
-# \x2493 NUMBER TWELVE FULL STOP 0031 0032 002E 12 NUMBER TWEL
-# \xVE PERIOD 
-# \x2494 NUMBER THIRTEEN FULL STOP 0031 0033 002E 13 NUMBER TH
-# \xIRTEEN PERIOD 
-# \x2495 NUMBER FOURTEEN FULL STOP 0031 0034 002E 14 NUMBER FO
-# \xURTEEN PERIOD 
-# \x2496 NUMBER FIFTEEN FULL STOP 0031 0035 002E 15 NUMBER FIF
-# \xTEEN PERIOD 
-# \x2497 NUMBER SIXTEEN FULL STOP 0031 0036 002E 16 NUMBER SIX
-# \xTEEN PERIOD 
-# \x2498 NUMBER SEVENTEEN FULL STOP 0031 0037 002E 17 NUMBER S
-# \xEVENTEEN PERIOD 
-# \x2499 NUMBER EIGHTEEN FULL STOP 0031 0038 002E 18 NUMBER EI
-# \xGHTEEN PERIOD 
-# \x249A NUMBER NINETEEN FULL STOP 0031 0039 002E 19 NUMBER NI
-# \xNETEEN PERIOD 
-# \x249B NUMBER TWENTY FULL STOP 0032 0030 002E 20 NUMBER TWEN
-# \xTY PERIOD 
-# \x249C PARENTHESIZED LATIN SMALL LETTER A 0028 0061 0029 
-# \x 
-# \x249D PARENTHESIZED LATIN SMALL LETTER B 0028 0062 0029 
-# \x 
-# \x249E PARENTHESIZED LATIN SMALL LETTER C 0028 0063 0029 
-# \x 
-# \x249F PARENTHESIZED LATIN SMALL LETTER D 0028 0064 0029 
-# \x 
-# \x24A0 PARENTHESIZED LATIN SMALL LETTER E 0028 0065 0029 
-# \x 
-# \x24A1 PARENTHESIZED LATIN SMALL LETTER F 0028 0066 0029 
-# \x 
-# \x24A2 PARENTHESIZED LATIN SMALL LETTER G 0028 0067 0029 
-# \x 
-# \x24A3 PARENTHESIZED LATIN SMALL LETTER H 0028 0068 0029 
-# \x 
-# \x24A4 PARENTHESIZED LATIN SMALL LETTER I 0028 0069 0029 
-# \x 
-# \x24A5 PARENTHESIZED LATIN SMALL LETTER J 0028 006A 0029 
-# \x 
-# \x24A6 PARENTHESIZED LATIN SMALL LETTER K 0028 006B 0029 
-# \x 
-# \x24A7 PARENTHESIZED LATIN SMALL LETTER 0028 006C 0029 
-# \x 
-# \x24A8 PARENTHESIZED LATIN SMALL LETTER M 0028 006D 0029 
-# \x 
-# \x24A9 PARENTHESIZED LATIN SMALL LETTER 0028 006E 0029 
-# \x 
-# \x24AA PARENTHESIZED LATIN SMALL LETTER O 0028 006F 0029 
-# \x 
-# \x24AB PARENTHESIZED LATIN SMALL LETTER P 0028 0070 0029 
-# \x 
-# \x24AC PARENTHESIZED LATIN SMALL LETTER Q 0028 0071 0029 
-# \x 
-# \x24AD PARENTHESIZED LATIN SMALL LETTER 0028 0072 0029 
-# \x 
-# \x24AE PARENTHESIZED LATIN SMALL LETTER S 0028 0073 0029 
-# \x 
-# \x24AF PARENTHESIZED LATIN SMALL LETTER T 0028 0074 0029 
-# \x 
-# \x24B0 PARENTHESIZED LATIN SMALL LETTER U 0028 0075 0029 
-# \x 
-# \x24B1 PARENTHESIZED LATIN SMALL LETTER V 0028 0076 0029 
-# \x 
-# \x24B2 PARENTHESIZED LATIN SMALL LETTER W 0028 0077 0029 
-# \x 
-# \x24B3 PARENTHESIZED LATIN SMALL LETTER X 0028 0078 0029 
-# \x 
-# \x24B4 PARENTHESIZED LATIN SMALL LETTER Y 0028 0079 0029 
-# \x 
-# \x24B5 PARENTHESIZED LATIN SMALL LETTER Z 0028 007A 0029 
-# \x 
-# \x24B6 CIRCLED LATIN CAPITAL LETTER A <circle> 0041 24D0 
-# \x24B7 CIRCLED LATIN CAPITAL LETTER B <circle> 0042 24D1 
-# \x24B8 CIRCLED LATIN CAPITAL LETTER C <circle> 0043 24D2 
-# \x24B9 CIRCLED LATIN CAPITAL LETTER D <circle> 0044 24D3 
-# \x24BA CIRCLED LATIN CAPITAL LETTER E <circle> 0045 24D4 
-# \x24BB CIRCLED LATIN CAPITAL LETTER F <circle> 0046 24D5 
-# \x24BC CIRCLED LATIN CAPITAL LETTER G <circle> 0047 24D6 
-# \x24BD CIRCLED LATIN CAPITAL LETTER H <circle> 0048 24D7 
-# \x24BE CIRCLED LATIN CAPITAL LETTER I <circle> 0049 24D8 
-# \x24BF CIRCLED LATIN CAPITAL LETTER J <circle> 004A 24D9 
-# \x24C0 CIRCLED LATIN CAPITAL LETTER K <circle> 004B 24DA 
-# \x24C1 CIRCLED LATIN CAPITAL LETTER <circle> 004C 24DB 
-# \x24C2 CIRCLED LATIN CAPITAL LETTER M <circle> 004D 24DC 
-# \x24C3 CIRCLED LATIN CAPITAL LETTER <circle> 004E 24DD 
-# \x24C4 CIRCLED LATIN CAPITAL LETTER O <circle> 004F 24DE 
-# \x24C5 CIRCLED LATIN CAPITAL LETTER P <circle> 0050 24DF 
-# \x24C6 CIRCLED LATIN CAPITAL LETTER Q <circle> 0051 24E0 
-# \x24C7 CIRCLED LATIN CAPITAL LETTER <circle> 0052 24E1 
-# \x24C8 CIRCLED LATIN CAPITAL LETTER S <circle> 0053 24E2 
-# \x24C9 CIRCLED LATIN CAPITAL LETTER T <circle> 0054 24E3 
-# \x24CA CIRCLED LATIN CAPITAL LETTER U <circle> 0055 24E4 
-# \x24CB CIRCLED LATIN CAPITAL LETTER V <circle> 0056 24E5 
-# \x24CC CIRCLED LATIN CAPITAL LETTER W <circle> 0057 24E6 
-# \x24CD CIRCLED LATIN CAPITAL LETTER X <circle> 0058 24E7 
-# \x24CE CIRCLED LATIN CAPITAL LETTER Y <circle> 0059 24E8 
-# \x24CF CIRCLED LATIN CAPITAL LETTER Z <circle> 005A 24E9 
-# \x24D0 CIRCLED LATIN SMALL LETTER A <circle> 0061 24B6 24B6
-# \x24D1 CIRCLED LATIN SMALL LETTER B <circle> 0062 24B7 24B7
-# \x24D2 CIRCLED LATIN SMALL LETTER C <circle> 0063 24B8 24B8
-# \x24D3 CIRCLED LATIN SMALL LETTER D <circle> 0064 24B9 24B9
-# \x24D4 CIRCLED LATIN SMALL LETTER E <circle> 0065 24BA 24BA
-# \x24D5 CIRCLED LATIN SMALL LETTER F <circle> 0066 24BB 24BB
-# \x24D6 CIRCLED LATIN SMALL LETTER G <circle> 0067 24BC 24BC
-# \x24D7 CIRCLED LATIN SMALL LETTER H <circle> 0068 24BD 24BD
-# \x24D8 CIRCLED LATIN SMALL LETTER I <circle> 0069 24BE 24BE
-# \x24D9 CIRCLED LATIN SMALL LETTER J <circle> 006A 24BF 24BF
-# \x24DA CIRCLED LATIN SMALL LETTER K <circle> 006B 24C0 24C0
-# \x24DB CIRCLED LATIN SMALL LETTER <circle> 006C 24C1 24C1
-# \x24DC CIRCLED LATIN SMALL LETTER M <circle> 006D 24C2 24C2
-# \x24DD CIRCLED LATIN SMALL LETTER <circle> 006E 24C3 24C3
-# \x24DE CIRCLED LATIN SMALL LETTER O <circle> 006F 24C4 24C4
-# \x24DF CIRCLED LATIN SMALL LETTER P <circle> 0070 24C5 24C5
-# \x24E0 CIRCLED LATIN SMALL LETTER Q <circle> 0071 24C6 24C6
-# \x24E1 CIRCLED LATIN SMALL LETTER <circle> 0072 24C7 24C7
-# \x24E2 CIRCLED LATIN SMALL LETTER S <circle> 0073 24C8 24C8
-# \x24E3 CIRCLED LATIN SMALL LETTER T <circle> 0074 24C9 24C9
-# \x24E4 CIRCLED LATIN SMALL LETTER U <circle> 0075 24CA 24CA
-# \x24E5 CIRCLED LATIN SMALL LETTER V <circle> 0076 24CB 24CB
-# \x24E6 CIRCLED LATIN SMALL LETTER W <circle> 0077 24CC 24CC
-# \x24E7 CIRCLED LATIN SMALL LETTER X <circle> 0078 24CD 24CD
-# \x24E8 CIRCLED LATIN SMALL LETTER Y <circle> 0079 24CE 24CE
-# \x24E9 CIRCLED LATIN SMALL LETTER Z <circle> 007A 24CF 24CF
-# \x24EA CIRCLED DIGIT ZERO No <circle> 0030 0 
-# \x24EB NEGATIVE CIRCLED NUMBER ELEVEN No 11 
-# \x24EC NEGATIVE CIRCLED NUMBER TWELVE No 12 
-# \x24ED NEGATIVE CIRCLED NUMBER THIRTEEN No 13 
-# \x24EE NEGATIVE CIRCLED NUMBER FOURTEEN No 14 
-# \x24EF NEGATIVE CIRCLED NUMBER FIFTEEN No 15 
-# \x24F0 NEGATIVE CIRCLED NUMBER SIXTEEN No 16 
-# \x24F1 NEGATIVE CIRCLED NUMBER SEVENTEEN No 17 
-# \x24F2 NEGATIVE CIRCLED NUMBER EIGHTEEN No 18 
-# \x24F3 NEGATIVE CIRCLED NUMBER NINETEEN No 19 
-# \x24F4 NEGATIVE CIRCLED NUMBER TWENTY No 20 
-# \x24F5 DOUBLE CIRCLED DIGIT ONE No 1 1 
-# \x24F6 DOUBLE CIRCLED DIGIT TWO No 2 2 
-# \x24F7 DOUBLE CIRCLED DIGIT THREE No 3 3 
-# \x24F8 DOUBLE CIRCLED DIGIT FOUR No 4 4 
-# \x24F9 DOUBLE CIRCLED DIGIT FIVE No 5 5 
-# \x24FA DOUBLE CIRCLED DIGIT SIX No 6 6 
-# \x24FB DOUBLE CIRCLED DIGIT SEVEN No 7 7 
-# \x24FC DOUBLE CIRCLED DIGIT EIGHT No 8 8 
-# \x24FD DOUBLE CIRCLED DIGIT NINE No 9 9 
-# \x24FE DOUBLE CIRCLED NUMBER TEN No 10 
-# \x24FF NEGATIVE CIRCLED DIGIT ZERO No 0 
-# \x2500 BOX DRAWINGS LIGHT HORIZONTAL FORMS LIGHT HORIZONTAL 
-# \x2501 BOX DRAWINGS HEAVY HORIZONTAL FORMS HEAVY HORIZONTAL 
-# \x2502 BOX DRAWINGS LIGHT VERTICAL FORMS LIGHT VERTICAL 
-# \x2503 BOX DRAWINGS HEAVY VERTICAL FORMS HEAVY VERTICAL 
-# \x2504 BOX DRAWINGS LIGHT TRIPLE DASH HORIZONTAL FORMS LIGHT TRIPLE
-# \x DASH HORIZONTAL 
-# \x2505 BOX DRAWINGS HEAVY TRIPLE DASH HORIZONTAL FORMS HEAVY TRIPLE
-# \x DASH HORIZONTAL 
-# \x2506 BOX DRAWINGS LIGHT TRIPLE DASH VERTICAL FORMS LIGHT TRIPLE D
-# \xASH VERTICAL 
-# \x2507 BOX DRAWINGS HEAVY TRIPLE DASH VERTICAL FORMS HEAVY TRIPLE D
-# \xASH VERTICAL 
-# \x2508 BOX DRAWINGS LIGHT QUADRUPLE DASH HORIZONTAL FORMS LIGHT QUA
-# \xDRUPLE DASH HORIZONTAL 
-# \x2509 BOX DRAWINGS HEAVY QUADRUPLE DASH HORIZONTAL FORMS HEAVY QUA
-# \xDRUPLE DASH HORIZONTAL 
-# \x250A BOX DRAWINGS LIGHT QUADRUPLE DASH VERTICAL FORMS LIGHT QUADR
-# \xUPLE DASH VERTICAL 
-# \x250B BOX DRAWINGS HEAVY QUADRUPLE DASH VERTICAL FORMS HEAVY QUADR
-# \xUPLE DASH VERTICAL 
-# \x250C BOX DRAWINGS LIGHT DOWN AND RIGHT FORMS LIGHT DOWN AND RIGHT
-# \x 
-# \x250D BOX DRAWINGS DOWN LIGHT AND RIGHT HEAVY FORMS DOWN LIGHT AND
-# \x RIGHT HEAVY 
-# \x250E BOX DRAWINGS DOWN HEAVY AND RIGHT LIGHT FORMS DOWN HEAVY AND
-# \x RIGHT LIGHT 
-# \x250F BOX DRAWINGS HEAVY DOWN AND RIGHT FORMS HEAVY DOWN AND RIGHT
-# \x 
-# \x2510 BOX DRAWINGS LIGHT DOWN AND LEFT FORMS LIGHT DOWN AND LEFT 
-# \x 
-# \x2511 BOX DRAWINGS DOWN LIGHT AND LEFT HEAVY FORMS DOWN LIGHT AND 
-# \xLEFT HEAVY 
-# \x2512 BOX DRAWINGS DOWN HEAVY AND LEFT LIGHT FORMS DOWN HEAVY AND 
-# \xLEFT LIGHT 
-# \x2513 BOX DRAWINGS HEAVY DOWN AND LEFT FORMS HEAVY DOWN AND LEFT 
-# \x 
-# \x2514 BOX DRAWINGS LIGHT UP AND RIGHT FORMS LIGHT UP AND RIGHT 
-# \x2515 BOX DRAWINGS UP LIGHT AND RIGHT HEAVY FORMS UP LIGHT AND RIG
-# \xHT HEAVY 
-# \x2516 BOX DRAWINGS UP HEAVY AND RIGHT LIGHT FORMS UP HEAVY AND RIG
-# \xHT LIGHT 
-# \x2517 BOX DRAWINGS HEAVY UP AND RIGHT FORMS HEAVY UP AND RIGHT 
-# \x2518 BOX DRAWINGS LIGHT UP AND LEFT FORMS LIGHT UP AND LEFT 
-# \x2519 BOX DRAWINGS UP LIGHT AND LEFT HEAVY FORMS UP LIGHT AND LEFT
-# \x HEAVY 
-# \x251A BOX DRAWINGS UP HEAVY AND LEFT LIGHT FORMS UP HEAVY AND LEFT
-# \x LIGHT 
-# \x251B BOX DRAWINGS HEAVY UP AND LEFT FORMS HEAVY UP AND LEFT 
-# \x251C BOX DRAWINGS LIGHT VERTICAL AND RIGHT FORMS LIGHT VERTICAL A
-# \xND RIGHT 
-# \x251D BOX DRAWINGS VERTICAL LIGHT AND RIGHT HEAVY FORMS VERTICAL L
-# \xIGHT AND RIGHT HEAVY 
-# \x251E BOX DRAWINGS UP HEAVY AND RIGHT DOWN LIGHT FORMS UP HEAVY AN
-# \xD RIGHT DOWN LIGHT 
-# \x251F BOX DRAWINGS DOWN HEAVY AND RIGHT UP LIGHT FORMS DOWN HEAVY 
-# \xAND RIGHT UP LIGHT 
-# \x2520 BOX DRAWINGS VERTICAL HEAVY AND RIGHT LIGHT FORMS VERTICAL H
-# \xEAVY AND RIGHT LIGHT 
-# \x2521 BOX DRAWINGS DOWN LIGHT AND RIGHT UP HEAVY FORMS DOWN LIGHT 
-# \xAND RIGHT UP HEAVY 
-# \x2522 BOX DRAWINGS UP LIGHT AND RIGHT DOWN HEAVY FORMS UP LIGHT AN
-# \xD RIGHT DOWN HEAVY 
-# \x2523 BOX DRAWINGS HEAVY VERTICAL AND RIGHT FORMS HEAVY VERTICAL A
-# \xND RIGHT 
-# \x2524 BOX DRAWINGS LIGHT VERTICAL AND LEFT FORMS LIGHT VERTICAL AN
-# \xD LEFT 
-# \x2525 BOX DRAWINGS VERTICAL LIGHT AND LEFT HEAVY FORMS VERTICAL LI
-# \xGHT AND LEFT HEAVY 
-# \x2526 BOX DRAWINGS UP HEAVY AND LEFT DOWN LIGHT FORMS UP HEAVY AND
-# \x LEFT DOWN LIGHT 
-# \x2527 BOX DRAWINGS DOWN HEAVY AND LEFT UP LIGHT FORMS DOWN HEAVY A
-# \xND LEFT UP LIGHT 
-# \x2528 BOX DRAWINGS VERTICAL HEAVY AND LEFT LIGHT FORMS VERTICAL HE
-# \xAVY AND LEFT LIGHT 
-# \x2529 BOX DRAWINGS DOWN LIGHT AND LEFT UP HEAVY FORMS DOWN LIGHT A
-# \xND LEFT UP HEAVY 
-# \x252A BOX DRAWINGS UP LIGHT AND LEFT DOWN HEAVY FORMS UP LIGHT AND
-# \x LEFT DOWN HEAVY 
-# \x252B BOX DRAWINGS HEAVY VERTICAL AND LEFT FORMS HEAVY VERTICAL AN
-# \xD LEFT 
-# \x252C BOX DRAWINGS LIGHT DOWN AND HORIZONTAL FORMS LIGHT DOWN AND 
-# \xHORIZONTAL 
-# \x252D BOX DRAWINGS LEFT HEAVY AND RIGHT DOWN LIGHT FORMS LEFT HEAV
-# \xY AND RIGHT DOWN LIGHT 
-# \x252E BOX DRAWINGS RIGHT HEAVY AND LEFT DOWN LIGHT FORMS RIGHT HEA
-# \xVY AND LEFT DOWN LIGHT 
-# \x252F BOX DRAWINGS DOWN LIGHT AND HORIZONTAL HEAVY FORMS DOWN LIGH
-# \xT AND HORIZONTAL HEAVY 
-# \x2530 BOX DRAWINGS DOWN HEAVY AND HORIZONTAL LIGHT FORMS DOWN HEAV
-# \xY AND HORIZONTAL LIGHT 
-# \x2531 BOX DRAWINGS RIGHT LIGHT AND LEFT DOWN HEAVY FORMS RIGHT LIG
-# \xHT AND LEFT DOWN HEAVY 
-# \x2532 BOX DRAWINGS LEFT LIGHT AND RIGHT DOWN HEAVY FORMS LEFT LIGH
-# \xT AND RIGHT DOWN HEAVY 
-# \x2533 BOX DRAWINGS HEAVY DOWN AND HORIZONTAL FORMS HEAVY DOWN AND 
-# \xHORIZONTAL 
-# \x2534 BOX DRAWINGS LIGHT UP AND HORIZONTAL FORMS LIGHT UP AND HORI
-# \xZONTAL 
-# \x2535 BOX DRAWINGS LEFT HEAVY AND RIGHT UP LIGHT FORMS LEFT HEAVY 
-# \xAND RIGHT UP LIGHT 
-# \x2536 BOX DRAWINGS RIGHT HEAVY AND LEFT UP LIGHT FORMS RIGHT HEAVY
-# \x AND LEFT UP LIGHT 
-# \x2537 BOX DRAWINGS UP LIGHT AND HORIZONTAL HEAVY FORMS UP LIGHT AN
-# \xD HORIZONTAL HEAVY 
-# \x2538 BOX DRAWINGS UP HEAVY AND HORIZONTAL LIGHT FORMS UP HEAVY AN
-# \xD HORIZONTAL LIGHT 
-# \x2539 BOX DRAWINGS RIGHT LIGHT AND LEFT UP HEAVY FORMS RIGHT LIGHT
-# \x AND LEFT UP HEAVY 
-# \x253A BOX DRAWINGS LEFT LIGHT AND RIGHT UP HEAVY FORMS LEFT LIGHT 
-# \xAND RIGHT UP HEAVY 
-# \x253B BOX DRAWINGS HEAVY UP AND HORIZONTAL FORMS HEAVY UP AND HORI
-# \xZONTAL 
-# \x253C BOX DRAWINGS LIGHT VERTICAL AND HORIZONTAL FORMS LIGHT VERTI
-# \xCAL AND HORIZONTAL 
-# \x253D BOX DRAWINGS LEFT HEAVY AND RIGHT VERTICAL LIGHT FORMS LEFT 
-# \xHEAVY AND RIGHT VERTICAL LIGHT 
-# \x253E BOX DRAWINGS RIGHT HEAVY AND LEFT VERTICAL LIGHT FORMS RIGHT
-# \x HEAVY AND LEFT VERTICAL LIGHT 
-# \x253F BOX DRAWINGS VERTICAL LIGHT AND HORIZONTAL HEAVY FORMS VERTI
-# \xCAL LIGHT AND HORIZONTAL HEAVY 
-# \x2540 BOX DRAWINGS UP HEAVY AND DOWN HORIZONTAL LIGHT FORMS UP HEA
-# \xVY AND DOWN HORIZONTAL LIGHT 
-# \x2541 BOX DRAWINGS DOWN HEAVY AND UP HORIZONTAL LIGHT FORMS DOWN H
-# \xEAVY AND UP HORIZONTAL LIGHT 
-# \x2542 BOX DRAWINGS VERTICAL HEAVY AND HORIZONTAL LIGHT FORMS VERTI
-# \xCAL HEAVY AND HORIZONTAL LIGHT 
-# \x2543 BOX DRAWINGS LEFT UP HEAVY AND RIGHT DOWN LIGHT FORMS LEFT U
-# \xP HEAVY AND RIGHT DOWN LIGHT 
-# \x2544 BOX DRAWINGS RIGHT UP HEAVY AND LEFT DOWN LIGHT FORMS RIGHT 
-# \xUP HEAVY AND LEFT DOWN LIGHT 
-# \x2545 BOX DRAWINGS LEFT DOWN HEAVY AND RIGHT UP LIGHT FORMS LEFT D
-# \xOWN HEAVY AND RIGHT UP LIGHT 
-# \x2546 BOX DRAWINGS RIGHT DOWN HEAVY AND LEFT UP LIGHT FORMS RIGHT 
-# \xDOWN HEAVY AND LEFT UP LIGHT 
-# \x2547 BOX DRAWINGS DOWN LIGHT AND UP HORIZONTAL HEAVY FORMS DOWN L
-# \xIGHT AND UP HORIZONTAL HEAVY 
-# \x2548 BOX DRAWINGS UP LIGHT AND DOWN HORIZONTAL HEAVY FORMS UP LIG
-# \xHT AND DOWN HORIZONTAL HEAVY 
-# \x2549 BOX DRAWINGS RIGHT LIGHT AND LEFT VERTICAL HEAVY FORMS RIGHT
-# \x LIGHT AND LEFT VERTICAL HEAVY 
-# \x254A BOX DRAWINGS LEFT LIGHT AND RIGHT VERTICAL HEAVY FORMS LEFT 
-# \xLIGHT AND RIGHT VERTICAL HEAVY 
-# \x254B BOX DRAWINGS HEAVY VERTICAL AND HORIZONTAL FORMS HEAVY VERTI
-# \xCAL AND HORIZONTAL 
-# \x254C BOX DRAWINGS LIGHT DOUBLE DASH HORIZONTAL FORMS LIGHT DOUBLE
-# \x DASH HORIZONTAL 
-# \x254D BOX DRAWINGS HEAVY DOUBLE DASH HORIZONTAL FORMS HEAVY DOUBLE
-# \x DASH HORIZONTAL 
-# \x254E BOX DRAWINGS LIGHT DOUBLE DASH VERTICAL FORMS LIGHT DOUBLE D
-# \xASH VERTICAL 
-# \x254F BOX DRAWINGS HEAVY DOUBLE DASH VERTICAL FORMS HEAVY DOUBLE D
-# \xASH VERTICAL 
-# \x2550 BOX DRAWINGS DOUBLE HORIZONTAL FORMS DOUBLE HORIZONTAL 
-# \x2551 BOX DRAWINGS DOUBLE VERTICAL FORMS DOUBLE VERTICAL 
-# \x2552 BOX DRAWINGS DOWN SINGLE AND RIGHT DOUBLE FORMS DOWN SINGLE 
-# \xAND RIGHT DOUBLE 
-# \x2553 BOX DRAWINGS DOWN DOUBLE AND RIGHT SINGLE FORMS DOWN DOUBLE 
-# \xAND RIGHT SINGLE 
-# \x2554 BOX DRAWINGS DOUBLE DOWN AND RIGHT FORMS DOUBLE DOWN AND RIG
-# \xHT 
-# \x2555 BOX DRAWINGS DOWN SINGLE AND LEFT DOUBLE FORMS DOWN SINGLE A
-# \xND LEFT DOUBLE 
-# \x2556 BOX DRAWINGS DOWN DOUBLE AND LEFT SINGLE FORMS DOWN DOUBLE A
-# \xND LEFT SINGLE 
-# \x2557 BOX DRAWINGS DOUBLE DOWN AND LEFT FORMS DOUBLE DOWN AND LEFT
-# \x 
-# \x2558 BOX DRAWINGS UP SINGLE AND RIGHT DOUBLE FORMS UP SINGLE AND 
-# \xRIGHT DOUBLE 
-# \x2559 BOX DRAWINGS UP DOUBLE AND RIGHT SINGLE FORMS UP DOUBLE AND 
-# \xRIGHT SINGLE 
-# \x255A BOX DRAWINGS DOUBLE UP AND RIGHT FORMS DOUBLE UP AND RIGHT 
-# \x 
-# \x255B BOX DRAWINGS UP SINGLE AND LEFT DOUBLE FORMS UP SINGLE AND L
-# \xEFT DOUBLE 
-# \x255C BOX DRAWINGS UP DOUBLE AND LEFT SINGLE FORMS UP DOUBLE AND L
-# \xEFT SINGLE 
-# \x255D BOX DRAWINGS DOUBLE UP AND LEFT FORMS DOUBLE UP AND LEFT 
-# \x255E BOX DRAWINGS VERTICAL SINGLE AND RIGHT DOUBLE FORMS VERTICAL
-# \x SINGLE AND RIGHT DOUBLE 
-# \x255F BOX DRAWINGS VERTICAL DOUBLE AND RIGHT SINGLE FORMS VERTICAL
-# \x DOUBLE AND RIGHT SINGLE 
-# \x2560 BOX DRAWINGS DOUBLE VERTICAL AND RIGHT FORMS DOUBLE VERTICAL
-# \x AND RIGHT 
-# \x2561 BOX DRAWINGS VERTICAL SINGLE AND LEFT DOUBLE FORMS VERTICAL 
-# \xSINGLE AND LEFT DOUBLE 
-# \x2562 BOX DRAWINGS VERTICAL DOUBLE AND LEFT SINGLE FORMS VERTICAL 
-# \xDOUBLE AND LEFT SINGLE 
-# \x2563 BOX DRAWINGS DOUBLE VERTICAL AND LEFT FORMS DOUBLE VERTICAL 
-# \xAND LEFT 
-# \x2564 BOX DRAWINGS DOWN SINGLE AND HORIZONTAL DOUBLE FORMS DOWN SI
-# \xNGLE AND HORIZONTAL DOUBLE 
-# \x2565 BOX DRAWINGS DOWN DOUBLE AND HORIZONTAL SINGLE FORMS DOWN DO
-# \xUBLE AND HORIZONTAL SINGLE 
-# \x2566 BOX DRAWINGS DOUBLE DOWN AND HORIZONTAL FORMS DOUBLE DOWN AN
-# \xD HORIZONTAL 
-# \x2567 BOX DRAWINGS UP SINGLE AND HORIZONTAL DOUBLE FORMS UP SINGLE
-# \x AND HORIZONTAL DOUBLE 
-# \x2568 BOX DRAWINGS UP DOUBLE AND HORIZONTAL SINGLE FORMS UP DOUBLE
-# \x AND HORIZONTAL SINGLE 
-# \x2569 BOX DRAWINGS DOUBLE UP AND HORIZONTAL FORMS DOUBLE UP AND HO
-# \xRIZONTAL 
-# \x256A BOX DRAWINGS VERTICAL SINGLE AND HORIZONTAL DOUBLE FORMS VER
-# \xTICAL SINGLE AND HORIZONTAL DOUBLE 
-# \x256B BOX DRAWINGS VERTICAL DOUBLE AND HORIZONTAL SINGLE FORMS VER
-# \xTICAL DOUBLE AND HORIZONTAL SINGLE 
-# \x256C BOX DRAWINGS DOUBLE VERTICAL AND HORIZONTAL FORMS DOUBLE VER
-# \xTICAL AND HORIZONTAL 
-# \x256D BOX DRAWINGS LIGHT ARC DOWN AND RIGHT FORMS LIGHT ARC DOWN A
-# \xND RIGHT 
-# \x256E BOX DRAWINGS LIGHT ARC DOWN AND LEFT FORMS LIGHT ARC DOWN AN
-# \xD LEFT 
-# \x256F BOX DRAWINGS LIGHT ARC UP AND LEFT FORMS LIGHT ARC UP AND LE
-# \xFT 
-# \x2570 BOX DRAWINGS LIGHT ARC UP AND RIGHT FORMS LIGHT ARC UP AND R
-# \xIGHT 
-# \x2571 BOX DRAWINGS LIGHT DIAGONAL UPPER RIGHT TO LOWER LEFT FORMS 
-# \xLIGHT DIAGONAL UPPER RIGHT TO LOWER LEFT 
-# \x2572 BOX DRAWINGS LIGHT DIAGONAL UPPER LEFT TO LOWER RIGHT FORMS 
-# \xLIGHT DIAGONAL UPPER LEFT TO LOWER RIGHT 
-# \x2573 BOX DRAWINGS LIGHT DIAGONAL CROSS FORMS LIGHT DIAGONAL CROSS
-# \x 
-# \x2574 BOX DRAWINGS LIGHT LEFT FORMS LIGHT LEFT 
-# \x2575 BOX DRAWINGS LIGHT UP FORMS LIGHT UP 
-# \x2576 BOX DRAWINGS LIGHT RIGHT FORMS LIGHT RIGHT 
-# \x2577 BOX DRAWINGS LIGHT DOWN FORMS LIGHT DOWN 
-# \x2578 BOX DRAWINGS HEAVY LEFT FORMS HEAVY LEFT 
-# \x2579 BOX DRAWINGS HEAVY UP FORMS HEAVY UP 
-# \x257A BOX DRAWINGS HEAVY RIGHT FORMS HEAVY RIGHT 
-# \x257B BOX DRAWINGS HEAVY DOWN FORMS HEAVY DOWN 
-# \x257C BOX DRAWINGS LIGHT LEFT AND HEAVY RIGHT FORMS LIGHT LEFT AND
-# \x HEAVY RIGHT 
-# \x257D BOX DRAWINGS LIGHT UP AND HEAVY DOWN FORMS LIGHT UP AND HEAV
-# \xY DOWN 
-# \x257E BOX DRAWINGS HEAVY LEFT AND LIGHT RIGHT FORMS HEAVY LEFT AND
-# \x LIGHT RIGHT 
-# \x257F BOX DRAWINGS HEAVY UP AND LIGHT DOWN FORMS HEAVY UP AND LIGH
-# \xT DOWN 
-# \x2580 UPPER HALF BLOCK 
-# \x2581 LOWER ONE EIGHTH BLOCK 
-# \x2582 LOWER ONE QUARTER BLOCK 
-# \x2583 LOWER THREE EIGHTHS BLOCK 
-# \x2584 LOWER HALF BLOCK 
-# \x2585 LOWER FIVE EIGHTHS BLOCK 
-# \x2586 LOWER THREE QUARTERS BLOCK LOWER THREE QUARTER BLOCK 
-# \x2587 LOWER SEVEN EIGHTHS BLOCK 
-# \x2588 FULL BLOCK 
-# \x2589 LEFT SEVEN EIGHTHS BLOCK 
-# \x258A LEFT THREE QUARTERS BLOCK LEFT THREE QUARTER BLOCK 
-# \x258B LEFT FIVE EIGHTHS BLOCK 
-# \x258C LEFT HALF BLOCK 
-# \x258D LEFT THREE EIGHTHS BLOCK 
-# \x258E LEFT ONE QUARTER BLOCK 
-# \x258F LEFT ONE EIGHTH BLOCK 
-# \x2590 RIGHT HALF BLOCK 
-# \x2591 LIGHT SHADE 
-# \x2592 MEDIUM SHADE 
-# \x2593 DARK SHADE 
-# \x2594 UPPER ONE EIGHTH BLOCK 
-# \x2595 RIGHT ONE EIGHTH BLOCK 
-# \x2596 QUADRANT LOWER LEFT 
-# \x2597 QUADRANT LOWER RIGHT 
-# \x2598 QUADRANT UPPER LEFT 
-# \x2599 QUADRANT UPPER LEFT AND LOWER LEFT AND LOWER RIGHT 
-# \x259A QUADRANT UPPER LEFT AND LOWER RIGHT 
-# \x259B QUADRANT UPPER LEFT AND UPPER RIGHT AND LOWER LEFT 
-# \x259C QUADRANT UPPER LEFT AND UPPER RIGHT AND LOWER RIGHT 
-# \x259D QUADRANT UPPER RIGHT 
-# \x259E QUADRANT UPPER RIGHT AND LOWER LEFT 
-# \x259F QUADRANT UPPER RIGHT AND LOWER LEFT AND LOWER RIGHT 
-# \x25A0 BLACK SQUARE 
-# \x25A1 WHITE SQUARE 
-# \x25A2 WHITE SQUARE WITH ROUNDED CORNERS 
-# \x25A3 WHITE SQUARE CONTAINING BLACK SMALL SQUARE 
-# \x25A4 SQUARE WITH HORIZONTAL FILL 
-# \x25A5 SQUARE WITH VERTICAL FILL 
-# \x25A6 SQUARE WITH ORTHOGONAL CROSSHATCH FILL 
-# \x25A7 SQUARE WITH UPPER LEFT TO LOWER RIGHT FILL 
-# \x25A8 SQUARE WITH UPPER RIGHT TO LOWER LEFT FILL 
-# \x25A9 SQUARE WITH DIAGONAL CROSSHATCH FILL 
-# \x25AA BLACK SMALL SQUARE 
-# \x25AB WHITE SMALL SQUARE 
-# \x25AC BLACK RECTANGLE 
-# \x25AD WHITE RECTANGLE 
-# \x25AE BLACK VERTICAL RECTANGLE 
-# \x25AF WHITE VERTICAL RECTANGLE 
-# \x25B0 BLACK PARALLELOGRAM 
-# \x25B1 WHITE PARALLELOGRAM 
-# \x25B2 BLACK UP-POINTING TRIANGLE BLACK UP POINTING TRIANGLE 
-# \x25B3 WHITE UP-POINTING TRIANGLE WHITE UP POINTING TRIANGLE 
-# \x25B4 BLACK UP-POINTING SMALL TRIANGLE BLACK UP POINTING SMALL TRI
-# \xANGLE 
-# \x25B5 WHITE UP-POINTING SMALL TRIANGLE WHITE UP POINTING SMALL TRI
-# \xANGLE 
-# \x25B6 BLACK RIGHT-POINTING TRIANGLE BLACK RIGHT POINTING TRIANGLE 
-# \x 
-# \x25B7 WHITE RIGHT-POINTING TRIANGLE WHITE RIGHT POINTING TRIANGLE 
-# \x 
-# \x25B8 BLACK RIGHT-POINTING SMALL TRIANGLE BLACK RIGHT POINTING SMA
-# \xLL TRIANGLE 
-# \x25B9 WHITE RIGHT-POINTING SMALL TRIANGLE WHITE RIGHT POINTING SMA
-# \xLL TRIANGLE 
-# \x25BA BLACK RIGHT-POINTING POINTER BLACK RIGHT POINTING POINTER 
-# \x 
-# \x25BB WHITE RIGHT-POINTING POINTER WHITE RIGHT POINTING POINTER 
-# \x 
-# \x25BC BLACK DOWN-POINTING TRIANGLE BLACK DOWN POINTING TRIANGLE 
-# \x 
-# \x25BD WHITE DOWN-POINTING TRIANGLE WHITE DOWN POINTING TRIANGLE 
-# \x 
-# \x25BE BLACK DOWN-POINTING SMALL TRIANGLE BLACK DOWN POINTING SMALL
-# \x TRIANGLE 
-# \x25BF WHITE DOWN-POINTING SMALL TRIANGLE WHITE DOWN POINTING SMALL
-# \x TRIANGLE 
-# \x25C0 BLACK LEFT-POINTING TRIANGLE BLACK LEFT POINTING TRIANGLE 
-# \x 
-# \x25C1 WHITE LEFT-POINTING TRIANGLE WHITE LEFT POINTING TRIANGLE 
-# \x 
-# \x25C2 BLACK LEFT-POINTING SMALL TRIANGLE BLACK LEFT POINTING SMALL
-# \x TRIANGLE 
-# \x25C3 WHITE LEFT-POINTING SMALL TRIANGLE WHITE LEFT POINTING SMALL
-# \x TRIANGLE 
-# \x25C4 BLACK LEFT-POINTING POINTER BLACK LEFT POINTING POINTER 
-# \x25C5 WHITE LEFT-POINTING POINTER WHITE LEFT POINTING POINTER 
-# \x25C6 BLACK DIAMOND 
-# \x25C7 WHITE DIAMOND 
-# \x25C8 WHITE DIAMOND CONTAINING BLACK SMALL DIAMOND 
-# \x25C9 FISHEYE 
-# \x25CA LOZENGE 
-# \x25CB WHITE CIRCLE 
-# \x25CC DOTTED CIRCLE 
-# \x25CD CIRCLE WITH VERTICAL FILL 
-# \x25CE BULLSEYE 
-# \x25CF BLACK CIRCLE 
-# \x25D0 CIRCLE WITH LEFT HALF BLACK 
-# \x25D1 CIRCLE WITH RIGHT HALF BLACK 
-# \x25D2 CIRCLE WITH LOWER HALF BLACK 
-# \x25D3 CIRCLE WITH UPPER HALF BLACK 
-# \x25D4 CIRCLE WITH UPPER RIGHT QUADRANT BLACK 
-# \x25D5 CIRCLE WITH ALL BUT UPPER LEFT QUADRANT BLACK 
-# \x25D6 LEFT HALF BLACK CIRCLE 
-# \x25D7 RIGHT HALF BLACK CIRCLE 
-# \x25D8 INVERSE BULLET 
-# \x25D9 INVERSE WHITE CIRCLE 
-# \x25DA UPPER HALF INVERSE WHITE CIRCLE 
-# \x25DB LOWER HALF INVERSE WHITE CIRCLE 
-# \x25DC UPPER LEFT QUADRANT CIRCULAR ARC 
-# \x25DD UPPER RIGHT QUADRANT CIRCULAR ARC 
-# \x25DE LOWER RIGHT QUADRANT CIRCULAR ARC 
-# \x25DF LOWER LEFT QUADRANT CIRCULAR ARC 
-# \x25E0 UPPER HALF CIRCLE 
-# \x25E1 LOWER HALF CIRCLE 
-# \x25E2 BLACK LOWER RIGHT TRIANGLE 
-# \x25E3 BLACK LOWER LEFT TRIANGLE 
-# \x25E4 BLACK UPPER LEFT TRIANGLE 
-# \x25E5 BLACK UPPER RIGHT TRIANGLE 
-# \x25E6 WHITE BULLET 
-# \x25E7 SQUARE WITH LEFT HALF BLACK 
-# \x25E8 SQUARE WITH RIGHT HALF BLACK 
-# \x25E9 SQUARE WITH UPPER LEFT DIAGONAL HALF BLACK 
-# \x25EA SQUARE WITH LOWER RIGHT DIAGONAL HALF BLACK 
-# \x25EB WHITE SQUARE WITH VERTICAL BISECTING LINE 
-# \x25EC WHITE UP-POINTING TRIANGLE WITH DOT WHITE UP POINTING TRIANG
-# \xLE WITH DOT 
-# \x25ED UP-POINTING TRIANGLE WITH LEFT HALF BLACK UP POINTING TRIANG
-# \xLE WITH LEFT HALF BLACK 
-# \x25EE UP-POINTING TRIANGLE WITH RIGHT HALF BLACK UP POINTING TRIAN
-# \xGLE WITH RIGHT HALF BLACK 
-# \x25EF LARGE CIRCLE 
-# \x25F0 WHITE SQUARE WITH UPPER LEFT QUADRANT 
-# \x25F1 WHITE SQUARE WITH LOWER LEFT QUADRANT 
-# \x25F2 WHITE SQUARE WITH LOWER RIGHT QUADRANT 
-# \x25F3 WHITE SQUARE WITH UPPER RIGHT QUADRANT 
-# \x25F4 WHITE CIRCLE WITH UPPER LEFT QUADRANT 
-# \x25F5 WHITE CIRCLE WITH LOWER LEFT QUADRANT 
-# \x25F6 WHITE CIRCLE WITH LOWER RIGHT QUADRANT 
-# \x25F7 WHITE CIRCLE WITH UPPER RIGHT QUADRANT 
-# \x25F8 UPPER LEFT TRIANGLE 
-# \x25F9 UPPER RIGHT TRIANGLE 
-# \x25FA LOWER LEFT TRIANGLE 
-# \x25FB WHITE MEDIUM SQUARE 
-# \x25FC BLACK MEDIUM SQUARE 
-# \x25FD WHITE MEDIUM SMALL SQUARE 
-# \x25FE BLACK MEDIUM SMALL SQUARE 
-# \x25FF LOWER RIGHT TRIANGLE 
-# \x2600 BLACK SUN WITH RAYS 
-# \x2601 CLOUD 
-# \x2602 UMBRELLA 
-# \x2603 SNOWMAN 
-# \x2604 COMET 
-# \x2605 BLACK STAR 
-# \x2606 WHITE STAR 
-# \x2607 LIGHTNING 
-# \x2608 THUNDERSTORM 
-# \x2609 SUN 
-# \x260A ASCENDING NODE 
-# \x260B DESCENDING NODE 
-# \x260C CONJUNCTION 
-# \x260D OPPOSITION 
-# \x260E BLACK TELEPHONE 
-# \x260F WHITE TELEPHONE 
-# \x2610 BALLOT BOX 
-# \x2611 BALLOT BOX WITH CHECK 
-# \x2612 BALLOT BOX WITH X 
-# \x2613 SALTIRE 
-# \x2614 UMBRELLA WITH RAIN DROPS 
-# \x2615 HOT BEVERAGE 
-# \x2616 WHITE SHOGI PIECE 
-# \x2617 BLACK SHOGI PIECE 
-# \x2619 REVERSED ROTATED FLORAL HEART BULLET 
-# \x261A BLACK LEFT POINTING INDEX 
-# \x261B BLACK RIGHT POINTING INDEX 
-# \x261C WHITE LEFT POINTING INDEX 
-# \x261D WHITE UP POINTING INDEX 
-# \x261E WHITE RIGHT POINTING INDEX 
-# \x261F WHITE DOWN POINTING INDEX 
-# \x2620 SKULL AND CROSSBONES 
-# \x2621 CAUTION SIGN 
-# \x2622 RADIOACTIVE SIGN 
-# \x2623 BIOHAZARD SIGN 
-# \x2624 CADUCEUS 
-# \x2625 ANKH 
-# \x2626 ORTHODOX CROSS 
-# \x2627 CHI RHO 
-# \x2628 CROSS OF LORRAINE 
-# \x2629 CROSS OF JERUSALEM 
-# \x262A STAR AND CRESCENT 
-# \x262B FARSI SYMBOL SYMBOL OF IRAN 
-# \x262C ADI SHAKTI 
-# \x262D HAMMER AND SICKLE 
-# \x262E PEACE SYMBOL 
-# \x262F YIN YANG 
-# \x2630 TRIGRAM FOR HEAVEN 
-# \x2631 TRIGRAM FOR LAKE 
-# \x2632 TRIGRAM FOR FIRE 
-# \x2633 TRIGRAM FOR THUNDER 
-# \x2634 TRIGRAM FOR WIND 
-# \x2635 TRIGRAM FOR WATER 
-# \x2636 TRIGRAM FOR MOUNTAIN 
-# \x2637 TRIGRAM FOR EARTH 
-# \x2638 WHEEL OF DHARMA 
-# \x2639 WHITE FROWNING FACE 
-# \x263A WHITE SMILING FACE 
-# \x263B BLACK SMILING FACE 
-# \x263C WHITE SUN WITH RAYS 
-# \x263D FIRST QUARTER MOON 
-# \x263E LAST QUARTER MOON 
-# \x263F MERCURY 
-# \x2640 FEMALE SIGN 
-# \x2641 EARTH 
-# \x2642 MALE SIGN 
-# \x2643 JUPITER 
-# \x2644 SATURN 
-# \x2645 URANUS 
-# \x2646 NEPTUNE 
-# \x2647 PLUTO 
-# \x2648 ARIES 
-# \x2649 TAURUS 
-# \x264A GEMINI 
-# \x264B CANCER 
-# \x264C LEO 
-# \x264D VIRGO 
-# \x264E LIBRA 
-# \x264F SCORPIUS 
-# \x2650 SAGITTARIUS 
-# \x2651 CAPRICORN 
-# \x2652 AQUARIUS 
-# \x2653 PISCES 
-# \x2654 WHITE CHESS KING 
-# \x2655 WHITE CHESS QUEEN 
-# \x2656 WHITE CHESS ROOK 
-# \x2657 WHITE CHESS BISHOP 
-# \x2658 WHITE CHESS KNIGHT 
-# \x2659 WHITE CHESS PAWN 
-# \x265A BLACK CHESS KING 
-# \x265B BLACK CHESS QUEEN 
-# \x265C BLACK CHESS ROOK 
-# \x265D BLACK CHESS BISHOP 
-# \x265E BLACK CHESS KNIGHT 
-# \x265F BLACK CHESS PAWN 
-# \x2660 BLACK SPADE SUIT 
-# \x2661 WHITE HEART SUIT 
-# \x2662 WHITE DIAMOND SUIT 
-# \x2663 BLACK CLUB SUIT 
-# \x2664 WHITE SPADE SUIT 
-# \x2665 BLACK HEART SUIT 
-# \x2666 BLACK DIAMOND SUIT 
-# \x2667 WHITE CLUB SUIT 
-# \x2668 HOT SPRINGS 
-# \x2669 QUARTER NOTE 
-# \x266A EIGHTH NOTE 
-# \x266B BEAMED EIGHTH NOTES BARRED EIGHTH NOTES 
-# \x266C BEAMED SIXTEENTH NOTES BARRED SIXTEENTH NOTES 
-# \x266D MUSIC FLAT SIGN FLAT 
-# \x266E MUSIC NATURAL SIGN NATURAL 
-# \x266F MUSIC SHARP SIGN SHARP 
-# \x2670 WEST SYRIAC CROSS 
-# \x2671 EAST SYRIAC CROSS 
-# \x2672 UNIVERSAL RECYCLING SYMBOL 
-# \x2673 RECYCLING SYMBOL FOR TYPE-1 PLASTICS pete 
-# \x2674 RECYCLING SYMBOL FOR TYPE-2 PLASTICS hdpe 
-# \x2675 RECYCLING SYMBOL FOR TYPE-3 PLASTICS pvc 
-# \x2676 RECYCLING SYMBOL FOR TYPE-4 PLASTICS ldpe 
-# \x2677 RECYCLING SYMBOL FOR TYPE-5 PLASTICS pp 
-# \x2678 RECYCLING SYMBOL FOR TYPE-6 PLASTICS ps 
-# \x2679 RECYCLING SYMBOL FOR TYPE-7 PLASTICS other 
-# \x267A RECYCLING SYMBOL FOR GENERIC MATERIALS 
-# \x267B BLACK UNIVERSAL RECYCLING SYMBOL 
-# \x267C RECYCLED PAPER SYMBOL 
-# \x267D PARTIALLY-RECYCLED PAPER SYMBOL 
-# \x2680 DIE FACE-1 
-# \x2681 DIE FACE-2 
-# \x2682 DIE FACE-3 
-# \x2683 DIE FACE-4 
-# \x2684 DIE FACE-5 
-# \x2685 DIE FACE-6 
-# \x2686 WHITE CIRCLE WITH DOT RIGHT 
-# \x2687 WHITE CIRCLE WITH TWO DOTS 
-# \x2688 BLACK CIRCLE WITH WHITE DOT RIGHT 
-# \x2689 BLACK CIRCLE WITH TWO WHITE DOTS 
-# \x268A MONOGRAM FOR YANG 
-# \x268B MONOGRAM FOR YIN 
-# \x268C DIGRAM FOR GREATER YANG 
-# \x268D DIGRAM FOR LESSER YIN 
-# \x268E DIGRAM FOR LESSER YANG 
-# \x268F DIGRAM FOR GREATER YIN 
-# \x2690 WHITE FLAG 
-# \x2691 BLACK FLAG 
-# \x26A0 WARNING SIGN 
-# \x26A1 HIGH VOLTAGE SIGN 
-# \x2701 UPPER BLADE SCISSORS 
-# \x2702 BLACK SCISSORS 
-# \x2703 LOWER BLADE SCISSORS 
-# \x2704 WHITE SCISSORS 
-# \x2706 TELEPHONE LOCATION SIGN 
-# \x2707 TAPE DRIVE 
-# \x2708 AIRPLANE 
-# \x2709 ENVELOPE 
-# \x270C VICTORY HAND 
-# \x270D WRITING HAND 
-# \x270E LOWER RIGHT PENCIL 
-# \x270F PENCIL 
-# \x2710 UPPER RIGHT PENCIL 
-# \x2711 WHITE NIB 
-# \x2712 BLACK NIB 
-# \x2713 CHECK MARK 
-# \x2714 HEAVY CHECK MARK 
-# \x2715 MULTIPLICATION X 
-# \x2716 HEAVY MULTIPLICATION X 
-# \x2717 BALLOT X 
-# \x2718 HEAVY BALLOT X 
-# \x2719 OUTLINED GREEK CROSS 
-# \x271A HEAVY GREEK CROSS 
-# \x271B OPEN CENTRE CROSS OPEN CENTER CROSS 
-# \x271C HEAVY OPEN CENTRE CROSS HEAVY OPEN CENTER CROSS 
-# \x271D LATIN CROSS 
-# \x271E SHADOWED WHITE LATIN CROSS 
-# \x271F OUTLINED LATIN CROSS 
-# \x2720 MALTESE CROSS 
-# \x2721 STAR OF DAVID 
-# \x2722 FOUR TEARDROP-SPOKED ASTERISK 
-# \x2723 FOUR BALLOON-SPOKED ASTERISK 
-# \x2724 HEAVY FOUR BALLOON-SPOKED ASTERISK 
-# \x2725 FOUR CLUB-SPOKED ASTERISK 
-# \x2726 BLACK FOUR POINTED STAR 
-# \x2727 WHITE FOUR POINTED STAR 
-# \x2729 STRESS OUTLINED WHITE STAR 
-# \x272A CIRCLED WHITE STAR 
-# \x272B OPEN CENTRE BLACK STAR OPEN CENTER BLACK STAR 
-# \x272C BLACK CENTRE WHITE STAR BLACK CENTER WHITE STAR 
-# \x272D OUTLINED BLACK STAR 
-# \x272E HEAVY OUTLINED BLACK STAR 
-# \x272F PINWHEEL STAR 
-# \x2730 SHADOWED WHITE STAR 
-# \x2731 HEAVY ASTERISK 
-# \x2732 OPEN CENTRE ASTERISK OPEN CENTER ASTERISK 
-# \x2733 EIGHT SPOKED ASTERISK 
-# \x2734 EIGHT POINTED BLACK STAR 
-# \x2735 EIGHT POINTED PINWHEEL STAR 
-# \x2736 SIX POINTED BLACK STAR 
-# \x2737 EIGHT POINTED RECTILINEAR BLACK STAR 
-# \x2738 HEAVY EIGHT POINTED RECTILINEAR BLACK STAR 
-# \x2739 TWELVE POINTED BLACK STAR 
-# \x273A SIXTEEN POINTED ASTERISK 
-# \x273B TEARDROP-SPOKED ASTERISK 
-# \x273C OPEN CENTRE TEARDROP-SPOKED ASTERISK OPEN CENTER TEARDROP-SP
-# \xOKED ASTERISK 
-# \x273D HEAVY TEARDROP-SPOKED ASTERISK 
-# \x273E SIX PETALLED BLACK AND WHITE FLORETTE 
-# \x273F BLACK FLORETTE 
-# \x2740 WHITE FLORETTE 
-# \x2741 EIGHT PETALLED OUTLINED BLACK FLORETTE 
-# \x2742 CIRCLED OPEN CENTRE EIGHT POINTED STAR CIRCLED OPEN CENTER E
-# \xIGHT POINTED STAR 
-# \x2743 HEAVY TEARDROP-SPOKED PINWHEEL ASTERISK 
-# \x2744 SNOWFLAKE 
-# \x2745 TIGHT TRIFOLIATE SNOWFLAKE 
-# \x2746 HEAVY CHEVRON SNOWFLAKE 
-# \x2747 SPARKLE 
-# \x2748 HEAVY SPARKLE 
-# \x2749 BALLOON-SPOKED ASTERISK 
-# \x274A EIGHT TEARDROP-SPOKED PROPELLER ASTERISK 
-# \x274B HEAVY EIGHT TEARDROP-SPOKED PROPELLER ASTERISK 
-# \x274D SHADOWED WHITE CIRCLE 
-# \x274F LOWER RIGHT DROP-SHADOWED WHITE SQUARE 
-# \x2750 UPPER RIGHT DROP-SHADOWED WHITE SQUARE 
-# \x2751 LOWER RIGHT SHADOWED WHITE SQUARE 
-# \x2752 UPPER RIGHT SHADOWED WHITE SQUARE 
-# \x2756 BLACK DIAMOND MINUS WHITE X 
-# \x2758 LIGHT VERTICAL BAR 
-# \x2759 MEDIUM VERTICAL BAR 
-# \x275A HEAVY VERTICAL BAR 
-# \x275B HEAVY SINGLE TURNED COMMA QUOTATION MARK ORNAMENT 
-# \x275C HEAVY SINGLE COMMA QUOTATION MARK ORNAMENT 
-# \x275D HEAVY DOUBLE TURNED COMMA QUOTATION MARK ORNAMENT 
-# \x275E HEAVY DOUBLE COMMA QUOTATION MARK ORNAMENT 
-# \x2761 CURVED STEM PARAGRAPH SIGN ORNAMENT 
-# \x2762 HEAVY EXCLAMATION MARK ORNAMENT 
-# \x2763 HEAVY HEART EXCLAMATION MARK ORNAMENT 
-# \x2764 HEAVY BLACK HEART 
-# \x2765 ROTATED HEAVY BLACK HEART BULLET 
-# \x2766 FLORAL HEART 
-# \x2767 ROTATED FLORAL HEART BULLET 
-# \x2768 MEDIUM LEFT PARENTHESIS ORNAMENT 
-# \x2769 MEDIUM RIGHT PARENTHESIS ORNAMENT 
-# \x276A MEDIUM FLATTENED LEFT PARENTHESIS ORNAMENT 
-# \x276B MEDIUM FLATTENED RIGHT PARENTHESIS ORNAMENT 
-# \x276C MEDIUM LEFT-POINTING ANGLE BRACKET ORNAMENT 
-# \x276D MEDIUM RIGHT-POINTING ANGLE BRACKET ORNAMENT 
-# \x276E HEAVY LEFT-POINTING ANGLE QUOTATION MARK ORNAMENT 
-# \x276F HEAVY RIGHT-POINTING ANGLE QUOTATION MARK ORNAMENT 
-# \x2770 HEAVY LEFT-POINTING ANGLE BRACKET ORNAMENT 
-# \x2771 HEAVY RIGHT-POINTING ANGLE BRACKET ORNAMENT 
-# \x2772 LIGHT LEFT TORTOISE SHELL BRACKET ORNAMENT 
-# \x2773 LIGHT RIGHT TORTOISE SHELL BRACKET ORNAMENT 
-# \x2774 MEDIUM LEFT CURLY BRACKET ORNAMENT 
-# \x2775 MEDIUM RIGHT CURLY BRACKET ORNAMENT 
-# \x2776 DINGBAT NEGATIVE CIRCLED DIGIT ONE No 1 1 INVERSE CIRCLED DIGIT O
-# \xNE 
-# \x2777 DINGBAT NEGATIVE CIRCLED DIGIT TWO No 2 2 INVERSE CIRCLED DIGIT T
-# \xWO 
-# \x2778 DINGBAT NEGATIVE CIRCLED DIGIT THREE No 3 3 INVERSE CIRCLED DIGIT
-# \x THREE 
-# \x2779 DINGBAT NEGATIVE CIRCLED DIGIT FOUR No 4 4 INVERSE CIRCLED DIGIT 
-# \xFOUR 
-# \x277A DINGBAT NEGATIVE CIRCLED DIGIT FIVE No 5 5 INVERSE CIRCLED DIGIT 
-# \xFIVE 
-# \x277B DINGBAT NEGATIVE CIRCLED DIGIT SIX No 6 6 INVERSE CIRCLED DIGIT S
-# \xIX 
-# \x277C DINGBAT NEGATIVE CIRCLED DIGIT SEVEN No 7 7 INVERSE CIRCLED DIGIT
-# \x SEVEN 
-# \x277D DINGBAT NEGATIVE CIRCLED DIGIT EIGHT No 8 8 INVERSE CIRCLED DIGIT
-# \x EIGHT 
-# \x277E DINGBAT NEGATIVE CIRCLED DIGIT NINE No 9 9 INVERSE CIRCLED DIGIT 
-# \xNINE 
-# \x277F DINGBAT NEGATIVE CIRCLED NUMBER TEN No 10 INVERSE CIRCLED NUMBER
-# \x TEN 
-# \x2780 DINGBAT CIRCLED SANS-SERIF DIGIT ONE No 1 1 CIRCLED SANS-SERIF DI
-# \xGIT ONE 
-# \x2781 DINGBAT CIRCLED SANS-SERIF DIGIT TWO No 2 2 CIRCLED SANS-SERIF DI
-# \xGIT TWO 
-# \x2782 DINGBAT CIRCLED SANS-SERIF DIGIT THREE No 3 3 CIRCLED SANS-SERIF 
-# \xDIGIT THREE 
-# \x2783 DINGBAT CIRCLED SANS-SERIF DIGIT FOUR No 4 4 CIRCLED SANS-SERIF D
-# \xIGIT FOUR 
-# \x2784 DINGBAT CIRCLED SANS-SERIF DIGIT FIVE No 5 5 CIRCLED SANS-SERIF D
-# \xIGIT FIVE 
-# \x2785 DINGBAT CIRCLED SANS-SERIF DIGIT SIX No 6 6 CIRCLED SANS-SERIF DI
-# \xGIT SIX 
-# \x2786 DINGBAT CIRCLED SANS-SERIF DIGIT SEVEN No 7 7 CIRCLED SANS-SERIF 
-# \xDIGIT SEVEN 
-# \x2787 DINGBAT CIRCLED SANS-SERIF DIGIT EIGHT No 8 8 CIRCLED SANS-SERIF 
-# \xDIGIT EIGHT 
-# \x2788 DINGBAT CIRCLED SANS-SERIF DIGIT NINE No 9 9 CIRCLED SANS-SERIF D
-# \xIGIT NINE 
-# \x2789 DINGBAT CIRCLED SANS-SERIF NUMBER TEN No 10 CIRCLED SANS-SERIF N
-# \xUMBER TEN 
-# \x278A DINGBAT NEGATIVE CIRCLED SANS-SERIF DIGIT ONE No 1 1 INVERSE CIRC
-# \xLED SANS-SERIF DIGIT ONE 
-# \x278B DINGBAT NEGATIVE CIRCLED SANS-SERIF DIGIT TWO No 2 2 INVERSE CIRC
-# \xLED SANS-SERIF DIGIT TWO 
-# \x278C DINGBAT NEGATIVE CIRCLED SANS-SERIF DIGIT THREE No 3 3 INVERSE CI
-# \xRCLED SANS-SERIF DIGIT THREE 
-# \x278D DINGBAT NEGATIVE CIRCLED SANS-SERIF DIGIT FOUR No 4 4 INVERSE CIR
-# \xCLED SANS-SERIF DIGIT FOUR 
-# \x278E DINGBAT NEGATIVE CIRCLED SANS-SERIF DIGIT FIVE No 5 5 INVERSE CIR
-# \xCLED SANS-SERIF DIGIT FIVE 
-# \x278F DINGBAT NEGATIVE CIRCLED SANS-SERIF DIGIT SIX No 6 6 INVERSE CIRC
-# \xLED SANS-SERIF DIGIT SIX 
-# \x2790 DINGBAT NEGATIVE CIRCLED SANS-SERIF DIGIT SEVEN No 7 7 INVERSE CI
-# \xRCLED SANS-SERIF DIGIT SEVEN 
-# \x2791 DINGBAT NEGATIVE CIRCLED SANS-SERIF DIGIT EIGHT No 8 8 INVERSE CI
-# \xRCLED SANS-SERIF DIGIT EIGHT 
-# \x2792 DINGBAT NEGATIVE CIRCLED SANS-SERIF DIGIT NINE No 9 9 INVERSE CIR
-# \xCLED SANS-SERIF DIGIT NINE 
-# \x2793 DINGBAT NEGATIVE CIRCLED SANS-SERIF NUMBER TEN No 10 INVERSE CIR
-# \xCLED SANS-SERIF NUMBER TEN 
-# \x2794 HEAVY WIDE-HEADED RIGHTWARDS ARROW HEAVY WIDE-HEADED RIGHT A
-# \xRROW 
-# \x2798 HEAVY SOUTH EAST ARROW HEAVY LOWER RIGHT ARROW 
-# \x2799 HEAVY RIGHTWARDS ARROW HEAVY RIGHT ARROW 
-# \x279A HEAVY NORTH EAST ARROW HEAVY UPPER RIGHT ARROW 
-# \x279B DRAFTING POINT RIGHTWARDS ARROW DRAFTING POINT RIGHT ARROW 
-# \x 
-# \x279C HEAVY ROUND-TIPPED RIGHTWARDS ARROW HEAVY ROUND-TIPPED RIGHT
-# \x ARROW 
-# \x279D TRIANGLE-HEADED RIGHTWARDS ARROW TRIANGLE-HEADED RIGHT ARROW
-# \x 
-# \x279E HEAVY TRIANGLE-HEADED RIGHTWARDS ARROW HEAVY TRIANGLE-HEADED
-# \x RIGHT ARROW 
-# \x279F DASHED TRIANGLE-HEADED RIGHTWARDS ARROW DASHED TRIANGLE-HEAD
-# \xED RIGHT ARROW 
-# \x27A0 HEAVY DASHED TRIANGLE-HEADED RIGHTWARDS ARROW HEAVY DASHED T
-# \xRIANGLE-HEADED RIGHT ARROW 
-# \x27A1 BLACK RIGHTWARDS ARROW BLACK RIGHT ARROW 
-# \x27A2 THREE-D TOP-LIGHTED RIGHTWARDS ARROWHEAD THREE-D TOP-LIGHTED
-# \x RIGHT ARROWHEAD 
-# \x27A3 THREE-D BOTTOM-LIGHTED RIGHTWARDS ARROWHEAD THREE-D BOTTOM-L
-# \xIGHTED RIGHT ARROWHEAD 
-# \x27A4 BLACK RIGHTWARDS ARROWHEAD BLACK RIGHT ARROWHEAD 
-# \x27A5 HEAVY BLACK CURVED DOWNWARDS AND RIGHTWARDS ARROW HEAVY BLAC
-# \xK CURVED DOWN AND RIGHT ARROW 
-# \x27A6 HEAVY BLACK CURVED UPWARDS AND RIGHTWARDS ARROW HEAVY BLACK 
-# \xCURVED UP AND RIGHT ARROW 
-# \x27A7 SQUAT BLACK RIGHTWARDS ARROW SQUAT BLACK RIGHT ARROW 
-# \x27A8 HEAVY CONCAVE-POINTED BLACK RIGHTWARDS ARROW HEAVY CONCAVE-P
-# \xOINTED BLACK RIGHT ARROW 
-# \x27A9 RIGHT-SHADED WHITE RIGHTWARDS ARROW RIGHT-SHADED WHITE RIGHT
-# \x ARROW 
-# \x27AA LEFT-SHADED WHITE RIGHTWARDS ARROW LEFT-SHADED WHITE RIGHT A
-# \xRROW 
-# \x27AB BACK-TILTED SHADOWED WHITE RIGHTWARDS ARROW BACK-TILTED SHAD
-# \xOWED WHITE RIGHT ARROW 
-# \x27AC FRONT-TILTED SHADOWED WHITE RIGHTWARDS ARROW FRONT-TILTED SH
-# \xADOWED WHITE RIGHT ARROW 
-# \x27AD HEAVY LOWER RIGHT-SHADOWED WHITE RIGHTWARDS ARROW HEAVY LOWE
-# \xR RIGHT-SHADOWED WHITE RIGHT ARROW 
-# \x27AE HEAVY UPPER RIGHT-SHADOWED WHITE RIGHTWARDS ARROW HEAVY UPPE
-# \xR RIGHT-SHADOWED WHITE RIGHT ARROW 
-# \x27AF NOTCHED LOWER RIGHT-SHADOWED WHITE RIGHTWARDS ARROW NOTCHED 
-# \xLOWER RIGHT-SHADOWED WHITE RIGHT ARROW 
-# \x27B1 NOTCHED UPPER RIGHT-SHADOWED WHITE RIGHTWARDS ARROW NOTCHED 
-# \xUPPER RIGHT-SHADOWED WHITE RIGHT ARROW 
-# \x27B2 CIRCLED HEAVY WHITE RIGHTWARDS ARROW CIRCLED HEAVY WHITE RIG
-# \xHT ARROW 
-# \x27B3 WHITE-FEATHERED RIGHTWARDS ARROW WHITE-FEATHERED RIGHT ARROW
-# \x 
-# \x27B4 BLACK-FEATHERED SOUTH EAST ARROW BLACK-FEATHERED LOWER RIGHT
-# \x ARROW 
-# \x27B5 BLACK-FEATHERED RIGHTWARDS ARROW BLACK-FEATHERED RIGHT ARROW
-# \x 
-# \x27B6 BLACK-FEATHERED NORTH EAST ARROW BLACK-FEATHERED UPPER RIGHT
-# \x ARROW 
-# \x27B7 HEAVY BLACK-FEATHERED SOUTH EAST ARROW HEAVY BLACK-FEATHERED
-# \x LOWER RIGHT ARROW 
-# \x27B8 HEAVY BLACK-FEATHERED RIGHTWARDS ARROW HEAVY BLACK-FEATHERED
-# \x RIGHT ARROW 
-# \x27B9 HEAVY BLACK-FEATHERED NORTH EAST ARROW HEAVY BLACK-FEATHERED
-# \x UPPER RIGHT ARROW 
-# \x27BA TEARDROP-BARBED RIGHTWARDS ARROW TEARDROP-BARBED RIGHT ARROW
-# \x 
-# \x27BB HEAVY TEARDROP-SHANKED RIGHTWARDS ARROW HEAVY TEARDROP-SHANK
-# \xED RIGHT ARROW 
-# \x27BC WEDGE-TAILED RIGHTWARDS ARROW WEDGE-TAILED RIGHT ARROW 
-# \x27BD HEAVY WEDGE-TAILED RIGHTWARDS ARROW HEAVY WEDGE-TAILED RIGHT
-# \x ARROW 
-# \x27BE OPEN-OUTLINED RIGHTWARDS ARROW OPEN-OUTLINED RIGHT ARROW 
-# \x27D0 WHITE DIAMOND WITH CENTRED DOT 
-# \x27D1 AND WITH DOT 
-# \x27D2 ELEMENT OF OPENING UPWARDS 
-# \x27D3 LOWER RIGHT CORNER WITH DOT 
-# \x27D4 UPPER LEFT CORNER WITH DOT 
-# \x27D5 LEFT OUTER JOIN 
-# \x27D6 RIGHT OUTER JOIN 
-# \x27D7 FULL OUTER JOIN 
-# \x27D8 LARGE UP TACK 
-# \x27D9 LARGE DOWN TACK 
-# \x27DA LEFT AND RIGHT DOUBLE TURNSTILE 
-# \x27DB LEFT AND RIGHT TACK 
-# \x27DC LEFT MULTIMAP 
-# \x27DD LONG RIGHT TACK 
-# \x27DE LONG LEFT TACK 
-# \x27DF UP TACK WITH CIRCLE ABOVE 
-# \x27E0 LOZENGE DIVIDED BY HORIZONTAL RULE 
-# \x27E1 WHITE CONCAVE-SIDED DIAMOND 
-# \x27E2 WHITE CONCAVE-SIDED DIAMOND WITH LEFTWARDS TICK 
-# \x27E3 WHITE CONCAVE-SIDED DIAMOND WITH RIGHTWARDS TICK 
-# \x27E4 WHITE SQUARE WITH LEFTWARDS TICK 
-# \x27E5 WHITE SQUARE WITH RIGHTWARDS TICK 
-# \x27E6 MATHEMATICAL LEFT WHITE SQUARE BRACKET 
-# \x27E7 MATHEMATICAL RIGHT WHITE SQUARE BRACKET 
-# \x27E8 MATHEMATICAL LEFT ANGLE BRACKET 
-# \x27E9 MATHEMATICAL RIGHT ANGLE BRACKET 
-# \x27EA MATHEMATICAL LEFT DOUBLE ANGLE BRACKET 
-# \x27EB MATHEMATICAL RIGHT DOUBLE ANGLE BRACKET 
-# \x27F0 UPWARDS QUADRUPLE ARROW 
-# \x27F1 DOWNWARDS QUADRUPLE ARROW 
-# \x27F2 ANTICLOCKWISE GAPPED CIRCLE ARROW 
-# \x27F3 CLOCKWISE GAPPED CIRCLE ARROW 
-# \x27F4 RIGHT ARROW WITH CIRCLED PLUS 
-# \x27F5 LONG LEFTWARDS ARROW 
-# \x27F6 LONG RIGHTWARDS ARROW 
-# \x27F7 LONG LEFT RIGHT ARROW 
-# \x27F8 LONG LEFTWARDS DOUBLE ARROW 
-# \x27F9 LONG RIGHTWARDS DOUBLE ARROW 
-# \x27FA LONG LEFT RIGHT DOUBLE ARROW 
-# \x27FB LONG LEFTWARDS ARROW FROM BAR 
-# \x27FC LONG RIGHTWARDS ARROW FROM BAR 
-# \x27FD LONG LEFTWARDS DOUBLE ARROW FROM BAR 
-# \x27FE LONG RIGHTWARDS DOUBLE ARROW FROM BAR 
-# \x27FF LONG RIGHTWARDS SQUIGGLE ARROW 
-# \x2800 BRAILLE PATTERN BLANK 
-# \x2801 BRAILLE PATTERN DOTS-1 
-# \x2802 BRAILLE PATTERN DOTS-2 
-# \x2803 BRAILLE PATTERN DOTS-12 
-# \x2804 BRAILLE PATTERN DOTS-3 
-# \x2805 BRAILLE PATTERN DOTS-13 
-# \x2806 BRAILLE PATTERN DOTS-23 
-# \x2807 BRAILLE PATTERN DOTS-123 
-# \x2808 BRAILLE PATTERN DOTS-4 
-# \x2809 BRAILLE PATTERN DOTS-14 
-# \x280A BRAILLE PATTERN DOTS-24 
-# \x280B BRAILLE PATTERN DOTS-124 
-# \x280C BRAILLE PATTERN DOTS-34 
-# \x280D BRAILLE PATTERN DOTS-134 
-# \x280E BRAILLE PATTERN DOTS-234 
-# \x280F BRAILLE PATTERN DOTS-1234 
-# \x2810 BRAILLE PATTERN DOTS-5 
-# \x2811 BRAILLE PATTERN DOTS-15 
-# \x2812 BRAILLE PATTERN DOTS-25 
-# \x2813 BRAILLE PATTERN DOTS-125 
-# \x2814 BRAILLE PATTERN DOTS-35 
-# \x2815 BRAILLE PATTERN DOTS-135 
-# \x2816 BRAILLE PATTERN DOTS-235 
-# \x2817 BRAILLE PATTERN DOTS-1235 
-# \x2818 BRAILLE PATTERN DOTS-45 
-# \x2819 BRAILLE PATTERN DOTS-145 
-# \x281A BRAILLE PATTERN DOTS-245 
-# \x281B BRAILLE PATTERN DOTS-1245 
-# \x281C BRAILLE PATTERN DOTS-345 
-# \x281D BRAILLE PATTERN DOTS-1345 
-# \x281E BRAILLE PATTERN DOTS-2345 
-# \x281F BRAILLE PATTERN DOTS-12345 
-# \x2820 BRAILLE PATTERN DOTS-6 
-# \x2821 BRAILLE PATTERN DOTS-16 
-# \x2822 BRAILLE PATTERN DOTS-26 
-# \x2823 BRAILLE PATTERN DOTS-126 
-# \x2824 BRAILLE PATTERN DOTS-36 
-# \x2825 BRAILLE PATTERN DOTS-136 
-# \x2826 BRAILLE PATTERN DOTS-236 
-# \x2827 BRAILLE PATTERN DOTS-1236 
-# \x2828 BRAILLE PATTERN DOTS-46 
-# \x2829 BRAILLE PATTERN DOTS-146 
-# \x282A BRAILLE PATTERN DOTS-246 
-# \x282B BRAILLE PATTERN DOTS-1246 
-# \x282C BRAILLE PATTERN DOTS-346 
-# \x282D BRAILLE PATTERN DOTS-1346 
-# \x282E BRAILLE PATTERN DOTS-2346 
-# \x282F BRAILLE PATTERN DOTS-12346 
-# \x2830 BRAILLE PATTERN DOTS-56 
-# \x2831 BRAILLE PATTERN DOTS-156 
-# \x2832 BRAILLE PATTERN DOTS-256 
-# \x2833 BRAILLE PATTERN DOTS-1256 
-# \x2834 BRAILLE PATTERN DOTS-356 
-# \x2835 BRAILLE PATTERN DOTS-1356 
-# \x2836 BRAILLE PATTERN DOTS-2356 
-# \x2837 BRAILLE PATTERN DOTS-12356 
-# \x2838 BRAILLE PATTERN DOTS-456 
-# \x2839 BRAILLE PATTERN DOTS-1456 
-# \x283A BRAILLE PATTERN DOTS-2456 
-# \x283B BRAILLE PATTERN DOTS-12456 
-# \x283C BRAILLE PATTERN DOTS-3456 
-# \x283D BRAILLE PATTERN DOTS-13456 
-# \x283E BRAILLE PATTERN DOTS-23456 
-# \x283F BRAILLE PATTERN DOTS-123456 
-# \x2840 BRAILLE PATTERN DOTS-7 
-# \x2841 BRAILLE PATTERN DOTS-17 
-# \x2842 BRAILLE PATTERN DOTS-27 
-# \x2843 BRAILLE PATTERN DOTS-127 
-# \x2844 BRAILLE PATTERN DOTS-37 
-# \x2845 BRAILLE PATTERN DOTS-137 
-# \x2846 BRAILLE PATTERN DOTS-237 
-# \x2847 BRAILLE PATTERN DOTS-1237 
-# \x2848 BRAILLE PATTERN DOTS-47 
-# \x2849 BRAILLE PATTERN DOTS-147 
-# \x284A BRAILLE PATTERN DOTS-247 
-# \x284B BRAILLE PATTERN DOTS-1247 
-# \x284C BRAILLE PATTERN DOTS-347 
-# \x284D BRAILLE PATTERN DOTS-1347 
-# \x284E BRAILLE PATTERN DOTS-2347 
-# \x284F BRAILLE PATTERN DOTS-12347 
-# \x2850 BRAILLE PATTERN DOTS-57 
-# \x2851 BRAILLE PATTERN DOTS-157 
-# \x2852 BRAILLE PATTERN DOTS-257 
-# \x2853 BRAILLE PATTERN DOTS-1257 
-# \x2854 BRAILLE PATTERN DOTS-357 
-# \x2855 BRAILLE PATTERN DOTS-1357 
-# \x2856 BRAILLE PATTERN DOTS-2357 
-# \x2857 BRAILLE PATTERN DOTS-12357 
-# \x2858 BRAILLE PATTERN DOTS-457 
-# \x2859 BRAILLE PATTERN DOTS-1457 
-# \x285A BRAILLE PATTERN DOTS-2457 
-# \x285B BRAILLE PATTERN DOTS-12457 
-# \x285C BRAILLE PATTERN DOTS-3457 
-# \x285D BRAILLE PATTERN DOTS-13457 
-# \x285E BRAILLE PATTERN DOTS-23457 
-# \x285F BRAILLE PATTERN DOTS-123457 
-# \x2860 BRAILLE PATTERN DOTS-67 
-# \x2861 BRAILLE PATTERN DOTS-167 
-# \x2862 BRAILLE PATTERN DOTS-267 
-# \x2863 BRAILLE PATTERN DOTS-1267 
-# \x2864 BRAILLE PATTERN DOTS-367 
-# \x2865 BRAILLE PATTERN DOTS-1367 
-# \x2866 BRAILLE PATTERN DOTS-2367 
-# \x2867 BRAILLE PATTERN DOTS-12367 
-# \x2868 BRAILLE PATTERN DOTS-467 
-# \x2869 BRAILLE PATTERN DOTS-1467 
-# \x286A BRAILLE PATTERN DOTS-2467 
-# \x286B BRAILLE PATTERN DOTS-12467 
-# \x286C BRAILLE PATTERN DOTS-3467 
-# \x286D BRAILLE PATTERN DOTS-13467 
-# \x286E BRAILLE PATTERN DOTS-23467 
-# \x286F BRAILLE PATTERN DOTS-123467 
-# \x2870 BRAILLE PATTERN DOTS-567 
-# \x2871 BRAILLE PATTERN DOTS-1567 
-# \x2872 BRAILLE PATTERN DOTS-2567 
-# \x2873 BRAILLE PATTERN DOTS-12567 
-# \x2874 BRAILLE PATTERN DOTS-3567 
-# \x2875 BRAILLE PATTERN DOTS-13567 
-# \x2876 BRAILLE PATTERN DOTS-23567 
-# \x2877 BRAILLE PATTERN DOTS-123567 
-# \x2878 BRAILLE PATTERN DOTS-4567 
-# \x2879 BRAILLE PATTERN DOTS-14567 
-# \x287A BRAILLE PATTERN DOTS-24567 
-# \x287B BRAILLE PATTERN DOTS-124567 
-# \x287C BRAILLE PATTERN DOTS-34567 
-# \x287D BRAILLE PATTERN DOTS-134567 
-# \x287E BRAILLE PATTERN DOTS-234567 
-# \x287F BRAILLE PATTERN DOTS-1234567 
-# \x2880 BRAILLE PATTERN DOTS-8 
-# \x2881 BRAILLE PATTERN DOTS-18 
-# \x2882 BRAILLE PATTERN DOTS-28 
-# \x2883 BRAILLE PATTERN DOTS-128 
-# \x2884 BRAILLE PATTERN DOTS-38 
-# \x2885 BRAILLE PATTERN DOTS-138 
-# \x2886 BRAILLE PATTERN DOTS-238 
-# \x2887 BRAILLE PATTERN DOTS-1238 
-# \x2888 BRAILLE PATTERN DOTS-48 
-# \x2889 BRAILLE PATTERN DOTS-148 
-# \x288A BRAILLE PATTERN DOTS-248 
-# \x288B BRAILLE PATTERN DOTS-1248 
-# \x288C BRAILLE PATTERN DOTS-348 
-# \x288D BRAILLE PATTERN DOTS-1348 
-# \x288E BRAILLE PATTERN DOTS-2348 
-# \x288F BRAILLE PATTERN DOTS-12348 
-# \x2890 BRAILLE PATTERN DOTS-58 
-# \x2891 BRAILLE PATTERN DOTS-158 
-# \x2892 BRAILLE PATTERN DOTS-258 
-# \x2893 BRAILLE PATTERN DOTS-1258 
-# \x2894 BRAILLE PATTERN DOTS-358 
-# \x2895 BRAILLE PATTERN DOTS-1358 
-# \x2896 BRAILLE PATTERN DOTS-2358 
-# \x2897 BRAILLE PATTERN DOTS-12358 
-# \x2898 BRAILLE PATTERN DOTS-458 
-# \x2899 BRAILLE PATTERN DOTS-1458 
-# \x289A BRAILLE PATTERN DOTS-2458 
-# \x289B BRAILLE PATTERN DOTS-12458 
-# \x289C BRAILLE PATTERN DOTS-3458 
-# \x289D BRAILLE PATTERN DOTS-13458 
-# \x289E BRAILLE PATTERN DOTS-23458 
-# \x289F BRAILLE PATTERN DOTS-123458 
-# \x28A0 BRAILLE PATTERN DOTS-68 
-# \x28A1 BRAILLE PATTERN DOTS-168 
-# \x28A2 BRAILLE PATTERN DOTS-268 
-# \x28A3 BRAILLE PATTERN DOTS-1268 
-# \x28A4 BRAILLE PATTERN DOTS-368 
-# \x28A5 BRAILLE PATTERN DOTS-1368 
-# \x28A6 BRAILLE PATTERN DOTS-2368 
-# \x28A7 BRAILLE PATTERN DOTS-12368 
-# \x28A8 BRAILLE PATTERN DOTS-468 
-# \x28A9 BRAILLE PATTERN DOTS-1468 
-# \x28AA BRAILLE PATTERN DOTS-2468 
-# \x28AB BRAILLE PATTERN DOTS-12468 
-# \x28AC BRAILLE PATTERN DOTS-3468 
-# \x28AD BRAILLE PATTERN DOTS-13468 
-# \x28AE BRAILLE PATTERN DOTS-23468 
-# \x28AF BRAILLE PATTERN DOTS-123468 
-# \x28B0 BRAILLE PATTERN DOTS-568 
-# \x28B1 BRAILLE PATTERN DOTS-1568 
-# \x28B2 BRAILLE PATTERN DOTS-2568 
-# \x28B3 BRAILLE PATTERN DOTS-12568 
-# \x28B4 BRAILLE PATTERN DOTS-3568 
-# \x28B5 BRAILLE PATTERN DOTS-13568 
-# \x28B6 BRAILLE PATTERN DOTS-23568 
-# \x28B7 BRAILLE PATTERN DOTS-123568 
-# \x28B8 BRAILLE PATTERN DOTS-4568 
-# \x28B9 BRAILLE PATTERN DOTS-14568 
-# \x28BA BRAILLE PATTERN DOTS-24568 
-# \x28BB BRAILLE PATTERN DOTS-124568 
-# \x28BC BRAILLE PATTERN DOTS-34568 
-# \x28BD BRAILLE PATTERN DOTS-134568 
-# \x28BE BRAILLE PATTERN DOTS-234568 
-# \x28BF BRAILLE PATTERN DOTS-1234568 
-# \x28C0 BRAILLE PATTERN DOTS-78 
-# \x28C1 BRAILLE PATTERN DOTS-178 
-# \x28C2 BRAILLE PATTERN DOTS-278 
-# \x28C3 BRAILLE PATTERN DOTS-1278 
-# \x28C4 BRAILLE PATTERN DOTS-378 
-# \x28C5 BRAILLE PATTERN DOTS-1378 
-# \x28C6 BRAILLE PATTERN DOTS-2378 
-# \x28C7 BRAILLE PATTERN DOTS-12378 
-# \x28C8 BRAILLE PATTERN DOTS-478 
-# \x28C9 BRAILLE PATTERN DOTS-1478 
-# \x28CA BRAILLE PATTERN DOTS-2478 
-# \x28CB BRAILLE PATTERN DOTS-12478 
-# \x28CC BRAILLE PATTERN DOTS-3478 
-# \x28CD BRAILLE PATTERN DOTS-13478 
-# \x28CE BRAILLE PATTERN DOTS-23478 
-# \x28CF BRAILLE PATTERN DOTS-123478 
-# \x28D0 BRAILLE PATTERN DOTS-578 
-# \x28D1 BRAILLE PATTERN DOTS-1578 
-# \x28D2 BRAILLE PATTERN DOTS-2578 
-# \x28D3 BRAILLE PATTERN DOTS-12578 
-# \x28D4 BRAILLE PATTERN DOTS-3578 
-# \x28D5 BRAILLE PATTERN DOTS-13578 
-# \x28D6 BRAILLE PATTERN DOTS-23578 
-# \x28D7 BRAILLE PATTERN DOTS-123578 
-# \x28D8 BRAILLE PATTERN DOTS-4578 
-# \x28D9 BRAILLE PATTERN DOTS-14578 
-# \x28DA BRAILLE PATTERN DOTS-24578 
-# \x28DB BRAILLE PATTERN DOTS-124578 
-# \x28DC BRAILLE PATTERN DOTS-34578 
-# \x28DD BRAILLE PATTERN DOTS-134578 
-# \x28DE BRAILLE PATTERN DOTS-234578 
-# \x28DF BRAILLE PATTERN DOTS-1234578 
-# \x28E0 BRAILLE PATTERN DOTS-678 
-# \x28E1 BRAILLE PATTERN DOTS-1678 
-# \x28E2 BRAILLE PATTERN DOTS-2678 
-# \x28E3 BRAILLE PATTERN DOTS-12678 
-# \x28E4 BRAILLE PATTERN DOTS-3678 
-# \x28E5 BRAILLE PATTERN DOTS-13678 
-# \x28E6 BRAILLE PATTERN DOTS-23678 
-# \x28E7 BRAILLE PATTERN DOTS-123678 
-# \x28E8 BRAILLE PATTERN DOTS-4678 
-# \x28E9 BRAILLE PATTERN DOTS-14678 
-# \x28EA BRAILLE PATTERN DOTS-24678 
-# \x28EB BRAILLE PATTERN DOTS-124678 
-# \x28EC BRAILLE PATTERN DOTS-34678 
-# \x28ED BRAILLE PATTERN DOTS-134678 
-# \x28EE BRAILLE PATTERN DOTS-234678 
-# \x28EF BRAILLE PATTERN DOTS-1234678 
-# \x28F0 BRAILLE PATTERN DOTS-5678 
-# \x28F1 BRAILLE PATTERN DOTS-15678 
-# \x28F2 BRAILLE PATTERN DOTS-25678 
-# \x28F3 BRAILLE PATTERN DOTS-125678 
-# \x28F4 BRAILLE PATTERN DOTS-35678 
-# \x28F5 BRAILLE PATTERN DOTS-135678 
-# \x28F6 BRAILLE PATTERN DOTS-235678 
-# \x28F7 BRAILLE PATTERN DOTS-1235678 
-# \x28F8 BRAILLE PATTERN DOTS-45678 
-# \x28F9 BRAILLE PATTERN DOTS-145678 
-# \x28FA BRAILLE PATTERN DOTS-245678 
-# \x28FB BRAILLE PATTERN DOTS-1245678 
-# \x28FC BRAILLE PATTERN DOTS-345678 
-# \x28FD BRAILLE PATTERN DOTS-1345678 
-# \x28FE BRAILLE PATTERN DOTS-2345678 
-# \x28FF BRAILLE PATTERN DOTS-12345678 
-# \x2900 RIGHTWARDS TWO-HEADED ARROW WITH VERTICAL STROKE 
-# \x2901 RIGHTWARDS TWO-HEADED ARROW WITH DOUBLE VERTICAL STROKE 
-# \x2902 LEFTWARDS DOUBLE ARROW WITH VERTICAL STROKE 
-# \x2903 RIGHTWARDS DOUBLE ARROW WITH VERTICAL STROKE 
-# \x2904 LEFT RIGHT DOUBLE ARROW WITH VERTICAL STROKE 
-# \x2905 RIGHTWARDS TWO-HEADED ARROW FROM BAR 
-# \x2906 LEFTWARDS DOUBLE ARROW FROM BAR 
-# \x2907 RIGHTWARDS DOUBLE ARROW FROM BAR 
-# \x2908 DOWNWARDS ARROW WITH HORIZONTAL STROKE 
-# \x2909 UPWARDS ARROW WITH HORIZONTAL STROKE 
-# \x290A UPWARDS TRIPLE ARROW 
-# \x290B DOWNWARDS TRIPLE ARROW 
-# \x290C LEFTWARDS DOUBLE DASH ARROW 
-# \x290D RIGHTWARDS DOUBLE DASH ARROW 
-# \x290E LEFTWARDS TRIPLE DASH ARROW 
-# \x290F RIGHTWARDS TRIPLE DASH ARROW 
-# \x2910 RIGHTWARDS TWO-HEADED TRIPLE DASH ARROW 
-# \x2911 RIGHTWARDS ARROW WITH DOTTED STEM 
-# \x2912 UPWARDS ARROW TO BAR 
-# \x2913 DOWNWARDS ARROW TO BAR 
-# \x2914 RIGHTWARDS ARROW WITH TAIL WITH VERTICAL STROKE 
-# \x2915 RIGHTWARDS ARROW WITH TAIL WITH DOUBLE VERTICAL STROKE 
-# \x2916 RIGHTWARDS TWO-HEADED ARROW WITH TAIL 
-# \x2917 RIGHTWARDS TWO-HEADED ARROW WITH TAIL WITH VERTICAL STROKE 
-# \x 
-# \x2918 RIGHTWARDS TWO-HEADED ARROW WITH TAIL WITH DOUBLE VERTICAL STROKE 
-# \x 
-# \x2919 LEFTWARDS ARROW-TAIL 
-# \x291A RIGHTWARDS ARROW-TAIL 
-# \x291B LEFTWARDS DOUBLE ARROW-TAIL 
-# \x291C RIGHTWARDS DOUBLE ARROW-TAIL 
-# \x291D LEFTWARDS ARROW TO BLACK DIAMOND 
-# \x291E RIGHTWARDS ARROW TO BLACK DIAMOND 
-# \x291F LEFTWARDS ARROW FROM BAR TO BLACK DIAMOND 
-# \x2920 RIGHTWARDS ARROW FROM BAR TO BLACK DIAMOND 
-# \x2921 NORTH WEST AND SOUTH EAST ARROW 
-# \x2922 NORTH EAST AND SOUTH WEST ARROW 
-# \x2923 NORTH WEST ARROW WITH HOOK 
-# \x2924 NORTH EAST ARROW WITH HOOK 
-# \x2925 SOUTH EAST ARROW WITH HOOK 
-# \x2926 SOUTH WEST ARROW WITH HOOK 
-# \x2927 NORTH WEST ARROW AND NORTH EAST ARROW 
-# \x2928 NORTH EAST ARROW AND SOUTH EAST ARROW 
-# \x2929 SOUTH EAST ARROW AND SOUTH WEST ARROW 
-# \x292A SOUTH WEST ARROW AND NORTH WEST ARROW 
-# \x292B RISING DIAGONAL CROSSING FALLING DIAGONAL 
-# \x292C FALLING DIAGONAL CROSSING RISING DIAGONAL 
-# \x292D SOUTH EAST ARROW CROSSING NORTH EAST ARROW 
-# \x292E NORTH EAST ARROW CROSSING SOUTH EAST ARROW 
-# \x292F FALLING DIAGONAL CROSSING NORTH EAST ARROW 
-# \x2930 RISING DIAGONAL CROSSING SOUTH EAST ARROW 
-# \x2931 NORTH EAST ARROW CROSSING NORTH WEST ARROW 
-# \x2932 NORTH WEST ARROW CROSSING NORTH EAST ARROW 
-# \x2933 WAVE ARROW POINTING DIRECTLY RIGHT 
-# \x2934 ARROW POINTING RIGHTWARDS THEN CURVING UPWARDS 
-# \x2935 ARROW POINTING RIGHTWARDS THEN CURVING DOWNWARDS 
-# \x2936 ARROW POINTING DOWNWARDS THEN CURVING LEFTWARDS 
-# \x2937 ARROW POINTING DOWNWARDS THEN CURVING RIGHTWARDS 
-# \x2938 RIGHT-SIDE ARC CLOCKWISE ARROW 
-# \x2939 LEFT-SIDE ARC ANTICLOCKWISE ARROW 
-# \x293A TOP ARC ANTICLOCKWISE ARROW 
-# \x293B BOTTOM ARC ANTICLOCKWISE ARROW 
-# \x293C TOP ARC CLOCKWISE ARROW WITH MINUS 
-# \x293D TOP ARC ANTICLOCKWISE ARROW WITH PLUS 
-# \x293E LOWER RIGHT SEMICIRCULAR CLOCKWISE ARROW 
-# \x293F LOWER LEFT SEMICIRCULAR ANTICLOCKWISE ARROW 
-# \x2940 ANTICLOCKWISE CLOSED CIRCLE ARROW 
-# \x2941 CLOCKWISE CLOSED CIRCLE ARROW 
-# \x2942 RIGHTWARDS ARROW ABOVE SHORT LEFTWARDS ARROW 
-# \x2943 LEFTWARDS ARROW ABOVE SHORT RIGHTWARDS ARROW 
-# \x2944 SHORT RIGHTWARDS ARROW ABOVE LEFTWARDS ARROW 
-# \x2945 RIGHTWARDS ARROW WITH PLUS BELOW 
-# \x2946 LEFTWARDS ARROW WITH PLUS BELOW 
-# \x2947 RIGHTWARDS ARROW THROUGH X 
-# \x2948 LEFT RIGHT ARROW THROUGH SMALL CIRCLE 
-# \x2949 UPWARDS TWO-HEADED ARROW FROM SMALL CIRCLE 
-# \x294A LEFT BARB UP RIGHT BARB DOWN HARPOON 
-# \x294B LEFT BARB DOWN RIGHT BARB UP HARPOON 
-# \x294C UP BARB RIGHT DOWN BARB LEFT HARPOON 
-# \x294D UP BARB LEFT DOWN BARB RIGHT HARPOON 
-# \x294E LEFT BARB UP RIGHT BARB UP HARPOON 
-# \x294F UP BARB RIGHT DOWN BARB RIGHT HARPOON 
-# \x2950 LEFT BARB DOWN RIGHT BARB DOWN HARPOON 
-# \x2951 UP BARB LEFT DOWN BARB LEFT HARPOON 
-# \x2952 LEFTWARDS HARPOON WITH BARB UP TO BAR 
-# \x2953 RIGHTWARDS HARPOON WITH BARB UP TO BAR 
-# \x2954 UPWARDS HARPOON WITH BARB RIGHT TO BAR 
-# \x2955 DOWNWARDS HARPOON WITH BARB RIGHT TO BAR 
-# \x2956 LEFTWARDS HARPOON WITH BARB DOWN TO BAR 
-# \x2957 RIGHTWARDS HARPOON WITH BARB DOWN TO BAR 
-# \x2958 UPWARDS HARPOON WITH BARB LEFT TO BAR 
-# \x2959 DOWNWARDS HARPOON WITH BARB LEFT TO BAR 
-# \x295A LEFTWARDS HARPOON WITH BARB UP FROM BAR 
-# \x295B RIGHTWARDS HARPOON WITH BARB UP FROM BAR 
-# \x295C UPWARDS HARPOON WITH BARB RIGHT FROM BAR 
-# \x295D DOWNWARDS HARPOON WITH BARB RIGHT FROM BAR 
-# \x295E LEFTWARDS HARPOON WITH BARB DOWN FROM BAR 
-# \x295F RIGHTWARDS HARPOON WITH BARB DOWN FROM BAR 
-# \x2960 UPWARDS HARPOON WITH BARB LEFT FROM BAR 
-# \x2961 DOWNWARDS HARPOON WITH BARB LEFT FROM BAR 
-# \x2962 LEFTWARDS HARPOON WITH BARB UP ABOVE LEFTWARDS HARPOON WITH BARB DOWN 0
-# \x 
-# \x2963 UPWARDS HARPOON WITH BARB LEFT BESIDE UPWARDS HARPOON WITH BARB RIGHT 0
-# \x 
-# \x2964 RIGHTWARDS HARPOON WITH BARB UP ABOVE RIGHTWARDS HARPOON WITH BARB DOWN Sm
-# \x 
-# \x2965 DOWNWARDS HARPOON WITH BARB LEFT BESIDE DOWNWARDS HARPOON WITH BARB RIGHT 
-# \x 
-# \x2966 LEFTWARDS HARPOON WITH BARB UP ABOVE RIGHTWARDS HARPOON WITH BARB UP 
-# \xON 
-# \x2967 LEFTWARDS HARPOON WITH BARB DOWN ABOVE RIGHTWARDS HARPOON WITH BARB DOWN S
-# \xm 
-# \x2968 RIGHTWARDS HARPOON WITH BARB UP ABOVE LEFTWARDS HARPOON WITH BARB UP 
-# \xON 
-# \x2969 RIGHTWARDS HARPOON WITH BARB DOWN ABOVE LEFTWARDS HARPOON WITH BARB DOWN S
-# \xm 
-# \x296A LEFTWARDS HARPOON WITH BARB UP ABOVE LONG DASH 
-# \x296B LEFTWARDS HARPOON WITH BARB DOWN BELOW LONG DASH 
-# \x296C RIGHTWARDS HARPOON WITH BARB UP ABOVE LONG DASH 
-# \x296D RIGHTWARDS HARPOON WITH BARB DOWN BELOW LONG DASH 
-# \x296E UPWARDS HARPOON WITH BARB LEFT BESIDE DOWNWARDS HARPOON WITH BARB RIGHT Sm
-# \x 
-# \x296F DOWNWARDS HARPOON WITH BARB LEFT BESIDE UPWARDS HARPOON WITH BARB RIGHT Sm
-# \x 
-# \x2970 RIGHT DOUBLE ARROW WITH ROUNDED HEAD 
-# \x2971 EQUALS SIGN ABOVE RIGHTWARDS ARROW 
-# \x2972 TILDE OPERATOR ABOVE RIGHTWARDS ARROW 
-# \x2973 LEFTWARDS ARROW ABOVE TILDE OPERATOR 
-# \x2974 RIGHTWARDS ARROW ABOVE TILDE OPERATOR 
-# \x2975 RIGHTWARDS ARROW ABOVE ALMOST EQUAL TO 
-# \x2976 LESS-THAN ABOVE LEFTWARDS ARROW 
-# \x2977 LEFTWARDS ARROW THROUGH LESS-THAN 
-# \x2978 GREATER-THAN ABOVE RIGHTWARDS ARROW 
-# \x2979 SUBSET ABOVE RIGHTWARDS ARROW 
-# \x297A LEFTWARDS ARROW THROUGH SUBSET 
-# \x297B SUPERSET ABOVE LEFTWARDS ARROW 
-# \x297C LEFT FISH TAIL 
-# \x297D RIGHT FISH TAIL 
-# \x297E UP FISH TAIL 
-# \x297F DOWN FISH TAIL 
-# \x2980 TRIPLE VERTICAL BAR DELIMITER 
-# \x2981 Z NOTATION SPOT 
-# \x2982 Z NOTATION TYPE COLON 
-# \x2983 LEFT WHITE CURLY BRACKET 
-# \x2984 RIGHT WHITE CURLY BRACKET 
-# \x2985 LEFT WHITE PARENTHESIS 
-# \x2986 RIGHT WHITE PARENTHESIS 
-# \x2987 Z NOTATION LEFT IMAGE BRACKET 
-# \x2988 Z NOTATION RIGHT IMAGE BRACKET 
-# \x2989 Z NOTATION LEFT BINDING BRACKET 
-# \x298A Z NOTATION RIGHT BINDING BRACKET 
-# \x298B LEFT SQUARE BRACKET WITH UNDERBAR 
-# \x298C RIGHT SQUARE BRACKET WITH UNDERBAR 
-# \x298D LEFT SQUARE BRACKET WITH TICK IN TOP CORNER 
-# \x298E RIGHT SQUARE BRACKET WITH TICK IN BOTTOM CORNER 
-# \x298F LEFT SQUARE BRACKET WITH TICK IN BOTTOM CORNER 
-# \x2990 RIGHT SQUARE BRACKET WITH TICK IN TOP CORNER 
-# \x2991 LEFT ANGLE BRACKET WITH DOT 
-# \x2992 RIGHT ANGLE BRACKET WITH DOT 
-# \x2993 LEFT ARC LESS-THAN BRACKET 
-# \x2994 RIGHT ARC GREATER-THAN BRACKET 
-# \x2995 DOUBLE LEFT ARC GREATER-THAN BRACKET 
-# \x2996 DOUBLE RIGHT ARC LESS-THAN BRACKET 
-# \x2997 LEFT BLACK TORTOISE SHELL BRACKET 
-# \x2998 RIGHT BLACK TORTOISE SHELL BRACKET 
-# \x2999 DOTTED FENCE 
-# \x299A VERTICAL ZIGZAG LINE 
-# \x299B MEASURED ANGLE OPENING LEFT 
-# \x299C RIGHT ANGLE VARIANT WITH SQUARE 
-# \x299D MEASURED RIGHT ANGLE WITH DOT 
-# \x299E ANGLE WITH S INSIDE 
-# \x299F ACUTE ANGLE 
-# \x29A0 SPHERICAL ANGLE OPENING LEFT 
-# \x29A1 SPHERICAL ANGLE OPENING UP 
-# \x29A2 TURNED ANGLE 
-# \x29A3 REVERSED ANGLE 
-# \x29A4 ANGLE WITH UNDERBAR 
-# \x29A5 REVERSED ANGLE WITH UNDERBAR 
-# \x29A6 OBLIQUE ANGLE OPENING UP 
-# \x29A7 OBLIQUE ANGLE OPENING DOWN 
-# \x29A8 MEASURED ANGLE WITH OPEN ARM ENDING IN ARROW POINTING UP AND RIGHT ON
-# \x Y 
-# \x29A9 MEASURED ANGLE WITH OPEN ARM ENDING IN ARROW POINTING UP AND LEFT 
-# \x Y 
-# \x29AA MEASURED ANGLE WITH OPEN ARM ENDING IN ARROW POINTING DOWN AND RIGHT 
-# \xON Y 
-# \x29AB MEASURED ANGLE WITH OPEN ARM ENDING IN ARROW POINTING DOWN AND LEFT O
-# \xN Y 
-# \x29AC MEASURED ANGLE WITH OPEN ARM ENDING IN ARROW POINTING RIGHT AND UP ON
-# \x Y 
-# \x29AD MEASURED ANGLE WITH OPEN ARM ENDING IN ARROW POINTING LEFT AND UP 
-# \x Y 
-# \x29AE MEASURED ANGLE WITH OPEN ARM ENDING IN ARROW POINTING RIGHT AND DOWN 
-# \xON Y 
-# \x29AF MEASURED ANGLE WITH OPEN ARM ENDING IN ARROW POINTING LEFT AND DOWN O
-# \xN Y 
-# \x29B0 REVERSED EMPTY SET 
-# \x29B1 EMPTY SET WITH OVERBAR 
-# \x29B2 EMPTY SET WITH SMALL CIRCLE ABOVE 
-# \x29B3 EMPTY SET WITH RIGHT ARROW ABOVE 
-# \x29B4 EMPTY SET WITH LEFT ARROW ABOVE 
-# \x29B5 CIRCLE WITH HORIZONTAL BAR 
-# \x29B6 CIRCLED VERTICAL BAR 
-# \x29B7 CIRCLED PARALLEL 
-# \x29B8 CIRCLED REVERSE SOLIDUS 
-# \x29B9 CIRCLED PERPENDICULAR 
-# \x29BA CIRCLE DIVIDED BY HORIZONTAL BAR AND TOP HALF DIVIDED BY VERTICAL BAR 0
-# \x 
-# \x29BB CIRCLE WITH SUPERIMPOSED X 
-# \x29BC CIRCLED ANTICLOCKWISE-ROTATED DIVISION SIGN 
-# \x29BD UP ARROW THROUGH CIRCLE 
-# \x29BE CIRCLED WHITE BULLET 
-# \x29BF CIRCLED BULLET 
-# \x29C0 CIRCLED LESS-THAN 
-# \x29C1 CIRCLED GREATER-THAN 
-# \x29C2 CIRCLE WITH SMALL CIRCLE TO THE RIGHT 
-# \x29C3 CIRCLE WITH TWO HORIZONTAL STROKES TO THE RIGHT 
-# \x29C4 SQUARED RISING DIAGONAL SLASH 
-# \x29C5 SQUARED FALLING DIAGONAL SLASH 
-# \x29C6 SQUARED ASTERISK 
-# \x29C7 SQUARED SMALL CIRCLE 
-# \x29C8 SQUARED SQUARE 
-# \x29C9 TWO JOINED SQUARES 
-# \x29CA TRIANGLE WITH DOT ABOVE 
-# \x29CB TRIANGLE WITH UNDERBAR 
-# \x29CC S IN TRIANGLE 
-# \x29CD TRIANGLE WITH SERIFS AT BOTTOM 
-# \x29CE RIGHT TRIANGLE ABOVE LEFT TRIANGLE 
-# \x29CF LEFT TRIANGLE BESIDE VERTICAL BAR 
-# \x29D0 VERTICAL BAR BESIDE RIGHT TRIANGLE 
-# \x29D1 BOWTIE WITH LEFT HALF BLACK 
-# \x29D2 BOWTIE WITH RIGHT HALF BLACK 
-# \x29D3 BLACK BOWTIE 
-# \x29D4 TIMES WITH LEFT HALF BLACK 
-# \x29D5 TIMES WITH RIGHT HALF BLACK 
-# \x29D6 WHITE HOURGLASS 
-# \x29D7 BLACK HOURGLASS 
-# \x29D8 LEFT WIGGLY FENCE 
-# \x29D9 RIGHT WIGGLY FENCE 
-# \x29DA LEFT DOUBLE WIGGLY FENCE 
-# \x29DB RIGHT DOUBLE WIGGLY FENCE 
-# \x29DC INCOMPLETE INFINITY 
-# \x29DD TIE OVER INFINITY 
-# \x29DE INFINITY NEGATED WITH VERTICAL BAR 
-# \x29DF DOUBLE-ENDED MULTIMAP 
-# \x29E0 SQUARE WITH CONTOURED OUTLINE 
-# \x29E1 INCREASES AS 
-# \x29E2 SHUFFLE PRODUCT 
-# \x29E3 EQUALS SIGN AND SLANTED PARALLEL 
-# \x29E4 EQUALS SIGN AND SLANTED PARALLEL WITH TILDE ABOVE 
-# \x29E5 IDENTICAL TO AND SLANTED PARALLEL 
-# \x29E6 GLEICH STARK 
-# \x29E7 THERMODYNAMIC 
-# \x29E8 DOWN-POINTING TRIANGLE WITH LEFT HALF BLACK 
-# \x29E9 DOWN-POINTING TRIANGLE WITH RIGHT HALF BLACK 
-# \x29EA BLACK DIAMOND WITH DOWN ARROW 
-# \x29EB BLACK LOZENGE 
-# \x29EC WHITE CIRCLE WITH DOWN ARROW 
-# \x29ED BLACK CIRCLE WITH DOWN ARROW 
-# \x29EE ERROR-BARRED WHITE SQUARE 
-# \x29EF ERROR-BARRED BLACK SQUARE 
-# \x29F0 ERROR-BARRED WHITE DIAMOND 
-# \x29F1 ERROR-BARRED BLACK DIAMOND 
-# \x29F2 ERROR-BARRED WHITE CIRCLE 
-# \x29F3 ERROR-BARRED BLACK CIRCLE 
-# \x29F4 RULE-DELAYED 
-# \x29F5 REVERSE SOLIDUS OPERATOR 
-# \x29F6 SOLIDUS WITH OVERBAR 
-# \x29F7 REVERSE SOLIDUS WITH HORIZONTAL STROKE 
-# \x29F8 BIG SOLIDUS 
-# \x29F9 BIG REVERSE SOLIDUS 
-# \x29FA DOUBLE PLUS 
-# \x29FB TRIPLE PLUS 
-# \x29FC LEFT-POINTING CURVED ANGLE BRACKET 
-# \x29FD RIGHT-POINTING CURVED ANGLE BRACKET 
-# \x29FE TINY 
-# \x29FF MINY 
-# \x2A00 N-ARY CIRCLED DOT OPERATOR 
-# \x2A01 N-ARY CIRCLED PLUS OPERATOR 
-# \x2A02 N-ARY CIRCLED TIMES OPERATOR 
-# \x2A03 N-ARY UNION OPERATOR WITH DOT 
-# \x2A04 N-ARY UNION OPERATOR WITH PLUS 
-# \x2A05 N-ARY SQUARE INTERSECTION OPERATOR 
-# \x2A06 N-ARY SQUARE UNION OPERATOR 
-# \x2A07 TWO LOGICAL AND OPERATOR 
-# \x2A08 TWO LOGICAL OR OPERATOR 
-# \x2A09 N-ARY TIMES OPERATOR 
-# \x2A0A MODULO TWO SUM 
-# \x2A0B SUMMATION WITH INTEGRAL 
-# \x2A0C QUADRUPLE INTEGRAL OPERATOR 222B 222B 222B 222B Y 
-# \x2A0D FINITE PART INTEGRAL 
-# \x2A0E INTEGRAL WITH DOUBLE STROKE 
-# \x2A0F INTEGRAL AVERAGE WITH SLASH 
-# \x2A10 CIRCULATION FUNCTION 
-# \x2A11 ANTICLOCKWISE INTEGRATION 
-# \x2A12 LINE INTEGRATION WITH RECTANGULAR PATH AROUND POLE 
-# \x2A13 LINE INTEGRATION WITH SEMICIRCULAR PATH AROUND POLE 
-# \x2A14 LINE INTEGRATION NOT INCLUDING THE POLE 
-# \x2A15 INTEGRAL AROUND A POINT OPERATOR 
-# \x2A16 QUATERNION INTEGRAL OPERATOR 
-# \x2A17 INTEGRAL WITH LEFTWARDS ARROW WITH HOOK 
-# \x2A18 INTEGRAL WITH TIMES SIGN 
-# \x2A19 INTEGRAL WITH INTERSECTION 
-# \x2A1A INTEGRAL WITH UNION 
-# \x2A1B INTEGRAL WITH OVERBAR 
-# \x2A1C INTEGRAL WITH UNDERBAR 
-# \x2A1D JOIN 
-# \x2A1E LARGE LEFT TRIANGLE OPERATOR 
-# \x2A1F Z NOTATION SCHEMA COMPOSITION 
-# \x2A20 Z NOTATION SCHEMA PIPING 
-# \x2A21 Z NOTATION SCHEMA PROJECTION 
-# \x2A22 PLUS SIGN WITH SMALL CIRCLE ABOVE 
-# \x2A23 PLUS SIGN WITH CIRCUMFLEX ACCENT ABOVE 
-# \x2A24 PLUS SIGN WITH TILDE ABOVE 
-# \x2A25 PLUS SIGN WITH DOT BELOW 
-# \x2A26 PLUS SIGN WITH TILDE BELOW 
-# \x2A27 PLUS SIGN WITH SUBSCRIPT TWO 
-# \x2A28 PLUS SIGN WITH BLACK TRIANGLE 
-# \x2A29 MINUS SIGN WITH COMMA ABOVE 
-# \x2A2A MINUS SIGN WITH DOT BELOW 
-# \x2A2B MINUS SIGN WITH FALLING DOTS 
-# \x2A2C MINUS SIGN WITH RISING DOTS 
-# \x2A2D PLUS SIGN IN LEFT HALF CIRCLE 
-# \x2A2E PLUS SIGN IN RIGHT HALF CIRCLE 
-# \x2A2F VECTOR OR CROSS PRODUCT 
-# \x2A30 MULTIPLICATION SIGN WITH DOT ABOVE 
-# \x2A31 MULTIPLICATION SIGN WITH UNDERBAR 
-# \x2A32 SEMIDIRECT PRODUCT WITH BOTTOM CLOSED 
-# \x2A33 SMASH PRODUCT 
-# \x2A34 MULTIPLICATION SIGN IN LEFT HALF CIRCLE 
-# \x2A35 MULTIPLICATION SIGN IN RIGHT HALF CIRCLE 
-# \x2A36 CIRCLED MULTIPLICATION SIGN WITH CIRCUMFLEX ACCENT 
-# \x2A37 MULTIPLICATION SIGN IN DOUBLE CIRCLE 
-# \x2A38 CIRCLED DIVISION SIGN 
-# \x2A39 PLUS SIGN IN TRIANGLE 
-# \x2A3A MINUS SIGN IN TRIANGLE 
-# \x2A3B MULTIPLICATION SIGN IN TRIANGLE 
-# \x2A3C INTERIOR PRODUCT 
-# \x2A3D RIGHTHAND INTERIOR PRODUCT 
-# \x2A3E Z NOTATION RELATIONAL COMPOSITION 
-# \x2A3F AMALGAMATION OR COPRODUCT 
-# \x2A40 INTERSECTION WITH DOT 
-# \x2A41 UNION WITH MINUS SIGN 
-# \x2A42 UNION WITH OVERBAR 
-# \x2A43 INTERSECTION WITH OVERBAR 
-# \x2A44 INTERSECTION WITH LOGICAL AND 
-# \x2A45 UNION WITH LOGICAL OR 
-# \x2A46 UNION ABOVE INTERSECTION 
-# \x2A47 INTERSECTION ABOVE UNION 
-# \x2A48 UNION ABOVE BAR ABOVE INTERSECTION 
-# \x2A49 INTERSECTION ABOVE BAR ABOVE UNION 
-# \x2A4A UNION BESIDE AND JOINED WITH UNION 
-# \x2A4B INTERSECTION BESIDE AND JOINED WITH INTERSECTION 
-# \x2A4C CLOSED UNION WITH SERIFS 
-# \x2A4D CLOSED INTERSECTION WITH SERIFS 
-# \x2A4E DOUBLE SQUARE INTERSECTION 
-# \x2A4F DOUBLE SQUARE UNION 
-# \x2A50 CLOSED UNION WITH SERIFS AND SMASH PRODUCT 
-# \x2A51 LOGICAL AND WITH DOT ABOVE 
-# \x2A52 LOGICAL OR WITH DOT ABOVE 
-# \x2A53 DOUBLE LOGICAL AND 
-# \x2A54 DOUBLE LOGICAL OR 
-# \x2A55 TWO INTERSECTING LOGICAL AND 
-# \x2A56 TWO INTERSECTING LOGICAL OR 
-# \x2A57 SLOPING LARGE OR 
-# \x2A58 SLOPING LARGE AND 
-# \x2A59 LOGICAL OR OVERLAPPING LOGICAL AND 
-# \x2A5A LOGICAL AND WITH MIDDLE STEM 
-# \x2A5B LOGICAL OR WITH MIDDLE STEM 
-# \x2A5C LOGICAL AND WITH HORIZONTAL DASH 
-# \x2A5D LOGICAL OR WITH HORIZONTAL DASH 
-# \x2A5E LOGICAL AND WITH DOUBLE OVERBAR 
-# \x2A5F LOGICAL AND WITH UNDERBAR 
-# \x2A60 LOGICAL AND WITH DOUBLE UNDERBAR 
-# \x2A61 SMALL VEE WITH UNDERBAR 
-# \x2A62 LOGICAL OR WITH DOUBLE OVERBAR 
-# \x2A63 LOGICAL OR WITH DOUBLE UNDERBAR 
-# \x2A64 Z NOTATION DOMAIN ANTIRESTRICTION 
-# \x2A65 Z NOTATION RANGE ANTIRESTRICTION 
-# \x2A66 EQUALS SIGN WITH DOT BELOW 
-# \x2A67 IDENTICAL WITH DOT ABOVE 
-# \x2A68 TRIPLE HORIZONTAL BAR WITH DOUBLE VERTICAL STROKE 
-# \x2A69 TRIPLE HORIZONTAL BAR WITH TRIPLE VERTICAL STROKE 
-# \x2A6A TILDE OPERATOR WITH DOT ABOVE 
-# \x2A6B TILDE OPERATOR WITH RISING DOTS 
-# \x2A6C SIMILAR MINUS SIMILAR 
-# \x2A6D CONGRUENT WITH DOT ABOVE 
-# \x2A6E EQUALS WITH ASTERISK 
-# \x2A6F ALMOST EQUAL TO WITH CIRCUMFLEX ACCENT 
-# \x2A70 APPROXIMATELY EQUAL OR EQUAL TO 
-# \x2A71 EQUALS SIGN ABOVE PLUS SIGN 
-# \x2A72 PLUS SIGN ABOVE EQUALS SIGN 
-# \x2A73 EQUALS SIGN ABOVE TILDE OPERATOR 
-# \x2A74 DOUBLE COLON EQUAL 003A 003A 003D Y 
-# \x2A75 TWO CONSECUTIVE EQUALS SIGNS 003D 003D 
-# \x2A76 THREE CONSECUTIVE EQUALS SIGNS 003D 003D 003D 
-# \x2A77 EQUALS SIGN WITH TWO DOTS ABOVE AND TWO DOTS BELOW 
-# \x2A78 EQUIVALENT WITH FOUR DOTS ABOVE 
-# \x2A79 LESS-THAN WITH CIRCLE INSIDE 
-# \x2A7A GREATER-THAN WITH CIRCLE INSIDE 
-# \x2A7B LESS-THAN WITH QUESTION MARK ABOVE 
-# \x2A7C GREATER-THAN WITH QUESTION MARK ABOVE 
-# \x2A7D LESS-THAN OR SLANTED EQUAL TO 
-# \x2A7E GREATER-THAN OR SLANTED EQUAL TO 
-# \x2A7F LESS-THAN OR SLANTED EQUAL TO WITH DOT INSIDE 
-# \x2A80 GREATER-THAN OR SLANTED EQUAL TO WITH DOT INSIDE 
-# \x2A81 LESS-THAN OR SLANTED EQUAL TO WITH DOT ABOVE 
-# \x2A82 GREATER-THAN OR SLANTED EQUAL TO WITH DOT ABOVE 
-# \x2A83 LESS-THAN OR SLANTED EQUAL TO WITH DOT ABOVE RIGHT 
-# \x2A84 GREATER-THAN OR SLANTED EQUAL TO WITH DOT ABOVE LEFT 
-# \x2A85 LESS-THAN OR APPROXIMATE 
-# \x2A86 GREATER-THAN OR APPROXIMATE 
-# \x2A87 LESS-THAN AND SINGLE-LINE NOT EQUAL TO 
-# \x2A88 GREATER-THAN AND SINGLE-LINE NOT EQUAL TO 
-# \x2A89 LESS-THAN AND NOT APPROXIMATE 
-# \x2A8A GREATER-THAN AND NOT APPROXIMATE 
-# \x2A8B LESS-THAN ABOVE DOUBLE-LINE EQUAL ABOVE GREATER-THAN 
-# \x2A8C GREATER-THAN ABOVE DOUBLE-LINE EQUAL ABOVE LESS-THAN 
-# \x2A8D LESS-THAN ABOVE SIMILAR OR EQUAL 
-# \x2A8E GREATER-THAN ABOVE SIMILAR OR EQUAL 
-# \x2A8F LESS-THAN ABOVE SIMILAR ABOVE GREATER-THAN 
-# \x2A90 GREATER-THAN ABOVE SIMILAR ABOVE LESS-THAN 
-# \x2A91 LESS-THAN ABOVE GREATER-THAN ABOVE DOUBLE-LINE EQUAL 
-# \x2A92 GREATER-THAN ABOVE LESS-THAN ABOVE DOUBLE-LINE EQUAL 
-# \x2A93 LESS-THAN ABOVE SLANTED EQUAL ABOVE GREATER-THAN ABOVE SLANTED EQUAL 
-# \xON Y 
-# \x2A94 GREATER-THAN ABOVE SLANTED EQUAL ABOVE LESS-THAN ABOVE SLANTED EQUAL 
-# \xON Y 
-# \x2A95 SLANTED EQUAL TO OR LESS-THAN 
-# \x2A96 SLANTED EQUAL TO OR GREATER-THAN 
-# \x2A97 SLANTED EQUAL TO OR LESS-THAN WITH DOT INSIDE 
-# \x2A98 SLANTED EQUAL TO OR GREATER-THAN WITH DOT INSIDE 
-# \x2A99 DOUBLE-LINE EQUAL TO OR LESS-THAN 
-# \x2A9A DOUBLE-LINE EQUAL TO OR GREATER-THAN 
-# \x2A9B DOUBLE-LINE SLANTED EQUAL TO OR LESS-THAN 
-# \x2A9C DOUBLE-LINE SLANTED EQUAL TO OR GREATER-THAN 
-# \x2A9D SIMILAR OR LESS-THAN 
-# \x2A9E SIMILAR OR GREATER-THAN 
-# \x2A9F SIMILAR ABOVE LESS-THAN ABOVE EQUALS SIGN 
-# \x2AA0 SIMILAR ABOVE GREATER-THAN ABOVE EQUALS SIGN 
-# \x2AA1 DOUBLE NESTED LESS-THAN 
-# \x2AA2 DOUBLE NESTED GREATER-THAN 
-# \x2AA3 DOUBLE NESTED LESS-THAN WITH UNDERBAR 
-# \x2AA4 GREATER-THAN OVERLAPPING LESS-THAN 
-# \x2AA5 GREATER-THAN BESIDE LESS-THAN 
-# \x2AA6 LESS-THAN CLOSED BY CURVE 
-# \x2AA7 GREATER-THAN CLOSED BY CURVE 
-# \x2AA8 LESS-THAN CLOSED BY CURVE ABOVE SLANTED EQUAL 
-# \x2AA9 GREATER-THAN CLOSED BY CURVE ABOVE SLANTED EQUAL 
-# \x2AAA SMALLER THAN 
-# \x2AAB LARGER THAN 
-# \x2AAC SMALLER THAN OR EQUAL TO 
-# \x2AAD LARGER THAN OR EQUAL TO 
-# \x2AAE EQUALS SIGN WITH BUMPY ABOVE 
-# \x2AAF PRECEDES ABOVE SINGLE-LINE EQUALS SIGN 
-# \x2AB0 SUCCEEDS ABOVE SINGLE-LINE EQUALS SIGN 
-# \x2AB1 PRECEDES ABOVE SINGLE-LINE NOT EQUAL TO 
-# \x2AB2 SUCCEEDS ABOVE SINGLE-LINE NOT EQUAL TO 
-# \x2AB3 PRECEDES ABOVE EQUALS SIGN 
-# \x2AB4 SUCCEEDS ABOVE EQUALS SIGN 
-# \x2AB5 PRECEDES ABOVE NOT EQUAL TO 
-# \x2AB6 SUCCEEDS ABOVE NOT EQUAL TO 
-# \x2AB7 PRECEDES ABOVE ALMOST EQUAL TO 
-# \x2AB8 SUCCEEDS ABOVE ALMOST EQUAL TO 
-# \x2AB9 PRECEDES ABOVE NOT ALMOST EQUAL TO 
-# \x2ABA SUCCEEDS ABOVE NOT ALMOST EQUAL TO 
-# \x2ABB DOUBLE PRECEDES 
-# \x2ABC DOUBLE SUCCEEDS 
-# \x2ABD SUBSET WITH DOT 
-# \x2ABE SUPERSET WITH DOT 
-# \x2ABF SUBSET WITH PLUS SIGN BELOW 
-# \x2AC0 SUPERSET WITH PLUS SIGN BELOW 
-# \x2AC1 SUBSET WITH MULTIPLICATION SIGN BELOW 
-# \x2AC2 SUPERSET WITH MULTIPLICATION SIGN BELOW 
-# \x2AC3 SUBSET OF OR EQUAL TO WITH DOT ABOVE 
-# \x2AC4 SUPERSET OF OR EQUAL TO WITH DOT ABOVE 
-# \x2AC5 SUBSET OF ABOVE EQUALS SIGN 
-# \x2AC6 SUPERSET OF ABOVE EQUALS SIGN 
-# \x2AC7 SUBSET OF ABOVE TILDE OPERATOR 
-# \x2AC8 SUPERSET OF ABOVE TILDE OPERATOR 
-# \x2AC9 SUBSET OF ABOVE ALMOST EQUAL TO 
-# \x2ACA SUPERSET OF ABOVE ALMOST EQUAL TO 
-# \x2ACB SUBSET OF ABOVE NOT EQUAL TO 
-# \x2ACC SUPERSET OF ABOVE NOT EQUAL TO 
-# \x2ACD SQUARE LEFT OPEN BOX OPERATOR 
-# \x2ACE SQUARE RIGHT OPEN BOX OPERATOR 
-# \x2ACF CLOSED SUBSET 
-# \x2AD0 CLOSED SUPERSET 
-# \x2AD1 CLOSED SUBSET OR EQUAL TO 
-# \x2AD2 CLOSED SUPERSET OR EQUAL TO 
-# \x2AD3 SUBSET ABOVE SUPERSET 
-# \x2AD4 SUPERSET ABOVE SUBSET 
-# \x2AD5 SUBSET ABOVE SUBSET 
-# \x2AD6 SUPERSET ABOVE SUPERSET 
-# \x2AD7 SUPERSET BESIDE SUBSET 
-# \x2AD8 SUPERSET BESIDE AND JOINED BY DASH WITH SUBSET 
-# \x2AD9 ELEMENT OF OPENING DOWNWARDS 
-# \x2ADA PITCHFORK WITH TEE TOP 
-# \x2ADB TRANSVERSAL INTERSECTION 
-# \x2ADC FORKING 2ADD 0338 Y not independent 
-# \x2ADD NONFORKING independent 
-# \x2ADE SHORT LEFT TACK 
-# \x2ADF SHORT DOWN TACK 
-# \x2AE0 SHORT UP TACK 
-# \x2AE1 PERPENDICULAR WITH S 
-# \x2AE2 VERTICAL BAR TRIPLE RIGHT TURNSTILE 
-# \x2AE3 DOUBLE VERTICAL BAR LEFT TURNSTILE 
-# \x2AE4 VERTICAL BAR DOUBLE LEFT TURNSTILE 
-# \x2AE5 DOUBLE VERTICAL BAR DOUBLE LEFT TURNSTILE 
-# \x2AE6 LONG DASH FROM LEFT MEMBER OF DOUBLE VERTICAL 
-# \x2AE7 SHORT DOWN TACK WITH OVERBAR 
-# \x2AE8 SHORT UP TACK WITH UNDERBAR 
-# \x2AE9 SHORT UP TACK ABOVE SHORT DOWN TACK 
-# \x2AEA DOUBLE DOWN TACK 
-# \x2AEB DOUBLE UP TACK 
-# \x2AEC DOUBLE STROKE NOT SIGN 
-# \x2AED REVERSED DOUBLE STROKE NOT SIGN 
-# \x2AEE DOES NOT DIVIDE WITH REVERSED NEGATION SLASH 
-# \x2AEF VERTICAL LINE WITH CIRCLE ABOVE 
-# \x2AF0 VERTICAL LINE WITH CIRCLE BELOW 
-# \x2AF1 DOWN TACK WITH CIRCLE BELOW 
-# \x2AF2 PARALLEL WITH HORIZONTAL STROKE 
-# \x2AF3 PARALLEL WITH TILDE OPERATOR 
-# \x2AF4 TRIPLE VERTICAL BAR BINARY RELATION 
-# \x2AF5 TRIPLE VERTICAL BAR WITH HORIZONTAL STROKE 
-# \x2AF6 TRIPLE COLON OPERATOR 
-# \x2AF7 TRIPLE NESTED LESS-THAN 
-# \x2AF8 TRIPLE NESTED GREATER-THAN 
-# \x2AF9 DOUBLE-LINE SLANTED LESS-THAN OR EQUAL TO 
-# \x2AFA DOUBLE-LINE SLANTED GREATER-THAN OR EQUAL TO 
-# \x2AFB TRIPLE SOLIDUS BINARY RELATION 
-# \x2AFC LARGE TRIPLE VERTICAL BAR OPERATOR 
-# \x2AFD DOUBLE SOLIDUS OPERATOR 
-# \x2AFE WHITE VERTICAL BAR 
-# \x2AFF N-ARY WHITE VERTICAL BAR 
-# \x2B00 NORTH EAST WHITE ARROW 
-# \x2B01 NORTH WEST WHITE ARROW 
-# \x2B02 SOUTH EAST WHITE ARROW 
-# \x2B03 SOUTH WEST WHITE ARROW 
-# \x2B04 LEFT RIGHT WHITE ARROW 
-# \x2B05 LEFTWARDS BLACK ARROW 
-# \x2B06 UPWARDS BLACK ARROW 
-# \x2B07 DOWNWARDS BLACK ARROW 
-# \x2B08 NORTH EAST BLACK ARROW 
-# \x2B09 NORTH WEST BLACK ARROW 
-# \x2B0A SOUTH EAST BLACK ARROW 
-# \x2B0B SOUTH WEST BLACK ARROW 
-# \x2B0C LEFT RIGHT BLACK ARROW 
-# \x2B0D UP DOWN BLACK ARROW 
-# \x2E80 CJK RADICAL REPEAT 
-# \x2E81 CJK RADICAL CLIFF 
-# \x2E82 CJK RADICAL SECOND ONE 
-# \x2E83 CJK RADICAL SECOND TWO 
-# \x2E84 CJK RADICAL SECOND THREE 
-# \x2E85 CJK RADICAL PERSON 
-# \x2E86 CJK RADICAL BOX 
-# \x2E87 CJK RADICAL TABLE 
-# \x2E88 CJK RADICAL KNIFE ONE 
-# \x2E89 CJK RADICAL KNIFE TWO 
-# \x2E8A CJK RADICAL DIVINATION 
-# \x2E8B CJK RADICAL SEAL 
-# \x2E8C CJK RADICAL SMALL ONE 
-# \x2E8D CJK RADICAL SMALL TWO 
-# \x2E8E CJK RADICAL LAME ONE 
-# \x2E8F CJK RADICAL LAME TWO 
-# \x2E90 CJK RADICAL LAME THREE 
-# \x2E91 CJK RADICAL LAME FOUR 
-# \x2E92 CJK RADICAL SNAKE 
-# \x2E93 CJK RADICAL THREAD 
-# \x2E94 CJK RADICAL SNOUT ONE 
-# \x2E95 CJK RADICAL SNOUT TWO 
-# \x2E96 CJK RADICAL HEART ONE 
-# \x2E97 CJK RADICAL HEART TWO 
-# \x2E98 CJK RADICAL HAND 
-# \x2E99 CJK RADICAL RAP 
-# \x2E9B CJK RADICAL CHOKE 
-# \x2E9C CJK RADICAL SUN 
-# \x2E9D CJK RADICAL MOON 
-# \x2E9E CJK RADICAL DEATH 
-# \x2E9F CJK RADICAL MOTHER 6BCD 
-# \x2EA0 CJK RADICAL CIVILIAN 
-# \x2EA1 CJK RADICAL WATER ONE 
-# \x2EA2 CJK RADICAL WATER TWO 
-# \x2EA3 CJK RADICAL FIRE 
-# \x2EA4 CJK RADICAL PAW ONE 
-# \x2EA5 CJK RADICAL PAW TWO 
-# \x2EA6 CJK RADICAL SIMPLIFIED HALF TREE TRUNK 
-# \x2EA7 CJK RADICAL COW 
-# \x2EA8 CJK RADICAL DOG 
-# \x2EA9 CJK RADICAL JADE 
-# \x2EAA CJK RADICAL BOLT OF CLOTH 
-# \x2EAB CJK RADICAL EYE 
-# \x2EAC CJK RADICAL SPIRIT ONE 
-# \x2EAD CJK RADICAL SPIRIT TWO 
-# \x2EAE CJK RADICAL BAMBOO 
-# \x2EAF CJK RADICAL SILK 
-# \x2EB0 CJK RADICAL C-SIMPLIFIED SILK 
-# \x2EB1 CJK RADICAL NET ONE 
-# \x2EB2 CJK RADICAL NET TWO 
-# \x2EB3 CJK RADICAL NET THREE 
-# \x2EB4 CJK RADICAL NET FOUR 
-# \x2EB5 CJK RADICAL MESH 
-# \x2EB6 CJK RADICAL SHEEP 
-# \x2EB7 CJK RADICAL RAM 
-# \x2EB8 CJK RADICAL EWE 
-# \x2EB9 CJK RADICAL OLD 
-# \x2EBA CJK RADICAL BRUSH ONE 
-# \x2EBB CJK RADICAL BRUSH TWO 
-# \x2EBC CJK RADICAL MEAT 
-# \x2EBD CJK RADICAL MORTAR 
-# \x2EBE CJK RADICAL GRASS ONE 
-# \x2EBF CJK RADICAL GRASS TWO 
-# \x2EC0 CJK RADICAL GRASS THREE 
-# \x2EC1 CJK RADICAL TIGER 
-# \x2EC2 CJK RADICAL CLOTHES 
-# \x2EC3 CJK RADICAL WEST ONE 
-# \x2EC4 CJK RADICAL WEST TWO 
-# \x2EC5 CJK RADICAL C-SIMPLIFIED SEE 
-# \x2EC6 CJK RADICAL SIMPLIFIED HORN 
-# \x2EC7 CJK RADICAL HORN 
-# \x2EC8 CJK RADICAL C-SIMPLIFIED SPEECH 
-# \x2EC9 CJK RADICAL C-SIMPLIFIED SHELL 
-# \x2ECA CJK RADICAL FOOT 
-# \x2ECB CJK RADICAL C-SIMPLIFIED CART 
-# \x2ECC CJK RADICAL SIMPLIFIED WALK 
-# \x2ECD CJK RADICAL WALK ONE 
-# \x2ECE CJK RADICAL WALK TWO 
-# \x2ECF CJK RADICAL CITY 
-# \x2ED0 CJK RADICAL C-SIMPLIFIED GOLD 
-# \x2ED1 CJK RADICAL LONG ONE 
-# \x2ED2 CJK RADICAL LONG TWO 
-# \x2ED3 CJK RADICAL C-SIMPLIFIED LONG 
-# \x2ED4 CJK RADICAL C-SIMPLIFIED GATE 
-# \x2ED5 CJK RADICAL MOUND ONE 
-# \x2ED6 CJK RADICAL MOUND TWO 
-# \x2ED7 CJK RADICAL RAIN 
-# \x2ED8 CJK RADICAL BLUE 
-# \x2ED9 CJK RADICAL C-SIMPLIFIED TANNED LEATHER 
-# \x2EDA CJK RADICAL C-SIMPLIFIED LEAF 
-# \x2EDB CJK RADICAL C-SIMPLIFIED WIND 
-# \x2EDC CJK RADICAL C-SIMPLIFIED FLY 
-# \x2EDD CJK RADICAL EAT ONE 
-# \x2EDE CJK RADICAL EAT TWO 
-# \x2EDF CJK RADICAL EAT THREE 
-# \x2EE0 CJK RADICAL C-SIMPLIFIED EAT 
-# \x2EE1 CJK RADICAL HEAD 
-# \x2EE2 CJK RADICAL C-SIMPLIFIED HORSE 
-# \x2EE3 CJK RADICAL BONE 
-# \x2EE4 CJK RADICAL GHOST 
-# \x2EE5 CJK RADICAL C-SIMPLIFIED FISH 
-# \x2EE6 CJK RADICAL C-SIMPLIFIED BIRD 
-# \x2EE7 CJK RADICAL C-SIMPLIFIED SALT 
-# \x2EE8 CJK RADICAL SIMPLIFIED WHEAT 
-# \x2EE9 CJK RADICAL SIMPLIFIED YELLOW 
-# \x2EEA CJK RADICAL C-SIMPLIFIED FROG 
-# \x2EEB CJK RADICAL J-SIMPLIFIED EVEN 
-# \x2EEC CJK RADICAL C-SIMPLIFIED EVEN 
-# \x2EED CJK RADICAL J-SIMPLIFIED TOOTH 
-# \x2EEE CJK RADICAL C-SIMPLIFIED TOOTH 
-# \x2EEF CJK RADICAL J-SIMPLIFIED DRAGON 
-# \x2EF0 CJK RADICAL C-SIMPLIFIED DRAGON 
-# \x2EF1 CJK RADICAL TURTLE 
-# \x2EF2 CJK RADICAL J-SIMPLIFIED TURTLE 
-# \x2EF3 CJK RADICAL C-SIMPLIFIED TURTLE 9F9F 
-# \x2F00 KANGXI RADICAL ONE 4E00 
-# \x2F01 KANGXI RADICAL LINE 4E28 
-# \x2F02 KANGXI RADICAL DOT 4E36 
-# \x2F03 KANGXI RADICAL SLASH 4E3F 
-# \x2F04 KANGXI RADICAL SECOND 4E59 
-# \x2F05 KANGXI RADICAL HOOK 4E85 
-# \x2F06 KANGXI RADICAL TWO 4E8C 
-# \x2F07 KANGXI RADICAL LID 4EA0 
-# \x2F08 KANGXI RADICAL MAN 4EBA 
-# \x2F09 KANGXI RADICAL LEGS 513F 
-# \x2F0A KANGXI RADICAL ENTER 5165 
-# \x2F0B KANGXI RADICAL EIGHT 516B 
-# \x2F0C KANGXI RADICAL DOWN BOX 5182 
-# \x2F0D KANGXI RADICAL COVER 5196 
-# \x2F0E KANGXI RADICAL ICE 51AB 
-# \x2F0F KANGXI RADICAL TABLE 51E0 
-# \x2F10 KANGXI RADICAL OPEN BOX 51F5 
-# \x2F11 KANGXI RADICAL KNIFE 5200 
-# \x2F12 KANGXI RADICAL POWER 529B 
-# \x2F13 KANGXI RADICAL WRAP 52F9 
-# \x2F14 KANGXI RADICAL SPOON 5315 
-# \x2F15 KANGXI RADICAL RIGHT OPEN BOX 531A 
-# \x2F16 KANGXI RADICAL HIDING ENCLOSURE 5338 
-# \x2F17 KANGXI RADICAL TEN 5341 
-# \x2F18 KANGXI RADICAL DIVINATION 535C 
-# \x2F19 KANGXI RADICAL SEAL 5369 
-# \x2F1A KANGXI RADICAL CLIFF 5382 
-# \x2F1B KANGXI RADICAL PRIVATE 53B6 
-# \x2F1C KANGXI RADICAL AGAIN 53C8 
-# \x2F1D KANGXI RADICAL MOUTH 53E3 
-# \x2F1E KANGXI RADICAL ENCLOSURE 56D7 
-# \x2F1F KANGXI RADICAL EARTH 571F 
-# \x2F20 KANGXI RADICAL SCHOLAR 58EB 
-# \x2F21 KANGXI RADICAL GO 5902 
-# \x2F22 KANGXI RADICAL GO SLOWLY 590A 
-# \x2F23 KANGXI RADICAL EVENING 5915 
-# \x2F24 KANGXI RADICAL BIG 5927 
-# \x2F25 KANGXI RADICAL WOMAN 5973 
-# \x2F26 KANGXI RADICAL CHILD 5B50 
-# \x2F27 KANGXI RADICAL ROOF 5B80 
-# \x2F28 KANGXI RADICAL INCH 5BF8 
-# \x2F29 KANGXI RADICAL SMALL 5C0F 
-# \x2F2A KANGXI RADICAL LAME 5C22 
-# \x2F2B KANGXI RADICAL CORPSE 5C38 
-# \x2F2C KANGXI RADICAL SPROUT 5C6E 
-# \x2F2D KANGXI RADICAL MOUNTAIN 5C71 
-# \x2F2E KANGXI RADICAL RIVER 5DDB 
-# \x2F2F KANGXI RADICAL WORK 5DE5 
-# \x2F30 KANGXI RADICAL ONESELF 5DF1 
-# \x2F31 KANGXI RADICAL TURBAN 5DFE 
-# \x2F32 KANGXI RADICAL DRY 5E72 
-# \x2F33 KANGXI RADICAL SHORT THREAD 5E7A 
-# \x2F34 KANGXI RADICAL DOTTED CLIFF 5E7F 
-# \x2F35 KANGXI RADICAL LONG STRIDE 5EF4 
-# \x2F36 KANGXI RADICAL TWO HANDS 5EFE 
-# \x2F37 KANGXI RADICAL SHOOT 5F0B 
-# \x2F38 KANGXI RADICAL BOW 5F13 
-# \x2F39 KANGXI RADICAL SNOUT 5F50 
-# \x2F3A KANGXI RADICAL BRISTLE 5F61 
-# \x2F3B KANGXI RADICAL STEP 5F73 
-# \x2F3C KANGXI RADICAL HEART 5FC3 
-# \x2F3D KANGXI RADICAL HALBERD 6208 
-# \x2F3E KANGXI RADICAL DOOR 6236 
-# \x2F3F KANGXI RADICAL HAND 624B 
-# \x2F40 KANGXI RADICAL BRANCH 652F 
-# \x2F41 KANGXI RADICAL RAP 6534 
-# \x2F42 KANGXI RADICAL SCRIPT 6587 
-# \x2F43 KANGXI RADICAL DIPPER 6597 
-# \x2F44 KANGXI RADICAL AXE 65A4 
-# \x2F45 KANGXI RADICAL SQUARE 65B9 
-# \x2F46 KANGXI RADICAL NOT 65E0 
-# \x2F47 KANGXI RADICAL SUN 65E5 
-# \x2F48 KANGXI RADICAL SAY 66F0 
-# \x2F49 KANGXI RADICAL MOON 6708 
-# \x2F4A KANGXI RADICAL TREE 6728 
-# \x2F4B KANGXI RADICAL LACK 6B20 
-# \x2F4C KANGXI RADICAL STOP 6B62 
-# \x2F4D KANGXI RADICAL DEATH 6B79 
-# \x2F4E KANGXI RADICAL WEAPON 6BB3 
-# \x2F4F KANGXI RADICAL DO NOT 6BCB 
-# \x2F50 KANGXI RADICAL COMPARE 6BD4 
-# \x2F51 KANGXI RADICAL FUR 6BDB 
-# \x2F52 KANGXI RADICAL CLAN 6C0F 
-# \x2F53 KANGXI RADICAL STEAM 6C14 
-# \x2F54 KANGXI RADICAL WATER 6C34 
-# \x2F55 KANGXI RADICAL FIRE 706B 
-# \x2F56 KANGXI RADICAL CLAW 722A 
-# \x2F57 KANGXI RADICAL FATHER 7236 
-# \x2F58 KANGXI RADICAL DOUBLE X 723B 
-# \x2F59 KANGXI RADICAL HALF TREE TRUNK 723F 
-# \x2F5A KANGXI RADICAL SLICE 7247 
-# \x2F5B KANGXI RADICAL FANG 7259 
-# \x2F5C KANGXI RADICAL COW 725B 
-# \x2F5D KANGXI RADICAL DOG 72AC 
-# \x2F5E KANGXI RADICAL PROFOUND 7384 
-# \x2F5F KANGXI RADICAL JADE 7389 
-# \x2F60 KANGXI RADICAL MELON 74DC 
-# \x2F61 KANGXI RADICAL TILE 74E6 
-# \x2F62 KANGXI RADICAL SWEET 7518 
-# \x2F63 KANGXI RADICAL LIFE 751F 
-# \x2F64 KANGXI RADICAL USE 7528 
-# \x2F65 KANGXI RADICAL FIELD 7530 
-# \x2F66 KANGXI RADICAL BOLT OF CLOTH 758B 
-# \x2F67 KANGXI RADICAL SICKNESS 7592 
-# \x2F68 KANGXI RADICAL DOTTED TENT 7676 
-# \x2F69 KANGXI RADICAL WHITE 767D 
-# \x2F6A KANGXI RADICAL SKIN 76AE 
-# \x2F6B KANGXI RADICAL DISH 76BF 
-# \x2F6C KANGXI RADICAL EYE 76EE 
-# \x2F6D KANGXI RADICAL SPEAR 77DB 
-# \x2F6E KANGXI RADICAL ARROW 77E2 
-# \x2F6F KANGXI RADICAL STONE 77F3 
-# \x2F70 KANGXI RADICAL SPIRIT 793A 
-# \x2F71 KANGXI RADICAL TRACK 79B8 
-# \x2F72 KANGXI RADICAL GRAIN 79BE 
-# \x2F73 KANGXI RADICAL CAVE 7A74 
-# \x2F74 KANGXI RADICAL STAND 7ACB 
-# \x2F75 KANGXI RADICAL BAMBOO 7AF9 
-# \x2F76 KANGXI RADICAL RICE 7C73 
-# \x2F77 KANGXI RADICAL SILK 7CF8 
-# \x2F78 KANGXI RADICAL JAR 7F36 
-# \x2F79 KANGXI RADICAL NET 7F51 
-# \x2F7A KANGXI RADICAL SHEEP 7F8A 
-# \x2F7B KANGXI RADICAL FEATHER 7FBD 
-# \x2F7C KANGXI RADICAL OLD 8001 
-# \x2F7D KANGXI RADICAL AND 800C 
-# \x2F7E KANGXI RADICAL PLOW 8012 
-# \x2F7F KANGXI RADICAL EAR 8033 
-# \x2F80 KANGXI RADICAL BRUSH 807F 
-# \x2F81 KANGXI RADICAL MEAT 8089 
-# \x2F82 KANGXI RADICAL MINISTER 81E3 
-# \x2F83 KANGXI RADICAL SELF 81EA 
-# \x2F84 KANGXI RADICAL ARRIVE 81F3 
-# \x2F85 KANGXI RADICAL MORTAR 81FC 
-# \x2F86 KANGXI RADICAL TONGUE 820C 
-# \x2F87 KANGXI RADICAL OPPOSE 821B 
-# \x2F88 KANGXI RADICAL BOAT 821F 
-# \x2F89 KANGXI RADICAL STOPPING 826E 
-# \x2F8A KANGXI RADICAL COLOR 8272 
-# \x2F8B KANGXI RADICAL GRASS 8278 
-# \x2F8C KANGXI RADICAL TIGER 864D 
-# \x2F8D KANGXI RADICAL INSECT 866B 
-# \x2F8E KANGXI RADICAL BLOOD 8840 
-# \x2F8F KANGXI RADICAL WALK ENCLOSURE 884C 
-# \x2F90 KANGXI RADICAL CLOTHES 8863 
-# \x2F91 KANGXI RADICAL WEST 897E 
-# \x2F92 KANGXI RADICAL SEE 898B 
-# \x2F93 KANGXI RADICAL HORN 89D2 
-# \x2F94 KANGXI RADICAL SPEECH 8A00 
-# \x2F95 KANGXI RADICAL VALLEY 8C37 
-# \x2F96 KANGXI RADICAL BEAN 8C46 
-# \x2F97 KANGXI RADICAL PIG 8C55 
-# \x2F98 KANGXI RADICAL BADGER 8C78 
-# \x2F99 KANGXI RADICAL SHELL 8C9D 
-# \x2F9A KANGXI RADICAL RED 8D64 
-# \x2F9B KANGXI RADICAL RUN 8D70 
-# \x2F9C KANGXI RADICAL FOOT 8DB3 
-# \x2F9D KANGXI RADICAL BODY 8EAB 
-# \x2F9E KANGXI RADICAL CART 8ECA 
-# \x2F9F KANGXI RADICAL BITTER 8F9B 
-# \x2FA0 KANGXI RADICAL MORNING 8FB0 
-# \x2FA1 KANGXI RADICAL WALK 8FB5 
-# \x2FA2 KANGXI RADICAL CITY 9091 
-# \x2FA3 KANGXI RADICAL WINE 9149 
-# \x2FA4 KANGXI RADICAL DISTINGUISH 91C6 
-# \x2FA5 KANGXI RADICAL VILLAGE 91CC 
-# \x2FA6 KANGXI RADICAL GOLD 91D1 
-# \x2FA7 KANGXI RADICAL LONG 9577 
-# \x2FA8 KANGXI RADICAL GATE 9580 
-# \x2FA9 KANGXI RADICAL MOUND 961C 
-# \x2FAA KANGXI RADICAL SLAVE 96B6 
-# \x2FAB KANGXI RADICAL SHORT TAILED BIRD 96B9 
-# \x2FAC KANGXI RADICAL RAIN 96E8 
-# \x2FAD KANGXI RADICAL BLUE 9751 
-# \x2FAE KANGXI RADICAL WRONG 975E 
-# \x2FAF KANGXI RADICAL FACE 9762 
-# \x2FB0 KANGXI RADICAL LEATHER 9769 
-# \x2FB1 KANGXI RADICAL TANNED LEATHER 97CB 
-# \x2FB2 KANGXI RADICAL LEEK 97ED 
-# \x2FB3 KANGXI RADICAL SOUND 97F3 
-# \x2FB4 KANGXI RADICAL LEAF 9801 
-# \x2FB5 KANGXI RADICAL WIND 98A8 
-# \x2FB6 KANGXI RADICAL FLY 98DB 
-# \x2FB7 KANGXI RADICAL EAT 98DF 
-# \x2FB8 KANGXI RADICAL HEAD 9996 
-# \x2FB9 KANGXI RADICAL FRAGRANT 9999 
-# \x2FBA KANGXI RADICAL HORSE 99AC 
-# \x2FBB KANGXI RADICAL BONE 9AA8 
-# \x2FBC KANGXI RADICAL TALL 9AD8 
-# \x2FBD KANGXI RADICAL HAIR 9ADF 
-# \x2FBE KANGXI RADICAL FIGHT 9B25 
-# \x2FBF KANGXI RADICAL SACRIFICIAL WINE 9B2F 
-# \x2FC0 KANGXI RADICAL CAULDRON 9B32 
-# \x2FC1 KANGXI RADICAL GHOST 9B3C 
-# \x2FC2 KANGXI RADICAL FISH 9B5A 
-# \x2FC3 KANGXI RADICAL BIRD 9CE5 
-# \x2FC4 KANGXI RADICAL SALT 9E75 
-# \x2FC5 KANGXI RADICAL DEER 9E7F 
-# \x2FC6 KANGXI RADICAL WHEAT 9EA5 
-# \x2FC7 KANGXI RADICAL HEMP 9EBB 
-# \x2FC8 KANGXI RADICAL YELLOW 9EC3 
-# \x2FC9 KANGXI RADICAL MILLET 9ECD 
-# \x2FCA KANGXI RADICAL BLACK 9ED1 
-# \x2FCB KANGXI RADICAL EMBROIDERY 9EF9 
-# \x2FCC KANGXI RADICAL FROG 9EFD 
-# \x2FCD KANGXI RADICAL TRIPOD 9F0E 
-# \x2FCE KANGXI RADICAL DRUM 9F13 
-# \x2FCF KANGXI RADICAL RAT 9F20 
-# \x2FD0 KANGXI RADICAL NOSE 9F3B 
-# \x2FD1 KANGXI RADICAL EVEN 9F4A 
-# \x2FD2 KANGXI RADICAL TOOTH 9F52 
-# \x2FD3 KANGXI RADICAL DRAGON 9F8D 
-# \x2FD4 KANGXI RADICAL TURTLE 9F9C 
-# \x2FD5 KANGXI RADICAL FLUTE 9FA0 
-# \x2FF0 IDEOGRAPHIC DESCRIPTION CHARACTER LEFT TO RIGHT 
-# \x2FF1 IDEOGRAPHIC DESCRIPTION CHARACTER ABOVE TO BELOW 
-# \x2FF2 IDEOGRAPHIC DESCRIPTION CHARACTER LEFT TO MIDDLE AND RIGHT 
-# \x 
-# \x2FF3 IDEOGRAPHIC DESCRIPTION CHARACTER ABOVE TO MIDDLE AND BELOW 
-# \x 
-# \x2FF4 IDEOGRAPHIC DESCRIPTION CHARACTER FULL SURROUND 
-# \x2FF5 IDEOGRAPHIC DESCRIPTION CHARACTER SURROUND FROM ABOVE 
-# \x2FF6 IDEOGRAPHIC DESCRIPTION CHARACTER SURROUND FROM BELOW 
-# \x2FF7 IDEOGRAPHIC DESCRIPTION CHARACTER SURROUND FROM LEFT 
-# \x2FF8 IDEOGRAPHIC DESCRIPTION CHARACTER SURROUND FROM UPPER LEFT 
-# \x 
-# \x2FF9 IDEOGRAPHIC DESCRIPTION CHARACTER SURROUND FROM UPPER RIGHT 
-# \x 
-# \x2FFA IDEOGRAPHIC DESCRIPTION CHARACTER SURROUND FROM LOWER LEFT 
-# \x 
-# \x2FFB IDEOGRAPHIC DESCRIPTION CHARACTER OVERLAID 
-# \x3000 IDEOGRAPHIC SPACE <wide> 0020 
-# \x3001 IDEOGRAPHIC COMMA 
-# \x3002 IDEOGRAPHIC FULL STOP IDEOGRAPHIC PERIOD 
-# \x3003 DITTO MARK 
-# \x3004 JAPANESE INDUSTRIAL STANDARD SYMBOL 
-# \x3005 IDEOGRAPHIC ITERATION MARK Lm 
-# \x3006 IDEOGRAPHIC CLOSING MARK 
-# \x3007 IDEOGRAPHIC NUMBER ZERO Nl 
-# \x3008 LEFT ANGLE BRACKET OPENING ANGLE BRACKET 
-# \x3009 RIGHT ANGLE BRACKET CLOSING ANGLE BRACKET 
-# \x300A LEFT DOUBLE ANGLE BRACKET OPENING DOUBLE ANGLE BRACKET 
-# \x300B RIGHT DOUBLE ANGLE BRACKET CLOSING DOUBLE ANGLE BRACKET 
-# \x300C LEFT CORNER BRACKET OPENING CORNER BRACKET 
-# \x300D RIGHT CORNER BRACKET CLOSING CORNER BRACKET 
-# \x300E LEFT WHITE CORNER BRACKET OPENING WHITE CORNER BRACKET 
-# \x300F RIGHT WHITE CORNER BRACKET CLOSING WHITE CORNER BRACKET 
-# \x3010 LEFT BLACK LENTICULAR BRACKET OPENING BLACK LENTICULAR BRACK
-# \xET 
-# \x3011 RIGHT BLACK LENTICULAR BRACKET CLOSING BLACK LENTICULAR BRAC
-# \xKET 
-# \x3012 POSTAL MARK 
-# \x3013 GETA MARK 
-# \x3014 LEFT TORTOISE SHELL BRACKET OPENING TORTOISE SHELL BRACKET 
-# \x 
-# \x3015 RIGHT TORTOISE SHELL BRACKET CLOSING TORTOISE SHELL BRACKET 
-# \x 
-# \x3016 LEFT WHITE LENTICULAR BRACKET OPENING WHITE LENTICULAR BRACK
-# \xET 
-# \x3017 RIGHT WHITE LENTICULAR BRACKET CLOSING WHITE LENTICULAR BRAC
-# \xKET 
-# \x3018 LEFT WHITE TORTOISE SHELL BRACKET OPENING WHITE TORTOISE SHE
-# \xLL BRACKET 
-# \x3019 RIGHT WHITE TORTOISE SHELL BRACKET CLOSING WHITE TORTOISE SH
-# \xELL BRACKET 
-# \x301A LEFT WHITE SQUARE BRACKET OPENING WHITE SQUARE BRACKET 
-# \x301B RIGHT WHITE SQUARE BRACKET CLOSING WHITE SQUARE BRACKET 
-# \x301C WAVE DASH 
-# \x301D REVERSED DOUBLE PRIME QUOTATION MARK 
-# \x301E DOUBLE PRIME QUOTATION MARK Pe 
-# \x301F LOW DOUBLE PRIME QUOTATION MARK Pe 
-# \x3020 POSTAL MARK FACE 
-# \x3021 HANGZHOU NUMERAL ONE Nl 1 
-# \x3022 HANGZHOU NUMERAL TWO Nl 2 
-# \x3023 HANGZHOU NUMERAL THREE Nl 3 
-# \x3024 HANGZHOU NUMERAL FOUR Nl 4 
-# \x3025 HANGZHOU NUMERAL FIVE Nl 5 
-# \x3026 HANGZHOU NUMERAL SIX Nl 6 
-# \x3027 HANGZHOU NUMERAL SEVEN Nl 7 
-# \x3028 HANGZHOU NUMERAL EIGHT Nl 8 
-# \x3029 HANGZHOU NUMERAL NINE Nl 9 
-# \x302A IDEOGRAPHIC LEVEL TONE MARK 218 
-# \x302B IDEOGRAPHIC RISING TONE MARK 228 
-# \x302C IDEOGRAPHIC DEPARTING TONE MARK 232 
-# \x302D IDEOGRAPHIC ENTERING TONE MARK 222 
-# \x302E HANGUL SINGLE DOT TONE MARK 224 
-# \x302F HANGUL DOUBLE DOT TONE MARK 224 
-# \x3030 WAVY DASH 
-# \x3031 VERTICAL KANA REPEAT MARK Lm 
-# \x3032 VERTICAL KANA REPEAT WITH VOICED SOUND MARK Lm 
-# \x3033 VERTICAL KANA REPEAT MARK UPPER HALF Lm 
-# \x3034 VERTICAL KANA REPEAT WITH VOICED SOUND MARK UPPER HALF Lm 
-# \x3035 VERTICAL KANA REPEAT MARK LOWER HALF Lm 
-# \x3036 CIRCLED POSTAL MARK 3012 
-# \x3037 IDEOGRAPHIC TELEGRAPH LINE FEED SEPARATOR SYMBOL 
-# \x3038 HANGZHOU NUMERAL TEN Nl 5341 10 
-# \x3039 HANGZHOU NUMERAL TWENTY Nl 5344 20 
-# \x303A HANGZHOU NUMERAL THIRTY Nl 5345 30 
-# \x303B VERTICAL IDEOGRAPHIC ITERATION MARK Lm 
-# \x303C MASU MARK 
-# \x303D PART ALTERNATION MARK 
-# \x303E IDEOGRAPHIC VARIATION INDICATOR 
-# \x303F IDEOGRAPHIC HALF FILL SPACE 
-# \x3041 HIRAGANA LETTER SMALL A 
-# \x3042 HIRAGANA LETTER A 
-# \x3043 HIRAGANA LETTER SMALL I 
-# \x3044 HIRAGANA LETTER I 
-# \x3045 HIRAGANA LETTER SMALL U 
-# \x3046 HIRAGANA LETTER U 
-# \x3047 HIRAGANA LETTER SMALL E 
-# \x3048 HIRAGANA LETTER E 
-# \x3049 HIRAGANA LETTER SMALL O 
-# \x304A HIRAGANA LETTER O 
-# \x304B HIRAGANA LETTER KA 
-# \x304C HIRAGANA LETTER GA 304B 3099 
-# \x304D HIRAGANA LETTER KI 
-# \x304E HIRAGANA LETTER GI 304D 3099 
-# \x304F HIRAGANA LETTER KU 
-# \x3050 HIRAGANA LETTER GU 304F 3099 
-# \x3051 HIRAGANA LETTER KE 
-# \x3052 HIRAGANA LETTER GE 3051 3099 
-# \x3053 HIRAGANA LETTER KO 
-# \x3054 HIRAGANA LETTER GO 3053 3099 
-# \x3055 HIRAGANA LETTER SA 
-# \x3056 HIRAGANA LETTER ZA 3055 3099 
-# \x3057 HIRAGANA LETTER SI 
-# \x3058 HIRAGANA LETTER ZI 3057 3099 
-# \x3059 HIRAGANA LETTER SU 
-# \x305A HIRAGANA LETTER ZU 3059 3099 
-# \x305B HIRAGANA LETTER SE 
-# \x305C HIRAGANA LETTER ZE 305B 3099 
-# \x305D HIRAGANA LETTER 
-# \x305E HIRAGANA LETTER ZO 305D 3099 
-# \x305F HIRAGANA LETTER TA 
-# \x3060 HIRAGANA LETTER DA 305F 3099 
-# \x3061 HIRAGANA LETTER TI 
-# \x3062 HIRAGANA LETTER DI 3061 3099 
-# \x3063 HIRAGANA LETTER SMALL TU 
-# \x3064 HIRAGANA LETTER TU 
-# \x3065 HIRAGANA LETTER DU 3064 3099 
-# \x3066 HIRAGANA LETTER TE 
-# \x3067 HIRAGANA LETTER DE 3066 3099 
-# \x3068 HIRAGANA LETTER TO 
-# \x3069 HIRAGANA LETTER DO 3068 3099 
-# \x306A HIRAGANA LETTER NA 
-# \x306B HIRAGANA LETTER NI 
-# \x306C HIRAGANA LETTER NU 
-# \x306D HIRAGANA LETTER NE 
-# \x306E HIRAGANA LETTER NO 
-# \x306F HIRAGANA LETTER HA 
-# \x3070 HIRAGANA LETTER BA 306F 3099 
-# \x3071 HIRAGANA LETTER PA 306F 309A 
-# \x3072 HIRAGANA LETTER HI 
-# \x3073 HIRAGANA LETTER BI 3072 3099 
-# \x3074 HIRAGANA LETTER PI 3072 309A 
-# \x3075 HIRAGANA LETTER HU 
-# \x3076 HIRAGANA LETTER BU 3075 3099 
-# \x3077 HIRAGANA LETTER PU 3075 309A 
-# \x3078 HIRAGANA LETTER HE 
-# \x3079 HIRAGANA LETTER BE 3078 3099 
-# \x307A HIRAGANA LETTER PE 3078 309A 
-# \x307B HIRAGANA LETTER HO 
-# \x307C HIRAGANA LETTER BO 307B 3099 
-# \x307D HIRAGANA LETTER 307B 309A 
-# \x307E HIRAGANA LETTER MA 
-# \x307F HIRAGANA LETTER MI 
-# \x3080 HIRAGANA LETTER MU 
-# \x3081 HIRAGANA LETTER ME 
-# \x3082 HIRAGANA LETTER MO 
-# \x3083 HIRAGANA LETTER SMALL YA 
-# \x3084 HIRAGANA LETTER YA 
-# \x3085 HIRAGANA LETTER SMALL YU 
-# \x3086 HIRAGANA LETTER YU 
-# \x3087 HIRAGANA LETTER SMALL YO 
-# \x3088 HIRAGANA LETTER YO 
-# \x3089 HIRAGANA LETTER RA 
-# \x308A HIRAGANA LETTER RI 
-# \x308B HIRAGANA LETTER RU 
-# \x308C HIRAGANA LETTER RE 
-# \x308D HIRAGANA LETTER RO 
-# \x308E HIRAGANA LETTER SMALL WA 
-# \x308F HIRAGANA LETTER WA 
-# \x3090 HIRAGANA LETTER WI 
-# \x3091 HIRAGANA LETTER WE 
-# \x3092 HIRAGANA LETTER WO 
-# \x3093 HIRAGANA LETTER 
-# \x3094 HIRAGANA LETTER VU 3046 3099 
-# \x3095 HIRAGANA LETTER SMALL KA 
-# \x3096 HIRAGANA LETTER SMALL KE 
-# \x3099 COMBINING KATAKANA-HIRAGANA VOICED SOUND MARK 8 NON-SPACING K
-# \xATAKANA-HIRAGANA VOICED SOUND MARK 
-# \x309A COMBINING KATAKANA-HIRAGANA SEMI-VOICED SOUND MARK 8 NON-SPAC
-# \xING KATAKANA-HIRAGANA SEMI-VOICED SOUND MARK 
-# \x309B KATAKANA-HIRAGANA VOICED SOUND MARK 0020 3099 
-# \x309C KATAKANA-HIRAGANA SEMI-VOICED SOUND MARK 0020 309A 
-# \x 
-# \x309D HIRAGANA ITERATION MARK Lm 
-# \x309E HIRAGANA VOICED ITERATION MARK Lm 309D 3099 
-# \x309F HIRAGANA DIGRAPH YORI <vertical> 3088 308A 
-# \x30A0 KATAKANA-HIRAGANA DOUBLE HYPHEN 
-# \x30A1 KATAKANA LETTER SMALL A 
-# \x30A2 KATAKANA LETTER A 
-# \x30A3 KATAKANA LETTER SMALL I 
-# \x30A4 KATAKANA LETTER I 
-# \x30A5 KATAKANA LETTER SMALL U 
-# \x30A6 KATAKANA LETTER U 
-# \x30A7 KATAKANA LETTER SMALL E 
-# \x30A8 KATAKANA LETTER E 
-# \x30A9 KATAKANA LETTER SMALL O 
-# \x30AA KATAKANA LETTER O 
-# \x30AB KATAKANA LETTER KA 
-# \x30AC KATAKANA LETTER GA 30AB 3099 
-# \x30AD KATAKANA LETTER KI 
-# \x30AE KATAKANA LETTER GI 30AD 3099 
-# \x30AF KATAKANA LETTER KU 
-# \x30B0 KATAKANA LETTER GU 30AF 3099 
-# \x30B1 KATAKANA LETTER KE 
-# \x30B2 KATAKANA LETTER GE 30B1 3099 
-# \x30B3 KATAKANA LETTER KO 
-# \x30B4 KATAKANA LETTER GO 30B3 3099 
-# \x30B5 KATAKANA LETTER SA 
-# \x30B6 KATAKANA LETTER ZA 30B5 3099 
-# \x30B7 KATAKANA LETTER SI 
-# \x30B8 KATAKANA LETTER ZI 30B7 3099 
-# \x30B9 KATAKANA LETTER SU 
-# \x30BA KATAKANA LETTER ZU 30B9 3099 
-# \x30BB KATAKANA LETTER SE 
-# \x30BC KATAKANA LETTER ZE 30BB 3099 
-# \x30BD KATAKANA LETTER 
-# \x30BE KATAKANA LETTER ZO 30BD 3099 
-# \x30BF KATAKANA LETTER TA 
-# \x30C0 KATAKANA LETTER DA 30BF 3099 
-# \x30C1 KATAKANA LETTER TI 
-# \x30C2 KATAKANA LETTER DI 30C1 3099 
-# \x30C3 KATAKANA LETTER SMALL TU 
-# \x30C4 KATAKANA LETTER TU 
-# \x30C5 KATAKANA LETTER DU 30C4 3099 
-# \x30C6 KATAKANA LETTER TE 
-# \x30C7 KATAKANA LETTER DE 30C6 3099 
-# \x30C8 KATAKANA LETTER TO 
-# \x30C9 KATAKANA LETTER DO 30C8 3099 
-# \x30CA KATAKANA LETTER NA 
-# \x30CB KATAKANA LETTER NI 
-# \x30CC KATAKANA LETTER NU 
-# \x30CD KATAKANA LETTER NE 
-# \x30CE KATAKANA LETTER NO 
-# \x30CF KATAKANA LETTER HA 
-# \x30D0 KATAKANA LETTER BA 30CF 3099 
-# \x30D1 KATAKANA LETTER PA 30CF 309A 
-# \x30D2 KATAKANA LETTER HI 
-# \x30D3 KATAKANA LETTER BI 30D2 3099 
-# \x30D4 KATAKANA LETTER PI 30D2 309A 
-# \x30D5 KATAKANA LETTER HU 
-# \x30D6 KATAKANA LETTER BU 30D5 3099 
-# \x30D7 KATAKANA LETTER PU 30D5 309A 
-# \x30D8 KATAKANA LETTER HE 
-# \x30D9 KATAKANA LETTER BE 30D8 3099 
-# \x30DA KATAKANA LETTER PE 30D8 309A 
-# \x30DB KATAKANA LETTER HO 
-# \x30DC KATAKANA LETTER BO 30DB 3099 
-# \x30DD KATAKANA LETTER 30DB 309A 
-# \x30DE KATAKANA LETTER MA 
-# \x30DF KATAKANA LETTER MI 
-# \x30E0 KATAKANA LETTER MU 
-# \x30E1 KATAKANA LETTER ME 
-# \x30E2 KATAKANA LETTER MO 
-# \x30E3 KATAKANA LETTER SMALL YA 
-# \x30E4 KATAKANA LETTER YA 
-# \x30E5 KATAKANA LETTER SMALL YU 
-# \x30E6 KATAKANA LETTER YU 
-# \x30E7 KATAKANA LETTER SMALL YO 
-# \x30E8 KATAKANA LETTER YO 
-# \x30E9 KATAKANA LETTER RA 
-# \x30EA KATAKANA LETTER RI 
-# \x30EB KATAKANA LETTER RU 
-# \x30EC KATAKANA LETTER RE 
-# \x30ED KATAKANA LETTER RO 
-# \x30EE KATAKANA LETTER SMALL WA 
-# \x30EF KATAKANA LETTER WA 
-# \x30F0 KATAKANA LETTER WI 
-# \x30F1 KATAKANA LETTER WE 
-# \x30F2 KATAKANA LETTER WO 
-# \x30F3 KATAKANA LETTER 
-# \x30F4 KATAKANA LETTER VU 30A6 3099 
-# \x30F5 KATAKANA LETTER SMALL KA 
-# \x30F6 KATAKANA LETTER SMALL KE 
-# \x30F7 KATAKANA LETTER VA 30EF 3099 
-# \x30F8 KATAKANA LETTER VI 30F0 3099 
-# \x30F9 KATAKANA LETTER VE 30F1 3099 
-# \x30FA KATAKANA LETTER VO 30F2 3099 
-# \x30FB KATAKANA MIDDLE DOT 
-# \x30FC KATAKANA-HIRAGANA PROLONGED SOUND MARK Lm 
-# \x30FD KATAKANA ITERATION MARK Lm 
-# \x30FE KATAKANA VOICED ITERATION MARK Lm 30FD 3099 
-# \x30FF KATAKANA DIGRAPH KOTO <vertical> 30B3 30C8 
-# \x3105 BOPOMOFO LETTER B 
-# \x3106 BOPOMOFO LETTER P 
-# \x3107 BOPOMOFO LETTER M 
-# \x3108 BOPOMOFO LETTER F 
-# \x3109 BOPOMOFO LETTER D 
-# \x310A BOPOMOFO LETTER T 
-# \x310B BOPOMOFO LETTER 
-# \x310C BOPOMOFO LETTER 
-# \x310D BOPOMOFO LETTER G 
-# \x310E BOPOMOFO LETTER K 
-# \x310F BOPOMOFO LETTER H 
-# \x3110 BOPOMOFO LETTER J 
-# \x3111 BOPOMOFO LETTER Q 
-# \x3112 BOPOMOFO LETTER X 
-# \x3113 BOPOMOFO LETTER ZH 
-# \x3114 BOPOMOFO LETTER CH 
-# \x3115 BOPOMOFO LETTER SH 
-# \x3116 BOPOMOFO LETTER 
-# \x3117 BOPOMOFO LETTER Z 
-# \x3118 BOPOMOFO LETTER C 
-# \x3119 BOPOMOFO LETTER S 
-# \x311A BOPOMOFO LETTER A 
-# \x311B BOPOMOFO LETTER O 
-# \x311C BOPOMOFO LETTER E 
-# \x311D BOPOMOFO LETTER EH 
-# \x311E BOPOMOFO LETTER AI 
-# \x311F BOPOMOFO LETTER EI 
-# \x3120 BOPOMOFO LETTER AU 
-# \x3121 BOPOMOFO LETTER OU 
-# \x3122 BOPOMOFO LETTER AN 
-# \x3123 BOPOMOFO LETTER EN 
-# \x3124 BOPOMOFO LETTER ANG 
-# \x3125 BOPOMOFO LETTER ENG 
-# \x3126 BOPOMOFO LETTER ER 
-# \x3127 BOPOMOFO LETTER I 
-# \x3128 BOPOMOFO LETTER U 
-# \x3129 BOPOMOFO LETTER IU 
-# \x312A BOPOMOFO LETTER V 
-# \x312B BOPOMOFO LETTER NG 
-# \x312C BOPOMOFO LETTER GN 
-# \x3131 HANGUL LETTER KIYEOK 1100 HANGUL LETTER GIYEOG 
-# \x3132 HANGUL LETTER SSANGKIYEOK 1101 HANGUL LETTER SSANG GI
-# \xYEOG 
-# \x3133 HANGUL LETTER KIYEOK-SIOS 11AA HANGUL LETTER GIYEOG S
-# \xIOS 
-# \x3134 HANGUL LETTER NIEUN 1102 
-# \x3135 HANGUL LETTER NIEUN-CIEUC 11AC HANGUL LETTER NIEUN JI
-# \xEUJ 
-# \x3136 HANGUL LETTER NIEUN-HIEUH 11AD HANGUL LETTER NIEUN HI
-# \xEUH 
-# \x3137 HANGUL LETTER TIKEUT 1103 HANGUL LETTER DIGEUD 
-# \x3138 HANGUL LETTER SSANGTIKEUT 1104 HANGUL LETTER SSANG DI
-# \xGEUD 
-# \x3139 HANGUL LETTER RIEUL 1105 HANGUL LETTER LIEUL 
-# \x313A HANGUL LETTER RIEUL-KIYEOK 11B0 HANGUL LETTER LIEUL G
-# \xIYEOG 
-# \x313B HANGUL LETTER RIEUL-MIEUM 11B1 HANGUL LETTER LIEUL MI
-# \xEUM 
-# \x313C HANGUL LETTER RIEUL-PIEUP 11B2 HANGUL LETTER LIEUL BI
-# \xEUB 
-# \x313D HANGUL LETTER RIEUL-SIOS 11B3 HANGUL LETTER LIEUL SIO
-# \xS 
-# \x313E HANGUL LETTER RIEUL-THIEUTH 11B4 HANGUL LETTER LIEUL 
-# \xTIEUT 
-# \x313F HANGUL LETTER RIEUL-PHIEUPH 11B5 HANGUL LETTER LIEUL 
-# \xPIEUP 
-# \x3140 HANGUL LETTER RIEUL-HIEUH 111A HANGUL LETTER LIEUL HI
-# \xEUH 
-# \x3141 HANGUL LETTER MIEUM 1106 
-# \x3142 HANGUL LETTER PIEUP 1107 HANGUL LETTER BIEUB 
-# \x3143 HANGUL LETTER SSANGPIEUP 1108 HANGUL LETTER SSANG BIE
-# \xUB 
-# \x3144 HANGUL LETTER PIEUP-SIOS 1121 HANGUL LETTER BIEUB SIO
-# \xS 
-# \x3145 HANGUL LETTER SIOS 1109 
-# \x3146 HANGUL LETTER SSANGSIOS 110A HANGUL LETTER SSANG SIOS
-# \x 
-# \x3147 HANGUL LETTER IEUNG 110B 
-# \x3148 HANGUL LETTER CIEUC 110C HANGUL LETTER JIEUJ 
-# \x3149 HANGUL LETTER SSANGCIEUC 110D HANGUL LETTER SSANG JIE
-# \xUJ 
-# \x314A HANGUL LETTER CHIEUCH 110E HANGUL LETTER CIEUC 
-# \x314B HANGUL LETTER KHIEUKH 110F HANGUL LETTER KIYEOK 
-# \x314C HANGUL LETTER THIEUTH 1110 HANGUL LETTER TIEUT 
-# \x314D HANGUL LETTER PHIEUPH 1111 HANGUL LETTER PIEUP 
-# \x314E HANGUL LETTER HIEUH 1112 
-# \x314F HANGUL LETTER A 1161 
-# \x3150 HANGUL LETTER AE 1162 
-# \x3151 HANGUL LETTER YA 1163 
-# \x3152 HANGUL LETTER YAE 1164 
-# \x3153 HANGUL LETTER EO 1165 
-# \x3154 HANGUL LETTER E 1166 
-# \x3155 HANGUL LETTER YEO 1167 
-# \x3156 HANGUL LETTER YE 1168 
-# \x3157 HANGUL LETTER O 1169 
-# \x3158 HANGUL LETTER WA 116A 
-# \x3159 HANGUL LETTER WAE 116B 
-# \x315A HANGUL LETTER OE 116C 
-# \x315B HANGUL LETTER YO 116D 
-# \x315C HANGUL LETTER U 116E 
-# \x315D HANGUL LETTER WEO 116F 
-# \x315E HANGUL LETTER WE 1170 
-# \x315F HANGUL LETTER WI 1171 
-# \x3160 HANGUL LETTER YU 1172 
-# \x3161 HANGUL LETTER EU 1173 
-# \x3162 HANGUL LETTER YI 1174 
-# \x3163 HANGUL LETTER I 1175 
-# \x3164 HANGUL FILLER 1160 HANGUL CAE OM 
-# \x3165 HANGUL LETTER SSANGNIEUN 1114 HANGUL LETTER SSANG NIE
-# \xUN 
-# \x3166 HANGUL LETTER NIEUN-TIKEUT 1115 HANGUL LETTER NIEUN D
-# \xIGEUD 
-# \x3167 HANGUL LETTER NIEUN-SIOS 11C7 HANGUL LETTER NIEUN SIO
-# \xS 
-# \x3168 HANGUL LETTER NIEUN-PANSIOS 11C8 HANGUL LETTER NIEUN 
-# \xBAN CHI EUM 
-# \x3169 HANGUL LETTER RIEUL-KIYEOK-SIOS 11CC HANGUL LETTER LI
-# \xEUL GIYEOG SIOS 
-# \x316A HANGUL LETTER RIEUL-TIKEUT 11CE HANGUL LETTER LIEUL D
-# \xIGEUD 
-# \x316B HANGUL LETTER RIEUL-PIEUP-SIOS 11D3 HANGUL LETTER LIE
-# \xUL BIEUB SIOS 
-# \x316C HANGUL LETTER RIEUL-PANSIOS 11D7 HANGUL LETTER LIEUL 
-# \xBAN CHI EUM 
-# \x316D HANGUL LETTER RIEUL-YEORINHIEUH 11D9 HANGUL LETTER LI
-# \xEUL YEOLIN HIEUH 
-# \x316E HANGUL LETTER MIEUM-PIEUP 111C HANGUL LETTER MIEUM BI
-# \xEUB 
-# \x316F HANGUL LETTER MIEUM-SIOS 11DD HANGUL LETTER MIEUM SIO
-# \xS 
-# \x3170 HANGUL LETTER MIEUM-PANSIOS 11DF HANGUL LETTER BIEUB 
-# \xBAN CHI EUM 
-# \x3171 HANGUL LETTER KAPYEOUNMIEUM 111D HANGUL LETTER MIEUM 
-# \xSUN GYEONG EUM 
-# \x3172 HANGUL LETTER PIEUP-KIYEOK 111E HANGUL LETTER BIEUB G
-# \xIYEOG 
-# \x3173 HANGUL LETTER PIEUP-TIKEUT 1120 HANGUL LETTER BIEUB D
-# \xIGEUD 
-# \x3174 HANGUL LETTER PIEUP-SIOS-KIYEOK 1122 HANGUL LETTER BI
-# \xEUB SIOS GIYEOG 
-# \x3175 HANGUL LETTER PIEUP-SIOS-TIKEUT 1123 HANGUL LETTER BI
-# \xEUB SIOS DIGEUD 
-# \x3176 HANGUL LETTER PIEUP-CIEUC 1127 HANGUL LETTER BIEUB JI
-# \xEUJ 
-# \x3177 HANGUL LETTER PIEUP-THIEUTH 1129 HANGUL LETTER BIEUB 
-# \xTIEUT 
-# \x3178 HANGUL LETTER KAPYEOUNPIEUP 112B HANGUL LETTER BIEUB 
-# \xSUN GYEONG EUM 
-# \x3179 HANGUL LETTER KAPYEOUNSSANGPIEUP 112C HANGUL LETTER S
-# \xSANG BIEUB SUN GYEONG EUM 
-# \x317A HANGUL LETTER SIOS-KIYEOK 112D HANGUL LETTER SIOS GIY
-# \xEOG 
-# \x317B HANGUL LETTER SIOS-NIEUN 112E HANGUL LETTER SIOS NIEU
-# \xN 
-# \x317C HANGUL LETTER SIOS-TIKEUT 112F HANGUL LETTER SIOS DIG
-# \xEUD 
-# \x317D HANGUL LETTER SIOS-PIEUP 1132 HANGUL LETTER SIOS BIEU
-# \xB 
-# \x317E HANGUL LETTER SIOS-CIEUC 1136 HANGUL LETTER SIOS JIEU
-# \xJ 
-# \x317F HANGUL LETTER PANSIOS 1140 HANGUL LETTER BAN CHI EUM 
-# \x 
-# \x3180 HANGUL LETTER SSANGIEUNG 1147 HANGUL LETTER SSANG IEU
-# \xNG 
-# \x3181 HANGUL LETTER YESIEUNG 114C HANGUL LETTER NGIEUNG 
-# \x3182 HANGUL LETTER YESIEUNG-SIOS 11F1 HANGUL LETTER NGIEUN
-# \xG SIOS 
-# \x3183 HANGUL LETTER YESIEUNG-PANSIOS 11F2 HANGUL LETTER NGI
-# \xEUNG BAN CHI EUM 
-# \x3184 HANGUL LETTER KAPYEOUNPHIEUPH 1157 HANGUL LETTER PIEU
-# \xP SUN GYEONG EUM 
-# \x3185 HANGUL LETTER SSANGHIEUH 1158 HANGUL LETTER SSANG HIE
-# \xUH 
-# \x3186 HANGUL LETTER YEORINHIEUH 1159 HANGUL LETTER YEOLIN H
-# \xIEUH 
-# \x3187 HANGUL LETTER YO-YA 1184 HANGUL LETTER YOYA 
-# \x3188 HANGUL LETTER YO-YAE 1185 HANGUL LETTER YOYAE 
-# \x3189 HANGUL LETTER YO-I 1188 HANGUL LETTER YOI 
-# \x318A HANGUL LETTER YU-YEO 1191 HANGUL LETTER YUYEO 
-# \x318B HANGUL LETTER YU-YE 1192 HANGUL LETTER YUYE 
-# \x318C HANGUL LETTER YU-I 1194 HANGUL LETTER YUI 
-# \x318D HANGUL LETTER ARAEA 119E HANGUL LETTER ALAE A 
-# \x318E HANGUL LETTER ARAEAE 11A1 HANGUL LETTER ALAE AE 
-# \x3190 IDEOGRAPHIC ANNOTATION LINKING MARK KANBUN TATETEN Kanbun Tat
-# \xeten 
-# \x3191 IDEOGRAPHIC ANNOTATION REVERSE MARK KAERITEN RE Kaeriten 
-# \x3192 IDEOGRAPHIC ANNOTATION ONE MARK No 4E00 1 KAERITEN ITI Kae
-# \xriten 
-# \x3193 IDEOGRAPHIC ANNOTATION TWO MARK No 4E8C 2 KAERITEN NI Kaer
-# \xiten 
-# \x3194 IDEOGRAPHIC ANNOTATION THREE MARK No 4E09 3 KAERITEN SAN K
-# \xaeriten 
-# \x3195 IDEOGRAPHIC ANNOTATION FOUR MARK No 56DB 4 KAERITEN SI Kae
-# \xriten 
-# \x3196 IDEOGRAPHIC ANNOTATION TOP MARK 4E0A KAERITEN ZYOU Kae
-# \xriten 
-# \x3197 IDEOGRAPHIC ANNOTATION MIDDLE MARK 4E2D KAERITEN TYUU 
-# \xKaeriten 
-# \x3198 IDEOGRAPHIC ANNOTATION BOTTOM MARK 4E0B KAERITEN GE Ka
-# \xeriten 
-# \x3199 IDEOGRAPHIC ANNOTATION FIRST MARK 7532 KAERITEN KOU Ka
-# \xeriten 
-# \x319A IDEOGRAPHIC ANNOTATION SECOND MARK 4E59 KAERITEN OTU K
-# \xaeriten 
-# \x319B IDEOGRAPHIC ANNOTATION THIRD MARK 4E19 KAERITEN HEI Ka
-# \xeriten 
-# \x319C IDEOGRAPHIC ANNOTATION FOURTH MARK 4E01 KAERITEN TEI K
-# \xaeriten 
-# \x319D IDEOGRAPHIC ANNOTATION HEAVEN MARK 5929 KAERITEN TEN K
-# \xaeriten 
-# \x319E IDEOGRAPHIC ANNOTATION EARTH MARK 5730 KAERITEN TI Kae
-# \xriten 
-# \x319F IDEOGRAPHIC ANNOTATION MAN MARK 4EBA KAERITEN ZIN Kaer
-# \xiten 
-# \x31A0 BOPOMOFO LETTER BU 
-# \x31A1 BOPOMOFO LETTER ZI 
-# \x31A2 BOPOMOFO LETTER JI 
-# \x31A3 BOPOMOFO LETTER GU 
-# \x31A4 BOPOMOFO LETTER EE 
-# \x31A5 BOPOMOFO LETTER ENN 
-# \x31A6 BOPOMOFO LETTER OO 
-# \x31A7 BOPOMOFO LETTER ONN 
-# \x31A8 BOPOMOFO LETTER IR 
-# \x31A9 BOPOMOFO LETTER ANN 
-# \x31AA BOPOMOFO LETTER INN 
-# \x31AB BOPOMOFO LETTER UNN 
-# \x31AC BOPOMOFO LETTER IM 
-# \x31AD BOPOMOFO LETTER NGG 
-# \x31AE BOPOMOFO LETTER AINN 
-# \x31AF BOPOMOFO LETTER AUNN 
-# \x31B0 BOPOMOFO LETTER AM 
-# \x31B1 BOPOMOFO LETTER OM 
-# \x31B2 BOPOMOFO LETTER ONG 
-# \x31B3 BOPOMOFO LETTER INNN 
-# \x31B4 BOPOMOFO FINAL LETTER P 
-# \x31B5 BOPOMOFO FINAL LETTER T 
-# \x31B6 BOPOMOFO FINAL LETTER K 
-# \x31B7 BOPOMOFO FINAL LETTER H 
-# \x31F0 KATAKANA LETTER SMALL KU 
-# \x31F1 KATAKANA LETTER SMALL SI 
-# \x31F2 KATAKANA LETTER SMALL SU 
-# \x31F3 KATAKANA LETTER SMALL TO 
-# \x31F4 KATAKANA LETTER SMALL NU 
-# \x31F5 KATAKANA LETTER SMALL HA 
-# \x31F6 KATAKANA LETTER SMALL HI 
-# \x31F7 KATAKANA LETTER SMALL HU 
-# \x31F8 KATAKANA LETTER SMALL HE 
-# \x31F9 KATAKANA LETTER SMALL HO 
-# \x31FA KATAKANA LETTER SMALL MU 
-# \x31FB KATAKANA LETTER SMALL RA 
-# \x31FC KATAKANA LETTER SMALL RI 
-# \x31FD KATAKANA LETTER SMALL RU 
-# \x31FE KATAKANA LETTER SMALL RE 
-# \x31FF KATAKANA LETTER SMALL RO 
-# \x3200 PARENTHESIZED HANGUL KIYEOK 0028 1100 0029 PARENTHESI
-# \xZED HANGUL GIYEOG 
-# \x3201 PARENTHESIZED HANGUL NIEUN 0028 1102 0029 
-# \x3202 PARENTHESIZED HANGUL TIKEUT 0028 1103 0029 PARENTHESI
-# \xZED HANGUL DIGEUD 
-# \x3203 PARENTHESIZED HANGUL RIEUL 0028 1105 0029 PARENTHESIZ
-# \xED HANGUL LIEUL 
-# \x3204 PARENTHESIZED HANGUL MIEUM 0028 1106 0029 
-# \x3205 PARENTHESIZED HANGUL PIEUP 0028 1107 0029 PARENTHESIZ
-# \xED HANGUL BIEUB 
-# \x3206 PARENTHESIZED HANGUL SIOS 0028 1109 0029 
-# \x3207 PARENTHESIZED HANGUL IEUNG 0028 110B 0029 
-# \x3208 PARENTHESIZED HANGUL CIEUC 0028 110C 0029 PARENTHESIZ
-# \xED HANGUL JIEUJ 
-# \x3209 PARENTHESIZED HANGUL CHIEUCH 0028 110E 0029 PARENTHES
-# \xIZED HANGUL CIEUC 
-# \x320A PARENTHESIZED HANGUL KHIEUKH 0028 110F 0029 PARENTHES
-# \xIZED HANGUL KIYEOK 
-# \x320B PARENTHESIZED HANGUL THIEUTH 0028 1110 0029 PARENTHES
-# \xIZED HANGUL TIEUT 
-# \x320C PARENTHESIZED HANGUL PHIEUPH 0028 1111 0029 PARENTHES
-# \xIZED HANGUL PIEUP 
-# \x320D PARENTHESIZED HANGUL HIEUH 0028 1112 0029 
-# \x320E PARENTHESIZED HANGUL KIYEOK A 0028 1100 1161 0029 PAR
-# \xENTHESIZED HANGUL GA 
-# \x320F PARENTHESIZED HANGUL NIEUN A 0028 1102 1161 0029 PARE
-# \xNTHESIZED HANGUL NA 
-# \x3210 PARENTHESIZED HANGUL TIKEUT A 0028 1103 1161 0029 PAR
-# \xENTHESIZED HANGUL DA 
-# \x3211 PARENTHESIZED HANGUL RIEUL A 0028 1105 1161 0029 PARE
-# \xNTHESIZED HANGUL LA 
-# \x3212 PARENTHESIZED HANGUL MIEUM A 0028 1106 1161 0029 PARE
-# \xNTHESIZED HANGUL MA 
-# \x3213 PARENTHESIZED HANGUL PIEUP A 0028 1107 1161 0029 PARE
-# \xNTHESIZED HANGUL BA 
-# \x3214 PARENTHESIZED HANGUL SIOS A 0028 1109 1161 0029 PAREN
-# \xTHESIZED HANGUL SA 
-# \x3215 PARENTHESIZED HANGUL IEUNG A 0028 110B 1161 0029 PARE
-# \xNTHESIZED HANGUL A 
-# \x3216 PARENTHESIZED HANGUL CIEUC A 0028 110C 1161 0029 PARE
-# \xNTHESIZED HANGUL JA 
-# \x3217 PARENTHESIZED HANGUL CHIEUCH A 0028 110E 1161 0029 PA
-# \xRENTHESIZED HANGUL CA 
-# \x3218 PARENTHESIZED HANGUL KHIEUKH A 0028 110F 1161 0029 PA
-# \xRENTHESIZED HANGUL KA 
-# \x3219 PARENTHESIZED HANGUL THIEUTH A 0028 1110 1161 0029 PA
-# \xRENTHESIZED HANGUL TA 
-# \x321A PARENTHESIZED HANGUL PHIEUPH A 0028 1111 1161 0029 PA
-# \xRENTHESIZED HANGUL PA 
-# \x321B PARENTHESIZED HANGUL HIEUH A 0028 1112 1161 0029 PARE
-# \xNTHESIZED HANGUL HA 
-# \x321C PARENTHESIZED HANGUL CIEUC U 0028 110C 116E 0029 PARE
-# \xNTHESIZED HANGUL JU 
-# \x321D PARENTHESIZED KOREAN CHARACTER OJEON 0028 110B 1169 110C 
-# \x1165 11AB 0029 
-# \x321E PARENTHESIZED KOREAN CHARACTER O HU 0028 110B 1169 1112 1
-# \x16E 0029 
-# \x3220 PARENTHESIZED IDEOGRAPH ONE No 0028 4E00 0029 1 
-# \x3221 PARENTHESIZED IDEOGRAPH TWO No 0028 4E8C 0029 2 
-# \x3222 PARENTHESIZED IDEOGRAPH THREE No 0028 4E09 0029 3 
-# \x3223 PARENTHESIZED IDEOGRAPH FOUR No 0028 56DB 0029 4 
-# \x3224 PARENTHESIZED IDEOGRAPH FIVE No 0028 4E94 0029 5 
-# \x3225 PARENTHESIZED IDEOGRAPH SIX No 0028 516D 0029 6 
-# \x3226 PARENTHESIZED IDEOGRAPH SEVEN No 0028 4E03 0029 7 
-# \x3227 PARENTHESIZED IDEOGRAPH EIGHT No 0028 516B 0029 8 
-# \x3228 PARENTHESIZED IDEOGRAPH NINE No 0028 4E5D 0029 9 
-# \x3229 PARENTHESIZED IDEOGRAPH TEN No 0028 5341 0029 10 
-# \x322A PARENTHESIZED IDEOGRAPH MOON 0028 6708 0029 
-# \x322B PARENTHESIZED IDEOGRAPH FIRE 0028 706B 0029 
-# \x322C PARENTHESIZED IDEOGRAPH WATER 0028 6C34 0029 
-# \x322D PARENTHESIZED IDEOGRAPH WOOD 0028 6728 0029 
-# \x322E PARENTHESIZED IDEOGRAPH METAL 0028 91D1 0029 
-# \x322F PARENTHESIZED IDEOGRAPH EARTH 0028 571F 0029 
-# \x3230 PARENTHESIZED IDEOGRAPH SUN 0028 65E5 0029 
-# \x3231 PARENTHESIZED IDEOGRAPH STOCK 0028 682A 0029 
-# \x3232 PARENTHESIZED IDEOGRAPH HAVE 0028 6709 0029 
-# \x3233 PARENTHESIZED IDEOGRAPH SOCIETY 0028 793E 0029 
-# \x3234 PARENTHESIZED IDEOGRAPH NAME 0028 540D 0029 
-# \x3235 PARENTHESIZED IDEOGRAPH SPECIAL 0028 7279 0029 
-# \x3236 PARENTHESIZED IDEOGRAPH FINANCIAL 0028 8CA1 0029 
-# \x3237 PARENTHESIZED IDEOGRAPH CONGRATULATION 0028 795D 0029 N
-# \x 
-# \x3238 PARENTHESIZED IDEOGRAPH LABOR 0028 52B4 0029 
-# \x3239 PARENTHESIZED IDEOGRAPH REPRESENT 0028 4EE3 0029 
-# \x323A PARENTHESIZED IDEOGRAPH CALL 0028 547C 0029 
-# \x323B PARENTHESIZED IDEOGRAPH STUDY 0028 5B66 0029 
-# \x323C PARENTHESIZED IDEOGRAPH SUPERVISE 0028 76E3 0029 
-# \x323D PARENTHESIZED IDEOGRAPH ENTERPRISE 0028 4F01 0029 
-# \x 
-# \x323E PARENTHESIZED IDEOGRAPH RESOURCE 0028 8CC7 0029 
-# \x323F PARENTHESIZED IDEOGRAPH ALLIANCE 0028 5354 0029 
-# \x3240 PARENTHESIZED IDEOGRAPH FESTIVAL 0028 796D 0029 
-# \x3241 PARENTHESIZED IDEOGRAPH REST 0028 4F11 0029 
-# \x3242 PARENTHESIZED IDEOGRAPH SELF 0028 81EA 0029 
-# \x3243 PARENTHESIZED IDEOGRAPH REACH 0028 81F3 0029 
-# \x3250 PARTNERSHIP SIGN <square> 0050 0054 0045 
-# \x3251 CIRCLED NUMBER TWENTY ONE No <circle> 0032 0031 21 
-# \x3252 CIRCLED NUMBER TWENTY TWO No <circle> 0032 0032 22 
-# \x3253 CIRCLED NUMBER TWENTY THREE No <circle> 0032 0033 23 
-# \x3254 CIRCLED NUMBER TWENTY FOUR No <circle> 0032 0034 24 
-# \x3255 CIRCLED NUMBER TWENTY FIVE No <circle> 0032 0035 25 
-# \x3256 CIRCLED NUMBER TWENTY SIX No <circle> 0032 0036 26 
-# \x3257 CIRCLED NUMBER TWENTY SEVEN No <circle> 0032 0037 27 
-# \x3258 CIRCLED NUMBER TWENTY EIGHT No <circle> 0032 0038 28 
-# \x3259 CIRCLED NUMBER TWENTY NINE No <circle> 0032 0039 29 
-# \x325A CIRCLED NUMBER THIRTY No <circle> 0033 0030 30 
-# \x325B CIRCLED NUMBER THIRTY ONE No <circle> 0033 0031 31 
-# \x325C CIRCLED NUMBER THIRTY TWO No <circle> 0033 0032 32 
-# \x325D CIRCLED NUMBER THIRTY THREE No <circle> 0033 0033 33 
-# \x325E CIRCLED NUMBER THIRTY FOUR No <circle> 0033 0034 34 
-# \x325F CIRCLED NUMBER THIRTY FIVE No <circle> 0033 0035 35 
-# \x3260 CIRCLED HANGUL KIYEOK <circle> 1100 CIRCLED HANGUL GIYEOG 
-# \x3261 CIRCLED HANGUL NIEUN <circle> 1102 
-# \x3262 CIRCLED HANGUL TIKEUT <circle> 1103 CIRCLED HANGUL DIGEUD 
-# \x3263 CIRCLED HANGUL RIEUL <circle> 1105 CIRCLED HANGUL LIEUL 
-# \x3264 CIRCLED HANGUL MIEUM <circle> 1106 
-# \x3265 CIRCLED HANGUL PIEUP <circle> 1107 CIRCLED HANGUL BIEUB 
-# \x3266 CIRCLED HANGUL SIOS <circle> 1109 
-# \x3267 CIRCLED HANGUL IEUNG <circle> 110B 
-# \x3268 CIRCLED HANGUL CIEUC <circle> 110C CIRCLED HANGUL JIEUJ 
-# \x3269 CIRCLED HANGUL CHIEUCH <circle> 110E CIRCLED HANGUL CIEUC 
-# \x326A CIRCLED HANGUL KHIEUKH <circle> 110F CIRCLED HANGUL KIYEOK 
-# \x326B CIRCLED HANGUL THIEUTH <circle> 1110 CIRCLED HANGUL TIEUT 
-# \x326C CIRCLED HANGUL PHIEUPH <circle> 1111 CIRCLED HANGUL PIEUP 
-# \x326D CIRCLED HANGUL HIEUH <circle> 1112 
-# \x326E CIRCLED HANGUL KIYEOK A <circle> 1100 1161 CIRCLED HANGUL GA 
-# \x 
-# \x326F CIRCLED HANGUL NIEUN A <circle> 1102 1161 CIRCLED HANGUL NA 
-# \x 
-# \x3270 CIRCLED HANGUL TIKEUT A <circle> 1103 1161 CIRCLED HANGUL DA 
-# \x 
-# \x3271 CIRCLED HANGUL RIEUL A <circle> 1105 1161 CIRCLED HANGUL LA 
-# \x 
-# \x3272 CIRCLED HANGUL MIEUM A <circle> 1106 1161 CIRCLED HANGUL MA 
-# \x 
-# \x3273 CIRCLED HANGUL PIEUP A <circle> 1107 1161 CIRCLED HANGUL BA 
-# \x 
-# \x3274 CIRCLED HANGUL SIOS A <circle> 1109 1161 CIRCLED HANGUL SA 
-# \x3275 CIRCLED HANGUL IEUNG A <circle> 110B 1161 CIRCLED HANGUL A 
-# \x3276 CIRCLED HANGUL CIEUC A <circle> 110C 1161 CIRCLED HANGUL JA 
-# \x 
-# \x3277 CIRCLED HANGUL CHIEUCH A <circle> 110E 1161 CIRCLED HANGUL CA 
-# \x 
-# \x3278 CIRCLED HANGUL KHIEUKH A <circle> 110F 1161 CIRCLED HANGUL KA 
-# \x 
-# \x3279 CIRCLED HANGUL THIEUTH A <circle> 1110 1161 CIRCLED HANGUL TA 
-# \x 
-# \x327A CIRCLED HANGUL PHIEUPH A <circle> 1111 1161 CIRCLED HANGUL PA 
-# \x 
-# \x327B CIRCLED HANGUL HIEUH A <circle> 1112 1161 CIRCLED HANGUL HA 
-# \x 
-# \x327C CIRCLED KOREAN CHARACTER CHAMKO <circle> 110E 1161 11B7 1100 1169 
-# \x 
-# \x327D CIRCLED KOREAN CHARACTER JUEUI <circle> 110C 116E 110B 1174 
-# \x 
-# \x327F KOREAN STANDARD SYMBOL 
-# \x3280 CIRCLED IDEOGRAPH ONE No <circle> 4E00 1 
-# \x3281 CIRCLED IDEOGRAPH TWO No <circle> 4E8C 2 
-# \x3282 CIRCLED IDEOGRAPH THREE No <circle> 4E09 3 
-# \x3283 CIRCLED IDEOGRAPH FOUR No <circle> 56DB 4 
-# \x3284 CIRCLED IDEOGRAPH FIVE No <circle> 4E94 5 
-# \x3285 CIRCLED IDEOGRAPH SIX No <circle> 516D 6 
-# \x3286 CIRCLED IDEOGRAPH SEVEN No <circle> 4E03 7 
-# \x3287 CIRCLED IDEOGRAPH EIGHT No <circle> 516B 8 
-# \x3288 CIRCLED IDEOGRAPH NINE No <circle> 4E5D 9 
-# \x3289 CIRCLED IDEOGRAPH TEN No <circle> 5341 10 
-# \x328A CIRCLED IDEOGRAPH MOON <circle> 6708 
-# \x328B CIRCLED IDEOGRAPH FIRE <circle> 706B 
-# \x328C CIRCLED IDEOGRAPH WATER <circle> 6C34 
-# \x328D CIRCLED IDEOGRAPH WOOD <circle> 6728 
-# \x328E CIRCLED IDEOGRAPH METAL <circle> 91D1 
-# \x328F CIRCLED IDEOGRAPH EARTH <circle> 571F 
-# \x3290 CIRCLED IDEOGRAPH SUN <circle> 65E5 
-# \x3291 CIRCLED IDEOGRAPH STOCK <circle> 682A 
-# \x3292 CIRCLED IDEOGRAPH HAVE <circle> 6709 
-# \x3293 CIRCLED IDEOGRAPH SOCIETY <circle> 793E 
-# \x3294 CIRCLED IDEOGRAPH NAME <circle> 540D 
-# \x3295 CIRCLED IDEOGRAPH SPECIAL <circle> 7279 
-# \x3296 CIRCLED IDEOGRAPH FINANCIAL <circle> 8CA1 
-# \x3297 CIRCLED IDEOGRAPH CONGRATULATION <circle> 795D 
-# \x3298 CIRCLED IDEOGRAPH LABOR <circle> 52B4 
-# \x3299 CIRCLED IDEOGRAPH SECRET <circle> 79D8 
-# \x329A CIRCLED IDEOGRAPH MALE <circle> 7537 
-# \x329B CIRCLED IDEOGRAPH FEMALE <circle> 5973 
-# \x329C CIRCLED IDEOGRAPH SUITABLE <circle> 9069 
-# \x329D CIRCLED IDEOGRAPH EXCELLENT <circle> 512A 
-# \x329E CIRCLED IDEOGRAPH PRINT <circle> 5370 
-# \x329F CIRCLED IDEOGRAPH ATTENTION <circle> 6CE8 
-# \x32A0 CIRCLED IDEOGRAPH ITEM <circle> 9805 
-# \x32A1 CIRCLED IDEOGRAPH REST <circle> 4F11 
-# \x32A2 CIRCLED IDEOGRAPH COPY <circle> 5199 
-# \x32A3 CIRCLED IDEOGRAPH CORRECT <circle> 6B63 
-# \x32A4 CIRCLED IDEOGRAPH HIGH <circle> 4E0A 
-# \x32A5 CIRCLED IDEOGRAPH CENTRE <circle> 4E2D CIRCLED IDEOGRAPH CENTE
-# \xR 
-# \x32A6 CIRCLED IDEOGRAPH LOW <circle> 4E0B 
-# \x32A7 CIRCLED IDEOGRAPH LEFT <circle> 5DE6 
-# \x32A8 CIRCLED IDEOGRAPH RIGHT <circle> 53F3 
-# \x32A9 CIRCLED IDEOGRAPH MEDICINE <circle> 533B 
-# \x32AA CIRCLED IDEOGRAPH RELIGION <circle> 5B97 
-# \x32AB CIRCLED IDEOGRAPH STUDY <circle> 5B66 
-# \x32AC CIRCLED IDEOGRAPH SUPERVISE <circle> 76E3 
-# \x32AD CIRCLED IDEOGRAPH ENTERPRISE <circle> 4F01 
-# \x32AE CIRCLED IDEOGRAPH RESOURCE <circle> 8CC7 
-# \x32AF CIRCLED IDEOGRAPH ALLIANCE <circle> 5354 
-# \x32B0 CIRCLED IDEOGRAPH NIGHT <circle> 591C 
-# \x32B1 CIRCLED NUMBER THIRTY SIX No <circle> 0033 0036 36 
-# \x32B2 CIRCLED NUMBER THIRTY SEVEN No <circle> 0033 0037 37 
-# \x32B3 CIRCLED NUMBER THIRTY EIGHT No <circle> 0033 0038 38 
-# \x32B4 CIRCLED NUMBER THIRTY NINE No <circle> 0033 0039 39 
-# \x32B5 CIRCLED NUMBER FORTY No <circle> 0034 0030 40 
-# \x32B6 CIRCLED NUMBER FORTY ONE No <circle> 0034 0031 41 
-# \x32B7 CIRCLED NUMBER FORTY TWO No <circle> 0034 0032 42 
-# \x32B8 CIRCLED NUMBER FORTY THREE No <circle> 0034 0033 43 
-# \x32B9 CIRCLED NUMBER FORTY FOUR No <circle> 0034 0034 44 
-# \x32BA CIRCLED NUMBER FORTY FIVE No <circle> 0034 0035 45 
-# \x32BB CIRCLED NUMBER FORTY SIX No <circle> 0034 0036 46 
-# \x32BC CIRCLED NUMBER FORTY SEVEN No <circle> 0034 0037 47 
-# \x32BD CIRCLED NUMBER FORTY EIGHT No <circle> 0034 0038 48 
-# \x32BE CIRCLED NUMBER FORTY NINE No <circle> 0034 0039 49 
-# \x32BF CIRCLED NUMBER FIFTY No <circle> 0035 0030 50 
-# \x32C0 IDEOGRAPHIC TELEGRAPH SYMBOL FOR JANUARY 0031 6708 
-# \x 
-# \x32C1 IDEOGRAPHIC TELEGRAPH SYMBOL FOR FEBRUARY 0032 6708 
-# \x 
-# \x32C2 IDEOGRAPHIC TELEGRAPH SYMBOL FOR MARCH 0033 6708 
-# \x32C3 IDEOGRAPHIC TELEGRAPH SYMBOL FOR APRIL 0034 6708 
-# \x32C4 IDEOGRAPHIC TELEGRAPH SYMBOL FOR MAY 0035 6708 
-# \x32C5 IDEOGRAPHIC TELEGRAPH SYMBOL FOR JUNE 0036 6708 
-# \x32C6 IDEOGRAPHIC TELEGRAPH SYMBOL FOR JULY 0037 6708 
-# \x32C7 IDEOGRAPHIC TELEGRAPH SYMBOL FOR AUGUST 0038 6708 
-# \x 
-# \x32C8 IDEOGRAPHIC TELEGRAPH SYMBOL FOR SEPTEMBER 0039 6708 
-# \x 
-# \x32C9 IDEOGRAPHIC TELEGRAPH SYMBOL FOR OCTOBER 0031 0030 6708 
-# \x 
-# \x32CA IDEOGRAPHIC TELEGRAPH SYMBOL FOR NOVEMBER 0031 0031 6708 
-# \x 
-# \x32CB IDEOGRAPHIC TELEGRAPH SYMBOL FOR DECEMBER 0031 0032 6708 
-# \x 
-# \x32CC SQUARE HG <square> 0048 0067 
-# \x32CD SQUARE ERG <square> 0065 0072 0067 
-# \x32CE SQUARE EV <square> 0065 0056 
-# \x32CF LIMITED LIABILITY SIGN <square> 004C 0054 0044 
-# \x32D0 CIRCLED KATAKANA A <circle> 30A2 
-# \x32D1 CIRCLED KATAKANA I <circle> 30A4 
-# \x32D2 CIRCLED KATAKANA U <circle> 30A6 
-# \x32D3 CIRCLED KATAKANA E <circle> 30A8 
-# \x32D4 CIRCLED KATAKANA O <circle> 30AA 
-# \x32D5 CIRCLED KATAKANA KA <circle> 30AB 
-# \x32D6 CIRCLED KATAKANA KI <circle> 30AD 
-# \x32D7 CIRCLED KATAKANA KU <circle> 30AF 
-# \x32D8 CIRCLED KATAKANA KE <circle> 30B1 
-# \x32D9 CIRCLED KATAKANA KO <circle> 30B3 
-# \x32DA CIRCLED KATAKANA SA <circle> 30B5 
-# \x32DB CIRCLED KATAKANA SI <circle> 30B7 
-# \x32DC CIRCLED KATAKANA SU <circle> 30B9 
-# \x32DD CIRCLED KATAKANA SE <circle> 30BB 
-# \x32DE CIRCLED KATAKANA So <circle> 30BD 
-# \x32DF CIRCLED KATAKANA TA <circle> 30BF 
-# \x32E0 CIRCLED KATAKANA TI <circle> 30C1 
-# \x32E1 CIRCLED KATAKANA TU <circle> 30C4 
-# \x32E2 CIRCLED KATAKANA TE <circle> 30C6 
-# \x32E3 CIRCLED KATAKANA TO <circle> 30C8 
-# \x32E4 CIRCLED KATAKANA NA <circle> 30CA 
-# \x32E5 CIRCLED KATAKANA NI <circle> 30CB 
-# \x32E6 CIRCLED KATAKANA NU <circle> 30CC 
-# \x32E7 CIRCLED KATAKANA NE <circle> 30CD 
-# \x32E8 CIRCLED KATAKANA NO <circle> 30CE 
-# \x32E9 CIRCLED KATAKANA HA <circle> 30CF 
-# \x32EA CIRCLED KATAKANA HI <circle> 30D2 
-# \x32EB CIRCLED KATAKANA HU <circle> 30D5 
-# \x32EC CIRCLED KATAKANA HE <circle> 30D8 
-# \x32ED CIRCLED KATAKANA HO <circle> 30DB 
-# \x32EE CIRCLED KATAKANA MA <circle> 30DE 
-# \x32EF CIRCLED KATAKANA MI <circle> 30DF 
-# \x32F0 CIRCLED KATAKANA MU <circle> 30E0 
-# \x32F1 CIRCLED KATAKANA ME <circle> 30E1 
-# \x32F2 CIRCLED KATAKANA MO <circle> 30E2 
-# \x32F3 CIRCLED KATAKANA YA <circle> 30E4 
-# \x32F4 CIRCLED KATAKANA YU <circle> 30E6 
-# \x32F5 CIRCLED KATAKANA YO <circle> 30E8 
-# \x32F6 CIRCLED KATAKANA RA <circle> 30E9 
-# \x32F7 CIRCLED KATAKANA RI <circle> 30EA 
-# \x32F8 CIRCLED KATAKANA RU <circle> 30EB 
-# \x32F9 CIRCLED KATAKANA RE <circle> 30EC 
-# \x32FA CIRCLED KATAKANA RO <circle> 30ED 
-# \x32FB CIRCLED KATAKANA WA <circle> 30EF 
-# \x32FC CIRCLED KATAKANA WI <circle> 30F0 
-# \x32FD CIRCLED KATAKANA WE <circle> 30F1 
-# \x32FE CIRCLED KATAKANA WO <circle> 30F2 
-# \x3300 SQUARE APAATO <square> 30A2 30D1 30FC 30C8 SQUARED APAATO 
-# \x3301 SQUARE ARUHUA <square> 30A2 30EB 30D5 30A1 SQUARED ARUHUA 
-# \x3302 SQUARE ANPEA <square> 30A2 30F3 30DA 30A2 SQUARED ANPEA 
-# \x3303 SQUARE AARU <square> 30A2 30FC 30EB SQUARED AARU 
-# \x3304 SQUARE ININGU <square> 30A4 30CB 30F3 30B0 SQUARED ININGU 
-# \x3305 SQUARE INTI <square> 30A4 30F3 30C1 SQUARED INTI 
-# \x3306 SQUARE UON <square> 30A6 30A9 30F3 SQUARED UON 
-# \x3307 SQUARE ESUKUUDO <square> 30A8 30B9 30AF 30FC 30C9 SQUARED ESUK
-# \xUUDO 
-# \x3308 SQUARE EEKAA <square> 30A8 30FC 30AB 30FC SQUARED EEKAA 
-# \x3309 SQUARE ONSU <square> 30AA 30F3 30B9 SQUARED ONSU 
-# \x330A SQUARE OOMU <square> 30AA 30FC 30E0 SQUARED OOMU 
-# \x330B SQUARE KAIRI <square> 30AB 30A4 30EA SQUARED KAIRI 
-# \x330C SQUARE KARATTO <square> 30AB 30E9 30C3 30C8 SQUARED KARATTO 
-# \x 
-# \x330D SQUARE KARORII <square> 30AB 30ED 30EA 30FC SQUARED KARORII 
-# \x 
-# \x330E SQUARE GARON <square> 30AC 30ED 30F3 SQUARED GARON 
-# \x330F SQUARE GANMA <square> 30AC 30F3 30DE SQUARED GANMA 
-# \x3310 SQUARE GIGA <square> 30AE 30AC SQUARED GIGA 
-# \x3311 SQUARE GINII <square> 30AE 30CB 30FC SQUARED GINII 
-# \x3312 SQUARE KYURII <square> 30AD 30E5 30EA 30FC SQUARED KYURII 
-# \x3313 SQUARE GIRUDAA <square> 30AE 30EB 30C0 30FC SQUARED GIRUDAA 
-# \x 
-# \x3314 SQUARE KIRO <square> 30AD 30ED SQUARED KIRO 
-# \x3315 SQUARE KIROGURAMU <square> 30AD 30ED 30B0 30E9 30E0 SQUARED KI
-# \xROGURAMU 
-# \x3316 SQUARE KIROMEETORU <square> 30AD 30ED 30E1 30FC 30C8 30EB SQUA
-# \xRED KIROMEETORU 
-# \x3317 SQUARE KIROWATTO <square> 30AD 30ED 30EF 30C3 30C8 SQUARED KIR
-# \xOWATTO 
-# \x3318 SQUARE GURAMU <square> 30B0 30E9 30E0 SQUARED GURAMU 
-# \x3319 SQUARE GURAMUTON <square> 30B0 30E9 30E0 30C8 30F3 SQUARED GUR
-# \xAMUTON 
-# \x331A SQUARE KURUZEIRO <square> 30AF 30EB 30BC 30A4 30ED SQUARED KUR
-# \xUZEIRO 
-# \x331B SQUARE KUROONE <square> 30AF 30ED 30FC 30CD SQUARED KUROONE 
-# \x 
-# \x331C SQUARE KEESU <square> 30B1 30FC 30B9 SQUARED KEESU 
-# \x331D SQUARE KORUNA <square> 30B3 30EB 30CA SQUARED KORUNA 
-# \x331E SQUARE KOOPO <square> 30B3 30FC 30DD SQUARED KOOPO 
-# \x331F SQUARE SAIKURU <square> 30B5 30A4 30AF 30EB SQUARED SAIKURU 
-# \x 
-# \x3320 SQUARE SANTIIMU <square> 30B5 30F3 30C1 30FC 30E0 SQUARED SANT
-# \xIIMU 
-# \x3321 SQUARE SIRINGU <square> 30B7 30EA 30F3 30B0 SQUARED SIRINGU 
-# \x 
-# \x3322 SQUARE SENTI <square> 30BB 30F3 30C1 SQUARED SENTI 
-# \x3323 SQUARE SENTO <square> 30BB 30F3 30C8 SQUARED SENTO 
-# \x3324 SQUARE DAASU <square> 30C0 30FC 30B9 SQUARED DAASU 
-# \x3325 SQUARE DESI <square> 30C7 30B7 SQUARED DESI 
-# \x3326 SQUARE DORU <square> 30C9 30EB SQUARED DORU 
-# \x3327 SQUARE TON <square> 30C8 30F3 SQUARED TON 
-# \x3328 SQUARE NANO <square> 30CA 30CE SQUARED NANO 
-# \x3329 SQUARE NOTTO <square> 30CE 30C3 30C8 SQUARED NOTTO 
-# \x332A SQUARE HAITU <square> 30CF 30A4 30C4 SQUARED HAITU 
-# \x332B SQUARE PAASENTO <square> 30D1 30FC 30BB 30F3 30C8 SQUARED PAAS
-# \xENTO 
-# \x332C SQUARE PAATU <square> 30D1 30FC 30C4 SQUARED PAATU 
-# \x332D SQUARE BAARERU <square> 30D0 30FC 30EC 30EB SQUARED BAARERU 
-# \x 
-# \x332E SQUARE PIASUTORU <square> 30D4 30A2 30B9 30C8 30EB SQUARED PIA
-# \xSUTORU 
-# \x332F SQUARE PIKURU <square> 30D4 30AF 30EB SQUARED PIKURU 
-# \x3330 SQUARE PIKO <square> 30D4 30B3 SQUARED PIKO 
-# \x3331 SQUARE BIRU <square> 30D3 30EB SQUARED BIRU 
-# \x3332 SQUARE HUARADDO <square> 30D5 30A1 30E9 30C3 30C9 SQUARED HUAR
-# \xADDO 
-# \x3333 SQUARE HUIITO <square> 30D5 30A3 30FC 30C8 SQUARED HUIITO 
-# \x3334 SQUARE BUSSYERU <square> 30D6 30C3 30B7 30A7 30EB SQUARED BUSS
-# \xYERU 
-# \x3335 SQUARE HURAN <square> 30D5 30E9 30F3 SQUARED HURAN 
-# \x3336 SQUARE HEKUTAARU <square> 30D8 30AF 30BF 30FC 30EB SQUARED HEK
-# \xUTAARU 
-# \x3337 SQUARE PESO <square> 30DA 30BD SQUARED PESO 
-# \x3338 SQUARE PENIHI <square> 30DA 30CB 30D2 SQUARED PENIHI 
-# \x3339 SQUARE HERUTU <square> 30D8 30EB 30C4 SQUARED HERUTU 
-# \x333A SQUARE PENSU <square> 30DA 30F3 30B9 SQUARED PENSU 
-# \x333B SQUARE PEEZI <square> 30DA 30FC 30B8 SQUARED PEEZI 
-# \x333C SQUARE BEETA <square> 30D9 30FC 30BF SQUARED BEETA 
-# \x333D SQUARE POINTO <square> 30DD 30A4 30F3 30C8 SQUARED POINTO 
-# \x333E SQUARE BORUTO <square> 30DC 30EB 30C8 SQUARED BORUTO 
-# \x333F SQUARE HON <square> 30DB 30F3 SQUARED HON 
-# \x3340 SQUARE PONDO <square> 30DD 30F3 30C9 SQUARED PONDO 
-# \x3341 SQUARE HOORU <square> 30DB 30FC 30EB SQUARED HOORU 
-# \x3342 SQUARE HOON <square> 30DB 30FC 30F3 SQUARED HOON 
-# \x3343 SQUARE MAIKURO <square> 30DE 30A4 30AF 30ED SQUARED MAIKURO 
-# \x 
-# \x3344 SQUARE MAIRU <square> 30DE 30A4 30EB SQUARED MAIRU 
-# \x3345 SQUARE MAHHA <square> 30DE 30C3 30CF SQUARED MAHHA 
-# \x3346 SQUARE MARUKU <square> 30DE 30EB 30AF SQUARED MARUKU 
-# \x3347 SQUARE MANSYON <square> 30DE 30F3 30B7 30E7 30F3 SQUARED MANSY
-# \xON 
-# \x3348 SQUARE MIKURON <square> 30DF 30AF 30ED 30F3 SQUARED MIKURON 
-# \x 
-# \x3349 SQUARE MIRI <square> 30DF 30EA SQUARED MIRI 
-# \x334A SQUARE MIRIBAARU <square> 30DF 30EA 30D0 30FC 30EB SQUARED MIR
-# \xIBAARU 
-# \x334B SQUARE MEGA <square> 30E1 30AC SQUARED MEGA 
-# \x334C SQUARE MEGATON <square> 30E1 30AC 30C8 30F3 SQUARED MEGATON 
-# \x 
-# \x334D SQUARE MEETORU <square> 30E1 30FC 30C8 30EB SQUARED MEETORU 
-# \x 
-# \x334E SQUARE YAADO <square> 30E4 30FC 30C9 SQUARED YAADO 
-# \x334F SQUARE YAARU <square> 30E4 30FC 30EB SQUARED YAARU 
-# \x3350 SQUARE YUAN <square> 30E6 30A2 30F3 SQUARED YUAN 
-# \x3351 SQUARE RITTORU <square> 30EA 30C3 30C8 30EB SQUARED RITTORU 
-# \x 
-# \x3352 SQUARE RIRA <square> 30EA 30E9 SQUARED RIRA 
-# \x3353 SQUARE RUPII <square> 30EB 30D4 30FC SQUARED RUPII 
-# \x3354 SQUARE RUUBURU <square> 30EB 30FC 30D6 30EB SQUARED RUUBURU 
-# \x 
-# \x3355 SQUARE REMU <square> 30EC 30E0 SQUARED REMU 
-# \x3356 SQUARE RENTOGEN <square> 30EC 30F3 30C8 30B2 30F3 SQUARED RENT
-# \xOGEN 
-# \x3357 SQUARE WATTO <square> 30EF 30C3 30C8 SQUARED WATTO 
-# \x3358 IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR ZERO 0030 70B9 
-# \x 
-# \x3359 IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR ONE 0031 70B9 
-# \x 
-# \x335A IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR TWO 0032 70B9 
-# \x 
-# \x335B IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR THREE 0033 70B9 N
-# \x 
-# \x335C IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR FOUR 0034 70B9 
-# \x 
-# \x335D IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR FIVE 0035 70B9 
-# \x 
-# \x335E IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR SIX 0036 70B9 
-# \x 
-# \x335F IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR SEVEN 0037 70B9 N
-# \x 
-# \x3360 IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR EIGHT 0038 70B9 N
-# \x 
-# \x3361 IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR NINE 0039 70B9 
-# \x 
-# \x3362 IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR TEN 0031 0030 70B9 
-# \x 
-# \x3363 IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR ELEVEN 0031 0031 70B
-# \x9 
-# \x3364 IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR TWELVE 0031 0032 70B
-# \x9 
-# \x3365 IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR THIRTEEN 0031 0033 7
-# \x0B9 
-# \x3366 IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR FOURTEEN 0031 0034 7
-# \x0B9 
-# \x3367 IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR FIFTEEN 0031 0035 70
-# \xB9 
-# \x3368 IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR SIXTEEN 0031 0036 70
-# \xB9 
-# \x3369 IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR SEVENTEEN 0031 0037 
-# \x70B9 
-# \x336A IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR EIGHTEEN 0031 0038 7
-# \x0B9 
-# \x336B IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR NINETEEN 0031 0039 7
-# \x0B9 
-# \x336C IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR TWENTY 0032 0030 70B
-# \x9 
-# \x336D IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR TWENTY-ONE 0032 0031
-# \x 70B9 
-# \x336E IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR TWENTY-TWO 0032 0032
-# \x 70B9 
-# \x336F IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR TWENTY-THREE 0032 00
-# \x33 70B9 
-# \x3370 IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR TWENTY-FOUR 0032 003
-# \x4 70B9 
-# \x3371 SQUARE HPA <square> 0068 0050 0061 
-# \x3372 SQUARE DA <square> 0064 0061 
-# \x3373 SQUARE AU <square> 0041 0055 
-# \x3374 SQUARE BAR <square> 0062 0061 0072 
-# \x3375 SQUARE OV <square> 006F 0056 
-# \x3376 SQUARE PC <square> 0070 0063 
-# \x3377 SQUARE DM <square> 0064 006D 
-# \x3378 SQUARE DM SQUARED <square> 0064 006D 00B2 
-# \x3379 SQUARE DM CUBED <square> 0064 006D 00B3 
-# \x337A SQUARE IU <square> 0049 0055 
-# \x337B SQUARE ERA NAME HEISEI <square> 5E73 6210 SQUARED TWO IDEOGRAP
-# \xHS ERA NAME HEISEI 
-# \x337C SQUARE ERA NAME SYOUWA <square> 662D 548C SQUARED TWO IDEOGRAP
-# \xHS ERA NAME SYOUWA 
-# \x337D SQUARE ERA NAME TAISYOU <square> 5927 6B63 SQUARED TWO IDEOGRA
-# \xPHS ERA NAME TAISYOU 
-# \x337E SQUARE ERA NAME MEIZI <square> 660E 6CBB SQUARED TWO IDEOGRAPH
-# \xS ERA NAME MEIZI 
-# \x337F SQUARE CORPORATION <square> 682A 5F0F 4F1A 793E SQUARED FOUR I
-# \xDEOGRAPHS CORPORATION 
-# \x3380 SQUARE PA AMPS <square> 0070 0041 SQUARED PA AMPS 
-# \x3381 SQUARE NA <square> 006E 0041 SQUARED NA 
-# \x3382 SQUARE MU A <square> 03BC 0041 SQUARED MU A 
-# \x3383 SQUARE MA <square> 006D 0041 SQUARED MA 
-# \x3384 SQUARE KA <square> 006B 0041 SQUARED KA 
-# \x3385 SQUARE KB <square> 004B 0042 SQUARED KB 
-# \x3386 SQUARE MB <square> 004D 0042 SQUARED MB 
-# \x3387 SQUARE GB <square> 0047 0042 SQUARED GB 
-# \x3388 SQUARE CAL <square> 0063 0061 006C SQUARED CAL 
-# \x3389 SQUARE KCAL <square> 006B 0063 0061 006C SQUARED KCAL 
-# \x338A SQUARE PF <square> 0070 0046 SQUARED PF 
-# \x338B SQUARE NF <square> 006E 0046 SQUARED NF 
-# \x338C SQUARE MU F <square> 03BC 0046 SQUARED MU F 
-# \x338D SQUARE MU G <square> 03BC 0067 SQUARED MU G 
-# \x338E SQUARE MG <square> 006D 0067 SQUARED MG 
-# \x338F SQUARE KG <square> 006B 0067 SQUARED KG 
-# \x3390 SQUARE HZ <square> 0048 007A SQUARED HZ 
-# \x3391 SQUARE KHZ <square> 006B 0048 007A SQUARED KHZ 
-# \x3392 SQUARE MHZ <square> 004D 0048 007A SQUARED MHZ 
-# \x3393 SQUARE GHZ <square> 0047 0048 007A SQUARED GHZ 
-# \x3394 SQUARE THZ <square> 0054 0048 007A SQUARED THZ 
-# \x3395 SQUARE MU <square> 03BC 2113 SQUARED MU 
-# \x3396 SQUARE ML <square> 006D 2113 SQUARED ML 
-# \x3397 SQUARE DL <square> 0064 2113 SQUARED DL 
-# \x3398 SQUARE KL <square> 006B 2113 SQUARED KL 
-# \x3399 SQUARE FM <square> 0066 006D SQUARED FM 
-# \x339A SQUARE NM <square> 006E 006D SQUARED NM 
-# \x339B SQUARE MU M <square> 03BC 006D SQUARED MU M 
-# \x339C SQUARE MM <square> 006D 006D SQUARED MM 
-# \x339D SQUARE CM <square> 0063 006D SQUARED CM 
-# \x339E SQUARE KM <square> 006B 006D SQUARED KM 
-# \x339F SQUARE MM SQUARED <square> 006D 006D 00B2 SQUARED MM SQUARED 
-# \x 
-# \x33A0 SQUARE CM SQUARED <square> 0063 006D 00B2 SQUARED CM SQUARED 
-# \x 
-# \x33A1 SQUARE M SQUARED <square> 006D 00B2 SQUARED M SQUARED 
-# \x33A2 SQUARE KM SQUARED <square> 006B 006D 00B2 SQUARED KM SQUARED 
-# \x 
-# \x33A3 SQUARE MM CUBED <square> 006D 006D 00B3 SQUARED MM CUBED 
-# \x33A4 SQUARE CM CUBED <square> 0063 006D 00B3 SQUARED CM CUBED 
-# \x33A5 SQUARE M CUBED <square> 006D 00B3 SQUARED M CUBED 
-# \x33A6 SQUARE KM CUBED <square> 006B 006D 00B3 SQUARED KM CUBED 
-# \x33A7 SQUARE M OVER S <square> 006D 2215 0073 SQUARED M OVER S 
-# \x33A8 SQUARE M OVER S SQUARED <square> 006D 2215 0073 00B2 SQUARED M
-# \x OVER S SQUARED 
-# \x33A9 SQUARE PA <square> 0050 0061 SQUARED PA 
-# \x33AA SQUARE KPA <square> 006B 0050 0061 SQUARED KPA 
-# \x33AB SQUARE MPA <square> 004D 0050 0061 SQUARED MPA 
-# \x33AC SQUARE GPA <square> 0047 0050 0061 SQUARED GPA 
-# \x33AD SQUARE RAD <square> 0072 0061 0064 SQUARED RAD 
-# \x33AE SQUARE RAD OVER S <square> 0072 0061 0064 2215 0073 SQUARED RA
-# \xD OVER S 
-# \x33AF SQUARE RAD OVER S SQUARED <square> 0072 0061 0064 2215 0073 00B2 
-# \x SQUARED RAD OVER S SQUARED 
-# \x33B0 SQUARE PS <square> 0070 0073 SQUARED PS 
-# \x33B1 SQUARE NS <square> 006E 0073 SQUARED NS 
-# \x33B2 SQUARE MU S <square> 03BC 0073 SQUARED MU S 
-# \x33B3 SQUARE MS <square> 006D 0073 SQUARED MS 
-# \x33B4 SQUARE PV <square> 0070 0056 SQUARED PV 
-# \x33B5 SQUARE NV <square> 006E 0056 SQUARED NV 
-# \x33B6 SQUARE MU V <square> 03BC 0056 SQUARED MU V 
-# \x33B7 SQUARE MV <square> 006D 0056 SQUARED MV 
-# \x33B8 SQUARE KV <square> 006B 0056 SQUARED KV 
-# \x33B9 SQUARE MV MEGA <square> 004D 0056 SQUARED MV MEGA 
-# \x33BA SQUARE PW <square> 0070 0057 SQUARED PW 
-# \x33BB SQUARE NW <square> 006E 0057 SQUARED NW 
-# \x33BC SQUARE MU W <square> 03BC 0057 SQUARED MU W 
-# \x33BD SQUARE MW <square> 006D 0057 SQUARED MW 
-# \x33BE SQUARE KW <square> 006B 0057 SQUARED KW 
-# \x33BF SQUARE MW MEGA <square> 004D 0057 SQUARED MW MEGA 
-# \x33C0 SQUARE K OHM <square> 006B 03A9 SQUARED K OHM 
-# \x33C1 SQUARE M OHM <square> 004D 03A9 SQUARED M OHM 
-# \x33C2 SQUARE AM <square> 0061 002E 006D 002E SQUARED AM 
-# \x33C3 SQUARE BQ <square> 0042 0071 SQUARED BQ 
-# \x33C4 SQUARE CC <square> 0063 0063 SQUARED CC 
-# \x33C5 SQUARE CD <square> 0063 0064 SQUARED CD 
-# \x33C6 SQUARE C OVER KG <square> 0043 2215 006B 0067 SQUARED C OVER K
-# \xG 
-# \x33C7 SQUARE CO <square> 0043 006F 002E SQUARED CO 
-# \x33C8 SQUARE DB <square> 0064 0042 SQUARED DB 
-# \x33C9 SQUARE GY <square> 0047 0079 SQUARED GY 
-# \x33CA SQUARE HA <square> 0068 0061 SQUARED HA 
-# \x33CB SQUARE HP <square> 0048 0050 SQUARED HP 
-# \x33CC SQUARE IN <square> 0069 006E SQUARED IN 
-# \x33CD SQUARE KK <square> 004B 004B SQUARED KK 
-# \x33CE SQUARE KM CAPITAL <square> 004B 004D SQUARED KM CAPITAL 
-# \x33CF SQUARE KT <square> 006B 0074 SQUARED KT 
-# \x33D0 SQUARE LM <square> 006C 006D SQUARED LM 
-# \x33D1 SQUARE LN <square> 006C 006E SQUARED LN 
-# \x33D2 SQUARE LOG <square> 006C 006F 0067 SQUARED LOG 
-# \x33D3 SQUARE LX <square> 006C 0078 SQUARED LX 
-# \x33D4 SQUARE MB SMALL <square> 006D 0062 SQUARED MB SMALL 
-# \x33D5 SQUARE MIL <square> 006D 0069 006C SQUARED MIL 
-# \x33D6 SQUARE MOL <square> 006D 006F 006C SQUARED MOL 
-# \x33D7 SQUARE PH <square> 0050 0048 SQUARED PH 
-# \x33D8 SQUARE PM <square> 0070 002E 006D 002E SQUARED PM 
-# \x33D9 SQUARE PPM <square> 0050 0050 004D SQUARED PPM 
-# \x33DA SQUARE PR <square> 0050 0052 SQUARED PR 
-# \x33DB SQUARE SR <square> 0073 0072 SQUARED SR 
-# \x33DC SQUARE SV <square> 0053 0076 SQUARED SV 
-# \x33DD SQUARE WB <square> 0057 0062 SQUARED WB 
-# \x33DE SQUARE V OVER M <square> 0056 2215 006D 
-# \x33DF SQUARE A OVER M <square> 0041 2215 006D 
-# \x33E0 IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY ONE 0031 65E5 
-# \x 
-# \x33E1 IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY TWO 0032 65E5 
-# \x 
-# \x33E2 IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY THREE 0033 65E5 
-# \x 
-# \x33E3 IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY FOUR 0034 65E5 
-# \x 
-# \x33E4 IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY FIVE 0035 65E5 
-# \x 
-# \x33E5 IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY SIX 0036 65E5 
-# \x 
-# \x33E6 IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY SEVEN 0037 65E5 
-# \x 
-# \x33E7 IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY EIGHT 0038 65E5 
-# \x 
-# \x33E8 IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY NINE 0039 65E5 
-# \x 
-# \x33E9 IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY TEN 0031 0030 65E5 
-# \x 
-# \x33EA IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY ELEVEN 0031 0031 65E5
-# \x 
-# \x33EB IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY TWELVE 0031 0032 65E5
-# \x 
-# \x33EC IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY THIRTEEN 0031 0033 65
-# \xE5 
-# \x33ED IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY FOURTEEN 0031 0034 65
-# \xE5 
-# \x33EE IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY FIFTEEN 0031 0035 65E
-# \x5 
-# \x33EF IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY SIXTEEN 0031 0036 65E
-# \x5 
-# \x33F0 IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY SEVENTEEN 0031 0037 6
-# \x5E5 
-# \x33F1 IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY EIGHTEEN 0031 0038 65
-# \xE5 
-# \x33F2 IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY NINETEEN 0031 0039 65
-# \xE5 
-# \x33F3 IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY TWENTY 0032 0030 65E5
-# \x 
-# \x33F4 IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY TWENTY-ONE 0032 0031 
-# \x65E5 
-# \x33F5 IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY TWENTY-TWO 0032 0032 
-# \x65E5 
-# \x33F6 IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY TWENTY-THREE 0032 003
-# \x3 65E5 
-# \x33F7 IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY TWENTY-FOUR 0032 0034
-# \x 65E5 
-# \x33F8 IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY TWENTY-FIVE 0032 0035
-# \x 65E5 
-# \x33F9 IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY TWENTY-SIX 0032 0036 
-# \x65E5 
-# \x33FA IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY TWENTY-SEVEN 0032 003
-# \x7 65E5 
-# \x33FB IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY TWENTY-EIGHT 0032 003
-# \x8 65E5 
-# \x33FC IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY TWENTY-NINE 0032 0039
-# \x 65E5 
-# \x33FD IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY THIRTY 0033 0030 65E5
-# \x 
-# \x33FE IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY THIRTY-ONE 0033 0031 
-# \x65E5 
-# \x33FF SQUARE GAL <square> 0067 0061 006C 
-# \x3400 <CJK Ideograph Extension A, First> 
-# \x4DB5 <CJK Ideograph Extension A, Last> 
-# \x4DC0 HEXAGRAM FOR THE CREATIVE HEAVEN 
-# \x4DC1 HEXAGRAM FOR THE RECEPTIVE EARTH 
-# \x4DC2 HEXAGRAM FOR DIFFICULTY AT THE BEGINNING 
-# \x4DC3 HEXAGRAM FOR YOUTHFUL FOLLY 
-# \x4DC4 HEXAGRAM FOR WAITING 
-# \x4DC5 HEXAGRAM FOR CONFLICT 
-# \x4DC6 HEXAGRAM FOR THE ARMY 
-# \x4DC7 HEXAGRAM FOR HOLDING TOGETHER 
-# \x4DC8 HEXAGRAM FOR SMALL TAMING 
-# \x4DC9 HEXAGRAM FOR TREADING 
-# \x4DCA HEXAGRAM FOR PEACE 
-# \x4DCB HEXAGRAM FOR STANDSTILL 
-# \x4DCC HEXAGRAM FOR FELLOWSHIP 
-# \x4DCD HEXAGRAM FOR GREAT POSSESSION 
-# \x4DCE HEXAGRAM FOR MODESTY 
-# \x4DCF HEXAGRAM FOR ENTHUSIASM 
-# \x4DD0 HEXAGRAM FOR FOLLOWING 
-# \x4DD1 HEXAGRAM FOR WORK THE DECAYED 
-# \x4DD2 HEXAGRAM FOR APPROACH 
-# \x4DD3 HEXAGRAM FOR CONTEMPLATION 
-# \x4DD4 HEXAGRAM FOR BITING THROUGH 
-# \x4DD5 HEXAGRAM FOR GRACE 
-# \x4DD6 HEXAGRAM FOR SPLITTING APART 
-# \x4DD7 HEXAGRAM FOR RETURN 
-# \x4DD8 HEXAGRAM FOR INNOCENCE 
-# \x4DD9 HEXAGRAM FOR GREAT TAMING 
-# \x4DDA HEXAGRAM FOR MOUTH CORNERS 
-# \x4DDB HEXAGRAM FOR GREAT PREPONDERANCE 
-# \x4DDC HEXAGRAM FOR THE ABYSMAL WATER 
-# \x4DDD HEXAGRAM FOR THE CLINGING FIRE 
-# \x4DDE HEXAGRAM FOR INFLUENCE 
-# \x4DDF HEXAGRAM FOR DURATION 
-# \x4DE0 HEXAGRAM FOR RETREAT 
-# \x4DE1 HEXAGRAM FOR GREAT POWER 
-# \x4DE2 HEXAGRAM FOR PROGRESS 
-# \x4DE3 HEXAGRAM FOR DARKENING OF THE LIGHT 
-# \x4DE4 HEXAGRAM FOR THE FAMILY 
-# \x4DE5 HEXAGRAM FOR OPPOSITION 
-# \x4DE6 HEXAGRAM FOR OBSTRUCTION 
-# \x4DE7 HEXAGRAM FOR DELIVERANCE 
-# \x4DE8 HEXAGRAM FOR DECREASE 
-# \x4DE9 HEXAGRAM FOR INCREASE 
-# \x4DEA HEXAGRAM FOR BREAKTHROUGH 
-# \x4DEB HEXAGRAM FOR COMING TO MEET 
-# \x4DEC HEXAGRAM FOR GATHERING TOGETHER 
-# \x4DED HEXAGRAM FOR PUSHING UPWARD 
-# \x4DEE HEXAGRAM FOR OPPRESSION 
-# \x4DEF HEXAGRAM FOR THE WELL 
-# \x4DF0 HEXAGRAM FOR REVOLUTION 
-# \x4DF1 HEXAGRAM FOR THE CAULDRON 
-# \x4DF2 HEXAGRAM FOR THE AROUSING THUNDER 
-# \x4DF3 HEXAGRAM FOR THE KEEPING STILL MOUNTAIN 
-# \x4DF4 HEXAGRAM FOR DEVELOPMENT 
-# \x4DF5 HEXAGRAM FOR THE MARRYING MAIDEN 
-# \x4DF6 HEXAGRAM FOR ABUNDANCE 
-# \x4DF7 HEXAGRAM FOR THE WANDERER 
-# \x4DF8 HEXAGRAM FOR THE GENTLE WIND 
-# \x4DF9 HEXAGRAM FOR THE JOYOUS LAKE 
-# \x4DFA HEXAGRAM FOR DISPERSION 
-# \x4DFB HEXAGRAM FOR LIMITATION 
-# \x4DFC HEXAGRAM FOR INNER TRUTH 
-# \x4DFD HEXAGRAM FOR SMALL PREPONDERANCE 
-# \x4DFE HEXAGRAM FOR AFTER COMPLETION 
-# \x4DFF HEXAGRAM FOR BEFORE COMPLETION 
-# \x4E00 <CJK Ideograph, First> 
-# \x9FA5 <CJK Ideograph, Last> 
-# \xA000 YI SYLLABLE IT 
-# \xA001 YI SYLLABLE IX 
-# \xA002 YI SYLLABLE I 
-# \xA003 YI SYLLABLE IP 
-# \xA004 YI SYLLABLE IET 
-# \xA005 YI SYLLABLE IEX 
-# \xA006 YI SYLLABLE IE 
-# \xA007 YI SYLLABLE IEP 
-# \xA008 YI SYLLABLE AT 
-# \xA009 YI SYLLABLE AX 
-# \xA00A YI SYLLABLE A 
-# \xA00B YI SYLLABLE AP 
-# \xA00C YI SYLLABLE UOX 
-# \xA00D YI SYLLABLE UO 
-# \xA00E YI SYLLABLE UOP 
-# \xA00F YI SYLLABLE OT 
-# \xA010 YI SYLLABLE OX 
-# \xA011 YI SYLLABLE O 
-# \xA012 YI SYLLABLE OP 
-# \xA013 YI SYLLABLE EX 
-# \xA014 YI SYLLABLE E 
-# \xA015 YI SYLLABLE WU 
-# \xA016 YI SYLLABLE BIT 
-# \xA017 YI SYLLABLE BIX 
-# \xA018 YI SYLLABLE BI 
-# \xA019 YI SYLLABLE BIP 
-# \xA01A YI SYLLABLE BIET 
-# \xA01B YI SYLLABLE BIEX 
-# \xA01C YI SYLLABLE BIE 
-# \xA01D YI SYLLABLE BIEP 
-# \xA01E YI SYLLABLE BAT 
-# \xA01F YI SYLLABLE BAX 
-# \xA020 YI SYLLABLE BA 
-# \xA021 YI SYLLABLE BAP 
-# \xA022 YI SYLLABLE BUOX 
-# \xA023 YI SYLLABLE BUO 
-# \xA024 YI SYLLABLE BUOP 
-# \xA025 YI SYLLABLE BOT 
-# \xA026 YI SYLLABLE BOX 
-# \xA027 YI SYLLABLE BO 
-# \xA028 YI SYLLABLE BOP 
-# \xA029 YI SYLLABLE BEX 
-# \xA02A YI SYLLABLE BE 
-# \xA02B YI SYLLABLE BEP 
-# \xA02C YI SYLLABLE BUT 
-# \xA02D YI SYLLABLE BUX 
-# \xA02E YI SYLLABLE BU 
-# \xA02F YI SYLLABLE BUP 
-# \xA030 YI SYLLABLE BURX 
-# \xA031 YI SYLLABLE BUR 
-# \xA032 YI SYLLABLE BYT 
-# \xA033 YI SYLLABLE BYX 
-# \xA034 YI SYLLABLE BY 
-# \xA035 YI SYLLABLE BYP 
-# \xA036 YI SYLLABLE BYRX 
-# \xA037 YI SYLLABLE BYR 
-# \xA038 YI SYLLABLE PIT 
-# \xA039 YI SYLLABLE PIX 
-# \xA03A YI SYLLABLE PI 
-# \xA03B YI SYLLABLE PIP 
-# \xA03C YI SYLLABLE PIEX 
-# \xA03D YI SYLLABLE PIE 
-# \xA03E YI SYLLABLE PIEP 
-# \xA03F YI SYLLABLE PAT 
-# \xA040 YI SYLLABLE PAX 
-# \xA041 YI SYLLABLE PA 
-# \xA042 YI SYLLABLE PAP 
-# \xA043 YI SYLLABLE PUOX 
-# \xA044 YI SYLLABLE PUO 
-# \xA045 YI SYLLABLE PUOP 
-# \xA046 YI SYLLABLE POT 
-# \xA047 YI SYLLABLE POX 
-# \xA048 YI SYLLABLE 
-# \xA049 YI SYLLABLE POP 
-# \xA04A YI SYLLABLE PUT 
-# \xA04B YI SYLLABLE PUX 
-# \xA04C YI SYLLABLE PU 
-# \xA04D YI SYLLABLE PUP 
-# \xA04E YI SYLLABLE PURX 
-# \xA04F YI SYLLABLE PUR 
-# \xA050 YI SYLLABLE PYT 
-# \xA051 YI SYLLABLE PYX 
-# \xA052 YI SYLLABLE PY 
-# \xA053 YI SYLLABLE PYP 
-# \xA054 YI SYLLABLE PYRX 
-# \xA055 YI SYLLABLE PYR 
-# \xA056 YI SYLLABLE BBIT 
-# \xA057 YI SYLLABLE BBIX 
-# \xA058 YI SYLLABLE BBI 
-# \xA059 YI SYLLABLE BBIP 
-# \xA05A YI SYLLABLE BBIET 
-# \xA05B YI SYLLABLE BBIEX 
-# \xA05C YI SYLLABLE BBIE 
-# \xA05D YI SYLLABLE BBIEP 
-# \xA05E YI SYLLABLE BBAT 
-# \xA05F YI SYLLABLE BBAX 
-# \xA060 YI SYLLABLE BBA 
-# \xA061 YI SYLLABLE BBAP 
-# \xA062 YI SYLLABLE BBUOX 
-# \xA063 YI SYLLABLE BBUO 
-# \xA064 YI SYLLABLE BBUOP 
-# \xA065 YI SYLLABLE BBOT 
-# \xA066 YI SYLLABLE BBOX 
-# \xA067 YI SYLLABLE BBO 
-# \xA068 YI SYLLABLE BBOP 
-# \xA069 YI SYLLABLE BBEX 
-# \xA06A YI SYLLABLE BBE 
-# \xA06B YI SYLLABLE BBEP 
-# \xA06C YI SYLLABLE BBUT 
-# \xA06D YI SYLLABLE BBUX 
-# \xA06E YI SYLLABLE BBU 
-# \xA06F YI SYLLABLE BBUP 
-# \xA070 YI SYLLABLE BBURX 
-# \xA071 YI SYLLABLE BBUR 
-# \xA072 YI SYLLABLE BBYT 
-# \xA073 YI SYLLABLE BBYX 
-# \xA074 YI SYLLABLE BBY 
-# \xA075 YI SYLLABLE BBYP 
-# \xA076 YI SYLLABLE NBIT 
-# \xA077 YI SYLLABLE NBIX 
-# \xA078 YI SYLLABLE NBI 
-# \xA079 YI SYLLABLE NBIP 
-# \xA07A YI SYLLABLE NBIEX 
-# \xA07B YI SYLLABLE NBIE 
-# \xA07C YI SYLLABLE NBIEP 
-# \xA07D YI SYLLABLE NBAT 
-# \xA07E YI SYLLABLE NBAX 
-# \xA07F YI SYLLABLE NBA 
-# \xA080 YI SYLLABLE NBAP 
-# \xA081 YI SYLLABLE NBOT 
-# \xA082 YI SYLLABLE NBOX 
-# \xA083 YI SYLLABLE NBO 
-# \xA084 YI SYLLABLE NBOP 
-# \xA085 YI SYLLABLE NBUT 
-# \xA086 YI SYLLABLE NBUX 
-# \xA087 YI SYLLABLE NBU 
-# \xA088 YI SYLLABLE NBUP 
-# \xA089 YI SYLLABLE NBURX 
-# \xA08A YI SYLLABLE NBUR 
-# \xA08B YI SYLLABLE NBYT 
-# \xA08C YI SYLLABLE NBYX 
-# \xA08D YI SYLLABLE NBY 
-# \xA08E YI SYLLABLE NBYP 
-# \xA08F YI SYLLABLE NBYRX 
-# \xA090 YI SYLLABLE NBYR 
-# \xA091 YI SYLLABLE HMIT 
-# \xA092 YI SYLLABLE HMIX 
-# \xA093 YI SYLLABLE HMI 
-# \xA094 YI SYLLABLE HMIP 
-# \xA095 YI SYLLABLE HMIEX 
-# \xA096 YI SYLLABLE HMIE 
-# \xA097 YI SYLLABLE HMIEP 
-# \xA098 YI SYLLABLE HMAT 
-# \xA099 YI SYLLABLE HMAX 
-# \xA09A YI SYLLABLE HMA 
-# \xA09B YI SYLLABLE HMAP 
-# \xA09C YI SYLLABLE HMUOX 
-# \xA09D YI SYLLABLE HMUO 
-# \xA09E YI SYLLABLE HMUOP 
-# \xA09F YI SYLLABLE HMOT 
-# \xA0A0 YI SYLLABLE HMOX 
-# \xA0A1 YI SYLLABLE HMO 
-# \xA0A2 YI SYLLABLE HMOP 
-# \xA0A3 YI SYLLABLE HMUT 
-# \xA0A4 YI SYLLABLE HMUX 
-# \xA0A5 YI SYLLABLE HMU 
-# \xA0A6 YI SYLLABLE HMUP 
-# \xA0A7 YI SYLLABLE HMURX 
-# \xA0A8 YI SYLLABLE HMUR 
-# \xA0A9 YI SYLLABLE HMYX 
-# \xA0AA YI SYLLABLE HMY 
-# \xA0AB YI SYLLABLE HMYP 
-# \xA0AC YI SYLLABLE HMYRX 
-# \xA0AD YI SYLLABLE HMYR 
-# \xA0AE YI SYLLABLE MIT 
-# \xA0AF YI SYLLABLE MIX 
-# \xA0B0 YI SYLLABLE MI 
-# \xA0B1 YI SYLLABLE MIP 
-# \xA0B2 YI SYLLABLE MIEX 
-# \xA0B3 YI SYLLABLE MIE 
-# \xA0B4 YI SYLLABLE MIEP 
-# \xA0B5 YI SYLLABLE MAT 
-# \xA0B6 YI SYLLABLE MAX 
-# \xA0B7 YI SYLLABLE MA 
-# \xA0B8 YI SYLLABLE MAP 
-# \xA0B9 YI SYLLABLE MUOT 
-# \xA0BA YI SYLLABLE MUOX 
-# \xA0BB YI SYLLABLE MUO 
-# \xA0BC YI SYLLABLE MUOP 
-# \xA0BD YI SYLLABLE MOT 
-# \xA0BE YI SYLLABLE MOX 
-# \xA0BF YI SYLLABLE MO 
-# \xA0C0 YI SYLLABLE MOP 
-# \xA0C1 YI SYLLABLE MEX 
-# \xA0C2 YI SYLLABLE ME 
-# \xA0C3 YI SYLLABLE MUT 
-# \xA0C4 YI SYLLABLE MUX 
-# \xA0C5 YI SYLLABLE MU 
-# \xA0C6 YI SYLLABLE MUP 
-# \xA0C7 YI SYLLABLE MURX 
-# \xA0C8 YI SYLLABLE MUR 
-# \xA0C9 YI SYLLABLE MYT 
-# \xA0CA YI SYLLABLE MYX 
-# \xA0CB YI SYLLABLE MY 
-# \xA0CC YI SYLLABLE MYP 
-# \xA0CD YI SYLLABLE FIT 
-# \xA0CE YI SYLLABLE FIX 
-# \xA0CF YI SYLLABLE FI 
-# \xA0D0 YI SYLLABLE FIP 
-# \xA0D1 YI SYLLABLE FAT 
-# \xA0D2 YI SYLLABLE FAX 
-# \xA0D3 YI SYLLABLE FA 
-# \xA0D4 YI SYLLABLE FAP 
-# \xA0D5 YI SYLLABLE FOX 
-# \xA0D6 YI SYLLABLE FO 
-# \xA0D7 YI SYLLABLE FOP 
-# \xA0D8 YI SYLLABLE FUT 
-# \xA0D9 YI SYLLABLE FUX 
-# \xA0DA YI SYLLABLE FU 
-# \xA0DB YI SYLLABLE FUP 
-# \xA0DC YI SYLLABLE FURX 
-# \xA0DD YI SYLLABLE FUR 
-# \xA0DE YI SYLLABLE FYT 
-# \xA0DF YI SYLLABLE FYX 
-# \xA0E0 YI SYLLABLE FY 
-# \xA0E1 YI SYLLABLE FYP 
-# \xA0E2 YI SYLLABLE VIT 
-# \xA0E3 YI SYLLABLE VIX 
-# \xA0E4 YI SYLLABLE VI 
-# \xA0E5 YI SYLLABLE VIP 
-# \xA0E6 YI SYLLABLE VIET 
-# \xA0E7 YI SYLLABLE VIEX 
-# \xA0E8 YI SYLLABLE VIE 
-# \xA0E9 YI SYLLABLE VIEP 
-# \xA0EA YI SYLLABLE VAT 
-# \xA0EB YI SYLLABLE VAX 
-# \xA0EC YI SYLLABLE VA 
-# \xA0ED YI SYLLABLE VAP 
-# \xA0EE YI SYLLABLE VOT 
-# \xA0EF YI SYLLABLE VOX 
-# \xA0F0 YI SYLLABLE VO 
-# \xA0F1 YI SYLLABLE VOP 
-# \xA0F2 YI SYLLABLE VEX 
-# \xA0F3 YI SYLLABLE VEP 
-# \xA0F4 YI SYLLABLE VUT 
-# \xA0F5 YI SYLLABLE VUX 
-# \xA0F6 YI SYLLABLE VU 
-# \xA0F7 YI SYLLABLE VUP 
-# \xA0F8 YI SYLLABLE VURX 
-# \xA0F9 YI SYLLABLE VUR 
-# \xA0FA YI SYLLABLE VYT 
-# \xA0FB YI SYLLABLE VYX 
-# \xA0FC YI SYLLABLE VY 
-# \xA0FD YI SYLLABLE VYP 
-# \xA0FE YI SYLLABLE VYRX 
-# \xA0FF YI SYLLABLE VYR 
-# \xA100 YI SYLLABLE DIT 
-# \xA101 YI SYLLABLE DIX 
-# \xA102 YI SYLLABLE DI 
-# \xA103 YI SYLLABLE DIP 
-# \xA104 YI SYLLABLE DIEX 
-# \xA105 YI SYLLABLE DIE 
-# \xA106 YI SYLLABLE DIEP 
-# \xA107 YI SYLLABLE DAT 
-# \xA108 YI SYLLABLE DAX 
-# \xA109 YI SYLLABLE DA 
-# \xA10A YI SYLLABLE DAP 
-# \xA10B YI SYLLABLE DUOX 
-# \xA10C YI SYLLABLE DUO 
-# \xA10D YI SYLLABLE DOT 
-# \xA10E YI SYLLABLE DOX 
-# \xA10F YI SYLLABLE DO 
-# \xA110 YI SYLLABLE DOP 
-# \xA111 YI SYLLABLE DEX 
-# \xA112 YI SYLLABLE DE 
-# \xA113 YI SYLLABLE DEP 
-# \xA114 YI SYLLABLE DUT 
-# \xA115 YI SYLLABLE DUX 
-# \xA116 YI SYLLABLE DU 
-# \xA117 YI SYLLABLE DUP 
-# \xA118 YI SYLLABLE DURX 
-# \xA119 YI SYLLABLE DUR 
-# \xA11A YI SYLLABLE TIT 
-# \xA11B YI SYLLABLE TIX 
-# \xA11C YI SYLLABLE TI 
-# \xA11D YI SYLLABLE TIP 
-# \xA11E YI SYLLABLE TIEX 
-# \xA11F YI SYLLABLE TIE 
-# \xA120 YI SYLLABLE TIEP 
-# \xA121 YI SYLLABLE TAT 
-# \xA122 YI SYLLABLE TAX 
-# \xA123 YI SYLLABLE TA 
-# \xA124 YI SYLLABLE TAP 
-# \xA125 YI SYLLABLE TUOT 
-# \xA126 YI SYLLABLE TUOX 
-# \xA127 YI SYLLABLE TUO 
-# \xA128 YI SYLLABLE TUOP 
-# \xA129 YI SYLLABLE TOT 
-# \xA12A YI SYLLABLE TOX 
-# \xA12B YI SYLLABLE TO 
-# \xA12C YI SYLLABLE TOP 
-# \xA12D YI SYLLABLE TEX 
-# \xA12E YI SYLLABLE TE 
-# \xA12F YI SYLLABLE TEP 
-# \xA130 YI SYLLABLE TUT 
-# \xA131 YI SYLLABLE TUX 
-# \xA132 YI SYLLABLE TU 
-# \xA133 YI SYLLABLE TUP 
-# \xA134 YI SYLLABLE TURX 
-# \xA135 YI SYLLABLE TUR 
-# \xA136 YI SYLLABLE DDIT 
-# \xA137 YI SYLLABLE DDIX 
-# \xA138 YI SYLLABLE DDI 
-# \xA139 YI SYLLABLE DDIP 
-# \xA13A YI SYLLABLE DDIEX 
-# \xA13B YI SYLLABLE DDIE 
-# \xA13C YI SYLLABLE DDIEP 
-# \xA13D YI SYLLABLE DDAT 
-# \xA13E YI SYLLABLE DDAX 
-# \xA13F YI SYLLABLE DDA 
-# \xA140 YI SYLLABLE DDAP 
-# \xA141 YI SYLLABLE DDUOX 
-# \xA142 YI SYLLABLE DDUO 
-# \xA143 YI SYLLABLE DDUOP 
-# \xA144 YI SYLLABLE DDOT 
-# \xA145 YI SYLLABLE DDOX 
-# \xA146 YI SYLLABLE DDO 
-# \xA147 YI SYLLABLE DDOP 
-# \xA148 YI SYLLABLE DDEX 
-# \xA149 YI SYLLABLE DDE 
-# \xA14A YI SYLLABLE DDEP 
-# \xA14B YI SYLLABLE DDUT 
-# \xA14C YI SYLLABLE DDUX 
-# \xA14D YI SYLLABLE DDU 
-# \xA14E YI SYLLABLE DDUP 
-# \xA14F YI SYLLABLE DDURX 
-# \xA150 YI SYLLABLE DDUR 
-# \xA151 YI SYLLABLE NDIT 
-# \xA152 YI SYLLABLE NDIX 
-# \xA153 YI SYLLABLE NDI 
-# \xA154 YI SYLLABLE NDIP 
-# \xA155 YI SYLLABLE NDIEX 
-# \xA156 YI SYLLABLE NDIE 
-# \xA157 YI SYLLABLE NDAT 
-# \xA158 YI SYLLABLE NDAX 
-# \xA159 YI SYLLABLE NDA 
-# \xA15A YI SYLLABLE NDAP 
-# \xA15B YI SYLLABLE NDOT 
-# \xA15C YI SYLLABLE NDOX 
-# \xA15D YI SYLLABLE NDO 
-# \xA15E YI SYLLABLE NDOP 
-# \xA15F YI SYLLABLE NDEX 
-# \xA160 YI SYLLABLE NDE 
-# \xA161 YI SYLLABLE NDEP 
-# \xA162 YI SYLLABLE NDUT 
-# \xA163 YI SYLLABLE NDUX 
-# \xA164 YI SYLLABLE NDU 
-# \xA165 YI SYLLABLE NDUP 
-# \xA166 YI SYLLABLE NDURX 
-# \xA167 YI SYLLABLE NDUR 
-# \xA168 YI SYLLABLE HNIT 
-# \xA169 YI SYLLABLE HNIX 
-# \xA16A YI SYLLABLE HNI 
-# \xA16B YI SYLLABLE HNIP 
-# \xA16C YI SYLLABLE HNIET 
-# \xA16D YI SYLLABLE HNIEX 
-# \xA16E YI SYLLABLE HNIE 
-# \xA16F YI SYLLABLE HNIEP 
-# \xA170 YI SYLLABLE HNAT 
-# \xA171 YI SYLLABLE HNAX 
-# \xA172 YI SYLLABLE HNA 
-# \xA173 YI SYLLABLE HNAP 
-# \xA174 YI SYLLABLE HNUOX 
-# \xA175 YI SYLLABLE HNUO 
-# \xA176 YI SYLLABLE HNOT 
-# \xA177 YI SYLLABLE HNOX 
-# \xA178 YI SYLLABLE HNOP 
-# \xA179 YI SYLLABLE HNEX 
-# \xA17A YI SYLLABLE HNE 
-# \xA17B YI SYLLABLE HNEP 
-# \xA17C YI SYLLABLE HNUT 
-# \xA17D YI SYLLABLE NIT 
-# \xA17E YI SYLLABLE NIX 
-# \xA17F YI SYLLABLE NI 
-# \xA180 YI SYLLABLE NIP 
-# \xA181 YI SYLLABLE NIEX 
-# \xA182 YI SYLLABLE NIE 
-# \xA183 YI SYLLABLE NIEP 
-# \xA184 YI SYLLABLE NAX 
-# \xA185 YI SYLLABLE NA 
-# \xA186 YI SYLLABLE NAP 
-# \xA187 YI SYLLABLE NUOX 
-# \xA188 YI SYLLABLE NUO 
-# \xA189 YI SYLLABLE NUOP 
-# \xA18A YI SYLLABLE NOT 
-# \xA18B YI SYLLABLE NOX 
-# \xA18C YI SYLLABLE NO 
-# \xA18D YI SYLLABLE NOP 
-# \xA18E YI SYLLABLE NEX 
-# \xA18F YI SYLLABLE NE 
-# \xA190 YI SYLLABLE NEP 
-# \xA191 YI SYLLABLE NUT 
-# \xA192 YI SYLLABLE NUX 
-# \xA193 YI SYLLABLE NU 
-# \xA194 YI SYLLABLE NUP 
-# \xA195 YI SYLLABLE NURX 
-# \xA196 YI SYLLABLE NUR 
-# \xA197 YI SYLLABLE HLIT 
-# \xA198 YI SYLLABLE HLIX 
-# \xA199 YI SYLLABLE HLI 
-# \xA19A YI SYLLABLE HLIP 
-# \xA19B YI SYLLABLE HLIEX 
-# \xA19C YI SYLLABLE HLIE 
-# \xA19D YI SYLLABLE HLIEP 
-# \xA19E YI SYLLABLE HLAT 
-# \xA19F YI SYLLABLE HLAX 
-# \xA1A0 YI SYLLABLE HLA 
-# \xA1A1 YI SYLLABLE HLAP 
-# \xA1A2 YI SYLLABLE HLUOX 
-# \xA1A3 YI SYLLABLE HLUO 
-# \xA1A4 YI SYLLABLE HLUOP 
-# \xA1A5 YI SYLLABLE HLOX 
-# \xA1A6 YI SYLLABLE HLO 
-# \xA1A7 YI SYLLABLE HLOP 
-# \xA1A8 YI SYLLABLE HLEX 
-# \xA1A9 YI SYLLABLE HLE 
-# \xA1AA YI SYLLABLE HLEP 
-# \xA1AB YI SYLLABLE HLUT 
-# \xA1AC YI SYLLABLE HLUX 
-# \xA1AD YI SYLLABLE Ho 
-# \xA1AE YI SYLLABLE HLUP 
-# \xA1AF YI SYLLABLE HLURX 
-# \xA1B0 YI SYLLABLE HLUR 
-# \xA1B1 YI SYLLABLE HLYT 
-# \xA1B2 YI SYLLABLE HLYX 
-# \xA1B3 YI SYLLABLE HLY 
-# \xA1B4 YI SYLLABLE HLYP 
-# \xA1B5 YI SYLLABLE HLYRX 
-# \xA1B6 YI SYLLABLE HLYR 
-# \xA1B7 YI SYLLABLE LIT 
-# \xA1B8 YI SYLLABLE LIX 
-# \xA1B9 YI SYLLABLE LI 
-# \xA1BA YI SYLLABLE LIP 
-# \xA1BB YI SYLLABLE LIET 
-# \xA1BC YI SYLLABLE LIEX 
-# \xA1BD YI SYLLABLE LIE 
-# \xA1BE YI SYLLABLE LIEP 
-# \xA1BF YI SYLLABLE LAT 
-# \xA1C0 YI SYLLABLE LAX 
-# \xA1C1 YI SYLLABLE LA 
-# \xA1C2 YI SYLLABLE LAP 
-# \xA1C3 YI SYLLABLE LUOT 
-# \xA1C4 YI SYLLABLE LUOX 
-# \xA1C5 YI SYLLABLE LUO 
-# \xA1C6 YI SYLLABLE LUOP 
-# \xA1C7 YI SYLLABLE LOT 
-# \xA1C8 YI SYLLABLE LOX 
-# \xA1C9 YI SYLLABLE Lo 
-# \xA1CA YI SYLLABLE LOP 
-# \xA1CB YI SYLLABLE LEX 
-# \xA1CC YI SYLLABLE LE 
-# \xA1CD YI SYLLABLE LEP 
-# \xA1CE YI SYLLABLE LUT 
-# \xA1CF YI SYLLABLE LUX 
-# \xA1D0 YI SYLLABLE o 
-# \xA1D1 YI SYLLABLE LUP 
-# \xA1D2 YI SYLLABLE LURX 
-# \xA1D3 YI SYLLABLE LUR 
-# \xA1D4 YI SYLLABLE LYT 
-# \xA1D5 YI SYLLABLE LYX 
-# \xA1D6 YI SYLLABLE LY 
-# \xA1D7 YI SYLLABLE LYP 
-# \xA1D8 YI SYLLABLE LYRX 
-# \xA1D9 YI SYLLABLE LYR 
-# \xA1DA YI SYLLABLE GIT 
-# \xA1DB YI SYLLABLE GIX 
-# \xA1DC YI SYLLABLE GI 
-# \xA1DD YI SYLLABLE GIP 
-# \xA1DE YI SYLLABLE GIET 
-# \xA1DF YI SYLLABLE GIEX 
-# \xA1E0 YI SYLLABLE GIE 
-# \xA1E1 YI SYLLABLE GIEP 
-# \xA1E2 YI SYLLABLE GAT 
-# \xA1E3 YI SYLLABLE GAX 
-# \xA1E4 YI SYLLABLE GA 
-# \xA1E5 YI SYLLABLE GAP 
-# \xA1E6 YI SYLLABLE GUOT 
-# \xA1E7 YI SYLLABLE GUOX 
-# \xA1E8 YI SYLLABLE GUO 
-# \xA1E9 YI SYLLABLE GUOP 
-# \xA1EA YI SYLLABLE GOT 
-# \xA1EB YI SYLLABLE GOX 
-# \xA1EC YI SYLLABLE GO 
-# \xA1ED YI SYLLABLE GOP 
-# \xA1EE YI SYLLABLE GET 
-# \xA1EF YI SYLLABLE GEX 
-# \xA1F0 YI SYLLABLE GE 
-# \xA1F1 YI SYLLABLE GEP 
-# \xA1F2 YI SYLLABLE GUT 
-# \xA1F3 YI SYLLABLE GUX 
-# \xA1F4 YI SYLLABLE GU 
-# \xA1F5 YI SYLLABLE GUP 
-# \xA1F6 YI SYLLABLE GURX 
-# \xA1F7 YI SYLLABLE GUR 
-# \xA1F8 YI SYLLABLE KIT 
-# \xA1F9 YI SYLLABLE KIX 
-# \xA1FA YI SYLLABLE KI 
-# \xA1FB YI SYLLABLE KIP 
-# \xA1FC YI SYLLABLE KIEX 
-# \xA1FD YI SYLLABLE KIE 
-# \xA1FE YI SYLLABLE KIEP 
-# \xA1FF YI SYLLABLE KAT 
-# \xA200 YI SYLLABLE KAX 
-# \xA201 YI SYLLABLE KA 
-# \xA202 YI SYLLABLE KAP 
-# \xA203 YI SYLLABLE KUOX 
-# \xA204 YI SYLLABLE KUO 
-# \xA205 YI SYLLABLE KUOP 
-# \xA206 YI SYLLABLE KOT 
-# \xA207 YI SYLLABLE KOX 
-# \xA208 YI SYLLABLE KO 
-# \xA209 YI SYLLABLE KOP 
-# \xA20A YI SYLLABLE KET 
-# \xA20B YI SYLLABLE KEX 
-# \xA20C YI SYLLABLE KE 
-# \xA20D YI SYLLABLE KEP 
-# \xA20E YI SYLLABLE KUT 
-# \xA20F YI SYLLABLE KUX 
-# \xA210 YI SYLLABLE KU 
-# \xA211 YI SYLLABLE KUP 
-# \xA212 YI SYLLABLE KURX 
-# \xA213 YI SYLLABLE KUR 
-# \xA214 YI SYLLABLE GGIT 
-# \xA215 YI SYLLABLE GGIX 
-# \xA216 YI SYLLABLE GGI 
-# \xA217 YI SYLLABLE GGIEX 
-# \xA218 YI SYLLABLE GGIE 
-# \xA219 YI SYLLABLE GGIEP 
-# \xA21A YI SYLLABLE GGAT 
-# \xA21B YI SYLLABLE GGAX 
-# \xA21C YI SYLLABLE GGA 
-# \xA21D YI SYLLABLE GGAP 
-# \xA21E YI SYLLABLE GGUOT 
-# \xA21F YI SYLLABLE GGUOX 
-# \xA220 YI SYLLABLE GGUO 
-# \xA221 YI SYLLABLE GGUOP 
-# \xA222 YI SYLLABLE GGOT 
-# \xA223 YI SYLLABLE GGOX 
-# \xA224 YI SYLLABLE GGO 
-# \xA225 YI SYLLABLE GGOP 
-# \xA226 YI SYLLABLE GGET 
-# \xA227 YI SYLLABLE GGEX 
-# \xA228 YI SYLLABLE GGE 
-# \xA229 YI SYLLABLE GGEP 
-# \xA22A YI SYLLABLE GGUT 
-# \xA22B YI SYLLABLE GGUX 
-# \xA22C YI SYLLABLE GGU 
-# \xA22D YI SYLLABLE GGUP 
-# \xA22E YI SYLLABLE GGURX 
-# \xA22F YI SYLLABLE GGUR 
-# \xA230 YI SYLLABLE MGIEX 
-# \xA231 YI SYLLABLE MGIE 
-# \xA232 YI SYLLABLE MGAT 
-# \xA233 YI SYLLABLE MGAX 
-# \xA234 YI SYLLABLE MGA 
-# \xA235 YI SYLLABLE MGAP 
-# \xA236 YI SYLLABLE MGUOX 
-# \xA237 YI SYLLABLE MGUO 
-# \xA238 YI SYLLABLE MGUOP 
-# \xA239 YI SYLLABLE MGOT 
-# \xA23A YI SYLLABLE MGOX 
-# \xA23B YI SYLLABLE MGO 
-# \xA23C YI SYLLABLE MGOP 
-# \xA23D YI SYLLABLE MGEX 
-# \xA23E YI SYLLABLE MGE 
-# \xA23F YI SYLLABLE MGEP 
-# \xA240 YI SYLLABLE MGUT 
-# \xA241 YI SYLLABLE MGUX 
-# \xA242 YI SYLLABLE MGU 
-# \xA243 YI SYLLABLE MGUP 
-# \xA244 YI SYLLABLE MGURX 
-# \xA245 YI SYLLABLE MGUR 
-# \xA246 YI SYLLABLE HXIT 
-# \xA247 YI SYLLABLE HXIX 
-# \xA248 YI SYLLABLE HXI 
-# \xA249 YI SYLLABLE HXIP 
-# \xA24A YI SYLLABLE HXIET 
-# \xA24B YI SYLLABLE HXIEX 
-# \xA24C YI SYLLABLE HXIE 
-# \xA24D YI SYLLABLE HXIEP 
-# \xA24E YI SYLLABLE HXAT 
-# \xA24F YI SYLLABLE HXAX 
-# \xA250 YI SYLLABLE HXA 
-# \xA251 YI SYLLABLE HXAP 
-# \xA252 YI SYLLABLE HXUOT 
-# \xA253 YI SYLLABLE HXUOX 
-# \xA254 YI SYLLABLE HXUO 
-# \xA255 YI SYLLABLE HXUOP 
-# \xA256 YI SYLLABLE HXOT 
-# \xA257 YI SYLLABLE HXOX 
-# \xA258 YI SYLLABLE HXO 
-# \xA259 YI SYLLABLE HXOP 
-# \xA25A YI SYLLABLE HXEX 
-# \xA25B YI SYLLABLE HXE 
-# \xA25C YI SYLLABLE HXEP 
-# \xA25D YI SYLLABLE NGIEX 
-# \xA25E YI SYLLABLE NGIE 
-# \xA25F YI SYLLABLE NGIEP 
-# \xA260 YI SYLLABLE NGAT 
-# \xA261 YI SYLLABLE NGAX 
-# \xA262 YI SYLLABLE NGA 
-# \xA263 YI SYLLABLE NGAP 
-# \xA264 YI SYLLABLE NGUOT 
-# \xA265 YI SYLLABLE NGUOX 
-# \xA266 YI SYLLABLE NGUO 
-# \xA267 YI SYLLABLE NGOT 
-# \xA268 YI SYLLABLE NGOX 
-# \xA269 YI SYLLABLE NGO 
-# \xA26A YI SYLLABLE NGOP 
-# \xA26B YI SYLLABLE NGEX 
-# \xA26C YI SYLLABLE NGE 
-# \xA26D YI SYLLABLE NGEP 
-# \xA26E YI SYLLABLE HIT 
-# \xA26F YI SYLLABLE HIEX 
-# \xA270 YI SYLLABLE HIE 
-# \xA271 YI SYLLABLE HAT 
-# \xA272 YI SYLLABLE HAX 
-# \xA273 YI SYLLABLE HA 
-# \xA274 YI SYLLABLE HAP 
-# \xA275 YI SYLLABLE HUOT 
-# \xA276 YI SYLLABLE HUOX 
-# \xA277 YI SYLLABLE HUO 
-# \xA278 YI SYLLABLE HUOP 
-# \xA279 YI SYLLABLE HOT 
-# \xA27A YI SYLLABLE HOX 
-# \xA27B YI SYLLABLE HO 
-# \xA27C YI SYLLABLE HOP 
-# \xA27D YI SYLLABLE HEX 
-# \xA27E YI SYLLABLE HE 
-# \xA27F YI SYLLABLE HEP 
-# \xA280 YI SYLLABLE WAT 
-# \xA281 YI SYLLABLE WAX 
-# \xA282 YI SYLLABLE WA 
-# \xA283 YI SYLLABLE WAP 
-# \xA284 YI SYLLABLE WUOX 
-# \xA285 YI SYLLABLE WUO 
-# \xA286 YI SYLLABLE WUOP 
-# \xA287 YI SYLLABLE WOX 
-# \xA288 YI SYLLABLE WO 
-# \xA289 YI SYLLABLE WOP 
-# \xA28A YI SYLLABLE WEX 
-# \xA28B YI SYLLABLE WE 
-# \xA28C YI SYLLABLE WEP 
-# \xA28D YI SYLLABLE ZIT 
-# \xA28E YI SYLLABLE ZIX 
-# \xA28F YI SYLLABLE ZI 
-# \xA290 YI SYLLABLE ZIP 
-# \xA291 YI SYLLABLE ZIEX 
-# \xA292 YI SYLLABLE ZIE 
-# \xA293 YI SYLLABLE ZIEP 
-# \xA294 YI SYLLABLE ZAT 
-# \xA295 YI SYLLABLE ZAX 
-# \xA296 YI SYLLABLE ZA 
-# \xA297 YI SYLLABLE ZAP 
-# \xA298 YI SYLLABLE ZUOX 
-# \xA299 YI SYLLABLE ZUO 
-# \xA29A YI SYLLABLE ZUOP 
-# \xA29B YI SYLLABLE ZOT 
-# \xA29C YI SYLLABLE ZOX 
-# \xA29D YI SYLLABLE ZO 
-# \xA29E YI SYLLABLE ZOP 
-# \xA29F YI SYLLABLE ZEX 
-# \xA2A0 YI SYLLABLE ZE 
-# \xA2A1 YI SYLLABLE ZEP 
-# \xA2A2 YI SYLLABLE ZUT 
-# \xA2A3 YI SYLLABLE ZUX 
-# \xA2A4 YI SYLLABLE ZU 
-# \xA2A5 YI SYLLABLE ZUP 
-# \xA2A6 YI SYLLABLE ZURX 
-# \xA2A7 YI SYLLABLE ZUR 
-# \xA2A8 YI SYLLABLE ZYT 
-# \xA2A9 YI SYLLABLE ZYX 
-# \xA2AA YI SYLLABLE ZY 
-# \xA2AB YI SYLLABLE ZYP 
-# \xA2AC YI SYLLABLE ZYRX 
-# \xA2AD YI SYLLABLE ZYR 
-# \xA2AE YI SYLLABLE CIT 
-# \xA2AF YI SYLLABLE CIX 
-# \xA2B0 YI SYLLABLE CI 
-# \xA2B1 YI SYLLABLE CIP 
-# \xA2B2 YI SYLLABLE CIET 
-# \xA2B3 YI SYLLABLE CIEX 
-# \xA2B4 YI SYLLABLE CIE 
-# \xA2B5 YI SYLLABLE CIEP 
-# \xA2B6 YI SYLLABLE CAT 
-# \xA2B7 YI SYLLABLE CAX 
-# \xA2B8 YI SYLLABLE CA 
-# \xA2B9 YI SYLLABLE CAP 
-# \xA2BA YI SYLLABLE CUOX 
-# \xA2BB YI SYLLABLE CUO 
-# \xA2BC YI SYLLABLE CUOP 
-# \xA2BD YI SYLLABLE COT 
-# \xA2BE YI SYLLABLE COX 
-# \xA2BF YI SYLLABLE CO 
-# \xA2C0 YI SYLLABLE COP 
-# \xA2C1 YI SYLLABLE CEX 
-# \xA2C2 YI SYLLABLE CE 
-# \xA2C3 YI SYLLABLE CEP 
-# \xA2C4 YI SYLLABLE CUT 
-# \xA2C5 YI SYLLABLE CUX 
-# \xA2C6 YI SYLLABLE CU 
-# \xA2C7 YI SYLLABLE CUP 
-# \xA2C8 YI SYLLABLE CURX 
-# \xA2C9 YI SYLLABLE CUR 
-# \xA2CA YI SYLLABLE CYT 
-# \xA2CB YI SYLLABLE CYX 
-# \xA2CC YI SYLLABLE CY 
-# \xA2CD YI SYLLABLE CYP 
-# \xA2CE YI SYLLABLE CYRX 
-# \xA2CF YI SYLLABLE CYR 
-# \xA2D0 YI SYLLABLE ZZIT 
-# \xA2D1 YI SYLLABLE ZZIX 
-# \xA2D2 YI SYLLABLE ZZI 
-# \xA2D3 YI SYLLABLE ZZIP 
-# \xA2D4 YI SYLLABLE ZZIET 
-# \xA2D5 YI SYLLABLE ZZIEX 
-# \xA2D6 YI SYLLABLE ZZIE 
-# \xA2D7 YI SYLLABLE ZZIEP 
-# \xA2D8 YI SYLLABLE ZZAT 
-# \xA2D9 YI SYLLABLE ZZAX 
-# \xA2DA YI SYLLABLE ZZA 
-# \xA2DB YI SYLLABLE ZZAP 
-# \xA2DC YI SYLLABLE ZZOX 
-# \xA2DD YI SYLLABLE ZZO 
-# \xA2DE YI SYLLABLE ZZOP 
-# \xA2DF YI SYLLABLE ZZEX 
-# \xA2E0 YI SYLLABLE ZZE 
-# \xA2E1 YI SYLLABLE ZZEP 
-# \xA2E2 YI SYLLABLE ZZUX 
-# \xA2E3 YI SYLLABLE ZZU 
-# \xA2E4 YI SYLLABLE ZZUP 
-# \xA2E5 YI SYLLABLE ZZURX 
-# \xA2E6 YI SYLLABLE ZZUR 
-# \xA2E7 YI SYLLABLE ZZYT 
-# \xA2E8 YI SYLLABLE ZZYX 
-# \xA2E9 YI SYLLABLE ZZY 
-# \xA2EA YI SYLLABLE ZZYP 
-# \xA2EB YI SYLLABLE ZZYRX 
-# \xA2EC YI SYLLABLE ZZYR 
-# \xA2ED YI SYLLABLE NZIT 
-# \xA2EE YI SYLLABLE NZIX 
-# \xA2EF YI SYLLABLE NZI 
-# \xA2F0 YI SYLLABLE NZIP 
-# \xA2F1 YI SYLLABLE NZIEX 
-# \xA2F2 YI SYLLABLE NZIE 
-# \xA2F3 YI SYLLABLE NZIEP 
-# \xA2F4 YI SYLLABLE NZAT 
-# \xA2F5 YI SYLLABLE NZAX 
-# \xA2F6 YI SYLLABLE NZA 
-# \xA2F7 YI SYLLABLE NZAP 
-# \xA2F8 YI SYLLABLE NZUOX 
-# \xA2F9 YI SYLLABLE NZUO 
-# \xA2FA YI SYLLABLE NZOX 
-# \xA2FB YI SYLLABLE NZOP 
-# \xA2FC YI SYLLABLE NZEX 
-# \xA2FD YI SYLLABLE NZE 
-# \xA2FE YI SYLLABLE NZUX 
-# \xA2FF YI SYLLABLE NZU 
-# \xA300 YI SYLLABLE NZUP 
-# \xA301 YI SYLLABLE NZURX 
-# \xA302 YI SYLLABLE NZUR 
-# \xA303 YI SYLLABLE NZYT 
-# \xA304 YI SYLLABLE NZYX 
-# \xA305 YI SYLLABLE NZY 
-# \xA306 YI SYLLABLE NZYP 
-# \xA307 YI SYLLABLE NZYRX 
-# \xA308 YI SYLLABLE NZYR 
-# \xA309 YI SYLLABLE SIT 
-# \xA30A YI SYLLABLE SIX 
-# \xA30B YI SYLLABLE SI 
-# \xA30C YI SYLLABLE SIP 
-# \xA30D YI SYLLABLE SIEX 
-# \xA30E YI SYLLABLE SIE 
-# \xA30F YI SYLLABLE SIEP 
-# \xA310 YI SYLLABLE SAT 
-# \xA311 YI SYLLABLE SAX 
-# \xA312 YI SYLLABLE SA 
-# \xA313 YI SYLLABLE SAP 
-# \xA314 YI SYLLABLE SUOX 
-# \xA315 YI SYLLABLE SUO 
-# \xA316 YI SYLLABLE SUOP 
-# \xA317 YI SYLLABLE SOT 
-# \xA318 YI SYLLABLE SOX 
-# \xA319 YI SYLLABLE 
-# \xA31A YI SYLLABLE SOP 
-# \xA31B YI SYLLABLE SEX 
-# \xA31C YI SYLLABLE SE 
-# \xA31D YI SYLLABLE SEP 
-# \xA31E YI SYLLABLE SUT 
-# \xA31F YI SYLLABLE SUX 
-# \xA320 YI SYLLABLE SU 
-# \xA321 YI SYLLABLE SUP 
-# \xA322 YI SYLLABLE SURX 
-# \xA323 YI SYLLABLE SUR 
-# \xA324 YI SYLLABLE SYT 
-# \xA325 YI SYLLABLE SYX 
-# \xA326 YI SYLLABLE SY 
-# \xA327 YI SYLLABLE SYP 
-# \xA328 YI SYLLABLE SYRX 
-# \xA329 YI SYLLABLE SYR 
-# \xA32A YI SYLLABLE SSIT 
-# \xA32B YI SYLLABLE SSIX 
-# \xA32C YI SYLLABLE SSI 
-# \xA32D YI SYLLABLE SSIP 
-# \xA32E YI SYLLABLE SSIEX 
-# \xA32F YI SYLLABLE SSIE 
-# \xA330 YI SYLLABLE SSIEP 
-# \xA331 YI SYLLABLE SSAT 
-# \xA332 YI SYLLABLE SSAX 
-# \xA333 YI SYLLABLE SSA 
-# \xA334 YI SYLLABLE SSAP 
-# \xA335 YI SYLLABLE SSOT 
-# \xA336 YI SYLLABLE SSOX 
-# \xA337 YI SYLLABLE SSO 
-# \xA338 YI SYLLABLE SSOP 
-# \xA339 YI SYLLABLE SSEX 
-# \xA33A YI SYLLABLE SSE 
-# \xA33B YI SYLLABLE SSEP 
-# \xA33C YI SYLLABLE SSUT 
-# \xA33D YI SYLLABLE SSUX 
-# \xA33E YI SYLLABLE SSU 
-# \xA33F YI SYLLABLE SSUP 
-# \xA340 YI SYLLABLE SSYT 
-# \xA341 YI SYLLABLE SSYX 
-# \xA342 YI SYLLABLE SSY 
-# \xA343 YI SYLLABLE SSYP 
-# \xA344 YI SYLLABLE SSYRX 
-# \xA345 YI SYLLABLE SSYR 
-# \xA346 YI SYLLABLE ZHAT 
-# \xA347 YI SYLLABLE ZHAX 
-# \xA348 YI SYLLABLE ZHA 
-# \xA349 YI SYLLABLE ZHAP 
-# \xA34A YI SYLLABLE ZHUOX 
-# \xA34B YI SYLLABLE ZHUO 
-# \xA34C YI SYLLABLE ZHUOP 
-# \xA34D YI SYLLABLE ZHOT 
-# \xA34E YI SYLLABLE ZHOX 
-# \xA34F YI SYLLABLE ZHO 
-# \xA350 YI SYLLABLE ZHOP 
-# \xA351 YI SYLLABLE ZHET 
-# \xA352 YI SYLLABLE ZHEX 
-# \xA353 YI SYLLABLE ZHE 
-# \xA354 YI SYLLABLE ZHEP 
-# \xA355 YI SYLLABLE ZHUT 
-# \xA356 YI SYLLABLE ZHUX 
-# \xA357 YI SYLLABLE ZHU 
-# \xA358 YI SYLLABLE ZHUP 
-# \xA359 YI SYLLABLE ZHURX 
-# \xA35A YI SYLLABLE ZHUR 
-# \xA35B YI SYLLABLE ZHYT 
-# \xA35C YI SYLLABLE ZHYX 
-# \xA35D YI SYLLABLE ZHY 
-# \xA35E YI SYLLABLE ZHYP 
-# \xA35F YI SYLLABLE ZHYRX 
-# \xA360 YI SYLLABLE ZHYR 
-# \xA361 YI SYLLABLE CHAT 
-# \xA362 YI SYLLABLE CHAX 
-# \xA363 YI SYLLABLE CHA 
-# \xA364 YI SYLLABLE CHAP 
-# \xA365 YI SYLLABLE CHUOT 
-# \xA366 YI SYLLABLE CHUOX 
-# \xA367 YI SYLLABLE CHUO 
-# \xA368 YI SYLLABLE CHUOP 
-# \xA369 YI SYLLABLE CHOT 
-# \xA36A YI SYLLABLE CHOX 
-# \xA36B YI SYLLABLE CHO 
-# \xA36C YI SYLLABLE CHOP 
-# \xA36D YI SYLLABLE CHET 
-# \xA36E YI SYLLABLE CHEX 
-# \xA36F YI SYLLABLE CHE 
-# \xA370 YI SYLLABLE CHEP 
-# \xA371 YI SYLLABLE CHUX 
-# \xA372 YI SYLLABLE CHU 
-# \xA373 YI SYLLABLE CHUP 
-# \xA374 YI SYLLABLE CHURX 
-# \xA375 YI SYLLABLE CHUR 
-# \xA376 YI SYLLABLE CHYT 
-# \xA377 YI SYLLABLE CHYX 
-# \xA378 YI SYLLABLE CHY 
-# \xA379 YI SYLLABLE CHYP 
-# \xA37A YI SYLLABLE CHYRX 
-# \xA37B YI SYLLABLE CHYR 
-# \xA37C YI SYLLABLE RRAX 
-# \xA37D YI SYLLABLE RRA 
-# \xA37E YI SYLLABLE RRUOX 
-# \xA37F YI SYLLABLE RRUO 
-# \xA380 YI SYLLABLE RROT 
-# \xA381 YI SYLLABLE RROX 
-# \xA382 YI SYLLABLE RRO 
-# \xA383 YI SYLLABLE RROP 
-# \xA384 YI SYLLABLE RRET 
-# \xA385 YI SYLLABLE RREX 
-# \xA386 YI SYLLABLE RRE 
-# \xA387 YI SYLLABLE RREP 
-# \xA388 YI SYLLABLE RRUT 
-# \xA389 YI SYLLABLE RRUX 
-# \xA38A YI SYLLABLE RRU 
-# \xA38B YI SYLLABLE RRUP 
-# \xA38C YI SYLLABLE RRURX 
-# \xA38D YI SYLLABLE RRUR 
-# \xA38E YI SYLLABLE RRYT 
-# \xA38F YI SYLLABLE RRYX 
-# \xA390 YI SYLLABLE RRY 
-# \xA391 YI SYLLABLE RRYP 
-# \xA392 YI SYLLABLE RRYRX 
-# \xA393 YI SYLLABLE RRYR 
-# \xA394 YI SYLLABLE NRAT 
-# \xA395 YI SYLLABLE NRAX 
-# \xA396 YI SYLLABLE NRA 
-# \xA397 YI SYLLABLE NRAP 
-# \xA398 YI SYLLABLE NROX 
-# \xA399 YI SYLLABLE NRO 
-# \xA39A YI SYLLABLE NROP 
-# \xA39B YI SYLLABLE NRET 
-# \xA39C YI SYLLABLE NREX 
-# \xA39D YI SYLLABLE NRE 
-# \xA39E YI SYLLABLE NREP 
-# \xA39F YI SYLLABLE NRUT 
-# \xA3A0 YI SYLLABLE NRUX 
-# \xA3A1 YI SYLLABLE NRU 
-# \xA3A2 YI SYLLABLE NRUP 
-# \xA3A3 YI SYLLABLE NRURX 
-# \xA3A4 YI SYLLABLE NRUR 
-# \xA3A5 YI SYLLABLE NRYT 
-# \xA3A6 YI SYLLABLE NRYX 
-# \xA3A7 YI SYLLABLE NRY 
-# \xA3A8 YI SYLLABLE NRYP 
-# \xA3A9 YI SYLLABLE NRYRX 
-# \xA3AA YI SYLLABLE NRYR 
-# \xA3AB YI SYLLABLE SHAT 
-# \xA3AC YI SYLLABLE SHAX 
-# \xA3AD YI SYLLABLE SHA 
-# \xA3AE YI SYLLABLE SHAP 
-# \xA3AF YI SYLLABLE SHUOX 
-# \xA3B0 YI SYLLABLE SHUO 
-# \xA3B1 YI SYLLABLE SHUOP 
-# \xA3B2 YI SYLLABLE SHOT 
-# \xA3B3 YI SYLLABLE SHOX 
-# \xA3B4 YI SYLLABLE SHO 
-# \xA3B5 YI SYLLABLE SHOP 
-# \xA3B6 YI SYLLABLE SHET 
-# \xA3B7 YI SYLLABLE SHEX 
-# \xA3B8 YI SYLLABLE SHE 
-# \xA3B9 YI SYLLABLE SHEP 
-# \xA3BA YI SYLLABLE SHUT 
-# \xA3BB YI SYLLABLE SHUX 
-# \xA3BC YI SYLLABLE SHU 
-# \xA3BD YI SYLLABLE SHUP 
-# \xA3BE YI SYLLABLE SHURX 
-# \xA3BF YI SYLLABLE SHUR 
-# \xA3C0 YI SYLLABLE SHYT 
-# \xA3C1 YI SYLLABLE SHYX 
-# \xA3C2 YI SYLLABLE SHY 
-# \xA3C3 YI SYLLABLE SHYP 
-# \xA3C4 YI SYLLABLE SHYRX 
-# \xA3C5 YI SYLLABLE SHYR 
-# \xA3C6 YI SYLLABLE RAT 
-# \xA3C7 YI SYLLABLE RAX 
-# \xA3C8 YI SYLLABLE RA 
-# \xA3C9 YI SYLLABLE RAP 
-# \xA3CA YI SYLLABLE RUOX 
-# \xA3CB YI SYLLABLE RUO 
-# \xA3CC YI SYLLABLE RUOP 
-# \xA3CD YI SYLLABLE ROT 
-# \xA3CE YI SYLLABLE ROX 
-# \xA3CF YI SYLLABLE RO 
-# \xA3D0 YI SYLLABLE ROP 
-# \xA3D1 YI SYLLABLE REX 
-# \xA3D2 YI SYLLABLE RE 
-# \xA3D3 YI SYLLABLE REP 
-# \xA3D4 YI SYLLABLE RUT 
-# \xA3D5 YI SYLLABLE RUX 
-# \xA3D6 YI SYLLABLE RU 
-# \xA3D7 YI SYLLABLE RUP 
-# \xA3D8 YI SYLLABLE RURX 
-# \xA3D9 YI SYLLABLE RUR 
-# \xA3DA YI SYLLABLE RYT 
-# \xA3DB YI SYLLABLE RYX 
-# \xA3DC YI SYLLABLE RY 
-# \xA3DD YI SYLLABLE RYP 
-# \xA3DE YI SYLLABLE RYRX 
-# \xA3DF YI SYLLABLE RYR 
-# \xA3E0 YI SYLLABLE JIT 
-# \xA3E1 YI SYLLABLE JIX 
-# \xA3E2 YI SYLLABLE JI 
-# \xA3E3 YI SYLLABLE JIP 
-# \xA3E4 YI SYLLABLE JIET 
-# \xA3E5 YI SYLLABLE JIEX 
-# \xA3E6 YI SYLLABLE JIE 
-# \xA3E7 YI SYLLABLE JIEP 
-# \xA3E8 YI SYLLABLE JUOT 
-# \xA3E9 YI SYLLABLE JUOX 
-# \xA3EA YI SYLLABLE JUO 
-# \xA3EB YI SYLLABLE JUOP 
-# \xA3EC YI SYLLABLE JOT 
-# \xA3ED YI SYLLABLE JOX 
-# \xA3EE YI SYLLABLE JO 
-# \xA3EF YI SYLLABLE JOP 
-# \xA3F0 YI SYLLABLE JUT 
-# \xA3F1 YI SYLLABLE JUX 
-# \xA3F2 YI SYLLABLE JU 
-# \xA3F3 YI SYLLABLE JUP 
-# \xA3F4 YI SYLLABLE JURX 
-# \xA3F5 YI SYLLABLE JUR 
-# \xA3F6 YI SYLLABLE JYT 
-# \xA3F7 YI SYLLABLE JYX 
-# \xA3F8 YI SYLLABLE JY 
-# \xA3F9 YI SYLLABLE JYP 
-# \xA3FA YI SYLLABLE JYRX 
-# \xA3FB YI SYLLABLE JYR 
-# \xA3FC YI SYLLABLE QIT 
-# \xA3FD YI SYLLABLE QIX 
-# \xA3FE YI SYLLABLE QI 
-# \xA3FF YI SYLLABLE QIP 
-# \xA400 YI SYLLABLE QIET 
-# \xA401 YI SYLLABLE QIEX 
-# \xA402 YI SYLLABLE QIE 
-# \xA403 YI SYLLABLE QIEP 
-# \xA404 YI SYLLABLE QUOT 
-# \xA405 YI SYLLABLE QUOX 
-# \xA406 YI SYLLABLE QUO 
-# \xA407 YI SYLLABLE QUOP 
-# \xA408 YI SYLLABLE QOT 
-# \xA409 YI SYLLABLE QOX 
-# \xA40A YI SYLLABLE QO 
-# \xA40B YI SYLLABLE QOP 
-# \xA40C YI SYLLABLE QUT 
-# \xA40D YI SYLLABLE QUX 
-# \xA40E YI SYLLABLE QU 
-# \xA40F YI SYLLABLE QUP 
-# \xA410 YI SYLLABLE QURX 
-# \xA411 YI SYLLABLE QUR 
-# \xA412 YI SYLLABLE QYT 
-# \xA413 YI SYLLABLE QYX 
-# \xA414 YI SYLLABLE QY 
-# \xA415 YI SYLLABLE QYP 
-# \xA416 YI SYLLABLE QYRX 
-# \xA417 YI SYLLABLE QYR 
-# \xA418 YI SYLLABLE JJIT 
-# \xA419 YI SYLLABLE JJIX 
-# \xA41A YI SYLLABLE JJI 
-# \xA41B YI SYLLABLE JJIP 
-# \xA41C YI SYLLABLE JJIET 
-# \xA41D YI SYLLABLE JJIEX 
-# \xA41E YI SYLLABLE JJIE 
-# \xA41F YI SYLLABLE JJIEP 
-# \xA420 YI SYLLABLE JJUOX 
-# \xA421 YI SYLLABLE JJUO 
-# \xA422 YI SYLLABLE JJUOP 
-# \xA423 YI SYLLABLE JJOT 
-# \xA424 YI SYLLABLE JJOX 
-# \xA425 YI SYLLABLE JJO 
-# \xA426 YI SYLLABLE JJOP 
-# \xA427 YI SYLLABLE JJUT 
-# \xA428 YI SYLLABLE JJUX 
-# \xA429 YI SYLLABLE JJU 
-# \xA42A YI SYLLABLE JJUP 
-# \xA42B YI SYLLABLE JJURX 
-# \xA42C YI SYLLABLE JJUR 
-# \xA42D YI SYLLABLE JJYT 
-# \xA42E YI SYLLABLE JJYX 
-# \xA42F YI SYLLABLE JJY 
-# \xA430 YI SYLLABLE JJYP 
-# \xA431 YI SYLLABLE NJIT 
-# \xA432 YI SYLLABLE NJIX 
-# \xA433 YI SYLLABLE NJI 
-# \xA434 YI SYLLABLE NJIP 
-# \xA435 YI SYLLABLE NJIET 
-# \xA436 YI SYLLABLE NJIEX 
-# \xA437 YI SYLLABLE NJIE 
-# \xA438 YI SYLLABLE NJIEP 
-# \xA439 YI SYLLABLE NJUOX 
-# \xA43A YI SYLLABLE NJUO 
-# \xA43B YI SYLLABLE NJOT 
-# \xA43C YI SYLLABLE NJOX 
-# \xA43D YI SYLLABLE NJO 
-# \xA43E YI SYLLABLE NJOP 
-# \xA43F YI SYLLABLE NJUX 
-# \xA440 YI SYLLABLE NJU 
-# \xA441 YI SYLLABLE NJUP 
-# \xA442 YI SYLLABLE NJURX 
-# \xA443 YI SYLLABLE NJUR 
-# \xA444 YI SYLLABLE NJYT 
-# \xA445 YI SYLLABLE NJYX 
-# \xA446 YI SYLLABLE NJY 
-# \xA447 YI SYLLABLE NJYP 
-# \xA448 YI SYLLABLE NJYRX 
-# \xA449 YI SYLLABLE NJYR 
-# \xA44A YI SYLLABLE NYIT 
-# \xA44B YI SYLLABLE NYIX 
-# \xA44C YI SYLLABLE NYI 
-# \xA44D YI SYLLABLE NYIP 
-# \xA44E YI SYLLABLE NYIET 
-# \xA44F YI SYLLABLE NYIEX 
-# \xA450 YI SYLLABLE NYIE 
-# \xA451 YI SYLLABLE NYIEP 
-# \xA452 YI SYLLABLE NYUOX 
-# \xA453 YI SYLLABLE NYUO 
-# \xA454 YI SYLLABLE NYUOP 
-# \xA455 YI SYLLABLE NYOT 
-# \xA456 YI SYLLABLE NYOX 
-# \xA457 YI SYLLABLE NYO 
-# \xA458 YI SYLLABLE NYOP 
-# \xA459 YI SYLLABLE NYUT 
-# \xA45A YI SYLLABLE NYUX 
-# \xA45B YI SYLLABLE NYU 
-# \xA45C YI SYLLABLE NYUP 
-# \xA45D YI SYLLABLE XIT 
-# \xA45E YI SYLLABLE XIX 
-# \xA45F YI SYLLABLE XI 
-# \xA460 YI SYLLABLE XIP 
-# \xA461 YI SYLLABLE XIET 
-# \xA462 YI SYLLABLE XIEX 
-# \xA463 YI SYLLABLE XIE 
-# \xA464 YI SYLLABLE XIEP 
-# \xA465 YI SYLLABLE XUOX 
-# \xA466 YI SYLLABLE XUO 
-# \xA467 YI SYLLABLE XOT 
-# \xA468 YI SYLLABLE XOX 
-# \xA469 YI SYLLABLE XO 
-# \xA46A YI SYLLABLE XOP 
-# \xA46B YI SYLLABLE XYT 
-# \xA46C YI SYLLABLE XYX 
-# \xA46D YI SYLLABLE XY 
-# \xA46E YI SYLLABLE XYP 
-# \xA46F YI SYLLABLE XYRX 
-# \xA470 YI SYLLABLE XYR 
-# \xA471 YI SYLLABLE YIT 
-# \xA472 YI SYLLABLE YIX 
-# \xA473 YI SYLLABLE YI 
-# \xA474 YI SYLLABLE YIP 
-# \xA475 YI SYLLABLE YIET 
-# \xA476 YI SYLLABLE YIEX 
-# \xA477 YI SYLLABLE YIE 
-# \xA478 YI SYLLABLE YIEP 
-# \xA479 YI SYLLABLE YUOT 
-# \xA47A YI SYLLABLE YUOX 
-# \xA47B YI SYLLABLE YUO 
-# \xA47C YI SYLLABLE YUOP 
-# \xA47D YI SYLLABLE YOT 
-# \xA47E YI SYLLABLE YOX 
-# \xA47F YI SYLLABLE YO 
-# \xA480 YI SYLLABLE YOP 
-# \xA481 YI SYLLABLE YUT 
-# \xA482 YI SYLLABLE YUX 
-# \xA483 YI SYLLABLE YU 
-# \xA484 YI SYLLABLE YUP 
-# \xA485 YI SYLLABLE YURX 
-# \xA486 YI SYLLABLE YUR 
-# \xA487 YI SYLLABLE YYT 
-# \xA488 YI SYLLABLE YYX 
-# \xA489 YI SYLLABLE YY 
-# \xA48A YI SYLLABLE YYP 
-# \xA48B YI SYLLABLE YYRX 
-# \xA48C YI SYLLABLE YYR 
-# \xA490 YI RADICAL QOT 
-# \xA491 YI RADICAL LI 
-# \xA492 YI RADICAL KIT 
-# \xA493 YI RADICAL NYIP 
-# \xA494 YI RADICAL CYP 
-# \xA495 YI RADICAL SSI 
-# \xA496 YI RADICAL GGOP 
-# \xA497 YI RADICAL GEP 
-# \xA498 YI RADICAL MI 
-# \xA499 YI RADICAL HXIT 
-# \xA49A YI RADICAL LYR 
-# \xA49B YI RADICAL BBUT 
-# \xA49C YI RADICAL MOP 
-# \xA49D YI RADICAL YO 
-# \xA49E YI RADICAL PUT 
-# \xA49F YI RADICAL HXUO 
-# \xA4A0 YI RADICAL TAT 
-# \xA4A1 YI RADICAL GA 
-# \xA4A2 YI RADICAL ZUP 
-# \xA4A3 YI RADICAL CYT 
-# \xA4A4 YI RADICAL DDUR 
-# \xA4A5 YI RADICAL BUR 
-# \xA4A6 YI RADICAL GGUO 
-# \xA4A7 YI RADICAL NYOP 
-# \xA4A8 YI RADICAL TU 
-# \xA4A9 YI RADICAL OP 
-# \xA4AA YI RADICAL JJUT 
-# \xA4AB YI RADICAL ZOT 
-# \xA4AC YI RADICAL PYT 
-# \xA4AD YI RADICAL HMO 
-# \xA4AE YI RADICAL YIT 
-# \xA4AF YI RADICAL VUR 
-# \xA4B0 YI RADICAL SHY 
-# \xA4B1 YI RADICAL VEP 
-# \xA4B2 YI RADICAL ZA 
-# \xA4B3 YI RADICAL JO 
-# \xA4B4 YI RADICAL NZUP 
-# \xA4B5 YI RADICAL JJY 
-# \xA4B6 YI RADICAL GOT 
-# \xA4B7 YI RADICAL JJIE 
-# \xA4B8 YI RADICAL WO 
-# \xA4B9 YI RADICAL DU 
-# \xA4BA YI RADICAL SHUR 
-# \xA4BB YI RADICAL LIE 
-# \xA4BC YI RADICAL CY 
-# \xA4BD YI RADICAL CUOP 
-# \xA4BE YI RADICAL CIP 
-# \xA4BF YI RADICAL HXOP 
-# \xA4C0 YI RADICAL SHAT 
-# \xA4C1 YI RADICAL ZUR 
-# \xA4C2 YI RADICAL SHOP 
-# \xA4C3 YI RADICAL CHE 
-# \xA4C4 YI RADICAL ZZIET 
-# \xA4C5 YI RADICAL NBIE 
-# \xA4C6 YI RADICAL KE 
-# \xAC00 <Hangul Syllable, First> 
-# \xD7A3 <Hangul Syllable, Last> 
-# \xD800 <Non Private Use High Surrogate, First> Cs 
-# \xDB7F <Non Private Use High Surrogate, Last> Cs 
-# \xDB80 <Private Use High Surrogate, First> Cs 
-# \xDBFF <Private Use High Surrogate, Last> Cs 
-# \xDC00 <Low Surrogate, First> Cs 
-# \xDFFF <Low Surrogate, Last> Cs 
-# \xE000 <Private Use, First> Co 
-# \xF8FF <Private Use, Last> Co 
-# \xF900 CJK COMPATIBILITY IDEOGRAPH-F900 8C48 
-# \xF901 CJK COMPATIBILITY IDEOGRAPH-F901 66F4 
-# \xF902 CJK COMPATIBILITY IDEOGRAPH-F902 8ECA 
-# \xF903 CJK COMPATIBILITY IDEOGRAPH-F903 8CC8 
-# \xF904 CJK COMPATIBILITY IDEOGRAPH-F904 6ED1 
-# \xF905 CJK COMPATIBILITY IDEOGRAPH-F905 4E32 
-# \xF906 CJK COMPATIBILITY IDEOGRAPH-F906 53E5 
-# \xF907 CJK COMPATIBILITY IDEOGRAPH-F907 9F9C 
-# \xF908 CJK COMPATIBILITY IDEOGRAPH-F908 9F9C 
-# \xF909 CJK COMPATIBILITY IDEOGRAPH-F909 5951 
-# \xF90A CJK COMPATIBILITY IDEOGRAPH-F90A 91D1 
-# \xF90B CJK COMPATIBILITY IDEOGRAPH-F90B 5587 
-# \xF90C CJK COMPATIBILITY IDEOGRAPH-F90C 5948 
-# \xF90D CJK COMPATIBILITY IDEOGRAPH-F90D 61F6 
-# \xF90E CJK COMPATIBILITY IDEOGRAPH-F90E 7669 
-# \xF90F CJK COMPATIBILITY IDEOGRAPH-F90F 7F85 
-# \xF910 CJK COMPATIBILITY IDEOGRAPH-F910 863F 
-# \xF911 CJK COMPATIBILITY IDEOGRAPH-F911 87BA 
-# \xF912 CJK COMPATIBILITY IDEOGRAPH-F912 88F8 
-# \xF913 CJK COMPATIBILITY IDEOGRAPH-F913 908F 
-# \xF914 CJK COMPATIBILITY IDEOGRAPH-F914 6A02 
-# \xF915 CJK COMPATIBILITY IDEOGRAPH-F915 6D1B 
-# \xF916 CJK COMPATIBILITY IDEOGRAPH-F916 70D9 
-# \xF917 CJK COMPATIBILITY IDEOGRAPH-F917 73DE 
-# \xF918 CJK COMPATIBILITY IDEOGRAPH-F918 843D 
-# \xF919 CJK COMPATIBILITY IDEOGRAPH-F919 916A 
-# \xF91A CJK COMPATIBILITY IDEOGRAPH-F91A 99F1 
-# \xF91B CJK COMPATIBILITY IDEOGRAPH-F91B 4E82 
-# \xF91C CJK COMPATIBILITY IDEOGRAPH-F91C 5375 
-# \xF91D CJK COMPATIBILITY IDEOGRAPH-F91D 6B04 
-# \xF91E CJK COMPATIBILITY IDEOGRAPH-F91E 721B 
-# \xF91F CJK COMPATIBILITY IDEOGRAPH-F91F 862D 
-# \xF920 CJK COMPATIBILITY IDEOGRAPH-F920 9E1E 
-# \xF921 CJK COMPATIBILITY IDEOGRAPH-F921 5D50 
-# \xF922 CJK COMPATIBILITY IDEOGRAPH-F922 6FEB 
-# \xF923 CJK COMPATIBILITY IDEOGRAPH-F923 85CD 
-# \xF924 CJK COMPATIBILITY IDEOGRAPH-F924 8964 
-# \xF925 CJK COMPATIBILITY IDEOGRAPH-F925 62C9 
-# \xF926 CJK COMPATIBILITY IDEOGRAPH-F926 81D8 
-# \xF927 CJK COMPATIBILITY IDEOGRAPH-F927 881F 
-# \xF928 CJK COMPATIBILITY IDEOGRAPH-F928 5ECA 
-# \xF929 CJK COMPATIBILITY IDEOGRAPH-F929 6717 
-# \xF92A CJK COMPATIBILITY IDEOGRAPH-F92A 6D6A 
-# \xF92B CJK COMPATIBILITY IDEOGRAPH-F92B 72FC 
-# \xF92C CJK COMPATIBILITY IDEOGRAPH-F92C 90CE 
-# \xF92D CJK COMPATIBILITY IDEOGRAPH-F92D 4F86 
-# \xF92E CJK COMPATIBILITY IDEOGRAPH-F92E 51B7 
-# \xF92F CJK COMPATIBILITY IDEOGRAPH-F92F 52DE 
-# \xF930 CJK COMPATIBILITY IDEOGRAPH-F930 64C4 
-# \xF931 CJK COMPATIBILITY IDEOGRAPH-F931 6AD3 
-# \xF932 CJK COMPATIBILITY IDEOGRAPH-F932 7210 
-# \xF933 CJK COMPATIBILITY IDEOGRAPH-F933 76E7 
-# \xF934 CJK COMPATIBILITY IDEOGRAPH-F934 8001 
-# \xF935 CJK COMPATIBILITY IDEOGRAPH-F935 8606 
-# \xF936 CJK COMPATIBILITY IDEOGRAPH-F936 865C 
-# \xF937 CJK COMPATIBILITY IDEOGRAPH-F937 8DEF 
-# \xF938 CJK COMPATIBILITY IDEOGRAPH-F938 9732 
-# \xF939 CJK COMPATIBILITY IDEOGRAPH-F939 9B6F 
-# \xF93A CJK COMPATIBILITY IDEOGRAPH-F93A 9DFA 
-# \xF93B CJK COMPATIBILITY IDEOGRAPH-F93B 788C 
-# \xF93C CJK COMPATIBILITY IDEOGRAPH-F93C 797F 
-# \xF93D CJK COMPATIBILITY IDEOGRAPH-F93D 7DA0 
-# \xF93E CJK COMPATIBILITY IDEOGRAPH-F93E 83C9 
-# \xF93F CJK COMPATIBILITY IDEOGRAPH-F93F 9304 
-# \xF940 CJK COMPATIBILITY IDEOGRAPH-F940 9E7F 
-# \xF941 CJK COMPATIBILITY IDEOGRAPH-F941 8AD6 
-# \xF942 CJK COMPATIBILITY IDEOGRAPH-F942 58DF 
-# \xF943 CJK COMPATIBILITY IDEOGRAPH-F943 5F04 
-# \xF944 CJK COMPATIBILITY IDEOGRAPH-F944 7C60 
-# \xF945 CJK COMPATIBILITY IDEOGRAPH-F945 807E 
-# \xF946 CJK COMPATIBILITY IDEOGRAPH-F946 7262 
-# \xF947 CJK COMPATIBILITY IDEOGRAPH-F947 78CA 
-# \xF948 CJK COMPATIBILITY IDEOGRAPH-F948 8CC2 
-# \xF949 CJK COMPATIBILITY IDEOGRAPH-F949 96F7 
-# \xF94A CJK COMPATIBILITY IDEOGRAPH-F94A 58D8 
-# \xF94B CJK COMPATIBILITY IDEOGRAPH-F94B 5C62 
-# \xF94C CJK COMPATIBILITY IDEOGRAPH-F94C 6A13 
-# \xF94D CJK COMPATIBILITY IDEOGRAPH-F94D 6DDA 
-# \xF94E CJK COMPATIBILITY IDEOGRAPH-F94E 6F0F 
-# \xF94F CJK COMPATIBILITY IDEOGRAPH-F94F 7D2F 
-# \xF950 CJK COMPATIBILITY IDEOGRAPH-F950 7E37 
-# \xF951 CJK COMPATIBILITY IDEOGRAPH-F951 964B 
-# \xF952 CJK COMPATIBILITY IDEOGRAPH-F952 52D2 
-# \xF953 CJK COMPATIBILITY IDEOGRAPH-F953 808B 
-# \xF954 CJK COMPATIBILITY IDEOGRAPH-F954 51DC 
-# \xF955 CJK COMPATIBILITY IDEOGRAPH-F955 51CC 
-# \xF956 CJK COMPATIBILITY IDEOGRAPH-F956 7A1C 
-# \xF957 CJK COMPATIBILITY IDEOGRAPH-F957 7DBE 
-# \xF958 CJK COMPATIBILITY IDEOGRAPH-F958 83F1 
-# \xF959 CJK COMPATIBILITY IDEOGRAPH-F959 9675 
-# \xF95A CJK COMPATIBILITY IDEOGRAPH-F95A 8B80 
-# \xF95B CJK COMPATIBILITY IDEOGRAPH-F95B 62CF 
-# \xF95C CJK COMPATIBILITY IDEOGRAPH-F95C 6A02 
-# \xF95D CJK COMPATIBILITY IDEOGRAPH-F95D 8AFE 
-# \xF95E CJK COMPATIBILITY IDEOGRAPH-F95E 4E39 
-# \xF95F CJK COMPATIBILITY IDEOGRAPH-F95F 5BE7 
-# \xF960 CJK COMPATIBILITY IDEOGRAPH-F960 6012 
-# \xF961 CJK COMPATIBILITY IDEOGRAPH-F961 7387 
-# \xF962 CJK COMPATIBILITY IDEOGRAPH-F962 7570 
-# \xF963 CJK COMPATIBILITY IDEOGRAPH-F963 5317 
-# \xF964 CJK COMPATIBILITY IDEOGRAPH-F964 78FB 
-# \xF965 CJK COMPATIBILITY IDEOGRAPH-F965 4FBF 
-# \xF966 CJK COMPATIBILITY IDEOGRAPH-F966 5FA9 
-# \xF967 CJK COMPATIBILITY IDEOGRAPH-F967 4E0D 
-# \xF968 CJK COMPATIBILITY IDEOGRAPH-F968 6CCC 
-# \xF969 CJK COMPATIBILITY IDEOGRAPH-F969 6578 
-# \xF96A CJK COMPATIBILITY IDEOGRAPH-F96A 7D22 
-# \xF96B CJK COMPATIBILITY IDEOGRAPH-F96B 53C3 
-# \xF96C CJK COMPATIBILITY IDEOGRAPH-F96C 585E 
-# \xF96D CJK COMPATIBILITY IDEOGRAPH-F96D 7701 
-# \xF96E CJK COMPATIBILITY IDEOGRAPH-F96E 8449 
-# \xF96F CJK COMPATIBILITY IDEOGRAPH-F96F 8AAA 
-# \xF970 CJK COMPATIBILITY IDEOGRAPH-F970 6BBA 
-# \xF971 CJK COMPATIBILITY IDEOGRAPH-F971 8FB0 
-# \xF972 CJK COMPATIBILITY IDEOGRAPH-F972 6C88 
-# \xF973 CJK COMPATIBILITY IDEOGRAPH-F973 62FE 
-# \xF974 CJK COMPATIBILITY IDEOGRAPH-F974 82E5 
-# \xF975 CJK COMPATIBILITY IDEOGRAPH-F975 63A0 
-# \xF976 CJK COMPATIBILITY IDEOGRAPH-F976 7565 
-# \xF977 CJK COMPATIBILITY IDEOGRAPH-F977 4EAE 
-# \xF978 CJK COMPATIBILITY IDEOGRAPH-F978 5169 
-# \xF979 CJK COMPATIBILITY IDEOGRAPH-F979 51C9 
-# \xF97A CJK COMPATIBILITY IDEOGRAPH-F97A 6881 
-# \xF97B CJK COMPATIBILITY IDEOGRAPH-F97B 7CE7 
-# \xF97C CJK COMPATIBILITY IDEOGRAPH-F97C 826F 
-# \xF97D CJK COMPATIBILITY IDEOGRAPH-F97D 8AD2 
-# \xF97E CJK COMPATIBILITY IDEOGRAPH-F97E 91CF 
-# \xF97F CJK COMPATIBILITY IDEOGRAPH-F97F 52F5 
-# \xF980 CJK COMPATIBILITY IDEOGRAPH-F980 5442 
-# \xF981 CJK COMPATIBILITY IDEOGRAPH-F981 5973 
-# \xF982 CJK COMPATIBILITY IDEOGRAPH-F982 5EEC 
-# \xF983 CJK COMPATIBILITY IDEOGRAPH-F983 65C5 
-# \xF984 CJK COMPATIBILITY IDEOGRAPH-F984 6FFE 
-# \xF985 CJK COMPATIBILITY IDEOGRAPH-F985 792A 
-# \xF986 CJK COMPATIBILITY IDEOGRAPH-F986 95AD 
-# \xF987 CJK COMPATIBILITY IDEOGRAPH-F987 9A6A 
-# \xF988 CJK COMPATIBILITY IDEOGRAPH-F988 9E97 
-# \xF989 CJK COMPATIBILITY IDEOGRAPH-F989 9ECE 
-# \xF98A CJK COMPATIBILITY IDEOGRAPH-F98A 529B 
-# \xF98B CJK COMPATIBILITY IDEOGRAPH-F98B 66C6 
-# \xF98C CJK COMPATIBILITY IDEOGRAPH-F98C 6B77 
-# \xF98D CJK COMPATIBILITY IDEOGRAPH-F98D 8F62 
-# \xF98E CJK COMPATIBILITY IDEOGRAPH-F98E 5E74 
-# \xF98F CJK COMPATIBILITY IDEOGRAPH-F98F 6190 
-# \xF990 CJK COMPATIBILITY IDEOGRAPH-F990 6200 
-# \xF991 CJK COMPATIBILITY IDEOGRAPH-F991 649A 
-# \xF992 CJK COMPATIBILITY IDEOGRAPH-F992 6F23 
-# \xF993 CJK COMPATIBILITY IDEOGRAPH-F993 7149 
-# \xF994 CJK COMPATIBILITY IDEOGRAPH-F994 7489 
-# \xF995 CJK COMPATIBILITY IDEOGRAPH-F995 79CA 
-# \xF996 CJK COMPATIBILITY IDEOGRAPH-F996 7DF4 
-# \xF997 CJK COMPATIBILITY IDEOGRAPH-F997 806F 
-# \xF998 CJK COMPATIBILITY IDEOGRAPH-F998 8F26 
-# \xF999 CJK COMPATIBILITY IDEOGRAPH-F999 84EE 
-# \xF99A CJK COMPATIBILITY IDEOGRAPH-F99A 9023 
-# \xF99B CJK COMPATIBILITY IDEOGRAPH-F99B 934A 
-# \xF99C CJK COMPATIBILITY IDEOGRAPH-F99C 5217 
-# \xF99D CJK COMPATIBILITY IDEOGRAPH-F99D 52A3 
-# \xF99E CJK COMPATIBILITY IDEOGRAPH-F99E 54BD 
-# \xF99F CJK COMPATIBILITY IDEOGRAPH-F99F 70C8 
-# \xF9A0 CJK COMPATIBILITY IDEOGRAPH-F9A0 88C2 
-# \xF9A1 CJK COMPATIBILITY IDEOGRAPH-F9A1 8AAA 
-# \xF9A2 CJK COMPATIBILITY IDEOGRAPH-F9A2 5EC9 
-# \xF9A3 CJK COMPATIBILITY IDEOGRAPH-F9A3 5FF5 
-# \xF9A4 CJK COMPATIBILITY IDEOGRAPH-F9A4 637B 
-# \xF9A5 CJK COMPATIBILITY IDEOGRAPH-F9A5 6BAE 
-# \xF9A6 CJK COMPATIBILITY IDEOGRAPH-F9A6 7C3E 
-# \xF9A7 CJK COMPATIBILITY IDEOGRAPH-F9A7 7375 
-# \xF9A8 CJK COMPATIBILITY IDEOGRAPH-F9A8 4EE4 
-# \xF9A9 CJK COMPATIBILITY IDEOGRAPH-F9A9 56F9 
-# \xF9AA CJK COMPATIBILITY IDEOGRAPH-F9AA 5BE7 
-# \xF9AB CJK COMPATIBILITY IDEOGRAPH-F9AB 5DBA 
-# \xF9AC CJK COMPATIBILITY IDEOGRAPH-F9AC 601C 
-# \xF9AD CJK COMPATIBILITY IDEOGRAPH-F9AD 73B2 
-# \xF9AE CJK COMPATIBILITY IDEOGRAPH-F9AE 7469 
-# \xF9AF CJK COMPATIBILITY IDEOGRAPH-F9AF 7F9A 
-# \xF9B0 CJK COMPATIBILITY IDEOGRAPH-F9B0 8046 
-# \xF9B1 CJK COMPATIBILITY IDEOGRAPH-F9B1 9234 
-# \xF9B2 CJK COMPATIBILITY IDEOGRAPH-F9B2 96F6 
-# \xF9B3 CJK COMPATIBILITY IDEOGRAPH-F9B3 9748 
-# \xF9B4 CJK COMPATIBILITY IDEOGRAPH-F9B4 9818 
-# \xF9B5 CJK COMPATIBILITY IDEOGRAPH-F9B5 4F8B 
-# \xF9B6 CJK COMPATIBILITY IDEOGRAPH-F9B6 79AE 
-# \xF9B7 CJK COMPATIBILITY IDEOGRAPH-F9B7 91B4 
-# \xF9B8 CJK COMPATIBILITY IDEOGRAPH-F9B8 96B8 
-# \xF9B9 CJK COMPATIBILITY IDEOGRAPH-F9B9 60E1 
-# \xF9BA CJK COMPATIBILITY IDEOGRAPH-F9BA 4E86 
-# \xF9BB CJK COMPATIBILITY IDEOGRAPH-F9BB 50DA 
-# \xF9BC CJK COMPATIBILITY IDEOGRAPH-F9BC 5BEE 
-# \xF9BD CJK COMPATIBILITY IDEOGRAPH-F9BD 5C3F 
-# \xF9BE CJK COMPATIBILITY IDEOGRAPH-F9BE 6599 
-# \xF9BF CJK COMPATIBILITY IDEOGRAPH-F9BF 6A02 
-# \xF9C0 CJK COMPATIBILITY IDEOGRAPH-F9C0 71CE 
-# \xF9C1 CJK COMPATIBILITY IDEOGRAPH-F9C1 7642 
-# \xF9C2 CJK COMPATIBILITY IDEOGRAPH-F9C2 84FC 
-# \xF9C3 CJK COMPATIBILITY IDEOGRAPH-F9C3 907C 
-# \xF9C4 CJK COMPATIBILITY IDEOGRAPH-F9C4 9F8D 
-# \xF9C5 CJK COMPATIBILITY IDEOGRAPH-F9C5 6688 
-# \xF9C6 CJK COMPATIBILITY IDEOGRAPH-F9C6 962E 
-# \xF9C7 CJK COMPATIBILITY IDEOGRAPH-F9C7 5289 
-# \xF9C8 CJK COMPATIBILITY IDEOGRAPH-F9C8 677B 
-# \xF9C9 CJK COMPATIBILITY IDEOGRAPH-F9C9 67F3 
-# \xF9CA CJK COMPATIBILITY IDEOGRAPH-F9CA 6D41 
-# \xF9CB CJK COMPATIBILITY IDEOGRAPH-F9CB 6E9C 
-# \xF9CC CJK COMPATIBILITY IDEOGRAPH-F9CC 7409 
-# \xF9CD CJK COMPATIBILITY IDEOGRAPH-F9CD 7559 
-# \xF9CE CJK COMPATIBILITY IDEOGRAPH-F9CE 786B 
-# \xF9CF CJK COMPATIBILITY IDEOGRAPH-F9CF 7D10 
-# \xF9D0 CJK COMPATIBILITY IDEOGRAPH-F9D0 985E 
-# \xF9D1 CJK COMPATIBILITY IDEOGRAPH-F9D1 516D 
-# \xF9D2 CJK COMPATIBILITY IDEOGRAPH-F9D2 622E 
-# \xF9D3 CJK COMPATIBILITY IDEOGRAPH-F9D3 9678 
-# \xF9D4 CJK COMPATIBILITY IDEOGRAPH-F9D4 502B 
-# \xF9D5 CJK COMPATIBILITY IDEOGRAPH-F9D5 5D19 
-# \xF9D6 CJK COMPATIBILITY IDEOGRAPH-F9D6 6DEA 
-# \xF9D7 CJK COMPATIBILITY IDEOGRAPH-F9D7 8F2A 
-# \xF9D8 CJK COMPATIBILITY IDEOGRAPH-F9D8 5F8B 
-# \xF9D9 CJK COMPATIBILITY IDEOGRAPH-F9D9 6144 
-# \xF9DA CJK COMPATIBILITY IDEOGRAPH-F9DA 6817 
-# \xF9DB CJK COMPATIBILITY IDEOGRAPH-F9DB 7387 
-# \xF9DC CJK COMPATIBILITY IDEOGRAPH-F9DC 9686 
-# \xF9DD CJK COMPATIBILITY IDEOGRAPH-F9DD 5229 
-# \xF9DE CJK COMPATIBILITY IDEOGRAPH-F9DE 540F 
-# \xF9DF CJK COMPATIBILITY IDEOGRAPH-F9DF 5C65 
-# \xF9E0 CJK COMPATIBILITY IDEOGRAPH-F9E0 6613 
-# \xF9E1 CJK COMPATIBILITY IDEOGRAPH-F9E1 674E 
-# \xF9E2 CJK COMPATIBILITY IDEOGRAPH-F9E2 68A8 
-# \xF9E3 CJK COMPATIBILITY IDEOGRAPH-F9E3 6CE5 
-# \xF9E4 CJK COMPATIBILITY IDEOGRAPH-F9E4 7406 
-# \xF9E5 CJK COMPATIBILITY IDEOGRAPH-F9E5 75E2 
-# \xF9E6 CJK COMPATIBILITY IDEOGRAPH-F9E6 7F79 
-# \xF9E7 CJK COMPATIBILITY IDEOGRAPH-F9E7 88CF 
-# \xF9E8 CJK COMPATIBILITY IDEOGRAPH-F9E8 88E1 
-# \xF9E9 CJK COMPATIBILITY IDEOGRAPH-F9E9 91CC 
-# \xF9EA CJK COMPATIBILITY IDEOGRAPH-F9EA 96E2 
-# \xF9EB CJK COMPATIBILITY IDEOGRAPH-F9EB 533F 
-# \xF9EC CJK COMPATIBILITY IDEOGRAPH-F9EC 6EBA 
-# \xF9ED CJK COMPATIBILITY IDEOGRAPH-F9ED 541D 
-# \xF9EE CJK COMPATIBILITY IDEOGRAPH-F9EE 71D0 
-# \xF9EF CJK COMPATIBILITY IDEOGRAPH-F9EF 7498 
-# \xF9F0 CJK COMPATIBILITY IDEOGRAPH-F9F0 85FA 
-# \xF9F1 CJK COMPATIBILITY IDEOGRAPH-F9F1 96A3 
-# \xF9F2 CJK COMPATIBILITY IDEOGRAPH-F9F2 9C57 
-# \xF9F3 CJK COMPATIBILITY IDEOGRAPH-F9F3 9E9F 
-# \xF9F4 CJK COMPATIBILITY IDEOGRAPH-F9F4 6797 
-# \xF9F5 CJK COMPATIBILITY IDEOGRAPH-F9F5 6DCB 
-# \xF9F6 CJK COMPATIBILITY IDEOGRAPH-F9F6 81E8 
-# \xF9F7 CJK COMPATIBILITY IDEOGRAPH-F9F7 7ACB 
-# \xF9F8 CJK COMPATIBILITY IDEOGRAPH-F9F8 7B20 
-# \xF9F9 CJK COMPATIBILITY IDEOGRAPH-F9F9 7C92 
-# \xF9FA CJK COMPATIBILITY IDEOGRAPH-F9FA 72C0 
-# \xF9FB CJK COMPATIBILITY IDEOGRAPH-F9FB 7099 
-# \xF9FC CJK COMPATIBILITY IDEOGRAPH-F9FC 8B58 
-# \xF9FD CJK COMPATIBILITY IDEOGRAPH-F9FD 4EC0 
-# \xF9FE CJK COMPATIBILITY IDEOGRAPH-F9FE 8336 
-# \xF9FF CJK COMPATIBILITY IDEOGRAPH-F9FF 523A 
-# \xFA00 CJK COMPATIBILITY IDEOGRAPH-FA00 5207 
-# \xFA01 CJK COMPATIBILITY IDEOGRAPH-FA01 5EA6 
-# \xFA02 CJK COMPATIBILITY IDEOGRAPH-FA02 62D3 
-# \xFA03 CJK COMPATIBILITY IDEOGRAPH-FA03 7CD6 
-# \xFA04 CJK COMPATIBILITY IDEOGRAPH-FA04 5B85 
-# \xFA05 CJK COMPATIBILITY IDEOGRAPH-FA05 6D1E 
-# \xFA06 CJK COMPATIBILITY IDEOGRAPH-FA06 66B4 
-# \xFA07 CJK COMPATIBILITY IDEOGRAPH-FA07 8F3B 
-# \xFA08 CJK COMPATIBILITY IDEOGRAPH-FA08 884C 
-# \xFA09 CJK COMPATIBILITY IDEOGRAPH-FA09 964D 
-# \xFA0A CJK COMPATIBILITY IDEOGRAPH-FA0A 898B 
-# \xFA0B CJK COMPATIBILITY IDEOGRAPH-FA0B 5ED3 
-# \xFA0C CJK COMPATIBILITY IDEOGRAPH-FA0C 5140 
-# \xFA0D CJK COMPATIBILITY IDEOGRAPH-FA0D 55C0 
-# \xFA0E CJK COMPATIBILITY IDEOGRAPH-FA0E 
-# \xFA0F CJK COMPATIBILITY IDEOGRAPH-FA0F 
-# \xFA10 CJK COMPATIBILITY IDEOGRAPH-FA10 585A 
-# \xFA11 CJK COMPATIBILITY IDEOGRAPH-FA11 
-# \xFA12 CJK COMPATIBILITY IDEOGRAPH-FA12 6674 
-# \xFA13 CJK COMPATIBILITY IDEOGRAPH-FA13 
-# \xFA14 CJK COMPATIBILITY IDEOGRAPH-FA14 
-# \xFA15 CJK COMPATIBILITY IDEOGRAPH-FA15 51DE 
-# \xFA16 CJK COMPATIBILITY IDEOGRAPH-FA16 732A 
-# \xFA17 CJK COMPATIBILITY IDEOGRAPH-FA17 76CA 
-# \xFA18 CJK COMPATIBILITY IDEOGRAPH-FA18 793C 
-# \xFA19 CJK COMPATIBILITY IDEOGRAPH-FA19 795E 
-# \xFA1A CJK COMPATIBILITY IDEOGRAPH-FA1A 7965 
-# \xFA1B CJK COMPATIBILITY IDEOGRAPH-FA1B 798F 
-# \xFA1C CJK COMPATIBILITY IDEOGRAPH-FA1C 9756 
-# \xFA1D CJK COMPATIBILITY IDEOGRAPH-FA1D 7CBE 
-# \xFA1E CJK COMPATIBILITY IDEOGRAPH-FA1E 7FBD 
-# \xFA1F CJK COMPATIBILITY IDEOGRAPH-FA1F * 
-# \xFA20 CJK COMPATIBILITY IDEOGRAPH-FA20 8612 
-# \xFA21 CJK COMPATIBILITY IDEOGRAPH-FA21 
-# \xFA22 CJK COMPATIBILITY IDEOGRAPH-FA22 8AF8 
-# \xFA23 CJK COMPATIBILITY IDEOGRAPH-FA23 * 
-# \xFA24 CJK COMPATIBILITY IDEOGRAPH-FA24 
-# \xFA25 CJK COMPATIBILITY IDEOGRAPH-FA25 9038 
-# \xFA26 CJK COMPATIBILITY IDEOGRAPH-FA26 90FD 
-# \xFA27 CJK COMPATIBILITY IDEOGRAPH-FA27 
-# \xFA28 CJK COMPATIBILITY IDEOGRAPH-FA28 
-# \xFA29 CJK COMPATIBILITY IDEOGRAPH-FA29 
-# \xFA2A CJK COMPATIBILITY IDEOGRAPH-FA2A 98EF 
-# \xFA2B CJK COMPATIBILITY IDEOGRAPH-FA2B 98FC 
-# \xFA2C CJK COMPATIBILITY IDEOGRAPH-FA2C 9928 
-# \xFA2D CJK COMPATIBILITY IDEOGRAPH-FA2D 9DB4 
-# \xFA30 CJK COMPATIBILITY IDEOGRAPH-FA30 4FAE 
-# \xFA31 CJK COMPATIBILITY IDEOGRAPH-FA31 50E7 
-# \xFA32 CJK COMPATIBILITY IDEOGRAPH-FA32 514D 
-# \xFA33 CJK COMPATIBILITY IDEOGRAPH-FA33 52C9 
-# \xFA34 CJK COMPATIBILITY IDEOGRAPH-FA34 52E4 
-# \xFA35 CJK COMPATIBILITY IDEOGRAPH-FA35 5351 
-# \xFA36 CJK COMPATIBILITY IDEOGRAPH-FA36 559D 
-# \xFA37 CJK COMPATIBILITY IDEOGRAPH-FA37 5606 
-# \xFA38 CJK COMPATIBILITY IDEOGRAPH-FA38 5668 
-# \xFA39 CJK COMPATIBILITY IDEOGRAPH-FA39 5840 
-# \xFA3A CJK COMPATIBILITY IDEOGRAPH-FA3A 58A8 
-# \xFA3B CJK COMPATIBILITY IDEOGRAPH-FA3B 5C64 
-# \xFA3C CJK COMPATIBILITY IDEOGRAPH-FA3C 5C6E 
-# \xFA3D CJK COMPATIBILITY IDEOGRAPH-FA3D 6094 
-# \xFA3E CJK COMPATIBILITY IDEOGRAPH-FA3E 6168 
-# \xFA3F CJK COMPATIBILITY IDEOGRAPH-FA3F 618E 
-# \xFA40 CJK COMPATIBILITY IDEOGRAPH-FA40 61F2 
-# \xFA41 CJK COMPATIBILITY IDEOGRAPH-FA41 654F 
-# \xFA42 CJK COMPATIBILITY IDEOGRAPH-FA42 65E2 
-# \xFA43 CJK COMPATIBILITY IDEOGRAPH-FA43 6691 
-# \xFA44 CJK COMPATIBILITY IDEOGRAPH-FA44 6885 
-# \xFA45 CJK COMPATIBILITY IDEOGRAPH-FA45 6D77 
-# \xFA46 CJK COMPATIBILITY IDEOGRAPH-FA46 6E1A 
-# \xFA47 CJK COMPATIBILITY IDEOGRAPH-FA47 6F22 
-# \xFA48 CJK COMPATIBILITY IDEOGRAPH-FA48 716E 
-# \xFA49 CJK COMPATIBILITY IDEOGRAPH-FA49 722B 
-# \xFA4A CJK COMPATIBILITY IDEOGRAPH-FA4A 7422 
-# \xFA4B CJK COMPATIBILITY IDEOGRAPH-FA4B 7891 
-# \xFA4C CJK COMPATIBILITY IDEOGRAPH-FA4C 793E 
-# \xFA4D CJK COMPATIBILITY IDEOGRAPH-FA4D 7949 
-# \xFA4E CJK COMPATIBILITY IDEOGRAPH-FA4E 7948 
-# \xFA4F CJK COMPATIBILITY IDEOGRAPH-FA4F 7950 
-# \xFA50 CJK COMPATIBILITY IDEOGRAPH-FA50 7956 
-# \xFA51 CJK COMPATIBILITY IDEOGRAPH-FA51 795D 
-# \xFA52 CJK COMPATIBILITY IDEOGRAPH-FA52 798D 
-# \xFA53 CJK COMPATIBILITY IDEOGRAPH-FA53 798E 
-# \xFA54 CJK COMPATIBILITY IDEOGRAPH-FA54 7A40 
-# \xFA55 CJK COMPATIBILITY IDEOGRAPH-FA55 7A81 
-# \xFA56 CJK COMPATIBILITY IDEOGRAPH-FA56 7BC0 
-# \xFA57 CJK COMPATIBILITY IDEOGRAPH-FA57 7DF4 
-# \xFA58 CJK COMPATIBILITY IDEOGRAPH-FA58 7E09 
-# \xFA59 CJK COMPATIBILITY IDEOGRAPH-FA59 7E41 
-# \xFA5A CJK COMPATIBILITY IDEOGRAPH-FA5A 7F72 
-# \xFA5B CJK COMPATIBILITY IDEOGRAPH-FA5B 8005 
-# \xFA5C CJK COMPATIBILITY IDEOGRAPH-FA5C 81ED 
-# \xFA5D CJK COMPATIBILITY IDEOGRAPH-FA5D 8279 
-# \xFA5E CJK COMPATIBILITY IDEOGRAPH-FA5E 8279 
-# \xFA5F CJK COMPATIBILITY IDEOGRAPH-FA5F 8457 
-# \xFA60 CJK COMPATIBILITY IDEOGRAPH-FA60 8910 
-# \xFA61 CJK COMPATIBILITY IDEOGRAPH-FA61 8996 
-# \xFA62 CJK COMPATIBILITY IDEOGRAPH-FA62 8B01 
-# \xFA63 CJK COMPATIBILITY IDEOGRAPH-FA63 8B39 
-# \xFA64 CJK COMPATIBILITY IDEOGRAPH-FA64 8CD3 
-# \xFA65 CJK COMPATIBILITY IDEOGRAPH-FA65 8D08 
-# \xFA66 CJK COMPATIBILITY IDEOGRAPH-FA66 8FB6 
-# \xFA67 CJK COMPATIBILITY IDEOGRAPH-FA67 9038 
-# \xFA68 CJK COMPATIBILITY IDEOGRAPH-FA68 96E3 
-# \xFA69 CJK COMPATIBILITY IDEOGRAPH-FA69 97FF 
-# \xFA6A CJK COMPATIBILITY IDEOGRAPH-FA6A 983B 
-# \xFB00 LATIN SMALL LIGATURE FF 0066 0066 
-# \xFB01 LATIN SMALL LIGATURE FI 0066 0069 
-# \xFB02 LATIN SMALL LIGATURE FL 0066 006C 
-# \xFB03 LATIN SMALL LIGATURE FFI 0066 0066 0069 
-# \xFB04 LATIN SMALL LIGATURE FFL 0066 0066 006C 
-# \xFB05 LATIN SMALL LIGATURE LONG S T 017F 0074 
-# \xFB06 LATIN SMALL LIGATURE ST 0073 0074 
-# \xFB13 ARMENIAN SMALL LIGATURE MEN NOW 0574 0576 
-# \xFB14 ARMENIAN SMALL LIGATURE MEN ECH 0574 0565 
-# \xFB15 ARMENIAN SMALL LIGATURE MEN INI 0574 056B 
-# \xFB16 ARMENIAN SMALL LIGATURE VEW NOW 057E 0576 
-# \xFB17 ARMENIAN SMALL LIGATURE MEN XEH 0574 056D 
-# \xFB1D HEBREW LETTER YOD WITH HIRIQ 05D9 05B4 
-# \xFB1E HEBREW POINT JUDEO-SPANISH VARIKA 26 HEBREW POINT VARIKA 
-# \xFB1F HEBREW LIGATURE YIDDISH YOD YOD PATAH 05F2 05B7 
-# \xFB20 HEBREW LETTER ALTERNATIVE AYIN 05E2 
-# \xFB21 HEBREW LETTER WIDE ALEF 05D0 
-# \xFB22 HEBREW LETTER WIDE DALET 05D3 
-# \xFB23 HEBREW LETTER WIDE HE 05D4 
-# \xFB24 HEBREW LETTER WIDE KAF 05DB 
-# \xFB25 HEBREW LETTER WIDE LAMED 05DC 
-# \xFB26 HEBREW LETTER WIDE FINAL MEM 05DD 
-# \xFB27 HEBREW LETTER WIDE RESH 05E8 
-# \xFB28 HEBREW LETTER WIDE TAV 05EA 
-# \xFB29 HEBREW LETTER ALTERNATIVE PLUS SIGN 002B 
-# \xFB2A HEBREW LETTER SHIN WITH SHIN DOT 05E9 05C1 
-# \xFB2B HEBREW LETTER SHIN WITH SIN DOT 05E9 05C2 
-# \xFB2C HEBREW LETTER SHIN WITH DAGESH AND SHIN DOT FB49 05C1 
-# \xFB2D HEBREW LETTER SHIN WITH DAGESH AND SIN DOT FB49 05C2 
-# \xFB2E HEBREW LETTER ALEF WITH PATAH 05D0 05B7 
-# \xFB2F HEBREW LETTER ALEF WITH QAMATS 05D0 05B8 
-# \xFB30 HEBREW LETTER ALEF WITH MAPIQ 05D0 05BC 
-# \xFB31 HEBREW LETTER BET WITH DAGESH 05D1 05BC 
-# \xFB32 HEBREW LETTER GIMEL WITH DAGESH 05D2 05BC 
-# \xFB33 HEBREW LETTER DALET WITH DAGESH 05D3 05BC 
-# \xFB34 HEBREW LETTER HE WITH MAPIQ 05D4 05BC 
-# \xFB35 HEBREW LETTER VAV WITH DAGESH 05D5 05BC 
-# \xFB36 HEBREW LETTER ZAYIN WITH DAGESH 05D6 05BC 
-# \xFB38 HEBREW LETTER TET WITH DAGESH 05D8 05BC 
-# \xFB39 HEBREW LETTER YOD WITH DAGESH 05D9 05BC 
-# \xFB3A HEBREW LETTER FINAL KAF WITH DAGESH 05DA 05BC 
-# \xFB3B HEBREW LETTER KAF WITH DAGESH 05DB 05BC 
-# \xFB3C HEBREW LETTER LAMED WITH DAGESH 05DC 05BC 
-# \xFB3E HEBREW LETTER MEM WITH DAGESH 05DE 05BC 
-# \xFB40 HEBREW LETTER NUN WITH DAGESH 05E0 05BC 
-# \xFB41 HEBREW LETTER SAMEKH WITH DAGESH 05E1 05BC 
-# \xFB43 HEBREW LETTER FINAL PE WITH DAGESH 05E3 05BC 
-# \xFB44 HEBREW LETTER PE WITH DAGESH 05E4 05BC 
-# \xFB46 HEBREW LETTER TSADI WITH DAGESH 05E6 05BC 
-# \xFB47 HEBREW LETTER QOF WITH DAGESH 05E7 05BC 
-# \xFB48 HEBREW LETTER RESH WITH DAGESH 05E8 05BC 
-# \xFB49 HEBREW LETTER SHIN WITH DAGESH 05E9 05BC 
-# \xFB4A HEBREW LETTER TAV WITH DAGESH 05EA 05BC 
-# \xFB4B HEBREW LETTER VAV WITH HOLAM 05D5 05B9 
-# \xFB4C HEBREW LETTER BET WITH RAFE 05D1 05BF 
-# \xFB4D HEBREW LETTER KAF WITH RAFE 05DB 05BF 
-# \xFB4E HEBREW LETTER PE WITH RAFE 05E4 05BF 
-# \xFB4F HEBREW LIGATURE ALEF LAMED 05D0 05DC 
-# \xFB50 ARABIC LETTER ALEF WASLA ISOLATED FORM AL <isolated> 0671 
-# \xFB51 ARABIC LETTER ALEF WASLA FINAL FORM AL <final> 0671 
-# \xFB52 ARABIC LETTER BEEH ISOLATED FORM AL <isolated> 067B 
-# \xFB53 ARABIC LETTER BEEH FINAL FORM AL <final> 067B 
-# \xFB54 ARABIC LETTER BEEH INITIAL FORM AL <initial> 067B 
-# \xFB55 ARABIC LETTER BEEH MEDIAL FORM AL <medial> 067B 
-# \xFB56 ARABIC LETTER PEH ISOLATED FORM AL <isolated> 067E 
-# \xFB57 ARABIC LETTER PEH FINAL FORM AL <final> 067E 
-# \xFB58 ARABIC LETTER PEH INITIAL FORM AL <initial> 067E 
-# \xFB59 ARABIC LETTER PEH MEDIAL FORM AL <medial> 067E 
-# \xFB5A ARABIC LETTER BEHEH ISOLATED FORM AL <isolated> 0680 
-# \xFB5B ARABIC LETTER BEHEH FINAL FORM AL <final> 0680 
-# \xFB5C ARABIC LETTER BEHEH INITIAL FORM AL <initial> 0680 
-# \xFB5D ARABIC LETTER BEHEH MEDIAL FORM AL <medial> 0680 
-# \xFB5E ARABIC LETTER TTEHEH ISOLATED FORM AL <isolated> 067A 
-# \xFB5F ARABIC LETTER TTEHEH FINAL FORM AL <final> 067A 
-# \xFB60 ARABIC LETTER TTEHEH INITIAL FORM AL <initial> 067A 
-# \xFB61 ARABIC LETTER TTEHEH MEDIAL FORM AL <medial> 067A 
-# \xFB62 ARABIC LETTER TEHEH ISOLATED FORM AL <isolated> 067F 
-# \xFB63 ARABIC LETTER TEHEH FINAL FORM AL <final> 067F 
-# \xFB64 ARABIC LETTER TEHEH INITIAL FORM AL <initial> 067F 
-# \xFB65 ARABIC LETTER TEHEH MEDIAL FORM AL <medial> 067F 
-# \xFB66 ARABIC LETTER TTEH ISOLATED FORM AL <isolated> 0679 
-# \xFB67 ARABIC LETTER TTEH FINAL FORM AL <final> 0679 
-# \xFB68 ARABIC LETTER TTEH INITIAL FORM AL <initial> 0679 
-# \xFB69 ARABIC LETTER TTEH MEDIAL FORM AL <medial> 0679 
-# \xFB6A ARABIC LETTER VEH ISOLATED FORM AL <isolated> 06A4 
-# \xFB6B ARABIC LETTER VEH FINAL FORM AL <final> 06A4 
-# \xFB6C ARABIC LETTER VEH INITIAL FORM AL <initial> 06A4 
-# \xFB6D ARABIC LETTER VEH MEDIAL FORM AL <medial> 06A4 
-# \xFB6E ARABIC LETTER PEHEH ISOLATED FORM AL <isolated> 06A6 
-# \xFB6F ARABIC LETTER PEHEH FINAL FORM AL <final> 06A6 
-# \xFB70 ARABIC LETTER PEHEH INITIAL FORM AL <initial> 06A6 
-# \xFB71 ARABIC LETTER PEHEH MEDIAL FORM AL <medial> 06A6 
-# \xFB72 ARABIC LETTER DYEH ISOLATED FORM AL <isolated> 0684 
-# \xFB73 ARABIC LETTER DYEH FINAL FORM AL <final> 0684 
-# \xFB74 ARABIC LETTER DYEH INITIAL FORM AL <initial> 0684 
-# \xFB75 ARABIC LETTER DYEH MEDIAL FORM AL <medial> 0684 
-# \xFB76 ARABIC LETTER NYEH ISOLATED FORM AL <isolated> 0683 
-# \xFB77 ARABIC LETTER NYEH FINAL FORM AL <final> 0683 
-# \xFB78 ARABIC LETTER NYEH INITIAL FORM AL <initial> 0683 
-# \xFB79 ARABIC LETTER NYEH MEDIAL FORM AL <medial> 0683 
-# \xFB7A ARABIC LETTER TCHEH ISOLATED FORM AL <isolated> 0686 
-# \xFB7B ARABIC LETTER TCHEH FINAL FORM AL <final> 0686 
-# \xFB7C ARABIC LETTER TCHEH INITIAL FORM AL <initial> 0686 
-# \xFB7D ARABIC LETTER TCHEH MEDIAL FORM AL <medial> 0686 
-# \xFB7E ARABIC LETTER TCHEHEH ISOLATED FORM AL <isolated> 0687 
-# \xFB7F ARABIC LETTER TCHEHEH FINAL FORM AL <final> 0687 
-# \xFB80 ARABIC LETTER TCHEHEH INITIAL FORM AL <initial> 0687 
-# \xFB81 ARABIC LETTER TCHEHEH MEDIAL FORM AL <medial> 0687 
-# \xFB82 ARABIC LETTER DDAHAL ISOLATED FORM AL <isolated> 068D 
-# \xFB83 ARABIC LETTER DDAHAL FINAL FORM AL <final> 068D 
-# \xFB84 ARABIC LETTER DAHAL ISOLATED FORM AL <isolated> 068C 
-# \xFB85 ARABIC LETTER DAHAL FINAL FORM AL <final> 068C 
-# \xFB86 ARABIC LETTER DUL ISOLATED FORM AL <isolated> 068E 
-# \xFB87 ARABIC LETTER DUL FINAL FORM AL <final> 068E 
-# \xFB88 ARABIC LETTER DDAL ISOLATED FORM AL <isolated> 0688 
-# \xFB89 ARABIC LETTER DDAL FINAL FORM AL <final> 0688 
-# \xFB8A ARABIC LETTER JEH ISOLATED FORM AL <isolated> 0698 
-# \xFB8B ARABIC LETTER JEH FINAL FORM AL <final> 0698 
-# \xFB8C ARABIC LETTER RREH ISOLATED FORM AL <isolated> 0691 
-# \xFB8D ARABIC LETTER RREH FINAL FORM AL <final> 0691 
-# \xFB8E ARABIC LETTER KEHEH ISOLATED FORM AL <isolated> 06A9 
-# \xFB8F ARABIC LETTER KEHEH FINAL FORM AL <final> 06A9 
-# \xFB90 ARABIC LETTER KEHEH INITIAL FORM AL <initial> 06A9 
-# \xFB91 ARABIC LETTER KEHEH MEDIAL FORM AL <medial> 06A9 
-# \xFB92 ARABIC LETTER GAF ISOLATED FORM AL <isolated> 06AF 
-# \xFB93 ARABIC LETTER GAF FINAL FORM AL <final> 06AF 
-# \xFB94 ARABIC LETTER GAF INITIAL FORM AL <initial> 06AF 
-# \xFB95 ARABIC LETTER GAF MEDIAL FORM AL <medial> 06AF 
-# \xFB96 ARABIC LETTER GUEH ISOLATED FORM AL <isolated> 06B3 
-# \xFB97 ARABIC LETTER GUEH FINAL FORM AL <final> 06B3 
-# \xFB98 ARABIC LETTER GUEH INITIAL FORM AL <initial> 06B3 
-# \xFB99 ARABIC LETTER GUEH MEDIAL FORM AL <medial> 06B3 
-# \xFB9A ARABIC LETTER NGOEH ISOLATED FORM AL <isolated> 06B1 
-# \xFB9B ARABIC LETTER NGOEH FINAL FORM AL <final> 06B1 
-# \xFB9C ARABIC LETTER NGOEH INITIAL FORM AL <initial> 06B1 
-# \xFB9D ARABIC LETTER NGOEH MEDIAL FORM AL <medial> 06B1 
-# \xFB9E ARABIC LETTER NOON GHUNNA ISOLATED FORM AL <isolated> 06BA 
-# \xFB9F ARABIC LETTER NOON GHUNNA FINAL FORM AL <final> 06BA 
-# \xFBA0 ARABIC LETTER RNOON ISOLATED FORM AL <isolated> 06BB 
-# \xFBA1 ARABIC LETTER RNOON FINAL FORM AL <final> 06BB 
-# \xFBA2 ARABIC LETTER RNOON INITIAL FORM AL <initial> 06BB 
-# \xFBA3 ARABIC LETTER RNOON MEDIAL FORM AL <medial> 06BB 
-# \xFBA4 ARABIC LETTER HEH WITH YEH ABOVE ISOLATED FORM AL <isolated> 06C0 
-# \xN 
-# \xFBA5 ARABIC LETTER HEH WITH YEH ABOVE FINAL FORM AL <final> 06C0 
-# \xFBA6 ARABIC LETTER HEH GOAL ISOLATED FORM AL <isolated> 06C1 
-# \xFBA7 ARABIC LETTER HEH GOAL FINAL FORM AL <final> 06C1 
-# \xFBA8 ARABIC LETTER HEH GOAL INITIAL FORM AL <initial> 06C1 
-# \xFBA9 ARABIC LETTER HEH GOAL MEDIAL FORM AL <medial> 06C1 
-# \xFBAA ARABIC LETTER HEH DOACHASHMEE ISOLATED FORM AL <isolated> 06BE 
-# \x 
-# \xFBAB ARABIC LETTER HEH DOACHASHMEE FINAL FORM AL <final> 06BE 
-# \xFBAC ARABIC LETTER HEH DOACHASHMEE INITIAL FORM AL <initial> 06BE 
-# \x 
-# \xFBAD ARABIC LETTER HEH DOACHASHMEE MEDIAL FORM AL <medial> 06BE 
-# \xFBAE ARABIC LETTER YEH BARREE ISOLATED FORM AL <isolated> 06D2 
-# \xFBAF ARABIC LETTER YEH BARREE FINAL FORM AL <final> 06D2 
-# \xFBB0 ARABIC LETTER YEH BARREE WITH HAMZA ABOVE ISOLATED FORM AL <isolated>
-# \x 06D3 
-# \xFBB1 ARABIC LETTER YEH BARREE WITH HAMZA ABOVE FINAL FORM AL <final> 06D3 
-# \x 
-# \xFBD3 ARABIC LETTER NG ISOLATED FORM AL <isolated> 06AD 
-# \xFBD4 ARABIC LETTER NG FINAL FORM AL <final> 06AD 
-# \xFBD5 ARABIC LETTER NG INITIAL FORM AL <initial> 06AD 
-# \xFBD6 ARABIC LETTER NG MEDIAL FORM AL <medial> 06AD 
-# \xFBD7 ARABIC LETTER U ISOLATED FORM AL <isolated> 06C7 
-# \xFBD8 ARABIC LETTER U FINAL FORM AL <final> 06C7 
-# \xFBD9 ARABIC LETTER OE ISOLATED FORM AL <isolated> 06C6 
-# \xFBDA ARABIC LETTER OE FINAL FORM AL <final> 06C6 
-# \xFBDB ARABIC LETTER YU ISOLATED FORM AL <isolated> 06C8 
-# \xFBDC ARABIC LETTER YU FINAL FORM AL <final> 06C8 
-# \xFBDD ARABIC LETTER U WITH HAMZA ABOVE ISOLATED FORM AL <isolated> 0677 
-# \xN 
-# \xFBDE ARABIC LETTER VE ISOLATED FORM AL <isolated> 06CB 
-# \xFBDF ARABIC LETTER VE FINAL FORM AL <final> 06CB 
-# \xFBE0 ARABIC LETTER KIRGHIZ OE ISOLATED FORM AL <isolated> 06C5 
-# \xFBE1 ARABIC LETTER KIRGHIZ OE FINAL FORM AL <final> 06C5 
-# \xFBE2 ARABIC LETTER KIRGHIZ YU ISOLATED FORM AL <isolated> 06C9 
-# \xFBE3 ARABIC LETTER KIRGHIZ YU FINAL FORM AL <final> 06C9 
-# \xFBE4 ARABIC LETTER E ISOLATED FORM AL <isolated> 06D0 
-# \xFBE5 ARABIC LETTER E FINAL FORM AL <final> 06D0 
-# \xFBE6 ARABIC LETTER E INITIAL FORM AL <initial> 06D0 
-# \xFBE7 ARABIC LETTER E MEDIAL FORM AL <medial> 06D0 
-# \xFBE8 ARABIC LETTER UIGHUR KAZAKH KIRGHIZ ALEF MAKSURA INITIAL FORM AL <ini
-# \xtial> 0649 
-# \xFBE9 ARABIC LETTER UIGHUR KAZAKH KIRGHIZ ALEF MAKSURA MEDIAL FORM AL <medi
-# \xal> 0649 
-# \xFBEA ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH ALEF ISOLATED FORM AL <isol
-# \xated> 0626 0627 
-# \xFBEB ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH ALEF FINAL FORM AL <final> 
-# \x0626 0627 
-# \xFBEC ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH AE ISOLATED FORM AL <isolat
-# \xed> 0626 06D5 
-# \xFBED ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH AE FINAL FORM AL <final> 06
-# \x26 06D5 
-# \xFBEE ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH WAW ISOLATED FORM AL <isola
-# \xted> 0626 0648 
-# \xFBEF ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH WAW FINAL FORM AL <final> 0
-# \x626 0648 
-# \xFBF0 ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH U ISOLATED FORM AL <isolate
-# \xd> 0626 06C7 
-# \xFBF1 ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH U FINAL FORM AL <final> 062
-# \x6 06C7 
-# \xFBF2 ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH OE ISOLATED FORM AL <isolat
-# \xed> 0626 06C6 
-# \xFBF3 ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH OE FINAL FORM AL <final> 06
-# \x26 06C6 
-# \xFBF4 ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH YU ISOLATED FORM AL <isolat
-# \xed> 0626 06C8 
-# \xFBF5 ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH YU FINAL FORM AL <final> 06
-# \x26 06C8 
-# \xFBF6 ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH E ISOLATED FORM AL <isolate
-# \xd> 0626 06D0 
-# \xFBF7 ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH E FINAL FORM AL <final> 062
-# \x6 06D0 
-# \xFBF8 ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH E INITIAL FORM AL <initial>
-# \x 0626 06D0 
-# \xFBF9 ARABIC LIGATURE UIGHUR KIRGHIZ YEH WITH HAMZA ABOVE WITH ALEF MAKSURA ISOL
-# \xATED FORM AL <isolated> 0626 0649 
-# \xFBFA ARABIC LIGATURE UIGHUR KIRGHIZ YEH WITH HAMZA ABOVE WITH ALEF MAKSURA FINA
-# \xL FORM AL <final> 0626 0649 
-# \xFBFB ARABIC LIGATURE UIGHUR KIRGHIZ YEH WITH HAMZA ABOVE WITH ALEF MAKSURA INIT
-# \xIAL FORM AL <initial> 0626 0649 
-# \xFBFC ARABIC LETTER FARSI YEH ISOLATED FORM AL <isolated> 06CC 
-# \xFBFD ARABIC LETTER FARSI YEH FINAL FORM AL <final> 06CC 
-# \xFBFE ARABIC LETTER FARSI YEH INITIAL FORM AL <initial> 06CC 
-# \xFBFF ARABIC LETTER FARSI YEH MEDIAL FORM AL <medial> 06CC 
-# \xFC00 ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH JEEM ISOLATED FORM AL <isol
-# \xated> 0626 062C 
-# \xFC01 ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH HAH ISOLATED FORM AL <isola
-# \xted> 0626 062D 
-# \xFC02 ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH MEEM ISOLATED FORM AL <isol
-# \xated> 0626 0645 
-# \xFC03 ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH ALEF MAKSURA ISOLATED FORM 
-# \xAL <isolated> 0626 0649 
-# \xFC04 ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH YEH ISOLATED FORM AL <isola
-# \xted> 0626 064A 
-# \xFC05 ARABIC LIGATURE BEH WITH JEEM ISOLATED FORM AL <isolated> 0628 062C 
-# \x 
-# \xFC06 ARABIC LIGATURE BEH WITH HAH ISOLATED FORM AL <isolated> 0628 062D 
-# \x 
-# \xFC07 ARABIC LIGATURE BEH WITH KHAH ISOLATED FORM AL <isolated> 0628 062E 
-# \x 
-# \xFC08 ARABIC LIGATURE BEH WITH MEEM ISOLATED FORM AL <isolated> 0628 0645 
-# \x 
-# \xFC09 ARABIC LIGATURE BEH WITH ALEF MAKSURA ISOLATED FORM AL <isolated> 062
-# \x8 0649 
-# \xFC0A ARABIC LIGATURE BEH WITH YEH ISOLATED FORM AL <isolated> 0628 064A 
-# \x 
-# \xFC0B ARABIC LIGATURE TEH WITH JEEM ISOLATED FORM AL <isolated> 062A 062C 
-# \x 
-# \xFC0C ARABIC LIGATURE TEH WITH HAH ISOLATED FORM AL <isolated> 062A 062D 
-# \x 
-# \xFC0D ARABIC LIGATURE TEH WITH KHAH ISOLATED FORM AL <isolated> 062A 062E 
-# \x 
-# \xFC0E ARABIC LIGATURE TEH WITH MEEM ISOLATED FORM AL <isolated> 062A 0645 
-# \x 
-# \xFC0F ARABIC LIGATURE TEH WITH ALEF MAKSURA ISOLATED FORM AL <isolated> 062
-# \xA 0649 
-# \xFC10 ARABIC LIGATURE TEH WITH YEH ISOLATED FORM AL <isolated> 062A 064A 
-# \x 
-# \xFC11 ARABIC LIGATURE THEH WITH JEEM ISOLATED FORM AL <isolated> 062B 062C 
-# \x 
-# \xFC12 ARABIC LIGATURE THEH WITH MEEM ISOLATED FORM AL <isolated> 062B 0645 
-# \x 
-# \xFC13 ARABIC LIGATURE THEH WITH ALEF MAKSURA ISOLATED FORM AL <isolated> 06
-# \x2B 0649 
-# \xFC14 ARABIC LIGATURE THEH WITH YEH ISOLATED FORM AL <isolated> 062B 064A 
-# \x 
-# \xFC15 ARABIC LIGATURE JEEM WITH HAH ISOLATED FORM AL <isolated> 062C 062D 
-# \x 
-# \xFC16 ARABIC LIGATURE JEEM WITH MEEM ISOLATED FORM AL <isolated> 062C 0645 
-# \x 
-# \xFC17 ARABIC LIGATURE HAH WITH JEEM ISOLATED FORM AL <isolated> 062D 062C 
-# \x 
-# \xFC18 ARABIC LIGATURE HAH WITH MEEM ISOLATED FORM AL <isolated> 062D 0645 
-# \x 
-# \xFC19 ARABIC LIGATURE KHAH WITH JEEM ISOLATED FORM AL <isolated> 062E 062C 
-# \x 
-# \xFC1A ARABIC LIGATURE KHAH WITH HAH ISOLATED FORM AL <isolated> 062E 062D 
-# \x 
-# \xFC1B ARABIC LIGATURE KHAH WITH MEEM ISOLATED FORM AL <isolated> 062E 0645 
-# \x 
-# \xFC1C ARABIC LIGATURE SEEN WITH JEEM ISOLATED FORM AL <isolated> 0633 062C 
-# \x 
-# \xFC1D ARABIC LIGATURE SEEN WITH HAH ISOLATED FORM AL <isolated> 0633 062D 
-# \x 
-# \xFC1E ARABIC LIGATURE SEEN WITH KHAH ISOLATED FORM AL <isolated> 0633 062E 
-# \x 
-# \xFC1F ARABIC LIGATURE SEEN WITH MEEM ISOLATED FORM AL <isolated> 0633 0645 
-# \x 
-# \xFC20 ARABIC LIGATURE SAD WITH HAH ISOLATED FORM AL <isolated> 0635 062D 
-# \x 
-# \xFC21 ARABIC LIGATURE SAD WITH MEEM ISOLATED FORM AL <isolated> 0635 0645 
-# \x 
-# \xFC22 ARABIC LIGATURE DAD WITH JEEM ISOLATED FORM AL <isolated> 0636 062C 
-# \x 
-# \xFC23 ARABIC LIGATURE DAD WITH HAH ISOLATED FORM AL <isolated> 0636 062D 
-# \x 
-# \xFC24 ARABIC LIGATURE DAD WITH KHAH ISOLATED FORM AL <isolated> 0636 062E 
-# \x 
-# \xFC25 ARABIC LIGATURE DAD WITH MEEM ISOLATED FORM AL <isolated> 0636 0645 
-# \x 
-# \xFC26 ARABIC LIGATURE TAH WITH HAH ISOLATED FORM AL <isolated> 0637 062D 
-# \x 
-# \xFC27 ARABIC LIGATURE TAH WITH MEEM ISOLATED FORM AL <isolated> 0637 0645 
-# \x 
-# \xFC28 ARABIC LIGATURE ZAH WITH MEEM ISOLATED FORM AL <isolated> 0638 0645 
-# \x 
-# \xFC29 ARABIC LIGATURE AIN WITH JEEM ISOLATED FORM AL <isolated> 0639 062C 
-# \x 
-# \xFC2A ARABIC LIGATURE AIN WITH MEEM ISOLATED FORM AL <isolated> 0639 0645 
-# \x 
-# \xFC2B ARABIC LIGATURE GHAIN WITH JEEM ISOLATED FORM AL <isolated> 063A 062C
-# \x 
-# \xFC2C ARABIC LIGATURE GHAIN WITH MEEM ISOLATED FORM AL <isolated> 063A 0645
-# \x 
-# \xFC2D ARABIC LIGATURE FEH WITH JEEM ISOLATED FORM AL <isolated> 0641 062C 
-# \x 
-# \xFC2E ARABIC LIGATURE FEH WITH HAH ISOLATED FORM AL <isolated> 0641 062D 
-# \x 
-# \xFC2F ARABIC LIGATURE FEH WITH KHAH ISOLATED FORM AL <isolated> 0641 062E 
-# \x 
-# \xFC30 ARABIC LIGATURE FEH WITH MEEM ISOLATED FORM AL <isolated> 0641 0645 
-# \x 
-# \xFC31 ARABIC LIGATURE FEH WITH ALEF MAKSURA ISOLATED FORM AL <isolated> 064
-# \x1 0649 
-# \xFC32 ARABIC LIGATURE FEH WITH YEH ISOLATED FORM AL <isolated> 0641 064A 
-# \x 
-# \xFC33 ARABIC LIGATURE QAF WITH HAH ISOLATED FORM AL <isolated> 0642 062D 
-# \x 
-# \xFC34 ARABIC LIGATURE QAF WITH MEEM ISOLATED FORM AL <isolated> 0642 0645 
-# \x 
-# \xFC35 ARABIC LIGATURE QAF WITH ALEF MAKSURA ISOLATED FORM AL <isolated> 064
-# \x2 0649 
-# \xFC36 ARABIC LIGATURE QAF WITH YEH ISOLATED FORM AL <isolated> 0642 064A 
-# \x 
-# \xFC37 ARABIC LIGATURE KAF WITH ALEF ISOLATED FORM AL <isolated> 0643 0627 
-# \x 
-# \xFC38 ARABIC LIGATURE KAF WITH JEEM ISOLATED FORM AL <isolated> 0643 062C 
-# \x 
-# \xFC39 ARABIC LIGATURE KAF WITH HAH ISOLATED FORM AL <isolated> 0643 062D 
-# \x 
-# \xFC3A ARABIC LIGATURE KAF WITH KHAH ISOLATED FORM AL <isolated> 0643 062E 
-# \x 
-# \xFC3B ARABIC LIGATURE KAF WITH LAM ISOLATED FORM AL <isolated> 0643 0644 
-# \x 
-# \xFC3C ARABIC LIGATURE KAF WITH MEEM ISOLATED FORM AL <isolated> 0643 0645 
-# \x 
-# \xFC3D ARABIC LIGATURE KAF WITH ALEF MAKSURA ISOLATED FORM AL <isolated> 064
-# \x3 0649 
-# \xFC3E ARABIC LIGATURE KAF WITH YEH ISOLATED FORM AL <isolated> 0643 064A 
-# \x 
-# \xFC3F ARABIC LIGATURE LAM WITH JEEM ISOLATED FORM AL <isolated> 0644 062C 
-# \x 
-# \xFC40 ARABIC LIGATURE LAM WITH HAH ISOLATED FORM AL <isolated> 0644 062D 
-# \x 
-# \xFC41 ARABIC LIGATURE LAM WITH KHAH ISOLATED FORM AL <isolated> 0644 062E 
-# \x 
-# \xFC42 ARABIC LIGATURE LAM WITH MEEM ISOLATED FORM AL <isolated> 0644 0645 
-# \x 
-# \xFC43 ARABIC LIGATURE LAM WITH ALEF MAKSURA ISOLATED FORM AL <isolated> 064
-# \x4 0649 
-# \xFC44 ARABIC LIGATURE LAM WITH YEH ISOLATED FORM AL <isolated> 0644 064A 
-# \x 
-# \xFC45 ARABIC LIGATURE MEEM WITH JEEM ISOLATED FORM AL <isolated> 0645 062C 
-# \x 
-# \xFC46 ARABIC LIGATURE MEEM WITH HAH ISOLATED FORM AL <isolated> 0645 062D 
-# \x 
-# \xFC47 ARABIC LIGATURE MEEM WITH KHAH ISOLATED FORM AL <isolated> 0645 062E 
-# \x 
-# \xFC48 ARABIC LIGATURE MEEM WITH MEEM ISOLATED FORM AL <isolated> 0645 0645 
-# \x 
-# \xFC49 ARABIC LIGATURE MEEM WITH ALEF MAKSURA ISOLATED FORM AL <isolated> 06
-# \x45 0649 
-# \xFC4A ARABIC LIGATURE MEEM WITH YEH ISOLATED FORM AL <isolated> 0645 064A 
-# \x 
-# \xFC4B ARABIC LIGATURE NOON WITH JEEM ISOLATED FORM AL <isolated> 0646 062C 
-# \x 
-# \xFC4C ARABIC LIGATURE NOON WITH HAH ISOLATED FORM AL <isolated> 0646 062D 
-# \x 
-# \xFC4D ARABIC LIGATURE NOON WITH KHAH ISOLATED FORM AL <isolated> 0646 062E 
-# \x 
-# \xFC4E ARABIC LIGATURE NOON WITH MEEM ISOLATED FORM AL <isolated> 0646 0645 
-# \x 
-# \xFC4F ARABIC LIGATURE NOON WITH ALEF MAKSURA ISOLATED FORM AL <isolated> 06
-# \x46 0649 
-# \xFC50 ARABIC LIGATURE NOON WITH YEH ISOLATED FORM AL <isolated> 0646 064A 
-# \x 
-# \xFC51 ARABIC LIGATURE HEH WITH JEEM ISOLATED FORM AL <isolated> 0647 062C 
-# \x 
-# \xFC52 ARABIC LIGATURE HEH WITH MEEM ISOLATED FORM AL <isolated> 0647 0645 
-# \x 
-# \xFC53 ARABIC LIGATURE HEH WITH ALEF MAKSURA ISOLATED FORM AL <isolated> 064
-# \x7 0649 
-# \xFC54 ARABIC LIGATURE HEH WITH YEH ISOLATED FORM AL <isolated> 0647 064A 
-# \x 
-# \xFC55 ARABIC LIGATURE YEH WITH JEEM ISOLATED FORM AL <isolated> 064A 062C 
-# \x 
-# \xFC56 ARABIC LIGATURE YEH WITH HAH ISOLATED FORM AL <isolated> 064A 062D 
-# \x 
-# \xFC57 ARABIC LIGATURE YEH WITH KHAH ISOLATED FORM AL <isolated> 064A 062E 
-# \x 
-# \xFC58 ARABIC LIGATURE YEH WITH MEEM ISOLATED FORM AL <isolated> 064A 0645 
-# \x 
-# \xFC59 ARABIC LIGATURE YEH WITH ALEF MAKSURA ISOLATED FORM AL <isolated> 064
-# \xA 0649 
-# \xFC5A ARABIC LIGATURE YEH WITH YEH ISOLATED FORM AL <isolated> 064A 064A 
-# \x 
-# \xFC5B ARABIC LIGATURE THAL WITH SUPERSCRIPT ALEF ISOLATED FORM AL <isolated
-# \x> 0630 0670 
-# \xFC5C ARABIC LIGATURE REH WITH SUPERSCRIPT ALEF ISOLATED FORM AL <isolated>
-# \x 0631 0670 
-# \xFC5D ARABIC LIGATURE ALEF MAKSURA WITH SUPERSCRIPT ALEF ISOLATED FORM AL <
-# \xisolated> 0649 0670 
-# \xFC5E ARABIC LIGATURE SHADDA WITH DAMMATAN ISOLATED FORM AL <isolated> 0020
-# \x 064C 0651 
-# \xFC5F ARABIC LIGATURE SHADDA WITH KASRATAN ISOLATED FORM AL <isolated> 0020
-# \x 064D 0651 
-# \xFC60 ARABIC LIGATURE SHADDA WITH FATHA ISOLATED FORM AL <isolated> 0020 06
-# \x4E 0651 
-# \xFC61 ARABIC LIGATURE SHADDA WITH DAMMA ISOLATED FORM AL <isolated> 0020 06
-# \x4F 0651 
-# \xFC62 ARABIC LIGATURE SHADDA WITH KASRA ISOLATED FORM AL <isolated> 0020 06
-# \x50 0651 
-# \xFC63 ARABIC LIGATURE SHADDA WITH SUPERSCRIPT ALEF ISOLATED FORM AL <isolat
-# \xed> 0020 0651 0670 
-# \xFC64 ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH REH FINAL FORM AL <final> 0
-# \x626 0631 
-# \xFC65 ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH ZAIN FINAL FORM AL <final> 
-# \x0626 0632 
-# \xFC66 ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH MEEM FINAL FORM AL <final> 
-# \x0626 0645 
-# \xFC67 ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH NOON FINAL FORM AL <final> 
-# \x0626 0646 
-# \xFC68 ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH ALEF MAKSURA FINAL FORM AL 
-# \x<final> 0626 0649 
-# \xFC69 ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH YEH FINAL FORM AL <final> 0
-# \x626 064A 
-# \xFC6A ARABIC LIGATURE BEH WITH REH FINAL FORM AL <final> 0628 0631 
-# \x 
-# \xFC6B ARABIC LIGATURE BEH WITH ZAIN FINAL FORM AL <final> 0628 0632 
-# \x 
-# \xFC6C ARABIC LIGATURE BEH WITH MEEM FINAL FORM AL <final> 0628 0645 
-# \x 
-# \xFC6D ARABIC LIGATURE BEH WITH NOON FINAL FORM AL <final> 0628 0646 
-# \x 
-# \xFC6E ARABIC LIGATURE BEH WITH ALEF MAKSURA FINAL FORM AL <final> 0628 0649
-# \x 
-# \xFC6F ARABIC LIGATURE BEH WITH YEH FINAL FORM AL <final> 0628 064A 
-# \x 
-# \xFC70 ARABIC LIGATURE TEH WITH REH FINAL FORM AL <final> 062A 0631 
-# \x 
-# \xFC71 ARABIC LIGATURE TEH WITH ZAIN FINAL FORM AL <final> 062A 0632 
-# \x 
-# \xFC72 ARABIC LIGATURE TEH WITH MEEM FINAL FORM AL <final> 062A 0645 
-# \x 
-# \xFC73 ARABIC LIGATURE TEH WITH NOON FINAL FORM AL <final> 062A 0646 
-# \x 
-# \xFC74 ARABIC LIGATURE TEH WITH ALEF MAKSURA FINAL FORM AL <final> 062A 0649
-# \x 
-# \xFC75 ARABIC LIGATURE TEH WITH YEH FINAL FORM AL <final> 062A 064A 
-# \x 
-# \xFC76 ARABIC LIGATURE THEH WITH REH FINAL FORM AL <final> 062B 0631 
-# \x 
-# \xFC77 ARABIC LIGATURE THEH WITH ZAIN FINAL FORM AL <final> 062B 0632 
-# \x 
-# \xFC78 ARABIC LIGATURE THEH WITH MEEM FINAL FORM AL <final> 062B 0645 
-# \x 
-# \xFC79 ARABIC LIGATURE THEH WITH NOON FINAL FORM AL <final> 062B 0646 
-# \x 
-# \xFC7A ARABIC LIGATURE THEH WITH ALEF MAKSURA FINAL FORM AL <final> 062B 064
-# \x9 
-# \xFC7B ARABIC LIGATURE THEH WITH YEH FINAL FORM AL <final> 062B 064A 
-# \x 
-# \xFC7C ARABIC LIGATURE FEH WITH ALEF MAKSURA FINAL FORM AL <final> 0641 0649
-# \x 
-# \xFC7D ARABIC LIGATURE FEH WITH YEH FINAL FORM AL <final> 0641 064A 
-# \x 
-# \xFC7E ARABIC LIGATURE QAF WITH ALEF MAKSURA FINAL FORM AL <final> 0642 0649
-# \x 
-# \xFC7F ARABIC LIGATURE QAF WITH YEH FINAL FORM AL <final> 0642 064A 
-# \x 
-# \xFC80 ARABIC LIGATURE KAF WITH ALEF FINAL FORM AL <final> 0643 0627 
-# \x 
-# \xFC81 ARABIC LIGATURE KAF WITH LAM FINAL FORM AL <final> 0643 0644 
-# \x 
-# \xFC82 ARABIC LIGATURE KAF WITH MEEM FINAL FORM AL <final> 0643 0645 
-# \x 
-# \xFC83 ARABIC LIGATURE KAF WITH ALEF MAKSURA FINAL FORM AL <final> 0643 0649
-# \x 
-# \xFC84 ARABIC LIGATURE KAF WITH YEH FINAL FORM AL <final> 0643 064A 
-# \x 
-# \xFC85 ARABIC LIGATURE LAM WITH MEEM FINAL FORM AL <final> 0644 0645 
-# \x 
-# \xFC86 ARABIC LIGATURE LAM WITH ALEF MAKSURA FINAL FORM AL <final> 0644 0649
-# \x 
-# \xFC87 ARABIC LIGATURE LAM WITH YEH FINAL FORM AL <final> 0644 064A 
-# \x 
-# \xFC88 ARABIC LIGATURE MEEM WITH ALEF FINAL FORM AL <final> 0645 0627 
-# \x 
-# \xFC89 ARABIC LIGATURE MEEM WITH MEEM FINAL FORM AL <final> 0645 0645 
-# \x 
-# \xFC8A ARABIC LIGATURE NOON WITH REH FINAL FORM AL <final> 0646 0631 
-# \x 
-# \xFC8B ARABIC LIGATURE NOON WITH ZAIN FINAL FORM AL <final> 0646 0632 
-# \x 
-# \xFC8C ARABIC LIGATURE NOON WITH MEEM FINAL FORM AL <final> 0646 0645 
-# \x 
-# \xFC8D ARABIC LIGATURE NOON WITH NOON FINAL FORM AL <final> 0646 0646 
-# \x 
-# \xFC8E ARABIC LIGATURE NOON WITH ALEF MAKSURA FINAL FORM AL <final> 0646 064
-# \x9 
-# \xFC8F ARABIC LIGATURE NOON WITH YEH FINAL FORM AL <final> 0646 064A 
-# \x 
-# \xFC90 ARABIC LIGATURE ALEF MAKSURA WITH SUPERSCRIPT ALEF FINAL FORM AL <fin
-# \xal> 0649 0670 
-# \xFC91 ARABIC LIGATURE YEH WITH REH FINAL FORM AL <final> 064A 0631 
-# \x 
-# \xFC92 ARABIC LIGATURE YEH WITH ZAIN FINAL FORM AL <final> 064A 0632 
-# \x 
-# \xFC93 ARABIC LIGATURE YEH WITH MEEM FINAL FORM AL <final> 064A 0645 
-# \x 
-# \xFC94 ARABIC LIGATURE YEH WITH NOON FINAL FORM AL <final> 064A 0646 
-# \x 
-# \xFC95 ARABIC LIGATURE YEH WITH ALEF MAKSURA FINAL FORM AL <final> 064A 0649
-# \x 
-# \xFC96 ARABIC LIGATURE YEH WITH YEH FINAL FORM AL <final> 064A 064A 
-# \x 
-# \xFC97 ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH JEEM INITIAL FORM AL <initi
-# \xal> 0626 062C 
-# \xFC98 ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH HAH INITIAL FORM AL <initia
-# \xl> 0626 062D 
-# \xFC99 ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH KHAH INITIAL FORM AL <initi
-# \xal> 0626 062E 
-# \xFC9A ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH MEEM INITIAL FORM AL <initi
-# \xal> 0626 0645 
-# \xFC9B ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH HEH INITIAL FORM AL <initia
-# \xl> 0626 0647 
-# \xFC9C ARABIC LIGATURE BEH WITH JEEM INITIAL FORM AL <initial> 0628 062C 
-# \xN 
-# \xFC9D ARABIC LIGATURE BEH WITH HAH INITIAL FORM AL <initial> 0628 062D N
-# \x 
-# \xFC9E ARABIC LIGATURE BEH WITH KHAH INITIAL FORM AL <initial> 0628 062E 
-# \xN 
-# \xFC9F ARABIC LIGATURE BEH WITH MEEM INITIAL FORM AL <initial> 0628 0645 
-# \xN 
-# \xFCA0 ARABIC LIGATURE BEH WITH HEH INITIAL FORM AL <initial> 0628 0647 N
-# \x 
-# \xFCA1 ARABIC LIGATURE TEH WITH JEEM INITIAL FORM AL <initial> 062A 062C 
-# \xN 
-# \xFCA2 ARABIC LIGATURE TEH WITH HAH INITIAL FORM AL <initial> 062A 062D N
-# \x 
-# \xFCA3 ARABIC LIGATURE TEH WITH KHAH INITIAL FORM AL <initial> 062A 062E 
-# \xN 
-# \xFCA4 ARABIC LIGATURE TEH WITH MEEM INITIAL FORM AL <initial> 062A 0645 
-# \xN 
-# \xFCA5 ARABIC LIGATURE TEH WITH HEH INITIAL FORM AL <initial> 062A 0647 N
-# \x 
-# \xFCA6 ARABIC LIGATURE THEH WITH MEEM INITIAL FORM AL <initial> 062B 0645 
-# \x 
-# \xFCA7 ARABIC LIGATURE JEEM WITH HAH INITIAL FORM AL <initial> 062C 062D 
-# \xN 
-# \xFCA8 ARABIC LIGATURE JEEM WITH MEEM INITIAL FORM AL <initial> 062C 0645 
-# \x 
-# \xFCA9 ARABIC LIGATURE HAH WITH JEEM INITIAL FORM AL <initial> 062D 062C 
-# \xN 
-# \xFCAA ARABIC LIGATURE HAH WITH MEEM INITIAL FORM AL <initial> 062D 0645 
-# \xN 
-# \xFCAB ARABIC LIGATURE KHAH WITH JEEM INITIAL FORM AL <initial> 062E 062C 
-# \x 
-# \xFCAC ARABIC LIGATURE KHAH WITH MEEM INITIAL FORM AL <initial> 062E 0645 
-# \x 
-# \xFCAD ARABIC LIGATURE SEEN WITH JEEM INITIAL FORM AL <initial> 0633 062C 
-# \x 
-# \xFCAE ARABIC LIGATURE SEEN WITH HAH INITIAL FORM AL <initial> 0633 062D 
-# \xN 
-# \xFCAF ARABIC LIGATURE SEEN WITH KHAH INITIAL FORM AL <initial> 0633 062E 
-# \x 
-# \xFCB0 ARABIC LIGATURE SEEN WITH MEEM INITIAL FORM AL <initial> 0633 0645 
-# \x 
-# \xFCB1 ARABIC LIGATURE SAD WITH HAH INITIAL FORM AL <initial> 0635 062D N
-# \x 
-# \xFCB2 ARABIC LIGATURE SAD WITH KHAH INITIAL FORM AL <initial> 0635 062E 
-# \xN 
-# \xFCB3 ARABIC LIGATURE SAD WITH MEEM INITIAL FORM AL <initial> 0635 0645 
-# \xN 
-# \xFCB4 ARABIC LIGATURE DAD WITH JEEM INITIAL FORM AL <initial> 0636 062C 
-# \xN 
-# \xFCB5 ARABIC LIGATURE DAD WITH HAH INITIAL FORM AL <initial> 0636 062D N
-# \x 
-# \xFCB6 ARABIC LIGATURE DAD WITH KHAH INITIAL FORM AL <initial> 0636 062E 
-# \xN 
-# \xFCB7 ARABIC LIGATURE DAD WITH MEEM INITIAL FORM AL <initial> 0636 0645 
-# \xN 
-# \xFCB8 ARABIC LIGATURE TAH WITH HAH INITIAL FORM AL <initial> 0637 062D N
-# \x 
-# \xFCB9 ARABIC LIGATURE ZAH WITH MEEM INITIAL FORM AL <initial> 0638 0645 
-# \xN 
-# \xFCBA ARABIC LIGATURE AIN WITH JEEM INITIAL FORM AL <initial> 0639 062C 
-# \xN 
-# \xFCBB ARABIC LIGATURE AIN WITH MEEM INITIAL FORM AL <initial> 0639 0645 
-# \xN 
-# \xFCBC ARABIC LIGATURE GHAIN WITH JEEM INITIAL FORM AL <initial> 063A 062C 
-# \x 
-# \xFCBD ARABIC LIGATURE GHAIN WITH MEEM INITIAL FORM AL <initial> 063A 0645 
-# \x 
-# \xFCBE ARABIC LIGATURE FEH WITH JEEM INITIAL FORM AL <initial> 0641 062C 
-# \xN 
-# \xFCBF ARABIC LIGATURE FEH WITH HAH INITIAL FORM AL <initial> 0641 062D N
-# \x 
-# \xFCC0 ARABIC LIGATURE FEH WITH KHAH INITIAL FORM AL <initial> 0641 062E 
-# \xN 
-# \xFCC1 ARABIC LIGATURE FEH WITH MEEM INITIAL FORM AL <initial> 0641 0645 
-# \xN 
-# \xFCC2 ARABIC LIGATURE QAF WITH HAH INITIAL FORM AL <initial> 0642 062D N
-# \x 
-# \xFCC3 ARABIC LIGATURE QAF WITH MEEM INITIAL FORM AL <initial> 0642 0645 
-# \xN 
-# \xFCC4 ARABIC LIGATURE KAF WITH JEEM INITIAL FORM AL <initial> 0643 062C 
-# \xN 
-# \xFCC5 ARABIC LIGATURE KAF WITH HAH INITIAL FORM AL <initial> 0643 062D N
-# \x 
-# \xFCC6 ARABIC LIGATURE KAF WITH KHAH INITIAL FORM AL <initial> 0643 062E 
-# \xN 
-# \xFCC7 ARABIC LIGATURE KAF WITH LAM INITIAL FORM AL <initial> 0643 0644 N
-# \x 
-# \xFCC8 ARABIC LIGATURE KAF WITH MEEM INITIAL FORM AL <initial> 0643 0645 
-# \xN 
-# \xFCC9 ARABIC LIGATURE LAM WITH JEEM INITIAL FORM AL <initial> 0644 062C 
-# \xN 
-# \xFCCA ARABIC LIGATURE LAM WITH HAH INITIAL FORM AL <initial> 0644 062D N
-# \x 
-# \xFCCB ARABIC LIGATURE LAM WITH KHAH INITIAL FORM AL <initial> 0644 062E 
-# \xN 
-# \xFCCC ARABIC LIGATURE LAM WITH MEEM INITIAL FORM AL <initial> 0644 0645 
-# \xN 
-# \xFCCD ARABIC LIGATURE LAM WITH HEH INITIAL FORM AL <initial> 0644 0647 N
-# \x 
-# \xFCCE ARABIC LIGATURE MEEM WITH JEEM INITIAL FORM AL <initial> 0645 062C 
-# \x 
-# \xFCCF ARABIC LIGATURE MEEM WITH HAH INITIAL FORM AL <initial> 0645 062D 
-# \xN 
-# \xFCD0 ARABIC LIGATURE MEEM WITH KHAH INITIAL FORM AL <initial> 0645 062E 
-# \x 
-# \xFCD1 ARABIC LIGATURE MEEM WITH MEEM INITIAL FORM AL <initial> 0645 0645 
-# \x 
-# \xFCD2 ARABIC LIGATURE NOON WITH JEEM INITIAL FORM AL <initial> 0646 062C 
-# \x 
-# \xFCD3 ARABIC LIGATURE NOON WITH HAH INITIAL FORM AL <initial> 0646 062D 
-# \xN 
-# \xFCD4 ARABIC LIGATURE NOON WITH KHAH INITIAL FORM AL <initial> 0646 062E 
-# \x 
-# \xFCD5 ARABIC LIGATURE NOON WITH MEEM INITIAL FORM AL <initial> 0646 0645 
-# \x 
-# \xFCD6 ARABIC LIGATURE NOON WITH HEH INITIAL FORM AL <initial> 0646 0647 
-# \xN 
-# \xFCD7 ARABIC LIGATURE HEH WITH JEEM INITIAL FORM AL <initial> 0647 062C 
-# \xN 
-# \xFCD8 ARABIC LIGATURE HEH WITH MEEM INITIAL FORM AL <initial> 0647 0645 
-# \xN 
-# \xFCD9 ARABIC LIGATURE HEH WITH SUPERSCRIPT ALEF INITIAL FORM AL <initial> 0
-# \x647 0670 
-# \xFCDA ARABIC LIGATURE YEH WITH JEEM INITIAL FORM AL <initial> 064A 062C 
-# \xN 
-# \xFCDB ARABIC LIGATURE YEH WITH HAH INITIAL FORM AL <initial> 064A 062D N
-# \x 
-# \xFCDC ARABIC LIGATURE YEH WITH KHAH INITIAL FORM AL <initial> 064A 062E 
-# \xN 
-# \xFCDD ARABIC LIGATURE YEH WITH MEEM INITIAL FORM AL <initial> 064A 0645 
-# \xN 
-# \xFCDE ARABIC LIGATURE YEH WITH HEH INITIAL FORM AL <initial> 064A 0647 N
-# \x 
-# \xFCDF ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH MEEM MEDIAL FORM AL <medial
-# \x> 0626 0645 
-# \xFCE0 ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH HEH MEDIAL FORM AL <medial>
-# \x 0626 0647 
-# \xFCE1 ARABIC LIGATURE BEH WITH MEEM MEDIAL FORM AL <medial> 0628 0645 
-# \x 
-# \xFCE2 ARABIC LIGATURE BEH WITH HEH MEDIAL FORM AL <medial> 0628 0647 
-# \x 
-# \xFCE3 ARABIC LIGATURE TEH WITH MEEM MEDIAL FORM AL <medial> 062A 0645 
-# \x 
-# \xFCE4 ARABIC LIGATURE TEH WITH HEH MEDIAL FORM AL <medial> 062A 0647 
-# \x 
-# \xFCE5 ARABIC LIGATURE THEH WITH MEEM MEDIAL FORM AL <medial> 062B 0645 N
-# \x 
-# \xFCE6 ARABIC LIGATURE THEH WITH HEH MEDIAL FORM AL <medial> 062B 0647 
-# \x 
-# \xFCE7 ARABIC LIGATURE SEEN WITH MEEM MEDIAL FORM AL <medial> 0633 0645 N
-# \x 
-# \xFCE8 ARABIC LIGATURE SEEN WITH HEH MEDIAL FORM AL <medial> 0633 0647 
-# \x 
-# \xFCE9 ARABIC LIGATURE SHEEN WITH MEEM MEDIAL FORM AL <medial> 0634 0645 
-# \xN 
-# \xFCEA ARABIC LIGATURE SHEEN WITH HEH MEDIAL FORM AL <medial> 0634 0647 N
-# \x 
-# \xFCEB ARABIC LIGATURE KAF WITH LAM MEDIAL FORM AL <medial> 0643 0644 
-# \x 
-# \xFCEC ARABIC LIGATURE KAF WITH MEEM MEDIAL FORM AL <medial> 0643 0645 
-# \x 
-# \xFCED ARABIC LIGATURE LAM WITH MEEM MEDIAL FORM AL <medial> 0644 0645 
-# \x 
-# \xFCEE ARABIC LIGATURE NOON WITH MEEM MEDIAL FORM AL <medial> 0646 0645 N
-# \x 
-# \xFCEF ARABIC LIGATURE NOON WITH HEH MEDIAL FORM AL <medial> 0646 0647 
-# \x 
-# \xFCF0 ARABIC LIGATURE YEH WITH MEEM MEDIAL FORM AL <medial> 064A 0645 
-# \x 
-# \xFCF1 ARABIC LIGATURE YEH WITH HEH MEDIAL FORM AL <medial> 064A 0647 
-# \x 
-# \xFCF2 ARABIC LIGATURE SHADDA WITH FATHA MEDIAL FORM AL <medial> 0640 064E 0
-# \x651 
-# \xFCF3 ARABIC LIGATURE SHADDA WITH DAMMA MEDIAL FORM AL <medial> 0640 064F 0
-# \x651 
-# \xFCF4 ARABIC LIGATURE SHADDA WITH KASRA MEDIAL FORM AL <medial> 0640 0650 0
-# \x651 
-# \xFCF5 ARABIC LIGATURE TAH WITH ALEF MAKSURA ISOLATED FORM AL <isolated> 063
-# \x7 0649 
-# \xFCF6 ARABIC LIGATURE TAH WITH YEH ISOLATED FORM AL <isolated> 0637 064A 
-# \x 
-# \xFCF7 ARABIC LIGATURE AIN WITH ALEF MAKSURA ISOLATED FORM AL <isolated> 063
-# \x9 0649 
-# \xFCF8 ARABIC LIGATURE AIN WITH YEH ISOLATED FORM AL <isolated> 0639 064A 
-# \x 
-# \xFCF9 ARABIC LIGATURE GHAIN WITH ALEF MAKSURA ISOLATED FORM AL <isolated> 0
-# \x63A 0649 
-# \xFCFA ARABIC LIGATURE GHAIN WITH YEH ISOLATED FORM AL <isolated> 063A 064A 
-# \x 
-# \xFCFB ARABIC LIGATURE SEEN WITH ALEF MAKSURA ISOLATED FORM AL <isolated> 06
-# \x33 0649 
-# \xFCFC ARABIC LIGATURE SEEN WITH YEH ISOLATED FORM AL <isolated> 0633 064A 
-# \x 
-# \xFCFD ARABIC LIGATURE SHEEN WITH ALEF MAKSURA ISOLATED FORM AL <isolated> 0
-# \x634 0649 
-# \xFCFE ARABIC LIGATURE SHEEN WITH YEH ISOLATED FORM AL <isolated> 0634 064A 
-# \x 
-# \xFCFF ARABIC LIGATURE HAH WITH ALEF MAKSURA ISOLATED FORM AL <isolated> 062
-# \xD 0649 
-# \xFD00 ARABIC LIGATURE HAH WITH YEH ISOLATED FORM AL <isolated> 062D 064A 
-# \x 
-# \xFD01 ARABIC LIGATURE JEEM WITH ALEF MAKSURA ISOLATED FORM AL <isolated> 06
-# \x2C 0649 
-# \xFD02 ARABIC LIGATURE JEEM WITH YEH ISOLATED FORM AL <isolated> 062C 064A 
-# \x 
-# \xFD03 ARABIC LIGATURE KHAH WITH ALEF MAKSURA ISOLATED FORM AL <isolated> 06
-# \x2E 0649 
-# \xFD04 ARABIC LIGATURE KHAH WITH YEH ISOLATED FORM AL <isolated> 062E 064A 
-# \x 
-# \xFD05 ARABIC LIGATURE SAD WITH ALEF MAKSURA ISOLATED FORM AL <isolated> 063
-# \x5 0649 
-# \xFD06 ARABIC LIGATURE SAD WITH YEH ISOLATED FORM AL <isolated> 0635 064A 
-# \x 
-# \xFD07 ARABIC LIGATURE DAD WITH ALEF MAKSURA ISOLATED FORM AL <isolated> 063
-# \x6 0649 
-# \xFD08 ARABIC LIGATURE DAD WITH YEH ISOLATED FORM AL <isolated> 0636 064A 
-# \x 
-# \xFD09 ARABIC LIGATURE SHEEN WITH JEEM ISOLATED FORM AL <isolated> 0634 062C
-# \x 
-# \xFD0A ARABIC LIGATURE SHEEN WITH HAH ISOLATED FORM AL <isolated> 0634 062D 
-# \x 
-# \xFD0B ARABIC LIGATURE SHEEN WITH KHAH ISOLATED FORM AL <isolated> 0634 062E
-# \x 
-# \xFD0C ARABIC LIGATURE SHEEN WITH MEEM ISOLATED FORM AL <isolated> 0634 0645
-# \x 
-# \xFD0D ARABIC LIGATURE SHEEN WITH REH ISOLATED FORM AL <isolated> 0634 0631 
-# \x 
-# \xFD0E ARABIC LIGATURE SEEN WITH REH ISOLATED FORM AL <isolated> 0633 0631 
-# \x 
-# \xFD0F ARABIC LIGATURE SAD WITH REH ISOLATED FORM AL <isolated> 0635 0631 
-# \x 
-# \xFD10 ARABIC LIGATURE DAD WITH REH ISOLATED FORM AL <isolated> 0636 0631 
-# \x 
-# \xFD11 ARABIC LIGATURE TAH WITH ALEF MAKSURA FINAL FORM AL <final> 0637 0649
-# \x 
-# \xFD12 ARABIC LIGATURE TAH WITH YEH FINAL FORM AL <final> 0637 064A 
-# \x 
-# \xFD13 ARABIC LIGATURE AIN WITH ALEF MAKSURA FINAL FORM AL <final> 0639 0649
-# \x 
-# \xFD14 ARABIC LIGATURE AIN WITH YEH FINAL FORM AL <final> 0639 064A 
-# \x 
-# \xFD15 ARABIC LIGATURE GHAIN WITH ALEF MAKSURA FINAL FORM AL <final> 063A 06
-# \x49 
-# \xFD16 ARABIC LIGATURE GHAIN WITH YEH FINAL FORM AL <final> 063A 064A 
-# \x 
-# \xFD17 ARABIC LIGATURE SEEN WITH ALEF MAKSURA FINAL FORM AL <final> 0633 064
-# \x9 
-# \xFD18 ARABIC LIGATURE SEEN WITH YEH FINAL FORM AL <final> 0633 064A 
-# \x 
-# \xFD19 ARABIC LIGATURE SHEEN WITH ALEF MAKSURA FINAL FORM AL <final> 0634 06
-# \x49 
-# \xFD1A ARABIC LIGATURE SHEEN WITH YEH FINAL FORM AL <final> 0634 064A 
-# \x 
-# \xFD1B ARABIC LIGATURE HAH WITH ALEF MAKSURA FINAL FORM AL <final> 062D 0649
-# \x 
-# \xFD1C ARABIC LIGATURE HAH WITH YEH FINAL FORM AL <final> 062D 064A 
-# \x 
-# \xFD1D ARABIC LIGATURE JEEM WITH ALEF MAKSURA FINAL FORM AL <final> 062C 064
-# \x9 
-# \xFD1E ARABIC LIGATURE JEEM WITH YEH FINAL FORM AL <final> 062C 064A 
-# \x 
-# \xFD1F ARABIC LIGATURE KHAH WITH ALEF MAKSURA FINAL FORM AL <final> 062E 064
-# \x9 
-# \xFD20 ARABIC LIGATURE KHAH WITH YEH FINAL FORM AL <final> 062E 064A 
-# \x 
-# \xFD21 ARABIC LIGATURE SAD WITH ALEF MAKSURA FINAL FORM AL <final> 0635 0649
-# \x 
-# \xFD22 ARABIC LIGATURE SAD WITH YEH FINAL FORM AL <final> 0635 064A 
-# \x 
-# \xFD23 ARABIC LIGATURE DAD WITH ALEF MAKSURA FINAL FORM AL <final> 0636 0649
-# \x 
-# \xFD24 ARABIC LIGATURE DAD WITH YEH FINAL FORM AL <final> 0636 064A 
-# \x 
-# \xFD25 ARABIC LIGATURE SHEEN WITH JEEM FINAL FORM AL <final> 0634 062C 
-# \x 
-# \xFD26 ARABIC LIGATURE SHEEN WITH HAH FINAL FORM AL <final> 0634 062D 
-# \x 
-# \xFD27 ARABIC LIGATURE SHEEN WITH KHAH FINAL FORM AL <final> 0634 062E 
-# \x 
-# \xFD28 ARABIC LIGATURE SHEEN WITH MEEM FINAL FORM AL <final> 0634 0645 
-# \x 
-# \xFD29 ARABIC LIGATURE SHEEN WITH REH FINAL FORM AL <final> 0634 0631 
-# \x 
-# \xFD2A ARABIC LIGATURE SEEN WITH REH FINAL FORM AL <final> 0633 0631 
-# \x 
-# \xFD2B ARABIC LIGATURE SAD WITH REH FINAL FORM AL <final> 0635 0631 
-# \x 
-# \xFD2C ARABIC LIGATURE DAD WITH REH FINAL FORM AL <final> 0636 0631 
-# \x 
-# \xFD2D ARABIC LIGATURE SHEEN WITH JEEM INITIAL FORM AL <initial> 0634 062C 
-# \x 
-# \xFD2E ARABIC LIGATURE SHEEN WITH HAH INITIAL FORM AL <initial> 0634 062D 
-# \x 
-# \xFD2F ARABIC LIGATURE SHEEN WITH KHAH INITIAL FORM AL <initial> 0634 062E 
-# \x 
-# \xFD30 ARABIC LIGATURE SHEEN WITH MEEM INITIAL FORM AL <initial> 0634 0645 
-# \x 
-# \xFD31 ARABIC LIGATURE SEEN WITH HEH INITIAL FORM AL <initial> 0633 0647 
-# \xN 
-# \xFD32 ARABIC LIGATURE SHEEN WITH HEH INITIAL FORM AL <initial> 0634 0647 
-# \x 
-# \xFD33 ARABIC LIGATURE TAH WITH MEEM INITIAL FORM AL <initial> 0637 0645 
-# \xN 
-# \xFD34 ARABIC LIGATURE SEEN WITH JEEM MEDIAL FORM AL <medial> 0633 062C N
-# \x 
-# \xFD35 ARABIC LIGATURE SEEN WITH HAH MEDIAL FORM AL <medial> 0633 062D 
-# \x 
-# \xFD36 ARABIC LIGATURE SEEN WITH KHAH MEDIAL FORM AL <medial> 0633 062E N
-# \x 
-# \xFD37 ARABIC LIGATURE SHEEN WITH JEEM MEDIAL FORM AL <medial> 0634 062C 
-# \xN 
-# \xFD38 ARABIC LIGATURE SHEEN WITH HAH MEDIAL FORM AL <medial> 0634 062D N
-# \x 
-# \xFD39 ARABIC LIGATURE SHEEN WITH KHAH MEDIAL FORM AL <medial> 0634 062E 
-# \xN 
-# \xFD3A ARABIC LIGATURE TAH WITH MEEM MEDIAL FORM AL <medial> 0637 0645 
-# \x 
-# \xFD3B ARABIC LIGATURE ZAH WITH MEEM MEDIAL FORM AL <medial> 0638 0645 
-# \x 
-# \xFD3C ARABIC LIGATURE ALEF WITH FATHATAN FINAL FORM AL <final> 0627 064B 
-# \x 
-# \xFD3D ARABIC LIGATURE ALEF WITH FATHATAN ISOLATED FORM AL <isolated> 0627 0
-# \x64B 
-# \xFD3E ORNATE LEFT PARENTHESIS 
-# \xFD3F ORNATE RIGHT PARENTHESIS Pe 
-# \xFD50 ARABIC LIGATURE TEH WITH JEEM WITH MEEM INITIAL FORM AL <initial> 062
-# \xA 062C 0645 
-# \xFD51 ARABIC LIGATURE TEH WITH HAH WITH JEEM FINAL FORM AL <final> 062A 062
-# \xD 062C 
-# \xFD52 ARABIC LIGATURE TEH WITH HAH WITH JEEM INITIAL FORM AL <initial> 062A
-# \x 062D 062C 
-# \xFD53 ARABIC LIGATURE TEH WITH HAH WITH MEEM INITIAL FORM AL <initial> 062A
-# \x 062D 0645 
-# \xFD54 ARABIC LIGATURE TEH WITH KHAH WITH MEEM INITIAL FORM AL <initial> 062
-# \xA 062E 0645 
-# \xFD55 ARABIC LIGATURE TEH WITH MEEM WITH JEEM INITIAL FORM AL <initial> 062
-# \xA 0645 062C 
-# \xFD56 ARABIC LIGATURE TEH WITH MEEM WITH HAH INITIAL FORM AL <initial> 062A
-# \x 0645 062D 
-# \xFD57 ARABIC LIGATURE TEH WITH MEEM WITH KHAH INITIAL FORM AL <initial> 062
-# \xA 0645 062E 
-# \xFD58 ARABIC LIGATURE JEEM WITH MEEM WITH HAH FINAL FORM AL <final> 062C 06
-# \x45 062D 
-# \xFD59 ARABIC LIGATURE JEEM WITH MEEM WITH HAH INITIAL FORM AL <initial> 062
-# \xC 0645 062D 
-# \xFD5A ARABIC LIGATURE HAH WITH MEEM WITH YEH FINAL FORM AL <final> 062D 064
-# \x5 064A 
-# \xFD5B ARABIC LIGATURE HAH WITH MEEM WITH ALEF MAKSURA FINAL FORM AL <final>
-# \x 062D 0645 0649 
-# \xFD5C ARABIC LIGATURE SEEN WITH HAH WITH JEEM INITIAL FORM AL <initial> 063
-# \x3 062D 062C 
-# \xFD5D ARABIC LIGATURE SEEN WITH JEEM WITH HAH INITIAL FORM AL <initial> 063
-# \x3 062C 062D 
-# \xFD5E ARABIC LIGATURE SEEN WITH JEEM WITH ALEF MAKSURA FINAL FORM AL <final
-# \x> 0633 062C 0649 
-# \xFD5F ARABIC LIGATURE SEEN WITH MEEM WITH HAH FINAL FORM AL <final> 0633 06
-# \x45 062D 
-# \xFD60 ARABIC LIGATURE SEEN WITH MEEM WITH HAH INITIAL FORM AL <initial> 063
-# \x3 0645 062D 
-# \xFD61 ARABIC LIGATURE SEEN WITH MEEM WITH JEEM INITIAL FORM AL <initial> 06
-# \x33 0645 062C 
-# \xFD62 ARABIC LIGATURE SEEN WITH MEEM WITH MEEM FINAL FORM AL <final> 0633 0
-# \x645 0645 
-# \xFD63 ARABIC LIGATURE SEEN WITH MEEM WITH MEEM INITIAL FORM AL <initial> 06
-# \x33 0645 0645 
-# \xFD64 ARABIC LIGATURE SAD WITH HAH WITH HAH FINAL FORM AL <final> 0635 062D
-# \x 062D 
-# \xFD65 ARABIC LIGATURE SAD WITH HAH WITH HAH INITIAL FORM AL <initial> 0635 
-# \x062D 062D 
-# \xFD66 ARABIC LIGATURE SAD WITH MEEM WITH MEEM FINAL FORM AL <final> 0635 06
-# \x45 0645 
-# \xFD67 ARABIC LIGATURE SHEEN WITH HAH WITH MEEM FINAL FORM AL <final> 0634 0
-# \x62D 0645 
-# \xFD68 ARABIC LIGATURE SHEEN WITH HAH WITH MEEM INITIAL FORM AL <initial> 06
-# \x34 062D 0645 
-# \xFD69 ARABIC LIGATURE SHEEN WITH JEEM WITH YEH FINAL FORM AL <final> 0634 0
-# \x62C 064A 
-# \xFD6A ARABIC LIGATURE SHEEN WITH MEEM WITH KHAH FINAL FORM AL <final> 0634 
-# \x0645 062E 
-# \xFD6B ARABIC LIGATURE SHEEN WITH MEEM WITH KHAH INITIAL FORM AL <initial> 0
-# \x634 0645 062E 
-# \xFD6C ARABIC LIGATURE SHEEN WITH MEEM WITH MEEM FINAL FORM AL <final> 0634 
-# \x0645 0645 
-# \xFD6D ARABIC LIGATURE SHEEN WITH MEEM WITH MEEM INITIAL FORM AL <initial> 0
-# \x634 0645 0645 
-# \xFD6E ARABIC LIGATURE DAD WITH HAH WITH ALEF MAKSURA FINAL FORM AL <final> 
-# \x0636 062D 0649 
-# \xFD6F ARABIC LIGATURE DAD WITH KHAH WITH MEEM FINAL FORM AL <final> 0636 06
-# \x2E 0645 
-# \xFD70 ARABIC LIGATURE DAD WITH KHAH WITH MEEM INITIAL FORM AL <initial> 063
-# \x6 062E 0645 
-# \xFD71 ARABIC LIGATURE TAH WITH MEEM WITH HAH FINAL FORM AL <final> 0637 064
-# \x5 062D 
-# \xFD72 ARABIC LIGATURE TAH WITH MEEM WITH HAH INITIAL FORM AL <initial> 0637
-# \x 0645 062D 
-# \xFD73 ARABIC LIGATURE TAH WITH MEEM WITH MEEM INITIAL FORM AL <initial> 063
-# \x7 0645 0645 
-# \xFD74 ARABIC LIGATURE TAH WITH MEEM WITH YEH FINAL FORM AL <final> 0637 064
-# \x5 064A 
-# \xFD75 ARABIC LIGATURE AIN WITH JEEM WITH MEEM FINAL FORM AL <final> 0639 06
-# \x2C 0645 
-# \xFD76 ARABIC LIGATURE AIN WITH MEEM WITH MEEM FINAL FORM AL <final> 0639 06
-# \x45 0645 
-# \xFD77 ARABIC LIGATURE AIN WITH MEEM WITH MEEM INITIAL FORM AL <initial> 063
-# \x9 0645 0645 
-# \xFD78 ARABIC LIGATURE AIN WITH MEEM WITH ALEF MAKSURA FINAL FORM AL <final>
-# \x 0639 0645 0649 
-# \xFD79 ARABIC LIGATURE GHAIN WITH MEEM WITH MEEM FINAL FORM AL <final> 063A 
-# \x0645 0645 
-# \xFD7A ARABIC LIGATURE GHAIN WITH MEEM WITH YEH FINAL FORM AL <final> 063A 0
-# \x645 064A 
-# \xFD7B ARABIC LIGATURE GHAIN WITH MEEM WITH ALEF MAKSURA FINAL FORM AL <fina
-# \xl> 063A 0645 0649 
-# \xFD7C ARABIC LIGATURE FEH WITH KHAH WITH MEEM FINAL FORM AL <final> 0641 06
-# \x2E 0645 
-# \xFD7D ARABIC LIGATURE FEH WITH KHAH WITH MEEM INITIAL FORM AL <initial> 064
-# \x1 062E 0645 
-# \xFD7E ARABIC LIGATURE QAF WITH MEEM WITH HAH FINAL FORM AL <final> 0642 064
-# \x5 062D 
-# \xFD7F ARABIC LIGATURE QAF WITH MEEM WITH MEEM FINAL FORM AL <final> 0642 06
-# \x45 0645 
-# \xFD80 ARABIC LIGATURE LAM WITH HAH WITH MEEM FINAL FORM AL <final> 0644 062
-# \xD 0645 
-# \xFD81 ARABIC LIGATURE LAM WITH HAH WITH YEH FINAL FORM AL <final> 0644 062D
-# \x 064A 
-# \xFD82 ARABIC LIGATURE LAM WITH HAH WITH ALEF MAKSURA FINAL FORM AL <final> 
-# \x0644 062D 0649 
-# \xFD83 ARABIC LIGATURE LAM WITH JEEM WITH JEEM INITIAL FORM AL <initial> 064
-# \x4 062C 062C 
-# \xFD84 ARABIC LIGATURE LAM WITH JEEM WITH JEEM FINAL FORM AL <final> 0644 06
-# \x2C 062C 
-# \xFD85 ARABIC LIGATURE LAM WITH KHAH WITH MEEM FINAL FORM AL <final> 0644 06
-# \x2E 0645 
-# \xFD86 ARABIC LIGATURE LAM WITH KHAH WITH MEEM INITIAL FORM AL <initial> 064
-# \x4 062E 0645 
-# \xFD87 ARABIC LIGATURE LAM WITH MEEM WITH HAH FINAL FORM AL <final> 0644 064
-# \x5 062D 
-# \xFD88 ARABIC LIGATURE LAM WITH MEEM WITH HAH INITIAL FORM AL <initial> 0644
-# \x 0645 062D 
-# \xFD89 ARABIC LIGATURE MEEM WITH HAH WITH JEEM INITIAL FORM AL <initial> 064
-# \x5 062D 062C 
-# \xFD8A ARABIC LIGATURE MEEM WITH HAH WITH MEEM INITIAL FORM AL <initial> 064
-# \x5 062D 0645 
-# \xFD8B ARABIC LIGATURE MEEM WITH HAH WITH YEH FINAL FORM AL <final> 0645 062
-# \xD 064A 
-# \xFD8C ARABIC LIGATURE MEEM WITH JEEM WITH HAH INITIAL FORM AL <initial> 064
-# \x5 062C 062D 
-# \xFD8D ARABIC LIGATURE MEEM WITH JEEM WITH MEEM INITIAL FORM AL <initial> 06
-# \x45 062C 0645 
-# \xFD8E ARABIC LIGATURE MEEM WITH KHAH WITH JEEM INITIAL FORM AL <initial> 06
-# \x45 062E 062C 
-# \xFD8F ARABIC LIGATURE MEEM WITH KHAH WITH MEEM INITIAL FORM AL <initial> 06
-# \x45 062E 0645 
-# \xFD92 ARABIC LIGATURE MEEM WITH JEEM WITH KHAH INITIAL FORM AL <initial> 06
-# \x45 062C 062E 
-# \xFD93 ARABIC LIGATURE HEH WITH MEEM WITH JEEM INITIAL FORM AL <initial> 064
-# \x7 0645 062C 
-# \xFD94 ARABIC LIGATURE HEH WITH MEEM WITH MEEM INITIAL FORM AL <initial> 064
-# \x7 0645 0645 
-# \xFD95 ARABIC LIGATURE NOON WITH HAH WITH MEEM INITIAL FORM AL <initial> 064
-# \x6 062D 0645 
-# \xFD96 ARABIC LIGATURE NOON WITH HAH WITH ALEF MAKSURA FINAL FORM AL <final>
-# \x 0646 062D 0649 
-# \xFD97 ARABIC LIGATURE NOON WITH JEEM WITH MEEM FINAL FORM AL <final> 0646 0
-# \x62C 0645 
-# \xFD98 ARABIC LIGATURE NOON WITH JEEM WITH MEEM INITIAL FORM AL <initial> 06
-# \x46 062C 0645 
-# \xFD99 ARABIC LIGATURE NOON WITH JEEM WITH ALEF MAKSURA FINAL FORM AL <final
-# \x> 0646 062C 0649 
-# \xFD9A ARABIC LIGATURE NOON WITH MEEM WITH YEH FINAL FORM AL <final> 0646 06
-# \x45 064A 
-# \xFD9B ARABIC LIGATURE NOON WITH MEEM WITH ALEF MAKSURA FINAL FORM AL <final
-# \x> 0646 0645 0649 
-# \xFD9C ARABIC LIGATURE YEH WITH MEEM WITH MEEM FINAL FORM AL <final> 064A 06
-# \x45 0645 
-# \xFD9D ARABIC LIGATURE YEH WITH MEEM WITH MEEM INITIAL FORM AL <initial> 064
-# \xA 0645 0645 
-# \xFD9E ARABIC LIGATURE BEH WITH KHAH WITH YEH FINAL FORM AL <final> 0628 062
-# \xE 064A 
-# \xFD9F ARABIC LIGATURE TEH WITH JEEM WITH YEH FINAL FORM AL <final> 062A 062
-# \xC 064A 
-# \xFDA0 ARABIC LIGATURE TEH WITH JEEM WITH ALEF MAKSURA FINAL FORM AL <final>
-# \x 062A 062C 0649 
-# \xFDA1 ARABIC LIGATURE TEH WITH KHAH WITH YEH FINAL FORM AL <final> 062A 062
-# \xE 064A 
-# \xFDA2 ARABIC LIGATURE TEH WITH KHAH WITH ALEF MAKSURA FINAL FORM AL <final>
-# \x 062A 062E 0649 
-# \xFDA3 ARABIC LIGATURE TEH WITH MEEM WITH YEH FINAL FORM AL <final> 062A 064
-# \x5 064A 
-# \xFDA4 ARABIC LIGATURE TEH WITH MEEM WITH ALEF MAKSURA FINAL FORM AL <final>
-# \x 062A 0645 0649 
-# \xFDA5 ARABIC LIGATURE JEEM WITH MEEM WITH YEH FINAL FORM AL <final> 062C 06
-# \x45 064A 
-# \xFDA6 ARABIC LIGATURE JEEM WITH HAH WITH ALEF MAKSURA FINAL FORM AL <final>
-# \x 062C 062D 0649 
-# \xFDA7 ARABIC LIGATURE JEEM WITH MEEM WITH ALEF MAKSURA FINAL FORM AL <final
-# \x> 062C 0645 0649 
-# \xFDA8 ARABIC LIGATURE SEEN WITH KHAH WITH ALEF MAKSURA FINAL FORM AL <final
-# \x> 0633 062E 0649 
-# \xFDA9 ARABIC LIGATURE SAD WITH HAH WITH YEH FINAL FORM AL <final> 0635 062D
-# \x 064A 
-# \xFDAA ARABIC LIGATURE SHEEN WITH HAH WITH YEH FINAL FORM AL <final> 0634 06
-# \x2D 064A 
-# \xFDAB ARABIC LIGATURE DAD WITH HAH WITH YEH FINAL FORM AL <final> 0636 062D
-# \x 064A 
-# \xFDAC ARABIC LIGATURE LAM WITH JEEM WITH YEH FINAL FORM AL <final> 0644 062
-# \xC 064A 
-# \xFDAD ARABIC LIGATURE LAM WITH MEEM WITH YEH FINAL FORM AL <final> 0644 064
-# \x5 064A 
-# \xFDAE ARABIC LIGATURE YEH WITH HAH WITH YEH FINAL FORM AL <final> 064A 062D
-# \x 064A 
-# \xFDAF ARABIC LIGATURE YEH WITH JEEM WITH YEH FINAL FORM AL <final> 064A 062
-# \xC 064A 
-# \xFDB0 ARABIC LIGATURE YEH WITH MEEM WITH YEH FINAL FORM AL <final> 064A 064
-# \x5 064A 
-# \xFDB1 ARABIC LIGATURE MEEM WITH MEEM WITH YEH FINAL FORM AL <final> 0645 06
-# \x45 064A 
-# \xFDB2 ARABIC LIGATURE QAF WITH MEEM WITH YEH FINAL FORM AL <final> 0642 064
-# \x5 064A 
-# \xFDB3 ARABIC LIGATURE NOON WITH HAH WITH YEH FINAL FORM AL <final> 0646 062
-# \xD 064A 
-# \xFDB4 ARABIC LIGATURE QAF WITH MEEM WITH HAH INITIAL FORM AL <initial> 0642
-# \x 0645 062D 
-# \xFDB5 ARABIC LIGATURE LAM WITH HAH WITH MEEM INITIAL FORM AL <initial> 0644
-# \x 062D 0645 
-# \xFDB6 ARABIC LIGATURE AIN WITH MEEM WITH YEH FINAL FORM AL <final> 0639 064
-# \x5 064A 
-# \xFDB7 ARABIC LIGATURE KAF WITH MEEM WITH YEH FINAL FORM AL <final> 0643 064
-# \x5 064A 
-# \xFDB8 ARABIC LIGATURE NOON WITH JEEM WITH HAH INITIAL FORM AL <initial> 064
-# \x6 062C 062D 
-# \xFDB9 ARABIC LIGATURE MEEM WITH KHAH WITH YEH FINAL FORM AL <final> 0645 06
-# \x2E 064A 
-# \xFDBA ARABIC LIGATURE LAM WITH JEEM WITH MEEM INITIAL FORM AL <initial> 064
-# \x4 062C 0645 
-# \xFDBB ARABIC LIGATURE KAF WITH MEEM WITH MEEM FINAL FORM AL <final> 0643 06
-# \x45 0645 
-# \xFDBC ARABIC LIGATURE LAM WITH JEEM WITH MEEM FINAL FORM AL <final> 0644 06
-# \x2C 0645 
-# \xFDBD ARABIC LIGATURE NOON WITH JEEM WITH HAH FINAL FORM AL <final> 0646 06
-# \x2C 062D 
-# \xFDBE ARABIC LIGATURE JEEM WITH HAH WITH YEH FINAL FORM AL <final> 062C 062
-# \xD 064A 
-# \xFDBF ARABIC LIGATURE HAH WITH JEEM WITH YEH FINAL FORM AL <final> 062D 062
-# \xC 064A 
-# \xFDC0 ARABIC LIGATURE MEEM WITH JEEM WITH YEH FINAL FORM AL <final> 0645 06
-# \x2C 064A 
-# \xFDC1 ARABIC LIGATURE FEH WITH MEEM WITH YEH FINAL FORM AL <final> 0641 064
-# \x5 064A 
-# \xFDC2 ARABIC LIGATURE BEH WITH HAH WITH YEH FINAL FORM AL <final> 0628 062D
-# \x 064A 
-# \xFDC3 ARABIC LIGATURE KAF WITH MEEM WITH MEEM INITIAL FORM AL <initial> 064
-# \x3 0645 0645 
-# \xFDC4 ARABIC LIGATURE AIN WITH JEEM WITH MEEM INITIAL FORM AL <initial> 063
-# \x9 062C 0645 
-# \xFDC5 ARABIC LIGATURE SAD WITH MEEM WITH MEEM INITIAL FORM AL <initial> 063
-# \x5 0645 0645 
-# \xFDC6 ARABIC LIGATURE SEEN WITH KHAH WITH YEH FINAL FORM AL <final> 0633 06
-# \x2E 064A 
-# \xFDC7 ARABIC LIGATURE NOON WITH JEEM WITH YEH FINAL FORM AL <final> 0646 06
-# \x2C 064A 
-# \xFDF0 ARABIC LIGATURE SALLA USED AS KORANIC STOP SIGN ISOLATED FORM AL <iso
-# \xlated> 0635 0644 06D2 
-# \xFDF1 ARABIC LIGATURE QALA USED AS KORANIC STOP SIGN ISOLATED FORM AL <isol
-# \xated> 0642 0644 06D2 
-# \xFDF2 ARABIC LIGATURE ALLAH ISOLATED FORM AL <isolated> 0627 0644 0644 0647
-# \x 
-# \xFDF3 ARABIC LIGATURE AKBAR ISOLATED FORM AL <isolated> 0627 0643 0628 0631
-# \x 
-# \xFDF4 ARABIC LIGATURE MOHAMMAD ISOLATED FORM AL <isolated> 0645 062D 0645 0
-# \x62F 
-# \xFDF5 ARABIC LIGATURE SALAM ISOLATED FORM AL <isolated> 0635 0644 0639 0645
-# \x 
-# \xFDF6 ARABIC LIGATURE RASOUL ISOLATED FORM AL <isolated> 0631 0633 0648 064
-# \x4 
-# \xFDF7 ARABIC LIGATURE ALAYHE ISOLATED FORM AL <isolated> 0639 0644 064A 064
-# \x7 
-# \xFDF8 ARABIC LIGATURE WASALLAM ISOLATED FORM AL <isolated> 0648 0633 0644 0
-# \x645 
-# \xFDF9 ARABIC LIGATURE SALLA ISOLATED FORM AL <isolated> 0635 0644 0649 N
-# \x 
-# \xFDFA ARABIC LIGATURE SALLALLAHOU ALAYHE WASALLAM AL <isolated> 0635 0644 0
-# \x649 0020 0627 0644 0644 0647 0020 0639 0644 064A 0647 0020 0648 0633 0644 0645 
-# \x ARABIC LETTER SALLALLAHOU ALAYHE WASALLAM 
-# \xFDFB ARABIC LIGATURE JALLAJALALOUHOU AL <isolated> 062C 0644 0020 062C 064
-# \x4 0627 0644 0647 ARABIC LETTER JALLAJALALOUHOU 
-# \xFDFC RIAL SIGN Sc AL <isolated> 0631 06CC 0627 0644 
-# \xFDFD ARABIC LIGATURE BISMILLAH AR-RAHMAN AR-RAHEEM 
-# \xFE00 VARIATION SELECTOR-1 
-# \xFE01 VARIATION SELECTOR-2 
-# \xFE02 VARIATION SELECTOR-3 
-# \xFE03 VARIATION SELECTOR-4 
-# \xFE04 VARIATION SELECTOR-5 
-# \xFE05 VARIATION SELECTOR-6 
-# \xFE06 VARIATION SELECTOR-7 
-# \xFE07 VARIATION SELECTOR-8 
-# \xFE08 VARIATION SELECTOR-9 
-# \xFE09 VARIATION SELECTOR-10 
-# \xFE0A VARIATION SELECTOR-11 
-# \xFE0B VARIATION SELECTOR-12 
-# \xFE0C VARIATION SELECTOR-13 
-# \xFE0D VARIATION SELECTOR-14 
-# \xFE0E VARIATION SELECTOR-15 
-# \xFE0F VARIATION SELECTOR-16 
-# \xFE20 COMBINING LIGATURE LEFT HALF 230 
-# \xFE21 COMBINING LIGATURE RIGHT HALF 230 
-# \xFE22 COMBINING DOUBLE TILDE LEFT HALF 230 
-# \xFE23 COMBINING DOUBLE TILDE RIGHT HALF 230 
-# \xFE30 PRESENTATION FORM FOR VERTICAL TWO DOT LEADER <vertical> 2025 N
-# \x GLYPH FOR VERTICAL TWO DOT LEADER 
-# \xFE31 PRESENTATION FORM FOR VERTICAL EM DASH <vertical> 2014 GLYPH 
-# \xFOR VERTICAL EM DASH 
-# \xFE32 PRESENTATION FORM FOR VERTICAL EN DASH <vertical> 2013 GLYPH 
-# \xFOR VERTICAL EN DASH 
-# \xFE33 PRESENTATION FORM FOR VERTICAL LOW LINE Pc <vertical> 005F GLYPH
-# \x FOR VERTICAL SPACING UNDERSCORE 
-# \xFE34 PRESENTATION FORM FOR VERTICAL WAVY LOW LINE Pc <vertical> 005F 
-# \xGLYPH FOR VERTICAL SPACING WAVY UNDERSCORE 
-# \xFE35 PRESENTATION FORM FOR VERTICAL LEFT PARENTHESIS Ps <vertical> 0028 
-# \x GLYPH FOR VERTICAL OPENING PARENTHESIS 
-# \xFE36 PRESENTATION FORM FOR VERTICAL RIGHT PARENTHESIS Pe <vertical> 0029 
-# \x GLYPH FOR VERTICAL CLOSING PARENTHESIS 
-# \xFE37 PRESENTATION FORM FOR VERTICAL LEFT CURLY BRACKET Ps <vertical> 007B 
-# \x GLYPH FOR VERTICAL OPENING CURLY BRACKET 
-# \xFE38 PRESENTATION FORM FOR VERTICAL RIGHT CURLY BRACKET Pe <vertical> 007D
-# \x GLYPH FOR VERTICAL CLOSING CURLY BRACKET 
-# \xFE39 PRESENTATION FORM FOR VERTICAL LEFT TORTOISE SHELL BRACKET Ps <vertic
-# \xal> 3014 GLYPH FOR VERTICAL OPENING TORTOISE SHELL BRACKET 
-# \xFE3A PRESENTATION FORM FOR VERTICAL RIGHT TORTOISE SHELL BRACKET Pe <verti
-# \xcal> 3015 GLYPH FOR VERTICAL CLOSING TORTOISE SHELL BRACKET 
-# \xFE3B PRESENTATION FORM FOR VERTICAL LEFT BLACK LENTICULAR BRACKET Ps <vert
-# \xical> 3010 GLYPH FOR VERTICAL OPENING BLACK LENTICULAR BRACKET 
-# \xFE3C PRESENTATION FORM FOR VERTICAL RIGHT BLACK LENTICULAR BRACKET Pe <ver
-# \xtical> 3011 GLYPH FOR VERTICAL CLOSING BLACK LENTICULAR BRACKET 
-# \xFE3D PRESENTATION FORM FOR VERTICAL LEFT DOUBLE ANGLE BRACKET Ps <vertical
-# \x> 300A GLYPH FOR VERTICAL OPENING DOUBLE ANGLE BRACKET 
-# \xFE3E PRESENTATION FORM FOR VERTICAL RIGHT DOUBLE ANGLE BRACKET Pe <vertica
-# \xl> 300B GLYPH FOR VERTICAL CLOSING DOUBLE ANGLE BRACKET 
-# \xFE3F PRESENTATION FORM FOR VERTICAL LEFT ANGLE BRACKET Ps <vertical> 3008 
-# \x GLYPH FOR VERTICAL OPENING ANGLE BRACKET 
-# \xFE40 PRESENTATION FORM FOR VERTICAL RIGHT ANGLE BRACKET Pe <vertical> 3009
-# \x GLYPH FOR VERTICAL CLOSING ANGLE BRACKET 
-# \xFE41 PRESENTATION FORM FOR VERTICAL LEFT CORNER BRACKET Ps <vertical> 300C
-# \x GLYPH FOR VERTICAL OPENING CORNER BRACKET 
-# \xFE42 PRESENTATION FORM FOR VERTICAL RIGHT CORNER BRACKET Pe <vertical> 300
-# \xD GLYPH FOR VERTICAL CLOSING CORNER BRACKET 
-# \xFE43 PRESENTATION FORM FOR VERTICAL LEFT WHITE CORNER BRACKET Ps <vertical
-# \x> 300E GLYPH FOR VERTICAL OPENING WHITE CORNER BRACKET 
-# \xFE44 PRESENTATION FORM FOR VERTICAL RIGHT WHITE CORNER BRACKET Pe <vertica
-# \xl> 300F GLYPH FOR VERTICAL CLOSING WHITE CORNER BRACKET 
-# \xFE45 SESAME DOT 
-# \xFE46 WHITE SESAME DOT 
-# \xFE47 PRESENTATION FORM FOR VERTICAL LEFT SQUARE BRACKET Ps <vertical> 005B
-# \x 
-# \xFE48 PRESENTATION FORM FOR VERTICAL RIGHT SQUARE BRACKET Pe <vertical> 005
-# \xD 
-# \xFE49 DASHED OVERLINE 203E SPACING DASHED OVERSCORE 
-# \xFE4A CENTRELINE OVERLINE 203E SPACING CENTERLINE OVERSCOR
-# \xE 
-# \xFE4B WAVY OVERLINE 203E SPACING WAVY OVERSCORE 
-# \xFE4C DOUBLE WAVY OVERLINE 203E SPACING DOUBLE WAVY OVERSC
-# \xORE 
-# \xFE4D DASHED LOW LINE Pc 005F SPACING DASHED UNDERSCORE 
-# \xFE4E CENTRELINE LOW LINE Pc 005F SPACING CENTERLINE UNDERSCO
-# \xRE 
-# \xFE4F WAVY LOW LINE Pc 005F SPACING WAVY UNDERSCORE 
-# \xFE50 SMALL COMMA CS <small> 002C 
-# \xFE51 SMALL IDEOGRAPHIC COMMA <small> 3001 
-# \xFE52 SMALL FULL STOP CS <small> 002E SMALL PERIOD 
-# \xFE54 SMALL SEMICOLON <small> 003B 
-# \xFE55 SMALL COLON CS <small> 003A 
-# \xFE56 SMALL QUESTION MARK <small> 003F 
-# \xFE57 SMALL EXCLAMATION MARK <small> 0021 
-# \xFE58 SMALL EM DASH <small> 2014 
-# \xFE59 SMALL LEFT PARENTHESIS Ps <small> 0028 SMALL OPENING PARENTHESIS
-# \x 
-# \xFE5A SMALL RIGHT PARENTHESIS Pe <small> 0029 SMALL CLOSING PARENTHESI
-# \xS 
-# \xFE5B SMALL LEFT CURLY BRACKET Ps <small> 007B SMALL OPENING CURLY BRA
-# \xCKET 
-# \xFE5C SMALL RIGHT CURLY BRACKET Pe <small> 007D SMALL CLOSING CURLY BR
-# \xACKET 
-# \xFE5D SMALL LEFT TORTOISE SHELL BRACKET Ps <small> 3014 SMALL OPENING 
-# \xTORTOISE SHELL BRACKET 
-# \xFE5E SMALL RIGHT TORTOISE SHELL BRACKET Pe <small> 3015 SMALL CLOSING
-# \x TORTOISE SHELL BRACKET 
-# \xFE5F SMALL NUMBER SIGN <small> 0023 
-# \xFE60 SMALL AMPERSAND <small> 0026 
-# \xFE61 SMALL ASTERISK <small> 002A 
-# \xFE62 SMALL PLUS SIGN <small> 002B 
-# \xFE63 SMALL HYPHEN-MINUS <small> 002D 
-# \xFE64 SMALL LESS-THAN SIGN <small> 003C 
-# \xFE65 SMALL GREATER-THAN SIGN <small> 003E 
-# \xFE66 SMALL EQUALS SIGN <small> 003D 
-# \xFE68 SMALL REVERSE SOLIDUS <small> 005C SMALL BACKSLASH 
-# \xFE69 SMALL DOLLAR SIGN Sc <small> 0024 
-# \xFE6A SMALL PERCENT SIGN <small> 0025 
-# \xFE6B SMALL COMMERCIAL AT <small> 0040 
-# \xFE70 ARABIC FATHATAN ISOLATED FORM AL <isolated> 0020 064B ARABIC SPA
-# \xCING FATHATAN 
-# \xFE71 ARABIC TATWEEL WITH FATHATAN ABOVE AL <medial> 0640 064B ARABIC 
-# \xFATHATAN TATWEEL 
-# \xFE72 ARABIC DAMMATAN ISOLATED FORM AL <isolated> 0020 064C ARABIC SPA
-# \xCING DAMMATAN 
-# \xFE73 ARABIC TAIL FRAGMENT AL 
-# \xFE74 ARABIC KASRATAN ISOLATED FORM AL <isolated> 0020 064D ARABIC SPA
-# \xCING KASRATAN 
-# \xFE76 ARABIC FATHA ISOLATED FORM AL <isolated> 0020 064E ARABIC SPACIN
-# \xG FATHAH 
-# \xFE77 ARABIC FATHA MEDIAL FORM AL <medial> 0640 064E ARABIC FATHAH 
-# \xTATWEEL 
-# \xFE78 ARABIC DAMMA ISOLATED FORM AL <isolated> 0020 064F ARABIC SPACIN
-# \xG DAMMAH 
-# \xFE79 ARABIC DAMMA MEDIAL FORM AL <medial> 0640 064F ARABIC DAMMAH 
-# \xTATWEEL 
-# \xFE7A ARABIC KASRA ISOLATED FORM AL <isolated> 0020 0650 ARABIC SPACIN
-# \xG KASRAH 
-# \xFE7B ARABIC KASRA MEDIAL FORM AL <medial> 0640 0650 ARABIC KASRAH 
-# \xTATWEEL 
-# \xFE7C ARABIC SHADDA ISOLATED FORM AL <isolated> 0020 0651 ARABIC SPACI
-# \xNG SHADDAH 
-# \xFE7D ARABIC SHADDA MEDIAL FORM AL <medial> 0640 0651 ARABIC SHADDAH O
-# \xN TATWEEL 
-# \xFE7E ARABIC SUKUN ISOLATED FORM AL <isolated> 0020 0652 ARABIC SPACIN
-# \xG SUKUN 
-# \xFE7F ARABIC SUKUN MEDIAL FORM AL <medial> 0640 0652 ARABIC SUKUN T
-# \xATWEEL 
-# \xFE80 ARABIC LETTER HAMZA ISOLATED FORM AL <isolated> 0621 GLYPH FOR I
-# \xSOLATE ARABIC HAMZAH 
-# \xFE81 ARABIC LETTER ALEF WITH MADDA ABOVE ISOLATED FORM AL <isolated> 0622 
-# \x GLYPH FOR ISOLATE ARABIC MADDAH ALEF 
-# \xFE82 ARABIC LETTER ALEF WITH MADDA ABOVE FINAL FORM AL <final> 0622 G
-# \xLYPH FOR FINAL ARABIC MADDAH ALEF 
-# \xFE83 ARABIC LETTER ALEF WITH HAMZA ABOVE ISOLATED FORM AL <isolated> 0623 
-# \x GLYPH FOR ISOLATE ARABIC HAMZAH ALEF 
-# \xFE84 ARABIC LETTER ALEF WITH HAMZA ABOVE FINAL FORM AL <final> 0623 G
-# \xLYPH FOR FINAL ARABIC HAMZAH ALEF 
-# \xFE85 ARABIC LETTER WAW WITH HAMZA ABOVE ISOLATED FORM AL <isolated> 0624 
-# \x GLYPH FOR ISOLATE ARABIC HAMZAH WAW 
-# \xFE86 ARABIC LETTER WAW WITH HAMZA ABOVE FINAL FORM AL <final> 0624 GL
-# \xYPH FOR FINAL ARABIC HAMZAH WAW 
-# \xFE87 ARABIC LETTER ALEF WITH HAMZA BELOW ISOLATED FORM AL <isolated> 0625 
-# \x GLYPH FOR ISOLATE ARABIC HAMZAH UNDER ALEF 
-# \xFE88 ARABIC LETTER ALEF WITH HAMZA BELOW FINAL FORM AL <final> 0625 G
-# \xLYPH FOR FINAL ARABIC HAMZAH UNDER ALEF 
-# \xFE89 ARABIC LETTER YEH WITH HAMZA ABOVE ISOLATED FORM AL <isolated> 0626 
-# \x GLYPH FOR ISOLATE ARABIC HAMZAH YA 
-# \xFE8A ARABIC LETTER YEH WITH HAMZA ABOVE FINAL FORM AL <final> 0626 GL
-# \xYPH FOR FINAL ARABIC HAMZAH YA 
-# \xFE8B ARABIC LETTER YEH WITH HAMZA ABOVE INITIAL FORM AL <initial> 0626 
-# \xN GLYPH FOR INITIAL ARABIC HAMZAH YA 
-# \xFE8C ARABIC LETTER YEH WITH HAMZA ABOVE MEDIAL FORM AL <medial> 0626 
-# \xGLYPH FOR MEDIAL ARABIC HAMZAH YA 
-# \xFE8D ARABIC LETTER ALEF ISOLATED FORM AL <isolated> 0627 GLYPH FOR IS
-# \xOLATE ARABIC ALEF 
-# \xFE8E ARABIC LETTER ALEF FINAL FORM AL <final> 0627 GLYPH FOR FINAL AR
-# \xABIC ALEF 
-# \xFE8F ARABIC LETTER BEH ISOLATED FORM AL <isolated> 0628 GLYPH FOR ISO
-# \xLATE ARABIC BAA 
-# \xFE90 ARABIC LETTER BEH FINAL FORM AL <final> 0628 GLYPH FOR FINAL ARA
-# \xBIC BAA 
-# \xFE91 ARABIC LETTER BEH INITIAL FORM AL <initial> 0628 GLYPH FOR INITI
-# \xAL ARABIC BAA 
-# \xFE92 ARABIC LETTER BEH MEDIAL FORM AL <medial> 0628 GLYPH FOR MEDIAL 
-# \xARABIC BAA 
-# \xFE93 ARABIC LETTER TEH MARBUTA ISOLATED FORM AL <isolated> 0629 GLYPH
-# \x FOR ISOLATE ARABIC TAA MARBUTAH 
-# \xFE94 ARABIC LETTER TEH MARBUTA FINAL FORM AL <final> 0629 GLYPH FOR F
-# \xINAL ARABIC TAA MARBUTAH 
-# \xFE95 ARABIC LETTER TEH ISOLATED FORM AL <isolated> 062A GLYPH FOR ISO
-# \xLATE ARABIC TAA 
-# \xFE96 ARABIC LETTER TEH FINAL FORM AL <final> 062A GLYPH FOR FINAL ARA
-# \xBIC TAA 
-# \xFE97 ARABIC LETTER TEH INITIAL FORM AL <initial> 062A GLYPH FOR INITI
-# \xAL ARABIC TAA 
-# \xFE98 ARABIC LETTER TEH MEDIAL FORM AL <medial> 062A GLYPH FOR MEDIAL 
-# \xARABIC TAA 
-# \xFE99 ARABIC LETTER THEH ISOLATED FORM AL <isolated> 062B GLYPH FOR IS
-# \xOLATE ARABIC THAA 
-# \xFE9A ARABIC LETTER THEH FINAL FORM AL <final> 062B GLYPH FOR FINAL AR
-# \xABIC THAA 
-# \xFE9B ARABIC LETTER THEH INITIAL FORM AL <initial> 062B GLYPH FOR INIT
-# \xIAL ARABIC THAA 
-# \xFE9C ARABIC LETTER THEH MEDIAL FORM AL <medial> 062B GLYPH FOR MEDIAL
-# \x ARABIC THAA 
-# \xFE9D ARABIC LETTER JEEM ISOLATED FORM AL <isolated> 062C GLYPH FOR IS
-# \xOLATE ARABIC JEEM 
-# \xFE9E ARABIC LETTER JEEM FINAL FORM AL <final> 062C GLYPH FOR FINAL AR
-# \xABIC JEEM 
-# \xFE9F ARABIC LETTER JEEM INITIAL FORM AL <initial> 062C GLYPH FOR INIT
-# \xIAL ARABIC JEEM 
-# \xFEA0 ARABIC LETTER JEEM MEDIAL FORM AL <medial> 062C GLYPH FOR MEDIAL
-# \x ARABIC JEEM 
-# \xFEA1 ARABIC LETTER HAH ISOLATED FORM AL <isolated> 062D GLYPH FOR ISO
-# \xLATE ARABIC HAA 
-# \xFEA2 ARABIC LETTER HAH FINAL FORM AL <final> 062D GLYPH FOR FINAL ARA
-# \xBIC HAA 
-# \xFEA3 ARABIC LETTER HAH INITIAL FORM AL <initial> 062D GLYPH FOR INITI
-# \xAL ARABIC HAA 
-# \xFEA4 ARABIC LETTER HAH MEDIAL FORM AL <medial> 062D GLYPH FOR MEDIAL 
-# \xARABIC HAA 
-# \xFEA5 ARABIC LETTER KHAH ISOLATED FORM AL <isolated> 062E GLYPH FOR IS
-# \xOLATE ARABIC KHAA 
-# \xFEA6 ARABIC LETTER KHAH FINAL FORM AL <final> 062E GLYPH FOR FINAL AR
-# \xABIC KHAA 
-# \xFEA7 ARABIC LETTER KHAH INITIAL FORM AL <initial> 062E GLYPH FOR INIT
-# \xIAL ARABIC KHAA 
-# \xFEA8 ARABIC LETTER KHAH MEDIAL FORM AL <medial> 062E GLYPH FOR MEDIAL
-# \x ARABIC KHAA 
-# \xFEA9 ARABIC LETTER DAL ISOLATED FORM AL <isolated> 062F GLYPH FOR ISO
-# \xLATE ARABIC DAL 
-# \xFEAA ARABIC LETTER DAL FINAL FORM AL <final> 062F GLYPH FOR FINAL ARA
-# \xBIC DAL 
-# \xFEAB ARABIC LETTER THAL ISOLATED FORM AL <isolated> 0630 GLYPH FOR IS
-# \xOLATE ARABIC THAL 
-# \xFEAC ARABIC LETTER THAL FINAL FORM AL <final> 0630 GLYPH FOR FINAL AR
-# \xABIC THAL 
-# \xFEAD ARABIC LETTER REH ISOLATED FORM AL <isolated> 0631 GLYPH FOR ISO
-# \xLATE ARABIC RA 
-# \xFEAE ARABIC LETTER REH FINAL FORM AL <final> 0631 GLYPH FOR FINAL ARA
-# \xBIC RA 
-# \xFEAF ARABIC LETTER ZAIN ISOLATED FORM AL <isolated> 0632 GLYPH FOR IS
-# \xOLATE ARABIC ZAIN 
-# \xFEB0 ARABIC LETTER ZAIN FINAL FORM AL <final> 0632 GLYPH FOR FINAL AR
-# \xABIC ZAIN 
-# \xFEB1 ARABIC LETTER SEEN ISOLATED FORM AL <isolated> 0633 GLYPH FOR IS
-# \xOLATE ARABIC SEEN 
-# \xFEB2 ARABIC LETTER SEEN FINAL FORM AL <final> 0633 GLYPH FOR FINAL AR
-# \xABIC SEEN 
-# \xFEB3 ARABIC LETTER SEEN INITIAL FORM AL <initial> 0633 GLYPH FOR INIT
-# \xIAL ARABIC SEEN 
-# \xFEB4 ARABIC LETTER SEEN MEDIAL FORM AL <medial> 0633 GLYPH FOR MEDIAL
-# \x ARABIC SEEN 
-# \xFEB5 ARABIC LETTER SHEEN ISOLATED FORM AL <isolated> 0634 GLYPH FOR I
-# \xSOLATE ARABIC SHEEN 
-# \xFEB6 ARABIC LETTER SHEEN FINAL FORM AL <final> 0634 GLYPH FOR FINAL A
-# \xRABIC SHEEN 
-# \xFEB7 ARABIC LETTER SHEEN INITIAL FORM AL <initial> 0634 GLYPH FOR INI
-# \xTIAL ARABIC SHEEN 
-# \xFEB8 ARABIC LETTER SHEEN MEDIAL FORM AL <medial> 0634 GLYPH FOR MEDIA
-# \xL ARABIC SHEEN 
-# \xFEB9 ARABIC LETTER SAD ISOLATED FORM AL <isolated> 0635 GLYPH FOR ISO
-# \xLATE ARABIC SAD 
-# \xFEBA ARABIC LETTER SAD FINAL FORM AL <final> 0635 GLYPH FOR FINAL ARA
-# \xBIC SAD 
-# \xFEBB ARABIC LETTER SAD INITIAL FORM AL <initial> 0635 GLYPH FOR INITI
-# \xAL ARABIC SAD 
-# \xFEBC ARABIC LETTER SAD MEDIAL FORM AL <medial> 0635 GLYPH FOR MEDIAL 
-# \xARABIC SAD 
-# \xFEBD ARABIC LETTER DAD ISOLATED FORM AL <isolated> 0636 GLYPH FOR ISO
-# \xLATE ARABIC DAD 
-# \xFEBE ARABIC LETTER DAD FINAL FORM AL <final> 0636 GLYPH FOR FINAL ARA
-# \xBIC DAD 
-# \xFEBF ARABIC LETTER DAD INITIAL FORM AL <initial> 0636 GLYPH FOR INITI
-# \xAL ARABIC DAD 
-# \xFEC0 ARABIC LETTER DAD MEDIAL FORM AL <medial> 0636 GLYPH FOR MEDIAL 
-# \xARABIC DAD 
-# \xFEC1 ARABIC LETTER TAH ISOLATED FORM AL <isolated> 0637 GLYPH FOR ISO
-# \xLATE ARABIC TAH 
-# \xFEC2 ARABIC LETTER TAH FINAL FORM AL <final> 0637 GLYPH FOR FINAL ARA
-# \xBIC TAH 
-# \xFEC3 ARABIC LETTER TAH INITIAL FORM AL <initial> 0637 GLYPH FOR INITI
-# \xAL ARABIC TAH 
-# \xFEC4 ARABIC LETTER TAH MEDIAL FORM AL <medial> 0637 GLYPH FOR MEDIAL 
-# \xARABIC TAH 
-# \xFEC5 ARABIC LETTER ZAH ISOLATED FORM AL <isolated> 0638 GLYPH FOR ISO
-# \xLATE ARABIC DHAH 
-# \xFEC6 ARABIC LETTER ZAH FINAL FORM AL <final> 0638 GLYPH FOR FINAL ARA
-# \xBIC DHAH 
-# \xFEC7 ARABIC LETTER ZAH INITIAL FORM AL <initial> 0638 GLYPH FOR INITI
-# \xAL ARABIC DHAH 
-# \xFEC8 ARABIC LETTER ZAH MEDIAL FORM AL <medial> 0638 GLYPH FOR MEDIAL 
-# \xARABIC DHAH 
-# \xFEC9 ARABIC LETTER AIN ISOLATED FORM AL <isolated> 0639 GLYPH FOR ISO
-# \xLATE ARABIC AIN 
-# \xFECA ARABIC LETTER AIN FINAL FORM AL <final> 0639 GLYPH FOR FINAL ARA
-# \xBIC AIN 
-# \xFECB ARABIC LETTER AIN INITIAL FORM AL <initial> 0639 GLYPH FOR INITI
-# \xAL ARABIC AIN 
-# \xFECC ARABIC LETTER AIN MEDIAL FORM AL <medial> 0639 GLYPH FOR MEDIAL 
-# \xARABIC AIN 
-# \xFECD ARABIC LETTER GHAIN ISOLATED FORM AL <isolated> 063A GLYPH FOR I
-# \xSOLATE ARABIC GHAIN 
-# \xFECE ARABIC LETTER GHAIN FINAL FORM AL <final> 063A GLYPH FOR FINAL A
-# \xRABIC GHAIN 
-# \xFECF ARABIC LETTER GHAIN INITIAL FORM AL <initial> 063A GLYPH FOR INI
-# \xTIAL ARABIC GHAIN 
-# \xFED0 ARABIC LETTER GHAIN MEDIAL FORM AL <medial> 063A GLYPH FOR MEDIA
-# \xL ARABIC GHAIN 
-# \xFED1 ARABIC LETTER FEH ISOLATED FORM AL <isolated> 0641 GLYPH FOR ISO
-# \xLATE ARABIC FA 
-# \xFED2 ARABIC LETTER FEH FINAL FORM AL <final> 0641 GLYPH FOR FINAL ARA
-# \xBIC FA 
-# \xFED3 ARABIC LETTER FEH INITIAL FORM AL <initial> 0641 GLYPH FOR INITI
-# \xAL ARABIC FA 
-# \xFED4 ARABIC LETTER FEH MEDIAL FORM AL <medial> 0641 GLYPH FOR MEDIAL 
-# \xARABIC FA 
-# \xFED5 ARABIC LETTER QAF ISOLATED FORM AL <isolated> 0642 GLYPH FOR ISO
-# \xLATE ARABIC QAF 
-# \xFED6 ARABIC LETTER QAF FINAL FORM AL <final> 0642 GLYPH FOR FINAL ARA
-# \xBIC QAF 
-# \xFED7 ARABIC LETTER QAF INITIAL FORM AL <initial> 0642 GLYPH FOR INITI
-# \xAL ARABIC QAF 
-# \xFED8 ARABIC LETTER QAF MEDIAL FORM AL <medial> 0642 GLYPH FOR MEDIAL 
-# \xARABIC QAF 
-# \xFED9 ARABIC LETTER KAF ISOLATED FORM AL <isolated> 0643 GLYPH FOR ISO
-# \xLATE ARABIC CAF 
-# \xFEDA ARABIC LETTER KAF FINAL FORM AL <final> 0643 GLYPH FOR FINAL ARA
-# \xBIC CAF 
-# \xFEDB ARABIC LETTER KAF INITIAL FORM AL <initial> 0643 GLYPH FOR INITI
-# \xAL ARABIC CAF 
-# \xFEDC ARABIC LETTER KAF MEDIAL FORM AL <medial> 0643 GLYPH FOR MEDIAL 
-# \xARABIC CAF 
-# \xFEDD ARABIC LETTER LAM ISOLATED FORM AL <isolated> 0644 GLYPH FOR ISO
-# \xLATE ARABIC LAM 
-# \xFEDE ARABIC LETTER LAM FINAL FORM AL <final> 0644 GLYPH FOR FINAL ARA
-# \xBIC LAM 
-# \xFEDF ARABIC LETTER LAM INITIAL FORM AL <initial> 0644 GLYPH FOR INITI
-# \xAL ARABIC LAM 
-# \xFEE0 ARABIC LETTER LAM MEDIAL FORM AL <medial> 0644 GLYPH FOR MEDIAL 
-# \xARABIC LAM 
-# \xFEE1 ARABIC LETTER MEEM ISOLATED FORM AL <isolated> 0645 GLYPH FOR IS
-# \xOLATE ARABIC MEEM 
-# \xFEE2 ARABIC LETTER MEEM FINAL FORM AL <final> 0645 GLYPH FOR FINAL AR
-# \xABIC MEEM 
-# \xFEE3 ARABIC LETTER MEEM INITIAL FORM AL <initial> 0645 GLYPH FOR INIT
-# \xIAL ARABIC MEEM 
-# \xFEE4 ARABIC LETTER MEEM MEDIAL FORM AL <medial> 0645 GLYPH FOR MEDIAL
-# \x ARABIC MEEM 
-# \xFEE5 ARABIC LETTER NOON ISOLATED FORM AL <isolated> 0646 GLYPH FOR IS
-# \xOLATE ARABIC NOON 
-# \xFEE6 ARABIC LETTER NOON FINAL FORM AL <final> 0646 GLYPH FOR FINAL AR
-# \xABIC NOON 
-# \xFEE7 ARABIC LETTER NOON INITIAL FORM AL <initial> 0646 GLYPH FOR INIT
-# \xIAL ARABIC NOON 
-# \xFEE8 ARABIC LETTER NOON MEDIAL FORM AL <medial> 0646 GLYPH FOR MEDIAL
-# \x ARABIC NOON 
-# \xFEE9 ARABIC LETTER HEH ISOLATED FORM AL <isolated> 0647 GLYPH FOR ISO
-# \xLATE ARABIC HA 
-# \xFEEA ARABIC LETTER HEH FINAL FORM AL <final> 0647 GLYPH FOR FINAL ARA
-# \xBIC HA 
-# \xFEEB ARABIC LETTER HEH INITIAL FORM AL <initial> 0647 GLYPH FOR INITI
-# \xAL ARABIC HA 
-# \xFEEC ARABIC LETTER HEH MEDIAL FORM AL <medial> 0647 GLYPH FOR MEDIAL 
-# \xARABIC HA 
-# \xFEED ARABIC LETTER WAW ISOLATED FORM AL <isolated> 0648 GLYPH FOR ISO
-# \xLATE ARABIC WAW 
-# \xFEEE ARABIC LETTER WAW FINAL FORM AL <final> 0648 GLYPH FOR FINAL ARA
-# \xBIC WAW 
-# \xFEEF ARABIC LETTER ALEF MAKSURA ISOLATED FORM AL <isolated> 0649 GLYP
-# \xH FOR ISOLATE ARABIC ALEF MAQSURAH 
-# \xFEF0 ARABIC LETTER ALEF MAKSURA FINAL FORM AL <final> 0649 GLYPH FOR 
-# \xFINAL ARABIC ALEF MAQSURAH 
-# \xFEF1 ARABIC LETTER YEH ISOLATED FORM AL <isolated> 064A GLYPH FOR ISO
-# \xLATE ARABIC YA 
-# \xFEF2 ARABIC LETTER YEH FINAL FORM AL <final> 064A GLYPH FOR FINAL ARA
-# \xBIC YA 
-# \xFEF3 ARABIC LETTER YEH INITIAL FORM AL <initial> 064A GLYPH FOR INITI
-# \xAL ARABIC YA 
-# \xFEF4 ARABIC LETTER YEH MEDIAL FORM AL <medial> 064A GLYPH FOR MEDIAL 
-# \xARABIC YA 
-# \xFEF5 ARABIC LIGATURE LAM WITH ALEF WITH MADDA ABOVE ISOLATED FORM AL <isol
-# \xated> 0644 0622 GLYPH FOR ISOLATE ARABIC MADDAH LIGATURE LAM ALEF 
-# \xFEF6 ARABIC LIGATURE LAM WITH ALEF WITH MADDA ABOVE FINAL FORM AL <final> 
-# \x0644 0622 GLYPH FOR FINAL ARABIC MADDAH LIGATURE LAM ALEF 
-# \xFEF7 ARABIC LIGATURE LAM WITH ALEF WITH HAMZA ABOVE ISOLATED FORM AL <isol
-# \xated> 0644 0623 GLYPH FOR ISOLATE ARABIC HAMZAH LIGATURE LAM ALEF 
-# \xFEF8 ARABIC LIGATURE LAM WITH ALEF WITH HAMZA ABOVE FINAL FORM AL <final> 
-# \x0644 0623 GLYPH FOR FINAL ARABIC HAMZAH LIGATURE LAM ALEF 
-# \xFEF9 ARABIC LIGATURE LAM WITH ALEF WITH HAMZA BELOW ISOLATED FORM AL <isol
-# \xated> 0644 0625 GLYPH FOR ISOLATE ARABIC HAMZAH UNDER LIGATURE LAM ALEF 
-# \x 
-# \xFEFA ARABIC LIGATURE LAM WITH ALEF WITH HAMZA BELOW FINAL FORM AL <final> 
-# \x0644 0625 GLYPH FOR FINAL ARABIC HAMZAH UNDER LIGATURE LAM ALEF 
-# \xFEFB ARABIC LIGATURE LAM WITH ALEF ISOLATED FORM AL <isolated> 0644 0627 
-# \x GLYPH FOR ISOLATE ARABIC LIGATURE LAM ALEF 
-# \xFEFC ARABIC LIGATURE LAM WITH ALEF FINAL FORM AL <final> 0644 0627 GL
-# \xYPH FOR FINAL ARABIC LIGATURE LAM ALEF 
-# \xFEFF ZERO WIDTH NO-BREAK SPACE BYTE ORDER MARK 
-# \xFF01 FULLWIDTH EXCLAMATION MARK <wide> 0021 
-# \xFF02 FULLWIDTH QUOTATION MARK <wide> 0022 
-# \xFF03 FULLWIDTH NUMBER SIGN <wide> 0023 
-# \xFF04 FULLWIDTH DOLLAR SIGN Sc <wide> 0024 
-# \xFF05 FULLWIDTH PERCENT SIGN <wide> 0025 
-# \xFF06 FULLWIDTH AMPERSAND <wide> 0026 
-# \xFF07 FULLWIDTH APOSTROPHE <wide> 0027 
-# \xFF08 FULLWIDTH LEFT PARENTHESIS Ps <wide> 0028 Y FULLWIDTH OPENING PARE
-# \xNTHESIS 
-# \xFF09 FULLWIDTH RIGHT PARENTHESIS Pe <wide> 0029 Y FULLWIDTH CLOSING PAR
-# \xENTHESIS 
-# \xFF0A FULLWIDTH ASTERISK <wide> 002A 
-# \xFF0B FULLWIDTH PLUS SIGN <wide> 002B 
-# \xFF0C FULLWIDTH COMMA CS <wide> 002C 
-# \xFF0D FULLWIDTH HYPHEN-MINUS <wide> 002D 
-# \xFF0E FULLWIDTH FULL STOP CS <wide> 002E FULLWIDTH PERIOD 
-# \xFF0F FULLWIDTH SOLIDUS ES <wide> 002F FULLWIDTH SLASH 
-# \xFF10 FULLWIDTH DIGIT ZERO Nd EN <wide> 0030 0 
-# \xFF11 FULLWIDTH DIGIT ONE Nd EN <wide> 0031 1 1 1 
-# \xFF12 FULLWIDTH DIGIT TWO Nd EN <wide> 0032 2 2 2 
-# \xFF13 FULLWIDTH DIGIT THREE Nd EN <wide> 0033 3 3 3 
-# \xFF14 FULLWIDTH DIGIT FOUR Nd EN <wide> 0034 4 4 4 
-# \xFF15 FULLWIDTH DIGIT FIVE Nd EN <wide> 0035 5 5 5 
-# \xFF16 FULLWIDTH DIGIT SIX Nd EN <wide> 0036 6 6 6 
-# \xFF17 FULLWIDTH DIGIT SEVEN Nd EN <wide> 0037 7 7 7 
-# \xFF18 FULLWIDTH DIGIT EIGHT Nd EN <wide> 0038 8 8 8 
-# \xFF19 FULLWIDTH DIGIT NINE Nd EN <wide> 0039 9 9 9 
-# \xFF1A FULLWIDTH COLON CS <wide> 003A 
-# \xFF1B FULLWIDTH SEMICOLON <wide> 003B 
-# \xFF1C FULLWIDTH LESS-THAN SIGN <wide> 003C Y 
-# \xFF1D FULLWIDTH EQUALS SIGN <wide> 003D 
-# \xFF1E FULLWIDTH GREATER-THAN SIGN <wide> 003E Y 
-# \xFF1F FULLWIDTH QUESTION MARK <wide> 003F 
-# \xFF20 FULLWIDTH COMMERCIAL AT <wide> 0040 
-# \xFF21 FULLWIDTH LATIN CAPITAL LETTER A <wide> 0041 FF41 
-# \xFF22 FULLWIDTH LATIN CAPITAL LETTER B <wide> 0042 FF42 
-# \xFF23 FULLWIDTH LATIN CAPITAL LETTER C <wide> 0043 FF43 
-# \xFF24 FULLWIDTH LATIN CAPITAL LETTER D <wide> 0044 FF44 
-# \xFF25 FULLWIDTH LATIN CAPITAL LETTER E <wide> 0045 FF45 
-# \xFF26 FULLWIDTH LATIN CAPITAL LETTER F <wide> 0046 FF46 
-# \xFF27 FULLWIDTH LATIN CAPITAL LETTER G <wide> 0047 FF47 
-# \xFF28 FULLWIDTH LATIN CAPITAL LETTER H <wide> 0048 FF48 
-# \xFF29 FULLWIDTH LATIN CAPITAL LETTER I <wide> 0049 FF49 
-# \xFF2A FULLWIDTH LATIN CAPITAL LETTER J <wide> 004A FF4A 
-# \xFF2B FULLWIDTH LATIN CAPITAL LETTER K <wide> 004B FF4B 
-# \xFF2C FULLWIDTH LATIN CAPITAL LETTER <wide> 004C FF4C 
-# \xFF2D FULLWIDTH LATIN CAPITAL LETTER M <wide> 004D FF4D 
-# \xFF2E FULLWIDTH LATIN CAPITAL LETTER <wide> 004E FF4E 
-# \xFF2F FULLWIDTH LATIN CAPITAL LETTER O <wide> 004F FF4F 
-# \xFF30 FULLWIDTH LATIN CAPITAL LETTER P <wide> 0050 FF50 
-# \xFF31 FULLWIDTH LATIN CAPITAL LETTER Q <wide> 0051 FF51 
-# \xFF32 FULLWIDTH LATIN CAPITAL LETTER <wide> 0052 FF52 
-# \xFF33 FULLWIDTH LATIN CAPITAL LETTER S <wide> 0053 FF53 
-# \xFF34 FULLWIDTH LATIN CAPITAL LETTER T <wide> 0054 FF54 
-# \xFF35 FULLWIDTH LATIN CAPITAL LETTER U <wide> 0055 FF55 
-# \xFF36 FULLWIDTH LATIN CAPITAL LETTER V <wide> 0056 FF56 
-# \xFF37 FULLWIDTH LATIN CAPITAL LETTER W <wide> 0057 FF57 
-# \xFF38 FULLWIDTH LATIN CAPITAL LETTER X <wide> 0058 FF58 
-# \xFF39 FULLWIDTH LATIN CAPITAL LETTER Y <wide> 0059 FF59 
-# \xFF3A FULLWIDTH LATIN CAPITAL LETTER Z <wide> 005A FF5A 
-# \xFF3B FULLWIDTH LEFT SQUARE BRACKET Ps <wide> 005B Y FULLWIDTH OPENING S
-# \xQUARE BRACKET 
-# \xFF3C FULLWIDTH REVERSE SOLIDUS <wide> 005C FULLWIDTH BACKSLASH 
-# \xFF3D FULLWIDTH RIGHT SQUARE BRACKET Pe <wide> 005D Y FULLWIDTH CLOSING 
-# \xSQUARE BRACKET 
-# \xFF3E FULLWIDTH CIRCUMFLEX ACCENT <wide> 005E FULLWIDTH SPACING CIR
-# \xCUMFLEX 
-# \xFF3F FULLWIDTH LOW LINE Pc <wide> 005F FULLWIDTH SPACING UNDERSCORE 
-# \x 
-# \xFF40 FULLWIDTH GRAVE ACCENT <wide> 0060 FULLWIDTH SPACING GRAVE 
-# \x 
-# \xFF41 FULLWIDTH LATIN SMALL LETTER A <wide> 0061 FF21 FF21
-# \xFF42 FULLWIDTH LATIN SMALL LETTER B <wide> 0062 FF22 FF22
-# \xFF43 FULLWIDTH LATIN SMALL LETTER C <wide> 0063 FF23 FF23
-# \xFF44 FULLWIDTH LATIN SMALL LETTER D <wide> 0064 FF24 FF24
-# \xFF45 FULLWIDTH LATIN SMALL LETTER E <wide> 0065 FF25 FF25
-# \xFF46 FULLWIDTH LATIN SMALL LETTER F <wide> 0066 FF26 FF26
-# \xFF47 FULLWIDTH LATIN SMALL LETTER G <wide> 0067 FF27 FF27
-# \xFF48 FULLWIDTH LATIN SMALL LETTER H <wide> 0068 FF28 FF28
-# \xFF49 FULLWIDTH LATIN SMALL LETTER I <wide> 0069 FF29 FF29
-# \xFF4A FULLWIDTH LATIN SMALL LETTER J <wide> 006A FF2A FF2A
-# \xFF4B FULLWIDTH LATIN SMALL LETTER K <wide> 006B FF2B FF2B
-# \xFF4C FULLWIDTH LATIN SMALL LETTER <wide> 006C FF2C FF2C
-# \xFF4D FULLWIDTH LATIN SMALL LETTER M <wide> 006D FF2D FF2D
-# \xFF4E FULLWIDTH LATIN SMALL LETTER <wide> 006E FF2E FF2E
-# \xFF4F FULLWIDTH LATIN SMALL LETTER O <wide> 006F FF2F FF2F
-# \xFF50 FULLWIDTH LATIN SMALL LETTER P <wide> 0070 FF30 FF30
-# \xFF51 FULLWIDTH LATIN SMALL LETTER Q <wide> 0071 FF31 FF31
-# \xFF52 FULLWIDTH LATIN SMALL LETTER <wide> 0072 FF32 FF32
-# \xFF53 FULLWIDTH LATIN SMALL LETTER S <wide> 0073 FF33 FF33
-# \xFF54 FULLWIDTH LATIN SMALL LETTER T <wide> 0074 FF34 FF34
-# \xFF55 FULLWIDTH LATIN SMALL LETTER U <wide> 0075 FF35 FF35
-# \xFF56 FULLWIDTH LATIN SMALL LETTER V <wide> 0076 FF36 FF36
-# \xFF57 FULLWIDTH LATIN SMALL LETTER W <wide> 0077 FF37 FF37
-# \xFF58 FULLWIDTH LATIN SMALL LETTER X <wide> 0078 FF38 FF38
-# \xFF59 FULLWIDTH LATIN SMALL LETTER Y <wide> 0079 FF39 FF39
-# \xFF5A FULLWIDTH LATIN SMALL LETTER Z <wide> 007A FF3A FF3A
-# \xFF5B FULLWIDTH LEFT CURLY BRACKET Ps <wide> 007B Y FULLWIDTH OPENING CU
-# \xRLY BRACKET 
-# \xFF5C FULLWIDTH VERTICAL LINE <wide> 007C FULLWIDTH VERTICAL BAR 
-# \x 
-# \xFF5D FULLWIDTH RIGHT CURLY BRACKET Pe <wide> 007D Y FULLWIDTH CLOSING C
-# \xURLY BRACKET 
-# \xFF5E FULLWIDTH TILDE <wide> 007E FULLWIDTH SPACING TILDE 
-# \xFF5F FULLWIDTH LEFT WHITE PARENTHESIS Ps <wide> 2985 Y * 
-# \xFF60 FULLWIDTH RIGHT WHITE PARENTHESIS Pe <wide> 2986 Y * 
-# \xFF61 HALFWIDTH IDEOGRAPHIC FULL STOP <narrow> 3002 HALFWIDTH IDEOG
-# \xRAPHIC PERIOD 
-# \xFF62 HALFWIDTH LEFT CORNER BRACKET Ps <narrow> 300C Y HALFWIDTH OPENING
-# \x CORNER BRACKET 
-# \xFF63 HALFWIDTH RIGHT CORNER BRACKET Pe <narrow> 300D Y HALFWIDTH CLOSIN
-# \xG CORNER BRACKET 
-# \xFF64 HALFWIDTH IDEOGRAPHIC COMMA <narrow> 3001 
-# \xFF65 HALFWIDTH KATAKANA MIDDLE DOT Pc <narrow> 30FB 
-# \xFF66 HALFWIDTH KATAKANA LETTER WO <narrow> 30F2 
-# \xFF67 HALFWIDTH KATAKANA LETTER SMALL A <narrow> 30A1 
-# \xFF68 HALFWIDTH KATAKANA LETTER SMALL I <narrow> 30A3 
-# \xFF69 HALFWIDTH KATAKANA LETTER SMALL U <narrow> 30A5 
-# \xFF6A HALFWIDTH KATAKANA LETTER SMALL E <narrow> 30A7 
-# \xFF6B HALFWIDTH KATAKANA LETTER SMALL O <narrow> 30A9 
-# \xFF6C HALFWIDTH KATAKANA LETTER SMALL YA <narrow> 30E3 
-# \xFF6D HALFWIDTH KATAKANA LETTER SMALL YU <narrow> 30E5 
-# \xFF6E HALFWIDTH KATAKANA LETTER SMALL YO <narrow> 30E7 
-# \xFF6F HALFWIDTH KATAKANA LETTER SMALL TU <narrow> 30C3 
-# \xFF70 HALFWIDTH KATAKANA-HIRAGANA PROLONGED SOUND MARK Lm <narrow> 30FC N
-# \x 
-# \xFF71 HALFWIDTH KATAKANA LETTER A <narrow> 30A2 
-# \xFF72 HALFWIDTH KATAKANA LETTER I <narrow> 30A4 
-# \xFF73 HALFWIDTH KATAKANA LETTER U <narrow> 30A6 
-# \xFF74 HALFWIDTH KATAKANA LETTER E <narrow> 30A8 
-# \xFF75 HALFWIDTH KATAKANA LETTER O <narrow> 30AA 
-# \xFF76 HALFWIDTH KATAKANA LETTER KA <narrow> 30AB 
-# \xFF77 HALFWIDTH KATAKANA LETTER KI <narrow> 30AD 
-# \xFF78 HALFWIDTH KATAKANA LETTER KU <narrow> 30AF 
-# \xFF79 HALFWIDTH KATAKANA LETTER KE <narrow> 30B1 
-# \xFF7A HALFWIDTH KATAKANA LETTER KO <narrow> 30B3 
-# \xFF7B HALFWIDTH KATAKANA LETTER SA <narrow> 30B5 
-# \xFF7C HALFWIDTH KATAKANA LETTER SI <narrow> 30B7 
-# \xFF7D HALFWIDTH KATAKANA LETTER SU <narrow> 30B9 
-# \xFF7E HALFWIDTH KATAKANA LETTER SE <narrow> 30BB 
-# \xFF7F HALFWIDTH KATAKANA LETTER <narrow> 30BD 
-# \xFF80 HALFWIDTH KATAKANA LETTER TA <narrow> 30BF 
-# \xFF81 HALFWIDTH KATAKANA LETTER TI <narrow> 30C1 
-# \xFF82 HALFWIDTH KATAKANA LETTER TU <narrow> 30C4 
-# \xFF83 HALFWIDTH KATAKANA LETTER TE <narrow> 30C6 
-# \xFF84 HALFWIDTH KATAKANA LETTER TO <narrow> 30C8 
-# \xFF85 HALFWIDTH KATAKANA LETTER NA <narrow> 30CA 
-# \xFF86 HALFWIDTH KATAKANA LETTER NI <narrow> 30CB 
-# \xFF87 HALFWIDTH KATAKANA LETTER NU <narrow> 30CC 
-# \xFF88 HALFWIDTH KATAKANA LETTER NE <narrow> 30CD 
-# \xFF89 HALFWIDTH KATAKANA LETTER NO <narrow> 30CE 
-# \xFF8A HALFWIDTH KATAKANA LETTER HA <narrow> 30CF 
-# \xFF8B HALFWIDTH KATAKANA LETTER HI <narrow> 30D2 
-# \xFF8C HALFWIDTH KATAKANA LETTER HU <narrow> 30D5 
-# \xFF8D HALFWIDTH KATAKANA LETTER HE <narrow> 30D8 
-# \xFF8E HALFWIDTH KATAKANA LETTER HO <narrow> 30DB 
-# \xFF8F HALFWIDTH KATAKANA LETTER MA <narrow> 30DE 
-# \xFF90 HALFWIDTH KATAKANA LETTER MI <narrow> 30DF 
-# \xFF91 HALFWIDTH KATAKANA LETTER MU <narrow> 30E0 
-# \xFF92 HALFWIDTH KATAKANA LETTER ME <narrow> 30E1 
-# \xFF93 HALFWIDTH KATAKANA LETTER MO <narrow> 30E2 
-# \xFF94 HALFWIDTH KATAKANA LETTER YA <narrow> 30E4 
-# \xFF95 HALFWIDTH KATAKANA LETTER YU <narrow> 30E6 
-# \xFF96 HALFWIDTH KATAKANA LETTER YO <narrow> 30E8 
-# \xFF97 HALFWIDTH KATAKANA LETTER RA <narrow> 30E9 
-# \xFF98 HALFWIDTH KATAKANA LETTER RI <narrow> 30EA 
-# \xFF99 HALFWIDTH KATAKANA LETTER RU <narrow> 30EB 
-# \xFF9A HALFWIDTH KATAKANA LETTER RE <narrow> 30EC 
-# \xFF9B HALFWIDTH KATAKANA LETTER RO <narrow> 30ED 
-# \xFF9C HALFWIDTH KATAKANA LETTER WA <narrow> 30EF 
-# \xFF9D HALFWIDTH KATAKANA LETTER <narrow> 30F3 
-# \xFF9E HALFWIDTH KATAKANA VOICED SOUND MARK Lm <narrow> 3099 halfwidth 
-# \xkatakana-hiragana voiced sound mark 
-# \xFF9F HALFWIDTH KATAKANA SEMI-VOICED SOUND MARK Lm <narrow> 309A halfw
-# \xidth katakana-hiragana semi-voiced sound mark 
-# \xFFA0 HALFWIDTH HANGUL FILLER <narrow> 3164 HALFWIDTH HANGUL CAE OM 
-# \x 
-# \xFFA1 HALFWIDTH HANGUL LETTER KIYEOK <narrow> 3131 HALFWIDTH HANGUL 
-# \xLETTER GIYEOG 
-# \xFFA2 HALFWIDTH HANGUL LETTER SSANGKIYEOK <narrow> 3132 HALFWIDTH HA
-# \xNGUL LETTER SSANG GIYEOG 
-# \xFFA3 HALFWIDTH HANGUL LETTER KIYEOK-SIOS <narrow> 3133 HALFWIDTH HA
-# \xNGUL LETTER GIYEOG SIOS 
-# \xFFA4 HALFWIDTH HANGUL LETTER NIEUN <narrow> 3134 
-# \xFFA5 HALFWIDTH HANGUL LETTER NIEUN-CIEUC <narrow> 3135 HALFWIDTH HA
-# \xNGUL LETTER NIEUN JIEUJ 
-# \xFFA6 HALFWIDTH HANGUL LETTER NIEUN-HIEUH <narrow> 3136 HALFWIDTH HA
-# \xNGUL LETTER NIEUN HIEUH 
-# \xFFA7 HALFWIDTH HANGUL LETTER TIKEUT <narrow> 3137 HALFWIDTH HANGUL 
-# \xLETTER DIGEUD 
-# \xFFA8 HALFWIDTH HANGUL LETTER SSANGTIKEUT <narrow> 3138 HALFWIDTH HA
-# \xNGUL LETTER SSANG DIGEUD 
-# \xFFA9 HALFWIDTH HANGUL LETTER RIEUL <narrow> 3139 HALFWIDTH HANGUL L
-# \xETTER LIEUL 
-# \xFFAA HALFWIDTH HANGUL LETTER RIEUL-KIYEOK <narrow> 313A HALFWIDTH H
-# \xANGUL LETTER LIEUL GIYEOG 
-# \xFFAB HALFWIDTH HANGUL LETTER RIEUL-MIEUM <narrow> 313B HALFWIDTH HA
-# \xNGUL LETTER LIEUL MIEUM 
-# \xFFAC HALFWIDTH HANGUL LETTER RIEUL-PIEUP <narrow> 313C HALFWIDTH HA
-# \xNGUL LETTER LIEUL BIEUB 
-# \xFFAD HALFWIDTH HANGUL LETTER RIEUL-SIOS <narrow> 313D HALFWIDTH HAN
-# \xGUL LETTER LIEUL SIOS 
-# \xFFAE HALFWIDTH HANGUL LETTER RIEUL-THIEUTH <narrow> 313E HALFWIDTH 
-# \xHANGUL LETTER LIEUL TIEUT 
-# \xFFAF HALFWIDTH HANGUL LETTER RIEUL-PHIEUPH <narrow> 313F HALFWIDTH 
-# \xHANGUL LETTER LIEUL PIEUP 
-# \xFFB0 HALFWIDTH HANGUL LETTER RIEUL-HIEUH <narrow> 3140 HALFWIDTH HA
-# \xNGUL LETTER LIEUL HIEUH 
-# \xFFB1 HALFWIDTH HANGUL LETTER MIEUM <narrow> 3141 
-# \xFFB2 HALFWIDTH HANGUL LETTER PIEUP <narrow> 3142 HALFWIDTH HANGUL L
-# \xETTER BIEUB 
-# \xFFB3 HALFWIDTH HANGUL LETTER SSANGPIEUP <narrow> 3143 HALFWIDTH HAN
-# \xGUL LETTER SSANG BIEUB 
-# \xFFB4 HALFWIDTH HANGUL LETTER PIEUP-SIOS <narrow> 3144 HALFWIDTH HAN
-# \xGUL LETTER BIEUB SIOS 
-# \xFFB5 HALFWIDTH HANGUL LETTER SIOS <narrow> 3145 
-# \xFFB6 HALFWIDTH HANGUL LETTER SSANGSIOS <narrow> 3146 HALFWIDTH HANG
-# \xUL LETTER SSANG SIOS 
-# \xFFB7 HALFWIDTH HANGUL LETTER IEUNG <narrow> 3147 
-# \xFFB8 HALFWIDTH HANGUL LETTER CIEUC <narrow> 3148 HALFWIDTH HANGUL L
-# \xETTER JIEUJ 
-# \xFFB9 HALFWIDTH HANGUL LETTER SSANGCIEUC <narrow> 3149 HALFWIDTH HAN
-# \xGUL LETTER SSANG JIEUJ 
-# \xFFBA HALFWIDTH HANGUL LETTER CHIEUCH <narrow> 314A HALFWIDTH HANGUL
-# \x LETTER CIEUC 
-# \xFFBB HALFWIDTH HANGUL LETTER KHIEUKH <narrow> 314B HALFWIDTH HANGUL
-# \x LETTER KIYEOK 
-# \xFFBC HALFWIDTH HANGUL LETTER THIEUTH <narrow> 314C HALFWIDTH HANGUL
-# \x LETTER TIEUT 
-# \xFFBD HALFWIDTH HANGUL LETTER PHIEUPH <narrow> 314D HALFWIDTH HANGUL
-# \x LETTER PIEUP 
-# \xFFBE HALFWIDTH HANGUL LETTER HIEUH <narrow> 314E 
-# \xFFC2 HALFWIDTH HANGUL LETTER A <narrow> 314F 
-# \xFFC3 HALFWIDTH HANGUL LETTER AE <narrow> 3150 
-# \xFFC4 HALFWIDTH HANGUL LETTER YA <narrow> 3151 
-# \xFFC5 HALFWIDTH HANGUL LETTER YAE <narrow> 3152 
-# \xFFC6 HALFWIDTH HANGUL LETTER EO <narrow> 3153 
-# \xFFC7 HALFWIDTH HANGUL LETTER E <narrow> 3154 
-# \xFFCA HALFWIDTH HANGUL LETTER YEO <narrow> 3155 
-# \xFFCB HALFWIDTH HANGUL LETTER YE <narrow> 3156 
-# \xFFCC HALFWIDTH HANGUL LETTER O <narrow> 3157 
-# \xFFCD HALFWIDTH HANGUL LETTER WA <narrow> 3158 
-# \xFFCE HALFWIDTH HANGUL LETTER WAE <narrow> 3159 
-# \xFFCF HALFWIDTH HANGUL LETTER OE <narrow> 315A 
-# \xFFD2 HALFWIDTH HANGUL LETTER YO <narrow> 315B 
-# \xFFD3 HALFWIDTH HANGUL LETTER U <narrow> 315C 
-# \xFFD4 HALFWIDTH HANGUL LETTER WEO <narrow> 315D 
-# \xFFD5 HALFWIDTH HANGUL LETTER WE <narrow> 315E 
-# \xFFD6 HALFWIDTH HANGUL LETTER WI <narrow> 315F 
-# \xFFD7 HALFWIDTH HANGUL LETTER YU <narrow> 3160 
-# \xFFDA HALFWIDTH HANGUL LETTER EU <narrow> 3161 
-# \xFFDB HALFWIDTH HANGUL LETTER YI <narrow> 3162 
-# \xFFDC HALFWIDTH HANGUL LETTER I <narrow> 3163 
-# \xFFE0 FULLWIDTH CENT SIGN Sc <wide> 00A2 
-# \xFFE1 FULLWIDTH POUND SIGN Sc <wide> 00A3 
-# \xFFE2 FULLWIDTH NOT SIGN <wide> 00AC 
-# \xFFE3 FULLWIDTH MACRON <wide> 00AF FULLWIDTH SPACING MACRON * 
-# \xFFE4 FULLWIDTH BROKEN BAR <wide> 00A6 FULLWIDTH BROKEN VERTICAL BA
-# \xR 
-# \xFFE5 FULLWIDTH YEN SIGN Sc <wide> 00A5 
-# \xFFE6 FULLWIDTH WON SIGN Sc <wide> 20A9 
-# \xFFE8 HALFWIDTH FORMS LIGHT VERTICAL <narrow> 2502 
-# \xFFE9 HALFWIDTH LEFTWARDS ARROW <narrow> 2190 
-# \xFFEA HALFWIDTH UPWARDS ARROW <narrow> 2191 
-# \xFFEB HALFWIDTH RIGHTWARDS ARROW <narrow> 2192 
-# \xFFEC HALFWIDTH DOWNWARDS ARROW <narrow> 2193 
-# \xFFED HALFWIDTH BLACK SQUARE <narrow> 25A0 
-# \xFFEE HALFWIDTH WHITE CIRCLE <narrow> 25CB 
-# \xFFF9 INTERLINEAR ANNOTATION ANCHOR 
-# \xFFFA INTERLINEAR ANNOTATION SEPARATOR 
-# \xFFFB INTERLINEAR ANNOTATION TERMINATOR 
-# \xFFFC OBJECT REPLACEMENT CHARACTER 
-# \xFFFD REPLACEMENT CHARACTER 
-# \x10000 LINEAR B SYLLABLE B008 A 
-# \x10001 LINEAR B SYLLABLE B038 E 
-# \x10002 LINEAR B SYLLABLE B028 I 
-# \x10003 LINEAR B SYLLABLE B061 O 
-# \x10004 LINEAR B SYLLABLE B010 U 
-# \x10005 LINEAR B SYLLABLE B001 DA 
-# \x10006 LINEAR B SYLLABLE B045 DE 
-# \x10007 LINEAR B SYLLABLE B007 DI 
-# \x10008 LINEAR B SYLLABLE B014 DO 
-# \x10009 LINEAR B SYLLABLE B051 DU 
-# \x1000A LINEAR B SYLLABLE B057 JA 
-# \x1000B LINEAR B SYLLABLE B046 JE 
-# \x1000D LINEAR B SYLLABLE B036 JO 
-# \x1000E LINEAR B SYLLABLE B065 JU 
-# \x1000F LINEAR B SYLLABLE B077 KA 
-# \x10010 LINEAR B SYLLABLE B044 KE 
-# \x10011 LINEAR B SYLLABLE B067 KI 
-# \x10012 LINEAR B SYLLABLE B070 KO 
-# \x10013 LINEAR B SYLLABLE B081 KU 
-# \x10014 LINEAR B SYLLABLE B080 MA 
-# \x10015 LINEAR B SYLLABLE B013 ME 
-# \x10016 LINEAR B SYLLABLE B073 MI 
-# \x10017 LINEAR B SYLLABLE B015 MO 
-# \x10018 LINEAR B SYLLABLE B023 MU 
-# \x10019 LINEAR B SYLLABLE B006 NA 
-# \x1001A LINEAR B SYLLABLE B024 NE 
-# \x1001B LINEAR B SYLLABLE B030 NI 
-# \x1001C LINEAR B SYLLABLE B052 NO 
-# \x1001D LINEAR B SYLLABLE B055 NU 
-# \x1001E LINEAR B SYLLABLE B003 PA 
-# \x1001F LINEAR B SYLLABLE B072 PE 
-# \x10020 LINEAR B SYLLABLE B039 PI 
-# \x10021 LINEAR B SYLLABLE B011 
-# \x10022 LINEAR B SYLLABLE B050 PU 
-# \x10023 LINEAR B SYLLABLE B016 QA 
-# \x10024 LINEAR B SYLLABLE B078 QE 
-# \x10025 LINEAR B SYLLABLE B021 QI 
-# \x10026 LINEAR B SYLLABLE B032 QO 
-# \x10028 LINEAR B SYLLABLE B060 RA 
-# \x10029 LINEAR B SYLLABLE B027 RE 
-# \x1002A LINEAR B SYLLABLE B053 RI 
-# \x1002B LINEAR B SYLLABLE B002 RO 
-# \x1002C LINEAR B SYLLABLE B026 RU 
-# \x1002D LINEAR B SYLLABLE B031 SA 
-# \x1002E LINEAR B SYLLABLE B009 SE 
-# \x1002F LINEAR B SYLLABLE B041 SI 
-# \x10030 LINEAR B SYLLABLE B012 
-# \x10031 LINEAR B SYLLABLE B058 SU 
-# \x10032 LINEAR B SYLLABLE B059 TA 
-# \x10033 LINEAR B SYLLABLE B004 TE 
-# \x10034 LINEAR B SYLLABLE B037 TI 
-# \x10035 LINEAR B SYLLABLE B005 TO 
-# \x10036 LINEAR B SYLLABLE B069 TU 
-# \x10037 LINEAR B SYLLABLE B054 WA 
-# \x10038 LINEAR B SYLLABLE B075 WE 
-# \x10039 LINEAR B SYLLABLE B040 WI 
-# \x1003A LINEAR B SYLLABLE B042 WO 
-# \x1003C LINEAR B SYLLABLE B017 ZA 
-# \x1003D LINEAR B SYLLABLE B074 ZE 
-# \x1003F LINEAR B SYLLABLE B020 ZO 
-# \x10040 LINEAR B SYLLABLE B025 A2 
-# \x10041 LINEAR B SYLLABLE B043 A3 
-# \x10042 LINEAR B SYLLABLE B085 AU 
-# \x10043 LINEAR B SYLLABLE B071 DWE 
-# \x10044 LINEAR B SYLLABLE B090 DWO 
-# \x10045 LINEAR B SYLLABLE B048 NWA 
-# \x10046 LINEAR B SYLLABLE B029 PU2 
-# \x10047 LINEAR B SYLLABLE B062 PTE 
-# \x10048 LINEAR B SYLLABLE B076 RA2 
-# \x10049 LINEAR B SYLLABLE B033 RA3 
-# \x1004A LINEAR B SYLLABLE B068 RO2 
-# \x1004B LINEAR B SYLLABLE B066 TA2 
-# \x1004C LINEAR B SYLLABLE B087 TWE 
-# \x1004D LINEAR B SYLLABLE B091 TWO 
-# \x10050 LINEAR B SYMBOL B018 
-# \x10051 LINEAR B SYMBOL B019 
-# \x10052 LINEAR B SYMBOL B022 
-# \x10053 LINEAR B SYMBOL B034 
-# \x10054 LINEAR B SYMBOL B047 
-# \x10055 LINEAR B SYMBOL B049 
-# \x10056 LINEAR B SYMBOL B056 
-# \x10057 LINEAR B SYMBOL B063 
-# \x10058 LINEAR B SYMBOL B064 
-# \x10059 LINEAR B SYMBOL B079 
-# \x1005A LINEAR B SYMBOL B082 
-# \x1005B LINEAR B SYMBOL B083 
-# \x1005C LINEAR B SYMBOL B086 
-# \x1005D LINEAR B SYMBOL B089 
-# \x10080 LINEAR B IDEOGRAM B100 MAN 
-# \x10081 LINEAR B IDEOGRAM B102 WOMAN 
-# \x10082 LINEAR B IDEOGRAM B104 DEER 
-# \x10083 LINEAR B IDEOGRAM B105 EQUID 
-# \x10084 LINEAR B IDEOGRAM B105F MARE 
-# \x10085 LINEAR B IDEOGRAM B105M STALLION 
-# \x10086 LINEAR B IDEOGRAM B106F EWE 
-# \x10087 LINEAR B IDEOGRAM B106M RAM 
-# \x10088 LINEAR B IDEOGRAM B107F SHE-GOAT 
-# \x10089 LINEAR B IDEOGRAM B107M HE-GOAT 
-# \x1008A LINEAR B IDEOGRAM B108F SOW 
-# \x1008B LINEAR B IDEOGRAM B108M BOAR 
-# \x1008C LINEAR B IDEOGRAM B109F COW 
-# \x1008D LINEAR B IDEOGRAM B109M BULL 
-# \x1008E LINEAR B IDEOGRAM B120 WHEAT 
-# \x1008F LINEAR B IDEOGRAM B121 BARLEY 
-# \x10090 LINEAR B IDEOGRAM B122 OLIVE 
-# \x10091 LINEAR B IDEOGRAM B123 SPICE 
-# \x10092 LINEAR B IDEOGRAM B125 CYPERUS 
-# \x10093 LINEAR B MONOGRAM B127 KAPO 
-# \x10094 LINEAR B MONOGRAM B128 KANAKO 
-# \x10095 LINEAR B IDEOGRAM B130 OIL 
-# \x10096 LINEAR B IDEOGRAM B131 WINE 
-# \x10097 LINEAR B IDEOGRAM B132 
-# \x10098 LINEAR B MONOGRAM B133 AREPA 
-# \x10099 LINEAR B MONOGRAM B135 MERI 
-# \x1009A LINEAR B IDEOGRAM B140 BRONZE 
-# \x1009B LINEAR B IDEOGRAM B141 GOLD 
-# \x1009C LINEAR B IDEOGRAM B142 
-# \x1009D LINEAR B IDEOGRAM B145 WOOL 
-# \x1009E LINEAR B IDEOGRAM B146 
-# \x1009F LINEAR B IDEOGRAM B150 
-# \x100A0 LINEAR B IDEOGRAM B151 HORN 
-# \x100A1 LINEAR B IDEOGRAM B152 
-# \x100A2 LINEAR B IDEOGRAM B153 
-# \x100A3 LINEAR B IDEOGRAM B154 
-# \x100A4 LINEAR B MONOGRAM B156 TURO2 
-# \x100A5 LINEAR B IDEOGRAM B157 
-# \x100A6 LINEAR B IDEOGRAM B158 
-# \x100A7 LINEAR B IDEOGRAM B159 CLOTH 
-# \x100A8 LINEAR B IDEOGRAM B160 
-# \x100A9 LINEAR B IDEOGRAM B161 
-# \x100AA LINEAR B IDEOGRAM B162 GARMENT 
-# \x100AB LINEAR B IDEOGRAM B163 ARMOUR 
-# \x100AC LINEAR B IDEOGRAM B164 
-# \x100AD LINEAR B IDEOGRAM B165 
-# \x100AE LINEAR B IDEOGRAM B166 
-# \x100AF LINEAR B IDEOGRAM B167 
-# \x100B0 LINEAR B IDEOGRAM B168 
-# \x100B1 LINEAR B IDEOGRAM B169 
-# \x100B2 LINEAR B IDEOGRAM B170 
-# \x100B3 LINEAR B IDEOGRAM B171 
-# \x100B4 LINEAR B IDEOGRAM B172 
-# \x100B5 LINEAR B IDEOGRAM B173 MONTH 
-# \x100B6 LINEAR B IDEOGRAM B174 
-# \x100B7 LINEAR B IDEOGRAM B176 TREE 
-# \x100B8 LINEAR B IDEOGRAM B177 
-# \x100B9 LINEAR B IDEOGRAM B178 
-# \x100BA LINEAR B IDEOGRAM B179 
-# \x100BB LINEAR B IDEOGRAM B180 
-# \x100BC LINEAR B IDEOGRAM B181 
-# \x100BD LINEAR B IDEOGRAM B182 
-# \x100BE LINEAR B IDEOGRAM B183 
-# \x100BF LINEAR B IDEOGRAM B184 
-# \x100C0 LINEAR B IDEOGRAM B185 
-# \x100C1 LINEAR B IDEOGRAM B189 
-# \x100C2 LINEAR B IDEOGRAM B190 
-# \x100C3 LINEAR B IDEOGRAM B191 HELMET 
-# \x100C4 LINEAR B IDEOGRAM B220 FOOTSTOOL 
-# \x100C5 LINEAR B IDEOGRAM B225 BATHTUB 
-# \x100C6 LINEAR B IDEOGRAM B230 SPEAR 
-# \x100C7 LINEAR B IDEOGRAM B231 ARROW 
-# \x100C8 LINEAR B IDEOGRAM B232 
-# \x100C9 LINEAR B IDEOGRAM B233 SWORD pug 
-# \x100CA LINEAR B IDEOGRAM B234 
-# \x100CB LINEAR B IDEOGRAM B236 gup 
-# \x100CC LINEAR B IDEOGRAM B240 WHEELED CHARIOT 
-# \x100CD LINEAR B IDEOGRAM B241 CHARIOT 
-# \x100CE LINEAR B IDEOGRAM B242 CHARIOT FRAME 
-# \x100CF LINEAR B IDEOGRAM B243 WHEEL 
-# \x100D0 LINEAR B IDEOGRAM B245 
-# \x100D1 LINEAR B IDEOGRAM B246 
-# \x100D2 LINEAR B MONOGRAM B247 DIPTE 
-# \x100D3 LINEAR B IDEOGRAM B248 
-# \x100D4 LINEAR B IDEOGRAM B249 
-# \x100D5 LINEAR B IDEOGRAM B251 
-# \x100D6 LINEAR B IDEOGRAM B252 
-# \x100D7 LINEAR B IDEOGRAM B253 
-# \x100D8 LINEAR B IDEOGRAM B254 DART 
-# \x100D9 LINEAR B IDEOGRAM B255 
-# \x100DA LINEAR B IDEOGRAM B256 
-# \x100DB LINEAR B IDEOGRAM B257 
-# \x100DC LINEAR B IDEOGRAM B258 
-# \x100DD LINEAR B IDEOGRAM B259 
-# \x100DE LINEAR B IDEOGRAM VESSEL B155 
-# \x100DF LINEAR B IDEOGRAM VESSEL B200 
-# \x100E0 LINEAR B IDEOGRAM VESSEL B201 
-# \x100E1 LINEAR B IDEOGRAM VESSEL B202 
-# \x100E2 LINEAR B IDEOGRAM VESSEL B203 
-# \x100E3 LINEAR B IDEOGRAM VESSEL B204 
-# \x100E4 LINEAR B IDEOGRAM VESSEL B205 
-# \x100E5 LINEAR B IDEOGRAM VESSEL B206 
-# \x100E6 LINEAR B IDEOGRAM VESSEL B207 
-# \x100E7 LINEAR B IDEOGRAM VESSEL B208 
-# \x100E8 LINEAR B IDEOGRAM VESSEL B209 
-# \x100E9 LINEAR B IDEOGRAM VESSEL B210 
-# \x100EA LINEAR B IDEOGRAM VESSEL B211 
-# \x100EB LINEAR B IDEOGRAM VESSEL B212 
-# \x100EC LINEAR B IDEOGRAM VESSEL B213 
-# \x100ED LINEAR B IDEOGRAM VESSEL B214 
-# \x100EE LINEAR B IDEOGRAM VESSEL B215 
-# \x100EF LINEAR B IDEOGRAM VESSEL B216 
-# \x100F0 LINEAR B IDEOGRAM VESSEL B217 
-# \x100F1 LINEAR B IDEOGRAM VESSEL B218 
-# \x100F2 LINEAR B IDEOGRAM VESSEL B219 
-# \x100F3 LINEAR B IDEOGRAM VESSEL B221 
-# \x100F4 LINEAR B IDEOGRAM VESSEL B222 
-# \x100F5 LINEAR B IDEOGRAM VESSEL B226 
-# \x100F6 LINEAR B IDEOGRAM VESSEL B227 
-# \x100F7 LINEAR B IDEOGRAM VESSEL B228 
-# \x100F8 LINEAR B IDEOGRAM VESSEL B229 
-# \x100F9 LINEAR B IDEOGRAM VESSEL B250 
-# \x100FA LINEAR B IDEOGRAM VESSEL B305 
-# \x10100 AEGEAN WORD SEPARATOR LINE 
-# \x10101 AEGEAN WORD SEPARATOR DOT 
-# \x10102 AEGEAN CHECK MARK 
-# \x10107 AEGEAN NUMBER ONE No 1 
-# \x10108 AEGEAN NUMBER TWO No 2 
-# \x10109 AEGEAN NUMBER THREE No 3 
-# \x1010A AEGEAN NUMBER FOUR No 4 
-# \x1010B AEGEAN NUMBER FIVE No 5 
-# \x1010C AEGEAN NUMBER SIX No 6 
-# \x1010D AEGEAN NUMBER SEVEN No 7 
-# \x1010E AEGEAN NUMBER EIGHT No 8 
-# \x1010F AEGEAN NUMBER NINE No 9 
-# \x10110 AEGEAN NUMBER TEN No 10 
-# \x10111 AEGEAN NUMBER TWENTY No 20 
-# \x10112 AEGEAN NUMBER THIRTY No 30 
-# \x10113 AEGEAN NUMBER FORTY No 40 
-# \x10114 AEGEAN NUMBER FIFTY No 50 
-# \x10115 AEGEAN NUMBER SIXTY No 60 
-# \x10116 AEGEAN NUMBER SEVENTY No 70 
-# \x10117 AEGEAN NUMBER EIGHTY No 80 
-# \x10118 AEGEAN NUMBER NINETY No 90 
-# \x10119 AEGEAN NUMBER ONE HUNDRED No 100 
-# \x1011A AEGEAN NUMBER TWO HUNDRED No 200 
-# \x1011B AEGEAN NUMBER THREE HUNDRED No 300 
-# \x1011C AEGEAN NUMBER FOUR HUNDRED No 400 
-# \x1011D AEGEAN NUMBER FIVE HUNDRED No 500 
-# \x1011E AEGEAN NUMBER SIX HUNDRED No 600 
-# \x1011F AEGEAN NUMBER SEVEN HUNDRED No 700 
-# \x10120 AEGEAN NUMBER EIGHT HUNDRED No 800 
-# \x10121 AEGEAN NUMBER NINE HUNDRED No 900 
-# \x10122 AEGEAN NUMBER ONE THOUSAND No 1000 
-# \x10123 AEGEAN NUMBER TWO THOUSAND No 2000 
-# \x10124 AEGEAN NUMBER THREE THOUSAND No 3000 
-# \x10125 AEGEAN NUMBER FOUR THOUSAND No 4000 
-# \x10126 AEGEAN NUMBER FIVE THOUSAND No 5000 
-# \x10127 AEGEAN NUMBER SIX THOUSAND No 6000 
-# \x10128 AEGEAN NUMBER SEVEN THOUSAND No 7000 
-# \x10129 AEGEAN NUMBER EIGHT THOUSAND No 8000 
-# \x1012A AEGEAN NUMBER NINE THOUSAND No 9000 
-# \x1012B AEGEAN NUMBER TEN THOUSAND No 10000 
-# \x1012C AEGEAN NUMBER TWENTY THOUSAND No 20000 
-# \x1012D AEGEAN NUMBER THIRTY THOUSAND No 30000 
-# \x1012E AEGEAN NUMBER FORTY THOUSAND No 40000 
-# \x1012F AEGEAN NUMBER FIFTY THOUSAND No 50000 
-# \x10130 AEGEAN NUMBER SIXTY THOUSAND No 60000 
-# \x10131 AEGEAN NUMBER SEVENTY THOUSAND No 70000 
-# \x10132 AEGEAN NUMBER EIGHTY THOUSAND No 80000 
-# \x10133 AEGEAN NUMBER NINETY THOUSAND No 90000 
-# \x10137 AEGEAN WEIGHT BASE UNIT 
-# \x10138 AEGEAN WEIGHT FIRST SUBUNIT 
-# \x10139 AEGEAN WEIGHT SECOND SUBUNIT 
-# \x1013A AEGEAN WEIGHT THIRD SUBUNIT 
-# \x1013B AEGEAN WEIGHT FOURTH SUBUNIT 
-# \x1013C AEGEAN DRY MEASURE FIRST SUBUNIT 
-# \x1013D AEGEAN LIQUID MEASURE FIRST SUBUNIT 
-# \x1013E AEGEAN MEASURE SECOND SUBUNIT 
-# \x1013F AEGEAN MEASURE THIRD SUBUNIT 
-# \x10300 OLD ITALIC LETTER A 
-# \x10301 OLD ITALIC LETTER BE 
-# \x10302 OLD ITALIC LETTER KE 
-# \x10303 OLD ITALIC LETTER DE 
-# \x10304 OLD ITALIC LETTER E 
-# \x10305 OLD ITALIC LETTER VE 
-# \x10306 OLD ITALIC LETTER ZE 
-# \x10307 OLD ITALIC LETTER HE 
-# \x10308 OLD ITALIC LETTER THE 
-# \x10309 OLD ITALIC LETTER I 
-# \x1030A OLD ITALIC LETTER KA 
-# \x1030B OLD ITALIC LETTER EL 
-# \x1030C OLD ITALIC LETTER EM 
-# \x1030D OLD ITALIC LETTER EN 
-# \x1030E OLD ITALIC LETTER ESH 
-# \x1030F OLD ITALIC LETTER O Faliscan 
-# \x10310 OLD ITALIC LETTER PE 
-# \x10311 OLD ITALIC LETTER SHE 
-# \x10312 OLD ITALIC LETTER KU 
-# \x10313 OLD ITALIC LETTER ER 
-# \x10314 OLD ITALIC LETTER ES 
-# \x10315 OLD ITALIC LETTER TE 
-# \x10316 OLD ITALIC LETTER U 
-# \x10317 OLD ITALIC LETTER EKS Faliscan 
-# \x10318 OLD ITALIC LETTER PHE 
-# \x10319 OLD ITALIC LETTER KHE 
-# \x1031A OLD ITALIC LETTER EF 
-# \x1031B OLD ITALIC LETTER ERS Umbrian 
-# \x1031C OLD ITALIC LETTER CHE Umbrian 
-# \x1031D OLD ITALIC LETTER II Oscan 
-# \x1031E OLD ITALIC LETTER UU Oscan 
-# \x10320 OLD ITALIC NUMERAL ONE No 1 
-# \x10321 OLD ITALIC NUMERAL FIVE No 5 
-# \x10322 OLD ITALIC NUMERAL TEN No 10 
-# \x10323 OLD ITALIC NUMERAL FIFTY No 50 
-# \x10330 GOTHIC LETTER AHSA 
-# \x10331 GOTHIC LETTER BAIRKAN 
-# \x10332 GOTHIC LETTER GIBA 
-# \x10333 GOTHIC LETTER DAGS 
-# \x10334 GOTHIC LETTER AIHVUS 
-# \x10335 GOTHIC LETTER QAIRTHRA 
-# \x10336 GOTHIC LETTER IUJA 
-# \x10337 GOTHIC LETTER HAGL 
-# \x10338 GOTHIC LETTER THIUTH 
-# \x10339 GOTHIC LETTER EIS 
-# \x1033A GOTHIC LETTER KUSMA 
-# \x1033B GOTHIC LETTER LAGUS 
-# \x1033C GOTHIC LETTER MANNA 
-# \x1033D GOTHIC LETTER NAUTHS 
-# \x1033E GOTHIC LETTER JER 
-# \x1033F GOTHIC LETTER URUS 
-# \x10340 GOTHIC LETTER PAIRTHRA 
-# \x10341 GOTHIC LETTER NINETY 
-# \x10342 GOTHIC LETTER RAIDA 
-# \x10343 GOTHIC LETTER SAUIL 
-# \x10344 GOTHIC LETTER TEIWS 
-# \x10345 GOTHIC LETTER WINJA 
-# \x10346 GOTHIC LETTER FAIHU 
-# \x10347 GOTHIC LETTER IGGWS 
-# \x10348 GOTHIC LETTER HWAIR 
-# \x10349 GOTHIC LETTER OTHAL 
-# \x1034A GOTHIC LETTER NINE HUNDRED Nl 
-# \x10380 UGARITIC LETTER ALPA 
-# \x10381 UGARITIC LETTER BETA 
-# \x10382 UGARITIC LETTER GAMLA 
-# \x10383 UGARITIC LETTER KHA 
-# \x10384 UGARITIC LETTER DELTA 
-# \x10385 UGARITIC LETTER HO 
-# \x10386 UGARITIC LETTER WO 
-# \x10387 UGARITIC LETTER ZETA 
-# \x10388 UGARITIC LETTER HOTA 
-# \x10389 UGARITIC LETTER TET 
-# \x1038A UGARITIC LETTER YOD 
-# \x1038B UGARITIC LETTER KAF 
-# \x1038C UGARITIC LETTER SHIN 
-# \x1038D UGARITIC LETTER LAMDA 
-# \x1038E UGARITIC LETTER MEM 
-# \x1038F UGARITIC LETTER DHAL 
-# \x10390 UGARITIC LETTER NUN 
-# \x10391 UGARITIC LETTER ZU 
-# \x10392 UGARITIC LETTER SAMKA 
-# \x10393 UGARITIC LETTER AIN 
-# \x10394 UGARITIC LETTER PU 
-# \x10395 UGARITIC LETTER SADE 
-# \x10396 UGARITIC LETTER QOPA 
-# \x10397 UGARITIC LETTER RASHA 
-# \x10398 UGARITIC LETTER THANNA 
-# \x10399 UGARITIC LETTER GHAIN 
-# \x1039A UGARITIC LETTER TO 
-# \x1039B UGARITIC LETTER I 
-# \x1039C UGARITIC LETTER U 
-# \x1039D UGARITIC LETTER SSU 
-# \x1039F UGARITIC WORD DIVIDER 
-# \x10400 DESERET CAPITAL LETTER LONG I 10428 
-# \x10401 DESERET CAPITAL LETTER LONG E 10429 
-# \x10402 DESERET CAPITAL LETTER LONG A 1042A 
-# \x10403 DESERET CAPITAL LETTER LONG AH 1042B 
-# \x10404 DESERET CAPITAL LETTER LONG O 1042C 
-# \x10405 DESERET CAPITAL LETTER LONG OO 1042D 
-# \x10406 DESERET CAPITAL LETTER SHORT I 1042E 
-# \x10407 DESERET CAPITAL LETTER SHORT E 1042F 
-# \x10408 DESERET CAPITAL LETTER SHORT A 10430 
-# \x10409 DESERET CAPITAL LETTER SHORT AH 10431 
-# \x1040A DESERET CAPITAL LETTER SHORT O 10432 
-# \x1040B DESERET CAPITAL LETTER SHORT OO 10433 
-# \x1040C DESERET CAPITAL LETTER AY 10434 
-# \x1040D DESERET CAPITAL LETTER OW 10435 
-# \x1040E DESERET CAPITAL LETTER WU 10436 
-# \x1040F DESERET CAPITAL LETTER YEE 10437 
-# \x10410 DESERET CAPITAL LETTER H 10438 
-# \x10411 DESERET CAPITAL LETTER PEE 10439 
-# \x10412 DESERET CAPITAL LETTER BEE 1043A 
-# \x10413 DESERET CAPITAL LETTER TEE 1043B 
-# \x10414 DESERET CAPITAL LETTER DEE 1043C 
-# \x10415 DESERET CAPITAL LETTER CHEE 1043D 
-# \x10416 DESERET CAPITAL LETTER JEE 1043E 
-# \x10417 DESERET CAPITAL LETTER KAY 1043F 
-# \x10418 DESERET CAPITAL LETTER GAY 10440 
-# \x10419 DESERET CAPITAL LETTER EF 10441 
-# \x1041A DESERET CAPITAL LETTER VEE 10442 
-# \x1041B DESERET CAPITAL LETTER ETH 10443 
-# \x1041C DESERET CAPITAL LETTER THEE 10444 
-# \x1041D DESERET CAPITAL LETTER ES 10445 
-# \x1041E DESERET CAPITAL LETTER ZEE 10446 
-# \x1041F DESERET CAPITAL LETTER ESH 10447 
-# \x10420 DESERET CAPITAL LETTER ZHEE 10448 
-# \x10421 DESERET CAPITAL LETTER ER 10449 
-# \x10422 DESERET CAPITAL LETTER EL 1044A 
-# \x10423 DESERET CAPITAL LETTER EM 1044B 
-# \x10424 DESERET CAPITAL LETTER EN 1044C 
-# \x10425 DESERET CAPITAL LETTER ENG 1044D 
-# \x10426 DESERET CAPITAL LETTER OI 1044E 
-# \x10427 DESERET CAPITAL LETTER EW 1044F 
-# \x10428 DESERET SMALL LETTER LONG I 10400 10400
-# \x10429 DESERET SMALL LETTER LONG E 10401 10401
-# \x1042A DESERET SMALL LETTER LONG A 10402 10402
-# \x1042B DESERET SMALL LETTER LONG AH 10403 10403
-# \x1042C DESERET SMALL LETTER LONG O 10404 10404
-# \x1042D DESERET SMALL LETTER LONG OO 10405 10405
-# \x1042E DESERET SMALL LETTER SHORT I 10406 10406
-# \x1042F DESERET SMALL LETTER SHORT E 10407 10407
-# \x10430 DESERET SMALL LETTER SHORT A 10408 10408
-# \x10431 DESERET SMALL LETTER SHORT AH 10409 10409
-# \x10432 DESERET SMALL LETTER SHORT O 1040A 1040A
-# \x10433 DESERET SMALL LETTER SHORT OO 1040B 1040B
-# \x10434 DESERET SMALL LETTER AY 1040C 1040C
-# \x10435 DESERET SMALL LETTER OW 1040D 1040D
-# \x10436 DESERET SMALL LETTER WU 1040E 1040E
-# \x10437 DESERET SMALL LETTER YEE 1040F 1040F
-# \x10438 DESERET SMALL LETTER H 10410 10410
-# \x10439 DESERET SMALL LETTER PEE 10411 10411
-# \x1043A DESERET SMALL LETTER BEE 10412 10412
-# \x1043B DESERET SMALL LETTER TEE 10413 10413
-# \x1043C DESERET SMALL LETTER DEE 10414 10414
-# \x1043D DESERET SMALL LETTER CHEE 10415 10415
-# \x1043E DESERET SMALL LETTER JEE 10416 10416
-# \x1043F DESERET SMALL LETTER KAY 10417 10417
-# \x10440 DESERET SMALL LETTER GAY 10418 10418
-# \x10441 DESERET SMALL LETTER EF 10419 10419
-# \x10442 DESERET SMALL LETTER VEE 1041A 1041A
-# \x10443 DESERET SMALL LETTER ETH 1041B 1041B
-# \x10444 DESERET SMALL LETTER THEE 1041C 1041C
-# \x10445 DESERET SMALL LETTER ES 1041D 1041D
-# \x10446 DESERET SMALL LETTER ZEE 1041E 1041E
-# \x10447 DESERET SMALL LETTER ESH 1041F 1041F
-# \x10448 DESERET SMALL LETTER ZHEE 10420 10420
-# \x10449 DESERET SMALL LETTER ER 10421 10421
-# \x1044A DESERET SMALL LETTER EL 10422 10422
-# \x1044B DESERET SMALL LETTER EM 10423 10423
-# \x1044C DESERET SMALL LETTER EN 10424 10424
-# \x1044D DESERET SMALL LETTER ENG 10425 10425
-# \x1044E DESERET SMALL LETTER OI 10426 10426
-# \x1044F DESERET SMALL LETTER EW 10427 10427
-# \x10450 SHAVIAN LETTER PEEP 
-# \x10451 SHAVIAN LETTER TOT 
-# \x10452 SHAVIAN LETTER KICK 
-# \x10453 SHAVIAN LETTER FEE 
-# \x10454 SHAVIAN LETTER THIGH 
-# \x10455 SHAVIAN LETTER 
-# \x10456 SHAVIAN LETTER SURE 
-# \x10457 SHAVIAN LETTER CHURCH 
-# \x10458 SHAVIAN LETTER YEA 
-# \x10459 SHAVIAN LETTER HUNG 
-# \x1045A SHAVIAN LETTER BIB 
-# \x1045B SHAVIAN LETTER DEAD 
-# \x1045C SHAVIAN LETTER GAG 
-# \x1045D SHAVIAN LETTER VOW 
-# \x1045E SHAVIAN LETTER THEY 
-# \x1045F SHAVIAN LETTER ZOO 
-# \x10460 SHAVIAN LETTER MEASURE 
-# \x10461 SHAVIAN LETTER JUDGE 
-# \x10462 SHAVIAN LETTER WOE 
-# \x10463 SHAVIAN LETTER HA-HA 
-# \x10464 SHAVIAN LETTER LOLL 
-# \x10465 SHAVIAN LETTER MIME 
-# \x10466 SHAVIAN LETTER IF 
-# \x10467 SHAVIAN LETTER EGG 
-# \x10468 SHAVIAN LETTER ASH 
-# \x10469 SHAVIAN LETTER ADO 
-# \x1046A SHAVIAN LETTER 
-# \x1046B SHAVIAN LETTER WOOL 
-# \x1046C SHAVIAN LETTER OUT 
-# \x1046D SHAVIAN LETTER AH 
-# \x1046E SHAVIAN LETTER ROAR 
-# \x1046F SHAVIAN LETTER NUN 
-# \x10470 SHAVIAN LETTER EAT 
-# \x10471 SHAVIAN LETTER AGE 
-# \x10472 SHAVIAN LETTER ICE 
-# \x10473 SHAVIAN LETTER UP 
-# \x10474 SHAVIAN LETTER OAK 
-# \x10475 SHAVIAN LETTER OOZE 
-# \x10476 SHAVIAN LETTER OIL 
-# \x10477 SHAVIAN LETTER AWE 
-# \x10478 SHAVIAN LETTER ARE 
-# \x10479 SHAVIAN LETTER OR 
-# \x1047A SHAVIAN LETTER AIR 
-# \x1047B SHAVIAN LETTER ERR 
-# \x1047C SHAVIAN LETTER ARRAY 
-# \x1047D SHAVIAN LETTER EAR 
-# \x1047E SHAVIAN LETTER IAN 
-# \x1047F SHAVIAN LETTER YEW 
-# \x10480 OSMANYA LETTER ALEF 
-# \x10481 OSMANYA LETTER BA 
-# \x10482 OSMANYA LETTER TA 
-# \x10483 OSMANYA LETTER JA 
-# \x10484 OSMANYA LETTER XA 
-# \x10485 OSMANYA LETTER KHA 
-# \x10486 OSMANYA LETTER DEEL 
-# \x10487 OSMANYA LETTER RA 
-# \x10488 OSMANYA LETTER SA 
-# \x10489 OSMANYA LETTER SHIIN 
-# \x1048A OSMANYA LETTER DHA 
-# \x1048B OSMANYA LETTER CAYN 
-# \x1048C OSMANYA LETTER GA 
-# \x1048D OSMANYA LETTER FA 
-# \x1048E OSMANYA LETTER QAAF 
-# \x1048F OSMANYA LETTER KAAF 
-# \x10490 OSMANYA LETTER LAAN 
-# \x10491 OSMANYA LETTER MIIN 
-# \x10492 OSMANYA LETTER NUUN 
-# \x10493 OSMANYA LETTER WAW 
-# \x10494 OSMANYA LETTER HA 
-# \x10495 OSMANYA LETTER YA 
-# \x10496 OSMANYA LETTER A 
-# \x10497 OSMANYA LETTER E 
-# \x10498 OSMANYA LETTER I 
-# \x10499 OSMANYA LETTER O 
-# \x1049A OSMANYA LETTER U 
-# \x1049B OSMANYA LETTER AA 
-# \x1049C OSMANYA LETTER EE 
-# \x1049D OSMANYA LETTER OO 
-# \x104A0 OSMANYA DIGIT ZERO Nd 0 
-# \x104A1 OSMANYA DIGIT ONE Nd 1 1 1 
-# \x104A2 OSMANYA DIGIT TWO Nd 2 2 2 
-# \x104A3 OSMANYA DIGIT THREE Nd 3 3 3 
-# \x104A4 OSMANYA DIGIT FOUR Nd 4 4 4 
-# \x104A5 OSMANYA DIGIT FIVE Nd 5 5 5 
-# \x104A6 OSMANYA DIGIT SIX Nd 6 6 6 
-# \x104A7 OSMANYA DIGIT SEVEN Nd 7 7 7 
-# \x104A8 OSMANYA DIGIT EIGHT Nd 8 8 8 
-# \x104A9 OSMANYA DIGIT NINE Nd 9 9 9 
-# \x10800 CYPRIOT SYLLABLE A 
-# \x10801 CYPRIOT SYLLABLE E 
-# \x10802 CYPRIOT SYLLABLE I 
-# \x10803 CYPRIOT SYLLABLE O 
-# \x10804 CYPRIOT SYLLABLE U 
-# \x10805 CYPRIOT SYLLABLE JA 
-# \x10808 CYPRIOT SYLLABLE JO 
-# \x1080A CYPRIOT SYLLABLE KA 
-# \x1080B CYPRIOT SYLLABLE KE 
-# \x1080C CYPRIOT SYLLABLE KI 
-# \x1080D CYPRIOT SYLLABLE KO 
-# \x1080E CYPRIOT SYLLABLE KU 
-# \x1080F CYPRIOT SYLLABLE LA 
-# \x10810 CYPRIOT SYLLABLE LE 
-# \x10811 CYPRIOT SYLLABLE LI 
-# \x10812 CYPRIOT SYLLABLE Lo 
-# \x10813 CYPRIOT SYLLABLE o 
-# \x10814 CYPRIOT SYLLABLE MA 
-# \x10815 CYPRIOT SYLLABLE ME 
-# \x10816 CYPRIOT SYLLABLE MI 
-# \x10817 CYPRIOT SYLLABLE MO 
-# \x10818 CYPRIOT SYLLABLE MU 
-# \x10819 CYPRIOT SYLLABLE NA 
-# \x1081A CYPRIOT SYLLABLE NE 
-# \x1081B CYPRIOT SYLLABLE NI 
-# \x1081C CYPRIOT SYLLABLE NO 
-# \x1081D CYPRIOT SYLLABLE NU 
-# \x1081E CYPRIOT SYLLABLE PA 
-# \x1081F CYPRIOT SYLLABLE PE 
-# \x10820 CYPRIOT SYLLABLE PI 
-# \x10821 CYPRIOT SYLLABLE 
-# \x10822 CYPRIOT SYLLABLE PU 
-# \x10823 CYPRIOT SYLLABLE RA 
-# \x10824 CYPRIOT SYLLABLE RE 
-# \x10825 CYPRIOT SYLLABLE RI 
-# \x10826 CYPRIOT SYLLABLE RO 
-# \x10827 CYPRIOT SYLLABLE RU 
-# \x10828 CYPRIOT SYLLABLE SA 
-# \x10829 CYPRIOT SYLLABLE SE 
-# \x1082A CYPRIOT SYLLABLE SI 
-# \x1082B CYPRIOT SYLLABLE 
-# \x1082C CYPRIOT SYLLABLE SU 
-# \x1082D CYPRIOT SYLLABLE TA 
-# \x1082E CYPRIOT SYLLABLE TE 
-# \x1082F CYPRIOT SYLLABLE TI 
-# \x10830 CYPRIOT SYLLABLE TO 
-# \x10831 CYPRIOT SYLLABLE TU 
-# \x10832 CYPRIOT SYLLABLE WA 
-# \x10833 CYPRIOT SYLLABLE WE 
-# \x10834 CYPRIOT SYLLABLE WI 
-# \x10835 CYPRIOT SYLLABLE WO 
-# \x10837 CYPRIOT SYLLABLE XA 
-# \x10838 CYPRIOT SYLLABLE XE 
-# \x1083C CYPRIOT SYLLABLE ZA 
-# \x1083F CYPRIOT SYLLABLE ZO 
-# \x1D000 BYZANTINE MUSICAL SYMBOL PSILI 
-# \x1D001 BYZANTINE MUSICAL SYMBOL DASEIA 
-# \x1D002 BYZANTINE MUSICAL SYMBOL PERISPOMENI 
-# \x1D003 BYZANTINE MUSICAL SYMBOL OXEIA EKFONITIKON 
-# \x1D004 BYZANTINE MUSICAL SYMBOL OXEIA DIPLI 
-# \x1D005 BYZANTINE MUSICAL SYMBOL VAREIA EKFONITIKON 
-# \x1D006 BYZANTINE MUSICAL SYMBOL VAREIA DIPLI 
-# \x1D007 BYZANTINE MUSICAL SYMBOL KATHISTI 
-# \x1D008 BYZANTINE MUSICAL SYMBOL SYRMATIKI 
-# \x1D009 BYZANTINE MUSICAL SYMBOL PARAKLITIKI 
-# \x1D00A BYZANTINE MUSICAL SYMBOL YPOKRISIS 
-# \x1D00B BYZANTINE MUSICAL SYMBOL YPOKRISIS DIPLI 
-# \x1D00C BYZANTINE MUSICAL SYMBOL KREMASTI 
-# \x1D00D BYZANTINE MUSICAL SYMBOL APESO EKFONITIKON 
-# \x1D00E BYZANTINE MUSICAL SYMBOL EXO EKFONITIKON 
-# \x1D00F BYZANTINE MUSICAL SYMBOL TELEIA 
-# \x1D010 BYZANTINE MUSICAL SYMBOL KENTIMATA 
-# \x1D011 BYZANTINE MUSICAL SYMBOL APOSTROFOS 
-# \x1D012 BYZANTINE MUSICAL SYMBOL APOSTROFOS DIPLI 
-# \x1D013 BYZANTINE MUSICAL SYMBOL SYNEVMA 
-# \x1D014 BYZANTINE MUSICAL SYMBOL THITA 
-# \x1D015 BYZANTINE MUSICAL SYMBOL OLIGON ARCHAION 
-# \x1D016 BYZANTINE MUSICAL SYMBOL GORGON ARCHAION 
-# \x1D017 BYZANTINE MUSICAL SYMBOL PSILON 
-# \x1D018 BYZANTINE MUSICAL SYMBOL CHAMILON 
-# \x1D019 BYZANTINE MUSICAL SYMBOL VATHY 
-# \x1D01A BYZANTINE MUSICAL SYMBOL ISON ARCHAION 
-# \x1D01B BYZANTINE MUSICAL SYMBOL KENTIMA ARCHAION 
-# \x1D01C BYZANTINE MUSICAL SYMBOL KENTIMATA ARCHAION 
-# \x1D01D BYZANTINE MUSICAL SYMBOL SAXIMATA 
-# \x1D01E BYZANTINE MUSICAL SYMBOL PARICHON 
-# \x1D01F BYZANTINE MUSICAL SYMBOL STAVROS APODEXIA 
-# \x1D020 BYZANTINE MUSICAL SYMBOL OXEIAI ARCHAION 
-# \x1D021 BYZANTINE MUSICAL SYMBOL VAREIAI ARCHAION 
-# \x1D022 BYZANTINE MUSICAL SYMBOL APODERMA ARCHAION 
-# \x1D023 BYZANTINE MUSICAL SYMBOL APOTHEMA 
-# \x1D024 BYZANTINE MUSICAL SYMBOL KLASMA 
-# \x1D025 BYZANTINE MUSICAL SYMBOL REVMA 
-# \x1D026 BYZANTINE MUSICAL SYMBOL PIASMA ARCHAION 
-# \x1D027 BYZANTINE MUSICAL SYMBOL TINAGMA 
-# \x1D028 BYZANTINE MUSICAL SYMBOL ANATRICHISMA 
-# \x1D029 BYZANTINE MUSICAL SYMBOL SEISMA 
-# \x1D02A BYZANTINE MUSICAL SYMBOL SYNAGMA ARCHAION 
-# \x1D02B BYZANTINE MUSICAL SYMBOL SYNAGMA META STAVROU 
-# \x1D02C BYZANTINE MUSICAL SYMBOL OYRANISMA ARCHAION 
-# \x1D02D BYZANTINE MUSICAL SYMBOL THEMA 
-# \x1D02E BYZANTINE MUSICAL SYMBOL LEMOI 
-# \x1D02F BYZANTINE MUSICAL SYMBOL DYO 
-# \x1D030 BYZANTINE MUSICAL SYMBOL TRIA 
-# \x1D031 BYZANTINE MUSICAL SYMBOL TESSERA 
-# \x1D032 BYZANTINE MUSICAL SYMBOL KRATIMATA 
-# \x1D033 BYZANTINE MUSICAL SYMBOL APESO EXO NEO 
-# \x1D034 BYZANTINE MUSICAL SYMBOL FTHORA ARCHAION 
-# \x1D035 BYZANTINE MUSICAL SYMBOL IMIFTHORA 
-# \x1D036 BYZANTINE MUSICAL SYMBOL TROMIKON ARCHAION 
-# \x1D037 BYZANTINE MUSICAL SYMBOL KATAVA TROMIKON 
-# \x1D038 BYZANTINE MUSICAL SYMBOL PELASTON 
-# \x1D039 BYZANTINE MUSICAL SYMBOL PSIFISTON 
-# \x1D03A BYZANTINE MUSICAL SYMBOL KONTEVMA 
-# \x1D03B BYZANTINE MUSICAL SYMBOL CHOREVMA ARCHAION 
-# \x1D03C BYZANTINE MUSICAL SYMBOL RAPISMA 
-# \x1D03D BYZANTINE MUSICAL SYMBOL PARAKALESMA ARCHAION 
-# \x1D03E BYZANTINE MUSICAL SYMBOL PARAKLITIKI ARCHAION 
-# \x1D03F BYZANTINE MUSICAL SYMBOL ICHADIN 
-# \x1D040 BYZANTINE MUSICAL SYMBOL NANA 
-# \x1D041 BYZANTINE MUSICAL SYMBOL PETASMA 
-# \x1D042 BYZANTINE MUSICAL SYMBOL KONTEVMA ALLO 
-# \x1D043 BYZANTINE MUSICAL SYMBOL TROMIKON ALLO 
-# \x1D044 BYZANTINE MUSICAL SYMBOL STRAGGISMATA 
-# \x1D045 BYZANTINE MUSICAL SYMBOL GRONTHISMATA 
-# \x1D046 BYZANTINE MUSICAL SYMBOL ISON NEO 
-# \x1D047 BYZANTINE MUSICAL SYMBOL OLIGON NEO 
-# \x1D048 BYZANTINE MUSICAL SYMBOL OXEIA NEO 
-# \x1D049 BYZANTINE MUSICAL SYMBOL PETASTI 
-# \x1D04A BYZANTINE MUSICAL SYMBOL KOUFISMA 
-# \x1D04B BYZANTINE MUSICAL SYMBOL PETASTOKOUFISMA 
-# \x1D04C BYZANTINE MUSICAL SYMBOL KRATIMOKOUFISMA 
-# \x1D04D BYZANTINE MUSICAL SYMBOL PELASTON NEO 
-# \x1D04E BYZANTINE MUSICAL SYMBOL KENTIMATA NEO ANO 
-# \x1D04F BYZANTINE MUSICAL SYMBOL KENTIMA NEO ANO 
-# \x1D050 BYZANTINE MUSICAL SYMBOL YPSILI 
-# \x1D051 BYZANTINE MUSICAL SYMBOL APOSTROFOS NEO 
-# \x1D052 BYZANTINE MUSICAL SYMBOL APOSTROFOI SYNDESMOS NEO 
-# \x1D053 BYZANTINE MUSICAL SYMBOL YPORROI 
-# \x1D054 BYZANTINE MUSICAL SYMBOL KRATIMOYPORROON 
-# \x1D055 BYZANTINE MUSICAL SYMBOL ELAFRON 
-# \x1D056 BYZANTINE MUSICAL SYMBOL CHAMILI 
-# \x1D057 BYZANTINE MUSICAL SYMBOL MIKRON ISON 
-# \x1D058 BYZANTINE MUSICAL SYMBOL VAREIA NEO 
-# \x1D059 BYZANTINE MUSICAL SYMBOL PIASMA NEO 
-# \x1D05A BYZANTINE MUSICAL SYMBOL PSIFISTON NEO 
-# \x1D05B BYZANTINE MUSICAL SYMBOL OMALON 
-# \x1D05C BYZANTINE MUSICAL SYMBOL ANTIKENOMA 
-# \x1D05D BYZANTINE MUSICAL SYMBOL LYGISMA 
-# \x1D05E BYZANTINE MUSICAL SYMBOL PARAKLITIKI NEO 
-# \x1D05F BYZANTINE MUSICAL SYMBOL PARAKALESMA NEO 
-# \x1D060 BYZANTINE MUSICAL SYMBOL ETERON PARAKALESMA 
-# \x1D061 BYZANTINE MUSICAL SYMBOL KYLISMA 
-# \x1D062 BYZANTINE MUSICAL SYMBOL ANTIKENOKYLISMA 
-# \x1D063 BYZANTINE MUSICAL SYMBOL TROMIKON NEO 
-# \x1D064 BYZANTINE MUSICAL SYMBOL EKSTREPTON 
-# \x1D065 BYZANTINE MUSICAL SYMBOL SYNAGMA NEO 
-# \x1D066 BYZANTINE MUSICAL SYMBOL SYRMA 
-# \x1D067 BYZANTINE MUSICAL SYMBOL CHOREVMA NEO 
-# \x1D068 BYZANTINE MUSICAL SYMBOL EPEGERMA 
-# \x1D069 BYZANTINE MUSICAL SYMBOL SEISMA NEO 
-# \x1D06A BYZANTINE MUSICAL SYMBOL XIRON KLASMA 
-# \x1D06B BYZANTINE MUSICAL SYMBOL TROMIKOPSIFISTON 
-# \x1D06C BYZANTINE MUSICAL SYMBOL PSIFISTOLYGISMA 
-# \x1D06D BYZANTINE MUSICAL SYMBOL TROMIKOLYGISMA 
-# \x1D06E BYZANTINE MUSICAL SYMBOL TROMIKOPARAKALESMA 
-# \x1D06F BYZANTINE MUSICAL SYMBOL PSIFISTOPARAKALESMA 
-# \x1D070 BYZANTINE MUSICAL SYMBOL TROMIKOSYNAGMA 
-# \x1D071 BYZANTINE MUSICAL SYMBOL PSIFISTOSYNAGMA 
-# \x1D072 BYZANTINE MUSICAL SYMBOL GORGOSYNTHETON 
-# \x1D073 BYZANTINE MUSICAL SYMBOL ARGOSYNTHETON 
-# \x1D074 BYZANTINE MUSICAL SYMBOL ETERON ARGOSYNTHETON 
-# \x1D075 BYZANTINE MUSICAL SYMBOL OYRANISMA NEO 
-# \x1D076 BYZANTINE MUSICAL SYMBOL THEMATISMOS ESO 
-# \x1D077 BYZANTINE MUSICAL SYMBOL THEMATISMOS EXO 
-# \x1D078 BYZANTINE MUSICAL SYMBOL THEMA APLOUN 
-# \x1D079 BYZANTINE MUSICAL SYMBOL THES KAI APOTHES 
-# \x1D07A BYZANTINE MUSICAL SYMBOL KATAVASMA 
-# \x1D07B BYZANTINE MUSICAL SYMBOL ENDOFONON 
-# \x1D07C BYZANTINE MUSICAL SYMBOL YFEN KATO 
-# \x1D07D BYZANTINE MUSICAL SYMBOL YFEN ANO 
-# \x1D07E BYZANTINE MUSICAL SYMBOL STAVROS 
-# \x1D07F BYZANTINE MUSICAL SYMBOL KLASMA ANO 
-# \x1D080 BYZANTINE MUSICAL SYMBOL DIPLI ARCHAION 
-# \x1D081 BYZANTINE MUSICAL SYMBOL KRATIMA ARCHAION 
-# \x1D082 BYZANTINE MUSICAL SYMBOL KRATIMA ALLO 
-# \x1D083 BYZANTINE MUSICAL SYMBOL KRATIMA NEO 
-# \x1D084 BYZANTINE MUSICAL SYMBOL APODERMA NEO 
-# \x1D085 BYZANTINE MUSICAL SYMBOL APLI 
-# \x1D086 BYZANTINE MUSICAL SYMBOL DIPLI 
-# \x1D087 BYZANTINE MUSICAL SYMBOL TRIPLI 
-# \x1D088 BYZANTINE MUSICAL SYMBOL TETRAPLI 
-# \x1D089 BYZANTINE MUSICAL SYMBOL KORONIS 
-# \x1D08A BYZANTINE MUSICAL SYMBOL LEIMMA ENOS CHRONOU 
-# \x1D08B BYZANTINE MUSICAL SYMBOL LEIMMA DYO CHRONON 
-# \x1D08C BYZANTINE MUSICAL SYMBOL LEIMMA TRION CHRONON 
-# \x1D08D BYZANTINE MUSICAL SYMBOL LEIMMA TESSARON CHRONON 
-# \x1D08E BYZANTINE MUSICAL SYMBOL LEIMMA IMISEOS CHRONOU 
-# \x1D08F BYZANTINE MUSICAL SYMBOL GORGON NEO ANO 
-# \x1D090 BYZANTINE MUSICAL SYMBOL GORGON PARESTIGMENON ARISTERA 
-# \x1D091 BYZANTINE MUSICAL SYMBOL GORGON PARESTIGMENON DEXIA 
-# \x1D092 BYZANTINE MUSICAL SYMBOL DIGORGON 
-# \x1D093 BYZANTINE MUSICAL SYMBOL DIGORGON PARESTIGMENON ARISTERA KATO 
-# \xN 
-# \x1D094 BYZANTINE MUSICAL SYMBOL DIGORGON PARESTIGMENON ARISTERA ANO N
-# \x 
-# \x1D095 BYZANTINE MUSICAL SYMBOL DIGORGON PARESTIGMENON DEXIA 
-# \x1D096 BYZANTINE MUSICAL SYMBOL TRIGORGON 
-# \x1D097 BYZANTINE MUSICAL SYMBOL ARGON 
-# \x1D098 BYZANTINE MUSICAL SYMBOL IMIDIARGON 
-# \x1D099 BYZANTINE MUSICAL SYMBOL DIARGON 
-# \x1D09A BYZANTINE MUSICAL SYMBOL AGOGI POLI ARGI 
-# \x1D09B BYZANTINE MUSICAL SYMBOL AGOGI ARGOTERI 
-# \x1D09C BYZANTINE MUSICAL SYMBOL AGOGI ARGI 
-# \x1D09D BYZANTINE MUSICAL SYMBOL AGOGI METRIA 
-# \x1D09E BYZANTINE MUSICAL SYMBOL AGOGI MESI 
-# \x1D09F BYZANTINE MUSICAL SYMBOL AGOGI GORGI 
-# \x1D0A0 BYZANTINE MUSICAL SYMBOL AGOGI GORGOTERI 
-# \x1D0A1 BYZANTINE MUSICAL SYMBOL AGOGI POLI GORGI 
-# \x1D0A2 BYZANTINE MUSICAL SYMBOL MARTYRIA PROTOS ICHOS 
-# \x1D0A3 BYZANTINE MUSICAL SYMBOL MARTYRIA ALLI PROTOS ICHOS 
-# \x1D0A4 BYZANTINE MUSICAL SYMBOL MARTYRIA DEYTEROS ICHOS 
-# \x1D0A5 BYZANTINE MUSICAL SYMBOL MARTYRIA ALLI DEYTEROS ICHOS 
-# \x1D0A6 BYZANTINE MUSICAL SYMBOL MARTYRIA TRITOS ICHOS 
-# \x1D0A7 BYZANTINE MUSICAL SYMBOL MARTYRIA TRIFONIAS 
-# \x1D0A8 BYZANTINE MUSICAL SYMBOL MARTYRIA TETARTOS ICHOS 
-# \x1D0A9 BYZANTINE MUSICAL SYMBOL MARTYRIA TETARTOS LEGETOS ICHOS 
-# \x 
-# \x1D0AA BYZANTINE MUSICAL SYMBOL MARTYRIA LEGETOS ICHOS 
-# \x1D0AB BYZANTINE MUSICAL SYMBOL MARTYRIA PLAGIOS ICHOS 
-# \x1D0AC BYZANTINE MUSICAL SYMBOL ISAKIA TELOUS ICHIMATOS 
-# \x1D0AD BYZANTINE MUSICAL SYMBOL APOSTROFOI TELOUS ICHIMATOS 
-# \x1D0AE BYZANTINE MUSICAL SYMBOL FANEROSIS TETRAFONIAS 
-# \x1D0AF BYZANTINE MUSICAL SYMBOL FANEROSIS MONOFONIAS 
-# \x1D0B0 BYZANTINE MUSICAL SYMBOL FANEROSIS DIFONIAS 
-# \x1D0B1 BYZANTINE MUSICAL SYMBOL MARTYRIA VARYS ICHOS 
-# \x1D0B2 BYZANTINE MUSICAL SYMBOL MARTYRIA PROTOVARYS ICHOS 
-# \x1D0B3 BYZANTINE MUSICAL SYMBOL MARTYRIA PLAGIOS TETARTOS ICHOS 
-# \x 
-# \x1D0B4 BYZANTINE MUSICAL SYMBOL GORTHMIKON APLOUN 
-# \x1D0B5 BYZANTINE MUSICAL SYMBOL GORTHMIKON DIPLOUN 
-# \x1D0B6 BYZANTINE MUSICAL SYMBOL ENARXIS KAI FTHORA VOU 
-# \x1D0B7 BYZANTINE MUSICAL SYMBOL IMIFONON 
-# \x1D0B8 BYZANTINE MUSICAL SYMBOL IMIFTHORON 
-# \x1D0B9 BYZANTINE MUSICAL SYMBOL FTHORA ARCHAION DEYTEROU ICHOU 
-# \x1D0BA BYZANTINE MUSICAL SYMBOL FTHORA DIATONIKI PA 
-# \x1D0BB BYZANTINE MUSICAL SYMBOL FTHORA DIATONIKI NANA 
-# \x1D0BC BYZANTINE MUSICAL SYMBOL FTHORA NAOS ICHOS 
-# \x1D0BD BYZANTINE MUSICAL SYMBOL FTHORA DIATONIKI DI 
-# \x1D0BE BYZANTINE MUSICAL SYMBOL FTHORA SKLIRON DIATONON DI 
-# \x1D0BF BYZANTINE MUSICAL SYMBOL FTHORA DIATONIKI KE 
-# \x1D0C0 BYZANTINE MUSICAL SYMBOL FTHORA DIATONIKI ZO 
-# \x1D0C1 BYZANTINE MUSICAL SYMBOL FTHORA DIATONIKI NI KATO 
-# \x1D0C2 BYZANTINE MUSICAL SYMBOL FTHORA DIATONIKI NI ANO 
-# \x1D0C3 BYZANTINE MUSICAL SYMBOL FTHORA MALAKON CHROMA DIFONIAS 
-# \x1D0C4 BYZANTINE MUSICAL SYMBOL FTHORA MALAKON CHROMA MONOFONIAS 
-# \x 
-# \x1D0C5 BYZANTINE MUSICAL SYMBOL FHTORA SKLIRON CHROMA VASIS 
-# \x1D0C6 BYZANTINE MUSICAL SYMBOL FTHORA SKLIRON CHROMA SYNAFI 
-# \x1D0C7 BYZANTINE MUSICAL SYMBOL FTHORA NENANO 
-# \x1D0C8 BYZANTINE MUSICAL SYMBOL CHROA ZYGOS 
-# \x1D0C9 BYZANTINE MUSICAL SYMBOL CHROA KLITON 
-# \x1D0CA BYZANTINE MUSICAL SYMBOL CHROA SPATHI 
-# \x1D0CB BYZANTINE MUSICAL SYMBOL FTHORA I YFESIS TETARTIMORION 
-# \x1D0CC BYZANTINE MUSICAL SYMBOL FTHORA ENARMONIOS ANTIFONIA 
-# \x1D0CD BYZANTINE MUSICAL SYMBOL YFESIS TRITIMORION 
-# \x1D0CE BYZANTINE MUSICAL SYMBOL DIESIS TRITIMORION 
-# \x1D0CF BYZANTINE MUSICAL SYMBOL DIESIS TETARTIMORION 
-# \x1D0D0 BYZANTINE MUSICAL SYMBOL DIESIS APLI DYO DODEKATA 
-# \x1D0D1 BYZANTINE MUSICAL SYMBOL DIESIS MONOGRAMMOS TESSERA DODEKATA N
-# \x 
-# \x1D0D2 BYZANTINE MUSICAL SYMBOL DIESIS DIGRAMMOS EX DODEKATA 
-# \x1D0D3 BYZANTINE MUSICAL SYMBOL DIESIS TRIGRAMMOS OKTO DODEKATA 
-# \x 
-# \x1D0D4 BYZANTINE MUSICAL SYMBOL YFESIS APLI DYO DODEKATA 
-# \x1D0D5 BYZANTINE MUSICAL SYMBOL YFESIS MONOGRAMMOS TESSERA DODEKATA N
-# \x 
-# \x1D0D6 BYZANTINE MUSICAL SYMBOL YFESIS DIGRAMMOS EX DODEKATA 
-# \x1D0D7 BYZANTINE MUSICAL SYMBOL YFESIS TRIGRAMMOS OKTO DODEKATA 
-# \x 
-# \x1D0D8 BYZANTINE MUSICAL SYMBOL GENIKI DIESIS 
-# \x1D0D9 BYZANTINE MUSICAL SYMBOL GENIKI YFESIS 
-# \x1D0DA BYZANTINE MUSICAL SYMBOL DIASTOLI APLI MIKRI 
-# \x1D0DB BYZANTINE MUSICAL SYMBOL DIASTOLI APLI MEGALI 
-# \x1D0DC BYZANTINE MUSICAL SYMBOL DIASTOLI DIPLI 
-# \x1D0DD BYZANTINE MUSICAL SYMBOL DIASTOLI THESEOS 
-# \x1D0DE BYZANTINE MUSICAL SYMBOL SIMANSIS THESEOS 
-# \x1D0DF BYZANTINE MUSICAL SYMBOL SIMANSIS THESEOS DISIMOU 
-# \x1D0E0 BYZANTINE MUSICAL SYMBOL SIMANSIS THESEOS TRISIMOU 
-# \x1D0E1 BYZANTINE MUSICAL SYMBOL SIMANSIS THESEOS TETRASIMOU 
-# \x1D0E2 BYZANTINE MUSICAL SYMBOL SIMANSIS ARSEOS 
-# \x1D0E3 BYZANTINE MUSICAL SYMBOL SIMANSIS ARSEOS DISIMOU 
-# \x1D0E4 BYZANTINE MUSICAL SYMBOL SIMANSIS ARSEOS TRISIMOU 
-# \x1D0E5 BYZANTINE MUSICAL SYMBOL SIMANSIS ARSEOS TETRASIMOU 
-# \x1D0E6 BYZANTINE MUSICAL SYMBOL DIGRAMMA GG 
-# \x1D0E7 BYZANTINE MUSICAL SYMBOL DIFTOGGOS OU 
-# \x1D0E8 BYZANTINE MUSICAL SYMBOL STIGMA 
-# \x1D0E9 BYZANTINE MUSICAL SYMBOL ARKTIKO PA 
-# \x1D0EA BYZANTINE MUSICAL SYMBOL ARKTIKO VOU 
-# \x1D0EB BYZANTINE MUSICAL SYMBOL ARKTIKO GA 
-# \x1D0EC BYZANTINE MUSICAL SYMBOL ARKTIKO DI 
-# \x1D0ED BYZANTINE MUSICAL SYMBOL ARKTIKO KE 
-# \x1D0EE BYZANTINE MUSICAL SYMBOL ARKTIKO ZO 
-# \x1D0EF BYZANTINE MUSICAL SYMBOL ARKTIKO NI 
-# \x1D0F0 BYZANTINE MUSICAL SYMBOL KENTIMATA NEO MESO 
-# \x1D0F1 BYZANTINE MUSICAL SYMBOL KENTIMA NEO MESO 
-# \x1D0F2 BYZANTINE MUSICAL SYMBOL KENTIMATA NEO KATO 
-# \x1D0F3 BYZANTINE MUSICAL SYMBOL KENTIMA NEO KATO 
-# \x1D0F4 BYZANTINE MUSICAL SYMBOL KLASMA KATO 
-# \x1D0F5 BYZANTINE MUSICAL SYMBOL GORGON NEO KATO 
-# \x1D100 MUSICAL SYMBOL SINGLE BARLINE 
-# \x1D101 MUSICAL SYMBOL DOUBLE BARLINE 
-# \x1D102 MUSICAL SYMBOL FINAL BARLINE 
-# \x1D103 MUSICAL SYMBOL REVERSE FINAL BARLINE 
-# \x1D104 MUSICAL SYMBOL DASHED BARLINE 
-# \x1D105 MUSICAL SYMBOL SHORT BARLINE 
-# \x1D106 MUSICAL SYMBOL LEFT REPEAT SIGN 
-# \x1D107 MUSICAL SYMBOL RIGHT REPEAT SIGN 
-# \x1D108 MUSICAL SYMBOL REPEAT DOTS 
-# \x1D109 MUSICAL SYMBOL DAL SEGNO 
-# \x1D10A MUSICAL SYMBOL DA CAPO 
-# \x1D10B MUSICAL SYMBOL SEGNO 
-# \x1D10C MUSICAL SYMBOL CODA 
-# \x1D10D MUSICAL SYMBOL REPEATED FIGURE-1 
-# \x1D10E MUSICAL SYMBOL REPEATED FIGURE-2 
-# \x1D10F MUSICAL SYMBOL REPEATED FIGURE-3 
-# \x1D110 MUSICAL SYMBOL FERMATA 
-# \x1D111 MUSICAL SYMBOL FERMATA BELOW 
-# \x1D112 MUSICAL SYMBOL BREATH MARK 
-# \x1D113 MUSICAL SYMBOL CAESURA 
-# \x1D114 MUSICAL SYMBOL BRACE 
-# \x1D115 MUSICAL SYMBOL BRACKET 
-# \x1D116 MUSICAL SYMBOL ONE-LINE STAFF 
-# \x1D117 MUSICAL SYMBOL TWO-LINE STAFF 
-# \x1D118 MUSICAL SYMBOL THREE-LINE STAFF 
-# \x1D119 MUSICAL SYMBOL FOUR-LINE STAFF 
-# \x1D11A MUSICAL SYMBOL FIVE-LINE STAFF 
-# \x1D11B MUSICAL SYMBOL SIX-LINE STAFF 
-# \x1D11C MUSICAL SYMBOL SIX-STRING FRETBOARD 
-# \x1D11D MUSICAL SYMBOL FOUR-STRING FRETBOARD 
-# \x1D11E MUSICAL SYMBOL G CLEF 
-# \x1D11F MUSICAL SYMBOL G CLEF OTTAVA ALTA 
-# \x1D120 MUSICAL SYMBOL G CLEF OTTAVA BASSA 
-# \x1D121 MUSICAL SYMBOL C CLEF 
-# \x1D122 MUSICAL SYMBOL F CLEF 
-# \x1D123 MUSICAL SYMBOL F CLEF OTTAVA ALTA 
-# \x1D124 MUSICAL SYMBOL F CLEF OTTAVA BASSA 
-# \x1D125 MUSICAL SYMBOL DRUM CLEF-1 
-# \x1D126 MUSICAL SYMBOL DRUM CLEF-2 
-# \x1D12A MUSICAL SYMBOL DOUBLE SHARP 
-# \x1D12B MUSICAL SYMBOL DOUBLE FLAT 
-# \x1D12C MUSICAL SYMBOL FLAT UP 
-# \x1D12D MUSICAL SYMBOL FLAT DOWN 
-# \x1D12E MUSICAL SYMBOL NATURAL UP 
-# \x1D12F MUSICAL SYMBOL NATURAL DOWN 
-# \x1D130 MUSICAL SYMBOL SHARP UP 
-# \x1D131 MUSICAL SYMBOL SHARP DOWN 
-# \x1D132 MUSICAL SYMBOL QUARTER TONE SHARP 
-# \x1D133 MUSICAL SYMBOL QUARTER TONE FLAT 
-# \x1D134 MUSICAL SYMBOL COMMON TIME 
-# \x1D135 MUSICAL SYMBOL CUT TIME 
-# \x1D136 MUSICAL SYMBOL OTTAVA ALTA 
-# \x1D137 MUSICAL SYMBOL OTTAVA BASSA 
-# \x1D138 MUSICAL SYMBOL QUINDICESIMA ALTA 
-# \x1D139 MUSICAL SYMBOL QUINDICESIMA BASSA 
-# \x1D13A MUSICAL SYMBOL MULTI REST 
-# \x1D13B MUSICAL SYMBOL WHOLE REST 
-# \x1D13C MUSICAL SYMBOL HALF REST 
-# \x1D13D MUSICAL SYMBOL QUARTER REST 
-# \x1D13E MUSICAL SYMBOL EIGHTH REST 
-# \x1D13F MUSICAL SYMBOL SIXTEENTH REST 
-# \x1D140 MUSICAL SYMBOL THIRTY-SECOND REST 
-# \x1D141 MUSICAL SYMBOL SIXTY-FOURTH REST 
-# \x1D142 MUSICAL SYMBOL ONE HUNDRED TWENTY-EIGHTH REST 
-# \x1D143 MUSICAL SYMBOL X NOTEHEAD 
-# \x1D144 MUSICAL SYMBOL PLUS NOTEHEAD 
-# \x1D145 MUSICAL SYMBOL CIRCLE X NOTEHEAD 
-# \x1D146 MUSICAL SYMBOL SQUARE NOTEHEAD WHITE 
-# \x1D147 MUSICAL SYMBOL SQUARE NOTEHEAD BLACK 
-# \x1D148 MUSICAL SYMBOL TRIANGLE NOTEHEAD UP WHITE 
-# \x1D149 MUSICAL SYMBOL TRIANGLE NOTEHEAD UP BLACK 
-# \x1D14A MUSICAL SYMBOL TRIANGLE NOTEHEAD LEFT WHITE 
-# \x1D14B MUSICAL SYMBOL TRIANGLE NOTEHEAD LEFT BLACK 
-# \x1D14C MUSICAL SYMBOL TRIANGLE NOTEHEAD RIGHT WHITE 
-# \x1D14D MUSICAL SYMBOL TRIANGLE NOTEHEAD RIGHT BLACK 
-# \x1D14E MUSICAL SYMBOL TRIANGLE NOTEHEAD DOWN WHITE 
-# \x1D14F MUSICAL SYMBOL TRIANGLE NOTEHEAD DOWN BLACK 
-# \x1D150 MUSICAL SYMBOL TRIANGLE NOTEHEAD UP RIGHT WHITE 
-# \x1D151 MUSICAL SYMBOL TRIANGLE NOTEHEAD UP RIGHT BLACK 
-# \x1D152 MUSICAL SYMBOL MOON NOTEHEAD WHITE 
-# \x1D153 MUSICAL SYMBOL MOON NOTEHEAD BLACK 
-# \x1D154 MUSICAL SYMBOL TRIANGLE-ROUND NOTEHEAD DOWN WHITE 
-# \x1D155 MUSICAL SYMBOL TRIANGLE-ROUND NOTEHEAD DOWN BLACK 
-# \x1D156 MUSICAL SYMBOL PARENTHESIS NOTEHEAD 
-# \x1D157 MUSICAL SYMBOL VOID NOTEHEAD 
-# \x1D158 MUSICAL SYMBOL NOTEHEAD BLACK 
-# \x1D159 MUSICAL SYMBOL NULL NOTEHEAD 
-# \x1D15A MUSICAL SYMBOL CLUSTER NOTEHEAD WHITE 
-# \x1D15B MUSICAL SYMBOL CLUSTER NOTEHEAD BLACK 
-# \x1D15C MUSICAL SYMBOL BREVE 
-# \x1D15D MUSICAL SYMBOL WHOLE NOTE 
-# \x1D15E MUSICAL SYMBOL HALF NOTE 1D157 1D165 
-# \x1D15F MUSICAL SYMBOL QUARTER NOTE 1D158 1D165 
-# \x1D160 MUSICAL SYMBOL EIGHTH NOTE 1D15F 1D16E 
-# \x1D161 MUSICAL SYMBOL SIXTEENTH NOTE 1D15F 1D16F 
-# \x1D162 MUSICAL SYMBOL THIRTY-SECOND NOTE 1D15F 1D170 
-# \x1D163 MUSICAL SYMBOL SIXTY-FOURTH NOTE 1D15F 1D171 
-# \x1D164 MUSICAL SYMBOL ONE HUNDRED TWENTY-EIGHTH NOTE 1D15F 1D172 
-# \x 
-# \x1D165 MUSICAL SYMBOL COMBINING STEM Mc 216 
-# \x1D166 MUSICAL SYMBOL COMBINING SPRECHGESANG STEM Mc 216 
-# \x1D167 MUSICAL SYMBOL COMBINING TREMOLO-1 1 
-# \x1D168 MUSICAL SYMBOL COMBINING TREMOLO-2 1 
-# \x1D169 MUSICAL SYMBOL COMBINING TREMOLO-3 1 
-# \x1D16A MUSICAL SYMBOL FINGERED TREMOLO-1 
-# \x1D16B MUSICAL SYMBOL FINGERED TREMOLO-2 
-# \x1D16C MUSICAL SYMBOL FINGERED TREMOLO-3 
-# \x1D16D MUSICAL SYMBOL COMBINING AUGMENTATION DOT Mc 226 
-# \x1D16E MUSICAL SYMBOL COMBINING FLAG-1 Mc 216 
-# \x1D16F MUSICAL SYMBOL COMBINING FLAG-2 Mc 216 
-# \x1D170 MUSICAL SYMBOL COMBINING FLAG-3 Mc 216 
-# \x1D171 MUSICAL SYMBOL COMBINING FLAG-4 Mc 216 
-# \x1D172 MUSICAL SYMBOL COMBINING FLAG-5 Mc 216 
-# \x1D173 MUSICAL SYMBOL BEGIN BEAM 
-# \x1D174 MUSICAL SYMBOL END BEAM 
-# \x1D175 MUSICAL SYMBOL BEGIN TIE 
-# \x1D176 MUSICAL SYMBOL END TIE 
-# \x1D177 MUSICAL SYMBOL BEGIN SLUR 
-# \x1D178 MUSICAL SYMBOL END SLUR 
-# \x1D179 MUSICAL SYMBOL BEGIN PHRASE 
-# \x1D17A MUSICAL SYMBOL END PHRASE 
-# \x1D17B MUSICAL SYMBOL COMBINING ACCENT 220 
-# \x1D17C MUSICAL SYMBOL COMBINING STACCATO 220 
-# \x1D17D MUSICAL SYMBOL COMBINING TENUTO 220 
-# \x1D17E MUSICAL SYMBOL COMBINING STACCATISSIMO 220 
-# \x1D17F MUSICAL SYMBOL COMBINING MARCATO 220 
-# \x1D180 MUSICAL SYMBOL COMBINING MARCATO-STACCATO 220 
-# \x1D181 MUSICAL SYMBOL COMBINING ACCENT-STACCATO 220 
-# \x1D182 MUSICAL SYMBOL COMBINING LOURE 220 
-# \x1D183 MUSICAL SYMBOL ARPEGGIATO UP 
-# \x1D184 MUSICAL SYMBOL ARPEGGIATO DOWN 
-# \x1D185 MUSICAL SYMBOL COMBINING DOIT 230 
-# \x1D186 MUSICAL SYMBOL COMBINING RIP 230 
-# \x1D187 MUSICAL SYMBOL COMBINING FLIP 230 
-# \x1D188 MUSICAL SYMBOL COMBINING SMEAR 230 
-# \x1D189 MUSICAL SYMBOL COMBINING BEND 230 
-# \x1D18A MUSICAL SYMBOL COMBINING DOUBLE TONGUE 220 
-# \x1D18B MUSICAL SYMBOL COMBINING TRIPLE TONGUE 220 
-# \x1D18C MUSICAL SYMBOL RINFORZANDO 
-# \x1D18D MUSICAL SYMBOL SUBITO 
-# \x1D18E MUSICAL SYMBOL Z 
-# \x1D18F MUSICAL SYMBOL PIANO 
-# \x1D190 MUSICAL SYMBOL MEZZO 
-# \x1D191 MUSICAL SYMBOL FORTE 
-# \x1D192 MUSICAL SYMBOL CRESCENDO 
-# \x1D193 MUSICAL SYMBOL DECRESCENDO 
-# \x1D194 MUSICAL SYMBOL GRACE NOTE SLASH 
-# \x1D195 MUSICAL SYMBOL GRACE NOTE NO SLASH 
-# \x1D196 MUSICAL SYMBOL TR 
-# \x1D197 MUSICAL SYMBOL TURN 
-# \x1D198 MUSICAL SYMBOL INVERTED TURN 
-# \x1D199 MUSICAL SYMBOL TURN SLASH 
-# \x1D19A MUSICAL SYMBOL TURN UP 
-# \x1D19B MUSICAL SYMBOL ORNAMENT STROKE-1 
-# \x1D19C MUSICAL SYMBOL ORNAMENT STROKE-2 
-# \x1D19D MUSICAL SYMBOL ORNAMENT STROKE-3 
-# \x1D19E MUSICAL SYMBOL ORNAMENT STROKE-4 
-# \x1D19F MUSICAL SYMBOL ORNAMENT STROKE-5 
-# \x1D1A0 MUSICAL SYMBOL ORNAMENT STROKE-6 
-# \x1D1A1 MUSICAL SYMBOL ORNAMENT STROKE-7 
-# \x1D1A2 MUSICAL SYMBOL ORNAMENT STROKE-8 
-# \x1D1A3 MUSICAL SYMBOL ORNAMENT STROKE-9 
-# \x1D1A4 MUSICAL SYMBOL ORNAMENT STROKE-10 
-# \x1D1A5 MUSICAL SYMBOL ORNAMENT STROKE-11 
-# \x1D1A6 MUSICAL SYMBOL HAUPTSTIMME 
-# \x1D1A7 MUSICAL SYMBOL NEBENSTIMME 
-# \x1D1A8 MUSICAL SYMBOL END OF STIMME 
-# \x1D1A9 MUSICAL SYMBOL DEGREE SLASH 
-# \x1D1AA MUSICAL SYMBOL COMBINING DOWN BOW 230 
-# \x1D1AB MUSICAL SYMBOL COMBINING UP BOW 230 
-# \x1D1AC MUSICAL SYMBOL COMBINING HARMONIC 230 
-# \x1D1AD MUSICAL SYMBOL COMBINING SNAP PIZZICATO 230 
-# \x1D1AE MUSICAL SYMBOL PEDAL MARK 
-# \x1D1AF MUSICAL SYMBOL PEDAL UP MARK 
-# \x1D1B0 MUSICAL SYMBOL HALF PEDAL MARK 
-# \x1D1B1 MUSICAL SYMBOL GLISSANDO UP 
-# \x1D1B2 MUSICAL SYMBOL GLISSANDO DOWN 
-# \x1D1B3 MUSICAL SYMBOL WITH FINGERNAILS 
-# \x1D1B4 MUSICAL SYMBOL DAMP 
-# \x1D1B5 MUSICAL SYMBOL DAMP ALL 
-# \x1D1B6 MUSICAL SYMBOL MAXIMA 
-# \x1D1B7 MUSICAL SYMBOL LONGA 
-# \x1D1B8 MUSICAL SYMBOL BREVIS 
-# \x1D1B9 MUSICAL SYMBOL SEMIBREVIS WHITE 
-# \x1D1BA MUSICAL SYMBOL SEMIBREVIS BLACK 
-# \x1D1BB MUSICAL SYMBOL MINIMA 1D1B9 1D165 
-# \x1D1BC MUSICAL SYMBOL MINIMA BLACK 1D1BA 1D165 
-# \x1D1BD MUSICAL SYMBOL SEMIMINIMA WHITE 1D1BB 1D16E 
-# \x1D1BE MUSICAL SYMBOL SEMIMINIMA BLACK 1D1BC 1D16E 
-# \x1D1BF MUSICAL SYMBOL FUSA WHITE 1D1BB 1D16F 
-# \x1D1C0 MUSICAL SYMBOL FUSA BLACK 1D1BC 1D16F 
-# \x1D1C1 MUSICAL SYMBOL LONGA PERFECTA REST 
-# \x1D1C2 MUSICAL SYMBOL LONGA IMPERFECTA REST 
-# \x1D1C3 MUSICAL SYMBOL BREVIS REST 
-# \x1D1C4 MUSICAL SYMBOL SEMIBREVIS REST 
-# \x1D1C5 MUSICAL SYMBOL MINIMA REST 
-# \x1D1C6 MUSICAL SYMBOL SEMIMINIMA REST 
-# \x1D1C7 MUSICAL SYMBOL TEMPUS PERFECTUM CUM PROLATIONE PERFECTA 
-# \x1D1C8 MUSICAL SYMBOL TEMPUS PERFECTUM CUM PROLATIONE IMPERFECTA 
-# \x 
-# \x1D1C9 MUSICAL SYMBOL TEMPUS PERFECTUM CUM PROLATIONE PERFECTA DIMINUTION-1 0
-# \x 
-# \x1D1CA MUSICAL SYMBOL TEMPUS IMPERFECTUM CUM PROLATIONE PERFECTA 
-# \x 
-# \x1D1CB MUSICAL SYMBOL TEMPUS IMPERFECTUM CUM PROLATIONE IMPERFECTA 
-# \x 
-# \x1D1CC MUSICAL SYMBOL TEMPUS IMPERFECTUM CUM PROLATIONE IMPERFECTA DIMINUTION-1 
-# \xSo 
-# \x1D1CD MUSICAL SYMBOL TEMPUS IMPERFECTUM CUM PROLATIONE IMPERFECTA DIMINUTION-2 
-# \xSo 
-# \x1D1CE MUSICAL SYMBOL TEMPUS IMPERFECTUM CUM PROLATIONE IMPERFECTA DIMINUTION-3 
-# \xSo 
-# \x1D1CF MUSICAL SYMBOL CROIX 
-# \x1D1D0 MUSICAL SYMBOL GREGORIAN C CLEF 
-# \x1D1D1 MUSICAL SYMBOL GREGORIAN F CLEF 
-# \x1D1D2 MUSICAL SYMBOL SQUARE B 
-# \x1D1D3 MUSICAL SYMBOL VIRGA 
-# \x1D1D4 MUSICAL SYMBOL PODATUS 
-# \x1D1D5 MUSICAL SYMBOL CLIVIS 
-# \x1D1D6 MUSICAL SYMBOL SCANDICUS 
-# \x1D1D7 MUSICAL SYMBOL CLIMACUS 
-# \x1D1D8 MUSICAL SYMBOL TORCULUS 
-# \x1D1D9 MUSICAL SYMBOL PORRECTUS 
-# \x1D1DA MUSICAL SYMBOL PORRECTUS FLEXUS 
-# \x1D1DB MUSICAL SYMBOL SCANDICUS FLEXUS 
-# \x1D1DC MUSICAL SYMBOL TORCULUS RESUPINUS 
-# \x1D1DD MUSICAL SYMBOL PES SUBPUNCTIS 
-# \x1D300 MONOGRAM FOR EARTH 
-# \x1D301 DIGRAM FOR HEAVENLY EARTH 
-# \x1D302 DIGRAM FOR HUMAN EARTH 
-# \x1D303 DIGRAM FOR EARTHLY HEAVEN 
-# \x1D304 DIGRAM FOR EARTHLY HUMAN 
-# \x1D305 DIGRAM FOR EARTH 
-# \x1D306 TETRAGRAM FOR CENTRE 
-# \x1D307 TETRAGRAM FOR FULL CIRCLE 
-# \x1D308 TETRAGRAM FOR MIRED 
-# \x1D309 TETRAGRAM FOR BARRIER 
-# \x1D30A TETRAGRAM FOR KEEPING SMALL 
-# \x1D30B TETRAGRAM FOR CONTRARIETY 
-# \x1D30C TETRAGRAM FOR ASCENT 
-# \x1D30D TETRAGRAM FOR OPPOSITION 
-# \x1D30E TETRAGRAM FOR BRANCHING OUT 
-# \x1D30F TETRAGRAM FOR DEFECTIVENESS OR DISTORTION 
-# \x1D310 TETRAGRAM FOR DIVERGENCE 
-# \x1D311 TETRAGRAM FOR YOUTHFULNESS 
-# \x1D312 TETRAGRAM FOR INCREASE 
-# \x1D313 TETRAGRAM FOR PENETRATION 
-# \x1D314 TETRAGRAM FOR REACH 
-# \x1D315 TETRAGRAM FOR CONTACT 
-# \x1D316 TETRAGRAM FOR HOLDING BACK 
-# \x1D317 TETRAGRAM FOR WAITING 
-# \x1D318 TETRAGRAM FOR FOLLOWING 
-# \x1D319 TETRAGRAM FOR ADVANCE 
-# \x1D31A TETRAGRAM FOR RELEASE 
-# \x1D31B TETRAGRAM FOR RESISTANCE 
-# \x1D31C TETRAGRAM FOR EASE 
-# \x1D31D TETRAGRAM FOR JOY 
-# \x1D31E TETRAGRAM FOR CONTENTION 
-# \x1D31F TETRAGRAM FOR ENDEAVOUR 
-# \x1D320 TETRAGRAM FOR DUTIES 
-# \x1D321 TETRAGRAM FOR CHANGE 
-# \x1D322 TETRAGRAM FOR DECISIVENESS 
-# \x1D323 TETRAGRAM FOR BOLD RESOLUTION 
-# \x1D324 TETRAGRAM FOR PACKING 
-# \x1D325 TETRAGRAM FOR LEGION 
-# \x1D326 TETRAGRAM FOR CLOSENESS 
-# \x1D327 TETRAGRAM FOR KINSHIP 
-# \x1D328 TETRAGRAM FOR GATHERING 
-# \x1D329 TETRAGRAM FOR STRENGTH 
-# \x1D32A TETRAGRAM FOR PURITY 
-# \x1D32B TETRAGRAM FOR FULLNESS 
-# \x1D32C TETRAGRAM FOR RESIDENCE 
-# \x1D32D TETRAGRAM FOR LAW OR MODEL 
-# \x1D32E TETRAGRAM FOR RESPONSE 
-# \x1D32F TETRAGRAM FOR GOING TO MEET 
-# \x1D330 TETRAGRAM FOR ENCOUNTERS 
-# \x1D331 TETRAGRAM FOR STOVE 
-# \x1D332 TETRAGRAM FOR GREATNESS 
-# \x1D333 TETRAGRAM FOR ENLARGEMENT 
-# \x1D334 TETRAGRAM FOR PATTERN 
-# \x1D335 TETRAGRAM FOR RITUAL 
-# \x1D336 TETRAGRAM FOR FLIGHT 
-# \x1D337 TETRAGRAM FOR VASTNESS OR WASTING 
-# \x1D338 TETRAGRAM FOR CONSTANCY 
-# \x1D339 TETRAGRAM FOR MEASURE 
-# \x1D33A TETRAGRAM FOR ETERNITY 
-# \x1D33B TETRAGRAM FOR UNITY 
-# \x1D33C TETRAGRAM FOR DIMINISHMENT 
-# \x1D33D TETRAGRAM FOR CLOSED MOUTH 
-# \x1D33E TETRAGRAM FOR GUARDEDNESS 
-# \x1D33F TETRAGRAM FOR GATHERING IN 
-# \x1D340 TETRAGRAM FOR MASSING 
-# \x1D341 TETRAGRAM FOR ACCUMULATION 
-# \x1D342 TETRAGRAM FOR EMBELLISHMENT 
-# \x1D343 TETRAGRAM FOR DOUBT 
-# \x1D344 TETRAGRAM FOR WATCH 
-# \x1D345 TETRAGRAM FOR SINKING 
-# \x1D346 TETRAGRAM FOR INNER 
-# \x1D347 TETRAGRAM FOR DEPARTURE 
-# \x1D348 TETRAGRAM FOR DARKENING 
-# \x1D349 TETRAGRAM FOR DIMMING 
-# \x1D34A TETRAGRAM FOR EXHAUSTION 
-# \x1D34B TETRAGRAM FOR SEVERANCE 
-# \x1D34C TETRAGRAM FOR STOPPAGE 
-# \x1D34D TETRAGRAM FOR HARDNESS 
-# \x1D34E TETRAGRAM FOR COMPLETION 
-# \x1D34F TETRAGRAM FOR CLOSURE 
-# \x1D350 TETRAGRAM FOR FAILURE 
-# \x1D351 TETRAGRAM FOR AGGRAVATION 
-# \x1D352 TETRAGRAM FOR COMPLIANCE 
-# \x1D353 TETRAGRAM FOR THE VERGE 
-# \x1D354 TETRAGRAM FOR DIFFICULTIES 
-# \x1D355 TETRAGRAM FOR LABOURING 
-# \x1D356 TETRAGRAM FOR FOSTERING 
-# \x1D400 MATHEMATICAL BOLD CAPITAL A 0041 
-# \x1D401 MATHEMATICAL BOLD CAPITAL B 0042 
-# \x1D402 MATHEMATICAL BOLD CAPITAL C 0043 
-# \x1D403 MATHEMATICAL BOLD CAPITAL D 0044 
-# \x1D404 MATHEMATICAL BOLD CAPITAL E 0045 
-# \x1D405 MATHEMATICAL BOLD CAPITAL F 0046 
-# \x1D406 MATHEMATICAL BOLD CAPITAL G 0047 
-# \x1D407 MATHEMATICAL BOLD CAPITAL H 0048 
-# \x1D408 MATHEMATICAL BOLD CAPITAL I 0049 
-# \x1D409 MATHEMATICAL BOLD CAPITAL J 004A 
-# \x1D40A MATHEMATICAL BOLD CAPITAL K 004B 
-# \x1D40B MATHEMATICAL BOLD CAPITAL 004C 
-# \x1D40C MATHEMATICAL BOLD CAPITAL M 004D 
-# \x1D40D MATHEMATICAL BOLD CAPITAL 004E 
-# \x1D40E MATHEMATICAL BOLD CAPITAL O 004F 
-# \x1D40F MATHEMATICAL BOLD CAPITAL P 0050 
-# \x1D410 MATHEMATICAL BOLD CAPITAL Q 0051 
-# \x1D411 MATHEMATICAL BOLD CAPITAL 0052 
-# \x1D412 MATHEMATICAL BOLD CAPITAL S 0053 
-# \x1D413 MATHEMATICAL BOLD CAPITAL T 0054 
-# \x1D414 MATHEMATICAL BOLD CAPITAL U 0055 
-# \x1D415 MATHEMATICAL BOLD CAPITAL V 0056 
-# \x1D416 MATHEMATICAL BOLD CAPITAL W 0057 
-# \x1D417 MATHEMATICAL BOLD CAPITAL X 0058 
-# \x1D418 MATHEMATICAL BOLD CAPITAL Y 0059 
-# \x1D419 MATHEMATICAL BOLD CAPITAL Z 005A 
-# \x1D41A MATHEMATICAL BOLD SMALL A 0061 
-# \x1D41B MATHEMATICAL BOLD SMALL B 0062 
-# \x1D41C MATHEMATICAL BOLD SMALL C 0063 
-# \x1D41D MATHEMATICAL BOLD SMALL D 0064 
-# \x1D41E MATHEMATICAL BOLD SMALL E 0065 
-# \x1D41F MATHEMATICAL BOLD SMALL F 0066 
-# \x1D420 MATHEMATICAL BOLD SMALL G 0067 
-# \x1D421 MATHEMATICAL BOLD SMALL H 0068 
-# \x1D422 MATHEMATICAL BOLD SMALL I 0069 
-# \x1D423 MATHEMATICAL BOLD SMALL J 006A 
-# \x1D424 MATHEMATICAL BOLD SMALL K 006B 
-# \x1D425 MATHEMATICAL BOLD SMALL 006C 
-# \x1D426 MATHEMATICAL BOLD SMALL M 006D 
-# \x1D427 MATHEMATICAL BOLD SMALL 006E 
-# \x1D428 MATHEMATICAL BOLD SMALL O 006F 
-# \x1D429 MATHEMATICAL BOLD SMALL P 0070 
-# \x1D42A MATHEMATICAL BOLD SMALL Q 0071 
-# \x1D42B MATHEMATICAL BOLD SMALL 0072 
-# \x1D42C MATHEMATICAL BOLD SMALL S 0073 
-# \x1D42D MATHEMATICAL BOLD SMALL T 0074 
-# \x1D42E MATHEMATICAL BOLD SMALL U 0075 
-# \x1D42F MATHEMATICAL BOLD SMALL V 0076 
-# \x1D430 MATHEMATICAL BOLD SMALL W 0077 
-# \x1D431 MATHEMATICAL BOLD SMALL X 0078 
-# \x1D432 MATHEMATICAL BOLD SMALL Y 0079 
-# \x1D433 MATHEMATICAL BOLD SMALL Z 007A 
-# \x1D434 MATHEMATICAL ITALIC CAPITAL A 0041 
-# \x1D435 MATHEMATICAL ITALIC CAPITAL B 0042 
-# \x1D436 MATHEMATICAL ITALIC CAPITAL C 0043 
-# \x1D437 MATHEMATICAL ITALIC CAPITAL D 0044 
-# \x1D438 MATHEMATICAL ITALIC CAPITAL E 0045 
-# \x1D439 MATHEMATICAL ITALIC CAPITAL F 0046 
-# \x1D43A MATHEMATICAL ITALIC CAPITAL G 0047 
-# \x1D43B MATHEMATICAL ITALIC CAPITAL H 0048 
-# \x1D43C MATHEMATICAL ITALIC CAPITAL I 0049 
-# \x1D43D MATHEMATICAL ITALIC CAPITAL J 004A 
-# \x1D43E MATHEMATICAL ITALIC CAPITAL K 004B 
-# \x1D43F MATHEMATICAL ITALIC CAPITAL 004C 
-# \x1D440 MATHEMATICAL ITALIC CAPITAL M 004D 
-# \x1D441 MATHEMATICAL ITALIC CAPITAL 004E 
-# \x1D442 MATHEMATICAL ITALIC CAPITAL O 004F 
-# \x1D443 MATHEMATICAL ITALIC CAPITAL P 0050 
-# \x1D444 MATHEMATICAL ITALIC CAPITAL Q 0051 
-# \x1D445 MATHEMATICAL ITALIC CAPITAL 0052 
-# \x1D446 MATHEMATICAL ITALIC CAPITAL S 0053 
-# \x1D447 MATHEMATICAL ITALIC CAPITAL T 0054 
-# \x1D448 MATHEMATICAL ITALIC CAPITAL U 0055 
-# \x1D449 MATHEMATICAL ITALIC CAPITAL V 0056 
-# \x1D44A MATHEMATICAL ITALIC CAPITAL W 0057 
-# \x1D44B MATHEMATICAL ITALIC CAPITAL X 0058 
-# \x1D44C MATHEMATICAL ITALIC CAPITAL Y 0059 
-# \x1D44D MATHEMATICAL ITALIC CAPITAL Z 005A 
-# \x1D44E MATHEMATICAL ITALIC SMALL A 0061 
-# \x1D44F MATHEMATICAL ITALIC SMALL B 0062 
-# \x1D450 MATHEMATICAL ITALIC SMALL C 0063 
-# \x1D451 MATHEMATICAL ITALIC SMALL D 0064 
-# \x1D452 MATHEMATICAL ITALIC SMALL E 0065 
-# \x1D453 MATHEMATICAL ITALIC SMALL F 0066 
-# \x1D454 MATHEMATICAL ITALIC SMALL G 0067 
-# \x1D456 MATHEMATICAL ITALIC SMALL I 0069 
-# \x1D457 MATHEMATICAL ITALIC SMALL J 006A 
-# \x1D458 MATHEMATICAL ITALIC SMALL K 006B 
-# \x1D459 MATHEMATICAL ITALIC SMALL 006C 
-# \x1D45A MATHEMATICAL ITALIC SMALL M 006D 
-# \x1D45B MATHEMATICAL ITALIC SMALL 006E 
-# \x1D45C MATHEMATICAL ITALIC SMALL O 006F 
-# \x1D45D MATHEMATICAL ITALIC SMALL P 0070 
-# \x1D45E MATHEMATICAL ITALIC SMALL Q 0071 
-# \x1D45F MATHEMATICAL ITALIC SMALL 0072 
-# \x1D460 MATHEMATICAL ITALIC SMALL S 0073 
-# \x1D461 MATHEMATICAL ITALIC SMALL T 0074 
-# \x1D462 MATHEMATICAL ITALIC SMALL U 0075 
-# \x1D463 MATHEMATICAL ITALIC SMALL V 0076 
-# \x1D464 MATHEMATICAL ITALIC SMALL W 0077 
-# \x1D465 MATHEMATICAL ITALIC SMALL X 0078 
-# \x1D466 MATHEMATICAL ITALIC SMALL Y 0079 
-# \x1D467 MATHEMATICAL ITALIC SMALL Z 007A 
-# \x1D468 MATHEMATICAL BOLD ITALIC CAPITAL A 0041 
-# \x1D469 MATHEMATICAL BOLD ITALIC CAPITAL B 0042 
-# \x1D46A MATHEMATICAL BOLD ITALIC CAPITAL C 0043 
-# \x1D46B MATHEMATICAL BOLD ITALIC CAPITAL D 0044 
-# \x1D46C MATHEMATICAL BOLD ITALIC CAPITAL E 0045 
-# \x1D46D MATHEMATICAL BOLD ITALIC CAPITAL F 0046 
-# \x1D46E MATHEMATICAL BOLD ITALIC CAPITAL G 0047 
-# \x1D46F MATHEMATICAL BOLD ITALIC CAPITAL H 0048 
-# \x1D470 MATHEMATICAL BOLD ITALIC CAPITAL I 0049 
-# \x1D471 MATHEMATICAL BOLD ITALIC CAPITAL J 004A 
-# \x1D472 MATHEMATICAL BOLD ITALIC CAPITAL K 004B 
-# \x1D473 MATHEMATICAL BOLD ITALIC CAPITAL 004C 
-# \x1D474 MATHEMATICAL BOLD ITALIC CAPITAL M 004D 
-# \x1D475 MATHEMATICAL BOLD ITALIC CAPITAL 004E 
-# \x1D476 MATHEMATICAL BOLD ITALIC CAPITAL O 004F 
-# \x1D477 MATHEMATICAL BOLD ITALIC CAPITAL P 0050 
-# \x1D478 MATHEMATICAL BOLD ITALIC CAPITAL Q 0051 
-# \x1D479 MATHEMATICAL BOLD ITALIC CAPITAL 0052 
-# \x1D47A MATHEMATICAL BOLD ITALIC CAPITAL S 0053 
-# \x1D47B MATHEMATICAL BOLD ITALIC CAPITAL T 0054 
-# \x1D47C MATHEMATICAL BOLD ITALIC CAPITAL U 0055 
-# \x1D47D MATHEMATICAL BOLD ITALIC CAPITAL V 0056 
-# \x1D47E MATHEMATICAL BOLD ITALIC CAPITAL W 0057 
-# \x1D47F MATHEMATICAL BOLD ITALIC CAPITAL X 0058 
-# \x1D480 MATHEMATICAL BOLD ITALIC CAPITAL Y 0059 
-# \x1D481 MATHEMATICAL BOLD ITALIC CAPITAL Z 005A 
-# \x1D482 MATHEMATICAL BOLD ITALIC SMALL A 0061 
-# \x1D483 MATHEMATICAL BOLD ITALIC SMALL B 0062 
-# \x1D484 MATHEMATICAL BOLD ITALIC SMALL C 0063 
-# \x1D485 MATHEMATICAL BOLD ITALIC SMALL D 0064 
-# \x1D486 MATHEMATICAL BOLD ITALIC SMALL E 0065 
-# \x1D487 MATHEMATICAL BOLD ITALIC SMALL F 0066 
-# \x1D488 MATHEMATICAL BOLD ITALIC SMALL G 0067 
-# \x1D489 MATHEMATICAL BOLD ITALIC SMALL H 0068 
-# \x1D48A MATHEMATICAL BOLD ITALIC SMALL I 0069 
-# \x1D48B MATHEMATICAL BOLD ITALIC SMALL J 006A 
-# \x1D48C MATHEMATICAL BOLD ITALIC SMALL K 006B 
-# \x1D48D MATHEMATICAL BOLD ITALIC SMALL 006C 
-# \x1D48E MATHEMATICAL BOLD ITALIC SMALL M 006D 
-# \x1D48F MATHEMATICAL BOLD ITALIC SMALL 006E 
-# \x1D490 MATHEMATICAL BOLD ITALIC SMALL O 006F 
-# \x1D491 MATHEMATICAL BOLD ITALIC SMALL P 0070 
-# \x1D492 MATHEMATICAL BOLD ITALIC SMALL Q 0071 
-# \x1D493 MATHEMATICAL BOLD ITALIC SMALL 0072 
-# \x1D494 MATHEMATICAL BOLD ITALIC SMALL S 0073 
-# \x1D495 MATHEMATICAL BOLD ITALIC SMALL T 0074 
-# \x1D496 MATHEMATICAL BOLD ITALIC SMALL U 0075 
-# \x1D497 MATHEMATICAL BOLD ITALIC SMALL V 0076 
-# \x1D498 MATHEMATICAL BOLD ITALIC SMALL W 0077 
-# \x1D499 MATHEMATICAL BOLD ITALIC SMALL X 0078 
-# \x1D49A MATHEMATICAL BOLD ITALIC SMALL Y 0079 
-# \x1D49B MATHEMATICAL BOLD ITALIC SMALL Z 007A 
-# \x1D49C MATHEMATICAL SCRIPT CAPITAL A 0041 
-# \x1D49E MATHEMATICAL SCRIPT CAPITAL C 0043 
-# \x1D49F MATHEMATICAL SCRIPT CAPITAL D 0044 
-# \x1D4A2 MATHEMATICAL SCRIPT CAPITAL G 0047 
-# \x1D4A5 MATHEMATICAL SCRIPT CAPITAL J 004A 
-# \x1D4A6 MATHEMATICAL SCRIPT CAPITAL K 004B 
-# \x1D4A9 MATHEMATICAL SCRIPT CAPITAL 004E 
-# \x1D4AA MATHEMATICAL SCRIPT CAPITAL O 004F 
-# \x1D4AB MATHEMATICAL SCRIPT CAPITAL P 0050 
-# \x1D4AC MATHEMATICAL SCRIPT CAPITAL Q 0051 
-# \x1D4AE MATHEMATICAL SCRIPT CAPITAL S 0053 
-# \x1D4AF MATHEMATICAL SCRIPT CAPITAL T 0054 
-# \x1D4B0 MATHEMATICAL SCRIPT CAPITAL U 0055 
-# \x1D4B1 MATHEMATICAL SCRIPT CAPITAL V 0056 
-# \x1D4B2 MATHEMATICAL SCRIPT CAPITAL W 0057 
-# \x1D4B3 MATHEMATICAL SCRIPT CAPITAL X 0058 
-# \x1D4B4 MATHEMATICAL SCRIPT CAPITAL Y 0059 
-# \x1D4B5 MATHEMATICAL SCRIPT CAPITAL Z 005A 
-# \x1D4B6 MATHEMATICAL SCRIPT SMALL A 0061 
-# \x1D4B7 MATHEMATICAL SCRIPT SMALL B 0062 
-# \x1D4B8 MATHEMATICAL SCRIPT SMALL C 0063 
-# \x1D4B9 MATHEMATICAL SCRIPT SMALL D 0064 
-# \x1D4BB MATHEMATICAL SCRIPT SMALL F 0066 
-# \x1D4BD MATHEMATICAL SCRIPT SMALL H 0068 
-# \x1D4BE MATHEMATICAL SCRIPT SMALL I 0069 
-# \x1D4BF MATHEMATICAL SCRIPT SMALL J 006A 
-# \x1D4C0 MATHEMATICAL SCRIPT SMALL K 006B 
-# \x1D4C1 MATHEMATICAL SCRIPT SMALL 006C 
-# \x1D4C2 MATHEMATICAL SCRIPT SMALL M 006D 
-# \x1D4C3 MATHEMATICAL SCRIPT SMALL 006E 
-# \x1D4C5 MATHEMATICAL SCRIPT SMALL P 0070 
-# \x1D4C6 MATHEMATICAL SCRIPT SMALL Q 0071 
-# \x1D4C7 MATHEMATICAL SCRIPT SMALL 0072 
-# \x1D4C8 MATHEMATICAL SCRIPT SMALL S 0073 
-# \x1D4C9 MATHEMATICAL SCRIPT SMALL T 0074 
-# \x1D4CA MATHEMATICAL SCRIPT SMALL U 0075 
-# \x1D4CB MATHEMATICAL SCRIPT SMALL V 0076 
-# \x1D4CC MATHEMATICAL SCRIPT SMALL W 0077 
-# \x1D4CD MATHEMATICAL SCRIPT SMALL X 0078 
-# \x1D4CE MATHEMATICAL SCRIPT SMALL Y 0079 
-# \x1D4CF MATHEMATICAL SCRIPT SMALL Z 007A 
-# \x1D4D0 MATHEMATICAL BOLD SCRIPT CAPITAL A 0041 
-# \x1D4D1 MATHEMATICAL BOLD SCRIPT CAPITAL B 0042 
-# \x1D4D2 MATHEMATICAL BOLD SCRIPT CAPITAL C 0043 
-# \x1D4D3 MATHEMATICAL BOLD SCRIPT CAPITAL D 0044 
-# \x1D4D4 MATHEMATICAL BOLD SCRIPT CAPITAL E 0045 
-# \x1D4D5 MATHEMATICAL BOLD SCRIPT CAPITAL F 0046 
-# \x1D4D6 MATHEMATICAL BOLD SCRIPT CAPITAL G 0047 
-# \x1D4D7 MATHEMATICAL BOLD SCRIPT CAPITAL H 0048 
-# \x1D4D8 MATHEMATICAL BOLD SCRIPT CAPITAL I 0049 
-# \x1D4D9 MATHEMATICAL BOLD SCRIPT CAPITAL J 004A 
-# \x1D4DA MATHEMATICAL BOLD SCRIPT CAPITAL K 004B 
-# \x1D4DB MATHEMATICAL BOLD SCRIPT CAPITAL 004C 
-# \x1D4DC MATHEMATICAL BOLD SCRIPT CAPITAL M 004D 
-# \x1D4DD MATHEMATICAL BOLD SCRIPT CAPITAL 004E 
-# \x1D4DE MATHEMATICAL BOLD SCRIPT CAPITAL O 004F 
-# \x1D4DF MATHEMATICAL BOLD SCRIPT CAPITAL P 0050 
-# \x1D4E0 MATHEMATICAL BOLD SCRIPT CAPITAL Q 0051 
-# \x1D4E1 MATHEMATICAL BOLD SCRIPT CAPITAL 0052 
-# \x1D4E2 MATHEMATICAL BOLD SCRIPT CAPITAL S 0053 
-# \x1D4E3 MATHEMATICAL BOLD SCRIPT CAPITAL T 0054 
-# \x1D4E4 MATHEMATICAL BOLD SCRIPT CAPITAL U 0055 
-# \x1D4E5 MATHEMATICAL BOLD SCRIPT CAPITAL V 0056 
-# \x1D4E6 MATHEMATICAL BOLD SCRIPT CAPITAL W 0057 
-# \x1D4E7 MATHEMATICAL BOLD SCRIPT CAPITAL X 0058 
-# \x1D4E8 MATHEMATICAL BOLD SCRIPT CAPITAL Y 0059 
-# \x1D4E9 MATHEMATICAL BOLD SCRIPT CAPITAL Z 005A 
-# \x1D4EA MATHEMATICAL BOLD SCRIPT SMALL A 0061 
-# \x1D4EB MATHEMATICAL BOLD SCRIPT SMALL B 0062 
-# \x1D4EC MATHEMATICAL BOLD SCRIPT SMALL C 0063 
-# \x1D4ED MATHEMATICAL BOLD SCRIPT SMALL D 0064 
-# \x1D4EE MATHEMATICAL BOLD SCRIPT SMALL E 0065 
-# \x1D4EF MATHEMATICAL BOLD SCRIPT SMALL F 0066 
-# \x1D4F0 MATHEMATICAL BOLD SCRIPT SMALL G 0067 
-# \x1D4F1 MATHEMATICAL BOLD SCRIPT SMALL H 0068 
-# \x1D4F2 MATHEMATICAL BOLD SCRIPT SMALL I 0069 
-# \x1D4F3 MATHEMATICAL BOLD SCRIPT SMALL J 006A 
-# \x1D4F4 MATHEMATICAL BOLD SCRIPT SMALL K 006B 
-# \x1D4F5 MATHEMATICAL BOLD SCRIPT SMALL 006C 
-# \x1D4F6 MATHEMATICAL BOLD SCRIPT SMALL M 006D 
-# \x1D4F7 MATHEMATICAL BOLD SCRIPT SMALL 006E 
-# \x1D4F8 MATHEMATICAL BOLD SCRIPT SMALL O 006F 
-# \x1D4F9 MATHEMATICAL BOLD SCRIPT SMALL P 0070 
-# \x1D4FA MATHEMATICAL BOLD SCRIPT SMALL Q 0071 
-# \x1D4FB MATHEMATICAL BOLD SCRIPT SMALL 0072 
-# \x1D4FC MATHEMATICAL BOLD SCRIPT SMALL S 0073 
-# \x1D4FD MATHEMATICAL BOLD SCRIPT SMALL T 0074 
-# \x1D4FE MATHEMATICAL BOLD SCRIPT SMALL U 0075 
-# \x1D4FF MATHEMATICAL BOLD SCRIPT SMALL V 0076 
-# \x1D500 MATHEMATICAL BOLD SCRIPT SMALL W 0077 
-# \x1D501 MATHEMATICAL BOLD SCRIPT SMALL X 0078 
-# \x1D502 MATHEMATICAL BOLD SCRIPT SMALL Y 0079 
-# \x1D503 MATHEMATICAL BOLD SCRIPT SMALL Z 007A 
-# \x1D504 MATHEMATICAL FRAKTUR CAPITAL A 0041 
-# \x1D505 MATHEMATICAL FRAKTUR CAPITAL B 0042 
-# \x1D507 MATHEMATICAL FRAKTUR CAPITAL D 0044 
-# \x1D508 MATHEMATICAL FRAKTUR CAPITAL E 0045 
-# \x1D509 MATHEMATICAL FRAKTUR CAPITAL F 0046 
-# \x1D50A MATHEMATICAL FRAKTUR CAPITAL G 0047 
-# \x1D50D MATHEMATICAL FRAKTUR CAPITAL J 004A 
-# \x1D50E MATHEMATICAL FRAKTUR CAPITAL K 004B 
-# \x1D50F MATHEMATICAL FRAKTUR CAPITAL 004C 
-# \x1D510 MATHEMATICAL FRAKTUR CAPITAL M 004D 
-# \x1D511 MATHEMATICAL FRAKTUR CAPITAL 004E 
-# \x1D512 MATHEMATICAL FRAKTUR CAPITAL O 004F 
-# \x1D513 MATHEMATICAL FRAKTUR CAPITAL P 0050 
-# \x1D514 MATHEMATICAL FRAKTUR CAPITAL Q 0051 
-# \x1D516 MATHEMATICAL FRAKTUR CAPITAL S 0053 
-# \x1D517 MATHEMATICAL FRAKTUR CAPITAL T 0054 
-# \x1D518 MATHEMATICAL FRAKTUR CAPITAL U 0055 
-# \x1D519 MATHEMATICAL FRAKTUR CAPITAL V 0056 
-# \x1D51A MATHEMATICAL FRAKTUR CAPITAL W 0057 
-# \x1D51B MATHEMATICAL FRAKTUR CAPITAL X 0058 
-# \x1D51C MATHEMATICAL FRAKTUR CAPITAL Y 0059 
-# \x1D51E MATHEMATICAL FRAKTUR SMALL A 0061 
-# \x1D51F MATHEMATICAL FRAKTUR SMALL B 0062 
-# \x1D520 MATHEMATICAL FRAKTUR SMALL C 0063 
-# \x1D521 MATHEMATICAL FRAKTUR SMALL D 0064 
-# \x1D522 MATHEMATICAL FRAKTUR SMALL E 0065 
-# \x1D523 MATHEMATICAL FRAKTUR SMALL F 0066 
-# \x1D524 MATHEMATICAL FRAKTUR SMALL G 0067 
-# \x1D525 MATHEMATICAL FRAKTUR SMALL H 0068 
-# \x1D526 MATHEMATICAL FRAKTUR SMALL I 0069 
-# \x1D527 MATHEMATICAL FRAKTUR SMALL J 006A 
-# \x1D528 MATHEMATICAL FRAKTUR SMALL K 006B 
-# \x1D529 MATHEMATICAL FRAKTUR SMALL 006C 
-# \x1D52A MATHEMATICAL FRAKTUR SMALL M 006D 
-# \x1D52B MATHEMATICAL FRAKTUR SMALL 006E 
-# \x1D52C MATHEMATICAL FRAKTUR SMALL O 006F 
-# \x1D52D MATHEMATICAL FRAKTUR SMALL P 0070 
-# \x1D52E MATHEMATICAL FRAKTUR SMALL Q 0071 
-# \x1D52F MATHEMATICAL FRAKTUR SMALL 0072 
-# \x1D530 MATHEMATICAL FRAKTUR SMALL S 0073 
-# \x1D531 MATHEMATICAL FRAKTUR SMALL T 0074 
-# \x1D532 MATHEMATICAL FRAKTUR SMALL U 0075 
-# \x1D533 MATHEMATICAL FRAKTUR SMALL V 0076 
-# \x1D534 MATHEMATICAL FRAKTUR SMALL W 0077 
-# \x1D535 MATHEMATICAL FRAKTUR SMALL X 0078 
-# \x1D536 MATHEMATICAL FRAKTUR SMALL Y 0079 
-# \x1D537 MATHEMATICAL FRAKTUR SMALL Z 007A 
-# \x1D538 MATHEMATICAL DOUBLE-STRUCK CAPITAL A 0041 
-# \x1D539 MATHEMATICAL DOUBLE-STRUCK CAPITAL B 0042 
-# \x1D53B MATHEMATICAL DOUBLE-STRUCK CAPITAL D 0044 
-# \x1D53C MATHEMATICAL DOUBLE-STRUCK CAPITAL E 0045 
-# \x1D53D MATHEMATICAL DOUBLE-STRUCK CAPITAL F 0046 
-# \x1D53E MATHEMATICAL DOUBLE-STRUCK CAPITAL G 0047 
-# \x1D540 MATHEMATICAL DOUBLE-STRUCK CAPITAL I 0049 
-# \x1D541 MATHEMATICAL DOUBLE-STRUCK CAPITAL J 004A 
-# \x1D542 MATHEMATICAL DOUBLE-STRUCK CAPITAL K 004B 
-# \x1D543 MATHEMATICAL DOUBLE-STRUCK CAPITAL 004C 
-# \x1D544 MATHEMATICAL DOUBLE-STRUCK CAPITAL M 004D 
-# \x1D546 MATHEMATICAL DOUBLE-STRUCK CAPITAL O 004F 
-# \x1D54A MATHEMATICAL DOUBLE-STRUCK CAPITAL S 0053 
-# \x1D54B MATHEMATICAL DOUBLE-STRUCK CAPITAL T 0054 
-# \x1D54C MATHEMATICAL DOUBLE-STRUCK CAPITAL U 0055 
-# \x1D54D MATHEMATICAL DOUBLE-STRUCK CAPITAL V 0056 
-# \x1D54E MATHEMATICAL DOUBLE-STRUCK CAPITAL W 0057 
-# \x1D54F MATHEMATICAL DOUBLE-STRUCK CAPITAL X 0058 
-# \x1D550 MATHEMATICAL DOUBLE-STRUCK CAPITAL Y 0059 
-# \x1D552 MATHEMATICAL DOUBLE-STRUCK SMALL A 0061 
-# \x1D553 MATHEMATICAL DOUBLE-STRUCK SMALL B 0062 
-# \x1D554 MATHEMATICAL DOUBLE-STRUCK SMALL C 0063 
-# \x1D555 MATHEMATICAL DOUBLE-STRUCK SMALL D 0064 
-# \x1D556 MATHEMATICAL DOUBLE-STRUCK SMALL E 0065 
-# \x1D557 MATHEMATICAL DOUBLE-STRUCK SMALL F 0066 
-# \x1D558 MATHEMATICAL DOUBLE-STRUCK SMALL G 0067 
-# \x1D559 MATHEMATICAL DOUBLE-STRUCK SMALL H 0068 
-# \x1D55A MATHEMATICAL DOUBLE-STRUCK SMALL I 0069 
-# \x1D55B MATHEMATICAL DOUBLE-STRUCK SMALL J 006A 
-# \x1D55C MATHEMATICAL DOUBLE-STRUCK SMALL K 006B 
-# \x1D55D MATHEMATICAL DOUBLE-STRUCK SMALL 006C 
-# \x1D55E MATHEMATICAL DOUBLE-STRUCK SMALL M 006D 
-# \x1D55F MATHEMATICAL DOUBLE-STRUCK SMALL 006E 
-# \x1D560 MATHEMATICAL DOUBLE-STRUCK SMALL O 006F 
-# \x1D561 MATHEMATICAL DOUBLE-STRUCK SMALL P 0070 
-# \x1D562 MATHEMATICAL DOUBLE-STRUCK SMALL Q 0071 
-# \x1D563 MATHEMATICAL DOUBLE-STRUCK SMALL 0072 
-# \x1D564 MATHEMATICAL DOUBLE-STRUCK SMALL S 0073 
-# \x1D565 MATHEMATICAL DOUBLE-STRUCK SMALL T 0074 
-# \x1D566 MATHEMATICAL DOUBLE-STRUCK SMALL U 0075 
-# \x1D567 MATHEMATICAL DOUBLE-STRUCK SMALL V 0076 
-# \x1D568 MATHEMATICAL DOUBLE-STRUCK SMALL W 0077 
-# \x1D569 MATHEMATICAL DOUBLE-STRUCK SMALL X 0078 
-# \x1D56A MATHEMATICAL DOUBLE-STRUCK SMALL Y 0079 
-# \x1D56B MATHEMATICAL DOUBLE-STRUCK SMALL Z 007A 
-# \x1D56C MATHEMATICAL BOLD FRAKTUR CAPITAL A 0041 
-# \x1D56D MATHEMATICAL BOLD FRAKTUR CAPITAL B 0042 
-# \x1D56E MATHEMATICAL BOLD FRAKTUR CAPITAL C 0043 
-# \x1D56F MATHEMATICAL BOLD FRAKTUR CAPITAL D 0044 
-# \x1D570 MATHEMATICAL BOLD FRAKTUR CAPITAL E 0045 
-# \x1D571 MATHEMATICAL BOLD FRAKTUR CAPITAL F 0046 
-# \x1D572 MATHEMATICAL BOLD FRAKTUR CAPITAL G 0047 
-# \x1D573 MATHEMATICAL BOLD FRAKTUR CAPITAL H 0048 
-# \x1D574 MATHEMATICAL BOLD FRAKTUR CAPITAL I 0049 
-# \x1D575 MATHEMATICAL BOLD FRAKTUR CAPITAL J 004A 
-# \x1D576 MATHEMATICAL BOLD FRAKTUR CAPITAL K 004B 
-# \x1D577 MATHEMATICAL BOLD FRAKTUR CAPITAL 004C 
-# \x1D578 MATHEMATICAL BOLD FRAKTUR CAPITAL M 004D 
-# \x1D579 MATHEMATICAL BOLD FRAKTUR CAPITAL 004E 
-# \x1D57A MATHEMATICAL BOLD FRAKTUR CAPITAL O 004F 
-# \x1D57B MATHEMATICAL BOLD FRAKTUR CAPITAL P 0050 
-# \x1D57C MATHEMATICAL BOLD FRAKTUR CAPITAL Q 0051 
-# \x1D57D MATHEMATICAL BOLD FRAKTUR CAPITAL 0052 
-# \x1D57E MATHEMATICAL BOLD FRAKTUR CAPITAL S 0053 
-# \x1D57F MATHEMATICAL BOLD FRAKTUR CAPITAL T 0054 
-# \x1D580 MATHEMATICAL BOLD FRAKTUR CAPITAL U 0055 
-# \x1D581 MATHEMATICAL BOLD FRAKTUR CAPITAL V 0056 
-# \x1D582 MATHEMATICAL BOLD FRAKTUR CAPITAL W 0057 
-# \x1D583 MATHEMATICAL BOLD FRAKTUR CAPITAL X 0058 
-# \x1D584 MATHEMATICAL BOLD FRAKTUR CAPITAL Y 0059 
-# \x1D585 MATHEMATICAL BOLD FRAKTUR CAPITAL Z 005A 
-# \x1D586 MATHEMATICAL BOLD FRAKTUR SMALL A 0061 
-# \x1D587 MATHEMATICAL BOLD FRAKTUR SMALL B 0062 
-# \x1D588 MATHEMATICAL BOLD FRAKTUR SMALL C 0063 
-# \x1D589 MATHEMATICAL BOLD FRAKTUR SMALL D 0064 
-# \x1D58A MATHEMATICAL BOLD FRAKTUR SMALL E 0065 
-# \x1D58B MATHEMATICAL BOLD FRAKTUR SMALL F 0066 
-# \x1D58C MATHEMATICAL BOLD FRAKTUR SMALL G 0067 
-# \x1D58D MATHEMATICAL BOLD FRAKTUR SMALL H 0068 
-# \x1D58E MATHEMATICAL BOLD FRAKTUR SMALL I 0069 
-# \x1D58F MATHEMATICAL BOLD FRAKTUR SMALL J 006A 
-# \x1D590 MATHEMATICAL BOLD FRAKTUR SMALL K 006B 
-# \x1D591 MATHEMATICAL BOLD FRAKTUR SMALL 006C 
-# \x1D592 MATHEMATICAL BOLD FRAKTUR SMALL M 006D 
-# \x1D593 MATHEMATICAL BOLD FRAKTUR SMALL 006E 
-# \x1D594 MATHEMATICAL BOLD FRAKTUR SMALL O 006F 
-# \x1D595 MATHEMATICAL BOLD FRAKTUR SMALL P 0070 
-# \x1D596 MATHEMATICAL BOLD FRAKTUR SMALL Q 0071 
-# \x1D597 MATHEMATICAL BOLD FRAKTUR SMALL 0072 
-# \x1D598 MATHEMATICAL BOLD FRAKTUR SMALL S 0073 
-# \x1D599 MATHEMATICAL BOLD FRAKTUR SMALL T 0074 
-# \x1D59A MATHEMATICAL BOLD FRAKTUR SMALL U 0075 
-# \x1D59B MATHEMATICAL BOLD FRAKTUR SMALL V 0076 
-# \x1D59C MATHEMATICAL BOLD FRAKTUR SMALL W 0077 
-# \x1D59D MATHEMATICAL BOLD FRAKTUR SMALL X 0078 
-# \x1D59E MATHEMATICAL BOLD FRAKTUR SMALL Y 0079 
-# \x1D59F MATHEMATICAL BOLD FRAKTUR SMALL Z 007A 
-# \x1D5A0 MATHEMATICAL SANS-SERIF CAPITAL A 0041 
-# \x1D5A1 MATHEMATICAL SANS-SERIF CAPITAL B 0042 
-# \x1D5A2 MATHEMATICAL SANS-SERIF CAPITAL C 0043 
-# \x1D5A3 MATHEMATICAL SANS-SERIF CAPITAL D 0044 
-# \x1D5A4 MATHEMATICAL SANS-SERIF CAPITAL E 0045 
-# \x1D5A5 MATHEMATICAL SANS-SERIF CAPITAL F 0046 
-# \x1D5A6 MATHEMATICAL SANS-SERIF CAPITAL G 0047 
-# \x1D5A7 MATHEMATICAL SANS-SERIF CAPITAL H 0048 
-# \x1D5A8 MATHEMATICAL SANS-SERIF CAPITAL I 0049 
-# \x1D5A9 MATHEMATICAL SANS-SERIF CAPITAL J 004A 
-# \x1D5AA MATHEMATICAL SANS-SERIF CAPITAL K 004B 
-# \x1D5AB MATHEMATICAL SANS-SERIF CAPITAL 004C 
-# \x1D5AC MATHEMATICAL SANS-SERIF CAPITAL M 004D 
-# \x1D5AD MATHEMATICAL SANS-SERIF CAPITAL 004E 
-# \x1D5AE MATHEMATICAL SANS-SERIF CAPITAL O 004F 
-# \x1D5AF MATHEMATICAL SANS-SERIF CAPITAL P 0050 
-# \x1D5B0 MATHEMATICAL SANS-SERIF CAPITAL Q 0051 
-# \x1D5B1 MATHEMATICAL SANS-SERIF CAPITAL 0052 
-# \x1D5B2 MATHEMATICAL SANS-SERIF CAPITAL S 0053 
-# \x1D5B3 MATHEMATICAL SANS-SERIF CAPITAL T 0054 
-# \x1D5B4 MATHEMATICAL SANS-SERIF CAPITAL U 0055 
-# \x1D5B5 MATHEMATICAL SANS-SERIF CAPITAL V 0056 
-# \x1D5B6 MATHEMATICAL SANS-SERIF CAPITAL W 0057 
-# \x1D5B7 MATHEMATICAL SANS-SERIF CAPITAL X 0058 
-# \x1D5B8 MATHEMATICAL SANS-SERIF CAPITAL Y 0059 
-# \x1D5B9 MATHEMATICAL SANS-SERIF CAPITAL Z 005A 
-# \x1D5BA MATHEMATICAL SANS-SERIF SMALL A 0061 
-# \x1D5BB MATHEMATICAL SANS-SERIF SMALL B 0062 
-# \x1D5BC MATHEMATICAL SANS-SERIF SMALL C 0063 
-# \x1D5BD MATHEMATICAL SANS-SERIF SMALL D 0064 
-# \x1D5BE MATHEMATICAL SANS-SERIF SMALL E 0065 
-# \x1D5BF MATHEMATICAL SANS-SERIF SMALL F 0066 
-# \x1D5C0 MATHEMATICAL SANS-SERIF SMALL G 0067 
-# \x1D5C1 MATHEMATICAL SANS-SERIF SMALL H 0068 
-# \x1D5C2 MATHEMATICAL SANS-SERIF SMALL I 0069 
-# \x1D5C3 MATHEMATICAL SANS-SERIF SMALL J 006A 
-# \x1D5C4 MATHEMATICAL SANS-SERIF SMALL K 006B 
-# \x1D5C5 MATHEMATICAL SANS-SERIF SMALL 006C 
-# \x1D5C6 MATHEMATICAL SANS-SERIF SMALL M 006D 
-# \x1D5C7 MATHEMATICAL SANS-SERIF SMALL 006E 
-# \x1D5C8 MATHEMATICAL SANS-SERIF SMALL O 006F 
-# \x1D5C9 MATHEMATICAL SANS-SERIF SMALL P 0070 
-# \x1D5CA MATHEMATICAL SANS-SERIF SMALL Q 0071 
-# \x1D5CB MATHEMATICAL SANS-SERIF SMALL 0072 
-# \x1D5CC MATHEMATICAL SANS-SERIF SMALL S 0073 
-# \x1D5CD MATHEMATICAL SANS-SERIF SMALL T 0074 
-# \x1D5CE MATHEMATICAL SANS-SERIF SMALL U 0075 
-# \x1D5CF MATHEMATICAL SANS-SERIF SMALL V 0076 
-# \x1D5D0 MATHEMATICAL SANS-SERIF SMALL W 0077 
-# \x1D5D1 MATHEMATICAL SANS-SERIF SMALL X 0078 
-# \x1D5D2 MATHEMATICAL SANS-SERIF SMALL Y 0079 
-# \x1D5D3 MATHEMATICAL SANS-SERIF SMALL Z 007A 
-# \x1D5D4 MATHEMATICAL SANS-SERIF BOLD CAPITAL A 0041 
-# \x1D5D5 MATHEMATICAL SANS-SERIF BOLD CAPITAL B 0042 
-# \x1D5D6 MATHEMATICAL SANS-SERIF BOLD CAPITAL C 0043 
-# \x1D5D7 MATHEMATICAL SANS-SERIF BOLD CAPITAL D 0044 
-# \x1D5D8 MATHEMATICAL SANS-SERIF BOLD CAPITAL E 0045 
-# \x1D5D9 MATHEMATICAL SANS-SERIF BOLD CAPITAL F 0046 
-# \x1D5DA MATHEMATICAL SANS-SERIF BOLD CAPITAL G 0047 
-# \x1D5DB MATHEMATICAL SANS-SERIF BOLD CAPITAL H 0048 
-# \x1D5DC MATHEMATICAL SANS-SERIF BOLD CAPITAL I 0049 
-# \x1D5DD MATHEMATICAL SANS-SERIF BOLD CAPITAL J 004A 
-# \x1D5DE MATHEMATICAL SANS-SERIF BOLD CAPITAL K 004B 
-# \x1D5DF MATHEMATICAL SANS-SERIF BOLD CAPITAL 004C 
-# \x1D5E0 MATHEMATICAL SANS-SERIF BOLD CAPITAL M 004D 
-# \x1D5E1 MATHEMATICAL SANS-SERIF BOLD CAPITAL 004E 
-# \x1D5E2 MATHEMATICAL SANS-SERIF BOLD CAPITAL O 004F 
-# \x1D5E3 MATHEMATICAL SANS-SERIF BOLD CAPITAL P 0050 
-# \x1D5E4 MATHEMATICAL SANS-SERIF BOLD CAPITAL Q 0051 
-# \x1D5E5 MATHEMATICAL SANS-SERIF BOLD CAPITAL 0052 
-# \x1D5E6 MATHEMATICAL SANS-SERIF BOLD CAPITAL S 0053 
-# \x1D5E7 MATHEMATICAL SANS-SERIF BOLD CAPITAL T 0054 
-# \x1D5E8 MATHEMATICAL SANS-SERIF BOLD CAPITAL U 0055 
-# \x1D5E9 MATHEMATICAL SANS-SERIF BOLD CAPITAL V 0056 
-# \x1D5EA MATHEMATICAL SANS-SERIF BOLD CAPITAL W 0057 
-# \x1D5EB MATHEMATICAL SANS-SERIF BOLD CAPITAL X 0058 
-# \x1D5EC MATHEMATICAL SANS-SERIF BOLD CAPITAL Y 0059 
-# \x1D5ED MATHEMATICAL SANS-SERIF BOLD CAPITAL Z 005A 
-# \x1D5EE MATHEMATICAL SANS-SERIF BOLD SMALL A 0061 
-# \x1D5EF MATHEMATICAL SANS-SERIF BOLD SMALL B 0062 
-# \x1D5F0 MATHEMATICAL SANS-SERIF BOLD SMALL C 0063 
-# \x1D5F1 MATHEMATICAL SANS-SERIF BOLD SMALL D 0064 
-# \x1D5F2 MATHEMATICAL SANS-SERIF BOLD SMALL E 0065 
-# \x1D5F3 MATHEMATICAL SANS-SERIF BOLD SMALL F 0066 
-# \x1D5F4 MATHEMATICAL SANS-SERIF BOLD SMALL G 0067 
-# \x1D5F5 MATHEMATICAL SANS-SERIF BOLD SMALL H 0068 
-# \x1D5F6 MATHEMATICAL SANS-SERIF BOLD SMALL I 0069 
-# \x1D5F7 MATHEMATICAL SANS-SERIF BOLD SMALL J 006A 
-# \x1D5F8 MATHEMATICAL SANS-SERIF BOLD SMALL K 006B 
-# \x1D5F9 MATHEMATICAL SANS-SERIF BOLD SMALL 006C 
-# \x1D5FA MATHEMATICAL SANS-SERIF BOLD SMALL M 006D 
-# \x1D5FB MATHEMATICAL SANS-SERIF BOLD SMALL 006E 
-# \x1D5FC MATHEMATICAL SANS-SERIF BOLD SMALL O 006F 
-# \x1D5FD MATHEMATICAL SANS-SERIF BOLD SMALL P 0070 
-# \x1D5FE MATHEMATICAL SANS-SERIF BOLD SMALL Q 0071 
-# \x1D5FF MATHEMATICAL SANS-SERIF BOLD SMALL 0072 
-# \x1D600 MATHEMATICAL SANS-SERIF BOLD SMALL S 0073 
-# \x1D601 MATHEMATICAL SANS-SERIF BOLD SMALL T 0074 
-# \x1D602 MATHEMATICAL SANS-SERIF BOLD SMALL U 0075 
-# \x1D603 MATHEMATICAL SANS-SERIF BOLD SMALL V 0076 
-# \x1D604 MATHEMATICAL SANS-SERIF BOLD SMALL W 0077 
-# \x1D605 MATHEMATICAL SANS-SERIF BOLD SMALL X 0078 
-# \x1D606 MATHEMATICAL SANS-SERIF BOLD SMALL Y 0079 
-# \x1D607 MATHEMATICAL SANS-SERIF BOLD SMALL Z 007A 
-# \x1D608 MATHEMATICAL SANS-SERIF ITALIC CAPITAL A 0041 
-# \x1D609 MATHEMATICAL SANS-SERIF ITALIC CAPITAL B 0042 
-# \x1D60A MATHEMATICAL SANS-SERIF ITALIC CAPITAL C 0043 
-# \x1D60B MATHEMATICAL SANS-SERIF ITALIC CAPITAL D 0044 
-# \x1D60C MATHEMATICAL SANS-SERIF ITALIC CAPITAL E 0045 
-# \x1D60D MATHEMATICAL SANS-SERIF ITALIC CAPITAL F 0046 
-# \x1D60E MATHEMATICAL SANS-SERIF ITALIC CAPITAL G 0047 
-# \x1D60F MATHEMATICAL SANS-SERIF ITALIC CAPITAL H 0048 
-# \x1D610 MATHEMATICAL SANS-SERIF ITALIC CAPITAL I 0049 
-# \x1D611 MATHEMATICAL SANS-SERIF ITALIC CAPITAL J 004A 
-# \x1D612 MATHEMATICAL SANS-SERIF ITALIC CAPITAL K 004B 
-# \x1D613 MATHEMATICAL SANS-SERIF ITALIC CAPITAL 004C 
-# \x1D614 MATHEMATICAL SANS-SERIF ITALIC CAPITAL M 004D 
-# \x1D615 MATHEMATICAL SANS-SERIF ITALIC CAPITAL 004E 
-# \x1D616 MATHEMATICAL SANS-SERIF ITALIC CAPITAL O 004F 
-# \x1D617 MATHEMATICAL SANS-SERIF ITALIC CAPITAL P 0050 
-# \x1D618 MATHEMATICAL SANS-SERIF ITALIC CAPITAL Q 0051 
-# \x1D619 MATHEMATICAL SANS-SERIF ITALIC CAPITAL 0052 
-# \x1D61A MATHEMATICAL SANS-SERIF ITALIC CAPITAL S 0053 
-# \x1D61B MATHEMATICAL SANS-SERIF ITALIC CAPITAL T 0054 
-# \x1D61C MATHEMATICAL SANS-SERIF ITALIC CAPITAL U 0055 
-# \x1D61D MATHEMATICAL SANS-SERIF ITALIC CAPITAL V 0056 
-# \x1D61E MATHEMATICAL SANS-SERIF ITALIC CAPITAL W 0057 
-# \x1D61F MATHEMATICAL SANS-SERIF ITALIC CAPITAL X 0058 
-# \x1D620 MATHEMATICAL SANS-SERIF ITALIC CAPITAL Y 0059 
-# \x1D621 MATHEMATICAL SANS-SERIF ITALIC CAPITAL Z 005A 
-# \x1D622 MATHEMATICAL SANS-SERIF ITALIC SMALL A 0061 
-# \x1D623 MATHEMATICAL SANS-SERIF ITALIC SMALL B 0062 
-# \x1D624 MATHEMATICAL SANS-SERIF ITALIC SMALL C 0063 
-# \x1D625 MATHEMATICAL SANS-SERIF ITALIC SMALL D 0064 
-# \x1D626 MATHEMATICAL SANS-SERIF ITALIC SMALL E 0065 
-# \x1D627 MATHEMATICAL SANS-SERIF ITALIC SMALL F 0066 
-# \x1D628 MATHEMATICAL SANS-SERIF ITALIC SMALL G 0067 
-# \x1D629 MATHEMATICAL SANS-SERIF ITALIC SMALL H 0068 
-# \x1D62A MATHEMATICAL SANS-SERIF ITALIC SMALL I 0069 
-# \x1D62B MATHEMATICAL SANS-SERIF ITALIC SMALL J 006A 
-# \x1D62C MATHEMATICAL SANS-SERIF ITALIC SMALL K 006B 
-# \x1D62D MATHEMATICAL SANS-SERIF ITALIC SMALL 006C 
-# \x1D62E MATHEMATICAL SANS-SERIF ITALIC SMALL M 006D 
-# \x1D62F MATHEMATICAL SANS-SERIF ITALIC SMALL 006E 
-# \x1D630 MATHEMATICAL SANS-SERIF ITALIC SMALL O 006F 
-# \x1D631 MATHEMATICAL SANS-SERIF ITALIC SMALL P 0070 
-# \x1D632 MATHEMATICAL SANS-SERIF ITALIC SMALL Q 0071 
-# \x1D633 MATHEMATICAL SANS-SERIF ITALIC SMALL 0072 
-# \x1D634 MATHEMATICAL SANS-SERIF ITALIC SMALL S 0073 
-# \x1D635 MATHEMATICAL SANS-SERIF ITALIC SMALL T 0074 
-# \x1D636 MATHEMATICAL SANS-SERIF ITALIC SMALL U 0075 
-# \x1D637 MATHEMATICAL SANS-SERIF ITALIC SMALL V 0076 
-# \x1D638 MATHEMATICAL SANS-SERIF ITALIC SMALL W 0077 
-# \x1D639 MATHEMATICAL SANS-SERIF ITALIC SMALL X 0078 
-# \x1D63A MATHEMATICAL SANS-SERIF ITALIC SMALL Y 0079 
-# \x1D63B MATHEMATICAL SANS-SERIF ITALIC SMALL Z 007A 
-# \x1D63C MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL A 0041 
-# \x 
-# \x1D63D MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL B 0042 
-# \x 
-# \x1D63E MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL C 0043 
-# \x 
-# \x1D63F MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL D 0044 
-# \x 
-# \x1D640 MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL E 0045 
-# \x 
-# \x1D641 MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL F 0046 
-# \x 
-# \x1D642 MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL G 0047 
-# \x 
-# \x1D643 MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL H 0048 
-# \x 
-# \x1D644 MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL I 0049 
-# \x 
-# \x1D645 MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL J 004A 
-# \x 
-# \x1D646 MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL K 004B 
-# \x 
-# \x1D647 MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL 004C 
-# \x 
-# \x1D648 MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL M 004D 
-# \x 
-# \x1D649 MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL 004E 
-# \x 
-# \x1D64A MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL O 004F 
-# \x 
-# \x1D64B MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL P 0050 
-# \x 
-# \x1D64C MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL Q 0051 
-# \x 
-# \x1D64D MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL 0052 
-# \x 
-# \x1D64E MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL S 0053 
-# \x 
-# \x1D64F MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL T 0054 
-# \x 
-# \x1D650 MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL U 0055 
-# \x 
-# \x1D651 MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL V 0056 
-# \x 
-# \x1D652 MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL W 0057 
-# \x 
-# \x1D653 MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL X 0058 
-# \x 
-# \x1D654 MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL Y 0059 
-# \x 
-# \x1D655 MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL Z 005A 
-# \x 
-# \x1D656 MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL A 0061 
-# \x1D657 MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL B 0062 
-# \x1D658 MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL C 0063 
-# \x1D659 MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL D 0064 
-# \x1D65A MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL E 0065 
-# \x1D65B MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL F 0066 
-# \x1D65C MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL G 0067 
-# \x1D65D MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL H 0068 
-# \x1D65E MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL I 0069 
-# \x1D65F MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL J 006A 
-# \x1D660 MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL K 006B 
-# \x1D661 MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL 006C 
-# \x1D662 MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL M 006D 
-# \x1D663 MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL 006E 
-# \x1D664 MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL O 006F 
-# \x1D665 MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL P 0070 
-# \x1D666 MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL Q 0071 
-# \x1D667 MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL 0072 
-# \x1D668 MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL S 0073 
-# \x1D669 MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL T 0074 
-# \x1D66A MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL U 0075 
-# \x1D66B MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL V 0076 
-# \x1D66C MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL W 0077 
-# \x1D66D MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL X 0078 
-# \x1D66E MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL Y 0079 
-# \x1D66F MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL Z 007A 
-# \x1D670 MATHEMATICAL MONOSPACE CAPITAL A 0041 
-# \x1D671 MATHEMATICAL MONOSPACE CAPITAL B 0042 
-# \x1D672 MATHEMATICAL MONOSPACE CAPITAL C 0043 
-# \x1D673 MATHEMATICAL MONOSPACE CAPITAL D 0044 
-# \x1D674 MATHEMATICAL MONOSPACE CAPITAL E 0045 
-# \x1D675 MATHEMATICAL MONOSPACE CAPITAL F 0046 
-# \x1D676 MATHEMATICAL MONOSPACE CAPITAL G 0047 
-# \x1D677 MATHEMATICAL MONOSPACE CAPITAL H 0048 
-# \x1D678 MATHEMATICAL MONOSPACE CAPITAL I 0049 
-# \x1D679 MATHEMATICAL MONOSPACE CAPITAL J 004A 
-# \x1D67A MATHEMATICAL MONOSPACE CAPITAL K 004B 
-# \x1D67B MATHEMATICAL MONOSPACE CAPITAL 004C 
-# \x1D67C MATHEMATICAL MONOSPACE CAPITAL M 004D 
-# \x1D67D MATHEMATICAL MONOSPACE CAPITAL 004E 
-# \x1D67E MATHEMATICAL MONOSPACE CAPITAL O 004F 
-# \x1D67F MATHEMATICAL MONOSPACE CAPITAL P 0050 
-# \x1D680 MATHEMATICAL MONOSPACE CAPITAL Q 0051 
-# \x1D681 MATHEMATICAL MONOSPACE CAPITAL 0052 
-# \x1D682 MATHEMATICAL MONOSPACE CAPITAL S 0053 
-# \x1D683 MATHEMATICAL MONOSPACE CAPITAL T 0054 
-# \x1D684 MATHEMATICAL MONOSPACE CAPITAL U 0055 
-# \x1D685 MATHEMATICAL MONOSPACE CAPITAL V 0056 
-# \x1D686 MATHEMATICAL MONOSPACE CAPITAL W 0057 
-# \x1D687 MATHEMATICAL MONOSPACE CAPITAL X 0058 
-# \x1D688 MATHEMATICAL MONOSPACE CAPITAL Y 0059 
-# \x1D689 MATHEMATICAL MONOSPACE CAPITAL Z 005A 
-# \x1D68A MATHEMATICAL MONOSPACE SMALL A 0061 
-# \x1D68B MATHEMATICAL MONOSPACE SMALL B 0062 
-# \x1D68C MATHEMATICAL MONOSPACE SMALL C 0063 
-# \x1D68D MATHEMATICAL MONOSPACE SMALL D 0064 
-# \x1D68E MATHEMATICAL MONOSPACE SMALL E 0065 
-# \x1D68F MATHEMATICAL MONOSPACE SMALL F 0066 
-# \x1D690 MATHEMATICAL MONOSPACE SMALL G 0067 
-# \x1D691 MATHEMATICAL MONOSPACE SMALL H 0068 
-# \x1D692 MATHEMATICAL MONOSPACE SMALL I 0069 
-# \x1D693 MATHEMATICAL MONOSPACE SMALL J 006A 
-# \x1D694 MATHEMATICAL MONOSPACE SMALL K 006B 
-# \x1D695 MATHEMATICAL MONOSPACE SMALL 006C 
-# \x1D696 MATHEMATICAL MONOSPACE SMALL M 006D 
-# \x1D697 MATHEMATICAL MONOSPACE SMALL 006E 
-# \x1D698 MATHEMATICAL MONOSPACE SMALL O 006F 
-# \x1D699 MATHEMATICAL MONOSPACE SMALL P 0070 
-# \x1D69A MATHEMATICAL MONOSPACE SMALL Q 0071 
-# \x1D69B MATHEMATICAL MONOSPACE SMALL 0072 
-# \x1D69C MATHEMATICAL MONOSPACE SMALL S 0073 
-# \x1D69D MATHEMATICAL MONOSPACE SMALL T 0074 
-# \x1D69E MATHEMATICAL MONOSPACE SMALL U 0075 
-# \x1D69F MATHEMATICAL MONOSPACE SMALL V 0076 
-# \x1D6A0 MATHEMATICAL MONOSPACE SMALL W 0077 
-# \x1D6A1 MATHEMATICAL MONOSPACE SMALL X 0078 
-# \x1D6A2 MATHEMATICAL MONOSPACE SMALL Y 0079 
-# \x1D6A3 MATHEMATICAL MONOSPACE SMALL Z 007A 
-# \x1D6A8 MATHEMATICAL BOLD CAPITAL ALPHA 0391 
-# \x1D6A9 MATHEMATICAL BOLD CAPITAL BETA 0392 
-# \x1D6AA MATHEMATICAL BOLD CAPITAL GAMMA 0393 
-# \x1D6AB MATHEMATICAL BOLD CAPITAL DELTA 0394 
-# \x1D6AC MATHEMATICAL BOLD CAPITAL EPSILON 0395 
-# \x1D6AD MATHEMATICAL BOLD CAPITAL ZETA 0396 
-# \x1D6AE MATHEMATICAL BOLD CAPITAL ETA 0397 
-# \x1D6AF MATHEMATICAL BOLD CAPITAL THETA 0398 
-# \x1D6B0 MATHEMATICAL BOLD CAPITAL IOTA 0399 
-# \x1D6B1 MATHEMATICAL BOLD CAPITAL KAPPA 039A 
-# \x1D6B2 MATHEMATICAL BOLD CAPITAL LAMDA 039B 
-# \x1D6B3 MATHEMATICAL BOLD CAPITAL MU 039C 
-# \x1D6B4 MATHEMATICAL BOLD CAPITAL NU 039D 
-# \x1D6B5 MATHEMATICAL BOLD CAPITAL XI 039E 
-# \x1D6B6 MATHEMATICAL BOLD CAPITAL OMICRON 039F 
-# \x1D6B7 MATHEMATICAL BOLD CAPITAL PI 03A0 
-# \x1D6B8 MATHEMATICAL BOLD CAPITAL RHO 03A1 
-# \x1D6B9 MATHEMATICAL BOLD CAPITAL THETA SYMBOL 03F4 
-# \x1D6BA MATHEMATICAL BOLD CAPITAL SIGMA 03A3 
-# \x1D6BB MATHEMATICAL BOLD CAPITAL TAU 03A4 
-# \x1D6BC MATHEMATICAL BOLD CAPITAL UPSILON 03A5 
-# \x1D6BD MATHEMATICAL BOLD CAPITAL PHI 03A6 
-# \x1D6BE MATHEMATICAL BOLD CAPITAL CHI 03A7 
-# \x1D6BF MATHEMATICAL BOLD CAPITAL PSI 03A8 
-# \x1D6C0 MATHEMATICAL BOLD CAPITAL OMEGA 03A9 
-# \x1D6C1 MATHEMATICAL BOLD NABLA 2207 
-# \x1D6C2 MATHEMATICAL BOLD SMALL ALPHA 03B1 
-# \x1D6C3 MATHEMATICAL BOLD SMALL BETA 03B2 
-# \x1D6C4 MATHEMATICAL BOLD SMALL GAMMA 03B3 
-# \x1D6C5 MATHEMATICAL BOLD SMALL DELTA 03B4 
-# \x1D6C6 MATHEMATICAL BOLD SMALL EPSILON 03B5 
-# \x1D6C7 MATHEMATICAL BOLD SMALL ZETA 03B6 
-# \x1D6C8 MATHEMATICAL BOLD SMALL ETA 03B7 
-# \x1D6C9 MATHEMATICAL BOLD SMALL THETA 03B8 
-# \x1D6CA MATHEMATICAL BOLD SMALL IOTA 03B9 
-# \x1D6CB MATHEMATICAL BOLD SMALL KAPPA 03BA 
-# \x1D6CC MATHEMATICAL BOLD SMALL LAMDA 03BB 
-# \x1D6CD MATHEMATICAL BOLD SMALL MU 03BC 
-# \x1D6CE MATHEMATICAL BOLD SMALL NU 03BD 
-# \x1D6CF MATHEMATICAL BOLD SMALL XI 03BE 
-# \x1D6D0 MATHEMATICAL BOLD SMALL OMICRON 03BF 
-# \x1D6D1 MATHEMATICAL BOLD SMALL PI 03C0 
-# \x1D6D2 MATHEMATICAL BOLD SMALL RHO 03C1 
-# \x1D6D3 MATHEMATICAL BOLD SMALL FINAL SIGMA 03C2 
-# \x1D6D4 MATHEMATICAL BOLD SMALL SIGMA 03C3 
-# \x1D6D5 MATHEMATICAL BOLD SMALL TAU 03C4 
-# \x1D6D6 MATHEMATICAL BOLD SMALL UPSILON 03C5 
-# \x1D6D7 MATHEMATICAL BOLD SMALL PHI 03C6 
-# \x1D6D8 MATHEMATICAL BOLD SMALL CHI 03C7 
-# \x1D6D9 MATHEMATICAL BOLD SMALL PSI 03C8 
-# \x1D6DA MATHEMATICAL BOLD SMALL OMEGA 03C9 
-# \x1D6DB MATHEMATICAL BOLD PARTIAL DIFFERENTIAL 2202 
-# \x1D6DC MATHEMATICAL BOLD EPSILON SYMBOL 03F5 
-# \x1D6DD MATHEMATICAL BOLD THETA SYMBOL 03D1 
-# \x1D6DE MATHEMATICAL BOLD KAPPA SYMBOL 03F0 
-# \x1D6DF MATHEMATICAL BOLD PHI SYMBOL 03D5 
-# \x1D6E0 MATHEMATICAL BOLD RHO SYMBOL 03F1 
-# \x1D6E1 MATHEMATICAL BOLD PI SYMBOL 03D6 
-# \x1D6E2 MATHEMATICAL ITALIC CAPITAL ALPHA 0391 
-# \x1D6E3 MATHEMATICAL ITALIC CAPITAL BETA 0392 
-# \x1D6E4 MATHEMATICAL ITALIC CAPITAL GAMMA 0393 
-# \x1D6E5 MATHEMATICAL ITALIC CAPITAL DELTA 0394 
-# \x1D6E6 MATHEMATICAL ITALIC CAPITAL EPSILON 0395 
-# \x1D6E7 MATHEMATICAL ITALIC CAPITAL ZETA 0396 
-# \x1D6E8 MATHEMATICAL ITALIC CAPITAL ETA 0397 
-# \x1D6E9 MATHEMATICAL ITALIC CAPITAL THETA 0398 
-# \x1D6EA MATHEMATICAL ITALIC CAPITAL IOTA 0399 
-# \x1D6EB MATHEMATICAL ITALIC CAPITAL KAPPA 039A 
-# \x1D6EC MATHEMATICAL ITALIC CAPITAL LAMDA 039B 
-# \x1D6ED MATHEMATICAL ITALIC CAPITAL MU 039C 
-# \x1D6EE MATHEMATICAL ITALIC CAPITAL NU 039D 
-# \x1D6EF MATHEMATICAL ITALIC CAPITAL XI 039E 
-# \x1D6F0 MATHEMATICAL ITALIC CAPITAL OMICRON 039F 
-# \x1D6F1 MATHEMATICAL ITALIC CAPITAL PI 03A0 
-# \x1D6F2 MATHEMATICAL ITALIC CAPITAL RHO 03A1 
-# \x1D6F3 MATHEMATICAL ITALIC CAPITAL THETA SYMBOL 03F4 
-# \x1D6F4 MATHEMATICAL ITALIC CAPITAL SIGMA 03A3 
-# \x1D6F5 MATHEMATICAL ITALIC CAPITAL TAU 03A4 
-# \x1D6F6 MATHEMATICAL ITALIC CAPITAL UPSILON 03A5 
-# \x1D6F7 MATHEMATICAL ITALIC CAPITAL PHI 03A6 
-# \x1D6F8 MATHEMATICAL ITALIC CAPITAL CHI 03A7 
-# \x1D6F9 MATHEMATICAL ITALIC CAPITAL PSI 03A8 
-# \x1D6FA MATHEMATICAL ITALIC CAPITAL OMEGA 03A9 
-# \x1D6FB MATHEMATICAL ITALIC NABLA 2207 
-# \x1D6FC MATHEMATICAL ITALIC SMALL ALPHA 03B1 
-# \x1D6FD MATHEMATICAL ITALIC SMALL BETA 03B2 
-# \x1D6FE MATHEMATICAL ITALIC SMALL GAMMA 03B3 
-# \x1D6FF MATHEMATICAL ITALIC SMALL DELTA 03B4 
-# \x1D700 MATHEMATICAL ITALIC SMALL EPSILON 03B5 
-# \x1D701 MATHEMATICAL ITALIC SMALL ZETA 03B6 
-# \x1D702 MATHEMATICAL ITALIC SMALL ETA 03B7 
-# \x1D703 MATHEMATICAL ITALIC SMALL THETA 03B8 
-# \x1D704 MATHEMATICAL ITALIC SMALL IOTA 03B9 
-# \x1D705 MATHEMATICAL ITALIC SMALL KAPPA 03BA 
-# \x1D706 MATHEMATICAL ITALIC SMALL LAMDA 03BB 
-# \x1D707 MATHEMATICAL ITALIC SMALL MU 03BC 
-# \x1D708 MATHEMATICAL ITALIC SMALL NU 03BD 
-# \x1D709 MATHEMATICAL ITALIC SMALL XI 03BE 
-# \x1D70A MATHEMATICAL ITALIC SMALL OMICRON 03BF 
-# \x1D70B MATHEMATICAL ITALIC SMALL PI 03C0 
-# \x1D70C MATHEMATICAL ITALIC SMALL RHO 03C1 
-# \x1D70D MATHEMATICAL ITALIC SMALL FINAL SIGMA 03C2 
-# \x1D70E MATHEMATICAL ITALIC SMALL SIGMA 03C3 
-# \x1D70F MATHEMATICAL ITALIC SMALL TAU 03C4 
-# \x1D710 MATHEMATICAL ITALIC SMALL UPSILON 03C5 
-# \x1D711 MATHEMATICAL ITALIC SMALL PHI 03C6 
-# \x1D712 MATHEMATICAL ITALIC SMALL CHI 03C7 
-# \x1D713 MATHEMATICAL ITALIC SMALL PSI 03C8 
-# \x1D714 MATHEMATICAL ITALIC SMALL OMEGA 03C9 
-# \x1D715 MATHEMATICAL ITALIC PARTIAL DIFFERENTIAL 2202 
-# \x1D716 MATHEMATICAL ITALIC EPSILON SYMBOL 03F5 
-# \x1D717 MATHEMATICAL ITALIC THETA SYMBOL 03D1 
-# \x1D718 MATHEMATICAL ITALIC KAPPA SYMBOL 03F0 
-# \x1D719 MATHEMATICAL ITALIC PHI SYMBOL 03D5 
-# \x1D71A MATHEMATICAL ITALIC RHO SYMBOL 03F1 
-# \x1D71B MATHEMATICAL ITALIC PI SYMBOL 03D6 
-# \x1D71C MATHEMATICAL BOLD ITALIC CAPITAL ALPHA 0391 
-# \x1D71D MATHEMATICAL BOLD ITALIC CAPITAL BETA 0392 
-# \x1D71E MATHEMATICAL BOLD ITALIC CAPITAL GAMMA 0393 
-# \x1D71F MATHEMATICAL BOLD ITALIC CAPITAL DELTA 0394 
-# \x1D720 MATHEMATICAL BOLD ITALIC CAPITAL EPSILON 0395 
-# \x1D721 MATHEMATICAL BOLD ITALIC CAPITAL ZETA 0396 
-# \x1D722 MATHEMATICAL BOLD ITALIC CAPITAL ETA 0397 
-# \x1D723 MATHEMATICAL BOLD ITALIC CAPITAL THETA 0398 
-# \x1D724 MATHEMATICAL BOLD ITALIC CAPITAL IOTA 0399 
-# \x1D725 MATHEMATICAL BOLD ITALIC CAPITAL KAPPA 039A 
-# \x1D726 MATHEMATICAL BOLD ITALIC CAPITAL LAMDA 039B 
-# \x1D727 MATHEMATICAL BOLD ITALIC CAPITAL MU 039C 
-# \x1D728 MATHEMATICAL BOLD ITALIC CAPITAL NU 039D 
-# \x1D729 MATHEMATICAL BOLD ITALIC CAPITAL XI 039E 
-# \x1D72A MATHEMATICAL BOLD ITALIC CAPITAL OMICRON 039F 
-# \x1D72B MATHEMATICAL BOLD ITALIC CAPITAL PI 03A0 
-# \x1D72C MATHEMATICAL BOLD ITALIC CAPITAL RHO 03A1 
-# \x1D72D MATHEMATICAL BOLD ITALIC CAPITAL THETA SYMBOL 03F4 
-# \x 
-# \x1D72E MATHEMATICAL BOLD ITALIC CAPITAL SIGMA 03A3 
-# \x1D72F MATHEMATICAL BOLD ITALIC CAPITAL TAU 03A4 
-# \x1D730 MATHEMATICAL BOLD ITALIC CAPITAL UPSILON 03A5 
-# \x1D731 MATHEMATICAL BOLD ITALIC CAPITAL PHI 03A6 
-# \x1D732 MATHEMATICAL BOLD ITALIC CAPITAL CHI 03A7 
-# \x1D733 MATHEMATICAL BOLD ITALIC CAPITAL PSI 03A8 
-# \x1D734 MATHEMATICAL BOLD ITALIC CAPITAL OMEGA 03A9 
-# \x1D735 MATHEMATICAL BOLD ITALIC NABLA 2207 
-# \x1D736 MATHEMATICAL BOLD ITALIC SMALL ALPHA 03B1 
-# \x1D737 MATHEMATICAL BOLD ITALIC SMALL BETA 03B2 
-# \x1D738 MATHEMATICAL BOLD ITALIC SMALL GAMMA 03B3 
-# \x1D739 MATHEMATICAL BOLD ITALIC SMALL DELTA 03B4 
-# \x1D73A MATHEMATICAL BOLD ITALIC SMALL EPSILON 03B5 
-# \x1D73B MATHEMATICAL BOLD ITALIC SMALL ZETA 03B6 
-# \x1D73C MATHEMATICAL BOLD ITALIC SMALL ETA 03B7 
-# \x1D73D MATHEMATICAL BOLD ITALIC SMALL THETA 03B8 
-# \x1D73E MATHEMATICAL BOLD ITALIC SMALL IOTA 03B9 
-# \x1D73F MATHEMATICAL BOLD ITALIC SMALL KAPPA 03BA 
-# \x1D740 MATHEMATICAL BOLD ITALIC SMALL LAMDA 03BB 
-# \x1D741 MATHEMATICAL BOLD ITALIC SMALL MU 03BC 
-# \x1D742 MATHEMATICAL BOLD ITALIC SMALL NU 03BD 
-# \x1D743 MATHEMATICAL BOLD ITALIC SMALL XI 03BE 
-# \x1D744 MATHEMATICAL BOLD ITALIC SMALL OMICRON 03BF 
-# \x1D745 MATHEMATICAL BOLD ITALIC SMALL PI 03C0 
-# \x1D746 MATHEMATICAL BOLD ITALIC SMALL RHO 03C1 
-# \x1D747 MATHEMATICAL BOLD ITALIC SMALL FINAL SIGMA 03C2 
-# \x1D748 MATHEMATICAL BOLD ITALIC SMALL SIGMA 03C3 
-# \x1D749 MATHEMATICAL BOLD ITALIC SMALL TAU 03C4 
-# \x1D74A MATHEMATICAL BOLD ITALIC SMALL UPSILON 03C5 
-# \x1D74B MATHEMATICAL BOLD ITALIC SMALL PHI 03C6 
-# \x1D74C MATHEMATICAL BOLD ITALIC SMALL CHI 03C7 
-# \x1D74D MATHEMATICAL BOLD ITALIC SMALL PSI 03C8 
-# \x1D74E MATHEMATICAL BOLD ITALIC SMALL OMEGA 03C9 
-# \x1D74F MATHEMATICAL BOLD ITALIC PARTIAL DIFFERENTIAL 2202 
-# \x 
-# \x1D750 MATHEMATICAL BOLD ITALIC EPSILON SYMBOL 03F5 
-# \x1D751 MATHEMATICAL BOLD ITALIC THETA SYMBOL 03D1 
-# \x1D752 MATHEMATICAL BOLD ITALIC KAPPA SYMBOL 03F0 
-# \x1D753 MATHEMATICAL BOLD ITALIC PHI SYMBOL 03D5 
-# \x1D754 MATHEMATICAL BOLD ITALIC RHO SYMBOL 03F1 
-# \x1D755 MATHEMATICAL BOLD ITALIC PI SYMBOL 03D6 
-# \x1D756 MATHEMATICAL SANS-SERIF BOLD CAPITAL ALPHA 0391 
-# \x1D757 MATHEMATICAL SANS-SERIF BOLD CAPITAL BETA 0392 
-# \x1D758 MATHEMATICAL SANS-SERIF BOLD CAPITAL GAMMA 0393 
-# \x1D759 MATHEMATICAL SANS-SERIF BOLD CAPITAL DELTA 0394 
-# \x1D75A MATHEMATICAL SANS-SERIF BOLD CAPITAL EPSILON 0395 
-# \x1D75B MATHEMATICAL SANS-SERIF BOLD CAPITAL ZETA 0396 
-# \x1D75C MATHEMATICAL SANS-SERIF BOLD CAPITAL ETA 0397 
-# \x1D75D MATHEMATICAL SANS-SERIF BOLD CAPITAL THETA 0398 
-# \x1D75E MATHEMATICAL SANS-SERIF BOLD CAPITAL IOTA 0399 
-# \x1D75F MATHEMATICAL SANS-SERIF BOLD CAPITAL KAPPA 039A 
-# \x1D760 MATHEMATICAL SANS-SERIF BOLD CAPITAL LAMDA 039B 
-# \x1D761 MATHEMATICAL SANS-SERIF BOLD CAPITAL MU 039C 
-# \x1D762 MATHEMATICAL SANS-SERIF BOLD CAPITAL NU 039D 
-# \x1D763 MATHEMATICAL SANS-SERIF BOLD CAPITAL XI 039E 
-# \x1D764 MATHEMATICAL SANS-SERIF BOLD CAPITAL OMICRON 039F 
-# \x1D765 MATHEMATICAL SANS-SERIF BOLD CAPITAL PI 03A0 
-# \x1D766 MATHEMATICAL SANS-SERIF BOLD CAPITAL RHO 03A1 
-# \x1D767 MATHEMATICAL SANS-SERIF BOLD CAPITAL THETA SYMBOL 03F4 N
-# \x 
-# \x1D768 MATHEMATICAL SANS-SERIF BOLD CAPITAL SIGMA 03A3 
-# \x1D769 MATHEMATICAL SANS-SERIF BOLD CAPITAL TAU 03A4 
-# \x1D76A MATHEMATICAL SANS-SERIF BOLD CAPITAL UPSILON 03A5 
-# \x1D76B MATHEMATICAL SANS-SERIF BOLD CAPITAL PHI 03A6 
-# \x1D76C MATHEMATICAL SANS-SERIF BOLD CAPITAL CHI 03A7 
-# \x1D76D MATHEMATICAL SANS-SERIF BOLD CAPITAL PSI 03A8 
-# \x1D76E MATHEMATICAL SANS-SERIF BOLD CAPITAL OMEGA 03A9 
-# \x1D76F MATHEMATICAL SANS-SERIF BOLD NABLA 2207 
-# \x1D770 MATHEMATICAL SANS-SERIF BOLD SMALL ALPHA 03B1 
-# \x1D771 MATHEMATICAL SANS-SERIF BOLD SMALL BETA 03B2 
-# \x1D772 MATHEMATICAL SANS-SERIF BOLD SMALL GAMMA 03B3 
-# \x1D773 MATHEMATICAL SANS-SERIF BOLD SMALL DELTA 03B4 
-# \x1D774 MATHEMATICAL SANS-SERIF BOLD SMALL EPSILON 03B5 
-# \x1D775 MATHEMATICAL SANS-SERIF BOLD SMALL ZETA 03B6 
-# \x1D776 MATHEMATICAL SANS-SERIF BOLD SMALL ETA 03B7 
-# \x1D777 MATHEMATICAL SANS-SERIF BOLD SMALL THETA 03B8 
-# \x1D778 MATHEMATICAL SANS-SERIF BOLD SMALL IOTA 03B9 
-# \x1D779 MATHEMATICAL SANS-SERIF BOLD SMALL KAPPA 03BA 
-# \x1D77A MATHEMATICAL SANS-SERIF BOLD SMALL LAMDA 03BB 
-# \x1D77B MATHEMATICAL SANS-SERIF BOLD SMALL MU 03BC 
-# \x1D77C MATHEMATICAL SANS-SERIF BOLD SMALL NU 03BD 
-# \x1D77D MATHEMATICAL SANS-SERIF BOLD SMALL XI 03BE 
-# \x1D77E MATHEMATICAL SANS-SERIF BOLD SMALL OMICRON 03BF 
-# \x1D77F MATHEMATICAL SANS-SERIF BOLD SMALL PI 03C0 
-# \x1D780 MATHEMATICAL SANS-SERIF BOLD SMALL RHO 03C1 
-# \x1D781 MATHEMATICAL SANS-SERIF BOLD SMALL FINAL SIGMA 03C2 
-# \x 
-# \x1D782 MATHEMATICAL SANS-SERIF BOLD SMALL SIGMA 03C3 
-# \x1D783 MATHEMATICAL SANS-SERIF BOLD SMALL TAU 03C4 
-# \x1D784 MATHEMATICAL SANS-SERIF BOLD SMALL UPSILON 03C5 
-# \x1D785 MATHEMATICAL SANS-SERIF BOLD SMALL PHI 03C6 
-# \x1D786 MATHEMATICAL SANS-SERIF BOLD SMALL CHI 03C7 
-# \x1D787 MATHEMATICAL SANS-SERIF BOLD SMALL PSI 03C8 
-# \x1D788 MATHEMATICAL SANS-SERIF BOLD SMALL OMEGA 03C9 
-# \x1D789 MATHEMATICAL SANS-SERIF BOLD PARTIAL DIFFERENTIAL 2202 N
-# \x 
-# \x1D78A MATHEMATICAL SANS-SERIF BOLD EPSILON SYMBOL 03F5 
-# \x1D78B MATHEMATICAL SANS-SERIF BOLD THETA SYMBOL 03D1 
-# \x1D78C MATHEMATICAL SANS-SERIF BOLD KAPPA SYMBOL 03F0 
-# \x1D78D MATHEMATICAL SANS-SERIF BOLD PHI SYMBOL 03D5 
-# \x1D78E MATHEMATICAL SANS-SERIF BOLD RHO SYMBOL 03F1 
-# \x1D78F MATHEMATICAL SANS-SERIF BOLD PI SYMBOL 03D6 
-# \x1D790 MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL ALPHA 0391 N
-# \x 
-# \x1D791 MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL BETA 0392 
-# \x 
-# \x1D792 MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL GAMMA 0393 N
-# \x 
-# \x1D793 MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL DELTA 0394 N
-# \x 
-# \x1D794 MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL EPSILON 0395 
-# \x 
-# \x1D795 MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL ZETA 0396 
-# \x 
-# \x1D796 MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL ETA 0397 
-# \x 
-# \x1D797 MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL THETA 0398 N
-# \x 
-# \x1D798 MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL IOTA 0399 
-# \x 
-# \x1D799 MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL KAPPA 039A N
-# \x 
-# \x1D79A MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL LAMDA 039B N
-# \x 
-# \x1D79B MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL MU 039C 
-# \x 
-# \x1D79C MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL NU 039D 
-# \x 
-# \x1D79D MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL XI 039E 
-# \x 
-# \x1D79E MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL OMICRON 039F 
-# \x 
-# \x1D79F MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL PI 03A0 
-# \x 
-# \x1D7A0 MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL RHO 03A1 
-# \x 
-# \x1D7A1 MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL THETA SYMBOL 03
-# \xF4 
-# \x1D7A2 MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL SIGMA 03A3 N
-# \x 
-# \x1D7A3 MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL TAU 03A4 
-# \x 
-# \x1D7A4 MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL UPSILON 03A5 
-# \x 
-# \x1D7A5 MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL PHI 03A6 
-# \x 
-# \x1D7A6 MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL CHI 03A7 
-# \x 
-# \x1D7A7 MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL PSI 03A8 
-# \x 
-# \x1D7A8 MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL OMEGA 03A9 N
-# \x 
-# \x1D7A9 MATHEMATICAL SANS-SERIF BOLD ITALIC NABLA 2207 
-# \x1D7AA MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL ALPHA 03B1 
-# \x 
-# \x1D7AB MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL BETA 03B2 
-# \x 
-# \x1D7AC MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL GAMMA 03B3 
-# \x 
-# \x1D7AD MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL DELTA 03B4 
-# \x 
-# \x1D7AE MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL EPSILON 03B5 N
-# \x 
-# \x1D7AF MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL ZETA 03B6 
-# \x 
-# \x1D7B0 MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL ETA 03B7 
-# \x 
-# \x1D7B1 MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL THETA 03B8 
-# \x 
-# \x1D7B2 MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL IOTA 03B9 
-# \x 
-# \x1D7B3 MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL KAPPA 03BA 
-# \x 
-# \x1D7B4 MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL LAMDA 03BB 
-# \x 
-# \x1D7B5 MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL MU 03BC 
-# \x1D7B6 MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL NU 03BD 
-# \x1D7B7 MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL XI 03BE 
-# \x1D7B8 MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL OMICRON 03BF N
-# \x 
-# \x1D7B9 MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL PI 03C0 
-# \x1D7BA MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL RHO 03C1 
-# \x 
-# \x1D7BB MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL FINAL SIGMA 03C2 
-# \x 
-# \x1D7BC MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL SIGMA 03C3 
-# \x 
-# \x1D7BD MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL TAU 03C4 
-# \x 
-# \x1D7BE MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL UPSILON 03C5 N
-# \x 
-# \x1D7BF MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL PHI 03C6 
-# \x 
-# \x1D7C0 MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL CHI 03C7 
-# \x 
-# \x1D7C1 MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL PSI 03C8 
-# \x 
-# \x1D7C2 MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL OMEGA 03C9 
-# \x 
-# \x1D7C3 MATHEMATICAL SANS-SERIF BOLD ITALIC PARTIAL DIFFERENTIAL 22
-# \x02 
-# \x1D7C4 MATHEMATICAL SANS-SERIF BOLD ITALIC EPSILON SYMBOL 03F5 
-# \xN 
-# \x1D7C5 MATHEMATICAL SANS-SERIF BOLD ITALIC THETA SYMBOL 03D1 
-# \x 
-# \x1D7C6 MATHEMATICAL SANS-SERIF BOLD ITALIC KAPPA SYMBOL 03F0 
-# \x 
-# \x1D7C7 MATHEMATICAL SANS-SERIF BOLD ITALIC PHI SYMBOL 03D5 
-# \x 
-# \x1D7C8 MATHEMATICAL SANS-SERIF BOLD ITALIC RHO SYMBOL 03F1 
-# \x 
-# \x1D7C9 MATHEMATICAL SANS-SERIF BOLD ITALIC PI SYMBOL 03D6 
-# \x 
-# \x1D7CE MATHEMATICAL BOLD DIGIT ZERO Nd EN 0030 0 
-# \x1D7CF MATHEMATICAL BOLD DIGIT ONE Nd EN 0031 1 1 1 
-# \x1D7D0 MATHEMATICAL BOLD DIGIT TWO Nd EN 0032 2 2 2 
-# \x1D7D1 MATHEMATICAL BOLD DIGIT THREE Nd EN 0033 3 3 3 
-# \x1D7D2 MATHEMATICAL BOLD DIGIT FOUR Nd EN 0034 4 4 4 
-# \x1D7D3 MATHEMATICAL BOLD DIGIT FIVE Nd EN 0035 5 5 5 
-# \x1D7D4 MATHEMATICAL BOLD DIGIT SIX Nd EN 0036 6 6 6 
-# \x1D7D5 MATHEMATICAL BOLD DIGIT SEVEN Nd EN 0037 7 7 7 
-# \x1D7D6 MATHEMATICAL BOLD DIGIT EIGHT Nd EN 0038 8 8 8 
-# \x1D7D7 MATHEMATICAL BOLD DIGIT NINE Nd EN 0039 9 9 9 
-# \x1D7D8 MATHEMATICAL DOUBLE-STRUCK DIGIT ZERO Nd EN 0030 0 
-# \x1D7D9 MATHEMATICAL DOUBLE-STRUCK DIGIT ONE Nd EN 0031 1 1 1 
-# \x1D7DA MATHEMATICAL DOUBLE-STRUCK DIGIT TWO Nd EN 0032 2 2 2 
-# \x1D7DB MATHEMATICAL DOUBLE-STRUCK DIGIT THREE Nd EN 0033 3 3 3 
-# \x1D7DC MATHEMATICAL DOUBLE-STRUCK DIGIT FOUR Nd EN 0034 4 4 4 
-# \x1D7DD MATHEMATICAL DOUBLE-STRUCK DIGIT FIVE Nd EN 0035 5 5 5 
-# \x1D7DE MATHEMATICAL DOUBLE-STRUCK DIGIT SIX Nd EN 0036 6 6 6 
-# \x1D7DF MATHEMATICAL DOUBLE-STRUCK DIGIT SEVEN Nd EN 0037 7 7 7 
-# \x1D7E0 MATHEMATICAL DOUBLE-STRUCK DIGIT EIGHT Nd EN 0038 8 8 8 
-# \x1D7E1 MATHEMATICAL DOUBLE-STRUCK DIGIT NINE Nd EN 0039 9 9 9 
-# \x1D7E2 MATHEMATICAL SANS-SERIF DIGIT ZERO Nd EN 0030 0 
-# \x1D7E3 MATHEMATICAL SANS-SERIF DIGIT ONE Nd EN 0031 1 1 1 
-# \x1D7E4 MATHEMATICAL SANS-SERIF DIGIT TWO Nd EN 0032 2 2 2 
-# \x1D7E5 MATHEMATICAL SANS-SERIF DIGIT THREE Nd EN 0033 3 3 3 
-# \x1D7E6 MATHEMATICAL SANS-SERIF DIGIT FOUR Nd EN 0034 4 4 4 
-# \x1D7E7 MATHEMATICAL SANS-SERIF DIGIT FIVE Nd EN 0035 5 5 5 
-# \x1D7E8 MATHEMATICAL SANS-SERIF DIGIT SIX Nd EN 0036 6 6 6 
-# \x1D7E9 MATHEMATICAL SANS-SERIF DIGIT SEVEN Nd EN 0037 7 7 7 
-# \x1D7EA MATHEMATICAL SANS-SERIF DIGIT EIGHT Nd EN 0038 8 8 8 
-# \x1D7EB MATHEMATICAL SANS-SERIF DIGIT NINE Nd EN 0039 9 9 9 
-# \x1D7EC MATHEMATICAL SANS-SERIF BOLD DIGIT ZERO Nd EN 0030 0 
-# \x1D7ED MATHEMATICAL SANS-SERIF BOLD DIGIT ONE Nd EN 0031 1 1 1 
-# \x1D7EE MATHEMATICAL SANS-SERIF BOLD DIGIT TWO Nd EN 0032 2 2 2 
-# \x1D7EF MATHEMATICAL SANS-SERIF BOLD DIGIT THREE Nd EN 0033 3 3 3 
-# \x1D7F0 MATHEMATICAL SANS-SERIF BOLD DIGIT FOUR Nd EN 0034 4 4 4 
-# \x1D7F1 MATHEMATICAL SANS-SERIF BOLD DIGIT FIVE Nd EN 0035 5 5 5 
-# \x1D7F2 MATHEMATICAL SANS-SERIF BOLD DIGIT SIX Nd EN 0036 6 6 6 
-# \x1D7F3 MATHEMATICAL SANS-SERIF BOLD DIGIT SEVEN Nd EN 0037 7 7 7 
-# \x1D7F4 MATHEMATICAL SANS-SERIF BOLD DIGIT EIGHT Nd EN 0038 8 8 8 
-# \x1D7F5 MATHEMATICAL SANS-SERIF BOLD DIGIT NINE Nd EN 0039 9 9 9 
-# \x1D7F6 MATHEMATICAL MONOSPACE DIGIT ZERO Nd EN 0030 0 
-# \x1D7F7 MATHEMATICAL MONOSPACE DIGIT ONE Nd EN 0031 1 1 1 
-# \x1D7F8 MATHEMATICAL MONOSPACE DIGIT TWO Nd EN 0032 2 2 2 
-# \x1D7F9 MATHEMATICAL MONOSPACE DIGIT THREE Nd EN 0033 3 3 3 
-# \x1D7FA MATHEMATICAL MONOSPACE DIGIT FOUR Nd EN 0034 4 4 4 
-# \x1D7FB MATHEMATICAL MONOSPACE DIGIT FIVE Nd EN 0035 5 5 5 
-# \x1D7FC MATHEMATICAL MONOSPACE DIGIT SIX Nd EN 0036 6 6 6 
-# \x1D7FD MATHEMATICAL MONOSPACE DIGIT SEVEN Nd EN 0037 7 7 7 
-# \x1D7FE MATHEMATICAL MONOSPACE DIGIT EIGHT Nd EN 0038 8 8 8 
-# \x1D7FF MATHEMATICAL MONOSPACE DIGIT NINE Nd EN 0039 9 9 9 
-# \x20000 <CJK Ideograph Extension B, First> 
-# \x2A6D6 <CJK Ideograph Extension B, Last> 
-# \x2F800 CJK COMPATIBILITY IDEOGRAPH-2F800 4E3D 
-# \x2F801 CJK COMPATIBILITY IDEOGRAPH-2F801 4E38 
-# \x2F802 CJK COMPATIBILITY IDEOGRAPH-2F802 4E41 
-# \x2F803 CJK COMPATIBILITY IDEOGRAPH-2F803 20122 
-# \x2F804 CJK COMPATIBILITY IDEOGRAPH-2F804 4F60 
-# \x2F805 CJK COMPATIBILITY IDEOGRAPH-2F805 4FAE 
-# \x2F806 CJK COMPATIBILITY IDEOGRAPH-2F806 4FBB 
-# \x2F807 CJK COMPATIBILITY IDEOGRAPH-2F807 5002 
-# \x2F808 CJK COMPATIBILITY IDEOGRAPH-2F808 507A 
-# \x2F809 CJK COMPATIBILITY IDEOGRAPH-2F809 5099 
-# \x2F80A CJK COMPATIBILITY IDEOGRAPH-2F80A 50E7 
-# \x2F80B CJK COMPATIBILITY IDEOGRAPH-2F80B 50CF 
-# \x2F80C CJK COMPATIBILITY IDEOGRAPH-2F80C 349E 
-# \x2F80D CJK COMPATIBILITY IDEOGRAPH-2F80D 2063A 
-# \x2F80E CJK COMPATIBILITY IDEOGRAPH-2F80E 514D 
-# \x2F80F CJK COMPATIBILITY IDEOGRAPH-2F80F 5154 
-# \x2F810 CJK COMPATIBILITY IDEOGRAPH-2F810 5164 
-# \x2F811 CJK COMPATIBILITY IDEOGRAPH-2F811 5177 
-# \x2F812 CJK COMPATIBILITY IDEOGRAPH-2F812 2051C 
-# \x2F813 CJK COMPATIBILITY IDEOGRAPH-2F813 34B9 
-# \x2F814 CJK COMPATIBILITY IDEOGRAPH-2F814 5167 
-# \x2F815 CJK COMPATIBILITY IDEOGRAPH-2F815 518D 
-# \x2F816 CJK COMPATIBILITY IDEOGRAPH-2F816 2054B 
-# \x2F817 CJK COMPATIBILITY IDEOGRAPH-2F817 5197 
-# \x2F818 CJK COMPATIBILITY IDEOGRAPH-2F818 51A4 
-# \x2F819 CJK COMPATIBILITY IDEOGRAPH-2F819 4ECC 
-# \x2F81A CJK COMPATIBILITY IDEOGRAPH-2F81A 51AC 
-# \x2F81B CJK COMPATIBILITY IDEOGRAPH-2F81B 51B5 
-# \x2F81C CJK COMPATIBILITY IDEOGRAPH-2F81C 291DF 
-# \x2F81D CJK COMPATIBILITY IDEOGRAPH-2F81D 51F5 
-# \x2F81E CJK COMPATIBILITY IDEOGRAPH-2F81E 5203 
-# \x2F81F CJK COMPATIBILITY IDEOGRAPH-2F81F 34DF 
-# \x2F820 CJK COMPATIBILITY IDEOGRAPH-2F820 523B 
-# \x2F821 CJK COMPATIBILITY IDEOGRAPH-2F821 5246 
-# \x2F822 CJK COMPATIBILITY IDEOGRAPH-2F822 5272 
-# \x2F823 CJK COMPATIBILITY IDEOGRAPH-2F823 5277 
-# \x2F824 CJK COMPATIBILITY IDEOGRAPH-2F824 3515 
-# \x2F825 CJK COMPATIBILITY IDEOGRAPH-2F825 52C7 
-# \x2F826 CJK COMPATIBILITY IDEOGRAPH-2F826 52C9 
-# \x2F827 CJK COMPATIBILITY IDEOGRAPH-2F827 52E4 
-# \x2F828 CJK COMPATIBILITY IDEOGRAPH-2F828 52FA 
-# \x2F829 CJK COMPATIBILITY IDEOGRAPH-2F829 5305 
-# \x2F82A CJK COMPATIBILITY IDEOGRAPH-2F82A 5306 
-# \x2F82B CJK COMPATIBILITY IDEOGRAPH-2F82B 5317 
-# \x2F82C CJK COMPATIBILITY IDEOGRAPH-2F82C 5349 
-# \x2F82D CJK COMPATIBILITY IDEOGRAPH-2F82D 5351 
-# \x2F82E CJK COMPATIBILITY IDEOGRAPH-2F82E 535A 
-# \x2F82F CJK COMPATIBILITY IDEOGRAPH-2F82F 5373 
-# \x2F830 CJK COMPATIBILITY IDEOGRAPH-2F830 537D 
-# \x2F831 CJK COMPATIBILITY IDEOGRAPH-2F831 537F 
-# \x2F832 CJK COMPATIBILITY IDEOGRAPH-2F832 537F 
-# \x2F833 CJK COMPATIBILITY IDEOGRAPH-2F833 537F 
-# \x2F834 CJK COMPATIBILITY IDEOGRAPH-2F834 20A2C 
-# \x2F835 CJK COMPATIBILITY IDEOGRAPH-2F835 7070 
-# \x2F836 CJK COMPATIBILITY IDEOGRAPH-2F836 53CA 
-# \x2F837 CJK COMPATIBILITY IDEOGRAPH-2F837 53DF 
-# \x2F838 CJK COMPATIBILITY IDEOGRAPH-2F838 20B63 
-# \x2F839 CJK COMPATIBILITY IDEOGRAPH-2F839 53EB 
-# \x2F83A CJK COMPATIBILITY IDEOGRAPH-2F83A 53F1 
-# \x2F83B CJK COMPATIBILITY IDEOGRAPH-2F83B 5406 
-# \x2F83C CJK COMPATIBILITY IDEOGRAPH-2F83C 549E 
-# \x2F83D CJK COMPATIBILITY IDEOGRAPH-2F83D 5438 
-# \x2F83E CJK COMPATIBILITY IDEOGRAPH-2F83E 5448 
-# \x2F83F CJK COMPATIBILITY IDEOGRAPH-2F83F 5468 
-# \x2F840 CJK COMPATIBILITY IDEOGRAPH-2F840 54A2 
-# \x2F841 CJK COMPATIBILITY IDEOGRAPH-2F841 54F6 
-# \x2F842 CJK COMPATIBILITY IDEOGRAPH-2F842 5510 
-# \x2F843 CJK COMPATIBILITY IDEOGRAPH-2F843 5553 
-# \x2F844 CJK COMPATIBILITY IDEOGRAPH-2F844 5563 
-# \x2F845 CJK COMPATIBILITY IDEOGRAPH-2F845 5584 
-# \x2F846 CJK COMPATIBILITY IDEOGRAPH-2F846 5584 
-# \x2F847 CJK COMPATIBILITY IDEOGRAPH-2F847 5599 
-# \x2F848 CJK COMPATIBILITY IDEOGRAPH-2F848 55AB 
-# \x2F849 CJK COMPATIBILITY IDEOGRAPH-2F849 55B3 
-# \x2F84A CJK COMPATIBILITY IDEOGRAPH-2F84A 55C2 
-# \x2F84B CJK COMPATIBILITY IDEOGRAPH-2F84B 5716 
-# \x2F84C CJK COMPATIBILITY IDEOGRAPH-2F84C 5606 
-# \x2F84D CJK COMPATIBILITY IDEOGRAPH-2F84D 5717 
-# \x2F84E CJK COMPATIBILITY IDEOGRAPH-2F84E 5651 
-# \x2F84F CJK COMPATIBILITY IDEOGRAPH-2F84F 5674 
-# \x2F850 CJK COMPATIBILITY IDEOGRAPH-2F850 5207 
-# \x2F851 CJK COMPATIBILITY IDEOGRAPH-2F851 58EE 
-# \x2F852 CJK COMPATIBILITY IDEOGRAPH-2F852 57CE 
-# \x2F853 CJK COMPATIBILITY IDEOGRAPH-2F853 57F4 
-# \x2F854 CJK COMPATIBILITY IDEOGRAPH-2F854 580D 
-# \x2F855 CJK COMPATIBILITY IDEOGRAPH-2F855 578B 
-# \x2F856 CJK COMPATIBILITY IDEOGRAPH-2F856 5832 
-# \x2F857 CJK COMPATIBILITY IDEOGRAPH-2F857 5831 
-# \x2F858 CJK COMPATIBILITY IDEOGRAPH-2F858 58AC 
-# \x2F859 CJK COMPATIBILITY IDEOGRAPH-2F859 214E4 
-# \x2F85A CJK COMPATIBILITY IDEOGRAPH-2F85A 58F2 
-# \x2F85B CJK COMPATIBILITY IDEOGRAPH-2F85B 58F7 
-# \x2F85C CJK COMPATIBILITY IDEOGRAPH-2F85C 5906 
-# \x2F85D CJK COMPATIBILITY IDEOGRAPH-2F85D 591A 
-# \x2F85E CJK COMPATIBILITY IDEOGRAPH-2F85E 5922 
-# \x2F85F CJK COMPATIBILITY IDEOGRAPH-2F85F 5962 
-# \x2F860 CJK COMPATIBILITY IDEOGRAPH-2F860 216A8 
-# \x2F861 CJK COMPATIBILITY IDEOGRAPH-2F861 216EA 
-# \x2F862 CJK COMPATIBILITY IDEOGRAPH-2F862 59EC 
-# \x2F863 CJK COMPATIBILITY IDEOGRAPH-2F863 5A1B 
-# \x2F864 CJK COMPATIBILITY IDEOGRAPH-2F864 5A27 
-# \x2F865 CJK COMPATIBILITY IDEOGRAPH-2F865 59D8 
-# \x2F866 CJK COMPATIBILITY IDEOGRAPH-2F866 5A66 
-# \x2F867 CJK COMPATIBILITY IDEOGRAPH-2F867 36EE 
-# \x2F868 CJK COMPATIBILITY IDEOGRAPH-2F868 36FC 
-# \x2F869 CJK COMPATIBILITY IDEOGRAPH-2F869 5B08 
-# \x2F86A CJK COMPATIBILITY IDEOGRAPH-2F86A 5B3E 
-# \x2F86B CJK COMPATIBILITY IDEOGRAPH-2F86B 5B3E 
-# \x2F86C CJK COMPATIBILITY IDEOGRAPH-2F86C 219C8 
-# \x2F86D CJK COMPATIBILITY IDEOGRAPH-2F86D 5BC3 
-# \x2F86E CJK COMPATIBILITY IDEOGRAPH-2F86E 5BD8 
-# \x2F86F CJK COMPATIBILITY IDEOGRAPH-2F86F 5BE7 
-# \x2F870 CJK COMPATIBILITY IDEOGRAPH-2F870 5BF3 
-# \x2F871 CJK COMPATIBILITY IDEOGRAPH-2F871 21B18 
-# \x2F872 CJK COMPATIBILITY IDEOGRAPH-2F872 5BFF 
-# \x2F873 CJK COMPATIBILITY IDEOGRAPH-2F873 5C06 
-# \x2F874 CJK COMPATIBILITY IDEOGRAPH-2F874 5F53 
-# \x2F875 CJK COMPATIBILITY IDEOGRAPH-2F875 5C22 
-# \x2F876 CJK COMPATIBILITY IDEOGRAPH-2F876 3781 
-# \x2F877 CJK COMPATIBILITY IDEOGRAPH-2F877 5C60 
-# \x2F878 CJK COMPATIBILITY IDEOGRAPH-2F878 5C6E 
-# \x2F879 CJK COMPATIBILITY IDEOGRAPH-2F879 5CC0 
-# \x2F87A CJK COMPATIBILITY IDEOGRAPH-2F87A 5C8D 
-# \x2F87B CJK COMPATIBILITY IDEOGRAPH-2F87B 21DE4 
-# \x2F87C CJK COMPATIBILITY IDEOGRAPH-2F87C 5D43 
-# \x2F87D CJK COMPATIBILITY IDEOGRAPH-2F87D 21DE6 
-# \x2F87E CJK COMPATIBILITY IDEOGRAPH-2F87E 5D6E 
-# \x2F87F CJK COMPATIBILITY IDEOGRAPH-2F87F 5D6B 
-# \x2F880 CJK COMPATIBILITY IDEOGRAPH-2F880 5D7C 
-# \x2F881 CJK COMPATIBILITY IDEOGRAPH-2F881 5DE1 
-# \x2F882 CJK COMPATIBILITY IDEOGRAPH-2F882 5DE2 
-# \x2F883 CJK COMPATIBILITY IDEOGRAPH-2F883 382F 
-# \x2F884 CJK COMPATIBILITY IDEOGRAPH-2F884 5DFD 
-# \x2F885 CJK COMPATIBILITY IDEOGRAPH-2F885 5E28 
-# \x2F886 CJK COMPATIBILITY IDEOGRAPH-2F886 5E3D 
-# \x2F887 CJK COMPATIBILITY IDEOGRAPH-2F887 5E69 
-# \x2F888 CJK COMPATIBILITY IDEOGRAPH-2F888 3862 
-# \x2F889 CJK COMPATIBILITY IDEOGRAPH-2F889 22183 
-# \x2F88A CJK COMPATIBILITY IDEOGRAPH-2F88A 387C 
-# \x2F88B CJK COMPATIBILITY IDEOGRAPH-2F88B 5EB0 
-# \x2F88C CJK COMPATIBILITY IDEOGRAPH-2F88C 5EB3 
-# \x2F88D CJK COMPATIBILITY IDEOGRAPH-2F88D 5EB6 
-# \x2F88E CJK COMPATIBILITY IDEOGRAPH-2F88E 5ECA 
-# \x2F88F CJK COMPATIBILITY IDEOGRAPH-2F88F 2A392 
-# \x2F890 CJK COMPATIBILITY IDEOGRAPH-2F890 5EFE 
-# \x2F891 CJK COMPATIBILITY IDEOGRAPH-2F891 22331 
-# \x2F892 CJK COMPATIBILITY IDEOGRAPH-2F892 22331 
-# \x2F893 CJK COMPATIBILITY IDEOGRAPH-2F893 8201 
-# \x2F894 CJK COMPATIBILITY IDEOGRAPH-2F894 5F22 
-# \x2F895 CJK COMPATIBILITY IDEOGRAPH-2F895 5F22 
-# \x2F896 CJK COMPATIBILITY IDEOGRAPH-2F896 38C7 
-# \x2F897 CJK COMPATIBILITY IDEOGRAPH-2F897 232B8 
-# \x2F898 CJK COMPATIBILITY IDEOGRAPH-2F898 261DA 
-# \x2F899 CJK COMPATIBILITY IDEOGRAPH-2F899 5F62 
-# \x2F89A CJK COMPATIBILITY IDEOGRAPH-2F89A 5F6B 
-# \x2F89B CJK COMPATIBILITY IDEOGRAPH-2F89B 38E3 
-# \x2F89C CJK COMPATIBILITY IDEOGRAPH-2F89C 5F9A 
-# \x2F89D CJK COMPATIBILITY IDEOGRAPH-2F89D 5FCD 
-# \x2F89E CJK COMPATIBILITY IDEOGRAPH-2F89E 5FD7 
-# \x2F89F CJK COMPATIBILITY IDEOGRAPH-2F89F 5FF9 
-# \x2F8A0 CJK COMPATIBILITY IDEOGRAPH-2F8A0 6081 
-# \x2F8A1 CJK COMPATIBILITY IDEOGRAPH-2F8A1 393A 
-# \x2F8A2 CJK COMPATIBILITY IDEOGRAPH-2F8A2 391C 
-# \x2F8A3 CJK COMPATIBILITY IDEOGRAPH-2F8A3 6094 
-# \x2F8A4 CJK COMPATIBILITY IDEOGRAPH-2F8A4 226D4 
-# \x2F8A5 CJK COMPATIBILITY IDEOGRAPH-2F8A5 60C7 
-# \x2F8A6 CJK COMPATIBILITY IDEOGRAPH-2F8A6 6148 
-# \x2F8A7 CJK COMPATIBILITY IDEOGRAPH-2F8A7 614C 
-# \x2F8A8 CJK COMPATIBILITY IDEOGRAPH-2F8A8 614E 
-# \x2F8A9 CJK COMPATIBILITY IDEOGRAPH-2F8A9 614C 
-# \x2F8AA CJK COMPATIBILITY IDEOGRAPH-2F8AA 617A 
-# \x2F8AB CJK COMPATIBILITY IDEOGRAPH-2F8AB 618E 
-# \x2F8AC CJK COMPATIBILITY IDEOGRAPH-2F8AC 61B2 
-# \x2F8AD CJK COMPATIBILITY IDEOGRAPH-2F8AD 61A4 
-# \x2F8AE CJK COMPATIBILITY IDEOGRAPH-2F8AE 61AF 
-# \x2F8AF CJK COMPATIBILITY IDEOGRAPH-2F8AF 61DE 
-# \x2F8B0 CJK COMPATIBILITY IDEOGRAPH-2F8B0 61F2 
-# \x2F8B1 CJK COMPATIBILITY IDEOGRAPH-2F8B1 61F6 
-# \x2F8B2 CJK COMPATIBILITY IDEOGRAPH-2F8B2 6210 
-# \x2F8B3 CJK COMPATIBILITY IDEOGRAPH-2F8B3 621B 
-# \x2F8B4 CJK COMPATIBILITY IDEOGRAPH-2F8B4 625D 
-# \x2F8B5 CJK COMPATIBILITY IDEOGRAPH-2F8B5 62B1 
-# \x2F8B6 CJK COMPATIBILITY IDEOGRAPH-2F8B6 62D4 
-# \x2F8B7 CJK COMPATIBILITY IDEOGRAPH-2F8B7 6350 
-# \x2F8B8 CJK COMPATIBILITY IDEOGRAPH-2F8B8 22B0C 
-# \x2F8B9 CJK COMPATIBILITY IDEOGRAPH-2F8B9 633D 
-# \x2F8BA CJK COMPATIBILITY IDEOGRAPH-2F8BA 62FC 
-# \x2F8BB CJK COMPATIBILITY IDEOGRAPH-2F8BB 6368 
-# \x2F8BC CJK COMPATIBILITY IDEOGRAPH-2F8BC 6383 
-# \x2F8BD CJK COMPATIBILITY IDEOGRAPH-2F8BD 63E4 
-# \x2F8BE CJK COMPATIBILITY IDEOGRAPH-2F8BE 22BF1 
-# \x2F8BF CJK COMPATIBILITY IDEOGRAPH-2F8BF 6422 
-# \x2F8C0 CJK COMPATIBILITY IDEOGRAPH-2F8C0 63C5 
-# \x2F8C1 CJK COMPATIBILITY IDEOGRAPH-2F8C1 63A9 
-# \x2F8C2 CJK COMPATIBILITY IDEOGRAPH-2F8C2 3A2E 
-# \x2F8C3 CJK COMPATIBILITY IDEOGRAPH-2F8C3 6469 
-# \x2F8C4 CJK COMPATIBILITY IDEOGRAPH-2F8C4 647E 
-# \x2F8C5 CJK COMPATIBILITY IDEOGRAPH-2F8C5 649D 
-# \x2F8C6 CJK COMPATIBILITY IDEOGRAPH-2F8C6 6477 
-# \x2F8C7 CJK COMPATIBILITY IDEOGRAPH-2F8C7 3A6C 
-# \x2F8C8 CJK COMPATIBILITY IDEOGRAPH-2F8C8 654F 
-# \x2F8C9 CJK COMPATIBILITY IDEOGRAPH-2F8C9 656C 
-# \x2F8CA CJK COMPATIBILITY IDEOGRAPH-2F8CA 2300A 
-# \x2F8CB CJK COMPATIBILITY IDEOGRAPH-2F8CB 65E3 
-# \x2F8CC CJK COMPATIBILITY IDEOGRAPH-2F8CC 66F8 
-# \x2F8CD CJK COMPATIBILITY IDEOGRAPH-2F8CD 6649 
-# \x2F8CE CJK COMPATIBILITY IDEOGRAPH-2F8CE 3B19 
-# \x2F8CF CJK COMPATIBILITY IDEOGRAPH-2F8CF 6691 
-# \x2F8D0 CJK COMPATIBILITY IDEOGRAPH-2F8D0 3B08 
-# \x2F8D1 CJK COMPATIBILITY IDEOGRAPH-2F8D1 3AE4 
-# \x2F8D2 CJK COMPATIBILITY IDEOGRAPH-2F8D2 5192 
-# \x2F8D3 CJK COMPATIBILITY IDEOGRAPH-2F8D3 5195 
-# \x2F8D4 CJK COMPATIBILITY IDEOGRAPH-2F8D4 6700 
-# \x2F8D5 CJK COMPATIBILITY IDEOGRAPH-2F8D5 669C 
-# \x2F8D6 CJK COMPATIBILITY IDEOGRAPH-2F8D6 80AD 
-# \x2F8D7 CJK COMPATIBILITY IDEOGRAPH-2F8D7 43D9 
-# \x2F8D8 CJK COMPATIBILITY IDEOGRAPH-2F8D8 6717 
-# \x2F8D9 CJK COMPATIBILITY IDEOGRAPH-2F8D9 671B 
-# \x2F8DA CJK COMPATIBILITY IDEOGRAPH-2F8DA 6721 
-# \x2F8DB CJK COMPATIBILITY IDEOGRAPH-2F8DB 675E 
-# \x2F8DC CJK COMPATIBILITY IDEOGRAPH-2F8DC 6753 
-# \x2F8DD CJK COMPATIBILITY IDEOGRAPH-2F8DD 233C3 
-# \x2F8DE CJK COMPATIBILITY IDEOGRAPH-2F8DE 3B49 
-# \x2F8DF CJK COMPATIBILITY IDEOGRAPH-2F8DF 67FA 
-# \x2F8E0 CJK COMPATIBILITY IDEOGRAPH-2F8E0 6785 
-# \x2F8E1 CJK COMPATIBILITY IDEOGRAPH-2F8E1 6852 
-# \x2F8E2 CJK COMPATIBILITY IDEOGRAPH-2F8E2 6885 
-# \x2F8E3 CJK COMPATIBILITY IDEOGRAPH-2F8E3 2346D 
-# \x2F8E4 CJK COMPATIBILITY IDEOGRAPH-2F8E4 688E 
-# \x2F8E5 CJK COMPATIBILITY IDEOGRAPH-2F8E5 681F 
-# \x2F8E6 CJK COMPATIBILITY IDEOGRAPH-2F8E6 6914 
-# \x2F8E7 CJK COMPATIBILITY IDEOGRAPH-2F8E7 3B9D 
-# \x2F8E8 CJK COMPATIBILITY IDEOGRAPH-2F8E8 6942 
-# \x2F8E9 CJK COMPATIBILITY IDEOGRAPH-2F8E9 69A3 
-# \x2F8EA CJK COMPATIBILITY IDEOGRAPH-2F8EA 69EA 
-# \x2F8EB CJK COMPATIBILITY IDEOGRAPH-2F8EB 6AA8 
-# \x2F8EC CJK COMPATIBILITY IDEOGRAPH-2F8EC 236A3 
-# \x2F8ED CJK COMPATIBILITY IDEOGRAPH-2F8ED 6ADB 
-# \x2F8EE CJK COMPATIBILITY IDEOGRAPH-2F8EE 3C18 
-# \x2F8EF CJK COMPATIBILITY IDEOGRAPH-2F8EF 6B21 
-# \x2F8F0 CJK COMPATIBILITY IDEOGRAPH-2F8F0 238A7 
-# \x2F8F1 CJK COMPATIBILITY IDEOGRAPH-2F8F1 6B54 
-# \x2F8F2 CJK COMPATIBILITY IDEOGRAPH-2F8F2 3C4E 
-# \x2F8F3 CJK COMPATIBILITY IDEOGRAPH-2F8F3 6B72 
-# \x2F8F4 CJK COMPATIBILITY IDEOGRAPH-2F8F4 6B9F 
-# \x2F8F5 CJK COMPATIBILITY IDEOGRAPH-2F8F5 6BBA 
-# \x2F8F6 CJK COMPATIBILITY IDEOGRAPH-2F8F6 6BBB 
-# \x2F8F7 CJK COMPATIBILITY IDEOGRAPH-2F8F7 23A8D 
-# \x2F8F8 CJK COMPATIBILITY IDEOGRAPH-2F8F8 21D0B 
-# \x2F8F9 CJK COMPATIBILITY IDEOGRAPH-2F8F9 23AFA 
-# \x2F8FA CJK COMPATIBILITY IDEOGRAPH-2F8FA 6C4E 
-# \x2F8FB CJK COMPATIBILITY IDEOGRAPH-2F8FB 23CBC 
-# \x2F8FC CJK COMPATIBILITY IDEOGRAPH-2F8FC 6CBF 
-# \x2F8FD CJK COMPATIBILITY IDEOGRAPH-2F8FD 6CCD 
-# \x2F8FE CJK COMPATIBILITY IDEOGRAPH-2F8FE 6C67 
-# \x2F8FF CJK COMPATIBILITY IDEOGRAPH-2F8FF 6D16 
-# \x2F900 CJK COMPATIBILITY IDEOGRAPH-2F900 6D3E 
-# \x2F901 CJK COMPATIBILITY IDEOGRAPH-2F901 6D77 
-# \x2F902 CJK COMPATIBILITY IDEOGRAPH-2F902 6D41 
-# \x2F903 CJK COMPATIBILITY IDEOGRAPH-2F903 6D69 
-# \x2F904 CJK COMPATIBILITY IDEOGRAPH-2F904 6D78 
-# \x2F905 CJK COMPATIBILITY IDEOGRAPH-2F905 6D85 
-# \x2F906 CJK COMPATIBILITY IDEOGRAPH-2F906 23D1E 
-# \x2F907 CJK COMPATIBILITY IDEOGRAPH-2F907 6D34 
-# \x2F908 CJK COMPATIBILITY IDEOGRAPH-2F908 6E2F 
-# \x2F909 CJK COMPATIBILITY IDEOGRAPH-2F909 6E6E 
-# \x2F90A CJK COMPATIBILITY IDEOGRAPH-2F90A 3D33 
-# \x2F90B CJK COMPATIBILITY IDEOGRAPH-2F90B 6ECB 
-# \x2F90C CJK COMPATIBILITY IDEOGRAPH-2F90C 6EC7 
-# \x2F90D CJK COMPATIBILITY IDEOGRAPH-2F90D 23ED1 
-# \x2F90E CJK COMPATIBILITY IDEOGRAPH-2F90E 6DF9 
-# \x2F90F CJK COMPATIBILITY IDEOGRAPH-2F90F 6F6E 
-# \x2F910 CJK COMPATIBILITY IDEOGRAPH-2F910 23F5E 
-# \x2F911 CJK COMPATIBILITY IDEOGRAPH-2F911 23F8E 
-# \x2F912 CJK COMPATIBILITY IDEOGRAPH-2F912 6FC6 
-# \x2F913 CJK COMPATIBILITY IDEOGRAPH-2F913 7039 
-# \x2F914 CJK COMPATIBILITY IDEOGRAPH-2F914 701E 
-# \x2F915 CJK COMPATIBILITY IDEOGRAPH-2F915 701B 
-# \x2F916 CJK COMPATIBILITY IDEOGRAPH-2F916 3D96 
-# \x2F917 CJK COMPATIBILITY IDEOGRAPH-2F917 704A 
-# \x2F918 CJK COMPATIBILITY IDEOGRAPH-2F918 707D 
-# \x2F919 CJK COMPATIBILITY IDEOGRAPH-2F919 7077 
-# \x2F91A CJK COMPATIBILITY IDEOGRAPH-2F91A 70AD 
-# \x2F91B CJK COMPATIBILITY IDEOGRAPH-2F91B 20525 
-# \x2F91C CJK COMPATIBILITY IDEOGRAPH-2F91C 7145 
-# \x2F91D CJK COMPATIBILITY IDEOGRAPH-2F91D 24263 
-# \x2F91E CJK COMPATIBILITY IDEOGRAPH-2F91E 719C 
-# \x2F91F CJK COMPATIBILITY IDEOGRAPH-2F91F 243AB 
-# \x2F920 CJK COMPATIBILITY IDEOGRAPH-2F920 7228 
-# \x2F921 CJK COMPATIBILITY IDEOGRAPH-2F921 7235 
-# \x2F922 CJK COMPATIBILITY IDEOGRAPH-2F922 7250 
-# \x2F923 CJK COMPATIBILITY IDEOGRAPH-2F923 24608 
-# \x2F924 CJK COMPATIBILITY IDEOGRAPH-2F924 7280 
-# \x2F925 CJK COMPATIBILITY IDEOGRAPH-2F925 7295 
-# \x2F926 CJK COMPATIBILITY IDEOGRAPH-2F926 24735 
-# \x2F927 CJK COMPATIBILITY IDEOGRAPH-2F927 24814 
-# \x2F928 CJK COMPATIBILITY IDEOGRAPH-2F928 737A 
-# \x2F929 CJK COMPATIBILITY IDEOGRAPH-2F929 738B 
-# \x2F92A CJK COMPATIBILITY IDEOGRAPH-2F92A 3EAC 
-# \x2F92B CJK COMPATIBILITY IDEOGRAPH-2F92B 73A5 
-# \x2F92C CJK COMPATIBILITY IDEOGRAPH-2F92C 3EB8 
-# \x2F92D CJK COMPATIBILITY IDEOGRAPH-2F92D 3EB8 
-# \x2F92E CJK COMPATIBILITY IDEOGRAPH-2F92E 7447 
-# \x2F92F CJK COMPATIBILITY IDEOGRAPH-2F92F 745C 
-# \x2F930 CJK COMPATIBILITY IDEOGRAPH-2F930 7471 
-# \x2F931 CJK COMPATIBILITY IDEOGRAPH-2F931 7485 
-# \x2F932 CJK COMPATIBILITY IDEOGRAPH-2F932 74CA 
-# \x2F933 CJK COMPATIBILITY IDEOGRAPH-2F933 3F1B 
-# \x2F934 CJK COMPATIBILITY IDEOGRAPH-2F934 7524 
-# \x2F935 CJK COMPATIBILITY IDEOGRAPH-2F935 24C36 
-# \x2F936 CJK COMPATIBILITY IDEOGRAPH-2F936 753E 
-# \x2F937 CJK COMPATIBILITY IDEOGRAPH-2F937 24C92 
-# \x2F938 CJK COMPATIBILITY IDEOGRAPH-2F938 7570 
-# \x2F939 CJK COMPATIBILITY IDEOGRAPH-2F939 2219F 
-# \x2F93A CJK COMPATIBILITY IDEOGRAPH-2F93A 7610 
-# \x2F93B CJK COMPATIBILITY IDEOGRAPH-2F93B 24FA1 
-# \x2F93C CJK COMPATIBILITY IDEOGRAPH-2F93C 24FB8 
-# \x2F93D CJK COMPATIBILITY IDEOGRAPH-2F93D 25044 
-# \x2F93E CJK COMPATIBILITY IDEOGRAPH-2F93E 3FFC 
-# \x2F93F CJK COMPATIBILITY IDEOGRAPH-2F93F 4008 
-# \x2F940 CJK COMPATIBILITY IDEOGRAPH-2F940 76F4 
-# \x2F941 CJK COMPATIBILITY IDEOGRAPH-2F941 250F3 
-# \x2F942 CJK COMPATIBILITY IDEOGRAPH-2F942 250F2 
-# \x2F943 CJK COMPATIBILITY IDEOGRAPH-2F943 25119 
-# \x2F944 CJK COMPATIBILITY IDEOGRAPH-2F944 25133 
-# \x2F945 CJK COMPATIBILITY IDEOGRAPH-2F945 771E 
-# \x2F946 CJK COMPATIBILITY IDEOGRAPH-2F946 771F 
-# \x2F947 CJK COMPATIBILITY IDEOGRAPH-2F947 771F 
-# \x2F948 CJK COMPATIBILITY IDEOGRAPH-2F948 774A 
-# \x2F949 CJK COMPATIBILITY IDEOGRAPH-2F949 4039 
-# \x2F94A CJK COMPATIBILITY IDEOGRAPH-2F94A 778B 
-# \x2F94B CJK COMPATIBILITY IDEOGRAPH-2F94B 4046 
-# \x2F94C CJK COMPATIBILITY IDEOGRAPH-2F94C 4096 
-# \x2F94D CJK COMPATIBILITY IDEOGRAPH-2F94D 2541D 
-# \x2F94E CJK COMPATIBILITY IDEOGRAPH-2F94E 784E 
-# \x2F94F CJK COMPATIBILITY IDEOGRAPH-2F94F 788C 
-# \x2F950 CJK COMPATIBILITY IDEOGRAPH-2F950 78CC 
-# \x2F951 CJK COMPATIBILITY IDEOGRAPH-2F951 40E3 
-# \x2F952 CJK COMPATIBILITY IDEOGRAPH-2F952 25626 
-# \x2F953 CJK COMPATIBILITY IDEOGRAPH-2F953 7956 
-# \x2F954 CJK COMPATIBILITY IDEOGRAPH-2F954 2569A 
-# \x2F955 CJK COMPATIBILITY IDEOGRAPH-2F955 256C5 
-# \x2F956 CJK COMPATIBILITY IDEOGRAPH-2F956 798F 
-# \x2F957 CJK COMPATIBILITY IDEOGRAPH-2F957 79EB 
-# \x2F958 CJK COMPATIBILITY IDEOGRAPH-2F958 412F 
-# \x2F959 CJK COMPATIBILITY IDEOGRAPH-2F959 7A40 
-# \x2F95A CJK COMPATIBILITY IDEOGRAPH-2F95A 7A4A 
-# \x2F95B CJK COMPATIBILITY IDEOGRAPH-2F95B 7A4F 
-# \x2F95C CJK COMPATIBILITY IDEOGRAPH-2F95C 2597C 
-# \x2F95D CJK COMPATIBILITY IDEOGRAPH-2F95D 25AA7 
-# \x2F95E CJK COMPATIBILITY IDEOGRAPH-2F95E 25AA7 
-# \x2F95F CJK COMPATIBILITY IDEOGRAPH-2F95F 7AEE 
-# \x2F960 CJK COMPATIBILITY IDEOGRAPH-2F960 4202 
-# \x2F961 CJK COMPATIBILITY IDEOGRAPH-2F961 25BAB 
-# \x2F962 CJK COMPATIBILITY IDEOGRAPH-2F962 7BC6 
-# \x2F963 CJK COMPATIBILITY IDEOGRAPH-2F963 7BC9 
-# \x2F964 CJK COMPATIBILITY IDEOGRAPH-2F964 4227 
-# \x2F965 CJK COMPATIBILITY IDEOGRAPH-2F965 25C80 
-# \x2F966 CJK COMPATIBILITY IDEOGRAPH-2F966 7CD2 
-# \x2F967 CJK COMPATIBILITY IDEOGRAPH-2F967 42A0 
-# \x2F968 CJK COMPATIBILITY IDEOGRAPH-2F968 7CE8 
-# \x2F969 CJK COMPATIBILITY IDEOGRAPH-2F969 7CE3 
-# \x2F96A CJK COMPATIBILITY IDEOGRAPH-2F96A 7D00 
-# \x2F96B CJK COMPATIBILITY IDEOGRAPH-2F96B 25F86 
-# \x2F96C CJK COMPATIBILITY IDEOGRAPH-2F96C 7D63 
-# \x2F96D CJK COMPATIBILITY IDEOGRAPH-2F96D 4301 
-# \x2F96E CJK COMPATIBILITY IDEOGRAPH-2F96E 7DC7 
-# \x2F96F CJK COMPATIBILITY IDEOGRAPH-2F96F 7E02 
-# \x2F970 CJK COMPATIBILITY IDEOGRAPH-2F970 7E45 
-# \x2F971 CJK COMPATIBILITY IDEOGRAPH-2F971 4334 
-# \x2F972 CJK COMPATIBILITY IDEOGRAPH-2F972 26228 
-# \x2F973 CJK COMPATIBILITY IDEOGRAPH-2F973 26247 
-# \x2F974 CJK COMPATIBILITY IDEOGRAPH-2F974 4359 
-# \x2F975 CJK COMPATIBILITY IDEOGRAPH-2F975 262D9 
-# \x2F976 CJK COMPATIBILITY IDEOGRAPH-2F976 7F7A 
-# \x2F977 CJK COMPATIBILITY IDEOGRAPH-2F977 2633E 
-# \x2F978 CJK COMPATIBILITY IDEOGRAPH-2F978 7F95 
-# \x2F979 CJK COMPATIBILITY IDEOGRAPH-2F979 7FFA 
-# \x2F97A CJK COMPATIBILITY IDEOGRAPH-2F97A 8005 
-# \x2F97B CJK COMPATIBILITY IDEOGRAPH-2F97B 264DA 
-# \x2F97C CJK COMPATIBILITY IDEOGRAPH-2F97C 26523 
-# \x2F97D CJK COMPATIBILITY IDEOGRAPH-2F97D 8060 
-# \x2F97E CJK COMPATIBILITY IDEOGRAPH-2F97E 265A8 
-# \x2F97F CJK COMPATIBILITY IDEOGRAPH-2F97F 8070 
-# \x2F980 CJK COMPATIBILITY IDEOGRAPH-2F980 2335F 
-# \x2F981 CJK COMPATIBILITY IDEOGRAPH-2F981 43D5 
-# \x2F982 CJK COMPATIBILITY IDEOGRAPH-2F982 80B2 
-# \x2F983 CJK COMPATIBILITY IDEOGRAPH-2F983 8103 
-# \x2F984 CJK COMPATIBILITY IDEOGRAPH-2F984 440B 
-# \x2F985 CJK COMPATIBILITY IDEOGRAPH-2F985 813E 
-# \x2F986 CJK COMPATIBILITY IDEOGRAPH-2F986 5AB5 
-# \x2F987 CJK COMPATIBILITY IDEOGRAPH-2F987 267A7 
-# \x2F988 CJK COMPATIBILITY IDEOGRAPH-2F988 267B5 
-# \x2F989 CJK COMPATIBILITY IDEOGRAPH-2F989 23393 
-# \x2F98A CJK COMPATIBILITY IDEOGRAPH-2F98A 2339C 
-# \x2F98B CJK COMPATIBILITY IDEOGRAPH-2F98B 8201 
-# \x2F98C CJK COMPATIBILITY IDEOGRAPH-2F98C 8204 
-# \x2F98D CJK COMPATIBILITY IDEOGRAPH-2F98D 8F9E 
-# \x2F98E CJK COMPATIBILITY IDEOGRAPH-2F98E 446B 
-# \x2F98F CJK COMPATIBILITY IDEOGRAPH-2F98F 8291 
-# \x2F990 CJK COMPATIBILITY IDEOGRAPH-2F990 828B 
-# \x2F991 CJK COMPATIBILITY IDEOGRAPH-2F991 829D 
-# \x2F992 CJK COMPATIBILITY IDEOGRAPH-2F992 52B3 
-# \x2F993 CJK COMPATIBILITY IDEOGRAPH-2F993 82B1 
-# \x2F994 CJK COMPATIBILITY IDEOGRAPH-2F994 82B3 
-# \x2F995 CJK COMPATIBILITY IDEOGRAPH-2F995 82BD 
-# \x2F996 CJK COMPATIBILITY IDEOGRAPH-2F996 82E6 
-# \x2F997 CJK COMPATIBILITY IDEOGRAPH-2F997 26B3C 
-# \x2F998 CJK COMPATIBILITY IDEOGRAPH-2F998 82E5 
-# \x2F999 CJK COMPATIBILITY IDEOGRAPH-2F999 831D 
-# \x2F99A CJK COMPATIBILITY IDEOGRAPH-2F99A 8363 
-# \x2F99B CJK COMPATIBILITY IDEOGRAPH-2F99B 83AD 
-# \x2F99C CJK COMPATIBILITY IDEOGRAPH-2F99C 8323 
-# \x2F99D CJK COMPATIBILITY IDEOGRAPH-2F99D 83BD 
-# \x2F99E CJK COMPATIBILITY IDEOGRAPH-2F99E 83E7 
-# \x2F99F CJK COMPATIBILITY IDEOGRAPH-2F99F 8457 
-# \x2F9A0 CJK COMPATIBILITY IDEOGRAPH-2F9A0 8353 
-# \x2F9A1 CJK COMPATIBILITY IDEOGRAPH-2F9A1 83CA 
-# \x2F9A2 CJK COMPATIBILITY IDEOGRAPH-2F9A2 83CC 
-# \x2F9A3 CJK COMPATIBILITY IDEOGRAPH-2F9A3 83DC 
-# \x2F9A4 CJK COMPATIBILITY IDEOGRAPH-2F9A4 26C36 
-# \x2F9A5 CJK COMPATIBILITY IDEOGRAPH-2F9A5 26D6B 
-# \x2F9A6 CJK COMPATIBILITY IDEOGRAPH-2F9A6 26CD5 
-# \x2F9A7 CJK COMPATIBILITY IDEOGRAPH-2F9A7 452B 
-# \x2F9A8 CJK COMPATIBILITY IDEOGRAPH-2F9A8 84F1 
-# \x2F9A9 CJK COMPATIBILITY IDEOGRAPH-2F9A9 84F3 
-# \x2F9AA CJK COMPATIBILITY IDEOGRAPH-2F9AA 8516 
-# \x2F9AB CJK COMPATIBILITY IDEOGRAPH-2F9AB 273CA 
-# \x2F9AC CJK COMPATIBILITY IDEOGRAPH-2F9AC 8564 
-# \x2F9AD CJK COMPATIBILITY IDEOGRAPH-2F9AD 26F2C 
-# \x2F9AE CJK COMPATIBILITY IDEOGRAPH-2F9AE 455D 
-# \x2F9AF CJK COMPATIBILITY IDEOGRAPH-2F9AF 4561 
-# \x2F9B0 CJK COMPATIBILITY IDEOGRAPH-2F9B0 26FB1 
-# \x2F9B1 CJK COMPATIBILITY IDEOGRAPH-2F9B1 270D2 
-# \x2F9B2 CJK COMPATIBILITY IDEOGRAPH-2F9B2 456B 
-# \x2F9B3 CJK COMPATIBILITY IDEOGRAPH-2F9B3 8650 
-# \x2F9B4 CJK COMPATIBILITY IDEOGRAPH-2F9B4 865C 
-# \x2F9B5 CJK COMPATIBILITY IDEOGRAPH-2F9B5 8667 
-# \x2F9B6 CJK COMPATIBILITY IDEOGRAPH-2F9B6 8669 
-# \x2F9B7 CJK COMPATIBILITY IDEOGRAPH-2F9B7 86A9 
-# \x2F9B8 CJK COMPATIBILITY IDEOGRAPH-2F9B8 8688 
-# \x2F9B9 CJK COMPATIBILITY IDEOGRAPH-2F9B9 870E 
-# \x2F9BA CJK COMPATIBILITY IDEOGRAPH-2F9BA 86E2 
-# \x2F9BB CJK COMPATIBILITY IDEOGRAPH-2F9BB 8779 
-# \x2F9BC CJK COMPATIBILITY IDEOGRAPH-2F9BC 8728 
-# \x2F9BD CJK COMPATIBILITY IDEOGRAPH-2F9BD 876B 
-# \x2F9BE CJK COMPATIBILITY IDEOGRAPH-2F9BE 8786 
-# \x2F9BF CJK COMPATIBILITY IDEOGRAPH-2F9BF 45D7 
-# \x2F9C0 CJK COMPATIBILITY IDEOGRAPH-2F9C0 87E1 
-# \x2F9C1 CJK COMPATIBILITY IDEOGRAPH-2F9C1 8801 
-# \x2F9C2 CJK COMPATIBILITY IDEOGRAPH-2F9C2 45F9 
-# \x2F9C3 CJK COMPATIBILITY IDEOGRAPH-2F9C3 8860 
-# \x2F9C4 CJK COMPATIBILITY IDEOGRAPH-2F9C4 8863 
-# \x2F9C5 CJK COMPATIBILITY IDEOGRAPH-2F9C5 27667 
-# \x2F9C6 CJK COMPATIBILITY IDEOGRAPH-2F9C6 88D7 
-# \x2F9C7 CJK COMPATIBILITY IDEOGRAPH-2F9C7 88DE 
-# \x2F9C8 CJK COMPATIBILITY IDEOGRAPH-2F9C8 4635 
-# \x2F9C9 CJK COMPATIBILITY IDEOGRAPH-2F9C9 88FA 
-# \x2F9CA CJK COMPATIBILITY IDEOGRAPH-2F9CA 34BB 
-# \x2F9CB CJK COMPATIBILITY IDEOGRAPH-2F9CB 278AE 
-# \x2F9CC CJK COMPATIBILITY IDEOGRAPH-2F9CC 27966 
-# \x2F9CD CJK COMPATIBILITY IDEOGRAPH-2F9CD 46BE 
-# \x2F9CE CJK COMPATIBILITY IDEOGRAPH-2F9CE 46C7 
-# \x2F9CF CJK COMPATIBILITY IDEOGRAPH-2F9CF 8AA0 
-# \x2F9D0 CJK COMPATIBILITY IDEOGRAPH-2F9D0 8AED 
-# \x2F9D1 CJK COMPATIBILITY IDEOGRAPH-2F9D1 8B8A 
-# \x2F9D2 CJK COMPATIBILITY IDEOGRAPH-2F9D2 8C55 
-# \x2F9D3 CJK COMPATIBILITY IDEOGRAPH-2F9D3 27CA8 
-# \x2F9D4 CJK COMPATIBILITY IDEOGRAPH-2F9D4 8CAB 
-# \x2F9D5 CJK COMPATIBILITY IDEOGRAPH-2F9D5 8CC1 
-# \x2F9D6 CJK COMPATIBILITY IDEOGRAPH-2F9D6 8D1B 
-# \x2F9D7 CJK COMPATIBILITY IDEOGRAPH-2F9D7 8D77 
-# \x2F9D8 CJK COMPATIBILITY IDEOGRAPH-2F9D8 27F2F 
-# \x2F9D9 CJK COMPATIBILITY IDEOGRAPH-2F9D9 20804 
-# \x2F9DA CJK COMPATIBILITY IDEOGRAPH-2F9DA 8DCB 
-# \x2F9DB CJK COMPATIBILITY IDEOGRAPH-2F9DB 8DBC 
-# \x2F9DC CJK COMPATIBILITY IDEOGRAPH-2F9DC 8DF0 
-# \x2F9DD CJK COMPATIBILITY IDEOGRAPH-2F9DD 208DE 
-# \x2F9DE CJK COMPATIBILITY IDEOGRAPH-2F9DE 8ED4 
-# \x2F9DF CJK COMPATIBILITY IDEOGRAPH-2F9DF 8F38 
-# \x2F9E0 CJK COMPATIBILITY IDEOGRAPH-2F9E0 285D2 
-# \x2F9E1 CJK COMPATIBILITY IDEOGRAPH-2F9E1 285ED 
-# \x2F9E2 CJK COMPATIBILITY IDEOGRAPH-2F9E2 9094 
-# \x2F9E3 CJK COMPATIBILITY IDEOGRAPH-2F9E3 90F1 
-# \x2F9E4 CJK COMPATIBILITY IDEOGRAPH-2F9E4 9111 
-# \x2F9E5 CJK COMPATIBILITY IDEOGRAPH-2F9E5 2872E 
-# \x2F9E6 CJK COMPATIBILITY IDEOGRAPH-2F9E6 911B 
-# \x2F9E7 CJK COMPATIBILITY IDEOGRAPH-2F9E7 9238 
-# \x2F9E8 CJK COMPATIBILITY IDEOGRAPH-2F9E8 92D7 
-# \x2F9E9 CJK COMPATIBILITY IDEOGRAPH-2F9E9 92D8 
-# \x2F9EA CJK COMPATIBILITY IDEOGRAPH-2F9EA 927C 
-# \x2F9EB CJK COMPATIBILITY IDEOGRAPH-2F9EB 93F9 
-# \x2F9EC CJK COMPATIBILITY IDEOGRAPH-2F9EC 9415 
-# \x2F9ED CJK COMPATIBILITY IDEOGRAPH-2F9ED 28BFA 
-# \x2F9EE CJK COMPATIBILITY IDEOGRAPH-2F9EE 958B 
-# \x2F9EF CJK COMPATIBILITY IDEOGRAPH-2F9EF 4995 
-# \x2F9F0 CJK COMPATIBILITY IDEOGRAPH-2F9F0 95B7 
-# \x2F9F1 CJK COMPATIBILITY IDEOGRAPH-2F9F1 28D77 
-# \x2F9F2 CJK COMPATIBILITY IDEOGRAPH-2F9F2 49E6 
-# \x2F9F3 CJK COMPATIBILITY IDEOGRAPH-2F9F3 96C3 
-# \x2F9F4 CJK COMPATIBILITY IDEOGRAPH-2F9F4 5DB2 
-# \x2F9F5 CJK COMPATIBILITY IDEOGRAPH-2F9F5 9723 
-# \x2F9F6 CJK COMPATIBILITY IDEOGRAPH-2F9F6 29145 
-# \x2F9F7 CJK COMPATIBILITY IDEOGRAPH-2F9F7 2921A 
-# \x2F9F8 CJK COMPATIBILITY IDEOGRAPH-2F9F8 4A6E 
-# \x2F9F9 CJK COMPATIBILITY IDEOGRAPH-2F9F9 4A76 
-# \x2F9FA CJK COMPATIBILITY IDEOGRAPH-2F9FA 97E0 
-# \x2F9FB CJK COMPATIBILITY IDEOGRAPH-2F9FB 2940A 
-# \x2F9FC CJK COMPATIBILITY IDEOGRAPH-2F9FC 4AB2 
-# \x2F9FD CJK COMPATIBILITY IDEOGRAPH-2F9FD 29496 
-# \x2F9FE CJK COMPATIBILITY IDEOGRAPH-2F9FE 980B 
-# \x2F9FF CJK COMPATIBILITY IDEOGRAPH-2F9FF 980B 
-# \x2FA00 CJK COMPATIBILITY IDEOGRAPH-2FA00 9829 
-# \x2FA01 CJK COMPATIBILITY IDEOGRAPH-2FA01 295B6 
-# \x2FA02 CJK COMPATIBILITY IDEOGRAPH-2FA02 98E2 
-# \x2FA03 CJK COMPATIBILITY IDEOGRAPH-2FA03 4B33 
-# \x2FA04 CJK COMPATIBILITY IDEOGRAPH-2FA04 9929 
-# \x2FA05 CJK COMPATIBILITY IDEOGRAPH-2FA05 99A7 
-# \x2FA06 CJK COMPATIBILITY IDEOGRAPH-2FA06 99C2 
-# \x2FA07 CJK COMPATIBILITY IDEOGRAPH-2FA07 99FE 
-# \x2FA08 CJK COMPATIBILITY IDEOGRAPH-2FA08 4BCE 
-# \x2FA09 CJK COMPATIBILITY IDEOGRAPH-2FA09 29B30 
-# \x2FA0A CJK COMPATIBILITY IDEOGRAPH-2FA0A 9B12 
-# \x2FA0B CJK COMPATIBILITY IDEOGRAPH-2FA0B 9C40 
-# \x2FA0C CJK COMPATIBILITY IDEOGRAPH-2FA0C 9CFD 
-# \x2FA0D CJK COMPATIBILITY IDEOGRAPH-2FA0D 4CCE 
-# \x2FA0E CJK COMPATIBILITY IDEOGRAPH-2FA0E 4CED 
-# \x2FA0F CJK COMPATIBILITY IDEOGRAPH-2FA0F 9D67 
-# \x2FA10 CJK COMPATIBILITY IDEOGRAPH-2FA10 2A0CE 
-# \x2FA11 CJK COMPATIBILITY IDEOGRAPH-2FA11 4CF8 
-# \x2FA12 CJK COMPATIBILITY IDEOGRAPH-2FA12 2A105 
-# \x2FA13 CJK COMPATIBILITY IDEOGRAPH-2FA13 2A20E 
-# \x2FA14 CJK COMPATIBILITY IDEOGRAPH-2FA14 2A291 
-# \x2FA15 CJK COMPATIBILITY IDEOGRAPH-2FA15 9EBB 
-# \x2FA16 CJK COMPATIBILITY IDEOGRAPH-2FA16 4D56 
-# \x2FA17 CJK COMPATIBILITY IDEOGRAPH-2FA17 9EF9 
-# \x2FA18 CJK COMPATIBILITY IDEOGRAPH-2FA18 9EFE 
-# \x2FA19 CJK COMPATIBILITY IDEOGRAPH-2FA19 9F05 
-# \x2FA1A CJK COMPATIBILITY IDEOGRAPH-2FA1A 9F0F 
-# \x2FA1B CJK COMPATIBILITY IDEOGRAPH-2FA1B 9F16 
-# \x2FA1C CJK COMPATIBILITY IDEOGRAPH-2FA1C 9F3B 
-# \x2FA1D CJK COMPATIBILITY IDEOGRAPH-2FA1D 2A600 
-# \xE0001 LANGUAGE TAG 
-# \xE0020 TAG SPACE 
-# \xE0021 TAG EXCLAMATION MARK 
-# \xE0022 TAG QUOTATION MARK 
-# \xE0023 TAG NUMBER SIGN 
-# \xE0024 TAG DOLLAR SIGN 
-# \xE0025 TAG PERCENT SIGN 
-# \xE0026 TAG AMPERSAND 
-# \xE0027 TAG APOSTROPHE 
-# \xE0028 TAG LEFT PARENTHESIS 
-# \xE0029 TAG RIGHT PARENTHESIS 
-# \xE002A TAG ASTERISK 
-# \xE002B TAG PLUS SIGN 
-# \xE002C TAG COMMA 
-# \xE002D TAG HYPHEN-MINUS 
-# \xE002E TAG FULL STOP 
-# \xE002F TAG SOLIDUS 
-# \xE0030 TAG DIGIT ZERO 
-# \xE0031 TAG DIGIT ONE 
-# \xE0032 TAG DIGIT TWO 
-# \xE0033 TAG DIGIT THREE 
-# \xE0034 TAG DIGIT FOUR 
-# \xE0035 TAG DIGIT FIVE 
-# \xE0036 TAG DIGIT SIX 
-# \xE0037 TAG DIGIT SEVEN 
-# \xE0038 TAG DIGIT EIGHT 
-# \xE0039 TAG DIGIT NINE 
-# \xE003A TAG COLON 
-# \xE003B TAG SEMICOLON 
-# \xE003C TAG LESS-THAN SIGN 
-# \xE003D TAG EQUALS SIGN 
-# \xE003E TAG GREATER-THAN SIGN 
-# \xE003F TAG QUESTION MARK 
-# \xE0040 TAG COMMERCIAL AT 
-# \xE0041 TAG LATIN CAPITAL LETTER A 
-# \xE0042 TAG LATIN CAPITAL LETTER B 
-# \xE0043 TAG LATIN CAPITAL LETTER C 
-# \xE0044 TAG LATIN CAPITAL LETTER D 
-# \xE0045 TAG LATIN CAPITAL LETTER E 
-# \xE0046 TAG LATIN CAPITAL LETTER F 
-# \xE0047 TAG LATIN CAPITAL LETTER G 
-# \xE0048 TAG LATIN CAPITAL LETTER H 
-# \xE0049 TAG LATIN CAPITAL LETTER I 
-# \xE004A TAG LATIN CAPITAL LETTER J 
-# \xE004B TAG LATIN CAPITAL LETTER K 
-# \xE004C TAG LATIN CAPITAL LETTER 
-# \xE004D TAG LATIN CAPITAL LETTER M 
-# \xE004E TAG LATIN CAPITAL LETTER 
-# \xE004F TAG LATIN CAPITAL LETTER O 
-# \xE0050 TAG LATIN CAPITAL LETTER P 
-# \xE0051 TAG LATIN CAPITAL LETTER Q 
-# \xE0052 TAG LATIN CAPITAL LETTER 
-# \xE0053 TAG LATIN CAPITAL LETTER S 
-# \xE0054 TAG LATIN CAPITAL LETTER T 
-# \xE0055 TAG LATIN CAPITAL LETTER U 
-# \xE0056 TAG LATIN CAPITAL LETTER V 
-# \xE0057 TAG LATIN CAPITAL LETTER W 
-# \xE0058 TAG LATIN CAPITAL LETTER X 
-# \xE0059 TAG LATIN CAPITAL LETTER Y 
-# \xE005A TAG LATIN CAPITAL LETTER Z 
-# \xE005B TAG LEFT SQUARE BRACKET 
-# \xE005C TAG REVERSE SOLIDUS 
-# \xE005D TAG RIGHT SQUARE BRACKET 
-# \xE005E TAG CIRCUMFLEX ACCENT 
-# \xE005F TAG LOW LINE 
-# \xE0060 TAG GRAVE ACCENT 
-# \xE0061 TAG LATIN SMALL LETTER A 
-# \xE0062 TAG LATIN SMALL LETTER B 
-# \xE0063 TAG LATIN SMALL LETTER C 
-# \xE0064 TAG LATIN SMALL LETTER D 
-# \xE0065 TAG LATIN SMALL LETTER E 
-# \xE0066 TAG LATIN SMALL LETTER F 
-# \xE0067 TAG LATIN SMALL LETTER G 
-# \xE0068 TAG LATIN SMALL LETTER H 
-# \xE0069 TAG LATIN SMALL LETTER I 
-# \xE006A TAG LATIN SMALL LETTER J 
-# \xE006B TAG LATIN SMALL LETTER K 
-# \xE006C TAG LATIN SMALL LETTER 
-# \xE006D TAG LATIN SMALL LETTER M 
-# \xE006E TAG LATIN SMALL LETTER 
-# \xE006F TAG LATIN SMALL LETTER O 
-# \xE0070 TAG LATIN SMALL LETTER P 
-# \xE0071 TAG LATIN SMALL LETTER Q 
-# \xE0072 TAG LATIN SMALL LETTER 
-# \xE0073 TAG LATIN SMALL LETTER S 
-# \xE0074 TAG LATIN SMALL LETTER T 
-# \xE0075 TAG LATIN SMALL LETTER U 
-# \xE0076 TAG LATIN SMALL LETTER V 
-# \xE0077 TAG LATIN SMALL LETTER W 
-# \xE0078 TAG LATIN SMALL LETTER X 
-# \xE0079 TAG LATIN SMALL LETTER Y 
-# \xE007A TAG LATIN SMALL LETTER Z 
-# \xE007B TAG LEFT CURLY BRACKET 
-# \xE007C TAG VERTICAL LINE 
-# \xE007D TAG RIGHT CURLY BRACKET 
-# \xE007E TAG TILDE 
-# \xE007F CANCEL TAG 
-# \xE0100 VARIATION SELECTOR-17 
-# \xE0101 VARIATION SELECTOR-18 
-# \xE0102 VARIATION SELECTOR-19 
-# \xE0103 VARIATION SELECTOR-20 
-# \xE0104 VARIATION SELECTOR-21 
-# \xE0105 VARIATION SELECTOR-22 
-# \xE0106 VARIATION SELECTOR-23 
-# \xE0107 VARIATION SELECTOR-24 
-# \xE0108 VARIATION SELECTOR-25 
-# \xE0109 VARIATION SELECTOR-26 
-# \xE010A VARIATION SELECTOR-27 
-# \xE010B VARIATION SELECTOR-28 
-# \xE010C VARIATION SELECTOR-29 
-# \xE010D VARIATION SELECTOR-30 
-# \xE010E VARIATION SELECTOR-31 
-# \xE010F VARIATION SELECTOR-32 
-# \xE0110 VARIATION SELECTOR-33 
-# \xE0111 VARIATION SELECTOR-34 
-# \xE0112 VARIATION SELECTOR-35 
-# \xE0113 VARIATION SELECTOR-36 
-# \xE0114 VARIATION SELECTOR-37 
-# \xE0115 VARIATION SELECTOR-38 
-# \xE0116 VARIATION SELECTOR-39 
-# \xE0117 VARIATION SELECTOR-40 
-# \xE0118 VARIATION SELECTOR-41 
-# \xE0119 VARIATION SELECTOR-42 
-# \xE011A VARIATION SELECTOR-43 
-# \xE011B VARIATION SELECTOR-44 
-# \xE011C VARIATION SELECTOR-45 
-# \xE011D VARIATION SELECTOR-46 
-# \xE011E VARIATION SELECTOR-47 
-# \xE011F VARIATION SELECTOR-48 
-# \xE0120 VARIATION SELECTOR-49 
-# \xE0121 VARIATION SELECTOR-50 
-# \xE0122 VARIATION SELECTOR-51 
-# \xE0123 VARIATION SELECTOR-52 
-# \xE0124 VARIATION SELECTOR-53 
-# \xE0125 VARIATION SELECTOR-54 
-# \xE0126 VARIATION SELECTOR-55 
-# \xE0127 VARIATION SELECTOR-56 
-# \xE0128 VARIATION SELECTOR-57 
-# \xE0129 VARIATION SELECTOR-58 
-# \xE012A VARIATION SELECTOR-59 
-# \xE012B VARIATION SELECTOR-60 
-# \xE012C VARIATION SELECTOR-61 
-# \xE012D VARIATION SELECTOR-62 
-# \xE012E VARIATION SELECTOR-63 
-# \xE012F VARIATION SELECTOR-64 
-# \xE0130 VARIATION SELECTOR-65 
-# \xE0131 VARIATION SELECTOR-66 
-# \xE0132 VARIATION SELECTOR-67 
-# \xE0133 VARIATION SELECTOR-68 
-# \xE0134 VARIATION SELECTOR-69 
-# \xE0135 VARIATION SELECTOR-70 
-# \xE0136 VARIATION SELECTOR-71 
-# \xE0137 VARIATION SELECTOR-72 
-# \xE0138 VARIATION SELECTOR-73 
-# \xE0139 VARIATION SELECTOR-74 
-# \xE013A VARIATION SELECTOR-75 
-# \xE013B VARIATION SELECTOR-76 
-# \xE013C VARIATION SELECTOR-77 
-# \xE013D VARIATION SELECTOR-78 
-# \xE013E VARIATION SELECTOR-79 
-# \xE013F VARIATION SELECTOR-80 
-# \xE0140 VARIATION SELECTOR-81 
-# \xE0141 VARIATION SELECTOR-82 
-# \xE0142 VARIATION SELECTOR-83 
-# \xE0143 VARIATION SELECTOR-84 
-# \xE0144 VARIATION SELECTOR-85 
-# \xE0145 VARIATION SELECTOR-86 
-# \xE0146 VARIATION SELECTOR-87 
-# \xE0147 VARIATION SELECTOR-88 
-# \xE0148 VARIATION SELECTOR-89 
-# \xE0149 VARIATION SELECTOR-90 
-# \xE014A VARIATION SELECTOR-91 
-# \xE014B VARIATION SELECTOR-92 
-# \xE014C VARIATION SELECTOR-93 
-# \xE014D VARIATION SELECTOR-94 
-# \xE014E VARIATION SELECTOR-95 
-# \xE014F VARIATION SELECTOR-96 
-# \xE0150 VARIATION SELECTOR-97 
-# \xE0151 VARIATION SELECTOR-98 
-# \xE0152 VARIATION SELECTOR-99 
-# \xE0153 VARIATION SELECTOR-100 
-# \xE0154 VARIATION SELECTOR-101 
-# \xE0155 VARIATION SELECTOR-102 
-# \xE0156 VARIATION SELECTOR-103 
-# \xE0157 VARIATION SELECTOR-104 
-# \xE0158 VARIATION SELECTOR-105 
-# \xE0159 VARIATION SELECTOR-106 
-# \xE015A VARIATION SELECTOR-107 
-# \xE015B VARIATION SELECTOR-108 
-# \xE015C VARIATION SELECTOR-109 
-# \xE015D VARIATION SELECTOR-110 
-# \xE015E VARIATION SELECTOR-111 
-# \xE015F VARIATION SELECTOR-112 
-# \xE0160 VARIATION SELECTOR-113 
-# \xE0161 VARIATION SELECTOR-114 
-# \xE0162 VARIATION SELECTOR-115 
-# \xE0163 VARIATION SELECTOR-116 
-# \xE0164 VARIATION SELECTOR-117 
-# \xE0165 VARIATION SELECTOR-118 
-# \xE0166 VARIATION SELECTOR-119 
-# \xE0167 VARIATION SELECTOR-120 
-# \xE0168 VARIATION SELECTOR-121 
-# \xE0169 VARIATION SELECTOR-122 
-# \xE016A VARIATION SELECTOR-123 
-# \xE016B VARIATION SELECTOR-124 
-# \xE016C VARIATION SELECTOR-125 
-# \xE016D VARIATION SELECTOR-126 
-# \xE016E VARIATION SELECTOR-127 
-# \xE016F VARIATION SELECTOR-128 
-# \xE0170 VARIATION SELECTOR-129 
-# \xE0171 VARIATION SELECTOR-130 
-# \xE0172 VARIATION SELECTOR-131 
-# \xE0173 VARIATION SELECTOR-132 
-# \xE0174 VARIATION SELECTOR-133 
-# \xE0175 VARIATION SELECTOR-134 
-# \xE0176 VARIATION SELECTOR-135 
-# \xE0177 VARIATION SELECTOR-136 
-# \xE0178 VARIATION SELECTOR-137 
-# \xE0179 VARIATION SELECTOR-138 
-# \xE017A VARIATION SELECTOR-139 
-# \xE017B VARIATION SELECTOR-140 
-# \xE017C VARIATION SELECTOR-141 
-# \xE017D VARIATION SELECTOR-142 
-# \xE017E VARIATION SELECTOR-143 
-# \xE017F VARIATION SELECTOR-144 
-# \xE0180 VARIATION SELECTOR-145 
-# \xE0181 VARIATION SELECTOR-146 
-# \xE0182 VARIATION SELECTOR-147 
-# \xE0183 VARIATION SELECTOR-148 
-# \xE0184 VARIATION SELECTOR-149 
-# \xE0185 VARIATION SELECTOR-150 
-# \xE0186 VARIATION SELECTOR-151 
-# \xE0187 VARIATION SELECTOR-152 
-# \xE0188 VARIATION SELECTOR-153 
-# \xE0189 VARIATION SELECTOR-154 
-# \xE018A VARIATION SELECTOR-155 
-# \xE018B VARIATION SELECTOR-156 
-# \xE018C VARIATION SELECTOR-157 
-# \xE018D VARIATION SELECTOR-158 
-# \xE018E VARIATION SELECTOR-159 
-# \xE018F VARIATION SELECTOR-160 
-# \xE0190 VARIATION SELECTOR-161 
-# \xE0191 VARIATION SELECTOR-162 
-# \xE0192 VARIATION SELECTOR-163 
-# \xE0193 VARIATION SELECTOR-164 
-# \xE0194 VARIATION SELECTOR-165 
-# \xE0195 VARIATION SELECTOR-166 
-# \xE0196 VARIATION SELECTOR-167 
-# \xE0197 VARIATION SELECTOR-168 
-# \xE0198 VARIATION SELECTOR-169 
-# \xE0199 VARIATION SELECTOR-170 
-# \xE019A VARIATION SELECTOR-171 
-# \xE019B VARIATION SELECTOR-172 
-# \xE019C VARIATION SELECTOR-173 
-# \xE019D VARIATION SELECTOR-174 
-# \xE019E VARIATION SELECTOR-175 
-# \xE019F VARIATION SELECTOR-176 
-# \xE01A0 VARIATION SELECTOR-177 
-# \xE01A1 VARIATION SELECTOR-178 
-# \xE01A2 VARIATION SELECTOR-179 
-# \xE01A3 VARIATION SELECTOR-180 
-# \xE01A4 VARIATION SELECTOR-181 
-# \xE01A5 VARIATION SELECTOR-182 
-# \xE01A6 VARIATION SELECTOR-183 
-# \xE01A7 VARIATION SELECTOR-184 
-# \xE01A8 VARIATION SELECTOR-185 
-# \xE01A9 VARIATION SELECTOR-186 
-# \xE01AA VARIATION SELECTOR-187 
-# \xE01AB VARIATION SELECTOR-188 
-# \xE01AC VARIATION SELECTOR-189 
-# \xE01AD VARIATION SELECTOR-190 
-# \xE01AE VARIATION SELECTOR-191 
-# \xE01AF VARIATION SELECTOR-192 
-# \xE01B0 VARIATION SELECTOR-193 
-# \xE01B1 VARIATION SELECTOR-194 
-# \xE01B2 VARIATION SELECTOR-195 
-# \xE01B3 VARIATION SELECTOR-196 
-# \xE01B4 VARIATION SELECTOR-197 
-# \xE01B5 VARIATION SELECTOR-198 
-# \xE01B6 VARIATION SELECTOR-199 
-# \xE01B7 VARIATION SELECTOR-200 
-# \xE01B8 VARIATION SELECTOR-201 
-# \xE01B9 VARIATION SELECTOR-202 
-# \xE01BA VARIATION SELECTOR-203 
-# \xE01BB VARIATION SELECTOR-204 
-# \xE01BC VARIATION SELECTOR-205 
-# \xE01BD VARIATION SELECTOR-206 
-# \xE01BE VARIATION SELECTOR-207 
-# \xE01BF VARIATION SELECTOR-208 
-# \xE01C0 VARIATION SELECTOR-209 
-# \xE01C1 VARIATION SELECTOR-210 
-# \xE01C2 VARIATION SELECTOR-211 
-# \xE01C3 VARIATION SELECTOR-212 
-# \xE01C4 VARIATION SELECTOR-213 
-# \xE01C5 VARIATION SELECTOR-214 
-# \xE01C6 VARIATION SELECTOR-215 
-# \xE01C7 VARIATION SELECTOR-216 
-# \xE01C8 VARIATION SELECTOR-217 
-# \xE01C9 VARIATION SELECTOR-218 
-# \xE01CA VARIATION SELECTOR-219 
-# \xE01CB VARIATION SELECTOR-220 
-# \xE01CC VARIATION SELECTOR-221 
-# \xE01CD VARIATION SELECTOR-222 
-# \xE01CE VARIATION SELECTOR-223 
-# \xE01CF VARIATION SELECTOR-224 
-# \xE01D0 VARIATION SELECTOR-225 
-# \xE01D1 VARIATION SELECTOR-226 
-# \xE01D2 VARIATION SELECTOR-227 
-# \xE01D3 VARIATION SELECTOR-228 
-# \xE01D4 VARIATION SELECTOR-229 
-# \xE01D5 VARIATION SELECTOR-230 
-# \xE01D6 VARIATION SELECTOR-231 
-# \xE01D7 VARIATION SELECTOR-232 
-# \xE01D8 VARIATION SELECTOR-233 
-# \xE01D9 VARIATION SELECTOR-234 
-# \xE01DA VARIATION SELECTOR-235 
-# \xE01DB VARIATION SELECTOR-236 
-# \xE01DC VARIATION SELECTOR-237 
-# \xE01DD VARIATION SELECTOR-238 
-# \xE01DE VARIATION SELECTOR-239 
-# \xE01DF VARIATION SELECTOR-240 
-# \xE01E0 VARIATION SELECTOR-241 
-# \xE01E1 VARIATION SELECTOR-242 
-# \xE01E2 VARIATION SELECTOR-243 
-# \xE01E3 VARIATION SELECTOR-244 
-# \xE01E4 VARIATION SELECTOR-245 
-# \xE01E5 VARIATION SELECTOR-246 
-# \xE01E6 VARIATION SELECTOR-247 
-# \xE01E7 VARIATION SELECTOR-248 
-# \xE01E8 VARIATION SELECTOR-249 
-# \xE01E9 VARIATION SELECTOR-250 
-# \xE01EA VARIATION SELECTOR-251 
-# \xE01EB VARIATION SELECTOR-252 
-# \xE01EC VARIATION SELECTOR-253 
-# \xE01ED VARIATION SELECTOR-254 
-# \xE01EE VARIATION SELECTOR-255 
-# \xE01EF VARIATION SELECTOR-256 
-# \xF0000 <Plane 15 Private Use, First> Co 
-# \xFFFFD <Plane 15 Private Use, Last> Co 
-# \x100000 <Plane 16 Private Use, First> Co 
-# \x10FFFD <Plane 16 Private Use, Last> Co 
-# \x
-# \x
-math \xf577 25-135 contracted right arrow
-# liblouis: sub table for Latin letter definition, 8 dots.
-#
-#  Copyright (C) 2012-2014 Mesar Hameed <mesar.hameed@gmail.com>
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-
-# Latin letters a-z with dot 7 as capital indicator.
-# Usually included to form a 8 dots table.
-
-uplow Aa 17,1
-uplow Bb 127,12
-uplow Cc 147,14
-uplow Dd 1457,145
-uplow Ee 157,15
-uplow Ff 1247,124
-uplow Gg 12457,1245
-uplow Hh 1257,125
-uplow Ii 247,24
-uplow Jj 2457,245
-uplow Kk 137,13
-uplow Ll 1237,123
-uplow Mm 1347,134
-uplow Nn 13457,1345
-uplow Oo 1357,135
-uplow Pp 12347,1234
-uplow Qq 123457,12345
-uplow Rr 12357,1235
-uplow Ss 2347,234
-uplow Tt 23457,2345
-uplow Uu 1367,136
-uplow Vv 12367,1236
-uplow Ww 24567,2456
-uplow Xx 13467,1346
-uplow Yy 134567,13456
-uplow Zz 13567,1356
-#-display-name: Maltese computer braille
-
-#+locale:mt
-#+type:computer
-#+dots:8
-
-# TODO: Please correct the metadata above. It is not meant to be
-# accurate nor complete. It hasn't been verified by the table
-# author yet. It is merely an attempt by the liblouis maintainers
-# to get some sensible initial values in place.
-
-# TODO: Please add a reference to official documentation about
-# the implemented braille code. Preferably submit the documents
-# to https://github.com/liblouis/braille-specs.
-
-include mt.ctb
-include braille-patterns.cti
-#sot#1#Sotho Uncontracted#za#
-# liblouis: Afrikaans Braille Code (Grade 1)
-#
-# Copyright (C) 2014, Greg Kearney <gkearney@gmail.com>
-#
-# Based on English UEB Grade 1
-#
-# Used to display symbols, Unicode chars and other symbols used throughout UEB code.
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-
-include en-ueb-g1.ctb
-
-# Sotho specific
-
-uplow	Êê	45-15
-uplow	Òò	45-135
-uplow	Šš	4-234
-# This file is obsolete. Do not use!
-
-# liblouis: Se-Se.dis
-#
-# Copyright (C) 1995-2004 by The BRLTTY Team
-# Copyright (C) 2004 ViewPlus Technologies, Inc., www.viewplustech.com
-# Copyright (C) 2004 Computers to Help People, Inc., www.chpi.org
-
-# This file is free software; you can redistribute it and/or
-# modify it under the terms of the GNU Lesser General Public
-# License as published by the Free Software Foundation; either
-# version 2.1 of the License, or (at your option) any later version.
-
-# This file is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-# Lesser General Public License for more details.
-
-# You should have received a copy of the GNU Lesser General Public
-# License along with this file; if not, write to the Free Software
-# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
-# liblouis  comes with ABSOLUTELY NO WARRANTY.
-
-# This is to used with Swedish translation tables.
-
-
-        #Hex   Dots				Dec		Char Description
-display \X0020 0					#32					space
-display \X0021  235				#33		!			exclamation mark
-display \X0022    56			#34		"			quotation mark
-display \X0023  3456			#35		#			number sign
-display \X0024 1246				#36		$			dollar sign
-display \X0025 146				#37		%			percent sign
-# display \X0026 12346			#38		&			ampersand
-display \X0026 346				#38		&			ampersand
-display \X0027  5					#39		'			apostrophe
-display \X0028	236		#40	(			left parenthesis
-display \X0029  356		#41	)			right parenthesis
-display \X002A  35		#42	*			asterisk
-display \X002B	256		#43	+			plus sign
-display \X002C      2		#44 ,			comma
-display \X002D	36		#45	-			hyphen-minus
-display \X002E	3			#46 .			full stop
-display \X002F	34		#47	/			solidus
-
-display \X0030	356		#480			digit zero
-display \X0031  2	 		#491			digit one
-display \X0032	126		#502			digit two
-display \X0033	146		#513			digit three
-display \X0034  1456	#524			digit four
-display \X0035  156		#535			digit five
-display \X0036  1246	#546			digit six
-display \X0037  12456 #557			digit seven
-display \X0038  236		#568			digit eight
-display \X0039	35		#579			digit nine
-display \X003A	25		#58 :			colon
-display \X003B  23		#59 ;			semicolon
-display \X003C  56			#60  <	less-than sign
-# display \X003D 156		#61  =	equals sign
-display \X003D 2356		#61  =	equals sign
-# display \X003E 45			#62  >	greater-than sign
-display \X003F  26		#63 ?			question mark
-
-# display \X0040   4				#64  @	commercial at
-display \X0040 123567			#64  @	commercial at
-
-        #Hex   Dots		Dec	Char Description
-display \X0041 17				#65	A Latin capital letter a
-display \X0042 127			#66	B Latin capital letter b
-display \X0043 147			#67	C Latin capital letter c
-display \X0044 1457			#68	D Latin capital letter d
-display \X0045 157			#69	E Latin capital letter e
-display \X0046 1247			#70	F Latin capital letter f
-display \X0047 12457		#71	G Latin capital letter g
-display \X0048 1257			#72	H Latin capital letter h
-display \X0049 247			#73	I Latin capital letter i
-display \X004A 2457			#74	J Latin capital letter j
-display \X004B 137			#75	K Latin capital letter k
-display \X004C 1237			#76	L Latin capital letter l
-display \X004D 1347			#77	M Latin capital letter m
-display \X004E 13457		#78	N Latin capital letter n
-display \X004F 1357			#79	O Latin capital letter o
-display \X0050 12347		#80	P Latin capital letter p
-display \X0051 123457		#81	Q Latin capital letter q
-display \X0052 12357		#82	R Latin capital letter r
-display \X0053 2347			#83	S Latin capital letter s
-display \X0054 23457		#84	T Latin capital letter t
-display \X0055 1367			#85	U Latin capital letter u
-display \X0056 12367		#86	V Latin capital letter v
-display \X0057 24567		#87	W Latin capital letter w
-display \X0058 13467		#88	X Latin capital letter x
-display \X0059 134567		#89	Y Latin capital letter y
-display \X005A 13567		#90	Z Latin capital letter z
-
-display \X005B 12356	#	91  [	left square bracket
-display \X005C 347		#	92	\	reverse solidus
-display \X005D 23456	# 93  ]	right square bracket
-display \X005E 4		# 94 ^	circumflex accent
-display \X005F 6		# 95 _	low line
-display \X0060 46		# 96 `	grave accent
-
-display \X0061 1			#97  a  Latin small letter a
-display \X0062 12			#98  b Latin small letter b
-display \X0063 14			#99  c Latin small letter c
-display \X0064 145		#100 d Latin small letter d
-display \X0065 15			#101 e Latin small letter e
-display \X0066 124		#102 f Latin small letter f
-display \X0067 1245		#103 g Latin small letter g
-display \X0068 125		#104 h Latin small letter h
-display \X0069  24		#105 i Latin small letter i
-display \X006A  245		#106 j Latin small letter j
-display \X006B 13			#107 k Latin small letter k
-display \X006C 123		#108 l Latin small letter l
-display \X006D 134		#109 m Latin small letter m
-display \X006E 1345		#110 n Latin small letter n
-display \X006F 135		#111 o Latin small letter o
-display \X0070 1234		#112 p Latin small letter p
-display \X0071 12345	#113 q Latin small letter q
-display \X0072 1235		#114 r Latin small letter r
-display \X0073 234		#115 s Latin small letter s
-display \X0074  2345	#116 t Latin small letter t
-display \X0075 136		#117 u Latin small letter u
-display \X0076 1236		#118 v Latin small letter v
-display \X0077  2456	#119 w Latin small letter w
-display \X0078 1346		#120 x Latin small letter x
-display \X0079 13456	#121 y Latin small letter y
-display \X007A 1356		#122 z Latin small letter z
-
-display \X007B  12356			# 123 {		left curly bracket
-display \X007C 456					# 124 |		vertical line
-display \X007D 23456			#	125 }		right curly bracket
-# display \X007E   2356     #	126 ~   tilde
-display \X007E  45				#	126 ~   tilde
-display \X007F 4					# 127	^		?delete
-
-#Hex Dots Dec Char Description
-display \X0080 48					# Eurosign
-display \X0081 18 # 129~A<control>
-display \X0082 128 # 130~Bbreak permitted here
-display \X0083 148 # 131~Cno break here
-display \X0084 1458 # 132~D<control>
-display \X0085 158 # 133~Enext line
-display \X0086 1248 # 134~Fstart of selected area
-display \X0087 12458 # 135~Gend of selected area
-display \X0088 1258 # 136~Hcharacter tabulation set
-display \X0089  248 # 137~Icharacter tabulation with justification
-display \X008A  2458 # 138~Jline tabulation set
-display \X008B 138 # 139~Kpartial line down
-display \X008C 1238 # 140~Lpartial line up
-display \X008D 1348 # 141~Mreverse line feed
-display \X008E 13458 # 142~Nsingle shift two
-display \X008F 1358 # 143~Osingle shift three
-display \X0090 12348 # 144~Pdevice control string
-display \X0091 123458 # 145~Qprivate use one
-display \X0092 12358 # 146~Rprivate use two
-display \X0093 2348 # 147~Sset transmit state
-display \X0094  23458 # 148~Tcancel character
-display \X0095 1368 # 149~Umessage waiting
-display \X0096 12368 # 150~Vstart of guarded area
-display \X0097  24568 # 151~Wend of guarded area
-display \X0098 13468 # 152~Xstart of string
-display \X0099 134568 # 153~Y<control>
-display \X009A 13568 # 154~Zsingle character introducer
-display \X009B  2468 # 155~[control sequence introducer
-display \X009C 12568 # 156~\string terminator
-display \X009D 124568 # 157~]operating system command
-display \X009E 458 # 158~^privacy message
-display \X009F 4568		# 159				~_application program command
-display \X00A0 0			#160			no-break space
-
-#Hex Dots Dec Char Description
-display \X0000 478 #0^@null
-display \X0001 178 #1^Astart of heading
-display \X0002 1278 #2^Bstart of text
-display \X0003 1478 #3^Cend of text
-display \X0004 14578 #4^Dend of transmission
-display \X0005 1578 #5^Eenquiry
-display \X0006 12478 #6^Facknowledge
-display \X0007 124578 #7^Gbell
-display \X0008 12578 #8^Hbackspace
-display \X0009  2478 #9^Ihorizontal tabulation
-display \X000A  24578 #10^Jline feed
-display \X000B 1378 #11^Kvertical tabulation
-display \X000C 12378 #12^Lform feed
-display \X000D 13478 #13^Mcarriage return
-display \X000E 134578 #14^Nshift out
-display \X000F 13578 #15^Oshift in
-display \X0010 123478 #16^Pdata link escape
-display \X0011 1234578 #17^Qdevice control one
-display \X0012 123578 #18^Rdevice control two
-display \X0013 23478 #19^Sdevice control three
-display \X0014  234578 #20^Tdevice control four
-display \X0015 13678 #21^Unegative acknowledge
-display \X0016 123678 #22^Vsynchronous idle
-display \X0017  245678 #23^Wend of transmission block
-#display \X0018 134678 #24^Xcancel
-display \X0019 1345678 #25^Yend of medium
-display \X001A 135678 #26^Zsubstitute
-display \X001B  24678 #27^[escape
-display \X001C 125678 #28^\file separator
-display \X001D 1245678 #29^]group separator
-display \X001E 4578 #30^^record separator
-display \X001F 45678 #31^_unit separator
-
-				#Hex	 Dots			Dec	Char	Description
-display \X00A1 23467  #	161 ¡			inverted exclamation mark
-display \X00A2 58			#162	¢			cent sign 
-display \X00A3 34567  # 163	£			pound sign
-display \X00A4 1467		# 164	¤			currency sign
-display \X00A5 123467 # 165	¥			yen sign
-display \X00A6 1567		# 166	¦			broken bar
-display \X00A7 346		# 167	§			section sign
-display \X00A8  57		# 168	¨			diaeresis
-display \X00A9  23567 # 169	©			copyright sign
-display \X00AA 8			# 170	ª			feminine ordinal indicator
-display \X00AB 1267		# 171	«			left-pointing double angle quotation mark
-display \X00AC  2567  # 172	¬			not sign
-display \X00AD 367		# 173	­			soft hyphen
-display \X00AE  2367  # 174	®			registered sign
-display \X00AF  267		# 175	¯			macron
-display \X00B0 3567		# 176	°			degree sign
-
-display \X00C0  23578		# 192		À		Latin capital letter a with grave
-display \X00C1	1678		# 193		Á		Latin capital letter a with acute
-display \X00C2	1678		# 194		Â		Latin capital letter a with circumflex
-display \X00C3	578 # 195Ã Latin capital letter a with tilde
-display \X00C4	1234678 # 196Ä Latin capital letter a with diaeresis
-display \X00C5	34578 # 197Å Latin capital letter a with ring above
-display \X00C6	378 # 198Æ Latin capital letter ae
-display \X00C7	34678 # 199Ç Latin capital letter c with cedilla
-display \X00C8  23567		#	200		È		Latin capital letter e with grave
-display \X00C9	12678		# 201É Latin capital letter e with acute
-display \X00CA  2378	# 202		Ê		Latin capital letter e with circumflex
-display \X00CB 12345678 # 203Ë Latin capital letter e with diaeresis
-display \X00CC  23678 # 204Ì Latin capital letter i with grave
-display \X00CD 14678 # 205Í Latin capital letter i with acute
-display \X00CE  2578	# 206		Î		Latin capital letter i with circumflex
-display \X00CF 1235678 # 207Ï Latin capital letter i with diaeresis
-display \X00D0 678 # 208Ð Latin capital letter eth
-display \X00D1 4678 # 209Ñ Latin capital letter n with tilde
-display \X00D2 3578 # 210Ò Latin capital letter o with grave
-display \X00D3 145678 # 211Ó Latin capital letter o with acute
-display \X00D4  25678 # 212		Ô		Latin capital letter o with circumflex
-display \X00D5  5678 # 213Õ Latin capital letter o with tilde
-display \X00D6  234678 # 214Ö Latin capital letter o with diaeresis
-display \X00D7 167  # 215×multiplication sign
-display \X00D8 3478 # 216Ø Latin capital letter o with stroke
-display \X00D9 35678 # 217Ù Latin capital letter u with grave
-display \X00DA 15678 # 218Ú Latin capital letter u with acute
-display \X00DB  2678	# 219		Û		Latin capital letter u with circumflex
-display \X00DC  2345678 # 220Ü Latin capital letter u with diaeresis
-display \X00DD 124678 # 221Ý Latin capital letter y with acute
-display \X00DE 3678 # 222Þ Latin capital letter thorn
-display \X00DF 345678 # 223ß Latin small letter sharp s
-display \X00E0  2358 # 224à Latin small letter a with grave
-display \X00E1 168 # 225á Latin small letter a with acute
-display \X00E2	168		# 226		â		Latin small letter a with circumflex
-display \X00E3 58 # 227ã Latin small letter a with tilde
-display \X00E4 345 # 228ä Latin small letter a with diaeresis
-display \X00E5 16						# 229å Latin small letter a with ring above
-display \X00E6 38 # 230æ Latin small letter ae
-display \X00E7 3468 # 231ç Latin small letter c with cedilla
-display \X00E8  23568 # 232è Latin small letter e with grave
-display \X00E9 123456					# 233é Latin small letter e with acute
-display \X00EA  238		# 234		ê		Latin small letter e with circumflex
-display \X00EB 1234568 # 235ë Latin small letter e with diaeresis
-display \X00EC  2368 # 236ì Latin small letter i with grave
-display \X00ED 1468 # 237í Latin small letter i with acute
-display \X00EE  258		# 238		î		Latin small letter i with circumflex
-display \X00EF 123568 # 239ï Latin small letter i with diaeresis
-display \X00F0 68 # 240ð Latin small letter eth
-display \X00F1 468 # 241ñ Latin small letter n with tilde
-display \X00F2 358 # 242ò Latin small letter o with grave
-display \X00F3 14568 # 243ó Latin small letter o with acute
-display \X00F4  2568	# 244		ô		Latin small letter o with circumflex
-display \X00F5  568 # 245õ Latin small letter o with tilde
-display \X00F6  246 # 246ö Latin small letter o with diaeresis
-display \X00F7 347  # 247÷division sign
-display \X00F8 348 # 248ø Latin small letter o with stroke
-display \X00F9 3568 # 249ù Latin small letter u with grave
-display \X00FA 1568 # 250ú Latin small letter u with acute
-display \X00FB  268		# 251		û		Latin small letter u with circumflex
-display \X00FC 1256				# 252 ü Latin small letter u with diaeresis
-display \X00FD 12468 # 253ý Latin small letter y with acute
-display \X00FE 368 # 254þ Latin small letter thorn
-display \X00FF 34568 # 255ÿ Latin small letter y with diaeresis
-
-
-display \X00BB 3457  # 187»right-pointing double angle quotation mark
-display \X00B9  27  # 185¹superscript one
-display \X00B2 237  # 178²superscript two
-display \X00B3 257  # 179³superscript three
-display \X00B1 3467  # 177±plus-minus sign
-display \X00D7 167  # 215×multiplication sign
-
-display \X00B7 467  # 183·middle dot
-
-display \X00BF 14567  # 191¿inverted question mark
-
-
-display \X00B6  2357  # 182¶pilcrow sign
-
-
-#Hex Dots Dec Char Description
-display \X00BC 123567  # 188¼vulgar fraction one quarter
-display \X00BD 1234567  # 189½vulgar fraction one half
-display \X00BE  234567  # 190¾vulgar fraction three quarters
-
-# Each of the three extended accent characters is the same as its conventional
-# compose character but with dot7 added:
-
-#Hex Dots Dec Char Description
-display \X00B4 37  # 180´acute accent
-display \X00B8 67  # 184¸cedilla
-
-
-# The two gender symbols are:
-
-#Hex Dots Dec Char Description
-display \X00BA 7  # 186ºmasculine ordinal indicator
-
-
-# The three remaining characters are:
-
-#Hex Dots Dec Char Description
-
-display \X00B5  567  # 181µmicro sign
-
-
-# The nonbreaking space is dots 7 and 8 because this presents a sequence of
-# nonbreaking spaces as a smooth low line segment.
-
-#Hex Dots Dec Char Description
-
-# liblouis: Hungarian Grade 2 table
-#
-# -----------
-#-display-name: Hungarian fully contracted braille
-#
-#+locale:hu
-#+type:literary
-#+contraction:full
-#+grade:2
-#
-# TODO: Please correct the metadata above. It is not meant to be
-# accurate nor complete. It hasn't been verified by the table
-# author yet. It is merely an attempt by the liblouis maintainers
-# to get some sensible initial values in place.
-#
-# TODO: Please add a reference to official documentation about
-# the implemented braille code. Preferably submit the documents
-# to https://github.com/liblouis/braille-specs.
-# -----------
-#
-#  Copyright (C) 2017 Attila Hammer from IT Foundation for the Visually Impaired - Hungary. www.infoalap.hu
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-#
-#  Maintained by Attila Hammer  hammer.attila@infoalap.hu
-#
-# If you found bugs with hungarian grade1 table, report it with following address:
-# Attila Hammer <hammer.attila@infoalap.hu
-#If you have a Launchpad account, report table related requests with following bug tracker address: https://bugs.launchpad.net/belin
-include hu-backtranslate-correction.dis
-include hu-chardefs.cti
-include hu-exceptionwords.cti
-include hu-hu-g2_exceptions.cti
-include braille-patterns.cti
-#Braille indicators
-numsign 3456
-begcapsword 46
-emphclass italic
-emphclass underline
-emphclass bold
-begemph italic 356
-endemph italic  236
-begemph bold 356
-endemph bold 236
-begemph underline 356
-endemph underline 236
-begcomp 456-346
-endcomp 456-156
-midnum : 3
-midnum - 36-3456
-hyphen - 36
-decpoint , 2
-midnum . 3-3456
-endnum . 3
-endnum – 36-36
-#Following part implementing the new braille standard changes
-#When some punctuation character have after end of numbers, need add a dot6 prefix before the punctuation character dots
-endnum : 6-25
-endnum ? 6-26
-endnum ; 6-23
-endnum ! 6-235
-endnum " 6-236
-
-always . 3
-always ' 6-3
-postpunc . 256
-postpunc ; 23
-word ; 23
-midnum : 25
-postpunc : 25
-always : 25
-always ! 235
-endnum . 3
-always • 6-35
-# literary forms of the decimal digits
-include litdigits6Dots.uti
-
-#Special letter replacements
-always cs 146	General need replacing cs letters with a combined dot combination
-always ccs 146-146	General need replacing ccs letters with a combined dot combination
-always csz 14-156
-always cszs 146-345
-always ccsz 14-14-156
-always gy 1456	General need replacing gy letters with a combined dot combination
-always ggy 1456-1456	General need replacing ggy letters with a combined dot combination
-always ly 456
-always lly 456-456	General need replacing ly letters with a combined dot combination
-always ny 1246	General need replacing ny letters with a combined dot combination
-always nny 1246-1246	General need replacing nny letters with a combined dot combination
-always ty 1256	General need replacing ty letter pairs with a combined dot combination
-always tty 1256-1256		General need replacing ty letter pairs with a combined dot combination combined dot combination
-always sz 156	General need replacing sz letters with a combined dot combination
-always ssz 156-156
-always zsz 126-156
-always zszs 345-345
-always zs 345	General need replacing zs letters with a combined dot combination
-always zzs 345-345	General need replacing zs letters with a combined dot combination
-
-#Special punctuation simbols
-prepunc " 236	Opening quotation simbol
-postpunc " 356	Closing quotation simbol
-prepunc « 236
-postpunc » 356
-prepunc » 236
-postpunc « 356
-always " 236	Need this rule to present one left quotation mark if the user firsttyping the " character
-prepunc ( 2346	Opening left parenthese
-postpunc ) 1356	Closing right parenthese
-always ( 2346	Need this rule to the user always see 2346 dot combination if type first ( character a text
-always ) 1356	Need this rule to the user always see 2346 dot combination if type first ) character a text
-prepunc « 236
-postpunc » 356
-prepunc ‘ 236
-postpunc ’ 356
-prepunc ‚ 236
-postpunc ‚ 356
-prepunc “ 236
-prepunc ” 236
-postpunc ” 356
-prepunc „ 236
-postpunc „ 356
-prepunc < 5-13
-postpunc > 46-2
-
-#Other exceptions With need marking different dot combination
-always Q 12346
-always Z 126
-always # 123456
-always $ 5-145
-always % 3456-245-356
-always ~ 5-2345
-always < 5-13
-always > 46-2
-always / 5-2
-always | 45
-always { 5-2346
-always } 5-1356
-always [ 46-2346
-always ] 46-1356
-always \\ 16
-always ^ 2346
-always ` 4
-always Æ 1
-always lyú 456-346
-always lysz 456-156
-
-#define context rules related need classes
-class orszag O
-class nevelo A
-class oneromannumber I
-class fiveromannumber V
-class tenromannumber X
-class fiftyromannumber L 
-class hundredromannumber C
-class nagysz S
-
-#handle extra special abbreviation rules with context opcodes
-#not always need abbreviate the ország word, for example person and continent names. The next rule handle this situation
-noback context $U["rszág"]$s$U$a @1235-156-4-1245
-
-#general, need abbreviate the "volt" word, but this word some time meaning hungarian language the electric measurement.
-#following context rules handles this extra situation
-noback context [%nevelo$s"Volt"]$s"egy"$s @2-1236-135-123-2345
-noback context ["volt"]$s"körül" @1236-135-123-2345
-noback context ["egyenlő\shány\svolt"] @15-1456-15-1345-123-12456-0-125-4-1246-0-1236-135-123-2345
-noback context $l["ány\svolt\sáram"] @4-1246-0-1236-135-123-2345-0-4-1235-1-134
-
-#some context rules with the "az" and "a" verbs related
-noback context ["az\sokoz"] @1-126-0-135-13-135-126
-noback context ["az\saz\s"] @1-126-0-3	General, if a text part have the "az" word, need joining the second word before a dot3 cell dot. But, if a text part have the az word two times, the first az word not need abbreviate with dot2 and joining the second az word, the first az word need presenting with following dots: 1-126-0. An example: az az igazság
-noback context ["az\sa\s"] @1-126-0-2
-noback context [%nevelo"z\sa\s"] @1-126-0-2
-noback context ["az\s"]"is"$p @1-126-0
-noback context ["az\s"]"is\s" @1-126-0
-noback context [%nevelo"z\sis\s"] @1-126-0-24-0
-noback context [%nevelo"z\s"]"is"$p @1-126-0
-noback context ["a\s"]"és" @1-0
-noback context ["az\segyelőre"] @1-126-0-15-1456-15-123-12456-1235-15
-noback context ["az\sugyanis"] @1-126-0-136-1456-1-1345-24-234
-noback context ["az\sadja"] @1-126-0-1-145-245-1
-noback context ["az\sadta"] @1-126-0-1-145-2345-1
-noback context ["az\ssem"]$s @1-126-0-234-15-134
-noback context ["az\ssem"]$p @1-126-0-234-15-134
-noback context ["az\saz\ssem"]$p @1-126-0-1-126-0-234-15-134
-noback context ["az\slenne"] @1-126-0-123-15-1345-1345-15
-noback context ["az\slesz"] @1-126-0-123
-noback context ["az\sleszel"] @1-126-0-123-15-156-15-123
-noback context ["az\sleszek"] @1-126-0-123-15-156-15-13
-noback context ["az\s"]"volt" @1-126-0
-noback context [%nevelo"z"]$s"az"$s @1-126
-noback context [%nevelo"z"]$s"okoz" @1-126
-noback context [%nevelo"z"]$s"egyelőre" @1-126
-noback context [%nevelo"z"]$s"ugyanis" @1-126
-noback context [%nevelo"z"]$s"adja" @1-126
-noback context [%nevelo"z"]$s"adta" @1-126
-noback context [%nevelo"z"]$s"lenne" @1-126
-noback context [%nevelo"z"]$s"sem" @1-126
-noback context [%nevelo"z"]$s"lesz"$s @1-126
-noback context [%nevelo"z"]$s"lesz" @1-126
-noback context [%nevelo"z"]$s"lesz"$p @1-126
-noback context [%nevelo"z"]$s"volt" @1-126
-noback context [%nevelo"z"]$s"volt"$p @1-126
-noback context ["az\salábbi"] @1-126-0-1-123-4-12-12-24
-noback context [%nevelo"z\salábbi"] @1-126-0-1-123-4-12-12-24
-#general, after comma character need joining the next text part with after the comma character, but need some context rules to this braille standard works gracefully
-noback context [",\saz\sa\s"] @2-1-126-0-2
-noback context [",\saz\saz\s"] @2-1-126-0-3
-noback context [",\s"] @2
-noback context [",\n"] @2
-noback context [",\n\r"] @2
-noback context $a["\na\s"] @0-2
-#handle roman numbers related special rules
-noback context [%oneromannumber]"." @46-24
-noback context $U[%oneromannumber]"." @24
-noback context [%fiveromannumber]"." @46-1236
-noback context $U[%fiveromannumber]"." @1236
-noback context [%tenromannumber]"." @46-1346
-noback context $U[%tenromannumber]"." @1346
-noback context [%fiftyromannumber]"." @46-123
-noback context $U[%fiftyromannumber]"." @123
-noback context [%hundredromannumber]"." @46-14
-noback context $U[%hundredromannumber]"." @14
-
-#some country names related context rules
-noback context $U"io"$s["de"]$s$U"anerio" @145-15 
-noback context $U"io"$s["de"]$s$U"aneiro" @145-15 
-
-#General, need abbreviate end of llal suffix part, but the vállal word have some exceptions, depending the text context.
-#Following context rules gracefully handle this different situations
-noback context ["vállal"]$s"ige\s" @1236-4-123-123-1-123
-noback context "ciát"$s["vállal"] @1236-4-123-123-1-123	For example the "garanciát vállal" context not need abbreviate the end of llal suffix
-noback context "séget"$s["vállal"] @1236-4-123-123-1-123	For example felelősséget vállal context not need abbreviate the end of llal word suffix
-noback context ["kockázatot\svállal"] @13-135-14-13-4-126-1-2345-135-2345-0-1236-4-123-123-1-123	This text part doesn't need abbreviate the llal suffix with end of vállal word, and the kockázatot text part need presenting with contracted word
-noback context ["vállal"]$s"el" @1236-4-123-123-1-123
-noback context ["vállal"]$s"felelősséget" @1236-4-123-123-1-123
-noback context $l["em\svállal"] @0-1236-4-123-123-1-123	The "Nem vállal" and "nem vállal" text parts doesn't need abbreviate the end of llal suffix, only the nem and Nem word part
-noback context $l["észt\svállal"] @16-156-2345-0-1236-4-123-123-1-123
-noback context "ligha"$s["vállal"] @1236-4-123-123-1-123
-noback context ["vállal"]$s"állás" @1236-4-123-123-1-123
-noback context ["vállal"]$s"munkát" @1236-4-123-123-1-123
-noback context ["vállal"]$s$s"fogcsonk" @1236-4-123-123-1-123
-noback context ["vállal"]$s"fogcsonk" @1236-4-123-123-1-123
-noback context ["vállal"]$s"kezes" @1236-4-123-123-1-123
-noback context ["vállal"]$s"magára" @1236-4-123-123-1-123
-always átvállal 4-2345-1236-4-123-123-1-123
-always bevállal 12-15-1236-4-123-123-1-123
-always elvállal 15-123-1236-4-123-123-1-123
-
-noback context ["\f,"] @2
-noback context $l["+"]$s$l @0-1234-123-136-156	If a word ends with a + simbol and follow up a next word after a space character, need replacing the + punctuation character with the "plusz" text
-
-#names related context rules, when not need abbreviate a general abbreviated word part
-noback context $U["oldog"]$s$U$a @135-123-145-135-1245	For example Boldog Gizella name not need abbreviate the boldog word part with 12-1245 dots
-noback context $U["oldog"]$l1-30$s$U$a @135-123-145-135-1245	For example Boldogfalvi Tamás name not need abbreviate the boldog word part with 12-1245 dots
-noback context $U$l1-30$s["de"]$s$U$a @145-15	General, need abbrewiate the de word with 1545 dots, but hungarian literary texts some spanish or portuguese names need replacing the abbreviated de word with normal 145-15 dots. For example: Rio de Janeiro, 
-noback context $U["ond"]$l1-30$s$U$a @135-1345-145	General need abbreviate the gond word part with 1245-145 dots, but in names, this is not need. For example: Gonda János, Gondos Réka.
-noback context [%nagysz"zabad"]$s$U$a @156-1-12-1-145
-noback context [%nagysz"zabad"]$l1-30$s$U$a @156-1-12-1-145
-always ponta-kormá 1234-135-1345-2345-1-36-13-135-1235-134-4
-
-noback context [", "] @2
-noback context $U["emmel"]$s$U$a @15-134-134-15-123	For example Temmel Anikó, Temmel Márta names not need apply the suffix abbreviation
-noback context $U["an"]$s$U"ogh" @1-1345
-
-#Some pass2 step related rules
-noback pass2 @135-1235-156-4-1245-1456 @135-1245-1456
-noback pass2 @1234-16-1345-126 @1234-126
-noback pass2 @13-15-1235-15-234-16-234-234-15-123 @13-234-16-234-1236
-noback pass2 @13-15-1235-15-234-16-234 @13-234-16-234
-noback pass2 @12345-156-156-15-13 @12345-15-13
-noback pass2 @124-135-1235-1235-4-234 @1235-1235-4-234
-noback pass2 @145-16-123-136-2345-4-1345 @145-16-123-136
-noback pass2 @1236-24-123-4-1245 @1236-1245
-noback pass2 @1236-1-13-135-13-0-1236-24-123-4-1245 @1236-1-13-135-13-0-1236-24-123-4-1245
-always ä 5-1
-noback context $l$p["–"] @36-36
-noback context $l["–"] @36-36
-noback always \\_ 6 letter sign before Roman page numbers
-noback pass2 @3456-356 @356-3456
-undefined 26
-#-display-name: Polish braille
-
-#+locale:pl
-#+type:literary
-#+grade:1
-#+hyphenation:yes
-
-# TODO: Please correct the metadata above. It is not meant to be
-# accurate nor complete. It hasn't been verified by the table
-# author yet. It is merely an attempt by the liblouis maintainers
-# to get some sensible initial values in place.
-
-# TODO: Please add a reference to official documentation about
-# the implemented braille code. Preferably submit the documents
-# to https://github.com/liblouis/braille-specs.
-
-include Pl-Pl-g1.utb
-include hyph_pl_PL.dic
-include braille-patterns.cti
-# -----------
-#-display-name: Vietnamese computer braille
-#
-#+locale:vi
-#+type:computer
-#+dots:8
-#
-# TODO: Please correct the metadata above. It is not meant to be
-# accurate nor complete. It hasn't been verified by the table
-# author yet. It is merely an attempt by the liblouis maintainers
-# to get some sensible initial values in place.
-#
-# TODO: Please add a reference to official documentation about
-# the implemented braille code. Preferably submit the documents
-# to https://github.com/liblouis/braille-specs.
-# -----------
-#
-# Copyright (C) 1995-2008 by The BRLTTY Developers.
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-
-# BRLTTY Text Table - Vietnamese (iso-8859-1)
-
-# generated by ttbtest
-letter \x0000 478		NULL
-letter \x0001 178		START OF HEADING
-letter \x0002 1278		START OF TEXT
-letter \x0003 1478		END OF TEXT
-letter \x0004 14578		END OF TRANSMISSION
-letter \x0005 1578		ENQUIRY
-letter \x0006 12478		ACKNOWLEDGE
-letter \x0007 124578		BELL
-letter \x0008 12578		BACKSPACE
-space \t 2478		CHARACTER TABULATION
-space \n 24578		LINE FEED (LF)
-space \v 1378		LINE TABULATION
-space \f 12378		FORM FEED (FF)
-space \r 13478		CARRIAGE RETURN (CR)
-letter \x000e 134578		SHIFT OUT
-letter \x000f 13578		SHIFT IN
-letter \x0010 123478		DATA LINK ESCAPE
-letter \x0011 1234578		DEVICE CONTROL ONE
-letter \x0012 123578		DEVICE CONTROL TWO
-letter \x0013 23478		DEVICE CONTROL THREE
-letter \x0014 234578		DEVICE CONTROL FOUR
-letter \x0015 13678		NEGATIVE ACKNOWLEDGE
-letter \x0016 123678		SYNCHRONOUS IDLE
-letter \x0017 245678		END OF TRANSMISSION BLOCK
-letter \x0018 134678		CANCEL
-letter \x0019 1345678		END OF MEDIUM
-letter \x001a 135678		SUBSTITUTE
-letter \x001b 24678		ESCAPE
-letter \x001c 125678		INFORMATION SEPARATOR FOUR
-letter \x001d 1245678		INFORMATION SEPARATOR THREE
-letter \x001e 4578		INFORMATION SEPARATOR TWO
-letter \x001f 45678		INFORMATION SEPARATOR ONE
-space \s 0		SPACE
-punctuation ! 235		EXCLAMATION MARK
-punctuation " 678		QUOTATION MARK
-punctuation # 3456		NUMBER SIGN
-punctuation $ 345		DOLLAR SIGN
-punctuation % 246		PERCENT SIGN
-punctuation & 3468		AMPERSAND
-punctuation ' 3		APOSTROPHE
-punctuation ( 123567		LEFT PARENTHESIS
-punctuation ) 234567		RIGHT PARENTHESIS
-punctuation * 35		ASTERISK
-punctuation + 346		PLUS SIGN
-punctuation , 2		COMMA
-punctuation - 36		HYPHEN-MINUS
-punctuation . 256		FULL STOP
-punctuation / 34		SOLIDUS
-include loweredDigits8Dots.uti
-punctuation : 25		COLON
-punctuation ; 23		SEMICOLON
-punctuation < 236		LESS-THAN SIGN
-punctuation = 2356		EQUALS SIGN
-punctuation > 356		GREATER-THAN SIGN
-punctuation ? 26		QUESTION MARK
-punctuation @ 47		COMMERCIAL AT
-uppercase A 17		LATIN CAPITAL LETTER A
-uppercase B 127		LATIN CAPITAL LETTER B
-uppercase C 147		LATIN CAPITAL LETTER C
-uppercase D 13567		LATIN CAPITAL LETTER D
-uppercase E 157		LATIN CAPITAL LETTER E
-uppercase F 1247		LATIN CAPITAL LETTER F
-uppercase G 12457		LATIN CAPITAL LETTER G
-uppercase H 1257		LATIN CAPITAL LETTER H
-uppercase I 247		LATIN CAPITAL LETTER I
-uppercase J 2457		LATIN CAPITAL LETTER J
-uppercase K 137		LATIN CAPITAL LETTER K
-uppercase L 1237		LATIN CAPITAL LETTER L
-uppercase M 1347		LATIN CAPITAL LETTER M
-uppercase N 13457		LATIN CAPITAL LETTER N
-uppercase O 1357		LATIN CAPITAL LETTER O
-uppercase P 12347		LATIN CAPITAL LETTER P
-uppercase Q 123457		LATIN CAPITAL LETTER Q
-uppercase R 12357		LATIN CAPITAL LETTER R
-uppercase S 2347		LATIN CAPITAL LETTER S
-uppercase T 23457		LATIN CAPITAL LETTER T
-uppercase U 1367		LATIN CAPITAL LETTER U
-uppercase V 12367		LATIN CAPITAL LETTER V
-uppercase W 24567		LATIN CAPITAL LETTER W
-uppercase X 13467		LATIN CAPITAL LETTER X
-uppercase Y 134567		LATIN CAPITAL LETTER Y
-uppercase Z 13567		LATIN CAPITAL LETTER Z
-punctuation [ 123568		LEFT SQUARE BRACKET
-punctuation \\ 168		REVERSE SOLIDUS
-punctuation ] 234568		RIGHT SQUARE BRACKET
-punctuation ^ 457		CIRCUMFLEX ACCENT
-punctuation _ 4567		LOW LINE
-punctuation ` 4		GRAVE ACCENT
-lowercase a 1		LATIN SMALL LETTER A
-lowercase b 12		LATIN SMALL LETTER B
-lowercase c 14		LATIN SMALL LETTER C
-lowercase d 1356		LATIN SMALL LETTER D
-lowercase e 15		LATIN SMALL LETTER E
-lowercase f 124		LATIN SMALL LETTER F
-lowercase g 1245		LATIN SMALL LETTER G
-lowercase h 125		LATIN SMALL LETTER H
-lowercase i 24		LATIN SMALL LETTER I
-lowercase j 245		LATIN SMALL LETTER J
-lowercase k 13		LATIN SMALL LETTER K
-lowercase l 123		LATIN SMALL LETTER L
-lowercase m 134		LATIN SMALL LETTER M
-lowercase n 1345		LATIN SMALL LETTER N
-lowercase o 135		LATIN SMALL LETTER O
-lowercase p 1234		LATIN SMALL LETTER P
-lowercase q 12345		LATIN SMALL LETTER Q
-lowercase r 1235		LATIN SMALL LETTER R
-lowercase s 234		LATIN SMALL LETTER S
-lowercase t 2345		LATIN SMALL LETTER T
-lowercase u 136		LATIN SMALL LETTER U
-lowercase v 1236		LATIN SMALL LETTER V
-lowercase w 2456		LATIN SMALL LETTER W
-lowercase x 1346		LATIN SMALL LETTER X
-lowercase y 13456		LATIN SMALL LETTER Y
-lowercase z 1356		LATIN SMALL LETTER Z
-punctuation { 1235678		LEFT CURLY BRACKET
-punctuation | 4568		VERTICAL LINE
-punctuation } 2345678		RIGHT CURLY BRACKET
-punctuation ~ 45		TILDE
-letter \x007f 456		DELETE
-letter \x0080 48		<control-0080>
-letter \x0081 18		<control-0081>
-letter \x0082 128		BREAK PERMITTED HERE
-letter \x0083 148		NO BREAK HERE
-letter \x0084 1458		<control-0084>
-letter \x0085 158		NEXT LINE (NEL)
-letter \x0086 1248		START OF SELECTED AREA
-letter \x0087 12458		END OF SELECTED AREA
-letter \x0088 1258		CHARACTER TABULATION SET
-letter \x0089 248		CHARACTER TABULATION WITH JUSTIFICATION
-letter \x008a 2458		LINE TABULATION SET
-letter \x008b 138		PARTIAL LINE FORWARD
-letter \x008c 1238		PARTIAL LINE BACKWARD
-letter \x008d 1348		REVERSE LINE FEED
-letter \x008e 13458		SINGLE SHIFT TWO
-letter \x008f 1358		SINGLE SHIFT THREE
-letter \x0090 12348		DEVICE CONTROL STRING
-letter \x0091 123458		PRIVATE USE ONE
-letter \x0092 12358		PRIVATE USE TWO
-letter \x0093 2348		SET TRANSMIT STATE
-letter \x0094 23458		CANCEL CHARACTER
-letter \x0095 1368		MESSAGE WAITING
-letter \x0096 12368		START OF GUARDED AREA
-letter \x0097 24568		END OF GUARDED AREA
-letter \x0098 13468		START OF STRING
-letter \x0099 134568		<control-0099>
-letter \x009a 13568		SINGLE CHARACTER INTRODUCER
-letter \x009b 2468		CONTROL SEQUENCE INTRODUCER
-letter \x009c 12568		STRING TERMINATOR
-letter \x009d 124568		OPERATING SYSTEM COMMAND
-letter \x009e 458		PRIVACY MESSAGE
-letter \x009f 4568		APPLICATION PROGRAM COMMAND
-punctuation \x00a0 0		NO-BREAK SPACE
-punctuation \x00a1 12345678		INVERTED EXCLAMATION MARK
-punctuation \x00a2 12345678		CENT SIGN
-punctuation \x00a3 12345678		POUND SIGN
-punctuation \x00a4 12345678		CURRENCY SIGN
-punctuation \x00a5 12345678		YEN SIGN
-punctuation \x00a6 12345678		BROKEN BAR
-punctuation \x00a7 12345678		SECTION SIGN
-punctuation \x00a8 12345678		DIAERESIS
-punctuation \x00a9 147		COPYRIGHT SIGN
-letter \x00aa 12345678		FEMININE ORDINAL INDICATOR
-punctuation \x00ab 2367		LEFT-POINTING DOUBLE ANGLE QUOTATION MARK
-punctuation \x00ac 12345678		NOT SIGN
-punctuation \x00ad 12345678		SOFT HYPHEN
-punctuation \x00ae 12347		REGISTERED SIGN
-punctuation \x00af 12345678		MACRON
-punctuation \x00b0 12345678		DEGREE SIGN
-punctuation \x00b1 12345678		PLUS-MINUS SIGN
-punctuation \x00b2 12345678		SUPERSCRIPT TWO
-punctuation \x00b3 12345678		SUPERSCRIPT THREE
-punctuation \x00b4 12345678		ACUTE ACCENT
-lowercase \x00b5 12345678		MICRO SIGN
-punctuation \x00b6 12345678		PILCROW SIGN
-punctuation \x00b7 35		MIDDLE DOT
-punctuation \x00b8 12345678		CEDILLA
-punctuation \x00b9 12345678		SUPERSCRIPT ONE
-letter \x00ba 12345678		MASCULINE ORDINAL INDICATOR
-punctuation \x00bb 3567		RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK
-punctuation \x00bc 12345678		VULGAR FRACTION ONE QUARTER
-punctuation \x00bd 12345678		VULGAR FRACTION ONE HALF
-punctuation \x00be 12345678		VULGAR FRACTION THREE QUARTERS
-punctuation \x00bf 12345678		INVERTED QUESTION MARK
-uppercase \x00c0 567		LATIN CAPITAL LETTER A WITH GRAVE
-uppercase \x00c1 357		LATIN CAPITAL LETTER A WITH ACUTE
-uppercase \x00c2 7		LATIN CAPITAL LETTER A WITH CIRCUMFLEX
-uppercase \x00c3 367		LATIN CAPITAL LETTER A WITH TILDE
-uppercase \x00c4 67		LATIN CAPITAL LETTER A WITH DIAERESIS
-uppercase \x00c5 267		LATIN CAPITAL LETTER A WITH RING ABOVE
-uppercase \x00c6 267		LATIN CAPITAL LETTER AE
-uppercase \x00c7 123467		LATIN CAPITAL LETTER C WITH CEDILLA
-uppercase \x00c8 568		LATIN CAPITAL LETTER E WITH GRAVE
-uppercase \x00c9 358		LATIN CAPITAL LETTER E WITH ACUTE
-uppercase \x00ca 8		LATIN CAPITAL LETTER E WITH CIRCUMFLEX
-uppercase \x00cb 68		LATIN CAPITAL LETTER E WITH DIAERESIS
-uppercase \x00cc 567		LATIN CAPITAL LETTER I WITH GRAVE
-uppercase \x00cd 357		LATIN CAPITAL LETTER I WITH ACUTE
-uppercase \x00ce 1234567		LATIN CAPITAL LETTER I WITH CIRCUMFLEX
-uppercase \x00cf 6		LATIN CAPITAL LETTER I WITH DIAERESIS
-uppercase \x00d0 12345678		LATIN CAPITAL LETTER ETH
-uppercase \x00d1 1457		LATIN CAPITAL LETTER N WITH TILDE
-uppercase \x00d2 67		LATIN CAPITAL LETTER O WITH GRAVE
-uppercase \x00d3 367		LATIN CAPITAL LETTER O WITH ACUTE
-uppercase \x00d4 2467		LATIN CAPITAL LETTER O WITH CIRCUMFLEX
-uppercase \x00d5 36		LATIN CAPITAL LETTER O WITH TILDE
-uppercase \x00d6 12567		LATIN CAPITAL LETTER O WITH DIAERESIS
-punctuation \x00d7 35		MULTIPLICATION SIGN
-uppercase \x00d8 56		LATIN CAPITAL LETTER O WITH STROKE
-uppercase \x00d9 35		LATIN CAPITAL LETTER U WITH GRAVE
-uppercase \x00da 268		LATIN CAPITAL LETTER U WITH ACUTE
-uppercase \x00db 26		LATIN CAPITAL LETTER U WITH CIRCUMFLEX
-uppercase \x00dc 368		LATIN CAPITAL LETTER U WITH DIAERESIS
-uppercase \x00dd 134567		LATIN CAPITAL LETTER Y WITH ACUTE
-uppercase \x00de 12345678		LATIN CAPITAL LETTER THORN
-lowercase \x00df 234		LATIN SMALL LETTER SHARP S
-lowercase \x00e0 567		LATIN SMALL LETTER A WITH GRAVE
-lowercase \x00e1 357		LATIN SMALL LETTER A WITH ACUTE
-lowercase \x00e2 7		LATIN SMALL LETTER A WITH CIRCUMFLEX
-lowercase \x00e3 367		LATIN SMALL LETTER A WITH TILDE
-lowercase \x00e4 67		LATIN SMALL LETTER A WITH DIAERESIS
-lowercase \x00e5 267		LATIN SMALL LETTER A WITH RING ABOVE
-lowercase \x00e6 26		LATIN SMALL LETTER AE
-lowercase \x00e7 12346		LATIN SMALL LETTER C WITH CEDILLA
-lowercase \x00e8 568		LATIN SMALL LETTER E WITH GRAVE
-lowercase \x00e9 358		LATIN SMALL LETTER E WITH ACUTE
-lowercase \x00ea 8		LATIN SMALL LETTER E WITH CIRCUMFLEX
-lowercase \x00eb 68		LATIN SMALL LETTER E WITH DIAERESIS
-lowercase \x00ec 56		LATIN SMALL LETTER I WITH GRAVE
-lowercase \x00ed 35		LATIN SMALL LETTER I WITH ACUTE
-lowercase \x00ee 123456		LATIN SMALL LETTER I WITH CIRCUMFLEX
-lowercase \x00ef 6		LATIN SMALL LETTER I WITH DIAERESIS
-lowercase \x00f0 12345678		LATIN SMALL LETTER ETH
-lowercase \x00f1 145		LATIN SMALL LETTER N WITH TILDE
-lowercase \x00f2 6		LATIN SMALL LETTER O WITH GRAVE
-lowercase \x00f3 36		LATIN SMALL LETTER O WITH ACUTE
-lowercase \x00f4 246		LATIN SMALL LETTER O WITH CIRCUMFLEX
-lowercase \x00f5 36		LATIN SMALL LETTER O WITH TILDE
-lowercase \x00f6 1256		LATIN SMALL LETTER O WITH DIAERESIS
-punctuation \x00f7 34		DIVISION SIGN
-lowercase \x00f8 56		LATIN SMALL LETTER O WITH STROKE
-lowercase \x00f9 35		LATIN SMALL LETTER U WITH GRAVE
-lowercase \x00fa 268		LATIN SMALL LETTER U WITH ACUTE
-lowercase \x00fb 26		LATIN SMALL LETTER U WITH CIRCUMFLEX
-lowercase \x00fc 368		LATIN SMALL LETTER U WITH DIAERESIS
-lowercase \x00fd 13456		LATIN SMALL LETTER Y WITH ACUTE
-lowercase \x00fe 12345678		LATIN SMALL LETTER THORN
-lowercase \x00ff 13456		LATIN SMALL LETTER Y WITH DIAERESIS
-# liblouis: Croatian 8-dots computer Braille
-#
-# Copyright (C) 2008-2008 by The BRLTTY Developers.
-# Copyright (C) 2005 by Sébastien Sablé
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-
-# BRLTTY Text Table - Croatian
-
-# Table generated by Sébastien Sablé <sable@users.sourceforge.net> for
-# libbraille http://libbraille.org and gnome-braille
-# http://cvs.gnome.org/viewcvs/gnome-braille/
-#
-# Table adapted for BRLTTY by Samuel Thibault <samuel.thibault@ens-lyon.org>
-#
-# *Many thanks to Danko Butorac <danko at ipsis.hr> for his help*
-# Table based on "Croatian code page for computer 8-dot Braille
-# alphabet ANSI-1250" from the "Croatian Association of the Blind" at
-# http://www.savez-slijepih.hr/en/download.htm
-#
-# 2015-08-28: Additional character definitions by Zvonimir Stanecic
-
-# generated by ttbtest
-space \s 0		SPACE
-punctuation " 2356		QUOTATION MARK
-punctuation $ 2346		DOLLAR SIGN
-punctuation # 3456		NUMBER SIGN
-punctuation ! 5		EXCLAMATION MARK
-punctuation € 125678		EURO SIGN
-punctuation % 46		PERCENT SIGN
-punctuation & 12346		AMPERSAND
-punctuation ' 6		APOSTROPHE
-punctuation ( 126		LEFT PARENTHESIS
-punctuation ) 345		RIGHT PARENTHESIS
-punctuation * 35		ASTERISK
-punctuation + 235		PLUS SIGN
-punctuation , 2		COMMA
-punctuation - 36		HYPHEN-MINUS
-punctuation . 3		FULL STOP
-punctuation / 256		SOLIDUS
-digit 0 346		DIGIT ZERO
-digit 1 16		DIGIT ONE
-digit 2 34		DIGIT TWO
-digit 3 146		DIGIT THREE
-digit 4 1456		DIGIT FOUR
-digit 5 156		DIGIT FIVE
-digit 6 1246		DIGIT SIX
-digit 7 12456		DIGIT SEVEN
-digit 8 1256		DIGIT EIGHT
-digit 9 246		DIGIT NINE
-punctuation : 25		COLON
-punctuation ; 23		SEMICOLON
-punctuation < 236		LESS-THAN SIGN
-punctuation = 123456		EQUALS SIGN
-punctuation > 356		GREATER-THAN SIGN
-punctuation ? 26		QUESTION MARK
-punctuation @ 47		COMMERCIAL AT
-uppercase A 17		LATIN CAPITAL LETTER A
-uppercase B 127		LATIN CAPITAL LETTER B
-uppercase C 147		LATIN CAPITAL LETTER C
-uppercase D 1457		LATIN CAPITAL LETTER D
-uppercase E 157		LATIN CAPITAL LETTER E
-uppercase F 1247		LATIN CAPITAL LETTER F
-uppercase G 12457		LATIN CAPITAL LETTER G
-uppercase H 1257		LATIN CAPITAL LETTER H
-uppercase I 247		LATIN CAPITAL LETTER I
-uppercase J 2457		LATIN CAPITAL LETTER J
-uppercase K 137		LATIN CAPITAL LETTER K
-uppercase L 1237		LATIN CAPITAL LETTER L
-uppercase M 1347		LATIN CAPITAL LETTER M
-uppercase N 13457		LATIN CAPITAL LETTER N
-uppercase O 1357		LATIN CAPITAL LETTER O
-uppercase P 12347		LATIN CAPITAL LETTER P
-uppercase Q 123457		LATIN CAPITAL LETTER Q
-uppercase R 12357		LATIN CAPITAL LETTER R
-uppercase S 2347		LATIN CAPITAL LETTER S
-uppercase T 23457		LATIN CAPITAL LETTER T
-uppercase U 1367		LATIN CAPITAL LETTER U
-uppercase V 12367		LATIN CAPITAL LETTER V
-uppercase W 24567		LATIN CAPITAL LETTER W
-uppercase X 13467		LATIN CAPITAL LETTER X
-uppercase Y 134567		LATIN CAPITAL LETTER Y
-uppercase Z 13567		LATIN CAPITAL LETTER Z
-punctuation [ 123567		LEFT SQUARE BRACKET
-punctuation \\ 457		REVERSE SOLIDUS
-punctuation ] 234567		RIGHT SQUARE BRACKET
-punctuation ^ 567		CIRCUMFLEX ACCENT
-punctuation _ 4567		LOW LINE
-punctuation ` 4		GRAVE ACCENT
-lowercase a 1		LATIN SMALL LETTER A
-lowercase b 12		LATIN SMALL LETTER B
-lowercase c 14		LATIN SMALL LETTER C
-lowercase d 145		LATIN SMALL LETTER D
-lowercase e 15		LATIN SMALL LETTER E
-lowercase f 124		LATIN SMALL LETTER F
-lowercase g 1245		LATIN SMALL LETTER G
-lowercase h 125		LATIN SMALL LETTER H
-lowercase i 24		LATIN SMALL LETTER I
-lowercase j 245		LATIN SMALL LETTER J
-lowercase k 13		LATIN SMALL LETTER K
-lowercase l 123		LATIN SMALL LETTER L
-lowercase m 134		LATIN SMALL LETTER M
-lowercase n 1345		LATIN SMALL LETTER N
-lowercase o 135		LATIN SMALL LETTER O
-lowercase p 1234		LATIN SMALL LETTER P
-lowercase q 12345		LATIN SMALL LETTER Q
-lowercase r 1235		LATIN SMALL LETTER R
-lowercase s 234		LATIN SMALL LETTER S
-lowercase t 2345		LATIN SMALL LETTER T
-lowercase u 136		LATIN SMALL LETTER U
-lowercase v 1236		LATIN SMALL LETTER V
-lowercase w 2456		LATIN SMALL LETTER W
-lowercase x 1346		LATIN SMALL LETTER X
-lowercase y 13456		LATIN SMALL LETTER Y
-lowercase z 1356		LATIN SMALL LETTER Z
-punctuation { 12356		LEFT CURLY BRACKET
-punctuation | 45		VERTICAL LINE
-punctuation } 23456		RIGHT CURLY BRACKET
-punctuation ~ 56		TILDE
-punctuation \x00a0 0		NO-BREAK SPACE
-punctuation \x00a4 4678		CURRENCY SIGN
-punctuation \x00a6 468		BROKEN BAR
-punctuation \x00a7 3578		SECTION SIGN
-punctuation \x00a8 8		DIAERESIS
-punctuation \x00a9 12458		COPYRIGHT SIGN
-punctuation \x00ab 378		LEFT-POINTING DOUBLE ANGLE QUOTATION MARK
-punctuation \x00ac 2357		NOT SIGN
-punctuation \x00ad 78		SOFT HYPHEN
-punctuation \x00ae 1245678		REGISTERED SIGN
-punctuation \x00b0 578		DEGREE SIGN
-punctuation \x00b1 1234678		PLUS-MINUS SIGN
-punctuation \x00b4 48		ACUTE ACCENT
-lowercase \x00b5 34567		MICRO SIGN
-punctuation \x00b6 12348		PILCROW SIGN
-punctuation \x00b7 38		MIDDLE DOT
-punctuation \x00b8 568		CEDILLA
-punctuation \x00bb 678		RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK
-uppercase \x00c1 138		LATIN CAPITAL LETTER A WITH ACUTE
-uppercase \x00c2 123568		LATIN CAPITAL LETTER A WITH CIRCUMFLEX
-uppercase \x00c4 3457		LATIN CAPITAL LETTER A WITH DIAERESIS
-uppercase \x00c7 123467		LATIN CAPITAL LETTER C WITH CEDILLA
-uppercase \x00c9 1234567		LATIN CAPITAL LETTER E WITH ACUTE
-uppercase \x00cb 12467		LATIN CAPITAL LETTER E WITH DIAERESIS
-uppercase \x00cd 347		LATIN CAPITAL LETTER I WITH ACUTE
-uppercase \x00ce 124567		LATIN CAPITAL LETTER I WITH CIRCUMFLEX
-uppercase \x00d3 1358		LATIN CAPITAL LETTER O WITH ACUTE
-uppercase \x00d4 145678		LATIN CAPITAL LETTER O WITH CIRCUMFLEX
-uppercase \x00d6 2467		LATIN CAPITAL LETTER O WITH DIAERESIS
-punctuation \x00d7 13468		MULTIPLICATION SIGN
-uppercase \x00da 1368		LATIN CAPITAL LETTER U WITH ACUTE
-uppercase \x00dc 12567		LATIN CAPITAL LETTER U WITH DIAERESIS
-uppercase \x00dd 134568		LATIN CAPITAL LETTER Y WITH ACUTE
-lowercase \x00df 234678		LATIN SMALL LETTER SHARP S
-lowercase \x00e1 27		LATIN SMALL LETTER A WITH ACUTE
-lowercase \x00e2 23678		LATIN SMALL LETTER A WITH CIRCUMFLEX
-lowercase \x00e4 3458		LATIN SMALL LETTER A WITH DIAERESIS
-lowercase \x00e7 123468		LATIN SMALL LETTER C WITH CEDILLA
-lowercase \x00e9 1234568		LATIN SMALL LETTER E WITH ACUTE
-lowercase \x00eb 12468		LATIN SMALL LETTER E WITH DIAERESIS
-lowercase \x00ed 348		LATIN SMALL LETTER I WITH ACUTE
-lowercase \x00ee 124568		LATIN SMALL LETTER I WITH CIRCUMFLEX
-lowercase \x00f3 267		LATIN SMALL LETTER O WITH ACUTE
-lowercase \x00f4 2568		LATIN SMALL LETTER O WITH CIRCUMFLEX
-lowercase \x00f6 2468		LATIN SMALL LETTER O WITH DIAERESIS
-punctuation \x00f7 2578		DIVISION SIGN
-lowercase \x00fa 278		LATIN SMALL LETTER U WITH ACUTE
-lowercase \x00fc 12568		LATIN SMALL LETTER U WITH DIAERESIS
-lowercase \x00fd 25678		LATIN SMALL LETTER Y WITH ACUTE
-uppercase \x0102 18		LATIN CAPITAL LETTER A WITH BREVE
-lowercase \x0103 28		LATIN SMALL LETTER A WITH BREVE
-uppercase \x0104 34578		LATIN CAPITAL LETTER A WITH OGONEK
-lowercase \x0105 567		LATIN SMALL LETTER A WITH OGONEK
-uppercase \x0106 1467		LATIN CAPITAL LETTER C WITH ACUTE
-lowercase \x0107 1468		LATIN SMALL LETTER C WITH ACUTE
-uppercase \x010c 167		LATIN CAPITAL LETTER C WITH CARON
-lowercase \x010d 168		LATIN SMALL LETTER C WITH CARON
-uppercase \x010e 1458		LATIN CAPITAL LETTER D WITH CARON
-lowercase \x010f 368		LATIN SMALL LETTER D WITH CARON
-uppercase \x0110 14567		LATIN CAPITAL LETTER D WITH STROKE
-lowercase \x0111 14568		LATIN SMALL LETTER D WITH STROKE
-uppercase \x0118 15678		LATIN CAPITAL LETTER E WITH OGONEK
-lowercase \x0119 268		LATIN SMALL LETTER E WITH OGONEK
-uppercase \x011a 1267		LATIN CAPITAL LETTER E WITH CARON
-lowercase \x011b 238		LATIN SMALL LETTER E WITH CARON
-uppercase \x0139 1238		LATIN CAPITAL LETTER L WITH ACUTE
-lowercase \x013a 237		LATIN SMALL LETTER L WITH ACUTE
-uppercase \x013d 4568		LATIN CAPITAL LETTER L WITH CARON
-lowercase \x013e 128		LATIN SMALL LETTER L WITH CARON
-uppercase \x0141 12368		LATIN CAPITAL LETTER L WITH STROKE
-lowercase \x0142 2378		LATIN SMALL LETTER L WITH STROKE
-uppercase \x0143 13458		LATIN CAPITAL LETTER N WITH ACUTE
-lowercase \x0144 2567		LATIN SMALL LETTER N WITH ACUTE
-uppercase \x0147 124678		LATIN CAPITAL LETTER N WITH CARON
-lowercase \x0148 2358		LATIN SMALL LETTER N WITH CARON
-uppercase \x0150 24678		LATIN CAPITAL LETTER O WITH DOUBLE ACUTE
-lowercase \x0151 358		LATIN SMALL LETTER O WITH DOUBLE ACUTE
-uppercase \x0154 12358		LATIN CAPITAL LETTER R WITH ACUTE
-lowercase \x0155 2367		LATIN SMALL LETTER R WITH ACUTE
-uppercase \x0158 24568		LATIN CAPITAL LETTER R WITH CARON
-lowercase \x0159 3568		LATIN SMALL LETTER R WITH CARON
-uppercase \x015a 2348		LATIN CAPITAL LETTER S WITH ACUTE
-lowercase \x015b 357		LATIN SMALL LETTER S WITH ACUTE
-uppercase \x015e 234568		LATIN CAPITAL LETTER S WITH CEDILLA
-lowercase \x015f 35678		LATIN SMALL LETTER S WITH CEDILLA
-uppercase \x0160 1567		LATIN CAPITAL LETTER S WITH CARON
-lowercase \x0161 1568		LATIN SMALL LETTER S WITH CARON
-uppercase \x0162 23458		LATIN CAPITAL LETTER T WITH CEDILLA
-lowercase \x0163 3567		LATIN SMALL LETTER T WITH CEDILLA
-uppercase \x0164 123458		LATIN CAPITAL LETTER T WITH CARON
-lowercase \x0165 23567		LATIN SMALL LETTER T WITH CARON
-uppercase \x016e 3467		LATIN CAPITAL LETTER U WITH RING ABOVE
-lowercase \x016f 3468		LATIN SMALL LETTER U WITH RING ABOVE
-uppercase \x0170 34678		LATIN CAPITAL LETTER U WITH DOUBLE ACUTE
-lowercase \x0171 14678		LATIN SMALL LETTER U WITH DOUBLE ACUTE
-uppercase \x0179 13568		LATIN CAPITAL LETTER Z WITH ACUTE
-lowercase \x017a 2678		LATIN SMALL LETTER Z WITH ACUTE
-uppercase \x017b 12678		LATIN CAPITAL LETTER Z WITH DOT ABOVE
-lowercase \x017c 1678		LATIN SMALL LETTER Z WITH DOT ABOVE
-uppercase \x017d 23467		LATIN CAPITAL LETTER Z WITH CARON
-lowercase \x017e 23468		LATIN SMALL LETTER Z WITH CARON
-letter \x02c7 458		CARON
-punctuation \x02d8 467		BREVE
-punctuation \x02d9 67		DOT ABOVE
-punctuation \x02db 58		OGONEK
-punctuation \x02dd 68		DOUBLE ACUTE ACCENT
-#
-#  Copyright (C) 2011 by Bert Frees <bertfrees@gmail.com>
-#  Copyright (C) 2011 by Jan Halousek <merit@login.cz>
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-#
-#--------------------------------------------------------------------------------
-#
-#  Czech Braille
-#
-#     Created and maintained by Bert Frees <bertfrees@gmail.com>
-#                               Jan Halousek <merit@login.cz>
-#
-#     Based on the official Czech Braille Standard
-# -------------------------------------------------------------------------------
-
-include cs-chardefs.cti
-include braille-patterns.cti
-include cs-translation.cti
-
-# -------------------------------------------------------------------------------
-# liblouis: Korean Grade 2 (Contracted)
-#
-# -----------
-#-display-name: Korean contracted braille
-#
-#+locale:ko
-#+type:literary
-#+contraction:full
-#+grade:2
-#
-# TODO: Please correct the metadata above. It is not meant to be
-# accurate nor complete. It hasn't been verified by the table
-# author yet. It is merely an attempt by the liblouis maintainers
-# to get some sensible initial values in place.
-#
-# TODO: Please add a reference to official documentation about
-# the implemented braille code. Preferably submit the documents
-# to https://github.com/liblouis/braille-specs.
-# -----------
-#
-# Based on the braille contraction table in BRLTTY
-#
-#  Copyright (C) 1995-2012 by The BRLTTY Team.
-#  Copyright (C) 2012 by Samuel Thibault <samuel.thibault@ens-lyon.org>
-#  Copyright (C) 2012 by Mesar Hameed <mesar.hameed@gmail.com>
-#  Copyright (C) 2013, 2014 by Joseph Lee <joseph.lee22590@gmail.com>
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-
-#Rules specific to grade 2:
-include ko.cti
-include ko-g2-rules.cti
-
-#-display-name: Finnish computer braille
-
-#+locale:fi
-#+type:computer
-#+dots:8
-
-# TODO: Please correct the metadata above. It is not meant to be
-# accurate nor complete. It hasn't been verified by the table
-# author yet. It is merely an attempt by the liblouis maintainers
-# to get some sensible initial values in place.
-
-# TODO: Please add a reference to official documentation about
-# the implemented braille code. Preferably submit the documents
-# to https://github.com/liblouis/braille-specs.
-
-include fi-fi.ctb
-include braille-patterns.cti
-# Slovak Braille Table
-#
-#  Copyright (C) 2004-2008 ViewPlus Technologies, Inc. www.viewplus.com
-#  Copyright (C) 2009 JJB Software, Inc. www.jjb-software.com
-#  Copyright (C) 2012 Mesar Hameed <mesar.hameed@gmail.com>
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-
-# Created by Mike Sivill #<mike.sivill@viewplus.com>
-
-#**** Display Codes
- include text_nabcc.dis
-
-#**** Character Definitions
-space \s 0 blank
-space \t 9 tab
-space \x000a 0 newline
-space \x000c 0
-space \x000d 0 carriage return
-space \x001b 1b escape character for html back-translation
-space \x00A0 a NO-BREAK SPACE <noBreak> 0020 NON-BREAKING SPACE 
-include loweredDigits6Dots.uti
-
-include latinLetterDef8Dots.uti
-
-punctuation ( 12356
-punctuation } 12456
-punctuation ] 124567
-punctuation ? 1456
-punctuation : 156
-punctuation ) 23456
-punctuation ! 2346
-punctuation { 246
-punctuation [ 2467
-punctuation ' 3
-punctuation - 36
-punctuation . 46
-punctuation " 5
-punctuation ; 56
-punctuation , 6
-sign & 12346
-sign $ 1246
-sign | 1256
-sign \\ 12567
-sign % 146
-sign * 16
-sign # 3456
-punctuation ` 4
-sign _ 456
-sign ^ 457
-sign @ 47
-math = 123456
-math < 126
-math / 34
-math > 345
-math + 346
-math ~ 45
-
-
-# Miscellaneous
-math \x00B1 346-36 PLUS-MINUS SIGN PLUS-OR-MINUS SIGN 
-math \x00B7 16 MIDDLE DOT 
-math \x00BC 1456-2-34-256-3456 VULGAR FRACTION ONE QUARTER No 0031 2044 
-math \x00BD 1456-2-34-23-3456 VULGAR FRACTION ONE HALF No 0031 2044 0032 
-math \x00BE 1456-25-34-23-3456 VULGAR FRACTION THREE QUARTERS No 0033 
-math \x00D7 4-16 MULTIPLICATION SIGN 
-math \x00F7 46-34 DIVISION SIGN 
-punctuation \x0092 3
-punctuation \x0097 36-36
-punctuation \x00A1 235 INVERTED EXCLAMATION MARK 
-punctuation \x00ad 36
-punctuation \x00BF 236 INVERTED QUESTION MARK 
-punctuation \x2011 36
-punctuation \x2013 36-36
-punctuation \x2014 36-36
-punctuation \x2018 6-236
-punctuation \x2019 3
-punctuation \x2019 356-3
-punctuation \x201c 236
-punctuation \x201d 356
-punctuation \x2026 3
-sign \x2122 45-2345 trademark sign
-sign \x00A2 4-14 CENT SIGN 
-sign \x00A3 3456 POUND SIGN 
-sign \x00A4 1246 CURRENCY SIGN 
-sign \x00A7 4-234 SECTION SIGN 
-sign \x00A9 45-14 COPYRIGHT SIGN 
-sign \x00AE 45-1235 REGISTERED SIGN REGISTERED TRADE MARK SIGN 
-sign \x00B0 56-145-1245 DEGREE SIGN 
-sign \x00B4 b4 ACUTE ACCENT 0020 0301 SPACING ACUTE 
-sign \x00B5 46-134 MICRO SIGN 03BC 039C 039C
-sign \x00A5 4-13456 YEN SIGN 
-punctuation \x00A6 456-1256 BROKEN BAR BROKEN VERTICAL BAR 
-# sign \x00A8 DIAERESIS 0020 0308 SPACING DIAERESIS 
-# sign \x00AA FEMININE ORDINAL INDICATOR 0061 
-# punctuation \x00AB LEFT-POINTING DOUBLE ANGLE QUOTATION MARK LEFT 
-# sign \x00AC NOT SIGN 
-# sign \x00AF MACRON 0020 0304 SPACING MACRON 
-# math \x00B2 SUPERSCRIPT TWO 0032 2 2 SUPERSCRIPT DIGIT TWO 
-# math \x00B3 SUPERSCRIPT THREE 0033 3 3 SUPERSCRIPT DIGIT THREE 
-sign \x00B6 1234-345 PILCROW SIGN PARAGRAPH SIGN 
-# sign \x00B8 CEDILLA 0020 0327 SPACING CEDILLA 
-# math \x00B9 SUPERSCRIPT ONE 0031 1 1 SUPERSCRIPT DIGIT ONE 
-sign \x00BA 145-1245 MASCULINE ORDINAL INDICATOR 006F 
-# punctuation \x00BB RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK Pf Y 
-
-punctuation \x2010 36			# 8208  hyphen
-punctuation	\x201F 356		# 8223	smart double high reverse quotation mark
-punctuation	\x201E 236		# 8222	smart double low quotation mark
-
-noback sign \X25CF 16		# 9679 black circle
-
-# Numbers
-include litdigits6Dots.uti
-
-# Alphabet
-uplow \x00C1\x00E1 16
-uplow \x010C\x010D 146 c with caron
-uplow \x010E\x010F 1456 D with caron
-uplow \x00C9\x00E9 345
-uplow \x00C4\x00E4 4 a with daeresis
-uplow \x00CD\x00ED 34 I with acute
-uplow \x013B\x013C 46 l with cedilla
-uplow \x013D\x013E 456 l with caron
-uplow \X0139\X013A 46 l with acute
-uplow \x0147\x0148 1246 n with caron
-uplow \x00D3\x00f3 246 O with acute
-uplow \X00D4\x00F4 23456 o with circumflex
- uplow \x0154\x0155 12356 r with acute
-uplow \x0160\x0161 156 s with caron
-uplow \x0164\x0165 1256 t with caron
-uplow \X00DA\X00FA 346 U WITH ACUTE
-uplow  \x00DD\x00FD 12346 Y WITH ACUTE
-include latinLetterDef6Dots.uti
-uplow \x017d\x017E 2346 z with caron
-
-#**** Braille Indicators
-numsign 3456
-capsletter 6
-begcapsword 6-6
-
-# Punctuation
-punctuation ! 235
-punctuation " 2356
-punctuation ' 3
-punctuation ( 236
-punctuation ) 356
-midnum * 35
-math + 235
-punctuation , 2
-punctuation - 36
-punctuation . 256
-punctuation / 25
-punctuation : 25
-punctuation * 0-3
-punctuation ; 23
-math < 126
-math > 345
-math = 2356
-punctuation ? 26
-punctuation [ 6-236
-punctuation  ] 6-356
-always \\ 3456-1256
-punctuation { 5-236
-punctuation } 5-356
-always _ 456
-always | 3456-123
-always ~ 56-26
-always # 56-3456
-always $ 3456-1246
-always & 3456-12346
-always @ 3456-12456
-always % 3456-1234
-
-# This table contains braille codes and rules for Kannada  script.
-#
-# Copyright (C) 2014 National Institute for Visually Handicapped, 116, Rajpur Road, Dehradun, Uttrakhand, India
-#
-# This file is part of liblouis.
-#
-# liblouis is free software: you can redistribute it and/or modify it
-# under the terms of the GNU Lesser General Public License as
-# published by the Free Software Foundation, either version 2.1 of the
-# License, or (at your option) any later version.
-#
-# liblouis is distributed in the hope that it will be useful, but
-# WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-# Lesser General Public License for more details.
-#
-# You should have received a copy of the GNU Lesser General Public
-# License along with liblouis. If not, see
-# <http://www.gnu.org/licenses/>.
-
-# This table is built and maintained under an activity of Braille Council of India
-# Contributors: Dipendra Manocha, Sreeja, Dinesh Kaushal, Mesar Hameed
-# Last updated on May 5, 2014
-# To report any bugs or any suggestion, please write to d@saksham.org and sreeja.param@gmail.com
-
-include braille-patterns.cti
-
-# generated by ttbtest
-# vowels
-
-letter   \x0C82	56	# KANNADA SIGN ANUSVARA
-letter   \x0C83	6	# KANNADA SIGN VISARGA
-letter   \x0C85	1	# KANNADA LETTER A
-letter   \x0C86	345	# KANNADA LETTER AA
-letter   \x0C87	24	# KANNADA LETTER I
-letter   \x0C88	35	# KANNADA LETTER II
-letter   \x0C89	136	# KANNADA LETTER U
-letter   \x0C8A	14	# KANNADA LEETER UU
-letter   \x0C8B	5-1235	# KANNADA LETTER VOCALIC R
-letter   \x0C8E	26	# KANNADA LETTER E
-letter   \x0C8F	15	# KANNADA LETTER EE
-letter   \x0C90	34	# KANNADA LETTER AI
-letter   \x0C92	346	# KANNADA LETTER O
-letter   \x0C93	135	# KANNADA LETTER OO
-letter   \x0C94	246	# KANNADA LETTER AU
-
-replace \X200D
-
-# consonants
-
-letter   \x0C95	13	# KANNADA LETTER KA
-letter   \x0C96	46	# KANNADA LETTER KHA
-letter   \x0C97	1245	# KANNADA LETTER GA
-letter   \x0C98	126	# KANNADA LETTER GHA
-letter   \x0C99	346	# KANNADA LETTER NGA
-
-letter   \x0C9A	14	# KANNADA LETTER CA
-letter   \x0C9B	16	# KANNADA LETTER CHA
-letter   \x0C9C	245	# KANNADA LETTER JA
-letter   \x0C9D	356	# KANNADA LETTER JHA
-letter   \x0C9E	25	# KANNADA LETTER NYA
-
-letter   \x0C9F	23456	# KANNADA LETTER TTA
-letter   \x0CA0	2456	# KANNADA LETTER TTHA
-letter   \x0CA1	1246	# KANNADA LETTER DDA
-letter   \x0CA2	123456	# KANNADA LETTER DDHA
-letter   \x0CA3	3456	# KANNADA LETTER NNA
-
-letter   \x0CA4	2345	# KANNADA LETTER TA
-letter   \x0CA5	1456	# KANNADA LETTER THA
-letter   \x0CA6	145	# KANNADA LETTER DA
-letter   \x0CA7	2346	# KANNADA LETTER DHA
-letter   \x0CA8	1345	# KANNADA LETTER NA
-
-letter   \x0CAA	1234	# KANNADA LETTER PA
-letter   \x0CAB	235	# KANNADA LETTER PHA
-letter   \x0CAC	12	# KANNADA LETTER BA
-letter   \x0CAD	45	# KANNADA LETTER BHA
-letter   \x0CAE	135	# KANNADA LETTER MA
-
-letter   \x0CAF	13456	# KANNADA LETTER YA
-letter   \x0CB0	1235	# KANNADA LETTER RA
-letter   \x0CB2	123	# KANNADA LETTER LA
-letter   \x0CB3	456	# KANNADA LETTER LLA
-letter   \x0CB5	1236	# KANNADA LETTER VA
-letter   \x0CB6	146	# KANNADA LETTER SHA
-letter   \x0CB7	12346	# KANNADA LETTER SSA
-letter   \x0CB8	234	# KANNADA LETTER SA
-letter   \x0CB9	125	# KANNADA LETTER HA
-
-letter   \x0CBE	345	# KANNADA VOWEL SIGN AA
-letter   \x0CBF	24	# KANNADA VOWEL SIGN I
-letter   \x0CC0	35	# KANNADA VOWEL SIGN II = OCBF ?  0CD5 ?
-letter   \x0CC1	136	# KANNADA VOWEL SIGN U
-letter   \x0CC2	1256	# KANNADA VOWEL SIGN UU
-letter   \x0CC3	5-1235	# KANNADA VOWEL SIGN VOCALIC R
-letter   \x0CC4	6-1235	# KANNADA VOWEL SIGN VOCALIC RR
-letter   \x0CC6	26	# KANNADA VOWEL SIGN E
-letter   \x0CC7	15	# KANNADA VOWEL SIGN EE = 0CC6 ? 0CD5 ?
-letter   \x0CC8	34	# KANNADA VOWEL SIGN AI =  0CC6 ? 0CD6 ?
-letter   \x0CCA	1346	# KANNADA VOWEL SIGN O = 0CC6 ?  0CD6 ?
-letter   \x0CCB	135	# KANNADA VOWEL SIGN OO = 0CCA ? 0CD5 ?
-letter   \x0CCC	246	# KANNADA VOWEL SIGN AU
-letter   \x0CCD	4	# KANNADA SIGN VIRAMA (PREFERRED NAME IS HALANT
-
-#digits
-
-litdigit   \x0CE6	245	# KANNADA DIGIT ZERO
-litdigit   \x0CE7	1	# KANNADA DIGIT ONE
-litdigit   \x0CE8	12	# KANNADA DIGIT TWO
-litdigit   \x0CE9	14	# KANNADA DIGIT THREE
-litdigit  \x0CEA	145	# KANNADA DIGIT FOUR
-litdigit   \x0CEB 	15	# KANNADA DIGIT FIVE
-litdigit   \x0CEC	124	# KANNADA DIGIT SIX
-litdigit   \x0CED	1245	# KANNADA DIGIT SEVEN
-litdigit  \x0CEE	125	# KANNADA DIGIT EIGHT
-litdigit   \x0CEF	24	# KANNADA DIGIT NINE
-
-
-  # Half characters 
-always   \x0C95\x0CCD	4-13	# KANNADA LETTER KA
- always   \x0C96\x0CCD	 4-46         # KANNADA LETTER KHA
- always   \x0C97\x0CCD 4-1245	# KANNADA LETTER GA
- always   \x0C98\x0CCD  4-126	# KANNADA LETTER GHA
- always   \x0C99\x0CCD	4-346	# KANNADA LETTER NGA
-
- always   \x0C9A\x0CCD	4-14	# KANNADA LETTER CA
- always   \x0C9B\x0CCD	4-16	# KANNADA LETTER CHA
- always   \x0C9C\x0CCD	4-245	# KANNADA LETTER JA
- always   \x0C9D\x0CCD	4-356	# KANNADA LETTER JHA
- always   \x0C9E\x0CCD	4-25	# KANNADA LETTER NYA
-
- always   \x0C9F\x0CCD	4-23456  # KANNADA LETTER TTA
- always   \x0CA0\x0CCD	4-2456	# KANNADA LETTER TTHA
- always   \x0CA1\x0CCD	4-1246	# KANNADA LETTER DDA
- always   \x0CA2\x0CCD	4-123456	# KANNADA LETTER DDHA
- always   \x0CA3\x0CCD	4-3456	# KANNADA LETTER NNA
-
- always   \x0CA4\x0CCD	4-2345	# KANNADA LETTER TA
- always   \x0CA5\x0CCD	4-1456	# KANNADA LETTER THA
- always   \x0CA6\x0CCD	4-145	# KANNADA LETTER DA
- always   \x0CA7\x0CCD	4-2346	# KANNADA LETTER DHA
- always   \x0CA8\x0CCD	4-1345	# KANNADA LETTER NA
-
- always   \x0CAA\x0CCD	4-1234	# KANNADA LETTER PA
- always   \x0CAB\x0CCD	4-235	# KANNADA LETTER PHA
- always   \x0CAC\x0CCD	4-12	# KANNADA LETTER BA
- always   \x0CAD\x0CCD	4-45	# KANNADA LETTER BHA
- always   \x0CAE\x0CCD	4-135	# KANNADA LETTER MA
-
- always   \x0CAF\x0CCD	4-13456	# KANNADA LETTER YA
- always   \x0CB0\x0CCD	4-1235	# KANNADA LETTER RA
- always   \x0CB2\x0CCD	4-123	# KANNADA LETTER LA
- always   \x0CB3\x0CCD	4-456	# KANNADA LETTER LLA
- always   \x0CB5\x0CCD	4-1236	# KANNADA LETTER VA
- always   \x0CB6\x0CCD	4-146	# KANNADA LETTER SHA
- always   \x0CB7\x0CCD	4-12346	# KANNADA LETTER SSA
- always   \x0CB8\x0CCD	4-234	# KANNADA LETTER SA
- always   \x0CB9\x0CCD	4-125	# KANNADA LETTER HA
- always   \x0CC4\x0CCD	4-6-1235	# KANNADA VOWEL SIGN VOCALIC RR
-
-#ksha and gya
-
-
-always \x0C95\x0CCD\x0CB7\x0CCD 4-12345 #ksha
-always \x0C9C\x0CCD\x0C9E 156 #gya
-always \x0C95\x0CCD\x0CB7 12345 #ksha
-
-# consonant followed by vowel
-class KannadaVowel \x0C87\x0C88\x0C89\x0C8A\x0C8B\x0C8E\x0C8F\x0C90\x0C92\x0C93\x0C94
-class Halant \x0CCD
-before KannadaVowel always      \x0C95   13-1	# KANNADA LETTER KA
- before KannadaVowel always   \x0C96 	  46-1         # KANNADA LETTER KHA
- before KannadaVowel always   \x0C97	   1245-1	# KANNADA LETTER GA
- before KannadaVowel always   \x0C98	    126-1	# KANNADA LETTER GHA
-
- before KannadaVowel always   \x0C9A 	 14-1	# KANNADA LETTER CA
- before KannadaVowel always   \x0C9B 	 16-1	# KANNADA LETTER CHA
- before KannadaVowel always   \x0C9C 	 245-1	# KANNADA LETTER JA
- before KannadaVowel always   \x0C9D 	 356-1	# KANNADA LETTER JHA
-
- before KannadaVowel always   \x0C9F 		 23456-1	# KANNADA LETTER TTA
- before KannadaVowel always   \x0CA0 	 2456-1	 # KANNADA LETTER TTHA
- before KannadaVowel always   \x0CA1 	 1246-1	 # KANNADA LETTER DDA
- before KannadaVowel always   \x0CA2 	 123456-1	# KANNADA LETTER DDHA
- before KannadaVowel always   \x0CA3 	 3456-1	# KANNADA LETTER NNA
-
- before KannadaVowel always   \x0CA4 	 2345-1	# KANNADA LETTER TA
- before KannadaVowel always   \x0CA5 	 1456-1	# KANNADA LETTER THA
- before KannadaVowel always   \x0CA6 	 145-1	# KANNADA LETTER DA
- before KannadaVowel always   \x0CA7 	 2346-1	# KANNADA LETTER DHA
- before KannadaVowel always   \x0CA8 	 1345-1	# KANNADA LETTER NA
-
- before KannadaVowel always   \x0CAA 	 1234-1	# KANNADA LETTER PA
- before KannadaVowel always   \x0CAB 	 235-1	# KANNADA LETTER PHA
- before KannadaVowel always   \x0CAC 	 12-1	# KANNADA LETTER BA
- before KannadaVowel always   \x0CAD 	 45-1	# KANNADA LETTER BHA
- before KannadaVowel always   \x0CAE 	 135-1	# KANNADA LETTER MA
-
- before KannadaVowel always   \x0CAF 	 13456-1	# KANNADA LETTER YA
- before KannadaVowel always   \x0CB0 	 1235-1	# KANNADA LETTER RA
- before KannadaVowel always   \x0CB2 	 123-1	# KANNADA LETTER LA
- before KannadaVowel always   \x0CB3 	 456-1	# KANNADA LETTER LLA
- before KannadaVowel always   \x0CB5 	 1236	# KANNADA LETTER VA
- before KannadaVowel always   \x0CB6 	 146-1	# KANNADA LETTER SHA
- before KannadaVowel always   \x0CB7 	 12346-1	# KANNADA LETTER SSA
- before KannadaVowel always   \x0CB8 	 234-1	# KANNADA LETTER SA
- before KannadaVowel always   \x0CB9 	 125-1	# KANNADA LETTER HA
-
-before KannadaVowel always   \x0CC4 	 6-1235-1	# KANNADA VOWEL SIGN VOCALIC RR
-
-#
-# Copyright (C) 1995-2008 by The BRLTTY Developers.
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-
-# BRLTTY Text Table - Finnish (iso-8859-1)
-
-# This is a modification of the Finnesh table which makes better use of the
-# 8-dot system.
-
-# generated by ttbtest
-letter \x0000 478		NULL
-letter \x0001 178		START OF HEADING
-letter \x0002 1278		START OF TEXT
-letter \x0003 1478		END OF TEXT
-letter \x0004 14578		END OF TRANSMISSION
-letter \x0005 1578		ENQUIRY
-letter \x0006 12478		ACKNOWLEDGE
-letter \x0007 124578		BELL
-letter \x0008 12578		BACKSPACE
-space \t 2478		CHARACTER TABULATION
-space \n 24578		LINE FEED (LF)
-space \v 1378		LINE TABULATION
-space \f 12378		FORM FEED (FF)
-space \r 13478		CARRIAGE RETURN (CR)
-letter \x000e 134578		SHIFT OUT
-letter \x000f 13578		SHIFT IN
-letter \x0010 123478		DATA LINK ESCAPE
-letter \x0011 1234578		DEVICE CONTROL ONE
-letter \x0012 123578		DEVICE CONTROL TWO
-letter \x0013 23478		DEVICE CONTROL THREE
-letter \x0014 234578		DEVICE CONTROL FOUR
-letter \x0015 13678		NEGATIVE ACKNOWLEDGE
-letter \x0016 123678		SYNCHRONOUS IDLE
-letter \x0017 245678		END OF TRANSMISSION BLOCK
-letter \x0018 134678		CANCEL
-letter \x0019 1345678		END OF MEDIUM
-letter \x001a 135678		SUBSTITUTE
-letter \x001b 12678		ESCAPE
-letter \x001c 125678		INFORMATION SEPARATOR FOUR
-letter \x001d 3578		INFORMATION SEPARATOR THREE
-letter \x001e 278		INFORMATION SEPARATOR TWO
-letter \x001f 578		INFORMATION SEPARATOR ONE
-space \s 0		SPACE
-punctuation ! 235		EXCLAMATION MARK
-punctuation " 56		QUOTATION MARK
-punctuation # 3456		NUMBER SIGN
-punctuation $ 1246		DOLLAR SIGN
-punctuation % 146		PERCENT SIGN
-punctuation & 12346		AMPERSAND
-punctuation ' 5		APOSTROPHE
-punctuation ( 236		LEFT PARENTHESIS
-punctuation ) 356		RIGHT PARENTHESIS
-punctuation * 35		ASTERISK
-punctuation + 2357		PLUS SIGN
-punctuation , 2		COMMA
-punctuation - 36		HYPHEN-MINUS
-punctuation . 3		FULL STOP
-punctuation / 34		SOLIDUS
-include digits8Dots.uti
-punctuation : 25		COLON
-punctuation ; 23		SEMICOLON
-punctuation < 1238		LESS-THAN SIGN
-punctuation = 2356		EQUALS SIGN
-punctuation > 4567		GREATER-THAN SIGN
-punctuation ? 26		QUESTION MARK
-punctuation @ 47		COMMERCIAL AT
-uppercase A 17		LATIN CAPITAL LETTER A
-uppercase B 127		LATIN CAPITAL LETTER B
-uppercase C 147		LATIN CAPITAL LETTER C
-uppercase D 1457		LATIN CAPITAL LETTER D
-uppercase E 157		LATIN CAPITAL LETTER E
-uppercase F 1247		LATIN CAPITAL LETTER F
-uppercase G 12457		LATIN CAPITAL LETTER G
-uppercase H 1257		LATIN CAPITAL LETTER H
-uppercase I 247		LATIN CAPITAL LETTER I
-uppercase J 2457		LATIN CAPITAL LETTER J
-uppercase K 137		LATIN CAPITAL LETTER K
-uppercase L 1237		LATIN CAPITAL LETTER L
-uppercase M 1347		LATIN CAPITAL LETTER M
-uppercase N 13457		LATIN CAPITAL LETTER N
-uppercase O 1357		LATIN CAPITAL LETTER O
-uppercase P 12347		LATIN CAPITAL LETTER P
-uppercase Q 123457		LATIN CAPITAL LETTER Q
-uppercase R 12357		LATIN CAPITAL LETTER R
-uppercase S 2347		LATIN CAPITAL LETTER S
-uppercase T 23457		LATIN CAPITAL LETTER T
-uppercase U 1367		LATIN CAPITAL LETTER U
-uppercase V 12367		LATIN CAPITAL LETTER V
-uppercase W 24567		LATIN CAPITAL LETTER W
-uppercase X 13467		LATIN CAPITAL LETTER X
-uppercase Y 134567		LATIN CAPITAL LETTER Y
-uppercase Z 13567		LATIN CAPITAL LETTER Z
-punctuation [ 12356		LEFT SQUARE BRACKET
-punctuation \\ 1268		REVERSE SOLIDUS
-punctuation ] 23456		RIGHT SQUARE BRACKET
-punctuation ^ 457		CIRCUMFLEX ACCENT
-punctuation _ 78		LOW LINE
-punctuation ` 4		GRAVE ACCENT
-lowercase a 1		LATIN SMALL LETTER A
-lowercase b 12		LATIN SMALL LETTER B
-lowercase c 14		LATIN SMALL LETTER C
-lowercase d 145		LATIN SMALL LETTER D
-lowercase e 15		LATIN SMALL LETTER E
-lowercase f 124		LATIN SMALL LETTER F
-lowercase g 1245		LATIN SMALL LETTER G
-lowercase h 125		LATIN SMALL LETTER H
-lowercase i 24		LATIN SMALL LETTER I
-lowercase j 245		LATIN SMALL LETTER J
-lowercase k 13		LATIN SMALL LETTER K
-lowercase l 123		LATIN SMALL LETTER L
-lowercase m 134		LATIN SMALL LETTER M
-lowercase n 1345		LATIN SMALL LETTER N
-lowercase o 135		LATIN SMALL LETTER O
-lowercase p 1234		LATIN SMALL LETTER P
-lowercase q 12345		LATIN SMALL LETTER Q
-lowercase r 1235		LATIN SMALL LETTER R
-lowercase s 234		LATIN SMALL LETTER S
-lowercase t 2345		LATIN SMALL LETTER T
-lowercase u 136		LATIN SMALL LETTER U
-lowercase v 1236		LATIN SMALL LETTER V
-lowercase w 2456		LATIN SMALL LETTER W
-lowercase x 1346		LATIN SMALL LETTER X
-lowercase y 13456		LATIN SMALL LETTER Y
-lowercase z 1356		LATIN SMALL LETTER Z
-punctuation { 123567		LEFT CURLY BRACKET
-punctuation | 4568		VERTICAL LINE
-punctuation } 234568		RIGHT CURLY BRACKET
-punctuation ~ 45		TILDE
-letter \x007f 12348		DELETE
-letter \x0080 2367		<control-0080>
-letter \x0081 1256		<control-0081>
-letter \x0082 123456		BREAK PERMITTED HERE
-letter \x0083 23678		NO BREAK HERE
-letter \x0084 345		<control-0084>
-letter \x0085 23458		NEXT LINE (NEL)
-letter \x0086 16		START OF SELECTED AREA
-letter \x0087 1234567		END OF SELECTED AREA
-letter \x0088 12345678		CHARACTER TABULATION SET
-letter \x0089 678		CHARACTER TABULATION WITH JUSTIFICATION
-letter \x008a 123458		LINE TABULATION SET
-letter \x008b 3568		PARTIAL LINE FORWARD
-letter \x008c 458		PARTIAL LINE BACKWARD
-letter \x008d 4567		REVERSE LINE FEED
-letter \x008e 3457		SINGLE SHIFT TWO
-letter \x008f 167		SINGLE SHIFT THREE
-letter \x0090 1234567		DEVICE CONTROL STRING
-letter \x0091 1348		PRIVATE USE ONE
-letter \x0092 12568		PRIVATE USE TWO
-letter \x0093 3567		SET TRANSMIT STATE
-letter \x0094 246		CANCEL CHARACTER
-letter \x0095 67		MESSAGE WAITING
-letter \x0096 1234568		START OF GUARDED AREA
-letter \x0097 368		END OF GUARDED AREA
-letter \x0098 24568		START OF STRING
-letter \x0099 2467		<control-0099>
-letter \x009a 12567		SINGLE CHARACTER INTRODUCER
-letter \x009b 47		CONTROL SEQUENCE INTRODUCER
-letter \x009c 7		STRING TERMINATOR
-letter \x009d 457		OPERATING SYSTEM COMMAND
-letter \x009e 13468		PRIVACY MESSAGE
-letter \x009f 13458		APPLICATION PROGRAM COMMAND
-punctuation \x00a0 0		NO-BREAK SPACE
-punctuation \x00a1 2358		INVERTED EXCLAMATION MARK
-punctuation \x00a2 13568		CENT SIGN
-punctuation \x00a3 1238		POUND SIGN
-punctuation \x00a4 1578		CURRENCY SIGN
-punctuation \x00a5 1368		YEN SIGN
-punctuation \x00a6 468		BROKEN BAR
-punctuation \x00a7 4678		SECTION SIGN
-punctuation \x00a8 258		DIAERESIS
-punctuation \x00a9 138		COPYRIGHT SIGN
-letter \x00aa 478		FEMININE ORDINAL INDICATOR
-punctuation \x00ab 2378		LEFT-POINTING DOUBLE ANGLE QUOTATION MARK
-punctuation \x00ac 357		NOT SIGN
-punctuation \x00ad 8		SOFT HYPHEN
-punctuation \x00ae 12358		REGISTERED SIGN
-punctuation \x00af 23568		MACRON
-punctuation \x00b0 568		DEGREE SIGN
-punctuation \x00b1 38		PLUS-MINUS SIGN
-punctuation \x00b2 237		SUPERSCRIPT TWO
-punctuation \x00b3 257		SUPERSCRIPT THREE
-punctuation \x00b4 48		ACUTE ACCENT
-lowercase \x00b5 2368		MICRO SIGN
-punctuation \x00b6 467		PILCROW SIGN
-punctuation \x00b7 378		MIDDLE DOT
-punctuation \x00b8 35678		CEDILLA
-punctuation \x00b9 27		SUPERSCRIPT ONE
-letter \x00ba 1358		MASCULINE ORDINAL INDICATOR
-punctuation \x00bb 5678		RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK
-punctuation \x00bc 34568		VULGAR FRACTION ONE QUARTER
-punctuation \x00bd 34567		VULGAR FRACTION ONE HALF
-punctuation \x00be 345678		VULGAR FRACTION THREE QUARTERS
-punctuation \x00bf 268		INVERTED QUESTION MARK
-uppercase \x00c0 1235678		LATIN CAPITAL LETTER A WITH GRAVE
-uppercase \x00c1 123567		LATIN CAPITAL LETTER A WITH ACUTE
-uppercase \x00c2 1678		LATIN CAPITAL LETTER A WITH CIRCUMFLEX
-uppercase \x00c3 14678		LATIN CAPITAL LETTER A WITH TILDE
-uppercase \x00c4 3457		LATIN CAPITAL LETTER A WITH DIAERESIS
-uppercase \x00c5 167		LATIN CAPITAL LETTER A WITH RING ABOVE
-uppercase \x00c6 34578		LATIN CAPITAL LETTER AE
-uppercase \x00c7 123467		LATIN CAPITAL LETTER C WITH CEDILLA
-uppercase \x00c8 234678		LATIN CAPITAL LETTER E WITH GRAVE
-uppercase \x00c9 23467		LATIN CAPITAL LETTER E WITH ACUTE
-uppercase \x00ca 1267		LATIN CAPITAL LETTER E WITH CIRCUMFLEX
-uppercase \x00cb 12467		LATIN CAPITAL LETTER E WITH DIAERESIS
-uppercase \x00cc 3478		LATIN CAPITAL LETTER I WITH GRAVE
-uppercase \x00cd 347		LATIN CAPITAL LETTER I WITH ACUTE
-uppercase \x00ce 1467		LATIN CAPITAL LETTER I WITH CIRCUMFLEX
-uppercase \x00cf 124567		LATIN CAPITAL LETTER I WITH DIAERESIS
-uppercase \x00d0 15678		LATIN CAPITAL LETTER ETH
-uppercase \x00d1 1245678		LATIN CAPITAL LETTER N WITH TILDE
-uppercase \x00d2 34678		LATIN CAPITAL LETTER O WITH GRAVE
-uppercase \x00d3 3467		LATIN CAPITAL LETTER O WITH ACUTE
-uppercase \x00d4 14567		LATIN CAPITAL LETTER O WITH CIRCUMFLEX
-uppercase \x00d5 145678		LATIN CAPITAL LETTER O WITH TILDE
-uppercase \x00d6 2467		LATIN CAPITAL LETTER O WITH DIAERESIS
-punctuation \x00d7 37		MULTIPLICATION SIGN
-uppercase \x00d8 24678		LATIN CAPITAL LETTER O WITH STROKE
-uppercase \x00d9 2345678		LATIN CAPITAL LETTER U WITH GRAVE
-uppercase \x00da 234567		LATIN CAPITAL LETTER U WITH ACUTE
-uppercase \x00db 1567		LATIN CAPITAL LETTER U WITH CIRCUMFLEX
-uppercase \x00dc 12567		LATIN CAPITAL LETTER U WITH DIAERESIS
-uppercase \x00dd 1234678		LATIN CAPITAL LETTER Y WITH ACUTE
-uppercase \x00de 12468		LATIN CAPITAL LETTER THORN
-lowercase \x00df 2348		LATIN SMALL LETTER SHARP S
-lowercase \x00e0 123568		LATIN SMALL LETTER A WITH GRAVE
-lowercase \x00e1 12356		LATIN SMALL LETTER A WITH ACUTE
-lowercase \x00e2 16		LATIN SMALL LETTER A WITH CIRCUMFLEX
-lowercase \x00e3 1468		LATIN SMALL LETTER A WITH TILDE
-lowercase \x00e4 345		LATIN SMALL LETTER A WITH DIAERESIS
-lowercase \x00e5 16		LATIN SMALL LETTER A WITH RING ABOVE
-lowercase \x00e6 3458		LATIN SMALL LETTER AE
-lowercase \x00e7 12346		LATIN SMALL LETTER C WITH CEDILLA
-lowercase \x00e8 23468		LATIN SMALL LETTER E WITH GRAVE
-lowercase \x00e9 2346		LATIN SMALL LETTER E WITH ACUTE
-lowercase \x00ea 126		LATIN SMALL LETTER E WITH CIRCUMFLEX
-lowercase \x00eb 1246		LATIN SMALL LETTER E WITH DIAERESIS
-lowercase \x00ec 348		LATIN SMALL LETTER I WITH GRAVE
-lowercase \x00ed 34		LATIN SMALL LETTER I WITH ACUTE
-lowercase \x00ee 146		LATIN SMALL LETTER I WITH CIRCUMFLEX
-lowercase \x00ef 12456		LATIN SMALL LETTER I WITH DIAERESIS
-lowercase \x00f0 1568		LATIN SMALL LETTER ETH
-lowercase \x00f1 124568		LATIN SMALL LETTER N WITH TILDE
-lowercase \x00f2 3468		LATIN SMALL LETTER O WITH GRAVE
-lowercase \x00f3 346		LATIN SMALL LETTER O WITH ACUTE
-lowercase \x00f4 1456		LATIN SMALL LETTER O WITH CIRCUMFLEX
-lowercase \x00f5 14568		LATIN SMALL LETTER O WITH TILDE
-lowercase \x00f6 246		LATIN SMALL LETTER O WITH DIAERESIS
-punctuation \x00f7 2567		DIVISION SIGN
-lowercase \x00f8 2468		LATIN SMALL LETTER O WITH STROKE
-lowercase \x00f9 234568		LATIN SMALL LETTER U WITH GRAVE
-lowercase \x00fa 23456		LATIN SMALL LETTER U WITH ACUTE
-lowercase \x00fb 156		LATIN SMALL LETTER U WITH CIRCUMFLEX
-lowercase \x00fc 1256		LATIN SMALL LETTER U WITH DIAERESIS
-lowercase \x00fd 123468		LATIN SMALL LETTER Y WITH ACUTE
-lowercase \x00fe 124678		LATIN SMALL LETTER THORN
-lowercase \x00ff 134568		LATIN SMALL LETTER Y WITH DIAERESIS
-#+locale:fr
-#+type:literary
-#+contraction:full
-#+grade:2
-#+system:bfu
-
-#-display-name: Unified French contracted braille
-#-author: The BRLTTY Team <http://brltty.app/>
-#-author: André-Abush CLAUSE <dev@andreabc.net>
-#-author: Nicolas Pitre <nico@fluxnic.net>
-#-author: Michel Such <michel.such@free.fr>
-#
-#-license: LGPLv2.1
-#-updated: 2018-05-16
-
-# liblouis: Unified French Grade 2 Table
-
-# This file is free software; you can redistribute it and/or
-# modify it under the terms of the GNU Lesser General Public
-# License as published by the Free Software Foundation; either
-# version 2.1 of the License, or (at your option) any later version.
-
-# This file is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-# Lesser General Public License for more details.
-
-# You should have received a copy of the GNU Lesser General Public
-# License along with this file; if not, write to the Free Software
-# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
-# liblouis  comes with ABSOLUTELY NO WARRANTY.
-#
-#	Référence :
-#		Manuel d'Abrégé Braille Français - Adaptation du CBFU 2008 - Révision 2013
-#		https://www.avh.asso.fr/sites/default/files/manuel_abrege2013_complet_noir_0.doc
-#		Association Valentin Haüy
-#		5, rue Duroc 75343 Paris Cedex 07
-
-# Contracted Unified French Table: forward and backward translation
-# -----------------------------------------------------------------
-
-sign „ 56
-
-include fr-bfu-comp6.utb
-
-class con bcçdfghjklmnpqrstvwxzBCÇDFGHJKLMNPQRSTVWXZ
-class voy aeiouyéàèùâêîôûëïüœAEIOUYÉÀÈÙÂÊÄËÏÜŒ
-class bmp bmpBMP
-class apost '\X2018\x2019
-
-#Pour désabréger, il nous faut une classe contenant les consonnes et les abréviations commençant par une consonne
-class conabr bcçdfghjklmnpqrstvwxzBCÇDFGHJKLMNPQRSTVWXZ⠘⠆⠷⠩⠒⠹⠶⠻⠸⠫⠖⠴
-#Pour désabréger, extension de la classe bmp aux abréviations commençant par b, m ou p
-class bmpabr bmpBMP⠘⠆⠫⠖
-
-#Pour désabréger, il nous faut une classe contenant les voyelles et les abréviations commençant par une voyelle excepté celles dont la représentation peut être confondue avec un chiffre
-class voyabr aeiouyéàèùAEIOUYÉÀÈÙœŒ⠈⠅⠜⠢⠦⠐⠨⠵⠠⠾⠺⠬⠸
-
-#Pour désabréger, une classe contenant les abréviations identiques aux chiffres ou à certains opérateurs
-class voyabr2 ⠼⠡⠣⠩⠹⠱⠫⠻⠳⠪⠲⠌⠂⠔
-#Enfin, une classe regroupant les deux précédentes pour simplifier certaines règles
-class voyabr3 aeiouyéàèùAEIOUYÉÀÈÙœŒ⠈⠅⠜⠢⠦⠐⠨⠵⠠⠾⠺⠬⠰⠸⠼⠡⠣⠩⠹⠱⠫⠻⠳⠪⠲⠌⠂⠔
-
-#En désabrègement, cette classe permet de savoir si nous sommes dans une opération mathématique ou non
-class frmath ⠬⠼⠡⠣⠩⠹⠱⠫⠻⠳⠪⠂⠆⠒⠲⠖⠶⠦⠔⠴⠤⠄⠐⠠⠌⠘⠷⠾⠜⠃⠨⠈
-class puncEnd ⠂,;:.?!")]}
-class urlPuncs :./
-
-letsign 56
-#multind 56-46 letsign begcaps
-noletsignafter '\X2018\X2019
-hyphen - 36
-space _ 5-36
-noback begcomp 56
-
-nofor math [ 12356a
-nofor math ] 23456a
-
-comp6 1 16
-comp6 2 126
-comp6 A 46-1
-comp6 B 46-12
-comp6 C 46-14
-comp6 D 46-145
-comp6 E 46-15
-comp6 F 46-124
-comp6 G 46-1245
-comp6 H 46-125
-comp6 I 46-24
-comp6 J 46-245
-comp6 K 46-13
-comp6 L 46-123
-comp6 M 46-134
-comp6 N 46-1345
-comp6 O 46-135
-comp6 P 46-1234
-comp6 Q 46-12345
-comp6 R 46-1235
-comp6 S 46-234
-comp6 T 46-2345
-comp6 U 46-136
-comp6 V 46-1236
-comp6 W 46-2456
-comp6 X 46-1346
-comp6 Y 46-13456
-comp6 Z 46-1356
-
-comp6 Â 46-16
-comp6 Ê 46-126
-comp6 Î 46-146
-comp6 Ô 46-1456
-comp6 Û 46-156
-comp6 À 46-12356
-comp6 È 46-2346
-comp6 Ù 46-23456
-comp6 É 46-123456
-comp6 Ë 46-1246
-comp6 Ï 46-12456
-comp6 Ü 46-1256
-
-#Caractères de substitution pour certains traitements en forward
-noback punctuation \xfff9 256a
-nofor space \xfffa 6a	pour repérer lettre suivie d'un chiffre en backward
-sign \xfffb 256b	point dans un sigle
-noback letter \xfffc 12345678a	Tiret en fin de mot
-noback math \xfffd 12356	crochet droit mathématique
-noback math \xfffe 23456	crochet gauche matnématique
-
-###
-### 1. Assemblages de lettres représentés par un seul symbole,
-###    et finales représentées par deux ou trois symboles;
-endword able 45
-endword ables 45-234
-endword ablement 45-134
-endword ablements 45-134-234
-nofor midword âch 16-12356
-nofor midword âgn 16-2356
-nofor midword ackb 1-14-13-12
-nofor midword ackl 1-14-13-123
-always ai 34
-
-endword ait 146
-endword aits 146-234
-
-nofor word aïe 1-12456-15
-nofor midendword aïen 1-12456-26
-nofor midendword berden 12-236-145-26
-nofor partword aïeu 1-12456-5
-nofor before voy begmidword aïk 1-12456-13
-nofor before voy midword ïss 12456-2346
-nofor before voyabr3 midword âss 16-2346
-nofor always ak 1-13
-
-nofor word áird 12356-24-1235-145
-nofor begword bár 12-12356-1235
-nofor midendword ány 12356-1345-13456
-
-nofor begword akka 1-13-13-1
-nofor before voyabr always ambr 1-134-23
-
-noback before con always an 2
-nofor begmidword an 2
-
-endword ant 1456
-endword ants 1456-234
-
-noback before con always ar 4
-noback endword ar 4
-nofor partword ar 4
-
-nofor word atabek 1-2345-1-12-15-13
-
-endword ation 16
-endword ations 16-234
-
-noback always au 13
-noback word au) 1-136-356
-nofor before voyabr3 begmidword aubr 13-23
-nofor before voyabr3 begmidword auch 13-12356
-nofor before voyabr3 midword aucl 13-146
-nofor before con midword aucon 13-25
-nofor before voyabr3 midword aucr 13-25
-nofor before voyabr3 midword aufl 13-126
-nofor before voyabr3 begmidword audr 13-1456
-nofor before voyabr3 midword aufr 13-16
-nofor before voyabr3 begmidword augn 13-2356
-nofor before voyabr3 midword augr 13-12456
-nofor before voyabr3 midword aull 13-456
-nofor before voyabr3 midword aupl 13-1246
-nofor before voyabr3 begmidword aupr 13-235
-nofor before voyabr3 begmidword autr 13-356
-nofor endword aux 13-1346
-nofor endword eau 15-13
-nofor endword eaux 15-13-1346
-nofor word eau 15-13
-nofor word eaux 15-13-1346
-nofor endword yau 13456-13
-nofor endword yaux 13456-13-1346
-nofor before con always au 13
-nofor before voyabr3 begmidword auss 13-2346
-nofor before conabr begword autoex 13-2345-135-1346
-
-nofor endword az 1-1356
-nofor word län 123-345-1345
-nofor partword jäl 245-345-123
-nofor midword änd 345-1345-145
-nofor midword sän 234-345-1345
-nofor midword kär 13-345-1235
-nofor begword æch 345-12356
-nofor begword æg 345-1245
-nofor begword æl 345-1245
-nofor begword zems 1356-345-234
-nofor begword ænig 345-1345-24-1245
-nofor begword æoli 345-135-1245-24
-nofor begword æsch 345-234-14-125
-
-nofor partword back 12-1-14-13
-nofor always bâi 12-16-24
-nofor begword biaur 12-24-13-1235
-nofor midword bigüit 12-24-1245-1256-24-2345
-
-word ben 12-15-1345
-begmidword bl 45
-nofor begword bless 45-15-2346
-nofor before con begmidword blê 45-126
-nofor partword ble 45-15
-nofor midendword bleau 45-15-13
-nofor endword blent 45-126
-nofor endword bler 45-236
-nofor endword bles 45-156
-nofor midword bly 45-13456
-nofor after voy midendword bliau 45-24-13
-nofor always block 45-135-14-13
-
-noback before voy always br 23
-nofor before voyabr3 begmidword br 23
-nofor after voyabr before voyabr always br 23
-nofor begmidword brê 23-126
-nofor before conabr always brè 23-2346
-nofor always brèch 23-2346-12356
-nofor begmidword brû 23-156
-nofor always brou 23-1256
-nofor begmidword brui 12-1235-23
-nofor endword brable 23-45
-nofor endword brables 23-45-234
-nofor endword bres 23-156
-nofor partword brown 23-135-2456-1345
-
-nofor endword çaux 12346-13-1346
-
-partword ch 12356
-nofor before voyabr3 begmidword ch 12356
-nofor before conabr begmidword chau 12356-13
-
-nofor endword ck 14-13
-nofor endword cks 14-13-234
-nofor before voyabr midword ck 14-13
-
-noback before voy always cl 146
-nofor before voyabr3 begmidword cl 146
-nofor before conabr begmidword clien 146-256
-nofor endword clable 146-45
-nofor endword clables 146-45-234
-nofor endword clablement 146-45-134
-
-nofor before con begword cock 14-135-14-13
-nofor word cocautions 14-135-14-13-2345-3456-234
-nofor word cocaution 14-135-14-13-2345-3456
-noback before bmp begword com 36
-noback before bmp always -com 36-14-2456
-nofor before bmpabr begword com 36
-begmidword comt 14-2456-2345
-
-noback before con always con 25
-nofor before conabr begmidword con 25
-nofor before voyabr begmidword confl 25-126
-nofor before voyabr begmidword confr 25-16
-nofor before voyabr begmidword congl 25-345
-
-
-prfword cons	14-346-234
-noback before voy always cr 25
-nofor before voyabr3 begmidword cr 25
-nofor always crai 25-34
-nofor before conabr begmidword cran 25-2
-nofor endword crait 25-146
-nofor endword crant 25-1456
-nofor endword crants 25-1456-234
-nofor always crau 25-13
-nofor midendword crelle 25-456
-nofor endword crez 25-1356
-nofor before con begmidword crom 25-2456
-nofor always crou 25-1256
-nofor begmidword crui 25-23
-nofor midendword crable 25-45
-nofor endword crablement 25-45-134
-
-noback before con begword dis 256
-nofor before conabr begword dis 256
-
-nofor before con begword dock 145-135-14-13
-
-noback before voy always dr 1456
-nofor before voyabr begmidword dr 1456
-nofor partword drai 1456-34
-nofor endword drait 1456-146
-nofor endword dration 1456-16
-nofor endword drations 1456-16-234
-nofor endword drent 1456-126
-nofor endword dres 1456-156
-nofor endword drant 1456-1456
-nofor endword drants 1456-1456-234
-nofor begword drêch 1456-126-12356
-nofor before con midword drien 1456-256
-nofor partword drion 1456-3456
-nofor before con midword dror 1456-56
-nofor begmidword drui 1456-23
-nofor before conabr begmidword drin 1456-35
-nofor endword drin 1456-35
-nofor before conabr always dran 1456-2
-nofor before voyabr3 midword drangl 1456-2-345
-nofor begword drôl 145-1235-1456-123
-nofor partword drou 1456-1256
-
-nofor endword éau 123456-13
-nofor endword éaux 123456-13-1346
-nofor after conabr midword êch 126-12356
-nofor midword èch 2346-12356
-nofor before voyabr3 midword èdr 2346-1456
-nofor before voyabr3 midword ègr 2346-12456
-nofor midword ekk 15-13-13
-endword elle 456
-endword elles 456-234
-nofor midword ëll 1246-456
-
-noback before con always em 345
-nofor before bmpabr begmidword em 345
-nofor before voyabr3 always embl 345-45
-nofor before voyabr always embr 345-23
-nofor midword emni 345-1345-24
-nofor midword emnop 345-1345-1354-1234
-nofor midword emnoï 345-1345-135-12456
-nofor before voyabr begmidword empl 345-1246
-nofor midendword emsb 345-234-12
-nofor midword emss 345-234-234
-nofor midendword emto 345-2345-135
-nofor midword emvi 345-1236-24
-nofor begword nemr 1345-345-1235
-nofor endword ems 345-234
-
-before con always en 26
-noback endword en 26
-nofor begmidword en 26
-nofor midendword en- 26-36
-nofor word en) 26-356
-
-nofor begword œn 246-1345
-nofor begword œrs 246-1235-234
-nofor begmidword cœr 14-246-1235
-after conabr after voyabr endword ent 126
-endword ents 126-234
-nofor endword éen 123456-26
-
-noback before con midword er 236
-endword er 236
-nofor midendword er 236
-
-before con begword es 156
-endword es 156
-nofor begword es 156
-nofor endword es 156
-
-nofor before voyabr3 always oëss 135-1246-2346
-
-word eu 15-136
-partword eu 5
-nofor partword euc 5-14
-nofor partword eup 5-1234
-nofor before voyabr3 always eugl 5-345
-nofor always eut 5-2345
-always eü 15-1256
-nofor always eu- 5-36
-
-noback before con midword eur 46
-endword eur 46
-nofor after con midendword eurs 46-234
-nofor midendword ueur 136-46
-nofor midendword oueur 1256-46
-nofor midendword yeur 13456-46
-nofor midword eurd 46-145
-nofor midword eurn 46-1345
-nofor midword eurr 46-1235
-nofor after conabr midendword eurt 46-2345
-nofor midendword eurtement 46-2345-134
-nofor after conabr before voyabr midword eurtr 46-356
-nofor begword eur 5-1235
-nofor before punctuation midendword eur 46
-nofor before voyabr3 always eur 5-1235
-nofor word beurk 12-46-13
-
-noback before con always ex 1346
-nofor after conabr before conabr midword ex 1346
-nofor before voyabr3 midword expl 1346-1246
-nofor before voyabr3 midword extr 1346-356
-nofor midword éex 123456-1346
-nofor before conabr begword ex 1346
-nofor midendword xau 1346-13
-nofor partword herx 125-236-1346
-nofor midendword exable 15-1346-45
-nofor midword exci 1346-14-24
-nofor midendword éxat 123456-1346-1-2345
-nofor begmidword apéx 1-1234-123456-1346
-
-endword ez 1356
-nofor endword èze 2346-1356-15
-nofor endword èzes 2346-1356-156
-
-nofor word fafiau 124-1-124-24-13
-nofor word rafiau 1235-1-124-24-13
-
-noback before voy always fl 126
-noback endword flent 124-123-126
-noback begmidword flê 124-123-126
-nofor before voyabr3 begmidword fl 126
-nofor midendword flable 126-45
-nofor begmidword flui 126-23
-
-noback before voy always fr 16
-nofor before voyabr begmidword fr 16
-nofor endword frable 16-45 
-nofor endword frables 16-45-234
-nofor midendword frablement 16-45-134
-nofor partword frai 16-34
-nofor word frai 16-34
-nofor before conabr always fran 16-2
-nofor before voyabr3 begmidword frangl 16-2-345
-nofor before conabr begword frê 16-126
-nofor partword frêl 16-126-123
-nofor begmidword frui 16-23
-nofor endword frait 16-146
-nofor endword frent 16-126
-nofor endword frant 16-1456
-nofor endword frants 16-1456-234
-nofor partword frion 16-3456
-nofor before conabr begmidword frin 16-35
-nofor endword frin 16-35
-nofor partword frou 16-1256
-nofor partword frô 16-1456
-nofor endword fres 16-156
-
-noback before voy always gl 345
-nofor before voyabr3 begmidword gl 345
-nofor endword glable 345-45
-nofor endword glables 345-45-234
-
-midword gn 2356
-
-noback before voy always gr 12456
-nofor before voyabr3 begmidword gr 12456
-nofor midendword grable 12456-45
-nofor midendword grablement 12456-45-134
-nofor begmidword grâc 12456-16-14
-nofor begmidword grê 12456-126
-nofor before con begmidword grui 12456-23
-nofor begword grœ 12456-246
-
-nofor endword güe 1245-1256-15
-nofor endword gües 1245-1256-156
-nofor begword engou 26-1245-1256
-
-nofor midendword gueur 1245-136-46
-
-nofor partword akaw 1-13-1-2456
-nofor begword kaw 13-1-2456
-nofor begword kno 13-1345-135
-nofor always kh 13-125
-nofor midword kk 13-13
-nofor after voyabr before voyabr always k 13
-nofor after voyabr3 always kr 13-1235
-nofor begword klax 13-123-1-1346
-nofor begword Kronec 13-1235-135-1345-15-14
-midword inkl 35-13-123
-
-noback midword ien 256
-nofor after conabr midword ien 256
-nofor midword ienn 256-1345
-endword ien 24-26
-
-midendword ieu 6
-
-before bmp begword im 246
-nofor before bmpabr begword im 246
-
-begword in 35
-before con always in 35
-endword in 35
-nofor partword in 35
-
-noback before con always ion 3456
-nofor before conabr begmidword ion 3456
-endword ion 3456
-word ion 24-346
-
-endword ition 246
-endword itions 246-234
-
-nofor midword îch 146-12356
-nofor always ît 146-2345
-nofor before voyabr3 midword îtr 146-356
-
-noback before voy after voy always ll 456
-nofor before voyabr3 after voyabr always ll 456
-nofor midendword llable 456-45
-nofor midendword llablement 456-45-134
-nofor after voy before con midword lleur 456-46
-
-nofor endword mau 134-13
-nofor endword maux 134-13-1346
-nofor always mía 134-34-1
-nofor endword men 134-26
-nofor endword chtmen 12356-2345-134-26
-
-nofor after voy endword niau 1345-24-13
-nofor after voy endword niaux 1345-24-13-1346
-
-partword oi 23456
-
-nofor midword oïè 135-12456-2346
-nofor midword oïé 135-12456-123456
-nofor before voy partword oïk 135-12456-13
-nofor always ok 135-13
-nofor before voyabr3 always oaut 135-13-2345
-nofor midword ôch 1456-12356
-nofor midword ôka 1456-13-1
-nofor midword œo 246-135
-
-noback before con always om 2456
-nofor before bmpabr begmidword om 2456
-nofor after conabr midword omh 2456-125
-nofor before voyabr3 always ombr 2456-23
-nofor before voyabr3 always omn 2456-1345
-nofor after conabr endword om 2456
-nofor after conabr endword oms 2456-234
-nofor after conabr midword oms 2456-234
-nofor begmidword löf 123-246-124
-nofor partword löl 123-246-123
-nofor partword ögren 246-12456-26
-before con midword öl 246-123 
-before con midword öm 246-134 
-endword öm 246-134 
-before con partword ön 246-1345 
-before con partword ör 246-1235 
-endword ón 346-1345
-
-noback before con always on 346
-nofor partword on 346
-endword on 346
-
-always oom 135-135-134
-
-before con midword or 56
-endword or 56
-nofor before voyabr3 midword orbl 56-45
-nofor midword orch 56-12356
-nofor before voyabr3 midword orcl 56-146
-nofor before voyabr3 midword ordr 56-1456
-nofor before voyabr3 midword orfl 56-126
-nofor before voyabr3 midword orfr 56-16
-nofor before voyabr3 midword orgl 56-345
-nofor before voyabr3 midword orgn 56-2356
-nofor before voyabr3 midword orgr 56-12456
-nofor before conabr midword orpro 56-235
-nofor midword orks 56-13-234
-nofor before voyabr3 midword ortr 56-356
-nofor endword or. 56-256
-
-endword eous 15-135-136-234
-noback always ou 1256
-nofor partword ou 1256
-
-before con always our 12346
-endword our 12346
-nofor before voyabr always ourgn 12346-2356
-nofor midendword ourch 12346-12356 
-nofor midword ourcr 12346-25 
-nofor before voyabr3 begmidword ourdr 12346-1456
-nofor midword ourpr 12346-235
-nofor midword ourtr 12346-356 
-
-nofor before con begmidword ow 135-2456
-nofor endword oyen 135-13456-26
-
-nofor midword piègl 1234-24-2346-345
-
-before voy always pl 1246
-nofor before voyabr3 begmidword pl 1246
-nofor midendword plable 1246-45
-nofor begmidword plien 1246-256
-nofor begmidword plui 1246-23
-
-before voy always pr 235
-nofor before voyabr3 always pr 235
-nofor before conabr begmidword prâ 235-16
-nofor  midendword prelle 235-456
-nofor before conabr begmidword prê 235-126
-nofor before conabr begmidword prî 235-146
-nofor before conabr begmidword prô 235-1456
-nofor before conabr begmidword prui 235-23
-before bmp begmidword prom 235-2456
-nofor endword prant 235-1456
-nofor endword prants 235-1456-234
-nofor endword prait 235-146
-nofor endword prez 235-1356
-
-noback before con always pro 235
-nofor begmidword prou 235-1256
-nofor before conabr always pro 235
-nofor always probl 235-45
-nofor before voyabr begmidword progl 235-345
-
-noback begmidword qu 12345
-endword que 12345
-endword ques 12345-234
-before apost sufword qu 12345
-nofor before voyabr3 begmidword qu 12345
-nofor midendword quable 12345-45
-nofor endword quablement 12345-45-134
-nofor before conabr midword quien 12345-256
-nofor partword queur 12345-46
-nofor midendword quiau 12345-24-13
-midword qû 12345-156
-
-nofor begmidword qw 12345-2456 #+
-
-noback before con begword re 3
-nofor before conabr before voyabr2 begword re 3
-nofor begword ress 3-2346
-before bmpabr begword rem 1235-345
-
-nofor always ría 1235-34-1
-nofor word rígh 1235-34-1245-125
-
-noback before voy after voy always ss 2346
-nofor endword assen 1-2346-26
-nofor after voyabr3 before voyabr3 midword ss 2346
-nofor endword ssable 2346-45
-nofor endword ssables 2346-45-234
-nofor midendword ssablement 2346-45-134
-nofor midendword sselle 2346-456
-nofor before conabr midword ssex 2346-1346
-nofor midword ssour 2346-12346
-
-nofor endword tau 2345-13
-nofor after voy endword taux 2345-13-1346
-nofor after voy midendword stiau 234-2345-24-13
-
-nofor after voy endword tiau 2345-24-13
-nofor after voy endword tiaux 2345-24-13-1346
-
-before voy always tr 356
-nofor before voyabr3 begmidword tr 356
-nofor midendword trable 356-45 
-nofor midendword trablement 356-45-134
-nofor before con begword trau 356-13
-nofor before conabr always trom 356-2456
-nofor before conabr midword trex 356-1346
-nofor begmidword trui 356-23
-nofor endword triau 356-24-13
-
-before con begword trans 356
-nofor before voyabr begword transb 356-12
-nofor before con begword transbor 356-12-56
-nofor before con begword transcon 356-25
-nofor before voy begword transcr 356-25
-nofor before voyabr begword transfl 356-126
-nofor before voy begword transgr 356-12456
-nofor before voyabr begword transfr 356-16
-nofor before voyabr3 begword transpl 356-1246
-
-noback before voy after voy always tt 2456
-nofor after voyabr3 before voyabr3 midword tt 2456
-nofor after voy midendword ttable 2456-45
-nofor after voy midendword ttablement 2456-45-134
-nofor endword ttom 2345-2345-2456
-nofor endword ottez 135-2456-1356
-
-before con always ui 23
-nofor after conabr midword ui 23
-nofor midendword uich 23-12356
-nofor before voyabr3 always uill 23-456
-nofor before voyabr3 always uiss 23-2346
-nofor before voyabr3 always uitt 23-2456
-endword uin 136-35
-endword uins 136-35-234
-before con midword uin 136-35
-nofor begword uitl 23-2345-123
-
-nofor partword walk 2456-1-123-13
-nofor partword week 2456-15-15-13
-nofor midendword ewire 15-2456-24-1235-15
-nofor midendword ewires 15-2456-24-1235-156
-nofor midword owch 135-2456-12356
-nofor endword yen 13456-26
-
-nofor before voyabr3 begmidword zw 1356-2456
-
-endword bilité 12-123-2345
-endword bilités 12-123-2345-234
-endword ellement 456-134
-endword ellements 456-134-234
-endword logie 123-1245
-endword logies 123-1245-234
-endword quement 12345-134
-endword quements 12345-134-234
-endword tement 2345-134
-endword tements 2345-134-234
-endword ttement 2345-2345-134
-endword ttements 2345-2345-134-234
-endword vement 1236-134
-endword vements 1236-134-234
-
-before con always ain 1-35
-endword ain 1-35
-before con always oin 135-35
-endword oin 135-35
-
-before con begword recom 3-36
-nofor before bmpabr begword recom 3-36
-
-before con begword redis 3-256
-nofor before conabr begword redis 3-256
-
-before con begword retrans 3-356
-nofor begword retranscr 3-356-25
-nofor begword retransgr 3-356-12456
-nofor begword retranspl 3-356-1246
-
-before bmp begword incom 35-36
-nofor before bmpabr begword incom 35-36
-
-before con begword indis 35-256
-nofor before  conabr begword indis 35-256
-
-before con begword intrans 35-356
-nofor begword intranscr 35-356-25
-nofor begword intransgr 35-356-12456
-nofor begword intranspl 35-356-1246
-
-begword ines 35-156
-begword rées 1235-123456-156
-
-prfword tient 2345-256-2345
-prfword vient 1236-256-2345
-endword ient 24-126
-word balbutient 12-1-123-12-136-2345-24-126
-word initient 35-24-2345-24-126
-word dévient 145-123456-1236-24-126
-word envient 1235-26-1236-24-126
-
-word bleu 45-15-136
-before con always brui 12-1235-23
-endword clait 14-123-146
-before voy always concr 14-346-25
-endword drant 145-1235-1456
-endword drants 145-1235-1456-234
-always drô 145-1235-1456
-endword en? 15-1345-26
-before voy always propr 235-135-235
-before con begword ren 1235-26
-always ssè 234-234-2346
-word (en 236-15-1345
-word entrer 15-1345-356-236
-word (la 236-123-1
-
-###
-### 2. Mots représentés par un seul symbole
-###
-
-noback word a 1
-noback word A 1
-noback word à 12356
-noback word À 12356
-noback word e 15
-noback word E 15
-noback word y 13456
-noback word Y 13456
-
-word ai 34
-word au 13
-word aux 13-1346
-nofor word batik 12-1-2345-24-13
-word bien 12
-word biens 12-234
-word boy 12-135-13456
-word ce 14
-lowword celui 36
-word cet 146
-word dans 1456
-word de 145
-lowword dès 256
-lowword du 236
-nofor word dû 145-156
-word elle 1356
-word elles 1356-234
-word en 26
-word en? 15-1345-26
-word est 156
-word et 23456
-word été 2356
-word étés 2356-234
-word faire 124
-word festoù 56-124-15-234-2345-153-23456
-word grand 12456
-word grands 12456-234
-word il 24
-word ils 24-234
-word je 245
-lowword la 3
-word le 123
-word les 345
-word lui 3456
-word mais 1346
-word mais) 134-34-234-356
-word me 134
-word même 126
-word mêmes 126-234
-word mksa 134-13-234-1
-word möbius 134-246-12-24-136-234
-word msbs 56-134-234-12-234
-word ne 1345
-word nâu 1345-16-136
-word nous 135
-word on 346
-word par 1234
-word plus 1246
-word pour 12346
-lowword puis 235
-word que 12345
-word qui 1245
-word quoi 123456
-word rien 1235
-word riens 1235-234
-word sans 2346
-word se 234
-word si 35
-word son 246
-word sons 246-234
-lowword sous 356
-sufword sous- 356-36
-nofor begword souscr 356-25
-word sur 125
-word te 2345
-word tous 2456
-word tout 16
-word un 136
-word uns 136-234
-word vous 1236
-word vous) 1236-1256-356
-word y 13456
-
-before apost sufword c 14
-before apost sufword d 145
-before apost sufword j 245
-before apost sufword l 123
-before apost sufword m 134
-before apost sufword n 1345
-before apost sufword s 234
-before apost sufword t 2345
-before apost sufword C 14
-before apost sufword D 145
-before apost sufword J 245
-before apost sufword L 123
-before apost sufword M 134
-before apost sufword N 1345
-before apost sufword S 234
-before apost sufword T 2345
-
-###
-### 3. Mots représentés par deux ou plusieurs symboles
-###
-
-noback always -t- 36-2345-36 -
-word absolu		1-12
-contraction ab 1-12
-word absolus		1-12-234
-contraction abs		1-12-234
-word absolue		1-12-15
-word absolues		1-12-156
-word absolument		1-12-134
-contraction abm 1-12-134
-prfword action		1-3456
-prfword actions		1-3456-234
-prfword actionnaire	1-3456-1235
-prfword actionnaires	1-3456-1235-234
-word affaire		1-124-124
-word affaires		1-124-124-234
-word afin		1-124
-word agit-prop 1-1245-24-2345-36-235-1234
-word ailleurs		34-136
-word ainsi		1-24
-word alors		1-123
-contraction al 1-123
-word amen 1-134-15-1345
-word amour		1-134
-contraction am 1-134
-word amours		1-134-234
-word amoureuse		1-134-234-15
-word amoureuses		1-134-234-156
-word amoureusement	1-134-234-134
-word amoureux		1-134-1346
-contraction amx 1-134-1346
-word apparemment	1-1234-134
-word apparence		1-1234-14
-word apparences		1-1234-14-234
-word apparent		1-1234
-word apparents		1-1234-234
-contraction aps 1-1234-234
-word apparente		1-1234-15
-word apparentes		1-1234-156
-nofor word d'après 145-3-1-235
-word après		1-235
-word aq 1-12345
-word assez		1-1356
-word attentif		1-2345-124
-word attentifs		1-2345-124-234
-word attention		1-2345
-word attentions		1-2345-234
-contraction at 1-2345
-word attentive		1-2345-1236
-word attentives		1-2345-1236-234
-word attentivement	1-2345-1236-134
-word aucun		13-14
-word aucune		13-1345
-word aucunement		13-1345-134
-word auparavant		13-1234
-word auprès		13-235
-word auquel		13-12345-123
-word aussi		13-234
-word aussitôt		13-2345
-word autour		13-1235
-word kr 56-13-1235
-word autre		13-356
-word autres		13-356-234
-word autrefois		13-124
-word autrement		13-356-134
-word auxquelles		13-1346-12345-123-123-234
-word auxquels		13-1346-12345-123-234
-word avance		1-1236-14
-contraction avc 1-1236-14
-word avances		1-1236-14-234
-word avancement		1-1236-14-134
-word avant		1-1236
-word avants		1-1236-234
-contraction avs 1-1236-234
-word avantage		1-1236-1245
-contraction avg	1-1236-1245
-word avantages		1-1236-1245-234
-word avantageuse	1-1236-1245-234-15
-word avantageuses	1-1236-1245-234-156
-word avantageusement	1-1236-1245-234-134
-word avantageux		1-1236-1245-1346
-word avec		1-14
-contraction ac 1-14
-word avoir		1-1235
-contraction ar 1-1235
-word avoirs		1-1235-234
-word ayant		1-13456
-contraction ay 1-13456
-
-word beaucoup		12-14
-word besogne		12-2356
-word besognes		12-2356-234
-word besogneuse		12-2356-234-15
-word besogneuses		12-2356-234-156
-word besogneusement		12-2356-234-134
-word besogneux		12-2356-1346
-word besoin		12-35
-word besoins		12-35-234
-noback prfword bête		12-126
-noback prfword bêtes		12-126-234
-nofor word bête 12-126
-nofor word bêtes 12-126-234
-nofor word bébête 12-123456-12-126
-nofor word bébêtes 12-123456-12-126-234
-nofor word embête 345-12-126
-nofor word embêtes 345-12-126-234
-word bê 56-12-126
-prfword bêtement		12-126-134
-prfword bêtements		12-126-134-234
-word bienfaisance	12-124-14
-word bienfaisances	12-124-14-234
-word bienfait		12-124
-contraction bf 12-124
-word bienfaits		12-124-234
-word bienfaiteur	12-124-46
-word bienfaiteurs	12-124-46-234
-word bienheureuse	12-125-234-15
-word bienheureuses	12-125-234-156
-word bienheureux	12-125-1346
-word bientôt		12-2345
-word bienveillance	12-1236-14
-word bienveillances	12-1236-14-234
-word bienveillant	12-1236
-word bienveillants	12-1236-234
-word bienveillante	12-1236-15
-word bienveillantes	12-1236-156
-word bizarre		12-1356
-word bizarres		12-1356-234
-word bizarrement	12-1356-134
-word bonheur		12-125
-word bonheurs		12-125-234
-word bonjour		12-245
-word bonjours		12-245-234
-word bonne		12-1345
-word bonnes		12-1345-234
-word bonnement		12-1345-134
-word bonté		12-135
-contraction bo 12-135
-word bontés		12-135-234
-word boulevard		12-145
-contraction bd 12-145
-word boulevards		12-145-234
-word braille		23-123
-word brailles		23-123-234
-word branchage		23-12356-1245
-word branchages		23-12356-1245-234
-word branche		23-12356
-word branches		23-12356-234
-word branchement	23-12356-134
-word branchements	23-12356-134-234
-word brave		23-1236
-word braves		23-1236-234
-word bravement		23-1236-134
-word bruit		23-2345
-word bruits		23-2345-234
-word brusque		23-12345
-word brusques		23-12345-234
-word brusquement	23-12345-134
-word budget		12-1245
-word budgets		12-1245-234
-word budgétaire		12-1245-1235
-word budgétaires	12-1245-1235-234
-word budgétairement	12-1245-1235-134
-word butô 56-12-136-2345-1456
-
-word caractère		14-2346
-word caractères		14-2346-234
-word caractéristique	14-123456-12345
-word caractéristiques	14-123456-12345-234
-word ceci		14-14
-contraction cc 14-14
-word cela		14-1
-contraction ca	14-1
-word celle		14-123
-contraction cl 14-123
-word celles		14-123-234
-word cependant		14-1234
-contraction cp	14-1234
-word ccn 56-14-14-1345
-word certain		14-35
-word certains		14-35-234
-word incertain		35-14-35
-word incertains		35-14-35-234
-prfword certaine		14-1345
-prfword certaines		14-1345-234
-prfword certainement	14-1345-134
-word certes		14-236
-prfword certitude		14-236-145
-prfword certitudes		14-236-145-234
-word ces		14-234
-word cette		14-2345
-contraction ct 14-2345
-word ceux		14-1346
-contraction cx	14-1346
-word chacun		12356-14
-word chacune		12356-1345
-word chagrin		12356-12456
-word chagrins		12356-12456-234
-word chaleur		12356-123
-word chaleurs		12356-123-234
-word chaleureuse	12356-123-234-15
-word chaleureuses	12356-123-234-156
-word chaleureusement	12356-123-234-134
-word chaleureux		12356-123-1346
-word champ		12356-1234
-word champs		12356-1234-234
-prfword change		12356-1245
-prfword changes		12356-1245-234
-word changement		12356-1245-134
-prfword changeur		12356-1245-46
-prfword changeurs		12356-1245-46-234
-prfword changeuse		12356-1245-234-15
-prfword changeuses		12356-1245-234-156
-word chaque		12356-12345
-word charitable		12356-2345-45
-word charitables		12356-2345-45-234
-word charitablement	12356-2345-45-134
-word charité		12356-2345
-word charités		12356-2345-234
-word chaud		12356-145
-word chauds		12356-145-234
-word chaude		12356-145-15
-word chaudes		12356-145-156
-word chaudement		12356-145-134
-word chemin		12356-134
-word chemins		12356-134-234
-word chère		12356-2346
-word chères		12356-2346-234
-word chèrement		12356-2346-134
-word chez		12356-1356
-word chiffrage		12356-124-1245
-word chiffrages		12356-124-1245-234
-word chiffre		12356-124
-word chiffres		12356-124-234
-prfword chiffrement		12356-124-134
-prfword chiffrements		12356-124-134-234
-noback word choeur		12356-1235
-noback word choeurs		12356-1235-234
-word chœur		12356-1235
-word chœurs		12356-1235-234
-word choix		12356-1346
-word chose		12356-234
-word choses		12356-234-234
-word circonstance	14-25-14
-word circonstances	14-25-14-234
-word circonstanciel	14-25-14-123
-word circonstanciels	14-25-14-123-234
-word circonstancielle	14-25-14-123-123
-word circonstancielles	14-25-14-123-123-234
-word civil		14-1236
-contraction cv	14-1236
-word civils		14-1236-234
-contraction cvs		14-1236-234
-word civile		14-1236-15
-word civiles		14-1236-156
-word civilement		14-1236-134
-word civilisation	14-1236-16
-word civilisations	14-1236-16-234
-word civilité		14-1236-2345
-word civilités		14-1236-2345-234
-word client	146-256-2345
-noback word coeur		14-1235
-noback word coeurs		14-1235-234
-noback word rancoeur		1235-2-14-1235
-noback word rancoeurs		1235-2-14-1235-234
-word cœur		14-1235
-word cœurs		14-1235-234
-word rancœur		1235-2-14-1235
-word rancœurs		1235-2-14-1235-234
-contraction cr 14-1235
-contraction crs	14-1235-234
-word combien		14-12
-contraction cb 14-12
-word comme		14-134
-contraction cm		14-134
-word commencement	36-134
-word commencements	36-134-234
-word recommencement 1-36-134
-word recommencements 1-36-134-234
-word comment		14-26
-word commentaire	14-26-1235
-word commentaires	14-26-1235-234
-word commentateur	14-26-46
-word commentateurs	14-26-46-234
-word commère	36-134-2346
-word commères	13-134-2346-234
-word commun		36-1345
-word communs		36-1345-234
-word commune		36-1345-15
-word communes		36-1345-156
-word communal		36-1345-123
-word communale		36-1345-123-15
-word communales		36-1345-123-156
-word communautaire	36-1345-2345-1235
-word communautaires	36-1345-2345-1235-234
-word communauté		36-1345-2345
-word communautés		36-1345-2345-234
-word communaux		36-1345-1346
-word communément	36-1345-134
-word communion		36-1345-3456
-word communions		36-1345-3456-234
-word compère	36-1234-2346
-word compères	36-1234-2346-234
-word complément		36-1246-134
-word compléments	36-1246-134-234
-word complémentaire	36-1246-134-1235
-word complémentaires	36-1246-134-1235-234
-noback prfword complet		36-1246
-prfword complets		36-1246-234
-nofor word complet 36-1246
-nofor word incomplet 35-36-1246
-word complète		36-2345
-word incomplète 35-36-2345
-prfword complètes		36-2345-234
-prfword complètement	36-2345-134
-nofor word incomplètement 35-36-2345-134
-word conclusion		25-14
-word conclusions	25-14-234
-word condition		25-145
-word conditions		25-145-234
-prfword conditionnel	25-145-123
-prfword conditionnels	25-145-123-234
-prfword conditionnelle	25-145-123-123
-prfword conditionnelles	25-145-123-123-234
-prfword conditionnellement	25-145-123-134
-word confiance		25-124-14
-word confiances		25-124-14-234
-word confiant		25-124
-word confiants		25-124-234
-word confiante		25-124-15
-word confiantes		25-124-156
-word congrès		25-12456 <
-prfword connaissance	25-1345-14
-prfword connaissances	25-1345-14-234
-prfword connaître		25-1345
-prfword consciemment	25-234-134
-prfword conscience		25-234-14
-prfword consciences	25-234-14-234
-word consciencieuse	25-234-14-234-15
-word consciencieuses	25-234-14-234-156
-word consciencieusement	25-234-14-234-134
-word consciencieux	25-234-14-1346
-word conscient		25-234
-word conscients		25-234-234
-word consciente		25-234-15
-word conscientes	25-234-156
-word inconsciente		35-25-234-15
-word inconscientes	35-25-234-156
-word subconsciente		234-136-12-25-234-15
-word subconscientes	234-136-12-25-234-156
-word conséquemment	14-12345-134
-prfword conséquence	14-12345-14
-prfword conséquences	14-12345-14-234
-noback prfword conséquent		14-12345
-noback prfword conséquents	14-12345-234
-nofor word conséquent 14-12345
-nofor word conséquents 14-12345-234
-nofor word inconséquent 35-14-12345
-nofor word inconséquents 35-14-12345-234
-
-prfword conséquente	14-12345-15
-prfword conséquentes	14-12345-156
-word considérable	14-145
-contraction cd
-word considérables	14-145-234
-contraction cds
-word considérablement	14-145-134
-word considération	14-145-16
-word considérations	14-145-16-234
-noback prfword contre 14-356
-prfword contres 14-356-234
-nofor word contre 14-356
-nofor after apost word encontre 26-14-356
-nofor word hautecontre 125-13-2345-15-14-356
-nofor word rencontre 1235-26-14-356
-nofor word surcontre 234-136-1235-14-356
-word contraire		14-356-1235
-word contraires		14-356-1235-234
-word contrairement	14-356-1235-134
-word conversation	25-1236
-word conversations	25-1236-234
-word côté		14-1456
-word côtés		14-1456-234
-word couple		14-1246
-word couples		14-1246-234
-word courage		14-1245
-word courages 14-1245-234
-contraction cg 14-1245
-contraction cgs 14-1245-234
-word courageuse		14-1245-234-15
-word courageuses		14-1245-234-156
-word courageusement	14-1245-234-134
-word courageux		14-1245-1346
-
-word danger		145-1245
-contraction dg
-word dangers		145-1245-234
-word dangereuse	145-1245-234-15
-contraction dgse
-word dangereuses	145-1245-234-156
-word dangereusement	145-1245-234-134
-word dangereux		145-1245-1346
-word davantage		145-1
-word da 56-145-1
-word debout		145-12
-contraction db 145-12
-word dedans		145-145
-word défaut	145-123456-124-2345
-word défauts	145-123456-124-2345-234
-word degré		145-12456
-word degrés		145-12456-234
-word dehors		145-125
-word déjà		145-245
-contraction dj
-nofor word deçà 145-15-12346-12356
-nofor word delà 145-15-123-12356
-nofor word holà 125-135-123-12356
-word demain		145-134
-word demains	145-134-234
-contraction dm 145-134
-prfword lendemain		123-26-145-134
-prfword lendemains	123-26-145-134-234
-word depuis		145-1234
-word dernier		145-1345
-word derniers		145-1345-234
-contraction dns
-word dernière		145-1235
-word dernières		145-1235-234
-word dernièrement	145-1235-134
-contraction drm
-word derrière		145-236
-word derrières		145-236-234
-word des		145-234
-contraction ds 145-234
-word désormais		145-34
-word desquels		145-234-12345-123-234
-word desquelles		145-234-12345-123-123-234
-word destin		145-35
-word destins		145-35-234
-word din 145-24-1345
-prfword destinataire	145-35-1235
-prfword destinataires	145-35-1235-234
-word destination	145-35-16
-word destinations	145-35-16-234
-word devant		145-1236
-word devants		145-1236-234
-prfword différemment	145-345-134
-prfword différence		145-26-14
-prfword différences	145-26-14-234
-noback prfword différent		145-26
-noback prfword différents		145-26-234
-nofor word différent 145-26
-nofor word différents 145-26-324
-nofor word indifférent 35-145-26
-nofor word indifférents 35-145-26-234
-prfword différente		145-26-15
-prfword différentes	145-26-156
-word difficile		145-124
-word difficiles		145-124-234
-word difficilement	145-124-134
-word difficulté		145-124-2345
-word difficultés	145-124-2345-234
-word digne		145-2356
-word dignes		145-2356-234
-word dignement		145-2356-134
-word indigne		35-145-2356
-word indignes		35-145-2356-234
-word indignement		35-145-2356-134
-
-word dignitaire		145-2356-2345-1235
-word dignitaires	145-2356-2345-1235-234
-prfword dignité		145-2356-2345
-prfword dignités		145-2356-2345-234
-word discours		256-14
-contraction disc 145-24-324-14
-word dispositif		256-1234-124
-word dispositifs	256-1234-124-234
-noback prfword disposition	256-1234
-noback prfword dispositions	256-1234-234
-nofor word disposition 256-1234
-nofor word dispositions 256-1234-234
-nofor word indisposition 35-256-1234
-nofor word indispositions 35-256-1234-234
-nofor word prédisposition 235-123456-256-1234
-nofor word préispositions 235-123456-256-1234-234
-word distance		256-2345-14
-word distances		256-2345-14-234
-word distant		256-2345
-word distants		256-2345-234
-word distante		256-2345-15
-word distantes		256-2345-156
-word donc		145-14
-word dont		145-2345
-contraction dt 145-2345
-word douleur		145-123
-word douleurs		145-123-234
-word douloureuse	145-123-234-15
-word douloureuses	145-123-234-156
-word douloureusement	145-123-234-134
-word douloureux		145-123-1346
-word doute		145-1256
-word doutes		145-1256-234
-word duquel		145-136-12345-123
-prfword effectif		15-124-124
-prfword effectifs		15-124-124-234
-prfword effective		15-124-1236
-prfword effectives		15-124-1236-234
-word effectivement	15-124-1236-134
-word effet		15-124
-word effets		15-124-234
-word égal		123456-1245
-word égale		123456-1245-15
-word égales		123456-1245-156
-word également		123456-1245-134
-word égalitaire		123456-1245-2345-1235
-word égalitaires	123456-1245-2345-1235-234
-word égalité		123456-1245-2345
-word égalités		123456-1245-2345-234
-word égaux		123456-1245-1346
-word élément		123456-123
-word éléments		123456-123-234
-word élémentaire	123456-123-1235
-word élémentaires	123456-123-1235-234
-word encore		26-14
-word endroit		26-145
-word endroits		26-145-234
-word end 15-1345-145
-word ends 15-1345-145-234
-word énergie		123456-1345
-word énergies		123456-1345-234
-word énergique		123456-1345-12345
-word énergiques		123456-1345-12345-234
-word énergiquement	123456-1345-12345-134
-word enfin		26-124
-word ennui		26-1345
-word ennuis		26-1345-234
-word ennuyeuse		26-1345-234-15
-word ennuyeuses		26-1345-234-156
-word ennuyeux		26-1345-1346
-word enquête		26-12345
-word enquêtes		26-12345-234
-word enquêteur		26-12345-46
-word enquêteurs		26-12345-46-234
-word enquêteuse		26-12345-234-15
-word enquêteuses	26-12345-234-156
-word ensemble		26-345
-word ensembles		26-345-234
-word ensuite		26-234
-word ens 56-15-1345-234
-word entier		26-2345
-word entiers		26-2345-234
-word entière		26-1235
-word entières		26-1235-234
-word entièrement	26-1235-134
-word environ		26-1236
-word environs		26-1236-234
-word espèce		156-1234
-word espèces		156-1234-234
-prfword espérance		156-1235-14
-prfword espérances		156-1235-14-234
-noback prfword espoir		156-1235
-noback prfword espoirs		156-1235-234
-nofor word espoir 156-1235
-nofor word espoirs 156-1235-234
-word désespoir 145-123456-234-156-1235
-word désespoirs  145-123456-234-156-1235-234
-word esprit		15-235
-word esprits		15-235-234
-word essentiel		156-123
-word essentiels		156-123-234
-word essentielle	156-123-123
-word essentielles	156-123-123-234
-word essentiellement	156-123-134
-word étant		123456-2345
-word être		126-356
-word êtres		126-356-234
-word événement		123456-1236
-word événements		123456-1236-234
-word éventualité	123456-1236-123-2345
-word éventualités	123456-1236-123-2345-234
-word éventuel		123456-1236-123
-word éventuels		123456-1236-123-234
-word éventuelle		123456-1236-123-123
-word éventuelles	123456-1236-123-123-234
-word éventuellement	123456-1236-123-134
-word excellemment	1346-123-134
-word excellence		1346-123-14
-word excellences	1346-123-14-234
-word excellent		1346-123
-word excellents		1346-123-234
-word excellente		1346-123-15
-word excellentes	1346-123-156
-word excès		1346-14
-word excessif		1346-14-124
-word excessifs		1346-14-124-234
-word excessive		1346-14-1236
-word excessives		1346-14-1236-234
-word excessivement	1346-14-1236-134
-word exercice		1346-236
-word exercices		1346-236-234
-prfword expérience		1346-1234
-prfword expériences	1346-1234-234
-contraction xp	1346-1234
-word exp 56-15-1346-1234
-word expérimental	1346-1234-123
-word expérimentale	1346-1234-123-15
-word expérimentales	1346-1234-123-156
-word expérimentalement	1346-1234-123-134
-word expérimentateur	1346-1234-46
-word expérimentateurs	1346-1234-46-234
-word expérimentation	1346-1234-16
-word expérimentations	1346-1234-16-234
-word expérimentaux	1346-1234-1346
-prfword explicable		1346-1246-45
-prfword explicables	1346-1246-45-234
-word explicatif		1346-1246-124
-word explicatifs	1346-1246-124-234
-word explication	1346-1246
-word explications	1346-1246-234
-word explicative	1346-1246-1236
-word explicatives	1346-1246-1236-234
-prfword expressif		1346-235-124
-prfword expressifs		1346-235-124-234
-word expression		1346-235
-word expressions	1346-235-234
-prfword expressive		1346-235-1236
-prfword expressives	1346-235-1236-234
-prfword expressivement	1346-235-1236-134
-prfword expressivité	1346-235-1236-2345
-prfword expressivités	1346-235-1236-2345-234
-word extérieur		1346-2345
-word extérieurs		1346-2345-234
-word extérieure		1346-2345-15
-word extérieures	1346-2345-156
-word extérieurement	1346-2345-134
-word extraordinaire 1346-356-1-56-145
-word extraordinaires 1346-356-1-56-145-234
-word extraordinairement 1346-356-1-56-145-134
-word extrême		1346-356
-word extrêmes		1346-356-234
-word extrêmement	1346-356-134
-word extrémité		1346-356-2345
-word extrémités		1346-356-2345-234
-
-word facile		124-14
-word faciles		124-14-234
-word facilement		124-14-134
-word facilité		124-14-2345
-word facilités		124-14-2345-234
-word faubourg		124-12
-word faubourgs		124-12-234
-word faut		124-2345
-word faute		124-2345-15
-word fautes		124-2345-15-234
-word fautif		124-2345-124
-word fautifs		124-2345-124-234
-word fautive		124-2345-1236
-word fautives		124-2345-1236-234
-prfword faveur		124-1236
-prfword faveurs		124-1236-234
-prfword favorable		124-1236-45
-prfword favorables		124-1236-45-234
-prfword favorablement	124-1236-45-134
-word féminin		124-134-35
-word féminins		124-134-35-234
-word féminine		124-134-1345
-word féminines		124-134-1345-234
-word féminité	124-134-1345-2345
-word féminités	124-134-1345-2345-234
-word femme		124-134
-contraction fm 124-134
-word femmes		124-134-234
-word fête		124-126
-word fêtes		124-126-234
-prfword fidèle		124-145
-prfword fidèles		124-145-234
-prfword fidèlement		124-145-134
-prfword fidélité		124-145-2345
-prfword fidélités		124-145-2345-234
-prfword figuratif		124-1245-124
-prfword figuratifs		124-1245-124-234
-prfword figuration		124-1245-16
-prfword figurations	124-1245-16-234
-prfword figurative		124-1245-1236
-prfword figuratives	124-1245-1236-234
-word fg 56-124-1245
-prfword figure		124-1245
-prfword figures		124-1245-234
-word fille		124-123
-word filles		124-123-234
-word fils		124-234
-word fonction		124-346
-word fonctions		124-346-234
-word fonctionnaire	124-346-1235
-word fonctionnaires	124-346-1235-234
-word fonctionnel	124-346-123
-word fonctionnels	124-346-123-234
-word fonctionnelle	124-346-123-123
-word fonctionnelles	124-346-123-123-234
-word fonctionnellement	124-346-123-134-134
-prfword fonctionnement	124-346-134
-prfword fonctionnements	124-346-134-234
-noback prfword force		124-135
-noback prfword forces		124-135-234
-nofor word force 124-135
-nofor word forces 124-135-234
-nofor word antiforce 2-2345-24-124-135
-nofor word antiforces 2-2345-24-124-135-234
-nofor word bioforce 12-24-135-124-135
-nofor word bioforces 12-24-135-124-135-234
-nofor word efforce 15-124-124-135
-nofor word efforces 15-124-124-135-234
-nofor word renforce 1235-26-124-135
-nofor word renforces 1235-26-124-135-234
-word fo 56-124-135
-word forcément		124-135-134
-prfword fortune		124-1345
-contraction fn	124-1345
-prfword fortunes		124-1345-234
-prfword fraternel		124-1235-123
-prfword fraternels		124-1235-123-234
-prfword fraternelle	124-1235-123-123
-prfword fraternelles	124-1235-123-123-234
-prfword fraternellement	124-1235-123-134
-prfword fraternisation	124-1235-16
-prfword fraternisations	124-1235-16-234
-prfword fraternité		124-1235-2345
-prfword fraternités	124-1235-2345-234
-word fréquemment	124-12345-134
-prfword fréquence		124-12345-14
-prfword fréquences		124-12345-14-234
-word fréquent		124-12345
-word fréquents		124-12345-234
-word fréquente		124-12345-15
-word fréquentes		124-12345-156
-word fréquentation	124-12345-16
-word fréquentations	124-12345-16-234
-prfword frère		124-1235
-prfword frères		124-1235-234
-word fr 56-124-1235
-word ifr 56-24-124-1235
-word sfr 56-234-124-1235
-
-prfword garde		1245-145
-prfword gardes		1245-145-234
-word gd 56-1245-145
-word général		1245-1345
-word générale		1245-1345-15
-word générales		1245-1345-156
-word généralement	1245-1345-134
-word généralisation	1245-1345-16
-word généralisations	1245-1345-16-234
-word généralité		1245-1345-2345
-word généralités	1245-1345-2345-234
-word généraux		1245-1345-1346
-word généreuse		1245-234-15
-word généreuses		1245-234-156
-word généreusement	1245-234-134
-contraction gsm 1245-234-134
-word généreux		1245-1346
-word générosité		1245-234-2345
-word générosités	1245-234-2345-234
-word gloire		1245-1235
-word gloires		1245-1235-234
-word gr 56-1245-1235
-word glorieuse		1245-1235-234-15
-word glorieuses		1245-1235-234-156
-word glorieusement	1245-1235-234-134
-word glorieux		1245-1235-1346
-word gouvernement	1245-1236
-word gouvernements	1245-1236-234
-word gouvernemental	1245-1236-123
-word gouvernementale	1245-1236-123-15
-word gouvernementales	1245-1236-123-156
-word gouvernementaux	1245-1236-1346
-word gouverneur		1245-1236-46
-word gouverneurs	1245-1236-46-234
-prfword grâce		12456-14
-prfword grâces		12456-14-234
-prfword gracieuse		12456-14-234-15
-prfword gracieuses		12456-14-234-156
-prfword gracieusement	12456-14-234-134
-prfword gracieux		12456-14-1346
-word grande		12456-145
-word grandes		12456-145-234
-word grandement		12456-145-134
-word grandeur		12456-46
-word grandeurs		12456-46-234
-word grave		12456-1236
-word graves		12456-1236-234
-word gravement		12456-1236-134
-word gravitation	12456-1236-2345-16
-word gravitations	12456-1236-2345-16-234
-word gravité		12456-1236-2345
-word gravités		12456-1236-2345-234
-word groupe		12456-1234
-word groupes		12456-1234-234
-prfword groupement		12456-1234-134
-prfword groupements	12456-1234-134-234
-word guère		1245-2346
-word guerre		1245-236
-word guerres		1245-236-234
-
-word habitude		125-12
-word habitudes		125-12-234
-word hbs 56-125-12-234
-prfword habituel		125-12-123
-prfword habituels		125-12-123-234
-prfword habituelle		125-12-123-123
-prfword habituelles	125-12-123-123-234
-prfword habituellement	125-12-123-134
-word hasard		125-145
-contraction hd 125-145
-word hasards		125-145-234
-word hasardeuse		125-145-234-15
-word hasardeuses	125-145-234-156
-word hasardeux		125-145-1346
-word hélas		125-123
-word heure		125-1235
-word heures		125-1235-234
-word heureuse		125-234-15
-word heureuses		125-234-156
-word heureusement	125-234-134
-word heureux		125-1346
-word hier		125-236
-word histoire		125-2345
-word histoires		125-2345-234
-contraction ht
-word préhistoire 235-123456-125-2345
-word préhistoires 235-123456-125-2345-234
-prfword historique		125-2345-12345
-prfword historiques	125-2345-12345-234
-prfword historiquement	125-2345-12345-134
-word hiver		125-1236
-word hivers		125-1236-234
-word hivernal		125-1236-123
-word hivernale		125-1236-123-15
-word hivernales		125-1236-123-156
-word hivernaux		125-1236-1346
-word hommage		125-1245
-word hommages		125-1245-234
-contraction hg 125-1245
-word homme		125-134
-word hommes		125-134-234
-noback prfword honnête		125-126
-nofor word honnête 125-126
-nofor word déshonnête 145-123456-234-125-126
-nofor word malhonnête 134-1-123-125-126
-prfword honnêtes		125-126-234
-prfword honnêtement	125-126-134
-prfword honnêteté		125-126-2345
-prfword honnêtetés		125-126-2345-234
-noback prfword honneur		125-1345
-noback prfword honneurs		125-1345-234
-nofor word honneur 125-1345
-nofor word honneurs 125-1345-234
-nofor word déshonneur 145-123456-234-125-1345
-nofor word déshonneurs 145-123456-234-125-1345-234
-
-word honorabilité	125-1345-12-123-2345
-word honorabilités	125-1345-12-123-2345-234
-word honorable		125-1345-45
-word honorables		125-1345-45-234
-word honorablement	125-1345-45-134
-word honoraire		125-1345-1235
-word honoraires		125-1345-1235-234
-word horaire		125-1235-1235
-word horaires		125-1235-1235-234
-word horizon		125-1356
-word horizons		125-1356-234
-word horizontal		125-1356-123
-word horizontale	125-1356-123-15
-word horizontales	125-1356-123-156
-word horizontalement	125-1356-123-134
-word horizontalité	125-1356-123-2345
-word horizontalités	125-1356-123-2345-234
-word horizontaux	125-1356-1346
-word hypothèse		125-1234
-contraction hp 125-1234
-word hypothèses		125-1234-234
-word hypothétique	125-1234-12345
-word hypothétiques	125-1234-12345-234
-word hypothétiquement	125-1234-12345-134
-prfword humain		125-134-35
-prfword humains		125-134-35-234
-prfword humaine		125-134-1345
-prfword humaines		125-134-1345-234
-prfword humainement	125-134-1345-134
-word humanitaire	125-134-1345-2345-1235
-word humanitaires	125-134-1345-2345-1235-234
-prfword humanité		125-134-1345-2345
-prfword humanités		125-134-1345-2345-234
-
-word idéal		24-145-123
-word idéale		24-145-123-15
-word idéales		24-145-123-156
-word idéalement		24-145-123-134
-word idéaux		24-145-1346
-word idée		24-145
-word idées		24-145-234
-contraction id 24-145
-word image		24-1245
-word images		24-1245-234
-contraction igs
-noback prfword imaginable		24-1245-45
-noback prfword imaginables	24-1245-45-234
-noback prfword imaginablement	24-1245-45-134
-nofor word imaginable		24-1245-45
-nofor word imaginables	24-1245-45-234
-nofor word imaginablement	24-1245-45-134
-nofor word inimaginable		35-24-1245-45
-nofor word inimaginables	35-24-1245-45-234
-nofor word inimaginablement	35-24-1245-45-134
-
-word imaginaire		24-1245-1235
-word imaginaires	24-1245-1235-234
-word imagination	24-1245-16
-word imaginations	24-1245-16-234
-word immédiat		24-134
-word immédiats		24-134-234
-word immédiate		24-134-15
-word immédiates		24-134-156
-word immédiatement	24-134-134
-prfword impression		246-235
-prfword impressions	246-235-234
-word impressionnable	246-235-45
-word impressionnables	246-235-45-234
-word inégal		35-123456-1245
-word inégale		35-123456-1245-15
-word inégales		35-123456-1245-156
-word inégalement		35-123456-1245-134
-word inégalitaire		35-123456-1245-2345-1235
-word inégalitaires	35-123456-1245-2345-1235-234
-word inégalité		35-123456-1245-2345
-word inégalités		35-123456-1245-2345-234
-word inégaux		35-123456-1245-1346
-word inexplicablement	35-1346-1246-134
-word inférieur		35-124
-word inférieurs		35-124-234
-word inf 24-1345-124
-word inférieure		35-124-15
-word inférieures	35-124-156
-word inférieurement	35-124-134
-word infériorité	35-124-2345
-word infériorités	35-124-2345-234
-prfword ïonique 12456-135-1345-24-12345
-prfword ïoniques 12456-135-1345-24-12345-234
-
-word inquiet		35-12345
-word inquiets		35-12345-234
-word inquiète		35-2346
-word inquiètes		35-2346-234
-word inquiétude		35-12345-145
-word inquiétudes	35-12345-145-234
-word intelligemment	35-1245-134
-prfword intelligence	35-1245-14
-prfword intelligences	35-1245-14-234
-word intelligent	35-1245
-word intelligents	35-1245-234
-word intelligente	35-1245-15
-word intelligentes	35-1245-156
-word inintelligent	35-35-1245
-word inintelligents	35-35-1245-234
-word inintelligente	35-35-1245-15
-word inintelligentes	35-35-1245-156
-
-word intérieur		35-2345
-word intérieurs		35-2345-234
-word intérieure		35-2345-15
-word intérieures	35-2345-156
-word intérieurement	35-2345-134
-
-word jadis		245-145
-word jamais		245-134
-word jeune		245-1345
-word jeunes		245-1345-234
-word jour		245-1235
-word jours		245-1235-234
-word journal		245-1235-123
-word journaux		245-1235-1346
-word joyeuse		245-234-15
-word joyeuses		245-234-156
-word joyeusement	245-234-134
-word joyeux		245-1346
-prfword juge		245-1245
-prfword juges		245-1245-234
-word jugement		245-1245-134
-word jugements		245-1245-134-234
-word jusque		245-12345
-prfword juste		245-2345
-prfword justes		245-2345-234
-prfword justement		245-2345-134
-prfword justice		245-14
-prfword justices		245-14-234
-
-nofor word là 123-12356
-word laquelle		123-123-123
-prfword lecture		123-1235
-prfword lectures		123-1235-234
-word lequel		123-123
-word lesquelles		123-123-123-234
-word lesquels		123-123-234
-word lettre		123-356
-word lettres		123-356-234
-word libéral		123-12-123
-word libérale		123-12-123-15
-word libérales		123-12-123-156
-word libéralement	123-12-123-134
-word libéralité		123-12-123-2345
-word libéralités	123-12-123-2345-234
-word libérateur		123-12-46
-word libérateurs	123-12-46-234
-prfword libération		123-12-16
-prfword libérations	123-12-16-234
-word libéraux		123-12-1346
-word liberté		123-12-2345
-word libertés		123-12-2345-234
-word libre		123-12
-word libres		123-12-234
-word librement		123-12-134
-prfword ligne		123-2356
-nofor word aligne 1-123-2356
-prfword lignes		123-2356-234
-word livre		123-1236
-word livres		123-1236-234
-prfword logique		123-1245-12345
-prfword logiques		123-1245-12345-234
-prfword logiquement	123-1245-12345-134
-word loin		123-1345
-word loins		123-1345-234
-word lointain		123-1345-35
-word lointains		123-1345-35-234
-word lointaine		123-1345-1345
-word lointaines		123-1345-1345-234
-word lointainement		123-1345-134
-word longtemps		123-2345
-word lorsque		123-12345
-word lourd		123-145
-word ld 56-123-145
-word lourds		123-145-234
-word lourde		123-145-15
-word lourdes		123-145-156
-word lourdement		123-145-134
-word lourdeur		123-145-46
-word lourdeurs		123-145-46-234
-word lumière		123-134
-word lumières		123-134-234
-word lumineuse		123-134-234-15
-word lumineuses		123-134-234-156
-word lumineusement	123-134-234-134
-word lumineux		123-134-1346
-word luminosité		123-134-234-2345
-word luminosités	123-134-234-2345-234
-
-word madame		134-145
-word mademoiselle	134-134
-contraction mm 134-134
-word magnificence	134-2356-14
-word magnificences	134-2356-14-234
-word magnifique		134-2356
-word magnifiques	134-2356-234
-word magnifiquement	134-2356-134
-word maintenant		134-2345
-word malgré		134-12456
-word malheur		134-125
-word malheurs		134-125-234
-word malheureuse	134-125-234-15
-word malheureuses	134-125-234-156
-word malheureusement	134-125-234-134
-word malheureux		134-125-1346
-word manière		134-1345
-word manières		134-1345-234
-nofor word massiau 134-1-2346-24-13
-word mauvais		134-1236
-word mauvaise		134-1236-15
-word mauvaises		134-1236-156
-word meilleur		134-123
-contraction ml 134-123
-word meilleurs		134-123-234
-word meilleure		134-123-15
-word meilleures		134-123-156
-word merci		134-14
-word mercis		134-14-234
-contraction mc 134-14
-word mère		134-2346
-word mères		134-2346-234
-word mes		134-234
-word mesdames		134-145-234
-word mesdemoiselles	134-134-234
-word messieurs		134-1235-234
-word mettre		134-356
-word commettre 36-134-356
-word démettre 145-123456-134-356
-word émettre 123456-134-356
-word omettre 135-134-356
-word promettre 235-134-356
-word remettre 3-134-356
-word soumettre 234-1256-134-356
-word retransmettre 3-356-134-356
-word transmettre 356-134-356
-word rem) 1235-15-134-356
-word mieux		134-1346
-word mission		134-3456
-word missions		134-3456-234
-word amission		1-134-3456
-word amissions		1-134-3456-234
-word admission		1-145-134-3456
-word admissions		1-145-134-3456-234
-word réadmission		1235-123456-1-145-134-3456
-word réadmissions		1235-123456-145-134-3456-234
-word commission		36-134-3456
-word commissions		36-134-3456-234
-word compromission 36-235-134-3456
-word compromissions 36-235-134-3456-234
-word démission		145-123456-134-3456
-word démissions		145-123456-134-3456-234
-word émission		123456-134-3456
-word émissions		123456-134-3456-234
-word expromission 1346-235-134-3456
-word expromissions 1346-235-134-3456-234
-word intermission 35-2345-236-134-3456
-word intermissions 35-2345-236-134-3456-234
-word intromission 35-356-135-134-3456
-word intromissions 35-356-135-134-3456-234
-word manumission 134-1-1345-136-134-3456
-word manumissions 134-1-1345-136-134-3456-234
-word omission		135-134-3456
-word omissions		135-134-3456-234
-word permission		1234-236-134-3456
-word permissions		1234-236-134-3456-234
-word rémission		1235-123456-134-3456
-word rémissions		1235-123456-134-3456-234
-word retransmission		3-356-134-3456
-word retransmissions		3-356-134-3456-234
-prfword transmission		356-134-3456
-prfword transmissions		356-134-3456-234
-prfword soumission		234-1256-134-3456
-prfword soumissions		324-1256-134-3456-234
-prfword missionnaire	134-3456-1235
-prfword missionnaires	134-3456-1235-234
-word mobile		134-12
-word mobiles		134-12-234
-word immobile 246-134-12
-word immobiles 246-134-12-234
-prfword mobilisation	134-12-16
-prfword mobilisations	134-12-16-234
-prfword mobilité		134-12-2345
-prfword mobilités		134-12-2345-234
-word moins		134-35
-word moment		134-26
-word moments		134-26-234
-word momentanément	134-26-134
-word monsieur		134-1235
-word multiple		134-1246
-word multiples		134-1246-234
-word multiplicateur	134-1246-46
-word démultiplicateur	145-123456-134-1246-46
-prfword multiplicateurs	134-1246-46-234
-prfword multiplication	134-1246-16
-prfword multiplications	134-1246-16-234
-word multiplicité	134-1246-2345
-word multiplicités	134-1246-2345-234
-word musique		134-12345
-word musiques		134-12345-234
-word mystère		134-13456
-word mystères		134-13456-234
-word mystérieuse	134-13456-234-15
-word mystérieuses	134-13456-234-156
-word mystérieusement	134-13456-234-134
-word mystérieux		134-13456-1346
-
-word naguère		1345-1245
-word nation		1345-16
-word nations		1345-16-234
-word national		1345-16-123
-word nationale		1345-16-123-15
-word nationales		1345-16-123-156
-word nationalité	1345-16-123-2345
-word nationalités	1345-16-123-2345-234
-word nationaux		1345-16-1346
-word nature		1345-2345
-word natures		1345-2345-234
-word naturel		1345-2345-123
-word naturels		1345-2345-123-234
-word naturelle		1345-2345-123-123
-word naturelles		1345-2345-123-123-234
-word naturellement	1345-2345-123-134
-word ndlr 1345-145-123-1235
-word néanmoins		1345-134
-word nécessaire		1345-14
-word nécessaires	1345-14-234
-word nécessairement	1345-14-134
-word nécessité		1345-14-2345
-word nécessités		1345-14-2345-234
-word nécessiteuse	1345-14-2345-234-15
-word nécessiteuses	1345-14-2345-234-156
-word nécessiteux	1345-14-2345-1346
-word nb 56-1345-12
-prfword nombre		1345-12
-contraction nb
-word pnb 56-1234-1345-12
-prfword nombres		1345-12-234
-word nombreuse		1345-12-234-15
-word nombreuses		1345-12-234-156
-word nombreux		1345-12-1346
-word nos		1345-234
-word notre		1345-356
-word nôtre		1345-1456
-word nôtres		1345-1456-234
-word nô 56-1345-1456
-prfword nouveau		1345-1236
-prfword nouveaux		1345-1236-1346
-word nouveauté		1345-1236-2345
-word nouveautés		1345-1236-2345-234
-word nouvel		1345-123
-word nouvelle		1345-123-123
-word nouvelles		1345-123-123-234
-prfword nouvellement	1345-123-134
-
-word objectif		135-245-124
-word objectifs		135-245-124-234
-word objection		135-245-3456
-word objections		135-245-3456-234
-word objective		135-245-1236
-word objectives		135-245-1236-234
-word objectivement	135-245-1236-134
-word objectivité	135-245-1236-2345
-word objectivités	135-245-1236-2345-234
-word objet		135-245
-word objets		135-245-234
-word observateur	135-12-46
-word observateurs	135-12-46-234
-word observation	135-12
-word observations	135-12-234
-word occasion		135-14
-word occasions		135-14-234
-contraction oc 135-14
-word occasionnel	135-14-123
-word occasionnels	135-14-123-234
-word occasionnelle	135-14-123-123
-word occasionnelles	135-14-123-123-234
-word occasionnellement	135-14-123-134
-noback word oeuvre		246-1236
-noback word oeuvres		246-1236-234
-word œuvre		246-1236
-word œuvres		246-1236-234
-word office		135-124
-word offices		135-124-234
-contraction of 135-124
-word officiel		135-124-123
-word officiels		135-124-123-234
-word officielle		135-124-123-123
-word officielles		135-124-123-123-234
-word officiellement	135-124-123-134
-word officieuse		135-124-234-15
-word officieuses	135-124-234-156
-word officieusement	135-124-234-134
-word officieux		135-124-1346
-word oms 135-134-234
-word opinion		135-1234
-word opinions		135-1234-234
-word op 56-135-1234
-word opcvm 56-135-1234-14-1236-134
-word öre 246-1235-15
-word øre 456-1235-15
-word originaire		135-1245-1235
-word originaires	135-1245-1235-234
-word originairement	135-1245-1235-134
-word original		135-1245-123
-word originale		135-1245-123-15
-word originales		135-1245-123-156
-word originalement	135-1245-123-134
-word originalité	135-1245-123-2345
-word originalités	135-1245-123-2345-234
-word originaux		135-1245-1346
-word origine		135-1245
-word origines		135-1245-234
-nofor word ou 1256
-word ou) 135-136-356
-nofor word où 135-23456
-word outrage		1256-356-1245
-word outrages		1256-356-1245-234
-word outrageuse		1256-356-1245-234-15
-word outrageuses	1256-356-1245-234-156
-word outrageusement	1256-356-1245-234-134
-word outrageux		1256-356-1245-1346
-word outre		1256-356
-word ouvrage		1256-1245
-word ouvrages		1256-1245-234
-word ouvrier		1256-1236
-word ouvriers		1256-1236-234
-word ouvrière		1256-2346
-word ouvrières		1256-2346-234
-
-word parfois		1234-124
-word parmi		1234-134
-word pm 56-1234-134
-word parole		1234-1235
-word paroles		1234-1235-234
-contraction pr 1234-1235
-word particularité	1234-123-1235-2345
-word particularités	1234-123-1235-2345-234
-word particulier	1234-123
-word particuliers	1234-123-234
-word particulière	1234-123-1235
-word particulières	1234-123-1235-234
-word particulièrement	1234-123-1235-134
-word partout		1234-1
-contraction pa 1234-1
-word pas		1234-234
-contraction ps	1234-234
-word pauvre		1234-1236
-word pauvres		1234-1236-234
-word pauvrement		1234-1236-134
-word pauvreté		1234-1236-2345
-word pauvretés		1234-1236-2345-234
-word pendant		1234-145
-word pensée		1234-26
-word pensées		1234-26-234
-word pensif		1234-26-124
-word pensifs		1234-26-124-234
-word pensive		1234-26-1236
-word pensives		1234-26-1236-234
-word pensivement	1234-26-1236-134
-word père		1234-2346
-word pères		1234-2346-234
-word personnage		1234-1345-1245
-word personnages	1234-1345-1245-234
-word personnalité	1234-1345-123-2345
-word personnalités	1234-1345-123-2345-234
-word personne		1234-1345
-word personnes		1234-1345-234
-word personnel		1234-1345-123
-word personnels		1234-1345-123-234
-word personnelle	1234-1345-123-123
-word personnelles	1234-1345-123-123-234
-word personnellement	1234-1345-123-134
-word petit		1234-15
-word petits		1234-15-234
-word pe 56-1234-15
-word petite		1234-15-15
-word petites		1234-15-156
-word peuple		1234-1246
-word peuples		1234-1246-234
-prfword peuplement		1234-1246-134
-prfword peuplements	1234-1246-134-234
-prfword place		1246-14
-prfword places		1246-14-234
-prfword placement		1246-14-134
-prfword placements		1246-14-134-234
-prfword plaisir		1246-1235
-prfword plaisirs		1246-1235-234
-word plusieurs		1246-234
-word plutôt		1246-2345
-word point		1234-2345
-word points		1234-2345-234
-word pointe		1234-2345-15
-word pointes		1234-2345-15-234
-word populaire		1234-1234-1235
-word populaires		1234-1234-1235-234
-word populairement	1234-1234-1235-134
-word popularité		1234-1234-1235-2345
-word popularités	1234-1234-1235-2345-234
-noback prfword population		1234-1234
-prfword populations	1234-1234-234
-nofor word population 1234-1234
-nofor word dépopulation 145-123456-1234-1234
-nofor word repopulation 3-1234-1234
-nofor word surpopulation 234-136-1235-1234-1234
-word pp 56-1234-1234
-word populeuse		1234-1234-234-15
-word populeuses		1234-1234-234-156
-word populeux		1234-1234-1346
-prfword possibilité	1234-12-2345
-prfword possibilités	1234-12-2345-234
-prfword possible		1234-12
-prfword possibles		1234-12-234
-prfword possibilité	1234-12-2345
-prfword possibilités	1234-12-2345-234
-word pourquoi		1234-23456
-word pourtant		1234-135
-noback prfword praticable		235-2345-45
-noback prfword praticables	235-2345-45-234
-nofor word praticable 235-2345-45
-nofor word praticables 235-2345-45-234
-nofor word impraticable 246-235-2345-45
-nofor word impraticables 246-235-2345-45-234
-word pratique		235-2345
-word pratiques		235-2345-234
-word pratiquement	235-2345-134
-word premier		235-134
-word premiers		235-134-234
-word premier) 235-15-134-24-236-356
-word première		235-1235
-word premières		235-1235-234
-word premièrement	235-1235-134
-word près		235-234
-word prom 56-1234-1235-135-134
-word pros 235-135-234
-word presque		235-12345
-word preuve		235-1236
-word preuves		235-1236-234
-word primitif		235-134-124
-word primitifs		235-134-124-234
-word primitive		235-134-1236
-word primitives		235-134-1236-234
-word primitivement	235-134-1236-134
-word principal		235-14-123
-word principale		235-14-123-15
-word principales	235-14-123-156
-word principalement	235-14-123-134
-word principaux		235-14-1346
-word principe		235-14
-word principes		235-14-234
-word prix		235-1346
-prfword probabilité	235-12-2345
-prfword probabilités	235-12-2345-234
-prfword probable		235-12
-prfword probables		235-12-234
-prfword probablement	235-12-134
-nofor word improbabilité	246-235-12-2345
-nofor word improbabilités	246-235-12-2345-234
-nofor word improbable		246-235-12
-nofor word improbables		246-235-12-234
-nofor word improbablement	246-235-12-134
-
-word prochain		235-12356
-word prochains		235-12356-234
-word prochaine		235-1345
-word prochaines		235-1345-234
-word prochainement	235-1345-134
-word producteur		235-145-46
-word producteurs	235-145-46-234
-prfword productif		235-145-124
-prfword productifs		235-145-124-234
-nofor word improductif 246-235-145-124
-nofor word improductifs 246-235-145-124-234
-prfword production		235-145-3456
-prfword productions	235-145-3456-234
-prfword productive		235-145-1236
-prfword productives	235-145-1236-234
-nofor word improductive 246-235-145-1236
-nofor word improductives 246-235-145-1236-234
-prfword productivement	235-145-1236-134
-prfword productivité	235-145-1236-2345
-prfword productivités	235-145-1236-2345-234
-nofor word improductivité 246-235-145-1236-2345
-nofor word improductivités 246-235-145-1236-2345-234
-word produit		235-145
-word produits		235-145-234
-word profit		235-124
-word profits		235-124-234
-word profitable		235-124-45
-word profitables	235-124-45-234
-word profitablement	235-124-45-134
-word profiteur		235-124-46
-word profiteurs		235-124-46-234
-word profiteuse		235-124-234-15
-word profiteuses	235-124-234-156
-word progrès		235-12456
-word progressif		235-12456-124
-word progressifs	235-12456-124-234
-word progression	235-12456-3456
-word progressions	235-12456-3456-234
-word progressive	235-12456-1236
-word progressives	235-12456-1236-234
-word progressivement	235-12456-1236-134
-word progressivité	235-12456-1236-2345
-word progressivités	235-12456-1236-2345-234
-word projecteur		235-245-46
-word projecteurs	235-245-46-234
-word projection		235-245-3456
-word projections	235-245-3456-234
-word projet		235-245
-word projets		235-245-234
-prfword proportion		235-1234
-prfword proportions	235-1234-234
-prfword proportionnalité	235-1234-123-2345
-prfword proportionnalités	235-1234-123-2345-234
-prfword proportionnel	235-1234-123
-prfword proportionnels	235-1234-123-234
-prfword proportionnelle	235-1234-123-123
-prfword proportionnelles	235-1234-123-123-234
-prfword proportionnellement 235-1234-123-134
-word proposition	235-246
-word propositions	235-246-234
-word puisque		1234-12345
-prfword puissance		1234-14
-contraction pc	1234-14
-word vpc 1236-1234-14
-prfword puissances		1234-14-234
-nofor word qu 12345-136
-word qualitatif		12345-123-2345-124
-word qualitatifs	12345-123-2345-124-234
-word qualitative	12345-123-2345-1236
-word qualitatives	12345-123-2345-1236-234
-word qualitativement	12345-123-2345-1236-134
-word qualité		12345-123-2345
-word qualités		12345-123-2345-234
-word quand		12345-145
-word quant		12345-2345
-word quantitatif	12345-2345-2345-124
-word quantitatifs	12345-2345-2345-124-234
-word quantitative	12345-2345-2345-1236
-word quantitatives	12345-2345-2345-1236-234
-word quantitativement	12345-2345-2345-1236-134
-word quantité		12345-2345-2345
-word quantités		12345-2345-2345-234
-word quel		12345-123
-word quels		12345-123-234
-word quelle		12345-123-123
-word quelles		12345-123-123-234
-word quelconque		12345-14
-word quelconques	12345-14-234
-word quelque		12345-12345
-word quelques		12345-12345-234
-before apost sufword quelqu 12345-12345
-word quelquefois	12345-124
-word question		12345-3456
-word questions		12345-3456-234
-word questionnaire	12345-3456-1235
-word questionnaires	12345-3456-1235-234
-word quiconque		12345-346
-word quoique		12345-15
-
-word raison		1235-346
-word raisons		1235-346-234
-prfword raisonnable	1235-346-45
-prfword raisonnables	1235-346-45-234
-prfword raisonnablement	1235-346-45-134
-word raisonnement	1235-346-134
-word raisonnements	1235-346-134-234
-word rapport		1235-1234
-word rapports		1235-1234-234
-word rapporteur		1235-1234-46
-word rapporteurs	1235-1234-46-234
-word rapporteuse	1235-1234-234-15
-word rapporteuses	1235-1234-234-156
-word rare		1235-1235
-word rares		1235-1235-234
-word rarement		1235-1235-134
-word rareté		1235-1235-2345
-word raretés		1235-1235-2345-234
-prfword réalisable		1235-123-45
-prfword réalisables	1235-123-45-234
-word réalisateur	1235-123-46
-word réalisateurs	1235-123-46-234
-word réalisation	1235-123-16
-word réalisations	1235-123-16-234
-prfword réalité		1235-123-2345
-prfword réalités		1235-123-2345-234
-noback prfword réel		1235-123
-noback prfword réels		1235-123-234
-nofor word réel		1235-123
-nofor word réels		1235-123-234
-nofor word déréel 145-123456-1235-123
-nofor word déréels 145-123456-1235-123-234
-nofor word irréel		24-1235-1235-123
-nofor word irréels		24-1235-1235-123-234
-nofor word surréel 234-136-1235-1235-123
-nofor word surréels 234-136-1235-1235-123-234
-prfword réelle		1235-123-123
-prfword réelles		1235-123-123-234
-prfword réellement		1235-123-134
-noback prfword réflexion		1235-124
-noback prfword réflexions		1235-124-234
-contraction rf 1235-124
-nofor word réflexion		1235-124
-nofor word réflexions		1235-124-234
-nofor word irréflexion		24-1235-1235-124
-nofor word irréflexions		24-1235-1235-124-234
-
-word regard		1235-1245
-word regards		1235-1245-234
-word regret		1235-12456
-word regrets		1235-12456-234
-word regrettable	1235-12456-45
-word regrettables	1235-12456-45-234
-word regrettablement	1235-12456-45-134
-word relatif		1235-2345-124
-word relatifs		1235-2345-124-234
-word relation		1235-2345
-word relations		1235-2345-234
-word relative		1235-2345-1236
-word relatives		1235-2345-1236-234
-word relativement	1235-2345-1236-134
-word relativité		1235-2345-1236-2345
-word relativités	1235-2345-1236-2345-234
-word remarquable	1235-12345-45
-word remarquables	1235-12345-45-234
-word remarquablement	1235-12345-45-134
-word remarque		1235-12345
-word remarques		1235-12345-234
-word remerciement	1235-134
-word remerciements	1235-134-234
-word renseignement	1235-26
-word renseignements	1235-26-234
-word rêve		1235-126
-word rêves		1235-126-234
-word rêveur		1235-126-46
-word rêveurs		1235-126-46-234
-word rêveuse		1235-126-234-15
-word rêveuses		1235-126-234-156
-word rêveusement	1235-126-234-134
-word riz 56-1235-24-1356
-word riez 1235-24-1356
-word rôle		1235-1456
-word rôles		1235-1456-234
-noback prfword route		1235-1256
-noback prfword routes		1235-1256-234
-nofor word route		1235-1256
-nofor word routes		1235-1256-234
-nofor word autoroute		13-2345-135-1235-1256
-nofor word autoroutes		13-2345-135-1235-1256-234
-nofor word banqueroute		12-2-12345-15-1235-1256
-nofor word banqueroutes		12-2-12345-15-1235-1256-234
-nofor word biroute		12-24-1235-1256
-nofor word biroutes		12-24-1235-1256-234
-nofor word déroute		145-123456-1235-1256
-nofor word déroutes		145-123456-1235-1256-234
-nofor word inforoute 35-124-135-1235-1256
-nofor word inforoutes 35-124-135-1235-1256-234
-nofor word maroute		134-1-1235-1256
-nofor word maroutes		134-1-1235-1256-234
-nofor word radioroute 1235-1-145-24-135-1235-1256
-nofor word radioroutes 1235-1-145-24-135-1235-1256-234
-nofor word restoroute 3-234-2345-135-1235-1256
-nofor word restoroutes 3-234-2345-135-1235-1256-234
-nofor word restauroute 3-234-2345-13-1235-1256
-nofor word restauroutes 3-234-2345-135-123-1256-234
-
-word rythme		1235-13456
-word rythmes		1235-13456-234
-word rythmique		1235-13456-12345
-word rythmiques		1235-13456-12345-234
-word rythmiquement	1235-13456-12345-134
-
-word séculaire		234-14-1235
-word séculaires		234-14-1235-234
-word séculairement	234-14-1235-134
-word seigneur		234-2356
-word seigneurs		234-2356-234
-prfword semblable		234-12
-prfword semblables		234-12-234
-word sb 56-234-12
-prfword semblablement	234-12-134
-noback prfword sentiment		234-2345-134
-noback prfword sentiments		234-2345-134-234
-nofor word sentiment		234-2345-134
-nofor word sentiments		234-2345-134-234
-nofor word dissentiment		256-234-2345-134
-nofor word dissentiments		256-234-2345-134-234
-nofor word pressentiment		235-15-234-234-2345-134
-nofor word pressentiments		235-15-234-234-2345-134-234
-nofor word ressentiment		1235-15-234-234-2345-134
-nofor word ressentiments		1235-15-234-234-2345-134-234
-
-word sentimental	234-2345-134-123
-word sentimentale	234-2345-134-123-15
-word sentimentales	234-2345-134-123-156
-word sentimentalement	234-2345-134-123-134
-word sentimentalité	234-2345-134-123-2345
-word sentimentalités	234-2345-134-123-2345-234
-word sentimentaux	234-2345-134-1346
-word ses		234-234
-word seul		234-123
-word seuls		234-123-234
-word seule		234-123-15
-word seules		234-123-156
-word seulement		234-123-134
-word siècle		234-14
-word siècles		234-14-234
-word sc 56-234-14
-word simple		234-1246
-word simples		234-1246-234
-word simplement		234-1246-134
-word simplicité		234-1246-2345
-word simplicités	234-1246-2345-234
-word simplification	234-1246-16
-word simplifications	234-1246-16-234
-noback prfword soeur		234-1235
-noback prfword soeurs		234-1235-234
-prfword sœur		234-1235
-prfword sœurs		234-1235-234
-word sr 56-234-1235
-word soin		234-35
-word soins		234-35-234
-word solitaire		234-123-1235
-word solitaires		234-123-1235-234
-word solitairement	234-123-1235-134
-word solitude		234-123-145
-word solitudes		234-123-145-234
-word sommaire		234-2456-1235
-word sommaires		234-2456-1235-234
-word sommairement	234-2456-1235-134
-word somme		234-2456
-word sommes		234-2456-234
-word sont		246-2345
-word sorte		234-135
-word sortes		234-135-234
-word soudain		234-145
-word soudains		234-145-234
-word soudaine		234-1345
-word soudaines		234-1345-234
-word sn 56-234-1345
-word soudainement	234-1345-134
-word soudaineté		234-1345-2345
-word soudainetés	234-1345-2345-234
-word souffrance		234-124-14
-word souffrances	234-124-14-234
-word souffrant		234-124
-contraction sf	234-124
-word souffrants		234-124-234
-word souffrante		234-124-15
-word souffrantes	234-124-156
-word souvent		234-1236
-contraction sv 234-1236
-word subjectif		234-245-124
-word subjectifs		234-245-124-234
-word subjective		234-245-1236
-word subjectives	234-245-1236-234
-word subjectivement	234-245-1236-134
-word subjectivité	234-245-1236-2345
-word subjectivités	234-245-1236-2345-234
-word sujet		234-245
-word sujets		234-245-234
-word sujétion		234-245-3456
-word sujétions		234-245-3456-234
-word supérieur		234-1234
-word supérieurs		234-1234-234
-word supérieure		234-1234-15
-word supérieures	234-1234-156
-word supérieurement	234-1234-134
-word supériorité	234-1234-2345
-word supériorités	234-1234-2345-234
-word surtout		234-2345
-contraction st	234-2345
-word systématique	234-13456-12345
-word systématiques	234-13456-12345-234
-word systématiquement	234-13456-12345-134
-word système		234-13456
-word systèmes		234-13456-234
-
-word tel		2345-123
-word tels		2345-123-234
-word telle		2345-123-123
-word telles		2345-123-123-234
-word tellement		2345-123-134
-word temporaire		2345-1234-1235
-word temporaires	2345-1234-1235-234
-word temporairement	2345-1234-1235-134
-prfword temporel		2345-1234-123
-prfword temporels		2345-1234-123-234
-prfword temporelle		2345-1234-123-123
-prfword temporelles	2345-1234-123-123-234
-noback prfword temps		2345-1234
-nofor word temps 2345-1234
-nofor word contretemps 25-356-15-2345-1234
-nofor word entretemps 26-356-15-2345-1234
-nofor word passetemps 1234-1-2346-15-2345-1234
-nofor word printemps 235-35-2345-1234
-prfword tenir		2345-1345
-word terre		2345-1235
-word terres		2345-1235-234
-contraction tr 2345-1235
-word tes		2345-234
-word tête		2345-126
-word têtes		2345-126-234
-word théorie		2345-125
-word théories		2345-125-234
-word théorique		2345-125-12345
-word théoriques		2345-125-12345-234
-word théoriquement	2345-125-12345-134
-word titre		2345-356
-word titres		2345-356-234
-word toujours		2345-245
-word toute		2345-2345
-word toutes		2345-2345-234
-word toutefois		2345-124
-word tragique		356-1245
-word tragiques		356-1245-234
-word tragiquement	356-1245-134
-word trajet		356-245
-word trajets		356-245-234
-prfword tranquille		356-12345
-prfword tranquilles	356-12345-234
-prfword tranquillement	356-12345-134
-prfword tranquillité	356-12345-2345
-prfword tranquillités	356-12345-2345-234
-word travail		356-123
-word travailleur	356-123-46
-word travailleurs	356-123-46-234
-word travailleuse	356-123-234-15
-word travailleuses	356-123-234-156
-word travaux		356-1346
-word travers		356-1236
-word très		356-234
-word trop		356-1234
-word type		2345-13456
-word types		2345-13456-234
-word typique		2345-13456-12345
-word typiques		2345-13456-12345-234
-word typiquement	2345-13456-12345-134
-
-word ufo 136-124-135
-word ufr 136-124-1235
-word uht 136-125-2345
-word une		136-1345
-word unes		136-1345-234
-word unique		136-12345
-word uniques		136-12345-234
-word uniquement		136-12345-134
-word unitaire		136-1345-2345-1235
-word unitaires		136-1345-2345-1235-234
-word unité		136-1345-2345
-word unités		136-1345-2345-234
-word univers		136-1236
-contraction uv 136-1236
-word universalité	136-1236-123-2345
-word universalités	136-1236-123-2345-234
-word universel		136-1236-123
-word universels		136-1236-123-234
-word universelle	136-1236-123-123
-word universelles	136-1236-123-123-234
-word universellement	136-1236-123-134
-word universitaire	136-1236-2345-1235
-word universitaires	136-1236-2345-1235-234
-word université		136-1236-2345
-word universités	136-1236-2345-234
-contraction url 136-1235-123
-contraction us 136-234
-word usage		136-1245
-word usages		136-1245-234
-word usb 136-234-12
-word utile		136-123
-word utiles		136-123-234
-word utilement		136-123-134
-word inutile		35-136-123
-word inutiles		35-136-123-234
-word inutilement		35-136-123-134
-contraction ulm 136-123-134
-noback prfword utilisable		136-123-45
-noback prfword utilisables	136-123-45-234
-nofor word utilisable		136-123-45
-nofor word utilisables	136-123-45-234
-nofor word inutilisable		35-136-123-45
-nofor word inutilisables	35-136-123-45-234
-nofor word réutilisable		1235-123456-136-123-45
-nofor word réutilisables	1235-123456-136-123-45-234
-
-word utilisateur	136-123-46
-word utilisateurs	136-123-46-234
-word utilisation	136-123-16
-word utilisations	136-123-16-234
-word inutilisation	35-136-123-16
-word inutilisations	35-136-123-16-234
-word utilitaire		136-123-2345-1235
-word utilitaires	136-123-2345-1235-234
-noback prfword utilité		136-123-2345
-noback prfword utilités		136-123-2345-234
-nofor word désutilité 145-123456-234-136-123-2345
-nofor word désutilités 145-123456-234-136-123-2345-234
-nofor word futilité 124-136-123-2345
-nofor word futilités 124-136-123-2345-234
-nofor word utilité 136-123-2345
-nofor word utilités 136-123-2345-234
-nofor word inutilité 35-136-123-2345
-nofor word inutilités 35-136-123-2345-234
-
-word utm 56-136-2345-134
-
-word valeur		1236-46
-word valeurs		1236-46-234
-word vau 1236-13
-nofor endword vau 1236-13
-prfword venir		1236-1345
-word véritable		1236-1235
-word véritables		1236-1235-234
-word véritablement	1236-1235-134
-word vérité		1236-123456
-word vérités		1236-123456-234
-contraction vé 1236-123456
-word vieux		1236-1346
-word vif		1236-124
-word vifs		1236-124-234
-contraction vf 1236-124
-word vive		1236-1236
-word vives		1236-1236-234
-word vivement		1236-1236-134
-word voici		1236-14
-word voilà		1236-123
-word revoilà		3-1236-123
-word volontaire		1236-135-1235
-word volontaires	1236-135-1235-234
-word volontairement	1236-135-1235-134
-word volonté		1236-135
-word volontés		1236-135-234
-contraction vo 1236-135
-word volontiers		1236-346
-word von 1236-135-1345
-word vos		1236-234
-contraction vs 1236-234
-word votre		1236-356
-word vôtre		1236-1456
-word vôtres		1236-1456-234
-word voyage		1236-1245
-word voyages		1236-1245-234
-word voyageur		1236-1245-46
-word voyageurs		1236-1245-46-234
-word voyageuse		1236-1245-234-15
-word voyageuses		1236-1245-234-156
-word vraiment		1236-134
-word xml 1346-134-123
-nofor word hymen 125-13456-134-26
-
-###
-### 4. Locutions
-###
-
-word à\scause 12356-456-14
-word à\smesure 12356-456-134
-word à\speine 12356-456-1234
-word à\speu\sprès 12356-456-1234-456-235
-word à\sprésent 12356-456-235
-word à\stravers 12356-456-356
-word au\scontraire 13-456-14
-word au-dessous 13-36-1256
-word au-dessus 13-36-145
-word aujourd'hui 13-3-125
-word autant\sque 13-456-12345
-word autre\schose 13-456-12356
-word autre\spart 13-456-1234
-word c'est-à-dire 14-3-15-36-12356-36-145
-word d'abord 145-3-1
-word de\ssuite 145-456-234
-word en\smesure 26-456-134
-word en\sréalité 26-456-1235
-word et\scaetera 15-456-14
-word la\splupart 123-456-1246
-word non\sseulement 1345-456-234
-word parce\sque 1234-456-12345
-word par\sconséquent 1234-456-14
-word par-dessous 1234-36-1256
-word par-dessus 1234-36-145
-word par\sexemple 1234-456-15
-word par\ssuite 1234-456-234
-word peu\sà\speu 1234-456-12356-456-1234
-word peut-être 1234-36-126
-word plus\stard 1246-456-2345
-word plus\stôt 1246-456-1456
-word pour\sainsi\sdire 1234-456-1-456-145
-word quelque\schose 12345-456-12356
-word quelque\spart 12345-456-1234
-word quelque\stemps 12345-456-2345
-word sans\scesse 234-456-14
-word sans\sdoute 234-456-145
-word tandis\sque 2345-456-12345
-word tour\sà\stour 2345-456-12356-456-2345
-word tout\sà\scoup 16-456-12356-456-14
-word tout\sà\sfait 16-456-12356-456-124
-word très\sbien 356-456-12
-word vis-à-vis 1236-36-12356-36-1236
-
-before apost sufword autant\squ 13-456-12345
-before apost sufword jusqu 245-12345
-before apost sufword lorsqu 123-12345
-before apost sufword parce\squ 1234-456-12345
-before apost sufword presqu 235-12345
-before apost sufword puisqu 1234-12345
-before apost sufword tandis\squ 2345-456-12345
-
-#Lettres isolées
-contraction b
-contraction c
-contraction d
-contraction f
-contraction g
-contraction h
-contraction i
-contraction j
-contraction k
-contraction l
-contraction m
-contraction n
-contraction o
-contraction p
-contraction q
-contraction r
-contraction s
-contraction t
-contraction u
-contraction v
-contraction w
-contraction x
-contraction z
-endword 's 3-234
-endword \x2018s 3-234
-endword \x2019s 3-234
-
-contraction B
-contraction C
-contraction D
-contraction F
-contraction G
-contraction H
-contraction I
-contraction J
-contraction K
-contraction L
-contraction M
-contraction N
-contraction O
-contraction P
-contraction Q
-contraction R
-contraction S
-contraction T
-contraction U
-contraction V
-contraction W
-contraction X
-contraction Z
-
-contraction ab
-contraction abs
-contraction adn
-contraction tp
-contraction td
-contraction obs
-
-
-#Mots contenant un "æ" mal interprétés par les règles précédentes
-word althæa 1-123-2345-125-345-1
-nofor word æolidia 345-135-123-24-145-24-1
-nofor word æolis 345-135-123-24-234
-word archæocète 4-12356-345-135-14-2346-2345-15
-word balæniceps 12-1-123-453-1345-24-14-15-1234-234
-word chænichthys 1235-345-1345-24-1235-2345-125-13456-234
-word cuphæa 14-136-1234-125-345-1
-word élæagnacées 123456-123-345-1-2356-1-14-123456-156
-word elæagnus 15-123-345-1-2356-136-234
-word elæis 15-123-345-24-234
-word furcræa 124-136-25-345-1
-word linnæa 123-35-1345-345-1
-word lonchæa 123-346-12356-345-1
-word penæus 1234-15-1345-345-136-234
-word tæniasis 2345-345-1345-24-1-234-24-234
-
-#Mots contenant un "ï" mal interprétés par les règles précédentes
-word anchoïade 2-1235-135-12456-1-145-15
-begword baïan 12-1-12456-1-1345
-word baïonnette 12-1-12456-346-1345-15-2456-15
-word baïonnettes 12-1-12456-346-1345-15-2456-156
-word catraïo 14-1-356-1-12456-135
-begword chaïot 12356-1-12456-135-2345
-begword chorïamb 12356-135-1235-12456-1-134-12
-begword cocaï 14-135-14-1-12456
-begword copaï 14-135-1234-1-12456
-begword élaïo 123456-123-1-12456-135
-word épiloïa 123456-1234-24-123-135-12456-1
-word féroïenne 124-123456-1235-135-12456-26-1345
-word féroïennes 124-123456-1235-135-12456-26-13456
-begword fusaïol 124-136-234-1-12456-135-123
-sufword gaïac 1245-1-12456-1-14
-word haïk 125-1-12456-13
-begword haïss 125-1-12456-2346
-begword héraï 125-123456-1235-1-12456
-begword ïamb 12456-1-134-12
-word oudrir 1256-1456-24-1235
-
-begword ouï 1256-12456
-begmidword ouï- 1256-12456-36
-begword ouïm 1256-12456-134
-sufword ouïr 1256-12456-1235
-sufword ouïs 1256-12456-234
-word ouïr 1256-12456-1235
-begword ouït 1256-12456-2345
-word inouïe 35-1256-12456-15
-word inouïes 35-1256-12456-156
-
-word krishnaïsme 13-1235-24-234-125-1345-1-12456-234-134-15
-word laïc 123-1-12456-14
-word laïcs 123-1-12456-14-234
-begword laïu 123-1-12456-136
-sufword maïa 134-1-12456-1
-word maïeur 134-1-12456-46
-word maïeurs 134-1-12456-46-234
-nofor word aïoli 1-12456-135-123-24
-partword aïoli 1-12456-135-123-24
-sufword maïor 134-1-12456-135-1235
-word maïzena 134-1-12456-1356-15-1345-1
-begword naïad 1345-1-12456-1-145
-sufword paranoï 1234-1-1235-1-1345-135-12456
-nofor partword oïev 135-12456-15-1236
-word tsaï 2345-234-1-12456
-sufword qaraï 12345-1-1235-1-12456
-word raïa 1235-1-12456-1
-word raïon 1235-1-12456-346
-word taïaut 3245-1-12456-13-2345
-sufword thaï 3245-125-1-12456
-word tupaïa 2345-136-1234-1-12456-1
-word zaouïa 1356-1-1256-12456-1
-
-#Mots contenant un "ü" mal interprétés par les règles précédentes
-word alaüs 1-123-1-1256-234
-begword argü 4-1245-136-236
-prfword thioüracile 2345-125-24-135-1256-1235-4-14-24-123-15
-word bürger 12-1256-1235-1245-236
-word müller 134-1256-456-236
-word capharnaüm 14-1-1234-125-4-1345-1-1256-134
-endword stück 234-2345-1256-14-13
-begword contigü 25-2345-1245-1256
-begword désambigü 145-123456-234-1-134-12-24-1245-1256
-begword exigü 15-1345-24-1245-1256
-word führer 124-1256-125-1235-236
-word haüyne 125-1-1256-13456-1345-15
-word höyük 125-246-13456-1256-13
-word hübnérite 125-1256-1345-123456-1235-24-2345-15
-word krümper 13-1235-1256-134-1234-236
-word külliye 13-1256-456-24-13456-15
-word schüller 234-12356-1256-456-236
-word dülmen 145-1256-123-134-26
-word Kümmel 13-1256-134-134-15-123
-word türbe 2345-1256-1235-12-15
-begword würm 2456-1256-1235-134
-
-#mots finissant par "ek"
-word chebek 12356-15-12-15-13
-endword eek 15-15-13
-endword eeks 15-15-13-234
-word kriek 13-1235-24-15-13
-word lek 123-15-13
-word ouzbek 1256-1356-12-15-13
-word ouzbeks 1256-1356-12-15-13-234
-word tek 2345-15-13
-word teks 2345-15-13-234
-begmidword tekn 3245-15-13-1345
-word trek 356-15-13
-word treks 356-15-13-234
-word uzbek 136-1356-12-15-13
-word uzbeks 136-1356-12-15-13-234
-word zek 1356-15-13
-word zondek 1356-346-145-15-13
-
-#Mots comprenant un "W" entre deux voyelles
-always	arawak	1-1235-1-2456-1-13
-word	Tawara	2345-1-2456-1-1235-1
-word	awacs	1-2456-1-14-234
-word	awalé	1-2456-1-123-123456
-word	biwa	12-24-2456-1
-word	bowal	12-135-2456-1-123
-sufword	bowen	12-135-2456-15-1345
-word	bowette	12-135-2456-15-2456-15
-word	bowettes	12-135-2456-15-2456-156
-word	bywater	12-1456-2456-1-2345-236
-word	chawan	12356-1-2456-1-1345
-word	chewing	12356-15-2456-35-1245
-word	culilawan	14-136-123-24-123-1-2456-1-1345
-word	dewar	145-15-2456-4
-begword	déwatt	145-123456-2456-1-2456
-word	diwan	145-24-2456-1-1345
-prfword	wall	2456-1-123-123
-prfword	walls	2456-1-123-123-234
-begword	gewurz	1245-15-2456-136-1235-1356
-word	grauwacke	12456-13-2456-1-14-13-15
-word	grewia	12456-15-2456-24-1
-word	halloween	125-1-456-135-2456-15-26
-word	haniwa	125-1-1345-24-2456-1
-partword	hawai	125-1-2456-1-24
-partword	hawaï	125-1-2456-1-12456
-word	hawaïen	125-1-2456-1-12456-26
-word	hawaïens	125-1-2456-1-12456-26-234
-always	wood	2456-135-135-145
-word	power	1234-135-2456-236
-word	howardie	125-135-2456-4-145-24-15
-always	interview	35-2345-236-1236-24-15-2456
-word	iwans	24-2456-1-2-234
-word	iwan	24-2456-1-1345
-nofor after voy midendword	watt	2456-1-2345-2345
-word	kiwi	13-24-2456-24
-word	kiwis	13-24-2456-24-234
-word	rapakiwi	1235-1-1234-1-13-24-2456-24
-word	rapakiwis	1235-1-1234-1-13-24-2456-24-234
-begword	koweï	13-135-2456-15-12456
-word	kwa	13-2456-1
-begword	kwa	13-2456-1
-word	lewandowsky	123-15-2456-2-145-135-2456-234-13-13456
-sufword	lewis	123-15-2456-24-234
-word	louwite	123-1256-2456-24-2345-15
-word	malawite	134-1-123-1-2456-24-2345-15
-word	owénisme	135-2456-123456-1345-24-234-134-15
-word	penghawar	123-26-1245-125-1-2456-4
-word	powellite	1234-135-2456-15-456-24-2345-15
-always	wolf	2456-135-123-124
-word	redowa	3-145-135-2456-1
-word		grower	12456-135-2456-236
-word	rowing	135-2456-35-1245
-word	ewing	15-2456-35-1245
-word	sawah	234-1-2456-1-125
-word	sewamono	234-15-2456-1-134-135-1345-135
-word	stawug	234-2345-1-2456-136-1245
-begword	stewar	234-2345-15-2456-4
-word	swastika	234-2456-1-234-2345-24-13-1
-word	swastikas	234-2456-1-234-2345-24-13-1-234
-word	taekwondo	2345-1-15-13-2456-346-145-135
-begword	taïw	2345-1-12456-2456
-after voy midendword	way	2456-1-13456
-always	hawk	125-1-2456-13
-word	tomawak	2345-135-134-1-2456-1-13
-word wb 2456-12
-begword whewell 2456-125-15-2456-15-456
-partword work 2456-56-13
-word work 2456-56-13
-word würm 2456-1256-1235-134
-endword wyg 2456-13456-1245
-word	zawiya	1356-1-2456-24-13456-1
-word	zelkowa	1356-15-123-13-135-2456-1
-
-#Mots finissant par "z"
-word barometz 56-12-1-1235-135-134-15-2345-1356
-word benz 12-26-1356
-word berlioz 12-236-123-24-135-1356
-word biarritz 12-24-4-1235-24-2345-1356
-word binz 12-35-1356
-word biz 12-24-1356
-word bletz 45-15-2345-1356
-word blitz 45-24-2345-1356
-word breitschwanz 23-15-24-2345-234-12356-2456-2-1356
-word buchholz 12-136-12356-125-135-123-1356
-nofor word buzz 12-136-1356-1356
-word chintz 12356-35-2345-1356
-word cruz 25-136-1356
-word cz 56-14-1356
-word ersatz 15-1235-234-1-2345-1356
-nofor word fizz 124-24-1356-1356
-word franz 16-2-1356
-word fritz 56-124-1235-24-2345-1356
-word graetz 12456-1-15-2345-1356
-word grosz 12456-234-1356
-word günz 1245-1256-1345-1356
-word hafiz 125-1-124-24-1356
-prfword hertz 125-236-2345-1356
-word hz 56-125-1356
-nofor word jazz 245-1-1356-1356
-endword khoz 13-125-135-1356
-word kibboutz 13-24-12-12-1256-2345-1356
-word kirghiz 13-24-1235-1245-125-24-1356
-word kronprinz 13-1235-346-235-35-1356
-word leibniz 123-15-24-12-1345-24-1356
-word lenz 56-123-15-1345-1356
-word lorentz 123-135-1235-15-1345-2345-1356
-word lodz 56-123-135-145-1356
-word lutz 56-123-136-2345-1356
-word metz 56-134-15-2345-1356
-word moritz 134-135-1235-24-2345-1356
-word neiertz 1345-15-24-236-2345-1356
-word noz 1345-135-1356
-word oghouz 135-1245-125-135-136-1356
-endword onetz 135-1345-15-2345-1356
-word oz 56-135-1356
-prfword quartz 12345-4-2345-1356
-word quiz 12345-24-1356
-word ranz 1235-2-1356
-word rémiz 1235-123456-134-24-1356
-word rez 1235-1356
-word ruolz 1235-136-135-123-1356
-word ruz 56-1235-136-1356
-word saghyz 234-1-1245-125-13456-1356
-word sbrinz 234-23-35-1356
-word schwarz 234-14-125-2456-1-1235-1356
-word schwyz 234-14-125-2456-13456-1356
-word seltz 234-15-123-2345-1356
-word slivovitz 234-123-24-1236-135-1236-24-2345-1356
-word solonetz 234-135-123-135-1345-15-2345-1356
-word spitz 234-1234-24-2345-1356
-begword taiw 2345-34-2456
-word trez 356-1356
-prfword witz 2456-24-2345-1356
-
-#Mots finissant par "en"
-prfword	abdomen	1-12-145-135-134-26
-word	achéen	1-12356-123456-26
-word	acheuléen	1-12356-5-123-123456-26
-word	achilléen	1-12356-24-456-123456-26
-word agen 1-1245-26
-word	albumen	1-123-12-136-134-26
-word	alizéen	1-123-24-1356-123456-26
-word allen 1-456-26
-word	amen	1-134-15-1345
-endword ansen 2-234-26
-word	appaméen	1-1234-1234-1-134-123456-26
-word	arachnéen	1-1235-1-12356-1345-123456-26
-word	araméen	1-1235-1-134-123456-26
-word	archéen	4-12356-123456-26
-word	aryen	1-1235-13456-26
-word	ascolichen	1-234-14-135-123-24-12356-26
-word assen 1-2346-26
-word	assidéen	1-2346-24-145-123456-26
-word	aven	1-1236-15-1345
-word	azuréen	1-1356-136-1235-123456-26
-word	baboen	12-1-12-135-26
-word baden 12-1-145-26
-word	Hagen	125-1-1245-26
-nofor word been 12-15-26
-word	bigouden	12-24-1245-1256-145-26
-word	biscaïen	12-24-234-14-1-12456-26
-word	biscayen	12-24-234-14-1-13456-26
-word	booléen	12-135-135-123-123456-26
-word	Boyden	12-135-13456-145-26
-word	bren	12-1235-26
-word	bunsen	12-136-1345-234-26
-word	businessmen	12-136-234-24-1345-15-2346-134-26
-word	cadméen	14-1-145-134-123456-26
-word caen 14-1-15-1345
-word	calcanéen	12-1-123-14-1-1345-123456-26
-word	cananéen	14-1-1345-1-1345-123456-26
-word	caribéen	14-1-1235-24-12-123456-26
-word	carragheen	14-4-1235-1-1245-125-15-26
-word	céruléen	14-123456-1235-136-123-123456-26
-word	cérumen	14-123456-1235-136-134-26
-word	chaldéen	12356-1-123-145-123456-26
-word	chasséen	12356-1-2346-123456-26
-prfword	chelléen	12356-15-456-123456-26
-word chen 12356-26
-word	chondrichtyen	12356-346-1456-24-12356-2345-13456-26
-word	chondrostéen	12356-346-1456-135-234-2345-123456-26
-word	chörten	12356-246-1235-2345-26
-word	chouchen	12356-1256-12356-26
-word	citizen	14-24-2345-24-1356-26
-word	citoyen	14-24-2345-135-13456-26
-word	clinamen	146-24-1345-1-134-26
-word	cognomen	14-135-2356-135-134-26
-word cohen 14-135-125-26
-word	collinéen	14-135-456-24-1345-123456-26
-word	concitoyen	25-14-24-2345-135-13456-26
-word	confucéen	25-124-136-14-123456-26
-word	coréen	14-135-1235-123456-26
-word	cornéen	14-56-1345-123456-26
-word	crossmen	25-135-234-234-134-26
-word	crosswomen	25-135-234-234-2456-135-134-26
-word	doyen	145-135-13456-26
-word	cyclamen	14-13456-146-1-134-26
-word	cyclopéen	14-13456-135-1234-123456-26
-word	cyrénéen	14-13456-1235-123456-1345-123456-26
-word	dahoméen	145-1-125-135-134-123456-26
-word	deben	145-15-12-26
-word	dédaléen	145-123456-145-1-123-123456-26
-word	dolmen	145-135-123-134-26
-word	drachen	1456-1-12356-26
-word dupuytren 145-136-1234-136-13456-356-26
-word	duramen	145-136-1235-1-134-26
-word	éburnéen	123456-12-136-1235-1345-123456-26
-word	échiquéen	123456-12356-24-12345-123456-26
-word	écocitoyen	123456-14-135-14-24-2345-135-13456-26
-word	éden	123456-145-26
-word	égéen	123456-1245-123456-26
-word	éléen	123456-123-123456-26
-word	élyséen	123456-123-13456-234-123456-26
-word	épitrochléen	123456-1234-24-356-12356-123-123456-26
-word	érythréen	123456-1235-24-2345-125-1235-123456-26
-word	européen	5-1235-135-1234-123456-26
-word	examen	15-1346-1-134-26
-word	félibréen	124-123456-123-24-23-123456-26
-word	féroïen	124-123456-1235-135-12456-26
-word	foramen	124-135-1235-1-134-26
-word	galiléen	1245-1-123-24-123-123456-26
-word	garden	1245-4-145-26
-word	germen	1245-236-134-26
-word	gerzéen	1245-236-1356-123456-26
-word	ghanéen	1245-125-1-1345-123456-26
-word	gluten	345-136-2345-26
-word	golden	1245-135-123-145-26
-word	gomorrhéen	1245-135-134-56-1235-125-123456-26
-word	gouren	1245-1256-1235-26
-word	graben	12456-1-12-26
-word	green	12456-15-26
-word	greisen	12456-15-24-234-26
-word	gretchen	12456-15-2345-12356-26
-word	groschen	12456-135-234-12356-26
-word	guadeloupéen	1245-136-1-145-15-123-1256-1234-123456-26
-word	guinéen	1245-23-1345-123456-26
-word	gulden	1245-136-123-145-26
-word	harappéen	125-1-1235-1-1234-123456-26
-word	henequen	125-15-1345-15-12345-26
-word	herculéen	125-236-14-136-123-123456-26
-word	himalayen	125-24-134-1-123-1-13456-26
-word	holostéen	125-135-123-135-234-2345-123456-26
-word	hymen	125-13456-134-26
-word	hyperboréen	125-13456-1234-236-12-135-1235-123456-26
-word	judéen	245-136-145-123456-26
-word	kafkaïen	13-1-124-13-1-12456-26
-word	kyogen	13-13456-135-1245-26
-word	larsen	123-4-234-26
-word	leben	123-15-12-26
-word	libyen	123-24-12-13456-26
-word	lichen	123-24-12356-26
-word	linnéen	123-35-1345-123456-26
-word	loden	123-135-145-26
-word	lumen	123-136-134-26
-word	lumpen	123-136-134-1234-26
-word	lycéen	123-13456-14-123456-26
-word	macanéen	134-1-14-1-1345-123456-26
-word	maghzen	134-1-1245-125-1356-26
-word	makhzen	134-1-13-125-1356-26
-word	mandéen	134-2-145-123456-26
-word	manichéen	134-1-1345-24-12356-123456-26
-word	marmoréen	134-4-134-135-1235-123456-26
-word	mayen	134-1-13456-26
-word	mazdéen	134-1-1356-145-123456-26
-word	méditerranéen	134-123456-145-24-2345-236-1235-1-1345-123456-26
-word men 134-15-1345
-word	menhaden	134-26-125-1-145-26
-word mens 134-15-1345-234
-word	mésogéen	134-123456-234-135-1245-123456-26
-word	minoen	134-24-1345-135-26
-word	mitoyen	134-24-2345-135-13456-26
-word	moyen	134-135-13456-26
-word	Münchhausen	134-1256-1345-12356-125-13-324-26
-word	nabatéen	1345-1-12-1-2345-123456-26
-word	nazaréen	1345-1-1356-1-1235-123456-26
-word	naziréen	1345-1-1356-24-1235-123456-26
-word	nicaraguayen	1345-24-14-1-1235-1-1245-136-1-13456-26
-word	nietzschéen	1345-24-15-2345-1356-12356-123456-26
-word	numen	1345-136-134-26
-word	open	135-1234-15-1345
-word	ostéichtyen	135-234-2345-123456-24-12356-2345-13456-26
-word	ourartéen	1256-1235-4-2345-123456-26
-word	païen	1234-1-12456-26
-prfword	paludéen	1234-1-123-136-145-123456-26
-word	panaméen	1234-1-1345-1-134-123456-26
-word	paraguayen	1234-1-1235-1-1245-136-1-13456-26
-word	pecten	1234-15-14-2345-26
-word	peléen	1234-15-123-123456-26
-word	péléen	1234-123456-123-123456-26
-word peulven 1234-5-123-1236-26
-word	phocéen	1234-125-135-14-123456-26
-word	pollen	1234-135-456-26
-word	prométhéen	325-134-123456-2345-125-123456-26
-word	putamen	1234-136-2345-1-134-26
-word	pyrénéen	1234-13456-1235-123456-1345-123456-26
-word	Recklinghausen	3-14-13-123-35-1245-125-13-234-26
-word	redhaven	3-145-125-1-1236-26
-word	réexamen	1235-123456-15-1346-1-134-26
-word	cameramen	14-1-134-15-1235-1-134-26
-word	rœntgen	1235-26-2345-1245-26
-word	röntgen	1235-246-1345-2345-1245-26
-endword tgen 2345-1245-26
-word	rumen	1235-136-134-26
-word	saanen	234-1-1-1345-26
-word	sabéen	234-1-12-123456-26
-word	sadducéen	234-1-145-145-136-14-123456-26
-word	saducéen	234-1-145-136-14-123456-26
-word	schlieren	234-12356-123-24-15-1235-26
-word sen 234-15-1345
-word	shamisen	234-125-1-134-24-234-26
-word	sidéen	234-24-145-123456-26
-word	solen	234-135-123-26
-word	solutréen	234-135-123-136-356-123456-26
-word	spécimen	234-1234-123456-14-24-134-26
-word	spleen	234-1246-15-26
-word	taximen	2345-1-1346-24-134-26
-word	tegmen	2345-15-1245-134-26
-word	téléostéen	2345-123456-123-123456-135-234-2345-123456-26
-word	tervueren	2345-236-1236-136-15-1235-26
-word	thamoudéen	2345-125-1-134-1256-145-123456-26
-word	thuléen	2345-125-136-123-123456-26
-word	trachéen	356-1-12356-123456-26
-word	transpyrénéen	356-1234-13456-1235-123456-1345-123456-26
-word	trochléen	356-135-12356-123-123456-26
-word	troyen	356-135-13456-26
-word	uruguayen	136-1235-136-1245-136-1-13456-26
-word	vendéen	1236-26-145-123456-26
-word	viséen	1236-24-234-123456-26
-word	volumen	1236-135-123-136-134-26
-word	wadden	2456-1-145-145-26
-word wattmen 2456-1-2345-2345-134-26
-word	wintergreen	2456-35-2345-236-12456-15-26
-word	yachtmen	13456-1-2345-12356-134-26
-word	yachtsmen	13456-1-2345-12356-234-134-26
-word	yémen	13456-123456-134-26
-word	yeomen	13456-15-135-134-26
-word yen 13456-26
-word yens 13456-26-234
-word	zazen	1356-1-1356-26
-word	zen	1356-15-1345
-word	zéen	1356-123456-26
-word	zimbabwéen	1356-24-134-12-1-12-1256-123456-26
-
-#Différencier au mieux "k" et "au" en désabréviation
-word (au) 236-1-136-356
-word (k) 56-236-13-356
-nofor partword bok 12-135-13
-nofor partword bouk 12-1256-13
-nofor partword souk 234-1256-13
-nofor word cheik 12356-15-24-13
-nofor word cheiks 12356-15-24-13-234
-nofor partword drink 1456-35-13
-word elektron 15-123-15-13-2345-1235-135-1345
-nofor begword farkl 124-4-13-123
-nofor word folk 124-135-123-13
-nofor partword folkl 124-135-123-13-123
-nofor begword frankl 16-2-13-123
-nofor begword ginkg 1245-35-13-1245
-nofor begword inuk 35-136-13
-nofor before con begword jack 245-1-14-13
-nofor partword jik 245-24-13
-nofor partword jork 245-56-13
-word kekchi 13-15-13-12356-24
-word ken 13-26
-nofor word kf 56-13-124
-nofor word kg 13-1245
-nofor begword kirksit 13-24-1235-13-234-24-2345
-word kjelke 13-245-15-123-13-15
-word kjökkenmödding 13-245-243-13-13-26-134-246-145-145-35-1245
-begword Kjel 13-245-15-123
-nofor word klaft 13-123-1-124-2345
-nofor word klavais 13-123-1-1236-34-234
-nofor word klebsiella 13-123-15-12-234-24-15-456-1
-nofor word kline 13-123-24-1345-15
-nofor begword klei 13-123-15-24
-nofor begword klinef 13-123-24-1345-15-124
-word klong 13-123-346-1245
-nofor begword klep 13-123-15-1234
-nofor word kleenex 13-123-15-15-1345-15-1346
-nofor begword klip 13-123-24-1234
-nofor begword klystr  13-123-13456-324-356
-nofor begword kylstr 13-123-24-234-356
-nofor word km 13-134
-nofor before conabr partword kom 13-2456
-nofor before conabr partword kour 13-12346
-nofor begword knei 13-1345-15-24
-nofor begword knick 13-1345-24-14-13
-nofor word knit 13-1345-24-2345
-nofor word deknit 145-15-13-1345-24-2345
-word knödel 13-1345-246-145-15-123
-nofor word knout 13-1345-1256-2345
-nofor word kraal 13-1235-1-1-123
-nofor word kraals 13-1235-1-1-123-234
-nofor word kraaux 13-1235-1-13-1346
-nofor word krach 13-1235-1-12356
-nofor word krachs 13-1235-1-12356-234
-nofor word krak 13-1235-1-13
-nofor word kraks 13-1235-1-13-234
-nofor word kraken 13-1235-1-13-26
-nofor word kraton 13-1235-1-2345-346
-prfword kraft 13-1235-1-124-2345 
-nofor before conabr begword krem 13-1235-345
-nofor begword krenné 13-1235-26-1345-123456
-nofor word krépis 13-1235-123456-1234-24-234
-nofor word kreuzer 13-1235-5-1356-236
-nofor word kreutzer 13-1235-5-2345-1356-236
-nofor partword krieg 13-1235-24-15-1245
-nofor begword krigeag 13-1235-24-1245-15-1-1245
-nofor word krill 13-1235-24-123-123
-nofor word kriss 13-1235-24-234-234
-nofor word kroll 13-1235-135-123-123
-nofor begword kröhn 13-1235-246-125-1345
-nofor word krona 13-1235-135-1345-1
-word krone 56-13-1235-135-1345-15
-nofor word kroon 13-1235-135-346
-nofor word kroumir 13-1235-1256-134-24-1235
-nofor word kroumirs 13-1235-1256-134-24-1235-234
-nofor begword krug 13-1235-136-1245
-nofor begword ksatr 13-234-1-356
-nofor begword kshatr 13-234-125-1-356
-word ksour 13-234-12346
-word kvas 56-13-1236-1-234
-nofor word krypton 13-1235-13456-1234-2345-346
-nofor word ksar 13-234-4
-nofor word kva 13-1236-1
-nofor word kw 13-2456
-nofor word kwh 13-2456-125
-nofor word mektoub 134-15-13-2345-1256-12
-nofor begword milk 134-24-123-13
-nofor begword nomenk 1345-135-134-26-13
-nofor begword pack 1234-1-14-13
-nofor begword pipkr 1234-24-1234-13-1235
-nofor endword politik 1234-135-123-24-2345-24-13
-nofor begword ricks 1235-24-14-13-234
-nofor partword riks 1235-24-13-234
-nofor word rock 1235-135-14-13
-nofor word rocks 1235-135-14-13-234
-word rösti 123-46-234-2345-24
-nofor begword sanskri 234-2-234-13-1235-24
-nofor begword sebk 234-15-12-13
-nofor begword skin 234-13-35
-nofor word skin 234-13-35
-nofor word skunk 234-13-136-1345-13
-nofor word skunks 234-13-136-1345-13-234
-nofor begword speck 234-1234-15-14-13
-nofor begword sprink 234-235-35-13
-nofor word svastika 234-1236-1-234-2345-24-13-1
-nofor word svastikas 234-1236-1-234-2345-24-13-1-234
-nofor word tank 2345-2-13
-nofor begword tank 2345-2-13
-nofor partword tchouk 2345-12356-1256-13
-nofor begword thanks 2345-125-2-13-234
-word traken 356-1-13-26
-begword trick 356-24-14-13
-word trick 356-24-14-13
-begword turkm 2345-136-1235-13-134
-
-nofor begword bau 12-13
-nofor endword bau 12-13
-nofor before voyabr begmidword hau 125-13
-nofor before conabr partword bau 12-13
-word bk 56-12-13
-nofor word boucau 12-1256-14-13
-nofor word boucaux 12-1256-14-13-1346
-nofor word burgau 12-136-1235-1245-13
-nofor word burgaux 12-136-1235-1245-13-1346
-nofor sufword chateau 12356-1-2345-15-13
-nofor sufword château 12356-16-2345-15-13
-nofor partword quau 12345-13
-nofor word laue 123-13-15
-nofor word donau 145-135-1345-13
-nofor word fau 124-13
-nofor word gau 1245-13
-nofor before voyabr begword glott 345-135-2456
-nofor word gluau 345-136-13
-nofor word gruau 12456-136-13
-nofor word grau 12456-13
-nofor word huau 125-136-13
-nofor word kaunakês 13-13-1345-1-13-126-234
-nofor word knautia 13-1345-13-2345-24-1
-nofor word kraurosis 13-1235-13-1235-135-234-24-234 
-nofor word landau 123-2-145-13
-nofor endword ernau 236-1345-13
-nofor word lauan 123-13-1-1345
-nofor partword orvandiau 56-1236-2-145-24-31
-nofor endword arrau 4-1235-13
-nofor partword eauist 15-13-24-234-2345
-nofor midendword ériau 123456-1235-24-13
-nofor word huhau 125-136-125-13
-nofor partword lopiau 123-135-1234-24-13
-nofor partword paui 1234-13-24
-nofor word pilau 1234-24-123-13
-nofor word senau 234-15-1345-13
-nofor partword shké 234-125-13-123456
-nofor word tau 2345-13
-nofor word tauon 2345-13-346
-nofor partword illau 24-456-13
-nofor word touchau 2345-1256-12356-13
-nofor partword ussau 136-2346-13
-nofor word unau 136-1345-13
-nofor word vindau 1236-35-145-13
-nofor partword okm 135-13-134
-nofor always clark 146-4-13
-nofor word desk 145-15-234-13
-nofor begword desk 145-15-234-13
-nofor word diktat 145-24-13-2345-1-2345
-nofor word diktats 145-24-13-2345-1-2345-234
-nofor partword uiker 23-13-236
-nofor begword ekta 15-13-2345-1
-
-#mots finissant par "ê"
-word boulê 56-12-135-136-123-126
-word épistémê 123456-1234-24-234-2345-123456-134-126
-word épochê 123456-1234-135-12356-126
-word gê 56-1245-126
-word korê 13-135-1235-126
-
-#mots finissant par "ien"
-word	acadien	1-14-1-145-256
-word	acanthodien	1-14-2-2345-125-135-145-256
-always	acarien	1-14-1-1235-256
-endword	achidien	1-12356-24-145-256
-always	acridien	1-25-24-145-256
-word	adonien	1-145-135-1345-256
-word	aéraulicien	1-123456-1235-13-123-24-14-256
-word	agrarien	1-12456-1-1235-256
-word	akkadien	1-13-13-1-145-256
-word	alaskien	1-123-1-234-13-256
-word	albien	1-123-12-256
-word	alcyonien	1-123-14-13456-135-1345-256
-word	algonkien	1-123-1245-346-13-256
-word	algonquien	1-123-1245-346-12345-256
-word	alpien	1-123-1234-256
-word	alsacien	1-123-234-1-14-256
-word	amarnien	1-134-4-1345-256
-word	amazonien	1-134-1-1356-135-1345-256
-word	ambrosien	1-134-23-135-234-256
-word	amérasien	1-134-123456-1235-1-234-256
-endword	amibien	1-134-24-12-256
-endword	amicien	1-134-24-14-256
-word	amphibien	1-134-1234-125-24-12-256
-word	amphiscien	1-134-1234-125-24-234-14-256
-word	amratien	1-134-1235-1-2345-256
-word	amygdalien	1-134-13456-1245-145-1-123-256
-word	anatolien	1-1345-1-2345-135-123-256
-word	ancien	2-14-256
-word	angkorien	2-1245-13-135-1235-256
-word	antiscien	2-2345-24-234-14-256
-always	stalinien	234-2345-1-123-24-1345-256
-word	apéxien	1-1234-123456-1346-256
-word	aphidien	1-1234-125-24-145-256
-word	apollinien	1-1234-135-456-24-1345-256
-word	appalachien	1-1234-1234-1-123-1-12356-256
-word	apulien	1-1234-136-123-256
-word	aquitanien	1-12345-24-2345-1-1345-256
-word	arcadien	4-14-1-145-256
-word	arénigien	1-1235-123456-1345-24-1245-256
-word	argien	4-1245-256
-word	aristotélicien	1-1235-24-234-2345-135-2345-123456-123-24-14-256
-word	arlésien	4-123-123456-234-256
-word	arminien	4-134-24-1345-256
-word	artésien	4-2345-123456-234-256
-word	artinien	4-2345-24-1345-256
-word	asinien	1-234-24-1345-256
-word	assyntien	1-2346-13456-1345-2345-256
-always	assyrien	1-2346-13456-1235-256
-word	astien	1-234-2345-256
-word	asturien	1-234-2345-136-1235-256
-endword	aticien	1-2345-24-14-256
-word	audonien	13-145-135-1345-256
-word	austronésien	13-234-356-135-1345-123456-234-256
-word	autrichien	13-356-24-12356-256
-word	autunien	13-2345-136-1345-256
-word	avipelvien	1-1236-24-1234-15-123-1236-256
-word	azilien	1-1356-24-123-256
-always	babylonien	12-1-12-13456-123-135-1345-256
-word	badarien	12-1-145-1-1235-256
-word	badegoulien	12-1-145-15-1245-1256-123-256
-word	bajocien	12-1-245-135-14-256
-word	balanchinien	12-1-123-2-12356-24-1345-256
-sufword	basedowien	12-1-234-15-145-135-2456-256
-word	basilien	12-1-234-24-123-256
-word	basochien	12-1-234-135-12356-256
-word	batésien	12-1-2345-123456-234-256
-word	bathonien	12-1-2345-125-135-1345-256
-word	batracien	12-1-356-1-14-256
-word	baudelairien	12-13-145-15-123-34-1235-256
-word	bayésien	12-1-13456-123456-234-256
-word	béjartien	12-123456-245-4-2345-256
-word	bellétrien	12-15-456-123456-356-256
-word	béotien	12-123456-135-2345-256
-word	bermudien	12-236-134-136-145-256
-word	berriasien	12-236-1235-24-1-234-256
-always	quotidien	12345-135-2345-24-145-256
-word	bisancien	12-24-234-2-14-256
-word	bolivien	12-135-123-24-1236-256
-word	bosnien	12-135-234-1345-256
-word	burdigalien	12-136-1235-145-24-1245-1-123-256
-word	bureauticien	12-136-1235-15-13-2345-24-14-256
-word	cadomien	14-1-145-135-134-256
-word	cadurcien	14-1-145-136-1235-14-256
-word	calabrien	14-1-123-1-23-256
-always	calédonien	14-1-123-123456-145-135-1345-256
-word	calicien	14-1-123-24-14-256
-word	californien	14-1-123-24-124-56-1345-256
-word	callovien	14-1-456-135-1236-256
-word	cambodgien	14-1-134-12-135-145-1245-256
-word	cambrésien	14-1-134-23-123456-234-256
-always	cambrien	14-1-134-23-256
-word	campanien	14-1-134-1234-1-1345-256
-word	campignien	14-1-134-1234-24-2356-256
-always	canadien	14-1-1345-1-145-256
-word	capésien	14-1-1234-123456-234-256
-word	cappadocien	14-1-1234-1234-1-145-135-14-256
-word	capverdien	14-1-1234-1236-236-145-256
-word	caradocien	14-1-1235-1-145-135-14-256
-word	carnien	14-4-1345-256
-always	carolingien	14-1-1235-135-123-35-1245-256
-word	carotidien	14-1-1235-135-2345-24-145-256
-always	carpien	14-4-1234-256
-word	cartésien	14-4-2345-123456-234-256
-word	cartusien	14-4-2345-136-234-256
-word	cassien	14-1-2346-256
-word	castelnovien	14-1-234-2345-15-123-1345-135-1236-256
-word	castelperronien	14-1-234-2345-15-123-1234-236-1235-135-1345-256
-word	catarhinien	14-1-2345-4-125-24-1345-256
-always	caucasien	14-13-14-1-234-256
-word	cégépien	14-123456-1245-123456-1234-256
-word	cénomanien	14-123456-1345-135-134-1-1345-256
-word	cératopsien	14-123456-1235-1-2345-135-1234-234-256
-word	céraunien	14-123456-1235-13-1345-256
-word	cézannien	14-123456-1356-2-1345-256
-word	chalcidien	12356-1-123-14-24-145-256
-word	charmouthien	12356-4-134-1256-2345-125-256
-word	châtelperronien	12356-16-2345-15-123-1234-236-1235-135-1345-256
-word	chattien	12356-1-2456-256
-word	chélonien	12356-123456-123-135-1345-256
-word	chien	12356-256
-word	chilien	12356-24-123-256
-word	chiridien	12356-24-1235-24-145-256
-word	chromatinien	12356-1235-135-134-1-2345-24-1345-256
-word	chthonien	12356-2345-125-135-1345-256
-word	chtonien	12356-2345-135-1345-256
-word	circadien	14-24-1235-14-1-145-256
-word	circassien	14-24-1235-14-1-2346-256
-word	cistercien	14-24-234-2345-236-14-256
-word	clactonien	146-1-14-2345-135-1345-256
-word	claudien	146-13-145-256
-word	clinicien	146-24-1345-24-14-256
-word	clitoridien	146-24-2345-135-1235-24-145-256
-word	clunisien	146-136-1345-24-234-256
-word	cœlosomien	14-246-123-135-234-135-134-256
-always	coccidien	14-135-14-14-24-145-256
-always	colombien	14-135-123-2456-12-256
-word	comblanchien	36-45-2-12356-256
-word	comorien	14-135-134-135-1235-256
-word	conchylien	25-12356-13456-123-256
-word	condylien	25-145-13456-123-256
-word	coniacien	14-135-1345-24-1-14-256
-word	corallien	14-135-1235-1-456-256
-word	corinthien	14-135-1235-35-2345-125-256
-word	coronarien	14-135-1235-135-1345-1-1235-256
-word	corticosurrénalien	14-56-2345-24-14-135-234-136-1235-1235-123456-1345-1-123-256
-always	crânien	25-16-1345-256
-word	creswellien	25-15-234-2456-15-456-256
-word	cristallinien	25-24-234-2345-1-456-24-1345-256
-word	crocodilien	25-135-14-135-145-24-123-256
-endword	cticien	14-2345-24-14-256
-word	cyclophyllidien	14-13456-146-135-1234-125-13456-456-24-145-256
-word	dalmatien	145-1-123-134-1-2345-256
-word	daltonien	145-1-123-2345-135-1345-256
-word	dangeardien	145-2-1245-15-4-145-256
-word	danubien	145-1-1345-136-12-256
-word	deutérostomien	145-5-2345-123456-1235-135-234-2345-135-134-256
-word	dévonien	145-123456-1236-135-1345-256
-always	diluvien	145-24-123-136-1236-256
-word	dinantien	145-24-1345-2-2345-256
-word	dionysien	145-24-135-1345-13456-234-256
-word	diploglossien	145-24-1246-135-345-135-2346-256
-word	djiboutien	145-245-24-12-1256-2345-256
-word	domien	145-135-134-256
-word	dorien	145-135-1235-256
-word	draconien	1456-1-14-135-1345-256
-word	dravidien	1456-1-1236-24-145-256
-word	dunkerquien	145-136-1345-13-236-12345-256
-word	échiurien	123456-12356-24-136-1235-256
-endword	édien	123456-145-256
-endword égien 123456-1245-256
-word	égyptien	123456-1245-13456-1234-2345-256
-word	électronicien	123456-123-15-14-356-135-1345-24-14-256
-endword	élien	123456-123-256
-word	elzévirien	15-123-1356-123456-1236-24-1235-256
-endword	émicien	123456-134-24-14-256
-endword	émien	123456-134-256
-word	émilien	123456-134-24-123-256
-word	emsien	345-234-256
-word	endocrinien	26-145-135-25-24-1345-256
-endword	énien	123456-1345-256
-word	entretien	26-356-15-2345-256
-word	éolien	123456-135-123-256
-word	éosuchien	123456-135-234-136-12356-256
-word	éphésien	123456-1234-125-123456-234-256
-word	épicondylien	123456-1234-24-25-145-13456-123-256
-word	épicurien	123456-1234-24-14-136-1235-256
-word	équatorien	123456-12345-1-2345-135-1235-256
-word	érasmien	123456-1235-1-234-134-256
-endword	éridien	123456-1235-24-145-256
-endword	érien	123456-1235-256
-word	erteböllien	15-1235-2345-15-12-246-123-123-256
-word	estonien	156-2345-135-1345-256
-word	estuarien	156-2345-136-1-1235-256
-word	états-unien	123456-2345-1-2345-234-36-136-1345-256
-word	étésien	123456-2345-123456-234-256
-word	éthiopien	123456-2345-125-24-135-1234-256
-endword	éticien	123456-2345-24-14-256
-after con endword	étien	123456-2345-256
-word	étolien	123456-2345-135-123-256
-word	euclidien	5-146-24-145-256
-word	eurasien	5-1235-1-234-256
-word	euskarien	5-234-13-1-1235-256
-word	eusuchien	5-234-136-12356-256
-word	fabricien	124-1-23-24-14-256
-word	famennien	124-1-134-26-1345-256
-word	faustien	124-13-234-2345-256
-word	fébronien	124-123456-23-135-1345-256
-word	fellinien	124-15-456-24-1345-256
-word	féringien	124-123456-1235-35-1245-256
-word	ferromagnésien	124-236-1235-135-134-1-2356-123456-234-256
-word	fidjien	124-24-145-245-256
-word	filarien	124-24-123-1-1235-256
-word	filonien	124-24-123-135-1345-256
-word	flandrien	126-2-1456-256
-word	francilien	16-2-14-24-123-256
-word	franconien	16-2-14-135-1345-256
-word	frasnien	16-1-234-1345-256
-word	frœbelien	16-246-12-15-123-256
-word	fuchsien	124-136-12356-234-256
-word	fumerollien	124-136-134-15-1235-135-456-256
-word	galicien	1245-1-123-24-14-256
-word	galtonien	1245-1-123-2345-135-1345-256
-word	gardien	1245-4-145-256
-word	gargasien	1245-4-1245-1-234-256
-word	garibaldien	1245-1-1235-24-12-1-123-145-256
-always	oesophagien	135-15-234-135-1234-125-1-1245-256
-word	gaullien	1245-13-456-256
-word	gaussien	1245-13-2346-256
-word	gédinnien	1245-123456-145-35-1345-256
-word	géodésien	1245-123456-135-145-123456-234-256
-word	géorgien	1245-123456-56-1245-256
-word	georgien	1245-15-56-1245-256
-word	géphyrien	1245-123456-1234-125-13456-1235-256
-word	giscardien	1245-24-234-14-4-145-256
-word	glyconien	345-13456-14-135-1345-256
-always	grammairien	12456-1-134-134-34-1235-256
-word	graphicien	12456-1-1234-125-24-14-256
-word	gravettien	12456-1-1236-15-2456-256
-word	grégorien	12456-123456-1245-135-1235-256
-word	gymnamœbien	1245-13456-134-1345-1-134-246-12-256
-word	haïtien	125-1-12456-2345-256
-word	hallstattien	125-1-123-123-234-2345-1-2456-256
-word	hamiltonien	125-1-134-24-123-2345-135-1345-256
-word	hanovrien	125-1-1345-135-1236-1235-256
-word	haussmannien	125-13-234-234-134-2-1345-256
-word	hauterivien	125-13-2345-15-1235-24-1236-256
-word	hawaiien	125-1-2456-34-256
-word	hénophidien	125-123456-1345-135-1234-125-24-145-256
-word	hercynien	125-236-14-13456-1345-256
-always	hermitien	125-236-134-24-2345-256
-word	hettangien	125-15-2456-2-1245-256
-word	hiéronymien	125-24-123456-1235-135-1345-13456-134-256
-word	hilbertien	125-24-123-12-236-2345-256
-always	historien	125-24-234-2345-135-1235-256
-word	hollywoodien	125-135-456-13456-2456-135-135-145-256
-always	hominien	125-135-134-24-1345-256
-word	hondurien	125-346-145-136-1235-256
-word	huronien	125-136-1235-135-1345-256
-word	hydraulicien	125-13456-1456-13-123-24-14-256
-word	hyperlien	125-13456-1234-236-123-256
-word	ibéromaurusien	24-12-123456-1235-135-134-13-1235-136-234-256
-word	icarien	24-14-1-1235-256
-word	icartien	24-14-4-2345-256
-word	ichtyostégalien	24-12356-2345-13456-135-234-2345-123456-1245-1-123-256
-endword	ïcien	12456-14-256
-endword	ïdien	12456-145-256
-word	ignacien	24-2356-1-14-256
-word	ilerdien	24-123-236-145-256
-word	illyrien	24-456-13456-1235-256
-word	indien	35-145-256
-partword	indien	35-145-256
-word	indo-iranien	35-145-135-36-24-1235-1-1345-256
-word	indonésien	35-145-135-1345-123456-234-256
-word	infradien	35-16-1-145-256
-word	irien	24-1235-256
-word	iroquoien	24-1235-135-12345-23456-26
-word	irvingien	24-1235-1236-35-1245-256
-word	ismaïlien	24-234-134-1-12456-123-256
-word	italien	24-2345-1-123-256
-endword	iticien	24-2345-24-14-256
-word	ivoirien	24-1236-23456-1235-256
-word	jdanovien	245-145-1-1345-135-1236-256
-word	jordanien	245-56-145-1-1345-256
-word	jovien	245-135-1236-256
-word	julien	245-136-123-256
-word	jungien	245-136-1345-1245-256
-word	junonien	245-136-1345-135-1345-256
-word	jurassien	245-136-1235-1-2346-256
-word	kantien	13-2-2345-256
-word	keynésien	13-15-13456-1345-123456-234-256
-word	néokeynésien	1345-123456-135-13-15-13456-1345-123456-234-256
-word	kievien	13-24-15-1236-256
-word	kimméridgien	13-24-134-134-123456-1235-24-145-1245-256
-word	kolarien	13-135-123-1-1235-256
-word	koweïtien	13-135-2456-15-12456-2345-256
-word	lacanien	123-1-14-1-1345-256
-word	lacédémonien	123-1-14-123456-145-123456-134-135-1345-256
-word	lacertilien	123-1-14-236-2345-24-123-256
-word	laconien	123-1-14-135-1345-256
-word	ladinien	123-1-145-24-1345-256
-word	lagrangien	123-1-12456-2-1245-256
-word	lamarckien	123-1-134-4-14-13-256
-word	lancastrien	123-2-14-1-234-356-256
-word	laotien	123-1-135-2345-256
-word	laplacien	123-1-1246-1-14-256
-word	laramien	123-1-1235-1-134-256
-word	laurentien	123-13-1235-26-2345-256
-word	lédonien	123-123456-145-135-1345-256
-word	leibnizien	123-15-24-12-1345-24-1356-256
-word	lémurien	123-123456-134-136-1235-256
-word	leptorhinien	123-15-1234-2345-56-125-24-1345-256
-word	lesbien	123-15-234-12-256
-word	levalloisien	123-15-1236-1-456-23456-234-256
-word	lezguien	123-15-1356-1245-136-256
-after space word	lien	123-256
-word	ligurien	123-24-1245-136-1235-256
-word	lilliputien	123-24-456-24-1234-136-2345-256
-word	liquidien	123-24-12345-24-145-256
-word	lituanien	123-24-2345-136-1-1345-256
-word	llandeilien	123-123-2-145-15-24-123-256
-word	llanvirnien	123-123-2-1236-24-1235-1345-256
-word	logicien	123-135-1245-24-14-256
-word	logoudorien	123-135-1245-1256-145-135-1235-256
-word	londonien	123-346-145-135-1345-256
-word	longovicien	123-346-1245-135-1236-24-14-256
-word	lophophorien	123-135-1234-125-135-1234-125-135-1235-256
-word	louisquatorzien	123-1256-24-234-12345-1-2345-56-1356-256
-word	lucanien	123-136-14-1-1345-256
-word	ludien	123-136-145-256
-word	ludlowien	123-136-145-123-135-2456-256
-word	lusitanien	123-136-234-24-2345-1-1345-256
-word	lycien	123-13456-14-256
-word	lydien	123-13456-145-256
-word	macédonien	134-1-14-123456-145-135-1345-256
-word	macroscien	134-1-25-135-234-14-256
-word	maëstrichtien	134-1-1246-234-356-24-12356-2345-256
-word	magicien	134-1-1245-24-14-256
-word	maglemosien	134-1-345-15-134-135-234-256
-word	magnésien	134-1-2356-123456-234-256
-word	magnien	134-1-2356-256
-word	malarien	134-1-123-1-1235-256
-word	maldivien	134-1-123-145-24-1236-256
-word	malpighien	134-1-123-1234-24-1245-125-256
-word	malthusien	134-1-123-2345-125-136-234-256
-word	mammalien	134-1-134-134-1-123-256
-endword	mancien	134-2-14-256
-word	manganésien	134-2-1245-1-1345-123456-234-256
-word	marollien	134-1-1235-135-456-256
-word	martien	134-4-2345-256
-word	mauricien	134-13-1235-24-14-256
-word	mauritanien	134-13-1235-24-2345-1-1345-256
-always	mécanicien	134-123456-14-1-1345-24-14-256
-word	mélanésien	134-123456-123-1-1345-123456-234-256
-word	mérovingien	134-123456-1235-135-1236-35-1245-256
-word	mésaxonien	134-123456-234-1-1346-135-1345-256
-word	mésopotamien	134-123456-234-135-1234-135-2345-1-134-256
-word	mésosuchien	134-123456-234-135-234-136-12356-256
-word	messalien	134-15-2346-1-123-256
-word	messinien	134-15-2346-24-1345-256
-word	phalangien	1234-125-1-123-2-1245-256
-word	métatarsien	134-123456-2345-1-2345-4-234-256
-word	micoquien	134-24-14-135-12345-256
-always	microbien	134-24-25-135-12-256
-word	micronésien	134-24-25-135-1345-123456-234-256
-word	mien	134-256
-word	milicien	134-24-123-24-14-256
-word	monarchien	134-135-1345-4-12356-256
-word	monosomien	134-135-1345-135-234-135-134-256
-word	montessorien	134-346-2345-15-2346-135-1235-256
-word	muscarinien	134-136-234-14-1-1235-24-1345-256
-word	musicien	134-136-234-24-14-256
-word	mycorhizien	134-13456-14-56-125-24-1356-256
-word	namurien	1345-1-134-136-1235-256
-word	nancéien	1345-2-14-123456-256
-word	natoufien	1345-1-2345-1256-124-256
-word	némertien	1345-123456-134-236-2345-256
-word	néocomien	1345-123456-135-14-135-134-256
-word	néodarwinien	1345-123456-135-145-4-2456-24-1345-256
-word	néokantien	1345-123456-135-13-2-2345-256
-word	néphridien	1345-123456-1234-125-1235-24-145-256
-word	néronien	1345-123456-1235-135-1345-256
-word	nestorien	1345-15-234-2345-135-1235-256
-endword	neurien	1345-5-1235-256
-word	neuroendocrinien	1345-5-1235-135-26-145-135-25-24-1345-256
-word	neutronicien	1345-5-356-135-1345-24-14-256
-word	newtonien	1345-15-2456-2345-135-1345-256
-word	nidorien	1345-24-145-135-1235-256
-word	norien	1345-135-1235-256
-word	nousantarien	1345-1256-234-2-2345-1-1235-256
-word	novatien	1345-135-1236-1-2345-256
-word	nubien	1345-136-12-256
-word	oasien	135-1-234-256
-always	œdipien	246-145-24-1234-256
-word	œsophagien	246-234-135-1234-125-1-1245-256
-word	olécranien	135-123-123456-25-1-1345-256
-word	olympien	135-123-13456-134-1234-256
-word	ombrien	2456-23-256
-word	onusien	135-1345-136-234-256
-word	ophidien	135-1234-125-24-145-256
-word	opticien	135-1234-2345-24-14-256
-word	oratorien	135-1235-1-2345-135-1235-256
-word	ordovicien	135-1235-145-135-1236-24-14-256
-word	organicien	135-1235-1245-1-1345-24-14-256
-word	organolithien	135-1235-1245-1-1345-135-123-24-2345-125-256
-word	organomagnésien	135-1235-1245-1-1345-135-134-1-2356-123456-234-256
-word	ornithischien	135-1235-1345-24-2345-125-24-234-12356-256
-word	ottonien	135-2456-135-1345-256
-nofor begmidword  ougrien 1256-12456-256
-nofor word  ougrien 1256-12456-24-26
-word	oulipien	1256-123-24-1234-256
-word	ourlien	12346-123-256
-word	ovarien	135-1236-1-1235-256
-word	paléotéthysien	1234-1-123-123456-135-2345-123456-2345-125-13456-234-256
-word	palestinien	1234-1-123-15-234-2345-24-1345-256
-word	palladien	1234-1-456-1-145-256
-word	pannonien	1234-2-1345-135-1345-256
-word	paraxonien	1234-1-1235-1-1346-135-1345-256
-word	parkinsonien	1234-4-13-35-234-135-1345-256
-word	parnassien	1234-4-1345-1-2346-256
-word	paroissien	1234-1-1235-23456-2346-256
-word	parotidien	1234-1-1235-135-2345-24-145-256
-word	pastorien	1234-1-234-2345-135-1235-256
-word	paulicien	1234-13-123-24-14-256
-word	paulinien	1234-13-123-24-1345-256
-word	pavlovien	1234-1-1236-123-135-1236-256
-word	peckhamien	1234-15-14-13-125-1-134-256
-word	pélagien	1234-123456-123-1-1245-256
-word	péloponnésien	1234-123456-123-135-1234-346-1345-123456-234-256
-word	pelvien	1234-15-123-1236-256
-word	pennsylvanien	1234-26-1345-234-13456-123-1236-1-1345-256
-word	pentévrien	1234-26-2345-123456-1236-1235-256
-word	péridinien	1234-123456-1235-24-145-24-1345-256
-word	périgordien	1234-123456-1235-24-1245-56-145-256
-word	permien	1234-236-134-256
-word	péruvien	1234-123456-1235-136-1236-256
-word	phalangien	1234-125-1-123-2-1245-256
-word	pharisien	1234-125-1-1235-24-234-256
-always	pharmacien	1234-125-4-134-1-14-256
-word	phénicien	1234-125-123456-1345-24-14-256
-word	philadelphien	1234-125-24-123-1-145-15-123-1234-125-256
-word	phocidien	1234-125-135-14-24-145-256
-always	physicien	1234-125-13456-234-24-14-256
-word	plaisancien	1246-34-234-2-14-256
-always	platonicien	1246-1-2345-135-1345-24-14-256
-word	platyrhinien	1246-1-2345-13456-1235-125-24-1345-256
-word	plébéien	1246-123456-12-123456-256
-word	pliensbachien	1246-256-234-12-1-12356-256
-word	polynésien	1234-135-123-13456-1345-123456-234-256
-word	poméranien	1234-135-134-123456-1235-1-1345-256
-word	pompéien	1234-2456-1234-123456-256
-word	potsdamien	1234-135-2345-234-145-1-134-256
-word	prénéandertalien	235-123456-1345-123456-2-145-236-2345-1-123-256
-word	prétorien	235-123456-2345-135-1235-256
-word	priabonien	235-24-1-12-135-1345-256
-word	priapulien	235-24-1-1234-136-123-256
-word	proboscidien	235-12-135-234-14-24-145-256
-word	proculien	235-14-136-123-256
-word	prolétarien	235-123-123456-2345-1-1235-256
-word	prosimien	235-234-24-134-256
-word	protostomien	235-2345-135-234-2345-135-134-256
-word	proudhonien	235-1256-145-125-135-1345-256
-word	proustien	235-1256-234-2345-256
-word	prussien	235-136-2346-256
-word	pyrrhonien	1234-13456-1235-1235-125-135-1345-256
-word	pythagoricien	1234-13456-2345-125-1-1245-135-1235-24-14-256
-word	pythien	1234-13456-2345-125-256
-word	rabelaisien	1235-1-12-15-123-34-234-256
-word	racinien	1235-1-14-24-1345-256
-word	reaganien	1235-15-1-1245-1-1345-256
-word	relien	3-123-256
-word	reptilien	3-1234-2345-24-123-256
-word	rétinien	1235-123456-2345-24-1345-256
-word	reuchlinien	1235-5-12356-123-24-1345-256
-word	rhétoricien	1235-125-123456-2345-135-1235-24-14-256
-word	rhipidistien	1235-125-24-1234-24-145-24-234-2345-256
-word	rhodanien	1235-125-135-145-1-1345-256
-word	rhodésien	1235-125-135-145-123456-234-256
-word	rhodien	1235-125-135-145-256
-word	riemannien	1235-24-15-134-2-1345-256
-word	rimbaldien	1235-24-134-12-1-123-145-256
-word	roboticien	1235-135-12-135-2345-24-14-256
-word	romanellien	1235-135-134-1-1345-15-456-256
-word	rosicrucien	1235-135-234-24-25-136-14-256
-word	rotarien	1235-135-2345-1-1235-256
-always	rotulien	1235-135-2345-136-123-256
-endword	rurgien	1235-136-1235-1245-256
-word	russien	1235-136-2346-256
-word	rythmicien	1235-13456-2345-125-134-24-14-256
-word	saalien	234-1-1-123-256
-word	sabellien	234-1-12-15-456-256
-word	sabinien	234-1-12-24-1345-256
-always	saharien	234-1-125-1-1235-256
-word	cyrien	14-13456-1235-256
-word	sulpicien	234-136-123-1234-24-14-256
-word	sakmarien	234-1-13-134-1-1235-256
-word	salésien	234-1-123-123456-234-256
-word	salpingien	234-1-123-1234-35-1245-256
-word	santonien	234-2-2345-135-1345-256
-word	saoudien	234-1-1256-145-256
-word	saturnien	234-1-2345-136-1235-1345-256
-endword	saurien	234-13-1235-256
-word	saurischien	234-13-1235-24-234-12356-256
-word	saurophidien	234-13-1235-135-1234-125-24-145-256
-word	sauroptégyrien	234-13-1235-135-1234-2345-123456-1245-13456-1235-256
-word	saussurien	234-13-2346-136-1235-256
-word	savoisien	234-1-1236-23456-234-256
-word	saxonien	234-1-1346-135-1345-256
-word	scaldien	234-14-1-123-145-256
-word	sélacien	234-123456-123-1-14-256
-word	sémanticien	234-123456-134-2-2345-24-14-256
-word	sémioticien	234-123456-134-24-135-2345-24-14-256
-word	sénégambien	234-123456-1345-123456-1245-1-134-12-256
-word	sénonien	234-123456-1345-135-1345-256
-word	shakespearien	234-125-1-13-15-234-1234-15-1-1235-256
-word	sicilien	234-24-14-24-123-256
-word	sien	234-256
-word	silésien	234-24-123-123456-234-256
-word	silurien	234-24-123-136-1235-256
-word	simien	234-24-134-256
-word	sinémurien	234-24-1345-123456-134-136-1235-256
-word	singapourien	234-35-1245-1-1234-1256-1235-256
-word	sinusien	234-24-1345-136-234-24-26
-word	sipunculien	234-24-1234-136-1345-14-136-123-256
-word	socinien	234-135-14-24-1345-256
-word	sogdien	234-135-1245-145-256
-word	somalien	234-135-134-1-123-256
-word	sonvien	234-346-1236-256
-word	soutien	234-1256-2345-256
-word	sparnacien	234-1234-4-1345-1-14-256
-word	stalinien	234-2345-1-123-24-1345-256
-word	stampien	234-2345-1-134-1234-256
-word	stendhalien	234-2345-26-145-125-1-123-256
-word	stéphanien	234-2345-123456-1234-125-1-1345-256
-word	strombolien	234-356-2456-12-135-123-256
-word	stylicien	234-2345-13456-123-24-14-256
-word	surrénalien	234-136-1235-1235-123456-1345-1-123-256
-word	sylvien	234-13456-123-1236-256
-word	syrien	234-13456-1235-256
-word	tahitien	2345-1-125-24-2345-256
-word	tanzanien	2345-2-1356-1-1345-256
-word	tardenoisien	2345-4-145-15-1345-23456-234-256
-word	tarsien	2345-4-234-256
-word	tasmanien	2345-1-234-134-1-1345-256
-word	tatarien	2345-1-2345-1-1235-256
-word	tayacien	2345-1-13456-1-14-256
-always	technicien	2345-15-12356-1345-24-14-256
-word	tellien	2345-15-456-256
-word	tellurien	2345-15-456-136-1235-256
-word	terre-neuvien	2345-1235-36-1345-5-1236-256
-word	terrien	2345-236-1235-256
-word	thécamœbien	2345-125-123456-14-1-134-246-12-256
-word	théodosien	2345-125-123456-135-145-135-234-256
-word	théologien	2345-125-123456-135-123-135-1245-256
-word	théoricien	2345-125-123456-135-1235-24-14-256
-word	thermicien	2345-125-236-134-24-14-256
-word	thermidorien	2345-125-236-134-24-145-135-1235-256
-word	thessalien	2345-125-15-2346-1-123-256
-endword	thropien	2345-125-1235-135-1234-256
-word	thuringien	2345-125-136-1235-35-1245-256
-word	tien	2345-256
-word	tironien	2345-24-1235-135-1345-256
-word	toarcien	2345-135-4-14-256
-word	tokharien	2345-135-13-125-1-1235-256
-word	tomien	2345-135-134-256
-word	tortonien	2345-56-2345-135-1345-256
-word	touranien	2345-1256-1235-1-1345-256
-word	tragien	356-1-1245-256
-word	Transilien	46-356-2-234-24-123-256
-word	transneptunien	356-1345-15-1234-2345-136-1345-256
-word	transuranien	356-2-234-136-1235-1-1345-256
-word	transylvanien	356-2-234-13456-123-1236-1-1345-256
-word	tribunitien	356-24-12-136-1345-24-2345-256
-endword atricien 1-356-24-14-256
-endword ctricien 14-356-24-14-256
-endword otricien 135-356-24-14-256
-word	trinidadien	356-24-1345-24-145-1-145-256
-always	trinitarien	356-24-1345-24-2345-1-1235-256
-word	tsaconien	2345-234-1-14-135-1345-256
-word	turonien	2345-136-1235-135-1345-256
-word	tyrien	2345-13456-1235-256
-word	ukrainien	136-13-1235-34-1345-256
-word	urgonien	136-1235-1245-135-1345-256
-word	urticarien	136-1235-2345-24-14-1-1235-256
-word	valanginien	1236-1-123-2-1245-24-1345-256
-word	valoisien	1236-1-123-23456-234-256
-word	varsovien	1236-4-234-135-1236-256
-word	vauclusien	1236-13-146-136-234-256
-word	vaurien	1236-13-1235-256
-word	végétarien	1236-123456-1245-123456-2345-1-1235-256
-word	vénitien	1236-123456-1345-24-2345-256
-word	vermidien	1236-236-134-24-145-256
-word	vidien	1236-24-145-256
-word	villafranchien	1236-24-456-1-16-2-12356-256
-word	villanovien	1236-24-456-1-1345-135-1236-256
-word	vindobonien	1236-35-145-135-12-135-1345-256
-word	virginien	1236-24-1235-1245-24-1345-256
-word	voltairien	1236-135-123-2345-34-1235-256
-word	vosgien	1236-135-234-1245-256
-word	vulcanien	1236-136-123-14-1-1345-256
-word	wallisien	2456-1-456-24-234-256
-word	wealdien	2456-15-1-123-145-256
-word	wenlockien	2456-26-123-135-14-13-256
-word	westphalien	2456-15-234-2345-1234-125-1-123-256
-word	wormien	2456-56-134-256
-word	würmien	2456-1256-1235-134-256
-endword ygien 13456-1245-256
-endword	yngien	13456-1345-1245-256
-word	yprésien	13456-235-123456-234-256
-word	zambien	1356-1-134-12-256
-word	zéphyrien	1356-123456-1234-125-13456-1235-256
-word	zoroastrien	1356-135-1235-135-1-234-356-256
-word	zwinglien	1356-2456-35-345-256
-
-#Mots comportant un "q" non suivi de "u"
-nofor midword qch 12345-12356
-word	bicocq	56-12-24-14-135-14-12345
-word	bicoq	56-12-24-14-135-12345
-word	bicoqs	56-12-24-14-135-12345-234
-word bq 12-12345
-word burqa 12-136-1235-12345-1
-word cinq 14-35-12345
-word	coq	56-14-135-12345
-word	coqs	56-14-135-12345-234
-nofor word eurêka 5-1235-126-13-1
-word faq 124-1-12345
-word fiqh 124-24-12345-125
-word iraq 24-1235-1-12345
-nofor prfword mark 134-4-13
-nofor prfword marks 134-4-13-234
-nofor word maqam 134-1-12345-1-134
-nofor word maqsura 134-1-12345-234-136-1235-1
-nofor word muallaqa 134-136-1-456-1-12345-1
-nofor word muqarnas 134-136-12345-4-1345-1-234
-nofor begword naqch 1345-1-12345-12356
-word nasdaq 1345-1-234-145-1-12345
-word nastaliq 1345-1-234-2345-1-123-24-12345
-nofor begword qadar 12345-1-145-1-1235
-nofor begword qadd 12345-1-145-145
-nofor begword qadir 12345-1-145-24-1235
-nofor word qalandari 12345-1-123-2-145-1-1235-24
-nofor word qanat 12345-1-1345-1-2345
-nofor word qanun 12345-1-1345-136-1345
-nofor word qarmate 12345-4-134-1-2345-15
-nofor word qasida 12345-1-234-24-145-1
-nofor word qasidas 12345-1-234-24-145-1-234
-nofor word qasr 12345-1-234-1235
-word qat 12345-1-2345
-word qats 12345-1-2345-234
-word qi 12345-24
-begword qibl 12345-24-45
-word qin 12345-35
-word qinghao 12345-35-1245-125-1-135
-nofor begword qatar 12345-1-2345-1-1235
-word romestecq 1235-135-134-15-234-2345-15-14-12345
-word tamacheq 2345-1-134-1-12356-15-12345
-word tariqa 2345-1-1235-24-12345-1
-word	videcoq	56-1236-24-145-15-14-135-12345
-word	videcoqs	56-1236-24-145-15-14-135-12345-234
-word weiqi 2456-15-2-12345-24
-
-
-#Quelques mots ou suites de caractères difficiles à intégrer dans les règles ci-dessus"
-word allô 56-1-123-123-1456
-word auer 1-136-15-1235
-word à-peu-près 12356-36-1234-5-36-235-234
-word bau 12-13
-begword bickf 12-24-14-13-124
-word bottom 12-135-2345-2345-2456
-nofor before con begword buck 12-136-14-13
-nofor word çà 12346-12356
-word cañon 14-1-12456-346
-word cañons 14-1-12456-346-234
-nofor word crône 25-1456-1345-15
-nofor word crônes 25-1456-1345-156
-before conabr begmidword coex 14-135-15-1346
-word décemvir 145-123456-14-345-1236-24-1235
-partword décemvir 145-123456-14-345-1236-24-1235
-word diêu 56-145-24-126-136
-word doña 145-135-12456-1
-nofor before con begword draw 1456-1-2456
-word fagoue 124-1-1245-1256-15
-word fagoues 124-1-1245-1256-156
-nofor begword folk 124-135-123-13
-nofor begword fox 124-135-1346
-nofor begword frœ 16-246
-nofor before con begword from 16-2456
-word guèze 1245-136-2346-1356-15
-nofor begword hack 125-1-14-13
-nofor begmidword indemn 35-145-345-1345
-nofor midword kilo 13-24-123-135
-word landsmål 123-2-145-234-134-2-123
-sufword lemna 123-345-1345-1
-word link 123-53-13
-word links 123-53-13-234
-word maestà 134-1-15-234-2345-12356
-word moeurs 134-135-46-234
-nofor before con begword new 1345-15-2456
-nofor begword pellagreu 1234-15-456-1-12456-5
-word pelles 123-15-456-156
-nofor before con begword pick 1234-24-14-13
-partword qur 12345-136-1235
-word pop3 1234-135-1234-6-146
-word prof 235-135-124
-word profs 235-135-124-234
-word riksmål 1235-24-13-234-134-2-123
-nofor begword wh 2456-125
-nofor begword semnop 234-345-1345-135-1234
-nofor begword semsey 234-345-234-15-13456
-nofor begword señ 234-15-12456
-word sertao 234-236-2345-1-135
-word sertão 234-236-2345-5-26-16-135
-word sos 56-234-135-234
-nofor partword stock 234-2345-135-14-13
-nofor begword temno 2345-345-1345-135
-sufword york 13456-56-13
-word www 56-2456-2456-2456
-nofor word zyklon 1356-13456-13-123-346
-nofor word € 45-15
-always (o) 236-135-356
-
-#Ponctuations suivies d'un signe
-nofor postpunc ." 256-2356
-nofor postpunc .) 256-356
-nofor postpunc .] 256-356-12
-nofor postpunc .} 256-356-3-3
-nofor postpunc ;" 23-2356
-nofor postpunc ;) 23-356
-nofor postpunc ;] 23-356-12
-nofor postpunc ;} 23-356-3-3
-nofor postpunc ," 2-2356
-nofor postpunc ,) 2-356
-nofor postpunc ,] 2-356-12
-nofor postpunc ,} 2-356-3-3
-nofor postpunc ?" 26-2356
-nofor postpunc ?) 26-356
-nofor postpunc ?] 26-356-12
-nofor postpunc ?} 26-356-3-3
-nofor postpunc !" 235-2356
-nofor postpunc !) 235-356
-nofor postpunc !] 235-356-12
-nofor postpunc !} 235-356-3-3
-
-#Signes suivis d'une ponctuation
-nofor postpunc ), 356-2
-nofor postpunc ); 356-23
-nofor postpunc ): 356-25
-nofor postpunc ). 356-256
-nofor postpunc )? 356-26
-nofor postpunc )! 356-235
-nofor postpunc ", 2356-2
-nofor postpunc "; 2356-23
-nofor postpunc ". 2356-235
-nofor postpunc "? 2356-26
-nofor postpunc "! 2356-235
-nofor postpunc ] 356-12
-midword / 6-34
-
-word " 56-2356
-word \x00ab 56-2356
-word \x00bb 56-2356
-
-word / 6-34
-word * 6-35
-noback always -\s 56-36-0
-word - 56-36
-word ? 56-26
-word ! 56-235
-word ( 56-236
-word ) 56-356
-
-
-#Quelques corrections après traitement
-nofor pass3 [@36-134-356] @14-135-134-134-15-2345-2345-1235-15
-nofor correct "q"["u"]"."$l ?
-nofor correct "Q"["u"]"."$l ?
-nofor correct ".q"["u"]"." ?
-nofor correct ".Q"["u"]"." ?
-nofor correct "qu"["u"] ?
-nofor correct "QU"["U"] ?
-#gestion du tiret en début de mot
-noback correct `"-"$l "`"*
-noback correct $s["-"]$l "`-"
-
-#Parenthèse dans un mot
-noback correct $l["("] "\x201E("
-nofor correct $l["„"]"(" ?
-
-#Minuscule suivie d'une majuscule
-noback correct $l$u[]$U$l "\xfffb"
-noback pass2 @256b ?
-
-#opérations mathématiques
-
-#éliminer les chaînes n'étant pas des expressions mathématiques
-nofor pass4 @6-36%frmath.$s @12345678*
-nofor pass4 @6-36%frmath.~ @12345678*
-
-nofor pass3 `[@6-36]!$s @13678
-nofor pass3 $s[@6-36]!$s @13678
-nofor pass3 $l[@6-36]$d @36-6
-nofor pass3 @12345678 ?
-
-#Traitement des accolades"
-nofor pass4 @6-6-236[]%frmath.$s @6
-nofor pass4 @6-6-236%frmath.~ #4=1*
-nofor pass4 #4=0@6-6-236[] @0-8-0
-nofor pass4 !@0[]@356-3-3 @0-8-0
-
-#Une expression commençant par un point 6 est maintenant forcément une expression mathématique
-#Elle se termine par un espace, un letsign ou une fin de chaîne.
-nofor pass2 `@6 #1=1*
-nofor pass2 $s@6 #1=1*
-nofor pass2 `!@6 #1=0*
-nofor pass2 $s!@6 #1=0*
-nofor pass2 @56 #1=0*
-nofor pass2 $s@6-6-236!%frmath #1=0*
-
-#Cas particulier des mots finissant par "lieues"
-nofor pass3 @123-6-156~ #1=0*
-nofor pass3 @123-6-156$s #1=0*
-nofor pass3 @123-6-156!$l #1=0*
-
-#Traitement des opérateurs
-nofor pass2 #1=1[@235] @2358	plus
-nofor pass2 #1=1[@36] @368	moins
-nofor pass2 #1=1[@35] @358	multiplié
-nofor pass2 #1=1[@34] @348	divisé
-nofor pass2 #1=1[@4] @47	puissance
-
-nofor pass2 #1=1[@2356] @23568	égal
-nofor pass2 #1=1[@5-126] @238	inférieur à
-nofor pass2 #1=1[@5-345] @756	supérieur à
-
-nofor pass2 #1=1[@236] @2368	parenthèse gauche
-
-nofor pass2 #1=1[@45-236] @12356a	crochet gauche
-nofor pass2 #1=1[@12356] @12356a	crochet gauche
-nofor pass2 #1=1[@356-12] @23456a	crochet droit
-nofor pass2 #1=1[@23456] @23456a	crochet droit
-
-nofor pass2 #1=1[@6-6-236] @2378	accolade gauche
-nofor pass2 #1=1[@356-3-3] @3568	accolade droite
-
-nofor pass2 #1=0[@356-12]$sp @234568	crochet droit littéraire
-nofor pass2 #1=0[@356-12]~ @234568
-
-#Les chiffres
-nofor pass2 #1=1[@16] @168
-nofor pass2 #1=1[@126] @1268
-nofor pass2 #1=1[@146] @1468
-nofor pass2 #1=1[@1456] @14568
-nofor pass2 #1=1[@156] @1568
-nofor pass2 #1=1[@1246] @12468
-nofor pass2 #1=1[@12456] @124568
-nofor pass2 #1=1[@1256] @12568
-nofor pass2 #1=1[@246] @2468
-nofor pass2 #1=1[@3456] @34568
-nofor context @168 "1"
-nofor context @1268 "2"
-nofor context @1468 "3"
-nofor context @14568 "4"
-nofor context @1568 "5"
-nofor context @12468 "6"
-nofor context @124568 "7"
-nofor context @12568 "8"
-nofor context @2468 "9"
-nofor context @34568 "0"
-nofor context @2358 "+"
-nofor context @368 "-"
-nofor context @13678 "-"
-nofor context @358 "*"
-nofor context @348 "/"
-nofor context @47 "^"
-
-nofor context @23568 "="
-nofor context @238 "<"
-nofor context @756 ">"
-
-nofor context @2368 "("
-nofor context @234568 "]"
-
-nofor context @6-2368-6 "{"
-nofor context @6-6-2368 "{"
-nofor context @2378 "{"
-nofor context @3568 "}"
-nofor context @6-2368-6-6-2368 "({"
-nofor context @6-6-2368-6-2368 "{("
-
-#Crochets mathématiques en forward
-noback correct `["["]$dmp "`\xfffd"
-noback correct $s["["]$dmp "`\xfffd"
-noback correct ["["]$dmp "\xfffd"
-noback correct $dm2["]"] "\xfffe"
-
-noback pass2 @12356[@6]$dm ?
-noback pass2 @23456[@6]$dm ?
-noback pass2 $d[@6]$d ?
-#Fin opérations mathématiques
-
-#Sigles contenants des points ou des tirets
-noback compbrl \xfff9
-noback correct $l.["."]$l "\xfff9"#2=1
-noback correct #2=1$pl[]$d "`"
-
-noback correct `$l"-"[]$l"-"$l "\xfff9"
-noback correct $s$l"-"[]$l"-"$l "\xfff9"
-noback context $l"-"["\xfff9"]$l"-"$l2 ?
-
-noback pass2 @36[@256a] ?
-noback pass2 @256a @256
-
-noback pass3 $s@56 #3=1*
-noback pass3 `@56 #3=1*
-noback pass3 %apost@56 #3=1*
-noback pass3 $s!@56 #3=0*
-noback pass3 `!@56 #3=0*
-noback pass3 %apost!@56 #3=0*
-
-noback pass3 #3=1@36[@56] ?
-noback pass3 #3=1@6-256 @256-6
-
-nofor pass4 `@56!$s #2=1*
-nofor pass4 $s@56!$s #2=1*
-nofor pass4 %apost@56!$s #2=1*
-nofor pass4 [@256-56]!$s @256b#2=1
-nofor pass4 $s #2=0*
-
-nofor pass4 @25-34-34 @25a-34a-34a
-nofor pass4 #2=1[@256] @256b
-nofor pass4 #2=1$lmp[@36] @36a-36a
-nofor pass3 @56-46-46 @46-46-56
-nofor pass3 @56-46 @46-56
-nofor pass2 $l@256b[@46] @0-256b-256b-0-46-56
-
-nofor correct "\xfffb" "."
-nofor context @25a-34a-34a "://"
-nofor context @36a-36a "-"
-nofor correct "\s\xfffb\xfffb\s" ?
-#Fin sigles
-
-nofor pass2 $a[@36-3-36]$a @36-123-1-36
-nofor correct "grèo" "ïsso"
-nofor correct $l["-te-"]"il" "-t-"
-nofor correct $l["-te-"]"el" "-t-"
-nofor correct $l["-te-"]"en" "-t-"
-nofor correct $l["-te-"]"on" "-t-"
-nofor correct $l["-te-"]"y" "-t-"
-
-# lettres suivi nombre
-nofor pass3 $l[]@6$d @6a
-nofor pass3 $d[]@56-46$l @6a
-nofor correct "\xfffa" ?
-nofor correct "\s\\8/\s" ?
-
-# nombre suivi lettres sans pts 56
-nofor pass3 @6$d[]@1 @56
-nofor pass3 @6$d[]@15 @56
-nofor pass3 $d@0[]$d @0-8-0
-
-# quelques suppressions de pts 56 ou 6 en forward
-noback pass2 @6$d[@56]$l ?
-noback pass2 [@56]@1$s ?
-noback pass2 [@56]@15$s ?
-noback pass2 `[@56]@1-36 ?
-noback pass2 [@6]@6-45-236 ?
-noback pass2 @5-126[@6]$dm ?
-noback pass2 @5-345[@6]$dm ?
-noback pass2 @6-6-236[@6] ?
-noback pass2 [@56]@56$l ?
-noback pass2 $l[@6]@45 ?
-noback pass2 $l[@6]@6$d ?
-noback correct $l["-"]$s "\xfffc"
-noback pass2 @12345678a @36
-
-nofor word alvaralhão 1-123-1236-1-1235-1-123-125-1-135 
-word bmw 12-134-2456
-word	cant	56-14-1456
-word	chs	56-14-125-234
-noback word	cs	56-14-234
-noback word	der	56-145-15-1235
-word mn 56-134-1345
-word ln 56-123-1345
-word lr 56-123-1235
-word lw 56-123-2456
-word jt 56-245-2345
-word ksi 56-13-234-24
-word lm 56-123-134
-word md 56-134-145
-word min 56-134-24-1345
-word mjc 134-245-14
-word mms 56-134-134-234
-noback word	mr	56-134-1235
-noback word	mrs	56-134-1235-234
-word mt 56-134-2345
-word mtm 56-134-2345-134
-word ns 56-1345-234
-word pb 56-1234-12
-word pc 56-1234-14
-word pd 56-1234-145
-word po 56-1234-135
-word ppb 56-1234-1234-12
-word pt 56-1234-2345
-noback	word	sin 234-24-1345
-word ssbs 56-234-234-12-234
-word systems 234-13456-234-2345-15-134-234
-word ten 2345-15-1345
-word th 56-2345-125
-word ths 56-2345-125-234
-word tl 56-2345-123
-word xhosa 1346-125-135-234-1
-word	XV	1346-1236
-nofor prfword dieu 145-6
-nofor prfword lieu 123-6
-nofor prfword pieu 1234-6
-nofor prfword sieu 234-6
-
-nofor correct "angström" "angstrœm"
-nofor correct "Chrd\sRai" "Árd\sRí"
-nofor correct "compoly" "-poly"
-nofor correct "b.a.comba" "b.a.-ba"
-nofor correct "b.a.comba" "b.a.-ba"
-nofor correct "bokmanorl" "bokmål"
-nofor correct "D-ROM" "D-Rom"
-nofor correct "Neels?" "Neelsen"
-nofor correct "eTtire" "eWire"
-noback pass2 @26[@56]@36 ?
-
-nofor pass4 @6-6-236[]%frmath.$s @6
-nofor pass4 @6-6-236%frmath.~ #4=1*
-nofor pass4 #4=0@6-6-236[] @0-8-0
-nofor pass4 !@0[]@356-3-3 @0-8-0
-
-word ce) 14-15-356
-word le) 123-15-356
-word me) 134-15-356
-word ne) 1345-15-356
-word te) 2345-15-356
-word le. 123-15-256
-word me. 134-15-256
-word se. 234-15-256
-word te. 2345-15-256
-
-word cor) 14-135-1235-356
-
-# Séquences de caractères particulières
-compbrl :// URLs
-compbrl ()
-compbrl mailto:
-compbrl www.
-compbrl .be
-compbrl .com
-compbrl .edu
-compbrl .fr
-compbrl .gov
-compbrl .mil
-compbrl .net
-compbrl .org
-compbrl .uk
-
-compbrl .bat
-compbrl .cfg
-compbrl .dll
-compbrl .doc
-compbrl .docx
-compbrl .exe
-compbrl .htm
-compbrl .html
-compbrl .ini
-compbrl .log
-compbrl .msi
-compbrl .odt
-compbrl .tex
-compbrl .txt
-compbrl .xls
-compbrl .xlsx
-compbrl .xml
-compbrl .xsl
-
-compbrl .gif
-compbrl .jpg
-compbrl .ico
-compbrl .png
-
-compbrl .avi
-compbrl .ogg
-compbrl .mkv
-compbrl .mp3
-compbrl .mp4
-compbrl .wav
-compbrl .wmv
-
-compbrl .7z
-compbrl .gz
-compbrl .gz2
-compbrl .rar
-compbrl .tar
-compbrl .zip
-#-display-name: Kannada braille
-
-#+locale:kn
-#+type:literary
-#+grade:1
-
-# TODO: Please correct the metadata above. It is not meant to be
-# accurate nor complete. It hasn't been verified by the table
-# author yet. It is merely an attempt by the liblouis maintainers
-# to get some sensible initial values in place.
-
-# TODO: Please add a reference to official documentation about
-# the implemented braille code. Preferably submit the documents
-# to https://github.com/liblouis/braille-specs.
-
-include spaces.ctb
-include ka-in-g1.utb
-include braille-patterns.cti
-#-display-name: Lithuanian 8-dot braille
-
-#+locale:lt
-#+type:literary
-#+dots:8
-
-# TODO: Please correct the metadata above. It is not meant to be
-# accurate nor complete. It hasn't been verified by the table
-# author yet. It is merely an attempt by the liblouis maintainers
-# to get some sensible initial values in place.
-
-# TODO: Please add a reference to official documentation about
-# the implemented braille code. Preferably submit the documents
-# to https://github.com/liblouis/braille-specs.
-
-include lt.ctb
-include braille-patterns.cti
-#
-#  Copyright (C) 2010-2011 by DocArch <http://www.docarch.be>
-#  Copyright (C) 2014-2015 by Bert Frees
-#  Copyright (C) 2014 by CBB <http://www.cbb.nl>
-#  Copyright (C) 2015, 2016 by Dedicon <http://www.dedicon.nl>
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 3 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-#
-# -------------------------------------------------------------------------------
-#
-#  Dutch Braille based on the braille standard of 2005
-#
-#     Created by Bert Frees <bertfrees@gmail.com>
-#     Modified by Henri Apperloo <h.apperloo@cbb.nl>
-#     Modified by Davy Kager <DavyKager@dedicon.nl>
-#
-#     See also: « Braillestandaard voor algemeen gebruik in het Nederlandse taalgebied,
-#                Van toepassing vanaf 1 september 2005 »
-#              (Federatie Slechtzienden- en Blindenbelang en 
-#                Belgische Confederatie voor Blinden en Slechtzienden, 2005)
-#               [https://cdn.rawgit.com/liblouis/braille-specs/master/Belgium/Eindtekst-zonder-voorblad-dec-2005.doc][1]
-#
-# ----------------------------------------------------------------------------------------------
-
-include nl-chardefs.uti
-include braille-patterns.cti
-
-hyphen    \x002D  36
-
-# §3.1 Het cijferteken [1]
-
-midnum    \x002C  2    # COMMA
-midnum    \x002E  256  # FULL STOP
-midnum    \x003A  25   # COLON
-
-# §1.55 Paragraafteken [1]
-
-begword \x00A7   346-0
-midword \x00A7 0-346-0
-endword \x00A7 0-346
-
-# §2.18 Procent- en promilleteken [1]
-
-endnum  \x0025 0-123456
-endnum  \x2030 0-123456-123456
-
-# §3.2 De basisrekentekens (spatieregel) [1]
-
-# isgelijkteken =
-begword \x003D   2356-0
-midword \x003D 0-2356
-endword \x003D 0-2356-0
-
-# plusteken +
-begword \x002B   235-0
-endnum  \x002B 5-235
-
-# deelteken ÷
-begword \x00F7   256-0
-midword \x00F7 0-256-0
-endword \x00F7 0-256
-
-# maalteken ×
-begword \x00D7   236-0
-midword \x00D7 0-236-0
-endword \x00D7 0-236
-
-# §1.5 euroteken € (zonder spatie vóór het getal) [1]
-
-noback joinnum \x20AC 15
-
-# §1.4 dollarteken $ (zonder spatie vóór het getal) [1]
-
-noback joinnum \x0024 145
-
-# §1.16 pondteken £ (zonder spatie vóór het getal) [1]
-
-noback joinnum \x00A3 1234
-
-# §1.24 yenteken ¥ (zonder spatie vóór het getal) [1]
-
-noback joinnum \x00A5 13456
-
-# Eén
-noback context ["E"]"\x00E9"  @123456
-
-# §3.6 Graad-, minuut- en secondeteken [1]
-noback context $d["''"] @4-35-35
-noback context $d["'"] @4-35
-
-# Roman page numbers
-replace  \\_
-
-# §2.11 Herstelteken [1]
-
-# For numbers that are immediately followed by a letter a-j, a sign must be
-# inserted for terminating the number.
-class       digitletter            abcdefghij    # 1st class = $w
-noback context     $d[]%digitletter       @6
-noback context     $d","[]%digitletter    @6
-noback context     $d"."[]%digitletter    @6
-noback context     $d":"[]%digitletter    @6
-# Multiple dots 6 are collapsed into a single dot 6.
-noback pass2       [@6]@6                 ?
-noback pass3       $d[@6]@456             ?
-
-# §2.20 Sleutelteken tweede betekenis [1]
-
-# §2.3 Ampersandteken [1]
-
-# When an AMPERSAND appears within a word (e.g. an initialism like AT&T) it must be
-# preceded by a "second meaning" sign because its first meaning is LETTER C WITH
-# CEDILLA (ç).
-
-# When a PLUS SIGN appears within a word (e.g. 30+'er) it must be preceded by a
-# "second meaning" sign because its first meaning is EXCLAMATION MARK.
-
-class    plusamp                     +&     # 2nd class = $x
-class    noplusamp                   -.'    # 3rd class = $y
-noback pass4    %noplusamp[]%plusamp        @5
-noback pass4    $l[]%plusamp                @5
-noback pass4    [@235a]%plusamp             @235-5
-noback pass4    [@12346a]%plusamp           @12346-5
-noback pass4    [@235a]                     @235
-noback pass4    [@12346a]                   @12346
-
-numsign  3456
-
-# §1.58 Drukwijzigingsteken [1]
-emphclass italic
-emphclass underline
-emphclass bold
-
-lenemphphrase italic 4
-begemphword italic 456
-endemphword italic 6
-begemphphrase italic 456-456
-endemphphrase italic before 456
-emphletter italic 456
-
-lenemphphrase bold 4
-begemphword bold 456
-endemphword bold 6
-begemphphrase bold 456-456
-endemphphrase bold before 456
-emphletter bold 456
-
-lenemphphrase underline 4
-begemphword underline 456
-endemphword underline 6
-begemphphrase underline 456-456
-endemphphrase underline before 456
-emphletter underline 456
-
-# §2.12 Hoofdletters [1]
-
-# Certain characters can appear within an uppercase string without cancelling
-# the uppercase "state". These characters are - (HYPHEN MINUS), + (PLUS SIGN), &
-# (AMPERSAND), . (FULL STOP) and ' (APOSTROPHE).
-capsmodechars -+&.'
-# The same goes for the emphasis "state". This is not yet supported.
-# See: https://github.com/liblouis/liblouis/issues/116
-#emphmodechars -+&.'
-
-lencapsphrase 4
-begcapsword 45
-endcapsword 6
-begcapsphrase 45-45
-endcapsphrase before 45
-capsletter 46
-# This table contains braille codes and rules for Gujarati script.
-#
-# Copyright (C) 2014 National Institute for Visually Handicapped, 116, Rajpur Road, Dehradun, Uttrakhand, India
-#
-# This file is part of liblouis.
-#
-# liblouis is free software: you can redistribute it and/or modify it
-# under the terms of the GNU Lesser General Public License as
-# published by the Free Software Foundation, either version 2.1 of the
-# License, or (at your option) any later version.
-#
-# liblouis is distributed in the hope that it will be useful, but
-# WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-# Lesser General Public License for more details.
-#
-# You should have received a copy of the GNU Lesser General Public
-# License along with liblouis. If not, see
-# <http://www.gnu.org/licenses/>.
-
-# This table is built and maintained under an activity of Braille Council of India
-# Contributors: Dipendra Manocha, Sreeja, Dinesh Kaushal, Mesar Hameed
-# Last updated on May 5, 2014
-# To report any bugs or any suggestion, please write to d@saksham.org and sreeja.param@gmail.com
-
-# Vowels
- 
-include braille-patterns.cti 
-    
-letter   \x0A81	3	# GUJARATI SIGN CHANDRABINDU
-letter   \x0A82	56	# GUJARATI SIGN ANUSVARA
-letter   \x0A83	6	# GUJARATI SIGN VISARGA
-letter   \x0A85	1	# GUJARATI LETTER A
-letter   \x0A86	345	# GUJARATI LETTER  AA
-letter   \x0A87	24	# GUJARATI LETTER I
-letter   \x0A88	35	# GUJARATI LETTER II
-letter   \x0A89	136	# GUJARATI LETTER U
-letter   \x0A8A	1256	# GUJARATI LETTER UU
-letter   \x0A8B	5-1235	# GUJARATI LETTER VOCALIC R
-letter   \x0A8C	5-123	# GUJARATI LETTER VOCALIC L (USED WITH SANSKRIT TEXT)
-letter   \x0A8D	26	# GUJARATI VOWEL CANDRA E
-letter   \x0A8F	15	# GUJARATI LETTER E
-letter   \x0A90	34	# GUJARATI LETTER AI
-letter   \x0A93	135	# GUJARATI LETTER O
-letter   \x0A94	246	# GUJARATI LETTER AU
-
-replace \X200D
-
-# Consonents
-
-letter   \x0A95	13	# GUJARATI LETTER KA
-letter   \x0A96	46	# GUJARATI LETTER KHA
-letter   \x0A97	1245	# GUJARATI LETTER GA
-letter   \x0A98	126	# GUJARATI LETTER GHA
-letter   \x0A99	346	# GUJARATI LETTER NGA
-
-letter   \x0A9A	14	# GUJARATI LETTER CA
-letter   \x0A9B	16	# GUJARATI LETTER CHA
-letter   \x0A9C	245	# GUJARATI LETTER JA
-letter   \x0A9D	356	# GUJARATI LETTER JHA
-letter   \x0A9E	25	# GUJARATI LETTER NYA
-
-letter   \x0A9F	23456	# GUJARATI LETTER TTA
-letter   \x0AA0	2456	# GUJARATI LETTER TTHA
-letter   \x0AA1	1246	# GUJARATI LETTER DDA
-letter   \x0AA2	123456	# GUJARATI LETTER DDHA
-letter   \x0AA3	3456	# GUJARATI LETTER NNA
-
-letter   \x0AA4	2345	# GUJARATI LETTER TA
-letter   \x0AA5	1456	# GUJARATI LETTER THA
-letter   \x0AA6	145	# GUJARATI LETTER DA
-letter   \x0AA7	2346	# GUJARATI LETTER DHA
-letter   \x0AA8	1345	# GUJARATI LETTER NA
-
-letter   \x0AAA	1234	# GUJARATI LETTER PA
-letter   \x0AAB	235	# GUJARATI LETTER PHA
-letter   \x0AAC	12	# GUJARATI LETTER BA
-letter   \x0AAD	45	# GUJARATI LETTER BHA
-letter   \x0AAE	134	# GUJARATI LETTER MA
-
-letter   \x0AAF	13456	# GUJARATI LETTER YA
-letter   \x0AB0	1235	# GUJARATI LETTER RA
-letter   \x0AB2	123	# GUJARATI LETTER LA
-letter   \x0AB3	456	# GUJARATI LETTER LLA
-letter   \x0AB5	1236	# GUJARATI LETTER VA
-letter   \x0AB6	146	# GUJARATI LETTER SHA
-letter   \x0AB7	12346	# GUJARATI LETTER SSA
-letter   \x0AB8	234	# GUJARATI LETTER SA
-letter   \x0AB9	125	# GUJARATI LETTER HA
-letter   \x0ABD	2	# GUJARATI SIGN AVAGRAHA
-
-letter   \x0ABE	345	# GUJARATI VOWEL SIGN AA
-letter   \x0ABF	24	# GUJARATI VOWEL SIGN I (STANDS TO THE LEFT OF THE CONSONANT)
-letter   \x0AC0	35	# GUJARATI VOWEL SIGN II
-letter   \x0AC1	136	# GUJARATI VOWEL SIGN U
-letter   \x0AC2	1256	# GUJARATI VOWEL SIGN UU
-letter   \x0AC3	61235	# GUJARATI VOWEL SIGN VOCALIC R
-letter   \x0AC4	5-1235	# GUJARATI VOWEL SIGN VOCALIC RR
-letter   \x0AC5	26	# GUJARATI VOWEL SIGN CANDRA E
-letter   \x0AC7	15	# GUJARATI VOWEL SIGN E
-letter   \x0AC8	34	# GUJARATI VOWEL SIGN AI
-letter   \x0ACB	135	# GUJARATI VOWEL SIGN O
-letter   \x0ACC	246	# GUJARATI VOWEL SIGN AU
-
-letter   \x0ACD	4	# GUJARATI SIGN VIRAMA
-letter   \x0AD0	135-4-134	# GUJARATI OM
-letter   \x0AE0	 5-1235	# GUJARATI LETTER VOCALIC RR
-letter   \x0AE1	6-123	# GUJARATI LETTER VOCALIC LL
-letter   \x0AE2	5-123	# GUJARATI VOWEL SIGN VOCALIC L
-letter   \x0AE3	6-123	# GUJARATI VOWEL SIGN VOCALIC LL
-
-# Digits
-
-litdigit   \x0AE6	245	# GUJARATI DIGIT ZERO
-litdigit   \x0AE7	1	# GUJARATI DIGIT ONE
-litdigit   \x0AE8	12	# GUJARATI DIGIT TWO
-litdigit   \x0AE9	14	# GUJARATI DIGIT THREE
-litdigit   \x0AEA	145	# GUJARATI DIGIT FOUR
-litdigit   \x0AEB	15	# GUJARATI DIGIT FIVE
-litdigit   \x0AEC	124	# GUJARATI DIGIT SIX
-litdigit   \x0AED	1245	# GUJARATI DIGIT SEVEN
-litdigit   \x0AEE	125	# GUJARATI DIGIT EIGHT
-litdigit   \x0AEF	24	# GUJARATI DIGIT NINE
-
-# Half letters
-
-always   \x0A95\x0ACD	4-13	# GUJARATI LETTER KA
-always   \x0A96\x0ACD	4-46	# GUJARATI LETTER KHA
-always   \x0A97\x0ACD	4-1245	# GUJARATI LETTER GA
-always   \x0A98\x0ACD	4-126	# GUJARATI LETTER GHA
-always   \x0A99\x0ACD	4-346	# GUJARATI LETTER NGA
-
-always   \x0A9A\x0ACD	4-14	# GUJARATI LETTER CA
-always   \x0A9B\x0ACD	4-16	# GUJARATI LETTER CHA
-always   \x0A9C\x0ACD	4-245	# GUJARATI LETTER JA
-always   \x0A9D\x0ACD	4-356	# GUJARATI LETTER JHA
-always   \x0A9E\x0ACD 	4-25	# GUJARATI LETTER NYA
-
-always   \x0A9F\x0ACD	4-23456	# GUJARATI LETTER TTA
-always   \x0AA0\x0ACD	4-2456	# GUJARATI LETTER TTHA
-always   \x0AA1\x0ACD	4-1246	# GUJARATI LETTER DDA
-always   \x0AA2\x0ACD	4-123456	# GUJARATI LETTER DDHA
-always   \x0AA3\x0ACD	4-3456	# GUJARATI LETTER NNA
-
-always   \x0AA4\x0ACD	4-2345	# GUJARATI LETTER TA
-always   \x0AA5\x0ACD	4-1456	# GUJARATI LETTER THA
-always   \x0AA6\x0ACD	4-145	# GUJARATI LETTER DA
-always   \x0AA7\x0ACD	4-2346	# GUJARATI LETTER DHA
-always   \x0AA8\x0ACD	4-1345	# GUJARATI LETTER NA
-
-always   \x0AAA\x0ACD	4-1234	# GUJARATI LETTER PA
-always   \x0AAB\x0ACD	4-235	# GUJARATI LETTER PHA
-always   \x0AAC\x0ACD	4-12	# GUJARATI LETTER BA
-always   \x0AAD\x0ACD	4-45	# GUJARATI LETTER BHA
-always   \x0AAE\x0ACD	4-134	# GUJARATI LETTER MA
-always   \x0AAF\x0ACD	4-13456	# GUJARATI LETTER YA
-always   \x0AB0\x0ACD	4-1235	# GUJARATI LETTER RA
-always   \x0AB2\x0ACD	4-123	# GUJARATI LETTER LA
-always   \x0AB3\x0ACD	4-456	# GUJARATI LETTER LLA
-always   \x0AB5\x0ACD	4-1236	# GUJARATI LETTER VA
-always   \x0AB6\x0ACD	4-146	# GUJARATI LETTER SHA
-always   \x0AB7\x0ACD	4-12346	# GUJARATI LETTER SSA
-always   \x0AB8\x0ACD	4-234	# GUJARATI LETTER SA
-always   \x0AB9\x0ACD	4-125	# GUJARATI LETTER HA
-
-always   \x0AC3\x0ACD	4-61235	# GUJARATI VOWEL SIGN VOCALIC R
-always   \x0AC4\x0ACD	4-5-1235	# GUJARATI VOWEL SIGN VOCALIC RR
-always   \x0AE0\x0ACD	4-5-1235	# GUJARATI LETTER VOCALIC RR
-always   \x0AE1\x0ACD	4-6-123	# GUJARATI LETTER VOCALIC LL
-always   \x0AE2\x0ACD	4-5-123	# GUJARATI VOWEL SIGN VOCALIC L
-always   \x0AE3\x0ACD	4-6-123 	# GUJARATI VOWEL SIGN VOCALIC LL
-
-# ksha and gya
-
-
-always \x0A95\x0ACD\x0AB7\x0ACD 4-12345 #"ksha"
-always \x0A9C\x0ACD\x0A9E 156 #gyan
-always \x0A95\x0ACD\x0AB7 12345 #"ksha"
-
-  # consonent followed by vowel but not matra
-  
-  class  GujaratiVowel \x0A87\x0A88\x0A89\x0A8A\x0A8B\x0A8C\x0A8D\x0A8F\x0A90\x0A93\x0A94
-  class Halant \x0ACD
-  
-before GujaratiVowel  always	\x0A95	13-1	# GUJARATI LETTER KA
-before GujaratiVowel  always	\x0A96	46-1	# GUJARATI LETTER KHA
-before GujaratiVowel always 	\x0A97	1245-1	# GUJARATI LETTER GA
-before GujaratiVowel  always 	\x0A98	126-1	# GUJARATI LETTER GHA
-before GujaratiVowel  always 	\x0A9A	14-1	# GUJARATI LETTER CA
-before GujaratiVowel  always  	\x0A9B	16-1	# GUJARATI LETTER CHA
-before GujaratiVowel  always  	\x0A9C	245-1	# GUJARATI LETTER JA
-before GujaratiVowel  always  	\x0A9D	356-1	# GUJARATI LETTER JHA
-before GujaratiVowel  always 	\x0A9F	23456-1	# GUJARATI LETTER TTA
-before GujaratiVowel  always	\x0AA0	2456-1	# GUJARATI LETTER TTHA
-before GujaratiVowel  always 	\x0AA1	1246-1	# GUJARATI LETTER DDA
-before GujaratiVowel  always  	\x0AA2 	123456-1	# GUJARATI LETTER DDHA
-before GujaratiVowel  always 	\x0AA3 		3456-1	# GUJARATI LETTER NNA
-before GujaratiVowel  always	\x0AA4	2345-1	# GUJARATI LETTER TA
-before GujaratiVowel  always 	\x0AA5 	1456-1	# GUJARATI LETTER THA
-before GujaratiVowel  always 	\x0AA6 	145-1	# GUJARATI LETTER DA
-before GujaratiVowel  always	\x0AA7 	2346-1	# GUJARATI LETTER DHA
-before GujaratiVowel  always	\x0AA8 	1345-1	# GUJARATI LETTER NA
-before GujaratiVowel  always	\x0AAA 	1234-1	# GUJARATI LETTER PA
-before GujaratiVowel  always	\x0AAB 	235-1	# GUJARATI LETTER PHA
-before GujaratiVowel  always 	\x0AAC 	12-1	# GUJARATI LETTER BA
-before GujaratiVowel  always	\x0AAD 	45-1	# GUJARATI LETTER BHA
-before GujaratiVowel  always	\x0AAE 	134-1	# GUJARATI LETTER MA
-before GujaratiVowel  always	\x0AAF 	13456-1	# GUJARATI LETTER YA
-before GujaratiVowel  always	\x0AB0 	1235-1	# GUJARATI LETTER RA
-before GujaratiVowel  always	\x0AB2 	123-1	# GUJARATI LETTER LA
-before GujaratiVowel  always	\x0AB3 	456-1	# GUJARATI LETTER LLA
-before GujaratiVowel  always	\x0AB5 	1236-1	# GUJARATI LETTER VA
-before GujaratiVowel  always	\x0AB6 	146-1	# GUJARATI LETTER SHA
-before GujaratiVowel  always	\x0AB7 	12346-1	# GUJARATI LETTER SSA
-before GujaratiVowel  always	\x0AB8	234-1	# GUJARATI LETTER SA
-before GujaratiVowel  always	\x0AB9	125-1	# GUJARATI LETTER HA
-before GujaratiVowel  always	\x0AC3	61235-1	# GUJARATI VOWEL SIGN VOCALIC R
-before GujaratiVowel  always	\x0AC4	5-1235-1	# GUJARATI VOWEL SIGN VOCALIC RR
-before GujaratiVowel  always	\x0AE0	5-1235-1	# GUJARATI LETTER VOCALIC RR
-before GujaratiVowel  always	\x0AE1	6-123-1 	# GUJARATI LETTER VOCALIC LL
-before GujaratiVowel  always	\x0AE3	6-123-1 	# GUJARATI VOWEL SIGN VOCALIC LL
-#
-# Copyright (C) 1995-2010 by The BRLTTY Developers.
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-
-# BRLTTY Text Table - Swedish (1996 standard)
-
-# This file contains the ISO-8859-1 compatible version of the Swedish 8-dot
-# braille standard as it was defined by the Swedish Braille Authority
-# (www.punktskriftsnamnden.se) on October 8, 1996. As of December 2005, this
-# is the most current braille standard in Sweden.
-
-# generated by ttbtest
-space	\s	0	SPACE
-space \t 0-0-0-0		CHARACTER TABULATION
-punctuation	!	235	EXCLAMATION MARK
-punctuation	"	56	QUOTATION MARK
-punctuation	\x0023	3456	NUMBER SIGN
-punctuation	$	2358	DOLLAR SIGN
-punctuation	%	4678	PERCENT SIGN
-punctuation	&	3468	AMPERSAND
-punctuation	'	5	APOSTROPHE
-punctuation	(	236	LEFT PARENTHESIS
-punctuation	)	356	RIGHT PARENTHESIS
-punctuation	*	35	ASTERISK
-punctuation	+	256	PLUS SIGN
-punctuation	,	2	COMMA
-punctuation	-	36	HYPHEN-MINUS
-punctuation	.	3	FULL STOP
-punctuation	/	34	SOLIDUS
-include digits8Dots.uti
-punctuation	:	25	COLON
-punctuation	;	23	SEMICOLON
-punctuation	<	358	LESS-THAN SIGN
-punctuation	=	2356	EQUALS SIGN
-punctuation	>	267	GREATER-THAN SIGN
-punctuation	?	26	QUESTION MARK
-punctuation	@	48	COMMERCIAL AT
-uppercase	A	17	LATIN CAPITAL LETTER A
-uppercase	B	127	LATIN CAPITAL LETTER B
-uppercase	C	147	LATIN CAPITAL LETTER C
-uppercase	D	1457	LATIN CAPITAL LETTER D
-uppercase	E	157	LATIN CAPITAL LETTER E
-uppercase	F	1247	LATIN CAPITAL LETTER F
-uppercase	G	12457	LATIN CAPITAL LETTER G
-uppercase	H	1257	LATIN CAPITAL LETTER H
-uppercase	I	247	LATIN CAPITAL LETTER I
-uppercase	J	2457	LATIN CAPITAL LETTER J
-uppercase	K	137	LATIN CAPITAL LETTER K
-uppercase	L	1237	LATIN CAPITAL LETTER L
-uppercase	M	1347	LATIN CAPITAL LETTER M
-uppercase	N	13457	LATIN CAPITAL LETTER N
-uppercase	O	1357	LATIN CAPITAL LETTER O
-uppercase	P	12347	LATIN CAPITAL LETTER P
-uppercase	Q	123457	LATIN CAPITAL LETTER Q
-uppercase	R	12357	LATIN CAPITAL LETTER R
-uppercase	S	2347	LATIN CAPITAL LETTER S
-uppercase	T	23457	LATIN CAPITAL LETTER T
-uppercase	U	1367	LATIN CAPITAL LETTER U
-uppercase	V	12367	LATIN CAPITAL LETTER V
-uppercase	W	24567	LATIN CAPITAL LETTER W
-uppercase	X	13467	LATIN CAPITAL LETTER X
-uppercase	Y	134567	LATIN CAPITAL LETTER Y
-uppercase	Z	13567	LATIN CAPITAL LETTER Z
-punctuation	[	123568	LEFT SQUARE BRACKET
-punctuation	\\	168	REVERSE SOLIDUS
-punctuation	]	234568	RIGHT SQUARE BRACKET
-punctuation	^	578	CIRCUMFLEX ACCENT
-punctuation	_	6	LOW LINE
-punctuation	`	46	GRAVE ACCENT
-lowercase	a	1	LATIN SMALL LETTER A
-lowercase	b	12	LATIN SMALL LETTER B
-lowercase	c	14	LATIN SMALL LETTER C
-lowercase	d	145	LATIN SMALL LETTER D
-lowercase	e	15	LATIN SMALL LETTER E
-lowercase	f	124	LATIN SMALL LETTER F
-lowercase	g	1245	LATIN SMALL LETTER G
-lowercase	h	125	LATIN SMALL LETTER H
-lowercase	i	24	LATIN SMALL LETTER I
-lowercase	j	245	LATIN SMALL LETTER J
-lowercase	k	13	LATIN SMALL LETTER K
-lowercase	l	123	LATIN SMALL LETTER L
-lowercase	m	134	LATIN SMALL LETTER M
-lowercase	n	1345	LATIN SMALL LETTER N
-lowercase	o	135	LATIN SMALL LETTER O
-lowercase	p	1234	LATIN SMALL LETTER P
-lowercase	q	12345	LATIN SMALL LETTER Q
-lowercase	r	1235	LATIN SMALL LETTER R
-lowercase	s	234	LATIN SMALL LETTER S
-lowercase	t	2345	LATIN SMALL LETTER T
-lowercase	u	136	LATIN SMALL LETTER U
-lowercase	v	1236	LATIN SMALL LETTER V
-lowercase	w	2456	LATIN SMALL LETTER W
-lowercase	x	1346	LATIN SMALL LETTER X
-lowercase	y	13456	LATIN SMALL LETTER Y
-lowercase	z	1356	LATIN SMALL LETTER Z
-punctuation	{	23678	LEFT CURLY BRACKET
-punctuation	|	4568	VERTICAL LINE
-punctuation	}	35678	RIGHT CURLY BRACKET
-punctuation	~	268	TILDE
-punctuation	\x00a0	0	NO-BREAK SPACE
-punctuation	\x00a1	367	INVERTED EXCLAMATION MARK
-punctuation	\x00a2	23468	CENT SIGN
-punctuation	\x00a3	1238	POUND SIGN
-punctuation	\x00a4	2478	CURRENCY SIGN
-punctuation	\x00a5	24678	YEN SIGN
-punctuation	\x00a6	12678	BROKEN BAR
-punctuation	\x00a7	346	SECTION SIGN
-punctuation	\x00a8	3678	DIAERESIS
-punctuation	\x00a9	14568	COPYRIGHT SIGN
-letter	\x00aa	2345678	FEMININE ORDINAL INDICATOR
-punctuation	\x00ab	2378	LEFT-POINTING DOUBLE ANGLE QUOTATION MARK
-punctuation	\x00ac	13458	NOT SIGN
-punctuation	\x00ad	23568	SOFT HYPHEN
-punctuation	\x00ae	12468	REGISTERED SIGN
-punctuation	\x00af	1578	MACRON
-punctuation	\x00b0	15678	DEGREE SIGN
-punctuation	\x00b1	123468	PLUS-MINUS SIGN
-punctuation	\x00b2	37	SUPERSCRIPT TWO
-punctuation	\x00b3	2567	SUPERSCRIPT THREE
-punctuation	\x00b4	258	ACUTE ACCENT
-lowercase	\x00b5	13478	MICRO SIGN
-punctuation	\x00b6	1267	PILCROW SIGN
-punctuation	\x00b7	8	MIDDLE DOT
-punctuation	\x00b8	12568	CEDILLA
-punctuation	\x00b9	1468	SUPERSCRIPT ONE
-letter	\x00ba	1358	MASCULINE ORDINAL INDICATOR
-punctuation	\x00bb	5678	RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK
-punctuation	\x00bc	12358	VULGAR FRACTION ONE QUARTER
-punctuation	\x00bd	1368	VULGAR FRACTION ONE HALF
-punctuation	\x00be	3578	VULGAR FRACTION THREE QUARTERS
-punctuation	\x00bf	38	INVERTED QUESTION MARK
-uppercase	\x00c0	1467	LATIN CAPITAL LETTER A WITH GRAVE
-uppercase	\x00c1	135678	LATIN CAPITAL LETTER A WITH ACUTE
-uppercase	\x00c2	24578	LATIN CAPITAL LETTER A WITH CIRCUMFLEX
-uppercase	\x00c3	13578	LATIN CAPITAL LETTER A WITH TILDE
-uppercase	\x00c4	3457	LATIN CAPITAL LETTER A WITH DIAERESIS
-uppercase	\x00c5	167	LATIN CAPITAL LETTER A WITH RING ABOVE
-uppercase	\x00c6	34578	LATIN CAPITAL LETTER AE
-uppercase	\x00c7	123467	LATIN CAPITAL LETTER C WITH CEDILLA
-uppercase	\x00c8	12378	LATIN CAPITAL LETTER E WITH GRAVE
-uppercase	\x00c9	1234567	LATIN CAPITAL LETTER E WITH ACUTE
-uppercase	\x00ca	68	LATIN CAPITAL LETTER E WITH CIRCUMFLEX
-uppercase	\x00cb	27	LATIN CAPITAL LETTER E WITH DIAERESIS
-uppercase	\x00cc	457	LATIN CAPITAL LETTER I WITH GRAVE
-uppercase	\x00cd	1348	LATIN CAPITAL LETTER I WITH ACUTE
-uppercase	\x00ce	458	LATIN CAPITAL LETTER I WITH CIRCUMFLEX
-uppercase	\x00cf	67	LATIN CAPITAL LETTER I WITH DIAERESIS
-uppercase	\x00d0	23467	LATIN CAPITAL LETTER ETH
-uppercase	\x00d1	124567	LATIN CAPITAL LETTER N WITH TILDE
-uppercase	\x00d2	123478	LATIN CAPITAL LETTER O WITH GRAVE
-uppercase	\x00d3	178	LATIN CAPITAL LETTER O WITH ACUTE
-uppercase	\x00d4	124578	LATIN CAPITAL LETTER O WITH CIRCUMFLEX
-uppercase	\x00d5	23478	LATIN CAPITAL LETTER O WITH TILDE
-uppercase	\x00d6	2467	LATIN CAPITAL LETTER O WITH DIAERESIS
-punctuation	\x00d7	13468	MULTIPLICATION SIGN
-uppercase	\x00d8	1567	LATIN CAPITAL LETTER O WITH STROKE
-uppercase	\x00d9	14578	LATIN CAPITAL LETTER U WITH GRAVE
-uppercase	\x00da	12578	LATIN CAPITAL LETTER U WITH ACUTE
-uppercase	\x00db	245678	LATIN CAPITAL LETTER U WITH CIRCUMFLEX
-uppercase	\x00dc	12567	LATIN CAPITAL LETTER U WITH DIAERESIS
-uppercase	\x00dd	12478	LATIN CAPITAL LETTER Y WITH ACUTE
-uppercase	\x00de	1234678	LATIN CAPITAL LETTER THORN
-lowercase	\x00df	1278	LATIN SMALL LETTER SHARP S
-lowercase	\x00e0	12356	LATIN SMALL LETTER A WITH GRAVE
-lowercase	\x00e1	1235678	LATIN SMALL LETTER A WITH ACUTE
-lowercase	\x00e2	1678	LATIN SMALL LETTER A WITH CIRCUMFLEX
-lowercase	\x00e3	13678	LATIN SMALL LETTER A WITH TILDE
-lowercase	\x00e4	345	LATIN SMALL LETTER A WITH DIAERESIS
-lowercase	\x00e5	16	LATIN SMALL LETTER A WITH RING ABOVE
-lowercase	\x00e6	3458	LATIN SMALL LETTER AE
-lowercase	\x00e7	12346	LATIN SMALL LETTER C WITH CEDILLA
-lowercase	\x00e8	2346	LATIN SMALL LETTER E WITH GRAVE
-lowercase	\x00e9	123456	LATIN SMALL LETTER E WITH ACUTE
-lowercase	\x00ea	126	LATIN SMALL LETTER E WITH CIRCUMFLEX
-lowercase	\x00eb	1246	LATIN SMALL LETTER E WITH DIAERESIS
-lowercase	\x00ec	3478	LATIN SMALL LETTER I WITH GRAVE
-lowercase	\x00ed	348	LATIN SMALL LETTER I WITH ACUTE
-lowercase	\x00ee	146	LATIN SMALL LETTER I WITH CIRCUMFLEX
-lowercase	\x00ef	12456	LATIN SMALL LETTER I WITH DIAERESIS
-lowercase	\x00f0	568	LATIN SMALL LETTER ETH
-lowercase	\x00f1	124568	LATIN SMALL LETTER N WITH TILDE
-lowercase	\x00f2	34678	LATIN SMALL LETTER O WITH GRAVE
-lowercase	\x00f3	3467	LATIN SMALL LETTER O WITH ACUTE
-lowercase	\x00f4	1456	LATIN SMALL LETTER O WITH CIRCUMFLEX
-lowercase	\x00f5	2348	LATIN SMALL LETTER O WITH TILDE
-lowercase	\x00f6	246	LATIN SMALL LETTER O WITH DIAERESIS
-punctuation	\x00f7	2568	DIVISION SIGN
-lowercase	\x00f8	4578	LATIN SMALL LETTER O WITH STROKE
-lowercase	\x00f9	23456	LATIN SMALL LETTER U WITH GRAVE
-lowercase	\x00fa	25678	LATIN SMALL LETTER U WITH ACUTE
-lowercase	\x00fb	156	LATIN SMALL LETTER U WITH CIRCUMFLEX
-lowercase	\x00fc	1256	LATIN SMALL LETTER U WITH DIAERESIS
-lowercase	\x00fd	34568	LATIN SMALL LETTER Y WITH ACUTE
-lowercase	\x00fe	234578	LATIN SMALL LETTER THORN
-lowercase	\x00ff	1268	LATIN SMALL LETTER Y WITH DIAERESIS
-space	\x2002	0	EN SPACE
-space	\x2003	0	EM SPACE
-space	\x2004	0	THREE-PER-EM SPACE
-space	\x2005	0	FOUR-PER-EM SPACE
-space	\x2006	0	SIX-PER-EM SPACE
-punctuation	\x2007	0	FIGURE SPACE
-space	\x2008	0	PUNCTUATION SPACE
-space	\x2009	0	THIN SPACE
-space	\x200a	0	HAIR SPACE
-punctuation	\x202f	0	NARROW NO-BREAK SPACE
-space	\x205f	0	MEDIUM MATHEMATICAL SPACE
-sign \x20AC 1568					Euro sign
-sign ‚ 3578				back simple cote
-sign ƒ 12467				Florin
-sign „ 58				back double cote
-punctuation … 2378			suspend dots
-sign † 2357				obel
-sign ‡ 23578				Double obel
-sign ‰ 45678				For 1000
-sign Š 1345678				versalt S med omvänd cirkumflex
-sign ‹ 238				simple open cote
-sign Π4567				OE
-sign Ž 234678				No label
-sign ‘ 378				left cote
-sign ’ 678				Right cote
-sign “ 28				Open double cote
-sign ” 57				Close double cote
-sign • 1245678				Puce
-sign – 78				kort tankstreck
-sign — 2578				långt			långt tankstreck
-sign ™ 23458				Trade Mark-tecken
-sign š 134568				gement s med omvänd cirkumflex
-sign › 567				simple cote close
-sign œ 456				OE
-sign ž 13568				gement z med omvänd cirkumflex
-sign Ÿ 12368				versalt Y med trema
-#-display-name: Swedish braille
-
-#+locale:sv
-#+type:literary
-#+grade:1
-
-# TODO: Please correct the metadata above. It is not meant to be
-# accurate nor complete. It hasn't been verified by the table
-# author yet. It is merely an attempt by the liblouis maintainers
-# to get some sensible initial values in place.
-
-# TODO: Please add a reference to official documentation about
-# the implemented braille code. Preferably submit the documents
-# to https://github.com/liblouis/braille-specs.
-
-include Se-Se-g1.utb
-include braille-patterns.cti
-#-display-name: Taiwanese braille
-
-#+locale:cmn-TW
-#+type:literary
-
-# TODO: Please add a reference to official documentation about
-# the implemented braille code. Preferably submit the documents
-# to https://github.com/liblouis/braille-specs.
-
-include zh-tw.ctb
-include braille-patterns.cti
-# liblouis: sub table for lowered digits, 6 dots
-#
-#  Copyright (C) 2012-2014 Mesar Hameed <mesar.hameed@gmail.com>
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-
-digit 0 356
-digit 1 2
-digit 2 23
-digit 3 25
-digit 4 256
-digit 5 26
-digit 6 235
-digit 7 2356
-digit 8 236
-digit 9 35
-# liblouis: U.S. English Grade 1 table
-#
-# Based on the braille contraction modules in BRLTTY
-#
-# Copyright (C) 1995-2004 by The BRLTTY Team.
-# Copyright (C) 2004 ViewPlus Technologies, Inc., www.viewplustech.com
-# Copyright (C) 2004 Computers to Help People, Inc., www.chpi.org
-
-# This file is free software; you can redistribute it and/or
-# modify it under the terms of the GNU Lesser General Public
-# License as published by the Free Software Foundation; either
-# version 2.1 of the License, or (at your option) any later version.
-
-# This file is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-# Lesser General Public License for more details.
-
-# You should have received a copy of the GNU Lesser General Public
-# License along with this file; if not, write to the Free Software
-# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
-# liblouis  comes with ABSOLUTELY NO WARRANTY.
-
-# Maintained by John J. Boyer, director@chpi.org, www.chpi.org
-
-include chardefs.cti All character definition opcodes
-include nemethdefs.cti
-
-# Braille indicators
-numsign 3456  number sign, just a dots operand
-multind 56-6 letsign capsletter
-letsign 56
-capsletter 6
-begcapsword 6-6
-endcapsword 6-3
-emphclass italic
-emphclass underline
-emphclass bold
-begemph italic 46
-endemph italic 46-46
-begemph bold 456
-endemph bold 456-456
-begcomp 456-346
-endcomp 456-156
-
-# Letters are defined in en-chardefs
-# punctuation
-prepunc " 236
-endnum " 456-356
-postpunc " 356
-prepunc ' 6-236
-endnum ' 456-356-3
-postpunc ' 356-3
-word 'em = 
-word 'tis =
-word 'twas =
-begnum # 4 print number sign before number
-endnum , 456-2
-postpunc , 2
-decpoint . 46
-midnum - 36
-hyphen - 36
-endnum . 456-256
-postpunc . 256
-always . 256
-endnum ; 456-23
-postpunc ; 23
-endnum : 456-25
-postpunc : 25
-endnum ! 12346
-postpunc ! 235
-midnum / 34
-always / 456-34
-always < 0-5-13-0
-always = 0-46-13-0
-always > 0-46-2-0
-endnum ? 456-236
-postpunc ? 236
-endnum % 4-356
-midnum ^ 45
-always ^ 456-126
-always ~ 4-156
-always & 456-12346
-always [ 456-12356
-always ] 456-23456
-always { 46-12356
-always } 46-23456
-prepunc ` 6-236
-always @ 4-1
-always \\ 456-16
-always | 456-1256
-always \s-\s 36-36
-always ... 3-3-3
-always .\s.\s. 3-3-3 . . .
-begnum $ 256
-always $ 256-3456
-
-# special character sequences
-compbrl :// URLs
-compbrl www.
-compbrl .com
-compbrl .edu
-compbrl .gov
-compbrl .mil
-compbrl .net
-compbrl .org
-# include countries.cti
-compbrl .doc
-compbrl .htm
-compbrl .html
-compbrl .tex
-compbrl .txt
-compbrl .gif
-compbrl .jpg
-compbrl .png
-compbrl .wav
-compbrl .tar
-compbrl .zip
-
-# the letter a
-largesign a 1
-largesign A 1
-word about 1-12
-word thereabouts 5-2346-1-12-234
-word runabout 1235-136-1345-1-12
-contraction ab
-sufword above 1-12-1236
-contraction abv
-word according 1-14
-contraction ac
-word accordingly 1-14-123-13456
-contraction acly
-word across 1-14-1235
-contraction acr
-always aed =
-always aer = Rosenlaer
-begword aforem 1-123456-15-134 aforementioned 
-word aforesaid 1-123456-15-234-145
-sufword after 1-124
-contraction af
-sufword afternoon 1-124-1345 afternoons
-contraction afn
-sufword afterward 1-124-2456
-contraction afw
-word again 1-1245
-contraction ag
-word against 1-1245-34
-endword gery = orangery
-midendword ally 6-13456
-word almost 1-123-134
-contraction alm
-word already 1-123-1235
-contraction alr
-word also 1-123
-contraction al
-word although 1-123-1456
-word altogether 1-123-2345
-contraction alt
-word always 1-123-2456
-contraction alw
-midendword ance 46-15
-largesign and 12346
-always (and =
-always and) =
-always andar 12346-345 staodard
-always anda 12346-1 panda
-midword angh = Shanghai
-begword aqued = aqueduct
-always ar 345
-word aright 1-5-1235
-word as 1356
-contraction as
-midendword ation 6-1345
-midendword aunder 1-136-1345-145-12456 saunders
-begword auto = autofocus
-
-# the letter b
-midword bb 23
-midendword bble 12-3456
-lowword be 23
-begword be 23
-begword bea 12-2
-always bear 12-15-345
-begword beatif 23-1-2345-24-124
-begword beatit 23-1-2345-24-2345
-begword beatr 23-1-2345-1235 Beatrice
-always beck 12-15-14-13
-always bed 12-1246
-begword beda 23-145-1 bedazzle
-begword bede 23-145-15 bedevil
-word bede 12-1246-15 bede (a name)
-begword bedi 23-145-24 bedizzened
-word bee 12-15-15
-begword bee 12-15-15
-always been 12-15-26
-always beer 12-15-12456
-word beg =
-begword begg 12-15-2356
-word begs =
-begword bei = beijing
-sufword being 23-346
-sufword belch 12-15-123-16
-begword beld = Beldon
-begword belf = belfry, belfast
-begword belg = Belgium
-begword belk = Belkin
-always bell =
-begword belm = Belmont
-always belt =
-begword belw = belwether
-always ben 12-26
-begword beni 12-26-24
-begword benif 23-1345-24-124 benificient
-sufword benign 23-1345-24-1245-1345 benignity
-begword benov 23-1345-135-1236 benovolent
-begword benu 23-1345-136 benumbed
-begword ber 12-12456
-begword bera 23-1235-1 berating
-begword bere 23-1235-15 bereft
-begword berea 23-1235-2 bereaved
-begword beri 23-1235-24 beribboned
-always best 12-15-34
-sufword bestow 23-34-246
-always beth 12-15-1456 Bethany
-always bethe 12-15-2346 Bethel (Hans) Bethe
-always bets =
-always bett =
-sufword bev = bevies
-begword bever 12-5-15 Beverly beverage
-always bio =
-midendword bious 12-24-1256-234 dubious
-joinword by 356
-word because 23-14
-word bec =
-always before 23-124
-word behind 23-125
-word behring 12-15-125-1235-346
-word bel =
-begword beln = Belnick
-word below 23-123
-word beneath 23-1345
-sufword beside 23-234
-sufword bess = Bessie
-word between 23-2345
-word bet =
-word beyond 23-13456
-word bey =
-midendword ble 3456
-midendword bleau 12-123-2-136 tableau
-always bless 12-46-234 joblessness
-word blind 12-123
-contraction bl
-begword blindf 12-123-124 blindfold
-word blindly 12-123-123-13456
-word blindness 12-123-56-234
-sufword blinds 12-123-234 blindsided
-always braille 12-1235-123
-contraction brl
-word but 12
-
-# the letter c
-midword cch 14-16
-always chloro 16-123-135-1235-135
-begword cofac = cofactor
-always cofound 14-135-124-46-145
-begword com 36
-sufword common 36-134-135-1345 commonest
-begword con 25
-sufword conceive 25-14-1236
-sufword conceiving 25-14-1236-1245
-always cone 14-5-135
-word cons 14-135-1345-234
-sufword conundrum = 
-sufword could 14-145
-contraction cd
-sufword coworker 14-135-5-2456-12456
-midword cc 25
-word can 14
-always cannot 456-14
-word ch =
-always ch 16
-always character 5-16
-always chemo 16-15-134-135
-word child 16
-always children 16-1345
-sufword clever 14-123-5-15 cleverest
-
-# the letter d
-always day 5-145
-begword deact = deactivation
-begword deall = deallocate
-begword decarb 145-15-14-345-12
-always deceive 145-14-1236
-contraction dcv
-contraction dcvd
-contraction dcvr
-contraction dcvs
-always deceiving 145-14-1236-1245
-contraction dcvg
-always declare 145-14-123
-contraction dcl
-contraction dcld
-contraction dclr
-contraction dcls
-word declaring 145-14-123-1245
-contraction dclg
-begword deref = dereferencing
-begword dereg = deregulation
-midword dd 256
-midendword dday 145-5-145 midday
-begword dedic 145-1246-24-14 dedicated
-always dedu = nondeductible
-begword deno = denote
-always denom =
-begword denou 145-15-1345-1256 denounce
-begword denu = denunciation
-begword dera = derail
-begword deri 145-15-1235-24
-begword dero = derogatory
-begword dinu 145-24-1345-136
-begword dis 256
-word disc =
-word discs =
-always dish 145-24-146
-begword disha 256-125-1 dishabile
-begword dishear 256-125-15-345 disheartened
-begword disho 256-125-135 dishonor
-begword dishone 256-125-5-135 dishonest
-sufword disk =
-sufword dispirit 145-24-456-234 dispirited
-begword disul = disulfide
-word do 145
-
-# the letter e
-midword ea 2
-midword eabil = interchangeability
-always eable 15-1-3456
-endword eably = noticeably
-midendword eage = mileage
-midendword eager 2-1245-12456 meager
-always eally 15-6-13456
-midendword eance 15-46-15 vengeance
-midendword eand 15-12346 meander
-always eation 15-6-1345
-always ear 15-345
-always ed 1246
-always edic = edict Benedict
-sufword edition 15-145-24-56-1345 editions
-midword edo 15-145-135
-always edraw =
-word either 15-24
-contraction ei
-word en =
-always en 26
-always ename 15-5-1345
-sufword enamel 26-1-134-15-123 enameled
-midendword ence 56-15
-always eneck = bottleneck
-midendword eness 15-56-234 closeness
-begword enor = enormous
-begword enou 15-1345-1256
-lowword enough 26
-word enough 26-1256-126
-begword enu 15-1345-136
-always er 12456
-begword era =
-word eras 12456-1-234
-begword erec = erect 
-begword ero 15-1235-135
-midendword eroom = storeroom
-begword eru = erupt
-always ever 5-15
-midendword evere 15-1236-12456-15 Everest
-always evered 15-1236-12456-1246
-word every 15
-
-# the letter f
-midword ff 235
-always father 5-124
-always fein 124-15-35 Feingold
-always first 124-34
-always fever 124-15-1236-12456
-always ffor 124-123456
-largesign for 123456
-always (for =
-always for) =
-always fora 123456-1 foramen
-always fore 123456-15
-begword forens 123456-26-234 forensic
-always forever 123456-5-15 forevermore
-always foot =
-word from 124
-word friend 124-1235
-contraction fr
-sufword friendl 124-1235-123
-word friends 124-1235-234
-midendword ful 56-123
-always funder 124-136-1345-145-12456
-
-# the letter g
-begword geo = geoengineering
-sufword geoff 1245-15-12356-124 Geoffrey
-midword gg 2356
-always gh 126
-endword gham = Langham
-always ghead 1245-125-2-145
-always gheart 1245-125-15-345-2345
-midendword ghill = dunghill
-midendword ghorn = bighorn
-always ghouse 1245-125-1256-234-15
-always ghz = (gigahertz)
-begword givea = giveaway
-sufword gnome = gnomedb
-word go 1245
-sufword good 1245-145
-contraction gd
-begword gos = goshawk
-word goshen 1245-135-146-26
-sufword great 1245-1235-2345
-contraction grt
-
-# the letter h
-always had 456-125
-begword hadd 125-1-256 haddock
-sufword hade = hadean 
-word have 125
-always here 5-125
-always hered 125-12456-1246
-always heren 125-12456-26
-midendword herence 125-12456-56-15 adherence
-always herer 125-12456-12456
-always heres 125-12456-15-234
-always heret 125-12456-15-2345
-word heretofore 5-125-2345-135-123456-15
-word herself 125-12456-124
-word him 125-134
-word hm 125-3-134
-sufword hmm =
-word himself 125-134-124
-contraction hmf
-lowword his 236
-sufword horse = horseradish
-always hydro =
-
-# the letter i
-word I 24
-midendword iever 24-15-1236-12456
-word immediate 24-134-134
-contraction imm
-word immediately 24-134-134-123-13456
-contraction immly
-begword immuno = immunofluorescence
-lowword in 35
-word in =
-always in 35
-begword incon 35-14-135-1345 incongruous
-midendword iness 24-56-234
-midendword ing 346
-midword inga 35-1245-1 nightingale
-always ingar 35-1245-345 Weingarten
-midword ingen 35-1245-26 palingenesis (new birth)
-midword ingi 35-1245-24 meningitis
-midendword inging 346-346 bringing
-joinword into 35-235
-always isomer 24-234-135-134-12456
-word it 1346
-word its 1346-234
-contraction xs
-word itself 1346-124
-contraction xf
-midendword ity 56-13456
-
-# the letter j
-word just 245
-
-# the letter k
-always know 5-13
-word knowledge 13
-
-# the letter l
-midendword less 46-234
-sufword letter 123-1235
-contraction lr
-sufword newsletter 1345-15-2456-234-123-1235
-word unlettered 136-1345-123-1235-1246
-word like 123
-sufword little 123-123
-contraction ll
-sufword lone 123-5-135 lonely
-always lord 5-123
-
-# the letter m
-always many 456-134
-begword mc =
-always medic 134-1246-24-14 medicare
-midendword ment 56-2345
-midword menth 134-26-1456 Blumenthal
-always mideast 134-24-145-15-1-34
-word milling 134-24-123-123-346
-begword mishand 134-24-234-125-12346 mishandled
-always mishap =
-sufword mishear 134-24-234-125-15-345 misheard
-begword missh 134-24-234-146 misshapen
-word mistook =
-begword mistran = mistranslation
-sufword mistreat 134-24-234-2345-1235-2-2345
-begword mistru = mistrust
-begword misty = mistyped
-word monetary 134-5-135-2345-345-13456
-word more 134
-always mother 5-134
-always much 134-16
-word must 134-34
-word mustn 134-34-1345
-begword myo = myofibroblasts
-word myself 134-13456-124
-contraction myf
-
-# the letter n
-always name 5-1345
-midendword nament 1345-1-56-2345 tournament
-always namese =
-endnum nd 1345-145
-word necessary 1345-15-14
-contraction nec
-word neither 1345-15-24
-contraction nei
-midendword ness 56-234
-begword noness = nonessential
-word nonetheless 1345-5-135-2346-46-234
-always nonex =
-begword nong = nongraphical
-word noone 1345-135-5-135
-sufword nose = nosedive
-word not 1345
-word noways =
-word nowhere 1345-135-5-156
-
-# the letter o
-word O 135
-midword oed = Schroeder
-always oen = Phoenix
-midendword oence 135-26-14-15 electroencephalogram
-largesign of 12356
-always (of =
-always of) =
-midendword ofar 135-124-345 insofar
-always ofold = twofold
-midword ofor 135-123456
-always onesi =
-midendword oness 135-56-234
-midendword oneer 135-1345-15-12456
-midendword oned 135-1345-1246
-always one 5-135
-always oneless 5-135-46-234
-midendword onel = salmonella colonel
-always onem = phoneme
-midendword onement 5-135-56-2345 atonement
-midendword onent 135-1345-26-2345
-midendword oneous 135-1345-15-1256-234 erroneous
-always oner 135-1345-12456
-sufword loner 123-135-1345-12456
-midendword onese = Cantonese,
-word oneself 5-135-124
-midendword oness 135-56-234 Deaconess
-midendword onet = phonetics bayonet
-endword onez = Ordonez
-midendword ong 56-1245
-always oon = sooner
-always osome =
-word ou =
-always ou 1256
-midendword ound 46-145
-midendword ount 46-2345
-always ourselves 1256-1235-1236-234
-word out 1256
-always ought 5-1256
-always ow 246
-word o'clock 135-3-14
-
-# the letter p
-always paid 1234-145
-contraction pd
-always part 5-1234
-begword parta 1234-345-2345-1 partake
-always parthe 1234-345-2346 Parthenon
-always parth 5-1234-1456
-begword parto 1234-345-2345-135
-word people 1234
-always perceive 1234-12456-14-1236
-always perceiving 1234-12456-14-1236-1245
-always perhaps 1234-12456-125
-always pher 1234-125-12456 cyphered
-begword potho = pothole pothook
-begword pre =
-always preach 1234-1235-2-16
-sufword predator 1234-1235-1246-1-2345-135-1235
-always prof =
-begword proff 1234-1235-12356-124 proffer
-always profit 1234-1235-12356-24-2345
-
-# the letter q
-always quick 12345-13
-contraction qk
-word quite 12345
-always question 5-12345
-
-# the letter r
-sufword rafter 1235-1-124-2345-12456
-word rather 1235
-sufword raw = rawhide
-endnum rd 1235-145
-begword reab = reabsorbed
-always reac =
-always reach 1235-2-16
-begword readj = readjust
-begword readm = readmit
-begword reaff 1235-15-1-235
-sufword reagent 1235-15-1-1245-26-2345
-begword reagg 1235-15-1-2356 reaggregated
-begword realig = realign
-begword rean = reanalyze, reanimate
-begword reapp = reappear
-begword reass 1235-15-1-234-234
-begword reatt = reattach
-begword reau = reauthorization
-begword reaw = reawaken
-begword rede =
-begword redi =
-word redo =
-word redone 1235-15-145-5-135
-begword redou 1235-15-145-1256 redouble redoubt 
-always redu =
-always receive 1235-14-1236
-contraction rcv
-contraction rcvd
-contraction rcvr
-contraction rcvs
-always receiving 1235-14-1236-1245
-contraction rcvg
-begword redis = redistribute
-begword redr = redress
-always rejoice 1235-245-14
-contraction rjc
-contraction rjcd
-contraction rjcr
-contraction rjcs
-always rejoicing 1235-245-14-1245
-contraction rjcg
-sufword renaming 1235-15-1345-1-134-346 renamings
-begword rene =
-begword renom = renominate
-begword renou 1235-15-1345-1256 renounce
-sufword renown 1235-15-1345-246-1345 renowned
-begword renu = renunciation
-sufword reread 1235-15-1235-2-145
-sufword rerun = reruns
-always rever 1235-15-1236-12456
-always reveren 1235-5-15-26 irreverent
-always reverence 1235-5-15-56-15 irreverence
-sufword reverie 1235-5-15-24-15
-always right 5-1235
-
-# the letter s
-endnum s = 40s (no letter sign)
-word said 234-145
-contraction sd
-sufword saw = sawhorse
-sufword screw = screwhole
-always sedu =
-always sent 234-26-2345 sentimental
-always sever 234-15-1236-12456 perseverance 
-always several 234-5-15-1-123 severally
-word shall 146
-word sh =
-always sh 146
-always shaus = In German names
-sufword should 146-145
-always shoulder 146-1256-123-145-12456
-word singapore 234-346-1-1234-135-1235-15 
-midendword sion 46-1345
-midword stak 234-2345-1-13
-midendword stion 234-56-1345
-word so 234
-always some 5-234
-midendword somed 234-135-134-1246 ransomed
-always somer 234-135-134-12456 somersault 
-always spirit 456-234
-midendword ssword 234-234-45-2456 crossword 
-endnum st 34
-word st =
-always st 34
-always sth 234-1456
-always sthe 234-2346
-midendword sthead 34-125-2-145 masthead
-always sthood 34-125-135-135-145 priesthood
-word still 34
-always stime 234-5-2345
-midendword stown 234-2345-246-1345 Pickstown
-begword styro 34-13456-1235-135 styrofoam
-always shead 234-125-2-145
-always sheart 124-125-15-345-2345
-always shouse 234-125-1256-234-15
-always ssh =
-always shood =
-word such 234-16
-word sch =
-always sword =
-
-# the letter t
-endnum th 1456
-word th =
-always th 1456
-always thand 2345-125-12346 shorthand
-word that 2345
-midendword thill = anthill
-word this 1456
-word thyself 1456-13456-124
-always tnam =
-joinword to 235
-word today 2345-145
-contraction td
-sufword tomorrow 2345-134
-contraction tm
-word tonight 2345-1345
-contraction tn
-always thead 2345-125-2-145
-always theast 1456-15-1-34
-always theart 2345-125-15-345-2345
-always thouse 2345-125-1256-234-15
-largesign the 2346
-always (the =
-always the) =
-always thea 2346-1 theater
-word themselves 2346-134-1236-234
-always their 456-2346
-always thence 1456-56-15
-always there 5-2346
-midendword thereal 2346-1235-2-123 ethereal
-word thereupon 5-2346-45-136
-always thered 2346-1235-1246
-always therer 2346-1235-12456
-always theres 2346-1235-15-234 theresa therese 
-always thood =
-midendword tion 56-1345
-always time 5-2345
-midendword timed 1245-24-134-1246
-midendword timer 2345-24-134-12456
-midendword timet = altimeter
-word these 45-2346
-always through 5-1456
-word together 2345-1245-1235
-contraction tgr
-word those 45-1456
-begword trans = transtype
-
-# the letter u
-begword un = unameliorated
-begword unble = unblemished
-begword undis = undisturbed
-begword uneas = unease
-begword uneat = uneaten
-sufword unful = unfulfilled
-begword unmen 136-1345-134-26 unmentioned
-word upon 45-136 Dupont
-word us 136
-always under 5-136
-word unsaid 136-1345-234-145
-
-# the letter v
-begword vaing 1236-1-35-1245 vainglory
-word very 1236
-begword vice = viceroy
-
-# the letter w
-lowword was 356
-word wh =
-always wh 156
-midendword whart 2456-125-345-2345 Newhart
-word which 156
-midendword whouse 2456-125-1256-234-15 Newhouse
-word will 2456
-lowword were 2356
-always where 5-156
-word whereupon 5-156-45-136
-word wherever 156-12456-5-15
-largesign with 23456
-always (with =
-always with) =
-always word 45-2456
-word whose 45-156
-always work 5-2456
-sufword would 2456-145
-contraction wd
-always world 456-2456
-
-# the letter x
-
-# the letter y
-word you 13456
-always young 5-13456
-word your 13456-1235
-contraction yr
-word yours 13456-1235-234
-contraction yrs
-word yourself 13456-1235-124
-contraction yrf
-word yourselves 13456-1235-1236-234
-contraction yrvs
-
-# the letter z
-
-# Système International Prefixes
-begword yotta 13456-135-2345-2345-1 10^24
-begword zetta 1356-15-2345-2345-1 10^21
-# begword exa 15-1346-1 10^18
-begword peta 1234-15-2345-1 10^15
-begword tera 2345-12456-1 10^12
-begword giga 1245-24-1245-1 10^9
-begword mega 134-15-1245-1 10^6
-begword kilo 13-24-123-135 10^3
-begword hecto 125-15-14-2345-135 10^2
-begword deca 145-15-14-1 10^1
-begword deci 145-15-14-24 10^-1
-begword centi 14-26-2345-24 10^-2
-begword milli 134-24-123-123-24 10^-3
-begword micro 134-24-14-1235-135 10^-6
-begword nano 1345-1-1345-135 10^-9
-begword pico 1234-24-14-135 10^-12
-begword femto 124-15-134-2345-135 10^-15
-begword atto 1-2345-2345-135 10^-18
-begword zepto 1356-15-1234-2345-135 10^-21
-begword yocto 13456-135-14-2345-135 10^-24
-begword anti =
-# begword endo 26-145-135 endow
-begword epi =
-begword extra =
-begword hyper 125-13456-1234-12456
-begword hypo =
-begword infra 35-124-1235-1
-begword inter 35-2345-12456
-begword intra 35-2345-1235-1
-begword iso =
-begword macro =
-begword meta =
-begword micro =
-begword mono =
-begword multi =
-begword patho 1234-1-1456-135
-begword peri 1234-12456-24
-begword poly =
-begword post 1234-135-34
-begword pre =
-begword pseudo =
-begword retro =
-# begword semi = seminar
-begword sub =
-begword super 234-136-1234-12456
-begword tetra =
-begword trans =
-begword ultra =
-# begword uni =
-
-# other prefixes
-begword electro =
-begword neuro =
-begword psycho 1234-234-13456-16-135
-
-endword 'd 3-145
-word 'em = 
-endword 'll 3-123-123
-endword 'm 3-134
-endword 're 3-1235-15
-endword 's 3-234
-endword 't 3-2345
-endword 've 3-1236-15
-always -com =
-endword -to = pointed-to resource
-include corrections.cti
-
-#
-#  Copyright (C) 2011 by Peter Engström <peter.engstrom@indexbraille.com>
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-#
-# -----------------------------------------------------------------------------
-# 	SORANI (KURDISH)
-#	================
-# 	Author:		Peter Engström
-# 	Company:	Index Braille
-# ---------------------------------------------------------------------------------------
-
-include ckb-chardefs.cti
-include braille-patterns.cti
-include ckb-translation.cti
-
-# ---------------------------------------------------------------------------------------
-# liblouis: sub table for lowered digits, 8 dots
-#
-#  Copyright (C) 2012-2014 Mesar Hameed <mesar.hameed@gmail.com>
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-
-digit 0 3568
-digit 1 28
-digit 2 238
-digit 3 258
-digit 4 2568
-digit 5 268
-digit 6 2358
-digit 7 23568
-digit 8 2368
-digit 9 358
-#-display-name: Tibetan computer braille
-
-#+locale:bo
-#+type:computer
-#+dots:8
-
-# TODO: Please correct the metadata above. It is not meant to be
-# accurate nor complete. It hasn't been verified by the table
-# author yet. It is merely an attempt by the liblouis maintainers
-# to get some sensible initial values in place.
-
-# TODO: Please add a reference to official documentation about
-# the implemented braille code. Preferably submit the documents
-# to https://github.com/liblouis/braille-specs.
-
-include bo.ctb
-include braille-patterns.cti
-# Ensemble de signes représentés sur plusieurs cellules. Compatible braille 6pts et 8pts.
-
-# Copyright (C) 2017 André-Abush CLAUSE <dev@andreabc.net>
-# Copyright (C) 2017 Ludovic Oger <oger.ludovic@gmail.com>
-
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-
-# Références :
-# - Code braille français uniformisé pour la transcription des textes imprimés (CBFU) - Deuxième édition Septembre 2008
-# - Notation mathématique braille - Première édition janvier 2007
-# - IPA Braille: An Updated Tactile Representation of the International Phonetic Alphabet - Edited by Robert Englebretson, Ph.D. <http://www.iceb.org/icebipa.htm>
-# updated 2018-02-24
-
-################################################################################
-
-# lettres grecques
-noback uplow \x0391\x03b1 46-45-1,45-1 Α,α alpha
-noback uplow \x0392\x03b2 46-45-12,45-12 Β,β bêta
-noback uplow \x0393\x03b3 46-45-1245,45-1245 Γ,γ gamma
-noback uplow \x0394\x03b4 46-45-145,45-145 Δ,δ delta
-noback uplow \x0395\x03B5 46-45-15,45-15 Ε,ϵ epsilon
-noback uplow \x0396\x03B6 46-45-1356,45-1356 Ζ,ζ zêta
-noback uplow \x0397\x03B7 46-45-125,45-125 Η,η êta
-noback uplow \x0398\x03B8 46-45-245,45-245 Θ,θ thêta
-noback uplow \x0399\x03B9 46-45-24,45-24 Ι,ι iota
-noback uplow \x039A\x03BA 46-45-13,45-13 Κ,κ kappa
-noback uplow \x039B\x03BB 46-45-123,45-123 Λ,λ lambda
-noback uplow \x039C\x03BC 46-45-134,45-134 Μ,μ mu
-noback uplow \x039D\x03BD 46-45-1345,45-1345 Ν,ν nu
-noback uplow \x039E\x03BE 46-45-1346,45-1346 Ξ,ξ ksi/xi
-noback uplow \x039F\x03BF 46-45-135,45-135 omicron
-noback uplow \x03A0\x03C0 46-45-1234,45-1234 Π,π pi
-noback uplow \x03A1\x03C1 46-45-1235,45-1235 Ρ,ρ rhô
-noback uplow \x03A3\x03C3 46-45-234,45-234 Σ,σ sigma
-noback uplow \x03A4\x03C4 46-45-2345,45-2345 Τ,τ tau
-noback uplow \x03A5\x03C5 46-45-136,45-136 Υ,υ upsilon
-noback uplow \x03A6\x03C6 46-45-124,45-124 Φ,ϕ phi
-noback uplow \x03A7\x03C7 46-45-12345,45-12345 Χ,χ khi
-noback uplow \x03A8\x03C8 46-45-13456,45-13456 Ψ,ψ psi
-noback uplow \x03A9\x03C9 46-45-2456,45-2456 Ω,ω oméga
-noback sign \x03C2 45-234 ς var. sigma
-noback sign \x03D0 45-12 ϵ ϐ var. bêta
-noback sign \x03D1 45-245 ϑ var. thêta
-noback sign \x03D2 46-45-136 ϒ var. upsilon majuscule
-noback sign \x03D5 45-124 ϕ var. phi
-noback sign \x03D6 45-1234 ϖ var. pi
-noback sign \x03F0 45-13 ϰ var. kappa
-noback sign \x03F1 45-1235 ϱ var. rhô
-noback sign \x03F2 45-234 ϲ var. sigma (lunaire)
-noback sign \x03F5 45-15 ϵ var. epsilon (lunaire)
-
-# lettres majuscules ajourées (blackboard gras)
-noback sign \x2102 46-46-14 ℂ
-noback sign \x210D 46-46-125 ℍ
-noback sign \x2115 46-46-1345 ℕ
-noback sign \x2119 46-46-1234 ℙ
-noback sign \x211a 46-46-12345 ℚ
-noback sign \x211d 46-46-1235 ℝ
-noback sign \x2124 46-46-1356 ℤ
-
-# lettres majuscules rondes
-# lignes commentées car requiert Liblouis compilé avec le support d'UTF-32
-#sign \y1D4D0 46-5-1
-#sign \y1D49C 46-5-1    # A
-#sign \y1D4D2 46-5-14   # C
-#sign \y1D49E 46-5-14   # C
-#sign \y1D49F 46-5-145  # D
-#sign \y1D4D3 46-5-145  # D
-#sign \y1D4A0 46-5-15   # E
-#sign \y1D4D4 46-5-15   # E
-#sign \y1D4AB 46-5-1234 # P
-#sign \y1D4DF 46-5-1234 # P
-
-noback math \x2032 3 ′ prime
-noback math \x2033 3-3 ″ seconde
-noback math \x2034 3-3-3 ‴ tierce
-
-#signes d'opérations
-# noback math \X002B 235 + plus
-     # unicode manquant (?) pour "grand plus"
-noback math \X2295 46-235 ⊕ plus encerclé
-noback math \X2A01 46-46-235 ⨁ grand plus encerclé
-noback math \X222A 456-235 ∪ union
-noback math \X22C3 456-456-235 ⋃ grande union
-noback math \X2229 45-235 ∩ intersection
-noback math \X22C2 45-45-235 ⋂ grande intersection
-noback math \X2212 36 − moins
-noback math \X2213 36-235 ∓ moins ou plus
-noback math \X22C5 35-35 ⋅ point multiplicatif ; produit scalaire
-     # astérisque, étoile... 5-35 *
-     # unicode manquant (?) pour "grande croix de multiplication"
-noback math \X2297 46-35 ⊗ produit tensoriel (croix dans un rond)
-noback math \X2A02 46-46-35 ⨂ grand produit tensoriel (grande croix dans un rond)
-     # unicode manquant (?) pour "croix double de multiplication"
-     # factorielle 456-35 !
-noback math \X2227 45-35 ∧ et logique; produit vectoriel...
-noback math \X22C0 45-45-35 ⋀ grand et logique
-noback math \X2228 45-26 ∨ ou logique
-noback math \X22C1 45-45-26 ⋁ grand ou logique
-noback math \X2218 456-3456 ∘ rond
-     # divisé par (slash) 34 /
-     # exposant 4
-
-
-# signes d'égalité et d'inégalité
-    # égal 2356 =
-noback math \X2260 46-2356 ≠ différent de
-noback math \X2248 5-2356 ≈ environ égal à
-noback math \X224A 456-5-2356 ≊ presque égal à
-noback math \X2243 45-2356 ≃ asymptotiquement égal à
-noback math \X2245 456-2356 ≅ approximativement égal à
-noback math \X2261 2356-2356 ≡ identique à
-noback math \X2262 46-2356-2356 ≢  non identique à
-noback math \X2259 25-2356 ≙ correspond à
-    # supérieur à >
-noback math \X2265 45-345 ≥ supérieur ou égal à
-noback math \X2A7E 45-345 ⩾ supérieur ou égal à
-    # inférieur à <
-noback math \X2264 45-126 ≤ inférieur ou égal à
-noback math \X2A7D 45-126 ⩽ inférieur ou égal à
-    # plus grand ou plus petit que ><
-noback math \X226B 5-5-345 ≫ très supérieur à
-noback math \X226A 5-5-126 ≪ très inférieur à
-noback math \X227B 46-46-345 ≻ suit
-noback math \X227A 46-46-126 ≺ précède
-noback math \X227D 45-45-345 ≽ suit ou est égal à
-noback math \X227C 45-45-126 ≼ précède ou est égal à
-
-
-# Parenthèses, accolades et crochets
-# à compléter
-
-
-# Notations ensemblistes
-noback math \X2282 46-16 ⊂ inclus
-noback math \X2284 46-34 ⊄ non inclus
-noback math \X2286 456-46-16 ⊆ inclus au sens large
-noback math \X2288 456-46-34 ⊈ non inclus au sens large
-noback math \X2288 456-46-34 ⊈ non inclus au sens large
-noback math \X2283 5-16 ⊃ contenant
-noback math \X2285 5-34 ⊅ ne contenant pas
-noback math \X2208 45-16 ∈ appartient à
-noback math \X2209 45-34 ∉ n'appartient pas à
-noback math \X220B 46-45-16 ∋ contient
-noback math \X220C 46-45-34 ∌ ne contient pas
-noback math \X2201 46-146 ∁ complémentaire
-noback math \X2205 45-3456 ∅ ensemble vide
-
-
-# flèches
-noback math \X21A6 5-156 ↦ a pour image
-noback math \x2197 45-156 ↗ croissant
-noback math \x2191 45-12456 ↑ flèche vers le haut
-noback math \x2196 45-246 ↖ flèche montante de droite à gauche
-noback math \x2192 456-156 → flèche droite
-noback sign \x27f6 25-25-135 ⟶ flèche droite littéraire
-# sign \x2192 25-25-135 → flèche droite littéraire
-noback math \x21C4 456-12456 ⇄ flèche droite au dessus d'une flèche gauche
-noback math \x2190 456-246 ← flèche gauche
-noback sign \x27f5 246-25-25 ⟵ flèche gauche littéraire
-# sign \x2190 246-25-25 ← flèche gauche littéraire
-noback math \x2198 46-156 ↘ décroissant
-noback math \x2193 46-12456 ↓ flèche vers le bas
-noback math \x2199 46-246 ↙ flèche descendante de droite à gauche
-noback math \x2194 5-12456 ↔ flèche à gauche et droite
-# sign \x2194 246-25-135 ↔ flèche à gauche et droite littéraire
-
-
-# signes suscrits
-#unicode approprié ? noback math \X23DC 4-25 ⏜ arc (top parenthesis)
-# angle saillant : pas d'équivalence unicode pour la notation française courante (LaTex : widehat). voir \X2220
-noback math \X20D7 46-25 ⃗ vecteur
-# tenseur d'ordre n : séquence non reproductible: vecteur, lettre, exposant n ; braille : 46-25-4-1345 lettre
-noback math \X0305 456-25 ̅  mesure algébrique, congugué de...
-#unicode approprié ? noback math \X035D 4-4-25 ͝  arc sous-tendu par un angle rentrant (COMBINING DOUBLE BREVE)
-# angle rentrant : pas d'équivalence unicode pour la notation française courante
-# vecteur axial : pas d'équivalence unicode pour la flèche suscrite
-# tilde
-# flèche circulaire de sens négatif : pas d'équivalence unicode pour la flèche suscrite
-# T renversé : pas d'équivalence unicode pour le signe suscrit
-# dague : pas d'équivalence unicode pour le signe suscrit
-noback math \X033F 45-456-25 ̿  double barre horizontale
-noback math \X20D6 456-46-25 ⃖  fèche horizontale dirigée vers la gauche
-
-# signes souscrits
-noback math \X032F 46-4-25 ̯  demi-rond convexe vers le haut, souscrit
-noback math \X032D 46-45-25 ̭  accent circonflexe, souscrit
-noback math \X0362 46-46-25 ͢  flèche vers la droite, souscrite
-noback math \X20EF 46-46-25 ⃯ flèche vers la droite, souscrite
-noback math \X0332 46-456-25 ̲  barre horizontale, souscrite
-noback math \X032E 46-4-4-25 ̮  demi-rond convexe vers le bas, souscrit
-noback math \X032C 46-456-45-25 ̬  accent circonflexe renversé, souscrit
-
-# signes géométriques
-noback math \X2225 456-1256 ∥ parallèle à
-noback math \X22A5 45-1256 ⊥ perpendiculaire à
-
-
-# Encadrements, barres verticales
-noback math \X2016 45-123456 ‖ norme vecteur
-#conflit possible ? noback math \X007C 123456 | valeur absolue
-
-
-# Fonctions
-# doublon dans le code 2007 (signes d'opérations) \X2218 456-3456 ∘ rond
-noback math \X2202 5-145 ∂ différentielle partielle
-# laplacien delta majuscule
-noback math \X25A1 456-1456 □ d'alembertien
-noback math \X2207 46-1456 ∇ nabla
-
-
-# Intégrales
-noback math \X222B 12346 ∫ intégrale
-noback math \X222E 46-12346 ∮ intégrale de contour
-noback math \X222C 12346-12346 ∬ intégrale double
-noback math \X222F 46-12346-12346 ∯ intégrale de surface
-noback math \X222D 12346-12346-12346 ∭ intégrale triple (absent du code 2007)
-# unicode? 456-12346 somme après permutation circulaire
-
-
-# Quantificateurs et signes d'implications
-noback math \X2203 456-16 ∃ il existe
-noback math \X2204 46-456-16 ∄ il n'existe pas
-    # 456-16-235 il existe un unique
-noback math \X2200 456-34 ∀ pour tout
-    # pas d'unicode pour la négation de "pour tout"
-noback math \x21d2 25-2 ⇒ implique
-noback math \x21CF 46-25-2 ⇏ négation de "implique"
-noback math \x21d0 5-25 ⇐ est impliqué par
-noback math \x21CD 46-5-25 ⇍ négation de "est impliqué par"
-noback math \X21D4 5-25-2 ⇔ équivalent à
-noback math \X21CE 46-5-25-2 ⇎ négation de "équivalent à"
-
-noback math \X2211 46-45-234 ∑ somme
-noback math \X221A 345 √ racine carrée
-noback math \X221B 4-146-345 ∛ racine cubique
-noback math \X221E 45-14 ∞ infini
-noback math \X2220 45-25 ∠ angle
-
-# complément de fractions de base
-noback math \x2153 16-34-146 ⅓ 1/3
-noback math \x2154 126-34-146 ⅔ 2/3
-noback math \x2155 16-34-156 ⅕ 1/5
-noback math \x2156 126-34-156 ⅖ 2/5
-noback math \x2157 146-34-156 ⅗ 3/5
-noback math \x2158 1456-34-156 ⅘ 4/5
-noback math \x2159 16-34-1246 ⅙ 1/6
-noback math \x2150 16-34-12456 ⅐ 1/7
-noback math \x215a 156-34-1246 ⅚ 5/6
-noback math \x215b 16-34-1256 ⅛ 1/8
-noback math \x215c 146-34-1256 ⅜ 3/8
-noback math \x215d 156-34-1256 ⅝ 5/8
-noback math \x215e 12456-34-1256 ⅞ 7/8
-noback math \x2151 16-34-246 ⅑ 1/9
-noback math \x2152 16-34-16-3456 ⅒ 1/10
-
-# Alphabet phonétique international
-include IPA-unicode-range.uti
-# ajouts issus de la table IPA.utb :
-# Conflit avec une autre table ? noback sign \X00F8 1256 # ø - slashed o - close-mid front rounded vowel
-# Conflit avec une autre table ? noback sign \X00E6 146  # æ - ash - near-open front unrounded vowel
-# ATTENTION ! Le symbole ci-dessous est très utilisé en phonétique (son anglais 'th' dans 'the' par exemple) mais le code braille phonétique entre en conflit avec la lettre grecque thêta.
-# sign \X03B8 46-1456   # θ - theta - voiceless dental fricative (WARNING: greek letter)
-# liblouis: Croatian grade 1 Braille
-#
-# Copyright (C) 2017. Zlatko Sobočan <zlatko.sobocan@tifloglobus.hr>
-# by company Tiflo globus d.o.o. <http://www.tifloglobus.hr>
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-
-#-------------------------------------------------------------------------------
-#
-#  Croatian grade 1 Braille
-#  Version: 2017-06-15
-# Created and maintained: Zlatko Sobočan <zlatko.sobocan@tifloglobus.hr>
-# by company Tiflo globus d.o.o. <http://www.tifloglobus.hr>
-# Especially thanks Arend Arends <arend.arends@hccnet.nl> by TactileView for testing.
-# If you found bugs with Croatian grade1 table, report it with following address:
-# Zlatko Sobočan <zlatko.sobocan@tifloglobus.hr>
-#
-#-------------------------------------------------------------------------------
-
-include text_nabcc.dis
-include hr-chardefs.cti
-include hr-translation.cti
-# liblouis: Norwegian Grade 0 Braille Table, uncontracted braille
-#
-# -----------
-#-display-name: Norwegian uncontracted braille
-#
-#+locale:no
-#+type:literary
-#+contraction:no
-#+grade:0
-#
-# TODO: Please correct the metadata above. It is not meant to be
-# accurate nor complete. It hasn't been verified by the table
-# author yet. It is merely an attempt by the liblouis maintainers
-# to get some sensible initial values in place.
-#
-# TODO: Please add a reference to official documentation about
-# the implemented braille code. Preferably submit the documents
-# to https://github.com/liblouis/braille-specs.
-# -----------
-#
-#  Copyright (C) 2005 ViewPlus Technologies, Inc. www.viewplus.com
-#  Copyright (C) 2009 Lars Bjørndal <lars@lamasti.net>
-#  Copyright (C) 2015 NLB Norwegian library of talking books and braille, http://www.nlb.no/
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-
-# Created June 9, 2005 by Leon Ungier <Leon.Ungier@ViewPlus.com> with
-# help and guidance from Lars Bjørndal <lars@lamasti.net>
-# Updated June 2009 by Lars Bjørndal <lars@lamasti.net>
-# Updated April 2015 by Jostein Austvik Jacobsen <jostein@nlb.com> and Ammar Usama <ammar.usama@nlb.no>
-
-include no-no-chardefs6.uti
-include litdigits6Dots.uti
-include braille-patterns.cti # unicode braille
-
-lowword \x2013 36-36         # make double when surrounded by white spaces
-lowword - 36-36              # make double when hyphen surrounded by white spaces
-
-numsign 3456
-capsletter 6                    # single capital letter indicator
-begcapsword 6-6                  # a block of consecutive capital letters indicator
-endcapsword 56                   # TODO
-
-emphclass italic
-emphclass underline
-emphclass bold
-
-begemph italic 23
-begemph bold 6-3
-begemph underline 456
-
-endemph italic 56
-endemph bold 6-3
-endemph underline 456
-
-midnum , 2
-midnum . 3
-midnum + 235
-midnum - 36-36-3456
-midnum / 34-3456
-midnum : 25
-midnum = 2356
-
-endnum # 56-3456
-always # 3456
-endnum a 56-1
-endnum b 56-12
-endnum c 56-14
-endnum d 56-145
-endnum e 56-15
-endnum f 56-124
-endnum g 56-1245
-endnum h 56-125
-endnum i 56-24
-endnum j 56-245
-
-repeated ... 3-3-3           # points de suite
-repeated --- 36-36-36
-repeated ___ 456-456-456
-
-# always \s--\s 36-36        # tiret
-noback always ;\s; 0
-
-begcomp 126
-endcomp 345
-
-# URLs
-compbrl ://
-compbrl www.
-compbrl .com
-compbrl .edu
-compbrl .gov
-compbrl .mil
-compbrl .net
-compbrl .org
-compbrl .no
-compbrl .nu
-compbrl .se
-compbrl .dk
-compbrl .fi
-compbrl .ini
-compbrl .doc
-compbrl .docx
-compbrl .xml
-compbrl .xsl
-compbrl .htm
-compbrl .html
-compbrl .tex
-compbrl .txt
-compbrl .gif
-compbrl .jpg
-compbrl .png
-compbrl .wav
-compbrl .mp3
-compbrl .m3u
-compbrl .tar
-compbrl .gz
-compbrl .bz2
-compbrl .zip
-
-# Fix input where less than / greater than already are surrounding the
-# URL / email address.
-noback pass2 @126-246-3 @126
-noback pass2 @135-2-345 @345
-
-#
-# Copyright (C) 1995-2008 by The BRLTTY Developers.
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-
-# BRLTTY Text Table - Russian (koi8-r)
-# by Hans Schou <chlor@schou.dk> and Dave Mielke <dave@mielke.cc>
-
-# This is the Russian braille table. It is based on the KOI8-R character set
-# which to our knowledge is the most used in Russia.
-
-# As the Russian cyrillic definition conflicts with the latin definition, some
-# decisions had to be taken. Russians need to type both latin for the command
-# prompt and cyrillic while reading and writing documents and mail.
-
-# In the following, latin letters are quoted with apostrophes like in 'a', and
-# cyrillic letters are enclosed within brackets like in [a].
-
-# Dot 1 in the cyrillic definition is the cyrillic letter which looks and
-# sounds like 'a'. The problem is that in the KOI8-R character set, there is
-# both a latin 'a' and a cyrillic [a]. In decimal, their character numbers are
-# 97 and 193 respectively.  To handle conflicts like these, we have prioritized
-# which characters are most important to match the standard.
-
-# RULES:
-# 1. All cyrillic characters must follow the Russian standard. KOI8-R character 
-#    193 [a] must be dot-1, and so on.
-# 2. Capital cyrillic letters have dot 7 on.
-# 3. The latin alphabet is implemented to follow the international standard
-#    except it has dot 8 on.
-# 4. Capital latin letters have dots 7 and 8 on.
-# 5. Numbers are defined as in the American standard. This means dot-2 for
-#    number '1', and so on. This will conflict with the cyrillic comma which is
-#    also dot-2.
-# 4. Special characters like !"#¤%&/()=? follow the American standard if 
-#    possible.
-# 2. Control characters are often used on Linux. These are not very well 
-#    implemented. More work should be done.
-
-# Comments from Russians are very welcome as neither Hans Schou nor Dave Mielke
-# understand a single word in Russian.
-
-# generated by ttbtest
-letter \x0000 12345678		NULL
-letter \x0001 1678		START OF HEADING
-letter \x0002 124678		START OF TEXT
-letter \x0003 14678		END OF TEXT
-letter \x0004 1467		END OF TRANSMISSION
-letter \x0005 15678		ENQUIRY
-letter \x0006 2358		ACKNOWLEDGE
-letter \x0007 235678		BELL
-letter \x0008 378		BACKSPACE
-space \t 2468		CHARACTER TABULATION
-space \n 678		LINE FEED (LF)
-space \v 345678		LINE TABULATION
-space \f 12367		FORM FEED (FF)
-space \r 458		CARRIAGE RETURN (CR)
-letter \x000e 134567		SHIFT OUT
-letter \x000f 1235678		SHIFT IN
-letter \x0010 34568		DATA LINK ESCAPE
-letter \x0011 124568		DEVICE CONTROL ONE
-letter \x0012 23468		DEVICE CONTROL TWO
-letter \x0013 4578		DEVICE CONTROL THREE
-letter \x0014 3458		DEVICE CONTROL FOUR
-letter \x0015 23578		NEGATIVE ACKNOWLEDGE
-letter \x0016 1236		SYNCHRONOUS IDLE
-letter \x0017 25678		END OF TRANSMISSION BLOCK
-letter \x0018 3478		CANCEL
-letter \x0019 13456		END OF MEDIUM
-letter \x001a 4678		SUBSTITUTE
-letter \x001b 24678		ESCAPE
-letter \x001c 125678		INFORMATION SEPARATOR FOUR
-letter \x001d 1245678		INFORMATION SEPARATOR THREE
-letter \x001e 1234678		INFORMATION SEPARATOR TWO
-letter \x001f 45678		INFORMATION SEPARATOR ONE
-space \s 0		SPACE
-punctuation ! 2357		EXCLAMATION MARK
-punctuation " 5		QUOTATION MARK
-punctuation # 3456		NUMBER SIGN
-punctuation $ 57		DOLLAR SIGN
-punctuation % 146		PERCENT SIGN
-punctuation & 2578		AMPERSAND
-punctuation ' 3		APOSTROPHE
-punctuation ( 478		LEFT PARENTHESIS
-punctuation ) 578		RIGHT PARENTHESIS
-punctuation * 12678		ASTERISK
-punctuation + 346		PLUS SIGN
-punctuation , 6		COMMA
-punctuation - 36		HYPHEN-MINUS
-punctuation . 46		FULL STOP
-punctuation / 34		SOLIDUS
-include loweredDigits6Dots.uti
-punctuation : 237		COLON
-punctuation ; 56		SEMICOLON
-punctuation < 126		LESS-THAN SIGN
-punctuation = 123456		EQUALS SIGN
-punctuation > 345		GREATER-THAN SIGN
-punctuation ? 1456		QUESTION MARK
-punctuation @ 47		COMMERCIAL AT
-uppercase A 178		LATIN CAPITAL LETTER A
-uppercase B 1278		LATIN CAPITAL LETTER B
-uppercase C 1478		LATIN CAPITAL LETTER C
-uppercase D 14578		LATIN CAPITAL LETTER D
-uppercase E 1578		LATIN CAPITAL LETTER E
-uppercase F 12478		LATIN CAPITAL LETTER F
-uppercase G 124578		LATIN CAPITAL LETTER G
-uppercase H 12578		LATIN CAPITAL LETTER H
-uppercase I 2478		LATIN CAPITAL LETTER I
-uppercase J 24578		LATIN CAPITAL LETTER J
-uppercase K 1378		LATIN CAPITAL LETTER K
-uppercase L 12378		LATIN CAPITAL LETTER L
-uppercase M 13478		LATIN CAPITAL LETTER M
-uppercase N 134578		LATIN CAPITAL LETTER N
-uppercase O 13578		LATIN CAPITAL LETTER O
-uppercase P 123478		LATIN CAPITAL LETTER P
-uppercase Q 1234578		LATIN CAPITAL LETTER Q
-uppercase R 123578		LATIN CAPITAL LETTER R
-uppercase S 23478		LATIN CAPITAL LETTER S
-uppercase T 234578		LATIN CAPITAL LETTER T
-uppercase U 13678		LATIN CAPITAL LETTER U
-uppercase V 123678		LATIN CAPITAL LETTER V
-uppercase W 245678		LATIN CAPITAL LETTER W
-uppercase X 134678		LATIN CAPITAL LETTER X
-uppercase Y 1345678		LATIN CAPITAL LETTER Y
-uppercase Z 135678		LATIN CAPITAL LETTER Z
-punctuation [ 234678		LEFT SQUARE BRACKET
-punctuation \\ 3567		REVERSE SOLIDUS
-punctuation ] 124567		RIGHT SQUARE BRACKET
-punctuation ^ 457		CIRCUMFLEX ACCENT
-punctuation _ 456		LOW LINE
-punctuation ` 4		GRAVE ACCENT
-lowercase a 18		LATIN SMALL LETTER A
-lowercase b 128		LATIN SMALL LETTER B
-lowercase c 148		LATIN SMALL LETTER C
-lowercase d 1458		LATIN SMALL LETTER D
-lowercase e 158		LATIN SMALL LETTER E
-lowercase f 1248		LATIN SMALL LETTER F
-lowercase g 12458		LATIN SMALL LETTER G
-lowercase h 1258		LATIN SMALL LETTER H
-lowercase i 248		LATIN SMALL LETTER I
-lowercase j 2458		LATIN SMALL LETTER J
-lowercase k 138		LATIN SMALL LETTER K
-lowercase l 1238		LATIN SMALL LETTER L
-lowercase m 1348		LATIN SMALL LETTER M
-lowercase n 13458		LATIN SMALL LETTER N
-lowercase o 1358		LATIN SMALL LETTER O
-lowercase p 12348		LATIN SMALL LETTER P
-lowercase q 123458		LATIN SMALL LETTER Q
-lowercase r 12358		LATIN SMALL LETTER R
-lowercase s 2348		LATIN SMALL LETTER S
-lowercase t 23458		LATIN SMALL LETTER T
-lowercase u 1368		LATIN SMALL LETTER U
-lowercase v 12368		LATIN SMALL LETTER V
-lowercase w 24568		LATIN SMALL LETTER W
-lowercase x 13468		LATIN SMALL LETTER X
-lowercase y 134568		LATIN SMALL LETTER Y
-lowercase z 13568		LATIN SMALL LETTER Z
-punctuation { 23678		LEFT CURLY BRACKET
-punctuation | 34567		VERTICAL LINE
-punctuation } 12456		RIGHT CURLY BRACKET
-punctuation ~ 45		TILDE
-letter \x007f 4567		DELETE
-punctuation \x00a0 0		NO-BREAK SPACE
-punctuation \x00a9 34678		COPYRIGHT SIGN
-punctuation \x00b0 23567		DEGREE SIGN
-punctuation \x00b2 268		SUPERSCRIPT TWO
-punctuation \x00b7 34578		MIDDLE DOT
-punctuation \x00f7 145678		DIVISION SIGN
-uppercase \x0401 167		CYRILLIC CAPITAL LETTER IO
-uppercase \x0410 17		CYRILLIC CAPITAL LETTER A
-uppercase \x0411 127		CYRILLIC CAPITAL LETTER BE
-uppercase \x0412 24567		CYRILLIC CAPITAL LETTER VE
-uppercase \x0413 12457		CYRILLIC CAPITAL LETTER GHE
-uppercase \x0414 1457		CYRILLIC CAPITAL LETTER DE
-uppercase \x0415 157		CYRILLIC CAPITAL LETTER IE
-uppercase \x0416 2457		CYRILLIC CAPITAL LETTER ZHE
-uppercase \x0417 13567		CYRILLIC CAPITAL LETTER ZE
-uppercase \x0418 247		CYRILLIC CAPITAL LETTER I
-uppercase \x0419 123467		CYRILLIC CAPITAL LETTER SHORT I
-uppercase \x041a 137		CYRILLIC CAPITAL LETTER KA
-uppercase \x041b 1237		CYRILLIC CAPITAL LETTER EL
-uppercase \x041c 1347		CYRILLIC CAPITAL LETTER EM
-uppercase \x041d 13457		CYRILLIC CAPITAL LETTER EN
-uppercase \x041e 1357		CYRILLIC CAPITAL LETTER O
-uppercase \x041f 12347		CYRILLIC CAPITAL LETTER PE
-uppercase \x0420 12357		CYRILLIC CAPITAL LETTER ER
-uppercase \x0421 2347		CYRILLIC CAPITAL LETTER ES
-uppercase \x0422 23457		CYRILLIC CAPITAL LETTER TE
-uppercase \x0423 1367		CYRILLIC CAPITAL LETTER U
-uppercase \x0424 1247		CYRILLIC CAPITAL LETTER EF
-uppercase \x0425 1257		CYRILLIC CAPITAL LETTER HA
-uppercase \x0426 147		CYRILLIC CAPITAL LETTER TSE
-uppercase \x0427 123457		CYRILLIC CAPITAL LETTER CHE
-uppercase \x0428 1567		CYRILLIC CAPITAL LETTER SHA
-uppercase \x0429 13467		CYRILLIC CAPITAL LETTER SHCHA
-uppercase \x042a 123567		CYRILLIC CAPITAL LETTER HARD SIGN
-uppercase \x042b 23467		CYRILLIC CAPITAL LETTER YERU
-uppercase \x042c 234567		CYRILLIC CAPITAL LETTER SOFT SIGN
-uppercase \x042d 2467		CYRILLIC CAPITAL LETTER E
-uppercase \x042e 12567		CYRILLIC CAPITAL LETTER YU
-uppercase \x042f 12467		CYRILLIC CAPITAL LETTER YA
-lowercase \x0430 1		CYRILLIC SMALL LETTER A
-lowercase \x0431 12		CYRILLIC SMALL LETTER BE
-lowercase \x0432 2456		CYRILLIC SMALL LETTER VE
-lowercase \x0433 1245		CYRILLIC SMALL LETTER GHE
-lowercase \x0434 145		CYRILLIC SMALL LETTER DE
-lowercase \x0435 15		CYRILLIC SMALL LETTER IE
-lowercase \x0436 245		CYRILLIC SMALL LETTER ZHE
-lowercase \x0437 1356		CYRILLIC SMALL LETTER ZE
-lowercase \x0438 24		CYRILLIC SMALL LETTER I
-lowercase \x0439 12346		CYRILLIC SMALL LETTER SHORT I
-lowercase \x043a 13		CYRILLIC SMALL LETTER KA
-lowercase \x043b 123		CYRILLIC SMALL LETTER EL
-lowercase \x043c 134		CYRILLIC SMALL LETTER EM
-lowercase \x043d 1345		CYRILLIC SMALL LETTER EN
-lowercase \x043e 135		CYRILLIC SMALL LETTER O
-lowercase \x043f 1234		CYRILLIC SMALL LETTER PE
-lowercase \x0440 1235		CYRILLIC SMALL LETTER ER
-lowercase \x0441 234		CYRILLIC SMALL LETTER ES
-lowercase \x0442 2345		CYRILLIC SMALL LETTER TE
-lowercase \x0443 136		CYRILLIC SMALL LETTER U
-lowercase \x0444 124		CYRILLIC SMALL LETTER EF
-lowercase \x0445 125		CYRILLIC SMALL LETTER HA
-lowercase \x0446 14		CYRILLIC SMALL LETTER TSE
-lowercase \x0447 12345		CYRILLIC SMALL LETTER CHE
-lowercase \x0448 156		CYRILLIC SMALL LETTER SHA
-lowercase \x0449 1346		CYRILLIC SMALL LETTER SHCHA
-lowercase \x044a 12356		CYRILLIC SMALL LETTER HARD SIGN
-lowercase \x044b 2346		CYRILLIC SMALL LETTER YERU
-lowercase \x044c 23456		CYRILLIC SMALL LETTER SOFT SIGN
-lowercase \x044d 246		CYRILLIC SMALL LETTER E
-lowercase \x044e 1256		CYRILLIC SMALL LETTER YU
-lowercase \x044f 1246		CYRILLIC SMALL LETTER YA
-lowercase \x0451 16		CYRILLIC SMALL LETTER IO
-uppercase \x0462 3457		CYRILLIC CAPITAL LETTER YAT
-lowercase \x0463 345		CYRILLIC SMALL LETTER YAT
-uppercase \x046a 2467		CYRILLIC CAPITAL LETTER BIG YUS
-lowercase \x046b 246		CYRILLIC SMALL LETTER BIG YUS
-punctuation \x2219 238		BULLET OPERATOR
-punctuation \x221a 568		SQUARE ROOT
-punctuation \x2248 358		ALMOST EQUAL TO
-punctuation \x2264 4568		LESS-THAN OR EQUAL TO
-punctuation \x2265 35678		GREATER-THAN OR EQUAL TO
-punctuation \x2320 2568		TOP HALF INTEGRAL
-punctuation \x2321 258		BOTTOM HALF INTEGRAL
-punctuation \x2580 348		UPPER HALF BLOCK
-punctuation \x2584 468		LOWER HALF BLOCK
-punctuation \x2588 68		FULL BLOCK
-punctuation \x258c 278		LEFT HALF BLOCK
-punctuation \x2590 2378		RIGHT HALF BLOCK
-punctuation \x2591 3578		LIGHT SHADE
-punctuation \x2592 267		MEDIUM SHADE
-punctuation \x2593 3568		DARK SHADE
-punctuation \x25a0 23568		BLACK SQUARE
-#  Copyright (C) 2010 Leon Ungier <Leon.Ungier@ViewPlus.com>, 
-#  Copyright (C) 2010 Samuel Thibault <samuel.thibault@ens-lyon.org>
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-
-# Table for Nepali
-include devanagari.cti
-include text_nabcc.dis
-#
-#  Copyright (C) 2011 by Peter Engström <peter.engstrom@indexbraille.com>
-#  Copyright (C) 2011 by Monk Jeremiah, Manastir Decani <visokidecani@gmail.com>
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 3 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-#
-# -----------------------------------------------------------------------------
-#
-# 	SERBIAN
-#	=======
-# 	Authors:	Peter Engström, Index Braille <peter.engstrom@indexbraille.com>
-#				Monk Jeremiah, Manastir Decani <visokidecani@gmail.com>
-#
-# 	Date: 		Note:
-#	2011-03-28	Initial release
-#	2011-04-04	Added more signs.
-#	2015-08-28	Additions and fixes by Zvonimir Stanecic
-#
-#---------------------------------------------------------------------------------------
-
-#--------------------- ALL CHARS DEFINITIONS -------------------------------------------
-
-space \t 0 tab            			# HORIZONTAL TABULATION
-space \s 0 blank					# SPACE
-space \X00A0 0						# NO-BREAK SPACE
-
-punctuation ! 235					# EXCLAMATION MARK
-punctuation • 3					# BULET
-sign + 235							# PLUS SIGN
-midnum + 235						# PLUS SIGN
-punctuation ? 26					# QUESTION MARK
-punctuation . 256					# FULL STOP
-sign \x2026 3-3-3					# HORIZONTAL ELLIPSIS
-punctuation , 2						# COMMA
-punctuation ;	23					# SEMICOLON
-punctuation : 25					# COLON
-punctuation ­ 36
-punctuation - 36					# HYPHEN-MINUS
-punctuation ' 3	  					# APOSTROPHE
-punctuation *	35					# ASTERISK
-sign / 34							# SOLIDUS
-sign \\ 16							# REVERSE SOLIDUS
-punctuation ( 2356					# LEFT PARENTESIS
-punctuation ) 2356					# RIGHT PARENTESIS
-punctuation " 2356					# QUOTATION MARK
-punctuation ” 356					# RIGHT QUOTATION MARK
-punctuation – 36					# EM DASH
-punctuation \x201E 236				# DOUBLE LOW-9 QUOTATION MARK
-punctuation \x201C 356				# LEFT DOUBLE QUOTATION MARK
-
-
-
-
-sign # 3456							# NUMBER SIGN
-sign $ 256							# DOLLAR SIGN
-sign & 4-12346						# AMPERSAND
-sign < 5-246						# LESS-THAN SIGN
-sign = 2356							# EQUAL SIGN
-sign > 135-2						# GREATER-THAN SIGN
-sign @ 345							# COMMERCIAL AT
-punctuation [ 2356-3				# LEFT SQUARE BRACKET
-punctuation ] 6-2356				# RIGHT SQUARE BRACKET
-sign ^ 56							# CIRCUMFLEX ACCENT
-sign _ 6-36							# LOW LINE (UNDERSCORE)
-sign ` 4							# GRAVE ACCENT
-punctuation { 2356-23				# LEFT CURLY BRACKET
-sign | 4-123						# VERTICAL LINE
-punctuation } 56-2356				# RIGHT CURLY BRACKET
-sign ~ 56							# TILDE
-sign € 26							# EURO
-sign \x00A2 4						# CENT SIGN
-sign \x00A3 6-123					# POUND SIGN
-sign \x00A4 2356-1236-2356			# CURRENCY SIGN
-sign \x00A7 346						# PARAGRAPH SIGN
-sign \x00A9 12356-14-23456			# COPYRIGHT
-punctuation \x00AB 2346-14-3		# LEFT-POINTING DOUBLE ANGLE QUOTATION MARK
-sign \x00B0 356						# DEGREE SIGN
-sign % 3456-245-356					# PERCENT SIGN
-sign \x2030	3456-245-356-356		# PER MILL SIGN
-sign \x00B2 34-23					# SUPERSCRIPT 2 SIGN
-sign \x00B3 34-25					# SUPERSCRIPT 3 SIGN
-sign \x00B9 34-2					# SUPERSCRIPT 1 SIGN
-punctuation \x00BB 6-2356-2356		# RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK
-sign \x00BC 3456-1-1256-145			# VULGAR FRACTION ONE QUARTER
-sign \x00BD 3456-1-1256-12			# VULGAR FRACTION ONE HALF
-sign \x00BE 3456-14-1256-145		# VULGAR FRACTION 3 QUARTERS
-math \x00D7 56-36 					# MULTIPLICATION SIGN
-math \x00F7 1256 					# DIVISION SIGN
-
-#------------- NOT ASSIGNED ---------------------------------- 
-#sign \x00A5 45-13456					# YEN SIGN
-#sign \x00B4 1256						# ACUTE ACCENT
-#sign \x00B5 46-134						# µ MICRO SIGN
-#sign \x00B6 4-1234-345					# ¶ PILCROW SIGN
-#uplow	\x00D3\x00F3 346				# LATIN CAPITAL LETTER O WITH ACUTE
-
-
-include latinLetterDef6Dots.uti
-
-include digits6Dots.uti # Must come after letters.
-include litdigits6Dots.uti # Must come after letters.
-
-uplow \x010C\x010D 16				# LATIN LETTER C WITH CARON
-uplow \x0106\x0107 146				# LATIN LETTER C WITH ACUTE
-uplow \x0110\x0111 1456				# LATIN LETTER D WITH STROKE
-uplow \x0160\x0161 156				# LATIN LETTER S WITH CARON
-uplow \x017D\x017E 2346				# LATIN LETTER Z WITH CARON
-uplow \x008E\x009E 2346				# LATIN LETTER Z WITH CARON (ASCII)
-
-
-#uplow \x00C0\x00E0 				# LATIN LETTER A WITH GRAVE
-#uplow \x00C8\x00E8 				# LATIN LETTER E WITH GRAVE
-#uplow \x00C9\x00E9 				# LATIN LETTER E WITH ACUTE
-#uplow \x00CC\x00EC 				# LATIN LETTER I WITH GRAVE
-#uplow \x00D2\x00F2 				# LATIN LETTER O WITH GRAVE
-#uplow \x00DA\x00FA 				# LATIN LETTER U WITH ACUTE
-
-
-#-------- SERBIAN CYRILLIC LETTERS -----------------------------------------------------
-
-
-uplow \x0410\x0430 1				# CYRILLIC LETTER A
-uplow \x0411\x0431 12				# CYRILLIC LETTER BE
-uplow \x0426\x0446 14				# CYRILLIC LETTER TSE
-uplow \x0427\x0447 16				# CYRILLIC LETTER CHE
-uplow \x040B\x045B 146				# CYRILLIC LETTER TSHE
-uplow \x0414\x0434 145				# CYRILLIC LETTER DE
-uplow \x040F\x045F 12456			# CYRILLIC LETTER DZHE
-uplow \x0402\x0452 1456				# CYRILLIC LETTER DJE
-uplow \x0415\x0435 15				# CYRILLIC LETTER IE
-uplow \x0424\x0444 124				# CYRILLIC LETTER EF
-uplow \x0413\x0433 1245				# CYRILLIC LETTER GHE
-uplow \x0425\x0445 125				# CYRILLIC LETTER HA
-uplow \x0418\x0438 24				# CYRILLIC LETTER I
-uplow \x0408\x0458 245				# CYRILLIC LETTER JE
-uplow \x041A\x043A 13				# CYRILLIC LETTER KA
-uplow \x041B\x043B 123				# CYRILLIC LETTER EL
-uplow \x0409\x0459 126				# CYRILLIC LETTER LJE
-uplow \x041C\x043C 134				# CYRILLIC LETTER EM
-uplow \x041D\x043D 1345				# CYRILLIC LETTER EN
-uplow \x040A\x045A 1246				# CYRILLIC LETTER NJE
-uplow \x041E\x043E 135				# CYRILLIC LETTER O
-uplow \x041F\x043F 1234				# CYRILLIC LETTER PE
-uplow \x0420\x0440 1235				# CYRILLIC LETTER ER
-uplow \x0421\x0441 234				# CYRILLIC LETTER ES
-uplow \x0428\x0448 156				# CYRILLIC LETTER SHA
-uplow \x0422\x0442 2345				# CYRILLIC LETTER TE
-uplow \x0423\x0443 136				# CYRILLIC LETTER U
-uplow \x0412\x0432 1236				# CYRILLIC LETTER VE
-uplow \x0417\x0437 1356				# CYRILLIC LETTER ZE
-uplow \x0416\x0436 2346				# CYRILLIC LETTER ZHE
-
-
-#uplow \x0419\x0439 12346			# CYRILLIC LETTER SHORT I
-#uplow \x0429\x0449 1346			# CYRILLIC LETTER SHCHA
-#uplow \x042A\x044A 12356			# CYRILLIC LETTER HARD SIGN
-#uplow \x042B\x044B 2346			# CYRILLIC LETTER YERU
-#uplow \x042C\x044C 23456			# CYRILLIC LETTER SOFT SIGN
-#uplow \x042D\x044D 246				# CYRILLIC LETTER E
-#uplow \x042E\x044E 1256			# CYRILLIC LETTER YU
-#uplow \x042F\x044F 1246 			# CYRILLIC LETTER YA
-#uplow \x0401\x0451 16 				# CYRILLIC LETTER IO
-
-#---------------------------------------------------------------------------------------
-# liblouis: Korean (Base table and chars for 2006 edition)
-#
-# Based on the braille contraction table in BRLTTY
-#
-# Copyright (C) 1995-2012 by The BRLTTY Team. 
-# Copyright (C) 2012 by Samuel Thibault <samuel.thibault@ens-lyon.org>
-# Copyright (C) 2012 by Mesar Hameed <mhameed@src.gnome.org>
-# Copyright (C) 2014 by Joseph Lee <joseph.lee22590@gmail.com>
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-
-# This is missing CHITUEUM*, CEONGCHIEUMSIOS, PANSIOS, YESIEUNG, RINHIEUH and
-# ARAEA for which I couldn't find documentation.  Please contact me to fix
-# anything, as this table was generated from a C program.
-
-#Same as ko.cti except for punctuation dot changes.
-
-include chardefs.cti All character definition opcodes
-include braille-patterns.cti
-
-# Braille indicators
-numsign 3456  number sign, just a dots operand
-capsletter 6
-begcapsword 6-6
-endcapsword 6-3
-emphclass italic
-emphclass underline
-emphclass bold
-begemphphrase italic 46-46
-endemphphrase italic before 46
-lenemphphrase italic 4
-begemphword italic 46-3
-endemphword italic 46-36
-emphletter italic 46-25
-begemphphrase bold 456-456
-endemphphrase bold before 456
-lenemphphrase bold 4
-begcomp 456-346
-endcomp 456-156
-
-# literary forms of the decimal digits
-include litdigits6Dots.uti
-
-# Letters are defined in chardefs.cti
-
-# punctuation
-prepunc ( 36
-word ( 36
-always ( 36
-postpunc ) 36
-word ) 36
-always ) 36
-prepunc " 236
-postpunc " 356
-word " 236
-prepunc ` 236
-prepunc ' 6-236
-postpunc ' 356-3
-word ' 4-3
-word 'em = 
-word 'tis =
-word 'twas =
-begnum # 3456 print number sign before number
-midnum , 5
-postpunc , 5
-word , 5
-always , 5
-decpoint . 3
-midnum - 36
-hyphen - 36
-always \s--\s 36-36
-always \s-\s 36-36
-midnum \x00ad 36
-postpunc . 256
-word . 256
-always . 256
-postpunc ; 56-23
-word ; 56-23
-midnum : 5-2
-postpunc : 5-2
-always : 5-2
-postpunc ! 235
-always ! 235
-midnum / 456-34
-always / 456-34
-always < 5-13
-always = 25-25
-always > 46-2
-always + 5-235
-postpunc ? 236
-word ? 236
-always ? 236
-endnum st 34
-endnum nd 1345-145
-endnum rd 1235-145
-endnum 's 3-234
-endnum th 1456
-endnum 's 3-234
-always % 356-1234
-midnum ^ 45
-always ^ 456-126
-always ~ 36-36
-always & 4-12346
-midnum * 5-23
-always * 35-35
-prepunc [ 236-3
-word [ 236-3
-always [ 236-3
-postpunc ] 6-356
-word ] 6-356
-always ] 6-356
-prepunc { 236-23
-word { 236-23
-always { 236-23
-postpunc } 56-356
-word } 56-356
-always } 56-356
-always @ 4-1
-always \\ 4-1256
-always | 456-1256
-always \s-\s 36
-always ..." 5-5-5-356
-always … 5-5-5
-always ... 5-5-5
-always ...' 5-5-5-356-3
-repeated .... 0
-repeated ____ 6-36-36-3
-repeated ---- 36
-always .\s.\s." 3-3-3-356
-always .\s.\s. 3-3-3 . . .
-begnum $ 256
-always $ 4-256
-always _ 6-36-36-3
-always — 56-36-36-23
-
-# special character sequences
-compbrl :// URLs
-compbrl ()
-compbrl www.
-compbrl ::
-compbrl .com
-compbrl .edu
-compbrl .gov
-compbrl .ini
-compbrl .mil
-compbrl .net
-compbrl .org
-compbrl .doc
-compbrl .xml
-compbrl .xsl
-compbrl .htm
-compbrl .html
-compbrl .tex
-compbrl .txt
-compbrl .gif
-compbrl .jpg
-compbrl .png
-compbrl .wav
-compbrl .tar
-compbrl .zip
-
-noback context "\e"$a *
-always \\_ 56 letter sign before Roman page numbers
-noback pass2 @56-56 @56
-noback pass2 @3-56 @3
-
-
-#Korean section:
-
-#Detect English:
-letsign 356
-
-#Basic letter patterns (to be used in G1 and G2):
-include ko-chars.cti
-
-
-# liblouis: Character definitions for Icelandic tables
-#
-#  Copyright (C) 2009 INIB (Iceland National Institute for the Blind)
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 3 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-#
-#-------------------------------------------------------------------------------
-#
-#  This computer braille table is based on the IceBraille standard, v1.0.
-#  Version 2010-09-02
-#  Birkir Gunnarsson, birkir@midstod.is
-#  Special thanks to Ben Van Popel for help with drafting the standard.
-#-------------------------------------------------------------------------------
-
-#                   48-34578           \x0000 &#0;    <control> [NULL]
-#                   48-178             \x0001 &#1;    <control> [START OF HEADING]
-#                   48-1278            \x0002 &#2;    <control> [START OF TEXT]
-#                   48-1478            \x0003 &#3;    <control> [END OF TEXT]
-#                   48-14578           \x0004 &#4;    <control> [END OF TRANSMISSION]
-#                   48-1578            \x0005 &#5;    <control> [ENQUIRY]
-#                   48-12478           \x0006 &#6;    <control> [ACKNOWLEDGE]
-#                   48-124578          \x0007 &#7;    <control> [BELL]
-#                   48-12578           \x0008 &#8;    <control> [BACKSPACE]
-#                   48-2478            \x0009 &#9;    <control> [CHARACTER TABULATION]
-#                   48-24578           \x000A &#10;   <control> [LINE FEED (LF)]
-#                   48-1378            \x000B &#11;   <control> [LINE TABULATION]
-#                   48-12378           \x000C &#12;   <control> [FORM FEED (FF)]
-#                   48-13478           \x000D &#13;   <control> [CARRIAGE RETURN (CR)]
-#                   48-134578          \x000E &#14;   <control> [SHIFT OUT]
-#                   48-13578           \x000F &#15;   <control> [SHIFT IN]
-#                   48-123478          \x0010 &#16;   <control> [DATA LINK ESCAPE]
-#                   48-1234578         \x0011 &#17;   <control> [DEVICE CONTROL ONE]
-#                   48-123578          \x0012 &#18;   <control> [DEVICE CONTROL TWO]
-#                   48-23478           \x0013 &#19;   <control> [DEVICE CONTROL THREE]
-#                   48-234578          \x0014 &#20;   <control> [DEVICE CONTROL FOUR]
-#                   48-13678           \x0015 &#21;   <control> [NEGATIVE ACKNOWLEDGE]
-#                   48-123678          \x0016 &#22;   <control> [SYNCHRONOUS IDLE]
-#                   48-245678          \x0017 &#23;   <control> [END OF TRANSMISSION BLOCK]
-#                   48-134678          \x0018 &#24;   <control> [CANCEL]
-#                   48-1345678         \x0019 &#25;   <control> [END OF MEDIUM]
-#                   48-135678          \x001A &#26;   <control> [SUBSTITUTE]
-#                   48-1235678         \x001B &#27;   <control> [ESCAPE]
-#                   48-3478            \x001C &#28;   <control> [INFORMATION SEPARATOR FOUR]
-#                   48-2345678         \x001D &#29;   <control> [INFORMATION SEPARATOR THREE]
-#                   48-234678          \x001E &#30;   <control> [INFORMATION SEPARATOR TWO]
-#                   48-45678           \x001F &#31;   <control> [INFORMATION SEPARATOR ONE]
-
-space        \s     0               \x0020 &#32;   SPACE
-punctuation  !      2357               \x0021 &#33;   EXCLAMATION MARK
-punctuation  "      56               \x0022 &#34;   QUOTATION MARK
-sign         #      3456            \x0023 &#35;   NUMBER SIGN
-sign         $      14578              \x0024 &#36;   DOLLAR SIGN
-sign         %      46          \x0025 &#37;   PERCENT SIGN
-sign         &      123468           \x0026 &#38;   AMPERSAND
-punctuation  '      5               \x0027 &#39;   APOSTROPHE APOSTROPHE-QUOTE
-punctuation  (      236             \x0028 &#40;   LEFT PARENTHESIS
-punctuation  )      356             \x0029 &#41;   RIGHT PARENTHESIS
-sign         *      35              \x002A &#42;   ASTERISK
-math         +      235             \x002B &#43;   PLUS SIGN
-punctuation  ,      2               \x002C &#44;   COMMA
-punctuation  -      36              \x002D &#45;   HYPHEN-MINUS
-punctuation  .      3               \x002E &#46;   FULL STOP PERIOD
-punctuation  /      34             \x002F &#47;   SOLIDUS SLASH
-include digits8Dots.uti
-punctuation  :      25              \x003A &#58;   COLON
-punctuation  ;      23              \x003B &#59;   SEMICOLON
-math         <      358              \x003C &#60;   LESS-THAN SIGN
-math         =      2356            \x003D &#61;   EQUALS SIGN
-math         >      267              \x003E &#62;   GREATER-THAN SIGN
-punctuation  ?      26              \x003F &#63;   QUESTION MARK
-sign         @      123456            \x0040 &#64;   COMMERCIAL AT
-uppercase    A      17              \x0041 &#65;   LATIN CAPITAL LETTER A
-uppercase    B      127             \x0042 &#66;   LATIN CAPITAL LETTER B
-uppercase    C      147             \x0043 &#67;   LATIN CAPITAL LETTER C
-uppercase    D      1457            \x0044 &#68;   LATIN CAPITAL LETTER D
-uppercase    E      157             \x0045 &#69;   LATIN CAPITAL LETTER E
-uppercase    F      1247            \x0046 &#70;   LATIN CAPITAL LETTER F
-uppercase    G      12457           \x0047 &#71;   LATIN CAPITAL LETTER G
-uppercase    H      1257            \x0048 &#72;   LATIN CAPITAL LETTER H
-uppercase    I      247             \x0049 &#73;   LATIN CAPITAL LETTER I
-uppercase    J      2457            \x004A &#74;   LATIN CAPITAL LETTER J
-uppercase    K      137             \x004B &#75;   LATIN CAPITAL LETTER K
-uppercase    L      1237            \x004C &#76;   LATIN CAPITAL LETTER L
-uppercase    M      1347            \x004D &#77;   LATIN CAPITAL LETTER M
-uppercase    N      13457           \x004E &#78;   LATIN CAPITAL LETTER N
-uppercase    O      1357            \x004F &#79;   LATIN CAPITAL LETTER O
-uppercase    P      12347           \x0050 &#80;   LATIN CAPITAL LETTER P
-uppercase    Q      123457          \x0051 &#81;   LATIN CAPITAL LETTER Q
-uppercase    R      12357           \x0052 &#82;   LATIN CAPITAL LETTER R
-uppercase    S      2347            \x0053 &#83;   LATIN CAPITAL LETTER S
-uppercase    T      23457           \x0054 &#84;   LATIN CAPITAL LETTER T
-uppercase    U      1367            \x0055 &#85;   LATIN CAPITAL LETTER U
-uppercase    V      12367           \x0056 &#86;   LATIN CAPITAL LETTER V
-uppercase    W      24567           \x0057 &#87;   LATIN CAPITAL LETTER W
-uppercase    X      13467           \x0058 &#88;   LATIN CAPITAL LETTER X
-uppercase    Y      134567          \x0059 &#89;   LATIN CAPITAL LETTER Y
-uppercase    Z      13567           \x005A &#90;   LATIN CAPITAL LETTER Z
-punctuation  [      12356          \x005B &#91;   LEFT SQUARE BRACKET
-sign         \\     347             \x005C &#92;   REVERSE SOLIDUS
-punctuation  ]      23456          \x005D &#93;   RIGHT SQUARE BRACKET
-sign         ^      346           \x005E &#94;   CIRCUMFLEX ACCENT / Caret
-sign         _      3678            \x005F &#95;   LOW LINE
-sign         `      4             \x0060 &#96;   GRAVE ACCENT
-lowercase    a      1               \x0061 &#97;   LATIN SMALL LETTER A
-lowercase    b      12              \x0062 &#97;   LATIN SMALL LETTER B
-lowercase    c      14              \x0063 &#97;   LATIN SMALL LETTER C
-lowercase    d      145             \x0064 &#97;   LATIN SMALL LETTER D
-lowercase    e      15              \x0065 &#97;   LATIN SMALL LETTER E
-lowercase    f      124             \x0066 &#97;   LATIN SMALL LETTER F
-lowercase    g      1245            \x0067 &#97;   LATIN SMALL LETTER G
-lowercase    h      125             \x0068 &#97;   LATIN SMALL LETTER H
-lowercase    i      24              \x0069 &#97;   LATIN SMALL LETTER I
-lowercase    j      245             \x006A &#97;   LATIN SMALL LETTER J
-lowercase    k      13              \x006B &#97;   LATIN SMALL LETTER K
-lowercase    l      123             \x006C &#97;   LATIN SMALL LETTER L
-lowercase    m      134             \x006D &#97;   LATIN SMALL LETTER M
-lowercase    n      1345            \x006E &#97;   LATIN SMALL LETTER N
-lowercase    o      135             \x006F &#111;  LATIN SMALL LETTER O
-lowercase    p      1234            \x0070 &#112;  LATIN SMALL LETTER P
-lowercase    q      12345           \x0071 &#113;  LATIN SMALL LETTER Q
-lowercase    r      1235            \x0072 &#114;  LATIN SMALL LETTER R
-lowercase    s      234             \x0073 &#115;  LATIN SMALL LETTER S
-lowercase    t      2345            \x0074 &#116;  LATIN SMALL LETTER T
-lowercase    u      136             \x0075 &#117;  LATIN SMALL LETTER U
-lowercase    v      1236            \x0076 &#118;  LATIN SMALL LETTER V
-lowercase    w      2456            \x0077 &#119;  LATIN SMALL LETTER W
-lowercase    x      1346            \x0078 &#120;  LATIN SMALL LETTER X
-lowercase    y      13456           \x0079 &#121;  LATIN SMALL LETTER Y
-lowercase    z      1356            \x007A &#122;  LATIN SMALL LETTER Z
-punctuation  {      123567           \x007B &#123;  LEFT CURLY BRACKET
-sign         |      456              \x007C &#124;  VERTICAL LINE
-punctuation  }      234568           \x007D &#125;  RIGHT CURLY BRACKET
-sign         ~      45            \x007E &#126;  TILDE
-sign         \x007F 7             \x007F &#127;  [DELETE]
-
-# Between here and the commented out part, I am using Windows 1252 numbering, the commented out section does not seem to match
-# however the unicode should match the symbols described
-sign 		 \x20AC 1578				\x20AC &128 	[Euros]
-sign         \x0192 58             \x0192 &#131;  [florin]
-sign         \x2026 6             \x2026 &#133;  [elipsis]
-sign         \x2020 2358             \x2020  &#134;  [Single Dagger]
-sign         \x2021 23578             \x2021  &#135;  [Double Dagger]
-sign         \x2030 4678             \x2030  &#137;  [Per Mil]
-sign         \x0152 13578             \x0152  &#140;  [OE]
-punctuation  \x201C 237             \x201C  &#147;  [Open Double Quote]
-punctuation  \x201D 458             \x201D  &#148;  [Close Double Quote]
-sign         \x2022 37             \x2022  &#149;  [Bullet]
-sign         \x2013 368             \x2013  &#150;  [en-dash]
-sign         \x2014 367             \x2014  &#151;  [em-dash]
-sign         \x2122 234578             \x2122  &#153;  [Trademark]
-
-#                   457             \x0080 &#128;  <control>
-#                   8               \x0081 &#129;  <control>
-#                   3678            \x0082 &#130;  <control> [BREAK PERMITTED HERE]
-#                   78              \x0083 &#131;  <control> [NO BREAK HERE]
-#                   1268            \x0084 &#132;  <control>
-#                   238             \x0085 &#133;  <control> [NEXT LINE (NEL)]
-#                   1248            \x0086 &#134;  <control> [START OF SELECTED AREA]
-#                   12458           \x0087 &#135;  <control> [END OF SELECTED AREA]
-#                   378             \x0088 &#136;  <control> [CHARACTER TABULATION SET]
-#                   248             \x0089 &#137;  <control> [CHARACTER TABULATION WITH JUSTIFICATION]
-#                   678             \x008A &#138;  <control> [LINE TABULATION SET]
-#                   27              \x008B &#139;  <control> [PARTIAL LINE FORWARD]
-#                   237             \x008C &#140;  <control> [PARTIAL LINE BACKWARD]
-#                   257             \x008D &#141;  <control> [REVERSE LINE FEED]
-#                   12567           \x008E &#142;  <control> [SINGLE SHIFT TWO]
-#                   12467           \x008F &#143;  <control> [SINGLE SHIFT THREE]
-#                   124678          \x0090 &#144;  <control> [DEVICE CONTROL STRING]
-#                   23567           \x0091 &#145;  <control> [PRIVATE USE ONE]
-#                   2367            \x0092 &#146;  <control> [PRIVATE USE TWO]
-#                   138             \x0093 &#147;  <control> [SET TRANSMIT STATE]
-#                   1238            \x0094 &#148;  <control> [CANCEL CHARACTER]
-#                   278             \x0095 &#149;  <control> [MESSAGE WAITING]
-#                   2378            \x0096 &#150;  <control> [START OF GUARDED AREA]
-#                   13568           \x0097 &#151;  <control> [END OF GUARDED AREA]
-#                   2578            \x0098 &#152;  <control> [START OF STRING]
-#                   1245678         \x0099 &#153;  <control>
-#                   2678            \x009A &#154;  <control> [SINGLE CHARACTER INTRODUCER]
-#                   123458          \x009B &#155;  <control> [CONTROL SEQUENCE INTRODUCER]
-#                   67              \x009C &#156;  <control> [STRING TERMINATOR]
-#                   124567          \x009D &#157;  <control> [OPERATING SYSTEM COMMAND]
-#                   235678          \x009E &#158;  <control> [PRIVACY MESSAGE]
-#                   12345678        \x009F &#159;  <control> [APPLICATION PROGRAM COMMAND]
-space        \x00a0 0               \x00A0 &#160;  NO-BREAK SPACE
-punctuation  ¡      3568             \x00A1 &#161;  INVERTED EXCLAMATION MARK
-sign         ¢      2578              \x00A2 &#162;  CENT SIGN
-sign         £      123478             \x00A3 &#163;  POUND SIGN
-sign         ¤      134678            \x00A4 &#164;  CURRENCY SIGN
-sign         ¥      1345678             \x00A5 &#165;  YEN SIGN
-sign         ¦      3478             \x00A6 &#166;  BROKEN BAR
-sign         §      2348             \x00A7 &#167;  SECTION SIGN
-sign         ¨      578              \x00A8 &#168;  DIAERESIS
-sign         ©      1478          \x00A9 &#169;  COPYRIGHT SIGN
-sign         ª      234678            \x00AA &#170;  FEMININE ORDINAL INDICATOR
-punctuation  «      57            \x00AB &#171;  LEFT-POINTING DOUBLE ANGLE QUOTATION MARK
-sign         ¬      34567           \x00AC &#172;  NOT SIGN
-sign         ­      378             \x00AD &#173;  SOFT HYPHEN
-sign         ®      123578           \x00AE &#174;  REGISTERED SIGN
-sign         ¯      23567             \x00AF &#175;  MACRON
-sign         °      256            \x00B0 &#176;  DEGREE SIGN
-math         ±      123458           \x00B1 &#177;  PLUS-MINUS SIGN
-sign         ²      238             \x00B2 &#178;  SUPERSCRIPT TWO
-sign         ³      258             \x00B3 &#179;  SUPERSCRIPT THREE
-sign         ´      468             \x00B4 &#180;  ACUTE ACCENT
-sign         µ      23678            \x00B5 &#181;  MICRO SIGN
-sign         ¶      345678            \x00B6 &#182;  PILCROW SIGN
-sign         ·      38              \x00B7 &#183;  MIDDLE DOT
-sign         ¸      245678              \x00B8 &#184;  CEDILLA
-sign         ¹      28              \x00B9 &#185;  SUPERSCRIPT ONE
-sign         º      12345678            \x00BA &#186;  MASCULINE ORDINAL INDICATOR
-punctuation  »      567            \x00BB &#187;  RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK
-math         ¼      13458            \x00BC &#188;  VULGAR FRACTION ONE QUARTER
-math         ½      458           \x00BD &#189;  VULGAR FRACTION ONE HALF
-math         ¾      34568           \x00BE &#190;  VULGAR FRACTION THREE QUARTERS
-punctuation  ¿      67              \x00BF &#191;  INVERTED QUESTION MARK
-uppercase    À      13678           \x00C0 &#192;  LATIN CAPITAL LETTER A WITH GRAVE
-uppercase    Á      167              \x00C1 &#193;  LATIN CAPITAL LETTER A WITH ACUTE #IA
-uppercase    Â      1678             \x00C2 &#194;  LATIN CAPITAL LETTER A WITH CIRCUMFLEX
-uppercase    Ã      14678            \x00C3 &#195;  LATIN CAPITAL LETTER A WITH TILDE
-uppercase    Ä      34578             \x00C4 &#196;  LATIN CAPITAL LETTER A WITH DIAERESIS
-uppercase    Å      1235678           \x00C5 &#197;  LATIN CAPITAL LETTER A WITH RING ABOVE
-uppercase    Æ      3457              \x00C6 &#198;  LATIN CAPITAL LETTER AE #IA
-uppercase    Ç      125678          \x00C7 &#199;  LATIN CAPITAL LETTER C WITH CEDILLA
-uppercase    È      478            \x00C8 &#200;  LATIN CAPITAL LETTER E WITH GRAVE
-uppercase    É      23467         \x00C9 &#201;  LATIN CAPITAL LETTER E WITH ACUTE #IA
-uppercase    Ê      1234567            \x00CA &#202;  LATIN CAPITAL LETTER E WITH CIRCUMFLEX
-uppercase    Ë      35678            \x00CB &#203;  LATIN CAPITAL LETTER E WITH DIAERESIS
-uppercase    Ì      15678              \x00CC &#204;  LATIN CAPITAL LETTER I WITH GRAVE
-uppercase    Í      1267             \x00CD &#205;  LATIN CAPITAL LETTER I WITH ACUTE #IA
-uppercase    Î      1467            \x00CE &#206;  LATIN CAPITAL LETTER I WITH CIRCUMFLEX
-uppercase    Ï      12678           \x00CF &#207;  LATIN CAPITAL LETTER I WITH DIAERESIS
-uppercase    Ð      1567            \x00D0 &#208;  LATIN CAPITAL LETTER ETH #IA
-uppercase    Ñ      1245678            \x00D1 &#209;  LATIN CAPITAL LETTER N WITH TILDE
-uppercase    Ò      124678             \x00D2 &#210;  LATIN CAPITAL LETTER O WITH GRAVE
-uppercase    Ó      14567            \x00D3 &#211;  LATIN CAPITAL LETTER O WITH ACUTE #IA
-uppercase    Ô      34678           \x00D4 &#212;  LATIN CAPITAL LETTER O WITH CIRCUMFLEX
-uppercase    Õ      145678             \x00D5 &#213;  LATIN CAPITAL LETTER O WITH TILDE
-uppercase    Ö      2467             \x00D6 &#214;  LATIN CAPITAL LETTER O WITH DIAERESIS #IA
-math         ×      13468            \x00D7 &#215;  MULTIPLICATION SIGN
-uppercase    Ø      24678            \x00D8 &#216;  LATIN CAPITAL LETTER O WITH STROKE
-uppercase    Ù      234567           \x00D9 &#217;  LATIN CAPITAL LETTER U WITH GRAVE
-uppercase    Ú      124567             \x00DA &#218;  LATIN CAPITAL LETTER U WITH ACUTE #IA
-uppercase    Û      348            \x00DB &#219;  LATIN CAPITAL LETTER U WITH CIRCUMFLEX
-uppercase    Ü      12567            \x00DC &#220;  LATIN CAPITAL LETTER U WITH DIAERESIS
-uppercase    Ý      123467            \x00DD &#221;  LATIN CAPITAL LETTER Y WITH ACUTE #IA
-uppercase    Þ      12467            \x00DE &#222;  LATIN CAPITAL LETTER THORN #IA
-lowercase    ß      23468           \x00DF &#223;  LATIN SMALL LETTER SHARP S
-lowercase    à      1378          \x00E0 &#224;  LATIN SMALL LETTER A WITH GRAVE
-lowercase    á      16             \x00E1 &#225;  LATIN SMALL LETTER A WITH ACUTE #IA
-lowercase    â      168            \x00E2 &#226;  LATIN SMALL LETTER A WITH CIRCUMFLEX
-lowercase    ã      1468           \x00E3 &#227;  LATIN SMALL LETTER A WITH TILDE
-lowercase    ä      3458            \x00E4 &#228;  LATIN SMALL LETTER A WITH DIAERESIS
-lowercase    å      123568          \x00E5 &#229;  LATIN SMALL LETTER A WITH RING ABOVE
-lowercase    æ      345             \x00E6 &#230;  LATIN SMALL LETTER AE #IA
-lowercase    ç      1348         \x00E7 &#231;  LATIN SMALL LETTER C WITH CEDILLA
-lowercase    è      23568           \x00E8 &#232;  LATIN SMALL LETTER E WITH GRAVE
-lowercase    é      2346         \x00E9 &#233;  LATIN SMALL LETTER E WITH ACUTE #IA
-lowercase    ê      1268           \x00EA &#234;  LATIN SMALL LETTER E WITH CIRCUMFLEX
-lowercase    ë      138           \x00EB &#235;  LATIN SMALL LETTER E WITH DIAERESIS
-lowercase    ì      1568             \x00EC &#236;  LATIN SMALL LETTER I WITH GRAVE
-lowercase    í      126            \x00ED &#237;  LATIN SMALL LETTER I WITH ACUTE #IA
-lowercase    î      24578           \x00EE &#238;  LATIN SMALL LETTER I WITH CIRCUMFLEX
-lowercase    ï      12568          \x00EF &#239;  LATIN SMALL LETTER I WITH DIAERESIS
-lowercase    ð      156           \x00F0 &#240;  LATIN SMALL LETTER ETH
-lowercase    ñ      124568           \x00F1 &#241;  LATIN SMALL LETTER N WITH TILDE
-lowercase    ò      12468            \x00F2 &#242;  LATIN SMALL LETTER O WITH GRAVE
-lowercase    ó      1456           \x00F3 &#243;  LATIN SMALL LETTER O WITH ACUTE #IA
-lowercase    ô      3468          \x00F4 &#244;  LATIN SMALL LETTER O WITH CIRCUMFLEX
-lowercase    õ      14568            \x00F5 &#245;  LATIN SMALL LETTER O WITH TILDE
-lowercase    ö      246            \x00F6 &#246;  LATIN SMALL LETTER O WITH DIAERESIS
-math         ÷      1256          \x00F7 &#247;  DIVISION SIGN
-lowercase    ø      2468           \x00F8 &#248;  LATIN SMALL LETTER O WITH STROKE
-lowercase    ù      2368          \x00F9 &#249;  LATIN SMALL LETTER U WITH GRAVE
-lowercase    ú      12456            \x00FA &#250;  LATIN SMALL LETTER U WITH ACUTE #IA
-lowercase    û      12348           \x00FB &#251;  LATIN SMALL LETTER U WITH CIRCUMFLEX
-lowercase    ü      12568           \x00FC &#252;  LATIN SMALL LETTER U WITH DIAERESIS
-lowercase    ý      12346           \x00FD &#253;  LATIN SMALL LETTER Y WITH ACUTE #IA
-lowercase    þ      1246           \x00FE &#254;  LATIN SMALL LETTER THORN #IA
-lowercase    ÿ      234568          \x00FF &#255;  LATIN SMALL LETTER Y WITH DIAERESIS
-# liblouis: English (Unified) character definitions table
-#
-#  Based on the Linux screenreader BRLTTY
-#
-#  Copyright (C) 1999-2006 by The BRLTTY Team
-#  Copyright (C) 2004-2006 ViewPlus Technologies, Inc. www.viewplus.com
-#  Copyright (C) 2004-2006 JJB Software, Inc. www.jjb-software.com
-#  Copyright (C) 2016 American Printing House for the Blind, Inc. www.aph.org
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-
-#  Maintained by Mike Gray <mgray@aph.org>
-
-
-space \s 0 blank
-space \t 9 tab
-space \x000a 0 newline
-space \x000c 0
-space \x000d 0 carriage return
-space \x001b 1b escape character for html back-translation
-space \x00A0 a NO-BREAK SPACE <noBreak> 0020 NON-BREAKING SPACE 
-
-include latinLetterDef8Dots.uti
-
-
-#   Numeric Symbols
-
-display 0 356
-display 1 2
-display 2 23
-display 3 25
-display 4 256
-display 5 26
-display 6 235
-display 7 2356
-display 8 236
-display 9 35
-
-digit 0 245
-digit 1 1
-digit 2 12
-digit 3 14
-digit 4 145
-digit 5 15
-digit 6 124
-digit 7 1245
-digit 8 125
-digit 9 24
-
-#   this is a bad work-around for doing numeric mode backwards
-litdigit 0 245
-litdigit 1 1
-litdigit 2 12
-litdigit 3 14
-litdigit 4 145
-litdigit 5 15
-litdigit 6 124
-litdigit 7 1245
-litdigit 8 125
-litdigit 9 24
-
-
-#   ASCII Punctuation and Signs
-
-display ! 2346
-punctuation ! 235
-nofor postpunc ! 235
-
-display " 5
-punctuation " 6-2356
-# The "?" symbol is mostly handled below,
-# but the pattern needs to be defined before prepunc and postpunc can be used.
-display ? 1456
-nofor punctuation ? 236
-nofor punctuation " 356
-nofor prepunc " 236
-nofor postpunc " 356
-match %[^_~]%<* " %[_.$]*%[a#] 236
-match %[a#]%[_.$]* " %>*%[^_~] 356
-
-display # 3456
-sign # 456-1456
-display $ 1246
-sign $ 4-234
-display % 146
-sign % 46-356
-display & 12346
-sign & 4-12346
-punctuation ' 3
-display ( 12356
-punctuation ( 5-126
-display ) 23456
-punctuation ) 5-345
-display * 16
-sign * 5-35
-display + 346
-math + 5-235
-display , 6
-punctuation , 2
-punctuation - 36
-hyphen - 36
-display . 46
-punctuation . 256
-decpoint . 256
-display / 34
-math / 456-34
-
-display : 156
-punctuation : 25
-postpunc : 25
-#TODO:  this is unnecessarily necessary
-display ; 56
-punctuation ; 23
-noback punctuation ; 56
-display < 126
-math < 4-126
-display = 123456
-math = 5-2356
-display > 345
-punctuation > 4-345
-#   requires grade one indicator when by itself
-punctuation ? 56-236
-postpunc ? 236
-display @ 47
-sign @ 4-1
-
-display [ 2467
-punctuation [ 46-126
-display \\ 12567
-sign \\ 456-16
-display ] 124567
-punctuation ] 46-345
-display ^ 457
-sign ^ 4-26
-display _ 456
-sign _ 46-36
-sign ` 46-16 grave accent
-noback punctuation ` 4
-
-display } 12456
-punctuation } 456-345
-display | 1256
-sign | 456-1256
-display { 246
-punctuation { 456-126
-display ~ 45
-math ~ 4-35
-
-
-#   Unicode Accented Letters
-
-uplow \x00c0\x00e0 45-16-1 Àà
-uplow \x00c1\x00e1 45-34-1 Áá
-uplow \x00c2\x00e2 45-146-1 Ââ
-uplow \x00c3\x00e3 45-12456-1 Ãã
-uplow \x00c4\x00e4 45-25-1 Ää
-uplow \x00c5\x00e5 45-1246-1 Åå
-uplow \x00c7\x00e7 45-12346-14 Çç
-uplow \x00c8\x00e8 45-16-15 Èè
-uplow \x00c9\x00e9 45-34-15 Éé
-uplow \x00ca\x00ea 45-146-15 Êê
-uplow \x00cb\x00eb 45-25-15 Ëë
-uplow \x00cc\x00ec 45-16-24 Ìì
-uplow \x00cd\x00ed 45-34-24 Íí
-uplow \x00ce\x00ee 45-146-24  Îî
-uplow \x00cf\x00ef 45-25-24 Ïï
-uplow \x00d0\x00f0 3456-1246 Ðð
-uplow \x00d1\x00f1 45-12456-1345 Ññ
-uplow \x00d2\x00f2 45-16-135 Òò
-uplow \x00d3\x00f3 45-34-135 Óó
-uplow \x00d4\x00f4 45-146-135 Ôô
-uplow \x00d5\x00f5 45-12456-135 Õõ
-uplow \x00d6\x00f6 45-25-135 Öö
-uplow \x00d8\x00f8 4-16-135 Øø
-uplow \x00d9\x00f9 45-16-136 Ùù
-uplow \x00da\x00fa 45-34-136 Úú
-uplow \x00db\x00fb 45-146-136 Ûû
-uplow \x00dc\x00fc 45-25-136 Üü
-uplow \x00de\x00fe 3456-2346 Þþ
-uplow \x00dd\x00fd 45-34-13456 Ýý
-
-uplow \x0100\x0101 4-36-1 Āā
-uplow \x0102\x0103 4-346-1 Ăă
-uplow \x0106\x0107 45-34-14 Ćć
-uplow \x0108\x0109 45-146-14 Ĉĉ
-uplow \x010c\x010d 45-346-14 Čč
-uplow \x0112\x0113 4-36-15 Ēē
-uplow \x0114\x0115 4-346-15 Ĕĕ
-uplow \x011a\x011b 45-346-15 Ěě
-uplow \x011c\x011d 45-146-1245 Ĝĝ
-uplow \x011e\x011f 4-346-1245 Ğğ
-uplow \x0124\x0125 45-146-125 Ĥĥ
-uplow \x012a\x012b 4-36-24 Īī
-uplow \x012c\x012d 4-346-24 Ĭĭ
-uplow \x014c\x014d 4-36-135 Ōō
-uplow \x014e\x014f 4-346-135 Ŏŏ
-uplow \x0166\x0167 4-25-2345 Ŧŧ
-uplow \x016a\x016b 4-36-136 Ūū
-uplow \x016c\x016d 4-346-136 Ŭŭ
-
-uplow \x0178\x00ff 45-25-13456 Ÿÿ
-
-# Early Forms of English
-uplow \x021c\x021d 3456-13456 Ȝȝ yogh
-uplow \x00de\x00fe 3456-2346 Þþ thorn
-uplow \x00d0\x00f0 3456-1246 Ðð eth
-uplow \x01f7\x01bf 3456-2456 Ƿƿ wynn (wen)
-
-sign \x0300 45-16 ̀̀  grave accent
-noback correct [$l]"̀" "̀"*
-
-sign \x0301 45-34 ́  acute accent
-noback correct [$l]"́" "́"*
-
-sign \x0302 45-146 ̂  circumflex
-noback correct [$l]"̂" "̂"*
-
-sign \x0303 45-12456 ̃  tilde
-noback correct [$l]"̃" "̃"*
-noback pass2 @45-12456-6 @6-45-12456  move after capital sign
-
-sign \x0304 45-4-36 ̄  macron
-noback correct [$l]"̄" "̄"*
-
-sign \x0306 4-346 ̆  breve
-noback correct [$l]"̆" "̆"*
-
-sign \x0308 45-25 ̈  diaeresis/umlat
-noback correct [$l]"̈" "̈"*
-
-sign \x030a 45-1246 ̊  ring/circle
-noback correct [$l]"̊" "̊"*
-
-sign \x030c 45-346 ̌  caron
-noback correct [$l]"̌" "̌"*
-
-sign \x0327 45-12346 ̧  cedilla
-noback correct [$l]"̧" "̧"*
-
-
-#   Unicode Greek
-
-uplow \x0391\x03b1 46-1 Αα Alpha
-uplow \x0392\x03b2 46-12 Ββ Beta
-uplow \x0393\x03b3 46-1245 Γγ Gamma
-uplow \x0394\x03b4 46-145 Δδ Delta
-uplow \x0395\x03b5 46-15 Εε Epsilon
-uplow \x0396\x03b6 46-1356 Ζζ Zeta
-uplow \x0397\x03b7 46-156 Ηη Eta
-uplow \x0398\x03b8 46-1456 Θθ Theta
-uplow \x0399\x03b9 46-24 Ιι Iota
-uplow \x039a\x03ba 46-13 Κκ Kappa
-uplow \x039b\x03bb 46-123 Λλ Lamda
-uplow \x039c\x03bc 46-134 Μμ Mu
-uplow \x039d\x03bd 46-1345 Νν Nu
-uplow \x039e\x03be 46-1346 Ξξ Xi
-uplow \x039f\x03bf 46-135 Οο Omicron
-uplow \x03a0\x03c0 46-1234 Ππ Pi
-uplow \x03a1\x03c1 46-1235 Ρρ Rho
-uplow \x03a3\x03c3 46-234 Σσ Sigma
-noback lowercase \x03c2 46-234 ς Small Letter Sigma
-uplow \x03a4\x03c4 46-2345 Ττ Tau
-uplow \x03a5\x03c5 46-136 Υυ Upsilon
-uplow \x03a6\x03c6 46-124 Φφ Phi
-uplow \x03a7\x03c7 46-12346 Χχ Chi
-uplow \x03a8\x03c8 46-13456 Ψψ Psi
-uplow \x03a9\x03c9 46-2456 Ωω Omega
-
-
-#   Unicode Punctuation and Signs
-
-punctuation \x0092 3
-punctuation \x0097 36-36
-punctuation \x0093 236
-punctuation \x0094 356
-punctuation \x0096 36
-punctuation \x0097 36-36
-sign \x00a1 45-56-235 ¡
-punctuation \x00a1 235 ¡
-sign \x00a2 4-14 ¢ cent
-sign \x00a3 4-123 £ pound
-#sign \x00a3 3456 £
-sign \x00a4 1246 ¤ curency
-sign \x00a5 4-13456 ¥ yen
-sign \x00a6 46-1256 ¦ broken bar
-punctuation \x00a6 456-1256 ¦ broken bar
-sign \x00a7 45-234 § section
-sign \x00a8 45-25 ¨
-sign \x00a9 45-14 © copyright
-#sign \x00aa ª
-punctuation \x00ab 456-236 «
-sign \x00ac 4-1456 ¬
-punctuation \x00ad 36 - soft hyphen
-sign \x00ae 45-1235 ® registered
-sign \x00af 4-36 ¯
-#sign \x00ba 0 º
-sign \x00b4 45-56-12 ´ acute accent
-sign \x00b6 45-1234 ¶ pilcrow 
-sign \x00b8 45-12346 ¸ cedilla 
-punctuation \x00bb 456-356 »
-punctuation \x00bf 45-56-236 ¿
-uppercase \x00c6 1-6-45-235-15 Æ capital ligature ae (ash)
-lowercase \x00e6 1-45-235-15 æ lowercase ligature ae (ash)
-uppercase \x0152 135-6-45-235-15 Πcapital ligature oe
-lowercase \x0153 135-45-235-15 œ ligature oe
-
-uplow \x014a\x014b 45-1345 Ŋŋ
-uplow \x018f\x0259 456-26 Əə
-
-sign \x02d8 4-346 ˘ uncombining breve
-sign \x02e6 45-46-14 ˦ high tone
-sign \x02e7 45-46-25 ˧ mid tone
-sign \x02e8 45-46-36 ˨ low tone
-
-space \x2000 0
-space \x2001 0
-space \x2002 0
-space \x2003 0
-space \x2004 0
-space \x2005 0
-space \x2006 0
-space \x2007 0
-space \x2008 0
-space \x2009 0
-space \x200a 0
-space \x200b 0
-punctuation \x2010 36 ‐
-punctuation \x2011 36 ‑
-punctuation \x2013 6-36 –
-punctuation \x2014 5-6-36 —
-punctuation \x2015 5-6-36 ―
-noback punctuation \x2018 6-236 ‘
-noback punctuation \x2019 6-356 ’
-punctuation \x201c 236 “
-punctuation \x201d 356 ”
-sign \x2020 4-6-1456 † dagger
-sign \x2021 4-6-12456 ‡ double dagger
-sign \x2022 456-256 • bullet
-punctuation \x2026 256-256-256 … ellipse
-sign \x20a3 4-124 ₣ franc
-sign \x20a6 4-1345 ₦ naira
-sign \x20ac 4-15 € euro
-
-sign \x2122 45-2345 ™
-sign \x2190 56-1256-246 ←
-sign \x2191 56-1256-346 ↑
-sign \x2192 56-1256-135 →
-sign \x2193 56-1256-146 ↓
-sign \x21b5 56-1256-256-146 ↵
-sign \x21cc 45-456-2356 ⇌ equilibrium arrow (harpoons)
-
-sign \x25aa 456-256 ▪ 
-
-sign \x2640 45-1346 ♀
-sign \x2642 45-13456 ♂
-sign \x266D 3456-126 ♭
-sign \x266E 3456-16 ♮
-sign \x266F 3456-146 ♯
-
-sign \x3003 5-2 〃 ditto mark
-
-
-#   Unicode Math
-
-sign \x00b0 45-245 °
-math \x00b1 456-235 ±
-#  grade 1 indicator add before superscipts
-math \x00b2 56-35-3456-12 ²
-math \x00b3 56-35-3456-14 ³
-sign \x00b4 45-34 ´
-sign \x00b5 46-134 µ
-math \x00b7 4-16 ·
-math \x00bc 3456-1-34-145 ¼
-math \x00bd 3456-1-34-12 ½
-math \x00be 3456-14-34-145 ¾
-math \x00d7 5-236 ×
-math \x00f7 5-34 ÷
-
-#math \x2070 35-3456-245 ⁰
-
-math \x2150 3456-1-34-1245 ⅐
-math \x2151 3456-1-34-24 ⅑
-math \x2152 3456-1-34-1-245 ⅒
-math \x2153 3456-1-34-14 ⅓
-math \x2154 3456-12-34-14 ⅔
-math \x2155 3456-1-34-15 ⅕
-math \x2156 3456-12-34-15 ⅖
-math \x2157 3456-14-34-15 ⅗
-math \x2158 3456-145-34-15 ⅘
-math \x2159 3456-1-34-124 ⅙
-math \x215a 3456-15-34-124 ⅚
-math \x215b 3456-1-34-125 ⅛
-math \x215c 3456-14-34-125 ⅜
-math \x215d 3456-15-34-125 ⅝
-math \x215e 3456-1245-34-125 ⅞
-
-sign \x2032 2356 ′ prime (derivative)
-sign \x2033 2356-2356 ″ double prime (second derivative)
-
-sign \x2200 45-1 ∀ for all
-sign \x2202 4-145 ∂ partial derivative
-sign \x2203 45-26 ∃ there exists
-sign \x2205 4-245 ∅ empty set
-sign \x2207 45-145 ∇ nabla
-sign \x2208 45-15 ∈ element of
-sign \x220b 4-45-15 ∋ contains (such that)
-sign \x2212 5-36 − minus sign (not hyphen)
-sign \x2213 456-36 ∓ minus or plus
-sign \x2218 5-356 ∘ hollow dot (ring operator)
-sign \x221a 5-146 √ square root
-sign \x221d 456-5-2356 ∝ proportional to
-sign \x221e 3456-123456 ∞ infinity
-sign \x2220 456-246 ∠ angle
-sign \x2221 46-456-246 ∡ measured angle
-sign \x2225 3456-123 ∥ parallel to
-sign \x2227 4-236 ∧ logical and
-sign \x2228 4-235 ∨ logical or
-sign \x2229 46-236 ∩ set intersection
-sign \x222a 46-235 ∪ set union
-sign \x222b 2346 ∫ integral
-sign \x222e 4-2346 contour integral
-noback sign \x2234 6-16 ∴ therefore # using noback to avoid conflict with Child
-sign \x2235 4-34 ∵ because
-noback sign \x2236 25 ∶ ratio # using noback to avoid conflict with :
-sign \x2237 25-25 ∷ proportion
-sign \x2243 456-35 ≃ asymptotically equal to
-sign \x2245 5-456-35 ≅ approximately equal to
-sign \x2248 45-35 ≈ almost equal to
-sign \x224f 45-5-2356 ≏ difference between
-sign \x2251 46-5-2356 ≑ geometrically equal
-sign \x2260 5-2356-4-156 ≠ not equal
-sign \x2261 456-123456 ≡ identical (equivalent) to
-sign \x2264 456-4-126 ≤ less than or equal to
-sign \x2265 456-4-345 ≥ greater than or equal to
-sign \x226a 46-4-126 ≪ much less than
-sign \x226b 46-4-345 ≫ much greater than
-sign \x2282 45-126 ⊂ subset of
-sign \x2283 45-345 ⊃ superset of
-sign \x2286 456-45-126 ⊆ subset or equal to
-sign \x2287 456-45-345 ⊇ superset or equal to
-sign \x228a 46-45-126 ⊊ proper subset
-sign \x228b 46-45-345 ⊋ proper superset
-sign \x22a3 4-456-25 ⊣ left tack
-sign \x22a5 3456-36 ⊥ up tack
-sign \x22a6 456-25 ⊦ assertion
-sign \x22a8 45-456-25 ⊨ valid
-sign \x22b2 4-456-126 ⊲ normal subgroup
-sign \x22b3 4-456-345 ⊳ contains as normal subgroup 
-sign \x22b4 456-456-126 ⊴ normal subgroup or equal
-sign \x22b5 456-456-345 ⊵ contains as normal subgroup or equal
-sign \x22be 3456-456-246 ⊾ right angle with arc
-sign \x22c5 5-256 ⋅ dot operator
-sign \x2ae4 46-456-25 ⫤ reverse 'is valid' sign
-
-math \x2329 4-126 ⟨
-math \x232A 4-345 ⟩
-
-math \x3008 4-126 〈
-math \x3009 4-345 〉
-
-
-#   Unicode misc
-
-punctuation \x0093 236
-punctuation \x0094 356
-punctuation \x0096 36
-
-# Diagonal and Vertical lines
-noback sign \X2502 456 │ tally mark - vertical single solid line segment
-noback sign \X250a 45 ┊ first variant vertical line segment
-noback sign \X2551 6-456 ║ second variant vertical line segment
-noback sign \X2571 345 ╱ right-leaning single solid diagonal line segment # using noback to avoid conflict with "ar" contraction
-noback sign \X2572 126 ╲ left-leaning single solid diagonal line segment # using noback to avoid conflict with "gh" contraction
-
-# Shape Symbols
-sign \x25a0 456-1246-3456-145 ■ filled (solid) square
-sign \x25a1 1246-3456-145 □ square
-sign \x25a7 46-1246-3456-145 ▧ shaded square (upper left to lower right)
-sign \x25b2 456-1246-3456-14 ▲ filled (solid) (equilateral) triangle
-sign \x25b3 1246-3456-14 △ regular (equilateral) triangle
-sign \x25cb 1246-123456 ○ circle
-sign \x25cd 46-1246-123456 ◍ shaded circle
-sign \x29b5 46-245 ⦵ 'normal' (superscript circle crossed by horizontal line)
-noback sign \x25cf 5-35 ● black circle # not representing filled circle shape as it is mostly used in password fields to represent hidden characters
-
-#   Unicode prefers \x2019 for apostrophe instead of \x27
-endword \x2019d 3-145
-endword \x2019m 3-134
-endword \x2019re 3-1235-15
-endword \x2019ve 3-1236-15
-endword \x2019ll 3-123-123
-endword \x2019s 3-234
-endword s\x2019 234-3
-endword \x2019t 3-2345
-
-
-#-display-name: Romanian computer braille
-
-#+locale:ro
-#+type:computer
-#+dots:8
-
-# TODO: Please correct the metadata above. It is not meant to be
-# accurate nor complete. It hasn't been verified by the table
-# author yet. It is merely an attempt by the liblouis maintainers
-# to get some sensible initial values in place.
-
-# TODO: Please add a reference to official documentation about
-# the implemented braille code. Preferably submit the documents
-# to https://github.com/liblouis/braille-specs.
-
-include ro.ctb
-include braille-patterns.cti
-# Liblouis: Danish table for 6 dots grade 2 forward and backward translation 
-#
-#  Copyright (C) 2014-2017, Bue Vester-Andersen <bue@vester-andersen.dk>
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-#
-# Version: Bue Vester-Andersen, 170604
-
-### Table Metadata
-
-#-name: Dansk forkortet 6-punkt
-#-display-name: Danish 6-dot fully contracted braille
-
-#+locale: da
-#+type: literary
-#+contraction: full
-#+grade: 2
-#+dots: 6
-#+direction: both
-
-# Display opcodes
-include da-dk-octobraille.dis
-
-### Character definitions
-
-# These ctrl-chars have to have a representation, so that they can be properly converted back and forth.
-space \t 2478 CHARACTER TABULATION
-space \n 678 LINE FEED (LF)
-space \v 1368 LINE TABULATION
-space \f 12378 FORM FEED (FF)
-space \r 257 CARRIAGE RETURN (CR)
-
-# Definition of dot cells
-space \s 0
-punctuation ! 235 EXCLAMATION MARK
-punctuation " 2356 QUOTATION MARK
-punctuation ' 4 APOSTROPHE
-punctuation ( 236 LEFT PARENTHESIS
-punctuation ) 356 RIGHT PARENTHESIS
-punctuation , 2 COMMA
-punctuation - 36 HYPHEN-MINUS
-punctuation . 3 FULL STOP
-punctuation / 34 SLASH
-punctuation : 25 COLON
-punctuation ; 23 SEMICOLON
-punctuation ? 26 QUESTION MARK
-uplow Aa 1
-uplow Bb 12
-uplow Cc 14
-uplow Dd 145
-uplow Ee 15
-uplow Ff 124
-uplow Gg 1245
-uplow Hh 125
-uplow Ii 24
-uplow Jj 245
-uplow Kk 13
-uplow Ll 123
-uplow Mm 134
-uplow Nn 1345
-uplow Oo 135
-uplow Pp 1234
-uplow Rr 1235
-uplow Ss 234
-uplow Tt 2345
-uplow Uu 136
-uplow Vv 1236
-uplow Yy 13456
-
-#use 8 dots for the following chars to avoid conflict with indicators
-uplow Qq 123457
-uplow Ww 24567
-uplow Xx 13467
-uplow Zz 13567
-punctuation | 4568 VERTICAL LINE
-punctuation ~ 467 TILDE (changed by pass 2 to not conflict with indicators
-uplow \x00dc\x00fc 12567
-
-include digits6Dots.uti
-
-punctuation \x00a7 346 SECTION SIGN (0xa7)
-
-uplow \x00c5\x00e5 16 LATIN LETTER A WITH RING ABOVE
-uplow \x00c6\x00e6 345 LATIN LETTER AE
-uplow \x00d8\x00f8 246 LATIN LETTER O WITH STROKE
-
-# cover all other Braille patterns
-include braille-patterns.cti
-
-# Characters with two or more cells
-
-punctuation # 45-3456 NUMBER SIGN
-sign $ 45-256 DOLLAR SIGN
-math % 245-356 PERCENT SIGN
-sign & 6-12346 AMPERSAND
-punctuation * 6-35 ASTERISK
-math + 45-235 PLUS SIGN
-math < 45-134 LESS-THAN SIGN
-math = 45-2356 EQUALS SIGN
-math > 45-234 GREATER-THAN SIGN
-sign @ 45-1 COMMERCIAL AT
-punctuation [ 5-236 LEFT SQUARE BRACKET
-punctuation \\ 45-16 REVERSE SLASH
-punctuation ] 5-356 RIGHT SQUARE BRACKET
-punctuation ^ 45-346 CIRCUMFLEX ACCENT
-punctuation _ 45-36 LOW LINE
-punctuation ` 4 GRAVE ACCENT
-punctuation { 45-246 LEFT CURLY BRACKET
-punctuation } 45-135 RIGHT CURLY BRACKET
-math \x00f7 45-256 DIVISION SIGN
-
-# Misc unicode characters
-include da-dk-6miscChars.cti
-
-# Extra chars for private use:
-space \xf800 234f # Used to force a hidden word boundary
-letter \xf801 123f # Used to prevent word contractions in certain cases
-
-# Litdigits
-include litdigits6Dots.uti
-midendnumericmodechars /,.:^
-
-undefined 26
-
-### Braille indicators and special characters
-
-#hyphen - 36
-
-letsign 6
-
-# No letsign before capital letters or letters with accents
-
-noletsign I\x0160\x0152\x017d\x0178\x00c0\x00c1\x00c2\x00c3\x00c7\x00c8\x00c9\x00ca\x00cb\x00cc\x00cd\x00ce\x00cf\x00d0\x00d1\x00d2\x00d3\x00d4\x00d5\x00d9\x00da\x00db\x00dc\x00dd\x00de\x008a\x008c\x008e
-noletsign i\x0161\x0153\x017e\x00ff\x00df\x00e0\x00e1\x00e2\x00e3\x00e7\x00e8\x00e9\x00ea\x00eb\x00ec\x00ed\x00ee\x00ef\x00f0\x00f1\x00f2\x00f3\x00f4\x00f5\x00f9\x00fa\x00fb\x00fd\x00fe\x009a\x009c
-
-# Emphasis opcodes
-emphclass italic
-emphclass underline
-emphclass bold
-
-begemphphrase italic 56
-endemphphrase italic after 56
-begemphword italic 56
-endemphword italic 56
-
-begemphphrase bold 56
-endemphphrase bold after 56
-begemphword bold 56
-endemphword bold 56
-
-begemphphrase underline 56
-endemphphrase underline after 56
-begemphword underline 56
-endemphword underline 56
-
-capsletter 46
-begcapsword 456
-endcapsword 6
-multind 6-46 letsign capsletter
-multind 46-6 capsletter letsign
-multind 6-456 letsign begcapsword
-
-numsign 3456
-multind 6-3456 letsign numsign
-
-#class of none-space characters that demand double dashes
-# Used in context lines later.
-#must be the first class defined.
-class charsWDoubleDash .,?!/:"'() # class w
-
-### Correct - forward translation
-
-# Chars that don't require a space before percent and permille:
-class charsBeforePercent "(\x201e\x0084\x201c\x0093\x201d\x0094\x00ab\x00bb #class x
-noback correct `["%"] *
-noback correct !$sx["%"] " %"
-noback correct `["\x2030"] *
-noback correct !$sx["\x2030"] " \x2030"
-noback correct `["\x0089"] *
-noback correct !$sx["\x0089"] " \x2030"
-
-# Chars to be treated like digits when switching back to letter mode
-class extraDigits \x00bc\x00bd\x00be
-
-#Use the "correct" opcode to convert chars that can't be back-translated
-# and make the table more simple.
-
-# Dashes
-class dashes \x2013\x2014\x0096\x0097\x00ad
-noback correct %dashes "-"
-
-class quotes \x201e\x0084\x201c\x0093\x201d\x0094\x00ab\x00bb 
-noback correct %quotes "\""
-
-class apostrophes `\x201a\x0082\x2039\x008b\x2018\x0091\x2019\x0092\x203a\x009b\x00b4
-noback correct %apostrophes "'"
-
-### Correct - backward translation
-
-# characters that may get mangled by the insertion of extra letsigns
-nofor correct "\x2818" "~"
-#nofor correct "\x282f" "&"
-#nofor correct "\x2814" "*"
-
-# Try to distinguish between times (\x00d7) and bullit (\x2022),
-# which share the same Braille representation.
-nofor correct `["\x00d7"] "\x2022" 
-# nofor correct $d["\s\x00d7\s"]$d * #apparently doesn't work now
-nofor correct ["\x00d7"]!$d "\x2022" 
-nofor correct !$d["\x00d7"] "\x2022" 
-
-nofor correct "\x28a0" ? # Extraneous endcaps signs
-#nofor correct "\x2820" ?
-nofor correct "~\\456/" "|"
-
-#ensure \xf800\xf801 between a digit and a letter
-noback correct $dy[]$l "\xf800\xf801"
-noback correct $dy$Spm.[]$l "\xf800\xf801"
-### Pass 1 - Forward and backward
-
-# Punctuations, math and numbers
-#midnum , 2
-#midnum . 3
-#midnum - 36
-endnum - 36
-#midnum / 34
-#midnum : 25
-nofor midnum ^ 346
-nofor midnum ^ 45-346
-
-midnum ^ 45-346
-midnum \x00d7 45-3
-
-# various back rules for math signs etc.
-nofor midnum % 0-245-356-0-3456
-nofor endnum % 0-245-356
-nofor endnum \x2030 0-245-356-356
-nofor midnum \x00d7 45-3
-#nofor midnum \x00d7 3
-
-# Punctuation
-prepunc " 2356
-postpunc " 2356
-always /\s 6-34-0
-always \s/ 0-6-34
-nofor always / 6-34
-prepunc - 36
-postpunc - 36
-nofor always \s-\s 0-36-36-0
-always :- 25-36
-always ;- 23-36
-always --- 36-36-36
-always ---- 36-36-36-36
-always ----- 36-36-36-36-36
-# Star enclosed by parentheses
-always (*) 236-35-356
-
-before punctuation before sign always ( 6-236
-
-# these characters must be separated from ")" by a letsign.
-class SepToRightpar Jj%'\x2030\x0089\x201a\x0082\x2039\x009b\x2018\x0091\x2019\x0092\x203a\x009b
-after SepToRightpar always ) 6-356
-after punctuation after sign always ) 6-356
-
-prepunc ( 236
-postpunc ) 356
-always .) 3-356
-always ( 6-236
-always ) 6-356
-
-# extra back rules for ")"
-nofor after punctuation always ) 356
-nofor always \x00b0 4-356
-nofor always ') 4-6-356
-nofor always ") 2356-356
-nofor endword j) 245-356
-nofor always ) 6-356
-
-always ... 3-3-3
-
-# Exclamation and "fra"
-always fra! 124-1235-1-235
-always !fra 235-124-1235-1
-always ?! 26-6-235
-always )! 356-6-235
-always (!) 236-6-235-356
-always "fra" 2356-124-1235-1-2356
-always "!" 2356-6-235-2356
-always !! 235-235
-always !!! 235-235-235
-always !!!! 235-235-235-235
-always !!!!! 235-235-235-235-235
-always '! 4-6-235
-always \s! 0-6-235
-prepunc ! 6-235
-always \x00a1 6-256
-
-### Contractions ###
-
-#Special sequences, urls emails and file names.
-
-nocont $
-nocont \x005c
-nocont @
-nocont ://
-nocont www
-nocont .com
-nocont .dk
-nocont .eu
-nocont .edu
-nocont .gov
-nocont .mil
-nocont .net
-nocont .org
-nocont .uk
-nocont .doc
-nocont .exe
-nocont .htm
-nocont .tex
-nocont .txt
-nocont .gif
-nocont .jpg
-nocont .png
-nocont .wav
-nocont .tar
-nocont .zip
-
-# Ensure no contractions in English ordinal numbers
-endnum nd 6-1345-145
-endnum st 6-234-2345
-endnum ve 6-1236-15
-
-#Words
-word af 356
-always 'af 4-1-124
-word aldrig 1-35
-word aig =
-word alle 1-15
-begnum ae 6-1-15
-contraction ae
-word allerede 1-123-1235
-begnum alr 6-1-123-1235
-contraction alr
-word alligevel 1-123-1236
-begnum alv 6-1-123-1236
-contraction alv
-word altid 1-2345-145
-begnum atd 6-1-2345-145
-contraction atd
-word altså 1-16
-begnum aå 6-1-16
-contraction aå
-word at 1
-
-word blevet 12-2345
-begnum bt 6-12-2345
-contraction bt
-word blev 12-1236
-begnum bv 6-12-1236
-contraction bv
-word blive 12-3456
-word bve 12-1236-15
-word bliver 12
-
-word derefter 23456-1356
-word derst =
-word deres 256
-word derfor 23456-124
-word derf =
-word derigennem 23456-24-12456
-word derige 1456-1235-24-12456
-word dermed 23456-134
-word derm =
-word derned 23456-1246
-word derne =
-word derop 23456-135
-word dero =
-word derover 23456-1346
-word deror =
-word derpå 23456-1234
-word derp =
-word dersom 23456-234
-word ders =
-word dertil 23456-2345
-word dert =
-word derunder 23456-12345
-word derved 23456-1236
-word din 145-1345
-begnum dn 6-145-1345
-contraction dn
-word disse 145-234
-begnum ds 6-145-234
-contraction ds
-word dit 145-2345
-begnum dt 6-145-2345
-contraction dt
-word du 145
-
-word efter 1356
-word eller 15
-word endnu 15-136
-begnum eu 6-15-136
-contraction eu
-
-word fik 124-13
-begnum fk 6-124-13
-contraction fk
-word fordi 124-145
-begnum fd 6-124-145
-contraction fd
-word forskellige 124-123456-15
-word fske =
-word forskelligt 124-123456-2345
-word fskt =
-word forskellig 124-123456
-word fsk =
-word for 124
-word fra 235
-word første 124-1356-15
-word først 124-1356
-word før 246
-
-word ganske 1245-123456
-word gennem 12456
-word ge =
-word gik 1245-13
-begnum gk 6-1245-13
-contraction gk
-word gør 1245
-
-word ham 236
-word hans 13456-234
-begnum ys 6-13456-234
-contraction ys
-word han 13456
-word har 125
-word havde 125-1456
-word hde =
-word have 125-3456
-word hve =
-word helt 125-2345
-begnum ht 6-125-2345
-contraction ht
-word hendes 125-234
-begnum hs 6-125-234
-contraction hs
-word hende 125-145
-begnum hd 6-125-145
-contraction hd
-word hun 136
-word hvad 2456
-word hv =
-word hvis 2456-234
-word hvs =
-word hvordan 34-1
-word hvora 34-6-1
-word hvorefter 34-1356
-word hvorst 34-234-2345
-word hvorfor 34-124
-word hvorf 34-6-124
-word hvorigennem 34-24-12456
-word hvorledes 34-15
-word hvore 34-6-15
-word hvormed 34-134
-word hvorm 34-6-134
-word hvornår 34-1345
-word hvorn 34-6-1345
-word hvorover 34-1346
-word hvoror 34-135-1235
-word hvorpå 34-1234
-word hvorp 34-6-1234
-word hvortil 34-2345
-word hvort 34-6-2345
-word hvorunder 34-12345
-word hvornd 34-1345-145
-word hvorved 34-1236
-word hvorv 34-6-1236
-word hvor 34
-
-word igennem 24-12456
-word ige =
-word igen 35
-word (igen) 236-24-1245-126-356
-word ig =
-word ikke 24-13
-begnum ik 6-24-13
-contraction ik
-word imidlertid 24-24
-begnum ii 6-24-24
-contraction ii
-
-word jeg 245
-word jeg) 245-6-356
-
-word kan 13
-word kommer 13-156
-word ker =
-word kommet 13-346
-word ket =
-word komme 13-146
-word kme =
-word kom 13-134
-begnum km 6-13-134
-contraction km
-word kunne 13-1246
-word kne =
-
-word ligesom 123-234
-begnum ls 6-123-234
-contraction ls
-word lige 123
-word lille 123-123
-begnum ll 6-123-123
-contraction ll
-
-word mange 134-12456
-word mge =
-word med 134
-word megen 146-126
-word meen =
-word meget 146-346
-word meet =
-word mellem 146-134
-word mem =
-word men 146
-word me =
-word min 134-1345
-begnum mn 6-134-1345
-contraction mn
-word mit 134-2345
-begnum mt 6-145-2345
-contraction mt
-word måske 134-123456
-word msk =
-word måtte 134-1256
-word mte =
-
-word naturligvis 1345-2345-1236
-begnum ntv 6-1345-2345-1236
-contraction ntv
-word nd =
-word ned 1246
-word ne =
-word nogen 1345-1345
-begnum nn 6-1345-1345
-contraction nn
-word noget 1345-2345
-begnum nt 6-1345-2345
-contraction nt
-word nogle 1345-123-15
-begnum nle 6-1345-123-15
-contraction nle
-word når 1345
-
-word også 14-16
-begnum cå 6-14-16
-contraction cå
-word og 14
-word omkring 135-134-13
-begnum omk 6-135-134-13
-contraction omk
-word op 135
-word or =
-word over 1346
-
-word på 1234
-
-word ret 12356
-word re 1235-15
-word rigtige 1235-12456
-word rge =
-word rigtigt 1235-2345
-begnum rt 6-1235-2345
-contraction rt
-word rigtig 1235
-
-word sagde 234-1456
-word sammen 234-134
-begnum sm 6-234-134
-contraction sm
-word samme 234-146
-word sme =
-word selvfølgelig 234-1236-124
-begnum svf 6-234-1236-124
-contraction svf
-word selv 234-1236
-begnum sv 6-234-1236
-contraction sv
-word sidste 234-1356-15
-word sste =
-word sidst 234-1356
-word sst =
-word sin 234-1345
-begnum sn 6-234-1345
-contraction sn
-word sit 234-2345
-begnum st 6-234-2345
-contraction st
-word skal 123456
-word sk =
-word skulle 123456-123-15
-word skle =
-word snart 234-1235
-begnum sr 6-234-1235
-contraction sr
-word som 234
-word sådan 16-1
-begnum åa 6-16-1
-contraction åa
-word således 16-15
-begnum åe 6-16-15
-contraction åe
-word så 16
-
-word tid 2345-145
-begnum td 6-2345-145
-contraction td
-word tilbage 2345-12
-begnum tb 6-2345-12
-contraction tb
-word til 2345
-
-word under 12345
-
-sufword var- =
-sufword var. =
-word var 36
-word ve 3456
-word ved 1236
-word ville 1236-123-15
-begnum vle 6-1236-123-15
-contraction vle
-word vil 1236-123
-begnum vl 6-1236-123
-contraction vl
-word været 1236-2345
-begnum vt 6-1236-2345
-contraction vt
-word være 345
-
-#Part words
-nocross den 12346
-nocross der 23456
-nocross det 2346
-nocross de 1456
-nocross en 126
-nocross er 156
-nocross et 346
-nocross ge 12456
-#nocross hvor 34
-nocross hv 2456
-nocross ig 35
-nocross me 146
-nocross nd 12345
-nocross ne 1246
-nocross or 1346
-nocross re 12356
-nocross sk 123456
-nocross st 1356
-nocross te 1256
-
-# Numsign/"ve", special case when back-translating
-noback nocross ve 3456
-
-# Additional words containing "hvor"
-# these are made explicit in 6-dots to handle / better
-
-word hvoraf 34-1-124
-word hvorfra 34-124-1235-1
-word hvorhen 34-125-126
-word hvorhenne 34-125-126-1246
-word hvori 34-24
-word hvoriblandt 34-24-12-123-1-12345-2345
-word hvorimellem 34-24-146-123-123-15-134
-word hvorimod 34-24-134-135-145
-word hvorlænge 34-123-345-1345-12456
-word hvormange 34-134-1-1345-12456
-word hvorom 34-135-134
-word hvormeget 34-146-1245-346
-word hvorudfra 34-136-145-124-1235-1
-word hvorvidt 34-1236-24-145-2345
-word ihvorvel 24-34-3456-123
-
-# Rules and corrections for back-translation
-
-#ve special case
-nofor midendword ve 3456
-
-# nondigletters covers small letters from k + various part word contractions with dots 5 or 6. Necesary to ensure correct back-translation.
-class nondigletter klmnopqrstuvwxyzæøå\x017e\x00e0\x00e7\x00e8\x00e9\x00ea\x00eb\x00ee\x00ef\x00f4\x00f9\x00fb\x00fc\x283f\x2829\x282b\x2837
-nofor before nondigletter begword ve 3456
-nofor before nondigletter begword vea 3456-1
-nofor sufword veade 3456-1-1456
-nofor sufword veader 3456-1-23456
-nofor sufword veage 3456-1-12456
-nofor before nondigletter begword veag 3456-1-1245
-
-# veb
-nofor before nondigletter begword veb 3456-12
-nofor before nondigletter begword veba 3456-12-1
-nofor before nondigletter begword vebb 3456-12-12
-nofor sufword vebbest 3456-12-12-15-1356
-nofor before nondigletter begword vebe 3456-12-15
-nofor before nondigletter begword vebi 3456-12-24
-
-# vec
-nofor before nondigletter begword vec 3456-14
-nofor before nondigletter begword vecchi 3456-14-14-125-24
-
-# ved
-nofor before nondigletter begword ved 3456-145
-nofor before nondigletter begword veda 3456-145-1
-nofor sufword vedaer 3456-145-1-156
-nofor before nondigletter begword vedb 3456-145-12
-nofor sufword vedben 3456-145-12-126
-nofor sufword vedbend 3456-145-12-15-12345
-nofor sufword vedbenden 3456-145-12-126-12346
-nofor before nondigletter begword vedc 3456-145-14
-nofor before nondigletter begword vedd 3456-145-145
-nofor before nondigletter begword vedda 3456-145-145-1
-nofor sufword vedde 3456-145-1456
-nofor sufword veddet 3456-145-2346
-nofor sufword vede 3456-1456
-nofor sufword veden 3456-12346
-nofor sufword veder 3456-23456
-nofor sufword vedet 3456-2346
-nofor before nondigletter begword vedf 3456-145-124
-nofor before nondigletter begword vedfa 3456-145-124-1
-nofor before nondigletter begword vedfe 3456-145-124-15
-nofor before nondigletter begword vedfi 3456-145-124-24
-nofor before nondigletter begword vedg 3456-145-1245
-nofor before nondigletter begword vedga 3456-145-1245-1
-nofor sufword vedge 3456-145-12456
-nofor before nondigletter begword vedgi 3456-145-1245-24
-nofor before nondigletter begword vedh 3456-145-125
-nofor before nondigletter begword vedha 3456-145-125-1
-nofor before nondigletter begword vedhe 3456-145-125-15
-nofor before nondigletter begword vedhef 3456-145-125-15-124
-nofor sufword vedhefte 3456-145-125-15-124-1256
-nofor before nondigletter begword vedhi 3456-145-125-24
-nofor before nondigletter begword vedi 3456-145-24
-nofor before nondigletter begword vedj 3456-145-245
-nofor sufword vedst 3456-145-1356
-nofor sufword vedte 3456-145-1256
-
-# vee
-nofor before nondigletter begword vee 3456-15
-nofor before nondigletter begword veeb 3456-15-12
-nofor sufword veen 3456-126
-nofor sufword veer 3456-156
-nofor sufword veet 3456-346
-
-# vef
-nofor before nondigletter begword vef 3456-124
-nofor before nondigletter begword vefa 3456-124-1
-nofor before nondigletter begword vefe 3456-124-15
-nofor before nondigletter begword vefi 3456-124-24
-
-# veg
-nofor before nondigletter begword veg 3456-1245
-nofor before nondigletter begword vega 3456-1245-1
-nofor sufword vege 3456-12456
-nofor sufword vegen 3456-1245-126
-nofor word veget 3456-1245-346
-nofor sufword vegger 3456-1245-1245-156
-nofor before nondigletter begword vegi 3456-1245-24
-nofor sufword vegst 3456-1245-1356
-
-# veh
-nofor before nondigletter begword veh 3456-125
-nofor before nondigletter begword veha 3456-125-1
-nofor sufword vehand 3456-125-1-12345
-nofor sufword vehage 3456-125-1-23456
-nofor before nondigletter begword vehe 3456-125-15
-nofor before nondigletter begword vehi 3456-125-24
-
-# vei
-nofor before nondigletter begword vei 3456-24
-nofor before nondigletter begword veibe 3456-24-12-15
-nofor sufword veide 3456-24-1456
-nofor sufword veien 3456-24-126
-nofor sufword veige 3456-24-12456
-nofor before nondigletter begword veij 3456-24-245
-nofor sufword veind 3456-24-12345
-
-# vej
-nofor before nondigletter begword vej 3456-245
-nofor before nondigletter begword veja 3456-245-1
-nofor before nondigletter begword vejadga 3456-245-1-145-1245-1
-nofor before nondigletter begword vejaf 3456-245-1-124
-nofor sufword vejafde 3456-245-1-124-1456
-nofor before nondigletter begword vejafgif 3456-245-1-124-1245-24-124
-nofor before nondigletter begword vejb 3456-245-12
-nofor before nondigletter begword vejba 3456-245-12-1
-nofor before nondigletter begword vejbe 3456-245-12-15
-nofor before nondigletter begword vejbi 3456-245-12-24
-nofor before nondigletter begword vejbid 3456-245-12-24-145
-nofor before nondigletter begword vejc 3456-245-14
-nofor before nondigletter begword vejd 3456-245-145
-nofor before nondigletter begword vejda 3456-245-145-1
-nofor sufword vejde 3456-245-1456
-nofor before nondigletter begword vejdi 3456-245-145-24
-nofor before nondigletter begword veje 3456-245-15
-nofor before nondigletter begword vejea 3456-245-15-1
-nofor before nondigletter begword vejeb 3456-245-15-12
-nofor before nondigletter begword vejed 3456-245-15-145
-nofor before nondigletter begword vejeda 3456-245-15-145-1
-nofor sufword vejede 3456-245-15-1456
-nofor before nondigletter begword vejef 3456-245-15-124
-nofor before nondigletter begword vejeg 3456-245-15-1245
-nofor sufword vejege 3456-245-15-12456
-nofor sufword vejen 3456-245-126
-nofor sufword vejene 3456-245-15-1246
-nofor sufword vejer 3456-245-156
-nofor word vejet 3456-245-346
-nofor before nondigletter begword vejf 3456-245-124
-nofor before nondigletter begword vejfa 3456-245-124-1
-nofor before nondigletter begword vejfe 3456-245-124-15
-nofor sufword vejfest 3456-245-124-15-1356
-nofor before nondigletter begword vejfi 3456-245-124-24
-nofor begword vejfor 3456-245-124-1346
-nofor before nondigletter begword vejg 3456-245-1245
-nofor before nondigletter begword vejga 3456-245-1245-1
-nofor before nondigletter begword vejgaa 3456-245-1245-1-1
-nofor sufword vejge 3456-245-12456
-nofor before nondigletter begword vejgi 3456-245-1245-24
-nofor before nondigletter begword vejh 3456-245-125
-nofor before nondigletter begword vejha 3456-245-125-1
-nofor before nondigletter begword vejhe 3456-245-125-15
-nofor before nondigletter begword vejhi 3456-245-125-24
-nofor sufword vejhist 3456-245-125-24-1356
-nofor before nondigletter begword vejhj 3456-245-125-245
-nofor before nondigletter begword veji 3456-245-24
-nofor before nondigletter begword vejid 3456-245-24-145
-nofor before nondigletter begword vejj 3456-245-245
-nofor before nondigletter begword vejja 3456-245-245-1
-nofor before nondigletter begword vejje 3456-245-245-15
-nofor before nondigletter begword vejji 3456-245-245-24
-nofor sufword vejor 3456-245-1346
-nofor begword vejst 3456-245-1356
-
-nofor always vend 3456-12345
-nofor always veor 3456-1346
-nofor always vest 3456-1356
-nofor always vete 3456-1256
-
-# Corrections of letters with accents
-nofor sufword aïda 1-5-24-145-1
-nofor sufword anaïs 1-1345-1-5-24-234
-nofor sufword barsebäck 12-1-1235-234-15-12-345-14-13
-nofor sufword bohè 12-135-125-5-15
-nofor sufword château 14-125-5-1-1256-1-136
-nofor sufword citroën 14-24-2345-1235-135-5-15-1345
-nofor sufword däniken 145-345-1345-24-13-126
-nofor word fór 124-5-135-1235
-nofor sufword göran 1245-246-1235-1-1345
-nofor sufword göring 1245-246-1235-24-1345-1245
-nofor word händel 125-345-1345-1456-123
-nofor word händels 125-345-1345-1456-123-234
-nofor sufword lagerlöf 123-1-1245-156-123-246-124
-nofor sufword márquez 134-5-1-1235-6-12345-136-15-6-1356
-nofor sufword miró 134-24-1235-5-135
-nofor sufword moliè 134-135-123-24-5-15
-nofor sufword norröna 1345-1346-1235-246-1345-1
-nofor sufword tannhäus 2345-1-1345-1345-125-345-136-234
-nofor sufword tórshavn 2345-5-135-1235-234-125-1-1236-1345
- nofor sufword václav 1236-5-1-14-123-1-1236
-nofor sufword verän 1236-156-345-1345
-nofor sufword weizsäck 6-2456-15-24-6-1356-234-345-14-13
-
-# Common combinations of one word contractions with slash
-word af/på 356-34-1234
-word du/i 145-34-24
-word eller/og 15-34-14
-word fra/til 235-34-2345
-word han/hun 13456-34-136
-word hun/han 136-34-13456
-word i/du 24-34-145
-word og/eller 14-34-15
-word over/under 1346-34-12345
-word på/af 1234-34-356
-word til/fra 2345-34-235
-word under/over 12345-34-1346
-
-# no backtrans of ^1 and `2. use contractions
-nofor always eta 346-1
-nofor always etb 346-12
-always etc 346-14
-
-# Ensure no one-letter word contraction before or after a dash
-
-endword -af 36-1-124
-begword af- 1-124-36
-endword -altid 36-1-2345-145
-begword altid- 1-2345-145-36
-endword -at 36-1-2345
-endword -a 36-6-1
-begword at- 1-2345-36
-endword -og 36-135-1245
-endword -c 36-6-14
-begword og- 135-1245-36
-endword -du 36-145-136
-endword -d 36-6-145
-begword du- 145-136-36
-endword -efter 36-15-124-2345-156
-endword -z 36-6-1356
-begword efter- 15-124-2345-156-36
-midword -efter- 36-1356-36
-endword -e 36-6-15
-endword -for 36-124-1346
-endword -f 36-6-124
-begword for- 124-1346-36
-endword -fra 36-124-1235-1
-begword fra- 124-1235-1-36
-endword -g 36-6-1245
-endword -gennem 36-1245-126-1246-134
-begword gennem- 1245-126-1246-134-36
-endword -ham 36-125-1-134
-begword ham- 125-1-134-36
-endword -han 36-125-1-1345
-endword -y 36-6-13456
-begword han- 125-1-1345-36
-endword -har 36-125-1-1235
-endword -h 36-6-125
-begword har- 125-1-1235-36
-endword -hun 36-125-136-1345
-endword -u 36-6-136
-begword hun- 125-136-1345-36
-endword -j 36-6-245
-endword -kan 36-13-1-1345
-endword -k 36-6-13
-begword kan- 13-1-1345-36
-endword -lige 36-123-24-12456
-endword -l 36-6-123
-begword lige- 123-24-12456-36
-endword -med 36-146-145
-endword -m 36-6-134
-begword med- 146-145-36
-endword -men 36-134-126
-begword men- 134-126-36
- endword -ned 36-1246-145
-begword ned- 1246-145-36
-endword -når 36-1345-16-1235
-endword -n 36-6-1345
-begword når- 1345-16-1235-36
-endword -op 36-135-1234
-endword -o 36-6-135
-begword op- 135-1234-36
-endword -over 36-135-1236-156
-endword -x 36-6-1346
-begword over- 135-1236-156-36
-endword -på 36-1234-16
-endword -p 36-6-1234
-begword på- 1234-16-36
-midword -på- 36-1234-36
-endword -ret 36-1235-346
-begword ret- 1235-346-36
-midword -ret- 36-12356-36
-endword -rigtig 36-1235-35-2345-35
-endword -r 36-6-1235
-begword rigtig- 1235-35-2345-35-36
-midword -rigtig- 36-1235-36
-endword -skal 36-123456-1-123
-begword skal- 123456-1-123-36
-midword -skal- 36-123456-36
-endword -som 36-234-135-134
-endword -s 36-6-234
-begword som- 234-135-134-36
-midword -som- 36-234-36
-endword -så 36-234-16
-endword -å 36-6-16
-begword så- 234-16-36
-endword -til 36-2345-24-123
-endword -t 36-6-2345
-begword til- 2345-24-123-36
-midword -til- 36-2345-36
-endword -under 36-136-1345-23456
-begword under- 136-1345-23456-36
-midword -under- 36-12345-36
-endword -ved 36-1236-15-145
-endword -v 36-6-1236
-begword ved- 1236-15-145-36
-midword -ved- 36-1236-36
-
-
-### Context rules - forward translation
-
-# Exclamation at beginning of string
-noback context `["!"] @6-235
-
-# Ensure two dashes where appropriate.
-noback context $w["-"]$w @36
-noback context $sw["-"]"\xf800\xf801" @36
-noback context $sw["-"]$sw @36-36
-noback context `["-"]$sw @36-36
-noback context $sw["-"]~ @36-36
-noback context !$sw["-"]~ @36
-noback context `["-"]~ @36-36
-
-# Ensure letsign between letter and numsign
-noback context $l[]$D @6
-
-
-### context - backward translation
-
-# Ensure the correct number of dashes
-nofor context @36[@36-36] "--"
-nofor context [@36-36]@36 "--"
-nofor context $w[@36-36]$w "--"
-nofor context $sw[@36-36]$sw "-"
-nofor context `[@36-36]$sw "-"
-nofor context $sw[@36-36]~ "-"
-nofor context `@36-36~ "-"
-
-
-### Pass 2 - forward translation
-
-# No "nd", "hv", "or", or "st" after a digit and a letsign
-noback pass2 @234f-123f-2456 @6-125-1236
-noback pass2 @234f-123f-12345 @6-1345-145
-noback pass2 @234f-123f-1346 @6-135-1235
-noback pass2 @234f-123f-1356 @6-234-2345
-noback pass2 @234f-123f-1256 @6-2345-15
-# extra lines to correct hyphenation errors caused by \xf801
-noback pass2 @234f-123f-135-3456-1235 @6-135-1236-156
-noback pass2 @234f-123f-3456 @6-1236-15
-
-noback pass2 @234f-123f @6
-
-# Correct chars defined as 8 dots because they include letsign
-noback pass2 @467 @45-6
-noback pass2 @4568 @45-456
-noback pass2 @123457 @6-12345
-noback pass2 @24567 @6-2456
-noback pass2 @13467 @6-1346
-noback pass2 @13567 @6-1356
-noback pass2 @12567 @6-1256
-
-noback pass2 @6-46-5 @46-5 # no letsign before cap letters with accent
-noback pass2 @234f-123f-46-5 @46-5 # no letsign before cap letters with accent
-noback pass2 _$D[@6-46-6] *
-noback pass2 _$D[@6-46] *
-noback pass2 @6-46-6 @46-6 # Ensure correct order and no double letsign
-noback pass2 @6-46 @46-6 # Ensure correct order
-
- ### Pass 2 - backward
-
-# Insert letsign between number (with extra punctuation) and capsletter sign
-#nofor pass2 @3456$l.$Spm$l.@3$l.@3[]@46 @6
-#nofor pass2 @3456$l.$Spm$l.@3[]@46 @6
-#nofor pass2 @3456$l.$Spm$Spm[]@46 @6
-#nofor pass2 @3456$l.$Spm[]@46 @6
-
-# Insert letsign between number (with extra punctuation) and capsword sign
-#nofor pass2 @3456$l.$Spm$l.@3$l.@3[]@456 @6
-#nofor pass2 @3456$l.$Spm$l.@34$l.@34[]@456 @6
-#nofor pass2 @3456$l.$Spm$l.@36$l.@36[]@456 @6
-#nofor pass2 @3456$l.$Spm$l.@3[]@456 @6
-#nofor pass2 @3456$l.$Spm$l.@34[]@456 @6
-#nofor pass2 @3456$l.$Spm$l.@36[]@456 @6
-#nofor pass2 @3456$l.$Spm$Spm[]@456 @6
-#nofor pass2 @3456$l.$Spm[]@456 @6
-#nofor pass2 @3456$l.[]@456 @6
-
-#nofor pass2 $l[]@46 @6
-#nofor pass2 $a[]@456 @6
-
-### Pass 3 - forward translation
-
-# Ensure there is only one letsign
- noback pass3 @6-6 @6
-
-
-### Pass 3 - backward translation
-
-# Save letters that have been defined with letsign as part of their definitions
-nofor pass3 @6-12345 @123457
-nofor pass3 @6-2456 @24567
-nofor pass3 @6-1346 @13467
-nofor pass3 @6-1356 @13567
-nofor pass3 @6-1256 @6-12567
-
-# save ~ and |  before inserting extra letsigns and endcapsword in pass 2.
-nofor pass3 @45-6 @467 # Create alternative representation of "~"
-nofor pass3 @45-456 @4568
-
-# Include hyphenation file as the last thing
-include hyph_brl_da_dk.dic
-# Liblouis: Persian 8 dot computer Braille table
-#
-# -----------
-#-display-name: Persian computer braille
-#
-#+locale:fa-IR
-#+type:computer
-#+dots:8
-#
-# TODO: Please correct the metadata above. It is not meant to be
-# accurate nor complete. It hasn't been verified by the table
-# author yet. It is merely an attempt by the liblouis maintainers
-# to get some sensible initial values in place.
-#
-# TODO: Please add a reference to official documentation about
-# the implemented braille code. Preferably submit the documents
-# to https://github.com/liblouis/braille-specs.
-# -----------
-#
-# Copyright (C) 2017 by Mohammadreza Rashad <mohammadreza5712@gmail.com>
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-
-space \t 67 tab
-space \s 0 blank
-space \x00a0 a unbreakable space
-sign \x000a 78 newline
-space \x000d 0 carriage return
-sign \x200C 68 (نیم‌فاصله)
-
-# Persian alphabets and diacritics 
-
-sign \x0621 3 (ء)
-sign \x0622 345 (آ)
-sign \x0623 34 (أ)
-sign \x0624 1256 (ؤ)
-sign \x0625 347 (إ)
-sign \x0626 13456 (ئ)
-sign \x0627 1 (ا)
-sign \x0628 12 (ب)
-sign \x067E 1234 (پ)
-sign \x0629 16 (ة)
-sign \x062A 2345 (ت)
-sign \x062B 1456 (ث)
-sign \x062C 245 (ج)
-sign \x0686 14 (چ)
-sign \x062D 156 (ح)
-sign \x062E 1346 (خ)
-sign \x062F 145 (د)
-sign \x0630 2346 (ذ)
-sign \x0631 1235 (ر)
-sign \x0632 1356 (ز)
-sign \x0698 346 (ژ)
-sign \x0633 234 (س)
-sign \x0634 146 (ش)
-sign \x0635 12346 (ص)
-sign \x0636 1246 (ض)
-sign \x0637 23456 (ط)
-sign \x0638 123456 (ظ)
-sign \x0639 12356 (ع)
-sign \x063A 126 (غ)
-sign \x0641 124 (ف)
-sign \x0642 12345 (ق)
-sign \x06A9 13 (ک)
-sign \x0643 1378 (ك عربی)
-sign \x06AF 1245 (گ)
-sign \x0644 123 (ل)
-sign \x0645 134 (م)
-sign \x0646 1345 (ن)
-sign \x0648 2456 (و)
-sign \x0647 125 (ه)
-sign \x06CC 24 (ی)
-sign \x064A 24678 (ي عربی)
-sign \x0649 135 (الف مقصوره)
-sign \x064E 2 (َ)
-sign \x0650 15 (ِ)
-sign \x064F 136 (ُ)
-sign \x064B 23 (ً)
-sign \x064D 35 (ٍ)
-sign \x064C 26 (ٌ)
-sign \x0651 6 (ّ)
-sign \x0652 25 (ْ)
-sign \x0640 4567 (ـ)
-
-# Persian Numerals
-
-digit \x06F0 24578 (۰)
-digit \x06F1 178 (۱)
-digit \x06F2 1278 (۲)
-digit \x06F3 1478 (۳)
-digit \x06F4 14578 (۴)
-digit \x06F5 1578 (۵)
-digit \x06F6 12478 (۶)
-digit \x06F7 124578 (۷)
-digit \x06F8 12578 (۸)
-digit \x06F9 2478 (۹)
-
-# English letters
-
-uplow Aa 17,18
-uplow Bb 127,128
-uplow Cc 147,148
-uplow Dd 1457,1458
-uplow Ee 157,158
-uplow Ff 1247,1248
-uplow Gg 12457,12458
-uplow Hh 1257,1258
-uplow Ii 247,248
-uplow Jj 2457,2458
-uplow Kk 137,138
-uplow Ll 1237,1238
-uplow Mm 1347,1348
-uplow Nn 13457,13458
-uplow Oo 1357,1358
-uplow Pp 12347,12348
-uplow Qq 123457,123458
-uplow Rr 12357,12358
-uplow Ss 2347,2348
-uplow Tt 23457,23458
-uplow Uu 1367,1368
-uplow Vv 12367,12368
-uplow Ww 24567,24568
-uplow Xx 13467,13468
-uplow Yy 134567,134568
-uplow Zz 13567,13568
-
-# Latin numerals
-
-digit 0 35678
-digit 1 278
-digit 2 2378
-digit 3 2578
-digit 4 25678
-digit 5 2678
-digit 6 23578
-digit 7 235678
-digit 8 23678
-digit 9 3578
-
-# Other symbols
-
-punctuation \x0021 235 (!)
-sign \x0022 58 (")
-sign \x0023 3456 (#)
-sign \x0024 124678 ($)
-math \x0025 1468 (%)
-sign \x0026 123468 (&)
-sign \x0027 38 (')
-sign \x0028 23567 (()
-sign \x0029 23568 ())
-sign \x002A 168 (*)
-math \x002B 2358 (+)
-punctuation \x002C 28 (,)
-sign \x002D 36 (-)
-punctuation \x002E 256 (.)
-math \x002F 348 (/)
-punctuation \x003A 258 (:)
-punctuation \x003B 238 (;)
-math \x003C 1268 (<)
-math \x003D 2356 (=)
-math \x003E 3458 (>)
-punctuation \x003F 14568 (?)
-sign \x0040 47 (@)
-punctuation \x005B 123567 ([)
-sign \x005C 12568 (\)
-punctuation \x005D 234568 (])
-sign \x005E 457 (^)
-sign \x005F 456 (_)
-sign \x0060 48 (`)
-sign \x007B 2468 ({)
-sign \x007C 4568 (|)
-sign \x007D 124568 (})
-math \x007E 458 (~)
-sign \x00A2 14678 (¢)
-sign \x00A3 12378 (£)
-sign \x00A5 1345678 (¥)
-sign \x00A6 1567 (¦)
-sign \x00A7 12345678 (§)
-sign \x00A9 134678 (©)
-punctuation \x00AB 236 («)
-math \x00AC 134578 (¬)
-sign \x00AE 234578 (®)
-math \x00B0 34568 (°)
-math \x00B1 34678 (±)
-punctuation \x00BB 356 (»)
-sign \x00B6 45678 (¶)
-math \x00D7 2368 (×)
-math \x00F7 2568 (÷)
-punctuation \x060C 27 (،)
-punctuation \x061B 237 (؛)
-punctuation \x061F 14567 (؟)
-math \x066A 1467 (٪)
-math \x066B 5 (٫)
-math \x066C 37 (٬)
-sign \x2010 367 (‐)
-sign \x201C 378 (“)
-sign \x201D 678 (”)
-sign \x2022 2467 (•)
-sign \x2026 468 (…)
-sign \x2030 145678 (‰)
-sign \x20AC 13678 (€)
-math \x2212 368 (−)
-sign \x25E6 358 (◦)
-sign \x25FE 3568 (◾)
-sign \xFDFC 123578 (﷼)
-noback sign \X25CF 168 (●) # 9679 black circle
-# liblouis: Norwegian 8-dot computer braille table
-#
-#  Copyright (C) 1995-2004 The BRLTTY Team
-#  Copyright (C) 2004-2006 ViewPlus Technologies, Inc. www.viewplus.com
-#  Copyright (C) 2004-2006 JJB Software, Inc. www.jjb-software.com
-#  Copyright (C) 2015 NLB Norwegian library of talking books and braille, http://www.nlb.no/
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-#
-# Based on the braille contraction modules in BRLTTY
-#
-# This is to be used with Norwegian translation tables.
-#
-# BRLTTY Text Translation Table - Norwegian (iso-8859-1), based on the
-# Offentlig Utvalg for Blindeskrift (Public Commission for Braille)
-# translation table for Windows 1252.
-# Updated January 2008.
-#
-# Updated August 2015 by Jostein Austvik Jacobsen <jostein@nlb.com> and Ammar Usama <ammar.usama@nlb.no>
-
-sign \x0000 4578       # NULL ( - <Kontrolltegn>)
-sign \x0001 178        # START OF HEADING ( - <Kontrolltegn>)
-sign \x0002 1278       # START OF TEXT ( - <Kontrolltegn>)
-sign \x0003 1478       # END OF TEXT ( - <Kontrolltegn>)
-sign \x0004 14578      # END OF TRANSMISSION ( - <Kontrolltegn>)
-sign \x0005 1578       # ENQUIRY ( - <Kontrolltegn>)
-sign \x0006 12478      # ACKNOWLEDGE ( - <Kontrolltegn>)
-sign \x0007 124578     # BELL ( - <Kontrolltegn>)
-sign \x0008 12578      # BACKSPACE ( - <Kontrolltegn>)
-sign \x0009 2478       # HORIZONTAL TABULATION ( - <Kontrolltegn>)
-sign \x000A 24578      # LINE FEED ( - <Kontrolltegn>)
-sign \x000B 1378       # VERTICAL TABULATION ( - <Kontrolltegn>)
-sign \x000C 12378      # FORM FEED ( - <Kontrolltegn>)
-sign \x000D 13478      # CARRIAGE RETURN ( - <Kontrolltegn>)
-sign \x000E 134578     # SHIFT OUT ( - <Kontrolltegn>)
-sign \x000F 13578      # SHIFT IN ( - <Kontrolltegn>)
-sign \x0010 123478     # DATA LINK ESCAPE ( - <Kontrolltegn>)
-sign \x0011 1234578    # DEVICE CONTROL ONE ( - <Kontrolltegn>)
-sign \x0012 123578     # DEVICE CONTROL TWO ( - <Kontrolltegn>)
-sign \x0013 23478      # DEVICE CONTROL THREE ( - <Kontrolltegn>)
-sign \x0014 234578     # DEVICE CONTROL FOUR ( - <Kontrolltegn>)
-sign \x0015 13678      # NEGATIVE ACKNOWLEDGE ( - <Kontrolltegn>)
-sign \x0016 123678     # SYNCHRONOUS IDLE ( - <Kontrolltegn>)
-sign \x0017 245678     # END OF TRANSMISSION BLOCK ( - <Kontrolltegn>)
-sign \x0018 134678     # CANCEL ( - <Kontrolltegn>)
-sign \x0019 1345678    # END OF MEDIUM ( - <Kontrolltegn>)
-sign \x001A 135678     # SUBSTITUTE ( - <Kontrolltegn>)
-
-# does not work because `space \x001b 1b` is hardcoded in compileTranslationTable.c; replacing with a pass2 rule
-# sign \x001B 12348      # ESCAPE ( - <Kontrolltegn>)
-noback pass2 @1b @12348
-
-sign \x001C 123458     # FILE SEPARATOR ( - <Kontrolltegn>)
-sign \x001D 1368       # GROUP SEPARATOR ( - <Kontrolltegn>)
-sign \x001E 24568      # RECORD SEPARATOR ( - <Kontrolltegn>)
-sign \x001F 13568      # UNIT SEPARATOR ( - <Kontrolltegn>)
-sign \x0020 0          # SPACE ( - Mellomrom)
-sign \x0021 235        # EXCLAMATION MARK (! - Utropstegn)
-sign \x0022 256        # QUOTATION MARK (" - Anførselstegn (to loddrette streker))
-sign \x0023 3456       # NUMBER SIGN (# - Nummertegn (talltegn))
-sign \x0024 25678      # DOLLAR SIGN ($ - Dollar-tegn)
-sign \x0025 46         # PERCENT SIGN (% - Prosent-tegn)
-sign \x0026 578        # AMPERSAND (& - Ampersand (et-tegn))
-sign \x0027 5          # APOSTROPHE (' - Apostrof)
-sign \x0028 236        # LEFT PARENTHESIS (( - Venstre parentes (parentes begynner))
-sign \x0029 356        # RIGHT PARENTHESIS () - Høyre parentes (parentes slutt))
-sign \x002A 35         # ASTERISK (* - Stjerne (asterisk))
-sign \x002B 2357       # PLUS SIGN (+ - Pluss-tegn)
-sign \x002C 2          # COMMA (, - Komma)
-sign \x002D 36         # HYPHEN-MINUS (- - Bindestrek/minus-tegn)
-sign \x002E 3          # FULL STOP (. - Punktum)
-sign \x002F 57         # SOLIDUS (/ - Skråstrek)
-sign \x0030 2458       # DIGIT ZERO (0 - Tallet null)
-sign \x0031 18         # DIGIT ONE (1 - Tallet en)
-sign \x0032 128        # DIGIT TWO (2 - Tallet to)
-sign \x0033 148        # DIGIT THREE (3 - Tallet tre)
-sign \x0034 1458       # DIGIT FOUR (4 - Tallet fire)
-sign \x0035 158        # DIGIT FIVE (5 - Tallet fem)
-sign \x0036 1248       # DIGIT SIX (6 - Tallet seks)
-sign \x0037 12458      # DIGIT SEVEN (7 - Tallet syv)
-sign \x0038 1258       # DIGIT EIGHT (8 - Tallet åtte)
-sign \x0039 248        # DIGIT NINE (9 - Tallet ni)
-sign \x003A 25         # COLON (: - Kolon)
-sign \x003B 23         # SEMICOLON (; - Semikolon)
-sign \x003C 358        # LESS-THAN SIGN (<  - Mindre-enn-tegn)
-sign \x003D 2356       # EQUALS SIGN (= - Likhetstegn)
-sign \x003E 267        # GREATER-THAN SIGN (>  - Større-enn-tegn)
-sign \x003F 26         # QUESTION MARK (? - Spørsmålstegn)
-sign \x0040 4          # COMMERCIAL AT (@ - Krøll-alfa)
-sign \x0041 17         # LATIN CAPITAL LETTER A (A - Stor latinsk bokstav A)
-sign \x0042 127        # LATIN CAPITAL LETTER B (B - Stor latinsk bokstav B)
-sign \x0043 147        # LATIN CAPITAL LETTER C (C - Stor latinsk bokstav C)
-sign \x0044 1457       # LATIN CAPITAL LETTER D (D - Stor latinsk bokstav D)
-sign \x0045 157        # LATIN CAPITAL LETTER E (E - Stor latinsk bokstav E)
-sign \x0046 1247       # LATIN CAPITAL LETTER F (F - Stor latinsk bokstav F)
-sign \x0047 12457      # LATIN CAPITAL LETTER G (G - Stor latinsk bokstav G)
-sign \x0048 1257       # LATIN CAPITAL LETTER H (H - Stor latinsk bokstav H)
-sign \x0049 247        # LATIN CAPITAL LETTER I (I - Stor latinsk bokstav I)
-sign \x004A 2457       # LATIN CAPITAL LETTER J (J - Stor latinsk bokstav J)
-sign \x004B 137        # LATIN CAPITAL LETTER K (K - Stor latinsk bokstav K)
-sign \x004C 1237       # LATIN CAPITAL LETTER L (L - Stor latinsk bokstav L)
-sign \x004D 1347       # LATIN CAPITAL LETTER M (M - Stor latinsk bokstav M)
-sign \x004E 13457      # LATIN CAPITAL LETTER N (N - Stor latinsk bokstav N)
-sign \x004F 1357       # LATIN CAPITAL LETTER O (O - Stor latinsk bokstav O)
-sign \x0050 12347      # LATIN CAPITAL LETTER P (P - Stor latinsk bokstav P)
-sign \x0051 123457     # LATIN CAPITAL LETTER Q (Q - Stor latinsk bokstav Q)
-sign \x0052 12357      # LATIN CAPITAL LETTER R (R - Stor latinsk bokstav R)
-sign \x0053 2347       # LATIN CAPITAL LETTER S (S - Stor latinsk bokstav S)
-sign \x0054 23457      # LATIN CAPITAL LETTER T (T - Stor latinsk bokstav T)
-sign \x0055 1367       # LATIN CAPITAL LETTER U (U - Stor latinsk bokstav U)
-sign \x0056 12367      # LATIN CAPITAL LETTER V (V - Stor latinsk bokstav V)
-sign \x0057 24567      # LATIN CAPITAL LETTER W (W - Stor latinsk bokstav W)
-sign \x0058 13467      # LATIN CAPITAL LETTER X (X - Stor latinsk bokstav X)
-sign \x0059 134567     # LATIN CAPITAL LETTER Y (Y - Stor latinsk bokstav Y)
-sign \x005A 13567      # LATIN CAPITAL LETTER Z (Z - Stor latinsk bokstav Z)
-sign \x005B 23678      # LEFT SQUARE BRACKET ([ - Venstre hakeparentes)
-sign \x005C 28         # REVERSE SOLIDUS (\ - Omvendt skråstrek (backslash))
-sign \x005D 35678      # RIGHT SQUARE BRACKET (] - Høyre hakeparentes)
-sign \x005E 58         # CIRCUMFLEX ACCENT (^ - Cirkumfleks (møne/hatt))
-sign \x005F 456        # LOW LINE (_ - Understrek)
-sign \x0060 45         # GRAVE ACCENT (` - Gravis-tegn)
-sign \x0061 1          # LATIN SMALL LETTER A (a - Liten latinsk bokstav a)
-sign \x0062 12         # LATIN SMALL LETTER B (b - Liten latinsk bokstav b)
-sign \x0063 14         # LATIN SMALL LETTER C (c - Liten latinsk bokstav c)
-sign \x0064 145        # LATIN SMALL LETTER D (d - Liten latinsk bokstav d)
-sign \x0065 15         # LATIN SMALL LETTER E (e - Liten latinsk bokstav e)
-sign \x0066 124        # LATIN SMALL LETTER F (f - Liten latinsk bokstav f)
-sign \x0067 1245       # LATIN SMALL LETTER G (g - Liten latinsk bokstav g)
-sign \x0068 125        # LATIN SMALL LETTER H (h - Liten latinsk bokstav h)
-sign \x0069 24         # LATIN SMALL LETTER I (i - Liten latinsk bokstav i)
-sign \x006A 245        # LATIN SMALL LETTER J (j - Liten latinsk bokstav j)
-sign \x006B 13         # LATIN SMALL LETTER K (k - Liten latinsk bokstav k)
-sign \x006C 123        # LATIN SMALL LETTER L (l - Liten latinsk bokstav l)
-sign \x006D 134        # LATIN SMALL LETTER M (m - Liten latinsk bokstav m)
-sign \x006E 1345       # LATIN SMALL LETTER N (n - Liten latinsk bokstav n)
-sign \x006F 135        # LATIN SMALL LETTER O (o - Liten latinsk bokstav o)
-sign \x0070 1234       # LATIN SMALL LETTER P (p - Liten latinsk bokstav p)
-sign \x0071 12345      # LATIN SMALL LETTER Q (q - Liten latinsk bokstav q)
-sign \x0072 1235       # LATIN SMALL LETTER R (r - Liten latinsk bokstav r)
-sign \x0073 234        # LATIN SMALL LETTER S (s - Liten latinsk bokstav s)
-sign \x0074 2345       # LATIN SMALL LETTER T (t - Liten latinsk bokstav t)
-sign \x0075 136        # LATIN SMALL LETTER U (u - Liten latinsk bokstav u)
-sign \x0076 1236       # LATIN SMALL LETTER V (v - Liten latinsk bokstav v)
-sign \x0077 2456       # LATIN SMALL LETTER W (w - Liten latinsk bokstav w)
-sign \x0078 1346       # LATIN SMALL LETTER X (x - Liten latinsk bokstav x)
-sign \x0079 13456      # LATIN SMALL LETTER Y (y - Liten latinsk bokstav y)
-sign \x007A 1356       # LATIN SMALL LETTER Z (z - Liten latinsk bokstav z)
-sign \x007B 238        # LEFT CURLY BRACKET ({ - Venstre klammeparentes)
-sign \x007C 56         # VERTICAL LINE (| - Stolpe)
-sign \x007D 567        # RIGHT CURLY BRACKET (} - Høyre klammeparentes)
-sign \x007E 38         # TILDE (~ - Tilde)
-sign \x007F 3578       # DELETE ( - <Kontrolltegn>)
-sign \x0080 2678       # <Control>
-sign \x0081 13458      # <Control>
-sign \x0082 67         # Break Permitted Here
-sign \x0083 45678      # No Break Here
-sign \x0084 3567       # <Control>
-sign \x0085 37         # Next Line (Nel)
-sign \x0086 47         # Start of Selected Area
-sign \x0087 457        # End of Selected Area
-sign \x0088 468        # Character Tabulation Set
-sign \x0089 4568       # Character Tabulation with Justification
-sign \x008A 15678      # Line Tabulation Set
-sign \x008B 378        # Partial Line Forward
-sign \x008C 12345678   # Partial Line Backward
-sign \x008D 478        # Reverse Line Feed
-sign \x008E 234678     # Single Shift Two
-sign \x008F 2367       # Single Shift Three
-sign \x0090 2368       # Device Control String
-sign \x0091 367        # Private Use One
-sign \x0092 368        # Private Use Two
-sign \x0093 23567      # Set Transmit State
-sign \x0094 23568      # Cancel Character
-sign \x0095 3678       # Message Waiting
-sign \x0096 68         # Start of Guarded Area
-sign \x0097 568        # End of Guarded Area
-sign \x0098 2568       # Start of String
-sign \x0099 23458      # <Control>
-sign \x009A 1568       # Single Character Introducer
-sign \x009B 678        # Control Sequence Introducer
-sign \x009C 1234568    # String Terminator
-sign \x009D 235678     # Operating System Command
-sign \x009E 23468      # Privacy Message
-sign \x009F 125678     # Application Program Command
-
-# does not work because `space \x00a0 a` is hardcoded in compileTranslationTable.c; replacing with a pass2 rule
-# sign \x00A0 8          # NO-BREAK SPACE ( - Hardt mellomrom)
-noback pass2 @a @8
-
-sign \x00A1 2358       # INVERTED EXCLAMATION MARK (¡ - Omvendt utropstegn)
-sign \x00A2 2578       # CENT SIGN (¢ - Cent-tegn)
-sign \x00A3 1238       # POUND SIGN (£ - Pund-tegn)
-sign \x00A4 12368      # CURRENCY SIGN (¤ - Valuta-tegn)
-sign \x00A5 134568     # YEN SIGN (¥ - Yen-tegn)
-sign \x00A6 4567       # BROKEN BAR (¦ - Brutt vertikal strek)
-sign \x00A7 4678       # SECTION SIGN (§ - Paragraftegn)
-sign \x00A8 258        # DIAERESIS (¨ - Trema)
-sign \x00A9 138        # COPYRIGHT SIGN (© - Copyright-tegn)
-sign \x00AA 278        # FEMININE ORDINAL INDICATOR (ª - Ordenstallsindikator hunkjønn)
-sign \x00AB 2378       # LEFT-POINTING DOUBLE ANGLE QUOTATION MARK (« - Dobbelt anførselstegn med vinkelen mot venstre)
-sign \x00AC 357        # NOT SIGN (¬ - Logisk "ikke")
-sign \x00AD 78         # SOFT HYPHEN (­ - Mykt bindestrek)
-sign \x00AE 12358      # REGISTERED SIGN (® - Registrert varemerke)
-sign \x00AF 458        # MACRON (¯ - Macron (overstrek))
-sign \x00B0 3568       # DEGREE SIGN (° - Grad-tegn)
-sign \x00B1 23578      # PLUS-MINUS SIGN (± - Pluss‑minus)
-sign \x00B2 237        # SUPERSCRIPT TWO (² - Eksponent 2)
-sign \x00B3 257        # SUPERSCRIPT THREE (³ - Eksponent 3)
-sign \x00B4 6          # ACUTE ACCENT (´ - Akutt-tegn)
-sign \x00B5 1348       # MICRO SIGN (µ - Liten gresk bokstav my)
-sign \x00B6 467        # PILCROW SIGN (¶ - Avsnitts-tegn)
-sign \x00B7 7          # MIDDLE DOT (· - Sentrert punkt)
-sign \x00B8 48         # CEDILLA (¸ - Cedille)
-sign \x00B9 27         # SUPERSCRIPT ONE (¹ - Eksponent 1)
-sign \x00BA 1358       # MASCULINE ORDINAL INDICATOR (º - Ordenstallsindikator hankjønn)
-sign \x00BB 5678       # RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK (» - Dobbelt anførselstegn med vinkelen mot høyre)
-sign \x00BC 34568      # VULGAR FRACTION ONE QUARTER (¼ - En firedel (1/4))
-sign \x00BD 34567      # VULGAR FRACTION ONE HALF (½ - En halv (1/2))
-sign \x00BE 345678     # VULGAR FRACTION THREE QUARTERS (¾ - Tre firedeler (3/4))
-sign \x00BF 268        # INVERTED QUESTION MARK (¿ - Omvendt spørsmålstegn)
-sign \x00C0 1235678    # LATIN CAPITAL LETTER A WITH GRAVE (À - Stor latinsk bokstav A med gravis)
-sign \x00C1 123567     # LATIN CAPITAL LETTER A WITH ACUTE (Á - Stor latinsk bokstav A med akutt)
-sign \x00C2 1678       # LATIN CAPITAL LETTER A WITH CIRCUMFLEX (Â - Stor latinsk bokstav A med cirkumfleks)
-sign \x00C3 12678      # LATIN CAPITAL LETTER A WITH TILDE (Ã - Stor latinsk bokstav A med tilde)
-sign \x00C4 34578      # LATIN CAPITAL LETTER A WITH DIAERESIS (Ä - Stor latinsk bokstav A med trema)
-sign \x00C5 167        # LATIN CAPITAL LETTER A WITH RING ABOVE (Å - Stor latinsk bokstav A med ring over (stor norsk Å))
-sign \x00C6 3457       # LATIN CAPITAL LETTER AE (Æ - Stor latinsk bokstav AE (stor norsk Æ))
-sign \x00C7 1234678    # LATIN CAPITAL LETTER C WITH CEDILLA (Ç - Stor latinsk bokstav C med cedille)
-sign \x00C8 23467      # LATIN CAPITAL LETTER E WITH GRAVE (È - Stor latinsk bokstav E med gravis)
-sign \x00C9 1234567    # LATIN CAPITAL LETTER E WITH ACUTE (É - Stor latinsk bokstav E med akutt)
-sign \x00CA 1267       # LATIN CAPITAL LETTER E WITH CIRCUMFLEX (Ê - Stor latinsk bokstav E med cirkumfleks)
-sign \x00CB 12467      # LATIN CAPITAL LETTER E WITH DIAERESIS (Ë - Stor latinsk bokstav E med trema)
-sign \x00CC 3478       # LATIN CAPITAL LETTER I WITH GRAVE (Ì - Stor latinsk bokstav I med gravis)
-sign \x00CD 347        # LATIN CAPITAL LETTER I WITH ACUTE (Í - Stor latinsk bokstav I med akutt)
-sign \x00CE 1467       # LATIN CAPITAL LETTER I WITH CIRCUMFLEX (Î - Stor latinsk bokstav I med cirkumfleks)
-sign \x00CF 124567     # LATIN CAPITAL LETTER I WITH DIAERESIS (Ï - Stor latinsk bokstav I med trema)
-sign \x00D0 145678     # LATIN CAPITAL LETTER ETH (Ð - Stor latinsk bokstav ETH)
-sign \x00D1 1245678    # LATIN CAPITAL LETTER N WITH TILDE (Ñ - Stor latinsk bokstav N med tilde)
-sign \x00D2 34678      # LATIN CAPITAL LETTER O WITH GRAVE (Ò - Stor latinsk bokstav O med gravis)
-sign \x00D3 3467       # LATIN CAPITAL LETTER O WITH ACUTE (Ó - Stor latinsk bokstav O med akutt)
-sign \x00D4 14567      # LATIN CAPITAL LETTER O WITH CIRCUMFLEX (Ô - Stor latinsk bokstav O med cirkumfleks)
-sign \x00D5 14678      # LATIN CAPITAL LETTER O WITH TILDE (Õ - Stor latinsk bokstav O med tilde)
-sign \x00D6 24678      # LATIN CAPITAL LETTER O WITH DIAERESIS (Ö - Stor latinsk bokstav O med trema)
-sign \x00D7 13468      # MULTIPLICATION SIGN (× - Multiplikasjonstegn)
-sign \x00D8 2467       # LATIN CAPITAL LETTER O WITH STROKE (Ø - Stor latinsk bokstav O med strek gjennom (stor norsk Ø))
-sign \x00D9 2345678    # LATIN CAPITAL LETTER U WITH GRAVE (Ù - Stor latinsk bokstav U med gravis)
-sign \x00DA 234567     # LATIN CAPITAL LETTER U WITH ACUTE (Ú - Stor latinsk bokstav U med akutt)
-sign \x00DB 1567       # LATIN CAPITAL LETTER U WITH CIRCUMFLEX (Û - Stor latinsk bokstav U med cirkumfleks)
-sign \x00DC 12567      # LATIN CAPITAL LETTER U WITH DIAERESIS (Ü - STOR latinsk bokstav U med trema)
-sign \x00DD 123467     # LATIN CAPITAL LETTER Y WITH ACUTE (Ý - Stor latinsk bokstav Y med akutt)
-sign \x00DE 124678     # LATIN CAPITAL LETTER THORN (Þ - Stor latinsk bokstav THORN)
-sign \x00DF 2348       # LATIN SMALL LETTER SHARP S (ß - Liten latinsk bokstav "skarp s" (tysk ss))
-sign \x00E0 123568     # LATIN SMALL LETTER A WITH GRAVE (à - Liten latinsk bokstav a med gravis)
-sign \x00E1 12356      # LATIN SMALL LETTER A WITH ACUTE (á - Liten latinsk bokstav a med akutt)
-sign \x00E2 168        # LATIN SMALL LETTER A WITH CIRCUMFLEX (â - Liten latinsk bokstav a med cirkumfleks)
-sign \x00E3 1268       # LATIN SMALL LETTER A WITH TILDE (ã - Liten latinsk bokstav a med tilde)
-sign \x00E4 3458       # LATIN SMALL LETTER A WITH DIAERESIS (ä - Liten latinsk bokstav a med trema)
-sign \x00E5 16         # LATIN SMALL LETTER A WITH RING ABOVE (å - Liten latinsk bokstav a med ring over (liten norsk å))
-sign \x00E6 345        # LATIN SMALL LETTER AE (æ - Liten latinsk bokstav ae (liten norsk æ))
-sign \x00E7 123468     # LATIN SMALL LETTER C WITH CEDILLA (ç - Liten latinsk bokstav c med cedille)
-sign \x00E8 2346       # LATIN SMALL LETTER E WITH GRAVE (è - Liten latinsk bokstav e med gravis)
-sign \x00E9 123456     # LATIN SMALL LETTER E WITH ACUTE (é - Liten latinsk bokstav e med akutt)
-sign \x00EA 126        # LATIN SMALL LETTER E WITH CIRCUMFLEX (ê - Liten latinsk bokstav e med cirkumfleks)
-sign \x00EB 1246       # LATIN SMALL LETTER E WITH DIAERESIS (ë - Liten latinsk bokstav e med trema)
-sign \x00EC 348        # LATIN SMALL LETTER I WITH GRAVE (ì - Liten latinsk bokstav i med gravis)
-sign \x00ED 34         # LATIN SMALL LETTER I WITH ACUTE (í - Liten latinsk bokstav i med akutt)
-sign \x00EE 146        # LATIN SMALL LETTER I WITH CIRCUMFLEX (î - Liten latinsk bokstav i med cirkumfleks)
-sign \x00EF 12456      # LATIN SMALL LETTER I WITH DIAERESIS (ï - Liten latinsk bokstav i med trema)
-sign \x00F0 14568      # LATIN SMALL LETTER ETH (ð - Liten latinsk bokstav eth)
-sign \x00F1 124568     # LATIN SMALL LETTER N WITH TILDE (ñ - Liten latinsk bokstav n med tilde)
-sign \x00F2 3468       # LATIN SMALL LETTER O WITH GRAVE (ò - Liten latinsk bokstav o med gravis)
-sign \x00F3 346        # LATIN SMALL LETTER O WITH ACUTE (ó - Liten latinsk bokstav o med akutt)
-sign \x00F4 1456       # LATIN SMALL LETTER O WITH CIRCUMFLEX (ô - Liten latinsk bokstav o med cirkumfleks)
-sign \x00F5 1468       # LATIN SMALL LETTER O WITH TILDE (õ - Liten latinsk bokstav o med tilde)
-sign \x00F6 2468       # LATIN SMALL LETTER O WITH DIAERESIS (ö - Liten latinsk bokstav o med trema)
-sign \x00F7 2567       # DIVISION SIGN (÷ - Divisjonstegn)
-sign \x00F8 246        # LATIN SMALL LETTER O WITH STROKE (ø - Liten latinsk bokstav o med strek gjennom (liten norsk ø))
-sign \x00F9 234568     # LATIN SMALL LETTER U WITH GRAVE (ù - Liten latinsk bokstav u med gravis)
-sign \x00FA 23456      # LATIN SMALL LETTER U WITH ACUTE (ú - Liten latinsk bokstav u med akutt)
-sign \x00FB 156        # LATIN SMALL LETTER U WITH CIRCUMFLEX (û - Liten latinsk bokstav u med cirkumfleks)
-sign \x00FC 1256       # LATIN SMALL LETTER U WITH DIAERESIS (ü - Liten latinsk bokstav u med trema)
-sign \x00FD 12346      # LATIN SMALL LETTER Y WITH ACUTE (ý - Liten latinsk bokstav y med akutt)
-sign \x00FE 12468      # LATIN SMALL LETTER THORN (þ - Liten latinsk bokstav thorn)
-sign \x00FF 12568      # LATIN SMALL LETTER Y WITH DIAERESIS (ÿ - Liten latinsk bokstav y med trema)
-noback sign \X25CF 35  # 9679 BLACK CIRCLE (●)
-# Define all single-cell characters needed.
-#
-#  Copyright (C) 2008 JJB Software, Inc. www.jjb-software.com
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-
-space \s 0
-space \x000a 0
-space \x000c 0
-space \x000d 0
-space \x001b 1b
-space \x00a0 a
-space \t 9
-punctuation ! 5
-punctuation " 4
-sign # 3456
-sign $ 46
-sign % 123456
-punctuation & 12346
-punctuation ' 6
-punctuation ( 236
-punctuation ) 356
-sign * 35
-math + 235
-punctuation , 2
-punctuation - 36
-punctuation . 3
-math / 256
-include digits6DotsPlusDot6.uti
-punctuation : 25
-punctuation ; 23
-math < 56
-math = 2356
-math > 45
-punctuation ? 26
-punctuation @ 3457
-
-include latinLetterDef8Dots.uti
-
-punctuation [ 123567
-punctuation \\ 347
-punctuation ] 234567
-math ^ 23467
-punctuation _ 4567
-sign ` 345
-punctuation { 12356
-sign | 34
-punctuation } 23456
-math ~ 2346
-sign \x007f 456
-
-noback sign \X25CF 35	# 9679 black circle
-Most of the liblouis tables in this subdirectory were supplied by
-ViewPlus Technologies, Inc.
-
-The hyphenation tables are the ones used in TeX and OpenOffice.
-
-
-# liblouis Nemeth character definitions
-#
-#  Copyright (C) 2004-2008 ViewPlus Technologies, Inc. www.viewplus.com
-#  Copyright (C) 2004-2006 JJB Software, Inc. www.jjb-software.com
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-
-# Spaces must be unbreakable, 0xA0, dot pattern a
-
-math \x200A a
-math \x02BC 12
-math \x2146 145
-math \x2147 15
-math \x2007 a
-math \x2008 a
-math \x200B a
-math \x205F a
-math \x2062 a
-math \x2063 a
-replace \x00af
-replace \x0001
-replace \x0002
-replace \x0003
-replace \x0088 # CHARACTER TABULATION SET 
-replace \x0089 # CHARACTER TABULATION WITH JUSTIFICATION 
-space \s a 
-space \t a
-space \x2061 a FUNCTION APPLICATION
-replace \x2062
-replace \x2063  
-replace \x2064  
-space \x2009 a THIN SPACE 0020 
-
-sign \x001B a
-sign \x009A a SINGLE CHARACTER INTRODUCER 
-sign \x00A2 4-14 CENT SIGN 
-sign \x00A7 4-6-234 SECTION SIGN 
-sign \x00A9 12356-6-14-23456 COPYRIGHT SIGN 
-math \x00B1 346-36 PLUS-MINUS SIGN PLUS-OR-MINUS SIGN 
-sign \x00B7 16 MIDDLE DOT 
-sign \X00F7 46-34 DIVISION SIGN 
-sign \X2215 456-34 DIVISION slash
-sign \x00D7 4-16 MULTIPLICATION SIGN 
-sign \x2715 4-16 MULTIPLICATION SIGN 
-math \x0391 46-6-1 GREEK CAPITAL LETTER ALPHA 03B1 
-math \x0392 46-6-12 GREEK CAPITAL LETTER BETA 03B2 
-math  \x0393 46-6-1245 GREEK CAPITAL LETTER GAMMA 03B3 
-math  \x0394 46-6-145 GREEK CAPITAL LETTER DELTA 03B4 
-math  \x0395 46-6-15 GREEK CAPITAL LETTER EPSILON 03B5 
-math  \x0396 46-6-156 GREEK CAPITAL LETTER ZETA 03B6 
-math  \x0397 46-6-126 GREEK CAPITAL LETTER ETA 03B7 
-math  \x0398 46-6-1456 GREEK CAPITAL LETTER THETA 03B8 
-math  \x0399 46-6-24 GREEK CAPITAL LETTER IOTA 03B9 
-math  \x039A 46-6-13 GREEK CAPITAL LETTER KAPPA 03BA 
-math  \x039B 46-6-123 GREEK CAPITAL LETTER LAMDA 
-math \x039C 46-6-134 GREEK CAPITAL LETTER MU 03BC 
-math  \x039D 46-6-1345 GREEK CAPITAL LETTER NU 03BD 
-math  \x039E 46-6-1346 GREEK CAPITAL LETTER XI 03BE 
-math  \x039F 46-6-135 GREEK CAPITAL LETTER OMICRON 03BF 
-math  \x03A0 46-6-1234 GREEK CAPITAL LETTER PI 03C0 
-math  \x03A1 46-6-1235 GREEK CAPITAL LETTER RHO 03C1 
-math  \x03A3 46-6-234 GREEK CAPITAL LETTER SIGMA 03C3 
-math  \x03A4 46-6-136 GREEK CAPITAL LETTER TAU 03C4 
-math  \x03A5 46-6-136 GREEK CAPITAL LETTER UPSILON 03C5 
-math  \x03A6 46-6-124 GREEK CAPITAL LETTER PHI 03C6 
-math \x03A7 46-6-12346 GREEK CAPITAL LETTER CHI 03C7 
-math  \x03A8 46-6-1246 GREEK CAPITAL LETTER PSI 03C8 
-math  \x03A9 46-6-2456 GREEK CAPITAL LETTER OMEGA 03C9 
-math  \x03B1 46-1 GREEK SMALL LETTER ALPHA 0391 0391
-math  \x03B2 46-12 GREEK SMALL LETTER BETA 0392 0392
-math  \x03B3 46-1245 GREEK SMALL LETTER GAMMA 0393 0393
-math \x03B4 46-145 GREEK SMALL LETTER DELTA 0394 0394
-math  \x03B5 46-15 GREEK SMALL LETTER EPSILON 0395 0395
-math  \x03B6 46-156 GREEK SMALL LETTER ZETA 0396 0396
-math  \x03B7 46-236 GREEK SMALL LETTER ETA 0397 0397
-math  \x03B8 46-1456 GREEK SMALL LETTER THETA 0398 0398
-math  \x03B9 46-24 GREEK SMALL LETTER IOTA 0399 0399
-math  \x03BA 46-13 GREEK SMALL LETTER KAPPA 039A 039A
-math  \x03BB 46-123 GREEK SMALL LETTER LAMDA GREEK 
-math \x03BC 46-134 GREEK SMALL LETTER MU 039C 039C
-math  \x03BD 46-1345 GREEK SMALL LETTER NU 039D 039D
-math  \x03BE 46-1346 GREEK SMALL LETTER XI 039E 039E
-math  \x03BF 46-135 GREEK SMALL LETTER OMICRON 039F 039F
-math \x03C0 46-1234 GREEK SMALL LETTER PI 03A0 03A0
-math \x03C1 46-1235 GREEK SMALL LETTER RHO 03A1 03A1
-math  \x03C2 46-25 GREEK SMALL LETTER FINAL SIGMA 03A3 03A3
-math \x03C3 46-234 GREEK SMALL LETTER SIGMA 03A3 03A3
-math \x03C4 46-2345 GREEK SMALL LETTER TAU 03A4 03A4
-math \x03C5 46-136 GREEK SMALL LETTER UPSILON 03A5 03A5
-math \x03C6 46-124 GREEK SMALL LETTER PHI 03A6 03A6
-math \x03C7 46-12346 GREEK SMALL LETTER CHI 03A7 03A7
-math \x03C8 46-125 GREEK SMALL LETTER PSI 03A8 03A8
-math  \x03C9 46-135 GREEK SMALL LETTER OMEGA 03A9 03A9
-math  \x03D5 46-124 GREEK PHI SYMBOL 03C6 GREEK SMALL LETTER SCRIPT PHI 
-sign \x2022 35-35 BULLET 
-math \x2026 0-3-3-3-0 HORIZONTAL ELLIPSIS 002E 002E 002E 
-math \x2032 3 PRIME 
-math \x2033 3-3 DOUBLE PRIME 2032 2032 
-space \x00A0 a Non-break space 
-lowercase \x2113 4-123 SCRIPT SMALL 006C 
-math \x2114 1256 B BAR SYMBOL 
-math \x211D 4-6-1235 DOUBLE-STRUCK CAPITAL 0052 DOUBLE-STRUCK 
-math \x2322 a-1246-1-a arc
-math \X2217 4-3456 ASTERISK OPERATOR 
-sign * 4-3456 ASTERISK OPERATOR 
-math \x2218 45-46-16 degrees sign
-math \X212B a-4-6-1 ANGSTROM SIGN 
-math \X2295 1246-14-456-1246-346-12456 CIRCLED PLUS 
-math \X2296 1246-14-456-1246-36-12456 CIRCLED MINUS 
-math \X2297 1246-14-456-1246-4-16-12456 CIRCLED TIMES 
-math \X2298 1246-14-456-1246-456-34-12456 CIRCLED DIVISION SLASH 
-math \X2299 1246-14-456-1246-16-12456 CIRCLED DOT OPERATOR 
-math \X229B 1246-14-456-1246-4-3456-12456 CIRCLED ASTERISK OPERATOR 
-math \X229C 1246-14-456-1246-46-13-12456 CIRCLED EQUALS 
-math \X229D 1246-14-456-1246-36-36-12456 CIRCLED DASH 
-math \X229E 1246-256-456-1246-346-12456 SQUARED PLUS 
-math \X229F 1246-256-456-1246-36-12456 SQUARED MINUS 
-math \X22A0 1246-256-456-1246-4-16-12456 SQUARED TIMES 
-math \X22A1 1246-256-456-1246-16-12456 SQUARED DOT OPERATOR 
-math \X22EE 126-3-3-3 VERTICAL ELLIPSIS 
-math \X22EF 3-3-3 MIDLINE HORIZONTAL ELLIPSIS 
-math \X22F0 45-3-3-3 UP RIGHT DIAGONAL ELLIPSIS 
-math \X22F1 56-3-3-3 DOWN RIGHT DIAGONAL ELLIPSIS 
-
-
-# Arrows
-math \X2190 a-1246-246-25-25-a LEFTWARDS ARROW 
-math \X2191 a-1246-126-25-25-135-a UPWARDS ARROW 
-math \x2192 a-1246-135-a RIGHTWARDS ARROW 
-math \X2193 a-1246-146-25-25-135-a DOWNWARDS ARROW 
-math \X2194 a-1246-246-25-25-135-a LEFT RIGHT ARROW 
-math \X2195 a-1246-126-146-246-25-25-135-a UP DOWN ARROW 
-math \X2196 a-1246-45-246-25-25-a NORTH WEST ARROW 
-math \X2197 a-1246-45-25-25-135-a NORTH EAST ARROW 
-math \X2198 a-1246-56-25-25-135-a  SOUTH EAST ARROW 
-math \X2199 a-1246-56-246-25-25-a  SOUTH WEST ARROW 
-math \X219A a-1256-4-1246-246-25-25-12456-a  LEFTWARDS ARROW WITH STROKE 
-math \X219B a-1256-4-1246-25-25-135-12456-a  RIGHTWARDS ARROW WITH STROKE 
-math \X219C a-1246-246-35-25-26-a LEFTWARDS WAVE ARROW 
-math \X219D a-1246-35-25-26-135-a RIGHTWARDS WAVE ARROW 
-math \X219E a-1246-246-246-25-25-a LEFTWARDS TWO HEADED ARROW 
-math \X219F a-1246-126-25-25-135-135-a UPWARDS TWO HEADED ARROW 
-math \X21A0 a-1246-25-25-135-135-a RIGHTWARDS TWO HEADED ARROW 
-math \X21A1 a-1246-146-25-25-135-135-a  DOWNWARDS TWO HEADED ARROW 
-math \X21A2 a-1246-246-25-25-6-13456-a LEFTWARDS ARROW WITH TAIL 
-math \X21A3 a-1246-6-12346-25-25-135-a RIGHTWARDS ARROW WITH TAIL 
-math \X21A4 a-1246-246-25-25-1256-a LEFTWARDS ARROW FROM BAR 
-math \X21A5 a-1246-126-1256-25-25-135-a UPWARDS ARROW FROM BAR 
-math \X21A6 a-1246-1256-25-25-135-a RIGHTWARDS ARROW FROM BAR 
-math \X21A7 a-1246-146-1256-25-25-135-a DOWNWARDS ARROW FROM BAR 
-math \X21A8 a-1246-246-25-1256-25-135-a UP DOWN ARROW WITH BASE 
-math \X21A9 a-1246-246-25-25-6-135-a LEFTWARDS ARROW WITH HOOK 
-math \X21AA a-1246-6-246-25-25-135-a RIGHTWARDS ARROW WITH HOOK 
-math \X21AB a-1246-246-25-25-46-16-a LEFTWARDS ARROW WITH LOOP 
-math \X21AC a-1246-46-16-25-25-135-a RIGHTWARDS ARROW WITH LOOP 
-math \X21AD a-1246-246-35-25-26-135-a LEFT RIGHT WAVE ARROW 
-math \X21AE a-1256-4-1246-246-25-25-135-a LEFT RIGHT ARROW WITH STROKE 
-math \X21AF a-1246-146-35-26-35-1359 DOWNWARDS ZIGZAG ARROW 
-math \X21B4 a-1246-6-1256-25-25-135-a RIGHTWARDS ARROW WITH CORNER DOWNWARDS 
-math \X21B5 a-1246-146-6-1256-25-25-135-a DOWNWARDS ARROW WITH CORNER LEFTWARDS 
-math \X21B6 a-1246-26-35-0-135-a ANTICLOCKWISE TOP SEMICIRCLE ARROW 
-math \X21B7 a-1246-246-26-0-35-a CLOCKWISE TOP SEMICIRCLE ARROW 
-math \X21BA a-1246-26-35-135-a ANTICLOCKWISE OPEN CIRCLE ARROW 
-math \X21BB a-1246-246-26-35-a CLOCKWISE OPEN CIRCLE ARROW 
-math \X21BC a-1246-4-246-25-25-a LEFTWARDS HARPOON WITH BARB UPWARDS 
-math \X21BD a-1246-6-246-25-25-a LEFTWARDS HARPOON WITH BARB DOWNWARDS 
-math \X21BE a-1246-126-25-25-6-135-a UPWARDS HARPOON WITH BARB RIGHTWARDS 
-math \X21BF a-1246-126-25-25-4-135-a UPWARDS HARPOON WITH BARB LEFTWARDS 
-math \X21C0 a-1246-25-25-4-135-a RIGHTWARDS HARPOON WITH BARB UPWARDS 
-math \X21C1 a-1246-25-25-6-135-a RIGHTWARDS HARPOON WITH BARB DOWNWARS 
-math \X21C2 a-1246-246-25-25-4-135-a DOWNWARDS HARPOON WITH BARB RIGHTWARDS 
-math \X21C3 a-1246-146-25-25-6-135-a DOWNWARDS HARPOON WITH BARB LEFTWARDS 
-math \X21C4 1246-25-25-135-1246-246-25-25  RIGHTWARDS ARROW OVER LEFTWARDS ARROW 
-math \X21C5 1246-126-25-25-135-5-1246-146-25-25-135  UPWARDS ARROW LEFTWARDS OF DOWNWARDS ARROW 
-math \X21C6 1246-246-25-25-1246-25-25-135  LEFTWARDS ARROW OVER RIGHTWARDS ARROW 
-math \X21C7 1246-245-25-25-1246-245-25-25 LEFTWARDS PAIRED ARROWS 
-math \X21C8 1246-126-25-25-135-5-1246-126-25-25-135 UPWARDS PAIRED ARROWS 
-math \X21C9 1246-25-25-135-1246-25-25-135 RIGHTWARDS PAIRED ARROWS 
-math \X21CA 1246-146-25-25-135-5-1246-146-25-25-135 DOWNWARDS PAIRED ARROWS 
-math \X21CB 1246-4-246-25-25-1246-25-25-4-135 LEFTWARDS HARPOON OVER RIGHTWARDS HARPOON 
-math \X21CC 1246-25-25-4-135-1246-4-246-25-25 RIGHTWARDS HARPOON OVER LEFTWARDS HARPOON 
-math \X21CD a-1256-4-1246-246-246-25-25-a LEFTWARDS DOUBLE ARROW WITH STROKE 
-math \X21CE a-1256-4-1246-246-246-25-25-135-135-a LEFT RIGHT DOUBLE ARROW WITH STROKE 
-math \X21CF a-1256-4-1246-25-25-135-135-a RIGHTWARDS DOUBLE ARROW WITH STROKE 
-math \X21D0 a-1246-246-246-25-25-a LEFTWARDS DOUBLE ARROW 
-math \X21D1 a-1246-126-25-25-135-135-a UPWARDS DOUBLE ARROW 
-math \X21D2 a-1246-25-25-135-135-a RIGHTWARDS DOUBLE ARROW 
-math \X21D3 a-1246-126-25-25-135-135-a DOWNWARDS DOUBLE ARROW 
-math \X21D4 a-1246-246-246-25-25-135-135-a LEFT RIGHT DOUBLE ARROW 
-math \X21D5 a-1246-126-246-246-25-25-135-135-a UP DOWN DOUBLE ARROW 
-math \X21D6 a-1246-45-246-246-25-25-a NORTH WEST DOUBLE ARROW 
-math \X21D7 a-1246-45-25-25-135-135-a NORTH EAST DOUBLE ARROW 
-math \X21D8 a-1246-56-25-25-135-135-a SOUTH EAST DOUBLE ARROW 
-math \X21D9 a-1246-56-246-246-25-25-a SOUTH WEST DOUBLE ARROW 
-math \X21DA a-1246-246-246-246-25-25-a LEFTWARDS TRIPLE ARROW 
-math \X21DB a-1246-25-25-135-135-135-a RIGHTWARDS TRIPLE ARROW 
-math \X21DC a-1246-246-26-36-35-25-26-a LEFTWARDS SQUIGGLE ARROW 
-math \X21DD a-1246-26-36-35-25-26-135-a RIGHTWARDS SQUIGGLE ARROW 
-math \X21DE a-1256-1256-4-1246-126-25-25-135-12456-a UPWARDS ARROW WITH DOUBLE STROKE
-math \X21DF a-1256-1256-4-1246-146-25-25-135-12456-a DOWNWARDS ARROW WITH DOUBLE STROKE 
-math \X21E0 a-1246-246-25-0-25-a LEFTWARDS DASHED ARROW 
-math \X21E1 a-1246-126-25-0-25-135-a UPWARDS DASHED ARROW 
-math \X21E2 a-1246-25-0-25-135-a RIGHTWARDS DASHED ARROW 
-math \X21E3 a-1246-146-25-a-25-135-a DOWNWARDS DASHED ARROW 
-math \X21E4 a-1246-1256-246-25-25-a LEFTWARDS ARROW TO BAR 
-math \X21E5 a-1246-25-25-135-1256-a RIGHTWARDS ARROW TO BAR 
-math \X21E6 a-1246-456-246-25-25-a LEFTWARDS WHITE ARROW 
-math \X21E7 a-1246-126-456-25-25-135-a UPWARDS WHITE ARROW 
-math \X21E8 a-1246-456-25-25-135-a RIGHTWARDS WHITE ARROW 
-math \X21E9 a-1246-146-456-25-25-135-a DOWNWARDS WHITE ARROW 
-math \X21F3 a-1246-126-456-246-25-25-135-a UP DOWN WHITE ARROW 
-math \X21F4 a-1246-25-25-135-46-16-a RIGHT ARROW WITH SMALL CIRCLE 
-math \X21F5 a-1246-146-25-25-135-5-1246-126-25-25-135-a DOWNWARDS ARROW LEFTWARDS OF UPWARDS ARROW 
-math \X21F6 a-1246-25-25-135-1246-25-25-135-1246-25-25-135-a THREE RIGHTWARDS ARROWS 
-math \X21F7 a-1256-4-1246-246-25-25-12456-a LEFTWARDS ARROW WITH VERTICAL STROKE 
-math \X21F8 a-1256-4-1246-25-25-135-12456-a  RIGHTWARDS ARROW WITH VERTICAL STROKE 
-math \X21F9 a-1256-4-1246-246-25-25-135-a LEFT RIGHT ARROW WITH VERTICAL STROKE 
-math \X21FA a-1256-1256-4-1246-246-25-25-12456-a LEFTWARDS ARROW WITH DOUBLE VERTICAL STROKE 
-math \X21FB a-1256-1256-4-1246-25-25-135-12456-a  RIGHTWARDS ARROW WITH DOUBLE VERTICAL STROKE 
-math \X21FC a-1256-1256-4-1246-246-25-25-135-a LEFT RIGHT ARROW WITH DOUBLE VERTICAL STROKE 
-math \X21FD a-1246-1256-25-25-a LEFTWARDS OPEN-HEADED ARROW 
-math \X21FE a-1246-25-25-1256-a RIGHTWARDS OPEN-HEADED ARROW 
-math \X21FF a-1246-1256-25-25-1256-a LEFT RIGHT OPEN-HEADED ARROW 
-# End of Arrows
-
-math \X2207 46-1246 NABLA 
-math \x2200 4-12346 FOR ALL 
-math \X2234 a-6-16-a THEREFORE 
-math \X2235 a-4-34-a BECAUSE 
-math \X220E a-456-1256-a END OF PROOF 
-math \x2208 4-15 ELEMENT OF 
-math \X2209 34-4-15 NOT AN ELEMENT OF 
-math \X220B 456-46-1 CONTAINS AS MEMBER 
-math \X220C 34-456-46-1 DOES NOT CONTAIN AS MEMBER 
-math \X220D 4-26 SMALL CONTAINS AS MEMBER 
-math \X220F 46-6-1234 N-ARY PRODUCT 
-math \x22C5 16 dot operator
-math  \x2211 46-6-234 N-ARY SUMMATION 
-math \x2212 36 MINUS SIGN 
-math \x221E 6-123456 INFINITY 
-math \x222B 2346 INTEGRAL 
-math \x222C 2346-2346 DOUBLE INTEGRAL 
-math \x222D 2346-2346-2346 TRIPLE INTEGRAL
-math \X222E 2346-4-1246-14-12456 CONTOUR INTEGRAL 
-math \X2232 2346-4-1246-246-26-35-12456 CLOCKWISE CONTOUR INTEGRAL 
-math \X2233 2346-4-1246-26-35-135-12456 ANTICLOCKWISE CONTOUR INTEGRAL 
-
-math \x2260 0-34-46-13-0 NOT EQUAL TO 
-math \x2261 456-123 IDENTICAL TO 
-math \X2245 a-4-156-4-156-a APPROXIMATELY EQUAL TO 
-math \X224D a-4-126-6-126-a EQUIVALENT TO 
-math \x2264 a-5-13-156-a LESS-THAN OR EQUAL TO 
-math \X2266 a-5-13-46-13-a LESS-THAN OVER EQUAL TO 
-math \x2265 a-46-2-156-a GREATER-THAN OR EQUAL TO GREATER THAN OR EQUAL TO 
-math \X2267 a-46-2-46-13-a GREATER-THAN OVER EQUAL TO 
-math \X2268 a-5-13-34-46-13-a LESS-THAN BUT NOT EQUAL TO 
-math \X2269 a-46-2-34-46-13-a GREATER-THAN BUT NOT EQUAL TO 
-math \X22DC a-156-5-13-a EQUAL TO OR LESS-THAN 
-math \X22DD a-156-46-2-a EQUAL TO OR GREATER-THAN 
-math \X226A a-5-13-5-13-a MUCH LESS-THAN 
-math \X226B a-46-2-46-2-a MUCH GREATER-THAN 
-math \X226D a-34-4-126-6-126-a NOT EQUIVALENT TO 
-math \X226E a-5-13-a NOT LESS-THAN 
-math \X226F a-34-46-2-a NOT GREATER-THAN 
-math \X2270 a-34-5-13-156-a NEITHER LESS-THAN NOR EQUAL TO 
-math \X2271 a-34-46-2-156-a NEITHER GREATER-THAN NOR EQUAL TO 
-math \X2272 a-5-13-456-123-a LESS-THAN OR EQUIVALENT TO 
-math \X2273 a-46-2-456-123-a GREATER-THAN OR EQUIVALENT TO 
-math \X2274 a-34-5-13-456-123-a NEITHER LESS-THAN NOR EQUIVALENT TO 
-math \X2275 a-34-46-2-456-123-a NEITHER GREATER-THAN NOR EQUIVALENT TO 
-math \X2276 a-5-13-46-2-a LESS-THAN OR GREATER-THAN 
-math \X2277 a-46-2-5-13-a GREATER-THAN OR LESS-THAN 
-math \X2278 a-34-5-13-46-2-a NEITHER LESS-THAN NOR GREATER-THAN 
-math \X2279 a-34-46-2-5-13-a NEITHER GREATER-THAN NOR LESS-THAN 
-
-
-math \xf577 1246-135 contracted right arrow
-#missing chars Mike is adding
-math \X2229 46-146 INTERSECTION 
-math \X222A 46-346 UNION 
-math \X2282 456-5-13 SUBSET OF 
-math \X2283 456-46-2 SUPERSET OF 
-math \X2284 34-456-5-13 NOT A SUBSET OF 
-math \X2285 34-456-46-2 NOT A SUPERSET OF 
-math \X2286 456-5-13-156 SUBSET OF OR EQUAL TO 
-math \X2287 46-2-156 SUPERSET OF OR EQUAL TO 
-math \X2288 34-5-13-156 NEITHER A SUBSET OF NOR EQUAL TO 
-math \X2289 34-46-2-156 NEITHER A SUPERSET OF NOR EQUAL TO 
-math \X228A 456-5-13-34-46-13 SUBSET OF WITH NOT EQUAL TO 
-math \X228B 456-46-2-34-46-13 SUPERSET OF WITH NOT EQUAL TO 
-math \X2203 4-123456 THERE EXISTS 
-math \X2204 34-4-123456 THERE DOES NOT EXIST 
-math \X2202 4-145 PARTIAL DIFFERENTIAL 
-math \X2205 456-356 EMPTY SET 
-math \X25B3 1246-2345 Triangle
-math \X25B2 1246-456-2345 Filled Triangle
-math \X25BC 456-46-1246 BLACK DOWN-POINTING TRIANGLE 
-math \X25BD 46-1246 WHITE DOWN-POINTING TRIANGLE 
-math \X25CF 1246-456-14 Filled Circle
-math \X25CB 1246-14 Circle
-math \X25A0 1246-456-256 filled Square
-math \X25A1 1246-256 Square
-math \X25AB 1246-456-1235 filled Rectangle
-math \X25AC 1246-1235 Rectangle
-math \X25B0 1246-456-1245 filled PARALLELOGRAM 
-math \X25B1 1246-1245 PARALLELOGRAM 
-math \X22A5 a-1246-1234-a Perpendicular TO 
-math \X22A5 a-34-1246-1234-a not Perpendicular TO 
-math \X2223 1256 DIVIDES 
-math \X2224 34-1256 DOES NOT DIVIDE 
-math \X2225 a-1246-123-a PARALLEL TO 
-math \X2226 a-34-1246-123-a NOT PARALLEL TO 
-math \X221F 1246-246-46-1235-12456 RIGHT ANGLE 
-math \X2221 1246-246-456-1246-1246-1-12456 MEASURED ANGLE 
-math \X2222 1246-246-456-1246-1246-1-12456 Spherical ANGLE 
-math \X2220 1246-246 ANGLE 
-math \X221D a-56-23-a PROPORTIONAL TO 
-math \X2236 a-5-2-a RATIO 
-
-UTF-8
-.a2
-.a4da
-.a4de
-.a4di
-.a4do
-.a4dé
-.a4kl
-.a4ko
-.a4kr
-.a4ku
-.ale3x
-.a4ra
-.a4re
-.a4ri
-.a4ro
-.a4ry
-.a4rá
-.a4sa
-.a4se
-.a4so
-.as3t3
-.a4sy
-.a4ta
-.a4te
-.at3l
-.a4to
-.a4tr
-.a4ty
-.a4ve
-.b2
-.c2
-.ch2
-.cyk3
-.d2
-.dez3
-.d4na
-.dne4
-.dneš4k
-.d4ny
-.dos4
-.d4ve
-.d4vě
-.d4ví
-.e2
-.e4ch
-.e4ko
-.es3k
-.es3t
-.e4ve
-.f4ri
-.g2
-.h2
-.h4le
-.h4ne
-.i2
-.i4na
-.i4ni
-.i4no
-.is3l
-.j2
-.j4ak
-.je4dl
-.j4se
-.j4zd
-.jád4
-.k2
-.k4li
-.k4ly
-.kří3d
-.l2
-.le4gr
-.li3kv
-.m2
-.mi3st4
-.moud3
-.na3č4
-.ne3c
-.neč4
-.ne3š
-.ni2t
-.no4s3t
-.n4vp
-.ná1
-.nář4k
-.o2
-.o4bé
-.ode3
-.od3l
-.od3rá
-.o4ka
-.o4ko
-.o4na
-.o4ne
-.o4ni
-.o4no
-.o4nu
-.o4ny
-.o4ně
-.o4ní
-.o4pe
-.o4po
-.o4se
-.o4sl
-.os4to
-.os3t3r
-.os4tě
-.ot3rá
-.ot3v
-.o4tí
-.o4tř
-.ově4t
-.o4za
-.oz3do
-.o4zi
-.o4zo
-.o4zu
-.o4šk
-.o4šl
-.o4ži
-.p2
-.pa4re
-.pa3tř
-.polk4l
-.po3č4
-.p4ro
-.p4rý
-.p4se
-.pu3b
-.r2
-.rej4
-.re3s
-.ro4k
-.roze3
-.roz3r
-.ru4dl
-.s2
-.s4ch
-.s4ci
-.sem4
-.se3pn
-.s4ke
-.sk4l
-.s4ká
-.s4le
-.s4na
-.s4ny
-.s4pe
-.s4po
-.st2
-.s4tá
-.s4ži
-.t2
-.u2
-.u4ba
-.u4be
-.u4bi
-.u4bo
-.u4de
-.u4di
-.u4do
-.u4du
-.u4dí
-.uh4n
-.uj4m
-.u4ko
-.u4ku
-.ul4h
-.u4ma
-.u4me
-.u4mi
-.u4mu
-.u4ne
-.u4ni
-.u4pa
-.u4pe
-.u4pi
-.up4n
-.u4po
-.u4pu
-.u4pá
-.u4pě
-.u4pí
-.u4ra
-.u4ro
-.u4rá
-.us2
-.u4so
-.u4st
-.u4sy
-.u4sí
-.ut2
-.u4vi
-.u4ze
-.u4če
-.u4či
-.u4čí
-.u4še
-.u4ši
-.u4šk
-.uš4t
-.u4ší
-.u4ži
-.už4n
-.u4žo
-.u4ží
-.v2
-.va4dl
-.v4po
-.vy3
-.v4zá
-.vý1
-.v4ži
-.y4or
-.y4ve
-.z2
-.za3
-.zao3s
-.zar2
-.zač2
-.zd2
-.z4di
-.z4dr
-.z4ky
-.z4mn
-.z4no
-.z4nu
-.z4ně
-.z4ní
-.z4pe
-.z4po
-.z4tř
-.z4ve
-.z4vi
-.č2
-.č4te
-.é2
-.í2
-.ó2
-.š2
-.še3t
-.š4ka
-.š4ke
-.š4ky
-.š4ťo
-.š4ťá
-.ú2
-.ú4dů
-.ž2
-a1
-2a.
-aa3t2
-ab3lon
-ab4lý
-ab3ri
-ab4sb
-ab2st
-ac4ci
-a2d
-a3da
-a3de
-a3di
-ad2la
-a4dli
-a4dlá
-a4dlé
-ad4me
-ad4mu
-a3do
-ado4s
-a3d3ra
-ad3ri
-a3drž
-a3du
-a4duž
-3a3dva
-ad3vo
-a3dy
-a3dá
-a3dé
-a3dě
-a3dí
-ad4úz
-ad4úř
-a3dů
-a3dý
-ae4vi
-afi2a
-a2g
-a3ga
-ag4fa
-a3go
-ag3ro
-a3gu
-a3gá
-ah4li
-ah3v
-a2i
-a3in
-ai4re
-a3iv
-a2jd
-a2jm
-aj4me
-aj2o
-a2k
-a3ke
-a3ki
-a3kl
-ak4ni
-a3ko
-a3kr
-a3ku
-a3ky
-a3ká
-a3ké
-a3kó
-a3ků
-a3ký
-al4fb
-al4kl
-al4tz
-al3ží
-am4bd
-am4kl
-am4nu
-amo3s
-am4ži
-a4nae
-a4name
-an4dt
-ane4sk
-aneu4
-an4sc
-an4sg
-an4sl
-an4sm
-an2sp
-an4sv
-an4tč
-an4žh
-ao4ed
-ao4hm
-ao4stř
-ao4tč
-ap4r.
-a4pso
-ap3t
-a4př.
-a2r
-a3ra
-ar4dw
-a3re
-a4rer
-ar4gl
-a3ri
-ar4kh
-a3ro
-a4rox
-ar3st
-a3ru
-ar2va
-a3ry
-a3rá
-a3ró
-ar3š2
-ar4šr
-a3rů
-arůs3
-a3rý
-a2s
-a3sa
-a3se
-a3sh
-a3sin
-as3ná
-a3so
-as3pi
-as4tat
-a4stk
-as4tm
-a4stru.
-as3tv
-a3su
-a3sv
-a3sy
-a3sá
-a3sé
-a3sí
-a3sů
-a2t
-a3ta
-at4ch
-a3te
-a3ti
-a4tio
-at4kl
-at3lo
-a3to
-a3tr
-at3re
-at3ron
-at3rov
-a4tru
-at4rá
-at4th
-a3tu
-a3tv
-a3ty
-a3tá
-a3té
-a3tě
-a3tí
-a3tó
-at1ř
-a4tří.
-a3tů
-a3tý
-a2u
-au4gs
-a3uj
-auj4m
-aus3t
-a3uč
-2av
-av3d
-av4d.
-av3lo
-a4vlu
-a4vlí
-av3t
-av4ti
-2ay
-ay4on
-az3k
-az3la
-az4lé
-az3ni
-a3zp
-a2č
-a3ča
-a3če
-a3či
-a3čl
-ač4má
-a3čo
-a3ču
-a3čá
-a3čí
-a3čů
-a2ň
-a3ňo
-a3ňu
-aře4k
-a3ří
-a4špl
-a4špy
-a2ť
-aú3t
-2b.
-3ba.
-ba4br
-ba4chr
-ba3ka
-ba4se
-2b1c
-b1d
-be4ef
-be4et
-bej4m
-be3p
-beu4r
-be2z3
-beze3
-b1h
-1bi
-bi2b3
-bis3
-bist4
-bi4tr
-b1j
-2bk
-3bl.
-bl4bl
-b2lem
-b2les
-3blk
-b4lán
-b2lém
-b1m
-2bn
-1bo
-bo4et
-bo4jm
-bo4ok
-bo4tr
-bou3s
-bo4šk
-b2ral
-b2ran
-2bri
-b4rodit
-b4rou
-broz4
-b2ru
-b3ru.
-b3rub
-b2rán
-2b1s2
-bs3tr
-2b1t
-btáh4
-bu2c
-bu4en
-3by.
-bys3
-by4sm
-by4tč
-by4zn
-b2z
-1bá
-2b1č
-bé4rc
-1bě.
-bě3ta
-1bí
-3bín
-bí4rc
-2bň
-b3řa
-b3ře.
-bře4s
-b1ří
-2bš2
-2c.
-1ca
-cad4l
-ca4es
-2cc
-1ce
-cech4
-ced4l
-celo3
-ce4ns
-ce4ov
-ce4ps
-cer4v
-ce2u
-2ch.
-1cha
-4chalg
-3che
-4che.
-2chl
-ch4ly
-ch4mb
-2ch3n
-2cht
-4chte
-1chu
-ch4u.
-1chy
-1chá
-2chř
-1ci
-cien4c
-cik4l
-2ck2
-c4ket
-ckte4rý
-2cl
-c3la
-c3lé
-2cn
-1co
-co4at
-co4mm
-co4žp
-c2p
-2ct
-c2ti
-ctis4
-ct4la
-ct2n
-c3tv
-c2tě
-cuk1
-1c2v
-cy2
-1cá
-1cí
-cí4pl
-2cň
-1ců
-2d.
-1da
-da3d
-da4jš
-da4kl
-da4tr
-d1b
-d2ba
-4dbat.
-d2bá
-2d1c
-dch4l
-3dch4n
-d1d
-dd4ha
-1de
-de4bre
-de3hn
-de3jd
-dej4mo
-de3kl
-de3kv
-de2na
-de2oz
-de3sl
-de4sm
-de4so
-de2sp
-des4t
-de3str
-de1x
-de4xt
-de2z
-de3zn
-dez3o
-de3čt
-de4žp
-2d1h
-1di
-di4gg
-4dind
-dis3k
-di4so
-d1j
-dj4us
-2dk
-d3kv
-3dl.
-d1la
-d4lab
-d4lak
-d3li
-1dln
-d2lou
-d3lou.
-d2lu
-d3luč
-d4láž
-d1lé
-2d1lí
-d2lů
-d1m
-1dmd
-dmýš4
-2dn
-1do
-4dobl
-4doboj
-dob4rat
-do3by
-do3bě
-do3bý
-do1d
-4do4dd
-4do4dj
-dod4n
-do3h
-doj4m
-4dokn
-4doly
-do3mn
-domoh4
-do3p
-do4pc
-dop4n
-dor2v
-do1s
-dos4p
-dos4tiv
-do3t
-do3uk
-do3uč
-do3z2
-doz4n
-do3č
-4do4čn
-doč4t
-do4žp
-4dran
-d4rap
-d1re
-d4ren
-3drobn
-d3ros
-d3rou
-d3roš
-dr4sc
-d3ruš
-d3ré
-d3rý
-d4rýv
-2d1s2
-ds4ků
-ds4po
-d1t
-d3tl
-d3tř
-1du
-dum3ř
-du3na
-du3p
-du4pn
-2dur
-du3si
-du4í.
-d2v
-d4vac
-d3ve
-d3vl
-d3vr
-d3vy
-d3vá
-d3vě
-d3ví
-1dy
-dy4su
-d3zb
-d3zd
-d3zn
-1dá
-2d1č
-1dé
-1dě
-3děj
-1dí
-2dň
-d1řa
-dře4k
-d4řep
-dře4pn
-d4řev
-d1ří
-d2řít
-2dš2
-d3šk
-d3št
-1dů
-3dů.
-dů3s
-1dý
-d2ž2
-2e.
-e1a
-ea3dr
-e2ar
-e1b
-eb4er
-ebez2
-eb4li
-e2bř
-e4ch.
-e3chl.
-e4chm
-e3cho
-e2chr
-e3chv
-e4chť
-ed4be
-ed4kv
-ed1l
-ed2ma
-e3dmn
-ed3v
-ed4ří
-e1e
-ee4th
-ee3xi
-eg4gi
-e1ha
-e1he
-ehno4
-eh4ně
-e1ho
-e1hr
-e1hu
-e1hy
-e1há
-e1hý
-e1i
-eilus3
-ej3ag
-e3jas
-e1je
-e3jed
-ej3ele
-e3jez
-ej3in
-e3jis
-ej1m
-ej3mo
-e3jmu
-ej1o
-ej1u
-eju3st
-ej3v
-e2k
-e3ka
-e3ke
-e4kly
-e3ko
-e3kr
-e3ku
-e3ky
-e3ká
-e3ké
-e3kó
-e3kř
-e3ků
-e1la
-e4lau
-el4dv
-e1le
-e1lo
-e1lu
-e1ly
-el4ze
-e1lá
-e1lé
-e1lí
-e1ml
-e4mlí
-emo3k
-e1mr
-e1my
-e3má
-e1mě
-e1mí
-e3mř
-e3mů
-e1mý
-em3že
-en4dv
-enitos4
-en4sc
-en4si
-ent3r
-e1o
-eo3by
-eoch3r
-eod3l
-eo4du
-e4ole
-eo1s
-eo2st
-eo4tř
-eo3z
-eo4zb
-eo4zd
-eoše3
-epa3t
-e2pl
-e4pni
-ep2no
-e4pný
-epoč3t
-epro4zř
-ep4tl
-ep4tm
-ep4tn
-e4ptu
-epy3
-2er
-e1ra
-er4a.
-e1re
-e1ri
-e1ro
-er3s
-er4s.
-er4sn
-e1ru
-e1ry
-e1rá
-e1ré
-e1rů
-e1rý
-e1s
-e4sag
-e2sce
-e4sin
-esi4s
-e2sk
-es4k.
-e4s4kn
-es3ku.
-es3ky
-es3ké
-e2sl
-e4s3li
-e4sly
-es2m
-e4sp.
-es4pe
-e2st
-e4st.
-e4ste
-es3tiž
-es4tol
-e4strou
-es3tán
-e1t
-e4tki
-e4tkr
-e4tli
-e4tly
-et3ri
-et3ro
-et3rů
-et1ř
-et4ún
-e1u
-eu3b
-eu3ct
-eu3d
-eu3k
-eu3m
-eu4m.
-eu3n
-eu3p
-eu3r
-eu4r.
-e4ura
-eu4ras
-eu4rg
-eu3s2
-eu3t
-e4u4t.
-eu4tra
-eu4ts
-eu3v
-eu3z
-eu3ž
-e3vd
-eve4š
-e3v2k
-e4vsk
-evy3
-evyjad4
-evypá4t
-evy4čk
-evě4tr
-ex4ta
-e3xu
-ey4or
-ey4ov
-ezaos3
-ez4ap
-ez4bo
-ez3de
-ez3dov
-ez3du
-ez4dě
-e3ze
-ez4ed2
-ez4ej
-ez4el
-ez4er
-ez4es
-ez4ez
-ez4eš
-ezis4
-ez4it
-ez4le
-ez4ná
-ez4ně
-ez4py
-ez2t
-ez4ác
-ez4áh
-ez4če
-e3zí
-e3zř
-ez4ře
-e1á
-eč4kat
-e1čt
-eč4te
-e4čti
-e4čtí
-e2ň
-e3ňo
-e3ňu
-e3ňá
-e3ón
-e1ř
-eře4k
-eř4ku
-e3ří
-e2š
-e3še
-e3ši
-e4ška
-e3šl
-eš4lá
-e3šo
-eš4to
-eštíh4
-e3ší
-eú1
-eúmy4
-eú3n
-eú3p
-eú3t
-eú3č
-ežíš4
-1f
-2f.
-fe4in
-fene4
-fe4ue
-fi4em
-fi4fl
-f2l
-f3lí
-fló4r
-fm4no
-2fn
-2fr
-f4ran
-f4ras
-3frek
-f1ri
-2fs
-fs4te
-2ft
-fu4ch
-2fé
-f2ú
-1g
-2g.
-ga4uč
-ge2s
-ghou4
-3gic
-3gin
-gi4ím
-g4lom
-2g1m
-2gn
-g4noi
-g4nos
-go1
-go4hm
-3graf
-gu4el
-gu4it
-gu3m
-gu4m.
-gus4t
-gu3v
-2h.
-ha4ag
-ha4ar
-ha4bl
-ha4br
-ha3dl
-ha4dla
-ha4ke
-has3t
-hatos4
-ha4yd
-h2b
-h2c
-2hd
-he4br
-he4id
-hej4s
-he2s
-he2u
-he3x
-hi4an
-hi3er
-hi4gh
-hi4re
-2hk
-4hla.
-h4led
-h3len
-2hli
-4h3lo.
-h3lob
-h3lop
-h3lov
-h3luj
-2h1ly
-4hlá.
-h4lás
-h3lí.
-4hlík
-2hlý
-h2m
-2h2n
-h3ne
-h4ned
-h3niv
-h4noj
-3hněd
-3hodin
-ho3str
-hos4tě
-4hove
-4hovna
-4hovny
-4hovná
-4hovně
-h2r
-hra4p
-2h1t
-h4tin
-h2tě
-h4tít
-hu4ch
-hu3mo
-hu4tň
-2h2v
-hyd1
-hy4do
-hy4ps
-hys3
-hy2t3r
-hy4zd
-h1č
-2hň
-hř2
-hř4by
-hý4bl
-h2ž
-2i.
-i1a
-ia3d
-ia3g2
-i4al.
-ias4t
-ia4tr
-i1b
-ib2l
-i2b1r
-i1ch
-i4chž
-i1d
-id4ge
-id2l
-id4lo.
-i4dlý
-i1em
-i1en
-i1et
-if1r
-ig4ne
-i1h
-i2hl
-i3hl.
-i4hli
-ih3n
-ih4na
-i3im
-i1j
-ijed4
-ij4me
-ij4mi
-i2kl
-ik3le
-ik3lo.
-ik3m
-ik4ry
-i4kve
-ik4úř
-i1l
-il4ba
-ilič4n
-i4lnu
-ilu3
-i1m
-i4mla
-i4mly
-i4mun
-i2n
-i3na
-ina3d
-in4cm
-in4dl
-i3ne
-3infe
-in4gh
-in4gp
-in4gs
-in4gt
-i3ni
-i3no
-i3nu
-i3ny
-i3ná
-i3né
-i3ně
-i3ní
-in4šp
-i3nů
-i3ný
-i1o
-io4sk
-i2ps
-i1r
-iro4s
-i1sa
-is3c
-is4ch
-is4k.
-is3ka
-is3ke
-is3ko.
-is3kr
-is3ku
-is3kv
-is3ky
-i3slav
-is3lo
-is3lé
-is3pl
-is3po
-is1t
-is4tal
-is4tat
-is4th
-ist3v
-is3tí
-i1sy
-i3sá
-i1t
-it1r
-it4rh
-it4rp
-it4se
-it4su
-i2tv
-i1um
-iv3d
-i1x
-ix4td
-i3zp
-iz1r
-i1á
-i1čl
-ič3t
-ič4tl
-ič4to
-i2ď
-i1é
-ié4re.
-i1íc
-i1ím
-i1ó
-i1ř
-iř4kl
-iř4če
-i2š
-i3še
-i3ši
-iš3k
-iš4kr
-iš4kv
-i3šo
-iš4to
-i3šu
-i3šá
-i3ší
-i2ž
-i3ža
-i3že
-i3ži
-i3žo
-i3žu
-i3žá
-2j.
-ja2b2
-jac4k
-ja4cq
-ja3d
-ja3g
-j3akt
-j1b2
-jbyst3
-2j1c
-j2d
-j3dob
-j3dok
-j3dos
-j3dr
-j3dá
-jd4ří
-j3dů
-jech4
-j3ef
-j3ex
-jez3dí
-jg4ra
-2j1h
-1ji
-ji4ch
-jih3l
-ji4mž
-j4ina
-jis3k
-jit4ro
-ji2zv
-j1j
-2jk
-j3kv
-2j1l
-j2m
-j3ma
-j3mi
-jmou3d
-2jmí
-2jn
-jne3
-j1ob
-j1od
-jod2ř
-j1oh
-j1op
-j4ora
-j1os
-jo3sv
-j2ov
-j3ovl
-j1o3z2
-2jp
-jpor4
-jpo4zv
-jpříz4
-2j1r
-2j1s2
-j4sem
-j4si.
-j4sk.
-js4ko
-js4ká
-j4s4ků
-j4s4me
-j3sn
-j4sou.
-j4souc
-js4po
-j4s4te
-2j1t
-j3tl
-ju4an
-ju3na
-ju3p
-j1us
-ju3sp
-ju3t
-ju4t.
-ju3v
-ju4xt
-ju3z
-j1už
-ju3ži
-2jv2
-j3vd
-j3vn
-2jz
-j3zb
-j3zd
-j3zk
-j3zn
-j3zp
-jád2r
-2j1č
-2jď
-1jí
-j3št
-jš4ti
-j3šť
-2jú1
-jú3n
-jú3č
-jú3ž
-2jž
-1k
-2k.
-ka4bl
-ka4ch
-ka3dl
-3kaj
-ka3ka
-3kami
-3kaně
-ka2p3l
-ka2p3r
-ka2ps
-ka4pv
-ka2př
-kas3t
-kast3r
-3kat
-ka4uč
-3kav
-3kač
-3kař
-kaš3l
-ka4šp
-2k1c
-k2d
-k2e
-ke4bl
-ke3jo
-ke4pr
-ke4ps
-3ket
-2kf
-2kk
-k2l
-3kl.
-4k3la.
-k3lej
-4k3li.
-k4lib
-k3lic
-4klička
-4klo.
-k3los
-2k3ly
-k3lá.
-k3lé
-k3ló
-k3lý
-2k2m
-k3mě
-2kn
-kna4s
-ko3by
-3kof
-ko4jm
-ko2př
-ko4sk
-ko2t3v
-kous3k
-3kov
-ko3zá
-4kroa
-k3rob
-k3rof
-kr2s
-kr4ú.
-2ks
-2k1t
-kt2r
-kuch4
-ku4fř
-ku4hr
-3kuj
-ku3se
-ku3si
-ku3su
-ku4th
-ku3v
-2k2v
-k4vrň
-3kyn
-ky2pr
-kyp3ř
-ky4zn
-3kác
-ká4pl
-3kár
-3kář
-2kč
-k2ň
-k2ř2
-k3řej
-kš4ti
-3ků.
-2l.
-1la.
-la4br
-lab4s
-la3ka
-la4nq
-la4ps
-4la3si
-la4vš
-la4y.
-la2zm
-2l1b
-2l1c
-2l1d
-ld4ne
-le4ad
-le4au
-lech3t
-leh3n
-le2i
-1lej
-le3jo
-4lejšk
-1lel
-4lench
-lepa3d
-lepo4s
-le4pr
-le4ps
-le4sc
-le4sm
-le4sv
-let4li
-let3m
-le2tr
-le4tč
-le4uk
-le4vh
-le4vk
-le3xi
-lez3n
-2lf
-2lg
-2lh
-3lhan
-1li
-li4az
-li4bl
-li4bv
-li4dm
-lind4
-3lio
-li4tň
-li4vr
-2liž
-2lj
-2lk
-l4kat
-l2kl
-lk4nu
-2ll
-2l1m
-2ln
-l4nul
-lo3br
-lo4id
-lo4is
-1los
-lo3sp
-lo3stř
-lo3sv
-lo2tr
-lo4tř
-lo4u.
-lo3z
-loz4d
-lo4šk
-2lp
-l2pě
-2l1s2
-l4sla
-ls3n
-lst4n
-l4stí
-2l1t
-lt4ra
-lt4ru
-lt4ry
-lu4id
-lu4j.
-lu4k.
-lu4lk
-lu4m.
-lu4mn
-lu3pr
-lu3va
-lu3vl
-lu3vy
-lu3ví
-2lv
-2lz
-1lá.
-lá4jš
-lá4vš
-2l1č
-1lé.
-1lík
-lí4pl
-lí4zn
-1líř
-2lň
-2lš2
-l3št
-l4štý
-1lů
-1lý
-lý2t
-2l2ž
-2m.
-1ma
-maj4s
-ma4kl
-ma4kr
-4mald
-mas3k
-mat3r
-ma4tra
-ma4vš
-maz3l
-2m1b
-2m1c
-2m1d2
-m2dl
-1me
-3me.
-me4go
-me4is
-met3re
-me3x
-mezi3s
-2mf
-mh4le
-1mi
-mid3l
-mik3r
-mi4xt
-2mk2
-3m2kl
-mk4la
-mk4li
-m2l
-4mla.
-2mle
-ml3h
-ml4h.
-2mli
-ml4sc
-ml4sk
-4mlu.
-2mn
-m3na
-mna4s
-m4noh
-m3nos
-m4noz
-3množ
-m3ná
-m3né
-m4néz
-m3něj
-m3ný
-1mo
-mod3r
-mo2hl
-mo2k
-mo2s
-mo4s.
-mot3ř
-4mout
-moza4
-mo3zř
-moú3
-2mp
-m4plo
-mpo4s
-m2ps
-mp4se
-mp2t
-mr2s
-2m1s2
-m4stl
-2m1t
-1mu
-mu4fl
-mu3n
-mu4n.
-mu4nd
-mu4nn
-mu4ns
-mu4nš
-2muš
-2mv
-mys3lo
-my4šk
-2mz
-3má.
-málo3
-má2s
-2mč
-m2če
-mí1c
-mí4rň
-2m2š
-mš4či
-mš3ť
-mš4ťan.
-3mů.
-3mý.
-m2ž
-1n
-2n.
-3na.
-na3ch
-na4do
-na4em
-na3h
-na4h.
-na3jd
-na3ka
-nam4ne
-na3p2
-na3s2
-na4s.
-nat2
-na3tl
-na3tř
-na3z
-naz4k
-na4zš
-na4č.
-na3š
-naž4n
-2nb
-2n1c
-n4chc
-2n1d
-nd4hi
-ndo4t
-nd2re
-nd4ri
-nd4ří
-ne1d
-ne4gl
-ne1h
-ne3h4n
-ne2j
-nej3t
-nej3u
-ne3kl
-ne4kro
-ne3kv
-ne4m.
-ne3p
-ne3s2
-ne4s.
-nes4le
-ne4ss
-4nesti
-ne3tl
-net4r
-ne3ud
-ne3v2
-ne4v.
-ne3z
-nez4n
-ne3šk
-ne3šť
-2nf
-n3fr
-2ng
-ng1l
-ng4la
-ng4le
-ng4lí
-n4gro
-ng4vi
-nik4t
-ni4mr
-ni4mž
-3nio
-3nisk
-2nitř
-n1j
-2nk
-2n1l
-2nn
-no3b2
-no4bs
-no3hn
-no4hs
-no4ir
-no4mž
-no4sky
-no3sm
-no3str
-not4r
-no3z
-no4zd
-no4šk
-2nož
-2n1s2
-n2sa
-ns3ak
-ns4ko
-n4soc
-ns3po
-nst4ra
-2n1t
-nte4r3a
-nt4lem
-nt4r.
-nt3ru
-nt3rá
-2nub
-nu4gg
-3ny.
-2nz
-3nák
-ná3s2
-ná4s.
-2n1č
-2nď
-2nív
-2níž
-2nó
-2nš2
-n3št
-nš4ťo
-nů2
-2nž
-2o.
-o1a
-oang4
-o1ba
-o1be
-obe3j
-obe3s
-obe3z
-ob1l
-ob1r
-ob4rň
-o1bu
-obys4
-ob3z
-o3bé
-ob3řez
-o1c
-o4chl
-o2chr
-oc4ke
-oc4ko
-o4ct.
-oct3n
-ocy3
-oc4ún
-od3b
-odej4m
-ode3p
-ode3s
-od1l
-o4doc
-odos4
-odo4tk
-od3ra
-od4ran
-od3rů
-o3drž
-od3v
-od1ř
-o1e2
-oe3g
-oe3ti
-o2fl
-ofrek4
-og2
-o3gn
-o1h
-oh4ne
-o1i
-oi4ce
-o4int
-o1j
-o4jar
-oje4dl
-o4jmi
-o4jmov
-o4jmu
-o4jmů
-oj2o
-o4juz
-2oka
-ok2te
-o1l
-ol4gl
-ol4to
-o1m
-om4kl
-om2n
-o2n
-o3na
-ona4s
-o3ne
-o3ni
-o3no
-ont4ra
-o3nu
-o3ny
-o3ná
-onář4ka
-o3ně
-o3ní
-o3nů
-o3ný
-o1o
-oo4hř
-oote2
-opoč3t
-opro4s
-o2ps
-o4ptu
-opá4t
-o4př.
-opřej4
-opře4jm
-o1ra
-o4rae
-or4dm
-o1re
-o1ri
-o1ro
-or3st
-o1ru
-or4vá
-o1ry
-o1rá
-o3ré
-o1rů
-orůs3
-o3rý
-o1sa
-o4sai
-ose4s
-osi4d
-o1sk
-o4s3ke
-o4sku
-osk3v
-o4ská
-o4ský
-o1sl
-os4la
-os4li
-os4lý
-os3mo
-os4mu
-o4st.
-o4stg
-o4stm
-os4tor
-os3trů
-o4sté
-o4stš
-o4stý
-o1sy
-o1t
-ot4kl
-o4tlý
-oto3s
-ot3ro
-ot3ví
-o3tí
-o3tř
-ot3ři
-o2u
-ou3bě
-ou3dě
-ou4fl
-ou4il
-ou4is
-ou4k.
-ou3ka
-o4ukl
-ou3kr
-ou3ká
-ou3m
-oup3n
-oupo4
-ou4s.
-ou3sa
-ou3se
-ou4sk
-ou3sm
-ou4tv
-ou3v
-ou4vl
-ou4vn
-ouz3d
-o4učk
-ou3ži
-ovi4dla
-o4vsk
-ovy2p
-o2všt
-o1x
-o2z
-o3za
-oz1b
-oz4d.
-oz3dá
-oz3dě
-oz3dí
-o3ze
-oze3d2
-ozer4
-oz1h
-o3zi
-oz3j
-oz3k
-oz4ko
-oz1l
-oz3m
-o4zn.
-o3zo
-oz3p
-oz4py
-oz4pě
-oz4pí
-oz3ro
-oz3ru
-oz3rů
-oz3t
-o3zu
-o4zut
-oz3vr
-oz3vá
-o3zí
-o3zů
-ozů4s
-o1č
-oč2k
-oč4ka
-o2ň
-o3ňa
-o3ňo
-o1ř
-oři2s
-o3šk
-o4šku
-o4šky
-o3šl
-oš4lá
-oš4mo
-oš4ti
-oš4ťu
-o3žl
-ož4mo
-1p
-2p.
-pa4ed
-pa4es
-pa4kl
-pa3si
-pa4t.
-pat4ri
-2p1c
-pe4al
-pede4
-pe4ig
-pe4np
-peri3
-pes3t3
-pe4tra
-3peč
-pi4kr
-pi4pl
-2pk
-p2kl
-p2l
-3pl.
-4p3la.
-pl3h
-pl4h.
-4p3li.
-4plo.
-2pn
-p2nu
-po1b2
-po3c2
-3pod
-podbě4h
-pod4nes
-po3dru
-po3drá
-po3h
-poly3
-po3m2
-po4mp
-po4ol
-po3p
-po4p.
-po4pm
-po1s2
-pos4p
-post4r
-po3t2
-po4t.
-po4tn
-po3uk
-po3uč
-po3už
-3po3v
-po3z2
-po4zd
-poč2
-po3čk
-poč3te
-po3ří
-po4šv
-2pp
-4pra.
-pra3st
-pr2c
-pro1
-prob2
-pro3p
-pro3t4
-pro3z
-pr2s
-4prán
-prů3
-pse4s
-2p1sk
-p4sut
-2pt
-p4tej
-p4ter
-p4tev
-pt4ri
-p3tu
-p4tá.
-pu4dl
-pu4tr
-pyt3l
-pá1
-pá2c
-pád3l
-pá4nv
-pá4sl
-2pč
-pé4rh
-2př.
-pře3h
-pře3j
-pře3t4
-pře3z
-pře3č2
-při3
-přih4
-2pš
-pš4ti
-2pť
-qu2
-2r.
-1ra.
-ra4br
-ra4em
-ra4es
-ra4ff
-ra4hl
-ra4hm
-ra4jg
-ra4jš
-2rak
-ra4nh
-ra3si
-rast4r
-ra4vv
-ra4wl
-ra4y.
-ra4yo
-ra4ďm
-4raži
-r1b
-r2bl
-r1c
-rca3
-r3cha
-r3cho
-rc4ki
-r1d
-r4dla
-rdo2s
-re4ad
-re4au
-red4r
-re4et
-re3kl
-re3kvi
-re4mr
-re2sb
-res3l
-retis4
-ret4r
-re4um
-r1ha
-r3hl.
-rh3n
-r1ho
-r3hu
-r1há
-ri4bb
-1ric
-ric4ku
-ri4dg
-ri4dr
-ri4fl
-ri4gh
-ri4zm
-2rk
-r2kl
-r1l
-2r1m
-r4mio
-2rn
-rna4vš
-rn4dr
-ro4ad
-ro3by
-rod2l
-ro3d4r
-3rofy
-ro3h
-ro4h.
-ro4jb
-ro4kš
-rom3n
-romy4s
-ropát4
-ro2sb
-ro4skv
-ro4sky
-ro3sv
-ro3ti
-ro3tl
-ro4tč
-ro3vd
-rově4t
-3rový
-roz3d
-roz3n
-ro4zo
-roz3v
-ro3zá
-ro4čp
-rpa3d
-2rr
-rr4ha
-rr4ho
-2r1s
-r2st
-r4stu
-rs3tvě
-rs3tvý
-2r1t
-r2th
-r4trá
-rt4sm
-rtu3
-r2t3v
-rt4zu
-1ru.
-ru3se
-ru3si
-rus3k
-ru3ži
-3rvaní
-r1x
-1ry.
-rych3
-ryd2
-rys3ky
-rys3t
-ry4zk
-ry4zn
-ry4í.
-ry4šk
-2rz
-rz3d
-rz3l
-rád4l
-rá4dž
-1rák
-rá3ri
-1rář
-r1č
-4rčitý.
-rč3t
-3ré.
-2ró
-2rš
-rš4ní
-rů4m.
-růs3ta
-rů4v.
-3rý.
-rý4zn
-2s.
-sa4pf
-sa4pr
-sas3k
-s2b2
-s2c
-s3ca
-s3ce.
-sch2
-sch4l
-sch4n
-3schop
-s3ci
-sci4e
-s3cí
-s2d
-1se
-se4au
-se3h
-se4ig
-se4il
-sej4m
-se4ku
-3sel
-se3lh
-3sem
-ser4va
-se3s2
-ses4k
-se4ss
-se4stra
-se4stru
-se4stř
-set2
-se3tk
-se3tř
-se4ur
-se3z
-se3čt
-2sf
-s3fo
-3sfé
-s3fú
-1si
-3sic
-3sif
-si4fl
-sig4no
-3sik
-si3ste
-3sit
-s2j
-s3ju
-s2k
-4skac
-s4kak
-4skam
-s4kok
-2skon
-skos4
-4skot
-sk4ra
-sk4ru
-sk4ry
-4skve
-sk4vo
-s3kán
-s3ků
-3sl.
-4s3la.
-s4lav
-s3le.
-s4led
-s3lem
-s3len
-s3let
-s4lib
-s4liči
-3sln
-4s3lo.
-s2ly
-s3ly.
-s1lí
-s2ma
-s4mek
-s2mo
-2sn
-s2na
-s3nat
-s2ne
-s3ne.
-sn4tl
-s2ná
-s3ná.
-s4níd
-1so
-sob4l
-so3br
-so4sk
-so4tv
-sou3h
-sou3s
-souz4
-so4šk
-s2p
-s4pol
-spro4s
-1sr
-2ss
-ss4sr
-2st.
-4sta.
-s3taj
-s2tan
-st4at
-4stec
-s4tep
-st4er
-s4tero
-s4tich
-2stil
-s4tink
-4stit.
-4stič
-st3lo
-2stn
-4sto.
-s4tona
-4stou.
-4str.
-4stram
-s4trik
-4strn
-4strác
-4stupni
-s2tv
-st4ve
-3ství
-4sty.
-s4tyl
-3styš
-s2tá
-4stá.
-s3tář
-4stě.
-s4těd
-3stěh
-s2těr
-s2těž
-s1tí
-2stí.
-s3třej
-1su
-su4ba
-su4bo
-suma4
-su3ve
-s2v
-sy3c
-sych3r
-sy4nes
-sá2d
-3sáh
-sá2kl
-2s2č
-s3či
-1sé
-1sí
-2sň
-2sť
-s3ťo
-1sů
-s2ž
-2t.
-1ta.
-ta2bl
-tac4tvo
-t2a3d
-1taj
-ta4jf
-ta4jg
-4talt
-4tand
-3taně
-t1ao
-2tark
-tast4
-ta3str
-ta4čk
-2t1b
-2t1c
-1te
-3te.
-te4ak
-te4fl
-te4in
-4teném
-teob4
-tep3l
-ters4
-tes3ta
-te4tr
-te4uc
-te4ur
-te4ut
-2tf
-2tg
-1ti
-ti4gr
-2tih
-ti3kl
-tin4g
-ti4pl
-ti3sl
-tis4tr
-ti4tr
-2titu
-tiz4r
-4tizí
-tiú3
-2tiž
-2tk2
-t4kal
-4t2kan
-t4kat
-t2kl
-tk4la
-tk4li
-4tkně
-t2ká
-2tl
-3tl.
-4tla.
-t1le
-tles3
-3tlm
-t3lo.
-t4lou
-tlu3
-tlu4s
-t1ly
-t1lé
-2tm
-t2ma
-2tn
-t3ní
-1to
-to4as
-to3b
-tob4l
-to3dr
-to4hm
-to4ir
-2toj
-tol4s
-to4ol
-4top.
-4topt
-4topu
-2torn
-2toup
-2tp
-t3rant
-t4rea
-t4ref
-tre4t
-4tric.
-trip4
-t4rit
-t4rog
-t3rol
-tro4sk
-t4rou
-4trouh
-4troň.
-4trun
-t4rus
-4t4ruž
-t3ráln
-4tráš
-2trč
-t3rům
-t3rův
-2trý
-2t1s
-ts4ko
-ts2t
-2t1t
-tt4ch
-tt4ri
-1tu.
-tu4ff
-1tuj
-tu4lk
-2tup
-tu4r.
-tu3ry
-tu4s.
-tu4ť.
-tu3ži
-t2v
-2tve
-2t3vi
-t4vinn
-t4viš
-t4výc
-1ty.
-ty4gř
-ty2la
-ty4ře
-ty4řh
-ty4řj
-ty4řo
-ty4řr
-ty4řú
-3tá.
-tá4fl
-t2č
-t3či
-2tčí
-1té
-té2bl
-3tém
-1tě
-tě3d4l
-2těh
-2těnn
-2těp
-1tíc
-4tíc.
-4tíce
-1tím
-2tín
-2tír
-2tř
-t4řeb
-třeh3n
-t2řel
-t2řic
-t3řil
-tř4ti
-t1řu
-t2řá
-3třáb
-tří4s
-2tš
-t3št
-tš4ti
-1tů
-1tý.
-1tým
-1týř
-3týš
-u1
-2u.
-u2at
-u2b
-u3ba
-u3be
-u3bi
-u3bo
-ubs4t
-u3bu
-u3bá
-u3bí.
-u3bů
-uc4tí
-2u2d
-u3de
-u3di
-u3do
-u3dru
-u3du
-u3dy
-u3dí
-ue4fa
-2uf
-u2hl
-uh3lá
-uh3no
-u2in
-u2jm
-u2k
-u3ka.
-uk4aj
-uk4al
-uk4at
-u3ke
-uk3la
-uk3le
-u3ko
-u3ku
-u3ky
-uk4á.
-u3ků
-ul4fa
-ul1h
-ul4pí
-u2m
-u3ma
-u3me
-u3mi
-um4pl
-um4ru
-u3mu
-u3má
-3umř
-u2n
-un4dl
-u3ne
-u3no
-u3nu
-u3ně
-u3ní
-u3nů
-un4žr
-u2p
-u3pa
-u3pe
-upe2r3
-u3pi
-u3pln
-u3pu
-u3py
-u3pá
-u3pě
-u3pí
-u3pů
-u2r
-u3ra
-u3re
-u3ri
-2u3ro
-u3ru
-u3ry.
-u3rá
-1urč
-u3rů
-u2s
-us3ky
-us3ká
-us3ké
-us3ký
-us1l
-us2lo
-u3so
-u4ste
-u4sty
-u4sté
-u4stě
-u3stř
-u4stš
-u4stý
-u3su.
-u3sy
-u3sá
-u3sí
-u3sů
-u4tro
-u4trá
-u2v
-u3vi
-u3vu
-u2z
-u3ze
-u3zi
-uz1l
-u3zo
-u3zu
-u3zí
-u2č
-u3ča
-u3če
-u3či
-u3čo
-uč3t
-u3ču
-u3čá
-u3čí
-u2ď
-u2ň
-u2š
-u3še
-u3ši
-uš4kl
-u3šo
-uš3tí
-u3šu
-u3šá
-u3ší
-u2ž
-u3že
-u3žo
-u3žu
-u3žá
-u3ží
-1v
-2v.
-va3dl
-va4jť
-va4kl
-2v1b
-2v1c
-v2ch
-2v2d
-v4dal
-v3di
-v4děk
-v4děč
-ve3dle
-ve3jd
-3ven
-ve2p
-ve3ps
-vep3ř
-ves3l
-ve4sm
-ves4p
-ve3sta
-ve3t4ř
-ve2z3m
-vi4ch
-vide2
-vi4dr
-vi4et
-vi4kr
-vi2tr
-2vk
-v2kr
-v2l
-2v3la.
-4vle.
-4vlem
-2vlo
-2vm
-2vn
-v4nad
-vo3b
-vo4ic
-vo4ja
-vo4jb
-vo4jd
-vo4jj
-vo4jm
-vo4jř
-vo2s
-vo4tř
-vou3
-vous2
-v2p
-vr2c
-vr2dl
-4vrny
-v1ro
-vr4st
-vrst3v
-vrs4tvě
-2vs2
-v1sk
-v3stv
-2v2t
-vy3c
-vy3d2
-vy4dra
-vyp2
-vy3s2
-vy4sn
-vys4t
-vy3t
-vy3č
-vyč4k
-vyš2
-vy4š.
-vy4šm
-vy4šš
-vy4žl
-v2z2
-vz4no
-vz4né
-vz4ně
-vz4ní
-vá3ri
-2v2č
-v3čá
-v3čí
-v4čír
-vě4cm
-vě3t4a
-více3
-ví4hat
-3vín
-2vň
-2vří
-v3řín
-v2š2
-vše3s
-v3ští.
-3výs
-vý3t
-3vý3z
-v2ž2
-wa4fd
-3war
-wa4re
-we2
-2x.
-xand4
-2xf
-xisk4
-2xn
-3xov
-x1t
-xt4ra
-xy4sm
-y1
-y2a
-y2bl
-yb3ri
-y2ch
-y4chr
-y2d1l
-yd4lá
-y2dr
-yd4y.
-y2e
-y2gr
-y3hn
-yh4ne
-yj4ma
-yj4me
-y2kl
-yk3la
-y3klop
-yk4ly
-ymané4
-ym4kl
-yna4s
-y3ni
-ype4r
-yp4si
-yp4tá
-y2př
-yr2v
-y2s
-y3sa
-y3se
-y3si
-ys3lu
-y3sm
-y3so
-y3sp
-ys2t
-ys3te
-yst4r
-y3su
-y3sv
-y3sy
-y3sá
-y3sé
-y3sí
-yt4me
-yu3ž
-y3vs
-yvě4t
-y3zb
-y3zd
-y3zk
-y3zn
-yz4ně
-yz4ní
-y3zp
-yz4po
-yč2k
-y2ň
-yř3b
-yřk4n
-yř4če
-y3ří
-y2š
-y3še
-y3ši
-y3šk
-yš1l
-y3šo
-y3šp
-y3šu
-y3ší
-yž2
-y3žd
-1z
-2z.
-zab2l
-za4bs
-za4dk
-za3dl
-za4dn
-za3h
-za3i
-za3j
-za4jk
-za3k
-za4kt
-zal4k
-zam4n
-za3p2
-za3s2
-zat2
-za3tl
-zat4r
-za4ut
-za3z
-zaz4n
-za4zš
-za4č.
-za3š
-zaš4k
-za4šs
-2zb
-zban4
-z2by
-zbys4
-2z1c
-2z2d
-z3di
-zdně4ní
-z4doba
-z4dobný
-zd4re
-zd4ví
-z2e
-ze3h
-ze3p2
-4zerot
-ze3s2
-zes4p
-zet2
-zev2
-ze3vn
-ze3z
-ze4z.
-2z2f
-z1há
-z4ine
-z2j
-z3jí
-2z2k
-z3ka.
-z3ky
-z3ké
-z3ků
-z3ký
-2zl
-3zl.
-zlhos4
-zlik3
-z3ly.
-z2m2
-2zme
-z3mn
-z3my
-z4měn
-2z2n
-3znak
-z4nal
-z3ne.
-z3nic
-z3no
-z3nu
-z3ny
-z3né
-z3ně
-z4něl
-z3ní
-z4nít
-z4nív
-z3ný
-zo4tr
-zo4šk
-2z2p
-z3pt
-z4pát
-3zrak
-2z1s2
-2zt
-ztros3
-z4trá
-z3tř
-3zu.
-zu3mo
-zu3mě
-zu3mí
-zu3š
-z2v
-zva4d
-z3vař
-z3vi
-zvik4
-zv4ně
-z3vod
-z3voj
-z4von
-zv4ro
-z4ván
-z4věs
-z3víj
-3zy.
-2zz
-zá1
-záh2
-zá4kl.
-3záp
-zá3s2
-zá3z
-záš2
-2zč
-z3čl
-2zň
-z2ř
-zřej3
-z3řez
-z3řeš
-2zš2
-z3šk
-zš4ka
-z3št
-2z2ú1
-zú3č
-zú3ž
-zů3s
-á1b
-á2bl
-áb4ry
-á4bř.
-á3cho
-ác3ti3
-á1d
-á2dl
-ádo4s
-ádos4ti
-ád1ř
-á1ha
-á3he
-áh1l
-á3hl.
-áh3n
-á1ho
-á1hr
-á1há
-á1j
-á4jmu
-áj4mů
-á4kli
-ák4ni
-á1la
-á1le
-á1lo
-á1lu
-á1ly
-á3lé
-á1lí
-á3my
-á3mé
-á1mě
-á3mí
-á3mý
-áne4v
-á1ra
-á1re
-ár2m
-á1ro
-á1ru
-á3rů
-á1s
-á2sc
-á2s3k
-ás4k.
-ás4kl
-ás4kn
-á2sla
-ás4ly
-á2sm
-ás4po
-á2st
-át3k
-át1r
-á1tu
-á1ty
-á1tí
-á3tý
-áv4si
-áv4sí
-áz3k
-áz3ni
-ázni4c
-áz4vi
-á2ň
-á1ř
-ář4ke
-ář4ků
-á2š
-á3še
-á3ší
-2č.
-1ča
-ča4br
-2čb
-2č1c
-1če
-3če.
-če1c
-čes3k
-1či
-2čk
-č3ka.
-č3ko
-č3ku
-č3ky
-2č1m
-2čn
-č2ne
-1čo
-č2p
-2čs
-č1sk
-čs4la
-čs4sr
-2č2t
-č4tené.
-č4tený
-čt4la
-č4tový.
-3čtv
-4čtěn
-č3tí
-1ču
-1čá
-1čí
-čís3l
-1čů
-2ď.
-1ďa
-1ďo
-ďs4te
-2ď1t
-3ďuj
-é1
-é2d
-é3di
-é3do
-é2f
-é3fo
-éf1r
-é2kl
-é2l
-é2m
-é3ma
-é3me
-é3mi
-é3mo
-é3mu
-é3mů
-4ére.
-é2s
-é2t
-é3ta
-é3to
-é3tá
-é2š
-é2ž
-ě1c
-ěd3r
-ě3ha
-ě3he
-ě3hl.
-ěh3lo
-ěh3n
-ě1ho
-ě3hu
-ě3hů
-ě3ja
-ě1je
-ě1jo
-ě3jů
-ě4klé
-ě3k2t
-ě1l
-ě1ra
-ěra3d
-ě1re
-ě1ro
-ěr3s
-ěrs4t
-ě1ru
-ě1ry
-ě1rů
-ěs3k
-ěs3n
-ět1a3
-ět4ac
-ět1l
-ě1tr
-ět3ra
-ě4traj
-ět3v
-ě1tí
-ět3ří
-ě2v
-ě3va
-ě3ve
-ě3vl
-ě3vo
-ě3vu
-ě3vá
-ěv3č
-ě2z
-ě3ze
-ě3zi
-ěz3n
-ě3zo
-ě3zí
-ě1ř
-ě2š
-ě3še
-ě3ši
-ě3šo
-ě3šu
-ě3šá
-ě3ší
-ěš3ť
-ěš4ťs
-ě2ť
-ě3ťo
-ě2ž
-ě3že
-ě3ži
-ě3žo
-ě3žu
-ě3ží
-í1b
-íb3ř
-í3cho
-ích4t
-íd1l
-í1h
-í2hl
-íh3n
-í1j
-íjed4
-íj4mů
-í2kr
-í1l
-í1má
-í3mé
-í1mě
-í1r
-í1sa
-í2s3k
-ís4kl
-ís4kn
-ís4l.
-ís3le
-ís4ln
-ísáh2
-í1t
-ít3k
-í3t3ře
-íz3da
-íz3de
-íz3k
-í3zna
-í3z3ni
-í3zněn
-í2ň
-í1ř
-í2š
-í3še
-í3ši
-í3šo
-í3ší
-1ň
-2ň.
-2ňa
-ňa3d
-2ňk
-2ňm
-3ňov
-ň1s
-2ň1t
-ó1
-ó2z
-ó3za
-ó3zi
-ó3zo
-ó3zy
-2ř.
-řa4pl
-řa4ďm
-2ř2b
-2řc
-2řd
-ře3ch
-ře4dob
-ře1h
-ře3jd
-ře3kl
-ře3kv
-ře4kří
-řeo4r
-ře3p2
-ře4p.
-ře4pk
-ře4pč
-řer4v
-2řes
-ře3ska
-ře3sko
-ře2sp
-řes3po
-ře4sr
-ře3sta
-ře3stu
-ře3stá
-ře3stř
-ře3tl
-řet4ř
-ře3zd
-ře3zk
-4řezl
-ře3čt
-ři1
-řia3
-ři3h
-ři4h.
-ři4hn
-ři4jď
-ři4l.
-ři4lb
-řil2n
-4řine
-řis2
-3ři4t.
-ři4v.
-ři4vk
-ři4vn
-ři3z
-řič4t
-ři3ř
-ři4š.
-2řk
-ř2kl
-řk4la
-řk4li
-řk4ly
-řk4no
-2ř1l
-2ř1m
-2řn
-1řo
-2řou
-2ř2p
-2ř1s
-řs4to
-2ř1t
-ř2v
-2řz
-řá4pl
-řá2sl
-2ř1č
-2říd
-ří4kř
-ří1s
-2řš
-ř3št
-řš4ti
-1š
-2š.
-šab3
-ša4vl
-2š1c
-šej4d
-šep3t
-ši4mr
-2š2k
-š3ka
-š3ke
-š3k3li
-4š3kou
-4škov
-3škr
-šk4ro
-š3ku.
-š3ky
-2šl
-š2la
-š2li
-š3liv
-š2lo
-šlá2
-š2lé
-š2lý
-2š1m
-šmi4d
-2šn
-š2p
-2š1s
-2št
-š4tip
-št4ka
-št4kl
-š4těk
-š2těs
-š4těv
-š4típ
-š2v
-ší3d
-š2ň
-š3ší
-2š2ť
-š3ťo
-š3ťu
-š3ťá
-1ť
-2ť.
-3ťal
-2ťk
-2ťm
-2ťt
-ťáč4k
-1ú
-ú2c2
-ú2d
-új4ma
-ú2k
-ú2l
-ú2n
-ú2p
-ú2t
-út4ko
-ú2v
-ú2z
-úz3k
-ú2č
-3úče
-úře4z
-úš4ti
-ú2ž
-ů1b
-ů1c
-ů1hl
-ů3jd
-ů4jmový
-ů1le
-ů1my
-ů1mě
-ů1ra
-ůr4va
-ůr4vy
-ů1s2
-ů2st
-ůs3te
-ůs3tán
-ůt2
-ů3tkl
-ů2v
-ů3va
-ů3vo
-ů3vě
-ů2z
-ů3zo
-ů2ž
-ů3že
-ů3ži
-ů3žo
-ý1b
-ý3cho
-ý1d
-ýd4la
-ý1h
-ý1j
-ý1l
-ý1ml
-ý1mě
-ý2n
-ý3no
-ýpo3č4
-ý1r
-ý1s2
-ý2sk
-ý1t
-ýt4ku
-ýt4ky
-ý1u
-ý4vli
-ý3zk
-ý3zn
-ý4zvu
-ýč4ně
-ý1ř
-ýš3l
-1ž
-2ž.
-ža3d
-ža4tv
-3žač
-2ž1b
-2ž1c
-2ž1d
-že2b3
-žeh3n
-že4ml
-že4zg
-ži4dl
-ži4jm
-3žil
-ži2vl
-2žk
-žk4ni
-2žl
-ž4lic
-3žlo
-2ž1m
-2žn
-žon2
-2ž1s2
-2ž1t
-ž2v
-žá4br
-žá4nr
-2žď
-ží4zn
-2žň
-2žš
-žš4ti
-žš4tě
-# liblouis: Estonian braille table
-# Based on the US.English chardef.
-#
-#  Based on the Linux screenreader BRLTTY
-#
-#  Copyright (C) 1999-2006 The BRLTTY Team
-#  Copyright (C) 2012 Mesar Hameed <mesar.hameed@gmail.com>
-#  Copyright (C) 2012 Jürgen Dengo <jyrgen.dengo@gmail.com>
-#
-# This file is part of liblouis.
-#
-# liblouis is free software: you can redistribute it and/or modify it
-# under the terms of the GNU Lesser General Public License as
-# published by the Free Software Foundation, either version 3 of the
-# License, or (at your option) any later version.
-#
-# liblouis is distributed in the hope that it will be useful, but
-# WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-# Lesser General Public License for more details.
-#
-# You should have received a copy of the GNU Lesser General Public
-# License along with liblouis. If not, see
-# <http://www.gnu.org/licenses/>.
-
-# Computer braille single-cell characters
-space \s 0 blank
-space \t 9 tab
-space \x000a 0 newline
-space \x000c 0
-space \x000d 0 carriage return
-space \x001b 1b escape character for html back-translation
-space \x00A0 a NO-BREAK SPACE <noBreak> 0020 NON-BREAKING SPACE 
-include digits8Dots.uti
-
-include latinLetterDef8Dots.uti
-
-punctuation ( 236
-punctuation } 267
-punctuation ] 23456
-punctuation ? 26
-punctuation : 25
-punctuation ) 356
-punctuation ! 235
-punctuation { 358
-punctuation [ 12356
-punctuation ' 5
-punctuation - 36
-punctuation . 3
-punctuation " 56
-punctuation ; 23
-punctuation , 2
-sign & 12346
-sign $ 1246
-sign \x20ac 123456-15
-sign \x00A3 456
-sign | 456
-sign \\ 16
-sign % 1456
-sign * 35
-sign # 3456
-punctuation ` 4
-sign _ 258
-sign ^ 578
-sign @ 47
-math = 2356
-math < 1358
-math / 34
-math > 2468
-math + 235
-math ~ 45
-
-# Estonian specific characters
-uppercase \x0160 1567 LATIN UPPERCASE S WITH CARAT
-lowercase \x0161 156 LATIN LOWERCASE S WITH CARAT
-uppercase \x017d 23467 LATIN UPPERCASE Z WITH CARAT
-lowercase \x017e 2346 LATIN LOWERCASE Z WITH CARAT
-uppercase \x00c4 3457 LATIN CAPITAL LETTER A  WITH DIAERESIS
-lowercase \x00E4 345 LATIN SMALL LETTER A WITH DIAERESIS 0061 0308 LATIN 
-uppercase \x00D6 2467 LATIN CAPITAL LETTER O WITH DIAERESIS 004F 0308 
-lowercase \x00F6 246 LATIN SMALL LETTER O WITH DIAERESIS 006F 0308 
-uppercase \x00d5 1267 LATIN CAPITAL LETTER O WITH TILDE
-lowercase \x00F5 126 LATIN SMALL LETTER O WITH TILDE 006F 0303 LATIN 
-uppercase \x00DC 12567 LATIN CAPITAL LETTER U WITH DIAERESIS 0055 0308 
-lowercase \x00FC 1256 LATIN SMALL LETTER U WITH DIAERESIS 0075 0308 
-
-# Accented letters marked in Estonian braille
-lowercase \x00DF 2346 LATIN SMALL LETTER SHARP S German 
-uppercase \x00C7 123467 LATIN CAPITAL LETTER C WITH CEDILLA 0043 0327 
-lowercase \x00E7 12346 LATIN SMALL LETTER C WITH CEDILLA 0063 0327 LATIN 
-uppercase \x00C0 123567 LATIN CAPITAL LETTER A WITH GRAVE 0041 0300 LATIN 
-lowercase \x00E0 12356 LATIN SMALL LETTER A WITH GRAVE 0061 0300 LATIN 
-uppercase \x00C8 23467 LATIN CAPITAL LETTER E WITH GRAVE 0045 0300 LATIN 
-lowercase \x00E8 2346 LATIN SMALL LETTER E WITH GRAVE 0065 0300 LATIN 
-uppercase \x00D9 234567 LATIN CAPITAL LETTER U WITH GRAVE 0055 0300 LATIN 
-lowercase \x00F9 23456 LATIN SMALL LETTER U WITH GRAVE 0075 0300 LATIN 
-uppercase \x00C2 167 LATIN CAPITAL LETTER A WITH CIRCUMFLEX 0041 0302 
-lowercase \x00E2 16 LATIN SMALL LETTER A WITH CIRCUMFLEX 0061 0302 
-uppercase \x00CA 1267 LATIN CAPITAL LETTER E WITH CIRCUMFLEX 0045 0302 
-lowercase \x00EA 126 LATIN SMALL LETTER E WITH CIRCUMFLEX 0065 0302 
-uppercase \x00CE 1467 LATIN CAPITAL LETTER I WITH CIRCUMFLEX 0049 0302 
-lowercase \x00EE 146 LATIN SMALL LETTER I WITH CIRCUMFLEX 0069 0302 
-uppercase \x00D4 14567 LATIN CAPITAL LETTER O WITH CIRCUMFLEX 004F 0302 
-lowercase \x00F4 1456 LATIN SMALL LETTER O WITH CIRCUMFLEX 006F 0302 
-uppercase \x00DB 1567 LATIN CAPITAL LETTER U WITH CIRCUMFLEX 0055 0302 
-lowercase \x00FB 156 LATIN SMALL LETTER U WITH CIRCUMFLEX 0075 0302 
-uppercase \x00C9 1234567 LATIN CAPITAL LETTER E WITH ACUTE 0045 0301 LATIN 
-lowercase \x00E9 123456 LATIN SMALL LETTER E WITH ACUTE 0065 0301 LATIN 
-uppercase \x00CB 12467 LATIN CAPITAL LETTER E WITH DIAERESIS 0045 0308 
-lowercase \x00EB 1246 LATIN SMALL LETTER E WITH DIAERESIS 0065 0308 
-uppercase \x00CF 124567 LATIN CAPITAL LETTER I WITH DIAERESIS 0049 0308 
-lowercase \x00EF 12456 LATIN SMALL LETTER I WITH DIAERESIS 0069 0308 
-
-# Other characters
-uppercase \x00C1 123567 LATIN CAPITAL LETTER A WITH ACUTE 0041 0301 LATIN 
-lowercase \x00E1 12356 LATIN SMALL LETTER A WITH ACUTE 0061 0301 LATIN 
-uppercase \x00CD 347 LATIN CAPITAL LETTER I WITH ACUTE 0049 0301 LATIN 
-lowercase \x00ED 34 LATIN SMALL LETTER I WITH ACUTE 0069 0301 LATIN 
-uppercase \x00D3 3467 LATIN CAPITAL LETTER O WITH ACUTE 004F 0301 LATIN 
-lowercase \x00F3 346 LATIN SMALL LETTER O WITH ACUTE 006F 0301 LATIN 
-uppercase \x00DA 123567 LATIN CAPITAL LETTER U WITH ACUTE 0055 0301 LATIN 
-lowercase \x00FA 23456 LATIN SMALL LETTER U WITH ACUTE 0075 0301 LATIN 
-
-# Miscellaneous
-noback sign \x25CF 35 BLACK CIRCLE
-#
-# Copyright (C) 1995-2008 by The BRLTTY Developers.
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-
-# This BRLTTY text subtable implements a portable representation of the box
-# drawing characters.aNo distinction is made between the three types of boxes:
-# light, heavy, and double. Characters with no vertical component (horizontal
-# edges) are represented by the four middle dots [2356]. Those with a vertical
-# component above the center (e.g. bottom corners) add the two top dots [14],
-# and those with a vertical component below the center (e.g. top corners) add
-# the two bottom dots [78]. This means, for example, that side edges and the
-# cross are represented by a full cell [12345678].
-
-# For diagonals within boxes, the top-left and bottom-right dots [18] are used
-# to represent the line which descends toward the right, and the top-right and
-# bottom-left dots [47] are used to represent the line which ascends toward the
-# right. The X is represented by all four of these dots [1478].
-
-# generated by ttbtest
-punctuation \x2500 2356		BOX DRAWINGS LIGHT HORIZONTAL
-punctuation \x2501 2356		BOX DRAWINGS HEAVY HORIZONTAL
-punctuation \x2502 12345678		BOX DRAWINGS LIGHT VERTICAL
-punctuation \x2503 12345678		BOX DRAWINGS HEAVY VERTICAL
-punctuation \x2504 2356		BOX DRAWINGS LIGHT TRIPLE DASH HORIZONTAL
-punctuation \x2505 2356		BOX DRAWINGS HEAVY TRIPLE DASH HORIZONTAL
-punctuation \x2506 12345678		BOX DRAWINGS LIGHT TRIPLE DASH VERTICAL
-punctuation \x2507 12345678		BOX DRAWINGS HEAVY TRIPLE DASH VERTICAL
-punctuation \x2508 2356		BOX DRAWINGS LIGHT QUADRUPLE DASH HORIZONTAL
-punctuation \x2509 2356		BOX DRAWINGS HEAVY QUADRUPLE DASH HORIZONTAL
-punctuation \x250a 12345678		BOX DRAWINGS LIGHT QUADRUPLE DASH VERTICAL
-punctuation \x250b 12345678		BOX DRAWINGS HEAVY QUADRUPLE DASH VERTICAL
-punctuation \x250c 235678		BOX DRAWINGS LIGHT DOWN AND RIGHT
-punctuation \x250d 235678		BOX DRAWINGS DOWN LIGHT AND RIGHT HEAVY
-punctuation \x250e 235678		BOX DRAWINGS DOWN HEAVY AND RIGHT LIGHT
-punctuation \x250f 235678		BOX DRAWINGS HEAVY DOWN AND RIGHT
-punctuation \x2510 235678		BOX DRAWINGS LIGHT DOWN AND LEFT
-punctuation \x2511 235678		BOX DRAWINGS DOWN LIGHT AND LEFT HEAVY
-punctuation \x2512 235678		BOX DRAWINGS DOWN HEAVY AND LEFT LIGHT
-punctuation \x2513 235678		BOX DRAWINGS HEAVY DOWN AND LEFT
-punctuation \x2514 123456		BOX DRAWINGS LIGHT UP AND RIGHT
-punctuation \x2515 123456		BOX DRAWINGS UP LIGHT AND RIGHT HEAVY
-punctuation \x2516 123456		BOX DRAWINGS UP HEAVY AND RIGHT LIGHT
-punctuation \x2517 123456		BOX DRAWINGS HEAVY UP AND RIGHT
-punctuation \x2518 123456		BOX DRAWINGS LIGHT UP AND LEFT
-punctuation \x2519 123456		BOX DRAWINGS UP LIGHT AND LEFT HEAVY
-punctuation \x251a 123456		BOX DRAWINGS UP HEAVY AND LEFT LIGHT
-punctuation \x251b 123456		BOX DRAWINGS HEAVY UP AND LEFT
-punctuation \x251c 12345678		BOX DRAWINGS LIGHT VERTICAL AND RIGHT
-punctuation \x251d 12345678		BOX DRAWINGS VERTICAL LIGHT AND RIGHT HEAVY
-punctuation \x251e 12345678		BOX DRAWINGS UP HEAVY AND RIGHT DOWN LIGHT
-punctuation \x251f 12345678		BOX DRAWINGS DOWN HEAVY AND RIGHT UP LIGHT
-punctuation \x2520 12345678		BOX DRAWINGS VERTICAL HEAVY AND RIGHT LIGHT
-punctuation \x2521 12345678		BOX DRAWINGS DOWN LIGHT AND RIGHT UP HEAVY
-punctuation \x2522 12345678		BOX DRAWINGS UP LIGHT AND RIGHT DOWN HEAVY
-punctuation \x2523 12345678		BOX DRAWINGS HEAVY VERTICAL AND RIGHT
-punctuation \x2524 12345678		BOX DRAWINGS LIGHT VERTICAL AND LEFT
-punctuation \x2525 12345678		BOX DRAWINGS VERTICAL LIGHT AND LEFT HEAVY
-punctuation \x2526 12345678		BOX DRAWINGS UP HEAVY AND LEFT DOWN LIGHT
-punctuation \x2527 12345678		BOX DRAWINGS DOWN HEAVY AND LEFT UP LIGHT
-punctuation \x2528 12345678		BOX DRAWINGS VERTICAL HEAVY AND LEFT LIGHT
-punctuation \x2529 12345678		BOX DRAWINGS DOWN LIGHT AND LEFT UP HEAVY
-punctuation \x252a 12345678		BOX DRAWINGS UP LIGHT AND LEFT DOWN HEAVY
-punctuation \x252b 12345678		BOX DRAWINGS HEAVY VERTICAL AND LEFT
-punctuation \x252c 235678		BOX DRAWINGS LIGHT DOWN AND HORIZONTAL
-punctuation \x252d 235678		BOX DRAWINGS LEFT HEAVY AND RIGHT DOWN LIGHT
-punctuation \x252e 235678		BOX DRAWINGS RIGHT HEAVY AND LEFT DOWN LIGHT
-punctuation \x252f 235678		BOX DRAWINGS DOWN LIGHT AND HORIZONTAL HEAVY
-punctuation \x2530 235678		BOX DRAWINGS DOWN HEAVY AND HORIZONTAL LIGHT
-punctuation \x2531 235678		BOX DRAWINGS RIGHT LIGHT AND LEFT DOWN HEAVY
-punctuation \x2532 235678		BOX DRAWINGS LEFT LIGHT AND RIGHT DOWN HEAVY
-punctuation \x2533 235678		BOX DRAWINGS HEAVY DOWN AND HORIZONTAL
-punctuation \x2534 123456		BOX DRAWINGS LIGHT UP AND HORIZONTAL
-punctuation \x2535 123456		BOX DRAWINGS LEFT HEAVY AND RIGHT UP LIGHT
-punctuation \x2536 123456		BOX DRAWINGS RIGHT HEAVY AND LEFT UP LIGHT
-punctuation \x2537 123456		BOX DRAWINGS UP LIGHT AND HORIZONTAL HEAVY
-punctuation \x2538 123456		BOX DRAWINGS UP HEAVY AND HORIZONTAL LIGHT
-punctuation \x2539 123456		BOX DRAWINGS RIGHT LIGHT AND LEFT UP HEAVY
-punctuation \x253a 123456		BOX DRAWINGS LEFT LIGHT AND RIGHT UP HEAVY
-punctuation \x253b 123456		BOX DRAWINGS HEAVY UP AND HORIZONTAL
-punctuation \x253c 12345678		BOX DRAWINGS LIGHT VERTICAL AND HORIZONTAL
-punctuation \x253d 12345678		BOX DRAWINGS LEFT HEAVY AND RIGHT VERTICAL LIGHT
-punctuation \x253e 12345678		BOX DRAWINGS RIGHT HEAVY AND LEFT VERTICAL LIGHT
-punctuation \x253f 12345678		BOX DRAWINGS VERTICAL LIGHT AND HORIZONTAL HEAVY
-punctuation \x2540 12345678		BOX DRAWINGS UP HEAVY AND DOWN HORIZONTAL LIGHT
-punctuation \x2541 12345678		BOX DRAWINGS DOWN HEAVY AND UP HORIZONTAL LIGHT
-punctuation \x2542 12345678		BOX DRAWINGS VERTICAL HEAVY AND HORIZONTAL LIGHT
-punctuation \x2543 12345678		BOX DRAWINGS LEFT UP HEAVY AND RIGHT DOWN LIGHT
-punctuation \x2544 12345678		BOX DRAWINGS RIGHT UP HEAVY AND LEFT DOWN LIGHT
-punctuation \x2545 12345678		BOX DRAWINGS LEFT DOWN HEAVY AND RIGHT UP LIGHT
-punctuation \x2546 12345678		BOX DRAWINGS RIGHT DOWN HEAVY AND LEFT UP LIGHT
-punctuation \x2547 12345678		BOX DRAWINGS DOWN LIGHT AND UP HORIZONTAL HEAVY
-punctuation \x2548 12345678		BOX DRAWINGS UP LIGHT AND DOWN HORIZONTAL HEAVY
-punctuation \x2549 12345678		BOX DRAWINGS RIGHT LIGHT AND LEFT VERTICAL HEAVY
-punctuation \x254a 12345678		BOX DRAWINGS LEFT LIGHT AND RIGHT VERTICAL HEAVY
-punctuation \x254b 12345678		BOX DRAWINGS HEAVY VERTICAL AND HORIZONTAL
-punctuation \x254c 2356		BOX DRAWINGS LIGHT DOUBLE DASH HORIZONTAL
-punctuation \x254d 2356		BOX DRAWINGS HEAVY DOUBLE DASH HORIZONTAL
-punctuation \x254e 12345678		BOX DRAWINGS LIGHT DOUBLE DASH VERTICAL
-punctuation \x254f 12345678		BOX DRAWINGS HEAVY DOUBLE DASH VERTICAL
-punctuation \x2550 2356		BOX DRAWINGS DOUBLE HORIZONTAL
-punctuation \x2551 12345678		BOX DRAWINGS DOUBLE VERTICAL
-punctuation \x2552 235678		BOX DRAWINGS DOWN SINGLE AND RIGHT DOUBLE
-punctuation \x2553 235678		BOX DRAWINGS DOWN DOUBLE AND RIGHT SINGLE
-punctuation \x2554 235678		BOX DRAWINGS DOUBLE DOWN AND RIGHT
-punctuation \x2555 235678		BOX DRAWINGS DOWN SINGLE AND LEFT DOUBLE
-punctuation \x2556 235678		BOX DRAWINGS DOWN DOUBLE AND LEFT SINGLE
-punctuation \x2557 235678		BOX DRAWINGS DOUBLE DOWN AND LEFT
-punctuation \x2558 123456		BOX DRAWINGS UP SINGLE AND RIGHT DOUBLE
-punctuation \x2559 123456		BOX DRAWINGS UP DOUBLE AND RIGHT SINGLE
-punctuation \x255a 123456		BOX DRAWINGS DOUBLE UP AND RIGHT
-punctuation \x255b 123456		BOX DRAWINGS UP SINGLE AND LEFT DOUBLE
-punctuation \x255c 123456		BOX DRAWINGS UP DOUBLE AND LEFT SINGLE
-punctuation \x255d 123456		BOX DRAWINGS DOUBLE UP AND LEFT
-punctuation \x255e 12345678		BOX DRAWINGS VERTICAL SINGLE AND RIGHT DOUBLE
-punctuation \x255f 12345678		BOX DRAWINGS VERTICAL DOUBLE AND RIGHT SINGLE
-punctuation \x2560 12345678		BOX DRAWINGS DOUBLE VERTICAL AND RIGHT
-punctuation \x2561 12345678		BOX DRAWINGS VERTICAL SINGLE AND LEFT DOUBLE
-punctuation \x2562 12345678		BOX DRAWINGS VERTICAL DOUBLE AND LEFT SINGLE
-punctuation \x2563 12345678		BOX DRAWINGS DOUBLE VERTICAL AND LEFT
-punctuation \x2564 235678		BOX DRAWINGS DOWN SINGLE AND HORIZONTAL DOUBLE
-punctuation \x2565 235678		BOX DRAWINGS DOWN DOUBLE AND HORIZONTAL SINGLE
-punctuation \x2566 235678		BOX DRAWINGS DOUBLE DOWN AND HORIZONTAL
-punctuation \x2567 123456		BOX DRAWINGS UP SINGLE AND HORIZONTAL DOUBLE
-punctuation \x2568 123456		BOX DRAWINGS UP DOUBLE AND HORIZONTAL SINGLE
-punctuation \x2569 123456		BOX DRAWINGS DOUBLE UP AND HORIZONTAL
-punctuation \x256a 12345678		BOX DRAWINGS VERTICAL SINGLE AND HORIZONTAL DOUBLE
-punctuation \x256b 12345678		BOX DRAWINGS VERTICAL DOUBLE AND HORIZONTAL SINGLE
-punctuation \x256c 12345678		BOX DRAWINGS DOUBLE VERTICAL AND HORIZONTAL
-punctuation \x256d 235678		BOX DRAWINGS LIGHT ARC DOWN AND RIGHT
-punctuation \x256e 235678		BOX DRAWINGS LIGHT ARC DOWN AND LEFT
-punctuation \x256f 123456		BOX DRAWINGS LIGHT ARC UP AND LEFT
-punctuation \x2570 123456		BOX DRAWINGS LIGHT ARC UP AND RIGHT
-punctuation \x2571 47		BOX DRAWINGS LIGHT DIAGONAL UPPER RIGHT TO LOWER LEFT
-punctuation \x2572 18		BOX DRAWINGS LIGHT DIAGONAL UPPER LEFT TO LOWER RIGHT
-punctuation \x2573 1478		BOX DRAWINGS LIGHT DIAGONAL CROSS
-punctuation \x2574 2356		BOX DRAWINGS LIGHT LEFT
-punctuation \x2575 123456		BOX DRAWINGS LIGHT UP
-punctuation \x2576 2356		BOX DRAWINGS LIGHT RIGHT
-punctuation \x2577 235678		BOX DRAWINGS LIGHT DOWN
-punctuation \x2578 2356		BOX DRAWINGS HEAVY LEFT
-punctuation \x2579 123456		BOX DRAWINGS HEAVY UP
-punctuation \x257a 2356		BOX DRAWINGS HEAVY RIGHT
-punctuation \x257b 235678		BOX DRAWINGS HEAVY DOWN
-punctuation \x257c 2356		BOX DRAWINGS LIGHT LEFT AND HEAVY RIGHT
-punctuation \x257d 12345678		BOX DRAWINGS LIGHT UP AND HEAVY DOWN
-punctuation \x257e 2356		BOX DRAWINGS HEAVY LEFT AND LIGHT RIGHT
-punctuation \x257f 12345678		BOX DRAWINGS HEAVY UP AND LIGHT DOWN
-#-display-name: Bengali braille
-
-#+locale:bn
-#+type:literary
-#+grade:1
-
-# TODO: Please correct the metadata above. It is not meant to be
-# accurate nor complete. It hasn't been verified by the table
-# author yet. It is merely an attempt by the liblouis maintainers
-# to get some sensible initial values in place.
-
-# TODO: Please add a reference to official documentation about
-# the implemented braille code. Preferably submit the documents
-# to https://github.com/liblouis/braille-specs.
-
-include spaces.ctb
-include be-in-g1.utb
-include braille-patterns.cti
-# liblouis: Swiss German Grade 0 Braille
-#
-# -----------
-#-name: Schweizerdeutsche Basisschrift
-#-display-name: Swiss High German uncontracted braille
-#
-#+locale:de-CH
-#+type:literary
-#+contraction:no
-#+grade:0
-#
-# TODO: Please correct the metadata above. It is not meant to be
-# accurate nor complete. It hasn't been verified by the table
-# author yet. It is merely an attempt by the liblouis maintainers
-# to get some sensible initial values in place.
-#
-# TODO: Please add a reference to official documentation about
-# the implemented braille code. Preferably submit the documents
-# to https://github.com/liblouis/braille-specs.
-# ------------
-#
-#  Copyright (C) 2009 SBS Schweizerische Bibliothek für Blinde und Sehbehinderte
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-#
-#-------------------------------------------------------------------------------
-#
-#  DEUTSCHE BASISSCHRIFT - German Grade 0 Braille - Switzerland
-#
-#  Version 11-17-09
-#  christian.waldvogel@sbszh.ch
-#
-#-------------------------------------------------------------------------------
-
-
-include de-eurobrl6u.dis
-include de-chardefs6.cti
-include de-ch-accents.cti
-include de-de-accents.cti
-include de-g0-core.uti
-#-display-name: Canadian English computer braille
-
-#+locale:en-CA
-#+type:computer
-#+dots:8
-#+hyphenation:yes
-
-# TODO: Please correct the metadata above. It is not meant to be
-# accurate nor complete. It hasn't been verified by the table
-# author yet. It is merely an attempt by the liblouis maintainers
-# to get some sensible initial values in place.
-
-# TODO: Please add a reference to official documentation about
-# the implemented braille code. Preferably submit the documents
-# to https://github.com/liblouis/braille-specs.
-
-include en_CA.ctb
-include hyph_en_US.dic
-include braille-patterns.cti
-#  Copyright (C) 2010 Leon Ungier <Leon.Ungier@ViewPlus.com>, 
-#  Copyright (C) 2010 Samuel Thibault <samuel.thibault@ens-lyon.org>
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-
-# Table for Bihari
-include devanagari.cti
-include text_nabcc.dis
-# liblouis: sub table for digits, 8 dots
-#
-#  Copyright (C) 2012-2014 Mesar Hameed <mesar.hameed@gmail.com>
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-
-digit 0 2458
-digit 1 18
-digit 2 128
-digit 3 148
-digit 4 1458
-digit 5 158
-digit 6 1248
-digit 7 12458
-digit 8 1258
-digit 9 248
-# liblouis: Korean (Characters)
-#
-# Based on the braille contraction table in BRLTTY
-#
-#  Copyright (C) 1995-2012 by The BRLTTY Team.
-#  Copyright (C) 2012 by Samuel Thibault <samuel.thibault@ens-lyon.org>
-#  Copyright (C) 2012 by Mesar Hameed <mhameed@src.gnome.org>
-#  Copyright (C) 2013-2014 by Joseph Lee <joseph.lee22590@gmail.com>
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-
-# This is missing CHITUEUM*, CEONGCHIEUMSIOS, PANSIOS, YESIEUNG, RINHIEUH and
-# ARAEA for which I couldn't find documentation.  Please contact me to fix
-# anything, as this table was generated from a C program.
-
-#A dictionary of individual Korean characters and their dot representations.
-#This will be merged into base Korean tables for both old set (ko.cti) and new 2006 edition (ko-2006.cti).
-# This dictionary also includes basic translation rules to be applied in both grades 1 and 2.
-
-sign ᄀ 4
-sign ᄁ 6-4
-sign ᄂ 14
-sign ᄃ 24
-sign ᄄ 6-24
-sign ᄅ 5
-sign ᄆ 15
-sign ᄇ 45
-sign ᄈ 6-45
-sign ᄉ 6
-sign ᄊ 6-6
-sign ᄋ 2356
-sign ᄌ 46
-sign ᄍ 6-46
-sign ᄎ 56
-sign ᄏ 124
-sign ᄐ 125
-sign ᄑ 145
-sign ᄒ 245
-sign ᄓ 14-4
-sign ᄔ 14-14
-sign ᄕ 14-24
-sign ᄖ 14-45
-sign ᄗ 24-4
-sign ᄘ 5-14
-sign ᄙ 5-5
-sign ᄚ 5-245
-sign ᄛ 5
-sign ᄜ 15-45
-sign ᄝ 15
-sign ᄞ 45-4
-sign ᄟ 45-14
-sign ᄠ 45-24
-sign ᄡ 45-6
-sign ᄢ 45-6-4
-sign ᄣ 45-6-24
-sign ᄤ 45-6-45
-sign ᄥ 45-6-6
-sign ᄦ 45-6-46
-sign ᄧ 45-46
-sign ᄨ 45-56
-sign ᄩ 45-125
-sign ᄪ 45-145
-sign ᄫ 45
-sign ᄬ 45-45
-sign ᄭ 6-4
-sign ᄮ 6-14
-sign ᄯ 6-24
-sign ᄰ 6-5
-sign ᄱ 6-15
-sign ᄲ 6-45
-sign ᄳ 6-45-4
-sign ᄴ 6-6-6
-sign ᄵ 6-2356
-sign ᄶ 6-46
-sign ᄷ 6-56
-sign ᄸ 6-124
-sign ᄹ 6-125
-sign ᄺ 6-145
-sign ᄻ 6-245
-sign ᅁ 4
-sign ᅂ 24
-sign ᅃ 15
-sign ᅄ 45
-sign ᅅ 6
-sign ᅇ 2356-2356
-sign ᅈ 46
-sign ᅉ 56
-sign ᅊ 125
-sign ᅋ 145
-sign ᅍ 46-2356
-sign ᅒ 56-124
-sign ᅓ 56-245
-sign ᅖ 145-45
-sign ᅗ 145
-sign ᅘ 245-245
-sign ᅟ 0
-sign ᅠ 0
-sign ᅡ 126
-sign ᅢ 1235
-sign ᅣ 345
-sign ᅤ 345-1235
-sign ᅥ 234
-sign ᅦ 1345
-sign ᅧ 156
-sign ᅨ 34
-sign ᅩ 136
-sign ᅪ 1236
-sign ᅫ 1236-1235
-sign ᅬ 13456
-sign ᅭ 346
-sign ᅮ 134
-sign ᅯ 1234
-sign ᅰ 1234-1235
-sign ᅱ 134-1235
-sign ᅲ 146
-sign ᅳ 246
-sign ᅴ 2456
-sign ᅵ 135
-sign ᅶ 126-136
-sign ᅷ 126-134
-sign ᅸ 345-136
-sign ᅹ 345-346
-sign ᅺ 234-136
-sign ᅻ 234-134
-sign ᅼ 234-246
-sign ᅽ 156-136
-sign ᅾ 156-134
-sign ᅿ 136-234
-sign ᆀ 136-1345
-sign ᆁ 136-34
-sign ᆂ 136-136
-sign ᆃ 136-134
-sign ᆄ 346-345
-sign ᆅ 346-345-1235
-sign ᆆ 346-156
-sign ᆇ 346-136
-sign ᆈ 346-135
-sign ᆉ 134-126
-sign ᆊ 134-1235
-sign ᆋ 134-234-246
-sign ᆌ 134-34
-sign ᆍ 134-134
-sign ᆎ 146-126
-sign ᆏ 146-234
-sign ᆐ 146-1345
-sign ᆑ 146-156
-sign ᆒ 146-34
-sign ᆓ 146-134
-sign ᆔ 146-135
-sign ᆕ 246-134
-sign ᆖ 246-246
-sign ᆗ 2456-134
-sign ᆘ 135-126
-sign ᆙ 135-345
-sign ᆚ 135-136
-sign ᆛ 135-134
-sign ᆜ 135-246
-sign ᆨ 1
-sign ᆩ 1-1
-sign ᆪ 1-3
-sign ᆫ 25
-sign ᆬ 25-13
-sign ᆭ 25-356
-sign ᆮ 35
-sign ᆯ 2
-sign ᆰ 2-1
-sign ᆱ 2-26
-sign ᆲ 2-12
-sign ᆳ 2-3
-sign ᆴ 2-236
-sign ᆵ 2-256
-sign ᆶ 2-356
-sign ᆷ 26
-sign ᆸ 12
-sign ᆹ 12-3
-sign ᆺ 3
-sign ᆻ 3-4
-sign ᆼ 2356
-sign ᆽ 13
-sign ᆾ 23
-sign ᆿ 235
-sign ᇀ 236
-sign ᇁ 256
-sign ᇂ 356
-sign ᇃ 1-2
-sign ᇄ 1-3-1
-sign ᇅ 25-1
-sign ᇆ 25-35
-sign ᇇ 25-3
-sign ᇉ 25-236
-sign ᇊ 35-1
-sign ᇋ 35-2
-sign ᇌ 2-1-3
-sign ᇍ 2-25
-sign ᇎ 2-35
-sign ᇏ 2-35-356
-sign ᇐ 2-2
-sign ᇑ 2-26-1
-sign ᇒ 2-26-3
-sign ᇓ 2-12-3
-sign ᇔ 2-12-356
-sign ᇕ 2-12
-sign ᇖ 2-34
-sign ᇘ 2-235
-sign ᇚ 26-1
-sign ᇛ 26-2
-sign ᇜ 26-12
-sign ᇝ 26-3
-sign ᇞ 26-34
-sign ᇠ 26-23
-sign ᇡ 26-356
-sign ᇢ 26
-sign ᇣ 12-2
-sign ᇤ 12-256
-sign ᇥ 12-356
-sign ᇦ 12
-sign ᇧ 3-1
-sign ᇨ 3-35
-sign ᇩ 3-2
-sign ᇪ 3-12
-sign ᇬ 1
-sign ᇭ 1-1
-sign ᇮ 2356-2356
-sign ᇯ 235
-sign ᇳ 256-12
-sign ᇴ 256
-sign ᇵ 356-25
-sign ᇶ 356-2
-sign ᇷ 356-26
-sign ᇸ 356-12
-sign ㄱ 4
-sign ㄲ 6-4
-sign ㄳ 4-6
-sign ㄴ 14
-sign ㄵ 14-46
-sign ㄶ 14-245
-sign ㄷ 24
-sign ㄸ 6-24
-sign ㄹ 5
-sign ㄺ 5-4
-sign ㄻ 5-15
-sign ㄼ 5-45
-sign ㄽ 5-6
-sign ㄾ 5-125
-sign ㄿ 5-145
-sign ㅀ 5-245
-sign ㅁ 15
-sign ㅂ 45
-sign ㅃ 6-45
-sign ㅄ 45-6
-sign ㅅ 6
-sign ㅆ 6-6
-sign ㅇ 1245
-sign ㅈ 46
-sign ㅉ 6-46
-sign ㅊ 56
-sign ㅋ 124
-sign ㅌ 125
-sign ㅍ 145
-sign ㅎ 245
-sign ㅏ 126
-sign ㅐ 1235
-sign ㅑ 345
-sign ㅒ 345-1235
-sign ㅓ 234
-sign ㅔ 1345
-sign ㅕ 156
-sign ㅖ 34
-sign ㅗ 136
-sign ㅘ 1236
-sign ㅙ 1236-1235
-sign ㅚ 13456
-sign ㅛ 346
-sign ㅜ 134
-sign ㅝ 1234
-sign ㅞ 1234-1235
-sign ㅟ 134-1235
-sign ㅠ 146
-sign ㅡ 246
-sign ㅢ 2456
-sign ㅣ 135
-sign ㅤ 0
-sign ㅥ 25-25
-sign ㅦ 25-35
-sign ㅧ 25-3
-sign ㅩ 2-1-3
-sign ㅪ 2-35
-sign ㅫ 2-12-3
-sign ㅮ 26-12
-sign ㅯ 26-3
-sign ㅱ 26
-sign ㅲ 12-1
-sign ㅳ 12-35
-sign ㅴ 12-3-1
-sign ㅵ 12-345
-sign ㅶ 12-13
-sign ㅷ 12-236
-sign ㅸ 12
-sign ㅹ 12-12
-sign ㅺ 3-1
-sign ㅻ 3-25
-sign ㅼ 3-35
-sign ㅽ 3-12
-sign ㅾ 3-13
-sign ㆀ 2356-2356
-sign ㆄ 256
-sign ㆅ 356-356
-sign ㆇ 346-345
-sign ㆈ 346-345-1235
-sign ㆉ 346-135
-sign ㆊ 146-156
-sign ㆋ 146-34
-sign ㆌ 146-135
-sign ㈀ 1
-sign ㈁ 25
-sign ㈂ 35
-sign ㈃ 2
-sign ㈄ 26
-sign ㈅ 12
-sign ㈆ 3
-sign ㈇ 2356
-sign ㈈ 13
-sign ㈉ 23
-sign ㈊ 235
-sign ㈋ 236
-sign ㈌ 256
-sign ㈍ 356
-sign ㈎ 1-126
-sign ㈏ 25-126
-sign ㈐ 35-126
-sign ㈑ 2-126
-sign ㈒ 26-126
-sign ㈓ 12-126
-sign ㈔ 3-126
-sign ㈕ 126
-sign ㈖ 13-126
-sign ㈗ 23-126
-sign ㈘ 235-126
-sign ㈙ 236-126
-sign ㈚ 256-126
-sign ㈛ 356-126
-sign ㈜ 13-134
-sign ㉠ 1
-sign ㉡ 25
-sign ㉢ 35
-sign ㉣ 2
-sign ㉤ 26
-sign ㉥ 12
-sign ㉦ 3
-sign ㉧ 2356
-sign ㉨ 13
-sign ㉩ 23
-sign ㉪ 235
-sign ㉫ 236
-sign ㉬ 256
-sign ㉭ 356
-sign ㉮ 1-126
-sign ㉯ 25-126
-sign ㉰ 35-126
-sign ㉱ 2-126
-sign ㉲ 26-126
-sign ㉳ 12-126
-sign ㉴ 3-126
-sign ㉵ 126
-sign ㉶ 13-126
-sign ㉷ 23-126
-sign ㉸ 235-126
-sign ㉹ 236-126
-sign ㉺ 256-126
-sign ㉻ 356-126
-sign 가 4-126
-sign 각 4-126-1
-sign 갂 4-126-1-1
-sign 갃 4-126-1-3
-sign 간 4-126-25
-sign 갅 4-126-25-13
-sign 갆 4-126-25-356
-sign 갇 4-126-35
-sign 갈 4-126-2
-sign 갉 4-126-2-1
-sign 갊 4-126-2-26
-sign 갋 4-126-2-12
-sign 갌 4-126-2-3
-sign 갍 4-126-2-236
-sign 갎 4-126-2-256
-sign 갏 4-126-2-356
-sign 감 4-126-26
-sign 갑 4-126-12
-sign 값 4-126-12-3
-sign 갓 4-126-3
-sign 갔 4-126-34
-sign 강 4-126-2356
-sign 갖 4-126-13
-sign 갗 4-126-23
-sign 갘 4-126-235
-sign 같 4-126-236
-sign 갚 4-126-256
-sign 갛 4-126-356
-sign 개 4-1235
-sign 객 4-1235-1
-sign 갞 4-1235-1-1
-sign 갟 4-1235-1-3
-sign 갠 4-1235-25
-sign 갡 4-1235-25-13
-sign 갢 4-1235-25-356
-sign 갣 4-1235-35
-sign 갤 4-1235-2
-sign 갥 4-1235-2-1
-sign 갦 4-1235-2-26
-sign 갧 4-1235-2-12
-sign 갨 4-1235-2-3
-sign 갩 4-1235-2-236
-sign 갪 4-1235-2-256
-sign 갫 4-1235-2-356
-sign 갬 4-1235-26
-sign 갭 4-1235-12
-sign 갮 4-1235-12-3
-sign 갯 4-1235-3
-sign 갰 4-1235-34
-sign 갱 4-1235-2356
-sign 갲 4-1235-13
-sign 갳 4-1235-23
-sign 갴 4-1235-235
-sign 갵 4-1235-236
-sign 갶 4-1235-256
-sign 갷 4-1235-356
-sign 갸 4-345
-sign 갹 4-345-1
-sign 갺 4-345-1-1
-sign 갻 4-345-1-3
-sign 갼 4-345-25
-sign 갽 4-345-25-13
-sign 갾 4-345-25-356
-sign 갿 4-345-35
-sign 걀 4-345-2
-sign 걁 4-345-2-1
-sign 걂 4-345-2-26
-sign 걃 4-345-2-12
-sign 걄 4-345-2-3
-sign 걅 4-345-2-236
-sign 걆 4-345-2-256
-sign 걇 4-345-2-356
-sign 걈 4-345-26
-sign 걉 4-345-12
-sign 걊 4-345-12-3
-sign 걋 4-345-3
-sign 걌 4-345-34
-sign 걍 4-345-2356
-sign 걎 4-345-13
-sign 걏 4-345-23
-sign 걐 4-345-235
-sign 걑 4-345-236
-sign 걒 4-345-256
-sign 걓 4-345-356
-sign 걔 4-345-1235
-sign 걕 4-345-1235-1
-sign 걖 4-345-1235-1-1
-sign 걗 4-345-1235-1-3
-sign 걘 4-345-1235-25
-sign 걙 4-345-1235-25-13
-sign 걚 4-345-1235-25-356
-sign 걛 4-345-1235-35
-sign 걜 4-345-1235-2
-sign 걝 4-345-1235-2-1
-sign 걞 4-345-1235-2-26
-sign 걟 4-345-1235-2-12
-sign 걠 4-345-1235-2-3
-sign 걡 4-345-1235-2-236
-sign 걢 4-345-1235-2-256
-sign 걣 4-345-1235-2-356
-sign 걤 4-345-1235-26
-sign 걥 4-345-1235-12
-sign 걦 4-345-1235-12-3
-sign 걧 4-345-1235-3
-sign 걨 4-345-1235-34
-sign 걩 4-345-1235-2356
-sign 걪 4-345-1235-13
-sign 걫 4-345-1235-23
-sign 걬 4-345-1235-235
-sign 걭 4-345-1235-236
-sign 걮 4-345-1235-256
-sign 걯 4-345-1235-356
-sign 거 4-234
-sign 걱 4-234-1
-sign 걲 4-234-1-1
-sign 걳 4-234-1-3
-sign 건 4-234-25
-sign 걵 4-234-25-13
-sign 걶 4-234-25-356
-sign 걷 4-234-35
-sign 걸 4-234-2
-sign 걹 4-234-2-1
-sign 걺 4-234-2-26
-sign 걻 4-234-2-12
-sign 걼 4-234-2-3
-sign 걽 4-234-2-236
-sign 걾 4-234-2-256
-sign 걿 4-234-2-356
-sign 검 4-234-26
-sign 겁 4-234-12
-sign 겂 4-234-12-3
-sign 것 4-234-3
-sign 겄 4-234-34
-sign 겅 4-234-2356
-sign 겆 4-234-13
-sign 겇 4-234-23
-sign 겈 4-234-235
-sign 겉 4-234-236
-sign 겊 4-234-256
-sign 겋 4-234-356
-sign 게 4-1345
-sign 겍 4-1345-1
-sign 겎 4-1345-1-1
-sign 겏 4-1345-1-3
-sign 겐 4-1345-25
-sign 겑 4-1345-25-13
-sign 겒 4-1345-25-356
-sign 겓 4-1345-35
-sign 겔 4-1345-2
-sign 겕 4-1345-2-1
-sign 겖 4-1345-2-26
-sign 겗 4-1345-2-12
-sign 겘 4-1345-2-3
-sign 겙 4-1345-2-236
-sign 겚 4-1345-2-256
-sign 겛 4-1345-2-356
-sign 겜 4-1345-26
-sign 겝 4-1345-12
-sign 겞 4-1345-12-3
-sign 겟 4-1345-3
-sign 겠 4-1345-34
-sign 겡 4-1345-2356
-sign 겢 4-1345-13
-sign 겣 4-1345-23
-sign 겤 4-1345-235
-sign 겥 4-1345-236
-sign 겦 4-1345-256
-sign 겧 4-1345-356
-sign 겨 4-156
-sign 격 4-156-1
-sign 겪 4-156-1-1
-sign 겫 4-156-1-3
-sign 견 4-156-25
-sign 겭 4-156-25-13
-sign 겮 4-156-25-356
-sign 겯 4-156-35
-sign 결 4-156-2
-sign 겱 4-156-2-1
-sign 겲 4-156-2-26
-sign 겳 4-156-2-12
-sign 겴 4-156-2-3
-sign 겵 4-156-2-236
-sign 겶 4-156-2-256
-sign 겷 4-156-2-356
-sign 겸 4-156-26
-sign 겹 4-156-12
-sign 겺 4-156-12-3
-sign 겻 4-156-3
-sign 겼 4-156-34
-sign 경 4-156-2356
-sign 겾 4-156-13
-sign 겿 4-156-23
-sign 곀 4-156-235
-sign 곁 4-156-236
-sign 곂 4-156-256
-sign 곃 4-156-356
-sign 계 4-34
-sign 곅 4-34-1
-sign 곆 4-34-1-1
-sign 곇 4-34-1-3
-sign 곈 4-34-25
-sign 곉 4-34-25-13
-sign 곊 4-34-25-356
-sign 곋 4-34-35
-sign 곌 4-34-2
-sign 곍 4-34-2-1
-sign 곎 4-34-2-26
-sign 곏 4-34-2-12
-sign 곐 4-34-2-3
-sign 곑 4-34-2-236
-sign 곒 4-34-2-256
-sign 곓 4-34-2-356
-sign 곔 4-34-26
-sign 곕 4-34-12
-sign 곖 4-34-12-3
-sign 곗 4-34-3
-sign 곘 4-34-34
-sign 곙 4-34-2356
-sign 곚 4-34-13
-sign 곛 4-34-23
-sign 곜 4-34-235
-sign 곝 4-34-236
-sign 곞 4-34-256
-sign 곟 4-34-356
-sign 고 4-136
-sign 곡 4-136-1
-sign 곢 4-136-1-1
-sign 곣 4-136-1-3
-sign 곤 4-136-25
-sign 곥 4-136-25-13
-sign 곦 4-136-25-356
-sign 곧 4-136-35
-sign 골 4-136-2
-sign 곩 4-136-2-1
-sign 곪 4-136-2-26
-sign 곫 4-136-2-12
-sign 곬 4-136-2-3
-sign 곭 4-136-2-236
-sign 곮 4-136-2-256
-sign 곯 4-136-2-356
-sign 곰 4-136-26
-sign 곱 4-136-12
-sign 곲 4-136-12-3
-sign 곳 4-136-3
-sign 곴 4-136-34
-sign 공 4-136-2356
-sign 곶 4-136-13
-sign 곷 4-136-23
-sign 곸 4-136-235
-sign 곹 4-136-236
-sign 곺 4-136-256
-sign 곻 4-136-356
-sign 과 4-1236
-sign 곽 4-1236-1
-sign 곾 4-1236-1-1
-sign 곿 4-1236-1-3
-sign 관 4-1236-25
-sign 괁 4-1236-25-13
-sign 괂 4-1236-25-356
-sign 괃 4-1236-35
-sign 괄 4-1236-2
-sign 괅 4-1236-2-1
-sign 괆 4-1236-2-26
-sign 괇 4-1236-2-12
-sign 괈 4-1236-2-3
-sign 괉 4-1236-2-236
-sign 괊 4-1236-2-256
-sign 괋 4-1236-2-356
-sign 괌 4-1236-26
-sign 괍 4-1236-12
-sign 괎 4-1236-12-3
-sign 괏 4-1236-3
-sign 괐 4-1236-34
-sign 광 4-1236-2356
-sign 괒 4-1236-13
-sign 괓 4-1236-23
-sign 괔 4-1236-235
-sign 괕 4-1236-236
-sign 괖 4-1236-256
-sign 괗 4-1236-356
-sign 괘 4-1236-1235
-sign 괙 4-1236-1235-1
-sign 괚 4-1236-1235-1-1
-sign 괛 4-1236-1235-1-3
-sign 괜 4-1236-1235-25
-sign 괝 4-1236-1235-25-13
-sign 괞 4-1236-1235-25-356
-sign 괟 4-1236-1235-35
-sign 괠 4-1236-1235-2
-sign 괡 4-1236-1235-2-1
-sign 괢 4-1236-1235-2-26
-sign 괣 4-1236-1235-2-12
-sign 괤 4-1236-1235-2-3
-sign 괥 4-1236-1235-2-236
-sign 괦 4-1236-1235-2-256
-sign 괧 4-1236-1235-2-356
-sign 괨 4-1236-1235-26
-sign 괩 4-1236-1235-12
-sign 괪 4-1236-1235-12-3
-sign 괫 4-1236-1235-3
-sign 괬 4-1236-1235-34
-sign 괭 4-1236-1235-2356
-sign 괮 4-1236-1235-13
-sign 괯 4-1236-1235-23
-sign 괰 4-1236-1235-235
-sign 괱 4-1236-1235-236
-sign 괲 4-1236-1235-256
-sign 괳 4-1236-1235-356
-sign 괴 4-13456
-sign 괵 4-13456-1
-sign 괶 4-13456-1-1
-sign 괷 4-13456-1-3
-sign 괸 4-13456-25
-sign 괹 4-13456-25-13
-sign 괺 4-13456-25-356
-sign 괻 4-13456-35
-sign 괼 4-13456-2
-sign 괽 4-13456-2-1
-sign 괾 4-13456-2-26
-sign 괿 4-13456-2-12
-sign 굀 4-13456-2-3
-sign 굁 4-13456-2-236
-sign 굂 4-13456-2-256
-sign 굃 4-13456-2-356
-sign 굄 4-13456-26
-sign 굅 4-13456-12
-sign 굆 4-13456-12-3
-sign 굇 4-13456-3
-sign 굈 4-13456-34
-sign 굉 4-13456-2356
-sign 굊 4-13456-13
-sign 굋 4-13456-23
-sign 굌 4-13456-235
-sign 굍 4-13456-236
-sign 굎 4-13456-256
-sign 굏 4-13456-356
-sign 교 4-346
-sign 굑 4-346-1
-sign 굒 4-346-1-1
-sign 굓 4-346-1-3
-sign 굔 4-346-25
-sign 굕 4-346-25-13
-sign 굖 4-346-25-356
-sign 굗 4-346-35
-sign 굘 4-346-2
-sign 굙 4-346-2-1
-sign 굚 4-346-2-26
-sign 굛 4-346-2-12
-sign 굜 4-346-2-3
-sign 굝 4-346-2-236
-sign 굞 4-346-2-256
-sign 굟 4-346-2-356
-sign 굠 4-346-26
-sign 굡 4-346-12
-sign 굢 4-346-12-3
-sign 굣 4-346-3
-sign 굤 4-346-34
-sign 굥 4-346-2356
-sign 굦 4-346-13
-sign 굧 4-346-23
-sign 굨 4-346-235
-sign 굩 4-346-236
-sign 굪 4-346-256
-sign 굫 4-346-356
-sign 구 4-134
-sign 국 4-134-1
-sign 굮 4-134-1-1
-sign 굯 4-134-1-3
-sign 군 4-134-25
-sign 굱 4-134-25-13
-sign 굲 4-134-25-356
-sign 굳 4-134-35
-sign 굴 4-134-2
-sign 굵 4-134-2-1
-sign 굶 4-134-2-26
-sign 굷 4-134-2-12
-sign 굸 4-134-2-3
-sign 굹 4-134-2-236
-sign 굺 4-134-2-256
-sign 굻 4-134-2-356
-sign 굼 4-134-26
-sign 굽 4-134-12
-sign 굾 4-134-12-3
-sign 굿 4-134-3
-sign 궀 4-134-34
-sign 궁 4-134-2356
-sign 궂 4-134-13
-sign 궃 4-134-23
-sign 궄 4-134-235
-sign 궅 4-134-236
-sign 궆 4-134-256
-sign 궇 4-134-356
-sign 궈 4-1234
-sign 궉 4-1234-1
-sign 궊 4-1234-1-1
-sign 궋 4-1234-1-3
-sign 권 4-1234-25
-sign 궍 4-1234-25-13
-sign 궎 4-1234-25-356
-sign 궏 4-1234-35
-sign 궐 4-1234-2
-sign 궑 4-1234-2-1
-sign 궒 4-1234-2-26
-sign 궓 4-1234-2-12
-sign 궔 4-1234-2-3
-sign 궕 4-1234-2-236
-sign 궖 4-1234-2-256
-sign 궗 4-1234-2-356
-sign 궘 4-1234-26
-sign 궙 4-1234-12
-sign 궚 4-1234-12-3
-sign 궛 4-1234-3
-sign 궜 4-1234-34
-sign 궝 4-1234-2356
-sign 궞 4-1234-13
-sign 궟 4-1234-23
-sign 궠 4-1234-235
-sign 궡 4-1234-236
-sign 궢 4-1234-256
-sign 궣 4-1234-356
-sign 궤 4-1234-1235
-sign 궥 4-1234-1235-1
-sign 궦 4-1234-1235-1-1
-sign 궧 4-1234-1235-1-3
-sign 궨 4-1234-1235-25
-sign 궩 4-1234-1235-25-13
-sign 궪 4-1234-1235-25-356
-sign 궫 4-1234-1235-35
-sign 궬 4-1234-1235-2
-sign 궭 4-1234-1235-2-1
-sign 궮 4-1234-1235-2-26
-sign 궯 4-1234-1235-2-12
-sign 궰 4-1234-1235-2-3
-sign 궱 4-1234-1235-2-236
-sign 궲 4-1234-1235-2-256
-sign 궳 4-1234-1235-2-356
-sign 궴 4-1234-1235-26
-sign 궵 4-1234-1235-12
-sign 궶 4-1234-1235-12-3
-sign 궷 4-1234-1235-3
-sign 궸 4-1234-1235-34
-sign 궹 4-1234-1235-2356
-sign 궺 4-1234-1235-13
-sign 궻 4-1234-1235-23
-sign 궼 4-1234-1235-235
-sign 궽 4-1234-1235-236
-sign 궾 4-1234-1235-256
-sign 궿 4-1234-1235-356
-sign 귀 4-134-1235
-sign 귁 4-134-1235-1
-sign 귂 4-134-1235-1-1
-sign 귃 4-134-1235-1-3
-sign 귄 4-134-1235-25
-sign 귅 4-134-1235-25-13
-sign 귆 4-134-1235-25-356
-sign 귇 4-134-1235-35
-sign 귈 4-134-1235-2
-sign 귉 4-134-1235-2-1
-sign 귊 4-134-1235-2-26
-sign 귋 4-134-1235-2-12
-sign 귌 4-134-1235-2-3
-sign 귍 4-134-1235-2-236
-sign 귎 4-134-1235-2-256
-sign 귏 4-134-1235-2-356
-sign 귐 4-134-1235-26
-sign 귑 4-134-1235-12
-sign 귒 4-134-1235-12-3
-sign 귓 4-134-1235-3
-sign 귔 4-134-1235-34
-sign 귕 4-134-1235-2356
-sign 귖 4-134-1235-13
-sign 귗 4-134-1235-23
-sign 귘 4-134-1235-235
-sign 귙 4-134-1235-236
-sign 귚 4-134-1235-256
-sign 귛 4-134-1235-356
-sign 규 4-146
-sign 귝 4-146-1
-sign 귞 4-146-1-1
-sign 귟 4-146-1-3
-sign 균 4-146-25
-sign 귡 4-146-25-13
-sign 귢 4-146-25-356
-sign 귣 4-146-35
-sign 귤 4-146-2
-sign 귥 4-146-2-1
-sign 귦 4-146-2-26
-sign 귧 4-146-2-12
-sign 귨 4-146-2-3
-sign 귩 4-146-2-236
-sign 귪 4-146-2-256
-sign 귫 4-146-2-356
-sign 귬 4-146-26
-sign 귭 4-146-12
-sign 귮 4-146-12-3
-sign 귯 4-146-3
-sign 귰 4-146-34
-sign 귱 4-146-2356
-sign 귲 4-146-13
-sign 귳 4-146-23
-sign 귴 4-146-235
-sign 귵 4-146-236
-sign 귶 4-146-256
-sign 귷 4-146-356
-sign 그 4-246
-sign 극 4-246-1
-sign 귺 4-246-1-1
-sign 귻 4-246-1-3
-sign 근 4-246-25
-sign 귽 4-246-25-13
-sign 귾 4-246-25-356
-sign 귿 4-246-35
-sign 글 4-246-2
-sign 긁 4-246-2-1
-sign 긂 4-246-2-26
-sign 긃 4-246-2-12
-sign 긄 4-246-2-3
-sign 긅 4-246-2-236
-sign 긆 4-246-2-256
-sign 긇 4-246-2-356
-sign 금 4-246-26
-sign 급 4-246-12
-sign 긊 4-246-12-3
-sign 긋 4-246-3
-sign 긌 4-246-34
-sign 긍 4-246-2356
-sign 긎 4-246-13
-sign 긏 4-246-23
-sign 긐 4-246-235
-sign 긑 4-246-236
-sign 긒 4-246-256
-sign 긓 4-246-356
-sign 긔 4-2456
-sign 긕 4-2456-1
-sign 긖 4-2456-1-1
-sign 긗 4-2456-1-3
-sign 긘 4-2456-25
-sign 긙 4-2456-25-13
-sign 긚 4-2456-25-356
-sign 긛 4-2456-35
-sign 긜 4-2456-2
-sign 긝 4-2456-2-1
-sign 긞 4-2456-2-26
-sign 긟 4-2456-2-12
-sign 긠 4-2456-2-3
-sign 긡 4-2456-2-236
-sign 긢 4-2456-2-256
-sign 긣 4-2456-2-356
-sign 긤 4-2456-26
-sign 긥 4-2456-12
-sign 긦 4-2456-12-3
-sign 긧 4-2456-3
-sign 긨 4-2456-34
-sign 긩 4-2456-2356
-sign 긪 4-2456-13
-sign 긫 4-2456-23
-sign 긬 4-2456-235
-sign 긭 4-2456-236
-sign 긮 4-2456-256
-sign 긯 4-2456-356
-sign 기 4-135
-sign 긱 4-135-1
-sign 긲 4-135-1-1
-sign 긳 4-135-1-3
-sign 긴 4-135-25
-sign 긵 4-135-25-13
-sign 긶 4-135-25-356
-sign 긷 4-135-35
-sign 길 4-135-2
-sign 긹 4-135-2-1
-sign 긺 4-135-2-26
-sign 긻 4-135-2-12
-sign 긼 4-135-2-3
-sign 긽 4-135-2-236
-sign 긾 4-135-2-256
-sign 긿 4-135-2-356
-sign 김 4-135-26
-sign 깁 4-135-12
-sign 깂 4-135-12-3
-sign 깃 4-135-3
-sign 깄 4-135-34
-sign 깅 4-135-2356
-sign 깆 4-135-13
-sign 깇 4-135-23
-sign 깈 4-135-235
-sign 깉 4-135-236
-sign 깊 4-135-256
-sign 깋 4-135-356
-sign 까 6-4-126
-sign 깍 6-4-126-1
-sign 깎 6-4-126-1-1
-sign 깏 6-4-126-1-3
-sign 깐 6-4-126-25
-sign 깑 6-4-126-25-13
-sign 깒 6-4-126-25-356
-sign 깓 6-4-126-35
-sign 깔 6-4-126-2
-sign 깕 6-4-126-2-1
-sign 깖 6-4-126-2-26
-sign 깗 6-4-126-2-12
-sign 깘 6-4-126-2-3
-sign 깙 6-4-126-2-236
-sign 깚 6-4-126-2-256
-sign 깛 6-4-126-2-356
-sign 깜 6-4-126-26
-sign 깝 6-4-126-12
-sign 깞 6-4-126-12-3
-sign 깟 6-4-126-3
-sign 깠 6-4-126-34
-sign 깡 6-4-126-2356
-sign 깢 6-4-126-13
-sign 깣 6-4-126-23
-sign 깤 6-4-126-235
-sign 깥 6-4-126-236
-sign 깦 6-4-126-256
-sign 깧 6-4-126-356
-sign 깨 6-4-1235
-sign 깩 6-4-1235-1
-sign 깪 6-4-1235-1-1
-sign 깫 6-4-1235-1-3
-sign 깬 6-4-1235-25
-sign 깭 6-4-1235-25-13
-sign 깮 6-4-1235-25-356
-sign 깯 6-4-1235-35
-sign 깰 6-4-1235-2
-sign 깱 6-4-1235-2-1
-sign 깲 6-4-1235-2-26
-sign 깳 6-4-1235-2-12
-sign 깴 6-4-1235-2-3
-sign 깵 6-4-1235-2-236
-sign 깶 6-4-1235-2-256
-sign 깷 6-4-1235-2-356
-sign 깸 6-4-1235-26
-sign 깹 6-4-1235-12
-sign 깺 6-4-1235-12-3
-sign 깻 6-4-1235-3
-sign 깼 6-4-1235-34
-sign 깽 6-4-1235-2356
-sign 깾 6-4-1235-13
-sign 깿 6-4-1235-23
-sign 꺀 6-4-1235-235
-sign 꺁 6-4-1235-236
-sign 꺂 6-4-1235-256
-sign 꺃 6-4-1235-356
-sign 꺄 6-4-345
-sign 꺅 6-4-345-1
-sign 꺆 6-4-345-1-1
-sign 꺇 6-4-345-1-3
-sign 꺈 6-4-345-25
-sign 꺉 6-4-345-25-13
-sign 꺊 6-4-345-25-356
-sign 꺋 6-4-345-35
-sign 꺌 6-4-345-2
-sign 꺍 6-4-345-2-1
-sign 꺎 6-4-345-2-26
-sign 꺏 6-4-345-2-12
-sign 꺐 6-4-345-2-3
-sign 꺑 6-4-345-2-236
-sign 꺒 6-4-345-2-256
-sign 꺓 6-4-345-2-356
-sign 꺔 6-4-345-26
-sign 꺕 6-4-345-12
-sign 꺖 6-4-345-12-3
-sign 꺗 6-4-345-3
-sign 꺘 6-4-345-34
-sign 꺙 6-4-345-2356
-sign 꺚 6-4-345-13
-sign 꺛 6-4-345-23
-sign 꺜 6-4-345-235
-sign 꺝 6-4-345-236
-sign 꺞 6-4-345-256
-sign 꺟 6-4-345-356
-sign 꺠 6-4-345-1235
-sign 꺡 6-4-345-1235-1
-sign 꺢 6-4-345-1235-1-1
-sign 꺣 6-4-345-1235-1-3
-sign 꺤 6-4-345-1235-25
-sign 꺥 6-4-345-1235-25-13
-sign 꺦 6-4-345-1235-25-356
-sign 꺧 6-4-345-1235-35
-sign 꺨 6-4-345-1235-2
-sign 꺩 6-4-345-1235-2-1
-sign 꺪 6-4-345-1235-2-26
-sign 꺫 6-4-345-1235-2-12
-sign 꺬 6-4-345-1235-2-3
-sign 꺭 6-4-345-1235-2-236
-sign 꺮 6-4-345-1235-2-256
-sign 꺯 6-4-345-1235-2-356
-sign 꺰 6-4-345-1235-26
-sign 꺱 6-4-345-1235-12
-sign 꺲 6-4-345-1235-12-3
-sign 꺳 6-4-345-1235-3
-sign 꺴 6-4-345-1235-34
-sign 꺵 6-4-345-1235-2356
-sign 꺶 6-4-345-1235-13
-sign 꺷 6-4-345-1235-23
-sign 꺸 6-4-345-1235-235
-sign 꺹 6-4-345-1235-236
-sign 꺺 6-4-345-1235-256
-sign 꺻 6-4-345-1235-356
-sign 꺼 6-4-234
-sign 꺽 6-4-234-1
-sign 꺾 6-4-234-1-1
-sign 꺿 6-4-234-1-3
-sign 껀 6-4-234-25
-sign 껁 6-4-234-25-13
-sign 껂 6-4-234-25-356
-sign 껃 6-4-234-35
-sign 껄 6-4-234-2
-sign 껅 6-4-234-2-1
-sign 껆 6-4-234-2-26
-sign 껇 6-4-234-2-12
-sign 껈 6-4-234-2-3
-sign 껉 6-4-234-2-236
-sign 껊 6-4-234-2-256
-sign 껋 6-4-234-2-356
-sign 껌 6-4-234-26
-sign 껍 6-4-234-12
-sign 껎 6-4-234-12-3
-sign 껏 6-4-234-3
-sign 껐 6-4-234-34
-sign 껑 6-4-234-2356
-sign 껒 6-4-234-13
-sign 껓 6-4-234-23
-sign 껔 6-4-234-235
-sign 껕 6-4-234-236
-sign 껖 6-4-234-256
-sign 껗 6-4-234-356
-sign 께 6-4-1345
-sign 껙 6-4-1345-1
-sign 껚 6-4-1345-1-1
-sign 껛 6-4-1345-1-3
-sign 껜 6-4-1345-25
-sign 껝 6-4-1345-25-13
-sign 껞 6-4-1345-25-356
-sign 껟 6-4-1345-35
-sign 껠 6-4-1345-2
-sign 껡 6-4-1345-2-1
-sign 껢 6-4-1345-2-26
-sign 껣 6-4-1345-2-12
-sign 껤 6-4-1345-2-3
-sign 껥 6-4-1345-2-236
-sign 껦 6-4-1345-2-256
-sign 껧 6-4-1345-2-356
-sign 껨 6-4-1345-26
-sign 껩 6-4-1345-12
-sign 껪 6-4-1345-12-3
-sign 껫 6-4-1345-3
-sign 껬 6-4-1345-34
-sign 껭 6-4-1345-2356
-sign 껮 6-4-1345-13
-sign 껯 6-4-1345-23
-sign 껰 6-4-1345-235
-sign 껱 6-4-1345-236
-sign 껲 6-4-1345-256
-sign 껳 6-4-1345-356
-sign 껴 6-4-156
-sign 껵 6-4-156-1
-sign 껶 6-4-156-1-1
-sign 껷 6-4-156-1-3
-sign 껸 6-4-156-25
-sign 껹 6-4-156-25-13
-sign 껺 6-4-156-25-356
-sign 껻 6-4-156-35
-sign 껼 6-4-156-2
-sign 껽 6-4-156-2-1
-sign 껾 6-4-156-2-26
-sign 껿 6-4-156-2-12
-sign 꼀 6-4-156-2-3
-sign 꼁 6-4-156-2-236
-sign 꼂 6-4-156-2-256
-sign 꼃 6-4-156-2-356
-sign 꼄 6-4-156-26
-sign 꼅 6-4-156-12
-sign 꼆 6-4-156-12-3
-sign 꼇 6-4-156-3
-sign 꼈 6-4-156-34
-sign 꼉 6-4-156-2356
-sign 꼊 6-4-156-13
-sign 꼋 6-4-156-23
-sign 꼌 6-4-156-235
-sign 꼍 6-4-156-236
-sign 꼎 6-4-156-256
-sign 꼏 6-4-156-356
-sign 꼐 6-4-34
-sign 꼑 6-4-34-1
-sign 꼒 6-4-34-1-1
-sign 꼓 6-4-34-1-3
-sign 꼔 6-4-34-25
-sign 꼕 6-4-34-25-13
-sign 꼖 6-4-34-25-356
-sign 꼗 6-4-34-35
-sign 꼘 6-4-34-2
-sign 꼙 6-4-34-2-1
-sign 꼚 6-4-34-2-26
-sign 꼛 6-4-34-2-12
-sign 꼜 6-4-34-2-3
-sign 꼝 6-4-34-2-236
-sign 꼞 6-4-34-2-256
-sign 꼟 6-4-34-2-356
-sign 꼠 6-4-34-26
-sign 꼡 6-4-34-12
-sign 꼢 6-4-34-12-3
-sign 꼣 6-4-34-3
-sign 꼤 6-4-34-34
-sign 꼥 6-4-34-2356
-sign 꼦 6-4-34-13
-sign 꼧 6-4-34-23
-sign 꼨 6-4-34-235
-sign 꼩 6-4-34-236
-sign 꼪 6-4-34-256
-sign 꼫 6-4-34-356
-sign 꼬 6-4-136
-sign 꼭 6-4-136-1
-sign 꼮 6-4-136-1-1
-sign 꼯 6-4-136-1-3
-sign 꼰 6-4-136-25
-sign 꼱 6-4-136-25-13
-sign 꼲 6-4-136-25-356
-sign 꼳 6-4-136-35
-sign 꼴 6-4-136-2
-sign 꼵 6-4-136-2-1
-sign 꼶 6-4-136-2-26
-sign 꼷 6-4-136-2-12
-sign 꼸 6-4-136-2-3
-sign 꼹 6-4-136-2-236
-sign 꼺 6-4-136-2-256
-sign 꼻 6-4-136-2-356
-sign 꼼 6-4-136-26
-sign 꼽 6-4-136-12
-sign 꼾 6-4-136-12-3
-sign 꼿 6-4-136-3
-sign 꽀 6-4-136-34
-sign 꽁 6-4-136-2356
-sign 꽂 6-4-136-13
-sign 꽃 6-4-136-23
-sign 꽄 6-4-136-235
-sign 꽅 6-4-136-236
-sign 꽆 6-4-136-256
-sign 꽇 6-4-136-356
-sign 꽈 6-4-1236
-sign 꽉 6-4-1236-1
-sign 꽊 6-4-1236-1-1
-sign 꽋 6-4-1236-1-3
-sign 꽌 6-4-1236-25
-sign 꽍 6-4-1236-25-13
-sign 꽎 6-4-1236-25-356
-sign 꽏 6-4-1236-35
-sign 꽐 6-4-1236-2
-sign 꽑 6-4-1236-2-1
-sign 꽒 6-4-1236-2-26
-sign 꽓 6-4-1236-2-12
-sign 꽔 6-4-1236-2-3
-sign 꽕 6-4-1236-2-236
-sign 꽖 6-4-1236-2-256
-sign 꽗 6-4-1236-2-356
-sign 꽘 6-4-1236-26
-sign 꽙 6-4-1236-12
-sign 꽚 6-4-1236-12-3
-sign 꽛 6-4-1236-3
-sign 꽜 6-4-1236-34
-sign 꽝 6-4-1236-2356
-sign 꽞 6-4-1236-13
-sign 꽟 6-4-1236-23
-sign 꽠 6-4-1236-235
-sign 꽡 6-4-1236-236
-sign 꽢 6-4-1236-256
-sign 꽣 6-4-1236-356
-sign 꽤 6-4-1236-1235
-sign 꽥 6-4-1236-1235-1
-sign 꽦 6-4-1236-1235-1-1
-sign 꽧 6-4-1236-1235-1-3
-sign 꽨 6-4-1236-1235-25
-sign 꽩 6-4-1236-1235-25-13
-sign 꽪 6-4-1236-1235-25-356
-sign 꽫 6-4-1236-1235-35
-sign 꽬 6-4-1236-1235-2
-sign 꽭 6-4-1236-1235-2-1
-sign 꽮 6-4-1236-1235-2-26
-sign 꽯 6-4-1236-1235-2-12
-sign 꽰 6-4-1236-1235-2-3
-sign 꽱 6-4-1236-1235-2-236
-sign 꽲 6-4-1236-1235-2-256
-sign 꽳 6-4-1236-1235-2-356
-sign 꽴 6-4-1236-1235-26
-sign 꽵 6-4-1236-1235-12
-sign 꽶 6-4-1236-1235-12-3
-sign 꽷 6-4-1236-1235-3
-sign 꽸 6-4-1236-1235-34
-sign 꽹 6-4-1236-1235-2356
-sign 꽺 6-4-1236-1235-13
-sign 꽻 6-4-1236-1235-23
-sign 꽼 6-4-1236-1235-235
-sign 꽽 6-4-1236-1235-236
-sign 꽾 6-4-1236-1235-256
-sign 꽿 6-4-1236-1235-356
-sign 꾀 6-4-13456
-sign 꾁 6-4-13456-1
-sign 꾂 6-4-13456-1-1
-sign 꾃 6-4-13456-1-3
-sign 꾄 6-4-13456-25
-sign 꾅 6-4-13456-25-13
-sign 꾆 6-4-13456-25-356
-sign 꾇 6-4-13456-35
-sign 꾈 6-4-13456-2
-sign 꾉 6-4-13456-2-1
-sign 꾊 6-4-13456-2-26
-sign 꾋 6-4-13456-2-12
-sign 꾌 6-4-13456-2-3
-sign 꾍 6-4-13456-2-236
-sign 꾎 6-4-13456-2-256
-sign 꾏 6-4-13456-2-356
-sign 꾐 6-4-13456-26
-sign 꾑 6-4-13456-12
-sign 꾒 6-4-13456-12-3
-sign 꾓 6-4-13456-3
-sign 꾔 6-4-13456-34
-sign 꾕 6-4-13456-2356
-sign 꾖 6-4-13456-13
-sign 꾗 6-4-13456-23
-sign 꾘 6-4-13456-235
-sign 꾙 6-4-13456-236
-sign 꾚 6-4-13456-256
-sign 꾛 6-4-13456-356
-sign 꾜 6-4-346
-sign 꾝 6-4-346-1
-sign 꾞 6-4-346-1-1
-sign 꾟 6-4-346-1-3
-sign 꾠 6-4-346-25
-sign 꾡 6-4-346-25-13
-sign 꾢 6-4-346-25-356
-sign 꾣 6-4-346-35
-sign 꾤 6-4-346-2
-sign 꾥 6-4-346-2-1
-sign 꾦 6-4-346-2-26
-sign 꾧 6-4-346-2-12
-sign 꾨 6-4-346-2-3
-sign 꾩 6-4-346-2-236
-sign 꾪 6-4-346-2-256
-sign 꾫 6-4-346-2-356
-sign 꾬 6-4-346-26
-sign 꾭 6-4-346-12
-sign 꾮 6-4-346-12-3
-sign 꾯 6-4-346-3
-sign 꾰 6-4-346-34
-sign 꾱 6-4-346-2356
-sign 꾲 6-4-346-13
-sign 꾳 6-4-346-23
-sign 꾴 6-4-346-235
-sign 꾵 6-4-346-236
-sign 꾶 6-4-346-256
-sign 꾷 6-4-346-356
-sign 꾸 6-4-134
-sign 꾹 6-4-134-1
-sign 꾺 6-4-134-1-1
-sign 꾻 6-4-134-1-3
-sign 꾼 6-4-134-25
-sign 꾽 6-4-134-25-13
-sign 꾾 6-4-134-25-356
-sign 꾿 6-4-134-35
-sign 꿀 6-4-134-2
-sign 꿁 6-4-134-2-1
-sign 꿂 6-4-134-2-26
-sign 꿃 6-4-134-2-12
-sign 꿄 6-4-134-2-3
-sign 꿅 6-4-134-2-236
-sign 꿆 6-4-134-2-256
-sign 꿇 6-4-134-2-356
-sign 꿈 6-4-134-26
-sign 꿉 6-4-134-12
-sign 꿊 6-4-134-12-3
-sign 꿋 6-4-134-3
-sign 꿌 6-4-134-34
-sign 꿍 6-4-134-2356
-sign 꿎 6-4-134-13
-sign 꿏 6-4-134-23
-sign 꿐 6-4-134-235
-sign 꿑 6-4-134-236
-sign 꿒 6-4-134-256
-sign 꿓 6-4-134-356
-sign 꿔 6-4-1234
-sign 꿕 6-4-1234-1
-sign 꿖 6-4-1234-1-1
-sign 꿗 6-4-1234-1-3
-sign 꿘 6-4-1234-25
-sign 꿙 6-4-1234-25-13
-sign 꿚 6-4-1234-25-356
-sign 꿛 6-4-1234-35
-sign 꿜 6-4-1234-2
-sign 꿝 6-4-1234-2-1
-sign 꿞 6-4-1234-2-26
-sign 꿟 6-4-1234-2-12
-sign 꿠 6-4-1234-2-3
-sign 꿡 6-4-1234-2-236
-sign 꿢 6-4-1234-2-256
-sign 꿣 6-4-1234-2-356
-sign 꿤 6-4-1234-26
-sign 꿥 6-4-1234-12
-sign 꿦 6-4-1234-12-3
-sign 꿧 6-4-1234-3
-sign 꿨 6-4-1234-34
-sign 꿩 6-4-1234-2356
-sign 꿪 6-4-1234-13
-sign 꿫 6-4-1234-23
-sign 꿬 6-4-1234-235
-sign 꿭 6-4-1234-236
-sign 꿮 6-4-1234-256
-sign 꿯 6-4-1234-356
-sign 꿰 6-4-1234-1235
-sign 꿱 6-4-1234-1235-1
-sign 꿲 6-4-1234-1235-1-1
-sign 꿳 6-4-1234-1235-1-3
-sign 꿴 6-4-1234-1235-25
-sign 꿵 6-4-1234-1235-25-13
-sign 꿶 6-4-1234-1235-25-356
-sign 꿷 6-4-1234-1235-35
-sign 꿸 6-4-1234-1235-2
-sign 꿹 6-4-1234-1235-2-1
-sign 꿺 6-4-1234-1235-2-26
-sign 꿻 6-4-1234-1235-2-12
-sign 꿼 6-4-1234-1235-2-3
-sign 꿽 6-4-1234-1235-2-236
-sign 꿾 6-4-1234-1235-2-256
-sign 꿿 6-4-1234-1235-2-356
-sign 뀀 6-4-1234-1235-26
-sign 뀁 6-4-1234-1235-12
-sign 뀂 6-4-1234-1235-12-3
-sign 뀃 6-4-1234-1235-3
-sign 뀄 6-4-1234-1235-34
-sign 뀅 6-4-1234-1235-2356
-sign 뀆 6-4-1234-1235-13
-sign 뀇 6-4-1234-1235-23
-sign 뀈 6-4-1234-1235-235
-sign 뀉 6-4-1234-1235-236
-sign 뀊 6-4-1234-1235-256
-sign 뀋 6-4-1234-1235-356
-sign 뀌 6-4-134-1235
-sign 뀍 6-4-134-1235-1
-sign 뀎 6-4-134-1235-1-1
-sign 뀏 6-4-134-1235-1-3
-sign 뀐 6-4-134-1235-25
-sign 뀑 6-4-134-1235-25-13
-sign 뀒 6-4-134-1235-25-356
-sign 뀓 6-4-134-1235-35
-sign 뀔 6-4-134-1235-2
-sign 뀕 6-4-134-1235-2-1
-sign 뀖 6-4-134-1235-2-26
-sign 뀗 6-4-134-1235-2-12
-sign 뀘 6-4-134-1235-2-3
-sign 뀙 6-4-134-1235-2-236
-sign 뀚 6-4-134-1235-2-256
-sign 뀛 6-4-134-1235-2-356
-sign 뀜 6-4-134-1235-26
-sign 뀝 6-4-134-1235-12
-sign 뀞 6-4-134-1235-12-3
-sign 뀟 6-4-134-1235-3
-sign 뀠 6-4-134-1235-34
-sign 뀡 6-4-134-1235-2356
-sign 뀢 6-4-134-1235-13
-sign 뀣 6-4-134-1235-23
-sign 뀤 6-4-134-1235-235
-sign 뀥 6-4-134-1235-236
-sign 뀦 6-4-134-1235-256
-sign 뀧 6-4-134-1235-356
-sign 뀨 6-4-146
-sign 뀩 6-4-146-1
-sign 뀪 6-4-146-1-1
-sign 뀫 6-4-146-1-3
-sign 뀬 6-4-146-25
-sign 뀭 6-4-146-25-13
-sign 뀮 6-4-146-25-356
-sign 뀯 6-4-146-35
-sign 뀰 6-4-146-2
-sign 뀱 6-4-146-2-1
-sign 뀲 6-4-146-2-26
-sign 뀳 6-4-146-2-12
-sign 뀴 6-4-146-2-3
-sign 뀵 6-4-146-2-236
-sign 뀶 6-4-146-2-256
-sign 뀷 6-4-146-2-356
-sign 뀸 6-4-146-26
-sign 뀹 6-4-146-12
-sign 뀺 6-4-146-12-3
-sign 뀻 6-4-146-3
-sign 뀼 6-4-146-34
-sign 뀽 6-4-146-2356
-sign 뀾 6-4-146-13
-sign 뀿 6-4-146-23
-sign 끀 6-4-146-235
-sign 끁 6-4-146-236
-sign 끂 6-4-146-256
-sign 끃 6-4-146-356
-sign 끄 6-4-246
-sign 끅 6-4-246-1
-sign 끆 6-4-246-1-1
-sign 끇 6-4-246-1-3
-sign 끈 6-4-246-25
-sign 끉 6-4-246-25-13
-sign 끊 6-4-246-25-356
-sign 끋 6-4-246-35
-sign 끌 6-4-246-2
-sign 끍 6-4-246-2-1
-sign 끎 6-4-246-2-26
-sign 끏 6-4-246-2-12
-sign 끐 6-4-246-2-3
-sign 끑 6-4-246-2-236
-sign 끒 6-4-246-2-256
-sign 끓 6-4-246-2-356
-sign 끔 6-4-246-26
-sign 끕 6-4-246-12
-sign 끖 6-4-246-12-3
-sign 끗 6-4-246-3
-sign 끘 6-4-246-34
-sign 끙 6-4-246-2356
-sign 끚 6-4-246-13
-sign 끛 6-4-246-23
-sign 끜 6-4-246-235
-sign 끝 6-4-246-236
-sign 끞 6-4-246-256
-sign 끟 6-4-246-356
-sign 끠 6-4-2456
-sign 끡 6-4-2456-1
-sign 끢 6-4-2456-1-1
-sign 끣 6-4-2456-1-3
-sign 끤 6-4-2456-25
-sign 끥 6-4-2456-25-13
-sign 끦 6-4-2456-25-356
-sign 끧 6-4-2456-35
-sign 끨 6-4-2456-2
-sign 끩 6-4-2456-2-1
-sign 끪 6-4-2456-2-26
-sign 끫 6-4-2456-2-12
-sign 끬 6-4-2456-2-3
-sign 끭 6-4-2456-2-236
-sign 끮 6-4-2456-2-256
-sign 끯 6-4-2456-2-356
-sign 끰 6-4-2456-26
-sign 끱 6-4-2456-12
-sign 끲 6-4-2456-12-3
-sign 끳 6-4-2456-3
-sign 끴 6-4-2456-34
-sign 끵 6-4-2456-2356
-sign 끶 6-4-2456-13
-sign 끷 6-4-2456-23
-sign 끸 6-4-2456-235
-sign 끹 6-4-2456-236
-sign 끺 6-4-2456-256
-sign 끻 6-4-2456-356
-sign 끼 6-4-135
-sign 끽 6-4-135-1
-sign 끾 6-4-135-1-1
-sign 끿 6-4-135-1-3
-sign 낀 6-4-135-25
-sign 낁 6-4-135-25-13
-sign 낂 6-4-135-25-356
-sign 낃 6-4-135-35
-sign 낄 6-4-135-2
-sign 낅 6-4-135-2-1
-sign 낆 6-4-135-2-26
-sign 낇 6-4-135-2-12
-sign 낈 6-4-135-2-3
-sign 낉 6-4-135-2-236
-sign 낊 6-4-135-2-256
-sign 낋 6-4-135-2-356
-sign 낌 6-4-135-26
-sign 낍 6-4-135-12
-sign 낎 6-4-135-12-3
-sign 낏 6-4-135-3
-sign 낐 6-4-135-34
-sign 낑 6-4-135-2356
-sign 낒 6-4-135-13
-sign 낓 6-4-135-23
-sign 낔 6-4-135-235
-sign 낕 6-4-135-236
-sign 낖 6-4-135-256
-sign 낗 6-4-135-356
-sign 나 14-126
-sign 낙 14-126-1
-sign 낚 14-126-1-1
-sign 낛 14-126-1-3
-sign 난 14-126-25
-sign 낝 14-126-25-13
-sign 낞 14-126-25-356
-sign 낟 14-126-35
-sign 날 14-126-2
-sign 낡 14-126-2-1
-sign 낢 14-126-2-26
-sign 낣 14-126-2-12
-sign 낤 14-126-2-3
-sign 낥 14-126-2-236
-sign 낦 14-126-2-256
-sign 낧 14-126-2-356
-sign 남 14-126-26
-sign 납 14-126-12
-sign 낪 14-126-12-3
-sign 낫 14-126-3
-sign 났 14-126-34
-sign 낭 14-126-2356
-sign 낮 14-126-13
-sign 낯 14-126-23
-sign 낰 14-126-235
-sign 낱 14-126-236
-sign 낲 14-126-256
-sign 낳 14-126-356
-sign 내 14-1235
-sign 낵 14-1235-1
-sign 낶 14-1235-1-1
-sign 낷 14-1235-1-3
-sign 낸 14-1235-25
-sign 낹 14-1235-25-13
-sign 낺 14-1235-25-356
-sign 낻 14-1235-35
-sign 낼 14-1235-2
-sign 낽 14-1235-2-1
-sign 낾 14-1235-2-26
-sign 낿 14-1235-2-12
-sign 냀 14-1235-2-3
-sign 냁 14-1235-2-236
-sign 냂 14-1235-2-256
-sign 냃 14-1235-2-356
-sign 냄 14-1235-26
-sign 냅 14-1235-12
-sign 냆 14-1235-12-3
-sign 냇 14-1235-3
-sign 냈 14-1235-34
-sign 냉 14-1235-2356
-sign 냊 14-1235-13
-sign 냋 14-1235-23
-sign 냌 14-1235-235
-sign 냍 14-1235-236
-sign 냎 14-1235-256
-sign 냏 14-1235-356
-sign 냐 14-345
-sign 냑 14-345-1
-sign 냒 14-345-1-1
-sign 냓 14-345-1-3
-sign 냔 14-345-25
-sign 냕 14-345-25-13
-sign 냖 14-345-25-356
-sign 냗 14-345-35
-sign 냘 14-345-2
-sign 냙 14-345-2-1
-sign 냚 14-345-2-26
-sign 냛 14-345-2-12
-sign 냜 14-345-2-3
-sign 냝 14-345-2-236
-sign 냞 14-345-2-256
-sign 냟 14-345-2-356
-sign 냠 14-345-26
-sign 냡 14-345-12
-sign 냢 14-345-12-3
-sign 냣 14-345-3
-sign 냤 14-345-34
-sign 냥 14-345-2356
-sign 냦 14-345-13
-sign 냧 14-345-23
-sign 냨 14-345-235
-sign 냩 14-345-236
-sign 냪 14-345-256
-sign 냫 14-345-356
-sign 냬 14-345-1235
-sign 냭 14-345-1235-1
-sign 냮 14-345-1235-1-1
-sign 냯 14-345-1235-1-3
-sign 냰 14-345-1235-25
-sign 냱 14-345-1235-25-13
-sign 냲 14-345-1235-25-356
-sign 냳 14-345-1235-35
-sign 냴 14-345-1235-2
-sign 냵 14-345-1235-2-1
-sign 냶 14-345-1235-2-26
-sign 냷 14-345-1235-2-12
-sign 냸 14-345-1235-2-3
-sign 냹 14-345-1235-2-236
-sign 냺 14-345-1235-2-256
-sign 냻 14-345-1235-2-356
-sign 냼 14-345-1235-26
-sign 냽 14-345-1235-12
-sign 냾 14-345-1235-12-3
-sign 냿 14-345-1235-3
-sign 넀 14-345-1235-34
-sign 넁 14-345-1235-2356
-sign 넂 14-345-1235-13
-sign 넃 14-345-1235-23
-sign 넄 14-345-1235-235
-sign 넅 14-345-1235-236
-sign 넆 14-345-1235-256
-sign 넇 14-345-1235-356
-sign 너 14-234
-sign 넉 14-234-1
-sign 넊 14-234-1-1
-sign 넋 14-234-1-3
-sign 넌 14-234-25
-sign 넍 14-234-25-13
-sign 넎 14-234-25-356
-sign 넏 14-234-35
-sign 널 14-234-2
-sign 넑 14-234-2-1
-sign 넒 14-234-2-26
-sign 넓 14-234-2-12
-sign 넔 14-234-2-3
-sign 넕 14-234-2-236
-sign 넖 14-234-2-256
-sign 넗 14-234-2-356
-sign 넘 14-234-26
-sign 넙 14-234-12
-sign 넚 14-234-12-3
-sign 넛 14-234-3
-sign 넜 14-234-34
-sign 넝 14-234-2356
-sign 넞 14-234-13
-sign 넟 14-234-23
-sign 넠 14-234-235
-sign 넡 14-234-236
-sign 넢 14-234-256
-sign 넣 14-234-356
-sign 네 14-1345
-sign 넥 14-1345-1
-sign 넦 14-1345-1-1
-sign 넧 14-1345-1-3
-sign 넨 14-1345-25
-sign 넩 14-1345-25-13
-sign 넪 14-1345-25-356
-sign 넫 14-1345-35
-sign 넬 14-1345-2
-sign 넭 14-1345-2-1
-sign 넮 14-1345-2-26
-sign 넯 14-1345-2-12
-sign 넰 14-1345-2-3
-sign 넱 14-1345-2-236
-sign 넲 14-1345-2-256
-sign 넳 14-1345-2-356
-sign 넴 14-1345-26
-sign 넵 14-1345-12
-sign 넶 14-1345-12-3
-sign 넷 14-1345-3
-sign 넸 14-1345-34
-sign 넹 14-1345-2356
-sign 넺 14-1345-13
-sign 넻 14-1345-23
-sign 넼 14-1345-235
-sign 넽 14-1345-236
-sign 넾 14-1345-256
-sign 넿 14-1345-356
-sign 녀 14-156
-sign 녁 14-156-1
-sign 녂 14-156-1-1
-sign 녃 14-156-1-3
-sign 년 14-156-25
-sign 녅 14-156-25-13
-sign 녆 14-156-25-356
-sign 녇 14-156-35
-sign 녈 14-156-2
-sign 녉 14-156-2-1
-sign 녊 14-156-2-26
-sign 녋 14-156-2-12
-sign 녌 14-156-2-3
-sign 녍 14-156-2-236
-sign 녎 14-156-2-256
-sign 녏 14-156-2-356
-sign 념 14-156-26
-sign 녑 14-156-12
-sign 녒 14-156-12-3
-sign 녓 14-156-3
-sign 녔 14-156-34
-sign 녕 14-156-2356
-sign 녖 14-156-13
-sign 녗 14-156-23
-sign 녘 14-156-235
-sign 녙 14-156-236
-sign 녚 14-156-256
-sign 녛 14-156-356
-sign 녜 14-34
-sign 녝 14-34-1
-sign 녞 14-34-1-1
-sign 녟 14-34-1-3
-sign 녠 14-34-25
-sign 녡 14-34-25-13
-sign 녢 14-34-25-356
-sign 녣 14-34-35
-sign 녤 14-34-2
-sign 녥 14-34-2-1
-sign 녦 14-34-2-26
-sign 녧 14-34-2-12
-sign 녨 14-34-2-3
-sign 녩 14-34-2-236
-sign 녪 14-34-2-256
-sign 녫 14-34-2-356
-sign 녬 14-34-26
-sign 녭 14-34-12
-sign 녮 14-34-12-3
-sign 녯 14-34-3
-sign 녰 14-34-34
-sign 녱 14-34-2356
-sign 녲 14-34-13
-sign 녳 14-34-23
-sign 녴 14-34-235
-sign 녵 14-34-236
-sign 녶 14-34-256
-sign 녷 14-34-356
-sign 노 14-136
-sign 녹 14-136-1
-sign 녺 14-136-1-1
-sign 녻 14-136-1-3
-sign 논 14-136-25
-sign 녽 14-136-25-13
-sign 녾 14-136-25-356
-sign 녿 14-136-35
-sign 놀 14-136-2
-sign 놁 14-136-2-1
-sign 놂 14-136-2-26
-sign 놃 14-136-2-12
-sign 놄 14-136-2-3
-sign 놅 14-136-2-236
-sign 놆 14-136-2-256
-sign 놇 14-136-2-356
-sign 놈 14-136-26
-sign 놉 14-136-12
-sign 놊 14-136-12-3
-sign 놋 14-136-3
-sign 놌 14-136-34
-sign 농 14-136-2356
-sign 놎 14-136-13
-sign 놏 14-136-23
-sign 놐 14-136-235
-sign 놑 14-136-236
-sign 높 14-136-256
-sign 놓 14-136-356
-sign 놔 14-1236
-sign 놕 14-1236-1
-sign 놖 14-1236-1-1
-sign 놗 14-1236-1-3
-sign 놘 14-1236-25
-sign 놙 14-1236-25-13
-sign 놚 14-1236-25-356
-sign 놛 14-1236-35
-sign 놜 14-1236-2
-sign 놝 14-1236-2-1
-sign 놞 14-1236-2-26
-sign 놟 14-1236-2-12
-sign 놠 14-1236-2-3
-sign 놡 14-1236-2-236
-sign 놢 14-1236-2-256
-sign 놣 14-1236-2-356
-sign 놤 14-1236-26
-sign 놥 14-1236-12
-sign 놦 14-1236-12-3
-sign 놧 14-1236-3
-sign 놨 14-1236-34
-sign 놩 14-1236-2356
-sign 놪 14-1236-13
-sign 놫 14-1236-23
-sign 놬 14-1236-235
-sign 놭 14-1236-236
-sign 놮 14-1236-256
-sign 놯 14-1236-356
-sign 놰 14-1236-1235
-sign 놱 14-1236-1235-1
-sign 놲 14-1236-1235-1-1
-sign 놳 14-1236-1235-1-3
-sign 놴 14-1236-1235-25
-sign 놵 14-1236-1235-25-13
-sign 놶 14-1236-1235-25-356
-sign 놷 14-1236-1235-35
-sign 놸 14-1236-1235-2
-sign 놹 14-1236-1235-2-1
-sign 놺 14-1236-1235-2-26
-sign 놻 14-1236-1235-2-12
-sign 놼 14-1236-1235-2-3
-sign 놽 14-1236-1235-2-236
-sign 놾 14-1236-1235-2-256
-sign 놿 14-1236-1235-2-356
-sign 뇀 14-1236-1235-26
-sign 뇁 14-1236-1235-12
-sign 뇂 14-1236-1235-12-3
-sign 뇃 14-1236-1235-3
-sign 뇄 14-1236-1235-34
-sign 뇅 14-1236-1235-2356
-sign 뇆 14-1236-1235-13
-sign 뇇 14-1236-1235-23
-sign 뇈 14-1236-1235-235
-sign 뇉 14-1236-1235-236
-sign 뇊 14-1236-1235-256
-sign 뇋 14-1236-1235-356
-sign 뇌 14-13456
-sign 뇍 14-13456-1
-sign 뇎 14-13456-1-1
-sign 뇏 14-13456-1-3
-sign 뇐 14-13456-25
-sign 뇑 14-13456-25-13
-sign 뇒 14-13456-25-356
-sign 뇓 14-13456-35
-sign 뇔 14-13456-2
-sign 뇕 14-13456-2-1
-sign 뇖 14-13456-2-26
-sign 뇗 14-13456-2-12
-sign 뇘 14-13456-2-3
-sign 뇙 14-13456-2-236
-sign 뇚 14-13456-2-256
-sign 뇛 14-13456-2-356
-sign 뇜 14-13456-26
-sign 뇝 14-13456-12
-sign 뇞 14-13456-12-3
-sign 뇟 14-13456-3
-sign 뇠 14-13456-34
-sign 뇡 14-13456-2356
-sign 뇢 14-13456-13
-sign 뇣 14-13456-23
-sign 뇤 14-13456-235
-sign 뇥 14-13456-236
-sign 뇦 14-13456-256
-sign 뇧 14-13456-356
-sign 뇨 14-346
-sign 뇩 14-346-1
-sign 뇪 14-346-1-1
-sign 뇫 14-346-1-3
-sign 뇬 14-346-25
-sign 뇭 14-346-25-13
-sign 뇮 14-346-25-356
-sign 뇯 14-346-35
-sign 뇰 14-346-2
-sign 뇱 14-346-2-1
-sign 뇲 14-346-2-26
-sign 뇳 14-346-2-12
-sign 뇴 14-346-2-3
-sign 뇵 14-346-2-236
-sign 뇶 14-346-2-256
-sign 뇷 14-346-2-356
-sign 뇸 14-346-26
-sign 뇹 14-346-12
-sign 뇺 14-346-12-3
-sign 뇻 14-346-3
-sign 뇼 14-346-34
-sign 뇽 14-346-2356
-sign 뇾 14-346-13
-sign 뇿 14-346-23
-sign 눀 14-346-235
-sign 눁 14-346-236
-sign 눂 14-346-256
-sign 눃 14-346-356
-sign 누 14-134
-sign 눅 14-134-1
-sign 눆 14-134-1-1
-sign 눇 14-134-1-3
-sign 눈 14-134-25
-sign 눉 14-134-25-13
-sign 눊 14-134-25-356
-sign 눋 14-134-35
-sign 눌 14-134-2
-sign 눍 14-134-2-1
-sign 눎 14-134-2-26
-sign 눏 14-134-2-12
-sign 눐 14-134-2-3
-sign 눑 14-134-2-236
-sign 눒 14-134-2-256
-sign 눓 14-134-2-356
-sign 눔 14-134-26
-sign 눕 14-134-12
-sign 눖 14-134-12-3
-sign 눗 14-134-3
-sign 눘 14-134-34
-sign 눙 14-134-2356
-sign 눚 14-134-13
-sign 눛 14-134-23
-sign 눜 14-134-235
-sign 눝 14-134-236
-sign 눞 14-134-256
-sign 눟 14-134-356
-sign 눠 14-1234
-sign 눡 14-1234-1
-sign 눢 14-1234-1-1
-sign 눣 14-1234-1-3
-sign 눤 14-1234-25
-sign 눥 14-1234-25-13
-sign 눦 14-1234-25-356
-sign 눧 14-1234-35
-sign 눨 14-1234-2
-sign 눩 14-1234-2-1
-sign 눪 14-1234-2-26
-sign 눫 14-1234-2-12
-sign 눬 14-1234-2-3
-sign 눭 14-1234-2-236
-sign 눮 14-1234-2-256
-sign 눯 14-1234-2-356
-sign 눰 14-1234-26
-sign 눱 14-1234-12
-sign 눲 14-1234-12-3
-sign 눳 14-1234-3
-sign 눴 14-1234-34
-sign 눵 14-1234-2356
-sign 눶 14-1234-13
-sign 눷 14-1234-23
-sign 눸 14-1234-235
-sign 눹 14-1234-236
-sign 눺 14-1234-256
-sign 눻 14-1234-356
-sign 눼 14-1234-1235
-sign 눽 14-1234-1235-1
-sign 눾 14-1234-1235-1-1
-sign 눿 14-1234-1235-1-3
-sign 뉀 14-1234-1235-25
-sign 뉁 14-1234-1235-25-13
-sign 뉂 14-1234-1235-25-356
-sign 뉃 14-1234-1235-35
-sign 뉄 14-1234-1235-2
-sign 뉅 14-1234-1235-2-1
-sign 뉆 14-1234-1235-2-26
-sign 뉇 14-1234-1235-2-12
-sign 뉈 14-1234-1235-2-3
-sign 뉉 14-1234-1235-2-236
-sign 뉊 14-1234-1235-2-256
-sign 뉋 14-1234-1235-2-356
-sign 뉌 14-1234-1235-26
-sign 뉍 14-1234-1235-12
-sign 뉎 14-1234-1235-12-3
-sign 뉏 14-1234-1235-3
-sign 뉐 14-1234-1235-34
-sign 뉑 14-1234-1235-2356
-sign 뉒 14-1234-1235-13
-sign 뉓 14-1234-1235-23
-sign 뉔 14-1234-1235-235
-sign 뉕 14-1234-1235-236
-sign 뉖 14-1234-1235-256
-sign 뉗 14-1234-1235-356
-sign 뉘 14-134-1235
-sign 뉙 14-134-1235-1
-sign 뉚 14-134-1235-1-1
-sign 뉛 14-134-1235-1-3
-sign 뉜 14-134-1235-25
-sign 뉝 14-134-1235-25-13
-sign 뉞 14-134-1235-25-356
-sign 뉟 14-134-1235-35
-sign 뉠 14-134-1235-2
-sign 뉡 14-134-1235-2-1
-sign 뉢 14-134-1235-2-26
-sign 뉣 14-134-1235-2-12
-sign 뉤 14-134-1235-2-3
-sign 뉥 14-134-1235-2-236
-sign 뉦 14-134-1235-2-256
-sign 뉧 14-134-1235-2-356
-sign 뉨 14-134-1235-26
-sign 뉩 14-134-1235-12
-sign 뉪 14-134-1235-12-3
-sign 뉫 14-134-1235-3
-sign 뉬 14-134-1235-34
-sign 뉭 14-134-1235-2356
-sign 뉮 14-134-1235-13
-sign 뉯 14-134-1235-23
-sign 뉰 14-134-1235-235
-sign 뉱 14-134-1235-236
-sign 뉲 14-134-1235-256
-sign 뉳 14-134-1235-356
-sign 뉴 14-146
-sign 뉵 14-146-1
-sign 뉶 14-146-1-1
-sign 뉷 14-146-1-3
-sign 뉸 14-146-25
-sign 뉹 14-146-25-13
-sign 뉺 14-146-25-356
-sign 뉻 14-146-35
-sign 뉼 14-146-2
-sign 뉽 14-146-2-1
-sign 뉾 14-146-2-26
-sign 뉿 14-146-2-12
-sign 늀 14-146-2-3
-sign 늁 14-146-2-236
-sign 늂 14-146-2-256
-sign 늃 14-146-2-356
-sign 늄 14-146-26
-sign 늅 14-146-12
-sign 늆 14-146-12-3
-sign 늇 14-146-3
-sign 늈 14-146-34
-sign 늉 14-146-2356
-sign 늊 14-146-13
-sign 늋 14-146-23
-sign 늌 14-146-235
-sign 늍 14-146-236
-sign 늎 14-146-256
-sign 늏 14-146-356
-sign 느 14-246
-sign 늑 14-246-1
-sign 늒 14-246-1-1
-sign 늓 14-246-1-3
-sign 는 14-246-25
-sign 늕 14-246-25-13
-sign 늖 14-246-25-356
-sign 늗 14-246-35
-sign 늘 14-246-2
-sign 늙 14-246-2-1
-sign 늚 14-246-2-26
-sign 늛 14-246-2-12
-sign 늜 14-246-2-3
-sign 늝 14-246-2-236
-sign 늞 14-246-2-256
-sign 늟 14-246-2-356
-sign 늠 14-246-26
-sign 늡 14-246-12
-sign 늢 14-246-12-3
-sign 늣 14-246-3
-sign 늤 14-246-34
-sign 능 14-246-2356
-sign 늦 14-246-13
-sign 늧 14-246-23
-sign 늨 14-246-235
-sign 늩 14-246-236
-sign 늪 14-246-256
-sign 늫 14-246-356
-sign 늬 14-2456
-sign 늭 14-2456-1
-sign 늮 14-2456-1-1
-sign 늯 14-2456-1-3
-sign 늰 14-2456-25
-sign 늱 14-2456-25-13
-sign 늲 14-2456-25-356
-sign 늳 14-2456-35
-sign 늴 14-2456-2
-sign 늵 14-2456-2-1
-sign 늶 14-2456-2-26
-sign 늷 14-2456-2-12
-sign 늸 14-2456-2-3
-sign 늹 14-2456-2-236
-sign 늺 14-2456-2-256
-sign 늻 14-2456-2-356
-sign 늼 14-2456-26
-sign 늽 14-2456-12
-sign 늾 14-2456-12-3
-sign 늿 14-2456-3
-sign 닀 14-2456-34
-sign 닁 14-2456-2356
-sign 닂 14-2456-13
-sign 닃 14-2456-23
-sign 닄 14-2456-235
-sign 닅 14-2456-236
-sign 닆 14-2456-256
-sign 닇 14-2456-356
-sign 니 14-135
-sign 닉 14-135-1
-sign 닊 14-135-1-1
-sign 닋 14-135-1-3
-sign 닌 14-135-25
-sign 닍 14-135-25-13
-sign 닎 14-135-25-356
-sign 닏 14-135-35
-sign 닐 14-135-2
-sign 닑 14-135-2-1
-sign 닒 14-135-2-26
-sign 닓 14-135-2-12
-sign 닔 14-135-2-3
-sign 닕 14-135-2-236
-sign 닖 14-135-2-256
-sign 닗 14-135-2-356
-sign 님 14-135-26
-sign 닙 14-135-12
-sign 닚 14-135-12-3
-sign 닛 14-135-3
-sign 닜 14-135-34
-sign 닝 14-135-2356
-sign 닞 14-135-13
-sign 닟 14-135-23
-sign 닠 14-135-235
-sign 닡 14-135-236
-sign 닢 14-135-256
-sign 닣 14-135-356
-sign 다 24-126
-sign 닥 24-126-1
-sign 닦 24-126-1-1
-sign 닧 24-126-1-3
-sign 단 24-126-25
-sign 닩 24-126-25-13
-sign 닪 24-126-25-356
-sign 닫 24-126-35
-sign 달 24-126-2
-sign 닭 24-126-2-1
-sign 닮 24-126-2-26
-sign 닯 24-126-2-12
-sign 닰 24-126-2-3
-sign 닱 24-126-2-236
-sign 닲 24-126-2-256
-sign 닳 24-126-2-356
-sign 담 24-126-26
-sign 답 24-126-12
-sign 닶 24-126-12-3
-sign 닷 24-126-3
-sign 닸 24-126-34
-sign 당 24-126-2356
-sign 닺 24-126-13
-sign 닻 24-126-23
-sign 닼 24-126-235
-sign 닽 24-126-236
-sign 닾 24-126-256
-sign 닿 24-126-356
-sign 대 24-1235
-sign 댁 24-1235-1
-sign 댂 24-1235-1-1
-sign 댃 24-1235-1-3
-sign 댄 24-1235-25
-sign 댅 24-1235-25-13
-sign 댆 24-1235-25-356
-sign 댇 24-1235-35
-sign 댈 24-1235-2
-sign 댉 24-1235-2-1
-sign 댊 24-1235-2-26
-sign 댋 24-1235-2-12
-sign 댌 24-1235-2-3
-sign 댍 24-1235-2-236
-sign 댎 24-1235-2-256
-sign 댏 24-1235-2-356
-sign 댐 24-1235-26
-sign 댑 24-1235-12
-sign 댒 24-1235-12-3
-sign 댓 24-1235-3
-sign 댔 24-1235-34
-sign 댕 24-1235-2356
-sign 댖 24-1235-13
-sign 댗 24-1235-23
-sign 댘 24-1235-235
-sign 댙 24-1235-236
-sign 댚 24-1235-256
-sign 댛 24-1235-356
-sign 댜 24-345
-sign 댝 24-345-1
-sign 댞 24-345-1-1
-sign 댟 24-345-1-3
-sign 댠 24-345-25
-sign 댡 24-345-25-13
-sign 댢 24-345-25-356
-sign 댣 24-345-35
-sign 댤 24-345-2
-sign 댥 24-345-2-1
-sign 댦 24-345-2-26
-sign 댧 24-345-2-12
-sign 댨 24-345-2-3
-sign 댩 24-345-2-236
-sign 댪 24-345-2-256
-sign 댫 24-345-2-356
-sign 댬 24-345-26
-sign 댭 24-345-12
-sign 댮 24-345-12-3
-sign 댯 24-345-3
-sign 댰 24-345-34
-sign 댱 24-345-2356
-sign 댲 24-345-13
-sign 댳 24-345-23
-sign 댴 24-345-235
-sign 댵 24-345-236
-sign 댶 24-345-256
-sign 댷 24-345-356
-sign 댸 24-345-1235
-sign 댹 24-345-1235-1
-sign 댺 24-345-1235-1-1
-sign 댻 24-345-1235-1-3
-sign 댼 24-345-1235-25
-sign 댽 24-345-1235-25-13
-sign 댾 24-345-1235-25-356
-sign 댿 24-345-1235-35
-sign 덀 24-345-1235-2
-sign 덁 24-345-1235-2-1
-sign 덂 24-345-1235-2-26
-sign 덃 24-345-1235-2-12
-sign 덄 24-345-1235-2-3
-sign 덅 24-345-1235-2-236
-sign 덆 24-345-1235-2-256
-sign 덇 24-345-1235-2-356
-sign 덈 24-345-1235-26
-sign 덉 24-345-1235-12
-sign 덊 24-345-1235-12-3
-sign 덋 24-345-1235-3
-sign 덌 24-345-1235-34
-sign 덍 24-345-1235-2356
-sign 덎 24-345-1235-13
-sign 덏 24-345-1235-23
-sign 덐 24-345-1235-235
-sign 덑 24-345-1235-236
-sign 덒 24-345-1235-256
-sign 덓 24-345-1235-356
-sign 더 24-234
-sign 덕 24-234-1
-sign 덖 24-234-1-1
-sign 덗 24-234-1-3
-sign 던 24-234-25
-sign 덙 24-234-25-13
-sign 덚 24-234-25-356
-sign 덛 24-234-35
-sign 덜 24-234-2
-sign 덝 24-234-2-1
-sign 덞 24-234-2-26
-sign 덟 24-234-2-12
-sign 덠 24-234-2-3
-sign 덡 24-234-2-236
-sign 덢 24-234-2-256
-sign 덣 24-234-2-356
-sign 덤 24-234-26
-sign 덥 24-234-12
-sign 덦 24-234-12-3
-sign 덧 24-234-3
-sign 덨 24-234-34
-sign 덩 24-234-2356
-sign 덪 24-234-13
-sign 덫 24-234-23
-sign 덬 24-234-235
-sign 덭 24-234-236
-sign 덮 24-234-256
-sign 덯 24-234-356
-sign 데 24-1345
-sign 덱 24-1345-1
-sign 덲 24-1345-1-1
-sign 덳 24-1345-1-3
-sign 덴 24-1345-25
-sign 덵 24-1345-25-13
-sign 덶 24-1345-25-356
-sign 덷 24-1345-35
-sign 델 24-1345-2
-sign 덹 24-1345-2-1
-sign 덺 24-1345-2-26
-sign 덻 24-1345-2-12
-sign 덼 24-1345-2-3
-sign 덽 24-1345-2-236
-sign 덾 24-1345-2-256
-sign 덿 24-1345-2-356
-sign 뎀 24-1345-26
-sign 뎁 24-1345-12
-sign 뎂 24-1345-12-3
-sign 뎃 24-1345-3
-sign 뎄 24-1345-34
-sign 뎅 24-1345-2356
-sign 뎆 24-1345-13
-sign 뎇 24-1345-23
-sign 뎈 24-1345-235
-sign 뎉 24-1345-236
-sign 뎊 24-1345-256
-sign 뎋 24-1345-356
-sign 뎌 24-156
-sign 뎍 24-156-1
-sign 뎎 24-156-1-1
-sign 뎏 24-156-1-3
-sign 뎐 24-156-25
-sign 뎑 24-156-25-13
-sign 뎒 24-156-25-356
-sign 뎓 24-156-35
-sign 뎔 24-156-2
-sign 뎕 24-156-2-1
-sign 뎖 24-156-2-26
-sign 뎗 24-156-2-12
-sign 뎘 24-156-2-3
-sign 뎙 24-156-2-236
-sign 뎚 24-156-2-256
-sign 뎛 24-156-2-356
-sign 뎜 24-156-26
-sign 뎝 24-156-12
-sign 뎞 24-156-12-3
-sign 뎟 24-156-3
-sign 뎠 24-156-34
-sign 뎡 24-156-2356
-sign 뎢 24-156-13
-sign 뎣 24-156-23
-sign 뎤 24-156-235
-sign 뎥 24-156-236
-sign 뎦 24-156-256
-sign 뎧 24-156-356
-sign 뎨 24-34
-sign 뎩 24-34-1
-sign 뎪 24-34-1-1
-sign 뎫 24-34-1-3
-sign 뎬 24-34-25
-sign 뎭 24-34-25-13
-sign 뎮 24-34-25-356
-sign 뎯 24-34-35
-sign 뎰 24-34-2
-sign 뎱 24-34-2-1
-sign 뎲 24-34-2-26
-sign 뎳 24-34-2-12
-sign 뎴 24-34-2-3
-sign 뎵 24-34-2-236
-sign 뎶 24-34-2-256
-sign 뎷 24-34-2-356
-sign 뎸 24-34-26
-sign 뎹 24-34-12
-sign 뎺 24-34-12-3
-sign 뎻 24-34-3
-sign 뎼 24-34-34
-sign 뎽 24-34-2356
-sign 뎾 24-34-13
-sign 뎿 24-34-23
-sign 돀 24-34-235
-sign 돁 24-34-236
-sign 돂 24-34-256
-sign 돃 24-34-356
-sign 도 24-136
-sign 독 24-136-1
-sign 돆 24-136-1-1
-sign 돇 24-136-1-3
-sign 돈 24-136-25
-sign 돉 24-136-25-13
-sign 돊 24-136-25-356
-sign 돋 24-136-35
-sign 돌 24-136-2
-sign 돍 24-136-2-1
-sign 돎 24-136-2-26
-sign 돏 24-136-2-12
-sign 돐 24-136-2-3
-sign 돑 24-136-2-236
-sign 돒 24-136-2-256
-sign 돓 24-136-2-356
-sign 돔 24-136-26
-sign 돕 24-136-12
-sign 돖 24-136-12-3
-sign 돗 24-136-3
-sign 돘 24-136-34
-sign 동 24-136-2356
-sign 돚 24-136-13
-sign 돛 24-136-23
-sign 돜 24-136-235
-sign 돝 24-136-236
-sign 돞 24-136-256
-sign 돟 24-136-356
-sign 돠 24-1236
-sign 돡 24-1236-1
-sign 돢 24-1236-1-1
-sign 돣 24-1236-1-3
-sign 돤 24-1236-25
-sign 돥 24-1236-25-13
-sign 돦 24-1236-25-356
-sign 돧 24-1236-35
-sign 돨 24-1236-2
-sign 돩 24-1236-2-1
-sign 돪 24-1236-2-26
-sign 돫 24-1236-2-12
-sign 돬 24-1236-2-3
-sign 돭 24-1236-2-236
-sign 돮 24-1236-2-256
-sign 돯 24-1236-2-356
-sign 돰 24-1236-26
-sign 돱 24-1236-12
-sign 돲 24-1236-12-3
-sign 돳 24-1236-3
-sign 돴 24-1236-34
-sign 돵 24-1236-2356
-sign 돶 24-1236-13
-sign 돷 24-1236-23
-sign 돸 24-1236-235
-sign 돹 24-1236-236
-sign 돺 24-1236-256
-sign 돻 24-1236-356
-sign 돼 24-1236-1235
-sign 돽 24-1236-1235-1
-sign 돾 24-1236-1235-1-1
-sign 돿 24-1236-1235-1-3
-sign 됀 24-1236-1235-25
-sign 됁 24-1236-1235-25-13
-sign 됂 24-1236-1235-25-356
-sign 됃 24-1236-1235-35
-sign 됄 24-1236-1235-2
-sign 됅 24-1236-1235-2-1
-sign 됆 24-1236-1235-2-26
-sign 됇 24-1236-1235-2-12
-sign 됈 24-1236-1235-2-3
-sign 됉 24-1236-1235-2-236
-sign 됊 24-1236-1235-2-256
-sign 됋 24-1236-1235-2-356
-sign 됌 24-1236-1235-26
-sign 됍 24-1236-1235-12
-sign 됎 24-1236-1235-12-3
-sign 됏 24-1236-1235-3
-sign 됐 24-1236-1235-34
-sign 됑 24-1236-1235-2356
-sign 됒 24-1236-1235-13
-sign 됓 24-1236-1235-23
-sign 됔 24-1236-1235-235
-sign 됕 24-1236-1235-236
-sign 됖 24-1236-1235-256
-sign 됗 24-1236-1235-356
-sign 되 24-13456
-sign 됙 24-13456-1
-sign 됚 24-13456-1-1
-sign 됛 24-13456-1-3
-sign 된 24-13456-25
-sign 됝 24-13456-25-13
-sign 됞 24-13456-25-356
-sign 됟 24-13456-35
-sign 될 24-13456-2
-sign 됡 24-13456-2-1
-sign 됢 24-13456-2-26
-sign 됣 24-13456-2-12
-sign 됤 24-13456-2-3
-sign 됥 24-13456-2-236
-sign 됦 24-13456-2-256
-sign 됧 24-13456-2-356
-sign 됨 24-13456-26
-sign 됩 24-13456-12
-sign 됪 24-13456-12-3
-sign 됫 24-13456-3
-sign 됬 24-13456-34
-sign 됭 24-13456-2356
-sign 됮 24-13456-13
-sign 됯 24-13456-23
-sign 됰 24-13456-235
-sign 됱 24-13456-236
-sign 됲 24-13456-256
-sign 됳 24-13456-356
-sign 됴 24-346
-sign 됵 24-346-1
-sign 됶 24-346-1-1
-sign 됷 24-346-1-3
-sign 됸 24-346-25
-sign 됹 24-346-25-13
-sign 됺 24-346-25-356
-sign 됻 24-346-35
-sign 됼 24-346-2
-sign 됽 24-346-2-1
-sign 됾 24-346-2-26
-sign 됿 24-346-2-12
-sign 둀 24-346-2-3
-sign 둁 24-346-2-236
-sign 둂 24-346-2-256
-sign 둃 24-346-2-356
-sign 둄 24-346-26
-sign 둅 24-346-12
-sign 둆 24-346-12-3
-sign 둇 24-346-3
-sign 둈 24-346-34
-sign 둉 24-346-2356
-sign 둊 24-346-13
-sign 둋 24-346-23
-sign 둌 24-346-235
-sign 둍 24-346-236
-sign 둎 24-346-256
-sign 둏 24-346-356
-sign 두 24-134
-sign 둑 24-134-1
-sign 둒 24-134-1-1
-sign 둓 24-134-1-3
-sign 둔 24-134-25
-sign 둕 24-134-25-13
-sign 둖 24-134-25-356
-sign 둗 24-134-35
-sign 둘 24-134-2
-sign 둙 24-134-2-1
-sign 둚 24-134-2-26
-sign 둛 24-134-2-12
-sign 둜 24-134-2-3
-sign 둝 24-134-2-236
-sign 둞 24-134-2-256
-sign 둟 24-134-2-356
-sign 둠 24-134-26
-sign 둡 24-134-12
-sign 둢 24-134-12-3
-sign 둣 24-134-3
-sign 둤 24-134-34
-sign 둥 24-134-2356
-sign 둦 24-134-13
-sign 둧 24-134-23
-sign 둨 24-134-235
-sign 둩 24-134-236
-sign 둪 24-134-256
-sign 둫 24-134-356
-sign 둬 24-1234
-sign 둭 24-1234-1
-sign 둮 24-1234-1-1
-sign 둯 24-1234-1-3
-sign 둰 24-1234-25
-sign 둱 24-1234-25-13
-sign 둲 24-1234-25-356
-sign 둳 24-1234-35
-sign 둴 24-1234-2
-sign 둵 24-1234-2-1
-sign 둶 24-1234-2-26
-sign 둷 24-1234-2-12
-sign 둸 24-1234-2-3
-sign 둹 24-1234-2-236
-sign 둺 24-1234-2-256
-sign 둻 24-1234-2-356
-sign 둼 24-1234-26
-sign 둽 24-1234-12
-sign 둾 24-1234-12-3
-sign 둿 24-1234-3
-sign 뒀 24-1234-34
-sign 뒁 24-1234-2356
-sign 뒂 24-1234-13
-sign 뒃 24-1234-23
-sign 뒄 24-1234-235
-sign 뒅 24-1234-236
-sign 뒆 24-1234-256
-sign 뒇 24-1234-356
-sign 뒈 24-1234-1235
-sign 뒉 24-1234-1235-1
-sign 뒊 24-1234-1235-1-1
-sign 뒋 24-1234-1235-1-3
-sign 뒌 24-1234-1235-25
-sign 뒍 24-1234-1235-25-13
-sign 뒎 24-1234-1235-25-356
-sign 뒏 24-1234-1235-35
-sign 뒐 24-1234-1235-2
-sign 뒑 24-1234-1235-2-1
-sign 뒒 24-1234-1235-2-26
-sign 뒓 24-1234-1235-2-12
-sign 뒔 24-1234-1235-2-3
-sign 뒕 24-1234-1235-2-236
-sign 뒖 24-1234-1235-2-256
-sign 뒗 24-1234-1235-2-356
-sign 뒘 24-1234-1235-26
-sign 뒙 24-1234-1235-12
-sign 뒚 24-1234-1235-12-3
-sign 뒛 24-1234-1235-3
-sign 뒜 24-1234-1235-34
-sign 뒝 24-1234-1235-2356
-sign 뒞 24-1234-1235-13
-sign 뒟 24-1234-1235-23
-sign 뒠 24-1234-1235-235
-sign 뒡 24-1234-1235-236
-sign 뒢 24-1234-1235-256
-sign 뒣 24-1234-1235-356
-sign 뒤 24-134-1235
-sign 뒥 24-134-1235-1
-sign 뒦 24-134-1235-1-1
-sign 뒧 24-134-1235-1-3
-sign 뒨 24-134-1235-25
-sign 뒩 24-134-1235-25-13
-sign 뒪 24-134-1235-25-356
-sign 뒫 24-134-1235-35
-sign 뒬 24-134-1235-2
-sign 뒭 24-134-1235-2-1
-sign 뒮 24-134-1235-2-26
-sign 뒯 24-134-1235-2-12
-sign 뒰 24-134-1235-2-3
-sign 뒱 24-134-1235-2-236
-sign 뒲 24-134-1235-2-256
-sign 뒳 24-134-1235-2-356
-sign 뒴 24-134-1235-26
-sign 뒵 24-134-1235-12
-sign 뒶 24-134-1235-12-3
-sign 뒷 24-134-1235-3
-sign 뒸 24-134-1235-34
-sign 뒹 24-134-1235-2356
-sign 뒺 24-134-1235-13
-sign 뒻 24-134-1235-23
-sign 뒼 24-134-1235-235
-sign 뒽 24-134-1235-236
-sign 뒾 24-134-1235-256
-sign 뒿 24-134-1235-356
-sign 듀 24-146
-sign 듁 24-146-1
-sign 듂 24-146-1-1
-sign 듃 24-146-1-3
-sign 듄 24-146-25
-sign 듅 24-146-25-13
-sign 듆 24-146-25-356
-sign 듇 24-146-35
-sign 듈 24-146-2
-sign 듉 24-146-2-1
-sign 듊 24-146-2-26
-sign 듋 24-146-2-12
-sign 듌 24-146-2-3
-sign 듍 24-146-2-236
-sign 듎 24-146-2-256
-sign 듏 24-146-2-356
-sign 듐 24-146-26
-sign 듑 24-146-12
-sign 듒 24-146-12-3
-sign 듓 24-146-3
-sign 듔 24-146-34
-sign 듕 24-146-2356
-sign 듖 24-146-13
-sign 듗 24-146-23
-sign 듘 24-146-235
-sign 듙 24-146-236
-sign 듚 24-146-256
-sign 듛 24-146-356
-sign 드 24-246
-sign 득 24-246-1
-sign 듞 24-246-1-1
-sign 듟 24-246-1-3
-sign 든 24-246-25
-sign 듡 24-246-25-13
-sign 듢 24-246-25-356
-sign 듣 24-246-35
-sign 들 24-246-2
-sign 듥 24-246-2-1
-sign 듦 24-246-2-26
-sign 듧 24-246-2-12
-sign 듨 24-246-2-3
-sign 듩 24-246-2-236
-sign 듪 24-246-2-256
-sign 듫 24-246-2-356
-sign 듬 24-246-26
-sign 듭 24-246-12
-sign 듮 24-246-12-3
-sign 듯 24-246-3
-sign 듰 24-246-34
-sign 등 24-246-2356
-sign 듲 24-246-13
-sign 듳 24-246-23
-sign 듴 24-246-235
-sign 듵 24-246-236
-sign 듶 24-246-256
-sign 듷 24-246-356
-sign 듸 24-2456
-sign 듹 24-2456-1
-sign 듺 24-2456-1-1
-sign 듻 24-2456-1-3
-sign 듼 24-2456-25
-sign 듽 24-2456-25-13
-sign 듾 24-2456-25-356
-sign 듿 24-2456-35
-sign 딀 24-2456-2
-sign 딁 24-2456-2-1
-sign 딂 24-2456-2-26
-sign 딃 24-2456-2-12
-sign 딄 24-2456-2-3
-sign 딅 24-2456-2-236
-sign 딆 24-2456-2-256
-sign 딇 24-2456-2-356
-sign 딈 24-2456-26
-sign 딉 24-2456-12
-sign 딊 24-2456-12-3
-sign 딋 24-2456-3
-sign 딌 24-2456-34
-sign 딍 24-2456-2356
-sign 딎 24-2456-13
-sign 딏 24-2456-23
-sign 딐 24-2456-235
-sign 딑 24-2456-236
-sign 딒 24-2456-256
-sign 딓 24-2456-356
-sign 디 24-135
-sign 딕 24-135-1
-sign 딖 24-135-1-1
-sign 딗 24-135-1-3
-sign 딘 24-135-25
-sign 딙 24-135-25-13
-sign 딚 24-135-25-356
-sign 딛 24-135-35
-sign 딜 24-135-2
-sign 딝 24-135-2-1
-sign 딞 24-135-2-26
-sign 딟 24-135-2-12
-sign 딠 24-135-2-3
-sign 딡 24-135-2-236
-sign 딢 24-135-2-256
-sign 딣 24-135-2-356
-sign 딤 24-135-26
-sign 딥 24-135-12
-sign 딦 24-135-12-3
-sign 딧 24-135-3
-sign 딨 24-135-34
-sign 딩 24-135-2356
-sign 딪 24-135-13
-sign 딫 24-135-23
-sign 딬 24-135-235
-sign 딭 24-135-236
-sign 딮 24-135-256
-sign 딯 24-135-356
-sign 따 6-24-126
-sign 딱 6-24-126-1
-sign 딲 6-24-126-1-1
-sign 딳 6-24-126-1-3
-sign 딴 6-24-126-25
-sign 딵 6-24-126-25-13
-sign 딶 6-24-126-25-356
-sign 딷 6-24-126-35
-sign 딸 6-24-126-2
-sign 딹 6-24-126-2-1
-sign 딺 6-24-126-2-26
-sign 딻 6-24-126-2-12
-sign 딼 6-24-126-2-3
-sign 딽 6-24-126-2-236
-sign 딾 6-24-126-2-256
-sign 딿 6-24-126-2-356
-sign 땀 6-24-126-26
-sign 땁 6-24-126-12
-sign 땂 6-24-126-12-3
-sign 땃 6-24-126-3
-sign 땄 6-24-126-34
-sign 땅 6-24-126-2356
-sign 땆 6-24-126-13
-sign 땇 6-24-126-23
-sign 땈 6-24-126-235
-sign 땉 6-24-126-236
-sign 땊 6-24-126-256
-sign 땋 6-24-126-356
-sign 때 6-24-1235
-sign 땍 6-24-1235-1
-sign 땎 6-24-1235-1-1
-sign 땏 6-24-1235-1-3
-sign 땐 6-24-1235-25
-sign 땑 6-24-1235-25-13
-sign 땒 6-24-1235-25-356
-sign 땓 6-24-1235-35
-sign 땔 6-24-1235-2
-sign 땕 6-24-1235-2-1
-sign 땖 6-24-1235-2-26
-sign 땗 6-24-1235-2-12
-sign 땘 6-24-1235-2-3
-sign 땙 6-24-1235-2-236
-sign 땚 6-24-1235-2-256
-sign 땛 6-24-1235-2-356
-sign 땜 6-24-1235-26
-sign 땝 6-24-1235-12
-sign 땞 6-24-1235-12-3
-sign 땟 6-24-1235-3
-sign 땠 6-24-1235-34
-sign 땡 6-24-1235-2356
-sign 땢 6-24-1235-13
-sign 땣 6-24-1235-23
-sign 땤 6-24-1235-235
-sign 땥 6-24-1235-236
-sign 땦 6-24-1235-256
-sign 땧 6-24-1235-356
-sign 땨 6-24-345
-sign 땩 6-24-345-1
-sign 땪 6-24-345-1-1
-sign 땫 6-24-345-1-3
-sign 땬 6-24-345-25
-sign 땭 6-24-345-25-13
-sign 땮 6-24-345-25-356
-sign 땯 6-24-345-35
-sign 땰 6-24-345-2
-sign 땱 6-24-345-2-1
-sign 땲 6-24-345-2-26
-sign 땳 6-24-345-2-12
-sign 땴 6-24-345-2-3
-sign 땵 6-24-345-2-236
-sign 땶 6-24-345-2-256
-sign 땷 6-24-345-2-356
-sign 땸 6-24-345-26
-sign 땹 6-24-345-12
-sign 땺 6-24-345-12-3
-sign 땻 6-24-345-3
-sign 땼 6-24-345-34
-sign 땽 6-24-345-2356
-sign 땾 6-24-345-13
-sign 땿 6-24-345-23
-sign 떀 6-24-345-235
-sign 떁 6-24-345-236
-sign 떂 6-24-345-256
-sign 떃 6-24-345-356
-sign 떄 6-24-345-1235
-sign 떅 6-24-345-1235-1
-sign 떆 6-24-345-1235-1-1
-sign 떇 6-24-345-1235-1-3
-sign 떈 6-24-345-1235-25
-sign 떉 6-24-345-1235-25-13
-sign 떊 6-24-345-1235-25-356
-sign 떋 6-24-345-1235-35
-sign 떌 6-24-345-1235-2
-sign 떍 6-24-345-1235-2-1
-sign 떎 6-24-345-1235-2-26
-sign 떏 6-24-345-1235-2-12
-sign 떐 6-24-345-1235-2-3
-sign 떑 6-24-345-1235-2-236
-sign 떒 6-24-345-1235-2-256
-sign 떓 6-24-345-1235-2-356
-sign 떔 6-24-345-1235-26
-sign 떕 6-24-345-1235-12
-sign 떖 6-24-345-1235-12-3
-sign 떗 6-24-345-1235-3
-sign 떘 6-24-345-1235-34
-sign 떙 6-24-345-1235-2356
-sign 떚 6-24-345-1235-13
-sign 떛 6-24-345-1235-23
-sign 떜 6-24-345-1235-235
-sign 떝 6-24-345-1235-236
-sign 떞 6-24-345-1235-256
-sign 떟 6-24-345-1235-356
-sign 떠 6-24-234
-sign 떡 6-24-234-1
-sign 떢 6-24-234-1-1
-sign 떣 6-24-234-1-3
-sign 떤 6-24-234-25
-sign 떥 6-24-234-25-13
-sign 떦 6-24-234-25-356
-sign 떧 6-24-234-35
-sign 떨 6-24-234-2
-sign 떩 6-24-234-2-1
-sign 떪 6-24-234-2-26
-sign 떫 6-24-234-2-12
-sign 떬 6-24-234-2-3
-sign 떭 6-24-234-2-236
-sign 떮 6-24-234-2-256
-sign 떯 6-24-234-2-356
-sign 떰 6-24-234-26
-sign 떱 6-24-234-12
-sign 떲 6-24-234-12-3
-sign 떳 6-24-234-3
-sign 떴 6-24-234-34
-sign 떵 6-24-234-2356
-sign 떶 6-24-234-13
-sign 떷 6-24-234-23
-sign 떸 6-24-234-235
-sign 떹 6-24-234-236
-sign 떺 6-24-234-256
-sign 떻 6-24-234-356
-sign 떼 6-24-1345
-sign 떽 6-24-1345-1
-sign 떾 6-24-1345-1-1
-sign 떿 6-24-1345-1-3
-sign 뗀 6-24-1345-25
-sign 뗁 6-24-1345-25-13
-sign 뗂 6-24-1345-25-356
-sign 뗃 6-24-1345-35
-sign 뗄 6-24-1345-2
-sign 뗅 6-24-1345-2-1
-sign 뗆 6-24-1345-2-26
-sign 뗇 6-24-1345-2-12
-sign 뗈 6-24-1345-2-3
-sign 뗉 6-24-1345-2-236
-sign 뗊 6-24-1345-2-256
-sign 뗋 6-24-1345-2-356
-sign 뗌 6-24-1345-26
-sign 뗍 6-24-1345-12
-sign 뗎 6-24-1345-12-3
-sign 뗏 6-24-1345-3
-sign 뗐 6-24-1345-34
-sign 뗑 6-24-1345-2356
-sign 뗒 6-24-1345-13
-sign 뗓 6-24-1345-23
-sign 뗔 6-24-1345-235
-sign 뗕 6-24-1345-236
-sign 뗖 6-24-1345-256
-sign 뗗 6-24-1345-356
-sign 뗘 6-24-156
-sign 뗙 6-24-156-1
-sign 뗚 6-24-156-1-1
-sign 뗛 6-24-156-1-3
-sign 뗜 6-24-156-25
-sign 뗝 6-24-156-25-13
-sign 뗞 6-24-156-25-356
-sign 뗟 6-24-156-35
-sign 뗠 6-24-156-2
-sign 뗡 6-24-156-2-1
-sign 뗢 6-24-156-2-26
-sign 뗣 6-24-156-2-12
-sign 뗤 6-24-156-2-3
-sign 뗥 6-24-156-2-236
-sign 뗦 6-24-156-2-256
-sign 뗧 6-24-156-2-356
-sign 뗨 6-24-156-26
-sign 뗩 6-24-156-12
-sign 뗪 6-24-156-12-3
-sign 뗫 6-24-156-3
-sign 뗬 6-24-156-34
-sign 뗭 6-24-156-2356
-sign 뗮 6-24-156-13
-sign 뗯 6-24-156-23
-sign 뗰 6-24-156-235
-sign 뗱 6-24-156-236
-sign 뗲 6-24-156-256
-sign 뗳 6-24-156-356
-sign 뗴 6-24-34
-sign 뗵 6-24-34-1
-sign 뗶 6-24-34-1-1
-sign 뗷 6-24-34-1-3
-sign 뗸 6-24-34-25
-sign 뗹 6-24-34-25-13
-sign 뗺 6-24-34-25-356
-sign 뗻 6-24-34-35
-sign 뗼 6-24-34-2
-sign 뗽 6-24-34-2-1
-sign 뗾 6-24-34-2-26
-sign 뗿 6-24-34-2-12
-sign 똀 6-24-34-2-3
-sign 똁 6-24-34-2-236
-sign 똂 6-24-34-2-256
-sign 똃 6-24-34-2-356
-sign 똄 6-24-34-26
-sign 똅 6-24-34-12
-sign 똆 6-24-34-12-3
-sign 똇 6-24-34-3
-sign 똈 6-24-34-34
-sign 똉 6-24-34-2356
-sign 똊 6-24-34-13
-sign 똋 6-24-34-23
-sign 똌 6-24-34-235
-sign 똍 6-24-34-236
-sign 똎 6-24-34-256
-sign 똏 6-24-34-356
-sign 또 6-24-136
-sign 똑 6-24-136-1
-sign 똒 6-24-136-1-1
-sign 똓 6-24-136-1-3
-sign 똔 6-24-136-25
-sign 똕 6-24-136-25-13
-sign 똖 6-24-136-25-356
-sign 똗 6-24-136-35
-sign 똘 6-24-136-2
-sign 똙 6-24-136-2-1
-sign 똚 6-24-136-2-26
-sign 똛 6-24-136-2-12
-sign 똜 6-24-136-2-3
-sign 똝 6-24-136-2-236
-sign 똞 6-24-136-2-256
-sign 똟 6-24-136-2-356
-sign 똠 6-24-136-26
-sign 똡 6-24-136-12
-sign 똢 6-24-136-12-3
-sign 똣 6-24-136-3
-sign 똤 6-24-136-34
-sign 똥 6-24-136-2356
-sign 똦 6-24-136-13
-sign 똧 6-24-136-23
-sign 똨 6-24-136-235
-sign 똩 6-24-136-236
-sign 똪 6-24-136-256
-sign 똫 6-24-136-356
-sign 똬 6-24-1236
-sign 똭 6-24-1236-1
-sign 똮 6-24-1236-1-1
-sign 똯 6-24-1236-1-3
-sign 똰 6-24-1236-25
-sign 똱 6-24-1236-25-13
-sign 똲 6-24-1236-25-356
-sign 똳 6-24-1236-35
-sign 똴 6-24-1236-2
-sign 똵 6-24-1236-2-1
-sign 똶 6-24-1236-2-26
-sign 똷 6-24-1236-2-12
-sign 똸 6-24-1236-2-3
-sign 똹 6-24-1236-2-236
-sign 똺 6-24-1236-2-256
-sign 똻 6-24-1236-2-356
-sign 똼 6-24-1236-26
-sign 똽 6-24-1236-12
-sign 똾 6-24-1236-12-3
-sign 똿 6-24-1236-3
-sign 뙀 6-24-1236-34
-sign 뙁 6-24-1236-2356
-sign 뙂 6-24-1236-13
-sign 뙃 6-24-1236-23
-sign 뙄 6-24-1236-235
-sign 뙅 6-24-1236-236
-sign 뙆 6-24-1236-256
-sign 뙇 6-24-1236-356
-sign 뙈 6-24-1236-1235
-sign 뙉 6-24-1236-1235-1
-sign 뙊 6-24-1236-1235-1-1
-sign 뙋 6-24-1236-1235-1-3
-sign 뙌 6-24-1236-1235-25
-sign 뙍 6-24-1236-1235-25-13
-sign 뙎 6-24-1236-1235-25-356
-sign 뙏 6-24-1236-1235-35
-sign 뙐 6-24-1236-1235-2
-sign 뙑 6-24-1236-1235-2-1
-sign 뙒 6-24-1236-1235-2-26
-sign 뙓 6-24-1236-1235-2-12
-sign 뙔 6-24-1236-1235-2-3
-sign 뙕 6-24-1236-1235-2-236
-sign 뙖 6-24-1236-1235-2-256
-sign 뙗 6-24-1236-1235-2-356
-sign 뙘 6-24-1236-1235-26
-sign 뙙 6-24-1236-1235-12
-sign 뙚 6-24-1236-1235-12-3
-sign 뙛 6-24-1236-1235-3
-sign 뙜 6-24-1236-1235-34
-sign 뙝 6-24-1236-1235-2356
-sign 뙞 6-24-1236-1235-13
-sign 뙟 6-24-1236-1235-23
-sign 뙠 6-24-1236-1235-235
-sign 뙡 6-24-1236-1235-236
-sign 뙢 6-24-1236-1235-256
-sign 뙣 6-24-1236-1235-356
-sign 뙤 6-24-13456
-sign 뙥 6-24-13456-1
-sign 뙦 6-24-13456-1-1
-sign 뙧 6-24-13456-1-3
-sign 뙨 6-24-13456-25
-sign 뙩 6-24-13456-25-13
-sign 뙪 6-24-13456-25-356
-sign 뙫 6-24-13456-35
-sign 뙬 6-24-13456-2
-sign 뙭 6-24-13456-2-1
-sign 뙮 6-24-13456-2-26
-sign 뙯 6-24-13456-2-12
-sign 뙰 6-24-13456-2-3
-sign 뙱 6-24-13456-2-236
-sign 뙲 6-24-13456-2-256
-sign 뙳 6-24-13456-2-356
-sign 뙴 6-24-13456-26
-sign 뙵 6-24-13456-12
-sign 뙶 6-24-13456-12-3
-sign 뙷 6-24-13456-3
-sign 뙸 6-24-13456-34
-sign 뙹 6-24-13456-2356
-sign 뙺 6-24-13456-13
-sign 뙻 6-24-13456-23
-sign 뙼 6-24-13456-235
-sign 뙽 6-24-13456-236
-sign 뙾 6-24-13456-256
-sign 뙿 6-24-13456-356
-sign 뚀 6-24-346
-sign 뚁 6-24-346-1
-sign 뚂 6-24-346-1-1
-sign 뚃 6-24-346-1-3
-sign 뚄 6-24-346-25
-sign 뚅 6-24-346-25-13
-sign 뚆 6-24-346-25-356
-sign 뚇 6-24-346-35
-sign 뚈 6-24-346-2
-sign 뚉 6-24-346-2-1
-sign 뚊 6-24-346-2-26
-sign 뚋 6-24-346-2-12
-sign 뚌 6-24-346-2-3
-sign 뚍 6-24-346-2-236
-sign 뚎 6-24-346-2-256
-sign 뚏 6-24-346-2-356
-sign 뚐 6-24-346-26
-sign 뚑 6-24-346-12
-sign 뚒 6-24-346-12-3
-sign 뚓 6-24-346-3
-sign 뚔 6-24-346-34
-sign 뚕 6-24-346-2356
-sign 뚖 6-24-346-13
-sign 뚗 6-24-346-23
-sign 뚘 6-24-346-235
-sign 뚙 6-24-346-236
-sign 뚚 6-24-346-256
-sign 뚛 6-24-346-356
-sign 뚜 6-24-134
-sign 뚝 6-24-134-1
-sign 뚞 6-24-134-1-1
-sign 뚟 6-24-134-1-3
-sign 뚠 6-24-134-25
-sign 뚡 6-24-134-25-13
-sign 뚢 6-24-134-25-356
-sign 뚣 6-24-134-35
-sign 뚤 6-24-134-2
-sign 뚥 6-24-134-2-1
-sign 뚦 6-24-134-2-26
-sign 뚧 6-24-134-2-12
-sign 뚨 6-24-134-2-3
-sign 뚩 6-24-134-2-236
-sign 뚪 6-24-134-2-256
-sign 뚫 6-24-134-2-356
-sign 뚬 6-24-134-26
-sign 뚭 6-24-134-12
-sign 뚮 6-24-134-12-3
-sign 뚯 6-24-134-3
-sign 뚰 6-24-134-34
-sign 뚱 6-24-134-2356
-sign 뚲 6-24-134-13
-sign 뚳 6-24-134-23
-sign 뚴 6-24-134-235
-sign 뚵 6-24-134-236
-sign 뚶 6-24-134-256
-sign 뚷 6-24-134-356
-sign 뚸 6-24-1234
-sign 뚹 6-24-1234-1
-sign 뚺 6-24-1234-1-1
-sign 뚻 6-24-1234-1-3
-sign 뚼 6-24-1234-25
-sign 뚽 6-24-1234-25-13
-sign 뚾 6-24-1234-25-356
-sign 뚿 6-24-1234-35
-sign 뛀 6-24-1234-2
-sign 뛁 6-24-1234-2-1
-sign 뛂 6-24-1234-2-26
-sign 뛃 6-24-1234-2-12
-sign 뛄 6-24-1234-2-3
-sign 뛅 6-24-1234-2-236
-sign 뛆 6-24-1234-2-256
-sign 뛇 6-24-1234-2-356
-sign 뛈 6-24-1234-26
-sign 뛉 6-24-1234-12
-sign 뛊 6-24-1234-12-3
-sign 뛋 6-24-1234-3
-sign 뛌 6-24-1234-34
-sign 뛍 6-24-1234-2356
-sign 뛎 6-24-1234-13
-sign 뛏 6-24-1234-23
-sign 뛐 6-24-1234-235
-sign 뛑 6-24-1234-236
-sign 뛒 6-24-1234-256
-sign 뛓 6-24-1234-356
-sign 뛔 6-24-1234-1235
-sign 뛕 6-24-1234-1235-1
-sign 뛖 6-24-1234-1235-1-1
-sign 뛗 6-24-1234-1235-1-3
-sign 뛘 6-24-1234-1235-25
-sign 뛙 6-24-1234-1235-25-13
-sign 뛚 6-24-1234-1235-25-356
-sign 뛛 6-24-1234-1235-35
-sign 뛜 6-24-1234-1235-2
-sign 뛝 6-24-1234-1235-2-1
-sign 뛞 6-24-1234-1235-2-26
-sign 뛟 6-24-1234-1235-2-12
-sign 뛠 6-24-1234-1235-2-3
-sign 뛡 6-24-1234-1235-2-236
-sign 뛢 6-24-1234-1235-2-256
-sign 뛣 6-24-1234-1235-2-356
-sign 뛤 6-24-1234-1235-26
-sign 뛥 6-24-1234-1235-12
-sign 뛦 6-24-1234-1235-12-3
-sign 뛧 6-24-1234-1235-3
-sign 뛨 6-24-1234-1235-34
-sign 뛩 6-24-1234-1235-2356
-sign 뛪 6-24-1234-1235-13
-sign 뛫 6-24-1234-1235-23
-sign 뛬 6-24-1234-1235-235
-sign 뛭 6-24-1234-1235-236
-sign 뛮 6-24-1234-1235-256
-sign 뛯 6-24-1234-1235-356
-sign 뛰 6-24-134-1235
-sign 뛱 6-24-134-1235-1
-sign 뛲 6-24-134-1235-1-1
-sign 뛳 6-24-134-1235-1-3
-sign 뛴 6-24-134-1235-25
-sign 뛵 6-24-134-1235-25-13
-sign 뛶 6-24-134-1235-25-356
-sign 뛷 6-24-134-1235-35
-sign 뛸 6-24-134-1235-2
-sign 뛹 6-24-134-1235-2-1
-sign 뛺 6-24-134-1235-2-26
-sign 뛻 6-24-134-1235-2-12
-sign 뛼 6-24-134-1235-2-3
-sign 뛽 6-24-134-1235-2-236
-sign 뛾 6-24-134-1235-2-256
-sign 뛿 6-24-134-1235-2-356
-sign 뜀 6-24-134-1235-26
-sign 뜁 6-24-134-1235-12
-sign 뜂 6-24-134-1235-12-3
-sign 뜃 6-24-134-1235-3
-sign 뜄 6-24-134-1235-34
-sign 뜅 6-24-134-1235-2356
-sign 뜆 6-24-134-1235-13
-sign 뜇 6-24-134-1235-23
-sign 뜈 6-24-134-1235-235
-sign 뜉 6-24-134-1235-236
-sign 뜊 6-24-134-1235-256
-sign 뜋 6-24-134-1235-356
-sign 뜌 6-24-146
-sign 뜍 6-24-146-1
-sign 뜎 6-24-146-1-1
-sign 뜏 6-24-146-1-3
-sign 뜐 6-24-146-25
-sign 뜑 6-24-146-25-13
-sign 뜒 6-24-146-25-356
-sign 뜓 6-24-146-35
-sign 뜔 6-24-146-2
-sign 뜕 6-24-146-2-1
-sign 뜖 6-24-146-2-26
-sign 뜗 6-24-146-2-12
-sign 뜘 6-24-146-2-3
-sign 뜙 6-24-146-2-236
-sign 뜚 6-24-146-2-256
-sign 뜛 6-24-146-2-356
-sign 뜜 6-24-146-26
-sign 뜝 6-24-146-12
-sign 뜞 6-24-146-12-3
-sign 뜟 6-24-146-3
-sign 뜠 6-24-146-34
-sign 뜡 6-24-146-2356
-sign 뜢 6-24-146-13
-sign 뜣 6-24-146-23
-sign 뜤 6-24-146-235
-sign 뜥 6-24-146-236
-sign 뜦 6-24-146-256
-sign 뜧 6-24-146-356
-sign 뜨 6-24-246
-sign 뜩 6-24-246-1
-sign 뜪 6-24-246-1-1
-sign 뜫 6-24-246-1-3
-sign 뜬 6-24-246-25
-sign 뜭 6-24-246-25-13
-sign 뜮 6-24-246-25-356
-sign 뜯 6-24-246-35
-sign 뜰 6-24-246-2
-sign 뜱 6-24-246-2-1
-sign 뜲 6-24-246-2-26
-sign 뜳 6-24-246-2-12
-sign 뜴 6-24-246-2-3
-sign 뜵 6-24-246-2-236
-sign 뜶 6-24-246-2-256
-sign 뜷 6-24-246-2-356
-sign 뜸 6-24-246-26
-sign 뜹 6-24-246-12
-sign 뜺 6-24-246-12-3
-sign 뜻 6-24-246-3
-sign 뜼 6-24-246-34
-sign 뜽 6-24-246-2356
-sign 뜾 6-24-246-13
-sign 뜿 6-24-246-23
-sign 띀 6-24-246-235
-sign 띁 6-24-246-236
-sign 띂 6-24-246-256
-sign 띃 6-24-246-356
-sign 띄 6-24-2456
-sign 띅 6-24-2456-1
-sign 띆 6-24-2456-1-1
-sign 띇 6-24-2456-1-3
-sign 띈 6-24-2456-25
-sign 띉 6-24-2456-25-13
-sign 띊 6-24-2456-25-356
-sign 띋 6-24-2456-35
-sign 띌 6-24-2456-2
-sign 띍 6-24-2456-2-1
-sign 띎 6-24-2456-2-26
-sign 띏 6-24-2456-2-12
-sign 띐 6-24-2456-2-3
-sign 띑 6-24-2456-2-236
-sign 띒 6-24-2456-2-256
-sign 띓 6-24-2456-2-356
-sign 띔 6-24-2456-26
-sign 띕 6-24-2456-12
-sign 띖 6-24-2456-12-3
-sign 띗 6-24-2456-3
-sign 띘 6-24-2456-34
-sign 띙 6-24-2456-2356
-sign 띚 6-24-2456-13
-sign 띛 6-24-2456-23
-sign 띜 6-24-2456-235
-sign 띝 6-24-2456-236
-sign 띞 6-24-2456-256
-sign 띟 6-24-2456-356
-sign 띠 6-24-135
-sign 띡 6-24-135-1
-sign 띢 6-24-135-1-1
-sign 띣 6-24-135-1-3
-sign 띤 6-24-135-25
-sign 띥 6-24-135-25-13
-sign 띦 6-24-135-25-356
-sign 띧 6-24-135-35
-sign 띨 6-24-135-2
-sign 띩 6-24-135-2-1
-sign 띪 6-24-135-2-26
-sign 띫 6-24-135-2-12
-sign 띬 6-24-135-2-3
-sign 띭 6-24-135-2-236
-sign 띮 6-24-135-2-256
-sign 띯 6-24-135-2-356
-sign 띰 6-24-135-26
-sign 띱 6-24-135-12
-sign 띲 6-24-135-12-3
-sign 띳 6-24-135-3
-sign 띴 6-24-135-34
-sign 띵 6-24-135-2356
-sign 띶 6-24-135-13
-sign 띷 6-24-135-23
-sign 띸 6-24-135-235
-sign 띹 6-24-135-236
-sign 띺 6-24-135-256
-sign 띻 6-24-135-356
-sign 라 5-126
-sign 락 5-126-1
-sign 띾 5-126-1-1
-sign 띿 5-126-1-3
-sign 란 5-126-25
-sign 랁 5-126-25-13
-sign 랂 5-126-25-356
-sign 랃 5-126-35
-sign 랄 5-126-2
-sign 랅 5-126-2-1
-sign 랆 5-126-2-26
-sign 랇 5-126-2-12
-sign 랈 5-126-2-3
-sign 랉 5-126-2-236
-sign 랊 5-126-2-256
-sign 랋 5-126-2-356
-sign 람 5-126-26
-sign 랍 5-126-12
-sign 랎 5-126-12-3
-sign 랏 5-126-3
-sign 랐 5-126-34
-sign 랑 5-126-2356
-sign 랒 5-126-13
-sign 랓 5-126-23
-sign 랔 5-126-235
-sign 랕 5-126-236
-sign 랖 5-126-256
-sign 랗 5-126-356
-sign 래 5-1235
-sign 랙 5-1235-1
-sign 랚 5-1235-1-1
-sign 랛 5-1235-1-3
-sign 랜 5-1235-25
-sign 랝 5-1235-25-13
-sign 랞 5-1235-25-356
-sign 랟 5-1235-35
-sign 랠 5-1235-2
-sign 랡 5-1235-2-1
-sign 랢 5-1235-2-26
-sign 랣 5-1235-2-12
-sign 랤 5-1235-2-3
-sign 랥 5-1235-2-236
-sign 랦 5-1235-2-256
-sign 랧 5-1235-2-356
-sign 램 5-1235-26
-sign 랩 5-1235-12
-sign 랪 5-1235-12-3
-sign 랫 5-1235-3
-sign 랬 5-1235-34
-sign 랭 5-1235-2356
-sign 랮 5-1235-13
-sign 랯 5-1235-23
-sign 랰 5-1235-235
-sign 랱 5-1235-236
-sign 랲 5-1235-256
-sign 랳 5-1235-356
-sign 랴 5-345
-sign 략 5-345-1
-sign 랶 5-345-1-1
-sign 랷 5-345-1-3
-sign 랸 5-345-25
-sign 랹 5-345-25-13
-sign 랺 5-345-25-356
-sign 랻 5-345-35
-sign 랼 5-345-2
-sign 랽 5-345-2-1
-sign 랾 5-345-2-26
-sign 랿 5-345-2-12
-sign 럀 5-345-2-3
-sign 럁 5-345-2-236
-sign 럂 5-345-2-256
-sign 럃 5-345-2-356
-sign 럄 5-345-26
-sign 럅 5-345-12
-sign 럆 5-345-12-3
-sign 럇 5-345-3
-sign 럈 5-345-34
-sign 량 5-345-2356
-sign 럊 5-345-13
-sign 럋 5-345-23
-sign 럌 5-345-235
-sign 럍 5-345-236
-sign 럎 5-345-256
-sign 럏 5-345-356
-sign 럐 5-345-1235
-sign 럑 5-345-1235-1
-sign 럒 5-345-1235-1-1
-sign 럓 5-345-1235-1-3
-sign 럔 5-345-1235-25
-sign 럕 5-345-1235-25-13
-sign 럖 5-345-1235-25-356
-sign 럗 5-345-1235-35
-sign 럘 5-345-1235-2
-sign 럙 5-345-1235-2-1
-sign 럚 5-345-1235-2-26
-sign 럛 5-345-1235-2-12
-sign 럜 5-345-1235-2-3
-sign 럝 5-345-1235-2-236
-sign 럞 5-345-1235-2-256
-sign 럟 5-345-1235-2-356
-sign 럠 5-345-1235-26
-sign 럡 5-345-1235-12
-sign 럢 5-345-1235-12-3
-sign 럣 5-345-1235-3
-sign 럤 5-345-1235-34
-sign 럥 5-345-1235-2356
-sign 럦 5-345-1235-13
-sign 럧 5-345-1235-23
-sign 럨 5-345-1235-235
-sign 럩 5-345-1235-236
-sign 럪 5-345-1235-256
-sign 럫 5-345-1235-356
-sign 러 5-234
-sign 럭 5-234-1
-sign 럮 5-234-1-1
-sign 럯 5-234-1-3
-sign 런 5-234-25
-sign 럱 5-234-25-13
-sign 럲 5-234-25-356
-sign 럳 5-234-35
-sign 럴 5-234-2
-sign 럵 5-234-2-1
-sign 럶 5-234-2-26
-sign 럷 5-234-2-12
-sign 럸 5-234-2-3
-sign 럹 5-234-2-236
-sign 럺 5-234-2-256
-sign 럻 5-234-2-356
-sign 럼 5-234-26
-sign 럽 5-234-12
-sign 럾 5-234-12-3
-sign 럿 5-234-3
-sign 렀 5-234-34
-sign 렁 5-234-2356
-sign 렂 5-234-13
-sign 렃 5-234-23
-sign 렄 5-234-235
-sign 렅 5-234-236
-sign 렆 5-234-256
-sign 렇 5-234-356
-sign 레 5-1345
-sign 렉 5-1345-1
-sign 렊 5-1345-1-1
-sign 렋 5-1345-1-3
-sign 렌 5-1345-25
-sign 렍 5-1345-25-13
-sign 렎 5-1345-25-356
-sign 렏 5-1345-35
-sign 렐 5-1345-2
-sign 렑 5-1345-2-1
-sign 렒 5-1345-2-26
-sign 렓 5-1345-2-12
-sign 렔 5-1345-2-3
-sign 렕 5-1345-2-236
-sign 렖 5-1345-2-256
-sign 렗 5-1345-2-356
-sign 렘 5-1345-26
-sign 렙 5-1345-12
-sign 렚 5-1345-12-3
-sign 렛 5-1345-3
-sign 렜 5-1345-34
-sign 렝 5-1345-2356
-sign 렞 5-1345-13
-sign 렟 5-1345-23
-sign 렠 5-1345-235
-sign 렡 5-1345-236
-sign 렢 5-1345-256
-sign 렣 5-1345-356
-sign 려 5-156
-sign 력 5-156-1
-sign 렦 5-156-1-1
-sign 렧 5-156-1-3
-sign 련 5-156-25
-sign 렩 5-156-25-13
-sign 렪 5-156-25-356
-sign 렫 5-156-35
-sign 렬 5-156-2
-sign 렭 5-156-2-1
-sign 렮 5-156-2-26
-sign 렯 5-156-2-12
-sign 렰 5-156-2-3
-sign 렱 5-156-2-236
-sign 렲 5-156-2-256
-sign 렳 5-156-2-356
-sign 렴 5-156-26
-sign 렵 5-156-12
-sign 렶 5-156-12-3
-sign 렷 5-156-3
-sign 렸 5-156-34
-sign 령 5-156-2356
-sign 렺 5-156-13
-sign 렻 5-156-23
-sign 렼 5-156-235
-sign 렽 5-156-236
-sign 렾 5-156-256
-sign 렿 5-156-356
-sign 례 5-34
-sign 롁 5-34-1
-sign 롂 5-34-1-1
-sign 롃 5-34-1-3
-sign 롄 5-34-25
-sign 롅 5-34-25-13
-sign 롆 5-34-25-356
-sign 롇 5-34-35
-sign 롈 5-34-2
-sign 롉 5-34-2-1
-sign 롊 5-34-2-26
-sign 롋 5-34-2-12
-sign 롌 5-34-2-3
-sign 롍 5-34-2-236
-sign 롎 5-34-2-256
-sign 롏 5-34-2-356
-sign 롐 5-34-26
-sign 롑 5-34-12
-sign 롒 5-34-12-3
-sign 롓 5-34-3
-sign 롔 5-34-34
-sign 롕 5-34-2356
-sign 롖 5-34-13
-sign 롗 5-34-23
-sign 롘 5-34-235
-sign 롙 5-34-236
-sign 롚 5-34-256
-sign 롛 5-34-356
-sign 로 5-136
-sign 록 5-136-1
-sign 롞 5-136-1-1
-sign 롟 5-136-1-3
-sign 론 5-136-25
-sign 롡 5-136-25-13
-sign 롢 5-136-25-356
-sign 롣 5-136-35
-sign 롤 5-136-2
-sign 롥 5-136-2-1
-sign 롦 5-136-2-26
-sign 롧 5-136-2-12
-sign 롨 5-136-2-3
-sign 롩 5-136-2-236
-sign 롪 5-136-2-256
-sign 롫 5-136-2-356
-sign 롬 5-136-26
-sign 롭 5-136-12
-sign 롮 5-136-12-3
-sign 롯 5-136-3
-sign 롰 5-136-34
-sign 롱 5-136-2356
-sign 롲 5-136-13
-sign 롳 5-136-23
-sign 롴 5-136-235
-sign 롵 5-136-236
-sign 롶 5-136-256
-sign 롷 5-136-356
-sign 롸 5-1236
-sign 롹 5-1236-1
-sign 롺 5-1236-1-1
-sign 롻 5-1236-1-3
-sign 롼 5-1236-25
-sign 롽 5-1236-25-13
-sign 롾 5-1236-25-356
-sign 롿 5-1236-35
-sign 뢀 5-1236-2
-sign 뢁 5-1236-2-1
-sign 뢂 5-1236-2-26
-sign 뢃 5-1236-2-12
-sign 뢄 5-1236-2-3
-sign 뢅 5-1236-2-236
-sign 뢆 5-1236-2-256
-sign 뢇 5-1236-2-356
-sign 뢈 5-1236-26
-sign 뢉 5-1236-12
-sign 뢊 5-1236-12-3
-sign 뢋 5-1236-3
-sign 뢌 5-1236-34
-sign 뢍 5-1236-2356
-sign 뢎 5-1236-13
-sign 뢏 5-1236-23
-sign 뢐 5-1236-235
-sign 뢑 5-1236-236
-sign 뢒 5-1236-256
-sign 뢓 5-1236-356
-sign 뢔 5-1236-1235
-sign 뢕 5-1236-1235-1
-sign 뢖 5-1236-1235-1-1
-sign 뢗 5-1236-1235-1-3
-sign 뢘 5-1236-1235-25
-sign 뢙 5-1236-1235-25-13
-sign 뢚 5-1236-1235-25-356
-sign 뢛 5-1236-1235-35
-sign 뢜 5-1236-1235-2
-sign 뢝 5-1236-1235-2-1
-sign 뢞 5-1236-1235-2-26
-sign 뢟 5-1236-1235-2-12
-sign 뢠 5-1236-1235-2-3
-sign 뢡 5-1236-1235-2-236
-sign 뢢 5-1236-1235-2-256
-sign 뢣 5-1236-1235-2-356
-sign 뢤 5-1236-1235-26
-sign 뢥 5-1236-1235-12
-sign 뢦 5-1236-1235-12-3
-sign 뢧 5-1236-1235-3
-sign 뢨 5-1236-1235-34
-sign 뢩 5-1236-1235-2356
-sign 뢪 5-1236-1235-13
-sign 뢫 5-1236-1235-23
-sign 뢬 5-1236-1235-235
-sign 뢭 5-1236-1235-236
-sign 뢮 5-1236-1235-256
-sign 뢯 5-1236-1235-356
-sign 뢰 5-13456
-sign 뢱 5-13456-1
-sign 뢲 5-13456-1-1
-sign 뢳 5-13456-1-3
-sign 뢴 5-13456-25
-sign 뢵 5-13456-25-13
-sign 뢶 5-13456-25-356
-sign 뢷 5-13456-35
-sign 뢸 5-13456-2
-sign 뢹 5-13456-2-1
-sign 뢺 5-13456-2-26
-sign 뢻 5-13456-2-12
-sign 뢼 5-13456-2-3
-sign 뢽 5-13456-2-236
-sign 뢾 5-13456-2-256
-sign 뢿 5-13456-2-356
-sign 룀 5-13456-26
-sign 룁 5-13456-12
-sign 룂 5-13456-12-3
-sign 룃 5-13456-3
-sign 룄 5-13456-34
-sign 룅 5-13456-2356
-sign 룆 5-13456-13
-sign 룇 5-13456-23
-sign 룈 5-13456-235
-sign 룉 5-13456-236
-sign 룊 5-13456-256
-sign 룋 5-13456-356
-sign 료 5-346
-sign 룍 5-346-1
-sign 룎 5-346-1-1
-sign 룏 5-346-1-3
-sign 룐 5-346-25
-sign 룑 5-346-25-13
-sign 룒 5-346-25-356
-sign 룓 5-346-35
-sign 룔 5-346-2
-sign 룕 5-346-2-1
-sign 룖 5-346-2-26
-sign 룗 5-346-2-12
-sign 룘 5-346-2-3
-sign 룙 5-346-2-236
-sign 룚 5-346-2-256
-sign 룛 5-346-2-356
-sign 룜 5-346-26
-sign 룝 5-346-12
-sign 룞 5-346-12-3
-sign 룟 5-346-3
-sign 룠 5-346-34
-sign 룡 5-346-2356
-sign 룢 5-346-13
-sign 룣 5-346-23
-sign 룤 5-346-235
-sign 룥 5-346-236
-sign 룦 5-346-256
-sign 룧 5-346-356
-sign 루 5-134
-sign 룩 5-134-1
-sign 룪 5-134-1-1
-sign 룫 5-134-1-3
-sign 룬 5-134-25
-sign 룭 5-134-25-13
-sign 룮 5-134-25-356
-sign 룯 5-134-35
-sign 룰 5-134-2
-sign 룱 5-134-2-1
-sign 룲 5-134-2-26
-sign 룳 5-134-2-12
-sign 룴 5-134-2-3
-sign 룵 5-134-2-236
-sign 룶 5-134-2-256
-sign 룷 5-134-2-356
-sign 룸 5-134-26
-sign 룹 5-134-12
-sign 룺 5-134-12-3
-sign 룻 5-134-3
-sign 룼 5-134-34
-sign 룽 5-134-2356
-sign 룾 5-134-13
-sign 룿 5-134-23
-sign 뤀 5-134-235
-sign 뤁 5-134-236
-sign 뤂 5-134-256
-sign 뤃 5-134-356
-sign 뤄 5-1234
-sign 뤅 5-1234-1
-sign 뤆 5-1234-1-1
-sign 뤇 5-1234-1-3
-sign 뤈 5-1234-25
-sign 뤉 5-1234-25-13
-sign 뤊 5-1234-25-356
-sign 뤋 5-1234-35
-sign 뤌 5-1234-2
-sign 뤍 5-1234-2-1
-sign 뤎 5-1234-2-26
-sign 뤏 5-1234-2-12
-sign 뤐 5-1234-2-3
-sign 뤑 5-1234-2-236
-sign 뤒 5-1234-2-256
-sign 뤓 5-1234-2-356
-sign 뤔 5-1234-26
-sign 뤕 5-1234-12
-sign 뤖 5-1234-12-3
-sign 뤗 5-1234-3
-sign 뤘 5-1234-34
-sign 뤙 5-1234-2356
-sign 뤚 5-1234-13
-sign 뤛 5-1234-23
-sign 뤜 5-1234-235
-sign 뤝 5-1234-236
-sign 뤞 5-1234-256
-sign 뤟 5-1234-356
-sign 뤠 5-1234-1235
-sign 뤡 5-1234-1235-1
-sign 뤢 5-1234-1235-1-1
-sign 뤣 5-1234-1235-1-3
-sign 뤤 5-1234-1235-25
-sign 뤥 5-1234-1235-25-13
-sign 뤦 5-1234-1235-25-356
-sign 뤧 5-1234-1235-35
-sign 뤨 5-1234-1235-2
-sign 뤩 5-1234-1235-2-1
-sign 뤪 5-1234-1235-2-26
-sign 뤫 5-1234-1235-2-12
-sign 뤬 5-1234-1235-2-3
-sign 뤭 5-1234-1235-2-236
-sign 뤮 5-1234-1235-2-256
-sign 뤯 5-1234-1235-2-356
-sign 뤰 5-1234-1235-26
-sign 뤱 5-1234-1235-12
-sign 뤲 5-1234-1235-12-3
-sign 뤳 5-1234-1235-3
-sign 뤴 5-1234-1235-34
-sign 뤵 5-1234-1235-2356
-sign 뤶 5-1234-1235-13
-sign 뤷 5-1234-1235-23
-sign 뤸 5-1234-1235-235
-sign 뤹 5-1234-1235-236
-sign 뤺 5-1234-1235-256
-sign 뤻 5-1234-1235-356
-sign 뤼 5-134-1235
-sign 뤽 5-134-1235-1
-sign 뤾 5-134-1235-1-1
-sign 뤿 5-134-1235-1-3
-sign 륀 5-134-1235-25
-sign 륁 5-134-1235-25-13
-sign 륂 5-134-1235-25-356
-sign 륃 5-134-1235-35
-sign 륄 5-134-1235-2
-sign 륅 5-134-1235-2-1
-sign 륆 5-134-1235-2-26
-sign 륇 5-134-1235-2-12
-sign 륈 5-134-1235-2-3
-sign 륉 5-134-1235-2-236
-sign 륊 5-134-1235-2-256
-sign 륋 5-134-1235-2-356
-sign 륌 5-134-1235-26
-sign 륍 5-134-1235-12
-sign 륎 5-134-1235-12-3
-sign 륏 5-134-1235-3
-sign 륐 5-134-1235-34
-sign 륑 5-134-1235-2356
-sign 륒 5-134-1235-13
-sign 륓 5-134-1235-23
-sign 륔 5-134-1235-235
-sign 륕 5-134-1235-236
-sign 륖 5-134-1235-256
-sign 륗 5-134-1235-356
-sign 류 5-146
-sign 륙 5-146-1
-sign 륚 5-146-1-1
-sign 륛 5-146-1-3
-sign 륜 5-146-25
-sign 륝 5-146-25-13
-sign 륞 5-146-25-356
-sign 륟 5-146-35
-sign 률 5-146-2
-sign 륡 5-146-2-1
-sign 륢 5-146-2-26
-sign 륣 5-146-2-12
-sign 륤 5-146-2-3
-sign 륥 5-146-2-236
-sign 륦 5-146-2-256
-sign 륧 5-146-2-356
-sign 륨 5-146-26
-sign 륩 5-146-12
-sign 륪 5-146-12-3
-sign 륫 5-146-3
-sign 륬 5-146-34
-sign 륭 5-146-2356
-sign 륮 5-146-13
-sign 륯 5-146-23
-sign 륰 5-146-235
-sign 륱 5-146-236
-sign 륲 5-146-256
-sign 륳 5-146-356
-sign 르 5-246
-sign 륵 5-246-1
-sign 륶 5-246-1-1
-sign 륷 5-246-1-3
-sign 른 5-246-25
-sign 륹 5-246-25-13
-sign 륺 5-246-25-356
-sign 륻 5-246-35
-sign 를 5-246-2
-sign 륽 5-246-2-1
-sign 륾 5-246-2-26
-sign 륿 5-246-2-12
-sign 릀 5-246-2-3
-sign 릁 5-246-2-236
-sign 릂 5-246-2-256
-sign 릃 5-246-2-356
-sign 름 5-246-26
-sign 릅 5-246-12
-sign 릆 5-246-12-3
-sign 릇 5-246-3
-sign 릈 5-246-34
-sign 릉 5-246-2356
-sign 릊 5-246-13
-sign 릋 5-246-23
-sign 릌 5-246-235
-sign 릍 5-246-236
-sign 릎 5-246-256
-sign 릏 5-246-356
-sign 릐 5-2456
-sign 릑 5-2456-1
-sign 릒 5-2456-1-1
-sign 릓 5-2456-1-3
-sign 릔 5-2456-25
-sign 릕 5-2456-25-13
-sign 릖 5-2456-25-356
-sign 릗 5-2456-35
-sign 릘 5-2456-2
-sign 릙 5-2456-2-1
-sign 릚 5-2456-2-26
-sign 릛 5-2456-2-12
-sign 릜 5-2456-2-3
-sign 릝 5-2456-2-236
-sign 릞 5-2456-2-256
-sign 릟 5-2456-2-356
-sign 릠 5-2456-26
-sign 릡 5-2456-12
-sign 릢 5-2456-12-3
-sign 릣 5-2456-3
-sign 릤 5-2456-34
-sign 릥 5-2456-2356
-sign 릦 5-2456-13
-sign 릧 5-2456-23
-sign 릨 5-2456-235
-sign 릩 5-2456-236
-sign 릪 5-2456-256
-sign 릫 5-2456-356
-sign 리 5-135
-sign 릭 5-135-1
-sign 릮 5-135-1-1
-sign 릯 5-135-1-3
-sign 린 5-135-25
-sign 릱 5-135-25-13
-sign 릲 5-135-25-356
-sign 릳 5-135-35
-sign 릴 5-135-2
-sign 릵 5-135-2-1
-sign 릶 5-135-2-26
-sign 릷 5-135-2-12
-sign 릸 5-135-2-3
-sign 릹 5-135-2-236
-sign 릺 5-135-2-256
-sign 릻 5-135-2-356
-sign 림 5-135-26
-sign 립 5-135-12
-sign 릾 5-135-12-3
-sign 릿 5-135-3
-sign 맀 5-135-34
-sign 링 5-135-2356
-sign 맂 5-135-13
-sign 맃 5-135-23
-sign 맄 5-135-235
-sign 맅 5-135-236
-sign 맆 5-135-256
-sign 맇 5-135-356
-sign 마 15-126
-sign 막 15-126-1
-sign 맊 15-126-1-1
-sign 맋 15-126-1-3
-sign 만 15-126-25
-sign 맍 15-126-25-13
-sign 많 15-126-25-356
-sign 맏 15-126-35
-sign 말 15-126-2
-sign 맑 15-126-2-1
-sign 맒 15-126-2-26
-sign 맓 15-126-2-12
-sign 맔 15-126-2-3
-sign 맕 15-126-2-236
-sign 맖 15-126-2-256
-sign 맗 15-126-2-356
-sign 맘 15-126-26
-sign 맙 15-126-12
-sign 맚 15-126-12-3
-sign 맛 15-126-3
-sign 맜 15-126-34
-sign 망 15-126-2356
-sign 맞 15-126-13
-sign 맟 15-126-23
-sign 맠 15-126-235
-sign 맡 15-126-236
-sign 맢 15-126-256
-sign 맣 15-126-356
-sign 매 15-1235
-sign 맥 15-1235-1
-sign 맦 15-1235-1-1
-sign 맧 15-1235-1-3
-sign 맨 15-1235-25
-sign 맩 15-1235-25-13
-sign 맪 15-1235-25-356
-sign 맫 15-1235-35
-sign 맬 15-1235-2
-sign 맭 15-1235-2-1
-sign 맮 15-1235-2-26
-sign 맯 15-1235-2-12
-sign 맰 15-1235-2-3
-sign 맱 15-1235-2-236
-sign 맲 15-1235-2-256
-sign 맳 15-1235-2-356
-sign 맴 15-1235-26
-sign 맵 15-1235-12
-sign 맶 15-1235-12-3
-sign 맷 15-1235-3
-sign 맸 15-1235-34
-sign 맹 15-1235-2356
-sign 맺 15-1235-13
-sign 맻 15-1235-23
-sign 맼 15-1235-235
-sign 맽 15-1235-236
-sign 맾 15-1235-256
-sign 맿 15-1235-356
-sign 먀 15-345
-sign 먁 15-345-1
-sign 먂 15-345-1-1
-sign 먃 15-345-1-3
-sign 먄 15-345-25
-sign 먅 15-345-25-13
-sign 먆 15-345-25-356
-sign 먇 15-345-35
-sign 먈 15-345-2
-sign 먉 15-345-2-1
-sign 먊 15-345-2-26
-sign 먋 15-345-2-12
-sign 먌 15-345-2-3
-sign 먍 15-345-2-236
-sign 먎 15-345-2-256
-sign 먏 15-345-2-356
-sign 먐 15-345-26
-sign 먑 15-345-12
-sign 먒 15-345-12-3
-sign 먓 15-345-3
-sign 먔 15-345-34
-sign 먕 15-345-2356
-sign 먖 15-345-13
-sign 먗 15-345-23
-sign 먘 15-345-235
-sign 먙 15-345-236
-sign 먚 15-345-256
-sign 먛 15-345-356
-sign 먜 15-345-1235
-sign 먝 15-345-1235-1
-sign 먞 15-345-1235-1-1
-sign 먟 15-345-1235-1-3
-sign 먠 15-345-1235-25
-sign 먡 15-345-1235-25-13
-sign 먢 15-345-1235-25-356
-sign 먣 15-345-1235-35
-sign 먤 15-345-1235-2
-sign 먥 15-345-1235-2-1
-sign 먦 15-345-1235-2-26
-sign 먧 15-345-1235-2-12
-sign 먨 15-345-1235-2-3
-sign 먩 15-345-1235-2-236
-sign 먪 15-345-1235-2-256
-sign 먫 15-345-1235-2-356
-sign 먬 15-345-1235-26
-sign 먭 15-345-1235-12
-sign 먮 15-345-1235-12-3
-sign 먯 15-345-1235-3
-sign 먰 15-345-1235-34
-sign 먱 15-345-1235-2356
-sign 먲 15-345-1235-13
-sign 먳 15-345-1235-23
-sign 먴 15-345-1235-235
-sign 먵 15-345-1235-236
-sign 먶 15-345-1235-256
-sign 먷 15-345-1235-356
-sign 머 15-234
-sign 먹 15-234-1
-sign 먺 15-234-1-1
-sign 먻 15-234-1-3
-sign 먼 15-234-25
-sign 먽 15-234-25-13
-sign 먾 15-234-25-356
-sign 먿 15-234-35
-sign 멀 15-234-2
-sign 멁 15-234-2-1
-sign 멂 15-234-2-26
-sign 멃 15-234-2-12
-sign 멄 15-234-2-3
-sign 멅 15-234-2-236
-sign 멆 15-234-2-256
-sign 멇 15-234-2-356
-sign 멈 15-234-26
-sign 멉 15-234-12
-sign 멊 15-234-12-3
-sign 멋 15-234-3
-sign 멌 15-234-34
-sign 멍 15-234-2356
-sign 멎 15-234-13
-sign 멏 15-234-23
-sign 멐 15-234-235
-sign 멑 15-234-236
-sign 멒 15-234-256
-sign 멓 15-234-356
-sign 메 15-1345
-sign 멕 15-1345-1
-sign 멖 15-1345-1-1
-sign 멗 15-1345-1-3
-sign 멘 15-1345-25
-sign 멙 15-1345-25-13
-sign 멚 15-1345-25-356
-sign 멛 15-1345-35
-sign 멜 15-1345-2
-sign 멝 15-1345-2-1
-sign 멞 15-1345-2-26
-sign 멟 15-1345-2-12
-sign 멠 15-1345-2-3
-sign 멡 15-1345-2-236
-sign 멢 15-1345-2-256
-sign 멣 15-1345-2-356
-sign 멤 15-1345-26
-sign 멥 15-1345-12
-sign 멦 15-1345-12-3
-sign 멧 15-1345-3
-sign 멨 15-1345-34
-sign 멩 15-1345-2356
-sign 멪 15-1345-13
-sign 멫 15-1345-23
-sign 멬 15-1345-235
-sign 멭 15-1345-236
-sign 멮 15-1345-256
-sign 멯 15-1345-356
-sign 며 15-156
-sign 멱 15-156-1
-sign 멲 15-156-1-1
-sign 멳 15-156-1-3
-sign 면 15-156-25
-sign 멵 15-156-25-13
-sign 멶 15-156-25-356
-sign 멷 15-156-35
-sign 멸 15-156-2
-sign 멹 15-156-2-1
-sign 멺 15-156-2-26
-sign 멻 15-156-2-12
-sign 멼 15-156-2-3
-sign 멽 15-156-2-236
-sign 멾 15-156-2-256
-sign 멿 15-156-2-356
-sign 몀 15-156-26
-sign 몁 15-156-12
-sign 몂 15-156-12-3
-sign 몃 15-156-3
-sign 몄 15-156-34
-sign 명 15-156-2356
-sign 몆 15-156-13
-sign 몇 15-156-23
-sign 몈 15-156-235
-sign 몉 15-156-236
-sign 몊 15-156-256
-sign 몋 15-156-356
-sign 몌 15-34
-sign 몍 15-34-1
-sign 몎 15-34-1-1
-sign 몏 15-34-1-3
-sign 몐 15-34-25
-sign 몑 15-34-25-13
-sign 몒 15-34-25-356
-sign 몓 15-34-35
-sign 몔 15-34-2
-sign 몕 15-34-2-1
-sign 몖 15-34-2-26
-sign 몗 15-34-2-12
-sign 몘 15-34-2-3
-sign 몙 15-34-2-236
-sign 몚 15-34-2-256
-sign 몛 15-34-2-356
-sign 몜 15-34-26
-sign 몝 15-34-12
-sign 몞 15-34-12-3
-sign 몟 15-34-3
-sign 몠 15-34-34
-sign 몡 15-34-2356
-sign 몢 15-34-13
-sign 몣 15-34-23
-sign 몤 15-34-235
-sign 몥 15-34-236
-sign 몦 15-34-256
-sign 몧 15-34-356
-sign 모 15-136
-sign 목 15-136-1
-sign 몪 15-136-1-1
-sign 몫 15-136-1-3
-sign 몬 15-136-25
-sign 몭 15-136-25-13
-sign 몮 15-136-25-356
-sign 몯 15-136-35
-sign 몰 15-136-2
-sign 몱 15-136-2-1
-sign 몲 15-136-2-26
-sign 몳 15-136-2-12
-sign 몴 15-136-2-3
-sign 몵 15-136-2-236
-sign 몶 15-136-2-256
-sign 몷 15-136-2-356
-sign 몸 15-136-26
-sign 몹 15-136-12
-sign 몺 15-136-12-3
-sign 못 15-136-3
-sign 몼 15-136-34
-sign 몽 15-136-2356
-sign 몾 15-136-13
-sign 몿 15-136-23
-sign 뫀 15-136-235
-sign 뫁 15-136-236
-sign 뫂 15-136-256
-sign 뫃 15-136-356
-sign 뫄 15-1236
-sign 뫅 15-1236-1
-sign 뫆 15-1236-1-1
-sign 뫇 15-1236-1-3
-sign 뫈 15-1236-25
-sign 뫉 15-1236-25-13
-sign 뫊 15-1236-25-356
-sign 뫋 15-1236-35
-sign 뫌 15-1236-2
-sign 뫍 15-1236-2-1
-sign 뫎 15-1236-2-26
-sign 뫏 15-1236-2-12
-sign 뫐 15-1236-2-3
-sign 뫑 15-1236-2-236
-sign 뫒 15-1236-2-256
-sign 뫓 15-1236-2-356
-sign 뫔 15-1236-26
-sign 뫕 15-1236-12
-sign 뫖 15-1236-12-3
-sign 뫗 15-1236-3
-sign 뫘 15-1236-34
-sign 뫙 15-1236-2356
-sign 뫚 15-1236-13
-sign 뫛 15-1236-23
-sign 뫜 15-1236-235
-sign 뫝 15-1236-236
-sign 뫞 15-1236-256
-sign 뫟 15-1236-356
-sign 뫠 15-1236-1235
-sign 뫡 15-1236-1235-1
-sign 뫢 15-1236-1235-1-1
-sign 뫣 15-1236-1235-1-3
-sign 뫤 15-1236-1235-25
-sign 뫥 15-1236-1235-25-13
-sign 뫦 15-1236-1235-25-356
-sign 뫧 15-1236-1235-35
-sign 뫨 15-1236-1235-2
-sign 뫩 15-1236-1235-2-1
-sign 뫪 15-1236-1235-2-26
-sign 뫫 15-1236-1235-2-12
-sign 뫬 15-1236-1235-2-3
-sign 뫭 15-1236-1235-2-236
-sign 뫮 15-1236-1235-2-256
-sign 뫯 15-1236-1235-2-356
-sign 뫰 15-1236-1235-26
-sign 뫱 15-1236-1235-12
-sign 뫲 15-1236-1235-12-3
-sign 뫳 15-1236-1235-3
-sign 뫴 15-1236-1235-34
-sign 뫵 15-1236-1235-2356
-sign 뫶 15-1236-1235-13
-sign 뫷 15-1236-1235-23
-sign 뫸 15-1236-1235-235
-sign 뫹 15-1236-1235-236
-sign 뫺 15-1236-1235-256
-sign 뫻 15-1236-1235-356
-sign 뫼 15-13456
-sign 뫽 15-13456-1
-sign 뫾 15-13456-1-1
-sign 뫿 15-13456-1-3
-sign 묀 15-13456-25
-sign 묁 15-13456-25-13
-sign 묂 15-13456-25-356
-sign 묃 15-13456-35
-sign 묄 15-13456-2
-sign 묅 15-13456-2-1
-sign 묆 15-13456-2-26
-sign 묇 15-13456-2-12
-sign 묈 15-13456-2-3
-sign 묉 15-13456-2-236
-sign 묊 15-13456-2-256
-sign 묋 15-13456-2-356
-sign 묌 15-13456-26
-sign 묍 15-13456-12
-sign 묎 15-13456-12-3
-sign 묏 15-13456-3
-sign 묐 15-13456-34
-sign 묑 15-13456-2356
-sign 묒 15-13456-13
-sign 묓 15-13456-23
-sign 묔 15-13456-235
-sign 묕 15-13456-236
-sign 묖 15-13456-256
-sign 묗 15-13456-356
-sign 묘 15-346
-sign 묙 15-346-1
-sign 묚 15-346-1-1
-sign 묛 15-346-1-3
-sign 묜 15-346-25
-sign 묝 15-346-25-13
-sign 묞 15-346-25-356
-sign 묟 15-346-35
-sign 묠 15-346-2
-sign 묡 15-346-2-1
-sign 묢 15-346-2-26
-sign 묣 15-346-2-12
-sign 묤 15-346-2-3
-sign 묥 15-346-2-236
-sign 묦 15-346-2-256
-sign 묧 15-346-2-356
-sign 묨 15-346-26
-sign 묩 15-346-12
-sign 묪 15-346-12-3
-sign 묫 15-346-3
-sign 묬 15-346-34
-sign 묭 15-346-2356
-sign 묮 15-346-13
-sign 묯 15-346-23
-sign 묰 15-346-235
-sign 묱 15-346-236
-sign 묲 15-346-256
-sign 묳 15-346-356
-sign 무 15-134
-sign 묵 15-134-1
-sign 묶 15-134-1-1
-sign 묷 15-134-1-3
-sign 문 15-134-25
-sign 묹 15-134-25-13
-sign 묺 15-134-25-356
-sign 묻 15-134-35
-sign 물 15-134-2
-sign 묽 15-134-2-1
-sign 묾 15-134-2-26
-sign 묿 15-134-2-12
-sign 뭀 15-134-2-3
-sign 뭁 15-134-2-236
-sign 뭂 15-134-2-256
-sign 뭃 15-134-2-356
-sign 뭄 15-134-26
-sign 뭅 15-134-12
-sign 뭆 15-134-12-3
-sign 뭇 15-134-3
-sign 뭈 15-134-34
-sign 뭉 15-134-2356
-sign 뭊 15-134-13
-sign 뭋 15-134-23
-sign 뭌 15-134-235
-sign 뭍 15-134-236
-sign 뭎 15-134-256
-sign 뭏 15-134-356
-sign 뭐 15-1234
-sign 뭑 15-1234-1
-sign 뭒 15-1234-1-1
-sign 뭓 15-1234-1-3
-sign 뭔 15-1234-25
-sign 뭕 15-1234-25-13
-sign 뭖 15-1234-25-356
-sign 뭗 15-1234-35
-sign 뭘 15-1234-2
-sign 뭙 15-1234-2-1
-sign 뭚 15-1234-2-26
-sign 뭛 15-1234-2-12
-sign 뭜 15-1234-2-3
-sign 뭝 15-1234-2-236
-sign 뭞 15-1234-2-256
-sign 뭟 15-1234-2-356
-sign 뭠 15-1234-26
-sign 뭡 15-1234-12
-sign 뭢 15-1234-12-3
-sign 뭣 15-1234-3
-sign 뭤 15-1234-34
-sign 뭥 15-1234-2356
-sign 뭦 15-1234-13
-sign 뭧 15-1234-23
-sign 뭨 15-1234-235
-sign 뭩 15-1234-236
-sign 뭪 15-1234-256
-sign 뭫 15-1234-356
-sign 뭬 15-1234-1235
-sign 뭭 15-1234-1235-1
-sign 뭮 15-1234-1235-1-1
-sign 뭯 15-1234-1235-1-3
-sign 뭰 15-1234-1235-25
-sign 뭱 15-1234-1235-25-13
-sign 뭲 15-1234-1235-25-356
-sign 뭳 15-1234-1235-35
-sign 뭴 15-1234-1235-2
-sign 뭵 15-1234-1235-2-1
-sign 뭶 15-1234-1235-2-26
-sign 뭷 15-1234-1235-2-12
-sign 뭸 15-1234-1235-2-3
-sign 뭹 15-1234-1235-2-236
-sign 뭺 15-1234-1235-2-256
-sign 뭻 15-1234-1235-2-356
-sign 뭼 15-1234-1235-26
-sign 뭽 15-1234-1235-12
-sign 뭾 15-1234-1235-12-3
-sign 뭿 15-1234-1235-3
-sign 뮀 15-1234-1235-34
-sign 뮁 15-1234-1235-2356
-sign 뮂 15-1234-1235-13
-sign 뮃 15-1234-1235-23
-sign 뮄 15-1234-1235-235
-sign 뮅 15-1234-1235-236
-sign 뮆 15-1234-1235-256
-sign 뮇 15-1234-1235-356
-sign 뮈 15-134-1235
-sign 뮉 15-134-1235-1
-sign 뮊 15-134-1235-1-1
-sign 뮋 15-134-1235-1-3
-sign 뮌 15-134-1235-25
-sign 뮍 15-134-1235-25-13
-sign 뮎 15-134-1235-25-356
-sign 뮏 15-134-1235-35
-sign 뮐 15-134-1235-2
-sign 뮑 15-134-1235-2-1
-sign 뮒 15-134-1235-2-26
-sign 뮓 15-134-1235-2-12
-sign 뮔 15-134-1235-2-3
-sign 뮕 15-134-1235-2-236
-sign 뮖 15-134-1235-2-256
-sign 뮗 15-134-1235-2-356
-sign 뮘 15-134-1235-26
-sign 뮙 15-134-1235-12
-sign 뮚 15-134-1235-12-3
-sign 뮛 15-134-1235-3
-sign 뮜 15-134-1235-34
-sign 뮝 15-134-1235-2356
-sign 뮞 15-134-1235-13
-sign 뮟 15-134-1235-23
-sign 뮠 15-134-1235-235
-sign 뮡 15-134-1235-236
-sign 뮢 15-134-1235-256
-sign 뮣 15-134-1235-356
-sign 뮤 15-146
-sign 뮥 15-146-1
-sign 뮦 15-146-1-1
-sign 뮧 15-146-1-3
-sign 뮨 15-146-25
-sign 뮩 15-146-25-13
-sign 뮪 15-146-25-356
-sign 뮫 15-146-35
-sign 뮬 15-146-2
-sign 뮭 15-146-2-1
-sign 뮮 15-146-2-26
-sign 뮯 15-146-2-12
-sign 뮰 15-146-2-3
-sign 뮱 15-146-2-236
-sign 뮲 15-146-2-256
-sign 뮳 15-146-2-356
-sign 뮴 15-146-26
-sign 뮵 15-146-12
-sign 뮶 15-146-12-3
-sign 뮷 15-146-3
-sign 뮸 15-146-34
-sign 뮹 15-146-2356
-sign 뮺 15-146-13
-sign 뮻 15-146-23
-sign 뮼 15-146-235
-sign 뮽 15-146-236
-sign 뮾 15-146-256
-sign 뮿 15-146-356
-sign 므 15-246
-sign 믁 15-246-1
-sign 믂 15-246-1-1
-sign 믃 15-246-1-3
-sign 믄 15-246-25
-sign 믅 15-246-25-13
-sign 믆 15-246-25-356
-sign 믇 15-246-35
-sign 믈 15-246-2
-sign 믉 15-246-2-1
-sign 믊 15-246-2-26
-sign 믋 15-246-2-12
-sign 믌 15-246-2-3
-sign 믍 15-246-2-236
-sign 믎 15-246-2-256
-sign 믏 15-246-2-356
-sign 믐 15-246-26
-sign 믑 15-246-12
-sign 믒 15-246-12-3
-sign 믓 15-246-3
-sign 믔 15-246-34
-sign 믕 15-246-2356
-sign 믖 15-246-13
-sign 믗 15-246-23
-sign 믘 15-246-235
-sign 믙 15-246-236
-sign 믚 15-246-256
-sign 믛 15-246-356
-sign 믜 15-2456
-sign 믝 15-2456-1
-sign 믞 15-2456-1-1
-sign 믟 15-2456-1-3
-sign 믠 15-2456-25
-sign 믡 15-2456-25-13
-sign 믢 15-2456-25-356
-sign 믣 15-2456-35
-sign 믤 15-2456-2
-sign 믥 15-2456-2-1
-sign 믦 15-2456-2-26
-sign 믧 15-2456-2-12
-sign 믨 15-2456-2-3
-sign 믩 15-2456-2-236
-sign 믪 15-2456-2-256
-sign 믫 15-2456-2-356
-sign 믬 15-2456-26
-sign 믭 15-2456-12
-sign 믮 15-2456-12-3
-sign 믯 15-2456-3
-sign 믰 15-2456-34
-sign 믱 15-2456-2356
-sign 믲 15-2456-13
-sign 믳 15-2456-23
-sign 믴 15-2456-235
-sign 믵 15-2456-236
-sign 믶 15-2456-256
-sign 믷 15-2456-356
-sign 미 15-135
-sign 믹 15-135-1
-sign 믺 15-135-1-1
-sign 믻 15-135-1-3
-sign 민 15-135-25
-sign 믽 15-135-25-13
-sign 믾 15-135-25-356
-sign 믿 15-135-35
-sign 밀 15-135-2
-sign 밁 15-135-2-1
-sign 밂 15-135-2-26
-sign 밃 15-135-2-12
-sign 밄 15-135-2-3
-sign 밅 15-135-2-236
-sign 밆 15-135-2-256
-sign 밇 15-135-2-356
-sign 밈 15-135-26
-sign 밉 15-135-12
-sign 밊 15-135-12-3
-sign 밋 15-135-3
-sign 밌 15-135-34
-sign 밍 15-135-2356
-sign 밎 15-135-13
-sign 및 15-135-23
-sign 밐 15-135-235
-sign 밑 15-135-236
-sign 밒 15-135-256
-sign 밓 15-135-356
-sign 바 45-126
-sign 박 45-126-1
-sign 밖 45-126-1-1
-sign 밗 45-126-1-3
-sign 반 45-126-25
-sign 밙 45-126-25-13
-sign 밚 45-126-25-356
-sign 받 45-126-35
-sign 발 45-126-2
-sign 밝 45-126-2-1
-sign 밞 45-126-2-26
-sign 밟 45-126-2-12
-sign 밠 45-126-2-3
-sign 밡 45-126-2-236
-sign 밢 45-126-2-256
-sign 밣 45-126-2-356
-sign 밤 45-126-26
-sign 밥 45-126-12
-sign 밦 45-126-12-3
-sign 밧 45-126-3
-sign 밨 45-126-34
-sign 방 45-126-2356
-sign 밪 45-126-13
-sign 밫 45-126-23
-sign 밬 45-126-235
-sign 밭 45-126-236
-sign 밮 45-126-256
-sign 밯 45-126-356
-sign 배 45-1235
-sign 백 45-1235-1
-sign 밲 45-1235-1-1
-sign 밳 45-1235-1-3
-sign 밴 45-1235-25
-sign 밵 45-1235-25-13
-sign 밶 45-1235-25-356
-sign 밷 45-1235-35
-sign 밸 45-1235-2
-sign 밹 45-1235-2-1
-sign 밺 45-1235-2-26
-sign 밻 45-1235-2-12
-sign 밼 45-1235-2-3
-sign 밽 45-1235-2-236
-sign 밾 45-1235-2-256
-sign 밿 45-1235-2-356
-sign 뱀 45-1235-26
-sign 뱁 45-1235-12
-sign 뱂 45-1235-12-3
-sign 뱃 45-1235-3
-sign 뱄 45-1235-34
-sign 뱅 45-1235-2356
-sign 뱆 45-1235-13
-sign 뱇 45-1235-23
-sign 뱈 45-1235-235
-sign 뱉 45-1235-236
-sign 뱊 45-1235-256
-sign 뱋 45-1235-356
-sign 뱌 45-345
-sign 뱍 45-345-1
-sign 뱎 45-345-1-1
-sign 뱏 45-345-1-3
-sign 뱐 45-345-25
-sign 뱑 45-345-25-13
-sign 뱒 45-345-25-356
-sign 뱓 45-345-35
-sign 뱔 45-345-2
-sign 뱕 45-345-2-1
-sign 뱖 45-345-2-26
-sign 뱗 45-345-2-12
-sign 뱘 45-345-2-3
-sign 뱙 45-345-2-236
-sign 뱚 45-345-2-256
-sign 뱛 45-345-2-356
-sign 뱜 45-345-26
-sign 뱝 45-345-12
-sign 뱞 45-345-12-3
-sign 뱟 45-345-3
-sign 뱠 45-345-34
-sign 뱡 45-345-2356
-sign 뱢 45-345-13
-sign 뱣 45-345-23
-sign 뱤 45-345-235
-sign 뱥 45-345-236
-sign 뱦 45-345-256
-sign 뱧 45-345-356
-sign 뱨 45-345-1235
-sign 뱩 45-345-1235-1
-sign 뱪 45-345-1235-1-1
-sign 뱫 45-345-1235-1-3
-sign 뱬 45-345-1235-25
-sign 뱭 45-345-1235-25-13
-sign 뱮 45-345-1235-25-356
-sign 뱯 45-345-1235-35
-sign 뱰 45-345-1235-2
-sign 뱱 45-345-1235-2-1
-sign 뱲 45-345-1235-2-26
-sign 뱳 45-345-1235-2-12
-sign 뱴 45-345-1235-2-3
-sign 뱵 45-345-1235-2-236
-sign 뱶 45-345-1235-2-256
-sign 뱷 45-345-1235-2-356
-sign 뱸 45-345-1235-26
-sign 뱹 45-345-1235-12
-sign 뱺 45-345-1235-12-3
-sign 뱻 45-345-1235-3
-sign 뱼 45-345-1235-34
-sign 뱽 45-345-1235-2356
-sign 뱾 45-345-1235-13
-sign 뱿 45-345-1235-23
-sign 벀 45-345-1235-235
-sign 벁 45-345-1235-236
-sign 벂 45-345-1235-256
-sign 벃 45-345-1235-356
-sign 버 45-234
-sign 벅 45-234-1
-sign 벆 45-234-1-1
-sign 벇 45-234-1-3
-sign 번 45-234-25
-sign 벉 45-234-25-13
-sign 벊 45-234-25-356
-sign 벋 45-234-35
-sign 벌 45-234-2
-sign 벍 45-234-2-1
-sign 벎 45-234-2-26
-sign 벏 45-234-2-12
-sign 벐 45-234-2-3
-sign 벑 45-234-2-236
-sign 벒 45-234-2-256
-sign 벓 45-234-2-356
-sign 범 45-234-26
-sign 법 45-234-12
-sign 벖 45-234-12-3
-sign 벗 45-234-3
-sign 벘 45-234-34
-sign 벙 45-234-2356
-sign 벚 45-234-13
-sign 벛 45-234-23
-sign 벜 45-234-235
-sign 벝 45-234-236
-sign 벞 45-234-256
-sign 벟 45-234-356
-sign 베 45-1345
-sign 벡 45-1345-1
-sign 벢 45-1345-1-1
-sign 벣 45-1345-1-3
-sign 벤 45-1345-25
-sign 벥 45-1345-25-13
-sign 벦 45-1345-25-356
-sign 벧 45-1345-35
-sign 벨 45-1345-2
-sign 벩 45-1345-2-1
-sign 벪 45-1345-2-26
-sign 벫 45-1345-2-12
-sign 벬 45-1345-2-3
-sign 벭 45-1345-2-236
-sign 벮 45-1345-2-256
-sign 벯 45-1345-2-356
-sign 벰 45-1345-26
-sign 벱 45-1345-12
-sign 벲 45-1345-12-3
-sign 벳 45-1345-3
-sign 벴 45-1345-34
-sign 벵 45-1345-2356
-sign 벶 45-1345-13
-sign 벷 45-1345-23
-sign 벸 45-1345-235
-sign 벹 45-1345-236
-sign 벺 45-1345-256
-sign 벻 45-1345-356
-sign 벼 45-156
-sign 벽 45-156-1
-sign 벾 45-156-1-1
-sign 벿 45-156-1-3
-sign 변 45-156-25
-sign 볁 45-156-25-13
-sign 볂 45-156-25-356
-sign 볃 45-156-35
-sign 별 45-156-2
-sign 볅 45-156-2-1
-sign 볆 45-156-2-26
-sign 볇 45-156-2-12
-sign 볈 45-156-2-3
-sign 볉 45-156-2-236
-sign 볊 45-156-2-256
-sign 볋 45-156-2-356
-sign 볌 45-156-26
-sign 볍 45-156-12
-sign 볎 45-156-12-3
-sign 볏 45-156-3
-sign 볐 45-156-34
-sign 병 45-156-2356
-sign 볒 45-156-13
-sign 볓 45-156-23
-sign 볔 45-156-235
-sign 볕 45-156-236
-sign 볖 45-156-256
-sign 볗 45-156-356
-sign 볘 45-34
-sign 볙 45-34-1
-sign 볚 45-34-1-1
-sign 볛 45-34-1-3
-sign 볜 45-34-25
-sign 볝 45-34-25-13
-sign 볞 45-34-25-356
-sign 볟 45-34-35
-sign 볠 45-34-2
-sign 볡 45-34-2-1
-sign 볢 45-34-2-26
-sign 볣 45-34-2-12
-sign 볤 45-34-2-3
-sign 볥 45-34-2-236
-sign 볦 45-34-2-256
-sign 볧 45-34-2-356
-sign 볨 45-34-26
-sign 볩 45-34-12
-sign 볪 45-34-12-3
-sign 볫 45-34-3
-sign 볬 45-34-34
-sign 볭 45-34-2356
-sign 볮 45-34-13
-sign 볯 45-34-23
-sign 볰 45-34-235
-sign 볱 45-34-236
-sign 볲 45-34-256
-sign 볳 45-34-356
-sign 보 45-136
-sign 복 45-136-1
-sign 볶 45-136-1-1
-sign 볷 45-136-1-3
-sign 본 45-136-25
-sign 볹 45-136-25-13
-sign 볺 45-136-25-356
-sign 볻 45-136-35
-sign 볼 45-136-2
-sign 볽 45-136-2-1
-sign 볾 45-136-2-26
-sign 볿 45-136-2-12
-sign 봀 45-136-2-3
-sign 봁 45-136-2-236
-sign 봂 45-136-2-256
-sign 봃 45-136-2-356
-sign 봄 45-136-26
-sign 봅 45-136-12
-sign 봆 45-136-12-3
-sign 봇 45-136-3
-sign 봈 45-136-34
-sign 봉 45-136-2356
-sign 봊 45-136-13
-sign 봋 45-136-23
-sign 봌 45-136-235
-sign 봍 45-136-236
-sign 봎 45-136-256
-sign 봏 45-136-356
-sign 봐 45-1236
-sign 봑 45-1236-1
-sign 봒 45-1236-1-1
-sign 봓 45-1236-1-3
-sign 봔 45-1236-25
-sign 봕 45-1236-25-13
-sign 봖 45-1236-25-356
-sign 봗 45-1236-35
-sign 봘 45-1236-2
-sign 봙 45-1236-2-1
-sign 봚 45-1236-2-26
-sign 봛 45-1236-2-12
-sign 봜 45-1236-2-3
-sign 봝 45-1236-2-236
-sign 봞 45-1236-2-256
-sign 봟 45-1236-2-356
-sign 봠 45-1236-26
-sign 봡 45-1236-12
-sign 봢 45-1236-12-3
-sign 봣 45-1236-3
-sign 봤 45-1236-34
-sign 봥 45-1236-2356
-sign 봦 45-1236-13
-sign 봧 45-1236-23
-sign 봨 45-1236-235
-sign 봩 45-1236-236
-sign 봪 45-1236-256
-sign 봫 45-1236-356
-sign 봬 45-1236-1235
-sign 봭 45-1236-1235-1
-sign 봮 45-1236-1235-1-1
-sign 봯 45-1236-1235-1-3
-sign 봰 45-1236-1235-25
-sign 봱 45-1236-1235-25-13
-sign 봲 45-1236-1235-25-356
-sign 봳 45-1236-1235-35
-sign 봴 45-1236-1235-2
-sign 봵 45-1236-1235-2-1
-sign 봶 45-1236-1235-2-26
-sign 봷 45-1236-1235-2-12
-sign 봸 45-1236-1235-2-3
-sign 봹 45-1236-1235-2-236
-sign 봺 45-1236-1235-2-256
-sign 봻 45-1236-1235-2-356
-sign 봼 45-1236-1235-26
-sign 봽 45-1236-1235-12
-sign 봾 45-1236-1235-12-3
-sign 봿 45-1236-1235-3
-sign 뵀 45-1236-1235-34
-sign 뵁 45-1236-1235-2356
-sign 뵂 45-1236-1235-13
-sign 뵃 45-1236-1235-23
-sign 뵄 45-1236-1235-235
-sign 뵅 45-1236-1235-236
-sign 뵆 45-1236-1235-256
-sign 뵇 45-1236-1235-356
-sign 뵈 45-13456
-sign 뵉 45-13456-1
-sign 뵊 45-13456-1-1
-sign 뵋 45-13456-1-3
-sign 뵌 45-13456-25
-sign 뵍 45-13456-25-13
-sign 뵎 45-13456-25-356
-sign 뵏 45-13456-35
-sign 뵐 45-13456-2
-sign 뵑 45-13456-2-1
-sign 뵒 45-13456-2-26
-sign 뵓 45-13456-2-12
-sign 뵔 45-13456-2-3
-sign 뵕 45-13456-2-236
-sign 뵖 45-13456-2-256
-sign 뵗 45-13456-2-356
-sign 뵘 45-13456-26
-sign 뵙 45-13456-12
-sign 뵚 45-13456-12-3
-sign 뵛 45-13456-3
-sign 뵜 45-13456-34
-sign 뵝 45-13456-2356
-sign 뵞 45-13456-13
-sign 뵟 45-13456-23
-sign 뵠 45-13456-235
-sign 뵡 45-13456-236
-sign 뵢 45-13456-256
-sign 뵣 45-13456-356
-sign 뵤 45-346
-sign 뵥 45-346-1
-sign 뵦 45-346-1-1
-sign 뵧 45-346-1-3
-sign 뵨 45-346-25
-sign 뵩 45-346-25-13
-sign 뵪 45-346-25-356
-sign 뵫 45-346-35
-sign 뵬 45-346-2
-sign 뵭 45-346-2-1
-sign 뵮 45-346-2-26
-sign 뵯 45-346-2-12
-sign 뵰 45-346-2-3
-sign 뵱 45-346-2-236
-sign 뵲 45-346-2-256
-sign 뵳 45-346-2-356
-sign 뵴 45-346-26
-sign 뵵 45-346-12
-sign 뵶 45-346-12-3
-sign 뵷 45-346-3
-sign 뵸 45-346-34
-sign 뵹 45-346-2356
-sign 뵺 45-346-13
-sign 뵻 45-346-23
-sign 뵼 45-346-235
-sign 뵽 45-346-236
-sign 뵾 45-346-256
-sign 뵿 45-346-356
-sign 부 45-134
-sign 북 45-134-1
-sign 붂 45-134-1-1
-sign 붃 45-134-1-3
-sign 분 45-134-25
-sign 붅 45-134-25-13
-sign 붆 45-134-25-356
-sign 붇 45-134-35
-sign 불 45-134-2
-sign 붉 45-134-2-1
-sign 붊 45-134-2-26
-sign 붋 45-134-2-12
-sign 붌 45-134-2-3
-sign 붍 45-134-2-236
-sign 붎 45-134-2-256
-sign 붏 45-134-2-356
-sign 붐 45-134-26
-sign 붑 45-134-12
-sign 붒 45-134-12-3
-sign 붓 45-134-3
-sign 붔 45-134-34
-sign 붕 45-134-2356
-sign 붖 45-134-13
-sign 붗 45-134-23
-sign 붘 45-134-235
-sign 붙 45-134-236
-sign 붚 45-134-256
-sign 붛 45-134-356
-sign 붜 45-1234
-sign 붝 45-1234-1
-sign 붞 45-1234-1-1
-sign 붟 45-1234-1-3
-sign 붠 45-1234-25
-sign 붡 45-1234-25-13
-sign 붢 45-1234-25-356
-sign 붣 45-1234-35
-sign 붤 45-1234-2
-sign 붥 45-1234-2-1
-sign 붦 45-1234-2-26
-sign 붧 45-1234-2-12
-sign 붨 45-1234-2-3
-sign 붩 45-1234-2-236
-sign 붪 45-1234-2-256
-sign 붫 45-1234-2-356
-sign 붬 45-1234-26
-sign 붭 45-1234-12
-sign 붮 45-1234-12-3
-sign 붯 45-1234-3
-sign 붰 45-1234-34
-sign 붱 45-1234-2356
-sign 붲 45-1234-13
-sign 붳 45-1234-23
-sign 붴 45-1234-235
-sign 붵 45-1234-236
-sign 붶 45-1234-256
-sign 붷 45-1234-356
-sign 붸 45-1234-1235
-sign 붹 45-1234-1235-1
-sign 붺 45-1234-1235-1-1
-sign 붻 45-1234-1235-1-3
-sign 붼 45-1234-1235-25
-sign 붽 45-1234-1235-25-13
-sign 붾 45-1234-1235-25-356
-sign 붿 45-1234-1235-35
-sign 뷀 45-1234-1235-2
-sign 뷁 45-1234-1235-2-1
-sign 뷂 45-1234-1235-2-26
-sign 뷃 45-1234-1235-2-12
-sign 뷄 45-1234-1235-2-3
-sign 뷅 45-1234-1235-2-236
-sign 뷆 45-1234-1235-2-256
-sign 뷇 45-1234-1235-2-356
-sign 뷈 45-1234-1235-26
-sign 뷉 45-1234-1235-12
-sign 뷊 45-1234-1235-12-3
-sign 뷋 45-1234-1235-3
-sign 뷌 45-1234-1235-34
-sign 뷍 45-1234-1235-2356
-sign 뷎 45-1234-1235-13
-sign 뷏 45-1234-1235-23
-sign 뷐 45-1234-1235-235
-sign 뷑 45-1234-1235-236
-sign 뷒 45-1234-1235-256
-sign 뷓 45-1234-1235-356
-sign 뷔 45-134-1235
-sign 뷕 45-134-1235-1
-sign 뷖 45-134-1235-1-1
-sign 뷗 45-134-1235-1-3
-sign 뷘 45-134-1235-25
-sign 뷙 45-134-1235-25-13
-sign 뷚 45-134-1235-25-356
-sign 뷛 45-134-1235-35
-sign 뷜 45-134-1235-2
-sign 뷝 45-134-1235-2-1
-sign 뷞 45-134-1235-2-26
-sign 뷟 45-134-1235-2-12
-sign 뷠 45-134-1235-2-3
-sign 뷡 45-134-1235-2-236
-sign 뷢 45-134-1235-2-256
-sign 뷣 45-134-1235-2-356
-sign 뷤 45-134-1235-26
-sign 뷥 45-134-1235-12
-sign 뷦 45-134-1235-12-3
-sign 뷧 45-134-1235-3
-sign 뷨 45-134-1235-34
-sign 뷩 45-134-1235-2356
-sign 뷪 45-134-1235-13
-sign 뷫 45-134-1235-23
-sign 뷬 45-134-1235-235
-sign 뷭 45-134-1235-236
-sign 뷮 45-134-1235-256
-sign 뷯 45-134-1235-356
-sign 뷰 45-146
-sign 뷱 45-146-1
-sign 뷲 45-146-1-1
-sign 뷳 45-146-1-3
-sign 뷴 45-146-25
-sign 뷵 45-146-25-13
-sign 뷶 45-146-25-356
-sign 뷷 45-146-35
-sign 뷸 45-146-2
-sign 뷹 45-146-2-1
-sign 뷺 45-146-2-26
-sign 뷻 45-146-2-12
-sign 뷼 45-146-2-3
-sign 뷽 45-146-2-236
-sign 뷾 45-146-2-256
-sign 뷿 45-146-2-356
-sign 븀 45-146-26
-sign 븁 45-146-12
-sign 븂 45-146-12-3
-sign 븃 45-146-3
-sign 븄 45-146-34
-sign 븅 45-146-2356
-sign 븆 45-146-13
-sign 븇 45-146-23
-sign 븈 45-146-235
-sign 븉 45-146-236
-sign 븊 45-146-256
-sign 븋 45-146-356
-sign 브 45-246
-sign 븍 45-246-1
-sign 븎 45-246-1-1
-sign 븏 45-246-1-3
-sign 븐 45-246-25
-sign 븑 45-246-25-13
-sign 븒 45-246-25-356
-sign 븓 45-246-35
-sign 블 45-246-2
-sign 븕 45-246-2-1
-sign 븖 45-246-2-26
-sign 븗 45-246-2-12
-sign 븘 45-246-2-3
-sign 븙 45-246-2-236
-sign 븚 45-246-2-256
-sign 븛 45-246-2-356
-sign 븜 45-246-26
-sign 븝 45-246-12
-sign 븞 45-246-12-3
-sign 븟 45-246-3
-sign 븠 45-246-34
-sign 븡 45-246-2356
-sign 븢 45-246-13
-sign 븣 45-246-23
-sign 븤 45-246-235
-sign 븥 45-246-236
-sign 븦 45-246-256
-sign 븧 45-246-356
-sign 븨 45-2456
-sign 븩 45-2456-1
-sign 븪 45-2456-1-1
-sign 븫 45-2456-1-3
-sign 븬 45-2456-25
-sign 븭 45-2456-25-13
-sign 븮 45-2456-25-356
-sign 븯 45-2456-35
-sign 븰 45-2456-2
-sign 븱 45-2456-2-1
-sign 븲 45-2456-2-26
-sign 븳 45-2456-2-12
-sign 븴 45-2456-2-3
-sign 븵 45-2456-2-236
-sign 븶 45-2456-2-256
-sign 븷 45-2456-2-356
-sign 븸 45-2456-26
-sign 븹 45-2456-12
-sign 븺 45-2456-12-3
-sign 븻 45-2456-3
-sign 븼 45-2456-34
-sign 븽 45-2456-2356
-sign 븾 45-2456-13
-sign 븿 45-2456-23
-sign 빀 45-2456-235
-sign 빁 45-2456-236
-sign 빂 45-2456-256
-sign 빃 45-2456-356
-sign 비 45-135
-sign 빅 45-135-1
-sign 빆 45-135-1-1
-sign 빇 45-135-1-3
-sign 빈 45-135-25
-sign 빉 45-135-25-13
-sign 빊 45-135-25-356
-sign 빋 45-135-35
-sign 빌 45-135-2
-sign 빍 45-135-2-1
-sign 빎 45-135-2-26
-sign 빏 45-135-2-12
-sign 빐 45-135-2-3
-sign 빑 45-135-2-236
-sign 빒 45-135-2-256
-sign 빓 45-135-2-356
-sign 빔 45-135-26
-sign 빕 45-135-12
-sign 빖 45-135-12-3
-sign 빗 45-135-3
-sign 빘 45-135-34
-sign 빙 45-135-2356
-sign 빚 45-135-13
-sign 빛 45-135-23
-sign 빜 45-135-235
-sign 빝 45-135-236
-sign 빞 45-135-256
-sign 빟 45-135-356
-sign 빠 6-45-126
-sign 빡 6-45-126-1
-sign 빢 6-45-126-1-1
-sign 빣 6-45-126-1-3
-sign 빤 6-45-126-25
-sign 빥 6-45-126-25-13
-sign 빦 6-45-126-25-356
-sign 빧 6-45-126-35
-sign 빨 6-45-126-2
-sign 빩 6-45-126-2-1
-sign 빪 6-45-126-2-26
-sign 빫 6-45-126-2-12
-sign 빬 6-45-126-2-3
-sign 빭 6-45-126-2-236
-sign 빮 6-45-126-2-256
-sign 빯 6-45-126-2-356
-sign 빰 6-45-126-26
-sign 빱 6-45-126-12
-sign 빲 6-45-126-12-3
-sign 빳 6-45-126-3
-sign 빴 6-45-126-34
-sign 빵 6-45-126-2356
-sign 빶 6-45-126-13
-sign 빷 6-45-126-23
-sign 빸 6-45-126-235
-sign 빹 6-45-126-236
-sign 빺 6-45-126-256
-sign 빻 6-45-126-356
-sign 빼 6-45-1235
-sign 빽 6-45-1235-1
-sign 빾 6-45-1235-1-1
-sign 빿 6-45-1235-1-3
-sign 뺀 6-45-1235-25
-sign 뺁 6-45-1235-25-13
-sign 뺂 6-45-1235-25-356
-sign 뺃 6-45-1235-35
-sign 뺄 6-45-1235-2
-sign 뺅 6-45-1235-2-1
-sign 뺆 6-45-1235-2-26
-sign 뺇 6-45-1235-2-12
-sign 뺈 6-45-1235-2-3
-sign 뺉 6-45-1235-2-236
-sign 뺊 6-45-1235-2-256
-sign 뺋 6-45-1235-2-356
-sign 뺌 6-45-1235-26
-sign 뺍 6-45-1235-12
-sign 뺎 6-45-1235-12-3
-sign 뺏 6-45-1235-3
-sign 뺐 6-45-1235-34
-sign 뺑 6-45-1235-2356
-sign 뺒 6-45-1235-13
-sign 뺓 6-45-1235-23
-sign 뺔 6-45-1235-235
-sign 뺕 6-45-1235-236
-sign 뺖 6-45-1235-256
-sign 뺗 6-45-1235-356
-sign 뺘 6-45-345
-sign 뺙 6-45-345-1
-sign 뺚 6-45-345-1-1
-sign 뺛 6-45-345-1-3
-sign 뺜 6-45-345-25
-sign 뺝 6-45-345-25-13
-sign 뺞 6-45-345-25-356
-sign 뺟 6-45-345-35
-sign 뺠 6-45-345-2
-sign 뺡 6-45-345-2-1
-sign 뺢 6-45-345-2-26
-sign 뺣 6-45-345-2-12
-sign 뺤 6-45-345-2-3
-sign 뺥 6-45-345-2-236
-sign 뺦 6-45-345-2-256
-sign 뺧 6-45-345-2-356
-sign 뺨 6-45-345-26
-sign 뺩 6-45-345-12
-sign 뺪 6-45-345-12-3
-sign 뺫 6-45-345-3
-sign 뺬 6-45-345-34
-sign 뺭 6-45-345-2356
-sign 뺮 6-45-345-13
-sign 뺯 6-45-345-23
-sign 뺰 6-45-345-235
-sign 뺱 6-45-345-236
-sign 뺲 6-45-345-256
-sign 뺳 6-45-345-356
-sign 뺴 6-45-345-1235
-sign 뺵 6-45-345-1235-1
-sign 뺶 6-45-345-1235-1-1
-sign 뺷 6-45-345-1235-1-3
-sign 뺸 6-45-345-1235-25
-sign 뺹 6-45-345-1235-25-13
-sign 뺺 6-45-345-1235-25-356
-sign 뺻 6-45-345-1235-35
-sign 뺼 6-45-345-1235-2
-sign 뺽 6-45-345-1235-2-1
-sign 뺾 6-45-345-1235-2-26
-sign 뺿 6-45-345-1235-2-12
-sign 뻀 6-45-345-1235-2-3
-sign 뻁 6-45-345-1235-2-236
-sign 뻂 6-45-345-1235-2-256
-sign 뻃 6-45-345-1235-2-356
-sign 뻄 6-45-345-1235-26
-sign 뻅 6-45-345-1235-12
-sign 뻆 6-45-345-1235-12-3
-sign 뻇 6-45-345-1235-3
-sign 뻈 6-45-345-1235-34
-sign 뻉 6-45-345-1235-2356
-sign 뻊 6-45-345-1235-13
-sign 뻋 6-45-345-1235-23
-sign 뻌 6-45-345-1235-235
-sign 뻍 6-45-345-1235-236
-sign 뻎 6-45-345-1235-256
-sign 뻏 6-45-345-1235-356
-sign 뻐 6-45-234
-sign 뻑 6-45-234-1
-sign 뻒 6-45-234-1-1
-sign 뻓 6-45-234-1-3
-sign 뻔 6-45-234-25
-sign 뻕 6-45-234-25-13
-sign 뻖 6-45-234-25-356
-sign 뻗 6-45-234-35
-sign 뻘 6-45-234-2
-sign 뻙 6-45-234-2-1
-sign 뻚 6-45-234-2-26
-sign 뻛 6-45-234-2-12
-sign 뻜 6-45-234-2-3
-sign 뻝 6-45-234-2-236
-sign 뻞 6-45-234-2-256
-sign 뻟 6-45-234-2-356
-sign 뻠 6-45-234-26
-sign 뻡 6-45-234-12
-sign 뻢 6-45-234-12-3
-sign 뻣 6-45-234-3
-sign 뻤 6-45-234-34
-sign 뻥 6-45-234-2356
-sign 뻦 6-45-234-13
-sign 뻧 6-45-234-23
-sign 뻨 6-45-234-235
-sign 뻩 6-45-234-236
-sign 뻪 6-45-234-256
-sign 뻫 6-45-234-356
-sign 뻬 6-45-1345
-sign 뻭 6-45-1345-1
-sign 뻮 6-45-1345-1-1
-sign 뻯 6-45-1345-1-3
-sign 뻰 6-45-1345-25
-sign 뻱 6-45-1345-25-13
-sign 뻲 6-45-1345-25-356
-sign 뻳 6-45-1345-35
-sign 뻴 6-45-1345-2
-sign 뻵 6-45-1345-2-1
-sign 뻶 6-45-1345-2-26
-sign 뻷 6-45-1345-2-12
-sign 뻸 6-45-1345-2-3
-sign 뻹 6-45-1345-2-236
-sign 뻺 6-45-1345-2-256
-sign 뻻 6-45-1345-2-356
-sign 뻼 6-45-1345-26
-sign 뻽 6-45-1345-12
-sign 뻾 6-45-1345-12-3
-sign 뻿 6-45-1345-3
-sign 뼀 6-45-1345-34
-sign 뼁 6-45-1345-2356
-sign 뼂 6-45-1345-13
-sign 뼃 6-45-1345-23
-sign 뼄 6-45-1345-235
-sign 뼅 6-45-1345-236
-sign 뼆 6-45-1345-256
-sign 뼇 6-45-1345-356
-sign 뼈 6-45-156
-sign 뼉 6-45-156-1
-sign 뼊 6-45-156-1-1
-sign 뼋 6-45-156-1-3
-sign 뼌 6-45-156-25
-sign 뼍 6-45-156-25-13
-sign 뼎 6-45-156-25-356
-sign 뼏 6-45-156-35
-sign 뼐 6-45-156-2
-sign 뼑 6-45-156-2-1
-sign 뼒 6-45-156-2-26
-sign 뼓 6-45-156-2-12
-sign 뼔 6-45-156-2-3
-sign 뼕 6-45-156-2-236
-sign 뼖 6-45-156-2-256
-sign 뼗 6-45-156-2-356
-sign 뼘 6-45-156-26
-sign 뼙 6-45-156-12
-sign 뼚 6-45-156-12-3
-sign 뼛 6-45-156-3
-sign 뼜 6-45-156-34
-sign 뼝 6-45-156-2356
-sign 뼞 6-45-156-13
-sign 뼟 6-45-156-23
-sign 뼠 6-45-156-235
-sign 뼡 6-45-156-236
-sign 뼢 6-45-156-256
-sign 뼣 6-45-156-356
-sign 뼤 6-45-34
-sign 뼥 6-45-34-1
-sign 뼦 6-45-34-1-1
-sign 뼧 6-45-34-1-3
-sign 뼨 6-45-34-25
-sign 뼩 6-45-34-25-13
-sign 뼪 6-45-34-25-356
-sign 뼫 6-45-34-35
-sign 뼬 6-45-34-2
-sign 뼭 6-45-34-2-1
-sign 뼮 6-45-34-2-26
-sign 뼯 6-45-34-2-12
-sign 뼰 6-45-34-2-3
-sign 뼱 6-45-34-2-236
-sign 뼲 6-45-34-2-256
-sign 뼳 6-45-34-2-356
-sign 뼴 6-45-34-26
-sign 뼵 6-45-34-12
-sign 뼶 6-45-34-12-3
-sign 뼷 6-45-34-3
-sign 뼸 6-45-34-34
-sign 뼹 6-45-34-2356
-sign 뼺 6-45-34-13
-sign 뼻 6-45-34-23
-sign 뼼 6-45-34-235
-sign 뼽 6-45-34-236
-sign 뼾 6-45-34-256
-sign 뼿 6-45-34-356
-sign 뽀 6-45-136
-sign 뽁 6-45-136-1
-sign 뽂 6-45-136-1-1
-sign 뽃 6-45-136-1-3
-sign 뽄 6-45-136-25
-sign 뽅 6-45-136-25-13
-sign 뽆 6-45-136-25-356
-sign 뽇 6-45-136-35
-sign 뽈 6-45-136-2
-sign 뽉 6-45-136-2-1
-sign 뽊 6-45-136-2-26
-sign 뽋 6-45-136-2-12
-sign 뽌 6-45-136-2-3
-sign 뽍 6-45-136-2-236
-sign 뽎 6-45-136-2-256
-sign 뽏 6-45-136-2-356
-sign 뽐 6-45-136-26
-sign 뽑 6-45-136-12
-sign 뽒 6-45-136-12-3
-sign 뽓 6-45-136-3
-sign 뽔 6-45-136-34
-sign 뽕 6-45-136-2356
-sign 뽖 6-45-136-13
-sign 뽗 6-45-136-23
-sign 뽘 6-45-136-235
-sign 뽙 6-45-136-236
-sign 뽚 6-45-136-256
-sign 뽛 6-45-136-356
-sign 뽜 6-45-1236
-sign 뽝 6-45-1236-1
-sign 뽞 6-45-1236-1-1
-sign 뽟 6-45-1236-1-3
-sign 뽠 6-45-1236-25
-sign 뽡 6-45-1236-25-13
-sign 뽢 6-45-1236-25-356
-sign 뽣 6-45-1236-35
-sign 뽤 6-45-1236-2
-sign 뽥 6-45-1236-2-1
-sign 뽦 6-45-1236-2-26
-sign 뽧 6-45-1236-2-12
-sign 뽨 6-45-1236-2-3
-sign 뽩 6-45-1236-2-236
-sign 뽪 6-45-1236-2-256
-sign 뽫 6-45-1236-2-356
-sign 뽬 6-45-1236-26
-sign 뽭 6-45-1236-12
-sign 뽮 6-45-1236-12-3
-sign 뽯 6-45-1236-3
-sign 뽰 6-45-1236-34
-sign 뽱 6-45-1236-2356
-sign 뽲 6-45-1236-13
-sign 뽳 6-45-1236-23
-sign 뽴 6-45-1236-235
-sign 뽵 6-45-1236-236
-sign 뽶 6-45-1236-256
-sign 뽷 6-45-1236-356
-sign 뽸 6-45-1236-1235
-sign 뽹 6-45-1236-1235-1
-sign 뽺 6-45-1236-1235-1-1
-sign 뽻 6-45-1236-1235-1-3
-sign 뽼 6-45-1236-1235-25
-sign 뽽 6-45-1236-1235-25-13
-sign 뽾 6-45-1236-1235-25-356
-sign 뽿 6-45-1236-1235-35
-sign 뾀 6-45-1236-1235-2
-sign 뾁 6-45-1236-1235-2-1
-sign 뾂 6-45-1236-1235-2-26
-sign 뾃 6-45-1236-1235-2-12
-sign 뾄 6-45-1236-1235-2-3
-sign 뾅 6-45-1236-1235-2-236
-sign 뾆 6-45-1236-1235-2-256
-sign 뾇 6-45-1236-1235-2-356
-sign 뾈 6-45-1236-1235-26
-sign 뾉 6-45-1236-1235-12
-sign 뾊 6-45-1236-1235-12-3
-sign 뾋 6-45-1236-1235-3
-sign 뾌 6-45-1236-1235-34
-sign 뾍 6-45-1236-1235-2356
-sign 뾎 6-45-1236-1235-13
-sign 뾏 6-45-1236-1235-23
-sign 뾐 6-45-1236-1235-235
-sign 뾑 6-45-1236-1235-236
-sign 뾒 6-45-1236-1235-256
-sign 뾓 6-45-1236-1235-356
-sign 뾔 6-45-13456
-sign 뾕 6-45-13456-1
-sign 뾖 6-45-13456-1-1
-sign 뾗 6-45-13456-1-3
-sign 뾘 6-45-13456-25
-sign 뾙 6-45-13456-25-13
-sign 뾚 6-45-13456-25-356
-sign 뾛 6-45-13456-35
-sign 뾜 6-45-13456-2
-sign 뾝 6-45-13456-2-1
-sign 뾞 6-45-13456-2-26
-sign 뾟 6-45-13456-2-12
-sign 뾠 6-45-13456-2-3
-sign 뾡 6-45-13456-2-236
-sign 뾢 6-45-13456-2-256
-sign 뾣 6-45-13456-2-356
-sign 뾤 6-45-13456-26
-sign 뾥 6-45-13456-12
-sign 뾦 6-45-13456-12-3
-sign 뾧 6-45-13456-3
-sign 뾨 6-45-13456-34
-sign 뾩 6-45-13456-2356
-sign 뾪 6-45-13456-13
-sign 뾫 6-45-13456-23
-sign 뾬 6-45-13456-235
-sign 뾭 6-45-13456-236
-sign 뾮 6-45-13456-256
-sign 뾯 6-45-13456-356
-sign 뾰 6-45-346
-sign 뾱 6-45-346-1
-sign 뾲 6-45-346-1-1
-sign 뾳 6-45-346-1-3
-sign 뾴 6-45-346-25
-sign 뾵 6-45-346-25-13
-sign 뾶 6-45-346-25-356
-sign 뾷 6-45-346-35
-sign 뾸 6-45-346-2
-sign 뾹 6-45-346-2-1
-sign 뾺 6-45-346-2-26
-sign 뾻 6-45-346-2-12
-sign 뾼 6-45-346-2-3
-sign 뾽 6-45-346-2-236
-sign 뾾 6-45-346-2-256
-sign 뾿 6-45-346-2-356
-sign 뿀 6-45-346-26
-sign 뿁 6-45-346-12
-sign 뿂 6-45-346-12-3
-sign 뿃 6-45-346-3
-sign 뿄 6-45-346-34
-sign 뿅 6-45-346-2356
-sign 뿆 6-45-346-13
-sign 뿇 6-45-346-23
-sign 뿈 6-45-346-235
-sign 뿉 6-45-346-236
-sign 뿊 6-45-346-256
-sign 뿋 6-45-346-356
-sign 뿌 6-45-134
-sign 뿍 6-45-134-1
-sign 뿎 6-45-134-1-1
-sign 뿏 6-45-134-1-3
-sign 뿐 6-45-134-25
-sign 뿑 6-45-134-25-13
-sign 뿒 6-45-134-25-356
-sign 뿓 6-45-134-35
-sign 뿔 6-45-134-2
-sign 뿕 6-45-134-2-1
-sign 뿖 6-45-134-2-26
-sign 뿗 6-45-134-2-12
-sign 뿘 6-45-134-2-3
-sign 뿙 6-45-134-2-236
-sign 뿚 6-45-134-2-256
-sign 뿛 6-45-134-2-356
-sign 뿜 6-45-134-26
-sign 뿝 6-45-134-12
-sign 뿞 6-45-134-12-3
-sign 뿟 6-45-134-3
-sign 뿠 6-45-134-34
-sign 뿡 6-45-134-2356
-sign 뿢 6-45-134-13
-sign 뿣 6-45-134-23
-sign 뿤 6-45-134-235
-sign 뿥 6-45-134-236
-sign 뿦 6-45-134-256
-sign 뿧 6-45-134-356
-sign 뿨 6-45-1234
-sign 뿩 6-45-1234-1
-sign 뿪 6-45-1234-1-1
-sign 뿫 6-45-1234-1-3
-sign 뿬 6-45-1234-25
-sign 뿭 6-45-1234-25-13
-sign 뿮 6-45-1234-25-356
-sign 뿯 6-45-1234-35
-sign 뿰 6-45-1234-2
-sign 뿱 6-45-1234-2-1
-sign 뿲 6-45-1234-2-26
-sign 뿳 6-45-1234-2-12
-sign 뿴 6-45-1234-2-3
-sign 뿵 6-45-1234-2-236
-sign 뿶 6-45-1234-2-256
-sign 뿷 6-45-1234-2-356
-sign 뿸 6-45-1234-26
-sign 뿹 6-45-1234-12
-sign 뿺 6-45-1234-12-3
-sign 뿻 6-45-1234-3
-sign 뿼 6-45-1234-34
-sign 뿽 6-45-1234-2356
-sign 뿾 6-45-1234-13
-sign 뿿 6-45-1234-23
-sign 쀀 6-45-1234-235
-sign 쀁 6-45-1234-236
-sign 쀂 6-45-1234-256
-sign 쀃 6-45-1234-356
-sign 쀄 6-45-1234-1235
-sign 쀅 6-45-1234-1235-1
-sign 쀆 6-45-1234-1235-1-1
-sign 쀇 6-45-1234-1235-1-3
-sign 쀈 6-45-1234-1235-25
-sign 쀉 6-45-1234-1235-25-13
-sign 쀊 6-45-1234-1235-25-356
-sign 쀋 6-45-1234-1235-35
-sign 쀌 6-45-1234-1235-2
-sign 쀍 6-45-1234-1235-2-1
-sign 쀎 6-45-1234-1235-2-26
-sign 쀏 6-45-1234-1235-2-12
-sign 쀐 6-45-1234-1235-2-3
-sign 쀑 6-45-1234-1235-2-236
-sign 쀒 6-45-1234-1235-2-256
-sign 쀓 6-45-1234-1235-2-356
-sign 쀔 6-45-1234-1235-26
-sign 쀕 6-45-1234-1235-12
-sign 쀖 6-45-1234-1235-12-3
-sign 쀗 6-45-1234-1235-3
-sign 쀘 6-45-1234-1235-34
-sign 쀙 6-45-1234-1235-2356
-sign 쀚 6-45-1234-1235-13
-sign 쀛 6-45-1234-1235-23
-sign 쀜 6-45-1234-1235-235
-sign 쀝 6-45-1234-1235-236
-sign 쀞 6-45-1234-1235-256
-sign 쀟 6-45-1234-1235-356
-sign 쀠 6-45-134-1235
-sign 쀡 6-45-134-1235-1
-sign 쀢 6-45-134-1235-1-1
-sign 쀣 6-45-134-1235-1-3
-sign 쀤 6-45-134-1235-25
-sign 쀥 6-45-134-1235-25-13
-sign 쀦 6-45-134-1235-25-356
-sign 쀧 6-45-134-1235-35
-sign 쀨 6-45-134-1235-2
-sign 쀩 6-45-134-1235-2-1
-sign 쀪 6-45-134-1235-2-26
-sign 쀫 6-45-134-1235-2-12
-sign 쀬 6-45-134-1235-2-3
-sign 쀭 6-45-134-1235-2-236
-sign 쀮 6-45-134-1235-2-256
-sign 쀯 6-45-134-1235-2-356
-sign 쀰 6-45-134-1235-26
-sign 쀱 6-45-134-1235-12
-sign 쀲 6-45-134-1235-12-3
-sign 쀳 6-45-134-1235-3
-sign 쀴 6-45-134-1235-34
-sign 쀵 6-45-134-1235-2356
-sign 쀶 6-45-134-1235-13
-sign 쀷 6-45-134-1235-23
-sign 쀸 6-45-134-1235-235
-sign 쀹 6-45-134-1235-236
-sign 쀺 6-45-134-1235-256
-sign 쀻 6-45-134-1235-356
-sign 쀼 6-45-146
-sign 쀽 6-45-146-1
-sign 쀾 6-45-146-1-1
-sign 쀿 6-45-146-1-3
-sign 쁀 6-45-146-25
-sign 쁁 6-45-146-25-13
-sign 쁂 6-45-146-25-356
-sign 쁃 6-45-146-35
-sign 쁄 6-45-146-2
-sign 쁅 6-45-146-2-1
-sign 쁆 6-45-146-2-26
-sign 쁇 6-45-146-2-12
-sign 쁈 6-45-146-2-3
-sign 쁉 6-45-146-2-236
-sign 쁊 6-45-146-2-256
-sign 쁋 6-45-146-2-356
-sign 쁌 6-45-146-26
-sign 쁍 6-45-146-12
-sign 쁎 6-45-146-12-3
-sign 쁏 6-45-146-3
-sign 쁐 6-45-146-34
-sign 쁑 6-45-146-2356
-sign 쁒 6-45-146-13
-sign 쁓 6-45-146-23
-sign 쁔 6-45-146-235
-sign 쁕 6-45-146-236
-sign 쁖 6-45-146-256
-sign 쁗 6-45-146-356
-sign 쁘 6-45-246
-sign 쁙 6-45-246-1
-sign 쁚 6-45-246-1-1
-sign 쁛 6-45-246-1-3
-sign 쁜 6-45-246-25
-sign 쁝 6-45-246-25-13
-sign 쁞 6-45-246-25-356
-sign 쁟 6-45-246-35
-sign 쁠 6-45-246-2
-sign 쁡 6-45-246-2-1
-sign 쁢 6-45-246-2-26
-sign 쁣 6-45-246-2-12
-sign 쁤 6-45-246-2-3
-sign 쁥 6-45-246-2-236
-sign 쁦 6-45-246-2-256
-sign 쁧 6-45-246-2-356
-sign 쁨 6-45-246-26
-sign 쁩 6-45-246-12
-sign 쁪 6-45-246-12-3
-sign 쁫 6-45-246-3
-sign 쁬 6-45-246-34
-sign 쁭 6-45-246-2356
-sign 쁮 6-45-246-13
-sign 쁯 6-45-246-23
-sign 쁰 6-45-246-235
-sign 쁱 6-45-246-236
-sign 쁲 6-45-246-256
-sign 쁳 6-45-246-356
-sign 쁴 6-45-2456
-sign 쁵 6-45-2456-1
-sign 쁶 6-45-2456-1-1
-sign 쁷 6-45-2456-1-3
-sign 쁸 6-45-2456-25
-sign 쁹 6-45-2456-25-13
-sign 쁺 6-45-2456-25-356
-sign 쁻 6-45-2456-35
-sign 쁼 6-45-2456-2
-sign 쁽 6-45-2456-2-1
-sign 쁾 6-45-2456-2-26
-sign 쁿 6-45-2456-2-12
-sign 삀 6-45-2456-2-3
-sign 삁 6-45-2456-2-236
-sign 삂 6-45-2456-2-256
-sign 삃 6-45-2456-2-356
-sign 삄 6-45-2456-26
-sign 삅 6-45-2456-12
-sign 삆 6-45-2456-12-3
-sign 삇 6-45-2456-3
-sign 삈 6-45-2456-34
-sign 삉 6-45-2456-2356
-sign 삊 6-45-2456-13
-sign 삋 6-45-2456-23
-sign 삌 6-45-2456-235
-sign 삍 6-45-2456-236
-sign 삎 6-45-2456-256
-sign 삏 6-45-2456-356
-sign 삐 6-45-135
-sign 삑 6-45-135-1
-sign 삒 6-45-135-1-1
-sign 삓 6-45-135-1-3
-sign 삔 6-45-135-25
-sign 삕 6-45-135-25-13
-sign 삖 6-45-135-25-356
-sign 삗 6-45-135-35
-sign 삘 6-45-135-2
-sign 삙 6-45-135-2-1
-sign 삚 6-45-135-2-26
-sign 삛 6-45-135-2-12
-sign 삜 6-45-135-2-3
-sign 삝 6-45-135-2-236
-sign 삞 6-45-135-2-256
-sign 삟 6-45-135-2-356
-sign 삠 6-45-135-26
-sign 삡 6-45-135-12
-sign 삢 6-45-135-12-3
-sign 삣 6-45-135-3
-sign 삤 6-45-135-34
-sign 삥 6-45-135-2356
-sign 삦 6-45-135-13
-sign 삧 6-45-135-23
-sign 삨 6-45-135-235
-sign 삩 6-45-135-236
-sign 삪 6-45-135-256
-sign 삫 6-45-135-356
-sign 사 6-126
-sign 삭 6-126-1
-sign 삮 6-126-1-1
-sign 삯 6-126-1-3
-sign 산 6-126-25
-sign 삱 6-126-25-13
-sign 삲 6-126-25-356
-sign 삳 6-126-35
-sign 살 6-126-2
-sign 삵 6-126-2-1
-sign 삶 6-126-2-26
-sign 삷 6-126-2-12
-sign 삸 6-126-2-3
-sign 삹 6-126-2-236
-sign 삺 6-126-2-256
-sign 삻 6-126-2-356
-sign 삼 6-126-26
-sign 삽 6-126-12
-sign 삾 6-126-12-3
-sign 삿 6-126-3
-sign 샀 6-126-34
-sign 상 6-126-2356
-sign 샂 6-126-13
-sign 샃 6-126-23
-sign 샄 6-126-235
-sign 샅 6-126-236
-sign 샆 6-126-256
-sign 샇 6-126-356
-sign 새 6-1235
-sign 색 6-1235-1
-sign 샊 6-1235-1-1
-sign 샋 6-1235-1-3
-sign 샌 6-1235-25
-sign 샍 6-1235-25-13
-sign 샎 6-1235-25-356
-sign 샏 6-1235-35
-sign 샐 6-1235-2
-sign 샑 6-1235-2-1
-sign 샒 6-1235-2-26
-sign 샓 6-1235-2-12
-sign 샔 6-1235-2-3
-sign 샕 6-1235-2-236
-sign 샖 6-1235-2-256
-sign 샗 6-1235-2-356
-sign 샘 6-1235-26
-sign 샙 6-1235-12
-sign 샚 6-1235-12-3
-sign 샛 6-1235-3
-sign 샜 6-1235-34
-sign 생 6-1235-2356
-sign 샞 6-1235-13
-sign 샟 6-1235-23
-sign 샠 6-1235-235
-sign 샡 6-1235-236
-sign 샢 6-1235-256
-sign 샣 6-1235-356
-sign 샤 6-345
-sign 샥 6-345-1
-sign 샦 6-345-1-1
-sign 샧 6-345-1-3
-sign 샨 6-345-25
-sign 샩 6-345-25-13
-sign 샪 6-345-25-356
-sign 샫 6-345-35
-sign 샬 6-345-2
-sign 샭 6-345-2-1
-sign 샮 6-345-2-26
-sign 샯 6-345-2-12
-sign 샰 6-345-2-3
-sign 샱 6-345-2-236
-sign 샲 6-345-2-256
-sign 샳 6-345-2-356
-sign 샴 6-345-26
-sign 샵 6-345-12
-sign 샶 6-345-12-3
-sign 샷 6-345-3
-sign 샸 6-345-34
-sign 샹 6-345-2356
-sign 샺 6-345-13
-sign 샻 6-345-23
-sign 샼 6-345-235
-sign 샽 6-345-236
-sign 샾 6-345-256
-sign 샿 6-345-356
-sign 섀 6-345-1235
-sign 섁 6-345-1235-1
-sign 섂 6-345-1235-1-1
-sign 섃 6-345-1235-1-3
-sign 섄 6-345-1235-25
-sign 섅 6-345-1235-25-13
-sign 섆 6-345-1235-25-356
-sign 섇 6-345-1235-35
-sign 섈 6-345-1235-2
-sign 섉 6-345-1235-2-1
-sign 섊 6-345-1235-2-26
-sign 섋 6-345-1235-2-12
-sign 섌 6-345-1235-2-3
-sign 섍 6-345-1235-2-236
-sign 섎 6-345-1235-2-256
-sign 섏 6-345-1235-2-356
-sign 섐 6-345-1235-26
-sign 섑 6-345-1235-12
-sign 섒 6-345-1235-12-3
-sign 섓 6-345-1235-3
-sign 섔 6-345-1235-34
-sign 섕 6-345-1235-2356
-sign 섖 6-345-1235-13
-sign 섗 6-345-1235-23
-sign 섘 6-345-1235-235
-sign 섙 6-345-1235-236
-sign 섚 6-345-1235-256
-sign 섛 6-345-1235-356
-sign 서 6-234
-sign 석 6-234-1
-sign 섞 6-234-1-1
-sign 섟 6-234-1-3
-sign 선 6-234-25
-sign 섡 6-234-25-13
-sign 섢 6-234-25-356
-sign 섣 6-234-35
-sign 설 6-234-2
-sign 섥 6-234-2-1
-sign 섦 6-234-2-26
-sign 섧 6-234-2-12
-sign 섨 6-234-2-3
-sign 섩 6-234-2-236
-sign 섪 6-234-2-256
-sign 섫 6-234-2-356
-sign 섬 6-234-26
-sign 섭 6-234-12
-sign 섮 6-234-12-3
-sign 섯 6-234-3
-sign 섰 6-234-34
-sign 성 6-234-2356
-sign 섲 6-234-13
-sign 섳 6-234-23
-sign 섴 6-234-235
-sign 섵 6-234-236
-sign 섶 6-234-256
-sign 섷 6-234-356
-sign 세 6-1345
-sign 섹 6-1345-1
-sign 섺 6-1345-1-1
-sign 섻 6-1345-1-3
-sign 센 6-1345-25
-sign 섽 6-1345-25-13
-sign 섾 6-1345-25-356
-sign 섿 6-1345-35
-sign 셀 6-1345-2
-sign 셁 6-1345-2-1
-sign 셂 6-1345-2-26
-sign 셃 6-1345-2-12
-sign 셄 6-1345-2-3
-sign 셅 6-1345-2-236
-sign 셆 6-1345-2-256
-sign 셇 6-1345-2-356
-sign 셈 6-1345-26
-sign 셉 6-1345-12
-sign 셊 6-1345-12-3
-sign 셋 6-1345-3
-sign 셌 6-1345-34
-sign 셍 6-1345-2356
-sign 셎 6-1345-13
-sign 셏 6-1345-23
-sign 셐 6-1345-235
-sign 셑 6-1345-236
-sign 셒 6-1345-256
-sign 셓 6-1345-356
-sign 셔 6-156
-sign 셕 6-156-1
-sign 셖 6-156-1-1
-sign 셗 6-156-1-3
-sign 션 6-156-25
-sign 셙 6-156-25-13
-sign 셚 6-156-25-356
-sign 셛 6-156-35
-sign 셜 6-156-2
-sign 셝 6-156-2-1
-sign 셞 6-156-2-26
-sign 셟 6-156-2-12
-sign 셠 6-156-2-3
-sign 셡 6-156-2-236
-sign 셢 6-156-2-256
-sign 셣 6-156-2-356
-sign 셤 6-156-26
-sign 셥 6-156-12
-sign 셦 6-156-12-3
-sign 셧 6-156-3
-sign 셨 6-156-34
-sign 셩 6-156-2356
-sign 셪 6-156-13
-sign 셫 6-156-23
-sign 셬 6-156-235
-sign 셭 6-156-236
-sign 셮 6-156-256
-sign 셯 6-156-356
-sign 셰 6-34
-sign 셱 6-34-1
-sign 셲 6-34-1-1
-sign 셳 6-34-1-3
-sign 셴 6-34-25
-sign 셵 6-34-25-13
-sign 셶 6-34-25-356
-sign 셷 6-34-35
-sign 셸 6-34-2
-sign 셹 6-34-2-1
-sign 셺 6-34-2-26
-sign 셻 6-34-2-12
-sign 셼 6-34-2-3
-sign 셽 6-34-2-236
-sign 셾 6-34-2-256
-sign 셿 6-34-2-356
-sign 솀 6-34-26
-sign 솁 6-34-12
-sign 솂 6-34-12-3
-sign 솃 6-34-3
-sign 솄 6-34-34
-sign 솅 6-34-2356
-sign 솆 6-34-13
-sign 솇 6-34-23
-sign 솈 6-34-235
-sign 솉 6-34-236
-sign 솊 6-34-256
-sign 솋 6-34-356
-sign 소 6-136
-sign 속 6-136-1
-sign 솎 6-136-1-1
-sign 솏 6-136-1-3
-sign 손 6-136-25
-sign 솑 6-136-25-13
-sign 솒 6-136-25-356
-sign 솓 6-136-35
-sign 솔 6-136-2
-sign 솕 6-136-2-1
-sign 솖 6-136-2-26
-sign 솗 6-136-2-12
-sign 솘 6-136-2-3
-sign 솙 6-136-2-236
-sign 솚 6-136-2-256
-sign 솛 6-136-2-356
-sign 솜 6-136-26
-sign 솝 6-136-12
-sign 솞 6-136-12-3
-sign 솟 6-136-3
-sign 솠 6-136-34
-sign 송 6-136-2356
-sign 솢 6-136-13
-sign 솣 6-136-23
-sign 솤 6-136-235
-sign 솥 6-136-236
-sign 솦 6-136-256
-sign 솧 6-136-356
-sign 솨 6-1236
-sign 솩 6-1236-1
-sign 솪 6-1236-1-1
-sign 솫 6-1236-1-3
-sign 솬 6-1236-25
-sign 솭 6-1236-25-13
-sign 솮 6-1236-25-356
-sign 솯 6-1236-35
-sign 솰 6-1236-2
-sign 솱 6-1236-2-1
-sign 솲 6-1236-2-26
-sign 솳 6-1236-2-12
-sign 솴 6-1236-2-3
-sign 솵 6-1236-2-236
-sign 솶 6-1236-2-256
-sign 솷 6-1236-2-356
-sign 솸 6-1236-26
-sign 솹 6-1236-12
-sign 솺 6-1236-12-3
-sign 솻 6-1236-3
-sign 솼 6-1236-34
-sign 솽 6-1236-2356
-sign 솾 6-1236-13
-sign 솿 6-1236-23
-sign 쇀 6-1236-235
-sign 쇁 6-1236-236
-sign 쇂 6-1236-256
-sign 쇃 6-1236-356
-sign 쇄 6-1236-1235
-sign 쇅 6-1236-1235-1
-sign 쇆 6-1236-1235-1-1
-sign 쇇 6-1236-1235-1-3
-sign 쇈 6-1236-1235-25
-sign 쇉 6-1236-1235-25-13
-sign 쇊 6-1236-1235-25-356
-sign 쇋 6-1236-1235-35
-sign 쇌 6-1236-1235-2
-sign 쇍 6-1236-1235-2-1
-sign 쇎 6-1236-1235-2-26
-sign 쇏 6-1236-1235-2-12
-sign 쇐 6-1236-1235-2-3
-sign 쇑 6-1236-1235-2-236
-sign 쇒 6-1236-1235-2-256
-sign 쇓 6-1236-1235-2-356
-sign 쇔 6-1236-1235-26
-sign 쇕 6-1236-1235-12
-sign 쇖 6-1236-1235-12-3
-sign 쇗 6-1236-1235-3
-sign 쇘 6-1236-1235-34
-sign 쇙 6-1236-1235-2356
-sign 쇚 6-1236-1235-13
-sign 쇛 6-1236-1235-23
-sign 쇜 6-1236-1235-235
-sign 쇝 6-1236-1235-236
-sign 쇞 6-1236-1235-256
-sign 쇟 6-1236-1235-356
-sign 쇠 6-13456
-sign 쇡 6-13456-1
-sign 쇢 6-13456-1-1
-sign 쇣 6-13456-1-3
-sign 쇤 6-13456-25
-sign 쇥 6-13456-25-13
-sign 쇦 6-13456-25-356
-sign 쇧 6-13456-35
-sign 쇨 6-13456-2
-sign 쇩 6-13456-2-1
-sign 쇪 6-13456-2-26
-sign 쇫 6-13456-2-12
-sign 쇬 6-13456-2-3
-sign 쇭 6-13456-2-236
-sign 쇮 6-13456-2-256
-sign 쇯 6-13456-2-356
-sign 쇰 6-13456-26
-sign 쇱 6-13456-12
-sign 쇲 6-13456-12-3
-sign 쇳 6-13456-3
-sign 쇴 6-13456-34
-sign 쇵 6-13456-2356
-sign 쇶 6-13456-13
-sign 쇷 6-13456-23
-sign 쇸 6-13456-235
-sign 쇹 6-13456-236
-sign 쇺 6-13456-256
-sign 쇻 6-13456-356
-sign 쇼 6-346
-sign 쇽 6-346-1
-sign 쇾 6-346-1-1
-sign 쇿 6-346-1-3
-sign 숀 6-346-25
-sign 숁 6-346-25-13
-sign 숂 6-346-25-356
-sign 숃 6-346-35
-sign 숄 6-346-2
-sign 숅 6-346-2-1
-sign 숆 6-346-2-26
-sign 숇 6-346-2-12
-sign 숈 6-346-2-3
-sign 숉 6-346-2-236
-sign 숊 6-346-2-256
-sign 숋 6-346-2-356
-sign 숌 6-346-26
-sign 숍 6-346-12
-sign 숎 6-346-12-3
-sign 숏 6-346-3
-sign 숐 6-346-34
-sign 숑 6-346-2356
-sign 숒 6-346-13
-sign 숓 6-346-23
-sign 숔 6-346-235
-sign 숕 6-346-236
-sign 숖 6-346-256
-sign 숗 6-346-356
-sign 수 6-134
-sign 숙 6-134-1
-sign 숚 6-134-1-1
-sign 숛 6-134-1-3
-sign 순 6-134-25
-sign 숝 6-134-25-13
-sign 숞 6-134-25-356
-sign 숟 6-134-35
-sign 술 6-134-2
-sign 숡 6-134-2-1
-sign 숢 6-134-2-26
-sign 숣 6-134-2-12
-sign 숤 6-134-2-3
-sign 숥 6-134-2-236
-sign 숦 6-134-2-256
-sign 숧 6-134-2-356
-sign 숨 6-134-26
-sign 숩 6-134-12
-sign 숪 6-134-12-3
-sign 숫 6-134-3
-sign 숬 6-134-34
-sign 숭 6-134-2356
-sign 숮 6-134-13
-sign 숯 6-134-23
-sign 숰 6-134-235
-sign 숱 6-134-236
-sign 숲 6-134-256
-sign 숳 6-134-356
-sign 숴 6-1234
-sign 숵 6-1234-1
-sign 숶 6-1234-1-1
-sign 숷 6-1234-1-3
-sign 숸 6-1234-25
-sign 숹 6-1234-25-13
-sign 숺 6-1234-25-356
-sign 숻 6-1234-35
-sign 숼 6-1234-2
-sign 숽 6-1234-2-1
-sign 숾 6-1234-2-26
-sign 숿 6-1234-2-12
-sign 쉀 6-1234-2-3
-sign 쉁 6-1234-2-236
-sign 쉂 6-1234-2-256
-sign 쉃 6-1234-2-356
-sign 쉄 6-1234-26
-sign 쉅 6-1234-12
-sign 쉆 6-1234-12-3
-sign 쉇 6-1234-3
-sign 쉈 6-1234-34
-sign 쉉 6-1234-2356
-sign 쉊 6-1234-13
-sign 쉋 6-1234-23
-sign 쉌 6-1234-235
-sign 쉍 6-1234-236
-sign 쉎 6-1234-256
-sign 쉏 6-1234-356
-sign 쉐 6-1234-1235
-sign 쉑 6-1234-1235-1
-sign 쉒 6-1234-1235-1-1
-sign 쉓 6-1234-1235-1-3
-sign 쉔 6-1234-1235-25
-sign 쉕 6-1234-1235-25-13
-sign 쉖 6-1234-1235-25-356
-sign 쉗 6-1234-1235-35
-sign 쉘 6-1234-1235-2
-sign 쉙 6-1234-1235-2-1
-sign 쉚 6-1234-1235-2-26
-sign 쉛 6-1234-1235-2-12
-sign 쉜 6-1234-1235-2-3
-sign 쉝 6-1234-1235-2-236
-sign 쉞 6-1234-1235-2-256
-sign 쉟 6-1234-1235-2-356
-sign 쉠 6-1234-1235-26
-sign 쉡 6-1234-1235-12
-sign 쉢 6-1234-1235-12-3
-sign 쉣 6-1234-1235-3
-sign 쉤 6-1234-1235-34
-sign 쉥 6-1234-1235-2356
-sign 쉦 6-1234-1235-13
-sign 쉧 6-1234-1235-23
-sign 쉨 6-1234-1235-235
-sign 쉩 6-1234-1235-236
-sign 쉪 6-1234-1235-256
-sign 쉫 6-1234-1235-356
-sign 쉬 6-134-1235
-sign 쉭 6-134-1235-1
-sign 쉮 6-134-1235-1-1
-sign 쉯 6-134-1235-1-3
-sign 쉰 6-134-1235-25
-sign 쉱 6-134-1235-25-13
-sign 쉲 6-134-1235-25-356
-sign 쉳 6-134-1235-35
-sign 쉴 6-134-1235-2
-sign 쉵 6-134-1235-2-1
-sign 쉶 6-134-1235-2-26
-sign 쉷 6-134-1235-2-12
-sign 쉸 6-134-1235-2-3
-sign 쉹 6-134-1235-2-236
-sign 쉺 6-134-1235-2-256
-sign 쉻 6-134-1235-2-356
-sign 쉼 6-134-1235-26
-sign 쉽 6-134-1235-12
-sign 쉾 6-134-1235-12-3
-sign 쉿 6-134-1235-3
-sign 슀 6-134-1235-34
-sign 슁 6-134-1235-2356
-sign 슂 6-134-1235-13
-sign 슃 6-134-1235-23
-sign 슄 6-134-1235-235
-sign 슅 6-134-1235-236
-sign 슆 6-134-1235-256
-sign 슇 6-134-1235-356
-sign 슈 6-146
-sign 슉 6-146-1
-sign 슊 6-146-1-1
-sign 슋 6-146-1-3
-sign 슌 6-146-25
-sign 슍 6-146-25-13
-sign 슎 6-146-25-356
-sign 슏 6-146-35
-sign 슐 6-146-2
-sign 슑 6-146-2-1
-sign 슒 6-146-2-26
-sign 슓 6-146-2-12
-sign 슔 6-146-2-3
-sign 슕 6-146-2-236
-sign 슖 6-146-2-256
-sign 슗 6-146-2-356
-sign 슘 6-146-26
-sign 슙 6-146-12
-sign 슚 6-146-12-3
-sign 슛 6-146-3
-sign 슜 6-146-34
-sign 슝 6-146-2356
-sign 슞 6-146-13
-sign 슟 6-146-23
-sign 슠 6-146-235
-sign 슡 6-146-236
-sign 슢 6-146-256
-sign 슣 6-146-356
-sign 스 6-246
-sign 슥 6-246-1
-sign 슦 6-246-1-1
-sign 슧 6-246-1-3
-sign 슨 6-246-25
-sign 슩 6-246-25-13
-sign 슪 6-246-25-356
-sign 슫 6-246-35
-sign 슬 6-246-2
-sign 슭 6-246-2-1
-sign 슮 6-246-2-26
-sign 슯 6-246-2-12
-sign 슰 6-246-2-3
-sign 슱 6-246-2-236
-sign 슲 6-246-2-256
-sign 슳 6-246-2-356
-sign 슴 6-246-26
-sign 습 6-246-12
-sign 슶 6-246-12-3
-sign 슷 6-246-3
-sign 슸 6-246-34
-sign 승 6-246-2356
-sign 슺 6-246-13
-sign 슻 6-246-23
-sign 슼 6-246-235
-sign 슽 6-246-236
-sign 슾 6-246-256
-sign 슿 6-246-356
-sign 싀 6-2456
-sign 싁 6-2456-1
-sign 싂 6-2456-1-1
-sign 싃 6-2456-1-3
-sign 싄 6-2456-25
-sign 싅 6-2456-25-13
-sign 싆 6-2456-25-356
-sign 싇 6-2456-35
-sign 싈 6-2456-2
-sign 싉 6-2456-2-1
-sign 싊 6-2456-2-26
-sign 싋 6-2456-2-12
-sign 싌 6-2456-2-3
-sign 싍 6-2456-2-236
-sign 싎 6-2456-2-256
-sign 싏 6-2456-2-356
-sign 싐 6-2456-26
-sign 싑 6-2456-12
-sign 싒 6-2456-12-3
-sign 싓 6-2456-3
-sign 싔 6-2456-34
-sign 싕 6-2456-2356
-sign 싖 6-2456-13
-sign 싗 6-2456-23
-sign 싘 6-2456-235
-sign 싙 6-2456-236
-sign 싚 6-2456-256
-sign 싛 6-2456-356
-sign 시 6-135
-sign 식 6-135-1
-sign 싞 6-135-1-1
-sign 싟 6-135-1-3
-sign 신 6-135-25
-sign 싡 6-135-25-13
-sign 싢 6-135-25-356
-sign 싣 6-135-35
-sign 실 6-135-2
-sign 싥 6-135-2-1
-sign 싦 6-135-2-26
-sign 싧 6-135-2-12
-sign 싨 6-135-2-3
-sign 싩 6-135-2-236
-sign 싪 6-135-2-256
-sign 싫 6-135-2-356
-sign 심 6-135-26
-sign 십 6-135-12
-sign 싮 6-135-12-3
-sign 싯 6-135-3
-sign 싰 6-135-34
-sign 싱 6-135-2356
-sign 싲 6-135-13
-sign 싳 6-135-23
-sign 싴 6-135-235
-sign 싵 6-135-236
-sign 싶 6-135-256
-sign 싷 6-135-356
-sign 싸 6-6-126
-sign 싹 6-6-126-1
-sign 싺 6-6-126-1-1
-sign 싻 6-6-126-1-3
-sign 싼 6-6-126-25
-sign 싽 6-6-126-25-13
-sign 싾 6-6-126-25-356
-sign 싿 6-6-126-35
-sign 쌀 6-6-126-2
-sign 쌁 6-6-126-2-1
-sign 쌂 6-6-126-2-26
-sign 쌃 6-6-126-2-12
-sign 쌄 6-6-126-2-3
-sign 쌅 6-6-126-2-236
-sign 쌆 6-6-126-2-256
-sign 쌇 6-6-126-2-356
-sign 쌈 6-6-126-26
-sign 쌉 6-6-126-12
-sign 쌊 6-6-126-12-3
-sign 쌋 6-6-126-3
-sign 쌌 6-6-126-34
-sign 쌍 6-6-126-2356
-sign 쌎 6-6-126-13
-sign 쌏 6-6-126-23
-sign 쌐 6-6-126-235
-sign 쌑 6-6-126-236
-sign 쌒 6-6-126-256
-sign 쌓 6-6-126-356
-sign 쌔 6-6-1235
-sign 쌕 6-6-1235-1
-sign 쌖 6-6-1235-1-1
-sign 쌗 6-6-1235-1-3
-sign 쌘 6-6-1235-25
-sign 쌙 6-6-1235-25-13
-sign 쌚 6-6-1235-25-356
-sign 쌛 6-6-1235-35
-sign 쌜 6-6-1235-2
-sign 쌝 6-6-1235-2-1
-sign 쌞 6-6-1235-2-26
-sign 쌟 6-6-1235-2-12
-sign 쌠 6-6-1235-2-3
-sign 쌡 6-6-1235-2-236
-sign 쌢 6-6-1235-2-256
-sign 쌣 6-6-1235-2-356
-sign 쌤 6-6-1235-26
-sign 쌥 6-6-1235-12
-sign 쌦 6-6-1235-12-3
-sign 쌧 6-6-1235-3
-sign 쌨 6-6-1235-34
-sign 쌩 6-6-1235-2356
-sign 쌪 6-6-1235-13
-sign 쌫 6-6-1235-23
-sign 쌬 6-6-1235-235
-sign 쌭 6-6-1235-236
-sign 쌮 6-6-1235-256
-sign 쌯 6-6-1235-356
-sign 쌰 6-6-345
-sign 쌱 6-6-345-1
-sign 쌲 6-6-345-1-1
-sign 쌳 6-6-345-1-3
-sign 쌴 6-6-345-25
-sign 쌵 6-6-345-25-13
-sign 쌶 6-6-345-25-356
-sign 쌷 6-6-345-35
-sign 쌸 6-6-345-2
-sign 쌹 6-6-345-2-1
-sign 쌺 6-6-345-2-26
-sign 쌻 6-6-345-2-12
-sign 쌼 6-6-345-2-3
-sign 쌽 6-6-345-2-236
-sign 쌾 6-6-345-2-256
-sign 쌿 6-6-345-2-356
-sign 썀 6-6-345-26
-sign 썁 6-6-345-12
-sign 썂 6-6-345-12-3
-sign 썃 6-6-345-3
-sign 썄 6-6-345-34
-sign 썅 6-6-345-2356
-sign 썆 6-6-345-13
-sign 썇 6-6-345-23
-sign 썈 6-6-345-235
-sign 썉 6-6-345-236
-sign 썊 6-6-345-256
-sign 썋 6-6-345-356
-sign 썌 6-6-345-1235
-sign 썍 6-6-345-1235-1
-sign 썎 6-6-345-1235-1-1
-sign 썏 6-6-345-1235-1-3
-sign 썐 6-6-345-1235-25
-sign 썑 6-6-345-1235-25-13
-sign 썒 6-6-345-1235-25-356
-sign 썓 6-6-345-1235-35
-sign 썔 6-6-345-1235-2
-sign 썕 6-6-345-1235-2-1
-sign 썖 6-6-345-1235-2-26
-sign 썗 6-6-345-1235-2-12
-sign 썘 6-6-345-1235-2-3
-sign 썙 6-6-345-1235-2-236
-sign 썚 6-6-345-1235-2-256
-sign 썛 6-6-345-1235-2-356
-sign 썜 6-6-345-1235-26
-sign 썝 6-6-345-1235-12
-sign 썞 6-6-345-1235-12-3
-sign 썟 6-6-345-1235-3
-sign 썠 6-6-345-1235-34
-sign 썡 6-6-345-1235-2356
-sign 썢 6-6-345-1235-13
-sign 썣 6-6-345-1235-23
-sign 썤 6-6-345-1235-235
-sign 썥 6-6-345-1235-236
-sign 썦 6-6-345-1235-256
-sign 썧 6-6-345-1235-356
-sign 써 6-6-234
-sign 썩 6-6-234-1
-sign 썪 6-6-234-1-1
-sign 썫 6-6-234-1-3
-sign 썬 6-6-234-25
-sign 썭 6-6-234-25-13
-sign 썮 6-6-234-25-356
-sign 썯 6-6-234-35
-sign 썰 6-6-234-2
-sign 썱 6-6-234-2-1
-sign 썲 6-6-234-2-26
-sign 썳 6-6-234-2-12
-sign 썴 6-6-234-2-3
-sign 썵 6-6-234-2-236
-sign 썶 6-6-234-2-256
-sign 썷 6-6-234-2-356
-sign 썸 6-6-234-26
-sign 썹 6-6-234-12
-sign 썺 6-6-234-12-3
-sign 썻 6-6-234-3
-sign 썼 6-6-234-34
-sign 썽 6-6-234-2356
-sign 썾 6-6-234-13
-sign 썿 6-6-234-23
-sign 쎀 6-6-234-235
-sign 쎁 6-6-234-236
-sign 쎂 6-6-234-256
-sign 쎃 6-6-234-356
-sign 쎄 6-6-1345
-sign 쎅 6-6-1345-1
-sign 쎆 6-6-1345-1-1
-sign 쎇 6-6-1345-1-3
-sign 쎈 6-6-1345-25
-sign 쎉 6-6-1345-25-13
-sign 쎊 6-6-1345-25-356
-sign 쎋 6-6-1345-35
-sign 쎌 6-6-1345-2
-sign 쎍 6-6-1345-2-1
-sign 쎎 6-6-1345-2-26
-sign 쎏 6-6-1345-2-12
-sign 쎐 6-6-1345-2-3
-sign 쎑 6-6-1345-2-236
-sign 쎒 6-6-1345-2-256
-sign 쎓 6-6-1345-2-356
-sign 쎔 6-6-1345-26
-sign 쎕 6-6-1345-12
-sign 쎖 6-6-1345-12-3
-sign 쎗 6-6-1345-3
-sign 쎘 6-6-1345-34
-sign 쎙 6-6-1345-2356
-sign 쎚 6-6-1345-13
-sign 쎛 6-6-1345-23
-sign 쎜 6-6-1345-235
-sign 쎝 6-6-1345-236
-sign 쎞 6-6-1345-256
-sign 쎟 6-6-1345-356
-sign 쎠 6-6-156
-sign 쎡 6-6-156-1
-sign 쎢 6-6-156-1-1
-sign 쎣 6-6-156-1-3
-sign 쎤 6-6-156-25
-sign 쎥 6-6-156-25-13
-sign 쎦 6-6-156-25-356
-sign 쎧 6-6-156-35
-sign 쎨 6-6-156-2
-sign 쎩 6-6-156-2-1
-sign 쎪 6-6-156-2-26
-sign 쎫 6-6-156-2-12
-sign 쎬 6-6-156-2-3
-sign 쎭 6-6-156-2-236
-sign 쎮 6-6-156-2-256
-sign 쎯 6-6-156-2-356
-sign 쎰 6-6-156-26
-sign 쎱 6-6-156-12
-sign 쎲 6-6-156-12-3
-sign 쎳 6-6-156-3
-sign 쎴 6-6-156-34
-sign 쎵 6-6-156-2356
-sign 쎶 6-6-156-13
-sign 쎷 6-6-156-23
-sign 쎸 6-6-156-235
-sign 쎹 6-6-156-236
-sign 쎺 6-6-156-256
-sign 쎻 6-6-156-356
-sign 쎼 6-6-34
-sign 쎽 6-6-34-1
-sign 쎾 6-6-34-1-1
-sign 쎿 6-6-34-1-3
-sign 쏀 6-6-34-25
-sign 쏁 6-6-34-25-13
-sign 쏂 6-6-34-25-356
-sign 쏃 6-6-34-35
-sign 쏄 6-6-34-2
-sign 쏅 6-6-34-2-1
-sign 쏆 6-6-34-2-26
-sign 쏇 6-6-34-2-12
-sign 쏈 6-6-34-2-3
-sign 쏉 6-6-34-2-236
-sign 쏊 6-6-34-2-256
-sign 쏋 6-6-34-2-356
-sign 쏌 6-6-34-26
-sign 쏍 6-6-34-12
-sign 쏎 6-6-34-12-3
-sign 쏏 6-6-34-3
-sign 쏐 6-6-34-34
-sign 쏑 6-6-34-2356
-sign 쏒 6-6-34-13
-sign 쏓 6-6-34-23
-sign 쏔 6-6-34-235
-sign 쏕 6-6-34-236
-sign 쏖 6-6-34-256
-sign 쏗 6-6-34-356
-sign 쏘 6-6-136
-sign 쏙 6-6-136-1
-sign 쏚 6-6-136-1-1
-sign 쏛 6-6-136-1-3
-sign 쏜 6-6-136-25
-sign 쏝 6-6-136-25-13
-sign 쏞 6-6-136-25-356
-sign 쏟 6-6-136-35
-sign 쏠 6-6-136-2
-sign 쏡 6-6-136-2-1
-sign 쏢 6-6-136-2-26
-sign 쏣 6-6-136-2-12
-sign 쏤 6-6-136-2-3
-sign 쏥 6-6-136-2-236
-sign 쏦 6-6-136-2-256
-sign 쏧 6-6-136-2-356
-sign 쏨 6-6-136-26
-sign 쏩 6-6-136-12
-sign 쏪 6-6-136-12-3
-sign 쏫 6-6-136-3
-sign 쏬 6-6-136-34
-sign 쏭 6-6-136-2356
-sign 쏮 6-6-136-13
-sign 쏯 6-6-136-23
-sign 쏰 6-6-136-235
-sign 쏱 6-6-136-236
-sign 쏲 6-6-136-256
-sign 쏳 6-6-136-356
-sign 쏴 6-6-1236
-sign 쏵 6-6-1236-1
-sign 쏶 6-6-1236-1-1
-sign 쏷 6-6-1236-1-3
-sign 쏸 6-6-1236-25
-sign 쏹 6-6-1236-25-13
-sign 쏺 6-6-1236-25-356
-sign 쏻 6-6-1236-35
-sign 쏼 6-6-1236-2
-sign 쏽 6-6-1236-2-1
-sign 쏾 6-6-1236-2-26
-sign 쏿 6-6-1236-2-12
-sign 쐀 6-6-1236-2-3
-sign 쐁 6-6-1236-2-236
-sign 쐂 6-6-1236-2-256
-sign 쐃 6-6-1236-2-356
-sign 쐄 6-6-1236-26
-sign 쐅 6-6-1236-12
-sign 쐆 6-6-1236-12-3
-sign 쐇 6-6-1236-3
-sign 쐈 6-6-1236-34
-sign 쐉 6-6-1236-2356
-sign 쐊 6-6-1236-13
-sign 쐋 6-6-1236-23
-sign 쐌 6-6-1236-235
-sign 쐍 6-6-1236-236
-sign 쐎 6-6-1236-256
-sign 쐏 6-6-1236-356
-sign 쐐 6-6-1236-1235
-sign 쐑 6-6-1236-1235-1
-sign 쐒 6-6-1236-1235-1-1
-sign 쐓 6-6-1236-1235-1-3
-sign 쐔 6-6-1236-1235-25
-sign 쐕 6-6-1236-1235-25-13
-sign 쐖 6-6-1236-1235-25-356
-sign 쐗 6-6-1236-1235-35
-sign 쐘 6-6-1236-1235-2
-sign 쐙 6-6-1236-1235-2-1
-sign 쐚 6-6-1236-1235-2-26
-sign 쐛 6-6-1236-1235-2-12
-sign 쐜 6-6-1236-1235-2-3
-sign 쐝 6-6-1236-1235-2-236
-sign 쐞 6-6-1236-1235-2-256
-sign 쐟 6-6-1236-1235-2-356
-sign 쐠 6-6-1236-1235-26
-sign 쐡 6-6-1236-1235-12
-sign 쐢 6-6-1236-1235-12-3
-sign 쐣 6-6-1236-1235-3
-sign 쐤 6-6-1236-1235-34
-sign 쐥 6-6-1236-1235-2356
-sign 쐦 6-6-1236-1235-13
-sign 쐧 6-6-1236-1235-23
-sign 쐨 6-6-1236-1235-235
-sign 쐩 6-6-1236-1235-236
-sign 쐪 6-6-1236-1235-256
-sign 쐫 6-6-1236-1235-356
-sign 쐬 6-6-13456
-sign 쐭 6-6-13456-1
-sign 쐮 6-6-13456-1-1
-sign 쐯 6-6-13456-1-3
-sign 쐰 6-6-13456-25
-sign 쐱 6-6-13456-25-13
-sign 쐲 6-6-13456-25-356
-sign 쐳 6-6-13456-35
-sign 쐴 6-6-13456-2
-sign 쐵 6-6-13456-2-1
-sign 쐶 6-6-13456-2-26
-sign 쐷 6-6-13456-2-12
-sign 쐸 6-6-13456-2-3
-sign 쐹 6-6-13456-2-236
-sign 쐺 6-6-13456-2-256
-sign 쐻 6-6-13456-2-356
-sign 쐼 6-6-13456-26
-sign 쐽 6-6-13456-12
-sign 쐾 6-6-13456-12-3
-sign 쐿 6-6-13456-3
-sign 쑀 6-6-13456-34
-sign 쑁 6-6-13456-2356
-sign 쑂 6-6-13456-13
-sign 쑃 6-6-13456-23
-sign 쑄 6-6-13456-235
-sign 쑅 6-6-13456-236
-sign 쑆 6-6-13456-256
-sign 쑇 6-6-13456-356
-sign 쑈 6-6-346
-sign 쑉 6-6-346-1
-sign 쑊 6-6-346-1-1
-sign 쑋 6-6-346-1-3
-sign 쑌 6-6-346-25
-sign 쑍 6-6-346-25-13
-sign 쑎 6-6-346-25-356
-sign 쑏 6-6-346-35
-sign 쑐 6-6-346-2
-sign 쑑 6-6-346-2-1
-sign 쑒 6-6-346-2-26
-sign 쑓 6-6-346-2-12
-sign 쑔 6-6-346-2-3
-sign 쑕 6-6-346-2-236
-sign 쑖 6-6-346-2-256
-sign 쑗 6-6-346-2-356
-sign 쑘 6-6-346-26
-sign 쑙 6-6-346-12
-sign 쑚 6-6-346-12-3
-sign 쑛 6-6-346-3
-sign 쑜 6-6-346-34
-sign 쑝 6-6-346-2356
-sign 쑞 6-6-346-13
-sign 쑟 6-6-346-23
-sign 쑠 6-6-346-235
-sign 쑡 6-6-346-236
-sign 쑢 6-6-346-256
-sign 쑣 6-6-346-356
-sign 쑤 6-6-134
-sign 쑥 6-6-134-1
-sign 쑦 6-6-134-1-1
-sign 쑧 6-6-134-1-3
-sign 쑨 6-6-134-25
-sign 쑩 6-6-134-25-13
-sign 쑪 6-6-134-25-356
-sign 쑫 6-6-134-35
-sign 쑬 6-6-134-2
-sign 쑭 6-6-134-2-1
-sign 쑮 6-6-134-2-26
-sign 쑯 6-6-134-2-12
-sign 쑰 6-6-134-2-3
-sign 쑱 6-6-134-2-236
-sign 쑲 6-6-134-2-256
-sign 쑳 6-6-134-2-356
-sign 쑴 6-6-134-26
-sign 쑵 6-6-134-12
-sign 쑶 6-6-134-12-3
-sign 쑷 6-6-134-3
-sign 쑸 6-6-134-34
-sign 쑹 6-6-134-2356
-sign 쑺 6-6-134-13
-sign 쑻 6-6-134-23
-sign 쑼 6-6-134-235
-sign 쑽 6-6-134-236
-sign 쑾 6-6-134-256
-sign 쑿 6-6-134-356
-sign 쒀 6-6-1234
-sign 쒁 6-6-1234-1
-sign 쒂 6-6-1234-1-1
-sign 쒃 6-6-1234-1-3
-sign 쒄 6-6-1234-25
-sign 쒅 6-6-1234-25-13
-sign 쒆 6-6-1234-25-356
-sign 쒇 6-6-1234-35
-sign 쒈 6-6-1234-2
-sign 쒉 6-6-1234-2-1
-sign 쒊 6-6-1234-2-26
-sign 쒋 6-6-1234-2-12
-sign 쒌 6-6-1234-2-3
-sign 쒍 6-6-1234-2-236
-sign 쒎 6-6-1234-2-256
-sign 쒏 6-6-1234-2-356
-sign 쒐 6-6-1234-26
-sign 쒑 6-6-1234-12
-sign 쒒 6-6-1234-12-3
-sign 쒓 6-6-1234-3
-sign 쒔 6-6-1234-34
-sign 쒕 6-6-1234-2356
-sign 쒖 6-6-1234-13
-sign 쒗 6-6-1234-23
-sign 쒘 6-6-1234-235
-sign 쒙 6-6-1234-236
-sign 쒚 6-6-1234-256
-sign 쒛 6-6-1234-356
-sign 쒜 6-6-1234-1235
-sign 쒝 6-6-1234-1235-1
-sign 쒞 6-6-1234-1235-1-1
-sign 쒟 6-6-1234-1235-1-3
-sign 쒠 6-6-1234-1235-25
-sign 쒡 6-6-1234-1235-25-13
-sign 쒢 6-6-1234-1235-25-356
-sign 쒣 6-6-1234-1235-35
-sign 쒤 6-6-1234-1235-2
-sign 쒥 6-6-1234-1235-2-1
-sign 쒦 6-6-1234-1235-2-26
-sign 쒧 6-6-1234-1235-2-12
-sign 쒨 6-6-1234-1235-2-3
-sign 쒩 6-6-1234-1235-2-236
-sign 쒪 6-6-1234-1235-2-256
-sign 쒫 6-6-1234-1235-2-356
-sign 쒬 6-6-1234-1235-26
-sign 쒭 6-6-1234-1235-12
-sign 쒮 6-6-1234-1235-12-3
-sign 쒯 6-6-1234-1235-3
-sign 쒰 6-6-1234-1235-34
-sign 쒱 6-6-1234-1235-2356
-sign 쒲 6-6-1234-1235-13
-sign 쒳 6-6-1234-1235-23
-sign 쒴 6-6-1234-1235-235
-sign 쒵 6-6-1234-1235-236
-sign 쒶 6-6-1234-1235-256
-sign 쒷 6-6-1234-1235-356
-sign 쒸 6-6-134-1235
-sign 쒹 6-6-134-1235-1
-sign 쒺 6-6-134-1235-1-1
-sign 쒻 6-6-134-1235-1-3
-sign 쒼 6-6-134-1235-25
-sign 쒽 6-6-134-1235-25-13
-sign 쒾 6-6-134-1235-25-356
-sign 쒿 6-6-134-1235-35
-sign 쓀 6-6-134-1235-2
-sign 쓁 6-6-134-1235-2-1
-sign 쓂 6-6-134-1235-2-26
-sign 쓃 6-6-134-1235-2-12
-sign 쓄 6-6-134-1235-2-3
-sign 쓅 6-6-134-1235-2-236
-sign 쓆 6-6-134-1235-2-256
-sign 쓇 6-6-134-1235-2-356
-sign 쓈 6-6-134-1235-26
-sign 쓉 6-6-134-1235-12
-sign 쓊 6-6-134-1235-12-3
-sign 쓋 6-6-134-1235-3
-sign 쓌 6-6-134-1235-34
-sign 쓍 6-6-134-1235-2356
-sign 쓎 6-6-134-1235-13
-sign 쓏 6-6-134-1235-23
-sign 쓐 6-6-134-1235-235
-sign 쓑 6-6-134-1235-236
-sign 쓒 6-6-134-1235-256
-sign 쓓 6-6-134-1235-356
-sign 쓔 6-6-146
-sign 쓕 6-6-146-1
-sign 쓖 6-6-146-1-1
-sign 쓗 6-6-146-1-3
-sign 쓘 6-6-146-25
-sign 쓙 6-6-146-25-13
-sign 쓚 6-6-146-25-356
-sign 쓛 6-6-146-35
-sign 쓜 6-6-146-2
-sign 쓝 6-6-146-2-1
-sign 쓞 6-6-146-2-26
-sign 쓟 6-6-146-2-12
-sign 쓠 6-6-146-2-3
-sign 쓡 6-6-146-2-236
-sign 쓢 6-6-146-2-256
-sign 쓣 6-6-146-2-356
-sign 쓤 6-6-146-26
-sign 쓥 6-6-146-12
-sign 쓦 6-6-146-12-3
-sign 쓧 6-6-146-3
-sign 쓨 6-6-146-34
-sign 쓩 6-6-146-2356
-sign 쓪 6-6-146-13
-sign 쓫 6-6-146-23
-sign 쓬 6-6-146-235
-sign 쓭 6-6-146-236
-sign 쓮 6-6-146-256
-sign 쓯 6-6-146-356
-sign 쓰 6-6-246
-sign 쓱 6-6-246-1
-sign 쓲 6-6-246-1-1
-sign 쓳 6-6-246-1-3
-sign 쓴 6-6-246-25
-sign 쓵 6-6-246-25-13
-sign 쓶 6-6-246-25-356
-sign 쓷 6-6-246-35
-sign 쓸 6-6-246-2
-sign 쓹 6-6-246-2-1
-sign 쓺 6-6-246-2-26
-sign 쓻 6-6-246-2-12
-sign 쓼 6-6-246-2-3
-sign 쓽 6-6-246-2-236
-sign 쓾 6-6-246-2-256
-sign 쓿 6-6-246-2-356
-sign 씀 6-6-246-26
-sign 씁 6-6-246-12
-sign 씂 6-6-246-12-3
-sign 씃 6-6-246-3
-sign 씄 6-6-246-34
-sign 씅 6-6-246-2356
-sign 씆 6-6-246-13
-sign 씇 6-6-246-23
-sign 씈 6-6-246-235
-sign 씉 6-6-246-236
-sign 씊 6-6-246-256
-sign 씋 6-6-246-356
-sign 씌 6-6-2456
-sign 씍 6-6-2456-1
-sign 씎 6-6-2456-1-1
-sign 씏 6-6-2456-1-3
-sign 씐 6-6-2456-25
-sign 씑 6-6-2456-25-13
-sign 씒 6-6-2456-25-356
-sign 씓 6-6-2456-35
-sign 씔 6-6-2456-2
-sign 씕 6-6-2456-2-1
-sign 씖 6-6-2456-2-26
-sign 씗 6-6-2456-2-12
-sign 씘 6-6-2456-2-3
-sign 씙 6-6-2456-2-236
-sign 씚 6-6-2456-2-256
-sign 씛 6-6-2456-2-356
-sign 씜 6-6-2456-26
-sign 씝 6-6-2456-12
-sign 씞 6-6-2456-12-3
-sign 씟 6-6-2456-3
-sign 씠 6-6-2456-34
-sign 씡 6-6-2456-2356
-sign 씢 6-6-2456-13
-sign 씣 6-6-2456-23
-sign 씤 6-6-2456-235
-sign 씥 6-6-2456-236
-sign 씦 6-6-2456-256
-sign 씧 6-6-2456-356
-sign 씨 6-6-135
-sign 씩 6-6-135-1
-sign 씪 6-6-135-1-1
-sign 씫 6-6-135-1-3
-sign 씬 6-6-135-25
-sign 씭 6-6-135-25-13
-sign 씮 6-6-135-25-356
-sign 씯 6-6-135-35
-sign 씰 6-6-135-2
-sign 씱 6-6-135-2-1
-sign 씲 6-6-135-2-26
-sign 씳 6-6-135-2-12
-sign 씴 6-6-135-2-3
-sign 씵 6-6-135-2-236
-sign 씶 6-6-135-2-256
-sign 씷 6-6-135-2-356
-sign 씸 6-6-135-26
-sign 씹 6-6-135-12
-sign 씺 6-6-135-12-3
-sign 씻 6-6-135-3
-sign 씼 6-6-135-34
-sign 씽 6-6-135-2356
-sign 씾 6-6-135-13
-sign 씿 6-6-135-23
-sign 앀 6-6-135-235
-sign 앁 6-6-135-236
-sign 앂 6-6-135-256
-sign 앃 6-6-135-356
-sign 아 126
-sign 악 126-1
-sign 앆 126-1-1
-sign 앇 126-1-3
-sign 안 126-25
-sign 앉 126-25-13
-sign 않 126-25-356
-sign 앋 126-35
-sign 알 126-2
-sign 앍 126-2-1
-sign 앎 126-2-26
-sign 앏 126-2-12
-sign 앐 126-2-3
-sign 앑 126-2-236
-sign 앒 126-2-256
-sign 앓 126-2-356
-sign 암 126-26
-sign 압 126-12
-sign 앖 126-12-3
-sign 앗 126-3
-sign 았 126-34
-sign 앙 126-2356
-sign 앚 126-13
-sign 앛 126-23
-sign 앜 126-235
-sign 앝 126-236
-sign 앞 126-256
-sign 앟 126-356
-sign 애 1235
-sign 액 1235-1
-sign 앢 1235-1-1
-sign 앣 1235-1-3
-sign 앤 1235-25
-sign 앥 1235-25-13
-sign 앦 1235-25-356
-sign 앧 1235-35
-sign 앨 1235-2
-sign 앩 1235-2-1
-sign 앪 1235-2-26
-sign 앫 1235-2-12
-sign 앬 1235-2-3
-sign 앭 1235-2-236
-sign 앮 1235-2-256
-sign 앯 1235-2-356
-sign 앰 1235-26
-sign 앱 1235-12
-sign 앲 1235-12-3
-sign 앳 1235-3
-sign 앴 1235-34
-sign 앵 1235-2356
-sign 앶 1235-13
-sign 앷 1235-23
-sign 앸 1235-235
-sign 앹 1235-236
-sign 앺 1235-256
-sign 앻 1235-356
-sign 야 345
-sign 약 345-1
-sign 앾 345-1-1
-sign 앿 345-1-3
-sign 얀 345-25
-sign 얁 345-25-13
-sign 얂 345-25-356
-sign 얃 345-35
-sign 얄 345-2
-sign 얅 345-2-1
-sign 얆 345-2-26
-sign 얇 345-2-12
-sign 얈 345-2-3
-sign 얉 345-2-236
-sign 얊 345-2-256
-sign 얋 345-2-356
-sign 얌 345-26
-sign 얍 345-12
-sign 얎 345-12-3
-sign 얏 345-3
-sign 얐 345-34
-sign 양 345-2356
-sign 얒 345-13
-sign 얓 345-23
-sign 얔 345-235
-sign 얕 345-236
-sign 얖 345-256
-sign 얗 345-356
-sign 얘 345-1235
-sign 얙 345-1235-1
-sign 얚 345-1235-1-1
-sign 얛 345-1235-1-3
-sign 얜 345-1235-25
-sign 얝 345-1235-25-13
-sign 얞 345-1235-25-356
-sign 얟 345-1235-35
-sign 얠 345-1235-2
-sign 얡 345-1235-2-1
-sign 얢 345-1235-2-26
-sign 얣 345-1235-2-12
-sign 얤 345-1235-2-3
-sign 얥 345-1235-2-236
-sign 얦 345-1235-2-256
-sign 얧 345-1235-2-356
-sign 얨 345-1235-26
-sign 얩 345-1235-12
-sign 얪 345-1235-12-3
-sign 얫 345-1235-3
-sign 얬 345-1235-34
-sign 얭 345-1235-2356
-sign 얮 345-1235-13
-sign 얯 345-1235-23
-sign 얰 345-1235-235
-sign 얱 345-1235-236
-sign 얲 345-1235-256
-sign 얳 345-1235-356
-sign 어 234
-sign 억 234-1
-sign 얶 234-1-1
-sign 얷 234-1-3
-sign 언 234-25
-sign 얹 234-25-13
-sign 얺 234-25-356
-sign 얻 234-35
-sign 얼 234-2
-sign 얽 234-2-1
-sign 얾 234-2-26
-sign 얿 234-2-12
-sign 엀 234-2-3
-sign 엁 234-2-236
-sign 엂 234-2-256
-sign 엃 234-2-356
-sign 엄 234-26
-sign 업 234-12
-sign 없 234-12-3
-sign 엇 234-3
-sign 었 234-34
-sign 엉 234-2356
-sign 엊 234-13
-sign 엋 234-23
-sign 엌 234-235
-sign 엍 234-236
-sign 엎 234-256
-sign 엏 234-356
-sign 에 1345
-sign 엑 1345-1
-sign 엒 1345-1-1
-sign 엓 1345-1-3
-sign 엔 1345-25
-sign 엕 1345-25-13
-sign 엖 1345-25-356
-sign 엗 1345-35
-sign 엘 1345-2
-sign 엙 1345-2-1
-sign 엚 1345-2-26
-sign 엛 1345-2-12
-sign 엜 1345-2-3
-sign 엝 1345-2-236
-sign 엞 1345-2-256
-sign 엟 1345-2-356
-sign 엠 1345-26
-sign 엡 1345-12
-sign 엢 1345-12-3
-sign 엣 1345-3
-sign 엤 1345-34
-sign 엥 1345-2356
-sign 엦 1345-13
-sign 엧 1345-23
-sign 엨 1345-235
-sign 엩 1345-236
-sign 엪 1345-256
-sign 엫 1345-356
-sign 여 156
-sign 역 156-1
-sign 엮 156-1-1
-sign 엯 156-1-3
-sign 연 156-25
-sign 엱 156-25-13
-sign 엲 156-25-356
-sign 엳 156-35
-sign 열 156-2
-sign 엵 156-2-1
-sign 엶 156-2-26
-sign 엷 156-2-12
-sign 엸 156-2-3
-sign 엹 156-2-236
-sign 엺 156-2-256
-sign 엻 156-2-356
-sign 염 156-26
-sign 엽 156-12
-sign 엾 156-12-3
-sign 엿 156-3
-sign 였 156-34
-sign 영 156-2356
-sign 옂 156-13
-sign 옃 156-23
-sign 옄 156-235
-sign 옅 156-236
-sign 옆 156-256
-sign 옇 156-356
-sign 예 34
-sign 옉 34-1
-sign 옊 34-1-1
-sign 옋 34-1-3
-sign 옌 34-25
-sign 옍 34-25-13
-sign 옎 34-25-356
-sign 옏 34-35
-sign 옐 34-2
-sign 옑 34-2-1
-sign 옒 34-2-26
-sign 옓 34-2-12
-sign 옔 34-2-3
-sign 옕 34-2-236
-sign 옖 34-2-256
-sign 옗 34-2-356
-sign 옘 34-26
-sign 옙 34-12
-sign 옚 34-12-3
-sign 옛 34-3
-sign 옜 34-34
-sign 옝 34-2356
-sign 옞 34-13
-sign 옟 34-23
-sign 옠 34-235
-sign 옡 34-236
-sign 옢 34-256
-sign 옣 34-356
-sign 오 136
-sign 옥 136-1
-sign 옦 136-1-1
-sign 옧 136-1-3
-sign 온 136-25
-sign 옩 136-25-13
-sign 옪 136-25-356
-sign 옫 136-35
-sign 올 136-2
-sign 옭 136-2-1
-sign 옮 136-2-26
-sign 옯 136-2-12
-sign 옰 136-2-3
-sign 옱 136-2-236
-sign 옲 136-2-256
-sign 옳 136-2-356
-sign 옴 136-26
-sign 옵 136-12
-sign 옶 136-12-3
-sign 옷 136-3
-sign 옸 136-34
-sign 옹 136-2356
-sign 옺 136-13
-sign 옻 136-23
-sign 옼 136-235
-sign 옽 136-236
-sign 옾 136-256
-sign 옿 136-356
-sign 와 1236
-sign 왁 1236-1
-sign 왂 1236-1-1
-sign 왃 1236-1-3
-sign 완 1236-25
-sign 왅 1236-25-13
-sign 왆 1236-25-356
-sign 왇 1236-35
-sign 왈 1236-2
-sign 왉 1236-2-1
-sign 왊 1236-2-26
-sign 왋 1236-2-12
-sign 왌 1236-2-3
-sign 왍 1236-2-236
-sign 왎 1236-2-256
-sign 왏 1236-2-356
-sign 왐 1236-26
-sign 왑 1236-12
-sign 왒 1236-12-3
-sign 왓 1236-3
-sign 왔 1236-34
-sign 왕 1236-2356
-sign 왖 1236-13
-sign 왗 1236-23
-sign 왘 1236-235
-sign 왙 1236-236
-sign 왚 1236-256
-sign 왛 1236-356
-sign 왜 1236-1235
-sign 왝 1236-1235-1
-sign 왞 1236-1235-1-1
-sign 왟 1236-1235-1-3
-sign 왠 1236-1235-25
-sign 왡 1236-1235-25-13
-sign 왢 1236-1235-25-356
-sign 왣 1236-1235-35
-sign 왤 1236-1235-2
-sign 왥 1236-1235-2-1
-sign 왦 1236-1235-2-26
-sign 왧 1236-1235-2-12
-sign 왨 1236-1235-2-3
-sign 왩 1236-1235-2-236
-sign 왪 1236-1235-2-256
-sign 왫 1236-1235-2-356
-sign 왬 1236-1235-26
-sign 왭 1236-1235-12
-sign 왮 1236-1235-12-3
-sign 왯 1236-1235-3
-sign 왰 1236-1235-34
-sign 왱 1236-1235-2356
-sign 왲 1236-1235-13
-sign 왳 1236-1235-23
-sign 왴 1236-1235-235
-sign 왵 1236-1235-236
-sign 왶 1236-1235-256
-sign 왷 1236-1235-356
-sign 외 13456
-sign 왹 13456-1
-sign 왺 13456-1-1
-sign 왻 13456-1-3
-sign 왼 13456-25
-sign 왽 13456-25-13
-sign 왾 13456-25-356
-sign 왿 13456-35
-sign 욀 13456-2
-sign 욁 13456-2-1
-sign 욂 13456-2-26
-sign 욃 13456-2-12
-sign 욄 13456-2-3
-sign 욅 13456-2-236
-sign 욆 13456-2-256
-sign 욇 13456-2-356
-sign 욈 13456-26
-sign 욉 13456-12
-sign 욊 13456-12-3
-sign 욋 13456-3
-sign 욌 13456-34
-sign 욍 13456-2356
-sign 욎 13456-13
-sign 욏 13456-23
-sign 욐 13456-235
-sign 욑 13456-236
-sign 욒 13456-256
-sign 욓 13456-356
-sign 요 346
-sign 욕 346-1
-sign 욖 346-1-1
-sign 욗 346-1-3
-sign 욘 346-25
-sign 욙 346-25-13
-sign 욚 346-25-356
-sign 욛 346-35
-sign 욜 346-2
-sign 욝 346-2-1
-sign 욞 346-2-26
-sign 욟 346-2-12
-sign 욠 346-2-3
-sign 욡 346-2-236
-sign 욢 346-2-256
-sign 욣 346-2-356
-sign 욤 346-26
-sign 욥 346-12
-sign 욦 346-12-3
-sign 욧 346-3
-sign 욨 346-34
-sign 용 346-2356
-sign 욪 346-13
-sign 욫 346-23
-sign 욬 346-235
-sign 욭 346-236
-sign 욮 346-256
-sign 욯 346-356
-sign 우 134
-sign 욱 134-1
-sign 욲 134-1-1
-sign 욳 134-1-3
-sign 운 134-25
-sign 욵 134-25-13
-sign 욶 134-25-356
-sign 욷 134-35
-sign 울 134-2
-sign 욹 134-2-1
-sign 욺 134-2-26
-sign 욻 134-2-12
-sign 욼 134-2-3
-sign 욽 134-2-236
-sign 욾 134-2-256
-sign 욿 134-2-356
-sign 움 134-26
-sign 웁 134-12
-sign 웂 134-12-3
-sign 웃 134-3
-sign 웄 134-34
-sign 웅 134-2356
-sign 웆 134-13
-sign 웇 134-23
-sign 웈 134-235
-sign 웉 134-236
-sign 웊 134-256
-sign 웋 134-356
-sign 워 1234
-sign 웍 1234-1
-sign 웎 1234-1-1
-sign 웏 1234-1-3
-sign 원 1234-25
-sign 웑 1234-25-13
-sign 웒 1234-25-356
-sign 웓 1234-35
-sign 월 1234-2
-sign 웕 1234-2-1
-sign 웖 1234-2-26
-sign 웗 1234-2-12
-sign 웘 1234-2-3
-sign 웙 1234-2-236
-sign 웚 1234-2-256
-sign 웛 1234-2-356
-sign 웜 1234-26
-sign 웝 1234-12
-sign 웞 1234-12-3
-sign 웟 1234-3
-sign 웠 1234-34
-sign 웡 1234-2356
-sign 웢 1234-13
-sign 웣 1234-23
-sign 웤 1234-235
-sign 웥 1234-236
-sign 웦 1234-256
-sign 웧 1234-356
-sign 웨 1234-1235
-sign 웩 1234-1235-1
-sign 웪 1234-1235-1-1
-sign 웫 1234-1235-1-3
-sign 웬 1234-1235-25
-sign 웭 1234-1235-25-13
-sign 웮 1234-1235-25-356
-sign 웯 1234-1235-35
-sign 웰 1234-1235-2
-sign 웱 1234-1235-2-1
-sign 웲 1234-1235-2-26
-sign 웳 1234-1235-2-12
-sign 웴 1234-1235-2-3
-sign 웵 1234-1235-2-236
-sign 웶 1234-1235-2-256
-sign 웷 1234-1235-2-356
-sign 웸 1234-1235-26
-sign 웹 1234-1235-12
-sign 웺 1234-1235-12-3
-sign 웻 1234-1235-3
-sign 웼 1234-1235-34
-sign 웽 1234-1235-2356
-sign 웾 1234-1235-13
-sign 웿 1234-1235-23
-sign 윀 1234-1235-235
-sign 윁 1234-1235-236
-sign 윂 1234-1235-256
-sign 윃 1234-1235-356
-sign 위 134-1235
-sign 윅 134-1235-1
-sign 윆 134-1235-1-1
-sign 윇 134-1235-1-3
-sign 윈 134-1235-25
-sign 윉 134-1235-25-13
-sign 윊 134-1235-25-356
-sign 윋 134-1235-35
-sign 윌 134-1235-2
-sign 윍 134-1235-2-1
-sign 윎 134-1235-2-26
-sign 윏 134-1235-2-12
-sign 윐 134-1235-2-3
-sign 윑 134-1235-2-236
-sign 윒 134-1235-2-256
-sign 윓 134-1235-2-356
-sign 윔 134-1235-26
-sign 윕 134-1235-12
-sign 윖 134-1235-12-3
-sign 윗 134-1235-3
-sign 윘 134-1235-34
-sign 윙 134-1235-2356
-sign 윚 134-1235-13
-sign 윛 134-1235-23
-sign 윜 134-1235-235
-sign 윝 134-1235-236
-sign 윞 134-1235-256
-sign 윟 134-1235-356
-sign 유 146
-sign 육 146-1
-sign 윢 146-1-1
-sign 윣 146-1-3
-sign 윤 146-25
-sign 윥 146-25-13
-sign 윦 146-25-356
-sign 윧 146-35
-sign 율 146-2
-sign 윩 146-2-1
-sign 윪 146-2-26
-sign 윫 146-2-12
-sign 윬 146-2-3
-sign 윭 146-2-236
-sign 윮 146-2-256
-sign 윯 146-2-356
-sign 윰 146-26
-sign 윱 146-12
-sign 윲 146-12-3
-sign 윳 146-3
-sign 윴 146-34
-sign 융 146-2356
-sign 윶 146-13
-sign 윷 146-23
-sign 윸 146-235
-sign 윹 146-236
-sign 윺 146-256
-sign 윻 146-356
-sign 으 246
-sign 윽 246-1
-sign 윾 246-1-1
-sign 윿 246-1-3
-sign 은 246-25
-sign 읁 246-25-13
-sign 읂 246-25-356
-sign 읃 246-35
-sign 을 246-2
-sign 읅 246-2-1
-sign 읆 246-2-26
-sign 읇 246-2-12
-sign 읈 246-2-3
-sign 읉 246-2-236
-sign 읊 246-2-256
-sign 읋 246-2-356
-sign 음 246-26
-sign 읍 246-12
-sign 읎 246-12-3
-sign 읏 246-3
-sign 읐 246-34
-sign 응 246-2356
-sign 읒 246-13
-sign 읓 246-23
-sign 읔 246-235
-sign 읕 246-236
-sign 읖 246-256
-sign 읗 246-356
-sign 의 2456
-sign 읙 2456-1
-sign 읚 2456-1-1
-sign 읛 2456-1-3
-sign 읜 2456-25
-sign 읝 2456-25-13
-sign 읞 2456-25-356
-sign 읟 2456-35
-sign 읠 2456-2
-sign 읡 2456-2-1
-sign 읢 2456-2-26
-sign 읣 2456-2-12
-sign 읤 2456-2-3
-sign 읥 2456-2-236
-sign 읦 2456-2-256
-sign 읧 2456-2-356
-sign 읨 2456-26
-sign 읩 2456-12
-sign 읪 2456-12-3
-sign 읫 2456-3
-sign 읬 2456-34
-sign 읭 2456-2356
-sign 읮 2456-13
-sign 읯 2456-23
-sign 읰 2456-235
-sign 읱 2456-236
-sign 읲 2456-256
-sign 읳 2456-356
-sign 이 135
-sign 익 135-1
-sign 읶 135-1-1
-sign 읷 135-1-3
-sign 인 135-25
-sign 읹 135-25-13
-sign 읺 135-25-356
-sign 읻 135-35
-sign 일 135-2
-sign 읽 135-2-1
-sign 읾 135-2-26
-sign 읿 135-2-12
-sign 잀 135-2-3
-sign 잁 135-2-236
-sign 잂 135-2-256
-sign 잃 135-2-356
-sign 임 135-26
-sign 입 135-12
-sign 잆 135-12-3
-sign 잇 135-3
-sign 있 135-34
-sign 잉 135-2356
-sign 잊 135-13
-sign 잋 135-23
-sign 잌 135-235
-sign 잍 135-236
-sign 잎 135-256
-sign 잏 135-356
-sign 자 46-126
-sign 작 46-126-1
-sign 잒 46-126-1-1
-sign 잓 46-126-1-3
-sign 잔 46-126-25
-sign 잕 46-126-25-13
-sign 잖 46-126-25-356
-sign 잗 46-126-35
-sign 잘 46-126-2
-sign 잙 46-126-2-1
-sign 잚 46-126-2-26
-sign 잛 46-126-2-12
-sign 잜 46-126-2-3
-sign 잝 46-126-2-236
-sign 잞 46-126-2-256
-sign 잟 46-126-2-356
-sign 잠 46-126-26
-sign 잡 46-126-12
-sign 잢 46-126-12-3
-sign 잣 46-126-3
-sign 잤 46-126-34
-sign 장 46-126-2356
-sign 잦 46-126-13
-sign 잧 46-126-23
-sign 잨 46-126-235
-sign 잩 46-126-236
-sign 잪 46-126-256
-sign 잫 46-126-356
-sign 재 46-1235
-sign 잭 46-1235-1
-sign 잮 46-1235-1-1
-sign 잯 46-1235-1-3
-sign 잰 46-1235-25
-sign 잱 46-1235-25-13
-sign 잲 46-1235-25-356
-sign 잳 46-1235-35
-sign 잴 46-1235-2
-sign 잵 46-1235-2-1
-sign 잶 46-1235-2-26
-sign 잷 46-1235-2-12
-sign 잸 46-1235-2-3
-sign 잹 46-1235-2-236
-sign 잺 46-1235-2-256
-sign 잻 46-1235-2-356
-sign 잼 46-1235-26
-sign 잽 46-1235-12
-sign 잾 46-1235-12-3
-sign 잿 46-1235-3
-sign 쟀 46-1235-34
-sign 쟁 46-1235-2356
-sign 쟂 46-1235-13
-sign 쟃 46-1235-23
-sign 쟄 46-1235-235
-sign 쟅 46-1235-236
-sign 쟆 46-1235-256
-sign 쟇 46-1235-356
-sign 쟈 46-345
-sign 쟉 46-345-1
-sign 쟊 46-345-1-1
-sign 쟋 46-345-1-3
-sign 쟌 46-345-25
-sign 쟍 46-345-25-13
-sign 쟎 46-345-25-356
-sign 쟏 46-345-35
-sign 쟐 46-345-2
-sign 쟑 46-345-2-1
-sign 쟒 46-345-2-26
-sign 쟓 46-345-2-12
-sign 쟔 46-345-2-3
-sign 쟕 46-345-2-236
-sign 쟖 46-345-2-256
-sign 쟗 46-345-2-356
-sign 쟘 46-345-26
-sign 쟙 46-345-12
-sign 쟚 46-345-12-3
-sign 쟛 46-345-3
-sign 쟜 46-345-34
-sign 쟝 46-345-2356
-sign 쟞 46-345-13
-sign 쟟 46-345-23
-sign 쟠 46-345-235
-sign 쟡 46-345-236
-sign 쟢 46-345-256
-sign 쟣 46-345-356
-sign 쟤 46-345-1235
-sign 쟥 46-345-1235-1
-sign 쟦 46-345-1235-1-1
-sign 쟧 46-345-1235-1-3
-sign 쟨 46-345-1235-25
-sign 쟩 46-345-1235-25-13
-sign 쟪 46-345-1235-25-356
-sign 쟫 46-345-1235-35
-sign 쟬 46-345-1235-2
-sign 쟭 46-345-1235-2-1
-sign 쟮 46-345-1235-2-26
-sign 쟯 46-345-1235-2-12
-sign 쟰 46-345-1235-2-3
-sign 쟱 46-345-1235-2-236
-sign 쟲 46-345-1235-2-256
-sign 쟳 46-345-1235-2-356
-sign 쟴 46-345-1235-26
-sign 쟵 46-345-1235-12
-sign 쟶 46-345-1235-12-3
-sign 쟷 46-345-1235-3
-sign 쟸 46-345-1235-34
-sign 쟹 46-345-1235-2356
-sign 쟺 46-345-1235-13
-sign 쟻 46-345-1235-23
-sign 쟼 46-345-1235-235
-sign 쟽 46-345-1235-236
-sign 쟾 46-345-1235-256
-sign 쟿 46-345-1235-356
-sign 저 46-234
-sign 적 46-234-1
-sign 젂 46-234-1-1
-sign 젃 46-234-1-3
-sign 전 46-234-25
-sign 젅 46-234-25-13
-sign 젆 46-234-25-356
-sign 젇 46-234-35
-sign 절 46-234-2
-sign 젉 46-234-2-1
-sign 젊 46-234-2-26
-sign 젋 46-234-2-12
-sign 젌 46-234-2-3
-sign 젍 46-234-2-236
-sign 젎 46-234-2-256
-sign 젏 46-234-2-356
-sign 점 46-234-26
-sign 접 46-234-12
-sign 젒 46-234-12-3
-sign 젓 46-234-3
-sign 젔 46-234-34
-sign 정 46-234-2356
-sign 젖 46-234-13
-sign 젗 46-234-23
-sign 젘 46-234-235
-sign 젙 46-234-236
-sign 젚 46-234-256
-sign 젛 46-234-356
-sign 제 46-1345
-sign 젝 46-1345-1
-sign 젞 46-1345-1-1
-sign 젟 46-1345-1-3
-sign 젠 46-1345-25
-sign 젡 46-1345-25-13
-sign 젢 46-1345-25-356
-sign 젣 46-1345-35
-sign 젤 46-1345-2
-sign 젥 46-1345-2-1
-sign 젦 46-1345-2-26
-sign 젧 46-1345-2-12
-sign 젨 46-1345-2-3
-sign 젩 46-1345-2-236
-sign 젪 46-1345-2-256
-sign 젫 46-1345-2-356
-sign 젬 46-1345-26
-sign 젭 46-1345-12
-sign 젮 46-1345-12-3
-sign 젯 46-1345-3
-sign 젰 46-1345-34
-sign 젱 46-1345-2356
-sign 젲 46-1345-13
-sign 젳 46-1345-23
-sign 젴 46-1345-235
-sign 젵 46-1345-236
-sign 젶 46-1345-256
-sign 젷 46-1345-356
-sign 져 46-156
-sign 젹 46-156-1
-sign 젺 46-156-1-1
-sign 젻 46-156-1-3
-sign 젼 46-156-25
-sign 젽 46-156-25-13
-sign 젾 46-156-25-356
-sign 젿 46-156-35
-sign 졀 46-156-2
-sign 졁 46-156-2-1
-sign 졂 46-156-2-26
-sign 졃 46-156-2-12
-sign 졄 46-156-2-3
-sign 졅 46-156-2-236
-sign 졆 46-156-2-256
-sign 졇 46-156-2-356
-sign 졈 46-156-26
-sign 졉 46-156-12
-sign 졊 46-156-12-3
-sign 졋 46-156-3
-sign 졌 46-156-34
-sign 졍 46-156-2356
-sign 졎 46-156-13
-sign 졏 46-156-23
-sign 졐 46-156-235
-sign 졑 46-156-236
-sign 졒 46-156-256
-sign 졓 46-156-356
-sign 졔 46-34
-sign 졕 46-34-1
-sign 졖 46-34-1-1
-sign 졗 46-34-1-3
-sign 졘 46-34-25
-sign 졙 46-34-25-13
-sign 졚 46-34-25-356
-sign 졛 46-34-35
-sign 졜 46-34-2
-sign 졝 46-34-2-1
-sign 졞 46-34-2-26
-sign 졟 46-34-2-12
-sign 졠 46-34-2-3
-sign 졡 46-34-2-236
-sign 졢 46-34-2-256
-sign 졣 46-34-2-356
-sign 졤 46-34-26
-sign 졥 46-34-12
-sign 졦 46-34-12-3
-sign 졧 46-34-3
-sign 졨 46-34-34
-sign 졩 46-34-2356
-sign 졪 46-34-13
-sign 졫 46-34-23
-sign 졬 46-34-235
-sign 졭 46-34-236
-sign 졮 46-34-256
-sign 졯 46-34-356
-sign 조 46-136
-sign 족 46-136-1
-sign 졲 46-136-1-1
-sign 졳 46-136-1-3
-sign 존 46-136-25
-sign 졵 46-136-25-13
-sign 졶 46-136-25-356
-sign 졷 46-136-35
-sign 졸 46-136-2
-sign 졹 46-136-2-1
-sign 졺 46-136-2-26
-sign 졻 46-136-2-12
-sign 졼 46-136-2-3
-sign 졽 46-136-2-236
-sign 졾 46-136-2-256
-sign 졿 46-136-2-356
-sign 좀 46-136-26
-sign 좁 46-136-12
-sign 좂 46-136-12-3
-sign 좃 46-136-3
-sign 좄 46-136-34
-sign 종 46-136-2356
-sign 좆 46-136-13
-sign 좇 46-136-23
-sign 좈 46-136-235
-sign 좉 46-136-236
-sign 좊 46-136-256
-sign 좋 46-136-356
-sign 좌 46-1236
-sign 좍 46-1236-1
-sign 좎 46-1236-1-1
-sign 좏 46-1236-1-3
-sign 좐 46-1236-25
-sign 좑 46-1236-25-13
-sign 좒 46-1236-25-356
-sign 좓 46-1236-35
-sign 좔 46-1236-2
-sign 좕 46-1236-2-1
-sign 좖 46-1236-2-26
-sign 좗 46-1236-2-12
-sign 좘 46-1236-2-3
-sign 좙 46-1236-2-236
-sign 좚 46-1236-2-256
-sign 좛 46-1236-2-356
-sign 좜 46-1236-26
-sign 좝 46-1236-12
-sign 좞 46-1236-12-3
-sign 좟 46-1236-3
-sign 좠 46-1236-34
-sign 좡 46-1236-2356
-sign 좢 46-1236-13
-sign 좣 46-1236-23
-sign 좤 46-1236-235
-sign 좥 46-1236-236
-sign 좦 46-1236-256
-sign 좧 46-1236-356
-sign 좨 46-1236-1235
-sign 좩 46-1236-1235-1
-sign 좪 46-1236-1235-1-1
-sign 좫 46-1236-1235-1-3
-sign 좬 46-1236-1235-25
-sign 좭 46-1236-1235-25-13
-sign 좮 46-1236-1235-25-356
-sign 좯 46-1236-1235-35
-sign 좰 46-1236-1235-2
-sign 좱 46-1236-1235-2-1
-sign 좲 46-1236-1235-2-26
-sign 좳 46-1236-1235-2-12
-sign 좴 46-1236-1235-2-3
-sign 좵 46-1236-1235-2-236
-sign 좶 46-1236-1235-2-256
-sign 좷 46-1236-1235-2-356
-sign 좸 46-1236-1235-26
-sign 좹 46-1236-1235-12
-sign 좺 46-1236-1235-12-3
-sign 좻 46-1236-1235-3
-sign 좼 46-1236-1235-34
-sign 좽 46-1236-1235-2356
-sign 좾 46-1236-1235-13
-sign 좿 46-1236-1235-23
-sign 죀 46-1236-1235-235
-sign 죁 46-1236-1235-236
-sign 죂 46-1236-1235-256
-sign 죃 46-1236-1235-356
-sign 죄 46-13456
-sign 죅 46-13456-1
-sign 죆 46-13456-1-1
-sign 죇 46-13456-1-3
-sign 죈 46-13456-25
-sign 죉 46-13456-25-13
-sign 죊 46-13456-25-356
-sign 죋 46-13456-35
-sign 죌 46-13456-2
-sign 죍 46-13456-2-1
-sign 죎 46-13456-2-26
-sign 죏 46-13456-2-12
-sign 죐 46-13456-2-3
-sign 죑 46-13456-2-236
-sign 죒 46-13456-2-256
-sign 죓 46-13456-2-356
-sign 죔 46-13456-26
-sign 죕 46-13456-12
-sign 죖 46-13456-12-3
-sign 죗 46-13456-3
-sign 죘 46-13456-34
-sign 죙 46-13456-2356
-sign 죚 46-13456-13
-sign 죛 46-13456-23
-sign 죜 46-13456-235
-sign 죝 46-13456-236
-sign 죞 46-13456-256
-sign 죟 46-13456-356
-sign 죠 46-346
-sign 죡 46-346-1
-sign 죢 46-346-1-1
-sign 죣 46-346-1-3
-sign 죤 46-346-25
-sign 죥 46-346-25-13
-sign 죦 46-346-25-356
-sign 죧 46-346-35
-sign 죨 46-346-2
-sign 죩 46-346-2-1
-sign 죪 46-346-2-26
-sign 죫 46-346-2-12
-sign 죬 46-346-2-3
-sign 죭 46-346-2-236
-sign 죮 46-346-2-256
-sign 죯 46-346-2-356
-sign 죰 46-346-26
-sign 죱 46-346-12
-sign 죲 46-346-12-3
-sign 죳 46-346-3
-sign 죴 46-346-34
-sign 죵 46-346-2356
-sign 죶 46-346-13
-sign 죷 46-346-23
-sign 죸 46-346-235
-sign 죹 46-346-236
-sign 죺 46-346-256
-sign 죻 46-346-356
-sign 주 46-134
-sign 죽 46-134-1
-sign 죾 46-134-1-1
-sign 죿 46-134-1-3
-sign 준 46-134-25
-sign 줁 46-134-25-13
-sign 줂 46-134-25-356
-sign 줃 46-134-35
-sign 줄 46-134-2
-sign 줅 46-134-2-1
-sign 줆 46-134-2-26
-sign 줇 46-134-2-12
-sign 줈 46-134-2-3
-sign 줉 46-134-2-236
-sign 줊 46-134-2-256
-sign 줋 46-134-2-356
-sign 줌 46-134-26
-sign 줍 46-134-12
-sign 줎 46-134-12-3
-sign 줏 46-134-3
-sign 줐 46-134-34
-sign 중 46-134-2356
-sign 줒 46-134-13
-sign 줓 46-134-23
-sign 줔 46-134-235
-sign 줕 46-134-236
-sign 줖 46-134-256
-sign 줗 46-134-356
-sign 줘 46-1234
-sign 줙 46-1234-1
-sign 줚 46-1234-1-1
-sign 줛 46-1234-1-3
-sign 줜 46-1234-25
-sign 줝 46-1234-25-13
-sign 줞 46-1234-25-356
-sign 줟 46-1234-35
-sign 줠 46-1234-2
-sign 줡 46-1234-2-1
-sign 줢 46-1234-2-26
-sign 줣 46-1234-2-12
-sign 줤 46-1234-2-3
-sign 줥 46-1234-2-236
-sign 줦 46-1234-2-256
-sign 줧 46-1234-2-356
-sign 줨 46-1234-26
-sign 줩 46-1234-12
-sign 줪 46-1234-12-3
-sign 줫 46-1234-3
-sign 줬 46-1234-34
-sign 줭 46-1234-2356
-sign 줮 46-1234-13
-sign 줯 46-1234-23
-sign 줰 46-1234-235
-sign 줱 46-1234-236
-sign 줲 46-1234-256
-sign 줳 46-1234-356
-sign 줴 46-1234-1235
-sign 줵 46-1234-1235-1
-sign 줶 46-1234-1235-1-1
-sign 줷 46-1234-1235-1-3
-sign 줸 46-1234-1235-25
-sign 줹 46-1234-1235-25-13
-sign 줺 46-1234-1235-25-356
-sign 줻 46-1234-1235-35
-sign 줼 46-1234-1235-2
-sign 줽 46-1234-1235-2-1
-sign 줾 46-1234-1235-2-26
-sign 줿 46-1234-1235-2-12
-sign 쥀 46-1234-1235-2-3
-sign 쥁 46-1234-1235-2-236
-sign 쥂 46-1234-1235-2-256
-sign 쥃 46-1234-1235-2-356
-sign 쥄 46-1234-1235-26
-sign 쥅 46-1234-1235-12
-sign 쥆 46-1234-1235-12-3
-sign 쥇 46-1234-1235-3
-sign 쥈 46-1234-1235-34
-sign 쥉 46-1234-1235-2356
-sign 쥊 46-1234-1235-13
-sign 쥋 46-1234-1235-23
-sign 쥌 46-1234-1235-235
-sign 쥍 46-1234-1235-236
-sign 쥎 46-1234-1235-256
-sign 쥏 46-1234-1235-356
-sign 쥐 46-134-1235
-sign 쥑 46-134-1235-1
-sign 쥒 46-134-1235-1-1
-sign 쥓 46-134-1235-1-3
-sign 쥔 46-134-1235-25
-sign 쥕 46-134-1235-25-13
-sign 쥖 46-134-1235-25-356
-sign 쥗 46-134-1235-35
-sign 쥘 46-134-1235-2
-sign 쥙 46-134-1235-2-1
-sign 쥚 46-134-1235-2-26
-sign 쥛 46-134-1235-2-12
-sign 쥜 46-134-1235-2-3
-sign 쥝 46-134-1235-2-236
-sign 쥞 46-134-1235-2-256
-sign 쥟 46-134-1235-2-356
-sign 쥠 46-134-1235-26
-sign 쥡 46-134-1235-12
-sign 쥢 46-134-1235-12-3
-sign 쥣 46-134-1235-3
-sign 쥤 46-134-1235-34
-sign 쥥 46-134-1235-2356
-sign 쥦 46-134-1235-13
-sign 쥧 46-134-1235-23
-sign 쥨 46-134-1235-235
-sign 쥩 46-134-1235-236
-sign 쥪 46-134-1235-256
-sign 쥫 46-134-1235-356
-sign 쥬 46-146
-sign 쥭 46-146-1
-sign 쥮 46-146-1-1
-sign 쥯 46-146-1-3
-sign 쥰 46-146-25
-sign 쥱 46-146-25-13
-sign 쥲 46-146-25-356
-sign 쥳 46-146-35
-sign 쥴 46-146-2
-sign 쥵 46-146-2-1
-sign 쥶 46-146-2-26
-sign 쥷 46-146-2-12
-sign 쥸 46-146-2-3
-sign 쥹 46-146-2-236
-sign 쥺 46-146-2-256
-sign 쥻 46-146-2-356
-sign 쥼 46-146-26
-sign 쥽 46-146-12
-sign 쥾 46-146-12-3
-sign 쥿 46-146-3
-sign 즀 46-146-34
-sign 즁 46-146-2356
-sign 즂 46-146-13
-sign 즃 46-146-23
-sign 즄 46-146-235
-sign 즅 46-146-236
-sign 즆 46-146-256
-sign 즇 46-146-356
-sign 즈 46-246
-sign 즉 46-246-1
-sign 즊 46-246-1-1
-sign 즋 46-246-1-3
-sign 즌 46-246-25
-sign 즍 46-246-25-13
-sign 즎 46-246-25-356
-sign 즏 46-246-35
-sign 즐 46-246-2
-sign 즑 46-246-2-1
-sign 즒 46-246-2-26
-sign 즓 46-246-2-12
-sign 즔 46-246-2-3
-sign 즕 46-246-2-236
-sign 즖 46-246-2-256
-sign 즗 46-246-2-356
-sign 즘 46-246-26
-sign 즙 46-246-12
-sign 즚 46-246-12-3
-sign 즛 46-246-3
-sign 즜 46-246-34
-sign 증 46-246-2356
-sign 즞 46-246-13
-sign 즟 46-246-23
-sign 즠 46-246-235
-sign 즡 46-246-236
-sign 즢 46-246-256
-sign 즣 46-246-356
-sign 즤 46-2456
-sign 즥 46-2456-1
-sign 즦 46-2456-1-1
-sign 즧 46-2456-1-3
-sign 즨 46-2456-25
-sign 즩 46-2456-25-13
-sign 즪 46-2456-25-356
-sign 즫 46-2456-35
-sign 즬 46-2456-2
-sign 즭 46-2456-2-1
-sign 즮 46-2456-2-26
-sign 즯 46-2456-2-12
-sign 즰 46-2456-2-3
-sign 즱 46-2456-2-236
-sign 즲 46-2456-2-256
-sign 즳 46-2456-2-356
-sign 즴 46-2456-26
-sign 즵 46-2456-12
-sign 즶 46-2456-12-3
-sign 즷 46-2456-3
-sign 즸 46-2456-34
-sign 즹 46-2456-2356
-sign 즺 46-2456-13
-sign 즻 46-2456-23
-sign 즼 46-2456-235
-sign 즽 46-2456-236
-sign 즾 46-2456-256
-sign 즿 46-2456-356
-sign 지 46-135
-sign 직 46-135-1
-sign 짂 46-135-1-1
-sign 짃 46-135-1-3
-sign 진 46-135-25
-sign 짅 46-135-25-13
-sign 짆 46-135-25-356
-sign 짇 46-135-35
-sign 질 46-135-2
-sign 짉 46-135-2-1
-sign 짊 46-135-2-26
-sign 짋 46-135-2-12
-sign 짌 46-135-2-3
-sign 짍 46-135-2-236
-sign 짎 46-135-2-256
-sign 짏 46-135-2-356
-sign 짐 46-135-26
-sign 집 46-135-12
-sign 짒 46-135-12-3
-sign 짓 46-135-3
-sign 짔 46-135-34
-sign 징 46-135-2356
-sign 짖 46-135-13
-sign 짗 46-135-23
-sign 짘 46-135-235
-sign 짙 46-135-236
-sign 짚 46-135-256
-sign 짛 46-135-356
-sign 짜 6-46-126
-sign 짝 6-46-126-1
-sign 짞 6-46-126-1-1
-sign 짟 6-46-126-1-3
-sign 짠 6-46-126-25
-sign 짡 6-46-126-25-13
-sign 짢 6-46-126-25-356
-sign 짣 6-46-126-35
-sign 짤 6-46-126-2
-sign 짥 6-46-126-2-1
-sign 짦 6-46-126-2-26
-sign 짧 6-46-126-2-12
-sign 짨 6-46-126-2-3
-sign 짩 6-46-126-2-236
-sign 짪 6-46-126-2-256
-sign 짫 6-46-126-2-356
-sign 짬 6-46-126-26
-sign 짭 6-46-126-12
-sign 짮 6-46-126-12-3
-sign 짯 6-46-126-3
-sign 짰 6-46-126-34
-sign 짱 6-46-126-2356
-sign 짲 6-46-126-13
-sign 짳 6-46-126-23
-sign 짴 6-46-126-235
-sign 짵 6-46-126-236
-sign 짶 6-46-126-256
-sign 짷 6-46-126-356
-sign 째 6-46-1235
-sign 짹 6-46-1235-1
-sign 짺 6-46-1235-1-1
-sign 짻 6-46-1235-1-3
-sign 짼 6-46-1235-25
-sign 짽 6-46-1235-25-13
-sign 짾 6-46-1235-25-356
-sign 짿 6-46-1235-35
-sign 쨀 6-46-1235-2
-sign 쨁 6-46-1235-2-1
-sign 쨂 6-46-1235-2-26
-sign 쨃 6-46-1235-2-12
-sign 쨄 6-46-1235-2-3
-sign 쨅 6-46-1235-2-236
-sign 쨆 6-46-1235-2-256
-sign 쨇 6-46-1235-2-356
-sign 쨈 6-46-1235-26
-sign 쨉 6-46-1235-12
-sign 쨊 6-46-1235-12-3
-sign 쨋 6-46-1235-3
-sign 쨌 6-46-1235-34
-sign 쨍 6-46-1235-2356
-sign 쨎 6-46-1235-13
-sign 쨏 6-46-1235-23
-sign 쨐 6-46-1235-235
-sign 쨑 6-46-1235-236
-sign 쨒 6-46-1235-256
-sign 쨓 6-46-1235-356
-sign 쨔 6-46-345
-sign 쨕 6-46-345-1
-sign 쨖 6-46-345-1-1
-sign 쨗 6-46-345-1-3
-sign 쨘 6-46-345-25
-sign 쨙 6-46-345-25-13
-sign 쨚 6-46-345-25-356
-sign 쨛 6-46-345-35
-sign 쨜 6-46-345-2
-sign 쨝 6-46-345-2-1
-sign 쨞 6-46-345-2-26
-sign 쨟 6-46-345-2-12
-sign 쨠 6-46-345-2-3
-sign 쨡 6-46-345-2-236
-sign 쨢 6-46-345-2-256
-sign 쨣 6-46-345-2-356
-sign 쨤 6-46-345-26
-sign 쨥 6-46-345-12
-sign 쨦 6-46-345-12-3
-sign 쨧 6-46-345-3
-sign 쨨 6-46-345-34
-sign 쨩 6-46-345-2356
-sign 쨪 6-46-345-13
-sign 쨫 6-46-345-23
-sign 쨬 6-46-345-235
-sign 쨭 6-46-345-236
-sign 쨮 6-46-345-256
-sign 쨯 6-46-345-356
-sign 쨰 6-46-345-1235
-sign 쨱 6-46-345-1235-1
-sign 쨲 6-46-345-1235-1-1
-sign 쨳 6-46-345-1235-1-3
-sign 쨴 6-46-345-1235-25
-sign 쨵 6-46-345-1235-25-13
-sign 쨶 6-46-345-1235-25-356
-sign 쨷 6-46-345-1235-35
-sign 쨸 6-46-345-1235-2
-sign 쨹 6-46-345-1235-2-1
-sign 쨺 6-46-345-1235-2-26
-sign 쨻 6-46-345-1235-2-12
-sign 쨼 6-46-345-1235-2-3
-sign 쨽 6-46-345-1235-2-236
-sign 쨾 6-46-345-1235-2-256
-sign 쨿 6-46-345-1235-2-356
-sign 쩀 6-46-345-1235-26
-sign 쩁 6-46-345-1235-12
-sign 쩂 6-46-345-1235-12-3
-sign 쩃 6-46-345-1235-3
-sign 쩄 6-46-345-1235-34
-sign 쩅 6-46-345-1235-2356
-sign 쩆 6-46-345-1235-13
-sign 쩇 6-46-345-1235-23
-sign 쩈 6-46-345-1235-235
-sign 쩉 6-46-345-1235-236
-sign 쩊 6-46-345-1235-256
-sign 쩋 6-46-345-1235-356
-sign 쩌 6-46-234
-sign 쩍 6-46-234-1
-sign 쩎 6-46-234-1-1
-sign 쩏 6-46-234-1-3
-sign 쩐 6-46-234-25
-sign 쩑 6-46-234-25-13
-sign 쩒 6-46-234-25-356
-sign 쩓 6-46-234-35
-sign 쩔 6-46-234-2
-sign 쩕 6-46-234-2-1
-sign 쩖 6-46-234-2-26
-sign 쩗 6-46-234-2-12
-sign 쩘 6-46-234-2-3
-sign 쩙 6-46-234-2-236
-sign 쩚 6-46-234-2-256
-sign 쩛 6-46-234-2-356
-sign 쩜 6-46-234-26
-sign 쩝 6-46-234-12
-sign 쩞 6-46-234-12-3
-sign 쩟 6-46-234-3
-sign 쩠 6-46-234-34
-sign 쩡 6-46-234-2356
-sign 쩢 6-46-234-13
-sign 쩣 6-46-234-23
-sign 쩤 6-46-234-235
-sign 쩥 6-46-234-236
-sign 쩦 6-46-234-256
-sign 쩧 6-46-234-356
-sign 쩨 6-46-1345
-sign 쩩 6-46-1345-1
-sign 쩪 6-46-1345-1-1
-sign 쩫 6-46-1345-1-3
-sign 쩬 6-46-1345-25
-sign 쩭 6-46-1345-25-13
-sign 쩮 6-46-1345-25-356
-sign 쩯 6-46-1345-35
-sign 쩰 6-46-1345-2
-sign 쩱 6-46-1345-2-1
-sign 쩲 6-46-1345-2-26
-sign 쩳 6-46-1345-2-12
-sign 쩴 6-46-1345-2-3
-sign 쩵 6-46-1345-2-236
-sign 쩶 6-46-1345-2-256
-sign 쩷 6-46-1345-2-356
-sign 쩸 6-46-1345-26
-sign 쩹 6-46-1345-12
-sign 쩺 6-46-1345-12-3
-sign 쩻 6-46-1345-3
-sign 쩼 6-46-1345-34
-sign 쩽 6-46-1345-2356
-sign 쩾 6-46-1345-13
-sign 쩿 6-46-1345-23
-sign 쪀 6-46-1345-235
-sign 쪁 6-46-1345-236
-sign 쪂 6-46-1345-256
-sign 쪃 6-46-1345-356
-sign 쪄 6-46-156
-sign 쪅 6-46-156-1
-sign 쪆 6-46-156-1-1
-sign 쪇 6-46-156-1-3
-sign 쪈 6-46-156-25
-sign 쪉 6-46-156-25-13
-sign 쪊 6-46-156-25-356
-sign 쪋 6-46-156-35
-sign 쪌 6-46-156-2
-sign 쪍 6-46-156-2-1
-sign 쪎 6-46-156-2-26
-sign 쪏 6-46-156-2-12
-sign 쪐 6-46-156-2-3
-sign 쪑 6-46-156-2-236
-sign 쪒 6-46-156-2-256
-sign 쪓 6-46-156-2-356
-sign 쪔 6-46-156-26
-sign 쪕 6-46-156-12
-sign 쪖 6-46-156-12-3
-sign 쪗 6-46-156-3
-sign 쪘 6-46-156-34
-sign 쪙 6-46-156-2356
-sign 쪚 6-46-156-13
-sign 쪛 6-46-156-23
-sign 쪜 6-46-156-235
-sign 쪝 6-46-156-236
-sign 쪞 6-46-156-256
-sign 쪟 6-46-156-356
-sign 쪠 6-46-34
-sign 쪡 6-46-34-1
-sign 쪢 6-46-34-1-1
-sign 쪣 6-46-34-1-3
-sign 쪤 6-46-34-25
-sign 쪥 6-46-34-25-13
-sign 쪦 6-46-34-25-356
-sign 쪧 6-46-34-35
-sign 쪨 6-46-34-2
-sign 쪩 6-46-34-2-1
-sign 쪪 6-46-34-2-26
-sign 쪫 6-46-34-2-12
-sign 쪬 6-46-34-2-3
-sign 쪭 6-46-34-2-236
-sign 쪮 6-46-34-2-256
-sign 쪯 6-46-34-2-356
-sign 쪰 6-46-34-26
-sign 쪱 6-46-34-12
-sign 쪲 6-46-34-12-3
-sign 쪳 6-46-34-3
-sign 쪴 6-46-34-34
-sign 쪵 6-46-34-2356
-sign 쪶 6-46-34-13
-sign 쪷 6-46-34-23
-sign 쪸 6-46-34-235
-sign 쪹 6-46-34-236
-sign 쪺 6-46-34-256
-sign 쪻 6-46-34-356
-sign 쪼 6-46-136
-sign 쪽 6-46-136-1
-sign 쪾 6-46-136-1-1
-sign 쪿 6-46-136-1-3
-sign 쫀 6-46-136-25
-sign 쫁 6-46-136-25-13
-sign 쫂 6-46-136-25-356
-sign 쫃 6-46-136-35
-sign 쫄 6-46-136-2
-sign 쫅 6-46-136-2-1
-sign 쫆 6-46-136-2-26
-sign 쫇 6-46-136-2-12
-sign 쫈 6-46-136-2-3
-sign 쫉 6-46-136-2-236
-sign 쫊 6-46-136-2-256
-sign 쫋 6-46-136-2-356
-sign 쫌 6-46-136-26
-sign 쫍 6-46-136-12
-sign 쫎 6-46-136-12-3
-sign 쫏 6-46-136-3
-sign 쫐 6-46-136-34
-sign 쫑 6-46-136-2356
-sign 쫒 6-46-136-13
-sign 쫓 6-46-136-23
-sign 쫔 6-46-136-235
-sign 쫕 6-46-136-236
-sign 쫖 6-46-136-256
-sign 쫗 6-46-136-356
-sign 쫘 6-46-1236
-sign 쫙 6-46-1236-1
-sign 쫚 6-46-1236-1-1
-sign 쫛 6-46-1236-1-3
-sign 쫜 6-46-1236-25
-sign 쫝 6-46-1236-25-13
-sign 쫞 6-46-1236-25-356
-sign 쫟 6-46-1236-35
-sign 쫠 6-46-1236-2
-sign 쫡 6-46-1236-2-1
-sign 쫢 6-46-1236-2-26
-sign 쫣 6-46-1236-2-12
-sign 쫤 6-46-1236-2-3
-sign 쫥 6-46-1236-2-236
-sign 쫦 6-46-1236-2-256
-sign 쫧 6-46-1236-2-356
-sign 쫨 6-46-1236-26
-sign 쫩 6-46-1236-12
-sign 쫪 6-46-1236-12-3
-sign 쫫 6-46-1236-3
-sign 쫬 6-46-1236-34
-sign 쫭 6-46-1236-2356
-sign 쫮 6-46-1236-13
-sign 쫯 6-46-1236-23
-sign 쫰 6-46-1236-235
-sign 쫱 6-46-1236-236
-sign 쫲 6-46-1236-256
-sign 쫳 6-46-1236-356
-sign 쫴 6-46-1236-1235
-sign 쫵 6-46-1236-1235-1
-sign 쫶 6-46-1236-1235-1-1
-sign 쫷 6-46-1236-1235-1-3
-sign 쫸 6-46-1236-1235-25
-sign 쫹 6-46-1236-1235-25-13
-sign 쫺 6-46-1236-1235-25-356
-sign 쫻 6-46-1236-1235-35
-sign 쫼 6-46-1236-1235-2
-sign 쫽 6-46-1236-1235-2-1
-sign 쫾 6-46-1236-1235-2-26
-sign 쫿 6-46-1236-1235-2-12
-sign 쬀 6-46-1236-1235-2-3
-sign 쬁 6-46-1236-1235-2-236
-sign 쬂 6-46-1236-1235-2-256
-sign 쬃 6-46-1236-1235-2-356
-sign 쬄 6-46-1236-1235-26
-sign 쬅 6-46-1236-1235-12
-sign 쬆 6-46-1236-1235-12-3
-sign 쬇 6-46-1236-1235-3
-sign 쬈 6-46-1236-1235-34
-sign 쬉 6-46-1236-1235-2356
-sign 쬊 6-46-1236-1235-13
-sign 쬋 6-46-1236-1235-23
-sign 쬌 6-46-1236-1235-235
-sign 쬍 6-46-1236-1235-236
-sign 쬎 6-46-1236-1235-256
-sign 쬏 6-46-1236-1235-356
-sign 쬐 6-46-13456
-sign 쬑 6-46-13456-1
-sign 쬒 6-46-13456-1-1
-sign 쬓 6-46-13456-1-3
-sign 쬔 6-46-13456-25
-sign 쬕 6-46-13456-25-13
-sign 쬖 6-46-13456-25-356
-sign 쬗 6-46-13456-35
-sign 쬘 6-46-13456-2
-sign 쬙 6-46-13456-2-1
-sign 쬚 6-46-13456-2-26
-sign 쬛 6-46-13456-2-12
-sign 쬜 6-46-13456-2-3
-sign 쬝 6-46-13456-2-236
-sign 쬞 6-46-13456-2-256
-sign 쬟 6-46-13456-2-356
-sign 쬠 6-46-13456-26
-sign 쬡 6-46-13456-12
-sign 쬢 6-46-13456-12-3
-sign 쬣 6-46-13456-3
-sign 쬤 6-46-13456-34
-sign 쬥 6-46-13456-2356
-sign 쬦 6-46-13456-13
-sign 쬧 6-46-13456-23
-sign 쬨 6-46-13456-235
-sign 쬩 6-46-13456-236
-sign 쬪 6-46-13456-256
-sign 쬫 6-46-13456-356
-sign 쬬 6-46-346
-sign 쬭 6-46-346-1
-sign 쬮 6-46-346-1-1
-sign 쬯 6-46-346-1-3
-sign 쬰 6-46-346-25
-sign 쬱 6-46-346-25-13
-sign 쬲 6-46-346-25-356
-sign 쬳 6-46-346-35
-sign 쬴 6-46-346-2
-sign 쬵 6-46-346-2-1
-sign 쬶 6-46-346-2-26
-sign 쬷 6-46-346-2-12
-sign 쬸 6-46-346-2-3
-sign 쬹 6-46-346-2-236
-sign 쬺 6-46-346-2-256
-sign 쬻 6-46-346-2-356
-sign 쬼 6-46-346-26
-sign 쬽 6-46-346-12
-sign 쬾 6-46-346-12-3
-sign 쬿 6-46-346-3
-sign 쭀 6-46-346-34
-sign 쭁 6-46-346-2356
-sign 쭂 6-46-346-13
-sign 쭃 6-46-346-23
-sign 쭄 6-46-346-235
-sign 쭅 6-46-346-236
-sign 쭆 6-46-346-256
-sign 쭇 6-46-346-356
-sign 쭈 6-46-134
-sign 쭉 6-46-134-1
-sign 쭊 6-46-134-1-1
-sign 쭋 6-46-134-1-3
-sign 쭌 6-46-134-25
-sign 쭍 6-46-134-25-13
-sign 쭎 6-46-134-25-356
-sign 쭏 6-46-134-35
-sign 쭐 6-46-134-2
-sign 쭑 6-46-134-2-1
-sign 쭒 6-46-134-2-26
-sign 쭓 6-46-134-2-12
-sign 쭔 6-46-134-2-3
-sign 쭕 6-46-134-2-236
-sign 쭖 6-46-134-2-256
-sign 쭗 6-46-134-2-356
-sign 쭘 6-46-134-26
-sign 쭙 6-46-134-12
-sign 쭚 6-46-134-12-3
-sign 쭛 6-46-134-3
-sign 쭜 6-46-134-34
-sign 쭝 6-46-134-2356
-sign 쭞 6-46-134-13
-sign 쭟 6-46-134-23
-sign 쭠 6-46-134-235
-sign 쭡 6-46-134-236
-sign 쭢 6-46-134-256
-sign 쭣 6-46-134-356
-sign 쭤 6-46-1234
-sign 쭥 6-46-1234-1
-sign 쭦 6-46-1234-1-1
-sign 쭧 6-46-1234-1-3
-sign 쭨 6-46-1234-25
-sign 쭩 6-46-1234-25-13
-sign 쭪 6-46-1234-25-356
-sign 쭫 6-46-1234-35
-sign 쭬 6-46-1234-2
-sign 쭭 6-46-1234-2-1
-sign 쭮 6-46-1234-2-26
-sign 쭯 6-46-1234-2-12
-sign 쭰 6-46-1234-2-3
-sign 쭱 6-46-1234-2-236
-sign 쭲 6-46-1234-2-256
-sign 쭳 6-46-1234-2-356
-sign 쭴 6-46-1234-26
-sign 쭵 6-46-1234-12
-sign 쭶 6-46-1234-12-3
-sign 쭷 6-46-1234-3
-sign 쭸 6-46-1234-34
-sign 쭹 6-46-1234-2356
-sign 쭺 6-46-1234-13
-sign 쭻 6-46-1234-23
-sign 쭼 6-46-1234-235
-sign 쭽 6-46-1234-236
-sign 쭾 6-46-1234-256
-sign 쭿 6-46-1234-356
-sign 쮀 6-46-1234-1235
-sign 쮁 6-46-1234-1235-1
-sign 쮂 6-46-1234-1235-1-1
-sign 쮃 6-46-1234-1235-1-3
-sign 쮄 6-46-1234-1235-25
-sign 쮅 6-46-1234-1235-25-13
-sign 쮆 6-46-1234-1235-25-356
-sign 쮇 6-46-1234-1235-35
-sign 쮈 6-46-1234-1235-2
-sign 쮉 6-46-1234-1235-2-1
-sign 쮊 6-46-1234-1235-2-26
-sign 쮋 6-46-1234-1235-2-12
-sign 쮌 6-46-1234-1235-2-3
-sign 쮍 6-46-1234-1235-2-236
-sign 쮎 6-46-1234-1235-2-256
-sign 쮏 6-46-1234-1235-2-356
-sign 쮐 6-46-1234-1235-26
-sign 쮑 6-46-1234-1235-12
-sign 쮒 6-46-1234-1235-12-3
-sign 쮓 6-46-1234-1235-3
-sign 쮔 6-46-1234-1235-34
-sign 쮕 6-46-1234-1235-2356
-sign 쮖 6-46-1234-1235-13
-sign 쮗 6-46-1234-1235-23
-sign 쮘 6-46-1234-1235-235
-sign 쮙 6-46-1234-1235-236
-sign 쮚 6-46-1234-1235-256
-sign 쮛 6-46-1234-1235-356
-sign 쮜 6-46-134-1235
-sign 쮝 6-46-134-1235-1
-sign 쮞 6-46-134-1235-1-1
-sign 쮟 6-46-134-1235-1-3
-sign 쮠 6-46-134-1235-25
-sign 쮡 6-46-134-1235-25-13
-sign 쮢 6-46-134-1235-25-356
-sign 쮣 6-46-134-1235-35
-sign 쮤 6-46-134-1235-2
-sign 쮥 6-46-134-1235-2-1
-sign 쮦 6-46-134-1235-2-26
-sign 쮧 6-46-134-1235-2-12
-sign 쮨 6-46-134-1235-2-3
-sign 쮩 6-46-134-1235-2-236
-sign 쮪 6-46-134-1235-2-256
-sign 쮫 6-46-134-1235-2-356
-sign 쮬 6-46-134-1235-26
-sign 쮭 6-46-134-1235-12
-sign 쮮 6-46-134-1235-12-3
-sign 쮯 6-46-134-1235-3
-sign 쮰 6-46-134-1235-34
-sign 쮱 6-46-134-1235-2356
-sign 쮲 6-46-134-1235-13
-sign 쮳 6-46-134-1235-23
-sign 쮴 6-46-134-1235-235
-sign 쮵 6-46-134-1235-236
-sign 쮶 6-46-134-1235-256
-sign 쮷 6-46-134-1235-356
-sign 쮸 6-46-146
-sign 쮹 6-46-146-1
-sign 쮺 6-46-146-1-1
-sign 쮻 6-46-146-1-3
-sign 쮼 6-46-146-25
-sign 쮽 6-46-146-25-13
-sign 쮾 6-46-146-25-356
-sign 쮿 6-46-146-35
-sign 쯀 6-46-146-2
-sign 쯁 6-46-146-2-1
-sign 쯂 6-46-146-2-26
-sign 쯃 6-46-146-2-12
-sign 쯄 6-46-146-2-3
-sign 쯅 6-46-146-2-236
-sign 쯆 6-46-146-2-256
-sign 쯇 6-46-146-2-356
-sign 쯈 6-46-146-26
-sign 쯉 6-46-146-12
-sign 쯊 6-46-146-12-3
-sign 쯋 6-46-146-3
-sign 쯌 6-46-146-34
-sign 쯍 6-46-146-2356
-sign 쯎 6-46-146-13
-sign 쯏 6-46-146-23
-sign 쯐 6-46-146-235
-sign 쯑 6-46-146-236
-sign 쯒 6-46-146-256
-sign 쯓 6-46-146-356
-sign 쯔 6-46-246
-sign 쯕 6-46-246-1
-sign 쯖 6-46-246-1-1
-sign 쯗 6-46-246-1-3
-sign 쯘 6-46-246-25
-sign 쯙 6-46-246-25-13
-sign 쯚 6-46-246-25-356
-sign 쯛 6-46-246-35
-sign 쯜 6-46-246-2
-sign 쯝 6-46-246-2-1
-sign 쯞 6-46-246-2-26
-sign 쯟 6-46-246-2-12
-sign 쯠 6-46-246-2-3
-sign 쯡 6-46-246-2-236
-sign 쯢 6-46-246-2-256
-sign 쯣 6-46-246-2-356
-sign 쯤 6-46-246-26
-sign 쯥 6-46-246-12
-sign 쯦 6-46-246-12-3
-sign 쯧 6-46-246-3
-sign 쯨 6-46-246-34
-sign 쯩 6-46-246-2356
-sign 쯪 6-46-246-13
-sign 쯫 6-46-246-23
-sign 쯬 6-46-246-235
-sign 쯭 6-46-246-236
-sign 쯮 6-46-246-256
-sign 쯯 6-46-246-356
-sign 쯰 6-46-2456
-sign 쯱 6-46-2456-1
-sign 쯲 6-46-2456-1-1
-sign 쯳 6-46-2456-1-3
-sign 쯴 6-46-2456-25
-sign 쯵 6-46-2456-25-13
-sign 쯶 6-46-2456-25-356
-sign 쯷 6-46-2456-35
-sign 쯸 6-46-2456-2
-sign 쯹 6-46-2456-2-1
-sign 쯺 6-46-2456-2-26
-sign 쯻 6-46-2456-2-12
-sign 쯼 6-46-2456-2-3
-sign 쯽 6-46-2456-2-236
-sign 쯾 6-46-2456-2-256
-sign 쯿 6-46-2456-2-356
-sign 찀 6-46-2456-26
-sign 찁 6-46-2456-12
-sign 찂 6-46-2456-12-3
-sign 찃 6-46-2456-3
-sign 찄 6-46-2456-34
-sign 찅 6-46-2456-2356
-sign 찆 6-46-2456-13
-sign 찇 6-46-2456-23
-sign 찈 6-46-2456-235
-sign 찉 6-46-2456-236
-sign 찊 6-46-2456-256
-sign 찋 6-46-2456-356
-sign 찌 6-46-135
-sign 찍 6-46-135-1
-sign 찎 6-46-135-1-1
-sign 찏 6-46-135-1-3
-sign 찐 6-46-135-25
-sign 찑 6-46-135-25-13
-sign 찒 6-46-135-25-356
-sign 찓 6-46-135-35
-sign 찔 6-46-135-2
-sign 찕 6-46-135-2-1
-sign 찖 6-46-135-2-26
-sign 찗 6-46-135-2-12
-sign 찘 6-46-135-2-3
-sign 찙 6-46-135-2-236
-sign 찚 6-46-135-2-256
-sign 찛 6-46-135-2-356
-sign 찜 6-46-135-26
-sign 찝 6-46-135-12
-sign 찞 6-46-135-12-3
-sign 찟 6-46-135-3
-sign 찠 6-46-135-34
-sign 찡 6-46-135-2356
-sign 찢 6-46-135-13
-sign 찣 6-46-135-23
-sign 찤 6-46-135-235
-sign 찥 6-46-135-236
-sign 찦 6-46-135-256
-sign 찧 6-46-135-356
-sign 차 56-126
-sign 착 56-126-1
-sign 찪 56-126-1-1
-sign 찫 56-126-1-3
-sign 찬 56-126-25
-sign 찭 56-126-25-13
-sign 찮 56-126-25-356
-sign 찯 56-126-35
-sign 찰 56-126-2
-sign 찱 56-126-2-1
-sign 찲 56-126-2-26
-sign 찳 56-126-2-12
-sign 찴 56-126-2-3
-sign 찵 56-126-2-236
-sign 찶 56-126-2-256
-sign 찷 56-126-2-356
-sign 참 56-126-26
-sign 찹 56-126-12
-sign 찺 56-126-12-3
-sign 찻 56-126-3
-sign 찼 56-126-34
-sign 창 56-126-2356
-sign 찾 56-126-13
-sign 찿 56-126-23
-sign 챀 56-126-235
-sign 챁 56-126-236
-sign 챂 56-126-256
-sign 챃 56-126-356
-sign 채 56-1235
-sign 책 56-1235-1
-sign 챆 56-1235-1-1
-sign 챇 56-1235-1-3
-sign 챈 56-1235-25
-sign 챉 56-1235-25-13
-sign 챊 56-1235-25-356
-sign 챋 56-1235-35
-sign 챌 56-1235-2
-sign 챍 56-1235-2-1
-sign 챎 56-1235-2-26
-sign 챏 56-1235-2-12
-sign 챐 56-1235-2-3
-sign 챑 56-1235-2-236
-sign 챒 56-1235-2-256
-sign 챓 56-1235-2-356
-sign 챔 56-1235-26
-sign 챕 56-1235-12
-sign 챖 56-1235-12-3
-sign 챗 56-1235-3
-sign 챘 56-1235-34
-sign 챙 56-1235-2356
-sign 챚 56-1235-13
-sign 챛 56-1235-23
-sign 챜 56-1235-235
-sign 챝 56-1235-236
-sign 챞 56-1235-256
-sign 챟 56-1235-356
-sign 챠 56-345
-sign 챡 56-345-1
-sign 챢 56-345-1-1
-sign 챣 56-345-1-3
-sign 챤 56-345-25
-sign 챥 56-345-25-13
-sign 챦 56-345-25-356
-sign 챧 56-345-35
-sign 챨 56-345-2
-sign 챩 56-345-2-1
-sign 챪 56-345-2-26
-sign 챫 56-345-2-12
-sign 챬 56-345-2-3
-sign 챭 56-345-2-236
-sign 챮 56-345-2-256
-sign 챯 56-345-2-356
-sign 챰 56-345-26
-sign 챱 56-345-12
-sign 챲 56-345-12-3
-sign 챳 56-345-3
-sign 챴 56-345-34
-sign 챵 56-345-2356
-sign 챶 56-345-13
-sign 챷 56-345-23
-sign 챸 56-345-235
-sign 챹 56-345-236
-sign 챺 56-345-256
-sign 챻 56-345-356
-sign 챼 56-345-1235
-sign 챽 56-345-1235-1
-sign 챾 56-345-1235-1-1
-sign 챿 56-345-1235-1-3
-sign 첀 56-345-1235-25
-sign 첁 56-345-1235-25-13
-sign 첂 56-345-1235-25-356
-sign 첃 56-345-1235-35
-sign 첄 56-345-1235-2
-sign 첅 56-345-1235-2-1
-sign 첆 56-345-1235-2-26
-sign 첇 56-345-1235-2-12
-sign 첈 56-345-1235-2-3
-sign 첉 56-345-1235-2-236
-sign 첊 56-345-1235-2-256
-sign 첋 56-345-1235-2-356
-sign 첌 56-345-1235-26
-sign 첍 56-345-1235-12
-sign 첎 56-345-1235-12-3
-sign 첏 56-345-1235-3
-sign 첐 56-345-1235-34
-sign 첑 56-345-1235-2356
-sign 첒 56-345-1235-13
-sign 첓 56-345-1235-23
-sign 첔 56-345-1235-235
-sign 첕 56-345-1235-236
-sign 첖 56-345-1235-256
-sign 첗 56-345-1235-356
-sign 처 56-234
-sign 척 56-234-1
-sign 첚 56-234-1-1
-sign 첛 56-234-1-3
-sign 천 56-234-25
-sign 첝 56-234-25-13
-sign 첞 56-234-25-356
-sign 첟 56-234-35
-sign 철 56-234-2
-sign 첡 56-234-2-1
-sign 첢 56-234-2-26
-sign 첣 56-234-2-12
-sign 첤 56-234-2-3
-sign 첥 56-234-2-236
-sign 첦 56-234-2-256
-sign 첧 56-234-2-356
-sign 첨 56-234-26
-sign 첩 56-234-12
-sign 첪 56-234-12-3
-sign 첫 56-234-3
-sign 첬 56-234-34
-sign 청 56-234-2356
-sign 첮 56-234-13
-sign 첯 56-234-23
-sign 첰 56-234-235
-sign 첱 56-234-236
-sign 첲 56-234-256
-sign 첳 56-234-356
-sign 체 56-1345
-sign 첵 56-1345-1
-sign 첶 56-1345-1-1
-sign 첷 56-1345-1-3
-sign 첸 56-1345-25
-sign 첹 56-1345-25-13
-sign 첺 56-1345-25-356
-sign 첻 56-1345-35
-sign 첼 56-1345-2
-sign 첽 56-1345-2-1
-sign 첾 56-1345-2-26
-sign 첿 56-1345-2-12
-sign 쳀 56-1345-2-3
-sign 쳁 56-1345-2-236
-sign 쳂 56-1345-2-256
-sign 쳃 56-1345-2-356
-sign 쳄 56-1345-26
-sign 쳅 56-1345-12
-sign 쳆 56-1345-12-3
-sign 쳇 56-1345-3
-sign 쳈 56-1345-34
-sign 쳉 56-1345-2356
-sign 쳊 56-1345-13
-sign 쳋 56-1345-23
-sign 쳌 56-1345-235
-sign 쳍 56-1345-236
-sign 쳎 56-1345-256
-sign 쳏 56-1345-356
-sign 쳐 56-156
-sign 쳑 56-156-1
-sign 쳒 56-156-1-1
-sign 쳓 56-156-1-3
-sign 쳔 56-156-25
-sign 쳕 56-156-25-13
-sign 쳖 56-156-25-356
-sign 쳗 56-156-35
-sign 쳘 56-156-2
-sign 쳙 56-156-2-1
-sign 쳚 56-156-2-26
-sign 쳛 56-156-2-12
-sign 쳜 56-156-2-3
-sign 쳝 56-156-2-236
-sign 쳞 56-156-2-256
-sign 쳟 56-156-2-356
-sign 쳠 56-156-26
-sign 쳡 56-156-12
-sign 쳢 56-156-12-3
-sign 쳣 56-156-3
-sign 쳤 56-156-34
-sign 쳥 56-156-2356
-sign 쳦 56-156-13
-sign 쳧 56-156-23
-sign 쳨 56-156-235
-sign 쳩 56-156-236
-sign 쳪 56-156-256
-sign 쳫 56-156-356
-sign 쳬 56-34
-sign 쳭 56-34-1
-sign 쳮 56-34-1-1
-sign 쳯 56-34-1-3
-sign 쳰 56-34-25
-sign 쳱 56-34-25-13
-sign 쳲 56-34-25-356
-sign 쳳 56-34-35
-sign 쳴 56-34-2
-sign 쳵 56-34-2-1
-sign 쳶 56-34-2-26
-sign 쳷 56-34-2-12
-sign 쳸 56-34-2-3
-sign 쳹 56-34-2-236
-sign 쳺 56-34-2-256
-sign 쳻 56-34-2-356
-sign 쳼 56-34-26
-sign 쳽 56-34-12
-sign 쳾 56-34-12-3
-sign 쳿 56-34-3
-sign 촀 56-34-34
-sign 촁 56-34-2356
-sign 촂 56-34-13
-sign 촃 56-34-23
-sign 촄 56-34-235
-sign 촅 56-34-236
-sign 촆 56-34-256
-sign 촇 56-34-356
-sign 초 56-136
-sign 촉 56-136-1
-sign 촊 56-136-1-1
-sign 촋 56-136-1-3
-sign 촌 56-136-25
-sign 촍 56-136-25-13
-sign 촎 56-136-25-356
-sign 촏 56-136-35
-sign 촐 56-136-2
-sign 촑 56-136-2-1
-sign 촒 56-136-2-26
-sign 촓 56-136-2-12
-sign 촔 56-136-2-3
-sign 촕 56-136-2-236
-sign 촖 56-136-2-256
-sign 촗 56-136-2-356
-sign 촘 56-136-26
-sign 촙 56-136-12
-sign 촚 56-136-12-3
-sign 촛 56-136-3
-sign 촜 56-136-34
-sign 총 56-136-2356
-sign 촞 56-136-13
-sign 촟 56-136-23
-sign 촠 56-136-235
-sign 촡 56-136-236
-sign 촢 56-136-256
-sign 촣 56-136-356
-sign 촤 56-1236
-sign 촥 56-1236-1
-sign 촦 56-1236-1-1
-sign 촧 56-1236-1-3
-sign 촨 56-1236-25
-sign 촩 56-1236-25-13
-sign 촪 56-1236-25-356
-sign 촫 56-1236-35
-sign 촬 56-1236-2
-sign 촭 56-1236-2-1
-sign 촮 56-1236-2-26
-sign 촯 56-1236-2-12
-sign 촰 56-1236-2-3
-sign 촱 56-1236-2-236
-sign 촲 56-1236-2-256
-sign 촳 56-1236-2-356
-sign 촴 56-1236-26
-sign 촵 56-1236-12
-sign 촶 56-1236-12-3
-sign 촷 56-1236-3
-sign 촸 56-1236-34
-sign 촹 56-1236-2356
-sign 촺 56-1236-13
-sign 촻 56-1236-23
-sign 촼 56-1236-235
-sign 촽 56-1236-236
-sign 촾 56-1236-256
-sign 촿 56-1236-356
-sign 쵀 56-1236-1235
-sign 쵁 56-1236-1235-1
-sign 쵂 56-1236-1235-1-1
-sign 쵃 56-1236-1235-1-3
-sign 쵄 56-1236-1235-25
-sign 쵅 56-1236-1235-25-13
-sign 쵆 56-1236-1235-25-356
-sign 쵇 56-1236-1235-35
-sign 쵈 56-1236-1235-2
-sign 쵉 56-1236-1235-2-1
-sign 쵊 56-1236-1235-2-26
-sign 쵋 56-1236-1235-2-12
-sign 쵌 56-1236-1235-2-3
-sign 쵍 56-1236-1235-2-236
-sign 쵎 56-1236-1235-2-256
-sign 쵏 56-1236-1235-2-356
-sign 쵐 56-1236-1235-26
-sign 쵑 56-1236-1235-12
-sign 쵒 56-1236-1235-12-3
-sign 쵓 56-1236-1235-3
-sign 쵔 56-1236-1235-34
-sign 쵕 56-1236-1235-2356
-sign 쵖 56-1236-1235-13
-sign 쵗 56-1236-1235-23
-sign 쵘 56-1236-1235-235
-sign 쵙 56-1236-1235-236
-sign 쵚 56-1236-1235-256
-sign 쵛 56-1236-1235-356
-sign 최 56-13456
-sign 쵝 56-13456-1
-sign 쵞 56-13456-1-1
-sign 쵟 56-13456-1-3
-sign 쵠 56-13456-25
-sign 쵡 56-13456-25-13
-sign 쵢 56-13456-25-356
-sign 쵣 56-13456-35
-sign 쵤 56-13456-2
-sign 쵥 56-13456-2-1
-sign 쵦 56-13456-2-26
-sign 쵧 56-13456-2-12
-sign 쵨 56-13456-2-3
-sign 쵩 56-13456-2-236
-sign 쵪 56-13456-2-256
-sign 쵫 56-13456-2-356
-sign 쵬 56-13456-26
-sign 쵭 56-13456-12
-sign 쵮 56-13456-12-3
-sign 쵯 56-13456-3
-sign 쵰 56-13456-34
-sign 쵱 56-13456-2356
-sign 쵲 56-13456-13
-sign 쵳 56-13456-23
-sign 쵴 56-13456-235
-sign 쵵 56-13456-236
-sign 쵶 56-13456-256
-sign 쵷 56-13456-356
-sign 쵸 56-346
-sign 쵹 56-346-1
-sign 쵺 56-346-1-1
-sign 쵻 56-346-1-3
-sign 쵼 56-346-25
-sign 쵽 56-346-25-13
-sign 쵾 56-346-25-356
-sign 쵿 56-346-35
-sign 춀 56-346-2
-sign 춁 56-346-2-1
-sign 춂 56-346-2-26
-sign 춃 56-346-2-12
-sign 춄 56-346-2-3
-sign 춅 56-346-2-236
-sign 춆 56-346-2-256
-sign 춇 56-346-2-356
-sign 춈 56-346-26
-sign 춉 56-346-12
-sign 춊 56-346-12-3
-sign 춋 56-346-3
-sign 춌 56-346-34
-sign 춍 56-346-2356
-sign 춎 56-346-13
-sign 춏 56-346-23
-sign 춐 56-346-235
-sign 춑 56-346-236
-sign 춒 56-346-256
-sign 춓 56-346-356
-sign 추 56-134
-sign 축 56-134-1
-sign 춖 56-134-1-1
-sign 춗 56-134-1-3
-sign 춘 56-134-25
-sign 춙 56-134-25-13
-sign 춚 56-134-25-356
-sign 춛 56-134-35
-sign 출 56-134-2
-sign 춝 56-134-2-1
-sign 춞 56-134-2-26
-sign 춟 56-134-2-12
-sign 춠 56-134-2-3
-sign 춡 56-134-2-236
-sign 춢 56-134-2-256
-sign 춣 56-134-2-356
-sign 춤 56-134-26
-sign 춥 56-134-12
-sign 춦 56-134-12-3
-sign 춧 56-134-3
-sign 춨 56-134-34
-sign 충 56-134-2356
-sign 춪 56-134-13
-sign 춫 56-134-23
-sign 춬 56-134-235
-sign 춭 56-134-236
-sign 춮 56-134-256
-sign 춯 56-134-356
-sign 춰 56-1234
-sign 춱 56-1234-1
-sign 춲 56-1234-1-1
-sign 춳 56-1234-1-3
-sign 춴 56-1234-25
-sign 춵 56-1234-25-13
-sign 춶 56-1234-25-356
-sign 춷 56-1234-35
-sign 춸 56-1234-2
-sign 춹 56-1234-2-1
-sign 춺 56-1234-2-26
-sign 춻 56-1234-2-12
-sign 춼 56-1234-2-3
-sign 춽 56-1234-2-236
-sign 춾 56-1234-2-256
-sign 춿 56-1234-2-356
-sign 췀 56-1234-26
-sign 췁 56-1234-12
-sign 췂 56-1234-12-3
-sign 췃 56-1234-3
-sign 췄 56-1234-34
-sign 췅 56-1234-2356
-sign 췆 56-1234-13
-sign 췇 56-1234-23
-sign 췈 56-1234-235
-sign 췉 56-1234-236
-sign 췊 56-1234-256
-sign 췋 56-1234-356
-sign 췌 56-1234-1235
-sign 췍 56-1234-1235-1
-sign 췎 56-1234-1235-1-1
-sign 췏 56-1234-1235-1-3
-sign 췐 56-1234-1235-25
-sign 췑 56-1234-1235-25-13
-sign 췒 56-1234-1235-25-356
-sign 췓 56-1234-1235-35
-sign 췔 56-1234-1235-2
-sign 췕 56-1234-1235-2-1
-sign 췖 56-1234-1235-2-26
-sign 췗 56-1234-1235-2-12
-sign 췘 56-1234-1235-2-3
-sign 췙 56-1234-1235-2-236
-sign 췚 56-1234-1235-2-256
-sign 췛 56-1234-1235-2-356
-sign 췜 56-1234-1235-26
-sign 췝 56-1234-1235-12
-sign 췞 56-1234-1235-12-3
-sign 췟 56-1234-1235-3
-sign 췠 56-1234-1235-34
-sign 췡 56-1234-1235-2356
-sign 췢 56-1234-1235-13
-sign 췣 56-1234-1235-23
-sign 췤 56-1234-1235-235
-sign 췥 56-1234-1235-236
-sign 췦 56-1234-1235-256
-sign 췧 56-1234-1235-356
-sign 취 56-134-1235
-sign 췩 56-134-1235-1
-sign 췪 56-134-1235-1-1
-sign 췫 56-134-1235-1-3
-sign 췬 56-134-1235-25
-sign 췭 56-134-1235-25-13
-sign 췮 56-134-1235-25-356
-sign 췯 56-134-1235-35
-sign 췰 56-134-1235-2
-sign 췱 56-134-1235-2-1
-sign 췲 56-134-1235-2-26
-sign 췳 56-134-1235-2-12
-sign 췴 56-134-1235-2-3
-sign 췵 56-134-1235-2-236
-sign 췶 56-134-1235-2-256
-sign 췷 56-134-1235-2-356
-sign 췸 56-134-1235-26
-sign 췹 56-134-1235-12
-sign 췺 56-134-1235-12-3
-sign 췻 56-134-1235-3
-sign 췼 56-134-1235-34
-sign 췽 56-134-1235-2356
-sign 췾 56-134-1235-13
-sign 췿 56-134-1235-23
-sign 츀 56-134-1235-235
-sign 츁 56-134-1235-236
-sign 츂 56-134-1235-256
-sign 츃 56-134-1235-356
-sign 츄 56-146
-sign 츅 56-146-1
-sign 츆 56-146-1-1
-sign 츇 56-146-1-3
-sign 츈 56-146-25
-sign 츉 56-146-25-13
-sign 츊 56-146-25-356
-sign 츋 56-146-35
-sign 츌 56-146-2
-sign 츍 56-146-2-1
-sign 츎 56-146-2-26
-sign 츏 56-146-2-12
-sign 츐 56-146-2-3
-sign 츑 56-146-2-236
-sign 츒 56-146-2-256
-sign 츓 56-146-2-356
-sign 츔 56-146-26
-sign 츕 56-146-12
-sign 츖 56-146-12-3
-sign 츗 56-146-3
-sign 츘 56-146-34
-sign 츙 56-146-2356
-sign 츚 56-146-13
-sign 츛 56-146-23
-sign 츜 56-146-235
-sign 츝 56-146-236
-sign 츞 56-146-256
-sign 츟 56-146-356
-sign 츠 56-246
-sign 측 56-246-1
-sign 츢 56-246-1-1
-sign 츣 56-246-1-3
-sign 츤 56-246-25
-sign 츥 56-246-25-13
-sign 츦 56-246-25-356
-sign 츧 56-246-35
-sign 츨 56-246-2
-sign 츩 56-246-2-1
-sign 츪 56-246-2-26
-sign 츫 56-246-2-12
-sign 츬 56-246-2-3
-sign 츭 56-246-2-236
-sign 츮 56-246-2-256
-sign 츯 56-246-2-356
-sign 츰 56-246-26
-sign 츱 56-246-12
-sign 츲 56-246-12-3
-sign 츳 56-246-3
-sign 츴 56-246-34
-sign 층 56-246-2356
-sign 츶 56-246-13
-sign 츷 56-246-23
-sign 츸 56-246-235
-sign 츹 56-246-236
-sign 츺 56-246-256
-sign 츻 56-246-356
-sign 츼 56-2456
-sign 츽 56-2456-1
-sign 츾 56-2456-1-1
-sign 츿 56-2456-1-3
-sign 칀 56-2456-25
-sign 칁 56-2456-25-13
-sign 칂 56-2456-25-356
-sign 칃 56-2456-35
-sign 칄 56-2456-2
-sign 칅 56-2456-2-1
-sign 칆 56-2456-2-26
-sign 칇 56-2456-2-12
-sign 칈 56-2456-2-3
-sign 칉 56-2456-2-236
-sign 칊 56-2456-2-256
-sign 칋 56-2456-2-356
-sign 칌 56-2456-26
-sign 칍 56-2456-12
-sign 칎 56-2456-12-3
-sign 칏 56-2456-3
-sign 칐 56-2456-34
-sign 칑 56-2456-2356
-sign 칒 56-2456-13
-sign 칓 56-2456-23
-sign 칔 56-2456-235
-sign 칕 56-2456-236
-sign 칖 56-2456-256
-sign 칗 56-2456-356
-sign 치 56-135
-sign 칙 56-135-1
-sign 칚 56-135-1-1
-sign 칛 56-135-1-3
-sign 친 56-135-25
-sign 칝 56-135-25-13
-sign 칞 56-135-25-356
-sign 칟 56-135-35
-sign 칠 56-135-2
-sign 칡 56-135-2-1
-sign 칢 56-135-2-26
-sign 칣 56-135-2-12
-sign 칤 56-135-2-3
-sign 칥 56-135-2-236
-sign 칦 56-135-2-256
-sign 칧 56-135-2-356
-sign 침 56-135-26
-sign 칩 56-135-12
-sign 칪 56-135-12-3
-sign 칫 56-135-3
-sign 칬 56-135-34
-sign 칭 56-135-2356
-sign 칮 56-135-13
-sign 칯 56-135-23
-sign 칰 56-135-235
-sign 칱 56-135-236
-sign 칲 56-135-256
-sign 칳 56-135-356
-sign 카 124-126
-sign 칵 124-126-1
-sign 칶 124-126-1-1
-sign 칷 124-126-1-3
-sign 칸 124-126-25
-sign 칹 124-126-25-13
-sign 칺 124-126-25-356
-sign 칻 124-126-35
-sign 칼 124-126-2
-sign 칽 124-126-2-1
-sign 칾 124-126-2-26
-sign 칿 124-126-2-12
-sign 캀 124-126-2-3
-sign 캁 124-126-2-236
-sign 캂 124-126-2-256
-sign 캃 124-126-2-356
-sign 캄 124-126-26
-sign 캅 124-126-12
-sign 캆 124-126-12-3
-sign 캇 124-126-3
-sign 캈 124-126-34
-sign 캉 124-126-2356
-sign 캊 124-126-13
-sign 캋 124-126-23
-sign 캌 124-126-235
-sign 캍 124-126-236
-sign 캎 124-126-256
-sign 캏 124-126-356
-sign 캐 124-1235
-sign 캑 124-1235-1
-sign 캒 124-1235-1-1
-sign 캓 124-1235-1-3
-sign 캔 124-1235-25
-sign 캕 124-1235-25-13
-sign 캖 124-1235-25-356
-sign 캗 124-1235-35
-sign 캘 124-1235-2
-sign 캙 124-1235-2-1
-sign 캚 124-1235-2-26
-sign 캛 124-1235-2-12
-sign 캜 124-1235-2-3
-sign 캝 124-1235-2-236
-sign 캞 124-1235-2-256
-sign 캟 124-1235-2-356
-sign 캠 124-1235-26
-sign 캡 124-1235-12
-sign 캢 124-1235-12-3
-sign 캣 124-1235-3
-sign 캤 124-1235-34
-sign 캥 124-1235-2356
-sign 캦 124-1235-13
-sign 캧 124-1235-23
-sign 캨 124-1235-235
-sign 캩 124-1235-236
-sign 캪 124-1235-256
-sign 캫 124-1235-356
-sign 캬 124-345
-sign 캭 124-345-1
-sign 캮 124-345-1-1
-sign 캯 124-345-1-3
-sign 캰 124-345-25
-sign 캱 124-345-25-13
-sign 캲 124-345-25-356
-sign 캳 124-345-35
-sign 캴 124-345-2
-sign 캵 124-345-2-1
-sign 캶 124-345-2-26
-sign 캷 124-345-2-12
-sign 캸 124-345-2-3
-sign 캹 124-345-2-236
-sign 캺 124-345-2-256
-sign 캻 124-345-2-356
-sign 캼 124-345-26
-sign 캽 124-345-12
-sign 캾 124-345-12-3
-sign 캿 124-345-3
-sign 컀 124-345-34
-sign 컁 124-345-2356
-sign 컂 124-345-13
-sign 컃 124-345-23
-sign 컄 124-345-235
-sign 컅 124-345-236
-sign 컆 124-345-256
-sign 컇 124-345-356
-sign 컈 124-345-1235
-sign 컉 124-345-1235-1
-sign 컊 124-345-1235-1-1
-sign 컋 124-345-1235-1-3
-sign 컌 124-345-1235-25
-sign 컍 124-345-1235-25-13
-sign 컎 124-345-1235-25-356
-sign 컏 124-345-1235-35
-sign 컐 124-345-1235-2
-sign 컑 124-345-1235-2-1
-sign 컒 124-345-1235-2-26
-sign 컓 124-345-1235-2-12
-sign 컔 124-345-1235-2-3
-sign 컕 124-345-1235-2-236
-sign 컖 124-345-1235-2-256
-sign 컗 124-345-1235-2-356
-sign 컘 124-345-1235-26
-sign 컙 124-345-1235-12
-sign 컚 124-345-1235-12-3
-sign 컛 124-345-1235-3
-sign 컜 124-345-1235-34
-sign 컝 124-345-1235-2356
-sign 컞 124-345-1235-13
-sign 컟 124-345-1235-23
-sign 컠 124-345-1235-235
-sign 컡 124-345-1235-236
-sign 컢 124-345-1235-256
-sign 컣 124-345-1235-356
-sign 커 124-234
-sign 컥 124-234-1
-sign 컦 124-234-1-1
-sign 컧 124-234-1-3
-sign 컨 124-234-25
-sign 컩 124-234-25-13
-sign 컪 124-234-25-356
-sign 컫 124-234-35
-sign 컬 124-234-2
-sign 컭 124-234-2-1
-sign 컮 124-234-2-26
-sign 컯 124-234-2-12
-sign 컰 124-234-2-3
-sign 컱 124-234-2-236
-sign 컲 124-234-2-256
-sign 컳 124-234-2-356
-sign 컴 124-234-26
-sign 컵 124-234-12
-sign 컶 124-234-12-3
-sign 컷 124-234-3
-sign 컸 124-234-34
-sign 컹 124-234-2356
-sign 컺 124-234-13
-sign 컻 124-234-23
-sign 컼 124-234-235
-sign 컽 124-234-236
-sign 컾 124-234-256
-sign 컿 124-234-356
-sign 케 124-1345
-sign 켁 124-1345-1
-sign 켂 124-1345-1-1
-sign 켃 124-1345-1-3
-sign 켄 124-1345-25
-sign 켅 124-1345-25-13
-sign 켆 124-1345-25-356
-sign 켇 124-1345-35
-sign 켈 124-1345-2
-sign 켉 124-1345-2-1
-sign 켊 124-1345-2-26
-sign 켋 124-1345-2-12
-sign 켌 124-1345-2-3
-sign 켍 124-1345-2-236
-sign 켎 124-1345-2-256
-sign 켏 124-1345-2-356
-sign 켐 124-1345-26
-sign 켑 124-1345-12
-sign 켒 124-1345-12-3
-sign 켓 124-1345-3
-sign 켔 124-1345-34
-sign 켕 124-1345-2356
-sign 켖 124-1345-13
-sign 켗 124-1345-23
-sign 켘 124-1345-235
-sign 켙 124-1345-236
-sign 켚 124-1345-256
-sign 켛 124-1345-356
-sign 켜 124-156
-sign 켝 124-156-1
-sign 켞 124-156-1-1
-sign 켟 124-156-1-3
-sign 켠 124-156-25
-sign 켡 124-156-25-13
-sign 켢 124-156-25-356
-sign 켣 124-156-35
-sign 켤 124-156-2
-sign 켥 124-156-2-1
-sign 켦 124-156-2-26
-sign 켧 124-156-2-12
-sign 켨 124-156-2-3
-sign 켩 124-156-2-236
-sign 켪 124-156-2-256
-sign 켫 124-156-2-356
-sign 켬 124-156-26
-sign 켭 124-156-12
-sign 켮 124-156-12-3
-sign 켯 124-156-3
-sign 켰 124-156-34
-sign 켱 124-156-2356
-sign 켲 124-156-13
-sign 켳 124-156-23
-sign 켴 124-156-235
-sign 켵 124-156-236
-sign 켶 124-156-256
-sign 켷 124-156-356
-sign 켸 124-34
-sign 켹 124-34-1
-sign 켺 124-34-1-1
-sign 켻 124-34-1-3
-sign 켼 124-34-25
-sign 켽 124-34-25-13
-sign 켾 124-34-25-356
-sign 켿 124-34-35
-sign 콀 124-34-2
-sign 콁 124-34-2-1
-sign 콂 124-34-2-26
-sign 콃 124-34-2-12
-sign 콄 124-34-2-3
-sign 콅 124-34-2-236
-sign 콆 124-34-2-256
-sign 콇 124-34-2-356
-sign 콈 124-34-26
-sign 콉 124-34-12
-sign 콊 124-34-12-3
-sign 콋 124-34-3
-sign 콌 124-34-34
-sign 콍 124-34-2356
-sign 콎 124-34-13
-sign 콏 124-34-23
-sign 콐 124-34-235
-sign 콑 124-34-236
-sign 콒 124-34-256
-sign 콓 124-34-356
-sign 코 124-136
-sign 콕 124-136-1
-sign 콖 124-136-1-1
-sign 콗 124-136-1-3
-sign 콘 124-136-25
-sign 콙 124-136-25-13
-sign 콚 124-136-25-356
-sign 콛 124-136-35
-sign 콜 124-136-2
-sign 콝 124-136-2-1
-sign 콞 124-136-2-26
-sign 콟 124-136-2-12
-sign 콠 124-136-2-3
-sign 콡 124-136-2-236
-sign 콢 124-136-2-256
-sign 콣 124-136-2-356
-sign 콤 124-136-26
-sign 콥 124-136-12
-sign 콦 124-136-12-3
-sign 콧 124-136-3
-sign 콨 124-136-34
-sign 콩 124-136-2356
-sign 콪 124-136-13
-sign 콫 124-136-23
-sign 콬 124-136-235
-sign 콭 124-136-236
-sign 콮 124-136-256
-sign 콯 124-136-356
-sign 콰 124-1236
-sign 콱 124-1236-1
-sign 콲 124-1236-1-1
-sign 콳 124-1236-1-3
-sign 콴 124-1236-25
-sign 콵 124-1236-25-13
-sign 콶 124-1236-25-356
-sign 콷 124-1236-35
-sign 콸 124-1236-2
-sign 콹 124-1236-2-1
-sign 콺 124-1236-2-26
-sign 콻 124-1236-2-12
-sign 콼 124-1236-2-3
-sign 콽 124-1236-2-236
-sign 콾 124-1236-2-256
-sign 콿 124-1236-2-356
-sign 쾀 124-1236-26
-sign 쾁 124-1236-12
-sign 쾂 124-1236-12-3
-sign 쾃 124-1236-3
-sign 쾄 124-1236-34
-sign 쾅 124-1236-2356
-sign 쾆 124-1236-13
-sign 쾇 124-1236-23
-sign 쾈 124-1236-235
-sign 쾉 124-1236-236
-sign 쾊 124-1236-256
-sign 쾋 124-1236-356
-sign 쾌 124-1236-1235
-sign 쾍 124-1236-1235-1
-sign 쾎 124-1236-1235-1-1
-sign 쾏 124-1236-1235-1-3
-sign 쾐 124-1236-1235-25
-sign 쾑 124-1236-1235-25-13
-sign 쾒 124-1236-1235-25-356
-sign 쾓 124-1236-1235-35
-sign 쾔 124-1236-1235-2
-sign 쾕 124-1236-1235-2-1
-sign 쾖 124-1236-1235-2-26
-sign 쾗 124-1236-1235-2-12
-sign 쾘 124-1236-1235-2-3
-sign 쾙 124-1236-1235-2-236
-sign 쾚 124-1236-1235-2-256
-sign 쾛 124-1236-1235-2-356
-sign 쾜 124-1236-1235-26
-sign 쾝 124-1236-1235-12
-sign 쾞 124-1236-1235-12-3
-sign 쾟 124-1236-1235-3
-sign 쾠 124-1236-1235-34
-sign 쾡 124-1236-1235-2356
-sign 쾢 124-1236-1235-13
-sign 쾣 124-1236-1235-23
-sign 쾤 124-1236-1235-235
-sign 쾥 124-1236-1235-236
-sign 쾦 124-1236-1235-256
-sign 쾧 124-1236-1235-356
-sign 쾨 124-13456
-sign 쾩 124-13456-1
-sign 쾪 124-13456-1-1
-sign 쾫 124-13456-1-3
-sign 쾬 124-13456-25
-sign 쾭 124-13456-25-13
-sign 쾮 124-13456-25-356
-sign 쾯 124-13456-35
-sign 쾰 124-13456-2
-sign 쾱 124-13456-2-1
-sign 쾲 124-13456-2-26
-sign 쾳 124-13456-2-12
-sign 쾴 124-13456-2-3
-sign 쾵 124-13456-2-236
-sign 쾶 124-13456-2-256
-sign 쾷 124-13456-2-356
-sign 쾸 124-13456-26
-sign 쾹 124-13456-12
-sign 쾺 124-13456-12-3
-sign 쾻 124-13456-3
-sign 쾼 124-13456-34
-sign 쾽 124-13456-2356
-sign 쾾 124-13456-13
-sign 쾿 124-13456-23
-sign 쿀 124-13456-235
-sign 쿁 124-13456-236
-sign 쿂 124-13456-256
-sign 쿃 124-13456-356
-sign 쿄 124-346
-sign 쿅 124-346-1
-sign 쿆 124-346-1-1
-sign 쿇 124-346-1-3
-sign 쿈 124-346-25
-sign 쿉 124-346-25-13
-sign 쿊 124-346-25-356
-sign 쿋 124-346-35
-sign 쿌 124-346-2
-sign 쿍 124-346-2-1
-sign 쿎 124-346-2-26
-sign 쿏 124-346-2-12
-sign 쿐 124-346-2-3
-sign 쿑 124-346-2-236
-sign 쿒 124-346-2-256
-sign 쿓 124-346-2-356
-sign 쿔 124-346-26
-sign 쿕 124-346-12
-sign 쿖 124-346-12-3
-sign 쿗 124-346-3
-sign 쿘 124-346-34
-sign 쿙 124-346-2356
-sign 쿚 124-346-13
-sign 쿛 124-346-23
-sign 쿜 124-346-235
-sign 쿝 124-346-236
-sign 쿞 124-346-256
-sign 쿟 124-346-356
-sign 쿠 124-134
-sign 쿡 124-134-1
-sign 쿢 124-134-1-1
-sign 쿣 124-134-1-3
-sign 쿤 124-134-25
-sign 쿥 124-134-25-13
-sign 쿦 124-134-25-356
-sign 쿧 124-134-35
-sign 쿨 124-134-2
-sign 쿩 124-134-2-1
-sign 쿪 124-134-2-26
-sign 쿫 124-134-2-12
-sign 쿬 124-134-2-3
-sign 쿭 124-134-2-236
-sign 쿮 124-134-2-256
-sign 쿯 124-134-2-356
-sign 쿰 124-134-26
-sign 쿱 124-134-12
-sign 쿲 124-134-12-3
-sign 쿳 124-134-3
-sign 쿴 124-134-34
-sign 쿵 124-134-2356
-sign 쿶 124-134-13
-sign 쿷 124-134-23
-sign 쿸 124-134-235
-sign 쿹 124-134-236
-sign 쿺 124-134-256
-sign 쿻 124-134-356
-sign 쿼 124-1234
-sign 쿽 124-1234-1
-sign 쿾 124-1234-1-1
-sign 쿿 124-1234-1-3
-sign 퀀 124-1234-25
-sign 퀁 124-1234-25-13
-sign 퀂 124-1234-25-356
-sign 퀃 124-1234-35
-sign 퀄 124-1234-2
-sign 퀅 124-1234-2-1
-sign 퀆 124-1234-2-26
-sign 퀇 124-1234-2-12
-sign 퀈 124-1234-2-3
-sign 퀉 124-1234-2-236
-sign 퀊 124-1234-2-256
-sign 퀋 124-1234-2-356
-sign 퀌 124-1234-26
-sign 퀍 124-1234-12
-sign 퀎 124-1234-12-3
-sign 퀏 124-1234-3
-sign 퀐 124-1234-34
-sign 퀑 124-1234-2356
-sign 퀒 124-1234-13
-sign 퀓 124-1234-23
-sign 퀔 124-1234-235
-sign 퀕 124-1234-236
-sign 퀖 124-1234-256
-sign 퀗 124-1234-356
-sign 퀘 124-1234-1235
-sign 퀙 124-1234-1235-1
-sign 퀚 124-1234-1235-1-1
-sign 퀛 124-1234-1235-1-3
-sign 퀜 124-1234-1235-25
-sign 퀝 124-1234-1235-25-13
-sign 퀞 124-1234-1235-25-356
-sign 퀟 124-1234-1235-35
-sign 퀠 124-1234-1235-2
-sign 퀡 124-1234-1235-2-1
-sign 퀢 124-1234-1235-2-26
-sign 퀣 124-1234-1235-2-12
-sign 퀤 124-1234-1235-2-3
-sign 퀥 124-1234-1235-2-236
-sign 퀦 124-1234-1235-2-256
-sign 퀧 124-1234-1235-2-356
-sign 퀨 124-1234-1235-26
-sign 퀩 124-1234-1235-12
-sign 퀪 124-1234-1235-12-3
-sign 퀫 124-1234-1235-3
-sign 퀬 124-1234-1235-34
-sign 퀭 124-1234-1235-2356
-sign 퀮 124-1234-1235-13
-sign 퀯 124-1234-1235-23
-sign 퀰 124-1234-1235-235
-sign 퀱 124-1234-1235-236
-sign 퀲 124-1234-1235-256
-sign 퀳 124-1234-1235-356
-sign 퀴 124-134-1235
-sign 퀵 124-134-1235-1
-sign 퀶 124-134-1235-1-1
-sign 퀷 124-134-1235-1-3
-sign 퀸 124-134-1235-25
-sign 퀹 124-134-1235-25-13
-sign 퀺 124-134-1235-25-356
-sign 퀻 124-134-1235-35
-sign 퀼 124-134-1235-2
-sign 퀽 124-134-1235-2-1
-sign 퀾 124-134-1235-2-26
-sign 퀿 124-134-1235-2-12
-sign 큀 124-134-1235-2-3
-sign 큁 124-134-1235-2-236
-sign 큂 124-134-1235-2-256
-sign 큃 124-134-1235-2-356
-sign 큄 124-134-1235-26
-sign 큅 124-134-1235-12
-sign 큆 124-134-1235-12-3
-sign 큇 124-134-1235-3
-sign 큈 124-134-1235-34
-sign 큉 124-134-1235-2356
-sign 큊 124-134-1235-13
-sign 큋 124-134-1235-23
-sign 큌 124-134-1235-235
-sign 큍 124-134-1235-236
-sign 큎 124-134-1235-256
-sign 큏 124-134-1235-356
-sign 큐 124-146
-sign 큑 124-146-1
-sign 큒 124-146-1-1
-sign 큓 124-146-1-3
-sign 큔 124-146-25
-sign 큕 124-146-25-13
-sign 큖 124-146-25-356
-sign 큗 124-146-35
-sign 큘 124-146-2
-sign 큙 124-146-2-1
-sign 큚 124-146-2-26
-sign 큛 124-146-2-12
-sign 큜 124-146-2-3
-sign 큝 124-146-2-236
-sign 큞 124-146-2-256
-sign 큟 124-146-2-356
-sign 큠 124-146-26
-sign 큡 124-146-12
-sign 큢 124-146-12-3
-sign 큣 124-146-3
-sign 큤 124-146-34
-sign 큥 124-146-2356
-sign 큦 124-146-13
-sign 큧 124-146-23
-sign 큨 124-146-235
-sign 큩 124-146-236
-sign 큪 124-146-256
-sign 큫 124-146-356
-sign 크 124-246
-sign 큭 124-246-1
-sign 큮 124-246-1-1
-sign 큯 124-246-1-3
-sign 큰 124-246-25
-sign 큱 124-246-25-13
-sign 큲 124-246-25-356
-sign 큳 124-246-35
-sign 클 124-246-2
-sign 큵 124-246-2-1
-sign 큶 124-246-2-26
-sign 큷 124-246-2-12
-sign 큸 124-246-2-3
-sign 큹 124-246-2-236
-sign 큺 124-246-2-256
-sign 큻 124-246-2-356
-sign 큼 124-246-26
-sign 큽 124-246-12
-sign 큾 124-246-12-3
-sign 큿 124-246-3
-sign 킀 124-246-34
-sign 킁 124-246-2356
-sign 킂 124-246-13
-sign 킃 124-246-23
-sign 킄 124-246-235
-sign 킅 124-246-236
-sign 킆 124-246-256
-sign 킇 124-246-356
-sign 킈 124-2456
-sign 킉 124-2456-1
-sign 킊 124-2456-1-1
-sign 킋 124-2456-1-3
-sign 킌 124-2456-25
-sign 킍 124-2456-25-13
-sign 킎 124-2456-25-356
-sign 킏 124-2456-35
-sign 킐 124-2456-2
-sign 킑 124-2456-2-1
-sign 킒 124-2456-2-26
-sign 킓 124-2456-2-12
-sign 킔 124-2456-2-3
-sign 킕 124-2456-2-236
-sign 킖 124-2456-2-256
-sign 킗 124-2456-2-356
-sign 킘 124-2456-26
-sign 킙 124-2456-12
-sign 킚 124-2456-12-3
-sign 킛 124-2456-3
-sign 킜 124-2456-34
-sign 킝 124-2456-2356
-sign 킞 124-2456-13
-sign 킟 124-2456-23
-sign 킠 124-2456-235
-sign 킡 124-2456-236
-sign 킢 124-2456-256
-sign 킣 124-2456-356
-sign 키 124-135
-sign 킥 124-135-1
-sign 킦 124-135-1-1
-sign 킧 124-135-1-3
-sign 킨 124-135-25
-sign 킩 124-135-25-13
-sign 킪 124-135-25-356
-sign 킫 124-135-35
-sign 킬 124-135-2
-sign 킭 124-135-2-1
-sign 킮 124-135-2-26
-sign 킯 124-135-2-12
-sign 킰 124-135-2-3
-sign 킱 124-135-2-236
-sign 킲 124-135-2-256
-sign 킳 124-135-2-356
-sign 킴 124-135-26
-sign 킵 124-135-12
-sign 킶 124-135-12-3
-sign 킷 124-135-3
-sign 킸 124-135-34
-sign 킹 124-135-2356
-sign 킺 124-135-13
-sign 킻 124-135-23
-sign 킼 124-135-235
-sign 킽 124-135-236
-sign 킾 124-135-256
-sign 킿 124-135-356
-sign 타 125-126
-sign 탁 125-126-1
-sign 탂 125-126-1-1
-sign 탃 125-126-1-3
-sign 탄 125-126-25
-sign 탅 125-126-25-13
-sign 탆 125-126-25-356
-sign 탇 125-126-35
-sign 탈 125-126-2
-sign 탉 125-126-2-1
-sign 탊 125-126-2-26
-sign 탋 125-126-2-12
-sign 탌 125-126-2-3
-sign 탍 125-126-2-236
-sign 탎 125-126-2-256
-sign 탏 125-126-2-356
-sign 탐 125-126-26
-sign 탑 125-126-12
-sign 탒 125-126-12-3
-sign 탓 125-126-3
-sign 탔 125-126-34
-sign 탕 125-126-2356
-sign 탖 125-126-13
-sign 탗 125-126-23
-sign 탘 125-126-235
-sign 탙 125-126-236
-sign 탚 125-126-256
-sign 탛 125-126-356
-sign 태 125-1235
-sign 택 125-1235-1
-sign 탞 125-1235-1-1
-sign 탟 125-1235-1-3
-sign 탠 125-1235-25
-sign 탡 125-1235-25-13
-sign 탢 125-1235-25-356
-sign 탣 125-1235-35
-sign 탤 125-1235-2
-sign 탥 125-1235-2-1
-sign 탦 125-1235-2-26
-sign 탧 125-1235-2-12
-sign 탨 125-1235-2-3
-sign 탩 125-1235-2-236
-sign 탪 125-1235-2-256
-sign 탫 125-1235-2-356
-sign 탬 125-1235-26
-sign 탭 125-1235-12
-sign 탮 125-1235-12-3
-sign 탯 125-1235-3
-sign 탰 125-1235-34
-sign 탱 125-1235-2356
-sign 탲 125-1235-13
-sign 탳 125-1235-23
-sign 탴 125-1235-235
-sign 탵 125-1235-236
-sign 탶 125-1235-256
-sign 탷 125-1235-356
-sign 탸 125-345
-sign 탹 125-345-1
-sign 탺 125-345-1-1
-sign 탻 125-345-1-3
-sign 탼 125-345-25
-sign 탽 125-345-25-13
-sign 탾 125-345-25-356
-sign 탿 125-345-35
-sign 턀 125-345-2
-sign 턁 125-345-2-1
-sign 턂 125-345-2-26
-sign 턃 125-345-2-12
-sign 턄 125-345-2-3
-sign 턅 125-345-2-236
-sign 턆 125-345-2-256
-sign 턇 125-345-2-356
-sign 턈 125-345-26
-sign 턉 125-345-12
-sign 턊 125-345-12-3
-sign 턋 125-345-3
-sign 턌 125-345-34
-sign 턍 125-345-2356
-sign 턎 125-345-13
-sign 턏 125-345-23
-sign 턐 125-345-235
-sign 턑 125-345-236
-sign 턒 125-345-256
-sign 턓 125-345-356
-sign 턔 125-345-1235
-sign 턕 125-345-1235-1
-sign 턖 125-345-1235-1-1
-sign 턗 125-345-1235-1-3
-sign 턘 125-345-1235-25
-sign 턙 125-345-1235-25-13
-sign 턚 125-345-1235-25-356
-sign 턛 125-345-1235-35
-sign 턜 125-345-1235-2
-sign 턝 125-345-1235-2-1
-sign 턞 125-345-1235-2-26
-sign 턟 125-345-1235-2-12
-sign 턠 125-345-1235-2-3
-sign 턡 125-345-1235-2-236
-sign 턢 125-345-1235-2-256
-sign 턣 125-345-1235-2-356
-sign 턤 125-345-1235-26
-sign 턥 125-345-1235-12
-sign 턦 125-345-1235-12-3
-sign 턧 125-345-1235-3
-sign 턨 125-345-1235-34
-sign 턩 125-345-1235-2356
-sign 턪 125-345-1235-13
-sign 턫 125-345-1235-23
-sign 턬 125-345-1235-235
-sign 턭 125-345-1235-236
-sign 턮 125-345-1235-256
-sign 턯 125-345-1235-356
-sign 터 125-234
-sign 턱 125-234-1
-sign 턲 125-234-1-1
-sign 턳 125-234-1-3
-sign 턴 125-234-25
-sign 턵 125-234-25-13
-sign 턶 125-234-25-356
-sign 턷 125-234-35
-sign 털 125-234-2
-sign 턹 125-234-2-1
-sign 턺 125-234-2-26
-sign 턻 125-234-2-12
-sign 턼 125-234-2-3
-sign 턽 125-234-2-236
-sign 턾 125-234-2-256
-sign 턿 125-234-2-356
-sign 텀 125-234-26
-sign 텁 125-234-12
-sign 텂 125-234-12-3
-sign 텃 125-234-3
-sign 텄 125-234-34
-sign 텅 125-234-2356
-sign 텆 125-234-13
-sign 텇 125-234-23
-sign 텈 125-234-235
-sign 텉 125-234-236
-sign 텊 125-234-256
-sign 텋 125-234-356
-sign 테 125-1345
-sign 텍 125-1345-1
-sign 텎 125-1345-1-1
-sign 텏 125-1345-1-3
-sign 텐 125-1345-25
-sign 텑 125-1345-25-13
-sign 텒 125-1345-25-356
-sign 텓 125-1345-35
-sign 텔 125-1345-2
-sign 텕 125-1345-2-1
-sign 텖 125-1345-2-26
-sign 텗 125-1345-2-12
-sign 텘 125-1345-2-3
-sign 텙 125-1345-2-236
-sign 텚 125-1345-2-256
-sign 텛 125-1345-2-356
-sign 템 125-1345-26
-sign 텝 125-1345-12
-sign 텞 125-1345-12-3
-sign 텟 125-1345-3
-sign 텠 125-1345-34
-sign 텡 125-1345-2356
-sign 텢 125-1345-13
-sign 텣 125-1345-23
-sign 텤 125-1345-235
-sign 텥 125-1345-236
-sign 텦 125-1345-256
-sign 텧 125-1345-356
-sign 텨 125-156
-sign 텩 125-156-1
-sign 텪 125-156-1-1
-sign 텫 125-156-1-3
-sign 텬 125-156-25
-sign 텭 125-156-25-13
-sign 텮 125-156-25-356
-sign 텯 125-156-35
-sign 텰 125-156-2
-sign 텱 125-156-2-1
-sign 텲 125-156-2-26
-sign 텳 125-156-2-12
-sign 텴 125-156-2-3
-sign 텵 125-156-2-236
-sign 텶 125-156-2-256
-sign 텷 125-156-2-356
-sign 텸 125-156-26
-sign 텹 125-156-12
-sign 텺 125-156-12-3
-sign 텻 125-156-3
-sign 텼 125-156-34
-sign 텽 125-156-2356
-sign 텾 125-156-13
-sign 텿 125-156-23
-sign 톀 125-156-235
-sign 톁 125-156-236
-sign 톂 125-156-256
-sign 톃 125-156-356
-sign 톄 125-34
-sign 톅 125-34-1
-sign 톆 125-34-1-1
-sign 톇 125-34-1-3
-sign 톈 125-34-25
-sign 톉 125-34-25-13
-sign 톊 125-34-25-356
-sign 톋 125-34-35
-sign 톌 125-34-2
-sign 톍 125-34-2-1
-sign 톎 125-34-2-26
-sign 톏 125-34-2-12
-sign 톐 125-34-2-3
-sign 톑 125-34-2-236
-sign 톒 125-34-2-256
-sign 톓 125-34-2-356
-sign 톔 125-34-26
-sign 톕 125-34-12
-sign 톖 125-34-12-3
-sign 톗 125-34-3
-sign 톘 125-34-34
-sign 톙 125-34-2356
-sign 톚 125-34-13
-sign 톛 125-34-23
-sign 톜 125-34-235
-sign 톝 125-34-236
-sign 톞 125-34-256
-sign 톟 125-34-356
-sign 토 125-136
-sign 톡 125-136-1
-sign 톢 125-136-1-1
-sign 톣 125-136-1-3
-sign 톤 125-136-25
-sign 톥 125-136-25-13
-sign 톦 125-136-25-356
-sign 톧 125-136-35
-sign 톨 125-136-2
-sign 톩 125-136-2-1
-sign 톪 125-136-2-26
-sign 톫 125-136-2-12
-sign 톬 125-136-2-3
-sign 톭 125-136-2-236
-sign 톮 125-136-2-256
-sign 톯 125-136-2-356
-sign 톰 125-136-26
-sign 톱 125-136-12
-sign 톲 125-136-12-3
-sign 톳 125-136-3
-sign 톴 125-136-34
-sign 통 125-136-2356
-sign 톶 125-136-13
-sign 톷 125-136-23
-sign 톸 125-136-235
-sign 톹 125-136-236
-sign 톺 125-136-256
-sign 톻 125-136-356
-sign 톼 125-1236
-sign 톽 125-1236-1
-sign 톾 125-1236-1-1
-sign 톿 125-1236-1-3
-sign 퇀 125-1236-25
-sign 퇁 125-1236-25-13
-sign 퇂 125-1236-25-356
-sign 퇃 125-1236-35
-sign 퇄 125-1236-2
-sign 퇅 125-1236-2-1
-sign 퇆 125-1236-2-26
-sign 퇇 125-1236-2-12
-sign 퇈 125-1236-2-3
-sign 퇉 125-1236-2-236
-sign 퇊 125-1236-2-256
-sign 퇋 125-1236-2-356
-sign 퇌 125-1236-26
-sign 퇍 125-1236-12
-sign 퇎 125-1236-12-3
-sign 퇏 125-1236-3
-sign 퇐 125-1236-34
-sign 퇑 125-1236-2356
-sign 퇒 125-1236-13
-sign 퇓 125-1236-23
-sign 퇔 125-1236-235
-sign 퇕 125-1236-236
-sign 퇖 125-1236-256
-sign 퇗 125-1236-356
-sign 퇘 125-1236-1235
-sign 퇙 125-1236-1235-1
-sign 퇚 125-1236-1235-1-1
-sign 퇛 125-1236-1235-1-3
-sign 퇜 125-1236-1235-25
-sign 퇝 125-1236-1235-25-13
-sign 퇞 125-1236-1235-25-356
-sign 퇟 125-1236-1235-35
-sign 퇠 125-1236-1235-2
-sign 퇡 125-1236-1235-2-1
-sign 퇢 125-1236-1235-2-26
-sign 퇣 125-1236-1235-2-12
-sign 퇤 125-1236-1235-2-3
-sign 퇥 125-1236-1235-2-236
-sign 퇦 125-1236-1235-2-256
-sign 퇧 125-1236-1235-2-356
-sign 퇨 125-1236-1235-26
-sign 퇩 125-1236-1235-12
-sign 퇪 125-1236-1235-12-3
-sign 퇫 125-1236-1235-3
-sign 퇬 125-1236-1235-34
-sign 퇭 125-1236-1235-2356
-sign 퇮 125-1236-1235-13
-sign 퇯 125-1236-1235-23
-sign 퇰 125-1236-1235-235
-sign 퇱 125-1236-1235-236
-sign 퇲 125-1236-1235-256
-sign 퇳 125-1236-1235-356
-sign 퇴 125-13456
-sign 퇵 125-13456-1
-sign 퇶 125-13456-1-1
-sign 퇷 125-13456-1-3
-sign 퇸 125-13456-25
-sign 퇹 125-13456-25-13
-sign 퇺 125-13456-25-356
-sign 퇻 125-13456-35
-sign 퇼 125-13456-2
-sign 퇽 125-13456-2-1
-sign 퇾 125-13456-2-26
-sign 퇿 125-13456-2-12
-sign 툀 125-13456-2-3
-sign 툁 125-13456-2-236
-sign 툂 125-13456-2-256
-sign 툃 125-13456-2-356
-sign 툄 125-13456-26
-sign 툅 125-13456-12
-sign 툆 125-13456-12-3
-sign 툇 125-13456-3
-sign 툈 125-13456-34
-sign 툉 125-13456-2356
-sign 툊 125-13456-13
-sign 툋 125-13456-23
-sign 툌 125-13456-235
-sign 툍 125-13456-236
-sign 툎 125-13456-256
-sign 툏 125-13456-356
-sign 툐 125-346
-sign 툑 125-346-1
-sign 툒 125-346-1-1
-sign 툓 125-346-1-3
-sign 툔 125-346-25
-sign 툕 125-346-25-13
-sign 툖 125-346-25-356
-sign 툗 125-346-35
-sign 툘 125-346-2
-sign 툙 125-346-2-1
-sign 툚 125-346-2-26
-sign 툛 125-346-2-12
-sign 툜 125-346-2-3
-sign 툝 125-346-2-236
-sign 툞 125-346-2-256
-sign 툟 125-346-2-356
-sign 툠 125-346-26
-sign 툡 125-346-12
-sign 툢 125-346-12-3
-sign 툣 125-346-3
-sign 툤 125-346-34
-sign 툥 125-346-2356
-sign 툦 125-346-13
-sign 툧 125-346-23
-sign 툨 125-346-235
-sign 툩 125-346-236
-sign 툪 125-346-256
-sign 툫 125-346-356
-sign 투 125-134
-sign 툭 125-134-1
-sign 툮 125-134-1-1
-sign 툯 125-134-1-3
-sign 툰 125-134-25
-sign 툱 125-134-25-13
-sign 툲 125-134-25-356
-sign 툳 125-134-35
-sign 툴 125-134-2
-sign 툵 125-134-2-1
-sign 툶 125-134-2-26
-sign 툷 125-134-2-12
-sign 툸 125-134-2-3
-sign 툹 125-134-2-236
-sign 툺 125-134-2-256
-sign 툻 125-134-2-356
-sign 툼 125-134-26
-sign 툽 125-134-12
-sign 툾 125-134-12-3
-sign 툿 125-134-3
-sign 퉀 125-134-34
-sign 퉁 125-134-2356
-sign 퉂 125-134-13
-sign 퉃 125-134-23
-sign 퉄 125-134-235
-sign 퉅 125-134-236
-sign 퉆 125-134-256
-sign 퉇 125-134-356
-sign 퉈 125-1234
-sign 퉉 125-1234-1
-sign 퉊 125-1234-1-1
-sign 퉋 125-1234-1-3
-sign 퉌 125-1234-25
-sign 퉍 125-1234-25-13
-sign 퉎 125-1234-25-356
-sign 퉏 125-1234-35
-sign 퉐 125-1234-2
-sign 퉑 125-1234-2-1
-sign 퉒 125-1234-2-26
-sign 퉓 125-1234-2-12
-sign 퉔 125-1234-2-3
-sign 퉕 125-1234-2-236
-sign 퉖 125-1234-2-256
-sign 퉗 125-1234-2-356
-sign 퉘 125-1234-26
-sign 퉙 125-1234-12
-sign 퉚 125-1234-12-3
-sign 퉛 125-1234-3
-sign 퉜 125-1234-34
-sign 퉝 125-1234-2356
-sign 퉞 125-1234-13
-sign 퉟 125-1234-23
-sign 퉠 125-1234-235
-sign 퉡 125-1234-236
-sign 퉢 125-1234-256
-sign 퉣 125-1234-356
-sign 퉤 125-1234-1235
-sign 퉥 125-1234-1235-1
-sign 퉦 125-1234-1235-1-1
-sign 퉧 125-1234-1235-1-3
-sign 퉨 125-1234-1235-25
-sign 퉩 125-1234-1235-25-13
-sign 퉪 125-1234-1235-25-356
-sign 퉫 125-1234-1235-35
-sign 퉬 125-1234-1235-2
-sign 퉭 125-1234-1235-2-1
-sign 퉮 125-1234-1235-2-26
-sign 퉯 125-1234-1235-2-12
-sign 퉰 125-1234-1235-2-3
-sign 퉱 125-1234-1235-2-236
-sign 퉲 125-1234-1235-2-256
-sign 퉳 125-1234-1235-2-356
-sign 퉴 125-1234-1235-26
-sign 퉵 125-1234-1235-12
-sign 퉶 125-1234-1235-12-3
-sign 퉷 125-1234-1235-3
-sign 퉸 125-1234-1235-34
-sign 퉹 125-1234-1235-2356
-sign 퉺 125-1234-1235-13
-sign 퉻 125-1234-1235-23
-sign 퉼 125-1234-1235-235
-sign 퉽 125-1234-1235-236
-sign 퉾 125-1234-1235-256
-sign 퉿 125-1234-1235-356
-sign 튀 125-134-1235
-sign 튁 125-134-1235-1
-sign 튂 125-134-1235-1-1
-sign 튃 125-134-1235-1-3
-sign 튄 125-134-1235-25
-sign 튅 125-134-1235-25-13
-sign 튆 125-134-1235-25-356
-sign 튇 125-134-1235-35
-sign 튈 125-134-1235-2
-sign 튉 125-134-1235-2-1
-sign 튊 125-134-1235-2-26
-sign 튋 125-134-1235-2-12
-sign 튌 125-134-1235-2-3
-sign 튍 125-134-1235-2-236
-sign 튎 125-134-1235-2-256
-sign 튏 125-134-1235-2-356
-sign 튐 125-134-1235-26
-sign 튑 125-134-1235-12
-sign 튒 125-134-1235-12-3
-sign 튓 125-134-1235-3
-sign 튔 125-134-1235-34
-sign 튕 125-134-1235-2356
-sign 튖 125-134-1235-13
-sign 튗 125-134-1235-23
-sign 튘 125-134-1235-235
-sign 튙 125-134-1235-236
-sign 튚 125-134-1235-256
-sign 튛 125-134-1235-356
-sign 튜 125-146
-sign 튝 125-146-1
-sign 튞 125-146-1-1
-sign 튟 125-146-1-3
-sign 튠 125-146-25
-sign 튡 125-146-25-13
-sign 튢 125-146-25-356
-sign 튣 125-146-35
-sign 튤 125-146-2
-sign 튥 125-146-2-1
-sign 튦 125-146-2-26
-sign 튧 125-146-2-12
-sign 튨 125-146-2-3
-sign 튩 125-146-2-236
-sign 튪 125-146-2-256
-sign 튫 125-146-2-356
-sign 튬 125-146-26
-sign 튭 125-146-12
-sign 튮 125-146-12-3
-sign 튯 125-146-3
-sign 튰 125-146-34
-sign 튱 125-146-2356
-sign 튲 125-146-13
-sign 튳 125-146-23
-sign 튴 125-146-235
-sign 튵 125-146-236
-sign 튶 125-146-256
-sign 튷 125-146-356
-sign 트 125-246
-sign 특 125-246-1
-sign 튺 125-246-1-1
-sign 튻 125-246-1-3
-sign 튼 125-246-25
-sign 튽 125-246-25-13
-sign 튾 125-246-25-356
-sign 튿 125-246-35
-sign 틀 125-246-2
-sign 틁 125-246-2-1
-sign 틂 125-246-2-26
-sign 틃 125-246-2-12
-sign 틄 125-246-2-3
-sign 틅 125-246-2-236
-sign 틆 125-246-2-256
-sign 틇 125-246-2-356
-sign 틈 125-246-26
-sign 틉 125-246-12
-sign 틊 125-246-12-3
-sign 틋 125-246-3
-sign 틌 125-246-34
-sign 틍 125-246-2356
-sign 틎 125-246-13
-sign 틏 125-246-23
-sign 틐 125-246-235
-sign 틑 125-246-236
-sign 틒 125-246-256
-sign 틓 125-246-356
-sign 틔 125-2456
-sign 틕 125-2456-1
-sign 틖 125-2456-1-1
-sign 틗 125-2456-1-3
-sign 틘 125-2456-25
-sign 틙 125-2456-25-13
-sign 틚 125-2456-25-356
-sign 틛 125-2456-35
-sign 틜 125-2456-2
-sign 틝 125-2456-2-1
-sign 틞 125-2456-2-26
-sign 틟 125-2456-2-12
-sign 틠 125-2456-2-3
-sign 틡 125-2456-2-236
-sign 틢 125-2456-2-256
-sign 틣 125-2456-2-356
-sign 틤 125-2456-26
-sign 틥 125-2456-12
-sign 틦 125-2456-12-3
-sign 틧 125-2456-3
-sign 틨 125-2456-34
-sign 틩 125-2456-2356
-sign 틪 125-2456-13
-sign 틫 125-2456-23
-sign 틬 125-2456-235
-sign 틭 125-2456-236
-sign 틮 125-2456-256
-sign 틯 125-2456-356
-sign 티 125-135
-sign 틱 125-135-1
-sign 틲 125-135-1-1
-sign 틳 125-135-1-3
-sign 틴 125-135-25
-sign 틵 125-135-25-13
-sign 틶 125-135-25-356
-sign 틷 125-135-35
-sign 틸 125-135-2
-sign 틹 125-135-2-1
-sign 틺 125-135-2-26
-sign 틻 125-135-2-12
-sign 틼 125-135-2-3
-sign 틽 125-135-2-236
-sign 틾 125-135-2-256
-sign 틿 125-135-2-356
-sign 팀 125-135-26
-sign 팁 125-135-12
-sign 팂 125-135-12-3
-sign 팃 125-135-3
-sign 팄 125-135-34
-sign 팅 125-135-2356
-sign 팆 125-135-13
-sign 팇 125-135-23
-sign 팈 125-135-235
-sign 팉 125-135-236
-sign 팊 125-135-256
-sign 팋 125-135-356
-sign 파 145-126
-sign 팍 145-126-1
-sign 팎 145-126-1-1
-sign 팏 145-126-1-3
-sign 판 145-126-25
-sign 팑 145-126-25-13
-sign 팒 145-126-25-356
-sign 팓 145-126-35
-sign 팔 145-126-2
-sign 팕 145-126-2-1
-sign 팖 145-126-2-26
-sign 팗 145-126-2-12
-sign 팘 145-126-2-3
-sign 팙 145-126-2-236
-sign 팚 145-126-2-256
-sign 팛 145-126-2-356
-sign 팜 145-126-26
-sign 팝 145-126-12
-sign 팞 145-126-12-3
-sign 팟 145-126-3
-sign 팠 145-126-34
-sign 팡 145-126-2356
-sign 팢 145-126-13
-sign 팣 145-126-23
-sign 팤 145-126-235
-sign 팥 145-126-236
-sign 팦 145-126-256
-sign 팧 145-126-356
-sign 패 145-1235
-sign 팩 145-1235-1
-sign 팪 145-1235-1-1
-sign 팫 145-1235-1-3
-sign 팬 145-1235-25
-sign 팭 145-1235-25-13
-sign 팮 145-1235-25-356
-sign 팯 145-1235-35
-sign 팰 145-1235-2
-sign 팱 145-1235-2-1
-sign 팲 145-1235-2-26
-sign 팳 145-1235-2-12
-sign 팴 145-1235-2-3
-sign 팵 145-1235-2-236
-sign 팶 145-1235-2-256
-sign 팷 145-1235-2-356
-sign 팸 145-1235-26
-sign 팹 145-1235-12
-sign 팺 145-1235-12-3
-sign 팻 145-1235-3
-sign 팼 145-1235-34
-sign 팽 145-1235-2356
-sign 팾 145-1235-13
-sign 팿 145-1235-23
-sign 퍀 145-1235-235
-sign 퍁 145-1235-236
-sign 퍂 145-1235-256
-sign 퍃 145-1235-356
-sign 퍄 145-345
-sign 퍅 145-345-1
-sign 퍆 145-345-1-1
-sign 퍇 145-345-1-3
-sign 퍈 145-345-25
-sign 퍉 145-345-25-13
-sign 퍊 145-345-25-356
-sign 퍋 145-345-35
-sign 퍌 145-345-2
-sign 퍍 145-345-2-1
-sign 퍎 145-345-2-26
-sign 퍏 145-345-2-12
-sign 퍐 145-345-2-3
-sign 퍑 145-345-2-236
-sign 퍒 145-345-2-256
-sign 퍓 145-345-2-356
-sign 퍔 145-345-26
-sign 퍕 145-345-12
-sign 퍖 145-345-12-3
-sign 퍗 145-345-3
-sign 퍘 145-345-34
-sign 퍙 145-345-2356
-sign 퍚 145-345-13
-sign 퍛 145-345-23
-sign 퍜 145-345-235
-sign 퍝 145-345-236
-sign 퍞 145-345-256
-sign 퍟 145-345-356
-sign 퍠 145-345-1235
-sign 퍡 145-345-1235-1
-sign 퍢 145-345-1235-1-1
-sign 퍣 145-345-1235-1-3
-sign 퍤 145-345-1235-25
-sign 퍥 145-345-1235-25-13
-sign 퍦 145-345-1235-25-356
-sign 퍧 145-345-1235-35
-sign 퍨 145-345-1235-2
-sign 퍩 145-345-1235-2-1
-sign 퍪 145-345-1235-2-26
-sign 퍫 145-345-1235-2-12
-sign 퍬 145-345-1235-2-3
-sign 퍭 145-345-1235-2-236
-sign 퍮 145-345-1235-2-256
-sign 퍯 145-345-1235-2-356
-sign 퍰 145-345-1235-26
-sign 퍱 145-345-1235-12
-sign 퍲 145-345-1235-12-3
-sign 퍳 145-345-1235-3
-sign 퍴 145-345-1235-34
-sign 퍵 145-345-1235-2356
-sign 퍶 145-345-1235-13
-sign 퍷 145-345-1235-23
-sign 퍸 145-345-1235-235
-sign 퍹 145-345-1235-236
-sign 퍺 145-345-1235-256
-sign 퍻 145-345-1235-356
-sign 퍼 145-234
-sign 퍽 145-234-1
-sign 퍾 145-234-1-1
-sign 퍿 145-234-1-3
-sign 펀 145-234-25
-sign 펁 145-234-25-13
-sign 펂 145-234-25-356
-sign 펃 145-234-35
-sign 펄 145-234-2
-sign 펅 145-234-2-1
-sign 펆 145-234-2-26
-sign 펇 145-234-2-12
-sign 펈 145-234-2-3
-sign 펉 145-234-2-236
-sign 펊 145-234-2-256
-sign 펋 145-234-2-356
-sign 펌 145-234-26
-sign 펍 145-234-12
-sign 펎 145-234-12-3
-sign 펏 145-234-3
-sign 펐 145-234-34
-sign 펑 145-234-2356
-sign 펒 145-234-13
-sign 펓 145-234-23
-sign 펔 145-234-235
-sign 펕 145-234-236
-sign 펖 145-234-256
-sign 펗 145-234-356
-sign 페 145-1345
-sign 펙 145-1345-1
-sign 펚 145-1345-1-1
-sign 펛 145-1345-1-3
-sign 펜 145-1345-25
-sign 펝 145-1345-25-13
-sign 펞 145-1345-25-356
-sign 펟 145-1345-35
-sign 펠 145-1345-2
-sign 펡 145-1345-2-1
-sign 펢 145-1345-2-26
-sign 펣 145-1345-2-12
-sign 펤 145-1345-2-3
-sign 펥 145-1345-2-236
-sign 펦 145-1345-2-256
-sign 펧 145-1345-2-356
-sign 펨 145-1345-26
-sign 펩 145-1345-12
-sign 펪 145-1345-12-3
-sign 펫 145-1345-3
-sign 펬 145-1345-34
-sign 펭 145-1345-2356
-sign 펮 145-1345-13
-sign 펯 145-1345-23
-sign 펰 145-1345-235
-sign 펱 145-1345-236
-sign 펲 145-1345-256
-sign 펳 145-1345-356
-sign 펴 145-156
-sign 펵 145-156-1
-sign 펶 145-156-1-1
-sign 펷 145-156-1-3
-sign 편 145-156-25
-sign 펹 145-156-25-13
-sign 펺 145-156-25-356
-sign 펻 145-156-35
-sign 펼 145-156-2
-sign 펽 145-156-2-1
-sign 펾 145-156-2-26
-sign 펿 145-156-2-12
-sign 폀 145-156-2-3
-sign 폁 145-156-2-236
-sign 폂 145-156-2-256
-sign 폃 145-156-2-356
-sign 폄 145-156-26
-sign 폅 145-156-12
-sign 폆 145-156-12-3
-sign 폇 145-156-3
-sign 폈 145-156-34
-sign 평 145-156-2356
-sign 폊 145-156-13
-sign 폋 145-156-23
-sign 폌 145-156-235
-sign 폍 145-156-236
-sign 폎 145-156-256
-sign 폏 145-156-356
-sign 폐 145-34
-sign 폑 145-34-1
-sign 폒 145-34-1-1
-sign 폓 145-34-1-3
-sign 폔 145-34-25
-sign 폕 145-34-25-13
-sign 폖 145-34-25-356
-sign 폗 145-34-35
-sign 폘 145-34-2
-sign 폙 145-34-2-1
-sign 폚 145-34-2-26
-sign 폛 145-34-2-12
-sign 폜 145-34-2-3
-sign 폝 145-34-2-236
-sign 폞 145-34-2-256
-sign 폟 145-34-2-356
-sign 폠 145-34-26
-sign 폡 145-34-12
-sign 폢 145-34-12-3
-sign 폣 145-34-3
-sign 폤 145-34-34
-sign 폥 145-34-2356
-sign 폦 145-34-13
-sign 폧 145-34-23
-sign 폨 145-34-235
-sign 폩 145-34-236
-sign 폪 145-34-256
-sign 폫 145-34-356
-sign 포 145-136
-sign 폭 145-136-1
-sign 폮 145-136-1-1
-sign 폯 145-136-1-3
-sign 폰 145-136-25
-sign 폱 145-136-25-13
-sign 폲 145-136-25-356
-sign 폳 145-136-35
-sign 폴 145-136-2
-sign 폵 145-136-2-1
-sign 폶 145-136-2-26
-sign 폷 145-136-2-12
-sign 폸 145-136-2-3
-sign 폹 145-136-2-236
-sign 폺 145-136-2-256
-sign 폻 145-136-2-356
-sign 폼 145-136-26
-sign 폽 145-136-12
-sign 폾 145-136-12-3
-sign 폿 145-136-3
-sign 퐀 145-136-34
-sign 퐁 145-136-2356
-sign 퐂 145-136-13
-sign 퐃 145-136-23
-sign 퐄 145-136-235
-sign 퐅 145-136-236
-sign 퐆 145-136-256
-sign 퐇 145-136-356
-sign 퐈 145-1236
-sign 퐉 145-1236-1
-sign 퐊 145-1236-1-1
-sign 퐋 145-1236-1-3
-sign 퐌 145-1236-25
-sign 퐍 145-1236-25-13
-sign 퐎 145-1236-25-356
-sign 퐏 145-1236-35
-sign 퐐 145-1236-2
-sign 퐑 145-1236-2-1
-sign 퐒 145-1236-2-26
-sign 퐓 145-1236-2-12
-sign 퐔 145-1236-2-3
-sign 퐕 145-1236-2-236
-sign 퐖 145-1236-2-256
-sign 퐗 145-1236-2-356
-sign 퐘 145-1236-26
-sign 퐙 145-1236-12
-sign 퐚 145-1236-12-3
-sign 퐛 145-1236-3
-sign 퐜 145-1236-34
-sign 퐝 145-1236-2356
-sign 퐞 145-1236-13
-sign 퐟 145-1236-23
-sign 퐠 145-1236-235
-sign 퐡 145-1236-236
-sign 퐢 145-1236-256
-sign 퐣 145-1236-356
-sign 퐤 145-1236-1235
-sign 퐥 145-1236-1235-1
-sign 퐦 145-1236-1235-1-1
-sign 퐧 145-1236-1235-1-3
-sign 퐨 145-1236-1235-25
-sign 퐩 145-1236-1235-25-13
-sign 퐪 145-1236-1235-25-356
-sign 퐫 145-1236-1235-35
-sign 퐬 145-1236-1235-2
-sign 퐭 145-1236-1235-2-1
-sign 퐮 145-1236-1235-2-26
-sign 퐯 145-1236-1235-2-12
-sign 퐰 145-1236-1235-2-3
-sign 퐱 145-1236-1235-2-236
-sign 퐲 145-1236-1235-2-256
-sign 퐳 145-1236-1235-2-356
-sign 퐴 145-1236-1235-26
-sign 퐵 145-1236-1235-12
-sign 퐶 145-1236-1235-12-3
-sign 퐷 145-1236-1235-3
-sign 퐸 145-1236-1235-34
-sign 퐹 145-1236-1235-2356
-sign 퐺 145-1236-1235-13
-sign 퐻 145-1236-1235-23
-sign 퐼 145-1236-1235-235
-sign 퐽 145-1236-1235-236
-sign 퐾 145-1236-1235-256
-sign 퐿 145-1236-1235-356
-sign 푀 145-13456
-sign 푁 145-13456-1
-sign 푂 145-13456-1-1
-sign 푃 145-13456-1-3
-sign 푄 145-13456-25
-sign 푅 145-13456-25-13
-sign 푆 145-13456-25-356
-sign 푇 145-13456-35
-sign 푈 145-13456-2
-sign 푉 145-13456-2-1
-sign 푊 145-13456-2-26
-sign 푋 145-13456-2-12
-sign 푌 145-13456-2-3
-sign 푍 145-13456-2-236
-sign 푎 145-13456-2-256
-sign 푏 145-13456-2-356
-sign 푐 145-13456-26
-sign 푑 145-13456-12
-sign 푒 145-13456-12-3
-sign 푓 145-13456-3
-sign 푔 145-13456-34
-sign 푕 145-13456-2356
-sign 푖 145-13456-13
-sign 푗 145-13456-23
-sign 푘 145-13456-235
-sign 푙 145-13456-236
-sign 푚 145-13456-256
-sign 푛 145-13456-356
-sign 표 145-346
-sign 푝 145-346-1
-sign 푞 145-346-1-1
-sign 푟 145-346-1-3
-sign 푠 145-346-25
-sign 푡 145-346-25-13
-sign 푢 145-346-25-356
-sign 푣 145-346-35
-sign 푤 145-346-2
-sign 푥 145-346-2-1
-sign 푦 145-346-2-26
-sign 푧 145-346-2-12
-sign 푨 145-346-2-3
-sign 푩 145-346-2-236
-sign 푪 145-346-2-256
-sign 푫 145-346-2-356
-sign 푬 145-346-26
-sign 푭 145-346-12
-sign 푮 145-346-12-3
-sign 푯 145-346-3
-sign 푰 145-346-34
-sign 푱 145-346-2356
-sign 푲 145-346-13
-sign 푳 145-346-23
-sign 푴 145-346-235
-sign 푵 145-346-236
-sign 푶 145-346-256
-sign 푷 145-346-356
-sign 푸 145-134
-sign 푹 145-134-1
-sign 푺 145-134-1-1
-sign 푻 145-134-1-3
-sign 푼 145-134-25
-sign 푽 145-134-25-13
-sign 푾 145-134-25-356
-sign 푿 145-134-35
-sign 풀 145-134-2
-sign 풁 145-134-2-1
-sign 풂 145-134-2-26
-sign 풃 145-134-2-12
-sign 풄 145-134-2-3
-sign 풅 145-134-2-236
-sign 풆 145-134-2-256
-sign 풇 145-134-2-356
-sign 품 145-134-26
-sign 풉 145-134-12
-sign 풊 145-134-12-3
-sign 풋 145-134-3
-sign 풌 145-134-34
-sign 풍 145-134-2356
-sign 풎 145-134-13
-sign 풏 145-134-23
-sign 풐 145-134-235
-sign 풑 145-134-236
-sign 풒 145-134-256
-sign 풓 145-134-356
-sign 풔 145-1234
-sign 풕 145-1234-1
-sign 풖 145-1234-1-1
-sign 풗 145-1234-1-3
-sign 풘 145-1234-25
-sign 풙 145-1234-25-13
-sign 풚 145-1234-25-356
-sign 풛 145-1234-35
-sign 풜 145-1234-2
-sign 풝 145-1234-2-1
-sign 풞 145-1234-2-26
-sign 풟 145-1234-2-12
-sign 풠 145-1234-2-3
-sign 풡 145-1234-2-236
-sign 풢 145-1234-2-256
-sign 풣 145-1234-2-356
-sign 풤 145-1234-26
-sign 풥 145-1234-12
-sign 풦 145-1234-12-3
-sign 풧 145-1234-3
-sign 풨 145-1234-34
-sign 풩 145-1234-2356
-sign 풪 145-1234-13
-sign 풫 145-1234-23
-sign 풬 145-1234-235
-sign 풭 145-1234-236
-sign 풮 145-1234-256
-sign 풯 145-1234-356
-sign 풰 145-1234-1235
-sign 풱 145-1234-1235-1
-sign 풲 145-1234-1235-1-1
-sign 풳 145-1234-1235-1-3
-sign 풴 145-1234-1235-25
-sign 풵 145-1234-1235-25-13
-sign 풶 145-1234-1235-25-356
-sign 풷 145-1234-1235-35
-sign 풸 145-1234-1235-2
-sign 풹 145-1234-1235-2-1
-sign 풺 145-1234-1235-2-26
-sign 풻 145-1234-1235-2-12
-sign 풼 145-1234-1235-2-3
-sign 풽 145-1234-1235-2-236
-sign 풾 145-1234-1235-2-256
-sign 풿 145-1234-1235-2-356
-sign 퓀 145-1234-1235-26
-sign 퓁 145-1234-1235-12
-sign 퓂 145-1234-1235-12-3
-sign 퓃 145-1234-1235-3
-sign 퓄 145-1234-1235-34
-sign 퓅 145-1234-1235-2356
-sign 퓆 145-1234-1235-13
-sign 퓇 145-1234-1235-23
-sign 퓈 145-1234-1235-235
-sign 퓉 145-1234-1235-236
-sign 퓊 145-1234-1235-256
-sign 퓋 145-1234-1235-356
-sign 퓌 145-134-1235
-sign 퓍 145-134-1235-1
-sign 퓎 145-134-1235-1-1
-sign 퓏 145-134-1235-1-3
-sign 퓐 145-134-1235-25
-sign 퓑 145-134-1235-25-13
-sign 퓒 145-134-1235-25-356
-sign 퓓 145-134-1235-35
-sign 퓔 145-134-1235-2
-sign 퓕 145-134-1235-2-1
-sign 퓖 145-134-1235-2-26
-sign 퓗 145-134-1235-2-12
-sign 퓘 145-134-1235-2-3
-sign 퓙 145-134-1235-2-236
-sign 퓚 145-134-1235-2-256
-sign 퓛 145-134-1235-2-356
-sign 퓜 145-134-1235-26
-sign 퓝 145-134-1235-12
-sign 퓞 145-134-1235-12-3
-sign 퓟 145-134-1235-3
-sign 퓠 145-134-1235-34
-sign 퓡 145-134-1235-2356
-sign 퓢 145-134-1235-13
-sign 퓣 145-134-1235-23
-sign 퓤 145-134-1235-235
-sign 퓥 145-134-1235-236
-sign 퓦 145-134-1235-256
-sign 퓧 145-134-1235-356
-sign 퓨 145-146
-sign 퓩 145-146-1
-sign 퓪 145-146-1-1
-sign 퓫 145-146-1-3
-sign 퓬 145-146-25
-sign 퓭 145-146-25-13
-sign 퓮 145-146-25-356
-sign 퓯 145-146-35
-sign 퓰 145-146-2
-sign 퓱 145-146-2-1
-sign 퓲 145-146-2-26
-sign 퓳 145-146-2-12
-sign 퓴 145-146-2-3
-sign 퓵 145-146-2-236
-sign 퓶 145-146-2-256
-sign 퓷 145-146-2-356
-sign 퓸 145-146-26
-sign 퓹 145-146-12
-sign 퓺 145-146-12-3
-sign 퓻 145-146-3
-sign 퓼 145-146-34
-sign 퓽 145-146-2356
-sign 퓾 145-146-13
-sign 퓿 145-146-23
-sign 픀 145-146-235
-sign 픁 145-146-236
-sign 픂 145-146-256
-sign 픃 145-146-356
-sign 프 145-246
-sign 픅 145-246-1
-sign 픆 145-246-1-1
-sign 픇 145-246-1-3
-sign 픈 145-246-25
-sign 픉 145-246-25-13
-sign 픊 145-246-25-356
-sign 픋 145-246-35
-sign 플 145-246-2
-sign 픍 145-246-2-1
-sign 픎 145-246-2-26
-sign 픏 145-246-2-12
-sign 픐 145-246-2-3
-sign 픑 145-246-2-236
-sign 픒 145-246-2-256
-sign 픓 145-246-2-356
-sign 픔 145-246-26
-sign 픕 145-246-12
-sign 픖 145-246-12-3
-sign 픗 145-246-3
-sign 픘 145-246-34
-sign 픙 145-246-2356
-sign 픚 145-246-13
-sign 픛 145-246-23
-sign 픜 145-246-235
-sign 픝 145-246-236
-sign 픞 145-246-256
-sign 픟 145-246-356
-sign 픠 145-2456
-sign 픡 145-2456-1
-sign 픢 145-2456-1-1
-sign 픣 145-2456-1-3
-sign 픤 145-2456-25
-sign 픥 145-2456-25-13
-sign 픦 145-2456-25-356
-sign 픧 145-2456-35
-sign 픨 145-2456-2
-sign 픩 145-2456-2-1
-sign 픪 145-2456-2-26
-sign 픫 145-2456-2-12
-sign 픬 145-2456-2-3
-sign 픭 145-2456-2-236
-sign 픮 145-2456-2-256
-sign 픯 145-2456-2-356
-sign 픰 145-2456-26
-sign 픱 145-2456-12
-sign 픲 145-2456-12-3
-sign 픳 145-2456-3
-sign 픴 145-2456-34
-sign 픵 145-2456-2356
-sign 픶 145-2456-13
-sign 픷 145-2456-23
-sign 픸 145-2456-235
-sign 픹 145-2456-236
-sign 픺 145-2456-256
-sign 픻 145-2456-356
-sign 피 145-135
-sign 픽 145-135-1
-sign 픾 145-135-1-1
-sign 픿 145-135-1-3
-sign 핀 145-135-25
-sign 핁 145-135-25-13
-sign 핂 145-135-25-356
-sign 핃 145-135-35
-sign 필 145-135-2
-sign 핅 145-135-2-1
-sign 핆 145-135-2-26
-sign 핇 145-135-2-12
-sign 핈 145-135-2-3
-sign 핉 145-135-2-236
-sign 핊 145-135-2-256
-sign 핋 145-135-2-356
-sign 핌 145-135-26
-sign 핍 145-135-12
-sign 핎 145-135-12-3
-sign 핏 145-135-3
-sign 핐 145-135-34
-sign 핑 145-135-2356
-sign 핒 145-135-13
-sign 핓 145-135-23
-sign 핔 145-135-235
-sign 핕 145-135-236
-sign 핖 145-135-256
-sign 핗 145-135-356
-sign 하 245-126
-sign 학 245-126-1
-sign 핚 245-126-1-1
-sign 핛 245-126-1-3
-sign 한 245-126-25
-sign 핝 245-126-25-13
-sign 핞 245-126-25-356
-sign 핟 245-126-35
-sign 할 245-126-2
-sign 핡 245-126-2-1
-sign 핢 245-126-2-26
-sign 핣 245-126-2-12
-sign 핤 245-126-2-3
-sign 핥 245-126-2-236
-sign 핦 245-126-2-256
-sign 핧 245-126-2-356
-sign 함 245-126-26
-sign 합 245-126-12
-sign 핪 245-126-12-3
-sign 핫 245-126-3
-sign 핬 245-126-34
-sign 항 245-126-2356
-sign 핮 245-126-13
-sign 핯 245-126-23
-sign 핰 245-126-235
-sign 핱 245-126-236
-sign 핲 245-126-256
-sign 핳 245-126-356
-sign 해 245-1235
-sign 핵 245-1235-1
-sign 핶 245-1235-1-1
-sign 핷 245-1235-1-3
-sign 핸 245-1235-25
-sign 핹 245-1235-25-13
-sign 핺 245-1235-25-356
-sign 핻 245-1235-35
-sign 핼 245-1235-2
-sign 핽 245-1235-2-1
-sign 핾 245-1235-2-26
-sign 핿 245-1235-2-12
-sign 햀 245-1235-2-3
-sign 햁 245-1235-2-236
-sign 햂 245-1235-2-256
-sign 햃 245-1235-2-356
-sign 햄 245-1235-26
-sign 햅 245-1235-12
-sign 햆 245-1235-12-3
-sign 햇 245-1235-3
-sign 했 245-1235-34
-sign 행 245-1235-2356
-sign 햊 245-1235-13
-sign 햋 245-1235-23
-sign 햌 245-1235-235
-sign 햍 245-1235-236
-sign 햎 245-1235-256
-sign 햏 245-1235-356
-sign 햐 245-345
-sign 햑 245-345-1
-sign 햒 245-345-1-1
-sign 햓 245-345-1-3
-sign 햔 245-345-25
-sign 햕 245-345-25-13
-sign 햖 245-345-25-356
-sign 햗 245-345-35
-sign 햘 245-345-2
-sign 햙 245-345-2-1
-sign 햚 245-345-2-26
-sign 햛 245-345-2-12
-sign 햜 245-345-2-3
-sign 햝 245-345-2-236
-sign 햞 245-345-2-256
-sign 햟 245-345-2-356
-sign 햠 245-345-26
-sign 햡 245-345-12
-sign 햢 245-345-12-3
-sign 햣 245-345-3
-sign 햤 245-345-34
-sign 향 245-345-2356
-sign 햦 245-345-13
-sign 햧 245-345-23
-sign 햨 245-345-235
-sign 햩 245-345-236
-sign 햪 245-345-256
-sign 햫 245-345-356
-sign 햬 245-345-1235
-sign 햭 245-345-1235-1
-sign 햮 245-345-1235-1-1
-sign 햯 245-345-1235-1-3
-sign 햰 245-345-1235-25
-sign 햱 245-345-1235-25-13
-sign 햲 245-345-1235-25-356
-sign 햳 245-345-1235-35
-sign 햴 245-345-1235-2
-sign 햵 245-345-1235-2-1
-sign 햶 245-345-1235-2-26
-sign 햷 245-345-1235-2-12
-sign 햸 245-345-1235-2-3
-sign 햹 245-345-1235-2-236
-sign 햺 245-345-1235-2-256
-sign 햻 245-345-1235-2-356
-sign 햼 245-345-1235-26
-sign 햽 245-345-1235-12
-sign 햾 245-345-1235-12-3
-sign 햿 245-345-1235-3
-sign 헀 245-345-1235-34
-sign 헁 245-345-1235-2356
-sign 헂 245-345-1235-13
-sign 헃 245-345-1235-23
-sign 헄 245-345-1235-235
-sign 헅 245-345-1235-236
-sign 헆 245-345-1235-256
-sign 헇 245-345-1235-356
-sign 허 245-234
-sign 헉 245-234-1
-sign 헊 245-234-1-1
-sign 헋 245-234-1-3
-sign 헌 245-234-25
-sign 헍 245-234-25-13
-sign 헎 245-234-25-356
-sign 헏 245-234-35
-sign 헐 245-234-2
-sign 헑 245-234-2-1
-sign 헒 245-234-2-26
-sign 헓 245-234-2-12
-sign 헔 245-234-2-3
-sign 헕 245-234-2-236
-sign 헖 245-234-2-256
-sign 헗 245-234-2-356
-sign 험 245-234-26
-sign 헙 245-234-12
-sign 헚 245-234-12-3
-sign 헛 245-234-3
-sign 헜 245-234-34
-sign 헝 245-234-2356
-sign 헞 245-234-13
-sign 헟 245-234-23
-sign 헠 245-234-235
-sign 헡 245-234-236
-sign 헢 245-234-256
-sign 헣 245-234-356
-sign 헤 245-1345
-sign 헥 245-1345-1
-sign 헦 245-1345-1-1
-sign 헧 245-1345-1-3
-sign 헨 245-1345-25
-sign 헩 245-1345-25-13
-sign 헪 245-1345-25-356
-sign 헫 245-1345-35
-sign 헬 245-1345-2
-sign 헭 245-1345-2-1
-sign 헮 245-1345-2-26
-sign 헯 245-1345-2-12
-sign 헰 245-1345-2-3
-sign 헱 245-1345-2-236
-sign 헲 245-1345-2-256
-sign 헳 245-1345-2-356
-sign 헴 245-1345-26
-sign 헵 245-1345-12
-sign 헶 245-1345-12-3
-sign 헷 245-1345-3
-sign 헸 245-1345-34
-sign 헹 245-1345-2356
-sign 헺 245-1345-13
-sign 헻 245-1345-23
-sign 헼 245-1345-235
-sign 헽 245-1345-236
-sign 헾 245-1345-256
-sign 헿 245-1345-356
-sign 혀 245-156
-sign 혁 245-156-1
-sign 혂 245-156-1-1
-sign 혃 245-156-1-3
-sign 현 245-156-25
-sign 혅 245-156-25-13
-sign 혆 245-156-25-356
-sign 혇 245-156-35
-sign 혈 245-156-2
-sign 혉 245-156-2-1
-sign 혊 245-156-2-26
-sign 혋 245-156-2-12
-sign 혌 245-156-2-3
-sign 혍 245-156-2-236
-sign 혎 245-156-2-256
-sign 혏 245-156-2-356
-sign 혐 245-156-26
-sign 협 245-156-12
-sign 혒 245-156-12-3
-sign 혓 245-156-3
-sign 혔 245-156-34
-sign 형 245-156-2356
-sign 혖 245-156-13
-sign 혗 245-156-23
-sign 혘 245-156-235
-sign 혙 245-156-236
-sign 혚 245-156-256
-sign 혛 245-156-356
-sign 혜 245-34
-sign 혝 245-34-1
-sign 혞 245-34-1-1
-sign 혟 245-34-1-3
-sign 혠 245-34-25
-sign 혡 245-34-25-13
-sign 혢 245-34-25-356
-sign 혣 245-34-35
-sign 혤 245-34-2
-sign 혥 245-34-2-1
-sign 혦 245-34-2-26
-sign 혧 245-34-2-12
-sign 혨 245-34-2-3
-sign 혩 245-34-2-236
-sign 혪 245-34-2-256
-sign 혫 245-34-2-356
-sign 혬 245-34-26
-sign 혭 245-34-12
-sign 혮 245-34-12-3
-sign 혯 245-34-3
-sign 혰 245-34-34
-sign 혱 245-34-2356
-sign 혲 245-34-13
-sign 혳 245-34-23
-sign 혴 245-34-235
-sign 혵 245-34-236
-sign 혶 245-34-256
-sign 혷 245-34-356
-sign 호 245-136
-sign 혹 245-136-1
-sign 혺 245-136-1-1
-sign 혻 245-136-1-3
-sign 혼 245-136-25
-sign 혽 245-136-25-13
-sign 혾 245-136-25-356
-sign 혿 245-136-35
-sign 홀 245-136-2
-sign 홁 245-136-2-1
-sign 홂 245-136-2-26
-sign 홃 245-136-2-12
-sign 홄 245-136-2-3
-sign 홅 245-136-2-236
-sign 홆 245-136-2-256
-sign 홇 245-136-2-356
-sign 홈 245-136-26
-sign 홉 245-136-12
-sign 홊 245-136-12-3
-sign 홋 245-136-3
-sign 홌 245-136-34
-sign 홍 245-136-2356
-sign 홎 245-136-13
-sign 홏 245-136-23
-sign 홐 245-136-235
-sign 홑 245-136-236
-sign 홒 245-136-256
-sign 홓 245-136-356
-sign 화 245-1236
-sign 확 245-1236-1
-sign 홖 245-1236-1-1
-sign 홗 245-1236-1-3
-sign 환 245-1236-25
-sign 홙 245-1236-25-13
-sign 홚 245-1236-25-356
-sign 홛 245-1236-35
-sign 활 245-1236-2
-sign 홝 245-1236-2-1
-sign 홞 245-1236-2-26
-sign 홟 245-1236-2-12
-sign 홠 245-1236-2-3
-sign 홡 245-1236-2-236
-sign 홢 245-1236-2-256
-sign 홣 245-1236-2-356
-sign 홤 245-1236-26
-sign 홥 245-1236-12
-sign 홦 245-1236-12-3
-sign 홧 245-1236-3
-sign 홨 245-1236-34
-sign 황 245-1236-2356
-sign 홪 245-1236-13
-sign 홫 245-1236-23
-sign 홬 245-1236-235
-sign 홭 245-1236-236
-sign 홮 245-1236-256
-sign 홯 245-1236-356
-sign 홰 245-1236-1235
-sign 홱 245-1236-1235-1
-sign 홲 245-1236-1235-1-1
-sign 홳 245-1236-1235-1-3
-sign 홴 245-1236-1235-25
-sign 홵 245-1236-1235-25-13
-sign 홶 245-1236-1235-25-356
-sign 홷 245-1236-1235-35
-sign 홸 245-1236-1235-2
-sign 홹 245-1236-1235-2-1
-sign 홺 245-1236-1235-2-26
-sign 홻 245-1236-1235-2-12
-sign 홼 245-1236-1235-2-3
-sign 홽 245-1236-1235-2-236
-sign 홾 245-1236-1235-2-256
-sign 홿 245-1236-1235-2-356
-sign 횀 245-1236-1235-26
-sign 횁 245-1236-1235-12
-sign 횂 245-1236-1235-12-3
-sign 횃 245-1236-1235-3
-sign 횄 245-1236-1235-34
-sign 횅 245-1236-1235-2356
-sign 횆 245-1236-1235-13
-sign 횇 245-1236-1235-23
-sign 횈 245-1236-1235-235
-sign 횉 245-1236-1235-236
-sign 횊 245-1236-1235-256
-sign 횋 245-1236-1235-356
-sign 회 245-13456
-sign 획 245-13456-1
-sign 횎 245-13456-1-1
-sign 횏 245-13456-1-3
-sign 횐 245-13456-25
-sign 횑 245-13456-25-13
-sign 횒 245-13456-25-356
-sign 횓 245-13456-35
-sign 횔 245-13456-2
-sign 횕 245-13456-2-1
-sign 횖 245-13456-2-26
-sign 횗 245-13456-2-12
-sign 횘 245-13456-2-3
-sign 횙 245-13456-2-236
-sign 횚 245-13456-2-256
-sign 횛 245-13456-2-356
-sign 횜 245-13456-26
-sign 횝 245-13456-12
-sign 횞 245-13456-12-3
-sign 횟 245-13456-3
-sign 횠 245-13456-34
-sign 횡 245-13456-2356
-sign 횢 245-13456-13
-sign 횣 245-13456-23
-sign 횤 245-13456-235
-sign 횥 245-13456-236
-sign 횦 245-13456-256
-sign 횧 245-13456-356
-sign 효 245-346
-sign 횩 245-346-1
-sign 횪 245-346-1-1
-sign 횫 245-346-1-3
-sign 횬 245-346-25
-sign 횭 245-346-25-13
-sign 횮 245-346-25-356
-sign 횯 245-346-35
-sign 횰 245-346-2
-sign 횱 245-346-2-1
-sign 횲 245-346-2-26
-sign 횳 245-346-2-12
-sign 횴 245-346-2-3
-sign 횵 245-346-2-236
-sign 횶 245-346-2-256
-sign 횷 245-346-2-356
-sign 횸 245-346-26
-sign 횹 245-346-12
-sign 횺 245-346-12-3
-sign 횻 245-346-3
-sign 횼 245-346-34
-sign 횽 245-346-2356
-sign 횾 245-346-13
-sign 횿 245-346-23
-sign 훀 245-346-235
-sign 훁 245-346-236
-sign 훂 245-346-256
-sign 훃 245-346-356
-sign 후 245-134
-sign 훅 245-134-1
-sign 훆 245-134-1-1
-sign 훇 245-134-1-3
-sign 훈 245-134-25
-sign 훉 245-134-25-13
-sign 훊 245-134-25-356
-sign 훋 245-134-35
-sign 훌 245-134-2
-sign 훍 245-134-2-1
-sign 훎 245-134-2-26
-sign 훏 245-134-2-12
-sign 훐 245-134-2-3
-sign 훑 245-134-2-236
-sign 훒 245-134-2-256
-sign 훓 245-134-2-356
-sign 훔 245-134-26
-sign 훕 245-134-12
-sign 훖 245-134-12-3
-sign 훗 245-134-3
-sign 훘 245-134-34
-sign 훙 245-134-2356
-sign 훚 245-134-13
-sign 훛 245-134-23
-sign 훜 245-134-235
-sign 훝 245-134-236
-sign 훞 245-134-256
-sign 훟 245-134-356
-sign 훠 245-1234
-sign 훡 245-1234-1
-sign 훢 245-1234-1-1
-sign 훣 245-1234-1-3
-sign 훤 245-1234-25
-sign 훥 245-1234-25-13
-sign 훦 245-1234-25-356
-sign 훧 245-1234-35
-sign 훨 245-1234-2
-sign 훩 245-1234-2-1
-sign 훪 245-1234-2-26
-sign 훫 245-1234-2-12
-sign 훬 245-1234-2-3
-sign 훭 245-1234-2-236
-sign 훮 245-1234-2-256
-sign 훯 245-1234-2-356
-sign 훰 245-1234-26
-sign 훱 245-1234-12
-sign 훲 245-1234-12-3
-sign 훳 245-1234-3
-sign 훴 245-1234-34
-sign 훵 245-1234-2356
-sign 훶 245-1234-13
-sign 훷 245-1234-23
-sign 훸 245-1234-235
-sign 훹 245-1234-236
-sign 훺 245-1234-256
-sign 훻 245-1234-356
-sign 훼 245-1234-1235
-sign 훽 245-1234-1235-1
-sign 훾 245-1234-1235-1-1
-sign 훿 245-1234-1235-1-3
-sign 휀 245-1234-1235-25
-sign 휁 245-1234-1235-25-13
-sign 휂 245-1234-1235-25-356
-sign 휃 245-1234-1235-35
-sign 휄 245-1234-1235-2
-sign 휅 245-1234-1235-2-1
-sign 휆 245-1234-1235-2-26
-sign 휇 245-1234-1235-2-12
-sign 휈 245-1234-1235-2-3
-sign 휉 245-1234-1235-2-236
-sign 휊 245-1234-1235-2-256
-sign 휋 245-1234-1235-2-356
-sign 휌 245-1234-1235-26
-sign 휍 245-1234-1235-12
-sign 휎 245-1234-1235-12-3
-sign 휏 245-1234-1235-3
-sign 휐 245-1234-1235-34
-sign 휑 245-1234-1235-2356
-sign 휒 245-1234-1235-13
-sign 휓 245-1234-1235-23
-sign 휔 245-1234-1235-235
-sign 휕 245-1234-1235-236
-sign 휖 245-1234-1235-256
-sign 휗 245-1234-1235-356
-sign 휘 245-134-1235
-sign 휙 245-134-1235-1
-sign 휚 245-134-1235-1-1
-sign 휛 245-134-1235-1-3
-sign 휜 245-134-1235-25
-sign 휝 245-134-1235-25-13
-sign 휞 245-134-1235-25-356
-sign 휟 245-134-1235-35
-sign 휠 245-134-1235-2
-sign 휡 245-134-1235-2-1
-sign 휢 245-134-1235-2-26
-sign 휣 245-134-1235-2-12
-sign 휤 245-134-1235-2-3
-sign 휥 245-134-1235-2-236
-sign 휦 245-134-1235-2-256
-sign 휧 245-134-1235-2-356
-sign 휨 245-134-1235-26
-sign 휩 245-134-1235-12
-sign 휪 245-134-1235-12-3
-sign 휫 245-134-1235-3
-sign 휬 245-134-1235-34
-sign 휭 245-134-1235-2356
-sign 휮 245-134-1235-13
-sign 휯 245-134-1235-23
-sign 휰 245-134-1235-235
-sign 휱 245-134-1235-236
-sign 휲 245-134-1235-256
-sign 휳 245-134-1235-356
-sign 휴 245-146
-sign 휵 245-146-1
-sign 휶 245-146-1-1
-sign 휷 245-146-1-3
-sign 휸 245-146-25
-sign 휹 245-146-25-13
-sign 휺 245-146-25-356
-sign 휻 245-146-35
-sign 휼 245-146-2
-sign 휽 245-146-2-1
-sign 휾 245-146-2-26
-sign 휿 245-146-2-12
-sign 흀 245-146-2-3
-sign 흁 245-146-2-236
-sign 흂 245-146-2-256
-sign 흃 245-146-2-356
-sign 흄 245-146-26
-sign 흅 245-146-12
-sign 흆 245-146-12-3
-sign 흇 245-146-3
-sign 흈 245-146-34
-sign 흉 245-146-2356
-sign 흊 245-146-13
-sign 흋 245-146-23
-sign 흌 245-146-235
-sign 흍 245-146-236
-sign 흎 245-146-256
-sign 흏 245-146-356
-sign 흐 245-246
-sign 흑 245-246-1
-sign 흒 245-246-1-1
-sign 흓 245-246-1-3
-sign 흔 245-246-25
-sign 흕 245-246-25-13
-sign 흖 245-246-25-356
-sign 흗 245-246-35
-sign 흘 245-246-2
-sign 흙 245-246-2-1
-sign 흚 245-246-2-26
-sign 흛 245-246-2-12
-sign 흜 245-246-2-3
-sign 흝 245-246-2-236
-sign 흞 245-246-2-256
-sign 흟 245-246-2-356
-sign 흠 245-246-26
-sign 흡 245-246-12
-sign 흢 245-246-12-3
-sign 흣 245-246-3
-sign 흤 245-246-34
-sign 흥 245-246-2356
-sign 흦 245-246-13
-sign 흧 245-246-23
-sign 흨 245-246-235
-sign 흩 245-246-236
-sign 흪 245-246-256
-sign 흫 245-246-356
-sign 희 245-2456
-sign 흭 245-2456-1
-sign 흮 245-2456-1-1
-sign 흯 245-2456-1-3
-sign 흰 245-2456-25
-sign 흱 245-2456-25-13
-sign 흲 245-2456-25-356
-sign 흳 245-2456-35
-sign 흴 245-2456-2
-sign 흵 245-2456-2-1
-sign 흶 245-2456-2-26
-sign 흷 245-2456-2-12
-sign 흸 245-2456-2-3
-sign 흹 245-2456-2-236
-sign 흺 245-2456-2-256
-sign 흻 245-2456-2-356
-sign 흼 245-2456-26
-sign 흽 245-2456-12
-sign 흾 245-2456-12-3
-sign 흿 245-2456-3
-sign 힀 245-2456-34
-sign 힁 245-2456-2356
-sign 힂 245-2456-13
-sign 힃 245-2456-23
-sign 힄 245-2456-235
-sign 힅 245-2456-236
-sign 힆 245-2456-256
-sign 힇 245-2456-356
-sign 히 245-135
-sign 힉 245-135-1
-sign 힊 245-135-1-1
-sign 힋 245-135-1-3
-sign 힌 245-135-25
-sign 힍 245-135-25-13
-sign 힎 245-135-25-356
-sign 힏 245-135-35
-sign 힐 245-135-2
-sign 힑 245-135-2-1
-sign 힒 245-135-2-26
-sign 힓 245-135-2-12
-sign 힔 245-135-2-3
-sign 힕 245-135-2-236
-sign 힖 245-135-2-256
-sign 힗 245-135-2-356
-sign 힘 245-135-26
-sign 힙 245-135-12
-sign 힚 245-135-12-3
-sign 힛 245-135-3
-sign 힜 245-135-34
-sign 힝 245-135-2356
-sign 힞 245-135-13
-sign 힟 245-135-23
-sign 힠 245-135-235
-sign 힡 245-135-236
-sign 힢 245-135-256
-sign 힣 245-135-356
-sign ᅠ 0
-sign ᄀ 1
-sign ᄁ 1-1
-sign ᆪ 1-3
-sign ᄂ 25
-sign ᆬ 25-13
-sign ᆭ 25-356
-sign ᄃ 35
-sign ᄄ 35-35
-sign ᄅ 2
-sign ᆰ 2-1
-sign ᆱ 2-26
-sign ᆲ 2-12
-sign ᆳ 2-3
-sign ᆴ 2-236
-sign ᆵ 2-256
-sign ᄚ 2-356
-sign ᄆ 26
-sign ᄇ 12
-sign ᄈ 12-12
-sign ᄡ 12-3
-sign ᄉ 3
-sign ᄊ 3-3
-sign ᄋ 2356
-sign ᄌ 13
-sign ᄍ 13-13
-sign ᄎ 23
-sign ᄏ 235
-sign ᄐ 236
-sign ᄑ 256
-sign ᄒ 356
-sign ᅡ 126
-sign ᅢ 1235
-sign ᅣ 345
-sign ᅤ 345-1235
-sign ᅥ 234
-sign ᅦ 1345
-sign ᅧ 156
-sign ᅨ 34
-sign ᅩ 136
-sign ᅪ 1236
-sign ᅫ 1236-1235
-sign ᅬ 13456
-sign ᅭ 346
-sign ᅮ 134
-sign ᅯ 1234
-sign ᅰ 1234-1235
-sign ᅱ 134-1235
-sign ᅲ 146
-sign ᅳ 246
-sign ᅴ 2456
-sign ᅵ 135
-
-#Special cases:
-
-#Case 1: Vowel-vowel that may be mastaken for vowel-conscenants:
-#These have dots 36 inserted between vowels.
-always 아예 126-36-34
-always 우애 134-36-1235
-
-#Case 2: Numbers followed by Korean chars:
-#There are seven conscenant dot patterns which may be confused with digits.
-#In this case, put dot 0 (space) before Korean characters.
-#In ko.cti, dot patterns which does not change across grades are included.
-#For grade 1 dot patterns, see ko1.ctb; for grade 2, see ko2.ctb.
-after digit always 내 0-14-1235
-after digit always 낵 0-14-1235-1
-after digit always 낶 0-14-1235-1-1
-after digit always 낷 0-14-1235-1-3
-after digit always 낸 0-14-1235-25
-after digit always 낹 0-14-1235-25-13
-after digit always 낺 0-14-1235-25-356
-after digit always 낻 0-14-1235-35
-after digit always 낼 0-14-1235-2
-after digit always 낽 0-14-1235-2-1
-after digit always 낾 0-14-1235-2-26
-after digit always 낿 0-14-1235-2-12
-after digit always 냀 0-14-1235-2-3
-after digit always 냁 0-14-1235-2-236
-after digit always 냂 0-14-1235-2-256
-after digit always 냃 0-14-1235-2-356
-after digit always 냄 0-14-1235-26
-after digit always 냅 0-14-1235-12
-after digit always 냆 0-14-1235-12-3
-after digit always 냇 0-14-1235-3
-after digit always 냈 0-14-1235-34
-after digit always 냉 0-14-1235-2356
-after digit always 냊 0-14-1235-13
-after digit always 냋 0-14-1235-23
-after digit always 냌 0-14-1235-235
-after digit always 냍 0-14-1235-236
-after digit always 냎 0-14-1235-256
-after digit always 냏 0-14-1235-356
-after digit always 냐 0-14-345
-after digit always 냑 0-14-345-1
-after digit always 냒 0-14-345-1-1
-after digit always 냓 0-14-345-1-3
-after digit always 냔 0-14-345-25
-after digit always 냕 0-14-345-25-13
-after digit always 냖 0-14-345-25-356
-after digit always 냗 0-14-345-35
-after digit always 냘 0-14-345-2
-after digit always 냙 0-14-345-2-1
-after digit always 냚 0-14-345-2-26
-after digit always 냛 0-14-345-2-12
-after digit always 냜 0-14-345-2-3
-after digit always 냝 0-14-345-2-236
-after digit always 냞 0-14-345-2-256
-after digit always 냟 0-14-345-2-356
-after digit always 냠 0-14-345-26
-after digit always 냡 0-14-345-12
-after digit always 냢 0-14-345-12-3
-after digit always 냣 0-14-345-3
-after digit always 냤 0-14-345-34
-after digit always 냥 0-14-345-2356
-after digit always 냦 0-14-345-13
-after digit always 냧 0-14-345-23
-after digit always 냨 0-14-345-235
-after digit always 냩 0-14-345-236
-after digit always 냪 0-14-345-256
-after digit always 냫 0-14-345-356
-after digit always 냬 0-14-345-1235
-after digit always 냭 0-14-345-1235-1
-after digit always 냮 0-14-345-1235-1-1
-after digit always 냯 0-14-345-1235-1-3
-after digit always 냰 0-14-345-1235-25
-after digit always 냱 0-14-345-1235-25-13
-after digit always 냲 0-14-345-1235-25-356
-after digit always 냳 0-14-345-1235-35
-after digit always 냴 0-14-345-1235-2
-after digit always 냵 0-14-345-1235-2-1
-after digit always 냶 0-14-345-1235-2-26
-after digit always 냷 0-14-345-1235-2-12
-after digit always 냸 0-14-345-1235-2-3
-after digit always 냹 0-14-345-1235-2-236
-after digit always 냺 0-14-345-1235-2-256
-after digit always 냻 0-14-345-1235-2-356
-after digit always 냼 0-14-345-1235-26
-after digit always 냽 0-14-345-1235-12
-after digit always 냾 0-14-345-1235-12-3
-after digit always 냿 0-14-345-1235-3
-after digit always 넀 0-14-345-1235-34
-after digit always 넁 0-14-345-1235-2356
-after digit always 넂 0-14-345-1235-13
-after digit always 넃 0-14-345-1235-23
-after digit always 넄 0-14-345-1235-235
-after digit always 넅 0-14-345-1235-236
-after digit always 넆 0-14-345-1235-256
-after digit always 넇 0-14-345-1235-356
-after digit always 너 0-14-234
-after digit always 넏 0-14-234-35
-after digit always 넘 0-14-234-26
-after digit always 넙 0-14-234-12
-after digit always 넚 0-14-234-12-3
-after digit always 넛 0-14-234-3
-after digit always 넜 0-14-234-34
-after digit always 넝 0-14-234-2356
-after digit always 넞 0-14-234-13
-after digit always 넟 0-14-234-23
-after digit always 넠 0-14-234-235
-after digit always 넡 0-14-234-236
-after digit always 넢 0-14-234-256
-after digit always 넣 0-14-234-356
-after digit always 네 0-14-1345
-after digit always 넥 0-14-1345-1
-after digit always 넦 0-14-1345-1-1
-after digit always 넧 0-14-1345-1-3
-after digit always 넨 0-14-1345-25
-after digit always 넩 0-14-1345-25-13
-after digit always 넪 0-14-1345-25-356
-after digit always 넫 0-14-1345-35
-after digit always 넬 0-14-1345-2
-after digit always 넭 0-14-1345-2-1
-after digit always 넮 0-14-1345-2-26
-after digit always 넯 0-14-1345-2-12
-after digit always 넰 0-14-1345-2-3
-after digit always 넱 0-14-1345-2-236
-after digit always 넲 0-14-1345-2-256
-after digit always 넳 0-14-1345-2-356
-after digit always 넴 0-14-1345-26
-after digit always 넵 0-14-1345-12
-after digit always 넶 0-14-1345-12-3
-after digit always 넷 0-14-1345-3
-after digit always 넸 0-14-1345-34
-after digit always 넹 0-14-1345-2356
-after digit always 넺 0-14-1345-13
-after digit always 넻 0-14-1345-23
-after digit always 넼 0-14-1345-235
-after digit always 넽 0-14-1345-236
-after digit always 넾 0-14-1345-256
-after digit always 넿 0-14-1345-356
-after digit always 녀 0-14-156
-after digit always 녁 0-14-156-1
-after digit always 녂 0-14-156-1-1
-after digit always 녃 0-14-156-1-3
-after digit always 녇 0-14-156-35
-after digit always 념 0-14-156-26
-after digit always 녑 0-14-156-12
-after digit always 녒 0-14-156-12-3
-after digit always 녓 0-14-156-3
-after digit always 녔 0-14-156-34
-after digit always 녖 0-14-156-13
-after digit always 녗 0-14-156-23
-after digit always 녘 0-14-156-235
-after digit always 녙 0-14-156-236
-after digit always 녚 0-14-156-256
-after digit always 녛 0-14-156-356
-after digit always 녜 0-14-34
-after digit always 녝 0-14-34-1
-after digit always 녞 0-14-34-1-1
-after digit always 녟 0-14-34-1-3
-after digit always 녠 0-14-34-25
-after digit always 녡 0-14-34-25-13
-after digit always 녢 0-14-34-25-356
-after digit always 녣 0-14-34-35
-after digit always 녤 0-14-34-2
-after digit always 녥 0-14-34-2-1
-after digit always 녦 0-14-34-2-26
-after digit always 녧 0-14-34-2-12
-after digit always 녨 0-14-34-2-3
-after digit always 녩 0-14-34-2-236
-after digit always 녪 0-14-34-2-256
-after digit always 녫 0-14-34-2-356
-after digit always 녬 0-14-34-26
-after digit always 녭 0-14-34-12
-after digit always 녮 0-14-34-12-3
-after digit always 녯 0-14-34-3
-after digit always 녰 0-14-34-34
-after digit always 녱 0-14-34-2356
-after digit always 녲 0-14-34-13
-after digit always 녳 0-14-34-23
-after digit always 녴 0-14-34-235
-after digit always 녵 0-14-34-236
-after digit always 녶 0-14-34-256
-after digit always 녷 0-14-34-356
-after digit always 노 0-14-136
-after digit always 녿 0-14-136-35
-after digit always 놀 0-14-136-2
-after digit always 놁 0-14-136-2-1
-after digit always 놂 0-14-136-2-26
-after digit always 놃 0-14-136-2-12
-after digit always 놄 0-14-136-2-3
-after digit always 놅 0-14-136-2-236
-after digit always 놆 0-14-136-2-256
-after digit always 놇 0-14-136-2-356
-after digit always 놈 0-14-136-26
-after digit always 놉 0-14-136-12
-after digit always 놊 0-14-136-12-3
-after digit always 놋 0-14-136-3
-after digit always 놌 0-14-136-34
-after digit always 놎 0-14-136-13
-after digit always 놏 0-14-136-23
-after digit always 놐 0-14-136-235
-after digit always 놑 0-14-136-236
-after digit always 높 0-14-136-256
-after digit always 놓 0-14-136-356
-after digit always 놔 0-14-1236
-after digit always 놕 0-14-1236-1
-after digit always 놖 0-14-1236-1-1
-after digit always 놗 0-14-1236-1-3
-after digit always 놘 0-14-1236-25
-after digit always 놙 0-14-1236-25-13
-after digit always 놚 0-14-1236-25-356
-after digit always 놛 0-14-1236-35
-after digit always 놜 0-14-1236-2
-after digit always 놝 0-14-1236-2-1
-after digit always 놞 0-14-1236-2-26
-after digit always 놟 0-14-1236-2-12
-after digit always 놠 0-14-1236-2-3
-after digit always 놡 0-14-1236-2-236
-after digit always 놢 0-14-1236-2-256
-after digit always 놣 0-14-1236-2-356
-after digit always 놤 0-14-1236-26
-after digit always 놥 0-14-1236-12
-after digit always 놦 0-14-1236-12-3
-after digit always 놧 0-14-1236-3
-after digit always 놨 0-14-1236-34
-after digit always 놩 0-14-1236-2356
-after digit always 놪 0-14-1236-13
-after digit always 놫 0-14-1236-23
-after digit always 놬 0-14-1236-235
-after digit always 놭 0-14-1236-236
-after digit always 놮 0-14-1236-256
-after digit always 놯 0-14-1236-356
-after digit always 놰 0-14-1236-1235
-after digit always 놱 0-14-1236-1235-1
-after digit always 놲 0-14-1236-1235-1-1
-after digit always 놳 0-14-1236-1235-1-3
-after digit always 놴 0-14-1236-1235-25
-after digit always 놵 0-14-1236-1235-25-13
-after digit always 놶 0-14-1236-1235-25-356
-after digit always 놷 0-14-1236-1235-35
-after digit always 놸 0-14-1236-1235-2
-after digit always 놹 0-14-1236-1235-2-1
-after digit always 놺 0-14-1236-1235-2-26
-after digit always 놻 0-14-1236-1235-2-12
-after digit always 놼 0-14-1236-1235-2-3
-after digit always 놽 0-14-1236-1235-2-236
-after digit always 놾 0-14-1236-1235-2-256
-after digit always 놿 0-14-1236-1235-2-356
-after digit always 뇀 0-14-1236-1235-26
-after digit always 뇁 0-14-1236-1235-12
-after digit always 뇂 0-14-1236-1235-12-3
-after digit always 뇃 0-14-1236-1235-3
-after digit always 뇄 0-14-1236-1235-34
-after digit always 뇅 0-14-1236-1235-2356
-after digit always 뇆 0-14-1236-1235-13
-after digit always 뇇 0-14-1236-1235-23
-after digit always 뇈 0-14-1236-1235-235
-after digit always 뇉 0-14-1236-1235-236
-after digit always 뇊 0-14-1236-1235-256
-after digit always 뇋 0-14-1236-1235-356
-after digit always 뇌 0-14-13456
-after digit always 뇍 0-14-13456-1
-after digit always 뇎 0-14-13456-1-1
-after digit always 뇏 0-14-13456-1-3
-after digit always 뇐 0-14-13456-25
-after digit always 뇑 0-14-13456-25-13
-after digit always 뇒 0-14-13456-25-356
-after digit always 뇓 0-14-13456-35
-after digit always 뇔 0-14-13456-2
-after digit always 뇕 0-14-13456-2-1
-after digit always 뇖 0-14-13456-2-26
-after digit always 뇗 0-14-13456-2-12
-after digit always 뇘 0-14-13456-2-3
-after digit always 뇙 0-14-13456-2-236
-after digit always 뇚 0-14-13456-2-256
-after digit always 뇛 0-14-13456-2-356
-after digit always 뇜 0-14-13456-26
-after digit always 뇝 0-14-13456-12
-after digit always 뇞 0-14-13456-12-3
-after digit always 뇟 0-14-13456-3
-after digit always 뇠 0-14-13456-34
-after digit always 뇡 0-14-13456-2356
-after digit always 뇢 0-14-13456-13
-after digit always 뇣 0-14-13456-23
-after digit always 뇤 0-14-13456-235
-after digit always 뇥 0-14-13456-236
-after digit always 뇦 0-14-13456-256
-after digit always 뇧 0-14-13456-356
-after digit always 뇨 0-14-346
-after digit always 뇩 0-14-346-1
-after digit always 뇪 0-14-346-1-1
-after digit always 뇫 0-14-346-1-3
-after digit always 뇬 0-14-346-25
-after digit always 뇭 0-14-346-25-13
-after digit always 뇮 0-14-346-25-356
-after digit always 뇯 0-14-346-35
-after digit always 뇰 0-14-346-2
-after digit always 뇱 0-14-346-2-1
-after digit always 뇲 0-14-346-2-26
-after digit always 뇳 0-14-346-2-12
-after digit always 뇴 0-14-346-2-3
-after digit always 뇵 0-14-346-2-236
-after digit always 뇶 0-14-346-2-256
-after digit always 뇷 0-14-346-2-356
-after digit always 뇸 0-14-346-26
-after digit always 뇹 0-14-346-12
-after digit always 뇺 0-14-346-12-3
-after digit always 뇻 0-14-346-3
-after digit always 뇼 0-14-346-34
-after digit always 뇽 0-14-346-2356
-after digit always 뇾 0-14-346-13
-after digit always 뇿 0-14-346-23
-after digit always 눀 0-14-346-235
-after digit always 눁 0-14-346-236
-after digit always 눂 0-14-346-256
-after digit always 눃 0-14-346-356
-after digit always 누 0-14-134
-after digit always 눅 0-14-134-1
-after digit always 눆 0-14-134-1-1
-after digit always 눇 0-14-134-1-3
-after digit always 눋 0-14-134-35
-after digit always 눔 0-14-134-26
-after digit always 눕 0-14-134-12
-after digit always 눖 0-14-134-12-3
-after digit always 눗 0-14-134-3
-after digit always 눘 0-14-134-34
-after digit always 눙 0-14-134-2356
-after digit always 눚 0-14-134-13
-after digit always 눛 0-14-134-23
-after digit always 눜 0-14-134-235
-after digit always 눝 0-14-134-236
-after digit always 눞 0-14-134-256
-after digit always 눟 0-14-134-356
-after digit always 눠 0-14-1234
-after digit always 눡 0-14-1234-1
-after digit always 눢 0-14-1234-1-1
-after digit always 눣 0-14-1234-1-3
-after digit always 눤 0-14-1234-25
-after digit always 눥 0-14-1234-25-13
-after digit always 눦 0-14-1234-25-356
-after digit always 눧 0-14-1234-35
-after digit always 눨 0-14-1234-2
-after digit always 눩 0-14-1234-2-1
-after digit always 눪 0-14-1234-2-26
-after digit always 눫 0-14-1234-2-12
-after digit always 눬 0-14-1234-2-3
-after digit always 눭 0-14-1234-2-236
-after digit always 눮 0-14-1234-2-256
-after digit always 눯 0-14-1234-2-356
-after digit always 눰 0-14-1234-26
-after digit always 눱 0-14-1234-12
-after digit always 눲 0-14-1234-12-3
-after digit always 눳 0-14-1234-3
-after digit always 눴 0-14-1234-34
-after digit always 눵 0-14-1234-2356
-after digit always 눶 0-14-1234-13
-after digit always 눷 0-14-1234-23
-after digit always 눸 0-14-1234-235
-after digit always 눹 0-14-1234-236
-after digit always 눺 0-14-1234-256
-after digit always 눻 0-14-1234-356
-after digit always 눼 0-14-1234-1235
-after digit always 눽 0-14-1234-1235-1
-after digit always 눾 0-14-1234-1235-1-1
-after digit always 눿 0-14-1234-1235-1-3
-after digit always 뉀 0-14-1234-1235-25
-after digit always 뉁 0-14-1234-1235-25-13
-after digit always 뉂 0-14-1234-1235-25-356
-after digit always 뉃 0-14-1234-1235-35
-after digit always 뉄 0-14-1234-1235-2
-after digit always 뉅 0-14-1234-1235-2-1
-after digit always 뉆 0-14-1234-1235-2-26
-after digit always 뉇 0-14-1234-1235-2-12
-after digit always 뉈 0-14-1234-1235-2-3
-after digit always 뉉 0-14-1234-1235-2-236
-after digit always 뉊 0-14-1234-1235-2-256
-after digit always 뉋 0-14-1234-1235-2-356
-after digit always 뉌 0-14-1234-1235-26
-after digit always 뉍 0-14-1234-1235-12
-after digit always 뉎 0-14-1234-1235-12-3
-after digit always 뉏 0-14-1234-1235-3
-after digit always 뉐 0-14-1234-1235-34
-after digit always 뉑 0-14-1234-1235-2356
-after digit always 뉒 0-14-1234-1235-13
-after digit always 뉓 0-14-1234-1235-23
-after digit always 뉔 0-14-1234-1235-235
-after digit always 뉕 0-14-1234-1235-236
-after digit always 뉖 0-14-1234-1235-256
-after digit always 뉗 0-14-1234-1235-356
-after digit always 뉘 0-14-134-1235
-after digit always 뉙 0-14-134-1235-1
-after digit always 뉚 0-14-134-1235-1-1
-after digit always 뉛 0-14-134-1235-1-3
-after digit always 뉜 0-14-134-1235-25
-after digit always 뉝 0-14-134-1235-25-13
-after digit always 뉞 0-14-134-1235-25-356
-after digit always 뉟 0-14-134-1235-35
-after digit always 뉠 0-14-134-1235-2
-after digit always 뉡 0-14-134-1235-2-1
-after digit always 뉢 0-14-134-1235-2-26
-after digit always 뉣 0-14-134-1235-2-12
-after digit always 뉤 0-14-134-1235-2-3
-after digit always 뉥 0-14-134-1235-2-236
-after digit always 뉦 0-14-134-1235-2-256
-after digit always 뉧 0-14-134-1235-2-356
-after digit always 뉨 0-14-134-1235-26
-after digit always 뉩 0-14-134-1235-12
-after digit always 뉪 0-14-134-1235-12-3
-after digit always 뉫 0-14-134-1235-3
-after digit always 뉬 0-14-134-1235-34
-after digit always 뉭 0-14-134-1235-2356
-after digit always 뉮 0-14-134-1235-13
-after digit always 뉯 0-14-134-1235-23
-after digit always 뉰 0-14-134-1235-235
-after digit always 뉱 0-14-134-1235-236
-after digit always 뉲 0-14-134-1235-256
-after digit always 뉳 0-14-134-1235-356
-after digit always 뉴 0-14-146
-after digit always 뉵 0-14-146-1
-after digit always 뉶 0-14-146-1-1
-after digit always 뉷 0-14-146-1-3
-after digit always 뉸 0-14-146-25
-after digit always 뉹 0-14-146-25-13
-after digit always 뉺 0-14-146-25-356
-after digit always 뉻 0-14-146-35
-after digit always 뉼 0-14-146-2
-after digit always 뉽 0-14-146-2-1
-after digit always 뉾 0-14-146-2-26
-after digit always 뉿 0-14-146-2-12
-after digit always 늀 0-14-146-2-3
-after digit always 늁 0-14-146-2-236
-after digit always 늂 0-14-146-2-256
-after digit always 늃 0-14-146-2-356
-after digit always 늄 0-14-146-26
-after digit always 늅 0-14-146-12
-after digit always 늆 0-14-146-12-3
-after digit always 늇 0-14-146-3
-after digit always 늈 0-14-146-34
-after digit always 늉 0-14-146-2356
-after digit always 늊 0-14-146-13
-after digit always 늋 0-14-146-23
-after digit always 늌 0-14-146-235
-after digit always 늍 0-14-146-236
-after digit always 늎 0-14-146-256
-after digit always 늏 0-14-146-356
-after digit always 느 0-14-246
-after digit always 늑 0-14-246-1
-after digit always 늒 0-14-246-1-1
-after digit always 늓 0-14-246-1-3
-after digit always 늗 0-14-246-35
-after digit always 늠 0-14-246-26
-after digit always 늡 0-14-246-12
-after digit always 늢 0-14-246-12-3
-after digit always 늣 0-14-246-3
-after digit always 늤 0-14-246-34
-after digit always 능 0-14-246-2356
-after digit always 늦 0-14-246-13
-after digit always 늧 0-14-246-23
-after digit always 늨 0-14-246-235
-after digit always 늩 0-14-246-236
-after digit always 늪 0-14-246-256
-after digit always 늫 0-14-246-356
-after digit always 늬 0-14-2456
-after digit always 늭 0-14-2456-1
-after digit always 늮 0-14-2456-1-1
-after digit always 늯 0-14-2456-1-3
-after digit always 늰 0-14-2456-25
-after digit always 늱 0-14-2456-25-13
-after digit always 늲 0-14-2456-25-356
-after digit always 늳 0-14-2456-35
-after digit always 늴 0-14-2456-2
-after digit always 늵 0-14-2456-2-1
-after digit always 늶 0-14-2456-2-26
-after digit always 늷 0-14-2456-2-12
-after digit always 늸 0-14-2456-2-3
-after digit always 늹 0-14-2456-2-236
-after digit always 늺 0-14-2456-2-256
-after digit always 늻 0-14-2456-2-356
-after digit always 늼 0-14-2456-26
-after digit always 늽 0-14-2456-12
-after digit always 늾 0-14-2456-12-3
-after digit always 늿 0-14-2456-3
-after digit always 닀 0-14-2456-34
-after digit always 닁 0-14-2456-2356
-after digit always 닂 0-14-2456-13
-after digit always 닃 0-14-2456-23
-after digit always 닄 0-14-2456-235
-after digit always 닅 0-14-2456-236
-after digit always 닆 0-14-2456-256
-after digit always 닇 0-14-2456-356
-after digit always 니 0-14-135
-after digit always 닉 0-14-135-1
-after digit always 닊 0-14-135-1-1
-after digit always 닋 0-14-135-1-3
-after digit always 닏 0-14-135-35
-after digit always 닐 0-14-135-2
-after digit always 닑 0-14-135-2-1
-after digit always 닒 0-14-135-2-26
-after digit always 닓 0-14-135-2-12
-after digit always 닔 0-14-135-2-3
-after digit always 닕 0-14-135-2-236
-after digit always 닖 0-14-135-2-256
-after digit always 닗 0-14-135-2-356
-after digit always 님 0-14-135-26
-after digit always 닙 0-14-135-12
-after digit always 닚 0-14-135-12-3
-after digit always 닛 0-14-135-3
-after digit always 닜 0-14-135-34
-after digit always 닝 0-14-135-2356
-after digit always 닞 0-14-135-13
-after digit always 닟 0-14-135-23
-after digit always 닠 0-14-135-235
-after digit always 닡 0-14-135-236
-after digit always 닢 0-14-135-256
-after digit always 닣 0-14-135-356
-after digit always 대 0-24-1235
-after digit always 댁 0-24-1235-1
-after digit always 댂 0-24-1235-1-1
-after digit always 댃 0-24-1235-1-3
-after digit always 댄 0-24-1235-25
-after digit always 댅 0-24-1235-25-13
-after digit always 댆 0-24-1235-25-356
-after digit always 댇 0-24-1235-35
-after digit always 댈 0-24-1235-2
-after digit always 댉 0-24-1235-2-1
-after digit always 댊 0-24-1235-2-26
-after digit always 댋 0-24-1235-2-12
-after digit always 댌 0-24-1235-2-3
-after digit always 댍 0-24-1235-2-236
-after digit always 댎 0-24-1235-2-256
-after digit always 댏 0-24-1235-2-356
-after digit always 댐 0-24-1235-26
-after digit always 댑 0-24-1235-12
-after digit always 댒 0-24-1235-12-3
-after digit always 댓 0-24-1235-3
-after digit always 댔 0-24-1235-34
-after digit always 댕 0-24-1235-2356
-after digit always 댖 0-24-1235-13
-after digit always 댗 0-24-1235-23
-after digit always 댘 0-24-1235-235
-after digit always 댙 0-24-1235-236
-after digit always 댚 0-24-1235-256
-after digit always 댛 0-24-1235-356
-after digit always 댜 0-24-345
-after digit always 댝 0-24-345-1
-after digit always 댞 0-24-345-1-1
-after digit always 댟 0-24-345-1-3
-after digit always 댠 0-24-345-25
-after digit always 댡 0-24-345-25-13
-after digit always 댢 0-24-345-25-356
-after digit always 댣 0-24-345-35
-after digit always 댤 0-24-345-2
-after digit always 댥 0-24-345-2-1
-after digit always 댦 0-24-345-2-26
-after digit always 댧 0-24-345-2-12
-after digit always 댨 0-24-345-2-3
-after digit always 댩 0-24-345-2-236
-after digit always 댪 0-24-345-2-256
-after digit always 댫 0-24-345-2-356
-after digit always 댬 0-24-345-26
-after digit always 댭 0-24-345-12
-after digit always 댮 0-24-345-12-3
-after digit always 댯 0-24-345-3
-after digit always 댰 0-24-345-34
-after digit always 댱 0-24-345-2356
-after digit always 댲 0-24-345-13
-after digit always 댳 0-24-345-23
-after digit always 댴 0-24-345-235
-after digit always 댵 0-24-345-236
-after digit always 댶 0-24-345-256
-after digit always 댷 0-24-345-356
-after digit always 댸 0-24-345-1235
-after digit always 댹 0-24-345-1235-1
-after digit always 댺 0-24-345-1235-1-1
-after digit always 댻 0-24-345-1235-1-3
-after digit always 댼 0-24-345-1235-25
-after digit always 댽 0-24-345-1235-25-13
-after digit always 댾 0-24-345-1235-25-356
-after digit always 댿 0-24-345-1235-35
-after digit always 덀 0-24-345-1235-2
-after digit always 덁 0-24-345-1235-2-1
-after digit always 덂 0-24-345-1235-2-26
-after digit always 덃 0-24-345-1235-2-12
-after digit always 덄 0-24-345-1235-2-3
-after digit always 덅 0-24-345-1235-2-236
-after digit always 덆 0-24-345-1235-2-256
-after digit always 덇 0-24-345-1235-2-356
-after digit always 덈 0-24-345-1235-26
-after digit always 덉 0-24-345-1235-12
-after digit always 덊 0-24-345-1235-12-3
-after digit always 덋 0-24-345-1235-3
-after digit always 덌 0-24-345-1235-34
-after digit always 덍 0-24-345-1235-2356
-after digit always 덎 0-24-345-1235-13
-after digit always 덏 0-24-345-1235-23
-after digit always 덐 0-24-345-1235-235
-after digit always 덑 0-24-345-1235-236
-after digit always 덒 0-24-345-1235-256
-after digit always 덓 0-24-345-1235-356
-after digit always 더 0-24-234
-after digit always 덛 0-24-234-35
-after digit always 덤 0-24-234-26
-after digit always 덥 0-24-234-12
-after digit always 덦 0-24-234-12-3
-after digit always 덧 0-24-234-3
-after digit always 덨 0-24-234-34
-after digit always 덩 0-24-234-2356
-after digit always 덪 0-24-234-13
-after digit always 덫 0-24-234-23
-after digit always 덬 0-24-234-235
-after digit always 덭 0-24-234-236
-after digit always 덮 0-24-234-256
-after digit always 덯 0-24-234-356
-after digit always 데 0-24-1345
-after digit always 덱 0-24-1345-1
-after digit always 덲 0-24-1345-1-1
-after digit always 덳 0-24-1345-1-3
-after digit always 덴 0-24-1345-25
-after digit always 덵 0-24-1345-25-13
-after digit always 덶 0-24-1345-25-356
-after digit always 덷 0-24-1345-35
-after digit always 델 0-24-1345-2
-after digit always 덹 0-24-1345-2-1
-after digit always 덺 0-24-1345-2-26
-after digit always 덻 0-24-1345-2-12
-after digit always 덼 0-24-1345-2-3
-after digit always 덽 0-24-1345-2-236
-after digit always 덾 0-24-1345-2-256
-after digit always 덿 0-24-1345-2-356
-after digit always 뎀 0-24-1345-26
-after digit always 뎁 0-24-1345-12
-after digit always 뎂 0-24-1345-12-3
-after digit always 뎃 0-24-1345-3
-after digit always 뎄 0-24-1345-34
-after digit always 뎅 0-24-1345-2356
-after digit always 뎆 0-24-1345-13
-after digit always 뎇 0-24-1345-23
-after digit always 뎈 0-24-1345-235
-after digit always 뎉 0-24-1345-236
-after digit always 뎊 0-24-1345-256
-after digit always 뎋 0-24-1345-356
-after digit always 뎌 0-24-156
-after digit always 뎍 0-24-156-1
-after digit always 뎎 0-24-156-1-1
-after digit always 뎏 0-24-156-1-3
-after digit always 뎓 0-24-156-35
-after digit always 뎜 0-24-156-26
-after digit always 뎝 0-24-156-12
-after digit always 뎞 0-24-156-12-3
-after digit always 뎟 0-24-156-3
-after digit always 뎠 0-24-156-34
-after digit always 뎢 0-24-156-13
-after digit always 뎣 0-24-156-23
-after digit always 뎤 0-24-156-235
-after digit always 뎥 0-24-156-236
-after digit always 뎦 0-24-156-256
-after digit always 뎧 0-24-156-356
-after digit always 뎨 0-24-34
-after digit always 뎩 0-24-34-1
-after digit always 뎪 0-24-34-1-1
-after digit always 뎫 0-24-34-1-3
-after digit always 뎬 0-24-34-25
-after digit always 뎭 0-24-34-25-13
-after digit always 뎮 0-24-34-25-356
-after digit always 뎯 0-24-34-35
-after digit always 뎰 0-24-34-2
-after digit always 뎱 0-24-34-2-1
-after digit always 뎲 0-24-34-2-26
-after digit always 뎳 0-24-34-2-12
-after digit always 뎴 0-24-34-2-3
-after digit always 뎵 0-24-34-2-236
-after digit always 뎶 0-24-34-2-256
-after digit always 뎷 0-24-34-2-356
-after digit always 뎸 0-24-34-26
-after digit always 뎹 0-24-34-12
-after digit always 뎺 0-24-34-12-3
-after digit always 뎻 0-24-34-3
-after digit always 뎼 0-24-34-34
-after digit always 뎽 0-24-34-2356
-after digit always 뎾 0-24-34-13
-after digit always 뎿 0-24-34-23
-after digit always 돀 0-24-34-235
-after digit always 돁 0-24-34-236
-after digit always 돂 0-24-34-256
-after digit always 돃 0-24-34-356
-after digit always 도 0-24-136
-after digit always 돋 0-24-136-35
-after digit always 돌 0-24-136-2
-after digit always 돍 0-24-136-2-1
-after digit always 돎 0-24-136-2-26
-after digit always 돏 0-24-136-2-12
-after digit always 돐 0-24-136-2-3
-after digit always 돑 0-24-136-2-236
-after digit always 돒 0-24-136-2-256
-after digit always 돓 0-24-136-2-356
-after digit always 돔 0-24-136-26
-after digit always 돕 0-24-136-12
-after digit always 돖 0-24-136-12-3
-after digit always 돗 0-24-136-3
-after digit always 돘 0-24-136-34
-after digit always 돚 0-24-136-13
-after digit always 돛 0-24-136-23
-after digit always 돜 0-24-136-235
-after digit always 돝 0-24-136-236
-after digit always 돞 0-24-136-256
-after digit always 돟 0-24-136-356
-after digit always 돠 0-24-1236
-after digit always 돡 0-24-1236-1
-after digit always 돢 0-24-1236-1-1
-after digit always 돣 0-24-1236-1-3
-after digit always 돤 0-24-1236-25
-after digit always 돥 0-24-1236-25-13
-after digit always 돦 0-24-1236-25-356
-after digit always 돧 0-24-1236-35
-after digit always 돨 0-24-1236-2
-after digit always 돩 0-24-1236-2-1
-after digit always 돪 0-24-1236-2-26
-after digit always 돫 0-24-1236-2-12
-after digit always 돬 0-24-1236-2-3
-after digit always 돭 0-24-1236-2-236
-after digit always 돮 0-24-1236-2-256
-after digit always 돯 0-24-1236-2-356
-after digit always 돰 0-24-1236-26
-after digit always 돱 0-24-1236-12
-after digit always 돲 0-24-1236-12-3
-after digit always 돳 0-24-1236-3
-after digit always 돴 0-24-1236-34
-after digit always 돵 0-24-1236-2356
-after digit always 돶 0-24-1236-13
-after digit always 돷 0-24-1236-23
-after digit always 돸 0-24-1236-235
-after digit always 돹 0-24-1236-236
-after digit always 돺 0-24-1236-256
-after digit always 돻 0-24-1236-356
-after digit always 돼 0-24-1236-1235
-after digit always 돽 0-24-1236-1235-1
-after digit always 돾 0-24-1236-1235-1-1
-after digit always 돿 0-24-1236-1235-1-3
-after digit always 됀 0-24-1236-1235-25
-after digit always 됁 0-24-1236-1235-25-13
-after digit always 됂 0-24-1236-1235-25-356
-after digit always 됃 0-24-1236-1235-35
-after digit always 됄 0-24-1236-1235-2
-after digit always 됅 0-24-1236-1235-2-1
-after digit always 됆 0-24-1236-1235-2-26
-after digit always 됇 0-24-1236-1235-2-12
-after digit always 됈 0-24-1236-1235-2-3
-after digit always 됉 0-24-1236-1235-2-236
-after digit always 됊 0-24-1236-1235-2-256
-after digit always 됋 0-24-1236-1235-2-356
-after digit always 됌 0-24-1236-1235-26
-after digit always 됍 0-24-1236-1235-12
-after digit always 됎 0-24-1236-1235-12-3
-after digit always 됏 0-24-1236-1235-3
-after digit always 됐 0-24-1236-1235-34
-after digit always 됑 0-24-1236-1235-2356
-after digit always 됒 0-24-1236-1235-13
-after digit always 됓 0-24-1236-1235-23
-after digit always 됔 0-24-1236-1235-235
-after digit always 됕 0-24-1236-1235-236
-after digit always 됖 0-24-1236-1235-256
-after digit always 됗 0-24-1236-1235-356
-after digit always 되 0-24-13456
-after digit always 됙 0-24-13456-1
-after digit always 됚 0-24-13456-1-1
-after digit always 됛 0-24-13456-1-3
-after digit always 된 0-24-13456-25
-after digit always 됝 0-24-13456-25-13
-after digit always 됞 0-24-13456-25-356
-after digit always 됟 0-24-13456-35
-after digit always 될 0-24-13456-2
-after digit always 됡 0-24-13456-2-1
-after digit always 됢 0-24-13456-2-26
-after digit always 됣 0-24-13456-2-12
-after digit always 됤 0-24-13456-2-3
-after digit always 됥 0-24-13456-2-236
-after digit always 됦 0-24-13456-2-256
-after digit always 됧 0-24-13456-2-356
-after digit always 됨 0-24-13456-26
-after digit always 됩 0-24-13456-12
-after digit always 됪 0-24-13456-12-3
-after digit always 됫 0-24-13456-3
-after digit always 됬 0-24-13456-34
-after digit always 됭 0-24-13456-2356
-after digit always 됮 0-24-13456-13
-after digit always 됯 0-24-13456-23
-after digit always 됰 0-24-13456-235
-after digit always 됱 0-24-13456-236
-after digit always 됲 0-24-13456-256
-after digit always 됳 0-24-13456-356
-after digit always 됴 0-24-346
-after digit always 됵 0-24-346-1
-after digit always 됶 0-24-346-1-1
-after digit always 됷 0-24-346-1-3
-after digit always 됸 0-24-346-25
-after digit always 됹 0-24-346-25-13
-after digit always 됺 0-24-346-25-356
-after digit always 됻 0-24-346-35
-after digit always 됼 0-24-346-2
-after digit always 됽 0-24-346-2-1
-after digit always 됾 0-24-346-2-26
-after digit always 됿 0-24-346-2-12
-after digit always 둀 0-24-346-2-3
-after digit always 둁 0-24-346-2-236
-after digit always 둂 0-24-346-2-256
-after digit always 둃 0-24-346-2-356
-after digit always 둄 0-24-346-26
-after digit always 둅 0-24-346-12
-after digit always 둆 0-24-346-12-3
-after digit always 둇 0-24-346-3
-after digit always 둈 0-24-346-34
-after digit always 둉 0-24-346-2356
-after digit always 둊 0-24-346-13
-after digit always 둋 0-24-346-23
-after digit always 둌 0-24-346-235
-after digit always 둍 0-24-346-236
-after digit always 둎 0-24-346-256
-after digit always 둏 0-24-346-356
-after digit always 두 0-24-134
-after digit always 둑 0-24-134-1
-after digit always 둒 0-24-134-1-1
-after digit always 둓 0-24-134-1-3
-after digit always 둗 0-24-134-35
-after digit always 둠 0-24-134-26
-after digit always 둡 0-24-134-12
-after digit always 둢 0-24-134-12-3
-after digit always 둣 0-24-134-3
-after digit always 둤 0-24-134-34
-after digit always 둥 0-24-134-2356
-after digit always 둦 0-24-134-13
-after digit always 둧 0-24-134-23
-after digit always 둨 0-24-134-235
-after digit always 둩 0-24-134-236
-after digit always 둪 0-24-134-256
-after digit always 둫 0-24-134-356
-after digit always 둬 0-24-1234
-after digit always 둭 0-24-1234-1
-after digit always 둮 0-24-1234-1-1
-after digit always 둯 0-24-1234-1-3
-after digit always 둰 0-24-1234-25
-after digit always 둱 0-24-1234-25-13
-after digit always 둲 0-24-1234-25-356
-after digit always 둳 0-24-1234-35
-after digit always 둴 0-24-1234-2
-after digit always 둵 0-24-1234-2-1
-after digit always 둶 0-24-1234-2-26
-after digit always 둷 0-24-1234-2-12
-after digit always 둸 0-24-1234-2-3
-after digit always 둹 0-24-1234-2-236
-after digit always 둺 0-24-1234-2-256
-after digit always 둻 0-24-1234-2-356
-after digit always 둼 0-24-1234-26
-after digit always 둽 0-24-1234-12
-after digit always 둾 0-24-1234-12-3
-after digit always 둿 0-24-1234-3
-after digit always 뒀 0-24-1234-34
-after digit always 뒁 0-24-1234-2356
-after digit always 뒂 0-24-1234-13
-after digit always 뒃 0-24-1234-23
-after digit always 뒄 0-24-1234-235
-after digit always 뒅 0-24-1234-236
-after digit always 뒆 0-24-1234-256
-after digit always 뒇 0-24-1234-356
-after digit always 뒈 0-24-1234-1235
-after digit always 뒉 0-24-1234-1235-1
-after digit always 뒊 0-24-1234-1235-1-1
-after digit always 뒋 0-24-1234-1235-1-3
-after digit always 뒌 0-24-1234-1235-25
-after digit always 뒍 0-24-1234-1235-25-13
-after digit always 뒎 0-24-1234-1235-25-356
-after digit always 뒏 0-24-1234-1235-35
-after digit always 뒐 0-24-1234-1235-2
-after digit always 뒑 0-24-1234-1235-2-1
-after digit always 뒒 0-24-1234-1235-2-26
-after digit always 뒓 0-24-1234-1235-2-12
-after digit always 뒔 0-24-1234-1235-2-3
-after digit always 뒕 0-24-1234-1235-2-236
-after digit always 뒖 0-24-1234-1235-2-256
-after digit always 뒗 0-24-1234-1235-2-356
-after digit always 뒘 0-24-1234-1235-26
-after digit always 뒙 0-24-1234-1235-12
-after digit always 뒚 0-24-1234-1235-12-3
-after digit always 뒛 0-24-1234-1235-3
-after digit always 뒜 0-24-1234-1235-34
-after digit always 뒝 0-24-1234-1235-2356
-after digit always 뒞 0-24-1234-1235-13
-after digit always 뒟 0-24-1234-1235-23
-after digit always 뒠 0-24-1234-1235-235
-after digit always 뒡 0-24-1234-1235-236
-after digit always 뒢 0-24-1234-1235-256
-after digit always 뒣 0-24-1234-1235-356
-after digit always 뒤 0-24-134-1235
-after digit always 뒥 0-24-134-1235-1
-after digit always 뒦 0-24-134-1235-1-1
-after digit always 뒧 0-24-134-1235-1-3
-after digit always 뒨 0-24-134-1235-25
-after digit always 뒩 0-24-134-1235-25-13
-after digit always 뒪 0-24-134-1235-25-356
-after digit always 뒫 0-24-134-1235-35
-after digit always 뒬 0-24-134-1235-2
-after digit always 뒭 0-24-134-1235-2-1
-after digit always 뒮 0-24-134-1235-2-26
-after digit always 뒯 0-24-134-1235-2-12
-after digit always 뒰 0-24-134-1235-2-3
-after digit always 뒱 0-24-134-1235-2-236
-after digit always 뒲 0-24-134-1235-2-256
-after digit always 뒳 0-24-134-1235-2-356
-after digit always 뒴 0-24-134-1235-26
-after digit always 뒵 0-24-134-1235-12
-after digit always 뒶 0-24-134-1235-12-3
-after digit always 뒷 0-24-134-1235-3
-after digit always 뒸 0-24-134-1235-34
-after digit always 뒹 0-24-134-1235-2356
-after digit always 뒺 0-24-134-1235-13
-after digit always 뒻 0-24-134-1235-23
-after digit always 뒼 0-24-134-1235-235
-after digit always 뒽 0-24-134-1235-236
-after digit always 뒾 0-24-134-1235-256
-after digit always 뒿 0-24-134-1235-356
-after digit always 듀 0-24-146
-after digit always 듁 0-24-146-1
-after digit always 듂 0-24-146-1-1
-after digit always 듃 0-24-146-1-3
-after digit always 듄 0-24-146-25
-after digit always 듅 0-24-146-25-13
-after digit always 듆 0-24-146-25-356
-after digit always 듇 0-24-146-35
-after digit always 듈 0-24-146-2
-after digit always 듉 0-24-146-2-1
-after digit always 듊 0-24-146-2-26
-after digit always 듋 0-24-146-2-12
-after digit always 듌 0-24-146-2-3
-after digit always 듍 0-24-146-2-236
-after digit always 듎 0-24-146-2-256
-after digit always 듏 0-24-146-2-356
-after digit always 듐 0-24-146-26
-after digit always 듑 0-24-146-12
-after digit always 듒 0-24-146-12-3
-after digit always 듓 0-24-146-3
-after digit always 듔 0-24-146-34
-after digit always 듕 0-24-146-2356
-after digit always 듖 0-24-146-13
-after digit always 듗 0-24-146-23
-after digit always 듘 0-24-146-235
-after digit always 듙 0-24-146-236
-after digit always 듚 0-24-146-256
-after digit always 듛 0-24-146-356
-after digit always 드 0-24-246
-after digit always 득 0-24-246-1
-after digit always 듞 0-24-246-1-1
-after digit always 듟 0-24-246-1-3
-after digit always 듣 0-24-246-35
-after digit always 듬 0-24-246-26
-after digit always 듭 0-24-246-12
-after digit always 듮 0-24-246-12-3
-after digit always 듯 0-24-246-3
-after digit always 듰 0-24-246-34
-after digit always 등 0-24-246-2356
-after digit always 듲 0-24-246-13
-after digit always 듳 0-24-246-23
-after digit always 듴 0-24-246-235
-after digit always 듵 0-24-246-236
-after digit always 듶 0-24-246-256
-after digit always 듷 0-24-246-356
-after digit always 듸 0-24-2456
-after digit always 듹 0-24-2456-1
-after digit always 듺 0-24-2456-1-1
-after digit always 듻 0-24-2456-1-3
-after digit always 듼 0-24-2456-25
-after digit always 듽 0-24-2456-25-13
-after digit always 듾 0-24-2456-25-356
-after digit always 듿 0-24-2456-35
-after digit always 딀 0-24-2456-2
-after digit always 딁 0-24-2456-2-1
-after digit always 딂 0-24-2456-2-26
-after digit always 딃 0-24-2456-2-12
-after digit always 딄 0-24-2456-2-3
-after digit always 딅 0-24-2456-2-236
-after digit always 딆 0-24-2456-2-256
-after digit always 딇 0-24-2456-2-356
-after digit always 딈 0-24-2456-26
-after digit always 딉 0-24-2456-12
-after digit always 딊 0-24-2456-12-3
-after digit always 딋 0-24-2456-3
-after digit always 딌 0-24-2456-34
-after digit always 딍 0-24-2456-2356
-after digit always 딎 0-24-2456-13
-after digit always 딏 0-24-2456-23
-after digit always 딐 0-24-2456-235
-after digit always 딑 0-24-2456-236
-after digit always 딒 0-24-2456-256
-after digit always 딓 0-24-2456-356
-after digit always 디 0-24-135
-after digit always 딕 0-24-135-1
-after digit always 딖 0-24-135-1-1
-after digit always 딗 0-24-135-1-3
-after digit always 딛 0-24-135-35
-after digit always 딜 0-24-135-2
-after digit always 딝 0-24-135-2-1
-after digit always 딞 0-24-135-2-26
-after digit always 딟 0-24-135-2-12
-after digit always 딠 0-24-135-2-3
-after digit always 딡 0-24-135-2-236
-after digit always 딢 0-24-135-2-256
-after digit always 딣 0-24-135-2-356
-after digit always 딤 0-24-135-26
-after digit always 딥 0-24-135-12
-after digit always 딦 0-24-135-12-3
-after digit always 딧 0-24-135-3
-after digit always 딨 0-24-135-34
-after digit always 딩 0-24-135-2356
-after digit always 딪 0-24-135-13
-after digit always 딫 0-24-135-23
-after digit always 딬 0-24-135-235
-after digit always 딭 0-24-135-236
-after digit always 딮 0-24-135-256
-after digit always 딯 0-24-135-356
-after digit always 매 0-15-1235
-after digit always 맥 0-15-1235-1
-after digit always 맦 0-15-1235-1-1
-after digit always 맧 0-15-1235-1-3
-after digit always 맨 0-15-1235-25
-after digit always 맩 0-15-1235-25-13
-after digit always 맪 0-15-1235-25-356
-after digit always 맫 0-15-1235-35
-after digit always 맬 0-15-1235-2
-after digit always 맭 0-15-1235-2-1
-after digit always 맮 0-15-1235-2-26
-after digit always 맯 0-15-1235-2-12
-after digit always 맰 0-15-1235-2-3
-after digit always 맱 0-15-1235-2-236
-after digit always 맲 0-15-1235-2-256
-after digit always 맳 0-15-1235-2-356
-after digit always 맴 0-15-1235-26
-after digit always 맵 0-15-1235-12
-after digit always 맶 0-15-1235-12-3
-after digit always 맷 0-15-1235-3
-after digit always 맸 0-15-1235-34
-after digit always 맹 0-15-1235-2356
-after digit always 맺 0-15-1235-13
-after digit always 맻 0-15-1235-23
-after digit always 맼 0-15-1235-235
-after digit always 맽 0-15-1235-236
-after digit always 맾 0-15-1235-256
-after digit always 맿 0-15-1235-356
-after digit always 먀 0-15-345
-after digit always 먁 0-15-345-1
-after digit always 먂 0-15-345-1-1
-after digit always 먃 0-15-345-1-3
-after digit always 먄 0-15-345-25
-after digit always 먅 0-15-345-25-13
-after digit always 먆 0-15-345-25-356
-after digit always 먇 0-15-345-35
-after digit always 먈 0-15-345-2
-after digit always 먉 0-15-345-2-1
-after digit always 먊 0-15-345-2-26
-after digit always 먋 0-15-345-2-12
-after digit always 먌 0-15-345-2-3
-after digit always 먍 0-15-345-2-236
-after digit always 먎 0-15-345-2-256
-after digit always 먏 0-15-345-2-356
-after digit always 먐 0-15-345-26
-after digit always 먑 0-15-345-12
-after digit always 먒 0-15-345-12-3
-after digit always 먓 0-15-345-3
-after digit always 먔 0-15-345-34
-after digit always 먕 0-15-345-2356
-after digit always 먖 0-15-345-13
-after digit always 먗 0-15-345-23
-after digit always 먘 0-15-345-235
-after digit always 먙 0-15-345-236
-after digit always 먚 0-15-345-256
-after digit always 먛 0-15-345-356
-after digit always 먜 0-15-345-1235
-after digit always 먝 0-15-345-1235-1
-after digit always 먞 0-15-345-1235-1-1
-after digit always 먟 0-15-345-1235-1-3
-after digit always 먠 0-15-345-1235-25
-after digit always 먡 0-15-345-1235-25-13
-after digit always 먢 0-15-345-1235-25-356
-after digit always 먣 0-15-345-1235-35
-after digit always 먤 0-15-345-1235-2
-after digit always 먥 0-15-345-1235-2-1
-after digit always 먦 0-15-345-1235-2-26
-after digit always 먧 0-15-345-1235-2-12
-after digit always 먨 0-15-345-1235-2-3
-after digit always 먩 0-15-345-1235-2-236
-after digit always 먪 0-15-345-1235-2-256
-after digit always 먫 0-15-345-1235-2-356
-after digit always 먬 0-15-345-1235-26
-after digit always 먭 0-15-345-1235-12
-after digit always 먮 0-15-345-1235-12-3
-after digit always 먯 0-15-345-1235-3
-after digit always 먰 0-15-345-1235-34
-after digit always 먱 0-15-345-1235-2356
-after digit always 먲 0-15-345-1235-13
-after digit always 먳 0-15-345-1235-23
-after digit always 먴 0-15-345-1235-235
-after digit always 먵 0-15-345-1235-236
-after digit always 먶 0-15-345-1235-256
-after digit always 먷 0-15-345-1235-356
-after digit always 머 0-15-234
-after digit always 먿 0-15-234-35
-after digit always 멈 0-15-234-26
-after digit always 멉 0-15-234-12
-after digit always 멊 0-15-234-12-3
-after digit always 멋 0-15-234-3
-after digit always 멌 0-15-234-34
-after digit always 멍 0-15-234-2356
-after digit always 멎 0-15-234-13
-after digit always 멏 0-15-234-23
-after digit always 멐 0-15-234-235
-after digit always 멑 0-15-234-236
-after digit always 멒 0-15-234-256
-after digit always 멓 0-15-234-356
-after digit always 메 0-15-1345
-after digit always 멕 0-15-1345-1
-after digit always 멖 0-15-1345-1-1
-after digit always 멗 0-15-1345-1-3
-after digit always 멘 0-15-1345-25
-after digit always 멙 0-15-1345-25-13
-after digit always 멚 0-15-1345-25-356
-after digit always 멛 0-15-1345-35
-after digit always 멜 0-15-1345-2
-after digit always 멝 0-15-1345-2-1
-after digit always 멞 0-15-1345-2-26
-after digit always 멟 0-15-1345-2-12
-after digit always 멠 0-15-1345-2-3
-after digit always 멡 0-15-1345-2-236
-after digit always 멢 0-15-1345-2-256
-after digit always 멣 0-15-1345-2-356
-after digit always 멤 0-15-1345-26
-after digit always 멥 0-15-1345-12
-after digit always 멦 0-15-1345-12-3
-after digit always 멧 0-15-1345-3
-after digit always 멨 0-15-1345-34
-after digit always 멩 0-15-1345-2356
-after digit always 멪 0-15-1345-13
-after digit always 멫 0-15-1345-23
-after digit always 멬 0-15-1345-235
-after digit always 멭 0-15-1345-236
-after digit always 멮 0-15-1345-256
-after digit always 멯 0-15-1345-356
-after digit always 며 0-15-156
-after digit always 멱 0-15-156-1
-after digit always 멲 0-15-156-1-1
-after digit always 멳 0-15-156-1-3
-after digit always 멷 0-15-156-35
-after digit always 몀 0-15-156-26
-after digit always 몁 0-15-156-12
-after digit always 몂 0-15-156-12-3
-after digit always 몃 0-15-156-3
-after digit always 몄 0-15-156-34
-after digit always 몆 0-15-156-13
-after digit always 몇 0-15-156-23
-after digit always 몈 0-15-156-235
-after digit always 몉 0-15-156-236
-after digit always 몊 0-15-156-256
-after digit always 몋 0-15-156-356
-after digit always 몌 0-15-34
-after digit always 몍 0-15-34-1
-after digit always 몎 0-15-34-1-1
-after digit always 몏 0-15-34-1-3
-after digit always 몐 0-15-34-25
-after digit always 몑 0-15-34-25-13
-after digit always 몒 0-15-34-25-356
-after digit always 몓 0-15-34-35
-after digit always 몔 0-15-34-2
-after digit always 몕 0-15-34-2-1
-after digit always 몖 0-15-34-2-26
-after digit always 몗 0-15-34-2-12
-after digit always 몘 0-15-34-2-3
-after digit always 몙 0-15-34-2-236
-after digit always 몚 0-15-34-2-256
-after digit always 몛 0-15-34-2-356
-after digit always 몜 0-15-34-26
-after digit always 몝 0-15-34-12
-after digit always 몞 0-15-34-12-3
-after digit always 몟 0-15-34-3
-after digit always 몠 0-15-34-34
-after digit always 몡 0-15-34-2356
-after digit always 몢 0-15-34-13
-after digit always 몣 0-15-34-23
-after digit always 몤 0-15-34-235
-after digit always 몥 0-15-34-236
-after digit always 몦 0-15-34-256
-after digit always 몧 0-15-34-356
-after digit always 모 0-15-136
-after digit always 몯 0-15-136-35
-after digit always 몰 0-15-136-2
-after digit always 몱 0-15-136-2-1
-after digit always 몲 0-15-136-2-26
-after digit always 몳 0-15-136-2-12
-after digit always 몴 0-15-136-2-3
-after digit always 몵 0-15-136-2-236
-after digit always 몶 0-15-136-2-256
-after digit always 몷 0-15-136-2-356
-after digit always 몸 0-15-136-26
-after digit always 몹 0-15-136-12
-after digit always 몺 0-15-136-12-3
-after digit always 못 0-15-136-3
-after digit always 몼 0-15-136-34
-after digit always 몾 0-15-136-13
-after digit always 몿 0-15-136-23
-after digit always 뫀 0-15-136-235
-after digit always 뫁 0-15-136-236
-after digit always 뫂 0-15-136-256
-after digit always 뫃 0-15-136-356
-after digit always 뫄 0-15-1236
-after digit always 뫅 0-15-1236-1
-after digit always 뫆 0-15-1236-1-1
-after digit always 뫇 0-15-1236-1-3
-after digit always 뫈 0-15-1236-25
-after digit always 뫉 0-15-1236-25-13
-after digit always 뫊 0-15-1236-25-356
-after digit always 뫋 0-15-1236-35
-after digit always 뫌 0-15-1236-2
-after digit always 뫍 0-15-1236-2-1
-after digit always 뫎 0-15-1236-2-26
-after digit always 뫏 0-15-1236-2-12
-after digit always 뫐 0-15-1236-2-3
-after digit always 뫑 0-15-1236-2-236
-after digit always 뫒 0-15-1236-2-256
-after digit always 뫓 0-15-1236-2-356
-after digit always 뫔 0-15-1236-26
-after digit always 뫕 0-15-1236-12
-after digit always 뫖 0-15-1236-12-3
-after digit always 뫗 0-15-1236-3
-after digit always 뫘 0-15-1236-34
-after digit always 뫙 0-15-1236-2356
-after digit always 뫚 0-15-1236-13
-after digit always 뫛 0-15-1236-23
-after digit always 뫜 0-15-1236-235
-after digit always 뫝 0-15-1236-236
-after digit always 뫞 0-15-1236-256
-after digit always 뫟 0-15-1236-356
-after digit always 뫠 0-15-1236-1235
-after digit always 뫡 0-15-1236-1235-1
-after digit always 뫢 0-15-1236-1235-1-1
-after digit always 뫣 0-15-1236-1235-1-3
-after digit always 뫤 0-15-1236-1235-25
-after digit always 뫥 0-15-1236-1235-25-13
-after digit always 뫦 0-15-1236-1235-25-356
-after digit always 뫧 0-15-1236-1235-35
-after digit always 뫨 0-15-1236-1235-2
-after digit always 뫩 0-15-1236-1235-2-1
-after digit always 뫪 0-15-1236-1235-2-26
-after digit always 뫫 0-15-1236-1235-2-12
-after digit always 뫬 0-15-1236-1235-2-3
-after digit always 뫭 0-15-1236-1235-2-236
-after digit always 뫮 0-15-1236-1235-2-256
-after digit always 뫯 0-15-1236-1235-2-356
-after digit always 뫰 0-15-1236-1235-26
-after digit always 뫱 0-15-1236-1235-12
-after digit always 뫲 0-15-1236-1235-12-3
-after digit always 뫳 0-15-1236-1235-3
-after digit always 뫴 0-15-1236-1235-34
-after digit always 뫵 0-15-1236-1235-2356
-after digit always 뫶 0-15-1236-1235-13
-after digit always 뫷 0-15-1236-1235-23
-after digit always 뫸 0-15-1236-1235-235
-after digit always 뫹 0-15-1236-1235-236
-after digit always 뫺 0-15-1236-1235-256
-after digit always 뫻 0-15-1236-1235-356
-after digit always 뫼 0-15-13456
-after digit always 뫽 0-15-13456-1
-after digit always 뫾 0-15-13456-1-1
-after digit always 뫿 0-15-13456-1-3
-after digit always 묀 0-15-13456-25
-after digit always 묁 0-15-13456-25-13
-after digit always 묂 0-15-13456-25-356
-after digit always 묃 0-15-13456-35
-after digit always 묄 0-15-13456-2
-after digit always 묅 0-15-13456-2-1
-after digit always 묆 0-15-13456-2-26
-after digit always 묇 0-15-13456-2-12
-after digit always 묈 0-15-13456-2-3
-after digit always 묉 0-15-13456-2-236
-after digit always 묊 0-15-13456-2-256
-after digit always 묋 0-15-13456-2-356
-after digit always 묌 0-15-13456-26
-after digit always 묍 0-15-13456-12
-after digit always 묎 0-15-13456-12-3
-after digit always 묏 0-15-13456-3
-after digit always 묐 0-15-13456-34
-after digit always 묑 0-15-13456-2356
-after digit always 묒 0-15-13456-13
-after digit always 묓 0-15-13456-23
-after digit always 묔 0-15-13456-235
-after digit always 묕 0-15-13456-236
-after digit always 묖 0-15-13456-256
-after digit always 묗 0-15-13456-356
-after digit always 묘 0-15-346
-after digit always 묙 0-15-346-1
-after digit always 묚 0-15-346-1-1
-after digit always 묛 0-15-346-1-3
-after digit always 묜 0-15-346-25
-after digit always 묝 0-15-346-25-13
-after digit always 묞 0-15-346-25-356
-after digit always 묟 0-15-346-35
-after digit always 묠 0-15-346-2
-after digit always 묡 0-15-346-2-1
-after digit always 묢 0-15-346-2-26
-after digit always 묣 0-15-346-2-12
-after digit always 묤 0-15-346-2-3
-after digit always 묥 0-15-346-2-236
-after digit always 묦 0-15-346-2-256
-after digit always 묧 0-15-346-2-356
-after digit always 묨 0-15-346-26
-after digit always 묩 0-15-346-12
-after digit always 묪 0-15-346-12-3
-after digit always 묫 0-15-346-3
-after digit always 묬 0-15-346-34
-after digit always 묭 0-15-346-2356
-after digit always 묮 0-15-346-13
-after digit always 묯 0-15-346-23
-after digit always 묰 0-15-346-235
-after digit always 묱 0-15-346-236
-after digit always 묲 0-15-346-256
-after digit always 묳 0-15-346-356
-after digit always 무 0-15-134
-after digit always 묵 0-15-134-1
-after digit always 묶 0-15-134-1-1
-after digit always 묷 0-15-134-1-3
-after digit always 묻 0-15-134-35
-after digit always 뭄 0-15-134-26
-after digit always 뭅 0-15-134-12
-after digit always 뭆 0-15-134-12-3
-after digit always 뭇 0-15-134-3
-after digit always 뭈 0-15-134-34
-after digit always 뭉 0-15-134-2356
-after digit always 뭊 0-15-134-13
-after digit always 뭋 0-15-134-23
-after digit always 뭌 0-15-134-235
-after digit always 뭍 0-15-134-236
-after digit always 뭎 0-15-134-256
-after digit always 뭏 0-15-134-356
-after digit always 뭐 0-15-1234
-after digit always 뭑 0-15-1234-1
-after digit always 뭒 0-15-1234-1-1
-after digit always 뭓 0-15-1234-1-3
-after digit always 뭔 0-15-1234-25
-after digit always 뭕 0-15-1234-25-13
-after digit always 뭖 0-15-1234-25-356
-after digit always 뭗 0-15-1234-35
-after digit always 뭘 0-15-1234-2
-after digit always 뭙 0-15-1234-2-1
-after digit always 뭚 0-15-1234-2-26
-after digit always 뭛 0-15-1234-2-12
-after digit always 뭜 0-15-1234-2-3
-after digit always 뭝 0-15-1234-2-236
-after digit always 뭞 0-15-1234-2-256
-after digit always 뭟 0-15-1234-2-356
-after digit always 뭠 0-15-1234-26
-after digit always 뭡 0-15-1234-12
-after digit always 뭢 0-15-1234-12-3
-after digit always 뭣 0-15-1234-3
-after digit always 뭤 0-15-1234-34
-after digit always 뭥 0-15-1234-2356
-after digit always 뭦 0-15-1234-13
-after digit always 뭧 0-15-1234-23
-after digit always 뭨 0-15-1234-235
-after digit always 뭩 0-15-1234-236
-after digit always 뭪 0-15-1234-256
-after digit always 뭫 0-15-1234-356
-after digit always 뭬 0-15-1234-1235
-after digit always 뭭 0-15-1234-1235-1
-after digit always 뭮 0-15-1234-1235-1-1
-after digit always 뭯 0-15-1234-1235-1-3
-after digit always 뭰 0-15-1234-1235-25
-after digit always 뭱 0-15-1234-1235-25-13
-after digit always 뭲 0-15-1234-1235-25-356
-after digit always 뭳 0-15-1234-1235-35
-after digit always 뭴 0-15-1234-1235-2
-after digit always 뭵 0-15-1234-1235-2-1
-after digit always 뭶 0-15-1234-1235-2-26
-after digit always 뭷 0-15-1234-1235-2-12
-after digit always 뭸 0-15-1234-1235-2-3
-after digit always 뭹 0-15-1234-1235-2-236
-after digit always 뭺 0-15-1234-1235-2-256
-after digit always 뭻 0-15-1234-1235-2-356
-after digit always 뭼 0-15-1234-1235-26
-after digit always 뭽 0-15-1234-1235-12
-after digit always 뭾 0-15-1234-1235-12-3
-after digit always 뭿 0-15-1234-1235-3
-after digit always 뮀 0-15-1234-1235-34
-after digit always 뮁 0-15-1234-1235-2356
-after digit always 뮂 0-15-1234-1235-13
-after digit always 뮃 0-15-1234-1235-23
-after digit always 뮄 0-15-1234-1235-235
-after digit always 뮅 0-15-1234-1235-236
-after digit always 뮆 0-15-1234-1235-256
-after digit always 뮇 0-15-1234-1235-356
-after digit always 뮈 0-15-134-1235
-after digit always 뮉 0-15-134-1235-1
-after digit always 뮊 0-15-134-1235-1-1
-after digit always 뮋 0-15-134-1235-1-3
-after digit always 뮌 0-15-134-1235-25
-after digit always 뮍 0-15-134-1235-25-13
-after digit always 뮎 0-15-134-1235-25-356
-after digit always 뮏 0-15-134-1235-35
-after digit always 뮐 0-15-134-1235-2
-after digit always 뮑 0-15-134-1235-2-1
-after digit always 뮒 0-15-134-1235-2-26
-after digit always 뮓 0-15-134-1235-2-12
-after digit always 뮔 0-15-134-1235-2-3
-after digit always 뮕 0-15-134-1235-2-236
-after digit always 뮖 0-15-134-1235-2-256
-after digit always 뮗 0-15-134-1235-2-356
-after digit always 뮘 0-15-134-1235-26
-after digit always 뮙 0-15-134-1235-12
-after digit always 뮚 0-15-134-1235-12-3
-after digit always 뮛 0-15-134-1235-3
-after digit always 뮜 0-15-134-1235-34
-after digit always 뮝 0-15-134-1235-2356
-after digit always 뮞 0-15-134-1235-13
-after digit always 뮟 0-15-134-1235-23
-after digit always 뮠 0-15-134-1235-235
-after digit always 뮡 0-15-134-1235-236
-after digit always 뮢 0-15-134-1235-256
-after digit always 뮣 0-15-134-1235-356
-after digit always 뮤 0-15-146
-after digit always 뮥 0-15-146-1
-after digit always 뮦 0-15-146-1-1
-after digit always 뮧 0-15-146-1-3
-after digit always 뮨 0-15-146-25
-after digit always 뮩 0-15-146-25-13
-after digit always 뮪 0-15-146-25-356
-after digit always 뮫 0-15-146-35
-after digit always 뮬 0-15-146-2
-after digit always 뮭 0-15-146-2-1
-after digit always 뮮 0-15-146-2-26
-after digit always 뮯 0-15-146-2-12
-after digit always 뮰 0-15-146-2-3
-after digit always 뮱 0-15-146-2-236
-after digit always 뮲 0-15-146-2-256
-after digit always 뮳 0-15-146-2-356
-after digit always 뮴 0-15-146-26
-after digit always 뮵 0-15-146-12
-after digit always 뮶 0-15-146-12-3
-after digit always 뮷 0-15-146-3
-after digit always 뮸 0-15-146-34
-after digit always 뮹 0-15-146-2356
-after digit always 뮺 0-15-146-13
-after digit always 뮻 0-15-146-23
-after digit always 뮼 0-15-146-235
-after digit always 뮽 0-15-146-236
-after digit always 뮾 0-15-146-256
-after digit always 뮿 0-15-146-356
-after digit always 므 0-15-246
-after digit always 믁 0-15-246-1
-after digit always 믂 0-15-246-1-1
-after digit always 믃 0-15-246-1-3
-after digit always 믇 0-15-246-35
-after digit always 믐 0-15-246-26
-after digit always 믑 0-15-246-12
-after digit always 믒 0-15-246-12-3
-after digit always 믓 0-15-246-3
-after digit always 믔 0-15-246-34
-after digit always 믕 0-15-246-2356
-after digit always 믖 0-15-246-13
-after digit always 믗 0-15-246-23
-after digit always 믘 0-15-246-235
-after digit always 믙 0-15-246-236
-after digit always 믚 0-15-246-256
-after digit always 믛 0-15-246-356
-after digit always 믜 0-15-2456
-after digit always 믝 0-15-2456-1
-after digit always 믞 0-15-2456-1-1
-after digit always 믟 0-15-2456-1-3
-after digit always 믠 0-15-2456-25
-after digit always 믡 0-15-2456-25-13
-after digit always 믢 0-15-2456-25-356
-after digit always 믣 0-15-2456-35
-after digit always 믤 0-15-2456-2
-after digit always 믥 0-15-2456-2-1
-after digit always 믦 0-15-2456-2-26
-after digit always 믧 0-15-2456-2-12
-after digit always 믨 0-15-2456-2-3
-after digit always 믩 0-15-2456-2-236
-after digit always 믪 0-15-2456-2-256
-after digit always 믫 0-15-2456-2-356
-after digit always 믬 0-15-2456-26
-after digit always 믭 0-15-2456-12
-after digit always 믮 0-15-2456-12-3
-after digit always 믯 0-15-2456-3
-after digit always 믰 0-15-2456-34
-after digit always 믱 0-15-2456-2356
-after digit always 믲 0-15-2456-13
-after digit always 믳 0-15-2456-23
-after digit always 믴 0-15-2456-235
-after digit always 믵 0-15-2456-236
-after digit always 믶 0-15-2456-256
-after digit always 믷 0-15-2456-356
-after digit always 미 0-15-135
-after digit always 믹 0-15-135-1
-after digit always 믺 0-15-135-1-1
-after digit always 믻 0-15-135-1-3
-after digit always 믿 0-15-135-35
-after digit always 밀 0-15-135-2
-after digit always 밁 0-15-135-2-1
-after digit always 밂 0-15-135-2-26
-after digit always 밃 0-15-135-2-12
-after digit always 밄 0-15-135-2-3
-after digit always 밅 0-15-135-2-236
-after digit always 밆 0-15-135-2-256
-after digit always 밇 0-15-135-2-356
-after digit always 밈 0-15-135-26
-after digit always 밉 0-15-135-12
-after digit always 밊 0-15-135-12-3
-after digit always 밋 0-15-135-3
-after digit always 밌 0-15-135-34
-after digit always 밍 0-15-135-2356
-after digit always 밎 0-15-135-13
-after digit always 및 0-15-135-23
-after digit always 밐 0-15-135-235
-after digit always 밑 0-15-135-236
-after digit always 밒 0-15-135-256
-after digit always 밓 0-15-135-356
-after digit always 캐 0-124-1235
-after digit always 캑 0-124-1235-1
-after digit always 캒 0-124-1235-1-1
-after digit always 캓 0-124-1235-1-3
-after digit always 캔 0-124-1235-25
-after digit always 캕 0-124-1235-25-13
-after digit always 캖 0-124-1235-25-356
-after digit always 캗 0-124-1235-35
-after digit always 캘 0-124-1235-2
-after digit always 캙 0-124-1235-2-1
-after digit always 캚 0-124-1235-2-26
-after digit always 캛 0-124-1235-2-12
-after digit always 캜 0-124-1235-2-3
-after digit always 캝 0-124-1235-2-236
-after digit always 캞 0-124-1235-2-256
-after digit always 캟 0-124-1235-2-356
-after digit always 캠 0-124-1235-26
-after digit always 캡 0-124-1235-12
-after digit always 캢 0-124-1235-12-3
-after digit always 캣 0-124-1235-3
-after digit always 캤 0-124-1235-34
-after digit always 캥 0-124-1235-2356
-after digit always 캦 0-124-1235-13
-after digit always 캧 0-124-1235-23
-after digit always 캨 0-124-1235-235
-after digit always 캩 0-124-1235-236
-after digit always 캪 0-124-1235-256
-after digit always 캫 0-124-1235-356
-after digit always 캬 0-124-345
-after digit always 캭 0-124-345-1
-after digit always 캮 0-124-345-1-1
-after digit always 캯 0-124-345-1-3
-after digit always 캰 0-124-345-25
-after digit always 캱 0-124-345-25-13
-after digit always 캲 0-124-345-25-356
-after digit always 캳 0-124-345-35
-after digit always 캴 0-124-345-2
-after digit always 캵 0-124-345-2-1
-after digit always 캶 0-124-345-2-26
-after digit always 캷 0-124-345-2-12
-after digit always 캸 0-124-345-2-3
-after digit always 캹 0-124-345-2-236
-after digit always 캺 0-124-345-2-256
-after digit always 캻 0-124-345-2-356
-after digit always 캼 0-124-345-26
-after digit always 캽 0-124-345-12
-after digit always 캾 0-124-345-12-3
-after digit always 캿 0-124-345-3
-after digit always 컀 0-124-345-34
-after digit always 컁 0-124-345-2356
-after digit always 컂 0-124-345-13
-after digit always 컃 0-124-345-23
-after digit always 컄 0-124-345-235
-after digit always 컅 0-124-345-236
-after digit always 컆 0-124-345-256
-after digit always 컇 0-124-345-356
-after digit always 컈 0-124-345-1235
-after digit always 컉 0-124-345-1235-1
-after digit always 컊 0-124-345-1235-1-1
-after digit always 컋 0-124-345-1235-1-3
-after digit always 컌 0-124-345-1235-25
-after digit always 컍 0-124-345-1235-25-13
-after digit always 컎 0-124-345-1235-25-356
-after digit always 컏 0-124-345-1235-35
-after digit always 컐 0-124-345-1235-2
-after digit always 컑 0-124-345-1235-2-1
-after digit always 컒 0-124-345-1235-2-26
-after digit always 컓 0-124-345-1235-2-12
-after digit always 컔 0-124-345-1235-2-3
-after digit always 컕 0-124-345-1235-2-236
-after digit always 컖 0-124-345-1235-2-256
-after digit always 컗 0-124-345-1235-2-356
-after digit always 컘 0-124-345-1235-26
-after digit always 컙 0-124-345-1235-12
-after digit always 컚 0-124-345-1235-12-3
-after digit always 컛 0-124-345-1235-3
-after digit always 컜 0-124-345-1235-34
-after digit always 컝 0-124-345-1235-2356
-after digit always 컞 0-124-345-1235-13
-after digit always 컟 0-124-345-1235-23
-after digit always 컠 0-124-345-1235-235
-after digit always 컡 0-124-345-1235-236
-after digit always 컢 0-124-345-1235-256
-after digit always 컣 0-124-345-1235-356
-after digit always 커 0-124-234
-after digit always 컫 0-124-234-35
-after digit always 컴 0-124-234-26
-after digit always 컵 0-124-234-12
-after digit always 컶 0-124-234-12-3
-after digit always 컷 0-124-234-3
-after digit always 컸 0-124-234-34
-after digit always 컹 0-124-234-2356
-after digit always 컺 0-124-234-13
-after digit always 컻 0-124-234-23
-after digit always 컼 0-124-234-235
-after digit always 컽 0-124-234-236
-after digit always 컾 0-124-234-256
-after digit always 컿 0-124-234-356
-after digit always 케 0-124-1345
-after digit always 켁 0-124-1345-1
-after digit always 켂 0-124-1345-1-1
-after digit always 켃 0-124-1345-1-3
-after digit always 켄 0-124-1345-25
-after digit always 켅 0-124-1345-25-13
-after digit always 켆 0-124-1345-25-356
-after digit always 켇 0-124-1345-35
-after digit always 켈 0-124-1345-2
-after digit always 켉 0-124-1345-2-1
-after digit always 켊 0-124-1345-2-26
-after digit always 켋 0-124-1345-2-12
-after digit always 켌 0-124-1345-2-3
-after digit always 켍 0-124-1345-2-236
-after digit always 켎 0-124-1345-2-256
-after digit always 켏 0-124-1345-2-356
-after digit always 켐 0-124-1345-26
-after digit always 켑 0-124-1345-12
-after digit always 켒 0-124-1345-12-3
-after digit always 켓 0-124-1345-3
-after digit always 켔 0-124-1345-34
-after digit always 켕 0-124-1345-2356
-after digit always 켖 0-124-1345-13
-after digit always 켗 0-124-1345-23
-after digit always 켘 0-124-1345-235
-after digit always 켙 0-124-1345-236
-after digit always 켚 0-124-1345-256
-after digit always 켛 0-124-1345-356
-after digit always 켜 0-124-156
-after digit always 켝 0-124-156-1
-after digit always 켞 0-124-156-1-1
-after digit always 켟 0-124-156-1-3
-after digit always 켣 0-124-156-35
-after digit always 켬 0-124-156-26
-after digit always 켭 0-124-156-12
-after digit always 켮 0-124-156-12-3
-after digit always 켯 0-124-156-3
-after digit always 켰 0-124-156-34
-after digit always 켲 0-124-156-13
-after digit always 켳 0-124-156-23
-after digit always 켴 0-124-156-235
-after digit always 켵 0-124-156-236
-after digit always 켶 0-124-156-256
-after digit always 켷 0-124-156-356
-after digit always 켸 0-124-34
-after digit always 켹 0-124-34-1
-after digit always 켺 0-124-34-1-1
-after digit always 켻 0-124-34-1-3
-after digit always 켼 0-124-34-25
-after digit always 켽 0-124-34-25-13
-after digit always 켾 0-124-34-25-356
-after digit always 켿 0-124-34-35
-after digit always 콀 0-124-34-2
-after digit always 콁 0-124-34-2-1
-after digit always 콂 0-124-34-2-26
-after digit always 콃 0-124-34-2-12
-after digit always 콄 0-124-34-2-3
-after digit always 콅 0-124-34-2-236
-after digit always 콆 0-124-34-2-256
-after digit always 콇 0-124-34-2-356
-after digit always 콈 0-124-34-26
-after digit always 콉 0-124-34-12
-after digit always 콊 0-124-34-12-3
-after digit always 콋 0-124-34-3
-after digit always 콌 0-124-34-34
-after digit always 콍 0-124-34-2356
-after digit always 콎 0-124-34-13
-after digit always 콏 0-124-34-23
-after digit always 콐 0-124-34-235
-after digit always 콑 0-124-34-236
-after digit always 콒 0-124-34-256
-after digit always 콓 0-124-34-356
-after digit always 코 0-124-136
-after digit always 콛 0-124-136-35
-after digit always 콜 0-124-136-2
-after digit always 콝 0-124-136-2-1
-after digit always 콞 0-124-136-2-26
-after digit always 콟 0-124-136-2-12
-after digit always 콠 0-124-136-2-3
-after digit always 콡 0-124-136-2-236
-after digit always 콢 0-124-136-2-256
-after digit always 콣 0-124-136-2-356
-after digit always 콤 0-124-136-26
-after digit always 콥 0-124-136-12
-after digit always 콦 0-124-136-12-3
-after digit always 콧 0-124-136-3
-after digit always 콨 0-124-136-34
-after digit always 콪 0-124-136-13
-after digit always 콫 0-124-136-23
-after digit always 콬 0-124-136-235
-after digit always 콭 0-124-136-236
-after digit always 콮 0-124-136-256
-after digit always 콯 0-124-136-356
-after digit always 콰 0-124-1236
-after digit always 콱 0-124-1236-1
-after digit always 콲 0-124-1236-1-1
-after digit always 콳 0-124-1236-1-3
-after digit always 콴 0-124-1236-25
-after digit always 콵 0-124-1236-25-13
-after digit always 콶 0-124-1236-25-356
-after digit always 콷 0-124-1236-35
-after digit always 콸 0-124-1236-2
-after digit always 콹 0-124-1236-2-1
-after digit always 콺 0-124-1236-2-26
-after digit always 콻 0-124-1236-2-12
-after digit always 콼 0-124-1236-2-3
-after digit always 콽 0-124-1236-2-236
-after digit always 콾 0-124-1236-2-256
-after digit always 콿 0-124-1236-2-356
-after digit always 쾀 0-124-1236-26
-after digit always 쾁 0-124-1236-12
-after digit always 쾂 0-124-1236-12-3
-after digit always 쾃 0-124-1236-3
-after digit always 쾄 0-124-1236-34
-after digit always 쾅 0-124-1236-2356
-after digit always 쾆 0-124-1236-13
-after digit always 쾇 0-124-1236-23
-after digit always 쾈 0-124-1236-235
-after digit always 쾉 0-124-1236-236
-after digit always 쾊 0-124-1236-256
-after digit always 쾋 0-124-1236-356
-after digit always 쾌 0-124-1236-1235
-after digit always 쾍 0-124-1236-1235-1
-after digit always 쾎 0-124-1236-1235-1-1
-after digit always 쾏 0-124-1236-1235-1-3
-after digit always 쾐 0-124-1236-1235-25
-after digit always 쾑 0-124-1236-1235-25-13
-after digit always 쾒 0-124-1236-1235-25-356
-after digit always 쾓 0-124-1236-1235-35
-after digit always 쾔 0-124-1236-1235-2
-after digit always 쾕 0-124-1236-1235-2-1
-after digit always 쾖 0-124-1236-1235-2-26
-after digit always 쾗 0-124-1236-1235-2-12
-after digit always 쾘 0-124-1236-1235-2-3
-after digit always 쾙 0-124-1236-1235-2-236
-after digit always 쾚 0-124-1236-1235-2-256
-after digit always 쾛 0-124-1236-1235-2-356
-after digit always 쾜 0-124-1236-1235-26
-after digit always 쾝 0-124-1236-1235-12
-after digit always 쾞 0-124-1236-1235-12-3
-after digit always 쾟 0-124-1236-1235-3
-after digit always 쾠 0-124-1236-1235-34
-after digit always 쾡 0-124-1236-1235-2356
-after digit always 쾢 0-124-1236-1235-13
-after digit always 쾣 0-124-1236-1235-23
-after digit always 쾤 0-124-1236-1235-235
-after digit always 쾥 0-124-1236-1235-236
-after digit always 쾦 0-124-1236-1235-256
-after digit always 쾧 0-124-1236-1235-356
-after digit always 쾨 0-124-13456
-after digit always 쾩 0-124-13456-1
-after digit always 쾪 0-124-13456-1-1
-after digit always 쾫 0-124-13456-1-3
-after digit always 쾬 0-124-13456-25
-after digit always 쾭 0-124-13456-25-13
-after digit always 쾮 0-124-13456-25-356
-after digit always 쾯 0-124-13456-35
-after digit always 쾰 0-124-13456-2
-after digit always 쾱 0-124-13456-2-1
-after digit always 쾲 0-124-13456-2-26
-after digit always 쾳 0-124-13456-2-12
-after digit always 쾴 0-124-13456-2-3
-after digit always 쾵 0-124-13456-2-236
-after digit always 쾶 0-124-13456-2-256
-after digit always 쾷 0-124-13456-2-356
-after digit always 쾸 0-124-13456-26
-after digit always 쾹 0-124-13456-12
-after digit always 쾺 0-124-13456-12-3
-after digit always 쾻 0-124-13456-3
-after digit always 쾼 0-124-13456-34
-after digit always 쾽 0-124-13456-2356
-after digit always 쾾 0-124-13456-13
-after digit always 쾿 0-124-13456-23
-after digit always 쿀 0-124-13456-235
-after digit always 쿁 0-124-13456-236
-after digit always 쿂 0-124-13456-256
-after digit always 쿃 0-124-13456-356
-after digit always 쿄 0-124-346
-after digit always 쿅 0-124-346-1
-after digit always 쿆 0-124-346-1-1
-after digit always 쿇 0-124-346-1-3
-after digit always 쿈 0-124-346-25
-after digit always 쿉 0-124-346-25-13
-after digit always 쿊 0-124-346-25-356
-after digit always 쿋 0-124-346-35
-after digit always 쿌 0-124-346-2
-after digit always 쿍 0-124-346-2-1
-after digit always 쿎 0-124-346-2-26
-after digit always 쿏 0-124-346-2-12
-after digit always 쿐 0-124-346-2-3
-after digit always 쿑 0-124-346-2-236
-after digit always 쿒 0-124-346-2-256
-after digit always 쿓 0-124-346-2-356
-after digit always 쿔 0-124-346-26
-after digit always 쿕 0-124-346-12
-after digit always 쿖 0-124-346-12-3
-after digit always 쿗 0-124-346-3
-after digit always 쿘 0-124-346-34
-after digit always 쿙 0-124-346-2356
-after digit always 쿚 0-124-346-13
-after digit always 쿛 0-124-346-23
-after digit always 쿜 0-124-346-235
-after digit always 쿝 0-124-346-236
-after digit always 쿞 0-124-346-256
-after digit always 쿟 0-124-346-356
-after digit always 쿠 0-124-134
-after digit always 쿡 0-124-134-1
-after digit always 쿢 0-124-134-1-1
-after digit always 쿣 0-124-134-1-3
-after digit always 쿧 0-124-134-35
-after digit always 쿰 0-124-134-26
-after digit always 쿱 0-124-134-12
-after digit always 쿲 0-124-134-12-3
-after digit always 쿳 0-124-134-3
-after digit always 쿴 0-124-134-34
-after digit always 쿵 0-124-134-2356
-after digit always 쿶 0-124-134-13
-after digit always 쿷 0-124-134-23
-after digit always 쿸 0-124-134-235
-after digit always 쿹 0-124-134-236
-after digit always 쿺 0-124-134-256
-after digit always 쿻 0-124-134-356
-after digit always 쿼 0-124-1234
-after digit always 쿽 0-124-1234-1
-after digit always 쿾 0-124-1234-1-1
-after digit always 쿿 0-124-1234-1-3
-after digit always 퀀 0-124-1234-25
-after digit always 퀁 0-124-1234-25-13
-after digit always 퀂 0-124-1234-25-356
-after digit always 퀃 0-124-1234-35
-after digit always 퀄 0-124-1234-2
-after digit always 퀅 0-124-1234-2-1
-after digit always 퀆 0-124-1234-2-26
-after digit always 퀇 0-124-1234-2-12
-after digit always 퀈 0-124-1234-2-3
-after digit always 퀉 0-124-1234-2-236
-after digit always 퀊 0-124-1234-2-256
-after digit always 퀋 0-124-1234-2-356
-after digit always 퀌 0-124-1234-26
-after digit always 퀍 0-124-1234-12
-after digit always 퀎 0-124-1234-12-3
-after digit always 퀏 0-124-1234-3
-after digit always 퀐 0-124-1234-34
-after digit always 퀑 0-124-1234-2356
-after digit always 퀒 0-124-1234-13
-after digit always 퀓 0-124-1234-23
-after digit always 퀔 0-124-1234-235
-after digit always 퀕 0-124-1234-236
-after digit always 퀖 0-124-1234-256
-after digit always 퀗 0-124-1234-356
-after digit always 퀘 0-124-1234-1235
-after digit always 퀙 0-124-1234-1235-1
-after digit always 퀚 0-124-1234-1235-1-1
-after digit always 퀛 0-124-1234-1235-1-3
-after digit always 퀜 0-124-1234-1235-25
-after digit always 퀝 0-124-1234-1235-25-13
-after digit always 퀞 0-124-1234-1235-25-356
-after digit always 퀟 0-124-1234-1235-35
-after digit always 퀠 0-124-1234-1235-2
-after digit always 퀡 0-124-1234-1235-2-1
-after digit always 퀢 0-124-1234-1235-2-26
-after digit always 퀣 0-124-1234-1235-2-12
-after digit always 퀤 0-124-1234-1235-2-3
-after digit always 퀥 0-124-1234-1235-2-236
-after digit always 퀦 0-124-1234-1235-2-256
-after digit always 퀧 0-124-1234-1235-2-356
-after digit always 퀨 0-124-1234-1235-26
-after digit always 퀩 0-124-1234-1235-12
-after digit always 퀪 0-124-1234-1235-12-3
-after digit always 퀫 0-124-1234-1235-3
-after digit always 퀬 0-124-1234-1235-34
-after digit always 퀭 0-124-1234-1235-2356
-after digit always 퀮 0-124-1234-1235-13
-after digit always 퀯 0-124-1234-1235-23
-after digit always 퀰 0-124-1234-1235-235
-after digit always 퀱 0-124-1234-1235-236
-after digit always 퀲 0-124-1234-1235-256
-after digit always 퀳 0-124-1234-1235-356
-after digit always 퀴 0-124-134-1235
-after digit always 퀵 0-124-134-1235-1
-after digit always 퀶 0-124-134-1235-1-1
-after digit always 퀷 0-124-134-1235-1-3
-after digit always 퀸 0-124-134-1235-25
-after digit always 퀹 0-124-134-1235-25-13
-after digit always 퀺 0-124-134-1235-25-356
-after digit always 퀻 0-124-134-1235-35
-after digit always 퀼 0-124-134-1235-2
-after digit always 퀽 0-124-134-1235-2-1
-after digit always 퀾 0-124-134-1235-2-26
-after digit always 퀿 0-124-134-1235-2-12
-after digit always 큀 0-124-134-1235-2-3
-after digit always 큁 0-124-134-1235-2-236
-after digit always 큂 0-124-134-1235-2-256
-after digit always 큃 0-124-134-1235-2-356
-after digit always 큄 0-124-134-1235-26
-after digit always 큅 0-124-134-1235-12
-after digit always 큆 0-124-134-1235-12-3
-after digit always 큇 0-124-134-1235-3
-after digit always 큈 0-124-134-1235-34
-after digit always 큉 0-124-134-1235-2356
-after digit always 큊 0-124-134-1235-13
-after digit always 큋 0-124-134-1235-23
-after digit always 큌 0-124-134-1235-235
-after digit always 큍 0-124-134-1235-236
-after digit always 큎 0-124-134-1235-256
-after digit always 큏 0-124-134-1235-356
-after digit always 큐 0-124-146
-after digit always 큑 0-124-146-1
-after digit always 큒 0-124-146-1-1
-after digit always 큓 0-124-146-1-3
-after digit always 큔 0-124-146-25
-after digit always 큕 0-124-146-25-13
-after digit always 큖 0-124-146-25-356
-after digit always 큗 0-124-146-35
-after digit always 큘 0-124-146-2
-after digit always 큙 0-124-146-2-1
-after digit always 큚 0-124-146-2-26
-after digit always 큛 0-124-146-2-12
-after digit always 큜 0-124-146-2-3
-after digit always 큝 0-124-146-2-236
-after digit always 큞 0-124-146-2-256
-after digit always 큟 0-124-146-2-356
-after digit always 큠 0-124-146-26
-after digit always 큡 0-124-146-12
-after digit always 큢 0-124-146-12-3
-after digit always 큣 0-124-146-3
-after digit always 큤 0-124-146-34
-after digit always 큥 0-124-146-2356
-after digit always 큦 0-124-146-13
-after digit always 큧 0-124-146-23
-after digit always 큨 0-124-146-235
-after digit always 큩 0-124-146-236
-after digit always 큪 0-124-146-256
-after digit always 큫 0-124-146-356
-after digit always 크 0-124-246
-after digit always 큭 0-124-246-1
-after digit always 큮 0-124-246-1-1
-after digit always 큯 0-124-246-1-3
-after digit always 큳 0-124-246-35
-after digit always 큼 0-124-246-26
-after digit always 큽 0-124-246-12
-after digit always 큾 0-124-246-12-3
-after digit always 큿 0-124-246-3
-after digit always 킀 0-124-246-34
-after digit always 킁 0-124-246-2356
-after digit always 킂 0-124-246-13
-after digit always 킃 0-124-246-23
-after digit always 킄 0-124-246-235
-after digit always 킅 0-124-246-236
-after digit always 킆 0-124-246-256
-after digit always 킇 0-124-246-356
-after digit always 킈 0-124-2456
-after digit always 킉 0-124-2456-1
-after digit always 킊 0-124-2456-1-1
-after digit always 킋 0-124-2456-1-3
-after digit always 킌 0-124-2456-25
-after digit always 킍 0-124-2456-25-13
-after digit always 킎 0-124-2456-25-356
-after digit always 킏 0-124-2456-35
-after digit always 킐 0-124-2456-2
-after digit always 킑 0-124-2456-2-1
-after digit always 킒 0-124-2456-2-26
-after digit always 킓 0-124-2456-2-12
-after digit always 킔 0-124-2456-2-3
-after digit always 킕 0-124-2456-2-236
-after digit always 킖 0-124-2456-2-256
-after digit always 킗 0-124-2456-2-356
-after digit always 킘 0-124-2456-26
-after digit always 킙 0-124-2456-12
-after digit always 킚 0-124-2456-12-3
-after digit always 킛 0-124-2456-3
-after digit always 킜 0-124-2456-34
-after digit always 킝 0-124-2456-2356
-after digit always 킞 0-124-2456-13
-after digit always 킟 0-124-2456-23
-after digit always 킠 0-124-2456-235
-after digit always 킡 0-124-2456-236
-after digit always 킢 0-124-2456-256
-after digit always 킣 0-124-2456-356
-after digit always 키 0-124-135
-after digit always 킥 0-124-135-1
-after digit always 킦 0-124-135-1-1
-after digit always 킧 0-124-135-1-3
-after digit always 킫 0-124-135-35
-after digit always 킬 0-124-135-2
-after digit always 킭 0-124-135-2-1
-after digit always 킮 0-124-135-2-26
-after digit always 킯 0-124-135-2-12
-after digit always 킰 0-124-135-2-3
-after digit always 킱 0-124-135-2-236
-after digit always 킲 0-124-135-2-256
-after digit always 킳 0-124-135-2-356
-after digit always 킴 0-124-135-26
-after digit always 킵 0-124-135-12
-after digit always 킶 0-124-135-12-3
-after digit always 킷 0-124-135-3
-after digit always 킸 0-124-135-34
-after digit always 킹 0-124-135-2356
-after digit always 킺 0-124-135-13
-after digit always 킻 0-124-135-23
-after digit always 킼 0-124-135-235
-after digit always 킽 0-124-135-236
-after digit always 킾 0-124-135-256
-after digit always 킿 0-124-135-356
-after digit always 태 0-125-1235
-after digit always 택 0-125-1235-1
-after digit always 탞 0-125-1235-1-1
-after digit always 탟 0-125-1235-1-3
-after digit always 탠 0-125-1235-25
-after digit always 탡 0-125-1235-25-13
-after digit always 탢 0-125-1235-25-356
-after digit always 탣 0-125-1235-35
-after digit always 탤 0-125-1235-2
-after digit always 탥 0-125-1235-2-1
-after digit always 탦 0-125-1235-2-26
-after digit always 탧 0-125-1235-2-12
-after digit always 탨 0-125-1235-2-3
-after digit always 탩 0-125-1235-2-236
-after digit always 탪 0-125-1235-2-256
-after digit always 탫 0-125-1235-2-356
-after digit always 탬 0-125-1235-26
-after digit always 탭 0-125-1235-12
-after digit always 탮 0-125-1235-12-3
-after digit always 탯 0-125-1235-3
-after digit always 탰 0-125-1235-34
-after digit always 탱 0-125-1235-2356
-after digit always 탲 0-125-1235-13
-after digit always 탳 0-125-1235-23
-after digit always 탴 0-125-1235-235
-after digit always 탵 0-125-1235-236
-after digit always 탶 0-125-1235-256
-after digit always 탷 0-125-1235-356
-after digit always 탸 0-125-345
-after digit always 탹 0-125-345-1
-after digit always 탺 0-125-345-1-1
-after digit always 탻 0-125-345-1-3
-after digit always 탼 0-125-345-25
-after digit always 탽 0-125-345-25-13
-after digit always 탾 0-125-345-25-356
-after digit always 탿 0-125-345-35
-after digit always 턀 0-125-345-2
-after digit always 턁 0-125-345-2-1
-after digit always 턂 0-125-345-2-26
-after digit always 턃 0-125-345-2-12
-after digit always 턄 0-125-345-2-3
-after digit always 턅 0-125-345-2-236
-after digit always 턆 0-125-345-2-256
-after digit always 턇 0-125-345-2-356
-after digit always 턈 0-125-345-26
-after digit always 턉 0-125-345-12
-after digit always 턊 0-125-345-12-3
-after digit always 턋 0-125-345-3
-after digit always 턌 0-125-345-34
-after digit always 턍 0-125-345-2356
-after digit always 턎 0-125-345-13
-after digit always 턏 0-125-345-23
-after digit always 턐 0-125-345-235
-after digit always 턑 0-125-345-236
-after digit always 턒 0-125-345-256
-after digit always 턓 0-125-345-356
-after digit always 턔 0-125-345-1235
-after digit always 턕 0-125-345-1235-1
-after digit always 턖 0-125-345-1235-1-1
-after digit always 턗 0-125-345-1235-1-3
-after digit always 턘 0-125-345-1235-25
-after digit always 턙 0-125-345-1235-25-13
-after digit always 턚 0-125-345-1235-25-356
-after digit always 턛 0-125-345-1235-35
-after digit always 턜 0-125-345-1235-2
-after digit always 턝 0-125-345-1235-2-1
-after digit always 턞 0-125-345-1235-2-26
-after digit always 턟 0-125-345-1235-2-12
-after digit always 턠 0-125-345-1235-2-3
-after digit always 턡 0-125-345-1235-2-236
-after digit always 턢 0-125-345-1235-2-256
-after digit always 턣 0-125-345-1235-2-356
-after digit always 턤 0-125-345-1235-26
-after digit always 턥 0-125-345-1235-12
-after digit always 턦 0-125-345-1235-12-3
-after digit always 턧 0-125-345-1235-3
-after digit always 턨 0-125-345-1235-34
-after digit always 턩 0-125-345-1235-2356
-after digit always 턪 0-125-345-1235-13
-after digit always 턫 0-125-345-1235-23
-after digit always 턬 0-125-345-1235-235
-after digit always 턭 0-125-345-1235-236
-after digit always 턮 0-125-345-1235-256
-after digit always 턯 0-125-345-1235-356
-after digit always 터 0-125-234
-after digit always 턷 0-125-234-35
-after digit always 텀 0-125-234-26
-after digit always 텁 0-125-234-12
-after digit always 텂 0-125-234-12-3
-after digit always 텃 0-125-234-3
-after digit always 텄 0-125-234-34
-after digit always 텅 0-125-234-2356
-after digit always 텆 0-125-234-13
-after digit always 텇 0-125-234-23
-after digit always 텈 0-125-234-235
-after digit always 텉 0-125-234-236
-after digit always 텊 0-125-234-256
-after digit always 텋 0-125-234-356
-after digit always 테 0-125-1345
-after digit always 텍 0-125-1345-1
-after digit always 텎 0-125-1345-1-1
-after digit always 텏 0-125-1345-1-3
-after digit always 텐 0-125-1345-25
-after digit always 텑 0-125-1345-25-13
-after digit always 텒 0-125-1345-25-356
-after digit always 텓 0-125-1345-35
-after digit always 텔 0-125-1345-2
-after digit always 텕 0-125-1345-2-1
-after digit always 텖 0-125-1345-2-26
-after digit always 텗 0-125-1345-2-12
-after digit always 텘 0-125-1345-2-3
-after digit always 텙 0-125-1345-2-236
-after digit always 텚 0-125-1345-2-256
-after digit always 텛 0-125-1345-2-356
-after digit always 템 0-125-1345-26
-after digit always 텝 0-125-1345-12
-after digit always 텞 0-125-1345-12-3
-after digit always 텟 0-125-1345-3
-after digit always 텠 0-125-1345-34
-after digit always 텡 0-125-1345-2356
-after digit always 텢 0-125-1345-13
-after digit always 텣 0-125-1345-23
-after digit always 텤 0-125-1345-235
-after digit always 텥 0-125-1345-236
-after digit always 텦 0-125-1345-256
-after digit always 텧 0-125-1345-356
-after digit always 텨 0-125-156
-after digit always 텩 0-125-156-1
-after digit always 텪 0-125-156-1-1
-after digit always 텫 0-125-156-1-3
-after digit always 텯 0-125-156-35
-after digit always 텸 0-125-156-26
-after digit always 텹 0-125-156-12
-after digit always 텺 0-125-156-12-3
-after digit always 텻 0-125-156-3
-after digit always 텼 0-125-156-34
-after digit always 텾 0-125-156-13
-after digit always 텿 0-125-156-23
-after digit always 톀 0-125-156-235
-after digit always 톁 0-125-156-236
-after digit always 톂 0-125-156-256
-after digit always 톃 0-125-156-356
-after digit always 톄 0-125-34
-after digit always 톅 0-125-34-1
-after digit always 톆 0-125-34-1-1
-after digit always 톇 0-125-34-1-3
-after digit always 톈 0-125-34-25
-after digit always 톉 0-125-34-25-13
-after digit always 톊 0-125-34-25-356
-after digit always 톋 0-125-34-35
-after digit always 톌 0-125-34-2
-after digit always 톍 0-125-34-2-1
-after digit always 톎 0-125-34-2-26
-after digit always 톏 0-125-34-2-12
-after digit always 톐 0-125-34-2-3
-after digit always 톑 0-125-34-2-236
-after digit always 톒 0-125-34-2-256
-after digit always 톓 0-125-34-2-356
-after digit always 톔 0-125-34-26
-after digit always 톕 0-125-34-12
-after digit always 톖 0-125-34-12-3
-after digit always 톗 0-125-34-3
-after digit always 톘 0-125-34-34
-after digit always 톙 0-125-34-2356
-after digit always 톚 0-125-34-13
-after digit always 톛 0-125-34-23
-after digit always 톜 0-125-34-235
-after digit always 톝 0-125-34-236
-after digit always 톞 0-125-34-256
-after digit always 톟 0-125-34-356
-after digit always 토 0-125-136
-after digit always 톧 0-125-136-35
-after digit always 톨 0-125-136-2
-after digit always 톩 0-125-136-2-1
-after digit always 톪 0-125-136-2-26
-after digit always 톫 0-125-136-2-12
-after digit always 톬 0-125-136-2-3
-after digit always 톭 0-125-136-2-236
-after digit always 톮 0-125-136-2-256
-after digit always 톯 0-125-136-2-356
-after digit always 톰 0-125-136-26
-after digit always 톱 0-125-136-12
-after digit always 톲 0-125-136-12-3
-after digit always 톳 0-125-136-3
-after digit always 톴 0-125-136-34
-after digit always 톶 0-125-136-13
-after digit always 톷 0-125-136-23
-after digit always 톸 0-125-136-235
-after digit always 톹 0-125-136-236
-after digit always 톺 0-125-136-256
-after digit always 톻 0-125-136-356
-after digit always 톼 0-125-1236
-after digit always 톽 0-125-1236-1
-after digit always 톾 0-125-1236-1-1
-after digit always 톿 0-125-1236-1-3
-after digit always 퇀 0-125-1236-25
-after digit always 퇁 0-125-1236-25-13
-after digit always 퇂 0-125-1236-25-356
-after digit always 퇃 0-125-1236-35
-after digit always 퇄 0-125-1236-2
-after digit always 퇅 0-125-1236-2-1
-after digit always 퇆 0-125-1236-2-26
-after digit always 퇇 0-125-1236-2-12
-after digit always 퇈 0-125-1236-2-3
-after digit always 퇉 0-125-1236-2-236
-after digit always 퇊 0-125-1236-2-256
-after digit always 퇋 0-125-1236-2-356
-after digit always 퇌 0-125-1236-26
-after digit always 퇍 0-125-1236-12
-after digit always 퇎 0-125-1236-12-3
-after digit always 퇏 0-125-1236-3
-after digit always 퇐 0-125-1236-34
-after digit always 퇑 0-125-1236-2356
-after digit always 퇒 0-125-1236-13
-after digit always 퇓 0-125-1236-23
-after digit always 퇔 0-125-1236-235
-after digit always 퇕 0-125-1236-236
-after digit always 퇖 0-125-1236-256
-after digit always 퇗 0-125-1236-356
-after digit always 퇘 0-125-1236-1235
-after digit always 퇙 0-125-1236-1235-1
-after digit always 퇚 0-125-1236-1235-1-1
-after digit always 퇛 0-125-1236-1235-1-3
-after digit always 퇜 0-125-1236-1235-25
-after digit always 퇝 0-125-1236-1235-25-13
-after digit always 퇞 0-125-1236-1235-25-356
-after digit always 퇟 0-125-1236-1235-35
-after digit always 퇠 0-125-1236-1235-2
-after digit always 퇡 0-125-1236-1235-2-1
-after digit always 퇢 0-125-1236-1235-2-26
-after digit always 퇣 0-125-1236-1235-2-12
-after digit always 퇤 0-125-1236-1235-2-3
-after digit always 퇥 0-125-1236-1235-2-236
-after digit always 퇦 0-125-1236-1235-2-256
-after digit always 퇧 0-125-1236-1235-2-356
-after digit always 퇨 0-125-1236-1235-26
-after digit always 퇩 0-125-1236-1235-12
-after digit always 퇪 0-125-1236-1235-12-3
-after digit always 퇫 0-125-1236-1235-3
-after digit always 퇬 0-125-1236-1235-34
-after digit always 퇭 0-125-1236-1235-2356
-after digit always 퇮 0-125-1236-1235-13
-after digit always 퇯 0-125-1236-1235-23
-after digit always 퇰 0-125-1236-1235-235
-after digit always 퇱 0-125-1236-1235-236
-after digit always 퇲 0-125-1236-1235-256
-after digit always 퇳 0-125-1236-1235-356
-after digit always 퇴 0-125-13456
-after digit always 퇵 0-125-13456-1
-after digit always 퇶 0-125-13456-1-1
-after digit always 퇷 0-125-13456-1-3
-after digit always 퇸 0-125-13456-25
-after digit always 퇹 0-125-13456-25-13
-after digit always 퇺 0-125-13456-25-356
-after digit always 퇻 0-125-13456-35
-after digit always 퇼 0-125-13456-2
-after digit always 퇽 0-125-13456-2-1
-after digit always 퇾 0-125-13456-2-26
-after digit always 퇿 0-125-13456-2-12
-after digit always 툀 0-125-13456-2-3
-after digit always 툁 0-125-13456-2-236
-after digit always 툂 0-125-13456-2-256
-after digit always 툃 0-125-13456-2-356
-after digit always 툄 0-125-13456-26
-after digit always 툅 0-125-13456-12
-after digit always 툆 0-125-13456-12-3
-after digit always 툇 0-125-13456-3
-after digit always 툈 0-125-13456-34
-after digit always 툉 0-125-13456-2356
-after digit always 툊 0-125-13456-13
-after digit always 툋 0-125-13456-23
-after digit always 툌 0-125-13456-235
-after digit always 툍 0-125-13456-236
-after digit always 툎 0-125-13456-256
-after digit always 툏 0-125-13456-356
-after digit always 툐 0-125-346
-after digit always 툑 0-125-346-1
-after digit always 툒 0-125-346-1-1
-after digit always 툓 0-125-346-1-3
-after digit always 툔 0-125-346-25
-after digit always 툕 0-125-346-25-13
-after digit always 툖 0-125-346-25-356
-after digit always 툗 0-125-346-35
-after digit always 툘 0-125-346-2
-after digit always 툙 0-125-346-2-1
-after digit always 툚 0-125-346-2-26
-after digit always 툛 0-125-346-2-12
-after digit always 툜 0-125-346-2-3
-after digit always 툝 0-125-346-2-236
-after digit always 툞 0-125-346-2-256
-after digit always 툟 0-125-346-2-356
-after digit always 툠 0-125-346-26
-after digit always 툡 0-125-346-12
-after digit always 툢 0-125-346-12-3
-after digit always 툣 0-125-346-3
-after digit always 툤 0-125-346-34
-after digit always 툥 0-125-346-2356
-after digit always 툦 0-125-346-13
-after digit always 툧 0-125-346-23
-after digit always 툨 0-125-346-235
-after digit always 툩 0-125-346-236
-after digit always 툪 0-125-346-256
-after digit always 툫 0-125-346-356
-after digit always 투 0-125-134
-after digit always 툭 0-125-134-1
-after digit always 툮 0-125-134-1-1
-after digit always 툯 0-125-134-1-3
-after digit always 툳 0-125-134-35
-after digit always 툼 0-125-134-26
-after digit always 툽 0-125-134-12
-after digit always 툾 0-125-134-12-3
-after digit always 툿 0-125-134-3
-after digit always 퉀 0-125-134-34
-after digit always 퉁 0-125-134-2356
-after digit always 퉂 0-125-134-13
-after digit always 퉃 0-125-134-23
-after digit always 퉄 0-125-134-235
-after digit always 퉅 0-125-134-236
-after digit always 퉆 0-125-134-256
-after digit always 퉇 0-125-134-356
-after digit always 퉈 0-125-1234
-after digit always 퉉 0-125-1234-1
-after digit always 퉊 0-125-1234-1-1
-after digit always 퉋 0-125-1234-1-3
-after digit always 퉌 0-125-1234-25
-after digit always 퉍 0-125-1234-25-13
-after digit always 퉎 0-125-1234-25-356
-after digit always 퉏 0-125-1234-35
-after digit always 퉐 0-125-1234-2
-after digit always 퉑 0-125-1234-2-1
-after digit always 퉒 0-125-1234-2-26
-after digit always 퉓 0-125-1234-2-12
-after digit always 퉔 0-125-1234-2-3
-after digit always 퉕 0-125-1234-2-236
-after digit always 퉖 0-125-1234-2-256
-after digit always 퉗 0-125-1234-2-356
-after digit always 퉘 0-125-1234-26
-after digit always 퉙 0-125-1234-12
-after digit always 퉚 0-125-1234-12-3
-after digit always 퉛 0-125-1234-3
-after digit always 퉜 0-125-1234-34
-after digit always 퉝 0-125-1234-2356
-after digit always 퉞 0-125-1234-13
-after digit always 퉟 0-125-1234-23
-after digit always 퉠 0-125-1234-235
-after digit always 퉡 0-125-1234-236
-after digit always 퉢 0-125-1234-256
-after digit always 퉣 0-125-1234-356
-after digit always 퉤 0-125-1234-1235
-after digit always 퉥 0-125-1234-1235-1
-after digit always 퉦 0-125-1234-1235-1-1
-after digit always 퉧 0-125-1234-1235-1-3
-after digit always 퉨 0-125-1234-1235-25
-after digit always 퉩 0-125-1234-1235-25-13
-after digit always 퉪 0-125-1234-1235-25-356
-after digit always 퉫 0-125-1234-1235-35
-after digit always 퉬 0-125-1234-1235-2
-after digit always 퉭 0-125-1234-1235-2-1
-after digit always 퉮 0-125-1234-1235-2-26
-after digit always 퉯 0-125-1234-1235-2-12
-after digit always 퉰 0-125-1234-1235-2-3
-after digit always 퉱 0-125-1234-1235-2-236
-after digit always 퉲 0-125-1234-1235-2-256
-after digit always 퉳 0-125-1234-1235-2-356
-after digit always 퉴 0-125-1234-1235-26
-after digit always 퉵 0-125-1234-1235-12
-after digit always 퉶 0-125-1234-1235-12-3
-after digit always 퉷 0-125-1234-1235-3
-after digit always 퉸 0-125-1234-1235-34
-after digit always 퉹 0-125-1234-1235-2356
-after digit always 퉺 0-125-1234-1235-13
-after digit always 퉻 0-125-1234-1235-23
-after digit always 퉼 0-125-1234-1235-235
-after digit always 퉽 0-125-1234-1235-236
-after digit always 퉾 0-125-1234-1235-256
-after digit always 퉿 0-125-1234-1235-356
-after digit always 튀 0-125-134-1235
-after digit always 튁 0-125-134-1235-1
-after digit always 튂 0-125-134-1235-1-1
-after digit always 튃 0-125-134-1235-1-3
-after digit always 튄 0-125-134-1235-25
-after digit always 튅 0-125-134-1235-25-13
-after digit always 튆 0-125-134-1235-25-356
-after digit always 튇 0-125-134-1235-35
-after digit always 튈 0-125-134-1235-2
-after digit always 튉 0-125-134-1235-2-1
-after digit always 튊 0-125-134-1235-2-26
-after digit always 튋 0-125-134-1235-2-12
-after digit always 튌 0-125-134-1235-2-3
-after digit always 튍 0-125-134-1235-2-236
-after digit always 튎 0-125-134-1235-2-256
-after digit always 튏 0-125-134-1235-2-356
-after digit always 튐 0-125-134-1235-26
-after digit always 튑 0-125-134-1235-12
-after digit always 튒 0-125-134-1235-12-3
-after digit always 튓 0-125-134-1235-3
-after digit always 튔 0-125-134-1235-34
-after digit always 튕 0-125-134-1235-2356
-after digit always 튖 0-125-134-1235-13
-after digit always 튗 0-125-134-1235-23
-after digit always 튘 0-125-134-1235-235
-after digit always 튙 0-125-134-1235-236
-after digit always 튚 0-125-134-1235-256
-after digit always 튛 0-125-134-1235-356
-after digit always 튜 0-125-146
-after digit always 튝 0-125-146-1
-after digit always 튞 0-125-146-1-1
-after digit always 튟 0-125-146-1-3
-after digit always 튠 0-125-146-25
-after digit always 튡 0-125-146-25-13
-after digit always 튢 0-125-146-25-356
-after digit always 튣 0-125-146-35
-after digit always 튤 0-125-146-2
-after digit always 튥 0-125-146-2-1
-after digit always 튦 0-125-146-2-26
-after digit always 튧 0-125-146-2-12
-after digit always 튨 0-125-146-2-3
-after digit always 튩 0-125-146-2-236
-after digit always 튪 0-125-146-2-256
-after digit always 튫 0-125-146-2-356
-after digit always 튬 0-125-146-26
-after digit always 튭 0-125-146-12
-after digit always 튮 0-125-146-12-3
-after digit always 튯 0-125-146-3
-after digit always 튰 0-125-146-34
-after digit always 튱 0-125-146-2356
-after digit always 튲 0-125-146-13
-after digit always 튳 0-125-146-23
-after digit always 튴 0-125-146-235
-after digit always 튵 0-125-146-236
-after digit always 튶 0-125-146-256
-after digit always 튷 0-125-146-356
-after digit always 트 0-125-246
-after digit always 특 0-125-246-1
-after digit always 튺 0-125-246-1-1
-after digit always 튻 0-125-246-1-3
-after digit always 튿 0-125-246-35
-after digit always 틈 0-125-246-26
-after digit always 틉 0-125-246-12
-after digit always 틊 0-125-246-12-3
-after digit always 틋 0-125-246-3
-after digit always 틌 0-125-246-34
-after digit always 틍 0-125-246-2356
-after digit always 틎 0-125-246-13
-after digit always 틏 0-125-246-23
-after digit always 틐 0-125-246-235
-after digit always 틑 0-125-246-236
-after digit always 틒 0-125-246-256
-after digit always 틓 0-125-246-356
-after digit always 틔 0-125-2456
-after digit always 틕 0-125-2456-1
-after digit always 틖 0-125-2456-1-1
-after digit always 틗 0-125-2456-1-3
-after digit always 틘 0-125-2456-25
-after digit always 틙 0-125-2456-25-13
-after digit always 틚 0-125-2456-25-356
-after digit always 틛 0-125-2456-35
-after digit always 틜 0-125-2456-2
-after digit always 틝 0-125-2456-2-1
-after digit always 틞 0-125-2456-2-26
-after digit always 틟 0-125-2456-2-12
-after digit always 틠 0-125-2456-2-3
-after digit always 틡 0-125-2456-2-236
-after digit always 틢 0-125-2456-2-256
-after digit always 틣 0-125-2456-2-356
-after digit always 틤 0-125-2456-26
-after digit always 틥 0-125-2456-12
-after digit always 틦 0-125-2456-12-3
-after digit always 틧 0-125-2456-3
-after digit always 틨 0-125-2456-34
-after digit always 틩 0-125-2456-2356
-after digit always 틪 0-125-2456-13
-after digit always 틫 0-125-2456-23
-after digit always 틬 0-125-2456-235
-after digit always 틭 0-125-2456-236
-after digit always 틮 0-125-2456-256
-after digit always 틯 0-125-2456-356
-after digit always 티 0-125-135
-after digit always 틱 0-125-135-1
-after digit always 틲 0-125-135-1-1
-after digit always 틳 0-125-135-1-3
-after digit always 틷 0-125-135-35
-after digit always 틸 0-125-135-2
-after digit always 틹 0-125-135-2-1
-after digit always 틺 0-125-135-2-26
-after digit always 틻 0-125-135-2-12
-after digit always 틼 0-125-135-2-3
-after digit always 틽 0-125-135-2-236
-after digit always 틾 0-125-135-2-256
-after digit always 틿 0-125-135-2-356
-after digit always 팀 0-125-135-26
-after digit always 팁 0-125-135-12
-after digit always 팂 0-125-135-12-3
-after digit always 팃 0-125-135-3
-after digit always 팄 0-125-135-34
-after digit always 팅 0-125-135-2356
-after digit always 팆 0-125-135-13
-after digit always 팇 0-125-135-23
-after digit always 팈 0-125-135-235
-after digit always 팉 0-125-135-236
-after digit always 팊 0-125-135-256
-after digit always 팋 0-125-135-356
-after digit always 패 0-145-1235
-after digit always 팩 0-145-1235-1
-after digit always 팪 0-145-1235-1-1
-after digit always 팫 0-145-1235-1-3
-after digit always 팬 0-145-1235-25
-after digit always 팭 0-145-1235-25-13
-after digit always 팮 0-145-1235-25-356
-after digit always 팯 0-145-1235-35
-after digit always 팰 0-145-1235-2
-after digit always 팱 0-145-1235-2-1
-after digit always 팲 0-145-1235-2-26
-after digit always 팳 0-145-1235-2-12
-after digit always 팴 0-145-1235-2-3
-after digit always 팵 0-145-1235-2-236
-after digit always 팶 0-145-1235-2-256
-after digit always 팷 0-145-1235-2-356
-after digit always 팸 0-145-1235-26
-after digit always 팹 0-145-1235-12
-after digit always 팺 0-145-1235-12-3
-after digit always 팻 0-145-1235-3
-after digit always 팼 0-145-1235-34
-after digit always 팽 0-145-1235-2356
-after digit always 팾 0-145-1235-13
-after digit always 팿 0-145-1235-23
-after digit always 퍀 0-145-1235-235
-after digit always 퍁 0-145-1235-236
-after digit always 퍂 0-145-1235-256
-after digit always 퍃 0-145-1235-356
-after digit always 퍄 0-145-345
-after digit always 퍅 0-145-345-1
-after digit always 퍆 0-145-345-1-1
-after digit always 퍇 0-145-345-1-3
-after digit always 퍈 0-145-345-25
-after digit always 퍉 0-145-345-25-13
-after digit always 퍊 0-145-345-25-356
-after digit always 퍋 0-145-345-35
-after digit always 퍌 0-145-345-2
-after digit always 퍍 0-145-345-2-1
-after digit always 퍎 0-145-345-2-26
-after digit always 퍏 0-145-345-2-12
-after digit always 퍐 0-145-345-2-3
-after digit always 퍑 0-145-345-2-236
-after digit always 퍒 0-145-345-2-256
-after digit always 퍓 0-145-345-2-356
-after digit always 퍔 0-145-345-26
-after digit always 퍕 0-145-345-12
-after digit always 퍖 0-145-345-12-3
-after digit always 퍗 0-145-345-3
-after digit always 퍘 0-145-345-34
-after digit always 퍙 0-145-345-2356
-after digit always 퍚 0-145-345-13
-after digit always 퍛 0-145-345-23
-after digit always 퍜 0-145-345-235
-after digit always 퍝 0-145-345-236
-after digit always 퍞 0-145-345-256
-after digit always 퍟 0-145-345-356
-after digit always 퍠 0-145-345-1235
-after digit always 퍡 0-145-345-1235-1
-after digit always 퍢 0-145-345-1235-1-1
-after digit always 퍣 0-145-345-1235-1-3
-after digit always 퍤 0-145-345-1235-25
-after digit always 퍥 0-145-345-1235-25-13
-after digit always 퍦 0-145-345-1235-25-356
-after digit always 퍧 0-145-345-1235-35
-after digit always 퍨 0-145-345-1235-2
-after digit always 퍩 0-145-345-1235-2-1
-after digit always 퍪 0-145-345-1235-2-26
-after digit always 퍫 0-145-345-1235-2-12
-after digit always 퍬 0-145-345-1235-2-3
-after digit always 퍭 0-145-345-1235-2-236
-after digit always 퍮 0-145-345-1235-2-256
-after digit always 퍯 0-145-345-1235-2-356
-after digit always 퍰 0-145-345-1235-26
-after digit always 퍱 0-145-345-1235-12
-after digit always 퍲 0-145-345-1235-12-3
-after digit always 퍳 0-145-345-1235-3
-after digit always 퍴 0-145-345-1235-34
-after digit always 퍵 0-145-345-1235-2356
-after digit always 퍶 0-145-345-1235-13
-after digit always 퍷 0-145-345-1235-23
-after digit always 퍸 0-145-345-1235-235
-after digit always 퍹 0-145-345-1235-236
-after digit always 퍺 0-145-345-1235-256
-after digit always 퍻 0-145-345-1235-356
-after digit always 퍼 0-145-234
-after digit always 펃 0-145-234-35
-after digit always 펌 0-145-234-26
-after digit always 펍 0-145-234-12
-after digit always 펎 0-145-234-12-3
-after digit always 펏 0-145-234-3
-after digit always 펐 0-145-234-34
-after digit always 펑 0-145-234-2356
-after digit always 펒 0-145-234-13
-after digit always 펓 0-145-234-23
-after digit always 펔 0-145-234-235
-after digit always 펕 0-145-234-236
-after digit always 펖 0-145-234-256
-after digit always 펗 0-145-234-356
-after digit always 페 0-145-1345
-after digit always 펙 0-145-1345-1
-after digit always 펚 0-145-1345-1-1
-after digit always 펛 0-145-1345-1-3
-after digit always 펜 0-145-1345-25
-after digit always 펝 0-145-1345-25-13
-after digit always 펞 0-145-1345-25-356
-after digit always 펟 0-145-1345-35
-after digit always 펠 0-145-1345-2
-after digit always 펡 0-145-1345-2-1
-after digit always 펢 0-145-1345-2-26
-after digit always 펣 0-145-1345-2-12
-after digit always 펤 0-145-1345-2-3
-after digit always 펥 0-145-1345-2-236
-after digit always 펦 0-145-1345-2-256
-after digit always 펧 0-145-1345-2-356
-after digit always 펨 0-145-1345-26
-after digit always 펩 0-145-1345-12
-after digit always 펪 0-145-1345-12-3
-after digit always 펫 0-145-1345-3
-after digit always 펬 0-145-1345-34
-after digit always 펭 0-145-1345-2356
-after digit always 펮 0-145-1345-13
-after digit always 펯 0-145-1345-23
-after digit always 펰 0-145-1345-235
-after digit always 펱 0-145-1345-236
-after digit always 펲 0-145-1345-256
-after digit always 펳 0-145-1345-356
-after digit always 펴 0-145-156
-after digit always 펵 0-145-156-1
-after digit always 펶 0-145-156-1-1
-after digit always 펷 0-145-156-1-3
-after digit always 펻 0-145-156-35
-after digit always 폄 0-145-156-26
-after digit always 폅 0-145-156-12
-after digit always 폆 0-145-156-12-3
-after digit always 폇 0-145-156-3
-after digit always 폈 0-145-156-34
-after digit always 폊 0-145-156-13
-after digit always 폋 0-145-156-23
-after digit always 폌 0-145-156-235
-after digit always 폍 0-145-156-236
-after digit always 폎 0-145-156-256
-after digit always 폏 0-145-156-356
-after digit always 폐 0-145-34
-after digit always 폑 0-145-34-1
-after digit always 폒 0-145-34-1-1
-after digit always 폓 0-145-34-1-3
-after digit always 폔 0-145-34-25
-after digit always 폕 0-145-34-25-13
-after digit always 폖 0-145-34-25-356
-after digit always 폗 0-145-34-35
-after digit always 폘 0-145-34-2
-after digit always 폙 0-145-34-2-1
-after digit always 폚 0-145-34-2-26
-after digit always 폛 0-145-34-2-12
-after digit always 폜 0-145-34-2-3
-after digit always 폝 0-145-34-2-236
-after digit always 폞 0-145-34-2-256
-after digit always 폟 0-145-34-2-356
-after digit always 폠 0-145-34-26
-after digit always 폡 0-145-34-12
-after digit always 폢 0-145-34-12-3
-after digit always 폣 0-145-34-3
-after digit always 폤 0-145-34-34
-after digit always 폥 0-145-34-2356
-after digit always 폦 0-145-34-13
-after digit always 폧 0-145-34-23
-after digit always 폨 0-145-34-235
-after digit always 폩 0-145-34-236
-after digit always 폪 0-145-34-256
-after digit always 폫 0-145-34-356
-after digit always 포 0-145-136
-after digit always 폳 0-145-136-35
-after digit always 폴 0-145-136-2
-after digit always 폵 0-145-136-2-1
-after digit always 폶 0-145-136-2-26
-after digit always 폷 0-145-136-2-12
-after digit always 폸 0-145-136-2-3
-after digit always 폹 0-145-136-2-236
-after digit always 폺 0-145-136-2-256
-after digit always 폻 0-145-136-2-356
-after digit always 폼 0-145-136-26
-after digit always 폽 0-145-136-12
-after digit always 폾 0-145-136-12-3
-after digit always 폿 0-145-136-3
-after digit always 퐀 0-145-136-34
-after digit always 퐂 0-145-136-13
-after digit always 퐃 0-145-136-23
-after digit always 퐄 0-145-136-235
-after digit always 퐅 0-145-136-236
-after digit always 퐆 0-145-136-256
-after digit always 퐇 0-145-136-356
-after digit always 퐈 0-145-1236
-after digit always 퐉 0-145-1236-1
-after digit always 퐊 0-145-1236-1-1
-after digit always 퐋 0-145-1236-1-3
-after digit always 퐌 0-145-1236-25
-after digit always 퐍 0-145-1236-25-13
-after digit always 퐎 0-145-1236-25-356
-after digit always 퐏 0-145-1236-35
-after digit always 퐐 0-145-1236-2
-after digit always 퐑 0-145-1236-2-1
-after digit always 퐒 0-145-1236-2-26
-after digit always 퐓 0-145-1236-2-12
-after digit always 퐔 0-145-1236-2-3
-after digit always 퐕 0-145-1236-2-236
-after digit always 퐖 0-145-1236-2-256
-after digit always 퐗 0-145-1236-2-356
-after digit always 퐘 0-145-1236-26
-after digit always 퐙 0-145-1236-12
-after digit always 퐚 0-145-1236-12-3
-after digit always 퐛 0-145-1236-3
-after digit always 퐜 0-145-1236-34
-after digit always 퐝 0-145-1236-2356
-after digit always 퐞 0-145-1236-13
-after digit always 퐟 0-145-1236-23
-after digit always 퐠 0-145-1236-235
-after digit always 퐡 0-145-1236-236
-after digit always 퐢 0-145-1236-256
-after digit always 퐣 0-145-1236-356
-after digit always 퐤 0-145-1236-1235
-after digit always 퐥 0-145-1236-1235-1
-after digit always 퐦 0-145-1236-1235-1-1
-after digit always 퐧 0-145-1236-1235-1-3
-after digit always 퐨 0-145-1236-1235-25
-after digit always 퐩 0-145-1236-1235-25-13
-after digit always 퐪 0-145-1236-1235-25-356
-after digit always 퐫 0-145-1236-1235-35
-after digit always 퐬 0-145-1236-1235-2
-after digit always 퐭 0-145-1236-1235-2-1
-after digit always 퐮 0-145-1236-1235-2-26
-after digit always 퐯 0-145-1236-1235-2-12
-after digit always 퐰 0-145-1236-1235-2-3
-after digit always 퐱 0-145-1236-1235-2-236
-after digit always 퐲 0-145-1236-1235-2-256
-after digit always 퐳 0-145-1236-1235-2-356
-after digit always 퐴 0-145-1236-1235-26
-after digit always 퐵 0-145-1236-1235-12
-after digit always 퐶 0-145-1236-1235-12-3
-after digit always 퐷 0-145-1236-1235-3
-after digit always 퐸 0-145-1236-1235-34
-after digit always 퐹 0-145-1236-1235-2356
-after digit always 퐺 0-145-1236-1235-13
-after digit always 퐻 0-145-1236-1235-23
-after digit always 퐼 0-145-1236-1235-235
-after digit always 퐽 0-145-1236-1235-236
-after digit always 퐾 0-145-1236-1235-256
-after digit always 퐿 0-145-1236-1235-356
-after digit always 푀 0-145-13456
-after digit always 푁 0-145-13456-1
-after digit always 푂 0-145-13456-1-1
-after digit always 푃 0-145-13456-1-3
-after digit always 푄 0-145-13456-25
-after digit always 푅 0-145-13456-25-13
-after digit always 푆 0-145-13456-25-356
-after digit always 푇 0-145-13456-35
-after digit always 푈 0-145-13456-2
-after digit always 푉 0-145-13456-2-1
-after digit always 푊 0-145-13456-2-26
-after digit always 푋 0-145-13456-2-12
-after digit always 푌 0-145-13456-2-3
-after digit always 푍 0-145-13456-2-236
-after digit always 푎 0-145-13456-2-256
-after digit always 푏 0-145-13456-2-356
-after digit always 푐 0-145-13456-26
-after digit always 푑 0-145-13456-12
-after digit always 푒 0-145-13456-12-3
-after digit always 푓 0-145-13456-3
-after digit always 푔 0-145-13456-34
-after digit always 푕 0-145-13456-2356
-after digit always 푖 0-145-13456-13
-after digit always 푗 0-145-13456-23
-after digit always 푘 0-145-13456-235
-after digit always 푙 0-145-13456-236
-after digit always 푚 0-145-13456-256
-after digit always 푛 0-145-13456-356
-after digit always 표 0-145-346
-after digit always 푝 0-145-346-1
-after digit always 푞 0-145-346-1-1
-after digit always 푟 0-145-346-1-3
-after digit always 푠 0-145-346-25
-after digit always 푡 0-145-346-25-13
-after digit always 푢 0-145-346-25-356
-after digit always 푣 0-145-346-35
-after digit always 푤 0-145-346-2
-after digit always 푥 0-145-346-2-1
-after digit always 푦 0-145-346-2-26
-after digit always 푧 0-145-346-2-12
-after digit always 푨 0-145-346-2-3
-after digit always 푩 0-145-346-2-236
-after digit always 푪 0-145-346-2-256
-after digit always 푫 0-145-346-2-356
-after digit always 푬 0-145-346-26
-after digit always 푭 0-145-346-12
-after digit always 푮 0-145-346-12-3
-after digit always 푯 0-145-346-3
-after digit always 푰 0-145-346-34
-after digit always 푱 0-145-346-2356
-after digit always 푲 0-145-346-13
-after digit always 푳 0-145-346-23
-after digit always 푴 0-145-346-235
-after digit always 푵 0-145-346-236
-after digit always 푶 0-145-346-256
-after digit always 푷 0-145-346-356
-after digit always 푸 0-145-134
-after digit always 푹 0-145-134-1
-after digit always 푺 0-145-134-1-1
-after digit always 푻 0-145-134-1-3
-after digit always 푿 0-145-134-35
-after digit always 품 0-145-134-26
-after digit always 풉 0-145-134-12
-after digit always 풊 0-145-134-12-3
-after digit always 풋 0-145-134-3
-after digit always 풌 0-145-134-34
-after digit always 풍 0-145-134-2356
-after digit always 풎 0-145-134-13
-after digit always 풏 0-145-134-23
-after digit always 풐 0-145-134-235
-after digit always 풑 0-145-134-236
-after digit always 풒 0-145-134-256
-after digit always 풓 0-145-134-356
-after digit always 풔 0-145-1234
-after digit always 풕 0-145-1234-1
-after digit always 풖 0-145-1234-1-1
-after digit always 풗 0-145-1234-1-3
-after digit always 풘 0-145-1234-25
-after digit always 풙 0-145-1234-25-13
-after digit always 풚 0-145-1234-25-356
-after digit always 풛 0-145-1234-35
-after digit always 풜 0-145-1234-2
-after digit always 풝 0-145-1234-2-1
-after digit always 풞 0-145-1234-2-26
-after digit always 풟 0-145-1234-2-12
-after digit always 풠 0-145-1234-2-3
-after digit always 풡 0-145-1234-2-236
-after digit always 풢 0-145-1234-2-256
-after digit always 풣 0-145-1234-2-356
-after digit always 풤 0-145-1234-26
-after digit always 풥 0-145-1234-12
-after digit always 풦 0-145-1234-12-3
-after digit always 풧 0-145-1234-3
-after digit always 풨 0-145-1234-34
-after digit always 풩 0-145-1234-2356
-after digit always 풪 0-145-1234-13
-after digit always 풫 0-145-1234-23
-after digit always 풬 0-145-1234-235
-after digit always 풭 0-145-1234-236
-after digit always 풮 0-145-1234-256
-after digit always 풯 0-145-1234-356
-after digit always 풰 0-145-1234-1235
-after digit always 풱 0-145-1234-1235-1
-after digit always 풲 0-145-1234-1235-1-1
-after digit always 풳 0-145-1234-1235-1-3
-after digit always 풴 0-145-1234-1235-25
-after digit always 풵 0-145-1234-1235-25-13
-after digit always 풶 0-145-1234-1235-25-356
-after digit always 풷 0-145-1234-1235-35
-after digit always 풸 0-145-1234-1235-2
-after digit always 풹 0-145-1234-1235-2-1
-after digit always 풺 0-145-1234-1235-2-26
-after digit always 풻 0-145-1234-1235-2-12
-after digit always 풼 0-145-1234-1235-2-3
-after digit always 풽 0-145-1234-1235-2-236
-after digit always 풾 0-145-1234-1235-2-256
-after digit always 풿 0-145-1234-1235-2-356
-after digit always 퓀 0-145-1234-1235-26
-after digit always 퓁 0-145-1234-1235-12
-after digit always 퓂 0-145-1234-1235-12-3
-after digit always 퓃 0-145-1234-1235-3
-after digit always 퓄 0-145-1234-1235-34
-after digit always 퓅 0-145-1234-1235-2356
-after digit always 퓆 0-145-1234-1235-13
-after digit always 퓇 0-145-1234-1235-23
-after digit always 퓈 0-145-1234-1235-235
-after digit always 퓉 0-145-1234-1235-236
-after digit always 퓊 0-145-1234-1235-256
-after digit always 퓋 0-145-1234-1235-356
-after digit always 퓌 0-145-134-1235
-after digit always 퓍 0-145-134-1235-1
-after digit always 퓎 0-145-134-1235-1-1
-after digit always 퓏 0-145-134-1235-1-3
-after digit always 퓐 0-145-134-1235-25
-after digit always 퓑 0-145-134-1235-25-13
-after digit always 퓒 0-145-134-1235-25-356
-after digit always 퓓 0-145-134-1235-35
-after digit always 퓔 0-145-134-1235-2
-after digit always 퓕 0-145-134-1235-2-1
-after digit always 퓖 0-145-134-1235-2-26
-after digit always 퓗 0-145-134-1235-2-12
-after digit always 퓘 0-145-134-1235-2-3
-after digit always 퓙 0-145-134-1235-2-236
-after digit always 퓚 0-145-134-1235-2-256
-after digit always 퓛 0-145-134-1235-2-356
-after digit always 퓜 0-145-134-1235-26
-after digit always 퓝 0-145-134-1235-12
-after digit always 퓞 0-145-134-1235-12-3
-after digit always 퓟 0-145-134-1235-3
-after digit always 퓠 0-145-134-1235-34
-after digit always 퓡 0-145-134-1235-2356
-after digit always 퓢 0-145-134-1235-13
-after digit always 퓣 0-145-134-1235-23
-after digit always 퓤 0-145-134-1235-235
-after digit always 퓥 0-145-134-1235-236
-after digit always 퓦 0-145-134-1235-256
-after digit always 퓧 0-145-134-1235-356
-after digit always 퓨 0-145-146
-after digit always 퓩 0-145-146-1
-after digit always 퓪 0-145-146-1-1
-after digit always 퓫 0-145-146-1-3
-after digit always 퓬 0-145-146-25
-after digit always 퓭 0-145-146-25-13
-after digit always 퓮 0-145-146-25-356
-after digit always 퓯 0-145-146-35
-after digit always 퓰 0-145-146-2
-after digit always 퓱 0-145-146-2-1
-after digit always 퓲 0-145-146-2-26
-after digit always 퓳 0-145-146-2-12
-after digit always 퓴 0-145-146-2-3
-after digit always 퓵 0-145-146-2-236
-after digit always 퓶 0-145-146-2-256
-after digit always 퓷 0-145-146-2-356
-after digit always 퓸 0-145-146-26
-after digit always 퓹 0-145-146-12
-after digit always 퓺 0-145-146-12-3
-after digit always 퓻 0-145-146-3
-after digit always 퓼 0-145-146-34
-after digit always 퓽 0-145-146-2356
-after digit always 퓾 0-145-146-13
-after digit always 퓿 0-145-146-23
-after digit always 픀 0-145-146-235
-after digit always 픁 0-145-146-236
-after digit always 픂 0-145-146-256
-after digit always 픃 0-145-146-356
-after digit always 프 0-145-246
-after digit always 픅 0-145-246-1
-after digit always 픆 0-145-246-1-1
-after digit always 픇 0-145-246-1-3
-after digit always 픋 0-145-246-35
-after digit always 픔 0-145-246-26
-after digit always 픕 0-145-246-12
-after digit always 픖 0-145-246-12-3
-after digit always 픗 0-145-246-3
-after digit always 픘 0-145-246-34
-after digit always 픙 0-145-246-2356
-after digit always 픚 0-145-246-13
-after digit always 픛 0-145-246-23
-after digit always 픜 0-145-246-235
-after digit always 픝 0-145-246-236
-after digit always 픞 0-145-246-256
-after digit always 픟 0-145-246-356
-after digit always 픠 0-145-2456
-after digit always 픡 0-145-2456-1
-after digit always 픢 0-145-2456-1-1
-after digit always 픣 0-145-2456-1-3
-after digit always 픤 0-145-2456-25
-after digit always 픥 0-145-2456-25-13
-after digit always 픦 0-145-2456-25-356
-after digit always 픧 0-145-2456-35
-after digit always 픨 0-145-2456-2
-after digit always 픩 0-145-2456-2-1
-after digit always 픪 0-145-2456-2-26
-after digit always 픫 0-145-2456-2-12
-after digit always 픬 0-145-2456-2-3
-after digit always 픭 0-145-2456-2-236
-after digit always 픮 0-145-2456-2-256
-after digit always 픯 0-145-2456-2-356
-after digit always 픰 0-145-2456-26
-after digit always 픱 0-145-2456-12
-after digit always 픲 0-145-2456-12-3
-after digit always 픳 0-145-2456-3
-after digit always 픴 0-145-2456-34
-after digit always 픵 0-145-2456-2356
-after digit always 픶 0-145-2456-13
-after digit always 픷 0-145-2456-23
-after digit always 픸 0-145-2456-235
-after digit always 픹 0-145-2456-236
-after digit always 픺 0-145-2456-256
-after digit always 픻 0-145-2456-356
-after digit always 피 0-145-135
-after digit always 픽 0-145-135-1
-after digit always 픾 0-145-135-1-1
-after digit always 픿 0-145-135-1-3
-after digit always 핃 0-145-135-35
-after digit always 필 0-145-135-2
-after digit always 핅 0-145-135-2-1
-after digit always 핆 0-145-135-2-26
-after digit always 핇 0-145-135-2-12
-after digit always 핈 0-145-135-2-3
-after digit always 핉 0-145-135-2-236
-after digit always 핊 0-145-135-2-256
-after digit always 핋 0-145-135-2-356
-after digit always 핌 0-145-135-26
-after digit always 핍 0-145-135-12
-after digit always 핎 0-145-135-12-3
-after digit always 핏 0-145-135-3
-after digit always 핐 0-145-135-34
-after digit always 핑 0-145-135-2356
-after digit always 핒 0-145-135-13
-after digit always 핓 0-145-135-23
-after digit always 핔 0-145-135-235
-after digit always 핕 0-145-135-236
-after digit always 핖 0-145-135-256
-after digit always 핗 0-145-135-356
-after digit always 해 0-245-1235
-after digit always 핵 0-245-1235-1
-after digit always 핶 0-245-1235-1-1
-after digit always 핷 0-245-1235-1-3
-after digit always 핸 0-245-1235-25
-after digit always 핹 0-245-1235-25-13
-after digit always 핺 0-245-1235-25-356
-after digit always 핻 0-245-1235-35
-after digit always 핼 0-245-1235-2
-after digit always 핽 0-245-1235-2-1
-after digit always 핾 0-245-1235-2-26
-after digit always 핿 0-245-1235-2-12
-after digit always 햀 0-245-1235-2-3
-after digit always 햁 0-245-1235-2-236
-after digit always 햂 0-245-1235-2-256
-after digit always 햃 0-245-1235-2-356
-after digit always 햄 0-245-1235-26
-after digit always 햅 0-245-1235-12
-after digit always 햆 0-245-1235-12-3
-after digit always 햇 0-245-1235-3
-after digit always 했 0-245-1235-34
-after digit always 행 0-245-1235-2356
-after digit always 햊 0-245-1235-13
-after digit always 햋 0-245-1235-23
-after digit always 햌 0-245-1235-235
-after digit always 햍 0-245-1235-236
-after digit always 햎 0-245-1235-256
-after digit always 햏 0-245-1235-356
-after digit always 햐 0-245-345
-after digit always 햑 0-245-345-1
-after digit always 햒 0-245-345-1-1
-after digit always 햓 0-245-345-1-3
-after digit always 햔 0-245-345-25
-after digit always 햕 0-245-345-25-13
-after digit always 햖 0-245-345-25-356
-after digit always 햗 0-245-345-35
-after digit always 햘 0-245-345-2
-after digit always 햙 0-245-345-2-1
-after digit always 햚 0-245-345-2-26
-after digit always 햛 0-245-345-2-12
-after digit always 햜 0-245-345-2-3
-after digit always 햝 0-245-345-2-236
-after digit always 햞 0-245-345-2-256
-after digit always 햟 0-245-345-2-356
-after digit always 햠 0-245-345-26
-after digit always 햡 0-245-345-12
-after digit always 햢 0-245-345-12-3
-after digit always 햣 0-245-345-3
-after digit always 햤 0-245-345-34
-after digit always 향 0-245-345-2356
-after digit always 햦 0-245-345-13
-after digit always 햧 0-245-345-23
-after digit always 햨 0-245-345-235
-after digit always 햩 0-245-345-236
-after digit always 햪 0-245-345-256
-after digit always 햫 0-245-345-356
-after digit always 햬 0-245-345-1235
-after digit always 햭 0-245-345-1235-1
-after digit always 햮 0-245-345-1235-1-1
-after digit always 햯 0-245-345-1235-1-3
-after digit always 햰 0-245-345-1235-25
-after digit always 햱 0-245-345-1235-25-13
-after digit always 햲 0-245-345-1235-25-356
-after digit always 햳 0-245-345-1235-35
-after digit always 햴 0-245-345-1235-2
-after digit always 햵 0-245-345-1235-2-1
-after digit always 햶 0-245-345-1235-2-26
-after digit always 햷 0-245-345-1235-2-12
-after digit always 햸 0-245-345-1235-2-3
-after digit always 햹 0-245-345-1235-2-236
-after digit always 햺 0-245-345-1235-2-256
-after digit always 햻 0-245-345-1235-2-356
-after digit always 햼 0-245-345-1235-26
-after digit always 햽 0-245-345-1235-12
-after digit always 햾 0-245-345-1235-12-3
-after digit always 햿 0-245-345-1235-3
-after digit always 헀 0-245-345-1235-34
-after digit always 헁 0-245-345-1235-2356
-after digit always 헂 0-245-345-1235-13
-after digit always 헃 0-245-345-1235-23
-after digit always 헄 0-245-345-1235-235
-after digit always 헅 0-245-345-1235-236
-after digit always 헆 0-245-345-1235-256
-after digit always 헇 0-245-345-1235-356
-after digit always 허 0-245-234
-after digit always 헏 0-245-234-35
-after digit always 험 0-245-234-26
-after digit always 헙 0-245-234-12
-after digit always 헚 0-245-234-12-3
-after digit always 헛 0-245-234-3
-after digit always 헜 0-245-234-34
-after digit always 헝 0-245-234-2356
-after digit always 헞 0-245-234-13
-after digit always 헟 0-245-234-23
-after digit always 헠 0-245-234-235
-after digit always 헡 0-245-234-236
-after digit always 헢 0-245-234-256
-after digit always 헣 0-245-234-356
-after digit always 헤 0-245-1345
-after digit always 헥 0-245-1345-1
-after digit always 헦 0-245-1345-1-1
-after digit always 헧 0-245-1345-1-3
-after digit always 헨 0-245-1345-25
-after digit always 헩 0-245-1345-25-13
-after digit always 헪 0-245-1345-25-356
-after digit always 헫 0-245-1345-35
-after digit always 헬 0-245-1345-2
-after digit always 헭 0-245-1345-2-1
-after digit always 헮 0-245-1345-2-26
-after digit always 헯 0-245-1345-2-12
-after digit always 헰 0-245-1345-2-3
-after digit always 헱 0-245-1345-2-236
-after digit always 헲 0-245-1345-2-256
-after digit always 헳 0-245-1345-2-356
-after digit always 헴 0-245-1345-26
-after digit always 헵 0-245-1345-12
-after digit always 헶 0-245-1345-12-3
-after digit always 헷 0-245-1345-3
-after digit always 헸 0-245-1345-34
-after digit always 헹 0-245-1345-2356
-after digit always 헺 0-245-1345-13
-after digit always 헻 0-245-1345-23
-after digit always 헼 0-245-1345-235
-after digit always 헽 0-245-1345-236
-after digit always 헾 0-245-1345-256
-after digit always 헿 0-245-1345-356
-after digit always 혀 0-245-156
-after digit always 혁 0-245-156-1
-after digit always 혂 0-245-156-1-1
-after digit always 혃 0-245-156-1-3
-after digit always 혇 0-245-156-35
-after digit always 혐 0-245-156-26
-after digit always 협 0-245-156-12
-after digit always 혒 0-245-156-12-3
-after digit always 혓 0-245-156-3
-after digit always 혔 0-245-156-34
-after digit always 혖 0-245-156-13
-after digit always 혗 0-245-156-23
-after digit always 혘 0-245-156-235
-after digit always 혙 0-245-156-236
-after digit always 혚 0-245-156-256
-after digit always 혛 0-245-156-356
-after digit always 혜 0-245-34
-after digit always 혝 0-245-34-1
-after digit always 혞 0-245-34-1-1
-after digit always 혟 0-245-34-1-3
-after digit always 혠 0-245-34-25
-after digit always 혡 0-245-34-25-13
-after digit always 혢 0-245-34-25-356
-after digit always 혣 0-245-34-35
-after digit always 혤 0-245-34-2
-after digit always 혥 0-245-34-2-1
-after digit always 혦 0-245-34-2-26
-after digit always 혧 0-245-34-2-12
-after digit always 혨 0-245-34-2-3
-after digit always 혩 0-245-34-2-236
-after digit always 혪 0-245-34-2-256
-after digit always 혫 0-245-34-2-356
-after digit always 혬 0-245-34-26
-after digit always 혭 0-245-34-12
-after digit always 혮 0-245-34-12-3
-after digit always 혯 0-245-34-3
-after digit always 혰 0-245-34-34
-after digit always 혱 0-245-34-2356
-after digit always 혲 0-245-34-13
-after digit always 혳 0-245-34-23
-after digit always 혴 0-245-34-235
-after digit always 혵 0-245-34-236
-after digit always 혶 0-245-34-256
-after digit always 혷 0-245-34-356
-after digit always 호 0-245-136
-after digit always 혿 0-245-136-35
-after digit always 홀 0-245-136-2
-after digit always 홁 0-245-136-2-1
-after digit always 홂 0-245-136-2-26
-after digit always 홃 0-245-136-2-12
-after digit always 홄 0-245-136-2-3
-after digit always 홅 0-245-136-2-236
-after digit always 홆 0-245-136-2-256
-after digit always 홇 0-245-136-2-356
-after digit always 홈 0-245-136-26
-after digit always 홉 0-245-136-12
-after digit always 홊 0-245-136-12-3
-after digit always 홋 0-245-136-3
-after digit always 홌 0-245-136-34
-after digit always 홎 0-245-136-13
-after digit always 홏 0-245-136-23
-after digit always 홐 0-245-136-235
-after digit always 홑 0-245-136-236
-after digit always 홒 0-245-136-256
-after digit always 홓 0-245-136-356
-after digit always 화 0-245-1236
-after digit always 확 0-245-1236-1
-after digit always 홖 0-245-1236-1-1
-after digit always 홗 0-245-1236-1-3
-after digit always 환 0-245-1236-25
-after digit always 홙 0-245-1236-25-13
-after digit always 홚 0-245-1236-25-356
-after digit always 홛 0-245-1236-35
-after digit always 활 0-245-1236-2
-after digit always 홝 0-245-1236-2-1
-after digit always 홞 0-245-1236-2-26
-after digit always 홟 0-245-1236-2-12
-after digit always 홠 0-245-1236-2-3
-after digit always 홡 0-245-1236-2-236
-after digit always 홢 0-245-1236-2-256
-after digit always 홣 0-245-1236-2-356
-after digit always 홤 0-245-1236-26
-after digit always 홥 0-245-1236-12
-after digit always 홦 0-245-1236-12-3
-after digit always 홧 0-245-1236-3
-after digit always 홨 0-245-1236-34
-after digit always 황 0-245-1236-2356
-after digit always 홪 0-245-1236-13
-after digit always 홫 0-245-1236-23
-after digit always 홬 0-245-1236-235
-after digit always 홭 0-245-1236-236
-after digit always 홮 0-245-1236-256
-after digit always 홯 0-245-1236-356
-after digit always 홰 0-245-1236-1235
-after digit always 홱 0-245-1236-1235-1
-after digit always 홲 0-245-1236-1235-1-1
-after digit always 홳 0-245-1236-1235-1-3
-after digit always 홴 0-245-1236-1235-25
-after digit always 홵 0-245-1236-1235-25-13
-after digit always 홶 0-245-1236-1235-25-356
-after digit always 홷 0-245-1236-1235-35
-after digit always 홸 0-245-1236-1235-2
-after digit always 홹 0-245-1236-1235-2-1
-after digit always 홺 0-245-1236-1235-2-26
-after digit always 홻 0-245-1236-1235-2-12
-after digit always 홼 0-245-1236-1235-2-3
-after digit always 홽 0-245-1236-1235-2-236
-after digit always 홾 0-245-1236-1235-2-256
-after digit always 홿 0-245-1236-1235-2-356
-after digit always 횀 0-245-1236-1235-26
-after digit always 횁 0-245-1236-1235-12
-after digit always 횂 0-245-1236-1235-12-3
-after digit always 횃 0-245-1236-1235-3
-after digit always 횄 0-245-1236-1235-34
-after digit always 횅 0-245-1236-1235-2356
-after digit always 횆 0-245-1236-1235-13
-after digit always 횇 0-245-1236-1235-23
-after digit always 횈 0-245-1236-1235-235
-after digit always 횉 0-245-1236-1235-236
-after digit always 횊 0-245-1236-1235-256
-after digit always 횋 0-245-1236-1235-356
-after digit always 회 0-245-13456
-after digit always 획 0-245-13456-1
-after digit always 횎 0-245-13456-1-1
-after digit always 횏 0-245-13456-1-3
-after digit always 횐 0-245-13456-25
-after digit always 횑 0-245-13456-25-13
-after digit always 횒 0-245-13456-25-356
-after digit always 횓 0-245-13456-35
-after digit always 횔 0-245-13456-2
-after digit always 횕 0-245-13456-2-1
-after digit always 횖 0-245-13456-2-26
-after digit always 횗 0-245-13456-2-12
-after digit always 횘 0-245-13456-2-3
-after digit always 횙 0-245-13456-2-236
-after digit always 횚 0-245-13456-2-256
-after digit always 횛 0-245-13456-2-356
-after digit always 횜 0-245-13456-26
-after digit always 횝 0-245-13456-12
-after digit always 횞 0-245-13456-12-3
-after digit always 횟 0-245-13456-3
-after digit always 횠 0-245-13456-34
-after digit always 횡 0-245-13456-2356
-after digit always 횢 0-245-13456-13
-after digit always 횣 0-245-13456-23
-after digit always 횤 0-245-13456-235
-after digit always 횥 0-245-13456-236
-after digit always 횦 0-245-13456-256
-after digit always 횧 0-245-13456-356
-after digit always 효 0-245-346
-after digit always 횩 0-245-346-1
-after digit always 횪 0-245-346-1-1
-after digit always 횫 0-245-346-1-3
-after digit always 횬 0-245-346-25
-after digit always 횭 0-245-346-25-13
-after digit always 횮 0-245-346-25-356
-after digit always 횯 0-245-346-35
-after digit always 횰 0-245-346-2
-after digit always 횱 0-245-346-2-1
-after digit always 횲 0-245-346-2-26
-after digit always 횳 0-245-346-2-12
-after digit always 횴 0-245-346-2-3
-after digit always 횵 0-245-346-2-236
-after digit always 횶 0-245-346-2-256
-after digit always 횷 0-245-346-2-356
-after digit always 횸 0-245-346-26
-after digit always 횹 0-245-346-12
-after digit always 횺 0-245-346-12-3
-after digit always 횻 0-245-346-3
-after digit always 횼 0-245-346-34
-after digit always 횽 0-245-346-2356
-after digit always 횾 0-245-346-13
-after digit always 횿 0-245-346-23
-after digit always 훀 0-245-346-235
-after digit always 훁 0-245-346-236
-after digit always 훂 0-245-346-256
-after digit always 훃 0-245-346-356
-after digit always 후 0-245-134
-after digit always 훅 0-245-134-1
-after digit always 훆 0-245-134-1-1
-after digit always 훇 0-245-134-1-3
-after digit always 훋 0-245-134-35
-after digit always 훔 0-245-134-26
-after digit always 훕 0-245-134-12
-after digit always 훖 0-245-134-12-3
-after digit always 훗 0-245-134-3
-after digit always 훘 0-245-134-34
-after digit always 훙 0-245-134-2356
-after digit always 훚 0-245-134-13
-after digit always 훛 0-245-134-23
-after digit always 훜 0-245-134-235
-after digit always 훝 0-245-134-236
-after digit always 훞 0-245-134-256
-after digit always 훟 0-245-134-356
-after digit always 훠 0-245-1234
-after digit always 훡 0-245-1234-1
-after digit always 훢 0-245-1234-1-1
-after digit always 훣 0-245-1234-1-3
-after digit always 훤 0-245-1234-25
-after digit always 훥 0-245-1234-25-13
-after digit always 훦 0-245-1234-25-356
-after digit always 훧 0-245-1234-35
-after digit always 훨 0-245-1234-2
-after digit always 훩 0-245-1234-2-1
-after digit always 훪 0-245-1234-2-26
-after digit always 훫 0-245-1234-2-12
-after digit always 훬 0-245-1234-2-3
-after digit always 훭 0-245-1234-2-236
-after digit always 훮 0-245-1234-2-256
-after digit always 훯 0-245-1234-2-356
-after digit always 훰 0-245-1234-26
-after digit always 훱 0-245-1234-12
-after digit always 훲 0-245-1234-12-3
-after digit always 훳 0-245-1234-3
-after digit always 훴 0-245-1234-34
-after digit always 훵 0-245-1234-2356
-after digit always 훶 0-245-1234-13
-after digit always 훷 0-245-1234-23
-after digit always 훸 0-245-1234-235
-after digit always 훹 0-245-1234-236
-after digit always 훺 0-245-1234-256
-after digit always 훻 0-245-1234-356
-after digit always 훼 0-245-1234-1235
-after digit always 훽 0-245-1234-1235-1
-after digit always 훾 0-245-1234-1235-1-1
-after digit always 훿 0-245-1234-1235-1-3
-after digit always 휀 0-245-1234-1235-25
-after digit always 휁 0-245-1234-1235-25-13
-after digit always 휂 0-245-1234-1235-25-356
-after digit always 휃 0-245-1234-1235-35
-after digit always 휄 0-245-1234-1235-2
-after digit always 휅 0-245-1234-1235-2-1
-after digit always 휆 0-245-1234-1235-2-26
-after digit always 휇 0-245-1234-1235-2-12
-after digit always 휈 0-245-1234-1235-2-3
-after digit always 휉 0-245-1234-1235-2-236
-after digit always 휊 0-245-1234-1235-2-256
-after digit always 휋 0-245-1234-1235-2-356
-after digit always 휌 0-245-1234-1235-26
-after digit always 휍 0-245-1234-1235-12
-after digit always 휎 0-245-1234-1235-12-3
-after digit always 휏 0-245-1234-1235-3
-after digit always 휐 0-245-1234-1235-34
-after digit always 휑 0-245-1234-1235-2356
-after digit always 휒 0-245-1234-1235-13
-after digit always 휓 0-245-1234-1235-23
-after digit always 휔 0-245-1234-1235-235
-after digit always 휕 0-245-1234-1235-236
-after digit always 휖 0-245-1234-1235-256
-after digit always 휗 0-245-1234-1235-356
-after digit always 휘 0-245-134-1235
-after digit always 휙 0-245-134-1235-1
-after digit always 휚 0-245-134-1235-1-1
-after digit always 휛 0-245-134-1235-1-3
-after digit always 휜 0-245-134-1235-25
-after digit always 휝 0-245-134-1235-25-13
-after digit always 휞 0-245-134-1235-25-356
-after digit always 휟 0-245-134-1235-35
-after digit always 휠 0-245-134-1235-2
-after digit always 휡 0-245-134-1235-2-1
-after digit always 휢 0-245-134-1235-2-26
-after digit always 휣 0-245-134-1235-2-12
-after digit always 휤 0-245-134-1235-2-3
-after digit always 휥 0-245-134-1235-2-236
-after digit always 휦 0-245-134-1235-2-256
-after digit always 휧 0-245-134-1235-2-356
-after digit always 휨 0-245-134-1235-26
-after digit always 휩 0-245-134-1235-12
-after digit always 휪 0-245-134-1235-12-3
-after digit always 휫 0-245-134-1235-3
-after digit always 휬 0-245-134-1235-34
-after digit always 휭 0-245-134-1235-2356
-after digit always 휮 0-245-134-1235-13
-after digit always 휯 0-245-134-1235-23
-after digit always 휰 0-245-134-1235-235
-after digit always 휱 0-245-134-1235-236
-after digit always 휲 0-245-134-1235-256
-after digit always 휳 0-245-134-1235-356
-after digit always 휴 0-245-146
-after digit always 휵 0-245-146-1
-after digit always 휶 0-245-146-1-1
-after digit always 휷 0-245-146-1-3
-after digit always 휸 0-245-146-25
-after digit always 휹 0-245-146-25-13
-after digit always 휺 0-245-146-25-356
-after digit always 휻 0-245-146-35
-after digit always 휼 0-245-146-2
-after digit always 휽 0-245-146-2-1
-after digit always 휾 0-245-146-2-26
-after digit always 휿 0-245-146-2-12
-after digit always 흀 0-245-146-2-3
-after digit always 흁 0-245-146-2-236
-after digit always 흂 0-245-146-2-256
-after digit always 흃 0-245-146-2-356
-after digit always 흄 0-245-146-26
-after digit always 흅 0-245-146-12
-after digit always 흆 0-245-146-12-3
-after digit always 흇 0-245-146-3
-after digit always 흈 0-245-146-34
-after digit always 흉 0-245-146-2356
-after digit always 흊 0-245-146-13
-after digit always 흋 0-245-146-23
-after digit always 흌 0-245-146-235
-after digit always 흍 0-245-146-236
-after digit always 흎 0-245-146-256
-after digit always 흏 0-245-146-356
-after digit always 흐 0-245-246
-after digit always 흑 0-245-246-1
-after digit always 흒 0-245-246-1-1
-after digit always 흓 0-245-246-1-3
-after digit always 흗 0-245-246-35
-after digit always 흠 0-245-246-26
-after digit always 흡 0-245-246-12
-after digit always 흢 0-245-246-12-3
-after digit always 흣 0-245-246-3
-after digit always 흤 0-245-246-34
-after digit always 흥 0-245-246-2356
-after digit always 흦 0-245-246-13
-after digit always 흧 0-245-246-23
-after digit always 흨 0-245-246-235
-after digit always 흩 0-245-246-236
-after digit always 흪 0-245-246-256
-after digit always 흫 0-245-246-356
-after digit always 희 0-245-2456
-after digit always 흭 0-245-2456-1
-after digit always 흮 0-245-2456-1-1
-after digit always 흯 0-245-2456-1-3
-after digit always 흰 0-245-2456-25
-after digit always 흱 0-245-2456-25-13
-after digit always 흲 0-245-2456-25-356
-after digit always 흳 0-245-2456-35
-after digit always 흴 0-245-2456-2
-after digit always 흵 0-245-2456-2-1
-after digit always 흶 0-245-2456-2-26
-after digit always 흷 0-245-2456-2-12
-after digit always 흸 0-245-2456-2-3
-after digit always 흹 0-245-2456-2-236
-after digit always 흺 0-245-2456-2-256
-after digit always 흻 0-245-2456-2-356
-after digit always 흼 0-245-2456-26
-after digit always 흽 0-245-2456-12
-after digit always 흾 0-245-2456-12-3
-after digit always 흿 0-245-2456-3
-after digit always 힀 0-245-2456-34
-after digit always 힁 0-245-2456-2356
-after digit always 힂 0-245-2456-13
-after digit always 힃 0-245-2456-23
-after digit always 힄 0-245-2456-235
-after digit always 힅 0-245-2456-236
-after digit always 힆 0-245-2456-256
-after digit always 힇 0-245-2456-356
-after digit always 히 0-245-135
-after digit always 힉 0-245-135-1
-after digit always 힊 0-245-135-1-1
-after digit always 힋 0-245-135-1-3
-after digit always 힏 0-245-135-35
-after digit always 힐 0-245-135-2
-after digit always 힑 0-245-135-2-1
-after digit always 힒 0-245-135-2-26
-after digit always 힓 0-245-135-2-12
-after digit always 힔 0-245-135-2-3
-after digit always 힕 0-245-135-2-236
-after digit always 힖 0-245-135-2-256
-after digit always 힗 0-245-135-2-356
-after digit always 힘 0-245-135-26
-after digit always 힙 0-245-135-12
-after digit always 힚 0-245-135-12-3
-after digit always 힛 0-245-135-3
-after digit always 힜 0-245-135-34
-after digit always 힝 0-245-135-2356
-after digit always 힞 0-245-135-13
-after digit always 힟 0-245-135-23
-after digit always 힠 0-245-135-235
-after digit always 힡 0-245-135-236
-after digit always 힢 0-245-135-256
-after digit always 힣 0-245-135-356
-
-
-
-
-# For grade 1 and grade 2 rules not discussed here, see ko-g1.ctb and ko-g2.ctb.
-# This table contains braille codes and rules for Malayalam Grade 1 and includes English grade 1
-#
-# Copyright (C) 2014 National Institute for Visually Handicapped, 116, Rajpur Road, Dehradun, Uttrakhand, India
-#
-# This file is part of liblouis.
-#
-# liblouis is free software: you can redistribute it and/or modify it
-# under the terms of the GNU Lesser General Public License as
-# published by the Free Software Foundation, either version 2.1 of the
-# License, or (at your option) any later version.
-#
-# liblouis is distributed in the hope that it will be useful, but
-# WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-# Lesser General Public License for more details.
-#
-# You should have received a copy of the GNU Lesser General Public
-# License along with liblouis. If not, see
-# <http://www.gnu.org/licenses/>.
-
-# This table is built and maintained under an activity of Braille Council of India
-# Contributors: Dipendra Manocha, Sreeja, Dinesh Kaushal, Mesar Hameed
-# Last updated on May 5, 2014
-# To report any bugs or any suggestion, please write to d@saksham.org and sreeja.param@gmail.com
-
-include malayalam.cti
-include en-in-g1.ctb
-# liblouis: Swiss German Grade 2 Braille
-#
-#  Copyright (C) 2009 SBS Schweizerische Bibliothek für Blinde und Sehbehinderte
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-#
-#-------------------------------------------------------------------------------
-#
-#  DEUTSCHE KURZSCHRIFT - German Grade 2 Braille - Switzerland
-#
-#  Version 11-17-09
-#  christian.waldvogel@sbszh.ch
-#
-#-------------------------------------------------------------------------------
-
-
-include de-ch-g0.utb
-letsign 6
-include de-g2-core.cti
-# liblouis: German Grade 0 Braille
-#
-# -----------
-#-name: Deutsche Basisschrift
-#-display-name: German uncontracted braille
-#
-#+locale:de
-#+type:literary
-#+contraction:no
-#+grade:0
-#
-# TODO: Please correct the metadata above. It is not meant to be
-# accurate nor complete. It hasn't been verified by the table
-# author yet. It is merely an attempt by the liblouis maintainers
-# to get some sensible initial values in place.
-#
-# TODO: Please add a reference to official documentation about
-# the implemented braille code. Preferably submit the documents
-# to https://github.com/liblouis/braille-specs.
-# ------------
-#
-#  Copyright (C) 2009 SBS Schweizerische Bibliothek für Blinde und Sehbehinderte
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-#
-#-------------------------------------------------------------------------------
-#
-#  DEUTSCHE BASISSCHRIFT - German Grade 0 Braille - Germany, Austria
-#
-#  Version 11-18-09
-#  christian.waldvogel@sbszh.ch
-#
-#-------------------------------------------------------------------------------
-
-
-include de-eurobrl6.dis
-include de-chardefs6.cti
-include de-de-accents.cti
-include de-g0-core.uti
-# liblouis: Character definitions for Icelandic 6-dot  tables
-#
-#  Copyright (C) 2010 INIB (Iceland National Institute for the Blind)
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 3 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-#
-#-------------------------------------------------------------------------------
-#
-#  Character definitions for Icelandic 6-dot tables
-#
-#  Version 2009-09-02
-#  Birkir Gunnarsson birkir@midstod.is
-#
-#-------------------------------------------------------------------------------
-
-
-# Icelandic characters, in Icelandic alphabetical order
-uplow \x00C1\x00E1 16 # Áá, a acute
-uplow \x00D0\x00F0 156 # Ðð, eth
-uplow \x00C9\x00E9 2346 # Éé, e acute
-uplow \x00CD\x00ED 126 # Íí, i acute 
-uplow \x00D3\x00F3 1456 # Óó, o acute
-uplow \x00DA\x00FA 12456 # Úú, u acute
-uplow \x00DD\x00FD 12346 # Ýý, y acute
-uplow \x00DE\x00FE 1246 # Þþ, thorn
-uplow \x00C6\x00E6 345 # Ææ, ae
-uplow \x00D6\x00F6 246 # Öö o umlaut
-
-# ===== BASIC LATIN - 0000-007F ================================================
-
-space         \x0009 0               #9     [CHARACTER TABULATION]
-space         \x000A 0               #10    [LINE FEED (LF)]
-space         \x000C 0               #12    [FORM FEED (FF)]
-space         \x000D 0               #13    [CARRIAGE RETURN (CR)]
-
-space         \x0020 0               #32    SPACE
-punctuation   \x0021 236               #33    ! EXCLAMATION MARK
-punctuation   \x0022 56               #34    " QUOTATION MARK
-sign          \x0023 3456            #35    # NUMBER SIGN
-sign          \x0024 45-124              #36    $ DOLLAR SIGN
-sign          \x0025 46          #37    % PERCENT SIGN
-sign          \x0026 346           #38    & AMPERSAND
-punctuation   \x0027 5               #39    ' APOSTROPHE APOSTROPHE-QUOTE
-punctuation   \x0028 236             #40    ( LEFT PARENTHESIS
-punctuation   \x0029 356             #41    ) RIGHT PARENTHESIS
-sign          \x002A 35              #42    * ASTERISK
-math          \x002B 235             #43    + PLUS SIGN
-punctuation   \x002C 2               #44    , COMMA
-punctuation   \x002D 36              #45    - HYPHEN-MINUS
-punctuation   \x002E 3               #46    . FULL STOP PERIOD
-sign          \x002F 34             #47    / SOLIDUS SLASH
-
-include litdigits6Dots.uti
-
-punctuation   \x003A 25              #58    : COLON
-punctuation   \x003B 23              #59    ; SEMICOLON
-math          \x003C 5-246              #60    < LESS-THAN SIGN
-math          \x003D 2356            #61    = EQUALS SIGN
-math          \x003E 135-2              #62    > GREATER-THAN SIGN
-punctuation   \x003F 26              #63    ? QUESTION MARK
-
-include latinLetterDef6Dots.uti
-
-sign          \x0060 4             #96    `  GRAVE ACCENT
-punctuation   \x007B 6-12356           #123   {  LEFT CURLY BRACKET
-sign          \x007C 456              #124   |  VERTICAL LINE
-punctuation   \x007D 6-23456           #125   }  RIGHT CURLY BRACKET
-sign          \x007E 45            #126   ~  TILDE
-sign          \x007F 45-456             #127   [DELETE]
-sign         \x2022 36 		Bullet
-sign          \x0040 123456           #64    @  COMMERCIAL AT
-punctuation   \x005B 12356          #91    [  LEFT SQUARE BRACKET
-sign          \x005C 45-34            #92    \  REVERSE SOLIDUS
-punctuation   \x005D 23456          #93    ]  RIGHT SQUARE BRACKET
-sign          \x005F 45-36           #95    _  LOW LINE
-
-# ===== LATIN-1 SUPPLEMENT: 0080-00FF ==========================================
-sign          \x00A2 45-14            #162   ¢ CENT SIGN
-sign          \x00A3 45-1234           #163   £ POUND SIGN
-sign          \x00A4 45-1346               #164   ¤ CURRENCY SIGN
-sign          \x00A5 45-13456         #165   ¥ YEN SIGN
-sign          \x00A6 0-456-123-0     #166   ¦ BROKEN BAR
-sign          \x00A7 45-346           #167   § SECTION SIGN
-sign          \x00A9 236-14-356 #169   © COPYRIGHT SIGN
-lowercase     \x00AA 4-1               #170   ª FEMININE ORDINAL INDICATOR
-punctuation   \x00AB 45-236             #171   « LEFT-POINTING DOUBLE ANGLE QUOTATION MARK
-sign          \x00AD 36               #173   ­ SOFT HYPHEN
-sign          \x00AE 236-1235-356   #174 ® REGISTERED SIGN
-sign          \x00B0 256           #176   ° DEGREE SIGN
-math          \x00B1 235-36          #177   ± PLUS-MINUS SIGN
-sign          \x00B5 45-134          #181   µ MICRO SIGN
-lowercase     \x00BA 4-2             #186   º MASCULINE ORDINAL INDICATOR
-punctuation   \x00BB 45-356             #187   » RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK
-math          \x00D7 45-24             #215   × MULTIPLICATION SIGN
-math          \x00F7 1256               #247   ÷ DIVISION SIGN
-
-# ===== GENERAL PUNCTUATION: 2000-206F =========================================
-
-punctuation   \x2013 36-36            #8211          EN DASH
-punctuation   \x2014 6-36            #8212          EM DASH
-punctuation   \x201D 23             #8221          RIGHT DOUBLE QUOTATION MARK
-sign          \x2030 46-46      #8240    PER MILLE SIGN
-sign          \x2031 46-46-46  #8241    PER TEN THOUSAND SIGN
-sign          \x2032 4-35            #8242          PRIME
-sign          \x2033 4-35-35         #8243          DOUBLE PRIME
-
-# ===== CURRENCY SYMBOLS: 20A0-20CF ============================================
-
-sign          \x20A0 45-15                           EURO-CURRENCY SIGN
-
-# ===== ARROWS: 2190-21FF ======================================================
-
-sign          \x2190 0-246-25-0           LEFTWARDS ARROW
-sign          \x2192 0-25-135-0           RIGHTWARDS ARROW
-sign          \x2194 0-246-25-135-0       LEFT RIGHT ARROW
-
-# ===== MATHEMATICAL OPERATORS: 2200-22FF ======================================
-
-math          \x2212 36              #8722   MINUS SIGN
-math          \x2215 34              #8725   DIVISION SLASH
-math          \x2217 35              #8727   ASTERISK OPERATOR
-math          \x223C 45-25           #8764   TILDE OPERATOR
-math          \x2245 45-25-25           #8773   APPROXIMATELY EQUAL TO
-math          \x2259 26              #8793   ESTIMATES
-math          \x2260 236-2356         #8800   NOT EQUAL TO
-math          \x2261 2356-2356       #8801   IDENTICAL TO
-math          \x2264 5-246-2356        #8804   LESS-THAN OR EQUAL TO
-math          \x2265 135-2-2356        #8805   GREATER-THAN OR EQUAL TO
-math          \x2266 246-2356        #8806   LESS-THAN OVER EQUAL TO
-math          \x2267 135-2356        #8807   GREATER-THAN OVER EQUAL TO
-math          \x22c5 3               #8901   DOT OPERATOR
-math          \x22c6 3               #8902   STAR OPERATOR
-
-# ===== Braille Indicators: ==================================================
-
-numsign 3456  number sign
-capsletter 6
-begcapsword 6-6
-endcapsword 6-6
-
-emphclass italic
-emphclass underline
-emphclass bold
-
-begemph italic 4-34
-endemph italic 34-4
-
-begemph bold 4-456
-endemph bold 456-4
-
-# liblouis: Danish, table for 8 dots grade 2 (forward and backward translation)
-#
-#  Copyright (C) 2014-2017, Bue Vester-Andersen <bue@vester-andersen.dk>
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-#
-#------------
-#
-# This  is the Danish table for 8 dots grade 2 (stor forkortelse).
-# Use this table for translation and back-translation of Danish 8 dots grade 2.
-#
-# Version: Bue Vester-Andersen, 160713
-
-### Table Metadata
-
-#-name: Dansk forkortet 8-punkt
-#-display-name: Danish 8-dot fully contracted braille
-
-#+locale: da
-#+type: literary
-#+contraction: full
-#+grade: 2
-#+dots: 8
-#+direction: both
-
-# Display upcodes
-include da-dk-octobraille.dis
-
-### Character definitions ###
-
-sign \x0000 8 NULL
-sign \x0001 178 START OF HEADING
-sign \x0002 1278 START OF TEXT
-sign \x0003 1478 END OF TEXT
-sign \x0004 14578 END OF TRANSMISSION
-sign \x0005 24568 ENQUIRY
-sign \x0006 12478 ACKNOWLEDGE
-sign \x0007 124578 BELL
-sign \x0008 12578 BACKSPACE
-space \t 2478 CHARACTER TABULATION
-space \n 678 LINE FEED (LF)
-space \v 1368 LINE TABULATION
-space \f 12378 FORM FEED (FF)
-space \r 257 CARRIAGE RETURN (CR)
-sign \x000e 134578 SHIFT OUT
-sign \x000f 12358 SHIFT IN
-sign \x0010 123478 DATA LINK ESCAPE
-sign \x0011 1234578 DEVICE CONTROL ONE
-sign \x0012 13568 DEVICE CONTROL TWO
-sign \x0013 4578 DEVICE CONTROL THREE
-sign \x0014 268 DEVICE CONTROL FOUR
-sign \x0015 13678 NEGATIVE ACKNOWLEDGE
-sign \x0016 278 SYNCHRONOUS IDLE
-sign \x0017 3578 END OF TRANSMISSION BLOCK
-sign \x0018 78 CANCEL
-sign \x0019 68 END OF MEDIUM
-sign \x001a 135678 SUBSTITUTE
-sign \x001b 2678 ESCAPE
-sign \x001c 45678 INFORMATION SEPARATOR FOUR
-sign \x001d 12368 INFORMATION SEPARATOR THREE
-sign \x001e 1234678 INFORMATION SEPARATOR TWO
-sign \x001f 235678 INFORMATION SEPARATOR ONE
-space \s 0 SPACE
-punctuation ! 235 EXCLAMATION MARK
-punctuation " 2356 QUOTATION MARK
-punctuation # 34568 NUMBER SIGN
-sign $ 25678 DOLLAR SIGN
-math % 24578 PERCENT SIGN
-sign & 123468 AMPERSAND
-punctuation ' 4 APOSTROPHE
-punctuation ( 2368 LEFT PARENTHESIS
-punctuation ) 3568 RIGHT PARENTHESIS
-math + 2358 PLUS SIGN
-punctuation , 2 COMMA
-punctuation - 368 HYPHEN-MINUS
-punctuation . 3 FULL STOP
-punctuation / 348 SLASH
-include digits8Dots.uti
-punctuation : 25 COLON
-punctuation ; 23 SEMICOLON
-math < 358 LESS-THAN SIGN
-math = 23568 EQUALS SIGN
-math > 267 GREATER-THAN SIGN
-punctuation ? 26 QUESTION MARK
-sign @ 478 COMMERCIAL AT
-uplow Aa 17,1 LATIN LETTER A
-uplow Bb 127,12 LATIN LETTER B
-uplow Cc 147,14 LATIN LETTER C
-uplow Dd 1457,145 LATIN LETTER D
-uplow Ee 157,15 LATIN LETTER E
-uplow Ff 1247,124 LATIN LETTER F
-uplow Gg 12457,1245 LATIN LETTER G
-uplow Hh 1257,125 LATIN LETTER H
-uplow Ii 247,24 LATIN LETTER I
-uplow Jj 2457,245 LATIN LETTER J
-uplow Kk 137,13 LATIN LETTER K
-uplow Ll 1237,123 LATIN LETTER L
-uplow Mm 1347,134 LATIN LETTER M
-uplow Nn 13457,1345 LATIN LETTER N
-uplow Oo 1357,135 LATIN LETTER O
-uplow Pp 12347,1234 LATIN CAPITAL LETTER P
-uplow Rr 12357,1235 LATIN LETTER R
-uplow Ss 2347,234 LATIN LETTER S
-uplow Tt 23457,2345 LATIN LETTER T
-uplow Uu 1367,136 LATIN LETTER U
-uplow Vv 12367,1236 LATIN LETTER V
-uplow Yy 134567,13456 LATIN LETTER Y
-punctuation [ 23678 LEFT SQUARE BRACKET
-punctuation ] 35678 RIGHT SQUARE BRACKET
-punctuation ^ 12348 CIRCUMFLEX ACCENT
-punctuation _ 3678 LOW LINE
-punctuation ` 5 GRAVE ACCENT
-punctuation { 123678 LEFT CURLY BRACKET
-punctuation | 4568 VERTICAL LINE
-punctuation } 345678 RIGHT CURLY BRACKET
-punctuation ~ 467 TILDE
-sign \x007f 7 DELETE
-sign \x20AC 1578 #EURO SIGN (0x80)
-noback sign \x0080 1578 #EURO SIGN (0x80)
-sign \x0081 45 <control-0081>
-punctuation \x201A 457 #Low single quote (0x82)
-noback punctuation \x0082 457 #Low single quote (0x82)
-sign \x0192 58 #Flurihn (0x83)
-noback sign \x0083 58 #Flurihn (0x83)
-punctuation \x201E 2378 #Low quote (0x84)
-noback punctuation \x0084 2378 #Low quote (0x84)
-letter \x2020 2357 #Dagger (0x86
-noback letter \x0086 2357 #Dagger (0x86
-letter \x2021 23578 #Double dagger (0x87
-noback letter \x0087 23578 #Double dagger (0x87
-letter \x02c6 5678 #Modifier letter circumflex (0x88)
-noback letter \x0088 5678 #Modifier letter circumflex (0x88)
-math \x2030 245678 #permille sign (0x89)
-noback math \x0089 245678 #permille sign (0x89)
-uplow \x0160\x0161 23478,2348 #LATIN CAPITAL LETTER S WITH CARON (0x8a)
-noback uplow \x008a\x009a 23478,2348 #LATIN LETTER S WITH CARON (0x8a)
-punctuation \x2039 456 #SINGLE LEFT-POINTING ANGLE QUOTATION MARK (0x8b)
-noback punctuation \x008b 456 #SINGLE LEFT-POINTING ANGLE QUOTATION MARK (0x8b)
-uplow \x0152\x0153 13578,1358 #LATIN CAPITAL LIGATURE OE (0x8c)
-noback uplow \x008c\x009c 13578,1358 #LATIN LIGATURE OE (0x8c)
-sign \x008d 3567 REVERSE LINE FEED (not defined in cp1252)
-letter \x008f 27 SINGLE SHIFT THREE (not defined in cp1252)
-letter \x0090 357 DEVICE CONTROL STRING (not defined in cp1252)
-punctuation \x2018 47 #LEFT SINGLE QUOTATION MARK (0x91)
-noback punctuation \x0091 47 #LEFT SINGLE QUOTATION MARK (0x91)
-punctuation \x2019 48 #RIGHT SINGLE QUOTATION MARK (0x92)
-noback punctuation \x0092 48 #RIGHT SINGLE QUOTATION MARK (0x92)
-punctuation \x201c 237 #LEFT DOUBLE QUOTATION MARK (0x93)
-noback punctuation \x0093 237 #LEFT DOUBLE QUOTATION MARK (0x93)
-punctuation \x201d 568 #RIGHT DOUBLE QUOTATION MARK (0x94)
-noback punctuation \x0094 568 #RIGHT DOUBLE QUOTATION MARK (0x94)
-sign \x2022 37 #Bullit (0x95)
-noback sign \x0095 37 #Bullit (0x95)
-sign \x02DC 46 #SMALL TILDE (0x98)
-noback sign \x0098 46 #SMALL TILDE (0x98)
-sign \x2122 234578 #TRADE MARK SIGN (0x99)
-noback sign \x0099 234578 #TRADE MARK SIGN (0x99)
-punctuation \x203A 4567 #SINGLE RIGHT-POINTING ANGLE QUOTATION MARK (0x9b)
-noback punctuation \x009b 4567 #SINGLE RIGHT-POINTING ANGLE QUOTATION MARK (0x9b)
-letter \x009d 2567 OPERATING SYSTEM COMMAND
-uplow \x0178\x00ff 2345678,234568 #LATIN LETTER Y WITH DIAERESIS (0x9f)
-noback uppercase \x009f 2345678 #LATIN LETTER Y WITH DIAERESIS (0x9f)
-punctuation \x00a0 23458 NO-BREAK SPACE (0xa0)
-punctuation \x00a1 256 INVERTED EXCLAMATION MARK )0xa1)
-punctuation \x00a2 2578 CENT SIGN (0xa2)
-punctuation \x00a3 1238 POUND SIGN (0xa3)
-punctuation \x00a5 67 YEN SIGN (0xa5)
-punctuation \x00a6 3478 BROKEN BAR (0xa6)
-punctuation \x00a7 578 SECTION SIGN (0xa7)
-punctuation \x00a9 134678 COPYRIGHT SIGN (0xa9)
-letter \x00aa 234678 FEMININE ORDINAL INDICATOR (0xaa)
-punctuation \x00ab 57 LEFT-POINTING DOUBLE ANGLE QUOTATION MARK (0xab)
-letter \x00ad 378 SOFT HYPHEN (0xad)
-punctuation \x00ae 123578 REGISTERED SIGN (0xae)
-punctuation \x00af 23567 MACRON (0xaf)
-math \x00b1 123458 PLUS-MINUS SIGN
-punctuation \x00b2 238 SUPERSCRIPT TWO
-punctuation \x00b3 258 SUPERSCRIPT THREE
-punctuation \x00b4 468 ACUTE ACCENT
-punctuation \x00b6 1234568 PILCROW SIGN
-punctuation \x00b7 38 MIDDLE DOT
-punctuation \x00b8 4678 CEDILLA
-punctuation \x00b9 28 SUPERSCRIPT ONE
-letter \x00ba 12345678 MASCULINE ORDINAL INDICATOR
-punctuation \x00bb 567 RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK
-punctuation \x00bc 13458 VULGAR FRACTION ONE QUARTER
-punctuation \x00bd 458 VULGAR FRACTION ONE HALF
-uplow \x00c1\x00e1 1235678,123568 LATIN  LETTER A WITH ACUTE
-uplow \x00c2\x00e2 1678,168 LATIN  LETTER A WITH CIRCUMFLEX
-uplow \x00c3\x00e3 14678,1468 LATIN  LETTER A WITH TILDE
-uplow \x00c4\x00e4 34578,3458 LATIN  LETTER A WITH DIAERESIS
-uplow \x00c5\x00e5 167,16 LATIN LETTER A WITH RING ABOVE
-uplow \x00c6\x00e6 3457,345 LATIN LETTER AE
-uplow \x00cc\x00ec 15678,1568 LATIN  LETTER I WITH GRAVE
-uplow \x00cd\x00ed 12678,1268 LATIN  LETTER I WITH ACUTE
-uplow \x00d0\x00f0 1345678,134568 LATIN  LETTER ETH
-uplow \x00d1\x00f1 1245678,124568 LATIN  LETTER N WITH TILDE
-uplow \x00d2\x00f2 124678,12468 LATIN  LETTER O WITH GRAVE
-uplow \x00d3\x00f3 34678,3468 LATIN  LETTER O WITH ACUTE
-uplow \x00d5\x00f5 145678,14568 LATIN  LETTER O WITH TILDE
-uplow \x00d6\x00f6 24678,2468 LATIN  LETTER O WITH DIAERESIS
-math \x00d7 13468 MULTIPLICATION SIGN
-uplow \x00d8\x00f8 2467,246 LATIN LETTER O WITH STROKE
-uplow \x00da\x00fa 125678,12568 LATIN  LETTER U WITH ACUTE
-uplow \x00dd\x00fd 13478,1348 LATIN  LETTER Y WITH ACUTE (infinite?)
-uplow \x00de\x00fe 1378,138 LATIN  LETTER THORN
-lowercase \x00df 23468 LATIN SMALL LETTER SHARP S
-math \x00f7 2568 DIVISION SIGN
-
-# Character used for capslettersign
-# Resides in the "private use area", and shouldn't conflict with anything.
-sign \xf8ff f
-
-# Used as dash where dash should act as space.
-space \xf8fe ef
-
-#Unicode Braille patterns
-include braille-patterns.cti
-
-# characters that have letsign as part of their definition
-# (to be removed when the alwaysletsign opcode has been implemented).
-punctuation * 6-35 ASTERISK
-uplow Qq 6-123457,6-12345 LATIN LETTER Q
-uplow Ww 6-24567,6-2456 LATIN LETTER W
-uplow Xx 6-13467,6-1346 LATIN LETTER X
-uplow Zz 6-13567,6-1356 LATIN LETTER Z
-punctuation \\ 6-347 REVERSE SLASH
-punctuation \x2026 6-3-3-3 #Elipsis (0x85)
-noback punctuation \x0085 6-3-3-3 #Elipsis (0x85)
-uplow \x017d\x017e 6-3467,6-346 #LATIN  LETTER Z WITH CARON (0x8e)
-noback uplow \x008e\x009e 6-3467,6-346 #LATIN  LETTER Z WITH CARON (0x8e)
-letter \x2013 6-36 #EN DASH (0x96)
-noback sign \x0096 6-36 #EN DASH (0x96)
-letter \x2014 6-367 #Em DASH (0x97)
-noback sign \x0097 6-367 #Em DASH (0x97)
-punctuation \x00a4 6-2367 CURRENCY SIGN (0xa4)
-punctuation \x00a8 6-56 DIAERESIS (0xa8)
-punctuation \x00ac 6-34567 NOT SIGN (0xac)
-sign \x00b0 4-356 DEGREE SIGN (0xb0)
-sign \x00b5 6-236 MICRO SIGN
-punctuation \x00be 6-3456 VULGAR FRACTION THREE QUARTERS
-punctuation \x00bf 6-34 INVERTED QUESTION MARK
-uplow \x00c0\x00e0 6-123567,6-12356 LATIN  LETTER A WITH GRAVE
-uplow \x00c7\x00e7 6-123467,6-12346 LATIN  LETTER C WITH CEDILLA
-uplow \x00c8\x00e8 6-23467,6-2346 LATIN  LETTER E WITH GRAVE
-uplow \x00c9\x00e9 6-1234567,6-123456 LATIN  LETTER E WITH ACUTE
-uplow \x00ca\x00ea 6-1267,6-126 LATIN  LETTER E WITH CIRCUMFLEX
-uplow \x00cb\x00eb 6-12467,6-1246 LATIN  LETTER E WITH DIAERESIS
-uplow \x00ce\x00ee 6-1467,6-146 LATIN  LETTER I WITH CIRCUMFLEX
-uplow \x00cf\x00ef 6-124567,6-12456 LATIN  LETTER I WITH DIAERESIS
-uplow \x00d4\x00f4 6-14567,6-1456 LATIN  LETTER O WITH CIRCUMFLEX
-uplow \x00d9\x00f9 6-234567,6-23456 LATIN  LETTER U WITH GRAVE
-uplow \x00db\x00fb 6-1567,6-156 LATIN  LETTER U WITH CIRCUMFLEX
-uplow \x00dc\x00fc 6-12567,6-1256 LATIN  LETTER U WITH DIAERESIS
-
-# Misc letters from other character sets prefixed with dot 5
-# to be implemented
-
-### misc opcodes ###
-
-# Emphasis opcodes
-# Emphasis opcodes
-emphclass italic
-emphclass underline
-emphclass bold
-
-begemphphrase italic 56
-endemphphrase italic after 56
-begemphword italic 56
-endemphword italic 56
-
-begemphphrase bold 56
-endemphphrase bold after 56
-begemphword bold 56
-endemphword bold 56
-
-begemphphrase underline 56
-endemphphrase underline after 56
-begemphword underline 56
-endemphword underline 56
-
-# special symbols
-decpoint , 2
-hyphen - 368
-letsign 6
-noletsign IQWXZiqwxz
-noletsignbefore 1234567890
-
-capsletter f
-multind f-6 capsletter letsign
-multind 6-f letsign capsletter
-capsnocont
-
-# The Danish use of letsign differs somewhat from the LibLouis way.
-# In order to be sure that we are getting a letsign when we want one, we are sometimes getting an overlap.
-
-# Ensure that we have letsign between a digit and "st"
-# and nd after a digit is not contracted
-noback context _$d["st"]!$l @6-234-2345
-noback context _$d["st"]~ @6-234-2345
-noback context _$d["nd"]!$l @1345-145
-noback context _$d["nd"]~ @1345-145
-# The following lines are to ensure that we get a letsign between a digit and a single letter.
-noback context $d[]$l!$l @6
-noback context $d[]$l~ @6
-
-### Correct - Forward translation
-
-# Ensure that capsnocont does not stretch across dashes
-noback correct $U["-"] "\xf8fe"
-
-# Special characters that always need letsigns because they represent contractions
-always \x00a1 6-256 # inverted exclamationmark
-
-#Special sequences, urls emails and file names.
-nocont $
-nocont \\ # line cannot end with a backslash
-nocont @
-nocont ://
-nocont www
-nocont .com
-nocont .dk
-nocont .eu
-nocont .edu
-nocont .gov
-nocont .mil
-nocont .net
-nocont .org
-nocont .uk
-nocont .doc
-nocont .exe
-nocont .htm
-nocont .tex
-nocont .txt
-nocont .gif
-nocont .jpg
-nocont .png
-nocont .wav
-nocont .tar
-nocont .zip
-
-#Words
-word af 356
-word aldrig 1-35
-word aig =
-word alle 1-15
-begnum ae 6-1-15
-contraction ae
-word allerede 1-123-1235
-begnum alr 6-1-123-1235
-contraction alr
-word alligevel 1-123-1236
-begnum alv 6-1-123-1236
-contraction alv
-word altid 1-2345-145
-begnum atd 6-1-2345-145
-contraction atd
-word altså 1-16
-begnum aå 6-1-16
-contraction aå
-word at 1
-
-word blevet 12-2345
-begnum bt 6-12-2345
-contraction bt
-word blev 12-1236
-begnum bv 6-12-1236
-contraction bv
-word blive 12-3456
-word bve 12-1236-15
-word bliver 12
-
-word derefter 23456-1356
-word derst =
-word deres 256
-word derfor 23456-124
-word derf =
-word derigennem 23456-24-12456
-word derige 1456-1235-24-12456
-word dermed 23456-134
-word derm =
-word derned 23456-1246
-word derne =
-word derop 23456-135
-word dero =
-word derover 23456-1346
-word deror =
-word derpå 23456-1234
-word derp =
-word dersom 23456-234
-word ders =
-word dertil 23456-2345
-word dert =
-word derunder 23456-12345
-word derved 23456-1236
-word din 145-1345
-begnum dn 6-145-1345
-contraction dn
-word disse 145-234
-begnum ds 6-145-234
-contraction ds
-word dit 145-2345
-begnum dt 6-145-2345
-contraction dt
-word du 145
-
-word efter 1356
-word eller 15
-word endnu 15-136
-begnum eu 6-15-136
-contraction eu
-
-word fik 124-13
-begnum fk 6-124-13
-contraction fk
-word fordi 124-145
-begnum fd 6-124-145
-contraction fd
-word forskellige 124-123456-15
-word fske =
-word forskelligt 124-123456-2345
-word fskt =
-word forskellig 124-123456
-word fsk =
-word for 124
-word fra 235
-word første 124-1356-15
-word først 124-1356
-word før 246
-
-word ganske 1245-123456
-word gennem 12456
-word ge =
-word gik 1245-13
-begnum gk 6-1245-13
-contraction gk
-word gør 1245
-
-word ham 236
-word hans 13456-234
-begnum ys 6-13456-234
-contraction ys
-word han 13456
-word har 125
-word havde 125-1456
-word hde =
-word have 125-3456
-word hve =
-word helt 125-2345
-begnum ht 6-125-2345
-contraction ht
-word hendes 125-234
-begnum hs 6-125-234
-contraction hs
-word hende 125-145
-begnum hd 6-125-145
-contraction hd
-word hun 136
-word hvad 2456
-word hv =
-word hvis 2456-234
-word hvs =
-word hvordan 34-1
-word hvora 34-6-1
-word hvorefter 34-1356
-word hvorst 34-234-2345
-word hvorfor 34-124
-word hvorf 34-6-124
-word hvorigennem 34-24-12456
-word hvorledes 34-15
-word hvore 34-6-15
-word hvormed 34-134
-word hvorm 34-6-134
-word hvornår 34-1345
-word hvorn 34-6-1345
-word hvorover 34-1346
-word hvoror 34-135-1235
-word hvorpå 34-1234
-word hvorp 34-6-1234
-word hvortil 34-2345
-word hvort 34-6-2345
-word hvorunder 34-12345
-word hvornd 34-1345-145
-word hvorved 34-1236
-word hvorv 34-6-1236
-word hvor 34
-
-word igennem 24-12456
-word ige =
-word igen 35
-word ig =
-word ikke 24-13
-begnum ik 6-24-13
-contraction ik
-word imidlertid 24-24
-begnum ii 6-24-24
-contraction ii
-
-word jeg 245
-
-word kan 13
-word kommer 13-156
-word ker =
-word kommet 13-346
-word ket =
-word komme 13-146
-word kme =
-word kom 13-134
-begnum km 6-13-134
-contraction km
-word kunne 13-1246
-word kne =
-
-word ligesom 123-234
-begnum ls 6-123-234
-contraction ls
-word lige 123
-word lille 123-123
-begnum ll 6-123-123
-contraction ll
-
-word mange 134-12456
-word mge =
-word med 134
-word megen 146-126
-word meen =
-word meget 146-346
-word meet =
-word mellem 146-134
-word mem =
-word men 146
-word me =
-word min 134-1345
-begnum mn 6-134-1345
-contraction mn
-word mit 134-2345
-begnum mt 6-145-2345
-contraction mt
-word måske 134-123456
-word msk =
-word måtte 134-1256
-word mte =
-
-word naturligvis 1345-2345-1236
-begnum ntv 6-1345-2345-1236
-contraction ntv
-word nd =
-word ned 1246
-word ne =
-word nogen 1345-1345
-begnum nn 6-1345-1345
-contraction nn
-word noget 1345-2345
-begnum nt 6-1345-2345
-contraction nt
-word nogle 1345-123-15
-begnum nle 6-1345-123-15
-contraction nle
-word når 1345
-
-word også 14-16
-begnum cå 6-14-16
-contraction cå
-word og 14
-word omkring 135-134-13
-begnum omk 6-135-134-13
-contraction omk
-word op 135
-word or =
-word over 1346
-
-word på 1234
-
-word ret 12356
-word re 1235-15
-word rigtige 1235-12456
-word rge =
-word rigtigt 1235-2345
-begnum rt 6-1235-2345
-contraction rt
-word rigtig 1235
-
-word sagde 234-1456
-word sammen 234-134
-begnum sm 6-234-134
-contraction sm
-word samme 234-146
-word sme =
-word selvfølgelig 234-1236-124
-begnum svf 6-234-1236-124
-contraction svf
-word selv 234-1236
-begnum sv 6-234-1236
-contraction sv
-word sidste 234-1356-15
-word sste =
-word sidst 234-1356
-word sst =
-word sin 234-1345
-begnum sn 6-234-1345
-contraction sn
-word sit 234-2345
-begnum st 6-234-2345
-contraction st
-word skal 123456
-word sk =
-word skulle 123456-123-15
-word skle =
-word snart 234-1235
-begnum sr 6-234-1235
-contraction sr
-word som 234
-word sådan 16-1
-begnum åa 6-16-1
-contraction åa
-word således 16-15
-begnum åe 6-16-15
-contraction åe
-word så 16
-
-word te 1256
-word tid 2345-145
-begnum td 6-2345-145
-contraction td
-word tilbage 2345-12
-begnum tb 6-2345-12
-contraction tb
-word til 2345
-
-word under 12345
-
-word var- =
-word var. =
-word var 36
-word ve 3456
-word ved 1236
-word ville 1236-123-15
-begnum vle 6-1236-123-15
-contraction vle
-word vil 1236-123
-begnum vl 6-1236-123
-contraction vl
-word været 1236-2345
-begnum vt 6-1236-2345
-contraction vt
-word være 345
-
-#Part words
-nocross den 12346
-nocross der 23456
-nocross det 2346
-nocross de 1456
-nocross en 126
-nocross er 156
-nocross et 346
-nocross ge 12456
-nocross hvor 34
-nocross hv 2456
-nocross ig 35
-nocross me 146
-nocross nd 12345
-nocross ne 1246
-nocross or 1346
-nocross re 12356
-nocross sk 123456
-nocross st 1356
-nocross te 1256
-nocross ve 3456
-
-#special cases with dropped signs
-# which can be both punctuations and contractions.
-
-always fra! 124-1235-1-235
-always !fra 235-124-1235-1
-always !! 235-235
-always !!! 235-235-235
-always "fra" 2356-124-1235-1-2356
-after punctuation always ! 6-235
-always 'af 4-1-124
-
-always \s! 0-6-235
-prepunc ! 6-235
-nofor always ! 6-235
-noback context `["!"] @6-235
-
-
-# Ensure no one-letter word contraction before or after a dash
-
-prfword -af 368-1-124
-sufword af- 1-124-368
-prfword -at 368-1-2345
-sufword at- 1-2345-368
-prfword -deres 368-1456-12356-234
-sufword deres- 1456-12356-234-368
-prfword -du 368-145-136
-sufword du- 145-136-368
-prfword -efter 368-15-124-2345-156
-sufword efter- 15-124-2345-156-368
-prfword -for 368-124-1346
-sufword for- 124-1346-368
-prfword -fra 368-124-1235-1
-sufword fra- 124-1235-1-368
-prfword -gennem 368-1245-126-1246-134
-sufword gennem- 1245-126-1246-134-368
-prfword -ham 368-125-1-134
-sufword ham- 125-1-134-368
-prfword -han 368-125-1-1345
-sufword han- 125-1-1345-368
-prfword -har 368-125-1-1235
-sufword har- 125-1-1235-368
-prfword -hun 368-125-136-1345
-sufword hun- 125-136-1345-368
-prfword -kan 368-13-1-1345
-sufword kan- 13-1-1345-368
-prfword -lige 368-123-24-12456
-sufword lige- 123-24-12456-368
-prfword -med 368-146-145
-sufword med- 146-145-368
-prfword -men 368-134-126
-sufword men- 134-126-368
-prfword -ned 368-1246-145
-sufword ned- 1246-145-368
-prfword -når 368-1345-16-1235
-sufword når- 1345-16-1235-368
-prfword -og 368-135-1245
-sufword og- 135-1245-368
-prfword -op 368-135-1234
-sufword op- 135-1234-368
-prfword -over 368-135-1236-156
-sufword over- 135-1236-156-368
-prfword -på 368-1234-16
-sufword på- 1234-16-368
-prfword -ret 368-1235-346
-sufword ret- 1235-346-368
-prfword -rigtig 368-1235-35-2345-35
-sufword rigtig- 1235-35-2345-35-368
-prfword -skal 368-123456-1-123
-sufword skal- 123456-1-123-368
-prfword -som 368-234-135-134
-sufword som- 234-135-134-368
-prfword -så 368-234-16
-sufword så- 234-16-368
-prfword -til 368-2345-24-123
-sufword til- 2345-24-123-368
-prfword -under 368-136-1345-23456
-sufword under- 136-1345-23456-368
-prfword -ved 368-1236-15-145
-sufword ved- 1236-15-145-368
-prfword -være 368-1236-345-12356
-sufword være- 1236-345-12356-368
-
-# *** patches for various Liblouis bugs
-# this file will be removed when the bugs are fixed
-
-nofor always a 6-1
-nofor always b 6-12
-nofor always c 6-14
-nofor always d 6-145
-nofor always e 6-15
-nofor always f 6-124
-nofor always g 6-1245
-nofor always h 6-125
-nofor always j 6-245
-nofor always k 6-13
-nofor always l 6-123
-nofor always m 6-134
-nofor always n 6-1345
-nofor always o 6-135
-nofor always p 6-1234
-nofor always q 6-12345
-nofor always r 6-1235
-nofor always s 6-234
-nofor always t 6-2345
-nofor always u 6-136
-nofor always v 6-1236
-nofor always w 6-2456
-nofor always x 6-1346
-nofor always y 6-13456
-nofor always z 6-1356
-nofor always æ 6-345
-nofor always ø 6-246
-nofor always å 6-16
-
-nofor always A 6-17
-nofor always B 6-127
-nofor always C 6-147
-nofor always D 6-1457
-nofor always E 6-157
-nofor always F 6-1247
-nofor always G 6-12457
-nofor always H 6-1257
-nofor always J 6-2457
-nofor always K 6-137
-nofor always L 6-1237
-nofor always M 6-1347
-nofor always N 6-13457
-nofor always O 6-1357
-nofor always P 6-12347
-nofor always Q 6-123457
-nofor always R 6-12357
-nofor always S 6-2347
-nofor always T 6-23457
-nofor always U 6-1367
-nofor always V 6-12367
-nofor always W 6-24567
-nofor always X 6-13467
-nofor always Y 6-134567
-nofor always Z 6-13567
-nofor always Æ 6-3457
-nofor always Ø 6-2467
-nofor always Å 6-167
-
-# if a word contraction is followed by a punctuation and another word immediately after,
-# The contracted word before the punctuation will back-translate as its components
-class wordlimit /,!.:’()?"'\x00ab_\x201d\x0094\x2019\x0092\x00bb
-nofor before wordlimit begword af 356
-nofor before wordlimit begword aldrig 1-35
-nofor before wordlimit begword aig =
-nofor before wordlimit begword alle 1-15
-nofor before wordlimit begword allerede 1-123-1235
-nofor before wordlimit begword alligevel 1-123-1236
-nofor before wordlimit begword altid 1-2345-145
-nofor before wordlimit begword altså 1-16
-nofor before wordlimit begword at 1
-
-nofor before wordlimit begword blevet 12-2345
-nofor before wordlimit begword blev 12-1236
-nofor before wordlimit begword blive 12-3456
-nofor before wordlimit begword bve 12-1236-15
-nofor before wordlimit begword bliver 12
-
-nofor before wordlimit begword derefter 23456-1356
-nofor before wordlimit begword derst =
-nofor before wordlimit begword deres 256
-nofor before wordlimit begword derfor 23456-124
-nofor before wordlimit begword derf =
-nofor before wordlimit begword derigennem 23456-24-12456
-nofor before wordlimit begword derige 1456-1235-24-12456
-nofor before wordlimit begword dermed 23456-134
-nofor before wordlimit begword derm =
-nofor before wordlimit begword derned 23456-1246
-nofor before wordlimit begword derne =
-nofor before wordlimit begword derop 23456-135
-nofor before wordlimit begword dero =
-nofor before wordlimit begword derover 23456-1346
-nofor before wordlimit begword deror =
-nofor before wordlimit begword derpå 23456-1234
-nofor before wordlimit begword derp =
-nofor before wordlimit begword dersom 23456-234
-nofor before wordlimit begword ders =
-nofor before wordlimit begword dertil 23456-2345
-nofor before wordlimit begword dert =
-nofor before wordlimit begword derunder 23456-12345
-nofor before wordlimit begword derved 23456-1236
-nofor before wordlimit begword din 145-1345
-nofor before wordlimit begword disse 145-234
-nofor before wordlimit begword dit 145-2345
-nofor before wordlimit begword du 145
-
-nofor before wordlimit begword efter 1356
-nofor before wordlimit begword eller 15
-nofor before wordlimit begword endnu 15-136
-
-nofor before wordlimit begword fik 124-13
-nofor before wordlimit begword fordi 124-145
-nofor before wordlimit begword forskellige 124-123456-15
-nofor before wordlimit begword fske =
-nofor before wordlimit begword forskelligt 124-123456-2345
-nofor before wordlimit begword fskt =
-nofor before wordlimit begword forskellig 124-123456
-nofor before wordlimit begword fsk =
-nofor before wordlimit sufword for 124
-nofor before wordlimit begword fra 235
-nofor before wordlimit begword første 124-1356-15
-nofor before wordlimit begword først 124-1356
-nofor before wordlimit begword før 246
-
-nofor before wordlimit begword ganske 1245-123456
-nofor before wordlimit begword gennem 12456
-nofor before wordlimit begword ge =
-nofor before wordlimit begword gik 1245-13
-nofor before wordlimit begword gør 1245
-
-nofor before wordlimit begword ham 236
-nofor before wordlimit begword hans 13456-234
-nofor before wordlimit begword han 13456
-nofor before wordlimit begword har 125
-nofor before wordlimit begword havde 125-1456
-nofor before wordlimit begword hde =
-nofor before wordlimit begword have 125-3456
-nofor before wordlimit begword hve =
-nofor before wordlimit begword helt 125-2345
-nofor before wordlimit begword hendes 125-234
-nofor before wordlimit begword hende 125-145
-nofor before wordlimit begword hun 136
-nofor before wordlimit begword hvad 2456
-nofor before wordlimit begword hv =
-nofor before wordlimit begword hvis 2456-234
-nofor before wordlimit begword hvs =
-nofor before wordlimit begword hvordan 34-1
-nofor before wordlimit begword hvorefter 34-1356
-nofor before wordlimit begword hvorfor 34-124
-nofor before wordlimit begword hvorigennem 34-24-12456
-nofor before wordlimit begword hvorledes 34-15
-nofor before wordlimit begword hvormed 34-134
-nofor before wordlimit begword hvornår 34-1345
-nofor before wordlimit begword hvorover 34-1346
-nofor before wordlimit begword hvorpå 34-1234
-nofor before wordlimit begword hvortil 34-2345
-nofor before wordlimit begword hvorunder 34-12345
-nofor before wordlimit begword hvorved 34-1236
-nofor before wordlimit begword hvor 34
-
-nofor before wordlimit begword igennem 24-12456
-nofor before wordlimit begword ige =
-nofor before wordlimit begword igen 35
-nofor before wordlimit begword ig =
-nofor before wordlimit begword ikke 24-13
-nofor before wordlimit begword imidlertid 24-24
-
-nofor before wordlimit begword jeg 245
-
-nofor before wordlimit begword kan 13
-nofor before wordlimit begword kommer 13-156
-nofor before wordlimit begword ker =
-nofor before wordlimit begword kommet 13-346
-nofor before wordlimit begword ket =
-nofor before wordlimit begword komme 13-146
-nofor before wordlimit begword kme =
-nofor before wordlimit begword kom 13-134
-nofor before wordlimit begword kunne 13-1246
-nofor before wordlimit begword kne =
-
-nofor before wordlimit begword ligesom 123-234
-nofor before wordlimit begword lige 123
-nofor before wordlimit begword lille 123-123
-
-nofor before wordlimit begword mange 134-12456
-nofor before wordlimit begword mge =
-nofor before wordlimit begword med 134
-nofor before wordlimit begword megen 146-126
-nofor before wordlimit begword meen =
-nofor before wordlimit begword meget 146-346
-nofor before wordlimit begword meet =
-nofor before wordlimit begword mellem 146-134
-nofor before wordlimit begword mem =
-nofor before wordlimit begword men 146
-nofor before wordlimit begword me =
-nofor before wordlimit begword min 134-1345
-nofor before wordlimit begword mit 134-2345
-nofor before wordlimit begword måske 134-123456
-nofor before wordlimit begword msk =
-nofor before wordlimit begword måtte 134-1256
-nofor before wordlimit begword mte =
-
-nofor before wordlimit begword naturligvis 1345-2345-1236
-nofor before wordlimit begword nd =
-nofor before wordlimit begword ned 1246
-nofor before wordlimit begword ne =
-nofor before wordlimit begword nogen 1345-1345
-nofor before wordlimit begword noget 1345-2345
-nofor before wordlimit begword nogle 1345-123-15
-nofor before wordlimit begword når 1345
-
-nofor before wordlimit begword også 14-16
-nofor before wordlimit begword og 14
-nofor before wordlimit begword omkring 135-134-13
-nofor before wordlimit begword op 135
-nofor before wordlimit begword or =
-nofor before wordlimit begword over 1346
-
-nofor before wordlimit begword på 1234
-
-nofor before wordlimit begword ret 12356
-nofor before wordlimit begword re 1235-15
-nofor before wordlimit begword rigtige 1235-12456
-nofor before wordlimit begword rge =
-nofor before wordlimit begword rigtigt 1235-2345
-nofor before wordlimit begword rigtig 1235
-
-nofor before wordlimit begword sagde 234-1456
-nofor before wordlimit begword sammen 234-134
-nofor before wordlimit begword samme 234-146
-nofor before wordlimit begword sme =
-nofor before wordlimit begword selvfølgelig 234-1236-124
-nofor before wordlimit begword selv 234-1236
-nofor before wordlimit begword sidste 234-1356-15
-nofor before wordlimit begword sste =
-nofor before wordlimit begword sidst 234-1356
-nofor before wordlimit begword sst =
-nofor before wordlimit begword sin 234-1345
-nofor before wordlimit begword sit 234-2345
-nofor before wordlimit begword skal 123456
-nofor before wordlimit begword sk =
-nofor before wordlimit begword skulle 123456-123-15
-nofor before wordlimit begword skle =
-nofor before wordlimit begword snart 234-1235
-nofor before wordlimit begword som 234
-nofor before wordlimit begword sådan 16-1
-nofor before wordlimit begword således 16-15
-nofor before wordlimit begword så 16
-
-nofor before wordlimit begword tid 2345-145
-nofor before wordlimit begword tilbage 2345-12
-nofor before wordlimit begword til 2345
-
-nofor before wordlimit begword under 12345
-
-nofor before wordlimit begword var- =
-nofor before wordlimit begword var 36
-nofor before wordlimit begword ved 1236
-nofor before wordlimit begword ville 1236-123-15
-nofor before wordlimit begword vil 1236-123
-nofor before wordlimit begword været 1236-2345
-nofor before wordlimit begword være 345
-
-# Problems solved with pass 2
-
-# Convert the fake "space hyphen" back to a normal hyphen.
-noback pass2 @ef @368
-
-### Multi-pass opcodes for converting the virtual capsletter sign @f into dot 7.
-
-# Most of these lines are temporary.
-# They will be written with a few swap sets when the swapdd opcode has been fixed.
-
-
-# Generic forward convert of @f-... to @...7
-noback pass2 @f-235 @2357
-# Conversion with letsign.
-noback pass2 @f-6-235 @6-2357
-# Conversion with dot 5, which is used for accent marker in higher unicode pages.
-noback pass2 @f-5-235 @5-2357
-# Generic backward conversion.
-nofor pass2 @2357 @f-235
-# Conversion with dot 5 (letsign is handled below).
-nofor pass2 @5-2357 @f-5-235
-
-# Same for the following characters.
-
-noback pass2 @f-35 @357
-noback pass2 @f-6-35 @6-357
-noback pass2 @f-5-35 @5-357
-nofor pass2 @357 @f-35
-nofor pass2 @5-357 @f-5-35
-
-noback pass2 @f-1 @17
-noback pass2 @f-6-1 @6-17
-noback pass2 @f-5-1 @5-17
-nofor pass2 @17 @f-1
-nofor pass2 @5-17 @f-5-1
-
-noback pass2 @f-12 @127
-noback pass2 @f-6-12 @6-127
-noback pass2 @f-5-12 @5-127
-nofor pass2 @127 @f-12
-nofor pass2 @5-127 @f-5-12
-
-noback pass2 @f-14 @147
-noback pass2 @f-6-14 @6-147
-noback pass2 @f-5-14 @5-147
-nofor pass2 @147 @f-14
-nofor pass2 @5-147 @f-5-14
-
-noback pass2 @f-145 @1457
-noback pass2 @f-6-145 @6-1457
-noback pass2 @f-5-145 @5-1457
-nofor pass2 @1457 @f-145
-nofor pass2 @5-1457 @f-5-145
-
-noback pass2 @f-15 @157
-noback pass2 @f-6-15 @6-157
-noback pass2 @f-5-15 @5-157
-nofor pass2 @157 @f-15
-nofor pass2 @5-157 @f-5-15
-
-noback pass2 @f-124 @1247
-noback pass2 @f-6-124 @6-1247
-noback pass2 @f-5-124 @5-1247
-nofor pass2 @1247 @f-124
-nofor pass2 @5-1247 @f-5-124
-
-noback pass2 @f-1245 @12457
-noback pass2 @f-6-1245 @6-12457
-noback pass2 @f-5-1245 @5-12457
-nofor pass2 @12457 @f-1245
-nofor pass2 @5-12457 @f-5-1245
-
-noback pass2 @f-125 @1257
-noback pass2 @f-6-125 @6-1257
-noback pass2 @f-5-125 @5-1257
-nofor pass2 @1257 @f-125
-nofor pass2 @5-1257 @f-5-125
-
-noback pass2 @f-24 @247
-noback pass2 @f-6-24 @6-247
-noback pass2 @f-5-24 @5-247
-nofor pass2 @247 @f-24
-nofor pass2 @5-247 @f-5-24
-
-noback pass2 @f-245 @2457
-noback pass2 @f-6-245 @6-2457
-noback pass2 @f-5-245 @5-2457
-nofor pass2 @2457 @f-245
-nofor pass2 @5-2457 @f-5-245
-
-noback pass2 @f-13 @137
-noback pass2 @f-6-13 @6-137
-noback pass2 @f-5-13 @5-137
-nofor pass2 @137 @f-13
-nofor pass2 @5-137 @f-5-13
-
-noback pass2 @f-123 @1237
-noback pass2 @f-6-123 @6-1237
-noback pass2 @f-5-123 @5-1237
-nofor pass2 @1237 @f-123
-nofor pass2 @5-1237 @f-5-123
-
-noback pass2 @f-134 @1347
-noback pass2 @f-6-134 @6-1347
-noback pass2 @f-5-134 @5-1347
-nofor pass2 @1347 @f-134
-nofor pass2 @5-1347 @f-5-134
-
-noback pass2 @f-1345 @13457
-noback pass2 @f-6-1345 @6-13457
-noback pass2 @f-5-1345 @5-13457
-nofor pass2 @13457 @f-1345
-nofor pass2 @5-13457 @f-5-1345
-
-noback pass2 @f-135 @1357
-noback pass2 @f-6-135 @6-1357
-noback pass2 @f-5-135 @5-1357
-nofor pass2 @1357 @f-135
-nofor pass2 @5-1357 @f-5-135
-
-noback pass2 @f-1234 @12347
-noback pass2 @f-6-1234 @6-12347
-noback pass2 @f-5-1234 @5-12347
-nofor pass2 @12347 @f-1234
-nofor pass2 @5-12347 @f-5-1234
-
-noback pass2 @f-12345 @123457
-noback pass2 @f-6-12345 @6-123457
-noback pass2 @f-5-12345 @5-123457
-nofor pass2 @123457 @f-12345
-nofor pass2 @5-123457 @f-5-12345
-
-noback pass2 @f-1235 @12357
-noback pass2 @f-6-1235 @6-12357
-noback pass2 @f-5-1235 @5-12357
-nofor pass2 @12357 @f-1235
-nofor pass2 @5-12357 @f-5-1235
-
-noback pass2 @f-234 @2347
-noback pass2 @f-6-234 @6-2347
-noback pass2 @f-5-234 @5-2347
-nofor pass2 @2347 @f-234
-nofor pass2 @5-2347 @f-5-234
-
-noback pass2 @f-2345 @23457
-noback pass2 @f-6-2345 @6-23457
-noback pass2 @f-5-2345 @5-23457
-nofor pass2 @23457 @f-2345
-nofor pass2 @5-23457 @f-5-2345
-
-noback pass2 @f-136 @1367
-noback pass2 @f-6-136 @6-1367
-noback pass2 @f-5-136 @5-1367
-nofor pass2 @1367 @f-136
-nofor pass2 @5-1367 @f-5-136
-
-noback pass2 @f-1236 @12367
-noback pass2 @f-6-1236 @6-12367
-noback pass2 @f-5-1236 @5-12367
-nofor pass2 @12367 @f-1236
-nofor pass2 @5-12367 @f-5-1236
-
-noback pass2 @f-2456 @24567
-noback pass2 @f-6-2456 @6-24567
-noback pass2 @f-5-2456 @5-24567
-nofor pass2 @24567 @f-2456
-nofor pass2 @5-24567 @f-5-2456
-
-noback pass2 @f-1346 @13467
-noback pass2 @f-6-1346 @6-13467
-noback pass2 @f-5-1346 @5-13467
-nofor pass2 @13467 @f-1346
-nofor pass2 @5-13467 @f-5-1346
-
-noback pass2 @f-13456 @134567
-noback pass2 @f-6-13456 @6-134567
-noback pass2 @f-5-13456 @5-134567
-nofor pass2 @134567 @f-13456
-nofor pass2 @5-134567 @f-5-13456
-
-noback pass2 @f-1356 @13567
-noback pass2 @f-6-1356 @6-13567
-noback pass2 @f-5-1356 @5-13567
-nofor pass2 @13567 @f-1356
-nofor pass2 @5-13567 @f-5-1356
-
-noback pass2 @f-34 @347
-noback pass2 @f-6-34 @6-347
-noback pass2 @f-5-34 @5-347
-nofor pass2 @347 @f-34
-nofor pass2 @5-347 @f-5-34
-
-noback pass2 @f-346 @3467
-noback pass2 @f-6-346 @6-3467
-noback pass2 @f-5-346 @5-3467
-nofor pass2 @3467 @f-346
-nofor pass2 @5-3467 @f-5-346
-
-noback pass2 @f-2348 @23478
-noback pass2 @f-6-2348 @6-23478
-noback pass2 @f-5-2348 @5-23478
-nofor pass2 @23478 @f-2348
-nofor pass2 @5-23478 @f-5-2348
-
-noback pass2 @f-1358 @13578
-noback pass2 @f-6-1358 @6-13578
-noback pass2 @f-5-1358 @5-13578
-nofor pass2 @13578 @f-1358
-nofor pass2 @5-13578 @f-5-1358
-
-noback pass2 @f-234568 @2345678
-noback pass2 @f-6-234568 @6-2345678
-noback pass2 @f-5-234568 @5-2345678
-nofor pass2 @2345678 @f-234568
-nofor pass2 @5-2345678 @f-5-234568
-
-noback pass2 @f-236 @2367
-noback pass2 @f-6-236 @6-2367
-noback pass2 @f-5-236 @5-2367
-nofor pass2 @2367 @f-236
-nofor pass2 @5-2367 @f-5-236
-
-noback pass2 @f-256 @2567
-noback pass2 @f-6-256 @6-2567
-noback pass2 @f-5-256 @5-2567
-nofor pass2 @2567 @f-256
-nofor pass2 @5-2567 @f-5-256
-
-noback pass2 @f-356 @3567
-noback pass2 @f-6-356 @6-3567
-noback pass2 @f-5-356 @5-3567
-nofor pass2 @3567 @f-356
-nofor pass2 @5-3567 @f-5-356
-
-noback pass2 @f-3456 @34567
-noback pass2 @f-6-3456 @6-34567
-noback pass2 @f-5-3456 @5-34567
-nofor pass2 @34567 @f-3456
-nofor pass2 @5-34567 @f-5-3456
-
-noback pass2 @f-12356 @123567
-noback pass2 @f-6-12356 @6-123567
-noback pass2 @f-5-12356 @5-123567
-nofor pass2 @123567 @f-12356
-nofor pass2 @5-123567 @f-5-12356
-
-noback pass2 @f-123568 @1235678
-noback pass2 @f-6-123568 @6-1235678
-noback pass2 @f-5-123568 @5-1235678
-nofor pass2 @1235678 @f-123568
-nofor pass2 @5-1235678 @f-5-123568
-
-noback pass2 @f-168 @1678
-noback pass2 @f-6-168 @6-1678
-noback pass2 @f-5-168 @5-1678
-nofor pass2 @1678 @f-168
-nofor pass2 @5-1678 @f-5-168
-
-noback pass2 @f-1468 @14678
-noback pass2 @f-6-1468 @6-14678
-noback pass2 @f-5-1468 @5-14678
-nofor pass2 @14678 @f-1468
-nofor pass2 @5-14678 @f-5-1468
-
-noback pass2 @f-3458 @34578
-noback pass2 @f-6-3458 @6-34578
-noback pass2 @f-5-3458 @5-34578
-nofor pass2 @34578 @f-3458
-nofor pass2 @5-34578 @f-5-3458
-
-noback pass2 @f-16 @167
-noback pass2 @f-6-16 @6-167
-noback pass2 @f-5-16 @5-167
-nofor pass2 @167 @f-16
-nofor pass2 @5-167 @f-5-16
-
-noback pass2 @f-345 @3457
-noback pass2 @f-6-345 @6-3457
-noback pass2 @f-5-345 @5-3457
-nofor pass2 @3457 @f-345
-nofor pass2 @5-3457 @f-5-345
-
-noback pass2 @f-12346 @123467
-noback pass2 @f-6-12346 @6-123467
-noback pass2 @f-5-12346 @5-123467
-nofor pass2 @123467 @f-12346
-nofor pass2 @5-123467 @f-5-12346
-
-noback pass2 @f-2346 @23467
-noback pass2 @f-6-2346 @6-23467
-noback pass2 @f-5-2346 @5-23467
-nofor pass2 @23467 @f-2346
-nofor pass2 @5-23467 @f-5-2346
-
-noback pass2 @f-123456 @1234567
-noback pass2 @f-6-123456 @6-1234567
-noback pass2 @f-5-123456 @5-1234567
-nofor pass2 @1234567 @f-123456
-nofor pass2 @5-1234567 @f-5-123456
-
-noback pass2 @f-126 @1267
-noback pass2 @f-6-126 @6-1267
-noback pass2 @f-5-126 @5-1267
-nofor pass2 @1267 @f-126
-nofor pass2 @5-1267 @f-5-126
-
-noback pass2 @f-1246 @12467
-noback pass2 @f-6-1246 @6-12467
-noback pass2 @f-5-1246 @5-12467
-nofor pass2 @12467 @f-1246
-nofor pass2 @5-12467 @f-5-1246
-
-noback pass2 @f-1568 @15678
-noback pass2 @f-6-1568 @6-15678
-noback pass2 @f-5-1568 @5-15678
-nofor pass2 @15678 @f-1568
-nofor pass2 @5-15678 @f-5-1568
-
-noback pass2 @f-1268 @12678
-noback pass2 @f-6-1268 @6-12678
-noback pass2 @f-5-1268 @5-12678
-nofor pass2 @12678 @f-1268
-nofor pass2 @5-12678 @f-5-1268
-
-noback pass2 @f-146 @1467
-noback pass2 @f-6-146 @6-1467
-noback pass2 @f-5-146 @5-1467
-nofor pass2 @1467 @f-146
-nofor pass2 @5-1467 @f-5-146
-
-noback pass2 @f-12456 @124567
-noback pass2 @f-6-12456 @6-124567
-noback pass2 @f-5-12456 @5-124567
-nofor pass2 @124567 @f-12456
-nofor pass2 @5-124567 @f-5-12456
-
-noback pass2 @f-134568 @1345678
-noback pass2 @f-6-134568 @6-1345678
-noback pass2 @f-5-134568 @5-1345678
-nofor pass2 @1345678 @f-134568
-nofor pass2 @5-1345678 @f-5-134568
-
-noback pass2 @f-124568 @1245678
-noback pass2 @f-6-124568 @6-1245678
-noback pass2 @f-5-124568 @5-1245678
-nofor pass2 @1245678 @f-124568
-nofor pass2 @5-1245678 @f-5-124568
-
-noback pass2 @f-12468 @124678
-noback pass2 @f-6-12468 @6-124678
-noback pass2 @f-5-12468 @5-124678
-nofor pass2 @124678 @f-12468
-nofor pass2 @5-124678 @f-5-12468
-
-noback pass2 @f-3468 @34678
-noback pass2 @f-6-3468 @6-34678
-noback pass2 @f-5-3468 @5-34678
-nofor pass2 @34678 @f-3468
-nofor pass2 @5-34678 @f-5-3468
-
-noback pass2 @f-1456 @14567
-noback pass2 @f-6-1456 @6-14567
-noback pass2 @f-5-1456 @5-14567
-nofor pass2 @14567 @f-1456
-nofor pass2 @5-14567 @f-5-1456
-
-noback pass2 @f-14568 @145678
-noback pass2 @f-6-14568 @6-145678
-noback pass2 @f-5-14568 @5-145678
-nofor pass2 @145678 @f-14568
-nofor pass2 @5-145678 @f-5-14568
-
-noback pass2 @f-2468 @24678
-noback pass2 @f-6-2468 @6-24678
-noback pass2 @f-5-2468 @5-24678
-nofor pass2 @24678 @f-2468
-nofor pass2 @5-24678 @f-5-2468
-
-noback pass2 @f-246 @2467
-noback pass2 @f-6-246 @6-2467
-noback pass2 @f-5-246 @5-2467
-nofor pass2 @2467 @f-246
-nofor pass2 @5-2467 @f-5-246
-
-noback pass2 @f-23456 @234567
-noback pass2 @f-6-23456 @6-234567
-noback pass2 @f-5-23456 @5-234567
-nofor pass2 @234567 @f-23456
-nofor pass2 @5-234567 @f-5-23456
-
-noback pass2 @f-12568 @125678
-noback pass2 @f-6-12568 @6-125678
-noback pass2 @f-5-12568 @5-125678
-nofor pass2 @125678 @f-12568
-nofor pass2 @5-125678 @f-5-12568
-
-noback pass2 @f-156 @1567
-noback pass2 @f-6-156 @6-1567
-noback pass2 @f-5-156 @5-1567
-nofor pass2 @1567 @f-156
-nofor pass2 @5-1567 @f-5-156
-
-noback pass2 @f-1256 @12567
-noback pass2 @f-6-1256 @6-12567
-noback pass2 @f-5-1256 @5-12567
-nofor pass2 @12567 @f-1256
-nofor pass2 @5-12567 @f-5-1256
-
-noback pass2 @f-1348 @13478
-noback pass2 @f-6-1348 @6-13478
-noback pass2 @f-5-1348 @5-13478
-nofor pass2 @13478 @f-1348
-nofor pass2 @5-13478 @f-5-1348
-
-noback pass2 @f-138 @1378
-noback pass2 @f-6-138 @6-1378
-noback pass2 @f-5-138 @5-1378
-nofor pass2 @1378 @f-138
-nofor pass2 @5-1378 @f-5-138
-
-noback pass2 @f-234568 @2345678
-noback pass2 @f-6-234568 @6-2345678
-noback pass2 @f-5-234568 @5-2345678
-nofor pass2 @2345678 @f-234568
-nofor pass2 @5-2345678 @f-5-234568
-
-# Tweak to keep letsign for letters that should always have letsign.
-# Letsign will be removed by the multind opcode. So we insert an extra one.
-nofor pass2 @6-123457 @f-6-6-12345
-nofor pass2 @6-24567 @f-6-6-2456
-nofor pass2 @6-13467 @f-6-6-1346
-nofor pass2 @6-134567 @f-6-6-13456
-nofor pass2 @6-13567 @f-6-6-1356
-nofor pass2 @6-123567 @f-6-6-12356
-nofor pass2 @6-123467 @f-6-6-12346
-nofor pass2 @6-23467 @f-6-6-2346
-nofor pass2 @6-1234567 @f-6-6-123456
-nofor pass2 @6-1267 @f-6-6-126
-nofor pass2 @6-12467 @f-6-6-1246
-nofor pass2 @6-1467 @f-6-6-146
-nofor pass2 @6-124567 @f-6-6-12456
-nofor pass2 @6-14567 @f-6-6-1456
-nofor pass2 @6-234567 @f-6-6-23456
-nofor pass2 @6-1567 @f-6-6-156
-nofor pass2 @6-12567 @f-6-6-1256
-
-# Ensure that punctuation signs etc. are not "tolowered" when they have a letsign, but only when they act as a partword contraction.
-nofor pass2 @6-347 *
-nofor pass2 @6-2357 *
-nofor pass2 @6-3467 *
-nofor pass2 @6-2567 *
-nofor pass2 @6-2367 *
-nofor pass2 @6-34567 *
-
-# remove any superfluous capsletter marks.
-noback pass2 @f ?
-
-# Remove any superfluous letsigns and only keep one.
-noback pass3 @6-6 @6
-
-# Include hyphenation file as the last thing
-include hyph_brl_da_dk.dic
-# liblouis: corrections table
-#
-#  Copyright (C) 2009 JJB Software, Inc. www.jjb-software.com
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-
-# Append this table to others to correct scannos, etc.
-
-repeated ____ 456-456-456-456
-repeated ---- 36-36-36-36
-repeated .... 3-3-3-3 
-sign \x0094 5
-noback correct "\x0094" "\""
-noback correct "\x00a0" "\s"
-noback correct "\x000a" "\s"
-space \x00ad 0
-noback correct "\x00ad" ?
-noback correct "\x2019" "'"
-space \x0097 0
-noback correct "\x0097" "\s"
-noback correct "(\s" "("
-noback correct "\s)" ")" 
-noback correct "cornf" "comf"
-noback correct "cornm" "comm"
-noback correct "cornp" "comp"
-noback correct $p["-"] "\s-\s"
-noback correct "..." *
-noback correct "\s," ","
-noback correct "\s." "."
-noback correct "\s?" "?"
-noback correct "-\"" "--\""
-noback correct [".\s\""]$s ".\""
-noback correct "-"$s ?
-# liblouis: Italiano 8 punti
-
-# -----------
-#-display-name: Italian computer braille
-#
-#+locale:it
-#+type:computer
-#+dots:8
-#
-# TODO: Please correct the metadata above. It is not meant to be
-# accurate nor complete. It hasn't been verified by the table
-# author yet. It is merely an attempt by the liblouis maintainers
-# to get some sensible initial values in place.
-#
-# TODO: Please add a reference to official documentation about
-# the implemented braille code. Preferably submit the documents
-# to https://github.com/liblouis/braille-specs.
-# -----------
-
-#  Copyright (C) 2011 by Caterina Avoledo <catery81@yahoo.it>
-#  Copyright (C) 2012,2016 by Simone Dal Maso <simone.dalmaso@juvox.it>
-
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 3 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-#
-
-#--------------------- All chars definitions ------------------------------
-
-space \x0000  34578   #NULL
-space \x0001  178 #Start of heading
-space \x0002  1278  #Start of text
-space \x0003  1478  #End of text
-space \x0004  14578 #End of transmission
-space \x0005  1578  #Enquiry
-space \x0006  12478 #Acknowledge
-space \x0007  124578  #Bell
-space \x0008  12578 #Backspace
-#space \x0009  2478
-space \t  0 #Tab  \x0009
-space \x000A  24578 #Line feed
-space \x000B  1378  #Line tabulation
-space \x000C  12378 #Form feed
-space \x000D  13478 #Carriage return
-space \x000E  134578  #Shift out
-space \x000F  13578 #Shift in
-space \x0010  123478    #Data link escape
-space \x0011  1234578   #Device control one
-space \x0012  123578    #Device control two
-space \x0013  23478   #Device control three
-space \x0014  234578    #Device control four
-space \x0015  13678   #Negative acknoledgement
-space \x0016  123678    #Synchronous idle
-space \x0017  245678    #End of transmission block
-space \x0018  134678    #Cancel
-space \x0019  1345678   #End of medium
-space \x001A  135678    #Substitute
-space \x001B  1235678   #Escape
-space \x001C  3478    #Information separator four
-space \x001D  2345678   #Information separator three
-space \x001E  234678    #Information separator two
-space \x001F  45678   #Information separator one
-space \s  0   #blank 32
-punctuation ! 5						#33
-punctuation " 4						#34
-sign # 3456								#35
-sign $ 46									#36
-sign % 123456							#37
-sign & 12346							#38
-punctuation ' 6	  				#39
-punctuation ( 236					#40
-punctuation ) 356					#41
-punctuation *	35					#42
-sign + 235								#43
-punctuation , 2						#44
-punctuation - 36					#45  the hyphen-minus
-punctuation . 3						#46
-sign / 256								#47
-
-include digits6DotsPlusDot6.uti
-
-punctuation : 25			#colon	x003A
-punctuation ;	23			#semicolon x003B
-math < 56							#x003C
-math = 2356						#equal sign	x003D
-math > 45										#x003E
-punctuation ? 26						#x003F
-sign @ 3457						#commercial at x0040
-
-include latinLetterDef8Dots.uti
-punctuation [ 123567			#91
-sign \\ 347								#92
-punctuation ] 234567			#93
-sign ^ 23467							#94
-sign _ 4567							#underscore 95
-sign ` 345							#96
-
-# a - z					97 - 122	x0061 - x007A
-
-punctuation { 12356			#123
-sign  | 34				#124
-punctuation } 23456			#125
-sign ~ 2346			#126
-sign  \x007F  456   #Delete
-
-
-#--- Unicode latin
-#sign  \x0080  8   #Control
-#From \x0080 to \x009F control characters
-
-space \x00A0 0				#no-break space
-punctuation \x00A1  367   #Inverted exclamation mark
-sign \x00A2  58						#cent sign
-sign \x00A3 467 		#pound sign
-sign \x00A4 4678 #¤ currency sign	x00A4
-sign \x00A5 468 #¥ yen	sign			x00A5
-sign  \x00A6  158   #Broken bar
-sign \x00A7 357 #§ paragraph sign	x00A7
-sign  \x00A8  48  #Diaeresis sign
-sign \x00A9 123468 #© copyright			x00A9
-sign  \x00AA  1258    #Feminine ordinal indicator
-punctuation \x00AB 5678 # «		#left-pointing double quotation mark	x00AB
-sign  \x00AC    25678   #Not sign
-sign  \x00AD  368   #Soft hyphen
-sign  \x00AE  12358   #Registered sign
-sign  \x00AF  458   #Macron sign
-sign \x00B0 4568 #° degree sign		x00B0
-sign  \x00B1    23578   #Plus-Minus sign
-sign \x00B2 128 #² 				#superscript 2 sign	x00B2
-sign \x00B3 148 #³superscript 3 sign	x00B3
-sign \x00B4 568			#acute accent
-sign \x00B5 1348		#µ micro sign									x00B5
-sign \x00B6 1458		#¶ pilcrow sign								x00B6
-punctuation \x00B7  37    #Middle dot
-sign \x00B8 68    #Cedilla
-sign \x00B9 18    #¹ superscript 1 sign	x00B9
-sign  \x00BA  2458    #Masculine ordinal indicator
-punctuation \x00BB 4578 #»right-pointing double quotation mark		x00BB
-sign \x00BC 1368 #¼ vulgar fraction one quarter	x00BC
-sign \x00BD 12368 #½vulgar fraction one half	x00BD
-sign \x00BE 13468 #¾ vulgar fraction 3 quarters	x00BE
-punctuation \x00BF  38    #Inverted question mark
-
-uppercase \x00C0 23678    #A with grave above
-uppercase \x00C1  28    #A with acute above
-uppercase \x00C2  167   #A with Circumflex
-uppercase \x00C3  3467    #A with tilde 
-uppercase \x00C4  567   #A with diaeresis
-uppercase \x00C5   34567    #A with ring above
-uppercase \x00C6  47    #AE
-uppercase \x00C7  123467    #C with cedilla
-uppercase \x00C8 3578   #E with grave above
-uppercase \x00C9 1234567    #E with acute above
-uppercase \x00CA  1267    #E with circumflex
-uppercase \x00CB  2358    #E with diaeresis
-uppercase \x00CC  57    #I with grave above
-uppercase \x00CD  258   #I with acute
-uppercase \x00CE  1467    #I with circumflex
-uppercase \x00CF  23568   #I with diaeresis
-uppercase \x00D0  3567    #ETH
-uppercase \x00D1  2567    #N with tilde
-uppercase \x00D2 578    #O with grave
-uppercase	\x00D3  2568    #O with acute
-uppercase \x00D4  14567   #O with circumflex
-uppercase \x00D5  267   #O with tilde
-uppercase \x00D6  358   #O with diaeresis
-math \x00D7  23468   #Multiplication sign \x00d7
-uppercase \x00D8  2467    #O with stroke
-uppercase \x00D9 35678    #U with grave above
-uppercase \x00DA 268    #U with acute above
-uppercase \x00DB  1567    #U with circumflex
-uppercase \x00DC  2368    #U with diaeresis
-uppercase \x00DD  3568    #Y with acute
-uppercase \x00DE  2357    #THORN
-uppercase \x00DF  34568   #sharp s
-lowercase \x00E0 123568				#a with grave
-lowercase \x00E1  168   #a with acute
-lowercase \x00E2  1678    #a with circumflex
-lowercase \x00E3  34678   #a with tilde
-lowercase \x00E4  3458    #a with diaeresis
-lowercase \x00E5  345678    #a with ring above
-lowercase \x00E6  478   #ae
-lowercase \x00E7  1234678   #c with cedilla
-lowercase \x00E8 23468			#e with grave
-lowercase \x00E9 1234568		#e with acute
-lowercase \x00EA  12678   #e with circumflex
-lowercase \x00EB  12468   #e with diaeresis
-lowercase \x00EC 348				#i with grave above
-lowercase \x00ED  1468    #i withacute
-lowercase \x00EE  14678   #i with circumflex
-lowercase \x00EF  124568    #i with diaeresis
-lowercase \x00F0  23458   #eth
-lowercase \x00F1  13458   #n with tilde
-lowercase \x00F2 3468			#o with grave above
-lowercase \x00F3 14568    #o with acute
-lowercase \x00F4  145678    #o with circumflex
-lowercase \x00F5  1358    #o with tilde
-lowercase \x00F6  2468    #o with diaeresis
-math \x00F7 125678    #division sign x00f7
-lowercase \x00F8  24678   #o with stroke
-lowercase \x00F9 234567			#u with grave above
-lowercase \x00FA 1568			#u with acute above
-lowercase \x00FB  15678   #u with circumflex
-lowercase \x00FC  12568   #u with diaeresis
-lowercase \x00FD  24568   #y with acute
-lowercase \x00FE  12348   #thorn
-lowercase \x00FF  134568    #y with diaeresis
-
-#--- Unicode Multilingual
-uppercase \x0100    1678    #A with macron
-lowercase	\x0101   168   #a with macron
-uppercase	\x0102    1235678   #A with breve
-lowercase	\x0103    123568    #a with breve
-uppercase	\x0104    134568    #A with ogonek
-lowercase \x0105 168    #a with ogonek
-uppercase \x0106 14678    #C with acute
-lowercase \x0107 1468   #c with acute
-uppercase	\x0108    14678   #C with circumflex
-lowercase	\x0109    1468    #c with circumflex
-#uppercase \x010A  0   #C with dot above
-#lowercase  \x010B      #c with dot above
-uppercase	\x010C    14678   #C with caron
-lowercase	\x010D    1468    #c with caron
-#uppercase	\x010E       #D with caron
-#lowercase	\x010F       #d with caron
-uppercase \x0110   145678    #D with stroke
-lowercase \x0111    14568   #d with stroke
-uppercase \x0112    15678   #E with macron
-lowercase \x0113    1568    #e with macron
-uppercase	\x0118    12678    #E with ogonek
-lowercase \x0119    1268    #e with ogonek
-uppercase \x011C    1245678     #G with circumflex
-lowercase \x011D    124568    #g with circumflex
-uppercase \x0141  134568    #L with stroke
-lowercase \x0142  1568    #l with stroke
-uppercase \x0143  145678    #N with acute
-lowercase \x0144  14568   #n with acute
-uppercase \x0145 1345678   #N with cedilla
-lowercase \x0146 134568    #n with cedilla
-uppercase \x0150  1245678   #O with double acute
-lowercase \x0151  124568    #o with double acute
-uppercase \x0152  237   #ligature OE
-lowercase \x0153  467   #ligature oe
-uppercase \x0156  1235678   #R with cedilla
-lowercase \x0157  123568    #r with cedilla
-lowercase \x0159 2456    #r with caron
-uppercase \x015A  134568    #S with acute
-lowercase \x015B  134568    #s with acute
-uppercase \x015C  234678    #S with circumflex
-lowercase \x015D  23468    #s with cirumflex
-uppercase \x015E  134568    #S with cedilla
-lowercase \x015F  123468    #s with cedilla
-uppercase \x0160  678   #S with caron
-lowercase \x0161  1568    #s withcaron
-uppercase \x0162  24678   #T with cedilla
-lowercase \x0163  23458   #t with cedilla
-uppercase \x0164  125678    #T with caron
-lowercase \x0165  1256    #t with caron
-uppercase \x016A  34678   #U wtih macron
-lowercase \x016B  3468    #u with macron
-uppercase \x016C  34678   #U with breve
-lowercase \x016D  3468    #u with breve
-lowercase \x016F  23456   #u with ring above
-uppercase \x0170  2345678   #U with double acute
-lowercase \x0171  234568    #u with double acute
-uppercase \x0178  12345678    #Y with diaeresis
-uppercase \x0179  134568    #Z with acute
-lowercase \x017A 134568    #z with acute
-uppercase \x017B  134568    #Z with dot above
-lowercase \x017C  123468    #z with dot above
-uppercase \x017D  12567   #Z with caron
-lowercase \x017E  2346    #z with caron
-lowercase \x0192 78   #f with hook
-lowercase \x025C  13567   #reversed open e
-sign  \x02C6  378   #circumflex accent
-sign  \x02C7  134568    #caron
-sign  \x02D8  134568    #breve
-sign  \x02D9  5    #dot above
-sign  \x02DB 134568    #ogonek
-sign  \x02DC  2578    #small tilde
-
-#--- Unicode Special Symbols
-space	\x2002	0	   #EN space
-space \x2003  0   #EM space
-space	\x2004	0	  #THREE-PER-EM SPACE
-space	\x2005	0	  #FOUR-PER-EM SPACE
-space	\x2006	0	  #SIX-PER-EM SPACE
-punctuation	\x2007	0	  #FIGURE SPACE
-space	\x2008	0	  #PUNCTUATION SPACE
-space	\x2009	0	  #THIN SPACE
-space	\x200A	0	  #HAIR SPACE
-sign  \x2011  36    #Non-breaking hyphen
-sign  \x2013  368   #En dash
-sign  \x2014  36    #EM dash
-sign  \x2015  36    #Horizontal bar
-sign  \x2017  36    #Double low line
-sign  \x2018  6   #Left single quotation mark
-sign  \x2019  6   #Right single quotation mark
-sign  \x201A  3678    #Single low-9 quotation mark
-sign  \x201C  4   #Left double quotation mark
-sign  \x201D  4   #Right double quotation mark
-sign  \x201E  1268  #Double low-9 quotation mark
-sign  \x2020  134568    #Dagger
-sign  \x2021  12458   #Double dagger
-sign  \x2022  35    #Bullet
-sign  \x2026  238   #Horizontal ellipsis
-punctuation	\x202F	0	  #NARROW NO-BREAK SPACE
-sign  \x2030  1345678   #Per mille sign
-sign  \x2039  27    #Single left-pointing quotation mark
-sign  \x203A  23567   #Single right-pointing quotation mark
-space	\x205F	0	  #MEDIUM MATHEMATICAL SPACE
-sign  \x207F  13467   #Superscript n
-sign  \x20AC  457   #Euro sign
-sign  \x20AF  145678    #Drachma sign
-sign  \x2116  3456    #Number sign
-sign  \x2122  1245678   #Trade mark sign
-math  \x2219  48    #Bullet operator
-math  \x221A  1467    #Square root
-math  \x221E  234678    #Infinity
-math  \x2229  578   #Intersection
-math  \x2248  3578    #Almost equal to
-math  \x2261  23568   #Identical to
-math  \x2264  568   #Less-than or equal to
-math  \x2265  458   #Greater-than or equal to
-sign  \x2310  14567   #Reversed not sign
-math  \x2320  347   #Top half integral
-math  \x2321  1567    #Bottom half integral
-sign  \x2500  67    #Box drawings light horizontal
-sign  \x2502  237   #Box drawings light horizontal
-sign  \x250C  257   #Box drawings light down and right
-sign  \x2510  278   #Box drawings light down and left
-sign \x2514 378   #Box drawings light up and right
-sign  \x2518  678   #Box drawings light up and left
-sign  \x251C  2367    #Box drawings light vertical and right
-sign  \x2524  13568   #Box drawings light vertical and left
-sign  \x252C  138 #Box drawings light down and horizontal
-sign  \x2534  27    #Box drawings light up and horizontal
-sign  \x2550  2578    #Box drawings double horizontal
-sign  \x2551  1234568   #Box drawings double vertical
-sign  \x2552  123468    #Box drawings down single and right double
-sign  \x2553  1358    #Box drawings down double and right single
-sign  \x2554  23567   #Box drawings double down and right
-sign  \x2555  148   #Box drawings down single and left double
-sign  \x2556  368   #Box drawings down double and left single
-sign  \x2557  12458   #Box drawings double down left
-sign  \x2558  248   #Box drawings up single and right double
-sign  \x2559  1238    #Box drawings up double and right single
-sign  \x255A  2378    #Box drawings double up and right
-sign  \x255B  34678   #Box drawings up single and left double
-sign  \x255C  4678    #Box drawings up double and left single
-sign  \x255D  2678    #Box drawings double up and left
-sign  \x255E  68    #Box drawings vertical single and right double
-sign  \x255F  257   #Box drawings vertical double and right single
-sign  \x2560  1248    #Box drawings vertical double and right
-sign  \x2561  268   #Box drawings vertical single and left double
-sign  \x2562  24568   #Box drawings vertical double and left single
-sign  \x2563  123567    #Box drawings double vertical and left
-sign  \x2564  3467    #Box drawings down single and horizontal double
-sign  \x2565  28    #Box drawings down double and horizontal single
-sign  \x2566  123458    #Box drawings double down and horizontal
-sign  \x2567  167   #Box drawings up single and horizontal double
-sign  \x2568  57    #Box drawings up double and horizontal single
-sign  \x2569  8   #Box drawings double up and horizontal
-sign  \x256A  3567  #Box drawings vertical single and horizontal double
-sign  \x256B  12358   #Box drawings vertical double and horizontal single
-sign  \x256C  5678    #Box drawings double vertical and horizontal
-sign  \x2580 234567    #Upper half block
-sign  \x2584 1267    #Lower half block
-sign  \x2588 12345678   #Full block
-sign  \x258C  23678   #Left half block
-sign  \x2590  35678   #Right half block
-sign  \x2591  78    #Light shade
-sign  \x2592  3678    #Medium shade
-sign  \x2593  235678    #Dark shade
-sign  \x25A0  1234567   #Black square
-sign  \x25AA  5678   #black small square
-sign  \x25B6  456-135   #Black right-pointing triangle
-sign  \x25CF  35    #Black circle
-sign  \x25E6  35    #White bullet
-sign  \x2665  56-146    #heart
-sign  \x2713  3678    #check mark
-sign  \x2714  235678    #Heavy check mark
-sign  \x2794  25-25-135    #right arrow
-sign  \x2190  25-25-246    #left arrow
-sign  \x2192  25-25-246    #left arrow
-sign  \x25B7  456-135    #white right-pointing triangle
-sign  \xF0B7  35    #bullet
-sign  \xFB00  124-124    #latin small ligature
-
-
-#--- Unicode Greek  (revisione)
-sign  \x0374  3456   #GREEK UPPER NUMERAL SIGN Dexia keraia
-sign  \x0375  5678   #GREEK LOWER NUMERAL SIGN Aristeri keraia
-punctuation  \x037E  26   #GREEK QUESTION MARK
-sign  \x0384  4   #GREEK TONOS
-sign  \x0385  45   #GREEK DIALYTIKA TONOS
-uppercase  \x0386  34578   #Greek letter alpha with tonos
-sign  \x0387  467   #GREEK ANO TELEIA
-uppercase  \x0388  12467   #Greek letter epsilon with tonos
-uppercase  \x0389  1234567   #Greek letter eta with tonos
-uppercase  \x038A  124567   #Greek letter iota with tonos
-uppercase  \x038C  24678  #Greek letter omicron with tonos
-uppercase  \x038E  12567   #Greek letter upsilon with tonos
-uppercase  \x038F  2457   #Greek letter omega with tonos
-lowercase  \x0390  248   #GREEK SMALL LETTER IOTA WITH DIALYTIKA AND TONOS
-uppercase  \x0391  17   #GREEK CAPITAL LETTER ALPHA
-uppercase  \x0392  127   #GREEK CAPITAL LETTER BETA
-uppercase  \x0393  12457   #GREEK CAPITAL LETTER GAMMA
-uppercase  \x0394  1457   #GREEK CAPITAL LETTER DELTA
-uppercase  \x0395  157   #GREEK CAPITAL LETTER EPSILON
-uppercase  \x0396  13567   #GREEK CAPITAL LETTER ZETA
-uppercase  \x0397  1567   #GREEK CAPITAL LETTER ETA
-uppercase  \x0398  14567   #GREEK CAPITAL LETTER THETA
-uppercase  \x0399  24   #GREEK CAPITAL LETTER IOTA
-uppercase  \x039A  137   #GREEK CAPITAL LETTER KAPPA
-uppercase  \x039B  1237   #GREEK CAPITAL LETTER LAMDA
-uppercase  \x039C  1347   #GREEK CAPITAL LETTER MU
-uppercase  \x039D  13457   #GREEK CAPITAL LETTER NU
-uppercase  \x039E  13467   #GREEK CAPITAL LETTER XI
-uppercase  \x039F  1357   #GREEK CAPITAL LETTER OMICRON
-uppercase  \x03A0  12347   #GREEK CAPITAL LETTER PI
-uppercase  \x03A1  12357   #GREEK CAPITAL LETTER RHO
-uppercase  \x03A3  2347   #GREEK CAPITAL LETTER SIGMA
-uppercase \x03A4  23457   #GREEK CAPITAL LETTER TAU
-uppercase  \x03A5  1367   #GREEK CAPITAL LETTER UPSILON
-uppercase  \x03A6  1247   #GREEK CAPITAL LETTER PHI
-uppercase  \x03A7  123467   #GREEK CAPITAL LETTER CHI
-uppercase  \x03A8  134567   #GREEK CAPITAL LETTER PSI
-uppercase  \x03A9  24567   #GREEK CAPITAL LETTER OMEGA
-uppercase  \x03AA  2478   #GREEK CAPITAL LETTER IOTA WITH DIALYTIKA
-uppercase  \x03AB  1345678   #GREEK CAPITAL LETTER UPSILON WITH DIALYTIKA
-lowercase  \x03AC  345   #Greek letter alpha with tonos
-lowercase  \x03AD  1246   #Greek letter epsilon with tonos
-lowercase  \x03AE  123456   #Greek letter eta with tonos
-lowercase  \x03AF  12456   #Greek letter iota with tonos
-lowercase  \x03B0  134568   #GREEK SMALL LETTER UPSILON WITH DIALYTIKA
-lowercase  \x03B1  1   #GREEK SMALL LETTER ALPHA
-lowercase  \x03B2  12   #GREEK SMALL LETTER BETA
-lowercase  \x03B3  1245   #GREEK SMALL LETTER GAMMA
-lowercase  \x03B4  145   #GREEK SMALL LETTER DELTA
-lowercase  \x03B5  15   #GREEK SMALL LETTER EPSILON
-lowercase  \x03B6  1356   #GREEK SMALL LETTER ZETA
-lowercase  \x03B7  156   #GREEK SMALL LETTER ETA
-lowercase  \x03B8  1456   #GREEK SMALL LETTER THETA
-lowercase  \x03B9  24   #GREEK SMALL LETTER IOTA
-lowercase  \x03BA  13   #GREEK SMALL LETTER KAPPA
-lowercase  \x03BB  123   #GREEK SMALL LETTER LAMDA
-lowercase  \x03BC  134   #GREEK SMALL LETTER MU
-lowercase  \x03BD  1345   #GREEK SMALL LETTER NU
-lowercase  \x03BE  1346   #GREEK SMALL LETTER XI
-lowercase  \x03BF  135   #GREEK SMALL LETTER OMICRON
-lowercase  \x03C0  1234   #GREEK SMALL LETTER PI
-lowercase  \x03C1  1235   #GREEK SMALL LETTER RHO
-lowercase  \x03C2  234   #GREEK SMALL LETTER FINAL SIGMA
-lowercase  \x03C3  234   #GREEK SMALL LETTER FINAL SIGMA
-lowercase  \x03C4  2345   #GREEK SMALL LETTER TAU
-lowercase  \x03C5  136   #GREEK SMALL LETTER UPSILON
-lowercase  \x03C6  124   #GREEK SMALL LETTER PHI
-lowercase  \x03C7  12346   #GREEK SMALL LETTER CHI
-lowercase  \x03C8  13456   #GREEK SMALL LETTER PSI
-lowercase  \x03C9  2456   #GREEK SMALL LETTER OMEGA
-lowercase  \x03CA  348   #GREEK SMALL LETTER IOTA WITH DIALYTIKA
-lowercase  \x03CB  234568   #GREEK SMALL LETTER UPSILON WITH DIALYTIKA
-lowercase  \x03CC  246   #Greek letter omicron with tonos
-lowercase  \x03CD  1256   #Greek letter upsilon with tonos
-lowercase  \x03CE  245   #Greek letter omega with tonos
-sign  \x03D0  1278   #GREEK BETA SYMBOL
-sign  \x03D1  145678   #GREEK THETA SYMBOL α
-letter  \x03D2  12368   #GREEK UPSILON WITH HOOK SYMBOL
-letter  \x03D3  23456   #GREEK UPSILON WITH ACUTE AND HOOK SYMBOL
-letter  \x03D4  1368   #GREEK UPSILON WITH DIAERESIS AND HOOK SYMBOL
-sign  \x03D5  12478   #GREEK PHI SYMBOL
-sign  \x03D6  123478   #GREEK PI SYMBOL
-sign  \x03D7  12346   #GREEK KAI SYMBOL
-uppercase  \x03D8  1234578   #GREEK LETTER ARCHAIC KOPPA
-lowercase  \x03D9  123458   #GREEK SMALL LETTER ARCHAIC KOPPA
-uppercase  \x03DA  123678   #GREEK CAPITAL LETTER STIGMA
-lowercase  \x03DB  12368   #GREEK SMALL LETTER STIGMA
-uppercase  \x03DC  145678   #GREEK CAPITAL LETTER DIGAMMA
-lowercase  \x03DD  12368   #GREEK SMALL LETTER DIGAMMA
-uppercase  \x03DE  1234578   #GREEK CAPITAL LETTER KOPPA
-lowercase  \x03DF  123458   #GREEK SMALL LETTER KOPPA
-uppercase  \x03E0  234678   #GREEK CAPITAL LETTER SAMPI
-lowercase  \x03E1  23468   #GREEK SMALL LETTER SAMPI
-sign  \x03F0  1234578   #GREEK KAPPA SYMBOL
-sign  \x03F1  123578   #GREEK RHO SYMBOL
-sign  \x03F2  23478   #GREEK LUNATE SIGMA SYMBOL
-sign  \x03F4  145678   #GREEK CAPITAL THETA SYMBOL
-sign  \x03F5  1578   #GREEK LUNATE EPSILON SYMBOL
-uppercase  \x03FA  234678   #GREEK CAPITAL LETTER SAN
-lowercase  \x03FB  23468   #GREEK SMALL LETTER SAN
-
-include gr-pl-comp8.uti
-
-#--- Unicode Cyrillic
-uppercase \x0401 1678   #CYRILLIC CAPITAL LETTER IO
-uppercase \x0404 34578    #CYRILLIC CAPITAL LETTER UKRAINIAN IE
-uppercase \x0406 1345678    #CYRILLIC CAPITAL LETTER BYELORUSSIAN-UKRAINIAN I
-uppercase \x0407 145678   #CYRILLIC CAPITAL LETTER YI
-uppercase \x0410 178   #CYRILLIC CAPITAL LETTER A
-uppercase \x0411 1278  #CYRILLIC CAPITAL LETTER BE
-uppercase \x0412 245678  #CYRILLIC CAPITAL LETTER VE
-uppercase \x0413 124578   #CYRILLIC CAPITAL LETTER GHE
-uppercase \x0414 14578    #CYRILLIC CAPITAL LETTER DE
-uppercase \x0415 157    #CYRILLIC CAPITAL LETTER IE
-uppercase \x0416 24578   #CYRILLIC CAPITAL LETTER ZHE
-uppercase \x0417 135678   #CYRILLIC CAPITAL LETTER ZE
-uppercase \x0418 2478    #CYRILLIC CAPITAL LETTER I
-uppercase \x0419 1234678    #CYRILLIC CAPITAL LETTER SHORT I
-uppercase \x041A 1378   #CYRILLIC CAPITAL LETTER KA
-uppercase \x041B 12378    #CYRILLIC CAPITAL LETTER EL
-uppercase \x041C 13478    #CYRILLIC CAPITAL LETTER EM
-uppercase \x041D 134578   #CYRILLIC CAPITAL LETTER EN
-uppercase \x041E 13578    #CYRILLIC CAPITAL LETTER O
-uppercase \x041F 123478   #CYRILLIC CAPITAL LETTER PE
-uppercase \x0420 123578   #CYRILLIC CAPITAL LETTER ER
-uppercase \x0421 23478   #CYRILLIC CAPITAL LETTER ES
-uppercase \x0422 234578   #CYRILLIC CAPITAL LETTER TE
-uppercase \x0423 13678    #CYRILLIC CAPITAL LETTER U
-uppercase \x0424 12478    #CYRILLIC CAPITAL LETTER EF
-uppercase \x0425 12578    #CYRILLIC CAPITAL LETTER HA
-uppercase \x0426 1478   #CYRILLIC CAPITAL LETTER TSE
-uppercase \x0427 1234578    #CYRILLIC CAPITAL LETTER CHE
-uppercase \x0428 15678    #CYRILLIC CAPITAL LETTER SHA
-uppercase \x0429 134678   #CYRILLIC CAPITAL LETTER SHCHA
-uppercase \x042A 1235678    #CYRILLIC CAPITAL LETTER HARD SIGN
-uppercase \x042B 234678   #CYRILLIC CAPITAL LETTER YERU
-uppercase \x042C 2345678    #CYRILLIC CAPITAL LETTER SOFT SIGN
-uppercase \x042D 24678    #CYRILLIC CAPITAL LETTER E
-uppercase \x042E 125678     #CYRILLIC CAPITAL LETTER YU
-uppercase \x042F 124678   #CYRILLIC CAPITAL LETTER YA
-lowercase \x0430 18   #CYRILLIC SMALL LETTER A
-lowercase \x0431 128    #CYRILLIC SMALL LETTER BE
-lowercase \x0432 24568   #CYRILLIC SMALL LETTER VE
-lowercase \x0433 12458    #CYRILLIC SMALL LETTER GHE
-lowercase \x0434 1458   #CYRILLIC SMALL LETTER DE
-lowercase \x0435 158    #CYRILLIC SMALL LETTER IE
-lowercase \x0436 2458   #CYRILLIC SMALL LETTER ZHE
-lowercase \x0437 13568   #CYRILLIC SMALL LETTER ZE
-lowercase \x0438 248    #CYRILLIC SMALL LETTER I
-lowercase \x0439 123468   #CYRILLIC SMALL LETTER SHORT I
-lowercase \x043A 138   #CYRILLIC SMALL LETTER KA
-lowercase \x043B 1238   #CYRILLIC SMALL LETTER EL
-lowercase \x043C 1348   #CYRILLIC SMALL LETTER EM
-lowercase \x043D 13458   #CYRILLIC SMALL LETTER EN
-lowercase \x043E 1358   #CYRILLIC SMALL LETTER O
-lowercase \x043F 12348   #CYRILLIC SMALL LETTER PE
-lowercase \x0440 12358    #CYRILLIC SMALL LETTER ER
-lowercase \x0441 2348   #CYRILLIC SMALL LETTER ES
-lowercase \x0442 23458   #CYRILLIC SMALL LETTER TE
-lowercase \x0443 1368   #CYRILLIC SMALL LETTER U
-lowercase \x0444 1248   #CYRILLIC SMALL LETTER EF
-lowercase \x0445 1258   #CYRILLIC SMALL LETTER HA
-lowercase \x0446 148   #CYRILLIC SMALL LETTER TSE
-lowercase \x0447 123458   #CYRILLIC SMALL LETTER CHE
-lowercase \x0448 1568   #CYRILLIC SMALL LETTER SHA
-lowercase \x0449 13468    #CYRILLIC SMALL LETTER SHCHA
-lowercase \x044A 123568   #CYRILLIC SMALL LETTER HARD SIGN
-lowercase \x044B 23468    #CYRILLIC SMALL LETTER YERU
-lowercase \x044C 234568   #CYRILLIC SMALL LETTER SOFT SIGN
-lowercase \x044D 2468   #CYRILLIC SMALL LETTER E
-lowercase \x044E 12568    #CYRILLIC SMALL LETTER YU
-lowercase \x044F 12468    #CYRILLIC SMALL LETTER YA
-lowercase \x0451 168    #CYRILLIC SMALL LETTER IO
-lowercase \x0452 1468   #CYRILLIC SMALL LETTER DJE Serbocroatian
-lowercase \x0454 3458   #CYRILLIC SMALL LETTER UKRAINIAN IE
-lowercase \x0455 12368    #CYRILLIC SMALL LETTER DZE
-lowercase \x0456 134568   #CYRILLIC SMALL LETTER BYELORUSSIAN-UKRAINIAN I
-lowercase \x0457 14568    #CYRILLIC SMALL LETTER YI
-lowercase \x0458 3458   #CYRILLIC SMALL LETTER JE
-lowercase \x0459 1268   #CYRILLIC SMALL LETTER LJE
-lowercase \x045A 12468    #CYRILLIC SMALL LETTER NJE
-lowercase \x045B 1468   #CYRILLIC SMALL LETTER TSHE Serbocroatian
-lowercase \x045E 3468   #CYRILLIC SMALL LETTER SHORT U
-uppercase \x0462 3457		#CYRILLIC CAPITAL LETTER YAT
-lowercase \x0463 3458   #CYRILLIC SMALL LETTER YAT
-lowercase \x0467 18   #CYRILLIC SMALL LETTER LITTLE YUS
-uppercase \x046A 2467		#CYRILLIC CAPITAL LETTER BIG YUS
-lowercase \x046B 124568   #CYRILLIC SMALL LETTER BIG YUS
-lowercase \x0479 3468   #CYRILLIC SMALL LETTER UK DIGRAPH
-sign \x0484 478    #CYRILLIC NON-SPACING PALATALIZATION
-uppercase \x0490 1245678    #CYRILLIC CAPITAL LETTER GHE WITH UPTURN
-lowercase \x0491 124568   #CYRILLIC SMALL LETTER GHE WITH UPTURN
-lowercase \x04A3 13458    #CYRILLIC SMALL LETTER EN WITH DESCENDER
-lowercase \x04AF 12568    #CYRILLIC SMALL LETTER STRAIGHT U
-lowercase \x04BB 128    #CYRILLIC SMALL LETTER SHHA
-lowercase \x04D9 2468   #CYRILLIC SMALL LETTER SCHWA
-
-#---- Hebrew Unicode
-punctuation	\x05B0	3	#HEBREW POINT SHEVA
-punctuation	\x05B1	26	#HEBREW POINT HATAF SEGOL
-punctuation	\x05B2	25	#HEBREW POINT HATAF PATAH
-punctuation	\x05B3	345	#HEBREW POINT HATAF QAMATS
-punctuation	\x05B4	24	#HEBREW POINT HIRIQ
-punctuation	\x05B5	34	#HEBREW POINT TSERE
-punctuation	\x05B6	15	#HEBREW POINT SEGOL
-punctuation	\x05B7	14	#HEBREW POINT PATAH
-punctuation	\x05B8	126	#HEBREW POINT QAMATS
-punctuation	\x05B9	135	#HEBREW POINT HOLAM
-punctuation	\x05BB	136	#HEBREW POINT QUBUTS
-punctuation	\x05BC	5	#HEBREW POINT DAGESH OR MAPIQ 
-punctuation	\x05BD	4	#HEBREW POINT METEG
-punctuation	\x05C1	1568	#HEBREW POINT SHIN DOT
-punctuation	\x05C2	2348	#HEBREW POINT SIN DOT
-letter	\x05D0	1	#HEBREW LETTER ALEF
-letter	\x05D1	1236	#HEBREW LETTER BET
-letter	\x05D2	1245	#HEBREW LETTER GIMEL
-letter	\x05D3	145	#HEBREW LETTER DALET
-letter	\x05D4	125	#HEBREW LETTER HE
-letter	\x05D5	2456	#HEBREW LETTER VAV
-letter	\x05D6	1356	#HEBREW LETTER ZAYIN
-letter	\x05D7	1346	#HEBREW LETTER HET
-letter	\x05D8	2345	#HEBREW LETTER TET
-letter	\x05D9	245	#HEBREW LETTER YOD
-letter	\x05DA	16	#HEBREW LETTER FINAL KAF
-letter	\x05DB	16	#HEBREW LETTER KAF
-letter	\x05DC	123	#HEBREW LETTER LAMED
-letter	\x05DD	134	#HEBREW LETTER FINAL MEM
-letter	\x05DE	134	#HEBREW LETTER MEM
-letter	\x05DF	1345	#HEBREW LETTER FINAL NUN
-letter	\x05E0	1345	#HEBREW LETTER NUN
-letter	\x05E1	234	#HEBREW LETTER SAMEKH
-letter	\x05E2	1246	#HEBREW LETTER AYIN
-letter	\x05E3	124	#HEBREW LETTER FINAL PE
-letter	\x05E4	124	#HEBREW LETTER PE
-letter	\x05E5	2346	#HEBREW LETTER FINAL TSADI
-letter	\x05E6	2346	#HEBREW LETTER TSADI
-letter	\x05E7	12345	#HEBREW LETTER QOF
-letter	\x05E8	1235	#HEBREW LETTER RESH
-letter	\x05E9	146	#HEBREW LETTER SHIN
-letter	\x05EA	1456	#HEBREW LETTER TAV
-letter	\xFB1D	35   #HEBREW LETTER YOD WITH HIRIQ
-letter	\xFB2A	146	  #HEBREW LETTER SHIN WITH SHIN DOT
-letter	\xFB2B	156	  #HEBREW LETTER SHIN WITH SIN DOT
-letter	\xFB31	12	#HEBREW LETTER BET WITH DAGESH
-letter	\xFB35	346	#HEBREW LETTER VAV WITH DAGESH
-letter	\xFB3A	13	#HEBREW LETTER FINAL KAF WITH DAGESH
-letter	\xFB3B	13	#HEBREW LETTER KAF WITH DAGESH
-letter	\xFB43	1234	#HEBREW LETTER FINAL PE WITH DAGESH
-letter	\xFB44	1234	#HEBREW LETTER PE WITH DAGESH
-letter	\xFB4A	1256	#HEBREW LETTER TAV WITH DAGESH
-
-#---- Special Signs
-sign \xFEFF 0   #Zero width no-break Space
-include braille-patterns.cti
-
-# liblouis: Portuguese Grade 2 Braille Contraction Table
-#
-#  Copyright (C) 2009 Carlos Ferreira <cferreira9886@gmail.com>
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 3 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-
-include pt-pt-g1.utb
-
-word actividade 1-2345-1236-145
-word actividades 1-2345-1236-145-234
-word agora 1245
-midword airr 1-24-1235-1235
-endword al 13
-begmidword alb 13-12
-begmidword alc 13-14
-midword alcont 13-25-2345
-begmidword ald 13-145
-endword aldade 13-46-145
-endword aldades 13-46-145-234
-begmidword alf 13-124
-begmidword alfr 13-16
-begmidword alg 13-1245
-word algum 1-1245
-word alguma 1-1245-1
-word algumas 1-1245-146
-word alguns 1-1245-234
-word aliás 1-12356
-begmidword alj 13-245
-begmidword alm 13-134
-endword almente 13-56-134
-midword aln 13-1345
-begmidword alp 13-1234
-begmidword alqu 13-12345
-midword alr 13-1235
-begmidword als 13-234
-begmidword alt 13-2345
-begmidword altr 13-356
-begmidword alv 13-1236
-begmidword alz 13-1356
-begmidword alç 13-12346
-word além 1-123456
-begmidword amb 345-12
-begmidword ambr 345-23
-begmidword amp 345-1234
-begmidword ampl 345-1246
-midword ampr 345-235
-begmidword anc 2-14
-begmidword and 2-145
-endword andade 2-46-145
-endword andades 2-46-145-234
-begmidword anf 2-124
-begmidword anfr 2-16
-begmidword ang 2-1245
-begmidword angr 2-12456
-begmidword anj 2-245
-begmidword anqu 2-12345
-begmidword ans 2-234
-begmidword ant 2-2345
-word ante 2456
-begword ante 2456
-endword ante 2456
-word antes 2456-234
-endword antes 2456-234
-endword anticamente 2-5-2345-56-134
-begmidword antr 2-356
-begmidword anz 2-1356
-midword anç 2-12346
-word apenas 1-1234-1345
-word aquela 1-12345-1
-word aquelas 1-12345-146
-word aquele 1-12345-15
-word aqueles 1-12345-156
-endword ar 4
-midword arb 4-12
-midword arc 4-14
-midword ard 4-145
-midword arf 4-124
-midword arg 4-1245
-endword arica 1-5-1235
-endword aricamente 1-5-1235-56-134
-endword aricas 1-5-1235-234
-endword arico 1-4-1235
-endword aricos 1-4-1235-234
-midword arj 4-245
-midword arl 4-123
-midword arm 4-134
-endword armente 4-56-134
-midword arn 4-1345
-midword arp 4-1234
-midword arqu 4-12345
-midword arr 4-1235
-endword arrica 4-5-1235
-endword arricas 4-5-1235-234
-endword arrico 1-1235-4-1235
-endword arricos 1-1235-4-1235-234
-midword ars 4-234
-midword art 4-2345
-midword artr 4-356
-midword arv 4-1236
-midword arx 4-1346
-midword arz 4-1356
-midword arç 4-12346
-word as 146
-endword as 146
-midword asb 146-12
-begmidword asc 146-14
-midword asconc 146-25-14 
-begword asd 146-145
-begmidword asf 146-124
-midword asg 146-1245
-midword asl 146-123
-begmidword asm 146-134
-endword asmente 146-56-134
-begmidword asn 146-1345
-begmidword asp 146-1234
-begmidword asqu 146-12345
-begmidword ass 146-234
-begmidword ast 146-2345
-endword astica 146-5-2345
-endword asticamente 146-5-2345-56-134
-endword asticas 146-5-2345-234
-endword astico 146-4-2345
-begmidword astr 146-356
-midword asç 146-12346
-word através 1-356-1236
-word base 12-15
-word bases 12-156
-word bem 12
-word bens 12-234
-begmidword br 23
-word braille 23-123
-word cada 14-145
-word campo 14-135
-word campos 14-13456
-word capaz 14-1356
-word capazes 14-1356-234
-word casa 14-234-1
-word casas 14-234-146
-word caso 14-234
-word casos 14-234-234
-word cega 14-1245-1
-word cegas 14-1245-146
-word cego 14-1245
-word cegos 14-1245-234
-word coisa 14-1
-word coisas 14-146
-word com 14
-word como 14-134
-begmidword conc 25-14
-begmidword cond 25-145
-word condições 25-145-234
-word condição 25-145
-begmidword conf 25-124
-begmidword confr 25-16
-begmidword cong 25-1245
-begmidword congr 25-12456
-begmidword conj 25-245
-begmidword conl 25-123
-begword conn 25-1345
-begmidword conqu 25-12345
-begmidword cons 25-234
-begmidword cont 25-2345
-begmidword contr 25-356
-begmidword conv 25-1236
-word corpo 14-1234
-word corpos 14-1234-234
-endword dade 46-145
-endword dades 46-145-234
-word de 145
-word depois 145-1234
-word desde 145-145
-word deseja 145-245-1
-word desejas 145-245-146
-word desejo 145-245
-word desejos 145-245-234
-begword dextr 145-1346-356
-word diferente 145-124-1235-2345
-word diferentes 145-124-1235-2345-234
-word diferença 145-124-1235
-word diferenças 145-124-1235-234
-word dificuldade 145-124-145
-word dificuldades 145-124-145-234
-word difíceis 145-124-234
-word difícil 145-124
-word diversa 145-1236-1
-word diversas 145-1236-146
-word diverso 145-1236
-word diversos 145-1236-234
-word efeito 15-124
-word efeitos 15-124-234
-word eira 5-15
-endword eira 5-15
-endword eiramente 5-15-56-134
-word eiras 5-15-234
-endword eiras 5-15-234
-endword eiro 4-15
-endword eiros 4-15-234
-word ele 123
-word eles 123-234
-endword em 256
-begmidword emb 256-12
-word embora 256-12
-begmidword embr 256-23
-begmidword emp 256-1234
-begmidword empl 256-1246
-begmidword empr 256-235
-begmidword enc 26-14
-begmidword encontr 26-25-356
-word encontrem 26-25-356-15-134
-begmidword end 26-145
-begmidword enf 26-124
-begmidword enfr 26-16
-begmidword eng 26-1245
-begmidword engr 26-12456
-begmidword enj 26-245
-begmidword enl 26-123
-begmidword enqu 26-12345
-word enquanto 26-12345-2345
-begmidword enr 26-1235
-always ens 26-234
-begmidword ent 26-2345
-endword entica 26-5-2345
-endword enticamente 26-5-2345-56-134
-endword enticas 26-5-2345-234
-endword entico 26-4-2345
-begmidword entr 26-356
-word entre 26-15
-word entrem 26-356-15-134
-begmidword env 26-1236
-begmidword enx 26-1346
-begmidword enz 26-1356
-midword enç 26-12346
-midword erb 236-12
-midword erc 236-14
-midword ercont 236-25-2345
-midword ercontr 236-25-356
-midword erd 236-145
-endword erdade 236-46-145
-endword erdades 236-46-145-234
-midword erf 236-124
-midword erg 236-1245
-endword erica 15-5-1235
-endword ericamente 15-5-1235-56-134
-endword ericas 15-5-1235-234
-endword erico 15-4-1235
-endword ericos 15-4-1235-234
-midword erj 236-245
-midword erl 236-123
-midword erm 236-134
-endword ermenta 236-5-134
-endword ermentas 236-5-134-234
-endword ermento 236-4-134
-endword ermentos 236-4-134-234
-midword ern 236-1345
-midword erp 236-1234
-midword erpl 236-1246
-midword erpr 236-235
-midword erqu 236-12345
-midword err 236-1235
-midword ers 236-234
-midword ert 236-2345
-midword erv 236-1236
-midword erx 236-1346
-midword erz 236-1356
-midword erç 236-12346
-endword es 156
-begmidword esb 156-12
-begmidword  esbr 156-23
-begmidword esc 156-14
-midword esconc 156-25-14
-begmidword escond 156-25-145
-midword esconf 156-25-124
-midword escong 156-25-1245
-begmidword esconj 156-25-245
-midword escons 156-25-234
-midword escont 156-25-2345
-midword escontr 156-25-356
-midword esconv 156-25-1236
-midword esd 156-145
-begmidword esf 156-124
-begmidword esfr 156-16
-begmidword esg 156-1245
-begmidword esgr 156-12456
-begmidword esl 156-123
-begmidword esm 156-134
-endword esmente 156-56-134
-midword esn 156-1345
-begmidword esp 156-1234
-word especiais 15-14-2346
-word especial 15-14-123
-word especialmente 15-14-123-134
-begmidword espl 156-1246
-begmidword espr 156-235
-word espécie 15-14
-word espécies 15-14-234
-begmidword esqu 156-12345
-begmidword ess 156-234
-begmidword est 156-2345
-word esta 15-1
-word estas 15-146
-word este 15-15
-word estes 15-156
-endword estica 156-5-2345
-endword esticamente 156-5-2345-56-134
-endword esticas 156-5-2345-234
-endword estico 156-4-2345
-endword esticos 156-4-2345-234
-begmidword estr 156-356
-begmidword esv 156-1236
-midword esç 156-12346
-endword eu 5
-midword eub 5-12
-midword euc 5-14
-midword eud 5-145
-midword euf 5-124
-midword eug 5-1245
-midword euj 5-245
-midword eul 5-123
-midword eum 5-134
-midword eun 5-1345
-midword eup 5-1234
-midword euqu 5-12345
-midword eur 5-1235
-midendword eus 5-234
-midword eut 5-2345
-midword eutr 5-356
-midword euv 5-1236
-word evidência 15-1236-14
-word evidências 15-1236-14-234
-begword exc 1346-14   *1
-word exemplo 15-1246
-word exemplos 15-1246-234
-begword exp 1346-1234   *2
-word experiência 1346-1234-14
-word experiências 1346-1234-14-234
-begword expl 1346-1246   *3
-begword expr 1346-235   *4
-begmidword ext 1346-2345
-begmidword extr 1346-356
-word facto 124-2345
-word factos 124-2345-234
-word fica 5-124
-endword fica 5-124
-endword ficamente 5-124-56-134
-word ficas 5-124-234
-endword ficas 5-124-234
-word fico 4-124
-endword fico 4-124
-endword ficos 4-124-234
-word filha 124-125-1
-word filhas 124-125-146
-word filho 124-125
-word filhos 124-125-234
-word fim 124
-word fins 124-234
-word fora 124-1
-word forma 124-134
-word formas 124-134-234
-word formações 124-134-12346-234
-word formação 124-134-12346
-word força 124-135
-word forças 124-135-234
-begmidword fr 16
-midword frâ 124-1235-16
-word fáceis 124-14-234
-word fácil 124-14
-word fundamentais 124-145-134-2345-2346
-word fundamental 124-145-134-2345-123  
-endword gica 5-1245
-endword gicamente 5-1245-56-134
-endword gicas 5-1245-234
-endword gico 4-1245
-endword gicos 4-1245-234
-word governa 1245-1236-1345-1
-word governas 1245-1236-1345-146
-word governo 1245-1236-1345
-word governos 1245-1236-1345-234
-begmidword gr 12456
-word grupo 12456-1234
-word grupos 12456-1234-234
-word hoje 125-245
-word homem 125-134
-word homens 125-134-234
-word ideia 24-145
-word ideias 24-145-234
-endword im 246
-begmidword imb 246-12
-begmidword imbr 246-23
-word imediata 24-134-1
-word imediatamente 24-134-134
-word imediatas 24-134-146
-word imediato 24-134
-word imediatos 24-134-234
-begmidword imp 246-1234
-begmidword impl 246-1246
-begmidword impr 246-235
-begword inexc 24-1345-1346-14
-begword inexp 24-1345-1346-1234
-begword inexpl 24-1345-1346-1246
-begword inexpr 24-1345-1346-235
-begword inext 24-1345-1346-2345
-begword inextr 24-1345-1346-356
-endword ir 46
-midword irb 46-12
-midword irc 46-14
-midword irg 46-1245
-endword irica 24-5-1235
-endword iricamente 24-5-1235-56-134
-endword iricas 24-5-1235-234
-endword irico 24-4-1235
-endword iricos 24-4-1235-234
-midword irl 46-123
-midword irm 46-134
-midword irn 46-1345
-midword irp 46-1234
-midword irr 46-1235
-midword irs 46-234
-midword irt 46-2345
-midword irv 46-1236
-endword is 2346
-midword isb 2346-12
-begmidword isc 2346-14
-midword iscond 2346-25-145
-midword iscons 2346-25-234
-midword isf 2346-124
-midword isfr 2346-16
-midword isg 2346-1245
-midword isj 2346-245
-begmidword isl 2346-123
-begmidword ism 2346-134
-midword isn 2346-1345
-midword isp 2346-1234
-midword ispl 2346-1246
-begmidword isqu 2346-12345
-begmidword isr 2346-1235
-begmidword iss 2346-234
-begmidword ist 2346-2345
-endword isticamente 2346-5-2345-56-134
-word isto 24-2345
-midword istr 2346-356
-word jovem 245-1236
-word jovens 245-1236-234
-word já 245
-word juízo 245-1356
-word juízos 245-1356-234
-word lado 123-145
-word lados 123-145-234
-midword lh 125
-word lhe 125-15
-word lhes 125-156
-endword loga 5-123
-endword logamente 5-123-56-134
-endword logas 5-123-234
-word logo 4-123
-endword logo 4-123
-endword logos 4-123-234
-word longa 123-1245-1
-word longas 123-1245-146
-word longo 123-1245
-word longos 123-1245-234
-word lugar 123-1235
-word lugares 123-1235-234
-word maior 1235
-word maiores 1235-234
-word materiais 134-2345-1235-2346
-word material 134-2345-1235-123
-word matéria 134-2345-1235
-word matérias 134-2345-1235-234
-word me 134
-word melhor 134-1235
-word melhores 134-1235-234
-word menos 134-1345
-word menta 5-134
-endword menta 5-134
-endword mentas 5-134-234
-word mente 56-134
-endword mente 56-134
-word mentes 56-134-234
-endword mentes 56-134-234
-word mento 4-134
-endword mento 4-134
-word mentos 4-134-234
-endword mentos 4-134-234
-word moda 134-145-1
-word modas 134-145-146
-word modo 134-145
-word modos 134-145-234
-word movimenta 134-1236-134-2345-1
-word movimentas 134-1236-134-2345-146
-word movimento 134-1236-134-2345
-word movimentos 134-1236-134-2345-234
-word muita 134-2345-1
-word muitas 134-2345-146
-word muito 134-2345
-word muitos 134-2345-234
-word mulher 134-125
-word mulheres 134-125-234
-word número 1345-1235
-word números 1345-1235-234
-word nada 1345-145
-word nadas 1345-145-234
-word naturais 1345-2345-2346
-word natural 1345-2345-123
-word natureza 1345-2345-1356
-word naturezas 1345-2345-1356-234
-word necessariamente 1345-14-1235-134
-word necessidade 1345-14-145
-word necessidades 1345-14-145-234
-word necessária 1345-14-1235-1
-word necessárias 1345-14-1235-146
-word necessário 1345-14-1235
-word necessários 1345-14-1235-234
-word nenhum 1345-1345
-word nenhuma 1345-1345-1
-word nenhumas 1345-1345-146
-word nenhuns 1345-1345-234
-midword nh 2356
-word nica 5-1345
-endword nica 5-1345
-endword nicamente 5-1345-56-134
-word nicas 5-1345-234
-endword nicas 5-1345-234
-word nico 4-1345
-endword nico 4-1345
-word nicos 4-1345-234
-endword nicos 4-1345-234
-word não 1345
-word nossa 1345-234-1
-word nossas 1345-234-146
-word nosso 1345-234
-word nossos 1345-234-234
-word nova 1345-1236-1
-word novas 1345-1236-146
-word novo 1345-1236
-word novos 1345-1236-234
-word numa 1345-134
-word numas 1345-134-234
-word nunca 1345-14
-word objecta 135-245-2345-1
-word objectas 135-245-2345-146
-word objectiva 135-245-2345-1236-1
-word objectivas 135-245-2345-1236-146
-word objectivo 135-245-2345-1236
-word objectivos 135-245-2345-1236-234
-word objecto 135-245-2345
-word objectos 135-245-2345-234
-word observações 135-12-1236-12346-234
-word observação 135-12-1236-12346
-word onde 135-15
-word opiniões 135-1234-234
-word opinião 135-1234
-endword or 56
-midword orb 56-12
-midword orc 56-14
-midword ord 56-145
-word ordem 135-145
-word ordens 135-145-234
-midword orf 56-124
-midword org 56-1245
-endword orica 135-5-1235
-endword oricamente 135-5-1235-56-134
-endword oricas 135-5-1235-234
-endword orico 135-4-1235
-endword oricos 135-4-1235-234
-midword orj 56-245
-midword orl 56-123
-midword orm 56-134
-endword ormenta 56-5-134
-endword ormentas 56-5-134-234
-endword ormento 56-4-134
-endword ormentos 56-4-134-234
-midword orn 56-1345
-midword orp 56-1234
-midword orqu 56-12345
-midword orr 56-1235
-midword ors 56-234
-midword ort 56-2345
-begmidword orv 56-1236
-midword orz 56-1356
-begmidword orç 56-12346
-word os 13456
-endword os 13456
-begmidword osc 13456-14
-midword osf 13456-124
-begmidword osg 13456-1245
-begmidword osl 13456-123
-begmidword osm 13456-134
-midword osn 13456-1345
-midword osp 13456-1234
-midword osqu 13456-12345
-begmidword oss 13456-234
-begmidword ost 13456-2345
-endword ostica 13456-5-2345
-endword osticamente 13456-5-2345-56-134
-endword osticas 13456-5-2345-234
-endword ostico 13456-4-2345
-endword osticos 13456-4-2345-234
-begmidword ostr 13456-356
-begmidword osv 13456-1236
-always ou 1256
-word outra 1256-1
-word outras 1256-146
-word outro 1256-135
-word outros 1256-13456
-word palavra 1234-1
-word palavras 1234-146
-word papel 1234-1234
-word papéis 1234-1234-234
-word para 1234-1235
-word parte 1234-15
-word partes 1234-156
-word pela 1234-123-1
-word pelas 1234-123-146
-word pelo 1234-123
-word pelos 1234-123-234
-word pensamento 1234-234-134-2345
-word pensamentos 1234-234-134-2345-234
-word pequena 1234-12345-1345-1
-word pequenas 1234-12345-1345-146
-word pequeno 1234-12345-1345
-word pequenos 1234-12345-1345-234
-begmidword pl 1246
-word ponta 1234-2345-1
-word pontas 1234-2345-146
-word ponto 1234-2345
-word pontos 1234-2345-234
-word por 1234
-word porque 1234-12345
-word portanto 1234-2345-2345
-word portugal 1234-2345-1245-123
-word portuguesa 1234-2345-1245-1
-word portuguesas 1234-2345-1245-146
-word portugueses 1234-2345-1245-234
-word português 1234-2345-1245
-word porém 1234-134
-word posições 1234-12346-234
-word posição 1234-12346
-word possibilidade 1234-12-145
-word possibilidades 1234-12-145-234
-word possíveis 1234-1236-2346
-word possível 1234-1236-123
-word pouca 1234-14-1
-word poucas 1234-14-146
-word pouco 1234-14
-word poucos 1234-14-234
-begmidword pr 235
-word própria 235-235-1
-word próprias 235-235-146
-word próprio 235-235-135
-word próprios 235-235-13456
-begword prerr 235-15-1235-1235
-word primeira 235-1235-1
-word primeiras 235-1235-146
-word primeiro 235-1235
-word primeiros 235-1235-234
-word principais 235-14-2346
-word principal 235-14-123
-word princípio 235-14
-word princípios 235-14-234
-word produções 235-145-12346-234
-word produção 235-145-12346
-word produto 235-145
-word produtos 235-145-234
-word projecta 235-245-2345-1
-word projectas 235-245-2345-146
-word projecto 235-245-2345
-word projectos 235-245-2345-234
-word propriedade 235-235-145
-word propriedades 235-235-145-234
-begword prorr 235-135-1235-1235
-word que 12345
-begmidword qu 12345
-word qualquer 12345-12345
-word quando 12345-145
-word quanta 12345-2345-1
-word quantas 12345-2345-146
-word quantidade 12345-2345-145
-word quantidades 12345-2345-145-234
-word quanto 12345-2345
-word quantos 12345-2345-234
-word quase 12345-234
-word quer 12345-1235
-word razões 1235-1356-234
-word razão 1235-1356
-begword re 3
-word realidade 1235-123-145
-word realidades 1235-123-145-234
-word realizações 1235-123-1356-12346-234
-word realização 1235-123-1356-12346
-word reencontrem 3-26-25-356-15-134
-word reentrem 3-26-356-15-134
-word relações 3-123-12346-234
-word relação 3-123-12346
-begword rend 1235-26-145
-begword renqu 1235-26-12345
-begword rent 1235-26-2345
-begword resc 1235-156-14
-begword resf 1235-156-124
-begword resfr 1235-156-16
-begword resg 1235-156-1245
-begword resm 1235-156-134
-begword resp 1235-156-1234
-word respeita 1235-1234-2345-1
-word respeitas 1235-1234-2345-146
-word respeito 1235-1234-2345
-word respeitos 1235-1234-2345-234
-begword respl 1235-156-1246
-begword resqu 1235-156-12345
-begword ress 1235-156-234
-begword rest 1235-156-2345
-begword restr 1235-156-356
-begword resv 1235-156-1236
-begword reum 1235-5-134
-word rica 5-1235
-endword rica 5-1235
-word ricamente 5-1235-56-134
-endword ricamente 5-1235-56-134
-word ricas 5-1235-234
-endword ricas 5-1235-234
-word rico 4-1235
-endword rico 4-1235
-word ricos 4-1235-234
-endword ricos 4-1235-234
-word se 234
-word seguinte 234-1245-2345
-word seguintes 234-1245-2345-234
-word segunda 234-1245-1
-word segundas 234-1245-146
-word segundo 234-1245
-word segundos 234-1245-234
-word sempre 234-1234
-word senhor 234-1235
-word senhora 234-1235-1
-word senhoras 234-1235-146
-word senhores 234-1235-234
-word sentida 234-2345-145-1
-word sentidas 234-2345-145-146
-word sentido 234-2345-145-135
-word sentidos 234-2345-145-13456
-begword sext 234-1346-2345
-word simples 234-1246
-word sistema 234-2345-134
-word sistemas 234-2345-134-234
-word sobretudo 234-2345
-word sua 234-1
-word suas 234-146
-word século 234-14-123
-word séculos 234-14-123-234
-word sujeita 234-245-2345-1
-word sujeitas 234-245-2345-146
-word sujeito 234-245-2345
-word sujeitos 234-245-2345-234
-word talvez 2345-1236
-word também 2345-12
-word tanta 2345-2345-1
-word tantas 2345-2345-146
-word tanto 2345-2345
-word tantos 2345-2345-234
-word te 2345
-word tempo 2345-1234
-word tempos 2345-1234-234
-begword text 2345-1346-2345
-endword tica 5-2345
-endword ticamente 5-2345-56-134
-endword ticas 5-2345-234
-endword tico 4-2345
-endword ticos 4-2345-234
-word toda 2345-145-1
-word todas 2345-145-146
-word todavia 2345-145-1236
-word todo 2345-145
-word todos 2345-145-234
-begmidword tr 356
-word trabalha 356-125-1
-word trabalhas 356-125-146
-word trabalho 356-125
-word trabalhos 356-125-234
-word trem 356-15-134
-word um 136
-word uma 136-1
-word umas 136-146
-word uns 136-234
-endword urica 136-5-1235
-endword uricamente 136-5-1235-56-134
-endword uricas 136-5-1235-234
-endword urico 136-4-1235
-endword uricos 136-4-1235-234
-endword urrica 136-1235-5-1235
-endword urricas 136-1235-5-1235-234
-endword urrico 136-1235-4-1235
-endword urricos 136-1235-4-1235-234
-word valor 1236-123
-word valores 1236-123-234
-word vantagem 1236-2345-1245
-word vantagens 1236-2345-1245-234
-word verdade 1236-145
-word verdadeira 1236-145-1235-1
-word verdadeiras 1236-145-1235-146
-word verdadeiro 1236-145-1235
-word verdadeiros 1236-145-1235-234
-word verdades 1236-145-234
-word vez 1236-1356
-word vezes 1236-1356-234
-word vida 1236-1
-word vidas 1236-146
-word vista 1236-2345-1
-word vistas 1236-2345-146
-word visto 1236-2345
-word vistos 1236-2345-234
-word écloga 123456-14-123-135-1245-1
-word éclogas 123456-14-123-135-1245-146
-word égloga 123456-1245-123-135-1245-1
-word églogas 123456-1245-123-135-1245-146
-endword éria 5-123456
-endword érias 5-123456-234
-endword érica 123456-5-1235
-endword éricas 123456-5-1235-234
-endword érico 123456-4-1235
-endword éricos 123456-4-1235-234
-endword ério 4-123456
-endword érios 4-123456-234
-word ária 5-12356
-endword ária 5-12356
-word árias 5-12356-234
-endword árias 5-12356-234
-endword árica 12356-5-1235
-endword áricas 12356-5-1235-234
-endword árico 12356-4-1235
-endword áricos 12356-4-1235-234
-endword ário 4-12356
-endword ários 4-12356-234
-word última 23456-2345-134-1
-word últimas 23456-2345-134-146
-word último 23456-2345-134
-word últimos 23456-2345-134-234
-endword úrica 23456-5-1235
-endword úricas 23456-5-1235-234
-endword úrico 23456-4-1235
-endword úricos 23456-4-1235-234
-endword ância 5-16
-endword âncias 5-16-234
-endword âncio 4-16
-endword ência 5-126
-endword ências 5-126-234
-endword êncio 4-126
-endword êncios 4-126-234
-endword írica 34-5-1235
-endword íricas 34-5-1235-234
-endword írico 34-4-1235
-endword íricos 34-4-1235-234
-midendword ão 3456
-endword ãos 3456-234
-endword ória 5-346
-endword órias 5-346-234
-endword órica 346-5-1235
-endword óricas 346-5-1235-234
-endword órico 346-4-1235
-endword óricos 346-4-1235-234
-endword ório 4-346
-endword órios 4-346-234
-# Liblouis: Display table for Danish CP1252 Octo Braille
-#
-#  Copyright (C) 2014-2017, Bue Vester-Andersen <bue@vester-andersen.dk>
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-#
-#------------
-#
-# This file contains display definitions for Danish 8 dot Braille.
-# It should be included in high level tables to ensure correct mapping of characters to dot patterns.
-#
-# Version: Bue Vester-Andersen 170604
-
-display \x0000 8 NULL
-display \x0001 178 START OF HEADING
-display \x0002 1278 START OF TEXT
-display \x0003 1478 END OF TEXT
-display \x0004 14578 END OF TRANSMISSION
-display \x0005 24568 ENQUIRY
-display \x0006 12478 ACKNOWLEDGE
-display \x0007 124578 BELL
-display \x0008 12578 BACKSPACE
-display \t 2478 CHARACTER TABULATION
-display \n 678 LINE FEED (LF)
-display \v 1368 LINE TABULATION
-display \f 12378 FORM FEED (FF)
-display \r 257 CARRIAGE RETURN (CR)
-display \x000e 134578 SHIFT OUT
-display \x000f 12358 SHIFT IN
-display \x0010 123478 DATA LINK ESCAPE
-display \x0011 1234578 DEVICE CONTROL ONE
-display \x0012 13568 DEVICE CONTROL TWO
-display \x0013 4578 DEVICE CONTROL THREE
-display \x0014 268 DEVICE CONTROL FOUR
-display \x0015 13678 NEGATIVE ACKNOWLEDGE
-display \x0016 278 SYNCHRONOUS IDLE
-display \x0017 3578 END OF TRANSMISSION BLOCK
-display \x0018 78 CANCEL
-display \x0019 68 END OF MEDIUM
-display \x001a 135678 SUBSTITUTE
-display \x001b 2678 ESCAPE
-display \x001c 45678 INFORMATION SEPARATOR FOUR
-display \x001d 12368 INFORMATION SEPARATOR THREE
-display \x001e 1234678 INFORMATION SEPARATOR TWO
-display \x001f 235678 INFORMATION SEPARATOR ONE
-display \s 0 SPACE
-display ! 235 EXCLAMATION MARK
-display " 2356 QUOTATION MARK
-display # 34568 NUMBER SIGN
-display $ 25678 DOLLAR SIGN
-display % 24578 PERCENT SIGN
-display & 123468 AMPERSAND
-display ' 4 APOSTROPHE
-display ( 2368 LEFT PARENTHESIS
-display ) 3568 RIGHT PARENTHESIS
-display * 35 ASTERISK
-display + 2358 PLUS SIGN
-display , 2 COMMA
-display - 368 HYPHEN-MINUS
-display . 3 FULL STOP
-display / 348 SLASH
-display 0 2458 #0
-display 1 18 #1
-display 2 128 #2
-display 3 148 #3
-display 4 1458 #4
-display 5 158 #5
-display 6 1248 #6
-display 7 12458 #7
-display 8 1258 #8
-display 9 248 #9
-display : 25 COLON
-display ; 23 SEMICOLON
-display < 358 LESS-THAN SIGN
-display = 23568 EQUALS SIGN
-display > 267 GREATER-THAN SIGN
-display ? 26 QUESTION MARK
-display @ 478 COMMERCIAL AT
-display A 17 LATIN CAPITAL LETTER A
-display B 127 LATIN CAPITAL LETTER B
-display C 147 LATIN CAPITAL LETTER C
-display D 1457 LATIN CAPITAL LETTER D
-display E 157 LATIN CAPITAL LETTER E
-display F 1247 LATIN CAPITAL LETTER F
-display G 12457 LATIN CAPITAL LETTER G
-display H 1257 LATIN CAPITAL LETTER H
-display I 247 LATIN CAPITAL LETTER I
-display J 2457 LATIN CAPITAL LETTER J
-display K 137 LATIN CAPITAL LETTER K
-display L 1237 LATIN CAPITAL LETTER L
-display M 1347 LATIN CAPITAL LETTER M
-display N 13457 LATIN CAPITAL LETTER N
-display O 1357 LATIN CAPITAL LETTER O
-display P 12347 LATIN CAPITAL LETTER P
-display Q 123457 LATIN CAPITAL LETTER Q
-display R 12357 LATIN CAPITAL LETTER R
-display S 2347 LATIN CAPITAL LETTER S
-display T 23457 LATIN CAPITAL LETTER T
-display U 1367 LATIN CAPITAL LETTER U
-display V 12367 LATIN CAPITAL LETTER V
-display W 24567 LATIN CAPITAL LETTER W
-display X 13467 LATIN CAPITAL LETTER X
-display Y 134567 LATIN CAPITAL LETTER Y
-display Z 13567 LATIN CAPITAL LETTER Z
-display [ 23678 LEFT SQUARE BRACKET
-display \\ 347 REVERSE SLASH
-display ] 35678 RIGHT SQUARE BRACKET
-display ^ 12348 CIRCUMFLEX ACCENT
-display _ 3678 LOW LINE
-display ` 5 GRAVE ACCENT
-display a 1 LATIN SMALL LETTER A
-display b 12 LATIN SMALL LETTER B
-display c 14 LATIN SMALL LETTER C
-display d 145 LATIN SMALL LETTER D
-display e 15 LATIN SMALL LETTER E
-display f 124 LATIN SMALL LETTER F
-display g 1245 LATIN SMALL LETTER G
-display h 125 LATIN SMALL LETTER H
-display i 24 LATIN SMALL LETTER I
-display j 245 LATIN SMALL LETTER J
-display k 13 LATIN SMALL LETTER K
-display l 123 LATIN SMALL LETTER L
-display m 134 LATIN SMALL LETTER M
-display n 1345 LATIN SMALL LETTER N
-display o 135 LATIN SMALL LETTER O
-display p 1234 LATIN SMALL LETTER P
-display q 12345 LATIN SMALL LETTER Q
-display r 1235 LATIN SMALL LETTER R
-display s 234 LATIN SMALL LETTER S
-display t 2345 LATIN SMALL LETTER T
-display u 136 LATIN SMALL LETTER U
-display v 1236 LATIN SMALL LETTER V
-display w 2456 LATIN SMALL LETTER W
-display x 1346 LATIN SMALL LETTER X
-display y 13456 LATIN SMALL LETTER Y
-display z 1356 LATIN SMALL LETTER Z
-display { 123678 LEFT CURLY BRACKET
-display | 4568 VERTICAL LINE
-display } 345678 RIGHT CURLY BRACKET
-display ~ 467 TILDE
-display \x007f 7 DELETE
-display \x0080 1578 #EURO SIGN (0x80)
-display \x0081 45 <control-0081> (not defined in cp1252)
-display \x0082 457 #Low single quote (0x82)
-display \x0083 58 #Flurihn (0x83)
-display \x0084 2378 #Low quote (0x84)
-display \x0085 6 #Elipsis (0x85)
-display \x0086 2357 #Dagger (0x86
-display \x0087 23578 #Double dagger (0x87
-display \x0088 5678 #Modifier letter circumflex (0x88)
-display \x0089 245678 #permille sign (0x89)
-display \x008a 23478 #LATIN CAPITAL LETTER S WITH CARON (0x8a)
-display \x008b 456 #SINGLE LEFT-POINTING ANGLE QUOTATION MARK (0x8b)
-display \x008c 13578 #LATIN CAPITAL LIGATURE OE (0x8c)
-display \x008d 3567 REVERSE LINE FEED (not defined in cp1252)
-display \x008e 3467 #LATIN CAPITAL LETTER Z WITH CARON (0x8e)
-display \x008f 27 SINGLE SHIFT THREE (not defined in cp1252)
-display \x0090 357 DEVICE CONTROL STRING (not defined in cp1252)
-display \x0091 47 #LEFT SINGLE QUOTATION MARK (0x91)
-display \x0092 48 #RIGHT SINGLE QUOTATION MARK (0x92)
-display \x0093 237 #LEFT DOUBLE QUOTATION MARK (0x93)
-display \x0094 568 #RIGHT DOUBLE QUOTATION MARK (0x94)
-display \x0095 37 #Bullit (0x95)
-display \x0096 36 #EN DASH (0x96)
-display \x0097 367 #Em DASH (0x97)
-display \x0098 46 #SMALL TILDE (0x98)
-display \x0099 234578 #TRADE MARK SIGN (0x99)
-display \x009a 2348 #LATIN SMALL LETTER S WITH CARON (0x9a)
-display \x009b 4567 #SINGLE RIGHT-POINTING ANGLE QUOTATION MARK (0x9b)
-display \x009c 1358 #LATIN SMALL LIGATURE OE (0x9c)
-display \x009d 2567 OPERATING SYSTEM COMMAND
-display \x009e 346 #LATIN SMALL LETTER Z WITH CARON (0x9e)
-display \x009f 2345678 #LATIN CAPITAL LETTER Y WITH DIAERESIS (0x9f)
-display \x00a0 23458 NO-BREAK SPACE (0xa0)
-display \x00a1 256 INVERTED EXCLAMATION MARK )0xa1)
-display \x00a2 2578 CENT SIGN (0xa2)
-display \x00a3 1238 POUND SIGN (0xa3)
-display \x00a4 2367 CURRENCY SIGN (0xa4)
-display \x00a5 67 YEN SIGN (0xa5)
-display \x00a6 3478 BROKEN BAR (0xa6)
-display \x00a7 578 SECTION SIGN (0xa7)
-display \x00a8 56 DIAERESIS (0xa8)
-display \x00a9 134678 COPYRIGHT SIGN (0xa9)
-display \x00aa 234678 FEMININE ORDINAL INDICATOR (0xaa)
-display \x00ab 57 LEFT-POINTING DOUBLE ANGLE QUOTATION MARK (0xab)
-display \x00ac 34567 NOT SIGN (0xac)
-display \x00ad 378 SOFT HYPHEN (0xad)
-display \x00ae 123578 REGISTERED SIGN (0xae)
-display \x00af 23567 MACRON (0xaf)
-display \x00b0 356 DEGREE SIGN (0xb0)
-display \x00b1 123458 PLUS-MINUS SIGN
-display \x00b2 238 SUPERSCRIPT TWO
-display \x00b3 258 SUPERSCRIPT THREE
-display \x00b4 468 ACUTE ACCENT
-display \x00b5 236 MICRO SIGN
-display \x00b6 1234568 PILCROW SIGN
-display \x00b7 38 MIDDLE DOT
-display \x00b8 4678 CEDILLA
-display \x00b9 28 SUPERSCRIPT ONE
-display \x00ba 12345678 MASCULINE ORDINAL INDICATOR
-display \x00bb 567 RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK
-display \x00bc 13458 VULGAR FRACTION ONE QUARTER
-display \x00bd 458 VULGAR FRACTION ONE HALF
-display \x00be 3456 VULGAR FRACTION THREE QUARTERS
-display \x00bf 34 INVERTED QUESTION MARK
-display \x00c0 123567 LATIN CAPITAL LETTER A WITH GRAVE
-display \x00c1 1235678 LATIN CAPITAL LETTER A WITH ACUTE
-display \x00c2 1678 LATIN CAPITAL LETTER A WITH CIRCUMFLEX
-display \x00c3 14678 LATIN CAPITAL LETTER A WITH TILDE
-display \x00c4 34578 LATIN CAPITAL LETTER A WITH DIAERESIS
-display \x00c5 167 LATIN CAPITAL LETTER A WITH RING ABOVE
-display \x00c6 3457 LATIN CAPITAL LETTER AE
-display \x00c7 123467 LATIN CAPITAL LETTER C WITH CEDILLA
-display \x00c8 23467 LATIN CAPITAL LETTER E WITH GRAVE
-display \x00c9 1234567 LATIN CAPITAL LETTER E WITH ACUTE
-display \x00ca 1267 LATIN CAPITAL LETTER E WITH CIRCUMFLEX
-display \x00cb 12467 LATIN CAPITAL LETTER E WITH DIAERESIS
-display \x00cc 15678 LATIN CAPITAL LETTER I WITH GRAVE
-display \x00cd 12678 LATIN CAPITAL LETTER I WITH ACUTE
-display \x00ce 1467 LATIN CAPITAL LETTER I WITH CIRCUMFLEX
-display \x00cf 124567 LATIN CAPITAL LETTER I WITH DIAERESIS
-display \x00d0 1345678 LATIN CAPITAL LETTER ETH
-display \x00d1 1245678 LATIN CAPITAL LETTER N WITH TILDE
-display \x00d2 124678 LATIN CAPITAL LETTER O WITH GRAVE
-display \x00d3 34678 LATIN CAPITAL LETTER O WITH ACUTE
-display \x00d4 14567 LATIN CAPITAL LETTER O WITH CIRCUMFLEX
-display \x00d5 145678 LATIN CAPITAL LETTER O WITH TILDE
-display \x00d6 24678 LATIN CAPITAL LETTER O WITH DIAERESIS
-display \x00d7 13468 MULTIPLICATION SIGN
-display \x00d8 2467 LATIN CAPITAL LETTER O WITH STROKE
-display \x00d9 234567 LATIN CAPITAL LETTER U WITH GRAVE
-display \x00da 125678 LATIN CAPITAL LETTER U WITH ACUTE
-display \x00db 1567 LATIN CAPITAL LETTER U WITH CIRCUMFLEX
-display \x00dc 12567 LATIN CAPITAL LETTER U WITH DIAERESIS
-display \x00dd 13478 LATIN CAPITAL LETTER Y WITH ACUTE (infinite?)
-display \x00de 1378 LATIN CAPITAL LETTER THORN
-display \x00df 23468 LATIN SMALL LETTER SHARP S
-display \x00e0 12356 LATIN SMALL LETTER A WITH GRAVE
-display \x00e1 123568 LATIN SMALL LETTER A WITH ACUTE
-display \x00e2 168 LATIN SMALL LETTER A WITH CIRCUMFLEX
-display \x00e3 1468 LATIN SMALL LETTER A WITH TILDE
-display \x00e4 3458 LATIN SMALL LETTER A WITH DIAERESIS
-display \x00e5 16 LATIN SMALL LETTER A WITH RING ABOVE
-display \x00e6 345 LATIN SMALL LETTER AE
-display \x00e7 12346 LATIN SMALL LETTER C WITH CEDILLA
-display \x00e8 2346 LATIN SMALL LETTER E WITH GRAVE
-display \x00e9 123456 LATIN SMALL LETTER E WITH ACUTE
-display \x00ea 126 LATIN SMALL LETTER E WITH CIRCUMFLEX
-display \x00eb 1246 LATIN SMALL LETTER E WITH DIAERESIS
-display \x00ec 1568 LATIN SMALL LETTER I WITH GRAVE
-display \x00ed 1268 LATIN SMALL LETTER I WITH ACUTE
-display \x00ee 146 LATIN SMALL LETTER I WITH CIRCUMFLEX
-display \x00ef 12456 LATIN SMALL LETTER I WITH DIAERESIS
-display \x00f0 134568 LATIN SMALL LETTER ETH
-display \x00f1 124568 LATIN SMALL LETTER N WITH TILDE
-display \x00f2 12468 LATIN SMALL LETTER O WITH GRAVE
-display \x00f3 3468 LATIN SMALL LETTER O WITH ACUTE
-display \x00f4 1456 LATIN SMALL LETTER O WITH CIRCUMFLEX
-display \x00f5 14568 LATIN SMALL LETTER O WITH TILDE
-display \x00f6 2468 LATIN SMALL LETTER O WITH DIAERESIS
-display \x00f7 2568 DIVISION SIGN
-display \x00f8 246 LATIN SMALL LETTER O WITH STROKE
-display \x00f9 23456 LATIN SMALL LETTER U WITH GRAVE
-display \x00fa 12568 LATIN SMALL LETTER U WITH ACUTE
-display \x00fb 156 LATIN SMALL LETTER U WITH CIRCUMFLEX
-display \x00fc 1256 LATIN SMALL LETTER U WITH DIAERESIS
-display \x00fd 1348 LATIN SMALL LETTER Y WITH ACUTE
-display \x00fe 138 LATIN SMALL LETTER THORN
-display \x00ff 234568 LATIN SMALL LETTER Y WITH DIAERESIS
-# liblouis: U.S. character-to-dot mapping.
-#
-#  Based on the Linux screenreader BRLTTY, copyright (C) 1999-2006 by
-#  The BRLTTY Team
-#
-#  Copyright (C) 2004-2006 ViewPlus Technologies, Inc. www.viewplus.com
-#  Copyright (C) 2004-2006 JJB Software, Inc. www.jjb-software.com
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-
-display 0 356
-display 1 2
-display 2 23
-display 3 25
-display 4 256
-display 5 26
-display 6 235
-display 7 2356
-display 8 236
-display 9 35
-display ( 12356
-display } 12456
-display ] 124567
-display ? 1456
-display : 156
-display ) 23456
-display ! 2346
-display { 246
-display [ 2467
-display ' 3
-display - 36
-display . 46
-display " 5
-display ; 56
-display , 6
-display & 12346
-display $ 1246
-display | 1256
-display \\ 12567
-display % 146
-display * 16
-display # 3456
-display ` 4
-display _ 456
-display ^ 457
-display @ 47
-display = 123456
-display < 126
-display / 34
-display > 345
-display + 346
-display ~ 45
-
-# Russian  display codes
-#
-#  Copyright (C) 2007-2008 ViewPlus Technologies, Inc. www.viewplus.com
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-
-# by Mike Sivill <mike.sivill@viewplus.com
-# Updated 12-10-07
-
-# 03/12/08 Yuemei Sun
-# commented out entries \x0021 to \x0027
-# replaced them with new display code
-# the new display code were added according to
-# the "Russian Braille Font Specification.doc"
-# which was sent by Holly Stowell on 03/11/08
-
-#display \x0021 235
-#display \x0022 236
-#display \x0023 1345
-#display \x0024 56
-#display \x0025 356
-#display \x0026 1456
-#display \x0027 3
-
-display \x0021 5
-display \x0022 4
-display \x0023 3456
-display \x0024 467
-display \x0025 146
-display \x0026 1234678
-display \x0027 47
-
-display \x0028 126
-display \x0029 345
-display \x002A 35
-display \x002B 235
-
-#display \x002C 2	#commented out by Yuemei Sun on 03/12/08
-display \x002C 6	#replacing the above commented line by Yuemei Sun on 03/12/08
-
-display \x002D 36
-
-#display \x002E 256	#commented out by Yuemei Sun on 03/12/08
-display \x002E 3	#replacing the above commented line by Yuemei Sun on 03/12/08
-
-display \x002F 34
-display \x0030 356
-display \x0031 2
-display \x0032 23
-display \x0033  25
-display \x0034 256
-display \x0035 26
-display \x0036 235
-display \x0037 2356
-display \x0038 236
-display \x0039 35
-
-# 03/12/08 Yuemei Sun
-# commented out entries \x003A to \x007D
-# replaced them with new display code
-# the new display code were added according to
-# the "Russian Braille Font Specification.doc"
-# which was sent by Holly Stowell on 03/11/08
-
-#display \x003A 25	
-#display \x003B 23
-#display \x003C 246
-#display \x003D 2356
-#display \x003E 135
-#display \x003F 26
-#display \x0040 146
-#display \x0041  1
-#display \x0042 12
-#display \x0043 14
-#display \x0044 145
-#display \x0045 15
-#display \x0046 124
-#display \x0047 1245
-#display \x0048 125
-#display \x0049 24
-#display \x004A 245
-#display \x004B 13
-#display \x004C 123
-#display \x004D 134
-#display \x004E 1345
-#display \x004F 135
-#display \x0050 1234
-#display \x0051 12345
-#display \x0052 1235
-#display \x0053 234
-#display \x0054 2345
-#display \x0055 136
-#display \x0056 1236
-#display \x0057 2456
-#display \x0058 1346
-#display \x0059 13456
-#display \x005A 1356
-#display \x005B 45
-#display \x005C 346
-#display \x005D 3456
-#display \x005E 4
-#display \x005F 5
-#display \x0060 123456
-#display \x0061 1
-#display \x0062 12
-#display \x0063 34
-#display \x0064 345
-#display \x0065 15
-#display \x0066 124
-#display \x0067 1245
-#display \x0068 125
-#display \x0069 24
-#display \x006A 245
-#display \x006B 13
-#display \x006C 123
-#display \x006D 134
-#display \x006E 1345
-#display \x006F 135
-#display \x0070 1234
-#display \x0071 12345
-#display \x0072 1235 
-#display \x0073 234
-#display \x0074 2345
-#display \x0075 136
-#display \x0076 1236
-#display \x0077 2456
-#display \x0078 1346
-#display \x0079 13456
-#display \x007A 1356
-#display \x007B 46
-#display \x007C 456
-#display \x007D 6
-
-display \x003A 46		
-display \x003B 237
-display \x003C 56
-display \x003D 123456
-display \x003E 45
-display \x003F 1456
-display \x0040 3457
-display \x0041  178
-display \x0042 1278
-display \x0043 1478
-display \x0044 14578
-display \x0045 1578
-display \x0046 12478
-display \x0047 124578
-display \x0048 12578
-display \x0049 2478
-display \x004A 24578
-display \x004B 1378
-display \x004C 12378
-display \x004D 13478
-display \x004E 134578
-display \x004F 13578
-display \x0050 123478
-display \x0051 1234578
-display \x0052 123578
-display \x0053 23478
-display \x0054 234578
-display \x0055 13678
-display \x0056 123678
-display \x0057 245678
-display \x0058 134678
-display \x0059 1345678
-display \x005A 135678
-display \x005B 123456
-display \x005C 34
-display \x005D 2345678	#78 added on 05/05/08 according to Russian dealer's request
-display \x005E 45
-display \x005F 456
-display \x0060 346
-display \x0061 18
-display \x0062 128
-display \x0063 148
-display \x0064 1458
-display \x0065 158
-display \x0066 1248
-display \x0067 12458
-display \x0068 1258
-display \x0069 248
-display \x006A 2458
-display \x006B 138
-display \x006C 1238
-display \x006D 1348
-display \x006E 13458
-display \x006F 1358
-display \x0070 12348
-display \x0071 123458
-display \x0072 12358
-display \x0073 2348
-display \x0074 23458
-display \x0075 1368
-display \x0076 12368
-display \x0077 24568
-display \x0078 13468
-display \x0079 134568
-display \x007A 13568
-display \x007B 126
-display \x007C 345
-display \x007D 345
-
-display \x007E 12456
-display \x007F 4568	#added by Yuemei Sun on 03/12/08
-display \x0401 167
-display \x0402 1567	#does not exist in the spec 03/12/08 Yuemei Sun
-display \x0403 1267	#does not exist in the spec 03/12/08 Yuemei Sun
-display \x0404 3457
-display \x0405 123467	#does not exist in the spec 03/12/08 Yuemei Sun
-display \x0406 134567
-display \x0407 14567
-display \x0408 13467	#does not exist in the spec 03/12/08 Yuemei Sun
-display \x0409 347	#does not exist in the spec 03/12/08 Yuemei Sun
-display \x040A 3467	#does not exist in the spec 03/12/08 Yuemei Sun
-display \x040B 12567	#does not exist in the spec 03/12/08 Yuemei Sun
-display \x040C 123567	#does not exist in the spec 03/12/08 Yuemei Sun
-display \x040E 2357	#does not exist in the spec 03/12/08 Yuemei Sun
-display \x040F 13567	#does not exist in the spec 03/12/08 Yuemei Sun
-
-# the upper case cyrillic letters (410 to 42F)
-# all have a dot 7 in the spec.  However, leaving
-# them out here is fine, since in 6-dot braille
-# the upper case and lower case are the same
-#
-
-display \x0410 1
-display \x0411 12
-display \x0412 2456
-display \x0413 1245
-display \x0414 145
-display \x0415 15
-display \x0416 245
-display \x0417 1356
-display \x0418 24
-display \x0419 12346
-display \x041A 13
-display \x041B 123
-display \x041C 134
-display \x041D 1345
-display \x041E 135
-display \x041F 1234
-display \x0420 1235
-display \x0421 234
-display \x0422 2345
-display \x0423 136
-display \x0424 124
-display \x0425 125
-display \x0426 14
-display \x0427 12345
-display \x0428 156
-display \x0429 1346
-display \x042A 12356
-display \x042B 2346
-display \x042C 234567	#7 added on 05/05/08 according to dealer 's request
-display \x042D 246
-display \x042E 1256
-display \x042F 1246
-display \x0430 1
-display \x0431 12
-display \x0432 2456
-display \x0433 1245
-display \x0434 145
-display \x0435 15
-display \x0436 245
-display \x0437 1356
-display \x0438 24
-display \x0439 12346
-display \x043A 13
-display \x043B 123
-display \x043C 134
-display \x043D 1345
-display \x043E 135
-display \x043F 1234
-display \x0440 1235
-display \x0441 234
-display \x0442 2345
-display \x0443 136
-display \x0444 124
-display \x0445 125
-display \x0446 14
-display \x0447 12345
-display \x0448 156
-display \x0449 1346
-display \x044A 12356
-display \x044B 2346
-display \x044C 23456
-display \x044D 246
-display \x044E 1256
-display \x044F 1246
-display \x0451 16
-display \x0452 1456	#added by Yuemei Sun on 03/12/08
-display \x0453 23568
-#display \x0454 35	#commented out by Yuemei Sun on 03/12/08
-display \x0454 345	#added by Yuemei Sun on 03/12/08
-display \x0457 1456
-display \x0458 13456	#added by Yuemei Sun on 03/12/08
-display \x0459 126	#added by Yuemei Sun on 03/12/08
-display \x045A 1246	#added by Yuemei Sun on 03/12/08
-display \x045E 346	#added by Yuemei Sun on 03/12/08
-display \x0490 124567	#added by Yuemei Sun on 03/12/08
-display \x0491 12456	#added by Yuemei Sun on 03/12/08
-
-display \x00Ab 246
-display \x00Bb 135
-display \x00A9 34
-display \x2013 36
-display \x00Ae 1235
-display \x00B6 1458
-display \x2021 12458
-display \x2020 134568
-display \x00A6 1568
-display \x2022 2356
-display \x00B7 6
-display \x2026 237
-display \x2122 2345
-display \x2014 36
-display \x00B1 23578
-display \x00A7 3468
-display \x2116 1345
-#-display-name: Croatian computer braille
-
-#+locale:hr
-#+type:computer
-#+dots:8
-
-# TODO: Please correct the metadata above. It is not meant to be
-# accurate nor complete. It hasn't been verified by the table
-# author yet. It is merely an attempt by the liblouis maintainers
-# to get some sensible initial values in place.
-
-# TODO: Please add a reference to official documentation about
-# the implemented braille code. Preferably submit the documents
-# to https://github.com/liblouis/braille-specs.
-
-include hr-comp8.utb
-include braille-patterns.cti
-# This table contains braille codes and rules for Kannada Grade 1 and includes English grade 1
-#
-# Copyright (C) 2014 National Institute for Visually Handicapped, 116, Rajpur Road, Dehradun, Uttrakhand, India
-#
-# This file is part of liblouis.
-#
-# liblouis is free software: you can redistribute it and/or modify it
-# under the terms of the GNU Lesser General Public License as
-# published by the Free Software Foundation, either version 2.1 of the
-# License, or (at your option) any later version.
-#
-# liblouis is distributed in the hope that it will be useful, but
-# WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-# Lesser General Public License for more details.
-#
-# You should have received a copy of the GNU Lesser General Public
-# License along with liblouis. If not, see
-# <http://www.gnu.org/licenses/>.
-
-# This table is built and maintained under an activity of Braille Council of India
-# Contributors: Dipendra Manocha, Sreeja, Dinesh Kaushal, Mesar Hameed
-# Last updated on May 5, 2014
-# To report any bugs or any suggestion, please write to d@saksham.org and sreeja.param@gmail.com
-
-include kannada.cti
-include en-in-g1.ctb
-#-display-name: Oriya braille
-
-#+locale:or
-#+type:literary
-#+grade:1
-
-# TODO: Please correct the metadata above. It is not meant to be
-# accurate nor complete. It hasn't been verified by the table
-# author yet. It is merely an attempt by the liblouis maintainers
-# to get some sensible initial values in place.
-
-# TODO: Please add a reference to official documentation about
-# the implemented braille code. Preferably submit the documents
-# to https://github.com/liblouis/braille-specs.
-
-include spaces.ctb
-include or-in-g1.utb
-include braille-patterns.cti
-#-display-name: Telugu braille
-
-#+locale:te
-#+type:literary
-#+grade:1
-
-# TODO: Please correct the metadata above. It is not meant to be
-# accurate nor complete. It hasn't been verified by the table
-# author yet. It is merely an attempt by the liblouis maintainers
-# to get some sensible initial values in place.
-
-# TODO: Please add a reference to official documentation about
-# the implemented braille code. Preferably submit the documents
-# to https://github.com/liblouis/braille-specs.
-
-include spaces.ctb
-include te-in-g1.utb
-include braille-patterns.cti
-charset ISO8859-1
-.a4b
-.ab5i
-.ab5ol
-.ab3r
-.ac3
-.a4d
-.a3dr
-.ad3s
-.a5g4ra
-.a5gre
-.a5kl
-.a5le
-.al4pr
-.a3lu
-.am4br
-.amp3l
-.a5mu
-.and4rar
-.a2n5es
-.ang4er
-.an5go
-.an5s
-.ap1p
-.as2k
-.a3sket
-.as4t
-.a5sten
-.a3sti
-.a5ta
-.at3t
-.au3st
-.a4val
-.av3s4
-.b4
-.bak5s
-.ben5s
-.bild3s
-.bo2k
-.bort1
-.cis4
-.cy5klop
-.d4
-.d^^e4r3
-.ek1v
-.e3l4a
-.e2l5in
-.en5st
-.e4n^^e4
-.e2r3i
-.e2s
-.e5skad
-.es3kal
-.es5kap
-.es4t
-.e5strad
-.e3tr
-.evan5
-.ex3
-.f4
-.feb3r
-.fram3
-.fres5
-.f^^e5gel3
-.f^^f6r1a
-.f^^f6r1en
-.g2
-.gu4l^^e4
-.gus3
-.he2m
-.hu5sa
-.ib4
-.ik4
-.im3p
-.i2n1
-.i4na
-.in3d
-.in4ger
-.ink2
-.in3s2
-.in3t
-.is5ka
-.i3so
-.k4
-.kans4k
-.ko5li
-.kort5s
-.kring3
-.krings2
-.k^^f6p5s
-.l2
-.lak5r
-.lek5tr
-.lu2st
-.m2
-.mas2ke
-.ma5skeri
-.me4re
-.minis4
-.mj^^f6lk5s
-.mon2s
-.m^^e5n3s
-.m^^e54st
-.m^^e4n5sko
-.m^^f6rk5r
-.n4
-.ner1
-.no4n
-.n^^f6d5r
-.oc1ku
-.ok3t
-.o3kv
-.o2ma
-.o2mo
-.om3s4
-.o3mu
-.on4k
-.o3o
-.ord3s
-.o5sc
-.o1s4k
-.o3sl
-.o3stra
-.o3sv
-.o3tr
-.o1u
-.p4
-.papp5s
-.pa3ste
-.pa5sti
-.pi5sti
-.pres2s
-.pub3lika
-.r2
-.re4gr
-.re2ste
-.runs4
-.rym2d
-.r^^f6ve5
-.s4
-.sa2k
-.seg3r
-.si5o
-.sj^^f61
-.sk4
-.skott3s
-.slut3s
-.st4
-.sta2m
-.sten3s
-.string4
-.sup3p
-.t4
-.ta3bl
-.ta4k
-.tak5l
-.tes3ta
-.tig3r
-.til4l
-.ti3o
-.topp5s
-.tred2s
-.tre3s
-.tr^^e45k
-.u3k
-.ult5r
-.ung2e
-.up2
-.u4ra
-.ur3s
-.u2t1
-.u4ta
-.u5trer
-.ut5s
-.v2
-.var4t
-.vatten3
-.ved5s
-.v^^e42g
-.v^^e4g3s
-.x2
-.y2a
-.y4e
-.^^e5ng3
-.^^e5r4s5
-.^^e53st
-.^^e5ter1
-.^^e43ro
-.^^f63ro
-a2b
-ab4bu
-a5be
-abel4s
-abe2s
-ab1l
-ab3la
-ab3ort
-ab5ric
-ab3rio
-ab4sc
-ab4sk
-a5bu
-ac4kes
-ac4kis
-ack3sk
-ack3u4p
-a5dag
-a5dek
-a5del
-ad5ep
-ad3j
-ad3op
-a5dran
-a3dre
-1adres
-ad3ril
-ad3ru
-ad2s
-a5ed
-af4fo
-3aff^^e4
-1af3ri
-af4tor
-a1ga
-aga4ra
-a1ge
-a2ge.
-ag1gr
-ag1l
-ag5ord
-ag3ro
-a4gur
-a4hj
-aib4
-a3iv
-a1j
-a3ka
-a4kart
-a5ke
-a1ki
-ak3n
-a1ko
-ak5ram
-akri5s
-ak3rob
-ak4sta
-1aktig
-ak3tri
-a1ku
-a5kvari
-ak3ve
-a5k^^e5r
-ak5^^e5t
-4ak^^f6
-a1la
-al5adm
-ali2br
-a2lin
-a5lin.
-a3line
-al3ins
-ali5stik
-a4lj
-alk3ak
-al2kv
-al4k^^e4
-all3st
-al3l^^e5
-alms4k
-a1lo
-al5ort
-als5pa
-al3tr
-al4tu
-al4t^^e4
-a1lu
-alu5s
-alv3s
-a1ly
-a4maf
-am4i
-am4pr
-am1s
-am3^^e5t
-a3m^^f6
-ana4bo
-an3alf
-an3ark
-an3c
-anci5
-an5dak
-andel2s
-an4dun
-an4d^^e4n
-a4nef
-ang4es
-an3gi
-an1gr
-aniu4
-ank3r
-ano2i
-a4nok
-a4nop
-an5sce
-ansis3t
-an4sj
-ans5ku
-ans3li
-ans3par
-an1st
-an4sto
-an4sty
-1ansvar
-an4tj
-an4tre
-a1nu
-a5ny
-a3n^^f6
-a1o
-a1pe
-a2pe.
-ape4n3
-a1pi
-ap4lan
-apo3str
-1appara
-apps4k
-ap3ric
-ap3rif
-a5pris
-ap2s
-ap3se
-aps5l
-aps3p
-apu5s
-a5py
-a5p^^e4
-2ara
-a4rann
-a4rarv
-1arb
-4arbi
-2arbo
-4arbr
-ar3dr
-ard5st
-a4rend
-arg5si
-2arh
-a1ri
-a4rigen
-ar3ka
-ark3lan
-ar5kr
-4arl
-4arn.
-ar4nal
-a1ro
-a2rob
-4arp
-ar2sa
-ar5skal
-arsk5l
-ar2sv
-ar4tro
-arts5p
-ar4tur
-4aru
-a4rur
-a5rus
-ar4v^^e4g
-a3ry
-a3r^^e4
-2asa
-asbe4
-a1sc
-as2h
-asis5t
-as3kis
-a2sko
-a4skr
-as3ku
-as5l
-as3pa
-as3pig
-as2sk
-as2s5op
-as2sp
-as2st
-ass5up
-as3ta
-a5stard
-as5ter
-as5tiker
-asti5o
-as3to
-as4tr
-ast5rak
-a5stral
-ast3rol
-as5t^^f6r
-a3su
-a4sul
-a4sund
-as2ut
-as3v
-a1sy
-a2s5^^e5
-a2s^^f6
-a1t
-ata5ra
-a5te
-ati5^^f6
-a4tj
-a2tr
-a3tral
-4atrar
-a4t3re
-at3ria
-a3tric
-at3rie
-a5trik
-a3tris
-a3t4ro
-a4tro.
-at4ska
-1attac
-at2tak
-at4tj
-at4tos
-att3s
-a4tung
-2au
-au5b
-au2t5a
-3autom
-aut5s
-2a1va
-a4vart
-1avg
-2a1vi
-av3r
-4a3v^^e4
-a5^^e5
-1b2
-3ba
-ba4di
-ba4do
-bad3s4
-bak5l
-ba4ko
-ba4ku
-bank5l
-bas4ta
-ba5stu
-4bb
-b4bak
-b4batt
-bbb4
-bb3l
-bb4ler
-b4b3r
-bb4so
-4b3d
-3be
-be3d4r
-be5e
-be1k
-4beld
-be5lu
-be3ly
-be3l^^e5
-be5l^^f6
-beng4
-be3n^^e5
-be1r^^f6
-be1s
-be3sl
-bes5s
-be4sta
-be4ste
-be5su
-be3tr
-be3tv
-be3u
-4bex
-2b3f
-2b5h
-3bi
-bi3d4
-4binv
-bis3ko
-bi5skv
-b3je
-b3k
-b5lar
-b5lat
-ble4mo
-b5len
-5blera
-3bles
-5blid
-3blikr
-3bliks
-4b3m
-2b3n
-3bo
-bo4gr
-bo2kl
-bo1mu
-5bon
-bors5te
-bor4ti
-bort3r
-borts2
-bort3sl
-bo1s
-bo4sc
-boy5
-4b3p
-2b5raf
-4brar
-2b5rati
-3brik.
-b3rika
-3brike
-3briks
-b5rik^^f6
-bru4st
-3bry
-3br^^f6
-4b3s
-b5sce
-bs3ch
-b4slan
-b4sof
-b4sp
-bst4
-b4stj
-4b3t
-3bu
-bund4s
-bus2st
-b3v
-3by
-by5r
-3b^^e5
-b^^e5ng3
-b^^e5t2s
-3b^^e4
-3b^^f6
-b^^f6r2s
-c2
-5cap
-c3c
-1c4e
-cens3t
-3centr
-ceu4s
-4ch.
-3chau
-3chef
-5choc
-4cht
-ch^^e4s3
-ch^^f6r4
-1ci
-ci4lu
-cim2
-cipp4
-4ck
-c3ka
-c3ke
-c3ki
-ck5j
-ck1l
-ck5lis
-ck3n
-c3ko
-c4kordn
-ck3org
-c4kort
-ck3r
-ck4re
-ck3sla
-ckus2
-ck3va
-ck3ve
-ck3v^^e4
-ck5^^e4
-ck3^^f6
-cle2a
-co2a
-co4m
-4cr
-cros2
-4cs
-1cy
-1d
-3da
-5da.
-4dadr
-dags3
-2dak
-5dako
-da3li
-5dam
-da3m^^e5
-4dand.
-4d1ap
-4darb
-4dart
-da4tr
-dat5t
-4dax
-2db
-4dc
-dcen3
-2dd
-ddd4
-ddi4s
-d3dj
-d4dos
-dd3ra
-dd3re
-dd3ri
-d3dr^^e4
-dd2s
-dds3v
-3d2e
-de1k4
-4deko
-4deld
-del2sa
-dels5ti
-de5lut
-d4en
-denti5^^f6
-den2to
-de3pr
-5der
-der1k
-de2ro
-de5rol
-der5sti
-de4ru
-de2s
-de3se
-de3sp
-des3ti
-d4et
-de3tr
-4dex
-2d1f
-df^^f63ra
-2d1g
-d3gl
-2d5h
-3di
-dias4
-di5el
-di2gr
-di3ka
-di5ku
-4dinf
-din3g4o
-4dinr
-4dins
-2dinsp
-4dint
-di1o
-di4od
-di3sc
-di4sj
-dis3ko
-dis1kr
-dis1p
-dis5to
-dis3tra
-di4tre
-2dj
-d3jor
-djup5p
-3djur
-2d3k2
-4d5l
-2d1m
-2d1n
-3do
-d2ol
-do5lo
-4domr
-dom2sk
-5don
-do4pak
-4d5ord
-4dori
-4dort
-d5ost
-do3y
-2d1p
-2d2r2
-d3rad
-3d4rag
-d3rand
-d5rarb
-d5rassera
-d5ratu
-3drej
-d3ren
-5dres
-d3ret
-d4ric
-3drif
-d3rig
-4d5rik
-d3rin
-3d4riv
-d5roc
-3dropp
-d3ror
-4drot
-drotts3
-d3r^^e4kn
-3dr^^e4kt
-5dr^^e4n
-d3r^^e4t
-d5r^^f6d
-4ds
-d2s1an
-d2se
-ds5enh
-d4sf
-d2si
-ds3ins
-d2sj
-dsk2
-d3skef
-ds4ken
-d3ski
-ds3kl
-ds5kn
-ds1l
-ds4lot
-ds4mo
-d4sm^^e5
-ds5n^^e5
-d2so
-ds3pl
-ds3s4
-ds3tal
-d5stat
-ds4te
-dste4a
-d5stig
-ds3tin
-ds5tro
-d2su
-ds1v
-d2s^^f6
-2d3t
-3du
-dub3ble
-4dup
-du1s
-du2sc
-du4ste
-du5s^^f6
-4dut
-du4vu
-2d1v
-d3vr
-2d3w
-3dy
-dy4kan
-dy4ro
-4dz
-5d^^e5g
-2d^^e5s
-4d^^e5t
-4d^^e4g
-d^^e42r
-3d^^f6
-d^^f6ds1
-4d^^f6g
-4d^^f6p
-d5^^f6st
-d^^e94
-e1a
-e2ake
-e4am
-4eb
-e2br
-eb3ril
-4ec
-e3ch
-echiff5
-ecis4
-e3co
-e2d
-e4dans
-edd4r
-edi4u
-ed3j
-e5dral
-ed1sk
-ed2sko
-ed3s2l
-edso4
-e3d^^e5
-e1e
-e2ed
-e4ei
-ee2k5
-e4en.
-e4ene
-e1f
-ef4s
-3efte
-e1g
-e3ga
-e3ge
-ege2l
-eg1l
-eg2ler
-e3glera
-e5gleri
-e4gran
-eg5rat
-eg3rin
-e5gru
-egs3
-e5g^^e5
-eig2
-ei5gn
-e3ik
-e1in
-ei5sh
-e1isk
-e1jo
-e3ju
-e3j^^e4
-e5j^^f6
-e3ka
-e1ki
-e1kl
-ek3lat
-ek4le
-ek3n
-e1ko
-ekord5s
-ek3orr
-ek4ret.
-ek5ro
-e1ku
-e1kve
-ek5vis
-e1ky
-e1k^^e4
-e1la
-el1akt
-el4arb
-3eld.
-eleb3r
-elekt3ri
-el4fra
-eli5ku
-el3k4
-el3li
-ell3s
-el3l^^e4
-e1lo
-e4lob
-el3p
-el2si
-el5ug
-e5luv
-2e1l^^e4
-e1m
-e5mat
-e5mis
-emon1s
-em5ort
-emp5le
-en5art
-e2nav
-en4ce
-e4ned
-e4nek
-ene3r^^f6
-2enj
-en5klo
-en3kn
-en5kr
-en5k^^e4
-enning5
-ennings2
-eno2m
-en3si
-ens5ke
-ens2m
-en2sp
-ens4te
-ens4vin
-en4s^^e5
-ent4ha
-en2t1r
-ent4rat.
-ent3rati
-ent3ri
-ent5ru
-e5nus
-2eny
-2e1n^^e4
-e1o
-e2og
-eo4i
-e5or
-2ep
-e1pe
-e1pi
-e3pla
-ep5le
-epp2s3
-epps5t
-e1pr
-ep3s
-ep4tr
-epu3b
-e3p^^e5
-er1ak
-4eras
-er3d4
-erg4l
-er4gu
-er4g^^e5s
-e1ri
-e5rib
-e4rinf
-erings3
-eri5stik
-erk4lin
-erl^^e44
-er5na
-e1ro
-e3rob
-e2rom
-erp4
-er3ra
-er5sc
-ers4ken
-er3sl
-ers4le
-er4sta
-er2ste
-er3str
-er3sv
-e1ru
-e5rum
-e3ry
-e5r^^e5d
-e1r^^e4
-e2sal
-es5all
-es3arm
-e1sc
-2ese
-es4hi
-esi4u
-es2k
-e4skan
-es5kar
-e4s3ken
-es3ker
-es5kul
-e1sl
-e5slag
-es2mi
-e1sp
-es3pl
-es2sk
-ess5l^^e4
-es2st
-e3stal
-es5ten.
-esti2ge
-es3tin
-es5tor.
-es4tr
-est5rer
-e3stru
-est4r^^f6
-e3st^^e5
-es2u
-e1sy
-eta3b
-e5ti
-eti3^^f6
-e1to
-e5tri.
-et3ris
-e5tr^^e4
-et2s
-ets2ad
-ets3kr
-ets1l
-ets3m
-ets5pa
-et4sv
-ett3r
-e1tu
-etu4ri
-et4va
-et5vu
-e1ty
-2etz
-e1t^^e4
-et^^e4c4
-euk4
-e5um.
-e5up4
-4eur
-eu4se.
-eu5tro
-e1v
-e4varm
-e4vj
-ev3r
-3exp
-ext4r
-4e^^e4
-f2
-3fa
-fac4
-fac5ke
-4fans
-4farb
-fa3sh
-fa4st
-fa4t^^f6
-4fav
-4f3b
-f3d
-3fe
-4fef
-fe2l
-fes5ta
-fe3sto
-4fex
-2f1f
-fff4
-ff3l
-ff3n
-f3fo
-ff3r
-ffs4
-f3f^^e4
-ff^^f65re
-f3g2
-f5h
-3fi
-fi2br
-fib5rig
-fi3li
-fin5sm
-fi3skal
-fisk3r
-fi2ti
-2f3k
-1fl
-flo4da
-4f3m
-fma4
-1fo
-4fof
-fol2
-folk1
-2f5om
-fo2na
-for4mo
-fost3r
-4f3p
-fra2m
-fram5p
-f4rer
-5freri
-fre4s
-f4ri.
-fri5sp
-5frit
-fros5ta
-fru5str
-fr^^e5n5
-2f3s
-fs2k
-f4sl
-f4sm
-f4sn
-f4sp
-f4st
-f4sv
-2ft
-f3ta
-f4taf
-f4tak
-f4tap
-f4tarm
-fte4r
-f4tex
-f3ti
-f4tin
-f3to
-f4t3r
-ft2sa
-ft4set
-ft2s5i
-ft4sj
-fts4t
-fts5v^^e4
-ft5t
-ft1v
-3fu
-furs5te
-fu5ru
-fu3tu
-4fv
-5fy
-fy4ma
-f^^e53t^^f6
-1f^^e4
-f^^e4s5ti
-3f^^f6
-f^^f62ra
-f^^f62ren
-f^^f62ri
-f^^f6r3k
-f^^f6r3sm
-f^^f6r3su
-f^^f6rt4
-f^^f6r1^^f6
-ga5br
-3g2ag
-4gakt
-3g2al
-gall3s
-ga5l^^e4
-ga4no
-2garb
-4garm
-ga2ro
-4gart
-ga4st
-ga4su
-5g2ati
-gaus4
-g4av
-g5avsn
-4gax
-2gb
-2gd
-g3d4r
-ge2a
-ge5b4
-2gef
-2ge4j
-g2eli
-3gelis
-gel5st
-gel5y
-3gel^^e4
-gel5^^e4n
-g4em
-ge4nap
-gen5g
-3g2eni
-3genj
-4genm
-genom5
-gen4sa
-g4ense
-1g2ent
-4genv
-ge5ny
-3gen^^e4
-ge2o
-1g2era
-4gerarb
-3g2eri
-gers5n
-5gese
-ge4to
-get5s
-5g2ett
-2g1f
-2gg
-g1ga
-g4gap
-g1ge
-gg5g
-gg1l
-g4gos
-ggs4la
-ggs4m
-gg3s4t
-gg3s4v
-g4gu
-2gh
-gh4te
-1g2i
-gi1o
-gi5sn
-gi4ste
-gis4tr
-gi5stral
-gi5st4rat
-3giv
-gi2^^f6
-g2jo
-3gjor
-g3j^^e4
-2g3k2
-2gl
-g4lans
-g1lar
-g2las
-5glase
-glas5k
-5glas^^f6
-g4lid
-4glj
-g4l^^f6g
-5gl^^f6m
-2g1m
-2g1n
-g4nag
-g2no
-1g2o
-3go.
-3gol
-gon3s4
-4gont
-2gord
-4gorm
-4gort
-go3sl
-2g1p
-g2r4
-3graf
-5gral
-gra2m5
-5grans
-4gras
-5grec
-5grett
-g3rig
-4g5rik
-5grip
-3gris
-g5roi
-gro2v
-4grum
-grus5t
-g4r^^e5
-5gr^^e5.
-gr^^e44n
-5gr^^e4ns
-2g2s
-gs1an
-g5satt
-g3sel
-g4sf
-gsi4d
-g3sju
-g5skaf
-gs4ki
-gs3kn
-gs4kot
-g3sky
-gs1l
-gs1m
-g4sme
-gs3n
-gs4ni
-gs4n^^f6
-gs1or
-gs3pl
-gs3po
-gs4por
-gs5pre
-gs3pu
-gs3s
-gs3tak
-gs3tal
-g3stark
-gs4ten
-g3stif
-gs3till
-gs3tj
-g3stol
-gs3tra
-gst4re
-g3st^^e4m
-g4sug
-gs1v
-g4s3ve
-gs3vi
-gs3v^^e5
-gs3yt
-gs1^^e4
-2g1t
-g3tr
-1g2u
-4gug
-guld3
-gul4da
-4gul^^e4
-gu2ma
-4gup
-gu5ru
-gus4k
-2gut
-g3utb
-2g1v
-4gw
-3gy
-gytt3j
-1g2^^e5
-g^^e5rds5
-2g5^^e5ri
-g4^^e4l
-g2^^e4r
-g^^e44s
-1g2^^f6
-4g^^f6g
-g^^f65ro
-2g5^^f6rt
-1h
-ha3bl
-ha5ge
-ha4li
-hal4so
-halv3^^e5
-ham4st
-handels3
-hands4l
-han5g2a
-ha5ra
-ha4sc
-ha4sp
-hasp5l
-has3t
-hav2
-havs3
-h5c
-4hd
-he4at
-he4fr
-he4l^^e4
-hets1
-hets3t
-hets3v
-h3g
-h2i
-4hir
-his2sk
-hi4t
-hj^^e4l3s
-h1k
-2hl
-h4le
-2hm
-4hn
-h2na
-h2nit
-ho5nu
-hop5plo
-hop3s
-hos3p
-hos5ti
-4how
-h3p
-h5ru
-h1s
-2ht
-hu2s
-hust5r
-hyg5r
-hys4t
-hys5ta
-hy3ster
-h^^e5rd5s4
-h^^e4ll2
-h^^e4lls1
-h^^e4lso3
-h^^e44ri
-h^^e44s
-h^^e44var
-h2^^f6
-h^^f62g
-h^^f65gen
-h^^f6g5r
-h^^f6rn5s
-h^^f64s
-h^^f6st5r
-i1a
-ia3fr
-ia3g
-ia4lu
-ia4sk
-ia3tr
-i2b3l
-i5bril
-i3ca
-i4ce.
-i5cha
-ic4kord
-ick3u4
-i5co
-i2d
-iden3s
-id4ge
-i4dom
-id1r
-id3ro
-id2s
-ids3v
-i4dun
-i3d^^e5
-i4d^^f6
-2i1e
-ifes4
-i5fn
-i1fr
-3ifr^^e5n
-i1g
-4igan
-i2geb
-ig5ej
-ig1l
-ig3no
-i3i
-i4kart
-i1ki
-i3klo
-ik5l^^e4n
-ik3n
-i1ko
-ik3re
-i5krob
-ik5rof
-ik5ros
-ik5s2h
-ik5skor
-i3kul
-i3kum
-ik5u4t
-ik1v
-i3ky
-i3k^^e5
-i3k^^f6
-i1la
-il4dan
-i2lin
-il1j^^f6
-il5k
-il5lak
-il4lik
-ill3s2
-3illu
-il5l^^e4r
-il2min
-i1lo
-il2tj
-i3lu
-ilufts5
-i4lup
-i5l^^e4
-im2b3r
-im5sm
-im4so
-i1mu
-i5m^^e5
-i3m^^e4
-i5m^^f6
-i4nau
-ind5sk^^e4
-ind5sti
-1indu
-in4ga
-in4ge.
-ing4es.
-ing5is
-in5glas
-ings5te
-i3ni
-i4nif
-in5j
-in5kve
-1inneh
-5inre
-1inri
-3inr^^e4
-in4sem
-in3skr^^e4
-in3sl
-ins4m
-in3sn
-1inspe
-5inspeln
-in5spr
-3instink
-3instru
-in4st^^e5
-in5te
-1intr
-in4tra
-int3s
-i1nu
-i4nun
-in3ym
-i1n^^e4
-i5oc
-i1og
-i3ok
-io4kr
-i1ol
-io5li
-i5om
-ion2
-i3ono
-ions3
-i1op
-i1or
-i1os
-i1ot
-i1pe
-i1pi
-ipos4
-ip5pi
-i3ra
-i4res
-i1ri
-irk5l
-i1ro
-iro3p
-i1ru
-i5sce
-isel4
-is2h
-i2sk
-is5kep
-isk5na
-is3kopa
-is3ku
-is4kun
-is3ky
-i5slam
-is3l^^e4n
-is3m
-is3n
-i2s3p
-is4pri
-is3sa
-is3se
-iss5n
-is4s3tr
-iss3t^^e4
-i1stal
-i1stans
-ist5att
-is5ten.
-i1stent
-is4tes
-is3tig
-is5ting
-is5tor.
-is5tore
-ist5ro
-ist^^e54
-is5v
-i3sy
-i4s^^e5
-i1t
-it5c
-i4tei
-i4tex
-i4tj
-it5ran
-i5trin
-i3tris
-it2t5op
-it4t3r
-it4tu
-i2t5^^e5
-4i1u
-i1va
-i2vak
-i1vi
-i4vin
-iv3r
-iv2s
-i1v^^e5
-ix2t
-ix5tu
-i1^^f6
-1ja
-3jakt.
-4jarb
-jas5p
-2jb
-2jd
-jd3r
-jd4sty
-j4du
-1je
-je2a
-5jef
-je5sta
-2j1f
-4j3g
-4jh
-1ji
-4jin
-4jk
-j4kl
-j3ko
-jk3v
-2j1l
-2jm
-2j1n
-j2o
-3job
-jo4kr
-4jolj
-jo5l^^f6
-jor4din
-jord3s4
-3jou
-4jp
-j5pl
-2j3r
-2j1s
-j5sa
-j4sk
-js4me
-js4te
-2jt
-jts4
-2j2u
-ju4kos
-juk3s
-jul3k
-4jur
-jus5kr
-juss4
-jus4t
-jus5ta
-jut4sta
-j^^e45lo
-j^^e4l4p5r
-j^^e4l4sa
-j^^e4rn3sk
-j^^e4r5s
-j^^f6r2s
-j^^f6s4t
-5j^^e9
-1k2a
-3ka.
-3kad.
-3kade.
-ka4dr
-2kaf
-5kaf^^e4
-ka3i
-ka5ju
-2kak
-k3akti
-4kalf
-4kalg
-kal4lo
-kall3s
-3kamp
-3kamr
-3kan.
-4kand.
-5kano
-2kap
-3kapi
-ka5pla
-kap4pr
-kaps5t
-5kapten
-3kar.
-ka3ra
-4karb
-k5arbet
-ka5ri
-4kark
-3karna
-4karp
-karp5s
-4kart.
-4karte
-4karv
-3kas
-ka4sk
-kas3ti
-3kat.
-3kats.
-4kau
-2kb
-4kc
-2k3d4
-kdom4
-1k2e
-3ke.
-2ked.
-2keda
-ke3dr
-ked4s
-ke4er
-2kefu
-4keld
-kels4
-4kense
-ke5n^^e5
-2kep
-3kern
-ke2s
-kes3s
-4kex
-2k1f
-kf^^f62
-kf^^f63ri
-2k5g4
-2kh4
-kid3s
-4kif
-1kig
-kik4s
-kilt4
-5kim^^e5
-king3r
-4kinne
-4kins
-2kint
-ki4nu
-ki4tr
-kiv3s
-4kj
-5kjol
-k3j^^e4
-2k3k
-kl2
-1klag
-k2lama
-kla4mi
-3klang.
-3klass
-2klat
-5klav
-2kle
-k2lej
-2klig
-k2lim
-3klip
-k2lis
-5klist3r
-k5lock.
-5klocka
-3klos
-1klub
-4kluk
-1kl^^e4d
-2k3l^^e4g
-2k1m
-2k2n
-k4nal
-3k4nap
-5knip
-3k4niv
-3k4nu
-k4ny
-k5nyk
-k2o
-4koc
-ko5de
-k5odl
-kog3n
-ko4gr
-kog4s3
-4kola
-ko2lin
-4kolj
-kol5tr
-5kolv.
-1kom
-3komm
-5komp
-2k3omr
-kom4s
-1kon
-3konf
-3konst
-3kont
-ko3nu
-1kor
-3korg
-ko3ri
-2korr
-3korres
-5kortera
-ko5s4k
-ko3sl
-3kost
-ko4str
-4k3ou
-2k1p
-k2r4
-3kraf
-5kra3ge
-4krang
-5krera
-k4reten
-krid5s2
-1krig
-krigs3
-krings2k
-4kriv
-3kropp
-kropps5
-kru5stad
-k3ryg
-kr^^e5k5s
-kr^^e54pa
-k5r^^e4dd.
-kr^^e4k5l
-4kr^^e4l
-k3r^^e4t
-2ks
-ksaks5
-k2s5as
-ks3ch
-k4ser
-ks2k4
-ks3kl
-ks5kra
-ks5kv
-k3sk^^e4
-k3sk^^f6
-k5slag.
-ks2li
-k5sly
-k2so
-ks3pl
-k1s4t
-kstavs3
-ks5tid
-k2su
-4k1t
-k4tex
-kti5ge
-k4tinn
-k2tins
-k2tod
-k2tom
-k2tr
-kt3re
-kt3rin
-k5trod
-kt5rog
-kt3rol
-kt5r^^e4t
-kt2st
-kt5t4
-k4tug
-k2tut
-k4t^^e4l
-4kug
-k5ugn
-ku5la
-4kuld
-3kul^^f6
-kum5pl
-kungs5
-5kunn
-ku4pen
-ku4ro
-3kurs
-3kus
-kust3a
-kv4
-3kvali
-k5vare
-3kvarn
-kvar3s
-3kvart
-k4vato
-k2ve
-2kvente
-1kvinn
-5kvire
-k4vo
-k1v^^e5
-3kv^^e4ll
-k1v^^e4r
-kydds3
-ky4lin
-3kyrk
-k^^e4l4m
-5k^^e4mp
-5k^^e4nn
-3k^^e4ns
-3k^^e4rl
-4k^^f6g
-k^^f6ks5t
-5k^^f6p.
-k^^f6r4l
-k^^f6r4sl
-3la.
-1lade.
-2ladm
-4ladr
-2laf
-3lagd.
-la4gin
-5lagm
-lag3r
-2lak
-5lakan.
-5laki
-3laktis
-la5lo
-3lande.
-lan4di
-2lappara
-2larb
-1larn
-lar5s
-4lart
-las3h
-4lask
-la4st
-5laste.
-1lat.
-la5tr
-lat4tis
-2lau
-2lav
-la5vu
-2lb4
-4l1c
-2l2d
-lder4s
-l3dj
-ld3ra
-l5dry
-lds4an
-1le
-3le.
-le4ge.
-le5ig
-le2kl
-le4kv
-lem4s^^f6
-2l5enl
-3ler.
-ler5k
-3lern
-ler3ste
-le5s2l
-le5t^^e5
-le3um
-le4vu
-2lex
-2l1f
-2l1g
-l2gj
-l3g2l
-lgs4
-lg5st
-2lh
-1li
-li5ch
-3lif
-3lig
-li4go
-lig3s
-lik2l
-li5kli
-lik3s
-5limer
-2lind
-2linga.
-ling5o
-4lingr
-lings5t
-2lini
-5linj
-2lint
-li1o
-2lip
-lis3c
-li4sta
-li3str^^f6
-li4vo
-livs1
-l2jak
-4l1jo
-1lju
-l5j^^e5
-l1j^^e4
-l3j^^f6r
-2l1k
-l3ke
-l5kju
-l2kl
-lk5lag
-l5kl^^e4
-l2kr
-l3k4ra
-lk3t
-l1la
-lld4
-ll3dr
-lle5b
-ll3k
-ll1l
-l1lo
-llok5v
-ll3p
-ll4san
-ll2se
-ll3ska
-ll2so
-ll4sva
-ll4tig
-ll3tr
-l1lu
-ll5un
-llust3ra
-ll5v
-l5ly
-ll^^e4ggs5
-l5l^^f6d
-ll^^f6r4
-ll5^^f6rt
-4l1m
-l4mol
-lm3st
-l1n
-lo2af
-loc4ku
-4lodl
-lo4do
-lod3st
-lo2ge.
-2lolj
-2lom
-4lord
-2lorg
-lor4s
-lo4vo
-l4pak
-l1pe
-l1pi
-l5pla
-lp5l^^f6
-lp4st
-4l3r
-2l1s
-l2sc
-l4sjo
-l4sj^^e4
-l2sk
-l4skensv
-l3ski
-lsk3n
-l5skot
-l3skr^^e4
-l3sky
-l3sk^^e5
-lsk^^e54p
-l3sk^^e4
-l3slu
-l4sm
-ls4mo
-ls5nyt
-l2sp
-l3spe
-ls3pl
-ls3pol
-ls5s
-l2st
-l3sta
-l4stak
-ls4te
-ls5ter
-l3sto
-l3sty
-l4styg
-l3st^^e5
-l3st^^e4
-l5st^^f6
-l2su
-l5sur
-l2sv
-l4svi
-ls5vid
-l4s^^e5
-4l1t
-lta2tu
-l4tef
-l4tif
-l4tih
-l4tos
-lt5rati
-l4tret
-l4tr^^f6
-lt5sk
-ltu4
-lu5i
-luk4to
-4lull.
-2lun
-lung3
-2lupp
-lu4pu
-lus2s5p
-5lust.
-4lutb
-4luts
-2lv
-l1va
-l4varm
-lvers4
-l1vi
-l4vos
-lv3ri
-lv3sp
-l1v^^e4
-lv^^e4v4
-lycks5t
-ly4gat
-lyg3r
-lyg3s2
-3lyste
-5lystn
-ly4str
-2l^^e5.
-l^^e5g3s
-1l^^e5ng
-l^^e5ng3s
-l^^e54sk
-l^^e5s5te
-l^^e54st^^e5
-4l^^e4c
-l^^e4g5r
-1l^^e4nds
-5l^^e4ngder
-l^^e44san
-l^^e44sp
-l^^e4tt3s
-4l^^f6l
-4l^^f6m
-3l^^f6n
-3l^^f6rer
-1l^^f6s
-l^^f64v^^e4
-3l^^e9
-1ma
-ma5fr
-mag5n
-mag5s
-ma5ju
-mak3r
-ma3li
-mand4
-mang2a
-man5g4o
-ma5ni
-mani1k
-5ma3ri
-mash5
-mas3ko
-mask3ro
-ma5sk^^f6
-mas3ti
-mas4v
-2mb
-mb4sk
-2mc
-2md
-m4dat
-m4di
-m4do
-m3d4r
-1me
-2meds
-me4du
-me4kl
-me4ko
-4meld
-melo5
-me5lu
-men5k
-me5nu
-me5ny
-mer2sko
-me4so
-mes4t
-me3sti
-2meta
-me5trin
-met3ro
-meu4
-2mex
-2m1f
-m4fes
-m4fn
-2m1g4
-2mh
-1mi
-mid3s
-mi4lu
-2mind
-ming4o
-4mink
-min4kr
-4minv
-mi3n^^f6
-mis2
-mi5sf
-mi4sp
-miss3t
-mi4te.
-mi4tr
-mitt3s
-2m1k
-2m3l
-2m1m2
-mme5d
-mm3s4
-m4mul
-2m1n
-m2nam
-mnas3t
-m4nav
-mn5dr
-mn3g4
-mn5st
-mn5tu
-m2n3^^e5
-1mo
-m4od
-mo4i
-2momr
-mo3na
-mos3k
-mo2ta
-mo4tin
-mo4tu
-mot3v
-2m1p
-m2pak
-m4part
-m2pl
-mp3lad
-m5plane
-mp3lat
-mp3lin
-mpos4
-mp5p4
-mps4k
-mp5sp
-m4p^^e5
-2m1r
-4ms
-m4sal
-m4ske
-m3slag
-ms3l^^e4
-ms2m
-mste2
-m1sto
-m2str
-mst3rin
-ms5^^e4p
-2m1t
-4mud
-mulls3
-mult5r
-5mum
-4mun3g4
-mun4ko
-3mur
-3musi
-mu3sta
-mut4sl
-2m3v
-1myn
-mys4te
-m^^e5g4
-1m^^e5l.
-5m^^e5let.
-5m^^e5n.
-4m^^e5r
-m^^e51s
-4m^^e4g
-m^^e4k3
-1m^^e4n
-m^^e4ns4
-3m^^e4rk
-1m^^e4s
-m^^e4s5ta
-1m^^e4t
-m^^f64bl
-m^^f64gen.
-3m^^f6j
-m^^f6r4kl
-3m^^f6s
-4m^^f6v
-1na
-3na.
-3nad
-nads3
-2naf
-na5gr
-2nak
-3nako
-3nakr
-na3kro
-n1akt
-2nalf
-5nalfl
-4nalg
-nal3s
-na2lu
-n5amb
-5namn
-4nand.
-4nanv
-na4rap
-2narb
-2nark
-4narm
-2nart
-nast3r
-2nb4
-2n1c
-n2ch
-n3cha
-n3che
-n3chi
-ncis4
-ncyk3l
-2nd
-n4dak
-n4dav
-nd3d4
-n5de
-nde3s
-n4dil
-nd5rak
-nd5ras
-nd3rat
-nd3ri
-n5dril
-n3drop
-nd5ros
-nd5skal
-nd3sn
-nds3or
-nds5v^^e4
-nd5^^e5s
-1ne
-3ne.
-ne4di
-5nedl
-ne4d3r
-ned3s
-ne4d^^f6
-ne2gr
-ne5gres
-4nek.
-ne5ly
-4nenl
-ner5sm
-nes3s4
-ne4sta
-ne5s4ti
-ne3tre
-ne1ut
-2nex
-2n1f4
-nfalls5
-nfis3
-2ng1
-n4gar
-n4gen.
-n4gend
-n4gens
-n4genti
-n4germ
-n4get
-n2gi
-ng3ig
-ngi4s
-ng4ly
-n2go
-ng5om
-ng3or
-ng3rad
-n4gr^^f6
-ng4ser
-ngs1k
-ngs3pa
-ngs5tim
-ngs3val
-n4g^^f6d
-2nh
-1n2i
-4nid
-ni5ec
-ni4ki
-ni5li
-3nin
-nings1
-nings3k
-nings5v
-ni1o
-4nip
-nip4pr
-ni5steri
-nist3ra
-ni3t4r
-niv5sk
-niv5st
-2n1j
-n4jar
-n3jun
-nju4s
-n3j^^e4
-2nk
-n4kart
-n1ki
-n4kis.
-n3kny
-n1ko
-nkrafts5
-nk3ri
-n1kro
-nkrus4
-nk5sl
-nk3sp
-nk4tin
-n1ku
-n1k^^f6
-2n1l
-2n1m
-2n1n
-nn3d
-n3ne
-nnis4
-nn3k
-nn3s4t
-1no
-2nodl
-no4kl
-2nolj
-2nomr
-nom3s4
-2nord
-2norg
-no5sa
-no5sc
-no4tu
-2n1p
-2n1r
-4ns
-ns2i
-n4sint
-n4sis.
-n4sise
-ns2k
-ns3kan
-n1ski
-ns3kor
-nslags5
-ns5las
-ns5mit
-n4soc
-n1spi
-ns3pl
-ns3po
-ns3s4
-n3stans
-n3stap
-ns4tel
-n3stif
-ns3tig
-ns4tra
-n2strik
-nst5up
-nst5vil
-n3s4ty
-n1sva
-ns3vi
-ns3v^^e4r
-2n1t
-n4tark
-nter5s4
-n4tinf
-n2t5omb
-nt3rad
-n3trah
-n3trak
-n5trala
-nt3rali
-n5tram
-nt3rep
-n3trer
-nt3ria
-nt3rin
-nt3ris
-n4tropin
-n4tror
-n4tr^^f6
-nts3c
-nt4se
-nts5kor
-nt4str
-n4tut
-n3tv^^e5
-nufts4
-4nug
-n5ugn
-3nui
-3num
-nums5
-2nup
-n3upp
-2nutb
-2n1v
-ny5gr
-n5z
-4n^^e5r
-4n^^e4.
-4n^^e4c
-3n^^e4m
-3n^^e4t
-4n^^f6g4
-3n^^f6j
-n^^f62ja
-n^^f65kr
-4n^^f6l
-n^^f6s4
-n^^f6s5ke
-o1a
-o2ard
-o2b
-5o4bj
-o4bli
-oby4
-oc4k5r
-ock3sk
-oc3ku
-o2d
-ode4k
-odi4a
-1odli
-o5dral
-o3dro
-ods4k
-od2st
-ods4ti
-od5stu
-o3d^^e4
-o1e
-offs5t
-o4fl
-o3fr
-of^^f6rm^^e54
-o1g
-o4gav
-og3gr
-o4gj
-o5glo
-o5gly
-ognos4
-ogno5st
-o4gri
-o4gr^^f6
-og3se
-og4s3t
-o4g^^e4
-o1i
-o4il
-o1j
-o1k
-o4kli
-ok3n
-ok3sl
-ok4su
-o2kv
-o1la
-o5lak
-ol5au
-olf^^f64
-1olj
-ol3ka
-olk3r
-ol4ku
-ol4k^^e4
-oll4si
-oll5sl^^e4
-ol3l^^e4
-olm4s
-oln3s
-o1lo
-olo5kv
-ol4sa
-ol4t^^e5
-o1lu
-o4lug
-o4lur
-o1ly
-ol5^^e5r
-o1l^^e4
-om4br^^e4
-o3men
-o4mord
-om5pa
-om3pl
-1omr
-4omra
-om1sk
-om4ste
-3oms^^e4t
-om4tr
-om3tv
-on3c
-on5gi
-on1gr
-ongs4l
-o4nins
-on3j
-on1k4
-ons3c
-onsi3s
-ons3m
-on5stel
-ons4ter
-on3tras
-on4tre
-ont4s
-o1ny
-on5^^e5
-o1n^^e4
-o3n^^f6
-oo4d
-oom5s
-o3or
-o1pe
-o1pi
-o5pline
-op4pl
-opp3le
-op4pr
-op4pu
-o3pri
-op4st
-o3p^^e5
-o5q
-4ora
-o3rak
-oran3g4
-o2rap
-1ordn
-or4d5^^e4
-o4reh
-1orga
-5organi
-or4gr
-or4g^^e5
-o1ri
-3orient
-4ork
-or4m^^f6
-or4nu
-or4n^^e4
-o1ro
-or4pl
-or5pr
-or4spa
-ors5tig
-or5te
-or2tr
-ort3re
-ort3ro
-o1ru
-o3ry
-o1r^^e4
-o1r^^f6
-o3s2f^^e4
-osk4l
-o1skop
-o3som
-os5pig
-os4sk
-os4s4t
-os3tig
-os5tiker
-o5still
-os4tr
-ost5ron
-ost5r^^f6
-os3tul
-ota2lan
-4oti.
-4otie
-4otin
-o1to
-o5tro
-ot5run
-ot3sv
-ot5ti
-ot4tr^^e4
-ott2s
-o1tu
-o5tun
-otvin4
-o1ty
-o5t^^e5
-o3t^^e4
-oun4
-oup4
-4our
-ou3r^^f6
-ou4s
-o3ut3t
-o1va
-ova4n
-o1vi
-ov3r
-ov4si
-ov3sl
-ovs4me
-o1v^^e4
-o3we
-ox5
-oy2
-o3^^e5
-o3^^e4n
-o3^^f6
-1pa
-4paf
-pag4
-paki3
-pakis4
-pa5la
-pals5
-pa5l^^e4
-4pand.
-pan4tr
-3pap
-2parb
-4parm
-par3s
-2pask
-pa5ski
-pa2st
-3patr
-pa3u
-2pb4
-2pc
-2p3d4
-pek5tri
-pekt3ro
-4peld
-pel3s4i
-4pem
-5peng
-3penn
-pent5r
-per4bl
-3perio
-3pers
-per4sl
-pe5tro
-4pex
-2p1f
-4p3g
-2ph
-pi4el
-1pig
-pi1o
-3pip
-pi5so
-pi5sta
-pi5sto
-p2j
-3pj^^e4s
-4p3k2
-p2l
-p4lac
-5plan.
-p4lane
-p3larn
-p3lev
-3plex
-3plic
-1plik
-4plit
-p3lj
-1plom
-p3lop
-2p1m
-4p1n
-p3ni
-1po
-5poa
-2poc
-2pof
-po2i
-3polit
-4polj
-poly3
-2porg
-3pos
-pos4ter
-4pov
-po4v^^e4
-2pp
-p4part
-pp5ask
-p4pax
-p3pe
-p1pi
-p4pins
-pp3j
-pp1l
-pp3la
-pp3lin
-pp5lis
-pp5lu
-pp3ly
-pp3l^^e5n
-pp3l^^e5t
-pp3l^^e4
-pp3l^^f6
-pp5oc
-pp3of
-pp3p4
-pp1r
-pp3ra
-pp3ri
-pp3ru
-pp3ry
-pp3r^^e4
-pp3tr
-p2pu
-p5py
-pp3^^e5
-p2r2
-2pra
-5prax
-1pres
-pres4t
-pre3sta
-pres5to
-p3rig
-p3rik
-5pril
-3princ
-pring3
-p5riol
-3pro
-pro3g
-p3ror
-4pr^^e5
-3pr^^e4s
-3pr^^f6v
-2ps
-p2sal
-3psalm
-p5s2ho
-ps4ken
-ps2li
-p3sna
-4pso
-p3sod
-p1s4t
-p4stak
-p4st^^e4v
-p2s^^f6
-2p1t
-p3tri
-1pu
-4pug
-pul2l5ov
-pul5tr
-5pung
-3punk
-pus3t
-2p1v
-p^^e53dr
-3p^^e4l
-p^^e45ro
-4p^^f6r
-3p^^e9
-qu4
-3que
-1ra
-3ra.
-raci4t
-3rade.
-4radr
-ra4du
-5ra1e
-2raff^^e4
-ra3fr
-ra5is
-2rak
-ra2lo
-r4ande
-3rande.
-4ran4d3r
-rand3s
-2ransv
-ra3pl
-3rar
-r4ar.
-4rarb
-r4are
-4rarg
-r4ark
-4rarm
-r4arn
-r4ars
-4rart
-r3arta
-ra5r^^f6
-r4as
-ras3h
-ra2st
-3raste.
-3rativ
-ra3tri
-2rav
-ra5yo
-2rb
-2r1c
-2r2d
-r4daf
-rda5gr
-r3dj
-r4dos
-rd3ran
-rd3rat
-r4dul
-r3d^^e5
-r3d^^e4
-r4d^^f6s
-1re
-3re.
-4reaus
-re3b
-4rec
-5reco
-re3d4r
-re5du
-4reft
-4regg
-3regn.
-re1kr
-rek5tri
-4reld
-re3lu
-rem5p
-3rems
-r4en.
-2reni
-2renk
-2renl
-re3n^^f6
-re3o
-3rer.
-3rern
-3reso
-ress5k
-re1sti
-3ret.
-4retet
-ret3ro
-4rety
-re5t^^e5
-2revig
-4rex
-2r1f
-rf^^f63ri
-2r1g
-rg3g2
-rgs5top
-2rh
-rhands5
-3rial
-4rib
-3rifi
-2rifr
-r3ifr^^e5
-3rifu
-3rigt
-rik2s
-3riktn
-ri4mo
-2rind
-rind3s
-5ringen.
-ring3r
-2rinr
-2rins
-2rint
-ri1o
-3riot
-ri5ple
-ri2st^^e4
-ri4tut
-ri4vis
-riv3s
-4rj
-r4jis
-r3jo
-r5ju
-r5j^^f6
-2rk
-rk3akt
-r4kek
-rkes3
-r1ki
-r3klas
-rk2le
-r4kl^^f6
-rk3n
-rk4ne
-r1ko
-r4kod
-rk3tr
-r1ku
-r4kup
-r1k^^e4
-r5k^^f6r
-2r1l
-r5laka
-r5lav
-rld2
-rlds3
-rl5sp
-2r1m
-r4marb
-r4mil
-rm2s5j
-rm5tr
-2r1n
-rnal4
-rn3g4
-rn1k
-r2nom
-rns4k
-rns4t
-rn3t
-ro3b
-ro4gro
-ro2kr
-2rolj
-rol4li
-rom4a
-5roman
-5ronau
-5rond.
-ron4v
-ro3pl
-ropp2s
-ro4ra
-2rord
-2rorg
-2rorie
-3rorn
-ro4sin
-ro4sn
-ros3v
-ro5te
-2r1p
-r4pl^^f6
-r4p^^f6
-4r1r
-rra4n
-rrd4
-rreligi5
-rres4
-r5rib
-rr5k4
-r4rob
-r4rom
-rr1s
-rrs2k
-r4rur
-2rs
-r4seld
-r4sex
-r2sin
-r1ski
-r4skid
-rsk3na
-rs5koll
-rs4kos
-rskotts3
-r2sku
-r3sk^^f6
-rslags4v
-r4sle
-r4slo
-r4s5l^^f6
-rs4mo
-rs5nat
-rs5n^^e4
-r1sp
-r2spl
-r2spo
-rs3s4
-rs5tak
-rs4te
-r5stek
-rs5tend
-r5steni
-rs5till
-r1sto
-r4ston
-rst4r
-r3str^^f6
-r3stu
-r1sv
-rs4vag
-r2sv^^e4
-r1sy
-2r1t
-r2taf
-r2takti
-rt4an
-r4tins
-r4tom
-r5trit
-r3tr^^e4
-rt3t
-r4tut
-rubb5l
-ru3br
-ru4dan
-ruks1
-ruks3v
-5rullera
-3rum.
-runn2
-runns5
-4rupp
-rus2h
-ru5sha
-2rut
-5rutig
-rut4ra
-ru4vi
-5ru^^f6
-2r1v
-rv4sj
-rv2s5k^^e4
-r3w
-rydd5s
-ry5o
-r^^e5ge5l
-4r^^e5l
-r^^e5ng3s
-r^^e55ra
-r^^e53st
-r^^e4ck5s
-4r^^e4kt
-4r^^e4m
-r^^e4ng3s
-r^^e4ns5t
-4r^^e4s
-r^^e44san
-r^^e4s3s
-r^^e45sti
-r^^e4v5s
-r^^f6d5el
-r^^f6d5r
-r^^f6d3s
-2r^^f6g
-r3^^f6i
-r^^f6k3s
-r^^f6ns4t
-4r^^f6p
-3r^^f6r
-r^^f6r4s
-r^^f64st
-r^^f6st3r
-r1^^f6vr
-1sa
-3sa.
-3sad.
-3sade
-4sadj
-2sa3dr
-sad5s
-2saf
-sa3i
-sak5ri
-2s1akt
-sa5lo
-3s2am
-sa2ma
-samman3
-sa2mor
-sand3s
-4sang
-2sanl
-s3anl^^e4
-san3sla
-2sap
-3s4ar.
-2sarb
-2sarm
-s5arm.
-3sarn
-2sart
-4sarv
-4sass
-5sat.
-sa4tu
-2sau
-s3auk
-2s1av
-4sb
-s2c
-2sch.
-1scha
-2schau
-4schb
-1schen
-1scher
-1schet
-1schi
-4schk
-4schm
-4schp
-3schy
-3sch^^f6
-sci3p
-4s3d
-1se
-se4at.
-se2g
-2s3egg
-3segl
-seg3ra
-sek5le
-sek3r
-sek5tr
-3sel.
-se5ly
-sem2
-3sen.
-s5ers^^e4
-3set.
-2sexp
-2s1f
-s4f^^e4r.
-sf^^f62
-4s3g2
-2sh
-5s2haw
-shi1s
-s5h^^f6
-1si
-sid5s
-5sie
-si4eri
-si4esk
-si2ett
-3s2ig
-3sik
-sikts3
-5sill.
-silver3
-silv3r
-2s1ind
-2s1inf
-sinne2s3
-3sinni
-4sinr
-2sin1s
-s1inst
-5sint.
-2sintr
-3sio
-sis4t
-siu4
-1s2j
-2sjak
-s3jakt
-4sjn
-4sjt
-s4ju
-5sjuk
-4sjur
-sj^^e4ls3
-3sj^^f6
-4sk.
-2ska.
-3s2kada
-s2kado
-3skaffn
-1skaft
-s4kag
-s2kal
-3skal.
-1skap
-5skap.
-5skapet
-4skapi
-skaps1
-4skar
-s4kara
-5skarv
-4skas
-s2kat
-s4kav
-4ske.
-3sked.
-s4kene
-3skepp
-4skh
-sk4i
-3skif
-5skin
-4skis.
-5skiv
-5skjor
-3skju
-4skl
-sk5lap
-s3klas
-4skn
-3s4ko.
-1s4kog
-4skogsg
-1skol
-3skola
-s4kolo
-s4korp
-skor1st
-1skot
-s5kran.
-3skrat
-sk4ret
-3skrev
-1skri
-3skrif
-s3krig
-5skrin
-3skrip
-s5kris
-3skriv
-s5kron
-s4kru
-5skrub
-3skruv
-5skr^^e4c
-sk3s
-2skt
-3skulp
-s3kup
-2skv
-s4kve
-1s2ky
-s4kyn
-2skyrk
-1sk^^e5
-s4k^^e5l
-5sk^^e5p.
-4sk^^e5r
-5sk^^e4nk
-3sk^^e4rv
-2sl2
-4sla.
-s5lad.
-s3land
-3s2lang
-s4lant
-s3lar.
-4slas
-s1lat
-s2lev
-3slev.
-s4lic
-slins3
-4slis
-s2lit
-s5lor
-slotts3
-s2lu
-s3luc
-s3luf
-4slus
-s3lust
-3slut
-slu4to
-3sl^^e5.
-5s4l^^e5r
-s4l^^e4k
-s5l^^e4m
-s5l^^e4nn
-3s4l^^e4p
-4s3l^^e4r
-s2l^^e4t
-3s2l^^f6j
-2sm
-s2mak
-3smak.
-s3makt
-s2mal
-s2met.
-s2mid
-s2mit
-3smitta
-s3mj
-5smug
-5smyg
-sm^^e55g
-sm^^e53k
-sm^^e53s
-3sm^^e4d
-3sm^^e4l
-4sm^^e4s
-3sm^^f6r
-2s2n4
-3snab
-3s4nac
-s3nam
-s5nare
-s3nast
-s5ner
-3snib
-3snil
-3snit
-1snitt
-s3niv
-3snut
-s4n^^e5
-5sn^^e5r
-5sn^^e4c
-s4n^^e4r
-3sn^^f6.
-sn^^f65g
-3sn^^f6r
-sn^^f63s
-1so
-3soc
-5sock
-2sod
-5soi
-2solj
-sol3s2
-2som
-5somm
-3son
-son4st
-so5pra
-so4pu
-3sor.
-2sord
-s5ord.
-2sorg
-3sorn
-3sot
-4sott
-s2p2
-5spann.
-s4park
-5sparv
-4spas
-s3pass
-spa5tr
-1spe
-4sped
-3s4pek
-3s4pel
-4spelsl
-2spen
-2sper
-5spets
-3spill
-3spir
-4spl
-s1pla
-s3plan
-s3plats
-spli4
-s4plin
-5split
-s5pl^^e4
-4spre
-s3pres
-4s3pris
-3sprit
-2spro
-s3pry
-3spr^^e5
-5spr^^e4n
-s3ps
-1s4p^^e5
-3sp^^e5n
-3sp^^e5r
-5sp^^e4n
-3sp^^f6
-4s1r
-4s1s
-s5sad
-sse4lin
-s5sil
-ss2k
-ss5kl
-ss3kun
-ss1l
-ss2lag.
-ss2l^^e4
-ss2l^^f6
-ss3na
-sss4
-ss3unn
-s2sv
-ss3vi
-s2t
-2st.
-4sta.
-5stac
-3stadi
-s4taf
-5stalgis
-3stalla
-2stalli
-5stam.
-5stamm
-1stant
-5stark.
-5startad
-1state
-3statl
-1stau
-st3c
-2s5te.
-4stea
-5steg.
-s4tek.
-2stekn
-5stekt
-s4tell
-3stem.
-3steme
-5stenar
-3s4tene
-3stense
-5stensm
-1stera
-1stering
-s4teriu
-3sterne
-5stetis
-2stia
-2stib
-3stick
-2stid
-s4tiken
-2stil
-3stil.
-3stink
-3stisc
-1stit
-2stj
-s5tju
-3stj^^e4l
-3stj^^e4r
-2stm
-5stoc
-1stol
-4stolk
-4stom
-stori4eu
-5storis
-stor3s
-3straff
-4strativ
-3strato
-3strec
-3strej
-st3ren
-1strer
-2stria
-1strid
-5stride
-2striel
-st4rif
-1strikt
-st5risk
-1stru
-3struk
-2strumm
-s3tryc
-5stryk
-5str^^e5k
-3str^^e5l
-3str^^e4c
-4str^^e4d
-3str^^e4ng
-5str^^e4v
-3str^^f6m
-2st3s4
-st3t
-4stv
-s3tvis
-1sty
-2styp
-1st^^e5
-4st^^e5g
-5st^^e5l
-1st^^e4
-3st^^e4l
-1st^^f6
-1su
-su4b
-3sug
-su3i
-3sum
-2sun
-5sun.
-s1under
-5sune
-s5ung
-2sup
-5supa
-su2pu
-5sus
-2s1ut
-su4to
-su4tr
-s2v2
-5svag.
-s3vagn
-4s3vak
-5svam
-4svap
-svars3
-3svart
-4svas
-s3vat
-4svec
-3sven
-5svep
-4s3ver
-s5ves
-4s3vil
-s4vine
-4svis
-s5vitt
-s5v^^e5d
-3sv^^e5ri
-3sv^^e4ng
-5sv^^e4rm.
-s3v^^e4s
-s3v^^e4t
-4syk
-5syl
-3syn
-syn3k
-s3yrk
-3sys
-sys4t
-sys5ter
-syt2
-sy5th
-1s^^e5
-5s^^e5g
-4s^^e5k
-2s^^e5lde
-s^^e5ng3
-1s^^e4
-s4^^e4d
-2s5^^e4gg
-s4^^e4l
-2s^^e4p
-5s^^e4s
-3s^^e4t
-4s^^e4ta
-1s^^f6
-4s^^f6d
-2s^^f6g
-s5^^f6ga
-s^^f64ko
-4s^^f6l
-4s^^f6p
-s^^f6r2s
-2s3^^f6rt
-1ta
-3ta.
-ta1ch
-3tade.
-4tadi
-4tads5
-2taff
-3taga
-5tak.
-ta5kre
-2taktig
-tak4to
-4talf
-5tallise
-tall5s
-4talv
-3tame
-3tami
-3tan.
-ta4nab
-3tande.
-2t3anfa
-4tanl
-t4ap3l
-2tappar
-3tar.
-4tarb
-tar4mi
-3tarn
-tars4
-4tart
-5tartavl
-4tarv
-4task
-3tast
-ta1str
-tat2
-ta4tan
-tats3
-2tatt
-2tav
-4tave
-5tavla.
-3tavlan
-3tavlo
-tav2s
-3tax
-2tb4
-2tc
-t3cha
-t3che
-2t3d4
-3t2e
-te4as
-te3b4
-5tec
-4teg
-te2g1r
-te3gre
-te3i
-te4int
-4tej
-tej2s
-te4kl
-5teknik
-5teknis
-4teld
-5te5l^^f6
-5tema
-4temo
-te4mu
-ten3g4
-5tensi
-ten3tr
-te4n^^e4
-te5n^^f6r
-5ter.
-5teri^^f6
-ter3k4
-5term
-5terna
-5ters
-ter3t
-te4ru
-5tes.
-5test
-tes4te
-te5stik
-te5stu
-5tetik
-tets3
-4texa
-2texp
-2t1f4
-2t3g4
-2th
-t4hen
-1ti
-3tial
-5tib
-5tici
-3tid
-5tide
-ti4du
-4tid^^f6
-ti4ed
-tifts5
-ti2gel
-3tigh
-ti4go
-ti2gr
-3tigt
-tik3l
-3tiks
-5tikul
-t2il
-5tilj
-3tillst
-3tillv
-3till^^e4
-5time
-2tind
-2tinr
-2tint
-ti4od
-3tion
-ti2os
-3tis
-4tisc
-5tisk
-3tiva
-ti4van
-5tivite
-ti2^^f6
-t2j
-4tje
-4tjob
-2tjou
-4tj^^e4l
-4tj^^e4m
-3tj^^e4n
-2t3k2
-2t3l
-2t1m
-2t5n4
-tne4r
-4todl
-3tok
-4tol.
-4tolj
-2tomr
-4toms
-t2op
-5torap
-t5ord.
-5toriett
-4torm
-torm3s
-3torn
-tor1st
-4tort.
-tos4k
-t5ost.
-t4ov
-2t1p
-t2r4
-2tra
-t4raf
-3trafi
-3t4ral.
-t4rala
-3t4rale
-5tralo
-3trals
-t4ralt
-3trans
-tran2s5a
-4trar
-t3ras.
-t3rat.
-t4rato
-4treg
-4tren
-4trer.
-4trern
-t3rets.
-2tri
-3tribu
-5trick
-trids3
-t5riel
-t1ring
-t3ring.
-2troc
-t3rock
-t4rog
-t5ronik
-t3rono
-4tropi.
-5tross
-5trotn
-t4rump
-t4rup
-3trupp
-trus5ta
-1tryc
-5tryck.
-5tryggh
-4tr^^e5k
-5tr^^e4.
-3tr^^e4d
-tr^^e4ds4
-3tr^^e4f
-3tr^^e4g
-4tr^^e4k
-t3r^^e4kn
-t4r^^e4n
-5tr^^e4ni
-5tr^^f6ja
-t4r^^f6t
-5tr^^e9
-2ts
-t5s4and
-ts5art
-t3s4at
-t3se
-t4seg
-ts4en
-t4sex
-ts2k
-t5skall
-t3skatt
-t1ski
-ts3kl
-tskotts5
-t5slot
-ts5l^^e4k
-ts3n^^e4
-t3sn^^f6
-t2so
-ts3ord
-ts3pl
-tss4
-t1st
-ts4te
-ts5ter
-ts5tillf
-ts3tj
-t3stol
-t4ston
-t2stra
-t4stry
-t4stur
-t5styr
-t2su
-t3sud
-t5sy
-2tt
-t3tac
-t4tau
-t4ted
-tte5g4
-t4tem
-tte2n
-ttes4
-t4tex
-t4tins
-t4tip
-tt3ja
-t1to
-tt3rad
-tt3rand
-tt3rat
-tt3re
-tt3ri
-tt4ry
-tt4se
-tt2si
-tt4sta
-t3tu
-t4tug
-tt1v
-tt4v^^e5
-t3ty
-t3t^^e4
-t3t^^f6r
-4t5ugn
-2tund
-3tunga
-tung3s
-5tunn
-2tupp
-tu5re
-2tutb
-t3utv
-t3ut^^f6
-tu4vu
-5tu^^f6
-2tv
-t1va
-4tve
-t3vig
-3tving
-t3vit
-3tviv
-t3v^^e5g
-3tv^^e5n
-t3v^^e4n
-tv^^e4r3s
-3tv^^e4tt
-ty5da
-5tyg.
-3tyngd
-3typ
-ty3pi
-5tys
-2tz
-3t^^e5g
-t^^e5s4
-4t^^e5t
-t^^e4c4ko
-4t5^^e4g
-4t^^e4m
-4t^^e4rm
-3t^^e4vl
-4t^^f64d
-t^^f65de
-4t^^f6g
-4t^^f6p
-t^^f64pi
-3t^^f6rer
-t^^f6rs3t
-t^^f64vas
-5t^^e9
-u1a
-u2b
-ub5al
-ubb4le
-ub3lic
-u4bo
-u3cha
-u5cl
-u2d
-u4dak
-u5de
-ud3r
-ud4ret
-uds4a
-u4du
-u4dy
-u1e
-u2es
-uf4f^^e4
-uf4tan
-uf4to
-4u1ga
-u1ge
-ugg3s
-ugn4
-ugns5
-ug3s4
-u5ie
-u1in
-u3is
-u3itet
-u3j
-u2keb
-u5ki
-u4kl
-uk5la
-uk3n
-u1ko
-ukos4
-uk2s
-uks5ko
-uk3tris
-ukt5s
-uk4t^^e4
-u3ku
-uk3v
-u1la
-ul4di
-ulds2m
-ul4du
-ul4d^^f6
-ull3ste
-ull3^^e4n
-u1lo
-uls5ti
-ul2tr
-u3lu
-u1l^^e4
-u1l^^f6
-um4f^^e4
-um4so
-ums4t
-u1mu
-u3m^^f6r
-5underl
-1unders^^f6
-1underv
-un4dom
-und3r
-un4d^^e5
-un5g2ef
-un3gersk
-ung5it
-ung3r
-ungs4p
-3unif
-unk3l
-unk3n
-un4kr
-un1sk
-un4tr
-un5trati
-u5nu
-u1o
-u1pe
-u4pern
-u1pi
-u2pl
-u3plet
-up3lik
-3uppfa
-1uppg
-up4pin
-1uppla
-5uppl^^e4
-up4p3r
-upp3s
-upp5sp
-up5ut
-ur5ak
-ur5arv
-u3re
-u1ri
-u1ro
-u4rob
-u4rom
-urs5tin
-ur4st^^e4
-u5ry
-u2sak
-us5anl
-u3scha
-u3se
-usen3
-u2s1k
-us3ka
-us4kla
-us4kr
-u5sky
-us4k^^e5
-us5l^^e4
-us3n
-u2sp
-us3pen
-us5tat
-us3tig
-u3stik
-us5tin
-ust5ro
-u4st^^e5
-u4st^^e4
-us3v
-u4s^^e5
-u4s^^e4
-u2s^^f6
-u4tak
-1utb
-u4tef
-ute3s
-utik2
-u5til
-uti3^^f6
-ut3j
-3utj^^e4m
-utlands3
-u1to
-u3top
-uto5s
-ut3r
-ut4rer
-ut4ro
-ut5rop
-1utru
-2utsid
-ut3sl
-3utsl^^e4
-2utt
-utt4j
-ut1v
-3utvec
-u5ty
-ut3^^f6v
-u5u
-2u1v
-u2vak
-u4vj
-u4v^^e4
-u5^^e5
-u3^^f6
-va5dro
-1vagn
-2v1akti
-val3k
-val4li
-val4st
-5valv
-5vama
-4vand.
-4vanp
-van4st
-van5tr
-5vap
-2varb
-va4res
-va4ri.
-4vark
-var2s
-vart5r
-va1ru
-vas5ti
-5vattn
-4vau
-4vav
-5vavi
-2vb4
-2v1c
-2v3d4
-1ve
-5vec
-ve2k
-ve3ke
-4veld
-vensk3^^e4
-5ventera
-ve3ny
-ve5n^^f6
-4vep
-ver5g
-3verk
-ves4
-ve2s5p
-ve1st
-3veta
-3vete
-vet5sa
-vett5s
-2v1f
-2v1g
-2vh
-v4i
-vi4c
-vid3s
-vild3s
-vil4t
-3vind.
-ving3s4
-3vinkl
-vi2no
-5vinst.
-5vinste
-vi5ny
-3vis.
-vi5sa
-vis5h
-vis5ko
-vi4st
-vis3ta
-vi2tr
-vi4var
-4vjo
-2v3k2
-2v1l
-2v1m
-vm^^f6rk4
-2v1n4
-1vo
-4vok.
-2vom
-4vord
-2vorg
-vos4
-2v1p
-2v2r
-5vrak
-3vrera
-v3ru
-2vs
-v4sc
-v1s2k
-v2skri
-vs4mi
-v3sni
-v2so
-v1st
-vs4te
-vs5tr^^e5
-v5styc
-vs3v^^e5
-v2s^^f6
-2v1t
-vu4d1
-v1und
-4v5up
-4vut
-2v1v
-3vy
-5v^^e5ld
-v^^e5ngs3
-3v^^e5rd
-4v^^e5ri
-v^^e53ru
-3v^^e4g
-v^^e4gg5s
-v^^e44l
-v^^e4ll4s3
-3v^^e4nl
-3v^^e4rde
-v^^e44ril
-4v^^e4rj
-5v^^e4rk
-3v^^e4rld
-2v^^e4t
-3v^^e4x
-4v^^f6g
-4v^^f6p
-3v^^f6r
-1wa
-we2
-w2h
-whi2
-wi2e
-w4na
-x1
-xan5d4
-xem3pla
-xis4
-xk2
-xli4
-xs4
-xti2
-x4t^^e5
-2y
-y1a
-y4bris
-yb4s
-y2d
-y4da
-y5dan
-y4do
-yd3r
-yds4
-y4du
-y4d^^f6
-y1e
-y1ga
-y1ge
-ygg3r
-yg4g^^e5
-ygs4p
-y1i
-y1ki
-y5klist
-yk5lon
-yk3n
-y1ko
-y1la
-yl4gj
-y3li
-yl5k
-yl5l^^e4
-y1lo
-yl4tr
-ym2fl
-ym4for
-y3m^^e5
-yng3r
-ynk5l
-yn4sa
-yns4t
-y3or
-y5ou
-y1pe
-y5po
-yp3ri
-yre4s
-y1ri
-yr4ku
-yrk5v
-y1ro
-yrs4k
-yr5st
-yr5tu
-y1r^^e53
-y5scho
-ys2st
-ys3ta
-ys3ti
-ys4tik.
-yst3ra
-y2tak
-y4te.
-y4tea
-y1to
-ytt3r
-yt5v
-y3va
-y3vi
-y3v^^e4
-y5w
-y5^^e5
-1za
-1ze
-ze4ro
-1zi
-1zo
-zo4nal
-4zp
-z5s
-3zu
-z4zin
-^^e51a
-^^e53dj
-^^e5ds4l
-^^e51e
-^^e51f
-^^e51ga
-^^e51ge
-^^e5ge2l
-^^e5g3l
-^^e5g3s4k
-^^e5g3st
-^^e5g^^e54
-^^e53i
-^^e51ki
-5^^e5klag
-^^e5k4str^^e4
-^^e51la
-1^^e5lder
-^^e52lin
-^^e5l3k
-^^e5ll4sp
-^^e5l2s5e
-^^e5l3st
-^^e51l^^e4
-^^e51m
-^^e5man4s
-^^e5nd4r
-^^e5n4du
-^^e5ns4t
-^^e5ns4v
-^^e53o
-^^e51p
-^^e52pl
-^^e55pla
-^^e54p^^f6
-^^e5r4do
-^^e5rd4ra
-^^e5rd2s
-^^e5rd4s3t
-^^e54rel
-^^e51ri
-^^e55ror
-5^^e5rsav
-^^e5r5s2li
-^^e5r2sv
-^^e5r5^^f6
-^^e5s4ke
-^^e5s3n
-^^e5ss4
-^^e5s4skr
-^^e5s4t
-^^e5te2
-^^e5t3ri
-^^e53tr^^e5
-^^e5t2sj
-^^e5tt5s
-^^e51v
-^^e41a
-^^e42b
-2^^e4c
-^^e4ck5v
-^^e42d
-^^e4dd3s
-^^e4d4du
-^^e4de4s
-^^e4d3r
-^^e4d5se
-^^e4d3st
-^^e43e
-^^e41ga
-^^e41ge
-^^e4g4go
-^^e4g1l
-^^e4g3r
-^^e4g4re
-^^e4g3se
-^^e43i
-^^e45jo
-4^^e4k
-^^e41ki
-^^e4k3n
-^^e4k3r
-^^e41la
-^^e4l4pap
-^^e4l4seg
-^^e4ls5kog
-^^e4l4slu
-^^e4l2t3r
-^^e4l2tu
-^^e4l4vin
-^^e4mp3l
-4^^e4ndligh
-^^e4nd3r
-^^e4nd1st
-^^e4ng5r
-^^e4nni3s
-^^e4nn3s
-^^e44no
-^^e4ns1l
-^^e4n4st
-^^e4ns5te
-^^e4n4sv
-^^e4n2t3r
-^^e43pe
-^^e4pp3l
-^^e44pr
-^^e4p4st
-^^e44rap
-^^e4r2bre
-^^e4rg5l
-^^e4r4gr
-^^e41ri
-^^e4rib4
-^^e4r4k^^e4
-^^e4r4nis
-^^e4rn3st
-^^e4r2n^^e5
-^^e4r4n^^f6
-^^e4r5ob
-^^e45rol
-^^e43rop
-^^e45ror
-^^e45ros
-^^e4r2si
-^^e4r4sko
-^^e4r2so
-^^e4r4sp
-^^e4r2sv
-^^e4r4tand
-^^e4r2tr
-^^e4rt3s
-4^^e4s
-^^e4s3pa
-^^e4s5pi
-^^e4s4sk
-^^e4s4sp
-^^e4s3ta
-^^e4st3r
-^^e44st^^e4
-^^e44s^^e5
-2^^e4t
-^^e43to
-^^e45tre
-^^e4t4s3k
-^^e4t5te
-^^e4t4top
-^^e4tt3r
-^^e4t4tu
-^^e4t4tv
-^^e41va
-^^e42vak
-^^e43vi
-^^e45vu
-^^f61a
-^^f62d
-^^f64dak
-^^f64dal
-^^f64darv
-^^f6de4s5
-^^f64dis
-^^f6d3ra
-^^f6d2s
-^^f6d3se
-^^f64du
-^^f64d^^f6
-^^f61e
-^^f61ga
-^^f6g5ak
-^^f65gar
-1^^f6gd
-^^f61ge
-^^f65ger
-^^f6gg4
-^^f6g1l
-^^f6g2n
-^^f6gn3e
-1^^f6go
-^^f6g3si
-^^f6g3sk
-^^f61i
-^^f63jo
-^^f6j4sv
-^^f64karm
-^^f61ki
-^^f6k3n
-^^f6k2s
-^^f6k3sl
-^^f61la
-^^f6l4kv
-^^f6l4k^^f6
-^^f6l2p
-^^f65l^^e4
-^^f6man4
-^^f6m2kl
-^^f64nal
-^^f62nom
-^^f6ns3ke
-^^f6n4so
-^^f6nst3r
-^^f63pe
-^^f64pel
-^^f63pi
-^^f6p5li
-^^f65plo
-1^^f6ppn
-^^f64pr
-^^f63rande
-^^f63ras
-^^f64rask
-^^f6rb4
-^^f6r3d4r
-^^f6r1eni
-^^f63res
-^^f64restr
-^^f63ret
-^^f6r5evig
-^^f6r3g
-^^f61ri
-^^f65rig
-^^f63ring
-^^f6r3int
-^^f6r5ir
-^^f6r5iv
-^^f6r4kal
-^^f6r1k2l
-^^f6r5kli
-^^f6r4nis
-^^f6r3ol
-^^f6r1or
-^^f6r2p5la
-^^f6r1s2k
-^^f6r3sl
-^^f6r4sl^^e4
-^^f6r5te
-^^f6rt5s
-^^f6r1u
-^^f6r3vr
-^^f6r3y
-^^f6r1^^e4
-^^f6r^^f64d
-^^f62sak
-^^f6s3n
-^^f6s4sj
-^^f6s2sk
-^^f6s4sp
-^^f6s3ta
-^^f6st3v
-^^f62tak
-^^f6ts5ko
-^^f6t4st
-^^f61v
-^^f6ve4
-^^f6ver1
-5^^f6vere
-^^f62vj
-^^f6v3ra
-^^f6v3ri
-^^f6v4sk
-^^e93e
-}
-}
-
-#-display-name: Icelandic braille
-
-#+locale:is
-#+type:literary
-#+dots:6
-
-# TODO: Please correct the metadata above. It is not meant to be
-# accurate nor complete. It hasn't been verified by the table
-# author yet. It is merely an attempt by the liblouis maintainers
-# to get some sensible initial values in place.
-
-# TODO: Please add a reference to official documentation about
-# the implemented braille code. Preferably submit the documents
-# to https://github.com/liblouis/braille-specs.
-
-include is-chardefs6.cti
-include braille-patterns.cti
-# This table contains braille codes and rules for Telugu Grade 1 and includes English grade 1
-#
-# Copyright (C) 2014 National Institute for Visually Handicapped, 116, Rajpur Road, Dehradun, Uttrakhand, India
-#
-# This file is part of liblouis.
-#
-# liblouis is free software: you can redistribute it and/or modify it
-# under the terms of the GNU Lesser General Public License as
-# published by the Free Software Foundation, either version 2.1 of the
-# License, or (at your option) any later version.
-#
-# liblouis is distributed in the hope that it will be useful, but
-# WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-# Lesser General Public License for more details.
-#
-# You should have received a copy of the GNU Lesser General Public
-# License along with liblouis. If not, see
-# <http://www.gnu.org/licenses/>.
-
-# This table is built and maintained under an activity of Braille Council of India
-# Contributors: Dipendra Manocha, Sreeja, Dinesh Kaushal, Mesar Hameed
-# Last updated on May 5, 2014
-# To report any bugs or any suggestion, please write to d@saksham.org and sreeja.param@gmail.com
-
-include telugu.cti
-include en-in-g1.ctb
-# liblouis: Korean Grade 2 (contracted rules)
-#
-# Based on the braille contraction table in BRLTTY
-#
-#  Copyright (C) 1995-2012 by The BRLTTY Team.
-#  Copyright (C) 2012 by Samuel Thibault <samuel.thibault@ens-lyon.org>
-#  Copyright (C) 2012 by Mesar Hameed <mhameed@src.gnome.org>
-#  Copyright (C) 2013, 2014 by Joseph Lee <joseph.lee22590@gmail.com>
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-
-# Globals:
-include en-us-g2.ctb To display contracted English in Korean grade 2 mode. Contributed by a certain Mr. Hahn in U.S.
-
-# Common letter contractions:
-# Using "always" opcode in order for contraction to work correctly.
-# Otherwise letters shows grade 1 dot patterns.
-# This is because many Korean contractions are shorthand for Hangul characters (see ko.cti).
-
-# Special cases:
-# Since there are a number of rules in place about special char placement, had to put one of the special cases at the top.
-
-# Case 1: numbers followed by Korean characters:
-# Included case 1 before actual common char contractions to help with translations.
-# See ko.cti for more info regarding this matter.
-after digit always 나 0-14
-after digit always 낙 0-14-1
-after digit always 낚 0-14-1-1
-after digit always 낛 0-14-1-3
-after digit always 난 0-14-25
-after digit always 낝 0-14-25-13
-after digit always 낞 0-14-25-356
-after digit always 낟 0-14-35
-after digit always 날 0-14-2
-after digit always 낡 0-14-2-1
-after digit always 낢 0-14-2-26
-after digit always 낣 0-14-2-12
-after digit always 낤 0-14-2-3
-after digit always 낥 0-14-2-236
-after digit always 낦 0-14-2-256
-after digit always 낧 0-14-2-356
-after digit always 남 0-14-26
-after digit always 납 0-14-12
-after digit always 낪 0-14-12-3
-after digit always 낫 0-14-3
-after digit always 났 0-14-34
-after digit always 낭 0-14-2356
-after digit always 낮 0-14-13
-after digit always 낯 0-14-23
-after digit always 낰 0-14-235
-after digit always 낱 0-14-236
-after digit always 낲 0-14-256
-after digit always 낳 0-14-356
-after digit always 넉 0-14-1456
-after digit always 넊 0-14-1456-1
-after digit always 넋 0-14-1456-3
-after digit always 넌 0-14-23456
-after digit always 넍 0-14-23456-13
-after digit always 넎 0-14-23456-356
-after digit always 널 0-14-2345
-after digit always 넑 0-14-2345-1
-after digit always 넒 0-14-2345-26
-after digit always 넓 0-14-2345-12
-after digit always 넔 0-14-2345-3
-after digit always 넕 0-14-2345-236
-after digit always 넖 0-14-2345-256
-after digit always 넗 0-14-2345-356
-after digit always 년 0-14-16
-after digit always 녅 0-14-16-13
-after digit always 녆 0-14-16-356
-after digit always 녈 0-14-1256
-after digit always 녉 0-14-1256-1
-after digit always 녊 0-14-1256-26
-after digit always 녋 0-14-1256-12
-after digit always 녌 0-14-1256-3
-after digit always 녍 0-14-1256-236
-after digit always 녎 0-14-1256-256
-after digit always 녏 0-14-1256-356
-after digit always 녕 0-14-12456
-after digit always 녹 0-14-1346
-after digit always 녺 0-14-1346-1
-after digit always 녻 0-14-1346-3
-after digit always 논 0-14-12356
-after digit always 녽 0-14-12356-13
-after digit always 녾 0-14-12356-356
-after digit always 농 0-14-123456
-after digit always 눈 0-14-1245
-after digit always 눉 0-14-1245-13
-after digit always 눊 0-14-1245-356
-after digit always 눌 0-14-12346
-after digit always 눍 0-14-12346-1
-after digit always 눎 0-14-12346-26
-after digit always 눏 0-14-12346-12
-after digit always 눐 0-14-12346-3
-after digit always 눑 0-14-12346-236
-after digit always 눒 0-14-12346-256
-after digit always 눓 0-14-12346-356
-after digit always 는 0-14-1356
-after digit always 늕 0-14-1356-13
-after digit always 늖 0-14-1356-356
-after digit always 늘 0-14-2346
-after digit always 늙 0-14-2346-1
-after digit always 늚 0-14-2346-26
-after digit always 늛 0-14-2346-12
-after digit always 늜 0-14-2346-3
-after digit always 늝 0-14-2346-236
-after digit always 늞 0-14-2346-256
-after digit always 늟 0-14-2346-356
-after digit always 닌 0-14-12345
-after digit always 닍 0-14-12345-13
-after digit always 닎 0-14-12345-356
-after digit always 다 0-24
-after digit always 닥 0-24-1
-after digit always 닦 0-24-1-1
-after digit always 닧 0-24-1-3
-after digit always 단 0-24-25
-after digit always 닩 0-24-25-13
-after digit always 닪 0-24-25-356
-after digit always 닫 0-24-35
-after digit always 달 0-24-2
-after digit always 닭 0-24-2-1
-after digit always 닮 0-24-2-26
-after digit always 닯 0-24-2-12
-after digit always 닰 0-24-2-3
-after digit always 닱 0-24-2-236
-after digit always 닲 0-24-2-256
-after digit always 닳 0-24-2-356
-after digit always 담 0-24-26
-after digit always 답 0-24-12
-after digit always 닶 0-24-12-3
-after digit always 닷 0-24-3
-after digit always 닸 0-24-34
-after digit always 당 0-24-2356
-after digit always 닺 0-24-13
-after digit always 닻 0-24-23
-after digit always 닼 0-24-235
-after digit always 닽 0-24-236
-after digit always 닾 0-24-256
-after digit always 닿 0-24-356
-after digit always 덕 0-24-1456
-after digit always 덖 0-24-1456-1
-after digit always 덗 0-24-1456-3
-after digit always 던 0-24-23456
-after digit always 덙 0-24-23456-13
-after digit always 덚 0-24-23456-356
-after digit always 덜 0-24-2345
-after digit always 덝 0-24-2345-1
-after digit always 덞 0-24-2345-26
-after digit always 덟 0-24-2345-12
-after digit always 덠 0-24-2345-3
-after digit always 덡 0-24-2345-236
-after digit always 덢 0-24-2345-256
-after digit always 덣 0-24-2345-356
-after digit always 뎐 0-24-16
-after digit always 뎑 0-24-16-13
-after digit always 뎒 0-24-16-356
-after digit always 뎔 0-24-1256
-after digit always 뎕 0-24-1256-1
-after digit always 뎖 0-24-1256-26
-after digit always 뎗 0-24-1256-12
-after digit always 뎘 0-24-1256-3
-after digit always 뎙 0-24-1256-236
-after digit always 뎚 0-24-1256-256
-after digit always 뎛 0-24-1256-356
-after digit always 뎡 0-24-12456
-after digit always 독 0-24-1346
-after digit always 돆 0-24-1346-1
-after digit always 돇 0-24-1346-3
-after digit always 돈 0-24-12356
-after digit always 돉 0-24-12356-13
-after digit always 돊 0-24-12356-356
-after digit always 동 0-24-123456
-after digit always 둔 0-24-1245
-after digit always 둕 0-24-1245-13
-after digit always 둖 0-24-1245-356
-after digit always 둘 0-24-12346
-after digit always 둙 0-24-12346-1
-after digit always 둚 0-24-12346-26
-after digit always 둛 0-24-12346-12
-after digit always 둜 0-24-12346-3
-after digit always 둝 0-24-12346-236
-after digit always 둞 0-24-12346-256
-after digit always 둟 0-24-12346-356
-after digit always 든 0-24-1356
-after digit always 듡 0-24-1356-13
-after digit always 듢 0-24-1356-356
-after digit always 들 0-24-2346
-after digit always 듥 0-24-2346-1
-after digit always 듦 0-24-2346-26
-after digit always 듧 0-24-2346-12
-after digit always 듨 0-24-2346-3
-after digit always 듩 0-24-2346-236
-after digit always 듪 0-24-2346-256
-after digit always 듫 0-24-2346-356
-after digit always 딘 0-24-12345
-after digit always 딙 0-24-12345-13
-after digit always 딚 0-24-12345-356
-after digit always 마 0-15
-after digit always 막 0-15-1
-after digit always 맊 0-15-1-1
-after digit always 맋 0-15-1-3
-after digit always 만 0-15-25
-after digit always 맍 0-15-25-13
-after digit always 많 0-15-25-356
-after digit always 맏 0-15-35
-after digit always 말 0-15-2
-after digit always 맑 0-15-2-1
-after digit always 맒 0-15-2-26
-after digit always 맓 0-15-2-12
-after digit always 맔 0-15-2-3
-after digit always 맕 0-15-2-236
-after digit always 맖 0-15-2-256
-after digit always 맗 0-15-2-356
-after digit always 맘 0-15-26
-after digit always 맙 0-15-12
-after digit always 맚 0-15-12-3
-after digit always 맛 0-15-3
-after digit always 맜 0-15-34
-after digit always 망 0-15-2356
-after digit always 맞 0-15-13
-after digit always 맟 0-15-23
-after digit always 맠 0-15-235
-after digit always 맡 0-15-236
-after digit always 맢 0-15-256
-after digit always 맣 0-15-356
-after digit always 먹 0-15-1456
-after digit always 먺 0-15-1456-1
-after digit always 먻 0-15-1456-3
-after digit always 먼 0-15-23456
-after digit always 먽 0-15-23456-13
-after digit always 먾 0-15-23456-356
-after digit always 멀 0-15-2345
-after digit always 멁 0-15-2345-1
-after digit always 멂 0-15-2345-26
-after digit always 멃 0-15-2345-12
-after digit always 멄 0-15-2345-3
-after digit always 멅 0-15-2345-236
-after digit always 멆 0-15-2345-256
-after digit always 멇 0-15-2345-356
-after digit always 면 0-15-16
-after digit always 멵 0-15-16-13
-after digit always 멶 0-15-16-356
-after digit always 멸 0-15-1256
-after digit always 멹 0-15-1256-1
-after digit always 멺 0-15-1256-26
-after digit always 멻 0-15-1256-12
-after digit always 멼 0-15-1256-3
-after digit always 멽 0-15-1256-236
-after digit always 멾 0-15-1256-256
-after digit always 멿 0-15-1256-356
-after digit always 명 0-15-12456
-after digit always 목 0-15-1346
-after digit always 몪 0-15-1346-1
-after digit always 몫 0-15-1346-3
-after digit always 몬 0-15-12356
-after digit always 몭 0-15-12356-13
-after digit always 몮 0-15-12356-356
-after digit always 몽 0-15-123456
-after digit always 문 0-15-1245
-after digit always 묹 0-15-1245-13
-after digit always 묺 0-15-1245-356
-after digit always 물 0-15-12346
-after digit always 묽 0-15-12346-1
-after digit always 묾 0-15-12346-26
-after digit always 묿 0-15-12346-12
-after digit always 뭀 0-15-12346-3
-after digit always 뭁 0-15-12346-236
-after digit always 뭂 0-15-12346-256
-after digit always 뭃 0-15-12346-356
-after digit always 믄 0-15-1356
-after digit always 믅 0-15-1356-13
-after digit always 믆 0-15-1356-356
-after digit always 믈 0-15-2346
-after digit always 믉 0-15-2346-1
-after digit always 믊 0-15-2346-26
-after digit always 믋 0-15-2346-12
-after digit always 믌 0-15-2346-3
-after digit always 믍 0-15-2346-236
-after digit always 믎 0-15-2346-256
-after digit always 믏 0-15-2346-356
-after digit always 민 0-15-12345
-after digit always 믽 0-15-12345-13
-after digit always 믾 0-15-12345-356
-after digit always 운 0-1245
-after digit always 욵 0-1245-13
-after digit always 욶 0-1245-356
-after digit always 카 0-124
-after digit always 칵 0-124-1
-after digit always 칶 0-124-1-1
-after digit always 칷 0-124-1-3
-after digit always 칸 0-124-25
-after digit always 칹 0-124-25-13
-after digit always 칺 0-124-25-356
-after digit always 칻 0-124-35
-after digit always 칼 0-124-2
-after digit always 칽 0-124-2-1
-after digit always 칾 0-124-2-26
-after digit always 칿 0-124-2-12
-after digit always 캀 0-124-2-3
-after digit always 캁 0-124-2-236
-after digit always 캂 0-124-2-256
-after digit always 캃 0-124-2-356
-after digit always 캄 0-124-26
-after digit always 캅 0-124-12
-after digit always 캆 0-124-12-3
-after digit always 캇 0-124-3
-after digit always 캈 0-124-34
-after digit always 캉 0-124-2356
-after digit always 캊 0-124-13
-after digit always 캋 0-124-23
-after digit always 캌 0-124-235
-after digit always 캍 0-124-236
-after digit always 캎 0-124-256
-after digit always 캏 0-124-356
-after digit always 컥 0-124-1456
-after digit always 컦 0-124-1456-1
-after digit always 컧 0-124-1456-3
-after digit always 컨 0-124-23456
-after digit always 컩 0-124-23456-13
-after digit always 컪 0-124-23456-356
-after digit always 컬 0-124-2345
-after digit always 컭 0-124-2345-1
-after digit always 컮 0-124-2345-26
-after digit always 컯 0-124-2345-12
-after digit always 컰 0-124-2345-3
-after digit always 컱 0-124-2345-236
-after digit always 컲 0-124-2345-256
-after digit always 컳 0-124-2345-356
-after digit always 켠 0-124-16
-after digit always 켡 0-124-16-13
-after digit always 켢 0-124-16-356
-after digit always 켤 0-124-1256
-after digit always 켥 0-124-1256-1
-after digit always 켦 0-124-1256-26
-after digit always 켧 0-124-1256-12
-after digit always 켨 0-124-1256-3
-after digit always 켩 0-124-1256-236
-after digit always 켪 0-124-1256-256
-after digit always 켫 0-124-1256-356
-after digit always 켱 0-124-12456
-after digit always 콕 0-124-1346
-after digit always 콖 0-124-1346-1
-after digit always 콗 0-124-1346-3
-after digit always 콘 0-124-12356
-after digit always 콙 0-124-12356-13
-after digit always 콚 0-124-12356-356
-after digit always 콩 0-124-123456
-after digit always 쿤 0-124-1245
-after digit always 쿥 0-124-1245-13
-after digit always 쿦 0-124-1245-356
-after digit always 쿨 0-124-12346
-after digit always 쿩 0-124-12346-1
-after digit always 쿪 0-124-12346-26
-after digit always 쿫 0-124-12346-12
-after digit always 쿬 0-124-12346-3
-after digit always 쿭 0-124-12346-236
-after digit always 쿮 0-124-12346-256
-after digit always 쿯 0-124-12346-356
-after digit always 큰 0-124-1356
-after digit always 큱 0-124-1356-13
-after digit always 큲 0-124-1356-356
-after digit always 클 0-124-2346
-after digit always 큵 0-124-2346-1
-after digit always 큶 0-124-2346-26
-after digit always 큷 0-124-2346-12
-after digit always 큸 0-124-2346-3
-after digit always 큹 0-124-2346-236
-after digit always 큺 0-124-2346-256
-after digit always 큻 0-124-2346-356
-after digit always 킨 0-124-12345
-after digit always 킩 0-124-12345-13
-after digit always 킪 0-124-12345-356
-after digit always 타 0-125
-after digit always 탁 0-125-1
-after digit always 탂 0-125-1-1
-after digit always 탃 0-125-1-3
-after digit always 탄 0-125-25
-after digit always 탅 0-125-25-13
-after digit always 탆 0-125-25-356
-after digit always 탇 0-125-35
-after digit always 탈 0-125-2
-after digit always 탉 0-125-2-1
-after digit always 탊 0-125-2-26
-after digit always 탋 0-125-2-12
-after digit always 탌 0-125-2-3
-after digit always 탍 0-125-2-236
-after digit always 탎 0-125-2-256
-after digit always 탏 0-125-2-356
-after digit always 탐 0-125-26
-after digit always 탑 0-125-12
-after digit always 탒 0-125-12-3
-after digit always 탓 0-125-3
-after digit always 탔 0-125-34
-after digit always 탕 0-125-2356
-after digit always 탖 0-125-13
-after digit always 탗 0-125-23
-after digit always 탘 0-125-235
-after digit always 탙 0-125-236
-after digit always 탚 0-125-256
-after digit always 탛 0-125-356
-after digit always 턱 0-125-1456
-after digit always 턲 0-125-1456-1
-after digit always 턳 0-125-1456-3
-after digit always 턴 0-125-23456
-after digit always 턵 0-125-23456-13
-after digit always 턶 0-125-23456-356
-after digit always 털 0-125-2345
-after digit always 턹 0-125-2345-1
-after digit always 턺 0-125-2345-26
-after digit always 턻 0-125-2345-12
-after digit always 턼 0-125-2345-3
-after digit always 턽 0-125-2345-236
-after digit always 턾 0-125-2345-256
-after digit always 턿 0-125-2345-356
-after digit always 텬 0-125-16
-after digit always 텭 0-125-16-13
-after digit always 텮 0-125-16-356
-after digit always 텰 0-125-1256
-after digit always 텱 0-125-1256-1
-after digit always 텲 0-125-1256-26
-after digit always 텳 0-125-1256-12
-after digit always 텴 0-125-1256-3
-after digit always 텵 0-125-1256-236
-after digit always 텶 0-125-1256-256
-after digit always 텷 0-125-1256-356
-after digit always 텽 0-125-12456
-after digit always 톡 0-125-1346
-after digit always 톢 0-125-1346-1
-after digit always 톣 0-125-1346-3
-after digit always 톤 0-125-12356
-after digit always 톥 0-125-12356-13
-after digit always 톦 0-125-12356-356
-after digit always 통 0-125-123456
-after digit always 툰 0-125-1245
-after digit always 툱 0-125-1245-13
-after digit always 툲 0-125-1245-356
-after digit always 툴 0-125-12346
-after digit always 툵 0-125-12346-1
-after digit always 툶 0-125-12346-26
-after digit always 툷 0-125-12346-12
-after digit always 툸 0-125-12346-3
-after digit always 툹 0-125-12346-236
-after digit always 툺 0-125-12346-256
-after digit always 툻 0-125-12346-356
-after digit always 튼 0-125-1356
-after digit always 튽 0-125-1356-13
-after digit always 튾 0-125-1356-356
-after digit always 틀 0-125-2346
-after digit always 틁 0-125-2346-1
-after digit always 틂 0-125-2346-26
-after digit always 틃 0-125-2346-12
-after digit always 틄 0-125-2346-3
-after digit always 틅 0-125-2346-236
-after digit always 틆 0-125-2346-256
-after digit always 틇 0-125-2346-356
-after digit always 틴 0-125-12345
-after digit always 틵 0-125-12345-13
-after digit always 틶 0-125-12345-356
-after digit always 파 0-145
-after digit always 팍 0-145-1
-after digit always 팎 0-145-1-1
-after digit always 팏 0-145-1-3
-after digit always 판 0-145-25
-after digit always 팑 0-145-25-13
-after digit always 팒 0-145-25-356
-after digit always 팓 0-145-35
-after digit always 팔 0-145-2
-after digit always 팕 0-145-2-1
-after digit always 팖 0-145-2-26
-after digit always 팗 0-145-2-12
-after digit always 팘 0-145-2-3
-after digit always 팙 0-145-2-236
-after digit always 팚 0-145-2-256
-after digit always 팛 0-145-2-356
-after digit always 팜 0-145-26
-after digit always 팝 0-145-12
-after digit always 팞 0-145-12-3
-after digit always 팟 0-145-3
-after digit always 팠 0-145-34
-after digit always 팡 0-145-2356
-after digit always 팢 0-145-13
-after digit always 팣 0-145-23
-after digit always 팤 0-145-235
-after digit always 팥 0-145-236
-after digit always 팦 0-145-256
-after digit always 팧 0-145-356
-after digit always 퍽 0-145-1456
-after digit always 퍾 0-145-1456-1
-after digit always 퍿 0-145-1456-3
-after digit always 펀 0-145-23456
-after digit always 펁 0-145-23456-13
-after digit always 펂 0-145-23456-356
-after digit always 펄 0-145-2345
-after digit always 펅 0-145-2345-1
-after digit always 펆 0-145-2345-26
-after digit always 펇 0-145-2345-12
-after digit always 펈 0-145-2345-3
-after digit always 펉 0-145-2345-236
-after digit always 펊 0-145-2345-256
-after digit always 펋 0-145-2345-356
-after digit always 편 0-145-16
-after digit always 펹 0-145-16-13
-after digit always 펺 0-145-16-356
-after digit always 펼 0-145-1256
-after digit always 펽 0-145-1256-1
-after digit always 펾 0-145-1256-26
-after digit always 펿 0-145-1256-12
-after digit always 폀 0-145-1256-3
-after digit always 폁 0-145-1256-236
-after digit always 폂 0-145-1256-256
-after digit always 폃 0-145-1256-356
-after digit always 평 0-145-12456
-after digit always 폭 0-145-1346
-after digit always 폮 0-145-1346-1
-after digit always 폯 0-145-1346-3
-after digit always 폰 0-145-12356
-after digit always 폱 0-145-12356-13
-after digit always 폲 0-145-12356-356
-after digit always 퐁 0-145-123456
-after digit always 푼 0-145-1245
-after digit always 푽 0-145-1245-13
-after digit always 푾 0-145-1245-356
-after digit always 풀 0-145-12346
-after digit always 풁 0-145-12346-1
-after digit always 풂 0-145-12346-26
-after digit always 풃 0-145-12346-12
-after digit always 풄 0-145-12346-3
-after digit always 풅 0-145-12346-236
-after digit always 풆 0-145-12346-256
-after digit always 풇 0-145-12346-356
-after digit always 픈 0-145-1356
-after digit always 픉 0-145-1356-13
-after digit always 픊 0-145-1356-356
-after digit always 플 0-145-2346
-after digit always 픍 0-145-2346-1
-after digit always 픎 0-145-2346-26
-after digit always 픏 0-145-2346-12
-after digit always 픐 0-145-2346-3
-after digit always 픑 0-145-2346-236
-after digit always 픒 0-145-2346-256
-after digit always 픓 0-145-2346-356
-after digit always 핀 0-145-12345
-after digit always 핁 0-145-12345-13
-after digit always 핂 0-145-12345-356
-after digit always 하 0-245
-after digit always 학 0-245-1
-after digit always 핚 0-245-1-1
-after digit always 핛 0-245-1-3
-after digit always 한 0-245-25
-after digit always 핝 0-245-25-13
-after digit always 핞 0-245-25-356
-after digit always 핟 0-245-35
-after digit always 할 0-245-2
-after digit always 핡 0-245-2-1
-after digit always 핢 0-245-2-26
-after digit always 핣 0-245-2-12
-after digit always 핤 0-245-2-3
-after digit always 핥 0-245-2-236
-after digit always 핦 0-245-2-256
-after digit always 핧 0-245-2-356
-after digit always 함 0-245-26
-after digit always 합 0-245-12
-after digit always 핪 0-245-12-3
-after digit always 핫 0-245-3
-after digit always 핬 0-245-34
-after digit always 항 0-245-2356
-after digit always 핮 0-245-13
-after digit always 핯 0-245-23
-after digit always 핰 0-245-235
-after digit always 핱 0-245-236
-after digit always 핲 0-245-256
-after digit always 핳 0-245-356
-after digit always 헉 0-245-1456
-after digit always 헊 0-245-1456-1
-after digit always 헋 0-245-1456-3
-after digit always 헌 0-245-23456
-after digit always 헍 0-245-23456-13
-after digit always 헎 0-245-23456-356
-after digit always 헐 0-245-2345
-after digit always 헑 0-245-2345-1
-after digit always 헒 0-245-2345-26
-after digit always 헓 0-245-2345-12
-after digit always 헔 0-245-2345-3
-after digit always 헕 0-245-2345-236
-after digit always 헖 0-245-2345-256
-after digit always 헗 0-245-2345-356
-after digit always 현 0-245-16
-after digit always 혅 0-245-16-13
-after digit always 혆 0-245-16-356
-after digit always 혈 0-245-1256
-after digit always 혉 0-245-1256-1
-after digit always 혊 0-245-1256-26
-after digit always 혋 0-245-1256-12
-after digit always 혌 0-245-1256-3
-after digit always 혍 0-245-1256-236
-after digit always 혎 0-245-1256-256
-after digit always 혏 0-245-1256-356
-after digit always 형 0-245-12456
-after digit always 혹 0-245-1346
-after digit always 혺 0-245-1346-1
-after digit always 혻 0-245-1346-3
-after digit always 혼 0-245-12356
-after digit always 혽 0-245-12356-13
-after digit always 혾 0-245-12356-356
-after digit always 홍 0-245-123456
-after digit always 훈 0-245-1245
-after digit always 훉 0-245-1245-13
-after digit always 훊 0-245-1245-356
-after digit always 훌 0-245-12346
-after digit always 훍 0-245-12346-1
-after digit always 훎 0-245-12346-26
-after digit always 훏 0-245-12346-12
-after digit always 훐 0-245-12346-3
-after digit always 훑 0-245-12346-236
-after digit always 훒 0-245-12346-256
-after digit always 훓 0-245-12346-356
-after digit always 흔 0-245-1356
-after digit always 흕 0-245-1356-13
-after digit always 흖 0-245-1356-356
-after digit always 흘 0-245-2346
-after digit always 흙 0-245-2346-1
-after digit always 흚 0-245-2346-26
-after digit always 흛 0-245-2346-12
-after digit always 흜 0-245-2346-3
-after digit always 흝 0-245-2346-236
-after digit always 흞 0-245-2346-256
-after digit always 흟 0-245-2346-356
-after digit always 힌 0-245-12345
-after digit always 힍 0-245-12345-13
-after digit always 힎 0-245-12345-356
-
-# Common letter contraction:
-# Due to special rules with numbers, the rest of the chars are reproduced here.
-always 가 1246
-always 각 1246-1
-always 갂 1246-1-1
-always 갃 1246-1-3
-always 간 1246-25
-always 갅 1246-25-13
-always 갆 1246-25-356
-always 갇 1246-35
-always 갈 1246-2
-always 갉 1246-2-1
-always 갊 1246-2-26
-always 갋 1246-2-12
-always 갌 1246-2-3
-always 갍 1246-2-236
-always 갎 1246-2-256
-always 갏 1246-2-356
-always 감 1246-26
-always 갑 1246-12
-always 값 1246-12-3
-always 갓 1246-3
-always 갔 1246-34
-always 강 1246-2356
-always 갖 1246-13
-always 갗 1246-23
-always 갘 1246-235
-always 같 1246-236
-always 갚 1246-256
-always 갛 1246-356
-always 걱 4-1456
-always 걲 4-1456-1
-always 걳 4-1456-3
-always 건 4-23456
-always 걵 4-23456-13
-always 걶 4-23456-356
-always 걸 4-2345
-always 걹 4-2345-1
-always 걺 4-2345-26
-always 걻 4-2345-12
-always 걼 4-2345-3
-always 걽 4-2345-236
-always 걾 4-2345-256
-always 걿 4-2345-356
-always 것 456-234
-always 겄 456-234-3
-always 견 4-16
-always 겭 4-16-13
-always 겮 4-16-356
-always 결 4-1256
-always 겱 4-1256-1
-always 겲 4-1256-26
-always 겳 4-1256-12
-always 겴 4-1256-3
-always 겵 4-1256-236
-always 겶 4-1256-256
-always 겷 4-1256-356
-always 경 4-12456
-always 곡 4-1346
-always 곢 4-1346-1
-always 곣 4-1346-3
-always 곤 4-12356
-always 곥 4-12356-13
-always 곦 4-12356-356
-always 공 4-123456
-always 군 4-1245
-always 굱 4-1245-13
-always 굲 4-1245-356
-always 굴 4-12346
-always 굵 4-12346-1
-always 굶 4-12346-26
-always 굷 4-12346-12
-always 굸 4-12346-3
-always 굹 4-12346-236
-always 굺 4-12346-256
-always 굻 4-12346-356
-always 근 4-1356
-always 귽 4-1356-13
-always 귾 4-1356-356
-always 글 4-2346
-always 긁 4-2346-1
-always 긂 4-2346-26
-always 긃 4-2346-12
-always 긄 4-2346-3
-always 긅 4-2346-236
-always 긆 4-2346-256
-always 긇 4-2346-356
-always 긴 4-12345
-always 긵 4-12345-13
-always 긶 4-12345-356
-always 까 6-1246
-always 깍 6-1246-1
-always 깎 6-1246-1-1
-always 깏 6-1246-1-3
-always 깐 6-1246-25
-always 깑 6-1246-25-13
-always 깒 6-1246-25-356
-always 깓 6-1246-35
-always 깔 6-1246-2
-always 깕 6-1246-2-1
-always 깖 6-1246-2-26
-always 깗 6-1246-2-12
-always 깘 6-1246-2-3
-always 깙 6-1246-2-236
-always 깚 6-1246-2-256
-always 깛 6-1246-2-356
-always 깜 6-1246-26
-always 깝 6-1246-12
-always 깞 6-1246-12-3
-always 깟 6-1246-3
-always 깠 6-1246-34
-always 깡 6-1246-2356
-always 깢 6-1246-13
-always 깣 6-1246-23
-always 깤 6-1246-235
-always 깥 6-1246-236
-always 깦 6-1246-256
-always 깧 6-1246-356
-always 꺽 6-4-1456
-always 꺾 6-4-1456-1
-always 꺿 6-4-1456-3
-always 껀 6-4-23456
-always 껁 6-4-23456-13
-always 껂 6-4-23456-356
-always 껄 6-4-2345
-always 껅 6-4-2345-1
-always 껆 6-4-2345-26
-always 껇 6-4-2345-12
-always 껈 6-4-2345-3
-always 껉 6-4-2345-236
-always 껊 6-4-2345-256
-always 껋 6-4-2345-356
-always 껏 6-456-234
-always 껐 6-456-234-3
-always 껸 6-4-16
-always 껹 6-4-16-13
-always 껺 6-4-16-356
-always 껼 6-4-1256
-always 껽 6-4-1256-1
-always 껾 6-4-1256-26
-always 껿 6-4-1256-12
-always 꼀 6-4-1256-3
-always 꼁 6-4-1256-236
-always 꼂 6-4-1256-256
-always 꼃 6-4-1256-356
-always 꼉 6-4-12456
-always 꼭 6-4-1346
-always 꼮 6-4-1346-1
-always 꼯 6-4-1346-3
-always 꼰 6-4-12356
-always 꼱 6-4-12356-13
-always 꼲 6-4-12356-356
-always 꽁 6-4-123456
-always 꾼 6-4-1245
-always 꾽 6-4-1245-13
-always 꾾 6-4-1245-356
-always 꿀 6-4-12346
-always 꿁 6-4-12346-1
-always 꿂 6-4-12346-26
-always 꿃 6-4-12346-12
-always 꿄 6-4-12346-3
-always 꿅 6-4-12346-236
-always 꿆 6-4-12346-256
-always 꿇 6-4-12346-356
-always 끈 6-4-1356
-always 끉 6-4-1356-13
-always 끊 6-4-1356-356
-always 끌 6-4-2346
-always 끍 6-4-2346-1
-always 끎 6-4-2346-26
-always 끏 6-4-2346-12
-always 끐 6-4-2346-3
-always 끑 6-4-2346-236
-always 끒 6-4-2346-256
-always 끓 6-4-2346-356
-always 낀 6-4-12345
-always 낁 6-4-12345-13
-always 낂 6-4-12345-356
-always 나 14
-always 낙 14-1
-always 낚 14-1-1
-always 낛 14-1-3
-always 난 14-25
-always 낝 14-25-13
-always 낞 14-25-356
-always 낟 14-35
-always 날 14-2
-always 낡 14-2-1
-always 낢 14-2-26
-always 낣 14-2-12
-always 낤 14-2-3
-always 낥 14-2-236
-always 낦 14-2-256
-always 낧 14-2-356
-always 남 14-26
-always 납 14-12
-always 낪 14-12-3
-always 낫 14-3
-always 났 14-34
-always 낭 14-2356
-always 낮 14-13
-always 낯 14-23
-always 낰 14-235
-always 낱 14-236
-always 낲 14-256
-always 낳 14-356
-always 넉 14-1456
-always 넊 14-1456-1
-always 넋 14-1456-3
-always 넌 14-23456
-always 넍 14-23456-13
-always 넎 14-23456-356
-always 널 14-2345
-always 넑 14-2345-1
-always 넒 14-2345-26
-always 넓 14-2345-12
-always 넔 14-2345-3
-always 넕 14-2345-236
-always 넖 14-2345-256
-always 넗 14-2345-356
-always 년 14-16
-always 녅 14-16-13
-always 녆 14-16-356
-always 녈 14-1256
-always 녉 14-1256-1
-always 녊 14-1256-26
-always 녋 14-1256-12
-always 녌 14-1256-3
-always 녍 14-1256-236
-always 녎 14-1256-256
-always 녏 14-1256-356
-always 녕 14-12456
-always 녹 14-1346
-always 녺 14-1346-1
-always 녻 14-1346-3
-always 논 14-12356
-always 녽 14-12356-13
-always 녾 14-12356-356
-always 농 14-123456
-always 눈 14-1245
-always 눉 14-1245-13
-always 눊 14-1245-356
-always 눌 14-12346
-always 눍 14-12346-1
-always 눎 14-12346-26
-always 눏 14-12346-12
-always 눐 14-12346-3
-always 눑 14-12346-236
-always 눒 14-12346-256
-always 눓 14-12346-356
-always 는 14-1356
-always 늕 14-1356-13
-always 늖 14-1356-356
-always 늘 14-2346
-always 늙 14-2346-1
-always 늚 14-2346-26
-always 늛 14-2346-12
-always 늜 14-2346-3
-always 늝 14-2346-236
-always 늞 14-2346-256
-always 늟 14-2346-356
-always 닌 14-12345
-always 닍 14-12345-13
-always 닎 14-12345-356
-always 다 24
-always 닥 24-1
-always 닦 24-1-1
-always 닧 24-1-3
-always 단 24-25
-always 닩 24-25-13
-always 닪 24-25-356
-always 닫 24-35
-always 달 24-2
-always 닭 24-2-1
-always 닮 24-2-26
-always 닯 24-2-12
-always 닰 24-2-3
-always 닱 24-2-236
-always 닲 24-2-256
-always 닳 24-2-356
-always 담 24-26
-always 답 24-12
-always 닶 24-12-3
-always 닷 24-3
-always 닸 24-34
-always 당 24-2356
-always 닺 24-13
-always 닻 24-23
-always 닼 24-235
-always 닽 24-236
-always 닾 24-256
-always 닿 24-356
-always 덕 24-1456
-always 덖 24-1456-1
-always 덗 24-1456-3
-always 던 24-23456
-always 덙 24-23456-13
-always 덚 24-23456-356
-always 덜 24-2345
-always 덝 24-2345-1
-always 덞 24-2345-26
-always 덟 24-2345-12
-always 덠 24-2345-3
-always 덡 24-2345-236
-always 덢 24-2345-256
-always 덣 24-2345-356
-always 뎐 24-16
-always 뎑 24-16-13
-always 뎒 24-16-356
-always 뎔 24-1256
-always 뎕 24-1256-1
-always 뎖 24-1256-26
-always 뎗 24-1256-12
-always 뎘 24-1256-3
-always 뎙 24-1256-236
-always 뎚 24-1256-256
-always 뎛 24-1256-356
-always 뎡 24-12456
-always 독 24-1346
-always 돆 24-1346-1
-always 돇 24-1346-3
-always 돈 24-12356
-always 돉 24-12356-13
-always 돊 24-12356-356
-always 동 24-123456
-always 둔 24-1245
-always 둕 24-1245-13
-always 둖 24-1245-356
-always 둘 24-12346
-always 둙 24-12346-1
-always 둚 24-12346-26
-always 둛 24-12346-12
-always 둜 24-12346-3
-always 둝 24-12346-236
-always 둞 24-12346-256
-always 둟 24-12346-356
-always 든 24-1356
-always 듡 24-1356-13
-always 듢 24-1356-356
-always 들 24-2346
-always 듥 24-2346-1
-always 듦 24-2346-26
-always 듧 24-2346-12
-always 듨 24-2346-3
-always 듩 24-2346-236
-always 듪 24-2346-256
-always 듫 24-2346-356
-always 딘 24-12345
-always 딙 24-12345-13
-always 딚 24-12345-356
-always 따 6-24
-always 딱 6-24-1
-always 딲 6-24-1-1
-always 딳 6-24-1-3
-always 딴 6-24-25
-always 딵 6-24-25-13
-always 딶 6-24-25-356
-always 딷 6-24-35
-always 딸 6-24-2
-always 딹 6-24-2-1
-always 딺 6-24-2-26
-always 딻 6-24-2-12
-always 딼 6-24-2-3
-always 딽 6-24-2-236
-always 딾 6-24-2-256
-always 딿 6-24-2-356
-always 땀 6-24-26
-always 땁 6-24-12
-always 땂 6-24-12-3
-always 땃 6-24-3
-always 땄 6-24-34
-always 땅 6-24-2356
-always 땆 6-24-13
-always 땇 6-24-23
-always 땈 6-24-235
-always 땉 6-24-236
-always 땊 6-24-256
-always 땋 6-24-356
-always 떡 6-24-1456
-always 떢 6-24-1456-1
-always 떣 6-24-1456-3
-always 떤 6-24-23456
-always 떥 6-24-23456-13
-always 떦 6-24-23456-356
-always 떨 6-24-2345
-always 떩 6-24-2345-1
-always 떪 6-24-2345-26
-always 떫 6-24-2345-12
-always 떬 6-24-2345-3
-always 떭 6-24-2345-236
-always 떮 6-24-2345-256
-always 떯 6-24-2345-356
-always 뗜 6-24-16
-always 뗝 6-24-16-13
-always 뗞 6-24-16-356
-always 뗠 6-24-1256
-always 뗡 6-24-1256-1
-always 뗢 6-24-1256-26
-always 뗣 6-24-1256-12
-always 뗤 6-24-1256-3
-always 뗥 6-24-1256-236
-always 뗦 6-24-1256-256
-always 뗧 6-24-1256-356
-always 뗭 6-24-12456
-always 똑 6-24-1346
-always 똒 6-24-1346-1
-always 똓 6-24-1346-3
-always 똔 6-24-12356
-always 똕 6-24-12356-13
-always 똖 6-24-12356-356
-always 똥 6-24-123456
-always 뚠 6-24-1245
-always 뚡 6-24-1245-13
-always 뚢 6-24-1245-356
-always 뚣 6-24-134-35
-always 뚤 6-24-12346
-always 뚥 6-24-12346-1
-always 뚦 6-24-12346-26
-always 뚧 6-24-12346-12
-always 뚨 6-24-12346-3
-always 뚩 6-24-12346-236
-always 뚪 6-24-12346-256
-always 뚫 6-24-12346-356
-always 뜬 6-24-1356
-always 뜭 6-24-1356-13
-always 뜮 6-24-1356-356
-always 뜰 6-24-2346
-always 뜱 6-24-2346-1
-always 뜲 6-24-2346-26
-always 뜳 6-24-2346-12
-always 뜴 6-24-2346-3
-always 뜵 6-24-2346-236
-always 뜶 6-24-2346-256
-always 뜷 6-24-2346-356
-always 띤 6-24-12345
-always 띥 6-24-12345-13
-always 띦 6-24-12345-356
-always 럭 5-1456
-always 럮 5-1456-1
-always 럯 5-1456-3
-always 런 5-23456
-always 럱 5-23456-13
-always 럲 5-23456-356
-always 럴 5-2345
-always 럵 5-2345-1
-always 럶 5-2345-26
-always 럷 5-2345-12
-always 럸 5-2345-3
-always 럹 5-2345-236
-always 럺 5-2345-256
-always 럻 5-2345-356
-always 련 5-16
-always 렩 5-16-13
-always 렪 5-16-356
-always 렬 5-1256
-always 렭 5-1256-1
-always 렮 5-1256-26
-always 렯 5-1256-12
-always 렰 5-1256-3
-always 렱 5-1256-236
-always 렲 5-1256-256
-always 렳 5-1256-356
-always 령 5-12456
-always 록 5-1346
-always 롞 5-1346-1
-always 롟 5-1346-3
-always 론 5-12356
-always 롡 5-12356-13
-always 롢 5-12356-356
-always 롱 5-123456
-always 룬 5-1245
-always 룭 5-1245-13
-always 룮 5-1245-356
-always 룰 5-12346
-always 룱 5-12346-1
-always 룲 5-12346-26
-always 룳 5-12346-12
-always 룴 5-12346-3
-always 룵 5-12346-236
-always 룶 5-12346-256
-always 룷 5-12346-356
-always 른 5-1356
-always 륹 5-1356-13
-always 륺 5-1356-356
-always 를 5-2346
-always 륽 5-2346-1
-always 륾 5-2346-26
-always 륿 5-2346-12
-always 릀 5-2346-3
-always 릁 5-2346-236
-always 릂 5-2346-256
-always 릃 5-2346-356
-always 린 5-12345
-always 릱 5-12345-13
-always 릲 5-12345-356
-always 마 15
-always 막 15-1
-always 맊 15-1-1
-always 맋 15-1-3
-always 만 15-25
-always 맍 15-25-13
-always 많 15-25-356
-always 맏 15-35
-always 말 15-2
-always 맑 15-2-1
-always 맒 15-2-26
-always 맓 15-2-12
-always 맔 15-2-3
-always 맕 15-2-236
-always 맖 15-2-256
-always 맗 15-2-356
-always 맘 15-26
-always 맙 15-12
-always 맚 15-12-3
-always 맛 15-3
-always 맜 15-34
-always 망 15-2356
-always 맞 15-13
-always 맟 15-23
-always 맠 15-235
-always 맡 15-236
-always 맢 15-256
-always 맣 15-356
-always 먹 15-1456
-always 먺 15-1456-1
-always 먻 15-1456-3
-always 먼 15-23456
-always 먽 15-23456-13
-always 먾 15-23456-356
-always 멀 15-2345
-always 멁 15-2345-1
-always 멂 15-2345-26
-always 멃 15-2345-12
-always 멄 15-2345-3
-always 멅 15-2345-236
-always 멆 15-2345-256
-always 멇 15-2345-356
-always 면 15-16
-always 멵 15-16-13
-always 멶 15-16-356
-always 멸 15-1256
-always 멹 15-1256-1
-always 멺 15-1256-26
-always 멻 15-1256-12
-always 멼 15-1256-3
-always 멽 15-1256-236
-always 멾 15-1256-256
-always 멿 15-1256-356
-always 명 15-12456
-always 목 15-1346
-always 몪 15-1346-1
-always 몫 15-1346-3
-always 몬 15-12356
-always 몭 15-12356-13
-always 몮 15-12356-356
-always 몽 15-123456
-always 문 15-1245
-always 묹 15-1245-13
-always 묺 15-1245-356
-always 물 15-12346
-always 묽 15-12346-1
-always 묾 15-12346-26
-always 묿 15-12346-12
-always 뭀 15-12346-3
-always 뭁 15-12346-236
-always 뭂 15-12346-256
-always 뭃 15-12346-356
-always 믄 15-1356
-always 믅 15-1356-13
-always 믆 15-1356-356
-always 믈 15-2346
-always 믉 15-2346-1
-always 믊 15-2346-26
-always 믋 15-2346-12
-always 믌 15-2346-3
-always 믍 15-2346-236
-always 믎 15-2346-256
-always 믏 15-2346-356
-always 민 15-12345
-always 믽 15-12345-13
-always 믾 15-12345-356
-always 바 45
-always 박 45-1
-always 밖 45-1-1
-always 밗 45-1-3
-always 반 45-25
-always 밙 45-25-13
-always 밚 45-25-356
-always 받 45-35
-always 발 45-2
-always 밝 45-2-1
-always 밞 45-2-26
-always 밟 45-2-12
-always 밠 45-2-3
-always 밡 45-2-236
-always 밢 45-2-256
-always 밣 45-2-356
-always 밤 45-26
-always 밥 45-12
-always 밦 45-12-3
-always 밧 45-3
-always 밨 45-34
-always 방 45-2356
-always 밪 45-13
-always 밫 45-23
-always 밬 45-235
-always 밭 45-236
-always 밮 45-256
-always 밯 45-356
-always 벅 45-1456
-always 벆 45-1456-1
-always 벇 45-1456-3
-always 번 45-23456
-always 벉 45-23456-13
-always 벊 45-23456-356
-always 벌 45-2345
-always 벍 45-2345-1
-always 벎 45-2345-26
-always 벏 45-2345-12
-always 벐 45-2345-3
-always 벑 45-2345-236
-always 벒 45-2345-256
-always 벓 45-2345-356
-always 변 45-16
-always 볁 45-16-13
-always 볂 45-16-356
-always 별 45-1256
-always 볅 45-1256-1
-always 볆 45-1256-26
-always 볇 45-1256-12
-always 볈 45-1256-3
-always 볉 45-1256-236
-always 볊 45-1256-256
-always 볋 45-1256-356
-always 병 45-12456
-always 복 45-1346
-always 볶 45-1346-1
-always 볷 45-1346-3
-always 본 45-12356
-always 볹 45-12356-13
-always 볺 45-12356-356
-always 봉 45-123456
-always 분 45-1245
-always 붅 45-1245-13
-always 붆 45-1245-356
-always 불 45-12346
-always 붉 45-12346-1
-always 붊 45-12346-26
-always 붋 45-12346-12
-always 붌 45-12346-3
-always 붍 45-12346-236
-always 붎 45-12346-256
-always 붏 45-12346-356
-always 븐 45-1356
-always 븑 45-1356-13
-always 븒 45-1356-356
-always 블 45-2346
-always 븕 45-2346-1
-always 븖 45-2346-26
-always 븗 45-2346-12
-always 븘 45-2346-3
-always 븙 45-2346-236
-always 븚 45-2346-256
-always 븛 45-2346-356
-always 빈 45-12345
-always 빉 45-12345-13
-always 빊 45-12345-356
-always 빠 6-45
-always 빡 6-45-1
-always 빢 6-45-1-1
-always 빣 6-45-1-3
-always 빤 6-45-25
-always 빥 6-45-25-13
-always 빦 6-45-25-356
-always 빧 6-45-35
-always 빨 6-45-2
-always 빩 6-45-2-1
-always 빪 6-45-2-26
-always 빫 6-45-2-12
-always 빬 6-45-2-3
-always 빭 6-45-2-236
-always 빮 6-45-2-256
-always 빯 6-45-2-356
-always 빰 6-45-26
-always 빱 6-45-12
-always 빲 6-45-12-3
-always 빳 6-45-3
-always 빴 6-45-34
-always 빵 6-45-2356
-always 빶 6-45-13
-always 빷 6-45-23
-always 빸 6-45-235
-always 빹 6-45-236
-always 빺 6-45-256
-always 빻 6-45-356
-always 뻑 6-45-1456
-always 뻒 6-45-1456-1
-always 뻓 6-45-1456-3
-always 뻔 6-45-23456
-always 뻕 6-45-23456-13
-always 뻖 6-45-23456-356
-always 뻘 6-45-2345
-always 뻙 6-45-2345-1
-always 뻚 6-45-2345-26
-always 뻛 6-45-2345-12
-always 뻜 6-45-2345-3
-always 뻝 6-45-2345-236
-always 뻞 6-45-2345-256
-always 뻟 6-45-2345-356
-always 뼌 6-45-16
-always 뼍 6-45-16-13
-always 뼎 6-45-16-356
-always 뼐 6-45-1256
-always 뼑 6-45-1256-1
-always 뼒 6-45-1256-26
-always 뼓 6-45-1256-12
-always 뼔 6-45-1256-3
-always 뼕 6-45-1256-236
-always 뼖 6-45-1256-256
-always 뼗 6-45-1256-356
-always 뼝 6-45-12456
-always 뽁 6-45-1346
-always 뽂 6-45-1346-1
-always 뽃 6-45-1346-3
-always 뽄 6-45-12356
-always 뽅 6-45-12356-13
-always 뽆 6-45-12356-356
-always 뽕 6-45-123456
-always 뿐 6-45-1245
-always 뿑 6-45-1245-13
-always 뿒 6-45-1245-356
-always 뿔 6-45-12346
-always 뿕 6-45-12346-1
-always 뿖 6-45-12346-26
-always 뿗 6-45-12346-12
-always 뿘 6-45-12346-3
-always 뿙 6-45-12346-236
-always 뿚 6-45-12346-256
-always 뿛 6-45-12346-356
-always 쁜 6-45-1356
-always 쁝 6-45-1356-13
-always 쁞 6-45-1356-356
-always 쁠 6-45-2346
-always 쁡 6-45-2346-1
-always 쁢 6-45-2346-26
-always 쁣 6-45-2346-12
-always 쁤 6-45-2346-3
-always 쁥 6-45-2346-236
-always 쁦 6-45-2346-256
-always 쁧 6-45-2346-356
-always 삔 6-45-12345
-always 삕 6-45-12345-13
-always 삖 6-45-12345-356
-always 사 123
-always 삭 123-1
-always 삮 123-1-1
-always 삯 123-1-3
-always 산 123-25
-always 삱 123-25-13
-always 삲 123-25-356
-always 삳 123-35
-always 살 123-2
-always 삵 123-2-1
-always 삶 123-2-26
-always 삷 123-2-12
-always 삸 123-2-3
-always 삹 123-2-236
-always 삺 123-2-256
-always 삻 123-2-356
-always 삼 123-26
-always 삽 123-12
-always 삾 123-12-3
-always 삿 123-3
-always 샀 123-34
-always 상 123-2356
-always 샂 123-13
-always 샃 123-23
-always 샄 123-235
-always 샅 123-236
-always 샆 123-256
-always 샇 123-356
-always 석 6-1456
-always 섞 6-1456-1
-always 섟 6-1456-3
-always 선 6-23456
-always 섡 6-23456-13
-always 섢 6-23456-356
-always 설 6-2345
-always 섥 6-2345-1
-always 섦 6-2345-26
-always 섧 6-2345-12
-always 섨 6-2345-3
-always 섩 6-2345-236
-always 섪 6-2345-256
-always 섫 6-2345-356
-always 성 6-12456
-always 션 6-16
-always 셙 6-16-13
-always 셚 6-16-356
-always 셜 6-1256
-always 셝 6-1256-1
-always 셞 6-1256-26
-always 셟 6-1256-12
-always 셠 6-1256-3
-always 셡 6-1256-236
-always 셢 6-1256-256
-always 셣 6-1256-356
-always 속 6-1346
-always 솎 6-1346-1
-always 솏 6-1346-3
-always 손 6-12356
-always 솑 6-12356-13
-always 솒 6-12356-356
-always 송 6-123456
-always 순 6-1245
-always 숝 6-1245-13
-always 숞 6-1245-356
-always 술 6-12346
-always 숡 6-12346-1
-always 숢 6-12346-26
-always 숣 6-12346-12
-always 숤 6-12346-3
-always 숥 6-12346-236
-always 숦 6-12346-256
-always 숧 6-12346-356
-always 슨 6-1356
-always 슩 6-1356-13
-always 슪 6-1356-356
-always 슬 6-2346
-always 슭 6-2346-1
-always 슮 6-2346-26
-always 슯 6-2346-12
-always 슰 6-2346-3
-always 슱 6-2346-236
-always 슲 6-2346-256
-always 슳 6-2346-356
-always 신 6-12345
-always 싡 6-12345-13
-always 싢 6-12345-356
-always 싸 6-123
-always 싹 6-123-1
-always 싺 6-123-1-1
-always 싻 6-123-1-3
-always 싼 6-123-25
-always 싽 6-123-25-13
-always 싾 6-123-25-356
-always 싿 6-123-35
-always 쌀 6-123-2
-always 쌁 6-123-2-1
-always 쌂 6-123-2-26
-always 쌃 6-123-2-12
-always 쌄 6-123-2-3
-always 쌅 6-123-2-236
-always 쌆 6-123-2-256
-always 쌇 6-123-2-356
-always 쌈 6-123-26
-always 쌉 6-123-12
-always 쌊 6-123-12-3
-always 쌋 6-123-3
-always 쌌 6-123-34
-always 쌍 6-123-2356
-always 쌎 6-123-13
-always 쌏 6-123-23
-always 쌐 6-123-235
-always 쌑 6-123-236
-always 쌒 6-123-256
-always 쌓 6-123-356
-always 썩 6-6-1456
-always 썪 6-6-1456-1
-always 썫 6-6-1456-3
-always 썬 6-6-23456
-always 썭 6-6-23456-13
-always 썮 6-6-23456-356
-always 썰 6-6-2345
-always 썱 6-6-2345-1
-always 썲 6-6-2345-26
-always 썳 6-6-2345-12
-always 썴 6-6-2345-3
-always 썵 6-6-2345-236
-always 썶 6-6-2345-256
-always 썷 6-6-2345-356
-always 썽 6-6-12456
-always 쎤 6-6-16
-always 쎥 6-6-16-13
-always 쎦 6-6-16-356
-always 쎨 6-6-1256
-always 쎩 6-6-1256-1
-always 쎪 6-6-1256-26
-always 쎫 6-6-1256-12
-always 쎬 6-6-1256-3
-always 쎭 6-6-1256-236
-always 쎮 6-6-1256-256
-always 쎯 6-6-1256-356
-always 쏙 6-6-1346
-always 쏚 6-6-1346-1
-always 쏛 6-6-1346-3
-always 쏜 6-6-12356
-always 쏝 6-6-12356-13
-always 쏞 6-6-12356-356
-always 쏭 6-6-123456
-always 쑨 6-6-1245
-always 쑩 6-6-1245-13
-always 쑪 6-6-1245-356
-always 쑬 6-6-12346
-always 쑭 6-6-12346-1
-always 쑮 6-6-12346-26
-always 쑯 6-6-12346-12
-always 쑰 6-6-12346-3
-always 쑱 6-6-12346-236
-always 쑲 6-6-12346-256
-always 쑳 6-6-12346-356
-always 쓴 6-6-1356
-always 쓵 6-6-1356-13
-always 쓶 6-6-1356-356
-always 쓸 6-6-2346
-always 쓹 6-6-2346-1
-always 쓺 6-6-2346-26
-always 쓻 6-6-2346-12
-always 쓼 6-6-2346-3
-always 쓽 6-6-2346-236
-always 쓾 6-6-2346-256
-always 쓿 6-6-2346-356
-always 씬 6-6-12345
-always 씭 6-6-12345-13
-always 씮 6-6-12345-356
-always 억 1456
-always 얶 1456-1
-always 얷 1456-3
-always 언 23456
-always 얹 23456-13
-always 얺 23456-356
-always 얼 2345
-always 얽 2345-1
-always 얾 2345-26
-always 얿 2345-12
-always 엀 2345-3
-always 엁 2345-236
-always 엂 2345-256
-always 엃 2345-356
-always 연 16
-always 엱 16-13
-always 엲 16-356
-always 열 1256
-always 엵 1256-1
-always 엶 1256-26
-always 엷 1256-12
-always 엸 1256-3
-always 엹 1256-236
-always 엺 1256-256
-always 엻 1256-356
-always 영 12456
-always 옥 1346
-always 옦 1346-1
-always 옧 1346-3
-always 온 12356
-always 옩 12356-13
-always 옪 12356-356
-always 옹 123456
-always 운 1245
-always 욵 1245-13
-always 욶 1245-356
-always 울 12346
-always 욹 12346-1
-always 욺 12346-26
-always 욻 12346-12
-always 욼 12346-3
-always 욽 12346-236
-always 욾 12346-256
-always 욿 12346-356
-always 은 1356
-always 읁 1356-13
-always 읂 1356-356
-always 을 2346
-always 읅 2346-1
-always 읆 2346-26
-always 읇 2346-12
-always 읈 2346-3
-always 읉 2346-236
-always 읊 2346-256
-always 읋 2346-356
-always 인 12345
-always 읹 12345-13
-always 읺 12345-356
-always 자 46
-always 작 46-1
-always 잒 46-1-1
-always 잓 46-1-3
-always 잔 46-25
-always 잕 46-25-13
-always 잖 46-25-356
-always 잗 46-35
-always 잘 46-2
-always 잙 46-2-1
-always 잚 46-2-26
-always 잛 46-2-12
-always 잜 46-2-3
-always 잝 46-2-236
-always 잞 46-2-256
-always 잟 46-2-356
-always 잠 46-26
-always 잡 46-12
-always 잢 46-12-3
-always 잣 46-3
-always 잤 46-34
-always 장 46-2356
-always 잦 46-13
-always 잧 46-23
-always 잨 46-235
-always 잩 46-236
-always 잪 46-256
-always 잫 46-356
-always 적 46-1456
-always 젂 46-1456-1
-always 젃 46-1456-3
-always 전 46-23456
-always 젅 46-23456-13
-always 젆 46-23456-356
-always 절 46-2345
-always 젉 46-2345-1
-always 젊 46-2345-26
-always 젋 46-2345-12
-always 젌 46-2345-3
-always 젍 46-2345-236
-always 젎 46-2345-256
-always 젏 46-2345-356
-always 정 46-12456
-always 젼 46-16
-always 젽 46-16-13
-always 젾 46-16-356
-always 졀 46-1256
-always 졁 46-1256-1
-always 졂 46-1256-26
-always 졃 46-1256-12
-always 졄 46-1256-3
-always 졅 46-1256-236
-always 졆 46-1256-256
-always 졇 46-1256-356
-always 족 46-1346
-always 졲 46-1346-1
-always 졳 46-1346-3
-always 존 46-12356
-always 졵 46-12356-13
-always 졶 46-12356-356
-always 종 46-123456
-always 준 46-1245
-always 줁 46-1245-13
-always 줂 46-1245-356
-always 줄 46-12346
-always 줅 46-12346-1
-always 줆 46-12346-26
-always 줇 46-12346-12
-always 줈 46-12346-3
-always 줉 46-12346-236
-always 줊 46-12346-256
-always 줋 46-12346-356
-always 즌 46-1356
-always 즍 46-1356-13
-always 즎 46-1356-356
-always 즐 46-2346
-always 즑 46-2346-1
-always 즒 46-2346-26
-always 즓 46-2346-12
-always 즔 46-2346-3
-always 즕 46-2346-236
-always 즖 46-2346-256
-always 즗 46-2346-356
-always 진 46-12345
-always 짅 46-12345-13
-always 짆 46-12345-356
-always 짜 6-46
-always 짝 6-46-1
-always 짞 6-46-1-1
-always 짟 6-46-1-3
-always 짠 6-46-25
-always 짡 6-46-25-13
-always 짢 6-46-25-356
-always 짣 6-46-35
-always 짤 6-46-2
-always 짥 6-46-2-1
-always 짦 6-46-2-26
-always 짧 6-46-2-12
-always 짨 6-46-2-3
-always 짩 6-46-2-236
-always 짪 6-46-2-256
-always 짫 6-46-2-356
-always 짬 6-46-26
-always 짭 6-46-12
-always 짮 6-46-12-3
-always 짯 6-46-3
-always 짰 6-46-34
-always 짱 6-46-2356
-always 짲 6-46-13
-always 짳 6-46-23
-always 짴 6-46-235
-always 짵 6-46-236
-always 짶 6-46-256
-always 짷 6-46-356
-always 쩍 6-46-1456
-always 쩎 6-46-1456-1
-always 쩏 6-46-1456-3
-always 쩐 6-46-23456
-always 쩑 6-46-23456-13
-always 쩒 6-46-23456-356
-always 쩔 6-46-2345
-always 쩕 6-46-2345-1
-always 쩖 6-46-2345-26
-always 쩗 6-46-2345-12
-always 쩘 6-46-2345-3
-always 쩙 6-46-2345-236
-always 쩚 6-46-2345-256
-always 쩛 6-46-2345-356
-always 쩡 6-46-12456
-always 쪈 6-46-16
-always 쪉 6-46-16-13
-always 쪊 6-46-16-356
-always 쪌 6-46-1256
-always 쪍 6-46-1256-1
-always 쪎 6-46-1256-26
-always 쪏 6-46-1256-12
-always 쪐 6-46-1256-3
-always 쪑 6-46-1256-236
-always 쪒 6-46-1256-256
-always 쪓 6-46-1256-356
-always 쪽 6-46-1346
-always 쪾 6-46-1346-1
-always 쪿 6-46-1346-3
-always 쫀 6-46-12356
-always 쫁 6-46-12356-13
-always 쫂 6-46-12356-356
-always 쫑 6-46-123456
-always 쭌 6-46-1245
-always 쭍 6-46-1245-13
-always 쭎 6-46-1245-356
-always 쭐 6-46-12346
-always 쭑 6-46-12346-1
-always 쭒 6-46-12346-26
-always 쭓 6-46-12346-12
-always 쭔 6-46-12346-3
-always 쭕 6-46-12346-236
-always 쭖 6-46-12346-256
-always 쭗 6-46-12346-356
-always 쯘 6-46-1356
-always 쯙 6-46-1356-13
-always 쯚 6-46-1356-356
-always 쯜 6-46-2346
-always 쯝 6-46-2346-1
-always 쯞 6-46-2346-26
-always 쯟 6-46-2346-12
-always 쯠 6-46-2346-3
-always 쯡 6-46-2346-236
-always 쯢 6-46-2346-256
-always 쯣 6-46-2346-356
-always 찐 6-46-12345
-always 찑 6-46-12345-13
-always 찒 6-46-12345-356
-always 척 56-1456
-always 첚 56-1456-1
-always 첛 56-1456-3
-always 천 56-23456
-always 첝 56-23456-13
-always 첞 56-23456-356
-always 철 56-2345
-always 첡 56-2345-1
-always 첢 56-2345-26
-always 첣 56-2345-12
-always 첤 56-2345-3
-always 첥 56-2345-236
-always 첦 56-2345-256
-always 첧 56-2345-356
-always 청 56-12456
-always 쳔 56-16
-always 쳕 56-16-13
-always 쳖 56-16-356
-always 쳘 56-1256
-always 쳙 56-1256-1
-always 쳚 56-1256-26
-always 쳛 56-1256-12
-always 쳜 56-1256-3
-always 쳝 56-1256-236
-always 쳞 56-1256-256
-always 쳟 56-1256-356
-always 촉 56-1346
-always 촊 56-1346-1
-always 촋 56-1346-3
-always 촌 56-12356
-always 촍 56-12356-13
-always 촎 56-12356-356
-always 총 56-123456
-always 춘 56-1245
-always 춙 56-1245-13
-always 춚 56-1245-356
-always 출 56-12346
-always 춝 56-12346-1
-always 춞 56-12346-26
-always 춟 56-12346-12
-always 춠 56-12346-3
-always 춡 56-12346-236
-always 춢 56-12346-256
-always 춣 56-12346-356
-always 츤 56-1356
-always 츥 56-1356-13
-always 츦 56-1356-356
-always 츨 56-2346
-always 츩 56-2346-1
-always 츪 56-2346-26
-always 츫 56-2346-12
-always 츬 56-2346-3
-always 츭 56-2346-236
-always 츮 56-2346-256
-always 츯 56-2346-356
-always 친 56-12345
-always 칝 56-12345-13
-always 칞 56-12345-356
-always 카 124
-always 칵 124-1
-always 칶 124-1-1
-always 칷 124-1-3
-always 칸 124-25
-always 칹 124-25-13
-always 칺 124-25-356
-always 칻 124-35
-always 칼 124-2
-always 칽 124-2-1
-always 칾 124-2-26
-always 칿 124-2-12
-always 캀 124-2-3
-always 캁 124-2-236
-always 캂 124-2-256
-always 캃 124-2-356
-always 캄 124-26
-always 캅 124-12
-always 캆 124-12-3
-always 캇 124-3
-always 캈 124-34
-always 캉 124-2356
-always 캊 124-13
-always 캋 124-23
-always 캌 124-235
-always 캍 124-236
-always 캎 124-256
-always 캏 124-356
-always 컥 124-1456
-always 컦 124-1456-1
-always 컧 124-1456-3
-always 컨 124-23456
-always 컩 124-23456-13
-always 컪 124-23456-356
-always 컬 124-2345
-always 컭 124-2345-1
-always 컮 124-2345-26
-always 컯 124-2345-12
-always 컰 124-2345-3
-always 컱 124-2345-236
-always 컲 124-2345-256
-always 컳 124-2345-356
-always 켠 124-16
-always 켡 124-16-13
-always 켢 124-16-356
-always 켤 124-1256
-always 켥 124-1256-1
-always 켦 124-1256-26
-always 켧 124-1256-12
-always 켨 124-1256-3
-always 켩 124-1256-236
-always 켪 124-1256-256
-always 켫 124-1256-356
-always 켱 124-12456
-always 콕 124-1346
-always 콖 124-1346-1
-always 콗 124-1346-3
-always 콘 124-12356
-always 콙 124-12356-13
-always 콚 124-12356-356
-always 콩 124-123456
-always 쿤 124-1245
-always 쿥 124-1245-13
-always 쿦 124-1245-356
-always 쿨 124-12346
-always 쿩 124-12346-1
-always 쿪 124-12346-26
-always 쿫 124-12346-12
-always 쿬 124-12346-3
-always 쿭 124-12346-236
-always 쿮 124-12346-256
-always 쿯 124-12346-356
-always 큰 124-1356
-always 큱 124-1356-13
-always 큲 124-1356-356
-always 클 124-2346
-always 큵 124-2346-1
-always 큶 124-2346-26
-always 큷 124-2346-12
-always 큸 124-2346-3
-always 큹 124-2346-236
-always 큺 124-2346-256
-always 큻 124-2346-356
-always 킨 124-12345
-always 킩 124-12345-13
-always 킪 124-12345-356
-always 타 125
-always 탁 125-1
-always 탂 125-1-1
-always 탃 125-1-3
-always 탄 125-25
-always 탅 125-25-13
-always 탆 125-25-356
-always 탇 125-35
-always 탈 125-2
-always 탉 125-2-1
-always 탊 125-2-26
-always 탋 125-2-12
-always 탌 125-2-3
-always 탍 125-2-236
-always 탎 125-2-256
-always 탏 125-2-356
-always 탐 125-26
-always 탑 125-12
-always 탒 125-12-3
-always 탓 125-3
-always 탔 125-34
-always 탕 125-2356
-always 탖 125-13
-always 탗 125-23
-always 탘 125-235
-always 탙 125-236
-always 탚 125-256
-always 탛 125-356
-always 턱 125-1456
-always 턲 125-1456-1
-always 턳 125-1456-3
-always 턴 125-23456
-always 턵 125-23456-13
-always 턶 125-23456-356
-always 털 125-2345
-always 턹 125-2345-1
-always 턺 125-2345-26
-always 턻 125-2345-12
-always 턼 125-2345-3
-always 턽 125-2345-236
-always 턾 125-2345-256
-always 턿 125-2345-356
-always 텬 125-16
-always 텭 125-16-13
-always 텮 125-16-356
-always 텰 125-1256
-always 텱 125-1256-1
-always 텲 125-1256-26
-always 텳 125-1256-12
-always 텴 125-1256-3
-always 텵 125-1256-236
-always 텶 125-1256-256
-always 텷 125-1256-356
-always 텽 125-12456
-always 톡 125-1346
-always 톢 125-1346-1
-always 톣 125-1346-3
-always 톤 125-12356
-always 톥 125-12356-13
-always 톦 125-12356-356
-always 통 125-123456
-always 툰 125-1245
-always 툱 125-1245-13
-always 툲 125-1245-356
-always 툴 125-12346
-always 툵 125-12346-1
-always 툶 125-12346-26
-always 툷 125-12346-12
-always 툸 125-12346-3
-always 툹 125-12346-236
-always 툺 125-12346-256
-always 툻 125-12346-356
-always 튼 125-1356
-always 튽 125-1356-13
-always 튾 125-1356-356
-always 틀 125-2346
-always 틁 125-2346-1
-always 틂 125-2346-26
-always 틃 125-2346-12
-always 틄 125-2346-3
-always 틅 125-2346-236
-always 틆 125-2346-256
-always 틇 125-2346-356
-always 틴 125-12345
-always 틵 125-12345-13
-always 틶 125-12345-356
-always 파 145
-always 팍 145-1
-always 팎 145-1-1
-always 팏 145-1-3
-always 판 145-25
-always 팑 145-25-13
-always 팒 145-25-356
-always 팓 145-35
-always 팔 145-2
-always 팕 145-2-1
-always 팖 145-2-26
-always 팗 145-2-12
-always 팘 145-2-3
-always 팙 145-2-236
-always 팚 145-2-256
-always 팛 145-2-356
-always 팜 145-26
-always 팝 145-12
-always 팞 145-12-3
-always 팟 145-3
-always 팠 145-34
-always 팡 145-2356
-always 팢 145-13
-always 팣 145-23
-always 팤 145-235
-always 팥 145-236
-always 팦 145-256
-always 팧 145-356
-always 퍽 145-1456
-always 퍾 145-1456-1
-always 퍿 145-1456-3
-always 펀 145-23456
-always 펁 145-23456-13
-always 펂 145-23456-356
-always 펄 145-2345
-always 펅 145-2345-1
-always 펆 145-2345-26
-always 펇 145-2345-12
-always 펈 145-2345-3
-always 펉 145-2345-236
-always 펊 145-2345-256
-always 펋 145-2345-356
-always 편 145-16
-always 펹 145-16-13
-always 펺 145-16-356
-always 펼 145-1256
-always 펽 145-1256-1
-always 펾 145-1256-26
-always 펿 145-1256-12
-always 폀 145-1256-3
-always 폁 145-1256-236
-always 폂 145-1256-256
-always 폃 145-1256-356
-always 평 145-12456
-always 폭 145-1346
-always 폮 145-1346-1
-always 폯 145-1346-3
-always 폰 145-12356
-always 폱 145-12356-13
-always 폲 145-12356-356
-always 퐁 145-123456
-always 푼 145-1245
-always 푽 145-1245-13
-always 푾 145-1245-356
-always 풀 145-12346
-always 풁 145-12346-1
-always 풂 145-12346-26
-always 풃 145-12346-12
-always 풄 145-12346-3
-always 풅 145-12346-236
-always 풆 145-12346-256
-always 풇 145-12346-356
-always 픈 145-1356
-always 픉 145-1356-13
-always 픊 145-1356-356
-always 플 145-2346
-always 픍 145-2346-1
-always 픎 145-2346-26
-always 픏 145-2346-12
-always 픐 145-2346-3
-always 픑 145-2346-236
-always 픒 145-2346-256
-always 픓 145-2346-356
-always 핀 145-12345
-always 핁 145-12345-13
-always 핂 145-12345-356
-always 하 245
-always 학 245-1
-always 핚 245-1-1
-always 핛 245-1-3
-always 한 245-25
-always 핝 245-25-13
-always 핞 245-25-356
-always 핟 245-35
-always 할 245-2
-always 핡 245-2-1
-always 핢 245-2-26
-always 핣 245-2-12
-always 핤 245-2-3
-always 핥 245-2-236
-always 핦 245-2-256
-always 핧 245-2-356
-always 함 245-26
-always 합 245-12
-always 핪 245-12-3
-always 핫 245-3
-always 핬 245-34
-always 항 245-2356
-always 핮 245-13
-always 핯 245-23
-always 핰 245-235
-always 핱 245-236
-always 핲 245-256
-always 핳 245-356
-always 헉 245-1456
-always 헊 245-1456-1
-always 헋 245-1456-3
-always 헌 245-23456
-always 헍 245-23456-13
-always 헎 245-23456-356
-always 헐 245-2345
-always 헑 245-2345-1
-always 헒 245-2345-26
-always 헓 245-2345-12
-always 헔 245-2345-3
-always 헕 245-2345-236
-always 헖 245-2345-256
-always 헗 245-2345-356
-always 현 245-16
-always 혅 245-16-13
-always 혆 245-16-356
-always 혈 245-1256
-always 혉 245-1256-1
-always 혊 245-1256-26
-always 혋 245-1256-12
-always 혌 245-1256-3
-always 혍 245-1256-236
-always 혎 245-1256-256
-always 혏 245-1256-356
-always 형 245-12456
-always 혹 245-1346
-always 혺 245-1346-1
-always 혻 245-1346-3
-always 혼 245-12356
-always 혽 245-12356-13
-always 혾 245-12356-356
-always 홍 245-123456
-always 훈 245-1245
-always 훉 245-1245-13
-always 훊 245-1245-356
-always 훌 245-12346
-always 훍 245-12346-1
-always 훎 245-12346-26
-always 훏 245-12346-12
-always 훐 245-12346-3
-always 훑 245-12346-236
-always 훒 245-12346-256
-always 훓 245-12346-356
-always 흔 245-1356
-always 흕 245-1356-13
-always 흖 245-1356-356
-always 흘 245-2346
-always 흙 245-2346-1
-always 흚 245-2346-26
-always 흛 245-2346-12
-always 흜 245-2346-3
-always 흝 245-2346-236
-always 흞 245-2346-256
-always 흟 245-2346-356
-always 힌 245-12345
-always 힍 245-12345-13
-always 힎 245-12345-356
-
-
-# Special cases:
-
-# Case 1: multi-cell contractions:
-# These require that two cells are used for contractions (shorthand for commonly used words).
-always 그래서	1-234
-always 그러나	1-14
-always 그러면	1-25
-always 그러므로	1-26
-always 그런데	1-1345
-always 그리고	1-136
-always 그리하여	1-156
-
-# Case 2: Special jamo (conscenant-vowel) sequences (mostly "ah" sounds):
-# These require that "ah" (dots 126) be inserted before reading "ng" conscenant.
-always 나아 14-126-126
-always 나악 14-126-126-1
-always 나앆 14-126-126-1-1
-always 나앇 14-126-126-1-3
-always 나안 14-126-126-25
-always 나앉 14-126-126-25-13
-always 나않 14-126-126-25-356
-always 나앋 14-126-126-35
-always 나알 14-126-126-2
-always 나앍 14-126-126-2-1
-always 나앎 14-126-126-2-26
-always 나앏 14-126-126-2-12
-always 나앐 14-126-126-2-3
-always 나앑 14-126-126-2-236
-always 나앒 14-126-126-2-256
-always 나앓 14-126-126-2-356
-always 나암 14-126-126-26
-always 나압 14-126-126-12
-always 나앖 14-126-126-12-3
-always 나앗 14-126-126-3
-always 나았 14-126-126-34
-always 나앙 14-126-126-2356
-always 나앚 14-126-126-13
-always 나앛 14-126-126-23
-always 나앜 14-126-126-235
-always 나앝 14-126-126-236
-always 나앞 14-126-126-256
-always 나앟 14-126-126-356
-always 나애 14-126-1235
-always 나액 14-126-1235-1
-always 나앢 14-126-1235-1-1
-always 나앣 14-126-1235-1-3
-always 나앤 14-126-1235-25
-always 나앥 14-126-1235-25-13
-always 나앦 14-126-1235-25-356
-always 나앧 14-126-1235-35
-always 나앨 14-126-1235-2
-always 나앩 14-126-1235-2-1
-always 나앪 14-126-1235-2-26
-always 나앫 14-126-1235-2-12
-always 나앬 14-126-1235-2-3
-always 나앭 14-126-1235-2-236
-always 나앮 14-126-1235-2-256
-always 나앯 14-126-1235-2-356
-always 나앰 14-126-1235-26
-always 나앱 14-126-1235-12
-always 나앲 14-126-1235-12-3
-always 나앳 14-126-1235-3
-always 나앴 14-126-1235-34
-always 나앵 14-126-1235-2356
-always 나앶 14-126-1235-13
-always 나앷 14-126-1235-23
-always 나앸 14-126-1235-235
-always 나앹 14-126-1235-236
-always 나앺 14-126-1235-256
-always 나앻 14-126-1235-356
-always 나야 14-126-345
-always 나약 14-126-345-1
-always 나앾 14-126-345-1-1
-always 나앿 14-126-345-1-3
-always 나얀 14-126-345-25
-always 나얁 14-126-345-25-13
-always 나얂 14-126-345-25-356
-always 나얃 14-126-345-35
-always 나얄 14-126-345-2
-always 나얅 14-126-345-2-1
-always 나얆 14-126-345-2-26
-always 나얇 14-126-345-2-12
-always 나얈 14-126-345-2-3
-always 나얉 14-126-345-2-236
-always 나얊 14-126-345-2-256
-always 나얋 14-126-345-2-356
-always 나얌 14-126-345-26
-always 나얍 14-126-345-12
-always 나얎 14-126-345-12-3
-always 나얏 14-126-345-3
-always 나얐 14-126-345-34
-always 나양 14-126-345-2356
-always 나얒 14-126-345-13
-always 나얓 14-126-345-23
-always 나얔 14-126-345-235
-always 나얕 14-126-345-236
-always 나얖 14-126-345-256
-always 나얗 14-126-345-356
-always 나얘 14-126-345-1235
-always 나얙 14-126-345-1235-1
-always 나얚 14-126-345-1235-1-1
-always 나얛 14-126-345-1235-1-3
-always 나얜 14-126-345-1235-25
-always 나얝 14-126-345-1235-25-13
-always 나얞 14-126-345-1235-25-356
-always 나얟 14-126-345-1235-35
-always 나얠 14-126-345-1235-2
-always 나얡 14-126-345-1235-2-1
-always 나얢 14-126-345-1235-2-26
-always 나얣 14-126-345-1235-2-12
-always 나얤 14-126-345-1235-2-3
-always 나얥 14-126-345-1235-2-236
-always 나얦 14-126-345-1235-2-256
-always 나얧 14-126-345-1235-2-356
-always 나얨 14-126-345-1235-26
-always 나얩 14-126-345-1235-12
-always 나얪 14-126-345-1235-12-3
-always 나얫 14-126-345-1235-3
-always 나얬 14-126-345-1235-34
-always 나얭 14-126-345-1235-2356
-always 나얮 14-126-345-1235-13
-always 나얯 14-126-345-1235-23
-always 나얰 14-126-345-1235-235
-always 나얱 14-126-345-1235-236
-always 나얲 14-126-345-1235-256
-always 나얳 14-126-345-1235-356
-always 나어 14-126-234
-always 나억 14-126-1456
-always 나얶 14-126-1456-1
-always 나얷 14-126-1456-3
-always 나언 14-126-23456
-always 나얹 14-126-23456-13
-always 나얺 14-126-23456-356
-always 나얻 14-126-234-35
-always 나얼 14-126-2345
-always 나얽 14-126-2345-1
-always 나얾 14-126-2345-26
-always 나얿 14-126-2345-12
-always 나엀 14-126-2345-3
-always 나엁 14-126-2345-236
-always 나엂 14-126-2345-256
-always 나엃 14-126-2345-356
-always 나엄 14-126-234-26
-always 나업 14-126-234-12
-always 나없 14-126-234-12-3
-always 나엇 14-126-234-3
-always 나었 14-126-234-34
-always 나엉 14-126-234-2356
-always 나엊 14-126-234-13
-always 나엋 14-126-234-23
-always 나엌 14-126-234-235
-always 나엍 14-126-234-236
-always 나엎 14-126-234-256
-always 나엏 14-126-234-356
-always 나에 14-126-1345
-always 나엑 14-126-1345-1
-always 나엒 14-126-1345-1-1
-always 나엓 14-126-1345-1-3
-always 나엔 14-126-1345-25
-always 나엕 14-126-1345-25-13
-always 나엖 14-126-1345-25-356
-always 나엗 14-126-1345-35
-always 나엘 14-126-1345-2
-always 나엙 14-126-1345-2-1
-always 나엚 14-126-1345-2-26
-always 나엛 14-126-1345-2-12
-always 나엜 14-126-1345-2-3
-always 나엝 14-126-1345-2-236
-always 나엞 14-126-1345-2-256
-always 나엟 14-126-1345-2-356
-always 나엠 14-126-1345-26
-always 나엡 14-126-1345-12
-always 나엢 14-126-1345-12-3
-always 나엣 14-126-1345-3
-always 나엤 14-126-1345-34
-always 나엥 14-126-1345-2356
-always 나엦 14-126-1345-13
-always 나엧 14-126-1345-23
-always 나엨 14-126-1345-235
-always 나엩 14-126-1345-236
-always 나엪 14-126-1345-256
-always 나엫 14-126-1345-356
-always 나여 14-126-156
-always 나역 14-126-156-1
-always 나엮 14-126-156-1-1
-always 나엯 14-126-156-1-3
-always 나연 14-126-16
-always 나엱 14-126-16-13
-always 나엲 14-126-16-356
-always 나열 14-126-1256
-always 나엵 14-126-1256-1
-always 나엶 14-126-1256-26
-always 나엷 14-126-1256-12
-always 나엸 14-126-1256-3
-always 나엹 14-126-1256-236
-always 나엺 14-126-1256-256
-always 나엻 14-126-1256-356
-always 나염 14-126-156-26
-always 나엽 14-126-156-12
-always 나엾 14-126-156-12-3
-always 나엿 14-126-156-3
-always 나였 14-126-156-34
-always 나영 14-126-12456
-always 나옂 14-126-156-13
-always 나옃 14-126-156-23
-always 나옄 14-126-156-235
-always 나옅 14-126-156-236
-always 나옆 14-126-156-256
-always 나옇 14-126-156-356
-always 나예 14-126-34
-always 나옉 14-126-34-1
-always 나옊 14-126-34-1-1
-always 나옋 14-126-34-1-3
-always 나옌 14-126-34-25
-always 나옍 14-126-34-25-13
-always 나옎 14-126-34-25-356
-always 나옏 14-126-34-35
-always 나옐 14-126-34-2
-always 나옑 14-126-34-2-1
-always 나옒 14-126-34-2-26
-always 나옓 14-126-34-2-12
-always 나옔 14-126-34-2-3
-always 나옕 14-126-34-2-236
-always 나옖 14-126-34-2-256
-always 나옗 14-126-34-2-356
-always 나옘 14-126-34-26
-always 나옙 14-126-34-12
-always 나옚 14-126-34-12-3
-always 나옛 14-126-34-3
-always 나옜 14-126-34-34
-always 나옝 14-126-34-2356
-always 나옞 14-126-34-13
-always 나옟 14-126-34-23
-always 나옠 14-126-34-235
-always 나옡 14-126-34-236
-always 나옢 14-126-34-256
-always 나옣 14-126-34-356
-always 나오 14-126-136
-always 나옥 14-126-1346
-always 나옦 14-126-1346-1
-always 나옧 14-126-1346-3
-always 나온 14-126-12356
-always 나옩 14-126-12356-13
-always 나옪 14-126-12356-356
-always 나옫 14-126-136-35
-always 나올 14-126-136-2
-always 나옭 14-126-136-2-1
-always 나옮 14-126-136-2-26
-always 나옯 14-126-136-2-12
-always 나옰 14-126-136-2-3
-always 나옱 14-126-136-2-236
-always 나옲 14-126-136-2-256
-always 나옳 14-126-136-2-356
-always 나옴 14-126-136-26
-always 나옵 14-126-136-12
-always 나옶 14-126-136-12-3
-always 나옷 14-126-136-3
-always 나옸 14-126-136-34
-always 나옹 14-126-123456
-always 나옺 14-126-136-13
-always 나옻 14-126-136-23
-always 나옼 14-126-136-235
-always 나옽 14-126-136-236
-always 나옾 14-126-136-256
-always 나옿 14-126-136-356
-always 나와 14-126-1236
-always 나왁 14-126-1236-1
-always 나왂 14-126-1236-1-1
-always 나왃 14-126-1236-1-3
-always 나완 14-126-1236-25
-always 나왅 14-126-1236-25-13
-always 나왆 14-126-1236-25-356
-always 나왇 14-126-1236-35
-always 나왈 14-126-1236-2
-always 나왉 14-126-1236-2-1
-always 나왊 14-126-1236-2-26
-always 나왋 14-126-1236-2-12
-always 나왌 14-126-1236-2-3
-always 나왍 14-126-1236-2-236
-always 나왎 14-126-1236-2-256
-always 나왏 14-126-1236-2-356
-always 나왐 14-126-1236-26
-always 나왑 14-126-1236-12
-always 나왒 14-126-1236-12-3
-always 나왓 14-126-1236-3
-always 나왔 14-126-1236-34
-always 나왕 14-126-1236-2356
-always 나왖 14-126-1236-13
-always 나왗 14-126-1236-23
-always 나왘 14-126-1236-235
-always 나왙 14-126-1236-236
-always 나왚 14-126-1236-256
-always 나왛 14-126-1236-356
-always 나왜 14-126-1236-1235
-always 나왝 14-126-1236-1235-1
-always 나왞 14-126-1236-1235-1-1
-always 나왟 14-126-1236-1235-1-3
-always 나왠 14-126-1236-1235-25
-always 나왡 14-126-1236-1235-25-13
-always 나왢 14-126-1236-1235-25-356
-always 나왣 14-126-1236-1235-35
-always 나왤 14-126-1236-1235-2
-always 나왥 14-126-1236-1235-2-1
-always 나왦 14-126-1236-1235-2-26
-always 나왧 14-126-1236-1235-2-12
-always 나왨 14-126-1236-1235-2-3
-always 나왩 14-126-1236-1235-2-236
-always 나왪 14-126-1236-1235-2-256
-always 나왫 14-126-1236-1235-2-356
-always 나왬 14-126-1236-1235-26
-always 나왭 14-126-1236-1235-12
-always 나왮 14-126-1236-1235-12-3
-always 나왯 14-126-1236-1235-3
-always 나왰 14-126-1236-1235-34
-always 나왱 14-126-1236-1235-2356
-always 나왲 14-126-1236-1235-13
-always 나왳 14-126-1236-1235-23
-always 나왴 14-126-1236-1235-235
-always 나왵 14-126-1236-1235-236
-always 나왶 14-126-1236-1235-256
-always 나왷 14-126-1236-1235-356
-always 나외 14-126-13456
-always 나왹 14-126-13456-1
-always 나왺 14-126-13456-1-1
-always 나왻 14-126-13456-1-3
-always 나왼 14-126-13456-25
-always 나왽 14-126-13456-25-13
-always 나왾 14-126-13456-25-356
-always 나왿 14-126-13456-35
-always 나욀 14-126-13456-2
-always 나욁 14-126-13456-2-1
-always 나욂 14-126-13456-2-26
-always 나욃 14-126-13456-2-12
-always 나욄 14-126-13456-2-3
-always 나욅 14-126-13456-2-236
-always 나욆 14-126-13456-2-256
-always 나욇 14-126-13456-2-356
-always 나욈 14-126-13456-26
-always 나욉 14-126-13456-12
-always 나욊 14-126-13456-12-3
-always 나욋 14-126-13456-3
-always 나욌 14-126-13456-34
-always 나욍 14-126-13456-2356
-always 나욎 14-126-13456-13
-always 나욏 14-126-13456-23
-always 나욐 14-126-13456-235
-always 나욑 14-126-13456-236
-always 나욒 14-126-13456-256
-always 나욓 14-126-13456-356
-always 나요 14-126-346
-always 나욕 14-126-346-1
-always 나욖 14-126-346-1-1
-always 나욗 14-126-346-1-3
-always 나욘 14-126-346-25
-always 나욙 14-126-346-25-13
-always 나욚 14-126-346-25-356
-always 나욛 14-126-346-35
-always 나욜 14-126-346-2
-always 나욝 14-126-346-2-1
-always 나욞 14-126-346-2-26
-always 나욟 14-126-346-2-12
-always 나욠 14-126-346-2-3
-always 나욡 14-126-346-2-236
-always 나욢 14-126-346-2-256
-always 나욣 14-126-346-2-356
-always 나욤 14-126-346-26
-always 나욥 14-126-346-12
-always 나욦 14-126-346-12-3
-always 나욧 14-126-346-3
-always 나욨 14-126-346-34
-always 나용 14-126-346-2356
-always 나욪 14-126-346-13
-always 나욫 14-126-346-23
-always 나욬 14-126-346-235
-always 나욭 14-126-346-236
-always 나욮 14-126-346-256
-always 나욯 14-126-346-356
-always 나우 14-126-134
-always 나욱 14-126-134-1
-always 나욲 14-126-134-1-1
-always 나욳 14-126-134-1-3
-always 나운 14-126-1245
-always 나욵 14-126-1245-13
-always 나욶 14-126-1245-356
-always 나욷 14-126-134-35
-always 나울 14-126-12346
-always 나욹 14-126-12346-1
-always 나욺 14-126-12346-26
-always 나욻 14-126-12346-12
-always 나욼 14-126-12346-3
-always 나욽 14-126-12346-236
-always 나욾 14-126-12346-256
-always 나욿 14-126-12346-356
-always 나움 14-126-134-26
-always 나웁 14-126-134-12
-always 나웂 14-126-134-12-3
-always 나웃 14-126-134-3
-always 나웄 14-126-134-34
-always 나웅 14-126-134-2356
-always 나웆 14-126-134-13
-always 나웇 14-126-134-23
-always 나웈 14-126-134-235
-always 나웉 14-126-134-236
-always 나웊 14-126-134-256
-always 나웋 14-126-134-356
-always 나워 14-126-1234
-always 나웍 14-126-1234-1
-always 나웎 14-126-1234-1-1
-always 나웏 14-126-1234-1-3
-always 나원 14-126-1234-25
-always 나웑 14-126-1234-25-13
-always 나웒 14-126-1234-25-356
-always 나웓 14-126-1234-35
-always 나월 14-126-1234-2
-always 나웕 14-126-1234-2-1
-always 나웖 14-126-1234-2-26
-always 나웗 14-126-1234-2-12
-always 나웘 14-126-1234-2-3
-always 나웙 14-126-1234-2-236
-always 나웚 14-126-1234-2-256
-always 나웛 14-126-1234-2-356
-always 나웜 14-126-1234-26
-always 나웝 14-126-1234-12
-always 나웞 14-126-1234-12-3
-always 나웟 14-126-1234-3
-always 나웠 14-126-1234-34
-always 나웡 14-126-1234-2356
-always 나웢 14-126-1234-13
-always 나웣 14-126-1234-23
-always 나웤 14-126-1234-235
-always 나웥 14-126-1234-236
-always 나웦 14-126-1234-256
-always 나웧 14-126-1234-356
-always 나웨 14-126-1234-1235
-always 나웩 14-126-1234-1235-1
-always 나웪 14-126-1234-1235-1-1
-always 나웫 14-126-1234-1235-1-3
-always 나웬 14-126-1234-1235-25
-always 나웭 14-126-1234-1235-25-13
-always 나웮 14-126-1234-1235-25-356
-always 나웯 14-126-1234-1235-35
-always 나웰 14-126-1234-1235-2
-always 나웱 14-126-1234-1235-2-1
-always 나웲 14-126-1234-1235-2-26
-always 나웳 14-126-1234-1235-2-12
-always 나웴 14-126-1234-1235-2-3
-always 나웵 14-126-1234-1235-2-236
-always 나웶 14-126-1234-1235-2-256
-always 나웷 14-126-1234-1235-2-356
-always 나웸 14-126-1234-1235-26
-always 나웹 14-126-1234-1235-12
-always 나웺 14-126-1234-1235-12-3
-always 나웻 14-126-1234-1235-3
-always 나웼 14-126-1234-1235-34
-always 나웽 14-126-1234-1235-2356
-always 나웾 14-126-1234-1235-13
-always 나웿 14-126-1234-1235-23
-always 나윀 14-126-1234-1235-235
-always 나윁 14-126-1234-1235-236
-always 나윂 14-126-1234-1235-256
-always 나윃 14-126-1234-1235-356
-always 나위 14-126-134-1235
-always 나윅 14-126-134-1235-1
-always 나윆 14-126-134-1235-1-1
-always 나윇 14-126-134-1235-1-3
-always 나윈 14-126-134-1235-25
-always 나윉 14-126-134-1235-25-13
-always 나윊 14-126-134-1235-25-356
-always 나윋 14-126-134-1235-35
-always 나윌 14-126-134-1235-2
-always 나윍 14-126-134-1235-2-1
-always 나윎 14-126-134-1235-2-26
-always 나윏 14-126-134-1235-2-12
-always 나윐 14-126-134-1235-2-3
-always 나윑 14-126-134-1235-2-236
-always 나윒 14-126-134-1235-2-256
-always 나윓 14-126-134-1235-2-356
-always 나윔 14-126-134-1235-26
-always 나윕 14-126-134-1235-12
-always 나윖 14-126-134-1235-12-3
-always 나윗 14-126-134-1235-3
-always 나윘 14-126-134-1235-34
-always 나윙 14-126-134-1235-2356
-always 나윚 14-126-134-1235-13
-always 나윛 14-126-134-1235-23
-always 나윜 14-126-134-1235-235
-always 나윝 14-126-134-1235-236
-always 나윞 14-126-134-1235-256
-always 나윟 14-126-134-1235-356
-always 나유 14-126-146
-always 나육 14-126-146-1
-always 나윢 14-126-146-1-1
-always 나윣 14-126-146-1-3
-always 나윤 14-126-146-25
-always 나윥 14-126-146-25-13
-always 나윦 14-126-146-25-356
-always 나윧 14-126-146-35
-always 나율 14-126-146-2
-always 나윩 14-126-146-2-1
-always 나윪 14-126-146-2-26
-always 나윫 14-126-146-2-12
-always 나윬 14-126-146-2-3
-always 나윭 14-126-146-2-236
-always 나윮 14-126-146-2-256
-always 나윯 14-126-146-2-356
-always 나윰 14-126-146-26
-always 나윱 14-126-146-12
-always 나윲 14-126-146-12-3
-always 나윳 14-126-146-3
-always 나윴 14-126-146-34
-always 나융 14-126-146-2356
-always 나윶 14-126-146-13
-always 나윷 14-126-146-23
-always 나윸 14-126-146-235
-always 나윹 14-126-146-236
-always 나윺 14-126-146-256
-always 나윻 14-126-146-356
-always 나으 14-126-246
-always 나윽 14-126-246-1
-always 나윾 14-126-246-1-1
-always 나윿 14-126-246-1-3
-always 나은 14-126-1356
-always 나읁 14-126-1356-13
-always 나읂 14-126-1356-356
-always 나읃 14-126-246-35
-always 나을 14-126-2346
-always 나읅 14-126-2346-1
-always 나읆 14-126-2346-26
-always 나읇 14-126-2346-12
-always 나읈 14-126-2346-3
-always 나읉 14-126-2346-236
-always 나읊 14-126-2346-256
-always 나읋 14-126-2346-356
-always 나음 14-126-246-26
-always 나읍 14-126-246-12
-always 나읎 14-126-246-12-3
-always 나읏 14-126-246-3
-always 나읐 14-126-246-34
-always 나응 14-126-246-2356
-always 나읒 14-126-246-13
-always 나읓 14-126-246-23
-always 나읔 14-126-246-235
-always 나읕 14-126-246-236
-always 나읖 14-126-246-256
-always 나읗 14-126-246-356
-always 나의 14-126-2456
-always 나읙 14-126-2456-1
-always 나읚 14-126-2456-1-1
-always 나읛 14-126-2456-1-3
-always 나읜 14-126-2456-25
-always 나읝 14-126-2456-25-13
-always 나읞 14-126-2456-25-356
-always 나읟 14-126-2456-35
-always 나읠 14-126-2456-2
-always 나읡 14-126-2456-2-1
-always 나읢 14-126-2456-2-26
-always 나읣 14-126-2456-2-12
-always 나읤 14-126-2456-2-3
-always 나읥 14-126-2456-2-236
-always 나읦 14-126-2456-2-256
-always 나읧 14-126-2456-2-356
-always 나읨 14-126-2456-26
-always 나읩 14-126-2456-12
-always 나읪 14-126-2456-12-3
-always 나읫 14-126-2456-3
-always 나읬 14-126-2456-34
-always 나읭 14-126-2456-2356
-always 나읮 14-126-2456-13
-always 나읯 14-126-2456-23
-always 나읰 14-126-2456-235
-always 나읱 14-126-2456-236
-always 나읲 14-126-2456-256
-always 나읳 14-126-2456-356
-always 나이 14-126-135
-always 나익 14-126-135-1
-always 나읶 14-126-135-1-1
-always 나읷 14-126-135-1-3
-always 나인 14-126-12345
-always 나읹 14-126-12345-13
-always 나읺 14-126-12345-356
-always 나읻 14-126-135-35
-always 나일 14-126-135-2
-always 나읽 14-126-135-2-1
-always 나읾 14-126-135-2-26
-always 나읿 14-126-135-2-12
-always 나잀 14-126-135-2-3
-always 나잁 14-126-135-2-236
-always 나잂 14-126-135-2-256
-always 나잃 14-126-135-2-356
-always 나임 14-126-135-26
-always 나입 14-126-135-12
-always 나잆 14-126-135-12-3
-always 나잇 14-126-135-3
-always 나있 14-126-135-34
-always 나잉 14-126-135-2356
-always 나잊 14-126-135-13
-always 나잋 14-126-135-23
-always 나잌 14-126-135-235
-always 나잍 14-126-135-236
-always 나잎 14-126-135-256
-always 나잏 14-126-135-356
-always 다아 24-126-126
-always 다악 24-126-126-1
-always 다앆 24-126-126-1-1
-always 다앇 24-126-126-1-3
-always 다안 24-126-126-25
-always 다앉 24-126-126-25-13
-always 다않 24-126-126-25-356
-always 다앋 24-126-126-35
-always 다알 24-126-126-2
-always 다앍 24-126-126-2-1
-always 다앎 24-126-126-2-26
-always 다앏 24-126-126-2-12
-always 다앐 24-126-126-2-3
-always 다앑 24-126-126-2-236
-always 다앒 24-126-126-2-256
-always 다앓 24-126-126-2-356
-always 다암 24-126-126-26
-always 다압 24-126-126-12
-always 다앖 24-126-126-12-3
-always 다앗 24-126-126-3
-always 다았 24-126-126-34
-always 다앙 24-126-126-2356
-always 다앚 24-126-126-13
-always 다앛 24-126-126-23
-always 다앜 24-126-126-235
-always 다앝 24-126-126-236
-always 다앞 24-126-126-256
-always 다앟 24-126-126-356
-always 다애 24-126-1235
-always 다액 24-126-1235-1
-always 다앢 24-126-1235-1-1
-always 다앣 24-126-1235-1-3
-always 다앤 24-126-1235-25
-always 다앥 24-126-1235-25-13
-always 다앦 24-126-1235-25-356
-always 다앧 24-126-1235-35
-always 다앨 24-126-1235-2
-always 다앩 24-126-1235-2-1
-always 다앪 24-126-1235-2-26
-always 다앫 24-126-1235-2-12
-always 다앬 24-126-1235-2-3
-always 다앭 24-126-1235-2-236
-always 다앮 24-126-1235-2-256
-always 다앯 24-126-1235-2-356
-always 다앰 24-126-1235-26
-always 다앱 24-126-1235-12
-always 다앲 24-126-1235-12-3
-always 다앳 24-126-1235-3
-always 다앴 24-126-1235-34
-always 다앵 24-126-1235-2356
-always 다앶 24-126-1235-13
-always 다앷 24-126-1235-23
-always 다앸 24-126-1235-235
-always 다앹 24-126-1235-236
-always 다앺 24-126-1235-256
-always 다앻 24-126-1235-356
-always 다야 24-126-345
-always 다약 24-126-345-1
-always 다앾 24-126-345-1-1
-always 다앿 24-126-345-1-3
-always 다얀 24-126-345-25
-always 다얁 24-126-345-25-13
-always 다얂 24-126-345-25-356
-always 다얃 24-126-345-35
-always 다얄 24-126-345-2
-always 다얅 24-126-345-2-1
-always 다얆 24-126-345-2-26
-always 다얇 24-126-345-2-12
-always 다얈 24-126-345-2-3
-always 다얉 24-126-345-2-236
-always 다얊 24-126-345-2-256
-always 다얋 24-126-345-2-356
-always 다얌 24-126-345-26
-always 다얍 24-126-345-12
-always 다얎 24-126-345-12-3
-always 다얏 24-126-345-3
-always 다얐 24-126-345-34
-always 다양 24-126-345-2356
-always 다얒 24-126-345-13
-always 다얓 24-126-345-23
-always 다얔 24-126-345-235
-always 다얕 24-126-345-236
-always 다얖 24-126-345-256
-always 다얗 24-126-345-356
-always 다얘 24-126-345-1235
-always 다얙 24-126-345-1235-1
-always 다얚 24-126-345-1235-1-1
-always 다얛 24-126-345-1235-1-3
-always 다얜 24-126-345-1235-25
-always 다얝 24-126-345-1235-25-13
-always 다얞 24-126-345-1235-25-356
-always 다얟 24-126-345-1235-35
-always 다얠 24-126-345-1235-2
-always 다얡 24-126-345-1235-2-1
-always 다얢 24-126-345-1235-2-26
-always 다얣 24-126-345-1235-2-12
-always 다얤 24-126-345-1235-2-3
-always 다얥 24-126-345-1235-2-236
-always 다얦 24-126-345-1235-2-256
-always 다얧 24-126-345-1235-2-356
-always 다얨 24-126-345-1235-26
-always 다얩 24-126-345-1235-12
-always 다얪 24-126-345-1235-12-3
-always 다얫 24-126-345-1235-3
-always 다얬 24-126-345-1235-34
-always 다얭 24-126-345-1235-2356
-always 다얮 24-126-345-1235-13
-always 다얯 24-126-345-1235-23
-always 다얰 24-126-345-1235-235
-always 다얱 24-126-345-1235-236
-always 다얲 24-126-345-1235-256
-always 다얳 24-126-345-1235-356
-always 다어 24-126-234
-always 다억 24-126-1456
-always 다얶 24-126-1456-1
-always 다얷 24-126-1456-3
-always 다언 24-126-23456
-always 다얹 24-126-23456-13
-always 다얺 24-126-23456-356
-always 다얻 24-126-234-35
-always 다얼 24-126-2345
-always 다얽 24-126-2345-1
-always 다얾 24-126-2345-26
-always 다얿 24-126-2345-12
-always 다엀 24-126-2345-3
-always 다엁 24-126-2345-236
-always 다엂 24-126-2345-256
-always 다엃 24-126-2345-356
-always 다엄 24-126-234-26
-always 다업 24-126-234-12
-always 다없 24-126-234-12-3
-always 다엇 24-126-234-3
-always 다었 24-126-234-34
-always 다엉 24-126-234-2356
-always 다엊 24-126-234-13
-always 다엋 24-126-234-23
-always 다엌 24-126-234-235
-always 다엍 24-126-234-236
-always 다엎 24-126-234-256
-always 다엏 24-126-234-356
-always 다에 24-126-1345
-always 다엑 24-126-1345-1
-always 다엒 24-126-1345-1-1
-always 다엓 24-126-1345-1-3
-always 다엔 24-126-1345-25
-always 다엕 24-126-1345-25-13
-always 다엖 24-126-1345-25-356
-always 다엗 24-126-1345-35
-always 다엘 24-126-1345-2
-always 다엙 24-126-1345-2-1
-always 다엚 24-126-1345-2-26
-always 다엛 24-126-1345-2-12
-always 다엜 24-126-1345-2-3
-always 다엝 24-126-1345-2-236
-always 다엞 24-126-1345-2-256
-always 다엟 24-126-1345-2-356
-always 다엠 24-126-1345-26
-always 다엡 24-126-1345-12
-always 다엢 24-126-1345-12-3
-always 다엣 24-126-1345-3
-always 다엤 24-126-1345-34
-always 다엥 24-126-1345-2356
-always 다엦 24-126-1345-13
-always 다엧 24-126-1345-23
-always 다엨 24-126-1345-235
-always 다엩 24-126-1345-236
-always 다엪 24-126-1345-256
-always 다엫 24-126-1345-356
-always 다여 24-126-156
-always 다역 24-126-156-1
-always 다엮 24-126-156-1-1
-always 다엯 24-126-156-1-3
-always 다연 24-126-16
-always 다엱 24-126-16-13
-always 다엲 24-126-16-356
-always 다열 24-126-1256
-always 다엵 24-126-1256-1
-always 다엶 24-126-1256-26
-always 다엷 24-126-1256-12
-always 다엸 24-126-1256-3
-always 다엹 24-126-1256-236
-always 다엺 24-126-1256-256
-always 다엻 24-126-1256-356
-always 다염 24-126-156-26
-always 다엽 24-126-156-12
-always 다엾 24-126-156-12-3
-always 다엿 24-126-156-3
-always 다였 24-126-156-34
-always 다영 24-126-12456
-always 다옂 24-126-156-13
-always 다옃 24-126-156-23
-always 다옄 24-126-156-235
-always 다옅 24-126-156-236
-always 다옆 24-126-156-256
-always 다옇 24-126-156-356
-always 다예 24-126-34
-always 다옉 24-126-34-1
-always 다옊 24-126-34-1-1
-always 다옋 24-126-34-1-3
-always 다옌 24-126-34-25
-always 다옍 24-126-34-25-13
-always 다옎 24-126-34-25-356
-always 다옏 24-126-34-35
-always 다옐 24-126-34-2
-always 다옑 24-126-34-2-1
-always 다옒 24-126-34-2-26
-always 다옓 24-126-34-2-12
-always 다옔 24-126-34-2-3
-always 다옕 24-126-34-2-236
-always 다옖 24-126-34-2-256
-always 다옗 24-126-34-2-356
-always 다옘 24-126-34-26
-always 다옙 24-126-34-12
-always 다옚 24-126-34-12-3
-always 다옛 24-126-34-3
-always 다옜 24-126-34-34
-always 다옝 24-126-34-2356
-always 다옞 24-126-34-13
-always 다옟 24-126-34-23
-always 다옠 24-126-34-235
-always 다옡 24-126-34-236
-always 다옢 24-126-34-256
-always 다옣 24-126-34-356
-always 다오 24-126-136
-always 다옥 24-126-1346
-always 다옦 24-126-1346-1
-always 다옧 24-126-1346-3
-always 다온 24-126-12356
-always 다옩 24-126-12356-13
-always 다옪 24-126-12356-356
-always 다옫 24-126-136-35
-always 다올 24-126-136-2
-always 다옭 24-126-136-2-1
-always 다옮 24-126-136-2-26
-always 다옯 24-126-136-2-12
-always 다옰 24-126-136-2-3
-always 다옱 24-126-136-2-236
-always 다옲 24-126-136-2-256
-always 다옳 24-126-136-2-356
-always 다옴 24-126-136-26
-always 다옵 24-126-136-12
-always 다옶 24-126-136-12-3
-always 다옷 24-126-136-3
-always 다옸 24-126-136-34
-always 다옹 24-126-123456
-always 다옺 24-126-136-13
-always 다옻 24-126-136-23
-always 다옼 24-126-136-235
-always 다옽 24-126-136-236
-always 다옾 24-126-136-256
-always 다옿 24-126-136-356
-always 다와 24-126-1236
-always 다왁 24-126-1236-1
-always 다왂 24-126-1236-1-1
-always 다왃 24-126-1236-1-3
-always 다완 24-126-1236-25
-always 다왅 24-126-1236-25-13
-always 다왆 24-126-1236-25-356
-always 다왇 24-126-1236-35
-always 다왈 24-126-1236-2
-always 다왉 24-126-1236-2-1
-always 다왊 24-126-1236-2-26
-always 다왋 24-126-1236-2-12
-always 다왌 24-126-1236-2-3
-always 다왍 24-126-1236-2-236
-always 다왎 24-126-1236-2-256
-always 다왏 24-126-1236-2-356
-always 다왐 24-126-1236-26
-always 다왑 24-126-1236-12
-always 다왒 24-126-1236-12-3
-always 다왓 24-126-1236-3
-always 다왔 24-126-1236-34
-always 다왕 24-126-1236-2356
-always 다왖 24-126-1236-13
-always 다왗 24-126-1236-23
-always 다왘 24-126-1236-235
-always 다왙 24-126-1236-236
-always 다왚 24-126-1236-256
-always 다왛 24-126-1236-356
-always 다왜 24-126-1236-1235
-always 다왝 24-126-1236-1235-1
-always 다왞 24-126-1236-1235-1-1
-always 다왟 24-126-1236-1235-1-3
-always 다왠 24-126-1236-1235-25
-always 다왡 24-126-1236-1235-25-13
-always 다왢 24-126-1236-1235-25-356
-always 다왣 24-126-1236-1235-35
-always 다왤 24-126-1236-1235-2
-always 다왥 24-126-1236-1235-2-1
-always 다왦 24-126-1236-1235-2-26
-always 다왧 24-126-1236-1235-2-12
-always 다왨 24-126-1236-1235-2-3
-always 다왩 24-126-1236-1235-2-236
-always 다왪 24-126-1236-1235-2-256
-always 다왫 24-126-1236-1235-2-356
-always 다왬 24-126-1236-1235-26
-always 다왭 24-126-1236-1235-12
-always 다왮 24-126-1236-1235-12-3
-always 다왯 24-126-1236-1235-3
-always 다왰 24-126-1236-1235-34
-always 다왱 24-126-1236-1235-2356
-always 다왲 24-126-1236-1235-13
-always 다왳 24-126-1236-1235-23
-always 다왴 24-126-1236-1235-235
-always 다왵 24-126-1236-1235-236
-always 다왶 24-126-1236-1235-256
-always 다왷 24-126-1236-1235-356
-always 다외 24-126-13456
-always 다왹 24-126-13456-1
-always 다왺 24-126-13456-1-1
-always 다왻 24-126-13456-1-3
-always 다왼 24-126-13456-25
-always 다왽 24-126-13456-25-13
-always 다왾 24-126-13456-25-356
-always 다왿 24-126-13456-35
-always 다욀 24-126-13456-2
-always 다욁 24-126-13456-2-1
-always 다욂 24-126-13456-2-26
-always 다욃 24-126-13456-2-12
-always 다욄 24-126-13456-2-3
-always 다욅 24-126-13456-2-236
-always 다욆 24-126-13456-2-256
-always 다욇 24-126-13456-2-356
-always 다욈 24-126-13456-26
-always 다욉 24-126-13456-12
-always 다욊 24-126-13456-12-3
-always 다욋 24-126-13456-3
-always 다욌 24-126-13456-34
-always 다욍 24-126-13456-2356
-always 다욎 24-126-13456-13
-always 다욏 24-126-13456-23
-always 다욐 24-126-13456-235
-always 다욑 24-126-13456-236
-always 다욒 24-126-13456-256
-always 다욓 24-126-13456-356
-always 다요 24-126-346
-always 다욕 24-126-346-1
-always 다욖 24-126-346-1-1
-always 다욗 24-126-346-1-3
-always 다욘 24-126-346-25
-always 다욙 24-126-346-25-13
-always 다욚 24-126-346-25-356
-always 다욛 24-126-346-35
-always 다욜 24-126-346-2
-always 다욝 24-126-346-2-1
-always 다욞 24-126-346-2-26
-always 다욟 24-126-346-2-12
-always 다욠 24-126-346-2-3
-always 다욡 24-126-346-2-236
-always 다욢 24-126-346-2-256
-always 다욣 24-126-346-2-356
-always 다욤 24-126-346-26
-always 다욥 24-126-346-12
-always 다욦 24-126-346-12-3
-always 다욧 24-126-346-3
-always 다욨 24-126-346-34
-always 다용 24-126-346-2356
-always 다욪 24-126-346-13
-always 다욫 24-126-346-23
-always 다욬 24-126-346-235
-always 다욭 24-126-346-236
-always 다욮 24-126-346-256
-always 다욯 24-126-346-356
-always 다우 24-126-134
-always 다욱 24-126-134-1
-always 다욲 24-126-134-1-1
-always 다욳 24-126-134-1-3
-always 다운 24-126-1245
-always 다욵 24-126-1245-13
-always 다욶 24-126-1245-356
-always 다욷 24-126-134-35
-always 다울 24-126-12346
-always 다욹 24-126-12346-1
-always 다욺 24-126-12346-26
-always 다욻 24-126-12346-12
-always 다욼 24-126-12346-3
-always 다욽 24-126-12346-236
-always 다욾 24-126-12346-256
-always 다욿 24-126-12346-356
-always 다움 24-126-134-26
-always 다웁 24-126-134-12
-always 다웂 24-126-134-12-3
-always 다웃 24-126-134-3
-always 다웄 24-126-134-34
-always 다웅 24-126-134-2356
-always 다웆 24-126-134-13
-always 다웇 24-126-134-23
-always 다웈 24-126-134-235
-always 다웉 24-126-134-236
-always 다웊 24-126-134-256
-always 다웋 24-126-134-356
-always 다워 24-126-1234
-always 다웍 24-126-1234-1
-always 다웎 24-126-1234-1-1
-always 다웏 24-126-1234-1-3
-always 다원 24-126-1234-25
-always 다웑 24-126-1234-25-13
-always 다웒 24-126-1234-25-356
-always 다웓 24-126-1234-35
-always 다월 24-126-1234-2
-always 다웕 24-126-1234-2-1
-always 다웖 24-126-1234-2-26
-always 다웗 24-126-1234-2-12
-always 다웘 24-126-1234-2-3
-always 다웙 24-126-1234-2-236
-always 다웚 24-126-1234-2-256
-always 다웛 24-126-1234-2-356
-always 다웜 24-126-1234-26
-always 다웝 24-126-1234-12
-always 다웞 24-126-1234-12-3
-always 다웟 24-126-1234-3
-always 다웠 24-126-1234-34
-always 다웡 24-126-1234-2356
-always 다웢 24-126-1234-13
-always 다웣 24-126-1234-23
-always 다웤 24-126-1234-235
-always 다웥 24-126-1234-236
-always 다웦 24-126-1234-256
-always 다웧 24-126-1234-356
-always 다웨 24-126-1234-1235
-always 다웩 24-126-1234-1235-1
-always 다웪 24-126-1234-1235-1-1
-always 다웫 24-126-1234-1235-1-3
-always 다웬 24-126-1234-1235-25
-always 다웭 24-126-1234-1235-25-13
-always 다웮 24-126-1234-1235-25-356
-always 다웯 24-126-1234-1235-35
-always 다웰 24-126-1234-1235-2
-always 다웱 24-126-1234-1235-2-1
-always 다웲 24-126-1234-1235-2-26
-always 다웳 24-126-1234-1235-2-12
-always 다웴 24-126-1234-1235-2-3
-always 다웵 24-126-1234-1235-2-236
-always 다웶 24-126-1234-1235-2-256
-always 다웷 24-126-1234-1235-2-356
-always 다웸 24-126-1234-1235-26
-always 다웹 24-126-1234-1235-12
-always 다웺 24-126-1234-1235-12-3
-always 다웻 24-126-1234-1235-3
-always 다웼 24-126-1234-1235-34
-always 다웽 24-126-1234-1235-2356
-always 다웾 24-126-1234-1235-13
-always 다웿 24-126-1234-1235-23
-always 다윀 24-126-1234-1235-235
-always 다윁 24-126-1234-1235-236
-always 다윂 24-126-1234-1235-256
-always 다윃 24-126-1234-1235-356
-always 다위 24-126-134-1235
-always 다윅 24-126-134-1235-1
-always 다윆 24-126-134-1235-1-1
-always 다윇 24-126-134-1235-1-3
-always 다윈 24-126-134-1235-25
-always 다윉 24-126-134-1235-25-13
-always 다윊 24-126-134-1235-25-356
-always 다윋 24-126-134-1235-35
-always 다윌 24-126-134-1235-2
-always 다윍 24-126-134-1235-2-1
-always 다윎 24-126-134-1235-2-26
-always 다윏 24-126-134-1235-2-12
-always 다윐 24-126-134-1235-2-3
-always 다윑 24-126-134-1235-2-236
-always 다윒 24-126-134-1235-2-256
-always 다윓 24-126-134-1235-2-356
-always 다윔 24-126-134-1235-26
-always 다윕 24-126-134-1235-12
-always 다윖 24-126-134-1235-12-3
-always 다윗 24-126-134-1235-3
-always 다윘 24-126-134-1235-34
-always 다윙 24-126-134-1235-2356
-always 다윚 24-126-134-1235-13
-always 다윛 24-126-134-1235-23
-always 다윜 24-126-134-1235-235
-always 다윝 24-126-134-1235-236
-always 다윞 24-126-134-1235-256
-always 다윟 24-126-134-1235-356
-always 다유 24-126-146
-always 다육 24-126-146-1
-always 다윢 24-126-146-1-1
-always 다윣 24-126-146-1-3
-always 다윤 24-126-146-25
-always 다윥 24-126-146-25-13
-always 다윦 24-126-146-25-356
-always 다윧 24-126-146-35
-always 다율 24-126-146-2
-always 다윩 24-126-146-2-1
-always 다윪 24-126-146-2-26
-always 다윫 24-126-146-2-12
-always 다윬 24-126-146-2-3
-always 다윭 24-126-146-2-236
-always 다윮 24-126-146-2-256
-always 다윯 24-126-146-2-356
-always 다윰 24-126-146-26
-always 다윱 24-126-146-12
-always 다윲 24-126-146-12-3
-always 다윳 24-126-146-3
-always 다윴 24-126-146-34
-always 다융 24-126-146-2356
-always 다윶 24-126-146-13
-always 다윷 24-126-146-23
-always 다윸 24-126-146-235
-always 다윹 24-126-146-236
-always 다윺 24-126-146-256
-always 다윻 24-126-146-356
-always 다으 24-126-246
-always 다윽 24-126-246-1
-always 다윾 24-126-246-1-1
-always 다윿 24-126-246-1-3
-always 다은 24-126-1356
-always 다읁 24-126-1356-13
-always 다읂 24-126-1356-356
-always 다읃 24-126-246-35
-always 다을 24-126-2346
-always 다읅 24-126-2346-1
-always 다읆 24-126-2346-26
-always 다읇 24-126-2346-12
-always 다읈 24-126-2346-3
-always 다읉 24-126-2346-236
-always 다읊 24-126-2346-256
-always 다읋 24-126-2346-356
-always 다음 24-126-246-26
-always 다읍 24-126-246-12
-always 다읎 24-126-246-12-3
-always 다읏 24-126-246-3
-always 다읐 24-126-246-34
-always 다응 24-126-246-2356
-always 다읒 24-126-246-13
-always 다읓 24-126-246-23
-always 다읔 24-126-246-235
-always 다읕 24-126-246-236
-always 다읖 24-126-246-256
-always 다읗 24-126-246-356
-always 다의 24-126-2456
-always 다읙 24-126-2456-1
-always 다읚 24-126-2456-1-1
-always 다읛 24-126-2456-1-3
-always 다읜 24-126-2456-25
-always 다읝 24-126-2456-25-13
-always 다읞 24-126-2456-25-356
-always 다읟 24-126-2456-35
-always 다읠 24-126-2456-2
-always 다읡 24-126-2456-2-1
-always 다읢 24-126-2456-2-26
-always 다읣 24-126-2456-2-12
-always 다읤 24-126-2456-2-3
-always 다읥 24-126-2456-2-236
-always 다읦 24-126-2456-2-256
-always 다읧 24-126-2456-2-356
-always 다읨 24-126-2456-26
-always 다읩 24-126-2456-12
-always 다읪 24-126-2456-12-3
-always 다읫 24-126-2456-3
-always 다읬 24-126-2456-34
-always 다읭 24-126-2456-2356
-always 다읮 24-126-2456-13
-always 다읯 24-126-2456-23
-always 다읰 24-126-2456-235
-always 다읱 24-126-2456-236
-always 다읲 24-126-2456-256
-always 다읳 24-126-2456-356
-always 다이 24-126-135
-always 다익 24-126-135-1
-always 다읶 24-126-135-1-1
-always 다읷 24-126-135-1-3
-always 다인 24-126-12345
-always 다읹 24-126-12345-13
-always 다읺 24-126-12345-356
-always 다읻 24-126-135-35
-always 다일 24-126-135-2
-always 다읽 24-126-135-2-1
-always 다읾 24-126-135-2-26
-always 다읿 24-126-135-2-12
-always 다잀 24-126-135-2-3
-always 다잁 24-126-135-2-236
-always 다잂 24-126-135-2-256
-always 다잃 24-126-135-2-356
-always 다임 24-126-135-26
-always 다입 24-126-135-12
-always 다잆 24-126-135-12-3
-always 다잇 24-126-135-3
-always 다있 24-126-135-34
-always 다잉 24-126-135-2356
-always 다잊 24-126-135-13
-always 다잋 24-126-135-23
-always 다잌 24-126-135-235
-always 다잍 24-126-135-236
-always 다잎 24-126-135-256
-always 다잏 24-126-135-356
-always 따아 6-24-126-126
-always 따악 6-24-126-126-1
-always 따앆 6-24-126-126-1-1
-always 따앇 6-24-126-126-1-3
-always 따안 6-24-126-126-25
-always 따앉 6-24-126-126-25-13
-always 따않 6-24-126-126-25-356
-always 따앋 6-24-126-126-35
-always 따알 6-24-126-126-2
-always 따앍 6-24-126-126-2-1
-always 따앎 6-24-126-126-2-26
-always 따앏 6-24-126-126-2-12
-always 따앐 6-24-126-126-2-3
-always 따앑 6-24-126-126-2-236
-always 따앒 6-24-126-126-2-256
-always 따앓 6-24-126-126-2-356
-always 따암 6-24-126-126-26
-always 따압 6-24-126-126-12
-always 따앖 6-24-126-126-12-3
-always 따앗 6-24-126-126-3
-always 따았 6-24-126-126-34
-always 따앙 6-24-126-126-2356
-always 따앚 6-24-126-126-13
-always 따앛 6-24-126-126-23
-always 따앜 6-24-126-126-235
-always 따앝 6-24-126-126-236
-always 따앞 6-24-126-126-256
-always 따앟 6-24-126-126-356
-always 따애 6-24-126-1235
-always 따액 6-24-126-1235-1
-always 따앢 6-24-126-1235-1-1
-always 따앣 6-24-126-1235-1-3
-always 따앤 6-24-126-1235-25
-always 따앥 6-24-126-1235-25-13
-always 따앦 6-24-126-1235-25-356
-always 따앧 6-24-126-1235-35
-always 따앨 6-24-126-1235-2
-always 따앩 6-24-126-1235-2-1
-always 따앪 6-24-126-1235-2-26
-always 따앫 6-24-126-1235-2-12
-always 따앬 6-24-126-1235-2-3
-always 따앭 6-24-126-1235-2-236
-always 따앮 6-24-126-1235-2-256
-always 따앯 6-24-126-1235-2-356
-always 따앰 6-24-126-1235-26
-always 따앱 6-24-126-1235-12
-always 따앲 6-24-126-1235-12-3
-always 따앳 6-24-126-1235-3
-always 따앴 6-24-126-1235-34
-always 따앵 6-24-126-1235-2356
-always 따앶 6-24-126-1235-13
-always 따앷 6-24-126-1235-23
-always 따앸 6-24-126-1235-235
-always 따앹 6-24-126-1235-236
-always 따앺 6-24-126-1235-256
-always 따앻 6-24-126-1235-356
-always 따야 6-24-126-345
-always 따약 6-24-126-345-1
-always 따앾 6-24-126-345-1-1
-always 따앿 6-24-126-345-1-3
-always 따얀 6-24-126-345-25
-always 따얁 6-24-126-345-25-13
-always 따얂 6-24-126-345-25-356
-always 따얃 6-24-126-345-35
-always 따얄 6-24-126-345-2
-always 따얅 6-24-126-345-2-1
-always 따얆 6-24-126-345-2-26
-always 따얇 6-24-126-345-2-12
-always 따얈 6-24-126-345-2-3
-always 따얉 6-24-126-345-2-236
-always 따얊 6-24-126-345-2-256
-always 따얋 6-24-126-345-2-356
-always 따얌 6-24-126-345-26
-always 따얍 6-24-126-345-12
-always 따얎 6-24-126-345-12-3
-always 따얏 6-24-126-345-3
-always 따얐 6-24-126-345-34
-always 따양 6-24-126-345-2356
-always 따얒 6-24-126-345-13
-always 따얓 6-24-126-345-23
-always 따얔 6-24-126-345-235
-always 따얕 6-24-126-345-236
-always 따얖 6-24-126-345-256
-always 따얗 6-24-126-345-356
-always 따얘 6-24-126-345-1235
-always 따얙 6-24-126-345-1235-1
-always 따얚 6-24-126-345-1235-1-1
-always 따얛 6-24-126-345-1235-1-3
-always 따얜 6-24-126-345-1235-25
-always 따얝 6-24-126-345-1235-25-13
-always 따얞 6-24-126-345-1235-25-356
-always 따얟 6-24-126-345-1235-35
-always 따얠 6-24-126-345-1235-2
-always 따얡 6-24-126-345-1235-2-1
-always 따얢 6-24-126-345-1235-2-26
-always 따얣 6-24-126-345-1235-2-12
-always 따얤 6-24-126-345-1235-2-3
-always 따얥 6-24-126-345-1235-2-236
-always 따얦 6-24-126-345-1235-2-256
-always 따얧 6-24-126-345-1235-2-356
-always 따얨 6-24-126-345-1235-26
-always 따얩 6-24-126-345-1235-12
-always 따얪 6-24-126-345-1235-12-3
-always 따얫 6-24-126-345-1235-3
-always 따얬 6-24-126-345-1235-34
-always 따얭 6-24-126-345-1235-2356
-always 따얮 6-24-126-345-1235-13
-always 따얯 6-24-126-345-1235-23
-always 따얰 6-24-126-345-1235-235
-always 따얱 6-24-126-345-1235-236
-always 따얲 6-24-126-345-1235-256
-always 따얳 6-24-126-345-1235-356
-always 따어 6-24-126-234
-always 따억 6-24-126-1456
-always 따얶 6-24-126-1456-1
-always 따얷 6-24-126-1456-3
-always 따언 6-24-126-23456
-always 따얹 6-24-126-23456-13
-always 따얺 6-24-126-23456-356
-always 따얻 6-24-126-234-35
-always 따얼 6-24-126-2345
-always 따얽 6-24-126-2345-1
-always 따얾 6-24-126-2345-26
-always 따얿 6-24-126-2345-12
-always 따엀 6-24-126-2345-3
-always 따엁 6-24-126-2345-236
-always 따엂 6-24-126-2345-256
-always 따엃 6-24-126-2345-356
-always 따엄 6-24-126-234-26
-always 따업 6-24-126-234-12
-always 따없 6-24-126-234-12-3
-always 따엇 6-24-126-234-3
-always 따었 6-24-126-234-34
-always 따엉 6-24-126-234-2356
-always 따엊 6-24-126-234-13
-always 따엋 6-24-126-234-23
-always 따엌 6-24-126-234-235
-always 따엍 6-24-126-234-236
-always 따엎 6-24-126-234-256
-always 따엏 6-24-126-234-356
-always 따에 6-24-126-1345
-always 따엑 6-24-126-1345-1
-always 따엒 6-24-126-1345-1-1
-always 따엓 6-24-126-1345-1-3
-always 따엔 6-24-126-1345-25
-always 따엕 6-24-126-1345-25-13
-always 따엖 6-24-126-1345-25-356
-always 따엗 6-24-126-1345-35
-always 따엘 6-24-126-1345-2
-always 따엙 6-24-126-1345-2-1
-always 따엚 6-24-126-1345-2-26
-always 따엛 6-24-126-1345-2-12
-always 따엜 6-24-126-1345-2-3
-always 따엝 6-24-126-1345-2-236
-always 따엞 6-24-126-1345-2-256
-always 따엟 6-24-126-1345-2-356
-always 따엠 6-24-126-1345-26
-always 따엡 6-24-126-1345-12
-always 따엢 6-24-126-1345-12-3
-always 따엣 6-24-126-1345-3
-always 따엤 6-24-126-1345-34
-always 따엥 6-24-126-1345-2356
-always 따엦 6-24-126-1345-13
-always 따엧 6-24-126-1345-23
-always 따엨 6-24-126-1345-235
-always 따엩 6-24-126-1345-236
-always 따엪 6-24-126-1345-256
-always 따엫 6-24-126-1345-356
-always 따여 6-24-126-156
-always 따역 6-24-126-156-1
-always 따엮 6-24-126-156-1-1
-always 따엯 6-24-126-156-1-3
-always 따연 6-24-126-16
-always 따엱 6-24-126-16-13
-always 따엲 6-24-126-16-356
-always 따열 6-24-126-1256
-always 따엵 6-24-126-1256-1
-always 따엶 6-24-126-1256-26
-always 따엷 6-24-126-1256-12
-always 따엸 6-24-126-1256-3
-always 따엹 6-24-126-1256-236
-always 따엺 6-24-126-1256-256
-always 따엻 6-24-126-1256-356
-always 따염 6-24-126-156-26
-always 따엽 6-24-126-156-12
-always 따엾 6-24-126-156-12-3
-always 따엿 6-24-126-156-3
-always 따였 6-24-126-156-34
-always 따영 6-24-126-12456
-always 따옂 6-24-126-156-13
-always 따옃 6-24-126-156-23
-always 따옄 6-24-126-156-235
-always 따옅 6-24-126-156-236
-always 따옆 6-24-126-156-256
-always 따옇 6-24-126-156-356
-always 따예 6-24-126-34
-always 따옉 6-24-126-34-1
-always 따옊 6-24-126-34-1-1
-always 따옋 6-24-126-34-1-3
-always 따옌 6-24-126-34-25
-always 따옍 6-24-126-34-25-13
-always 따옎 6-24-126-34-25-356
-always 따옏 6-24-126-34-35
-always 따옐 6-24-126-34-2
-always 따옑 6-24-126-34-2-1
-always 따옒 6-24-126-34-2-26
-always 따옓 6-24-126-34-2-12
-always 따옔 6-24-126-34-2-3
-always 따옕 6-24-126-34-2-236
-always 따옖 6-24-126-34-2-256
-always 따옗 6-24-126-34-2-356
-always 따옘 6-24-126-34-26
-always 따옙 6-24-126-34-12
-always 따옚 6-24-126-34-12-3
-always 따옛 6-24-126-34-3
-always 따옜 6-24-126-34-34
-always 따옝 6-24-126-34-2356
-always 따옞 6-24-126-34-13
-always 따옟 6-24-126-34-23
-always 따옠 6-24-126-34-235
-always 따옡 6-24-126-34-236
-always 따옢 6-24-126-34-256
-always 따옣 6-24-126-34-356
-always 따오 6-24-126-136
-always 따옥 6-24-126-1346
-always 따옦 6-24-126-1346-1
-always 따옧 6-24-126-1346-3
-always 따온 6-24-126-12356
-always 따옩 6-24-126-12356-13
-always 따옪 6-24-126-12356-356
-always 따옫 6-24-126-136-35
-always 따올 6-24-126-136-2
-always 따옭 6-24-126-136-2-1
-always 따옮 6-24-126-136-2-26
-always 따옯 6-24-126-136-2-12
-always 따옰 6-24-126-136-2-3
-always 따옱 6-24-126-136-2-236
-always 따옲 6-24-126-136-2-256
-always 따옳 6-24-126-136-2-356
-always 따옴 6-24-126-136-26
-always 따옵 6-24-126-136-12
-always 따옶 6-24-126-136-12-3
-always 따옷 6-24-126-136-3
-always 따옸 6-24-126-136-34
-always 따옹 6-24-126-123456
-always 따옺 6-24-126-136-13
-always 따옻 6-24-126-136-23
-always 따옼 6-24-126-136-235
-always 따옽 6-24-126-136-236
-always 따옾 6-24-126-136-256
-always 따옿 6-24-126-136-356
-always 따와 6-24-126-1236
-always 따왁 6-24-126-1236-1
-always 따왂 6-24-126-1236-1-1
-always 따왃 6-24-126-1236-1-3
-always 따완 6-24-126-1236-25
-always 따왅 6-24-126-1236-25-13
-always 따왆 6-24-126-1236-25-356
-always 따왇 6-24-126-1236-35
-always 따왈 6-24-126-1236-2
-always 따왉 6-24-126-1236-2-1
-always 따왊 6-24-126-1236-2-26
-always 따왋 6-24-126-1236-2-12
-always 따왌 6-24-126-1236-2-3
-always 따왍 6-24-126-1236-2-236
-always 따왎 6-24-126-1236-2-256
-always 따왏 6-24-126-1236-2-356
-always 따왐 6-24-126-1236-26
-always 따왑 6-24-126-1236-12
-always 따왒 6-24-126-1236-12-3
-always 따왓 6-24-126-1236-3
-always 따왔 6-24-126-1236-34
-always 따왕 6-24-126-1236-2356
-always 따왖 6-24-126-1236-13
-always 따왗 6-24-126-1236-23
-always 따왘 6-24-126-1236-235
-always 따왙 6-24-126-1236-236
-always 따왚 6-24-126-1236-256
-always 따왛 6-24-126-1236-356
-always 따왜 6-24-126-1236-1235
-always 따왝 6-24-126-1236-1235-1
-always 따왞 6-24-126-1236-1235-1-1
-always 따왟 6-24-126-1236-1235-1-3
-always 따왠 6-24-126-1236-1235-25
-always 따왡 6-24-126-1236-1235-25-13
-always 따왢 6-24-126-1236-1235-25-356
-always 따왣 6-24-126-1236-1235-35
-always 따왤 6-24-126-1236-1235-2
-always 따왥 6-24-126-1236-1235-2-1
-always 따왦 6-24-126-1236-1235-2-26
-always 따왧 6-24-126-1236-1235-2-12
-always 따왨 6-24-126-1236-1235-2-3
-always 따왩 6-24-126-1236-1235-2-236
-always 따왪 6-24-126-1236-1235-2-256
-always 따왫 6-24-126-1236-1235-2-356
-always 따왬 6-24-126-1236-1235-26
-always 따왭 6-24-126-1236-1235-12
-always 따왮 6-24-126-1236-1235-12-3
-always 따왯 6-24-126-1236-1235-3
-always 따왰 6-24-126-1236-1235-34
-always 따왱 6-24-126-1236-1235-2356
-always 따왲 6-24-126-1236-1235-13
-always 따왳 6-24-126-1236-1235-23
-always 따왴 6-24-126-1236-1235-235
-always 따왵 6-24-126-1236-1235-236
-always 따왶 6-24-126-1236-1235-256
-always 따왷 6-24-126-1236-1235-356
-always 따외 6-24-126-13456
-always 따왹 6-24-126-13456-1
-always 따왺 6-24-126-13456-1-1
-always 따왻 6-24-126-13456-1-3
-always 따왼 6-24-126-13456-25
-always 따왽 6-24-126-13456-25-13
-always 따왾 6-24-126-13456-25-356
-always 따왿 6-24-126-13456-35
-always 따욀 6-24-126-13456-2
-always 따욁 6-24-126-13456-2-1
-always 따욂 6-24-126-13456-2-26
-always 따욃 6-24-126-13456-2-12
-always 따욄 6-24-126-13456-2-3
-always 따욅 6-24-126-13456-2-236
-always 따욆 6-24-126-13456-2-256
-always 따욇 6-24-126-13456-2-356
-always 따욈 6-24-126-13456-26
-always 따욉 6-24-126-13456-12
-always 따욊 6-24-126-13456-12-3
-always 따욋 6-24-126-13456-3
-always 따욌 6-24-126-13456-34
-always 따욍 6-24-126-13456-2356
-always 따욎 6-24-126-13456-13
-always 따욏 6-24-126-13456-23
-always 따욐 6-24-126-13456-235
-always 따욑 6-24-126-13456-236
-always 따욒 6-24-126-13456-256
-always 따욓 6-24-126-13456-356
-always 따요 6-24-126-346
-always 따욕 6-24-126-346-1
-always 따욖 6-24-126-346-1-1
-always 따욗 6-24-126-346-1-3
-always 따욘 6-24-126-346-25
-always 따욙 6-24-126-346-25-13
-always 따욚 6-24-126-346-25-356
-always 따욛 6-24-126-346-35
-always 따욜 6-24-126-346-2
-always 따욝 6-24-126-346-2-1
-always 따욞 6-24-126-346-2-26
-always 따욟 6-24-126-346-2-12
-always 따욠 6-24-126-346-2-3
-always 따욡 6-24-126-346-2-236
-always 따욢 6-24-126-346-2-256
-always 따욣 6-24-126-346-2-356
-always 따욤 6-24-126-346-26
-always 따욥 6-24-126-346-12
-always 따욦 6-24-126-346-12-3
-always 따욧 6-24-126-346-3
-always 따욨 6-24-126-346-34
-always 따용 6-24-126-346-2356
-always 따욪 6-24-126-346-13
-always 따욫 6-24-126-346-23
-always 따욬 6-24-126-346-235
-always 따욭 6-24-126-346-236
-always 따욮 6-24-126-346-256
-always 따욯 6-24-126-346-356
-always 따우 6-24-126-134
-always 따욱 6-24-126-134-1
-always 따욲 6-24-126-134-1-1
-always 따욳 6-24-126-134-1-3
-always 따운 6-24-126-1245
-always 따욵 6-24-126-1245-13
-always 따욶 6-24-126-1245-356
-always 따욷 6-24-126-134-35
-always 따울 6-24-126-12346
-always 따욹 6-24-126-12346-1
-always 따욺 6-24-126-12346-26
-always 따욻 6-24-126-12346-12
-always 따욼 6-24-126-12346-3
-always 따욽 6-24-126-12346-236
-always 따욾 6-24-126-12346-256
-always 따욿 6-24-126-12346-356
-always 따움 6-24-126-134-26
-always 따웁 6-24-126-134-12
-always 따웂 6-24-126-134-12-3
-always 따웃 6-24-126-134-3
-always 따웄 6-24-126-134-34
-always 따웅 6-24-126-134-2356
-always 따웆 6-24-126-134-13
-always 따웇 6-24-126-134-23
-always 따웈 6-24-126-134-235
-always 따웉 6-24-126-134-236
-always 따웊 6-24-126-134-256
-always 따웋 6-24-126-134-356
-always 따워 6-24-126-1234
-always 따웍 6-24-126-1234-1
-always 따웎 6-24-126-1234-1-1
-always 따웏 6-24-126-1234-1-3
-always 따원 6-24-126-1234-25
-always 따웑 6-24-126-1234-25-13
-always 따웒 6-24-126-1234-25-356
-always 따웓 6-24-126-1234-35
-always 따월 6-24-126-1234-2
-always 따웕 6-24-126-1234-2-1
-always 따웖 6-24-126-1234-2-26
-always 따웗 6-24-126-1234-2-12
-always 따웘 6-24-126-1234-2-3
-always 따웙 6-24-126-1234-2-236
-always 따웚 6-24-126-1234-2-256
-always 따웛 6-24-126-1234-2-356
-always 따웜 6-24-126-1234-26
-always 따웝 6-24-126-1234-12
-always 따웞 6-24-126-1234-12-3
-always 따웟 6-24-126-1234-3
-always 따웠 6-24-126-1234-34
-always 따웡 6-24-126-1234-2356
-always 따웢 6-24-126-1234-13
-always 따웣 6-24-126-1234-23
-always 따웤 6-24-126-1234-235
-always 따웥 6-24-126-1234-236
-always 따웦 6-24-126-1234-256
-always 따웧 6-24-126-1234-356
-always 따웨 6-24-126-1234-1235
-always 따웩 6-24-126-1234-1235-1
-always 따웪 6-24-126-1234-1235-1-1
-always 따웫 6-24-126-1234-1235-1-3
-always 따웬 6-24-126-1234-1235-25
-always 따웭 6-24-126-1234-1235-25-13
-always 따웮 6-24-126-1234-1235-25-356
-always 따웯 6-24-126-1234-1235-35
-always 따웰 6-24-126-1234-1235-2
-always 따웱 6-24-126-1234-1235-2-1
-always 따웲 6-24-126-1234-1235-2-26
-always 따웳 6-24-126-1234-1235-2-12
-always 따웴 6-24-126-1234-1235-2-3
-always 따웵 6-24-126-1234-1235-2-236
-always 따웶 6-24-126-1234-1235-2-256
-always 따웷 6-24-126-1234-1235-2-356
-always 따웸 6-24-126-1234-1235-26
-always 따웹 6-24-126-1234-1235-12
-always 따웺 6-24-126-1234-1235-12-3
-always 따웻 6-24-126-1234-1235-3
-always 따웼 6-24-126-1234-1235-34
-always 따웽 6-24-126-1234-1235-2356
-always 따웾 6-24-126-1234-1235-13
-always 따웿 6-24-126-1234-1235-23
-always 따윀 6-24-126-1234-1235-235
-always 따윁 6-24-126-1234-1235-236
-always 따윂 6-24-126-1234-1235-256
-always 따윃 6-24-126-1234-1235-356
-always 따위 6-24-126-134-1235
-always 따윅 6-24-126-134-1235-1
-always 따윆 6-24-126-134-1235-1-1
-always 따윇 6-24-126-134-1235-1-3
-always 따윈 6-24-126-134-1235-25
-always 따윉 6-24-126-134-1235-25-13
-always 따윊 6-24-126-134-1235-25-356
-always 따윋 6-24-126-134-1235-35
-always 따윌 6-24-126-134-1235-2
-always 따윍 6-24-126-134-1235-2-1
-always 따윎 6-24-126-134-1235-2-26
-always 따윏 6-24-126-134-1235-2-12
-always 따윐 6-24-126-134-1235-2-3
-always 따윑 6-24-126-134-1235-2-236
-always 따윒 6-24-126-134-1235-2-256
-always 따윓 6-24-126-134-1235-2-356
-always 따윔 6-24-126-134-1235-26
-always 따윕 6-24-126-134-1235-12
-always 따윖 6-24-126-134-1235-12-3
-always 따윗 6-24-126-134-1235-3
-always 따윘 6-24-126-134-1235-34
-always 따윙 6-24-126-134-1235-2356
-always 따윚 6-24-126-134-1235-13
-always 따윛 6-24-126-134-1235-23
-always 따윜 6-24-126-134-1235-235
-always 따윝 6-24-126-134-1235-236
-always 따윞 6-24-126-134-1235-256
-always 따윟 6-24-126-134-1235-356
-always 따유 6-24-126-146
-always 따육 6-24-126-146-1
-always 따윢 6-24-126-146-1-1
-always 따윣 6-24-126-146-1-3
-always 따윤 6-24-126-146-25
-always 따윥 6-24-126-146-25-13
-always 따윦 6-24-126-146-25-356
-always 따윧 6-24-126-146-35
-always 따율 6-24-126-146-2
-always 따윩 6-24-126-146-2-1
-always 따윪 6-24-126-146-2-26
-always 따윫 6-24-126-146-2-12
-always 따윬 6-24-126-146-2-3
-always 따윭 6-24-126-146-2-236
-always 따윮 6-24-126-146-2-256
-always 따윯 6-24-126-146-2-356
-always 따윰 6-24-126-146-26
-always 따윱 6-24-126-146-12
-always 따윲 6-24-126-146-12-3
-always 따윳 6-24-126-146-3
-always 따윴 6-24-126-146-34
-always 따융 6-24-126-146-2356
-always 따윶 6-24-126-146-13
-always 따윷 6-24-126-146-23
-always 따윸 6-24-126-146-235
-always 따윹 6-24-126-146-236
-always 따윺 6-24-126-146-256
-always 따윻 6-24-126-146-356
-always 따으 6-24-126-246
-always 따윽 6-24-126-246-1
-always 따윾 6-24-126-246-1-1
-always 따윿 6-24-126-246-1-3
-always 따은 6-24-126-1356
-always 따읁 6-24-126-1356-13
-always 따읂 6-24-126-1356-356
-always 따읃 6-24-126-246-35
-always 따을 6-24-126-2346
-always 따읅 6-24-126-2346-1
-always 따읆 6-24-126-2346-26
-always 따읇 6-24-126-2346-12
-always 따읈 6-24-126-2346-3
-always 따읉 6-24-126-2346-236
-always 따읊 6-24-126-2346-256
-always 따읋 6-24-126-2346-356
-always 따음 6-24-126-246-26
-always 따읍 6-24-126-246-12
-always 따읎 6-24-126-246-12-3
-always 따읏 6-24-126-246-3
-always 따읐 6-24-126-246-34
-always 따응 6-24-126-246-2356
-always 따읒 6-24-126-246-13
-always 따읓 6-24-126-246-23
-always 따읔 6-24-126-246-235
-always 따읕 6-24-126-246-236
-always 따읖 6-24-126-246-256
-always 따읗 6-24-126-246-356
-always 따의 6-24-126-2456
-always 따읙 6-24-126-2456-1
-always 따읚 6-24-126-2456-1-1
-always 따읛 6-24-126-2456-1-3
-always 따읜 6-24-126-2456-25
-always 따읝 6-24-126-2456-25-13
-always 따읞 6-24-126-2456-25-356
-always 따읟 6-24-126-2456-35
-always 따읠 6-24-126-2456-2
-always 따읡 6-24-126-2456-2-1
-always 따읢 6-24-126-2456-2-26
-always 따읣 6-24-126-2456-2-12
-always 따읤 6-24-126-2456-2-3
-always 따읥 6-24-126-2456-2-236
-always 따읦 6-24-126-2456-2-256
-always 따읧 6-24-126-2456-2-356
-always 따읨 6-24-126-2456-26
-always 따읩 6-24-126-2456-12
-always 따읪 6-24-126-2456-12-3
-always 따읫 6-24-126-2456-3
-always 따읬 6-24-126-2456-34
-always 따읭 6-24-126-2456-2356
-always 따읮 6-24-126-2456-13
-always 따읯 6-24-126-2456-23
-always 따읰 6-24-126-2456-235
-always 따읱 6-24-126-2456-236
-always 따읲 6-24-126-2456-256
-always 따읳 6-24-126-2456-356
-always 따이 6-24-126-135
-always 따익 6-24-126-135-1
-always 따읶 6-24-126-135-1-1
-always 따읷 6-24-126-135-1-3
-always 따인 6-24-126-12345
-always 따읹 6-24-126-12345-13
-always 따읺 6-24-126-12345-356
-always 따읻 6-24-126-135-35
-always 따일 6-24-126-135-2
-always 따읽 6-24-126-135-2-1
-always 따읾 6-24-126-135-2-26
-always 따읿 6-24-126-135-2-12
-always 따잀 6-24-126-135-2-3
-always 따잁 6-24-126-135-2-236
-always 따잂 6-24-126-135-2-256
-always 따잃 6-24-126-135-2-356
-always 따임 6-24-126-135-26
-always 따입 6-24-126-135-12
-always 따잆 6-24-126-135-12-3
-always 따잇 6-24-126-135-3
-always 따있 6-24-126-135-34
-always 따잉 6-24-126-135-2356
-always 따잊 6-24-126-135-13
-always 따잋 6-24-126-135-23
-always 따잌 6-24-126-135-235
-always 따잍 6-24-126-135-236
-always 따잎 6-24-126-135-256
-always 따잏 6-24-126-135-356
-always 마아 15-126-126
-always 마악 15-126-126-1
-always 마앆 15-126-126-1-1
-always 마앇 15-126-126-1-3
-always 마안 15-126-126-25
-always 마앉 15-126-126-25-13
-always 마않 15-126-126-25-356
-always 마앋 15-126-126-35
-always 마알 15-126-126-2
-always 마앍 15-126-126-2-1
-always 마앎 15-126-126-2-26
-always 마앏 15-126-126-2-12
-always 마앐 15-126-126-2-3
-always 마앑 15-126-126-2-236
-always 마앒 15-126-126-2-256
-always 마앓 15-126-126-2-356
-always 마암 15-126-126-26
-always 마압 15-126-126-12
-always 마앖 15-126-126-12-3
-always 마앗 15-126-126-3
-always 마았 15-126-126-34
-always 마앙 15-126-126-2356
-always 마앚 15-126-126-13
-always 마앛 15-126-126-23
-always 마앜 15-126-126-235
-always 마앝 15-126-126-236
-always 마앞 15-126-126-256
-always 마앟 15-126-126-356
-always 마애 15-126-1235
-always 마액 15-126-1235-1
-always 마앢 15-126-1235-1-1
-always 마앣 15-126-1235-1-3
-always 마앤 15-126-1235-25
-always 마앥 15-126-1235-25-13
-always 마앦 15-126-1235-25-356
-always 마앧 15-126-1235-35
-always 마앨 15-126-1235-2
-always 마앩 15-126-1235-2-1
-always 마앪 15-126-1235-2-26
-always 마앫 15-126-1235-2-12
-always 마앬 15-126-1235-2-3
-always 마앭 15-126-1235-2-236
-always 마앮 15-126-1235-2-256
-always 마앯 15-126-1235-2-356
-always 마앰 15-126-1235-26
-always 마앱 15-126-1235-12
-always 마앲 15-126-1235-12-3
-always 마앳 15-126-1235-3
-always 마앴 15-126-1235-34
-always 마앵 15-126-1235-2356
-always 마앶 15-126-1235-13
-always 마앷 15-126-1235-23
-always 마앸 15-126-1235-235
-always 마앹 15-126-1235-236
-always 마앺 15-126-1235-256
-always 마앻 15-126-1235-356
-always 마야 15-126-345
-always 마약 15-126-345-1
-always 마앾 15-126-345-1-1
-always 마앿 15-126-345-1-3
-always 마얀 15-126-345-25
-always 마얁 15-126-345-25-13
-always 마얂 15-126-345-25-356
-always 마얃 15-126-345-35
-always 마얄 15-126-345-2
-always 마얅 15-126-345-2-1
-always 마얆 15-126-345-2-26
-always 마얇 15-126-345-2-12
-always 마얈 15-126-345-2-3
-always 마얉 15-126-345-2-236
-always 마얊 15-126-345-2-256
-always 마얋 15-126-345-2-356
-always 마얌 15-126-345-26
-always 마얍 15-126-345-12
-always 마얎 15-126-345-12-3
-always 마얏 15-126-345-3
-always 마얐 15-126-345-34
-always 마양 15-126-345-2356
-always 마얒 15-126-345-13
-always 마얓 15-126-345-23
-always 마얔 15-126-345-235
-always 마얕 15-126-345-236
-always 마얖 15-126-345-256
-always 마얗 15-126-345-356
-always 마얘 15-126-345-1235
-always 마얙 15-126-345-1235-1
-always 마얚 15-126-345-1235-1-1
-always 마얛 15-126-345-1235-1-3
-always 마얜 15-126-345-1235-25
-always 마얝 15-126-345-1235-25-13
-always 마얞 15-126-345-1235-25-356
-always 마얟 15-126-345-1235-35
-always 마얠 15-126-345-1235-2
-always 마얡 15-126-345-1235-2-1
-always 마얢 15-126-345-1235-2-26
-always 마얣 15-126-345-1235-2-12
-always 마얤 15-126-345-1235-2-3
-always 마얥 15-126-345-1235-2-236
-always 마얦 15-126-345-1235-2-256
-always 마얧 15-126-345-1235-2-356
-always 마얨 15-126-345-1235-26
-always 마얩 15-126-345-1235-12
-always 마얪 15-126-345-1235-12-3
-always 마얫 15-126-345-1235-3
-always 마얬 15-126-345-1235-34
-always 마얭 15-126-345-1235-2356
-always 마얮 15-126-345-1235-13
-always 마얯 15-126-345-1235-23
-always 마얰 15-126-345-1235-235
-always 마얱 15-126-345-1235-236
-always 마얲 15-126-345-1235-256
-always 마얳 15-126-345-1235-356
-always 마어 15-126-234
-always 마억 15-126-1456
-always 마얶 15-126-1456-1
-always 마얷 15-126-1456-3
-always 마언 15-126-23456
-always 마얹 15-126-23456-13
-always 마얺 15-126-23456-356
-always 마얻 15-126-234-35
-always 마얼 15-126-2345
-always 마얽 15-126-2345-1
-always 마얾 15-126-2345-26
-always 마얿 15-126-2345-12
-always 마엀 15-126-2345-3
-always 마엁 15-126-2345-236
-always 마엂 15-126-2345-256
-always 마엃 15-126-2345-356
-always 마엄 15-126-234-26
-always 마업 15-126-234-12
-always 마없 15-126-234-12-3
-always 마엇 15-126-234-3
-always 마었 15-126-234-34
-always 마엉 15-126-234-2356
-always 마엊 15-126-234-13
-always 마엋 15-126-234-23
-always 마엌 15-126-234-235
-always 마엍 15-126-234-236
-always 마엎 15-126-234-256
-always 마엏 15-126-234-356
-always 마에 15-126-1345
-always 마엑 15-126-1345-1
-always 마엒 15-126-1345-1-1
-always 마엓 15-126-1345-1-3
-always 마엔 15-126-1345-25
-always 마엕 15-126-1345-25-13
-always 마엖 15-126-1345-25-356
-always 마엗 15-126-1345-35
-always 마엘 15-126-1345-2
-always 마엙 15-126-1345-2-1
-always 마엚 15-126-1345-2-26
-always 마엛 15-126-1345-2-12
-always 마엜 15-126-1345-2-3
-always 마엝 15-126-1345-2-236
-always 마엞 15-126-1345-2-256
-always 마엟 15-126-1345-2-356
-always 마엠 15-126-1345-26
-always 마엡 15-126-1345-12
-always 마엢 15-126-1345-12-3
-always 마엣 15-126-1345-3
-always 마엤 15-126-1345-34
-always 마엥 15-126-1345-2356
-always 마엦 15-126-1345-13
-always 마엧 15-126-1345-23
-always 마엨 15-126-1345-235
-always 마엩 15-126-1345-236
-always 마엪 15-126-1345-256
-always 마엫 15-126-1345-356
-always 마여 15-126-156
-always 마역 15-126-156-1
-always 마엮 15-126-156-1-1
-always 마엯 15-126-156-1-3
-always 마연 15-126-16
-always 마엱 15-126-16-13
-always 마엲 15-126-16-356
-always 마열 15-126-1256
-always 마엵 15-126-1256-1
-always 마엶 15-126-1256-26
-always 마엷 15-126-1256-12
-always 마엸 15-126-1256-3
-always 마엹 15-126-1256-236
-always 마엺 15-126-1256-256
-always 마엻 15-126-1256-356
-always 마염 15-126-156-26
-always 마엽 15-126-156-12
-always 마엾 15-126-156-12-3
-always 마엿 15-126-156-3
-always 마였 15-126-156-34
-always 마영 15-126-12456
-always 마옂 15-126-156-13
-always 마옃 15-126-156-23
-always 마옄 15-126-156-235
-always 마옅 15-126-156-236
-always 마옆 15-126-156-256
-always 마옇 15-126-156-356
-always 마예 15-126-34
-always 마옉 15-126-34-1
-always 마옊 15-126-34-1-1
-always 마옋 15-126-34-1-3
-always 마옌 15-126-34-25
-always 마옍 15-126-34-25-13
-always 마옎 15-126-34-25-356
-always 마옏 15-126-34-35
-always 마옐 15-126-34-2
-always 마옑 15-126-34-2-1
-always 마옒 15-126-34-2-26
-always 마옓 15-126-34-2-12
-always 마옔 15-126-34-2-3
-always 마옕 15-126-34-2-236
-always 마옖 15-126-34-2-256
-always 마옗 15-126-34-2-356
-always 마옘 15-126-34-26
-always 마옙 15-126-34-12
-always 마옚 15-126-34-12-3
-always 마옛 15-126-34-3
-always 마옜 15-126-34-34
-always 마옝 15-126-34-2356
-always 마옞 15-126-34-13
-always 마옟 15-126-34-23
-always 마옠 15-126-34-235
-always 마옡 15-126-34-236
-always 마옢 15-126-34-256
-always 마옣 15-126-34-356
-always 마오 15-126-136
-always 마옥 15-126-1346
-always 마옦 15-126-1346-1
-always 마옧 15-126-1346-3
-always 마온 15-126-12356
-always 마옩 15-126-12356-13
-always 마옪 15-126-12356-356
-always 마옫 15-126-136-35
-always 마올 15-126-136-2
-always 마옭 15-126-136-2-1
-always 마옮 15-126-136-2-26
-always 마옯 15-126-136-2-12
-always 마옰 15-126-136-2-3
-always 마옱 15-126-136-2-236
-always 마옲 15-126-136-2-256
-always 마옳 15-126-136-2-356
-always 마옴 15-126-136-26
-always 마옵 15-126-136-12
-always 마옶 15-126-136-12-3
-always 마옷 15-126-136-3
-always 마옸 15-126-136-34
-always 마옹 15-126-123456
-always 마옺 15-126-136-13
-always 마옻 15-126-136-23
-always 마옼 15-126-136-235
-always 마옽 15-126-136-236
-always 마옾 15-126-136-256
-always 마옿 15-126-136-356
-always 마와 15-126-1236
-always 마왁 15-126-1236-1
-always 마왂 15-126-1236-1-1
-always 마왃 15-126-1236-1-3
-always 마완 15-126-1236-25
-always 마왅 15-126-1236-25-13
-always 마왆 15-126-1236-25-356
-always 마왇 15-126-1236-35
-always 마왈 15-126-1236-2
-always 마왉 15-126-1236-2-1
-always 마왊 15-126-1236-2-26
-always 마왋 15-126-1236-2-12
-always 마왌 15-126-1236-2-3
-always 마왍 15-126-1236-2-236
-always 마왎 15-126-1236-2-256
-always 마왏 15-126-1236-2-356
-always 마왐 15-126-1236-26
-always 마왑 15-126-1236-12
-always 마왒 15-126-1236-12-3
-always 마왓 15-126-1236-3
-always 마왔 15-126-1236-34
-always 마왕 15-126-1236-2356
-always 마왖 15-126-1236-13
-always 마왗 15-126-1236-23
-always 마왘 15-126-1236-235
-always 마왙 15-126-1236-236
-always 마왚 15-126-1236-256
-always 마왛 15-126-1236-356
-always 마왜 15-126-1236-1235
-always 마왝 15-126-1236-1235-1
-always 마왞 15-126-1236-1235-1-1
-always 마왟 15-126-1236-1235-1-3
-always 마왠 15-126-1236-1235-25
-always 마왡 15-126-1236-1235-25-13
-always 마왢 15-126-1236-1235-25-356
-always 마왣 15-126-1236-1235-35
-always 마왤 15-126-1236-1235-2
-always 마왥 15-126-1236-1235-2-1
-always 마왦 15-126-1236-1235-2-26
-always 마왧 15-126-1236-1235-2-12
-always 마왨 15-126-1236-1235-2-3
-always 마왩 15-126-1236-1235-2-236
-always 마왪 15-126-1236-1235-2-256
-always 마왫 15-126-1236-1235-2-356
-always 마왬 15-126-1236-1235-26
-always 마왭 15-126-1236-1235-12
-always 마왮 15-126-1236-1235-12-3
-always 마왯 15-126-1236-1235-3
-always 마왰 15-126-1236-1235-34
-always 마왱 15-126-1236-1235-2356
-always 마왲 15-126-1236-1235-13
-always 마왳 15-126-1236-1235-23
-always 마왴 15-126-1236-1235-235
-always 마왵 15-126-1236-1235-236
-always 마왶 15-126-1236-1235-256
-always 마왷 15-126-1236-1235-356
-always 마외 15-126-13456
-always 마왹 15-126-13456-1
-always 마왺 15-126-13456-1-1
-always 마왻 15-126-13456-1-3
-always 마왼 15-126-13456-25
-always 마왽 15-126-13456-25-13
-always 마왾 15-126-13456-25-356
-always 마왿 15-126-13456-35
-always 마욀 15-126-13456-2
-always 마욁 15-126-13456-2-1
-always 마욂 15-126-13456-2-26
-always 마욃 15-126-13456-2-12
-always 마욄 15-126-13456-2-3
-always 마욅 15-126-13456-2-236
-always 마욆 15-126-13456-2-256
-always 마욇 15-126-13456-2-356
-always 마욈 15-126-13456-26
-always 마욉 15-126-13456-12
-always 마욊 15-126-13456-12-3
-always 마욋 15-126-13456-3
-always 마욌 15-126-13456-34
-always 마욍 15-126-13456-2356
-always 마욎 15-126-13456-13
-always 마욏 15-126-13456-23
-always 마욐 15-126-13456-235
-always 마욑 15-126-13456-236
-always 마욒 15-126-13456-256
-always 마욓 15-126-13456-356
-always 마요 15-126-346
-always 마욕 15-126-346-1
-always 마욖 15-126-346-1-1
-always 마욗 15-126-346-1-3
-always 마욘 15-126-346-25
-always 마욙 15-126-346-25-13
-always 마욚 15-126-346-25-356
-always 마욛 15-126-346-35
-always 마욜 15-126-346-2
-always 마욝 15-126-346-2-1
-always 마욞 15-126-346-2-26
-always 마욟 15-126-346-2-12
-always 마욠 15-126-346-2-3
-always 마욡 15-126-346-2-236
-always 마욢 15-126-346-2-256
-always 마욣 15-126-346-2-356
-always 마욤 15-126-346-26
-always 마욥 15-126-346-12
-always 마욦 15-126-346-12-3
-always 마욧 15-126-346-3
-always 마욨 15-126-346-34
-always 마용 15-126-346-2356
-always 마욪 15-126-346-13
-always 마욫 15-126-346-23
-always 마욬 15-126-346-235
-always 마욭 15-126-346-236
-always 마욮 15-126-346-256
-always 마욯 15-126-346-356
-always 마우 15-126-134
-always 마욱 15-126-134-1
-always 마욲 15-126-134-1-1
-always 마욳 15-126-134-1-3
-always 마운 15-126-1245
-always 마욵 15-126-1245-13
-always 마욶 15-126-1245-356
-always 마욷 15-126-134-35
-always 마울 15-126-12346
-always 마욹 15-126-12346-1
-always 마욺 15-126-12346-26
-always 마욻 15-126-12346-12
-always 마욼 15-126-12346-3
-always 마욽 15-126-12346-236
-always 마욾 15-126-12346-256
-always 마욿 15-126-12346-356
-always 마움 15-126-134-26
-always 마웁 15-126-134-12
-always 마웂 15-126-134-12-3
-always 마웃 15-126-134-3
-always 마웄 15-126-134-34
-always 마웅 15-126-134-2356
-always 마웆 15-126-134-13
-always 마웇 15-126-134-23
-always 마웈 15-126-134-235
-always 마웉 15-126-134-236
-always 마웊 15-126-134-256
-always 마웋 15-126-134-356
-always 마워 15-126-1234
-always 마웍 15-126-1234-1
-always 마웎 15-126-1234-1-1
-always 마웏 15-126-1234-1-3
-always 마원 15-126-1234-25
-always 마웑 15-126-1234-25-13
-always 마웒 15-126-1234-25-356
-always 마웓 15-126-1234-35
-always 마월 15-126-1234-2
-always 마웕 15-126-1234-2-1
-always 마웖 15-126-1234-2-26
-always 마웗 15-126-1234-2-12
-always 마웘 15-126-1234-2-3
-always 마웙 15-126-1234-2-236
-always 마웚 15-126-1234-2-256
-always 마웛 15-126-1234-2-356
-always 마웜 15-126-1234-26
-always 마웝 15-126-1234-12
-always 마웞 15-126-1234-12-3
-always 마웟 15-126-1234-3
-always 마웠 15-126-1234-34
-always 마웡 15-126-1234-2356
-always 마웢 15-126-1234-13
-always 마웣 15-126-1234-23
-always 마웤 15-126-1234-235
-always 마웥 15-126-1234-236
-always 마웦 15-126-1234-256
-always 마웧 15-126-1234-356
-always 마웨 15-126-1234-1235
-always 마웩 15-126-1234-1235-1
-always 마웪 15-126-1234-1235-1-1
-always 마웫 15-126-1234-1235-1-3
-always 마웬 15-126-1234-1235-25
-always 마웭 15-126-1234-1235-25-13
-always 마웮 15-126-1234-1235-25-356
-always 마웯 15-126-1234-1235-35
-always 마웰 15-126-1234-1235-2
-always 마웱 15-126-1234-1235-2-1
-always 마웲 15-126-1234-1235-2-26
-always 마웳 15-126-1234-1235-2-12
-always 마웴 15-126-1234-1235-2-3
-always 마웵 15-126-1234-1235-2-236
-always 마웶 15-126-1234-1235-2-256
-always 마웷 15-126-1234-1235-2-356
-always 마웸 15-126-1234-1235-26
-always 마웹 15-126-1234-1235-12
-always 마웺 15-126-1234-1235-12-3
-always 마웻 15-126-1234-1235-3
-always 마웼 15-126-1234-1235-34
-always 마웽 15-126-1234-1235-2356
-always 마웾 15-126-1234-1235-13
-always 마웿 15-126-1234-1235-23
-always 마윀 15-126-1234-1235-235
-always 마윁 15-126-1234-1235-236
-always 마윂 15-126-1234-1235-256
-always 마윃 15-126-1234-1235-356
-always 마위 15-126-134-1235
-always 마윅 15-126-134-1235-1
-always 마윆 15-126-134-1235-1-1
-always 마윇 15-126-134-1235-1-3
-always 마윈 15-126-134-1235-25
-always 마윉 15-126-134-1235-25-13
-always 마윊 15-126-134-1235-25-356
-always 마윋 15-126-134-1235-35
-always 마윌 15-126-134-1235-2
-always 마윍 15-126-134-1235-2-1
-always 마윎 15-126-134-1235-2-26
-always 마윏 15-126-134-1235-2-12
-always 마윐 15-126-134-1235-2-3
-always 마윑 15-126-134-1235-2-236
-always 마윒 15-126-134-1235-2-256
-always 마윓 15-126-134-1235-2-356
-always 마윔 15-126-134-1235-26
-always 마윕 15-126-134-1235-12
-always 마윖 15-126-134-1235-12-3
-always 마윗 15-126-134-1235-3
-always 마윘 15-126-134-1235-34
-always 마윙 15-126-134-1235-2356
-always 마윚 15-126-134-1235-13
-always 마윛 15-126-134-1235-23
-always 마윜 15-126-134-1235-235
-always 마윝 15-126-134-1235-236
-always 마윞 15-126-134-1235-256
-always 마윟 15-126-134-1235-356
-always 마유 15-126-146
-always 마육 15-126-146-1
-always 마윢 15-126-146-1-1
-always 마윣 15-126-146-1-3
-always 마윤 15-126-146-25
-always 마윥 15-126-146-25-13
-always 마윦 15-126-146-25-356
-always 마윧 15-126-146-35
-always 마율 15-126-146-2
-always 마윩 15-126-146-2-1
-always 마윪 15-126-146-2-26
-always 마윫 15-126-146-2-12
-always 마윬 15-126-146-2-3
-always 마윭 15-126-146-2-236
-always 마윮 15-126-146-2-256
-always 마윯 15-126-146-2-356
-always 마윰 15-126-146-26
-always 마윱 15-126-146-12
-always 마윲 15-126-146-12-3
-always 마윳 15-126-146-3
-always 마윴 15-126-146-34
-always 마융 15-126-146-2356
-always 마윶 15-126-146-13
-always 마윷 15-126-146-23
-always 마윸 15-126-146-235
-always 마윹 15-126-146-236
-always 마윺 15-126-146-256
-always 마윻 15-126-146-356
-always 마으 15-126-246
-always 마윽 15-126-246-1
-always 마윾 15-126-246-1-1
-always 마윿 15-126-246-1-3
-always 마은 15-126-1356
-always 마읁 15-126-1356-13
-always 마읂 15-126-1356-356
-always 마읃 15-126-246-35
-always 마을 15-126-2346
-always 마읅 15-126-2346-1
-always 마읆 15-126-2346-26
-always 마읇 15-126-2346-12
-always 마읈 15-126-2346-3
-always 마읉 15-126-2346-236
-always 마읊 15-126-2346-256
-always 마읋 15-126-2346-356
-always 마음 15-126-246-26
-always 마읍 15-126-246-12
-always 마읎 15-126-246-12-3
-always 마읏 15-126-246-3
-always 마읐 15-126-246-34
-always 마응 15-126-246-2356
-always 마읒 15-126-246-13
-always 마읓 15-126-246-23
-always 마읔 15-126-246-235
-always 마읕 15-126-246-236
-always 마읖 15-126-246-256
-always 마읗 15-126-246-356
-always 마의 15-126-2456
-always 마읙 15-126-2456-1
-always 마읚 15-126-2456-1-1
-always 마읛 15-126-2456-1-3
-always 마읜 15-126-2456-25
-always 마읝 15-126-2456-25-13
-always 마읞 15-126-2456-25-356
-always 마읟 15-126-2456-35
-always 마읠 15-126-2456-2
-always 마읡 15-126-2456-2-1
-always 마읢 15-126-2456-2-26
-always 마읣 15-126-2456-2-12
-always 마읤 15-126-2456-2-3
-always 마읥 15-126-2456-2-236
-always 마읦 15-126-2456-2-256
-always 마읧 15-126-2456-2-356
-always 마읨 15-126-2456-26
-always 마읩 15-126-2456-12
-always 마읪 15-126-2456-12-3
-always 마읫 15-126-2456-3
-always 마읬 15-126-2456-34
-always 마읭 15-126-2456-2356
-always 마읮 15-126-2456-13
-always 마읯 15-126-2456-23
-always 마읰 15-126-2456-235
-always 마읱 15-126-2456-236
-always 마읲 15-126-2456-256
-always 마읳 15-126-2456-356
-always 마이 15-126-135
-always 마익 15-126-135-1
-always 마읶 15-126-135-1-1
-always 마읷 15-126-135-1-3
-always 마인 15-126-12345
-always 마읹 15-126-12345-13
-always 마읺 15-126-12345-356
-always 마읻 15-126-135-35
-always 마일 15-126-135-2
-always 마읽 15-126-135-2-1
-always 마읾 15-126-135-2-26
-always 마읿 15-126-135-2-12
-always 마잀 15-126-135-2-3
-always 마잁 15-126-135-2-236
-always 마잂 15-126-135-2-256
-always 마잃 15-126-135-2-356
-always 마임 15-126-135-26
-always 마입 15-126-135-12
-always 마잆 15-126-135-12-3
-always 마잇 15-126-135-3
-always 마있 15-126-135-34
-always 마잉 15-126-135-2356
-always 마잊 15-126-135-13
-always 마잋 15-126-135-23
-always 마잌 15-126-135-235
-always 마잍 15-126-135-236
-always 마잎 15-126-135-256
-always 마잏 15-126-135-356
-always 바아 45-126-126
-always 바악 45-126-126-1
-always 바앆 45-126-126-1-1
-always 바앇 45-126-126-1-3
-always 바안 45-126-126-25
-always 바앉 45-126-126-25-13
-always 바않 45-126-126-25-356
-always 바앋 45-126-126-35
-always 바알 45-126-126-2
-always 바앍 45-126-126-2-1
-always 바앎 45-126-126-2-26
-always 바앏 45-126-126-2-12
-always 바앐 45-126-126-2-3
-always 바앑 45-126-126-2-236
-always 바앒 45-126-126-2-256
-always 바앓 45-126-126-2-356
-always 바암 45-126-126-26
-always 바압 45-126-126-12
-always 바앖 45-126-126-12-3
-always 바앗 45-126-126-3
-always 바았 45-126-126-34
-always 바앙 45-126-126-2356
-always 바앚 45-126-126-13
-always 바앛 45-126-126-23
-always 바앜 45-126-126-235
-always 바앝 45-126-126-236
-always 바앞 45-126-126-256
-always 바앟 45-126-126-356
-always 바애 45-126-1235
-always 바액 45-126-1235-1
-always 바앢 45-126-1235-1-1
-always 바앣 45-126-1235-1-3
-always 바앤 45-126-1235-25
-always 바앥 45-126-1235-25-13
-always 바앦 45-126-1235-25-356
-always 바앧 45-126-1235-35
-always 바앨 45-126-1235-2
-always 바앩 45-126-1235-2-1
-always 바앪 45-126-1235-2-26
-always 바앫 45-126-1235-2-12
-always 바앬 45-126-1235-2-3
-always 바앭 45-126-1235-2-236
-always 바앮 45-126-1235-2-256
-always 바앯 45-126-1235-2-356
-always 바앰 45-126-1235-26
-always 바앱 45-126-1235-12
-always 바앲 45-126-1235-12-3
-always 바앳 45-126-1235-3
-always 바앴 45-126-1235-34
-always 바앵 45-126-1235-2356
-always 바앶 45-126-1235-13
-always 바앷 45-126-1235-23
-always 바앸 45-126-1235-235
-always 바앹 45-126-1235-236
-always 바앺 45-126-1235-256
-always 바앻 45-126-1235-356
-always 바야 45-126-345
-always 바약 45-126-345-1
-always 바앾 45-126-345-1-1
-always 바앿 45-126-345-1-3
-always 바얀 45-126-345-25
-always 바얁 45-126-345-25-13
-always 바얂 45-126-345-25-356
-always 바얃 45-126-345-35
-always 바얄 45-126-345-2
-always 바얅 45-126-345-2-1
-always 바얆 45-126-345-2-26
-always 바얇 45-126-345-2-12
-always 바얈 45-126-345-2-3
-always 바얉 45-126-345-2-236
-always 바얊 45-126-345-2-256
-always 바얋 45-126-345-2-356
-always 바얌 45-126-345-26
-always 바얍 45-126-345-12
-always 바얎 45-126-345-12-3
-always 바얏 45-126-345-3
-always 바얐 45-126-345-34
-always 바양 45-126-345-2356
-always 바얒 45-126-345-13
-always 바얓 45-126-345-23
-always 바얔 45-126-345-235
-always 바얕 45-126-345-236
-always 바얖 45-126-345-256
-always 바얗 45-126-345-356
-always 바얘 45-126-345-1235
-always 바얙 45-126-345-1235-1
-always 바얚 45-126-345-1235-1-1
-always 바얛 45-126-345-1235-1-3
-always 바얜 45-126-345-1235-25
-always 바얝 45-126-345-1235-25-13
-always 바얞 45-126-345-1235-25-356
-always 바얟 45-126-345-1235-35
-always 바얠 45-126-345-1235-2
-always 바얡 45-126-345-1235-2-1
-always 바얢 45-126-345-1235-2-26
-always 바얣 45-126-345-1235-2-12
-always 바얤 45-126-345-1235-2-3
-always 바얥 45-126-345-1235-2-236
-always 바얦 45-126-345-1235-2-256
-always 바얧 45-126-345-1235-2-356
-always 바얨 45-126-345-1235-26
-always 바얩 45-126-345-1235-12
-always 바얪 45-126-345-1235-12-3
-always 바얫 45-126-345-1235-3
-always 바얬 45-126-345-1235-34
-always 바얭 45-126-345-1235-2356
-always 바얮 45-126-345-1235-13
-always 바얯 45-126-345-1235-23
-always 바얰 45-126-345-1235-235
-always 바얱 45-126-345-1235-236
-always 바얲 45-126-345-1235-256
-always 바얳 45-126-345-1235-356
-always 바어 45-126-234
-always 바억 45-126-1456
-always 바얶 45-126-1456-1
-always 바얷 45-126-1456-3
-always 바언 45-126-23456
-always 바얹 45-126-23456-13
-always 바얺 45-126-23456-356
-always 바얻 45-126-234-35
-always 바얼 45-126-2345
-always 바얽 45-126-2345-1
-always 바얾 45-126-2345-26
-always 바얿 45-126-2345-12
-always 바엀 45-126-2345-3
-always 바엁 45-126-2345-236
-always 바엂 45-126-2345-256
-always 바엃 45-126-2345-356
-always 바엄 45-126-234-26
-always 바업 45-126-234-12
-always 바없 45-126-234-12-3
-always 바엇 45-126-234-3
-always 바었 45-126-234-34
-always 바엉 45-126-234-2356
-always 바엊 45-126-234-13
-always 바엋 45-126-234-23
-always 바엌 45-126-234-235
-always 바엍 45-126-234-236
-always 바엎 45-126-234-256
-always 바엏 45-126-234-356
-always 바에 45-126-1345
-always 바엑 45-126-1345-1
-always 바엒 45-126-1345-1-1
-always 바엓 45-126-1345-1-3
-always 바엔 45-126-1345-25
-always 바엕 45-126-1345-25-13
-always 바엖 45-126-1345-25-356
-always 바엗 45-126-1345-35
-always 바엘 45-126-1345-2
-always 바엙 45-126-1345-2-1
-always 바엚 45-126-1345-2-26
-always 바엛 45-126-1345-2-12
-always 바엜 45-126-1345-2-3
-always 바엝 45-126-1345-2-236
-always 바엞 45-126-1345-2-256
-always 바엟 45-126-1345-2-356
-always 바엠 45-126-1345-26
-always 바엡 45-126-1345-12
-always 바엢 45-126-1345-12-3
-always 바엣 45-126-1345-3
-always 바엤 45-126-1345-34
-always 바엥 45-126-1345-2356
-always 바엦 45-126-1345-13
-always 바엧 45-126-1345-23
-always 바엨 45-126-1345-235
-always 바엩 45-126-1345-236
-always 바엪 45-126-1345-256
-always 바엫 45-126-1345-356
-always 바여 45-126-156
-always 바역 45-126-156-1
-always 바엮 45-126-156-1-1
-always 바엯 45-126-156-1-3
-always 바연 45-126-16
-always 바엱 45-126-16-13
-always 바엲 45-126-16-356
-always 바열 45-126-1256
-always 바엵 45-126-1256-1
-always 바엶 45-126-1256-26
-always 바엷 45-126-1256-12
-always 바엸 45-126-1256-3
-always 바엹 45-126-1256-236
-always 바엺 45-126-1256-256
-always 바엻 45-126-1256-356
-always 바염 45-126-156-26
-always 바엽 45-126-156-12
-always 바엾 45-126-156-12-3
-always 바엿 45-126-156-3
-always 바였 45-126-156-34
-always 바영 45-126-12456
-always 바옂 45-126-156-13
-always 바옃 45-126-156-23
-always 바옄 45-126-156-235
-always 바옅 45-126-156-236
-always 바옆 45-126-156-256
-always 바옇 45-126-156-356
-always 바예 45-126-34
-always 바옉 45-126-34-1
-always 바옊 45-126-34-1-1
-always 바옋 45-126-34-1-3
-always 바옌 45-126-34-25
-always 바옍 45-126-34-25-13
-always 바옎 45-126-34-25-356
-always 바옏 45-126-34-35
-always 바옐 45-126-34-2
-always 바옑 45-126-34-2-1
-always 바옒 45-126-34-2-26
-always 바옓 45-126-34-2-12
-always 바옔 45-126-34-2-3
-always 바옕 45-126-34-2-236
-always 바옖 45-126-34-2-256
-always 바옗 45-126-34-2-356
-always 바옘 45-126-34-26
-always 바옙 45-126-34-12
-always 바옚 45-126-34-12-3
-always 바옛 45-126-34-3
-always 바옜 45-126-34-34
-always 바옝 45-126-34-2356
-always 바옞 45-126-34-13
-always 바옟 45-126-34-23
-always 바옠 45-126-34-235
-always 바옡 45-126-34-236
-always 바옢 45-126-34-256
-always 바옣 45-126-34-356
-always 바오 45-126-136
-always 바옥 45-126-1346
-always 바옦 45-126-1346-1
-always 바옧 45-126-1346-3
-always 바온 45-126-12356
-always 바옩 45-126-12356-13
-always 바옪 45-126-12356-356
-always 바옫 45-126-136-35
-always 바올 45-126-136-2
-always 바옭 45-126-136-2-1
-always 바옮 45-126-136-2-26
-always 바옯 45-126-136-2-12
-always 바옰 45-126-136-2-3
-always 바옱 45-126-136-2-236
-always 바옲 45-126-136-2-256
-always 바옳 45-126-136-2-356
-always 바옴 45-126-136-26
-always 바옵 45-126-136-12
-always 바옶 45-126-136-12-3
-always 바옷 45-126-136-3
-always 바옸 45-126-136-34
-always 바옹 45-126-123456
-always 바옺 45-126-136-13
-always 바옻 45-126-136-23
-always 바옼 45-126-136-235
-always 바옽 45-126-136-236
-always 바옾 45-126-136-256
-always 바옿 45-126-136-356
-always 바와 45-126-1236
-always 바왁 45-126-1236-1
-always 바왂 45-126-1236-1-1
-always 바왃 45-126-1236-1-3
-always 바완 45-126-1236-25
-always 바왅 45-126-1236-25-13
-always 바왆 45-126-1236-25-356
-always 바왇 45-126-1236-35
-always 바왈 45-126-1236-2
-always 바왉 45-126-1236-2-1
-always 바왊 45-126-1236-2-26
-always 바왋 45-126-1236-2-12
-always 바왌 45-126-1236-2-3
-always 바왍 45-126-1236-2-236
-always 바왎 45-126-1236-2-256
-always 바왏 45-126-1236-2-356
-always 바왐 45-126-1236-26
-always 바왑 45-126-1236-12
-always 바왒 45-126-1236-12-3
-always 바왓 45-126-1236-3
-always 바왔 45-126-1236-34
-always 바왕 45-126-1236-2356
-always 바왖 45-126-1236-13
-always 바왗 45-126-1236-23
-always 바왘 45-126-1236-235
-always 바왙 45-126-1236-236
-always 바왚 45-126-1236-256
-always 바왛 45-126-1236-356
-always 바왜 45-126-1236-1235
-always 바왝 45-126-1236-1235-1
-always 바왞 45-126-1236-1235-1-1
-always 바왟 45-126-1236-1235-1-3
-always 바왠 45-126-1236-1235-25
-always 바왡 45-126-1236-1235-25-13
-always 바왢 45-126-1236-1235-25-356
-always 바왣 45-126-1236-1235-35
-always 바왤 45-126-1236-1235-2
-always 바왥 45-126-1236-1235-2-1
-always 바왦 45-126-1236-1235-2-26
-always 바왧 45-126-1236-1235-2-12
-always 바왨 45-126-1236-1235-2-3
-always 바왩 45-126-1236-1235-2-236
-always 바왪 45-126-1236-1235-2-256
-always 바왫 45-126-1236-1235-2-356
-always 바왬 45-126-1236-1235-26
-always 바왭 45-126-1236-1235-12
-always 바왮 45-126-1236-1235-12-3
-always 바왯 45-126-1236-1235-3
-always 바왰 45-126-1236-1235-34
-always 바왱 45-126-1236-1235-2356
-always 바왲 45-126-1236-1235-13
-always 바왳 45-126-1236-1235-23
-always 바왴 45-126-1236-1235-235
-always 바왵 45-126-1236-1235-236
-always 바왶 45-126-1236-1235-256
-always 바왷 45-126-1236-1235-356
-always 바외 45-126-13456
-always 바왹 45-126-13456-1
-always 바왺 45-126-13456-1-1
-always 바왻 45-126-13456-1-3
-always 바왼 45-126-13456-25
-always 바왽 45-126-13456-25-13
-always 바왾 45-126-13456-25-356
-always 바왿 45-126-13456-35
-always 바욀 45-126-13456-2
-always 바욁 45-126-13456-2-1
-always 바욂 45-126-13456-2-26
-always 바욃 45-126-13456-2-12
-always 바욄 45-126-13456-2-3
-always 바욅 45-126-13456-2-236
-always 바욆 45-126-13456-2-256
-always 바욇 45-126-13456-2-356
-always 바욈 45-126-13456-26
-always 바욉 45-126-13456-12
-always 바욊 45-126-13456-12-3
-always 바욋 45-126-13456-3
-always 바욌 45-126-13456-34
-always 바욍 45-126-13456-2356
-always 바욎 45-126-13456-13
-always 바욏 45-126-13456-23
-always 바욐 45-126-13456-235
-always 바욑 45-126-13456-236
-always 바욒 45-126-13456-256
-always 바욓 45-126-13456-356
-always 바요 45-126-346
-always 바욕 45-126-346-1
-always 바욖 45-126-346-1-1
-always 바욗 45-126-346-1-3
-always 바욘 45-126-346-25
-always 바욙 45-126-346-25-13
-always 바욚 45-126-346-25-356
-always 바욛 45-126-346-35
-always 바욜 45-126-346-2
-always 바욝 45-126-346-2-1
-always 바욞 45-126-346-2-26
-always 바욟 45-126-346-2-12
-always 바욠 45-126-346-2-3
-always 바욡 45-126-346-2-236
-always 바욢 45-126-346-2-256
-always 바욣 45-126-346-2-356
-always 바욤 45-126-346-26
-always 바욥 45-126-346-12
-always 바욦 45-126-346-12-3
-always 바욧 45-126-346-3
-always 바욨 45-126-346-34
-always 바용 45-126-346-2356
-always 바욪 45-126-346-13
-always 바욫 45-126-346-23
-always 바욬 45-126-346-235
-always 바욭 45-126-346-236
-always 바욮 45-126-346-256
-always 바욯 45-126-346-356
-always 바우 45-126-134
-always 바욱 45-126-134-1
-always 바욲 45-126-134-1-1
-always 바욳 45-126-134-1-3
-always 바운 45-126-1245
-always 바욵 45-126-1245-13
-always 바욶 45-126-1245-356
-always 바욷 45-126-134-35
-always 바울 45-126-12346
-always 바욹 45-126-12346-1
-always 바욺 45-126-12346-26
-always 바욻 45-126-12346-12
-always 바욼 45-126-12346-3
-always 바욽 45-126-12346-236
-always 바욾 45-126-12346-256
-always 바욿 45-126-12346-356
-always 바움 45-126-134-26
-always 바웁 45-126-134-12
-always 바웂 45-126-134-12-3
-always 바웃 45-126-134-3
-always 바웄 45-126-134-34
-always 바웅 45-126-134-2356
-always 바웆 45-126-134-13
-always 바웇 45-126-134-23
-always 바웈 45-126-134-235
-always 바웉 45-126-134-236
-always 바웊 45-126-134-256
-always 바웋 45-126-134-356
-always 바워 45-126-1234
-always 바웍 45-126-1234-1
-always 바웎 45-126-1234-1-1
-always 바웏 45-126-1234-1-3
-always 바원 45-126-1234-25
-always 바웑 45-126-1234-25-13
-always 바웒 45-126-1234-25-356
-always 바웓 45-126-1234-35
-always 바월 45-126-1234-2
-always 바웕 45-126-1234-2-1
-always 바웖 45-126-1234-2-26
-always 바웗 45-126-1234-2-12
-always 바웘 45-126-1234-2-3
-always 바웙 45-126-1234-2-236
-always 바웚 45-126-1234-2-256
-always 바웛 45-126-1234-2-356
-always 바웜 45-126-1234-26
-always 바웝 45-126-1234-12
-always 바웞 45-126-1234-12-3
-always 바웟 45-126-1234-3
-always 바웠 45-126-1234-34
-always 바웡 45-126-1234-2356
-always 바웢 45-126-1234-13
-always 바웣 45-126-1234-23
-always 바웤 45-126-1234-235
-always 바웥 45-126-1234-236
-always 바웦 45-126-1234-256
-always 바웧 45-126-1234-356
-always 바웨 45-126-1234-1235
-always 바웩 45-126-1234-1235-1
-always 바웪 45-126-1234-1235-1-1
-always 바웫 45-126-1234-1235-1-3
-always 바웬 45-126-1234-1235-25
-always 바웭 45-126-1234-1235-25-13
-always 바웮 45-126-1234-1235-25-356
-always 바웯 45-126-1234-1235-35
-always 바웰 45-126-1234-1235-2
-always 바웱 45-126-1234-1235-2-1
-always 바웲 45-126-1234-1235-2-26
-always 바웳 45-126-1234-1235-2-12
-always 바웴 45-126-1234-1235-2-3
-always 바웵 45-126-1234-1235-2-236
-always 바웶 45-126-1234-1235-2-256
-always 바웷 45-126-1234-1235-2-356
-always 바웸 45-126-1234-1235-26
-always 바웹 45-126-1234-1235-12
-always 바웺 45-126-1234-1235-12-3
-always 바웻 45-126-1234-1235-3
-always 바웼 45-126-1234-1235-34
-always 바웽 45-126-1234-1235-2356
-always 바웾 45-126-1234-1235-13
-always 바웿 45-126-1234-1235-23
-always 바윀 45-126-1234-1235-235
-always 바윁 45-126-1234-1235-236
-always 바윂 45-126-1234-1235-256
-always 바윃 45-126-1234-1235-356
-always 바위 45-126-134-1235
-always 바윅 45-126-134-1235-1
-always 바윆 45-126-134-1235-1-1
-always 바윇 45-126-134-1235-1-3
-always 바윈 45-126-134-1235-25
-always 바윉 45-126-134-1235-25-13
-always 바윊 45-126-134-1235-25-356
-always 바윋 45-126-134-1235-35
-always 바윌 45-126-134-1235-2
-always 바윍 45-126-134-1235-2-1
-always 바윎 45-126-134-1235-2-26
-always 바윏 45-126-134-1235-2-12
-always 바윐 45-126-134-1235-2-3
-always 바윑 45-126-134-1235-2-236
-always 바윒 45-126-134-1235-2-256
-always 바윓 45-126-134-1235-2-356
-always 바윔 45-126-134-1235-26
-always 바윕 45-126-134-1235-12
-always 바윖 45-126-134-1235-12-3
-always 바윗 45-126-134-1235-3
-always 바윘 45-126-134-1235-34
-always 바윙 45-126-134-1235-2356
-always 바윚 45-126-134-1235-13
-always 바윛 45-126-134-1235-23
-always 바윜 45-126-134-1235-235
-always 바윝 45-126-134-1235-236
-always 바윞 45-126-134-1235-256
-always 바윟 45-126-134-1235-356
-always 바유 45-126-146
-always 바육 45-126-146-1
-always 바윢 45-126-146-1-1
-always 바윣 45-126-146-1-3
-always 바윤 45-126-146-25
-always 바윥 45-126-146-25-13
-always 바윦 45-126-146-25-356
-always 바윧 45-126-146-35
-always 바율 45-126-146-2
-always 바윩 45-126-146-2-1
-always 바윪 45-126-146-2-26
-always 바윫 45-126-146-2-12
-always 바윬 45-126-146-2-3
-always 바윭 45-126-146-2-236
-always 바윮 45-126-146-2-256
-always 바윯 45-126-146-2-356
-always 바윰 45-126-146-26
-always 바윱 45-126-146-12
-always 바윲 45-126-146-12-3
-always 바윳 45-126-146-3
-always 바윴 45-126-146-34
-always 바융 45-126-146-2356
-always 바윶 45-126-146-13
-always 바윷 45-126-146-23
-always 바윸 45-126-146-235
-always 바윹 45-126-146-236
-always 바윺 45-126-146-256
-always 바윻 45-126-146-356
-always 바으 45-126-246
-always 바윽 45-126-246-1
-always 바윾 45-126-246-1-1
-always 바윿 45-126-246-1-3
-always 바은 45-126-1356
-always 바읁 45-126-1356-13
-always 바읂 45-126-1356-356
-always 바읃 45-126-246-35
-always 바을 45-126-2346
-always 바읅 45-126-2346-1
-always 바읆 45-126-2346-26
-always 바읇 45-126-2346-12
-always 바읈 45-126-2346-3
-always 바읉 45-126-2346-236
-always 바읊 45-126-2346-256
-always 바읋 45-126-2346-356
-always 바음 45-126-246-26
-always 바읍 45-126-246-12
-always 바읎 45-126-246-12-3
-always 바읏 45-126-246-3
-always 바읐 45-126-246-34
-always 바응 45-126-246-2356
-always 바읒 45-126-246-13
-always 바읓 45-126-246-23
-always 바읔 45-126-246-235
-always 바읕 45-126-246-236
-always 바읖 45-126-246-256
-always 바읗 45-126-246-356
-always 바의 45-126-2456
-always 바읙 45-126-2456-1
-always 바읚 45-126-2456-1-1
-always 바읛 45-126-2456-1-3
-always 바읜 45-126-2456-25
-always 바읝 45-126-2456-25-13
-always 바읞 45-126-2456-25-356
-always 바읟 45-126-2456-35
-always 바읠 45-126-2456-2
-always 바읡 45-126-2456-2-1
-always 바읢 45-126-2456-2-26
-always 바읣 45-126-2456-2-12
-always 바읤 45-126-2456-2-3
-always 바읥 45-126-2456-2-236
-always 바읦 45-126-2456-2-256
-always 바읧 45-126-2456-2-356
-always 바읨 45-126-2456-26
-always 바읩 45-126-2456-12
-always 바읪 45-126-2456-12-3
-always 바읫 45-126-2456-3
-always 바읬 45-126-2456-34
-always 바읭 45-126-2456-2356
-always 바읮 45-126-2456-13
-always 바읯 45-126-2456-23
-always 바읰 45-126-2456-235
-always 바읱 45-126-2456-236
-always 바읲 45-126-2456-256
-always 바읳 45-126-2456-356
-always 바이 45-126-135
-always 바익 45-126-135-1
-always 바읶 45-126-135-1-1
-always 바읷 45-126-135-1-3
-always 바인 45-126-12345
-always 바읹 45-126-12345-13
-always 바읺 45-126-12345-356
-always 바읻 45-126-135-35
-always 바일 45-126-135-2
-always 바읽 45-126-135-2-1
-always 바읾 45-126-135-2-26
-always 바읿 45-126-135-2-12
-always 바잀 45-126-135-2-3
-always 바잁 45-126-135-2-236
-always 바잂 45-126-135-2-256
-always 바잃 45-126-135-2-356
-always 바임 45-126-135-26
-always 바입 45-126-135-12
-always 바잆 45-126-135-12-3
-always 바잇 45-126-135-3
-always 바있 45-126-135-34
-always 바잉 45-126-135-2356
-always 바잊 45-126-135-13
-always 바잋 45-126-135-23
-always 바잌 45-126-135-235
-always 바잍 45-126-135-236
-always 바잎 45-126-135-256
-always 바잏 45-126-135-356
-always 빠아 6-45-126-126
-always 빠악 6-45-126-126-1
-always 빠앆 6-45-126-126-1-1
-always 빠앇 6-45-126-126-1-3
-always 빠안 6-45-126-126-25
-always 빠앉 6-45-126-126-25-13
-always 빠않 6-45-126-126-25-356
-always 빠앋 6-45-126-126-35
-always 빠알 6-45-126-126-2
-always 빠앍 6-45-126-126-2-1
-always 빠앎 6-45-126-126-2-26
-always 빠앏 6-45-126-126-2-12
-always 빠앐 6-45-126-126-2-3
-always 빠앑 6-45-126-126-2-236
-always 빠앒 6-45-126-126-2-256
-always 빠앓 6-45-126-126-2-356
-always 빠암 6-45-126-126-26
-always 빠압 6-45-126-126-12
-always 빠앖 6-45-126-126-12-3
-always 빠앗 6-45-126-126-3
-always 빠았 6-45-126-126-34
-always 빠앙 6-45-126-126-2356
-always 빠앚 6-45-126-126-13
-always 빠앛 6-45-126-126-23
-always 빠앜 6-45-126-126-235
-always 빠앝 6-45-126-126-236
-always 빠앞 6-45-126-126-256
-always 빠앟 6-45-126-126-356
-always 빠애 6-45-126-1235
-always 빠액 6-45-126-1235-1
-always 빠앢 6-45-126-1235-1-1
-always 빠앣 6-45-126-1235-1-3
-always 빠앤 6-45-126-1235-25
-always 빠앥 6-45-126-1235-25-13
-always 빠앦 6-45-126-1235-25-356
-always 빠앧 6-45-126-1235-35
-always 빠앨 6-45-126-1235-2
-always 빠앩 6-45-126-1235-2-1
-always 빠앪 6-45-126-1235-2-26
-always 빠앫 6-45-126-1235-2-12
-always 빠앬 6-45-126-1235-2-3
-always 빠앭 6-45-126-1235-2-236
-always 빠앮 6-45-126-1235-2-256
-always 빠앯 6-45-126-1235-2-356
-always 빠앰 6-45-126-1235-26
-always 빠앱 6-45-126-1235-12
-always 빠앲 6-45-126-1235-12-3
-always 빠앳 6-45-126-1235-3
-always 빠앴 6-45-126-1235-34
-always 빠앵 6-45-126-1235-2356
-always 빠앶 6-45-126-1235-13
-always 빠앷 6-45-126-1235-23
-always 빠앸 6-45-126-1235-235
-always 빠앹 6-45-126-1235-236
-always 빠앺 6-45-126-1235-256
-always 빠앻 6-45-126-1235-356
-always 빠야 6-45-126-345
-always 빠약 6-45-126-345-1
-always 빠앾 6-45-126-345-1-1
-always 빠앿 6-45-126-345-1-3
-always 빠얀 6-45-126-345-25
-always 빠얁 6-45-126-345-25-13
-always 빠얂 6-45-126-345-25-356
-always 빠얃 6-45-126-345-35
-always 빠얄 6-45-126-345-2
-always 빠얅 6-45-126-345-2-1
-always 빠얆 6-45-126-345-2-26
-always 빠얇 6-45-126-345-2-12
-always 빠얈 6-45-126-345-2-3
-always 빠얉 6-45-126-345-2-236
-always 빠얊 6-45-126-345-2-256
-always 빠얋 6-45-126-345-2-356
-always 빠얌 6-45-126-345-26
-always 빠얍 6-45-126-345-12
-always 빠얎 6-45-126-345-12-3
-always 빠얏 6-45-126-345-3
-always 빠얐 6-45-126-345-34
-always 빠양 6-45-126-345-2356
-always 빠얒 6-45-126-345-13
-always 빠얓 6-45-126-345-23
-always 빠얔 6-45-126-345-235
-always 빠얕 6-45-126-345-236
-always 빠얖 6-45-126-345-256
-always 빠얗 6-45-126-345-356
-always 빠얘 6-45-126-345-1235
-always 빠얙 6-45-126-345-1235-1
-always 빠얚 6-45-126-345-1235-1-1
-always 빠얛 6-45-126-345-1235-1-3
-always 빠얜 6-45-126-345-1235-25
-always 빠얝 6-45-126-345-1235-25-13
-always 빠얞 6-45-126-345-1235-25-356
-always 빠얟 6-45-126-345-1235-35
-always 빠얠 6-45-126-345-1235-2
-always 빠얡 6-45-126-345-1235-2-1
-always 빠얢 6-45-126-345-1235-2-26
-always 빠얣 6-45-126-345-1235-2-12
-always 빠얤 6-45-126-345-1235-2-3
-always 빠얥 6-45-126-345-1235-2-236
-always 빠얦 6-45-126-345-1235-2-256
-always 빠얧 6-45-126-345-1235-2-356
-always 빠얨 6-45-126-345-1235-26
-always 빠얩 6-45-126-345-1235-12
-always 빠얪 6-45-126-345-1235-12-3
-always 빠얫 6-45-126-345-1235-3
-always 빠얬 6-45-126-345-1235-34
-always 빠얭 6-45-126-345-1235-2356
-always 빠얮 6-45-126-345-1235-13
-always 빠얯 6-45-126-345-1235-23
-always 빠얰 6-45-126-345-1235-235
-always 빠얱 6-45-126-345-1235-236
-always 빠얲 6-45-126-345-1235-256
-always 빠얳 6-45-126-345-1235-356
-always 빠어 6-45-126-234
-always 빠억 6-45-126-1456
-always 빠얶 6-45-126-1456-1
-always 빠얷 6-45-126-1456-3
-always 빠언 6-45-126-23456
-always 빠얹 6-45-126-23456-13
-always 빠얺 6-45-126-23456-356
-always 빠얻 6-45-126-234-35
-always 빠얼 6-45-126-2345
-always 빠얽 6-45-126-2345-1
-always 빠얾 6-45-126-2345-26
-always 빠얿 6-45-126-2345-12
-always 빠엀 6-45-126-2345-3
-always 빠엁 6-45-126-2345-236
-always 빠엂 6-45-126-2345-256
-always 빠엃 6-45-126-2345-356
-always 빠엄 6-45-126-234-26
-always 빠업 6-45-126-234-12
-always 빠없 6-45-126-234-12-3
-always 빠엇 6-45-126-234-3
-always 빠었 6-45-126-234-34
-always 빠엉 6-45-126-234-2356
-always 빠엊 6-45-126-234-13
-always 빠엋 6-45-126-234-23
-always 빠엌 6-45-126-234-235
-always 빠엍 6-45-126-234-236
-always 빠엎 6-45-126-234-256
-always 빠엏 6-45-126-234-356
-always 빠에 6-45-126-1345
-always 빠엑 6-45-126-1345-1
-always 빠엒 6-45-126-1345-1-1
-always 빠엓 6-45-126-1345-1-3
-always 빠엔 6-45-126-1345-25
-always 빠엕 6-45-126-1345-25-13
-always 빠엖 6-45-126-1345-25-356
-always 빠엗 6-45-126-1345-35
-always 빠엘 6-45-126-1345-2
-always 빠엙 6-45-126-1345-2-1
-always 빠엚 6-45-126-1345-2-26
-always 빠엛 6-45-126-1345-2-12
-always 빠엜 6-45-126-1345-2-3
-always 빠엝 6-45-126-1345-2-236
-always 빠엞 6-45-126-1345-2-256
-always 빠엟 6-45-126-1345-2-356
-always 빠엠 6-45-126-1345-26
-always 빠엡 6-45-126-1345-12
-always 빠엢 6-45-126-1345-12-3
-always 빠엣 6-45-126-1345-3
-always 빠엤 6-45-126-1345-34
-always 빠엥 6-45-126-1345-2356
-always 빠엦 6-45-126-1345-13
-always 빠엧 6-45-126-1345-23
-always 빠엨 6-45-126-1345-235
-always 빠엩 6-45-126-1345-236
-always 빠엪 6-45-126-1345-256
-always 빠엫 6-45-126-1345-356
-always 빠여 6-45-126-156
-always 빠역 6-45-126-156-1
-always 빠엮 6-45-126-156-1-1
-always 빠엯 6-45-126-156-1-3
-always 빠연 6-45-126-16
-always 빠엱 6-45-126-16-13
-always 빠엲 6-45-126-16-356
-always 빠열 6-45-126-1256
-always 빠엵 6-45-126-1256-1
-always 빠엶 6-45-126-1256-26
-always 빠엷 6-45-126-1256-12
-always 빠엸 6-45-126-1256-3
-always 빠엹 6-45-126-1256-236
-always 빠엺 6-45-126-1256-256
-always 빠엻 6-45-126-1256-356
-always 빠염 6-45-126-156-26
-always 빠엽 6-45-126-156-12
-always 빠엾 6-45-126-156-12-3
-always 빠엿 6-45-126-156-3
-always 빠였 6-45-126-156-34
-always 빠영 6-45-126-12456
-always 빠옂 6-45-126-156-13
-always 빠옃 6-45-126-156-23
-always 빠옄 6-45-126-156-235
-always 빠옅 6-45-126-156-236
-always 빠옆 6-45-126-156-256
-always 빠옇 6-45-126-156-356
-always 빠예 6-45-126-34
-always 빠옉 6-45-126-34-1
-always 빠옊 6-45-126-34-1-1
-always 빠옋 6-45-126-34-1-3
-always 빠옌 6-45-126-34-25
-always 빠옍 6-45-126-34-25-13
-always 빠옎 6-45-126-34-25-356
-always 빠옏 6-45-126-34-35
-always 빠옐 6-45-126-34-2
-always 빠옑 6-45-126-34-2-1
-always 빠옒 6-45-126-34-2-26
-always 빠옓 6-45-126-34-2-12
-always 빠옔 6-45-126-34-2-3
-always 빠옕 6-45-126-34-2-236
-always 빠옖 6-45-126-34-2-256
-always 빠옗 6-45-126-34-2-356
-always 빠옘 6-45-126-34-26
-always 빠옙 6-45-126-34-12
-always 빠옚 6-45-126-34-12-3
-always 빠옛 6-45-126-34-3
-always 빠옜 6-45-126-34-34
-always 빠옝 6-45-126-34-2356
-always 빠옞 6-45-126-34-13
-always 빠옟 6-45-126-34-23
-always 빠옠 6-45-126-34-235
-always 빠옡 6-45-126-34-236
-always 빠옢 6-45-126-34-256
-always 빠옣 6-45-126-34-356
-always 빠오 6-45-126-136
-always 빠옥 6-45-126-1346
-always 빠옦 6-45-126-1346-1
-always 빠옧 6-45-126-1346-3
-always 빠온 6-45-126-12356
-always 빠옩 6-45-126-12356-13
-always 빠옪 6-45-126-12356-356
-always 빠옫 6-45-126-136-35
-always 빠올 6-45-126-136-2
-always 빠옭 6-45-126-136-2-1
-always 빠옮 6-45-126-136-2-26
-always 빠옯 6-45-126-136-2-12
-always 빠옰 6-45-126-136-2-3
-always 빠옱 6-45-126-136-2-236
-always 빠옲 6-45-126-136-2-256
-always 빠옳 6-45-126-136-2-356
-always 빠옴 6-45-126-136-26
-always 빠옵 6-45-126-136-12
-always 빠옶 6-45-126-136-12-3
-always 빠옷 6-45-126-136-3
-always 빠옸 6-45-126-136-34
-always 빠옹 6-45-126-123456
-always 빠옺 6-45-126-136-13
-always 빠옻 6-45-126-136-23
-always 빠옼 6-45-126-136-235
-always 빠옽 6-45-126-136-236
-always 빠옾 6-45-126-136-256
-always 빠옿 6-45-126-136-356
-always 빠와 6-45-126-1236
-always 빠왁 6-45-126-1236-1
-always 빠왂 6-45-126-1236-1-1
-always 빠왃 6-45-126-1236-1-3
-always 빠완 6-45-126-1236-25
-always 빠왅 6-45-126-1236-25-13
-always 빠왆 6-45-126-1236-25-356
-always 빠왇 6-45-126-1236-35
-always 빠왈 6-45-126-1236-2
-always 빠왉 6-45-126-1236-2-1
-always 빠왊 6-45-126-1236-2-26
-always 빠왋 6-45-126-1236-2-12
-always 빠왌 6-45-126-1236-2-3
-always 빠왍 6-45-126-1236-2-236
-always 빠왎 6-45-126-1236-2-256
-always 빠왏 6-45-126-1236-2-356
-always 빠왐 6-45-126-1236-26
-always 빠왑 6-45-126-1236-12
-always 빠왒 6-45-126-1236-12-3
-always 빠왓 6-45-126-1236-3
-always 빠왔 6-45-126-1236-34
-always 빠왕 6-45-126-1236-2356
-always 빠왖 6-45-126-1236-13
-always 빠왗 6-45-126-1236-23
-always 빠왘 6-45-126-1236-235
-always 빠왙 6-45-126-1236-236
-always 빠왚 6-45-126-1236-256
-always 빠왛 6-45-126-1236-356
-always 빠왜 6-45-126-1236-1235
-always 빠왝 6-45-126-1236-1235-1
-always 빠왞 6-45-126-1236-1235-1-1
-always 빠왟 6-45-126-1236-1235-1-3
-always 빠왠 6-45-126-1236-1235-25
-always 빠왡 6-45-126-1236-1235-25-13
-always 빠왢 6-45-126-1236-1235-25-356
-always 빠왣 6-45-126-1236-1235-35
-always 빠왤 6-45-126-1236-1235-2
-always 빠왥 6-45-126-1236-1235-2-1
-always 빠왦 6-45-126-1236-1235-2-26
-always 빠왧 6-45-126-1236-1235-2-12
-always 빠왨 6-45-126-1236-1235-2-3
-always 빠왩 6-45-126-1236-1235-2-236
-always 빠왪 6-45-126-1236-1235-2-256
-always 빠왫 6-45-126-1236-1235-2-356
-always 빠왬 6-45-126-1236-1235-26
-always 빠왭 6-45-126-1236-1235-12
-always 빠왮 6-45-126-1236-1235-12-3
-always 빠왯 6-45-126-1236-1235-3
-always 빠왰 6-45-126-1236-1235-34
-always 빠왱 6-45-126-1236-1235-2356
-always 빠왲 6-45-126-1236-1235-13
-always 빠왳 6-45-126-1236-1235-23
-always 빠왴 6-45-126-1236-1235-235
-always 빠왵 6-45-126-1236-1235-236
-always 빠왶 6-45-126-1236-1235-256
-always 빠왷 6-45-126-1236-1235-356
-always 빠외 6-45-126-13456
-always 빠왹 6-45-126-13456-1
-always 빠왺 6-45-126-13456-1-1
-always 빠왻 6-45-126-13456-1-3
-always 빠왼 6-45-126-13456-25
-always 빠왽 6-45-126-13456-25-13
-always 빠왾 6-45-126-13456-25-356
-always 빠왿 6-45-126-13456-35
-always 빠욀 6-45-126-13456-2
-always 빠욁 6-45-126-13456-2-1
-always 빠욂 6-45-126-13456-2-26
-always 빠욃 6-45-126-13456-2-12
-always 빠욄 6-45-126-13456-2-3
-always 빠욅 6-45-126-13456-2-236
-always 빠욆 6-45-126-13456-2-256
-always 빠욇 6-45-126-13456-2-356
-always 빠욈 6-45-126-13456-26
-always 빠욉 6-45-126-13456-12
-always 빠욊 6-45-126-13456-12-3
-always 빠욋 6-45-126-13456-3
-always 빠욌 6-45-126-13456-34
-always 빠욍 6-45-126-13456-2356
-always 빠욎 6-45-126-13456-13
-always 빠욏 6-45-126-13456-23
-always 빠욐 6-45-126-13456-235
-always 빠욑 6-45-126-13456-236
-always 빠욒 6-45-126-13456-256
-always 빠욓 6-45-126-13456-356
-always 빠요 6-45-126-346
-always 빠욕 6-45-126-346-1
-always 빠욖 6-45-126-346-1-1
-always 빠욗 6-45-126-346-1-3
-always 빠욘 6-45-126-346-25
-always 빠욙 6-45-126-346-25-13
-always 빠욚 6-45-126-346-25-356
-always 빠욛 6-45-126-346-35
-always 빠욜 6-45-126-346-2
-always 빠욝 6-45-126-346-2-1
-always 빠욞 6-45-126-346-2-26
-always 빠욟 6-45-126-346-2-12
-always 빠욠 6-45-126-346-2-3
-always 빠욡 6-45-126-346-2-236
-always 빠욢 6-45-126-346-2-256
-always 빠욣 6-45-126-346-2-356
-always 빠욤 6-45-126-346-26
-always 빠욥 6-45-126-346-12
-always 빠욦 6-45-126-346-12-3
-always 빠욧 6-45-126-346-3
-always 빠욨 6-45-126-346-34
-always 빠용 6-45-126-346-2356
-always 빠욪 6-45-126-346-13
-always 빠욫 6-45-126-346-23
-always 빠욬 6-45-126-346-235
-always 빠욭 6-45-126-346-236
-always 빠욮 6-45-126-346-256
-always 빠욯 6-45-126-346-356
-always 빠우 6-45-126-134
-always 빠욱 6-45-126-134-1
-always 빠욲 6-45-126-134-1-1
-always 빠욳 6-45-126-134-1-3
-always 빠운 6-45-126-1245
-always 빠욵 6-45-126-1245-13
-always 빠욶 6-45-126-1245-356
-always 빠욷 6-45-126-134-35
-always 빠울 6-45-126-12346
-always 빠욹 6-45-126-12346-1
-always 빠욺 6-45-126-12346-26
-always 빠욻 6-45-126-12346-12
-always 빠욼 6-45-126-12346-3
-always 빠욽 6-45-126-12346-236
-always 빠욾 6-45-126-12346-256
-always 빠욿 6-45-126-12346-356
-always 빠움 6-45-126-134-26
-always 빠웁 6-45-126-134-12
-always 빠웂 6-45-126-134-12-3
-always 빠웃 6-45-126-134-3
-always 빠웄 6-45-126-134-34
-always 빠웅 6-45-126-134-2356
-always 빠웆 6-45-126-134-13
-always 빠웇 6-45-126-134-23
-always 빠웈 6-45-126-134-235
-always 빠웉 6-45-126-134-236
-always 빠웊 6-45-126-134-256
-always 빠웋 6-45-126-134-356
-always 빠워 6-45-126-1234
-always 빠웍 6-45-126-1234-1
-always 빠웎 6-45-126-1234-1-1
-always 빠웏 6-45-126-1234-1-3
-always 빠원 6-45-126-1234-25
-always 빠웑 6-45-126-1234-25-13
-always 빠웒 6-45-126-1234-25-356
-always 빠웓 6-45-126-1234-35
-always 빠월 6-45-126-1234-2
-always 빠웕 6-45-126-1234-2-1
-always 빠웖 6-45-126-1234-2-26
-always 빠웗 6-45-126-1234-2-12
-always 빠웘 6-45-126-1234-2-3
-always 빠웙 6-45-126-1234-2-236
-always 빠웚 6-45-126-1234-2-256
-always 빠웛 6-45-126-1234-2-356
-always 빠웜 6-45-126-1234-26
-always 빠웝 6-45-126-1234-12
-always 빠웞 6-45-126-1234-12-3
-always 빠웟 6-45-126-1234-3
-always 빠웠 6-45-126-1234-34
-always 빠웡 6-45-126-1234-2356
-always 빠웢 6-45-126-1234-13
-always 빠웣 6-45-126-1234-23
-always 빠웤 6-45-126-1234-235
-always 빠웥 6-45-126-1234-236
-always 빠웦 6-45-126-1234-256
-always 빠웧 6-45-126-1234-356
-always 빠웨 6-45-126-1234-1235
-always 빠웩 6-45-126-1234-1235-1
-always 빠웪 6-45-126-1234-1235-1-1
-always 빠웫 6-45-126-1234-1235-1-3
-always 빠웬 6-45-126-1234-1235-25
-always 빠웭 6-45-126-1234-1235-25-13
-always 빠웮 6-45-126-1234-1235-25-356
-always 빠웯 6-45-126-1234-1235-35
-always 빠웰 6-45-126-1234-1235-2
-always 빠웱 6-45-126-1234-1235-2-1
-always 빠웲 6-45-126-1234-1235-2-26
-always 빠웳 6-45-126-1234-1235-2-12
-always 빠웴 6-45-126-1234-1235-2-3
-always 빠웵 6-45-126-1234-1235-2-236
-always 빠웶 6-45-126-1234-1235-2-256
-always 빠웷 6-45-126-1234-1235-2-356
-always 빠웸 6-45-126-1234-1235-26
-always 빠웹 6-45-126-1234-1235-12
-always 빠웺 6-45-126-1234-1235-12-3
-always 빠웻 6-45-126-1234-1235-3
-always 빠웼 6-45-126-1234-1235-34
-always 빠웽 6-45-126-1234-1235-2356
-always 빠웾 6-45-126-1234-1235-13
-always 빠웿 6-45-126-1234-1235-23
-always 빠윀 6-45-126-1234-1235-235
-always 빠윁 6-45-126-1234-1235-236
-always 빠윂 6-45-126-1234-1235-256
-always 빠윃 6-45-126-1234-1235-356
-always 빠위 6-45-126-134-1235
-always 빠윅 6-45-126-134-1235-1
-always 빠윆 6-45-126-134-1235-1-1
-always 빠윇 6-45-126-134-1235-1-3
-always 빠윈 6-45-126-134-1235-25
-always 빠윉 6-45-126-134-1235-25-13
-always 빠윊 6-45-126-134-1235-25-356
-always 빠윋 6-45-126-134-1235-35
-always 빠윌 6-45-126-134-1235-2
-always 빠윍 6-45-126-134-1235-2-1
-always 빠윎 6-45-126-134-1235-2-26
-always 빠윏 6-45-126-134-1235-2-12
-always 빠윐 6-45-126-134-1235-2-3
-always 빠윑 6-45-126-134-1235-2-236
-always 빠윒 6-45-126-134-1235-2-256
-always 빠윓 6-45-126-134-1235-2-356
-always 빠윔 6-45-126-134-1235-26
-always 빠윕 6-45-126-134-1235-12
-always 빠윖 6-45-126-134-1235-12-3
-always 빠윗 6-45-126-134-1235-3
-always 빠윘 6-45-126-134-1235-34
-always 빠윙 6-45-126-134-1235-2356
-always 빠윚 6-45-126-134-1235-13
-always 빠윛 6-45-126-134-1235-23
-always 빠윜 6-45-126-134-1235-235
-always 빠윝 6-45-126-134-1235-236
-always 빠윞 6-45-126-134-1235-256
-always 빠윟 6-45-126-134-1235-356
-always 빠유 6-45-126-146
-always 빠육 6-45-126-146-1
-always 빠윢 6-45-126-146-1-1
-always 빠윣 6-45-126-146-1-3
-always 빠윤 6-45-126-146-25
-always 빠윥 6-45-126-146-25-13
-always 빠윦 6-45-126-146-25-356
-always 빠윧 6-45-126-146-35
-always 빠율 6-45-126-146-2
-always 빠윩 6-45-126-146-2-1
-always 빠윪 6-45-126-146-2-26
-always 빠윫 6-45-126-146-2-12
-always 빠윬 6-45-126-146-2-3
-always 빠윭 6-45-126-146-2-236
-always 빠윮 6-45-126-146-2-256
-always 빠윯 6-45-126-146-2-356
-always 빠윰 6-45-126-146-26
-always 빠윱 6-45-126-146-12
-always 빠윲 6-45-126-146-12-3
-always 빠윳 6-45-126-146-3
-always 빠윴 6-45-126-146-34
-always 빠융 6-45-126-146-2356
-always 빠윶 6-45-126-146-13
-always 빠윷 6-45-126-146-23
-always 빠윸 6-45-126-146-235
-always 빠윹 6-45-126-146-236
-always 빠윺 6-45-126-146-256
-always 빠윻 6-45-126-146-356
-always 빠으 6-45-126-246
-always 빠윽 6-45-126-246-1
-always 빠윾 6-45-126-246-1-1
-always 빠윿 6-45-126-246-1-3
-always 빠은 6-45-126-1356
-always 빠읁 6-45-126-1356-13
-always 빠읂 6-45-126-1356-356
-always 빠읃 6-45-126-246-35
-always 빠을 6-45-126-2346
-always 빠읅 6-45-126-2346-1
-always 빠읆 6-45-126-2346-26
-always 빠읇 6-45-126-2346-12
-always 빠읈 6-45-126-2346-3
-always 빠읉 6-45-126-2346-236
-always 빠읊 6-45-126-2346-256
-always 빠읋 6-45-126-2346-356
-always 빠음 6-45-126-246-26
-always 빠읍 6-45-126-246-12
-always 빠읎 6-45-126-246-12-3
-always 빠읏 6-45-126-246-3
-always 빠읐 6-45-126-246-34
-always 빠응 6-45-126-246-2356
-always 빠읒 6-45-126-246-13
-always 빠읓 6-45-126-246-23
-always 빠읔 6-45-126-246-235
-always 빠읕 6-45-126-246-236
-always 빠읖 6-45-126-246-256
-always 빠읗 6-45-126-246-356
-always 빠의 6-45-126-2456
-always 빠읙 6-45-126-2456-1
-always 빠읚 6-45-126-2456-1-1
-always 빠읛 6-45-126-2456-1-3
-always 빠읜 6-45-126-2456-25
-always 빠읝 6-45-126-2456-25-13
-always 빠읞 6-45-126-2456-25-356
-always 빠읟 6-45-126-2456-35
-always 빠읠 6-45-126-2456-2
-always 빠읡 6-45-126-2456-2-1
-always 빠읢 6-45-126-2456-2-26
-always 빠읣 6-45-126-2456-2-12
-always 빠읤 6-45-126-2456-2-3
-always 빠읥 6-45-126-2456-2-236
-always 빠읦 6-45-126-2456-2-256
-always 빠읧 6-45-126-2456-2-356
-always 빠읨 6-45-126-2456-26
-always 빠읩 6-45-126-2456-12
-always 빠읪 6-45-126-2456-12-3
-always 빠읫 6-45-126-2456-3
-always 빠읬 6-45-126-2456-34
-always 빠읭 6-45-126-2456-2356
-always 빠읮 6-45-126-2456-13
-always 빠읯 6-45-126-2456-23
-always 빠읰 6-45-126-2456-235
-always 빠읱 6-45-126-2456-236
-always 빠읲 6-45-126-2456-256
-always 빠읳 6-45-126-2456-356
-always 빠이 6-45-126-135
-always 빠익 6-45-126-135-1
-always 빠읶 6-45-126-135-1-1
-always 빠읷 6-45-126-135-1-3
-always 빠인 6-45-126-12345
-always 빠읹 6-45-126-12345-13
-always 빠읺 6-45-126-12345-356
-always 빠읻 6-45-126-135-35
-always 빠일 6-45-126-135-2
-always 빠읽 6-45-126-135-2-1
-always 빠읾 6-45-126-135-2-26
-always 빠읿 6-45-126-135-2-12
-always 빠잀 6-45-126-135-2-3
-always 빠잁 6-45-126-135-2-236
-always 빠잂 6-45-126-135-2-256
-always 빠잃 6-45-126-135-2-356
-always 빠임 6-45-126-135-26
-always 빠입 6-45-126-135-12
-always 빠잆 6-45-126-135-12-3
-always 빠잇 6-45-126-135-3
-always 빠있 6-45-126-135-34
-always 빠잉 6-45-126-135-2356
-always 빠잊 6-45-126-135-13
-always 빠잋 6-45-126-135-23
-always 빠잌 6-45-126-135-235
-always 빠잍 6-45-126-135-236
-always 빠잎 6-45-126-135-256
-always 빠잏 6-45-126-135-356
-always 자아 46-126-126
-always 자악 46-126-126-1
-always 자앆 46-126-126-1-1
-always 자앇 46-126-126-1-3
-always 자안 46-126-126-25
-always 자앉 46-126-126-25-13
-always 자않 46-126-126-25-356
-always 자앋 46-126-126-35
-always 자알 46-126-126-2
-always 자앍 46-126-126-2-1
-always 자앎 46-126-126-2-26
-always 자앏 46-126-126-2-12
-always 자앐 46-126-126-2-3
-always 자앑 46-126-126-2-236
-always 자앒 46-126-126-2-256
-always 자앓 46-126-126-2-356
-always 자암 46-126-126-26
-always 자압 46-126-126-12
-always 자앖 46-126-126-12-3
-always 자앗 46-126-126-3
-always 자았 46-126-126-34
-always 자앙 46-126-126-2356
-always 자앚 46-126-126-13
-always 자앛 46-126-126-23
-always 자앜 46-126-126-235
-always 자앝 46-126-126-236
-always 자앞 46-126-126-256
-always 자앟 46-126-126-356
-always 자애 46-126-1235
-always 자액 46-126-1235-1
-always 자앢 46-126-1235-1-1
-always 자앣 46-126-1235-1-3
-always 자앤 46-126-1235-25
-always 자앥 46-126-1235-25-13
-always 자앦 46-126-1235-25-356
-always 자앧 46-126-1235-35
-always 자앨 46-126-1235-2
-always 자앩 46-126-1235-2-1
-always 자앪 46-126-1235-2-26
-always 자앫 46-126-1235-2-12
-always 자앬 46-126-1235-2-3
-always 자앭 46-126-1235-2-236
-always 자앮 46-126-1235-2-256
-always 자앯 46-126-1235-2-356
-always 자앰 46-126-1235-26
-always 자앱 46-126-1235-12
-always 자앲 46-126-1235-12-3
-always 자앳 46-126-1235-3
-always 자앴 46-126-1235-34
-always 자앵 46-126-1235-2356
-always 자앶 46-126-1235-13
-always 자앷 46-126-1235-23
-always 자앸 46-126-1235-235
-always 자앹 46-126-1235-236
-always 자앺 46-126-1235-256
-always 자앻 46-126-1235-356
-always 자야 46-126-345
-always 자약 46-126-345-1
-always 자앾 46-126-345-1-1
-always 자앿 46-126-345-1-3
-always 자얀 46-126-345-25
-always 자얁 46-126-345-25-13
-always 자얂 46-126-345-25-356
-always 자얃 46-126-345-35
-always 자얄 46-126-345-2
-always 자얅 46-126-345-2-1
-always 자얆 46-126-345-2-26
-always 자얇 46-126-345-2-12
-always 자얈 46-126-345-2-3
-always 자얉 46-126-345-2-236
-always 자얊 46-126-345-2-256
-always 자얋 46-126-345-2-356
-always 자얌 46-126-345-26
-always 자얍 46-126-345-12
-always 자얎 46-126-345-12-3
-always 자얏 46-126-345-3
-always 자얐 46-126-345-34
-always 자양 46-126-345-2356
-always 자얒 46-126-345-13
-always 자얓 46-126-345-23
-always 자얔 46-126-345-235
-always 자얕 46-126-345-236
-always 자얖 46-126-345-256
-always 자얗 46-126-345-356
-always 자얘 46-126-345-1235
-always 자얙 46-126-345-1235-1
-always 자얚 46-126-345-1235-1-1
-always 자얛 46-126-345-1235-1-3
-always 자얜 46-126-345-1235-25
-always 자얝 46-126-345-1235-25-13
-always 자얞 46-126-345-1235-25-356
-always 자얟 46-126-345-1235-35
-always 자얠 46-126-345-1235-2
-always 자얡 46-126-345-1235-2-1
-always 자얢 46-126-345-1235-2-26
-always 자얣 46-126-345-1235-2-12
-always 자얤 46-126-345-1235-2-3
-always 자얥 46-126-345-1235-2-236
-always 자얦 46-126-345-1235-2-256
-always 자얧 46-126-345-1235-2-356
-always 자얨 46-126-345-1235-26
-always 자얩 46-126-345-1235-12
-always 자얪 46-126-345-1235-12-3
-always 자얫 46-126-345-1235-3
-always 자얬 46-126-345-1235-34
-always 자얭 46-126-345-1235-2356
-always 자얮 46-126-345-1235-13
-always 자얯 46-126-345-1235-23
-always 자얰 46-126-345-1235-235
-always 자얱 46-126-345-1235-236
-always 자얲 46-126-345-1235-256
-always 자얳 46-126-345-1235-356
-always 자어 46-126-234
-always 자억 46-126-1456
-always 자얶 46-126-1456-1
-always 자얷 46-126-1456-3
-always 자언 46-126-23456
-always 자얹 46-126-23456-13
-always 자얺 46-126-23456-356
-always 자얻 46-126-234-35
-always 자얼 46-126-2345
-always 자얽 46-126-2345-1
-always 자얾 46-126-2345-26
-always 자얿 46-126-2345-12
-always 자엀 46-126-2345-3
-always 자엁 46-126-2345-236
-always 자엂 46-126-2345-256
-always 자엃 46-126-2345-356
-always 자엄 46-126-234-26
-always 자업 46-126-234-12
-always 자없 46-126-234-12-3
-always 자엇 46-126-234-3
-always 자었 46-126-234-34
-always 자엉 46-126-234-2356
-always 자엊 46-126-234-13
-always 자엋 46-126-234-23
-always 자엌 46-126-234-235
-always 자엍 46-126-234-236
-always 자엎 46-126-234-256
-always 자엏 46-126-234-356
-always 자에 46-126-1345
-always 자엑 46-126-1345-1
-always 자엒 46-126-1345-1-1
-always 자엓 46-126-1345-1-3
-always 자엔 46-126-1345-25
-always 자엕 46-126-1345-25-13
-always 자엖 46-126-1345-25-356
-always 자엗 46-126-1345-35
-always 자엘 46-126-1345-2
-always 자엙 46-126-1345-2-1
-always 자엚 46-126-1345-2-26
-always 자엛 46-126-1345-2-12
-always 자엜 46-126-1345-2-3
-always 자엝 46-126-1345-2-236
-always 자엞 46-126-1345-2-256
-always 자엟 46-126-1345-2-356
-always 자엠 46-126-1345-26
-always 자엡 46-126-1345-12
-always 자엢 46-126-1345-12-3
-always 자엣 46-126-1345-3
-always 자엤 46-126-1345-34
-always 자엥 46-126-1345-2356
-always 자엦 46-126-1345-13
-always 자엧 46-126-1345-23
-always 자엨 46-126-1345-235
-always 자엩 46-126-1345-236
-always 자엪 46-126-1345-256
-always 자엫 46-126-1345-356
-always 자여 46-126-156
-always 자역 46-126-156-1
-always 자엮 46-126-156-1-1
-always 자엯 46-126-156-1-3
-always 자연 46-126-16
-always 자엱 46-126-16-13
-always 자엲 46-126-16-356
-always 자열 46-126-1256
-always 자엵 46-126-1256-1
-always 자엶 46-126-1256-26
-always 자엷 46-126-1256-12
-always 자엸 46-126-1256-3
-always 자엹 46-126-1256-236
-always 자엺 46-126-1256-256
-always 자엻 46-126-1256-356
-always 자염 46-126-156-26
-always 자엽 46-126-156-12
-always 자엾 46-126-156-12-3
-always 자엿 46-126-156-3
-always 자였 46-126-156-34
-always 자영 46-126-12456
-always 자옂 46-126-156-13
-always 자옃 46-126-156-23
-always 자옄 46-126-156-235
-always 자옅 46-126-156-236
-always 자옆 46-126-156-256
-always 자옇 46-126-156-356
-always 자예 46-126-34
-always 자옉 46-126-34-1
-always 자옊 46-126-34-1-1
-always 자옋 46-126-34-1-3
-always 자옌 46-126-34-25
-always 자옍 46-126-34-25-13
-always 자옎 46-126-34-25-356
-always 자옏 46-126-34-35
-always 자옐 46-126-34-2
-always 자옑 46-126-34-2-1
-always 자옒 46-126-34-2-26
-always 자옓 46-126-34-2-12
-always 자옔 46-126-34-2-3
-always 자옕 46-126-34-2-236
-always 자옖 46-126-34-2-256
-always 자옗 46-126-34-2-356
-always 자옘 46-126-34-26
-always 자옙 46-126-34-12
-always 자옚 46-126-34-12-3
-always 자옛 46-126-34-3
-always 자옜 46-126-34-34
-always 자옝 46-126-34-2356
-always 자옞 46-126-34-13
-always 자옟 46-126-34-23
-always 자옠 46-126-34-235
-always 자옡 46-126-34-236
-always 자옢 46-126-34-256
-always 자옣 46-126-34-356
-always 자오 46-126-136
-always 자옥 46-126-1346
-always 자옦 46-126-1346-1
-always 자옧 46-126-1346-3
-always 자온 46-126-12356
-always 자옩 46-126-12356-13
-always 자옪 46-126-12356-356
-always 자옫 46-126-136-35
-always 자올 46-126-136-2
-always 자옭 46-126-136-2-1
-always 자옮 46-126-136-2-26
-always 자옯 46-126-136-2-12
-always 자옰 46-126-136-2-3
-always 자옱 46-126-136-2-236
-always 자옲 46-126-136-2-256
-always 자옳 46-126-136-2-356
-always 자옴 46-126-136-26
-always 자옵 46-126-136-12
-always 자옶 46-126-136-12-3
-always 자옷 46-126-136-3
-always 자옸 46-126-136-34
-always 자옹 46-126-123456
-always 자옺 46-126-136-13
-always 자옻 46-126-136-23
-always 자옼 46-126-136-235
-always 자옽 46-126-136-236
-always 자옾 46-126-136-256
-always 자옿 46-126-136-356
-always 자와 46-126-1236
-always 자왁 46-126-1236-1
-always 자왂 46-126-1236-1-1
-always 자왃 46-126-1236-1-3
-always 자완 46-126-1236-25
-always 자왅 46-126-1236-25-13
-always 자왆 46-126-1236-25-356
-always 자왇 46-126-1236-35
-always 자왈 46-126-1236-2
-always 자왉 46-126-1236-2-1
-always 자왊 46-126-1236-2-26
-always 자왋 46-126-1236-2-12
-always 자왌 46-126-1236-2-3
-always 자왍 46-126-1236-2-236
-always 자왎 46-126-1236-2-256
-always 자왏 46-126-1236-2-356
-always 자왐 46-126-1236-26
-always 자왑 46-126-1236-12
-always 자왒 46-126-1236-12-3
-always 자왓 46-126-1236-3
-always 자왔 46-126-1236-34
-always 자왕 46-126-1236-2356
-always 자왖 46-126-1236-13
-always 자왗 46-126-1236-23
-always 자왘 46-126-1236-235
-always 자왙 46-126-1236-236
-always 자왚 46-126-1236-256
-always 자왛 46-126-1236-356
-always 자왜 46-126-1236-1235
-always 자왝 46-126-1236-1235-1
-always 자왞 46-126-1236-1235-1-1
-always 자왟 46-126-1236-1235-1-3
-always 자왠 46-126-1236-1235-25
-always 자왡 46-126-1236-1235-25-13
-always 자왢 46-126-1236-1235-25-356
-always 자왣 46-126-1236-1235-35
-always 자왤 46-126-1236-1235-2
-always 자왥 46-126-1236-1235-2-1
-always 자왦 46-126-1236-1235-2-26
-always 자왧 46-126-1236-1235-2-12
-always 자왨 46-126-1236-1235-2-3
-always 자왩 46-126-1236-1235-2-236
-always 자왪 46-126-1236-1235-2-256
-always 자왫 46-126-1236-1235-2-356
-always 자왬 46-126-1236-1235-26
-always 자왭 46-126-1236-1235-12
-always 자왮 46-126-1236-1235-12-3
-always 자왯 46-126-1236-1235-3
-always 자왰 46-126-1236-1235-34
-always 자왱 46-126-1236-1235-2356
-always 자왲 46-126-1236-1235-13
-always 자왳 46-126-1236-1235-23
-always 자왴 46-126-1236-1235-235
-always 자왵 46-126-1236-1235-236
-always 자왶 46-126-1236-1235-256
-always 자왷 46-126-1236-1235-356
-always 자외 46-126-13456
-always 자왹 46-126-13456-1
-always 자왺 46-126-13456-1-1
-always 자왻 46-126-13456-1-3
-always 자왼 46-126-13456-25
-always 자왽 46-126-13456-25-13
-always 자왾 46-126-13456-25-356
-always 자왿 46-126-13456-35
-always 자욀 46-126-13456-2
-always 자욁 46-126-13456-2-1
-always 자욂 46-126-13456-2-26
-always 자욃 46-126-13456-2-12
-always 자욄 46-126-13456-2-3
-always 자욅 46-126-13456-2-236
-always 자욆 46-126-13456-2-256
-always 자욇 46-126-13456-2-356
-always 자욈 46-126-13456-26
-always 자욉 46-126-13456-12
-always 자욊 46-126-13456-12-3
-always 자욋 46-126-13456-3
-always 자욌 46-126-13456-34
-always 자욍 46-126-13456-2356
-always 자욎 46-126-13456-13
-always 자욏 46-126-13456-23
-always 자욐 46-126-13456-235
-always 자욑 46-126-13456-236
-always 자욒 46-126-13456-256
-always 자욓 46-126-13456-356
-always 자요 46-126-346
-always 자욕 46-126-346-1
-always 자욖 46-126-346-1-1
-always 자욗 46-126-346-1-3
-always 자욘 46-126-346-25
-always 자욙 46-126-346-25-13
-always 자욚 46-126-346-25-356
-always 자욛 46-126-346-35
-always 자욜 46-126-346-2
-always 자욝 46-126-346-2-1
-always 자욞 46-126-346-2-26
-always 자욟 46-126-346-2-12
-always 자욠 46-126-346-2-3
-always 자욡 46-126-346-2-236
-always 자욢 46-126-346-2-256
-always 자욣 46-126-346-2-356
-always 자욤 46-126-346-26
-always 자욥 46-126-346-12
-always 자욦 46-126-346-12-3
-always 자욧 46-126-346-3
-always 자욨 46-126-346-34
-always 자용 46-126-346-2356
-always 자욪 46-126-346-13
-always 자욫 46-126-346-23
-always 자욬 46-126-346-235
-always 자욭 46-126-346-236
-always 자욮 46-126-346-256
-always 자욯 46-126-346-356
-always 자우 46-126-134
-always 자욱 46-126-134-1
-always 자욲 46-126-134-1-1
-always 자욳 46-126-134-1-3
-always 자운 46-126-1245
-always 자욵 46-126-1245-13
-always 자욶 46-126-1245-356
-always 자욷 46-126-134-35
-always 자울 46-126-12346
-always 자욹 46-126-12346-1
-always 자욺 46-126-12346-26
-always 자욻 46-126-12346-12
-always 자욼 46-126-12346-3
-always 자욽 46-126-12346-236
-always 자욾 46-126-12346-256
-always 자욿 46-126-12346-356
-always 자움 46-126-134-26
-always 자웁 46-126-134-12
-always 자웂 46-126-134-12-3
-always 자웃 46-126-134-3
-always 자웄 46-126-134-34
-always 자웅 46-126-134-2356
-always 자웆 46-126-134-13
-always 자웇 46-126-134-23
-always 자웈 46-126-134-235
-always 자웉 46-126-134-236
-always 자웊 46-126-134-256
-always 자웋 46-126-134-356
-always 자워 46-126-1234
-always 자웍 46-126-1234-1
-always 자웎 46-126-1234-1-1
-always 자웏 46-126-1234-1-3
-always 자원 46-126-1234-25
-always 자웑 46-126-1234-25-13
-always 자웒 46-126-1234-25-356
-always 자웓 46-126-1234-35
-always 자월 46-126-1234-2
-always 자웕 46-126-1234-2-1
-always 자웖 46-126-1234-2-26
-always 자웗 46-126-1234-2-12
-always 자웘 46-126-1234-2-3
-always 자웙 46-126-1234-2-236
-always 자웚 46-126-1234-2-256
-always 자웛 46-126-1234-2-356
-always 자웜 46-126-1234-26
-always 자웝 46-126-1234-12
-always 자웞 46-126-1234-12-3
-always 자웟 46-126-1234-3
-always 자웠 46-126-1234-34
-always 자웡 46-126-1234-2356
-always 자웢 46-126-1234-13
-always 자웣 46-126-1234-23
-always 자웤 46-126-1234-235
-always 자웥 46-126-1234-236
-always 자웦 46-126-1234-256
-always 자웧 46-126-1234-356
-always 자웨 46-126-1234-1235
-always 자웩 46-126-1234-1235-1
-always 자웪 46-126-1234-1235-1-1
-always 자웫 46-126-1234-1235-1-3
-always 자웬 46-126-1234-1235-25
-always 자웭 46-126-1234-1235-25-13
-always 자웮 46-126-1234-1235-25-356
-always 자웯 46-126-1234-1235-35
-always 자웰 46-126-1234-1235-2
-always 자웱 46-126-1234-1235-2-1
-always 자웲 46-126-1234-1235-2-26
-always 자웳 46-126-1234-1235-2-12
-always 자웴 46-126-1234-1235-2-3
-always 자웵 46-126-1234-1235-2-236
-always 자웶 46-126-1234-1235-2-256
-always 자웷 46-126-1234-1235-2-356
-always 자웸 46-126-1234-1235-26
-always 자웹 46-126-1234-1235-12
-always 자웺 46-126-1234-1235-12-3
-always 자웻 46-126-1234-1235-3
-always 자웼 46-126-1234-1235-34
-always 자웽 46-126-1234-1235-2356
-always 자웾 46-126-1234-1235-13
-always 자웿 46-126-1234-1235-23
-always 자윀 46-126-1234-1235-235
-always 자윁 46-126-1234-1235-236
-always 자윂 46-126-1234-1235-256
-always 자윃 46-126-1234-1235-356
-always 자위 46-126-134-1235
-always 자윅 46-126-134-1235-1
-always 자윆 46-126-134-1235-1-1
-always 자윇 46-126-134-1235-1-3
-always 자윈 46-126-134-1235-25
-always 자윉 46-126-134-1235-25-13
-always 자윊 46-126-134-1235-25-356
-always 자윋 46-126-134-1235-35
-always 자윌 46-126-134-1235-2
-always 자윍 46-126-134-1235-2-1
-always 자윎 46-126-134-1235-2-26
-always 자윏 46-126-134-1235-2-12
-always 자윐 46-126-134-1235-2-3
-always 자윑 46-126-134-1235-2-236
-always 자윒 46-126-134-1235-2-256
-always 자윓 46-126-134-1235-2-356
-always 자윔 46-126-134-1235-26
-always 자윕 46-126-134-1235-12
-always 자윖 46-126-134-1235-12-3
-always 자윗 46-126-134-1235-3
-always 자윘 46-126-134-1235-34
-always 자윙 46-126-134-1235-2356
-always 자윚 46-126-134-1235-13
-always 자윛 46-126-134-1235-23
-always 자윜 46-126-134-1235-235
-always 자윝 46-126-134-1235-236
-always 자윞 46-126-134-1235-256
-always 자윟 46-126-134-1235-356
-always 자유 46-126-146
-always 자육 46-126-146-1
-always 자윢 46-126-146-1-1
-always 자윣 46-126-146-1-3
-always 자윤 46-126-146-25
-always 자윥 46-126-146-25-13
-always 자윦 46-126-146-25-356
-always 자윧 46-126-146-35
-always 자율 46-126-146-2
-always 자윩 46-126-146-2-1
-always 자윪 46-126-146-2-26
-always 자윫 46-126-146-2-12
-always 자윬 46-126-146-2-3
-always 자윭 46-126-146-2-236
-always 자윮 46-126-146-2-256
-always 자윯 46-126-146-2-356
-always 자윰 46-126-146-26
-always 자윱 46-126-146-12
-always 자윲 46-126-146-12-3
-always 자윳 46-126-146-3
-always 자윴 46-126-146-34
-always 자융 46-126-146-2356
-always 자윶 46-126-146-13
-always 자윷 46-126-146-23
-always 자윸 46-126-146-235
-always 자윹 46-126-146-236
-always 자윺 46-126-146-256
-always 자윻 46-126-146-356
-always 자으 46-126-246
-always 자윽 46-126-246-1
-always 자윾 46-126-246-1-1
-always 자윿 46-126-246-1-3
-always 자은 46-126-1356
-always 자읁 46-126-1356-13
-always 자읂 46-126-1356-356
-always 자읃 46-126-246-35
-always 자을 46-126-2346
-always 자읅 46-126-2346-1
-always 자읆 46-126-2346-26
-always 자읇 46-126-2346-12
-always 자읈 46-126-2346-3
-always 자읉 46-126-2346-236
-always 자읊 46-126-2346-256
-always 자읋 46-126-2346-356
-always 자음 46-126-246-26
-always 자읍 46-126-246-12
-always 자읎 46-126-246-12-3
-always 자읏 46-126-246-3
-always 자읐 46-126-246-34
-always 자응 46-126-246-2356
-always 자읒 46-126-246-13
-always 자읓 46-126-246-23
-always 자읔 46-126-246-235
-always 자읕 46-126-246-236
-always 자읖 46-126-246-256
-always 자읗 46-126-246-356
-always 자의 46-126-2456
-always 자읙 46-126-2456-1
-always 자읚 46-126-2456-1-1
-always 자읛 46-126-2456-1-3
-always 자읜 46-126-2456-25
-always 자읝 46-126-2456-25-13
-always 자읞 46-126-2456-25-356
-always 자읟 46-126-2456-35
-always 자읠 46-126-2456-2
-always 자읡 46-126-2456-2-1
-always 자읢 46-126-2456-2-26
-always 자읣 46-126-2456-2-12
-always 자읤 46-126-2456-2-3
-always 자읥 46-126-2456-2-236
-always 자읦 46-126-2456-2-256
-always 자읧 46-126-2456-2-356
-always 자읨 46-126-2456-26
-always 자읩 46-126-2456-12
-always 자읪 46-126-2456-12-3
-always 자읫 46-126-2456-3
-always 자읬 46-126-2456-34
-always 자읭 46-126-2456-2356
-always 자읮 46-126-2456-13
-always 자읯 46-126-2456-23
-always 자읰 46-126-2456-235
-always 자읱 46-126-2456-236
-always 자읲 46-126-2456-256
-always 자읳 46-126-2456-356
-always 자이 46-126-135
-always 자익 46-126-135-1
-always 자읶 46-126-135-1-1
-always 자읷 46-126-135-1-3
-always 자인 46-126-12345
-always 자읹 46-126-12345-13
-always 자읺 46-126-12345-356
-always 자읻 46-126-135-35
-always 자일 46-126-135-2
-always 자읽 46-126-135-2-1
-always 자읾 46-126-135-2-26
-always 자읿 46-126-135-2-12
-always 자잀 46-126-135-2-3
-always 자잁 46-126-135-2-236
-always 자잂 46-126-135-2-256
-always 자잃 46-126-135-2-356
-always 자임 46-126-135-26
-always 자입 46-126-135-12
-always 자잆 46-126-135-12-3
-always 자잇 46-126-135-3
-always 자있 46-126-135-34
-always 자잉 46-126-135-2356
-always 자잊 46-126-135-13
-always 자잋 46-126-135-23
-always 자잌 46-126-135-235
-always 자잍 46-126-135-236
-always 자잎 46-126-135-256
-always 자잏 46-126-135-356
-always 짜아 6-46-126-126
-always 짜악 6-46-126-126-1
-always 짜앆 6-46-126-126-1-1
-always 짜앇 6-46-126-126-1-3
-always 짜안 6-46-126-126-25
-always 짜앉 6-46-126-126-25-13
-always 짜않 6-46-126-126-25-356
-always 짜앋 6-46-126-126-35
-always 짜알 6-46-126-126-2
-always 짜앍 6-46-126-126-2-1
-always 짜앎 6-46-126-126-2-26
-always 짜앏 6-46-126-126-2-12
-always 짜앐 6-46-126-126-2-3
-always 짜앑 6-46-126-126-2-236
-always 짜앒 6-46-126-126-2-256
-always 짜앓 6-46-126-126-2-356
-always 짜암 6-46-126-126-26
-always 짜압 6-46-126-126-12
-always 짜앖 6-46-126-126-12-3
-always 짜앗 6-46-126-126-3
-always 짜았 6-46-126-126-34
-always 짜앙 6-46-126-126-2356
-always 짜앚 6-46-126-126-13
-always 짜앛 6-46-126-126-23
-always 짜앜 6-46-126-126-235
-always 짜앝 6-46-126-126-236
-always 짜앞 6-46-126-126-256
-always 짜앟 6-46-126-126-356
-always 짜애 6-46-126-1235
-always 짜액 6-46-126-1235-1
-always 짜앢 6-46-126-1235-1-1
-always 짜앣 6-46-126-1235-1-3
-always 짜앤 6-46-126-1235-25
-always 짜앥 6-46-126-1235-25-13
-always 짜앦 6-46-126-1235-25-356
-always 짜앧 6-46-126-1235-35
-always 짜앨 6-46-126-1235-2
-always 짜앩 6-46-126-1235-2-1
-always 짜앪 6-46-126-1235-2-26
-always 짜앫 6-46-126-1235-2-12
-always 짜앬 6-46-126-1235-2-3
-always 짜앭 6-46-126-1235-2-236
-always 짜앮 6-46-126-1235-2-256
-always 짜앯 6-46-126-1235-2-356
-always 짜앰 6-46-126-1235-26
-always 짜앱 6-46-126-1235-12
-always 짜앲 6-46-126-1235-12-3
-always 짜앳 6-46-126-1235-3
-always 짜앴 6-46-126-1235-34
-always 짜앵 6-46-126-1235-2356
-always 짜앶 6-46-126-1235-13
-always 짜앷 6-46-126-1235-23
-always 짜앸 6-46-126-1235-235
-always 짜앹 6-46-126-1235-236
-always 짜앺 6-46-126-1235-256
-always 짜앻 6-46-126-1235-356
-always 짜야 6-46-126-345
-always 짜약 6-46-126-345-1
-always 짜앾 6-46-126-345-1-1
-always 짜앿 6-46-126-345-1-3
-always 짜얀 6-46-126-345-25
-always 짜얁 6-46-126-345-25-13
-always 짜얂 6-46-126-345-25-356
-always 짜얃 6-46-126-345-35
-always 짜얄 6-46-126-345-2
-always 짜얅 6-46-126-345-2-1
-always 짜얆 6-46-126-345-2-26
-always 짜얇 6-46-126-345-2-12
-always 짜얈 6-46-126-345-2-3
-always 짜얉 6-46-126-345-2-236
-always 짜얊 6-46-126-345-2-256
-always 짜얋 6-46-126-345-2-356
-always 짜얌 6-46-126-345-26
-always 짜얍 6-46-126-345-12
-always 짜얎 6-46-126-345-12-3
-always 짜얏 6-46-126-345-3
-always 짜얐 6-46-126-345-34
-always 짜양 6-46-126-345-2356
-always 짜얒 6-46-126-345-13
-always 짜얓 6-46-126-345-23
-always 짜얔 6-46-126-345-235
-always 짜얕 6-46-126-345-236
-always 짜얖 6-46-126-345-256
-always 짜얗 6-46-126-345-356
-always 짜얘 6-46-126-345-1235
-always 짜얙 6-46-126-345-1235-1
-always 짜얚 6-46-126-345-1235-1-1
-always 짜얛 6-46-126-345-1235-1-3
-always 짜얜 6-46-126-345-1235-25
-always 짜얝 6-46-126-345-1235-25-13
-always 짜얞 6-46-126-345-1235-25-356
-always 짜얟 6-46-126-345-1235-35
-always 짜얠 6-46-126-345-1235-2
-always 짜얡 6-46-126-345-1235-2-1
-always 짜얢 6-46-126-345-1235-2-26
-always 짜얣 6-46-126-345-1235-2-12
-always 짜얤 6-46-126-345-1235-2-3
-always 짜얥 6-46-126-345-1235-2-236
-always 짜얦 6-46-126-345-1235-2-256
-always 짜얧 6-46-126-345-1235-2-356
-always 짜얨 6-46-126-345-1235-26
-always 짜얩 6-46-126-345-1235-12
-always 짜얪 6-46-126-345-1235-12-3
-always 짜얫 6-46-126-345-1235-3
-always 짜얬 6-46-126-345-1235-34
-always 짜얭 6-46-126-345-1235-2356
-always 짜얮 6-46-126-345-1235-13
-always 짜얯 6-46-126-345-1235-23
-always 짜얰 6-46-126-345-1235-235
-always 짜얱 6-46-126-345-1235-236
-always 짜얲 6-46-126-345-1235-256
-always 짜얳 6-46-126-345-1235-356
-always 짜어 6-46-126-234
-always 짜억 6-46-126-1456
-always 짜얶 6-46-126-1456-1
-always 짜얷 6-46-126-1456-3
-always 짜언 6-46-126-23456
-always 짜얹 6-46-126-23456-13
-always 짜얺 6-46-126-23456-356
-always 짜얻 6-46-126-234-35
-always 짜얼 6-46-126-2345
-always 짜얽 6-46-126-2345-1
-always 짜얾 6-46-126-2345-26
-always 짜얿 6-46-126-2345-12
-always 짜엀 6-46-126-2345-3
-always 짜엁 6-46-126-2345-236
-always 짜엂 6-46-126-2345-256
-always 짜엃 6-46-126-2345-356
-always 짜엄 6-46-126-234-26
-always 짜업 6-46-126-234-12
-always 짜없 6-46-126-234-12-3
-always 짜엇 6-46-126-234-3
-always 짜었 6-46-126-234-34
-always 짜엉 6-46-126-234-2356
-always 짜엊 6-46-126-234-13
-always 짜엋 6-46-126-234-23
-always 짜엌 6-46-126-234-235
-always 짜엍 6-46-126-234-236
-always 짜엎 6-46-126-234-256
-always 짜엏 6-46-126-234-356
-always 짜에 6-46-126-1345
-always 짜엑 6-46-126-1345-1
-always 짜엒 6-46-126-1345-1-1
-always 짜엓 6-46-126-1345-1-3
-always 짜엔 6-46-126-1345-25
-always 짜엕 6-46-126-1345-25-13
-always 짜엖 6-46-126-1345-25-356
-always 짜엗 6-46-126-1345-35
-always 짜엘 6-46-126-1345-2
-always 짜엙 6-46-126-1345-2-1
-always 짜엚 6-46-126-1345-2-26
-always 짜엛 6-46-126-1345-2-12
-always 짜엜 6-46-126-1345-2-3
-always 짜엝 6-46-126-1345-2-236
-always 짜엞 6-46-126-1345-2-256
-always 짜엟 6-46-126-1345-2-356
-always 짜엠 6-46-126-1345-26
-always 짜엡 6-46-126-1345-12
-always 짜엢 6-46-126-1345-12-3
-always 짜엣 6-46-126-1345-3
-always 짜엤 6-46-126-1345-34
-always 짜엥 6-46-126-1345-2356
-always 짜엦 6-46-126-1345-13
-always 짜엧 6-46-126-1345-23
-always 짜엨 6-46-126-1345-235
-always 짜엩 6-46-126-1345-236
-always 짜엪 6-46-126-1345-256
-always 짜엫 6-46-126-1345-356
-always 짜여 6-46-126-156
-always 짜역 6-46-126-156-1
-always 짜엮 6-46-126-156-1-1
-always 짜엯 6-46-126-156-1-3
-always 짜연 6-46-126-16
-always 짜엱 6-46-126-16-13
-always 짜엲 6-46-126-16-356
-always 짜열 6-46-126-1256
-always 짜엵 6-46-126-1256-1
-always 짜엶 6-46-126-1256-26
-always 짜엷 6-46-126-1256-12
-always 짜엸 6-46-126-1256-3
-always 짜엹 6-46-126-1256-236
-always 짜엺 6-46-126-1256-256
-always 짜엻 6-46-126-1256-356
-always 짜염 6-46-126-156-26
-always 짜엽 6-46-126-156-12
-always 짜엾 6-46-126-156-12-3
-always 짜엿 6-46-126-156-3
-always 짜였 6-46-126-156-34
-always 짜영 6-46-126-12456
-always 짜옂 6-46-126-156-13
-always 짜옃 6-46-126-156-23
-always 짜옄 6-46-126-156-235
-always 짜옅 6-46-126-156-236
-always 짜옆 6-46-126-156-256
-always 짜옇 6-46-126-156-356
-always 짜예 6-46-126-34
-always 짜옉 6-46-126-34-1
-always 짜옊 6-46-126-34-1-1
-always 짜옋 6-46-126-34-1-3
-always 짜옌 6-46-126-34-25
-always 짜옍 6-46-126-34-25-13
-always 짜옎 6-46-126-34-25-356
-always 짜옏 6-46-126-34-35
-always 짜옐 6-46-126-34-2
-always 짜옑 6-46-126-34-2-1
-always 짜옒 6-46-126-34-2-26
-always 짜옓 6-46-126-34-2-12
-always 짜옔 6-46-126-34-2-3
-always 짜옕 6-46-126-34-2-236
-always 짜옖 6-46-126-34-2-256
-always 짜옗 6-46-126-34-2-356
-always 짜옘 6-46-126-34-26
-always 짜옙 6-46-126-34-12
-always 짜옚 6-46-126-34-12-3
-always 짜옛 6-46-126-34-3
-always 짜옜 6-46-126-34-34
-always 짜옝 6-46-126-34-2356
-always 짜옞 6-46-126-34-13
-always 짜옟 6-46-126-34-23
-always 짜옠 6-46-126-34-235
-always 짜옡 6-46-126-34-236
-always 짜옢 6-46-126-34-256
-always 짜옣 6-46-126-34-356
-always 짜오 6-46-126-136
-always 짜옥 6-46-126-1346
-always 짜옦 6-46-126-1346-1
-always 짜옧 6-46-126-1346-3
-always 짜온 6-46-126-12356
-always 짜옩 6-46-126-12356-13
-always 짜옪 6-46-126-12356-356
-always 짜옫 6-46-126-136-35
-always 짜올 6-46-126-136-2
-always 짜옭 6-46-126-136-2-1
-always 짜옮 6-46-126-136-2-26
-always 짜옯 6-46-126-136-2-12
-always 짜옰 6-46-126-136-2-3
-always 짜옱 6-46-126-136-2-236
-always 짜옲 6-46-126-136-2-256
-always 짜옳 6-46-126-136-2-356
-always 짜옴 6-46-126-136-26
-always 짜옵 6-46-126-136-12
-always 짜옶 6-46-126-136-12-3
-always 짜옷 6-46-126-136-3
-always 짜옸 6-46-126-136-34
-always 짜옹 6-46-126-123456
-always 짜옺 6-46-126-136-13
-always 짜옻 6-46-126-136-23
-always 짜옼 6-46-126-136-235
-always 짜옽 6-46-126-136-236
-always 짜옾 6-46-126-136-256
-always 짜옿 6-46-126-136-356
-always 짜와 6-46-126-1236
-always 짜왁 6-46-126-1236-1
-always 짜왂 6-46-126-1236-1-1
-always 짜왃 6-46-126-1236-1-3
-always 짜완 6-46-126-1236-25
-always 짜왅 6-46-126-1236-25-13
-always 짜왆 6-46-126-1236-25-356
-always 짜왇 6-46-126-1236-35
-always 짜왈 6-46-126-1236-2
-always 짜왉 6-46-126-1236-2-1
-always 짜왊 6-46-126-1236-2-26
-always 짜왋 6-46-126-1236-2-12
-always 짜왌 6-46-126-1236-2-3
-always 짜왍 6-46-126-1236-2-236
-always 짜왎 6-46-126-1236-2-256
-always 짜왏 6-46-126-1236-2-356
-always 짜왐 6-46-126-1236-26
-always 짜왑 6-46-126-1236-12
-always 짜왒 6-46-126-1236-12-3
-always 짜왓 6-46-126-1236-3
-always 짜왔 6-46-126-1236-34
-always 짜왕 6-46-126-1236-2356
-always 짜왖 6-46-126-1236-13
-always 짜왗 6-46-126-1236-23
-always 짜왘 6-46-126-1236-235
-always 짜왙 6-46-126-1236-236
-always 짜왚 6-46-126-1236-256
-always 짜왛 6-46-126-1236-356
-always 짜왜 6-46-126-1236-1235
-always 짜왝 6-46-126-1236-1235-1
-always 짜왞 6-46-126-1236-1235-1-1
-always 짜왟 6-46-126-1236-1235-1-3
-always 짜왠 6-46-126-1236-1235-25
-always 짜왡 6-46-126-1236-1235-25-13
-always 짜왢 6-46-126-1236-1235-25-356
-always 짜왣 6-46-126-1236-1235-35
-always 짜왤 6-46-126-1236-1235-2
-always 짜왥 6-46-126-1236-1235-2-1
-always 짜왦 6-46-126-1236-1235-2-26
-always 짜왧 6-46-126-1236-1235-2-12
-always 짜왨 6-46-126-1236-1235-2-3
-always 짜왩 6-46-126-1236-1235-2-236
-always 짜왪 6-46-126-1236-1235-2-256
-always 짜왫 6-46-126-1236-1235-2-356
-always 짜왬 6-46-126-1236-1235-26
-always 짜왭 6-46-126-1236-1235-12
-always 짜왮 6-46-126-1236-1235-12-3
-always 짜왯 6-46-126-1236-1235-3
-always 짜왰 6-46-126-1236-1235-34
-always 짜왱 6-46-126-1236-1235-2356
-always 짜왲 6-46-126-1236-1235-13
-always 짜왳 6-46-126-1236-1235-23
-always 짜왴 6-46-126-1236-1235-235
-always 짜왵 6-46-126-1236-1235-236
-always 짜왶 6-46-126-1236-1235-256
-always 짜왷 6-46-126-1236-1235-356
-always 짜외 6-46-126-13456
-always 짜왹 6-46-126-13456-1
-always 짜왺 6-46-126-13456-1-1
-always 짜왻 6-46-126-13456-1-3
-always 짜왼 6-46-126-13456-25
-always 짜왽 6-46-126-13456-25-13
-always 짜왾 6-46-126-13456-25-356
-always 짜왿 6-46-126-13456-35
-always 짜욀 6-46-126-13456-2
-always 짜욁 6-46-126-13456-2-1
-always 짜욂 6-46-126-13456-2-26
-always 짜욃 6-46-126-13456-2-12
-always 짜욄 6-46-126-13456-2-3
-always 짜욅 6-46-126-13456-2-236
-always 짜욆 6-46-126-13456-2-256
-always 짜욇 6-46-126-13456-2-356
-always 짜욈 6-46-126-13456-26
-always 짜욉 6-46-126-13456-12
-always 짜욊 6-46-126-13456-12-3
-always 짜욋 6-46-126-13456-3
-always 짜욌 6-46-126-13456-34
-always 짜욍 6-46-126-13456-2356
-always 짜욎 6-46-126-13456-13
-always 짜욏 6-46-126-13456-23
-always 짜욐 6-46-126-13456-235
-always 짜욑 6-46-126-13456-236
-always 짜욒 6-46-126-13456-256
-always 짜욓 6-46-126-13456-356
-always 짜요 6-46-126-346
-always 짜욕 6-46-126-346-1
-always 짜욖 6-46-126-346-1-1
-always 짜욗 6-46-126-346-1-3
-always 짜욘 6-46-126-346-25
-always 짜욙 6-46-126-346-25-13
-always 짜욚 6-46-126-346-25-356
-always 짜욛 6-46-126-346-35
-always 짜욜 6-46-126-346-2
-always 짜욝 6-46-126-346-2-1
-always 짜욞 6-46-126-346-2-26
-always 짜욟 6-46-126-346-2-12
-always 짜욠 6-46-126-346-2-3
-always 짜욡 6-46-126-346-2-236
-always 짜욢 6-46-126-346-2-256
-always 짜욣 6-46-126-346-2-356
-always 짜욤 6-46-126-346-26
-always 짜욥 6-46-126-346-12
-always 짜욦 6-46-126-346-12-3
-always 짜욧 6-46-126-346-3
-always 짜욨 6-46-126-346-34
-always 짜용 6-46-126-346-2356
-always 짜욪 6-46-126-346-13
-always 짜욫 6-46-126-346-23
-always 짜욬 6-46-126-346-235
-always 짜욭 6-46-126-346-236
-always 짜욮 6-46-126-346-256
-always 짜욯 6-46-126-346-356
-always 짜우 6-46-126-134
-always 짜욱 6-46-126-134-1
-always 짜욲 6-46-126-134-1-1
-always 짜욳 6-46-126-134-1-3
-always 짜운 6-46-126-1245
-always 짜욵 6-46-126-1245-13
-always 짜욶 6-46-126-1245-356
-always 짜욷 6-46-126-134-35
-always 짜울 6-46-126-12346
-always 짜욹 6-46-126-12346-1
-always 짜욺 6-46-126-12346-26
-always 짜욻 6-46-126-12346-12
-always 짜욼 6-46-126-12346-3
-always 짜욽 6-46-126-12346-236
-always 짜욾 6-46-126-12346-256
-always 짜욿 6-46-126-12346-356
-always 짜움 6-46-126-134-26
-always 짜웁 6-46-126-134-12
-always 짜웂 6-46-126-134-12-3
-always 짜웃 6-46-126-134-3
-always 짜웄 6-46-126-134-34
-always 짜웅 6-46-126-134-2356
-always 짜웆 6-46-126-134-13
-always 짜웇 6-46-126-134-23
-always 짜웈 6-46-126-134-235
-always 짜웉 6-46-126-134-236
-always 짜웊 6-46-126-134-256
-always 짜웋 6-46-126-134-356
-always 짜워 6-46-126-1234
-always 짜웍 6-46-126-1234-1
-always 짜웎 6-46-126-1234-1-1
-always 짜웏 6-46-126-1234-1-3
-always 짜원 6-46-126-1234-25
-always 짜웑 6-46-126-1234-25-13
-always 짜웒 6-46-126-1234-25-356
-always 짜웓 6-46-126-1234-35
-always 짜월 6-46-126-1234-2
-always 짜웕 6-46-126-1234-2-1
-always 짜웖 6-46-126-1234-2-26
-always 짜웗 6-46-126-1234-2-12
-always 짜웘 6-46-126-1234-2-3
-always 짜웙 6-46-126-1234-2-236
-always 짜웚 6-46-126-1234-2-256
-always 짜웛 6-46-126-1234-2-356
-always 짜웜 6-46-126-1234-26
-always 짜웝 6-46-126-1234-12
-always 짜웞 6-46-126-1234-12-3
-always 짜웟 6-46-126-1234-3
-always 짜웠 6-46-126-1234-34
-always 짜웡 6-46-126-1234-2356
-always 짜웢 6-46-126-1234-13
-always 짜웣 6-46-126-1234-23
-always 짜웤 6-46-126-1234-235
-always 짜웥 6-46-126-1234-236
-always 짜웦 6-46-126-1234-256
-always 짜웧 6-46-126-1234-356
-always 짜웨 6-46-126-1234-1235
-always 짜웩 6-46-126-1234-1235-1
-always 짜웪 6-46-126-1234-1235-1-1
-always 짜웫 6-46-126-1234-1235-1-3
-always 짜웬 6-46-126-1234-1235-25
-always 짜웭 6-46-126-1234-1235-25-13
-always 짜웮 6-46-126-1234-1235-25-356
-always 짜웯 6-46-126-1234-1235-35
-always 짜웰 6-46-126-1234-1235-2
-always 짜웱 6-46-126-1234-1235-2-1
-always 짜웲 6-46-126-1234-1235-2-26
-always 짜웳 6-46-126-1234-1235-2-12
-always 짜웴 6-46-126-1234-1235-2-3
-always 짜웵 6-46-126-1234-1235-2-236
-always 짜웶 6-46-126-1234-1235-2-256
-always 짜웷 6-46-126-1234-1235-2-356
-always 짜웸 6-46-126-1234-1235-26
-always 짜웹 6-46-126-1234-1235-12
-always 짜웺 6-46-126-1234-1235-12-3
-always 짜웻 6-46-126-1234-1235-3
-always 짜웼 6-46-126-1234-1235-34
-always 짜웽 6-46-126-1234-1235-2356
-always 짜웾 6-46-126-1234-1235-13
-always 짜웿 6-46-126-1234-1235-23
-always 짜윀 6-46-126-1234-1235-235
-always 짜윁 6-46-126-1234-1235-236
-always 짜윂 6-46-126-1234-1235-256
-always 짜윃 6-46-126-1234-1235-356
-always 짜위 6-46-126-134-1235
-always 짜윅 6-46-126-134-1235-1
-always 짜윆 6-46-126-134-1235-1-1
-always 짜윇 6-46-126-134-1235-1-3
-always 짜윈 6-46-126-134-1235-25
-always 짜윉 6-46-126-134-1235-25-13
-always 짜윊 6-46-126-134-1235-25-356
-always 짜윋 6-46-126-134-1235-35
-always 짜윌 6-46-126-134-1235-2
-always 짜윍 6-46-126-134-1235-2-1
-always 짜윎 6-46-126-134-1235-2-26
-always 짜윏 6-46-126-134-1235-2-12
-always 짜윐 6-46-126-134-1235-2-3
-always 짜윑 6-46-126-134-1235-2-236
-always 짜윒 6-46-126-134-1235-2-256
-always 짜윓 6-46-126-134-1235-2-356
-always 짜윔 6-46-126-134-1235-26
-always 짜윕 6-46-126-134-1235-12
-always 짜윖 6-46-126-134-1235-12-3
-always 짜윗 6-46-126-134-1235-3
-always 짜윘 6-46-126-134-1235-34
-always 짜윙 6-46-126-134-1235-2356
-always 짜윚 6-46-126-134-1235-13
-always 짜윛 6-46-126-134-1235-23
-always 짜윜 6-46-126-134-1235-235
-always 짜윝 6-46-126-134-1235-236
-always 짜윞 6-46-126-134-1235-256
-always 짜윟 6-46-126-134-1235-356
-always 짜유 6-46-126-146
-always 짜육 6-46-126-146-1
-always 짜윢 6-46-126-146-1-1
-always 짜윣 6-46-126-146-1-3
-always 짜윤 6-46-126-146-25
-always 짜윥 6-46-126-146-25-13
-always 짜윦 6-46-126-146-25-356
-always 짜윧 6-46-126-146-35
-always 짜율 6-46-126-146-2
-always 짜윩 6-46-126-146-2-1
-always 짜윪 6-46-126-146-2-26
-always 짜윫 6-46-126-146-2-12
-always 짜윬 6-46-126-146-2-3
-always 짜윭 6-46-126-146-2-236
-always 짜윮 6-46-126-146-2-256
-always 짜윯 6-46-126-146-2-356
-always 짜윰 6-46-126-146-26
-always 짜윱 6-46-126-146-12
-always 짜윲 6-46-126-146-12-3
-always 짜윳 6-46-126-146-3
-always 짜윴 6-46-126-146-34
-always 짜융 6-46-126-146-2356
-always 짜윶 6-46-126-146-13
-always 짜윷 6-46-126-146-23
-always 짜윸 6-46-126-146-235
-always 짜윹 6-46-126-146-236
-always 짜윺 6-46-126-146-256
-always 짜윻 6-46-126-146-356
-always 짜으 6-46-126-246
-always 짜윽 6-46-126-246-1
-always 짜윾 6-46-126-246-1-1
-always 짜윿 6-46-126-246-1-3
-always 짜은 6-46-126-1356
-always 짜읁 6-46-126-1356-13
-always 짜읂 6-46-126-1356-356
-always 짜읃 6-46-126-246-35
-always 짜을 6-46-126-2346
-always 짜읅 6-46-126-2346-1
-always 짜읆 6-46-126-2346-26
-always 짜읇 6-46-126-2346-12
-always 짜읈 6-46-126-2346-3
-always 짜읉 6-46-126-2346-236
-always 짜읊 6-46-126-2346-256
-always 짜읋 6-46-126-2346-356
-always 짜음 6-46-126-246-26
-always 짜읍 6-46-126-246-12
-always 짜읎 6-46-126-246-12-3
-always 짜읏 6-46-126-246-3
-always 짜읐 6-46-126-246-34
-always 짜응 6-46-126-246-2356
-always 짜읒 6-46-126-246-13
-always 짜읓 6-46-126-246-23
-always 짜읔 6-46-126-246-235
-always 짜읕 6-46-126-246-236
-always 짜읖 6-46-126-246-256
-always 짜읗 6-46-126-246-356
-always 짜의 6-46-126-2456
-always 짜읙 6-46-126-2456-1
-always 짜읚 6-46-126-2456-1-1
-always 짜읛 6-46-126-2456-1-3
-always 짜읜 6-46-126-2456-25
-always 짜읝 6-46-126-2456-25-13
-always 짜읞 6-46-126-2456-25-356
-always 짜읟 6-46-126-2456-35
-always 짜읠 6-46-126-2456-2
-always 짜읡 6-46-126-2456-2-1
-always 짜읢 6-46-126-2456-2-26
-always 짜읣 6-46-126-2456-2-12
-always 짜읤 6-46-126-2456-2-3
-always 짜읥 6-46-126-2456-2-236
-always 짜읦 6-46-126-2456-2-256
-always 짜읧 6-46-126-2456-2-356
-always 짜읨 6-46-126-2456-26
-always 짜읩 6-46-126-2456-12
-always 짜읪 6-46-126-2456-12-3
-always 짜읫 6-46-126-2456-3
-always 짜읬 6-46-126-2456-34
-always 짜읭 6-46-126-2456-2356
-always 짜읮 6-46-126-2456-13
-always 짜읯 6-46-126-2456-23
-always 짜읰 6-46-126-2456-235
-always 짜읱 6-46-126-2456-236
-always 짜읲 6-46-126-2456-256
-always 짜읳 6-46-126-2456-356
-always 짜이 6-46-126-135
-always 짜익 6-46-126-135-1
-always 짜읶 6-46-126-135-1-1
-always 짜읷 6-46-126-135-1-3
-always 짜인 6-46-126-12345
-always 짜읹 6-46-126-12345-13
-always 짜읺 6-46-126-12345-356
-always 짜읻 6-46-126-135-35
-always 짜일 6-46-126-135-2
-always 짜읽 6-46-126-135-2-1
-always 짜읾 6-46-126-135-2-26
-always 짜읿 6-46-126-135-2-12
-always 짜잀 6-46-126-135-2-3
-always 짜잁 6-46-126-135-2-236
-always 짜잂 6-46-126-135-2-256
-always 짜잃 6-46-126-135-2-356
-always 짜임 6-46-126-135-26
-always 짜입 6-46-126-135-12
-always 짜잆 6-46-126-135-12-3
-always 짜잇 6-46-126-135-3
-always 짜있 6-46-126-135-34
-always 짜잉 6-46-126-135-2356
-always 짜잊 6-46-126-135-13
-always 짜잋 6-46-126-135-23
-always 짜잌 6-46-126-135-235
-always 짜잍 6-46-126-135-236
-always 짜잎 6-46-126-135-256
-always 짜잏 6-46-126-135-356
-always 카아 124-126-126
-always 카악 124-126-126-1
-always 카앆 124-126-126-1-1
-always 카앇 124-126-126-1-3
-always 카안 124-126-126-25
-always 카앉 124-126-126-25-13
-always 카않 124-126-126-25-356
-always 카앋 124-126-126-35
-always 카알 124-126-126-2
-always 카앍 124-126-126-2-1
-always 카앎 124-126-126-2-26
-always 카앏 124-126-126-2-12
-always 카앐 124-126-126-2-3
-always 카앑 124-126-126-2-236
-always 카앒 124-126-126-2-256
-always 카앓 124-126-126-2-356
-always 카암 124-126-126-26
-always 카압 124-126-126-12
-always 카앖 124-126-126-12-3
-always 카앗 124-126-126-3
-always 카았 124-126-126-34
-always 카앙 124-126-126-2356
-always 카앚 124-126-126-13
-always 카앛 124-126-126-23
-always 카앜 124-126-126-235
-always 카앝 124-126-126-236
-always 카앞 124-126-126-256
-always 카앟 124-126-126-356
-always 카애 124-126-1235
-always 카액 124-126-1235-1
-always 카앢 124-126-1235-1-1
-always 카앣 124-126-1235-1-3
-always 카앤 124-126-1235-25
-always 카앥 124-126-1235-25-13
-always 카앦 124-126-1235-25-356
-always 카앧 124-126-1235-35
-always 카앨 124-126-1235-2
-always 카앩 124-126-1235-2-1
-always 카앪 124-126-1235-2-26
-always 카앫 124-126-1235-2-12
-always 카앬 124-126-1235-2-3
-always 카앭 124-126-1235-2-236
-always 카앮 124-126-1235-2-256
-always 카앯 124-126-1235-2-356
-always 카앰 124-126-1235-26
-always 카앱 124-126-1235-12
-always 카앲 124-126-1235-12-3
-always 카앳 124-126-1235-3
-always 카앴 124-126-1235-34
-always 카앵 124-126-1235-2356
-always 카앶 124-126-1235-13
-always 카앷 124-126-1235-23
-always 카앸 124-126-1235-235
-always 카앹 124-126-1235-236
-always 카앺 124-126-1235-256
-always 카앻 124-126-1235-356
-always 카야 124-126-345
-always 카약 124-126-345-1
-always 카앾 124-126-345-1-1
-always 카앿 124-126-345-1-3
-always 카얀 124-126-345-25
-always 카얁 124-126-345-25-13
-always 카얂 124-126-345-25-356
-always 카얃 124-126-345-35
-always 카얄 124-126-345-2
-always 카얅 124-126-345-2-1
-always 카얆 124-126-345-2-26
-always 카얇 124-126-345-2-12
-always 카얈 124-126-345-2-3
-always 카얉 124-126-345-2-236
-always 카얊 124-126-345-2-256
-always 카얋 124-126-345-2-356
-always 카얌 124-126-345-26
-always 카얍 124-126-345-12
-always 카얎 124-126-345-12-3
-always 카얏 124-126-345-3
-always 카얐 124-126-345-34
-always 카양 124-126-345-2356
-always 카얒 124-126-345-13
-always 카얓 124-126-345-23
-always 카얔 124-126-345-235
-always 카얕 124-126-345-236
-always 카얖 124-126-345-256
-always 카얗 124-126-345-356
-always 카얘 124-126-345-1235
-always 카얙 124-126-345-1235-1
-always 카얚 124-126-345-1235-1-1
-always 카얛 124-126-345-1235-1-3
-always 카얜 124-126-345-1235-25
-always 카얝 124-126-345-1235-25-13
-always 카얞 124-126-345-1235-25-356
-always 카얟 124-126-345-1235-35
-always 카얠 124-126-345-1235-2
-always 카얡 124-126-345-1235-2-1
-always 카얢 124-126-345-1235-2-26
-always 카얣 124-126-345-1235-2-12
-always 카얤 124-126-345-1235-2-3
-always 카얥 124-126-345-1235-2-236
-always 카얦 124-126-345-1235-2-256
-always 카얧 124-126-345-1235-2-356
-always 카얨 124-126-345-1235-26
-always 카얩 124-126-345-1235-12
-always 카얪 124-126-345-1235-12-3
-always 카얫 124-126-345-1235-3
-always 카얬 124-126-345-1235-34
-always 카얭 124-126-345-1235-2356
-always 카얮 124-126-345-1235-13
-always 카얯 124-126-345-1235-23
-always 카얰 124-126-345-1235-235
-always 카얱 124-126-345-1235-236
-always 카얲 124-126-345-1235-256
-always 카얳 124-126-345-1235-356
-always 카어 124-126-234
-always 카억 124-126-1456
-always 카얶 124-126-1456-1
-always 카얷 124-126-1456-3
-always 카언 124-126-23456
-always 카얹 124-126-23456-13
-always 카얺 124-126-23456-356
-always 카얻 124-126-234-35
-always 카얼 124-126-2345
-always 카얽 124-126-2345-1
-always 카얾 124-126-2345-26
-always 카얿 124-126-2345-12
-always 카엀 124-126-2345-3
-always 카엁 124-126-2345-236
-always 카엂 124-126-2345-256
-always 카엃 124-126-2345-356
-always 카엄 124-126-234-26
-always 카업 124-126-234-12
-always 카없 124-126-234-12-3
-always 카엇 124-126-234-3
-always 카었 124-126-234-34
-always 카엉 124-126-234-2356
-always 카엊 124-126-234-13
-always 카엋 124-126-234-23
-always 카엌 124-126-234-235
-always 카엍 124-126-234-236
-always 카엎 124-126-234-256
-always 카엏 124-126-234-356
-always 카에 124-126-1345
-always 카엑 124-126-1345-1
-always 카엒 124-126-1345-1-1
-always 카엓 124-126-1345-1-3
-always 카엔 124-126-1345-25
-always 카엕 124-126-1345-25-13
-always 카엖 124-126-1345-25-356
-always 카엗 124-126-1345-35
-always 카엘 124-126-1345-2
-always 카엙 124-126-1345-2-1
-always 카엚 124-126-1345-2-26
-always 카엛 124-126-1345-2-12
-always 카엜 124-126-1345-2-3
-always 카엝 124-126-1345-2-236
-always 카엞 124-126-1345-2-256
-always 카엟 124-126-1345-2-356
-always 카엠 124-126-1345-26
-always 카엡 124-126-1345-12
-always 카엢 124-126-1345-12-3
-always 카엣 124-126-1345-3
-always 카엤 124-126-1345-34
-always 카엥 124-126-1345-2356
-always 카엦 124-126-1345-13
-always 카엧 124-126-1345-23
-always 카엨 124-126-1345-235
-always 카엩 124-126-1345-236
-always 카엪 124-126-1345-256
-always 카엫 124-126-1345-356
-always 카여 124-126-156
-always 카역 124-126-156-1
-always 카엮 124-126-156-1-1
-always 카엯 124-126-156-1-3
-always 카연 124-126-16
-always 카엱 124-126-16-13
-always 카엲 124-126-16-356
-always 카열 124-126-1256
-always 카엵 124-126-1256-1
-always 카엶 124-126-1256-26
-always 카엷 124-126-1256-12
-always 카엸 124-126-1256-3
-always 카엹 124-126-1256-236
-always 카엺 124-126-1256-256
-always 카엻 124-126-1256-356
-always 카염 124-126-156-26
-always 카엽 124-126-156-12
-always 카엾 124-126-156-12-3
-always 카엿 124-126-156-3
-always 카였 124-126-156-34
-always 카영 124-126-12456
-always 카옂 124-126-156-13
-always 카옃 124-126-156-23
-always 카옄 124-126-156-235
-always 카옅 124-126-156-236
-always 카옆 124-126-156-256
-always 카옇 124-126-156-356
-always 카예 124-126-34
-always 카옉 124-126-34-1
-always 카옊 124-126-34-1-1
-always 카옋 124-126-34-1-3
-always 카옌 124-126-34-25
-always 카옍 124-126-34-25-13
-always 카옎 124-126-34-25-356
-always 카옏 124-126-34-35
-always 카옐 124-126-34-2
-always 카옑 124-126-34-2-1
-always 카옒 124-126-34-2-26
-always 카옓 124-126-34-2-12
-always 카옔 124-126-34-2-3
-always 카옕 124-126-34-2-236
-always 카옖 124-126-34-2-256
-always 카옗 124-126-34-2-356
-always 카옘 124-126-34-26
-always 카옙 124-126-34-12
-always 카옚 124-126-34-12-3
-always 카옛 124-126-34-3
-always 카옜 124-126-34-34
-always 카옝 124-126-34-2356
-always 카옞 124-126-34-13
-always 카옟 124-126-34-23
-always 카옠 124-126-34-235
-always 카옡 124-126-34-236
-always 카옢 124-126-34-256
-always 카옣 124-126-34-356
-always 카오 124-126-136
-always 카옥 124-126-1346
-always 카옦 124-126-1346-1
-always 카옧 124-126-1346-3
-always 카온 124-126-12356
-always 카옩 124-126-12356-13
-always 카옪 124-126-12356-356
-always 카옫 124-126-136-35
-always 카올 124-126-136-2
-always 카옭 124-126-136-2-1
-always 카옮 124-126-136-2-26
-always 카옯 124-126-136-2-12
-always 카옰 124-126-136-2-3
-always 카옱 124-126-136-2-236
-always 카옲 124-126-136-2-256
-always 카옳 124-126-136-2-356
-always 카옴 124-126-136-26
-always 카옵 124-126-136-12
-always 카옶 124-126-136-12-3
-always 카옷 124-126-136-3
-always 카옸 124-126-136-34
-always 카옹 124-126-123456
-always 카옺 124-126-136-13
-always 카옻 124-126-136-23
-always 카옼 124-126-136-235
-always 카옽 124-126-136-236
-always 카옾 124-126-136-256
-always 카옿 124-126-136-356
-always 카와 124-126-1236
-always 카왁 124-126-1236-1
-always 카왂 124-126-1236-1-1
-always 카왃 124-126-1236-1-3
-always 카완 124-126-1236-25
-always 카왅 124-126-1236-25-13
-always 카왆 124-126-1236-25-356
-always 카왇 124-126-1236-35
-always 카왈 124-126-1236-2
-always 카왉 124-126-1236-2-1
-always 카왊 124-126-1236-2-26
-always 카왋 124-126-1236-2-12
-always 카왌 124-126-1236-2-3
-always 카왍 124-126-1236-2-236
-always 카왎 124-126-1236-2-256
-always 카왏 124-126-1236-2-356
-always 카왐 124-126-1236-26
-always 카왑 124-126-1236-12
-always 카왒 124-126-1236-12-3
-always 카왓 124-126-1236-3
-always 카왔 124-126-1236-34
-always 카왕 124-126-1236-2356
-always 카왖 124-126-1236-13
-always 카왗 124-126-1236-23
-always 카왘 124-126-1236-235
-always 카왙 124-126-1236-236
-always 카왚 124-126-1236-256
-always 카왛 124-126-1236-356
-always 카왜 124-126-1236-1235
-always 카왝 124-126-1236-1235-1
-always 카왞 124-126-1236-1235-1-1
-always 카왟 124-126-1236-1235-1-3
-always 카왠 124-126-1236-1235-25
-always 카왡 124-126-1236-1235-25-13
-always 카왢 124-126-1236-1235-25-356
-always 카왣 124-126-1236-1235-35
-always 카왤 124-126-1236-1235-2
-always 카왥 124-126-1236-1235-2-1
-always 카왦 124-126-1236-1235-2-26
-always 카왧 124-126-1236-1235-2-12
-always 카왨 124-126-1236-1235-2-3
-always 카왩 124-126-1236-1235-2-236
-always 카왪 124-126-1236-1235-2-256
-always 카왫 124-126-1236-1235-2-356
-always 카왬 124-126-1236-1235-26
-always 카왭 124-126-1236-1235-12
-always 카왮 124-126-1236-1235-12-3
-always 카왯 124-126-1236-1235-3
-always 카왰 124-126-1236-1235-34
-always 카왱 124-126-1236-1235-2356
-always 카왲 124-126-1236-1235-13
-always 카왳 124-126-1236-1235-23
-always 카왴 124-126-1236-1235-235
-always 카왵 124-126-1236-1235-236
-always 카왶 124-126-1236-1235-256
-always 카왷 124-126-1236-1235-356
-always 카외 124-126-13456
-always 카왹 124-126-13456-1
-always 카왺 124-126-13456-1-1
-always 카왻 124-126-13456-1-3
-always 카왼 124-126-13456-25
-always 카왽 124-126-13456-25-13
-always 카왾 124-126-13456-25-356
-always 카왿 124-126-13456-35
-always 카욀 124-126-13456-2
-always 카욁 124-126-13456-2-1
-always 카욂 124-126-13456-2-26
-always 카욃 124-126-13456-2-12
-always 카욄 124-126-13456-2-3
-always 카욅 124-126-13456-2-236
-always 카욆 124-126-13456-2-256
-always 카욇 124-126-13456-2-356
-always 카욈 124-126-13456-26
-always 카욉 124-126-13456-12
-always 카욊 124-126-13456-12-3
-always 카욋 124-126-13456-3
-always 카욌 124-126-13456-34
-always 카욍 124-126-13456-2356
-always 카욎 124-126-13456-13
-always 카욏 124-126-13456-23
-always 카욐 124-126-13456-235
-always 카욑 124-126-13456-236
-always 카욒 124-126-13456-256
-always 카욓 124-126-13456-356
-always 카요 124-126-346
-always 카욕 124-126-346-1
-always 카욖 124-126-346-1-1
-always 카욗 124-126-346-1-3
-always 카욘 124-126-346-25
-always 카욙 124-126-346-25-13
-always 카욚 124-126-346-25-356
-always 카욛 124-126-346-35
-always 카욜 124-126-346-2
-always 카욝 124-126-346-2-1
-always 카욞 124-126-346-2-26
-always 카욟 124-126-346-2-12
-always 카욠 124-126-346-2-3
-always 카욡 124-126-346-2-236
-always 카욢 124-126-346-2-256
-always 카욣 124-126-346-2-356
-always 카욤 124-126-346-26
-always 카욥 124-126-346-12
-always 카욦 124-126-346-12-3
-always 카욧 124-126-346-3
-always 카욨 124-126-346-34
-always 카용 124-126-346-2356
-always 카욪 124-126-346-13
-always 카욫 124-126-346-23
-always 카욬 124-126-346-235
-always 카욭 124-126-346-236
-always 카욮 124-126-346-256
-always 카욯 124-126-346-356
-always 카우 124-126-134
-always 카욱 124-126-134-1
-always 카욲 124-126-134-1-1
-always 카욳 124-126-134-1-3
-always 카운 124-126-1245
-always 카욵 124-126-1245-13
-always 카욶 124-126-1245-356
-always 카욷 124-126-134-35
-always 카울 124-126-12346
-always 카욹 124-126-12346-1
-always 카욺 124-126-12346-26
-always 카욻 124-126-12346-12
-always 카욼 124-126-12346-3
-always 카욽 124-126-12346-236
-always 카욾 124-126-12346-256
-always 카욿 124-126-12346-356
-always 카움 124-126-134-26
-always 카웁 124-126-134-12
-always 카웂 124-126-134-12-3
-always 카웃 124-126-134-3
-always 카웄 124-126-134-34
-always 카웅 124-126-134-2356
-always 카웆 124-126-134-13
-always 카웇 124-126-134-23
-always 카웈 124-126-134-235
-always 카웉 124-126-134-236
-always 카웊 124-126-134-256
-always 카웋 124-126-134-356
-always 카워 124-126-1234
-always 카웍 124-126-1234-1
-always 카웎 124-126-1234-1-1
-always 카웏 124-126-1234-1-3
-always 카원 124-126-1234-25
-always 카웑 124-126-1234-25-13
-always 카웒 124-126-1234-25-356
-always 카웓 124-126-1234-35
-always 카월 124-126-1234-2
-always 카웕 124-126-1234-2-1
-always 카웖 124-126-1234-2-26
-always 카웗 124-126-1234-2-12
-always 카웘 124-126-1234-2-3
-always 카웙 124-126-1234-2-236
-always 카웚 124-126-1234-2-256
-always 카웛 124-126-1234-2-356
-always 카웜 124-126-1234-26
-always 카웝 124-126-1234-12
-always 카웞 124-126-1234-12-3
-always 카웟 124-126-1234-3
-always 카웠 124-126-1234-34
-always 카웡 124-126-1234-2356
-always 카웢 124-126-1234-13
-always 카웣 124-126-1234-23
-always 카웤 124-126-1234-235
-always 카웥 124-126-1234-236
-always 카웦 124-126-1234-256
-always 카웧 124-126-1234-356
-always 카웨 124-126-1234-1235
-always 카웩 124-126-1234-1235-1
-always 카웪 124-126-1234-1235-1-1
-always 카웫 124-126-1234-1235-1-3
-always 카웬 124-126-1234-1235-25
-always 카웭 124-126-1234-1235-25-13
-always 카웮 124-126-1234-1235-25-356
-always 카웯 124-126-1234-1235-35
-always 카웰 124-126-1234-1235-2
-always 카웱 124-126-1234-1235-2-1
-always 카웲 124-126-1234-1235-2-26
-always 카웳 124-126-1234-1235-2-12
-always 카웴 124-126-1234-1235-2-3
-always 카웵 124-126-1234-1235-2-236
-always 카웶 124-126-1234-1235-2-256
-always 카웷 124-126-1234-1235-2-356
-always 카웸 124-126-1234-1235-26
-always 카웹 124-126-1234-1235-12
-always 카웺 124-126-1234-1235-12-3
-always 카웻 124-126-1234-1235-3
-always 카웼 124-126-1234-1235-34
-always 카웽 124-126-1234-1235-2356
-always 카웾 124-126-1234-1235-13
-always 카웿 124-126-1234-1235-23
-always 카윀 124-126-1234-1235-235
-always 카윁 124-126-1234-1235-236
-always 카윂 124-126-1234-1235-256
-always 카윃 124-126-1234-1235-356
-always 카위 124-126-134-1235
-always 카윅 124-126-134-1235-1
-always 카윆 124-126-134-1235-1-1
-always 카윇 124-126-134-1235-1-3
-always 카윈 124-126-134-1235-25
-always 카윉 124-126-134-1235-25-13
-always 카윊 124-126-134-1235-25-356
-always 카윋 124-126-134-1235-35
-always 카윌 124-126-134-1235-2
-always 카윍 124-126-134-1235-2-1
-always 카윎 124-126-134-1235-2-26
-always 카윏 124-126-134-1235-2-12
-always 카윐 124-126-134-1235-2-3
-always 카윑 124-126-134-1235-2-236
-always 카윒 124-126-134-1235-2-256
-always 카윓 124-126-134-1235-2-356
-always 카윔 124-126-134-1235-26
-always 카윕 124-126-134-1235-12
-always 카윖 124-126-134-1235-12-3
-always 카윗 124-126-134-1235-3
-always 카윘 124-126-134-1235-34
-always 카윙 124-126-134-1235-2356
-always 카윚 124-126-134-1235-13
-always 카윛 124-126-134-1235-23
-always 카윜 124-126-134-1235-235
-always 카윝 124-126-134-1235-236
-always 카윞 124-126-134-1235-256
-always 카윟 124-126-134-1235-356
-always 카유 124-126-146
-always 카육 124-126-146-1
-always 카윢 124-126-146-1-1
-always 카윣 124-126-146-1-3
-always 카윤 124-126-146-25
-always 카윥 124-126-146-25-13
-always 카윦 124-126-146-25-356
-always 카윧 124-126-146-35
-always 카율 124-126-146-2
-always 카윩 124-126-146-2-1
-always 카윪 124-126-146-2-26
-always 카윫 124-126-146-2-12
-always 카윬 124-126-146-2-3
-always 카윭 124-126-146-2-236
-always 카윮 124-126-146-2-256
-always 카윯 124-126-146-2-356
-always 카윰 124-126-146-26
-always 카윱 124-126-146-12
-always 카윲 124-126-146-12-3
-always 카윳 124-126-146-3
-always 카윴 124-126-146-34
-always 카융 124-126-146-2356
-always 카윶 124-126-146-13
-always 카윷 124-126-146-23
-always 카윸 124-126-146-235
-always 카윹 124-126-146-236
-always 카윺 124-126-146-256
-always 카윻 124-126-146-356
-always 카으 124-126-246
-always 카윽 124-126-246-1
-always 카윾 124-126-246-1-1
-always 카윿 124-126-246-1-3
-always 카은 124-126-1356
-always 카읁 124-126-1356-13
-always 카읂 124-126-1356-356
-always 카읃 124-126-246-35
-always 카을 124-126-2346
-always 카읅 124-126-2346-1
-always 카읆 124-126-2346-26
-always 카읇 124-126-2346-12
-always 카읈 124-126-2346-3
-always 카읉 124-126-2346-236
-always 카읊 124-126-2346-256
-always 카읋 124-126-2346-356
-always 카음 124-126-246-26
-always 카읍 124-126-246-12
-always 카읎 124-126-246-12-3
-always 카읏 124-126-246-3
-always 카읐 124-126-246-34
-always 카응 124-126-246-2356
-always 카읒 124-126-246-13
-always 카읓 124-126-246-23
-always 카읔 124-126-246-235
-always 카읕 124-126-246-236
-always 카읖 124-126-246-256
-always 카읗 124-126-246-356
-always 카의 124-126-2456
-always 카읙 124-126-2456-1
-always 카읚 124-126-2456-1-1
-always 카읛 124-126-2456-1-3
-always 카읜 124-126-2456-25
-always 카읝 124-126-2456-25-13
-always 카읞 124-126-2456-25-356
-always 카읟 124-126-2456-35
-always 카읠 124-126-2456-2
-always 카읡 124-126-2456-2-1
-always 카읢 124-126-2456-2-26
-always 카읣 124-126-2456-2-12
-always 카읤 124-126-2456-2-3
-always 카읥 124-126-2456-2-236
-always 카읦 124-126-2456-2-256
-always 카읧 124-126-2456-2-356
-always 카읨 124-126-2456-26
-always 카읩 124-126-2456-12
-always 카읪 124-126-2456-12-3
-always 카읫 124-126-2456-3
-always 카읬 124-126-2456-34
-always 카읭 124-126-2456-2356
-always 카읮 124-126-2456-13
-always 카읯 124-126-2456-23
-always 카읰 124-126-2456-235
-always 카읱 124-126-2456-236
-always 카읲 124-126-2456-256
-always 카읳 124-126-2456-356
-always 카이 124-126-135
-always 카익 124-126-135-1
-always 카읶 124-126-135-1-1
-always 카읷 124-126-135-1-3
-always 카인 124-126-12345
-always 카읹 124-126-12345-13
-always 카읺 124-126-12345-356
-always 카읻 124-126-135-35
-always 카일 124-126-135-2
-always 카읽 124-126-135-2-1
-always 카읾 124-126-135-2-26
-always 카읿 124-126-135-2-12
-always 카잀 124-126-135-2-3
-always 카잁 124-126-135-2-236
-always 카잂 124-126-135-2-256
-always 카잃 124-126-135-2-356
-always 카임 124-126-135-26
-always 카입 124-126-135-12
-always 카잆 124-126-135-12-3
-always 카잇 124-126-135-3
-always 카있 124-126-135-34
-always 카잉 124-126-135-2356
-always 카잊 124-126-135-13
-always 카잋 124-126-135-23
-always 카잌 124-126-135-235
-always 카잍 124-126-135-236
-always 카잎 124-126-135-256
-always 카잏 124-126-135-356
-always 타아 125-126-126
-always 타악 125-126-126-1
-always 타앆 125-126-126-1-1
-always 타앇 125-126-126-1-3
-always 타안 125-126-126-25
-always 타앉 125-126-126-25-13
-always 타않 125-126-126-25-356
-always 타앋 125-126-126-35
-always 타알 125-126-126-2
-always 타앍 125-126-126-2-1
-always 타앎 125-126-126-2-26
-always 타앏 125-126-126-2-12
-always 타앐 125-126-126-2-3
-always 타앑 125-126-126-2-236
-always 타앒 125-126-126-2-256
-always 타앓 125-126-126-2-356
-always 타암 125-126-126-26
-always 타압 125-126-126-12
-always 타앖 125-126-126-12-3
-always 타앗 125-126-126-3
-always 타았 125-126-126-34
-always 타앙 125-126-126-2356
-always 타앚 125-126-126-13
-always 타앛 125-126-126-23
-always 타앜 125-126-126-235
-always 타앝 125-126-126-236
-always 타앞 125-126-126-256
-always 타앟 125-126-126-356
-always 타애 125-126-1235
-always 타액 125-126-1235-1
-always 타앢 125-126-1235-1-1
-always 타앣 125-126-1235-1-3
-always 타앤 125-126-1235-25
-always 타앥 125-126-1235-25-13
-always 타앦 125-126-1235-25-356
-always 타앧 125-126-1235-35
-always 타앨 125-126-1235-2
-always 타앩 125-126-1235-2-1
-always 타앪 125-126-1235-2-26
-always 타앫 125-126-1235-2-12
-always 타앬 125-126-1235-2-3
-always 타앭 125-126-1235-2-236
-always 타앮 125-126-1235-2-256
-always 타앯 125-126-1235-2-356
-always 타앰 125-126-1235-26
-always 타앱 125-126-1235-12
-always 타앲 125-126-1235-12-3
-always 타앳 125-126-1235-3
-always 타앴 125-126-1235-34
-always 타앵 125-126-1235-2356
-always 타앶 125-126-1235-13
-always 타앷 125-126-1235-23
-always 타앸 125-126-1235-235
-always 타앹 125-126-1235-236
-always 타앺 125-126-1235-256
-always 타앻 125-126-1235-356
-always 타야 125-126-345
-always 타약 125-126-345-1
-always 타앾 125-126-345-1-1
-always 타앿 125-126-345-1-3
-always 타얀 125-126-345-25
-always 타얁 125-126-345-25-13
-always 타얂 125-126-345-25-356
-always 타얃 125-126-345-35
-always 타얄 125-126-345-2
-always 타얅 125-126-345-2-1
-always 타얆 125-126-345-2-26
-always 타얇 125-126-345-2-12
-always 타얈 125-126-345-2-3
-always 타얉 125-126-345-2-236
-always 타얊 125-126-345-2-256
-always 타얋 125-126-345-2-356
-always 타얌 125-126-345-26
-always 타얍 125-126-345-12
-always 타얎 125-126-345-12-3
-always 타얏 125-126-345-3
-always 타얐 125-126-345-34
-always 타양 125-126-345-2356
-always 타얒 125-126-345-13
-always 타얓 125-126-345-23
-always 타얔 125-126-345-235
-always 타얕 125-126-345-236
-always 타얖 125-126-345-256
-always 타얗 125-126-345-356
-always 타얘 125-126-345-1235
-always 타얙 125-126-345-1235-1
-always 타얚 125-126-345-1235-1-1
-always 타얛 125-126-345-1235-1-3
-always 타얜 125-126-345-1235-25
-always 타얝 125-126-345-1235-25-13
-always 타얞 125-126-345-1235-25-356
-always 타얟 125-126-345-1235-35
-always 타얠 125-126-345-1235-2
-always 타얡 125-126-345-1235-2-1
-always 타얢 125-126-345-1235-2-26
-always 타얣 125-126-345-1235-2-12
-always 타얤 125-126-345-1235-2-3
-always 타얥 125-126-345-1235-2-236
-always 타얦 125-126-345-1235-2-256
-always 타얧 125-126-345-1235-2-356
-always 타얨 125-126-345-1235-26
-always 타얩 125-126-345-1235-12
-always 타얪 125-126-345-1235-12-3
-always 타얫 125-126-345-1235-3
-always 타얬 125-126-345-1235-34
-always 타얭 125-126-345-1235-2356
-always 타얮 125-126-345-1235-13
-always 타얯 125-126-345-1235-23
-always 타얰 125-126-345-1235-235
-always 타얱 125-126-345-1235-236
-always 타얲 125-126-345-1235-256
-always 타얳 125-126-345-1235-356
-always 타어 125-126-234
-always 타억 125-126-1456
-always 타얶 125-126-1456-1
-always 타얷 125-126-1456-3
-always 타언 125-126-23456
-always 타얹 125-126-23456-13
-always 타얺 125-126-23456-356
-always 타얻 125-126-234-35
-always 타얼 125-126-2345
-always 타얽 125-126-2345-1
-always 타얾 125-126-2345-26
-always 타얿 125-126-2345-12
-always 타엀 125-126-2345-3
-always 타엁 125-126-2345-236
-always 타엂 125-126-2345-256
-always 타엃 125-126-2345-356
-always 타엄 125-126-234-26
-always 타업 125-126-234-12
-always 타없 125-126-234-12-3
-always 타엇 125-126-234-3
-always 타었 125-126-234-34
-always 타엉 125-126-234-2356
-always 타엊 125-126-234-13
-always 타엋 125-126-234-23
-always 타엌 125-126-234-235
-always 타엍 125-126-234-236
-always 타엎 125-126-234-256
-always 타엏 125-126-234-356
-always 타에 125-126-1345
-always 타엑 125-126-1345-1
-always 타엒 125-126-1345-1-1
-always 타엓 125-126-1345-1-3
-always 타엔 125-126-1345-25
-always 타엕 125-126-1345-25-13
-always 타엖 125-126-1345-25-356
-always 타엗 125-126-1345-35
-always 타엘 125-126-1345-2
-always 타엙 125-126-1345-2-1
-always 타엚 125-126-1345-2-26
-always 타엛 125-126-1345-2-12
-always 타엜 125-126-1345-2-3
-always 타엝 125-126-1345-2-236
-always 타엞 125-126-1345-2-256
-always 타엟 125-126-1345-2-356
-always 타엠 125-126-1345-26
-always 타엡 125-126-1345-12
-always 타엢 125-126-1345-12-3
-always 타엣 125-126-1345-3
-always 타엤 125-126-1345-34
-always 타엥 125-126-1345-2356
-always 타엦 125-126-1345-13
-always 타엧 125-126-1345-23
-always 타엨 125-126-1345-235
-always 타엩 125-126-1345-236
-always 타엪 125-126-1345-256
-always 타엫 125-126-1345-356
-always 타여 125-126-156
-always 타역 125-126-156-1
-always 타엮 125-126-156-1-1
-always 타엯 125-126-156-1-3
-always 타연 125-126-16
-always 타엱 125-126-16-13
-always 타엲 125-126-16-356
-always 타열 125-126-1256
-always 타엵 125-126-1256-1
-always 타엶 125-126-1256-26
-always 타엷 125-126-1256-12
-always 타엸 125-126-1256-3
-always 타엹 125-126-1256-236
-always 타엺 125-126-1256-256
-always 타엻 125-126-1256-356
-always 타염 125-126-156-26
-always 타엽 125-126-156-12
-always 타엾 125-126-156-12-3
-always 타엿 125-126-156-3
-always 타였 125-126-156-34
-always 타영 125-126-12456
-always 타옂 125-126-156-13
-always 타옃 125-126-156-23
-always 타옄 125-126-156-235
-always 타옅 125-126-156-236
-always 타옆 125-126-156-256
-always 타옇 125-126-156-356
-always 타예 125-126-34
-always 타옉 125-126-34-1
-always 타옊 125-126-34-1-1
-always 타옋 125-126-34-1-3
-always 타옌 125-126-34-25
-always 타옍 125-126-34-25-13
-always 타옎 125-126-34-25-356
-always 타옏 125-126-34-35
-always 타옐 125-126-34-2
-always 타옑 125-126-34-2-1
-always 타옒 125-126-34-2-26
-always 타옓 125-126-34-2-12
-always 타옔 125-126-34-2-3
-always 타옕 125-126-34-2-236
-always 타옖 125-126-34-2-256
-always 타옗 125-126-34-2-356
-always 타옘 125-126-34-26
-always 타옙 125-126-34-12
-always 타옚 125-126-34-12-3
-always 타옛 125-126-34-3
-always 타옜 125-126-34-34
-always 타옝 125-126-34-2356
-always 타옞 125-126-34-13
-always 타옟 125-126-34-23
-always 타옠 125-126-34-235
-always 타옡 125-126-34-236
-always 타옢 125-126-34-256
-always 타옣 125-126-34-356
-always 타오 125-126-136
-always 타옥 125-126-1346
-always 타옦 125-126-1346-1
-always 타옧 125-126-1346-3
-always 타온 125-126-12356
-always 타옩 125-126-12356-13
-always 타옪 125-126-12356-356
-always 타옫 125-126-136-35
-always 타올 125-126-136-2
-always 타옭 125-126-136-2-1
-always 타옮 125-126-136-2-26
-always 타옯 125-126-136-2-12
-always 타옰 125-126-136-2-3
-always 타옱 125-126-136-2-236
-always 타옲 125-126-136-2-256
-always 타옳 125-126-136-2-356
-always 타옴 125-126-136-26
-always 타옵 125-126-136-12
-always 타옶 125-126-136-12-3
-always 타옷 125-126-136-3
-always 타옸 125-126-136-34
-always 타옹 125-126-123456
-always 타옺 125-126-136-13
-always 타옻 125-126-136-23
-always 타옼 125-126-136-235
-always 타옽 125-126-136-236
-always 타옾 125-126-136-256
-always 타옿 125-126-136-356
-always 타와 125-126-1236
-always 타왁 125-126-1236-1
-always 타왂 125-126-1236-1-1
-always 타왃 125-126-1236-1-3
-always 타완 125-126-1236-25
-always 타왅 125-126-1236-25-13
-always 타왆 125-126-1236-25-356
-always 타왇 125-126-1236-35
-always 타왈 125-126-1236-2
-always 타왉 125-126-1236-2-1
-always 타왊 125-126-1236-2-26
-always 타왋 125-126-1236-2-12
-always 타왌 125-126-1236-2-3
-always 타왍 125-126-1236-2-236
-always 타왎 125-126-1236-2-256
-always 타왏 125-126-1236-2-356
-always 타왐 125-126-1236-26
-always 타왑 125-126-1236-12
-always 타왒 125-126-1236-12-3
-always 타왓 125-126-1236-3
-always 타왔 125-126-1236-34
-always 타왕 125-126-1236-2356
-always 타왖 125-126-1236-13
-always 타왗 125-126-1236-23
-always 타왘 125-126-1236-235
-always 타왙 125-126-1236-236
-always 타왚 125-126-1236-256
-always 타왛 125-126-1236-356
-always 타왜 125-126-1236-1235
-always 타왝 125-126-1236-1235-1
-always 타왞 125-126-1236-1235-1-1
-always 타왟 125-126-1236-1235-1-3
-always 타왠 125-126-1236-1235-25
-always 타왡 125-126-1236-1235-25-13
-always 타왢 125-126-1236-1235-25-356
-always 타왣 125-126-1236-1235-35
-always 타왤 125-126-1236-1235-2
-always 타왥 125-126-1236-1235-2-1
-always 타왦 125-126-1236-1235-2-26
-always 타왧 125-126-1236-1235-2-12
-always 타왨 125-126-1236-1235-2-3
-always 타왩 125-126-1236-1235-2-236
-always 타왪 125-126-1236-1235-2-256
-always 타왫 125-126-1236-1235-2-356
-always 타왬 125-126-1236-1235-26
-always 타왭 125-126-1236-1235-12
-always 타왮 125-126-1236-1235-12-3
-always 타왯 125-126-1236-1235-3
-always 타왰 125-126-1236-1235-34
-always 타왱 125-126-1236-1235-2356
-always 타왲 125-126-1236-1235-13
-always 타왳 125-126-1236-1235-23
-always 타왴 125-126-1236-1235-235
-always 타왵 125-126-1236-1235-236
-always 타왶 125-126-1236-1235-256
-always 타왷 125-126-1236-1235-356
-always 타외 125-126-13456
-always 타왹 125-126-13456-1
-always 타왺 125-126-13456-1-1
-always 타왻 125-126-13456-1-3
-always 타왼 125-126-13456-25
-always 타왽 125-126-13456-25-13
-always 타왾 125-126-13456-25-356
-always 타왿 125-126-13456-35
-always 타욀 125-126-13456-2
-always 타욁 125-126-13456-2-1
-always 타욂 125-126-13456-2-26
-always 타욃 125-126-13456-2-12
-always 타욄 125-126-13456-2-3
-always 타욅 125-126-13456-2-236
-always 타욆 125-126-13456-2-256
-always 타욇 125-126-13456-2-356
-always 타욈 125-126-13456-26
-always 타욉 125-126-13456-12
-always 타욊 125-126-13456-12-3
-always 타욋 125-126-13456-3
-always 타욌 125-126-13456-34
-always 타욍 125-126-13456-2356
-always 타욎 125-126-13456-13
-always 타욏 125-126-13456-23
-always 타욐 125-126-13456-235
-always 타욑 125-126-13456-236
-always 타욒 125-126-13456-256
-always 타욓 125-126-13456-356
-always 타요 125-126-346
-always 타욕 125-126-346-1
-always 타욖 125-126-346-1-1
-always 타욗 125-126-346-1-3
-always 타욘 125-126-346-25
-always 타욙 125-126-346-25-13
-always 타욚 125-126-346-25-356
-always 타욛 125-126-346-35
-always 타욜 125-126-346-2
-always 타욝 125-126-346-2-1
-always 타욞 125-126-346-2-26
-always 타욟 125-126-346-2-12
-always 타욠 125-126-346-2-3
-always 타욡 125-126-346-2-236
-always 타욢 125-126-346-2-256
-always 타욣 125-126-346-2-356
-always 타욤 125-126-346-26
-always 타욥 125-126-346-12
-always 타욦 125-126-346-12-3
-always 타욧 125-126-346-3
-always 타욨 125-126-346-34
-always 타용 125-126-346-2356
-always 타욪 125-126-346-13
-always 타욫 125-126-346-23
-always 타욬 125-126-346-235
-always 타욭 125-126-346-236
-always 타욮 125-126-346-256
-always 타욯 125-126-346-356
-always 타우 125-126-134
-always 타욱 125-126-134-1
-always 타욲 125-126-134-1-1
-always 타욳 125-126-134-1-3
-always 타운 125-126-1245
-always 타욵 125-126-1245-13
-always 타욶 125-126-1245-356
-always 타욷 125-126-134-35
-always 타울 125-126-12346
-always 타욹 125-126-12346-1
-always 타욺 125-126-12346-26
-always 타욻 125-126-12346-12
-always 타욼 125-126-12346-3
-always 타욽 125-126-12346-236
-always 타욾 125-126-12346-256
-always 타욿 125-126-12346-356
-always 타움 125-126-134-26
-always 타웁 125-126-134-12
-always 타웂 125-126-134-12-3
-always 타웃 125-126-134-3
-always 타웄 125-126-134-34
-always 타웅 125-126-134-2356
-always 타웆 125-126-134-13
-always 타웇 125-126-134-23
-always 타웈 125-126-134-235
-always 타웉 125-126-134-236
-always 타웊 125-126-134-256
-always 타웋 125-126-134-356
-always 타워 125-126-1234
-always 타웍 125-126-1234-1
-always 타웎 125-126-1234-1-1
-always 타웏 125-126-1234-1-3
-always 타원 125-126-1234-25
-always 타웑 125-126-1234-25-13
-always 타웒 125-126-1234-25-356
-always 타웓 125-126-1234-35
-always 타월 125-126-1234-2
-always 타웕 125-126-1234-2-1
-always 타웖 125-126-1234-2-26
-always 타웗 125-126-1234-2-12
-always 타웘 125-126-1234-2-3
-always 타웙 125-126-1234-2-236
-always 타웚 125-126-1234-2-256
-always 타웛 125-126-1234-2-356
-always 타웜 125-126-1234-26
-always 타웝 125-126-1234-12
-always 타웞 125-126-1234-12-3
-always 타웟 125-126-1234-3
-always 타웠 125-126-1234-34
-always 타웡 125-126-1234-2356
-always 타웢 125-126-1234-13
-always 타웣 125-126-1234-23
-always 타웤 125-126-1234-235
-always 타웥 125-126-1234-236
-always 타웦 125-126-1234-256
-always 타웧 125-126-1234-356
-always 타웨 125-126-1234-1235
-always 타웩 125-126-1234-1235-1
-always 타웪 125-126-1234-1235-1-1
-always 타웫 125-126-1234-1235-1-3
-always 타웬 125-126-1234-1235-25
-always 타웭 125-126-1234-1235-25-13
-always 타웮 125-126-1234-1235-25-356
-always 타웯 125-126-1234-1235-35
-always 타웰 125-126-1234-1235-2
-always 타웱 125-126-1234-1235-2-1
-always 타웲 125-126-1234-1235-2-26
-always 타웳 125-126-1234-1235-2-12
-always 타웴 125-126-1234-1235-2-3
-always 타웵 125-126-1234-1235-2-236
-always 타웶 125-126-1234-1235-2-256
-always 타웷 125-126-1234-1235-2-356
-always 타웸 125-126-1234-1235-26
-always 타웹 125-126-1234-1235-12
-always 타웺 125-126-1234-1235-12-3
-always 타웻 125-126-1234-1235-3
-always 타웼 125-126-1234-1235-34
-always 타웽 125-126-1234-1235-2356
-always 타웾 125-126-1234-1235-13
-always 타웿 125-126-1234-1235-23
-always 타윀 125-126-1234-1235-235
-always 타윁 125-126-1234-1235-236
-always 타윂 125-126-1234-1235-256
-always 타윃 125-126-1234-1235-356
-always 타위 125-126-134-1235
-always 타윅 125-126-134-1235-1
-always 타윆 125-126-134-1235-1-1
-always 타윇 125-126-134-1235-1-3
-always 타윈 125-126-134-1235-25
-always 타윉 125-126-134-1235-25-13
-always 타윊 125-126-134-1235-25-356
-always 타윋 125-126-134-1235-35
-always 타윌 125-126-134-1235-2
-always 타윍 125-126-134-1235-2-1
-always 타윎 125-126-134-1235-2-26
-always 타윏 125-126-134-1235-2-12
-always 타윐 125-126-134-1235-2-3
-always 타윑 125-126-134-1235-2-236
-always 타윒 125-126-134-1235-2-256
-always 타윓 125-126-134-1235-2-356
-always 타윔 125-126-134-1235-26
-always 타윕 125-126-134-1235-12
-always 타윖 125-126-134-1235-12-3
-always 타윗 125-126-134-1235-3
-always 타윘 125-126-134-1235-34
-always 타윙 125-126-134-1235-2356
-always 타윚 125-126-134-1235-13
-always 타윛 125-126-134-1235-23
-always 타윜 125-126-134-1235-235
-always 타윝 125-126-134-1235-236
-always 타윞 125-126-134-1235-256
-always 타윟 125-126-134-1235-356
-always 타유 125-126-146
-always 타육 125-126-146-1
-always 타윢 125-126-146-1-1
-always 타윣 125-126-146-1-3
-always 타윤 125-126-146-25
-always 타윥 125-126-146-25-13
-always 타윦 125-126-146-25-356
-always 타윧 125-126-146-35
-always 타율 125-126-146-2
-always 타윩 125-126-146-2-1
-always 타윪 125-126-146-2-26
-always 타윫 125-126-146-2-12
-always 타윬 125-126-146-2-3
-always 타윭 125-126-146-2-236
-always 타윮 125-126-146-2-256
-always 타윯 125-126-146-2-356
-always 타윰 125-126-146-26
-always 타윱 125-126-146-12
-always 타윲 125-126-146-12-3
-always 타윳 125-126-146-3
-always 타윴 125-126-146-34
-always 타융 125-126-146-2356
-always 타윶 125-126-146-13
-always 타윷 125-126-146-23
-always 타윸 125-126-146-235
-always 타윹 125-126-146-236
-always 타윺 125-126-146-256
-always 타윻 125-126-146-356
-always 타으 125-126-246
-always 타윽 125-126-246-1
-always 타윾 125-126-246-1-1
-always 타윿 125-126-246-1-3
-always 타은 125-126-1356
-always 타읁 125-126-1356-13
-always 타읂 125-126-1356-356
-always 타읃 125-126-246-35
-always 타을 125-126-2346
-always 타읅 125-126-2346-1
-always 타읆 125-126-2346-26
-always 타읇 125-126-2346-12
-always 타읈 125-126-2346-3
-always 타읉 125-126-2346-236
-always 타읊 125-126-2346-256
-always 타읋 125-126-2346-356
-always 타음 125-126-246-26
-always 타읍 125-126-246-12
-always 타읎 125-126-246-12-3
-always 타읏 125-126-246-3
-always 타읐 125-126-246-34
-always 타응 125-126-246-2356
-always 타읒 125-126-246-13
-always 타읓 125-126-246-23
-always 타읔 125-126-246-235
-always 타읕 125-126-246-236
-always 타읖 125-126-246-256
-always 타읗 125-126-246-356
-always 타의 125-126-2456
-always 타읙 125-126-2456-1
-always 타읚 125-126-2456-1-1
-always 타읛 125-126-2456-1-3
-always 타읜 125-126-2456-25
-always 타읝 125-126-2456-25-13
-always 타읞 125-126-2456-25-356
-always 타읟 125-126-2456-35
-always 타읠 125-126-2456-2
-always 타읡 125-126-2456-2-1
-always 타읢 125-126-2456-2-26
-always 타읣 125-126-2456-2-12
-always 타읤 125-126-2456-2-3
-always 타읥 125-126-2456-2-236
-always 타읦 125-126-2456-2-256
-always 타읧 125-126-2456-2-356
-always 타읨 125-126-2456-26
-always 타읩 125-126-2456-12
-always 타읪 125-126-2456-12-3
-always 타읫 125-126-2456-3
-always 타읬 125-126-2456-34
-always 타읭 125-126-2456-2356
-always 타읮 125-126-2456-13
-always 타읯 125-126-2456-23
-always 타읰 125-126-2456-235
-always 타읱 125-126-2456-236
-always 타읲 125-126-2456-256
-always 타읳 125-126-2456-356
-always 타이 125-126-135
-always 타익 125-126-135-1
-always 타읶 125-126-135-1-1
-always 타읷 125-126-135-1-3
-always 타인 125-126-12345
-always 타읹 125-126-12345-13
-always 타읺 125-126-12345-356
-always 타읻 125-126-135-35
-always 타일 125-126-135-2
-always 타읽 125-126-135-2-1
-always 타읾 125-126-135-2-26
-always 타읿 125-126-135-2-12
-always 타잀 125-126-135-2-3
-always 타잁 125-126-135-2-236
-always 타잂 125-126-135-2-256
-always 타잃 125-126-135-2-356
-always 타임 125-126-135-26
-always 타입 125-126-135-12
-always 타잆 125-126-135-12-3
-always 타잇 125-126-135-3
-always 타있 125-126-135-34
-always 타잉 125-126-135-2356
-always 타잊 125-126-135-13
-always 타잋 125-126-135-23
-always 타잌 125-126-135-235
-always 타잍 125-126-135-236
-always 타잎 125-126-135-256
-always 타잏 125-126-135-356
-always 파아 145-126-126
-always 파악 145-126-126-1
-always 파앆 145-126-126-1-1
-always 파앇 145-126-126-1-3
-always 파안 145-126-126-25
-always 파앉 145-126-126-25-13
-always 파않 145-126-126-25-356
-always 파앋 145-126-126-35
-always 파알 145-126-126-2
-always 파앍 145-126-126-2-1
-always 파앎 145-126-126-2-26
-always 파앏 145-126-126-2-12
-always 파앐 145-126-126-2-3
-always 파앑 145-126-126-2-236
-always 파앒 145-126-126-2-256
-always 파앓 145-126-126-2-356
-always 파암 145-126-126-26
-always 파압 145-126-126-12
-always 파앖 145-126-126-12-3
-always 파앗 145-126-126-3
-always 파았 145-126-126-34
-always 파앙 145-126-126-2356
-always 파앚 145-126-126-13
-always 파앛 145-126-126-23
-always 파앜 145-126-126-235
-always 파앝 145-126-126-236
-always 파앞 145-126-126-256
-always 파앟 145-126-126-356
-always 파애 145-126-1235
-always 파액 145-126-1235-1
-always 파앢 145-126-1235-1-1
-always 파앣 145-126-1235-1-3
-always 파앤 145-126-1235-25
-always 파앥 145-126-1235-25-13
-always 파앦 145-126-1235-25-356
-always 파앧 145-126-1235-35
-always 파앨 145-126-1235-2
-always 파앩 145-126-1235-2-1
-always 파앪 145-126-1235-2-26
-always 파앫 145-126-1235-2-12
-always 파앬 145-126-1235-2-3
-always 파앭 145-126-1235-2-236
-always 파앮 145-126-1235-2-256
-always 파앯 145-126-1235-2-356
-always 파앰 145-126-1235-26
-always 파앱 145-126-1235-12
-always 파앲 145-126-1235-12-3
-always 파앳 145-126-1235-3
-always 파앴 145-126-1235-34
-always 파앵 145-126-1235-2356
-always 파앶 145-126-1235-13
-always 파앷 145-126-1235-23
-always 파앸 145-126-1235-235
-always 파앹 145-126-1235-236
-always 파앺 145-126-1235-256
-always 파앻 145-126-1235-356
-always 파야 145-126-345
-always 파약 145-126-345-1
-always 파앾 145-126-345-1-1
-always 파앿 145-126-345-1-3
-always 파얀 145-126-345-25
-always 파얁 145-126-345-25-13
-always 파얂 145-126-345-25-356
-always 파얃 145-126-345-35
-always 파얄 145-126-345-2
-always 파얅 145-126-345-2-1
-always 파얆 145-126-345-2-26
-always 파얇 145-126-345-2-12
-always 파얈 145-126-345-2-3
-always 파얉 145-126-345-2-236
-always 파얊 145-126-345-2-256
-always 파얋 145-126-345-2-356
-always 파얌 145-126-345-26
-always 파얍 145-126-345-12
-always 파얎 145-126-345-12-3
-always 파얏 145-126-345-3
-always 파얐 145-126-345-34
-always 파양 145-126-345-2356
-always 파얒 145-126-345-13
-always 파얓 145-126-345-23
-always 파얔 145-126-345-235
-always 파얕 145-126-345-236
-always 파얖 145-126-345-256
-always 파얗 145-126-345-356
-always 파얘 145-126-345-1235
-always 파얙 145-126-345-1235-1
-always 파얚 145-126-345-1235-1-1
-always 파얛 145-126-345-1235-1-3
-always 파얜 145-126-345-1235-25
-always 파얝 145-126-345-1235-25-13
-always 파얞 145-126-345-1235-25-356
-always 파얟 145-126-345-1235-35
-always 파얠 145-126-345-1235-2
-always 파얡 145-126-345-1235-2-1
-always 파얢 145-126-345-1235-2-26
-always 파얣 145-126-345-1235-2-12
-always 파얤 145-126-345-1235-2-3
-always 파얥 145-126-345-1235-2-236
-always 파얦 145-126-345-1235-2-256
-always 파얧 145-126-345-1235-2-356
-always 파얨 145-126-345-1235-26
-always 파얩 145-126-345-1235-12
-always 파얪 145-126-345-1235-12-3
-always 파얫 145-126-345-1235-3
-always 파얬 145-126-345-1235-34
-always 파얭 145-126-345-1235-2356
-always 파얮 145-126-345-1235-13
-always 파얯 145-126-345-1235-23
-always 파얰 145-126-345-1235-235
-always 파얱 145-126-345-1235-236
-always 파얲 145-126-345-1235-256
-always 파얳 145-126-345-1235-356
-always 파어 145-126-234
-always 파억 145-126-1456
-always 파얶 145-126-1456-1
-always 파얷 145-126-1456-3
-always 파언 145-126-23456
-always 파얹 145-126-23456-13
-always 파얺 145-126-23456-356
-always 파얻 145-126-234-35
-always 파얼 145-126-2345
-always 파얽 145-126-2345-1
-always 파얾 145-126-2345-26
-always 파얿 145-126-2345-12
-always 파엀 145-126-2345-3
-always 파엁 145-126-2345-236
-always 파엂 145-126-2345-256
-always 파엃 145-126-2345-356
-always 파엄 145-126-234-26
-always 파업 145-126-234-12
-always 파없 145-126-234-12-3
-always 파엇 145-126-234-3
-always 파었 145-126-234-34
-always 파엉 145-126-234-2356
-always 파엊 145-126-234-13
-always 파엋 145-126-234-23
-always 파엌 145-126-234-235
-always 파엍 145-126-234-236
-always 파엎 145-126-234-256
-always 파엏 145-126-234-356
-always 파에 145-126-1345
-always 파엑 145-126-1345-1
-always 파엒 145-126-1345-1-1
-always 파엓 145-126-1345-1-3
-always 파엔 145-126-1345-25
-always 파엕 145-126-1345-25-13
-always 파엖 145-126-1345-25-356
-always 파엗 145-126-1345-35
-always 파엘 145-126-1345-2
-always 파엙 145-126-1345-2-1
-always 파엚 145-126-1345-2-26
-always 파엛 145-126-1345-2-12
-always 파엜 145-126-1345-2-3
-always 파엝 145-126-1345-2-236
-always 파엞 145-126-1345-2-256
-always 파엟 145-126-1345-2-356
-always 파엠 145-126-1345-26
-always 파엡 145-126-1345-12
-always 파엢 145-126-1345-12-3
-always 파엣 145-126-1345-3
-always 파엤 145-126-1345-34
-always 파엥 145-126-1345-2356
-always 파엦 145-126-1345-13
-always 파엧 145-126-1345-23
-always 파엨 145-126-1345-235
-always 파엩 145-126-1345-236
-always 파엪 145-126-1345-256
-always 파엫 145-126-1345-356
-always 파여 145-126-156
-always 파역 145-126-156-1
-always 파엮 145-126-156-1-1
-always 파엯 145-126-156-1-3
-always 파연 145-126-16
-always 파엱 145-126-16-13
-always 파엲 145-126-16-356
-always 파열 145-126-1256
-always 파엵 145-126-1256-1
-always 파엶 145-126-1256-26
-always 파엷 145-126-1256-12
-always 파엸 145-126-1256-3
-always 파엹 145-126-1256-236
-always 파엺 145-126-1256-256
-always 파엻 145-126-1256-356
-always 파염 145-126-156-26
-always 파엽 145-126-156-12
-always 파엾 145-126-156-12-3
-always 파엿 145-126-156-3
-always 파였 145-126-156-34
-always 파영 145-126-12456
-always 파옂 145-126-156-13
-always 파옃 145-126-156-23
-always 파옄 145-126-156-235
-always 파옅 145-126-156-236
-always 파옆 145-126-156-256
-always 파옇 145-126-156-356
-always 파예 145-126-34
-always 파옉 145-126-34-1
-always 파옊 145-126-34-1-1
-always 파옋 145-126-34-1-3
-always 파옌 145-126-34-25
-always 파옍 145-126-34-25-13
-always 파옎 145-126-34-25-356
-always 파옏 145-126-34-35
-always 파옐 145-126-34-2
-always 파옑 145-126-34-2-1
-always 파옒 145-126-34-2-26
-always 파옓 145-126-34-2-12
-always 파옔 145-126-34-2-3
-always 파옕 145-126-34-2-236
-always 파옖 145-126-34-2-256
-always 파옗 145-126-34-2-356
-always 파옘 145-126-34-26
-always 파옙 145-126-34-12
-always 파옚 145-126-34-12-3
-always 파옛 145-126-34-3
-always 파옜 145-126-34-34
-always 파옝 145-126-34-2356
-always 파옞 145-126-34-13
-always 파옟 145-126-34-23
-always 파옠 145-126-34-235
-always 파옡 145-126-34-236
-always 파옢 145-126-34-256
-always 파옣 145-126-34-356
-always 파오 145-126-136
-always 파옥 145-126-1346
-always 파옦 145-126-1346-1
-always 파옧 145-126-1346-3
-always 파온 145-126-12356
-always 파옩 145-126-12356-13
-always 파옪 145-126-12356-356
-always 파옫 145-126-136-35
-always 파올 145-126-136-2
-always 파옭 145-126-136-2-1
-always 파옮 145-126-136-2-26
-always 파옯 145-126-136-2-12
-always 파옰 145-126-136-2-3
-always 파옱 145-126-136-2-236
-always 파옲 145-126-136-2-256
-always 파옳 145-126-136-2-356
-always 파옴 145-126-136-26
-always 파옵 145-126-136-12
-always 파옶 145-126-136-12-3
-always 파옷 145-126-136-3
-always 파옸 145-126-136-34
-always 파옹 145-126-123456
-always 파옺 145-126-136-13
-always 파옻 145-126-136-23
-always 파옼 145-126-136-235
-always 파옽 145-126-136-236
-always 파옾 145-126-136-256
-always 파옿 145-126-136-356
-always 파와 145-126-1236
-always 파왁 145-126-1236-1
-always 파왂 145-126-1236-1-1
-always 파왃 145-126-1236-1-3
-always 파완 145-126-1236-25
-always 파왅 145-126-1236-25-13
-always 파왆 145-126-1236-25-356
-always 파왇 145-126-1236-35
-always 파왈 145-126-1236-2
-always 파왉 145-126-1236-2-1
-always 파왊 145-126-1236-2-26
-always 파왋 145-126-1236-2-12
-always 파왌 145-126-1236-2-3
-always 파왍 145-126-1236-2-236
-always 파왎 145-126-1236-2-256
-always 파왏 145-126-1236-2-356
-always 파왐 145-126-1236-26
-always 파왑 145-126-1236-12
-always 파왒 145-126-1236-12-3
-always 파왓 145-126-1236-3
-always 파왔 145-126-1236-34
-always 파왕 145-126-1236-2356
-always 파왖 145-126-1236-13
-always 파왗 145-126-1236-23
-always 파왘 145-126-1236-235
-always 파왙 145-126-1236-236
-always 파왚 145-126-1236-256
-always 파왛 145-126-1236-356
-always 파왜 145-126-1236-1235
-always 파왝 145-126-1236-1235-1
-always 파왞 145-126-1236-1235-1-1
-always 파왟 145-126-1236-1235-1-3
-always 파왠 145-126-1236-1235-25
-always 파왡 145-126-1236-1235-25-13
-always 파왢 145-126-1236-1235-25-356
-always 파왣 145-126-1236-1235-35
-always 파왤 145-126-1236-1235-2
-always 파왥 145-126-1236-1235-2-1
-always 파왦 145-126-1236-1235-2-26
-always 파왧 145-126-1236-1235-2-12
-always 파왨 145-126-1236-1235-2-3
-always 파왩 145-126-1236-1235-2-236
-always 파왪 145-126-1236-1235-2-256
-always 파왫 145-126-1236-1235-2-356
-always 파왬 145-126-1236-1235-26
-always 파왭 145-126-1236-1235-12
-always 파왮 145-126-1236-1235-12-3
-always 파왯 145-126-1236-1235-3
-always 파왰 145-126-1236-1235-34
-always 파왱 145-126-1236-1235-2356
-always 파왲 145-126-1236-1235-13
-always 파왳 145-126-1236-1235-23
-always 파왴 145-126-1236-1235-235
-always 파왵 145-126-1236-1235-236
-always 파왶 145-126-1236-1235-256
-always 파왷 145-126-1236-1235-356
-always 파외 145-126-13456
-always 파왹 145-126-13456-1
-always 파왺 145-126-13456-1-1
-always 파왻 145-126-13456-1-3
-always 파왼 145-126-13456-25
-always 파왽 145-126-13456-25-13
-always 파왾 145-126-13456-25-356
-always 파왿 145-126-13456-35
-always 파욀 145-126-13456-2
-always 파욁 145-126-13456-2-1
-always 파욂 145-126-13456-2-26
-always 파욃 145-126-13456-2-12
-always 파욄 145-126-13456-2-3
-always 파욅 145-126-13456-2-236
-always 파욆 145-126-13456-2-256
-always 파욇 145-126-13456-2-356
-always 파욈 145-126-13456-26
-always 파욉 145-126-13456-12
-always 파욊 145-126-13456-12-3
-always 파욋 145-126-13456-3
-always 파욌 145-126-13456-34
-always 파욍 145-126-13456-2356
-always 파욎 145-126-13456-13
-always 파욏 145-126-13456-23
-always 파욐 145-126-13456-235
-always 파욑 145-126-13456-236
-always 파욒 145-126-13456-256
-always 파욓 145-126-13456-356
-always 파요 145-126-346
-always 파욕 145-126-346-1
-always 파욖 145-126-346-1-1
-always 파욗 145-126-346-1-3
-always 파욘 145-126-346-25
-always 파욙 145-126-346-25-13
-always 파욚 145-126-346-25-356
-always 파욛 145-126-346-35
-always 파욜 145-126-346-2
-always 파욝 145-126-346-2-1
-always 파욞 145-126-346-2-26
-always 파욟 145-126-346-2-12
-always 파욠 145-126-346-2-3
-always 파욡 145-126-346-2-236
-always 파욢 145-126-346-2-256
-always 파욣 145-126-346-2-356
-always 파욤 145-126-346-26
-always 파욥 145-126-346-12
-always 파욦 145-126-346-12-3
-always 파욧 145-126-346-3
-always 파욨 145-126-346-34
-always 파용 145-126-346-2356
-always 파욪 145-126-346-13
-always 파욫 145-126-346-23
-always 파욬 145-126-346-235
-always 파욭 145-126-346-236
-always 파욮 145-126-346-256
-always 파욯 145-126-346-356
-always 파우 145-126-134
-always 파욱 145-126-134-1
-always 파욲 145-126-134-1-1
-always 파욳 145-126-134-1-3
-always 파운 145-126-1245
-always 파욵 145-126-1245-13
-always 파욶 145-126-1245-356
-always 파욷 145-126-134-35
-always 파울 145-126-12346
-always 파욹 145-126-12346-1
-always 파욺 145-126-12346-26
-always 파욻 145-126-12346-12
-always 파욼 145-126-12346-3
-always 파욽 145-126-12346-236
-always 파욾 145-126-12346-256
-always 파욿 145-126-12346-356
-always 파움 145-126-134-26
-always 파웁 145-126-134-12
-always 파웂 145-126-134-12-3
-always 파웃 145-126-134-3
-always 파웄 145-126-134-34
-always 파웅 145-126-134-2356
-always 파웆 145-126-134-13
-always 파웇 145-126-134-23
-always 파웈 145-126-134-235
-always 파웉 145-126-134-236
-always 파웊 145-126-134-256
-always 파웋 145-126-134-356
-always 파워 145-126-1234
-always 파웍 145-126-1234-1
-always 파웎 145-126-1234-1-1
-always 파웏 145-126-1234-1-3
-always 파원 145-126-1234-25
-always 파웑 145-126-1234-25-13
-always 파웒 145-126-1234-25-356
-always 파웓 145-126-1234-35
-always 파월 145-126-1234-2
-always 파웕 145-126-1234-2-1
-always 파웖 145-126-1234-2-26
-always 파웗 145-126-1234-2-12
-always 파웘 145-126-1234-2-3
-always 파웙 145-126-1234-2-236
-always 파웚 145-126-1234-2-256
-always 파웛 145-126-1234-2-356
-always 파웜 145-126-1234-26
-always 파웝 145-126-1234-12
-always 파웞 145-126-1234-12-3
-always 파웟 145-126-1234-3
-always 파웠 145-126-1234-34
-always 파웡 145-126-1234-2356
-always 파웢 145-126-1234-13
-always 파웣 145-126-1234-23
-always 파웤 145-126-1234-235
-always 파웥 145-126-1234-236
-always 파웦 145-126-1234-256
-always 파웧 145-126-1234-356
-always 파웨 145-126-1234-1235
-always 파웩 145-126-1234-1235-1
-always 파웪 145-126-1234-1235-1-1
-always 파웫 145-126-1234-1235-1-3
-always 파웬 145-126-1234-1235-25
-always 파웭 145-126-1234-1235-25-13
-always 파웮 145-126-1234-1235-25-356
-always 파웯 145-126-1234-1235-35
-always 파웰 145-126-1234-1235-2
-always 파웱 145-126-1234-1235-2-1
-always 파웲 145-126-1234-1235-2-26
-always 파웳 145-126-1234-1235-2-12
-always 파웴 145-126-1234-1235-2-3
-always 파웵 145-126-1234-1235-2-236
-always 파웶 145-126-1234-1235-2-256
-always 파웷 145-126-1234-1235-2-356
-always 파웸 145-126-1234-1235-26
-always 파웹 145-126-1234-1235-12
-always 파웺 145-126-1234-1235-12-3
-always 파웻 145-126-1234-1235-3
-always 파웼 145-126-1234-1235-34
-always 파웽 145-126-1234-1235-2356
-always 파웾 145-126-1234-1235-13
-always 파웿 145-126-1234-1235-23
-always 파윀 145-126-1234-1235-235
-always 파윁 145-126-1234-1235-236
-always 파윂 145-126-1234-1235-256
-always 파윃 145-126-1234-1235-356
-always 파위 145-126-134-1235
-always 파윅 145-126-134-1235-1
-always 파윆 145-126-134-1235-1-1
-always 파윇 145-126-134-1235-1-3
-always 파윈 145-126-134-1235-25
-always 파윉 145-126-134-1235-25-13
-always 파윊 145-126-134-1235-25-356
-always 파윋 145-126-134-1235-35
-always 파윌 145-126-134-1235-2
-always 파윍 145-126-134-1235-2-1
-always 파윎 145-126-134-1235-2-26
-always 파윏 145-126-134-1235-2-12
-always 파윐 145-126-134-1235-2-3
-always 파윑 145-126-134-1235-2-236
-always 파윒 145-126-134-1235-2-256
-always 파윓 145-126-134-1235-2-356
-always 파윔 145-126-134-1235-26
-always 파윕 145-126-134-1235-12
-always 파윖 145-126-134-1235-12-3
-always 파윗 145-126-134-1235-3
-always 파윘 145-126-134-1235-34
-always 파윙 145-126-134-1235-2356
-always 파윚 145-126-134-1235-13
-always 파윛 145-126-134-1235-23
-always 파윜 145-126-134-1235-235
-always 파윝 145-126-134-1235-236
-always 파윞 145-126-134-1235-256
-always 파윟 145-126-134-1235-356
-always 파유 145-126-146
-always 파육 145-126-146-1
-always 파윢 145-126-146-1-1
-always 파윣 145-126-146-1-3
-always 파윤 145-126-146-25
-always 파윥 145-126-146-25-13
-always 파윦 145-126-146-25-356
-always 파윧 145-126-146-35
-always 파율 145-126-146-2
-always 파윩 145-126-146-2-1
-always 파윪 145-126-146-2-26
-always 파윫 145-126-146-2-12
-always 파윬 145-126-146-2-3
-always 파윭 145-126-146-2-236
-always 파윮 145-126-146-2-256
-always 파윯 145-126-146-2-356
-always 파윰 145-126-146-26
-always 파윱 145-126-146-12
-always 파윲 145-126-146-12-3
-always 파윳 145-126-146-3
-always 파윴 145-126-146-34
-always 파융 145-126-146-2356
-always 파윶 145-126-146-13
-always 파윷 145-126-146-23
-always 파윸 145-126-146-235
-always 파윹 145-126-146-236
-always 파윺 145-126-146-256
-always 파윻 145-126-146-356
-always 파으 145-126-246
-always 파윽 145-126-246-1
-always 파윾 145-126-246-1-1
-always 파윿 145-126-246-1-3
-always 파은 145-126-1356
-always 파읁 145-126-1356-13
-always 파읂 145-126-1356-356
-always 파읃 145-126-246-35
-always 파을 145-126-2346
-always 파읅 145-126-2346-1
-always 파읆 145-126-2346-26
-always 파읇 145-126-2346-12
-always 파읈 145-126-2346-3
-always 파읉 145-126-2346-236
-always 파읊 145-126-2346-256
-always 파읋 145-126-2346-356
-always 파음 145-126-246-26
-always 파읍 145-126-246-12
-always 파읎 145-126-246-12-3
-always 파읏 145-126-246-3
-always 파읐 145-126-246-34
-always 파응 145-126-246-2356
-always 파읒 145-126-246-13
-always 파읓 145-126-246-23
-always 파읔 145-126-246-235
-always 파읕 145-126-246-236
-always 파읖 145-126-246-256
-always 파읗 145-126-246-356
-always 파의 145-126-2456
-always 파읙 145-126-2456-1
-always 파읚 145-126-2456-1-1
-always 파읛 145-126-2456-1-3
-always 파읜 145-126-2456-25
-always 파읝 145-126-2456-25-13
-always 파읞 145-126-2456-25-356
-always 파읟 145-126-2456-35
-always 파읠 145-126-2456-2
-always 파읡 145-126-2456-2-1
-always 파읢 145-126-2456-2-26
-always 파읣 145-126-2456-2-12
-always 파읤 145-126-2456-2-3
-always 파읥 145-126-2456-2-236
-always 파읦 145-126-2456-2-256
-always 파읧 145-126-2456-2-356
-always 파읨 145-126-2456-26
-always 파읩 145-126-2456-12
-always 파읪 145-126-2456-12-3
-always 파읫 145-126-2456-3
-always 파읬 145-126-2456-34
-always 파읭 145-126-2456-2356
-always 파읮 145-126-2456-13
-always 파읯 145-126-2456-23
-always 파읰 145-126-2456-235
-always 파읱 145-126-2456-236
-always 파읲 145-126-2456-256
-always 파읳 145-126-2456-356
-always 파이 145-126-135
-always 파익 145-126-135-1
-always 파읶 145-126-135-1-1
-always 파읷 145-126-135-1-3
-always 파인 145-126-12345
-always 파읹 145-126-12345-13
-always 파읺 145-126-12345-356
-always 파읻 145-126-135-35
-always 파일 145-126-135-2
-always 파읽 145-126-135-2-1
-always 파읾 145-126-135-2-26
-always 파읿 145-126-135-2-12
-always 파잀 145-126-135-2-3
-always 파잁 145-126-135-2-236
-always 파잂 145-126-135-2-256
-always 파잃 145-126-135-2-356
-always 파임 145-126-135-26
-always 파입 145-126-135-12
-always 파잆 145-126-135-12-3
-always 파잇 145-126-135-3
-always 파있 145-126-135-34
-always 파잉 145-126-135-2356
-always 파잊 145-126-135-13
-always 파잋 145-126-135-23
-always 파잌 145-126-135-235
-always 파잍 145-126-135-236
-always 파잎 145-126-135-256
-always 파잏 145-126-135-356
-always 하아 245-126-126
-always 하악 245-126-126-1
-always 하앆 245-126-126-1-1
-always 하앇 245-126-126-1-3
-always 하안 245-126-126-25
-always 하앉 245-126-126-25-13
-always 하않 245-126-126-25-356
-always 하앋 245-126-126-35
-always 하알 245-126-126-2
-always 하앍 245-126-126-2-1
-always 하앎 245-126-126-2-26
-always 하앏 245-126-126-2-12
-always 하앐 245-126-126-2-3
-always 하앑 245-126-126-2-236
-always 하앒 245-126-126-2-256
-always 하앓 245-126-126-2-356
-always 하암 245-126-126-26
-always 하압 245-126-126-12
-always 하앖 245-126-126-12-3
-always 하앗 245-126-126-3
-always 하았 245-126-126-34
-always 하앙 245-126-126-2356
-always 하앚 245-126-126-13
-always 하앛 245-126-126-23
-always 하앜 245-126-126-235
-always 하앝 245-126-126-236
-always 하앞 245-126-126-256
-always 하앟 245-126-126-356
-always 하애 245-126-1235
-always 하액 245-126-1235-1
-always 하앢 245-126-1235-1-1
-always 하앣 245-126-1235-1-3
-always 하앤 245-126-1235-25
-always 하앥 245-126-1235-25-13
-always 하앦 245-126-1235-25-356
-always 하앧 245-126-1235-35
-always 하앨 245-126-1235-2
-always 하앩 245-126-1235-2-1
-always 하앪 245-126-1235-2-26
-always 하앫 245-126-1235-2-12
-always 하앬 245-126-1235-2-3
-always 하앭 245-126-1235-2-236
-always 하앮 245-126-1235-2-256
-always 하앯 245-126-1235-2-356
-always 하앰 245-126-1235-26
-always 하앱 245-126-1235-12
-always 하앲 245-126-1235-12-3
-always 하앳 245-126-1235-3
-always 하앴 245-126-1235-34
-always 하앵 245-126-1235-2356
-always 하앶 245-126-1235-13
-always 하앷 245-126-1235-23
-always 하앸 245-126-1235-235
-always 하앹 245-126-1235-236
-always 하앺 245-126-1235-256
-always 하앻 245-126-1235-356
-always 하야 245-126-345
-always 하약 245-126-345-1
-always 하앾 245-126-345-1-1
-always 하앿 245-126-345-1-3
-always 하얀 245-126-345-25
-always 하얁 245-126-345-25-13
-always 하얂 245-126-345-25-356
-always 하얃 245-126-345-35
-always 하얄 245-126-345-2
-always 하얅 245-126-345-2-1
-always 하얆 245-126-345-2-26
-always 하얇 245-126-345-2-12
-always 하얈 245-126-345-2-3
-always 하얉 245-126-345-2-236
-always 하얊 245-126-345-2-256
-always 하얋 245-126-345-2-356
-always 하얌 245-126-345-26
-always 하얍 245-126-345-12
-always 하얎 245-126-345-12-3
-always 하얏 245-126-345-3
-always 하얐 245-126-345-34
-always 하양 245-126-345-2356
-always 하얒 245-126-345-13
-always 하얓 245-126-345-23
-always 하얔 245-126-345-235
-always 하얕 245-126-345-236
-always 하얖 245-126-345-256
-always 하얗 245-126-345-356
-always 하얘 245-126-345-1235
-always 하얙 245-126-345-1235-1
-always 하얚 245-126-345-1235-1-1
-always 하얛 245-126-345-1235-1-3
-always 하얜 245-126-345-1235-25
-always 하얝 245-126-345-1235-25-13
-always 하얞 245-126-345-1235-25-356
-always 하얟 245-126-345-1235-35
-always 하얠 245-126-345-1235-2
-always 하얡 245-126-345-1235-2-1
-always 하얢 245-126-345-1235-2-26
-always 하얣 245-126-345-1235-2-12
-always 하얤 245-126-345-1235-2-3
-always 하얥 245-126-345-1235-2-236
-always 하얦 245-126-345-1235-2-256
-always 하얧 245-126-345-1235-2-356
-always 하얨 245-126-345-1235-26
-always 하얩 245-126-345-1235-12
-always 하얪 245-126-345-1235-12-3
-always 하얫 245-126-345-1235-3
-always 하얬 245-126-345-1235-34
-always 하얭 245-126-345-1235-2356
-always 하얮 245-126-345-1235-13
-always 하얯 245-126-345-1235-23
-always 하얰 245-126-345-1235-235
-always 하얱 245-126-345-1235-236
-always 하얲 245-126-345-1235-256
-always 하얳 245-126-345-1235-356
-always 하어 245-126-234
-always 하억 245-126-1456
-always 하얶 245-126-1456-1
-always 하얷 245-126-1456-3
-always 하언 245-126-23456
-always 하얹 245-126-23456-13
-always 하얺 245-126-23456-356
-always 하얻 245-126-234-35
-always 하얼 245-126-2345
-always 하얽 245-126-2345-1
-always 하얾 245-126-2345-26
-always 하얿 245-126-2345-12
-always 하엀 245-126-2345-3
-always 하엁 245-126-2345-236
-always 하엂 245-126-2345-256
-always 하엃 245-126-2345-356
-always 하엄 245-126-234-26
-always 하업 245-126-234-12
-always 하없 245-126-234-12-3
-always 하엇 245-126-234-3
-always 하었 245-126-234-34
-always 하엉 245-126-234-2356
-always 하엊 245-126-234-13
-always 하엋 245-126-234-23
-always 하엌 245-126-234-235
-always 하엍 245-126-234-236
-always 하엎 245-126-234-256
-always 하엏 245-126-234-356
-always 하에 245-126-1345
-always 하엑 245-126-1345-1
-always 하엒 245-126-1345-1-1
-always 하엓 245-126-1345-1-3
-always 하엔 245-126-1345-25
-always 하엕 245-126-1345-25-13
-always 하엖 245-126-1345-25-356
-always 하엗 245-126-1345-35
-always 하엘 245-126-1345-2
-always 하엙 245-126-1345-2-1
-always 하엚 245-126-1345-2-26
-always 하엛 245-126-1345-2-12
-always 하엜 245-126-1345-2-3
-always 하엝 245-126-1345-2-236
-always 하엞 245-126-1345-2-256
-always 하엟 245-126-1345-2-356
-always 하엠 245-126-1345-26
-always 하엡 245-126-1345-12
-always 하엢 245-126-1345-12-3
-always 하엣 245-126-1345-3
-always 하엤 245-126-1345-34
-always 하엥 245-126-1345-2356
-always 하엦 245-126-1345-13
-always 하엧 245-126-1345-23
-always 하엨 245-126-1345-235
-always 하엩 245-126-1345-236
-always 하엪 245-126-1345-256
-always 하엫 245-126-1345-356
-always 하여 245-126-156
-always 하역 245-126-156-1
-always 하엮 245-126-156-1-1
-always 하엯 245-126-156-1-3
-always 하연 245-126-16
-always 하엱 245-126-16-13
-always 하엲 245-126-16-356
-always 하열 245-126-1256
-always 하엵 245-126-1256-1
-always 하엶 245-126-1256-26
-always 하엷 245-126-1256-12
-always 하엸 245-126-1256-3
-always 하엹 245-126-1256-236
-always 하엺 245-126-1256-256
-always 하엻 245-126-1256-356
-always 하염 245-126-156-26
-always 하엽 245-126-156-12
-always 하엾 245-126-156-12-3
-always 하엿 245-126-156-3
-always 하였 245-126-156-34
-always 하영 245-126-12456
-always 하옂 245-126-156-13
-always 하옃 245-126-156-23
-always 하옄 245-126-156-235
-always 하옅 245-126-156-236
-always 하옆 245-126-156-256
-always 하옇 245-126-156-356
-always 하예 245-126-34
-always 하옉 245-126-34-1
-always 하옊 245-126-34-1-1
-always 하옋 245-126-34-1-3
-always 하옌 245-126-34-25
-always 하옍 245-126-34-25-13
-always 하옎 245-126-34-25-356
-always 하옏 245-126-34-35
-always 하옐 245-126-34-2
-always 하옑 245-126-34-2-1
-always 하옒 245-126-34-2-26
-always 하옓 245-126-34-2-12
-always 하옔 245-126-34-2-3
-always 하옕 245-126-34-2-236
-always 하옖 245-126-34-2-256
-always 하옗 245-126-34-2-356
-always 하옘 245-126-34-26
-always 하옙 245-126-34-12
-always 하옚 245-126-34-12-3
-always 하옛 245-126-34-3
-always 하옜 245-126-34-34
-always 하옝 245-126-34-2356
-always 하옞 245-126-34-13
-always 하옟 245-126-34-23
-always 하옠 245-126-34-235
-always 하옡 245-126-34-236
-always 하옢 245-126-34-256
-always 하옣 245-126-34-356
-always 하오 245-126-136
-always 하옥 245-126-1346
-always 하옦 245-126-1346-1
-always 하옧 245-126-1346-3
-always 하온 245-126-12356
-always 하옩 245-126-12356-13
-always 하옪 245-126-12356-356
-always 하옫 245-126-136-35
-always 하올 245-126-136-2
-always 하옭 245-126-136-2-1
-always 하옮 245-126-136-2-26
-always 하옯 245-126-136-2-12
-always 하옰 245-126-136-2-3
-always 하옱 245-126-136-2-236
-always 하옲 245-126-136-2-256
-always 하옳 245-126-136-2-356
-always 하옴 245-126-136-26
-always 하옵 245-126-136-12
-always 하옶 245-126-136-12-3
-always 하옷 245-126-136-3
-always 하옸 245-126-136-34
-always 하옹 245-126-123456
-always 하옺 245-126-136-13
-always 하옻 245-126-136-23
-always 하옼 245-126-136-235
-always 하옽 245-126-136-236
-always 하옾 245-126-136-256
-always 하옿 245-126-136-356
-always 하와 245-126-1236
-always 하왁 245-126-1236-1
-always 하왂 245-126-1236-1-1
-always 하왃 245-126-1236-1-3
-always 하완 245-126-1236-25
-always 하왅 245-126-1236-25-13
-always 하왆 245-126-1236-25-356
-always 하왇 245-126-1236-35
-always 하왈 245-126-1236-2
-always 하왉 245-126-1236-2-1
-always 하왊 245-126-1236-2-26
-always 하왋 245-126-1236-2-12
-always 하왌 245-126-1236-2-3
-always 하왍 245-126-1236-2-236
-always 하왎 245-126-1236-2-256
-always 하왏 245-126-1236-2-356
-always 하왐 245-126-1236-26
-always 하왑 245-126-1236-12
-always 하왒 245-126-1236-12-3
-always 하왓 245-126-1236-3
-always 하왔 245-126-1236-34
-always 하왕 245-126-1236-2356
-always 하왖 245-126-1236-13
-always 하왗 245-126-1236-23
-always 하왘 245-126-1236-235
-always 하왙 245-126-1236-236
-always 하왚 245-126-1236-256
-always 하왛 245-126-1236-356
-always 하왜 245-126-1236-1235
-always 하왝 245-126-1236-1235-1
-always 하왞 245-126-1236-1235-1-1
-always 하왟 245-126-1236-1235-1-3
-always 하왠 245-126-1236-1235-25
-always 하왡 245-126-1236-1235-25-13
-always 하왢 245-126-1236-1235-25-356
-always 하왣 245-126-1236-1235-35
-always 하왤 245-126-1236-1235-2
-always 하왥 245-126-1236-1235-2-1
-always 하왦 245-126-1236-1235-2-26
-always 하왧 245-126-1236-1235-2-12
-always 하왨 245-126-1236-1235-2-3
-always 하왩 245-126-1236-1235-2-236
-always 하왪 245-126-1236-1235-2-256
-always 하왫 245-126-1236-1235-2-356
-always 하왬 245-126-1236-1235-26
-always 하왭 245-126-1236-1235-12
-always 하왮 245-126-1236-1235-12-3
-always 하왯 245-126-1236-1235-3
-always 하왰 245-126-1236-1235-34
-always 하왱 245-126-1236-1235-2356
-always 하왲 245-126-1236-1235-13
-always 하왳 245-126-1236-1235-23
-always 하왴 245-126-1236-1235-235
-always 하왵 245-126-1236-1235-236
-always 하왶 245-126-1236-1235-256
-always 하왷 245-126-1236-1235-356
-always 하외 245-126-13456
-always 하왹 245-126-13456-1
-always 하왺 245-126-13456-1-1
-always 하왻 245-126-13456-1-3
-always 하왼 245-126-13456-25
-always 하왽 245-126-13456-25-13
-always 하왾 245-126-13456-25-356
-always 하왿 245-126-13456-35
-always 하욀 245-126-13456-2
-always 하욁 245-126-13456-2-1
-always 하욂 245-126-13456-2-26
-always 하욃 245-126-13456-2-12
-always 하욄 245-126-13456-2-3
-always 하욅 245-126-13456-2-236
-always 하욆 245-126-13456-2-256
-always 하욇 245-126-13456-2-356
-always 하욈 245-126-13456-26
-always 하욉 245-126-13456-12
-always 하욊 245-126-13456-12-3
-always 하욋 245-126-13456-3
-always 하욌 245-126-13456-34
-always 하욍 245-126-13456-2356
-always 하욎 245-126-13456-13
-always 하욏 245-126-13456-23
-always 하욐 245-126-13456-235
-always 하욑 245-126-13456-236
-always 하욒 245-126-13456-256
-always 하욓 245-126-13456-356
-always 하요 245-126-346
-always 하욕 245-126-346-1
-always 하욖 245-126-346-1-1
-always 하욗 245-126-346-1-3
-always 하욘 245-126-346-25
-always 하욙 245-126-346-25-13
-always 하욚 245-126-346-25-356
-always 하욛 245-126-346-35
-always 하욜 245-126-346-2
-always 하욝 245-126-346-2-1
-always 하욞 245-126-346-2-26
-always 하욟 245-126-346-2-12
-always 하욠 245-126-346-2-3
-always 하욡 245-126-346-2-236
-always 하욢 245-126-346-2-256
-always 하욣 245-126-346-2-356
-always 하욤 245-126-346-26
-always 하욥 245-126-346-12
-always 하욦 245-126-346-12-3
-always 하욧 245-126-346-3
-always 하욨 245-126-346-34
-always 하용 245-126-346-2356
-always 하욪 245-126-346-13
-always 하욫 245-126-346-23
-always 하욬 245-126-346-235
-always 하욭 245-126-346-236
-always 하욮 245-126-346-256
-always 하욯 245-126-346-356
-always 하우 245-126-134
-always 하욱 245-126-134-1
-always 하욲 245-126-134-1-1
-always 하욳 245-126-134-1-3
-always 하운 245-126-1245
-always 하욵 245-126-1245-13
-always 하욶 245-126-1245-356
-always 하욷 245-126-134-35
-always 하울 245-126-12346
-always 하욹 245-126-12346-1
-always 하욺 245-126-12346-26
-always 하욻 245-126-12346-12
-always 하욼 245-126-12346-3
-always 하욽 245-126-12346-236
-always 하욾 245-126-12346-256
-always 하욿 245-126-12346-356
-always 하움 245-126-134-26
-always 하웁 245-126-134-12
-always 하웂 245-126-134-12-3
-always 하웃 245-126-134-3
-always 하웄 245-126-134-34
-always 하웅 245-126-134-2356
-always 하웆 245-126-134-13
-always 하웇 245-126-134-23
-always 하웈 245-126-134-235
-always 하웉 245-126-134-236
-always 하웊 245-126-134-256
-always 하웋 245-126-134-356
-always 하워 245-126-1234
-always 하웍 245-126-1234-1
-always 하웎 245-126-1234-1-1
-always 하웏 245-126-1234-1-3
-always 하원 245-126-1234-25
-always 하웑 245-126-1234-25-13
-always 하웒 245-126-1234-25-356
-always 하웓 245-126-1234-35
-always 하월 245-126-1234-2
-always 하웕 245-126-1234-2-1
-always 하웖 245-126-1234-2-26
-always 하웗 245-126-1234-2-12
-always 하웘 245-126-1234-2-3
-always 하웙 245-126-1234-2-236
-always 하웚 245-126-1234-2-256
-always 하웛 245-126-1234-2-356
-always 하웜 245-126-1234-26
-always 하웝 245-126-1234-12
-always 하웞 245-126-1234-12-3
-always 하웟 245-126-1234-3
-always 하웠 245-126-1234-34
-always 하웡 245-126-1234-2356
-always 하웢 245-126-1234-13
-always 하웣 245-126-1234-23
-always 하웤 245-126-1234-235
-always 하웥 245-126-1234-236
-always 하웦 245-126-1234-256
-always 하웧 245-126-1234-356
-always 하웨 245-126-1234-1235
-always 하웩 245-126-1234-1235-1
-always 하웪 245-126-1234-1235-1-1
-always 하웫 245-126-1234-1235-1-3
-always 하웬 245-126-1234-1235-25
-always 하웭 245-126-1234-1235-25-13
-always 하웮 245-126-1234-1235-25-356
-always 하웯 245-126-1234-1235-35
-always 하웰 245-126-1234-1235-2
-always 하웱 245-126-1234-1235-2-1
-always 하웲 245-126-1234-1235-2-26
-always 하웳 245-126-1234-1235-2-12
-always 하웴 245-126-1234-1235-2-3
-always 하웵 245-126-1234-1235-2-236
-always 하웶 245-126-1234-1235-2-256
-always 하웷 245-126-1234-1235-2-356
-always 하웸 245-126-1234-1235-26
-always 하웹 245-126-1234-1235-12
-always 하웺 245-126-1234-1235-12-3
-always 하웻 245-126-1234-1235-3
-always 하웼 245-126-1234-1235-34
-always 하웽 245-126-1234-1235-2356
-always 하웾 245-126-1234-1235-13
-always 하웿 245-126-1234-1235-23
-always 하윀 245-126-1234-1235-235
-always 하윁 245-126-1234-1235-236
-always 하윂 245-126-1234-1235-256
-always 하윃 245-126-1234-1235-356
-always 하위 245-126-134-1235
-always 하윅 245-126-134-1235-1
-always 하윆 245-126-134-1235-1-1
-always 하윇 245-126-134-1235-1-3
-always 하윈 245-126-134-1235-25
-always 하윉 245-126-134-1235-25-13
-always 하윊 245-126-134-1235-25-356
-always 하윋 245-126-134-1235-35
-always 하윌 245-126-134-1235-2
-always 하윍 245-126-134-1235-2-1
-always 하윎 245-126-134-1235-2-26
-always 하윏 245-126-134-1235-2-12
-always 하윐 245-126-134-1235-2-3
-always 하윑 245-126-134-1235-2-236
-always 하윒 245-126-134-1235-2-256
-always 하윓 245-126-134-1235-2-356
-always 하윔 245-126-134-1235-26
-always 하윕 245-126-134-1235-12
-always 하윖 245-126-134-1235-12-3
-always 하윗 245-126-134-1235-3
-always 하윘 245-126-134-1235-34
-always 하윙 245-126-134-1235-2356
-always 하윚 245-126-134-1235-13
-always 하윛 245-126-134-1235-23
-always 하윜 245-126-134-1235-235
-always 하윝 245-126-134-1235-236
-always 하윞 245-126-134-1235-256
-always 하윟 245-126-134-1235-356
-always 하유 245-126-146
-always 하육 245-126-146-1
-always 하윢 245-126-146-1-1
-always 하윣 245-126-146-1-3
-always 하윤 245-126-146-25
-always 하윥 245-126-146-25-13
-always 하윦 245-126-146-25-356
-always 하윧 245-126-146-35
-always 하율 245-126-146-2
-always 하윩 245-126-146-2-1
-always 하윪 245-126-146-2-26
-always 하윫 245-126-146-2-12
-always 하윬 245-126-146-2-3
-always 하윭 245-126-146-2-236
-always 하윮 245-126-146-2-256
-always 하윯 245-126-146-2-356
-always 하윰 245-126-146-26
-always 하윱 245-126-146-12
-always 하윲 245-126-146-12-3
-always 하윳 245-126-146-3
-always 하윴 245-126-146-34
-always 하융 245-126-146-2356
-always 하윶 245-126-146-13
-always 하윷 245-126-146-23
-always 하윸 245-126-146-235
-always 하윹 245-126-146-236
-always 하윺 245-126-146-256
-always 하윻 245-126-146-356
-always 하으 245-126-246
-always 하윽 245-126-246-1
-always 하윾 245-126-246-1-1
-always 하윿 245-126-246-1-3
-always 하은 245-126-1356
-always 하읁 245-126-1356-13
-always 하읂 245-126-1356-356
-always 하읃 245-126-246-35
-always 하을 245-126-2346
-always 하읅 245-126-2346-1
-always 하읆 245-126-2346-26
-always 하읇 245-126-2346-12
-always 하읈 245-126-2346-3
-always 하읉 245-126-2346-236
-always 하읊 245-126-2346-256
-always 하읋 245-126-2346-356
-always 하음 245-126-246-26
-always 하읍 245-126-246-12
-always 하읎 245-126-246-12-3
-always 하읏 245-126-246-3
-always 하읐 245-126-246-34
-always 하응 245-126-246-2356
-always 하읒 245-126-246-13
-always 하읓 245-126-246-23
-always 하읔 245-126-246-235
-always 하읕 245-126-246-236
-always 하읖 245-126-246-256
-always 하읗 245-126-246-356
-always 하의 245-126-2456
-always 하읙 245-126-2456-1
-always 하읚 245-126-2456-1-1
-always 하읛 245-126-2456-1-3
-always 하읜 245-126-2456-25
-always 하읝 245-126-2456-25-13
-always 하읞 245-126-2456-25-356
-always 하읟 245-126-2456-35
-always 하읠 245-126-2456-2
-always 하읡 245-126-2456-2-1
-always 하읢 245-126-2456-2-26
-always 하읣 245-126-2456-2-12
-always 하읤 245-126-2456-2-3
-always 하읥 245-126-2456-2-236
-always 하읦 245-126-2456-2-256
-always 하읧 245-126-2456-2-356
-always 하읨 245-126-2456-26
-always 하읩 245-126-2456-12
-always 하읪 245-126-2456-12-3
-always 하읫 245-126-2456-3
-always 하읬 245-126-2456-34
-always 하읭 245-126-2456-2356
-always 하읮 245-126-2456-13
-always 하읯 245-126-2456-23
-always 하읰 245-126-2456-235
-always 하읱 245-126-2456-236
-always 하읲 245-126-2456-256
-always 하읳 245-126-2456-356
-always 하이 245-126-135
-always 하익 245-126-135-1
-always 하읶 245-126-135-1-1
-always 하읷 245-126-135-1-3
-always 하인 245-126-12345
-always 하읹 245-126-12345-13
-always 하읺 245-126-12345-356
-always 하읻 245-126-135-35
-always 하일 245-126-135-2
-always 하읽 245-126-135-2-1
-always 하읾 245-126-135-2-26
-always 하읿 245-126-135-2-12
-always 하잀 245-126-135-2-3
-always 하잁 245-126-135-2-236
-always 하잂 245-126-135-2-256
-always 하잃 245-126-135-2-356
-always 하임 245-126-135-26
-always 하입 245-126-135-12
-always 하잆 245-126-135-12-3
-always 하잇 245-126-135-3
-always 하있 245-126-135-34
-always 하잉 245-126-135-2356
-always 하잊 245-126-135-13
-always 하잋 245-126-135-23
-always 하잌 245-126-135-235
-always 하잍 245-126-135-236
-always 하잎 245-126-135-256
-always 하잏 245-126-135-356
-
-#
-# Copyright (C) 1995-2008 by The BRLTTY Developers.
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-
-# BRLTTY Text Table - Estonian
-#
-# Samuel Thibault <samuel.thibault@ens-lyon.org>
-# 
-# This table is based on the Unesco report on the progress of unification of
-# braille writing « L'ÉCRITURE BRAILLE DANS LE MONDE », by Sir Clutha
-# MACKENZIE: http://unesdoc.unesco.org/images/0013/001352/135251fo.pdf
-# The document is dated 1954, so this table may be quite outdated.
-
-# generated by ttbtest
-space \s 0		SPACE
-punctuation ! 235		EXCLAMATION MARK
-punctuation " 2356		QUOTATION MARK
-punctuation ' 3		APOSTROPHE
-punctuation ( 236		LEFT PARENTHESIS
-punctuation ) 356		RIGHT PARENTHESIS
-punctuation , 2		COMMA
-punctuation - 36		HYPHEN-MINUS
-punctuation . 256		FULL STOP
-include digits8Dots.uti
-punctuation : 25		COLON
-punctuation ; 23		SEMICOLON
-punctuation ? 236		QUESTION MARK
-uppercase A 17		LATIN CAPITAL LETTER A
-uppercase B 127		LATIN CAPITAL LETTER B
-uppercase C 147		LATIN CAPITAL LETTER C
-uppercase D 1457		LATIN CAPITAL LETTER D
-uppercase E 157		LATIN CAPITAL LETTER E
-uppercase F 1247		LATIN CAPITAL LETTER F
-uppercase G 12457		LATIN CAPITAL LETTER G
-uppercase H 1257		LATIN CAPITAL LETTER H
-uppercase I 247		LATIN CAPITAL LETTER I
-uppercase J 2457		LATIN CAPITAL LETTER J
-uppercase K 137		LATIN CAPITAL LETTER K
-uppercase L 1237		LATIN CAPITAL LETTER L
-uppercase M 1347		LATIN CAPITAL LETTER M
-uppercase N 13457		LATIN CAPITAL LETTER N
-uppercase O 1357		LATIN CAPITAL LETTER O
-uppercase P 12347		LATIN CAPITAL LETTER P
-uppercase Q 123457		LATIN CAPITAL LETTER Q
-uppercase R 12357		LATIN CAPITAL LETTER R
-uppercase S 2347		LATIN CAPITAL LETTER S
-uppercase T 23457		LATIN CAPITAL LETTER T
-uppercase U 1367		LATIN CAPITAL LETTER U
-uppercase V 12367		LATIN CAPITAL LETTER V
-uppercase W 24567		LATIN CAPITAL LETTER W
-uppercase X 13467		LATIN CAPITAL LETTER X
-uppercase Y 134567		LATIN CAPITAL LETTER Y
-uppercase Z 13567		LATIN CAPITAL LETTER Z
-lowercase a 1		LATIN SMALL LETTER A
-lowercase b 12		LATIN SMALL LETTER B
-lowercase c 14		LATIN SMALL LETTER C
-lowercase d 145		LATIN SMALL LETTER D
-lowercase e 15		LATIN SMALL LETTER E
-lowercase f 124		LATIN SMALL LETTER F
-lowercase g 1245		LATIN SMALL LETTER G
-lowercase h 125		LATIN SMALL LETTER H
-lowercase i 24		LATIN SMALL LETTER I
-lowercase j 245		LATIN SMALL LETTER J
-lowercase k 13		LATIN SMALL LETTER K
-lowercase l 123		LATIN SMALL LETTER L
-lowercase m 134		LATIN SMALL LETTER M
-lowercase n 1345		LATIN SMALL LETTER N
-lowercase o 135		LATIN SMALL LETTER O
-lowercase p 1234		LATIN SMALL LETTER P
-lowercase q 12345		LATIN SMALL LETTER Q
-lowercase r 1235		LATIN SMALL LETTER R
-lowercase s 234		LATIN SMALL LETTER S
-lowercase t 2345		LATIN SMALL LETTER T
-lowercase u 136		LATIN SMALL LETTER U
-lowercase v 1236		LATIN SMALL LETTER V
-lowercase w 2456		LATIN SMALL LETTER W
-lowercase x 1346		LATIN SMALL LETTER X
-lowercase y 13456		LATIN SMALL LETTER Y
-lowercase z 1356		LATIN SMALL LETTER Z
-punctuation \x00a0 0		NO-BREAK SPACE
-uppercase \x00c4 3457		LATIN CAPITAL LETTER A WITH DIAERESIS
-uppercase \x00d5 23467		LATIN CAPITAL LETTER O WITH TILDE
-uppercase \x00d6 2467		LATIN CAPITAL LETTER O WITH DIAERESIS
-uppercase \x00dc 12567		LATIN CAPITAL LETTER U WITH DIAERESIS
-lowercase \x00e4 345		LATIN SMALL LETTER A WITH DIAERESIS
-lowercase \x00f5 2346		LATIN SMALL LETTER O WITH TILDE
-lowercase \x00f6 246		LATIN SMALL LETTER O WITH DIAERESIS
-lowercase \x00fc 1256		LATIN SMALL LETTER U WITH DIAERESIS
-#
-#  Copyright (C) 2011 by Peter Engström <peter.engstrom@indexbraille.com>
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-#
-# -----------------------------------------------------------------------------
-#
-# 	SORANI (KURDISH)
-#	================
-# 	Author:		Peter Engström
-# 	Company:	Index Braille
-#
-# 	Date: 		Note:
-#	2011-02-08	Initial release based on _chardefs_ar.cti
-#	2011-03-15	Updated
-#	2011-03-22	Removing U+200C from text. New braille code for Heh.
-#				Arabic letters where coded as signs.
-#	2011-03-23	New handling of U+200C. Letter Heh changed again.
-#
-#
-
-# ----------- define all chars ------------------------------------------------
-space \t 0 tab							#  9
-space \x000A 0
-space \x000D 0
-space \s 0 blank						# 32
-
-#--BEGIN--------------------------------------------[Peter Engström 2011-03-23]
-# Remove U+200C three-per-em space = thick space but let it be a virtual space.
-space \x200C 9							# Assign x200C to virtual dot 9.
-noback pass2 @9 ?								# Remove virtual dot 9 during second pass.
-#--END----------------------------------------------[Peter Engström 2011-03-23]
-
-punctuation ! 235						# 33
-punctuation " 236						# 34	[Peter Engström 2011-03-15]
-sign # 3456								# 35
-sign $ 1246								# 36	[Peter Engström 2011-03-15]
-sign % 1234								# 37	[Peter Engström 2011-03-15]
-sign & 12346							# 38	[Peter Engström 2011-03-15]
-punctuation ' 3							# 39 apostrophe
-punctuation ) 356						# 40
-punctuation ( 236						# 41
-sign * 16								# 42	[Peter Engström 2011-03-15]
-math + 346								# 43	[Peter Engström 2011-03-15]
-punctuation , 46						# 44
-punctuation - 36						# 45
-punctuation \x06D4 256					# Arabic Full stop
-punctuation . 256						# 46	[Peter Engström 2011-03-15]
-math / 34								# 47
-include loweredDigits6Dots.uti
-punctuation : 5-2						# 58	[Peter Engström 2011-03-15]
-punctuation ; 5							# 59	[Peter Engström 2011-03-15]
-math < 0-126-0							# 60	[Peter Engström 2011-03-15]
-math = 123456							# 61	[Peter Engström 2011-03-15]
-letter > 0-246-0
-math > 0-345-0							# 62	[Peter Engström 2011-03-15]
-punctuation ? 1456						# 63
-sign @ 4								# 64
-
-include latinLetterDef6Dots.uti
-
-punctuation [ 13456						# 91	[Peter Engström 2011-03-15]
-sign \\ 1256							# 92	[Peter Engström 2011-03-15]
-punctuation ] 12346						# 93	[Peter Engström 2011-03-15]
-sign ^ 45								# 94 circumflex accent	[Peter Engström 2011-03-15]
-sign _ 456								# 95 underscore
-sign ` 4								# 96 grave accent
-# a - z									# 97 - 122
-punctuation { 135						# 123	[Peter Engström 2011-03-15]
-sign | 1245								# 124
-punctuation } 246						# 125	[Peter Engström 2011-03-15]
-math ~ 45								# 126
-space \X00A0 0							# 160 no-break space
-sign \x00A2 4-14						# 162 ¢ cents sign
-sign \x00A3 4-123						# 163 £ pounds sign
-sign \x00A5 4-13456						# 165 ¥ yen sign
-sign § 4-234-3							# 167 section sign \x00A7
-sign \x00A9 2356-6-14-2356 				# 169 © copyright sign
-sign \x00AE 16-256				 		# ® Registered mark
-punctuation \x00Ad 36					# 173 soft hyphen
-sign \x00B0 356							# 176 ° degrees sign
-sign \x00B5 46-134						# 181 µ micro sign
-sign \x00B6 4-1234-345					# 182 ¶ pilcrow sign
-sign \x00BF 236							# 191 inverted question mark
-math \x00D7 56-236						# 215 × multiplication sign
-math \x00F7 56-256						# 247 ÷ division sign
-
-punctuation \x2010 36					# 8208 hyphen
-punctuation \x2011 23478				# 8209 non-breaking hyphen
-punctuation \x2013 246					# 8211 en dash	[Peter Engström 2011-03-15]
-punctuation \x2014 246					# 8212	[Peter Engström 2011-03-15]
-punctuation	\x2018 3					# 8216 smart single left quotation mark
-punctuation	\x2019 3					# 8217 smart single right quotation mark
-punctuation	\x201C 2356					# 8220 smart opening double quote
-punctuation	\x201D 2356					# 8221 smart closing double quote
-punctuation	\x201E 2356					# 8222 smart double low quotation mark
-punctuation	\x201F 2356					# 8223 smart double high reverse quotation mark
-punctuation \x2026 3-3-3				# 8230 smart ellipsis
-sign \x20AC 4-15						# 8364 Euro sign
-noback sign \X25CF 16					# 9679 black circle
-
-#-------------------------- Arabic characters ---------------------------------
-sign \x060C 5							# Arabic comma
-sign \x061B 56							# Arabic semicolon
-sign \x061F 236							# Arabic question mark
-
-letter \x0621 345						# Hamza	[Peter Engström 2011-03-15]
-letter \x0622 345						# Alef with madda above
-letter \x0623 34						# Alef with hamza above
-letter \x0624 1256						# Waw with hamza above
-letter \x0625 34						# Alef with hamza below	[Peter Engström 2011-03-15]
-letter \x0626 345						# Yeh with hamza above 
-letter \x0627 1							# Alef
-letter \x0628 12						# Beh
-letter \x0629 16						# Teh marbutha
-letter \x062A 2345						# Teh
-letter \x062B 1456						# Theh
-letter \x062C 245						# Jeem
-letter \x062D 156						# Hah
-letter \x062E 1346						# Khah
-letter \x062F 145						# Dal
-letter \x0630 2346						# Thal
-letter \x0631 246						# Reh	[Peter Engström 2011-03-15]
-letter \x0632 1356						# Zain
-letter \x0633 234						# Seen
-letter \x0634 146						# Sheen
-letter \x0635 12346						# Sad
-letter \x0636 1246						# Dad
-letter \x0637 23456						# Tah
-letter \x0638 123456					# Zah
-letter \x0639 12356						# Ain
-letter \x063A 126						# Ghain
-letter \x0640 2							# Tatweel (=kashida inserted to stretch characters).
-letter \x0641 124						# Feh
-letter \x0642 12345						# Qaf
-letter \x0643 13						# Kaf
-letter \x0644 123						# Lam
-letter \x0645 134						# Meem
-letter \x0646 1345						# Noon
-
-#--BEGIN--------------------------------------------[Peter Engström 2011-02-08]
-letter \x0647 15						# Heh
-begword \x0647 125						
-midword \x0647 125						
-endword \x0647 15						
-#--END----------------------------------------------[Peter Engström 2011-02-08]
-
-letter \x0648 2456						# Waw
-letter \x0649 135						# Alef maksura
-letter \x064A 24						# Yeh
-letter \x064B 23						# Fathatan
-letter \x064C 26						# Dammatan
-letter \x064D 35						# Kasratan
-letter \x064E 2							# Fatha
-letter \x064F 136						# Damma
-letter \x0650 15						# Kasra
-letter \x0651 6							# Shadda
-letter \x0652 25						# Sukun
-
-#--BEGIN--------------------------------------------[Peter Engström 2011-02-08]
-sign \x02C7 456							# Caron (=hacek)
-sign \x032C 56							# Combinding caron below
-sign \x065A 456							# Vowel sign small v above
-sign \x0660 356							# 0 Arabic numbers
-sign \x0661 2							# 1
-sign \x0662 23							# 2
-sign \x0663 25							# 3
-sign \x0664 256							# 4
-sign \x0665 26							# 5
-sign \x0666 235							# 6
-sign \x0667 2356						# 7
-sign \x0668 236							# 8
-sign \x0669 35							# 9
-sign \x066C 5							# Arabic thousands separator
-
-letter \x067E 1234						# Peh
-letter \x0686 14						# Tcheh
-letter \x0695 1235						# Reh with small v below
-letter \x0698 346						# Jeh
-letter \x06A4 1236						# Veh
-letter \x06A9 13						# Keheh
-letter \x06AF 1245						# Gaf
-letter \x06B5 123456					# Lam with small v
-letter \x06BE 125						# Heh doachashmee
-letter \x06C1 15						# Heh goal
-letter \x06C6 135						# Oe
-letter \x06CB 1236						# Ve
-letter \x06CC 24						# Farsi Yeh
-letter \x06CE 34						# Yeh with small v
-letter \x06D5 15						# Ae
-letter \xFB8A 346						# Jeh isolated form
-letter \xFBA6 15						# Heh goal isolated form
-letter \xFBAA 125						# Heh doachashmee isolated form
-letter \xFBAB 15						# Heh doachashmee final form
-letter \xFBAC 125						# Heh doachashmee initial form
-letter \xFBAD 125						# Heh doachashmee medial form
-letter \xFBFC 24						# Farsi yeh isolated form
-letter \xFEAD 246						# Reh isolated form
-letter \xFEAE 246						# Reh final form
-letter \xFEDD 123						# Lam isolated form
-letter \xFEDE 123						# Lam final form
-letter \xFEE9 15						# Heh isolated form
-letter \xFEEA 15						# Heh final form
-letter \xFEEB 125						# Heh initial form
-letter \xFEEC 125						# Heh medial form
-letter \xFEEF 24						# Alef maksura isolated form
-letter \xFEFB 123-1						# Ligature lam with alef with hamza below isolated form 
-letter \xFEFC 123-1						# Ligature lam with alef with hamza below final form 
-
-#--END----------------------------------------------[Peter Engström 2011-02-08]
-# liblouis: Chinese mandarin braille code (Grade 2)
-#
-#-display-name: Two-cell Chinese Braille
-#
-#+locale:cmn-CN
-#+type:literary
-#+system:cmn-two-cell
-#
-# Version 1.2 2018-08-21
-# Add some punctuations.
-# Minor error correction.
-#
-# Version 1.1 2018-08-06
-# When Chinese characters are mixed with English letters,
-# if there is no space symbol between them, a braille symbol is inserted to separate them.
-# Add some abnormally pronouncing phrases.
-# Add electronic Braille symbols.
-# Correct the punctuation of some mistakes.
-#
-# Version 1.0 2018-07-23
-# The first version of the manual proofreading
-#
-# Copyright (C) 2018 Sunian Loomee <ghito@qq.com>
-# Copyright (C) 2018 NVDA Chinese website <http://nvdacn.com>
-#
-# This file is part of liblouis.
-#
-# liblouis is free software: you can redistribute it and/or modify it
-# under the terms of the GNU Lesser General Public License as
-# published by the Free Software Foundation, either version 2.1 of the
-# License, or (at your option) any later version.
-#
-# liblouis is distributed in the hope that it will be useful, but
-# WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-# Lesser General Public License for more details.
-#
-# You should have received a copy of the GNU Lesser General Public
-# License along with liblouis. If not, see
-# <http://www.gnu.org/licenses/>.
-#
-# Introduction
-#
-# This is the Chinese double spelling Braille, commonly known as the new Braille.
-# A Chinese character is composed of two Braille symbols, consonants and vowels, the tones are included in vowels.
-# It contains 20902 Chinese characters, about 3000 phrases of simplified characters and about 2000 phrases of traditional characters.
-#
-# About the words of abnormal pronunciations.
-# When it is used alone, the pronunciation is used as the pronunciation of a single word.
-# The number of phrases formed by one word is the largest, the pronunciation is used as the pronunciation of a single word.
-# Rare multi-tone words do not handle.
-#
-# References
-#
-# Chinese Mandarin Braille
-# The Chinese national standard (GB/T 15720-2008)
-# Brief introduction <http://www.std.gov.cn/gb/search/gbDetailed?id=5DDA8BA054B018DEE05397BE0A0A95A7>
-# Online reading <http://c.gb688.cn/bzgk/gb/showGb?type=online&hcno=484E4150A1F62E81B0553422E6A8A292>
-# Corresponding to Wikipedia
-# <https://en.wikipedia.org/wiki/Two-cell_Chinese_Braille>
-#
-# Examination and approval words of abnormal pronunciations in Mandarin
-# Brief introduction <http://www.moe.gov.cn/jyb_xwfb/s248/201606/t20160606_248272.html>
-# File download <http://www.moe.gov.cn/jyb_xwfb/s248/201606/W020160606277722984732.doc>
-#
-# Chinese Glossary of abnormal pronunciations.
-# <http://www.360doc.com/content/15/0317/19/1564413_455880341.shtml>
-#
-# CJK Unified Ideographs (\x4E00-\x9FA5), a total of 20902.
-# <http://www.qqxiuzi.cn/zh/hanzi-unicode-bianma.php>
-#
-# Chinese characters and unicode code conversion tool
-# Brief introduction <http://dl.pconline.com.cn/download/411069-1.html>
-# File download <http://dlc2.pconline.com.cn/filedown_411069_7273718/vCvbh6ni/pconline1478497970934.zip>
-#
-# Chinese character Pinyin conversion tool
-# Brief introduction <http://dl.pconline.com.cn/download/413452.html>
-# File download <http://dlc2.pconline.com.cn/filedown_413452_7286036/rfp86Mhb/pconline1478492920522.zip>
-#
-# This document is written in AkelPad, office-excel and office-word.
-# AkelPad text editor
-# <http://akelpad.sourceforge.net/>
-#
-# Thanks to original document with Yuzhou and Youling.
-# Thanks to manual testing with Yuzhou.
-#
-#
-# Start
-#
-# Single Chinese character
-sign \x5416 23456-2345
-sign \x963F 23456-2345
-sign \x554A 23456-356
-sign \x9515 23456-2345
-sign \x9312 23456-2345
-sign \x55C4 124-245
-sign \x54CE 23456-12345
-sign \x54C0 23456-12345
-sign \x57C3 23456-12345
-sign \x5509 23456-12345
-sign \x6B38 23456-34
-sign \x6EBE 23456-12345
-sign \x953F 23456-12345
-sign \x9384 23456-12345
-sign \x6328 23456-12345
-sign \x6371 23456-12456
-sign \x5540 23456-12456
-sign \x7691 23456-12456
-sign \x5A3E 23456-12456
-sign \x51D2 23456-12456
-sign \x5D66 23456-12456
-sign \x6EB0 23456-12456
-sign \x560A 23456-12456
-sign \x6571 23456-12456
-sign \x769A 23456-12456
-sign \x764C 23456-12456
-sign \x6BD0 23456-123456
-sign \x6639 23456-123456
-sign \x77EE 23456-123456
-sign \x853C 23456-123456
-sign \x8EB7 23456-123456
-sign \x6FED 23456-123456
-sign \x85F9 23456-123456
-sign \x972D 23456-123456
-sign \x8B6A 23456-123456
-sign \x9744 23456-123456
-sign \x827E 23456-1245
-sign \x4F0C 23456-1245
-sign \x7839 23456-1245
-sign \x7231 23456-1245
-sign \x784B 23456-1245
-sign \x9698 23456-1245
-sign \x5867 23456-1245
-sign \x788D 23456-1245
-sign \x55F3 23456-1245
-sign \x55CC 23456-1245
-sign \x611B 23456-1245
-sign \x5AD2 23456-1245
-sign \x7477 23456-1245
-sign \x53C6 23456-1245
-sign \x66A7 23456-1245
-sign \x50FE 23456-1245
-sign \x58D2 23456-1245
-sign \x9D31 23456-1245
-sign \x8586 23456-1245
-sign \x566F 23456-1245
-sign \x61D3 23456-1245
-sign \x5B21 23456-1245
-sign \x74A6 23456-1245
-sign \x8CF9 23456-1245
-sign \x66D6 23456-1245
-sign \x77B9 23456-1245
-sign \x99A4 23456-1245
-sign \x76A7 23456-1245
-sign \x7919 23456-1245
-sign \x9440 23456-1245
-sign \x8B7A 23456-1245
-sign \x9C6B 23456-1245
-sign \x5B89 23456-1234
-sign \x4F92 23456-1234
-sign \x5CD6 23456-1234
-sign \x6849 23456-1234
-sign \x6C28 23456-1234
-sign \x5EB5 23456-1234
-sign \x8C19 23456-1234
-sign \x844A 23456-1234
-sign \x843B 23456-1234
-sign \x557D 23456-1234
-sign \x5A95 23456-1234
-sign \x9E4C 23456-1234
-sign \x8164 23456-1234
-sign \x75F7 23456-1234
-sign \x84ED 23456-1234
-sign \x8A9D 23456-1234
-sign \x978D 23456-1234
-sign \x978C 23456-1234
-sign \x76E6 23456-1234
-sign \x8AF3 23456-1234
-sign \x95C7 23456-124
-sign \x99A3 23456-1234
-sign \x9B9F 23456-1234
-sign \x76EB 23456-1234
-sign \x9D6A 23456-1234
-sign \x97FD 23456-1234
-sign \x9D95 23456-1234
-sign \x96F8 23456-1246
-sign \x57B5 23456-12346
-sign \x4FFA 23456-12346
-sign \x57EF 23456-12346
-sign \x5535 23456-12346
-sign \x94F5 23456-12346
-sign \x968C 23456-124
-sign \x63DE 23456-12346
-sign \x667B 23456-12346
-sign \x7F6F 23456-12346
-sign \x92A8 23456-12346
-sign \x72B4 23456-124
-sign \x5CB8 23456-124
-sign \x6309 23456-124
-sign \x834C 23456-124
-sign \x6D1D 23456-124
-sign \x8C7B 23456-124
-sign \x80FA 23456-124
-sign \x6848 23456-124
-sign \x5813 23456-124
-sign \x5A69 23456-124
-sign \x6697 23456-124
-sign \x8C8B 23456-124
-sign \x5111 23456-124
-sign \x930C 23456-124
-sign \x9EEF 23456-124
-sign \x80AE 23456-1345
-sign \x9AAF 23456-1345
-sign \x5C87 23456-1456
-sign \x678A 23456-145
-sign \x6602 23456-1456
-sign \x663B 23456-1456
-sign \x76CE 23456-145
-sign \x91A0 23456-145
-sign \x51F9 23456-1235
-sign \x67EA 23456-1235
-sign \x8EEA 23456-1235
-sign \x720A 23456-1235
-sign \x6556 23456-1256
-sign \x53AB 23456-1256
-sign \x969E 23456-1256
-sign \x55F8 23456-1256
-sign \x5D85 23456-1256
-sign \x9068 23456-1256
-sign \x851C 23456-1256
-sign \x55F7 23456-1256
-sign \x7353 23456-1256
-sign \x5ED2 23456-1256
-sign \x6EF6 23456-1256
-sign \x7488 23456-1256
-sign \x7352 23456-1256
-sign \x646E 23456-1256
-sign \x71AC 23456-1256
-sign \x78DD 23456-1256
-sign \x8071 23456-1256
-sign \x87AF 23456-1256
-sign \x7FF1 23456-1256
-sign \x8B37 23456-1256
-sign \x7FF6 23456-1256
-sign \x9CCC 23456-1256
-sign \x7FFA 23456-1256
-sign \x93D6 23456-1256
-sign \x9DD4 23456-1256
-sign \x9C32 23456-1256
-sign \x9F07 23456-1256
-sign \x82BA 23456-12356
-sign \x8884 23456-12356
-sign \x957A 23456-12356
-sign \x5AAA 23456-12356
-sign \x5ABC 23456-12356
-sign \x8956 23456-12356
-sign \x6277 23456-125
-sign \x629D 23456-12356
-sign \x5C99 23456-125
-sign \x5787 23456-125
-sign \x5773 23456-125
-sign \x5CB0 23456-125
-sign \x5961 23456-125
-sign \x50B2 23456-125
-sign \x5965 23456-125
-sign \x5AEF 23456-125
-sign \x9A9C 23456-125
-sign \x5967 23456-125
-sign \x6160 23456-125
-sign \x64D9 23456-125
-sign \x5DB4 23456-125
-sign \x6FB3 23456-125
-sign \x61CA 23456-125
-sign \x8B38 23456-1256
-sign \x93CA 23456-125
-sign \x9A41 23456-125
-sign \x516B 24-2345
-sign \x4E37 24-2345
-sign \x4EC8 24-2345
-sign \x5DF4 24-2345
-sign \x6252 24-2345
-sign \x53ED 24-2345
-sign \x7390 24-2345
-sign \x6733 24-2345
-sign \x82AD 24-2345
-sign \x593F 24-2345
-sign \x5C9C 24-2345
-sign \x75A4 24-2345
-sign \x634C 24-2345
-sign \x8686 24-2345
-sign \x54F5 24-2345
-sign \x7B06 24-2345
-sign \x91DF 24-2345
-sign \x91DB 12-246
-sign \x7F93 24-2345
-sign \x7C91 24-2345
-sign \x7D26 24-2345
-sign \x8C5D 24-2345
-sign \x9C83 24-2345
-sign \x9B5E 24-2345
-sign \x72AE 24-2456
-sign \x53D0 24-2456
-sign \x629C 24-2456
-sign \x577A 24-2456
-sign \x62D4 24-2456
-sign \x8307 24-2456
-sign \x59AD 24-2456
-sign \x80C8 24-2456
-sign \x70A6 24-2456
-sign \x7679 24-2456
-sign \x83DD 24-2456
-sign \x8EF7 24-2456
-sign \x8DCB 24-2456
-sign \x8A59 24-2456
-sign \x9B43 24-2456
-sign \x98B0 24-2456
-sign \x58A2 24-2456
-sign \x9F25 24-2456
-sign \x628A 24-23456
-sign \x9776 24-23456
-sign \x575D 24-245
-sign \x5F1D 24-245
-sign \x7238 24-245
-sign \x57BB 24-245
-sign \x7F62 24-245
-sign \x9C85 24-245
-sign \x7F77 24-245
-sign \x9B81 24-245
-sign \x8987 24-245
-sign \x77F2 24-245
-sign \x9738 24-245
-sign \x58E9 24-245
-sign \x705E 24-245
-sign \x6B1B 24-245
-sign \x5427 24-356
-sign \x6300 24-12345
-sign \x63B0 24-12345
-sign \x767D 24-12456
-sign \x767E 24-123456
-sign \x4F70 24-123456
-sign \x67CF 24-123456
-sign \x6822 24-123456
-sign \x74F8 24-123456-26-23456
-sign \x636D 24-123456
-sign \x7AE1 24-123456-124-135
-sign \x7CA8 24-123456
-sign \x7D54 24-123456
-sign \x6446 24-123456
-sign \x64FA 24-123456
-sign \x896C 24-123456
-sign \x5E8D 24-1245
-sign \x62DD 24-1245
-sign \x8D25 24-1245
-sign \x62DC 24-1245
-sign \x6557 24-1245
-sign \x7A17 24-1245
-sign \x7CBA 24-1245
-sign \x85AD 24-1245
-sign \x8D01 24-1245
-sign \x97DB 24-1245
-sign \x6273 24-1234
-sign \x653D 24-1234
-sign \x73ED 24-1234
-sign \x822C 24-1234
-sign \x9881 24-1234
-sign \x6591 24-1234
-sign \x642C 24-1234
-sign \x9812 24-1234
-sign \x6592 24-1234
-sign \x7622 24-1234
-sign \x764D 24-1234
-sign \x8FAC 24-1234
-sign \x962A 24-12346
-sign \x5742 24-12346
-sign \x5C85 24-12346
-sign \x677F 24-12346
-sign \x74EA 24-12346
-sign \x6604 24-12346
-sign \x7248 24-12346
-sign \x94A3 24-12346
-sign \x8982 235-1356
-sign \x8228 24-12346
-sign \x7C84 24-12346
-sign \x9211 24-12346
-sign \x8742 24-12346
-sign \x9B6C 24-12346
-sign \x95C6 24-12346
-sign \x529E 24-124
-sign \x534A 24-124
-sign \x4F34 24-124
-sign \x5762 234-12346
-sign \x62CC 24-124
-sign \x6011 24-124
-sign \x59C5 24-124
-sign \x7ECA 24-124
-sign \x79DA 24-124
-sign \x6E74 24-124
-sign \x7D46 24-124
-sign \x8DD8 236-1246
-sign \x9261 24-124
-sign \x977D 24-124
-sign \x8FA6 24-124
-sign \x74E3 24-124
-sign \x626E 24-124
-sign \x90A6 24-1345
-sign \x5E2E 24-1345
-sign \x57B9 24-1345
-sign \x6360 24-1345
-sign \x6886 24-1345
-sign \x6D5C 24-1345
-sign \x90AB 24-1345
-sign \x5E47 24-1345
-sign \x5E5A 24-1345
-sign \x5E6B 24-1345
-sign \x97A4 24-1345
-sign \x7ED1 24-13456
-sign \x7D81 24-13456
-sign \x699C 24-13456
-sign \x7253 24-13456
-sign \x73A4 24-145
-sign \x868C 24-145
-sign \x68D2 24-145
-sign \x68D3 24-145
-sign \x7865 246-13456
-sign \x508D 24-145
-sign \x8C24 24-145
-sign \x585D 24-145
-sign \x84A1 24-145
-sign \x7A16 24-145
-sign \x872F 24-145
-sign \x78C5 24-145
-sign \x9551 24-145
-sign \x8255 24-145
-sign \x7E0D 24-1345
-sign \x8B17 24-145
-sign \x938A 24-145
-sign \x52F9 24-1235
-sign \x5305 24-1235
-sign \x4F68 24-1235
-sign \x82DE 24-1235
-sign \x5B62 24-1235
-sign \x80DE 24-1235
-sign \x7B23 24-1235
-sign \x9F85 24-1235
-sign \x7172 24-1235
-sign \x8554 24-1235
-sign \x8912 24-1235
-sign \x95C1 24-1235
-sign \x8943 24-1235
-sign \x9F59 24-1235
-sign \x7A87 24-1256
-sign \x96F9 24-1256
-sign \x8584 24-1256
-sign \x5B80 2456-1246
-sign \x9971 24-12356
-sign \x6009 24-12356
-sign \x5B9D 24-12356
-sign \x4FDD 24-12356
-sign \x9E28 24-12356
-sign \x73E4 24-12356
-sign \x5822 24-12356
-sign \x8446 24-12356
-sign \x5821 24-12356
-sign \x5AAC 24-12356
-sign \x98F9 24-12356
-sign \x98FD 24-12356
-sign \x5BDA 24-12356
-sign \x99C2 24-12356
-sign \x8913 24-12356
-sign \x9CF5 24-12356
-sign \x9D07 24-12356
-sign \x7DE5 24-12356
-sign \x8CF2 24-12356
-sign \x85F5 24-134
-sign \x5BF3 24-12356
-sign \x5BF6 24-12356
-sign \x974C 24-12356
-sign \x52FD 24-125
-sign \x62A5 24-125
-sign \x62B1 24-125
-sign \x8DB5 24-234
-sign \x94C7 24-125
-sign \x8C79 24-125
-sign \x83E2 24-125
-sign \x888C 24-125
-sign \x5831 24-125
-sign \x924B 24-125
-sign \x9C8D 24-125
-sign \x9764 236-125
-sign \x9AB2 24-125
-sign \x9AF1 24-125
-sign \x66B4 24-125
-sign \x8663 24-125
-sign \x9B91 24-125
-sign \x66D3 24-125
-sign \x5124 24-125
-sign \x7206 24-125
-sign \x5FC1 24-125
-sign \x9464 24-125
-sign \x8421 24-246
-sign \x9642 24-345
-sign \x676F 24-345
-sign \x5351 24-345
-sign \x76C3 24-345
-sign \x686E 24-345
-sign \x63F9 24-345
-sign \x60B2 24-345
-sign \x7891 24-345
-sign \x9E4E 24-345
-sign \x85E3 24-345
-sign \x9D6F 24-345
-sign \x5317 24-3456
-sign \x9273 24-3456
-sign \x8D1D 24-34
-sign \x5B5B 24-246
-sign \x90B6 24-34
-sign \x8C9D 24-34
-sign \x72C8 24-34
-sign \x82DD 24-34
-sign \x6601 24-34
-sign \x726C 24-34
-sign \x5907 24-34
-sign \x80CC 24-34
-sign \x94A1 24-34
-sign \x4FFB 24-34
-sign \x500D 24-34
-sign \x72FD 24-34
-sign \x6096 24-34
-sign \x88AB 24-34
-sign \x73FC 24-34
-sign \x6896 24-34
-sign \x9101 24-34
-sign \x505D 24-34
-sign \x5079 24-34
-sign \x7432 24-34
-sign \x8F88 24-34
-sign \x8EF0 24-34
-sign \x5099 24-34
-sign \x50C3 24-34
-sign \x60EB 24-34
-sign \x7119 24-34
-sign \x84D3 24-34
-sign \x6102 24-34
-sign \x789A 24-34
-sign \x86FD 24-34
-sign \x7999 24-34
-sign \x9AB3 24-34
-sign \x7295 24-34
-sign \x8A96 24-34
-sign \x8919 24-34
-sign \x8F29 24-34
-sign \x92C7 24-34
-sign \x618A 24-34
-sign \x7CD2 24-34
-sign \x97B4 24-34
-sign \x943E 24-34
-sign \x5457 24-3
-sign \x5504 24-3
-sign \x5954 24-13
-sign \x6CCD 24-13
-sign \x8D32 24-13
-sign \x5034 24-1
-sign \x9029 24-1
-sign \x55AF 24-13
-sign \x6E00 24-1
-sign \x8CC1 24-13
-sign \x7287 24-13
-sign \x951B 24-13
-sign \x931B 24-13
-sign \x672C 24-136
-sign \x5932 24-136
-sign \x82EF 24-136
-sign \x5959 24-136
-sign \x755A 24-136
-sign \x7FC9 24-136
-sign \x694D 24-136
-sign \x574C 24-1
-sign \x6379 24-1
-sign \x6873 24-1
-sign \x7B28 24-1
-sign \x64AA 24-1
-sign \x8F3D 24-1
-sign \x4F3B 24-135
-sign \x6337 24-15
-sign \x595F 24-135
-sign \x5D29 24-135
-sign \x7EF7 24-135
-sign \x958D 24-135
-sign \x7D63 24-135
-sign \x5D6D 24-135
-sign \x50B0 236-156
-sign \x75ED 24-135
-sign \x5623 24-135
-sign \x7DB3 24-135
-sign \x7E43 24-135
-sign \x752D 24-156
-sign \x57F2 24-1356
-sign \x83F6 24-1356
-sign \x742B 24-1356
-sign \x7423 24-1356
-sign \x979B 24-1356
-sign \x6CF5 24-15
-sign \x8FF8 24-15
-sign \x902C 24-15
-sign \x8DF0 24-15
-sign \x5874 24-15
-sign \x750F 24-15
-sign \x955A 24-15
-sign \x8E66 24-15
-sign \x93F0 24-15
-sign \x7680 245-123
-sign \x5C44 245-123
-sign \x6082 2356-123
-sign \x506A 245-123
-sign \x903C 245-123
-sign \x6BF4 245-123
-sign \x921A 2356-123
-sign \x6945 245-123
-sign \x698C 245-123
-sign \x8C4D 245-123
-sign \x9D56 245-123
-sign \x9CBE 245-123
-sign \x939E 245-12
-sign \x9C0F 245-123
-sign \x67F2 245-12
-sign \x8378 245-126
-sign \x9F3B 245-126
-sign \x5B36 245-126
-sign \x5315 245-1236
-sign \x6BD4 245-1236
-sign \x673C 245-1236
-sign \x5936 245-1236
-sign \x5421 245-1236
-sign \x4F4A 245-1236
-sign \x7595 245-1236
-sign \x6C98 245-1236
-sign \x59A3 245-1236
-sign \x5F7C 245-1236
-sign \x67C0 245-1236
-sign \x79D5 245-1236
-sign \x7C8A 245-12
-sign \x7B14 245-1236
-sign \x4FFE 245-1236
-sign \x822D 245-1236
-sign \x7C83 245-1236
-sign \x5A1D 245-1236
-sign \x555A 245-1236
-sign \x7B46 245-1236
-sign \x9119 245-1236
-sign \x805B 245-1236
-sign \x8C8F 245-1236
-sign \x9B6E 2356-126
-sign \x5E01 245-12
-sign \x5FC5 245-12
-sign \x6BD5 245-12
-sign \x95ED 245-12
-sign \x5752 245-12
-sign \x4F56 245-12
-sign \x5E87 245-12
-sign \x90B2 245-12
-sign \x8BD0 245-12
-sign \x82FE 245-12
-sign \x6788 245-12
-sign \x7540 245-12
-sign \x7541 135-126
-sign \x602D 245-12
-sign \x59BC 245-12
-sign \x73CC 245-12
-sign \x835C 245-12
-sign \x6BD6 245-12
-sign \x54D4 245-12
-sign \x75AA 245-12
-sign \x965B 245-12
-sign \x6BD9 245-12
-sign \x7562 245-12
-sign \x94CB 245-12
-sign \x72F4 245-12
-sign \x8890 245-12
-sign \x841E 245-12
-sign \x8406 245-12
-sign \x6890 245-12
-sign \x9589 245-12
-sign \x9587 245-12
-sign \x5EB3 245-12
-sign \x655D 245-12
-sign \x5A62 245-12
-sign \x581B 245-12
-sign \x7695 245-12
-sign \x8CB1 245-12
-sign \x8D51 245-12
-sign \x7B5A 245-12
-sign \x8A56 245-12
-sign \x6E62 245-12
-sign \x610A 245-12
-sign \x610E 245-12
-sign \x7986 245-12
-sign \x5F3B 245-12
-sign \x5F3C 245-12
-sign \x84FD 245-12
-sign \x84D6 245-12
-sign \x959F 245-12
-sign \x8DF8 245-12
-sign \x870C 245-12
-sign \x55F6 245-12
-sign \x924D 245-12
-sign \x98F6 245-12
-sign \x8177 245-12
-sign \x75F9 245-12
-sign \x75FA 245-12
-sign \x714F 245-12
-sign \x6EED 245-12
-sign \x6ED7 245-12
-sign \x88E8 245-12
-sign \x5F43 245-12
-sign \x78A7 245-12
-sign \x9781 24-34
-sign \x853D 245-12
-sign \x7A2B 245-12
-sign \x999D 245-12
-sign \x7B85 245-12
-sign \x7B86 245-12
-sign \x7359 245-12
-sign \x5F0A 245-12
-sign \x5E63 245-12
-sign \x719A 245-12
-sign \x912A 245-12
-sign \x7DBC 245-12
-sign \x9AF2 245-12
-sign \x99DC 245-12
-sign \x5E64 245-12
-sign \x7F7C 245-12
-sign \x7358 245-12
-sign \x6F77 245-12
-sign \x8945 245-12
-sign \x859C 245-12
-sign \x89F1 245-12
-sign \x7BF3 245-12
-sign \x7BE6 245-12
-sign \x9B85 245-12
-sign \x5EE6 245-12
-sign \x58C1 245-12
-sign \x907F 245-12
-sign \x5B16 245-12
-sign \x7E2A 245-12
-sign \x979E 245-1356
-sign \x8E55 245-12
-sign \x9AC0 245-12
-sign \x6583 245-12
-sign \x6FDE 245-12
-sign \x81C2 245-12
-sign \x5970 245-12
-sign \x93CE 245-12
-sign \x9946 245-12
-sign \x9128 245-12
-sign \x74A7 245-12
-sign \x97B8 245-12
-sign \x9B53 245-12
-sign \x8963 245-12
-sign \x895E 245-12
-sign \x7E74 245-12
-sign \x97E0 245-12
-sign \x9A46 245-12
-sign \x8E83 245-12
-sign \x8E84 245-12
-sign \x9DDD 245-12
-sign \x8D14 245-12
-sign \x9434 245-12
-sign \x9DE9 245-12
-sign \x9E0A 2345-12
-sign \x9F0A 245-12
-sign \x8FB9 245-1234
-sign \x782D 245-1234
-sign \x7B3E 245-1234
-sign \x8439 245-1234
-sign \x7335 245-1234
-sign \x7F16 245-1234
-sign \x7251 245-1234
-sign \x7178 245-1234
-sign \x8759 245-1234
-sign \x7BAF 245-1234
-sign \x7DE8 245-1234
-sign \x9795 25-15
-sign \x9089 245-1234
-sign \x937D 245-1234
-sign \x9CCA 245-1234
-sign \x7371 245-1234
-sign \x97AD 245-1234
-sign \x908A 245-1234
-sign \x9BFE 245-1234
-sign \x9BFF 245-1234
-sign \x7C69 245-1234
-sign \x91C6 245-124
-sign \x8D2C 245-12346
-sign \x709E 245-1234
-sign \x75BA 235-2456
-sign \x7A86 245-12346
-sign \x6241 245-12346
-sign \x533E 245-12346
-sign \x8CB6 245-12346
-sign \x60FC 245-12346
-sign \x78A5 245-12346
-sign \x7A28 245-12346
-sign \x890A 245-12346
-sign \x7CC4 245-1234
-sign \x9D18 245-12346
-sign \x85CA 245-12346
-sign \x9DA3 2356-1234
-sign \x535E 245-124
-sign \x5F01 245-124
-sign \x6283 245-124
-sign \x82C4 245-124
-sign \x6C73 245-124
-sign \x6C74 245-124
-sign \x5FED 245-124
-sign \x73A3 245-124
-sign \x5CC5 245-124
-sign \x53D8 245-124
-sign \x662A 245-124
-sign \x4FBF 245-124
-sign \x5909 245-124
-sign \x898D 245-124
-sign \x63D9 245-12346
-sign \x5FA7 245-124
-sign \x904D 245-124
-sign \x7F0F 245-124
-sign \x959E 245-124
-sign \x8FA1 245-124
-sign \x8251 245-124
-sign \x9828 256-1236
-sign \x7DF6 245-124
-sign \x8FA8 245-124
-sign \x8FA9 245-124
-sign \x8FA7 245-124
-sign \x8FAB 245-124
-sign \x8FAE 245-124
-sign \x8FAF 245-124
-sign \x8B8A 245-124
-sign \x6807 245-1235
-sign \x98D1 245-1235
-sign \x9A89 245-1235
-sign \x9ADF 245-1235
-sign \x5F6A 245-1235
-sign \x6DF2 245-1235
-sign \x730B 245-1235
-sign \x813F 245-1235
-sign \x5882 245-1235
-sign \x647D 245-1235
-sign \x8508 245-1235
-sign \x5E56 245-1235
-sign \x98AE 245-1235
-sign \x6EEE 245-1235
-sign \x9AA0 2356-125
-sign \x6A19 245-1235
-sign \x8198 245-1235
-sign \x9E83 245-1235
-sign \x719B 245-1235
-sign \x78E6 245-1235
-sign \x98D9 245-1235
-sign \x9556 245-1235
-sign \x98DA 245-1235
-sign \x762D 245-1235
-sign \x5126 245-1235
-sign \x98B7 245-1235
-sign \x85E8 245-1235
-sign \x8B24 245-1235
-sign \x700C 245-1235
-sign \x8D06 245-1235
-sign \x7202 245-1235
-sign \x93E2 245-1235
-sign \x81D5 245-1235
-sign \x9573 245-1235
-sign \x7A6E 245-1235
-sign \x9A43 245-1235
-sign \x98C6 245-1235
-sign \x98C7 245-1235
-sign \x98C8 245-1235
-sign \x98CA 245-1235
-sign \x9463 245-1235
-sign \x9A6B 245-1235
-sign \x5AD1 245-1256
-sign \x8868 245-12356
-sign \x5A4A 245-12356
-sign \x88F1 245-12356
-sign \x8AD8 245-12356
-sign \x9336 245-12356
-sign \x893E 245-12356
-sign \x6AA6 245-12356
-sign \x4FF5 245-125
-sign \x9CD4 245-125
-sign \x9C3E 245-125
-sign \x618B 245-234
-sign \x9CD6 245-234
-sign \x9C49 245-234
-sign \x9F08 245-234
-sign \x864C 245-234
-sign \x9F9E 245-234
-sign \x5225 245-246
-sign \x522B 245-246
-sign \x5487 245-12
-sign \x8382 245-246
-sign \x86C2 245-246
-sign \x5FB6 245-246
-sign \x8952 245-246
-sign \x87DE 245-234
-sign \x8E69 245-246
-sign \x762A 245-2346
-sign \x765F 245-2346
-sign \x5F46 245-24
-sign \x6C43 245-13
-sign \x90A0 245-13
-sign \x73A2 245-13
-sign \x780F 245-13
-sign \x5BBE 245-13
-sign \x5F6C 245-13
-sign \x6915 245-13
-sign \x50A7 245-13
-sign \x658C 245-13
-sign \x6EE8 245-13
-sign \x7F24 245-13
-sign \x7478 245-13
-sign \x69DF 245-13
-sign \x8C69 245-13
-sign \x8CD3 245-13
-sign \x8CD4 245-13
-sign \x9554 245-13
-sign \x5110 245-13
-sign \x6FD2 245-13
-sign \x8C73 245-13
-sign \x8668 245-13
-sign \x6FF1 245-13
-sign \x6FF5 245-13
-sign \x74B8 245-13
-sign \x6AB3 245-13
-sign \x9726 245-13
-sign \x7015 245-13
-sign \x7E7D 245-13
-sign \x944C 245-13
-sign \x986E 245-13
-sign \x6C1E 1234-34
-sign \x6448 245-1
-sign \x9AE9 245-1
-sign \x6BA1 245-1
-sign \x8191 245-1
-sign \x9B02 245-1
-sign \x64EF 245-1
-sign \x6BAF 245-1
-sign \x81CF 245-1
-sign \x9ACC 245-1
-sign \x9B13 245-1
-sign \x9AD5 245-1
-sign \x9B22 245-1
-sign \x4ECC 245-135
-sign \x4ED2 245-135
-sign \x6C37 245-135
-sign \x51B0 245-135
-sign \x5175 245-135
-sign \x681F 245-135
-sign \x63A4 245-135
-sign \x68B9 245-135
-sign \x92F2 245-135
-sign \x4E19 245-1356
-sign \x90B4 245-1356
-sign \x9643 245-1356
-sign \x62A6 245-1356
-sign \x82EA 245-1356
-sign \x79C9 245-1356
-sign \x6032 245-1356
-sign \x67C4 245-1356
-sign \x661E 245-1356
-sign \x663A 245-1356
-sign \x997C 245-1356
-sign \x70B3 245-1356
-sign \x772A 245-1356
-sign \x7A89 245-1356
-sign \x86C3 245-1356
-sign \x68C5 245-1356
-sign \x9235 245-1356
-sign \x7980 245-1356
-sign \x7A1F 245-1356
-sign \x9786 245-1356
-sign \x927C 245-1356
-sign \x9905 245-1356
-sign \x9920 245-1356
-sign \x765D 245-1356
-sign \x765B 245-1356
-sign \x7592 1234-24
-sign \x5E76 245-15
-sign \x5E77 245-15
-sign \x4F75 245-15
-sign \x4E26 245-15
-sign \x57AA 245-15
-sign \x5EB0 245-15
-sign \x6824 245-15
-sign \x5002 245-15
-sign \x75C5 245-15
-sign \x7ADD 245-15
-sign \x504B 245-1356
-sign \x6452 245-15
-sign \x50A1 245-15
-sign \x5BCE 245-1356
-sign \x8A81 245-15
-sign \x9BA9 245-15
-sign \x9750 245-15
-sign \x7676 24-234
-sign \x62E8 24-234
-sign \x6CE2 24-234
-sign \x73BB 24-234
-sign \x7835 24-234
-sign \x76CB 24-234
-sign \x94B5 24-234
-sign \x997D 24-234
-sign \x889A 24-234
-sign \x88AF 24-246
-sign \x5265 24-234
-sign \x525D 24-234
-sign \x83E0 24-234
-sign \x7F3D 24-234
-sign \x7D34 24-234
-sign \x6E8A 24-234
-sign \x9262 24-234
-sign \x7886 24-234
-sign \x50E0 24-234
-sign \x64AD 24-234
-sign \x64A5 24-234
-sign \x5D93 24-234
-sign \x9911 24-234
-sign \x78FB 236-1246
-sign \x8E73 24-234
-sign \x9A4B 24-234
-sign \x9C4D 24-234
-sign \x4EE2 24-246
-sign \x4F2F 24-246
-sign \x72BB 24-246
-sign \x9A73 24-246
-sign \x82E9 24-246
-sign \x5E1B 24-246
-sign \x74DD 24-246
-sign \x72DB 24-246
-sign \x6CCA 24-246
-sign \x67ED 24-246
-sign \x90E3 24-246
-sign \x52C3 24-246
-sign \x4FBC 24-246
-sign \x80C9 24-246
-sign \x632C 24-246
-sign \x94B9 24-246
-sign \x94C2 24-246
-sign \x79E1 24-246
-sign \x74DF 24-246
-sign \x4EB3 24-246
-sign \x6D61 24-246
-sign \x6872 24-246
-sign \x8236 24-246
-sign \x8116 24-246
-sign \x6DFF 24-246
-sign \x535A 24-246
-sign \x8467 24-246
-sign \x9E41 24-246
-sign \x6E50 236-24
-sign \x6E24 24-246
-sign \x640F 24-246
-sign \x9238 24-246
-sign \x9251 24-246
-sign \x9C8C 24-246
-sign \x733C 24-246
-sign \x998E 24-246
-sign \x613D 24-246
-sign \x99C1 24-246
-sign \x50F0 24-246
-sign \x999B 24-246
-sign \x7B94 24-246
-sign \x7254 24-246
-sign \x824A 24-246
-sign \x818A 24-246
-sign \x717F 24-246
-sign \x8E23 24-246
-sign \x9548 24-246
-sign \x92CD 24-246
-sign \x99EE 24-246
-sign \x999E 24-246
-sign \x58C6 24-246
-sign \x9B8A 24-246
-sign \x8C70 24-246
-sign \x894F 24-246
-sign \x9D53 24-246
-sign \x7921 24-246
-sign \x7C19 24-246
-sign \x939B 24-246
-sign \x993A 24-246
-sign \x61EA 24-246
-sign \x9AC6 24-246
-sign \x9AC9 24-246
-sign \x72A6 24-125
-sign \x6B02 24-246
-sign \x896E 24-246
-sign \x7934 24-246
-sign \x946E 24-246
-sign \x8DDB 24-2346
-sign \x7BA5 24-2346
-sign \x5B79 24-24
-sign \x6A97 24-24
-sign \x64D8 24-24
-sign \x7C38 24-2346
-sign \x8B52 24-24
-sign \x7CEA 24-246
-sign \x8617 24-24
-sign \x535C 24-1236
-sign \x5575 24-35
-sign \x8514 24-35
-sign \x5DED 236-23
-sign \x900B 24-123
-sign \x5CEC 24-123
-sign \x94B8 24-123
-sign \x5EAF 24-123
-sign \x6661 24-123
-sign \x923D 24-123
-sign \x8AA7 24-123
-sign \x8F50 24-126
-sign \x535F 24-1236
-sign \x8865 24-1236
-sign \x6355 24-1236
-sign \x54FA 24-1236
-sign \x88DC 24-1236
-sign \x9CEA 24-1236
-sign \x9D4F 24-123
-sign \x9E14 24-1236
-sign \x4E0D 24-12
-sign \x5E03 24-12
-sign \x6B65 24-12
-sign \x5425 24-12
-sign \x4F48 24-12
-sign \x62AA 24-12
-sign \x6B68 24-12
-sign \x6B69 24-12
-sign \x5498 24-12
-sign \x6016 24-12
-sign \x67E8 24-12
-sign \x949A 24-12
-sign \x57D7 24-12
-sign \x6357 24-12
-sign \x8379 24-12
-sign \x90E8 24-12
-sign \x52CF 24-12
-sign \x6091 24-12
-sign \x57E0 24-12
-sign \x9208 24-12
-sign \x74FF 24-12
-sign \x8500 24-12
-sign \x5ECD 24-12
-sign \x8E04 24-12
-sign \x9914 24-123
-sign \x90F6 24-12
-sign \x7BF0 24-12
-sign \x9922 24-12
-sign \x91AD 24-126
-sign \x7C3F 24-12
-sign \x6503 1345-2345
-sign \x64E6 1345-2345
-sign \x7924 1345-23456
-sign \x7938 1345-23456
-sign \x906A 1345-245
-sign \x731C 1345-12345
-sign \x624D 1345-12456
-sign \x6750 1345-12456
-sign \x8D22 1345-12456
-sign \x8CA1 1345-12456
-sign \x88C1 1345-12456
-sign \x7E94 1345-12456
-sign \x6BDD 1345-123456
-sign \x91C7 1345-123456
-sign \x5038 1345-123456
-sign \x63A1 1345-123456
-sign \x554B 1345-123456
-sign \x5F69 1345-123456
-sign \x5BC0 1345-123456
-sign \x5A47 1345-123456
-sign \x776C 1345-123456
-sign \x8DF4 1345-123456
-sign \x7DB5 1345-123456
-sign \x8E29 1345-123456
-sign \x57F0 1345-123456
-sign \x83DC 1345-1245
-sign \x68CC 1345-123456
-sign \x8521 1345-1245
-sign \x7E29 1345-1245
-sign \x53C2 1345-1234
-sign \x98E1 1345-1234
-sign \x53C4 1345-1234
-sign \x53C3 1345-1234
-sign \x9A96 1345-1234
-sign \x55B0 1345-1234
-sign \x6E4C 1345-1234
-sign \x53C5 1345-1234
-sign \x98F1 12456-13
-sign \x50AA 1345-1234
-sign \x5D7E 1345-13
-sign \x9910 1345-1234
-sign \x5B20 1345-1234
-sign \x7218 1345-124
-sign \x9A42 1345-1234
-sign \x6B8B 1345-1246
-sign \x8695 1345-1246
-sign \x60ED 1345-1246
-sign \x6B98 1345-1246
-sign \x8745 1345-1246
-sign \x615A 1345-1246
-sign \x6159 1345-1246
-sign \x883A 1345-1246
-sign \x8836 1345-1246
-sign \x60E8 1345-12346
-sign \x6158 1345-12346
-sign \x61AF 1345-12346
-sign \x9EEA 1345-12346
-sign \x9EF2 1345-12346
-sign \x707F 1345-124
-sign \x7CB2 1345-124
-sign \x510F 1345-124
-sign \x8592 1345-124
-sign \x6FAF 1345-124
-sign \x74A8 1345-124
-sign \x71E6 1345-124
-sign \x8B32 1345-124
-sign \x4ED3 1345-1345
-sign \x4EFA 1345-1345
-sign \x4F27 1345-1345
-sign \x82CD 1345-1345
-sign \x6CA7 1345-1345
-sign \x9E27 1345-1345
-sign \x8231 1345-1345
-sign \x5009 1345-1345
-sign \x51D4 1345-1345
-sign \x84BC 1345-1345
-sign \x5D62 1345-1345
-sign \x734A 1345-1345
-sign \x6EC4 1345-1345
-sign \x87A5 1345-1345
-sign \x8259 1345-1345
-sign \x6FF8 1345-1345
-sign \x9DAC 1345-1345
-sign \x5328 145-1345
-sign \x8535 145-1345
-sign \x85CF 1345-1456
-sign \x6B0C 1345-1456
-sign \x9476 1345-1456
-sign \x8CF6 1345-145
-sign \x64A1 1345-1235
-sign \x64CD 1345-1235
-sign \x7CD9 1345-1235
-sign \x66FA 1345-1256
-sign \x66F9 1345-1256
-sign \x50AE 145-1235
-sign \x84F8 1345-1256
-sign \x5608 1345-1256
-sign \x5D86 1345-1256
-sign \x6F15 1345-1256
-sign \x6152 1345-1256
-sign \x69FD 1345-1256
-sign \x893F 1345-1256
-sign \x87AC 1345-1256
-sign \x825A 1345-1256
-sign \x93EA 1345-1256
-sign \x8279 1345-12356
-sign \x8278 1345-12356
-sign \x8349 1345-12356
-sign \x613A 1345-12356
-sign \x9A32 1345-12356
-sign \x808F 1345-125
-sign \x8959 1345-125
-sign \x5202 34-1235
-sign \x518A 1345-24
-sign \x518C 1345-24
-sign \x5395 1345-24
-sign \x4FA7 1345-24
-sign \x62FA 1345-24
-sign \x835D 1345-24
-sign \x6D4B 1345-24
-sign \x607B 1345-24
-sign \x6547 1345-24
-sign \x8417 1345-24
-sign \x53A0 1345-24
-sign \x7B27 1345-24
-sign \x5074 1345-24
-sign \x7CA3 1345-24
-sign \x8434 1345-24
-sign \x7B56 1345-24
-sign \x5EC1 1345-24
-sign \x6E2C 1345-24
-sign \x60FB 1345-24
-sign \x84DB 1345-24
-sign \x7B5E 1345-24
-sign \x5884 135-123
-sign \x7BA3 1345-24
-sign \x61A1 1345-24
-sign \x5C91 1345-16
-sign \x7B12 1345-16
-sign \x6D94 1345-16
-sign \x68A3 1345-16
-sign \x564C 1345-135
-sign \x5C42 1345-156
-sign \x66FD 145-135
-sign \x66FE 1345-156
-sign \x5D92 1345-156
-sign \x5C64 1345-156
-sign \x7AF2 1345-156
-sign \x9A53 1345-156
-sign \x8E6D 1345-15
-sign \x53C9 134-2345
-sign \x6271 125-123
-sign \x6260 134-2345
-sign \x8286 134-2345
-sign \x6748 134-245
-sign \x809E 134-2345
-sign \x81FF 134-2345
-sign \x633F 134-2345
-sign \x8A0D 134-1245
-sign \x505B 134-2345
-sign \x63D2 134-2345
-sign \x63F7 134-2345
-sign \x55CF 134-2345
-sign \x9987 134-2345
-sign \x9538 134-2345
-sign \x929F 134-2345
-sign \x8256 134-2345
-sign \x5693 134-2345
-sign \x9364 134-2345
-sign \x9388 13456-234
-sign \x9937 134-2345
-sign \x79C5 1234-2456
-sign \x579E 134-2456
-sign \x832C 134-2456
-sign \x8336 134-2456
-sign \x67E5 134-2456
-sign \x67FB 134-2456
-sign \x643D 134-2456
-sign \x976B 134-2456
-sign \x5D56 134-2456
-sign \x7339 134-2456
-sign \x69CE 134-2456
-sign \x8A67 134-2456
-sign \x6456 135-12
-sign \x78B4 134-2456
-sign \x5BDF 134-2456
-sign \x8928 12456-2346
-sign \x6AAB 134-2456
-sign \x8869 134-23456
-sign \x9572 134-23456
-sign \x9454 134-23456
-sign \x6C4A 134-245
-sign \x597C 134-245
-sign \x5C94 134-245
-sign \x4F98 134-245
-sign \x5239 124-2345
-sign \x8BE7 134-245
-sign \x5DEE 134-2345
-sign \x59F9 134-245
-sign \x7D01 134-245
-sign \x8A6B 134-245
-sign \x62C6 134-12345
-sign \x9497 134-12345
-sign \x91F5 134-12345
-sign \x7580 134-2345
-sign \x72B2 134-12456
-sign \x4FAA 134-12456
-sign \x67F4 134-12456
-sign \x8C7A 134-12456
-sign \x7961 134-12456
-sign \x558D 134-12456
-sign \x5115 134-12456
-sign \x867F 134-1245
-sign \x8883 134-1245
-sign \x7625 134-1245
-sign \x8806 134-1245
-sign \x56C6 134-1245
-sign \x89C7 134-1234
-sign \x68B4 134-1234
-sign \x63BA 134-1234
-sign \x6400 134-1234
-sign \x8998 134-1234
-sign \x88E7 134-1234
-sign \x647B 134-1234
-sign \x92D3 134-1234
-sign \x5E68 134-1234
-sign \x895C 134-1234
-sign \x6519 134-1234
-sign \x8FBF 134-1234
-sign \x8C17 134-1246
-sign \x5A75 134-1246
-sign \x68CE 134-1246
-sign \x998B 134-1246
-sign \x6E79 134-1246
-sign \x7985 134-1246
-sign \x5B71 134-1246
-sign \x7158 134-1246
-sign \x7F20 134-1246
-sign \x8749 134-1246
-sign \x50DD 134-1246
-sign \x92CB 134-1246
-sign \x7351 134-1246
-sign \x8A97 134-1246
-sign \x5103 134-1246
-sign \x5EDB 134-1246
-sign \x6F79 134-1246
-sign \x6F7A 134-1246
-sign \x5B0B 134-1246
-sign \x7DFE 134-1246
-sign \x78DB 134-1246
-sign \x6FB6 134-1246
-sign \x79AA 134-1246
-sign \x6BDA 134-1246
-sign \x913D 134-1246
-sign \x894C 34-1234
-sign \x87EC 134-1246
-sign \x700D 134-1246
-sign \x87FE 134-1246
-sign \x5133 134-1246
-sign \x5296 134-1246
-sign \x9141 134-1246
-sign \x7E75 134-1246
-sign \x58E5 134-1246
-sign \x56B5 134-1246
-sign \x5DC9 134-1246
-sign \x703A 134-1246
-sign \x6B03 134-1246
-sign \x7E8F 134-1246
-sign \x8E94 134-1246
-sign \x9575 134-1246
-sign \x7E92 134-1246
-sign \x826C 134-1246
-sign \x8B92 134-1246
-sign \x9471 134-1246
-sign \x995E 134-1246
-sign \x4EA7 134-12346
-sign \x522C 134-12346
-sign \x65F5 134-12346
-sign \x4E33 134-12346
-sign \x6D50 134-12346
-sign \x8C04 134-12346
-sign \x5574 234-1234
-sign \x94F2 134-12346
-sign \x7522 134-12346
-sign \x7523 134-12346
-sign \x9610 134-12346
-sign \x8487 134-12346
-sign \x5277 134-12346
-sign \x5D7C 134-12346
-sign \x6EFB 134-12346
-sign \x8546 134-12346
-sign \x95B3 134-12346
-sign \x5E5D 134-12346
-sign \x8AC2 134-12346
-sign \x9AA3 134-12346
-sign \x71C0 134-12346
-sign \x7C05 134-12346
-sign \x91A6 134-12346
-sign \x5181 134-12346
-sign \x7E5F 134-1246
-sign \x93DF 134-12346
-sign \x8B42 134-12346
-sign \x95E1 134-12346
-sign \x56C5 134-12346
-sign \x8B87 134-12346
-sign \x705B 134-12346
-sign \x5FCF 134-124
-sign \x5257 134-12346
-sign \x785F 134-124
-sign \x6472 134-124
-sign \x61F4 134-124
-sign \x98A4 134-124
-sign \x61FA 134-124
-sign \x7FBC 134-124
-sign \x97C2 134-124
-sign \x986B 134-124
-sign \x4F25 134-1345
-sign \x660C 134-1345
-sign \x5000 134-1345
-sign \x83D6 134-1345
-sign \x7316 134-1345
-sign \x960A 134-1345
-sign \x6DD0 134-1345
-sign \x5A3C 134-1345
-sign \x7429 134-1345
-sign \x6919 134-1345
-sign \x667F 134-1345
-sign \x9520 134-1345
-sign \x88EE 134-1345
-sign \x95B6 134-1345
-sign \x9329 134-1345
-sign \x9CB3 134-1345
-sign \x9BE7 134-1345
-sign \x9F1A 134-1345
-sign \x4EE7 134-1456
-sign \x4EE9 134-1456
-sign \x9578 134-1456
-sign \x82CC 134-1456
-sign \x514F 134-1456
-sign \x80A0 134-1456
-sign \x9577 134-1456
-sign \x5C1D 134-1456
-sign \x74FA 134-1456
-sign \x8407 134-1456
-sign \x5E38 134-1456
-sign \x507F 134-1456
-sign \x5F9C 134-1456
-sign \x5834 134-13456
-sign \x751E 134-1456
-sign \x8178 134-1456
-sign \x5872 134-1456
-sign \x5617 134-1456
-sign \x5AE6 134-1456
-sign \x747A 134-1456
-sign \x8193 134-1456
-sign \x92FF 134-1456
-sign \x87D0 134-1456
-sign \x5690 134-1456
-sign \x511F 134-1456
-sign \x9CBF 134-1456
-sign \x93DB 134-1456
-sign \x9C68 134-1456
-sign \x5382 134-13456
-sign \x573A 134-13456
-sign \x6636 134-13456
-sign \x60DD 134-13456
-sign \x655E 134-13456
-sign \x53B0 134-13456
-sign \x50D8 134-13456
-sign \x5EE0 134-13456
-sign \x6C05 134-13456
-sign \x92F9 134-13456
-sign \x6005 134-145
-sign \x7545 134-145
-sign \x5021 134-145
-sign \x9B2F 134-145
-sign \x5531 134-145
-sign \x60B5 134-145
-sign \x66A2 134-145
-sign \x757C 134-145
-sign \x8AAF 134-145
-sign \x97D4 134-145
-sign \x6284 134-1235
-sign \x600A 134-1235
-sign \x5F28 134-1235
-sign \x949E 134-1235
-sign \x6B29 134-1235
-sign \x8A2C 134-1235
-sign \x7EF0 1346-24
-sign \x8D85 134-1235
-sign \x9214 134-1235
-sign \x712F 134-1235
-sign \x7E5B 1346-24
-sign \x724A 134-1256
-sign \x6641 134-1256
-sign \x5DE3 134-1256
-sign \x5DE2 134-1256
-sign \x671D 134-1256
-sign \x9F0C 134-1256
-sign \x911B 134-1256
-sign \x6F05 134-1256
-sign \x6A14 134-1256
-sign \x5632 134-1256
-sign \x6F6E 134-1256
-sign \x7AB2 134-1256
-sign \x7F7A 134-1256
-sign \x8F48 134-1256
-sign \x9F02 134-1256
-sign \x8B3F 134-1256
-sign \x5435 134-12356
-sign \x7092 134-12356
-sign \x7727 134-12356
-sign \x717C 134-12356
-sign \x9EA8 134-12356
-sign \x5DD0 134-12356
-sign \x4EE6 134-125
-sign \x4EEF 134-125
-sign \x8016 134-125
-sign \x89D8 134-125
-sign \x8F66 134-234
-sign \x4F21 156-123
-sign \x8ECA 134-234
-sign \x7817 134-234
-sign \x8397 134-234
-sign \x5513 134-234
-sign \x7868 134-234
-sign \x86FC 134-234
-sign \x4F2C 134-1236
-sign \x626F 134-2346
-sign \x5056 134-2346
-sign \x64A6 134-2346
-sign \x5972 346-2346
-sign \x5C6E 1345-12356
-sign \x5F7B 134-24
-sign \x577C 134-24
-sign \x8FE0 134-24
-sign \x70E2 134-24
-sign \x70F2 125-24
-sign \x8045 134-24
-sign \x7869 134-24
-sign \x63A3 134-24
-sign \x9819 134-24
-sign \x6470 12345-24
-sign \x64A4 134-24
-sign \x5FB9 134-24
-sign \x6F88 134-24
-sign \x77AE 134-24
-sign \x52F6 134-24
-sign \x7221 134-24
-sign \x62BB 134-13
-sign \x90F4 134-13
-sign \x741B 134-13
-sign \x68FD 134-13
-sign \x55D4 134-13
-sign \x7D9D 1235-16
-sign \x778B 134-13
-sign \x8CDD 134-13
-sign \x8AC3 134-13
-sign \x8B13 134-13
-sign \x81E3 134-16
-sign \x5C18 134-16
-sign \x8FB0 134-16
-sign \x6C89 134-16
-sign \x5FF1 134-16
-sign \x9648 134-16
-sign \x8FE7 134-16
-sign \x831E 134-16
-sign \x8380 134-16
-sign \x8390 134-16
-sign \x5BB8 134-16
-sign \x9673 134-16
-sign \x8ED9 134-16
-sign \x6550 134-16
-sign \x6668 134-16
-sign \x8A26 134-16
-sign \x8C0C 134-16
-sign \x63E8 134-156
-sign \x9202 134-16
-sign \x6116 134-16
-sign \x852F 134-16
-sign \x7141 134-16
-sign \x6A04 134-16
-sign \x760E 134-16
-sign \x5875 134-16
-sign \x9703 134-16
-sign \x8AF6 134-16
-sign \x87B4 134-16
-sign \x85BC 134-16
-sign \x9E8E 134-16
-sign \x66DF 134-16
-sign \x9DD0 134-16
-sign \x8DBB 134-136
-sign \x7876 134-136
-sign \x789C 134-136
-sign \x588B 134-136
-sign \x5926 134-136
-sign \x78E3 134-136
-sign \x8E38 134-136
-sign \x8D02 134-136
-sign \x886C 134-1
-sign \x75A2 134-1
-sign \x9F80 134-1
-sign \x8D81 134-1
-sign \x8D82 134-1
-sign \x6987 134-1
-sign \x9F53 134-1
-sign \x9F54 134-1
-sign \x512D 134-1
-sign \x56AB 134-1
-sign \x8C36 134-1
-sign \x6AEC 134-1
-sign \x896F 134-1
-sign \x8B96 134-1
-sign \x5096 1345-1345
-sign \x9637 134-135
-sign \x6CDF 134-135
-sign \x67FD 134-135
-sign \x722F 134-135
-sign \x7424 134-135
-sign \x68E6 134-135
-sign \x79F0 134-135
-sign \x6D7E 134-135
-sign \x86CF 134-135
-sign \x5041 134-135
-sign \x8D6A 134-135
-sign \x9757 134-135
-sign \x645A 134-135
-sign \x7A31 134-135
-sign \x6186 134-135
-sign \x6490 134-135
-sign \x6491 134-135
-sign \x7DFD 134-135
-sign \x9833 134-135
-sign \x8D6C 134-135
-sign \x6A55 134-135
-sign \x77A0 134-135
-sign \x6A89 134-135
-sign \x7F49 134-135
-sign \x87F6 134-135
-sign \x7A6A 134-135
-sign \x93FF 134-135
-sign \x9423 134-135
-sign \x93F3 14-135
-sign \x9953 134-135
-sign \x673E 134-156
-sign \x6210 134-156
-sign \x4E1E 134-156
-sign \x5448 134-156
-sign \x67A8 134-156
-sign \x90D5 134-156
-sign \x8BDA 134-156
-sign \x627F 134-156
-sign \x57CE 134-156
-sign \x837F 134-156
-sign \x5CF8 134-156
-sign \x4E57 134-156
-sign \x6D06 134-156
-sign \x5BAC 134-156
-sign \x5A0D 134-156
-sign \x73F9 134-156
-sign \x57D5 134-156
-sign \x6330 134-156
-sign \x4E58 134-156
-sign \x8100 14-135
-sign \x73F5 134-156
-sign \x6381 134-156
-sign \x7880 134-156
-sign \x94D6 134-156
-sign \x812D 134-156
-sign \x7A9A 134-156
-sign \x5818 134-156
-sign \x68D6 134-156
-sign \x7A0B 134-156
-sign \x7B6C 134-156
-sign \x60E9 134-156
-sign \x6909 134-156
-sign \x88CE 134-156
-sign \x7D7E 134-156
-sign \x5856 134-156
-sign \x584D 134-156
-sign \x8AA0 134-156
-sign \x6E97 134-156
-sign \x9172 134-156
-sign \x757B 134-156
-sign \x92EE 134-156
-sign \x6F82 134-156
-sign \x6F84 134-156
-sign \x6195 134-156
-sign \x6A99 134-156
-sign \x6A59 134-156
-sign \x9BCE 134-156
-sign \x7013 134-156
-sign \x61F2 134-156
-sign \x9A2C 134-156
-sign \x4FB1 134-1356
-sign \x901E 134-1356
-sign \x5F8E 14-15
-sign \x609C 134-1356
-sign \x9A8B 134-1356
-sign \x5EB1 134-1356
-sign \x7748 134-1356
-sign \x9A01 134-1356
-sign \x79E4 134-15
-sign \x725A 134-135
-sign \x7AC0 134-135
-sign \x5403 134-123
-sign \x599B 134-123
-sign \x546E 135-12
-sign \x4F99 134-12
-sign \x5F68 134-123
-sign \x54E7 134-123
-sign \x9E31 134-123
-sign \x86A9 134-123
-sign \x7735 134-123
-sign \x7B1E 134-123
-sign \x74FB 134-123
-sign \x7C9A 134-123
-sign \x55AB 134-123
-sign \x645B 134-123
-sign \x55E4 134-123
-sign \x75F4 134-123
-sign \x5AB8 134-123
-sign \x7D7A 134-123
-sign \x6BA6 134-123
-sign \x5644 134-123
-sign \x779D 134-123
-sign \x87AD 134-123
-sign \x9D1F 134-123
-sign \x9D44 134-123
-sign \x9B51 134-123
-sign \x7661 134-123
-sign \x9F5D 134-123
-sign \x6521 134-123
-sign \x9EB6 134-123
-sign \x5F72 134-123
-sign \x9ED0 134-123
-sign \x6C60 134-126
-sign \x5F1B 134-126
-sign \x9A70 134-126
-sign \x8FDF 134-126
-sign \x830C 134-126
-sign \x5CBB 134-126
-sign \x6301 134-126
-sign \x7AFE 134-126
-sign \x801B 134-126
-sign \x8D7F 134-126
-sign \x86B3 134-126
-sign \x8CBE 134-126
-sign \x7B42 134-126
-sign \x9045 134-126
-sign \x99B3 134-126
-sign \x8D8D 1356-123
-sign \x905F 134-126
-sign \x6F26 134-126
-sign \x5880 134-126
-sign \x8E1F 134-126
-sign \x9072 134-126
-sign \x7BEA 134-126
-sign \x8B18 134-126
-sign \x5C3A 134-1236
-sign \x53FA 134-1236
-sign \x544E 134-1236
-sign \x8094 134-1236
-sign \x9F7F 134-1236
-sign \x4F88 134-1236
-sign \x5376 134-1236
-sign \x5791 134-1236
-sign \x62F8 25-126
-sign \x80E3 134-1236
-sign \x803B 134-1236
-sign \x6065 134-1236
-sign \x8687 134-1236
-sign \x8C49 134-1236
-sign \x88B3 134-1236
-sign \x6B6F 134-1236
-sign \x88B2 134-1236
-sign \x6B3C 134-1236
-sign \x88ED 134-1236
-sign \x9279 134-1236
-sign \x9F52 134-1236
-sign \x892B 134-1236
-sign \x5F73 134-12
-sign \x53F1 134-12
-sign \x65A5 134-12
-sign \x8D64 134-12
-sign \x707B 134-12
-sign \x996C 134-12
-sign \x6758 134-12
-sign \x62B6 134-12
-sign \x8FE3 14-12
-sign \x52C5 134-12
-sign \x70BD 134-12
-sign \x605C 134-12
-sign \x7FC5 134-12
-sign \x7FC4 134-12
-sign \x6555 134-12
-sign \x75D3 134-12
-sign \x70FE 134-12
-sign \x8DC5 2346-24
-sign \x98ED 134-12
-sign \x8A35 134-123
-sign \x557B 134-12
-sign \x6E41 134-12
-sign \x8D90 1256-24
-sign \x96F4 134-12
-sign \x8DEE 345-246
-sign \x50BA 134-12
-sign \x9253 134-12
-sign \x815F 134-12
-sign \x75F8 134-12
-sign \x906B 134-12
-sign \x9290 134-12
-sign \x7FE4 134-12
-sign \x618F 134-12
-sign \x6157 134-12
-sign \x761B 134-12
-sign \x7FE8 134-12
-sign \x71BE 134-12
-sign \x8DA9 134-12
-sign \x61D8 134-12
-sign \x9D92 134-12
-sign \x994E 125-123
-sign \x9DD8 134-12
-sign \x51B2 1346-135
-sign \x5145 1346-135
-sign \x6C96 1346-135
-sign \x5FE1 1346-135
-sign \x833A 1346-135
-sign \x73EB 1346-135
-sign \x6D7A 1346-135
-sign \x7FC0 1346-135
-sign \x8202 1346-135
-sign \x644F 1346-135
-sign \x5603 1346-135
-sign \x6183 1346-135
-sign \x885D 1346-135
-sign \x5FB8 146-1356
-sign \x61A7 1346-135
-sign \x7F7F 1346-135
-sign \x8E56 1346-135
-sign \x825F 1346-135
-sign \x866B 1346-156
-sign \x5D07 1346-156
-sign \x75CB 234-156
-sign \x5D08 1346-156
-sign \x9680 1346-156
-sign \x6F34 146-145
-sign \x8908 1346-156
-sign \x8769 1346-156
-sign \x7DDF 146-15
-sign \x87F2 1346-156
-sign \x721E 1346-156
-sign \x5BA0 1346-1356
-sign \x55A0 146-1356
-sign \x5BF5 1346-1356
-sign \x94F3 1346-15
-sign \x63F0 1346-15
-sign \x9283 1346-15
-sign \x62BD 134-134
-sign \x7D2C 134-134
-sign \x640A 134-134
-sign \x9194 135-146
-sign \x7BD8 134-134
-sign \x7633 134-134
-sign \x72A8 134-134
-sign \x72AB 134-134
-sign \x4EC7 134-146
-sign \x4FE6 134-146
-sign \x8BEA 14-134
-sign \x6826 134-146
-sign \x5E31 134-146
-sign \x83D7 134-146
-sign \x60C6 134-146
-sign \x7EF8 134-146
-sign \x6906 134-146
-sign \x7574 134-146
-sign \x7D52 134-146
-sign \x916C 134-146
-sign \x9167 134-146
-sign \x7A20 134-146
-sign \x6101 134-146
-sign \x7B79 134-146
-sign \x7697 134-146
-sign \x8A76 134-146
-sign \x88EF 134-146
-sign \x8E0C 134-146
-sign \x7DA2 134-146
-sign \x5114 134-146
-sign \x96D4 134-146
-sign \x85B5 134-146
-sign \x5E6C 134-146
-sign \x61E4 134-146
-sign \x5B26 134-146
-sign \x96E0 134-146
-sign \x71FD 134-146
-sign \x7587 134-146
-sign \x7C4C 134-146
-sign \x91BB 134-146
-sign \x8E8A 134-146
-sign \x8B90 134-146
-sign \x8B8E 134-146
-sign \x4E11 134-1346
-sign \x4E12 134-1346
-sign \x541C 134-1346
-sign \x677D 134-1346
-sign \x4FB4 134-1346
-sign \x5062 134-1346
-sign \x7785 134-1346
-sign \x919C 134-1346
-sign \x77C1 134-1346
-sign \x9B57 134-1346
-sign \x81ED 134-14
-sign \x905A 134-14
-sign \x81F0 134-14
-sign \x6BA0 134-14
-sign \x51FA 1346-123
-sign \x5C80 1346-123
-sign \x521D 1346-123
-sign \x6474 1346-123
-sign \x6A17 1346-123
-sign \x8C99 1346-123
-sign \x9F63 1346-123
-sign \x520D 1346-126
-sign \x9664 1346-126
-sign \x82BB 1346-123
-sign \x84A2 1346-126
-sign \x53A8 1346-126
-sign \x8C60 1346-126
-sign \x9504 1346-126
-sign \x6EC1 1346-126
-sign \x8021 1346-126
-sign \x8D8E 1346-126
-sign \x84AD 1346-126
-sign \x870D 1346-126
-sign \x96CF 1346-126
-sign \x5AB0 1346-126
-sign \x7293 1346-126
-sign \x7BE8 1346-126
-sign \x92E4 1346-126
-sign \x5EDA 1346-126
-sign \x6A71 1346-126
-sign \x6AC9 1346-126
-sign \x8E87 1346-126
-sign \x87F5 1346-126
-sign \x5E6E 1346-126
-sign \x96DB 1346-126
-sign \x6AE5 1346-126
-sign \x8E70 1346-126
-sign \x9DB5 1346-126
-sign \x8E95 1346-126
-sign \x6775 1346-1236
-sign \x7840 1346-1236
-sign \x6918 1346-1236
-sign \x696E 1346-1236
-sign \x50A8 1346-1236
-sign \x695A 1346-1236
-sign \x891A 1346-1236
-sign \x6FCB 1346-1236
-sign \x74B4 1346-1236
-sign \x6A9A 1346-1236
-sign \x5132 1346-1236
-sign \x790E 1346-1236
-sign \x9F6D 1346-1236
-sign \x9F7C 1346-1236
-sign \x4E8D 1346-12
-sign \x5904 1346-12
-sign \x51E6 1346-1236
-sign \x7ACC 1346-12
-sign \x62C0 1346-12
-sign \x8C56 1346-12
-sign \x6035 1346-12
-sign \x7ECC 1346-12
-sign \x7AD0 1346-12
-sign \x6B2A 1346-12
-sign \x4FF6 1346-12
-sign \x755C 1346-12
-sign \x73FF 1346-12
-sign \x57F1 1346-12
-sign \x8655 1346-12
-sign \x89D5 13456-123
-sign \x7D40 1346-12
-sign \x7421 1346-12
-sign \x5097 1346-12
-sign \x9110 1346-12
-sign \x6410 1346-12
-sign \x89E6 1346-12
-sign \x6EC0 1346-12
-sign \x95A6 1346-12
-sign \x8E00 1346-12
-sign \x563C 1346-12
-sign \x510A 1346-12
-sign \x8AD4 1346-12
-sign \x61B7 1346-12
-sign \x6B5C 1346-12
-sign \x9EDC 1346-12
-sign \x65B6 1346-12
-sign \x81C5 1346-12
-sign \x89F8 1346-12
-sign \x77D7 1346-12
-sign \x6A7B 13456-123
-sign \x6B3B 1256-123
-sign \x63E3 1346-12345
-sign \x640B 1346-12345
-sign \x8197 1346-12456
-sign \x8E39 1346-1245
-sign \x81AA 1346-1245
-sign \x5DDD 1346-1234
-sign \x5DDB 1346-1234
-sign \x6C1A 1346-1234
-sign \x7A7F 1346-1234
-sign \x5276 1346-1246
-sign \x4F20 1346-1246
-sign \x8221 1346-1246
-sign \x8229 1346-1246
-sign \x8239 1346-1246
-sign \x9044 1346-1246
-sign \x570C 1346-346
-sign \x732D 1346-124
-sign \x744F 1346-1234
-sign \x693D 1346-1246
-sign \x50B3 1346-1246
-sign \x66B7 1346-1246
-sign \x7BC5 1346-1246
-sign \x8F32 1346-1246
-sign \x821B 1346-12346
-sign \x8348 1346-12346
-sign \x5598 1346-12346
-sign \x6B42 1346-1246
-sign \x50E2 1346-12346
-sign \x6C4C 1346-124
-sign \x7394 1346-124
-sign \x4E32 1346-124
-sign \x948F 1346-124
-sign \x91E7 1346-124
-sign \x8CD7 1346-124
-sign \x5205 1346-1345
-sign \x75AE 1346-1345
-sign \x7A93 1346-1345
-sign \x7A97 1346-1345
-sign \x724E 1346-1345
-sign \x6450 1346-1345
-sign \x7255 1346-1345
-sign \x7621 1346-1345
-sign \x7ABB 1346-1345
-sign \x5E8A 1346-1456
-sign \x7240 1346-1456
-sign \x5647 1346-1456
-sign \x95EF 1346-13456
-sign \x50B8 1346-13456
-sign \x78E2 1346-13456
-sign \x95D6 1346-13456
-sign \x521B 1346-145
-sign \x6006 1346-145
-sign \x5231 1346-145
-sign \x524F 1346-145
-sign \x5259 1346-145
-sign \x5275 1346-145
-sign \x6134 1346-145
-sign \x5439 1346-345
-sign \x708A 1346-345
-sign \x9FA1 1346-345
-sign \x5782 1346-346
-sign \x6858 1346-346
-sign \x57C0 1346-346
-sign \x5015 1346-346
-sign \x9672 1346-346
-sign \x6376 1346-346
-sign \x83D9 1346-346
-sign \x6425 1346-346
-sign \x68F0 1346-346
-sign \x8144 1346-346
-sign \x69CC 1346-346
-sign \x9524 1346-346
-sign \x7BA0 1346-346
-sign \x9318 1346-346
-sign \x9840 1346-346
-sign \x939A 1346-346
-sign \x6776 1346-13
-sign \x65FE 1346-13
-sign \x6625 1346-13
-sign \x8405 1346-13
-sign \x583E 1346-12346
-sign \x5A8B 1346-13
-sign \x7443 1346-13
-sign \x693F 1346-13
-sign \x69C6 1346-13
-sign \x6699 1346-13
-sign \x877D 1346-13
-sign \x7BBA 1346-13
-sign \x6A41 1346-13
-sign \x8F34 1346-13
-sign \x6AC4 1346-13
-sign \x9D9E 1346-13
-sign \x9C06 1346-13
-sign \x7EAF 1346-16
-sign \x9659 1346-16
-sign \x83BC 1346-16
-sign \x5507 1346-16
-sign \x6D71 1346-16
-sign \x7D14 1346-16
-sign \x8123 1346-16
-sign \x6DF3 1346-16
-sign \x7289 1346-16
-sign \x6E7B 1346-16
-sign \x8493 1346-16
-sign \x9E51 1346-16
-sign \x6EE3 1346-16
-sign \x6F18 1346-16
-sign \x9187 1346-16
-sign \x9195 1346-16
-sign \x931E 1346-16
-sign \x9BD9 1346-16
-sign \x9D89 1346-16
-sign \x5046 1346-136
-sign \x8436 1346-136
-sign \x60F7 1346-136
-sign \x7776 1346-136
-sign \x8CF0 1346-136
-sign \x8E33 1346-12346
-sign \x8822 1346-136
-sign \x9034 1346-234
-sign \x8E14 1346-234
-sign \x6233 1346-234
-sign \x8FB5 1346-24
-sign \x5A15 1346-24
-sign \x5A16 1346-24
-sign \x555C 1346-24
-sign \x6DB0 1346-24
-sign \x60D9 1346-24
-sign \x5A65 1346-24
-sign \x8F8D 1346-24
-sign \x916B 1346-24
-sign \x7DBD 1346-24
-sign \x8DA0 1346-234
-sign \x8F1F 1346-24
-sign \x9F8A 1346-24
-sign \x64C9 1346-24
-sign \x78ED 1346-24
-sign \x6B60 1346-24
-sign \x56BD 1346-24
-sign \x9F6A 1346-24
-sign \x9F71 145-134
-sign \x9461 1346-24
-sign \x5472 145-123
-sign \x73BC 1345-123
-sign \x8D80 1345-123
-sign \x75B5 1345-123
-sign \x5068 1345-123
-sign \x9AB4 14-1245
-sign \x7E12 1345-123
-sign \x8BCD 1345-126
-sign \x73C1 1345-126
-sign \x8308 145-1236
-sign \x8328 1345-126
-sign \x67CC 1345-126
-sign \x5790 1345-126
-sign \x7960 1345-126
-sign \x74F7 1345-126
-sign \x5832 15-126
-sign \x8A5E 1345-126
-sign \x8F9D 1345-126
-sign \x8F9E 1345-126
-sign \x9236 1245-12
-sign \x7506 1345-126
-sign \x6148 1345-126
-sign \x78C1 1345-126
-sign \x96CC 1345-126
-sign \x9E5A 1345-126
-sign \x98FA 1345-126
-sign \x8FA4 1345-126
-sign \x9908 1345-126
-sign \x7CCD 1345-126
-sign \x858B 145-123
-sign \x6FE8 1345-126
-sign \x5B28 1345-126
-sign \x9D1C 1345-126
-sign \x7920 1345-126
-sign \x8800 1345-123
-sign \x8FAD 1345-126
-sign \x9DBF 1345-126
-sign \x9DC0 1345-126
-sign \x6B64 1345-1236
-sign \x4F4C 1345-1236
-sign \x6CDA 1345-1236
-sign \x7689 1345-1236
-sign \x8DD0 1345-123
-sign \x673F 1345-12
-sign \x6B21 1345-12
-sign \x523A 1345-12
-sign \x523E 1345-12
-sign \x4F7D 1345-12
-sign \x8326 1345-12
-sign \x5E9B 1345-12
-sign \x6828 1345-12
-sign \x83BF 1345-12
-sign \x86D3 1345-12
-sign \x8D50 1345-12
-sign \x7D58 1345-12
-sign \x8CDC 1345-12
-sign \x8786 1345-12
-sign \x5306 13456-135
-sign \x82C1 13456-135
-sign \x56EA 13456-135
-sign \x56F1 13456-135
-sign \x8310 13456-135
-sign \x679E 13456-135
-sign \x5FE9 13456-135
-sign \x6031 13456-135
-sign \x60A4 13456-135
-sign \x8471 13456-135
-sign \x68C7 13456-135
-sign \x7127 13456-135
-sign \x6964 12456-1356
-sign \x8061 13456-135
-sign \x8525 13456-135
-sign \x84EF 13456-135
-sign \x6F17 13456-135
-sign \x9AA2 13456-135
-sign \x7481 13456-135
-sign \x747D 13456-135
-sign \x8066 13456-135
-sign \x806A 13456-135
-sign \x6A2C 13456-135
-sign \x6A05 13456-135
-sign \x66B0 13456-135
-sign \x719C 13456-135
-sign \x7DEB 1456-1356
-sign \x779B 13456-135
-sign \x8070 13456-135
-sign \x87CC 13456-135
-sign \x7BF5 13456-135
-sign \x8B25 13456-15
-sign \x7E71 13456-135
-sign \x9A18 13456-135
-sign \x93E6 13456-135
-sign \x9A44 13456-135
-sign \x4ECE 13456-156
-sign \x4E1B 13456-156
-sign \x5F93 13456-156
-sign \x5F9E 13456-156
-sign \x5F96 13456-156
-sign \x6DD9 13456-156
-sign \x60B0 13456-156
-sign \x5B6E 13456-156
-sign \x5A43 13456-156
-sign \x742E 13456-156
-sign \x6F40 1456-1356
-sign \x6F48 13456-156
-sign \x6F0E 13456-156
-sign \x8CE9 13456-156
-sign \x8AB4 13456-156
-sign \x6F68 13456-135
-sign \x8CE8 13456-156
-sign \x6A37 13456-156
-sign \x85C2 13456-156
-sign \x53E2 13456-156
-sign \x7047 13456-156
-sign \x6B09 13456-156
-sign \x721C 13456-156
-sign \x6181 13456-15
-sign \x51D1 1345-14
-sign \x6E4A 1345-14
-sign \x6971 1345-14
-sign \x8F8F 1345-14
-sign \x8160 1345-14
-sign \x8F33 1345-14
-sign \x7C97 13456-123
-sign \x9E81 13456-123
-sign \x9E84 13456-123
-sign \x9EA4 13456-123
-sign \x5F82 13456-126
-sign \x6B82 13456-126
-sign \x4FC3 13456-12
-sign \x637D 1456-246
-sign \x731D 13456-12
-sign \x5AA8 13456-12
-sign \x7604 13456-12
-sign \x8D97 13456-12
-sign \x851F 13456-12
-sign \x8A8E 13456-12
-sign \x918B 13456-12
-sign \x8E27 13456-12
-sign \x5648 13456-12
-sign \x61B1 13456-12
-sign \x762F 13456-12
-sign \x7C07 13456-12
-sign \x7E2C 13456-12
-sign \x9F00 13456-12
-sign \x8E59 13456-12
-sign \x8E74 13456-12
-sign \x8E75 13456-12
-sign \x9863 13456-12
-sign \x6C46 13456-1234
-sign \x64BA 13456-1234
-sign \x9569 13456-1234
-sign \x8E7F 13456-1234
-sign \x651B 13456-1234
-sign \x8EA5 13456-1234
-sign \x9479 13456-1234
-sign \x6505 145-12346
-sign \x6AD5 13456-1246
-sign \x5DD1 13456-1246
-sign \x6B11 13456-1246
-sign \x7A9C 13456-124
-sign \x6BA9 13456-124
-sign \x7BE1 13456-124
-sign \x71B6 13456-124
-sign \x7C12 13456-124
-sign \x7AC4 13456-124
-sign \x7228 13456-124
-sign \x5D14 13456-345
-sign \x50AC 13456-345
-sign \x51D7 13456-345
-sign \x5894 13456-345
-sign \x6467 13456-345
-sign \x69B1 13456-345
-sign \x5D89 26-3456
-sign \x7355 13456-345
-sign \x6F3C 13456-3456
-sign \x615B 13456-345
-sign \x69EF 13456-345
-sign \x78EA 13456-345
-sign \x93D9 13456-345
-sign \x7480 13456-3456
-sign \x8DA1 13456-3456
-sign \x76A0 13456-3456
-sign \x4F1C 13456-34
-sign \x5FF0 13456-34
-sign \x75A9 13456-34
-sign \x8106 13456-34
-sign \x8103 13456-34
-sign \x7FC6 13456-34
-sign \x8403 13456-34
-sign \x555B 13456-34
-sign \x5550 13456-34
-sign \x6DEC 13456-34
-sign \x60B4 13456-34
-sign \x7417 13456-34
-sign \x690A 1456-246
-sign \x6BF3 13456-34
-sign \x7120 13456-34
-sign \x7601 13456-34
-sign \x7CB9 13456-34
-sign \x7FE0 13456-34
-sign \x81B5 13456-34
-sign \x81AC 13456-34
-sign \x9847 13456-34
-sign \x6FE2 13456-34
-sign \x7AC1 13456-34
-sign \x81CE 13456-34
-sign \x90A8 13456-13
-sign \x6751 13456-13
-sign \x76B4 13456-13
-sign \x81A5 13456-13
-sign \x7AF4 13456-13
-sign \x5B58 13456-16
-sign \x4F9F 13456-16
-sign \x62F5 13456-16
-sign \x6D0A 15-124
-sign \x8E06 1356-13
-sign \x6F8A 13456-13
-sign \x520C 13456-136
-sign \x5FD6 13456-136
-sign \x5BF8 13456-1
-sign \x540B 25-135-13456-1
-sign \x7C7F 13456-1
-sign \x6413 13456-234
-sign \x7473 13456-234
-sign \x9073 13456-234
-sign \x78CB 13456-234
-sign \x64AE 13456-234
-sign \x919D 13456-234
-sign \x8E49 13456-234
-sign \x894A 13456-34
-sign \x9ACA 1345-123
-sign \x8658 13456-246
-sign \x84AB 13456-246
-sign \x7749 13456-246
-sign \x5D6F 13456-246
-sign \x5D73 13456-246
-sign \x77EC 13456-246
-sign \x75E4 13456-246
-sign \x8516 13456-246
-sign \x9E7E 13456-246
-sign \x9E7A 13456-246
-sign \x9F79 1345-123
-sign \x811E 13456-2346
-sign \x5249 13456-24
-sign \x632B 13456-24
-sign \x5252 13456-24
-sign \x83A1 13456-24
-sign \x839D 13456-24
-sign \x539D 13456-24
-sign \x590E 13456-24
-sign \x63AA 13456-24
-sign \x902A 13456-24
-sign \x68E4 1356-24
-sign \x9509 13456-24
-sign \x84CC 13456-24
-sign \x9519 13456-24
-sign \x92BC 13456-24
-sign \x932F 13456-24
-sign \x5491 34-2345
-sign \x57AF 34-356
-sign \x8037 34-2345
-sign \x54D2 34-2345
-sign \x7563 34-2456
-sign \x642D 34-2345
-sign \x55D2 34-2345
-sign \x8921 34-2345
-sign \x58B6 34-2345
-sign \x6498 34-2345
-sign \x5660 34-2345
-sign \x939D 34-2345
-sign \x8FBE 34-2456
-sign \x8FCF 34-2456
-sign \x8FD6 34-2456
-sign \x8FDA 34-2456
-sign \x547E 34-2456
-sign \x601B 34-2456
-sign \x59B2 34-2456
-sign \x8359 34-2456
-sign \x7F8D 34-2456
-sign \x709F 34-2456
-sign \x9039 34-2456
-sign \x5273 34-2456
-sign \x7B2A 34-2456
-sign \x5312 34-2456
-sign \x9054 34-2456
-sign \x7B54 34-2456
-sign \x8A5A 34-2456
-sign \x6E9A 34-2456
-sign \x8DF6 34-2456
-sign \x977C 34-2456
-sign \x7629 34-2456
-sign \x8598 34-2456
-sign \x9791 34-2456
-sign \x71F5 34-2456
-sign \x87FD 34-2456
-sign \x7E68 34-2456
-sign \x943D 34-2456
-sign \x97C3 34-2456
-sign \x9F96 34-2456
-sign \x9F98 34-2456
-sign \x6253 34-23456
-sign \x5927 34-245
-sign \x4EA3 34-245
-sign \x6C4F 234-1245
-sign \x7714 34-245
-sign \x8E82 34-2456
-sign \x5446 34-12345
-sign \x7343 34-12345
-sign \x61DB 34-12345
-sign \x6B79 34-123456
-sign \x902E 34-123456
-sign \x50A3 34-123456
-sign \x4EE3 34-1245
-sign \x8F6A 34-1245
-sign \x7519 34-1245
-sign \x4FA2 34-1245
-sign \x5788 34-1245
-sign \x5CB1 34-1245
-sign \x5E12 34-1245
-sign \x8FE8 34-1245
-sign \x7ED0 34-1245
-sign \x73B3 34-1245
-sign \x5E26 34-1245
-sign \x6B86 34-1245
-sign \x67CB 34-1245
-sign \x8D37 34-1245
-sign \x5F85 34-1245
-sign \x6020 34-1245
-sign \x5E2F 34-1245
-sign \x8ED1 34-1245
-sign \x57ED 34-1245
-sign \x5E36 34-1245
-sign \x86AE 34-1245
-sign \x888B 34-1245
-sign \x7D3F 34-1245
-sign \x8EE9 34-1245
-sign \x8CB8 34-1245
-sign \x7447 34-1245
-sign \x5ED7 34-1245
-sign \x53C7 34-1245
-sign \x66C3 34-1245
-sign \x7DFF 34-1245
-sign \x9D0F 34-1245
-sign \x9B98 34-1245
-sign \x6234 34-1245
-sign \x9EDB 34-1245
-sign \x825C 34-1245
-sign \x8E5B 34-1245
-sign \x7C24 34-1245
-sign \x9734 34-1245
-sign \x703B 34-1245
-sign \x9EF1 34-1245
-sign \x8976 34-1245
-sign \x9746 34-1245
-sign \x4EBB 35-16
-sign \x5369 15-246
-sign \x4E39 34-1234
-sign \x5989 34-1234
-sign \x62C5 34-1234
-sign \x5355 34-1234
-sign \x74ED 34-12346
-sign \x7803 34-1234
-sign \x7708 34-1234
-sign \x5358 34-1234
-sign \x803C 34-1234
-sign \x803D 34-1234
-sign \x90F8 34-1234
-sign \x8043 34-1234
-sign \x9156 34-1234
-sign \x8EAD 34-1234
-sign \x6B9A 34-1234
-sign \x55AE 34-1234
-sign \x5A85 34-1234
-sign \x7605 34-1234
-sign \x5330 34-1234
-sign \x9815 34-1234
-sign \x9132 34-1234
-sign \x7BAA 34-1234
-sign \x891D 34-1234
-sign \x510B 34-1234
-sign \x52EF 34-1234
-sign \x6BAB 34-1234
-sign \x7649 34-1234
-sign \x7C1E 34-1234
-sign \x8078 34-1234
-sign \x5210 34-12346
-sign \x73AC 34-12346
-sign \x80C6 34-12346
-sign \x8874 34-12346
-sign \x75B8 34-12346
-sign \x7D1E 34-12346
-sign \x63B8 34-12346
-sign \x4EB6 34-12346
-sign \x64A3 34-12346
-sign \x64D4 34-1234
-sign \x9ED5 34-12346
-sign \x6FB8 34-12346
-sign \x81BD 34-12346
-sign \x65E6 34-124
-sign \x5E0E 34-124
-sign \x4F46 34-124
-sign \x72DA 34-124
-sign \x6CF9 34-124
-sign \x8BDE 34-124
-sign \x6C8A 34-124
-sign \x67E6 34-124
-sign \x8A11 25-126
-sign \x758D 34-124
-sign \x840F 34-124
-sign \x5557 34-124
-sign \x5556 34-124
-sign \x6DE1 34-124
-sign \x60EE 34-124
-sign \x5F39 234-1246
-sign \x86CB 34-124
-sign \x557F 34-124
-sign \x6C2E 34-124
-sign \x8711 34-124
-sign \x8145 34-124
-sign \x89DB 34-124
-sign \x84DE 34-124
-sign \x8A95 34-124
-sign \x7A9E 34-124
-sign \x9AE7 34-124
-sign \x99BE 34-12346
-sign \x5649 34-124
-sign \x50E4 34-124
-sign \x563E 34-124
-sign \x619A 34-124
-sign \x5F48 34-124
-sign \x99F3 34-124
-sign \x9D20 34-124
-sign \x9924 34-124
-sign \x6FB9 34-124
-sign \x61BA 34-124
-sign \x79AB 34-124
-sign \x7514 34-1234
-sign \x765A 34-124
-sign \x8D09 34-124
-sign \x56AA 34-124
-sign \x972E 34-124
-sign \x994F 34-124
-sign \x5F53 34-1345
-sign \x73F0 34-1345
-sign \x94DB 34-1345
-sign \x88C6 34-1345
-sign \x7B5C 34-1345
-sign \x7576 34-1345
-sign \x5679 34-1345
-sign \x6FA2 34-1345
-sign \x74AB 34-1345
-sign \x8960 34-1345
-sign \x87F7 34-1345
-sign \x7C39 34-1345
-sign \x8261 34-1345
-sign \x943A 34-1345
-sign \x6321 34-13456
-sign \x6863 34-145
-sign \x515A 34-13456
-sign \x8C20 34-13456
-sign \x64CB 34-13456
-sign \x6A94 34-145
-sign \x9EE8 34-13456
-sign \x6529 34-13456
-sign \x7059 34-13456
-sign \x6B13 34-13456
-sign \x8B9C 34-13456
-sign \x6C39 34-145
-sign \x5735 34-145
-sign \x51FC 34-145
-sign \x7800 34-145
-sign \x5B95 34-145
-sign \x57B1 34-145
-sign \x8361 34-145
-sign \x83EA 34-145
-sign \x74FD 34-145
-sign \x903F 34-145
-sign \x6113 34-145
-sign \x5A78 25-1456
-sign \x96FC 34-145
-sign \x78AD 34-145
-sign \x8DA4 34-145
-sign \x8569 34-145
-sign \x778A 34-145
-sign \x5105 34-1345
-sign \x58CB 34-145
-sign \x7497 34-145
-sign \x76EA 34-145
-sign \x7911 34-145
-sign \x7C1C 34-145
-sign \x862F 34-145
-sign \x8B61 34-13456
-sign \x95E3 34-145
-sign \x5200 34-1235
-sign \x53E8 34-1235
-sign \x5FC9 34-1235
-sign \x6737 34-1235
-sign \x6C18 34-1235
-sign \x866D 345-1235
-sign \x8220 34-1235
-sign \x91D6 34-1235
-sign \x9C7D 34-1235
-sign \x9B5B 34-1235
-sign \x5BFC 34-12356
-sign \x5C9B 34-12356
-sign \x9666 34-12356
-sign \x6363 34-12356
-sign \x5012 34-12356
-sign \x5CF6 34-12356
-sign \x5BB2 34-12356
-sign \x636F 34-1256
-sign \x7977 34-12356
-sign \x7982 34-12356
-sign \x6417 34-12356
-sign \x969D 34-12356
-sign \x69DD 34-12356
-sign \x5D8B 34-12356
-sign \x5D8C 34-12356
-sign \x5C0E 34-12356
-sign \x96AF 34-12356
-sign \x58D4 34-12356
-sign \x64E3 34-12356
-sign \x8E48 34-12356
-sign \x5DB9 34-12356
-sign \x79B1 34-12356
-sign \x5230 34-125
-sign \x83FF 34-125
-sign \x76D7 34-125
-sign \x60BC 34-125
-sign \x6921 34-125
-sign \x9053 34-125
-sign \x76DC 34-125
-sign \x7A32 34-125
-sign \x7FE2 14-134
-sign \x7A3B 34-125
-sign \x885C 34-125
-sign \x8254 34-146
-sign \x5675 34-125
-sign \x6AA4 34-125
-sign \x885F 34-125
-sign \x7FFF 34-125
-sign \x8EC7 34-125
-sign \x74D9 34-125
-sign \x7E9B 34-125
-sign \x6074 34-246
-sign \x5F97 34-246
-sign \x6DC2 34-246
-sign \x60EA 34-246
-sign \x60B3 34-246
-sign \x951D 34-246
-sign \x561A 34-234
-sign \x5FB3 34-246
-sign \x5FB7 34-246
-sign \x9340 34-246
-sign \x7684 34-23
-sign \x63FC 24-15
-sign \x6265 34-1
-sign \x627D 34-2
-sign \x706F 34-135
-sign \x767B 34-135
-sign \x8C4B 34-135
-sign \x5654 34-135
-sign \x5B01 34-135
-sign \x7492 34-135
-sign \x71C8 34-135
-sign \x7AF3 34-135
-sign \x7C26 34-135
-sign \x8260 34-135
-sign \x8E6C 34-135
-sign \x89B4 34-135
-sign \x7B49 34-1356
-sign \x6225 34-1356
-sign \x9093 34-15
-sign \x50DC 34-15
-sign \x96A5 34-15
-sign \x51F3 34-15
-sign \x9127 34-15
-sign \x58B1 34-15
-sign \x5D9D 34-15
-sign \x78F4 34-15
-sign \x77AA 34-15
-sign \x956B 34-15
-sign \x6AC8 34-15
-sign \x9419 34-15
-sign \x4EFE 345-123
-sign \x4F4E 345-123
-sign \x5943 345-123
-sign \x5F7D 345-123
-sign \x889B 345-123
-sign \x57DE 345-123
-sign \x5572 345-123
-sign \x7F9D 345-123
-sign \x9684 345-123
-sign \x8D86 345-123
-sign \x5824 345-123
-sign \x5600 345-123
-sign \x6EF4 345-123
-sign \x78FE 345-123
-sign \x9349 345-123
-sign \x97AE 345-123
-sign \x5EF8 345-126
-sign \x8091 345-126
-sign \x72C4 345-126
-sign \x82D6 345-126
-sign \x8FEA 345-126
-sign \x7C74 345-126
-sign \x837B 345-126
-sign \x5519 345-126
-sign \x654C 345-126
-sign \x6DA4 345-126
-sign \x6891 345-126
-sign \x7B1B 345-126
-sign \x976E 345-126
-sign \x89CC 345-126
-sign \x9AE2 345-126
-sign \x99B0 345-12
-sign \x6ECC 345-126
-sign \x8510 345-126
-sign \x850B 345-126
-sign \x9814 345-126
-sign \x9B61 345-125
-sign \x5AE1 345-126
-sign \x6575 345-126
-sign \x955D 345-126
-sign \x7BF4 345-126
-sign \x85E1 345-126
-sign \x85CB 345-125
-sign \x5681 345-126
-sign \x8C74 345-126
-sign \x93D1 345-126
-sign \x7CF4 345-126
-sign \x9E10 345-126
-sign \x6C10 345-123
-sign \x5758 345-1236
-sign \x538E 345-1236
-sign \x90B8 345-1236
-sign \x8BCB 345-1236
-sign \x963A 345-1236
-sign \x62DE 345-1236
-sign \x577B 345-1236
-sign \x62B5 345-1236
-sign \x5467 345-1236
-sign \x5E95 345-1236
-sign \x5F24 345-1236
-sign \x67E2 345-1236
-sign \x7274 345-1236
-sign \x7825 345-1236
-sign \x638B 345-1236
-sign \x83E7 345-1236
-sign \x8EE7 345-1236
-sign \x89DD 345-1236
-sign \x8A46 345-1236
-sign \x6974 2345-12
-sign \x805C 345-1236
-sign \x9AB6 345-1236
-sign \x9BF3 345-1236
-sign \x5730 345-12
-sign \x5F1A 345-12
-sign \x7393 345-12
-sign \x6755 345-12
-sign \x65F3 345-12
-sign \x5754 345-12
-sign \x5F1F 345-12
-sign \x67A4 345-12
-sign \x601F 345-12
-sign \x4FE4 345-12
-sign \x5E1D 345-12
-sign \x57CA 345-12
-sign \x9013 345-12
-sign \x9012 345-12
-sign \x5A23 345-12
-sign \x73F6 345-12
-sign \x688A 345-12
-sign \x83C2 345-12
-sign \x7731 345-12
-sign \x7B2C 345-12
-sign \x5059 345-12
-sign \x91F1 345-12
-sign \x5547 345-126
-sign \x710D 345-12
-sign \x7976 345-12
-sign \x8C1B 345-12
-sign \x63E5 2345-12
-sign \x8482 345-12
-sign \x68E3 345-12
-sign \x7747 345-12
-sign \x5A82 345-12
-sign \x7F14 345-12
-sign \x50C0 345-12
-sign \x905E 345-12
-sign \x926A 345-12
-sign \x8163 345-12
-sign \x7998 345-12
-sign \x6455 345-12
-sign \x5891 345-12
-sign \x8515 345-12
-sign \x9070 345-12
-sign \x78B2 345-12
-sign \x58AC 345-12
-sign \x6178 345-12
-sign \x750B 345-12
-sign \x7DE0 345-12
-sign \x8E36 345-12
-sign \x5DB3 345-12
-sign \x8AE6 345-12
-sign \x87AE 345-12
-sign \x55F2 345-23456
-sign \x6541 345-1234
-sign \x6382 345-1234
-sign \x53A7 345-1234
-sign \x508E 345-1234
-sign \x5D6E 345-1234
-sign \x6EC7 345-1234
-sign \x69D9 345-1234
-sign \x7628 345-1234
-sign \x98A0 345-1234
-sign \x8E4E 345-1234
-sign \x985B 345-1234
-sign \x5DC5 345-1234
-sign \x985A 345-1234
-sign \x766B 345-1234
-sign \x6527 345-1234
-sign \x5DD4 345-1234
-sign \x5DD3 345-1234
-sign \x7672 345-1234
-sign \x9F7B 345-1234
-sign \x4E36 146-1236
-sign \x594C 345-12346
-sign \x5178 345-12346
-sign \x70B9 345-12346
-sign \x5A70 345-12346
-sign \x6923 345-12346
-sign \x655F 345-12346
-sign \x84A7 345-12346
-sign \x7898 345-12346
-sign \x8547 345-12346
-sign \x8E2E 345-12346
-sign \x9EDE 345-12346
-sign \x56B8 345-12346
-sign \x7535 345-124
-sign \x4F43 345-124
-sign \x7538 345-124
-sign \x963D 345-124
-sign \x576B 345-124
-sign \x5E97 345-124
-sign \x73B7 345-124
-sign \x57AB 345-124
-sign \x6242 345-124
-sign \x94BF 345-124
-sign \x6DC0 345-124
-sign \x60E6 345-124
-sign \x5A5D 345-124
-sign \x7414 345-124
-sign \x5960 345-124
-sign \x96FB 345-124
-sign \x8714 345-124
-sign \x923F 345-124
-sign \x6BBF 345-124
-sign \x588A 345-124
-sign \x975B 345-124
-sign \x6A42 345-124
-sign \x6FB1 345-124
-sign \x58C2 345-124
-sign \x78F9 345-124
-sign \x7C1F 345-124
-sign \x765C 345-124
-sign \x9A54 345-124
-sign \x5201 345-1235
-sign \x53FC 345-1235
-sign \x6C48 345-1235
-sign \x521F 345-1235
-sign \x51CB 345-1235
-sign \x595D 345-1235
-sign \x86C1 345-1235
-sign \x5F6B 345-1235
-sign \x5F34 345-1235
-sign \x7431 345-1235
-sign \x8C82 345-1235
-sign \x98A9 345-1235
-sign \x7889 345-1235
-sign \x9CED 345-1235
-sign \x7797 345-1235
-sign \x932D 345-1235
-sign \x96D5 345-1235
-sign \x9CB7 345-1235
-sign \x9B89 345-1235
-sign \x7C13 345-1235
-sign \x9F26 345-1235
-sign \x9D70 345-1235
-sign \x9BDB 345-1235
-sign \x625A 345-12356
-sign \x5C4C 345-12356
-sign \x5F14 345-125
-sign \x540A 345-125
-sign \x4F04 345-125
-sign \x9493 345-125
-sign \x8A0B 345-125
-sign \x7A8E 345-125
-sign \x6389 345-125
-sign \x94DE 345-125
-sign \x94EB 25-1256
-sign \x91E3 345-125
-sign \x7F40 14-125
-sign \x921F 345-125
-sign \x7AE8 345-125
-sign \x96FF 345-125
-sign \x92B1 345-125
-sign \x8ABF 2345-1256
-sign \x92FD 345-125
-sign \x7639 345-125
-sign \x7AB5 345-125
-sign \x9443 345-125
-sign \x7239 345-234
-sign \x8DCC 345-234
-sign \x82F5 345-246
-sign \x8FED 345-246
-sign \x6022 2346-123
-sign \x6315 124-24
-sign \x57A4 345-246
-sign \x5CCC 345-246
-sign \x80C5 345-246
-sign \x604E 345-246
-sign \x7ED6 345-246
-sign \x800A 345-246
-sign \x7723 345-246
-sign \x74DE 345-246
-sign \x621C 345-246
-sign \x5551 124-245
-sign \x8C0D 345-246
-sign \x957B 345-246
-sign \x581E 345-246
-sign \x63F2 345-246
-sign \x81F7 345-246
-sign \x8D83 345-246
-sign \x800B 345-246
-sign \x558B 345-246
-sign \x7573 345-246
-sign \x5E49 345-246
-sign \x8A44 345-246
-sign \x60F5 345-246
-sign \x7D70 345-246
-sign \x6B9C 345-246
-sign \x7252 345-246
-sign \x7243 345-246
-sign \x53E0 345-246
-sign \x789F 345-246
-sign \x8728 345-246
-sign \x5D7D 345-246
-sign \x890B 345-246
-sign \x8776 345-246
-sign \x8253 345-246
-sign \x8E40 345-246
-sign \x7582 345-246
-sign \x8ADC 345-246
-sign \x893A 345-234
-sign \x9CBD 345-246
-sign \x9B99 234-23456
-sign \x66E1 345-246
-sign \x7589 345-246
-sign \x9C08 345-246
-sign \x758A 345-246
-sign \x6C0E 345-246
-sign \x54CB 2456-12
-sign \x4E01 345-135
-sign \x4E87 246-356
-sign \x4EC3 345-135
-sign \x53EE 345-135
-sign \x5E04 345-135
-sign \x5975 345-135
-sign \x738E 345-135
-sign \x76EF 345-135
-sign \x753A 2345-1356
-sign \x753C 345-135
-sign \x7594 345-135
-sign \x8035 345-135
-sign \x8670 345-135
-sign \x91D8 345-135
-sign \x976A 345-135
-sign \x9876 345-1356
-sign \x914A 345-135
-sign \x9802 345-1356
-sign \x9F0E 345-1356
-sign \x9F11 345-1356
-sign \x5D7F 345-1356
-sign \x85A1 345-1356
-sign \x9424 345-1356
-sign \x8BA2 345-15
-sign \x9964 345-15
-sign \x5FCA 345-15
-sign \x77F4 345-15
-sign \x9489 345-135
-sign \x5B9A 345-15
-sign \x8A02 345-15
-sign \x98E3 345-15
-sign \x8423 345-15
-sign \x5576 345-15
-sign \x94E4 345-15
-sign \x6917 345-15
-sign \x815A 345-15
-sign \x7887 345-15
-sign \x952D 345-15
-sign \x8062 345-15
-sign \x78A0 345-15
-sign \x874A 345-15
-sign \x92CC 2345-1356
-sign \x9320 345-15
-sign \x78F8 345-15
-sign \x9841 345-15
-sign \x4E1F 345-134
-sign \x4E22 345-134
-sign \x94E5 345-134
-sign \x92A9 345-134
-sign \x4E1C 346-135
-sign \x51AC 346-135
-sign \x82F3 346-135
-sign \x6771 346-135
-sign \x549A 346-135
-sign \x5CBD 346-135
-sign \x6638 346-135
-sign \x6C21 346-135
-sign \x9E2B 346-135
-sign \x5032 346-135
-sign \x57EC 346-135
-sign \x83C4 346-135
-sign \x5D2C 346-135
-sign \x7B17 346-135
-sign \x6DB7 346-135
-sign \x5A3B 346-135
-sign \x6C2D 346-135
-sign \x5F9A 346-135
-sign \x8740 346-135
-sign \x9B97 346-135
-sign \x9F15 346-135
-sign \x9D87 346-135
-sign \x9BDF 346-135
-sign \x9DAB 346-135
-sign \x8463 346-1356
-sign \x58A5 346-1356
-sign \x856B 346-1356
-sign \x7BBD 346-1356
-sign \x8ACC 346-1356
-sign \x61C2 346-1356
-sign \x5B1E 346-1356
-sign \x52A8 346-15
-sign \x51BB 346-15
-sign \x4F97 346-15
-sign \x578C 346-15
-sign \x630F 346-15
-sign \x680B 346-15
-sign \x8FF5 346-15
-sign \x5CD2 346-15
-sign \x5CDD 2346-156
-sign \x80E8 346-15
-sign \x6D1E 346-15
-sign \x606B 346-15
-sign \x59DB 346-15
-sign \x6219 346-15
-sign \x80F4 346-15
-sign \x51CD 346-15
-sign \x7850 346-15
-sign \x5D20 346-15
-sign \x52D5 346-15
-sign \x68DF 346-15
-sign \x8156 346-15
-sign \x6E69 146-15
-sign \x50CD 346-15
-sign \x99E7 346-15
-sign \x9718 346-15
-sign \x543A 34-134
-sign \x5245 34-134
-sign \x4FB8 34-134
-sign \x90FD 34-134
-sign \x5517 34-134
-sign \x515C 34-134
-sign \x5160 34-134
-sign \x8538 34-134
-sign \x6A77 34-134
-sign \x7BFC 34-134
-sign \x551E 34-146
-sign \x4E67 34-1346
-sign \x9627 34-1346
-sign \x6296 34-1346
-sign \x6793 34-1346
-sign \x94AD 234-1346
-sign \x9661 34-1346
-sign \x86AA 34-1346
-sign \x6597 34-1346
-sign \x8C46 34-14
-sign \x90D6 34-14
-sign \x8373 34-14
-sign \x9017 34-14
-sign \x9B25 34-1346
-sign \x997E 34-14
-sign \x6D62 34-14
-sign \x68AA 34-14
-sign \x6BED 34-14
-sign \x9158 34-14
-sign \x8130 34-14
-sign \x9597 34-14
-sign \x75D8 34-14
-sign \x7AA6 34-14
-sign \x9B26 34-14
-sign \x92C0 34-14
-sign \x9916 34-14
-sign \x65A3 34-14
-sign \x95D8 34-14
-sign \x9B2A 34-14
-sign \x7AC7 34-14
-sign \x9B2D 34-14
-sign \x9B2C 34-14
-sign \x5262 346-123
-sign \x9607 346-123
-sign \x7763 346-123
-sign \x561F 346-123
-sign \x918F 346-123
-sign \x95CD 346-123
-sign \x6BD2 346-126
-sign \x72EC 346-126
-sign \x6D9C 346-126
-sign \x8BFB 346-126
-sign \x6E0E 346-126
-sign \x691F 346-126
-sign \x728A 346-126
-sign \x724D 346-126
-sign \x88FB 346-126
-sign \x8AAD 346-126
-sign \x8773 34-1245
-sign \x9316 346-126
-sign \x7368 346-126
-sign \x5335 346-126
-sign \x51DF 346-126
-sign \x7006 346-126
-sign \x5B3B 346-126
-sign \x74C4 346-126
-sign \x6ADD 346-126
-sign \x6BB0 346-126
-sign \x72A2 346-126
-sign \x7258 346-126
-sign \x9A33 346-126
-sign \x76BE 346-126
-sign \x9EE9 346-126
-sign \x8969 1246-1236
-sign \x9AD1 346-126
-sign \x8C44 346-126
-sign \x8D15 346-126
-sign \x8B80 346-126
-sign \x97E3 346-126
-sign \x945F 346-126
-sign \x97C7 346-126
-sign \x97E5 346-126
-sign \x9EF7 346-126
-sign \x8B9F 346-126
-sign \x53BE 346-123
-sign \x7B03 346-1236
-sign \x5835 346-1236
-sign \x5E3E 346-1236
-sign \x743D 346-1236
-sign \x668F 346-1236
-sign \x8D4C 346-1236
-sign \x7779 346-1236
-sign \x89A9 346-1236
-sign \x8CED 346-1236
-sign \x7BE4 346-1236
-sign \x828F 346-12
-sign \x675C 346-12
-sign \x809A 346-12
-sign \x5992 346-12
-sign \x59AC 346-12
-sign \x5EA6 346-12
-sign \x8370 346-12
-sign \x79FA 346-12
-sign \x976F 346-12
-sign \x6E21 346-12
-sign \x9540 346-12
-sign \x8799 346-12
-sign \x6BAC 346-12
-sign \x934D 346-12
-sign \x8827 346-12
-sign \x8839 346-12
-sign \x526C 346-1234
-sign \x5073 346-1234
-sign \x5A8F 346-1234
-sign \x7AEF 346-1234
-sign \x890D 346-1234
-sign \x9374 346-1234
-sign \x77ED 346-12346
-sign \x6BB5 346-124
-sign \x65AD 346-124
-sign \x5845 346-124
-sign \x846E 346-124
-sign \x7F0E 346-124
-sign \x7456 346-124
-sign \x6934 346-124
-sign \x8176 346-124
-sign \x7145 346-124
-sign \x78AB 346-124
-sign \x953B 346-124
-sign \x7DDE 346-124
-sign \x7E00 125-2456
-sign \x6BC8 346-124
-sign \x7C16 346-124
-sign \x935B 346-124
-sign \x65B7 346-124
-sign \x8E96 346-124
-sign \x7C6A 346-124
-sign \x5796 346-345
-sign \x5806 346-345
-sign \x5860 346-345
-sign \x5D5F 346-345
-sign \x75FD 346-345
-sign \x78D3 346-345
-sign \x9D2D 346-345
-sign \x9827 346-345
-sign \x961F 346-34
-sign \x5BF9 346-34
-sign \x514A 346-34
-sign \x514C 346-34
-sign \x5BFE 346-34
-sign \x5151 346-34
-sign \x794B 346-34
-sign \x603C 346-34
-sign \x966E 346-34
-sign \x968A 346-34
-sign \x7893 346-34
-sign \x7D90 346-34
-sign \x5C0D 346-34
-sign \x619D 346-34
-sign \x85B1 346-34
-sign \x6FE7 346-34
-sign \x61DF 346-34
-sign \x8B48 346-34
-sign \x7029 346-34
-sign \x8B75 346-34
-sign \x5428 346-13
-sign \x60C7 346-13
-sign \x6566 346-13
-sign \x8733 346-13
-sign \x58A9 346-13
-sign \x64B4 346-13
-sign \x58FF 346-13
-sign \x7364 346-13
-sign \x58AA 346-13
-sign \x6A54 2346-346
-sign \x5678 346-13
-sign \x729C 346-13
-sign \x6489 346-13
-sign \x71C9 346-1
-sign \x7905 346-13
-sign \x9566 346-13
-sign \x8E7E 346-13
-sign \x8E72 346-13
-sign \x9413 346-13
-sign \x941C 346-345
-sign \x9A50 346-13
-sign \x76F9 346-136
-sign \x8DB8 346-136
-sign \x8E89 346-136
-sign \x4F05 346-1
-sign \x6C8C 346-1
-sign \x7096 346-1
-sign \x9007 346-1
-sign \x7818 346-1
-sign \x949D 346-1
-sign \x76FE 346-1
-sign \x987F 346-1
-sign \x9041 346-1
-sign \x920D 346-1
-sign \x696F 1246-136
-sign \x9813 346-1
-sign \x815E 146-124
-sign \x78B7 346-1
-sign \x906F 346-1
-sign \x6F61 346-1
-sign \x619E 346-34
-sign \x8E32 346-1
-sign \x591A 346-234
-sign \x591B 346-234
-sign \x5484 346-234
-sign \x8324 15-12
-sign \x54C6 346-234
-sign \x525F 346-234
-sign \x6387 346-234
-sign \x5D1C 346-234
-sign \x6560 346-234
-sign \x6BF2 346-234
-sign \x656A 346-246
-sign \x88F0 346-234
-sign \x5689 346-234
-sign \x4EDB 2346-234
-sign \x593A 346-246
-sign \x94CE 346-246
-sign \x6553 346-246
-sign \x526B 346-246
-sign \x655A 346-246
-sign \x55A5 346-246
-sign \x922C 346-246
-sign \x75E5 346-246
-sign \x596A 346-246
-sign \x51D9 346-246
-sign \x8E31 346-246
-sign \x9BB5 346-246
-sign \x9438 346-246
-sign \x6735 346-2346
-sign \x6736 346-2346
-sign \x579B 346-24
-sign \x6306 346-2346
-sign \x6305 346-2346
-sign \x54DA 346-2346
-sign \x57F5 346-2346
-sign \x7F0D 346-2346
-sign \x8D93 346-2346
-sign \x692F 346-2346
-sign \x8EB2 346-2346
-sign \x8EB1 346-2346
-sign \x7D9E 346-2346
-sign \x4EB8 346-2346
-sign \x9B0C 346-2346
-sign \x56B2 346-2346
-sign \x5241 346-24
-sign \x9973 346-24
-sign \x964F 346-24
-sign \x964A 346-24
-sign \x5234 346-24
-sign \x579C 346-2346
-sign \x67EE 346-24
-sign \x5C2E 346-24
-sign \x6857 346-24
-sign \x8235 346-24
-sign \x5815 346-24
-sign \x60F0 346-24
-sign \x5AA0 346-24
-sign \x8DFA 346-24
-sign \x8DE2 34-1245
-sign \x8DE5 346-24
-sign \x98FF 346-24
-sign \x619C 346-24
-sign \x58AE 346-24
-sign \x5D9E 346-24
-sign \x5AF7 2346-2346
-sign \x58AF 346-24
-sign \x9D7D 346-24
-sign \x59B8 23456-234
-sign \x59BF 23456-234
-sign \x5C59 23456-234
-sign \x5A3F 23456-234
-sign \x5A40 23456-234
-sign \x8BB9 23456-246
-sign \x8FD7 23456-246
-sign \x542A 23456-246
-sign \x56EE 23456-246
-sign \x4FC4 23456-246
-sign \x83AA 23456-246
-sign \x5CE8 23456-246
-sign \x5CE9 23456-246
-sign \x6D90 23456-246
-sign \x5A25 23456-246
-sign \x73F4 23456-246
-sign \x8A1B 23456-246
-sign \x774B 23456-246
-sign \x9507 23456-246
-sign \x9E45 23456-246
-sign \x7692 23456-246
-sign \x920B 23456-246
-sign \x86FE 23456-246
-sign \x78C0 23456-246
-sign \x8A90 23456-246
-sign \x92E8 23456-246
-sign \x9B64 23456-246
-sign \x981F 23456-246
-sign \x989D 23456-246
-sign \x9A00 23456-246
-sign \x9D5D 23456-246
-sign \x9D5E 23456-246
-sign \x984D 23456-246
-sign \x8B4C 23456-246
-sign \x6799 23456-2346
-sign \x7808 23456-24
-sign \x5641 23456-2346
-sign \x9D48 23456-2346
-sign \x5384 23456-24
-sign \x6B7A 34-123456
-sign \x5C75 23456-124
-sign \x6239 23456-24
-sign \x5C8B 23456-24
-sign \x9628 23456-24
-sign \x627C 23456-24
-sign \x82CA 23456-24
-sign \x5443 23456-24
-sign \x9638 23456-24
-sign \x7810 23456-24
-sign \x8F6D 23456-24
-sign \x545D 23456-24
-sign \x57A9 23456-24
-sign \x54A2 23456-24
-sign \x54B9 23456-24
-sign \x5CC9 23456-246
-sign \x59F6 23456-24
-sign \x6076 23456-24
-sign \x7828 23456-2346
-sign \x8685 23456-24
-sign \x530E 23456-24
-sign \x997F 23456-24
-sign \x580A 23456-24
-sign \x8EDB 23456-24
-sign \x60AA 23456-24
-sign \x7846 23456-24
-sign \x537E 23456-24
-sign \x9102 23456-24
-sign \x5054 23456-24
-sign \x960F 23456-24
-sign \x8C14 23456-24
-sign \x582E 23456-24
-sign \x60E1 23456-24
-sign \x843C 23456-24
-sign \x8EF6 23456-24
-sign \x8C5F 23456-24
-sign \x904F 23456-24
-sign \x904C 23456-24
-sign \x5D3F 23456-24
-sign \x922A 23456-24
-sign \x6E42 23456-24
-sign \x6115 23456-24
-sign \x6439 23456-24
-sign \x7427 23456-24
-sign \x816D 23456-24
-sign \x8A7B 23456-24
-sign \x5EC5 23456-24
-sign \x8741 23456-24
-sign \x9E57 23456-24
-sign \x9537 23456-24
-sign \x50EB 23456-24
-sign \x855A 23456-24
-sign \x989A 23456-24
-sign \x907B 23456-24
-sign \x9913 23456-24
-sign \x981E 23456-24
-sign \x64DC 23456-24
-sign \x5669 23456-24
-sign \x89A8 23456-24
-sign \x9929 23456-24
-sign \x8AE4 23456-24
-sign \x9354 23456-24
-sign \x9CC4 23456-24
-sign \x6B5E 23456-24
-sign \x984E 23456-24
-sign \x8601 26-12
-sign \x6AEE 23456-24
-sign \x9D9A 23456-24
-sign \x9C10 23456-24
-sign \x8B8D 23456-24
-sign \x9F76 23456-24
-sign \x9469 23456-24
-sign \x9C77 23456-24
-sign \x8BF6 23456-345
-sign \x5940 23456-13
-sign \x6069 23456-13
-sign \x84BD 23456-13
-sign \x717E 23456-13
-sign \x5CCE 23456-136
-sign \x6441 23456-1
-sign \x55EF 23456-13
-sign \x97A5 23456-26
-sign \x513F 35-2456
-sign \x800C 35-2456
-sign \x5150 35-2456
-sign \x4F95 35-2456
-sign \x5152 35-2456
-sign \x9651 35-2456
-sign \x834B 35-2456
-sign \x800F 35-2456
-sign \x54A1 35-245
-sign \x5CCF 35-2456
-sign \x6D0F 35-2456
-sign \x682D 35-2456
-sign \x80F9 35-2456
-sign \x9E38 35-2456
-sign \x5532 35-2456
-sign \x88BB 35-2456
-sign \x804F 35-2456
-sign \x7CAB 35-2456
-sign \x8F00 35-2456
-sign \x9C95 35-2456
-sign \x9AF5 35-2456
-sign \x96AD 35-2456
-sign \x9D2F 35-2456
-sign \x9B9E 35-2456
-sign \x8F5C 35-2456
-sign \x5C13 35-23456
-sign \x5C12 35-23456
-sign \x5C14 35-23456
-sign \x8033 35-23456
-sign \x8FE9 35-23456
-sign \x9975 35-23456
-sign \x6D31 35-23456
-sign \x73E5 35-23456
-sign \x6BE6 35-23456
-sign \x682E 35-23456
-sign \x94D2 35-23456
-sign \x8848 35-245
-sign \x723E 35-23456
-sign \x927A 35-23456
-sign \x990C 35-23456
-sign \x99EC 35-23456
-sign \x85BE 35-23456
-sign \x9087 35-23456
-sign \x8DB0 35-23456
-sign \x4E8C 35-245
-sign \x5F0D 35-245
-sign \x5F10 35-245
-sign \x5235 35-245
-sign \x4F74 35-245
-sign \x8D30 35-245
-sign \x8CAE 35-245
-sign \x8CB3 35-245
-sign \x8A80 35-245
-sign \x6A32 35-245
-sign \x53D1 235-2345
-sign \x6CB7 235-2345
-sign \x767A 235-2345
-sign \x767C 235-2345
-sign \x5F42 235-2345
-sign \x5EE2 235-34
-sign \x6A43 235-2345
-sign \x9197 235-2345
-sign \x4E4F 235-2456
-sign \x4F10 235-2456
-sign \x59C2 235-2456
-sign \x8337 235-2456
-sign \x7F5A 235-2456
-sign \x57A1 235-2456
-sign \x9600 235-2456
-sign \x6830 235-2456
-sign \x7B29 235-2456
-sign \x7B4F 235-2456
-sign \x50A0 235-2456
-sign \x95A5 235-2456
-sign \x7F70 235-2456
-sign \x7782 235-2456
-sign \x7F78 235-2456
-sign \x85C5 235-2456
-sign \x4F71 235-23456
-sign \x6CD5 235-23456
-sign \x781D 235-23456
-sign \x9345 235-23456
-sign \x704B 235-23456
-sign \x73D0 235-245
-sign \x743A 235-245
-sign \x9AEA 235-245
-sign \x9AEE 235-245
-sign \x5E06 235-1234
-sign \x5FDB 235-1234
-sign \x72BF 235-1234
-sign \x756A 235-1234
-sign \x52EB 235-1234
-sign \x58A6 235-1246
-sign \x8543 235-1234
-sign \x5643 235-1234
-sign \x5E61 235-1234
-sign \x61A3 235-1234
-sign \x5B0F 235-1234
-sign \x65D9 235-1234
-sign \x85E9 235-1234
-sign \x7FFB 235-1234
-sign \x65DB 235-1234
-sign \x98BF 235-1234
-sign \x8F53 235-1234
-sign \x7C53 24-1234
-sign \x98DC 235-1234
-sign \x9C55 235-1234
-sign \x51E3 235-1246
-sign \x51E2 235-1246
-sign \x51E1 235-1246
-sign \x674B 235-1246
-sign \x5325 235-1246
-sign \x67C9 235-1246
-sign \x77FE 235-1246
-sign \x9492 235-1246
-sign \x7C75 235-1246
-sign \x8224 235-1246
-sign \x8227 235-1246
-sign \x70E6 235-1246
-sign \x7B32 235-1246
-sign \x91E9 235-1246
-sign \x68E5 235-1246
-sign \x7169 235-1246
-sign \x7DD0 235-1246
-sign \x6A0A 235-1246
-sign \x74A0 235-1246
-sign \x85A0 235-1246
-sign \x6A4E 235-1246
-sign \x81B0 235-1246
-sign \x71D4 235-1246
-sign \x7E41 235-1246
-sign \x894E 235-1246
-sign \x7FB3 235-1246
-sign \x7E59 235-1234
-sign \x8E6F 235-1246
-sign \x8629 235-1246
-sign \x792C 235-1246
-sign \x702A 235-1246
-sign \x9407 235-1246
-sign \x703F 235-1246
-sign \x881C 235-1246
-sign \x9DED 235-1246
-sign \x72AD 1356-12346
-sign \x6535 236-123
-sign \x53CD 235-12346
-sign \x6255 235-12346
-sign \x8FBA 245-1234
-sign \x4EEE 235-12346
-sign \x8FD4 235-12346
-sign \x72AF 235-124
-sign \x6C3E 235-124
-sign \x597F 235-124
-sign \x6C4E 235-124
-sign \x996D 235-124
-sign \x6CDB 235-124
-sign \x8303 235-124
-sign \x8D29 235-124
-sign \x7548 235-124
-sign \x8ED3 235-124
-sign \x8A09 235-124
-sign \x68B5 235-124
-sign \x8CA9 235-124
-sign \x7B35 235-124
-sign \x76D5 235-124
-sign \x98EF 235-124
-sign \x98F0 235-124
-sign \x8EEC 235-124
-sign \x6EFC 235-124
-sign \x7BC4 235-124
-sign \x5B0E 235-124
-sign \x5B14 235-12
-sign \x531A 235-1345
-sign \x65B9 235-1345
-sign \x90A1 235-1345
-sign \x574A 235-1345
-sign \x82B3 235-1345
-sign \x6C78 235-1345
-sign \x678B 235-1345
-sign \x7265 235-1345
-sign \x794A 24-135
-sign \x94AB 235-1345
-sign \x8684 235-1345
-sign \x6DD3 235-1345
-sign \x8DBD 236-1456
-sign \x9201 235-1345
-sign \x933A 235-1345
-sign \x9D0B 235-1345
-sign \x9632 235-1456
-sign \x59A8 235-1456
-sign \x80AA 235-1456
-sign \x623F 235-1456
-sign \x57C5 235-1456
-sign \x580F 235-1345
-sign \x9C82 235-1456
-sign \x9B74 235-1456
-sign \x4EFF 235-13456
-sign \x8BBF 235-13456
-sign \x7EBA 235-13456
-sign \x6609 235-13456
-sign \x6618 235-13456
-sign \x74EC 235-13456
-sign \x7706 235-13456
-sign \x5023 235-13456
-sign \x822B 235-13456
-sign \x65CA 235-13456
-sign \x7D21 235-13456
-sign \x8A2A 235-13456
-sign \x9AE3 235-13456
-sign \x9DAD 235-13456
-sign \x653E 235-145
-sign \x98DE 235-345
-sign \x5983 235-345
-sign \x975E 235-345
-sign \x98DB 235-345
-sign \x83F2 235-345
-sign \x5A53 235-345
-sign \x5561 235-345
-sign \x6E04 235-345
-sign \x5A54 235-345
-sign \x7EEF 235-345
-sign \x7306 235-345
-sign \x975F 235-345
-sign \x6683 235-345
-sign \x6249 235-345
-sign \x88F6 235-345
-sign \x871A 235-345
-sign \x7DCB 235-345
-sign \x970F 235-345
-sign \x9CB1 235-345
-sign \x9925 235-345
-sign \x99A1 235-345
-sign \x9A11 235-345
-sign \x9A1B 235-345
-sign \x9BE1 235-345
-sign \x98DD 235-345
-sign \x80A5 235-346
-sign \x6DDD 235-346
-sign \x8153 235-346
-sign \x8730 235-346
-sign \x88F5 236-346
-sign \x87E6 235-34
-sign \x80C7 245-12
-sign \x670F 235-3456
-sign \x80D0 235-3456
-sign \x532A 235-3456
-sign \x8BFD 235-3456
-sign \x966B 236-346
-sign \x595C 235-3456
-sign \x60B1 235-3456
-sign \x68D0 235-3456
-sign \x6590 235-3456
-sign \x69A7 235-3456
-sign \x7FE1 235-3456
-sign \x855C 235-3456
-sign \x8AB9 235-3456
-sign \x7BDA 235-3456
-sign \x82BE 235-34
-sign \x5420 235-34
-sign \x676E 24-34
-sign \x80BA 235-34
-sign \x72D2 235-34
-sign \x5E9F 235-34
-sign \x6CB8 235-34
-sign \x6632 235-34
-sign \x8D39 235-34
-sign \x539E 235-34
-sign \x5255 235-34
-sign \x4FF7 235-34
-sign \x75BF 235-34
-sign \x8409 235-346
-sign \x5C5D 235-34
-sign \x5EC3 235-34
-sign \x8CBB 235-34
-sign \x75F1 235-34
-sign \x9544 235-34
-sign \x855F 235-245
-sign \x66CA 235-34
-sign \x9F23 235-34
-sign \x7648 235-34
-sign \x6FF7 235-34
-sign \x6AE0 235-34
-sign \x9428 235-34
-sign \x9745 235-34
-sign \x5206 235-13
-sign \x82AC 235-13
-sign \x5429 235-13
-sign \x5E09 235-13
-sign \x59A2 235-16
-sign \x7EB7 235-13
-sign \x74F0 235-13-26-23456
-sign \x6610 235-13
-sign \x6C1B 235-13
-sign \x7AD5 235-13-124-135
-sign \x886F 235-13
-sign \x7FC2 235-13
-sign \x7D1B 235-13
-sign \x68FB 235-13
-sign \x515D 16-135-235-13
-sign \x915A 235-13
-sign \x8EAE 235-13
-sign \x8A1C 235-13
-sign \x96F0 235-13
-sign \x9216 235-13
-sign \x9934 235-13
-sign \x6706 235-13
-sign \x9959 235-13
-sign \x5746 246-346
-sign \x575F 235-16
-sign \x5C8E 235-16
-sign \x6C7E 235-16
-sign \x678C 235-16
-sign \x7083 24-1
-sign \x670C 24-1234
-sign \x80A6 24-1234
-sign \x86A1 235-16
-sign \x86A0 235-16
-sign \x7F92 235-16
-sign \x68A4 235-16
-sign \x68FC 235-16
-sign \x711A 235-16
-sign \x84B6 235-16
-sign \x999A 235-16
-sign \x96AB 235-16
-sign \x8561 235-16
-sign \x9CFB 24-1234
-sign \x9B75 235-16
-sign \x71D3 235-16
-sign \x8C6E 235-16
-sign \x71CC 235-16
-sign \x9F22 235-16
-sign \x9F16 235-16
-sign \x7FB5 235-16
-sign \x8F52 235-16
-sign \x8C76 235-16
-sign \x943C 235-16
-sign \x99A9 235-16
-sign \x9EC2 235-16
-sign \x7C89 235-136
-sign \x7793 1246-34
-sign \x9EFA 235-136
-sign \x4EFD 235-1
-sign \x574B 235-1
-sign \x5F05 235-1
-sign \x594B 235-1
-sign \x5FFF 235-1
-sign \x79CE 235-1
-sign \x507E 235-1
-sign \x7CAA 235-1
-sign \x6124 235-1
-sign \x50E8 235-1
-sign \x58B3 235-16
-sign \x5E69 235-16
-sign \x7356 235-16
-sign \x61A4 235-1
-sign \x6A68 235-16
-sign \x596E 235-1
-sign \x81B9 235-1
-sign \x9CBC 235-1
-sign \x7CDE 235-1
-sign \x7035 235-1
-sign \x9C5D 235-1
-sign \x4E30 235-135
-sign \x98CE 235-135
-sign \x4EF9 235-135
-sign \x51E8 235-135
-sign \x51EC 235-135
-sign \x6CA3 235-135
-sign \x6CA8 235-135
-sign \x59A6 235-135
-sign \x67AB 235-135
-sign \x80A8 236-145
-sign \x51EE 235-135
-sign \x7090 236-145
-sign \x5C01 235-135
-sign \x781C 235-135
-sign \x76FD 235-135
-sign \x98A8 235-135
-sign \x75AF 235-135
-sign \x57C4 235-135
-sign \x5CEF 235-135
-sign \x5CF0 235-135
-sign \x7412 235-135
-sign \x687B 235-135
-sign \x5051 235-135
-sign \x70FD 235-135
-sign \x8451 235-135
-sign \x5D36 235-135
-sign \x950B 235-135
-sign \x7326 235-135
-sign \x728E 235-135
-sign \x6953 235-135
-sign \x8702 235-135
-sign \x78B8 235-135
-sign \x760B 235-135
-sign \x9137 235-135
-sign \x50FC 235-135
-sign \x92D2 235-135
-sign \x6A92 235-135
-sign \x8C50 235-135
-sign \x93BD 235-135
-sign \x93E0 235-135
-sign \x9146 235-135
-sign \x8634 235-135
-sign \x7043 235-135
-sign \x5BF7 235-135
-sign \x882D 235-135
-sign \x98CC 235-135
-sign \x974A 235-135
-sign \x9EB7 235-135
-sign \x51AF 235-156
-sign \x5906 235-156
-sign \x6340 235-156
-sign \x9022 235-156
-sign \x6D72 235-156
-sign \x5838 235-156
-sign \x823D 236-1456
-sign \x99AE 235-156
-sign \x6E84 235-135
-sign \x6E22 235-1246
-sign \x6453 235-156
-sign \x8242 235-156
-sign \x6F28 235-156
-sign \x7F1D 235-156
-sign \x7D98 235-156
-sign \x7BC8 235-135
-sign \x7E2B 235-156
-sign \x8BBD 235-1356
-sign \x552A 235-1356
-sign \x8AF7 235-1356
-sign \x51E4 235-15
-sign \x5949 235-15
-sign \x752E 235-15
-sign \x4FF8 235-15
-sign \x7128 235-15
-sign \x6E57 235-15
-sign \x8D57 235-15
-sign \x9CEF 235-15
-sign \x7148 235-15
-sign \x9CF3 235-15
-sign \x9D0C 235-15
-sign \x8CF5 235-15
-sign \x8985 245-125
-sign \x4ECF 235-246
-sign \x4F5B 235-246
-sign \x5772 235-246
-sign \x68BB 235-246
-sign \x7D11 235-146
-sign \x7F36 235-1346
-sign \x5426 235-1346
-sign \x599A 236-345
-sign \x7F3B 235-1346
-sign \x7F39 235-1346
-sign \x96EC 235-1346
-sign \x9D00 235-1346
-sign \x592B 235-123
-sign \x909E 235-123
-sign \x4F15 235-123
-sign \x544B 235-123
-sign \x6C95 2456-12
-sign \x598B 235-123
-sign \x739E 235-123
-sign \x59C7 235-123
-sign \x80A4 235-123
-sign \x8342 235-123
-sign \x7806 235-123
-sign \x6024 235-123
-sign \x886D 235-123
-sign \x57BA 236-146
-sign \x8374 235-123
-sign \x5C03 235-123
-sign \x5A10 235-123
-sign \x9EB8 235-123
-sign \x65C9 235-123
-sign \x8DBA 235-123
-sign \x7D28 235-123
-sign \x8DD7 235-123
-sign \x7A03 235-123
-sign \x9207 235-123
-sign \x7B5F 235-123
-sign \x911C 235-123
-sign \x7D92 235-123
-sign \x8C67 235-123
-sign \x5B75 235-123
-sign \x9CFA 235-123
-sign \x9EA9 235-123
-sign \x6577 235-123
-sign \x819A 235-123
-sign \x9EAC 235-123
-sign \x7CD0 235-123
-sign \x9EB1 235-123
-sign \x61EF 235-123
-sign \x4E40 235-126
-sign \x5DFF 235-126
-sign \x5F17 235-126
-sign \x4F0F 235-126
-sign \x7536 235-126
-sign \x51EB 235-126
-sign \x6276 235-126
-sign \x8299 235-126
-sign \x82A3 235-126
-sign \x5B5A 235-126
-sign \x51B9 235-126
-sign \x521C 235-126
-sign \x62C2 235-126
-sign \x82FB 235-126
-sign \x8300 235-126
-sign \x678E 235-126
-sign \x5488 235-126
-sign \x5E17 235-126
-sign \x5CAA 235-126
-sign \x5F7F 235-126
-sign \x670D 235-126
-sign \x6CED 235-126
-sign \x602B 235-126
-sign \x7EC2 235-126
-sign \x7ECB 235-126
-sign \x73B8 235-126
-sign \x97E8 235-126
-sign \x5798 235-126
-sign \x832F 235-126
-sign \x67B9 24-1235
-sign \x67EB 235-126
-sign \x7550 235-126
-sign \x7549 235-126
-sign \x7F58 235-126
-sign \x6C1F 235-126
-sign \x4FD8 235-126
-sign \x9CEC 235-126
-sign \x90DB 235-126
-sign \x70A5 235-126
-sign \x6D11 235-126
-sign \x7953 235-126
-sign \x83A9 235-126
-sign \x683F 235-126
-sign \x7829 235-126
-sign \x86A8 235-126
-sign \x54F9 235-126
-sign \x7557 235-126
-sign \x6D6E 235-126
-sign \x7408 235-126
-sign \x83D4 235-126
-sign \x6874 235-126
-sign \x8659 235-126
-sign \x7B26 235-126
-sign \x7B30 235-126
-sign \x5310 235-126
-sign \x70F0 235-126
-sign \x6DAA 235-126
-sign \x8274 235-126
-sign \x7FC7 235-126
-sign \x7D31 235-126
-sign \x7D3C 235-126
-sign \x844D 235-126
-sign \x68F4 235-126
-sign \x5E45 235-126
-sign \x7F66 235-126
-sign \x7D65 235-126
-sign \x8F90 235-126
-sign \x8709 235-126
-sign \x9CE7 235-126
-sign \x8240 235-126
-sign \x925C 235-126
-sign \x9258 235-126
-sign \x98AB 235-126
-sign \x7CB0 235-123
-sign \x798F 235-126
-sign \x7D8D 235-126
-sign \x6991 235-126
-sign \x917B 1456-34
-sign \x7A2A 235-126
-sign \x7B99 235-126
-sign \x97CD 235-126
-sign \x9AF4 235-126
-sign \x8760 235-126
-sign \x5E5E 235-126
-sign \x9D14 235-126
-sign \x6F93 235-126
-sign \x8F3B 235-126
-sign \x8E3E 235-126
-sign \x9B84 235-126
-sign \x8AE8 235-126
-sign \x9EFB 235-126
-sign \x9BB2 235-126
-sign \x7641 235-126
-sign \x8946 235-126
-sign \x9D69 235-126
-sign \x8965 235-126
-sign \x9D9D 235-126
-sign \x629A 235-1236
-sign \x752B 235-1236
-sign \x62CA 235-1236
-sign \x65A7 235-1236
-sign \x5E9C 235-1236
-sign \x5F23 235-1236
-sign \x90D9 235-1236
-sign \x4FCC 235-1236
-sign \x80D5 235-123
-sign \x4FEF 235-1236
-sign \x91DC 235-1236
-sign \x91E1 235-1236
-sign \x636C 235-1236
-sign \x915C 235-123
-sign \x8F85 235-1236
-sign \x6928 235-1236
-sign \x76D9 235-1236
-sign \x8151 235-1236
-sign \x7124 235-1236
-sign \x6ECF 235-1236
-sign \x8F14 235-1236
-sign \x8150 235-1236
-sign \x64AB 235-1236
-sign \x9B34 235-1236
-sign \x7C20 235-1236
-sign \x9EFC 235-1236
-sign \x7236 235-12
-sign \x8BA3 235-12
-sign \x4ED8 235-12
-sign \x8D1F 235-12
-sign \x5987 235-12
-sign \x9644 235-12
-sign \x577F 235-12
-sign \x5490 235-12
-sign \x961C 235-12
-sign \x7ACE 235-12
-sign \x9A78 235-12
-sign \x8D74 235-12
-sign \x67CE 235-123
-sign \x590D 235-12
-sign \x5CCA 235-12
-sign \x8CA0 235-12
-sign \x8A03 235-12
-sign \x7954 235-12
-sign \x86A5 235-1236
-sign \x889D 235-12
-sign \x965A 26-1236
-sign \x526F 235-12
-sign \x86B9 235-12
-sign \x5069 235-12
-sign \x51A8 235-12
-sign \x5A4F 235-12
-sign \x5A66 235-12
-sign \x842F 235-12
-sign \x8EF5 356-1356
-sign \x8984 235-12
-sign \x8D4B 235-12
-sign \x79FF 235-12
-sign \x5085 235-12
-sign \x86D7 235-12
-sign \x5FA9 235-12
-sign \x8A42 235-12
-sign \x5BCC 235-12
-sign \x5A8D 235-12
-sign \x6931 235-12
-sign \x8179 235-12
-sign \x9C8B 235-12
-sign \x7F1A 235-12
-sign \x8D59 235-12
-sign \x8914 235-12
-sign \x8907 235-12
-sign \x79A3 235-12
-sign \x99D9 235-12
-sign \x8567 235-12
-sign \x8CE6 235-12
-sign \x876E 235-12
-sign \x875C 235-12
-sign \x7DEE 235-12
-sign \x8F39 235-12
-sign \x9B92 235-12
-sign \x7E1B 235-12
-sign \x8CFB 235-12
-sign \x9362 235-12
-sign \x9351 235-12
-sign \x9CC6 235-12
-sign \x8986 235-12
-sign \x99A5 235-12
-sign \x9C12 235-12
-sign \x88B1 235-126
-sign \x65EE 1-2345
-sign \x4F3D 15-2345
-sign \x5477 125-2345
-sign \x560E 1-2345
-sign \x9486 1-2456
-sign \x5C1C 1-2456
-sign \x5676 1-2456
-sign \x5620 1-2345
-sign \x9337 1-2456
-sign \x738D 1-23456
-sign \x5C15 1-23456
-sign \x5C2C 1-245
-sign \x9B40 1-245
-sign \x4F85 1-12345
-sign \x90C2 1-12345
-sign \x8BE5 1-12345
-sign \x9654 1-12345
-sign \x5793 1-12345
-sign \x8344 1-12345
-sign \x5CD0 1-12345
-sign \x59DF 1-12345
-sign \x6650 1-12345
-sign \x8D45 1-12345
-sign \x7561 1-12345
-sign \x7974 1-12345
-sign \x9691 1-12345
-sign \x7D6F 1-12345
-sign \x8C65 1-12345
-sign \x8CC5 1-12345
-sign \x8A72 1-12345
-sign \x8CCC 1-12345
-sign \x5FCB 1-123456
-sign \x6539 1-123456
-sign \x7D60 1-123456
-sign \x9385 15-24
-sign \x4E10 1-1245
-sign \x4E62 1-1245
-sign \x5303 1-1245
-sign \x5304 1-1245
-sign \x675A 16-123
-sign \x9499 1-1245
-sign \x76D6 1-1245
-sign \x6461 1-1245
-sign \x8462 1-1245
-sign \x9223 1-1245
-sign \x6E89 1-1245
-sign \x84CB 1-1245
-sign \x6982 1-1245
-sign \x69E9 1-1245
-sign \x6224 1-1245
-sign \x6F11 1-1245
-sign \x69EA 1-1245
-sign \x74C2 1-1245
-sign \x7518 1-1234
-sign \x8FC0 1-1234
-sign \x8289 1-1234
-sign \x5FD3 1-1234
-sign \x7395 1-1234
-sign \x653C 1-1234
-sign \x809D 1-1234
-sign \x5769 1-1234
-sign \x82F7 1-1234
-sign \x77F8 1-1234
-sign \x6CD4 1-1234
-sign \x73B5 23456-1246
-sign \x4E79 1-1234
-sign \x67D1 1-1234
-sign \x8677 1-1234
-sign \x7AFF 1-1234
-sign \x9150 1-1234
-sign \x75B3 1-1234
-sign \x7C93 1-1234
-sign \x4E81 1-1234
-sign \x51F2 1-1234
-sign \x5C34 1-1234
-sign \x5C32 1-1234
-sign \x7B78 1-1234
-sign \x9CF1 1-1234
-sign \x6F27 1-1234
-sign \x5C36 1-1234
-sign \x5C37 1-1234
-sign \x9B50 1-1234
-sign \x4EE0 1-12346
-sign \x625E 12-124
-sign \x6746 1-1234
-sign \x79C6 1-12346
-sign \x8866 1-12346
-sign \x76AF 1-12346
-sign \x8D76 1-12346
-sign \x687F 1-12346
-sign \x7B34 1-12346
-sign \x6562 1-12346
-sign \x7A08 1-12346
-sign \x611F 1-12346
-sign \x8D95 1-12346
-sign \x6F89 1-12346
-sign \x6A44 1-12346
-sign \x64C0 1-12346
-sign \x7C33 1-12346
-sign \x9CE1 1-12346
-sign \x9C64 1-12346
-sign \x5E72 1-1234
-sign \x65F0 1-124
-sign \x6C75 1-124
-sign \x76F0 1-124
-sign \x7EC0 1-124
-sign \x501D 1-124
-sign \x51CE 1-124
-sign \x6DE6 1-124
-sign \x7D3A 1-124
-sign \x9AAD 1-124
-sign \x8A4C 1-124
-sign \x5E79 1-124
-sign \x69A6 1-124
-sign \x6A8A 1-124
-sign \x8D63 1-124
-sign \x8D1B 1-124
-sign \x7068 1-124
-sign \x5188 1-1345
-sign \x7F53 1-1345
-sign \x51AE 1-1345
-sign \x521A 1-1345
-sign \x809B 1-1345
-sign \x7EB2 1-1345
-sign \x77FC 1-1345
-sign \x5CA1 1-1345
-sign \x7268 1-1345
-sign \x7598 1-1345
-sign \x94A2 1-1345
-sign \x7F38 1-1345
-sign \x7F61 1-1345
-sign \x525B 1-1345
-sign \x5808 1-1345
-sign \x5D17 1-13456
-sign \x91ED 1-1345
-sign \x68E1 1-1345
-sign \x7285 1-1345
-sign \x583D 1-1345
-sign \x7899 1234-1256
-sign \x7F41 1-1345
-sign \x7DB1 1-1345
-sign \x92FC 1-1345
-sign \x93A0 1-1345
-sign \x5C97 1-13456
-sign \x6E2F 1-13456
-sign \x6760 1-145
-sign \x6386 1-1345
-sign \x7135 1-145
-sign \x7139 1-145
-sign \x7B7B 1-145
-sign \x69D3 1-145
-sign \x6206 1-145
-sign \x768B 1-1235
-sign \x9AD8 1-1235
-sign \x7F99 246-3456
-sign \x7F94 1-1235
-sign \x7690 1-1235
-sign \x9AD9 1-1235
-sign \x81EF 1-1235
-sign \x776A 1-1235
-sign \x6EDC 145-246
-sign \x69D4 1-1235
-sign \x777E 1-1235
-sign \x818F 1-1235
-sign \x69F9 1-1235
-sign \x6A70 1-1235
-sign \x7BD9 1-1235
-sign \x7CD5 1-1235
-sign \x993B 1-1235
-sign \x6ADC 1-1235
-sign \x97DF 1-1235
-sign \x9F1B 1-1235
-sign \x9DCE 1-1235
-sign \x9DF1 1-1235
-sign \x5930 1-12356
-sign \x6772 1-12356
-sign \x83D2 1-12356
-sign \x7A01 1-12356
-sign \x641E 1-12356
-sign \x7B76 1-12356
-sign \x7F1F 1-12356
-sign \x69C1 1-12356
-sign \x7354 12-1256
-sign \x69C0 1-12356
-sign \x9550 1-12356
-sign \x7A3F 1-12356
-sign \x7A3E 1-12356
-sign \x7E1E 1-12356
-sign \x85C1 1-12356
-sign \x85F3 1-12356
-sign \x6ABA 1-12356
-sign \x93AC 1-12356
-sign \x543F 1-125
-sign \x544A 1-125
-sign \x90DC 1-125
-sign \x52C2 1-125
-sign \x8BF0 1-125
-sign \x5CFC 1-125
-sign \x796E 1-125
-sign \x7970 1-125
-sign \x9506 1-125
-sign \x66A0 12-125
-sign \x8AA5 1-125
-sign \x799E 1-125
-sign \x92EF 1-125
-sign \x6208 1-234
-sign \x572A 1-234
-sign \x72B5 1-234
-sign \x7EA5 1-234
-sign \x6213 1-234
-sign \x8090 1-234
-sign \x726B 1-234
-sign \x7599 1-234
-sign \x54AF 1236-35
-sign \x7271 1-234
-sign \x54E5 1-234
-sign \x80F3 1-234
-sign \x9E3D 1-234
-sign \x88BC 1-234
-sign \x6401 1-234
-sign \x5272 1-234
-sign \x6ED2 1-234
-sign \x5F41 1-234
-sign \x6228 1-234
-sign \x6B4C 1-234
-sign \x9D1A 1-234
-sign \x64F1 1-234
-sign \x9D3F 1-234
-sign \x8B0C 1-234
-sign \x93B6 1-234
-sign \x5444 1-246
-sign \x4F6E 1-246
-sign \x530C 1-246
-sign \x630C 1-246
-sign \x9769 1-246
-sign \x8316 1-246
-sign \x9601 1-246
-sign \x683C 1-246
-sign \x9B32 1-246
-sign \x654B 1-246
-sign \x81F5 1-246
-sign \x86D2 1-246
-sign \x6105 1-246
-sign \x88D3 1-246
-sign \x9694 1-246
-sign \x5865 1-246
-sign \x55DD 1-246
-sign \x89E1 1-246
-sign \x6EC6 1-246
-sign \x69C5 1-246
-sign \x95A4 1-246
-sign \x95A3 1-246
-sign \x643F 1-246
-sign \x8188 1-246
-sign \x9788 1-246
-sign \x9ABC 1-246
-sign \x9549 1-246
-sign \x97D0 1-246
-sign \x8F35 1-246
-sign \x81C8 123-245
-sign \x8AFD 1-246
-sign \x9BAF 1-246
-sign \x6ACA 1-246
-sign \x9398 1-246
-sign \x97DA 1-246
-sign \x9A14 1-246
-sign \x8F55 1-246
-sign \x97B7 1-246
-sign \x9C2A 23456-24
-sign \x54FF 1-2346
-sign \x8238 1-2346
-sign \x845B 1-2346
-sign \x55F0 1-2346
-sign \x4E2A 1-24
-sign \x5404 1-24
-sign \x867C 1-24
-sign \x500B 1-24
-sign \x784C 1-24
-sign \x94EC 1-24
-sign \x7B87 1-24
-sign \x927B 1-24
-sign \x7366 1-246
-sign \x7ED9 1-3456
-sign \x7D66 1-3456
-sign \x6839 1-13
-sign \x8DDF 1-13
-sign \x54CF 1-16
-sign \x4E98 1-1
-sign \x4E99 1-1
-sign \x826E 1-1
-sign \x831B 1-1
-sign \x6404 1-1
-sign \x63EF 1-1
-sign \x522F 1-135
-sign \x5E9A 1-135
-sign \x754A 1-135
-sign \x8015 1-135
-sign \x6D6D 1-135
-sign \x83EE 1-135
-sign \x6929 1-135
-sign \x8D53 1-135
-sign \x713F 1-135
-sign \x7D5A 1-135
-sign \x9E52 1-135
-sign \x8CE1 1-135
-sign \x7FAE 1-135
-sign \x7E06 1-135
-sign \x7DEA 1-135
-sign \x9D8A 1-135
-sign \x7FB9 1-135
-sign \x90E0 1-1356
-sign \x57C2 1-1356
-sign \x632D 1-1356
-sign \x803F 1-1356
-sign \x8384 1-1356
-sign \x54FD 1-1356
-sign \x5CFA 1-1356
-sign \x7EE0 1-1356
-sign \x6897 1-1356
-sign \x7D86 1-1356
-sign \x9CA0 1-1356
-sign \x9ABE 1-1356
-sign \x9BC1 1-1356
-sign \x66F4 1-15
-sign \x5829 1-15
-sign \x5DE5 16-135
-sign \x5F13 16-135
-sign \x53B7 16-135
-sign \x516C 16-135
-sign \x529F 16-135
-sign \x653B 16-135
-sign \x675B 16-135
-sign \x80B1 16-135
-sign \x7CFC 16-135
-sign \x5BAB 16-135
-sign \x606D 16-135
-sign \x86A3 16-135
-sign \x8EAC 16-135
-sign \x5BAE 16-135
-sign \x9F9A 16-135
-sign \x5311 16-135
-sign \x5868 16-135
-sign \x5E4A 16-135
-sign \x8EB3 16-135
-sign \x89E5 16-135
-sign \x6129 16-135
-sign \x78BD 16-135
-sign \x5314 16-135
-sign \x9AF8 16-135
-sign \x5163 16-135-1235-126
-sign \x7BE2 1236-1356
-sign \x89F5 16-135
-sign \x9F8F 16-135
-sign \x9F94 16-135
-sign \x5EFE 16-1356
-sign \x5DE9 16-1356
-sign \x6C5E 16-1356
-sign \x62F1 16-1356
-sign \x73D9 16-1356
-sign \x62F2 16-1356
-sign \x6831 16-1356
-sign \x8F01 16-1356
-sign \x978F 16-1356
-sign \x5171 16-15
-sign \x8D21 16-15
-sign \x4F9B 16-135
-sign \x7FBE 16-15
-sign \x8CA2 16-15
-sign \x551D 16-1356
-sign \x6150 16-15
-sign \x7195 16-15
-sign \x8D11 1-124
-sign \x52FE 1-134
-sign \x6285 156-123
-sign \x4F5D 1-134
-sign \x6C9F 1-134
-sign \x6CC3 156-123
-sign \x94A9 1-134
-sign \x5193 1-14
-sign \x920E 1-134
-sign \x7F11 1-134
-sign \x9264 1-134
-sign \x6E9D 1-134
-sign \x8920 1-134
-sign \x7DF1 1-134
-sign \x7BDD 1-134
-sign \x97B2 1-134
-sign \x7C3C 1-134
-sign \x97DD 1-134
-sign \x82B6 1-1346
-sign \x82DF 1-1346
-sign \x5CA3 1-1346
-sign \x72D7 1-1346
-sign \x73BD 1-1346
-sign \x8007 1-1346
-sign \x8009 1-1346
-sign \x67B8 1-1346
-sign \x8008 1-1346
-sign \x86BC 1-1346
-sign \x7B31 1-1346
-sign \x8C7F 1-1346
-sign \x5778 1-14
-sign \x6784 1-14
-sign \x8D2D 1-14
-sign \x8BDF 1-14
-sign \x57A2 1-14
-sign \x8329 12-14
-sign \x59E4 1-14
-sign \x88A7 1-134
-sign \x591F 1-14
-sign \x5920 1-14
-sign \x508B 1-14
-sign \x8A3D 1-14
-sign \x9058 1-14
-sign \x6406 1-14
-sign \x5F40 1-14
-sign \x96CA 1-14
-sign \x8A6C 1-14
-sign \x5ABE 1-14
-sign \x89CF 1-14
-sign \x69CB 1-14
-sign \x7179 1-14
-sign \x6480 1-14
-sign \x89AF 1-14
-sign \x8CFC 1-14
-sign \x4F30 16-123
-sign \x5495 16-123
-sign \x6CBD 16-123
-sign \x6CD2 16-123
-sign \x5B64 16-123
-sign \x59D1 16-123
-sign \x67E7 16-123
-sign \x8F71 16-123
-sign \x9E2A 16-123
-sign \x5502 16-123
-sign \x7F5B 16-123
-sign \x83F0 16-123
-sign \x83C7 16-123
-sign \x86C4 16-123
-sign \x7B1F 16-123
-sign \x84C7 16-123
-sign \x8F9C 16-123
-sign \x8EF2 16-123
-sign \x8EF1 16-123
-sign \x9164 16-123
-sign \x55D7 16-1236
-sign \x89DA 16-123
-sign \x6BC2 16-1236
-sign \x9232 16-123
-sign \x7B8D 16-123
-sign \x7B9B 16-123
-sign \x7BD0 16-123
-sign \x5AF4 16-123
-sign \x9D23 16-123
-sign \x6A6D 16-123
-sign \x9B95 16-123
-sign \x8F42 16-1236
-sign \x5903 25-156
-sign \x53E4 16-1236
-sign \x6262 16-1236
-sign \x6287 16-126
-sign \x8C37 16-1236
-sign \x6C69 16-1236
-sign \x8BC2 16-1236
-sign \x80A1 16-1236
-sign \x9AA8 16-1236
-sign \x726F 16-1236
-sign \x5503 16-123
-sign \x7F5F 16-1236
-sign \x94B4 16-1236
-sign \x9027 16-1236
-sign \x7F96 16-1236
-sign \x86CA 16-1236
-sign \x86CC 16-1236
-sign \x5552 16-1236
-sign \x50A6 16-1236
-sign \x8135 16-1236
-sign \x6DC8 16-1236
-sign \x5C33 16-1236
-sign \x7138 16-1236
-sign \x9989 16-1236
-sign \x8A41 16-1236
-sign \x6132 16-1236
-sign \x9F13 16-1236
-sign \x9F14 16-1236
-sign \x69BE 16-12
-sign \x9237 16-1236
-sign \x76B7 16-1236
-sign \x6996 16-1236
-sign \x560F 16-1236
-sign \x9E58 16-1236
-sign \x7A40 16-1236
-sign \x7E0E 16-1236
-sign \x7CD3 16-1236
-sign \x85A3 16-1236
-sign \x76BC 16-1236
-sign \x9936 16-1236
-sign \x81CC 16-1236
-sign \x6FF2 16-1236
-sign \x77BD 16-1236
-sign \x76EC 16-1236
-sign \x7014 16-1236
-sign \x9DBB 16-126
-sign \x8831 16-1236
-sign \x56FA 16-12
-sign \x6545 16-12
-sign \x6018 16-12
-sign \x987E 16-12
-sign \x51C5 16-12
-sign \x580C 16-12
-sign \x688F 16-12
-sign \x5D13 16-12
-sign \x5D2E 16-12
-sign \x727F 16-12
-sign \x68DD 16-12
-sign \x96C7 16-12
-sign \x797B 16-12
-sign \x980B 16-12
-sign \x9522 16-12
-sign \x7A12 16-12
-sign \x75FC 16-12
-sign \x50F1 16-12
-sign \x932E 16-12
-sign \x9CB4 16-12
-sign \x9BDD 16-12
-sign \x9867 16-12
-sign \x74DC 16-2345
-sign \x82FD 16-123
-sign \x5471 16-2345
-sign \x522E 16-2345
-sign \x80CD 16-2345
-sign \x9E39 16-2345
-sign \x98AA 16-123
-sign \x6B44 16-2345
-sign \x713B 134-145
-sign \x7171 16-2345
-sign \x5280 16-2345
-sign \x7DFA 16-2345
-sign \x92BD 16-2345
-sign \x9D30 16-2345
-sign \x9A27 16-2345
-sign \x53E7 16-23456
-sign \x518E 16-23456
-sign \x5250 16-23456
-sign \x526E 16-23456
-sign \x5BE1 16-23456
-sign \x5366 16-245
-sign \x576C 16-245
-sign \x8BD6 16-245
-sign \x6302 16-245
-sign \x639B 16-245
-sign \x5569 16-245
-sign \x7F63 16-245
-sign \x7D53 16-245
-sign \x7F6B 16-245
-sign \x8A7F 16-245
-sign \x8902 16-245
-sign \x4E56 16-12345
-sign \x62D0 16-123456
-sign \x67B4 16-123456
-sign \x67FA 16-123456
-sign \x7B89 16-123456
-sign \x602A 16-1245
-sign \x6060 16-1245
-sign \x5672 136-1245
-sign \x5173 16-1234
-sign \x89C2 16-1234
-sign \x5B98 16-1234
-sign \x898C 16-1234
-sign \x500C 16-1234
-sign \x8416 16-12346
-sign \x8484 16-1234
-sign \x68FA 16-1234
-sign \x7AA4 16-1234
-sign \x95A2 16-1234
-sign \x761D 16-1234
-sign \x95D7 16-1234
-sign \x89B3 16-1234
-sign \x9CCF 16-1234
-sign \x764F 16-1234
-sign \x95DC 16-1234
-sign \x9C25 16-1234
-sign \x89C0 16-1234
-sign \x9C5E 16-1234
-sign \x6B1F 16-124
-sign \x839E 26-12346
-sign \x9986 16-12346
-sign \x7B66 16-12346
-sign \x75EF 16-12346
-sign \x7BA1 16-12346
-sign \x8F28 16-12346
-sign \x8218 16-12346
-sign \x9327 16-12346
-sign \x9928 16-12346
-sign \x9CE4 16-12346
-sign \x535D 16-124
-sign \x6BCC 16-124
-sign \x4E31 16-124
-sign \x8D2F 16-124
-sign \x6CF4 16-124
-sign \x51A0 16-1234
-sign \x63BC 16-124
-sign \x6DAB 16-124
-sign \x60BA 16-124
-sign \x60EF 16-124
-sign \x5A60 26-245
-sign \x8CAB 16-124
-sign \x60B9 16-124
-sign \x797C 16-124
-sign \x645C 16-124
-sign \x6F45 16-124
-sign \x6163 16-124
-sign \x9066 16-124
-sign \x6A0C 16-124
-sign \x76E5 16-124
-sign \x96DA 16-124
-sign \x7F46 16-124
-sign \x8E80 16-124
-sign \x93C6 16-124
-sign \x704C 16-124
-sign \x74D8 16-124
-sign \x721F 16-124
-sign \x9E73 16-124
-sign \x7936 16-124
-sign \x77D4 16-124
-sign \x7F50 16-124
-sign \x9475 16-124
-sign \x9E1B 16-124
-sign \x9C79 16-124
-sign \x5149 16-1345
-sign \x706E 16-1345
-sign \x7097 16-1345
-sign \x709A 16-1345
-sign \x4F8A 16-1345
-sign \x709B 16-1345
-sign \x5799 16-1345
-sign \x6304 16-1345
-sign \x832A 16-1345
-sign \x54A3 16-1345
-sign \x6D38 16-1345
-sign \x59EF 16-1345
-sign \x73D6 16-1345
-sign \x80F1 16-1345
-sign \x70E1 16-1345
-sign \x7844 16-1345
-sign \x8F04 16-1345
-sign \x50D9 16-1345
-sign \x92A7 16-1345
-sign \x9EC6 16-1345
-sign \x5E7F 16-13456
-sign \x5E83 16-13456
-sign \x72B7 16-13456
-sign \x5EE3 16-13456
-sign \x7377 16-13456
-sign \x81E9 16-13456
-sign \x4FC7 16-145
-sign \x6844 16-1345
-sign \x901B 16-145
-sign \x81E6 16-145
-sign \x6497 16-145
-sign \x5F52 16-345
-sign \x572D 16-345
-sign \x9F9F 16-345
-sign \x59AB 16-345
-sign \x89C4 16-345
-sign \x90BD 16-345
-sign \x8325 16-345
-sign \x7688 16-345
-sign \x95FA 16-345
-sign \x73EA 16-345
-sign \x5E30 16-345
-sign \x80FF 16-345
-sign \x898F 16-345
-sign \x7845 16-345
-sign \x4E80 16-345
-sign \x7A90 26-2345
-sign \x88BF 16-345
-sign \x691D 16-345
-sign \x5AAF 16-345
-sign \x7470 16-345
-sign \x90CC 16-345
-sign \x5AE2 16-345
-sign \x646B 16-345
-sign \x95A8 16-345
-sign \x9C91 16-345
-sign \x69FC 16-345
-sign \x69FB 16-345
-sign \x879D 16-34
-sign \x5DB2 16-345
-sign \x5B00 16-345
-sign \x749D 16-345
-sign \x77A1 16-345
-sign \x81AD 16-345
-sign \x9F9C 16-345
-sign \x9BAD 16-345
-sign \x7AC3 145-125
-sign \x9B36 16-345
-sign \x5DC2 16-345
-sign \x6B78 16-345
-sign \x9A29 16-345
-sign \x74CC 16-345
-sign \x9B39 16-345
-sign \x6AF7 16-345
-sign \x6C3F 16-3456
-sign \x5B84 16-3456
-sign \x8F68 16-3456
-sign \x5E8B 16-3456
-sign \x5326 16-3456
-sign \x4F79 16-3456
-sign \x8BE1 16-3456
-sign \x9652 16-3456
-sign \x579D 16-3456
-sign \x8ECC 16-3456
-sign \x9B3C 16-3456
-sign \x6051 16-3456
-sign \x59FD 16-3456
-sign \x7678 16-3456
-sign \x5EAA 16-3456
-sign \x796A 16-3456
-sign \x532D 16-3456
-sign \x6677 16-3456
-sign \x86EB 16-3456
-sign \x6E40 16-3456
-sign \x89E4 16-3456
-sign \x8A6D 16-3456
-sign \x53AC 16-3456
-sign \x7C0B 16-3456
-sign \x87E1 16-3456
-sign \x6530 16-34
-sign \x660B 16-34
-sign \x67DC 16-34
-sign \x7085 16-34
-sign \x523F 16-34
-sign \x523D 16-34
-sign \x8D35 16-34
-sign \x6531 16-3456
-sign \x6842 16-34
-sign \x6867 16-34
-sign \x6922 16-34
-sign \x8CB4 16-34
-sign \x7B40 16-34
-sign \x7324 16-34
-sign \x84D5 16-34
-sign \x8DEA 16-34
-sign \x6E8E 25-124
-sign \x648C 16-34
-sign \x69F6 16-34
-sign \x528C 16-34
-sign \x528A 16-34
-sign \x77B6 16-34
-sign \x7C02 16-246
-sign \x79AC 16-34
-sign \x6AC3 16-34
-sign \x8958 16-34
-sign \x9CDC 16-34
-sign \x97BC 16-34
-sign \x9C56 16-34
-sign \x9C65 16-34
-sign \x886E 16-136
-sign \x889E 16-136
-sign \x60C3 16-136
-sign \x7EF2 16-136
-sign \x8F8A 16-136
-sign \x84D8 16-136
-sign \x6EDA 16-136
-sign \x88F7 256-1234
-sign \x8509 16-136
-sign \x6EFE 16-136
-sign \x7DC4 16-136
-sign \x8F25 16-136
-sign \x78D9 16-136
-sign \x9CA7 16-136
-sign \x7DF7 16-136
-sign \x9B8C 16-136
-sign \x9BC0 16-136
-sign \x742F 16-12346
-sign \x68CD 16-1
-sign \x7754 16-1
-sign \x7774 16-1
-sign \x74AD 16-1
-sign \x8B34 16-1
-sign \x5459 16-234
-sign \x57DA 16-234
-sign \x90ED 16-234
-sign \x556F 16-234
-sign \x5D1E 16-234
-sign \x8052 16-234
-sign \x6947 16-234
-sign \x9505 16-234
-sign \x921B 16-234
-sign \x588E 16-234
-sign \x7611 16-234
-sign \x8748 16-234
-sign \x5613 16-234
-sign \x6FC4 26-234
-sign \x934B 16-234
-sign \x87C8 16-234
-sign \x9439 16-24
-sign \x56EF 16-246
-sign \x56FD 16-246
-sign \x56F6 16-246
-sign \x56FB 16-246
-sign \x5700 16-246
-sign \x63B4 16-246
-sign \x570B 16-246
-sign \x5E3C 16-246
-sign \x8158 16-246
-sign \x6451 16-246
-sign \x805D 16-246
-sign \x852E 16-246
-sign \x5E57 16-246
-sign \x6F0D 16-246
-sign \x6156 16-246
-sign \x8662 16-246
-sign \x9998 16-246
-sign \x679C 16-2346
-sign \x83D3 16-2346
-sign \x7313 16-2346
-sign \x9983 16-2346
-sign \x6DC9 16-2346
-sign \x60C8 16-2346
-sign \x6901 16-2346
-sign \x8901 16-2346
-sign \x69E8 16-2346
-sign \x873E 16-2346
-sign \x88F9 16-2346
-sign \x7CBF 16-2346
-sign \x7DB6 16-2346
-sign \x8F20 16-2346
-sign \x991C 16-2346
-sign \x8FC7 16-24
-sign \x904E 16-24
-sign \x8142 16-24
-sign \x54C8 12-2345
-sign \x94EA 12-2345
-sign \x927F 12-2345
-sign \x86E4 1-246
-sign \x8FD8 12-12456
-sign \x5B69 12-12456
-sign \x9AB8 12-12456
-sign \x9084 12-12456
-sign \x80F2 12-123456
-sign \x6D77 12-123456
-sign \x70F8 12-123456
-sign \x5870 12-123456
-sign \x917C 12-123456
-sign \x91A2 12-123456
-sign \x4EA5 12-1245
-sign \x9A87 12-1245
-sign \x6C26 12-1245
-sign \x5BB3 12-1245
-sign \x55D0 12-1245
-sign \x9900 12-1245
-sign \x99ED 12-1245
-sign \x99F4 12-1245
-sign \x56A1 125-246
-sign \x995A 12-1245
-sign \x4F44 1-124
-sign \x9878 12-1234
-sign \x54FB 12-1234
-sign \x86B6 12-1234
-sign \x9807 12-1234
-sign \x9163 12-1234
-sign \x8C3D 12-1234
-sign \x5AE8 12-1234
-sign \x61A8 12-1234
-sign \x99A0 12-1234
-sign \x9B7D 12-1234
-sign \x9F3E 12-1234
-sign \x9097 12-1246
-sign \x90AF 12-1246
-sign \x542B 12-1246
-sign \x5481 125-1246
-sign \x80A3 12-1246
-sign \x51FD 12-1246
-sign \x51FE 12-1246
-sign \x5505 12-1246
-sign \x6D5B 12-1246
-sign \x5A22 12-1246
-sign \x5705 12-1246
-sign \x7400 12-124
-sign \x6892 12-1246
-sign \x6657 12-1246
-sign \x5D21 12-1246
-sign \x7113 12-1246
-sign \x6DB5 12-1246
-sign \x97E9 12-1246
-sign \x5D45 12-1246
-sign \x5BD2 12-1246
-sign \x751D 12-1246
-sign \x7B68 12-1246
-sign \x872C 12-1246
-sign \x92E1 12-1246
-sign \x6F8F 12-1246
-sign \x97D3 12-1246
-sign \x5388 12-12346
-sign \x7F55 12-12346
-sign \x6D6B 12-12346
-sign \x558A 12-12346
-sign \x850A 12-12346
-sign \x8C43 1-12346
-sign \x95DE 13-124
-sign \x9B2B 12-12346
-sign \x6C49 12-124
-sign \x5C7D 12-124
-sign \x95EC 12-124
-sign \x6C57 12-124
-sign \x65F1 12-124
-sign \x57BE 12-124
-sign \x634D 12-124
-sign \x839F 12-124
-sign \x7302 12-124
-sign \x6D86 12-124
-sign \x608D 12-124
-sign \x83E1 12-124
-sign \x6658 12-124
-sign \x9588 12-124
-sign \x91EC 12-124
-sign \x710A 12-124
-sign \x6DCA 25-1234
-sign \x7745 12-124
-sign \x7694 12-124
-sign \x99AF 12-1246
-sign \x86FF 12-124
-sign \x50BC 12-124
-sign \x9894 12-124
-sign \x6496 12-124
-sign \x872D 12-124
-sign \x6F22 12-124
-sign \x66B5 12-124
-sign \x92B2 12-124
-sign \x92CE 12-124
-sign \x71AF 12-124
-sign \x64BC 12-124
-sign \x8792 12-124
-sign \x7FF0 12-124
-sign \x9837 12-124
-sign \x6FA3 126-124
-sign \x61BE 12-124
-sign \x99FB 12-124
-sign \x9844 12-124
-sign \x96D7 12-124
-sign \x8B40 12-124
-sign \x701A 12-124
-sign \x9DBE 12-124
-sign \x7233 12-235
-sign \x592F 12-1345
-sign \x884C 125-156
-sign \x82C0 12-1456
-sign \x8FD2 12-1456
-sign \x676D 12-1456
-sign \x65BB 12-1456
-sign \x57B3 12-1456
-sign \x7ED7 12-1456
-sign \x86A2 12-1456
-sign \x7B10 12-1456
-sign \x822A 12-1456
-sign \x9883 12-1456
-sign \x8CA5 12-1456
-sign \x7B55 12-1456
-sign \x7D4E 12-1456
-sign \x980F 12-1456
-sign \x9B67 12-1456
-sign \x6C86 12-145
-sign \x84BF 12-1235
-sign \x8585 12-1235
-sign \x5686 12-1235
-sign \x6BDC 12-1256
-sign \x547A 125-1235
-sign \x7AD3 12-1256-124-135
-sign \x869D 12-1256
-sign \x6BEB 12-1256
-sign \x6903 12-1256
-sign \x55E5 12-1256
-sign \x7346 12-1256
-sign \x5651 12-1256
-sign \x8C6A 12-1256
-sign \x8660 15-1235
-sign \x5637 12-1256
-sign \x734B 12-1256
-sign \x8AD5 12-1256
-sign \x512B 12-1256
-sign \x58D5 12-1256
-sign \x568E 12-1256
-sign \x6FE0 12-1256
-sign \x8814 12-1256
-sign \x7C47 12-1256
-sign \x8B79 12-1256
-sign \x597D 12-12356
-sign \x90DD 12-12356
-sign \x53F7 12-125
-sign \x660A 12-125
-sign \x6626 12-125
-sign \x79CF 12-125
-sign \x8017 12-125
-sign \x54E0 12-125
-sign \x6D69 12-125
-sign \x608E 12-125
-sign \x604F 12-125
-sign \x6667 12-125
-sign \x6DCF 12-125
-sign \x5090 12-125
-sign \x7693 12-125
-sign \x9117 12-125
-sign \x8055 12-125
-sign \x865F 12-125
-sign \x6EC8 12-125
-sign \x66A4 12-125
-sign \x66AD 12-125
-sign \x769E 12-125
-sign \x769C 12-125
-sign \x6F94 12-125
-sign \x8583 12-125
-sign \x66CD 12-1256
-sign \x76A1 12-125
-sign \x7FEF 12-24
-sign \x76A5 12-125
-sign \x98A2 12-125
-sign \x9865 12-125
-sign \x9C1D 12-125
-sign \x704F 12-125
-sign \x705D 12-125
-sign \x8BC3 12-234
-sign \x62B2 12-234
-sign \x5475 12-234
-sign \x6B31 12-234
-sign \x559D 12-234
-sign \x8A36 12-234
-sign \x55EC 12-234
-sign \x881A 12-234
-sign \x79BE 12-246
-sign \x5408 12-246
-sign \x4F55 12-246
-sign \x548A 12-246
-sign \x548C 12-246
-sign \x52BE 12-246
-sign \x6CB3 12-246
-sign \x59C0 12-246
-sign \x67C7 12-246
-sign \x76C7 12-246
-sign \x66F7 12-246
-sign \x5CC6 12-246
-sign \x72E2 12-246
-sign \x9978 12-246
-sign \x9602 12-246
-sign \x7C7A 12-246
-sign \x7D07 1-234
-sign \x76CD 12-246
-sign \x8377 12-246
-sign \x6838 12-246
-sign \x54EC 12-246
-sign \x76C9 12-246
-sign \x8402 12-246
-sign \x83CF 12-246
-sign \x9F81 12-246
-sign \x555D 12-246
-sign \x79F4 1-246
-sign \x76D2 12-246
-sign \x6E2E 12-246
-sign \x6DB8 12-246
-sign \x60D2 12-246
-sign \x988C 12-246
-sign \x8A38 12-246
-sign \x7CAD 12-246
-sign \x6941 12-246
-sign \x6BFC 12-246
-sign \x924C 12-246
-sign \x8C88 12-246
-sign \x9C84 12-246
-sign \x8A65 12-246
-sign \x9616 12-246
-sign \x6F95 12-246
-sign \x95A1 12-246
-sign \x7186 12-246
-sign \x981C 12-246
-sign \x7FEE 12-246
-sign \x7BD5 12-246
-sign \x9B7A 12-246
-sign \x9932 23456-1245
-sign \x97A8 12-246
-sign \x7909 12-246
-sign \x9F55 12-246
-sign \x95D4 12-246
-sign \x8988 12-246
-sign \x76AC 12-246
-sign \x9449 12-246
-sign \x9FA2 12-246
-sign \x4F6B 1-246
-sign \x578E 12-24
-sign \x8D3A 12-24
-sign \x7103 12-24
-sign \x5BC9 12-24
-sign \x8CC0 12-24
-sign \x788B 12-24
-sign \x55C3 12-24
-sign \x7142 12-24
-sign \x8D6B 12-24
-sign \x9EA7 12-246
-sign \x9E56 12-246
-sign \x7187 12-24
-sign \x8910 12-24
-sign \x9E64 12-24
-sign \x58D1 12-24
-sign \x764B 12-24
-sign \x7200 12-24
-sign \x71FA 12-24
-sign \x9DA1 12-246
-sign \x9DB4 12-24
-sign \x9F43 23456-24
-sign \x974D 12-24
-sign \x9E16 12-24
-sign \x974E 12-24
-sign \x974F 12-24
-sign \x9ED2 12-345
-sign \x9ED1 12-345
-sign \x55E8 12-345
-sign \x563F 12-345
-sign \x6F76 12-345
-sign \x62EB 12-16
-sign \x75D5 12-16
-sign \x978E 12-16
-sign \x4F77 12-136
-sign \x5F88 12-136
-sign \x72E0 12-136
-sign \x8A6A 12-136
-sign \x6068 12-1
-sign \x4EA8 12-135
-sign \x54FC 12-135
-sign \x6DA5 12-135
-sign \x6099 12-135
-sign \x811D 12-135
-sign \x6052 12-156
-sign \x6046 12-156
-sign \x59EE 12-156
-sign \x73E9 12-156
-sign \x6841 12-156
-sign \x80FB 12-156
-sign \x70C6 12-156
-sign \x9E3B 12-156
-sign \x6A2A 12-156
-sign \x6A6B 12-156
-sign \x8861 12-156
-sign \x9D34 12-156
-sign \x9D46 12-156
-sign \x8605 12-156
-sign \x9445 12-156
-sign \x5548 12-15
-sign \x583C 235-135
-sign \x53FF 126-135
-sign \x7074 126-135
-sign \x8F70 126-135
-sign \x8A07 126-135
-sign \x70D8 126-135
-sign \x8EE3 126-135
-sign \x63C8 126-135
-sign \x7122 126-135
-sign \x6E39 126-135
-sign \x8C3E 126-156
-sign \x85A8 126-135
-sign \x8F37 126-135
-sign \x569D 126-135
-sign \x9367 126-135
-sign \x8F5F 126-135
-sign \x4EDC 126-156
-sign \x5F18 126-156
-sign \x5C78 1236-156
-sign \x5985 126-156
-sign \x7EA2 126-156
-sign \x7392 126-156
-sign \x544D 126-135
-sign \x5430 126-156
-sign \x95F3 126-156
-sign \x6C6F 126-156
-sign \x5B8F 126-156
-sign \x7EAE 126-156
-sign \x739C 126-156
-sign \x82F0 126-156
-sign \x6CD3 126-156
-sign \x5B96 126-156
-sign \x57AC 126-156
-sign \x836D 126-156
-sign \x8679 126-156
-sign \x7AD1 126-156
-sign \x6D2A 126-156
-sign \x5A02 126-156
-sign \x7D05 126-156
-sign \x803E 126-156
-sign \x7FC3 126-156
-sign \x6D64 126-156
-sign \x7D18 126-156
-sign \x7854 126-156
-sign \x8C39 126-156
-sign \x9E3F 126-156
-sign \x7D2D 126-156
-sign \x8453 126-156
-sign \x8452 126-156
-sign \x7861 126-135
-sign \x958E 126-156
-sign \x823C 126-156
-sign \x921C 126-156
-sign \x7AE4 126-156
-sign \x7CA0 126-156
-sign \x6E31 126-156
-sign \x8C3C 126-156
-sign \x7FDD 126-156
-sign \x7D8B 126-156
-sign \x9783 126-156
-sign \x9277 126-156
-sign \x9B5F 126-156
-sign \x6F42 126-156
-sign \x7BCA 126-156
-sign \x92D0 126-156
-sign \x857B 126-156
-sign \x9710 126-156
-sign \x9EC9 126-156
-sign \x5F4B 126-156
-sign \x971F 126-156
-sign \x9D3B 126-156
-sign \x9ECC 126-156
-sign \x54C4 126-1356
-sign \x664E 126-1356
-sign \x55CA 16-1356
-sign \x8BA7 126-15
-sign \x8A0C 126-15
-sign \x95A7 126-15
-sign \x6494 126-15
-sign \x92BE 16-1356
-sign \x6F92 126-15
-sign \x6F8B 15-1356
-sign \x9B28 126-15
-sign \x95C2 126-15
-sign \x95C0 126-15
-sign \x9F41 12-134
-sign \x4FAF 12-146
-sign \x77E6 12-146
-sign \x8454 12-146
-sign \x5589 12-146
-sign \x5E3F 12-146
-sign \x7334 12-146
-sign \x777A 12-146
-sign \x9297 12-146
-sign \x760A 12-146
-sign \x9ABA 12-146
-sign \x7BCC 12-146
-sign \x7CC7 12-146
-sign \x7FED 12-146
-sign \x936D 12-146
-sign \x9931 12-146
-sign \x9BF8 12-146
-sign \x543D 126-135
-sign \x543C 12-1346
-sign \x72BC 12-1346
-sign \x540E 12-14
-sign \x90C8 12-14
-sign \x539A 12-14
-sign \x5795 12-14
-sign \x9005 12-14
-sign \x5F8C 12-14
-sign \x6D09 12-14
-sign \x5019 12-14
-sign \x9107 12-14
-sign \x5820 12-14
-sign \x8C5E 12-14
-sign \x9C8E 12-14
-sign \x9C98 12-14
-sign \x9B9C 12-14
-sign \x9C5F 12-14
-sign \x4E4A 126-123
-sign \x4E4E 126-123
-sign \x5322 126-123
-sign \x5780 126-123
-sign \x82F8 126-123
-sign \x6612 126-123
-sign \x547C 126-123
-sign \x66F6 126-123
-sign \x5FFD 126-123
-sign \x6CD8 126-123
-sign \x8F77 126-123
-sign \x70C0 126-123
-sign \x6057 126-123
-sign \x532B 126-123
-sign \x8656 126-123
-sign \x553F 126-123
-sign \x6DF4 126-123
-sign \x60DA 126-123
-sign \x8EE4 126-123
-sign \x96FD 126-123
-sign \x96D0 126-123
-sign \x5611 126-123
-sign \x6EF9 126-123
-sign \x5BE3 126-123
-sign \x6B51 126-123
-sign \x5E60 126-123
-sign \x81B4 126-123
-sign \x8B3C 126-123
-sign \x56EB 126-126
-sign \x72D0 126-126
-sign \x5F27 126-126
-sign \x74F3 126-126
-sign \x80E1 126-126
-sign \x58F6 126-126
-sign \x58F7 126-126
-sign \x659B 126-126
-sign \x7100 126-126
-sign \x6430 126-126
-sign \x58FA 126-126
-sign \x846B 126-126
-sign \x5596 126-126
-sign \x9E44 126-126
-sign \x7322 126-126
-sign \x6E56 126-126
-sign \x5AA9 126-126
-sign \x7D57 126-126
-sign \x745A 126-126
-sign \x695C 126-126
-sign \x7173 126-126
-sign \x851B 126-126
-sign \x9E55 126-126
-sign \x561D 126-126
-sign \x69F2 126-126
-sign \x8774 126-126
-sign \x7BB6 126-126
-sign \x885A 126-126
-sign \x9B71 126-12
-sign \x7CCA 126-126
-sign \x879C 126-126
-sign \x7E20 126-126
-sign \x9190 126-126
-sign \x9D29 345-246
-sign \x9836 126-126
-sign \x89F3 126-126
-sign \x9378 126-126
-sign \x992C 126-126
-sign \x9D60 126-126
-sign \x9B0D 126-126
-sign \x702B 126-126
-sign \x9D98 126-126
-sign \x9DA6 126-126
-sign \x9C17 126-126
-sign \x9DAE 12-24
-sign \x864D 126-1236
-sign \x4E55 126-1236
-sign \x6C7B 126-1236
-sign \x864E 126-1236
-sign \x6D52 126-1236
-sign \x4FFF 126-1236
-sign \x8400 126-1236
-sign \x552C 126-1236
-sign \x8A31 1256-1236
-sign \x7425 126-1236
-sign \x865D 126-1236
-sign \x7B8E 134-126
-sign \x6EF8 126-1236
-sign \x933F 126-1236
-sign \x9BF1 126-1236
-sign \x6238 126-12
-sign \x4E92 126-12
-sign \x6236 126-12
-sign \x6237 126-12
-sign \x5F16 126-12
-sign \x51B4 126-12
-sign \x51B1 126-12
-sign \x62A4 126-12
-sign \x6C8D 126-12
-sign \x6CAA 126-12
-sign \x5E0D 126-12
-sign \x6791 126-12
-sign \x6608 126-12
-sign \x5CB5 126-12
-sign \x6019 126-12
-sign \x623D 126-12
-sign \x795C 126-12
-sign \x7B0F 126-12
-sign \x7C90 126-12
-sign \x74E0 126-12
-sign \x6248 126-12
-sign \x5A5F 126-12
-sign \x7D94 126-12
-sign \x9120 126-12
-sign \x6462 126-12
-sign \x8530 126-12
-sign \x6EEC 126-12
-sign \x5AEE 126-12
-sign \x5AED 126-12
-sign \x69F4 126-12
-sign \x71A9 126-12
-sign \x9CF8 126-12
-sign \x64ED 126-24
-sign \x6FE9 126-24
-sign \x7C04 126-12
-sign \x9359 126-12
-sign \x569B 126-12
-sign \x9E71 126-12
-sign \x8B77 126-12
-sign \x9CE0 126-12
-sign \x97C4 126-24
-sign \x9800 126-12
-sign \x9E0C 126-12
-sign \x9C6F 126-12
-sign \x82B1 126-2345
-sign \x82B2 126-2345
-sign \x7809 126-2345
-sign \x57D6 126-2345
-sign \x5A72 126-2345
-sign \x691B 126-2345
-sign \x7874 126-2345
-sign \x7CC0 126-2345
-sign \x8AAE 126-2345
-sign \x8550 126-2456
-sign \x9335 126-2345
-sign \x8624 126-2345
-sign \x5212 126-2456
-sign \x534E 126-2456
-sign \x54D7 126-2456
-sign \x59E1 126-2456
-sign \x9A85 126-2456
-sign \x83EF 126-2456
-sign \x94E7 126-2456
-sign \x733E 126-2456
-sign \x6ED1 126-2456
-sign \x64B6 126-2456
-sign \x5629 126-2456
-sign \x78C6 126-2456
-sign \x8796 126-2456
-sign \x92D8 126-2456
-sign \x93F5 126-2456
-sign \x9A4A 126-2456
-sign \x9DE8 126-2456
-sign \x5316 126-245
-sign \x593B 126-245
-sign \x6779 126-245
-sign \x753B 126-245
-sign \x8BDD 126-245
-sign \x6866 126-245
-sign \x5D0B 126-245
-sign \x5A73 126-245
-sign \x756B 126-245
-sign \x89DF 126-245
-sign \x8A71 126-245
-sign \x7575 126-245
-sign \x5B05 126-245
-sign \x6466 126-245
-sign \x6A3A 126-245
-sign \x5283 126-245
-sign \x69EC 126-245
-sign \x8AE3 16-2345
-sign \x8AD9 126-245
-sign \x6F85 126-245
-sign \x5AFF 126-245
-sign \x9ECA 126-245
-sign \x8219 126-245
-sign \x7E63 126-245
-sign \x8633 126-345
-sign \x6000 126-12456
-sign \x4F6A 126-12456
-sign \x5F8A 126-12456
-sign \x6DEE 126-12456
-sign \x69D0 126-12456
-sign \x8E1D 126-12456
-sign \x8922 126-12456
-sign \x8931 126-12456
-sign \x61D0 126-12456
-sign \x7024 126-12456
-sign \x61F7 126-12456
-sign \x6AF0 126-12456
-sign \x8032 126-12456
-sign \x8639 126-12456
-sign \x574F 126-1245
-sign \x54B6 126-1245
-sign \x58CA 126-1245
-sign \x58DE 126-1245
-sign \x863E 126-1245
-sign \x6B22 126-1234
-sign \x6B25 256-12
-sign \x6B53 126-1234
-sign \x9D05 126-1234
-sign \x61C1 126-1234
-sign \x9D4D 126-1234
-sign \x9144 126-1234
-sign \x56BE 126-1234
-sign \x737E 126-1234
-sign \x61FD 126-1234
-sign \x6B61 126-1234
-sign \x8C9B 126-1234
-sign \x8B99 126-1234
-sign \x9A69 126-1234
-sign \x73AF 126-1246
-sign \x8341 126-1246
-sign \x5CD8 126-1246
-sign \x72DF 126-1246
-sign \x6D39 126-1246
-sign \x6853 126-1246
-sign \x8408 126-1246
-sign \x8411 126-1246
-sign \x96C8 126-1246
-sign \x5BCF 126-1246
-sign \x7D59 1-135
-sign \x8C86 126-1246
-sign \x7FA6 126-1246
-sign \x7D84 126-1246
-sign \x953E 126-1246
-sign \x778F 1356-156
-sign \x571C 126-1246
-sign \x961B 126-1246
-sign \x6FB4 126-1246
-sign \x5BF0 126-1246
-sign \x7F33 126-1246
-sign \x74B0 126-1246
-sign \x8C72 126-1246
-sign \x9370 126-1246
-sign \x9E6E 126-1246
-sign \x956E 126-1246
-sign \x7CEB 126-1246
-sign \x7E6F 126-1246
-sign \x8F58 126-124
-sign \x95E4 126-1246
-sign \x9B1F 126-1246
-sign \x74DB 126-1246
-sign \x7746 126-12346
-sign \x7F13 126-12346
-sign \x8F10 26-124
-sign \x7DE9 126-12346
-sign \x650C 126-124
-sign \x5E7B 126-124
-sign \x8092 126-124
-sign \x5942 126-124
-sign \x5950 126-124
-sign \x5BA6 126-124
-sign \x6362 126-124
-sign \x5524 126-124
-sign \x5702 126-124
-sign \x70C9 126-124
-sign \x6DA3 126-124
-sign \x6D63 126-124
-sign \x6899 126-124
-sign \x60A3 126-124
-sign \x7115 126-124
-sign \x902D 126-124
-sign \x63DB 126-124
-sign \x559A 126-124
-sign \x5D48 126-124
-sign \x75EA 126-124
-sign \x6E19 126-124
-sign \x610C 126-124
-sign \x744D 126-124
-sign \x8C62 126-124
-sign \x7165 126-124
-sign \x7613 126-124
-sign \x6F36 126-124
-sign \x69F5 126-124
-sign \x9CA9 126-124
-sign \x64D0 126-124
-sign \x85E7 126-124
-sign \x9BC7 126-124
-sign \x9C00 126-124
-sign \x9BF6 126-124
-sign \x5DDF 126-1345
-sign \x8093 126-1345
-sign \x8352 126-1345
-sign \x8841 126-1345
-sign \x5843 126-1345
-sign \x614C 126-1345
-sign \x7687 126-1456
-sign \x9EC4 126-1456
-sign \x505F 126-1456
-sign \x51F0 126-1456
-sign \x968D 126-1456
-sign \x582D 126-1456
-sign \x63D8 256-156
-sign \x9EC3 126-1456
-sign \x845F 126-1456
-sign \x55A4 126-1456
-sign \x5D32 126-1456
-sign \x9051 126-1456
-sign \x5FA8 126-1456
-sign \x6E5F 126-1456
-sign \x60F6 126-1456
-sign \x5A93 126-1456
-sign \x745D 126-1456
-sign \x697B 126-1456
-sign \x714C 126-1456
-sign \x58B4 126-1456
-sign \x953D 126-1456
-sign \x735A 126-1456
-sign \x6F62 126-1456
-sign \x749C 126-1456
-sign \x8757 126-1456
-sign \x7BC1 126-1456
-sign \x824E 126-1456
-sign \x71BF 126-1456
-sign \x78FA 126-1456
-sign \x7A54 126-1456
-sign \x8AFB 126-1456
-sign \x7640 126-1456
-sign \x87E5 126-1456
-sign \x7C27 126-1456
-sign \x9360 126-1456
-sign \x992D 126-1456
-sign \x9CC7 126-1456
-sign \x8DAA 126-1456
-sign \x97F9 126-1456
-sign \x9A1C 126-1456
-sign \x9404 126-1456
-sign \x9C09 126-1456
-sign \x9DEC 126-1456
-sign \x9C51 126-1456
-sign \x6033 126-13456
-sign \x70BE 126-13456
-sign \x604D 126-13456
-sign \x6643 126-145
-sign \x6644 126-13456
-sign \x5BBA 126-13456
-sign \x595B 126-13456
-sign \x8C0E 126-13456
-sign \x5E4C 126-13456
-sign \x8A64 126-13456
-sign \x7180 126-13456
-sign \x8B0A 126-13456
-sign \x7E28 126-13456
-sign \x6ACE 16-145
-sign \x5164 126-13456
-sign \x6EC9 126-145
-sign \x6130 126-13456
-sign \x69A5 126-145
-sign \x66C2 126-145
-sign \x769D 126-145
-sign \x93A4 126-145
-sign \x76A9 126-145
-sign \x7070 126-345
-sign \x7073 126-345
-sign \x8BD9 126-345
-sign \x62FB 126-345
-sign \x6325 126-345
-sign \x867A 126-3456
-sign \x54B4 126-345
-sign \x6D03 126-345
-sign \x6062 126-345
-sign \x8886 126-345
-sign \x73F2 126-345
-sign \x8C57 126-345
-sign \x6656 126-345
-sign \x70E3 126-345
-sign \x5A4E 126-345
-sign \x63EE 126-345
-sign \x8F89 126-345
-sign \x9693 126-345
-sign \x5A88 126-345
-sign \x7FDA 126-345
-sign \x694E 126-345
-sign \x6689 126-345
-sign \x8A7C 126-345
-sign \x7147 126-345
-sign \x7988 126-345
-sign \x7773 126-345
-sign \x5E51 126-345
-sign \x8F1D 126-345
-sign \x5645 126-345
-sign \x5655 126-345
-sign \x9EBE 126-345
-sign \x7FEC 126-345
-sign \x5FBD 126-345
-sign \x96B3 126-345
-sign \x7008 126-345
-sign \x9C34 126-345
-sign \x56D8 126-346
-sign \x56DE 126-346
-sign \x56EC 126-346
-sign \x5EFB 126-346
-sign \x8334 126-346
-sign \x5EFD 126-346
-sign \x8FF4 126-346
-sign \x6D04 126-346
-sign \x605B 126-346
-sign \x9025 126-346
-sign \x7858 135-156
-sign \x75D0 126-346
-sign \x86D5 126-346
-sign \x86D4 126-346
-sign \x8716 126-346
-sign \x9BB0 126-346
-sign \x70E0 126-346
-sign \x6094 126-3456
-sign \x6BC0 126-3456
-sign \x6BC1 126-3456
-sign \x6BC7 126-3456
-sign \x6A93 126-3456
-sign \x71EC 126-3456
-sign \x8B6D 126-3456
-sign \x5349 126-34
-sign \x5C76 126-34
-sign \x5C77 126-34
-sign \x6C47 126-34
-sign \x4F1A 126-34
-sign \x8BB3 126-34
-sign \x6CCB 126-3456
-sign \x835F 126-34
-sign \x54D5 256-2346
-sign \x6D4D 126-34
-sign \x8BF2 126-34
-sign \x8294 126-345
-sign \x7ED8 126-34
-sign \x605A 126-34
-sign \x6075 126-34
-sign \x8D3F 126-34
-sign \x70E9 126-34
-sign \x5F57 126-34
-sign \x6666 126-34
-sign \x79FD 126-34
-sign \x60E0 126-34
-sign \x5599 126-34
-sign \x7FD9 126-34
-sign \x9613 126-34
-sign \x6E4F 126-34
-sign \x7F0B 126-34
-sign \x7D75 126-34
-sign \x532F 126-34
-sign \x8CC4 126-34
-sign \x9892 126-34
-sign \x6703 126-34
-sign \x8A6F 126-34
-sign \x6ED9 126-34
-sign \x5F5A 126-34
-sign \x5F59 126-34
-sign \x8527 126-34
-sign \x5612 126-34
-sign \x50E1 126-34
-sign \x8AA8 126-34
-sign \x7623 126-34
-sign \x6167 126-34
-sign \x8559 126-34
-sign \x69E5 126-34
-sign \x66B3 126-34
-sign \x571A 126-34
-sign \x6F53 126-34
-sign \x6193 126-34
-sign \x5BED 126-34
-sign \x74A4 126-34
-sign \x8589 126-34
-sign \x8588 126-34
-sign \x6A5E 126-34
-sign \x6BA8 136-34
-sign \x5666 256-2346
-sign \x5FBB 126-34
-sign \x7369 126-34
-sign \x8AF1 126-34
-sign \x6FAE 126-34
-sign \x5B12 12-34
-sign \x74AF 126-34
-sign \x85F1 126-346
-sign \x6A85 126-34
-sign \x6A9C 16-34
-sign \x7BF2 126-34
-sign \x992F 126-34
-sign \x71F4 126-34
-sign \x5696 126-34
-sign \x77BA 126-34
-sign \x87EA 126-34
-sign \x7A62 126-34
-sign \x7E62 126-34
-sign \x6AD8 126-34
-sign \x7FFD 126-34
-sign \x8B53 126-34
-sign \x7E6A 126-34
-sign \x95E0 126-34
-sign \x5136 126-34
-sign \x93F8 126-34
-sign \x8B6E 126-245
-sign \x9767 126-34
-sign \x942C 126-34
-sign \x97E2 126-34
-sign \x5B48 125-246
-sign \x986A 126-34
-sign \x8B7F 126-34
-sign \x660F 126-13
-sign \x8364 126-13
-sign \x662C 126-13
-sign \x960D 126-13
-sign \x6DBD 126-13
-sign \x60DB 126-13
-sign \x5A5A 126-13
-sign \x8477 126-13
-sign \x68D4 126-13
-sign \x6B99 126-13
-sign \x60FD 126-13
-sign \x7767 126-13
-sign \x776F 126-13
-sign \x95BD 126-13
-sign \x5FF6 126-16
-sign \x6D51 126-16
-sign \x9984 126-16
-sign \x6DF7 126-1
-sign \x581A 126-1246
-sign \x6E3E 126-16
-sign \x743F 126-345
-sign \x9B42 126-16
-sign \x991B 126-16
-sign \x7E49 126-16
-sign \x9F32 126-16
-sign \x8BE8 126-1
-sign \x4FD2 126-1
-sign \x5031 126-1
-sign \x638D 126-1
-sign \x711D 126-1
-sign \x6EB7 126-1
-sign \x6141 126-1
-sign \x89E8 126-1
-sign \x8AE2 126-1
-sign \x5419 126-234
-sign \x5268 126-24
-sign \x8020 126-234
-sign \x952A 126-234
-sign \x5290 126-234
-sign \x9343 126-234
-sign \x8C41 126-234
-sign \x9A1E 126-234
-sign \x4F78 126-246
-sign \x6D3B 126-246
-sign \x79EE 126-246
-sign \x79F3 126-246
-sign \x8D8F 16-2345
-sign \x706B 126-2346
-sign \x706C 126-2346
-sign \x4F19 126-2346
-sign \x90A9 126-2346
-sign \x94AC 126-2346
-sign \x9225 126-2346
-sign \x6F37 136-24
-sign \x5925 126-2346
-sign \x6C8E 126-24
-sign \x6216 126-24
-sign \x8D27 126-24
-sign \x549F 126-24
-sign \x6347 126-24
-sign \x83B7 126-24
-sign \x7713 126-24
-sign \x9584 126-24
-sign \x4FF0 126-24
-sign \x639D 126-24
-sign \x8CA8 126-24
-sign \x7978 126-24
-sign \x60D1 126-24
-sign \x65E4 126-24
-sign \x6E71 126-24
-sign \x798D 126-24
-sign \x55C0 126-12
-sign \x84A6 26-24
-sign \x8195 16-246
-sign \x596F 126-24
-sign \x970D 126-24
-sign \x5684 126-24
-sign \x7372 126-24
-sign \x6AB4 126-24
-sign \x96D8 126-24
-sign \x8B0B 126-24
-sign \x77C6 126-24
-sign \x956C 126-24
-sign \x7A6B 126-24
-sign \x802F 126-24
-sign \x6509 126-234
-sign \x85FF 126-24
-sign \x56AF 126-24
-sign \x8816 126-24
-sign \x8267 126-24
-sign \x7016 126-24
-sign \x66E4 126-24
-sign \x56BF 126-24
-sign \x81DB 126-24
-sign \x77D0 126-24
-sign \x944A 126-24
-sign \x7668 126-24
-sign \x9743 126-24
-sign \x4E0C 15-123
-sign \x8BA5 15-123
-sign \x51FB 15-123
-sign \x53FD 15-123
-sign \x5209 15-123
-sign \x9965 15-123
-sign \x7391 15-123
-sign \x573E 15-123
-sign \x82A8 15-123
-sign \x673A 15-123
-sign \x4E69 15-123
-sign \x520F 15-123
-sign \x808C 15-123
-sign \x77F6 15-123
-sign \x9E21 15-123
-sign \x6785 15-123
-sign \x54AD 15-123
-sign \x525E 15-123
-sign \x5527 15-123
-sign \x79EF 15-123
-sign \x7B04 15-123
-sign \x98E2 15-123
-sign \x5C50 15-123
-sign \x59EC 15-123
-sign \x57FA 15-123
-sign \x8D4D 15-123
-sign \x6532 15-123
-sign \x6567 135-123
-sign \x559E 15-123
-sign \x7284 15-123
-sign \x5D46 15-123
-sign \x5D47 15-123
-sign \x7B53 15-123
-sign \x7F09 15-123
-sign \x7578 15-123
-sign \x8DFB 15-123
-sign \x55D8 15-123
-sign \x7A18 15-123
-sign \x9CEE 15-123
-sign \x6BC4 15-123
-sign \x7B95 15-123
-sign \x50DF 15-123
-sign \x9288 15-123
-sign \x6A2D 15-123
-sign \x8CEB 15-123
-sign \x69E3 15-123
-sign \x6483 15-123
-sign \x8E26 135-123
-sign \x5630 15-123
-sign \x7A3D 15-123
-sign \x8EB8 15-123
-sign \x89ED 15-123
-sign \x9F51 15-123
-sign \x7DDD 15-123
-sign \x757F 15-123
-sign \x74A3 15-123
-sign \x6A5F 15-123
-sign \x58BC 15-123
-sign \x7A4D 15-123
-sign \x9324 15-123
-sign \x6FC0 15-123
-sign \x61BF 15-12356
-sign \x79A8 15-123
-sign \x96AE 15-123
-sign \x913F 135-126
-sign \x8CF7 15-123
-sign \x64CA 15-123
-sign \x78EF 15-123
-sign \x7F81 15-123
-sign \x7C0A 15-123
-sign \x802D 15-123
-sign \x6AC5 15-123
-sign \x96DE 15-123
-sign \x9D8F 15-123
-sign \x8B4F 15-123
-sign \x97F2 15-123
-sign \x9416 15-123
-sign \x9951 15-123
-sign \x8B64 15-123
-sign \x97BF 15-123
-sign \x8E8B 15-123
-sign \x9DC4 15-123
-sign \x766A 15-123
-sign \x9F4E 15-123
-sign \x8640 15-123
-sign \x7F87 15-123
-sign \x9447 15-123
-sign \x8989 15-123
-sign \x9459 15-123
-sign \x9F4F 15-123
-sign \x7F88 15-123
-sign \x9E04 15-123
-sign \x898A 15-123
-sign \x4EBC 15-126
-sign \x4EBD 15-126
-sign \x53CA 15-126
-sign \x4F0B 15-126
-sign \x5409 15-126
-sign \x5C8C 15-126
-sign \x5F76 15-126
-sign \x6C72 15-126
-sign \x5FE3 15-126
-sign \x7EA7 15-126
-sign \x6781 15-126
-sign \x5373 15-126
-sign \x90C6 15-126
-sign \x4F76 15-126
-sign \x4E9F 15-126
-sign \x53DD 15-126
-sign \x7B08 15-126
-sign \x768D 15-126
-sign \x537D 15-126
-sign \x6025 15-126
-sign \x59DE 15-126
-sign \x7D1A 15-126
-sign \x63E4 15-126
-sign \x89D9 15-126
-sign \x75BE 15-126
-sign \x5359 15-126
-sign \x6956 15-126
-sign \x506E 15-126
-sign \x8C3B 15-126
-sign \x8128 13456-12
-sign \x5EB4 15-123
-sign \x710F 15-126
-sign \x6975 15-126
-sign \x68D8 15-126
-sign \x6B9B 15-126
-sign \x6222 15-126
-sign \x96C6 15-126
-sign \x6E52 15-126
-sign \x8D8C 15-126
-sign \x5849 15-126
-sign \x84BA 15-126
-sign \x696B 15-126
-sign \x8F91 15-126
-sign \x874D 15-126
-sign \x5D74 15-126
-sign \x6131 15-126
-sign \x5AC9 15-126
-sign \x8024 15-126
-sign \x69C9 15-126
-sign \x92A1 15-126
-sign \x818C 15-126
-sign \x978A 15-126
-sign \x8540 15-126
-sign \x857A 15-126
-sign \x8E16 15-126
-sign \x5DAF 15-126
-sign \x7BBF 15-126
-sign \x7620 15-126
-sign \x9E61 15-126
-sign \x6FC8 15-126
-sign \x6F57 15-126
-sign \x6A76 15-126
-sign \x6A9D 15-126
-sign \x8F2F 15-126
-sign \x878F 15-126
-sign \x85C9 15-126
-sign \x8E50 15-126
-sign \x7C0E 1345-24
-sign \x9353 15-126
-sign \x894B 15-126
-sign \x8265 15-126
-sign \x8F5A 15-126
-sign \x9735 15-126
-sign \x7C4D 15-126
-sign \x93F6 15-126
-sign \x9DBA 15-126
-sign \x89BF 345-126
-sign \x9DD1 15-12
-sign \x8EA4 15-126
-sign \x96E6 15-126
-sign \x96E7 15-126
-sign \x51E0 15-1236
-sign \x5DF1 15-1236
-sign \x4E2E 15-1236
-sign \x72B1 15-1236
-sign \x5980 15-1236
-sign \x6CF2 15-1236
-sign \x866E 15-1236
-sign \x6324 15-1236
-sign \x810A 15-1236
-sign \x638E 15-1236
-sign \x9C7E 15-1236
-sign \x621F 15-1236
-sign \x5E7E 15-1236
-sign \x9E82 15-1236
-sign \x9B62 15-1236
-sign \x64A0 15-1236
-sign \x98B3 16-2345
-sign \x64E0 15-1236
-sign \x7A56 15-1236
-sign \x87E3 15-1236
-sign \x5F50 1256-2346
-sign \x5F51 15-12
-sign \x65E1 15-12
-sign \x8BA1 15-12
-sign \x8BB0 15-12
-sign \x4F0E 15-12
-sign \x7EAA 15-12
-sign \x5756 15-12
-sign \x6280 15-12
-sign \x82B0 15-12
-sign \x5FCC 15-12
-sign \x9645 15-12
-sign \x5993 15-12
-sign \x5B63 15-12
-sign \x5242 15-12
-sign \x578D 15-12
-sign \x830D 15-12
-sign \x54DC 15-12
-sign \x5CDC 235-23456
-sign \x8A08 15-12
-sign \x8FF9 15-12
-sign \x6D0E 15-12
-sign \x6D4E 15-12
-sign \x65E2 15-12
-sign \x7D00 15-12
-sign \x755F 15-12
-sign \x89CA 15-12
-sign \x8A18 15-12
-sign \x5264 15-12
-sign \x7EE7 15-12
-sign \x7D12 15-12
-sign \x8415 135-126
-sign \x689E 15-12
-sign \x785B 15-12
-sign \x5048 15-12
-sign \x65E3 15-12
-sign \x5F9B 15-12
-sign \x796D 15-12
-sign \x6E08 15-1236
-sign \x60B8 15-12
-sign \x5BC4 15-12
-sign \x5BC2 15-12
-sign \x7EE9 15-12
-sign \x60CE 15-12
-sign \x846A 15-12
-sign \x8507 15-12
-sign \x81EE 15-12
-sign \x5848 125-12
-sign \x52E3 15-12
-sign \x88DA 15-12
-sign \x84DF 15-12
-sign \x8DE1 15-12
-sign \x75F5 15-12
-sign \x517E 15-12
-sign \x969B 15-12
-sign \x7D99 15-12
-sign \x9701 15-12
-sign \x8DFD 15-12
-sign \x7A29 15-12
-sign \x7A4A 15-12
-sign \x588D 15-12
-sign \x9C9A 15-12
-sign \x8A8B 15-12
-sign \x6F08 15-12
-sign \x6F03 15-12
-sign \x799D 15-12
-sign \x66A8 15-12
-sign \x8AC5 15-123
-sign \x66A9 15-12
-sign \x7A37 15-12
-sign \x9CAB 15-12
-sign \x9AFB 15-12
-sign \x858A 15-12
-sign \x5180 15-12
-sign \x7A44 15-12
-sign \x5291 15-12
-sign \x8940 15-12
-sign \x7E18 125-12
-sign \x6A95 15-12
-sign \x9B86 15-12
-sign \x89AC 15-12
-sign \x7F7D 15-12
-sign \x6FDF 15-12
-sign \x7E3E 15-12
-sign \x74BE 15-12
-sign \x6AB5 15-12
-sign \x8E5F 15-12
-sign \x9BFD 15-12
-sign \x9F4C 15-12
-sign \x9D4B 15-12
-sign \x860E 15-12
-sign \x7E6B 15-12
-sign \x7A67 15-12
-sign \x9BDA 15-12
-sign \x5EED 15-12
-sign \x7660 15-12
-sign \x7CED 1456-15
-sign \x61FB 15-12
-sign \x9AA5 15-12
-sign \x862E 15-12
-sign \x7031 15-12
-sign \x9C40 15-12
-sign \x7E7C 15-12
-sign \x863B 15-12
-sign \x973D 15-12
-sign \x9C3F 15-12
-sign \x9C36 15-12
-sign \x9C6D 15-12
-sign \x9A65 15-12
-sign \x52A0 15-2345
-sign \x62B8 15-2345
-sign \x5B8A 2346-123
-sign \x62C1 15-2345
-sign \x4F73 15-2345
-sign \x6CC7 15-2345
-sign \x8FE6 15-2345
-sign \x73C8 15-2345
-sign \x631F 125-246
-sign \x67B7 15-2345
-sign \x6D43 15-2345
-sign \x6BE0 15-2345
-sign \x57C9 15-2345
-sign \x75C2 15-2345
-sign \x6D79 15-2345
-sign \x5BB6 15-2345
-sign \x801E 15-2345
-sign \x689C 15-2345
-sign \x7B33 15-2345
-sign \x8888 15-2345
-sign \x846D 15-2345
-sign \x8DCF 15-2345
-sign \x50A2 15-2345
-sign \x7333 15-2345
-sign \x88CC 15-2456
-sign \x728C 15-2345
-sign \x7B74 1345-24
-sign \x926B 15-2345
-sign \x8175 15-2345
-sign \x5609 15-2345
-sign \x9553 15-2345
-sign \x8C6D 15-2345
-sign \x8C91 15-2345
-sign \x7CD8 15-2345
-sign \x9D10 15-2345
-sign \x93B5 15-2345
-sign \x9E9A 15-2345
-sign \x5939 15-2345
-sign \x573F 15-2456
-sign \x6274 15-2456
-sign \x593E 15-2345
-sign \x90CF 15-2456
-sign \x835A 15-2456
-sign \x90DF 15-2456
-sign \x605D 15-2456
-sign \x83A2 15-2456
-sign \x550A 15-2456
-sign \x621B 15-2456
-sign \x94D7 15-2456
-sign \x8125 15-2456
-sign \x88B7 15-2456
-sign \x621E 15-2456
-sign \x988A 15-2456
-sign \x86F1 15-2456
-sign \x8DF2 15-2456
-sign \x86FA 15-2456
-sign \x9904 12-246
-sign \x982C 15-2456
-sign \x92CF 15-2456
-sign \x9830 15-2456
-sign \x9D36 15-2456
-sign \x9D4A 15-2456
-sign \x7532 15-23456
-sign \x5CAC 15-23456
-sign \x73BE 15-23456
-sign \x80DB 15-23456
-sign \x53DA 15-23456
-sign \x8D3E 15-23456
-sign \x94BE 15-23456
-sign \x659A 15-23456
-sign \x5047 15-23456
-sign \x659D 15-23456
-sign \x5FA6 15-23456
-sign \x5A7D 15-23456
-sign \x6935 15-23456
-sign \x8CC8 15-23456
-sign \x9240 15-23456
-sign \x69DA 15-23456
-sign \x698E 15-23456
-sign \x7615 15-23456
-sign \x6A9F 15-23456
-sign \x4EF7 15-245
-sign \x9A7E 15-245
-sign \x67B6 15-245
-sign \x5E4F 15-245
-sign \x5AC1 15-245
-sign \x69A2 15-245
-sign \x7A3C 15-245
-sign \x50F9 15-245
-sign \x99D5 15-245
-sign \x99F1 1236-24
-sign \x620B 15-1234
-sign \x5E75 15-1234
-sign \x5C16 15-1234
-sign \x5978 15-1234
-sign \x6B7C 15-1234
-sign \x575A 15-1234
-sign \x95F4 15-1234
-sign \x6214 15-1234
-sign \x51BF 15-1234
-sign \x80A9 15-1234
-sign \x8270 15-1234
-sign \x59E7 15-1234
-sign \x59E6 15-1234
-sign \x76D1 15-1234
-sign \x517C 15-1234
-sign \x83C5 15-1234
-sign \x83FA 15-1234
-sign \x5805 15-1234
-sign \x7B3A 15-1234
-sign \x730F 15-1234
-sign \x60E4 15-1234
-sign \x63C3 15-1234
-sign \x976C 135-1246
-sign \x844F 15-135
-sign \x844C 15-1234
-sign \x9593 15-1234
-sign \x728D 15-1234
-sign \x724B 15-1234
-sign \x5094 135-124
-sign \x6E54 15-1234
-sign \x7F04 15-1234
-sign \x744A 15-1234
-sign \x641B 15-1234
-sign \x84B9 15-1234
-sign \x6937 12-1246
-sign \x693E 15-1234
-sign \x788A 15-1234
-sign \x8C63 15-1234
-sign \x7777 15-1234
-sign \x714E 15-1234
-sign \x7F23 15-1234
-sign \x76E3 15-1234
-sign \x7B8B 15-1234
-sign \x8573 15-1234
-sign \x8551 15-1234
-sign \x6A2B 15-1234
-sign \x9CA3 15-1234
-sign \x9E63 15-1234
-sign \x719E 15-1234
-sign \x7DD8 15-1234
-sign \x7BEF 15-1234
-sign \x71B8 15-1234
-sign \x7E11 15-1234
-sign \x9E89 15-1234
-sign \x8271 15-1234
-sign \x99A2 15-1234
-sign \x9930 15-1234
-sign \x97AF 15-1234
-sign \x9CD2 15-1234
-sign \x7010 15-1234
-sign \x791B 15-1234
-sign \x6BB1 15-1234
-sign \x89B8 15-124
-sign \x9D73 15-1234
-sign \x9C14 15-1234
-sign \x7038 15-1234
-sign \x6AFC 15-1234
-sign \x8B7C 15-1234
-sign \x6BB2 15-1234
-sign \x97C0 15-1234
-sign \x9C39 15-1234
-sign \x56CF 15-1234
-sign \x8643 15-1234
-sign \x97C9 15-1234
-sign \x946F 15-1234
-sign \x56DD 15-12346
-sign \x62E3 15-12346
-sign \x67A7 15-12346
-sign \x8327 15-12346
-sign \x67EC 15-12346
-sign \x4FED 15-12346
-sign \x6338 15-12346
-sign \x6361 15-12346
-sign \x7B15 15-12346
-sign \x5039 15-12346
-sign \x6898 15-12346
-sign \x68C0 15-12346
-sign \x8DBC 15-12346
-sign \x5E34 15-12346
-sign \x51CF 15-12346
-sign \x526A 15-12346
-sign \x6E55 15-12346
-sign \x63C0 15-12346
-sign \x583F 15-12346
-sign \x691C 15-12346
-sign \x7877 15-12346
-sign \x7751 15-12346
-sign \x8A43 15-12346
-sign \x6E1B 15-12346
-sign \x88E5 15-12346
-sign \x7450 15-12346
-sign \x6695 15-1246
-sign \x7B67 15-12346
-sign \x7B80 15-12346
-sign \x5F3F 15-12346
-sign \x9A9E 135-1234
-sign \x8C2B 15-12346
-sign \x7D78 15-12346
-sign \x622C 15-12346
-sign \x78B1 15-12346
-sign \x6229 15-12346
-sign \x5F45 15-12346
-sign \x5109 15-12346
-sign \x7FE6 15-12346
-sign \x64BF 15-12346
-sign \x933D 26-124
-sign \x8954 246-12346
-sign \x85C6 15-12346
-sign \x6AA2 15-12346
-sign \x9386 135-1246
-sign \x8E47 15-12346
-sign \x8B07 15-12346
-sign \x8947 15-12346
-sign \x8949 15-12346
-sign \x7E6D 15-12346
-sign \x7906 15-12346
-sign \x77BC 15-12346
-sign \x7C21 15-12346
-sign \x8B2D 15-12346
-sign \x9B0B 15-12346
-sign \x9E78 15-12346
-sign \x9C0E 15-12346
-sign \x8812 15-12346
-sign \x9E79 125-1246
-sign \x9417 15-12346
-sign \x703D 15-12346
-sign \x9A2B 135-1234
-sign \x9E7B 15-12346
-sign \x7C5B 15-1234
-sign \x8B7E 15-12346
-sign \x897A 15-12346
-sign \x9E7C 15-12346
-sign \x89C1 15-124
-sign \x4EF6 15-124
-sign \x898B 15-124
-sign \x996F 15-124
-sign \x5EFA 15-124
-sign \x8350 15-124
-sign \x8D31 15-124
-sign \x726E 15-124
-sign \x5251 15-124
-sign \x73D4 15-124
-sign \x682B 15-124
-sign \x4FF4 15-124
-sign \x5065 15-124
-sign \x8230 15-124
-sign \x5263 15-124
-sign \x6DA7 15-124
-sign \x63F5 135-1246
-sign \x5FA4 15-124
-sign \x91FC 15-124
-sign \x5271 15-124
-sign \x6E10 15-124
-sign \x8C0F 15-124
-sign \x88B8 15-124
-sign \x8465 135-1246
-sign \x6957 15-124
-sign \x81F6 15-124
-sign \x8DF5 15-124
-sign \x8DC8 15-124
-sign \x950F 15-12346
-sign \x6BFD 15-124
-sign \x8171 15-124
-sign \x65D4 15-124
-sign \x6E85 15-124
-sign \x5BCB 15-124
-sign \x9274 15-124
-sign \x8CCE 15-124
-sign \x952E 15-124
-sign \x852A 15-124
-sign \x6997 15-124
-sign \x50ED 15-124
-sign \x6F38 15-124
-sign \x8D9D 15-124
-sign \x58B9 15-124
-sign \x8CE4 15-124
-sign \x8E10 15-124
-sign \x8E3A 15-124
-sign \x7BAD 15-124
-sign \x528D 15-124
-sign \x528E 15-124
-sign \x8AD3 15-124
-sign \x7CCB 15-124
-sign \x6F97 15-124
-sign \x85A6 15-124
-sign \x6A7A 125-124
-sign \x6A4C 125-124
-sign \x92FB 15-124
-sign \x9375 15-124
-sign \x5292 15-124
-sign \x5294 15-124
-sign \x991E 15-124
-sign \x8AEB 15-124
-sign \x97AC 15-1234
-sign \x9373 15-124
-sign \x78F5 15-124
-sign \x7900 15-124
-sign \x77AF 125-1246
-sign \x87B9 15-124
-sign \x64F6 15-124
-sign \x6FFA 15-124
-sign \x7E5D 15-124
-sign \x89B5 15-124
-sign \x93E9 15-124
-sign \x7033 15-124
-sign \x8266 15-124
-sign \x9427 15-1234
-sign \x807B 12345-1236
-sign \x8F5E 15-124
-sign \x9452 15-124
-sign \x9451 15-124
-sign \x946C 15-124
-sign \x9473 15-124
-sign \x6C5F 15-1345
-sign \x8333 15-1345
-sign \x5C06 15-1345
-sign \x59DC 15-1345
-sign \x8C47 15-1345
-sign \x7555 15-1345
-sign \x6D46 15-1345
-sign \x5C07 15-1345
-sign \x8441 15-1345
-sign \x646A 15-1345
-sign \x7FDE 15-1345
-sign \x50F5 15-1345
-sign \x8780 15-1345
-sign \x6F3F 15-1345
-sign \x58C3 15-1345
-sign \x8591 15-1345
-sign \x5F4A 135-1456
-sign \x7F30 15-1345
-sign \x6A7F 15-1345
-sign \x6BAD 15-1345
-sign \x9CC9 15-1345
-sign \x87BF 15-1345
-sign \x7913 15-1345
-sign \x7585 15-1345
-sign \x7586 15-1345
-sign \x7E6E 15-1345
-sign \x97C1 15-1345
-sign \x9C42 15-1345
-sign \x8BB2 15-13456
-sign \x5956 15-13456
-sign \x6868 15-13456
-sign \x848B 15-13456
-sign \x5968 15-13456
-sign \x8523 15-13456
-sign \x596C 15-13456
-sign \x69F3 15-13456
-sign \x734E 15-13456
-sign \x8029 15-13456
-sign \x8199 15-13456
-sign \x8B1B 15-13456
-sign \x985C 15-13456
-sign \x531E 15-145
-sign \x5320 15-145
-sign \x5905 15-145
-sign \x5F1C 15-145
-sign \x6762 15-246
-sign \x964D 15-145
-sign \x6D1A 15-145
-sign \x7EDB 15-145
-sign \x88B6 15-145
-sign \x5F36 15-145
-sign \x7D73 15-145
-sign \x757A 15-1345
-sign \x9171 15-145
-sign \x6EF0 15-145
-sign \x647E 15-145
-sign \x5D79 15-145
-sign \x729F 15-145
-sign \x91A4 15-145
-sign \x7CE1 15-145
-sign \x7CE8 15-145
-sign \x91AC 15-145
-sign \x6AE4 15-145
-sign \x8B3D 15-145
-sign \x827D 15-1235
-sign \x8281 15-1235
-sign \x4EA4 15-1235
-sign \x90CA 15-1235
-sign \x832E 15-1235
-sign \x832D 15-1235
-sign \x5CE7 15-1235
-sign \x6D47 15-1235
-sign \x5A07 15-1235
-sign \x59E3 15-1235
-sign \x9A84 15-1235
-sign \x80F6 15-1235
-sign \x654E 15-125
-sign \x6912 15-1235
-sign \x86DF 15-1235
-sign \x7126 15-1235
-sign \x7133 156-246
-sign \x8DE4 15-1235
-sign \x5604 15-1235
-sign \x50EC 15-1235
-sign \x9C9B 15-1235
-sign \x8549 15-1235
-sign \x5D95 15-1235
-sign \x5DA3 15-1235
-sign \x9AB9 135-1235
-sign \x81A0 15-1235
-sign \x6F86 15-1235
-sign \x61A2 125-1235
-sign \x618D 15-1235
-sign \x5B0C 15-1235
-sign \x81B2 15-1235
-sign \x71CB 15-1235
-sign \x7901 15-1235
-sign \x7A5A 15-1235
-sign \x9E6A 15-1235
-sign \x9BAB 15-1235
-sign \x8F47 15-1235
-sign \x87ED 15-1235
-sign \x7C25 15-1235
-sign \x940E 15-1235
-sign \x9A55 15-1235
-sign \x9DEE 15-1235
-sign \x9DE6 15-1235
-sign \x6AF5 135-1256
-sign \x56BC 15-1256
-sign \x7E9F 1245-123
-sign \x7CF9 1245-123
-sign \x81EB 15-12356
-sign \x89D2 15-12356
-sign \x4F7C 15-12356
-sign \x6322 15-12356
-sign \x72E1 15-12356
-sign \x997A 15-12356
-sign \x6054 15-12356
-sign \x7EDE 15-12356
-sign \x6341 136-12
-sign \x6648 15-12356
-sign \x7B05 15-12356
-sign \x70C4 15-12356
-sign \x94F0 15-12356
-sign \x77EB 15-12356
-sign \x768E 15-12356
-sign \x811A 15-12356
-sign \x6405 15-12356
-sign \x7B4A 15-12356
-sign \x7D5E 15-12356
-sign \x8CCB 15-12356
-sign \x6E6C 15-12356
-sign \x656B 15-12356
-sign \x8173 15-12356
-sign \x714D 15-12356
-sign \x527F 15-12356
-sign \x52E6 15-12356
-sign \x6477 15-12356
-sign \x669E 15-12356
-sign \x8E0B 15-12356
-sign \x50E5 15-12356
-sign \x9278 15-12356
-sign \x9903 15-12356
-sign \x649F 15-12356
-sign \x64B9 15-12356
-sign \x528B 15-12356
-sign \x510C 15-12356
-sign \x6F50 15-125
-sign \x657D 15-12356
-sign \x657F 15-12356
-sign \x5FBC 15-12356
-sign \x7F34 15-12356
-sign \x74AC 15-12356
-sign \x66D2 15-12356
-sign \x77EF 15-12356
-sign \x87DC 15-12356
-sign \x76A6 15-12356
-sign \x9D64 145-1234
-sign \x8B51 15-12356
-sign \x7E73 15-12356
-sign \x5B42 15-12356
-sign \x7E90 15-12356
-sign \x652A 15-12356
-sign \x9C4E 15-12356
-sign \x705A 15-12356
-sign \x53EB 15-125
-sign \x544C 15-125
-sign \x630D 15-1235
-sign \x8A06 15-125
-sign \x89C9 156-246
-sign \x73D3 15-125
-sign \x8F7F 15-125
-sign \x8F83 15-125
-sign \x7A8C 15-125
-sign \x6559 15-125
-sign \x7A96 15-125
-sign \x8F03 15-125
-sign \x6ED8 15-125
-sign \x65A0 15-125
-sign \x9175 15-125
-sign \x5602 15-125
-sign \x5626 15-125
-sign \x6F16 15-125
-sign \x564D 15-125
-sign \x566D 15-125
-sign \x71DE 15-12356
-sign \x7365 15-125
-sign \x5B13 15-125
-sign \x85E0 15-125
-sign \x8DAD 15-125
-sign \x8F4E 15-125
-sign \x91AE 15-125
-sign \x8B65 15-125
-sign \x76AD 15-125
-sign \x91C2 15-125
-sign \x9636 15-234
-sign \x7596 15-234
-sign \x7686 15-234
-sign \x63B2 15-234
-sign \x63A5 15-234
-sign \x83E8 15-234
-sign \x79F8 15-234
-sign \x75CE 15-234
-sign \x968E 15-234
-sign \x5826 15-234
-sign \x63ED 15-234
-sign \x6904 15-234
-sign \x5588 15-234
-sign \x55BC 15-234
-sign \x55DF 15-234
-sign \x8857 15-234
-sign \x813B 15-234
-sign \x6E5D 15-234
-sign \x5A98 15-234
-sign \x5AC5 15-234
-sign \x716F 15-234
-sign \x9782 15-234
-sign \x7A2D 15-234
-sign \x64D1 15-234
-sign \x8754 15-234
-sign \x568C 15-12
-sign \x7664 15-234
-sign \x9D9B 15-234
-sign \x5B51 15-246
-sign \x536A 15-246
-sign \x5C10 15-246
-sign \x516F 12-235
-sign \x8282 15-246
-sign \x8BA6 15-246
-sign \x5226 15-246
-sign \x5227 15-246
-sign \x52AB 15-246
-sign \x6605 15-246
-sign \x5C8A 15-246
-sign \x52BC 15-246
-sign \x523C 15-246
-sign \x6770 15-246
-sign \x758C 15-246
-sign \x8BD8 15-246
-sign \x8871 15-246
-sign \x62EE 15-246
-sign \x8FFC 15-246
-sign \x72E4 15-246
-sign \x6D01 15-246
-sign \x7ED3 15-246
-sign \x83AD 15-246
-sign \x685D 15-246
-sign \x6840 15-246
-sign \x8A10 15-246
-sign \x6377 15-246
-sign \x63B6 15-246
-sign \x5D28 15-246
-sign \x507C 15-246
-sign \x88BA 15-246
-sign \x5A55 15-246
-sign \x7D5C 15-246
-sign \x9889 15-246
-sign \x86E3 15-246
-sign \x5091 15-246
-sign \x5AAB 15-246
-sign \x7D50 15-246
-sign \x696C 15-246
-sign \x776B 15-246
-sign \x8710 15-246
-sign \x5D65 15-246
-sign \x7BC0 15-246
-sign \x9263 15-246
-sign \x9B5D 15-12
-sign \x8A70 15-246
-sign \x6976 15-246
-sign \x6ED0 15-246
-sign \x622A 15-246
-sign \x84F5 15-246
-sign \x69A4 15-246
-sign \x78A3 15-246
-sign \x9C92 15-246
-sign \x7AED 15-246
-sign \x8E15 15-246
-sign \x8AB1 15-246
-sign \x7FAF 15-246
-sign \x6F54 15-246
-sign \x64F3 15-246
-sign \x5E6F 15-246
-sign \x64EE 15-246
-sign \x790D 15-246
-sign \x5DBB 15-246
-sign \x937B 15-246
-sign \x9B9A 15-246
-sign \x6AED 156-246
-sign \x5DC0 15-246
-sign \x881E 15-246
-sign \x8818 15-246
-sign \x883D 15-246
-sign \x59D0 15-2346
-sign \x6BD1 15-2346
-sign \x5A8E 15-2346
-sign \x98F7 15-2346
-sign \x89E7 15-2346
-sign \x89E3 15-2346
-sign \x6A9E 15-2346
-sign \x4E2F 15-24
-sign \x4ECB 15-24
-sign \x6212 15-24
-sign \x82A5 15-24
-sign \x5424 15-24
-sign \x5C95 15-24
-sign \x5E8E 15-24
-sign \x5FE6 15-2456
-sign \x598E 12-1245
-sign \x73A0 15-24
-sign \x65BA 15-24
-sign \x5C46 15-24
-sign \x5C4A 15-24
-sign \x780E 15-24
-sign \x754C 15-24
-sign \x754D 15-24
-sign \x75A5 15-24
-sign \x8BEB 15-24
-sign \x8878 15-24
-sign \x86A7 15-24
-sign \x501F 15-24
-sign \x6088 15-24
-sign \x5FA3 15-24
-sign \x583A 15-24
-sign \x743E 15-24
-sign \x6950 15-24
-sign \x86F6 15-24
-sign \x9AB1 15-24
-sign \x7297 15-24
-sign \x8AA1 15-24
-sign \x9B6A 15-24
-sign \x892F 15-24
-sign \x66C1 15-12
-sign \x7E72 15-24
-sign \x5DFE 15-13
-sign \x65A4 15-13
-sign \x4ECA 15-13
-sign \x9485 15-13
-sign \x5153 15-13
-sign \x91D1 15-13
-sign \x91D2 15-13
-sign \x8355 15-13
-sign \x781B 15-13
-sign \x89D4 15-13
-sign \x6D25 15-13
-sign \x887F 15-13
-sign \x77DC 15-13
-sign \x73D2 15-13
-sign \x57D0 15-13
-sign \x77DD 135-16
-sign \x7D1F 15-13
-sign \x740E 15-13
-sign \x60CD 15-13
-sign \x743B 15-13
-sign \x7B4B 15-13
-sign \x583B 15-13
-sign \x74A1 15-13
-sign \x9EC5 15-13
-sign \x9E76 15-13
-sign \x5D9C 15-13
-sign \x895F 15-13
-sign \x4EC5 15-136
-sign \x537A 15-136
-sign \x5DF9 15-136
-sign \x7D27 15-136
-sign \x5807 15-136
-sign \x83EB 15-136
-sign \x53AA 15-136
-sign \x9526 15-136
-sign \x50C5 15-136
-sign \x8C28 15-136
-sign \x84F3 15-136
-sign \x7DCA 15-136
-sign \x9991 15-136
-sign \x5ED1 15-136
-sign \x6F0C 15-136
-sign \x5AE4 15-136
-sign \x747E 15-136
-sign \x69FF 15-136
-sign \x5118 15-136
-sign \x9326 15-136
-sign \x8B39 15-136
-sign \x93F1 14-1345
-sign \x9949 15-136
-sign \x4F12 15-1
-sign \x52A4 15-1
-sign \x5C3D 15-1
-sign \x8FDB 15-1
-sign \x8FD1 15-1
-sign \x5997 15-1
-sign \x52B2 15-1
-sign \x6783 15-1
-sign \x4FAD 15-136
-sign \x8369 15-1
-sign \x52C1 15-1
-sign \x6D55 15-1
-sign \x664B 15-1
-sign \x6649 15-1
-sign \x8D46 15-1
-sign \x70EC 15-1
-sign \x6D78 15-1
-sign \x9032 15-1
-sign \x7972 15-1
-sign \x7161 15-1
-sign \x6422 15-1
-sign \x9773 15-1
-sign \x7981 15-1
-sign \x6E8D 15-1
-sign \x5BD6 15-1
-sign \x7F19 15-1
-sign \x7468 15-1
-sign \x5890 15-1
-sign \x616C 15-1
-sign \x76E1 15-1
-sign \x89D0 15-1
-sign \x6B4F 15-1
-sign \x6BA3 15-1
-sign \x50F8 15-1
-sign \x51DA 15-1
-sign \x5664 15-1
-sign \x6FC5 15-1
-sign \x8CEE 15-1
-sign \x7E09 15-1
-sign \x58D7 15-1
-sign \x85CE 15-1
-sign \x568D 15-1
-sign \x6FDC 15-1
-sign \x5B27 15-1
-sign \x74B6 15-1
-sign \x89B2 15-1
-sign \x71FC 15-1
-sign \x8D10 15-1
-sign \x9F7D 15-1
-sign \x4EF1 135-1246
-sign \x5DE0 15-135
-sign \x5755 15-135
-sign \x830E 15-135
-sign \x4EAC 15-135
-sign \x6CFE 15-135
-sign \x7ECF 15-135
-sign \x8346 15-135
-sign \x834A 15-135
-sign \x79D4 15-135
-sign \x4EB0 15-135
-sign \x8396 15-135
-sign \x6D87 15-135
-sign \x83C1 15-135
-sign \x6B91 135-156
-sign \x7304 15-135
-sign \x65CC 15-135
-sign \x65CD 15-135
-sign \x60CA 15-135
-sign \x5A5B 15-135
-sign \x7D4C 15-135
-sign \x6676 15-135
-sign \x7A09 15-135
-sign \x8148 15-135
-sign \x775B 15-135
-sign \x7CB3 15-135
-sign \x7D93 15-135
-sign \x8059 15-135
-sign \x5162 15-135
-sign \x7CBE 15-135
-sign \x6A78 15-135
-sign \x9CB8 15-135
-sign \x9D5B 15-135
-sign \x9BE8 15-135
-sign \x9D81 15-135
-sign \x9E96 15-135
-sign \x9F31 15-135
-sign \x9A5A 15-135
-sign \x9EA0 15-135
-sign \x4E95 15-1356
-sign \x4E3C 15-1356
-sign \x9631 15-1356
-sign \x5753 15-1356
-sign \x6C6B 15-1356
-sign \x5B91 15-1356
-sign \x522D 15-1356
-sign \x6C6C 15-1356
-sign \x80BC 15-1356
-sign \x5244 15-1356
-sign \x7A7D 15-1356
-sign \x9888 15-1356
-sign \x666F 15-1356
-sign \x5106 15-1356
-sign \x7484 15-1356
-sign \x64CF 135-156
-sign \x5E5C 15-1356
-sign \x61AC 15-1356
-sign \x74A5 15-1356
-sign \x749F 15-1356
-sign \x61BC 15-1356
-sign \x9838 15-1356
-sign \x66BB 15-1356
-sign \x71DD 146-1236
-sign \x87FC 15-1356
-sign \x8B66 15-1356
-sign \x9649 125-156
-sign \x598C 15-15
-sign \x5F84 15-15
-sign \x51C0 15-15
-sign \x5F2A 15-15
-sign \x8FF3 15-15
-sign \x4FD3 15-15
-sign \x80EB 15-15
-sign \x6D44 15-15
-sign \x9658 125-156
-sign \x5A59 15-15
-sign \x9015 15-15
-sign \x501E 1235-145
-sign \x5F91 15-15
-sign \x75C9 15-15
-sign \x51C8 15-15
-sign \x7ADE 15-15
-sign \x5F33 15-15
-sign \x6871 15-15
-sign \x68B7 15-15
-sign \x811B 15-15
-sign \x7ADF 15-15
-sign \x7AEB 15-15
-sign \x6DE8 15-15
-sign \x5A67 15-15
-sign \x845D 15-15
-sign \x656C 15-15
-sign \x75D9 15-15
-sign \x7AE7 15-15
-sign \x50B9 15-15
-sign \x9756 15-15
-sign \x9759 15-15
-sign \x5883 15-15
-sign \x8E01 15-15
-sign \x734D 15-15
-sign \x8AA9 15-15
-sign \x981A 15-1356
-sign \x975C 15-15
-sign \x66D4 15-15
-sign \x955C 15-15
-sign \x701E 15-15
-sign \x93E1 15-15
-sign \x7AF6 15-15
-sign \x7AF8 15-15
-sign \x5770 156-135
-sign \x6243 156-135
-sign \x57DB 156-135
-sign \x6244 124-13456
-sign \x99C9 156-135
-sign \x99EB 156-135
-sign \x518B 156-135
-sign \x518F 156-1356
-sign \x56E7 156-1356
-sign \x8FE5 156-1356
-sign \x6CC2 156-1356
-sign \x4FB0 156-1356
-sign \x9008 156-1356
-sign \x70AF 156-1356
-sign \x6D7B 156-1356
-sign \x5BAD 1356-16
-sign \x70F1 156-1356
-sign \x7D45 156-135
-sign \x715A 156-1356
-sign \x988E 156-1356
-sign \x7A98 156-1356
-sign \x7D97 156-1356
-sign \x715B 156-1356
-sign \x50D2 156-1356
-sign \x71B2 156-1356
-sign \x8927 156-1356
-sign \x6F83 156-1356
-sign \x71DB 156-1356
-sign \x9848 156-1356
-sign \x860F 156-135
-sign \x8614 156-135
-sign \x4E29 15-134
-sign \x52FC 15-134
-sign \x7EA0 15-134
-sign \x673B 15-134
-sign \x725E 15-134
-sign \x9E20 15-134
-sign \x7A76 15-134
-sign \x7CFA 15-134
-sign \x7CFE 15-134
-sign \x8D73 15-134
-sign \x9604 15-134
-sign \x841B 15-134
-sign \x63EA 15-134
-sign \x63C2 15-134
-sign \x557E 15-134
-sign \x63EB 15-134
-sign \x9CE9 15-134
-sign \x644E 15-134
-sign \x6A1B 15-134
-sign \x9B0F 15-134
-sign \x9B2E 15-134
-sign \x4E5D 15-1346
-sign \x4E45 15-1346
-sign \x4E46 15-1346
-sign \x4E63 15-1346
-sign \x6C63 15-1346
-sign \x597A 15-1346
-sign \x7396 15-1346
-sign \x6766 15-1346
-sign \x7078 15-1346
-sign \x820F 15-1346
-sign \x97ED 15-1346
-sign \x9579 15-1346
-sign \x9152 15-1346
-sign \x7D24 15-1346
-sign \x97EE 15-1346
-sign \x531B 15-14
-sign \x65E7 15-14
-sign \x81FC 15-14
-sign \x7542 246-1236
-sign \x548E 15-14
-sign \x759A 15-14
-sign \x67FE 15-14
-sign \x67E9 15-14
-sign \x6855 15-14
-sign \x5003 15-14
-sign \x6551 15-14
-sign \x53A9 15-14
-sign \x5313 15-14
-sign \x5C31 15-14
-sign \x5ED0 15-14
-sign \x5EC4 15-14
-sign \x8205 15-14
-sign \x50E6 15-14
-sign \x5ECF 15-14
-sign \x6166 15-14
-sign \x6BA7 15-14
-sign \x820A 15-14
-sign \x9E6B 15-14
-sign \x5336 15-14
-sign \x9BE6 15-14
-sign \x9E94 15-14
-sign \x6B0D 15-25
-sign \x9F68 15-14
-sign \x9DF2 15-14
-sign \x5727 25-2345
-sign \x51E5 156-123
-sign \x62D8 156-123
-sign \x82F4 156-123
-sign \x72D9 156-123
-sign \x530A 156-123
-sign \x5C45 156-123
-sign \x9A79 156-123
-sign \x4FE5 134-234
-sign \x6344 15-14
-sign \x6336 156-16
-sign \x7820 156-123
-sign \x7717 156-123
-sign \x7F5D 156-123
-sign \x75BD 156-123
-sign \x75C0 1-134
-sign \x9671 156-123
-sign \x63AC 156-123
-sign \x68AE 156-123
-sign \x5D0C 156-123
-sign \x6DBA 156-123
-sign \x5A35 156-123
-sign \x5A45 156-126
-sign \x5A6E 156-123
-sign \x741A 156-123
-sign \x6910 156-123
-sign \x8DD4 156-123
-sign \x9514 156-123
-sign \x8152 156-123
-sign \x96CE 156-123
-sign \x88FE 156-123
-sign \x871B 156-123
-sign \x824D 156-123
-sign \x99D2 156-123
-sign \x8E18 156-123
-sign \x8ACA 156-123
-sign \x9D21 156-123
-sign \x9B88 156-123
-sign \x97A0 156-123
-sign \x97AB 156-123
-sign \x9D8B 156-123
-sign \x5C40 156-126
-sign \x6CE6 156-126
-sign \x72CA 156-126
-sign \x4FB7 156-126
-sign \x6854 156-126
-sign \x6BE9 156-126
-sign \x83CA 156-126
-sign \x90F9 156-126
-sign \x5579 156-126
-sign \x7117 156-126
-sign \x6DD7 156-126
-sign \x6908 156-126
-sign \x6BF1 156-126
-sign \x6E68 156-126
-sign \x8F02 156-126
-sign \x7291 156-126
-sign \x84FB 145-126
-sign \x95B0 156-126
-sign \x8DFC 156-126
-sign \x7CB7 156-126
-sign \x8D9C 156-126
-sign \x8EB9 156-126
-sign \x92E6 156-123
-sign \x6A58 156-126
-sign \x99F6 156-126
-sign \x6A8B 156-123
-sign \x9D59 156-126
-sign \x8E6B 156-126
-sign \x9D74 156-126
-sign \x861C 156-126
-sign \x9DAA 156-126
-sign \x5DC8 156-126
-sign \x9F30 156-126
-sign \x9F33 156-126
-sign \x9A67 156-126
-sign \x5F06 156-1236
-sign \x5480 156-1236
-sign \x6CAE 156-1236
-sign \x8392 156-1236
-sign \x77E9 156-1236
-sign \x4E3E 156-1236
-sign \x6319 156-1236
-sign \x6907 156-1236
-sign \x7B65 156-1236
-sign \x849F 156-1236
-sign \x6989 156-1236
-sign \x9F83 156-1236
-sign \x6998 156-1236
-sign \x8065 156-1236
-sign \x8E3D 156-1236
-sign \x8209 156-1236
-sign \x64E7 156-1236
-sign \x6AF8 156-1236
-sign \x9F5F 156-1236
-sign \x6B05 156-1236
-sign \x8977 156-1236
-sign \x5DE8 156-12
-sign \x53E5 156-12
-sign \x8BB5 156-12
-sign \x62D2 156-12
-sign \x82E3 156-12
-sign \x5CA0 156-12
-sign \x90AD 156-12
-sign \x6D30 156-12
-sign \x6007 156-12
-sign \x59D6 156-12
-sign \x5765 1356-123
-sign \x62E0 156-12
-sign \x6B6B 156-12
-sign \x5177 156-12
-sign \x661B 156-12
-sign \x70AC 156-12
-sign \x601A 156-12
-sign \x949C 156-12
-sign \x79EC 156-12
-sign \x801F 156-12
-sign \x86B7 156-12
-sign \x4FF1 156-12
-sign \x5036 156-12
-sign \x5028 156-12
-sign \x7C94 156-12
-sign \x70E5 134-16
-sign \x51A3 156-12
-sign \x8893 15-234
-sign \x5267 156-12
-sign \x57E7 156-12
-sign \x636E 156-12
-sign \x57FE 156-12
-sign \x8DDD 156-12
-sign \x8A4E 156-12
-sign \x60E7 156-12
-sign \x7123 156-12
-sign \x8DD9 156-12
-sign \x728B 156-12
-sign \x9245 156-12
-sign \x98D3 156-12
-sign \x8C66 156-12
-sign \x8661 156-12
-sign \x952F 156-12
-sign \x99CF 156-12
-sign \x805A 156-12
-sign \x6133 156-12
-sign \x5BE0 156-12
-sign \x7AAD 156-12
-sign \x5287 156-12
-sign \x52EE 156-12
-sign \x8E1E 156-12
-sign \x9B94 156-12
-sign \x5C66 156-12
-sign \x58C9 156-12
-sign \x64DA 156-12
-sign \x907D 156-12
-sign \x92F8 156-12
-sign \x6FBD 156-12
-sign \x61C5 156-12
-sign \x7AB6 156-12
-sign \x98B6 156-12
-sign \x5C68 156-12
-sign \x8C97 156-12
-sign \x7C34 156-12
-sign \x91B5 156-12
-sign \x8E86 156-12
-sign \x943B 156-12
-sign \x61FC 156-12
-sign \x7220 156-12
-sign \x59E2 156-1234
-sign \x6350 156-1234
-sign \x6D93 156-1234
-sign \x5A1F 156-1234
-sign \x688B 1256-1234
-sign \x74F9 156-1234
-sign \x8127 156-1234
-sign \x9E43 156-1234
-sign \x88D0 156-1234
-sign \x52EC 156-1234
-sign \x954C 156-1234
-sign \x92D7 1256-1234
-sign \x92D1 156-1234
-sign \x9799 1256-1234
-sign \x9D51 156-1234
-sign \x93B8 156-1234
-sign \x942B 156-1234
-sign \x8832 156-1234
-sign \x545F 156-12346
-sign \x5377 156-124
-sign \x5DFB 156-124
-sign \x57CD 156-12346
-sign \x6372 156-12346
-sign \x83E4 156-12346
-sign \x9529 156-12346
-sign \x9308 156-12346
-sign \x81C7 156-12346
-sign \x5946 156-124
-sign \x52B5 156-124
-sign \x5E23 156-12346
-sign \x5F2E 156-124
-sign \x5026 156-124
-sign \x72F7 156-124
-sign \x684A 156-124
-sign \x52CC 156-124
-sign \x6081 256-1234
-sign \x7EE2 156-124
-sign \x9104 156-124
-sign \x7737 156-124
-sign \x6DC3 156-124
-sign \x774A 156-124
-sign \x7F65 156-124
-sign \x96CB 156-1
-sign \x7D6D 156-124
-sign \x7760 156-124
-sign \x98EC 25-13456
-sign \x7D79 156-124
-sign \x8528 156-124
-sign \x617B 156-124
-sign \x990B 156-124
-sign \x7367 156-124
-sign \x7F82 156-124
-sign \x6485 156-234
-sign \x64A7 156-234
-sign \x5658 156-234
-sign \x5C69 156-234
-sign \x5C6B 156-234
-sign \x4E85 156-246
-sign \x5B52 156-246
-sign \x5B53 156-246
-sign \x592C 16-1245
-sign \x53CF 16-12456
-sign \x6C12 156-246
-sign \x51B3 156-246
-sign \x8BC0 156-246
-sign \x5214 156-246
-sign \x6289 156-246
-sign \x82B5 156-246
-sign \x5437 1256-24
-sign \x6C7A 156-246
-sign \x599C 256-24
-sign \x73A8 156-246
-sign \x73A6 156-246
-sign \x6CEC 156-246
-sign \x73CF 156-246
-sign \x6317 156-246
-sign \x7804 156-246
-sign \x8673 156-246
-sign \x75A6 156-246
-sign \x7EDD 156-246
-sign \x6354 156-246
-sign \x8697 156-246
-sign \x6B2E 156-246
-sign \x8D7D 156-246
-sign \x6398 156-246
-sign \x6877 156-246
-sign \x6B8C 156-246
-sign \x8990 156-246
-sign \x8DB9 156-246
-sign \x5D1B 156-246
-sign \x89D6 156-246
-sign \x8A23 156-246
-sign \x658D 156-246
-sign \x7106 156-246
-sign \x902B 156-246
-sign \x8D89 156-246
-sign \x53A5 156-246
-sign \x5095 156-246
-sign \x920C 156-246
-sign \x899A 156-246
-sign \x7D76 156-246
-sign \x7D55 156-246
-sign \x99C3 156-246
-sign \x7474 156-246
-sign \x5282 156-246
-sign \x52EA 156-246
-sign \x8C32 156-246
-sign \x957C 15-246
-sign \x8568 156-246
-sign \x855D 156-246
-sign \x7234 156-246
-sign \x5DA1 16-34
-sign \x5DA5 156-246
-sign \x9D03 156-246
-sign \x7357 156-246
-sign \x761A 156-246
-sign \x71A6 156-246
-sign \x6F4F 156-246
-sign \x61B0 156-246
-sign \x9D02 156-246
-sign \x749A 156-246
-sign \x6A5B 156-246
-sign \x6A5C 156-246
-sign \x61A0 156-246
-sign \x9562 156-246
-sign \x7235 156-246
-sign \x81C4 156-246
-sign \x87E8 156-246
-sign \x87E9 156-246
-sign \x8E77 156-246
-sign \x8E76 156-246
-sign \x8B4E 156-246
-sign \x7211 156-246
-sign \x9D8C 1356-123
-sign \x77CD 156-246
-sign \x89BA 156-246
-sign \x941D 156-246
-sign \x940D 156-246
-sign \x89FC 156-246
-sign \x721D 156-246
-sign \x704D 156-246
-sign \x652B 156-246
-sign \x9DE2 156-246
-sign \x7383 156-246
-sign \x6204 156-246
-sign \x5F4F 156-246
-sign \x6B14 156-246
-sign \x9FA3 156-246
-sign \x77E1 156-246
-sign \x8EA9 156-246
-sign \x8C9C 156-246
-sign \x9481 156-246
-sign \x5014 156-24
-sign \x519B 156-13
-sign \x5747 156-13
-sign \x62A3 256-16
-sign \x6C6E 156-13
-sign \x541B 156-13
-sign \x94A7 156-13
-sign \x8ECD 156-13
-sign \x8880 156-13
-sign \x8399 156-13
-sign \x8690 156-13
-sign \x83CC 156-13
-sign \x687E 156-13
-sign \x76B2 156-13
-sign \x921E 156-13
-sign \x7885 156-13
-sign \x7B60 156-13
-sign \x9281 156-13
-sign \x929E 156-13
-sign \x76B8 156-13
-sign \x89A0 156-13
-sign \x76B9 156-13
-sign \x9CAA 156-13
-sign \x9E87 1356-16
-sign \x9355 156-13
-sign \x9BB6 156-13
-sign \x9E8F 156-13
-sign \x9E95 156-13
-sign \x5441 156-1
-sign \x4FCA 156-1
-sign \x90E1 156-1
-sign \x9656 156-1
-sign \x6343 156-1
-sign \x57C8 156-1
-sign \x5CFB 156-1
-sign \x96BD 156-124
-sign \x9982 156-1
-sign \x6D5A 156-1
-sign \x9A8F 156-1
-sign \x73FA 156-1
-sign \x6659 156-1
-sign \x710C 156-1
-sign \x8470 156-1
-sign \x68DE 156-1
-sign \x756F 156-1
-sign \x7AE3 156-1
-sign \x8720 156-1
-sign \x7B9F 156-1
-sign \x7B98 156-1
-sign \x5101 156-1
-sign \x9915 156-1
-sign \x61CF 156-1
-sign \x5BEF 156-1
-sign \x71C7 156-1
-sign \x99FF 156-1
-sign \x9D54 156-1
-sign \x9D58 156-1
-sign \x9D55 156-1
-sign \x6508 156-1
-sign \x651F 156-1
-sign \x5494 13-2345
-sign \x5496 13-2345
-sign \x54E2 1236-15
-sign \x5580 13-2345
-sign \x8849 13-24
-sign \x5361 13-23456
-sign \x4F67 13-23456
-sign \x57B0 13-23456
-sign \x80E9 13-23456
-sign \x88C3 13-23456
-sign \x9272 13-23456
-sign \x5F00 13-12345
-sign \x5952 13-12345
-sign \x63E9 13-12345
-sign \x958B 13-12345
-sign \x950E 13-12345
-sign \x9426 13-12345
-sign \x5240 13-123456
-sign \x51EF 13-123456
-sign \x57B2 13-123456
-sign \x95FF 13-123456
-sign \x607A 13-123456
-sign \x94E0 13-123456
-sign \x8488 13-123456
-sign \x5274 13-123456
-sign \x51F1 13-123456
-sign \x6168 13-123456
-sign \x584F 13-123456
-sign \x6977 13-123456
-sign \x8F06 13-123456
-sign \x6137 13-123456
-sign \x669F 13-123456
-sign \x9534 13-123456
-sign \x9347 13-123456
-sign \x95D3 13-123456
-sign \x93A7 13-123456
-sign \x98BD 13-123456
-sign \x5FFE 13-1245
-sign \x708C 13-1245
-sign \x708F 25-1246
-sign \x6B2C 23456-1245
-sign \x70D7 13-1245
-sign \x52D3 13-1245
-sign \x5605 13-123456
-sign \x613E 13-1245
-sign \x938E 13-1245
-sign \x520A 13-1234
-sign \x681E 13-1234
-sign \x52D8 13-1234
-sign \x9F9B 13-1234
-sign \x582A 13-1234
-sign \x5D41 13-1234
-sign \x6221 13-1234
-sign \x9F95 13-1234
-sign \x519A 13-12346
-sign \x574E 13-12346
-sign \x4F83 13-12346
-sign \x780D 13-12346
-sign \x83B0 13-12346
-sign \x57F3 13-12346
-sign \x5058 13-12346
-sign \x60C2 13-12346
-sign \x6B3F 13-12346
-sign \x586A 13-12346
-sign \x6B41 13-12346
-sign \x69DB 13-12346
-sign \x8F21 13-12346
-sign \x8F41 234-1235
-sign \x6ABB 13-12346
-sign \x9851 13-12346
-sign \x8F57 13-12346
-sign \x7AF7 13-12346
-sign \x770B 13-124
-sign \x884E 13-124
-sign \x5D01 13-124
-sign \x5888 13-124
-sign \x961A 13-124
-sign \x78E1 13-124
-sign \x77B0 13-124
-sign \x77D9 13-124
-sign \x95F6 13-1345
-sign \x7C87 13-1345
-sign \x5EB7 13-1345
-sign \x5D7B 13-1345
-sign \x6F2E 13-1345
-sign \x6177 13-1345
-sign \x5ADD 13-1345
-sign \x69FA 13-1345
-sign \x7A45 13-1345
-sign \x7CE0 13-1345
-sign \x8EBF 13-1345
-sign \x93EE 13-1345
-sign \x9C47 13-1345
-sign \x625B 13-1456
-sign \x6443 13-1456
-sign \x4EA2 13-145
-sign \x531F 13-145
-sign \x4F09 13-145
-sign \x909F 13-145
-sign \x6297 13-145
-sign \x56E5 13-145
-sign \x72BA 1-13456
-sign \x5FFC 13-1345
-sign \x7095 13-145
-sign \x780A 13-1345
-sign \x94AA 13-145
-sign \x958C 13-1345
-sign \x9227 13-145
-sign \x5C3B 13-1235
-sign \x5D6A 13-1235
-sign \x9ADB 13-1235
-sign \x4E02 13-12356
-sign \x8003 13-12356
-sign \x6537 13-12356
-sign \x62F7 13-12356
-sign \x6D18 13-12356
-sign \x6832 13-12356
-sign \x70E4 13-12356
-sign \x85A7 13-12356
-sign \x94D0 13-125
-sign \x7292 13-125
-sign \x92AC 13-125
-sign \x9C93 13-125
-sign \x9760 13-125
-sign \x9BB3 13-125
-sign \x9BCC 13-125
-sign \x82DB 13-234
-sign \x533C 13-234
-sign \x73C2 13-234
-sign \x67EF 13-234
-sign \x8F72 13-234
-sign \x79D1 13-234
-sign \x80E2 13-234
-sign \x7241 13-234
-sign \x8DB7 13-234
-sign \x94B6 13-234
-sign \x75B4 13-234
-sign \x86B5 13-234
-sign \x842A 13-234
-sign \x68F5 13-234
-sign \x8EFB 13-234
-sign \x5D59 13-234
-sign \x75FE 13-234
-sign \x988F 13-234
-sign \x6415 13-234
-sign \x55D1 13-234
-sign \x7290 13-234
-sign \x7A1E 13-234
-sign \x9233 13-234
-sign \x7AA0 13-234
-sign \x8596 13-234
-sign \x69BC 13-234
-sign \x9897 13-234
-sign \x78D5 13-234
-sign \x778C 13-234
-sign \x874C 13-234
-sign \x6A16 13-234
-sign \x9826 13-234
-sign \x9198 13-234
-sign \x9846 13-234
-sign \x9AC1 13-234
-sign \x791A 13-234
-sign \x58F3 13-246
-sign \x54B3 13-246
-sign \x6BBB 13-246
-sign \x63E2 13-246
-sign \x7FD7 13-246
-sign \x5DB1 13-246
-sign \x53EF 13-2346
-sign \x5777 13-2346
-sign \x5CA2 13-2346
-sign \x70A3 13-2346
-sign \x6E07 13-2346
-sign \x6564 13-2346
-sign \x5D51 13-2346
-sign \x6E34 13-2346
-sign \x514B 13-24
-sign \x523B 13-24
-sign \x5159 124-126-13-24
-sign \x524B 13-24
-sign \x52C0 13-24
-sign \x52CA 13-24
-sign \x5CC7 24-2345
-sign \x606A 13-24
-sign \x5BA2 13-24
-sign \x5C05 13-24
-sign \x515B 135-1234-13-24
-sign \x8894 13-24
-sign \x8BFE 13-24
-sign \x5A14 13-24
-sign \x5801 13-24
-sign \x515E 12-1256-13-24
-sign \x6C2A 13-24
-sign \x9A92 13-24
-sign \x7F02 13-24
-sign \x5161 24-123456-13-24
-sign \x951E 13-24
-sign \x6E98 13-24
-sign \x6119 13-24
-sign \x78A6 13-24
-sign \x8AB2 13-24
-sign \x7DD9 13-24
-sign \x9301 13-24
-sign \x9A0D 13-24
-sign \x790A 13-24
-sign \x808E 13-136
-sign \x80AF 13-136
-sign \x80BB 13-136
-sign \x57A6 13-136
-sign \x6073 13-136
-sign \x5543 13-136
-sign \x8C64 13-136
-sign \x8C87 13-136
-sign \x9339 13-136
-sign \x58BE 13-136
-sign \x61C7 13-136
-sign \x63AF 13-1
-sign \x784D 13-1
-sign \x88C9 13-1
-sign \x8903 13-1
-sign \x52A5 13-135
-sign \x962C 13-135
-sign \x5751 13-135
-sign \x542D 13-135
-sign \x5994 13-135
-sign \x6333 13-135
-sign \x7841 13-135
-sign \x727C 13-135
-sign \x785C 13-135
-sign \x94FF 13-135
-sign \x787B 13-135
-sign \x8A99 13-135
-sign \x92B5 13-135
-sign \x935E 13-135
-sign \x93D7 13-135
-sign \x7A7A 136-135
-sign \x5025 136-135
-sign \x57EA 136-135
-sign \x5D06 136-135
-sign \x6DB3 136-135
-sign \x60BE 136-135
-sign \x787F 136-135
-sign \x7B9C 136-135
-sign \x8EBB 136-135
-sign \x9313 136-135
-sign \x9D7C 136-135
-sign \x5B54 136-1356
-sign \x6050 136-1356
-sign \x63A7 136-15
-sign \x979A 136-15
-sign \x62A0 13-134
-sign \x82A4 13-134
-sign \x770D 13-134
-sign \x527E 13-134
-sign \x6473 13-134
-sign \x5F44 13-134
-sign \x7798 13-134
-sign \x53E3 13-1346
-sign \x52B6 13-1346
-sign \x7AD8 1356-1236
-sign \x53E9 13-14
-sign \x6263 13-14
-sign \x6010 13-14
-sign \x6542 13-14
-sign \x5BBC 13-14
-sign \x51A6 13-14
-sign \x91E6 13-14
-sign \x5BC7 13-14
-sign \x7B58 13-14
-sign \x7A9B 13-14
-sign \x853B 13-14
-sign \x8532 13-14
-sign \x6EF1 13-14
-sign \x7789 13-14
-sign \x7C06 13-14
-sign \x9DC7 13-14
-sign \x625D 136-123
-sign \x77FB 136-123
-sign \x5233 136-123
-sign \x90C0 136-123
-sign \x67AF 136-123
-sign \x684D 136-123
-sign \x54ED 136-123
-sign \x5800 136-123
-sign \x5D2B 156-246
-sign \x8DCD 136-123
-sign \x5710 136-123
-sign \x7A9F 136-123
-sign \x9AB7 136-123
-sign \x82E6 136-1236
-sign \x72DC 136-1236
-sign \x695B 136-1236
-sign \x5E93 136-12
-sign \x4FC8 136-12
-sign \x7ED4 136-12
-sign \x79D9 136-12
-sign \x5EAB 136-12
-sign \x7105 136-12
-sign \x88B4 136-12
-sign \x55BE 136-12
-sign \x88E4 136-12
-sign \x7D5D 136-12
-sign \x7614 136-12
-sign \x9177 136-12
-sign \x8932 136-12
-sign \x9BAC 136-12
-sign \x56B3 136-12
-sign \x5938 136-2345
-sign \x59F1 136-2345
-sign \x6647 1256-12
-sign \x823F 136-2345
-sign \x8A87 136-2345
-sign \x4F89 136-23456
-sign \x57AE 136-23456
-sign \x54B5 136-23456
-sign \x9299 136-23456
-sign \x630E 136-245
-sign \x80EF 136-245
-sign \x8DE8 136-245
-sign \x9ABB 136-245
-sign \x84AF 136-123456
-sign \x64D3 136-1356
-sign \x5DDC 136-1245
-sign \x5726 136-34
-sign \x51F7 136-1245
-sign \x5757 136-1245
-sign \x5FEB 136-1245
-sign \x4FA9 136-1245
-sign \x90D0 136-1245
-sign \x54D9 136-1245
-sign \x72EF 136-1245
-sign \x810D 136-1245
-sign \x584A 136-1245
-sign \x7B77 136-1245
-sign \x9C99 136-1245
-sign \x58A4 2346-346
-sign \x5108 136-1245
-sign \x9136 136-1245
-sign \x736A 136-1245
-sign \x5EE5 136-1245
-sign \x81BE 136-1245
-sign \x65DD 136-1245
-sign \x7CE9 136-1245
-sign \x9C60 136-1245
-sign \x5BBD 136-1234
-sign \x5BDB 136-1234
-sign \x5BEC 136-1234
-sign \x9ACB 136-1234
-sign \x9467 136-13
-sign \x9AD6 136-1234
-sign \x68A1 136-12346
-sign \x6B35 136-12346
-sign \x6B3E 136-12346
-sign \x6B40 136-12346
-sign \x7ABD 136-12346
-sign \x7ABE 136-12346
-sign \x5321 136-1345
-sign \x90BC 136-1345
-sign \x52BB 136-1345
-sign \x8BD3 136-1345
-sign \x5329 136-1345
-sign \x54D0 136-1345
-sign \x6D2D 136-1345
-sign \x6047 136-1345
-sign \x7B50 136-1345
-sign \x8EED 136-1345
-sign \x7B7A 136-1345
-sign \x8A86 136-1345
-sign \x6282 136-1456
-sign \x72C2 136-1456
-sign \x72C5 136-1456
-sign \x8BF3 136-1456
-sign \x8ED6 136-1456
-sign \x8EE0 136-1456
-sign \x8A91 136-1456
-sign \x9D5F 136-1456
-sign \x593C 136-13456
-sign \x5123 136-13456
-sign \x61ED 136-13456
-sign \x909D 136-145
-sign \x5739 136-145
-sign \x7EA9 136-145
-sign \x65F7 136-145
-sign \x51B5 136-145
-sign \x77FF 136-145
-sign \x5CB2 136-145
-sign \x6CC1 136-145
-sign \x663F 136-145
-sign \x8D36 136-145
-sign \x6846 136-145
-sign \x783F 136-145
-sign \x7716 136-145
-sign \x7736 136-145
-sign \x7D4B 136-145
-sign \x8EE6 136-145
-sign \x8CBA 136-145
-sign \x7D56 136-145
-sign \x9271 136-145
-sign \x92DB 136-145
-sign \x913A 136-145
-sign \x58D9 136-145
-sign \x9ECB 136-145
-sign \x66E0 136-145
-sign \x61EC 136-145
-sign \x720C 136-145
-sign \x7926 136-145
-sign \x77CC 136-145
-sign \x7A6C 136-145
-sign \x7E8A 136-145
-sign \x945B 136-145
-sign \x4E8F 136-345
-sign \x5232 136-345
-sign \x5CBF 136-345
-sign \x609D 136-345
-sign \x76D4 136-345
-sign \x7AA5 136-345
-sign \x8067 136-345
-sign \x7ABA 136-345
-sign \x8667 136-345
-sign \x985D 136-345
-sign \x95DA 136-345
-sign \x862C 136-345
-sign \x594E 136-346
-sign \x6646 136-346
-sign \x9035 136-346
-sign \x9804 136-346
-sign \x9997 136-346
-sign \x9108 136-346
-sign \x63C6 136-346
-sign \x8475 136-346
-sign \x55B9 136-346
-sign \x9A99 136-346
-sign \x694F 136-346
-sign \x6951 136-346
-sign \x668C 136-346
-sign \x9B41 136-346
-sign \x6223 136-346
-sign \x777D 136-346
-sign \x8770 136-346
-sign \x982F 136-346
-sign \x85C8 136-346
-sign \x6AC6 136-346
-sign \x9377 136-346
-sign \x9368 136-346
-sign \x9A24 136-346
-sign \x8637 136-346
-sign \x5914 136-346
-sign \x8641 136-346
-sign \x5DD9 1234-1256
-sign \x8EA8 136-346
-sign \x5C2F 136-34
-sign \x5080 136-3456
-sign \x980D 136-3456
-sign \x8DEC 136-3456
-sign \x7143 136-3456
-sign \x78C8 136-3456
-sign \x8E5E 136-3456
-sign \x537C 26-12
-sign \x532E 136-34
-sign \x6B33 136-1245
-sign \x8489 136-34
-sign \x559F 136-34
-sign \x9988 136-34
-sign \x6E83 136-34
-sign \x6126 136-34
-sign \x6127 136-34
-sign \x5ABF 136-34
-sign \x5331 136-34
-sign \x7786 16-34
-sign \x8069 136-34
-sign \x806D 136-34
-sign \x8562 136-1245
-sign \x5633 136-34
-sign \x7BD1 136-34
-sign \x6F70 136-34
-sign \x6192 136-34
-sign \x5B07 136-34
-sign \x6A3B 136-34
-sign \x8B09 136-34
-sign \x993D 136-34
-sign \x8075 136-34
-sign \x7C23 136-34
-sign \x7C44 136-34
-sign \x9400 136-34
-sign \x994B 136-34
-sign \x5DCB 136-345
-sign \x944E 136-34
-sign \x5764 136-13
-sign \x6606 136-13
-sign \x5812 136-13
-sign \x83CE 136-13
-sign \x665C 136-13
-sign \x5D10 136-13
-sign \x5D11 136-13
-sign \x7311 136-13
-sign \x5803 136-13
-sign \x88C8 136-13
-sign \x5A6B 136-13
-sign \x7428 136-13
-sign \x9AE0 136-13
-sign \x711C 136-13
-sign \x9AE1 136-13
-sign \x9E4D 136-13
-sign \x951F 136-13
-sign \x88E9 136-13
-sign \x9AE8 136-13
-sign \x5C21 136-13
-sign \x872B 136-13
-sign \x6F49 136-13
-sign \x890C 136-13
-sign \x747B 136-13
-sign \x918C 136-13
-sign \x71B4 136-13
-sign \x9315 136-13
-sign \x9CB2 136-13
-sign \x9A09 136-13
-sign \x81D7 136-1234
-sign \x9D7E 136-13
-sign \x9BE4 136-13
-sign \x9DA4 136-13
-sign \x6346 136-136
-sign \x9603 136-136
-sign \x6083 136-136
-sign \x58F8 136-136
-sign \x68B1 136-136
-sign \x7975 136-136
-sign \x7871 136-136
-sign \x7A07 136-136
-sign \x88CD 136-136
-sign \x58FC 136-136
-sign \x7A1B 136-136
-sign \x7D91 136-136
-sign \x95AB 136-136
-sign \x95B8 136-136
-sign \x56F0 136-1
-sign \x6D83 136-1
-sign \x774F 136-1
-sign \x6269 136-24
-sign \x62E1 136-24
-sign \x62EC 136-24
-sign \x681D 16-2345
-sign \x6870 16-2345
-sign \x8440 136-24
-sign \x843F 136-24
-sign \x86DE 136-24
-sign \x7B48 136-24
-sign \x9614 136-24
-sign \x7140 1356-123
-sign \x5ED3 136-24
-sign \x5F49 16-234
-sign \x564B 2346-13
-sign \x9822 136-24
-sign \x9AFA 136-24
-sign \x64F4 136-24
-sign \x979F 136-24
-sign \x95CA 136-24
-sign \x6FF6 136-24
-sign \x5F4D 16-234
-sign \x97D5 136-24
-sign \x9729 136-24
-sign \x61D6 16-234
-sign \x97B9 136-24
-sign \x9B20 136-24
-sign \x5783 123-2345
-sign \x62C9 123-2345
-sign \x67C6 123-2345
-sign \x83C8 123-2345
-sign \x5566 123-2345
-sign \x7FCB 123-2345
-sign \x641A 123-2345
-sign \x78D6 123-2345
-sign \x908B 123-2345
-sign \x65EF 123-2456
-sign \x524C 123-245
-sign \x782C 123-2456
-sign \x63E6 123-2456
-sign \x5587 123-23456
-sign \x85DE 123-23456
-sign \x56B9 123-23456
-sign \x814A 123-245
-sign \x6E82 123-245
-sign \x694B 123-245
-sign \x63E7 123-245
-sign \x8FA2 123-245
-sign \x8721 123-245
-sign \x874B 123-245
-sign \x760C 123-245
-sign \x8FA3 123-245
-sign \x8772 123-245
-sign \x9B0E 123-245
-sign \x81D8 123-245
-sign \x74CE 123-245
-sign \x9574 123-245
-sign \x9BFB 123-245
-sign \x881F 123-245
-sign \x945E 123-245
-sign \x97A1 123-356
-sign \x6765 123-12456
-sign \x4F86 123-12456
-sign \x4FEB 123-12456
-sign \x83B1 123-12456
-sign \x90F2 123-12456
-sign \x5D03 123-12456
-sign \x5008 123-12456
-sign \x5F95 123-12456
-sign \x6D9E 123-12456
-sign \x840A 123-12456
-sign \x68BE 123-12456
-sign \x9028 123-12456
-sign \x553B 123-1245
-sign \x5D0D 123-12456
-sign \x5FA0 123-12456
-sign \x730D 123-12456
-sign \x5EB2 123-12456
-sign \x6DF6 123-12456
-sign \x5A61 123-12456
-sign \x741C 123-12456
-sign \x68F6 123-12456
-sign \x94FC 123-12456
-sign \x7B59 123-12456
-sign \x7B82 123-12456
-sign \x9338 123-12456
-sign \x9842 123-1245
-sign \x9A0B 123-12456
-sign \x9D86 123-12456
-sign \x9EB3 123-12456
-sign \x9BE0 123-12456
-sign \x52D1 123-1245
-sign \x8D49 123-1245
-sign \x7750 123-1245
-sign \x8D56 123-1245
-sign \x775E 123-1245
-sign \x8CDA 123-1245
-sign \x8ABA 134-123
-sign \x983C 123-1245
-sign \x8CF4 123-1245
-sign \x6FD1 123-1245
-sign \x9D63 123-1245
-sign \x765E 123-1245
-sign \x650B 123-245
-sign \x85FE 123-1245
-sign \x7C41 123-1245
-sign \x702C 123-1245
-sign \x7028 123-1245
-sign \x6AF4 123-245
-sign \x7669 123-1245
-sign \x8970 123-1245
-sign \x7C5F 123-1245
-sign \x5170 123-1246
-sign \x5C9A 123-1246
-sign \x62E6 123-1246
-sign \x680F 123-1246
-sign \x5A6A 123-1246
-sign \x847B 123-1246
-sign \x5D50 123-1246
-sign \x9611 123-1246
-sign \x84DD 123-1246
-sign \x8C30 123-1246
-sign \x53B1 123-1246
-sign \x6F9C 123-1246
-sign \x8934 123-1246
-sign \x7BEE 123-1246
-sign \x5116 123-1246
-sign \x6593 123-1246
-sign \x85CD 123-1246
-sign \x95CC 123-1246
-sign \x9567 123-1246
-sign \x71F7 123-1246
-sign \x71E3 123-1246
-sign \x61E2 123-1246
-sign \x8955 123-1246
-sign \x74BC 123-1246
-sign \x8B4B 123-1246
-sign \x8964 123-1246
-sign \x6514 123-1246
-sign \x862D 123-1246
-sign \x5E71 123-1246
-sign \x7C43 123-1246
-sign \x7046 123-1246
-sign \x703E 123-1246
-sign \x7E7F 123-1246
-sign \x6B04 123-1246
-sign \x6595 123-1246
-sign \x7937 123-1246
-sign \x8974 123-1246
-sign \x56D2 123-1246
-sign \x7C63 123-1246
-sign \x7061 123-1246
-sign \x6B17 123-1246
-sign \x8E9D 123-1246
-sign \x8B95 123-1246
-sign \x946D 123-1246
-sign \x897D 123-1246
-sign \x9484 123-1246
-sign \x97CA 123-1246
-sign \x89C8 123-12346
-sign \x6D68 123-12346
-sign \x63FD 123-12346
-sign \x7F06 123-12346
-sign \x6984 123-12346
-sign \x7F71 123-12346
-sign \x6F24 123-12346
-sign \x9182 123-12346
-sign \x58C8 123-12346
-sign \x89A7 123-12346
-sign \x61D2 123-12346
-sign \x64E5 123-12346
-sign \x61F6 123-12346
-sign \x5B3E 123-12346
-sign \x5B44 123-12346
-sign \x89BD 123-12346
-sign \x5B4F 123-12346
-sign \x652C 123-12346
-sign \x7060 123-12346
-sign \x6B16 123-12346
-sign \x7226 123-12346
-sign \x7E9C 123-12346
-sign \x70C2 123-124
-sign \x6EE5 123-124
-sign \x71D7 123-124
-sign \x58CF 123-124
-sign \x5682 123-124
-sign \x6FEB 123-124
-sign \x7201 123-124
-sign \x862B 123-1246
-sign \x74D3 123-124
-sign \x721B 123-124
-sign \x7224 123-124
-sign \x7CF7 123-124
-sign \x5577 123-1345
-sign \x90CE 123-1456
-sign \x52C6 123-1456
-sign \x90DE 123-1456
-sign \x72FC 123-1456
-sign \x9606 123-1456
-sign \x6B34 123-1456
-sign \x7405 123-1456
-sign \x84C8 123-1456
-sign \x6879 123-1456
-sign \x658F 123-1456
-sign \x5ECA 123-1456
-sign \x5ACF 123-1456
-sign \x746F 123-1456
-sign \x6994 123-1456
-sign \x7860 123-1456
-sign \x9512 123-1456
-sign \x7A02 123-1456
-sign \x7B64 123-1456
-sign \x8246 123-1456
-sign \x90D2 123-1456
-sign \x8782 123-1456
-sign \x8EB4 123-1456
-sign \x95AC 123-1456
-sign \x92C3 123-1456
-sign \x93AF 123-1456
-sign \x99FA 1235-1456
-sign \x60A2 1235-145
-sign \x6717 123-13456
-sign \x6716 123-13456
-sign \x70FA 123-13456
-sign \x84E2 123-13456
-sign \x5871 123-13456
-sign \x6A03 123-1456
-sign \x8A8F 123-13456
-sign \x6724 123-13456
-sign \x57CC 123-145
-sign \x5D00 123-145
-sign \x6D6A 123-145
-sign \x8497 123-145
-sign \x5525 123-156
-sign \x635E 123-1235
-sign \x7CA9 123-1235
-sign \x6488 123-1235
-sign \x52B3 123-1256
-sign \x52B4 123-1256
-sign \x7262 123-1256
-sign \x72EB 123-12356
-sign \x7A82 123-1256
-sign \x54F0 123-1256
-sign \x5D02 123-1256
-sign \x6D76 123-1256
-sign \x94F9 123-1256
-sign \x75E8 123-1256
-sign \x52DE 123-1256
-sign \x50D7 123-1256
-sign \x562E 123-1256
-sign \x5D97 123-1256
-sign \x61A6 123-125
-sign \x6725 123-1256
-sign \x61A5 123-1256
-sign \x78F1 123-1256
-sign \x7646 123-1256
-sign \x91AA 123-1256
-sign \x87E7 123-1256
-sign \x7C29 123-1256
-sign \x9412 123-1256
-sign \x985F 123-1256
-sign \x9ADD 123-1256
-sign \x8002 123-12356
-sign \x8001 123-12356
-sign \x4F6C 123-12356
-sign \x8356 123-12356
-sign \x54BE 123-12356
-sign \x6045 123-12356
-sign \x59E5 123-12356
-sign \x73EF 123-12356
-sign \x6833 123-12356
-sign \x7853 123-12356
-sign \x94D1 123-12356
-sign \x86EF 123-12356
-sign \x92A0 123-12356
-sign \x6A51 123-12356
-sign \x9BB1 123-12356
-sign \x8F51 123-1256
-sign \x5520 123-125
-sign \x70D9 123-125
-sign \x6D9D 123-125
-sign \x8022 123-125
-sign \x916A 123-125
-sign \x55E0 123-125
-sign \x5AEA 123-1256
-sign \x8EBC 123-125
-sign \x6F87 123-125
-sign \x6A6F 123-125
-sign \x802E 123-125
-sign \x8EC2 123-125
-sign \x4EC2 123-24
-sign \x961E 123-24
-sign \x6250 123-24
-sign \x827B 123-24
-sign \x53FB 123-24
-sign \x4E50 123-24
-sign \x6C3B 123-24
-sign \x5FC7 123-24
-sign \x738F 123-24
-sign \x6CD0 123-24
-sign \x7AFB 123-24
-sign \x7833 123-24
-sign \x52D2 123-24
-sign \x97F7 123-24
-sign \x7C15 123-24
-sign \x9CD3 123-24
-sign \x9C33 123-24
-sign \x4E86 123-35
-sign \x9979 123-35
-sign \x990E 123-24
-sign \x96F7 123-346
-sign \x8502 123-346
-sign \x5AD8 123-346
-sign \x7F27 123-346
-sign \x757E 123-346
-sign \x6A91 123-346
-sign \x7E32 123-346
-sign \x956D 123-346
-sign \x74C3 123-346
-sign \x6AD1 123-346
-sign \x7FB8 123-346
-sign \x7927 123-346
-sign \x8632 123-346
-sign \x7F4D 123-346
-sign \x9433 123-346
-sign \x8F60 123-346
-sign \x9741 123-346
-sign \x58E8 123-346
-sign \x8646 123-346
-sign \x9C69 123-346
-sign \x6B19 123-346
-sign \x7E9D 123-346
-sign \x9F3A 123-346
-sign \x8012 123-3456
-sign \x53BD 123-3456
-sign \x8BD4 123-3456
-sign \x5792 123-3456
-sign \x5841 123-3456
-sign \x7D6B 123-3456
-sign \x50AB 123-3456
-sign \x8A84 123-3456
-sign \x854C 123-3456
-sign \x6A0F 123-346
-sign \x78CA 123-3456
-sign \x857E 123-3456
-sign \x78E5 123-3456
-sign \x5121 123-3456
-sign \x85DF 123-3456
-sign \x58D8 123-3456
-sign \x7657 123-3456
-sign \x77CB 123-3456
-sign \x6AD0 123-3456
-sign \x7928 123-3456
-sign \x7E8D 123-34
-sign \x881D 123-3456
-sign \x7045 123-3456
-sign \x863D 123-3456
-sign \x8B84 123-3456
-sign \x513D 123-3456
-sign \x9458 123-346
-sign \x9E13 123-3456
-sign \x9478 123-3456
-sign \x808B 123-34
-sign \x6CEA 123-34
-sign \x7C7B 123-34
-sign \x6D21 123-3456
-sign \x6D99 123-34
-sign \x7D2F 123-34
-sign \x6DDA 123-34
-sign \x9179 123-34
-sign \x9287 123-34
-sign \x981B 123-34
-sign \x982A 123-34
-sign \x64C2 123-34
-sign \x9311 123-34
-sign \x6502 123-346
-sign \x790C 123-346
-sign \x98A3 123-34
-sign \x985E 123-34
-sign \x7E87 123-34
-sign \x8631 123-34
-sign \x79B7 123-34
-sign \x561E 123-3
-sign \x5844 123-156
-sign \x68F1 123-156
-sign \x695E 123-156
-sign \x7890 123-156
-sign \x7A1C 123-156
-sign \x8E1C 123-15
-sign \x8590 123-156
-sign \x51B7 123-1356
-sign \x580E 123-15
-sign \x6123 123-15
-sign \x7756 123-15
-sign \x550E 1235-126
-sign \x5215 1235-126
-sign \x5398 1235-126
-sign \x8372 1235-126
-sign \x5253 1235-126
-sign \x72F8 1235-126
-sign \x79BB 1235-126
-sign \x9A8A 1235-126
-sign \x740D 1235-126
-sign \x83DE 1235-126
-sign \x68B8 1235-126
-sign \x74FC 1235-126-26-23456
-sign \x68A8 1235-126
-sign \x7281 1235-126
-sign \x60A1 1235-126
-sign \x9E42 1235-126
-sign \x55B1 1235-126
-sign \x68C3 1235-126
-sign \x7282 1235-126
-sign \x527A 1235-126
-sign \x84E0 1235-126
-sign \x7505 1235-126-26-23456
-sign \x870A 1235-126
-sign \x775D 1235-126
-sign \x7B63 1235-126
-sign \x8243 1235-126
-sign \x6F13 1235-126
-sign \x7F21 1235-126
-sign \x7483 1235-126
-sign \x5B77 1235-126
-sign \x5AE0 1235-126
-sign \x6A06 1235-126
-sign \x8C8D 1235-126
-sign \x7AF0 1235-126-124-135
-sign \x76E0 1235-126
-sign \x729B 1235-126
-sign \x853E 1235-126
-sign \x92EB 1235-126
-sign \x9ECE 1235-126
-sign \x9CA1 1235-126
-sign \x7CCE 1235-126
-sign \x8935 1235-126
-sign \x7F79 1235-126
-sign \x9305 1235-126
-sign \x7BF1 1235-126
-sign \x7E2D 1235-126
-sign \x91A8 1235-126
-sign \x87CD 1235-126
-sign \x8B27 1235-126
-sign \x91D0 1235-126
-sign \x85DC 1235-126
-sign \x569F 1235-126
-sign \x908C 1235-126
-sign \x9BCF 1235-126
-sign \x96E2 1235-126
-sign \x6584 1235-126
-sign \x9D79 1235-126
-sign \x9BEC 1235-126
-sign \x93EB 1235-126
-sign \x9EE7 1235-126
-sign \x863A 1235-126
-sign \x56C4 1235-126
-sign \x882B 1235-126
-sign \x7055 1235-126
-sign \x8821 1235-1236
-sign \x5EF2 1235-126
-sign \x5B4B 1235-126
-sign \x9457 1235-126
-sign \x5299 1235-126
-sign \x77D6 125-1236
-sign \x7A72 1235-126
-sign \x7C6C 1235-126
-sign \x7E9A 1235-126
-sign \x9A6A 1235-126
-sign \x9E1D 1235-126
-sign \x9C7A 1235-126
-sign \x793C 1235-1236
-sign \x674E 1235-1236
-sign \x91CC 1235-1236
-sign \x5CDB 1235-1236
-sign \x4FDA 1235-1236
-sign \x9026 1235-1236
-sign \x54E9 1235-1236
-sign \x5CF2 1235-1236
-sign \x6D6C 1235-1236
-sign \x5A0C 1235-1236
-sign \x7406 1235-1236
-sign \x9502 1235-1236
-sign \x88E1 1235-1236
-sign \x8C4A 1235-1236
-sign \x88CF 1235-1236
-sign \x7CB4 1235-1236
-sign \x92F0 1235-1236
-sign \x9CA4 1235-1236
-sign \x6FA7 1235-1236
-sign \x79AE 1235-1236
-sign \x9BC9 1235-1236
-sign \x87F8 1235-1236
-sign \x91B4 1235-1236
-sign \x9CE2 1235-1236
-sign \x9090 1235-1236
-sign \x6B10 1235-1236
-sign \x9C67 1235-1236
-sign \x6B1A 1235-1236
-sign \x529B 1235-12
-sign \x5386 1235-12
-sign \x5389 1235-12
-sign \x5C74 1235-12
-sign \x7ACB 1235-12
-sign \x6738 1235-12
-sign \x540F 1235-12
-sign \x575C 1235-12
-sign \x82C8 1235-12
-sign \x53D3 1235-12
-sign \x4E3D 1235-12
-sign \x52B1 1235-12
-sign \x5456 1235-12
-sign \x5229 1235-12
-sign \x6CA5 1235-12
-sign \x82D9 1235-12
-sign \x67A5 1235-12
-sign \x5CA6 1235-12
-sign \x4F8B 1235-12
-sign \x75A0 1235-12
-sign \x6CB4 1235-12
-sign \x623E 1235-12
-sign \x96B6 1235-12
-sign \x8D72 1235-12
-sign \x8318 1235-12
-sign \x8354 1235-12
-sign \x6803 1235-12
-sign \x680E 1235-12
-sign \x90E6 1235-12
-sign \x7805 1235-12
-sign \x8F79 1235-12
-sign \x4FEA 1235-12
-sign \x4FD0 1235-12
-sign \x75AC 1235-12
-sign \x73D5 1235-12
-sign \x8389 1235-12
-sign \x8385 1235-12
-sign \x6835 1235-12
-sign \x681B 1235-12
-sign \x6817 1235-12
-sign \x783A 1235-12
-sign \x783E 1235-12
-sign \x79DD 1235-12
-sign \x7301 1235-12
-sign \x6D96 1235-12
-sign \x60A7 1235-12
-sign \x5A33 1235-12
-sign \x5A6F 1235-12
-sign \x86CE 1235-12
-sign \x86B8 1235-12
-sign \x5533 1235-12
-sign \x7B20 1235-12
-sign \x8137 1235-12
-sign \x7C9D 1235-12
-sign \x7C92 1235-12
-sign \x60B7 1235-12
-sign \x68D9 1235-12
-sign \x53A4 1235-12
-sign \x96F3 1235-12
-sign \x8DDE 1235-12
-sign \x86E0 1235-12
-sign \x8A48 1235-12
-sign \x5088 1235-12
-sign \x51D3 1235-12
-sign \x75E2 1235-12
-sign \x585B 1235-12
-sign \x642E 1235-12
-sign \x849A 1235-12
-sign \x849E 1235-12
-sign \x53AF 1235-12
-sign \x9CE8 1235-12
-sign \x925D 1235-12
-sign \x6EA7 1235-12
-sign \x6144 1235-12
-sign \x746E 1235-12
-sign \x53B2 1235-12
-sign \x6B74 1235-12
-sign \x66A6 1235-12
-sign \x8727 1235-12
-sign \x7D9F 1235-12
-sign \x96B7 1235-12
-sign \x52F5 1235-12
-sign \x6B77 1235-12
-sign \x66C6 1235-12
-sign \x7BE5 1235-12
-sign \x9D17 1235-12
-sign \x9B01 1235-12
-sign \x96B8 1235-12
-sign \x6AAA 1235-12
-sign \x78FF 1235-12
-sign \x5DC1 1235-12
-sign \x7658 1235-12
-sign \x6FFF 1235-12
-sign \x6AD4 1235-12
-sign \x66DE 1235-12
-sign \x8807 1235-12
-sign \x72A1 1235-12
-sign \x512E 1235-12
-sign \x7204 1235-12
-sign \x79B2 1235-12
-sign \x74C5 1235-12
-sign \x58E2 1235-12
-sign \x650A 1235-12
-sign \x85F6 1235-12
-sign \x6ADF 1235-12
-sign \x9E97 1235-12
-sign \x792A 1235-12
-sign \x56A6 1235-12
-sign \x701D 1235-12
-sign \x74D1 1235-12
-sign \x6AEA 1235-12
-sign \x792B 1235-12
-sign \x8823 1235-12
-sign \x76AA 1235-12
-sign \x7CF2 1235-12
-sign \x720F 1235-12
-sign \x76ED 1235-12
-sign \x9DC5 1235-12
-sign \x9148 1235-12
-sign \x7930 1235-12
-sign \x5137 1235-12
-sign \x7667 1235-12
-sign \x9E9C 1235-12
-sign \x6526 1235-12
-sign \x8F62 1235-12
-sign \x56C7 1235-12
-sign \x8F63 1235-12
-sign \x8B88 1235-12
-sign \x652D 1235-12
-sign \x9742 1235-12
-sign \x74E5 1235-12
-sign \x9C71 1235-12
-sign \x974B 1235-12
-sign \x74C8 1235-126
-sign \x5AFE 1235-1246
-sign \x5941 1235-1246
-sign \x8FDE 1235-1246
-sign \x601C 1235-1246
-sign \x5E18 1235-1246
-sign \x83B2 1235-1246
-sign \x9023 1235-1246
-sign \x6D9F 1235-1246
-sign \x68BF 1235-1246
-sign \x8054 1235-1246
-sign \x88E2 1235-1246
-sign \x84EE 1235-1246
-sign \x55F9 1235-1246
-sign \x5EC9 1235-1246
-sign \x4EB7 1235-1246
-sign \x6F23 1235-1246
-sign \x6E93 1235-1246
-sign \x6169 1235-1246
-sign \x899D 1235-1246
-sign \x5332 1235-1246
-sign \x5969 1235-1246
-sign \x7191 1235-1246
-sign \x8068 1235-1246
-sign \x806B 1235-1246
-sign \x78CF 1235-1246
-sign \x5333 1235-1246
-sign \x5652 1235-1246
-sign \x9CA2 1235-1246
-sign \x5286 1235-1246
-sign \x6190 1235-1246
-sign \x8933 1235-1246
-sign \x806E 1235-1246
-sign \x8595 1235-1246
-sign \x878A 1235-1246
-sign \x6FC2 1235-1246
-sign \x6FD3 1235-1246
-sign \x7FF4 1235-1246
-sign \x7E3A 1235-1246
-sign \x806F 1235-1246
-sign \x6AE3 1235-1246
-sign \x8E65 1235-1246
-sign \x81C1 1235-1246
-sign \x8B30 1235-1246
-sign \x71EB 1235-1246
-sign \x9570 1235-1246
-sign \x938C 1235-1246
-sign \x880A 1235-1246
-sign \x7C3E 1235-1246
-sign \x9B11 1235-1246
-sign \x8B67 1235-1246
-sign \x942E 1235-1246
-sign \x9C31 1235-1246
-sign \x7C62 1235-1246
-sign \x7C68 1235-1246
-sign \x740F 1235-12346
-sign \x655B 1235-12346
-sign \x8138 1235-12346
-sign \x88E3 1235-12346
-sign \x7489 1235-12346
-sign \x8539 1235-12346
-sign \x69E4 1235-1246
-sign \x5B1A 1235-12346
-sign \x913B 1235-12346
-sign \x6582 1235-12346
-sign \x6B5B 1235-12346
-sign \x81C9 1235-12346
-sign \x895D 1235-12346
-sign \x7FB7 1235-12346
-sign \x861E 1235-12346
-sign \x861D 1235-12346
-sign \x7EC3 1235-124
-sign \x70BC 1235-124
-sign \x604B 1235-124
-sign \x6D70 1235-124
-sign \x6B93 1235-124
-sign \x581C 1235-124
-sign \x8430 1235-124
-sign \x94FE 1235-124
-sign \x50C6 1235-1246
-sign \x6E45 1235-124
-sign \x5AA1 1235-124
-sign \x7453 1235-124
-sign \x6459 1235-12346
-sign \x695D 1235-124
-sign \x7149 1235-124
-sign \x6F4B 1235-124
-sign \x7A34 125-1246
-sign \x7DF4 1235-124
-sign \x932C 1235-124
-sign \x6FB0 1235-124
-sign \x6BAE 1235-124
-sign \x934A 1235-124
-sign \x93C8 1235-124
-sign \x9C0A 1235-124
-sign \x7032 1235-124
-sign \x6200 1235-124
-sign \x7E9E 1235-124
-sign \x7C17 1235-1345
-sign \x826F 1235-1456
-sign \x4FCD 1235-1456
-sign \x83A8 1235-1456
-sign \x51C9 1235-1456
-sign \x6DBC 1235-1456
-sign \x6881 1235-1456
-sign \x690B 1235-1456
-sign \x8F8C 1235-1456
-sign \x870B 123-1456
-sign \x7CAE 1235-1456
-sign \x7CB1 1235-1456
-sign \x589A 1235-1456
-sign \x7DA1 1235-1456
-sign \x6A11 1235-1456
-sign \x8F2C 1235-1456
-sign \x7CE7 1235-1456
-sign \x51AB 245-135
-sign \x4E21 1235-13456
-sign \x4E24 1235-13456
-sign \x5169 1235-13456
-sign \x4FE9 1235-23456
-sign \x5521 1235-13456
-sign \x5006 1235-13456
-sign \x639A 1235-13456
-sign \x5562 1235-13456
-sign \x813C 1235-13456
-sign \x88F2 1235-13456
-sign \x873D 1235-13456
-sign \x7DC9 1235-13456
-sign \x9B49 1235-13456
-sign \x9B4E 1235-13456
-sign \x4EAE 1235-145
-sign \x54F4 1235-145
-sign \x8C05 1235-145
-sign \x8F86 1235-145
-sign \x9753 1235-145
-sign \x91CF 1235-145
-sign \x667E 1235-145
-sign \x55A8 1235-145
-sign \x6E78 1235-145
-sign \x8F0C 1235-145
-sign \x7177 126-2346
-sign \x8E09 1235-145
-sign \x975A 1235-145
-sign \x8F1B 1235-145
-sign \x8AD2 1235-145
-sign \x9344 1235-145
-sign \x8E7D 1235-1235
-sign \x8FBD 1235-1256
-sign \x7597 1235-1256
-sign \x804A 1235-1256
-sign \x5D7A 1235-1256
-sign \x50DA 1235-1256
-sign \x818B 1235-1256
-sign \x6F3B 1235-1256
-sign \x6180 1235-1256
-sign \x5BE5 1235-1256
-sign \x64A9 1235-1235
-sign \x907C 1235-1256
-sign \x6579 1235-1256
-sign \x5639 1235-1256
-sign \x5D9A 1235-1256
-sign \x5D9B 1235-1256
-sign \x7360 1235-1256
-sign \x6F66 1235-1256
-sign \x61AD 1235-12356
-sign \x5BEE 1235-1256
-sign \x5AFD 1235-1256
-sign \x7F2D 1235-1256
-sign \x7499 1235-1256
-sign \x66B8 1235-1256
-sign \x81AB 1235-1256
-sign \x71CE 1235-1256
-sign \x7AB7 1235-1256
-sign \x9E69 1235-1256
-sign \x7642 1235-1256
-sign \x7AC2 1235-1256
-sign \x85D4 1235-1256
-sign \x8CFF 1235-1256
-sign \x8E58 1235-1256
-sign \x87DF 1235-1256
-sign \x7C1D 1235-1256
-sign \x8C42 1235-1256
-sign \x5EEB 1235-1256
-sign \x5C6A 1235-1256
-sign \x7E5A 1235-1256
-sign \x957D 1235-12356
-sign \x720E 1235-1256
-sign \x9ACE 1235-1256
-sign \x98C9 1235-1256
-sign \x9DEF 1235-1256
-sign \x948C 1235-12356
-sign \x91D5 1235-12356
-sign \x911D 1235-12356
-sign \x84FC 1235-12356
-sign \x7212 1235-12356
-sign \x5C25 1235-125
-sign \x5C26 1235-125
-sign \x7093 1235-125
-sign \x6599 1235-125
-sign \x5C1E 1235-1256
-sign \x6482 1235-125
-sign \x5ED6 1235-125
-sign \x77AD 1235-12356
-sign \x87C9 1235-146
-sign \x9563 1235-125
-sign \x9410 1235-125
-sign \x6BDF 246-234
-sign \x6318 1235-2346
-sign \x54A7 1235-2346
-sign \x57D3 1235-24
-sign \x5217 1235-24
-sign \x52A3 1235-24
-sign \x52A6 125-246
-sign \x52BD 1235-24
-sign \x51BD 1235-24
-sign \x6312 1235-24
-sign \x8322 1235-24
-sign \x8FFE 1235-24
-sign \x59F4 1235-24
-sign \x5CE2 1235-1236
-sign \x6D0C 1235-24
-sign \x57D2 1235-24
-sign \x70EE 1235-24
-sign \x70C8 1235-24
-sign \x6D56 1235-24
-sign \x6369 1235-24
-sign \x811F 1235-24
-sign \x730E 1235-24
-sign \x731F 1235-24
-sign \x88C2 1235-24
-sign \x86DA 1235-24
-sign \x8D94 1235-24
-sign \x8057 1235-24
-sign \x7759 1235-24
-sign \x716D 1235-24
-sign \x98B2 1235-24
-sign \x5DE4 1235-24
-sign \x9D37 1235-24
-sign \x9BA4 1235-24
-sign \x5120 1235-24
-sign \x64F8 1235-24
-sign \x7375 1235-24
-sign \x72A3 1235-24
-sign \x7209 123-245
-sign \x9B1B 1235-24
-sign \x8E90 1235-24
-sign \x9B23 1235-24
-sign \x9C72 1235-24
-sign \x62CE 1235-13
-sign \x53B8 1235-16
-sign \x90BB 1235-16
-sign \x6797 1235-16
-sign \x4E34 1235-16
-sign \x5549 1235-16
-sign \x5D0A 1235-16
-sign \x6DCB 1235-16
-sign \x60CF 1235-16
-sign \x7433 1235-16
-sign \x667D 1235-16
-sign \x7CA6 1235-16
-sign \x7884 1235-16
-sign \x7B96 1235-16
-sign \x9130 1235-16
-sign \x7CBC 1235-16
-sign \x96A3 1235-16
-sign \x5D99 1235-16
-sign \x735C 1235-16
-sign \x9074 1235-16
-sign \x6F7E 1235-16
-sign \x7498 1235-16
-sign \x9716 1235-16
-sign \x8F9A 1235-16
-sign \x66BD 1235-16
-sign \x65B4 1235-16
-sign \x71D0 1235-16
-sign \x81E8 1235-16
-sign \x78F7 1235-16
-sign \x77B5 1235-16
-sign \x7584 1235-16
-sign \x9E90 1235-16
-sign \x7FF7 1235-16
-sign \x7E57 1235-16
-sign \x8F54 1235-16
-sign \x8E78 1235-1
-sign \x58E3 1235-16
-sign \x93FB 1235-16
-sign \x9CDE 1235-16
-sign \x7036 1235-16
-sign \x9A4E 1235-16
-sign \x9C57 1235-16
-sign \x9E9F 1235-16
-sign \x83FB 1235-136
-sign \x649B 1235-136
-sign \x51DB 1235-136
-sign \x51DC 1235-136
-sign \x5EEA 1235-136
-sign \x5EE9 1235-136
-sign \x6F9F 1235-136
-sign \x61D4 1235-136
-sign \x61CD 1235-136
-sign \x6AA9 1235-136
-sign \x6A81 1235-136
-sign \x9872 123-12346
-sign \x541D 1235-1
-sign \x6061 1235-1
-sign \x8D41 1235-1
-sign \x608B 1235-1
-sign \x711B 1235-1
-sign \x8CC3 1235-1
-sign \x4E83 1235-1
-sign \x853A 1235-1
-sign \x50EF 1235-136
-sign \x6A49 1235-1
-sign \x95B5 1235-1
-sign \x81A6 1235-1
-sign \x7510 1235-1
-sign \x85FA 1235-1
-sign \x8E8F 1235-1
-sign \x8E99 1235-1
-sign \x8F65 1235-1
-sign \x8EAA 1235-1
-sign \x4F36 1235-156
-sign \x5222 1235-156
-sign \x7075 1235-156
-sign \x963E 1235-156
-sign \x590C 1235-156
-sign \x577D 1235-156
-sign \x82D3 1235-156
-sign \x5CBA 1235-156
-sign \x56F9 1235-156
-sign \x5F7E 1235-156
-sign \x72D1 1235-156
-sign \x6CE0 1235-156
-sign \x59C8 1235-156
-sign \x73B2 1235-156
-sign \x67C3 1235-156
-sign \x6624 1235-156
-sign \x74F4 1235-156
-sign \x670E 1235-156
-sign \x7831 1235-156
-sign \x94C3 1235-156
-sign \x79E2 1235-156
-sign \x5030 123-15
-sign \x768A 1235-156
-sign \x9E30 1235-156
-sign \x51CC 1235-156
-sign \x7ADB 1235-156
-sign \x888A 1235-1356
-sign \x9675 1235-156
-sign \x740C 1235-156
-sign \x6395 1235-156
-sign \x8046 1235-156
-sign \x83F1 1235-156
-sign \x68C2 1235-156
-sign \x86C9 1235-156
-sign \x5D1A 1235-156
-sign \x7B2D 1235-156
-sign \x8851 1235-156
-sign \x8232 1235-156
-sign \x7FCE 1235-156
-sign \x7F9A 1235-156
-sign \x6DE9 1235-156
-sign \x5A48 1235-156
-sign \x7EEB 1235-156
-sign \x7D37 1235-156
-sign \x8EE8 1235-156
-sign \x8DC9 1235-156
-sign \x8A45 1235-156
-sign \x797E 1235-156
-sign \x84E4 1235-156
-sign \x96F6 1235-156
-sign \x9F84 1235-156
-sign \x959D 1235-156
-sign \x9234 1235-156
-sign \x88EC 1235-156
-sign \x8506 1235-156
-sign \x7DBE 1235-156
-sign \x99D6 1235-156
-sign \x8F18 1235-156
-sign \x970A 1235-156
-sign \x8576 1235-156
-sign \x9717 1235-156
-sign \x9E77 1235-156
-sign \x9302 1235-156
-sign \x9D12 1235-156
-sign \x9CAE 1235-156
-sign \x9B7F 1235-156
-sign \x6FAA 1235-156
-sign \x971D 1235-156
-sign \x971B 1235-156
-sign \x9F62 1235-156
-sign \x71EF 1235-156
-sign \x9143 1235-156
-sign \x9BEA 1235-156
-sign \x702E 1235-156
-sign \x8626 1235-156
-sign \x5B41 1235-156
-sign \x9F61 1235-156
-sign \x6AFA 1235-156
-sign \x91BD 1235-156
-sign \x9748 1235-156
-sign \x6B1E 1235-156
-sign \x9EA2 1235-156
-sign \x7227 1235-156
-sign \x9F97 1235-156
-sign \x5CAD 1235-1356
-sign \x9886 1235-1356
-sign \x9818 1235-1356
-sign \x5DBA 1235-1356
-sign \x53E6 1235-15
-sign \x4EE4 1235-15
-sign \x5464 1235-15
-sign \x70A9 1235-15
-sign \x6E9C 1235-134
-sign \x7198 1235-134
-sign \x5218 1235-146
-sign \x6CA0 1235-146
-sign \x7544 1235-146
-sign \x6D4F 1235-146
-sign \x7559 1235-146
-sign \x6D41 1235-146
-sign \x7409 1235-146
-sign \x65C8 1235-146
-sign \x7571 1235-146
-sign \x786B 1235-146
-sign \x88D7 1235-146
-sign \x84A5 1235-146
-sign \x84C5 1235-146
-sign \x5D67 1235-146
-sign \x998F 1235-146
-sign \x65D2 1235-146
-sign \x5AB9 1235-146
-sign \x9A9D 1235-146
-sign \x7460 1235-146
-sign \x69B4 1235-146
-sign \x98D7 1235-146
-sign \x99E0 1235-146
-sign \x78C2 1235-146
-sign \x954F 1235-146
-sign \x9E60 1235-146
-sign \x5289 1235-146
-sign \x7624 1235-146
-sign \x746C 1235-146
-sign \x74A2 1235-146
-sign \x6A4A 1235-146
-sign \x7581 1235-146
-sign \x9560 1235-146
-sign \x99F5 1235-146
-sign \x7645 1235-146
-sign \x85F0 1235-146
-sign \x56A0 1235-146
-sign \x93A6 1235-146
-sign \x993E 1235-146
-sign \x9E8D 1235-146
-sign \x700F 1235-146
-sign \x938F 1235-146
-sign \x61F0 1235-146
-sign \x93D0 1235-146
-sign \x98C0 1235-146
-sign \x9A2E 1235-146
-sign \x9402 1235-146
-sign \x9C21 1235-146
-sign \x98C5 1235-146
-sign \x9DB9 1235-146
-sign \x9A51 1235-146
-sign \x73CB 1235-1346
-sign \x67F3 1235-1346
-sign \x6801 1235-1346
-sign \x685E 1235-1346
-sign \x687A 1235-1346
-sign \x7EFA 1235-1346
-sign \x950D 1235-1346
-sign \x7DB9 1235-1346
-sign \x7F76 1235-1346
-sign \x92F6 1235-1346
-sign \x71AE 1235-1346
-sign \x6A6E 1235-1346
-sign \x7F80 1235-1346
-sign \x5B3C 1235-1346
-sign \x516D 1235-14
-sign \x586F 1235-14
-sign \x905B 1235-14
-sign \x5EC7 1235-14
-sign \x6F91 1235-134
-sign \x78DF 1235-14
-sign \x9E68 1235-14
-sign \x8E53 1235-134
-sign \x9724 1235-14
-sign \x96E1 1235-14
-sign \x9B38 1235-14
-sign \x98C2 1235-1256
-sign \x9DDA 1235-14
-sign \x56D6 1236-246
-sign \x9F99 1236-156
-sign \x830F 1236-156
-sign \x5499 1236-156
-sign \x6CF7 1236-156
-sign \x73D1 1236-156
-sign \x680A 1236-156
-sign \x663D 1236-156
-sign \x80E7 1236-156
-sign \x783B 1236-156
-sign \x772C 1236-156
-sign \x7ADC 1236-156
-sign \x804B 1236-156
-sign \x7B3C 1236-156
-sign \x9686 1236-156
-sign \x6E70 1236-156
-sign \x856F 1236-156
-sign \x69DE 1236-156
-sign \x5D90 1236-156
-sign \x6F0B 1236-156
-sign \x7BED 1236-156
-sign \x7643 1236-156
-sign \x9F8D 1236-156
-sign \x7ABF 1236-156
-sign \x93E7 1236-156
-sign \x8622 1236-156
-sign \x9733 1236-156
-sign \x56A8 1236-156
-sign \x5DC3 1236-156
-sign \x5DC4 1236-156
-sign \x7027 1236-156
-sign \x74CF 1236-156
-sign \x6AF3 1236-156
-sign \x66E8 1236-156
-sign \x6727 1236-156
-sign \x7216 1236-156
-sign \x7932 1236-156
-sign \x77D3 1236-156
-sign \x9F92 1236-156
-sign \x7931 1236-156
-sign \x8971 1236-156
-sign \x9F93 1236-156
-sign \x882C 1236-156
-sign \x7C60 1236-156
-sign \x807E 1236-156
-sign \x882A 1236-156
-sign \x8E98 1236-156
-sign \x8C45 1236-156
-sign \x9747 1236-156
-sign \x9468 1236-156
-sign \x9A61 1236-156
-sign \x9E17 1236-156
-sign \x9647 1236-1356
-sign \x5785 1236-1356
-sign \x62E2 1236-1356
-sign \x5784 1236-1356
-sign \x5131 1236-1356
-sign \x96B4 1236-1356
-sign \x58E0 1236-1356
-sign \x650F 1236-1356
-sign \x5FBF 1236-15
-sign \x58DF 1236-1356
-sign \x7AC9 1236-1356
-sign \x6887 1236-15
-sign \x7866 1236-15
-sign \x8856 125-145
-sign \x8D1A 1236-15
-sign \x779C 123-134
-sign \x5A04 123-146
-sign \x5A41 123-146
-sign \x507B 12356-1236
-sign \x848C 123-146
-sign \x6E87 123-146
-sign \x697C 123-146
-sign \x50C2 12356-1236
-sign \x851E 123-146
-sign \x9071 123-146
-sign \x560D 123-25
-sign \x5ED4 123-146
-sign \x617A 123-146
-sign \x8027 123-146
-sign \x6A13 123-146
-sign \x877C 123-146
-sign \x81A2 12356-126
-sign \x71A1 123-146
-sign \x802C 123-146
-sign \x87BB 123-146
-sign \x825B 123-146
-sign \x9AC5 123-146
-sign \x8EC1 123-146
-sign \x8B31 123-146
-sign \x97BB 123-146
-sign \x9ACF 123-146
-sign \x6402 123-1346
-sign \x5D5D 123-1346
-sign \x587F 123-1346
-sign \x645F 123-1346
-sign \x5D81 123-1346
-sign \x6F0A 123-146
-sign \x750A 123-1346
-sign \x7BD3 123-1346
-sign \x7C0D 123-1346
-sign \x964B 123-14
-sign \x5C5A 123-14
-sign \x9542 123-14
-sign \x7618 123-14
-sign \x6F0F 123-14
-sign \x763B 123-14
-sign \x763A 123-14
-sign \x93E4 123-14
-sign \x55BD 123-25
-sign \x64B8 1236-123
-sign \x565C 1236-123
-sign \x6C07 1236-1236
-sign \x8B22 1236-123
-sign \x64FC 1236-123
-sign \x5695 1236-123
-sign \x5362 1236-126
-sign \x82A6 1236-126
-sign \x5E90 1236-126
-sign \x5786 1236-126
-sign \x67A6 1236-126
-sign \x7089 1236-126
-sign \x6CF8 1236-126
-sign \x680C 1236-126
-sign \x8F73 1236-126
-sign \x80EA 1236-126
-sign \x9E2C 1236-126
-sign \x822E 1236-126
-sign \x9885 1236-126
-sign \x823B 1236-126
-sign \x7388 1236-126
-sign \x9229 1236-126
-sign \x9C88 1236-126
-sign \x9B72 1236-126
-sign \x76E7 1236-126
-sign \x74B7 1236-126
-sign \x58DA 1236-126
-sign \x650E 1236-126
-sign \x8606 1236-126
-sign \x56A7 1236-126
-sign \x7379 1236-126
-sign \x5EEC 1236-126
-sign \x7018 1236-126
-sign \x74D0 1236-126
-sign \x6AE8 1236-126
-sign \x81DA 1236-126
-sign \x7210 1236-126
-sign \x77D1 1236-126
-sign \x8826 1236-126
-sign \x7F4F 1236-126
-sign \x7C5A 1236-126
-sign \x826B 1236-126
-sign \x7E91 1236-126
-sign \x8F64 1236-126
-sign \x946A 1236-126
-sign \x9871 1236-126
-sign \x9AD7 1236-126
-sign \x9E15 1236-126
-sign \x9C78 1236-126
-sign \x9EF8 1236-126
-sign \x5364 1236-1236
-sign \x864F 1236-1236
-sign \x635B 12356-1236
-sign \x6314 12356-1236
-sign \x63B3 1236-1236
-sign \x9E75 1236-1236
-sign \x7875 1236-1236
-sign \x9C81 1236-1236
-sign \x865C 1236-1236
-sign \x5877 1236-1236
-sign \x84FE 1236-1236
-sign \x6EF7 1236-1236
-sign \x6A10 1236-1236
-sign \x9B6F 1236-1236
-sign \x6F9B 1236-1236
-sign \x64C4 1236-1236
-sign \x6A79 1236-1236
-sign \x78E0 1236-1236
-sign \x9565 1236-1236
-sign \x7002 1236-1236
-sign \x6AD3 1236-1236
-sign \x8263 1236-1236
-sign \x93C0 1236-1236
-sign \x826A 1236-1236
-sign \x942A 1236-1236
-sign \x9465 1236-1236
-sign \x5725 1236-12
-sign \x752A 1236-12
-sign \x9646 1236-12
-sign \x5774 1236-12
-sign \x4F93 1236-12
-sign \x5F55 1236-12
-sign \x5F54 1236-12
-sign \x5CCD 1236-12
-sign \x52CE 1236-12
-sign \x8F82 1236-12
-sign \x8D42 1236-12
-sign \x9678 1236-12
-sign \x83C9 1236-12
-sign \x7849 1236-12
-sign \x9E7F 1236-12
-sign \x6DD5 1236-12
-sign \x6E0C 1236-12
-sign \x6DE5 1236-12
-sign \x902F 1236-12
-sign \x5A3D 1236-12
-sign \x7FCF 1235-14
-sign \x742D 1236-12
-sign \x6902 1236-12
-sign \x7984 1236-12
-sign \x797F 1236-12
-sign \x8F05 1236-12
-sign \x788C 1236-12
-sign \x8CC2 1236-12
-sign \x7769 1236-12
-sign \x8DEF 1236-12
-sign \x7A11 1236-12
-sign \x50C7 1236-12
-sign \x76DD 1236-12
-sign \x5279 1236-12
-sign \x52E0 1236-12
-sign \x5876 1236-12
-sign \x645D 1236-12
-sign \x850D 1236-12
-sign \x7B93 1236-12
-sign \x5ED8 1236-12
-sign \x7CB6 1236-12
-sign \x6F09 1236-12
-sign \x8DA2 1236-12
-sign \x6A1A 1236-12
-sign \x9181 1236-12
-sign \x8F98 1236-12
-sign \x8E1B 1236-12
-sign \x8194 1236-12
-sign \x819F 12356-12
-sign \x89EE 1236-12
-sign \x719D 1236-12
-sign \x622E 1236-12
-sign \x8557 1236-12
-sign \x7A4B 1236-12
-sign \x9334 1236-12
-sign \x9332 1236-12
-sign \x9304 1236-12
-sign \x6F5E 1236-12
-sign \x7490 1236-12
-sign \x87B0 1236-12
-sign \x7C0F 1236-12
-sign \x9D3C 1236-12
-sign \x9A04 1236-12
-sign \x8F46 1236-12
-sign \x9E6D 1236-12
-sign \x8E57 1236-12
-sign \x7C36 1236-12
-sign \x9D71 1236-12
-sign \x9E93 1236-12
-sign \x7C35 1236-12
-sign \x7C2C 1236-12
-sign \x9D66 1236-12
-sign \x93D5 1236-12
-sign \x9BE5 1236-12
-sign \x9A3C 1236-12
-sign \x9732 1236-12
-sign \x93F4 1236-12
-sign \x7C59 1236-12
-sign \x89FB 1235-12
-sign \x8642 1236-12
-sign \x9DFA 1236-12
-sign \x6C0C 1236-1236
-sign \x5CE6 1236-1246
-sign \x5B6A 1236-1246
-sign \x5A08 1236-1246
-sign \x683E 1236-1246
-sign \x631B 1236-1246
-sign \x9E3E 1236-1246
-sign \x8114 1236-1246
-sign \x6EE6 1236-1246
-sign \x92AE 1236-1246
-sign \x9D49 1236-1246
-sign \x571D 1236-1246
-sign \x5971 1236-1246
-sign \x5DD2 1236-1246
-sign \x5B7F 1236-1246
-sign \x5B4C 1236-1246
-sign \x6B12 1236-1246
-sign \x66EB 1236-1246
-sign \x7053 1236-1246
-sign \x6523 1236-1246
-sign \x7F89 1236-1246
-sign \x81E0 1236-1246
-sign \x864A 1236-1246
-sign \x571E 1236-1246
-sign \x7064 1236-1246
-sign \x947E 1236-1246
-sign \x7674 1236-1246
-sign \x9E1E 1236-1246
-sign \x7675 1236-1246
-sign \x5375 1236-12346
-sign \x4E71 1236-124
-sign \x91E0 1236-124
-sign \x4E82 1236-124
-sign \x858D 26-124
-sign \x63A0 12356-24
-sign \x5BFD 12356-12
-sign \x5260 135-156
-sign \x7A24 12356-24
-sign \x64FD 12356-24
-sign \x62A1 1236-13
-sign \x6384 1236-13
-sign \x4ED1 1236-16
-sign \x4F26 1236-16
-sign \x56F5 1236-16
-sign \x6CA6 1236-16
-sign \x7EB6 1236-16
-sign \x8F6E 1236-16
-sign \x4F96 1236-1
-sign \x502B 1236-16
-sign \x966F 1236-16
-sign \x83D5 1236-16
-sign \x5D18 1236-16
-sign \x5D19 1236-16
-sign \x5707 1236-16
-sign \x6DEA 1236-16
-sign \x60C0 1236-16
-sign \x5A68 1236-16
-sign \x68C6 1236-16
-sign \x8140 1236-16
-sign \x7896 1236-16
-sign \x55E7 15-2345-1236-16
-sign \x8023 1236-16
-sign \x8726 1236-16
-sign \x7DB8 1236-16
-sign \x8F2A 1236-16
-sign \x8E1A 1236-16
-sign \x78EE 1236-16
-sign \x9300 1236-16
-sign \x9BE9 1236-16
-sign \x7A10 1236-136
-sign \x8BBA 1236-1
-sign \x57E8 1236-136
-sign \x6EA3 1236-1
-sign \x8AD6 1236-1
-sign \x5570 1236-234
-sign \x9831 1236-234
-sign \x7F57 1236-246
-sign \x841D 1236-246
-sign \x903B 1236-246
-sign \x8136 1236-246
-sign \x7321 1236-246
-sign \x6924 1236-246
-sign \x8161 1236-246
-sign \x9523 1236-246
-sign \x7BA9 1236-246
-sign \x9AA1 1236-246
-sign \x9559 1236-246
-sign \x87BA 1236-246
-sign \x7F85 1236-246
-sign \x93CD 1236-246
-sign \x89B6 1236-246
-sign \x9A3E 1236-246
-sign \x89BC 1236-246
-sign \x5138 1236-246
-sign \x863F 1236-246
-sign \x908F 1236-246
-sign \x7380 1236-246
-sign \x6B0F 1236-246
-sign \x9A58 1236-246
-sign \x9E01 1236-246
-sign \x7C6E 1236-246
-sign \x947C 1236-246
-sign \x9960 1236-246
-sign \x5246 1236-2346
-sign \x7822 1236-2346
-sign \x502E 1236-2346
-sign \x84CF 1236-2346
-sign \x88F8 1236-2346
-sign \x8EB6 1236-2346
-sign \x7630 1236-2346
-sign \x8803 1236-2346
-sign \x81DD 1236-2346
-sign \x651E 1236-246
-sign \x66EA 1236-2346
-sign \x7673 1236-2346
-sign \x6CFA 1236-24
-sign \x8366 1236-24
-sign \x5CC8 1236-24
-sign \x6D1B 1236-24
-sign \x7EDC 1236-24
-sign \x9A86 1236-24
-sign \x73DE 1236-24
-sign \x6D1C 1236-24
-sign \x843D 1236-24
-sign \x7B3F 1236-24
-sign \x7D61 1236-24
-sign \x645E 1236-24
-sign \x96D2 1236-24
-sign \x7296 1236-24
-sign \x6F2F 1236-24
-sign \x9BA5 1236-24
-sign \x9D45 1236-24
-sign \x6FFC 1236-24
-sign \x7E99 1236-24
-sign \x9C73 123-24
-sign \x56C9 1236-234
-sign \x9A74 12356-126
-sign \x95FE 12356-126
-sign \x6988 12356-126
-sign \x99BF 12356-126
-sign \x95AD 12356-126
-sign \x6C00 12356-126
-sign \x85D8 12356-126
-sign \x6ADA 12356-126
-sign \x66E5 1236-126
-sign \x9DDC 123-146
-sign \x9A62 12356-126
-sign \x5415 12356-1236
-sign \x5442 12356-1236
-sign \x90D8 12356-1236
-sign \x4FA3 12356-1236
-sign \x4FB6 12356-1236
-sign \x634B 12356-1236
-sign \x68A0 12356-1236
-sign \x65C5 12356-1236
-sign \x7112 12356-1236
-sign \x7963 12356-1236
-sign \x94DD 12356-1236
-sign \x7A06 12356-1236
-sign \x5C61 12356-1236
-sign \x7F15 12356-1236
-sign \x7D7D 12356-1236
-sign \x92C1 12356-1236
-sign \x8182 12356-1236
-sign \x891B 12356-1236
-sign \x5C62 12356-1236
-sign \x5C65 12356-1236
-sign \x8190 12356-1236
-sign \x8938 12356-1236
-sign \x7A5E 12356-1236
-sign \x5122 12356-1236
-sign \x7E37 12356-1236
-sign \x7A6D 12356-1236
-sign \x578F 12356-12
-sign \x5F8B 12356-12
-sign \x8651 12356-12
-sign \x54F7 1235-24
-sign \x7387 12356-12
-sign \x7EFF 12356-12
-sign \x844E 12356-12
-sign \x5D42 12356-12
-sign \x6C2F 12356-12
-sign \x6EE4 12356-12
-sign \x7DD1 1236-12
-sign \x7DA0 12356-12
-sign \x616E 12356-12
-sign \x7BBB 12356-12
-sign \x52F4 12356-12
-sign \x7E42 12356-12
-sign \x6FFE 12356-12
-sign \x6AD6 12356-12
-sign \x7208 12356-12
-sign \x535B 12356-12
-sign \x9462 12356-12
-sign \x7565 12356-24
-sign \x7567 12356-24
-sign \x950A 12356-24
-sign \x5719 12356-24
-sign \x92DD 12356-24
-sign \x92E2 12356-24
-sign \x5988 246-2345
-sign \x5ABD 246-2345
-sign \x9EBB 246-2456
-sign \x55CE 246-356
-sign \x75F2 246-2456
-sign \x75F3 1235-16
-sign \x8534 246-2456
-sign \x5AF2 246-2345
-sign \x7298 246-2456
-sign \x87C7 246-2456
-sign \x87C6 246-2456
-sign \x9A6C 246-23456
-sign \x72B8 246-23456
-sign \x739B 246-23456
-sign \x7801 246-23456
-sign \x8682 246-23456
-sign \x99AC 246-23456
-sign \x508C 246-245
-sign \x9064 246-23456
-sign \x7341 246-23456
-sign \x6EA4 246-23456
-sign \x746A 246-23456
-sign \x78BC 246-23456
-sign \x879E 246-23456
-sign \x93B7 246-23456
-sign \x9DCC 246-23456
-sign \x9C22 246-23456
-sign \x6769 246-245
-sign \x7943 246-245
-sign \x9581 246-245
-sign \x9A82 246-245
-sign \x7770 246-245
-sign \x69AA 246-245
-sign \x79A1 246-245
-sign \x7F75 246-245
-sign \x99E1 246-245
-sign \x7923 2456-24
-sign \x9B15 246-245
-sign \x5417 246-356
-sign \x561B 246-356
-sign \x57CB 246-12456
-sign \x85B6 246-12456
-sign \x973E 246-12456
-sign \x4E70 246-123456
-sign \x836C 246-123456
-sign \x8CB7 246-123456
-sign \x8552 246-123456
-sign \x562A 246-123456
-sign \x9DF6 246-123456
-sign \x52A2 246-1245
-sign \x8FC8 246-1245
-sign \x9EA6 246-1245
-sign \x58F2 246-1245
-sign \x4F45 246-1245
-sign \x5356 246-1245
-sign \x8109 246-1245
-sign \x551B 246-1245
-sign \x8108 246-1245
-sign \x9EA5 246-1245
-sign \x8847 246-1245
-sign \x52F1 246-1245
-sign \x561C 246-1245
-sign \x8CE3 246-1245
-sign \x9081 246-1245
-sign \x9721 246-1245
-sign \x9722 246-1245
-sign \x989F 246-1234
-sign \x9862 246-1234
-sign \x59CF 246-1246
-sign \x6097 246-1246
-sign \x86EE 246-1246
-sign \x9992 246-1246
-sign \x6172 246-1246
-sign \x6A20 246-1246
-sign \x7792 246-1246
-sign \x9794 246-1246
-sign \x779E 246-1246
-sign \x9945 246-1246
-sign \x9CD7 246-1246
-sign \x9B17 246-1246
-sign \x9B18 246-1246
-sign \x9C3B 246-1246
-sign \x77D5 246-12346
-sign \x883B 246-1246
-sign \x5C58 246-12346
-sign \x774C 2456-12346
-sign \x6E80 246-12346
-sign \x6EE1 246-12346
-sign \x6EFF 246-12346
-sign \x87A8 246-12346
-sign \x87CE 246-12346
-sign \x93CB 246-12346
-sign \x66FC 246-124
-sign \x9124 246-124
-sign \x50C8 246-124
-sign \x8C29 246-124
-sign \x5881 246-124
-sign \x6471 246-1246
-sign \x8504 246-124
-sign \x8513 246-124
-sign \x5E54 246-124
-sign \x734C 246-124
-sign \x6F2B 246-124
-sign \x6162 246-124
-sign \x5ADA 246-124
-sign \x7F26 246-124
-sign \x69FE 246-1246
-sign \x71B3 246-124
-sign \x6FAB 246-124
-sign \x9558 246-124
-sign \x6FB7 246-124
-sign \x7E35 246-124
-sign \x8B3E 246-124
-sign \x93DD 246-124
-sign \x8630 246-124
-sign \x7264 246-1345
-sign \x9099 246-1456
-sign \x8292 246-1456
-sign \x5402 246-1456
-sign \x6C52 246-1456
-sign \x5FD9 246-1456
-sign \x6767 246-1456
-sign \x5C28 246-1456
-sign \x6757 246-1456
-sign \x753F 246-1456
-sign \x76F2 246-1456
-sign \x6C13 246-1456
-sign \x832B 246-1456
-sign \x5396 246-1456
-sign \x7B00 246-1456
-sign \x607E 246-1456
-sign \x54E4 246-1456
-sign \x72F5 246-1456
-sign \x5EAC 246-1456
-sign \x6D5D 246-1456
-sign \x5A0F 246-1456
-sign \x786D 246-1456
-sign \x94D3 246-1456
-sign \x727B 246-1456
-sign \x91EF 246-1456
-sign \x671A 126-1345
-sign \x75DD 246-1456
-sign \x86D6 246-1456
-sign \x92E9 246-1456
-sign \x99F9 246-1456
-sign \x8609 246-1456
-sign \x83BD 246-13456
-sign \x83BE 246-13456
-sign \x833B 246-13456
-sign \x58FE 246-13456
-sign \x6F2D 246-13456
-sign \x87D2 246-13456
-sign \x880E 246-13456
-sign \x732B 246-1235
-sign \x8C93 246-1235
-sign \x6BDB 246-1256
-sign \x77DB 246-1256
-sign \x8306 246-1256
-sign \x8305 246-1256
-sign \x6786 246-1256
-sign \x7266 246-1256
-sign \x7F5E 246-1256
-sign \x65C4 246-1256
-sign \x8EDE 246-1256
-sign \x9155 246-1256
-sign \x6E35 246-1256
-sign \x5825 246-1256
-sign \x5D4D 26-12
-sign \x951A 246-1256
-sign \x9AE6 246-1256
-sign \x7DE2 2456-1256
-sign \x6C02 246-1256
-sign \x9AF3 246-1256
-sign \x8765 246-1256
-sign \x9328 246-1256
-sign \x87CA 246-1256
-sign \x9D9C 246-1256
-sign \x5187 246-12356
-sign \x536F 246-12356
-sign \x5918 246-12356
-sign \x623C 246-12356
-sign \x5CC1 246-12356
-sign \x6CD6 246-12356
-sign \x6634 246-12356
-sign \x94C6 246-12356
-sign \x7B37 246-12356
-sign \x84E9 246-12356
-sign \x925A 246-12356
-sign \x5183 246-125
-sign \x82BC 246-125
-sign \x7683 246-125
-sign \x8302 246-125
-sign \x770A 246-125
-sign \x5192 246-125
-sign \x8D38 246-125
-sign \x8004 246-125
-sign \x8992 246-125
-sign \x88A4 246-125
-sign \x911A 246-125
-sign \x5E3D 246-125
-sign \x8CBF 246-125
-sign \x5AA2 246-125
-sign \x7441 246-125
-sign \x6959 246-125
-sign \x6BF7 246-125
-sign \x734F 246-125
-sign \x6693 246-125
-sign \x6117 246-125
-sign \x8C8C 246-125
-sign \x912E 246-125
-sign \x7780 246-125
-sign \x8750 246-125
-sign \x61CB 246-125
-sign \x973F 246-156
-sign \x5B6D 2456-234
-sign \x5692 246-35
-sign \x6FF9 246-24
-sign \x56B0 246-35
-sign \x7666 246-24
-sign \x4E48 246-35
-sign \x5E85 246-35
-sign \x9EBD 246-35
-sign \x9EBC 246-35
-sign \x6C92 246-346
-sign \x6CA1 246-346
-sign \x73AB 246-346
-sign \x82FA 246-346
-sign \x679A 246-346
-sign \x6802 246-346
-sign \x7709 246-346
-sign \x8393 246-346
-sign \x8104 246-346
-sign \x73FB 246-346
-sign \x6885 246-346
-sign \x8122 246-346
-sign \x90FF 246-346
-sign \x5833 246-346
-sign \x847F 246-346
-sign \x5D4B 246-346
-sign \x7742 246-346
-sign \x7338 246-346
-sign \x6E48 246-346
-sign \x6E44 246-346
-sign \x5A92 246-346
-sign \x7442 246-346
-sign \x6973 246-346
-sign \x6963 246-346
-sign \x815C 246-346
-sign \x7164 246-346
-sign \x7996 246-346
-sign \x9176 246-346
-sign \x69D1 246-346
-sign \x9545 246-346
-sign \x587A 246-346
-sign \x9E5B 246-346
-sign \x9709 246-346
-sign \x92C2 246-346
-sign \x5FBE 246-346
-sign \x9387 246-346
-sign \x77C0 246-346
-sign \x6517 246-346
-sign \x862A 246-346
-sign \x9DA5 246-346
-sign \x9EF4 246-346
-sign \x6BCE 246-3456
-sign \x6BCF 246-3456
-sign \x51C2 246-3456
-sign \x7F8E 246-3456
-sign \x6334 246-3456
-sign \x6D7C 246-3456
-sign \x5D44 246-3456
-sign \x6E3C 246-3456
-sign \x5A84 246-3456
-sign \x5ABA 246-3456
-sign \x9541 246-3456
-sign \x5B0D 246-3456
-sign \x8EBE 246-3456
-sign \x71D8 246-3456
-sign \x9382 246-3456
-sign \x9EE3 246-3456
-sign \x62BA 246-34
-sign \x6CAC 246-34
-sign \x59B9 246-34
-sign \x6627 246-34
-sign \x8882 246-34
-sign \x7959 246-34
-sign \x771B 246-34
-sign \x8DCA 246-34
-sign \x9B3D 246-34
-sign \x75D7 246-34
-sign \x5BD0 246-34
-sign \x5A9A 246-34
-sign \x715D 246-34
-sign \x7778 246-34
-sign \x9B45 246-34
-sign \x97CE 246-34
-sign \x875E 246-34
-sign \x7BC3 246-34
-sign \x569C 246-35
-sign \x691A 246-13
-sign \x95E8 246-16
-sign \x626A 246-16
-sign \x9580 246-16
-sign \x9494 246-16
-sign \x9585 246-16
-sign \x636B 246-16
-sign \x83DB 246-16
-sign \x748A 246-16
-sign \x9346 246-16
-sign \x864B 246-16
-sign \x95F7 246-1
-sign \x7116 246-1
-sign \x60B6 246-1
-sign \x66AA 246-1
-sign \x71DC 246-1
-sign \x61D1 246-1
-sign \x61E3 246-1
-sign \x4EEC 246-2
-sign \x5011 246-2
-sign \x64DD 246-135
-sign \x867B 246-156
-sign \x8394 246-156
-sign \x51A1 246-156
-sign \x63B9 246-135
-sign \x840C 246-156
-sign \x8499 246-156
-sign \x76DF 246-156
-sign \x6E95 246-156
-sign \x750D 246-156
-sign \x8544 246-156
-sign \x77A2 246-156
-sign \x9138 246-156
-sign \x6A57 246-156
-sign \x9133 246-156
-sign \x511A 246-156
-sign \x8771 246-156
-sign \x5E6A 246-156
-sign \x7374 246-156
-sign \x6FDB 246-156
-sign \x61DE 246-156
-sign \x6C0B 246-156
-sign \x6AAC 246-156
-sign \x66DA 246-156
-sign \x6726 246-156
-sign \x9E72 246-1456
-sign \x791E 246-156
-sign \x77C7 246-156
-sign \x9BCD 246-156
-sign \x8268 246-156
-sign \x77D2 246-156
-sign \x9740 246-156
-sign \x995B 246-156
-sign \x986D 246-156
-sign \x9F06 246-1356
-sign \x9E0F 246-156
-sign \x52D0 246-1356
-sign \x731B 246-1356
-sign \x74FE 246-1356
-sign \x9530 246-1356
-sign \x8722 246-1356
-sign \x824B 246-1356
-sign \x9333 246-1356
-sign \x61F5 246-1356
-sign \x8813 246-1356
-sign \x9BED 246-1356
-sign \x5B5F 246-15
-sign \x68A6 246-15
-sign \x5922 246-15
-sign \x5923 246-15
-sign \x61DC 246-156
-sign \x9725 246-15
-sign \x54AA 2456-123
-sign \x772F 2456-123
-sign \x519E 2456-126
-sign \x5F25 2456-126
-sign \x8FF7 2456-126
-sign \x7962 2456-126
-sign \x88AE 2456-126
-sign \x7315 2456-126
-sign \x8C1C 2456-126
-sign \x84BE 2456-126
-sign \x8A78 2456-126
-sign \x919A 2456-126
-sign \x8B0E 2456-126
-sign \x7A48 246-16
-sign \x64DF 2456-126
-sign \x7CDC 2456-126
-sign \x7E3B 2456-126
-sign \x9E8B 2456-126
-sign \x9E8A 2456-126
-sign \x5F4C 2456-126
-sign \x6AB7 2456-126
-sign \x79B0 2456-126
-sign \x9761 2456-126
-sign \x737C 2456-126
-sign \x9E9B 2456-126
-sign \x957E 2456-126
-sign \x5298 246-246
-sign \x6520 246-246
-sign \x863C 2456-126
-sign \x6202 2456-126
-sign \x7222 2456-126
-sign \x91BE 2456-126
-sign \x91BF 2456-126
-sign \x9E0D 2456-126
-sign \x91C4 2456-126
-sign \x7C73 2456-1236
-sign \x8288 2456-1236
-sign \x7F8B 2456-1236
-sign \x4F8E 2456-1236
-sign \x6CB5 2456-1236
-sign \x6D23 2456-1236
-sign \x5F2D 2456-1236
-sign \x772B 236-1246
-sign \x8112 2456-1236
-sign \x6549 2456-1236
-sign \x7C8E 2456-1236
-sign \x845E 2456-1236
-sign \x6E33 2456-1236
-sign \x851D 2456-1236
-sign \x7787 2456-123
-sign \x92A4 2456-1236
-sign \x6FD4 2456-1236
-sign \x7030 2456-126
-sign \x7056 2456-1236
-sign \x5B4A 2456-1236
-sign \x7CF8 2456-12
-sign \x6C68 2456-12
-sign \x89C5 2456-12
-sign \x6CCC 2456-12
-sign \x5B93 2456-12
-sign \x5CDA 2456-12
-sign \x7955 2456-12
-sign \x79D8 2456-12
-sign \x5BBB 2456-12
-sign \x8994 2456-12
-sign \x8993 2456-12
-sign \x6DE7 2456-12
-sign \x5BC6 2456-12
-sign \x5E42 2456-12
-sign \x8C27 2456-12
-sign \x5853 2456-12
-sign \x5E4E 2456-12
-sign \x899B 2456-12
-sign \x8524 2456-12
-sign \x6993 2456-12
-sign \x5627 2456-12
-sign \x7190 2456-12
-sign \x6F1E 2456-12
-sign \x6EF5 2456-12
-sign \x871C 2456-12
-sign \x9F0F 2456-12
-sign \x6A12 2456-12
-sign \x51AA 2456-12
-sign \x6FD7 2456-12
-sign \x5E66 2456-12
-sign \x85CC 2456-12
-sign \x8B10 2456-12
-sign \x6AC1 2456-12
-sign \x7F83 2456-12
-sign \x7C1A 2456-12
-sign \x8287 2456-1246
-sign \x6763 2456-1246
-sign \x7720 2456-1246
-sign \x5A42 2456-1246
-sign \x7EF5 2456-1246
-sign \x68C9 2456-1246
-sign \x7DBF 2456-1246
-sign \x8752 2456-1246
-sign \x81F1 2456-1246
-sign \x7DDC 2456-1246
-sign \x5B35 2456-1246
-sign \x6AB0 2456-1246
-sign \x6ACB 2456-1246
-sign \x77C8 2456-1246
-sign \x77CA 2456-1246
-sign \x77CF 2456-1246
-sign \x4E0F 2456-12346
-sign \x6C45 2456-12346
-sign \x514D 2456-12346
-sign \x6C94 2456-12346
-sign \x9EFE 2456-136
-sign \x7704 2456-12346
-sign \x4FDB 235-1236
-sign \x52C9 2456-12346
-sign \x5A29 2456-12346
-sign \x52D4 2456-12346
-sign \x5195 2456-12346
-sign \x506D 2456-12346
-sign \x6E11 2456-12346
-sign \x5595 2456-12346
-sign \x6E4E 2456-12346
-sign \x6110 2456-12346
-sign \x5A94 2456-1246
-sign \x7F05 2456-12346
-sign \x817C 2456-12346
-sign \x7D7B 26-1
-sign \x7DEC 2456-12346
-sign \x9BB8 2456-12346
-sign \x9763 2456-124
-sign \x9762 2456-124
-sign \x9EAB 2456-124
-sign \x9EAA 2456-124
-sign \x7CC6 2456-124
-sign \x9EBA 2456-124
-sign \x9EB5 2456-124
-sign \x55B5 2456-1235
-sign \x82D7 2456-1256
-sign \x63CF 2456-1256
-sign \x5A8C 2456-1256
-sign \x9E4B 2456-1256
-sign \x7784 2456-1256
-sign \x5AF9 2456-1256
-sign \x9D93 2456-1256
-sign \x9C59 2456-1256
-sign \x676A 2456-12356
-sign \x7707 2456-12356
-sign \x79D2 2456-12356
-sign \x6DFC 2456-12356
-sign \x6E3A 2456-12356
-sign \x7F08 2456-12356
-sign \x7BCE 2456-12356
-sign \x7DF2 2456-12356
-sign \x85D0 2456-12356
-sign \x9088 2456-12356
-sign \x5999 2456-125
-sign \x5E99 2456-125
-sign \x7AD7 2456-125
-sign \x7385 2456-125
-sign \x5EBF 2456-125
-sign \x5EDF 2456-125
-sign \x7E46 246-146
-sign \x5400 2456-234
-sign \x54A9 2456-234
-sign \x54F6 2456-234
-sign \x706D 2456-24
-sign \x70D5 2456-24
-sign \x8995 2356-234
-sign \x6423 2456-24
-sign \x6EC5 2456-24
-sign \x8511 2456-24
-sign \x858E 2456-24
-sign \x9D13 2456-24
-sign \x5E6D 2456-24
-sign \x7BFE 2456-24
-sign \x700E 2456-24
-sign \x61F1 2456-24
-sign \x6AD7 2456-24
-sign \x95D1 12345-24
-sign \x881B 2456-24
-sign \x884A 2456-24
-sign \x9456 2456-24
-sign \x9C74 2456-24
-sign \x6C11 2456-16
-sign \x739F 2456-16
-sign \x82E0 2456-16
-sign \x65FB 2456-16
-sign \x65FC 2456-16
-sign \x5CB7 2456-16
-sign \x600B 2456-16
-sign \x59C4 2456-16
-sign \x73C9 2456-16
-sign \x76FF 2456-16
-sign \x7F60 2456-16
-sign \x51A7 2456-16
-sign \x636A 2456-16
-sign \x5D0F 2456-16
-sign \x6E02 26-1
-sign \x741D 2456-16
-sign \x7418 2456-16
-sign \x7F17 2456-16
-sign \x7449 2456-16
-sign \x7888 2456-16
-sign \x9231 2456-16
-sign \x75FB 2456-16
-sign \x668B 2456-136
-sign \x7DCD 2456-16
-sign \x7DE1 2456-16
-sign \x8CEF 2456-16
-sign \x9309 2456-16
-sign \x9D16 2456-16
-sign \x9372 2456-16
-sign \x76BF 2456-136
-sign \x51BA 2456-136
-sign \x95F5 2456-136
-sign \x5221 2456-136
-sign \x578A 2456-16
-sign \x62BF 2456-136
-sign \x5461 26-136
-sign \x6CEF 2456-136
-sign \x52C4 2456-136
-sign \x95FD 2456-136
-sign \x6543 2456-136
-sign \x60AF 2456-136
-sign \x7B3D 2456-136
-sign \x7B22 2456-136
-sign \x654F 2456-136
-sign \x9594 2456-136
-sign \x6E63 2456-136
-sign \x9EFD 2456-136
-sign \x656F 2456-136
-sign \x610D 2456-136
-sign \x95A9 2456-136
-sign \x615C 2456-136
-sign \x50F6 2456-136
-sign \x6F63 2456-136
-sign \x61AB 2456-136
-sign \x7C22 2456-136
-sign \x9CD8 2456-136
-sign \x8820 2456-136
-sign \x9C35 2456-136
-sign \x540D 2456-156
-sign \x660E 2456-156
-sign \x9E23 2456-156
-sign \x8317 2456-156
-sign \x7700 2456-156
-sign \x6D3A 2456-156
-sign \x51A5 2456-156
-sign \x7733 2456-156
-sign \x6719 2456-156
-sign \x94ED 2456-156
-sign \x910D 2456-156
-sign \x84C2 2456-12
-sign \x733D 2456-156
-sign \x6E9F 2456-156
-sign \x5AC7 2456-156
-sign \x69A0 2456-156
-sign \x669D 2456-156
-sign \x9CF4 2456-156
-sign \x9298 2456-156
-sign \x7791 2456-156
-sign \x879F 2456-156
-sign \x89AD 2456-156
-sign \x4F72 2456-1356
-sign \x59F3 2456-1356
-sign \x51D5 2456-1356
-sign \x9169 2456-1356
-sign \x614F 2456-1356
-sign \x547D 2456-15
-sign \x63B5 2456-15
-sign \x8A7A 2456-15
-sign \x8C2C 2456-14
-sign \x7F2A 2456-125
-sign \x8B2C 2456-14
-sign \x6478 246-234
-sign \x56A4 246-234
-sign \x5C1B 246-246
-sign \x8C1F 246-246
-sign \x998D 246-246
-sign \x5AEB 246-246
-sign \x6479 246-246
-sign \x6A21 246-246
-sign \x819C 246-246
-sign \x9B79 246-246
-sign \x6469 246-246
-sign \x6A45 246-246
-sign \x78E8 246-246
-sign \x7CE2 246-246
-sign \x8B29 246-246
-sign \x8B28 246-246
-sign \x5B24 246-246
-sign \x64F5 246-246
-sign \x9943 246-246
-sign \x8611 246-246
-sign \x56A9 246-246
-sign \x9ACD 246-246
-sign \x9B54 246-246
-sign \x995D 246-246
-sign \x62B9 246-2346
-sign \x9EBF 2456-126
-sign \x61E1 246-2346
-sign \x672B 246-24
-sign \x573D 246-24
-sign \x52B0 2456-12356
-sign \x8309 246-24
-sign \x6B7E 246-24
-sign \x6B7F 246-24
-sign \x6B81 246-24
-sign \x5190 246-125
-sign \x5E13 246-24
-sign \x6CAB 246-24
-sign \x603D 2456-12
-sign \x964C 246-24
-sign \x59BA 246-24
-sign \x67BA 246-24
-sign \x6629 246-24
-sign \x5E1E 246-24
-sign \x83AB 246-24
-sign \x8388 246-24
-sign \x781E 246-24
-sign \x771C 246-24
-sign \x773F 246-24
-sign \x79E3 246-24
-sign \x768C 246-24
-sign \x773D 246-24
-sign \x7C96 246-24
-sign \x88B9 24-246
-sign \x7D48 246-24
-sign \x86E8 246-24
-sign \x8C83 246-24
-sign \x587B 246-24
-sign \x84E6 246-24
-sign \x55FC 246-24
-sign \x8C8A 246-24
-sign \x8C89 12-246
-sign \x6F20 246-24
-sign \x5BDE 246-24
-sign \x977A 246-24
-sign \x66AF 246-24
-sign \x9286 246-24
-sign \x7799 246-24
-sign \x7790 246-24
-sign \x9ED9 246-24
-sign \x58A8 246-24
-sign \x9546 246-24
-sign \x9B69 246-24
-sign \x763C 246-24
-sign \x5AFC 246-24
-sign \x9ED8 246-24
-sign \x7E38 246-24
-sign \x8C98 246-24
-sign \x85E6 246-24
-sign \x87D4 246-24
-sign \x93CC 246-24
-sign \x7205 246-24
-sign \x9A40 246-24
-sign \x7933 246-24
-sign \x7E86 246-24
-sign \x8031 246-24
-sign \x5B37 246-246
-sign \x54DE 246-134
-sign \x725F 246-146
-sign \x4F94 246-146
-sign \x52BA 246-146
-sign \x6D20 1245-12
-sign \x6048 246-146
-sign \x6859 256-126
-sign \x7738 246-146
-sign \x8C0B 246-146
-sign \x86D1 246-146
-sign \x8E0E 246-146
-sign \x927E 246-1256
-sign \x8B00 246-146
-sign \x9EB0 246-146
-sign \x77B4 246-146
-sign \x9D3E 246-146
-sign \x936A 246-146
-sign \x87F1 246-146
-sign \x67D0 246-1346
-sign \x5452 246-126
-sign \x5463 246-146
-sign \x6BEA 246-126
-sign \x6C01 246-126
-sign \x5638 246-126
-sign \x6BCD 246-1236
-sign \x7261 246-1236
-sign \x4EA9 246-1236
-sign \x5776 246-12
-sign \x62C7 246-1236
-sign \x59C6 246-1236
-sign \x5CD4 246-1236
-sign \x7273 246-1236
-sign \x80DF 246-1236
-sign \x7552 246-1236
-sign \x7546 246-1236
-sign \x755E 246-1236
-sign \x782A 246-1236
-sign \x755D 246-1236
-sign \x5A12 26-1236
-sign \x756E 246-1236
-sign \x9267 246-1236
-sign \x8E07 246-1236
-sign \x6728 246-12
-sign \x76EE 246-12
-sign \x4EEB 246-12
-sign \x51E9 246-12
-sign \x72C7 246-12
-sign \x6C90 246-12
-sign \x82DC 246-12
-sign \x7267 246-12
-sign \x7091 246-12
-sign \x83AF 246-12
-sign \x869E 246-12
-sign \x94BC 246-12
-sign \x6BE3 246-12
-sign \x52DF 246-12
-sign \x843A 246-125
-sign \x96EE 246-12
-sign \x5893 246-12
-sign \x5E55 246-12
-sign \x7766 246-12
-sign \x5E59 246-12
-sign \x926C 246-12
-sign \x6154 246-12
-sign \x6958 246-12
-sign \x6155 246-12
-sign \x66AE 246-12
-sign \x6A22 2456-12356
-sign \x9702 246-12
-sign \x8252 246-12
-sign \x7A46 246-12
-sign \x97AA 246-12
-sign \x4E78 1234-23456
-sign \x62CF 1234-2456
-sign \x62FF 1234-2456
-sign \x8498 356-126
-sign \x954E 1234-2456
-sign \x93BF 1234-2456
-sign \x90CD 1234-245
-sign \x54EA 1234-23456
-sign \x96EB 1234-23456
-sign \x90A3 1234-245
-sign \x5436 1234-245
-sign \x5450 1234-245
-sign \x59A0 1234-245
-sign \x7EB3 1234-245
-sign \x80AD 1234-245
-sign \x94A0 1234-245
-sign \x8872 1234-245
-sign \x5A1C 1234-245
-sign \x88A6 1234-245
-sign \x7D0D 1234-245
-sign \x637A 1234-245
-sign \x8EDC 1234-245
-sign \x7B1D 1234-245
-sign \x8C7D 1234-245
-sign \x9209 1234-245
-sign \x8C80 134-245
-sign \x9779 1234-245
-sign \x84B3 1234-245
-sign \x55F1 1234-2456
-sign \x9B76 1234-245
-sign \x8149 1234-12456
-sign \x718B 1234-12456
-sign \x6468 1234-12456
-sign \x879A 1234-1245
-sign \x5B7B 1234-12456
-sign \x4E43 1234-123456
-sign \x827F 1234-123456
-sign \x5976 1234-123456
-sign \x6C16 1234-123456
-sign \x7593 1234-123456
-sign \x5EFC 1234-123456
-sign \x8FFA 1234-123456
-sign \x5037 1234-123456
-sign \x91E2 1234-123456
-sign \x5B2D 1234-123456
-sign \x5948 1234-1245
-sign \x67F0 1234-1245
-sign \x8010 1234-1245
-sign \x8418 1234-1245
-sign \x6E3F 1234-1245
-sign \x9F10 1234-1245
-sign \x8926 1234-1245
-sign \x933C 1234-1245
-sign \x56E1 1234-1234
-sign \x7537 1234-1246
-sign \x62A9 1234-1246
-sign \x678F 1234-1246
-sign \x5357 1234-1246
-sign \x4FBD 1234-1246
-sign \x83AE 1234-1246
-sign \x7558 1234-1246
-sign \x5A1A 1234-1246
-sign \x96BE 1234-1246
-sign \x8433 1234-1246
-sign \x9056 1234-1246
-sign \x5583 1234-1246
-sign \x6960 1234-1246
-sign \x6694 1234-1246
-sign \x8AF5 1234-1246
-sign \x96E3 1234-1246
-sign \x8D67 1234-12346
-sign \x63C7 1234-12346
-sign \x6E73 1234-12346
-sign \x8169 1234-12346
-sign \x7175 1234-12346
-sign \x877B 1234-12346
-sign \x6201 1234-12346
-sign \x5A7B 1234-124
-sign \x56D4 1234-1345
-sign \x4E6A 1234-1456
-sign \x56A2 1234-1456
-sign \x8B68 12346-156
-sign \x56CA 1234-1456
-sign \x9B1E 12346-156
-sign \x8830 1234-1456
-sign \x9995 1234-13456
-sign \x6B1C 1234-1456
-sign \x9962 1234-1456
-sign \x64C3 1234-13456
-sign \x66E9 1234-13456
-sign \x652E 1234-13456
-sign \x7062 1234-13456
-sign \x513E 1234-145
-sign \x9F49 1234-145
-sign \x5B6C 1234-1235
-sign \x5476 1234-1256
-sign \x6013 1234-1256
-sign \x6320 1234-1256
-sign \x5CF1 1234-1256
-sign \x7847 1234-1256
-sign \x94D9 1234-1256
-sign \x86F2 1234-1256
-sign \x7331 1234-1256
-sign \x8A49 1234-1256
-sign \x6493 1234-1256
-sign \x5DA9 1234-1256
-sign \x7376 1234-1256
-sign \x5912 1234-1256
-sign \x9403 1234-1256
-sign \x5DCE 1234-1256
-sign \x737F 1234-1256
-sign \x57B4 1234-12356
-sign \x607C 1234-12356
-sign \x8111 1234-12356
-sign \x60A9 1234-12356
-sign \x8133 1234-12356
-sign \x5318 1234-12356
-sign \x5816 1234-12356
-sign \x60F1 1234-12356
-sign \x7459 1234-12356
-sign \x8166 1234-12356
-sign \x5AD0 1234-12356
-sign \x78AF 1234-12356
-sign \x95F9 1234-125
-sign \x6DD6 1234-125
-sign \x9599 1234-125
-sign \x9B27 1234-125
-sign \x8BB7 1234-24
-sign \x6290 1234-24
-sign \x7732 1234-24
-sign \x8A25 1234-24
-sign \x5462 1234-35
-sign \x9981 1234-3456
-sign \x8147 1234-3456
-sign \x9912 1234-3456
-sign \x9BBE 1234-3456
-sign \x9BD8 1234-3456
-sign \x5167 1234-34
-sign \x5185 1234-34
-sign \x6C1D 1234-34
-sign \x5AE9 1234-1
-sign \x5AF0 1234-1
-sign \x80FD 1234-156
-sign \x92B0 23456-12345
-sign \x59AE 12345-123
-sign \x5C3C 12345-126
-sign \x576D 12345-126
-sign \x62B3 12345-126
-sign \x6CE5 12345-126
-sign \x6029 12345-126
-sign \x7C7E 12345-126
-sign \x94CC 12345-126
-sign \x79DC 12345-126
-sign \x5C54 12345-126
-sign \x90F3 12345-126
-sign \x502A 12345-126
-sign \x86AD 12345-126
-sign \x730A 12345-126
-sign \x6DE3 12345-126
-sign \x57FF 12345-126
-sign \x5A57 12345-126
-sign \x68FF 12345-126
-sign \x8DDC 12345-126
-sign \x922E 12345-126
-sign \x873A 12345-126
-sign \x8F17 12345-126
-sign \x8C8E 12345-126
-sign \x89EC 12345-126
-sign \x9713 12345-126
-sign \x9CB5 12345-126
-sign \x9BE2 12345-126
-sign \x9E91 12345-126
-sign \x9F6F 12345-126
-sign \x81E1 12345-126
-sign \x62DF 12345-1236
-sign \x4F31 12345-1236
-sign \x4F60 12345-1236
-sign \x82E8 12345-1236
-sign \x72D4 12345-1236
-sign \x59B3 12345-1236
-sign \x67C5 12345-1236
-sign \x639C 12345-1236
-sign \x65CE 12345-1236
-sign \x6672 12345-1236
-sign \x9268 12345-1236
-sign \x5B74 12345-1236
-sign \x999C 12345-1236
-sign \x511E 12345-1236
-sign \x96AC 12345-1236
-sign \x64EC 12345-1236
-sign \x85BF 12345-1236
-sign \x9448 12345-24
-sign \x6C3C 12345-12
-sign \x5C70 12345-12
-sign \x4F32 12345-12
-sign \x8FE1 12345-12
-sign \x6635 12345-12
-sign \x80D2 12345-12
-sign \x9006 12345-12
-sign \x533F 12345-12
-sign \x7724 12345-12
-sign \x75C6 12345-12
-sign \x5804 12345-12
-sign \x60C4 12345-12
-sign \x7768 12345-12
-sign \x817B 12345-12
-sign \x6EBA 12345-12
-sign \x6135 12345-12
-sign \x5ADF 12345-12
-sign \x66B1 12345-12
-sign \x8ABD 1234-2456
-sign \x7E0C 12345-12
-sign \x81A9 12345-12
-sign \x61DD 23456-1245
-sign \x5B3A 12345-12
-sign \x62C8 12345-1234
-sign \x852B 12345-1234
-sign \x5E74 12345-1246
-sign \x79CA 12345-1246
-sign \x54D6 12345-1246
-sign \x59E9 12345-1246
-sign \x79E5 12345-1246
-sign \x9C87 12345-1246
-sign \x9CB6 12345-1246
-sign \x9B8E 12345-1246
-sign \x9D47 12345-1246
-sign \x9ECF 12345-1246
-sign \x9BF0 12345-1246
-sign \x637B 12345-12346
-sign \x6DF0 12345-12346
-sign \x8F87 12345-12346
-sign \x713E 12345-12346
-sign \x8F26 12345-12346
-sign \x64B5 12345-12346
-sign \x649A 12345-12346
-sign \x78BE 12345-12346
-sign \x7C10 12345-12346
-sign \x6506 12345-12346
-sign \x8E8E 12345-12346
-sign \x5344 12345-124
-sign \x5EFF 12345-124
-sign \x5FF5 12345-124
-sign \x57DD 12345-124
-sign \x5538 12345-124
-sign \x824C 12345-124
-sign \x5A18 12345-1456
-sign \x5B22 12345-1456
-sign \x917F 12345-145
-sign \x91B8 12345-1456
-sign \x91C0 12345-145
-sign \x9E1F 12345-12356
-sign \x8311 12345-12356
-sign \x8885 12345-12356
-sign \x9CE5 12345-12356
-sign \x88CA 12345-12356
-sign \x5ACB 12345-12356
-sign \x8526 12345-12356
-sign \x892D 12345-12356
-sign \x5B1D 12345-12356
-sign \x5B32 12345-12356
-sign \x5C3F 12345-125
-sign \x8132 12345-125
-sign \x634F 12345-234
-sign \x63D1 12345-234
-sign \x82F6 12345-24
-sign \x4E5C 12345-24
-sign \x8080 256-12
-sign \x5E07 12345-24
-sign \x573C 12345-24
-sign \x67BF 12345-24
-sign \x9667 12345-24
-sign \x8042 12345-24
-sign \x81EC 12345-24
-sign \x6D85 12345-24
-sign \x83CD 12345-24
-sign \x556E 12345-24
-sign \x60D7 12345-24
-sign \x9689 12345-24
-sign \x655C 12345-24
-sign \x6E7C 12345-24
-sign \x55EB 12345-24
-sign \x5D72 12345-24
-sign \x9269 125-1236
-sign \x8E02 12345-24
-sign \x69F7 12345-24
-sign \x8E19 12345-24
-sign \x8E17 12345-24
-sign \x565B 12345-24
-sign \x954A 12345-24
-sign \x954D 12345-24
-sign \x989E 12345-24
-sign \x5DAD 12345-24
-sign \x7BDE 12345-24
-sign \x81F2 12345-24
-sign \x931C 12345-24
-sign \x8E51 12345-24
-sign \x8076 12345-24
-sign \x5699 12345-24
-sign \x93B3 12345-24
-sign \x5B7D 12345-24
-sign \x5B7C 12345-24
-sign \x8616 12345-24
-sign \x7C4B 12345-24
-sign \x6AF1 12345-24
-sign \x9F67 12345-24
-sign \x56C1 12345-24
-sign \x7CF5 12345-24
-sign \x5DD5 12345-24
-sign \x8825 12345-24
-sign \x7CF1 12345-24
-sign \x56D3 12345-24
-sign \x8EA1 12345-24
-sign \x8B98 12345-24
-sign \x9477 12345-24
-sign \x9873 12345-24
-sign \x9480 12345-24
-sign \x810C 12345-13
-sign \x56DC 12345-16
-sign \x6041 1234-1
-sign \x60A8 12345-16
-sign \x62F0 12345-136
-sign \x5B81 12345-156
-sign \x549B 12345-156
-sign \x72DE 12345-156
-sign \x67E0 12345-156
-sign \x804D 12345-156
-sign \x5BD5 12345-156
-sign \x752F 12345-156
-sign \x5BCD 12345-156
-sign \x5BDC 12345-156
-sign \x5BE7 12345-156
-sign \x511C 12345-156
-sign \x51DD 12345-156
-sign \x85B4 12345-156
-sign \x5680 12345-156
-sign \x7370 12345-156
-sign \x5B23 12345-156
-sign \x6AB8 12345-156
-sign \x8079 12345-156
-sign \x944F 12345-156
-sign \x9B21 12345-156
-sign \x9E0B 12345-156
-sign \x62E7 12345-1356
-sign \x6A63 12345-1356
-sign \x64F0 12345-1356
-sign \x77C3 12345-1356
-sign \x4F5E 12345-15
-sign \x4FAB 12345-15
-sign \x6CDE 12345-15
-sign \x503F 12345-15
-sign \x5BD7 12345-15
-sign \x6F9D 12345-15
-sign \x6FD8 12345-15
-sign \x599E 12345-134
-sign \x725B 12345-146
-sign \x725C 12345-146
-sign \x6C7C 12345-146
-sign \x626D 12345-1346
-sign \x72C3 12345-1346
-sign \x6C91 35-146
-sign \x5FF8 12345-1346
-sign \x7EBD 12345-1346
-sign \x677B 12345-1346
-sign \x7084 12345-1346
-sign \x94AE 12345-1346
-sign \x83A5 12345-1346
-sign \x7D10 12345-1346
-sign \x9215 12345-1346
-sign \x9775 12345-1346
-sign \x62D7 12345-14
-sign \x519C 12346-156
-sign \x4FAC 12346-156
-sign \x54DD 12346-156
-sign \x6D53 12346-156
-sign \x8113 12346-156
-sign \x79FE 12346-156
-sign \x8FB2 12346-156
-sign \x8FB3 12346-156
-sign \x5102 12346-156
-sign \x857D 12346-156
-sign \x5665 12346-156
-sign \x6FC3 12346-156
-sign \x61B9 1234-1256
-sign \x6A82 12346-156
-sign \x81BF 12346-156
-sign \x71F6 12346-156
-sign \x79AF 12346-156
-sign \x7A60 12346-156
-sign \x7651 12346-156
-sign \x895B 12346-156
-sign \x91B2 12346-156
-sign \x6B01 12346-156
-sign \x7E77 12346-1356
-sign \x5F04 12346-15
-sign \x630A 12346-15
-sign \x6335 12346-15
-sign \x9F48 12346-15
-sign \x7FBA 1234-146
-sign \x5542 1-14
-sign \x69C8 1234-14
-sign \x8028 1234-14
-sign \x6ABD 1234-14
-sign \x9392 1234-14
-sign \x941E 1234-14
-sign \x8B73 1234-14
-sign \x5974 12346-126
-sign \x4F16 234-13456
-sign \x5B65 12346-126
-sign \x9A7D 12346-126
-sign \x782E 12346-1236
-sign \x7B2F 12346-126
-sign \x99D1 12346-126
-sign \x4F2E 12346-126
-sign \x52AA 12346-1236
-sign \x5F29 12346-1236
-sign \x80EC 12346-1236
-sign \x6012 12346-12
-sign \x5089 12346-12
-sign \x6419 12346-12
-sign \x597B 12346-1246
-sign \x6E1C 12346-12346
-sign \x6696 12346-12346
-sign \x7157 12346-12346
-sign \x992A 12346-12346
-sign \x759F 123456-24
-sign \x8650 123456-24
-sign \x7878 123456-24
-sign \x7627 123456-24
-sign \x9EC1 12346-16
-sign \x632A 12346-246
-sign \x689B 12346-246
-sign \x50A9 12346-246
-sign \x6A60 12346-246
-sign \x513A 12346-246
-sign \x8BFA 12346-24
-sign \x63BF 12346-24
-sign \x903D 12346-24
-sign \x558F 12346-24
-sign \x5827 356-1246
-sign \x6426 12346-24
-sign \x9518 12346-24
-sign \x6992 12346-24
-sign \x7A2C 12346-24
-sign \x643B 12346-246
-sign \x8E43 12346-24
-sign \x8AFE 12346-24
-sign \x9369 12346-24
-sign \x7CD1 12346-24
-sign \x5DBF 356-123
-sign \x61E6 12346-24
-sign \x61E7 12346-24
-sign \x7CE5 12346-24
-sign \x7A64 12346-24
-sign \x7CEF 12346-24
-sign \x5973 123456-1236
-sign \x9495 123456-1236
-sign \x7C79 123456-1236
-sign \x91F9 123456-1236
-sign \x8842 123456-12
-sign \x6067 123456-12
-sign \x8844 123456-12
-sign \x6712 123456-12
-sign \x5662 23456-1235
-sign \x54E6 23456-35
-sign \x8BB4 23456-134
-sign \x6CA4 23456-14
-sign \x74EF 23456-134
-sign \x6B27 23456-134
-sign \x6BB4 23456-134
-sign \x9E25 23456-134
-sign \x7B7D 23456-35
-sign \x5878 23456-134
-sign \x84F2 135-134
-sign \x6F1A 23456-134
-sign \x750C 23456-134
-sign \x6B50 23456-134
-sign \x6BC6 23456-134
-sign \x9D0E 23456-134
-sign \x8192 23456-134
-sign \x71B0 23456-134
-sign \x85F2 23456-134
-sign \x6AD9 23456-134
-sign \x8B33 23456-134
-sign \x93C2 23456-134
-sign \x9DD7 23456-134
-sign \x9F75 23456-146
-sign \x5455 23456-1346
-sign \x5418 23456-1346
-sign \x5076 23456-1346
-sign \x8162 23456-1346
-sign \x5614 23456-1346
-sign \x8026 23456-1346
-sign \x8545 23456-1346
-sign \x85D5 23456-1346
-sign \x6004 23456-14
-sign \x616A 23456-14
-sign \x5E0A 236-245
-sign \x5991 236-2345
-sign \x8DB4 236-2345
-sign \x7685 236-2345
-sign \x8225 236-2345
-sign \x556A 236-2345
-sign \x8469 236-2345
-sign \x6777 236-2456
-sign \x722C 236-2456
-sign \x94AF 24-23456
-sign \x8019 236-2456
-sign \x8DC1 236-2456
-sign \x7436 236-2456
-sign \x63B1 236-2456
-sign \x9200 236-2456
-sign \x7B62 236-2456
-sign \x6F56 236-2456
-sign \x5E15 236-245
-sign \x6015 236-245
-sign \x8899 236-245
-sign \x62CD 236-12345
-sign \x4FF3 236-12456
-sign \x6392 236-12456
-sign \x5F98 236-12456
-sign \x7305 236-12456
-sign \x68D1 236-12456
-sign \x724C 236-12456
-sign \x7B84 236-12456
-sign \x8F2B 236-12456
-sign \x7C30 236-12456
-sign \x7C32 236-12456
-sign \x72A4 24-12456
-sign \x54CC 236-1245
-sign \x6D3E 236-1245
-sign \x6E12 236-1245
-sign \x848E 236-1245
-sign \x6E43 236-1245
-sign \x9383 236-1245
-sign \x7705 236-1234
-sign \x8420 236-1234
-sign \x7568 236-1234
-sign \x6F58 236-1234
-sign \x6500 236-1234
-sign \x723F 236-1246
-sign \x76D8 236-1246
-sign \x84B0 236-1246
-sign \x5E4B 236-1246
-sign \x5ABB 236-1246
-sign \x69C3 236-1246
-sign \x642B 24-1234
-sign \x78D0 236-1246
-sign \x76E4 236-1246
-sign \x878C 24-1234
-sign \x8929 24-1234
-sign \x7E0F 236-1246
-sign \x8E52 236-1246
-sign \x8E63 236-1246
-sign \x87E0 236-1246
-sign \x939C 236-1246
-sign \x700A 236-1246
-sign \x97B6 236-1246
-sign \x51B8 236-124
-sign \x5224 236-124
-sign \x6C9C 236-124
-sign \x708D 236-124
-sign \x6CEE 236-124
-sign \x67C8 236-1246
-sign \x76FC 236-124
-sign \x7249 236-124
-sign \x53DB 236-124
-sign \x7554 236-124
-sign \x88A2 236-124
-sign \x8A4A 236-124
-sign \x6EBF 236-124
-sign \x9816 236-124
-sign \x92EC 236-124
-sign \x9D65 236-124
-sign \x897B 236-124
-sign \x947B 236-124
-sign \x4E53 236-1345
-sign \x6C97 236-1345
-sign \x80EE 236-1345
-sign \x96F1 236-1345
-sign \x6EC2 236-1345
-sign \x8196 236-1345
-sign \x9736 236-1345
-sign \x5390 236-1456
-sign \x5F77 236-1456
-sign \x5E9E 236-1456
-sign \x9004 236-1456
-sign \x65C1 236-1456
-sign \x5FAC 236-1456
-sign \x5ACE 236-1456
-sign \x8180 24-13456
-sign \x8783 236-1456
-sign \x7BE3 236-1456
-sign \x9F8E 236-1456
-sign \x9CD1 236-1456
-sign \x9AC8 24-13456
-sign \x9F90 236-1456
-sign \x9C1F 236-1456
-sign \x55D9 24-135
-sign \x802A 236-13456
-sign \x89AB 236-13456
-sign \x80D6 236-145
-sign \x629B 236-1235
-sign \x62CB 236-1235
-sign \x8422 236-1235
-sign \x812C 236-1235
-sign \x5228 236-1256
-sign \x5789 236-1256
-sign \x5486 236-1256
-sign \x72CD 236-1256
-sign \x5E96 236-1256
-sign \x722E 236-1256
-sign \x70B0 236-1256
-sign \x888D 236-1256
-sign \x530F 236-1256
-sign \x86AB 24-125
-sign \x8EF3 236-1256
-sign \x9784 236-1256
-sign \x891C 236-1256
-sign \x9E85 236-1256
-sign \x8DD1 236-12356
-sign \x5945 236-125
-sign \x6CE1 236-125
-sign \x70AE 236-125
-sign \x7832 236-125
-sign \x75B1 236-125
-sign \x76B0 236-125
-sign \x9EAD 236-125
-sign \x5697 24-246
-sign \x791F 236-125
-sign \x792E 236-125
-sign \x5478 236-345
-sign \x80A7 236-345
-sign \x600C 236-345
-sign \x67F8 24-345
-sign \x80DA 236-345
-sign \x8843 236-345
-sign \x9185 236-345
-sign \x962B 236-346
-sign \x966A 236-346
-sign \x57F9 236-346
-sign \x5A44 236-1346
-sign \x8D54 236-346
-sign \x6BF0 236-346
-sign \x952B 236-346
-sign \x88F4 236-346
-sign \x8CE0 236-346
-sign \x9307 236-346
-sign \x4FD6 236-3456
-sign \x4F02 236-34
-sign \x6C9B 236-34
-sign \x5E14 236-34
-sign \x4F69 236-34
-sign \x6622 236-24
-sign \x65BE 236-34
-sign \x59F5 236-34
-sign \x73EE 236-34
-sign \x914D 236-34
-sign \x65C6 236-34
-sign \x6D7F 236-34
-sign \x6DE0 2356-12
-sign \x84DC 236-34
-sign \x8F94 236-34
-sign \x99B7 236-34
-sign \x9708 236-34
-sign \x5D8F 236-34
-sign \x8F61 236-34
-sign \x55B7 236-13
-sign \x5674 236-13
-sign \x6FC6 236-13
-sign \x74EB 236-16
-sign \x76C6 236-16
-sign \x8450 236-16
-sign \x6E53 236-16
-sign \x5460 236-136
-sign \x7FF8 236-136
-sign \x6B55 236-13
-sign \x5309 236-135
-sign \x62A8 236-135
-sign \x6026 236-135
-sign \x6072 236-135
-sign \x7830 236-135
-sign \x6888 236-135
-sign \x70F9 236-135
-sign \x5F38 236-156
-sign \x8EEF 236-135
-sign \x959B 236-135
-sign \x6F30 236-135
-sign \x99CD 236-135
-sign \x562D 236-135
-sign \x78DE 236-135
-sign \x8283 236-156
-sign \x670B 236-156
-sign \x7AFC 236-156
-sign \x8391 236-156
-sign \x5017 236-156
-sign \x580B 236-156
-sign \x6DDC 236-156
-sign \x5F6D 236-156
-sign \x68DA 236-156
-sign \x6916 236-156
-sign \x5873 236-156
-sign \x6412 236-156
-sign \x585C 236-156
-sign \x84EC 236-156
-sign \x787C 236-156
-sign \x7A1D 236-156
-sign \x9E4F 236-156
-sign \x6A25 236-156
-sign \x69F0 236-156
-sign \x71A2 236-156
-sign \x8F23 236-156
-sign \x6F8E 236-156
-sign \x6189 236-156
-sign \x7BF7 236-156
-sign \x930B 236-156
-sign \x81A8 236-156
-sign \x97F8 236-156
-sign \x9AFC 236-156
-sign \x9B05 236-156
-sign \x87DA 236-156
-sign \x87DB 236-156
-sign \x8615 236-156
-sign \x9D6C 236-156
-sign \x97FC 236-156
-sign \x7E84 236-156
-sign \x9B14 236-156
-sign \x9A2F 236-156
-sign \x945D 236-156
-sign \x6367 236-1356
-sign \x768F 236-1356
-sign \x6DCE 236-1356
-sign \x527B 236-135
-sign \x63BD 236-15
-sign \x692A 236-15
-sign \x78B0 236-15
-sign \x8E2B 236-1246
-sign \x4E15 2356-123
-sign \x4F13 2356-123
-sign \x6279 2356-123
-sign \x90B3 2356-123
-sign \x4F3E 2356-123
-sign \x7EB0 2356-123
-sign \x576F 2356-123
-sign \x62B7 2356-123
-sign \x62AB 2356-123
-sign \x72C9 2356-123
-sign \x72D3 2356-123
-sign \x708B 2356-123
-sign \x6036 2356-123
-sign \x7812 2356-123
-sign \x79E0 2356-123
-sign \x79DB 2356-123
-sign \x7D15 2356-123
-sign \x801A 2356-123
-sign \x65C7 2356-123
-sign \x7FCD 2356-123
-sign \x8C7E 2356-123
-sign \x925F 2356-123
-sign \x9C8F 2356-126
-sign \x9294 2356-123
-sign \x9AEC 2356-123
-sign \x99D3 2356-123
-sign \x78C7 2356-123
-sign \x5288 2356-123
-sign \x8795 245-123
-sign \x567C 2356-123
-sign \x930D 2356-123
-sign \x9B7E 2356-123
-sign \x9303 2356-123
-sign \x61B5 2356-123
-sign \x7914 2356-123
-sign \x7915 2356-123
-sign \x9739 2356-123
-sign \x76AE 2356-126
-sign \x9630 2356-126
-sign \x8298 2356-126
-sign \x6787 2356-126
-sign \x6BDE 245-1236
-sign \x5CAF 2356-123
-sign \x80B6 2356-126
-sign \x6BD7 2356-126
-sign \x6BD8 2356-126
-sign \x868D 2356-126
-sign \x94CD 2356-126
-sign \x7B13 245-12
-sign \x90EB 2356-126
-sign \x75B2 2356-126
-sign \x9674 2356-126
-sign \x57E4 2356-12
-sign \x86BD 2356-126
-sign \x86BE 24-2346
-sign \x5564 2356-126
-sign \x5D25 2356-126
-sign \x8C7C 2356-126
-sign \x7308 236-12456
-sign \x7435 2356-126
-sign \x6911 24-345
-sign \x8157 2356-126
-sign \x813E 2356-126
-sign \x7137 2356-126
-sign \x9239 2356-126
-sign \x8731 2356-126
-sign \x7F74 2356-126
-sign \x818D 2356-126
-sign \x96A6 2356-126
-sign \x9B8D 2356-123
-sign \x7BFA 2356-126
-sign \x8C94 2356-126
-sign \x87B7 2356-126
-sign \x7F86 2356-126
-sign \x9F19 2356-126
-sign \x6707 2356-126
-sign \x882F 2356-126
-sign \x5339 2356-1236
-sign \x5E80 2356-1236
-sign \x572E 2356-1236
-sign \x4EF3 2356-1236
-sign \x82C9 2356-1236
-sign \x8134 2356-1236
-sign \x75DE 2356-1236
-sign \x92A2 2356-1236
-sign \x9D04 2356-1236
-sign \x8AC0 2356-1236
-sign \x64D7 2356-1236
-sign \x567D 2356-1236
-sign \x7656 2356-1236
-sign \x56AD 2356-1236
-sign \x5C41 2356-12
-sign \x63CA 2356-12
-sign \x7764 2356-12
-sign \x7765 2356-12
-sign \x8F9F 2356-12
-sign \x5AB2 2356-12
-sign \x5AD3 2356-12
-sign \x6F4E 2356-12
-sign \x50FB 2356-12
-sign \x58C0 2356-126
-sign \x6FBC 2356-12
-sign \x7513 2356-12
-sign \x7588 2356-12
-sign \x8B6C 2356-12
-sign \x95E2 2356-12
-sign \x9DFF 2356-12
-sign \x56E8 2356-1234
-sign \x504F 2356-1234
-sign \x5AA5 2356-1234
-sign \x728F 2356-1234
-sign \x7502 245-1234
-sign \x7BC7 2356-1234
-sign \x7FE9 2356-1234
-sign \x9342 2356-1234
-sign \x9A88 2356-1246
-sign \x80FC 2356-1246
-sign \x8141 2356-1246
-sign \x6969 2356-1246
-sign \x6944 2356-1246
-sign \x8CC6 2356-1246
-sign \x9ABF 2356-1246
-sign \x8ADA 2356-1246
-sign \x99E2 2356-1246
-sign \x8E41 2356-1246
-sign \x9A08 2356-1246
-sign \x8991 2356-12346
-sign \x8C1D 2356-12346
-sign \x8CB5 2356-12346
-sign \x8ADE 2356-12346
-sign \x7247 2356-124
-sign \x9A97 2356-124
-sign \x9B78 2356-124
-sign \x9A19 2356-124
-sign \x9A17 2356-124
-sign \x527D 2356-1235
-sign \x5F6F 2356-1235
-sign \x6F02 2356-1235
-sign \x7F25 2356-1235
-sign \x98D8 2356-1235
-sign \x7FF2 2356-1235
-sign \x87B5 2356-1235
-sign \x65DA 2356-1235
-sign \x7E39 2356-1235
-sign \x72A5 2356-1235
-sign \x98C4 2356-1235
-sign \x9B52 2356-1235
-sign \x98C3 2356-1235
-sign \x5AD6 2356-1256
-sign \x74E2 2356-1256
-sign \x85B8 2356-1256
-sign \x95DD 2356-1256
-sign \x6B8D 2356-12356
-sign \x779F 2356-12356
-sign \x7BFB 2356-12356
-sign \x91A5 2356-12356
-sign \x9860 2356-12356
-sign \x76AB 2356-12356
-sign \x7968 2356-125
-sign \x52E1 2356-125
-sign \x50C4 2356-125
-sign \x560C 2356-125
-sign \x5FB1 2356-125
-sign \x6153 2356-125
-sign \x6C15 2356-234
-sign \x66BC 2356-234
-sign \x77A5 2356-234
-sign \x4E3F 2356-2346
-sign \x82E4 2356-2346
-sign \x6487 2356-2346
-sign \x6486 2356-234
-sign \x9405 2356-2346
-sign \x5AF3 2356-24
-sign \x62DA 2356-13
-sign \x62FC 2356-13
-sign \x59D8 2356-13
-sign \x7917 2356-13
-sign \x7A66 2356-13
-sign \x99AA 2356-13
-sign \x9A5E 2356-13
-sign \x73AD 2356-16
-sign \x8D2B 2356-16
-sign \x5A26 2356-16
-sign \x8CA7 2356-16
-sign \x7415 2356-16
-sign \x9891 2356-16
-sign \x5AD4 2356-16
-sign \x983B 2356-16
-sign \x85B2 2356-16
-sign \x5B2A 2356-16
-sign \x77C9 2356-16
-sign \x56AC 2356-16
-sign \x8819 245-13
-sign \x98A6 2356-16
-sign \x9870 2356-16
-sign \x54C1 2356-136
-sign \x6980 2356-136
-sign \x6729 2356-1
-sign \x725D 2356-1
-sign \x6C56 2356-1
-sign \x8058 2356-1
-sign \x4E52 2356-135
-sign \x7539 2356-135
-sign \x4FDC 2356-135
-sign \x782F 2356-135
-sign \x6D84 2356-135
-sign \x5A09 2356-135
-sign \x8060 2356-156
-sign \x8275 2356-135
-sign \x9829 2356-135
-sign \x5196 2456-12
-sign \x5E73 2356-156
-sign \x8BC4 2356-156
-sign \x576A 2356-156
-sign \x82F9 2356-156
-sign \x546F 2356-156
-sign \x5CBC 2356-156
-sign \x51ED 2356-156
-sign \x90F1 2356-156
-sign \x6CD9 236-135
-sign \x73B6 2356-156
-sign \x8353 2356-156
-sign \x67B0 2356-156
-sign \x5E21 2356-156
-sign \x80D3 2356-156
-sign \x6D34 2356-156
-sign \x5C4F 2356-156
-sign \x74F6 2356-156
-sign \x840D 2356-156
-sign \x7851 236-135
-sign \x86B2 2356-156
-sign \x5E32 2356-156
-sign \x5C5B 2356-156
-sign \x5840 2356-156
-sign \x84F1 2356-156
-sign \x86E2 2356-156
-sign \x5E48 2356-156
-sign \x7F3E 2356-156
-sign \x7501 2356-156
-sign \x8A55 2356-156
-sign \x7129 2356-156
-sign \x8EFF 2356-156
-sign \x9C86 2356-156
-sign \x51F4 2356-156
-sign \x7AEE 2356-156
-sign \x8F27 2356-156
-sign \x7BB3 2356-156
-sign \x617F 2356-156
-sign \x9B83 2356-156
-sign \x6191 2356-156
-sign \x6A98 2356-156
-sign \x7C08 2356-156
-sign \x9D67 2356-126
-sign \x860B 2356-16
-sign \x6534 236-234
-sign \x948B 236-234
-sign \x5761 236-234
-sign \x5CA5 236-234
-sign \x6CFC 236-234
-sign \x91D9 236-234
-sign \x9887 236-234
-sign \x9166 236-234
-sign \x6E8C 236-234
-sign \x6F51 236-234
-sign \x91B1 236-234
-sign \x93FA 236-234
-sign \x5A46 236-246
-sign \x8522 236-246
-sign \x5619 236-246
-sign \x9131 236-246
-sign \x8B08 236-246
-sign \x76A4 236-246
-sign \x6AC7 236-246
-sign \x53F5 236-2346
-sign \x5C00 236-2346
-sign \x94B7 236-2346
-sign \x7B38 236-2346
-sign \x9255 236-2346
-sign \x99CA 236-2346
-sign \x5EF9 236-24
-sign \x5CB6 236-24
-sign \x8FEB 236-24
-sign \x73C0 236-24
-sign \x6540 236-24
-sign \x6D26 236-24
-sign \x7836 236-24
-sign \x7834 236-24
-sign \x54F1 24-234
-sign \x70DE 236-24
-sign \x7C95 236-24
-sign \x5964 236-24
-sign \x84AA 236-24
-sign \x9B44 236-24
-sign \x9817 236-234
-sign \x5256 236-134
-sign \x982E 126-34
-sign \x6294 236-146
-sign \x6299 236-146
-sign \x634A 236-146
-sign \x638A 236-146
-sign \x88D2 236-146
-sign \x7B81 236-146
-sign \x5485 236-1346
-sign \x7283 236-1346
-sign \x6251 236-123
-sign \x7087 236-123
-sign \x5DEC 236-23
-sign \x9660 236-123
-sign \x94FA 236-12
-sign \x75E1 236-123
-sign \x64B2 236-123
-sign \x5657 236-123
-sign \x92EA 236-12
-sign \x64C8 236-1236
-sign \x9BC6 236-123
-sign \x4EC6 236-123
-sign \x5724 236-126
-sign \x530D 236-126
-sign \x8386 236-126
-sign \x83E9 236-126
-sign \x812F 235-1236
-sign \x8461 236-126
-sign \x83D0 236-126
-sign \x84B1 236-126
-sign \x84B2 236-126
-sign \x8705 235-1236
-sign \x917A 236-126
-sign \x50D5 236-126
-sign \x58A3 236-126
-sign \x735B 236-126
-sign \x749E 236-126
-sign \x77A8 236-126
-sign \x9564 236-126
-sign \x7A59 236-126
-sign \x6FEE 236-126
-sign \x8D0C 236-126
-sign \x93F7 236-126
-sign \x7E80 236-126
-sign \x6734 236-1236
-sign \x57D4 236-1236
-sign \x5703 236-1236
-sign \x6D66 236-1236
-sign \x70F3 236-1236
-sign \x666E 236-1236
-sign \x5711 236-1236
-sign \x6EA5 236-1236
-sign \x669C 236-1236
-sign \x8C31 236-1236
-sign \x8AE9 236-1236
-sign \x6F7D 236-123
-sign \x6A38 236-1236
-sign \x6C06 236-1236
-sign \x6A8F 236-1236
-sign \x9568 236-1236
-sign \x8E7C 236-1236
-sign \x8B5C 236-1236
-sign \x9420 236-1236
-sign \x8216 236-12
-sign \x8217 236-12
-sign \x7011 236-1236
-sign \x66DD 236-12
-sign \x4E03 135-123
-sign \x8FC9 135-123
-sign \x6C8F 135-123
-sign \x59BB 135-123
-sign \x67D2 135-123
-sign \x6053 135-123
-sign \x6816 135-123
-sign \x6864 135-123
-sign \x90EA 135-123
-sign \x7F3C 1356-234
-sign \x51C4 135-123
-sign \x637F 135-123
-sign \x840B 135-123
-sign \x687C 135-123
-sign \x621A 135-123
-sign \x6DD2 135-123
-sign \x60BD 135-123
-sign \x5A38 135-123
-sign \x671E 135-123
-sign \x671F 135-123
-sign \x6B3A 135-123
-sign \x68F2 135-123
-sign \x7D2A 135-123
-sign \x50B6 135-123
-sign \x8904 135-123
-sign \x69BF 135-123
-sign \x5601 135-123
-sign \x50DB 135-123
-sign \x6F06 135-123
-sign \x617D 135-123
-sign \x7DC0 135-123
-sign \x617C 135-123
-sign \x8AC6 135-123
-sign \x970B 135-123
-sign \x8AFF 1256-1236
-sign \x8E4A 125-123
-sign \x9B4C 135-123
-sign \x9D78 135-126
-sign \x9D88 135-123
-sign \x93DA 135-123
-sign \x4E93 135-126
-sign \x9F50 135-126
-sign \x7941 135-126
-sign \x573B 135-126
-sign \x82AA 135-126
-sign \x5C90 135-126
-sign \x5C93 135-126
-sign \x5E88 135-16
-sign \x5FEF 135-126
-sign \x5176 135-126
-sign \x5947 135-126
-sign \x6B67 135-126
-sign \x80B5 135-126
-sign \x6589 135-126
-sign \x7948 135-126
-sign \x7947 135-126
-sign \x4E9D 135-126
-sign \x834E 134-126
-sign \x8360 15-12
-sign \x75A7 135-126
-sign \x7AD2 135-126
-sign \x8006 135-126
-sign \x5258 135-126
-sign \x8691 135-126
-sign \x869A 135-126
-sign \x8694 135-126
-sign \x501B 135-123
-sign \x9880 135-126
-sign \x8110 135-126
-sign \x658A 135-126
-sign \x65C2 135-126
-sign \x6391 135-126
-sign \x57FC 135-126
-sign \x8401 135-126
-sign \x8EDD 135-126
-sign \x7566 135-126
-sign \x8DC2 135-126
-sign \x5E3A 135-126
-sign \x5D0E 135-126
-sign \x91EE 135-126
-sign \x7309 135-126
-sign \x6DC7 135-126
-sign \x9A90 135-126
-sign \x9A91 135-126
-sign \x742A 135-126
-sign \x7426 135-126
-sign \x68CA 135-126
-sign \x68CB 135-126
-sign \x86F4 135-126
-sign \x5D5C 135-126
-sign \x797A 135-126
-sign \x7881 135-126
-sign \x7895 135-126
-sign \x951C 135-126
-sign \x9B3E 15-12
-sign \x9B3F 135-126
-sign \x980E 135-126
-sign \x612D 135-126
-sign \x8900 135-126
-sign \x871D 135-126
-sign \x7DA6 135-126
-sign \x871E 135-126
-sign \x9F4A 135-126
-sign \x65D7 135-126
-sign \x7CB8 135-126
-sign \x7DA8 135-126
-sign \x7DA5 135-126
-sign \x7DD5 145-123
-sign \x7482 135-126
-sign \x8572 135-126
-sign \x8E11 15-123
-sign \x79A5 135-126
-sign \x87A7 135-126
-sign \x9CAF 135-126
-sign \x85C4 135-126
-sign \x9BA8 25-12
-sign \x6FDD 135-126
-sign \x61E0 15-12
-sign \x9A0F 135-126
-sign \x9A0E 135-126
-sign \x6AC0 135-126
-sign \x6AB1 135-126
-sign \x7C31 135-126
-sign \x81CD 135-126
-sign \x9CCD 135-126
-sign \x8604 135-126
-sign \x9D80 135-126
-sign \x9BD5 135-126
-sign \x9E92 135-126
-sign \x9B10 135-126
-sign \x8810 135-126
-sign \x7C4F 135-126
-sign \x8269 135-126
-sign \x7E83 135-126
-sign \x9A39 135-126
-sign \x9B55 135-126
-sign \x9C2D 135-126
-sign \x7382 135-126
-sign \x9EA1 135-126
-sign \x4E5E 135-1236
-sign \x9094 135-1236
-sign \x8291 135-1236
-sign \x5C7A 135-1236
-sign \x5C82 135-1236
-sign \x4F01 135-1236
-sign \x7398 135-1236
-sign \x675E 135-1236
-sign \x76C0 135-1236
-sign \x5447 135-1236
-sign \x542F 135-1236
-sign \x8D77 135-1236
-sign \x5518 135-1236
-sign \x8C48 135-1236
-sign \x5554 135-1236
-sign \x555F 135-1236
-sign \x5553 135-1236
-sign \x5A4D 135-1236
-sign \x7EEE 135-1236
-sign \x68E8 135-1236
-sign \x6675 135-1236
-sign \x88FF 25-1236
-sign \x7DAE 135-156
-sign \x7DBA 135-1236
-sign \x8AEC 135-1236
-sign \x7C2F 135-1236
-sign \x95D9 135-1236
-sign \x6C14 135-12
-sign \x8BAB 135-12
-sign \x6C17 135-12
-sign \x8FC4 135-12
-sign \x6C54 135-12
-sign \x829E 135-12
-sign \x77F5 135-12
-sign \x5F03 135-12
-sign \x6C7D 135-12
-sign \x7081 135-12
-sign \x76F5 135-12
-sign \x6CE3 135-12
-sign \x5951 135-12
-sign \x780C 135-12
-sign \x54A0 135-12
-sign \x6814 135-12
-sign \x6C23 135-12
-sign \x8A16 135-12
-sign \x552D 135-12
-sign \x6B2B 135-12
-sign \x847A 135-12
-sign \x5921 135-12
-sign \x68C4 135-12
-sign \x6E46 135-12
-sign \x6E47 135-12
-sign \x6112 13-1245
-sign \x789B 135-12
-sign \x78B6 135-12
-sign \x66A3 135-12
-sign \x7508 135-12
-sign \x69ED 135-12
-sign \x5650 135-12
-sign \x6187 135-12
-sign \x78E7 135-12
-sign \x78E9 135-12
-sign \x78DC 135-12
-sign \x5668 135-12
-sign \x61A9 135-12
-sign \x85BA 15-12
-sign \x87FF 135-12
-sign \x7F4A 135-12
-sign \x7918 23456-24
-sign \x9F1C 135-12
-sign \x6390 135-2345
-sign \x845C 135-2345
-sign \x6118 13-24
-sign \x6433 126-2456
-sign \x62E4 135-23456
-sign \x5CE0 135-23456
-sign \x9160 135-23456
-sign \x8DD2 135-23456
-sign \x9790 135-23456
-sign \x5736 135-245
-sign \x51BE 135-245
-sign \x5E22 135-245
-sign \x6D3D 135-245
-sign \x6070 135-245
-sign \x7848 135-245
-sign \x6B8E 135-245
-sign \x9AC2 135-245
-sign \x5343 135-1234
-sign \x4EDF 135-1234
-sign \x9621 135-1234
-sign \x5732 135-1234
-sign \x6266 135-1234
-sign \x828A 135-1234
-sign \x8FC1 135-1234
-sign \x5731 135-1234
-sign \x6C58 135-1234
-sign \x5977 135-1234
-sign \x833E 135-1234
-sign \x6744 135-1234
-sign \x5C8D 135-1234
-sign \x4F65 135-1234
-sign \x6C67 135-1234
-sign \x81E4 135-1234
-sign \x948E 135-1234
-sign \x6B26 135-1234
-sign \x7ACF 135-1234-124-135
-sign \x62EA 135-1234
-sign \x7275 135-1234
-sign \x7C81 135-1234
-sign \x8688 135-1234
-sign \x94C5 135-1234
-sign \x8C38 135-1234
-sign \x60AD 135-1234
-sign \x5B6F 135-1234
-sign \x5A5C 135-1234
-sign \x91FA 135-1234
-sign \x727D 135-1234
-sign \x96C3 15-1234
-sign \x6394 135-1234
-sign \x9206 135-1234
-sign \x8C26 135-1234
-sign \x7B7E 135-1234
-sign \x6106 135-1234
-sign \x925B 135-1234
-sign \x50C9 135-1234
-sign \x9E50 135-1234
-sign \x647C 13-135
-sign \x6481 135-1234
-sign \x7B9E 135-1234
-sign \x6173 135-1234
-sign \x6434 135-1234
-sign \x9CFD 15-1234
-sign \x9077 135-1234
-sign \x8AD0 135-1234
-sign \x8930 135-1234
-sign \x8B19 135-1234
-sign \x9845 135-1234
-sign \x6AB6 135-1234
-sign \x6511 135-1234
-sign \x6510 135-1234
-sign \x6ACF 135-1234
-sign \x7C3D 135-1234
-sign \x9D6E 135-1234
-sign \x6513 135-1234
-sign \x9431 15-124
-sign \x9DBC 15-1234
-sign \x9B1D 135-1234
-sign \x9B1C 135-1234
-sign \x7C64 135-1234
-sign \x97C6 135-1234
-sign \x74E9 135-1234-26-23456
-sign \x5C92 135-1246
-sign \x62D1 135-1246
-sign \x94A4 135-1246
-sign \x524D 135-1246
-sign \x6B6C 135-1246
-sign \x8654 135-1246
-sign \x94B1 135-1246
-sign \x94B3 135-1246
-sign \x63AE 135-1246
-sign \x4E7E 1-1234
-sign \x8EE1 135-1246
-sign \x5042 135-1234
-sign \x6701 135-1246
-sign \x9210 135-1246
-sign \x5A8A 135-1246
-sign \x9257 135-1246
-sign \x9246 1456-1234
-sign \x5898 135-1246
-sign \x69A9 135-1246
-sign \x7B9D 135-1246
-sign \x92AD 135-1246
-sign \x8541 135-1246
-sign \x7FAC 135-1246
-sign \x6F5C 135-1246
-sign \x6F5B 135-1246
-sign \x6A6C 135-1246
-sign \x9ED4 135-1246
-sign \x9322 135-1246
-sign \x9EDA 135-1246
-sign \x9A1D 135-1246
-sign \x9A1A 135-1246
-sign \x6FF3 135-1246
-sign \x7C56 135-1246
-sign \x9C2C 135-1246
-sign \x704A 135-1246
-sign \x51F5 13-12346
-sign \x80B7 135-12346
-sign \x6D45 135-12346
-sign \x6DFA 135-12346
-sign \x9063 135-12346
-sign \x5D70 135-12346
-sign \x69CF 135-12346
-sign \x8738 135-12346
-sign \x8C34 135-12346
-sign \x7F31 135-12346
-sign \x7E7E 135-12346
-sign \x8B74 135-12346
-sign \x9453 135-12346
-sign \x6B20 135-124
-sign \x520B 135-124
-sign \x82A1 135-124
-sign \x831C 135-124
-sign \x5029 135-124
-sign \x6093 135-124
-sign \x5811 135-124
-sign \x68C8 135-124
-sign \x6920 135-124
-sign \x5D4C 135-124
-sign \x84A8 135-124
-sign \x7698 135-124
-sign \x614A 135-124
-sign \x8533 135-124
-sign \x5879 135-124
-sign \x6B49 135-124
-sign \x8F24 135-124
-sign \x69E7 135-124
-sign \x7BCF 135-124
-sign \x5119 135-124
-sign \x7BDF 135-124
-sign \x58CD 135-124
-sign \x5B31 135-124
-sign \x7E34 135-124
-sign \x93F2 135-1234
-sign \x9C1C 15-1234
-sign \x7F8C 135-1345
-sign \x73B1 135-1345
-sign \x67AA 135-1345
-sign \x6217 135-1345
-sign \x6215 135-1345
-sign \x65A8 135-1345
-sign \x7F97 135-1345
-sign \x7310 135-1345
-sign \x7437 1356-24
-sign \x554C 135-1345
-sign \x690C 135-1345
-sign \x55F4 135-1345
-sign \x8154 135-1345
-sign \x7347 135-1345
-sign \x6EAC 135-1345
-sign \x8723 135-1345
-sign \x9516 135-1345
-sign \x7472 135-1345
-sign \x69CD 135-1345
-sign \x5D88 135-1345
-sign \x9535 135-1345
-sign \x6227 135-1345
-sign \x7FAB 135-1345
-sign \x7244 135-1345
-sign \x7BEC 135-1345
-sign \x9306 135-1345
-sign \x8B12 135-1345
-sign \x8E61 135-1345
-sign \x9397 135-1345
-sign \x93D8 135-1345
-sign \x5F37 135-1456
-sign \x5F3A 135-1456
-sign \x5899 135-1456
-sign \x8537 135-1456
-sign \x5AF1 135-1456
-sign \x8503 135-1456
-sign \x6A2F 135-1456
-sign \x6F12 135-1456
-sign \x58BB 135-1456
-sign \x8594 135-1456
-sign \x5EE7 135-1456
-sign \x5B19 135-1456
-sign \x6AA3 135-1456
-sign \x7246 135-1456
-sign \x8262 135-1456
-sign \x8620 135-1456
-sign \x62A2 135-13456
-sign \x7F9F 135-13456
-sign \x6436 135-13456
-sign \x7FA5 135-13456
-sign \x6464 135-1345
-sign \x52E5 15-145
-sign \x588F 135-13456
-sign \x956A 135-1345
-sign \x8941 135-13456
-sign \x7E48 135-13456
-sign \x7E66 135-13456
-sign \x93F9 135-1345
-sign \x545B 135-145
-sign \x709D 135-145
-sign \x5534 135-145
-sign \x8DC4 135-145
-sign \x55C6 135-145
-sign \x7197 135-145
-sign \x8E4C 135-145
-sign \x7FBB 135-145
-sign \x6084 135-12356
-sign \x7857 135-1235
-sign \x90FB 135-1235
-sign \x8DF7 135-1235
-sign \x9125 135-1235
-sign \x8E0D 135-1235
-sign \x9539 135-1235
-sign \x5281 135-1235
-sign \x6572 135-1235
-sign \x6BC3 135-1235
-sign \x589D 135-1235
-sign \x981D 135-1235
-sign \x6A47 135-1235
-sign \x5E67 135-1235
-sign \x71C6 135-1235
-sign \x7F32 135-1235
-sign \x6A7E 1246-123
-sign \x78FD 135-1235
-sign \x936B 135-1235
-sign \x936C 135-1235
-sign \x7E51 135-1235
-sign \x8DAC 135-1235
-sign \x8E7A 135-1235
-sign \x8E7B 135-1235
-sign \x4E54 135-1256
-sign \x4FA8 135-1256
-sign \x835E 135-1256
-sign \x834D 135-1256
-sign \x5CE4 135-1256
-sign \x6865 135-1256
-sign \x785A 135-1256
-sign \x55AC 135-1256
-sign \x9121 135-1235
-sign \x69D7 135-1256
-sign \x50D1 135-1256
-sign \x8C2F 135-1256
-sign \x58A7 135-1256
-sign \x9792 135-1256
-sign \x854E 135-1256
-sign \x563A 135-1256
-sign \x5DA0 135-1256
-sign \x6194 135-1256
-sign \x5AF6 135-1256
-sign \x6A4B 135-1256
-sign \x6A35 135-1256
-sign \x729E 135-1256
-sign \x7904 135-1256
-sign \x77A7 135-1256
-sign \x7644 135-1256
-sign \x8DAB 135-1256
-sign \x85EE 135-1256
-sign \x8B59 135-1256
-sign \x9408 135-1256
-sign \x97BD 135-1256
-sign \x9866 135-1256
-sign \x5DE7 135-12356
-sign \x91E5 135-12356
-sign \x6100 135-12356
-sign \x9ADC 135-12356
-sign \x4FCF 135-125
-sign \x8BEE 135-125
-sign \x9657 135-125
-sign \x5CED 135-125
-sign \x5E29 135-125
-sign \x7A8D 135-125
-sign \x6BBC 13-246
-sign \x7FD8 135-125
-sign \x8E03 125-1235
-sign \x8A9A 135-125
-sign \x9ADA 135-125
-sign \x64AC 135-125
-sign \x50FA 135-125
-sign \x58BD 135-1235
-sign \x64BD 135-125
-sign \x9798 135-125
-sign \x97D2 135-125
-sign \x7FF9 135-125
-sign \x97A9 135-125
-sign \x7AC5 135-125
-sign \x8E88 135-125
-sign \x5207 135-234
-sign \x82C6 135-234
-sign \x767F 135-246
-sign \x8304 135-246
-sign \x807A 135-246
-sign \x4E14 135-2346
-sign \x5392 135-24
-sign \x90C4 135-24
-sign \x59BE 135-24
-sign \x602F 135-24
-sign \x5327 135-24
-sign \x7A83 135-24
-sign \x6D2F 135-24
-sign \x6308 135-24
-sign \x5022 15-246
-sign \x608F 135-24
-sign \x7B21 135-24
-sign \x6DC1 135-24
-sign \x60EC 135-24
-sign \x86EA 135-24
-sign \x8D84 135-24
-sign \x611C 135-24
-sign \x6705 135-24
-sign \x9532 135-24
-sign \x7BA7 135-24
-sign \x9B65 15-12
-sign \x7DC1 135-24
-sign \x8E25 135-24
-sign \x7BCB 135-24
-sign \x85D2 135-24
-sign \x7A55 135-24
-sign \x9365 135-24
-sign \x9BDC 135-24
-sign \x9411 135-24
-sign \x7C61 135-24
-sign \x7ACA 135-24
-sign \x94A6 135-13
-sign \x4FB5 135-13
-sign \x4EB2 135-13
-sign \x887E 135-13
-sign \x9A8E 135-13
-sign \x83F3 135-13
-sign \x5D5A 135-13
-sign \x5A87 135-13
-sign \x7D85 135-13
-sign \x8A9B 135-13
-sign \x5D94 135-13
-sign \x99F8 135-13
-sign \x9849 135-13
-sign \x9BBC 135-13
-sign \x5BF4 135-13
-sign \x6272 135-1246
-sign \x82B9 135-16
-sign \x82A9 135-16
-sign \x5FF4 135-1246
-sign \x79E6 135-16
-sign \x73E1 135-16
-sign \x57C1 1345-16
-sign \x8039 135-16
-sign \x83E6 135-16
-sign \x8699 135-1246
-sign \x6366 135-16
-sign \x7439 135-16
-sign \x7434 135-16
-sign \x9219 135-16
-sign \x922B 135-16
-sign \x79BD 135-16
-sign \x96C2 135-16
-sign \x52E4 135-16
-sign \x9772 135-16
-sign \x55EA 135-16
-sign \x6EB1 14-13
-sign \x5AC0 135-16
-sign \x64D2 135-16
-sign \x65B3 135-16
-sign \x5659 135-16
-sign \x9CF9 135-16
-sign \x6A8E 135-16
-sign \x8793 135-16
-sign \x763D 135-16
-sign \x6FBF 135-16
-sign \x61C4 135-16
-sign \x61C3 135-16
-sign \x8804 135-16
-sign \x9D6D 135-16
-sign \x5745 135-136
-sign \x6611 135-136
-sign \x7B09 135-136
-sign \x8D7E 135-136
-sign \x8D7A 25-136
-sign \x68AB 135-136
-sign \x9513 135-136
-sign \x5BD1 135-136
-sign \x5BDD 135-136
-sign \x5BE2 135-136
-sign \x92DF 135-136
-sign \x87BC 135-136
-sign \x628B 135-1
-sign \x5423 135-1
-sign \x6C81 135-1
-sign \x5422 135-1
-sign \x551A 135-1
-sign \x83E3 135-1
-sign \x63FF 135-1
-sign \x6407 135-1
-sign \x64B3 135-1
-sign \x85FD 135-1
-sign \x7019 135-1
-sign \x9752 135-135
-sign \x9751 135-135
-sign \x8F7B 135-135
-sign \x6C22 135-135
-sign \x90EC 135-135
-sign \x503E 135-135
-sign \x537F 135-135
-sign \x57E5 135-135
-sign \x570A 135-135
-sign \x6C2B 135-135
-sign \x5EBC 135-1356
-sign \x6E05 135-135
-sign \x6DF8 135-135
-sign \x5BC8 135-135
-sign \x8EFD 135-135
-sign \x50BE 135-135
-sign \x8F15 135-135
-sign \x873B 135-135
-sign \x7DAA 135-124
-sign \x6F00 135-1356
-sign \x9CAD 135-135
-sign \x9D84 135-135
-sign \x9BD6 135-135
-sign \x944B 135-135
-sign \x591D 135-156
-sign \x7520 135-156
-sign \x52CD 135-156
-sign \x5568 25-135
-sign \x60C5 135-156
-sign \x68FE 135-156
-sign \x6674 135-156
-sign \x6C30 135-156
-sign \x6692 135-156
-sign \x6A08 135-156
-sign \x6AA0 135-156
-sign \x64CE 135-156
-sign \x9EE5 135-156
-sign \x82D8 135-1356
-sign \x9877 135-1356
-sign \x8BF7 135-1356
-sign \x9803 135-1356
-sign \x5ECE 135-1356
-sign \x8ACB 135-1356
-sign \x8B26 135-1356
-sign \x6ABE 135-1356
-sign \x5E86 135-15
-sign \x51CA 135-15
-sign \x6385 135-15
-sign \x6BB8 135-15
-sign \x7883 135-15
-sign \x9758 135-15
-sign \x7B90 135-15
-sign \x6176 135-15
-sign \x78EC 135-15
-sign \x89AA 135-13
-sign \x7F44 135-15
-sign \x512C 135-15
-sign \x6FEA 135-15
-sign \x6AE6 135-15
-sign \x536D 1356-156
-sign \x909B 1356-156
-sign \x5B86 1356-156
-sign \x7A77 1356-156
-sign \x8315 1356-156
-sign \x7A79 1356-156
-sign \x684F 1356-156
-sign \x8D79 1356-156
-sign \x7B3B 1356-156
-sign \x7B47 1356-156
-sign \x743C 1356-156
-sign \x86E9 1356-156
-sign \x86EC 1356-156
-sign \x712D 1356-156
-sign \x712A 1356-156
-sign \x60F8 1356-156
-sign \x8DEB 1356-156
-sign \x7758 1356-156
-sign \x7162 1356-156
-sign \x718D 1356-156
-sign \x928E 1356-156
-sign \x7AAE 1356-156
-sign \x6A69 1356-156
-sign \x511D 1356-156
-sign \x618C 1356-156
-sign \x85D1 1356-156
-sign \x74CA 1356-156
-sign \x85ED 1356-156
-sign \x7AC6 1356-156
-sign \x74D7 26-3456
-sign \x4E18 135-134
-sign \x4E20 135-134
-sign \x90B1 135-134
-sign \x5775 135-134
-sign \x79CB 135-134
-sign \x79CC 135-134
-sign \x6058 135-134
-sign \x86AF 135-134
-sign \x8429 135-134
-sign \x5A9D 135-134
-sign \x6E6B 135-134
-sign \x6978 135-134
-sign \x9E59 135-134
-sign \x8775 135-134
-sign \x7BCD 135-134
-sign \x7DE7 135-134
-sign \x8DA5 135-134
-sign \x7A50 135-134
-sign \x9CC5 135-134
-sign \x97A6 135-134
-sign \x97A7 135-134
-sign \x87D7 135-134
-sign \x8612 135-134
-sign \x9D96 135-134
-sign \x9C0D 135-134
-sign \x9C0C 135-134
-sign \x9F9D 135-134
-sign \x53B9 135-146
-sign \x738C 135-146
-sign \x624F 135-146
-sign \x56DA 135-146
-sign \x53F4 135-146
-sign \x72B0 135-146
-sign \x6739 135-146
-sign \x808D 135-146
-sign \x6C53 135-146
-sign \x6C42 135-146
-sign \x866C 135-146
-sign \x866F 135-146
-sign \x6CC5 135-146
-sign \x4FC5 135-146
-sign \x91D3 1-2456
-sign \x89D3 135-146
-sign \x8A04 135-146
-sign \x8A05 135-146
-sign \x914B 135-146
-sign \x838D 135-146
-sign \x9011 135-146
-sign \x900E 135-146
-sign \x5512 135-146
-sign \x91DA 135-146
-sign \x6D57 135-146
-sign \x7D0C 135-146
-sign \x7403 135-146
-sign \x6882 135-146
-sign \x6B8F 135-146
-sign \x8D47 135-146
-sign \x6BEC 135-146
-sign \x91FB 135-146
-sign \x76DA 135-146
-sign \x76B3 135-146
-sign \x5D37 135-146
-sign \x9052 135-146
-sign \x6E6D 135-146
-sign \x6E1E 135-146
-sign \x5DEF 135-146
-sign \x88D8 135-146
-sign \x86F7 135-146
-sign \x716A 135-146
-sign \x7D7F 135-146
-sign \x5DF0 135-146
-sign \x8CD5 135-146
-sign \x89E9 135-146
-sign \x7486 135-146
-sign \x8764 135-146
-sign \x92B6 135-146
-sign \x9F3D 135-146
-sign \x9B82 135-146
-sign \x9BC4 135-146
-sign \x8824 135-146
-sign \x9C3D 135-146
-sign \x641D 135-1346
-sign \x7CD7 135-1346
-sign \x533A 1356-123
-sign \x5324 1356-123
-sign \x5C96 1356-123
-sign \x4F49 1356-123
-sign \x4F39 1356-123
-sign \x8BCE 1356-123
-sign \x9639 1356-123
-sign \x9A71 1356-123
-sign \x62BE 1356-123
-sign \x5CB4 1356-123
-sign \x5C48 1356-123
-sign \x80E0 1356-123
-sign \x6D40 1356-123
-sign \x795B 1356-123
-sign \x88AA 1356-123
-sign \x5340 1356-123
-sign \x86C6 1356-123
-sign \x8EAF 1356-123
-sign \x7D36 1356-123
-sign \x8D8B 1356-123
-sign \x86D0 1356-123
-sign \x7B41 1356-123
-sign \x8A58 1356-123
-sign \x7CAC 1356-123
-sign \x99C6 1356-123
-sign \x5D87 1356-123
-sign \x6188 1356-123
-sign \x9EB9 1356-123
-sign \x99C8 1356-123
-sign \x657A 1356-123
-sign \x8AB3 1356-123
-sign \x9AF7 1356-123
-sign \x9B7C 1356-123
-sign \x8DA8 1356-123
-sign \x9EAF 1356-123
-sign \x8EC0 1356-123
-sign \x9EB4 1356-123
-sign \x9EE2 1356-123
-sign \x9A45 1356-123
-sign \x9C38 1356-123
-sign \x9C4B 1356-123
-sign \x4F62 1356-126
-sign \x52AC 1356-126
-sign \x6710 1356-126
-sign \x65AA 1356-126
-sign \x80CA 1356-126
-sign \x83C3 1356-126
-sign \x8850 1356-126
-sign \x9E32 1356-126
-sign \x6E20 1356-126
-sign \x6DED 1356-126
-sign \x7FD1 1356-126
-sign \x7D47 1356-126
-sign \x844B 1356-126
-sign \x8EE5 1356-126
-sign \x8556 1356-126
-sign \x7496 1356-126
-sign \x78F2 1356-126
-sign \x87B6 1356-126
-sign \x9D1D 1356-126
-sign \x74A9 1356-126
-sign \x87DD 1356-126
-sign \x7FF5 1356-126
-sign \x77BF 1356-126
-sign \x9F29 1356-126
-sign \x8627 1356-126
-sign \x5337 156-246
-sign \x5FC2 1356-126
-sign \x7048 1356-126
-sign \x6B0B 1356-126
-sign \x6235 1356-126
-sign \x6C0D 1356-126
-sign \x7C67 1356-126
-sign \x81DE 1356-126
-sign \x766F 1356-126
-sign \x8837 1356-126
-sign \x8862 1356-126
-sign \x8EA3 1356-126
-sign \x883C 1356-126
-sign \x947A 1356-126
-sign \x9E1C 1356-126
-sign \x66F2 1356-123
-sign \x53D6 1356-1236
-sign \x5A36 1356-1236
-sign \x8A53 1356-1236
-sign \x7AEC 1356-1236
-sign \x877A 1356-1236
-sign \x9F8B 1356-1236
-sign \x9F72 1356-1236
-sign \x53BB 1356-12
-sign \x53BA 1356-12
-sign \x521E 1356-12
-sign \x8FF2 1356-12
-sign \x547F 13-2345
-sign \x90E5 24-34
-sign \x801D 1356-12
-sign \x9612 1356-12
-sign \x8DA3 1356-12
-sign \x89D1 1356-12
-sign \x95B4 1356-12
-sign \x9EAE 1356-12
-sign \x95C3 1356-12
-sign \x9F01 1356-12
-sign \x89B7 1356-12
-sign \x89B0 1356-12
-sign \x89BB 1356-12
-sign \x594D 1356-1234
-sign \x5CD1 1356-1246
-sign \x606E 1356-1246
-sign \x609B 1356-1234
-sign \x5708 1356-1234
-sign \x68EC 1356-1234
-sign \x570F 1356-1234
-sign \x99E9 1356-1246
-sign \x9A21 1356-1246
-sign \x9409 1356-1234
-sign \x6743 1356-1246
-sign \x5168 1356-1246
-sign \x4F7A 1356-1246
-sign \x8BE0 1356-1246
-sign \x8343 1356-1246
-sign \x6CC9 1356-1246
-sign \x6D24 1356-1246
-sign \x59FE 1356-1246
-sign \x8F81 1356-1246
-sign \x7277 1356-1246
-sign \x62F3 1356-1246
-sign \x57E2 1356-1246
-sign \x7842 1356-1246
-sign \x5573 1356-1246
-sign \x94E8 1356-1246
-sign \x75CA 1356-1246
-sign \x60D3 1356-1246
-sign \x5A58 1356-1246
-sign \x8472 1356-1246
-sign \x7288 1356-1246
-sign \x7B4C 1356-1246
-sign \x8143 1356-1234
-sign \x6E76 1356-1246
-sign \x7D5F 1356-1246
-sign \x7454 1356-1246
-sign \x643C 1356-1246
-sign \x697E 1356-1246
-sign \x8F07 1356-1246
-sign \x8DE7 1356-1246
-sign \x8A6E 1356-1246
-sign \x89E0 1356-1246
-sign \x8737 1356-1246
-sign \x9293 1356-1246
-sign \x6A29 1356-1246
-sign \x8E21 1356-1246
-sign \x919B 1356-1246
-sign \x7E13 1356-1246
-sign \x95CE 1356-1246
-sign \x9CC8 1356-1246
-sign \x9B08 1356-1246
-sign \x5DCF 1356-1246
-sign \x9C01 1356-1246
-sign \x5B49 1356-1246
-sign \x6B0A 1356-1246
-sign \x9F64 1356-1246
-sign \x98A7 1356-1246
-sign \x8838 1356-1246
-sign \x9874 1356-1246
-sign \x72AC 1356-12346
-sign \x6C71 234-1245
-sign \x753D 1356-12346
-sign \x754E 1356-12346
-sign \x70C7 1356-12346
-sign \x7EFB 1356-12346
-sign \x7DA3 1356-12346
-sign \x8647 1356-12346
-sign \x529D 1356-124
-sign \x5238 1356-124
-sign \x7276 1356-124
-sign \x6926 1356-124
-sign \x52E7 1356-124
-sign \x97CF 1356-124
-sign \x52F8 1356-124
-sign \x7094 1356-234
-sign \x7F3A 1356-234
-sign \x849B 1356-234
-sign \x95D5 1356-24
-sign \x7638 1356-246
-sign \x5374 1356-24
-sign \x537B 1356-24
-sign \x57C6 1356-24
-sign \x5D05 1356-24
-sign \x96BA 12-24
-sign \x60AB 1356-24
-sign \x96C0 1356-24
-sign \x785E 1356-24
-sign \x786E 1356-24
-sign \x8203 125-12
-sign \x9615 1356-24
-sign \x5859 1356-24
-sign \x6409 1356-24
-sign \x9E4A 1356-24
-sign \x76B5 1356-24
-sign \x788F 1356-24
-sign \x9619 1356-24
-sign \x6128 1356-24
-sign \x69B7 1356-24
-sign \x8D9E 1356-24
-sign \x6164 1356-24
-sign \x78BB 135-1235
-sign \x78BA 1356-24
-sign \x95CB 1356-24
-sign \x71E9 1356-24
-sign \x7910 1356-24
-sign \x9D72 1356-24
-sign \x792D 1356-24
-sign \x590B 1356-13
-sign \x56F7 1356-13
-sign \x5CEE 1356-13
-sign \x9021 1356-13
-sign \x8F11 25-136
-sign \x5E2C 1356-16
-sign \x88D9 1356-16
-sign \x88E0 1356-16
-sign \x7FA3 1356-16
-sign \x7FA4 1356-16
-sign \x5184 35-12346
-sign \x5465 35-1246
-sign \x80B0 35-1246
-sign \x67DF 1234-1246
-sign \x887B 35-1246
-sign \x8887 35-1246
-sign \x86A6 35-1246
-sign \x88A1 35-1246
-sign \x86BA 35-1246
-sign \x8211 234-1234
-sign \x7136 35-1246
-sign \x9AE5 35-1246
-sign \x9AEF 35-1246
-sign \x562B 35-1246
-sign \x71C3 35-1246
-sign \x7E4E 35-1246
-sign \x5189 35-12346
-sign \x82D2 35-12346
-sign \x59CC 35-12346
-sign \x73C3 35-12346
-sign \x67D3 35-12346
-sign \x8485 35-12346
-sign \x5AA3 35-12346
-sign \x6A6A 35-12346
-sign \x8E68 12345-12346
-sign \x7A63 35-1456
-sign \x737D 35-1456
-sign \x703C 35-1456
-sign \x5B43 35-1456
-sign \x79B3 35-1456
-sign \x7A70 35-1456
-sign \x74E4 35-1456
-sign \x8E9F 35-1456
-sign \x9B24 35-1456
-sign \x58CC 35-13456
-sign \x58E4 35-13456
-sign \x6518 35-13456
-sign \x56B7 35-13456
-sign \x7219 35-13456
-sign \x8BA9 35-145
-sign \x8B72 35-145
-sign \x61F9 35-145
-sign \x8B93 35-145
-sign \x835B 35-1256
-sign \x9976 35-1256
-sign \x5A06 35-1256
-sign \x6861 35-1256
-sign \x5B08 35-1256
-sign \x6A48 35-1256
-sign \x8953 35-1256
-sign \x9952 35-1256
-sign \x72AA 136-346
-sign \x6270 35-12356
-sign \x96A2 35-12356
-sign \x64FE 35-12356
-sign \x7ED5 35-125
-sign \x9076 35-125
-sign \x87EF 1234-1256
-sign \x7E5E 35-125
-sign \x60F9 35-2346
-sign \x70ED 35-24
-sign \x71B1 35-24
-sign \x4EBA 35-16
-sign \x58EC 35-16
-sign \x4EC1 35-16
-sign \x5FC8 35-16
-sign \x6732 35-16
-sign \x82A2 35-16
-sign \x79C2 35-16
-sign \x5FCE 35-16
-sign \x9213 35-16
-sign \x9B5C 35-16
-sign \x928B 35-16
-sign \x9D40 35-16
-sign \x5FCD 35-136
-sign \x834F 35-136
-sign \x8375 35-136
-sign \x6823 35-136
-sign \x6820 35-136
-sign \x6D8A 12345-12346
-sign \x79F9 35-136
-sign \x68EF 356-136
-sign \x7A14 35-136
-sign \x7D9B 35-2
-sign \x8EB5 35-136
-sign \x5203 35-1
-sign \x5204 35-1
-sign \x8BA4 35-1
-sign \x4EDE 35-1
-sign \x4EED 35-1
-sign \x8BB1 35-1
-sign \x6268 35-1
-sign \x5C7B 35-1
-sign \x4EFB 35-1
-sign \x7EAB 35-1
-sign \x97E7 35-1
-sign \x6752 35-1
-sign \x8F6B 35-1
-sign \x7263 35-1
-sign \x8095 35-1
-sign \x996A 35-1
-sign \x598A 35-1
-sign \x7EB4 35-1
-sign \x794D 35-1
-sign \x887D 35-1
-sign \x59D9 35-1
-sign \x7D09 35-1
-sign \x8ED4 35-1
-sign \x8A12 35-1
-sign \x7D1D 35-1
-sign \x6895 35-1
-sign \x91F0 35-12
-sign \x88B5 35-1
-sign \x976D 35-1
-sign \x9771 35-1
-sign \x98EA 35-1
-sign \x814D 35-1
-sign \x97CC 35-1
-sign \x7D4D 35-1
-sign \x9901 35-1
-sign \x8A8D 35-1
-sign \x6254 35-135
-sign \x4ECD 35-156
-sign \x8FB8 35-156
-sign \x793D 35-156
-sign \x967E 35-156
-sign \x82BF 35-156
-sign \x65E5 35-12
-sign \x9A72 35-12
-sign \x9224 35-12
-sign \x99B9 35-12
-sign \x620E 356-156
-sign \x809C 356-156
-sign \x8319 356-156
-sign \x8338 356-156
-sign \x8363 356-156
-sign \x72E8 356-156
-sign \x6804 356-156
-sign \x7ED2 356-156
-sign \x5CF5 356-156
-sign \x6BE7 356-156
-sign \x5BB9 356-156
-sign \x70FF 356-156
-sign \x6411 356-156
-sign \x5D58 356-156
-sign \x509B 356-156
-sign \x7FA2 356-156
-sign \x5AB6 356-156
-sign \x7D68 356-156
-sign \x6408 356-156
-sign \x84C9 356-156
-sign \x69B5 356-156
-sign \x5D64 356-156
-sign \x6EB6 356-156
-sign \x5AC6 356-156
-sign \x7462 356-156
-sign \x6995 356-156
-sign \x7A41 356-156
-sign \x69AE 356-156
-sign \x7194 356-156
-sign \x877E 356-156
-sign \x9555 356-156
-sign \x8923 356-156
-sign \x7E19 356-156
-sign \x9AF6 356-156
-sign \x99E5 356-156
-sign \x878D 356-156
-sign \x878E 356-156
-sign \x5DB8 356-156
-sign \x5B2B 356-156
-sign \x9394 356-156
-sign \x7203 356-156
-sign \x701C 356-156
-sign \x66E7 356-156
-sign \x8811 356-156
-sign \x5197 356-1356
-sign \x5B82 356-1356
-sign \x5748 356-1356
-sign \x5087 356-1356
-sign \x6C04 356-1356
-sign \x7A43 356-15
-sign \x79B8 35-146
-sign \x67D4 35-146
-sign \x7C88 35-146
-sign \x63C9 35-146
-sign \x8447 35-146
-sign \x6E18 35-146
-sign \x5A83 35-146
-sign \x7448 35-146
-sign \x816C 35-146
-sign \x7163 35-1346
-sign \x875A 35-146
-sign \x7CC5 35-146
-sign \x8F2E 35-146
-sign \x8E42 35-146
-sign \x9352 35-146
-sign \x97A3 35-146
-sign \x74C7 35-146
-sign \x9A25 35-146
-sign \x9C07 35-146
-sign \x9D94 35-146
-sign \x97D6 35-1346
-sign \x8089 35-14
-sign \x5B8D 35-14
-sign \x697A 35-1346
-sign \x909A 356-126
-sign \x5982 356-126
-sign \x4F9E 356-126
-sign \x8339 356-126
-sign \x5E24 356-126
-sign \x6847 356-126
-sign \x6310 356-126
-sign \x94F7 356-126
-sign \x88BD 356-126
-sign \x7B4E 356-126
-sign \x6E2A 356-126
-sign \x92A3 356-126
-sign \x8560 356-126
-sign \x5112 356-126
-sign \x9D11 356-126
-sign \x85B7 356-126
-sign \x5685 356-126
-sign \x7373 1234-14
-sign \x6FE1 356-126
-sign \x5B7A 356-126
-sign \x5B2C 356-126
-sign \x9D3D 356-126
-sign \x66D8 356-126
-sign \x81D1 1234-125
-sign \x71F8 356-126
-sign \x8966 356-126
-sign \x98A5 356-126
-sign \x8815 356-126
-sign \x7E7B 356-126
-sign \x91B9 356-126
-sign \x986C 356-126
-sign \x9C6C 356-126
-sign \x6C5D 356-1236
-sign \x8097 356-1236
-sign \x4E73 356-1236
-sign \x8FB1 356-1236
-sign \x910F 356-1236
-sign \x64E9 356-1236
-sign \x5165 356-12
-sign \x6256 356-12
-sign \x6741 356-12
-sign \x6D33 356-12
-sign \x84D0 356-12
-sign \x55D5 356-12
-sign \x9CF0 356-12
-sign \x6EBD 356-12
-sign \x5AB7 356-12
-sign \x7F1B 356-12
-sign \x8925 356-12
-sign \x7E1F 356-12
-sign \x648B 356-1246
-sign \x58D6 356-1246
-sign \x962E 356-12346
-sign \x8F6F 356-12346
-sign \x670A 356-12346
-sign \x800E 356-12346
-sign \x8EDF 356-12346
-sign \x5044 356-12346
-sign \x611E 12346-24
-sign \x5A86 356-12346
-sign \x744C 356-12346
-sign \x815D 356-12346
-sign \x789D 356-12346
-sign \x8761 356-12346
-sign \x7DDB 356-12346
-sign \x8F2D 356-12346
-sign \x74C0 356-12346
-sign \x791D 356-12346
-sign \x7524 356-346
-sign \x7DCC 356-346
-sign \x8564 356-346
-sign \x6875 356-346
-sign \x60E2 356-3456
-sign \x854B 356-3456
-sign \x854A 356-3456
-sign \x6A64 356-3456
-sign \x7E60 356-3456
-sign \x8603 356-3456
-sign \x8602 356-3456
-sign \x82AE 356-34
-sign \x6C6D 356-34
-sign \x6798 356-34
-sign \x868B 356-34
-sign \x9510 356-34
-sign \x745E 356-34
-sign \x8739 356-34
-sign \x777F 356-34
-sign \x92B3 356-34
-sign \x92ED 356-34
-sign \x53E1 356-34
-sign \x58E1 356-34
-sign \x95F0 356-1
-sign \x6DA6 356-1
-sign \x958F 356-1
-sign \x95A0 356-1
-sign \x6F64 356-1
-sign \x6A4D 356-1
-sign \x53D2 356-24
-sign \x82E5 356-24
-sign \x9100 356-24
-sign \x504C 356-24
-sign \x5F31 356-24
-sign \x712B 356-24
-sign \x6E03 356-24
-sign \x5A7C 356-24
-sign \x6949 356-24
-sign \x84BB 356-24
-sign \x5D76 356-24
-sign \x7BAC 356-24
-sign \x7BDB 356-24
-sign \x7207 356-24
-sign \x9C19 356-24
-sign \x9C2F 356-24
-sign \x9DB8 356-24
-sign \x4EE8 1245-2345
-sign \x6D12 1245-23456
-sign \x8A2F 1245-23456
-sign \x9778 1245-23456
-sign \x6492 1245-23456
-sign \x6F75 1245-124
-sign \x7051 1245-23456
-sign \x5345 1245-245
-sign \x9491 1245-12
-sign \x98D2 1245-245
-sign \x810E 1245-245
-sign \x8428 1245-245
-sign \x99BA 1245-245
-sign \x644B 1245-245
-sign \x96A1 1245-245
-sign \x98AF 1245-245
-sign \x85A9 1245-245
-sign \x6AD2 1245-245
-sign \x6BE2 1245-12345
-sign \x63CC 1245-12345
-sign \x6BF8 12456-345
-sign \x816E 1245-12345
-sign \x585E 1245-12345
-sign \x5625 1245-12345
-sign \x567B 1245-12345
-sign \x9CC3 1245-12345
-sign \x984B 1245-12345
-sign \x9C13 1245-12345
-sign \x55EE 1245-123456
-sign \x8D5B 1245-1245
-sign \x50FF 1245-1245
-sign \x8CFD 1245-1245
-sign \x7C3A 1245-1245
-sign \x4E09 1245-1234
-sign \x5F61 1245-1234
-sign \x6C35 1246-3456
-sign \x5F0E 1245-1234
-sign \x53C1 1245-1234
-sign \x6BF6 1245-1234
-sign \x6BF5 1245-1234
-sign \x5381 1245-235
-sign \x7299 1245-1234
-sign \x6BFF 1245-1234
-sign \x9B16 1245-1234
-sign \x4F1E 1245-12346
-sign \x5098 1245-12346
-sign \x7CC1 124-13
-sign \x9993 1245-12346
-sign \x7CC2 1245-1234
-sign \x6A75 145-1234
-sign \x7CDD 124-13
-sign \x7CE4 1245-12346
-sign \x7CE3 1245-12346
-sign \x7E56 1245-12346
-sign \x93D2 135-1235
-sign \x93FE 1245-12346
-sign \x994A 1245-12346
-sign \x4FD5 1245-124
-sign \x6563 1245-124
-sign \x9590 1245-124
-sign \x6852 1245-1345
-sign \x6851 1245-1345
-sign \x55AA 1245-145
-sign \x69E1 1245-1345
-sign \x6421 1245-13456
-sign \x55D3 1245-13456
-sign \x78C9 1245-13456
-sign \x892C 1245-13456
-sign \x98A1 1245-13456
-sign \x939F 1245-13456
-sign \x9859 1245-13456
-sign \x4E27 1245-145
-sign \x63BB 1245-1235
-sign \x6414 1245-1235
-sign \x6E9E 1245-1235
-sign \x6145 1245-1235
-sign \x9A9A 1245-1235
-sign \x7F2B 1245-1235
-sign \x9135 1345-125
-sign \x87A6 1245-1235
-sign \x61C6 1345-12356
-sign \x9CCB 1245-1235
-sign \x7E45 1245-1235
-sign \x9A12 1245-1235
-sign \x98BE 1245-1235
-sign \x9A37 1245-1235
-sign \x9C20 1245-1235
-sign \x9C62 1245-1235
-sign \x626B 1245-12356
-sign \x6383 1245-12356
-sign \x5AC2 1245-12356
-sign \x57FD 1245-125
-sign \x7619 1245-125
-sign \x6C09 1245-125
-sign \x81CA 1245-1235
-sign \x77C2 1245-125
-sign \x9430 135-1235
-sign \x9ADE 1245-125
-sign \x8272 1245-24
-sign \x6D13 1245-24
-sign \x681C 1245-24
-sign \x6DA9 1245-24
-sign \x556C 1245-24
-sign \x96ED 1245-24
-sign \x94EF 1245-24
-sign \x6E0B 1245-24
-sign \x6B6E 1245-24
-sign \x745F 1245-24
-sign \x55C7 1245-24
-sign \x92AB 1245-24
-sign \x6B70 1245-24
-sign \x6F81 1245-24
-sign \x64CC 1245-24
-sign \x7A51 1245-24
-sign \x7637 1245-24
-sign \x6FCF 1245-24
-sign \x6FC7 1245-24
-sign \x61CE 1245-24
-sign \x74B1 1245-24
-sign \x6F80 1245-24
-sign \x7A61 1245-24
-sign \x7012 1245-24
-sign \x7E6C 1245-24
-sign \x8F56 1245-24
-sign \x7A6F 1245-24
-sign \x93FC 1245-24
-sign \x8B45 1245-24
-sign \x98CB 1245-24
-sign \x6D81 124-1
-sign \x68EE 1245-13
-sign \x692E 1245-13
-sign \x69EE 1245-13
-sign \x8942 1245-13
-sign \x7BF8 145-1234
-sign \x50E7 1245-135
-sign \x9B19 1245-135
-sign \x6740 124-2345
-sign \x6C99 124-2345
-sign \x7EB1 124-2345
-sign \x4E77 124-2345
-sign \x7802 124-2345
-sign \x524E 124-2345
-sign \x6331 12456-234
-sign \x838E 124-2345
-sign \x5526 124-2345
-sign \x6BBA 124-2345
-sign \x7300 124-2345
-sign \x7C86 134-12356
-sign \x7D17 124-2345
-sign \x94E9 124-2345
-sign \x686C 124-2345
-sign \x75E7 124-2345
-sign \x7870 124-2345
-sign \x8531 124-2345
-sign \x88DF 124-2345
-sign \x699D 124-2345
-sign \x6A27 124-2345
-sign \x9B66 124-2345
-sign \x9CA8 124-2345
-sign \x95B7 124-2345
-sign \x93A9 124-2345
-sign \x9BCB 124-2345
-sign \x9BCA 124-2345
-sign \x7E7A 124-2345
-sign \x5565 124-2456
-sign \x50BB 124-23456
-sign \x510D 124-23456
-sign \x503D 124-245
-sign \x8410 124-245
-sign \x553C 124-245
-sign \x5E39 124-245
-sign \x53A6 124-245
-sign \x55A2 124-245
-sign \x6B43 124-245
-sign \x715E 124-245
-sign \x5EC8 124-245
-sign \x7FDC 124-245
-sign \x7B91 124-245
-sign \x7FE3 124-245
-sign \x95AF 124-245
-sign \x970E 124-245
-sign \x7B5B 124-12345
-sign \x917E 124-12345
-sign \x7BE9 124-12345
-sign \x7C01 124-12345
-sign \x91C3 124-12345
-sign \x6652 124-1245
-sign \x66EC 124-1245
-sign \x5C71 124-1234
-sign \x9096 124-1234
-sign \x5738 124-1234
-sign \x829F 124-1234
-sign \x6749 124-1234
-sign \x522A 124-1234
-sign \x5220 124-1234
-sign \x82EB 124-124
-sign \x9490 124-1234
-sign \x886B 124-1234
-sign \x59CD 124-1234
-sign \x59D7 124-1234
-sign \x73CA 124-1234
-sign \x57CF 124-1234
-sign \x8222 124-1234
-sign \x72E6 124-1234
-sign \x8ED5 124-1234
-sign \x8120 124-1234
-sign \x75C1 124-1234
-sign \x958A 124-1234
-sign \x7B18 124-1234
-sign \x91E4 124-1234
-sign \x8DDA 124-1234
-sign \x6427 124-1234
-sign \x527C 124-1234
-sign \x5607 124-1234
-sign \x717D 124-1234
-sign \x6F78 124-1234
-sign \x6F98 124-1234
-sign \x7A47 124-1234
-sign \x6A86 124-1234
-sign \x81BB 124-1234
-sign \x9BC5 124-1234
-sign \x7E3F 124-1234
-sign \x7FB4 124-1234
-sign \x7FB6 124-1234
-sign \x9C63 14-1234
-sign \x95EA 124-12346
-sign \x9655 124-12346
-sign \x70B6 124-12346
-sign \x965D 124-12346
-sign \x9583 124-12346
-sign \x6671 124-12346
-sign \x7752 124-12346
-sign \x7154 124-12346
-sign \x718C 124-12346
-sign \x89A2 124-12346
-sign \x8BAA 124-124
-sign \x6C55 124-124
-sign \x759D 124-124
-sign \x8D78 124-124
-sign \x8A15 124-124
-sign \x6247 124-124
-sign \x692B 124-124
-sign \x5093 124-124
-sign \x5584 124-124
-sign \x928F 124-124
-sign \x9A9F 124-124
-sign \x50D0 124-124
-sign \x912F 124-124
-sign \x58A0 124-124
-sign \x58A1 124-124
-sign \x7F2E 124-124
-sign \x64C5 124-124
-sign \x6A3F 124-124
-sign \x81B3 124-124
-sign \x657E 124-124
-sign \x5B17 124-124
-sign \x78F0 124-124
-sign \x8D61 124-124
-sign \x8B06 124-124
-sign \x87EE 124-124
-sign \x7E55 124-124
-sign \x87FA 124-124
-sign \x9A38 124-124
-sign \x8D0D 124-124
-sign \x9425 124-124
-sign \x994D 124-124
-sign \x9CDD 124-124
-sign \x8B71 124-124
-sign \x7057 124-124
-sign \x9C53 2346-246
-sign \x9C54 124-124
-sign \x4F24 124-1345
-sign \x6B87 124-1345
-sign \x5546 124-1345
-sign \x89DE 124-1345
-sign \x50B7 124-1345
-sign \x5892 124-1345
-sign \x850F 124-1345
-sign \x6F21 124-1345
-sign \x6EF3 124-1345
-sign \x616F 124-1345
-sign \x6BA4 124-1345
-sign \x71B5 124-1345
-sign \x87AA 124-1345
-sign \x89F4 124-1345
-sign \x8B2A 124-1345
-sign \x9B3A 124-1345
-sign \x57A7 124-13456
-sign \x664C 124-13456
-sign \x57EB 1346-1356
-sign \x8D4F 124-13456
-sign \x8CDE 124-13456
-sign \x8D18 124-13456
-sign \x945C 124-13456
-sign \x4E04 124-145
-sign \x4E0A 124-145
-sign \x5C19 124-145
-sign \x5C1A 124-145
-sign \x6066 124-145
-sign \x7EF1 124-145
-sign \x7DD4 124-145
-sign \x88F3 124-13456
-sign \x634E 124-1235
-sign \x83A6 125-1235
-sign \x70E7 124-1235
-sign \x5F30 124-1235
-sign \x5A0B 124-125
-sign \x68A2 124-1235
-sign \x7A0D 124-1235
-sign \x713C 124-1235
-sign \x86F8 124-1235
-sign \x7B72 124-1235
-sign \x8244 124-1235
-sign \x65D3 124-1235
-sign \x8F0E 124-1235
-sign \x8571 124-1235
-sign \x98B5 125-1235
-sign \x71D2 124-1235
-sign \x9AFE 124-1235
-sign \x9BB9 124-1235
-sign \x52FA 124-1256
-sign \x828D 124-1256
-sign \x6753 124-1256
-sign \x73BF 124-1256
-sign \x8414 2345-1256
-sign \x97F6 124-1256
-sign \x5C11 124-12356
-sign \x5372 124-125
-sign \x90B5 124-125
-sign \x52AD 124-125
-sign \x7ECD 124-125
-sign \x67D6 124-1256
-sign \x54E8 124-125
-sign \x8891 124-125
-sign \x7D39 124-125
-sign \x7744 124-125
-sign \x7DA4 124-125
-sign \x6F72 124-125
-sign \x5962 124-234
-sign \x8D4A 124-234
-sign \x731E 124-234
-sign \x7572 124-234
-sign \x8F0B 124-234
-sign \x8CD2 124-234
-sign \x8CD6 124-2345
-sign \x6AA8 124-234
-sign \x820C 124-246
-sign \x4F58 124-246
-sign \x86C7 124-246
-sign \x86E5 124-246
-sign \x820D 124-2346
-sign \x6368 124-2346
-sign \x538D 124-24
-sign \x8BBE 124-24
-sign \x793E 124-24
-sign \x820E 124-24
-sign \x5399 124-24
-sign \x5C04 124-24
-sign \x6D89 124-24
-sign \x8D66 124-24
-sign \x8A2D 124-24
-sign \x6E09 124-24
-sign \x6DBB 124-24
-sign \x5F3D 124-24
-sign \x6442 124-24
-sign \x6444 124-24
-sign \x6EE0 124-24
-sign \x6151 124-24
-sign \x6475 124-24
-sign \x850E 124-24
-sign \x6174 124-24
-sign \x9A07 124-24
-sign \x8802 124-24
-sign \x97D8 124-24
-sign \x651D 124-24
-sign \x9E9D 124-24
-sign \x7044 124-24
-sign \x61FE 124-24
-sign \x6B07 124-24
-sign \x7533 124-13
-sign \x625F 124-13
-sign \x5C7E 124-13
-sign \x4F38 124-13
-sign \x8EAB 124-13
-sign \x547B 124-13
-sign \x4F81 124-13
-sign \x7C76 124-13
-sign \x8BDC 124-13
-sign \x7F59 124-13
-sign \x59BD 124-13
-sign \x7EC5 124-13
-sign \x73C5 124-13
-sign \x67DB 124-13
-sign \x6C20 124-13
-sign \x7C78 124-13
-sign \x7A7C 124-13
-sign \x8398 124-13
-sign \x7837 124-13
-sign \x7712 124-13
-sign \x5CF7 124-13
-sign \x7521 124-13
-sign \x5A20 124-13
-sign \x5814 124-13
-sign \x6552 124-13
-sign \x6DF1 124-13
-sign \x7D33 124-13
-sign \x8460 124-13
-sign \x515F 124-13
-sign \x8A37 124-13
-sign \x88D1 124-13
-sign \x84E1 124-13
-sign \x7F67 124-13
-sign \x8A75 124-13
-sign \x8518 124-13
-sign \x5E53 124-1234
-sign \x7527 124-13
-sign \x99EA 124-13
-sign \x8593 124-13
-sign \x9CB9 124-13
-sign \x71CA 124-13
-sign \x66D1 124-13
-sign \x9D62 124-13
-sign \x9BD3 124-13
-sign \x9BF5 124-13
-sign \x9C3A 124-13
-sign \x4EC0 124-126
-sign \x795E 124-16
-sign \x698A 124-16
-sign \x926E 124-16
-sign \x9C30 124-16
-sign \x4F14 34-12346
-sign \x90A5 124-136
-sign \x628C 34-12346
-sign \x6C88 124-136
-sign \x5F1E 124-136
-sign \x5BA1 124-136
-sign \x77E4 124-136
-sign \x54C2 124-136
-sign \x77E7 124-136
-sign \x5BB7 1345-1245
-sign \x8C02 124-136
-sign \x8C09 124-136
-sign \x8A20 124-136
-sign \x6E16 124-136
-sign \x5A76 124-136
-sign \x9823 124-136
-sign \x9B6B 124-136
-sign \x8AD7 124-136
-sign \x5BE9 124-136
-sign \x66CB 124-136
-sign \x77AB 124-136
-sign \x700B 124-136
-sign \x5B38 124-136
-sign \x8B85 124-136
-sign \x89BE 124-136
-sign \x80BE 124-1
-sign \x751A 124-1
-sign \x661A 124-1
-sign \x4FBA 124-1
-sign \x80C2 124-1
-sign \x7718 124-1
-sign \x8124 124-1
-sign \x6E17 124-1
-sign \x7973 124-1
-sign \x845A 124-1
-sign \x814E 124-1
-sign \x6939 124-1
-sign \x8703 124-1
-sign \x7606 124-1
-sign \x614E 124-1
-sign \x613C 124-1
-sign \x6EF2 124-1
-sign \x92E0 124-1
-sign \x762E 124-1
-sign \x5347 124-135
-sign \x751F 124-135
-sign \x9629 124-135
-sign \x58F0 124-135
-sign \x544F 124-135
-sign \x6598 124-135
-sign \x82FC 124-135
-sign \x67A1 124-135
-sign \x6607 124-135
-sign \x72CC 124-135
-sign \x6CE9 124-135
-sign \x73C4 124-135
-sign \x6B85 124-135
-sign \x7272 124-135
-sign \x7AD4 124-135
-sign \x965E 124-135
-sign \x66FB 124-135
-sign \x9679 124-135
-sign \x7B19 124-135
-sign \x7525 124-135
-sign \x713A 124-135
-sign \x6E66 124-135
-sign \x924E 124-135
-sign \x8072 124-135
-sign \x935F 124-135
-sign \x9F2A 124-135
-sign \x9D7F 124-135
-sign \x7EF3 124-156
-sign \x7E04 124-156
-sign \x6FA0 2456-12346
-sign \x61B4 124-156
-sign \x7E69 124-156
-sign \x8B5D 124-156
-sign \x9C66 124-156
-sign \x7701 124-1356
-sign \x771A 124-1356
-sign \x5057 124-1356
-sign \x6E3B 124-1356
-sign \x5723 124-15
-sign \x80DC 124-15
-sign \x665F 124-15
-sign \x6660 124-15
-sign \x76DB 124-15
-sign \x5270 124-15
-sign \x8CB9 124-15
-sign \x5269 124-15
-sign \x52DD 124-15
-sign \x8056 124-15
-sign \x741E 124-15
-sign \x5D4A 124-15
-sign \x58AD 124-15
-sign \x69BA 124-15
-sign \x8542 124-15
-sign \x6A73 124-15
-sign \x8CF8 124-15
-sign \x5C38 124-123
-sign \x5931 124-123
-sign \x5E08 124-123
-sign \x90BF 124-123
-sign \x545E 124-123
-sign \x8BD7 124-123
-sign \x9E24 124-123
-sign \x8671 124-123
-sign \x72EE 124-123
-sign \x65BD 124-123
-sign \x6D49 124-123
-sign \x5C4D 124-123
-sign \x5E2B 124-123
-sign \x6546 12-246
-sign \x7D41 124-123
-sign \x8479 124-123
-sign \x6E7F 124-123
-sign \x6E64 124-123
-sign \x84CD 124-123
-sign \x8492 124-123
-sign \x9247 124-123
-sign \x7345 124-123
-sign \x8A69 124-123
-sign \x6EBC 124-123
-sign \x6EAE 124-123
-sign \x7461 124-123
-sign \x9CF2 124-123
-sign \x9CFE 124-123
-sign \x7BB7 124-156
-sign \x8768 124-123
-sign \x9CBA 124-123
-sign \x8937 124-123
-sign \x9366 124-123
-sign \x6FD5 124-123
-sign \x9BF4 124-123
-sign \x9DB3 124-123
-sign \x9C24 124-123
-sign \x8979 124-123
-sign \x7C6D 124-12345
-sign \x5341 124-126
-sign \x4E06 124-126
-sign \x9963 124-126
-sign \x8FBB 124-126
-sign \x77F3 124-126
-sign \x74E7 124-126-26-23456
-sign \x65F6 124-126
-sign \x4F66 124-126
-sign \x7ACD 124-126-124-135
-sign \x8BC6 124-126
-sign \x56F8 35-12
-sign \x98E0 124-126
-sign \x5B9F 124-126
-sign \x5B9E 124-126
-sign \x65F9 124-126
-sign \x62FE 124-126
-sign \x5CD5 124-126
-sign \x98DF 124-126
-sign \x8680 124-126
-sign \x70BB 124-126
-sign \x794F 124-126
-sign \x59FC 124-126
-sign \x57D8 124-126
-sign \x83B3 124-12
-sign \x6642 124-126
-sign \x9048 124-126
-sign \x6E5C 124-126
-sign \x5BD4 124-126
-sign \x5852 124-126
-sign \x8494 124-126
-sign \x5D75 124-126
-sign \x9250 124-126
-sign \x6EA1 124-126
-sign \x69AF 124-126
-sign \x927D 124-12
-sign \x8755 124-126
-sign \x5BE6 124-126
-sign \x7BD2 25-12
-sign \x9CA5 124-126
-sign \x9B96 124-126
-sign \x9F2B 124-126
-sign \x9F2D 124-126
-sign \x8B58 124-126
-sign \x9C23 124-126
-sign \x53F2 124-1236
-sign \x77E2 124-1236
-sign \x4E68 124-1236
-sign \x8C55 124-1236
-sign \x4F7F 124-1236
-sign \x59CB 124-1236
-sign \x9A76 124-1236
-sign \x5158 124-1236
-sign \x5BA9 124-1236
-sign \x5C4E 124-1236
-sign \x7B36 124-1236
-sign \x6981 124-1236
-sign \x9242 124-1236
-sign \x99DB 124-1236
-sign \x58EB 124-12
-sign \x6C0F 124-12
-sign \x793B 124-12
-sign \x793A 124-12
-sign \x4E16 124-12
-sign \x4E17 124-12
-sign \x4ED5 124-12
-sign \x5E02 124-12
-sign \x5F0F 124-12
-sign \x534B 124-12
-sign \x4F3C 1245-12
-sign \x4E8A 124-12
-sign \x52BF 124-12
-sign \x67F9 124-12
-sign \x4E8B 124-12
-sign \x5469 124-12
-sign \x4F8D 124-12
-sign \x9970 124-12
-sign \x8BD5 124-12
-sign \x89C6 124-12
-sign \x62ED 124-12
-sign \x8D33 124-12
-sign \x67BE 124-12
-sign \x67FF 124-12
-sign \x6630 124-12
-sign \x662F 124-12
-sign \x7702 124-12
-sign \x9002 124-12
-sign \x72E7 234-245
-sign \x6043 124-12
-sign \x6040 124-12
-sign \x5BA4 124-12
-sign \x519F 124-12
-sign \x901D 124-12
-sign \x683B 124-12
-sign \x8F7C 124-12
-sign \x770E 124-12
-sign \x7721 124-12
-sign \x94C8 124-12
-sign \x8210 124-12
-sign \x70D2 124-12
-sign \x79F2 124-12
-sign \x7B39 2345-12
-sign \x91C8 124-12
-sign \x8996 124-12
-sign \x63D3 124-12
-sign \x8CB0 124-12
-sign \x5D3C 124-12
-sign \x5FA5 124-12
-sign \x5F11 124-12
-sign \x91CA 124-12
-sign \x8C25 124-12
-sign \x89E2 124-12
-sign \x52E2 124-12
-sign \x8EFE 124-12
-sign \x7757 124-12
-sign \x55DC 124-12
-sign \x7B6E 124-12
-sign \x9243 124-12
-sign \x9230 124-12
-sign \x5F12 124-12
-sign \x98FE 124-12
-sign \x8A66 124-12
-sign \x7176 124-12
-sign \x8A93 124-12
-sign \x8213 124-12
-sign \x9069 124-12
-sign \x596D 124-12
-sign \x92B4 124-12
-sign \x991D 124-12
-sign \x566C 124-12
-sign \x907E 124-12
-sign \x8ADF 124-12
-sign \x8AE1 124-12
-sign \x6FA8 124-12
-sign \x5B15 124-12
-sign \x87AB 124-12
-sign \x6AA1 14-12456
-sign \x8B1A 124-12
-sign \x7C2D 124-12
-sign \x7C42 124-12
-sign \x9F5B 125-24
-sign \x91CB 124-12
-sign \x9C18 124-12
-sign \x896B 124-12
-sign \x5319 134-126
-sign \x53CE 124-134
-sign \x6536 124-134
-sign \x654A 1346-12
-sign \x624B 124-1346
-sign \x5B88 124-1346
-sign \x57A8 124-1346
-sign \x9996 124-1346
-sign \x824F 124-1346
-sign \x5BFF 124-14
-sign \x53D7 124-14
-sign \x72E9 124-14
-sign \x6388 124-14
-sign \x552E 124-14
-sign \x517D 124-14
-sign \x6DAD 124-14
-sign \x7EF6 124-14
-sign \x75E9 124-14
-sign \x8184 124-14
-sign \x5900 124-14
-sign \x58FD 124-14
-sign \x7626 124-14
-sign \x7DAC 124-14
-sign \x7363 124-14
-sign \x7378 124-14
-sign \x93C9 124-14
-sign \x6BB3 1246-123
-sign \x4E66 1246-123
-sign \x758B 25-23456
-sign \x5C17 1246-126
-sign \x6292 1246-123
-sign \x7EBE 1246-123
-sign \x67A2 1246-123
-sign \x6778 1246-123
-sign \x53D4 1246-123
-sign \x964E 1246-123
-sign \x67D5 246-125
-sign \x59DD 1246-123
-sign \x6B8A 1246-123
-sign \x500F 1246-123
-sign \x5010 1246-123
-sign \x66F8 1246-123
-sign \x7D13 1246-123
-sign \x6393 1246-123
-sign \x83FD 1246-123
-sign \x68B3 1246-123
-sign \x8ED7 1246-123
-sign \x7102 1246-123
-sign \x9103 1246-123
-sign \x6DD1 1246-123
-sign \x8212 1246-123
-sign \x758E 1246-123
-sign \x758F 1246-123
-sign \x6445 1246-123
-sign \x8F93 1246-123
-sign \x6BFA 1246-123
-sign \x6BF9 1246-123
-sign \x7D80 1246-123
-sign \x8E08 1246-123
-sign \x8DFE 134-134
-sign \x852C 1246-123
-sign \x6A1E 1246-123
-sign \x8F38 1246-123
-sign \x9B9B 1246-123
-sign \x6504 1246-123
-sign \x9D68 1246-123
-sign \x702D 1246-123
-sign \x79EB 1246-126
-sign \x5B70 1246-126
-sign \x5A4C 1246-123
-sign \x8D4E 1246-126
-sign \x587E 1246-126
-sign \x719F 1246-126
-sign \x74B9 1246-126
-sign \x8D16 1246-126
-sign \x9F21 1246-1236
-sign \x6691 1246-1236
-sign \x9ECD 1246-1236
-sign \x5C5E 1246-1236
-sign \x7F72 1246-1236
-sign \x8700 1246-1236
-sign \x9F20 1246-1236
-sign \x6F7B 1246-1236
-sign \x85AF 1246-1236
-sign \x85A5 1246-1236
-sign \x66D9 1246-1236
-sign \x7659 1246-1236
-sign \x8961 1246-1236
-sign \x7CEC 1246-1236
-sign \x7C54 1245-1346
-sign \x5C6C 1246-1236
-sign \x8834 1246-1236
-sign \x9C6A 1246-1236
-sign \x9E00 146-1236
-sign \x9C70 1246-1236
-sign \x4E28 1246-12
-sign \x5FC4 125-13
-sign \x672F 1246-12
-sign \x672E 1246-12
-sign \x620D 1246-12
-sign \x675F 1246-12
-sign \x8FF0 1246-12
-sign \x6CAD 1246-12
-sign \x8357 1246-12
-sign \x6811 1246-12
-sign \x6037 1246-12
-sign \x7AD6 1246-12
-sign \x6352 1246-12
-sign \x6055 1246-12
-sign \x8481 1246-12
-sign \x8853 1246-12
-sign \x5EBB 1246-12
-sign \x5EB6 1246-12
-sign \x7D49 1246-12
-sign \x5C0C 1246-12
-sign \x88CB 1246-12
-sign \x7AEA 1246-12
-sign \x9265 1246-12
-sign \x8167 1246-12
-sign \x6570 1246-12
-sign \x5885 1246-12
-sign \x6F44 1246-12
-sign \x6F31 1246-12
-sign \x8C4E 1246-12
-sign \x6578 1246-12
-sign \x6F8D 1246-12
-sign \x6A39 1246-12
-sign \x9330 1246-12
-sign \x6FD6 1246-12
-sign \x9D90 1246-12
-sign \x93E3 1246-12
-sign \x866A 1246-12
-sign \x5237 1246-2345
-sign \x5530 1246-2345
-sign \x800D 1246-23456
-sign \x8A9C 1246-245
-sign \x8870 1246-12345
-sign \x7F1E 1246-12345
-sign \x6454 1246-12345
-sign \x7E17 13456-345
-sign \x7529 1246-123456
-sign \x5E05 1246-1245
-sign \x5E25 1246-1245
-sign \x87C0 1246-1245
-sign \x95E9 1246-1234
-sign \x62F4 1246-1234
-sign \x9582 1246-1234
-sign \x6813 1246-1234
-sign \x6DAE 1246-124
-sign \x8168 1246-124
-sign \x53CC 1246-1345
-sign \x6EDD 1236-156
-sign \x971C 1246-1345
-sign \x96D9 1246-1345
-sign \x5B40 1246-1345
-sign \x9AA6 1246-1345
-sign \x9A3B 1246-1345
-sign \x5B47 1246-1345
-sign \x6B06 1246-1345
-sign \x7935 1246-1345
-sign \x9DDE 1246-1345
-sign \x9E74 1246-1345
-sign \x826D 1246-1345
-sign \x9A66 1246-1345
-sign \x9E18 1246-1345
-sign \x723D 1246-13456
-sign \x587D 1246-13456
-sign \x6F3A 1246-13456
-sign \x6161 1246-13456
-sign \x6A09 1246-13456
-sign \x7E14 1246-13456
-sign \x93EF 1246-13456
-sign \x7040 1246-145
-sign \x8C01 1246-346
-sign \x813D 1246-346
-sign \x8AB0 1246-346
-sign \x6C34 1246-3456
-sign \x6C3A 1246-3456
-sign \x9596 123-125
-sign \x6329 2346-234
-sign \x635D 2346-234
-sign \x5E28 1246-34
-sign \x6D97 1246-34
-sign \x6D9A 1246-34
-sign \x7971 1246-34
-sign \x7A05 1246-34
-sign \x7A0E 1246-34
-sign \x88DE 1246-34
-sign \x7761 1246-34
-sign \x542E 1246-136
-sign \x987A 1246-1
-sign \x9806 1246-1
-sign \x821C 1246-1
-sign \x8563 1246-1
-sign \x6A53 1246-1
-sign \x779A 1246-1
-sign \x77A4 1246-1
-sign \x77AC 1246-1
-sign \x9B0A 1246-1
-sign \x8BF4 1246-234
-sign \x54FE 1346-24
-sign \x8AAA 1246-234
-sign \x8AAC 1246-34
-sign \x5981 1246-24
-sign \x70C1 1246-24
-sign \x94C4 1246-24
-sign \x6714 1246-24
-sign \x7855 1246-24
-sign \x77DF 1246-24
-sign \x6420 1246-24
-sign \x84B4 1246-24
-sign \x78A9 1246-24
-sign \x69CA 1246-24
-sign \x7361 1246-24
-sign \x9399 1246-24
-sign \x720D 1246-24
-sign \x9460 1246-24
-sign \x53B6 1245-123
-sign \x53F8 1245-123
-sign \x4E1D 1245-123
-sign \x79C1 1245-123
-sign \x549D 1245-123
-sign \x6CC0 1245-123
-sign \x601D 1245-123
-sign \x4FEC 1245-123
-sign \x6056 1245-123
-sign \x8652 1245-123
-sign \x9E36 1245-123
-sign \x65AF 1245-123
-sign \x86F3 1245-123
-sign \x6122 1245-12345
-sign \x5AA4 1245-123
-sign \x7F0C 1245-123
-sign \x7D72 1245-123
-sign \x6952 1245-123
-sign \x9270 1245-123
-sign \x98D4 1245-123
-sign \x7997 1245-123
-sign \x69B9 1245-123
-sign \x53AE 1245-123
-sign \x7F73 1245-123
-sign \x9536 1245-123
-sign \x92AF 1245-123
-sign \x51D8 1245-123
-sign \x79A0 1245-123
-sign \x6495 1245-123
-sign \x856C 1245-123
-sign \x78C3 1245-123
-sign \x5636 1245-123
-sign \x565D 1245-123
-sign \x5EDD 1245-123
-sign \x6F8C 1245-123
-sign \x7DE6 1245-123
-sign \x8784 1245-123
-sign \x71CD 1245-123
-sign \x9376 1245-123
-sign \x87F4 1245-123
-sign \x87D6 1245-123
-sign \x7C1B 1245-123
-sign \x98B8 1245-123
-sign \x9A26 1245-123
-sign \x9401 1245-123
-sign \x9F36 1245-123
-sign \x9DE5 1245-123
-sign \x6B7B 1245-1236
-sign \x5072 1245-123
-sign \x5DF3 1245-12
-sign \x4E96 1245-12
-sign \x7F52 26-13456
-sign \x56DB 1245-12
-sign \x5BFA 1245-12
-sign \x6C5C 1245-12
-sign \x5155 1245-12
-sign \x4F40 1245-12
-sign \x4F3A 1245-12
-sign \x6CE4 1245-12
-sign \x7940 1245-12
-sign \x59D2 1245-12
-sign \x4FA1 1245-12
-sign \x9972 1245-12
-sign \x6CD7 1245-12
-sign \x5B60 1245-12
-sign \x9A77 1245-12
-sign \x67F6 1245-12
-sign \x67B1 1245-12
-sign \x726D 1245-12
-sign \x4FDF 1245-12
-sign \x5A30 1245-12
-sign \x8082 1245-12
-sign \x98E4 1245-12
-sign \x6D0D 1245-12
-sign \x6D98 1245-12
-sign \x801C 1245-12
-sign \x68A9 1245-12
-sign \x7B25 1245-12
-sign \x91F2 1245-12
-sign \x7AE2 1245-12
-sign \x8997 1245-12
-sign \x8086 1245-12
-sign \x55E3 1245-12
-sign \x923B 1245-12
-sign \x8C84 1245-12
-sign \x98FC 1245-12
-sign \x99DF 1245-12
-sign \x79A9 1245-12
-sign \x857C 1245-12
-sign \x9A03 23456-12456
-sign \x5129 1245-12
-sign \x7003 1245-12
-sign \x5FEA 12456-135
-sign \x677E 12456-135
-sign \x67A9 12456-135
-sign \x6780 12456-135
-sign \x67D7 12456-135
-sign \x5A00 12456-135
-sign \x502F 12456-135
-sign \x51C7 12456-135
-sign \x83D8 12456-135
-sign \x5D27 12456-135
-sign \x5EBA 12456-135
-sign \x6DDE 12456-135
-sign \x68A5 12456-135
-sign \x6121 13456-15
-sign \x7879 12456-135
-sign \x5D69 12456-135
-sign \x8719 12456-135
-sign \x6FCD 12456-135
-sign \x61BD 12456-135
-sign \x6AA7 12456-135
-sign \x9B06 12456-135
-sign \x6002 12456-1356
-sign \x8038 12456-1356
-sign \x609A 12456-1356
-sign \x7AE6 12456-1356
-sign \x50B1 12456-1356
-sign \x612F 12456-1356
-sign \x5D77 12456-1356
-sign \x616B 12456-1356
-sign \x99F7 12456-1356
-sign \x8073 12456-1356
-sign \x8BBC 12456-15
-sign \x5B8B 12456-15
-sign \x9001 12456-15
-sign \x8BF5 12456-15
-sign \x9882 12456-15
-sign \x8A1F 12456-15
-sign \x980C 12456-15
-sign \x8AA6 12456-15
-sign \x93B9 12456-15
-sign \x9938 12456-15
-sign \x51C1 1245-134
-sign \x635C 1245-134
-sign \x910B 1245-134
-sign \x641C 1245-134
-sign \x8490 1245-134
-sign \x55D6 1245-134
-sign \x7340 1245-134
-sign \x998A 1245-134
-sign \x5ECB 1245-134
-sign \x5EC0 1245-134
-sign \x6EB2 1245-134
-sign \x6449 1245-134
-sign \x98D5 1245-134
-sign \x6457 1245-134
-sign \x953C 1245-134
-sign \x878B 1245-134
-sign \x8258 1245-134
-sign \x9199 1245-134
-sign \x93AA 1245-134
-sign \x993F 1245-134
-sign \x98BC 1245-134
-sign \x9A2A 1245-134
-sign \x53DF 1245-1346
-sign \x53DC 1245-1346
-sign \x5081 1245-1346
-sign \x84C3 1245-134
-sign \x778D 1245-1346
-sign \x55FE 1245-1346
-sign \x64DE 1245-1346
-sign \x85AE 1245-1346
-sign \x8B0F 125-12356
-sign \x64FB 1245-1346
-sign \x85EA 1245-1346
-sign \x6AE2 1245-1346
-sign \x6B36 1246-24
-sign \x55FD 1245-14
-sign \x7636 1245-14
-sign \x82CF 12456-123
-sign \x7526 12456-123
-sign \x9165 12456-123
-sign \x7A23 12456-123
-sign \x7AA3 12456-123
-sign \x7A4C 12456-123
-sign \x9BC2 12456-123
-sign \x8613 12456-123
-sign \x8607 12456-123
-sign \x6AEF 12456-123
-sign \x56CC 12456-123
-sign \x4FD7 12456-126
-sign \x738A 12456-12
-sign \x5919 12456-12
-sign \x8BC9 12456-12
-sign \x6CDD 12456-12
-sign \x8083 12456-12
-sign \x6D2C 12456-12
-sign \x73DF 12456-12
-sign \x7D20 12456-12
-sign \x901F 12456-12
-sign \x6D91 12456-12
-sign \x6880 12456-12
-sign \x6B90 12456-12
-sign \x7C9B 12456-12
-sign \x9A95 12456-12
-sign \x7C9F 12456-12
-sign \x5083 12456-12
-sign \x8A34 12456-12
-sign \x8C21 12456-12
-sign \x5850 12456-12
-sign \x55C9 12456-12
-sign \x5851 12456-12
-sign \x9061 12456-12
-sign \x6EB8 12456-12
-sign \x6EAF 12456-12
-sign \x612B 12456-12
-sign \x8085 12456-12
-sign \x9E54 12456-12
-sign \x5ACA 12456-12
-sign \x8D9A 12456-12
-sign \x850C 12456-12
-sign \x69A1 12456-12
-sign \x906C 12456-12
-sign \x50F3 12456-12
-sign \x8186 12456-12
-sign \x89EB 12456-12
-sign \x612C 12456-12
-sign \x6A15 12456-12
-sign \x6A0E 12456-12
-sign \x92C9 12456-12
-sign \x9917 12456-12
-sign \x6F65 12456-12
-sign \x619F 12456-12
-sign \x6F5A 12456-12
-sign \x7E24 12456-12
-sign \x749B 12456-12
-sign \x85D7 12456-12
-sign \x6A5A 12456-12
-sign \x7C0C 12456-12
-sign \x8B16 12456-12
-sign \x8E5C 12456-12
-sign \x9A4C 12456-12
-sign \x9C50 12456-12
-sign \x9DEB 12456-12
-sign \x72FB 12456-1234
-sign \x75E0 12456-1234
-sign \x9178 12456-1234
-sign \x5334 12456-12346
-sign \x7958 12456-124
-sign \x7B07 12456-124
-sign \x849C 12456-124
-sign \x7B6D 12456-124
-sign \x7B97 12456-124
-sign \x590A 12456-345
-sign \x8295 12456-345
-sign \x867D 12456-345
-sign \x633C 356-246
-sign \x837D 12456-345
-sign \x837E 12456-345
-sign \x54F8 12456-345
-sign \x5020 12456-345
-sign \x6D7D 12456-345
-sign \x5A1E 1234-3456
-sign \x772D 12456-345
-sign \x7762 12456-345
-sign \x6ED6 12456-345
-sign \x71A3 12456-345
-sign \x9796 12456-345
-sign \x6FC9 12456-345
-sign \x96D6 12456-345
-sign \x7EE5 12456-346
-sign \x968B 12456-346
-sign \x968F 12456-346
-sign \x9040 12456-346
-sign \x7D8F 12456-346
-sign \x96A8 12456-346
-sign \x74CD 12456-346
-sign \x81B8 12456-3456
-sign \x7021 12456-3456
-sign \x9AC4 12456-3456
-sign \x9AD3 12456-3456
-sign \x4E97 12456-34
-sign \x5C81 12456-34
-sign \x7815 12456-34
-sign \x7C8B 13456-34
-sign \x8C07 12456-34
-sign \x795F 12456-34
-sign \x57E3 12456-34
-sign \x5D57 12456-34
-sign \x813A 13456-34
-sign \x9042 12456-34
-sign \x788E 12456-34
-sign \x6B72 12456-34
-sign \x6B73 12456-34
-sign \x775F 12456-34
-sign \x716B 12456-34
-sign \x96A7 12456-34
-sign \x8CE5 12456-34
-sign \x7A42 12456-34
-sign \x8AB6 12456-34
-sign \x6FBB 12456-34
-sign \x5B18 12456-34
-sign \x74B2 12456-34
-sign \x6A96 12456-34
-sign \x71E7 12456-34
-sign \x79AD 12456-34
-sign \x7A57 12456-34
-sign \x7A5F 12456-34
-sign \x9083 12456-34
-sign \x895A 12456-34
-sign \x7E40 12456-34
-sign \x65DE 12456-34
-sign \x61F3 126-34
-sign \x7E50 12456-34
-sign \x7E78 12456-34
-sign \x8B62 12456-34
-sign \x9406 12456-34
-sign \x9429 12456-34
-sign \x5B59 12456-13
-sign \x836A 12456-13
-sign \x72F2 12456-13
-sign \x5B6B 12456-13
-sign \x98E7 12456-13
-sign \x640E 12456-13
-sign \x84C0 12456-13
-sign \x733B 12456-13
-sign \x69C2 12456-13
-sign \x8575 12456-13
-sign \x859E 12456-13
-sign \x635F 12456-136
-sign \x7B0B 12456-136
-sign \x96BC 12456-136
-sign \x7B4D 12456-136
-sign \x640D 12456-136
-sign \x69AB 12456-136
-sign \x7BB0 12456-136
-sign \x93A8 12456-136
-sign \x9DBD 12456-136
-sign \x644C 134-12346
-sign \x6F60 12456-1
-sign \x838F 12456-234
-sign \x5506 12456-234
-sign \x5A11 12456-234
-sign \x686B 12456-234
-sign \x68AD 12456-234
-sign \x509E 12456-234
-sign \x6332 12456-234
-sign \x7743 12456-234
-sign \x84D1 12456-234
-sign \x55E6 12456-234
-sign \x55CD 12456-234
-sign \x7FA7 12456-234
-sign \x8D96 12456-234
-sign \x644D 12456-234
-sign \x7F29 12456-234
-sign \x7C11 12456-234
-sign \x9AFF 124-2345
-sign \x7C14 12456-234
-sign \x7E2E 12456-234
-sign \x9BBB 12456-234
-sign \x6240 12456-2346
-sign \x7D22 12456-2346
-sign \x5522 12456-2346
-sign \x7411 12456-2346
-sign \x7410 12456-2346
-sign \x9501 12456-2346
-sign \x669B 12456-2346
-sign \x55E9 12456-2346
-sign \x6E91 12456-2346
-sign \x7463 12456-2346
-sign \x938D 12456-2346
-sign \x9396 12456-2346
-sign \x93BB 12456-2346
-sign \x93C1 12456-2346
-sign \x9024 12456-24
-sign \x6EB9 12456-24
-sign \x8736 12456-24
-sign \x4ED6 234-2345
-sign \x5B83 5-234-2345
-sign \x5979 4-234-2345
-sign \x7260 234-2345
-sign \x7942 234-2345
-sign \x549C 2346-234
-sign \x8DBF 234-2345
-sign \x94CA 234-2345
-sign \x584C 234-2345
-sign \x6999 234-2345
-sign \x9062 234-2345
-sign \x6EBB 234-2345
-sign \x891F 234-2345
-sign \x95E7 234-2345
-sign \x8E79 234-245
-sign \x5854 234-23456
-sign \x5896 234-23456
-sign \x736D 234-23456
-sign \x9CCE 234-23456
-sign \x737A 234-23456
-sign \x9C28 234-23456
-sign \x6C93 234-245
-sign \x631E 234-245
-sign \x8345 34-2456
-sign \x95FC 234-245
-sign \x5D09 234-245
-sign \x6DBE 234-245
-sign \x509D 234-245
-sign \x6428 234-245
-sign \x905D 234-245
-sign \x9618 234-245
-sign \x69BB 234-245
-sign \x6BFE 234-245
-sign \x79A2 234-245
-sign \x64BB 234-245
-sign \x8E0F 234-245
-sign \x8ABB 234-245
-sign \x6FBE 234-245
-sign \x6A7D 234-245
-sign \x5683 234-245
-sign \x9314 234-245
-sign \x979C 234-245
-sign \x8E4B 234-245
-sign \x6FCC 234-245
-sign \x97B3 234-245
-sign \x95D2 234-245
-sign \x9389 234-245
-sign \x95E5 234-245
-sign \x56BA 234-245
-sign \x8B76 234-245
-sign \x8EA2 234-245
-sign \x548D 234-12345
-sign \x56FC 234-12345
-sign \x5B61 234-12345
-sign \x73C6 25-126
-sign \x80CE 234-12345
-sign \x53F0 234-12456
-sign \x65F2 234-12456
-sign \x90B0 234-12456
-sign \x576E 234-12456
-sign \x62AC 234-12456
-sign \x82D4 234-12456
-sign \x9A80 234-12456
-sign \x70B2 234-12456
-sign \x70B1 234-12456
-sign \x83ED 234-12456
-sign \x8DC6 234-12456
-sign \x9C90 234-12456
-sign \x81FA 234-12456
-sign \x7B88 234-12456
-sign \x98B1 234-12456
-sign \x99D8 234-12456
-sign \x5113 234-12456
-sign \x9B90 234-12456
-sign \x64E1 234-12456
-sign \x85B9 234-12456
-sign \x5B2F 234-12456
-sign \x6AAF 234-12456
-sign \x7C49 234-12456
-sign \x5454 34-12345
-sign \x592A 234-1245
-sign \x5933 234-1245
-sign \x51AD 234-1245
-sign \x5FD5 124-12
-sign \x6C70 234-1245
-sign \x5FF2 234-1245
-sign \x6001 234-1245
-sign \x80BD 234-1245
-sign \x949B 234-1245
-sign \x6CF0 234-1245
-sign \x8226 234-1245
-sign \x7C8F 234-1245
-sign \x915E 234-1245
-sign \x9226 234-1245
-sign \x6E99 234-1245
-sign \x614B 234-1245
-sign \x71E4 234-1245
-sign \x8EDA 34-1245
-sign \x574D 234-1234
-sign \x8D2A 234-1234
-sign \x6039 234-1234
-sign \x8CAA 234-1234
-sign \x75D1 234-1234
-sign \x644A 234-1234
-sign \x6EE9 234-1234
-sign \x563D 234-1234
-sign \x762B 234-1234
-sign \x6F6C 234-1234
-sign \x64F9 234-1234
-sign \x6524 234-1234
-sign \x7058 234-1234
-sign \x7671 234-1234
-sign \x575B 234-1246
-sign \x6619 234-1246
-sign \x5013 234-1246
-sign \x90EF 234-1246
-sign \x8C08 234-1246
-sign \x57EE 234-1246
-sign \x60D4 234-1246
-sign \x5A52 234-1246
-sign \x8983 234-1246
-sign \x5F3E 34-124
-sign \x6983 234-1246
-sign \x952C 234-1246
-sign \x75F0 234-1246
-sign \x8C2D 234-1246
-sign \x58B0 234-1246
-sign \x58B5 234-1246
-sign \x9188 234-1246
-sign \x8AC7 234-1246
-sign \x6F6D 234-1246
-sign \x619B 234-1246
-sign \x58C7 234-1246
-sign \x6A5D 234-1246
-sign \x66C7 234-1246
-sign \x6A80 234-1246
-sign \x9561 234-1246
-sign \x9843 234-1246
-sign \x85EB 234-1246
-sign \x7F48 234-1246
-sign \x58DC 234-1246
-sign \x91B0 234-1246
-sign \x8C9A 234-1246
-sign \x8B5A 234-1246
-sign \x8B60 234-1246
-sign \x7F4E 234-1246
-sign \x5FD0 234-12346
-sign \x5766 234-12346
-sign \x94BD 234-12346
-sign \x8892 234-12346
-sign \x83FC 234-12346
-sign \x6BEF 234-12346
-sign \x926D 234-12346
-sign \x55FF 234-12346
-sign \x61B3 234-12346
-sign \x9193 234-12346
-sign \x66BA 234-12346
-sign \x61BB 234-12346
-sign \x74AE 234-12346
-sign \x8962 234-12346
-sign \x53F9 234-124
-sign \x70AD 234-124
-sign \x63A2 234-124
-sign \x8D55 34-12346
-sign \x6E60 234-124
-sign \x50CB 234-124
-sign \x78B3 234-124
-sign \x5606 234-124
-sign \x8215 234-124
-sign \x64A2 34-12346
-sign \x6B4E 234-124
-sign \x8CE7 34-12346
-sign \x6C64 234-1345
-sign \x94F4 234-1345
-sign \x6E6F 234-1345
-sign \x8025 234-1345
-sign \x5621 234-1345
-sign \x528F 234-1345
-sign \x876A 234-1345
-sign \x7FB0 234-1345
-sign \x859A 234-1345
-sign \x8E5A 234-1345
-sign \x95DB 234-1456
-sign \x97BA 234-1345
-sign \x9F1E 234-1345
-sign \x9967 234-1456
-sign \x5763 234-1456
-sign \x5510 234-1456
-sign \x5802 234-1456
-sign \x68E0 234-1456
-sign \x557A 234-1456
-sign \x508F 234-1456
-sign \x910C 234-1456
-sign \x5858 234-1456
-sign \x642A 234-1456
-sign \x84CE 234-1456
-sign \x5D63 34-145
-sign \x6E8F 234-1456
-sign \x969A 234-1456
-sign \x746D 234-1456
-sign \x69B6 234-1456
-sign \x8185 234-1456
-sign \x717B 234-1456
-sign \x6F1F 234-1456
-sign \x799F 234-1456
-sign \x6A18 234-1456
-sign \x78C4 234-1456
-sign \x819B 234-1456
-sign \x7CC3 234-1456
-sign \x6A56 234-1456
-sign \x8E3C 234-1456
-sign \x8797 234-1456
-sign \x9557 234-1456
-sign \x7BD6 234-1456
-sign \x7CD6 234-1456
-sign \x8D6F 234-1456
-sign \x91A3 234-1456
-sign \x87B3 234-1456
-sign \x9933 234-1456
-sign \x7CDB 234-1456
-sign \x9395 234-1456
-sign \x9939 234-1456
-sign \x93DC 234-1456
-sign \x9944 234-1456
-sign \x9DB6 234-1456
-sign \x5E11 234-13456
-sign \x5018 234-13456
-sign \x5052 234-13456
-sign \x6DCC 234-13456
-sign \x50A5 234-13456
-sign \x954B 234-13456
-sign \x8EBA 234-13456
-sign \x93B2 234-13456
-sign \x513B 234-13456
-sign \x6203 234-13456
-sign \x66ED 234-13456
-sign \x7223 234-13456
-sign \x77D8 234-13456
-sign \x9482 234-13456
-sign \x70EB 234-145
-sign \x6465 234-145
-sign \x8D9F 234-145
-sign \x71D9 234-145
-sign \x940B 234-1345
-sign \x4ED0 234-1235
-sign \x5F22 234-1235
-sign \x6D9B 234-1235
-sign \x7EE6 234-1235
-sign \x7118 234-1235
-sign \x638F 234-1235
-sign \x7D5B 234-1235
-sign \x8A5C 234-1235
-sign \x642F 234-1235
-sign \x5E4D 234-1235
-sign \x6ED4 234-1235
-sign \x6146 234-1235
-sign \x5ACD 234-1235
-sign \x746B 234-1235
-sign \x97EC 234-1235
-sign \x69C4 234-1235
-sign \x98F8 234-1235
-sign \x7E27 234-1235
-sign \x7E1A 234-1235
-sign \x8B1F 234-1235
-sign \x6FE4 234-1235
-sign \x71FE 234-1235
-sign \x97B1 234-1235
-sign \x97DC 234-1235
-sign \x9955 234-1235
-sign \x530B 234-1256
-sign \x8FEF 234-1256
-sign \x54B7 234-1256
-sign \x9003 234-1256
-sign \x6D2E 234-1256
-sign \x6843 234-1256
-sign \x9676 234-1256
-sign \x8404 234-1256
-sign \x68BC 234-1256
-sign \x5555 234-1256
-sign \x6DD8 234-1256
-sign \x7EF9 234-1256
-sign \x7979 234-1256
-sign \x88EA 234-1256
-sign \x9780 234-1256
-sign \x872A 234-1256
-sign \x7DAF 234-1256
-sign \x9789 234-1256
-sign \x9184 234-1256
-sign \x99E3 234-1256
-sign \x92FE 234-1256
-sign \x9A0A 234-1256
-sign \x6AAE 234-1256
-sign \x9940 234-1256
-sign \x9F17 234-1256
-sign \x8BA8 234-12356
-sign \x8A0E 234-12356
-sign \x5957 234-125
-sign \x5FD1 234-24
-sign \x5FD2 2346-345
-sign \x8CA3 234-24
-sign \x7279 234-24
-sign \x8126 234-24
-sign \x94FD 234-24
-sign \x615D 234-24
-sign \x92F1 234-24
-sign \x87D8 234-24
-sign \x81AF 234-135
-sign \x9F1F 234-135
-sign \x75BC 234-156
-sign \x5E50 234-156
-sign \x817E 234-156
-sign \x8A8A 234-156
-sign \x6F1B 234-156
-sign \x6ED5 234-156
-sign \x9086 234-156
-sign \x87A3 234-156
-sign \x7E22 234-156
-sign \x99E6 234-156
-sign \x8B04 234-156
-sign \x85E4 234-156
-sign \x512F 234-156
-sign \x9A30 234-156
-sign \x7C50 234-156
-sign \x9C27 234-156
-sign \x7C58 234-156
-sign \x8645 234-156
-sign \x9A63 234-156
-sign \x972F 234-15
-sign \x5254 2345-123
-sign \x68AF 2345-123
-sign \x9511 2345-123
-sign \x8E22 2345-123
-sign \x92BB 2345-123
-sign \x9DC8 2345-123
-sign \x9DC9 2345-123
-sign \x624C 124-1346
-sign \x82D0 345-12
-sign \x5397 2345-126
-sign \x7EE8 2345-126
-sign \x504D 2345-126
-sign \x63D0 2345-126
-sign \x557C 2345-126
-sign \x7F64 2345-126
-sign \x5D39 2345-126
-sign \x7A0A 2345-126
-sign \x9046 2345-126
-sign \x9E48 2345-126
-sign \x6E27 345-12
-sign \x60FF 2345-126
-sign \x5A9E 2345-126
-sign \x7F07 2345-126
-sign \x7445 2345-126
-sign \x55C1 2345-126
-sign \x7D88 2345-126
-sign \x78AE 2345-126
-sign \x8906 2345-126
-sign \x855B 2345-126
-sign \x9898 2345-126
-sign \x876D 2345-126
-sign \x5FB2 2345-126
-sign \x6F3D 2345-126
-sign \x7DF9 2345-126
-sign \x8DA7 2345-126
-sign \x918D 2345-126
-sign \x8E44 2345-126
-sign \x9D3A 25-126
-sign \x8E4F 2345-126
-sign \x9357 2345-126
-sign \x9CC0 2345-126
-sign \x8B15 2345-126
-sign \x984C 2345-126
-sign \x9BB7 2345-126
-sign \x9D5C 2345-126
-sign \x9A20 2345-126
-sign \x9D97 2345-126
-sign \x9BF7 2345-126
-sign \x9D99 2345-126
-sign \x9DE4 2345-126
-sign \x4F53 2345-1236
-sign \x8EB0 2345-1236
-sign \x9AB5 2345-1236
-sign \x8EC6 2345-1236
-sign \x9AD4 2345-1236
-sign \x623B 2345-12
-sign \x5C49 2345-12
-sign \x5243 2345-12
-sign \x6D1F 2345-12
-sign \x632E 2345-1236
-sign \x501C 2345-12
-sign \x9016 2345-12
-sign \x6D95 2345-12
-sign \x608C 2345-12
-sign \x63A6 2345-12
-sign \x9037 2345-12
-sign \x6090 2345-12
-sign \x60D5 2345-12
-sign \x5C5C 2345-12
-sign \x66FF 2345-12
-sign \x60D6 2345-12
-sign \x88FC 2345-12
-sign \x8905 2345-12
-sign \x9AF0 2345-12
-sign \x6BA2 2345-12
-sign \x6B52 2345-12
-sign \x9B00 2345-12
-sign \x568F 2345-12
-sign \x74CB 2345-12
-sign \x9B04 2345-12
-sign \x5694 2345-12
-sign \x7C4A 2345-12
-sign \x8DAF 2345-12
-sign \x5929 2345-1234
-sign \x5172 2345-1234
-sign \x6DFB 2345-1234
-sign \x5A56 2345-1234
-sign \x9754 2345-1234
-sign \x915F 2345-1234
-sign \x9EC7 2345-1234
-sign \x975D 2345-1234
-sign \x7530 2345-1246
-sign \x6CBA 2345-1246
-sign \x5C47 2345-1246
-sign \x76F7 2345-1246
-sign \x754B 2345-1246
-sign \x80CB 2345-1246
-sign \x7551 2345-1246
-sign \x606C 2345-1246
-sign \x7560 145-12345
-sign \x751B 2345-1246
-sign \x83FE 2345-1246
-sign \x751C 2345-1246
-sign \x6E49 2345-1246
-sign \x586B 2345-1246
-sign \x6437 2345-1246
-sign \x5861 2345-1246
-sign \x9617 2345-1246
-sign \x78B5 2345-1246
-sign \x7DC2 2345-1246
-sign \x78CC 2345-1246
-sign \x7AB4 2345-1246
-sign \x9D2B 2345-1246
-sign \x74B3 2345-1246
-sign \x95D0 2345-1246
-sign \x9DCF 2345-1246
-sign \x9DC6 2345-1246
-sign \x5FDD 2345-12346
-sign \x6B84 2345-12346
-sign \x500E 2345-12346
-sign \x6375 134-13
-sign \x553A 2345-12346
-sign \x94E6 125-1234
-sign \x6DDF 2345-12346
-sign \x60BF 2345-12346
-sign \x7420 2345-12346
-sign \x666A 2345-12346
-sign \x89CD 2345-12346
-sign \x8146 2345-12346
-sign \x7753 2345-12346
-sign \x75F6 345-12346
-sign \x8214 2345-12346
-sign \x9902 2345-12346
-sign \x8CDF 2345-12346
-sign \x89A5 2345-12346
-sign \x9766 2456-12346
-sign \x932A 2345-12346
-sign \x63AD 2345-124
-sign \x7471 2345-124
-sign \x777C 2345-12
-sign \x821A 2345-124
-sign \x65EB 2345-1235
-sign \x4F7B 2345-1235
-sign \x6311 2345-1235
-sign \x5EA3 2345-1235
-sign \x604C 2345-1235
-sign \x7967 2345-1235
-sign \x804E 2345-1235
-sign \x8280 2345-1256
-sign \x6761 2345-1256
-sign \x82D5 2345-1256
-sign \x5CA7 2345-1256
-sign \x5CB9 2345-1256
-sign \x8FE2 2345-1256
-sign \x7952 2345-1256
-sign \x689D 2345-1256
-sign \x8C03 2345-1256
-sign \x7B24 2345-1256
-sign \x84DA 2345-1256
-sign \x84E7 345-125
-sign \x84E8 2345-1256
-sign \x9F86 2345-1256
-sign \x6A24 2345-1256
-sign \x8729 2345-1256
-sign \x9AEB 2345-1256
-sign \x92DA 2345-1256
-sign \x9797 2345-1256
-sign \x9CA6 2345-1256
-sign \x87A9 2345-1256
-sign \x9BC8 2345-1256
-sign \x93A5 2345-1256
-sign \x5135 1246-123
-sign \x9F60 2345-1256
-sign \x9C37 2345-1256
-sign \x5BA8 2345-12356
-sign \x6640 2345-12356
-sign \x7A95 2345-12356
-sign \x8A82 2345-12356
-sign \x7AB1 2345-12356
-sign \x5B25 2345-12356
-sign \x6713 2345-12356
-sign \x8101 2345-12356
-sign \x773A 2345-125
-sign \x7C9C 2345-125
-sign \x7D69 2345-125
-sign \x8D92 2345-1256
-sign \x8DF3 2345-125
-sign \x899C 2345-125
-sign \x982B 235-1236
-sign \x7CF6 2345-125
-sign \x5E16 2345-2346
-sign \x6017 2345-234
-sign \x8D34 2345-234
-sign \x841C 2345-234
-sign \x8051 2345-234
-sign \x8CBC 2345-234
-sign \x8DD5 345-246
-sign \x94C1 2345-2346
-sign \x86C8 2345-2346
-sign \x9244 2345-2346
-sign \x50E3 2345-2346
-sign \x9421 2345-2346
-sign \x9435 2345-2346
-sign \x9A56 2345-2346
-sign \x546B 2345-234
-sign \x98FB 2345-24
-sign \x992E 2345-24
-sign \x5385 2345-135
-sign \x827C 345-1356
-sign \x5E81 2345-135
-sign \x6C40 2345-135
-sign \x5391 25-2456
-sign \x542C 2345-135
-sign \x8013 2345-135
-sign \x539B 2345-135
-sign \x70C3 2345-135
-sign \x70F4 2345-135
-sign \x6E1F 2345-156
-sign \x7D8E 2345-135
-sign \x9793 2345-135
-sign \x8074 2345-135
-sign \x807C 2345-135
-sign \x5EF0 2345-135
-sign \x807D 2345-135
-sign \x5EF3 2345-135
-sign \x9092 2345-156
-sign \x5EF7 2345-156
-sign \x839B 2345-156
-sign \x4EAD 2345-156
-sign \x5EAD 2345-156
-sign \x505C 2345-156
-sign \x8476 2345-156
-sign \x8713 2345-156
-sign \x5D49 2345-156
-sign \x7B73 2345-156
-sign \x5A77 2345-156
-sign \x695F 2345-156
-sign \x69B3 2345-156
-sign \x9706 2345-156
-sign \x95AE 2345-156
-sign \x8064 2345-156
-sign \x874F 2345-156
-sign \x8AEA 2345-156
-sign \x9F2E 2345-156
-sign \x5722 2345-1356
-sign \x4FB9 2345-1356
-sign \x633A 2345-1356
-sign \x6D8F 2345-1356
-sign \x5A17 2345-12346
-sign \x73FD 2345-1356
-sign \x6883 2345-1356
-sign \x8121 2345-1356
-sign \x70F6 2345-1356
-sign \x988B 2345-1356
-sign \x8247 2345-1356
-sign \x8A94 2345-1356
-sign \x9832 2345-1356
-sign \x6FCE 345-1356
-sign \x56F2 26-346
-sign \x70B5 2346-135
-sign \x901A 2346-135
-sign \x75CC 2346-135
-sign \x84EA 2346-135
-sign \x55F5 2346-135
-sign \x6A0B 2346-135
-sign \x71A5 2346-135
-sign \x5182 156-135
-sign \x4EDD 2346-156
-sign \x540C 2346-156
-sign \x4F5F 2346-156
-sign \x5F64 2346-156
-sign \x5CC2 2346-156
-sign \x5E9D 2346-156
-sign \x833C 2346-156
-sign \x54C3 2346-156
-sign \x72EA 2346-156
-sign \x6850 2346-156
-sign \x783C 2346-156
-sign \x664D 2346-156
-sign \x8692 2346-156
-sign \x70D4 2346-156
-sign \x6D75 2346-156
-sign \x772E 2346-156
-sign \x94DC 2346-156
-sign \x79F1 2346-156
-sign \x8855 2346-156
-sign \x7AE5 2346-156
-sign \x7CA1 2346-156
-sign \x7D67 2346-156
-sign \x8D68 2346-156
-sign \x916E 2346-156
-sign \x9256 2346-156
-sign \x8A77 2346-156
-sign \x50EE 2346-156
-sign \x9275 2346-156
-sign \x9285 2346-156
-sign \x9907 2346-156
-sign \x9C96 2346-156
-sign \x52ED 2346-156
-sign \x735E 2346-156
-sign \x6F7C 2346-156
-sign \x6A66 2346-156
-sign \x66C8 2346-156
-sign \x729D 2346-156
-sign \x6723 2346-156
-sign \x81A7 2346-156
-sign \x6C03 2346-156
-sign \x71D1 2346-156
-sign \x77B3 2346-156
-sign \x7A5C 2346-156
-sign \x9BA6 2346-156
-sign \x7EDF 2346-1356
-sign \x6345 2346-1356
-sign \x6876 2346-1356
-sign \x7B52 2346-1356
-sign \x7D71 2346-1356
-sign \x7B69 2346-156
-sign \x7D82 2346-1356
-sign \x6078 2346-15
-sign \x75DB 2346-15
-sign \x615F 2346-15
-sign \x6185 2346-15
-sign \x5077 234-134
-sign \x5078 234-134
-sign \x936E 234-134
-sign \x5934 234-146
-sign \x6295 234-146
-sign \x9AB0 234-146
-sign \x7DF0 1256-123
-sign \x982D 234-146
-sign \x59B5 234-1346
-sign \x7D0F 234-1346
-sign \x6B95 235-1346
-sign \x9204 34-1346
-sign \x6568 234-1346
-sign \x65A2 234-1346
-sign \x9EC8 234-1346
-sign \x8623 234-1346
-sign \x54E3 236-1346
-sign \x900F 234-14
-sign \x51F8 2346-123
-sign \x79BF 2346-123
-sign \x79C3 2346-123
-sign \x7A81 2346-123
-sign \x550B 2346-1236
-sign \x6D8B 2346-123
-sign \x6378 2346-123
-sign \x5817 2346-123
-sign \x8456 2346-123
-sign \x75DC 2346-123
-sign \x6E65 2346-123
-sign \x7479 2346-126
-sign \x5D80 2346-123
-sign \x92F5 2346-123
-sign \x9D5A 2346-123
-sign \x9F35 2346-123
-sign \x56F3 2346-126
-sign \x56FE 2346-126
-sign \x51C3 2346-126
-sign \x6348 2346-126
-sign \x837C 2346-126
-sign \x5F92 2346-126
-sign \x5CF9 2346-126
-sign \x9014 2346-126
-sign \x5EA9 2346-126
-sign \x6D82 2346-126
-sign \x688C 2346-126
-sign \x5C60 2346-126
-sign \x63EC 2346-126
-sign \x7A0C 2346-126
-sign \x84A4 2346-126
-sign \x7B61 2346-126
-sign \x5D5E 2346-126
-sign \x922F 2346-126
-sign \x816F 2346-126
-sign \x760F 2346-126
-sign \x5857 2346-126
-sign \x9174 2346-126
-sign \x8DFF 2346-126
-sign \x5716 2346-126
-sign \x5717 2346-126
-sign \x5EDC 2346-126
-sign \x6F73 2346-126
-sign \x999F 2346-126
-sign \x99FC 2346-126
-sign \x934E 2346-126
-sign \x9D4C 2346-126
-sign \x9D9F 2346-126
-sign \x9DCB 2346-126
-sign \x9DF5 2346-126
-sign \x571F 2346-1236
-sign \x5721 2346-1236
-sign \x5410 2346-1236
-sign \x6C62 2346-1236
-sign \x948D 2346-1236
-sign \x91F7 2346-1236
-sign \x514E 2346-12
-sign \x8FCC 2346-12
-sign \x5154 2346-12
-sign \x83B5 2346-12
-sign \x580D 2346-12
-sign \x83DF 2346-12
-sign \x9D75 2346-12
-sign \x732F 2346-1234
-sign \x6E4D 2346-1234
-sign \x5715 2346-1234
-sign \x7153 2346-1234
-sign \x8C92 2346-1234
-sign \x56E2 2346-1246
-sign \x56E3 2346-1246
-sign \x629F 2346-1246
-sign \x6476 2346-1246
-sign \x84F4 1346-16
-sign \x5718 2346-1246
-sign \x6F19 2346-1246
-sign \x6171 2346-1246
-sign \x69EB 2346-1246
-sign \x7BFF 2346-1246
-sign \x6AB2 2346-1246
-sign \x93C4 2346-1246
-sign \x7CF0 2346-1246
-sign \x9DD2 2346-1246
-sign \x9DFB 2346-1246
-sign \x7583 2346-12346
-sign \x5F56 2346-124
-sign \x6E6A 2346-124
-sign \x8916 2346-124
-sign \x63A8 2346-345
-sign \x84F7 2346-345
-sign \x85EC 2346-345
-sign \x9893 2346-346
-sign \x50D3 2346-346
-sign \x96A4 2346-346
-sign \x5C35 2346-346
-sign \x9839 2346-346
-sign \x983D 2346-346
-sign \x983A 2346-346
-sign \x9B4B 2346-346
-sign \x8608 2346-346
-sign \x8E6A 2346-346
-sign \x7A68 2346-346
-sign \x4FC0 2346-3456
-sign \x812E 2346-3456
-sign \x817F 2346-3456
-sign \x8E46 2346-3456
-sign \x9ABD 2346-3456
-sign \x4FBB 2346-234
-sign \x9000 2346-34
-sign \x5A27 2346-34
-sign \x86FB 2346-34
-sign \x8715 2346-34
-sign \x717A 2346-34
-sign \x892A 2346-34
-sign \x8781 2346-34
-sign \x99FE 2346-34
-sign \x541E 2346-13
-sign \x5451 2346-13
-sign \x65FD 2346-13
-sign \x6D92 2346-13
-sign \x671C 2346-13
-sign \x711E 2346-13
-sign \x66BE 2346-13
-sign \x9ED7 2346-16
-sign \x5C6F 2346-16
-sign \x829A 2346-16
-sign \x56E4 2346-16
-sign \x9968 2346-16
-sign \x5E89 346-1
-sign \x5FF3 2346-16
-sign \x8ED8 2346-16
-sign \x8C58 2346-16
-sign \x8C5A 2346-16
-sign \x98E9 2346-16
-sign \x9C80 2346-16
-sign \x9B68 2346-16
-sign \x9715 2346-16
-sign \x81C0 2346-16
-sign \x81CB 2346-16
-sign \x6C3D 2346-136
-sign \x757D 2346-12346
-sign \x5749 2346-16
-sign \x4E47 2346-234
-sign \x8BAC 2346-234
-sign \x6258 2346-234
-sign \x9966 2346-234
-sign \x6C51 2346-234
-sign \x6754 2346-234
-sign \x62D6 2346-234
-sign \x62D5 2346-234
-sign \x5483 2346-234
-sign \x4F82 2346-234
-sign \x6CB0 2346-234
-sign \x838C 2346-234
-sign \x8A17 2346-234
-sign \x88A5 2346-234
-sign \x98E5 2346-234
-sign \x812B 2346-234
-sign \x8131 2346-234
-sign \x99B2 2346-234
-sign \x9B60 2346-234
-sign \x9A5D 2346-234
-sign \x9A6E 2346-246
-sign \x4F57 2346-246
-sign \x9641 2346-246
-sign \x9640 2346-246
-sign \x5768 2346-246
-sign \x5CAE 2346-246
-sign \x72CF 2346-246
-sign \x6CB2 2346-246
-sign \x6CB1 2346-246
-sign \x8FF1 25-126
-sign \x9A7C 2346-246
-sign \x67C1 2346-246
-sign \x7824 2346-246
-sign \x7823 2346-246
-sign \x9E35 2346-246
-sign \x8889 2346-246
-sign \x7D3D 2346-246
-sign \x5836 2346-246
-sign \x9161 2346-246
-sign \x8DCE 2346-246
-sign \x8A51 2346-246
-sign \x99B1 2346-246
-sign \x78A2 2346-246
-sign \x9248 234-2345
-sign \x99C4 2346-246
-sign \x69D6 2346-246
-sign \x99DE 2346-246
-sign \x99DD 2346-246
-sign \x8E3B 16-2345
-sign \x92D6 1245-123
-sign \x6A50 2346-246
-sign \x9D15 2346-246
-sign \x9B80 2346-246
-sign \x9F27 2346-246
-sign \x9A28 2346-246
-sign \x9F0D 2346-246
-sign \x9A52 2346-246
-sign \x9F09 2346-246
-sign \x59A5 2346-2346
-sign \x6BE4 2346-24
-sign \x5EB9 2346-2346
-sign \x692D 2346-2346
-sign \x6955 2346-2346
-sign \x64B1 26-3456
-sign \x6A62 2346-2346
-sign \x9D4E 2346-2346
-sign \x8EC3 2346-2346
-sign \x9C16 2346-2346
-sign \x62D3 2346-24
-sign \x67DD 2346-24
-sign \x553E 2346-24
-sign \x6DB6 2346-234
-sign \x6BFB 2346-24
-sign \x7BA8 2346-24
-sign \x7C5C 2346-24
-sign \x5C72 26-2345
-sign \x7A75 26-2345
-sign \x52B8 26-2345
-sign \x6316 26-2345
-sign \x54C7 26-356
-sign \x5F8D 26-2345
-sign \x6D3C 26-2345
-sign \x7556 26-2345
-sign \x7A8A 26-2345
-sign \x5A32 26-2345
-sign \x5558 256-234
-sign \x5AA7 26-2345
-sign \x86D9 26-2345
-sign \x6432 26-2345
-sign \x6E9B 26-2345
-sign \x6F25 26-2345
-sign \x7AAA 26-2345
-sign \x9F03 26-2345
-sign \x6528 26-2345
-sign \x5A03 26-2456
-sign \x8B41 26-2456
-sign \x74E6 26-23456
-sign \x90B7 26-23456
-sign \x4F64 26-23456
-sign \x5493 26-23456
-sign \x74F2 26-23456
-sign \x7819 26-23456
-sign \x889C 26-245
-sign \x8049 26-245
-sign \x55E2 26-245
-sign \x817D 26-245
-sign \x8183 26-245
-sign \x896A 26-245
-sign \x97C8 26-245
-sign \x97E4 26-245
-sign \x54BC 26-12345
-sign \x6B6A 26-12345
-sign \x558E 26-12345
-sign \x7AF5 26-12345
-sign \x5D34 26-123456
-sign \x5916 26-1245
-sign \x9861 26-1245
-sign \x5F2F 26-1234
-sign \x525C 26-1234
-sign \x6365 26-124
-sign \x5E35 26-1234
-sign \x5846 26-1234
-sign \x6E7E 26-1234
-sign \x7755 26-1234
-sign \x873F 26-1234
-sign \x7BA2 256-1234
-sign \x8C4C 26-1234
-sign \x6F6B 26-1234
-sign \x5F4E 26-1234
-sign \x58EA 26-1234
-sign \x7063 26-1234
-sign \x4E38 26-1246
-sign \x5213 26-1246
-sign \x8284 26-1246
-sign \x6C4D 26-1246
-sign \x7EA8 26-1246
-sign \x628F 26-1246
-sign \x5C8F 26-1246
-sign \x5B8C 26-1246
-sign \x73A9 26-1246
-sign \x7B02 26-1246
-sign \x7D08 26-1246
-sign \x987D 26-1246
-sign \x6356 26-1246
-sign \x8CA6 26-1246
-sign \x70F7 26-1246
-sign \x9AAB 26-3456
-sign \x9811 26-1246
-sign \x5B9B 26-12346
-sign \x633D 26-12346
-sign \x83AC 26-12346
-sign \x550D 26-12346
-sign \x5007 26-12346
-sign \x76CC 26-12346
-sign \x7413 26-1246
-sign \x57E6 26-12346
-sign \x83C0 26-12346
-sign \x689A 26-12346
-sign \x665A 26-12346
-sign \x6665 26-12346
-sign \x8118 26-12346
-sign \x6DB4 26-24
-sign \x60CB 26-12346
-sign \x5A49 26-12346
-sign \x7EFE 26-12346
-sign \x742C 26-12346
-sign \x8442 2456-12346
-sign \x6900 26-12346
-sign \x6669 26-12346
-sign \x667C 26-12346
-sign \x7696 26-12346
-sign \x7897 26-12346
-sign \x7579 26-12346
-sign \x8F13 26-12346
-sign \x7DB0 26-12346
-sign \x7DA9 26-12346
-sign \x8E20 26-12346
-sign \x92D4 26-12346
-sign \x4E07 26-124
-sign \x5350 26-124
-sign \x534D 26-124
-sign \x6764 26-124
-sign \x5FE8 26-1246
-sign \x8115 26-124
-sign \x842C 26-124
-sign \x8155 26-124
-sign \x92C4 26-124
-sign \x7FEB 26-124
-sign \x77A3 26-124
-sign \x87C3 26-124
-sign \x8D03 26-124
-sign \x93AB 26-124
-sign \x8D0E 26-124
-sign \x5C2A 26-1345
-sign \x5C2B 26-1345
-sign \x6C6A 26-1345
-sign \x5C29 26-1345
-sign \x4EBE 26-1456
-sign \x5166 26-1456
-sign \x4EA1 26-1456
-sign \x738B 26-1456
-sign \x4EFC 26-1456
-sign \x5F7A 26-1456
-sign \x83A3 26-1456
-sign \x869F 26-1456
-sign \x7F51 26-13456
-sign \x5FF9 26-13456
-sign \x6789 26-13456
-sign \x7F56 26-13456
-sign \x7F54 26-13456
-sign \x5F83 26-13456
-sign \x5F80 26-13456
-sign \x83F5 26-13456
-sign \x60D8 26-13456
-sign \x68E2 26-13456
-sign \x8F8B 26-13456
-sign \x6680 26-13456
-sign \x86E7 26-13456
-sign \x8744 26-13456
-sign \x7DB2 26-13456
-sign \x8F1E 26-13456
-sign \x8AB7 26-13456
-sign \x9B4D 26-13456
-sign \x7007 26-13456
-sign \x5984 26-145
-sign \x8FCB 26-145
-sign \x5FD8 26-145
-sign \x65FA 26-145
-sign \x76F3 246-1456
-sign \x671B 26-145
-sign \x6722 26-145
-sign \x5371 26-345
-sign \x5A01 26-345
-sign \x70D3 26-345
-sign \x9036 26-345
-sign \x504E 26-345
-sign \x9687 26-345
-sign \x9688 26-345
-sign \x63FB 26-345
-sign \x63CB 26-345
-sign \x8473 26-345
-sign \x8468 26-345
-sign \x55B4 26-345
-sign \x6E28 26-345
-sign \x6104 26-345
-sign \x5A99 26-345
-sign \x6972 26-345
-sign \x6933 26-345
-sign \x5FAE 26-345
-sign \x8A74 26-345
-sign \x7168 26-345
-sign \x6EA6 26-345
-sign \x875B 26-345
-sign \x89A3 26-345
-sign \x7E05 26-345
-sign \x8587 26-345
-sign \x5DB6 26-345
-sign \x9CC2 26-345
-sign \x71F0 26-345
-sign \x7650 26-345
-sign \x5DCD 26-345
-sign \x9C04 26-345
-sign \x9C03 26-345
-sign \x56D7 26-346
-sign \x97E6 26-346
-sign \x4E3A 26-346
-sign \x5729 26-346
-sign \x8FDD 26-346
-sign \x56F4 26-346
-sign \x5E0F 26-346
-sign \x95F1 26-346
-sign \x6CA9 26-346
-sign \x5CD7 26-346
-sign \x5CDE 26-346
-sign \x70BA 26-346
-sign \x6D08 26-346
-sign \x97CB 26-346
-sign \x6845 26-346
-sign \x6DA0 26-346
-sign \x552F 26-346
-sign \x5E37 26-346
-sign \x60DF 26-346
-sign \x7EF4 26-346
-sign \x741F 26-346
-sign \x55A1 26-346
-sign \x5D6C 26-346
-sign \x5E43 26-346
-sign \x570D 26-346
-sign \x7232 26-34
-sign \x6E88 26-346
-sign \x6E4B 26-346
-sign \x9055 26-346
-sign \x5A81 26-345
-sign \x84F6 26-346
-sign \x912C 26-346
-sign \x6F4D 26-346
-sign \x7DAD 26-346
-sign \x649D 126-345
-sign \x9180 26-346
-sign \x6F7F 26-346
-sign \x6F59 26-346
-sign \x5BEA 26-346
-sign \x95C8 26-346
-sign \x934F 26-346
-sign \x9BA0 26-346
-sign \x6FF0 26-346
-sign \x7653 26-346
-sign \x89B9 26-346
-sign \x973A 26-346
-sign \x72A9 26-346
-sign \x4F1F 26-3456
-sign \x4F2A 26-3456
-sign \x82C7 26-3456
-sign \x829B 26-3456
-sign \x5C3E 26-3456
-sign \x7EAC 26-3456
-sign \x73AE 26-3456
-sign \x59D4 26-3456
-sign \x709C 26-3456
-sign \x6D27 26-3456
-sign \x6364 26-3456
-sign \x8371 26-3456
-sign \x6D58 26-3456
-sign \x8BFF 26-3456
-sign \x5C57 26-3456
-sign \x5A13 26-3456
-sign \x840E 26-3456
-sign \x68B6 26-3456
-sign \x784A 26-3456
-sign \x5D23 26-3456
-sign \x9AA9 26-3456
-sign \x507D 26-3456
-sign \x5049 26-3456
-sign \x9697 26-3456
-sign \x848D 26-3456
-sign \x8466 26-3456
-sign \x5D54 26-3456
-sign \x9AAA 26-3456
-sign \x5FAB 26-3456
-sign \x7325 26-3456
-sign \x5EC6 26-3456
-sign \x6107 26-3456
-sign \x744B 26-3456
-sign \x6932 26-3456
-sign \x97EA 26-3456
-sign \x6690 26-3456
-sign \x8249 26-3456
-sign \x8172 26-3456
-sign \x75FF 26-3456
-sign \x7152 26-3456
-sign \x8732 26-345
-sign \x873C 26-34
-sign \x50DE 26-3456
-sign \x9C94 26-3456
-sign \x853F 26-3456
-sign \x97D1 26-3456
-sign \x8E13 26-3456
-sign \x9820 26-3456
-sign \x8AC9 26-3456
-sign \x7DEF 26-3456
-sign \x85B3 26-3456
-sign \x5130 26-3456
-sign \x9361 26-3456
-sign \x9BAA 26-3456
-sign \x6FFB 26-3456
-sign \x58DD 26-3456
-sign \x97D9 26-3456
-sign \x98B9 26-3456
-sign \x7022 26-3456
-sign \x97E1 26-3456
-sign \x4EB9 26-3456
-sign \x6596 26-3456
-sign \x536B 26-34
-sign \x672A 26-34
-sign \x4F4D 26-34
-sign \x82FF 26-34
-sign \x5473 26-34
-sign \x754F 26-34
-sign \x80C3 26-34
-sign \x8ECE 26-34
-sign \x53DE 26-34
-sign \x83CB 26-34
-sign \x7859 26-34
-sign \x8C13 26-34
-sign \x5C09 26-34
-sign \x5582 26-34
-sign \x732C 26-34
-sign \x6E2D 26-34
-sign \x5AA6 26-34
-sign \x715F 26-34
-sign \x589B 26-34
-sign \x851A 26-34
-sign \x78A8 26-3456
-sign \x71AD 26-34
-sign \x78D1 26-34
-sign \x875F 26-34
-sign \x885B 26-34
-sign \x729A 26-34
-sign \x6170 26-34
-sign \x7DED 26-34
-sign \x748F 14-12
-sign \x7F7B 26-34
-sign \x885E 26-34
-sign \x9317 26-34
-sign \x9927 26-34
-sign \x9B87 26-34
-sign \x8B02 26-34
-sign \x6FCA 126-34
-sign \x61C0 26-34
-sign \x9B4F 26-34
-sign \x9935 26-34
-sign \x87B1 26-34
-sign \x893D 26-34
-sign \x85EF 26-34
-sign \x8F4A 26-34
-sign \x9728 26-34
-sign \x93CF 26-34
-sign \x9CDA 26-34
-sign \x8636 26-34
-sign \x9956 26-34
-sign \x8E97 26-34
-sign \x8B86 26-34
-sign \x8E9B 26-34
-sign \x8B8F 26-34
-sign \x6637 26-13
-sign \x586D 26-13
-sign \x6E29 26-13
-sign \x7465 26-13
-sign \x6985 26-13
-sign \x6B9F 26-13
-sign \x6EAB 26-13
-sign \x69B2 26-13
-sign \x761F 26-13
-sign \x8C71 26-13
-sign \x93BE 26-13
-sign \x9942 26-13
-sign \x9CC1 26-13
-sign \x9C1B 26-13
-sign \x9C2E 26-13
-sign \x4EA0 26-16
-sign \x6587 26-16
-sign \x82A0 26-16
-sign \x5F63 26-16
-sign \x7EB9 26-16
-sign \x7086 26-16
-sign \x7807 2456-16
-sign \x95FB 26-16
-sign \x868A 26-16
-sign \x8689 26-16
-sign \x7D0B 26-16
-sign \x73F3 26-16
-sign \x960C 26-16
-sign \x96EF 26-16
-sign \x99C7 26-16
-sign \x99BC 26-16
-sign \x805E 26-16
-sign \x7612 26-16
-sign \x9B70 26-16
-sign \x9CFC 26-16
-sign \x9D0D 26-16
-sign \x95BA 26-16
-sign \x95BF 26-16
-sign \x87A1 26-16
-sign \x95C5 26-16
-sign \x9F24 26-16
-sign \x87C1 26-16
-sign \x95E6 26-16
-sign \x520E 26-136
-sign \x6286 26-136
-sign \x545A 126-2456
-sign \x543B 26-136
-sign \x5445 26-136
-sign \x5FDF 2456-136
-sign \x80B3 26-136
-sign \x5FDE 2456-136
-sign \x7D0A 26-136
-sign \x687D 26-136
-sign \x8117 26-136
-sign \x7A33 26-136
-sign \x7A4F 26-136
-sign \x7A69 26-136
-sign \x95EE 26-1
-sign \x6C76 26-1
-sign \x598F 26-1
-sign \x554F 26-1
-sign \x63FE 26-1
-sign \x6435 26-1
-sign \x9850 26-1
-sign \x74BA 26-1
-sign \x7FC1 26-135
-sign \x55E1 26-135
-sign \x6EC3 26-1356
-sign \x9E5F 26-135
-sign \x8789 26-135
-sign \x9393 26-135
-sign \x9DB2 26-135
-sign \x5963 26-1356
-sign \x52DC 26-1356
-sign \x5855 26-1356
-sign \x84CA 26-1356
-sign \x5D61 26-1356
-sign \x66A1 26-1356
-sign \x7788 26-1356
-sign \x806C 26-1356
-sign \x651A 26-1356
-sign \x74EE 26-15
-sign \x8579 26-15
-sign \x7515 26-15
-sign \x7F4B 26-15
-sign \x9F46 26-15
-sign \x631D 26-234
-sign \x83B4 26-234
-sign \x502D 26-234
-sign \x6DA1 26-234
-sign \x581D 26-234
-sign \x637C 356-246
-sign \x8435 26-234
-sign \x5529 26-234
-sign \x7327 26-234
-sign \x6E26 26-234
-sign \x6DB9 26-234
-sign \x5594 26-1235
-sign \x7A9D 26-234
-sign \x8717 26-234
-sign \x7AA9 26-234
-sign \x64BE 26-234
-sign \x8778 26-234
-sign \x8E12 26-234
-sign \x6211 26-2346
-sign \x6370 26-2346
-sign \x5A50 26-2346
-sign \x5A51 26-2346
-sign \x4EF4 26-24
-sign \x809F 26-24
-sign \x6C83 26-24
-sign \x5367 26-24
-sign \x81E5 26-24
-sign \x637E 26-24
-sign \x5053 26-24
-sign \x63E1 26-24
-sign \x786A 26-24
-sign \x5E44 26-24
-sign \x7125 26-24
-sign \x6E25 26-24
-sign \x5A89 26-24
-sign \x6943 26-24
-sign \x815B 26-24
-sign \x65A1 26-24
-sign \x7783 26-24
-sign \x74C1 26-24
-sign \x9F8C 26-24
-sign \x81D2 26-24
-sign \x6FE3 26-24
-sign \x9F77 26-24
-sign \x4E4C 26-123
-sign \x572C 26-123
-sign \x90AC 26-123
-sign \x6C61 26-123
-sign \x5F19 26-123
-sign \x6747 26-123
-sign \x5DEB 26-123
-sign \x545C 26-123
-sign \x94A8 26-123
-sign \x6D3F 26-123
-sign \x8BEC 26-123
-sign \x5C4B 26-123
-sign \x8DB6 26-12
-sign \x70CF 26-123
-sign \x91EB 126-2456
-sign \x7A8F 26-123
-sign \x526D 26-123
-sign \x9114 26-123
-sign \x55DA 26-123
-sign \x8A88 26-123
-sign \x6B4D 26-123
-sign \x8AA3 26-123
-sign \x7BBC 26-123
-sign \x8790 26-123
-sign \x9D2E 26-123
-sign \x93A2 26-123
-sign \x9C1E 26-123
-sign \x65E0 26-126
-sign \x6BCB 26-126
-sign \x829C 26-126
-sign \x543E 26-126
-sign \x5434 26-126
-sign \x5433 26-126
-sign \x5449 26-126
-sign \x90DA 26-126
-sign \x8381 26-126
-sign \x8323 26-126
-sign \x5514 26-126
-sign \x6D6F 26-126
-sign \x6D16 26-126
-sign \x5A2A 26-126
-sign \x73F8 26-126
-sign \x68A7 26-126
-sign \x7966 26-126
-sign \x9E40 26-126
-sign \x7121 26-126
-sign \x8708 26-126
-sign \x7991 26-126
-sign \x58B2 26-126
-sign \x856A 26-126
-sign \x7491 26-126
-sign \x6A46 26-126
-sign \x9D50 26-126
-sign \x9BC3 26-126
-sign \x8B55 26-126
-sign \x9F2F 26-126
-sign \x9DE1 26-126
-sign \x4E44 26-1236
-sign \x4E94 26-1236
-sign \x5348 26-1236
-sign \x4F0D 26-1236
-sign \x4EF5 26-1236
-sign \x8FD5 26-1236
-sign \x5E91 26-1236
-sign \x6003 26-1236
-sign \x5FE4 26-1236
-sign \x59A9 26-1236
-sign \x6B66 26-1236
-sign \x739D 26-1236
-sign \x65FF 26-1236
-sign \x4FC9 26-12
-sign \x4FAE 26-1236
-sign \x6342 26-1236
-sign \x5035 26-1236
-sign \x554E 26-1236
-sign \x727E 26-1236
-sign \x5A2C 26-1236
-sign \x73F7 26-1236
-sign \x9E49 26-1236
-sign \x6440 26-1236
-sign \x7894 26-1236
-sign \x7466 26-1236
-sign \x821E 26-1236
-sign \x7193 26-1236
-sign \x5EE1 26-1236
-sign \x6F55 26-1236
-sign \x61AE 26-1236
-sign \x5AF5 26-1236
-sign \x7512 26-1236
-sign \x511B 26-1236
-sign \x933B 26-1236
-sign \x9D61 26-1236
-sign \x8E8C 26-1236
-sign \x5140 26-12
-sign \x52FF 26-12
-sign \x620A 26-12
-sign \x52A1 26-12
-sign \x9622 26-12
-sign \x6264 26-12
-sign \x5C7C 26-12
-sign \x4F06 26-136
-sign \x575E 26-12
-sign \x82B4 26-12
-sign \x674C 26-12
-sign \x5C89 26-12
-sign \x5FE2 26-12
-sign \x77F9 26-12
-sign \x7269 26-12
-sign \x8BEF 26-12
-sign \x6544 26-12
-sign \x901C 26-1236
-sign \x7C85 26-12
-sign \x609F 26-12
-sign \x60AE 26-12
-sign \x609E 26-12
-sign \x52D9 26-12
-sign \x6664 26-12
-sign \x7110 26-12
-sign \x9770 26-12
-sign \x75E6 26-12
-sign \x9696 26-12
-sign \x5A7A 26-12
-sign \x9A9B 26-12
-sign \x5862 26-12
-sign \x96FE 26-12
-sign \x96FA 26-12
-sign \x5D68 26-12
-sign \x6EA9 26-12
-sign \x5966 26-12
-sign \x8AA4 26-12
-sign \x5BE4 26-12
-sign \x9E5C 26-12
-sign \x7183 26-12
-sign \x92C8 26-12
-sign \x7AB9 26-12
-sign \x971A 26-12
-sign \x9F3F 26-12
-sign \x9727 26-12
-sign \x9F40 26-12
-sign \x9A16 26-12
-sign \x9DA9 26-12
-sign \x5915 125-123
-sign \x516E 125-123
-sign \x909C 125-123
-sign \x8980 125-123
-sign \x897F 125-123
-sign \x5438 125-123
-sign \x6C50 125-123
-sign \x5FDA 125-123
-sign \x6278 125-123
-sign \x5E0C 125-123
-sign \x6614 125-123
-sign \x6790 125-123
-sign \x77FD 125-123
-sign \x5365 125-123
-sign \x80B8 125-123
-sign \x80B9 125-123
-sign \x7A78 125-123
-sign \x6038 125-123
-sign \x4FD9 125-123
-sign \x5F94 13456-156
-sign \x5F86 125-123
-sign \x90D7 125-123
-sign \x997B 125-123
-sign \x8383 125-123
-sign \x550F 125-123
-sign \x6C25 125-123
-sign \x727A 125-123
-sign \x606F 125-123
-sign \x595A 125-123
-sign \x72F6 125-123
-sign \x6D60 125-123
-sign \x6095 125-123
-sign \x5C56 125-123
-sign \x5A2D 125-123
-sign \x740B 125-123
-sign \x8D65 125-123
-sign \x83E5 125-123
-sign \x6878 125-123
-sign \x7852 125-123
-sign \x553D 125-123
-sign \x665E 125-123
-sign \x7101 125-123
-sign \x91F8 125-123
-sign \x6B37 125-123
-sign \x6089 125-123
-sign \x70EF 125-123
-sign \x6DC5 125-123
-sign \x6E13 125-123
-sign \x60DC 125-123
-sign \x7108 125-123
-sign \x6673 125-123
-sign \x60C1 125-123
-sign \x6670 125-123
-sign \x774E 125-123
-sign \x7A00 125-123
-sign \x5092 125-123
-sign \x910E 125-123
-sign \x823E 125-123
-sign \x7FD5 125-123
-sign \x7FD6 125-123
-sign \x7C9E 125-123
-sign \x711F 125-123
-sign \x712C 125-123
-sign \x7280 125-123
-sign \x84A0 125-123
-sign \x7699 125-123
-sign \x5380 125-123
-sign \x5D60 125-123
-sign \x9521 125-123
-sign \x5FAF 125-123
-sign \x6EAA 125-123
-sign \x7155 125-123
-sign \x7199 125-123
-sign \x8724 1245-123
-sign \x69BD 125-123
-sign \x8C68 125-123
-sign \x8725 125-123
-sign \x7188 125-123
-sign \x50D6 125-123
-sign \x990F 125-123
-sign \x8A92 23456-345
-sign \x7184 125-123
-sign \x7DC6 125-123
-sign \x78CE 125-123
-sign \x563B 125-123
-sign \x564F 125-123
-sign \x9919 124-12
-sign \x819D 125-123
-sign \x761C 125-123
-sign \x5B09 125-123
-sign \x5B06 125-123
-sign \x71B9 125-123
-sign \x6A40 125-123
-sign \x6A28 125-123
-sign \x8785 125-123
-sign \x8787 135-123
-sign \x932B 125-123
-sign \x6B59 125-123
-sign \x51DE 125-123
-sign \x7FB2 125-123
-sign \x71BA 125-123
-sign \x71BB 125-123
-sign \x7AB8 125-123
-sign \x7902 125-123
-sign \x8C6F 125-123
-sign \x77A6 125-123
-sign \x87CB 125-123
-sign \x72A0 125-123
-sign \x8C40 125-123
-sign \x8C95 125-123
-sign \x8C3F 125-123
-sign \x71E8 125-123
-sign \x9D57 125-123
-sign \x9BD1 125-123
-sign \x7CE6 125-123
-sign \x96DF 16-345
-sign \x7E65 125-123
-sign \x91AF 125-123
-sign \x93ED 125-123
-sign \x89F9 125-123
-sign \x8B46 125-123
-sign \x96B5 125-123
-sign \x66E6 125-123
-sign \x5DC7 125-123
-sign \x9145 125-123
-sign \x72A7 125-123
-sign \x7214 125-123
-sign \x89FD 125-123
-sign \x9F37 125-123
-sign \x8835 125-123
-sign \x9E02 125-123
-sign \x89FF 125-123
-sign \x9474 125-123
-sign \x4E60 125-126
-sign \x90CB 125-126
-sign \x5E2D 125-126
-sign \x89CB 125-126
-sign \x88AD 125-126
-sign \x7FD2 125-126
-sign \x55BA 125-12
-sign \x84B5 125-126
-sign \x84C6 125-126
-sign \x693A 125-126
-sign \x5AB3 125-126
-sign \x8D98 125-126
-sign \x89A1 125-126
-sign \x5D8D 125-126
-sign \x6F1D 125-126
-sign \x69E2 125-126
-sign \x8777 1235-12
-sign \x8582 125-126
-sign \x96B0 125-126
-sign \x6A84 125-126
-sign \x93B4 125-126
-sign \x8B35 125-126
-sign \x972B 125-126
-sign \x9CDB 125-126
-sign \x9A31 125-126
-sign \x98C1 125-126
-sign \x9A3D 125-126
-sign \x9C3C 125-126
-sign \x8972 125-126
-sign \x9A68 125-126
-sign \x676B 1245-12
-sign \x6D17 125-1236
-sign \x67B2 125-1236
-sign \x73BA 125-1236
-sign \x94E3 125-1236
-sign \x5F99 125-1236
-sign \x559C 125-1236
-sign \x8478 125-1236
-sign \x8448 125-1236
-sign \x9222 125-1236
-sign \x84F0 125-1236
-sign \x9291 125-1236
-sign \x6F07 125-1236
-sign \x5C63 125-1236
-sign \x6198 125-123
-sign \x6B56 125-1236
-sign \x6199 125-1236
-sign \x6A72 125-1236
-sign \x66BF 125-123
-sign \x8AF0 125-1236
-sign \x79A7 125-1236
-sign \x58D0 125-1236
-sign \x8B11 125-1236
-sign \x7E30 125-1236
-sign \x8E5D 125-1236
-sign \x87E2 125-1236
-sign \x74BD 125-1236
-sign \x74D5 2456-126
-sign \x9C5A 125-1236
-sign \x56CD 125-1236
-sign \x8EA7 125-1236
-sign \x5338 125-12
-sign \x534C 125-12
-sign \x620F 125-12
-sign \x9969 125-12
-sign \x7CFB 125-12
-sign \x546C 125-12
-sign \x5FE5 125-12
-sign \x602C 125-12
-sign \x7EC6 125-12
-sign \x76FB 125-12
-sign \x54A5 125-123
-sign \x4FC2 125-12
-sign \x90E4 125-12
-sign \x6044 125-12
-sign \x6B2F 125-12
-sign \x7EE4 125-12
-sign \x91F3 125-12
-sign \x9212 125-12
-sign \x960B 125-12
-sign \x7D30 125-12
-sign \x8D87 125-12
-sign \x691E 125-12
-sign \x8204 125-12
-sign \x9699 125-12
-sign \x8D69 125-12
-sign \x6ECA 125-12
-sign \x6140 125-12
-sign \x798A 125-12
-sign \x969F 125-12
-sign \x7D8C 125-12
-sign \x7294 125-12
-sign \x7A27 125-12
-sign \x7182 125-12
-sign \x856E 125-12
-sign \x622F 125-12
-sign \x89A4 125-12
-sign \x6F99 125-12
-sign \x6F5F 125-12
-sign \x6F5D 125-123
-sign \x6231 125-12
-sign \x9ED6 125-12
-sign \x7E4B 15-12
-sign \x78F6 125-12
-sign \x6232 125-12
-sign \x9B29 125-12
-sign \x8669 125-12
-sign \x993C 125-12
-sign \x95DF 125-12
-sign \x56B1 125-12
-sign \x973C 125-12
-sign \x884B 125-12
-sign \x867E 125-2345
-sign \x8C3A 125-2345
-sign \x9595 125-2345
-sign \x5084 125-2345
-sign \x656E 125-2456
-sign \x98AC 125-2345
-sign \x7146 125-2345
-sign \x778E 125-2345
-sign \x8766 125-2345
-sign \x9C15 125-2345
-sign \x5323 125-2456
-sign \x4FA0 125-2456
-sign \x90C3 12-246
-sign \x72CE 125-2456
-sign \x67D9 125-2456
-sign \x5CE1 125-2456
-sign \x4FE0 125-2456
-sign \x72ED 125-2456
-sign \x70A0 125-2456
-sign \x965C 125-2456
-sign \x73E8 125-2456
-sign \x5CFD 125-2456
-sign \x72F9 125-2456
-sign \x70DA 125-2456
-sign \x796B 125-2456
-sign \x7856 125-2456
-sign \x7FC8 125-2456
-sign \x7B1A 125-2456
-sign \x823A 125-2456
-sign \x967F 125-2456
-sign \x7864 125-2456
-sign \x9050 125-2456
-sign \x7455 125-2456
-sign \x6687 125-2456
-sign \x7B6A 125-2456
-sign \x821D 125-2456
-sign \x78AC 125-2456
-sign \x8F96 125-2456
-sign \x7771 125-245
-sign \x8578 125-2456
-sign \x78CD 125-2456
-sign \x8D6E 125-2456
-sign \x879B 12-246
-sign \x9B7B 125-2456
-sign \x7E16 125-2456
-sign \x8F44 125-2456
-sign \x971E 125-2456
-sign \x935C 125-2456
-sign \x9EE0 125-2456
-sign \x938B 125-2456
-sign \x9A22 125-2456
-sign \x9DB7 125-2456
-sign \x959C 125-23456
-sign \x4E05 125-245
-sign \x4E0B 125-245
-sign \x5737 125-245
-sign \x8290 125-245
-sign \x5413 125-245
-sign \x759C 125-245
-sign \x590F 125-245
-sign \x68BA 125-245
-sign \x5687 125-245
-sign \x7F45 125-245
-sign \x61D7 125-245
-sign \x93BC 125-245
-sign \x5913 125-245
-sign \x93EC 125-245
-sign \x4ED9 125-1234
-sign \x4EDA 125-1234
-sign \x5C73 125-1234
-sign \x5148 125-1234
-sign \x597E 125-1234
-sign \x7EA4 125-1234
-sign \x6C19 125-1234
-sign \x4F61 125-1234
-sign \x5FFA 125-1234
-sign \x82EE 125-1234
-sign \x6774 125-1234
-sign \x79C8 125-1234
-sign \x7946 125-1234
-sign \x7C7C 125-1234
-sign \x59FA 125-1234
-sign \x73D7 125-1234
-sign \x83B6 125-1234
-sign \x6380 125-1234
-sign \x641F 125-12346
-sign \x9170 125-1234
-sign \x8DF9 125-1234
-sign \x9528 125-1234
-sign \x5615 125-1234
-sign \x50CA 125-1234
-sign \x50F2 125-1234
-sign \x929B 125-1234
-sign \x9C9C 125-1234
-sign \x97EF 125-1234
-sign \x66B9 125-1234
-sign \x859F 125-1234
-sign \x9341 125-1234
-sign \x931F 234-1246
-sign \x61B8 125-1234
-sign \x5B10 125-1234
-sign \x97F1 125-1234
-sign \x9BAE 125-1234
-sign \x893C 125-1234
-sign \x7E4A 125-1234
-sign \x8E6E 125-1234
-sign \x99A6 125-1234
-sign \x6515 125-1234
-sign \x8B63 125-1234
-sign \x5EEF 125-1234
-sign \x5B45 125-1234
-sign \x9DB1 125-1234
-sign \x7E8E 125-1234
-sign \x8E9A 125-1234
-sign \x8973 125-1234
-sign \x7E96 125-1234
-sign \x9C7B 125-1234
-sign \x549E 125-1246
-sign \x4F2D 125-1246
-sign \x95F2 125-1246
-sign \x8D24 125-1246
-sign \x5F26 125-1246
-sign \x6326 125-1246
-sign \x54B8 125-1246
-sign \x80D8 125-1246
-sign \x6D8E 125-1246
-sign \x5A34 125-1246
-sign \x86BF 125-1246
-sign \x8854 125-1246
-sign \x8237 125-1246
-sign \x5A71 125-1246
-sign \x5A39 125-1246
-sign \x7D43 125-1246
-sign \x9591 125-1246
-sign \x9592 125-1246
-sign \x86DD 125-1246
-sign \x5563 125-1246
-sign \x75EB 125-1246
-sign \x9E47 125-1246
-sign \x6E7A 125-1246
-sign \x55DB 125-1246
-sign \x8858 125-1246
-sign \x5ACC 125-1246
-sign \x929C 125-1246
-sign \x7509 125-1246
-sign \x648F 125-1246
-sign \x8CE2 125-1246
-sign \x8AB8 125-1246
-sign \x6F96 125-1246
-sign \x61AA 125-1246
-sign \x5AFB 125-1246
-sign \x5AFA 125-1246
-sign \x8F31 125-1246
-sign \x918E 125-1246
-sign \x8AF4 125-1246
-sign \x77B7 15-124
-sign \x764E 125-1246
-sign \x7647 125-1246
-sign \x85D6 125-1246
-sign \x7925 125-1246
-sign \x8D12 125-1246
-sign \x9DF4 125-1246
-sign \x9DFC 125-1246
-sign \x9DF3 125-1246
-sign \x72DD 125-12346
-sign \x51BC 125-12346
-sign \x663E 125-12346
-sign \x9669 125-12346
-sign \x86AC 125-12346
-sign \x5D04 125-12346
-sign \x6BE8 125-12346
-sign \x7303 125-12346
-sign \x70CD 125-12346
-sign \x967A 125-12346
-sign \x8D7B 125-12346
-sign \x7B45 125-12346
-sign \x5C20 125-12346
-sign \x5C1F 125-12346
-sign \x8DE3 125-12346
-sign \x8706 125-12346
-sign \x7992 125-12346
-sign \x7BB2 125-12346
-sign \x96AA 125-12346
-sign \x5DAE 125-12346
-sign \x736B 125-12346
-sign \x85D3 125-12346
-sign \x736E 125-12346
-sign \x934C 125-12346
-sign \x71F9 125-12346
-sign \x9855 125-12346
-sign \x6507 125-12346
-sign \x5E70 125-12346
-sign \x861A 125-12346
-sign \x6AF6 125-12346
-sign \x7381 125-12346
-sign \x97C5 125-12346
-sign \x986F 125-12346
-sign \x7066 125-12346
-sign \x4F23 135-124
-sign \x82CB 125-124
-sign \x53BF 125-124
-sign \x5C98 125-124
-sign \x73B0 125-124
-sign \x81FD 125-124
-sign \x9650 125-124
-sign \x7EBF 125-124
-sign \x770C 125-124
-sign \x4FD4 135-124
-sign \x5BAA 125-124
-sign \x9665 125-124
-sign \x59ED 125-124
-sign \x57B7 125-124
-sign \x83A7 125-124
-sign \x54EF 125-124
-sign \x5CF4 125-124
-sign \x6D80 125-124
-sign \x9677 125-124
-sign \x5A28 12-124
-sign \x5A0A 125-124
-sign \x73FE 125-124
-sign \x665B 125-124
-sign \x9985 125-124
-sign \x774D 125-124
-sign \x7FA1 125-124
-sign \x7F10 125-124
-sign \x7D64 125-124
-sign \x732E 125-124
-sign \x817A 125-124
-sign \x7FA8 125-124
-sign \x7CAF 125-124
-sign \x50F4 125-124
-sign \x50E9 125-124
-sign \x8181 135-12346
-sign \x8AA2 125-124
-sign \x7DAB 125-124
-sign \x648A 125-124
-sign \x92E7 125-124
-sign \x7DDA 125-124
-sign \x7E23 125-124
-sign \x930E 125-124
-sign \x9921 125-124
-sign \x61B2 125-124
-sign \x8C4F 125-124
-sign \x9EB2 125-124
-sign \x81D4 125-124
-sign \x7017 125-124
-sign \x9730 125-124
-sign \x737B 125-124
-sign \x7CEE 125-124
-sign \x9F38 125-124
-sign \x4E61 125-1345
-sign \x8297 125-1345
-sign \x76F8 125-1345
-sign \x9999 125-1345
-sign \x90F7 125-1345
-sign \x53A2 125-1345
-sign \x910A 125-1345
-sign \x9109 125-1345
-sign \x8459 125-1345
-sign \x5EC2 125-1345
-sign \x6E58 125-1345
-sign \x7F03 125-1345
-sign \x9115 125-1345
-sign \x697F 125-1345
-sign \x858C 125-1345
-sign \x7BB1 125-1345
-sign \x81B7 125-1345
-sign \x7DD7 125-1345
-sign \x8944 125-1345
-sign \x5134 35-1456
-sign \x52F7 35-1456
-sign \x8618 35-1456
-sign \x5FC0 125-1345
-sign \x9E98 125-1345
-sign \x9AA7 125-1345
-sign \x74D6 125-1345
-sign \x6B00 125-1345
-sign \x9576 125-1345
-sign \x9C5C 125-1345
-sign \x7E95 125-1345
-sign \x9472 125-1345
-sign \x9A64 125-1345
-sign \x74E8 125-1456
-sign \x4F6D 125-1456
-sign \x8BE6 125-1456
-sign \x5EA0 125-1456
-sign \x6819 125-1456
-sign \x7965 125-1456
-sign \x7FD4 125-1456
-sign \x7D74 125-1456
-sign \x8DED 125-1456
-sign \x8A73 125-1456
-sign \x4EAB 125-13456
-sign \x54CD 125-13456
-sign \x9977 125-13456
-sign \x4EAF 125-13456
-sign \x8683 125-13456
-sign \x6651 125-13456
-sign \x98E8 125-13456
-sign \x60F3 125-13456
-sign \x9284 125-13456
-sign \x9909 125-13456
-sign \x9C9E 125-13456
-sign \x9B9D 125-13456
-sign \x8801 125-13456
-sign \x9BD7 125-13456
-sign \x9957 125-13456
-sign \x97FF 125-13456
-sign \x995F 125-13456
-sign \x9C76 125-13456
-sign \x5411 125-145
-sign \x9879 125-145
-sign \x5DF7 125-145
-sign \x59E0 125-145
-sign \x73E6 125-145
-sign \x8C61 125-145
-sign \x9805 125-145
-sign \x842B 125-145
-sign \x7F3F 125-145
-sign \x7A25 125-1345
-sign \x50CF 125-145
-sign \x52E8 125-145
-sign \x5D91 125-145
-sign \x6F52 34-145
-sign \x6A61 125-145
-sign \x66CF 125-145
-sign \x8950 125-145
-sign \x87D3 125-145
-sign \x56AE 125-145
-sign \x940C 125-145
-sign \x9C4C 125-145
-sign \x7072 125-1235
-sign \x7071 125-1235
-sign \x8096 125-1235
-sign \x67AD 125-1235
-sign \x67B5 125-1235
-sign \x54D3 125-1235
-sign \x4FBE 125-1235
-sign \x9A81 125-1235
-sign \x900D 125-1235
-sign \x9E2E 125-1235
-sign \x6077 125-1235
-sign \x8653 125-1235
-sign \x5EA8 125-1235
-sign \x6D88 125-1235
-sign \x5BAF 125-1235
-sign \x5BB5 125-1235
-sign \x7EE1 125-1235
-sign \x8427 125-1235
-sign \x689F 125-1235
-sign \x7307 125-1235
-sign \x7107 125-1235
-sign \x5A4B 125-1235
-sign \x8437 125-1235
-sign \x7863 125-1235
-sign \x785D 125-1235
-sign \x9500 125-1235
-sign \x7FDB 125-1235
-sign \x75DA 125-1235
-sign \x75DF 125-1235
-sign \x7A99 125-1235
-sign \x63F1 125-1235
-sign \x7D83 125-1235
-sign \x5610 125-1235
-sign \x7BAB 125-1235
-sign \x6B4A 125-1235
-sign \x6F47 125-1235
-sign \x64A8 125-1235
-sign \x9704 125-1235
-sign \x5635 125-1235
-sign \x7BBE 1246-24
-sign \x92B7 125-1235
-sign \x7362 125-1235
-sign \x856D 125-1235
-sign \x9D1E 125-1235
-sign \x9B48 125-1235
-sign \x81AE 125-1235
-sign \x5F47 125-1235
-sign \x85C3 125-1235
-sign \x87CF 125-1235
-sign \x87C2 125-1235
-sign \x7A58 125-1235
-sign \x7C18 125-1235
-sign \x9D35 125-1235
-sign \x8B1E 12-24
-sign \x9D41 125-1235
-sign \x56A3 125-1235
-sign \x87F0 125-1235
-sign \x9AC7 125-1235
-sign \x7C2B 125-1235
-sign \x8B4A 1234-1256
-sign \x701F 125-1235
-sign \x6AF9 125-1235
-sign \x56BB 125-1235
-sign \x56C2 125-1235
-sign \x9AD0 125-1235
-sign \x9DCD 125-1235
-sign \x9A4D 125-1235
-sign \x8828 125-1235
-sign \x6BCA 125-1235
-sign \x8648 125-1235
-sign \x6D28 125-1256
-sign \x90E9 125-1256
-sign \x5D24 125-1256
-sign \x8A24 125-1256
-sign \x6DC6 125-1256
-sign \x8AB5 125-1256
-sign \x5C0F 125-12356
-sign \x6653 125-12356
-sign \x6681 125-12356
-sign \x7B71 125-12356
-sign \x7B7F 125-12356
-sign \x769B 125-12356
-sign \x66C9 125-12356
-sign \x7BE0 125-12356
-sign \x76A2 125-12356
-sign \x5B5D 125-125
-sign \x52B9 125-125
-sign \x54B2 125-125
-sign \x6821 125-125
-sign \x54EE 125-125
-sign \x7B11 125-125
-sign \x4FF2 125-125
-sign \x6548 125-125
-sign \x6D8D 125-125
-sign \x5578 125-125
-sign \x509A 125-125
-sign \x6569 125-125
-sign \x8A68 125-125
-sign \x560B 125-125
-sign \x5628 125-125
-sign \x8A9F 125-125
-sign \x562F 125-125
-sign \x71BD 125-125
-sign \x6B57 125-125
-sign \x6585 125-125
-sign \x6586 125-125
-sign \x4E9B 125-234
-sign \x6954 125-234
-sign \x6B47 125-234
-sign \x874E 125-234
-sign \x880D 125-234
-sign \x534F 125-246
-sign \x90AA 125-246
-sign \x65EA 125-246
-sign \x5354 125-246
-sign \x80C1 125-246
-sign \x594A 125-246
-sign \x57A5 125-246
-sign \x62F9 125-246
-sign \x5CEB 125-246
-sign \x604A 125-246
-sign \x633E 125-246
-sign \x8107 125-246
-sign \x887A 125-246
-sign \x8105 125-246
-sign \x810B 125-246
-sign \x5055 125-246
-sign \x659C 125-246
-sign \x8C10 125-246
-sign \x63F3 125-234
-sign \x7FD3 125-246
-sign \x7332 125-234
-sign \x744E 125-246
-sign \x643A 125-246
-sign \x55CB 125-246
-sign \x6136 125-246
-sign \x7D8A 125-246
-sign \x818E 125-246
-sign \x7181 125-246
-sign \x64B7 125-246
-sign \x9821 15-246
-sign \x64D5 125-246
-sign \x978B 125-246
-sign \x8762 125-246
-sign \x7DF3 125-246
-sign \x52F0 125-246
-sign \x7F2C 125-246
-sign \x8AE7 125-246
-sign \x71F2 125-246
-sign \x64F7 125-246
-sign \x97B5 125-246
-sign \x896D 125-246
-sign \x651C 125-246
-sign \x7E88 125-246
-sign \x8B97 125-246
-sign \x9FA4 125-246
-sign \x5199 125-2346
-sign \x51A9 125-2346
-sign \x5BEB 125-2346
-sign \x85DB 125-2346
-sign \x4F33 125-24
-sign \x707A 125-24
-sign \x5C43 125-12
-sign \x7F37 125-24
-sign \x6CC4 125-24
-sign \x6CFB 125-24
-sign \x7944 125-24
-sign \x7EC1 125-24
-sign \x5378 125-24
-sign \x70A7 125-24
-sign \x70A8 125-24
-sign \x6D29 125-24
-sign \x5A0E 125-234
-sign \x5368 125-24
-sign \x5C51 125-24
-sign \x5C53 125-12
-sign \x710E 125-24
-sign \x68B0 125-24
-sign \x79BC 125-24
-sign \x5070 125-24
-sign \x5FA2 125-24
-sign \x7D32 125-24
-sign \x4EB5 125-24
-sign \x6E2B 125-24
-sign \x8C22 125-24
-sign \x5C5F 125-24
-sign \x5A9F 125-24
-sign \x7D6C 125-24
-sign \x586E 125-24
-sign \x50C1 125-24
-sign \x69AD 125-24
-sign \x698D 125-24
-sign \x8909 125-24
-sign \x66AC 125-24
-sign \x78BF 12456-12
-sign \x5667 125-24
-sign \x5C67 125-24
-sign \x7DE4 125-24
-sign \x85A4 125-24
-sign \x85A2 125-24
-sign \x97F0 125-24
-sign \x5DB0 125-24
-sign \x736C 125-24
-sign \x9082 125-24
-sign \x5EE8 125-24
-sign \x7CCF 125-24
-sign \x6FA5 125-24
-sign \x61C8 125-24
-sign \x8B1D 125-24
-sign \x71EE 125-24
-sign \x893B 125-24
-sign \x97A2 125-24
-sign \x5911 125-24
-sign \x7009 125-24
-sign \x9F58 125-24
-sign \x880F 125-24
-sign \x87F9 125-24
-sign \x7215 125-24
-sign \x7023 125-24
-sign \x9F65 125-24
-sign \x9F42 125-24
-sign \x8EA0 1245-23456
-sign \x8E9E 125-24
-sign \x5C6D 125-12
-sign \x5FC3 125-13
-sign \x90A4 125-13
-sign \x82AF 125-1
-sign \x8F9B 125-13
-sign \x5FFB 125-13
-sign \x59A1 125-13
-sign \x677A 125-13
-sign \x6615 125-13
-sign \x6B23 125-13
-sign \x76FA 125-13
-sign \x4FFD 125-13
-sign \x8A22 125-13
-sign \x60DE 125-13
-sign \x950C 125-13
-sign \x920A 125-13
-sign \x65B0 125-13
-sign \x6B46 125-13
-sign \x92C5 125-13
-sign \x5EDE 125-13
-sign \x85AA 125-13
-sign \x567A 125-13
-sign \x5677 12-136
-sign \x5B1C 125-13
-sign \x99A8 125-13
-sign \x946B 125-13
-sign \x99AB 125-13
-sign \x6794 125-16
-sign \x9B35 125-16
-sign \x9414 125-16
-sign \x4F08 125-136
-sign \x9620 125-1
-sign \x4F29 125-1
-sign \x56DF 125-1
-sign \x5B5E 125-1
-sign \x7098 125-1
-sign \x4FE1 125-1
-sign \x8ED0 125-1
-sign \x8845 125-1
-sign \x812A 125-1
-sign \x8A2B 125-1
-sign \x712E 125-1
-sign \x99B8 125-1
-sign \x9856 125-1
-sign \x820B 125-1
-sign \x91C1 125-1
-sign \x661F 125-135
-sign \x57B6 125-135
-sign \x9A8D 125-135
-sign \x7329 125-135
-sign \x60FA 125-135
-sign \x7446 125-135
-sign \x86F5 125-135
-sign \x8165 125-135
-sign \x714B 125-135
-sign \x89EA 125-135
-sign \x7BB5 125-135
-sign \x7BC2 125-135
-sign \x9B8F 125-135
-sign \x8B03 125-135
-sign \x9A02 125-135
-sign \x66D0 125-135
-sign \x89F2 125-135
-sign \x76A8 125-135
-sign \x5B39 125-15
-sign \x9BF9 125-135
-sign \x5211 125-156
-sign \x90A2 125-156
-sign \x5F62 125-156
-sign \x5759 15-135
-sign \x90C9 125-156
-sign \x4F80 125-156
-sign \x578B 125-156
-sign \x54D8 125-156
-sign \x9498 125-156
-sign \x6D10 125-156
-sign \x5A19 125-156
-sign \x784E 125-156
-sign \x94CF 125-156
-sign \x88C4 125-156
-sign \x9203 125-156
-sign \x9292 125-156
-sign \x9276 125-156
-sign \x92DE 125-156
-sign \x7772 125-1356
-sign \x9192 125-1356
-sign \x64E4 125-1356
-sign \x5174 125-135
-sign \x674F 125-15
-sign \x5E78 125-15
-sign \x6027 125-15
-sign \x59D3 125-15
-sign \x8347 125-15
-sign \x8395 125-15
-sign \x5016 125-15
-sign \x6DAC 125-15
-sign \x60BB 125-15
-sign \x5A5E 125-15
-sign \x5842 15-13456
-sign \x7DC8 125-15
-sign \x8208 125-135
-sign \x81D6 125-15
-sign \x51F6 1256-135
-sign \x5302 1256-135
-sign \x5144 1256-135
-sign \x828E 1256-135
-sign \x5147 1256-135
-sign \x5308 1256-135
-sign \x8BBB 1256-135
-sign \x6C79 1256-135
-sign \x5FF7 1256-135
-sign \x54C5 1256-135
-sign \x6D36 1256-135
-sign \x605F 1256-135
-sign \x80F8 1256-135
-sign \x80F7 1256-135
-sign \x8A29 1256-135
-sign \x8A7E 1256-135
-sign \x96C4 1256-156
-sign \x718A 1256-156
-sign \x8BC7 1256-15
-sign \x8A57 1256-15
-sign \x5910 1256-15
-sign \x657B 1256-15
-sign \x4F11 125-134
-sign \x4FE2 125-134
-sign \x8320 12-1235
-sign \x54BB 125-134
-sign \x4FEE 125-134
-sign \x5EA5 125-134
-sign \x70CB 125-1235
-sign \x8129 125-134
-sign \x7F9E 125-134
-sign \x70CC 125-134
-sign \x9E3A 125-134
-sign \x8119 125-134
-sign \x81F9 125-134
-sign \x8C85 125-134
-sign \x9990 125-134
-sign \x9AE4 125-134
-sign \x6A07 125-134
-sign \x929D 125-134
-sign \x9AF9 125-134
-sign \x9D42 125-134
-sign \x9380 125-134
-sign \x9BB4 125-134
-sign \x93C5 125-134
-sign \x9948 125-134
-sign \x9C43 135-134
-sign \x98CD 125-134
-sign \x82EC 125-146
-sign \x673D 125-1346
-sign \x5BBF 12456-12
-sign \x6EEB 125-1346
-sign \x6F43 125-1346
-sign \x7D87 125-1346
-sign \x7CD4 125-1346
-sign \x79C0 125-14
-sign \x5CAB 125-14
-sign \x5CC0 125-14
-sign \x73DB 125-14
-sign \x8896 125-14
-sign \x7EE3 125-14
-sign \x7407 125-14
-sign \x9508 125-14
-sign \x55C5 125-14
-sign \x6EB4 125-14
-sign \x7D89 125-14
-sign \x7493 125-14
-sign \x890F 125-14
-sign \x890E 125-14
-sign \x88E6 24-1235
-sign \x92B9 125-14
-sign \x8791 125-14
-sign \x568A 125-14
-sign \x7E4D 125-14
-sign \x93E5 125-14
-sign \x7E61 125-14
-sign \x93FD 125-14
-sign \x9F45 125-14
-sign \x620C 1256-123
-sign \x5401 1256-123
-sign \x65F4 1256-123
-sign \x76F1 1256-123
-sign \x759E 1256-123
-sign \x59C1 1256-1236
-sign \x987B 1256-123
-sign \x6B28 1256-123
-sign \x80E5 1256-123
-sign \x987C 1256-123
-sign \x8A0F 1256-123
-sign \x865A 1256-123
-sign \x8657 1256-123
-sign \x5066 1256-123
-sign \x88C7 1256-123
-sign \x8C1E 1256-123
-sign \x63DF 1256-123
-sign \x865B 1256-123
-sign \x5E41 1256-123
-sign \x9808 1256-123
-sign \x5AAD 1256-123
-sign \x980A 1256-123
-sign \x6948 1256-123
-sign \x7AA2 1256-123
-sign \x589F 1256-123
-sign \x9700 1256-123
-sign \x5618 1256-123
-sign \x7A30 1256-123
-sign \x9B46 1256-123
-sign \x8566 1256-123
-sign \x6B54 1256-123
-sign \x8751 1256-123
-sign \x5653 1256-123
-sign \x5B03 1256-123
-sign \x7E03 1256-123
-sign \x8ADD 1256-123
-sign \x6B58 1256-123
-sign \x8B43 1256-123
-sign \x9B56 1256-123
-sign \x9A49 1256-123
-sign \x9B1A 1256-123
-sign \x9450 1256-123
-sign \x4FC6 1256-126
-sign \x5F90 1256-126
-sign \x84A3 1256-126
-sign \x8BB8 1256-1236
-sign \x5474 1256-1236
-sign \x8BE9 1256-1236
-sign \x73DD 1256-1236
-sign \x6829 1256-1236
-sign \x5194 1256-1236
-sign \x86E1 25-12
-sign \x668A 1256-1236
-sign \x8A61 1256-1236
-sign \x9126 1256-1236
-sign \x7CC8 1256-1236
-sign \x9191 1256-1236
-sign \x76E8 1256-1236
-sign \x65ED 1256-12
-sign \x4F35 1256-12
-sign \x5E8F 1256-12
-sign \x6C7F 1256-12
-sign \x6C80 1256-12
-sign \x4F90 1256-12
-sign \x5379 1256-12
-sign \x662B 1256-12
-sign \x53D9 1256-12
-sign \x6D2B 1256-12
-sign \x6064 1256-12
-sign \x73EC 1256-12
-sign \x57BF 1256-12
-sign \x6B88 1256-12
-sign \x6B30 1256-12
-sign \x70C5 1256-12
-sign \x9157 1256-12
-sign \x52D6 1256-12
-sign \x52D7 1256-12
-sign \x654D 1256-12
-sign \x6558 1256-12
-sign \x70FC 1256-12
-sign \x7EEA 1256-12
-sign \x7EED 1256-12
-sign \x8053 1256-12
-sign \x58FB 1256-12
-sign \x6702 1256-12
-sign \x55A3 1256-1236
-sign \x8A39 1256-12
-sign \x6E86 1256-12
-sign \x6E51 1256-1236
-sign \x7D6E 1256-12
-sign \x5A7F 1256-12
-sign \x84C4 1256-12
-sign \x8CC9 1256-12
-sign \x7166 1256-12
-sign \x6149 1256-12
-sign \x7D9A 1256-12
-sign \x69D2 1256-12
-sign \x7781 1256-12
-sign \x76E2 1256-12
-sign \x805F 1256-12
-sign \x928A 1256-12
-sign \x6F4A 1256-12
-sign \x6F35 1256-12
-sign \x7DD2 1256-12
-sign \x7A38 1256-12
-sign \x735D 1256-12
-sign \x7DD6 1256-12
-sign \x77B2 1256-12
-sign \x85DA 1256-12
-sign \x7E8C 1256-12
-sign \x9C6E 1256-12
-sign \x84FF 1256-12
-sign \x5405 1256-1234
-sign \x8F69 1256-1234
-sign \x660D 1256-1234
-sign \x54BA 1256-12346
-sign \x5BA3 1256-1234
-sign \x8ED2 1256-1234
-sign \x6645 1256-1234
-sign \x8C16 1256-1234
-sign \x5847 1256-1234
-sign \x63CE 1256-1234
-sign \x8432 1256-1234
-sign \x8431 1256-1234
-sign \x55A7 1256-1234
-sign \x610B 1256-1234
-sign \x6103 1256-1234
-sign \x5A97 1256-1234
-sign \x7444 1256-1234
-sign \x84D2 1256-1234
-sign \x6684 1256-1234
-sign \x7156 12346-12346
-sign \x714A 1256-1234
-sign \x777B 1256-1234
-sign \x8756 1256-1234
-sign \x7BAE 1256-1234
-sign \x5107 1256-1234
-sign \x7FE7 1256-1234
-sign \x79A4 1256-1234
-sign \x857F 1256-1234
-sign \x8AFC 1256-1234
-sign \x8AE0 1256-1234
-sign \x5B1B 126-1246
-sign \x99FD 1256-1234
-sign \x8F4B 126-16
-sign \x9379 1256-1234
-sign \x8610 1256-1234
-sign \x85FC 1256-1234
-sign \x77CE 1256-1234
-sign \x8809 1256-1234
-sign \x7FFE 1256-1234
-sign \x9C1A 1256-1234
-sign \x8B5E 1256-1234
-sign \x8B82 156-124
-sign \x7384 1256-1246
-sign \x59B6 125-1246
-sign \x73B9 1256-1246
-sign \x75C3 1256-1246
-sign \x7401 1256-1246
-sign \x60AC 1256-1246
-sign \x65CB 1256-1246
-sign \x8701 1256-1246
-sign \x6F29 1256-1246
-sign \x5AD9 1256-1246
-sign \x7487 1256-1246
-sign \x66B6 1256-1246
-sign \x6A88 1256-1246
-sign \x74BF 1256-1246
-sign \x61F8 1256-1246
-sign \x9009 1256-12346
-sign \x70DC 1256-12346
-sign \x6685 1256-12346
-sign \x9078 1256-12346
-sign \x7663 1256-12346
-sign \x766C 1256-12346
-sign \x6CEB 1256-124
-sign \x6030 1256-124
-sign \x6621 1256-124
-sign \x70AB 1256-124
-sign \x7EDA 1256-124
-sign \x7729 1256-124
-sign \x94C9 1256-124
-sign \x88A8 1256-124
-sign \x7404 1256-124
-sign \x7734 1256-124
-sign \x8852 1256-124
-sign \x6E32 1256-124
-sign \x7D62 1256-124
-sign \x6966 1256-124
-sign \x9249 1256-124
-sign \x8519 1256-124
-sign \x78B9 1256-124
-sign \x955F 1256-124
-sign \x98B4 1256-124
-sign \x7E3C 1256-124
-sign \x7E4F 1256-124
-sign \x93C7 1256-124
-sign \x9436 126-1246
-sign \x8D19 1256-124
-sign \x524A 125-1235
-sign \x75B6 1256-234
-sign \x8486 1256-234
-sign \x9774 1256-234
-sign \x859B 1256-234
-sign \x8FA5 1256-234
-sign \x8FAA 1256-234
-sign \x97BE 1256-234
-sign \x7A74 1256-246
-sign \x6588 1256-246
-sign \x4E74 1256-246
-sign \x8313 1256-246
-sign \x5CA4 1256-24
-sign \x5CC3 1256-246
-sign \x5B66 1256-246
-sign \x6CF6 1256-246
-sign \x9E34 1256-246
-sign \x8895 1256-246
-sign \x8E05 1256-246
-sign \x5671 1256-246
-sign \x5DA8 1256-246
-sign \x5B78 1256-246
-sign \x9D2C 25-135
-sign \x6FA9 1256-246
-sign \x71E2 1256-246
-sign \x89F7 1256-246
-sign \x96E4 1256-246
-sign \x9DFD 1256-246
-sign \x96EA 1256-2346
-sign \x6A30 1256-2346
-sign \x81A4 1256-2346
-sign \x825D 1256-2346
-sign \x8F4C 1256-2346
-sign \x9CD5 1256-2346
-sign \x9C48 1256-2346
-sign \x8840 1256-24
-sign \x5779 1256-24
-sign \x72D8 1256-24
-sign \x6CE7 1256-24
-sign \x6034 1256-12
-sign \x6856 1256-24
-sign \x8C11 1256-24
-sign \x8B14 1256-24
-sign \x7025 1256-24
-sign \x5743 1256-13
-sign \x52CB 1256-13
-sign \x59F0 156-13
-sign \x57D9 1256-13
-sign \x7104 1256-13
-sign \x52DB 1256-13
-sign \x5864 1256-13
-sign \x8512 126-13
-sign \x718F 1256-13
-sign \x7AA8 1256-13
-sign \x52F2 1256-13
-sign \x99E8 1256-16
-sign \x85AB 1256-13
-sign \x52F3 1256-13
-sign \x58CE 1256-13
-sign \x85B0 1256-13
-sign \x5691 1256-13
-sign \x736F 1256-13
-sign \x66DB 1256-13
-sign \x81D0 1256-13
-sign \x71FB 1256-13
-sign \x860D 1256-13
-sign \x77C4 1256-13
-sign \x58E6 1256-13
-sign \x720B 1256-13
-sign \x7E81 1256-13
-sign \x91BA 1256-13
-sign \x5EF5 1256-16
-sign \x65EC 1256-16
-sign \x5BFB 1256-16
-sign \x5DE1 1256-16
-sign \x674A 1256-16
-sign \x7543 1256-16
-sign \x90C7 1256-16
-sign \x8BE2 1256-16
-sign \x8340 1256-16
-sign \x8368 135-1246
-sign \x54B0 1246-12
-sign \x5CCB 1256-16
-sign \x6D35 1256-16
-sign \x6D54 1256-16
-sign \x6042 1256-16
-sign \x7D03 1256-16
-sign \x73E3 1256-16
-sign \x6812 1256-16
-sign \x686A 1256-16
-sign \x6BE5 1256-16
-sign \x5071 1256-16
-sign \x63D7 1256-16
-sign \x5FAA 1256-16
-sign \x5C0B 1256-16
-sign \x8A62 1256-16
-sign \x9C9F 1256-16
-sign \x9129 1256-16
-sign \x565A 1256-16
-sign \x6F6F 1256-16
-sign \x7495 1256-16
-sign \x71C5 1256-16
-sign \x6A33 1256-16
-sign \x6533 1256-16
-sign \x71C2 234-1246
-sign \x71D6 1256-16
-sign \x8951 125-16
-sign \x87F3 1256-16
-sign \x9C4F 1256-16
-sign \x9C58 1256-16
-sign \x7065 1256-16
-sign \x5342 1256-1
-sign \x8BAD 1256-1
-sign \x8BAF 1256-1
-sign \x4F28 1256-1
-sign \x6C5B 1256-1
-sign \x8FC5 1256-1
-sign \x9A6F 1256-1
-sign \x4F9A 1256-1
-sign \x5F87 1256-1
-sign \x8FFF 1256-1
-sign \x72E5 1256-1
-sign \x5DFA 1256-1
-sign \x900A 1256-1
-sign \x6B89 1256-1
-sign \x8A13 1256-1
-sign \x8A19 1256-1
-sign \x8A0A 1256-1
-sign \x595E 1256-1
-sign \x6BBE 1256-1
-sign \x7A04 1256-1
-sign \x5DFD 1256-1
-sign \x99B4 1256-1
-sign \x905C 1256-1
-sign \x8CD0 1256-1
-sign \x613B 1256-1
-sign \x8548 1256-1
-sign \x5640 1256-1
-sign \x6FEC 156-1
-sign \x9868 1256-1
-sign \x9442 1256-1
-sign \x4E2B 25-2345
-sign \x538B 25-2345
-sign \x62BC 25-2345
-sign \x5E98 25-2345
-sign \x9E26 25-2345
-sign \x6860 25-2345
-sign \x9E2D 25-2345
-sign \x94D4 25-2345
-sign \x5B72 25-2345
-sign \x690F 25-2345
-sign \x9D09 25-2345
-sign \x9D28 25-2345
-sign \x58D3 25-2345
-sign \x9D76 25-2345
-sign \x941A 25-2345
-sign \x7259 25-2456
-sign \x4F22 25-2456
-sign \x82BD 25-2456
-sign \x5C88 25-2456
-sign \x73A1 25-245
-sign \x6792 25-2456
-sign \x5393 25-2456
-sign \x75A8 25-23456
-sign \x740A 25-2456
-sign \x869C 25-2456
-sign \x7B0C 25-2456
-sign \x5810 25-2456
-sign \x5D15 25-2456
-sign \x5D16 25-2456
-sign \x731A 25-2456
-sign \x6DAF 25-2456
-sign \x7458 25-2456
-sign \x775A 25-2456
-sign \x8859 25-2456
-sign \x6F04 25-2456
-sign \x9F56 25-2456
-sign \x538A 25-23456
-sign \x5E8C 25-23456
-sign \x54D1 25-23456
-sign \x5516 25-23456
-sign \x555E 25-23456
-sign \x75D6 25-23456
-sign \x96C5 25-23456
-sign \x7602 25-23456
-sign \x8565 25-23456
-sign \x529C 25-245
-sign \x5720 25-245
-sign \x4E9A 25-245
-sign \x897E 25-245
-sign \x8BB6 25-245
-sign \x4E9C 25-245
-sign \x8FD3 25-245
-sign \x72BD 25-245
-sign \x4E9E 25-245
-sign \x8ECB 25-245
-sign \x57AD 25-2345
-sign \x631C 25-245
-sign \x7811 25-245
-sign \x5A05 25-245
-sign \x6C29 25-245
-sign \x4FF9 25-245
-sign \x57E1 25-2345
-sign \x6397 25-245
-sign \x8A1D 25-245
-sign \x5A6D 25-245
-sign \x63E0 25-245
-sign \x8050 25-245
-sign \x6C2C 25-245
-sign \x7330 25-245
-sign \x5714 25-245
-sign \x7A0F 25-245
-sign \x7AAB 25-245
-sign \x930F 25-2345
-sign \x9F7E 25-245
-sign \x5440 25-356
-sign \x54BD 25-1234
-sign \x6079 25-1234
-sign \x73DA 25-1234
-sign \x5266 25-1234
-sign \x80ED 25-1234
-sign \x70DF 25-1234
-sign \x7109 25-1234
-sign \x83F8 25-1234
-sign \x5D26 25-1234
-sign \x5063 25-1234
-sign \x9609 25-1234
-sign \x7111 25-1234
-sign \x6DF9 25-1234
-sign \x814C 25-1234
-sign \x6E6E 25-1234
-sign \x9122 25-1234
-sign \x50BF 25-1234
-sign \x7159 25-1234
-sign \x6A2E 25-1234
-sign \x6F39 25-1234
-sign \x5AE3 25-1234
-sign \x9183 25-1234
-sign \x5D96 25-1234
-sign \x95B9 25-1234
-sign \x7BF6 25-1234
-sign \x61E8 25-1234
-sign \x81D9 25-1234
-sign \x9EEB 25-1234
-sign \x8BA0 25-1246
-sign \x5383 26-345
-sign \x5EF6 25-1246
-sign \x95EB 25-1246
-sign \x4E25 25-1246
-sign \x8A00 25-1246
-sign \x8A01 25-1246
-sign \x598D 25-1246
-sign \x6616 25-1246
-sign \x5CA9 25-1246
-sign \x90D4 25-1246
-sign \x708E 25-1246
-sign \x6CBF 25-1246
-sign \x633B 124-1234
-sign \x839A 25-1246
-sign \x7814 25-1246
-sign \x550C 25-1246
-sign \x72FF 25-1246
-sign \x59F8 25-1246
-sign \x5A2B 25-1246
-sign \x76D0 25-1246
-sign \x5A2E 25-1246
-sign \x7402 25-1246
-sign \x784F 25-1246
-sign \x9586 25-1246
-sign \x5571 25-1246
-sign \x8A2E 25-1246
-sign \x960E 25-1246
-sign \x8712 25-1246
-sign \x55A6 25-1246
-sign \x5D52 25-1246
-sign \x5D53 25-1246
-sign \x7B75 25-1246
-sign \x7D96 25-1246
-sign \x5869 25-1246
-sign \x694C 25-1246
-sign \x63C5 25-1246
-sign \x8A7D 25-1246
-sign \x8505 25-1246
-sign \x789E 25-1246
-sign \x989C 25-1246
-sign \x8664 25-1246
-sign \x95BB 25-1246
-sign \x53B3 25-1246
-sign \x6A90 25-1246
-sign \x984F 25-1246
-sign \x9854 25-1246
-sign \x58DB 25-1246
-sign \x56B4 25-1246
-sign \x5DCC 25-1246
-sign \x7C37 25-1246
-sign \x6AE9 25-1246
-sign \x9E99 25-1246
-sign \x58E7 25-1246
-sign \x5DD6 25-1246
-sign \x5DD7 25-1246
-sign \x6B15 25-1246
-sign \x9E7D 25-1246
-sign \x9EA3 25-1246
-sign \x5935 25-12346
-sign \x6281 25-12346
-sign \x6C87 25-12346
-sign \x5944 25-12346
-sign \x5156 25-12346
-sign \x4E75 25-12346
-sign \x533D 25-12346
-sign \x4FE8 25-12346
-sign \x884D 25-12346
-sign \x5F07 25-12346
-sign \x5157 25-12346
-sign \x5261 25-12346
-sign \x63A9 25-12346
-sign \x83F4 23456-1234
-sign \x8412 25-12346
-sign \x90FE 25-12346
-sign \x53A3 25-12346
-sign \x773C 25-12346
-sign \x5043 25-12346
-sign \x9153 25-12346
-sign \x7430 25-12346
-sign \x63DC 25-12346
-sign \x68EA 25-12346
-sign \x5D43 25-12346
-sign \x9043 25-12346
-sign \x6E30 25-12346
-sign \x6E37 25-12346
-sign \x611D 25-12346
-sign \x624A 25-12346
-sign \x9692 25-12346
-sign \x693C 25-12346
-sign \x787D 25-1234
-sign \x7F68 25-12346
-sign \x88FA 25-12346
-sign \x6F14 25-12346
-sign \x8917 25-12346
-sign \x9B47 25-12346
-sign \x8758 25-12346
-sign \x622D 25-12346
-sign \x565E 25-12346
-sign \x8EBD 25-12346
-sign \x7E2F 25-136
-sign \x9EE1 25-12346
-sign \x6ABF 25-12346
-sign \x53B4 25-12346
-sign \x9DA0 25-12346
-sign \x9F5E 25-124
-sign \x7517 25-12346
-sign \x9EE4 25-12346
-sign \x9C0B 25-12346
-sign \x9F91 25-12346
-sign \x9EEC 25-12346
-sign \x9EED 25-12346
-sign \x513C 25-12346
-sign \x9F34 25-12346
-sign \x9869 25-12346
-sign \x5B4D 25-12346
-sign \x9B58 25-12346
-sign \x66EE 25-12346
-sign \x5DD8 25-12346
-sign \x5DDA 25-12346
-sign \x9F39 25-12346
-sign \x7939 25-1246
-sign \x9F74 25-12346
-sign \x9EF6 25-12346
-sign \x538C 25-124
-sign \x599F 25-124
-sign \x89C3 25-124
-sign \x726A 25-124
-sign \x781A 25-124
-sign \x5F65 25-124
-sign \x5F66 25-124
-sign \x59F2 25-124
-sign \x8273 25-124
-sign \x898E 25-124
-sign \x664F 25-124
-sign \x5501 25-124
-sign \x70FB 25-124
-sign \x5BB4 25-124
-sign \x9A8C 25-124
-sign \x639E 124-124
-sign \x8C5C 15-1234
-sign \x5050 25-124
-sign \x7114 25-124
-sign \x8C1A 25-124
-sign \x9681 25-124
-sign \x5830 25-124
-sign \x8455 25-1246
-sign \x786F 25-124
-sign \x96C1 25-124
-sign \x7312 25-124
-sign \x55AD 25-124
-sign \x7130 25-124
-sign \x6565 25-124
-sign \x7131 25-124
-sign \x693B 25-124
-sign \x9CEB 25-124
-sign \x6EDF 25-124
-sign \x5895 25-124
-sign \x917D 25-124
-sign \x53AD 25-124
-sign \x66A5 25-124
-sign \x7196 25-124
-sign \x5B0A 25-124
-sign \x990D 25-124
-sign \x9D08 25-124
-sign \x8C33 25-124
-sign \x71D5 25-124
-sign \x8D5D 25-124
-sign \x9B33 25-124
-sign \x71C4 25-124
-sign \x8AFA 25-124
-sign \x5B2E 25-1234
-sign \x66D5 25-124
-sign \x9D33 25-124
-sign \x9A13 25-124
-sign \x9A10 25-124
-sign \x9140 25-124
-sign \x61D5 25-1234
-sign \x8D0B 25-124
-sign \x56A5 25-124
-sign \x8276 25-124
-sign \x8EC5 25-124
-sign \x5B3F 25-124
-sign \x9A34 25-124
-sign \x91B6 25-124
-sign \x7213 25-124
-sign \x9DC3 25-124
-sign \x8D17 25-124
-sign \x7054 25-124
-sign \x9A57 25-124
-sign \x9DF0 25-124
-sign \x91BC 25-124
-sign \x995C 25-124
-sign \x89FE 25-124
-sign \x8B8C 25-124
-sign \x8277 25-124
-sign \x9A60 25-124
-sign \x91C5 25-124
-sign \x704E 25-124
-sign \x8C53 25-124
-sign \x8B9E 25-124
-sign \x7067 25-124
-sign \x8C54 25-124
-sign \x7069 25-124
-sign \x592E 25-1345
-sign \x62B0 25-1345
-sign \x5489 25-1345
-sign \x6CF1 25-1345
-sign \x59CE 25-1345
-sign \x6B83 25-1345
-sign \x80E6 25-1345
-sign \x770F 25-1345
-sign \x9E2F 25-1345
-sign \x79E7 25-1345
-sign \x96F5 25-1345
-sign \x9260 25-1345
-sign \x9785 25-1345
-sign \x9D26 25-1345
-sign \x626C 25-1456
-sign \x7F8A 25-1456
-sign \x9633 25-1456
-sign \x9626 25-1456
-sign \x739A 134-145
-sign \x6768 25-1456
-sign \x65F8 25-1456
-sign \x98CF 25-1456
-sign \x7080 25-1456
-sign \x9496 25-1456
-sign \x6C1C 25-1456
-sign \x4F6F 25-1456
-sign \x75A1 25-1456
-sign \x52B7 25-1456
-sign \x579F 25-1456
-sign \x661C 25-1456
-sign \x5F89 25-1456
-sign \x7F8F 25-1456
-sign \x6D0B 25-1456
-sign \x73DC 25-1456
-sign \x773B 25-1456
-sign \x967D 25-1456
-sign \x63DA 25-1456
-sign \x86D8 25-1456
-sign \x5D38 25-1456
-sign \x5D35 25-1456
-sign \x7452 25-1456
-sign \x694A 25-1456
-sign \x656D 25-1456
-sign \x6698 25-1456
-sign \x8746 25-13456
-sign \x716C 25-1456
-sign \x7993 25-1456
-sign \x760D 25-1456
-sign \x8F30 25-1456
-sign \x8AF9 25-1456
-sign \x935A 25-1456
-sign \x9D39 25-1456
-sign \x98BA 25-1456
-sign \x940A 25-1456
-sign \x9C11 25-1456
-sign \x9737 25-1456
-sign \x9E09 25-1456
-sign \x536C 25-13456
-sign \x4EF0 25-13456
-sign \x4F52 25-1345
-sign \x5771 25-13456
-sign \x5C9F 25-13456
-sign \x517B 25-13456
-sign \x70B4 25-13456
-sign \x6C27 25-13456
-sign \x75D2 25-13456
-sign \x7D3B 25-13456
-sign \x6967 25-13456
-sign \x8EEE 25-13456
-sign \x509F 25-13456
-sign \x6C31 25-13456
-sign \x7FAA 25-13456
-sign \x6143 25-13456
-sign \x990A 25-13456
-sign \x99DA 25-13456
-sign \x6501 25-13456
-sign \x7001 25-13456
-sign \x61E9 25-13456
-sign \x7922 25-13456
-sign \x7662 25-13456
-sign \x600F 25-145
-sign \x67CD 25-13456
-sign \x6837 25-145
-sign \x6059 25-145
-sign \x70CA 25-1456
-sign \x7F95 25-145
-sign \x8A47 25-145
-sign \x69D8 25-145
-sign \x6F3E 25-145
-sign \x6A23 25-145
-sign \x5E7A 25-1235
-sign \x592D 25-1235
-sign \x5406 25-1235
-sign \x5996 25-1235
-sign \x6796 25-1235
-sign \x6B80 25-12356
-sign \x7945 25-1235
-sign \x8A1E 25-1235
-sign \x847D 25-1235
-sign \x5593 25-1235
-sign \x6946 25-1235
-sign \x8170 25-1235
-sign \x9D01 25-1235
-sign \x9080 25-1235
-sign \x723B 25-1256
-sign \x5C27 25-1256
-sign \x5C2D 25-1256
-sign \x4FA5 15-12356
-sign \x80B4 25-1256
-sign \x579A 25-1256
-sign \x8F7A 25-1256
-sign \x5CE3 25-1256
-sign \x59DA 25-1256
-sign \x73E7 25-1256
-sign \x5004 25-1256
-sign \x70D1 25-1256
-sign \x7A91 25-1256
-sign \x582F 25-1256
-sign \x63FA 25-1256
-sign \x8EFA 25-1256
-sign \x509C 25-1256
-sign \x6BBD 25-1256
-sign \x8C23 25-1256
-sign \x6447 25-1256
-sign \x6416 25-1256
-sign \x55C2 25-1256
-sign \x5FAD 25-1256
-sign \x9065 25-1256
-sign \x733A 25-1256
-sign \x9059 25-1256
-sign \x6EE7 25-1256
-sign \x612E 25-1256
-sign \x5AB1 25-1256
-sign \x7476 25-1256
-sign \x7464 25-1256
-sign \x647F 25-1256
-sign \x69A3 25-1256
-sign \x669A 25-1256
-sign \x929A 2345-1256
-sign \x98D6 25-1256
-sign \x9906 25-1256
-sign \x8558 25-1256
-sign \x78D8 25-1256
-sign \x5DA2 25-1256
-sign \x5DA4 25-1256
-sign \x5FBA 15-12356
-sign \x7AB0 25-1256
-sign \x7AAF 25-1256
-sign \x991A 25-1256
-sign \x7E47 25-1256
-sign \x8B21 25-1256
-sign \x8B20 25-1256
-sign \x9390 25-1256
-sign \x9CD0 25-1256
-sign \x98BB 25-1256
-sign \x8628 25-1256
-sign \x9864 25-1256
-sign \x9C29 25-1256
-sign \x4EF8 25-12356
-sign \x5C86 25-12356
-sign \x5B8E 25-12356
-sign \x62AD 25-12356
-sign \x82ED 25-12356
-sign \x6773 25-12356
-sign \x72D5 25-12356
-sign \x67FC 25-12356
-sign \x54AC 25-12356
-sign \x7711 25-12356
-sign \x8200 25-12356
-sign \x7A85 25-12356
-sign \x7A88 25-12356
-sign \x5060 25-12356
-sign \x5D3E 25-12356
-sign \x5A79 25-12356
-sign \x84D4 25-12356
-sign \x6E94 25-12356
-sign \x699A 25-12356
-sign \x9D22 25-12356
-sign \x95C4 25-12356
-sign \x9A15 25-12356
-sign \x9F69 25-12356
-sign \x9DD5 25-12356
-sign \x836F 25-125
-sign \x8981 25-125
-sign \x94A5 25-125
-sign \x7A7E 25-125
-sign \x888E 25-125
-sign \x7A94 25-125
-sign \x846F 25-125
-sign \x7B44 25-125
-sign \x9205 256-24
-sign \x8A4F 25-125
-sign \x977F 25-125
-sign \x899E 25-125
-sign \x718E 25-125
-sign \x9E5E 25-125
-sign \x735F 25-125
-sign \x85AC 25-125
-sign \x9F3C 25-125
-sign \x85E5 25-125
-sign \x66DC 25-125
-sign \x825E 25-125
-sign \x71FF 25-125
-sign \x77C5 25-125
-sign \x8000 25-125
-sign \x66E3 25-124
-sign \x9DC2 25-125
-sign \x7E85 25-125
-sign \x8B91 25-125
-sign \x9470 25-125
-sign \x8036 25-234
-sign \x503B 25-234
-sign \x6396 25-24
-sign \x6930 25-234
-sign \x668D 25-234
-sign \x564E 25-234
-sign \x6F71 25-234
-sign \x882E 25-234
-sign \x7237 25-246
-sign \x6353 25-246
-sign \x63F6 25-246
-sign \x94D8 25-246
-sign \x91FE 25-2456
-sign \x723A 25-246
-sign \x92E3 25-246
-sign \x9381 25-246
-sign \x64E8 25-246
-sign \x4E5F 25-2346
-sign \x5414 25-234
-sign \x51B6 25-2346
-sign \x8675 124-246
-sign \x57DC 25-2346
-sign \x91CE 25-2346
-sign \x5622 25-2346
-sign \x6F1C 25-2346
-sign \x58C4 25-2346
-sign \x4E1A 25-24
-sign \x53F6 25-24
-sign \x9875 25-24
-sign \x66F3 25-24
-sign \x90BA 25-24
-sign \x66F5 25-24
-sign \x62B4 25-24
-sign \x591C 25-24
-sign \x67BC 25-24
-sign \x9801 25-24
-sign \x4EB1 25-24
-sign \x6D02 25-24
-sign \x6359 25-24
-sign \x67BD 25-24
-sign \x6654 25-24
-sign \x70E8 25-24
-sign \x505E 25-24
-sign \x6DB2 25-24
-sign \x8C12 25-24
-sign \x5828 23456-1245
-sign \x8449 25-24
-sign \x6B97 25-24
-sign \x9113 25-12
-sign \x814B 25-24
-sign \x58B7 25-24
-sign \x696A 25-24
-sign \x696D 25-24
-sign \x998C 25-24
-sign \x748D 25-24
-sign \x66C4 25-24
-sign \x66C5 25-24
-sign \x50F7 25-24
-sign \x6B4B 25-234
-sign \x71C1 25-24
-sign \x64DB 25-24
-sign \x64D6 135-2345
-sign \x9765 25-24
-sign \x9134 25-24
-sign \x77B1 25-24
-sign \x76A3 25-24
-sign \x5DAA 25-24
-sign \x5DAB 25-24
-sign \x9923 25-24
-sign \x8B01 25-24
-sign \x6FB2 25-24
-sign \x64EB 25-24
-sign \x77B8 25-24
-sign \x66D7 25-24
-sign \x5688 25-124
-sign \x9371 25-24
-sign \x64EA 25-24
-sign \x790F 25-24
-sign \x9391 25-24
-sign \x9941 25-24
-sign \x7217 25-24
-sign \x9D7A 25-24
-sign \x9437 25-24
-sign \x9A5C 25-24
-sign \x9768 25-24
-sign \x9E08 25-24
-sign \x4E00 25-123
-sign \x5F0C 25-123
-sign \x8FB7 25-123
-sign \x8864 25-123
-sign \x4F0A 25-123
-sign \x8863 25-123
-sign \x58F1 25-123
-sign \x533B 25-123
-sign \x541A 25-123
-sign \x4F9D 25-123
-sign \x794E 25-123
-sign \x54BF 25-123
-sign \x6D22 25-123
-sign \x7569 25-123
-sign \x94F1 25-123
-sign \x7317 25-123
-sign \x6E0F 25-123
-sign \x90FC 25-123
-sign \x63D6 25-123
-sign \x58F9 25-123
-sign \x6B39 135-123
-sign \x86DC 25-123
-sign \x7995 25-123
-sign \x5ADB 25-123
-sign \x7A26 25-123
-sign \x92A5 25-123
-sign \x6F2A 25-123
-sign \x8918 126-345
-sign \x5B04 25-123
-sign \x5901 25-123
-sign \x747F 25-123
-sign \x9E65 25-123
-sign \x566B 25-123
-sign \x7E44 25-123
-sign \x6AB9 25-123
-sign \x6BC9 25-123
-sign \x91AB 25-123
-sign \x9EDF 25-123
-sign \x8B69 25-123
-sign \x9EF3 25-123
-sign \x4E41 25-126
-sign \x531C 25-126
-sign \x4EEA 25-126
-sign \x572F 25-126
-sign \x5937 25-126
-sign \x5F75 2346-2346
-sign \x675D 25-126
-sign \x6C82 25-126
-sign \x5B90 25-126
-sign \x623A 124-12
-sign \x519D 25-126
-sign \x8BD2 25-126
-sign \x4F87 25-126
-sign \x72CB 25-126
-sign \x9974 25-126
-sign \x6CB6 25-126
-sign \x6021 25-126
-sign \x5B9C 25-126
-sign \x886A 25-12
-sign \x8351 25-126
-sign \x67C2 25-126
-sign \x54A6 25-126
-sign \x5CD3 25-126
-sign \x8D3B 25-126
-sign \x8FFB 25-126
-sign \x605E 25-126
-sign \x59E8 25-126
-sign \x74F5 25-126
-sign \x5DF8 25-126
-sign \x684B 25-126
-sign \x6818 25-126
-sign \x7719 25-126
-sign \x80F0 25-126
-sign \x5BA7 25-126
-sign \x6245 25-126
-sign \x8898 25-126
-sign \x5F2C 25-126
-sign \x8413 25-126
-sign \x79FB 25-126
-sign \x91F6 124-123
-sign \x75CD 25-126
-sign \x692C 25-126
-sign \x8CBD 25-126
-sign \x9057 25-126
-sign \x86E6 25-126
-sign \x8A52 25-126
-sign \x7FA0 25-126
-sign \x9890 25-126
-sign \x5A90 25-126
-sign \x6938 25-126
-sign \x9809 25-126
-sign \x6686 25-126
-sign \x8DE0 25-126
-sign \x98F4 25-126
-sign \x8A83 25-126
-sign \x9295 2345-2346
-sign \x7591 25-126
-sign \x907A 25-126
-sign \x5100 25-126
-sign \x71AA 25-126
-sign \x9824 25-126
-sign \x9825 25-126
-sign \x8794 25-126
-sign \x5DAC 25-126
-sign \x5F5B 25-126
-sign \x5F5C 25-126
-sign \x5DB7 25-126
-sign \x7C03 25-126
-sign \x984A 25-126
-sign \x9BA7 25-126
-sign \x5BF2 25-126
-sign \x8B3B 25-126
-sign \x5F5E 25-126
-sign \x5F5D 25-126
-sign \x93D4 25-126
-sign \x7C4E 25-126
-sign \x89FA 25-126
-sign \x8B89 25-126
-sign \x9E03 25-126
-sign \x4E59 25-1236
-sign \x5DF2 25-1236
-sign \x4EE5 25-1236
-sign \x6261 25-1236
-sign \x9487 25-1236
-sign \x8FC6 25-1236
-sign \x82E1 25-1236
-sign \x4F41 25-1236
-sign \x653A 25-1236
-sign \x77E3 25-1236
-sign \x82E2 25-1236
-sign \x8FE4 25-1236
-sign \x8681 25-1236
-sign \x8223 25-1236
-sign \x91D4 25-1236
-sign \x5EA1 25-1236
-sign \x7B16 25-1236
-sign \x501A 25-1236
-sign \x6246 25-1236
-sign \x9018 25-1236
-sign \x506F 25-1236
-sign \x6905 25-1236
-sign \x5D3A 25-1236
-sign \x9CE6 25-1236
-sign \x9218 25-1236
-sign \x926F 25-1236
-sign \x65D1 25-1236
-sign \x65D6 25-1236
-sign \x8F22 25-1236
-sign \x657C 25-1236
-sign \x8798 25-1236
-sign \x9321 135-126
-sign \x6AA5 25-1236
-sign \x7912 25-1236
-sign \x87FB 25-1236
-sign \x9857 25-1236
-sign \x8264 25-1236
-sign \x8F59 25-1236
-sign \x9F6E 25-1236
-sign \x9749 23456-1245
-sign \x4E42 25-12
-sign \x5F0B 25-12
-sign \x4EBF 25-12
-sign \x4E49 25-12
-sign \x827A 25-12
-sign \x5208 25-12
-sign \x5FC6 25-12
-sign \x4EE1 25-12
-sign \x808A 25-12
-sign \x5307 25-12
-sign \x8BAE 25-12
-sign \x9623 25-12
-sign \x8285 25-12
-sign \x5C79 25-12
-sign \x4F07 25-12
-sign \x4EA6 25-12
-sign \x5FD4 25-12
-sign \x5F02 25-12
-sign \x6291 25-12
-sign \x5744 25-12
-sign \x8034 25-12
-sign \x82C5 25-12
-sign \x6759 25-12
-sign \x5453 25-12
-sign \x9091 25-12
-sign \x52AE 25-12
-sign \x4F3F 25-12
-sign \x4F5A 25-12
-sign \x5F79 25-12
-sign \x8BD1 25-12
-sign \x678D 25-12
-sign \x546D 25-12
-sign \x6613 25-12
-sign \x5479 25-12
-sign \x5CC4 25-12
-sign \x79C7 25-12
-sign \x4F7E 25-12
-sign \x7088 25-12
-sign \x6CC6 25-12
-sign \x6008 25-12
-sign \x603F 25-12
-sign \x8BE3 25-12
-sign \x59B7 14-126
-sign \x7ECE 25-12
-sign \x9A7F 25-12
-sign \x73B4 25-12
-sign \x67BB 25-12
-sign \x8F76 25-12
-sign \x6633 345-246
-sign \x5E20 25-12
-sign \x4FCB 25-12
-sign \x5F08 25-12
-sign \x5955 25-12
-sign \x5E1F 25-12
-sign \x75AB 25-12
-sign \x6D42 25-12
-sign \x8875 35-12
-sign \x7FBF 25-12
-sign \x6339 25-12
-sign \x6827 25-12
-sign \x683A 14-123
-sign \x914F 25-1236
-sign \x8CA4 25-126
-sign \x5508 25-12
-sign \x6B2D 25-12
-sign \x57BC 25-12
-sign \x76CA 25-12
-sign \x6D73 25-12
-sign \x6D65 25-12
-sign \x6092 25-12
-sign \x88A3 25-12
-sign \x8C0A 25-12
-sign \x966D 135-126
-sign \x57F8 25-12
-sign \x57F6 25-12
-sign \x52DA 25-12
-sign \x841F 25-12
-sign \x6BB9 25-12
-sign \x6098 25-123
-sign \x8C5B 25-12
-sign \x96BF 25-12
-sign \x7570 25-12
-sign \x91F4 25-12
-sign \x9038 25-12
-sign \x8A32 25-12
-sign \x60A5 25-12
-sign \x8A33 25-12
-sign \x8C59 25-12
-sign \x7FCA 25-12
-sign \x7F9B 25-12
-sign \x7FCC 25-12
-sign \x68ED 25-12
-sign \x8EFC 25-12
-sign \x6B94 25-12
-sign \x6679 25-12
-sign \x6561 25-12
-sign \x8DC7 25-12
-sign \x5E46 25-12
-sign \x9AAE 25-12
-sign \x9220 25-12
-sign \x8A4D 25-12
-sign \x7132 25-12
-sign \x6E59 25-12
-sign \x7D4F 125-24
-sign \x6424 23456-24
-sign \x4E84 25-12
-sign \x8084 25-12
-sign \x7348 25-12
-sign \x8A63 25-12
-sign \x88DB 25-12
-sign \x75EC 25-12
-sign \x88D4 25-12
-sign \x610F 25-12
-sign \x7AE9 25-12
-sign \x7FA9 25-12
-sign \x517F 25-12
-sign \x6EA2 25-12
-sign \x7F22 25-12
-sign \x99C5 25-12
-sign \x84FA 25-12
-sign \x977E 25-12
-sign \x52E9 25-12
-sign \x698F 25-12
-sign \x8734 25-12
-sign \x8189 25-12
-sign \x5ED9 25-12
-sign \x7617 25-12
-sign \x6F69 25-12
-sign \x5AD5 25-12
-sign \x648E 25-12
-sign \x69F8 25-12
-sign \x9E5D 25-12
-sign \x9ED3 25-12
-sign \x9552 25-12
-sign \x5104 25-12
-sign \x8ABC 25-12
-sign \x761E 25-12
-sign \x6BC5 25-12
-sign \x9E62 25-12
-sign \x71BC 25-12
-sign \x71A0 25-12
-sign \x71A4 25-12
-sign \x58BF 25-12
-sign \x858F 25-12
-sign \x7796 25-12
-sign \x6BAA 25-12
-sign \x66C0 25-12
-sign \x87A0 25-12
-sign \x5DA7 25-12
-sign \x571B 25-12
-sign \x7A53 25-12
-sign \x5117 12345-1236
-sign \x5293 25-12
-sign \x8257 25-12
-sign \x7631 25-12
-sign \x71DA 25-12
-sign \x6FBA 25-12
-sign \x61CC 25-12
-sign \x61B6 25-12
-sign \x8939 25-12
-sign \x5B11 25-12
-sign \x5B1F 25-1236
-sign \x7E0A 25-12
-sign \x6A8D 25-12
-sign \x7FF3 25-12
-sign \x66CE 25-12
-sign \x6581 25-12
-sign \x6B5D 25-12
-sign \x8C96 25-12
-sign \x81C6 25-12
-sign \x71E1 25-12
-sign \x71F1 25-12
-sign \x5BF1 25-12
-sign \x7FFC 25-12
-sign \x85DD 25-12
-sign \x85D9 25-12
-sign \x8D00 25-12
-sign \x9571 25-12
-sign \x93B0 25-12
-sign \x7654 25-12
-sign \x8C77 25-12
-sign \x972C 25-12
-sign \x9D8D 25-12
-sign \x9D82 25-12
-sign \x9D83 25-12
-sign \x9BE3 25-12
-sign \x7E79 25-12
-sign \x7E76 25-12
-sign \x8619 25-12
-sign \x91B3 25-12
-sign \x91B7 25-12
-sign \x9950 25-12
-sign \x8B6F 25-12
-sign \x8B70 25-12
-sign \x7037 25-12
-sign \x9DCA 25-12
-sign \x56C8 25-12
-sign \x943F 25-12
-sign \x9DC1 25-12
-sign \x61FF 25-12
-sign \x9DD6 25-123
-sign \x9A5B 25-12
-sign \x9DE7 25-12
-sign \x897C 25-12
-sign \x8649 25-12
-sign \x9DFE 25-12
-sign \x9F78 25-12
-sign \x8B9B 25-12
-sign \x4E5A 25-1236
-sign \x56D9 25-13
-sign \x56E0 25-13
-sign \x9625 25-13
-sign \x9634 25-13
-sign \x4F8C 25-13
-sign \x8335 25-13
-sign \x836B 25-13
-sign \x5794 25-13
-sign \x97F3 25-13
-sign \x6D07 25-13
-sign \x59FB 25-13
-sign \x9A83 25-13
-sign \x6836 25-13
-sign \x6C24 25-13
-sign \x6BB7 25-13
-sign \x9670 25-13
-sign \x94DF 25-13
-sign \x79F5 25-13
-sign \x51D0 25-13
-sign \x88C0 25-13
-sign \x967B 25-13
-sign \x9682 25-13
-sign \x5819 25-13
-sign \x5591 25-13
-sign \x7B43 25-13
-sign \x6114 25-13
-sign \x5A63 25-13
-sign \x7D6A 25-13
-sign \x8491 25-13
-sign \x852D 25-13
-sign \x6B45 25-13
-sign \x6EB5 25-13
-sign \x798B 25-13
-sign \x6147 25-13
-sign \x92A6 25-13
-sign \x7616 25-13
-sign \x9787 25-13
-sign \x78E4 25-13
-sign \x7DF8 25-13
-sign \x99F0 25-13
-sign \x9712 25-13
-sign \x8AF2 25-13
-sign \x9720 25-13
-sign \x95C9 25-13
-sign \x567E 25-13
-sign \x6FE6 25-13
-sign \x97FE 25-13
-sign \x5198 25-16
-sign \x4E51 25-16
-sign \x82C2 25-16
-sign \x541F 25-16
-sign \x72BE 25-16
-sign \x73AA 15-1234
-sign \x70CE 25-16
-sign \x65A6 25-16
-sign \x57A0 25-16
-sign \x6CFF 25-16
-sign \x73E2 25-16
-sign \x8376 25-16
-sign \x8A14 25-16
-sign \x5701 25-16
-sign \x72FA 25-16
-sign \x8A1A 25-16
-sign \x7C8C 25-16
-sign \x5CFE 25-16
-sign \x552B 25-16
-sign \x5D1F 25-16
-sign \x5D2F 25-16
-sign \x94F6 25-16
-sign \x8A21 25-16
-sign \x6DEB 25-16
-sign \x5BC5 25-16
-sign \x5A6C 25-16
-sign \x9F82 25-126
-sign \x921D 25-16
-sign \x6B3D 135-13
-sign \x911E 25-16
-sign \x7892 25-16
-sign \x6EDB 25-16
-sign \x8529 25-16
-sign \x9F88 25-16
-sign \x9280 25-16
-sign \x5924 25-16
-sign \x748C 25-16
-sign \x6BA5 25-16
-sign \x5656 25-16
-sign \x8ABE 25-16
-sign \x81B6 356-1
-sign \x6AAD 25-16
-sign \x87EB 25-16
-sign \x569A 25-16
-sign \x972A 25-16
-sign \x9F66 25-16
-sign \x9DE3 25-16
-sign \x5C39 25-136
-sign \x5F15 25-136
-sign \x5432 25-136
-sign \x996E 25-136
-sign \x8693 25-136
-sign \x9690 25-136
-sign \x6DFE 25-136
-sign \x91FF 25-136
-sign \x920F 25-136
-sign \x98F2 25-136
-sign \x9777 25-136
-sign \x98EE 25-136
-sign \x96A0 25-136
-sign \x6704 25-136
-sign \x8D9B 25-136
-sign \x763E 25-136
-sign \x6A83 25-136
-sign \x96B1 25-136
-sign \x87BE 25-136
-sign \x5DBE 25-136
-sign \x6FE5 25-136
-sign \x861F 25-136
-sign \x9F57 25-16
-sign \x6AFD 25-136
-sign \x766E 25-136
-sign \x8B94 25-136
-sign \x5EF4 25-136
-sign \x5370 25-1
-sign \x5C83 25-136
-sign \x831A 25-1
-sign \x80E4 25-1
-sign \x6D15 25-1
-sign \x57BD 25-1
-sign \x5837 25-1
-sign \x730C 25-1
-sign \x6E5A 25-1
-sign \x5ED5 25-1
-sign \x9173 25-1
-sign \x616D 25-1
-sign \x764A 25-1
-sign \x6196 25-1
-sign \x6197 25-1
-sign \x9BA3 25-1
-sign \x61DA 25-1
-sign \x6ABC 25-1
-sign \x5FDC 25-135
-sign \x82F1 25-135
-sign \x73F1 25-135
-sign \x83BA 25-135
-sign \x685C 25-135
-sign \x5040 25-135
-sign \x5A74 25-135
-sign \x6E36 25-135
-sign \x6125 25-135
-sign \x5A96 25-135
-sign \x7EEC 25-135
-sign \x745B 25-135
-sign \x713D 25-135
-sign \x6720 25-135
-sign \x7150 25-135
-sign \x78A4 25-135
-sign \x9533 25-135
-sign \x5AC8 25-135
-sign \x6484 25-135
-sign \x8CCF 25-135
-sign \x8767 25-135
-sign \x5624 25-135
-sign \x7F42 25-135
-sign \x7507 25-135
-sign \x7F28 25-135
-sign \x7DD3 25-135
-sign \x748E 25-135
-sign \x6A31 25-135
-sign \x9719 25-135
-sign \x9E66 25-135
-sign \x9348 25-135
-sign \x7F43 25-135
-sign \x892E 25-135
-sign \x5B30 25-135
-sign \x81BA 25-135
-sign \x97FA 25-135
-sign \x7516 25-135
-sign \x9E70 25-135
-sign \x9DA7 25-135
-sign \x6516 25-135
-sign \x8621 25-135
-sign \x7F4C 25-135
-sign \x56B6 25-135
-sign \x8B4D 25-135
-sign \x7034 25-135
-sign \x5B7E 25-135
-sign \x5B46 25-135
-sign \x74D4 25-135
-sign \x6AFB 25-135
-sign \x792F 25-135
-sign \x8B7B 25-135
-sign \x9DAF 25-135
-sign \x944D 25-135
-sign \x9DEA 25-135
-sign \x8833 25-135
-sign \x7E93 25-135
-sign \x8EC8 25-135
-sign \x9DF9 25-135
-sign \x9E0E 25-135
-sign \x9E1A 25-135
-sign \x8FCE 25-156
-sign \x76C1 25-156
-sign \x8314 25-156
-sign \x8365 25-156
-sign \x8367 25-156
-sign \x76C8 25-156
-sign \x83B9 25-156
-sign \x8424 25-156
-sign \x8425 25-156
-sign \x8426 25-156
-sign \x686F 2345-135
-sign \x86CD 25-156
-sign \x55B6 25-156
-sign \x843E 25-156
-sign \x6E81 25-156
-sign \x6E8B 25-156
-sign \x84E5 25-156
-sign \x6979 25-156
-sign \x50CC 25-156
-sign \x584B 25-156
-sign \x6EE2 25-156
-sign \x8747 25-156
-sign \x6ECE 25-156
-sign \x7192 25-156
-sign \x6F46 25-156
-sign \x877F 25-156
-sign \x7469 25-156
-sign \x5B34 25-156
-sign \x87A2 25-156
-sign \x71DF 25-156
-sign \x7E08 25-156
-sign \x85C0 25-156
-sign \x8D62 25-156
-sign \x89AE 25-156
-sign \x8B0D 25-156
-sign \x6FDA 25-156
-sign \x6FF4 25-156
-sign \x6FD9 25-156
-sign \x93A3 25-156
-sign \x650D 25-156
-sign \x8805 25-156
-sign \x5DC6 25-156
-sign \x701B 25-156
-sign \x702F 25-156
-sign \x7020 25-156
-sign \x6AFF 25-156
-sign \x8D0F 25-156
-sign \x7050 25-156
-sign \x7C5D 25-156
-sign \x705C 25-156
-sign \x7C6F 25-156
-sign \x90E2 25-1356
-sign \x77E8 25-1356
-sign \x6D67 25-1356
-sign \x68AC 25-1356
-sign \x988D 25-1356
-sign \x9895 25-1356
-sign \x9896 25-1356
-sign \x646C 25-1356
-sign \x5F71 25-1356
-sign \x6F41 25-1356
-sign \x9834 25-1356
-sign \x7A4E 25-1356
-sign \x763F 25-1356
-sign \x5DCA 25-1356
-sign \x941B 25-1356
-sign \x5EEE 25-1356
-sign \x766D 25-1356
-sign \x5E94 25-15
-sign \x6620 25-15
-sign \x786C 25-15
-sign \x668E 25-15
-sign \x5AB5 25-15
-sign \x81A1 25-15
-sign \x565F 25-135
-sign \x61C9 25-135
-sign \x7005 25-156
-sign \x54DF 25-25
-sign \x5537 25-25
-sign \x55B2 25-25
-sign \x4F63 256-135
-sign \x62E5 256-135
-sign \x75C8 256-135
-sign \x9095 256-135
-sign \x5EB8 256-135
-sign \x55C8 256-135
-sign \x50AD 256-135
-sign \x9118 256-135
-sign \x96CD 256-135
-sign \x5889 256-135
-sign \x6EFD 256-135
-sign \x6175 256-135
-sign \x5ADE 256-135
-sign \x69E6 256-135
-sign \x92BF 146-135
-sign \x7245 256-135
-sign \x64C1 256-135
-sign \x5670 256-135
-sign \x955B 256-135
-sign \x90FA 256-135
-sign \x58C5 256-135
-sign \x6FAD 256-135
-sign \x81C3 256-135
-sign \x7655 256-135
-sign \x96DD 256-135
-sign \x93DE 256-135
-sign \x9CD9 256-135
-sign \x5EF1 256-135
-sign \x7049 256-135
-sign \x9C45 256-135
-sign \x9DDB 256-135
-sign \x9954 256-135
-sign \x7670 256-135
-sign \x9C2B 256-156
-sign \x6C38 256-1356
-sign \x752C 256-1356
-sign \x548F 256-1356
-sign \x6CF3 256-1356
-sign \x603A 256-1356
-sign \x6810 256-1356
-sign \x4FD1 256-1356
-sign \x52C7 256-1356
-sign \x52C8 256-1356
-sign \x57C7 256-1356
-sign \x67E1 256-1356
-sign \x6D8C 256-1356
-sign \x6080 256-1356
-sign \x607F 256-1356
-sign \x7867 256-1356
-sign \x60E5 256-1356
-sign \x8A60 256-1356
-sign \x6E67 256-1356
-sign \x6111 256-1356
-sign \x584E 256-1356
-sign \x86F9 256-1356
-sign \x5D71 256-1356
-sign \x6139 256-1356
-sign \x5F6E 256-1356
-sign \x8E0A 256-1356
-sign \x6142 256-1356
-sign \x9CAC 256-1356
-sign \x799C 256-1356
-sign \x8E34 256-1356
-sign \x9BD2 256-1356
-sign \x7528 256-15
-sign \x82DA 256-15
-sign \x783D 256-15
-sign \x919F 256-15
-sign \x4F18 25-134
-sign \x6538 25-134
-sign \x5FE7 25-134
-sign \x5466 25-134
-sign \x6CD1 25-134
-sign \x602E 25-134
-sign \x5E7D 25-134
-sign \x60A0 25-134
-sign \x9E80 25-134
-sign \x6EFA 25-134
-sign \x6182 25-134
-sign \x913E 25-134
-sign \x512A 25-134
-sign \x5698 25-134
-sign \x7000 25-134
-sign \x61EE 25-134
-sign \x6ACC 25-134
-sign \x8030 25-134
-sign \x7E8B 25-134
-sign \x5C22 25-146
-sign \x5C24 25-146
-sign \x5C23 26-1345
-sign \x7531 25-146
-sign \x90AE 25-146
-sign \x72B9 25-146
-sign \x6C8B 25-146
-sign \x80AC 25-146
-sign \x6CB9 25-146
-sign \x601E 25-146
-sign \x6023 25-146
-sign \x75A3 25-146
-sign \x65BF 25-146
-sign \x83A4 25-146
-sign \x839C 25-146
-sign \x83B8 25-146
-sign \x900C 25-134
-sign \x8698 126-346
-sign \x5CF3 25-146
-sign \x94C0 25-146
-sign \x90F5 25-146
-sign \x79DE 25-146
-sign \x6D5F 25-146
-sign \x9030 25-146
-sign \x86B0 25-146
-sign \x5064 25-146
-sign \x8A27 25-146
-sign \x9C7F 25-146
-sign \x7336 25-146
-sign \x904A 25-146
-sign \x6E38 25-146
-sign \x6962 25-146
-sign \x923E 25-146
-sign \x9C89 25-146
-sign \x7337 25-146
-sign \x99C0 25-146
-sign \x8F0F 25-146
-sign \x8555 25-146
-sign \x8763 25-146
-sign \x9B77 25-146
-sign \x8F36 25-146
-sign \x9B8B 25-146
-sign \x6AFE 25-146
-sign \x908E 25-1256
-sign \x53CB 25-1346
-sign \x6709 25-1346
-sign \x82C3 25-1346
-sign \x9149 25-1346
-sign \x4E23 25-1346
-sign \x5363 25-1346
-sign \x7F91 25-1346
-sign \x83A0 25-1346
-sign \x7F90 25-1346
-sign \x5EAE 25-146
-sign \x8048 25-1346
-sign \x6884 25-1346
-sign \x94D5 25-1346
-sign \x811C 35-146
-sign \x848F 256-15
-sign \x6E75 25-1346
-sign \x870F 25-1346
-sign \x7989 25-1346
-sign \x92AA 25-1346
-sign \x69F1 25-1346
-sign \x7257 25-1346
-sign \x7256 25-1346
-sign \x9EDD 25-1346
-sign \x53C8 25-14
-sign \x53F3 25-14
-sign \x5E7C 25-14
-sign \x4F51 25-14
-sign \x4F91 25-14
-sign \x72D6 25-14
-sign \x7CFF 25-14
-sign \x5B67 25-14
-sign \x67DA 25-14
-sign \x8FF6 25-14
-sign \x54CA 25-14
-sign \x56FF 25-14
-sign \x5CDF 25-14
-sign \x7270 25-14
-sign \x5BA5 25-14
-sign \x7950 25-14
-sign \x8BF1 25-14
-sign \x59F7 25-14
-sign \x5500 25-14
-sign \x688E 23456-1235
-sign \x86B4 25-14
-sign \x75CF 26-3456
-sign \x91C9 25-14
-sign \x8C81 25-14
-sign \x4EB4 25-14
-sign \x916D 25-14
-sign \x8A98 25-14
-sign \x9F2C 25-14
-sign \x8FBC 256-123
-sign \x8FC2 256-123
-sign \x8FC3 256-123
-sign \x625C 256-123
-sign \x7EA1 256-123
-sign \x65BC 256-126
-sign \x9653 256-123
-sign \x8676 256-123
-sign \x7D06 256-123
-sign \x5539 256-123
-sign \x76D3 256-123
-sign \x6DE4 256-123
-sign \x7600 256-123
-sign \x7B8A 256-123
-sign \x4E8E 256-126
-sign \x4E90 256-126
-sign \x9098 256-126
-sign \x4F03 256-126
-sign \x6C59 26-123
-sign \x6C5A 26-123
-sign \x7397 256-126
-sign \x7399 256-126
-sign \x6275 256-126
-sign \x6745 256-126
-sign \x6B24 256-126
-sign \x4F59 256-126
-sign \x59A4 256-126
-sign \x76C2 256-126
-sign \x81FE 256-126
-sign \x9C7C 256-126
-sign \x8867 256-126
-sign \x8330 256-126
-sign \x79BA 256-126
-sign \x7AFD 256-126
-sign \x8201 256-126
-sign \x4FDE 256-126
-sign \x516A 256-126
-sign \x9151 256-126
-sign \x72F3 256-126
-sign \x9980 256-126
-sign \x6087 256-12
-sign \x8C00 256-126
-sign \x5A31 256-126
-sign \x5A1B 256-126
-sign \x5A2F 256-126
-sign \x8438 256-126
-sign \x96E9 256-126
-sign \x91EA 256-126
-sign \x9B5A 256-126
-sign \x6E14 256-126
-sign \x9685 256-126
-sign \x9683 256-126
-sign \x5823 256-126
-sign \x582C 256-126
-sign \x63C4 256-126
-sign \x6970 256-126
-sign \x7862 256-126
-sign \x756D 256-126
-sign \x5581 256-156
-sign \x5D4E 256-126
-sign \x5D33 256-126
-sign \x5D5B 256-126
-sign \x9AAC 256-126
-sign \x756C 256-126
-sign \x903E 256-126
-sign \x8174 256-126
-sign \x6E61 256-126
-sign \x6E1D 256-126
-sign \x6109 256-126
-sign \x5AAE 234-134
-sign \x5A7E 234-134
-sign \x745C 256-126
-sign \x6986 256-126
-sign \x6961 256-126
-sign \x865E 256-126
-sign \x611A 256-126
-sign \x724F 256-126
-sign \x8245 256-126
-sign \x89CE 256-126
-sign \x6B48 256-126
-sign \x776E 256-126
-sign \x8206 256-126
-sign \x6F01 256-126
-sign \x7AAC 256-126
-sign \x8915 256-126
-sign \x854D 256-126
-sign \x6B76 256-126
-sign \x9899 256-126
-sign \x8753 256-126
-sign \x96D3 256-126
-sign \x9918 256-126
-sign \x9B63 256-126
-sign \x8ADB 256-126
-sign \x7FAD 256-126
-sign \x8E30 256-126
-sign \x89A6 256-126
-sign \x6F9E 256-126
-sign \x61D9 256-1236
-sign \x5B29 256-126
-sign \x74B5 256-126
-sign \x8F3F 256-126
-sign \x6B5F 256-126
-sign \x935D 256-126
-sign \x87B8 256-126
-sign \x7916 256-126
-sign \x9852 256-156
-sign \x9AC3 256-126
-sign \x9BBD 256-126
-sign \x8B23 256-126
-sign \x9A1F 256-126
-sign \x7C45 256-126
-sign \x9BF2 256-126
-sign \x65DF 256-126
-sign \x861B 256-126
-sign \x9C05 256-126
-sign \x9DE0 256-126
-sign \x9E06 256-126
-sign \x4E0E 256-1236
-sign \x4E88 256-1236
-sign \x5C7F 256-1236
-sign \x4F1B 256-1236
-sign \x5B87 256-1236
-sign \x7FBD 256-1236
-sign \x96E8 256-1236
-sign \x7A7B 256-123
-sign \x6327 256-1236
-sign \x4FE3 256-1236
-sign \x4FC1 256-1236
-sign \x79B9 256-1236
-sign \x8BED 256-1236
-sign \x5704 256-1236
-sign \x5CFF 256-1236
-sign \x7964 256-1236
-sign \x6554 256-1236
-sign \x532C 256-1236
-sign \x5709 256-1236
-sign \x504A 256-1236
-sign \x9105 256-1236
-sign \x5EBE 256-1236
-sign \x842D 256-1236
-sign \x842E 256-126
-sign \x94FB 26-126
-sign \x659E 256-1236
-sign \x7440 256-1236
-sign \x6940 256-1236
-sign \x8207 256-1236
-sign \x50B4 256-1236
-sign \x7610 256-1236
-sign \x5BD9 256-1236
-sign \x8A9E 256-1236
-sign \x9F89 256-1236
-sign \x92D9 26-126
-sign \x7AB3 256-1236
-sign \x85C7 1256-12
-sign \x5673 256-1236
-sign \x5DBC 256-1236
-sign \x8C90 256-1236
-sign \x6594 256-1236
-sign \x9E8C 256-1236
-sign \x860C 256-1236
-sign \x9F6C 256-1236
-sign \x7389 256-12
-sign \x9A6D 256-12
-sign \x572B 256-12
-sign \x828B 256-12
-sign \x828C 256-12
-sign \x807F 256-12
-sign \x996B 256-12
-sign \x5FEC 256-12
-sign \x59AA 256-12
-sign \x90C1 256-12
-sign \x80B2 256-12
-sign \x831F 256-12
-sign \x6631 256-12
-sign \x79D7 256-12
-sign \x72F1 256-12
-sign \x682F 25-1346
-sign \x5F67 256-12
-sign \x7821 256-12
-sign \x5CEA 256-12
-sign \x94B0 256-12
-sign \x4FFC 256-12
-sign \x6D74 256-12
-sign \x9884 256-12
-sign \x57DF 256-12
-sign \x5809 256-12
-sign \x5590 256-12
-sign \x6086 256-12
-sign \x6B32 256-12
-sign \x9033 256-12
-sign \x88AC 256-12
-sign \x9608 256-12
-sign \x6DE2 256-12
-sign \x6DEF 256-12
-sign \x60D0 256-12
-sign \x8C15 256-12
-sign \x7419 256-12
-sign \x99AD 256-12
-sign \x68EB 256-12
-sign \x68DC 256-12
-sign \x68DB 256-12
-sign \x7872 256-12
-sign \x9047 256-12
-sign \x5585 256-12
-sign \x55BB 256-12
-sign \x55A9 256-12
-sign \x5FA1 256-12
-sign \x9E46 256-12
-sign \x98EB 256-12
-sign \x5EBD 256-12
-sign \x7134 256-12
-sign \x5BD3 256-12
-sign \x88D5 256-12
-sign \x5A80 256-126
-sign \x77DE 256-12
-sign \x84AE 256-12
-sign \x84E3 256-12
-sign \x7F6D 256-12
-sign \x7A22 256-12
-sign \x8248 256-12
-sign \x923A 256-12
-sign \x6108 256-12
-sign \x715C 256-12
-sign \x6EEA 256-12
-sign \x8A89 256-12
-sign \x9810 256-12
-sign \x8F0D 256-12
-sign \x622B 256-12
-sign \x872E 256-12
-sign \x871F 256-12
-sign \x5D8E 256-12
-sign \x6BD3 256-12
-sign \x50EA 256-12
-sign \x9289 256-12
-sign \x7344 256-12
-sign \x7609 256-12
-sign \x6F9A 23456-125
-sign \x96A9 256-12
-sign \x5AD7 256-12
-sign \x7DCE 256-12
-sign \x9CFF 256-12
-sign \x58BA 23456-125
-sign \x8581 256-12
-sign \x84F9 256-12
-sign \x564A 256-12
-sign \x7A36 256-12
-sign \x92CA 256-12
-sign \x617E 256-12
-sign \x9079 256-12
-sign \x8C6B 256-12
-sign \x8577 256-12
-sign \x95BE 256-12
-sign \x95BC 25-1234
-sign \x9D25 256-12
-sign \x9325 256-12
-sign \x8AED 256-12
-sign \x71E0 256-12
-sign \x71CF 256-12
-sign \x6FA6 256-12
-sign \x9D2A 256-12
-sign \x9D27 256-12
-sign \x7907 256-12
-sign \x5125 256-12
-sign \x9B4A 256-12
-sign \x79A6 256-12
-sign \x9E6C 256-12
-sign \x91A7 256-12
-sign \x7A65 256-1236
-sign \x7BFD 256-12
-sign \x791C 256-12
-sign \x9D52 256-12
-sign \x7652 256-12
-sign \x7E58 256-12
-sign \x6AF2 256-12
-sign \x9947 256-12
-sign \x9731 256-12
-sign \x8F5D 256-126
-sign \x8B7D 256-12
-sign \x942D 256-12
-sign \x9A48 256-12
-sign \x6B0E 256-12
-sign \x9B3B 256-12
-sign \x7C5E 256-12
-sign \x9C4A 256-12
-sign \x9DF8 256-12
-sign \x9E12 256-12
-sign \x6B1D 256-12
-sign \x9FA5 256-12
-sign \x9B30 256-12
-sign \x8EC9 256-12
-sign \x9B31 256-12
-sign \x7C72 256-12
-sign \x706A 256-12
-sign \x7229 256-12
-sign \x56E6 256-1234
-sign \x9E22 256-1234
-sign \x5248 256-1234
-sign \x7722 256-1234
-sign \x9E33 256-1234
-sign \x51A4 256-1234
-sign \x5F32 1256-1234
-sign \x6E01 256-1234
-sign \x6E0A 256-1234
-sign \x6E06 256-1234
-sign \x6E15 256-1234
-sign \x5BC3 256-1234
-sign \x847E 256-1234
-sign \x6DF5 256-1234
-sign \x60CC 256-1234
-sign \x84AC 256-1234
-sign \x68E9 256-1234
-sign \x870E 256-1234
-sign \x9E53 256-1234
-sign \x9CF6 256-1234
-sign \x8735 256-1234
-sign \x99CC 256-1234
-sign \x92FA 256-1234
-sign \x9D1B 256-1234
-sign \x9D77 256-1234
-sign \x5B3D 256-1234
-sign \x7041 256-1234
-sign \x9F18 256-1234
-sign \x9F1D 256-1234
-sign \x5143 256-1246
-sign \x5186 256-1246
-sign \x90A7 256-1246
-sign \x8D20 256-1246
-sign \x82AB 256-1246
-sign \x56ED 256-1246
-sign \x5458 256-1246
-sign \x6C85 256-1246
-sign \x59A7 256-1246
-sign \x676C 256-1246
-sign \x57A3 256-1246
-sign \x7230 256-1246
-sign \x8881 256-1246
-sign \x539F 256-1246
-sign \x8696 256-1246
-sign \x54E1 256-1246
-sign \x5706 256-1246
-sign \x7B0E 256-1246
-sign \x915B 256-1246
-sign \x53A1 256-1246
-sign \x9F0B 256-1246
-sign \x63F4 256-1246
-sign \x559B 126-124
-sign \x570E 256-1246
-sign \x5086 256-1246
-sign \x9228 256-1246
-sign \x7328 256-1246
-sign \x6E72 256-1246
-sign \x5A9B 256-1246
-sign \x7F18 256-1246
-sign \x586C 256-1246
-sign \x849D 256-1246
-sign \x6965 1256-124
-sign \x5712 256-1246
-sign \x5713 256-1246
-sign \x733F 256-1246
-sign \x7342 256-1246
-sign \x6E92 256-1246
-sign \x6E90 256-1246
-sign \x5AB4 256-1246
-sign \x5AC4 256-1246
-sign \x69AC 256-1246
-sign \x699E 256-1246
-sign \x8F95 256-1246
-sign \x8911 256-124
-sign \x876F 256-1246
-sign \x875D 256-1246
-sign \x9B6D 256-1246
-sign \x8924 256-1246
-sign \x7E01 256-1246
-sign \x7DE3 256-1246
-sign \x8597 256-1246
-sign \x6A7C 256-1246
-sign \x8788 256-1246
-sign \x7FB1 256-1246
-sign \x9EFF 256-1246
-sign \x8F45 256-1246
-sign \x8B1C 256-1246
-sign \x93B1 256-1246
-sign \x6ADE 256-1246
-sign \x908D 256-1246
-sign \x9A35 256-1246
-sign \x9DA2 256-1246
-sign \x9DB0 256-1246
-sign \x53B5 256-1246
-sign \x8FDC 256-12346
-sign \x76F6 256-12346
-sign \x903A 256-12346
-sign \x9060 256-12346
-sign \x5917 256-124
-sign \x8099 256-1234
-sign \x8312 256-1246
-sign \x82D1 256-124
-sign \x59B4 256-124
-sign \x6028 256-124
-sign \x9662 256-124
-sign \x57B8 256-124
-sign \x884F 256-124
-sign \x63BE 256-124
-sign \x7457 256-124
-sign \x7990 256-124
-sign \x613F 256-124
-sign \x88EB 256-124
-sign \x566E 256-124
-sign \x9858 256-124
-sign \x66F0 256-234
-sign \x66F1 256-234
-sign \x7EA6 256-234
-sign \x7D04 256-234
-sign \x7BB9 256-234
-sign \x77F1 256-234
-sign \x5F5F 126-24
-sign \x5F60 126-24
-sign \x6708 256-24
-sign \x6209 256-24
-sign \x5216 256-24
-sign \x6C4B 146-246
-sign \x6288 256-24
-sign \x5C84 256-24
-sign \x793F 256-24
-sign \x73A5 256-24
-sign \x6782 26-24
-sign \x5CB3 256-24
-sign \x6071 256-24
-sign \x8ECF 256-24
-sign \x868E 256-24
-sign \x868F 256-24
-sign \x94BA 256-24
-sign \x9605 256-24
-sign \x6085 256-24
-sign \x60A6 256-24
-sign \x6373 256-24
-sign \x8DC3 256-24
-sign \x8DC0 256-24
-sign \x8D8A 256-24
-sign \x7CA4 256-24
-sign \x697D 123-24
-sign \x7CB5 256-24
-sign \x925E 256-24
-sign \x95B1 256-24
-sign \x95B2 256-24
-sign \x6A02 123-24
-sign \x6A3E 256-24
-sign \x7BD7 256-24
-sign \x5B33 256-24
-sign \x5DBD 256-24
-sign \x9FA0 256-24
-sign \x7C46 256-24
-sign \x8625 256-24
-sign \x9EE6 256-24
-sign \x7039 256-24
-sign \x8E8D 256-24
-sign \x721A 256-24
-sign \x79B4 256-24
-sign \x8E92 1235-12
-sign \x7C65 256-24
-sign \x9E11 256-24
-sign \x7C70 256-24
-sign \x9E19 256-24
-sign \x6655 256-13
-sign \x8480 256-13
-sign \x8495 256-13
-sign \x8F92 26-13
-sign \x6688 256-13
-sign \x6C32 256-13
-sign \x7174 256-13
-sign \x6C33 256-13
-sign \x596B 256-13
-sign \x8779 256-13
-sign \x8F3C 26-13
-sign \x8D5F 256-13
-sign \x9835 156-13
-sign \x8F40 26-13
-sign \x99A7 256-13
-sign \x8D07 256-13
-sign \x4E91 256-16
-sign \x52FB 256-16
-sign \x5300 256-16
-sign \x4F1D 256-16
-sign \x82B8 256-16
-sign \x56E9 256-16
-sign \x6C84 256-16
-sign \x5998 256-16
-sign \x7EAD 256-16
-sign \x6600 256-16
-sign \x7703 256-16
-sign \x7547 256-16
-sign \x90E7 256-16
-sign \x79D0 256-16
-sign \x8018 256-16
-sign \x803A 256-16
-sign \x6DA2 256-16
-sign \x7D1C 256-16
-sign \x96F2 256-16
-sign \x9116 256-16
-sign \x84B7 256-16
-sign \x7B7C 256-16
-sign \x612A 256-16
-sign \x7189 256-16
-sign \x92C6 256-16
-sign \x8553 256-16
-sign \x6F90 256-16
-sign \x6A52 256-16
-sign \x7BD4 256-16
-sign \x7E1C 256-16
-sign \x7E67 256-16
-sign \x5141 256-136
-sign \x962D 256-136
-sign \x628E 256-136
-sign \x593D 256-136
-sign \x72C1 256-136
-sign \x73A7 256-136
-sign \x9668 256-136
-sign \x837A 256-16
-sign \x6B92 256-136
-sign \x5597 256-136
-sign \x9217 256-136
-sign \x9695 256-136
-sign \x6EB3 256-16
-sign \x99BB 256-136
-sign \x6B9E 256-136
-sign \x891E 256-1
-sign \x78D2 256-136
-sign \x8CF1 256-136
-sign \x9723 256-136
-sign \x9F6B 256-136
-sign \x9F73 256-136
-sign \x5B55 256-1
-sign \x8FD0 256-1
-sign \x679F 256-1
-sign \x90D3 256-1
-sign \x607D 256-1
-sign \x8C9F 256-1246
-sign \x915D 256-1
-sign \x9106 256-1
-sign \x508A 256-1
-sign \x6120 256-1
-sign \x60F2 256-1
-sign \x904B 256-1
-sign \x7F0A 256-1
-sign \x97EB 256-1
-sign \x816A 256-1
-sign \x97F5 256-1
-sign \x614D 256-1
-sign \x7185 256-13
-sign \x8570 26-13
-sign \x8574 256-1
-sign \x71A8 256-1
-sign \x7DFC 26-13
-sign \x8580 26-13
-sign \x9196 256-1
-sign \x7E15 26-13
-sign \x919E 256-1
-sign \x992B 256-1
-sign \x97B0 256-1
-sign \x85F4 256-1
-sign \x97DE 256-1
-sign \x97D7 256-1
-sign \x860A 256-1
-sign \x97FB 256-1
-sign \x5E00 145-2345
-sign \x531D 145-2345
-sign \x8FCA 145-2345
-sign \x6C9E 145-2345
-sign \x5482 145-2345
-sign \x62F6 145-2345
-sign \x685A 145-2345
-sign \x9254 145-2345
-sign \x9B73 145-2456
-sign \x81DC 145-2345
-sign \x81E2 145-2345
-sign \x6742 145-2456
-sign \x6CAF 145-2456
-sign \x7838 145-2456
-sign \x97F4 145-2456
-sign \x96D1 145-2456
-sign \x78FC 145-2456
-sign \x894D 145-2456
-sign \x96DC 145-2456
-sign \x56D0 145-2456
-sign \x96E5 145-2456
-sign \x548B 145-23456
-sign \x707E 145-12345
-sign \x707D 145-12345
-sign \x753E 145-12345
-sign \x54C9 145-12345
-sign \x683D 145-12345
-sign \x70D6 145-12345
-sign \x83D1 145-123
-sign \x6E3D 145-12345
-sign \x6EA8 145-12345
-sign \x7775 145-12345
-sign \x8CF3 145-12345
-sign \x4ED4 145-1236
-sign \x8F7D 145-1245
-sign \x5BB0 145-123456
-sign \x5D3D 145-123456
-sign \x8F09 145-1245
-sign \x6257 145-1245
-sign \x518D 145-1245
-sign \x5728 145-1245
-sign \x6D05 145-1245
-sign \x50A4 145-1245
-sign \x9168 145-1245
-sign \x510E 145-1245
-sign \x7E21 145-1245
-sign \x5142 145-1234
-sign \x7CCC 145-1234
-sign \x7C2E 145-1234
-sign \x7C2A 145-1234
-sign \x941F 145-1234
-sign \x9415 145-1234
-sign \x54B1 145-1246
-sign \x507A 145-1246
-sign \x661D 145-12346
-sign \x5BC1 145-12346
-sign \x63DD 145-12346
-sign \x648D 145-12346
-sign \x5646 145-12346
-sign \x5127 145-12346
-sign \x6512 145-12346
-sign \x5139 145-12346
-sign \x6522 145-12346
-sign \x8DB1 145-12346
-sign \x8DB2 145-12346
-sign \x6682 145-124
-sign \x8CDB 145-124
-sign \x66AB 145-124
-sign \x933E 145-124
-sign \x8D5E 145-124
-sign \x913C 145-124
-sign \x8E54 145-124
-sign \x9142 145-124
-sign \x6FFD 145-124
-sign \x74C9 145-124
-sign \x93E8 145-124
-sign \x8D0A 145-124
-sign \x74D2 145-124
-sign \x9147 145-124
-sign \x56CB 145-2456
-sign \x8B83 145-124
-sign \x7052 145-124
-sign \x74DA 145-124
-sign \x79B6 145-124
-sign \x7A73 145-124
-sign \x8978 145-124
-sign \x8B9A 145-124
-sign \x9961 145-124
-sign \x5592 145-1246
-sign \x8D43 145-1345
-sign \x810F 145-1345
-sign \x7F98 145-1345
-sign \x7242 145-1345
-sign \x8CCD 145-1345
-sign \x81E7 145-1345
-sign \x8CD8 145-1345
-sign \x8D13 145-1345
-sign \x9AD2 145-1345
-sign \x8D1C 145-1345
-sign \x9A75 145-13456
-sign \x99D4 145-13456
-sign \x5F09 145-145
-sign \x5958 145-145
-sign \x585F 145-145
-sign \x846C 145-145
-sign \x92BA 145-145
-sign \x81D3 145-145
-sign \x81DF 145-145
-sign \x906D 145-1235
-sign \x7CDF 145-1235
-sign \x91A9 145-1235
-sign \x8E67 145-1235
-sign \x51FF 145-1256
-sign \x947F 145-1256
-sign \x65E9 145-12356
-sign \x67A3 145-12356
-sign \x6806 145-12356
-sign \x86A4 145-12356
-sign \x68D7 145-12356
-sign \x7485 145-12356
-sign \x6FA1 145-12356
-sign \x74AA 145-12356
-sign \x85BB 145-12356
-sign \x85FB 145-12356
-sign \x7E70 135-1235
-sign \x7681 145-125
-sign \x7682 145-125
-sign \x7076 145-125
-sign \x5515 145-125
-sign \x5523 145-125
-sign \x9020 145-125
-sign \x688D 145-125
-sign \x55BF 145-125
-sign \x8241 145-125
-sign \x7170 145-125
-sign \x6165 145-125
-sign \x566A 145-125
-sign \x7C09 145-125
-sign \x71E5 145-125
-sign \x8DAE 145-125
-sign \x8E81 145-125
-sign \x8B5F 145-125
-sign \x7AC8 145-125
-sign \x5219 145-246
-sign \x629E 145-246
-sign \x6CA2 145-246
-sign \x8D23 145-246
-sign \x62E9 145-246
-sign \x8FEE 145-246
-sign \x6CCE 145-246
-sign \x6CFD 145-246
-sign \x5247 145-246
-sign \x8CAC 145-246
-sign \x841A 2346-24
-sign \x5567 145-246
-sign \x556B 14-2346
-sign \x5536 15-24
-sign \x5E3B 145-246
-sign \x7B2E 145-246
-sign \x8234 145-246
-sign \x6EAD 145-246
-sign \x77E0 145-246
-sign \x8536 145-246
-sign \x5616 145-246
-sign \x5E58 145-246
-sign \x7BA6 145-246
-sign \x5AE7 145-246
-sign \x8D5C 145-246
-sign \x6A0D 145-246
-sign \x6B75 145-246
-sign \x8ACE 145-246
-sign \x64C7 145-246
-sign \x7794 145-246
-sign \x769F 145-246
-sign \x6FA4 145-246
-sign \x802B 145-246
-sign \x7C00 145-246
-sign \x8CFE 145-246
-sign \x790B 145-246
-sign \x8B2E 145-246
-sign \x8957 145-246
-sign \x8600 2346-24
-sign \x880C 145-246
-sign \x9F5A 145-246
-sign \x9F70 145-246
-sign \x9E05 145-246
-sign \x5928 145-24
-sign \x4EC4 145-24
-sign \x5E82 145-24
-sign \x6C44 145-24
-sign \x6603 145-24
-sign \x6617 145-24
-sign \x6351 145-24
-sign \x5D31 145-24
-sign \x8D3C 145-346
-sign \x621D 145-346
-sign \x8CCA 145-346
-sign \x9C97 145-346
-sign \x8808 145-346
-sign \x9C02 145-346
-sign \x9C61 145-346
-sign \x600E 145-136
-sign \x8C2E 145-1
-sign \x8B5B 145-1
-sign \x8B56 145-1
-sign \x56CE 145-1
-sign \x5897 145-135
-sign \x912B 145-135
-sign \x589E 145-135
-sign \x618E 145-135
-sign \x7494 145-135
-sign \x6A67 145-135
-sign \x71B7 145-135
-sign \x78F3 145-135
-sign \x7F7E 145-135
-sign \x77F0 145-135
-sign \x8B44 145-135
-sign \x9C5B 145-135
-sign \x9503 145-15
-sign \x92E5 145-15
-sign \x7F2F 145-135
-sign \x8D60 145-15
-sign \x7511 145-15
-sign \x7E52 145-135
-sign \x8D08 145-15
-sign \x624E 14-2345
-sign \x5412 14-245
-sign \x62AF 14-2345
-sign \x6313 14-2345
-sign \x67E4 14-2345
-sign \x7D25 14-2345
-sign \x54F3 14-2345
-sign \x7D2E 14-2345
-sign \x5067 14-2345
-sign \x63F8 14-2345
-sign \x55B3 14-2345
-sign \x6E23 14-2345
-sign \x6EA0 14-245
-sign \x6942 14-2345
-sign \x76B6 14-2345
-sign \x5284 14-2345
-sign \x7B9A 14-2456
-sign \x6A1D 14-2345
-sign \x89F0 14-2345
-sign \x76BB 14-2345
-sign \x8E45 134-23456
-sign \x8B47 14-2345
-sign \x56C3 145-2456
-sign \x9F44 14-2345
-sign \x9F47 14-2345
-sign \x672D 14-2456
-sign \x8F67 25-245
-sign \x7534 14-2456
-sign \x95F8 14-2456
-sign \x86BB 14-2456
-sign \x94E1 14-2456
-sign \x9598 14-2456
-sign \x7250 14-2456
-sign \x7160 25-24
-sign \x9705 14-2456
-sign \x9358 14-2456
-sign \x8B57 14-2456
-sign \x538F 14-23456
-sign \x82F2 14-23456
-sign \x7728 14-23456
-sign \x781F 14-23456
-sign \x6429 15-246
-sign \x9C9D 14-23456
-sign \x8E37 14-2346
-sign \x9BBA 14-23456
-sign \x4E4D 14-245
-sign \x7079 14-245
-sign \x8BC8 14-245
-sign \x67F5 124-1234
-sign \x67DE 1456-24
-sign \x6805 124-1234
-sign \x5953 14-245
-sign \x54A4 14-245
-sign \x70B8 14-245
-sign \x75C4 14-245
-sign \x5BB1 14-245
-sign \x86B1 14-245
-sign \x8A50 14-245
-sign \x643E 14-245
-sign \x9C8A 14-23456
-sign \x6463 14-2345
-sign \x69A8 14-245
-sign \x9B93 14-23456
-sign \x91A1 14-245
-sign \x5908 14-12345
-sign \x7C82 14-12345
-sign \x635A 14-12345
-sign \x658B 14-12345
-sign \x658E 14-12345
-sign \x6458 14-12345
-sign \x69B8 14-12345
-sign \x9F4B 14-12345
-sign \x5B85 14-12456
-sign \x7FDF 14-12456
-sign \x7A84 14-123456
-sign \x9259 14-123456
-sign \x503A 14-1245
-sign \x7826 14-1245
-sign \x50B5 14-1245
-sign \x5BE8 14-1245
-sign \x7635 14-1245
-sign \x67AC 14-1234
-sign \x6CBE 14-1234
-sign \x6BE1 14-1234
-sign \x6834 14-1234
-sign \x65C3 14-1234
-sign \x86C5 14-1234
-sign \x98E6 14-1234
-sign \x7C98 14-1234
-sign \x8D88 14-1234
-sign \x8A40 14-1234
-sign \x60C9 14-1234
-sign \x959A 14-1234
-sign \x8A79 14-1234
-sign \x8C35 14-1234
-sign \x859D 14-1234
-sign \x9711 14-1234
-sign \x5661 14-1234
-sign \x5DA6 14-1234
-sign \x9085 14-1234
-sign \x6C0A 14-1234
-sign \x6C08 14-1234
-sign \x89B1 14-1234
-sign \x77BB 14-1234
-sign \x9E6F 14-1234
-sign \x65DC 14-1234
-sign \x8B6B 14-1234
-sign \x9958 14-1234
-sign \x9CE3 14-1234
-sign \x9A59 14-1234
-sign \x9B59 14-1234
-sign \x9E07 14-1234
-sign \x8B9D 14-1246
-sign \x62C3 14-23456
-sign \x65A9 14-12346
-sign \x98D0 14-12346
-sign \x76CF 14-12346
-sign \x5C55 14-12346
-sign \x65AC 14-12346
-sign \x5D2D 14-12346
-sign \x7416 14-12346
-sign \x640C 14-12346
-sign \x76DE 14-12346
-sign \x6990 14-12346
-sign \x8F97 14-12346
-sign \x5D83 14-12346
-sign \x5D84 14-12346
-sign \x98AD 14-12346
-sign \x9186 14-12346
-sign \x5AF8 14-12346
-sign \x6A4F 14-12346
-sign \x8F3E 14-12346
-sign \x8E4D 12345-12346
-sign \x76BD 14-12346
-sign \x9EF5 34-12346
-sign \x5360 14-124
-sign \x4F54 14-124
-sign \x6808 14-124
-sign \x6218 14-124
-sign \x685F 14-124
-sign \x7AD9 14-124
-sign \x83DA 14-124
-sign \x5061 14-124
-sign \x7EFD 14-124
-sign \x68E7 14-124
-sign \x6E5B 14-124
-sign \x6226 14-124
-sign \x7DBB 14-124
-sign \x8F1A 14-124
-sign \x5D98 14-124
-sign \x8666 14-124
-sign \x8665 14-124
-sign \x6230 14-124
-sign \x8F4F 14-124
-sign \x9A4F 14-124
-sign \x8638 14-124
-sign \x5F21 156-246
-sign \x5F20 14-1345
-sign \x7AE0 14-1345
-sign \x5F35 14-1345
-sign \x50BD 14-1345
-sign \x9123 14-1345
-sign \x8501 14-1345
-sign \x7350 14-1345
-sign \x5F70 14-1345
-sign \x9067 14-1345
-sign \x7CBB 14-1345
-sign \x6F33 14-1345
-sign \x615E 14-1345
-sign \x5ADC 14-1345
-sign \x748B 14-1345
-sign \x6A1F 14-1345
-sign \x66B2 14-1345
-sign \x9926 14-1345
-sign \x87D1 14-1345
-sign \x9A3F 14-1345
-sign \x9C46 14-1345
-sign \x9E9E 14-1345
-sign \x957F 134-1456
-sign \x4EC9 14-13456
-sign \x6DA8 14-13456
-sign \x6DB1 14-145
-sign \x638C 14-13456
-sign \x6F32 14-13456
-sign \x5E65 14-13456
-sign \x979D 124-145
-sign \x7903 14-13456
-sign \x4E08 14-145
-sign \x4ED7 14-145
-sign \x6259 14-145
-sign \x6756 14-145
-sign \x5E10 14-145
-sign \x8D26 14-145
-sign \x80C0 14-145
-sign \x7C80 14-145
-sign \x5E33 14-145
-sign \x8139 14-145
-sign \x75EE 14-145
-sign \x969C 14-145
-sign \x5887 14-145
-sign \x5D82 14-145
-sign \x5E5B 14-145
-sign \x8CEC 14-145
-sign \x7795 14-145
-sign \x7634 14-145
-sign \x762C 14-145
-sign \x948A 14-1235
-sign \x4F4B 14-1235
-sign \x62DB 14-1235
-sign \x59B1 14-1235
-sign \x5DF6 14-1235
-sign \x662D 14-1235
-sign \x76C4 14-1235
-sign \x91D7 14-1235
-sign \x91FD 2356-123
-sign \x924A 14-1235
-sign \x99CB 14-1235
-sign \x9363 14-1235
-sign \x7ABC 134-1235
-sign \x722A 14-12356
-sign \x722B 14-12356
-sign \x627E 14-12356
-sign \x6CBC 14-12356
-sign \x83EC 135-1256
-sign \x7475 14-12356
-sign \x53EC 14-125
-sign \x5146 14-125
-sign \x8BCF 14-125
-sign \x679B 14-125
-sign \x8D75 14-125
-sign \x5797 14-125
-sign \x72E3 14-125
-sign \x70A4 14-125
-sign \x7B0A 14-125
-sign \x8081 14-125
-sign \x68F9 14-125
-sign \x8A54 14-125
-sign \x65D0 14-125
-sign \x7167 14-125
-sign \x7F69 14-125
-sign \x8D99 14-125
-sign \x7B8C 14-125
-sign \x8088 14-125
-sign \x8087 14-125
-sign \x66CC 14-125
-sign \x9BA1 14-125
-sign \x71F3 14-125
-sign \x6AC2 14-125
-sign \x77BE 14-125
-sign \x7F84 14-125
-sign \x8707 14-246
-sign \x55FB 14-234
-sign \x906E 14-234
-sign \x5AEC 14-234
-sign \x4E5B 26-1234
-sign \x5387 14-246
-sign \x6298 14-246
-sign \x77FA 14-246
-sign \x6B7D 14-246
-sign \x7813 14-246
-sign \x8674 14-246
-sign \x7C77 14-246
-sign \x57D1 14-246
-sign \x54F2 14-246
-sign \x7C8D 14-246
-sign \x88A9 14-246
-sign \x6662 14-246
-sign \x608A 14-246
-sign \x8F84 14-246
-sign \x6663 14-246
-sign \x5560 14-246
-sign \x5586 14-246
-sign \x86F0 14-246
-sign \x68CF 34-246
-sign \x8A5F 14-246
-sign \x8C2A 14-246
-sign \x647A 14-246
-sign \x8F12 14-246
-sign \x6A00 345-126
-sign \x8F19 14-246
-sign \x78D4 14-246
-sign \x92B8 12345-24
-sign \x8F99 14-246
-sign \x87C4 14-246
-sign \x569E 14-246
-sign \x8B3A 14-246
-sign \x9BBF 14-246
-sign \x8B2B 14-246
-sign \x8F4D 14-246
-sign \x8B81 14-246
-sign \x8B8B 14-246
-sign \x8975 14-2346
-sign \x8005 14-2346
-sign \x7987 1346-1236
-sign \x9517 14-2346
-sign \x8D6D 14-2346
-sign \x937A 14-2346
-sign \x8936 14-2346
-sign \x8FD9 14-24
-sign \x67D8 14-24
-sign \x9019 14-24
-sign \x6D59 14-24
-sign \x6DDB 14-24
-sign \x8517 14-24
-sign \x6A1C 14-24
-sign \x9E67 14-24
-sign \x87C5 14-24
-sign \x9DD3 14-24
-sign \x7740 14-35
-sign \x8D1E 14-13
-sign \x9488 14-13
-sign \x4FA6 14-13
-sign \x73CD 14-13
-sign \x73CE 14-13
-sign \x67AE 125-1234
-sign \x8C9E 14-13
-sign \x5E27 14-13
-sign \x80D7 14-13
-sign \x6D48 14-13
-sign \x771F 14-13
-sign \x6815 14-13
-sign \x6862 14-13
-sign \x7827 14-13
-sign \x5E2A 14-13
-sign \x91DD 14-13
-sign \x771E 14-13
-sign \x796F 14-13
-sign \x686D 14-13
-sign \x9159 14-13
-sign \x5075 14-13
-sign \x8474 14-13
-sign \x9049 14-13
-sign \x6E5E 14-13
-sign \x5BCA 14-13
-sign \x6438 14-13
-sign \x9755 14-13
-sign \x84C1 14-13
-sign \x659F 14-13
-sign \x8496 14-13
-sign \x6968 14-13
-sign \x7504 14-13
-sign \x9241 14-13
-sign \x7349 14-13
-sign \x798E 14-13
-sign \x7467 14-13
-sign \x699B 14-13
-sign \x69C7 345-1234
-sign \x78AA 14-13
-sign \x6B9D 14-13
-sign \x799B 14-13
-sign \x7BB4 14-13
-sign \x6F67 14-13
-sign \x85BD 14-13
-sign \x6A3C 14-13
-sign \x81FB 14-13
-sign \x9331 14-13
-sign \x6FB5 14-13
-sign \x8F43 14-13
-sign \x9356 134-136
-sign \x937C 14-13
-sign \x7C48 14-13
-sign \x9C75 14-13
-sign \x8BCA 14-136
-sign \x62AE 14-136
-sign \x6795 14-136
-sign \x8F78 14-136
-sign \x6623 14-136
-sign \x5F2B 14-136
-sign \x59EB 14-136
-sign \x7715 14-136
-sign \x755B 14-136
-sign \x75B9 14-136
-sign \x8897 14-136
-sign \x5C52 14-136
-sign \x8044 14-136
-sign \x8419 14-136
-sign \x7D3E 14-136
-sign \x8EEB 14-136
-sign \x8999 14-136
-sign \x8A3A 14-136
-sign \x88D6 14-136
-sign \x5AC3 14-13
-sign \x7F1C 14-136
-sign \x99D7 14-136
-sign \x7A39 14-136
-sign \x7E25 14-136
-sign \x7E1D 14-136
-sign \x8FB4 14-136
-sign \x9B12 14-136
-sign \x9EF0 14-136
-sign \x5733 14-1
-sign \x9635 14-1
-sign \x7EBC 14-1
-sign \x630B 14-1
-sign \x4FB2 14-1
-sign \x9E29 14-1
-sign \x9663 14-1
-sign \x632F 14-1
-sign \x681A 14-1
-sign \x6715 14-1
-sign \x7D16 14-1
-sign \x7739 14-1
-sign \x8D48 14-1
-sign \x63D5 14-1
-sign \x5866 14-1
-sign \x8704 14-1
-sign \x7D7C 14-1
-sign \x8CD1 14-1
-sign \x8AAB 14-1
-sign \x6576 14-1
-sign \x9707 14-1
-sign \x9547 14-1
-sign \x92F4 14-1
-sign \x9D06 14-1
-sign \x93AE 14-1
-sign \x93AD 14-1
-sign \x9EEE 34-12346
-sign \x51E7 14-135
-sign \x4E89 14-135
-sign \x4F42 14-135
-sign \x5F81 14-135
-sign \x722D 14-135
-sign \x6014 14-135
-sign \x59C3 14-135
-sign \x57E9 14-135
-sign \x5CE5 14-135
-sign \x72F0 14-135
-sign \x70A1 14-135
-sign \x7710 14-135
-sign \x94B2 14-135
-sign \x70DD 14-135
-sign \x6399 14-15
-sign \x8047 14-135
-sign \x7741 14-135
-sign \x5D1D 14-135
-sign \x5D22 14-135
-sign \x94EE 14-135
-sign \x7319 14-135
-sign \x63C1 14-135
-sign \x7B5D 14-135
-sign \x5A9C 14-135
-sign \x84B8 14-135
-sign \x775C 14-135
-sign \x8E2D 14-135
-sign \x5FB0 14-135
-sign \x9266 14-135
-sign \x7B8F 14-135
-sign \x5FB4 14-135
-sign \x931A 14-135
-sign \x9B07 14-135
-sign \x7BDC 14-135
-sign \x7665 14-135
-sign \x6C36 14-1356
-sign \x628D 14-1356
-sign \x7CFD 14-1356
-sign \x62EF 14-1356
-sign \x639F 14-1356
-sign \x6678 14-1356
-sign \x6138 14-1356
-sign \x649C 14-1356
-sign \x6574 14-1356
-sign \x6B63 14-15
-sign \x8BC1 14-15
-sign \x90D1 14-15
-sign \x8BE4 14-15
-sign \x653F 14-15
-sign \x6323 14-15
-sign \x75C7 14-15
-sign \x5E40 14-13
-sign \x8A3C 14-15
-sign \x8ACD 14-15
-sign \x5863 14-1356
-sign \x912D 14-15
-sign \x9D0A 14-15
-sign \x8B49 14-15
-sign \x4E4B 14-123
-sign \x652F 14-123
-sign \x53EA 14-1236
-sign \x536E 14-123
-sign \x6C41 14-123
-sign \x829D 14-123
-sign \x5431 14-123
-sign \x5DF5 14-123
-sign \x6C65 14-123
-sign \x679D 14-123
-sign \x77E5 14-123
-sign \x80A2 14-123
-sign \x7EC7 14-123
-sign \x6800 14-123
-sign \x79D3 14-123
-sign \x79D6 14-123
-sign \x80D1 14-123
-sign \x80DD 14-123
-sign \x887C 14-123
-sign \x8879 14-123
-sign \x7957 14-123
-sign \x79EA 14-123
-sign \x5001 14-123
-sign \x96BB 14-123
-sign \x8102 14-123
-sign \x75B7 14-123
-sign \x796C 14-123
-sign \x6894 14-123
-sign \x6925 14-123
-sign \x81F8 15-1
-sign \x6220 14-126
-sign \x6418 14-123
-sign \x7994 2345-126
-sign \x99B6 14-123
-sign \x69B0 14-123
-sign \x8718 14-123
-sign \x9CF7 14-123
-sign \x9D32 14-123
-sign \x7E54 14-123
-sign \x8635 14-123
-sign \x9F05 14-123
-sign \x79B5 2345-126
-sign \x6267 14-126
-sign \x5767 14-1236
-sign \x76F4 14-126
-sign \x4F84 14-126
-sign \x59EA 14-126
-sign \x8040 14-126
-sign \x503C 14-126
-sign \x5024 14-126
-sign \x91DE 14-126
-sign \x57F4 14-126
-sign \x57F7 14-126
-sign \x804C 14-126
-sign \x6DD4 134-126
-sign \x7D77 14-126
-sign \x690D 14-126
-sign \x6B96 14-126
-sign \x8DD6 14-126
-sign \x7286 14-126
-sign \x7983 14-126
-sign \x74E1 14-126
-sign \x7A19 14-123
-sign \x99BD 14-126
-sign \x588C 14-1236
-sign \x646D 14-126
-sign \x6F10 14-126
-sign \x6179 14-126
-sign \x8E2F 14-126
-sign \x5B02 14-126
-sign \x6A34 14-126
-sign \x81B1 14-126
-sign \x7E36 14-126
-sign \x8077 14-126
-sign \x8E60 14-126
-sign \x8E62 345-126
-sign \x87D9 14-126
-sign \x8EC4 14-126
-sign \x8E91 14-126
-sign \x5902 14-1236
-sign \x6B62 14-1236
-sign \x52A7 14-1236
-sign \x51EA 14-1236
-sign \x65E8 14-1236
-sign \x962F 14-1236
-sign \x5740 14-1236
-sign \x5741 14-1236
-sign \x627A 14-1236
-sign \x82B7 14-1236
-sign \x5E0B 14-1236
-sign \x6C9A 14-1236
-sign \x6C66 14-123
-sign \x7EB8 14-1236
-sign \x62A7 14-1236
-sign \x830B 14-1236
-sign \x6CDC 14-123
-sign \x7949 14-1236
-sign \x6307 14-1236
-sign \x67B3 14-1236
-sign \x780B 14-1236
-sign \x8F75 14-1236
-sign \x6D14 14-1236
-sign \x6049 14-1236
-sign \x54AB 14-1236
-sign \x831D 134-123456
-sign \x75BB 14-1236
-sign \x6DFD 14-1236
-sign \x7D19 14-1236
-sign \x8DBE 14-1236
-sign \x8A28 14-1236
-sign \x8EF9 14-1236
-sign \x9EF9 14-1236
-sign \x916F 14-1236
-sign \x5FB5 14-135
-sign \x85E2 14-1236
-sign \x8967 14-1236
-sign \x9624 2346-246
-sign \x8296 14-12
-sign \x81F3 14-12
-sign \x627B 14-12
-sign \x5FD7 14-12
-sign \x8C78 14-12
-sign \x5FEE 14-12
-sign \x5781 14-12
-sign \x5394 14-12
-sign \x90C5 14-12
-sign \x5E1C 14-12
-sign \x5E19 14-12
-sign \x5236 14-12
-sign \x8D28 14-12
-sign \x7099 14-12
-sign \x6CBB 14-12
-sign \x6303 14-12
-sign \x6809 14-12
-sign \x67E3 14-12
-sign \x5CD9 14-12
-sign \x4FE7 14-12
-sign \x5EA4 14-12
-sign \x5EA2 14-12
-sign \x6D37 14-12
-sign \x7951 14-12
-sign \x965F 14-12
-sign \x8D3D 14-12
-sign \x631A 14-12
-sign \x684E 14-12
-sign \x8F7E 14-12
-sign \x81F4 14-12
-sign \x6B6D 14-12
-sign \x664A 14-12
-sign \x79E9 14-12
-sign \x5F8F 14-12
-sign \x80F5 14-12
-sign \x72FE 14-12
-sign \x889F 14-12
-sign \x5A21 14-12
-sign \x9E37 14-12
-sign \x63B7 14-12
-sign \x68BD 14-12
-sign \x7730 345-246
-sign \x7564 14-12
-sign \x94DA 14-12
-sign \x79F7 14-12
-sign \x506B 14-12
-sign \x8CAD 14-12
-sign \x5F9D 14-12
-sign \x4E7F 14-12
-sign \x7318 14-12
-sign \x89D7 14-12
-sign \x88A0 14-12
-sign \x75D4 14-12
-sign \x7A92 14-12
-sign \x7FD0 14-12
-sign \x7D29 14-12
-sign \x86ED 14-12
-sign \x5D3B 14-12
-sign \x667A 14-12
-sign \x5082 14-12
-sign \x75E3 14-12
-sign \x6EDE 14-12
-sign \x9A98 14-12
-sign \x5F58 14-12
-sign \x6431 14-12
-sign \x8F0A 14-12
-sign \x8DF1 14-12
-sign \x7F6E 14-12
-sign \x9527 14-12
-sign \x96C9 14-12
-sign \x7A1A 14-12
-sign \x7B6B 14-12
-sign \x5ECC 14-12
-sign \x6ECD 14-12
-sign \x5BD8 14-12
-sign \x7D95 14-123
-sign \x5886 345-12
-sign \x899F 14-12
-sign \x7590 14-12
-sign \x88FD 14-12
-sign \x928D 14-12
-sign \x8A8C 14-12
-sign \x7608 134-12
-sign \x6EEF 14-12
-sign \x6F4C 14-12
-sign \x646F 14-12
-sign \x8E2C 14-12
-sign \x5E5F 14-12
-sign \x7A3A 14-12
-sign \x8CEA 14-12
-sign \x6184 14-12
-sign \x92D5 14-12
-sign \x81A3 14-12
-sign \x89EF 14-12
-sign \x71AB 14-12
-sign \x6F6A 14-126
-sign \x99E4 14-12
-sign \x8599 2345-12
-sign \x9D19 14-12
-sign \x65D8 14-12
-sign \x7004 14-12
-sign \x96B2 14-12
-sign \x7DFB 14-12
-sign \x64FF 2345-123
-sign \x64F2 14-12
-sign \x6ADB 14-12
-sign \x87B2 345-246
-sign \x7A49 14-12
-sign \x5128 14-12
-sign \x5295 14-12
-sign \x61E5 14-12
-sign \x8D04 14-12
-sign \x61EB 14-12
-sign \x74C6 14-12
-sign \x6ACD 14-12
-sign \x9BEF 14-12
-sign \x89F6 14-12
-sign \x9A2D 14-12
-sign \x7929 14-12
-sign \x8C51 14-12
-sign \x9DA8 1346-124
-sign \x9A47 14-12
-sign \x9A3A 14-12
-sign \x9DD9 14-12
-sign \x8E93 14-12
-sign \x9466 125-1246
-sign \x9455 14-12
-sign \x8C52 14-12
-sign \x4E2D 146-135
-sign \x4F00 146-135
-sign \x6C77 146-135
-sign \x5F78 146-135
-sign \x5990 146-135
-sign \x5223 146-135
-sign \x5FE0 146-135
-sign \x7082 146-135
-sign \x6CC8 146-135
-sign \x7EC8 146-135
-sign \x67CA 146-135
-sign \x76C5 146-135
-sign \x949F 146-135
-sign \x8873 146-135
-sign \x822F 146-135
-sign \x8877 146-135
-sign \x7D42 146-135
-sign \x9221 146-135
-sign \x8520 146-135
-sign \x5E52 146-135
-sign \x953A 146-135
-sign \x9D24 146-135
-sign \x87A4 146-135
-sign \x937E 146-135
-sign \x87BD 146-135
-sign \x9F28 146-135
-sign \x8E71 146-135
-sign \x9418 146-135
-sign \x7C66 146-135
-sign \x80BF 146-1356
-sign \x79CD 146-1356
-sign \x51A2 146-1356
-sign \x5C30 146-1356
-sign \x585A 146-1356
-sign \x6B71 146-1356
-sign \x816B 146-1356
-sign \x7144 146-1356
-sign \x7A2E 146-1356
-sign \x7607 146-1356
-sign \x8E35 146-1356
-sign \x4EF2 146-15
-sign \x4F17 146-15
-sign \x72C6 146-15
-sign \x5995 146-15
-sign \x794C 146-15
-sign \x833D 146-15
-sign \x91CD 146-15
-sign \x8876 146-15
-sign \x869B 146-15
-sign \x773E 146-15
-sign \x5045 146-15
-sign \x5839 146-15
-sign \x7B57 146-15
-sign \x8846 146-15
-sign \x5A91 146-15
-sign \x8AE5 146-15
-sign \x821F 14-134
-sign \x5DDE 14-134
-sign \x8BCC 14-134
-sign \x4F9C 14-134
-sign \x5468 14-134
-sign \x70BF 14-134
-sign \x6D00 236-1246
-sign \x6D32 14-134
-sign \x73D8 14-134
-sign \x8F80 14-134
-sign \x90EE 14-134
-sign \x70D0 14-134
-sign \x5541 14-134
-sign \x77EA 14-134
-sign \x5F9F 14-134
-sign \x9E3C 14-134
-sign \x9031 14-134
-sign \x6DCD 14-134
-sign \x5A64 14-134
-sign \x558C 14-134
-sign \x8D52 14-134
-sign \x7CA5 14-134
-sign \x8F08 14-134
-sign \x9282 14-134
-sign \x8F16 14-134
-sign \x8CD9 14-134
-sign \x99F2 14-134
-sign \x970C 14-134
-sign \x76E9 14-134
-sign \x568B 14-134
-sign \x9D43 14-134
-sign \x8B05 14-134
-sign \x9A06 14-134
-sign \x8B78 14-134
-sign \x59AF 14-146
-sign \x8F74 14-146
-sign \x8EF8 14-146
-sign \x78A1 14-146
-sign \x8098 14-1346
-sign \x759B 14-1346
-sign \x83F7 14-1346
-sign \x666D 14-1346
-sign \x776D 14-1346
-sign \x7B92 14-1346
-sign \x9BDE 14-1346
-sign \x7EA3 14-14
-sign \x4F37 14-14
-sign \x546A 14-14
-sign \x5492 14-14
-sign \x5B99 14-14
-sign \x7EC9 14-14
-sign \x836E 14-14
-sign \x5191 14-14
-sign \x80C4 14-14
-sign \x663C 14-14
-sign \x7D02 14-14
-sign \x914E 14-14
-sign \x76B1 14-14
-sign \x7C99 14-14
-sign \x665D 14-14
-sign \x8464 14-14
-sign \x8A4B 14-14
-sign \x7503 14-14
-sign \x99CE 14-14
-sign \x50FD 14-14
-sign \x76BA 14-14
-sign \x5663 14-14
-sign \x7E10 14-14
-sign \x9AA4 14-14
-sign \x7C40 14-14
-sign \x7C55 14-14
-sign \x7C52 14-14
-sign \x9A5F 14-14
-sign \x5E1A 14-1346
-sign \x6731 146-123
-sign \x52AF 146-123
-sign \x90BE 146-123
-sign \x4F8F 146-123
-sign \x8BDB 146-123
-sign \x8331 146-123
-sign \x54AE 14-14
-sign \x6D19 146-123
-sign \x73E0 146-123
-sign \x682A 146-123
-sign \x8BF8 146-123
-sign \x7843 146-123
-sign \x94E2 146-123
-sign \x79FC 146-123
-sign \x732A 146-123
-sign \x88BE 146-123
-sign \x86DB 146-123
-sign \x7D51 146-123
-sign \x8DE6 146-123
-sign \x8A85 146-123
-sign \x854F 146-123
-sign \x69E0 146-123
-sign \x876B 146-123
-sign \x9296 146-123
-sign \x6F74 146-123
-sign \x8C6C 146-123
-sign \x6A65 146-123
-sign \x8AF8 146-123
-sign \x99EF 146-123
-sign \x9D38 146-123
-sign \x9BA2 146-123
-sign \x85F8 146-123
-sign \x85F7 1346-1236
-sign \x7026 146-123
-sign \x6AE7 146-123
-sign \x6AEB 146-123
-sign \x9F04 146-123
-sign \x9BFA 146-123
-sign \x9A36 145-134
-sign \x8829 146-123
-sign \x7AF9 146-126
-sign \x7AFA 146-126
-sign \x6CCF 1346-12
-sign \x833F 146-126
-sign \x7B01 146-126
-sign \x70A2 146-126
-sign \x9010 146-126
-sign \x70DB 146-126
-sign \x7A8B 146-126
-sign \x7B1C 146-126
-sign \x8233 146-126
-sign \x84EB 146-126
-sign \x7603 146-126
-sign \x6573 23456-12456
-sign \x71ED 146-126
-sign \x880B 146-126
-sign \x8E85 146-126
-sign \x9C41 146-126
-sign \x529A 146-126
-sign \x705F 146-126
-sign \x5B4E 146-126
-sign \x6B18 146-126
-sign \x66EF 146-126
-sign \x7225 146-126
-sign \x65B8 146-126
-sign \x883E 146-126
-sign \x9483 146-126
-sign \x4E3B 146-1236
-sign \x62C4 146-1236
-sign \x5B94 146-1236
-sign \x7F5C 146-1236
-sign \x967C 146-1236
-sign \x6E1A 146-1236
-sign \x7151 146-1236
-sign \x716E 146-1236
-sign \x8A5D 146-1236
-sign \x5631 146-1236
-sign \x6FD0 146-1236
-sign \x9E88 146-1236
-sign \x77A9 146-1236
-sign \x56D1 146-1236
-sign \x77DA 146-1236
-sign \x4F2B 146-12
-sign \x82CE 146-12
-sign \x82A7 1256-12
-sign \x52A9 146-12
-sign \x4F4F 146-12
-sign \x4F47 146-12
-sign \x7EBB 146-12
-sign \x577E 146-12
-sign \x82E7 146-12
-sign \x677C 146-12
-sign \x8D2E 146-12
-sign \x8FEC 146-12
-sign \x6CE8 146-12
-sign \x9A7B 146-12
-sign \x58F4 146-12
-sign \x67F7 146-12
-sign \x67F1 146-12
-sign \x6BB6 146-12
-sign \x70B7 146-12
-sign \x795D 146-12
-sign \x8387 146-12
-sign \x782B 146-1236
-sign \x771D 146-12
-sign \x75B0 146-12
-sign \x7ADA 146-12
-sign \x7969 146-12
-sign \x8457 14-35
-sign \x86C0 146-12
-sign \x7F9C 146-12
-sign \x7D38 146-12
-sign \x7D35 146-12
-sign \x8EF4 146-12
-sign \x8CAF 146-12
-sign \x8DD3 146-12
-sign \x5D40 146-12
-sign \x94F8 146-12
-sign \x7B51 146-12
-sign \x8A3B 146-12
-sign \x99B5 146-12
-sign \x7B6F 146-12
-sign \x9252 146-12
-sign \x98F3 146-12
-sign \x58B8 146-12
-sign \x7FE5 146-12
-sign \x7BB8 146-12
-sign \x99D0 146-12
-sign \x6A26 146-12
-sign \x92F3 146-12
-sign \x9714 146-12
-sign \x7BC9 146-12
-sign \x7BEB 146-12
-sign \x9E86 146-12
-sign \x9444 146-12
-sign \x6293 146-2345
-sign \x6A9B 146-2345
-sign \x81BC 146-2345
-sign \x9AFD 146-2345
-sign \x7C3B 146-2345
-sign \x8DE9 146-123456
-sign \x62FD 146-1245
-sign \x4E13 146-1234
-sign \x53C0 146-1234
-sign \x5C02 146-1234
-sign \x7816 146-1234
-sign \x8011 146-1234
-sign \x5C08 146-1234
-sign \x5278 2346-1246
-sign \x911F 146-1234
-sign \x587C 146-1234
-sign \x5AE5 146-1234
-sign \x747C 146-1234
-sign \x750E 146-1234
-sign \x78D7 146-1234
-sign \x989B 146-1234
-sign \x819E 146-1234
-sign \x78DA 146-1234
-sign \x8AEF 146-1234
-sign \x87E4 146-1234
-sign \x9853 146-1234
-sign \x9C44 146-1234
-sign \x8F6C 146-12346
-sign \x5B68 146-12346
-sign \x8EE2 146-12346
-sign \x7AF1 146-12346
-sign \x7077 146-124
-sign \x556D 146-124
-sign \x581F 146-124
-sign \x8483 146-124
-sign \x7451 146-124
-sign \x8D5A 146-124
-sign \x50CE 146-124
-sign \x64B0 146-124
-sign \x7BC6 146-124
-sign \x9994 146-124
-sign \x7BF9 146-124
-sign \x8CFA 146-124
-sign \x8948 146-124
-sign \x7E33 146-124
-sign \x8F49 146-12346
-sign \x7C28 12456-136
-sign \x8B54 146-124
-sign \x994C 146-124
-sign \x56C0 146-124
-sign \x7C51 146-124
-sign \x5986 146-1345
-sign \x5E84 146-1345
-sign \x5E92 146-1345
-sign \x599D 146-1345
-sign \x8358 146-1345
-sign \x838A 146-1345
-sign \x6869 146-1345
-sign \x5A24 146-1345
-sign \x6889 146-1345
-sign \x88C5 146-1345
-sign \x7CA7 146-1345
-sign \x6E77 146-1345
-sign \x88DD 146-1345
-sign \x6A01 146-1345
-sign \x7CDA 146-1345
-sign \x4E2C 236-1246
-sign \x58EE 146-145
-sign \x72B6 146-145
-sign \x58EF 146-145
-sign \x72C0 146-145
-sign \x58F5 146-145
-sign \x710B 146-145
-sign \x649E 146-145
-sign \x5E62 146-145
-sign \x6205 1-145
-sign \x6207 1-145
-sign \x96B9 146-345
-sign \x8FFD 146-345
-sign \x9A93 146-345
-sign \x690E 146-345
-sign \x9525 146-345
-sign \x9310 146-345
-sign \x9A05 146-345
-sign \x9D7B 146-345
-sign \x6C9D 146-3456
-sign \x5760 146-34
-sign \x7B0D 146-34
-sign \x5A37 146-34
-sign \x7F00 146-34
-sign \x7500 146-34
-sign \x814F 146-34
-sign \x60F4 146-34
-sign \x7F12 146-34
-sign \x787E 146-34
-sign \x7577 146-34
-sign \x8187 146-34
-sign \x8D58 146-34
-sign \x589C 146-34
-sign \x7DB4 146-34
-sign \x918A 146-34
-sign \x8AC8 146-34
-sign \x7E0B 146-34
-sign \x9323 146-34
-sign \x991F 146-34
-sign \x8D05 146-34
-sign \x7908 146-34
-sign \x8F5B 146-34
-sign \x9446 146-34
-sign \x8FCD 146-13
-sign \x5B92 146-13
-sign \x80AB 146-13
-sign \x7A80 146-13
-sign \x8C06 146-13
-sign \x554D 2346-13
-sign \x8A30 146-1
-sign \x8AC4 146-13
-sign \x8860 146-13
-sign \x51C6 146-136
-sign \x57FB 146-136
-sign \x51D6 146-136
-sign \x7A15 146-1
-sign \x6E96 146-136
-sign \x7DA7 146-136
-sign \x62D9 146-234
-sign \x70AA 146-234
-sign \x6349 146-234
-sign \x684C 146-234
-sign \x502C 146-234
-sign \x68C1 146-234
-sign \x6DBF 146-234
-sign \x7438 146-246
-sign \x68F3 146-234
-sign \x69D5 146-234
-sign \x8743 345-12
-sign \x7A5B 146-234
-sign \x942F 146-35
-sign \x7A71 146-234
-sign \x883F 146-246
-sign \x5734 146-246
-sign \x5F74 146-246
-sign \x72B3 146-246
-sign \x707C 146-246
-sign \x8301 146-246
-sign \x5353 146-246
-sign \x59B0 146-246
-sign \x53D5 146-246
-sign \x65AB 146-246
-sign \x6D4A 146-246
-sign \x914C 146-246
-sign \x4E35 146-246
-sign \x70F5 146-246
-sign \x6D5E 146-246
-sign \x8BFC 146-246
-sign \x68B2 146-246
-sign \x5544 146-246
-sign \x5545 146-246
-sign \x5A3A 146-246
-sign \x7422 146-246
-sign \x65B1 146-246
-sign \x65AE 146-246
-sign \x6913 146-246
-sign \x666B 146-246
-sign \x787A 146-246
-sign \x7F6C 146-246
-sign \x7AA7 146-234
-sign \x7AA1 146-246
-sign \x64C6 146-246
-sign \x64AF 146-246
-sign \x799A 146-246
-sign \x65B2 146-246
-sign \x5285 146-246
-sign \x92DC 146-246
-sign \x8AD1 146-246
-sign \x8AC1 146-246
-sign \x7BE7 146-246
-sign \x6FC1 146-246
-sign \x64E2 146-246
-sign \x6580 146-246
-sign \x65B5 146-246
-sign \x6FEF 146-246
-sign \x6AE1 146-246
-sign \x956F 146-246
-sign \x8B36 146-246
-sign \x9D6B 146-246
-sign \x8817 146-246
-sign \x7042 146-246
-sign \x9432 146-246
-sign \x7C57 146-246
-sign \x9DDF 146-246
-sign \x7C71 146-246
-sign \x5B56 145-123
-sign \x5B5C 145-123
-sign \x830A 145-123
-sign \x8332 145-123
-sign \x59D5 145-123
-sign \x54A8 145-123
-sign \x59FF 145-123
-sign \x5179 145-123
-sign \x8D40 145-123
-sign \x6825 145-123
-sign \x8D44 145-123
-sign \x7386 145-123
-sign \x7D0E 145-123
-sign \x8D7C 145-123
-sign \x5D30 145-123
-sign \x79F6 145-123
-sign \x6DC4 145-123
-sign \x8C18 145-123
-sign \x7F01 145-123
-sign \x8458 145-123
-sign \x9111 145-123
-sign \x5B76 145-123
-sign \x6914 145-123
-sign \x8F8E 145-123
-sign \x55DE 145-123
-sign \x5D6B 145-123
-sign \x7CA2 145-123
-sign \x5B73 145-123
-sign \x6E7D 145-123
-sign \x6ECB 145-123
-sign \x8D91 145-123
-sign \x8CB2 145-123
-sign \x9531 145-123
-sign \x8A3F 145-1236
-sign \x8CC7 145-123
-sign \x798C 145-123
-sign \x9F87 145-123
-sign \x922D 145-123
-sign \x9543 145-123
-sign \x7A35 145-123
-sign \x7DC7 145-123
-sign \x9F12 145-123
-sign \x8F1C 145-123
-sign \x9AED 145-123
-sign \x8DA6 145-123
-sign \x8F3A 145-123
-sign \x9319 145-123
-sign \x9CBB 145-123
-sign \x8AEE 145-123
-sign \x6FAC 145-123
-sign \x937F 145-123
-sign \x93A1 145-123
-sign \x983E 145-123
-sign \x983F 145-123
-sign \x9BD4 145-123
-sign \x9F4D 145-123
-sign \x9D85 145-123
-sign \x9C26 145-123
-sign \x9F5C 145-123
-sign \x5B50 145-1236
-sign \x5407 145-1236
-sign \x674D 145-1236
-sign \x59C9 145-1236
-sign \x59CA 145-1236
-sign \x77F7 145-1236
-sign \x79C4 145-1236
-sign \x80CF 145-1236
-sign \x8014 145-1236
-sign \x5470 145-1236
-sign \x8678 145-1236
-sign \x79ED 145-1236
-sign \x7C7D 145-1236
-sign \x7B2B 145-1236
-sign \x6893 145-1236
-sign \x91E8 145-1236
-sign \x5559 145-1236
-sign \x7D2B 145-1236
-sign \x8A3E 145-123
-sign \x6ED3 145-1236
-sign \x699F 145-1236
-sign \x6A74 145-1236
-sign \x8293 145-12
-sign \x81EA 145-12
-sign \x5B57 145-12
-sign \x8362 145-12
-sign \x8321 145-12
-sign \x525A 145-12
-sign \x7278 145-12
-sign \x5033 145-12
-sign \x6063 145-12
-sign \x7725 145-12
-sign \x7726 145-12
-sign \x6E0D 145-12
-sign \x80FE 145-12
-sign \x80D4 145-12
-sign \x6F2C 145-12
-sign \x5B97 1456-135
-sign \x5027 1456-135
-sign \x7EFC 1456-135
-sign \x9A94 1456-135
-sign \x582B 1456-135
-sign \x847C 1456-135
-sign \x68D5 1456-135
-sign \x5D4F 1456-135
-sign \x5D55 1456-135
-sign \x8159 1456-135
-sign \x7323 1456-135
-sign \x60FE 1456-135
-sign \x6936 1456-135
-sign \x6721 1456-135
-sign \x5D78 1456-135
-sign \x7A2F 1456-135
-sign \x7DC3 1456-135
-sign \x7D9C 1456-135
-sign \x8E28 1456-135
-sign \x8E2A 1456-135
-sign \x876C 1456-135
-sign \x71A7 1456-135
-sign \x8250 13-24
-sign \x7FEA 1456-135
-sign \x78EB 1456-135
-sign \x9350 1456-135
-sign \x9B03 1456-135
-sign \x9A0C 1456-135
-sign \x8C75 1456-135
-sign \x8E64 1456-135
-sign \x9B09 1456-135
-sign \x9A23 1456-135
-sign \x9B37 1456-135
-sign \x9BEE 1456-135
-sign \x9BFC 1456-135
-sign \x9441 1456-135
-sign \x603B 1456-1356
-sign \x6374 1456-1356
-sign \x506C 1456-1356
-sign \x63D4 1456-1356
-sign \x6403 1456-1356
-sign \x60E3 1456-1356
-sign \x84D7 1456-1356
-sign \x50AF 1456-1356
-sign \x6460 1456-1356
-sign \x7DCF 1456-1356
-sign \x7E02 1456-1356
-sign \x71EA 1456-1356
-sign \x936F 13456-135
-sign \x7E3D 1456-1356
-sign \x93D3 13456-135
-sign \x7EB5 1456-15
-sign \x662E 1456-15
-sign \x75AD 1456-15
-sign \x500A 1456-15
-sign \x7314 1456-15
-sign \x7882 1456-15
-sign \x7CBD 1456-15
-sign \x7CC9 1456-15
-sign \x7DF5 1456-135
-sign \x931D 13456-156
-sign \x7632 1456-15
-sign \x7E26 1456-15
-sign \x7E4C 1456-135
-sign \x7E31 1456-15
-sign \x90B9 145-134
-sign \x9A7A 145-134
-sign \x90F0 145-134
-sign \x8BF9 145-134
-sign \x966C 145-134
-sign \x63AB 145-134
-sign \x83C6 145-134
-sign \x68F8 145-134
-sign \x68F7 145-134
-sign \x9112 145-134
-sign \x7B83 145-134
-sign \x7DC5 145-134
-sign \x8ACF 145-134
-sign \x9139 145-134
-sign \x9CB0 145-134
-sign \x9BEB 145-134
-sign \x9EC0 145-134
-sign \x9F7A 145-134
-sign \x8FB6 1346-24
-sign \x8D71 145-1346
-sign \x8D70 145-1346
-sign \x9BD0 145-1346
-sign \x594F 145-14
-sign \x63CD 145-14
-sign \x79DF 1456-123
-sign \x83F9 1456-123
-sign \x8445 1456-123
-sign \x84A9 1456-123
-sign \x924F 1346-126
-sign \x930A 1456-34
-sign \x5346 1456-126
-sign \x8DB3 1456-126
-sign \x5352 1456-126
-sign \x54EB 1456-126
-sign \x5005 13456-34
-sign \x7D23 13456-34
-sign \x5D12 1456-126
-sign \x5D2A 1456-126
-sign \x65CF 1456-126
-sign \x7A21 1456-126
-sign \x7BA4 1456-126
-sign \x7DB7 13456-34
-sign \x8E24 1456-126
-sign \x8E3F 1456-126
-sign \x955E 1456-126
-sign \x93C3 1456-126
-sign \x8BC5 1456-1236
-sign \x963B 1456-1236
-sign \x5CA8 156-123
-sign \x7EC4 1456-1236
-sign \x73C7 1456-3456
-sign \x4FCE 1456-1236
-sign \x723C 1456-1236
-sign \x7956 1456-1236
-sign \x5528 1456-1236
-sign \x7D44 1456-1236
-sign \x8A5B 1456-1236
-sign \x977B 1456-1236
-sign \x93BA 1456-1236
-sign \x8B2F 15-234
-sign \x5297 1456-1234
-sign \x8E9C 1456-1234
-sign \x8EA6 1456-1234
-sign \x7E64 1456-12346
-sign \x7F35 1456-12346
-sign \x7E82 1456-12346
-sign \x7E89 1456-12346
-sign \x7C6B 1456-12346
-sign \x7E98 1456-12346
-sign \x94BB 1456-1234
-sign \x6525 1456-124
-sign \x945A 1456-1234
-sign \x947D 1456-1234
-sign \x539C 1456-345
-sign \x6718 156-1234
-sign \x55FA 1456-345
-sign \x6A36 1456-345
-sign \x87D5 1456-345
-sign \x7E97 1456-345
-sign \x89DC 145-123
-sign \x5D8A 1456-3456
-sign \x5634 1456-3456
-sign \x5DB5 1456-34
-sign \x567F 1456-3456
-sign \x74BB 1456-3456
-sign \x67A0 1456-34
-sign \x682C 1456-34
-sign \x9154 1456-34
-sign \x7D4A 1456-34
-sign \x6700 1456-34
-sign \x666C 1456-34
-sign \x797D 1456-34
-sign \x7F6A 1456-34
-sign \x8FA0 1456-34
-sign \x69DC 1456-34
-sign \x855E 1456-34
-sign \x9189 1456-34
-sign \x6A87 1456-34
-sign \x92F7 12345-24
-sign \x6A8C 1456-34
-sign \x7A5D 1456-34
-sign \x6B08 26-346
-sign \x5C0A 1456-13
-sign \x58AB 1456-13
-sign \x5D9F 1456-13
-sign \x9075 1456-13
-sign \x6A3D 1456-13
-sign \x7F47 1456-13
-sign \x7E5C 1456-13
-sign \x9D8E 1456-13
-sign \x940F 1456-13
-sign \x9CDF 1456-13
-sign \x9C52 1456-13
-sign \x9DF7 1456-13
-sign \x50D4 1456-136
-sign \x6499 1456-136
-sign \x5642 1456-136
-sign \x8B50 1456-136
-sign \x6358 1456-1
-sign \x928C 1456-1
-sign \x562C 1456-234
-sign \x6628 1456-246
-sign \x838B 15-126
-sign \x79E8 1456-246
-sign \x7A13 1456-246
-sign \x7B70 1456-246
-sign \x923C 1456-246
-sign \x961D 235-1236
-sign \x5DE6 1456-2346
-sign \x4F50 1456-2346
-sign \x7E53 1456-2346
-sign \x4F5C 1456-24
-sign \x5750 1456-24
-sign \x963C 1456-24
-sign \x5C9D 1456-24
-sign \x5C9E 1456-24
-sign \x600D 1456-24
-sign \x4FB3 1456-24
-sign \x80D9 1456-24
-sign \x795A 1456-24
-sign \x5511 1456-24
-sign \x5EA7 1456-24
-sign \x888F 1456-24
-sign \x505A 1456-24
-sign \x8443 1456-24
-sign \x8444 1456-24
-sign \x9162 1456-24
-sign \x84D9 1456-24
-sign \x98F5 1456-24
-sign \x7CF3 1456-24
-sign \x5497 1456-35
-sign \x4E64 125-245
-sign \x4E65 235-126
-sign \x4E6B 15-2345
-sign \x4E6C 156-12
-sign \x4E6D 124-126
-sign \x4E6E 246-12356
-sign \x4E6F 23456-25
-sign \x4E72 1345-2456
-sign \x4E76 235-1236
-sign \x4E7A 12456-2346
-sign \x4E7B 35-2456
-sign \x4E7C 146-12
-sign \x4E7D 14-234
-sign \x4EAA 25-2346
-sign \x4FA4 234-2345
-sign \x517A 346-13
-sign \x5301 246-256
-sign \x53BC 136-126
-sign \x53FE 346-126
-sign \x54DB 236-126
-sign \x551C 246-2456
-sign \x551F 136-246
-sign \x55B8 235-2346
-sign \x55ED 145-123
-sign \x56D5 123-235
-sign \x58ED 1245-235
-sign \x591E 23456-1256
-sign \x5CBE 14-1234
-sign \x5DEA 156-12
-sign \x5DFC 235-2456
-sign \x5EE4 136-12
-sign \x603E 14-12
-sign \x65C0 246-34
-sign \x65D5 23456-246
-sign \x66E2 1235-12356
-sign \x6711 2345-12
-sign \x6730 234-246
-sign \x680D 124-135
-sign \x685B 13-2456
-sign \x6927 246-156
-sign \x698B 1346-123
-sign \x6B5A 124-124
-sign \x6BEE 124-2345
-sign \x6D4C 235-2456
-sign \x70EA 14-1
-sign \x7320 345-12346
-sign \x74F1 12-1256-26-23456
-sign \x7553 346-234
-sign \x7A52 2346-234
-sign \x7873 145-234
-sign \x7677 24-234
-sign \x7E07 1256-1234
-sign \x8041 236-124
-sign \x8063 12345-126
-sign \x83BB 1234-234
-sign \x848A 126-2345
-sign \x8644 1-234
-sign \x8672 125-2345
-sign \x88B0 24-234
-sign \x8968 234-2345
-sign \x9422 25-2346
-sign \x95AA 1245-234
-sign \x95CF 235-135
-sign \x973B 235-135
-sign \x9D91 25-135
-#
-# Chinese phrases of abnormal pronunciations.
- always \x80BA\x4FDE 235-34-1246-123
- always \x53A5\x9634\x4FDE 25-123-1246-123
- always \x5FC3\x4FDE 125-13-1246-123
- always \x7763\x4FDE 346-123-1246-123
- always \x8188\x4FDE 1-246-1246-123
- always \x809D\x4FDE 1-1234-1246-123
- always \x80C6\x4FDE 34-12346-1246-123
- always \x813E\x4FDE 2356-1236-1246-123
- always \x80C3\x4FDE 26-34-1246-123
- always \x7126\x4FDE 15-1235-1246-123
- always \x80BE\x4FDE 124-1-1246-123
- always \x80A0\x4FDE 134-1456-1246-123
- always \x6D77\x4FDE 12-123456-1246-123
- always \x5143\x4FDE 256-1246-1246-123
- always \x73AF\x4FDE 126-1246-1246-123
- always \x80F1\x4FDE 16-1345-1246-123
- always \x8182\x4FDE 12356-1236-1246-123
- always \x4FDE\x7A74 1246-123-1256-246
- always \x8170\x4FDE 25-1235-1246-123
- always \x4E0B\x4FDE 125-245-1246-123
- always \x4FDE\x52DF 1246-123-246-12
- always \x6781\x4FDE 15-126-1246-123
-always \x963F\x8C00 23456-234-256-126
-always \x963F\x80F6 23456-234-15-1235
-always \x963F\x5F25 23456-234-2456-126
-always \x6328\x6279 23456-12456-2356-123
-always \x6328\x997F 23456-12456-23456-24
-always \x6328\x6253 23456-12456-34-23456
-always \x6328\x9A82 23456-12456-246-245
-always \x81EA\x827E 145-12-25-12
-always \x60E9\x827E 134-156-25-12
-always \x71AC\x83DC 23456-1235-1345-1245
-always \x6252\x9E21 236-2456-15-123
-always \x6252\x7A83 236-2456-135-24
-always \x53CD\x6252 235-12346-236-2456
-always \x725B\x6252 12345-146-236-2456
-always \x6252\x624B 236-2456-124-1346
-always \x628A\x5B50 24-245-145-23
-always \x628A\x513F 24-245-35-0
-always \x67CF\x6797 24-246-1235-16
-always \x626E\x76F8 24-124-125-145
-always \x8180\x4E86 236-1345-123-35
-always \x8180\x80BF 236-1345-146-1356
-always \x8180\x80F1 236-1456-16-1345
-always \x78C5\x7934 236-1456-24-246
-always \x868C\x57E0 24-15-24-12
-always \x8584\x793C 24-246-1235-1236
-always \x8584\x9152 24-246-15-1346
-always \x7620\x8584 15-126-24-246
-always \x539A\x8584 12-14-24-246
-always \x8584\x5E78 24-246-125-15
-always \x8584\x547D 24-246-2456-15
-always \x8584\x5F31 24-246-356-24
-always \x8584\x96FE 24-246-26-12
-always \x7EF5\x8584 2456-1246-24-246
-always \x8584\x7530 24-246-2345-1246
-always \x8584\x66AE 24-246-246-12
-always \x523B\x8584 13-24-24-246
-always \x9119\x8584 245-1236-24-246
-always \x6D45\x8584 135-12346-24-246
-always \x6DE1\x8584 34-124-24-246
-always \x8584\x6280 24-246-15-12
-always \x8F7B\x8584 135-135-24-246
-always \x8584\x539A 24-246-12-14
-always \x8584\x4EA7 24-246-134-12346
-always \x8584\x5F85 24-246-34-1245
-always \x8584\x60C5 24-246-135-156
-always \x5355\x8584 34-1234-24-246
-always \x65C1\x8584 236-1456-24-246
-always \x55B7\x8584 236-13-24-246
-always \x7857\x8584 135-1235-24-246
-always \x4F7B\x8584 2345-1235-24-246
-always \x7A00\x8584 125-123-24-246
-always \x7EA4\x8584 125-1234-24-246
-always \x5107\x8584 1256-1234-24-246
-always \x8584\x5507 24-246-1346-16
-always \x8584\x6536 24-246-124-134
-always \x8584\x5F7C 24-246-245-1236
-always \x8584\x53D1 24-246-235-2345
-always \x8584\x820C 24-246-124-246
-always \x5C65\x8584 12356-1236-24-246
-always \x65E5\x8584 35-12-24-246
-always \x529B\x8584 1235-12-24-246
-always \x8584\x4ECA 24-246-15-13
-always \x8584\x53E4 24-246-16-1236
-always \x91CC\x5821 1235-1236-236-12
-always \x5BB6\x5821 15-245-236-12
-always \x7A91\x5821 25-1256-236-12
-always \x5434\x5821 26-126-236-12
-always \x80CC\x5E26 24-345-34-1245
-always \x80CC\x5305 24-345-24-1235
-always \x80CC\x8D1F 24-345-235-12
-always \x80CC\x9ED1 24-345-12-345
-always \x80CC\x503A 24-345-14-1245
-always \x80CC\x7740 24-345-14-35
-always \x80CC\x8D77 24-345-135-1236
-always \x80CC\x5230 24-345-34-125
-always \x80CC\x6211 24-345-26-2346
-always \x80CC\x4F60 24-345-12345-1236
-always \x80CC\x4ED6 24-345-234-2345
-always \x80CC\x5979 24-345-4-234-2345
-always \x80CC\x5B83 24-345-5-234-2345
-always \x80CC\x8D70 24-345-145-1346
-always \x80CC\x6765 24-345-123-12456
-always \x80CC\x53BB 24-345-1356-12
-always \x80CC\x888B 24-345-34-1245
-always \x80CC\x91CD 24-345-146-15
-always \x80CC\x8F7B 24-345-135-135
-always \x9003\x5954 234-1256-24-1
-always \x6295\x5954 234-146-24-1
-always \x76F4\x5954 14-126-24-1
-always \x7EF7\x74F7 24-15-1345-126
-always \x7EF7\x8138 24-1356-1235-12346
-always \x7EF7\x7740 24-1356-14-35
-always \x8FF8\x98DE 24-135-235-345
-always \x590D\x8F9F 235-12-245-12
-always \x7740\x8FB9 14-1256-245-1234
-always \x6241\x821F 2356-1234-14-134
-always \x6241\x62C5 245-12346-34-124
-always \x4FBF\x5B9C 2356-1234-25-23
-always \x522B\x626D 245-24-12345-1346
-always \x762A\x4E09 245-234-1245-1234
-always \x6E56\x6CCA 126-126-236-234
-always \x841D\x535C 1236-246-24-35
-always \x8865\x79CD 24-1236-146-15
-always \x6C99\x53C2 124-2345-124-13
-always \x91CE\x53C2 25-2346-124-13
-always \x53C2\x5546 124-13-124-1345
-always \x4E39\x53C2 34-1234-124-13
-always \x5C71\x53C2 124-1234-124-13
-always \x6D77\x53C2 12-123456-124-13
-always \x515A\x53C2 34-13456-124-13
-always \x4EBA\x53C2 35-16-124-13
-always \x6D0B\x53C2 25-1456-124-13
-always \x5B50\x53C2 145-1236-124-13
-always \x85CF\x4EBA 145-145-35-16
-always \x9752\x85CF 135-135-145-145
-always \x85CF\x5357 145-145-1234-1246
-always \x85CF\x4F20 145-145-1346-1246
-always \x5927\x85CF 34-245-145-145
-always \x4E09\x85CF 1245-1234-145-145
-always \x5B9D\x85CF 24-12356-145-145
-always \x85CF\x6587 145-145-26-16
-always \x85CF\x9999 145-145-125-1345
-always \x85CF\x9752 145-145-135-135
-always \x85CF\x65CF 145-145-1456-126
-always \x85CF\x533B 145-145-25-123
-always \x85CF\x620F 145-145-125-12
-always \x85CF\x84DD 145-145-123-1246
-always \x85CF\x80DE 145-145-24-1235
-always \x897F\x85CF 125-123-145-145
-always \x85CF\x8BED 145-145-256-1236
-always \x85CF\x7EA2 145-145-126-156
-always \x4E09\x53C9 1245-1234-134-245
-always \x5206\x53C9 235-13-134-245
-always \x53C9\x5F00 134-245-13-12345
-always \x5C0F\x5DEE 125-12356-134-12345
-always \x5DEE\x5F79 134-12345-25-12
-always \x4E13\x5DEE 146-1234-134-12345
-always \x51FA\x5DEE 1346-123-134-12345
-always \x5DEE\x9063 134-12345-135-12346
-always \x4EA4\x5DEE 15-1235-134-12345
-always \x5B98\x5DEE 16-1234-134-12345
-always \x7F8E\x5DEE 246-3456-134-12345
-always \x529E\x5DEE 24-124-134-12345
-always \x5DEE\x65C5 134-12345-12356-1236
-always \x5DEE\x4F7F 134-12345-124-1236
-always \x80A5\x5DEE 235-346-134-12345
-always \x5175\x5DEE 245-135-134-12345
-always \x5DEE\x4EFB 134-12345-35-1
-always \x795E\x5DEE 124-16-134-12345
-always \x94A6\x5DEE 135-13-134-12345
-always \x90AE\x5DEE 25-146-134-12345
-always \x82E6\x5DEE 136-1236-134-12345
-always \x53C2\x5DEE 1345-13-1345-123
-always \x6293\x5DEE 146-2345-134-12345
-always \x9500\x5DEE 125-1235-134-12345
-always \x4E0D\x5DEE 24-12-134-245
-always \x5DEE\x4E0D 134-245-24-12
-always \x5DEE\x70B9 134-245-345-12346
-always \x5F88\x5DEE 12-136-134-245
-always \x5DEE\x52B2 134-245-15-1
-always \x592A\x5DEE 234-1245-134-245
-always \x771F\x5DEE 14-13-134-245
-always \x5DEE\x4E86 134-245-123-35
-always \x8FD8\x5DEE 12-12456-134-245
-always \x5DEE\x7B49 134-245-34-1356
-always \x91CF\x5DEE 1235-145-134-245
-always \x5DEE\x5B50 134-245-145-23
-always \x5DEE\x7684 134-245-34-0
-always \x7EE9\x5DEE 15-12-134-245
-always \x98A4\x6817 14-124-1235-12
-always \x5BD2\x98A4 12-1246-14-124
-always \x51B7\x98A4 123-1356-14-124
-always \x573A\x5C4B 134-1456-26-123
-always \x573A\x9662 134-1456-256-124
-always \x626C\x573A 25-1456-134-1456
-always \x4E61\x957F 125-1345-14-13456
-always \x957F\x8005 14-13456-14-2346
-always \x9547\x957F 14-1-14-13456
-always \x8425\x957F 25-156-14-13456
-always \x673A\x957F 15-123-14-13456
-always \x751F\x957F 124-135-14-13456
-always \x4F1A\x957F 126-34-14-13456
-always \x52A9\x957F 146-12-14-13456
-always \x5B66\x957F 1256-246-14-13456
-always \x5144\x957F 1256-135-14-13456
-always \x961F\x957F 346-34-14-13456
-always \x957F\x52BF 14-13456-124-12
-always \x5DE5\x957F 16-135-14-13456
-always \x7075\x957F 1235-156-14-13456
-always \x957F\x8198 14-13456-245-1235
-always \x8239\x957F 1346-1246-14-13456
-always \x957F\x5B98 14-13456-16-1234
-always \x9662\x957F 256-124-14-13456
-always \x8BAE\x957F 25-12-14-13456
-always \x7EC4\x957F 1456-1236-14-13456
-always \x957F\x5973 14-13456-123456-1236
-always \x90E8\x957F 24-12-14-13456
-always \x957F\x4EB2 14-13456-135-13
-always \x53BF\x957F 125-124-14-13456
-always \x5904\x957F 1346-12-14-13456
-always \x5AE1\x957F 345-126-14-13456
-always \x73ED\x957F 24-1234-14-13456
-always \x5E08\x957F 124-123-14-13456
-always \x957F\x8F88 14-13456-24-34
-always \x5BB6\x957F 15-2345-14-13456
-always \x957F\x5B50 14-13456-145-1236
-always \x9986\x957F 16-12346-14-13456
-always \x75AF\x957F 235-135-14-13456
-always \x589E\x957F 145-135-14-13456
-always \x6821\x957F 125-125-14-13456
-always \x957F\x5E7C 14-13456-25-14
-always \x77FF\x957F 136-145-14-13456
-always \x5DDE\x957F 14-134-14-13456
-always \x6751\x957F 13456-13-14-13456
-always \x957F\x5927 14-13456-34-245
-always \x957F\x95E8 14-13456-246-16
-always \x957F\x4E0A 14-13456-124-145
-always \x65CF\x957F 1456-126-14-13456
-always \x957F\x8FDB 14-13456-15-1
-always \x5C0A\x957F 1456-13-14-13456
-always \x6D88\x957F 125-1235-14-13456
-always \x9996\x957F 124-1346-14-13456
-always \x6210\x957F 134-156-14-13456
-always \x6ECB\x957F 145-123-14-13456
-always \x957F\x5B59 14-13456-12456-13
-always \x7AD9\x957F 14-124-14-13456
-always \x957F\x8001 14-13456-123-12356
-always \x957F\x8138 14-13456-1235-12346
-always \x957F\x5144 14-13456-1256-135
-always \x957F\x623F 14-13456-235-1456
-always \x957F\x76F8 14-13456-125-145
-always \x5E74\x957F 12345-1246-14-13456
-always \x914B\x957F 135-146-14-13456
-always \x6B21\x957F 1345-12-14-13456
-always \x957F\x9AD8 14-13456-1-1235
-always \x9632\x957F 235-1456-14-13456
-always \x957F\x80D6 14-13456-236-145
-always \x957F\x4E2A 14-13456-1-24
-always \x957F\x51FA 14-13456-1346-123
-always \x957F\x6210 14-13456-134-156
-always \x957F\x5305 14-13456-24-1235
-always \x957F\x82DE 14-13456-24-1235
-always \x957F\x8089 14-13456-35-14
-always \x957F\x75D8 14-13456-34-14
-always \x533A\x957F 1356-123-14-13456
-always \x5E02\x957F 124-12-14-13456
-always \x7701\x957F 124-1356-14-13456
-always \x5C40\x957F 156-126-14-13456
-always \x6240\x957F 12456-2346-14-13456
-always \x79D1\x957F 13-234-14-13456
-always \x56ED\x957F 256-1246-14-13456
-always \x5385\x957F 2345-135-14-13456
-always \x884C\x957F 12-1456-14-13456
-always \x519B\x957F 156-13-14-13456
-always \x8FDE\x957F 1235-1246-14-13456
-always \x6392\x957F 236-12456-14-13456
-always \x53F0\x957F 234-12456-14-13456
-always \x56E2\x957F 2346-1246-14-13456
-always \x4E8B\x957F 124-12-14-13456
-always \x72F1\x957F 256-12-14-13456
-always \x8F66\x957F 134-234-14-13456
-always \x8230\x957F 15-124-14-13456
-always \x8247\x957F 2345-1356-14-13456
-always \x6F84\x6F84 34-135-34-135
-always \x671D\x66AE 14-1235-246-12
-always \x671D\x6656 14-1235-126-345
-always \x671D\x5915 14-1235-125-123
-always \x6709\x671D 25-1346-14-1235
-always \x4ECA\x671D 15-13-14-1235
-always \x671D\x9633 14-1235-25-1456
-always \x671D\x4E09 14-1235-1245-1234
-always \x4E00\x671D 25-123-14-1235
-always \x671D\x79E6 14-1235-135-16
-always \x671D\x971E 14-1235-125-2456
-always \x671D\x4E0D 14-1235-24-12
-always \x671D\x6C14 14-1235-135-12
-always \x671D\x601D 14-1235-1245-123
-always \x671D\x4EE4 14-1235-1235-15
-always \x5632\x54F3 14-134-14-2345
-always \x79F0\x804C 134-1-14-126
-always \x5300\x79F0 256-16-134-1
-always \x5BF9\x79F0 346-34-134-1
-always \x76F8\x79F0 125-1345-134-1
-always \x79F0\x5FC3 134-1-125-13
-always \x91CE\x4E58 25-2346-124-15
-always \x5343\x4E58 135-1234-124-15
-always \x53F2\x4E58 124-1236-124-15
-always \x5DE5\x5C3A 16-135-134-2346
-always \x51B2\x5E8A 1346-15-1346-1456
-always \x51B2\x538B 1346-15-25-2345
-always \x771F\x51B2 14-13-1346-15
-always \x5F88\x51B2 12-136-1346-15
-always \x51B2\x7740 1346-15-14-35
-always \x51B2\x4F60 1346-15-12345-1236
-always \x51B2\x6211 1346-15-26-2346
-always \x51B2\x4ED6 1346-15-234-2345
-always \x51B2\x5979 1346-15-4-234-2345
-always \x51B2\x5B83 1346-15-5-234-2345
-always \x94DC\x81ED 2346-156-125-14
-always \x4E73\x81ED 356-1236-125-14
-always \x5904\x4EE5 1346-1236-25-1236
-always \x5904\x6CBB 1346-1236-14-12
-always \x5904\x6691 1346-1236-1246-1236
-always \x5904\x4E8E 1346-1236-256-126
-always \x5904\x6B7B 1346-1236-1245-1236
-always \x88C1\x5904 1345-12456-1346-1236
-always \x72EC\x5904 346-126-1346-1236
-always \x51B7\x5904 123-1356-1346-1236
-always \x6EE1\x5904 246-12346-1346-1236
-always \x5171\x5904 16-15-1346-1236
-always \x5904\x7406 1346-1236-1235-1236
-always \x67E5\x5904 134-2456-1346-1236
-always \x6742\x5904 145-2456-1346-1236
-always \x5904\x51B3 1346-1236-156-246
-always \x5224\x5904 236-124-1346-1236
-always \x8BBA\x5904 1236-1-1346-1236
-always \x60E9\x5904 134-156-1346-1236
-always \x5904\x7F5A 1346-1236-235-2456
-always \x5904\x4E16 1346-1236-124-12
-always \x5904\x5883 1346-1236-15-15
-always \x5BA1\x5904 124-136-1346-1236
-always \x5904\x4E4B 1346-1236-14-123
-always \x5904\x53D8 1346-1236-245-124
-always \x5904\x5973 1346-1236-123456-1236
-always \x5904\x4E8B 1346-1236-124-12
-always \x63E3\x6D4B 1346-123456-1345-24
-always \x60AC\x63E3 1256-1246-1346-123456
-always \x63E3\x6469 1346-123456-246-246
-always \x4E0D\x63E3 24-12-1346-123456
-always \x63E3\x60F3 1346-123456-125-13456
-always \x63E3\x5EA6 1346-123456-346-246
-always \x4F20\x8BB0 146-124-15-12
-always \x522B\x4F20 245-246-146-124
-always \x5DE6\x4F20 1456-2346-146-124
-always \x7ECF\x4F20 15-135-146-124
-always \x81EA\x4F20 145-12-146-124
-always \x7ACB\x4F20 1235-12-146-124
-always \x8BC4\x4F20 2356-156-146-124
-always \x5217\x4F20 1235-24-146-124
-always \x5C0F\x4F20 125-12356-146-124
-always \x6D52\x4F20 126-1236-146-124
-always \x7ECF\x5E62 15-135-1346-1456
-always \x77F3\x5E62 124-126-1346-1456
-always \x521B\x4F24 1346-1345-124-1345
-always \x521B\x75DB 1346-1345-2346-15
-always \x521B\x75D5 1346-1345-12-16
-always \x521B\x9762 1346-1345-2456-124
-always \x7EF0\x8D77 134-1235-135-1236
-always \x7EF0\x5BB6 134-1235-15-2345
-always \x523A\x5566 1345-123-123-2345
-always \x5C0F\x64AE 125-12356-1456-2346
-always \x6EF4\x7B54 345-123-34-2345
-always \x7F9E\x7B54 125-134-34-2345
-always \x7231\x7B54 23456-1245-34-2345
-always \x7B54\x8A00 34-2345-25-1246
-always \x7B54\x5E94 34-2345-25-15
-always \x82CF\x6253 12456-123-34-2456
-always \x5927\x592B 34-1245-235-123
-always \x5F85\x7740 34-12345-14-35
-always \x5F85\x5728 34-12345-145-1245
-always \x902E\x6355 34-1245-24-1236
-always \x4E0D\x902E 24-12-34-1245
-always \x62C5\x5B50 34-124-145-23
-always \x91CD\x62C5 146-15-34-124
-always \x59D3\x5355 125-15-124-124
-always \x5355\x53BF 124-124-125-124
-always \x5355\x4E8E 134-1246-256-126
-always \x5355\x7530 124-124-2345-1246
-always \x5355\x96C4 124-124-1256-156
-always \x70B8\x5F39 14-245-34-124
-always \x5F39\x65E0 34-124-26-126
-always \x5F39\x4E38 34-124-26-1246
-always \x5F39\x5C3D 34-124-15-1
-always \x5F39\x819B 34-124-234-1456
-always \x5F39\x75D5 34-124-12-16
-always \x5F39\x5F13 34-124-16-135
-always \x5F39\x836F 34-124-25-125
-always \x9632\x5F39 235-1456-34-124
-always \x5B9E\x5F39 124-126-34-124
-always \x6838\x5F39 12-246-34-124
-always \x5F39\x5934 34-124-234-146
-always \x63B7\x5F39 14-12-34-124
-always \x4E24\x5F39 1235-13456-34-124
-always \x5F39\x58F3 34-124-13-246
-always \x6D41\x5F39 1235-146-34-124
-always \x5F39\x7247 34-124-2356-124
-always \x5F39\x5323 34-124-125-2456
-always \x5F39\x4ED3 34-124-1345-1345
-always \x67AA\x5F39 135-1345-34-124
-always \x7BAD\x5F39 15-124-34-124
-always \x5F39\x96E8 34-124-256-1236
-always \x4E2D\x5F39 146-15-34-124
-always \x6295\x5F39 234-146-34-124
-always \x6C22\x5F39 135-135-34-124
-always \x96FE\x5F39 26-12-34-124
-always \x6BCD\x5F39 246-1236-34-124
-always \x78F7\x5F39 1235-16-34-124
-always \x6CEA\x5F39 123-34-34-124
-always \x5F39\x5751 34-124-13-135
-always \x70AE\x5F39 236-125-34-124
-always \x5BFC\x5F39 34-12356-34-124
-always \x5F39\x9053 34-124-34-125
-always \x5F39\x67AA 34-124-135-1345
-always \x7532\x5F39 15-245-34-124
-always \x810F\x5F39 145-1345-34-124
-always \x88C5\x5F39 146-1345-34-124
-always \x5F39\x5B54 34-124-136-1356
-always \x69B4\x5F39 1235-146-34-124
-always \x5F39\x5185 34-124-1234-34
-always \x62C6\x5F39 134-12345-34-124
-always \x98DE\x5F39 235-345-34-124
-always \x70E7\x5F39 124-1235-34-124
-always \x5F39\x4F53 34-124-2345-1236
-always \x6C14\x5F39 135-12-34-124
-always \x5F69\x5F39 1345-123456-34-124
-always \x53F7\x5F39 12-125-34-124
-always \x706B\x5F39 126-2346-34-124
-always \x5F53\x94FA 34-145-236-12
-always \x8FC7\x5F53 16-24-34-145
-always \x9002\x5F53 124-12-34-145
-always \x5141\x5F53 256-136-34-145
-always \x7CBE\x5F53 15-135-34-145
-always \x5F53\x771F 34-145-14-13
-always \x5F53\x7968 34-145-2356-125
-always \x4E0D\x5F53 24-12-34-145
-always \x8D4E\x5F53 1246-126-34-145
-always \x5178\x5F53 345-12346-34-145
-always \x503C\x5F53 14-126-34-145
-always \x5F53\x6210 34-145-134-156
-always \x6070\x5F53 135-245-34-145
-always \x59A5\x5F53 2346-2346-34-145
-always \x5F53\x505A 34-145-1456-24
-always \x6743\x5F53 1356-1246-34-1345
-always \x5F53\x4F5C 34-145-1456-24
-always \x4E0A\x5F53 124-145-34-145
-always \x5012\x63D2 34-125-134-2345
-always \x5012\x5F69 34-125-1345-123456
-always \x5012\x6620 34-125-25-15
-always \x5012\x9000 34-125-2346-34
-always \x5012\x683D 34-125-145-12345
-always \x5012\x8F66 34-125-134-234
-always \x5012\x60AC 34-125-1256-1246
-always \x5E2E\x5012 24-1345-34-125
-always \x5012\x80CC 34-125-24-34
-always \x5012\x6D41 34-125-1235-146
-always \x53CD\x5012 235-12346-34-125
-always \x5012\x6302 34-125-16-245
-always \x503E\x5012 135-135-34-125
-always \x5012\x6253 34-125-34-23456
-always \x5012\x627E 34-125-14-12356
-always \x5012\x5F71 34-125-25-1356
-always \x5012\x5E8F 34-125-1256-12
-always \x5012\x7ACB 34-125-1235-12
-always \x5012\x523A 34-125-1345-12
-always \x5012\x6625 34-125-1346-13
-always \x5012\x679C 34-125-16-2346
-always \x5012\x704C 34-125-16-124
-always \x5012\x53D9 34-125-1256-12
-always \x5012\x5EA7 34-125-1456-24
-always \x5012\x8D54 34-125-236-346
-always \x5012\x88C5 34-1256-146-1345
-always \x5012\x6C34 34-125-1246-3456
-always \x5012\x5165 34-125-356-12
-always \x5012\x6CB9 34-125-25-146
-always \x5012\x51FA 34-125-1346-123
-always \x5012\x5783 34-125-123-2345
-always \x5012\x62C9 34-125-123-2345
-always \x5012\x63A8 34-125-2346-345
-always \x5012\x8D70 34-125-145-1346
-always \x5012\x8D34 34-125-2345-234
-always \x5012\x662F 34-125-124-12
-always \x5012\x7F6E 34-125-14-12
-always \x5012\x8336 34-125-134-2456
-always \x5012\x7B97 34-125-12456-124
-always \x5012\x884C 34-125-125-156
-always \x5012\x653E 34-125-235-145
-always \x5012\x8BA1 34-125-15-12
-always \x5012\x6570 34-125-1246-1236
-always \x975E\x5F97 235-345-34-3456
-always \x603B\x5F97 1456-1356-34-3456
-always \x5F97\x4E8F 34-3456-136-345
-always \x771F\x5F97 14-13-34-3456
-always \x6807\x7684 245-1235-345-12
-always \x6253\x7684 34-23456-345-123
-always \x7684\x786E 345-126-1356-24
-always \x7684\x5F53 345-126-34-1345
-always \x7684\x58EB 345-123-124-12
-always \x76EE\x7684 246-12-345-12
-always \x7684\x653E 345-12-235-145
-always \x4E4B\x7684 14-123-345-12
-always \x8C03\x914D 345-125-236-34
-always \x8C03\x5B50 345-125-145-23
-always \x8C03\x8C03 345-125-345-236
-always \x8C03\x53D6 345-125-1356-1236
-always \x8C03\x9063 345-125-135-12346
-always \x97F3\x8C03 25-13-345-125
-always \x8BBA\x8C03 1236-1-345-125
-always \x5C0F\x8C03 125-12356-345-125
-always \x9009\x8C03 1256-12346-345-125
-always \x683C\x8C03 1-246-345-125
-always \x540C\x8C03 2346-156-345-125
-always \x8C03\x4EE4 345-125-1235-15
-always \x4F4E\x8C03 345-123-345-125
-always \x8C03\x51FD 345-125-12-1246
-always \x53CD\x8C03 235-12346-345-125
-always \x5949\x8C03 235-15-345-125
-always \x7B14\x8C03 245-1236-345-125
-always \x57FA\x8C03 15-123-345-125
-always \x5F3A\x8C03 135-1456-345-125
-always \x5FBD\x8C03 126-345-345-125
-always \x58F0\x8C03 124-135-345-125
-always \x65F6\x8C03 124-126-345-125
-always \x8BF7\x8C03 135-1356-345-125
-always \x8C03\x79BB 345-125-1235-126
-always \x8C03\x53BB 345-125-1356-12
-always \x8C03\x8D70 345-125-145-1346
-always \x589E\x8C03 145-135-345-125
-always \x8C03\x6765 345-125-123-12456
-always \x501F\x8C03 15-24-345-125
-always \x6539\x8C03 1-123456-345-125
-always \x8C03\x9632 345-125-235-1456
-always \x6EE5\x8C03 123-124-345-125
-always \x8C03\x52A8 345-125-346-15
-always \x8C03\x6D3E 345-125-236-1245
-always \x8C03\x8F6C 345-125-146-12346
-always \x8001\x8C03 123-12356-345-125
-always \x8C03\x67E5 345-125-134-2456
-always \x8272\x8C03 1245-24-345-125
-always \x8C03\x6F14 345-125-25-12346
-always \x97F5\x8C03 256-1-345-125
-always \x5B9A\x8C03 345-15-345-125
-always \x8C03\x5EA6 345-125-346-12
-always \x5546\x8C03 124-1345-345-125
-always \x5916\x8C03 26-1245-345-125
-always \x65E7\x8C03 15-14-345-125
-always \x5BF9\x8C03 346-34-345-125
-always \x9AD8\x8C03 1-1235-345-125
-always \x8C03\x6863 345-125-34-145
-always \x8C03\x5175 345-125-245-135
-always \x8C03\x804C 345-125-14-126
-always \x8C03\x9605 345-125-256-24
-always \x8154\x8C03 135-1345-345-125
-always \x8C03\x62E8 345-125-24-234
-always \x8D70\x8C03 145-1346-345-125
-always \x8C03\x7814 345-125-25-1246
-always \x8DD1\x8C03 236-12356-345-125
-always \x8C03\x8FD0 345-125-256-1
-always \x8C03\x95E8 345-125-246-16
-always \x8C03\x864E 345-125-126-1236
-always \x8C03\x7528 345-125-256-15
-always \x53D8\x8C03 245-124-345-125
-always \x8C03\x5E72 345-125-1-124
-always \x964D\x8C03 15-145-345-125
-always \x8F6C\x8C03 146-12346-345-125
-always \x602A\x8C03 16-1245-345-125
-always \x8C03\x6362 345-125-126-124
-always \x66F2\x8C03 1356-1236-345-125
-always \x6B65\x8C03 24-12-345-125
-always \x8BED\x8C03 256-1236-345-125
-always \x8C03\x4EFB 345-125-35-1
-always \x63D0\x8C03 2345-126-345-125
-always \x62BD\x8C03 134-134-345-125
-always \x8C03\x96C6 345-125-15-126
-always \x8C03\x5305 345-125-24-1235
-always \x5F81\x8C03 14-135-345-125
-always \x4E3B\x8C03 146-1236-345-125
-always \x60C5\x8C03 135-156-345-125
-always \x5317\x8C03 24-3456-345-125
-always \x9489\x6263 345-15-13-14
-always \x9489\x9489 345-15-345-135
-always \x9489\x4E0A 345-15-124-145
-always \x9489\x8FDB 345-15-15-1
-always \x9489\x4E00 345-15-25-123
-always \x9489\x7740 345-15-14-35
-always \x4E00\x9489 25-123-345-15
-always \x9489\x7D27 345-15-15-136
-always \x9489\x4F4F 345-15-146-12
-always \x9489\x7262 345-15-123-1256
-always \x6597\x5FC3 34-14-125-13
-always \x6076\x6597 23456-24-34-14
-always \x683C\x6597 1-246-34-14
-always \x6597\x9E21 34-14-15-123
-always \x6597\x8FC7 34-14-16-24
-always \x6597\x5730 34-14-345-12
-always \x6597\x5F97 34-14-34-246
-always \x6597\x58EB 34-14-124-12
-always \x4E89\x6597 14-135-34-14
-always \x51B3\x6597 156-246-34-14
-always \x640F\x6597 24-246-34-14
-always \x6597\x6BB4 34-14-23456-134
-always \x6597\x7740 34-14-14-35
-always \x6597\x4E00 34-14-25-123
-always \x6597\x725B 34-14-12345-146
-always \x594B\x6597 235-1-34-14
-always \x6597\x4E89 34-14-14-135
-always \x6597\x6C14 34-14-135-12
-always \x6597\x5634 34-14-1456-3456
-always \x6597\x6CD5 34-14-235-23456
-always \x68B0\x6597 125-24-34-14
-always \x6218\x6597 14-124-34-14
-always \x6597\x667A 34-14-14-12
-always \x6597\x5FD7 34-14-14-12
-always \x6BB4\x6597 23456-134-34-14
-always \x6B66\x6597 26-1236-34-14
-always \x6587\x6597 26-16-34-14
-always \x6597\x6587 34-14-26-16
-always \x6597\x6B66 34-14-26-1236
-always \x6279\x6597 2356-123-34-14
-always \x6597\x8273 34-14-25-124
-always \x6597\x89D2 34-14-15-12356
-always \x6597\x67B6 34-14-15-245
-always \x4E0D\x6597 24-12-34-14
-always \x6253\x6597 34-23456-34-14
-always \x93D6\x6597 23456-1256-34-14
-always \x6597\x4E2A 34-14-1-24
-always \x6597\x4E71 34-14-1236-124
-always \x6597\x9523 34-14-1236-246
-always \x6597\x724C 34-14-236-12456
-always \x6597\x62F3 34-14-1356-1246
-always \x6597\x4EBA 34-14-35-16
-always \x6597\x773C 34-14-25-12346
-always \x597D\x6597 12-125-34-14
-always \x6697\x6597 23456-124-34-14
-always \x864E\x6597 126-1236-34-14
-always \x72B9\x6597 25-146-34-14
-always \x76F8\x6597 125-1345-34-14
-always \x6597\x72E0 34-14-12-136
-always \x6597\x517D 34-14-124-14
-always \x6597\x573A 34-14-134-13456
-always \x6597\x9152 34-14-15-1346
-always \x6597\x4E86 34-14-123-35
-always \x6597\x7F57 34-14-1236-246
-always \x6597\x6218 34-14-14-124
-always \x56FD\x90FD 16-246-346-123
-always \x90FD\x57CE 346-123-134-156
-always \x53E4\x90FD 16-1236-346-123
-always \x4EAC\x90FD 15-135-346-123
-always \x966A\x90FD 236-346-346-123
-always \x5927\x90FD 34-245-346-123
-always \x5B9A\x90FD 345-15-346-123
-always \x5EFA\x90FD 15-124-346-123
-always \x8FC1\x90FD 135-1234-346-123
-always \x9996\x90FD 124-1346-346-123
-always \x6210\x90FD 134-156-346-123
-always \x65E7\x90FD 15-14-346-123
-always \x6545\x90FD 16-12-346-123
-always \x90FD\x5E02 346-123-124-12
-always \x53E5\x8BFB 156-12-34-14
-always \x7206\x809A 24-125-346-1236
-always \x9999\x809A 125-1345-346-1236
-always \x725B\x809A 12345-146-346-1236
-always \x732A\x809A 146-123-346-1236
-always \x6D4B\x5EA6 1345-24-346-246
-always \x5FD6\x5EA6 13456-136-346-246
-always \x731C\x5EA6 1345-12345-346-246
-always \x5BA1\x5EA6 124-136-346-246
-always \x5EA6\x5FB7 346-246-34-246
-always \x5EA6\x52BF 346-246-124-12
-always \x7CAE\x56E4 1235-1456-346-1
-always \x57CE\x579B 134-156-346-2346
-always \x538C\x6076 25-124-26-12
-always \x618E\x6076 145-135-26-12
-always \x5ACC\x6076 125-1246-26-12
-always \x75DB\x6076 2346-15-26-12
-always \x6DF1\x6076 124-13-26-12
-always \x6076\x52B3 26-12-123-1256
-always \x53EF\x6076 13-2346-26-12
-always \x7A7A\x513F 136-135-35-0
-always \x9B13\x53D1 245-1-235-245
-always \x53D1\x8721 235-245-123-245
-always \x987B\x53D1 1256-123-235-245
-always \x53D1\x7F51 235-245-26-13456
-always \x53D1\x5ECA 235-245-123-1456
-always \x6BEB\x53D1 12-1256-235-245
-always \x767D\x53D1 24-12456-235-245
-always \x9E64\x53D1 12-24-235-245
-always \x70EB\x53D1 234-145-235-245
-always \x53D1\x578B 235-245-125-156
-always \x7406\x53D1 1235-1236-235-245
-always \x53D1\x9645 235-245-15-12
-always \x80CE\x53D1 234-12345-235-245
-always \x94F6\x53D1 25-16-235-245
-always \x53D1\x9AFB 235-245-15-12
-always \x6012\x53D1 12346-12-235-245
-always \x53D1\x59BB 235-245-135-123
-always \x534E\x53D1 126-2456-235-245
-always \x53D1\x6307 235-245-14-1236
-always \x7F8E\x53D1 246-3456-235-245
-always \x53D1\x80F6 235-245-15-1235
-always \x957F\x53D1 134-1456-235-245
-always \x62A4\x53D1 126-12-235-245
-always \x526A\x53D1 15-12346-235-245
-always \x53D1\x8FAB 235-245-245-124
-always \x6D17\x53D1 125-1236-235-245
-always \x79C0\x53D1 125-14-235-245
-always \x91D1\x53D1 15-13-235-245
-always \x77ED\x53D1 346-12346-235-245
-always \x67D3\x53D1 35-12346-235-245
-always \x5047\x53D1 15-23456-235-245
-always \x5377\x53D1 156-12346-235-245
-always \x9ED1\x53D1 12-345-235-245
-always \x5934\x53D1 234-146-235-245
-always \x8131\x53D1 2346-234-235-245
-always \x5243\x53D1 2345-12-235-245
-always \x8857\x574A 15-234-235-256
-always \x67D3\x574A 35-12346-235-1456
-always \x77F3\x574A 124-126-235-1456
-always \x7C89\x574A 235-136-235-1456
-always \x6CB9\x574A 25-146-235-1456
-always \x78BE\x574A 12345-12346-235-1456
-always \x4E0D\x83F2 24-12-235-3456
-always \x83F2\x8584 235-3456-24-246
-always \x83F2\x4EEA 235-3456-25-126
-always \x83F2\x914C 235-3456-146-246
-always \x90E8\x5206 24-12-235-2
-always \x798F\x5206 235-126-235-2
-always \x5B89\x5206 23456-1234-235-1
-always \x7F18\x5206 256-1246-235-1
-always \x5929\x5206 2345-1234-235-1
-always \x5206\x91CF 235-1-1235-145
-always \x624D\x5206 1345-12456-235-1
-always \x60C5\x5206 135-156-235-1
-always \x5206\x5185 235-1-1234-34
-always \x975E\x5206 235-345-235-1
-always \x7070\x5206 126-345-235-1
-always \x6C34\x5206 1246-3456-235-1
-always \x540D\x5206 2456-156-235-1
-always \x672C\x5206 24-136-235-1
-always \x517B\x5206 25-13456-235-1
-always \x5206\x5916 235-1-26-1245
-always \x8FC7\x5206 16-24-235-1
-always \x5145\x5206 1346-135-235-1
-always \x76D0\x5206 25-1246-235-1
-always \x7CD6\x5206 234-145-235-1
-always \x6210\x5206 134-156-235-1
-always \x4E2D\x7F1D 146-135-235-15
-always \x7F1D\x9699 235-15-125-12
-always \x5408\x7F1D 12-246-235-15
-always \x9699\x7F1D 125-12-235-15
-always \x89C1\x7F1D 15-124-235-15
-always \x88C2\x7F1D 1235-24-235-15
-always \x710A\x7F1D 12-124-235-15
-always \x5730\x7F1D 345-12-235-15
-always \x5899\x7F1D 135-1456-235-15
-always \x9A91\x7F1D 135-126-235-15
-always \x7259\x7F1D 25-2456-235-15
-always \x63A5\x7F1D 15-234-235-15
-always \x95E8\x7F1D 246-16-235-15
-always \x7EC6\x7F1D 125-12-235-15
-always \x65E0\x7F1D 26-126-235-15
-always \x6761\x7F1D 2345-1256-235-15
-always \x4EFF\x4F5B 235-13456-235-126
-always \x5426\x6781 2356-1236-15-126
-always \x81E7\x5426 145-1345-2356-1236
-always \x4E00\x670D 25-123-235-12
-always \x4E24\x670D 1235-13456-235-12
-always \x4E09\x670D 1245-1234-235-12
-always \x5E72\x6D3B 1-124-126-246
-always \x82E6\x5E72 136-1236-1-124
-always \x679D\x5E72 14-123-1-124
-always \x9898\x5E72 2345-126-1-124
-always \x5927\x5E72 34-245-1-124
-always \x80AF\x5E72 13-136-1-124
-always \x5E72\x5565 1-124-124-2456
-always \x767D\x5E72 24-12456-1-124
-always \x5DE7\x5E72 135-12356-1-124
-always \x4E0D\x5E72 24-12-1-124
-always \x5E72\x624D 1-124-1345-12456
-always \x57FA\x5E72 15-123-1-124
-always \x86EE\x5E72 246-1246-1-124
-always \x5E72\x7EBF 1-124-125-124
-always \x9AA8\x5E72 16-1236-1-124
-always \x5E72\x6389 1-124-345-125
-always \x8D35\x5E72 16-34-1-124
-always \x5E72\x4ED7 1-124-14-145
-always \x516C\x5E72 16-135-1-124
-always \x7CBE\x5E72 15-135-1-124
-always \x5E72\x7EC3 1-124-1235-124
-always \x8EAF\x5E72 1356-123-1-124
-always \x5E72\x90E8 1-124-24-12
-always \x5E72\x6E20 1-124-1356-126
-always \x9AD8\x5E72 1-1235-1-124
-always \x5E72\x8B66 1-124-15-1356
-always \x8111\x5E72 1234-12356-1-124
-always \x80FD\x5E72 1234-156-1-124
-always \x5E72\x7FA4 1-124-1356-16
-always \x5B9E\x5E72 124-126-1-124
-always \x5E72\x52B2 1-124-15-1
-always \x5E72\x6D41 1-124-1235-146
-always \x6811\x5E72 1246-12-1-124
-always \x624D\x5E72 1345-12456-1-124
-always \x4E3B\x5E72 146-1236-1-124
-always \x5E72\x4E00 1-124-25-123
-always \x4E00\x5E72 25-123-1-124
-always \x5E72\x4E86 1-124-123-35
-always \x5E72\x7740 1-124-14-35
-always \x5E72\x6821 1-124-125-125
-always \x5E72\x67B6 1-124-15-245
-always \x5E72\x597D 1-124-12-12356
-always \x60F3\x5E72 125-13456-1-124
-always \x5E72\x5B8C 1-124-26-1246
-always \x5E72\x4E0D 1-124-24-12
-always \x5E72\x54C8 1-124-12-2456
-always \x88AB\x5E72 24-34-1-124
-always \x5E72\x5417 1-124-246-2456
-always \x5E72\x4EC0 1-124-124-16
-always \x5E72\x561B 1-124-246-356
-always \x5E72\x4F60 1-124-12345-1236
-always \x5E72\x4ED6 1-124-234-2345
-always \x5E72\x5F97 1-124-34-246
-always \x5E72\x8FC7 1-124-16-24
-always \x5E72\x5979 1-124-4-234-2345
-always \x7B14\x6746 245-1236-1-12346
-always \x79E4\x6746 134-15-1-12346
-always \x6746\x7B14 1-12346-245-1236
-always \x8235\x6746 346-24-1-12346
-always \x6746\x79E4 1-12346-134-15
-always \x6746\x513F 1-12346-35-0
-always \x6760\x6746 1-145-1-12346
-always \x5149\x6746 16-1345-1-12346
-always \x8FDE\x6746 1235-1246-1-12346
-always \x67AA\x6746 135-1345-1-12346
-always \x94C1\x6746 2345-2346-1-12346
-always \x888B\x6746 34-1245-1-12346
-always \x8170\x6746 25-1235-1-12346
-always \x6881\x6746 1235-1456-1-12346
-always \x94BB\x6746 1456-124-1-12346
-always \x6746\x83CC 1-12346-156-13
-always \x6746\x67AA 1-12346-135-1345
-always \x818F\x7B14 1-125-245-1236
-always \x818F\x6CB9 1-125-25-146
-always \x6401\x4E0D 1-246-24-12
-always \x6401\x5F97 1-246-34-246
-always \x80F3\x80A2 1-246-14-123
-always \x845B\x85E4 1-246-234-156
-always \x74DC\x845B 16-2345-1-246
-always \x7EA0\x845B 15-134-1-246
-always \x86E4\x87C6 12-2456-246-356
-always \x8865\x7ED9 24-1236-15-1236
-always \x4EF0\x7ED9 25-13456-15-1236
-always \x7ED9\x517B 15-1236-25-13456
-always \x81EA\x7ED9 145-12-15-1236
-always \x914D\x7ED9 236-34-15-1236
-always \x85AA\x7ED9 125-13-15-1236
-always \x7ED9\x4E88 15-1236-256-1236
-always \x4F9B\x7ED9 16-135-15-1236
-always \x66F4\x6362 1-135-126-124
-always \x4E0D\x66F4 24-12-1-135
-always \x6253\x66F4 34-23456-1-135
-always \x66F4\x65B0 1-135-125-13
-always \x53D8\x66F4 245-124-1-135
-always \x4E09\x66F4 1245-1234-1-135
-always \x66F4\x8FED 1-135-345-246
-always \x77E5\x66F4 14-123-1-135
-always \x66F4\x9F13 1-135-16-1236
-always \x66F4\x6613 1-135-25-12
-always \x66F4\x66FF 1-135-2345-12
-always \x66F4\x52A8 1-135-346-15
-always \x66F4\x5F20 1-135-14-1345
-always \x6DF1\x66F4 124-13-1-135
-always \x66F4\x6539 1-135-1-123456
-always \x66F4\x5E74 1-135-12345-1246
-always \x9ED1\x66F4 12-345-1-135
-always \x66F4\x540D 1-135-2456-156
-always \x4E94\x66F4 26-1236-1-135
-always \x4E8C\x66F4 35-245-1-135
-always \x4E00\x66F4 25-123-1-135
-always \x56DB\x66F4 1245-12-1-135
-always \x66F4\x8863 1-135-25-123
-always \x66F4\x6B63 1-135-14-15
-always \x4F9B\x54C1 16-15-2356-136
-always \x4F9B\x72B6 16-15-146-145
-always \x62DB\x4F9B 14-1235-16-15
-always \x4F9B\x684C 16-15-146-234
-always \x8BF1\x4F9B 25-14-16-15
-always \x4E32\x4F9B 1346-124-16-15
-always \x53E3\x4F9B 13-1346-16-15
-always \x4E0A\x4F9B 124-145-16-15
-always \x4F9B\x8BA4 16-15-35-1
-always \x4F9B\x679C 16-15-16-2346
-always \x4F9B\x8BCD 16-15-1345-126
-always \x903C\x4F9B 245-123-16-15
-always \x81EA\x4F9B 145-12-16-15
-always \x7FFB\x4F9B 235-1234-16-15
-always \x4F9B\x804C 16-15-14-126
-always \x4F9B\x5949 16-15-235-15
-always \x4F9B\x6848 16-15-23456-124
-always \x516C\x4EC6 16-135-236-126
-always \x4EC6\x4EBA 236-126-35-16
-always \x5973\x4EC6 123456-1236-236-126
-always \x7537\x4EC6 1234-1246-236-126
-always \x516C\x5DEE 16-135-134-12345
-always \x9AA8\x6735 16-123-346-2346
-always \x5410\x8C37 2346-1236-256-12
-always \x82B1\x9AA8 126-2345-16-123
-always \x51A0\x540D 16-124-2456-156
-always \x51A0\x519B 16-124-156-13
-always \x593A\x51A0 346-246-16-124
-always \x52C7\x51A0 256-1356-16-124
-always \x51A0\x4EE5 16-124-25-1236
-always \x9053\x89C2 34-125-16-124
-always \x5BFA\x89C2 1245-12-16-124
-always \x9F9F\x88C2 156-13-1235-24
-always \x9F9F\x5179 135-134-1345-126
-always \x54C8\x8FBE 12-23456-34-2456
-always \x54C8\x5DF4 12-23456-24-2345
-always \x54C8\x4EC0 12-245-124-12
-always \x5BB3\x81CA 12-1245-1245-125
-always \x597D\x9AD8 12-125-1-1235
-always \x7231\x597D 23456-1245-12-125
-always \x597D\x5BA2 12-125-13-24
-always \x7656\x597D 2356-1236-12-125
-always \x597D\x6076 12-125-26-12
-always \x504F\x597D 2356-1234-12-125
-always \x597D\x9038 12-125-25-12
-always \x597D\x5947 12-125-135-126
-always \x4E60\x597D 125-126-12-125
-always \x597D\x80DC 12-125-124-15
-always \x597D\x52A8 12-125-346-15
-always \x597D\x5F3A 12-125-135-1456
-always \x597D\x8272 12-125-1245-24
-always \x597D\x6218 12-125-14-124
-always \x559C\x597D 125-1236-12-125
-always \x55DC\x597D 124-12-12-125
-always \x53F7\x53EB 12-1256-15-125
-always \x53F7\x54ED 12-1256-136-123
-always \x5E72\x53F7 1-124-12-1256
-always \x6012\x53F7 12346-12-12-1256
-always \x54C0\x53F7 23456-12345-12-1256
-always \x53F7\x5555 12-1256-234-1256
-always \x60B2\x53F7 24-345-12-1256
-always \x547C\x53F7 126-123-12-1256
-always \x6012\x559D 12346-12-12-24
-always \x68D2\x559D 24-145-12-24
-always \x559D\x5F69 12-24-1345-123456
-always \x65AD\x559D 346-124-12-24
-always \x559D\x95EE 12-24-26-1
-always \x8584\x8377 24-24-12-35
-always \x91CD\x8377 146-15-12-24
-always \x8D1F\x8377 235-12-12-24
-always \x8F7D\x8377 145-1245-12-24
-always \x6838\x513F 126-126-35-0
-always \x7164\x6838 246-346-126-126
-always \x62CC\x548C 24-124-126-35
-always \x8F6F\x548C 356-12346-126-35
-always \x70ED\x548C 35-24-126-35
-always \x6696\x548C 12346-12346-126-35
-always \x63BA\x548C 134-1234-126-35
-always \x548C\x9762 126-246-2456-124
-always \x548C\x4E86 126-126-123-35
-always \x548C\x5566 126-126-123-356
-always \x5531\x548C 134-145-12-24
-always \x9644\x548C 235-12-12-24
-always \x548C\x8BD7 12-24-124-123
-always \x5E94\x548C 25-15-12-24
-always \x8C89\x5B50 12-1256-145-23
-always \x8C89\x7ED2 12-1256-356-156
-always \x6A2A\x86EE 12-15-246-1246
-always \x6A2A\x66B4 12-15-24-125
-always \x5F3A\x6A2A 135-1456-12-15
-always \x86EE\x6A2A 246-1246-12-15
-always \x5201\x6A2A 345-1235-12-15
-always \x6A2A\x8D22 12-15-1345-12456
-always \x9A84\x6A2A 15-1235-12-15
-always \x51F6\x6A2A 1256-135-12-15
-always \x4E13\x6A2A 146-1234-12-15
-always \x6A2A\x6B7B 12-15-1245-1236
-always \x6A2A\x7978 12-15-126-24
-always \x53D1\x6A2A 235-2345-12-156
-always \x6A2A\x8089 12-15-35-14
-always \x6A2A\x906D 12-15-145-1235
-always \x8D77\x54C4 135-1236-126-15
-always \x4E00\x54C4 25-123-126-15
-always \x5185\x8BA7 1234-34-126-15
-always \x95F9\x54C4 1234-125-126-135
-always \x54C4\x7136 126-135-35-1246
-always \x54C4\x7B11 126-135-125-125
-always \x54C4\x4F20 126-135-1346-1246
-always \x54C4\x5802 126-135-234-1456
-always \x4E71\x54C4 1236-124-126-135
-always \x54C4\x62AC 126-135-234-12456
-always \x54C4\x62A2 126-135-135-13456
-always \x54C4\x52A8 126-135-346-15
-always \x9A7A\x54C4 145-134-126-135
-always \x547C\x5401 126-123-256-12
-always \x7CCA\x5F04 126-12-12346-26
-always \x54D7\x5566 126-2345-123-2345
-always \x54D7\x54D7 126-2345-126-2345
-always \x534E\x5C71 126-245-124-1234
-always \x6BD4\x5212 245-1236-126-356
-always \x5212\x62E8 126-245-24-234
-always \x5212\x4E00 126-245-25-123
-always \x89C4\x5212 16-345-126-245
-always \x5212\x65F6 126-245-124-126
-always \x8C0B\x5212 246-146-126-245
-always \x5212\x5206 126-245-235-1
-always \x4F01\x5212 135-1236-126-245
-always \x5212\x754C 126-245-15-24
-always \x5212\x5B9A 126-245-345-15
-always \x7B56\x5212 1345-24-126-245
-always \x533A\x5212 1356-123-126-245
-always \x8BA1\x5212 15-12-126-245
-always \x5212\x5F52 126-245-16-345
-always \x5212\x7EBF 126-245-125-124
-always \x5212\x4EF7 126-245-15-245
-always \x64D8\x5212 24-24-126-245
-always \x5212\x6E05 126-245-135-135
-always \x7B79\x5212 134-146-126-245
-always \x5212\x7ED9 126-245-1-3456
-always \x5F52\x8FD8 16-345-126-1246
-always \x653E\x8FD8 235-145-126-1246
-always \x8FD8\x9633 126-1246-25-1456
-always \x8FD8\x5634 126-1246-1456-3456
-always \x8FD8\x9B42 126-1246-126-16
-always \x56DE\x8FD8 126-346-126-1246
-always \x5949\x8FD8 235-15-126-1246
-always \x8FD8\x653F 126-1246-14-15
-always \x5F80\x8FD8 26-13456-126-1246
-always \x8FD8\x672C 126-1246-24-136
-always \x8FD8\x793C 126-1246-1235-1236
-always \x8FD8\x4E61 126-1246-125-1345
-always \x6E05\x8FD8 135-135-126-1246
-always \x8FD8\x8D26 126-1246-14-145
-always \x507F\x8FD8 134-1456-126-1246
-always \x8FD8\x4FD7 126-1246-12456-126
-always \x8FD8\x8D37 126-1246-34-1245
-always \x4EA4\x8FD8 15-1235-126-1246
-always \x8FD8\x7530 126-1246-2345-1246
-always \x53D1\x8FD8 235-2345-126-1246
-always \x8FD8\x503A 126-1246-14-1245
-always \x8FD8\x613F 126-1246-256-124
-always \x8FD4\x8FD8 235-12346-126-1246
-always \x8FD8\x539F 126-1246-256-1246
-always \x8FD8\x51FB 126-1246-15-123
-always \x8FD8\x4EF7 126-1246-15-245
-always \x9000\x8FD8 2346-34-126-1246
-always \x8BA8\x8FD8 234-12356-126-1246
-always \x7D22\x8FD8 12456-2346-126-1246
-always \x8FD8\x624B 126-1246-124-1346
-always \x8FD8\x773C 126-1246-25-12346
-always \x8FD8\x7259 126-1246-25-2456
-always \x8FD8\x7AE5 126-1246-2346-156
-always \x4E00\x6643 25-123-126-13456
-always \x660E\x6643 2456-156-126-13456
-always \x6643\x773C 126-13456-25-12346
-always \x8D22\x4F1A 1345-12456-136-1245
-always \x4F1A\x8BA1 136-1245-15-12
-always \x6DF7\x86CB 126-16-34-124
-always \x8C41\x514D 126-24-2456-12346
-always \x8C41\x6717 126-24-123-13456
-always \x8C41\x8FBE 126-24-34-2456
-always \x663E\x8C41 125-12346-126-24
-always \x8C41\x7136 126-24-35-1246
-always \x8C41\x60C5 126-24-135-156
-always \x8C41\x4EAE 126-24-1235-145
-always \x7A3D\x9996 135-1236-124-1346
-always \x7F09\x978B 135-123-125-246
-always \x5EB6\x51E0 1246-12-15-123
-always \x8336\x51E0 134-2456-15-123
-always \x51E0\x6848 15-123-23456-124
-always \x51E0\x4E4E 15-123-126-123
-always \x6D4E\x6D4E 15-1236-15-1236
-always \x6D4E\x5357 15-1236-1234-1246
-always \x8BA1\x91CF 15-12-1235-1456
-always \x5939\x8884 15-2456-23456-12356
-always \x5939\x88AB 15-2456-24-34
-always \x5939\x514B 15-2456-13-24
-always \x5939\x7F1D 15-2345-235-15
-always \x5939\x80A2 1-2345-14-123
-always \x5BB6\x5F53 15-2345-34-145
-always \x4F11\x5047 125-134-15-245
-always \x516C\x5047 16-135-15-245
-always \x5047\x671F 15-245-135-123
-always \x7EED\x5047 1256-12-15-245
-always \x5E74\x5047 12345-1246-15-245
-always \x4F8B\x5047 1235-12-15-245
-always \x4EA7\x5047 134-12346-15-245
-always \x9500\x5047 125-1235-15-245
-always \x5EA6\x5047 346-12-15-245
-always \x957F\x5047 134-1456-15-245
-always \x6625\x5047 1346-13-15-245
-always \x5A5A\x5047 126-13-15-245
-always \x653E\x5047 235-145-15-245
-always \x75C5\x5047 245-15-15-245
-always \x544A\x5047 1-125-15-245
-always \x6691\x5047 1246-1236-15-245
-always \x8BF7\x5047 135-1356-15-245
-always \x5BD2\x5047 12-1246-15-245
-always \x8865\x5047 24-1236-15-245
-always \x51C6\x5047 146-136-15-245
-always \x5047\x6761 15-245-2345-1256
-always \x592A\x76D1 234-1245-15-124
-always \x95F4\x9699 15-124-125-12
-always \x95F4\x6216 15-124-126-24
-always \x95F4\x6742 15-124-145-2456
-always \x95F4\x58C1 15-124-245-12
-always \x95F4\x6B47 15-124-125-234
-always \x95F4\x63A5 15-124-15-234
-always \x95F4\x8C0D 15-124-345-246
-always \x95F4\x65AD 15-124-346-124
-always \x65E0\x95F4 26-126-15-124
-always \x53CD\x95F4 235-12346-15-124
-always \x95F4\x82D7 15-124-2456-1256
-always \x95F4\x9694 15-124-1-246
-always \x79BB\x95F4 1235-126-15-124
-always \x8DF5\x7EA6 15-124-256-234
-always \x51C6\x5C06 146-136-15-145
-always \x5927\x5C06 34-245-15-145
-always \x8001\x5C06 123-12356-15-145
-always \x5112\x5C06 356-126-15-145
-always \x95EF\x5C06 1346-13456-15-145
-always \x540D\x5C06 2456-156-15-145
-always \x5C06\x95E8 15-145-246-16
-always \x5E72\x5C06 1-124-15-145
-always \x864E\x5C06 126-1236-15-145
-always \x8D25\x5C06 24-1245-15-145
-always \x5C06\x5E05 15-145-1246-1245
-always \x9A81\x5C06 125-1235-15-145
-always \x6B66\x5C06 26-1236-15-145
-always \x5C06\x58EB 15-145-124-12
-always \x6FC0\x5C06 15-123-15-145
-always \x6218\x5C06 14-124-15-145
-always \x5C06\x9886 15-145-1235-1356
-always \x4E3B\x5C06 146-1236-15-145
-always \x95E8\x5C06 246-16-15-145
-always \x5065\x5C06 15-124-15-145
-always \x608D\x5C06 12-124-15-145
-always \x5C0F\x5C06 125-12356-15-145
-always \x5C06\x5B98 15-145-16-1234
-always \x731B\x5C06 246-1356-15-145
-always \x70B9\x5C06 345-12346-15-145
-always \x52C7\x5C06 256-1356-15-145
-always \x5B88\x5C06 124-1346-15-145
-always \x5C06\x624D 15-145-1345-12456
-always \x826F\x5C06 1235-1456-15-145
-always \x4E0A\x5C06 124-145-15-145
-always \x5C11\x5C06 124-125-15-145
-always \x6D46\x7CCA 15-145-126-126
-always \x5F52\x964D 16-345-125-1456
-always \x62DB\x964D 14-1235-125-1456
-always \x8BC8\x964D 14-245-125-1456
-always \x8BF1\x964D 25-14-125-1456
-always \x8BF7\x964D 135-1356-125-1456
-always \x964D\x5C06 125-1456-15-145
-always \x6295\x964D 234-146-125-1456
-always \x964D\x8868 125-1456-245-12356
-always \x7EB3\x964D 1234-245-125-1456
-always \x964D\x670D 125-1456-235-126
-always \x529D\x964D 1356-124-125-1456
-always \x964D\x4F0F 125-1456-235-126
-always \x53D7\x964D 124-14-125-1456
-always \x4E5E\x964D 135-1236-125-1456
-always \x5480\x56BC 156-1236-156-246
-always \x4E3B\x89D2 146-1236-156-246
-always \x65E6\x89D2 34-124-156-246
-always \x89D2\x6597 156-246-34-14
-always \x89D2\x9010 156-246-146-126
-always \x4E11\x89D2 134-1346-156-246
-always \x89D2\x529B 156-246-1235-12
-always \x540D\x89D2 2456-156-156-246
-always \x6367\x89D2 236-1356-156-246
-always \x914D\x89D2 236-34-156-246
-always \x527F\x88AD 134-1235-125-126
-always \x527F\x8BF4 134-1235-1246-234
-always \x6559\x4E66 15-1235-1246-123
-always \x6559\x8BFE 15-1235-13-24
-always \x6559\x6211 15-1235-26-2346
-always \x6559\x6559 15-1235-15-1235
-always \x6559\x4F1A 15-1235-126-34
-always \x6559\x4ED6 15-1235-234-2345
-always \x6559\x5979 15-1235-4-234-2345
-always \x6559\x4F60 15-1235-12345-1236
-always \x6559\x7ED9 15-1235-1-3456
-always \x6559\x4EBA 15-1235-35-16
-always \x6559\x4E0D 15-1235-24-12
-always \x6559\x597D 15-1235-12-12356
-always \x6559\x8FC7 15-1235-16-24
-always \x6559\x4E86 15-1235-123-35
-always \x597D\x6559 12-12356-15-1235
-always \x4F1A\x6559 126-345-15-1235
-always \x4E0D\x6559 24-12-15-1235
-always \x6559\x4E0B 15-1235-125-245
-always \x6559\x81EA 15-1235-145-12
-always \x767D\x6559 24-12456-15-1235
-always \x6559\x5C0F 15-1235-125-12356
-always \x6559\x5B69 15-1235-12-12456
-always \x6559\x5A03 15-1235-26-2456
-always \x6559\x82F1 15-1235-25-135
-always \x6559\x8BED 15-1235-256-1236
-always \x6559\x6570 15-1235-1246-12
-always \x6559\x5916 15-1235-26-1245
-always \x8282\x9AA8 15-234-16-1236
-always \x7ED3\x5DF4 15-234-24-356
-always \x62BC\x89E3 25-2345-15-24
-always \x9012\x89E3 345-12-15-24
-always \x5356\x89E3 246-1245-125-24
-always \x82A5\x84DD 1-1245-123-1246
-always \x7981\x5F97 15-13-34-246
-always \x7981\x4E0D 15-13-24-12
-always \x4E0D\x7981 24-12-15-13
-always \x5C3D\x65E9 15-136-145-12356
-always \x5C3D\x5148 15-136-125-1234
-always \x5C3D\x7BA1 15-136-16-12346
-always \x5C3D\x91CF 15-136-1235-145
-always \x52B2\x65C5 15-15-12356-1236
-always \x96C4\x52B2 1256-156-15-15
-always \x52B2\x6B4C 15-15-1-234
-always \x52B2\x654C 15-15-345-126
-always \x521A\x52B2 1-1345-15-15
-always \x82CD\x52B2 1345-1345-15-15
-always \x52B2\x821E 15-15-26-1236
-always \x52B2\x5C04 15-15-124-24
-always \x52B2\x5347 15-15-124-135
-always \x9052\x52B2 135-146-15-15
-always \x8116\x9888 24-246-1-1356
-always \x62EE\x636E 15-246-156-123
-always \x5377\x626C 156-12346-25-1456
-always \x7FFB\x5377 235-1234-156-12346
-always \x98CE\x5377 235-135-156-12346
-always \x5377\x7F29 156-12346-12456-234
-always \x9F99\x5377 1236-156-156-12346
-always \x6625\x5377 1346-13-156-12346
-always \x5377\x5165 156-12346-356-12
-always \x80F6\x5377 15-1235-156-12346
-always \x5E2D\x5377 125-126-156-12346
-always \x5377\x9003 156-12346-234-1256
-always \x5377\x70DF 156-12346-25-1234
-always \x8212\x5377 1246-123-156-12346
-always \x5F69\x5377 1345-123456-156-12346
-always \x5377\x5E18 156-12346-1235-1246
-always \x6F2B\x5377 246-124-156-12346
-always \x5377\x987B 156-12346-1256-123
-always \x5377\x571F 156-12346-2346-1236
-always \x82B1\x5377 126-2345-156-12346
-always \x70DF\x5377 25-1234-156-12346
-always \x86CB\x5377 34-124-156-12346
-always \x5377\x5C3A 156-12346-134-1236
-always \x5377\x8D77 156-12346-135-1236
-always \x61D2\x89C9 123-12346-15-125
-always \x5348\x89C9 26-1236-15-125
-always \x7761\x89C9 1246-34-15-125
-always \x9999\x83CC 125-1345-156-1
-always \x83CC\x5B50 156-1-145-23
-always \x5496\x55B1 1-2345-1235-126
-always \x5361\x8116 135-23456-24-246
-always \x5173\x5361 16-1234-135-23456
-always \x54E8\x5361 124-125-135-23456
-always \x8FB9\x5361 245-1234-135-23456
-always \x53D1\x5361 235-245-135-23456
-always \x5361\x58F3 135-23456-13-246
-always \x5361\x4F4F 135-23456-146-12
-always \x5361\x5B50 135-23456-145-23
-always \x5361\x5728 135-23456-145-1245
-always \x54AF\x75F0 13-23456-234-1246
-always \x54AF\x8840 13-23456-125-2346
-always \x54AF\x5654 1-234-34-135
-always \x54AF\x54AF 1-234-1-234
-always \x770B\x62BC 13-1234-25-2345
-always \x770B\x5B88 13-1234-124-1346
-always \x770B\x9752 13-1234-135-135
-always \x770B\x5BB6 13-1234-15-2345
-always \x770B\x7BA1 13-1234-16-12346
-always \x770B\x62A4 13-1234-126-12
-always \x770B\x95E8 13-1234-246-16
-always \x625B\x9F0E 1-1345-345-1356
-always \x5777\x5783 13-234-123-2345
-always \x5730\x58F3 345-12-135-125
-always \x7532\x58F3 15-23456-135-125
-always \x53EF\x6C57 13-24-12-1246
-always \x5F15\x542D 25-136-12-1456
-always \x5077\x7A7A 234-134-136-15
-always \x7A7A\x95F2 136-15-125-1246
-always \x7A7A\x6687 136-15-125-2456
-always \x7A7A\x5F53 136-15-34-256
-always \x62BD\x7A7A 134-134-136-15
-always \x95F2\x7A7A 125-1246-136-15
-always \x6709\x7A7A 25-1346-136-15
-always \x7A7A\x7F3A 136-15-1356-234
-always \x586B\x7A7A 2345-1246-136-15
-always \x7A7A\x5730 136-15-345-12
-always \x7A7A\x9699 136-15-125-12
-always \x63D2\x7A7A 134-2345-136-15
-always \x7A7A\x989D 136-15-23456-246
-always \x6293\x7A7A 146-2345-136-15
-always \x7A7A\x767D 136-15-24-12456
-always \x5F97\x7A7A 34-246-136-15
-always \x7A7A\x4F4D 136-15-26-34
-always \x7A7A\x683C 136-15-1-246
-always \x7A7A\x884C 136-15-12-1456
-always \x7A7A\x51FA 136-15-1346-123
-always \x5FEB\x5F53 136-1245-34-256
-always \x633A\x62EC 2345-1356-16-2345
-always \x641C\x62EC 1245-134-16-2345
-always \x70AE\x70D9 236-1256-1236-24
-always \x52D2\x7D27 123-345-15-136
-always \x4E50\x97F3 256-24-25-13
-always \x5668\x4E50 135-12-256-24
-always \x4E50\x5F8B 256-24-12356-12
-always \x4E50\x7AE0 256-24-14-1345
-always \x97F3\x4E50 25-13-256-24
-always \x4E50\x7406 256-24-1235-1236
-always \x4E50\x5668 256-24-135-12
-always \x6C11\x4E50 2456-16-256-24
-always \x519B\x4E50 156-13-256-24
-always \x4E50\x6C60 256-24-134-126
-always \x4E50\x961F 256-24-346-34
-always \x594F\x4E50 145-14-256-24
-always \x5F26\x4E50 125-1246-256-24
-always \x9F13\x4E50 16-1236-256-24
-always \x4E50\x575B 256-24-234-1246
-always \x4E50\x5E9C 256-24-235-1236
-always \x7BA1\x4E50 16-12346-256-24
-always \x4E50\x611F 256-24-1-12346
-always \x914D\x4E50 236-34-256-24
-always \x54C0\x4E50 23456-12345-256-24
-always \x56FD\x4E50 16-246-256-24
-always \x4E50\x5E08 256-24-124-123
-always \x4E50\x8C31 256-24-236-1236
-always \x4E50\x56E2 256-24-2346-1246
-always \x7231\x4E50 23456-1245-256-24
-always \x53E4\x4E50 16-1236-256-24
-always \x4E50\x6B4C 256-24-1-234
-always \x4E50\x5DE5 256-24-16-135
-always \x4E50\x6237 256-24-126-12
-always \x4E50\x53E5 256-24-156-12
-always \x4E50\x76F2 256-24-246-1456
-always \x4E50\x8FF7 256-24-2456-126
-always \x4E50\x624B 256-24-124-1346
-always \x4E50\x821E 256-24-26-1236
-always \x821E\x4E50 26-1236-256-24
-always \x4E50\x6B63 256-24-14-15
-always \x793C\x4E50 1235-1236-256-24
-always \x58F0\x4E50 124-135-256-24
-always \x4E50\x66F2 256-24-1356-1236
-always \x8BD7\x4E50 124-123-256-24
-always \x96C5\x4E50 25-23456-256-24
-always \x5178\x4E50 345-12346-256-24
-always \x54CD\x4E50 125-13456-256-24
-always \x58EB\x4E50 124-12-256-24
-always \x6EDA\x4E50 16-136-256-24
-always \x51FB\x4E50 15-123-256-24
-always \x79EF\x7D2F 15-123-123-3456
-always \x7D2F\x52A0 123-3456-15-2345
-always \x7D2F\x79EF 123-3456-15-123
-always \x7D2F\x8BA1 123-3456-15-12
-always \x7D2F\x7D2F 123-346-123-3456
-always \x7D2F\x6B21 123-3456-1345-12
-always \x7D2F\x53CA 123-3456-15-126
-always \x6302\x7D2F 16-245-123-3456
-always \x7D2F\x5E74 123-3456-12345-1246
-always \x5E26\x7D2F 34-1245-123-3456
-always \x7D2F\x8FDB 123-3456-15-1
-always \x7D2F\x72AF 123-3456-235-124
-always \x7D2F\x65E5 123-3456-35-12
-always \x7D2F\x724D 123-3456-346-126
-always \x62D6\x7D2F 2346-234-123-3456
-always \x64C2\x9F13 123-346-16-1236
-always \x81EA\x64C2 145-12-123-346
-always \x808B\x8126 123-234-234-24
-always \x6251\x68F1 236-123-123-26
-always \x9AD8\x4E3D 1-1235-1235-126
-always \x53E5\x4E3D 1-134-1235-126
-always \x85CF\x5386 145-145-1235-12
-always \x8584\x5229 24-246-1235-12
-always \x54E9\x54E9 1235-123-1235-23
-always \x4F0E\x4FE9 15-12-1235-13456
-always \x91CF\x5177 1235-1456-156-12
-always \x91CF\x676F 1235-1456-24-345
-always \x6597\x91CF 34-1346-1235-1456
-always \x91CF\x5EA6 1235-1456-346-12
-always \x6D4B\x91CF 1345-24-1235-1456
-always \x8861\x91CF 12-156-1235-1456
-always \x91CF\x4F53 1235-1456-2345-1236
-always \x91CF\x4E00 1235-1456-25-123
-always \x4E00\x91CF 25-123-1235-1456
-always \x91CF\x8840 1235-1456-1256-24
-always \x91CF\x53D6 1235-1456-1356-1236
-always \x8003\x91CF 13-12356-1235-1456
-always \x91CF\x89D2 1235-1456-15-12356
-always \x91CF\x89C4 1235-1456-16-345
-always \x79F0\x91CF 134-135-1235-1456
-always \x5EA6\x91CF 346-12-1235-1456
-always \x91CF\x5757 1235-1456-136-1245
-always \x4EAE\x76F8 1235-145-125-145
-always \x706B\x71CE 126-2346-1235-12356
-always \x71CE\x4E86 1235-12356-123-35
-always \x516C\x4E86 16-135-1235-12356
-always \x4E86\x5C40 1235-12356-156-126
-always \x4E86\x8D26 1235-12356-14-145
-always \x4E0D\x4E86 24-12-1235-12356
-always \x4E86\x5374 1235-12356-1356-24
-always \x4E00\x4E86 25-123-1235-12356
-always \x5F97\x4E86 34-246-1235-12356
-always \x4E34\x4E86 1235-16-1235-12356
-always \x77E5\x4E86 14-123-1235-12356
-always \x4E86\x4E86 1235-12356-1235-12356
-always \x4E86\x65AD 1235-12356-346-124
-always \x4E86\x7ED3 1235-12356-15-246
-always \x4E86\x65E0 1235-12356-26-126
-always \x79C1\x4E86 1245-123-1235-12356
-always \x660E\x4E86 2456-156-1235-12356
-always \x4E86\x5F97 1235-12356-34-246
-always \x4E86\x5F53 1235-12356-34-145
-always \x7F62\x4E86 24-245-1235-12356
-always \x672A\x4E86 26-34-1235-12356
-always \x4E86\x4E0D 1235-12356-24-12
-always \x7EC8\x4E86 146-135-1235-12356
-always \x4E86\x5982 1235-12356-356-126
-always \x4E86\x89E3 1235-12356-15-2346
-always \x4E86\x7136 1235-12356-35-1246
-always \x4E86\x4E4B 1235-12356-14-123
-always \x4E86\x77E5 1235-12356-14-123
-always \x6DCB\x75C5 1235-1-245-15
-always \x4EE4\x72D0 1235-156-126-126
-always \x559D\x4EE4 12-24-1235-15
-always \x5C06\x4EE4 15-145-1235-15
-always \x4E00\x6E9C 25-123-1235-14
-always \x51B0\x6E9C 245-135-1235-14
-always \x5927\x6E9C 34-245-1235-14
-always \x7BB1\x7B3C 125-1345-1236-1356
-always \x7B3C\x7F69 1236-1356-14-125
-always \x7B3C\x7EDF 1236-1356-2346-1356
-always \x9AA8\x788C 16-123-1236-23
-always \x788C\x78A1 1235-14-14-146
-always \x9732\x767D 123-14-24-12456
-always \x9732\x5BCC 123-14-235-12
-always \x9732\x5E95 123-14-345-1236
-always \x9732\x4E00 123-14-25-123
-always \x9732\x8138 123-14-1235-12346
-always \x9732\x9A6C 123-14-246-23456
-always \x9732\x9985 123-14-125-124
-always \x9732\x4E11 123-14-134-1346
-always \x9732\x5934 1236-12-234-146
-always \x7387\x90E8 1246-1245-24-12
-always \x8868\x7387 245-12356-1246-1245
-always \x7EDF\x7387 2346-1356-1246-1245
-always \x7387\x6027 1246-1245-125-15
-always \x7387\x76F4 1246-1245-14-126
-always \x7387\x771F 1246-1245-14-13
-always \x7C97\x7387 13456-123-1246-1245
-always \x7387\x9886 1246-1245-1235-1356
-always \x8F7B\x7387 135-135-1246-1245
-always \x7387\x5148 1246-1245-125-1234
-always \x76F4\x7387 14-126-1246-1245
-always \x8349\x7387 1345-12356-1246-1245
-always \x5927\x7387 34-245-1246-1245
-always \x5766\x7387 234-12346-1246-1245
-always \x7387\x5C14 1246-1245-35-23456
-always \x7387\x517D 1246-1245-124-14
-always \x7EFF\x6797 1236-12-1235-16
-always \x7EFF\x8425 1236-12-25-156
-always \x4F20\x7565 146-124-12356-24
-always \x7EB6\x5DFE 16-1234-15-13
-always \x843D\x6795 123-125-14-136
-always \x843D\x4EF7 123-125-15-245
-always \x843D\x56DB 123-245-1245-12
-always \x9EBB\x5C06 246-2456-15-145
-always \x5417\x5561 246-23456-235-345
-always \x57CB\x6028 246-1246-256-124
-always \x8109\x8109 246-24-246-24
-always \x85E4\x8513 234-156-26-124
-always \x8513\x83C1 246-1246-15-135
-always \x7FA4\x6C13 1356-16-246-156
-always \x6C13\x96B6 246-1456-1235-12
-always \x6BDB\x53D1 246-1256-235-245
-always \x6284\x6CA1 134-1235-246-24
-always \x6CA1\x9F7F 246-24-134-1236
-always \x6E6E\x6CA1 25-1234-246-24
-always \x6CEF\x6CA1 2456-136-246-24
-always \x8986\x6CA1 235-12-246-24
-always \x6CA1\x4E16 246-24-124-12
-always \x57CB\x6CA1 246-12456-246-24
-always \x6DF9\x6CA1 25-1234-246-24
-always \x6CA1\x6536 246-24-124-134
-always \x51FA\x6CA1 1346-123-246-24
-always \x7F5A\x6CA1 235-2456-246-24
-always \x8FB1\x6CA1 356-1236-246-24
-always \x6D78\x6CA1 15-1-246-24
-always \x6CA1\x843D 246-24-1236-24
-always \x6C89\x6CA1 134-16-246-24
-always \x9690\x6CA1 25-136-246-24
-always \x6CA1\x5948 246-24-1234-1245
-always \x541E\x6CA1 2346-13-246-24
-always \x6CA1\x81CA 246-346-1245-125
-always \x95F7\x70ED 246-13-35-24
-always \x95F7\x58F0 246-13-124-135
-always \x95F7\x7F50 246-13-16-124
-always \x95F7\x5934 246-13-234-146
-always \x95F7\x4F1A 246-13-126-34
-always \x95F7\x4E00 246-13-25-123
-always \x8499\x53E4 246-1356-16-1236
-always \x8499\x9A97 246-135-2356-124
-always \x5185\x8499 1234-34-246-15
-always \x8499\x4EBA 246-135-35-16
-always \x8499\x533B 246-1356-25-123
-always \x778E\x8499 125-2345-246-135
-always \x8499\x5BF9 246-135-346-34
-always \x79D8\x9C81 245-12-1236-1236
-always \x6CCC\x9633 245-12-25-1456
-always \x9762\x76F8 2456-124-125-145
-always \x76F8\x9762 125-145-2456-124
-always \x5B57\x6A21 145-12-246-126
-always \x6A21\x677F 246-126-24-12346
-always \x6A21\x6837 246-126-25-145
-always \x6A21\x5B50 246-126-145-23
-always \x6A21\x5177 246-126-156-12
-always \x88C5\x6A21 146-1345-246-126
-always \x4E00\x6A21 25-123-246-126
-always \x77F3\x78E8 124-126-246-24
-always \x78E8\x70E6 246-24-235-1246
-always \x78E8\x76D8 246-24-236-1246
-always \x6C34\x78E8 1246-3456-246-24
-always \x5378\x78E8 125-24-246-24
-always \x7535\x78E8 345-124-246-24
-always \x98CE\x78E8 235-135-246-24
-always \x78E8\x574A 246-24-235-1456
-always \x78E8\x5E8A 246-24-1346-1456
-always \x63A8\x78E8 2346-345-246-24
-always \x62C9\x78E8 123-2345-246-24
-always \x78E8\x7247 246-24-2356-124
-always \x9676\x78E8 234-1256-246-24
-always \x78E8\x5177 246-24-156-12
-always \x62B9\x4E0D 246-24-24-12
-always \x62B9\x5E03 246-2345-24-12
-always \x62B9\x89D2 246-24-15-12356
-always \x62B9\x684C 246-2345-146-234
-always \x672B\x4E86 246-24-1235-12356
-always \x53D1\x6CE1 235-2345-236-1235
-always \x66F2\x76EE 1356-1236-246-12
-always \x54EA\x5412 1234-246-14-245
-always \x5A40\x5A1C 23456-234-12346-246
-always \x8885\x5A1C 12345-12356-12346-246
-always \x96BE\x6C11 1234-124-2456-16
-always \x8D23\x96BE 145-246-1234-124
-always \x89E3\x96BE 15-2346-1234-124
-always \x6B89\x96BE 1256-1-1234-124
-always \x8499\x96BE 246-156-1234-124
-always \x906D\x96BE 145-1235-1234-124
-always \x8D74\x96BE 235-12-1234-124
-always \x78E8\x96BE 246-246-1234-124
-always \x53D1\x96BE 235-2345-1234-124
-always \x7F79\x96BE 1235-126-1234-124
-always \x907F\x96BE 245-12-1234-124
-always \x8FA9\x96BE 245-124-1234-124
-always \x5384\x96BE 23456-24-1234-124
-always \x53D7\x96BE 124-14-1234-124
-always \x52AB\x96BE 15-246-1234-124
-always \x843D\x96BE 1236-24-1234-124
-always \x56FD\x96BE 16-246-1234-124
-always \x6B7B\x96BE 1245-1236-1234-124
-always \x8BD8\x96BE 15-246-1234-124
-always \x707E\x96BE 145-12345-1234-124
-always \x6551\x96BE 15-14-1234-124
-always \x9003\x96BE 234-1256-1234-124
-always \x6392\x96BE 236-12456-1234-124
-always \x96BE\x53CB 1234-124-25-1346
-always \x7A7A\x96BE 136-135-1234-124
-always \x6025\x96BE 15-126-1234-124
-always \x95EE\x96BE 26-1-1234-124
-always \x82E6\x96BE 136-1236-1234-124
-always \x60A3\x96BE 126-124-1234-124
-always \x975E\x96BE 235-345-1234-124
-always \x6D77\x96BE 12-123456-1234-124
-always \x9047\x96BE 256-12-1234-124
-always \x5371\x96BE 26-345-1234-124
-always \x5927\x96BE 34-245-1234-124
-always \x5201\x96BE 345-1235-1234-124
-always \x77FF\x96BE 136-145-1234-124
-always \x96BE\x5F1F 1234-124-345-12
-always \x96BE\x7ECF 1234-124-15-135
-always \x7A9D\x56CA 26-234-1234-256
-always \x5462\x7ED2 12345-126-356-156
-always \x5462\x6599 12345-126-1235-125
-always \x5462\x5583 12345-126-1234-1246
-always \x62D8\x6CE5 156-123-12345-12
-always \x4FBF\x6EBA 245-124-12345-125
-always \x6492\x5C3F 1245-2345-12345-125
-always \x5C3F\x812C 12456-345-236-1235
-always \x5C3F\x6CE1 12456-345-236-1235
-always \x5B81\x53EF 12345-15-13-2346
-always \x5B81\x6B7B 12345-15-1245-1236
-always \x5B81\x7F3A 12345-15-1356-234
-always \x6BCB\x5B81 26-126-12345-15
-always \x5B81\x613F 12345-15-256-124
-always \x5B81\x80AF 12345-15-13-136
-always \x91CC\x5F04 1235-1236-1236-15
-always \x5F04\x5802 1236-15-234-1456
-always \x5973\x7EA2 123456-1236-16-135
-always \x53D1\x759F 235-2345-25-125
-always \x5DEE\x6D3E 134-12345-236-1245
-always \x5228\x82B1 24-125-126-2345
-always \x5228\x5E8A 24-125-1346-1456
-always \x5228\x5B50 24-125-145-23
-always \x5228\x51B0 24-125-245-135
-always \x70AE\x7F8A 24-1235-25-1456
-always \x70AE\x5236 236-1256-14-12
-always \x8DD1\x6CC9 236-1256-1356-1246
-always \x6CE1\x6850 236-1235-2346-156
-always \x773C\x6CE1 25-12346-236-1235
-always \x8150\x6CE1 235-1236-236-1235
-always \x55B7\x9999 236-1-125-1345
-always \x5288\x67F4 2356-1236-134-12456
-always \x5288\x53C9 2356-1236-134-245
-always \x9ED8\x7247 246-24-2356-1234
-always \x50CF\x7247 125-145-2356-1234
-always \x77ED\x7247 346-12346-2356-1234
-always \x7247\x5B50 2356-1234-145-23
-always \x6F02\x4EAE 2356-125-1235-145
-always \x6F02\x6D17 2356-12356-125-1236
-always \x6F02\x767D 2356-12356-24-12456
-always \x6F02\x67D3 2356-12356-35-12346
-always \x6487\x5F00 2356-234-13-12345
-always \x5C4F\x8425 245-135-25-156
-always \x5C4F\x5F03 245-1356-135-12
-always \x5C4F\x9664 245-1356-1346-126
-always \x5C4F\x9000 245-1356-2346-34
-always \x5C4F\x606F 245-1356-125-123
-always \x8FEB\x51FB 236-123456-15-123
-always \x94FA\x9648 236-123-134-16
-always \x94FA\x5F20 236-123-14-1345
-always \x5E73\x94FA 2356-156-236-123
-always \x94FA\x6392 236-123-236-12456
-always \x94FA\x8F68 236-123-16-3456
-always \x94FA\x780C 236-123-135-12
-always \x94FA\x644A 236-123-234-1234
-always \x94FA\x76D6 236-123-1-1245
-always \x94FA\x5929 236-123-2345-1234
-always \x94FA\x8DEF 236-123-1236-12
-always \x94FA\x5E73 236-123-2356-156
-always \x94FA\x5C55 236-123-14-12346
-always \x94FA\x7740 236-123-14-35
-always \x94FA\x4E00 236-123-25-123
-always \x94FA\x7B51 236-123-146-12
-always \x94FA\x57AB 236-123-345-124
-always \x94FA\x886C 236-123-134-1
-always \x94FA\x8BBE 236-123-124-24
-always \x94FA\x9526 236-123-15-136
-always \x94FA\x7709 236-123-246-346
-always \x94FA\x8C0B 236-123-246-146
-always \x94FA\x5F00 236-123-13-12345
-always \x94FA\x5730 236-123-345-12
-always \x94FA\x53D9 236-123-1256-12
-always \x5974\x4EC6 12346-126-236-126
-always \x4EC6\x5F79 236-126-25-12
-always \x4EC6\x4ECE 236-126-13456-156
-always \x6734\x5200 236-234-34-1235
-always \x539A\x6734 12-14-236-24
-always \x6734\x6811 236-24-1246-12
-always \x6734\x69FF 2356-1256-126-34
-always \x66DD\x5149 24-125-16-1345
-always \x81EA\x66DD 145-12-24-125
-always \x7011\x6CB3 24-125-12-246
-always \x6816\x6816 125-123-125-123
-always \x5947\x6570 15-123-1246-12
-always \x5947\x5076 15-123-23456-1346
-always \x5C4F\x6C14 245-1356-135-12
-always \x545B\x7740 135-1345-14-35
-always \x52C9\x5F3A 2456-12346-135-13456
-always \x5F3A\x989C 135-13456-25-1246
-always \x5F3A\x6C42 135-13456-135-146
-always \x7275\x5F3A 135-1234-135-13456
-always \x5F3A\x8FA9 135-13456-245-124
-always \x5F3A\x8FEB 135-13456-236-24
-always \x5F3A\x903C 135-13456-245-123
-always \x5F3A\x4F7F 135-13456-124-1236
-always \x5F3A\x8BCD 135-13456-1345-126
-always \x5014\x5F3A 156-246-15-145
-always \x5F3A\x5634 15-145-1456-3456
-always \x5F3A\x5C06 135-1456-15-145
-always \x6084\x6084 135-1235-135-236
-always \x7FD8\x4F01 135-1256-135-1236
-always \x7FD8\x76FC 135-1256-236-124
-always \x7FD8\x9996 135-1256-124-1346
-always \x7FD8\x671B 135-1256-26-145
-always \x7FD8\x695A 135-1256-1346-1236
-always \x7FD8\x8DB3 135-1256-1456-126
-always \x5207\x8981 135-24-25-125
-always \x4E00\x5207 25-123-135-24
-always \x5BC6\x5207 2456-12-135-24
-always \x5207\x8109 135-24-246-1245
-always \x5207\x83AB 135-24-246-24
-always \x60B2\x5207 24-345-135-24
-always \x8FEB\x5207 236-24-135-24
-always \x70ED\x5207 35-24-135-24
-always \x5207\x5408 135-24-12-246
-always \x5207\x5207 135-24-135-24
-always \x786E\x5207 1356-24-135-24
-always \x5173\x5207 16-1234-135-24
-always \x5207\x80A4 135-24-235-123
-always \x771F\x5207 14-13-135-24
-always \x75DB\x5207 2346-15-135-24
-always \x5207\x9F7F 135-24-134-1236
-always \x5207\x9898 135-24-2345-126
-always \x5207\x5FCC 135-24-15-12
-always \x6DF1\x5207 124-13-135-24
-always \x6025\x5207 15-126-135-24
-always \x51C4\x5207 135-123-135-24
-always \x5207\x8FD1 135-24-15-1
-always \x5207\x52FF 135-24-26-12
-always \x5207\x76FC 135-24-236-124
-always \x6073\x5207 13-136-135-24
-always \x5207\x8BB0 135-24-15-12
-always \x5207\x8EAB 135-24-124-13
-always \x5207\x5B9E 135-24-124-126
-always \x53CD\x5207 235-12346-135-24
-always \x756A\x79BA 236-1234-256-126
-always \x4EB2\x5BB6 135-15-15-2345
-always \x4EB2\x5207 135-13-135-24
-always \x884C\x60C5 12-1456-135-156
-always \x8FD8\x60C5 126-1246-135-156
-always \x5F02\x66F2 25-12-1356-1236
-always \x4F5C\x66F2 1456-24-1356-1236
-always \x7EC4\x66F2 1456-1236-1356-1236
-always \x5C0F\x66F2 125-12356-1356-1236
-always \x9009\x66F2 1256-12346-1356-1236
-always \x620F\x66F2 125-12-1356-1236
-always \x8BCD\x66F2 1345-126-1356-1236
-always \x66F2\x827A 1356-1236-25-12
-always \x5317\x66F2 24-3456-1356-1236
-always \x6B4C\x66F2 1-234-1356-1236
-always \x821E\x66F2 26-1236-1356-1236
-always \x591C\x66F2 25-24-1356-1236
-always \x63D2\x66F2 134-2345-1356-1236
-always \x66F2\x9AD8 1356-1236-1-1235
-always \x91D1\x66F2 15-13-1356-1236
-always \x540D\x66F2 2456-156-1356-1236
-always \x8C31\x66F2 236-1236-1356-1236
-always \x5957\x66F2 234-125-1356-1236
-always \x66F2\x5267 1356-1236-156-12
-always \x6606\x66F2 136-13-1356-1236
-always \x5E8F\x66F2 1256-12-1356-1236
-always \x7434\x66F2 135-16-1356-1236
-always \x5143\x66F2 256-1246-1356-1236
-always \x66F2\x8C31 1356-1236-236-1236
-always \x66F2\x7EC8 1356-1236-146-135
-always \x66F2\x724C 1356-1236-236-12456
-always \x4E00\x66F2 25-123-1356-1236
-always \x66F2\x5B50 1356-1236-145-23
-always \x54CD\x66F2 125-13456-1356-1236
-always \x5708\x517B 156-124-25-13456
-always \x732A\x5708 146-123-156-124
-always \x725B\x5708 12345-146-156-124
-always \x5708\x820D 156-124-124-24
-always \x96C0\x76F2\x773C 135-12356-246-1456-25-12346
-always \x4EBA\x6A21 35-16-246-126
-always \x4EFB\x4E18 35-16-135-134
-always \x671D\x65E5 14-1235-35-12
-always \x5F25\x6492 2456-126-1245-2345
-always \x6492\x6B22 1245-2345-126-1234
-always \x6492\x7F51 1245-2345-26-13456
-always \x6492\x91CE 1245-2345-25-2346
-always \x6492\x9152 1245-2345-15-1346
-always \x6492\x6CFC 1245-2345-236-234
-always \x6492\x6C14 1245-2345-135-12
-always \x6492\x65E6 1245-2345-34-124
-always \x6492\x624B 1245-2345-124-1346
-always \x6492\x8D56 1245-2345-123-1245
-always \x6492\x817F 1245-2345-2346-3456
-always \x6492\x5A07 1245-2345-15-1235
-always \x6492\x4E2B 1245-2345-25-2345
-always \x6492\x8C0E 1245-2345-126-13456
-always \x6492\x5201 1245-2345-345-1235
-always \x5173\x585E 16-1234-1245-1245
-always \x585E\x7FC1 1245-1245-26-135
-always \x585E\x5916 1245-1245-26-1245
-always \x8FB9\x585E 245-1234-1245-1245
-always \x585E\x5317 1245-1245-24-3456
-always \x5835\x585E 346-1236-1245-24
-always \x642A\x585E 234-1456-1245-24
-always \x8305\x585E 246-1256-1245-24
-always \x95ED\x585E 245-12-1245-24
-always \x586B\x585E 2345-1246-1245-24
-always \x9F3B\x585E 245-126-1245-24
-always \x6897\x585E 1-1356-1245-24
-always \x58C5\x585E 256-135-1245-24
-always \x963B\x585E 1456-1236-1245-24
-always \x6813\x585E 1246-1234-1245-24
-always \x5145\x585E 1346-135-1245-24
-always \x585E\x8D23 1245-24-145-246
-always \x6DE4\x585E 256-123-1245-24
-always \x62E5\x585E 256-135-1245-24
-always \x54FD\x585E 1-1356-1245-24
-always \x62AB\x6563 2356-123-1245-235
-always \x6563\x6253 1245-12346-34-23456
-always \x96F6\x6563 1235-156-1245-12346
-always \x6563\x5149 1245-12346-16-1345
-always \x84EC\x6563 236-156-1245-12346
-always \x6563\x517B 1245-12346-25-13456
-always \x6563\x5EA7 1245-12346-1456-24
-always \x61D2\x6563 123-12346-1245-12346
-always \x6563\x8BB0 1245-12346-15-12
-always \x6563\x6F2B 1245-12346-246-124
-always \x6563\x5175 1245-12346-245-135
-always \x6563\x5C45 1245-12346-156-123
-always \x6563\x67B6 1245-12346-15-245
-always \x6563\x5242 1245-12346-15-12
-always \x6563\x66F2 1245-12346-1356-1236
-always \x6563\x4EF6 1245-12346-15-124
-always \x6563\x6587 1245-12346-26-16
-always \x6563\x88C5 1245-12346-146-1345
-always \x6563\x5C04 1245-12346-124-24
-always \x95F2\x6563 125-1246-1245-12346
-always \x6563\x89C1 1245-12346-15-124
-always \x6563\x4E71 1245-12346-1236-124
-always \x6CBB\x4E27 14-12-1245-1345
-always \x56FD\x4E27 16-246-1245-1345
-always \x559C\x4E27 125-1236-1245-1345
-always \x5C45\x4E27 156-123-1245-1345
-always \x5A5A\x4E27 126-13-1245-1345
-always \x4E27\x846C 1245-1345-145-145
-always \x4E27\x5047 1245-1345-15-245
-always \x5B88\x4E27 124-1346-1245-1345
-always \x4E27\x95E8 1245-1345-246-16
-always \x5954\x4E27 24-13-1245-1345
-always \x51FA\x4E27 1346-123-1245-1345
-always \x4E27\x670D 1245-1345-235-126
-always \x670D\x4E27 235-126-1245-1345
-always \x4E27\x793C 1245-1345-1235-1236
-always \x62A5\x4E27 24-125-1245-1345
-always \x4E27\x4E71 1245-1345-1236-124
-always \x540A\x4E27 345-125-1245-1345
-always \x4E27\x949F 1245-1345-146-135
-always \x4E27\x4E8B 1245-1345-124-12
-always \x53D1\x4E27 235-2345-1245-1345
-always \x626B\x5174 1245-12356-125-15
-always \x89D2\x8272 156-246-1245-24
-always \x8272\x76F8 1245-24-125-145
-always \x5239\x90A3 134-245-1234-245
-always \x5B9D\x5239 24-12356-134-245
-always \x53E4\x5239 16-1236-134-245
-always \x715E\x8F66 124-2345-134-234
-always \x715E\x4F4F 124-2345-146-12
-always \x82EB\x5B50 124-1234-145-23
-always \x82EB\x5E03 124-1234-24-12
-always \x6749\x7BD9 124-2345-1-1235
-always \x6749\x6728 124-2345-246-12
-always \x6247\x52A8 124-1234-346-15
-always \x6247\x98CE 124-1234-235-135
-always \x6247\x8033 124-1234-35-23456
-always \x6247\x6247 124-1234-124-124
-always \x6247\x4E86 124-1234-123-35
-always \x6247\x4F60 124-1234-12345-1236
-always \x6247\x6211 124-1234-26-2346
-always \x6247\x4ED6 124-1234-234-2345
-always \x6247\x5979 124-1234-4-234-2345
-always \x4E0A\x58F0 124-13456-124-135
-always \x65F6\x88F3 124-126-134-1456
-always \x5C11\x513F 124-125-35-2456
-always \x5C11\x5976 124-125-1234-123456
-always \x5C11\x58EE 124-125-146-145
-always \x5C11\x5973 124-125-123456-1236
-always \x5C11\x6797 124-125-1235-16
-always \x6076\x5C11 23456-24-124-125
-always \x5C11\x767D 124-125-24-12456
-always \x5C11\x4E1C 124-125-346-135
-always \x5C11\x5E74 124-125-12345-1246
-always \x5927\x5C11 34-245-124-125
-always \x8001\x5C11 123-12356-124-125
-always \x9614\x5C11 136-24-124-125
-always \x5C11\x5987 124-125-235-12
-always \x5C11\x4E0D 124-125-24-12
-always \x5E74\x5C11 12345-1246-124-125
-always \x5C11\x7537 124-125-1234-1246
-always \x5C11\x5148 124-125-125-1234
-always \x5BD2\x820D 12-1246-124-24
-always \x90BB\x820D 1235-16-124-24
-always \x7530\x820D 2345-1246-124-24
-always \x8305\x820D 246-1256-124-24
-always \x519C\x820D 12346-156-124-24
-always \x9986\x820D 16-12346-124-24
-always \x6751\x820D 13456-13-124-24
-always \x732A\x820D 146-123-124-24
-always \x623F\x820D 235-1456-124-24
-always \x53F3\x820D 25-14-124-24
-always \x65C5\x820D 12356-1236-124-24
-always \x4E09\x820D 1245-1234-124-24
-always \x6821\x820D 125-125-124-24
-always \x5BBF\x820D 12456-12-124-24
-always \x5904\x8EAB 1346-1236-124-13
-always \x5431\x58F0 145-123-124-135
-always \x66F4\x751F 1-135-124-135
-always \x751F\x8096 124-135-125-125
-always \x751F\x8FD8 124-135-126-1246
-always \x6DF1\x7701 124-13-125-1356
-always \x7701\x89C6 125-1356-124-12
-always \x5185\x7701 1234-34-125-1356
-always \x4E0D\x7701 24-12-125-1356
-always \x7701\x4EB2 125-1356-135-13
-always \x7701\x609F 125-1356-26-12
-always \x7701\x5BDF 125-1356-134-2456
-always \x53CD\x7701 235-12346-125-1356
-always \x81EA\x7701 145-12-125-1356
-always \x5931\x5F53 124-123-34-145
-always \x62FE\x7EA7 124-24-15-126
-always \x4EC0\x4E48 124-16-246-35
-always \x7ED3\x5B9E 15-234-124-23
-always \x8BC6\x76F8 124-126-125-145
-always \x6807\x8BC6 245-1235-14-12
-always \x5F3A\x8BC6 135-1456-14-12
-always \x5E72\x4E8B 1-124-124-12
-always \x5DEE\x4E8B 134-1245-124-12
-always \x4E8B\x5047 124-12-15-245
-always \x5C5E\x76F8 1246-1236-125-145
-always \x6570\x89C1 1246-24-15-124
-always \x6570\x5178 1246-1236-345-12346
-always \x6570\x4E5D 1246-1236-15-1346
-always \x5386\x6570 1235-12-1246-1236
-always \x6570\x4E00 1246-1236-25-123
-always \x6570\x5F97 1246-1236-34-246
-always \x6570\x4E0D 1246-1236-24-12
-always \x6570\x843D 1246-1236-1236-24
-always \x6570\x6570 1246-1236-1246-12
-always \x5237\x767D 1246-245-24-12456
-always \x7ED9\x6C34 15-1236-1246-3456
-always \x8BF4\x5BA2 1246-34-13-24
-always \x6E38\x8BF4 25-146-1246-34
-always \x4F3A\x5019 1345-12-12-14
-always \x4F3C\x7684 124-12-34-35
-always \x677E\x6563 12456-135-1245-12346
-always \x9001\x8FD8 12456-15-126-1246
-always \x89E3\x9001 15-24-12456-15
-always \x9001\x4E27 12456-15-1245-1345
-always \x661F\x5BBF 125-135-125-14
-always \x4E00\x5BBF 25-123-125-1346
-always \x6574\x5BBF 14-1356-125-1346
-always \x820C\x82D4 124-246-234-12345
-always \x5427\x53F0 24-2345-234-12456
-always \x6C64\x6C64 124-1345-124-1345
-always \x8D9F\x8FC7 234-1345-16-24
-always \x8D9F\x5730 234-1345-345-12
-always \x8D9F\x6C34 234-1345-1246-3456
-always \x63D0\x9632 345-123-235-1456
-always \x63D0\x5E72 2345-126-1-124
-always \x4F53\x5DF1 2345-123-15-1236
-always \x6311\x6218 2345-12356-14-124
-always \x9AD8\x6311 1-1235-2345-12356
-always \x6311\x5506 2345-12356-12456-234
-always \x6311\x706F 2345-12356-34-135
-always \x6311\x9017 2345-12356-34-14
-always \x6311\x52A8 2345-12356-346-15
-always \x6311\x82B1 2345-12356-126-2345
-always \x6311\x62E8 2345-12356-24-234
-always \x6311\x8845 2345-12356-125-1
-always \x6311\x8D77 2345-12356-135-1236
-always \x8D34\x5207 2345-234-135-24
-always \x524A\x94C1 1256-234-2345-2346
-always \x59A5\x5E16 2346-2346-2345-234
-always \x6CD5\x5E16 235-23456-2345-24
-always \x753B\x5E16 126-245-2345-24
-always \x4E34\x5E16 1235-16-2345-24
-always \x5B57\x5E16 145-12-2345-24
-always \x7891\x5E16 24-345-2345-24
-always \x670D\x5E16 235-126-2345-234
-always \x5E16\x5E16 2345-234-2345-234
-always \x5E16\x8033 2345-234-35-23456
-always \x5B89\x5E16 23456-1234-2345-234
-always \x80E1\x540C 126-126-2346-15
-always \x7EA2\x5F64 126-156-2346-135
-always \x5954\x5934 24-1-234-25
-always \x5455\x5410 23456-1346-2346-12
-always \x5410\x6CAB 2346-12-246-24
-always \x4E0A\x5410 124-145-2346-12
-always \x62D3\x672C 234-245-24-136
-always \x62D3\x7247 234-245-2356-124
-always \x7891\x62D3 24-345-234-245
-always \x62D3\x5370 234-245-25-1
-always \x74E6\x5200 26-245-34-1235
-always \x4E3A\x6B64 26-34-1345-1236
-always \x4E3A\x6C11 26-34-2456-16
-always \x4E3A\x4EC0 26-34-124-16
-always \x56E0\x4E3A 25-13-26-34
-always \x4E3A\x4E86 26-34-123-35
-always \x4E3A\x864E 26-34-126-1236
-always \x4E3A\x4F55 26-34-12-246
-always \x7279\x4E3A 234-24-26-34
-always \x4E3A\x56FD 26-34-16-246
-always \x59D4\x86C7 26-345-25-126
-always \x5C09\x7281 256-12-1235-126
-always \x5C09\x8FDF 256-12-134-126
-always \x884C\x4F0D 12-1456-26-1236
-always \x897F\x4E50 125-123-256-24
-always \x7CFB\x597D 15-12-12-12356
-always \x7CFB\x978B 15-12-125-246
-always \x7CFB\x7D27 15-12-15-136
-always \x7CFB\x4F4F 15-12-146-12
-always \x7CFB\x6263 15-12-13-14
-always \x7CFB\x94C3 15-12-1235-156
-always \x867E\x87C6 12-2456-246-2456
-always \x5676\x53A6 1-2456-125-245
-always \x53A6\x95E8 125-245-246-16
-always \x5A01\x5413 26-345-12-24
-always \x606B\x5413 346-15-12-24
-always \x6050\x5413 136-1356-12-24
-always \x671D\x9C9C 134-1256-125-12346
-always \x9C9C\x6709 125-12346-25-1346
-always \x9C9C\x89C1 125-12346-15-124
-always \x62C9\x7EA4 123-2345-135-124
-always \x7EA4\x592B 135-124-235-123
-always \x7EA4\x7EF3 135-124-124-156
-always \x771F\x76F8 14-13-125-145
-always \x547D\x76F8 2456-15-125-145
-always \x4E1E\x76F8 134-156-125-145
-always \x76F8\x673A 125-145-15-123
-always \x76F8\x518C 125-145-1345-24
-always \x82E6\x76F8 136-1236-125-145
-always \x7167\x76F8 14-125-125-145
-always \x798F\x76F8 235-126-125-145
-always \x661F\x76F8 125-135-125-145
-always \x4E11\x76F8 134-1346-125-145
-always \x8001\x76F8 123-12356-125-145
-always \x6D0B\x76F8 25-1456-125-145
-always \x76F8\x672F 125-145-1246-12
-always \x50A7\x76F8 245-13-125-145
-always \x672C\x76F8 24-136-125-145
-always \x9996\x76F8 124-1346-125-145
-always \x51F6\x76F8 1256-135-125-145
-always \x5BB0\x76F8 145-123456-125-145
-always \x5403\x76F8 134-123-125-145
-always \x7AD9\x76F8 14-124-125-145
-always \x88C5\x76F8 146-1345-125-145
-always \x7834\x76F8 236-24-125-145
-always \x76F8\x8C8C 125-145-246-125
-always \x53D8\x76F8 245-124-125-145
-always \x76F8\x7EB8 125-145-14-1236
-always \x4E09\x76F8 1245-1234-125-145
-always \x76F8\x58F0 125-145-124-135
-always \x602A\x76F8 16-1245-125-145
-always \x8C8C\x76F8 246-125-125-145
-always \x76AE\x76F8 2356-126-125-145
-always \x7761\x76F8 1246-34-125-145
-always \x5355\x76F8 34-1234-125-145
-always \x76F8\x5904 125-1345-1346-1236
-always \x5DF7\x9053 12-145-34-125
-always \x524A\x51CF 1256-234-15-12346
-always \x524A\x53D1 1256-234-235-245
-always \x524A\x5F31 1256-234-356-24
-always \x524A\x58C1 1256-234-245-12
-always \x524A\x5E73 1256-234-2356-156
-always \x7626\x524A 124-14-1256-234
-always \x524A\x804C 1256-234-14-126
-always \x524A\x8DB3 1256-234-1456-126
-always \x5220\x524A 124-1234-1256-234
-always \x6821\x9605 15-125-256-24
-always \x53C2\x6821 1345-1234-15-125
-always \x6821\x8BA2 15-125-345-15
-always \x6821\x5BF9 15-125-346-34
-always \x6821\x6CE8 15-125-146-12
-always \x6821\x573A 15-125-134-13456
-always \x6821\x6837 15-125-25-145
-always \x7CBE\x6821 15-135-15-125
-always \x6821\x70B9 15-125-345-12346
-always \x7F16\x6821 245-1234-15-125
-always \x6821\x52D8 15-125-13-1234
-always \x6821\x51C6 15-125-146-136
-always \x6821\x6539 15-125-1-123456
-always \x5C11\x6821 124-125-125-125
-always \x6821\x9A8C 15-125-25-124
-always \x6821\x6B63 15-125-14-15
-always \x5BA1\x6821 124-136-15-125
-always \x706F\x82AF 34-135-125-13
-always \x6076\x5FC3 23456-2346-125-13
-always \x5904\x5FC3 1346-1236-125-13
-always \x5377\x5FC3 156-12346-125-13
-always \x5FC3\x5207 125-13-135-24
-always \x96C5\x5174 25-23456-125-15
-always \x5174\x8DA3 125-15-1356-12
-always \x5373\x5174 15-126-125-15
-always \x4F59\x5174 256-126-125-15
-always \x5174\x9AD8 125-15-1-1235
-always \x8BD7\x5174 124-123-125-15
-always \x5174\x81F4 125-15-14-12
-always \x610F\x5174 25-12-125-15
-always \x9AD8\x5174 1-1235-125-15
-always \x9152\x5174 15-1346-125-15
-always \x8D25\x5174 24-1245-125-15
-always \x5174\x5473 125-15-26-34
-always \x5174\x5934 125-15-234-146
-always \x8C08\x5174 234-1246-125-15
-always \x6E38\x5174 25-146-125-15
-always \x8C6A\x5174 12-1256-125-15
-always \x52A9\x5174 146-12-125-15
-always \x7CAE\x884C 1235-1456-12-1456
-always \x8DE8\x884C 136-245-12-1456
-always \x603B\x884C 1456-1356-12-1456
-always \x884C\x8BDD 12-1456-126-245
-always \x8F6C\x884C 146-12346-12-1456
-always \x5206\x884C 235-13-12-1456
-always \x652F\x884C 14-123-12-1456
-always \x884C\x89C4 12-1456-16-345
-always \x884C\x4E1A 12-1456-25-24
-always \x9694\x884C 1-246-12-1456
-always \x884C\x5E2E 12-1456-24-1345
-always \x884C\x6B3E 12-1456-136-12346
-always \x6B3A\x884C 135-123-12-1456
-always \x96C1\x884C 25-124-12-1456
-always \x61C2\x884C 346-1356-12-1456
-always \x592E\x884C 25-1345-12-1456
-always \x884C\x5BB6 12-1456-15-2345
-always \x6539\x884C 1-123456-12-1456
-always \x884C\x8DDD 12-1456-156-12
-always \x6D0B\x884C 25-1456-12-1456
-always \x5185\x884C 1234-34-12-1456
-always \x884C\x8D27 12-1456-126-24
-always \x5728\x884C 145-1245-12-1456
-always \x884C\x5E02 12-1456-124-12
-always \x5546\x884C 124-1345-12-1456
-always \x672C\x884C 24-136-12-1456
-always \x5916\x884C 26-1245-12-1456
-always \x884C\x5217 12-1456-1235-24
-always \x94F6\x884C 25-16-12-1456
-always \x884C\x5F53 12-1456-34-145
-always \x9053\x884C 34-125-125-3456-2
-always \x5404\x884C 1-24-12-1456
-always \x540C\x884C 2346-156-12-1456
-always \x96BE\x5144 1234-124-1256-135
-always \x7267\x755C 246-12-1256-12
-always \x755C\x4EA7 1256-12-134-12346
-always \x755C\x7267 1256-12-246-12
-always \x755C\x517B 1256-12-25-13456
-always \x65CB\x98CE 1256-124-235-135
-always \x51FA\x8840 1346-123-125-2346
-always \x8840\x6DCB 125-2346-1235-16
-always \x5410\x8840 2346-12-125-2346
-always \x9E21\x8840 15-123-125-2346
-always \x9F3B\x8840 245-126-125-2346
-always \x7F3A\x8840 1356-234-125-2346
-always \x6B62\x8840 14-1236-125-2346
-always \x7600\x8840 256-123-125-2346
-always \x732E\x8840 125-124-125-2346
-always \x538B\x6839 25-245-1-13
-always \x54D1\x54D1 25-2345-25-2345
-always \x541E\x54BD 2346-13-25-124
-always \x54BD\x6C14 25-124-135-12
-always \x54BD\x4E86 25-124-123-35
-always \x6162\x54BD 246-124-25-124
-always \x864E\x54BD 126-1236-25-124
-always \x54BD\x4E0B 25-124-125-245
-always \x54BD\x4E0D 25-124-24-12
-always \x62BD\x54BD 134-134-25-24
-always \x54FD\x54BD 1-1356-25-24
-always \x4E0B\x54BD 125-245-25-124
-always \x545C\x54BD 26-123-25-24
-always \x5E7D\x54BD 25-134-25-24
-always \x60B2\x54BD 24-345-25-24
-always \x7F8A\x5708 25-1456-156-124
-always \x85CF\x836F 145-145-25-125
-always \x8981\x631F 25-1235-125-246
-always \x8981\x6C42 25-1235-135-146
-always \x8981\x585E 25-125-1245-1245
-always \x975E\x8036 235-345-25-246
-always \x662F\x8036 124-12-25-246
-always \x5C11\x7237 124-125-25-35
-always \x85CF\x6396 1345-1456-25-234
-always \x6396\x7740 25-234-14-35
-always \x6396\x5728 25-234-145-1245
-always \x6396\x5230 25-234-34-125
-always \x53F6\x97F5 125-246-256-1
-always \x4F30\x8863 16-12-25-123
-always \x5939\x8863 15-2456-25-123
-always \x9057\x5C11 25-126-124-125
-always \x5C5E\x610F 146-1236-25-12
-always \x836B\x5E87 25-1-245-12
-always \x5E87\x836B 245-12-25-1
-always \x6BB7\x7EA2 25-1234-126-156
-always \x4E00\x5E94 25-123-25-135
-always \x5E94\x7686 25-135-15-234
-always \x4F63\x91D1 256-15-15-13
-always \x4F63\x94B1 256-15-135-1246
-always \x7A7A\x4F59 136-15-256-126
-always \x4E88\x6C42 256-126-135-146
-always \x4E88\x53D6 256-126-1356-1236
-always \x4E0E\x4F1A 256-12-126-34
-always \x53C2\x4E0E 1345-1234-256-12
-always \x4E0E\x95FB 256-12-26-16
-always \x5401\x8BF7 256-12-135-1356
-always \x5401\x6C42 256-12-135-146
-always \x9501\x94A5 12456-2346-256-24
-always \x94A5\x5319 25-125-124-126
-always \x7EA2\x6655 126-156-256-1
-always \x773C\x6655 25-12346-256-1
-always \x6708\x6655 256-24-256-1
-always \x65E5\x6655 35-12-256-1
-always \x5149\x6655 16-1345-256-1
-always \x971E\x6655 125-2456-256-1
-always \x58A8\x6655 246-24-256-1
-always \x6655\x73E5 256-1-35-23456
-always \x6655\x8680 256-1-124-126
-always \x6655\x9002 256-1-124-12
-always \x6655\x72B6 256-1-146-145
-always \x6655\x5708 256-1-1356-1234
-always \x4E73\x6655 356-1236-256-1
-always \x8F6C\x8F7D 146-12346-145-123456
-always \x5343\x8F7D 135-1234-145-123456
-always \x9644\x8F7D 235-12-145-123456
-always \x520A\x8F7D 13-1234-145-123456
-always \x8FDE\x8F7D 1235-1246-145-123456
-always \x767B\x8F7D 34-135-145-123456
-always \x8BB0\x8F7D 15-12-145-123456
-always \x8377\x8F7D 12-24-145-1245
-always \x4E0B\x8F7D 125-245-145-123456
-always \x534A\x8F7D 24-124-145-1245
-always \x4E0A\x8F7D 124-145-145-123456
-always \x4E00\x8F7D 25-123-145-123456
-always \x4E24\x8F7D 1235-13456-145-123456
-always \x4E8C\x8F7D 35-245-145-123456
-always \x4E09\x8F7D 1245-1234-145-123456
-always \x56DB\x8F7D 1245-12-145-123456
-always \x4E94\x8F7D 26-1236-145-123456
-always \x516D\x8F7D 1235-14-145-123456
-always \x4E03\x8F7D 135-123-145-123456
-always \x516B\x8F7D 24-2345-145-123456
-always \x4E5D\x8F7D 15-1346-145-123456
-always \x5341\x8F7D 124-126-145-123456
-always \x767E\x8F7D 24-123456-145-123456
-always \x4E07\x8F7D 26-124-145-123456
-always \x8F7D\x5165 145-123456-356-12
-always \x5904\x5728 1346-1236-145-1245
-always \x6512\x805A 13456-1246-156-12
-always \x6512\x52A8 13456-1246-346-15
-always \x6512\x5C04 13456-1246-124-24
-always \x6512\x7709 13456-1246-246-346
-always \x6512\x7C07 13456-1246-13456-12
-always \x6512\x4E09 13456-1246-1245-1234
-always \x6512\x8E59 13456-1246-13456-12
-always \x6512\x6512 13456-1246-13456-1246
-always \x5185\x810F 1234-34-145-145
-always \x4E94\x810F 26-1236-145-145
-always \x810F\x8151 145-145-235-1236
-always \x810F\x5668 145-145-135-12
-always \x809D\x810F 1-1234-145-145
-always \x5FC3\x810F 125-13-145-145
-always \x813E\x810F 2356-1236-145-145
-always \x80BA\x810F 235-34-145-145
-always \x80BE\x810F 124-1-145-145
-always \x810F\x8C61 145-145-125-145
-always \x62E9\x83DC 14-12456-1345-1245
-always \x66FE\x5B59 145-135-12456-13
-always \x66FE\x7956 145-135-1456-1236
-always \x66FE\x95F5 145-135-2456-136
-always \x7ED1\x624E 24-13456-145-2345
-always \x7ED3\x624E 15-246-145-2345
-always \x5305\x624E 24-1235-145-2345
-always \x6346\x624E 136-136-145-2345
-always \x9A6C\x624E 246-23456-14-2456
-always \x8F67\x94A2 14-2456-1-1345
-always \x8F67\x96C1 14-2456-25-124
-always \x8F67\x8F79 14-2456-1235-12
-always \x6EDA\x8F67 16-136-14-2456
-always \x8F67\x6C95 14-2456-2456-12
-always \x8F67\x82B4 14-2456-26-12
-always \x92A1\x8F67 15-126-14-2456
-always \x8F67\x8F8A 14-2456-16-136
-always \x8F67\x4EF6 14-2456-15-124
-always \x8F67\x6750 14-2456-1345-12456
-always \x8F67\x953B 14-2456-346-124
-always \x8F67\x5C16 14-2456-15-1234
-always \x8F67\x673A 14-2456-15-123
-always \x8F67\x670B 1-2456-236-156
-always \x8F67\x82D7 1-2456-2456-1256
-always \x8F67\x8D26 1-2456-14-145
-always \x8D26\x8F67 14-145-1-2456
-always \x8F67\x62C9 1-2456-123-2345
-always \x8F67\x7A7A 1-2456-136-135
-always \x8F67\x5DEE 1-2456-134-2345
-always \x8F67\x95F9 1-2456-1234-125
-always \x548B\x820C 145-246-124-246
-always \x548B\x547C 14-2345-126-123
-always \x548B\x552C 14-2345-126-23
-always \x70B8\x7CD5 14-2456-1-1235
-always \x6CB9\x70B8 25-146-14-2456
-always \x70B8\x9171 14-2456-15-145
-always \x70B8\x9C7C 14-2456-256-126
-always \x70B8\x9E21 14-2456-15-126
-always \x70B8\x8089 14-2456-35-14
-always \x7C98\x866B 12345-1246-1346-156
-always \x7C98\x7A20 12345-1246-134-146
-always \x7C98\x6027 12345-1246-125-15
-always \x7C98\x571F 12345-1246-2346-1236
-always \x7C98\x6DB2 12345-1246-25-24
-always \x5360\x535C 14-1234-24-1236
-always \x5360\x661F 14-1234-125-135
-always \x5360\x5366 14-1234-16-245
-always \x8111\x6DA8 1234-12356-14-145
-always \x6DA8\x7EA2 14-145-126-156
-always \x6CE1\x6DA8 236-125-14-145
-always \x8138\x6DA8 1235-12346-14-145
-always \x4E08\x91CF 14-145-1235-1456
-always \x6298\x817E 14-234-234-156
-always \x6298\x672C 124-246-24-136
-always \x6298\x4E86 124-246-123-35
-always \x6323\x624E 14-135-14-2456
-always \x53D1\x6014 235-2345-14-15
-always \x6014\x5FEA 14-135-146-135
-always \x65B0\x6B63 125-13-14-135
-always \x6B63\x6708 14-135-256-24
-always \x75C7\x7ED3 14-135-15-246
-always \x54AF\x5431 1-234-14-123
-always \x9AA8\x6B96 16-1236-124-23
-always \x53EA\x8A00 14-123-25-1246
-always \x4EBF\x53EA 25-12-14-123
-always \x65E0\x6570\x53EA 26-126-1246-12-14-123
-always \x82E5\x5E72\x53EA 356-24-1-1234-14-123
-always \x53EA\x8EAB 14-123-124-13
-always \x90A3\x53EA 1234-245-14-123
-always \x54EA\x53EA 1234-23456-14-123
-always \x8FD9\x53EA 14-24-14-123
-always \x6709\x53EA 25-1346-14-123
-always \x51E0\x53EA 15-1236-14-123
-always \x591A\x53EA 346-234-14-123
-always \x5C11\x53EA 124-12356-14-123
-always \x4E86\x53EA 123-35-14-123
-always \x8230\x53EA 15-124-14-123
-always \x4E09\x53EA 1245-1234-14-123
-always \x8239\x53EA 1346-1246-14-123
-always \x53EA\x5B57 14-123-145-12
-always \x534A\x53EA 24-124-14-123
-always \x4E00\x53EA 25-123-14-123
-always \x4E24\x53EA 1235-13456-14-123
-always \x4E8C\x53EA 35-245-14-123
-always \x56DB\x53EA 1245-12-14-123
-always \x4E94\x53EA 26-1236-14-123
-always \x516D\x53EA 1235-14-14-123
-always \x4E03\x53EA 135-123-14-123
-always \x516B\x53EA 24-2345-14-123
-always \x4E5D\x53EA 15-1346-14-123
-always \x5341\x53EA 124-126-14-123
-always \x767E\x53EA 24-123456-14-123
-always \x5343\x53EA 135-1234-14-123
-always \x4E07\x53EA 26-124-14-123
-always \x53EA\x53EA 14-123-14-123
-always \x5904\x7F6E 1346-1236-14-12
-always \x4E2D\x9B54 146-15-246-246
-always \x770B\x4E2D 13-124-146-15
-always \x4E2D\x6691 146-15-1246-1236
-always \x4E2D\x4F24 146-15-124-1345
-always \x76F8\x4E2D 125-1345-146-15
-always \x4E2D\x6BD2 146-15-346-126
-always \x4E2D\x610F 146-15-25-12
-always \x4E2D\x8BA1 146-15-15-12
-always \x4E2D\x5956 146-15-15-13456
-always \x4E2D\x89C4 146-15-16-345
-always \x4E2D\x77E9 146-15-156-1236
-always \x4E2D\x6807 146-15-245-1235
-always \x6253\x4E2D 34-23456-146-15
-always \x4E2D\x80AF 146-15-13-136
-always \x51FB\x4E2D 15-123-146-15
-always \x4E2D\x98CE 146-15-235-135
-always \x5207\x4E2D 135-24-146-15
-always \x4E2D\x4E86 146-15-123-35
-always \x9009\x4E2D 1256-12346-146-15
-always \x8003\x4E2D 13-12356-146-15
-always \x4E2D\x90AA 146-15-125-246
-always \x6CA1\x4E2D 246-346-146-15
-always \x4E0D\x4E2D 24-12-146-15
-always \x4E2D\x628A 146-15-24-23456
-always \x4E2D\x5F69 146-15-1345-123456
-always \x8015\x79CD 1-135-146-15
-always \x5957\x79CD 234-125-146-15
-always \x79CD\x5730 146-15-345-12
-always \x683D\x79CD 145-12345-146-15
-always \x8292\x79CD 246-1456-146-15
-always \x79CD\x7530 146-15-2345-1246
-always \x5F15\x79CD 25-136-146-15
-always \x62A2\x79CD 135-13456-146-15
-always \x79CD\x690D 146-15-14-126
-always \x63A5\x79CD 15-234-146-15
-always \x79CD\x75D8 146-15-34-14
-always \x70B9\x79CD 345-12346-146-15
-always \x590D\x79CD 235-12-146-15
-always \x5E7F\x79CD 16-13456-146-15
-always \x79CD\x74DC 146-15-16-2345
-always \x79DF\x79CD 1456-123-146-15
-always \x8BD5\x79CD 124-12-146-15
-always \x79CD\x4E0B 146-15-125-245
-always \x79CD\x6811 146-15-1246-12
-always \x79CD\x4E86 146-15-123-35
-always \x79CD\x4E0A 146-15-124-145
-always \x91CD\x63D0 1346-156-2345-126
-always \x91CD\x5BA1 1346-156-124-136
-always \x91CD\x7533 1346-156-124-13
-always \x91CD\x5E86 1346-156-135-15
-always \x91CD\x5B59 1346-156-12456-13
-always \x91CD\x5531 1346-156-134-145
-always \x91CD\x529E 1346-156-24-124
-always \x91CD\x751F 1346-156-124-135
-always \x91CD\x5CE6 1346-156-1236-1246
-always \x91CD\x6837 1346-156-25-145
-always \x91CD\x8E48 1346-156-34-12356
-always \x4E09\x91CD 1245-1234-1346-156
-always \x91CD\x9022 1346-156-235-156
-always \x91CD\x53E0 1346-156-345-246
-always \x91CD\x65B0 1346-156-125-13
-always \x91CD\x632F 1346-156-14-1
-always \x91CD\x8BD1 1346-156-25-12
-always \x4E24\x91CD 1235-13456-1346-156
-always \x91CD\x8D77 1346-156-135-1236
-always \x91CD\x56F4 1346-156-26-346
-always \x91CD\x7248 1346-156-24-12346
-always \x91CD\x6D0B 1346-156-25-1456
-always \x91CD\x64AD 1346-156-24-234
-always \x91CD\x7779 1346-156-346-1236
-always \x91CD\x5A5A 1346-156-126-13
-always \x91CD\x5408 1346-156-12-246
-always \x91CD\x5149 1346-156-16-1345
-always \x91CD\x5F71 1346-156-25-1356
-always \x91CD\x6A90 1346-156-25-1246
-always \x91CD\x805A 1346-156-156-12
-always \x91CD\x7EC4 1346-156-1456-1236
-always \x91CD\x594F 1346-156-145-14
-always \x91CD\x91CD 1346-156-1346-156
-always \x91CD\x6F14 1346-156-25-12346
-always \x91CD\x8A00 1346-156-25-1246
-always \x91CD\x4FEE 1346-156-125-134
-always \x91CD\x590D 1346-156-235-12
-always \x91CD\x8FD4 1346-156-235-12346
-always \x91CD\x73B0 1346-156-125-124
-always \x91CD\x6574 1346-156-14-1356
-always \x91CD\x542C 1346-156-2345-135
-always \x91CD\x5224 1346-156-236-124
-always \x91CD\x5F20 1346-156-14-1345
-always \x4E8C\x91CD 35-245-1346-156
-always \x56DB\x91CD 1245-12-1346-156
-always \x91CD\x51FA 1346-156-1346-123
-always \x53CC\x91CD 1246-1345-1346-156
-always \x91CD\x5706 1346-156-256-1246
-always \x91CD\x9633 1346-156-25-1456
-always \x91CD\x6620 1346-156-25-15
-always \x91CD\x5370 1346-156-25-1
-always \x91CD\x9704 1346-156-125-1235
-always \x91CD\x89C1 1346-156-15-124
-always \x91CD\x540D 1346-156-2456-156
-always \x91CD\x6E29 1346-156-26-13
-always \x4E5D\x91CD 15-1346-1346-156
-always \x91CD\x5EFA 1346-156-15-124
-always \x91CD\x505A 1346-156-1456-24
-always \x91CD\x5199 1346-156-125-2346
-always \x91CD\x8BD5 1346-156-124-12
-always \x91CD\x6765 1346-156-123-12456
-always \x91CD\x8003 1346-156-13-12356
-always \x91CD\x56DE 1346-156-126-346
-always \x91CD\x8327 1346-156-15-12346
-always \x91CD\x4E5D 1346-156-15-1346
-always \x91CD\x7EC3 1346-156-1235-124
-always \x91CD\x8FDE 1346-156-1235-1246
-always \x91CD\x8BBE 1346-156-124-24
-always \x91CD\x8FF0 1346-156-1246-12
-always \x91CD\x83B7 1346-156-126-24
-always \x91CD\x64CD 1346-156-1345-1235
-always \x91CD\x5F52 1346-156-16-345
-always \x8F74\x620F 14-14-125-12
-always \x626B\x5E1A 1245-125-14-25
-always \x6267\x8457 14-126-146-246
-always \x524D\x722A 135-1246-146-23456
-always \x722A\x513F 146-23456-35-0
-always \x722A\x5C16 146-23456-15-1234
-always \x9E21\x722A 15-123-146-23456
-always \x732B\x722A 246-1235-146-23456
-always \x94C1\x722A 2345-2346-146-23456
-always \x94A2\x722A 1-1345-146-23456
-always \x540E\x722A 12-14-146-23456
-always \x8F6C\x6587 146-123456-26-16
-always \x8F6C\x5708 146-124-1356-1234
-always \x81EA\x8F6C 145-12-146-124
-always \x8F6C\x6905 146-124-25-1236
-always \x6253\x8F6C 34-23456-146-124
-always \x8F6C\x7B4B 146-124-15-13
-always \x65CB\x8F6C 1256-1246-146-124
-always \x8F6C\x8F74 146-124-14-146
-always \x8F6C\x52A8 146-124-346-15
-always \x8F6E\x8F6C 1236-16-146-124
-always \x8F6C\x7089 146-124-1236-126
-always \x8F6C\x76D8 146-124-236-1246
-always \x8F6C\x95E8 146-124-246-16
-always \x8F6C\x53F0 146-124-234-12456
-always \x7A7A\x8F6C 136-135-146-124
-always \x5012\x8F6C 34-125-146-124
-always \x8F6C\x5411 146-124-125-145
-always \x516C\x8F6C 16-135-146-124
-always \x8F6C\x901F 146-124-12456-12
-always \x8F6C\x60A0 146-124-25-25
-always \x8F6C\x7740 146-124-14-35
-always \x8F6C\x5B50 146-124-145-23
-always \x98DE\x8F6C 235-345-146-124
-always \x690E\x5FC3 1346-346-125-13
-always \x690E\x8F6E 1346-346-1236-16
-always \x6728\x690E 246-12-1346-346
-always \x94C1\x690E 2345-2346-1346-346
-always \x690E\x80F8 1346-346-1256-135
-always \x7D2F\x8D58 123-346-146-34
-always \x5931\x7740 124-123-14-1235
-always \x7740\x6570 14-1235-1246-12
-always \x4E0D\x7740 24-12-14-1256
-always \x7740\x88C5 146-246-146-1345
-always \x7740\x843D 146-246-1236-24
-always \x7740\x610F 146-246-25-12
-always \x7740\x529B 146-246-1235-12
-always \x9644\x7740 235-12-146-246
-always \x7740\x7B14 146-246-245-1236
-always \x80F6\x7740 15-1235-146-246
-always \x7740\x624B 146-246-124-1346
-always \x7740\x91CD 146-246-146-15
-always \x7A7F\x7740 1346-1234-146-246
-always \x8863\x7740 25-123-146-246
-always \x6267\x7740 14-126-146-246
-always \x7740\x773C 146-246-25-12346
-always \x7740\x58A8 146-246-246-24
-always \x7740\x5B9E 146-246-124-126
-always \x6C89\x7740 134-16-146-246
-always \x7740\x9646 146-246-1236-12
-always \x7740\x60F3 146-246-125-13456
-always \x7740\x8272 146-246-1245-24
-always \x7740\x5FD9 14-1256-246-1456
-always \x8BE5\x7740 1-12345-14-1256
-always \x7740\x614C 14-1256-126-1345
-always \x7740\x706B 14-1256-126-2346
-always \x7740\x8FF7 14-1256-2456-126
-always \x7740\x51C9 14-1256-1235-1456
-always \x7740\x6025 14-1256-15-126
-always \x7740\x9B54 14-1256-246-246
-always \x7761\x7740 1246-34-14-1256
-always \x65E0\x7740 26-126-146-246
-always \x7740\x5E8A 146-246-1346-1456
-always \x5F97\x7740 34-246-14-1256
-always \x7740\x4E86 14-1256-123-35
-always \x9AD8\x7740 1-1235-14-1235
-always \x7740\x513F 14-1235-35-0
-always \x4E00\x7740 25-123-14-1235
-always \x4ED4\x80A9 145-123-15-1234
-always \x725B\x4ED4 12345-146-145-123456
-always \x4ED4\x5B50 145-123456-145-23
-always \x62B9\x5B50 246-24-145-23
-always \x65CB\x5B50 1256-124-145-23
-always \x6E9C\x5B50 1235-14-145-23
-always \x63B8\x90A6 124-124-24-1345
-always \x63B8\x65CF 124-124-1456-126
-always \x7F1D\x5B50 235-15-145-23
-always \x5F39\x5B50 34-124-145-23
-always \x5462\x5B50 12345-126-145-23
-always \x7A7A\x5B50 136-15-145-23
-always \x6CE5\x5B50 12345-12-145-23
-always \x722A\x5B50 146-23456-145-23
-always \x6CE1\x5B50 236-1235-145-23
-always \x94BB\x4E95 1456-124-15-1356
-always \x94BB\x5854 1456-124-234-23456
-always \x94BB\x5DE5 1456-124-16-135
-always \x7535\x94BB 345-124-1456-124
-always \x98CE\x94BB 235-135-1456-124
-always \x94BB\x673A 1456-124-15-123
-always \x94BB\x5E8A 1456-124-1346-1456
-always \x94BB\x6212 1456-124-15-24
-always \x94A2\x94BB 1-1345-1456-124
-always \x5341\x94BB 124-126-1456-124
-always \x952A\x94BB 126-234-1456-124
-always \x94BB\x5177 1456-124-156-12
-always \x521A\x94BB 1-1345-1456-124
-always \x5FC3\x94BB 125-13-1456-124
-always \x94BB\x77F3 1456-124-124-126
-always \x94BB\x5934 1456-124-234-146
-always \x9576\x94BB 125-1345-1456-124
-always \x6C34\x94BB 1246-3456-1456-124
-always \x9EC4\x94BB 126-1456-1456-124
-always \x7EFF\x94BB 12356-12-1456-124
-always \x7EA2\x94BB 126-156-1456-124
-always \x84DD\x94BB 123-1246-1456-124
-always \x9ED1\x94BB 12-345-1456-124
-always \x7D2B\x94BB 145-1236-1456-124
-always \x6A59\x94BB 134-156-1456-124
-always \x9752\x94BB 135-135-1456-124
-always \x5F69\x94BB 1345-123456-1456-124
-always \x7F16\x8457 245-1234-146-12
-always \x5408\x8457 12-246-146-12
-always \x8F83\x8457 15-125-146-12
-always \x5DE8\x8457 156-12-146-12
-always \x8BBA\x8457 1236-1-146-12
-always \x540D\x8457 2456-156-146-12
-always \x571F\x8457 2346-1236-146-12
-always \x663E\x8457 125-12346-146-12
-always \x8BD1\x8457 25-12-146-12
-always \x539F\x8457 256-1246-146-12
-always \x662D\x8457 14-1235-146-12
-always \x8457\x79F0 146-12-134-135
-always \x8457\x5F55 146-12-1236-12
-always \x8457\x540D 146-12-2456-156
-always \x8457\x4E66 146-12-1246-123
-always \x8457\x8FF0 146-12-1246-12
-always \x8457\x8005 146-12-14-2346
-always \x8457\x4F5C 146-12-1456-24
-always \x4E13\x8457 146-1234-146-12
-always \x64B0\x8457 146-124-146-12
-always \x5353\x8457 146-246-146-12
-always \x62D9\x8457 146-234-146-12
-always \x7384\x8457 1256-1246-146-12
-always \x6C89\x8457 134-16-146-246
-always \x8863\x8457 25-123-146-246
-always \x77E5\x8457 14-123-146-12
-always \x7779\x8457 346-1236-146-12
-always \x5E76\x8457 245-15-146-12
-always \x5934\x8457 234-146-146-246
-always \x86C7\x8457 124-246-146-246
-always \x8457\x4E0D 146-246-24-12
-always \x6210\x8457 134-156-146-12
-always \x81F4\x8457 14-12-146-12
-always \x5148\x8457 125-1234-146-246
-always \x6708\x8457 256-24-146-12
-always \x5207\x8457 135-24-146-12
-always \x8457\x5934 146-246-234-146
-always \x4E2D\x8457 146-135-146-246
-always \x7D20\x8457 12456-12-146-12
-always \x8FE9\x8457 35-23456-146-12
-always \x8457\x97AD 146-12-245-1234
-always \x6C34\x8457 1246-3456-14-1256
-always \x4E0D\x8457 24-12-14-1256
-always \x5F25\x8457 2456-126-146-12
-always \x76AE\x8457 2356-126-146-246
-always \x53F6\x8457 25-24-146-246
-always \x8457\x4E4E 146-12-126-123
-always \x8457\x624B 146-246-124-1346
-always \x8457\x6709 146-12-25-1346
-always \x8457\x4E8E 146-12-256-126
-always \x80FD\x8457 1234-156-146-246
-always \x5EA6\x8457 346-12-14-1235
-always \x4ED4\x620F 145-123456-125-12
-always \x5DE5\x4ED4 16-135-145-123456
-always \x732A\x4ED4 146-123-145-123456
-always \x9A6C\x4ED4 246-23456-145-123456
-always \x86E4\x4ED4 12-2456-145-123456
-always \x9F99\x4ED4 1236-156-145-123456
-always \x67DE\x6C34 14-245-1246-3456
-always \x95F4\x4F5C 15-124-1456-24
-always \x4E9F\x6765 135-12-123-12456
-always \x5BD2\x4F27 12-1246-134-136
-always \x4F3D\x9A6C 1-2345-246-23456
-always \x4F5D\x507B 1-134-123-146
-always \x75C0\x507B 156-123-123-146
-always \x507B\x5138 123-146-1236-246
-always \x811A\x8DD0 15-12356-1345-1236
-always \x8DD0\x7740 1345-1236-14-35
-always \x8BD8\x5C48 15-126-1356-123
-always \x5729\x573A 1256-123-134-13456
-always \x8D76\x5729 1-12346-1256-123
-always \x5729\x57E0 1256-123-24-12
-always \x5729\x65E5 1256-123-35-12
-always \x5729\x5E02 1256-123-124-12
-always \x5729\x9547 1256-123-14-1
-always \x8378\x8360 245-126-135-126
-always \x8368\x9EBB 135-1246-246-2456
-always \x4E1C\x839E 346-135-16-12346
-always \x839E\x5F0F 16-12346-124-12
-always \x62D7\x65AD 23456-12356-346-124
-always \x62D7\x53E3 23456-125-13-1346
-always \x8FDD\x62D7 26-346-23456-125
-always \x634B\x8896 1236-234-125-14
-always \x53E8\x6270 234-1235-35-12356
-always \x53E8\x5149 234-1235-16-1345
-always \x53E8\x966A 234-1235-236-346
-always \x53E8\x6559 234-1235-15-125
-always \x53E8\x5520 34-1235-123-1256
-always \x5520\x53E8 123-1256-34-1235
-always \x55D2\x7136 234-245-35-1246
-always \x54A7\x54A7 1235-234-1235-35
-always \x5427\x5527 24-2345-15-123
-always \x5427\x55D2 24-2345-34-2345
-always \x5494\x53FD 13-23456-15-123
-always \x9619\x5982 1356-234-356-126
-always \x9619\x7591 1356-234-25-126
-always \x9036\x8FE4 26-345-25-126
-always \x5B71\x5934 1345-124-234-146
-always \x9EC4\x9AA0 126-1456-245-1235
-always \x7EF8\x7F2A 134-146-246-146
-always \x7EB0\x7F2A 2356-123-2456-14
-always \x7F2A\x8BF4 2456-14-1246-234
-always \x7F2A\x821B 2456-14-1346-12346
-always \x7F2A\x623E 2456-14-1235-12
-always \x7F2A\x60A0 2456-14-25-134
-always \x7F2A\x5984 2456-14-26-145
-always \x8352\x7F2A 126-1345-2456-14
-always \x7F2A\x5DE7 2456-14-135-12356
-always \x7F2A\x65AF 2456-14-1245-123
-always \x5927\x7F2A 34-245-2456-14
-always \x7F2A\x4F20 2456-14-1346-1246
-always \x7F2A\x8BEF 2456-14-26-12
-always \x679E\x9633 1456-135-25-1456
-always \x67B8\x6A58 1-134-156-126
-always \x67B8\x6A7C 156-1236-256-1246
-always \x6854\x6897 15-246-1-1356
-always \x6854\x69D4 15-246-1-1235
-always \x677C\x67DA 146-12-14-146
-always \x67DA\x6728 25-146-246-12
-always \x79E6\x6867 135-16-126-34
-always \x69DF\x6994 245-135-123-1456
-always \x6217\x810A 135-145-15-1236
-always \x591F\x6217 1-14-135-145
-always \x6217\x91D1 135-145-15-13
-always \x6217\x4F4F 135-145-146-12
-always \x6217\x5728 135-145-145-1245
-always \x6217\x67F1 135-145-146-12
-always \x6217\x52B2 135-145-15-1
-always \x6217\x53F0 135-145-234-12456
-always \x6217\x5824 135-145-345-123
-always \x6217\x9762 135-145-2456-124
-always \x814C\x81DC 23456-2345-145-2345
-always \x81CA\x5B50 1245-125-145-23
-always \x8089\x81CA 35-14-1245-125
-always \x7F9E\x81CA 125-134-1245-125
-always \x81CA\x7709 1245-125-246-346
-always \x81CA\x9762 1245-125-2456-124
-always \x81CA\x7EA2 1245-125-126-156
-always \x82B1\x81CA 126-2345-1245-125
-always \x6015\x81CA 236-245-1245-125
-always \x81CA\x76AE 1245-125-2356-126
-always \x81CA\x58F0 1245-125-124-135
-always \x81CA\x9640 1245-125-2346-246
-always \x81CA\x9641 1245-125-2346-246
-always \x8BA8\x81CA 234-12356-1245-125
-always \x81CA\x6C14 1245-125-135-12
-always \x71A8\x5E16 256-12-2345-234
-always \x5C01\x7985 235-135-124-124
-always \x7985\x8BA9 124-124-35-145
-always \x7985\x4F4D 124-124-26-34
-always \x5218\x7985 1235-146-124-124
-always \x534A\x6C93 24-124-34-2456
-always \x4E00\x6C93 25-123-34-2456
-always \x4E8C\x6C93 35-245-34-2456
-always \x4E24\x6C93 1235-13456-34-2456
-always \x4E09\x6C93 1245-1234-34-2456
-always \x56DB\x6C93 1245-12-34-2456
-always \x4E94\x6C93 26-1236-34-2456
-always \x516D\x6C93 1235-14-34-2456
-always \x4E03\x6C93 135-123-34-2456
-always \x516B\x6C93 24-2345-34-2456
-always \x4E5D\x6C93 15-1346-34-2456
-always \x5341\x6C93 124-126-34-2456
-always \x767E\x6C93 24-123456-34-2456
-always \x5343\x6C93 135-1234-34-2456
-always \x4E07\x6C93 26-124-34-2456
-always \x94DC\x94BF 2346-156-2345-1246
-always \x6D0B\x94BF 25-1456-2345-1246
-always \x8F66\x94BF 134-234-2345-1246
-always \x997C\x94DB 245-1356-134-135
-always \x8336\x94DB 134-2456-134-135
-always \x94DB\x9F0E 134-135-345-1356
-always \x94DB\x9B32 134-135-1-246
-always \x94DB\x6237 134-135-126-12
-always \x94DB\x5934 134-135-234-146
-always \x94DB\x65CB 134-135-1256-1246
-always \x94DB\x6CB9 134-135-25-146
-always \x9F0E\x94DB 345-1356-134-135
-always \x836F\x94DB 25-125-134-135
-always \x9152\x94DB 15-1346-134-135
-always \x8F51\x94DB 123-1256-134-135
-always \x8317\x94DB 2456-156-134-135
-always \x6CE5\x94DB 12345-126-134-135
-always \x77F3\x94DB 124-126-134-135
-always \x94EB\x94DB 345-125-134-135
-always \x571F\x94DB 2346-1236-134-135
-always \x74E6\x94DB 26-23456-134-135
-always \x6CB9\x94DB 25-146-134-135
-always \x6298\x94DB 14-246-134-135
-always \x811A\x94DB 15-12356-134-135
-always \x8DB3\x94DB 1456-126-134-135
-always \x94DB\x811A 134-135-15-12356
-always \x4E2D\x9E44 146-135-16-1236
-always \x68D8\x77DC 15-126-135-16
-always \x8682\x86B1 246-23456-14-356
-always \x8682\x8782 246-2345-123-256
-always \x7C38\x7B95 24-24-15-23
-always \x8D91\x8D84 145-123-156-123
-always \x8DF3\x8E09 2345-125-1235-1456
-always \x8E4A\x8DF7 135-123-135-1235
-always \x5C25\x8E76 1235-125-156-2346
-always \x55BD\x5570 123-146-1236-234
-always \x94E4\x800C 2345-1356-35-2456
-always \x4F3D\x84DD 135-246-123-1246
-always \x54AF\x51FA 13-23456-1346-123
-always \x884C\x9996 12-1456-124-1346
-always \x884C\x5C3E 12-1456-26-3456
-always \x884C\x53F7 12-1456-12-125
-always \x51E0\x884C 15-1236-12-1456
-always \x6362\x884C 126-124-12-1456
-always \x6295\x884C 234-146-12-1456
-always \x4E00\x884C 25-123-12-1456
-always \x4E8C\x884C 35-245-12-1456
-always \x4E24\x884C 1235-13456-12-1456
-always \x4E09\x884C 1245-1234-12-1456
-always \x56DB\x884C 1245-12-12-1456
-always \x516D\x884C 1235-14-12-1456
-always \x4E03\x884C 135-123-12-1456
-always \x516B\x884C 24-2345-12-1456
-always \x4E5D\x884C 15-1346-12-1456
-always \x5341\x884C 124-126-12-1456
-always \x767E\x884C 24-123456-12-1456
-always \x5343\x884C 135-1234-12-1456
-always \x4E07\x884C 26-124-12-1456
-always \x7231\x85C9 23456-1245-15-24
-always \x6170\x85C9 26-34-15-24
-always \x6795\x85C9 14-136-15-24
-always \x85C9\x53E3 15-24-13-1346
-always \x85C9\x8BCD 15-24-1345-126
-always \x85C9\x6B64 15-24-1345-1236
-always \x85C9\x4EE5 15-24-25-1236
-always \x5047\x85C9 15-23456-15-24
-always \x8574\x85C9 256-1-15-24
-always \x85C9\x52A9 15-24-146-12
-always \x85F4\x85C9 256-1-15-24
-always \x85C9\x69C0 15-24-1-12356
-always \x7F2B\x85C9 1245-1235-15-24
-always \x85C9\x5B50 15-24-145-23
-always \x5C09\x85C9 26-34-15-24
-always \x85C9\x7528 15-24-256-15
-always \x83A8\x83EA 123-145-34-145
-always \x83A8\x8361 123-145-34-145
-always \x83A8\x83A0 123-1456-25-1346
-always \x83A8\x5C3E 123-1456-26-3456
-always \x83A8\x8349 123-145-1345-12356
-always \x64A9\x62E8 1235-1256-24-234
-always \x64A9\x52A8 1235-1256-346-15
-always \x64A9\x6597 1235-1256-34-14
-always \x64A9\x9017 1235-1256-34-14
-always \x64A9\x94A9 1235-1256-1-134
-always \x64A9\x7F5F 1235-1256-16-1236
-always \x64A9\x621F 1235-1256-15-1236
-always \x64A9\x4E01 1235-1256-345-135
-always \x64A9\x4E71 1235-1256-1236-124
-always \x64A9\x5F04 1235-1256-12346-15
-always \x64A9\x7ED5 1235-1256-35-125
-always \x64A9\x4EBA 1235-1256-35-16
-always \x64A9\x820D 1235-1256-124-2346
-always \x6C13\x64A9 246-1456-1235-1256
-always \x64A9\x8702 1235-1256-235-135
-always \x64A9\x662F 1235-1256-124-12
-always \x64A9\x6D45 1235-12356-135-12346
-always \x64A9\x6F09 1235-12356-1236-12
-always \x64A9\x6E56 1235-12356-126-126
-always \x64A9\x811A 1235-125-15-12356
-always \x64A9\x8352 1235-125-126-1345
-always \x64A9\x8E76 1235-125-156-2346
-always \x64A9\x5CED 1235-125-135-125
-always \x64A9\x5012 1235-125-34-12356
-always \x634B\x8D77 1236-234-135-1236
-always \x634B\x53D6 1236-234-1356-1236
-always \x7387\x961F 1246-1245-346-34
-always \x5228\x5E73 24-125-2356-156
-always \x94FA\x5E8A 236-123-1346-1456
-always \x6EB1\x6F7C 135-16-2346-156
-always \x853D\x585E 245-12-1245-24
-always \x7EA2\x82D5 126-156-124-1256
-always \x76F8\x7247 125-145-2356-124
-always \x76F8\x4F4D 125-145-26-34
-always \x76F8\x6001 125-145-234-1245
-always \x76F8\x91CF 125-145-1235-145
-always \x601C\x76F8 1235-1246-125-145
-always \x59BB\x76F8 135-123-125-145
-always \x770B\x76F8 13-124-125-145
-always \x5174\x4F1A 125-15-126-34
-always \x4E24\x5BBF 1235-13456-125-1346
-always \x5401\x5929 256-12-2345-1234
-always \x5401\x53F7 256-12-12-125
-always \x6DCC\x8840 234-13456-125-2346
-always \x9E2D\x8840 25-2345-125-2346
-always \x732A\x8840 146-123-125-2346
-always \x624E\x8FAB 145-2345-245-124
-always \x624E\x7D27 145-2345-15-136
-always \x624E\x4F4F 145-2345-146-12
-always \x624E\x53E3 145-2345-13-1346
-always \x94C1\x6805 2345-2346-14-245
-always \x6805\x5B50 14-245-145-23
-always \x6805\x680F 14-245-123-1246
-always \x6728\x6805 246-12-14-245
-always \x960F\x6C0F 25-1234-14-123
-always \x516D\x5B89 1236-12-23456-1234
-always \x516D\x5408 1236-12-12-246
-always \x8096\x50CF 125-125-125-145
-always \x60DF\x8096 26-346-125-125
-always \x4E0D\x8096 24-12-125-125
-always \x767D\x672F 24-12456-146-126
-always \x82CD\x672F 1345-1345-146-126
-always \x5C5E\x6587 146-1236-26-16
-always \x5C5E\x671B 146-1236-26-145
-always \x76F8\x5C5E 125-1345-146-1236
-always \x4E48\x7740 246-35-14-1235
-always \x8179\x4FBF\x4FBF 235-12-2356-1246-2356-1246
-always \x88C2\x7740 1235-2346-14-35
-always \x7F29\x7802 12456-12-124-2
-always \x8FD8\x94B1 126-1246-135-1246
-always \x6C6A\x4ED4 26-1345-145-123456
-always \x65FA\x4ED4 26-145-145-123456
-always \x9753\x4ED4 1235-145-145-123456
-always \x516C\x4ED4 16-135-145-123456
-always \x5EB7\x4E7E 13-1345-135-1246
-always \x4E7E\x5764 135-1246-136-13
-always \x4E7E\x53BF 135-1246-125-124
-always \x4E7E\x9686 135-1246-1236-156
-always \x4E7E\x660E 135-1246-2456-156
-always \x4E7E\x9020 135-1246-34-125
-always \x8427\x4E7E 125-1235-135-1246
-always \x671D\x4E7E 14-1235-135-1246
-always \x4E7E\x4E7E 135-1246-135-1246
-always \x98A0\x4E7E 345-1234-135-1246
-always \x4E7E\x8F67 135-1246-25-245
-always \x4E7E\x7AEF 135-1246-346-1234
-always \x4E7E\x5609 135-1246-15-2345
-always \x4E7E\x5915 135-1246-125-123
-always \x65CB\x4E7E 1256-1246-135-1246
-always \x4E7E\x5366 135-1246-16-245
-always \x4E7E\x9675 135-1246-1235-156
-always \x4E00\x89C9 25-123-15-125
-always \x4E2D\x4E3E 146-15-156-1236
-always \x4E58\x5174 134-156-125-15
-always \x4F9B\x5E94 16-135-25-15
-always \x4ED3\x5352 1345-1345-13456-12
-always \x5185\x5E94 1234-34-25-15
-always \x5185\x76F8 1234-34-125-145
-always \x5265\x524A 24-234-1256-234
-always \x526F\x5C06 235-12-15-145
-always \x52FE\x5F53 1-14-34-145
-always \x5357\x65E0 1234-2456-246-35
-always \x53CD\x5E94 235-12346-25-15
-always \x53E5\x8DF5 1-134-15-124
-always \x53EF\x6570 13-2346-1246-1236
-always \x53F8\x957F 1245-123-14-13456
-always \x547C\x5E94 126-123-25-15
-always \x54ED\x53F7 136-123-12-1256
-always \x56DE\x5E94 126-346-25-15
-always \x56E0\x5E94 25-13-25-15
-always \x62A5\x5E94 24-125-25-15
-always \x5916\x957F 26-1245-14-13456
-always \x5973\x5C06 123456-1236-15-145
-always \x5B98\x957F 16-1234-14-13456
-always \x5BF9\x5E94 346-34-25-15
-always \x5E72\x4E48 1-124-246-2456
-always \x5EAD\x957F 2345-156-14-13456
-always \x611F\x5E94 1-12346-25-15
-always \x5E94\x4ED8 25-15-235-12
-always \x5E94\x547D 25-15-2456-15
-always \x5E94\x5BF9 25-15-346-34
-always \x5E94\x5F81 25-15-14-135
-always \x5E94\x63A5 25-15-15-234
-always \x5E94\x65F6 25-15-124-126
-always \x5E94\x666F 25-15-15-1356
-always \x5E94\x6C42 25-15-135-146
-always \x5E94\x7528 25-15-256-15
-always \x5E94\x8003 25-15-13-12356
-always \x5E94\x58F0 25-15-124-135
-always \x5E94\x8BB8 25-15-1256-1236
-always \x5E94\x8BD5 25-15-124-12
-always \x5E94\x53D8 25-15-245-124
-always \x5E94\x8FD0 25-15-256-1
-always \x5E94\x9080 25-15-25-1235
-always \x5E94\x916C 25-15-134-146
-always \x5E94\x9A8C 25-15-25-124
-always \x6237\x957F 126-12-14-13456
-always \x6241\x94BB 245-12346-1456-124
-always \x6311\x62C5 2345-1235-34-124
-always \x63A5\x5E94 15-234-25-15
-always \x63A9\x6CA1 25-12346-246-24
-always \x6402\x94B1 123-14-135-1246
-always \x6492\x5F00 1245-2345-13-12345
-always \x63B7\x8FD8 14-12-126-1246
-always \x644A\x8FD8 234-1234-126-1246
-always \x6405\x548C 15-12356-126-35
-always \x6548\x5E94 125-125-25-15
-always \x6570\x4E8C 1246-1236-35-245
-always \x6570\x8BF4 1246-1236-1246-234
-always \x6570\x94B1 1246-1236-135-1246
-always \x65C5\x957F 12356-1236-14-13456
-always \x6687\x7ED9 125-2456-15-1236
-always \x66F4\x53F7 1-135-12-125
-always \x66FE\x53C2 145-135-124-13
-always \x66FE\x5DE9 145-135-16-1356
-always \x4F1A\x7A3D 136-1245-15-123
-always \x671D\x53D1 14-1235-235-2345
-always \x4E50\x5267 256-24-156-12
-always \x4E50\x6BB5 256-24-346-124
-always \x4E50\x98CE 256-24-235-135
-always \x6A2A\x884C 12-15-125-156
-always \x6B92\x6CA1 256-136-246-24
-always \x6CA1\x5165 246-24-356-12
-always \x6CA1\x836F 246-24-25-125
-always \x6CA1\x9876 246-24-345-1356
-always \x6DD6\x7EA6 1346-24-256-234
-always \x6DF7\x6D4A 126-16-146-246
-always \x4E3A\x4ED6 26-34-234-2345
-always \x4E3A\x4F60 26-34-12345-1236
-always \x4E3A\x5979 26-34-4-234-2345
-always \x4E3A\x59B3 26-34-12345-1236
-always \x4E3A\x60A8 26-34-12345-16
-always \x65E0\x7684 26-126-345-12
-always \x7167\x5E94 14-125-25-15
-always \x7387\x56E2 1246-1245-2346-1246
-always \x7387\x5E08 1246-1245-124-123
-always \x7387\x4F17 1246-1245-146-15
-always \x7387\x519B 1246-1245-156-13
-always \x74A7\x8FD8 245-12-126-1246
-always \x751A\x4E48 124-16-246-35
-always \x755C\x79EF 1256-12-15-123
-always \x755C\x8C0B 1256-12-246-146
-always \x5F53\x5DEE 34-1345-134-12345
-always \x5F53\x673A 34-145-15-123
-always \x76F8\x56FD 125-145-16-246
-always \x76F8\x5E94 125-1345-25-15
-always \x793E\x957F 124-24-14-13456
-always \x79F0\x610F 134-1-25-12
-always \x7A77\x76F8 1356-156-125-145
-always \x7B26\x5E94 235-126-25-15
-always \x7B56\x5E94 1345-24-25-15
-always \x7C4D\x6CA1 15-126-246-24
-always \x7EBE\x96BE 1246-123-1234-124
-always \x7ED9\x4ED8 15-1236-235-12
-always \x7F9E\x6076 125-134-26-12
-always \x804C\x5206 14-126-235-1
-always \x542C\x5DEE 2345-135-134-12345
-always \x8086\x5E94 1245-12-25-15
-always \x4E34\x96BE 1235-16-1234-124
-always \x7740\x8863 146-246-25-123
-always \x5904\x5206 1346-1236-235-1
-always \x884C\x6570 12-1456-1246-12
-always \x884C\x4F1A 12-1456-126-34
-always \x8865\x8FD8 24-1236-126-1246
-always \x8865\x9619 24-1236-1356-234
-always \x8BE5\x884C 1-12345-12-1456
-always \x8BBA\x8BED 1236-16-256-1236
-always \x8D1F\x7D2F 235-12-123-3456
-always \x8D22\x76F8 1345-12456-125-145
-always \x8D22\x957F 1345-12456-14-13456
-always \x8D24\x76F8 125-1246-125-145
-always \x8F67\x620F 14-2456-125-12
-always \x8F88\x5206 24-34-235-1
-always \x9002\x5E94 124-12-25-15
-always \x8FD8\x81F3 126-1246-14-12
-always \x90E1\x957F 156-1-14-13456
-always \x90FD\x5395 346-123-1345-24
-always \x90FD\x5C14 346-123-35-23456
-always \x90FD\x7EDF 346-123-2346-1356
-always \x90FD\x519B 346-123-156-13
-always \x916C\x5E94 134-146-25-15
-always \x91CC\x957F 1235-1236-14-13456
-always \x91CD\x8BA2 1346-156-345-15
-always \x91CD\x6D4B 1346-156-1345-24
-always \x91CD\x8FED 1346-156-345-246
-always \x9550\x4EAC 12-125-15-135
-always \x957F\x50CF 14-13456-125-145
-always \x9619\x5931 1356-234-124-123
-always \x9619\x6F0F 1356-234-123-14
-always \x964D\x654C 125-1456-345-126
-always \x964D\x4E66 125-1456-1246-123
-always \x964D\x9F99 125-1456-1236-156
-always \x96BE\x80F8 1234-124-1256-135
-always \x54CD\x5E94 125-13456-25-15
-always \x987A\x5E94 1246-1-25-15
-always \x9C9C\x5C11 125-12346-124-12356
-always \x9C9C\x803B 125-12346-134-1236
-always \x9E44\x7684 126-126-345-12
-always \x4E00\x89BA 25-123-15-125
-always \x7701\x543E 125-1356-26-126
-always \x884C\x95F4 12-1456-15-1234
-always \x4E0A\x5C07 124-145-15-145
-always \x4E0A\x7576 124-145-34-145
-always \x4E0A\x8072 124-13456-124-135
-always \x4E0D\x963F 24-12-23456-234
-always \x76DB\x996D 134-156-235-124
-always \x76DB\x5668 134-156-135-12
-always \x76DB\x6EE1 134-156-246-12346
-always \x76DB\x6C64 134-156-234-1345
-always \x4E2D\x50B7 146-15-124-1345
-always \x4E2D\x734E 146-15-15-13456
-always \x4E2D\x8209 146-15-156-1236
-always \x4E2D\x8A08 146-15-15-12
-always \x4E2D\x98A8 146-15-235-135
-always \x4E58\x8208 134-156-125-15
-always \x4E86\x609F 1235-12356-26-12
-always \x4E86\x65B7 1235-12356-346-124
-always \x4E86\x7D50 1235-12356-15-246
-always \x4EA4\x9084 15-1235-126-1246
-always \x4EC0\x9EBC 124-16-246-35
-always \x4F5D\x50C2 1-134-123-146
-always \x50C2\x5138 123-146-1236-246
-always \x4F9B\x61C9 16-135-25-15
-always \x4FE1\x5DEE 125-1-134-12345
-always \x4FEF\x755C 235-1236-1256-12
-always \x5009\x5352 1345-1345-13456-12
-always \x5014\x5F37 156-246-15-145
-always \x511F\x9084 134-1456-126-1246
-always \x5141\x7576 256-136-34-145
-always \x5144\x9577 1256-135-14-13456
-always \x5165\x76F8 356-12-125-145
-always \x5167\x61C9 1234-34-25-15
-always \x5167\x76F8 1234-34-125-145
-always \x5167\x7701 1234-34-125-1356
-always \x5167\x884C 1234-34-12-1456
-always \x5171\x8655 16-15-1346-1236
-always \x5178\x7576 345-12346-34-145
-always \x517C\x5DEE 15-1234-134-12345
-always \x51F1\x6492 13-123456-1245-2345
-always \x51FA\x6C92 1346-123-246-24
-always \x5206\x5167 235-1-1234-34
-always \x5228\x5730 236-1256-345-12
-always \x4E00\x524E 25-123-134-245
-always \x53E4\x524E 16-1236-134-245
-always \x524E\x90A3 134-245-1234-245
-always \x525D\x524A 24-234-1256-234
-always \x526F\x5C07 235-12-15-145
-always \x52A9\x9577 146-12-14-13456
-always \x52D2\x5012 123-345-34-12356
-always \x52D2\x4F24 123-345-124-1345
-always \x52D2\x50B7 123-345-124-1345
-always \x52D2\x660F 123-345-126-13
-always \x52D2\x6B7B 123-345-1245-1236
-always \x52D2\x75D5 123-345-12-16
-always \x52D2\x5F97 123-345-34-246
-always \x52D2\x4F4F 123-345-146-12
-always \x52D2\x8116 123-345-24-246
-always \x52F8\x964D 1356-124-125-1456
-always \x52FB\x7A31 256-16-134-1
-always \x52FE\x7576 1-14-34-145
-always \x5315\x898B 245-1236-125-124
-always \x5315\x89C1 245-1236-125-124
-always \x5340\x9577 1356-123-14-13456
-always \x5348\x89BA 26-1236-15-125
-always \x5357\x7121 1234-2456-246-35
-always \x5371\x96E3 26-345-1234-124
-always \x53AD\x60E1 25-124-26-12
-always \x53C3\x5DEE 1345-13-1345-123
-always \x53CD\x61C9 235-12346-25-15
-always \x53CD\x76F8 235-12346-125-145
-always \x53CD\x9593 235-12346-15-124
-always \x53D7\x96E3 124-14-1234-124
-always \x53E5\x8E10 1-134-15-124
-always \x53EF\x60E1 13-2346-26-12
-always \x53EF\x6578 13-2346-1246-1236
-always \x53F8\x9577 1245-123-14-13456
-always \x541E\x6C92 2346-13-246-24
-always \x5426\x6975 2356-1236-15-126
-always \x5462\x7D68 12345-126-356-156
-always \x547C\x61C9 126-123-25-15
-always \x54C0\x865F 23456-12345-12-1256
-always \x54ED\x865F 136-123-12-1256
-always \x5546\x8CC8 124-1345-16-1236
-always \x5546\x8D3E 124-1345-16-1236
-always \x559D\x91C7 12-24-1345-123456
-always \x55DA\x54BD 26-123-25-24
-always \x5614\x5410 23456-1346-2346-12
-always \x5629\x5566 126-2345-123-2345
-always \x5668\x6A02 135-12-256-24
-always \x56DE\x61C9 126-346-25-15
-always \x56E0\x61C9 25-13-25-15
-always \x56E0\x70BA 25-13-26-34
-always \x570B\x6A02 16-246-256-24
-always \x570B\x90FD 16-246-346-123
-always \x570B\x96E3 16-246-1234-124
-always \x5718\x9577 2346-1246-14-13456
-always \x571F\x9577 2346-1236-14-13456
-always \x571F\x957F 2346-1236-14-13456
-always \x57CB\x6C92 246-12456-246-24
-always \x57F7\x8457 14-126-146-246
-always \x5831\x61C9 24-125-25-15
-always \x589E\x9577 145-135-14-13456
-always \x58A8\x7FDF 246-24-345-126
-always \x5916\x76F8 26-1245-125-145
-always \x5916\x9577 26-1245-14-13456
-always \x5927\x5B9B 34-245-256-1234
-always \x5927\x5C07 34-245-15-145
-always \x5927\x96E3 34-245-1234-124
-always \x592A\x76E3 234-1245-15-124
-always \x884C\x5C71 12-1456-124-1234
-always \x592B\x5DEE 235-123-134-12345
-always \x5931\x7576 124-123-34-145
-always \x593E\x7E2B 15-2345-235-15
-always \x5947\x6578 15-123-1246-12
-always \x5949\x9084 235-15-126-1246
-always \x594F\x6A02 145-14-256-24
-always \x5973\x5C07 123456-1236-15-145
-always \x597D\x52D5 12-125-346-15
-always \x597D\x52DD 12-125-124-15
-always \x597D\x60E1 12-125-26-12
-always \x597D\x6230 12-125-14-124
-always \x597D\x9B25 12-125-34-14
-always \x59A5\x7576 2346-2346-34-145
-always \x5ACB\x5A1C 12345-12356-12346-246
-always \x5ACC\x60E1 125-1246-26-12
-always \x5AE1\x9577 345-126-14-13456
-always \x5B78\x9577 1256-246-14-13456
-always \x5B88\x5206 124-1346-235-1
-always \x5B8F\x90FD 126-156-346-123
-always \x5B98\x9577 16-1234-14-13456
-always \x5BB6\x7576 15-2345-34-145
-always \x5BB6\x9577 15-2345-14-13456
-always \x5BE9\x5EA6 124-136-346-246
-always \x5C07\x4EE4 15-145-1235-15
-always \x5C07\x76F8 15-145-125-145
-always \x5C06\x76F8 15-145-125-145
-always \x5C08\x6A6B 146-1234-12-15
-always \x5C0A\x9577 1456-13-14-13456
-always \x5C0D\x61C9 346-34-25-15
-always \x5C0D\x7A31 346-34-134-1
-always \x5C11\x58EF 124-125-146-145
-always \x5C11\x5A66 124-125-235-12
-always \x5C11\x5C07 124-125-15-145
-always \x5C40\x9577 156-126-14-13456
-always \x5DE1\x66F4 1256-16-1-135
-always \x5E02\x9577 124-12-14-13456
-always \x5E2B\x9577 124-123-14-13456
-always \x5E72\x5C07 1-124-15-145
-always \x5E74\x9577 12345-1246-14-13456
-always \x5E79\x9EBC 1-124-246-2456
-always \x5EAD\x9577 2345-156-14-13456
-always \x5EE0\x9577 134-13456-14-13456
-always \x5382\x957F 134-13456-14-13456
-always \x5EF3\x9577 2345-135-14-13456
-always \x5F26\x6A02 125-1246-256-24
-always \x5F37\x6A6B 135-1456-12-15
-always \x5F80\x9084 26-13456-126-1246
-always \x6012\x865F 12346-12-12-1256
-always \x601D\x6C57 1245-123-12-1246
-always \x6025\x96E3 15-126-1234-124
-always \x6070\x7576 135-245-34-145
-always \x60A3\x96E3 126-124-1234-124
-always \x60E1\x52DE 26-12-123-1256
-always \x60E1\x5C11 23456-24-124-125
-always \x611B\x597D 23456-1245-12-125
-always \x611F\x61C9 1-12346-25-15
-always \x618E\x60E1 145-135-26-12
-always \x61C9\x4ED8 25-15-235-12
-always \x61C9\x5141 25-15-256-136
-always \x61C9\x547D 25-15-2456-15
-always \x61C9\x548C 25-15-12-24
-always \x61C9\x5C0D 25-15-346-34
-always \x61C9\x5FB5 25-15-14-135
-always \x61C9\x63A5 25-15-15-234
-always \x61C9\x6642 25-15-124-126
-always \x61C9\x666F 25-15-15-1356
-always \x61C9\x6C42 25-15-135-146
-always \x61C9\x7528 25-15-256-15
-always \x61C9\x8003 25-15-13-12356
-always \x61C9\x8072 25-15-124-135
-always \x61C9\x8A31 25-15-1256-1236
-always \x61C9\x8A66 25-15-124-12
-always \x61C9\x8B8A 25-15-245-124
-always \x61C9\x904B 25-15-256-1
-always \x61C9\x9080 25-15-25-1235
-always \x61C9\x916C 25-15-134-146
-always \x61C9\x9A57 25-15-25-124
-always \x61F6\x6563 123-12346-1245-12346
-always \x6210\x9577 134-156-14-13456
-always \x6236\x9577 126-12-14-13456
-always \x6240\x9577 12456-2346-14-13456
-always \x6241\x64D4 245-12346-34-124
-always \x6241\x947D 245-12346-1456-124
-always \x6284\x6C92 134-1235-246-24
-always \x6311\x5F04 2345-12356-12346-15
-always \x6311\x6230 2345-12356-14-124
-always \x6311\x64A5 2345-12356-24-234
-always \x6311\x64D4 2345-1235-34-124
-always \x6311\x71C8 2345-12356-34-135
-always \x6311\x91C1 2345-12356-125-1
-always \x6392\x9577 236-12456-14-13456
-always \x63A5\x61C9 15-234-25-15
-always \x63A5\x7E2B 15-234-235-15
-always \x63A9\x6C92 25-12346-246-24
-always \x63DB\x884C 126-124-12-1456
-always \x645F\x9322 123-14-135-1246
-always \x6402\x5934 123-134-234-146
-always \x6402\x8349 123-134-1345-12356
-always \x6492\x5B0C 1245-2345-15-1235
-always \x6492\x8B0A 1245-2345-126-13456
-always \x6492\x8CF4 1245-2345-123-1245
-always \x6492\x958B 1245-2345-13-12345
-always \x64D4\x5B50 34-124-145-23
-always \x64F2\x9084 14-12-126-1246
-always \x6524\x9084 234-1234-126-1246
-always \x652A\x548C 15-12356-126-246
-always \x6548\x61C9 125-125-25-15
-always \x6551\x96E3 15-14-1234-124
-always \x6578\x4E00 1246-1236-25-123
-always \x6578\x4E0D 1246-1236-24-12
-always \x6578\x4E8C 1246-1236-35-245
-always \x6578\x5178 1246-1236-345-12346
-always \x6578\x6578 1246-1236-1246-12
-always \x6578\x843D 1246-1236-1236-24
-always \x6578\x8AAA 1246-1236-1246-234
-always \x6578\x9322 1246-1236-135-1246
-always \x65C5\x9577 12356-1236-14-13456
-always \x65CB\x98A8 1256-124-235-135
-always \x65CF\x9577 1456-126-14-13456
-always \x65E5\x6688 35-12-256-1
-always \x65E5\x6C92 35-12-246-24
-always \x6687\x7D66 125-2456-15-1236
-always \x66F4\x4E8B 1-135-124-12
-always \x66F4\x52D5 1-135-346-15
-always \x66F4\x5F35 1-135-14-1345
-always \x66F4\x63DB 1-135-126-124
-always \x66F4\x865F 1-135-12-125
-always \x66F8\x5377 1246-123-156-124
-always \x66FE\x53C3 145-135-124-13
-always \x66FE\x5B50 145-135-145-1236
-always \x66FE\x5B6B 145-135-12456-13
-always \x66FE\x6C0F 145-135-124-12
-always \x66FE\x978F 145-135-16-1356
-always \x6703\x7A3D 136-1245-15-123
-always \x6703\x8A08 136-1245-15-12
-always \x6703\x9577 126-34-14-13456
-always \x6708\x6688 256-24-256-1
-always \x6708\x7D2F 256-24-123-3456
-always \x671D\x66E6 14-1235-125-123
-always \x671D\x6C23 14-1235-135-12
-always \x671D\x767C 14-1235-235-2345
-always \x671D\x967D 14-1235-25-1456
-always \x671D\x9732 14-1235-1236-12
-always \x671F\x5E74 15-123-12345-1246
-always \x671F\x6708 15-123-256-24
-always \x671F\x670D 15-123-235-126
-always \x6751\x9577 13456-13-14-13456
-always \x6821\x5C0D 15-125-346-34
-always \x6821\x6E96 15-125-146-136
-always \x6821\x8A02 15-125-345-15
-always \x6821\x9577 125-125-14-13456
-always \x6821\x95B1 15-125-256-24
-always \x683D\x7A2E 145-12345-146-15
-always \x6A02\x5287 256-24-156-12
-always \x6A02\x5668 256-24-135-12
-always \x6A02\x5718 256-24-2346-1246
-always \x6A02\x58C7 256-24-234-1246
-always \x6A02\x5E2B 256-24-124-123
-always \x6A02\x5E9C 256-24-235-1236
-always \x6A02\x624B 256-24-124-1346
-always \x6A02\x66F2 256-24-1356-1236
-always \x6A02\x6BB5 256-24-346-124
-always \x6A02\x7406 256-24-1235-1236
-always \x6A02\x7AE0 256-24-14-1345
-always \x6A02\x8B5C 256-24-236-1236
-always \x6A02\x8FF7 256-24-2456-126
-always \x6A02\x968A 256-24-346-34
-always \x6A02\x97F3 256-24-25-13
-always \x6A02\x98A8 256-24-235-135
-always \x6A21\x6A23 246-126-25-145
-always \x6A6B\x8089 12-15-35-14
-always \x6A6B\x884C 12-15-125-156
-always \x6A6B\x8CA1 12-15-1345-12456
-always \x6B21\x9577 1345-12-14-13456
-always \x6B38\x4E43 23456-12456-1234-123456
-always \x6B3D\x5DEE 135-13-134-12345
-always \x6B78\x9084 16-345-126-1246
-always \x6B78\x964D 16-345-125-1456
-always \x6B7B\x7576 1245-1236-34-145
-always \x6B89\x96E3 1256-1-1234-124
-always \x6B9E\x6C92 256-136-246-24
-always \x6BCF\x884C 246-3456-12-1456
-always \x6C5F\x90FD 15-1345-346-123
-always \x6C88\x6C92 134-16-246-24
-always \x6C92\x4E16 246-24-124-12
-always \x6C92\x5165 246-24-356-12
-always \x6C92\x6536 246-24-124-134
-always \x6C92\x843D 246-24-1236-24
-always \x6C92\x85E5 246-24-25-125
-always \x6C92\x9802 246-24-345-1356
-always \x6C92\x9F52 246-24-134-1236
-always \x6CD5\x76F8 235-23456-125-145
-always \x6CEF\x6C92 2456-136-246-24
-always \x6D77\x96E3 12-123456-1234-124
-always \x6D88\x9577 125-1235-14-13456
-always \x6DD6\x7D04 1346-24-256-234
-always \x6DF1\x60E1 124-13-26-12
-always \x6DF7\x6FC1 126-16-146-246
-always \x6DF9\x6C92 25-1234-246-24
-always \x6E21\x5047 346-12-15-245
-always \x6E2C\x91CF 1345-24-1235-1456
-always \x6E38\x8AAA 25-146-1246-34
-always \x6E6E\x6C92 25-1234-246-24
-always \x6E6F\x6E6F 124-1345-124-1345
-always \x6ECB\x9577 145-123-14-13456
-always \x6FDF\x5357 15-1236-1234-1246
-always \x707D\x96E3 145-12345-1234-124
-always \x70AE\x88FD 236-1256-14-12
-always \x70B8\x91AC 14-2456-15-145
-always \x70BA\x4E86 26-34-123-35
-always \x70BA\x4EC0 26-34-124-16
-always \x70BA\x4ED6 26-34-234-2345
-always \x70BA\x4F55 26-34-12-246
-always \x70BA\x4F60 26-34-12345-1236
-always \x70BA\x570B 26-34-16-246
-always \x70BA\x5979 26-34-4-234-2345
-always \x70BA\x59B3 26-34-12345-1236
-always \x70BA\x60A8 26-34-12345-16
-always \x70BA\x6C11 26-34-2456-16
-always \x70BA\x864E 26-34-126-1236
-always \x7121\x7684 26-126-345-12
-always \x7121\x7E2B 26-126-235-15
-always \x715E\x8ECA 124-2345-134-234
-always \x7167\x61C9 14-125-25-15
-always \x71D5\x4EAC 25-1234-15-135
-always \x71DF\x9577 25-156-14-13456
-always \x729B\x725B 246-1256-12345-146
-always \x72D7\x4ED4 1-1346-145-123456
-always \x7387\x5175 1246-1245-245-135
-always \x7387\x5718 1246-1245-2346-1246
-always \x7387\x5E2B 1246-1245-124-123
-always \x7387\x610F 1246-1245-25-12
-always \x7387\x7136 1246-1245-35-1246
-always \x7387\x773E 1246-1245-146-15
-always \x7387\x8ECD 1246-1245-156-13
-always \x7387\x9818 1246-1245-1235-1356
-always \x73ED\x9577 24-1234-14-13456
-always \x7405\x90AA 123-1456-25-2456
-always \x74A7\x9084 245-12-126-1246
-always \x751A\x9EBC 124-16-246-35
-always \x751F\x9084 124-135-126-1246
-always \x751F\x9577 124-135-14-13456
-always \x755C\x7522 1256-12-134-12346
-always \x755C\x7A4D 1256-12-15-123
-always \x755C\x8B00 1256-12-246-146
-always \x755C\x990A 1256-12-25-13456
-always \x7576\x5DEE 34-1345-134-12345
-always \x7576\x6A5F 34-145-15-123
-always \x7576\x7968 34-145-2356-125
-always \x7576\x92EA 34-145-236-12
-always \x75DB\x60E1 2346-15-26-12
-always \x767C\x9084 235-2345-126-1246
-always \x767C\x96E3 235-2345-1234-124
-always \x768B\x9676 1-1235-25-1256
-always \x76F8\x570B 125-145-16-246
-always \x76F8\x592B 125-145-235-123
-always \x76F8\x61C9 125-1345-25-15
-always \x76F8\x6A5F 125-145-15-123
-always \x76F8\x7A31 125-1345-134-1
-always \x76F8\x7C3F 125-145-24-12
-always \x76F8\x8072 125-145-124-135
-always \x76F8\x8655 125-1345-1346-1236
-always \x76F8\x8853 125-145-1246-12
-always \x7701\x5206 124-1356-235-1
-always \x7701\x601D 125-1356-1245-123
-always \x7701\x89AA 125-1356-135-13
-always \x7701\x9577 124-1356-14-13456
-always \x770B\x8B77 13-1234-126-12
-always \x770B\x9580 13-1234-246-16
-always \x771F\x7387 14-13-1246-1245
-always \x773C\x6688 25-12346-256-1
-always \x7761\x8457 1246-34-14-1256
-always \x7761\x89BA 1246-34-15-125
-always \x7763\x7387 346-123-1246-1245
-always \x77AD\x671B 1235-125-26-145
-always \x78C5\x7921 236-1456-24-246
-always \x78E8\x96E3 246-246-1234-124
-always \x793E\x9577 124-24-14-13456
-always \x79AA\x8B93 124-124-35-145
-always \x79AE\x6A02 1235-1236-256-24
-always \x79D1\x9577 13-234-14-13456
-always \x7A31\x8077 134-1-14-126
-always \x7A31\x5FC3 134-1-125-13
-always \x7A31\x610F 134-1-25-12
-always \x7A4D\x7D2F 15-123-123-3456
-always \x7A7A\x9592 136-15-125-1246
-always \x7A7A\x96E3 136-135-1234-124
-always \x7A7A\x984D 136-15-23456-246
-always \x7A7F\x8457 1346-1234-146-246
-always \x7AAE\x76F8 1356-156-125-145
-always \x7AD9\x9577 14-124-14-13456
-always \x7B26\x61C9 235-126-25-15
-always \x7B54\x61C9 34-2345-25-15
-always \x7B54\x7406 34-2345-1235-1236
-always \x7B56\x61C9 1345-24-25-15
-always \x7BA1\x6A02 16-12346-256-24
-always \x7C4D\x6C92 15-126-246-24
-always \x7C73\x884C 2456-1236-12-1456
-always \x7D13\x96E3 1246-123-1234-124
-always \x7D2F\x4E16 123-3456-124-12
-always \x7D2F\x5375 123-3456-1236-12346
-always \x7D2F\x6708 123-3456-256-24
-always \x7D2F\x7A4D 123-3456-15-123
-always \x7D2F\x8D05 123-346-146-34
-always \x7D2F\x9032 123-3456-15-1
-always \x7D42\x4E86 146-135-1235-12356
-always \x7D44\x9577 1456-1236-14-13456
-always \x7D66\x4ED8 15-1236-235-12
-always \x7D71\x7387 2346-1356-1246-1245
-always \x7DB8\x5DFE 16-1234-15-13
-always \x7DE3\x5206 256-1246-235-1
-always \x7E23\x9577 125-124-14-13456
-always \x7E2B\x9699 235-15-125-12
-always \x7E3D\x5F97 1456-1356-34-3456
-always \x7E3D\x884C 1456-1356-12-1456
-always \x7E8C\x5047 1256-12-15-245
-always \x7F3A\x7A7A 1356-234-136-15
-always \x7F79\x96E3 1235-126-1234-124
-always \x7F9E\x60E1 125-134-26-12
-always \x7FF9\x695A 135-1256-1346-1236
-always \x7FF9\x9996 135-1256-124-1346
-always \x8015\x7A2E 1-135-146-15
-always \x8072\x6A02 124-135-256-24
-always \x8077\x5206 14-126-235-1
-always \x807D\x5DEE 2345-135-134-12345
-always \x8086\x61C9 1245-12-25-15
-always \x81C6\x5EA6 25-12-346-246
-always \x81E8\x96E3 1235-16-1234-124
-always \x81EA\x7D66 145-12-15-1236
-always \x8208\x8DA3 125-15-1356-12
-always \x820A\x90FD 15-14-346-123
-always \x8216\x6392 236-123-236-12456
-always \x822C\x82E5 24-234-35-2346
-always \x8239\x9577 1346-1246-14-13456
-always \x82E5\x5E79 356-24-1-1234
-always \x82E6\x96E3 136-1236-1234-124
-always \x8378\x85BA 245-126-135-126
-always \x843D\x96E3 1236-24-1234-124
-always \x8457\x529B 146-246-1235-12
-always \x8457\x5BE6 146-246-124-126
-always \x8457\x5E8A 146-246-1346-1456
-always \x8457\x6025 14-1256-15-126
-always \x8457\x60F3 146-246-125-13456
-always \x8457\x614C 14-1256-126-1345
-always \x8457\x6DBC 14-1256-1235-1456
-always \x8457\x706B 14-1256-126-2346
-always \x8457\x8272 146-246-1245-24
-always \x8457\x843D 146-246-1236-24
-always \x8457\x8863 146-246-25-123
-always \x8457\x91CD 146-246-146-15
-always \x8457\x9678 146-246-1236-12
-always \x8499\x96E3 246-156-1234-124
-always \x8655\x5206 1346-1236-235-1
-always \x8655\x65BC 1346-1236-256-126
-always \x8655\x9577 1346-12-14-13456
-always \x865F\x54ED 12-1256-136-123
-always \x8766\x87C6 12-2456-246-2456
-always \x883B\x6A6B 246-1246-12-15
-always \x8054\x884C 1235-1246-12-1456
-always \x884C\x6578 12-1456-1246-12
-always \x884C\x6703 12-1456-126-34
-always \x884C\x696D 12-1456-25-24
-always \x884C\x865F 12-1456-12-125
-always \x884C\x884C\x51FA 12-1456-12-1456-1346-123
-always \x884C\x898F 12-1456-16-345
-always \x884C\x8A71 12-1456-126-245
-always \x884C\x9593 12-1456-15-1234
-always \x8868\x76F8 245-12356-125-145
-always \x88C1\x5EA6 1345-12456-346-246
-always \x88C2\x7E2B 1235-24-235-15
-always \x88DC\x5047 24-1236-15-245
-always \x88DC\x7D66 24-1236-15-1236
-always \x88DC\x9084 24-1236-126-1246
-always \x88DC\x95D5 24-1236-1356-234
-always \x897F\x6A02 125-123-256-24
-always \x8981\x633E 25-1235-125-246
-always \x8981\x8105 25-1235-125-246
-always \x8986\x6821 235-12-15-125
-always \x8986\x6C92 235-12-246-24
-always \x89AA\x5BB6 135-15-15-2345
-always \x8A50\x964D 14-245-125-1456
-always \x8A72\x884C 1-12345-12-1456
-always \x8AAA\x5BA2 1246-34-13-24
-always \x8ABF\x5B50 345-125-145-23
-always \x8ACB\x5047 135-1356-15-245
-always \x8AD6\x8A9E 1236-16-256-1236
-always \x8B58\x76F8 124-126-125-145
-always \x8B70\x9577 25-12-14-13456
-always \x8B8A\x66F4 245-124-1-135
-always \x8B8A\x76F8 245-124-125-145
-always \x8C6C\x5708 146-123-156-124
-always \x8CA0\x7D2F 235-12-123-3456
-always \x8CA1\x76F8 1345-12456-125-145
-always \x8CA1\x9577 1345-12456-14-13456
-always \x8CE2\x76F8 125-1246-125-145
-always \x8D74\x96E3 235-12-1234-124
-always \x8DF3\x884C 2345-125-12-1456
-always \x8E4A\x8E7A 135-123-135-1235
-always \x8EAB\x5206 124-13-235-1
-always \x8ECA\x9577 134-234-14-13456
-always \x8ECB\x6232 14-2456-125-12
-always \x8ECD\x6A02 156-13-256-24
-always \x8ECD\x9577 156-13-14-13456
-always \x8F15\x7387 135-135-1246-1245
-always \x8F29\x5206 24-34-235-1
-always \x8FB1\x6C92 356-1236-246-24
-always \x8FD4\x9084 235-12346-126-1246
-always \x9000\x9084 2346-34-126-1246
-always \x9003\x96E3 234-1256-1234-124
-always \x9023\x9577 1235-1246-14-13456
-always \x903E\x5206 256-126-235-1
-always \x9047\x96E3 256-12-1234-124
-always \x904A\x8AAA 25-146-1246-34
-always \x904E\x5206 16-24-235-1
-always \x904E\x7576 16-24-34-145
-always \x9053\x89C0 34-125-16-124
-always \x9069\x61C9 124-12-25-15
-always \x9069\x7576 124-12-34-145
-always \x906D\x96E3 145-1235-1234-124
-always \x9077\x90FD 135-1234-346-123
-always \x907F\x96E3 245-12-1234-124
-always \x9084\x4FD7 126-1246-12456-126
-always \x9084\x50F9 126-1246-15-245
-always \x9084\x539F 126-1246-256-1246
-always \x9084\x624B 126-1246-124-1346
-always \x9084\x672C 126-1246-24-136
-always \x9084\x7259 126-1246-25-2456
-always \x9084\x773C 126-1246-25-12346
-always \x9084\x79AE 126-1246-1235-1236
-always \x9084\x81F3 126-1246-14-12
-always \x9084\x9109 126-1246-125-1345
-always \x9084\x9858 126-1246-256-124
-always \x9084\x9B42 126-1246-126-16
-always \x90E1\x9577 156-1-14-13456
-always \x90E2\x90FD 25-1356-346-123
-always \x90E8\x9577 24-12-14-13456
-always \x90F5\x5DEE 25-146-134-12345
-always \x90FD\x5175 346-123-245-135
-always \x90FD\x53F8 346-123-1245-123
-always \x90FD\x5BDF 346-123-134-2456
-always \x90FD\x5C09 346-123-26-34
-always \x90FD\x5EC1 346-123-1345-24
-always \x90FD\x723E 346-123-35-23456
-always \x90FD\x7763 346-123-346-123
-always \x90FD\x7D71 346-123-2346-1356
-always \x90FD\x8ECD 346-123-156-13
-always \x90FD\x9091 346-123-25-12
-always \x9109\x9577 125-1345-14-13456
-always \x914B\x9577 135-146-14-13456
-always \x914D\x6A02 236-34-256-24
-always \x914D\x7D66 236-34-15-1236
-always \x916C\x61C9 134-146-25-15
-always \x91CC\x9577 1235-1236-14-13456
-always \x91CD\x4F30 1346-156-16-123
-always \x91CD\x4F86 1346-156-123-12456
-always \x91CD\x5165 1346-156-356-12
-always \x91CD\x520A 1346-156-13-1234
-always \x91CD\x570D 1346-156-26-346
-always \x91CD\x5B6B 1346-156-12456-13
-always \x91CD\x5B9A 1346-156-345-15
-always \x91CD\x5BEB 1346-156-125-2346
-always \x91CD\x5FA9 1346-156-235-12
-always \x91CD\x6176 1346-156-135-15
-always \x91CD\x6284 1346-156-134-1235
-always \x91CD\x6E2C 1346-156-1345-24
-always \x91CD\x7372 1346-156-126-24
-always \x91CD\x73FE 1346-156-125-124
-always \x91CD\x758A 1346-156-345-246
-always \x91CD\x7D44 1346-156-1456-1236
-always \x91CD\x7F6E 1346-156-14-12
-always \x91CD\x8907 1346-156-235-12
-always \x91CD\x8A2D 1346-156-124-24
-always \x91CD\x8A66 1346-156-124-12
-always \x91CD\x967D 1346-156-25-1456
-always \x9280\x884C 25-16-12-1456
-always \x92B7\x5047 125-1235-15-245
-always \x93AC\x4EAC 12-125-15-135
-always \x9470\x5319 25-125-124-126
-always \x947D\x77F3 1456-124-124-126
-always \x9577\x5047 134-1456-15-245
-always \x9577\x50CF 14-13456-125-145
-always \x9577\x5144 14-13456-1256-135
-always \x9577\x5927 14-13456-34-245
-always \x9577\x5973 14-13456-123456-1236
-always \x9577\x5B50 14-13456-145-1236
-always \x9577\x5B6B 14-13456-12456-13
-always \x9577\x5B98 14-13456-16-1234
-always \x9577\x5E7C 14-13456-25-14
-always \x9577\x623F 14-13456-235-1456
-always \x9577\x7537 14-13456-1234-1246
-always \x9577\x8001 14-13456-123-12356
-always \x9577\x8005 14-13456-14-2346
-always \x9577\x8F29 14-13456-24-34
-always \x9577\x9032 14-13456-15-1
-always \x9580\x7E2B 246-16-235-15
-always \x9589\x585E 245-12-1245-24
-always \x9592\x6563 125-1246-1245-12346
-always \x9592\x7A7A 125-1246-136-15
-always \x9593\x63A5 15-124-15-234
-always \x9593\x65B7 15-124-346-124
-always \x9593\x6B47 15-124-125-234
-always \x9593\x8ADC 15-124-345-246
-always \x9593\x9694 15-124-1-246
-always \x9593\x9699 15-124-125-12
-always \x95D5\x5931 1356-234-124-123
-always \x95D5\x5982 1356-234-356-126
-always \x95D5\x6F0F 1356-234-123-14
-always \x95D5\x7591 1356-234-25-126
-always \x963F\x8ADB 23456-234-256-126
-always \x9644\x8457 235-12-146-246
-always \x964D\x5C07 125-1456-15-145
-always \x964D\x6575 125-1456-345-126
-always \x964D\x66F8 125-1456-1246-123
-always \x964D\x9F8D 125-1456-1236-156
-always \x9662\x9577 256-124-14-13456
-always \x968A\x9577 346-34-14-13456
-always \x96B1\x6C92 25-136-246-24
-always \x96C5\x6A02 25-23456-256-24
-always \x96D9\x91CD 1246-1345-1346-156
-always \x96E2\x9593 1235-126-15-124
-always \x96E3\x6C11 1234-124-2456-16
-always \x96E3\x80F8 1234-124-1256-135
-always \x9732\x76F8 123-14-125-145
-always \x9732\x81C9 123-14-1235-12346
-always \x975E\x96E3 235-345-1234-124
-always \x97F3\x6A02 25-13-256-24
-always \x97FF\x61C9 125-13456-25-15
-always \x9806\x61C9 1246-1-25-15
-always \x990A\x5206 25-13456-235-1
-always \x9928\x9577 16-12346-14-13456
-always \x9996\x9577 124-1346-14-13456
-always \x9A55\x6A6B 15-1235-12-15
-always \x9AA8\x76F8 16-1236-125-145
-always \x9AD8\x66F4 1-1235-1-135
-always \x9AD8\x9E97 1-1235-1235-126
-always \x9B06\x6563 12456-135-1245-12346
-always \x9BAE\x5C11 125-12346-124-12356
-always \x9BAE\x6065 125-12346-134-1236
-always \x9D60\x7684 126-126-345-12
-always \x9F9C\x8332 135-134-1345-126
-always \x9F9C\x88C2 156-13-1235-24
-always \x963F\x81A0 23456-234-15-1235
-always \x963F\x5F4C 23456-234-2456-126
-always \x6328\x9913 23456-12456-23456-24
-always \x6328\x99E1 23456-12456-246-245
-always \x61F2\x827E 134-156-25-12
-always \x6252\x96DE 236-2456-15-123
-always \x6252\x7ACA 236-2456-135-24
-always \x628A\x5152 24-245-35-0
-always \x8180\x816B 236-1345-146-1356
-always \x8584\x79AE 24-246-1235-1236
-always \x8584\x9727 24-246-26-12
-always \x7DBF\x8584 2456-1246-24-246
-always \x6DFA\x8584 135-12346-24-246
-always \x8F15\x8584 135-135-24-246
-always \x8584\x7522 24-246-134-12346
-always \x55AE\x8584 34-1234-24-246
-always \x5674\x8584 236-13-24-246
-always \x78FD\x8584 135-1235-24-246
-always \x7E96\x8584 125-1234-24-246
-always \x8584\x767C 24-246-235-2345
-always \x88E1\x5821 1235-1236-236-12
-always \x7AAF\x5821 25-1256-236-12
-always \x5433\x5821 26-126-236-12
-always \x80CC\x5E36 24-345-34-1245
-always \x80CC\x8CA0 24-345-235-12
-always \x80CC\x50B5 24-345-14-1245
-always \x80CC\x8457 24-345-14-35
-always \x80CC\x4F86 24-345-123-12456
-always \x80CC\x8F15 24-345-135-135
-always \x7E43\x81C9 24-1356-1235-12346
-always \x7E43\x8457 24-1356-14-35
-always \x8FF8\x98DB 24-135-235-345
-always \x5FA9\x8F9F 235-12-245-12
-always \x8457\x908A 14-1256-245-1234
-always \x5F46\x626D 245-24-12345-1346
-always \x765F\x4E09 245-234-1245-1234
-always \x863F\x8514 1236-246-24-35
-always \x88DC\x7A2E 24-1236-146-15
-always \x6C99\x53C3 124-2345-124-13
-always \x91CE\x53C3 25-2346-124-13
-always \x53C3\x5546 124-13-124-1345
-always \x4E39\x53C3 34-1234-124-13
-always \x5C71\x53C3 124-1234-124-13
-always \x6D77\x53C3 12-123456-124-13
-always \x9EE8\x53C3 34-13456-124-13
-always \x4EBA\x53C3 35-16-124-13
-always \x6D0B\x53C3 25-1456-124-13
-always \x5B50\x53C3 145-1236-124-13
-always \x85CF\x50B3 145-145-1346-1246
-always \x5BF6\x85CF 24-12356-145-145
-always \x85CF\x91AB 145-145-25-123
-always \x85CF\x6232 145-145-125-12
-always \x85CF\x85CD 145-145-123-1246
-always \x85CF\x8A9E 145-145-256-1236
-always \x85CF\x7D05 145-145-126-156
-always \x53C9\x958B 134-245-13-12345
-always \x5C08\x5DEE 146-1234-134-12345
-always \x8FA6\x5DEE 24-124-134-12345
-always \x92B7\x5DEE 125-1235-134-12345
-always \x5DEE\x9EDE 134-245-345-12346
-always \x5DEE\x52C1 134-245-15-1
-always \x9084\x5DEE 12-12456-134-245
-always \x7E3E\x5DEE 15-12-134-245
-always \x986B\x6144 14-124-1235-12
-always \x5BD2\x986B 12-1246-14-124
-always \x51B7\x986B 123-1356-14-124
-always \x5834\x5C4B 134-1456-26-123
-always \x5834\x9662 134-1456-256-124
-always \x63DA\x5834 25-1456-134-1456
-always \x93AE\x9577 14-1-14-13456
-always \x6A5F\x9577 15-123-14-13456
-always \x9577\x52E2 14-13456-124-12
-always \x5DE5\x9577 16-135-14-13456
-always \x9748\x9577 1235-156-14-13456
-always \x9577\x8198 14-13456-245-1235
-always \x9577\x89AA 14-13456-135-13
-always \x760B\x9577 235-135-14-13456
-always \x7926\x9577 136-145-14-13456
-always \x5DDE\x9577 14-134-14-13456
-always \x9577\x9580 14-13456-246-16
-always \x9577\x4E0A 14-13456-124-145
-always \x9577\x81C9 14-13456-1235-12346
-always \x9577\x76F8 14-13456-125-145
-always \x9577\x9AD8 14-13456-1-1235
-always \x9632\x9577 235-1456-14-13456
-always \x9577\x80D6 14-13456-236-145
-always \x9577\x500B 14-13456-1-24
-always \x9577\x51FA 14-13456-1346-123
-always \x9577\x6210 14-13456-134-156
-always \x9577\x5305 14-13456-24-1235
-always \x9577\x82DE 14-13456-24-1235
-always \x9577\x8089 14-13456-35-14
-always \x9577\x75D8 14-13456-34-14
-always \x5712\x9577 256-1246-14-13456
-always \x884C\x9577 12-1456-14-13456
-always \x53F0\x9577 234-12456-14-13456
-always \x4E8B\x9577 124-12-14-13456
-always \x7344\x9577 256-12-14-13456
-always \x8266\x9577 15-124-14-13456
-always \x8247\x9577 2345-1356-14-13456
-always \x671D\x6689 14-1235-126-345
-always \x885D\x5E8A 1346-15-1346-1456
-always \x885D\x58D3 1346-15-25-2345
-always \x771F\x6C96 14-13-1346-15
-always \x5F88\x6C96 12-136-1346-15
-always \x6C96\x8457 1346-15-14-35
-always \x6C96\x4F60 1346-15-12345-1236
-always \x6C96\x6211 1346-15-26-2346
-always \x6C96\x4ED6 1346-15-234-2345
-always \x6C96\x5979 1346-15-4-234-2345
-always \x6C96\x5B83 1346-15-5-234-2345
-always \x9285\x81ED 2346-156-125-14
-always \x8655\x4EE5 1346-1236-25-1236
-always \x8655\x6CBB 1346-1236-14-12
-always \x8655\x6691 1346-1236-1246-1236
-always \x8655\x6B7B 1346-1236-1245-1236
-always \x88C1\x8655 1345-12456-1346-1236
-always \x7368\x8655 346-126-1346-1236
-always \x51B7\x8655 123-1356-1346-1236
-always \x6EFF\x8655 246-12346-1346-1236
-always \x8655\x7406 1346-1236-1235-1236
-always \x67E5\x8655 134-2456-1346-1236
-always \x96DC\x8655 145-2456-1346-1236
-always \x8655\x6C7A 1346-1236-156-246
-always \x5224\x8655 236-124-1346-1236
-always \x8AD6\x8655 1236-1-1346-1236
-always \x61F2\x8655 134-156-1346-1236
-always \x8655\x7F70 1346-1236-235-2456
-always \x8655\x4E16 1346-1236-124-12
-always \x8655\x5883 1346-1236-15-15
-always \x5BE9\x8655 124-136-1346-1236
-always \x8655\x4E4B 1346-1236-14-123
-always \x8655\x8B8A 1346-1236-245-124
-always \x8655\x5973 1346-1236-123456-1236
-always \x8655\x4E8B 1346-1236-124-12
-always \x63E3\x6E2C 1346-123456-1345-24
-always \x61F8\x63E3 1256-1246-1346-123456
-always \x50B3\x8A18 146-124-15-12
-always \x5225\x50B3 245-246-146-124
-always \x5DE6\x50B3 1456-2346-146-124
-always \x7D93\x50B3 15-135-146-124
-always \x81EA\x50B3 145-12-146-124
-always \x7ACB\x50B3 1235-12-146-124
-always \x8A55\x50B3 2356-156-146-124
-always \x5217\x50B3 1235-24-146-124
-always \x5C0F\x50B3 125-12356-146-124
-always \x6EF8\x50B3 126-1236-146-124
-always \x7D93\x5E62 15-135-1346-1456
-always \x5275\x50B7 1346-1345-124-1345
-always \x5275\x75DB 1346-1345-2346-15
-always \x5275\x75D5 1346-1345-12-16
-always \x5275\x9762 1346-1345-2456-124
-always \x7DBD\x8D77 134-1235-135-1236
-always \x7DBD\x5BB6 134-1235-15-2345
-always \x611B\x7B54 23456-1245-34-2345
-always \x8607\x6253 12456-123-34-2456
-always \x5F85\x8457 34-12345-14-35
-always \x91CD\x64D4 146-15-34-124
-always \x59D3\x55AE 125-15-124-124
-always \x55AE\x7E23 124-124-125-124
-always \x55AE\x4E8E 134-1246-256-126
-always \x55AE\x7530 124-124-2345-1246
-always \x55AE\x96C4 124-124-1256-156
-always \x70B8\x5F48 14-245-34-124
-always \x5F48\x7121 34-124-26-126
-always \x5F48\x4E38 34-124-26-1246
-always \x5F48\x76E1 34-124-15-1
-always \x5F48\x819B 34-124-234-1456
-always \x5F48\x75D5 34-124-12-16
-always \x5F48\x5F13 34-124-16-135
-always \x5F48\x85E5 34-124-25-125
-always \x9632\x5F48 235-1456-34-124
-always \x5BE6\x5F48 124-126-34-124
-always \x6838\x5F48 12-246-34-124
-always \x5F48\x982D 34-124-234-146
-always \x64F2\x5F48 14-12-34-124
-always \x5169\x5F48 1235-13456-34-124
-always \x5F48\x6BBC 34-124-13-246
-always \x6D41\x5F48 1235-146-34-124
-always \x5F48\x7247 34-124-2356-124
-always \x5F48\x5323 34-124-125-2456
-always \x5F48\x5009 34-124-1345-1345
-always \x69CD\x5F48 135-1345-34-124
-always \x7BAD\x5F48 15-124-34-124
-always \x5F48\x96E8 34-124-256-1236
-always \x4E2D\x5F48 146-15-34-124
-always \x6295\x5F48 234-146-34-124
-always \x6C2B\x5F48 135-135-34-124
-always \x9727\x5F48 26-12-34-124
-always \x6BCD\x5F48 246-1236-34-124
-always \x78F7\x5F48 1235-16-34-124
-always \x6DDA\x5F48 123-34-34-124
-always \x5F48\x5751 34-124-13-135
-always \x70AE\x5F48 236-125-34-124
-always \x5C0E\x5F48 34-12356-34-124
-always \x5F48\x9053 34-124-34-125
-always \x5F48\x69CD 34-124-135-1345
-always \x7532\x5F48 15-245-34-124
-always \x9AD2\x5F48 145-1345-34-124
-always \x88DD\x5F48 146-1345-34-124
-always \x5F48\x5B54 34-124-136-1356
-always \x69B4\x5F48 1235-146-34-124
-always \x5F48\x5167 34-124-1234-34
-always \x62C6\x5F48 134-12345-34-124
-always \x98DB\x5F48 235-345-34-124
-always \x71D2\x5F48 124-1235-34-124
-always \x5F48\x9AD4 34-124-2345-1236
-always \x6C23\x5F48 135-12-34-124
-always \x5F69\x5F48 1345-123456-34-124
-always \x865F\x5F48 12-125-34-124
-always \x706B\x5F48 126-2346-34-124
-always \x7CBE\x7576 15-135-34-145
-always \x7576\x771F 34-145-14-13
-always \x4E0D\x7576 24-12-34-145
-always \x8D16\x7576 1246-126-34-145
-always \x503C\x7576 14-126-34-145
-always \x7576\x6210 34-145-134-156
-always \x7576\x505A 34-145-1456-24
-always \x6B0A\x7576 1356-1246-34-1345
-always \x7576\x4F5C 34-145-1456-24
-always \x5012\x8ECA 34-125-134-234
-always \x5012\x61F8 34-125-1256-1246
-always \x5E6B\x5012 24-1345-34-125
-always \x5012\x639B 34-125-16-245
-always \x50BE\x5012 135-135-34-125
-always \x5012\x6558 34-125-1256-12
-always \x5012\x8CE0 34-125-236-346
-always \x5012\x88DD 34-1256-146-1345
-always \x5012\x8CBC 34-125-2345-234
-always \x5012\x8A08 34-125-15-12
-always \x5012\x6578 34-125-1246-1236
-always \x5F97\x8667 34-3456-136-345
-always \x6A19\x7684 245-1235-345-12
-always \x7684\x78BA 345-126-1356-24
-always \x7684\x7576 345-126-34-1345
-always \x8ABF\x914D 345-125-236-34
-always \x8ABF\x8ABF 345-125-345-236
-always \x8ABF\x53D6 345-125-1356-1236
-always \x8ABF\x9063 345-125-135-12346
-always \x97F3\x8ABF 25-13-345-125
-always \x8AD6\x8ABF 1236-1-345-125
-always \x5C0F\x8ABF 125-12356-345-125
-always \x9078\x8ABF 1256-12346-345-125
-always \x683C\x8ABF 1-246-345-125
-always \x540C\x8ABF 2346-156-345-125
-always \x8ABF\x4EE4 345-125-1235-15
-always \x4F4E\x8ABF 345-123-345-125
-always \x8ABF\x51FD 345-125-12-1246
-always \x53CD\x8ABF 235-12346-345-125
-always \x5949\x8ABF 235-15-345-125
-always \x7B46\x8ABF 245-1236-345-125
-always \x57FA\x8ABF 15-123-345-125
-always \x5F37\x8ABF 135-1456-345-125
-always \x5FBD\x8ABF 126-345-345-125
-always \x8072\x8ABF 124-135-345-125
-always \x6642\x8ABF 124-126-345-125
-always \x8ACB\x8ABF 135-1356-345-125
-always \x8ABF\x96E2 345-125-1235-126
-always \x8ABF\x53BB 345-125-1356-12
-always \x8ABF\x8D70 345-125-145-1346
-always \x589E\x8ABF 145-135-345-125
-always \x8ABF\x4F86 345-125-123-12456
-always \x501F\x8ABF 15-24-345-125
-always \x6539\x8ABF 1-123456-345-125
-always \x8ABF\x9632 345-125-235-1456
-always \x6FEB\x8ABF 123-124-345-125
-always \x8ABF\x52D5 345-125-346-15
-always \x8ABF\x6D3E 345-125-236-1245
-always \x8ABF\x8F49 345-125-146-12346
-always \x8001\x8ABF 123-12356-345-125
-always \x8ABF\x67E5 345-125-134-2456
-always \x8272\x8ABF 1245-24-345-125
-always \x8ABF\x6F14 345-125-25-12346
-always \x97FB\x8ABF 256-1-345-125
-always \x5B9A\x8ABF 345-15-345-125
-always \x8ABF\x5EA6 345-125-346-12
-always \x5546\x8ABF 124-1345-345-125
-always \x5916\x8ABF 26-1245-345-125
-always \x820A\x8ABF 15-14-345-125
-always \x5C0D\x8ABF 346-34-345-125
-always \x9AD8\x8ABF 1-1235-345-125
-always \x8ABF\x6A94 345-125-34-145
-always \x8ABF\x5175 345-125-245-135
-always \x8ABF\x8077 345-125-14-126
-always \x8ABF\x95B1 345-125-256-24
-always \x8154\x8ABF 135-1345-345-125
-always \x8ABF\x64A5 345-125-24-234
-always \x8D70\x8ABF 145-1346-345-125
-always \x8ABF\x7814 345-125-25-1246
-always \x8DD1\x8ABF 236-12356-345-125
-always \x8ABF\x904B 345-125-256-1
-always \x8ABF\x9580 345-125-246-16
-always \x8ABF\x864E 345-125-126-1236
-always \x8ABF\x7528 345-125-256-15
-always \x8B8A\x8ABF 245-124-345-125
-always \x8ABF\x5E79 345-125-1-124
-always \x964D\x8ABF 15-145-345-125
-always \x8F49\x8ABF 146-12346-345-125
-always \x602A\x8ABF 16-1245-345-125
-always \x8ABF\x63DB 345-125-126-124
-always \x66F2\x8ABF 1356-1236-345-125
-always \x6B65\x8ABF 24-12-345-125
-always \x8A9E\x8ABF 256-1236-345-125
-always \x8ABF\x4EFB 345-125-35-1
-always \x63D0\x8ABF 2345-126-345-125
-always \x62BD\x8ABF 134-134-345-125
-always \x8ABF\x96C6 345-125-15-126
-always \x8ABF\x5305 345-125-24-1235
-always \x5FB5\x8ABF 14-135-345-125
-always \x4E3B\x8ABF 146-1236-345-125
-always \x60C5\x8ABF 135-156-345-125
-always \x5317\x8ABF 24-3456-345-125
-always \x91D8\x6263 345-15-13-14
-always \x91D8\x91D8 345-15-345-135
-always \x91D8\x4E0A 345-15-124-145
-always \x91D8\x9032 345-15-15-1
-always \x91D8\x4E00 345-15-25-123
-always \x91D8\x8457 345-15-14-35
-always \x4E00\x91D8 25-123-345-15
-always \x91D8\x7DCA 345-15-15-136
-always \x91D8\x4F4F 345-15-146-12
-always \x91D8\x7262 345-15-123-1256
-always \x9B25\x5FC3 34-14-125-13
-always \x60E1\x9B25 23456-24-34-14
-always \x683C\x9B25 1-246-34-14
-always \x9B25\x96DE 34-14-15-123
-always \x9B25\x904E 34-14-16-24
-always \x9B25\x5730 34-14-345-12
-always \x9B25\x5F97 34-14-34-246
-always \x9B25\x58EB 34-14-124-12
-always \x722D\x9B25 14-135-34-14
-always \x6C7A\x9B25 156-246-34-14
-always \x640F\x9B25 24-246-34-14
-always \x9B25\x6BC6 34-14-23456-134
-always \x9B25\x8457 34-14-14-35
-always \x9B25\x4E00 34-14-25-123
-always \x9B25\x725B 34-14-12345-146
-always \x596E\x9B25 235-1-34-14
-always \x9B25\x722D 34-14-14-135
-always \x9B25\x6C23 34-14-135-12
-always \x9B25\x5634 34-14-1456-3456
-always \x9B25\x6CD5 34-14-235-23456
-always \x68B0\x9B25 125-24-34-14
-always \x6230\x9B25 14-124-34-14
-always \x9B25\x667A 34-14-14-12
-always \x9B25\x5FD7 34-14-14-12
-always \x6BC6\x9B25 23456-134-34-14
-always \x6B66\x9B25 26-1236-34-14
-always \x6587\x9B25 26-16-34-14
-always \x9B25\x6587 34-14-26-16
-always \x9B25\x6B66 34-14-26-1236
-always \x6279\x9B25 2356-123-34-14
-always \x9B25\x8C54 34-14-25-124
-always \x9B25\x89D2 34-14-15-12356
-always \x9B25\x67B6 34-14-15-245
-always \x4E0D\x9B25 24-12-34-14
-always \x6253\x9B25 34-23456-34-14
-always \x93D6\x9B25 23456-1256-34-14
-always \x9B25\x500B 34-14-1-24
-always \x9B25\x4E82 34-14-1236-124
-always \x9B25\x947C 34-14-1236-246
-always \x9B25\x724C 34-14-236-12456
-always \x9B25\x62F3 34-14-1356-1246
-always \x9B25\x4EBA 34-14-35-16
-always \x9B25\x773C 34-14-25-12346
-always \x6697\x9B25 23456-124-34-14
-always \x864E\x9B25 126-1236-34-14
-always \x7336\x9B25 25-146-34-14
-always \x76F8\x9B25 125-1345-34-14
-always \x9B25\x72E0 34-14-12-136
-always \x9B25\x7378 34-14-124-14
-always \x9B25\x5834 34-14-134-13456
-always \x9B25\x9152 34-14-15-1346
-always \x9B25\x4E86 34-14-123-35
-always \x9B25\x7F85 34-14-1236-246
-always \x9B25\x6230 34-14-14-124
-always \x53E5\x8B80 156-12-34-14
-always \x8C6C\x809A 146-123-346-1236
-always \x6E2C\x5EA6 1345-24-346-246
-always \x5EA6\x52E2 346-246-124-12
-always \x7CE7\x56E4 1235-1456-346-1
-always \x7A7A\x5152 136-135-35-0
-always \x5377\x9AEE 156-12346-235-245
-always \x83F2\x5100 235-3456-25-126
-always \x9E7D\x5206 25-1246-235-1
-always \x4E2D\x7E2B 146-135-235-15
-always \x5408\x7E2B 12-246-235-15
-always \x9699\x7E2B 125-12-235-15
-always \x898B\x7E2B 15-124-235-15
-always \x710A\x7E2B 12-124-235-15
-always \x5730\x7E2B 345-12-235-15
-always \x7246\x7E2B 135-1456-235-15
-always \x9A0E\x7E2B 135-126-235-15
-always \x7259\x7E2B 25-2456-235-15
-always \x7D30\x7E2B 125-12-235-15
-always \x689D\x7E2B 2345-1256-235-15
-always \x5169\x670D 1235-13456-235-12
-always \x5E79\x54C8 1-124-12-2456
-always \x5E79\x55CE 1-124-246-2456
-always \x5E79\x4EC0 1-124-124-16
-always \x5E79\x561B 1-124-246-356
-always \x7B46\x687F 245-1236-1-12346
-always \x79E4\x687F 134-15-1-12346
-always \x6746\x7B46 1-12346-245-1236
-always \x687F\x79E4 1-12346-134-15
-always \x6746\x5152 1-12346-35-0
-always \x9023\x6746 1235-1246-1-12346
-always \x69CD\x687F 135-1345-1-12346
-always \x9435\x6746 2345-2346-1-12346
-always \x947D\x6746 1456-124-1-12346
-always \x687F\x83CC 1-12346-156-13
-always \x6746\x69CD 1-12346-135-1345
-always \x818F\x7B46 1-125-245-1236
-always \x64F1\x4E0D 1-246-24-12
-always \x64F1\x5F97 1-246-34-246
-always \x7CFE\x845B 15-134-1-246
-always \x81EA\x500B 145-12-1-2346
-always \x4EF0\x7D66 25-13456-15-1236
-always \x7D66\x990A 15-1236-25-13456
-always \x85AA\x7D66 125-13-15-1236
-always \x7D66\x4E88 15-1236-256-1236
-always \x4F9B\x7D66 16-135-15-1236
-always \x4F9B\x72C0 16-15-146-145
-always \x8A98\x4F9B 25-14-16-15
-always \x4F9B\x8A8D 16-15-35-1
-always \x4F9B\x8A5E 16-15-1345-126
-always \x4F9B\x8077 16-15-14-126
-always \x5410\x7A40 2346-1236-256-12
-always \x51A0\x8ECD 16-124-156-13
-always \x596A\x51A0 346-246-16-124
-always \x5BFA\x89C0 1245-12-16-124
-always \x54C8\x9054 12-23456-34-2456
-always \x597D\x5F37 12-125-135-1456
-always \x865F\x53EB 12-1256-15-125
-always \x4E7E\x865F 1-124-12-1256
-always \x865F\x5555 12-1256-234-1256
-always \x60B2\x865F 24-345-12-1256
-always \x547C\x865F 126-123-12-1256
-always \x65B7\x559D 346-124-12-24
-always \x559D\x554F 12-24-26-1
-always \x8CA0\x8377 235-12-12-24
-always \x8F09\x8377 145-1245-12-24
-always \x6838\x5152 126-126-35-0
-always \x8EDF\x548C 356-12346-126-35
-always \x71B1\x548C 35-24-126-35
-always \x647B\x548C 134-1234-126-35
-always \x548C\x9EB5 126-246-2456-124
-always \x548C\x8A69 12-24-124-123
-always \x8C89\x7D68 12-1256-356-156
-always \x6A6B\x883B 12-15-246-1246
-always \x6A6B\x66B4 12-15-24-125
-always \x5201\x6A6B 345-1235-12-15
-always \x5147\x6A6B 1256-135-12-15
-always \x9B27\x54C4 1234-125-126-135
-always \x54C4\x50B3 126-135-1346-1246
-always \x4E82\x54C4 1236-124-126-135
-always \x54C4\x6436 126-135-135-13456
-always \x54C4\x52D5 126-135-346-15
-always \x9A36\x54C4 145-134-126-135
-always \x5629\x5629 126-2345-126-2345
-always \x83EF\x5C71 126-245-124-1234
-always \x6BD4\x5283 245-1236-126-356
-always \x5283\x64A5 126-245-24-234
-always \x5283\x4E00 126-245-25-123
-always \x898F\x5283 16-345-126-245
-always \x5283\x6642 126-245-124-126
-always \x8B00\x5283 246-146-126-245
-always \x5283\x5206 126-245-235-1
-always \x4F01\x5283 135-1236-126-245
-always \x5283\x754C 126-245-15-24
-always \x5283\x5B9A 126-245-345-15
-always \x7B56\x5283 1345-24-126-245
-always \x5340\x5283 1356-123-126-245
-always \x8A08\x756B 15-12-126-245
-always \x5283\x6B78 126-245-16-345
-always \x5283\x7DDA 126-245-125-124
-always \x5283\x50F9 126-245-15-245
-always \x64D8\x5283 24-24-126-245
-always \x5283\x6E05 126-245-135-135
-always \x7C4C\x756B 134-146-126-245
-always \x5283\x7D66 126-245-1-3456
-always \x653E\x9084 235-145-126-1246
-always \x9084\x967D 126-1246-25-1456
-always \x9084\x5634 126-1246-1456-3456
-always \x56DE\x9084 126-346-126-1246
-always \x9084\x653F 126-1246-14-15
-always \x6E05\x9084 135-135-126-1246
-always \x9084\x5E33 126-1246-14-145
-always \x9084\x8CB8 126-1246-34-1245
-always \x9084\x7530 126-1246-2345-1246
-always \x9084\x50B5 126-1246-14-1245
-always \x9084\x64CA 126-1246-15-123
-always \x8A0E\x9084 234-12356-126-1246
-always \x7D22\x9084 12456-2346-126-1246
-always \x9084\x7AE5 126-1246-2346-156
-always \x8CA1\x6703 1345-12456-136-1245
-always \x8C41\x9054 126-24-34-2456
-always \x986F\x8C41 125-12346-126-24
-always \x7DDD\x978B 135-123-125-246
-always \x5EB6\x5E7E 1246-12-15-123
-always \x5E7E\x6848 15-123-23456-124
-always \x5E7E\x4E4E 15-123-126-123
-always \x6FDF\x6FDF 15-1236-15-1236
-always \x8A08\x91CF 15-12-1235-1456
-always \x593E\x8956 15-2456-23456-12356
-always \x593E\x88AB 15-2456-24-34
-always \x593E\x514B 15-2456-13-24
-always \x593E\x80A2 1-2345-14-123
-always \x7522\x5047 134-12346-15-245
-always \x5047\x689D 15-245-2345-1256
-always \x9593\x6216 15-124-126-24
-always \x9593\x96DC 15-124-145-2456
-always \x9593\x58C1 15-124-245-12
-always \x7121\x9593 26-126-15-124
-always \x9593\x82D7 15-124-2456-1256
-always \x8E10\x7D04 15-124-256-234
-always \x6E96\x5C07 146-136-15-145
-always \x8001\x5C07 123-12356-15-145
-always \x5112\x5C07 356-126-15-145
-always \x95D6\x5C07 1346-13456-15-145
-always \x540D\x5C07 2456-156-15-145
-always \x5E79\x5C07 1-124-15-145
-always \x864E\x5C07 126-1236-15-145
-always \x6557\x5C07 24-1245-15-145
-always \x5C07\x5E25 15-145-1246-1245
-always \x9A4D\x5C07 125-1235-15-145
-always \x6B66\x5C07 26-1236-15-145
-always \x5C07\x58EB 15-145-124-12
-always \x6FC0\x5C07 15-123-15-145
-always \x6230\x5C07 14-124-15-145
-always \x5C07\x9818 15-145-1235-1356
-always \x4E3B\x5C07 146-1236-15-145
-always \x9580\x5C07 246-16-15-145
-always \x5065\x5C07 15-124-15-145
-always \x608D\x5C07 12-124-15-145
-always \x5C0F\x5C07 125-12356-15-145
-always \x5C07\x5B98 15-145-16-1234
-always \x731B\x5C07 246-1356-15-145
-always \x9EDE\x5C07 345-12346-15-145
-always \x52C7\x5C07 256-1356-15-145
-always \x5B88\x5C07 124-1346-15-145
-always \x5C07\x624D 15-145-1345-12456
-always \x826F\x5C07 1235-1456-15-145
-always \x6F3F\x7CCA 15-145-126-126
-always \x8A98\x964D 25-14-125-1456
-always \x8ACB\x964D 135-1356-125-1456
-always \x7D0D\x964D 1234-245-125-1456
-always \x89D2\x9B25 156-246-34-14
-always \x527F\x8972 134-1235-125-126
-always \x527F\x8AAA 134-1235-1246-234
-always \x6559\x66F8 15-1235-1246-123
-always \x6559\x8AB2 15-1235-13-24
-always \x6559\x6703 15-1235-126-34
-always \x6559\x7D66 15-1235-1-3456
-always \x6559\x904E 15-1235-16-24
-always \x6703\x6559 126-345-15-1235
-always \x6559\x8A9E 15-1235-256-1236
-always \x6559\x6578 15-1235-1246-12
-always \x7BC0\x9AA8 15-234-16-1236
-always \x7D50\x5DF4 15-234-24-356
-always \x905E\x89E3 345-12-15-24
-always \x8CE3\x89E3 246-1245-125-24
-always \x82A5\x85CD 1-1245-123-1246
-always \x5118\x65E9 15-136-145-12356
-always \x5118\x5148 15-136-125-1234
-always \x5118\x7BA1 15-136-16-12346
-always \x5118\x91CF 15-136-1235-145
-always \x52C1\x65C5 15-15-12356-1236
-always \x96C4\x52C1 1256-156-15-15
-always \x52C1\x6B4C 15-15-1-234
-always \x52C1\x6575 15-15-345-126
-always \x525B\x52C1 1-1345-15-15
-always \x84BC\x52C1 1345-1345-15-15
-always \x52C1\x821E 15-15-26-1236
-always \x52C1\x5C04 15-15-124-24
-always \x52C1\x5347 15-15-124-135
-always \x9052\x52C1 135-146-15-15
-always \x8116\x9838 24-246-1-1356
-always \x5377\x63DA 156-12346-25-1456
-always \x98A8\x5377 235-135-156-12346
-always \x6372\x7E2E 156-12346-12456-234
-always \x9F8D\x5377 1236-156-156-12346
-always \x6625\x6372 1346-13-156-12346
-always \x6372\x5165 156-12346-356-12
-always \x81A0\x6372 15-1235-156-12346
-always \x5E2D\x6372 125-126-156-12346
-always \x6372\x9003 156-12346-234-1256
-always \x6372\x7159 156-12346-25-1234
-always \x5F69\x6372 1345-123456-156-12346
-always \x6372\x7C3E 156-12346-1235-1246
-always \x6F2B\x6372 246-124-156-12346
-always \x5377\x9B1A 156-12346-1256-123
-always \x7159\x6372 25-1234-156-12346
-always \x86CB\x6372 34-124-156-12346
-always \x61F6\x89BA 123-12346-15-125
-always \x95DC\x5361 16-1234-135-23456
-always \x908A\x5361 245-1234-135-23456
-always \x9AEE\x5361 235-245-135-23456
-always \x5361\x6BBC 135-23456-13-246
-always \x5730\x6BBC 345-12-135-125
-always \x7532\x6BBC 15-23456-135-125
-always \x7A7A\x7576 136-15-34-256
-always \x5FEB\x7576 136-1245-34-256
-always \x52D2\x7DCA 123-345-15-136
-always \x6A02\x5F8B 256-24-12356-12
-always \x6C11\x6A02 2456-16-256-24
-always \x6A02\x6C60 256-24-134-126
-always \x9F13\x6A02 16-1236-256-24
-always \x6A02\x611F 256-24-1-12346
-always \x54C0\x6A02 23456-12345-256-24
-always \x611B\x6A02 23456-1245-256-24
-always \x53E4\x6A02 16-1236-256-24
-always \x6A02\x6B4C 256-24-1-234
-always \x6A02\x5DE5 256-24-16-135
-always \x6A02\x6236 256-24-126-12
-always \x6A02\x53E5 256-24-156-12
-always \x6A02\x76F2 256-24-246-1456
-always \x6A02\x821E 256-24-26-1236
-always \x821E\x6A02 26-1236-256-24
-always \x6A02\x6B63 256-24-14-15
-always \x8A69\x6A02 124-123-256-24
-always \x5178\x6A02 345-12346-256-24
-always \x97FF\x6A02 125-13456-256-24
-always \x58EB\x6A02 124-12-256-24
-always \x6EFE\x6A02 16-136-256-24
-always \x64CA\x6A02 15-123-256-24
-always \x7D2F\x8A08 123-3456-15-12
-always \x639B\x7D2F 16-245-123-3456
-always \x5E36\x7D2F 34-1245-123-3456
-always \x7D2F\x7258 123-3456-346-126
-always \x64B2\x68F1 236-123-123-26
-always \x53E5\x9E97 1-134-1235-126
-always \x85CF\x66C6 145-145-1235-12
-always \x4F0E\x5006 15-12-1235-13456
-always \x9B25\x91CF 34-1346-1235-1456
-always \x91CF\x9AD4 1235-1456-2345-1236
-always \x91CF\x898F 1235-1456-16-345
-always \x7A31\x91CF 134-135-1235-1456
-always \x91CF\x584A 1235-1456-136-1245
-always \x4E86\x8CEC 1235-12356-14-145
-always \x4E86\x537B 1235-12356-1356-24
-always \x81E8\x4E86 1235-16-1235-12356
-always \x4E86\x7121 1235-12356-26-126
-always \x660E\x77AD 2456-156-1235-12356
-always \x4E86\x7576 1235-12356-34-145
-always \x7F77\x4E86 24-245-1235-12356
-always \x77AD\x89E3 1235-12356-15-2346
-always \x7BB1\x7C60 125-1345-1236-1356
-always \x7C60\x7F69 1236-1356-14-125
-always \x7C60\x7D71 1236-1356-2346-1356
-always \x9732\x99AC 123-14-246-23456
-always \x9732\x9921 123-14-125-124
-always \x9732\x919C 123-14-134-1346
-always \x9732\x982D 1236-12-234-146
-always \x7387\x723E 1246-1245-35-23456
-always \x7387\x7378 1246-1245-124-14
-always \x7DA0\x6797 1236-12-1235-16
-always \x7DA0\x71DF 1236-12-25-156
-always \x50B3\x7565 146-124-12356-24
-always \x843D\x50F9 123-125-15-245
-always \x9EBB\x5C07 246-2456-15-145
-always \x55CE\x5561 246-23456-235-345
-always \x8108\x8108 246-24-246-24
-always \x6C13\x96B8 246-1456-1235-12
-always \x7F70\x6C92 235-2456-246-24
-always \x6D78\x6C92 15-1-246-24
-always \x6C89\x6C92 134-16-246-24
-always \x6C92\x5948 246-24-1234-1245
-always \x6C92\x81CA 246-346-1245-125
-always \x60B6\x71B1 246-13-35-24
-always \x60B6\x8072 246-13-124-135
-always \x60B6\x7F50 246-13-16-124
-always \x60B6\x982D 246-13-234-146
-always \x60B6\x6703 246-13-126-34
-always \x60B6\x4E00 246-13-25-123
-always \x77C7\x9A19 246-135-2356-124
-always \x5167\x8499 1234-34-246-15
-always \x8499\x91AB 246-1356-25-123
-always \x8499\x5C0D 246-135-346-34
-always \x79D8\x9B6F 245-12-1236-1236
-always \x6CCC\x967D 245-12-25-1456
-always \x88DD\x6A21 146-1345-246-126
-always \x78E8\x7169 246-24-235-1246
-always \x78E8\x76E4 246-24-236-1246
-always \x96FB\x78E8 345-124-246-24
-always \x98A8\x78E8 235-135-246-24
-always \x767C\x6CE1 235-2345-236-1235
-always \x8CAC\x96E3 145-246-1234-124
-always \x89E3\x96E3 15-2346-1234-124
-always \x8FAF\x96E3 245-124-1234-124
-always \x5384\x96E3 23456-24-1234-124
-always \x52AB\x96E3 15-246-1234-124
-always \x6B7B\x96E3 1245-1236-1234-124
-always \x8A70\x96E3 15-246-1234-124
-always \x6392\x96E3 236-12456-1234-124
-always \x96E3\x53CB 1234-124-25-1346
-always \x554F\x96E3 26-1-1234-124
-always \x5201\x96E3 345-1235-1234-124
-always \x7926\x96E3 136-145-1234-124
-always \x96E3\x5F1F 1234-124-345-12
-always \x96E3\x7D93 1234-124-15-135
-always \x7AA9\x56CA 26-234-1234-256
-always \x5BE7\x53EF 12345-15-13-2346
-always \x5BE7\x6B7B 12345-15-1245-1236
-always \x5BE7\x7F3A 12345-15-1356-234
-always \x6BCB\x5BE7 26-126-12345-15
-always \x5BE7\x9858 12345-15-256-124
-always \x5BE7\x80AF 12345-15-13-136
-always \x5973\x7D05 123456-1236-16-135
-always \x767C\x7627 235-2345-25-125
-always \x924B\x5B50 24-125-145-23
-always \x5674\x9999 236-1-125-1345
-always \x6487\x958B 2356-234-13-12345
-always \x5C4F\x71DF 245-135-25-156
-always \x5C4F\x68C4 245-1356-135-12
-always \x8FEB\x64CA 236-123456-15-123
-always \x92EA\x9673 236-123-134-16
-always \x92EA\x5F35 236-123-14-1345
-always \x5E73\x92EA 2356-156-236-123
-always \x92EA\x6392 236-123-236-12456
-always \x92EA\x8ECC 236-123-16-3456
-always \x92EA\x780C 236-123-135-12
-always \x92EA\x6524 236-123-234-1234
-always \x92EA\x84CB 236-123-1-1245
-always \x92EA\x5929 236-123-2345-1234
-always \x92EA\x8DEF 236-123-1236-12
-always \x92EA\x5E73 236-123-2356-156
-always \x92EA\x5C55 236-123-14-12346
-always \x92EA\x8457 236-123-14-35
-always \x92EA\x4E00 236-123-25-123
-always \x92EA\x7BC9 236-123-146-12
-always \x92EA\x588A 236-123-345-124
-always \x92EA\x896F 236-123-134-1
-always \x92EA\x8A2D 236-123-124-24
-always \x92EA\x9326 236-123-15-136
-always \x92EA\x7709 236-123-246-346
-always \x92EA\x8B00 236-123-246-146
-always \x92EA\x958B 236-123-13-12345
-always \x92EA\x5730 236-123-345-12
-always \x92EA\x6558 236-123-1256-12
-always \x6A38\x5200 236-234-34-1235
-always \x539A\x6A38 12-14-236-24
-always \x6A38\x6A39 236-24-1246-12
-always \x6A38\x69FF 2356-1256-126-34
-always \x68F2\x68F2 125-123-125-123
-always \x5C4F\x6C23 245-1356-135-12
-always \x55C6\x8457 135-1345-14-35
-always \x52C9\x5F37 2456-12346-135-13456
-always \x5F37\x984F 135-13456-25-1246
-always \x5F37\x6C42 135-13456-135-146
-always \x727D\x5F37 135-1234-135-13456
-always \x5F37\x8FAF 135-13456-245-124
-always \x5F37\x903C 135-13456-245-123
-always \x5F37\x4F7F 135-13456-124-1236
-always \x5F37\x8A5E 135-13456-1345-126
-always \x5F37\x5634 15-145-1456-3456
-always \x5F37\x5C07 135-1456-15-145
-always \x7FF9\x4F01 135-1256-135-1236
-always \x7FF9\x76FC 135-1256-236-124
-always \x7FF9\x671B 135-1256-26-145
-always \x7FF9\x8DB3 135-1256-1456-126
-always \x5207\x8108 135-24-246-1245
-always \x71B1\x5207 35-24-135-24
-always \x78BA\x5207 1356-24-135-24
-always \x95DC\x5207 16-1234-135-24
-always \x5207\x819A 135-24-235-123
-always \x5207\x9F52 135-24-134-1236
-always \x5207\x984C 135-24-2345-126
-always \x6DD2\x5207 135-123-135-24
-always \x61C7\x5207 13-136-135-24
-always \x5207\x8A18 135-24-15-12
-always \x5207\x5BE6 135-24-124-126
-always \x89AA\x5207 135-13-135-24
-always \x9084\x60C5 126-1246-135-156
-always \x7570\x66F2 25-12-1356-1236
-always \x7D44\x66F2 1456-1236-1356-1236
-always \x9078\x66F2 1256-12346-1356-1236
-always \x6232\x66F2 125-12-1356-1236
-always \x8A5E\x66F2 1345-126-1356-1236
-always \x66F2\x85DD 1356-1236-25-12
-always \x8B5C\x66F2 236-1236-1356-1236
-always \x66F2\x5287 1356-1236-156-12
-always \x66F2\x8B5C 1356-1236-236-1236
-always \x66F2\x7D42 1356-1236-146-135
-always \x97FF\x66F2 125-13456-1356-1236
-always \x5708\x990A 156-124-25-13456
-always \x5F4C\x6492 2456-126-1245-2345
-always \x6492\x6B61 1245-2345-126-1234
-always \x6492\x7DB2 1245-2345-26-13456
-always \x6492\x6F51 1245-2345-236-234
-always \x6492\x6C23 1245-2345-135-12
-always \x95DC\x585E 16-1234-1245-1245
-always \x908A\x585E 245-1234-1245-1245
-always \x585E\x8CAC 1245-24-145-246
-always \x64C1\x585E 256-135-1245-24
-always \x6563\x990A 1245-12346-25-13456
-always \x6563\x8A18 1245-12346-15-12
-always \x6563\x5291 1245-12346-15-12
-always \x6563\x88DD 1245-12346-146-1345
-always \x6563\x898B 1245-12346-15-124
-always \x6563\x4E82 1245-12346-1236-124
-always \x6CBB\x55AA 14-12-1245-1345
-always \x570B\x55AA 16-246-1245-1345
-always \x559C\x55AA 125-1236-1245-1345
-always \x5C45\x55AA 156-123-1245-1345
-always \x5A5A\x55AA 126-13-1245-1345
-always \x55AA\x846C 1245-1345-145-145
-always \x55AA\x5047 1245-1345-15-245
-always \x5B88\x55AA 124-1346-1245-1345
-always \x55AA\x9580 1245-1345-246-16
-always \x5954\x55AA 24-13-1245-1345
-always \x51FA\x55AA 1346-123-1245-1345
-always \x55AA\x670D 1245-1345-235-126
-always \x670D\x55AA 235-126-1245-1345
-always \x55AA\x79AE 1245-1345-1235-1236
-always \x5831\x55AA 24-125-1245-1345
-always \x55AA\x4E82 1245-1345-1236-124
-always \x5F14\x55AA 345-125-1245-1345
-always \x55AA\x9418 1245-1345-146-135
-always \x55AA\x4E8B 1245-1345-124-12
-always \x767C\x55AA 235-2345-1245-1345
-always \x6383\x8208 1245-12356-125-15
-always \x5BF6\x5239 24-12356-134-245
-always \x6247\x52D5 124-1234-346-15
-always \x6247\x98A8 124-1234-235-135
-always \x5C11\x5152 124-125-35-2456
-always \x5C11\x6771 124-125-346-135
-always \x95CA\x5C11 136-24-124-125
-always \x9130\x820D 1235-16-124-24
-always \x8FB2\x820D 12346-156-124-24
-always \x9928\x820D 16-12346-124-24
-always \x8C6C\x820D 146-123-124-24
-always \x8655\x8EAB 1346-1236-124-13
-always \x5431\x8072 145-123-124-135
-always \x7701\x8996 125-1356-124-12
-always \x62FE\x7D1A 124-24-15-126
-always \x7D50\x5BE6 15-234-124-23
-always \x6A19\x8B58 245-1235-14-12
-always \x5F37\x8B58 135-1456-14-12
-always \x5C6C\x76F8 1246-1236-125-145
-always \x6578\x898B 1246-24-15-124
-always \x6578\x4E5D 1246-1236-15-1346
-always \x6B77\x6578 1235-12-1246-1236
-always \x6578\x5F97 1246-1236-34-246
-always \x7D66\x6C34 15-1236-1246-3456
-always \x9001\x9084 12456-15-126-1246
-always \x9001\x55AA 12456-15-1245-1345
-always \x8D9F\x904E 234-1345-16-24
-always \x9AD4\x5DF1 2345-123-15-1236
-always \x6311\x52D5 2345-12356-346-15
-always \x8CBC\x5207 2345-234-135-24
-always \x524A\x9435 1256-234-2345-2346
-always \x756B\x5E16 126-245-2345-24
-always \x81E8\x5E16 1235-16-2345-24
-always \x7D05\x5F64 126-156-2346-135
-always \x5954\x982D 24-1-234-25
-always \x70BA\x6B64 26-34-1345-1236
-always \x7279\x70BA 234-24-26-34
-always \x5C09\x9072 256-12-134-126
-always \x7CFB\x7DCA 15-12-15-136
-always \x7CFB\x9234 15-12-1235-156
-always \x5676\x5EC8 1-2456-125-245
-always \x5EC8\x9580 125-245-246-16
-always \x5A01\x5687 26-345-12-24
-always \x606B\x5687 346-15-12-24
-always \x6050\x5687 136-1356-12-24
-always \x671D\x9BAE 134-1256-125-12346
-always \x9BAE\x6709 125-12346-25-1346
-always \x9BAE\x898B 125-12346-15-124
-always \x62C9\x7E96 123-2345-135-124
-always \x7E34\x592B 135-124-235-123
-always \x7E96\x7E69 135-124-124-156
-always \x76F8\x518A 125-145-1345-24
-always \x919C\x76F8 134-1346-125-145
-always \x5110\x76F8 245-13-125-145
-always \x88DD\x76F8 146-1345-125-145
-always \x76F8\x7D19 125-145-14-1236
-always \x55AE\x76F8 34-1234-125-145
-always \x524A\x6E1B 1256-234-15-12346
-always \x524A\x9AEE 1256-234-235-245
-always \x524A\x8077 1256-234-14-126
-always \x522A\x524A 124-1234-1256-234
-always \x53C3\x6821 1345-1234-15-125
-always \x6821\x5834 15-125-134-13456
-always \x6821\x6A23 15-125-25-145
-always \x6821\x9EDE 15-125-345-12346
-always \x7DE8\x6821 245-1234-15-125
-always \x6821\x9A57 15-125-25-124
-always \x5BE9\x6821 124-136-15-125
-always \x71C8\x82AF 34-135-125-13
-always \x5641\x5FC3 23456-2346-125-13
-always \x8655\x5FC3 1346-1236-125-13
-always \x96C5\x8208 25-23456-125-15
-always \x5373\x8208 15-126-125-15
-always \x9918\x8208 256-126-125-15
-always \x8208\x9AD8 125-15-1-1235
-always \x8A69\x8208 124-123-125-15
-always \x8208\x81F4 125-15-14-12
-always \x610F\x8208 25-12-125-15
-always \x9AD8\x8208 1-1235-125-15
-always \x9152\x8208 15-1346-125-15
-always \x6557\x8208 24-1245-125-15
-always \x8208\x5473 125-15-26-34
-always \x8208\x982D 125-15-234-146
-always \x8AC7\x8208 234-1246-125-15
-always \x904A\x8208 25-146-125-15
-always \x8C6A\x8208 12-1256-125-15
-always \x52A9\x8208 146-12-125-15
-always \x7CE7\x884C 1235-1456-12-1456
-always \x8F49\x884C 146-12346-12-1456
-always \x884C\x5E6B 12-1456-24-1345
-always \x884C\x8CA8 12-1456-126-24
-always \x884C\x7576 12-1456-34-145
-always \x96E3\x5144 1234-124-1256-135
-always \x96DE\x8840 15-123-125-2346
-always \x737B\x8840 125-124-125-2346
-always \x58D3\x6839 25-245-1-13
-always \x555E\x555E 25-2345-25-2345
-always \x54BD\x6C23 25-124-135-12
-always \x4E0B\x56A5 125-245-25-124
-always \x85CF\x85E5 145-145-25-125
-always \x5C11\x723A 124-125-25-35
-always \x6396\x8457 25-234-14-35
-always \x8449\x97FB 125-246-256-1
-always \x593E\x8863 15-2456-25-123
-always \x907A\x5C11 25-126-124-125
-always \x5C6C\x610F 146-1236-25-12
-always \x852D\x5E87 25-1-245-12
-always \x5E87\x852D 245-12-25-1
-always \x6BB7\x7D05 25-1234-126-156
-always \x4E00\x61C9 25-123-25-135
-always \x61C9\x7686 25-135-15-234
-always \x50AD\x91D1 256-15-15-13
-always \x50AD\x9322 256-15-135-1246
-always \x7A7A\x9918 136-15-256-126
-always \x8207\x6703 256-12-126-34
-always \x53C3\x8207 1345-1234-256-12
-always \x8207\x805E 256-12-26-16
-always \x9396\x9470 12456-2346-256-24
-always \x7D05\x6688 126-156-256-1
-always \x5149\x6688 16-1345-256-1
-always \x971E\x6688 125-2456-256-1
-always \x58A8\x6688 246-24-256-1
-always \x6688\x73E5 256-1-35-23456
-always \x6688\x8755 256-1-124-126
-always \x6688\x9069 256-1-124-12
-always \x6688\x72C0 256-1-146-145
-always \x6688\x5708 256-1-1356-1234
-always \x4E73\x6688 356-1236-256-1
-always \x8F49\x8F09 146-12346-145-123456
-always \x5343\x8F09 135-1234-145-123456
-always \x9644\x8F09 235-12-145-123456
-always \x520A\x8F09 13-1234-145-123456
-always \x9023\x8F09 1235-1246-145-123456
-always \x767B\x8F09 34-135-145-123456
-always \x8A18\x8F09 15-12-145-123456
-always \x8377\x8F09 12-24-145-1245
-always \x4E0B\x8F09 125-245-145-123456
-always \x534A\x8F09 24-124-145-1245
-always \x4E0A\x8F09 124-145-145-123456
-always \x4E00\x8F09 25-123-145-123456
-always \x5169\x8F09 1235-13456-145-123456
-always \x4E8C\x8F09 35-245-145-123456
-always \x4E09\x8F09 1245-1234-145-123456
-always \x56DB\x8F09 1245-12-145-123456
-always \x4E94\x8F09 26-1236-145-123456
-always \x516D\x8F09 1235-14-145-123456
-always \x4E03\x8F09 135-123-145-123456
-always \x516B\x8F09 24-2345-145-123456
-always \x4E5D\x8F09 15-1346-145-123456
-always \x5341\x8F09 124-126-145-123456
-always \x767E\x8F09 24-123456-145-123456
-always \x842C\x8F09 26-124-145-123456
-always \x8F09\x5165 145-123456-356-12
-always \x8655\x5728 1346-1236-145-1245
-always \x6522\x805A 13456-1246-156-12
-always \x6522\x52D5 13456-1246-346-15
-always \x6522\x5C04 13456-1246-124-24
-always \x6522\x7709 13456-1246-246-346
-always \x6522\x7C07 13456-1246-13456-12
-always \x6522\x4E09 13456-1246-1245-1234
-always \x6522\x8E59 13456-1246-13456-12
-always \x6522\x6522 13456-1246-13456-1246
-always \x5167\x81DF 1234-34-145-145
-always \x4E94\x81DF 26-1236-145-145
-always \x81DF\x8151 145-145-235-1236
-always \x81DF\x5668 145-145-135-12
-always \x809D\x81DF 1-1234-145-145
-always \x5FC3\x81DF 125-13-145-145
-always \x813E\x81DF 2356-1236-145-145
-always \x80BA\x81DF 235-34-145-145
-always \x814E\x81DF 124-1-145-145
-always \x9AD2\x8C61 145-145-125-145
-always \x64C7\x83DC 14-12456-1345-1245
-always \x66FE\x9594 145-135-2456-136
-always \x7D81\x7D2E 24-13456-145-2345
-always \x7D50\x7D2E 15-246-145-2345
-always \x5305\x7D2E 24-1235-145-2345
-always \x6346\x7D2E 136-136-145-2345
-always \x99AC\x7D2E 246-23456-14-2456
-always \x8ECB\x92FC 14-2456-1-1345
-always \x8ECB\x96C1 14-2456-25-124
-always \x8ECB\x8F62 14-2456-1235-12
-always \x6EFE\x8ECB 16-136-14-2456
-always \x8ECB\x6C95 14-2456-2456-12
-always \x8ECB\x82B4 14-2456-26-12
-always \x92A1\x8ECB 15-126-14-2456
-always \x8ECB\x8F25 14-2456-16-136
-always \x8ECB\x4EF6 14-2456-15-124
-always \x8ECB\x6750 14-2456-1345-12456
-always \x8ECB\x935B 14-2456-346-124
-always \x8ECB\x5C16 14-2456-15-1234
-always \x8ECB\x6A5F 14-2456-15-123
-always \x8ECB\x670B 1-2456-236-156
-always \x8ECB\x82D7 1-2456-2456-1256
-always \x8ECB\x8CEC 1-2456-14-145
-always \x8CEC\x8ECB 14-145-1-2456
-always \x8ECB\x62C9 1-2456-123-2345
-always \x8ECB\x7A7A 1-2456-136-135
-always \x8ECB\x5DEE 1-2456-134-2345
-always \x8ECB\x9B27 1-2456-1234-125
-always \x70B8\x9B5A 14-2456-256-126
-always \x70B8\x96DE 14-2456-15-126
-always \x7C98\x87F2 12345-1246-1346-156
-always \x8166\x6F32 1234-12356-14-145
-always \x6F32\x7D05 14-145-126-156
-always \x6CE1\x6F32 236-125-14-145
-always \x81C9\x6F32 1235-12346-14-145
-always \x6298\x9A30 14-234-234-156
-always \x6399\x624E 14-135-14-2456
-always \x767C\x6014 235-2345-14-15
-always \x7665\x7D50 14-135-15-246
-always \x8655\x7F6E 1346-1236-14-12
-always \x4E2D\x898F 146-15-16-345
-always \x4E2D\x6A19 146-15-245-1235
-always \x64CA\x4E2D 15-123-146-15
-always \x9078\x4E2D 1256-12346-146-15
-always \x6C92\x4E2D 246-346-146-15
-always \x5957\x7A2E 234-125-146-15
-always \x7A2E\x5730 146-15-345-12
-always \x8292\x7A2E 246-1456-146-15
-always \x7A2E\x7530 146-15-2345-1246
-always \x5F15\x7A2E 25-136-146-15
-always \x6436\x7A2E 135-13456-146-15
-always \x7A2E\x690D 146-15-14-126
-always \x63A5\x7A2E 15-234-146-15
-always \x7A2E\x75D8 146-15-34-14
-always \x9EDE\x7A2E 345-12346-146-15
-always \x5FA9\x7A2E 235-12-146-15
-always \x5EE3\x7A2E 16-13456-146-15
-always \x7A2E\x74DC 146-15-16-2345
-always \x79DF\x7A2E 1456-123-146-15
-always \x8A66\x7A2E 124-12-146-15
-always \x7A2E\x4E0B 146-15-125-245
-always \x7A2E\x6A39 146-15-1246-12
-always \x7A2E\x4E86 146-15-123-35
-always \x7A2E\x4E0A 146-15-124-145
-always \x91CD\x5BE9 1346-156-124-136
-always \x91CD\x8FA6 1346-156-24-124
-always \x91CD\x5DD2 1346-156-1236-1246
-always \x91CD\x6A23 1346-156-25-145
-always \x91CD\x8B6F 1346-156-25-12
-always \x5169\x91CD 1235-13456-1346-156
-always \x91CD\x7C37 1346-156-25-1246
-always \x91CD\x807D 1346-156-2345-135
-always \x91CD\x5F35 1346-156-14-1345
-always \x91CD\x5713 1346-156-256-1246
-always \x91CD\x898B 1346-156-15-124
-always \x91CD\x6EAB 1346-156-26-13
-always \x91CD\x7E6D 1346-156-15-12346
-always \x91CD\x7DF4 1346-156-1235-124
-always \x91CD\x9023 1346-156-1235-1246
-always \x91CD\x6B78 1346-156-16-345
-always \x8EF8\x6232 14-14-125-12
-always \x6383\x5E1A 1245-125-14-25
-always \x722A\x5152 146-23456-35-0
-always \x96DE\x722A 15-123-146-23456
-always \x8C93\x722A 246-1235-146-23456
-always \x9435\x722A 2345-2346-146-23456
-always \x92FC\x722A 1-1345-146-23456
-always \x5F8C\x722A 12-14-146-23456
-always \x8F49\x6587 146-123456-26-16
-always \x8F49\x5708 146-124-1356-1234
-always \x81EA\x8F49 145-12-146-124
-always \x8F49\x6905 146-124-25-1236
-always \x6253\x8F49 34-23456-146-124
-always \x8F49\x7B4B 146-124-15-13
-always \x65CB\x8F49 1256-1246-146-124
-always \x8F49\x8EF8 146-124-14-146
-always \x8F49\x52D5 146-124-346-15
-always \x8F2A\x8F49 1236-16-146-124
-always \x8F49\x7210 146-124-1236-126
-always \x8F49\x76E4 146-124-236-1246
-always \x8F49\x9580 146-124-246-16
-always \x8F49\x6AAF 146-124-234-12456
-always \x7A7A\x8F49 136-135-146-124
-always \x5012\x8F49 34-125-146-124
-always \x8F49\x5411 146-124-125-145
-always \x516C\x8F49 16-135-146-124
-always \x8F49\x901F 146-124-12456-12
-always \x8F49\x60A0 146-124-25-25
-always \x8F49\x8457 146-124-14-35
-always \x8F49\x5B50 146-124-145-23
-always \x98DB\x8F49 235-345-146-124
-always \x690E\x8F2A 1346-346-1236-16
-always \x9435\x690E 2345-2346-1346-346
-always \x5931\x8457 124-123-14-1235
-always \x8457\x6578 14-1235-1246-12
-always \x8457\x88DD 146-246-146-1345
-always \x8457\x610F 146-246-25-12
-always \x8457\x7B46 146-246-245-1236
-always \x81A0\x8457 15-1235-146-246
-always \x8457\x773C 146-246-25-12346
-always \x8457\x58A8 146-246-246-24
-always \x8457\x5FD9 14-1256-246-1456
-always \x8A72\x8457 1-12345-14-1256
-always \x8457\x8FF7 14-1256-2456-126
-always \x8457\x9B54 14-1256-246-246
-always \x7121\x8457 26-126-146-246
-always \x5F97\x8457 34-246-14-1256
-always \x8457\x4E86 14-1256-123-35
-always \x9AD8\x8457 1-1235-14-1235
-always \x8457\x5152 14-1235-35-0
-always \x4E00\x8457 25-123-14-1235
-always \x64A3\x90A6 124-124-24-1345
-always \x64A3\x65CF 124-124-1456-126
-always \x7E2B\x5B50 235-15-145-23
-always \x5F48\x5B50 34-124-145-23
-always \x947D\x4E95 1456-124-15-1356
-always \x947D\x5854 1456-124-234-23456
-always \x947D\x5DE5 1456-124-16-135
-always \x96FB\x947D 345-124-1456-124
-always \x98A8\x947D 235-135-1456-124
-always \x947D\x6A5F 1456-124-15-123
-always \x947D\x5E8A 1456-124-1346-1456
-always \x947D\x6212 1456-124-15-24
-always \x92FC\x947D 1-1345-1456-124
-always \x5341\x947D 124-126-1456-124
-always \x9343\x947D 126-234-1456-124
-always \x947D\x5177 1456-124-156-12
-always \x525B\x947D 1-1345-1456-124
-always \x5FC3\x947D 125-13-1456-124
-always \x947D\x982D 1456-124-234-146
-always \x9472\x947D 125-1345-1456-124
-always \x6C34\x947D 1246-3456-1456-124
-always \x9EC3\x947D 126-1456-1456-124
-always \x7DA0\x947D 12356-12-1456-124
-always \x7D05\x947D 126-156-1456-124
-always \x85CD\x947D 123-1246-1456-124
-always \x9ED1\x947D 12-345-1456-124
-always \x7D2B\x947D 145-1236-1456-124
-always \x6A59\x947D 134-156-1456-124
-always \x9752\x947D 135-135-1456-124
-always \x5F69\x947D 1345-123456-1456-124
-always \x9593\x4F5C 15-124-1456-24
-always \x4E9F\x4F86 135-12-123-12456
-always \x5BD2\x5096 12-1246-134-136
-always \x4F3D\x99AC 1-2345-246-23456
-always \x75C0\x50C2 156-123-123-146
-always \x8173\x8DD0 15-12356-1345-1236
-always \x8DD0\x8457 1345-1236-14-35
-always \x8A70\x5C48 15-126-1356-123
-always \x5729\x5834 1256-123-134-13456
-always \x8D95\x5729 1-12346-1256-123
-always \x5729\x93AE 1256-123-14-1
-always \x8541\x9EBB 135-1246-246-2456
-always \x6771\x839E 346-135-16-12346
-always \x62D7\x65B7 23456-12356-346-124
-always \x9055\x62D7 26-346-23456-125
-always \x53E8\x64FE 234-1235-35-12356
-always \x53E8\x562E 34-1235-123-1256
-always \x562E\x53E8 123-1256-34-1235
-always \x5B71\x982D 1345-124-234-146
-always \x9EC3\x9A43 126-1456-245-1235
-always \x7DA2\x7E46 134-146-246-146
-always \x7D15\x7E46 2356-123-2456-14
-always \x7E46\x8AAA 2456-14-1246-234
-always \x7E46\x821B 2456-14-1346-12346
-always \x7E46\x623E 2456-14-1235-12
-always \x7E46\x60A0 2456-14-25-134
-always \x7E46\x5984 2456-14-26-145
-always \x8352\x7E46 126-1345-2456-14
-always \x7E46\x5DE7 2456-14-135-12356
-always \x7E46\x65AF 2456-14-1245-123
-always \x5927\x7E46 34-245-2456-14
-always \x7E46\x50B3 2456-14-1346-1246
-always \x7E46\x8AA4 2456-14-26-12
-always \x6A05\x967D 1456-135-25-1456
-always \x67B8\x6ADE 156-1236-256-1246
-always \x79E6\x6A9C 135-16-126-34
-always \x6AB3\x6994 245-135-123-1456
-always \x6227\x810A 135-145-15-1236
-always \x5920\x6227 1-14-135-145
-always \x6227\x91D1 135-145-15-13
-always \x6227\x4F4F 135-145-146-12
-always \x6227\x5728 135-145-145-1245
-always \x6227\x67F1 135-145-146-12
-always \x6227\x52C1 135-145-15-1
-always \x6227\x53F0 135-145-234-12456
-always \x6227\x5824 135-145-345-123
-always \x6227\x9762 135-145-2456-124
-always \x9183\x81E2 23456-2345-145-2345
-always \x81CA\x7D05 1245-125-126-156
-always \x81CA\x8072 1245-125-124-135
-always \x8A0E\x81CA 234-12356-1245-125
-always \x81CA\x6C23 1245-125-135-12
-always \x5C01\x79AA 235-135-124-124
-always \x79AA\x4F4D 124-124-26-34
-always \x5289\x79AA 1235-146-124-124
-always \x9285\x923F 2346-156-2345-1246
-always \x6D0B\x923F 25-1456-2345-1246
-always \x8ECA\x923F 134-234-2345-1246
-always \x9905\x943A 245-1356-134-135
-always \x8336\x943A 134-2456-134-135
-always \x943A\x9F0E 134-135-345-1356
-always \x943A\x9B32 134-135-1-246
-always \x943A\x6236 134-135-126-12
-always \x943A\x982D 134-135-234-146
-always \x943A\x65CB 134-135-1256-1246
-always \x943A\x6CB9 134-135-25-146
-always \x9F0E\x943A 345-1356-134-135
-always \x85E5\x943A 25-125-134-135
-always \x9152\x943A 15-1346-134-135
-always \x8F51\x943A 123-1256-134-135
-always \x8317\x943A 2456-156-134-135
-always \x6CE5\x943A 12345-126-134-135
-always \x77F3\x943A 124-126-134-135
-always \x929A\x943A 345-125-134-135
-always \x571F\x943A 2346-1236-134-135
-always \x74E6\x943A 26-23456-134-135
-always \x6CB9\x943A 25-146-134-135
-always \x6298\x943A 14-246-134-135
-always \x8173\x943A 15-12356-134-135
-always \x8DB3\x943A 1456-126-134-135
-always \x943A\x8173 134-135-15-12356
-always \x4E2D\x9D60 146-135-16-1236
-always \x879E\x86B1 246-23456-14-356
-always \x879E\x8782 246-2345-123-256
-always \x560D\x56C9 123-146-1236-234
-always \x4F3D\x85CD 135-246-123-1246
-always \x5E7E\x884C 15-1236-12-1456
-always \x5169\x884C 1235-13456-12-1456
-always \x842C\x884C 26-124-12-1456
-always \x611B\x85C9 23456-1245-15-24
-always \x85C9\x8A5E 15-24-1345-126
-always \x860A\x85C9 256-1-15-24
-always \x7E45\x85C9 1245-1235-15-24
-always \x83A8\x8569 123-145-34-145
-always \x64A9\x64A5 1235-1256-24-234
-always \x64A9\x52D5 1235-1256-346-15
-always \x64A9\x9B25 1235-1256-34-14
-always \x64A9\x9264 1235-1256-1-134
-always \x64A9\x4E82 1235-1256-1236-124
-always \x64A9\x7E5E 1235-1256-35-125
-always \x64A9\x6DFA 1235-12356-135-12346
-always \x64A9\x8173 1235-125-15-12356
-always \x7387\x968A 1246-1245-346-34
-always \x92EA\x5E8A 236-123-1346-1456
-always \x7D05\x82D5 126-156-124-1256
-always \x76F8\x614B 125-145-234-1245
-always \x6190\x76F8 1235-1246-125-145
-always \x8208\x6703 125-15-126-34
-always \x5169\x5BBF 1235-13456-125-1346
-always \x9D28\x8840 25-2345-125-2346
-always \x8C6C\x8840 146-123-125-2346
-always \x7D2E\x8FAE 145-2345-245-124
-always \x7D2E\x7DCA 145-2345-15-136
-always \x7D2E\x4F4F 145-2345-146-12
-always \x7D2E\x53E3 145-2345-13-1346
-always \x9435\x67F5 2345-2346-14-245
-always \x67F5\x5B50 14-245-145-23
-always \x67F5\x6B04 14-245-123-1246
-always \x6728\x67F5 246-12-14-245
-always \x76DB\x98EF 134-156-235-124
-always \x76DB\x6EFF 134-156-246-12346
-always \x76DB\x6E6F 134-156-234-1345
-always \x645F\x982D 123-134-234-146
-always \x645F\x8349 123-134-1345-12356
-always \x806F\x884C 1235-1246-12-1456
-always \x88E1\x9577 1235-1236-14-13456
-always \x95BC\x6C0F 25-1234-14-123
-always \x5C6C\x6587 146-1236-26-16
-always \x5C6C\x671B 146-1236-26-145
-always \x76F8\x5C6C 125-1345-146-1236
-always \x9EBC\x8457 246-35-14-1235
-always \x88C2\x8457 1235-2346-14-35
-always \x7E2E\x7802 12456-12-124-2
-always \x9084\x9322 126-1246-135-1246
-always \x975A\x4ED4 1235-145-145-123456
-always \x4E7E\x7E23 135-1246-125-124
-always \x856D\x4E7E 125-1235-135-1246
-always \x985B\x4E7E 345-1234-135-1246
-always \x4E7E\x8ECB 135-1246-25-245
-always \x50C2\x7F85 123-146-1236-246
-always \x7DE8\x8457 245-1234-146-12
-always \x8F03\x8457 15-125-146-12
-always \x8AD6\x8457 1236-1-146-12
-always \x986F\x8457 125-12346-146-12
-always \x8B6F\x8457 25-12-146-12
-always \x8457\x7A31 146-12-134-135
-always \x8457\x9304 146-12-1236-12
-always \x8457\x66F8 146-12-1246-123
-always \x5C08\x8457 146-1234-146-12
-always \x4E26\x8457 245-15-146-12
-always \x982D\x8457 234-146-146-246
-always \x8457\x982D 146-246-234-146
-always \x9087\x8457 35-23456-146-12
-always \x5F4C\x8457 2456-126-146-12
-always \x8449\x8457 25-24-146-246
-always \x8457\x65BC 146-12-256-126
-always \x4ED4\x6232 145-123456-125-12
-always \x8C6C\x4ED4 146-123-145-123456
-always \x99AC\x4ED4 246-23456-145-123456
-always \x9F8D\x4ED4 1236-156-145-123456
-always \x9670\x4FDE 25-123-1246-123
-always \x81BD\x4FDE 34-12346-1246-123
-always \x814E\x4FDE 124-1-1246-123
-always \x8178\x4FDE 134-1456-1246-123
-always \x74B0\x4FDE 126-1246-1246-123
-always \x6975\x4FDE 15-126-1246-123
-always \x81EA\x4E2A\x513F 145-12-1-2346-35-0
-always \x81EA\x5404\x513F 145-12-1-2346-35-0
-always \x81EA\x500B\x5152 145-12-1-2346-35-0
-always \x81EA\x5404\x5152 145-12-1-2346-35-0
-always \x66FE\x5C0F\x8D24 145-135-125-12356-125-1246
-always \x66FE\x4ED5\x5F3A 145-135-124-12-135-1456
-always \x66FE\x5C0F\x8CE2 145-135-125-12356-125-1246
-always \x66FE\x4ED5\x5F37 145-135-124-12-135-1456
-always \x66FE\x570B\x85E9 145-135-16-246-235-1234
-always \x66FE\x5FD7\x5049 145-135-14-12-26-3456
-always \x66FE\x56FD\x85E9 145-135-16-246-235-1234
-always \x66FE\x5FD7\x4F1F 145-135-14-12-26-3456
-always \x5174\x51B2 125-15-1346-135
-always \x8208\x6C96 125-15-1346-135
-#
-# Electronic Braille symbols
-noback sign \xE234 1
-noback sign \xE235 2
-noback sign \xE236 12
-noback sign \xE237 3
-noback sign \xE238 13
-noback sign \xE239 23
-noback sign \xE23A 123
-noback sign \xE23B 4
-noback sign \xE23C 14
-noback sign \xE23D 24
-noback sign \xE23E 124
-noback sign \xE23F 34
-noback sign \xE240 134
-noback sign \xE241 234
-noback sign \xE242 1234
-noback sign \xE243 5
-noback sign \xE244 15
-noback sign \xE245 25
-noback sign \xE246 125
-noback sign \xE247 35
-noback sign \xE248 135
-noback sign \xE249 235
-noback sign \xE24A 1235
-noback sign \xE24B 45
-noback sign \xE24C 145
-noback sign \xE24D 245
-noback sign \xE24E 1245
-noback sign \xE24F 345
-noback sign \xE250 1345
-noback sign \xE251 2345
-noback sign \xE252 12345
-noback sign \xE253 6
-noback sign \xE254 16
-noback sign \xE255 26
-noback sign \xE256 126
-noback sign \xE257 36
-noback sign \xE258 136
-noback sign \xE259 236
-noback sign \xE25A 1236
-noback sign \xE25B 46
-noback sign \xE25C 146
-noback sign \xE25D 246
-noback sign \xE25E 1246
-noback sign \xE25F 346
-noback sign \xE260 1346
-noback sign \xE261 2346
-noback sign \xE262 12346
-noback sign \xE263 56
-noback sign \xE264 156
-noback sign \xE265 256
-noback sign \xE266 1256
-noback sign \xE267 356
-noback sign \xE268 1356
-noback sign \xE269 2356
-noback sign \xE26A 12356
-noback sign \xE26B 456
-noback sign \xE26C 1456
-noback sign \xE26D 2456
-noback sign \xE26E 12456
-noback sign \xE26F 3456
-noback sign \xE270 13456
-noback sign \xE271 23456
-noback sign \xE272 123456
-noback sign \xE273 0
-#
-# The number of full-width characters
-numsign 3456
-digit \xFF11 1
-digit \xFF12 12
-digit \xFF13 14
-digit \xFF14 145
-digit \xFF15 15
-digit \xFF16 124
-digit \xFF17 1245
-digit \xFF18 125
-digit \xFF19 24
-digit \xFF10 245
-#
-# Serial number
-sign \x2488 3456-1-0
-sign \x2489 3456-12-0
-sign \x248A 3456-14-0
-sign \x248B 3456-145-0
-sign \x248C 3456-15-0
-sign \x248D 3456-124-0
-sign \x248E 3456-1245-0
-sign \x248F 3456-125-0
-sign \x2490 3456-24-0
-sign \x2491 3456-1-245-0
-sign \x2492 3456-1-1-0
-sign \x2493 3456-1-12-0
-sign \x2494 3456-1-14-0
-sign \x2495 3456-1-145-0
-sign \x2496 3456-1-15-0
-sign \x2497 3456-1-124-0
-sign \x2498 3456-1-1245-0
-sign \x2499 3456-1-125-0
-sign \x249A 3456-1-24-0
-sign \x249B 3456-12-245-0
-#
-sign \x2474 3456-1-3
-sign \x2475 3456-12-3
-sign \x2476 3456-14-3
-sign \x2477 3456-145-3
-sign \x2478 3456-15-3
-sign \x2479 3456-124-3
-sign \x247A 3456-1245-3
-sign \x247B 3456-125-3
-sign \x247C 3456-24-3
-sign \x247D 3456-1-245-3
-sign \x247E 3456-1-1-3
-sign \x247F 3456-1-12-3
-sign \x2480 3456-1-14-3
-sign \x2481 3456-1-145-3
-sign \x2482 3456-1-15-3
-sign \x2483 3456-1-124-3
-sign \x2484 3456-1-1245-3
-sign \x2485 3456-1-125-3
-sign \x2486 3456-1-24-3
-sign \x2487 3456-12-245-3
-#
-sign \x2460 3456-2-0
-sign \x2461 3456-23-0
-sign \x2462 3456-25-0
-sign \x2463 3456-256-0
-sign \x2464 3456-26-0
-sign \x2465 3456-235-0
-sign \x2466 3456-2356-0
-sign \x2467 3456-236-0
-sign \x2468 3456-35-0
-sign \x2469 3456-2-356-0
-#
-sign \x2160 6-24-0
-sign \x2161 6-24-24-0
-sign \x2162 6-24-24-24-0
-sign \x2163 6-24-1236-0
-sign \x2164 6-1236-0
-sign \x2165 6-1236-24-0
-sign \x2166 6-1236-24-24-0
-sign \x2167 6-1236-24-24-24-0
-sign \x2168 6-24-1346-0
-sign \x2169 6-1346-0
-sign \x216A 6-1346-24-0
-sign \x216B 6-1346-24-24-0
-#
-# The letters of full-width characters
-lowercase \xFF41 1
-lowercase \xFF42 12
-lowercase \xFF43 14
-lowercase \xFF44 145
-lowercase \xFF45 15
-lowercase \xFF46 124
-lowercase \xFF47 1245
-lowercase \xFF48 125
-lowercase \xFF49 24
-lowercase \xFF4A 245
-lowercase \xFF4B 13
-lowercase \xFF4C 123
-lowercase \xFF4D 134
-lowercase \xFF4E 1345
-lowercase \xFF4F 135
-lowercase \xFF50 1234
-lowercase \xFF51 12345
-lowercase \xFF52 1235
-lowercase \xFF53 234
-lowercase \xFF54 2345
-lowercase \xFF55 136
-lowercase \xFF56 1236
-lowercase \xFF57 2456
-lowercase \xFF58 1346
-lowercase \xFF59 13456
-lowercase \xFF5A 1356
-#
-uppercase \xFF21 1
-uppercase \xFF22 12
-uppercase \xFF23 14
-uppercase \xFF24 145
-uppercase \xFF25 15
-uppercase \xFF26 124
-uppercase \xFF27 1245
-uppercase \xFF28 125
-uppercase \xFF29 24
-uppercase \xFF2A 245
-uppercase \xFF2B 13
-uppercase \xFF2C 123
-uppercase \xFF2D 134
-uppercase \xFF2E 1345
-uppercase \xFF2F 135
-uppercase \xFF30 1234
-uppercase \xFF31 12345
-uppercase \xFF32 1235
-uppercase \xFF33 234
-uppercase \xFF34 2345
-uppercase \xFF35 136
-uppercase \xFF36 1236
-uppercase \xFF37 2456
-uppercase \xFF38 1346
-uppercase \xFF39 13456
-uppercase \xFF3A 1356
-#
-# Punctuation and symbol
-space \x3000 0
-punctuation \xFF0C 5-0
-punctuation \x3002 5-23
-punctuation \xFF1F 5-3
-punctuation \x3001 6-0
-punctuation \xFF1A 36-0
-punctuation \x201C 45
-punctuation \x201D 45-0
-punctuation \x300A 5-36
-punctuation \x300B 36-2
-punctuation \xFF01 56-2
-punctuation \x2026 6-6-6-0
-always \x2026\x2026 6-6-6-0
-punctuation \x0022 45-0
-punctuation \x2014 6-36
-always \x2014\x2014 6-36-3
-punctuation \xFF1B 56-0
-punctuation \xFF08 56-3
-punctuation \xFF09 6-23
-punctuation \x3010 56-23
-punctuation \x3011 56-23
-punctuation \x2018 45-45
-punctuation \x2019 45-45-0
-punctuation \x00B7 6-2
-punctuation \xFF06 36
-punctuation \x2502 5-2
-punctuation \xFF05 3456-245-356
-punctuation \x0025 3456-245-356
-punctuation \x300E 45
-punctuation \x300F 45-0
-punctuation \x3014 56-23
-punctuation \x3015 56-23
-punctuation \x300C 45-45
-punctuation \x300D 45-45-0
-punctuation \xFE6A 3456-245-356
-punctuation \x0028 56-3
-punctuation \x0029 6-23
-punctuation \x005B 56-23
-punctuation \x005D 56-23
-punctuation \x007B 56-36
-punctuation \x007D 36-23
-punctuation \x002C 5-0
-punctuation \x002E 5-23
-punctuation \x003F 5-3
-punctuation \x0021 56-2
-punctuation \xFF0E 6-2
-punctuation \xFF40 4
-punctuation \xFF5E 6-2-3
-punctuation \xFF3C 5-16
-punctuation \xFF5C 56-34
-punctuation \xFF0F 5-34
-punctuation \xFF20 4-1
-punctuation \xFF5B 56-36
-punctuation \xFF5D 36-23
-math \xFF0D 36
-punctuation \xFF3F 46-36
-repeated \xFF3F\xFF3F 46-36-36
-math \xFF1D 5-2356
-math \xFF0B 5-235
-punctuation \xFF04 4-256
-punctuation \xFFE5 4-13456
-punctuation \xFF03 26-26
-punctuation \xFF0A 35-35
-punctuation \xFF3E 4-2-3
-punctuation * 35-35
-repeated ** 35-35-35-35-0
-repeated @@@ 4-1-4-1-4-1
-punctuation # 26-26
-repeated ## 26-26-26-26-0
-always .. 6-6-0
-repeated ... 6-6-6-0
-repeated \s\s\s\s 0-0-0-0
-repeated --- 36-36-36
-prepunc " 45
-postpunc " 45-0
-midnum . 3
-endnum \x53EA 14-123
-endnum \x884C 12-1456
-#
-# special character sequences
-noback context $uUdDm[]$S @0
-noback context $S[]$u @56
-noback context $S[]$dDm @0
-class w \xE234\xE235\xE236\xE237\xE238\xE239\xE23A\xE23B\xE23C\xE23D\xE23E\xE23F\xE240\xE241\xE242\xE243\xE244\xE245\xE246\xE247\xE248\xE249\xE24A\xE24B\xE24C\xE24D\xE24E\xE24F\xE250\xE251\xE252\xE253\xE254\xE255\xE256\xE257\xE258\xE259\xE25A\xE25B\xE25C\xE25D\xE25E\xE25F\xE260\xE261\xE262\xE263\xE264\xE265\xE266\xE267\xE268\xE269\xE26A\xE26B\xE26C\xE26D\xE26E\xE26F\xE270\xE271\xE272\xE273
-noback correct $w[$s] ?
-#
-include en-ueb-g1.ctb
-joinnum \x20AC 4-15
-joinnum \x0024 4-256
-joinnum \x00A3 4-1234
-joinnum \x00A5 4-13456
-joinnum \xFFE5 4-13456
-joinnum \xFF04 4-256
-undefined 0
-# Stop
-# Liblouis: Danish table for 6 dots grade 2 forward translation (literary)
-#
-#  Copyright (C) 2014-2017, Bue Vester-Andersen <bue@vester-andersen.dk>
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-# This table is for 6 dots grade 2 literary Braille, embossable, not meant for back-translation.
-#
-# Version: Bue Vester-Andersen, 170604
-
-### Table Metadata
-
-#-name: Dansk forkortet 6-punkt
-#-display-name: Danish 6-dot fully contracted braille
-
-#+locale: da
-#+type: literary
-#+contraction: full
-#+grade: 2
-#+dots: 6
-#+direction: forward
-
-# Display opcodes
-include da-dk-octobraille.dis
-
-### Character definitions
-
-# These ctrl-chars have to have a representation, so that they can be properly converted back and forth.
-space \t 2478 CHARACTER TABULATION
-space \n 678 LINE FEED (LF)
-space \v 1368 LINE TABULATION
-space \f 12378 FORM FEED (FF)
-space \r 257 CARRIAGE RETURN (CR)
-
-# Definition of dot cells
-space \s 0
-punctuation ! 235 EXCLAMATION MARK
-punctuation " 2356 QUOTATION MARK
-punctuation ' 4 APOSTROPHE
-punctuation ( 236 LEFT PARENTHESIS
-punctuation ) 356 RIGHT PARENTHESIS
-punctuation , 2 COMMA
-punctuation - 36 HYPHEN-MINUS
-punctuation . 3 FULL STOP
-punctuation / 34 SLASH
-punctuation : 25 COLON
-punctuation ; 23 SEMICOLON
-punctuation ? 26 QUESTION MARK
-uplow Aa 1
-uplow Bb 12
-uplow Cc 14
-uplow Dd 145
-uplow Ee 15
-uplow Ff 124
-uplow Gg 1245
-uplow Hh 125
-uplow Ii 24
-uplow Jj 245
-uplow Kk 13
-uplow Ll 123
-uplow Mm 134
-uplow Nn 1345
-uplow Oo 135
-uplow Pp 1234
-uplow Rr 1235
-uplow Ss 234
-uplow Tt 2345
-uplow Uu 136
-uplow Vv 1236
-uplow Yy 13456
-
-#use 8 dots for the following chars to avoid conflict with indicators
-uplow Qq 123457
-uplow Ww 24567
-uplow Xx 13467
-uplow Zz 13567
-punctuation | 4568 VERTICAL LINE
-punctuation ~ 467 TILDE (changed by pass 2 to not conflict with indicators
-uplow \x00dc\x00fc 12567
-
-include digits6Dots.uti
-
-punctuation \x00a7 346 SECTION SIGN (0xa7)
-
-uplow \x00c5\x00e5 16 LATIN LETTER A WITH RING ABOVE
-uplow \x00c6\x00e6 345 LATIN LETTER AE
-uplow \x00d8\x00f8 246 LATIN LETTER O WITH STROKE
-
-# cover all other Braille patterns
-include braille-patterns.cti
-
-# Characters with two or more cells
-
-punctuation # 45-3456 NUMBER SIGN
-sign $ 45-256 DOLLAR SIGN
-math % 245-356 PERCENT SIGN
-sign & 6-12346 AMPERSAND
-punctuation * 6-35 ASTERISK
-math + 45-235 PLUS SIGN
-math < 45-134 LESS-THAN SIGN
-math = 45-2356 EQUALS SIGN
-math > 45-234 GREATER-THAN SIGN
-sign @ 45-1 COMMERCIAL AT
-punctuation [ 5-236 LEFT SQUARE BRACKET
-punctuation \\ 45-16 REVERSE SLASH
-punctuation ] 5-356 RIGHT SQUARE BRACKET
-punctuation ^ 45-346 CIRCUMFLEX ACCENT
-punctuation _ 45-36 LOW LINE
-punctuation ` 4 GRAVE ACCENT
-punctuation { 45-246 LEFT CURLY BRACKET
-punctuation } 45-135 RIGHT CURLY BRACKET
-math \x00f7 45-256 DIVISION SIGN
-
-# Misc unicode characters
-include da-dk-6miscChars.cti
-
-# Litdigits
-include litdigits6Dots.uti
-
-undefined 26
-
-### Braille indicators and special characters
-
-#hyphen - 36
-
-letsign 6
-
-# No letsign before capital letters or letters with accents
-
-noletsign I\x0160\x0152\x017d\x0178\x00c0\x00c1\x00c2\x00c3\x00c7\x00c8\x00c9\x00ca\x00cb\x00cc\x00cd\x00ce\x00cf\x00d0\x00d1\x00d2\x00d3\x00d4\x00d5\x00d9\x00da\x00db\x00dc\x00dd\x00de\x008a\x008c\x008e
-noletsign i\x0161\x0153\x017e\x00ff\x00df\x00e0\x00e1\x00e2\x00e3\x00e7\x00e8\x00e9\x00ea\x00eb\x00ec\x00ed\x00ee\x00ef\x00f0\x00f1\x00f2\x00f3\x00f4\x00f5\x00f9\x00fa\x00fb\x00fd\x00fe\x009a\x009c
-
-# Emphasis opcodes
-emphclass italic
-emphclass underline
-emphclass bold
-
-begemphphrase italic 56
-endemphphrase italic after 56
-begemphword italic 56
-endemphword italic 56
-
-begemphphrase bold 56
-endemphphrase bold after 56
-begemphword bold 56
-endemphword bold 56
-
-begemphphrase underline 56
-endemphphrase underline after 56
-begemphword underline 56
-endemphword underline 56
-
-capsletter 46
-begcapsword 456
-endcapsword 68 # Used during back-translation to stop overflow of capsword
-multind 6-46 letsign capsletter
-multind 46-6 capsletter letsign
-multind 6-456 letsign begcapsword
-multind 68-6-46 endcapsword letsign capsletter
-multind 68-6-456 endcapsword letsign begcapsword
-multind 68-6 endcapsword letsign
-
-numsign 3456
-multind 6-3456 letsign numsign
-
-#class of none-space characters that demand double dashes
-# Used in context lines later.
-#must be the first class defined.
-class charsWDoubleDash .,?!/:"'() # class w
-
-### Correct - forward translation
-
-# Chars that don't require a space before percent and permille:
-class charsBeforePercent "(\x201e\x0084\x201c\x0093\x201d\x0094\x00ab\x00bb #class x
-noback correct `["%"] *
-noback correct !$sx["%"] " %"
-noback correct `["\x2030"] *
-noback correct !$sx["\x2030"] " \x2030"
-noback correct `["\x0089"] *
-noback correct !$sx["\x0089"] " \x2030"
-
-# Chars to be treated like digits when switching back to letter mode
-class extraDigits \x00bc\x00bd\x00be
-
-#Use the "correct" opcode to convert chars that can't be back-translated
-# and make the table more simple.
-
-# Dashes
-class dashes \x2013\x2014\x0096\x0097\x00ad
-noback correct %dashes "-"
-
-class quotes \x201e\x0084\x201c\x0093\x201d\x0094\x00ab\x00bb 
-noback correct %quotes "\""
-
-class apostrophes `\x201a\x0082\x2039\x008b\x2018\x0091\x2019\x0092\x203a\x009b\x00b4
-noback correct %apostrophes "'"
-
-# Convert most single caps to lowercase
-
-#Special abbreviations with imbedded small letters.
-# Must be handled by case in this version of liblouis
-noback correct "KAbB" "KABB"
-noback correct "CUDiM" "CUDIM"
-
-swapcc UpperLower ABCDEFGHIJKLMNOPQRSTUVWXYZ\x0160\x0152\x017d\x0178\x00c0\x00c1\x00c2\x00c3\x00c4\x00c5\x00c6\x00c7\x00c8\x00c9\x00ca\x00cb\x00cc\x00cd\x00ce\x00cf\x00d0\x00d1\x00d2\x00d3\x00d4\x00d5\x00d6\x00d8\x00d9\x00da\x00db\x00dc\x00dd\x00de\x008a\x008c abcdefghijklmnopqrstuvwxyz\x0161\x0153\x017e\x00ff\x00e0\x00e1\x00e2\x00e3\x00e4\x00e5\x00e6\x00e7\x00e8\x00e9\x00ea\x00eb\x00ec\x00ed\x00ee\x00ef\x00f0\x00f1\x00f2\x00f3\x00f4\x00f5\x00f6\x00f8\x00f9\x00fa\x00fb\x00fc\x00fd\x00fe\x009a\x009c
-
-# I is a special case
-noback correct _$sp["I"]$sp "i"
-noback correct `["I"]$sp "i"
-noback correct _$sp["I"]~ "i"
-
-noback correct $sSpu[%UpperLower]$u %UpperLower
-noback correct `[%UpperLower]$u %UpperLower
-
-### Pass 1 
-
-# Punctuations, math and numbers
-midnum , 2
-midnum . 3
-#midnum - 36
-endnum - 36
-midnum / 34
-midnum : 25
-nofor midnum ^ 346
-nofor midnum ^ 45-346
-
-midnum ^ 45-346
-midnum \x00d7 45-3-3456
-
-# Punctuation
-prepunc " 2356
-postpunc " 2356
-always /\s 6-34-0
-always \s/ 0-6-34
-prepunc - 36
-postpunc - 36
-always :- 25-36
-always ;- 23-36
-always --- 36-36-36
-always ---- 36-36-36-36
-always ----- 36-36-36-36-36
-# Star enclosed by parentheses
-always (*) 236-35-356
-
-before punctuation before sign always ( 6-236
-
-# these characters must be separated from ")" by a letsign.
-class SepToRightpar Jj%'\x2030\x0089\x201a\x0082\x2039\x009b\x2018\x0091\x2019\x0092\x203a\x009b
-after SepToRightpar always ) 6-356
-after punctuation after sign always ) 6-356
-
-prepunc ( 236
-postpunc ) 356
-always .) 3-356
-always ( 6-236
-always ) 6-356
-
-always ... 3-3-3
-
-# Exclamation and "fra"
-always fra! 124-1235-1-235
-always !fra 235-124-1235-1
-always ?! 26-6-235
-always )! 356-6-235
-always (!) 236-6-235-356
-always "fra" 2356-124-1235-1-2356
-always "!" 2356-6-235-2356
-always !! 235-235
-always !!! 235-235-235
-always !!!! 235-235-235-235
-always !!!!! 235-235-235-235-235
-always '! 4-6-235
-always \s! 0-6-235
-prepunc ! 6-235
-always \x00a1 6-256
-
-### Contractions ###
-
-#Special sequences, urls emails and file names.
-
-nocont $
-nocont \x005c
-nocont @
-nocont ://
-nocont www
-nocont .com
-nocont .dk
-nocont .eu
-nocont .edu
-nocont .gov
-nocont .mil
-nocont .net
-nocont .org
-nocont .uk
-nocont .doc
-nocont .exe
-nocont .htm
-nocont .tex
-nocont .txt
-nocont .gif
-nocont .jpg
-nocont .png
-nocont .wav
-nocont .tar
-nocont .zip
-
-# Ensure no contractions in English ordinal numbers
-endnum nd 6-1345-145
-endnum st 6-234-2345
-endnum ve 6-1236-15
-
-#Words
-word af 356
-always 'af 4-1-124
-word aldrig 1-35
-word aig =
-word alle 1-15
-begnum ae 6-1-15
-contraction ae
-word allerede 1-123-1235
-begnum alr 6-1-123-1235
-contraction alr
-word alligevel 1-123-1236
-begnum alv 6-1-123-1236
-contraction alv
-word altid 1-2345-145
-begnum atd 6-1-2345-145
-contraction atd
-word altså 1-16
-begnum aå 6-1-16
-contraction aå
-word at 1
-
-word blevet 12-2345
-begnum bt 6-12-2345
-contraction bt
-word blev 12-1236
-begnum bv 6-12-1236
-contraction bv
-word blive 12-3456
-word bve 12-1236-15
-word bliver 12
-
-word derefter 23456-1356
-word derst =
-word deres 256
-word derfor 23456-124
-word derf =
-word derigennem 23456-24-12456
-word derige 1456-1235-24-12456
-word dermed 23456-134
-word derm =
-word derned 23456-1246
-word derne =
-word derop 23456-135
-word dero =
-word derover 23456-1346
-word deror =
-word derpå 23456-1234
-word derp =
-word dersom 23456-234
-word ders =
-word dertil 23456-2345
-word dert =
-word derunder 23456-12345
-word derved 23456-1236
-word din 145-1345
-begnum dn 6-145-1345
-contraction dn
-word disse 145-234
-begnum ds 6-145-234
-contraction ds
-word dit 145-2345
-begnum dt 6-145-2345
-contraction dt
-word du 145
-
-word efter 1356
-word eller 15
-word endnu 15-136
-begnum eu 6-15-136
-contraction eu
-
-word fik 124-13
-begnum fk 6-124-13
-contraction fk
-word fordi 124-145
-begnum fd 6-124-145
-contraction fd
-word forskellige 124-123456-15
-word fske =
-word forskelligt 124-123456-2345
-word fskt =
-word forskellig 124-123456
-word fsk =
-word for 124
-word fra 235
-word første 124-1356-15
-word først 124-1356
-word før 246
-
-word ganske 1245-123456
-word gennem 12456
-word ge =
-word gik 1245-13
-begnum gk 6-1245-13
-contraction gk
-word gør 1245
-
-word ham 236
-word hans 13456-234
-begnum ys 6-13456-234
-contraction ys
-word han 13456
-word har 125
-word havde 125-1456
-word hde =
-word have 125-3456
-word hve =
-word helt 125-2345
-begnum ht 6-125-2345
-contraction ht
-word hendes 125-234
-begnum hs 6-125-234
-contraction hs
-word hende 125-145
-begnum hd 6-125-145
-contraction hd
-word hun 136
-word hvad 2456
-word hv =
-word hvis 2456-234
-word hvs =
-word hvordan 34-1
-word hvora 34-6-1
-word hvorefter 34-1356
-word hvorst 34-234-2345
-word hvorfor 34-124
-word hvorf 34-6-124
-word hvorigennem 34-24-12456
-word hvorledes 34-15
-word hvore 34-6-15
-word hvormed 34-134
-word hvorm 34-6-134
-word hvornår 34-1345
-word hvorn 34-6-1345
-word hvorover 34-1346
-word hvoror 34-135-1235
-word hvorpå 34-1234
-word hvorp 34-6-1234
-word hvortil 34-2345
-word hvort 34-6-2345
-word hvorunder 34-12345
-word hvornd 34-1345-145
-word hvorved 34-1236
-word hvorv 34-6-1236
-word hvor 34
-
-word igennem 24-12456
-word ige =
-word igen 35
-word (igen) 236-24-1245-126-356
-word ig =
-word ikke 24-13
-begnum ik 6-24-13
-contraction ik
-word imidlertid 24-24
-begnum ii 6-24-24
-contraction ii
-
-word jeg 245
-word jeg) 245-6-356
-
-word kan 13
-word kommer 13-156
-word ker =
-word kommet 13-346
-word ket =
-word komme 13-146
-word kme =
-word kom 13-134
-begnum km 6-13-134
-contraction km
-word kunne 13-1246
-word kne =
-
-word ligesom 123-234
-begnum ls 6-123-234
-contraction ls
-word lige 123
-word lille 123-123
-begnum ll 6-123-123
-contraction ll
-
-word mange 134-12456
-word mge =
-word med 134
-word megen 146-126
-word meen =
-word meget 146-346
-word meet =
-word mellem 146-134
-word mem =
-word men 146
-word me =
-word min 134-1345
-begnum mn 6-134-1345
-contraction mn
-word mit 134-2345
-begnum mt 6-145-2345
-contraction mt
-word måske 134-123456
-word msk =
-word måtte 134-1256
-word mte =
-
-word naturligvis 1345-2345-1236
-begnum ntv 6-1345-2345-1236
-contraction ntv
-word nd =
-word ned 1246
-word ne =
-word nogen 1345-1345
-begnum nn 6-1345-1345
-contraction nn
-word noget 1345-2345
-begnum nt 6-1345-2345
-contraction nt
-word nogle 1345-123-15
-begnum nle 6-1345-123-15
-contraction nle
-word når 1345
-
-word også 14-16
-begnum cå 6-14-16
-contraction cå
-word og 14
-word omkring 135-134-13
-begnum omk 6-135-134-13
-contraction omk
-word op 135
-word or =
-word over 1346
-
-word på 1234
-
-word ret 12356
-word re 1235-15
-word rigtige 1235-12456
-word rge =
-word rigtigt 1235-2345
-begnum rt 6-1235-2345
-contraction rt
-word rigtig 1235
-
-word sagde 234-1456
-word sammen 234-134
-begnum sm 6-234-134
-contraction sm
-word samme 234-146
-word sme =
-word selvfølgelig 234-1236-124
-begnum svf 6-234-1236-124
-contraction svf
-word selv 234-1236
-begnum sv 6-234-1236
-contraction sv
-word sidste 234-1356-15
-word sste =
-word sidst 234-1356
-word sst =
-word sin 234-1345
-begnum sn 6-234-1345
-contraction sn
-word sit 234-2345
-begnum st 6-234-2345
-contraction st
-word skal 123456
-word sk =
-word skulle 123456-123-15
-word skle =
-word snart 234-1235
-begnum sr 6-234-1235
-contraction sr
-word som 234
-word sådan 16-1
-begnum åa 6-16-1
-contraction åa
-word således 16-15
-begnum åe 6-16-15
-contraction åe
-word så 16
-
-word tid 2345-145
-begnum td 6-2345-145
-contraction td
-word tilbage 2345-12
-begnum tb 6-2345-12
-contraction tb
-word til 2345
-
-word under 12345
-
-word var- =
-word var. =
-word var 36
-word ve 3456
-word ved 1236
-word ville 1236-123-15
-begnum vle 6-1236-123-15
-contraction vle
-word vil 1236-123
-begnum vl 6-1236-123
-contraction vl
-word været 1236-2345
-begnum vt 6-1236-2345
-contraction vt
-word være 345
-
-#Part words
-nocross den 12346
-nocross der 23456
-nocross det 2346
-nocross de 1456
-nocross en 126
-nocross er 156
-nocross et 346
-nocross ge 12456
-#nocross hvor 34
-nocross hv 2456
-nocross ig 35
-nocross me 146
-nocross nd 12345
-nocross ne 1246
-nocross or 1346
-nocross re 12356
-nocross sk 123456
-nocross st 1356
-nocross te 1256
-
-# Numsign/"ve", special case when back-translating
-noback nocross ve 3456
-
-# Additional words containing "hvor"
-# these are made explicit in 6-dots to handle / better
-
-word hvoraf 34-1-124
-word hvorfra 34-124-1235-1
-word hvorhen 34-125-126
-word hvorhenne 34-125-126-1246
-word hvori 34-24
-word hvoriblandt 34-24-12-123-1-12345-2345
-word hvorimellem 34-24-146-123-123-15-134
-word hvorimod 34-24-134-135-145
-word hvorlænge 34-123-345-1345-12456
-word hvormange 34-134-1-1345-12456
-word hvorom 34-135-134
-word hvormeget 34-146-1245-346
-word hvorudfra 34-136-145-124-1235-1
-word hvorvidt 34-1236-24-145-2345
-word ihvorvel 24-34-3456-123
-
-# Common combinations of one word contractions with slash
-word af/på 356-34-1234
-word af/på 356-34-68-1234
-word du/i 145-34-24
-word du/i 145-34-68-24
-word eller/og 15-34-14
-word eller/og 15-34-68-14
-word fra/til 235-34-2345
-word fra/til 235-34-68-2345
-word han/hun 13456-34-136
-word han/hun 13456-34-68-136
-word hun/han 136-34-13456
-word hun/han 136-34-68-13456
-word i/du 24-34-145
-word i/du 24-34-68-145
-word og/eller 14-34-15
-word og/eller 14-34-68-15
-word over/under 1346-34-12345
-word over/under 1346-34-68-12345
-word på/af 1234-34-356
-word på/af 1234-34-68-356
-word til/fra 2345-34-235
-word til/fra 2345-34-68-235
-word under/over 12345-34-1346
-word under/over 12345-34-68-1346
-
-# Ensure no one-letter word contraction before or after a dash
-
-endword -af 36-1-124
-begword af- 1-124-36
-endword -altid 36-1-2345-145
-begword altid- 1-2345-145-36
-endword -at 36-1-2345
-endword -a 36-6-1
-begword at- 1-2345-36
-endword -og 36-135-1245
-endword -c 36-6-14
-begword og- 135-1245-36
-endword -du 36-145-136
-endword -d 36-6-145
-begword du- 145-136-36
-endword -efter 36-15-124-2345-156
-endword -z 36-6-1356
-begword efter- 15-124-2345-156-36
-midword -efter- 36-1356-36
-endword -e 36-6-15
-endword -for 36-124-1346
-endword -f 36-6-124
-begword for- 124-1346-36
-endword -fra 36-124-1235-1
-begword fra- 124-1235-1-36
-endword -g 36-6-1245
-endword -gennem 36-1245-126-1246-134
-begword gennem- 1245-126-1246-134-36
-endword -ham 36-125-1-134
-begword ham- 125-1-134-36
-endword -han 36-125-1-1345
-endword -y 36-6-13456
-begword han- 125-1-1345-36
-endword -har 36-125-1-1235
-endword -h 36-6-125
-begword har- 125-1-1235-36
-endword -hun 36-125-136-1345
-endword -u 36-6-136
-begword hun- 125-136-1345-36
-endword -j 36-6-245
-endword -kan 36-13-1-1345
-endword -k 36-6-13
-begword kan- 13-1-1345-36
-endword -lige 36-123-24-12456
-endword -l 36-6-123
-begword lige- 123-24-12456-36
-endword -med 36-146-145
-endword -m 36-6-134
-begword med- 146-145-36
-endword -men 36-134-126
-begword men- 134-126-36
- endword -ned 36-1246-145
-begword ned- 1246-145-36
-endword -når 36-1345-16-1235
-endword -n 36-6-1345
-begword når- 1345-16-1235-36
-endword -op 36-135-1234
-endword -o 36-6-135
-begword op- 135-1234-36
-endword -over 36-135-1236-156
-endword -x 36-6-1346
-begword over- 135-1236-156-36
-endword -på 36-1234-16
-endword -p 36-6-1234
-begword på- 1234-16-36
-midword -på- 36-1234-36
-endword -ret 36-1235-346
-begword ret- 1235-346-36
-midword -ret- 36-12356-36
-endword -rigtig 36-1235-35-2345-35
-endword -r 36-6-1235
-begword rigtig- 1235-35-2345-35-36
-midword -rigtig- 36-1235-36
-endword -skal 36-123456-1-123
-begword skal- 123456-1-123-36
-midword -skal- 36-123456-36
-endword -som 36-234-135-134
-endword -s 36-6-234
-begword som- 234-135-134-36
-midword -som- 36-234-36
-endword -så 36-234-16
-endword -å 36-6-16
-begword så- 234-16-36
-endword -til 36-2345-24-123
-endword -t 36-6-2345
-begword til- 2345-24-123-36
-midword -til- 36-2345-36
-endword -under 36-136-1345-23456
-begword under- 136-1345-23456-36
-midword -under- 36-12345-36
-endword -ved 36-1236-15-145
-endword -v 36-6-1236
-begword ved- 1236-15-145-36
-midword -ved- 36-1236-36
-
-
-### Context rules - forward translation
-
-# Substitutions for joinnum rules with common math signs
-noback context $dy$s["-"$s]$dy @36
-noback context $dy$s["+"$s]$dy @235
-noback context $dy$s["\x00d7"$s]$dy @3
-noback context $dy$s["\x00f7"$s]$dy @256
-noback context $dy$s["="$s]$dy @2356
-
-# Space on each side of = when between letters or punctuation.
-noback context $lp["="]$lp @0-2356-0
-
-# Exclamation at beginning of string
-noback context `["!"] @6-235
-
-# Ensure two dashes where appropriate.
-noback context $w["-"]$w @36
-noback context $sw["-"]$sw @36-36
-noback context `["-"]$sw @36-36
-noback context $sw["-"]~ @36-36
-noback context !$sw["-"]~ @36
-noback context `["-"]~ @36-36
-
-# Ensure letsign between letter and numsign
-noback context $l[]$D @6
-
-# No "nd", "hv", "or", or "st" after a digit and a letsign
-noback context $dy["hv"] @6-125-1236
-noback context $dy$Spm["hv"] @6-125-1236
-noback context $dy["nd"] @6-1345-145
-noback context $dy$Spm["nd"] @6-1345-145
-noback context $dy["or"] @6-135-1235
-noback context $dy$Spm["or"] @6-135-1235
-noback context $dy["st"] @6-234-2345
-noback context $dy$Spm["st"] @6-234-2345
-noback context $dy["te"] @6-2345-15
-noback context $dy$Spm["te"] @6-2345-15
-
-
-#ensure dot 6 between a digit and a letter
-noback context $dy[]$u @6
-# Not letsign after digit + punctuation in literary braille
-# noback context $dy$Spm.[]$u @6
-
-### Pass 2 - forward translation
-
-# Correct chars defined as 8 dots because they include letsign
-noback pass2 @467 @45-6
-noback pass2 @4568 @45-456
-noback pass2 @123457 @6-12345
-noback pass2 @24567 @6-2456
-noback pass2 @13467 @6-1346
-noback pass2 @13567 @6-1356
-noback pass2 @12567 @6-1256
-
-# Show endcapsword as dot 6 (letsign)
-noback pass2 @68 @6
-
-noback pass2 @6-46-5 @46-5 # no letsign before cap letters with accent
-noback pass2 _$D[@6-46-6] *
-noback pass2 _$D[@6-46] *
-noback pass2 @6-46-6 @46-6 # Ensure correct order and no double letsign
-noback pass2 @6-46 @46-6 # Ensure correct order
-
-### Pass 3 - forward translation
-
-# Ensure there is only one letsign
- noback pass3 @6-6 @6
-
-# Include hyphenation file as the last thing
-include hyph_brl_da_dk.dic
-#
-#  Copyright (C) 2010, 2011 by DocArch <http://www.docarch.be>
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-#
-# ----------------------------------------------------------------------------------------------
-#  odt2braille - Braille authoring in OpenOffice.org.
-# ----------------------------------------------------------------------------------------------
-#
-#  Spanish Braille
-#     Created and maintained by Bert Frees <bertfrees@gmail.com>
-#	  with the assistance of Carles Sadurní Anguita <http://www.transcriptor.net/>
-#
-# ----------------------------------------------------------------------------------------------
-
-# ---------------------------------------
-# Digits
-# ---------------------------------------
-
-include litdigits6Dots.uti
-
-# ---------------------------------------
-# Braille indicator opcodes
-# ---------------------------------------
-
-numsign 3456
-capsletter 46
-begcapsword 46-46
-
-# ----------------------------------------------------------------------------------------------
-#-display-name: Gondi braille
-
-#+locale:gon
-#+type:literary
-
-# TODO: Please correct the metadata above. It is not meant to be
-# accurate nor complete. It hasn't been verified by the table
-# author yet. It is merely an attempt by the liblouis maintainers
-# to get some sensible initial values in place.
-
-# TODO: Please add a reference to official documentation about
-# the implemented braille code. Preferably submit the documents
-# to https://github.com/liblouis/braille-specs.
-
-include spaces.ctb
-include gon.ctb
-include braille-patterns.cti
-# liblouis: U.S. English Grade 1 table
-
-#  Based on the Linux screenreader BRLTTY, copyright (C) 1999-2006 by
-#  The BRLTTY Team
-#
-#  Copyright (C) 2004-2006 ViewPlus Technologies, Inc. www.viewplus.com
-#  Copyright (C) 2004-2006 JJB Software, Inc. www.jjb-software.com
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-
-include chardefs.cti All character definition opcodes
-
-# Braille indicators
-numsign 3456  number sign, just a dots operand
-multind 56-6 letsign capsletter
-capsletter 6
-begcapsword 6-6
-endcapsword 6-3
-emphclass italic
-emphclass underline
-emphclass bold
-begemphphrase italic 46-46
-endemphphrase italic before 46
-lenemphphrase italic 4
-begemphword italic 46-3
-endemphword italic 46-36
-emphletter italic 46-25
-begemphphrase bold 456-456
-endemphphrase bold before 456
-lenemphphrase bold 4
-begcomp 456-346
-endcomp 456-156
-
-# the decimal digits
-include litdigits6Dots.uti
-
-# Letters are defined in en-chardefs
-# punctuation
-prepunc ( 2356
-postpunc ) 2356
-prepunc " 236
-postpunc " 356
-prepunc ` 6-236
-prepunc ' 6-236
-postpunc ' 356-3
-word 'em = 
-word 'tis =
-word 'twas =
-begnum # 1345-135-256 print number sign before number
-midnum , 2
-postpunc , 2
-decpoint . 46
-midnum - 36
-hyphen - 36
-postpunc . 256
-postpunc ; 23
-midnum : 25
-postpunc : 25
-postpunc ! 235
-midnum / 34
-always / 456-34
-always < 5-13
-always = 46-13
-always > 46-2
-postpunc ? 236
-endnum st 34
-endnum nd 1345-145
-endnum rd 1235-145
-endnum s 234
-endnum th 1456
-endnum 's 3-234
-endnum % 4-25-1234
-midnum ^ 45
-always ^ 456-126
-always ~ 4-156
-always & 4-12346
-midnum * 4-16
-always * 35-35
-prepunc [ 6-2356
-postpunc ] 2356-3
-prepunc { 56-2356
-postpunc } 2356-23
-prepunc ` 6-236
-always @ 4-1
-always \\ 4-1256
-always | 456-1256
-always ..." 3-3-3-356
-always ... 3-3-3
-begnum $ 256-3456
-
-# special character sequences
-compbrl :// URLs
-compbrl ()
-compbrl www.
-compbrl ::
-compbrl .com
-compbrl .edu
-compbrl .gov
-compbrl .ini
-compbrl .mil
-compbrl .net
-compbrl .org
-compbrl .doc
-compbrl .htm
-compbrl .html
-compbrl .tex
-compbrl .txt
-compbrl .gif
-compbrl .jpg
-compbrl .png
-compbrl .wav
-compbrl .tar
-compbrl .zip
-
-letsign 56
-# the letter a
-largesign a 1
-largesign A 1
-always aar 1-345 Aaron
-always aa 1-1 back-translation: maasai
-word about 1-12
-word thereabouts 5-2346-1-12-234
-word runabout 1235-136-1345-1-12
-contraction ab
-sufword above 1-12-1236
-contraction abv
-word according 1-14
-contraction ac
-word accordingly 1-14-123-13456
-contraction acly
-word across 1-14-1235
-contraction acr
-always aed =
-always aer = Rosenlaer
-begword aforem 1-123456-15-134 aforementioned 
-word aforesaid 1-123456-15-234-145
-sufword after 1-124
-contraction af
-always afternoon 1-124-1345 afternoons
-contraction afn
-sufword afterward 1-124-2456
-contraction afw
-word again 1-1245
-contraction ag
-word against 1-1245-34
-always agery =
-midendword ally 6-13456
-word almost 1-123-134
-contraction alm
-word already 1-123-1235
-contraction alr
-word also 1-123
-contraction al
-word although 1-123-1456
-word altogether 1-123-2345
-contraction alt
-word always 1-123-2456
-contraction alw
-midendword ance 46-15
-largesign and 12346
-always andar 12346-345 staodard
-midendword anda 12346-1 panda
-midword angh = Shanghai
-begword anted =
-always anterior 1-1345-2345-23456-24-135-1235
-begword anter =
-begword aqued = aqueduct
-always ar 345
-word aright 1-5-1235
-word as 1356
-contraction as
-always athe 1-2346 back-translation: lathe
-midendword ation 6-1345
-midendword aunder 1-136-1345-145-12456 saunders
-begword auto = autofocus
-syllable away =
-
-# the letter b
-midword bb 23
-midendword bble 12-3456
-lowword be 23
-begword be 23
-begword bea 12-2
-always bear 12-15-345
-begword beatif 23-1-2345-24-124
-begword beatit 23-1-2345-24-2345
-begword beatr 23-1-2345-1235 Beatrice
-always beck 12-15-14-13
-always bed 12-1246
-begword beda 23-145-1 bedazzle
-begword bede 23-145-15 bedevil
-word bede 12-1246-15 bede (a name)
-begword bedi 23-145-24 bedizzened
-word bee 12-15-15
-begword bee 12-15-15
-always been 12-15-26
-always beer 12-15-12456
-word beg =
-begword begg 12-15-2356
-word begs =
-begword bei = beijing
-sufword being 23-346
-sufword belch 12-15-123-16
-begword beld = Beldon
-begword belf = belfry, belfast
-begword belg = Belgium
-begword belk = Belkin
-always bell =
-begword belm = Belmont
-always belt =
-begword belw = belwether
-always ben 12-26
-begword beni 12-26-24
-begword benif 23-1345-24-124 benificient
-sufword benign 23-1345-24-1245-1345 benignity
-begword benov 23-1345-135-1236 benovolent
-begword benu 23-1345-136 benumbed
-begword ber 12-12456
-begword bera 23-1235-1 berating
-begword bere 23-1235-15 bereft
-begword berea 23-1235-2 bereaved
-begword beri 23-1235-24 beribboned
-always best 12-15-34
-sufword bestow 23-34-246
-word bethel 12-15-2346-123
-syllable beth 12-15-1456 Bethany
-always bethe 12-15-2346 Bethel (Hans) Bethe
-always bets =
-always bett =
-sufword bev = bevies
-begword bever 12-5-15 Beverly beverage
-always bio =
-midendword bious 12-24-1256-234 dubious
-always bottlen = bottlenosed
-joinword by 356
-word because 23-14
-word bec =
-sufword before 23-124
-sufword behind 23-125
-word behring 12-15-125-1235-346
-word bel =
-begword beln = Belnick
-word below 23-123
-word beneath 23-1345
-sufword beside 23-234
-sufword bess = Bessie
-word between 23-2345
-word bet =
-word beyond 23-13456
-word bey =
-always bleu =
-midendword ble 3456
-midendword bleau 12-123-2-136 tableau
-syllable bleed 12-123-15-1246 nosebleed
-always bless 12-46-234 joblessness
-word blind 12-123
-contraction bl
-begword blindf 12-123-124 blindfold
-word blindly 12-123-123-13456
-word blindness 12-123-56-234
-sufword blinds 12-123-234 blindsided
-always braille 12-1235-123
-contraction brl
-word but 12
-
-# the letter c
-midword cch 14-16
-always chloro 16-123-135-1235-135
-begword cofac = cofactor
-always cofound 14-135-124-46-145
-begword com 36
-sufword common 36-134-135-1345 commonest
-begword con 25
-sufword conceive 25-14-1236
-sufword conceiving 25-14-1236-1245
-always conch 14-135-1345-16
-always cone 14-5-135
-word cons 14-135-1345-234
-sufword conundrum = 
-sufword could 14-145
-word could've 14-145-3-1236-15
-contraction cd
-always cred 14-1235-1246 incredulous
-midword cc 25
-word can 14
-always cannot 456-14
-always ch 16
-syllable chand 16-12346 merchandise
-always character 5-16
-always chemo 16-15-134-135
-word child 16
-always children 16-1345
-sufword clever 14-123-5-15 cleverest
-
-# the letter d
-always daredevil 145-345-15-145-15-1236-24-123
-always day 5-145
-always dday 145-5-145
-begword deact = deactivation
-begword deall = deallocate
-begword decarb 145-15-14-345-12
-always deceive 145-14-1236
-contraction dcv
-contraction dcvd
-contraction dcvr
-contraction dcvs
-always deceiving 145-14-1236-1245
-contraction dcvg
-always declare 145-14-123
-contraction dcl
-contraction dcld
-contraction dclr
-contraction dcls
-word declaring 145-14-123-1245
-contraction dclg
-begword deref = dereferencing
-begword dereg = deregulation
-midword dd 256
-begword dedic 145-1246-24-14 dedicated
-always dedu = nondeductible
-begword deno = denote
-always denom =
-begword denou 145-15-1345-1256 denounce
-begword denu = denunciation
-begword dera = derail
-begword deri 145-15-1235-24
-begword dero = derogatory
-begword dinu 145-24-1345-136
-begword dis 256
-word disc =
-word discs =
-always dish 145-24-146
-begword disha 256-125-1 dishabile
-begword dishear 256-125-15-345 disheartened
-begword disho 256-125-135 dishonor
-begword dishone 256-125-5-135 dishonest
-sufword disk =
-sufword dispirit 145-24-456-234 dispirited
-begword disul = disulfide
-word do 145
-syllable down 145-246-1345 facedown
-syllable drum = kettledrum
-always edom =
-always reduc =
-always seduc =
-# syllable dun =
-
-# the letter e
-midword ea 2
-midword eabil = interchangeability
-always eable 15-1-3456
-endword eably = noticeably
-midendword eage = mileage
-midendword eager 2-1245-12456 meager
-always eally 15-6-13456
-midendword eance 15-46-15 vengeance
-midendword eand 15-12346 meander
-always eation 15-6-1345
-always ear 15-345
-always ed 1246
-begword edic = edict Benedict
-sufword edition 15-145-24-56-1345 editions
-syllable draw =
-word either 15-24
-contraction ei
-word en =
-always en 26
-always ename 15-5-1345
-sufword enamel 26-1-134-15-123 enameled
-midendword ence 56-15
-syllable neck = bottleneck
-midendword eness 15-56-234 closeness
-begword enor = enormous
-begword enou 15-1345-1256
-lowword enough 26
-word enough 26-1256-126
-begword enu 15-1345-136
-always er 12456
-begword era =
-word eras 12456-1-234
-begword erec = erect 
-begword ero 15-1235-135
-syllable room = storeroom
-begword eru = erupt
-always ever 5-15
-midendword evere 15-1236-12456-15 Everest
-always evered 15-1236-12456-1246
-word every 15
-
-# the letter f
-midword ff 235
-syllable ffold 235-135-123-145 scaffold
-always father 5-124
-always fein 124-15-35 Feingold
-always first 124-34
-always fever 124-15-1236-12456
-always ffor 124-123456
-largesign for 123456
-begword fora 123456-1 foramen
-always fore 123456-15
-begword forens 123456-26-234 forensic
-always forever 123456-5-15 forevermore
-syllable fold =
-syllable foot =
-word from 124
-word friend 124-1235
-word friends 124-1235-234
-word friendless 124-1235-46-234
-sufword friendship 124-1235-146-24-1234
-sufword friendl 124-1235-123
-contraction fr
-midendword ful 56-123
-always funder 124-136-1345-145-12456
-
-# the letter g
-begword geo = geoengineering
-sufword geoff 1245-15-12356-124 Geoffrey
-midword gg 2356
-always gh 126
-endword gham = Langham
-midendword ghill = dunghill
-always ghz = (gigahertz)
-sufword gnome = gnomedb
-word go 1245
-sufword good 1245-145
-contraction gd
-always good-by 1245-145-36-12-13456
-syllable grad = leningrad
-sufword great 1245-1235-2345
-contraction grt
-
-# the letter h
-always had 456-125
-always hadd 125-1-256 haddock
-sufword hade = hadean 
-syllable hand 125-12346
-word have 125
-syllable hawk =
-syllable hawthorn 125-1-2456-1456-135-1235-1345
-syllable head 125-2-145
-syllable heart 125-15-345-2345
-always hedgerow 125-1246-1245-15-1235-246
-syllable herd 125-12456-145 goatherd
-always here 5-125
-always hereafter 5-125-1-124
-always hered 125-12456-1246
-always heren 125-12456-26
-midendword herence 125-12456-56-15 adherence
-always herer 125-12456-12456
-always heres 125-12456-15-234
-always heret 125-12456-15-2345
-word heretofore 5-125-2345-135-123456-15
-word herself 125-12456-124
-word him 125-134
-word His 6-236
-word hm 125-3-134
-sufword hmm =
-word himself 125-134-124
-contraction hmf
-lowword his 236
-syllable hood =
-syllable horn =
-syllable horse = horseradish
-syllable house 125-1256-234-15 
-syllable hydro =
-
-# the letter i
-word I 24
-midendword iever 24-15-1236-12456
-word immediate 24-134-134
-contraction imm
-word immediately 24-134-134-123-13456
-contraction immly
-begword immuno = immunofluorescence
-lowword in 35
-word in =
-always in 35
-endword in' 35-3
-begword incon 35-14-135-1345 incongruous
-midendword iness 24-56-234
-midendword ing 346
-midword inga 35-1245-1 nightingale
-always ingar 35-1245-345 Weingarten
-midendword ingent 346-26-2345 stringent
-midword ingenc 346-26-14 contingency
-midword ingen 35-1245-26 palingenesis (new birth)
-midword ingi 35-1245-24 meningitis
-midendword inging 346-346 bringing
-joinword into 35-235
-always isinglass 24-234-35-1245-123-1-234-234
-always isomer 24-234-135-134-12456
-word it 1346
-word it's 1346-3-234
-word it'd 1346-3-145
-word it'll 1346-3-123-123
-word its 1346-234
-contraction xs
-word itself 1346-124
-contraction xf
-midendword ity 56-13456
-
-# the letter j
-word just 245
-
-# the letter k
-always know 5-13
-word knowledge 13
-
-# the letter l
-always \s-\shis 36-36-125-24-234
-always \s-\swas 36-36-2456-24-234
-word housed 125-1256-234-1246
-sufword land 123-12346 landowner
-midendword less 46-234
-sufword letter 123-1235
-contraction lr
-sufword newsletter 1345-15-2456-234-123-1235
-word unlettered 136-1345-123-1235-1246
-word like 123
-sufword little 123-123
-contraction ll
-sufword lone 123-5-135 lonely
-always loner 123-135-1345-12456
-always lord 5-123
-
-# the letter m
-always maha =
-always many 456-134
-begword mccon 134-14-25
-begword mc =
-always medic 134-1246-24-14 medicare
-midendword ment 56-2345
-midword menth 134-26-1456 Blumenthal
-always mideast 134-24-145-15-1-34
-word milling 134-24-123-123-346
-always minestrone 134-35-15-34-1235-135-1345-15
-always mishap =
-sufword mishear 134-24-234-125-15-345 misheard
-begword missh 134-24-234-146 misshapen
-word mistook =
-begword mistran = mistranslation
-sufword mistreat 134-24-234-2345-1235-2-2345
-begword mistru = mistrust
-begword misty = mistyped
-word monetary 134-5-135-2345-345-13456
-always mongoose =
-word more 134
-always mother 5-134
-always much 134-16
-word must 134-34
-word mustn 134-34-1345
-word musty 134-34-13456
-begword myo = myofibroblasts
-word myself 134-13456-124
-contraction myf
-
-# the letter n
-always name 5-1345
-midendword nament 1345-1-56-2345 tournament
-always namese =
-word near-by 1345-15-345-36-12-13456
-prfword necessary 1345-15-14 unnecessary
-contraction nec
-word neither 1345-15-24
-contraction nei
-midendword ness 56-234
-begword nonen 1345-135-1345-26 nonentity
-begword noness = nonessential
-word nonetheless 1345-5-135-2346-46-234
-always nonex =
-begword nong = nongraphical
-word noone 1345-135-5-135
-begword nose = nosedive
-word nosed 1345-135-234-1246
-word not 1345
-word noways =
-word nowhere 1345-135-5-156
-
-# the letter o
-word O 135
-midword oed = Schroeder
-always oen = Phoenix
-midendword oence 135-26-14-15 electroencephalogram
-largesign of 12356
-midendword ofar 135-124-345 insofar
-midendword ofa 12356-1 back-translation: sofa
-midword ofor 135-123456
-always onesi =
-midendword oness 135-56-234
-midendword oneer 135-1345-15-12456
-midendword oned 135-1345-1246
-always one 5-135
-always oneal = peritoneal
-midendword oneless 5-135-46-234 tonelessly
-midendword onel = salmonella colonel
-always onem = phoneme
-midendword onement 5-135-56-2345 atonement
-midendword onent 135-1345-26-2345
-midendword oneous 135-1345-15-1256-234 erroneous
-always oner 135-1345-12456
-midendword onese = Cantonese,
-word oneself 5-135-124
-midendword oness 135-56-234 Deaconess
-midendword onet = phonetics bayonet
-endword onez = Ordonez
-midendword ong 56-1245
-always oon = sooner
-always osome =
-word ou =
-always ou 1256
-midendword ound 46-145
-midendword ount 46-2345
-always ourselves 1256-1235-1236-234
-word out 1256
-always ought 5-1256
-always ow 246
-word o'clock 135-3-14
-
-# the letter p
-always paid 1234-145
-contraction pd
-always part 5-1234
-begword parta 1234-345-2345-1 partake
-begword parto 1234-345-2345-135
-begword parthen 1234-345-2346-1345 parthenon parthenogenesis
-word people 1234
-always perceive 1234-12456-14-1236
-always perceiving 1234-12456-14-1236-1245
-always perhaps 1234-12456-125
-begword photo =
-always pher 1234-125-12456 cyphered
-always pineapple 1234-35-1234-1234-123-15
-syllable portion 1234-135-1235-56-1345
-syllable port = porthole
-begword potho = pothole pothook
-begword pre =
-always preach 1234-1235-2-16
-sufword predator 1234-1235-1246-1-2345-135-1235
-always prof =
-word prof. 1234-1235-12356-256
-begword proff 1234-1235-12356-124 proffer
-always profit 1234-1235-12356-24-2345
-
-# the letter q
-always quick 12345-13
-contraction qk
-word quite 12345
-always question 5-12345
-
-# the letter r
-sufword rafter 1235-1-124-2345-12456
-word rather 1235
-sufword raw = rawhide
-begword reab = reabsorbed
-always reac =
-always reach 1235-2-16
-begword readj = readjust
-begword readm = readmit
-begword reaff 1235-15-1-235
-sufword reagent 1235-15-1-1245-26-2345
-begword reagg 1235-15-1-2356 reaggregated
-begword realig = realign
-begword rean = reanalyze, reanimate
-begword reapp = reappear
-begword reass 1235-15-1-234-234
-begword reatt = reattach
-begword reau = reauthorization
-begword reaw = reawaken
-begword rede =
-begword redi =
-word redo =
-word redone 1235-15-145-5-135
-begword redou 1235-15-145-1256 redouble redoubt 
-always redu =
-always receive 1235-14-1236
-contraction rcv
-contraction rcvd
-contraction rcvr
-contraction rcvs
-always receiving 1235-14-1236-1245
-contraction rcvg
-begword redis = redistribute
-begword redr = redress
-word reichstag 1235-15-24-16-234-2345-1-1245
-always rejoice 1235-245-14
-contraction rjc
-contraction rjcd
-contraction rjcr
-contraction rjcs
-always rejoicing 1235-245-14-1245
-contraction rjcg
-sufword renaming 1235-15-1345-1-134-346 renamings
-begword rene =
-begword renom = renominate
-begword renou 1235-15-1345-1256 renounce
-sufword renown 1235-15-1345-246-1345 renowned
-begword renu = renunciation
-begword rera = reradiate
-sufword reread 1235-15-1235-2-145
-sufword rerun = reruns
-always rever 1235-15-1236-12456
-always reveren 1235-5-15-26 irreverent
-always reverence 1235-5-15-56-15 irreverence
-sufword reverie 1235-5-15-24-15
-begword ribof =
-begword ribon =
-always right 5-1235
-
-# the letter s
-word said 234-145
-contraction sd
-syllable screw = screwhole
-begword seda =
-always sedu =
-always sent 234-26-2345 sentimental
-always sever 234-15-1236-12456 perseverance 
-always several 234-5-15-1-123 severally
-word shall 146
-word sh =
-always sh 146
-always shaus = In German names
-sufword should 146-145
-always shoulder 146-1256-123-145-12456
-word singapore 234-346-1-1234-135-1235-15 
-midendword sion 46-1345
-midword stak 234-2345-1-13
-midendword stion 234-56-1345
-word so 234
-always some 5-234
-midendword somed 234-135-134-1246 ransomed
-always somer 234-135-134-12456 somersault 
-always spirit 456-234
-midendword ssword 234-234-45-2456 crossword 
-partword st 34
-always sth 234-1456
-always sthe 234-2346
-word still 34
-always stime 234-5-2345
-midendword stown 234-2345-246-1345 Pickstown
-begword styro 34-13456-1235-135 styrofoam
-always ssh =
-word such 234-16
-word sch =
-always sword =
-
-# the letter t
-word th =
-always th 1456
-word that 2345
-word this 1456
-word thyself 1456-13456-124
-word tiddledywinks 2345-24-256-123-15-145-13456-2456-35-13-234
-always tnam =
-joinword to 235
-word today 2345-145
-contraction td
-word tomorrow 2345-134
-contraction tm
-word tonight 2345-1345
-contraction tn
-always thead 2345-125-2-145
-always theast 1456-15-1-34
-largesign the 2346
-always thea 2346-1 theater
-word themselves 2346-134-1236-234
-always their 456-2346
-always thence 1456-56-15
-always there 5-2346
-midendword thereal 2346-1235-2-123 ethereal
-word thereupon 5-2346-45-136
-always thereafter 5-2346-1-124
-always thered 2346-1235-1246
-always therer 2346-1235-12456
-always theres 2346-1235-15-234 theresa therese 
-midendword tion 56-1345
-always time 5-2345
-midendword timed 1245-24-134-1246
-midendword timer 2345-24-134-12456
-midendword timet = altimeter
-word these 45-2346
-always through 5-1456
-word together 2345-1245-1235
-contraction tgr
-word those 45-1456
-begword trans = transtype
-
-# the letter u
-begword un = unameliorated
-begword unble = unblemished
-begword uncon = uncongenial
-begword undis = undisturbed
-begword uneas = unease
-begword uneat = uneaten
-sufword unful = unfulfilled
-begword unmen 136-1345-134-26 unmentioned
-word upon 45-136 Dupont
-word us 136
-always under 5-136
-word unsaid 136-1345-234-145
-
-# the letter v
-begword vaing 1236-1-35-1245 vainglory
-word very 1236
-begword vice = viceroy
-
-# the letter w
-lowword was 356
-word wh =
-always wh 156
-midendword whart 2456-125-345-2345 Newhart
-word which 156
-word will 2456
-lowword were 2356
-lowword Were 6-2356 for back-translation
-always where 5-156
-word whereupon 5-156-45-136
-word wherever 156-12456-5-15
-largesign with 23456
-always word 45-2456
-word whose 45-156
-always work 5-2456
-sufword would 2456-145
-word would've 2456-145-3-1236-15
-contraction wd
-always world 456-2456
-
-# the letter x
-
-# the letter y
-word you 13456
-word you'd 13456-3-145
-word you'll 13456-3-123-123
-word you're 13456-3-1235-15
-word you've 13456-3-1236-15
-always young 5-13456
-word your 13456-1235
-contraction yr
-word yours 13456-1235-234
-contraction yrs
-word yourself 13456-1235-124
-contraction yrf
-word yourselves 13456-1235-1236-234
-contraction yrvs
-
-# the letter z
-
-# Système International Prefixes
-begword yotta 13456-135-2345-2345-1 10^24
-begword zetta 1356-15-2345-2345-1 10^21
-# begword exa 15-1346-1 10^18
-begword peta 1234-15-2345-1 10^15
-begword tera 2345-12456-1 10^12
-begword giga 1245-24-1245-1 10^9
-begword mega 134-15-1245-1 10^6
-begword kilo 13-24-123-135 10^3
-begword hecto 125-15-14-2345-135 10^2
-begword deca 145-15-14-1 10^1
-begword deci 145-15-14-24 10^-1
-begword centi 14-26-2345-24 10^-2
-begword milli 134-24-123-123-24 10^-3
-begword micro 134-24-14-1235-135 10^-6
-begword nano 1345-1-1345-135 10^-9
-begword pico 1234-24-14-135 10^-12
-begword femto 124-15-134-2345-135 10^-15
-begword atto 1-2345-2345-135 10^-18
-begword zepto 1356-15-1234-2345-135 10^-21
-begword yocto 13456-135-14-2345-135 10^-24
-begword anti =
-# begword endo 26-145-135 endow
-begword epi =
-begword extra =
-begword hyper 125-13456-1234-12456
-begword hypo =
-begword infra 35-124-1235-1
-begword inter 35-2345-12456
-begword intra 35-2345-1235-1
-begword iso =
-begword macro =
-begword meta =
-begword micro =
-begword mono =
-begword multi =
-begword patho 1234-1-1456-135
-begword peri 1234-12456-24
-begword poly =
-begword post 1234-135-34
-begword pre =
-begword pseudo =
-begword retro =
-# begword semi = seminar
-begword sub =
-begword super 234-136-1234-12456
-# begword tetra =
-begword trans =
-begword ultra =
-# begword uni =
-
-# other prefixes
-begword electro =
-begword neuro =
-begword psycho 1234-234-13456-16-135
-endword s' 234-3
-endword in' =
-endword 'd 3-145 back-translation: = doesn't work
-endword 'm 3-134
-endword 're 3-1235-15
-endword 've 3-1236-15
-endword 'll 3-123-123
-endword 's 3-234
-endword 't 3-2345
-word 'em = 
-always -com 36-14-135-134
-endword -to = pointed-to resource
-
-word abalone =
-sufword abecedarian 1-12-15-14-15-145-345-24-1-1345
-midendword aean =
-begword aen =
-begword aftere 1-124-2345-12456-15 aftereffect
-begword afteri 1-124-2345-12456-24 afterimage
-sufword airedale =
-sufword anemone = 
-sufword anteat =
-word antigone =
-word baloney =
-sufword bandog =
-sufword battledo = battledor battledome
-always bedragg 23-145-1235-1-2356
-sufword beguine 12-15-1245-136-35-15 proper name
-sufword belittle 23-123-123
-always benares 23-1345-345-15-234
-begword benev 23-1345-15-1236
-begword bene 12-26-15
-always bering 12-12456-346
-always bezel =
-syllable nomial =
-always boer =
-always burlingam =
-word caen =
-midendword lingian 123-346-24-1-1345
-endword reagh 1235-2-126 castlereagh
-sufword cation 14-1-2345-24-135-1345
-always chatham 16-1-2345-125-1-134
-always cicerone 14-24-14-12456-135-1345-15
-always blenz 12-123-26-1356
-always enzym 26-1356-134
-always coname 14-135-5-1345
-word conally 14-135-1345-6-13456
-word conatus =
-word conestoga 25-15-34-135-1245-1
-word coney =
-word conidium =
-endword zione =
-word cony =
-sufword deaconess 145-2-14-135-56-234
-begword denation 145-15-1345-6-1345
-syllable natur =
-always derogate 145-12456-135-1245-1-2345-15
-always dinghy 145-35-126-13456
-always  doggone 145-135-1245-1245-5-135
-always donee =
-word donegal =
-begword equidis = equidistant
-midendword thereally 2346-1235-15-6-13456 ethereally
-midendword enook =
-always eversion 15-1236-12456-46-1345
-sufword falconet =
-sufword feringhee 124-12456-35-126-15-15
-begword fired = firedamp firedrake
-always francene 124-1235-1-1345-14-26-15
-contraction frs
-sufword froward 124-1235-135-2456-345-145
-sufword garderobe 1245-345-145-15-1235-135-12-15
-midendword ometer 135-134-15-2345-12456 gasometer
-always gastight 1245-1-234-2345-24-126-2345
-word goering 1245-135-15-1235-346
-word Goodwill = with a cap
-word Goody = with a cap
-word Goodyear 1245-135-135-145-13456-15-345
-always genealog 1245-26-15-1-123-135-1245
-syllable herd = goatherd
-begword conan =
-always thold = berthold
-always equino =
-syllable thill = anthill
-word conch 14-135-1345-16
-word conches 14-135-1345-16-15-234
-syllable urinary 136-1235-35-345-13456
-always goddam =
-always oering  135-15-1235-346
-always handsomer 125-12346-5-234-1235
-always heartsease 125-15-345-2345-234-15-1-234-15
-always hereford 125-12456-15-123456-145
-always hereupon 5-125-45-136
-endword sheimer 234-125-15-24-134-12456
-always hermione 125-12456-134-24-135-1345-15
-always hoity =
-always toity =
-midendword blence 12-123-56-15
-midendword blend 12-123-26-145
-syllable rubber 1235-136-23-12456 indiarubber
-begword indist 35-145-24-234-2345 indistinct
-begword inerad 35-15-1235-1-145 ineradicable
-begword ingl 35-1245-123 inglewood inglenook
-word iredell =
-begword irre =
-word jaconet =
-word jehad =
-word jihad = 
-word konev =
-contraction lrs
-word limeade =
-always lineag 123-35-2-1245
-contraction llr
-always littleton = proper noun
-always littlejohn = surname
-always letterman = surname
-always oweed 135-2456-15-1246 locoweed
-always lonesome 123-5-135-5-234
-always maenad =
-always menhaden 134-26-125-1-145-26
-midendword encephal 26-14-15-1234-125-1-123
-sufword misoneism =
-sufword misterm 134-24-234-2345-12456-134
-sufword mistitl =
-always misword 134-24-234-45-2456
-word more'n =
-word nonesuch 1345-5-135-234-16
-word noway = change entry of noways
-word nowise =
-sufword nuthatch 1345-136-2345-125-1-2345-16
-begword oed = oedipus
-always oneida =
-word orangeade =
-begword out 1256-2345 outhaul
-endword full = overfull 
-begword oleag = oleaginous
-always peritoneum 1234-12456-24-2345-135-1345-15-136-134
-always peroneal 1234-12456-135-1345-2-123
-always persephone 1234-12456-234-15-1234-125-135-1345-15
-begword pinedr 1234-35-15-145-1235 pinedrop
-syllable root = pokeroot snakeroot
-always poleax = poleax
-sufword potherb 1234-123-2345-125-12456-12
-sufword potsherd 1234-135-2345-146-12456-145
-syllable hunter 125-136-1345-2345-12456 pothunter
-always praenom =
-always predecess 1234-1235-15-14-15-234-234
-always predicat 1234-1235-1246-24-14-1-2345
-always prounion =
-endword  edelic = psychedelic
-begword reaffor 1235-15-1-125-123456 reafforestation
-begword reappor = reapportion
-begword reavow  1235-15-1-1236-246
-begword redac = redact
-begword rededic 1235-15-145-1246-24-14 rededicate
-always redingote 1235-1246-346-135-2345-15
-begword renav = renavigated
-always renegad 1235-26-15-1245-1-145
-always rerefin 1235-15-1235-15-124-35
-begword resth = restharrow
-endword flery = riflery
-begword roped = ropedance
-always roustabout 1235-1256-34-1-12
-word sadowa =
-always scattergood 234-14-1-2345-2345-12456-1245-145
-word sever 234-5-15
-word severs 234-5-15-234
-word severed 234-5-15-1246
-word severing 234-5-15-346
-always severn 234-5-15-1345
-midword sever 234-15-1236-12456 perseverance 
-word several 234-5-15-1-123 severally
-always shofar 146-12356-345
-always shoshone 146-135-146-135-1345-15
-begword skeda = skedaddle
-always smitheren 234-134-24-2346-1235-26 proper name
-endword ouno = radiouno
-always sparerib 234-1234-345-15-1235-14-12
-always speakeas 234-1234-2-13-15-1-234
-begword spiken = spikenard
-syllable hound 125-46-145 loghound 
-always stingar 34-346-345
-always owork 135-5-2456 cowork stuccowork
-begword cowr = cowrote
-endword enaed 15-1345-1-1246 subpoenaed 
-begword threenod 1456-1235-15-15-1345-135-145 threenode
-always tranship 2345-1235-1-1345-146-24-1234
-begword trinar 2345-1235-24-1345-234 trinary trinaries
-always turnabout 2345-136-1235-1345-1-12
-always dledee =
-always dledum = tweedledee and tweedledum
-always twould 2345-2456-145
-begword unblea 136-1345-12-123-2 unbleach?
-begword unbless 136-1345-12-46-234
-begword underog =
-begword underiv =
-always vicenar 1236-24-14-26-345
-sufword violone =
-sufword wakerif =
-always wenceslaus 2456-26-14-15-234-123-1-136-234
-word whereabouts 5-156-1-12-234
-begword wired = wiredance
-always wiseacr =
-always you'n 13456-1256-3-1345
-always zingaro  1356-346-345-135
-always zwinglian 1356-2456-346-123-24-1-1345
-sufword thorn 1456-135-1235-1345
-word hearths 125-15-345-1456-234
-word hearth 125-15-345-1456
-
-# Problems handled with context
-noback context _$l["."]$l @256 U.S.
-noback context _$d["a"] @56-1
-
-always --- 36-36-36
-
-ISO8859-1
-.aa6l
-.ab3a4s
-.ab3ei
-.abi2
-.ab3it
-.ab1l
-.ab1r
-.ab3u
-.ad3o4r
-.alti6
-.ana3c
-.an5alg
-.an1e
-.ang8s2t1
-.an1s
-.ap1p
-.ar6sc
-.ar6ta
-.ar6tei
-.as2z
-.au2f1
-.au2s3
-.be5erb
-.be3na
-.ber6t5r
-.bie6r5
-.bim6s5t
-.brot3
-.bru6s
-.ch6
-.che6f5
-.da8c
-.da2r
-.dar5in
-.dar5u
-.den6ka
-.de5r6en
-.des6pe
-.de8spo
-.de3sz
-.dia3s4
-.dien4
-.dy2s1
-.ehren5
-.eine6
-.ei6n5eh
-.ei8nen
-.ein5sa
-.en6der
-.en6d5r
-.en3k4
-.en8ta8
-.en8tei
-.en4t3r
-.epo1
-.er6ban
-.er6b5ei
-.er6bla
-.er6d5um
-.er3ei
-.er5er
-.er3in
-.er3o4b
-.erwi5s
-.es1p
-.es8t1l
-.es8t1n
-.ex1a2
-.ex3em
-.fal6sc
-.fe6st5a
-.flu4g3
-.furch8
-.ga6ner
-.ge3n4a
-.ge5rö
-.ges6
-.halb5
-.halbe6
-.hal6br
-.haup4
-.hau4t
-.heima6
-.he4r3e
-.her6za
-.he5x
-.hin3
-.hir8sc
-.ho4c
-.hu3sa
-.hy5o
-.ibe5
-.ima6ge
-.in1
-.ini6
-.is5chi
-.jagd5
-.kal6k5o
-.ka6ph
-.ki4e
-.kop6f3
-.kraf6
-.kü5ra
-.lab6br
-.liie6
-.lo6s5k
-.lö4s3t
-.ma5d
-.mi2t1
-.no6th
-.no6top
-.obe8ri
-.ob1l
-.obs2
-.ob6st5e
-.or3c
-.ort6s5e
-.ost3a
-.oste8r
-.pe4re
-.pe3ts
-.ph6
-.po8str
-.rau4m3
-.re5an
-.ro8q
-.ru5the
-.rü5be
-.sch8
-.se6e
-.se5n6h
-.se5ra
-.si2e
-.spi6ke
-.st4
-.sy2n
-.tages5
-.tan6kl
-.ta8th
-.te6e
-.te8str
-.to6der
-.to8nin
-.to6we
-.um1
-.umpf4
-.un1
-.une6
-.unge5n
-.ur1c
-.ur5en
-.ve6rin
-.vora8
-.wah6l5
-.we8ges
-.we8s2t
-.wes3te
-.wo6r
-.wor3a
-.wun4s
-.zi4e
-.zuch8
-.ände8re
-.öch8
-aa1c
-aa2gr
-aal5e
-aa6r5a
-a5arti
-aa2s1t
-aat2s
-6aba
-ab3art
-1abdr
-6abel
-aben6dr
-ab5erk
-ab5err
-ab5esse
-1abf
-1abg
-1abhä
-ab1ir
-1abko
-a1bl
-ab1la
-5ablag
-a6blaß
-ab4ler
-ab1lu
-a8blä
-5a6blö
-abma5c
-1abn
-ab1ra
-ab1re
-5a6brec
-ab1ro
-ab1s
-ab8sk
-abs2z
-3abtei
-ab1ur
-1abw
-5abze
-5abzu
-ab1än
-abäu8
-a4ce.
-a5chal
-ach5art
-ach5au
-a1che
-a8chent
-ach6er.
-a6ch5erf
-a1chi
-ach1l
-ach3m
-ach5n
-a1cho
-ach3re
-a1chu
-ach1w
-a1chy
-ach5äf
-ack1o
-acks6t
-ack5sta
-a1d
-8ad.
-a6d5ac
-ad3ant
-ad8ar
-5addi
-a8dein
-ade5o8
-adi5en
-1adj
-1adle
-ad1op
-a2dre
-3adres
-adt1
-1adv
-a6dä
-a1e2d
-ae1r
-a1er.
-1aero
-8afa
-a3fal
-af1an
-a5far
-a5fat
-af1au
-a6fentl
-a2f1ex
-af1fr
-af5rau
-af1re
-1afri
-af6tent
-af6tra
-aft5re
-a6f5um
-8afä
-ag5abe
-5a4gent
-ag8er
-ages5e
-1aggr
-ag5las
-ag1lo
-a1gn
-ag2ne
-1agog
-a6g5und
-a1ha
-a1he
-ah5ein
-a4h3erh
-a1hi
-ahl1a
-ah1le
-ah4m3ar
-ahn1a
-a5ho
-ahra6
-ahr5ab
-ah1re
-ah8rei
-ahren8s
-ahre4s3
-ahr8ti
-ah1ru
-a1hu
-ah8ö
-ai3d2s
-ai1e
-aif6
-a3inse
-ai4re.
-a5isch.
-ais8e
-a3ismu
-ais6n
-aiso6
-a1j
-1akad
-a4kade
-a1ke
-a1ki
-1akko
-5akro1
-a5lal
-al5ans
-3al8arm
-al8beb
-al8berw
-alb5la
-3album
-al1c
-a1le
-a6l5e6be
-a4l3ein
-a8lel
-a8lerb
-a8lerh
-a6lert
-5a6l5eth
-1algi
-al4gli
-al3int
-al4lab
-al8lan
-al4l3ar
-alle3g
-a1lo
-a4l5ob
-al6schm
-al4the
-al4t3re
-8a1lu
-alu5i
-a6lur
-alu3ta
-a1lä
-a6mate
-8ame.
-5a6meise
-am6m5ei
-am6mum
-am2n
-ampf3a
-am6schw
-am2ta
-a1mu
-a1mä
-a3nac
-a1nad
-anadi5e
-an3ako
-an3alp
-3analy
-an3ame
-an3ara
-a1nas
-an5asti
-a1nat
-anat5s
-an8dent
-ande4s3
-an1ec
-an5eis
-an1e2k
-4aner.
-a6n5erd
-a8nerf
-a6n5erke
-1anfa
-5anfert
-1anfä
-3angab
-5angebo
-an3gli
-ang6lis
-an2gn
-3angri
-ang5t6
-5anhä
-ani5g
-ani4ka
-an5i8on
-an1kl
-an6kno
-an4kro
-1anl
-anma5c
-anmar4
-3annah
-anne4s3
-a1no
-5a6n1o2d
-5a6n3oma
-5a6nord
-1anr
-an1sa
-5anschl
-an4soz
-an1st
-5anstal
-an1s2z
-5antenn
-an1th
-5anwä
-a5ny
-an4z3ed
-5anzeig
-5anzieh
-3anzug
-an1ä
-5anäs
-a1nö
-anö8d
-a1os
-a1pa
-3apfel
-a2ph1t
-aph5ä6
-a1pi
-8apl
-apo1c
-apo1s
-a6pos2t
-a6poth
-1appa
-ap1pr
-a1pr
-a5pä
-a3pü
-a1ra
-a4r3af
-ar3all
-3arbei
-2arbt
-ar1c
-2a1re
-ar3ein
-ar2gl
-2a1ri
-ari5es
-ar8kers
-ar6les
-ar4nan
-ar5o6ch
-ar1o2d
-a1rol
-ar3ony
-a8ror
-a3ros
-ar5ox
-ar6schl
-8artei
-ar6t5ri
-a1ru
-a1ry
-1arzt
-arz1w
-ar8zä
-arä8m
-arö6
-ar5öm
-ar1ü2
-a1sa
-a6schec
-asch5l
-asch3m
-a6schn
-a3s4hi
-as1pa
-asp5l
-as5tev
-1asth
-a1str
-ast3re
-8a1ta
-ata5c
-ata3la
-a6tapf
-ata5pl
-a1te
-a6teli
-aten5a
-ate5ran
-6atf
-6atg
-a1th
-at3hal
-1athl
-2a1ti
-5atlant
-3atlas
-8atmus
-6atn
-a1to
-a6t5ops
-ato6ra
-a6t5ort.
-4a1tr
-a6t5ru
-at2t1h
-at5t6hä
-6a1tu
-atz1w
-a1tä
-a1tü
-au1a
-au6bre
-auch3a
-au1e
-aue4l
-5aufent
-3auffü
-3aufga
-1aufn
-auf1t
-3auftr
-1aufw
-3auge.
-au4kle
-aule8s
-6aum
-au8mar
-aum5p
-1ausb
-3ausd
-1ausf
-1ausg
-au8sin
-au4sta
-1ausw
-1ausz
-aut5eng
-au1th
-1auto
-auße8
-a1v
-ave5r6a
-aver6i
-a1w
-a6wes
-a1x
-a2xia
-a6xio
-a1ya
-a1z
-azi5er.
-8aß
-1ba
-8ba8del
-ba1la
-ba1na
-ban6k5r
-ba5ot
-bardi6n
-ba1ro
-basten6
-bau3sp
-2b1b
-bb6le
-b2bli
-2b1c
-2b1d
-1be
-be1a
-be8at.
-be1ch
-8becht
-8becke.
-be5el
-be1en
-bee8rei
-be5eta
-bef2
-8beff
-be1g2
-behö8
-bei1s
-6b5eisen
-bei3tr
-b8el
-bel8o
-belu3t
-be3nac
-bend6o
-be6ners
-be6nerw
-be4nor
-ben4se6
-bens5el
-be1nä
-be1nü
-be1o2
-b8er.
-be1ra
-be8rac
-ber8gab.
-ber1r
-be1rü
-bes8c
-bes5erh
-bes2p
-be5tha
-bet5sc
-be1un
-be1ur
-8bex
-be6zwec
-2b1f8
-2b1g2
-bga2s5
-bge1
-2b1h
-bhole6
-1bi
-bi1bl
-b6ie
-bi1el
-bi1la
-bilä5
-bi1na
-bi4nok
-bi6stu
-bi5tr
-bit4t5r
-b1j
-2b1k2
-bkü6
-bl8
-b6la.
-6b1lad
-6blag
-8blam
-1blat
-b8latt
-3blau.
-b6lav
-3ble.
-b1leb
-b1led
-8b1leg
-8b1leh
-8bleid
-8bleih
-6b3lein
-ble4m3o
-4blich
-b4lind
-8bling
-b2lio
-5blit
-b4litz
-b1loh
-8b1los
-1blu
-5blum
-2blun
-blut3a
-blut5sc
-3blä
-bläs5c
-5blö
-3blü
-blü8sc
-2b1m
-2b1n
-1bo
-bo1ch
-bo5d6s
-boe5
-8boff
-8bonk
-bo1ra
-b1ort
-2b1p2
-b1q
-1br
-brail6
-brast8
-bre4a
-b5red
-8bref
-8b5riem
-b6riga
-bro1s
-b1rup
-b2ruz
-8bröh
-brös5c
-8bs
-b1sa
-b8sang
-b2s1ar
-b1sc
-bs3erl
-bs3erz
-b8sof
-b1s2p
-bst1h
-b3stru
-b5stä
-b6sun
-2b1t
-b2t1h
-1bu
-bu1ie
-bul6k
-b8ure
-bu6sin
-6b1v
-2b1w
-1by1
-by6te.
-8b1z
-1bä
-b5ä6s5
-1bü
-b6ü5bere
-büge6
-bügel5e
-bür6sc
-1ca
-cag6
-ca5la
-ca6re
-ca5y
-c1c
-1ce
-celi4c
-celich5
-ce1ro
-c8h
-2ch.
-1chae
-ch1ah
-ch3akt
-cha6mer
-8chanz
-5chara
-3chari
-5chato
-6chb
-1chef
-6chei
-ch3eil
-ch3eis
-6cherkl
-6chf
-4chh
-5chiad
-5chias
-6chins
-8chj
-chl6
-5chlor
-6ch2m
-2chn6
-ch8nie
-5cho.
-8chob
-choi8d
-6chp
-ch3ren
-ch6res
-ch3rü
-2chs
-2cht
-cht5ha
-cht3hi
-5chthon
-ch6tin
-6chuh
-chu4la
-6ch3unt
-chut6t
-8chw
-1ci
-ci5tr
-c2k
-2ck.
-ck1ei
-4ckh
-ck3l
-ck3n
-ck5o8f
-ck1r
-2cks
-ck5stra
-ck6s5u
-c2l
-1c8o
-con6ne
-8corb
-cos6t
-c3q
-1c6r
-8c1t
-1cu
-1cy
-5cä1
-cö5
-1da.
-8daas
-2dabg
-8dabr
-6dabt
-6dabw
-1dac
-da2gr
-6d5alk
-8d5amt
-dan6ce.
-dani5er
-dan8ker
-2danl
-danla6
-6dans
-8danzi
-6danzu
-d1ap
-da2r1a8
-2d1arb
-d3arc
-dar6men
-4d3art
-8darz
-1dat
-8datm
-2d1auf
-2d1aus
-2d1b
-2d1c
-2d1d
-d5de
-d3d2h
-ddämme8
-1de
-2deal
-de5an
-de3cha
-de1e
-defe6
-6deff
-2d1ehr
-5d4eic
-de5isc
-de8lar
-del6s5e
-del6spr
-de4mag
-de8mun
-de8nep
-dene6r
-8denge.
-8dengen
-de5o6d
-2deol
-de5ram
-8derdb
-der5ein
-de1ro
-der1r
-d8ers
-der5um
-de4s3am
-de4s3an
-de4sau
-de6sil
-de4sin
-de8sor
-de4spr
-de2su
-8deul
-de5us.
-2d1f
-df2l
-2d1g
-2d1h
-1di
-dia5c
-di5ara
-dice5
-di3chr
-di5ena
-di1gn
-di1la
-dil8s
-di1na
-8dind
-6dinf
-4d3inh
-2d1ins
-di5o6d
-di3p4t
-di8sen
-dis1p
-di5s8per
-di6s5to
-dis3tr
-di8tan
-di8tin
-d1j
-6dje
-2dju
-2d1k
-2d1l
-2d1m
-2d1n6
-dni6
-dnje6
-1do
-6d5obe
-do6berf
-6d5ony
-do3ran
-6dord
-2d1org
-dor4t3h
-6doth
-dott8e
-2d1p
-d5q
-dr4
-1drah
-8drak
-d5rand
-6dre.
-4drech
-d6reck
-4d3reg
-8d3reic
-d5reife
-8drem
-8d1ren
-2drer
-8dres.
-6d5rh
-1dria
-d1ric
-8drind
-droi6
-dro5x
-1dru
-8drut
-drös5c
-1drü
-drü5b
-drü8sc
-2ds
-d1sa
-d6san
-dsat6
-d1sc
-5d6scha.
-5dschik
-dse8e
-d8serg
-8dsl
-d1sp
-d4spak
-ds2po
-d8spä
-d1st
-d1sü
-2dt
-d1ta
-d1te
-d1ti
-d1to
-dt1s6
-d1tu
-d5tä
-1du
-du5als
-du1b6
-du1e
-duf4t3r
-4d3uh
-du5ie
-8duml
-8dumw
-2d1und
-du8ni
-6d5unt
-dur2c
-durch3
-6durl
-6dursa
-8durt
-dus1t
-du8schr
-2d1v
-2d1w
-dwa8l
-2d1z
-1dä
-6däh
-8dänd
-dä6r
-dö8bl
-d5öl
-dör6fl
-dö8sc
-d5ö4st
-1dü
-ea4ben
-e1ac
-e1ah
-e1akt
-e1al.
-e5alf
-e1alg
-e5a8lin
-e1alk
-e1all
-e5alp
-e1alt
-e5alw
-e1am
-e1and
-ea6nim
-e1ar.
-e5arf
-e1ark
-e5arm
-e3art
-e5at.
-e6ate
-e6a5t6l
-e8ats
-e5att
-e6au.
-e1aus
-e1b
-e6b5am
-ebens5e
-eb4lie
-eb4ser
-eb4s3in
-e1che
-e8cherz
-e1chi
-ech3m
-8ech3n
-ech1r
-ech8send
-ech4su
-e1chu
-eck5an
-e5cl
-e1d
-ee5a
-ee3e
-ee5g
-e1ei
-ee5isc
-eei4s3t
-ee6lend
-e1ell
-ee5lö
-e1erd
-ee3r4e
-ee8reng
-eere6s5
-ee5rä
-ee6tat
-e1ex
-e1f
-e6fau
-e8fe8b
-3effek
-ef3rom
-ege6ra
-eglo6si
-1egy
-e1ha
-e6h5ach
-eh5ans
-e6hap
-eh5auf
-e1he
-e1hi
-ehl3a
-eh1le
-ehl5ein
-eh1mu
-ehn5ec
-e1ho
-ehr1a
-eh1re
-ehre6n
-eh1ri
-eh1ru
-ehr5um
-e1hu
-eh1w
-e1hy
-e1hä
-e1hö
-e3hüt
-ei1a
-eia6s
-ei6bar
-eich3a
-eich5r
-ei4dar
-ei6d5ei
-ei8derf
-ei3d4sc
-ei1e
-8eifen
-3eifri
-1eign
-eil1d
-ei6mab
-ei8mag
-ein1a4
-ei8nat
-ei8nerh
-ei8ness
-ei6nete
-ein1g
-e8ini
-ein1k
-ei6n5od
-ei8nok
-ei4nor
-e3insä
-ei1o
-e1irr
-ei5ru
-ei8sab
-ei5schn
-ei6s5ent
-ei8sol
-ei4t3al
-eit3ar
-eit1h
-ei6thi
-ei8tho
-eit8samt
-ei6t5um
-e1j
-1ekd
-e1ke
-e1ki
-e1k2l
-e1kn
-ekni4
-e1la
-e2l1al
-6elan
-e6lanf
-e8lanl
-e6l5ans
-el3arb
-el3arm
-e6l3art
-5e6lasti
-e6lauge
-elbst5a
-e1le
-6elef
-ele6h
-e6l5ehe
-e8leif
-e6l5einh
-1elek
-e8lel
-3eleme
-e6lemen
-e6lente
-el5epi
-e4l3err
-e6l5ersc
-elf2l
-elg2
-e6l5ins
-ell8er
-4e1lo
-e4l3ofe
-el8soh
-el8tent
-5eltern
-e1lu
-elut2
-e1lä
-e1lü
-em8dei
-em8meis
-4emo
-emo5s
-1emp1f
-1empt
-1emto
-e1mu
-emurk4
-emurks5
-e1mä
-en5a6ben
-en5achs
-en5ack
-e1nad
-en5af
-en5all
-en3alt
-en1am
-en3an.
-en3ant
-en3anz
-en1a6p
-en1ar
-en1a6s
-6e1nat
-en3auf
-en3aus
-en2ce
-enda6l
-end5erf
-end5erg
-en8dess
-4ene.
-en5eck
-e8neff
-e6n5ehr
-e6n5eim
-en3eis
-6enem.
-6enen
-e4nent
-4ener.
-e8nerd
-e6n3erf
-e4nerg
-5energi
-e6n5erla
-en5ers
-e6nerst
-en5erw
-6enes
-e6n5ess
-e2nex
-en3glo
-2eni
-enni6s5
-ennos4
-enns8
-e1no
-e6nober
-eno8f
-en5opf
-e4n3ord
-en8sers
-ens8kl
-en1sp
-ens6por
-en5t6ag
-enta5go
-en8terbu
-en6tid
-3entla
-ent5ric
-5entwic
-5entwu
-1entz
-enu5i
-e3ny
-en8zan
-en1öf
-e1nös
-e1nüg
-eo1c
-e5o6fe
-e5okk
-e1on.
-e3onf
-e5onk
-e5onl
-e5onr
-e5opf
-e5ops
-e5or.
-e1ord
-e1org
-eo5r6h
-eo1t
-e1pa
-e8pee
-e6p5e6g
-ep5ent
-e1p2f
-e1pi
-5epid
-e6pidem
-e1pl
-5epos
-e6pos.
-ep4p3a
-e1pr
-e1pä
-e1q
-e1ra.
-er5aal
-8eraba
-e5rabel
-er5a6ben
-e5rabi
-er3abs
-er3ach
-era5e
-era5k6l
-er3all
-er3amt
-e3rand
-e3rane
-er3ans
-e5ranz.
-e1rap
-er3arc
-e3rari
-er3a6si
-e1rat
-erat3s
-er3auf
-e3raum
-3erbse
-er1c
-e1re
-4e5re.
-er3eck
-er5egg
-er5e2h
-2erei
-e3rei.
-e8reine
-er5einr
-6eren.
-e4r3enm
-4erer.
-e6r5erm
-er5ero
-er5erst
-e4r3erz
-er3ess
-5erfül
-er8gan.
-5ergebn
-er2g5h
-5ergänz
-5erhöhu
-2e1ri
-eri5ak
-e6r5iat
-e4r3ind
-e6r5i6n5i6
-er5ins
-e6r5int
-er5itio
-er1kl
-3erklä
-5erlös.
-ermen6s
-er6nab
-3ernst
-6e1ro.
-e1rod
-er1o2f
-e1rog
-6e3roi
-ero8ide
-e3rol
-e1rom
-e1ron
-e3rop8
-e2r1or
-e1ros
-e1rot
-er5ox
-ersch4
-5erstat
-er6t5ein
-er2t1h
-er5t6her
-2e1ru
-eruf4s3
-e4r3uhr
-er3ums
-e5rus
-5erwerb
-e1ry
-er5zwa
-er3zwu
-erä8m
-er5äs
-erö8
-e3rös.
-e6r1ü2b
-e1sa
-esa8b
-e8sap
-e6s5a6v
-e1sc
-esch4l
-ese1a
-es5ebe
-eserve5
-e8sh
-es5ill
-es3int
-es4kop
-e2sl
-eso8b
-e1sp
-espei6s5
-es2po
-es2pu
-5essenz
-e6stabs
-e6staf
-e6st5ak
-est3ar
-e8stob
-e1str
-est5res
-es3ur
-e2sz
-e1sü
-e1ta
-et8ag
-etari5e
-eta8ta
-e1te
-eten6te
-et5hal
-e5thel
-e1ti
-1etn
-e1to
-e1tr
-et3rec
-e8tscha
-et8se
-et6tei
-et2th
-et2t1r
-e1tu
-etu1s
-et8zent
-et8zw
-e1tä
-e1tö
-e1tü
-eu1a2
-eu1e
-eue8rei
-eu5fe
-euin5
-euk2
-e1um.
-eu6nio
-e5unter
-eu1o6
-eu5p
-3europ
-eu1sp
-eu5str
-eu8zo
-e1v
-eval6s
-eve5r6en
-ever4i
-e1w
-e2wig
-ex1or
-1exp
-1extr
-ey3er.
-e1z
-e1ä2
-e5ö8
-e1ü
-e8ßes
-fa6ch5i
-fade8
-fa6del
-fa5el.
-fal6lo
-falt8e
-fa1na
-fan4gr
-6fanl
-6fap
-far6ba
-far4bl
-far6r5a
-2f1art
-fa1sc
-fau8str
-fa3y
-2f1b2
-6f1c
-2f1d
-1fe
-2f1eck
-fe6dr
-feh6lei
-f6eim
-8feins
-f5eis
-fel5en
-8feltern
-8femp
-fe5rant
-4ferd.
-ferri8
-fe8stof
-fe6str
-fe6stum
-fe8tag
-fet6ta
-fex1
-2ff
-f1fa
-f6f5arm
-f5fe
-ffe5in
-ffe6la
-ffe8ler
-ff1f
-f1fla
-ff3lei
-ff4lie
-ff8sa
-ff6s5ta
-2f1g2
-fgewen6
-4f1h
-1fi
-fid4
-fi3ds
-fieb4
-fi1la
-fi8lei
-fil4m5a
-f8in.
-fi1na
-8finf
-fi8scho
-fi6u
-6f1j
-2f1k2
-f8lanz
-fl8e
-4f3lein
-8flib
-4fling
-f2lix
-6f3lon
-5flop
-1flor
-5f8läc
-3flöt
-2f1m
-2f1n
-1fo
-foh1
-f2on
-fo6na
-2f1op
-fo5ra
-for8mei
-for8str
-for8th
-for6t5r
-fo5ru
-6f5otte
-2f1p8
-f1q
-fr6
-f5ram
-1f8ran
-f8raß
-f8re.
-frei1
-5frei.
-f3reic
-f3rest
-f1rib
-8f1ric
-6frig
-1fris
-fro8na
-fräs5t
-2fs
-f1sc
-f2s1er
-f5str
-fs3tät
-2ft
-f1tak
-f1te
-ft5e6h
-ftere6
-ft1h
-f1ti
-f5to
-f1tr
-ft5rad
-ft1sc
-ft2so
-f1tu
-ftwi3d4
-ft1z
-1fu
-6f5ums
-6funf
-fun4ka
-fu8ßend
-6f1v
-2f1w
-2f1z
-1fä
-fä1c
-8färm
-6fäug
-fä8ß
-föde3
-8föf
-3för
-1fü
-fün4f3u
-1ga
-ga6bl
-6gabw
-8gabz
-g3a4der
-ga8ho
-ga5isc
-4gak
-ga1la
-6g5amt
-ga1na
-gan5erb
-gan6g5a
-ga5nj
-6ganl
-8gansc
-6garb
-2g1arc
-2g1arm
-ga5ro
-6g3arti
-ga8sa
-ga8sc
-ga6stre
-2g1atm
-6g5auf
-gau5fr
-g5aus
-2g1b
-g5c
-6gd
-g1da
-1ge
-ge1a2
-ge6an
-ge8at.
-ge1e2
-ge6es
-gef2
-8geff
-ge1g2l
-ge1im
-4g3eise
-geist5r
-gel8bra
-gelt8s
-ge5lö
-ge8nin
-gen3k
-6g5entf
-ge3nä
-ge1or
-ge1ra
-ge6rab
-ger8au
-8gerhö
-ger8ins
-ge1ro
-6g5erz.
-ge1rä
-ge1rü
-ge1s
-ges2p
-ge2s7te.
-ge2s7ten
-ge2s7ter
-ge2s7tik
-ge5unt
-4g3ex3
-2g1f8
-2g1g
-g1ha
-6g1hei
-5ghel.
-g5henn
-6g1hi
-g1ho
-1ghr
-g1hö
-1gi
-gi5la
-gi8me.
-gi1na
-4g3ins
-gis1tr
-g1j
-2g1k
-8gl.
-1glad
-g5lag
-glan4z3
-1glas
-6glass
-5glaub
-g3lauf
-1gle.
-g5leb
-3gleic
-g3lein
-5gleis
-1glem
-2gler
-8g3leu
-gli8a
-g2lie
-3glied
-1g2lik
-1g2lim
-g6lio
-1gloa
-5glom
-1glon
-1glop
-g1los
-g4loss
-g5luf
-1g2ly
-1glü
-2g1m
-gn8
-6gn.
-1gna
-8gnach
-2gnah
-g1nas
-g8neu
-g2nie
-g3nis
-1gno
-8gnot
-1go
-goe1
-8gof
-2gog
-5gogr
-6g5oh
-goni5e
-6gonist
-go1ra
-8gord
-2g1p2
-g1q
-1gr4
-g5rahm
-gra8m
-gra4s3t
-6g1rec
-gre6ge
-4g3reic
-g5reit
-8grenn
-gri4e
-g5riem
-5grif
-2grig
-g5ring
-6groh
-2grot
-gro6ß
-4grut
-2gs
-gs1ab
-g5sah
-gs1ak
-gs1an
-gs8and
-gs1ar
-gs1au
-g1sc
-gs1ef
-g5seil
-gs5ein
-g2s1er
-gs1in
-g2s1o
-gso2r
-gs1pr
-g2s1u
-2g1t
-g3te
-g2t1h
-1gu
-gu5as
-gu2e
-2gue.
-6gued
-4g3uh
-8gums
-6g5unt
-gut3h
-gu2tu
-4g1v
-2g1w
-gy1n
-g1z
-1gä
-8gä8m
-6gärm
-1gö
-1gü
-6güb
-1haa
-hab8r
-ha8del
-hade4n
-8hae
-ha5el.
-haf6tr
-2hal.
-ha1la
-hal4b5a
-6hale
-8han.
-ha1na
-han6dr
-han6ge.
-2hani
-h5anth
-6hanz
-6harb
-h3arbe
-h3arme
-ha5ro
-ha2t1h
-h1atm
-hau6san
-ha8ß
-h1b2
-h1c
-h1d
-he2bl
-he3cho
-h3echt
-he5d6s
-5heft
-h5e6he.
-hei8ds
-h1eif
-2hein
-he3ism
-he5ist.
-heit8s3
-hek6ta
-hel8lau
-8helt
-he6mer
-1hemm
-6h1emp
-hen5end
-hen5klo
-hen6tri
-he2nu
-8heo
-he8q
-her3ab
-he5rak
-her3an
-4herap
-her3au
-h3erbi
-he1ro
-he8ro8b
-he4r3um
-her6z5er
-he4spe
-he1st
-heta6
-het5am
-he5th
-heu3sc
-he1xa
-hey5e
-h1f2
-h1g
-hgol8
-h1h
-h1iat
-hie6r5i
-hi5kt
-hil1a2
-hil4fr
-hi5nak
-hin4ta
-hi2nu
-hi5ob
-hirn5e
-hir6ner
-hi1sp
-hi1th
-hi5tr
-5hitz
-h1j
-h6jo
-h1k2
-hlabb4
-hla4ga
-hla6gr
-h5lai
-hl8am
-h1las
-h1laß
-hl1c
-h1led
-h3lein
-h5ler.
-h2lif
-h2lim
-h8linf
-hl5int
-h2lip
-h2lit
-h4lor
-h3lose
-h1läs
-hme5e
-h2nee
-h2nei
-hn3eig
-h2nel
-hne8n
-hne4p3f
-hn8erz
-h6netz
-h2nip
-h2nit
-h1nol
-hn5sp
-h2nuc
-h2nud
-h2nul
-hoch1
-1hoh
-hoh8lei
-2hoi
-ho4l3ar
-1holz
-h2on
-ho1ra
-6horg
-5horn.
-ho3sl
-hos1p
-ho4spi
-h1p
-hpi6
-h1q
-6hr
-h1rai
-h8rank
-h5raum
-hr1c
-hrcre8
-h1red
-h3reg
-h8rei.
-h4r3erb
-h8rert
-hrg2
-h1ric
-hr5ins
-h2rom
-hr6t5erl
-hr2t1h
-hr6t5ra
-hr8tri
-h6rum
-hr1z
-hs3ach
-h6s5amt
-h1sc
-h6s5ec
-h6s5erl
-hs8erle
-h4sob
-h1sp
-h8spaß
-h8spel
-hs6po
-h4spun
-h1str
-h4s3tum
-hs3und
-h1sü
-h5ta.
-h5tab
-ht3ac
-ht1ak
-ht3ang
-h5tanz
-ht1ar
-ht1at
-h5taub
-h1te
-h2t1ec
-ht3eff
-ht3ehe
-h4t3eif
-h8teim
-h4t3ein
-ht3eis
-h6temp
-h8tentf
-hte8ren
-h6terfü
-h8tergr
-h4t3erh
-h6t5ersc
-h8terst
-h8tese
-h8tess
-h2t1eu
-h4t3ex
-ht1he
-ht5hu
-h1ti
-ht5rak
-hts3ah
-ht1sc
-ht6sex
-ht8sk
-ht8so
-h1tu
-htz8
-h5tüm
-hub5l
-hu6b5r
-huh1l
-h5uhr.
-huld5a6
-hu8lent
-hu8lä
-h5up.
-h1v
-h5weib
-h3weis
-h1z
-hä8kl
-häl8s
-häma8tu8
-hä8sche.
-hät1s
-häu4s3c
-2hö.
-2höe
-8höi
-hö6s
-hös5c
-hühne6
-hül4s3t
-hütte8re
-i5adn
-i1af
-i5ak.
-i1al.
-i1al1a
-i1alb
-i1ald
-i5alei
-i1alf
-i1alg
-i3alh
-i1alk
-i1all
-i1alp
-i1alr
-i1als
-i1alt
-i1alv
-i5alw
-i3alz
-i1an.
-ia5na
-i3and
-ian8e
-ia8ne8b
-i1ang
-i3ank
-i5ann
-i1ant
-i1anz
-i6apo
-i1ar.
-ia6rab
-i5arr
-i1as.
-i1asm
-i1ass
-i5ast.
-i1at.
-i5ats
-i1au
-i5azz
-i6b5eig
-i6b5eis
-ib2le
-i4blis
-i6brig
-i6b5unt
-i6büb
-i1che
-ich5ei
-i6cherb
-i1chi
-ich5ins
-ich1l
-ich3m
-ich1n
-i1cho
-icht5an
-icht3r
-i1chu
-ich1w
-ick6s5te
-ic5l
-i1d
-id3arm
-3ideal
-ide8na
-3ideol
-ide5rö
-i6diot
-id5rec
-id1t
-ie1a
-ie6b5ar
-iebe4s3
-ie2bl
-ieb1r
-ie8bra
-ie4bre
-ie8bä
-ie2dr
-ie1e8
-ie6f5ad
-ief5f
-ie2f1l
-ie4fro
-ief1t
-i1ei
-ie4l3ec
-ie8lei
-ie4lek
-i3ell
-i1en.
-i1end
-ien6e
-i3enf
-i5enn
-ien6ne.
-i1enp
-i1enr
-i5ensa
-ien8stal
-i5env
-i1enz
-ie5o
-ier3a4b
-ie4rap
-i2ere
-ie4rec
-ie6r5ein
-ie6r5eis
-ier8er
-i3ern.
-ie8rum
-ie8rund
-ie6s5che
-ie6tau
-ie8tert
-ie5the
-ie6t5ri
-i1ett
-ie5un
-iex5
-2if
-i1fa
-if5ang
-i6fau
-if1fr
-if5lac
-i5f6lie
-i1fre
-ift5a
-if6t5r
-ig3art
-2ige
-i8gess
-ig5he
-i5gla
-ig2ni
-i5go
-ig3rot
-ig3s2p
-i1ha
-i8ham
-i8hans
-i1he
-i1hi
-ih1n
-ih1r
-i1hu
-i8hum
-ih1w
-8i1i
-ii2s
-ii2t
-i1j
-i1k
-i6kak
-i8kerz
-i6kes
-ik4ler
-i6k5unt
-2il
-i5lac
-i1lag
-il3ans
-i5las
-i1lau
-il6auf
-i1le
-ile8h
-i8lel
-il2fl
-il3ipp
-il6l5enn
-i1lo
-ilt8e
-i1lu
-i1lä
-i8mart
-imb2
-i8mele
-i8mid
-imme6l5a
-i1mu
-i1mä
-i5mö
-ina5he
-i1nat
-in1au
-inau8s
-8ind.
-in4d3an
-5index
-ind2r
-3indus
-i5nec
-i2n1ei
-i8nerw
-3infek
-1info
-5ingeni
-ing5s6o
-5inhab
-ini5er.
-5inj
-in8kät
-in8nan
-i1no
-inoi8d
-in3o4ku
-in5sau
-in1sp
-5inspe
-5instit
-5instru
-ins4ze
-5intere
-5interv
-in3the
-in5t2r
-i5ny
-inä2
-i1när
-in1äs
-inö8
-in5öd
-i1nös
-2io
-io1a8
-io1c
-iode4
-io2di
-ioi8
-i1ol.
-i1om.
-i1on.
-i5onb
-ion2s1
-i1ont
-i5ops
-i5o8pt
-i1or.
-i3oral
-io3rat
-i5orc
-i1os.
-i1ot.
-i1o8x
-2ip
-i1pa
-i1pi
-i1p2l
-i1pr
-i1q
-i1ra
-ir6bl
-i1re
-i1ri
-ir8me8d
-ir2m1o2
-ir8nak
-i1ro
-ir5rho
-ir6schl
-ir6sch5r
-i5rus
-i5ry
-i5rä
-i1sa
-i8samt
-i6sar
-i2s1au
-i8scheh
-i8schei
-isch5m
-isch3r
-ischä8
-is8ele
-ise3ra
-i4s3erh
-is3err
-isi6de
-i8sind
-is4kop
-ison5e
-is6por
-i8s5tum
-i5sty
-i5sö
-i1ta
-it5ab.
-i2t1a2m
-i8tax
-i1te
-i8tersc
-i1thi
-i1tho
-i5thr
-it8hä
-i1ti
-i8ti8d
-iti6kl
-itmen4
-i1to
-i8tof
-it3ran
-it3rau
-i1tri
-itri5o
-it1sc
-it2se
-it5spa
-it8tru
-i1tu
-it6z5erg
-it6z1w
-i1tä
-itä6r5e
-ität2
-itäts5
-i1tü
-i1u
-iu6r
-2i1v
-i6vad
-iva8tin
-i8vei
-i6v5ene
-i8verh
-i2vob
-i8vur
-i1w
-iwi2
-i5xa
-i1xe
-i1z
-ize8n
-i8zir
-i6z5w
-iä8m
-i1ä6r
-i5ät.
-i5äv
-i1ö8
-iü8
-i6ß5ers
-ja5la
-je2t3r
-6jm
-5jo
-jo5as
-jo1ra
-jou6l
-ju5cha
-jugen4
-jugend5
-jung5s6
-3jä
-1ka
-8kachs
-8kakz
-ka1la
-kal5d
-kam5t
-ka1na
-2kanl
-8kapf
-ka6pl
-ka5r6a
-6k3arbe
-ka1ro
-kar6p5f
-4k3arti
-8karz
-ka1rä
-kasi5e
-ka6teb
-kat8ta
-kauf6s
-kau3t2
-2k1b
-2k1c
-4k1d
-kehr6s
-kehrs5a
-8keic
-2k1eig
-6k5ein
-6k5eis
-ke6lar
-ke8leis
-ke8lo
-8kemp
-k5ente.
-k3entf
-8k5ents
-6kentz
-ke1ra
-k5erlau
-2k1f8
-2k1g
-2k1h
-ki5fl
-8kik
-king6s5
-6kinh
-ki5os
-ki5sp
-ki5th
-8ki8ö
-2k1k2
-kl8
-1kla
-8klac
-k5lager
-kle4br
-k3leib
-3kleid
-kle5isc
-4k3leit
-k3lek
-6k5ler.
-5klet
-2klic
-8klig
-k2lim
-k2lin
-5klip
-5klop
-k3lor
-1klä
-2k1m
-kmani5e
-kn8
-6kner
-k2ni
-knä8
-1k2o
-ko1a2
-ko6de.
-ko1i
-koi8t
-ko6min
-ko1op
-ko1or
-ko6pht
-ko3ra
-kor6d5er
-ko5ru
-ko5t6sc
-k3ou
-3kow
-6k5ox
-2k1p2
-k1q
-1kr8
-4k3rad
-2k1rec
-4k3reic
-kre5ie
-2krib
-6krig
-2krip
-6kroba
-2ks
-k1sa
-k6sab
-ksal8s
-k8samt
-k6san
-k1sc
-k2s1ex
-k5spat
-k5spe
-k8spil
-ks6por
-k1spr
-kst8
-k2s1uf
-2k1t
-kta8l
-kt5a6re
-k8tein
-kte8re
-k2t1h
-k8tinf
-kt3rec
-kt1s
-1ku
-ku1ch
-kuck8
-k3uhr
-ku5ie
-kum2s1
-kunfts5
-kun2s
-kunst3
-ku8rau
-ku4ro
-kurz1
-4kusti
-ku1ta
-ku8ß
-6k1v
-2k1w
-ky5n
-2k1z
-1kä
-kä4m
-4k3ämi
-käse5
-1kö
-kö1c
-kö1s
-1kü
-kü1c
-kür6sc
-1la.
-8labf
-8labh
-lab2r
-2l1abs
-lach3r
-la8dr
-5ladu
-8ladv
-6laff
-laf5t
-la2gn
-5laken
-8lamb
-la6mer
-5lampe.
-2l1amt
-la1na
-1land
-lan4d3a
-lan4d3r
-lan4gr
-8lanme
-6lann
-8lanw
-6lanä
-8lappa
-lap8pl
-lap6pr
-l8ar.
-la5ra
-lar4af
-la8rag
-la8ran
-la6r5a6s
-l3arbe
-la8rei
-6larm.
-la8sa
-la1sc
-la8sta
-lat8i
-6l5atm
-4lauss
-4lauto
-1law
-2lb
-l8bab
-l8bauf
-l8bede
-l4b3ins
-l5blo
-lbst5an
-lbst3e
-8lc
-l1che
-l8chert
-l1chi
-lch3m
-l5cho
-lch5w
-6ld
-l4d3ei
-ld1re
-l6düb
-le2bl
-le8bre
-lecht6s5
-led2r
-6leff
-le4gas
-1lehr
-lei6br
-le8inf
-8leinn
-5leistu
-4lektr
-le6l5ers
-lemo2
-8lemp
-l8en.
-8lends
-6lendun
-le8nend
-len8erw
-6l5ents
-4l3entw
-4lentz
-8lenzy
-8leoz
-6lepi
-le6pip
-8lepo
-1ler
-l6er.
-8lerbs
-6l5erde
-le8reis
-le8rend
-le4r3er
-4l3erg
-l8ergr
-6lerkl
-6l5erzie
-8lerö
-8lesel
-lesi5e
-le3sko
-le3tha
-let1s
-5leuc
-4leuro
-leu4s3t
-le5xe
-6lexp
-l1f
-2l1g
-lgend8
-l8gh
-lglie3
-lglied6
-6l1h
-1li
-li1ar
-li1as
-2lick
-li8dr
-li1en
-lien6n
-li8ers
-li8ert
-2ließ
-3lig
-li8ga8b
-li1g6n
-li1l8a
-8limb
-li1na
-4l3indu
-lings5
-4l3inh
-6linj
-link4s3
-4linkt
-2lint
-8linv
-4lipp
-5lipt
-4lisam
-livi5e
-6l1j
-6l1k
-l8keim
-l8kj
-lk2l
-lko8f
-lkor8
-lk2sa
-lk2se
-6ll
-l1la
-ll3a4be
-l8labt
-ll8anl
-ll1b
-ll1c
-ll1d6
-l1le
-l4l3eim
-l6l5eise
-ller3a
-l4leti
-l5lip
-l1lo
-ll3ort
-ll5ov
-ll6spr
-llte8
-l1lu
-ll3urg
-l1lä
-l5lü
-l6lüb
-2l1m
-l6m5o6d
-6ln
-l1na
-l1no
-8lobl
-lo6br
-3loch.
-l5o4fen
-5loge.
-5lohn
-4l3ohr
-1lok
-l2on
-4l3o4per
-lo1ra
-2l1ord
-6lorg
-4lort
-lo1ru
-1los.
-lo8sei
-3losig
-lo6ve
-lowi5
-6l1p
-lp2f
-l8pho
-l8pn
-lp4s3te
-l2pt
-l1q
-8l1r
-2ls
-l1sa
-l6sarm
-l1sc
-l8sec
-l6s5erg
-l4s3ers
-l8sh
-l5s6la
-l1sp
-ls4por
-ls2pu
-l1str
-l8suni
-l1sü
-2l1t
-lt5amp
-l4t3ein
-l5ten
-l6t5eng
-l6t5erp
-l4t3hei
-lt3her
-l2t1ho
-l6t5i6b
-lti1l
-l8trö
-lt1sc
-lt6ser
-lt4s3o
-lt5ums
-lu8br
-lu2dr
-lu1en8
-8lu8fe
-luft3a
-luf8tr
-lu6g5r
-2luh
-l1uhr
-lu5it
-5luk
-2l1umf
-2l1umw
-1lun
-6l5u6nio
-4l3unte
-lu5ol
-4lurg
-6lurs
-l3urt
-lu4sto
-lus1tr
-lu6st5re
-lu8su
-lu6tal
-lu6t5e6g
-lu8terg
-lu3the
-lu6t5or
-lu2t1r
-lu6ß5
-l1v
-lve5r6u
-2l1w
-1ly
-lya6
-6lymp
-ly1no
-l8zess
-l8zo8f
-l3zwei
-lz5wu
-3länd
-lä5on
-lä6sc
-lät1s
-5läuf
-2läug
-läu6s5c
-lä5v
-l1öl
-1lös
-lö1ß6t
-6l1übe
-1ma
-8mabg
-ma5chan
-mad2
-ma5el
-4magg
-mag8n
-ma1la
-ma8lau
-mal5d
-8malde
-mali5e
-malu8
-ma8lut
-2m1amp
-3man
-mand2
-man3ds
-8mangr
-mani5o
-8m5anst
-6mappa
-4m3arbe
-mar8kr
-ma1r4o
-mar8schm
-3mas
-ma1sc
-ma1tö
-4m5auf
-ma5yo
-2m1b
-mb6r
-2m1c
-2m1d
-md6sä
-1me
-me1ch
-me5isc
-5meld
-mel8sa
-8memp
-me5nal
-men4dr
-men8schl
-men8schw
-8mentsp
-me1ra
-mer4gl
-me1ro
-3mes
-me6s5ei
-me1th
-me8ß
-2m1f6
-2m1g
-2m1h
-1mi
-mi1a
-mi6ale
-mi1la
-2m1imm
-mi1na
-mi5nü
-mi4s3an
-mit1h
-mi5t6ra
-3mitt
-mitta8
-mi6ß5
-6mj
-2m1k8
-2m1l
-2m1m
-m6mad
-m6m5ak
-m8menth
-m8mentw
-mme6ra
-m2mn
-mm5sp
-mm5ums
-mmut5s
-m8män
-m1n8
-m5ni
-1mo
-mo5ar
-mo4dr
-8mof
-mo8gal
-mo4kla
-mol5d
-m2on
-mon8do
-mo4n3od
-mon2s1tr
-mont8a
-6m5ony
-mopa6
-mo1ra
-mor8d5a
-mo1sc
-mo1sp
-5mot
-moy5
-2mp
-m1pa
-mpfa6
-mpf3l
-mphe6
-m1pi
-mpin6
-m1pl
-mp2li
-m2plu
-mpo8ste
-m1pr
-mprä5
-mp8th
-mput6
-mpu5ts
-m1pö
-8m1q
-2m1r
-2ms
-ms5au
-m1sc
-msch4l
-ms6po
-m3spri
-m1str
-2m1t
-mt1ar
-m8tein
-m2t1h
-mt6se
-mt8sä
-mu5e
-6m5uh
-mumi1
-1mun
-mun6dr
-muse5e
-mu1ta
-2m1v
-mvol2
-mvoll3
-2m1w
-1my
-2m1z
-mä6kl
-1män
-mä1s
-mä5tr
-mäu4s3c
-3mäß
-möb2
-6möl
-1mü
-5mün
-3müt
-1na.
-n5ab.
-8nabn
-n1abs
-n1abz
-na6bä
-na2c
-nach3e
-3nacht
-1nae
-na5el
-n1afr
-1nag
-1n2ah
-na8ha
-na8ho
-1nai
-6nair
-na4kol
-n1akt
-nal1a
-8naly
-1nama
-na4mer
-na1mn
-n1amp
-8n1amt
-5nanc
-nan6ce
-n1and
-n6and.
-2n1ang
-1nani
-1nann
-n1ans
-8nanw
-5napf.
-1n2ar.
-na2ra
-2n1arc
-n8ard
-1nari
-n8ark
-6n1arm
-5n6ars
-2n1art
-n8arv
-6natm
-nat6s5e
-1naue
-4nauf
-n3aug
-5naui
-n5auk
-na5um
-6nausb
-6nauto
-1nav
-2nax
-3naz
-1naß
-n1b2
-nbau5s
-n1c
-nche5e
-nch5m
-2n1d
-nda8d
-n2d1ak
-nd5ans
-n2d1ei
-nde8lac
-ndel6sa
-n8derhi
-nde4se
-nde8stal
-n2dj
-ndnis5
-n6d5or6t
-nd3rec
-nd3rot
-nd8samt
-nd6sau
-ndt1h
-n8dumd
-1ne
-ne5as
-ne2bl
-6n5ebn
-2nec
-5neei
-ne5en
-ne1g4l
-2negy
-4n1ein
-8neis
-4n3e4lem
-8nemb
-2n1emp
-nen1a
-6n5energ
-nen3k
-8nentb
-4n3en3th
-8nentl
-8n5entn
-8n5ents
-ne1ra
-ne5r8al
-ne8ras
-8nerbi
-6n5erde.
-nere5i6d
-nerfor6
-6n5erhö
-8nerlö
-2n1err
-n8ers.
-6n5ertra
-2n1erz
-nesi3e
-net1h
-neu4ra
-neu5sc
-8neuß
-n1f
-nf5f
-nf2l
-nflei8
-nf5lin
-nft8st
-n8g5ac
-ng5d
-ng8en
-nge8ram
-ngg2
-ng1h
-n6glic
-ng3rip
-ng8ru
-ng2se4
-ng2si
-n2g1um
-n1gy
-n8gäl
-n1h
-nhe6r5e
-1ni
-ni1bl
-ni5chä
-ni8dee
-n6ie
-ni1en
-nie6s5te
-niet5h
-ni8etn
-4n3i6gel
-n6ik
-ni1la
-2n1imp
-ni5na
-2n1ind
-8ninf
-6n5inh
-ni8nit
-6n5inn
-2n1ins
-4n1int
-n6is
-nis1tr
-ni1th
-ni1tr
-n1j
-n6ji
-n8kad
-nk5ans
-n1ke
-n8kerla
-n1ki
-nk5inh
-n5klö
-n1k2n
-n8k5not
-nk3rot
-n8krü
-nk5spo
-nk6t5r
-n8kuh
-n6küb
-n5l6
-nli4mi
-n1m
-nmen4s
-n1na
-n8nerg
-nni5o
-n1no
-nn4t3ak
-nnt1h
-nnu1e
-n1ny
-n1nä
-n1nö
-n1nü
-no5a
-no4b3la
-4n3obs
-2nobt
-noche8
-no6die
-no4dis
-no8ia
-no5isc
-6n5o6leu
-no4mal
-noni6er
-2n1onk
-n1ony
-4n3o4per
-6nopf
-6nopti
-no3ra
-no4ram
-nor6da
-4n1org
-2n1ort
-n6os
-no1st
-8nost.
-no8tan
-no8ter
-noty6pe
-6n5ox
-n1p2
-n1q
-n1r
-nrös3
-6ns
-n1sac
-ns3ang
-n1sc
-n8self
-n8s5erf
-n8serg
-n6serk
-ns5erw
-n8sint
-n1s2pe
-n1spr
-n6s5tat.
-n6stob
-n1str
-n1ta
-n4t3a4go
-nt5anh
-nt3ark
-nt3art
-n1te
-nt3eis
-nte5n6ar
-nte8nei
-nter3a
-nte6rei
-nt1ha
-nt6har
-n3ther
-nt5hie
-n3thus
-n1ti
-nti1c
-n8tinh
-nti1t
-ntlo6b
-ntmen8
-n1to
-nt3o4ti
-n1tr
-ntra5f
-ntra5ut
-nt8rea
-nt3rec
-nt8rep
-n4t3rin
-nt8rop
-n4t3rot
-n4trü
-nt1s
-nts6an
-nt2sk
-n1tu
-nt1z
-n1tä
-n1tö
-n8töl
-n1tü
-1nu
-nu1a
-nu5el
-nu5en
-4n1uhr
-nu5ie
-8numl
-6n5ums
-6n5umw
-2n1und
-6nuni
-6n5unr
-2n1unt
-2nup
-2nu6r
-n5uri
-nu3skr
-nu5ta
-n1v
-8n1w
-1nys
-n1za
-n6zab
-n2z1ar
-n6zaus
-nzi4ga
-n8zof
-n6z5unt
-n1zw
-n6zwir
-1näc
-5näe
-5näi
-n8äl
-nä6m
-nä6re
-n5ärz
-5näus
-n1öl
-1nöt
-n5öz
-5nü.
-6n1ü2b
-5nüß
-o5ab.
-oa2l
-o8ala
-o1a2m
-o1an
-ob1ac
-obe4ra
-o6berh
-5o4bers
-o4beru
-obe6ser
-1obj
-o1bl
-o2bli
-ob5sk
-3obst.
-ob8sta
-obst5re
-ob5sz
-o1che
-oche8b
-o8chec
-o3chi
-och1l
-och3m
-ocho8f
-o3chro
-och3to
-o3chu
-och1w
-o1d
-o2d1ag
-od2dr
-ode5i
-ode6n5e
-od1tr
-o5e6b
-o5e6der.
-oe8du
-o1ef
-o1e2l
-o1e2p
-o1er.
-o5e8x
-o1fa
-of8fan
-1offi
-of8fin
-of6f5la
-o5fla
-o1fr
-8o1g
-og2n
-o1ha
-o1he
-o6h5eis
-o1hi
-ohl1a
-oh1le
-oh4l3er
-5ohm.
-oh2ni
-o1ho
-oh1re
-oh1ru
-o1hu
-oh1w
-o1hy
-o1hä
-o5ia
-o1id.
-o8idi
-oi8dr
-o5ids
-o5isch.
-oiset6
-o1ism
-o3ist.
-o5i6tu
-o1j
-o1k
-ok2l
-ok3lau
-o8klä
-1okta
-o1la
-old5am
-old5r
-o1le
-ole5in
-ole1r
-ole3u
-ol6gl
-ol2kl
-olk4s1
-ol8lak
-ol8lauf.
-ol6lel
-ol8less
-o1lo
-ol1s
-ol2ster
-ol6sk
-o1lu
-oly1e2
-5olym
-o2mab
-om6an
-o8mau
-ombe4
-o8merz
-om5sp
-o1mu
-o8munt
-o1mä
-o1mö
-o1na
-ona8m
-on1ax
-on8ent
-o6n5erb
-8oni
-oni5er.
-on1k
-on6n5a6b
-o1no
-ono1c
-o4nokt
-1ons
-onts8
-o1nä
-oo8f
-1oog
-oo2pe
-oo2sa
-o1pa
-3o4pera
-o3pfli
-opf3lo
-opf3r
-o1pi
-o1pl
-o2pli
-o5p6n
-op8pa
-op6pl
-o1pr
-o3p4ter
-1opti
-o1pä
-o5pö
-o1q
-o1ra.
-o3rad
-o8radd
-1oram
-o6rang
-o5ras
-o8rauf
-or5cha
-or4d3a4m
-or8dei
-or8deu
-1ordn
-or4dos
-o1re
-o5re.
-ore2h
-o8r5ein
-ore5isc
-or6enn
-or8fla
-or8fli
-1orga
-5orgel.
-or2gl
-o1ri
-5o6rient
-or8nan
-or8nä
-o1ro
-or1r2h
-or6t5an
-or8tau
-or8tere
-o1rus
-o1ry
-o1rä
-or1ü2
-o1sa
-osa3i
-6ose
-o8serk
-o1sk
-o6ske
-o6ski
-os2kl
-os2ko
-os2kr
-osni5e
-o2s1o2d
-o3s4per
-o4stam
-o6stau
-o3stra
-ost3re
-osu6
-o6s5ur
-o5s6ze
-o1ta
-ot3auf
-o6taus
-o1te
-o6terw
-o1th
-othe5u
-o2th1r
-o1ti
-o1to
-oto1a
-ot1re
-o1tri
-o1tro
-ot1sc
-o3tsu
-ot6t5erg
-ot2t3h
-ot2t5r
-ot8tö
-o1tu
-ou3e
-ouf1
-ou5f6l
-o5u6gr
-ou5ie
-ou6rar
-ou1t6a
-o1v
-o1wa
-o1we
-o6wer.
-o1wi
-owid6
-o1wo
-o5wu
-o1xe
-oy5al.
-oy1e
-oy1i
-o5yo
-o1z
-oza2r
-1o2zea
-ozo3is
-oö8
-oß5elt
-oß1t
-3paa
-pa6ce
-5pad
-pag2
-1pak
-pa1la
-pa8na8t
-pani5el
-pa4nor
-pan1s2
-1pap
-pap8s
-pa8rei
-par8kr
-paro8n
-par5o6ti
-part8e
-5partei
-3partn
-pas6sep
-pa4tha
-1pau
-6paug
-pau3sc
-p1b
-8p5c
-4p1d
-1pe
-4peic
-pe5isc
-2pek
-pen3k
-pen8to8
-p8er
-pe1ra
-pere6
-per5ea
-per5eb
-pe4rem
-2perr
-per8ran
-3pers
-4persi
-pe3rü
-pe4sta
-pet2s
-p2f1ec
-p4fei
-pf1f
-pf2l
-5pflanz
-pf8leg
-pf3lei
-2pft
-pf3ta
-p1g
-1ph
-2ph.
-2p1haf
-6phb
-8phd
-6p5heit
-ph5eme
-6phg
-phi6e
-8phk
-6phn
-p5holl
-pht2
-ph3tha
-4ph3the
-phu6
-6phz
-pi1en
-pi5err
-pi1la
-pi1na
-5pinse
-pioni8e
-1pis
-pi1s2k
-pi1th
-p1k
-pl8
-5pla
-p2lau
-4plei
-p3lein
-2pler
-6p5les
-2plig
-p6lik
-6p5ling
-p2liz
-plo8min
-6p1m
-p1n
-1p2o
-8poh
-5pol
-po8lan
-poly1
-po3ny
-po1ra
-2porn
-por4t3h
-po5rö
-5poti
-p1pa
-p6p5ei
-ppe6la
-pp5f
-p2p1h
-p1pi
-pp1l
-ppp6
-pp5ren
-pp1s
-pp2ste
-p5pö
-pr6
-3preis
-1pres
-2p3rig
-5prinz
-1prob
-1prod
-5prog
-pro8pt
-pro6t5a
-prote5i
-8proß
-prä3l
-1präs
-präte4
-1prüf
-p5schl
-2pst
-1p2sy
-p1t
-p8to8d
-pt1s
-5p6ty
-1pu
-pu1b2
-2puc
-pu2dr
-puf8fr
-6p5uh
-pun8s
-pu8rei
-pu5s6h
-pu1ta
-p1v
-p3w
-5py
-py5l
-p1z
-pä6der
-p5ä6m
-pä8nu
-8pär
-pät5h
-pät1s
-qu6
-1qui
-8rabk
-ra6bla
-3rable
-ra2br
-r1abt
-6rabz
-ra4dan
-ra2dr
-5rafal
-ra4f3er
-ra5gla
-ra2g3n
-6raha
-ral5am
-5rald
-4ralg
-ra8lins
-2rall
-ral5t
-8ramei
-r3anal
-r6and
-ran8der
-ran4dr
-8ranf
-6ranga
-5rangi
-ran8gli
-r3angr
-rans5pa
-8ranw
-r8anz.
-ra5or
-6rapf
-ra5pl
-rap6s5er
-2r1arb
-1rarh
-r1arm
-ra5ro
-2r1art
-6r1arz
-ra8tei
-ra6t5he
-6ratl
-ra4t3ro
-r5atta
-raue4n
-6raus.
-r5austa
-rau8tel
-raut5s
-ray1
-r1b
-rb5lass
-r6bler
-rb4lie
-rbon6n
-r8brecht
-rb6s5tä
-r8ces
-r1che
-rch1l
-rch3m
-rch3re
-rch3tr
-rch1w
-8rd
-r1da
-r8dachs
-r8dap
-rda5ro
-rde5ins
-rdio5
-r8dir
-rd3ost
-r1dr
-r8drau
-1re.
-re1ak
-3reakt
-re3als
-re6am.
-re1as
-4reben
-re6bl
-rech5a
-r8edi
-re3er
-8reff
-3refl
-2reh
-5reha
-r4ei.
-reich6s5
-8reier
-6reign
-re5imp
-4r3eina
-6r3einb
-6reing
-6r5einn
-6reinr
-4r3eins
-r3eint
-reli3e
-8r5elt
-6rempf
-2remt
-ren5a6b
-ren8gl
-r3enni
-1reno
-5rente
-4r3enth
-8rentl
-4r3entw
-8rentz
-ren4zw
-re1on
-requi5
-1rer
-rer4bl
-6rerbs
-4r3erd
-8rerhö
-8rerkl
-4r3erla
-8rerlö
-4r3erns
-6r5ernä
-rer5o
-6r5erreg
-r5ertr
-r5erwec
-r5erö
-re2sa
-re8schm
-2ress
-re5u8ni
-6rewo
-2r1ex
-r1f
-r8ferd
-rf4lie
-8r1g
-r8gah
-rge4bl
-rge5na
-rgest4
-rg6ne
-r2gni2
-r8gob
-r4g3ret
-rg8sel
-r1h8
-r2hy
-5rhyt
-ri1ar
-ri5cha
-rid2g
-r2ie
-rieg4s5
-ri8ei
-ri1el
-ri6ele
-ri1en
-ri3er.
-ri5ers.
-ri6fan
-ri8fer
-ri8fr
-1r2ig
-ri8kn
-ri5la
-rimä8
-ri1na
-r8inde
-rin4ga
-rin6gr
-1rinn
-6rinner
-rino1
-r8insp
-4rinst
-ri1nä
-ri5o6ch
-ri1o2d
-ri3o6st
-2r1ir
-r2is
-ri3sko
-ri8spr
-ri5sv
-r2it
-6r5i6tal
-ri5tr
-ri6ve.
-8r1j
-6rk
-r1ke
-rkehrs5
-r1ki
-r3klin
-r1k2n
-rk3str
-rk4t3an
-rk6to
-r6kuh
-rkä4s3t
-r1l
-r5li
-rline5a
-6r1m
-r6manl
-rma4p
-r4m3aph
-r8minf
-r8mob
-rm5sa
-2rn
-r1na
-rna8be
-r5ne
-rn2ei
-r6neif
-r6nex
-r6nh
-rn1k
-r1no
-r6n5oc
-rn1sp
-r1nä
-r1nü
-ro6bern
-6robs
-ro1ch
-3rock.
-ro5de
-ro1e
-4rofe
-ro8hert
-1rohr
-ro5id
-ro1in
-ro5isc
-6rolym
-r2on
-6roog
-ro6phan
-r3ort
-ro1s2p
-ro5s6w
-ro4tau
-ro1tr
-ro6ts
-5rout
-r1p
-rpe8re
-rp2f
-r2ps
-r2pt
-r1q
-2rr
-r1ra
-r1re
-rrer6
-rr6hos
-r5rhö
-r1ri
-r1ro
-rro8f
-rr8or
-rror5a
-r1ru
-r3ry
-r1rä
-r1rö
-r1rü
-2r1s
-r2ste
-r2sti
-r6sab
-r4sanf
-rse6e
-rse5na
-r2sh
-r6ska
-r6ski
-rs2kl
-r8sko
-r2sl
-rs2p
-r6stauf
-r8sterw
-r8stran
-rswi3d4
-r2sz
-2r1t
-rt3art
-r8taut
-r5tei
-rt5eige
-r8tepe
-r4t3erh
-r8terla
-r4t3hei
-r5t6hu
-r4t3int
-rt5reif
-rt1sc
-rt6ser
-rt6s5o
-rt6s5u
-rt5und
-r8turt
-rube6
-ru1en
-1r4uf
-ruf4st
-ru1ie
-2r1umg
-2r1uml
-2rums
-run8der
-run4d5r
-6rundz
-6runf
-8runs
-2r1unt
-2r1ur
-r6us
-ru6sta
-rus1tr
-ru6tr
-1ruts
-r1v
-rven1
-rvi2c
-r1w
-r1x
-r1za
-rz5ac
-r6z5al
-r8z1ar
-r8zerd
-r6z5erf
-rz8erh
-rz4t3h
-r8zum
-rä4ste
-räu8sc
-r1öf
-5röhr
-rö5le
-3röll
-5römis
-r1ör
-rö2sc
-3rümp
-1sa.
-1saa
-s3a4ben
-sa2bl
-2s1abs
-6s1abt
-6sabw
-3sack.
-6s3a4der
-1saf
-sa1fa
-4s1aff
-sa5fr
-1sag
-1sai
-sa1i2k1
-4s1akt
-1sal
-sa1la
-4s3alpi
-6salter
-salz3a
-1sam
-s5anb
-san2c
-1sand
-s5angeh
-6sanl
-2s1ans
-6s3antr
-8s1anw
-s1ap
-s6aph
-8sapo
-sap5p6
-s8ar.
-2s1arb
-3sarg
-s1arm
-sa5ro
-2s1art
-6s1arz
-1sas
-1sat
-sat8a
-2s1atl
-sa8tom
-3s8aue
-s5auff
-sau5i
-s6aur
-2s1aus
-5s6ause
-2s1b2
-2sca
-s4ce
-8sch.
-3scha.
-5schade
-3schaf
-3schal
-sch5ame
-8schanc
-8schb
-1sche
-6schef
-8schex
-2schf
-2schg
-2schh
-1schi
-2schk
-5schlag
-5schlu
-6schmäß
-6schnaß
-1scho
-6schord
-6schp
-3schri
-8schric
-8schrig
-8schrou
-6schs
-2scht
-sch3ta
-sch3tr
-1schu
-8schunt
-6schv
-2schz
-5schö
-5schü
-2sco
-scre6
-6scu
-2s1d
-1se
-se5an
-se1ap
-se6ben
-se5ec
-see5i6g
-se3erl
-8seff
-se6han
-se8hi
-se8hö
-6s5eid.
-2s1eig
-s8eil
-5sein.
-sei5n6e
-6s5einh
-3s8eit
-3sel.
-se4lar
-selb4
-6s3e4lem
-se8lerl
-2s1emp
-sen3ac
-se5nec
-6s5ents
-4sentz
-s8er.
-se8reim
-ser5inn
-8sermä
-8s5erzi
-6seröf
-se1um
-8sexa
-6sexp
-2s1f2
-sfal8ler
-2s3g2
-sge5b2
-s1h
-s8hew
-5s6hip
-5s4hop
-1si
-2siat
-si1b
-sicht6s
-6s5i6dee
-siege6s5
-si1en
-si5err
-si1f2
-si1g2n
-si6g5r
-si8kau
-sik1i
-si4kin
-si2kl
-si8kü
-si1la
-sil6br
-si1na
-2s1inf
-sin5gh
-2s1inh
-sinne6s5
-2s1ins
-si5ru
-si5str
-4s1j
-s1k2
-6sk.
-2skau
-skel6c
-skelch5
-s6kele
-1s2ki.
-3s4kin.
-s6kiz
-s8kj
-6skn
-2skow
-3skrib
-3skrip
-2sku
-8skü
-s1l
-s8lal
-slei3t
-s4low
-2s1m
-s1n
-6sna
-6snot
-1so
-so1ch
-2s1odo
-so4dor
-6s5o4fen
-solo3
-s2on
-so5of
-4sope
-so1ra
-2s1ord
-4sorga
-sou5c
-so3un
-4s3ox
-sp2
-8spaa
-5spal
-1span
-2spap
-s2pec
-s4peis
-1spek
-s6perg
-4spers
-s6pes
-2s1pf
-8sphi
-1s2phä
-1spi
-spi4e
-6s5pig
-6spinse
-2spis
-2spla
-2spol
-5s6pom
-6s5pos
-6spoti
-1spra
-3s8prec
-6spreis
-5spring
-6sprob
-1spru
-s2pul
-1s2pur
-6spy
-5spän
-1spü
-s1q
-2s1r
-2ssa
-2sse
-2ssi
-2sso
-2ssä
-2ssö
-2ssü
-2s1sch
-sse8nu
-ssini6s
-ssoi6r
-2st.
-1sta
-4stafe
-2stag
-sta3la
-6stale
-4s2talg
-8stalk
-8stamt
-6st5anf
-4stans
-6stanw
-6starb
-sta4te
-6staus
-2stb
-6stc
-6std
-s1te
-4steil
-6steppi
-8stesse
-6stf
-2stg
-2sth
-st1ha
-st3hei
-s8t1hi
-st1ho
-st5hu
-s1ti
-s2ti4el
-4s2tigm
-6s2tind
-4s2tinf
-s2ti8r
-2stk
-2stl
-2stm
-1sto
-6stoll.
-4st3ope
-6stopf.
-6stord
-6stp
-4strai
-s3tral
-6s5traum
-3straß
-3strec
-6s3tref
-8streib
-5streif
-6streno
-6stres
-6strev
-2st5rig
-8s2t1ris
-s8troma
-st5rose
-4struf
-3strum
-6sträg
-2st1s6
-2stt
-1stu
-stu5a
-4stuc
-2stue
-8stun.
-2stv
-2stw
-s2tyl
-6stz
-1stä
-8stäg
-1stö
-1stü
-8stüch
-4stür.
-1su
-su2b1
-3suc
-su1e
-su2fe
-su8mar
-6sumfa
-8sumk
-2s1unt
-sup1p2
-6s5u6ran
-6surte
-2s1v
-2s1w
-1sy
-8syl.
-sy5la
-syn1
-sy2na
-syne4
-s1z
-s4zend
-5s6zene.
-8szu
-1sä
-6s5änd
-6säugi
-6säuß
-5söm
-2s1ü2b
-1süc
-sü8di
-1sün
-5süß
-taats3
-4tab.
-taba6k
-ta8ban
-tab2l
-ta6bre
-4tabs
-t3absc
-8tabz
-6t3acht
-ta6der
-6tadr
-tad6s
-tad2t
-1tafe4
-1tag
-ta6ga6
-ta8gei
-tage4s
-tag6s5t
-tah8
-tahl3
-tai6ne.
-ta5ir.
-tak8ta
-tal3au
-1tale
-ta8leng
-tal5ert
-6t5a6mer
-6tamp
-tampe6
-2t1amt
-tan5d6a
-tan8dr
-tands5a
-tani5e
-6tanl
-2tanr
-t3ans
-8t5antr
-tanu6
-t5anw
-8tanwa
-tan8zw
-ta8rau
-6tarbe
-1tari
-2tark
-2t1arm
-ta1ro
-2tart
-t3arti
-6tarz
-ta1sc
-ta6sien
-ta8stem
-ta8sto
-t5aufb
-4taufn
-8taus.
-5tause
-8tausf
-6tausg
-t5ausl
-2t1b2
-2t1c
-t6chu
-2t1d
-te2am
-tea4s
-te8ben
-5techn
-4teff
-te4g3re
-te6hau
-2tehe
-te4hel
-2t1ehr
-te5id.
-teig5l
-6teign
-tei8gr
-1teil
-4teinh
-t5einhe
-4teis
-t5eisen
-8teiw
-te8lam
-te4lar
-4telek
-8telem
-te6man
-te6n5ag
-ten8erw
-ten5k
-tens4p
-ten8tro
-4t3entw
-8tentz
-te6pli
-5teppi
-ter5a6b
-te3ral
-ter5au
-8terbar
-t5erbe.
-6terben
-8terbs
-4t3erbt
-t5erde.
-ter5ebe
-ter5ein
-te8rers
-terf4
-8terhö
-6terklä
-ter8nor
-ter6re.
-t8erscha
-t5e6sel
-te8stau
-t3euro
-te1xa
-tex3e
-8texp
-tex6ta
-2t1f2
-2t1g2
-2th.
-th6a
-5tha.
-2thaa
-6t1hab
-6t5haf
-t5hah
-8thak
-3thal.
-6thals
-6t3hand
-2t1hau
-1the.
-3t4hea
-t1heb
-t5heil
-t3heit
-t3helf
-1theo
-5therap
-5therf
-6t5herz
-1thes
-1thet
-5thi.
-2t1hil
-t3him
-8thir
-3this
-t5hj
-2th1l
-2th1m
-th1n
-t5hob
-t5hof
-4tholz
-6thopti
-1thr6
-4ths
-t1hum
-1thy
-4t1hä
-2t1hö
-t1hü
-ti1a2m
-ti1b
-tie6fer
-ti1en
-ti8gerz
-tig3l
-ti8kin
-ti5lat
-1tilg
-t1ind
-tin4k3l
-ti3spa
-ti5str
-5tite
-ti5tr
-ti8vel
-ti8vr
-2t1j
-2t1k2
-2t1l
-tl8a
-2t1m8
-2t1n
-3tobe
-8tobj
-to3cha
-5tocht
-8tock
-tode4
-to8del
-to8du
-to1e
-6t5o6fen
-to1in
-toi6r
-5toll.
-to8mene
-t2ons
-2t1ony
-to4per
-5topf.
-6topt
-to1ra
-to1s
-to2ste
-to6ska
-tos2l
-2toti
-to1tr
-t8ou
-2t1p2
-6t1q
-tr6
-tra5cha
-tra8far
-traf5t
-1trag
-tra6gl
-tra6gr
-t3rahm
-1trai
-t6rans
-tra3sc
-tra6st
-3traue
-t4re.
-2trec
-t3rech
-t8reck
-6t1red
-t8ree
-4t1reg
-3treib
-4treif
-8t3reis
-8trepo
-tre6t5r
-t3rev
-4t3rez
-1trib
-t6rick
-tri6er
-2trig
-t8rink
-tri6o5d
-trizi5
-tro1a
-3troc
-trocke6
-troi8d
-tro8man.
-tro3ny
-5tropf
-6t5rosa
-t5roß
-5trub
-5trup
-trut5
-1träg
-6t1röh
-5trüb
-trü3bu
-t1rüc
-t1rüs
-2ts
-ts1ab
-t1sac
-tsa8d
-ts1ak
-t6s5alt
-ts1an
-ts1ar
-ts3auf
-t3schr
-t5schä
-tse6e
-tsee5i
-tsein6s
-ts3ent
-ts1er
-t8serf
-t4serk
-t8sh
-5t6sik
-t4s3int
-ts5ort.
-t5s6por
-t6sprei
-t1st
-t2ste
-t6s5tanz
-ts1th
-t6stit
-t4s3tor
-1t2sua
-t2s1uf
-t8sum.
-t2s1u8n
-t2s1ur
-2t1t
-tt5eif
-tte6sa
-tt1ha
-tt8ret
-tt1sc
-tt8ser
-tt5s6z
-1tuc
-tuch5a
-1tu1e
-6tuh
-t5uhr
-tu1i
-tu6it
-1tumh
-6t5umr
-1tums
-8tumt
-6tund
-6tunf
-2t1unt
-tu5ra
-tu6rau
-tu6re.
-tu4r3er
-2t1v
-2t1w
-1ty1
-ty6a
-ty8la
-8tym
-6ty6o
-2tz
-tz5al
-tz1an
-tz1ar
-t8zec
-tzeh6
-tzehn5
-t6z5ei.
-t6zor
-t4z3um
-t6zäu
-5täg
-6täh
-t5ält
-t8än
-täre8
-8tä8st
-6täuß
-t5öffen
-8tö8k
-1tön
-4tüb
-t6ü5ber.
-5tüch
-1tür.
-u3al.
-u5alb
-u5alf
-u3alh
-u5alk
-u3alp
-u3an.
-ua5na
-u3and
-u5ans
-u5ar.
-ua6th
-u1au
-ua1y
-u2bab
-ubi5er.
-u6b5rit
-ubs2k
-u5bö
-u8büb
-2uc
-u1che
-u6ch5ec
-u1chi
-uch1l
-uch3m
-uch5n
-uch1r
-uch5to
-ucht5re
-u1chu
-uch1w
-uck1a
-uck5in
-u1d
-ud4a
-u1ei
-u6ela
-uene8
-u6ep
-u1er
-uer1a
-ue8rerl
-uer5o
-u8esc
-u2est
-u8ev
-u1fa
-u2f1ei
-u4f3ent
-u8ferh
-uf1fr
-uf1l
-uf1ra
-uf1re
-uf1rä
-uf1rü
-uf1s2p
-uf1st
-uft1s
-u8gabt
-u8gad
-u6gap
-ugeb8
-u8gn
-ugo3s4
-u1ha
-u1he
-u1hi
-uh1le
-u1ho
-uh1re
-u1hu
-uh1w
-u1hä
-u1hö
-6ui
-ui5en
-u1ig
-u3ins
-uin8tes
-u5isch.
-u1j
-6uk
-u1ke
-u1ki
-u1kl
-u8klu
-u1k6n
-u5ky
-u1la
-uld8se
-u1le
-ul8lac
-ul6lau
-ul6le6l
-ul6lo
-ulni8
-u1lo
-ulo6i
-ult6a
-ult8e
-u1lu
-ul2vr
-u1lä
-u1lö
-3umfan
-5umlau
-umo8f
-um8pho
-u1mu
-umu8s
-u5mö
-u1n1a
-un2al
-un6at
-unau2
-6und.
-5undein
-un4d3um
-3undzw
-undü8
-un8düb
-une2b
-un1ec
-une2h
-un3eis
-3unfal
-1unfä
-5ungea
-3unglü
-ung2s1
-un8gä
-1u2nif
-un4it
-un8kro
-unk5s
-u1no
-unpa2
-uns2p
-unvol4
-unvoll5
-u5os.
-u1pa
-u1pi
-u1p2l
-u1pr
-up4s3t
-up2t1a
-u1q
-u1ra
-ur5abs
-ura8d
-ur5ah
-u6rak
-ur3alt
-u6rana
-u6r5ans
-u8rap
-ur5a6ri
-u8ratt
-u1re
-ur3eig
-ur8gri
-u1ri
-ur5ins
-3urlau
-urmen6
-ur8nan
-u1ro
-3ursac
-ur8sau
-ur8sei
-ur4sk
-3urtei
-u1ru
-uru5i6
-uru6r
-u1ry
-ur2za
-ur6zä
-ur5ä6m
-u5rö
-u1rü
-urück3
-u1sa
-usa4gi
-u2s1ar
-u2s1au
-u8schec
-usch5wi
-u2s1ei
-use8kel
-u8sl
-u4st3a4b
-us3tau
-u2s1uf
-u8surn
-ut1ac
-u1tal
-uta8m
-u1tan
-ut1ar
-u1tas
-ut1au
-u1te
-u8teic
-u4tent
-u8terf
-u6terin
-u4t3hei
-ut5ho
-ut1hu
-u1ti
-utine5
-uti6q
-u1to
-uto5c
-u1tr
-ut1sa
-ut1s6p
-ut6stro
-u1tu
-utz5w
-u1u
-u1v
-uve5n
-uve3r4ä
-u1w
-u1xe
-u5ya
-uy5e6
-u1yi
-u2z1eh
-u8zerh
-u5ö
-uße6n
-ußen5e
-8vanb
-6vang
-6varb
-var8d
-va6t5a
-va8tei
-va2t1r
-2v1b
-6v5c
-6vd
-1ve
-6ve5g6
-ver1
-ver5b
-verb8l
-ve2re2
-verg8
-ve2ru8
-ve1s
-ve2s3p
-ve3xe
-2v1f
-2v1g
-6v5h
-vi6el
-vie6w5
-vi1g4
-vi8leh
-vil6le.
-8vint
-vi1ru
-vi1tr
-2v1k
-2v1l
-2v1m
-4v5n
-8vo8f
-voi6le
-vol8lend
-vol8li
-v2or1
-vo2re
-vo8rin
-vo2ro
-2v1p
-8vra
-v6re
-2v2s
-2v1t
-2v1v
-4v3w
-2v1z
-waffe8
-wa6g5n
-1wah
-wah8n
-wa5la
-wal8din
-wal6ta
-wan4dr
-5ware
-wa8ru
-war4za
-1was
-w5c
-w1d
-5wech
-we6fl
-1weg
-we8geng
-weg5h
-weg3l
-we2g1r
-weh6r5er
-5weise
-weit3r
-wel2t
-welt3r
-we6rat
-8werc
-5werdu
-wer4fl
-5werk.
-wer4ka
-wer8ku
-wer4ta
-wer8term
-we2sp
-we8s4tend
-we8str
-we8stö
-wet8ta
-wich6s5t
-1wid
-wi2dr
-wiede4
-wieder5
-wik6
-wim6ma
-win4d3r
-5wirt
-wisch5l
-1wj
-6wk
-2w1l
-8w1n
-wo1c
-woche6
-wol6f
-wor6t5r
-6ws2
-w1sk
-6w5t
-5wunde.
-wun6gr
-wu1sc
-wu2t1
-6w5w
-wy5a
-wärme5
-wä1sc
-1xag
-x1ak
-x3a4men
-8xamt
-x1an
-8x1b
-x1c
-1xe.
-x3e4g
-1xen
-xe1ro
-x1erz
-1xes
-8xf
-x1g
-8x1h
-1xi
-8xid
-xi8so
-4xiste
-x1k
-6x1l
-x1m
-8xn
-1xo
-8x5o6d
-8x3p2
-x1r
-x1s6
-8x1t
-x6tak
-x8terf
-x2t1h
-1xu
-xu1e
-x5ul
-6x3w
-x1z
-5ya.
-y5an.
-y5ank
-y1b
-y1c
-y6cha
-y4chia
-y1d
-yen6n
-y5ern
-y1g
-y5h
-y5in
-y1j
-y1k2
-y1lak
-yl1al
-yla8m
-y5lax
-y1le
-y1lo
-y5lu
-y8mn
-ym1p2
-y3mu
-y1na
-yno2d
-yn1t
-y1on.
-y1o4p
-y5ou
-ypo1
-y1pr
-y8ps
-y1r
-yri3e
-yr1r2
-ys5iat
-ys8ty
-y1t
-y3w
-y1z
-yä8m
-z5a6b
-zab5l
-8za6d
-1zah
-za5is
-4z3ak
-6z1am
-5zange.
-8zanl
-2z1ara
-6z5as
-z5auf
-3zaun
-2z1b
-6z1c
-6z1d
-1ze
-ze4dik
-4z3eff
-8zein
-zei4ta
-zei8ters
-ze6la
-ze8lec
-zel8th
-4zemp
-6z5engel
-zen8zin
-8zergä
-zer8i
-ze1ro
-zers8
-zerta8
-zer8tab
-zer8tag
-8zerz
-ze8ste
-zeu6gr
-2z1ex
-2z1f8
-z1g
-4z1h
-1zi
-zi1en
-zi5es.
-4z3imp
-zi1na
-6z5inf
-6z5inni
-zin6s5er
-8zinsuf
-zist5r
-zi5th
-zi1tr
-6z1j
-2z1k
-2z1l
-2z1m
-6z1n
-1zo
-zo6gl
-4z3oh
-zo1on
-zor6na8
-4z1p
-z5q
-6z1r
-2z1s8
-2z1t
-z4t3end
-z4t3hei
-z8thi
-1zu
-zu3al
-zu1b4
-zu1f2
-6z5uhr
-zun2a
-8zunem
-zunf8
-8zungl
-zu1o
-zup8fi
-zu1s8
-zu1z
-2z1v
-zw8
-z1wal
-5zweck
-zwei3s
-z1wel
-z1wer
-z6werg
-8z5wes
-1zwi
-zwi1s
-6z1wo
-1zy
-2z1z
-zz8a
-zzi1s
-1zä
-1zö
-6zöl.
-zö1le
-1zü
-2z1ü2b
-ä1a6
-äb1l
-ä1che
-ä3chi
-äch8sc
-äch8sp
-ä5chu
-äck5a
-äd1a
-äd5era
-ä6d5ia
-ä1e
-ä5fa
-äf1l
-äft6s
-äg1h
-äg3le
-ä6g5nan
-äg5str
-ä1he
-ä1hi
-äh1le
-äh5ne
-1ähnl
-äh1re
-äh5ri
-äh1ru
-ä1hu
-äh1w
-6äi
-ä1isc
-ä6ische
-ä5ism
-ä5j
-ä1k
-äl1c
-ä1le
-ä8lei
-äl6schl
-ämi1e
-äm8n
-äm8s
-ä5na
-5änderu
-äne5i8
-äng3l
-änk5l
-ä1no
-än6s5c
-ä1pa
-äp6s5c
-3äq
-är1c
-ä1re
-äre8m
-5ärgern
-är6gl
-ä1ri
-3ärmel
-ä1ro
-ärt6s5
-ä1ru
-3ärztl
-ä5rö
-ä6s5chen
-äsen8s
-äs1th
-äta8b
-ä1te
-äteri4
-äter5it
-ä6thy
-ä1ti
-3ätk
-ä1to
-ät8schl
-äts1p
-ä5tu
-äub1l
-äu1e
-1äug
-äu8ga
-äu5i
-ä1um.
-ä1us.
-1äuß
-ä1z
-ö1b
-ö1che
-ö5chi
-öch8s2tei
-öch8str
-öcht6
-5ö6dem
-5öffn
-ö1he
-öh1l8
-öh1re
-ö1hu
-ö1is
-ö1ke
-1ö2ko
-1öl.
-öl6k5l
-öl8pl
-ö1mu
-ö5na
-önig6s3
-ö1no
-ö5o6t
-öpf3l
-öp6s5c
-ö1re
-ör8gli
-ö1ri
-ör8tr
-ö1ru
-5österr
-ö1te
-ö5th
-ö1ti
-ö1tu
-ö1v
-ö1w
-öwe8
-ö2z
-üb6e2
-3ü4ber1
-üb1l
-üb1r
-5ü2bu
-ü1che
-ü1chi
-ü8ch3l
-üch6s5c
-ü8ck
-ück1a
-ück5ers
-üd1a2
-ü6deu
-üdi8t
-ü2d1o4
-üd5s6
-üge4l5a
-üg1l
-üh5a
-ü1he
-ü8heh
-ü6h5erk
-üh1le
-üh1re
-üh1ru
-ü1hu
-üh1w
-ü3k
-ü1le
-ül4l5a
-ül8lo
-ül4ps
-ül6s5c
-ü1lu
-ün8da
-ün8fei
-ünk5l
-ün8za
-ün6zw
-ü5pi
-ü1re
-ü8rei
-ür8fl
-ür8fr
-ür8geng
-ü1ri
-ü1ro
-ür8sta
-ü1ru
-üse8n
-ü8sta
-ü8stes
-ü3ta
-ü1te
-ü1ti
-üt8tr
-ü1tu
-üt8zei
-ü1v
-ß1a8
-5ßa.
-ß8as
-ß1b8
-ß1c
-ß1d
-1ße
-ß5ec
-8ße8g
-8ße8h
-2ß1ei
-8ßem
-ß1f8
-ß1g
-ß1h
-1ßi
-ß1k
-ß1l
-ß1m
-ß1n
-ß1o
-ß1p8
-ß5q
-ß1r
-ß1s2
-ßst8
-ß1ta
-ß1te
-ßt3hei
-ß1ti
-ß5to
-ß1tr
-1ßu8
-6ß5um
-ß1v
-ß1w
-ß1z
-2s1ta.
-i2s1tal
-2s1tani
-2s1tan.
-fe2s1ta
-te2s1ta
-nd2ste
-ve2ste
-3s2tec
-4s3techn
-3s2teg
-3s2teh
-3s2tein
-3s2teig
-3s2teif
-3s2tell
-3s2telz
-a4s3tel
-3s2temm
-3s2temp
-3s2tep
-s3s2ter
-t3s2tern
-3s2teue
-6s4teuro
-bs2ti
-te2s3ti
-ve2sti
-3s2tic
-3s2tieb
-3s2tieg
-3s2tif
-3s2til
-3s2tim
-3s2tink
-3s2titu
-a2s1to
-gu2s1to
-ku2s1to
-i2s1tol
-i2s1tor
-ve2s1to
-2s1tung
-2s7tus
-o2s1tul
-aus3s4
-ens3s4
-gs3s4
-.mis2s1
-s2s1b8
-s2s3chen
-s2s3d
-s2s5ec
-2s2s1ei
-s2s3f
-s2s1g
-s2s3h
-s2s3k
-s2s3l
-s2s3m
-s2s3n
-s2s3p8
-s2s5q
-s2s3r
-s2s3s2
-sss2t8
-as2s3te
-is2s3te
-us2s3te
-üs2s3te
-s2st3hei
-s2s3ti
-s2s1to
-s2s1tr
-6ss5um
-s2s3v
-s2s3w
-s2s3z
-1cker.
-1ckert
-1ckad
-1cke.
-1ckel
-1cken
-4ck1ent
-1ckere
-1ckern
-1ckeru
-1ckie
-1ckig
-1ckun
-#-display-name: Latvian braille
-
-#+locale:lv
-#+type:literary
-#+dots:6
-#+grade:1
-
-# TODO: Please correct the metadata above. It is not meant to be
-# accurate nor complete. It hasn't been verified by the table
-# author yet. It is merely an attempt by the liblouis maintainers
-# to get some sensible initial values in place.
-
-# TODO: Please add a reference to official documentation about
-# the implemented braille code. Preferably submit the documents
-# to https://github.com/liblouis/braille-specs.
-
-include Lv-Lv-g1.utb
-include braille-patterns.cti
-# liblouis: Korean Grade 1 (Uncontracted)
-#
-# -----------
-#-display-name: Korean uncontracted braille
-#
-#+locale:ko
-#+type:literary
-#+contraction:no
-#+grade:1
-#
-# TODO: Please correct the metadata above. It is not meant to be
-# accurate nor complete. It hasn't been verified by the table
-# author yet. It is merely an attempt by the liblouis maintainers
-# to get some sensible initial values in place.
-#
-# TODO: Please add a reference to official documentation about
-# the implemented braille code. Preferably submit the documents
-# to https://github.com/liblouis/braille-specs.
-# -----------
-#
-# Based on the braille contraction table in BRLTTY
-#
-#  Copyright (C) 1995-2012 by The BRLTTY Team.
-#  Copyright (C) 2012 by Samuel Thibault <samuel.thibault@ens-lyon.org>
-#  Copyright (C) 2012 by Mesar Hameed <mesar.hameed@gmail.com>
-#  Copyright (C) 2013 by Joseph Lee <joseph.lee22590@gmail.com>
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-
-#Rules specific to grade 1:
-include ko.cti
-include ko-g1-rules.cti
-
-# This table contains braille codes and rules for Assamese Grade 1 and includes English grade 1
-#
-# Copyright (C) 2014 National Institute for Visually Handicapped, 116, Rajpur Road, Dehradun, Uttrakhand, India
-#
-# This file is part of liblouis.
-#
-# liblouis is free software: you can redistribute it and/or modify it
-# under the terms of the GNU Lesser General Public License as
-# published by the Free Software Foundation, either version 2.1 of the
-# License, or (at your option) any later version.
-#
-# liblouis is distributed in the hope that it will be useful, but
-# WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-# Lesser General Public License for more details.
-#
-# You should have received a copy of the GNU Lesser General Public
-# License along with liblouis. If not, see
-# <http://www.gnu.org/licenses/>.
-
-# This table is built and maintained under an activity of Braille Council of India
-# Contributors: Dipendra Manocha, Sreeja, Dinesh Kaushal, Mesar Hameed
-# Last updated on May 5, 2014
-# To report any bugs or any suggestion, please write to d@saksham.org and sreeja.param@gmail.com
-
-include bengali.cti
-include en-in-g1.ctb
-#-display-name: Manipuri braille
-
-#+locale:mni
-#+type:literary
-#+grade:1
-
-# TODO: Please correct the metadata above. It is not meant to be
-# accurate nor complete. It hasn't been verified by the table
-# author yet. It is merely an attempt by the liblouis maintainers
-# to get some sensible initial values in place.
-
-# TODO: Please add a reference to official documentation about
-# the implemented braille code. Preferably submit the documents
-# to https://github.com/liblouis/braille-specs.
-
-include spaces.ctb
-include mn-in-g1.utb
-include braille-patterns.cti
-# liblouis: Unified English Braille Code (Grade 2)
-#
-# -----------
-#-name: Unified English braille, grade 2
-#-display-name: English (UEB) contracted braille
-#
-#+locale:en
-#+type:literary
-#+contraction:full
-#+grade:2
-#+system:ueb
-#
-# TODO: Please correct the metadata above. It is not meant to be
-# accurate nor complete. It hasn't been verified by the table
-# author yet. It is merely an attempt by the liblouis maintainers
-# to get some sensible initial values in place.
-#
-# TODO: Please add a reference to official documentation about
-# the implemented braille code. Preferably submit the documents
-# to https://github.com/liblouis/braille-specs.
-# -----------
-#
-#  Copyright (C) 2004-2008 ViewPlus Technologies, Inc. www.viewplus.com
-#  Copyright (C) 2004-2006 JJB Software, Inc. www.jjb-software.com
-#  Copyright (C) 2016 American Printing House for the Blind, Inc. www.aph.org
-#  Copyright (C) 2016 Joseph Lee <joseph.lee22590@gmail.com>
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-#
-#  Maintained by John J. Boyer john.boyer@jjb-software.com
-#                Mike Gray <mgray@aph.org>
-#  Modified by Mike Gray <mgray@aph.org>
-#              Joseph Lee <joseph.lee22590@gmail.com>
-
-include en-ueb-g1.ctb
-
-multind 56-6 nocontractsign capsletter
-
-seqdelimiter -—
-seqdelimiter ‐   \x2010
-seqdelimiter ‑   \x2011
-seqdelimiter –   \x2013
-seqdelimiter —   \x2014
-seqbeforechars ([{"“'‘
-seqafterchars  )]}"”'’.,;:.!?…
-seqafterpattern 'd
-seqafterpattern 'll
-seqafterpattern 're
-seqafterpattern 's
-seqafterpattern 't
-seqafterpattern 've
-seqafterpattern ’d
-seqafterpattern ’ll
-seqafterpattern ’re
-seqafterpattern ’s
-seqafterpattern ’t
-seqafterpattern ’ve
-#TODO:  all caps words (see lou_translateString.c:inSequence()
-seqafterpattern 'D
-seqafterpattern 'LL
-seqafterpattern 'RE
-seqafterpattern 'S
-seqafterpattern 'T
-seqafterpattern 'VE
-seqafterexpression '([DSTdst]|ll|[rv]e|LL|[RV]E)
-seqafterpattern ’D
-seqafterpattern ’LL
-seqafterpattern ’RE
-seqafterpattern ’S
-seqafterpattern ’T
-seqafterpattern ’VE
-seqafterexpression ’([DSTdst]|ll|[rv]e|LL|[RV]E)
-
-#   10.1   Alphabetic Wordsigns
-#   - 10.1.1   standing alone
-#   - 10.1.2   followed by 'd, 'll, 're, 's, 't, 've and standing alone
-#   - 2.6.4
-
-#   must be before contractions?
-match %[^_~]%<* as (['’]([DSTdst]|ll|[rv]e|LL|[RV]E))?%>*%[^_~] 1356
-match %[^_~]%<* but (['’]([DSTdst]|ll|[rv]e|LL|[RV]E))?%>*%[^_~] 12
-match %[^_~]%<* can (['’]([DSTdst]|ll|[rv]e|LL|[RV]E))?%>*%[^_~] 14
-match %[^_~]%<* do (['’]([DSTdst]|ll|[rv]e|LL|[RV]E))?%>*%[^_~] 145
-match %[^_~]%<* every (['’]([DSTdst]|ll|[rv]e|LL|[RV]E))?%>*%[^_~] 15
-match %[^_~]%<* from (['’]([DSTdst]|ll|[rv]e|LL|[RV]E))?%>*%[^_~] 124
-match %[^_~]%<* go (['’]([DSTdst]|ll|[rv]e|LL|[RV]E))?%>*%[^_~] 1245
-match %[^_~]%<* have (['’]([DSTdst]|ll|[rv]e|LL|[RV]E))?%>*%[^_~] 125
-match %[^_~]%<* it (['’]([DSTdst]|ll|[rv]e|LL|[RV]E))?%>*%[^_~] 1346
-match %[^_~]%<* just (['’]([DSTdst]|ll|[rv]e|LL|[RV]E))?%>*%[^_~] 245
-match %[^_~]%<* knowledge (['’]([DSTdst]|ll|[rv]e|LL|[RV]E))?%>*%[^_~] 13
-match %[^_~]%<* like (['’]([DSTdst]|ll|[rv]e|LL|[RV]E))?%>*%[^_~] 123
-match %[^_~]%<* more (['’]([DSTdst]|ll|[rv]e|LL|[RV]E))?%>*%[^_~] 134
-match %[^_~]%<* not (['’]([DSTdst]|ll|[rv]e|LL|[RV]E))?%>*%[^_~] 1345
-match %[^_~]%<* people (['’]([DSTdst]|ll|[rv]e|LL|[RV]E))?%>*%[^_~] 1234
-match %[^_~]%<* quite (['’]([DSTdst]|ll|[rv]e|LL|[RV]E))?%>*%[^_~] 12345
-match %[^_~]%<* rather (['’]([DSTdst]|ll|[rv]e|LL|[RV]E))?%>*%[^_~] 1235
-match %[^_~]%<* so (['’]([DSTdst]|ll|[rv]e|LL|[RV]E))?%>*%[^_~] 234
-match %[^_~]%<* that (['’]([DSTdst]|ll|[rv]e|LL|[RV]E))?%>*%[^_~] 2345
-match %[^_~]%<* us (['’]([DSTdst]|ll|[rv]e|LL|[RV]E))?%>*%[^_~] 136
-match %[^_~]%<* very (['’]([DSTdst]|ll|[rv]e|LL|[RV]E))?%>*%[^_~] 1236
-match %[^_~]%<* will (['’]([DSTdst]|ll|[rv]e|LL|[RV]E))?%>*%[^_~] 2456
-match %[^_~]%<* you (['’]([DSTdst]|ll|[rv]e|LL|[RV]E))?%>*%[^_~] 13456
-
-nofor word as  1356
-nofor word but  12
-nofor word can  14
-nofor word do  145
-nofor word every  15
-nofor word from  124
-nofor word go  1245
-nofor word have  125
-nofor word it  1346
-nofor word just  245
-nofor word knowledge  13
-nofor word like  123
-nofor word more  134
-nofor word not  1345
-nofor word people  1234
-nofor word quite  12345
-nofor word rather  1235
-nofor word so  234
-nofor word that  2345
-nofor word us  136
-nofor word very  1236
-nofor word will  2456
-nofor word you  13456
-
-nofor word it's 1345-3-234
-nofor word it’s 1345-3-234
-nofor word people's 1234-3-234
-nofor word people’s 1234-3-234
-nofor word that's 2345-3-234
-nofor word that’s 2345-3-234
-nofor word you'll 13456-3-123-123
-nofor word you’ll 13456-3-123-123
-
-contraction b
-contraction c
-contraction d
-contraction e
-contraction f
-contraction g
-contraction h
-contraction j
-contraction k
-contraction l
-contraction m
-contraction n
-contraction p
-contraction q
-contraction r
-contraction s
-contraction t
-contraction u
-contraction v
-contraction w
-contraction x
-contraction y
-contraction z
-
-contraction B
-contraction C
-contraction D
-contraction E
-contraction F
-contraction G
-contraction H
-contraction J
-contraction K
-contraction L
-contraction M
-contraction N
-contraction P
-contraction Q
-contraction R
-contraction S
-contraction T
-contraction U
-contraction V
-contraction W
-contraction X
-contraction Y
-contraction Z
-
-
-#   10.2   Strong Wordsigns
-#   - 10.2.1   standing alone
-#   - 10.2.2   followed by 'd, 'll, 're, 's, 't, 've and standing alone
-#   - 2.6.4
-
-match %[^_~]%<* child (['’]([DSTdst]|ll|[rv]e|LL|[RV]E))?%>*%[^_~] 16
-match %[^_~]%<* out (['’]([DSTdst]|ll|[rv]e|LL|[RV]E))?%>*%[^_~] 1256
-match %[^_~]%<* shall (['’]([DSTdst]|ll|[rv]e|LL|[RV]E))?%>*%[^_~] 146
-match %[^_~]%<* still (['’]([DSTdst]|ll|[rv]e|LL|[RV]E))?%>*%[^_~] 34
-match %[^_~]%<* this (['’]([DSTdst]|ll|[rv]e|LL|[RV]E))?%>*%[^_~] 1456
-match %[^_~]%<* which (['’]([DSTdst]|ll|[rv]e|LL|[RV]E))?%>*%[^_~] 156
-
-nofor word child  16
-nofor word out  1256
-nofor word shall  146
-nofor word still  34
-nofor word this  1456
-nofor word which  156
-
-nofor word child's 16-3-234
-nofor word child’s 16-3-234
-
-
-#   10.3   Strong Contractions
-#   - 10.11.2
-
-# end
-always and 12346
-
-# for
-always for 123456
-
-# of
-always of 12356
-
-#match [Bb] io f =
-#match [Cc]h loro f =
-#match [Ii]n so f =
-#match [Pp] iano f =
-#match [Rr] ibo f =
-#match [Ss]t yro f =
-#match [Tt] wo f =
-#match [Mm] icro [fw] =   ow 10.4.2
-#match [Rr] etro f =
-
-sufword aeroflot 1-12456-135-124-123-135-2345
-sufword biofeedback 12-24-135-124-15-1246-12-1-14-13
-sufword chlorofluorocarbon 16-123-135-1235-135-124-123-136-135-1235-135-14-345-12-135-1345
-sufword chloroform 16-123-135-1235-135-123456-134
-sufword filofax 124-24-123-135-124-1-1346
-sufword hydrofoil 125-13456-145-1235-135-124-135-24-123
-sufword insofar 35-234-135-124-345
-sufword microfiche 134-24-14-1235-135-124-24-16-15
-sufword microfilm 134-24-14-1235-135-124-24-123-134
-sufword microwave 134-24-14-1235-135-2456-1-1236-15
-sufword microwaved 134-24-14-1235-135-2456-1-1236-1246
-sufword microwaving 134-24-14-1235-135-2456-1-1236-346
-sufword pianoforte 1234-24-1-1345-135-123456-2345-15
-sufword retrofit 1235-15-2345-1235-135-124-24-2345
-sufword riboflavin 1235-24-12-135-124-123-1-1236-35
-sufword styrofoam 34-13456-1235-135-124-135-1-134
-sufword twofer 2345-2456-135-124-12456
-sufword twofold 2345-2456-135-124-135-123-145
-
-# the
-always the 2346
-
-sufword aesthete 1-15-234-2346-2345-15
-sufword aesthetic 1-15-234-2346-2345-24-14
-sufword anaesthesia 1-1345-1-15-234-2346-234-24-1
-sufword anaesthetic 1-1345-1-15-234-2346-2345-24-14
-sufword anaesthetist 1-1345-1-15-234-2346-2345-24-34
-sufword anaesthetize 1-1345-1-15-234-2346-2345-24-1356-15
-sufword anaesthetized 1-1345-1-15-234-2346-2345-24-1356-1246
-sufword anaesthetizing 1-1345-1-15-234-2346-2345-24-1356-346
-sufword anesthesia 1-1345-15-234-2346-234-24-1
-sufword anesthesiologist 1-1345-15-234-2346-234-24-135-123-135-1245-24-34
-sufword anesthesiology 1-1345-15-234-2346-234-24-135-123-135-1245-13456
-sufword anesthetic 1-1345-15-234-2346-2345-24-14
-sufword anesthetist 1-1345-15-234-2346-2345-24-34
-sufword anesthetize 1-1345-15-234-2346-2345-24-1356-15
-sufword anesthetized 1-1345-15-234-2346-2345-24-1356-1246
-sufword anesthetizing 1-1345-15-234-2346-2345-24-1356-346
-sufword calisthenic 14-1-123-24-234-2346-1345-24-14
-sufword demosthenes 145-15-134-135-234-2346-1345-15-234
-sufword eratosthenes 12456-1-2345-135-234-2346-1345-15-234
-sufword esther 15-234-2346-1235
-sufword esthete 15-234-2346-2345-15
-sufword esthetic 15-234-2346-2345-24-14
-sufword fainthearted 124-1-35-2345-125-15-345-2345-1246
-sufword fathead 124-1-2345-125-2-145
-sufword hothead 125-135-2345-125-2-145
-sufword lightheaded 123-24-126-2345-125-2-145-1246
-sufword lighthearted 123-24-126-2345-125-15-345-2345-1246
-sufword motheaten 134-135-1456-2-2345-26
-sufword northeast 1345-135-1235-1456-2-34
-sufword prostheses 1234-1235-135-234-2346-234-15-234
-sufword prosthesis 1234-1235-135-234-2346-234-24-234
-sufword prosthetic 1234-1235-135-234-2346-2345-24-14
-sufword softhearted 234-12356-2345-125-15-345-2345-1246
-sufword southeast 234-1256-1456-2-34
-sufword sweetheart 234-2456-15-15-2345-125-15-345-2345
-sufword thence 1456-56-15
-
-# with
-always with 23456
-
-
-#   10.4   Strong Groupsigns
-#   - 10.4.2    ch sh th wh ou st
-#   - 10.4.3    ing
-#   - 10.11.2   ch gh sh th wh
-#   - 2.6.4     referred from 10.4.2 - 10.2
-
-# ar
-always ar 345
-match (%[^_~]%<*) ar (['’]([DSTdst]|ll|[rv]e|LL|[RV]E))?(%>*%[^_~]) =
-
-sufword aright 1-5-1235
-sufword infrared 35-124-1235-1-1235-1246
-sufword tearoom 2345-2-1235-135-135-134
-
-# ch   10.4.2   10.11.2
-always ch 16
-match (%[^_~]%<*) ch (['’]([DSTdst]|ll|[rv]e|LL|[RV]E))?(%>*%[^_~]) =
-
-sufword overreact 135-1236-12456-1235-15-1-14-2345
-sufword overreaction 135-1236-12456-1235-15-1-14-56-1345
-sufword react 1235-15-1-14-2345
-sufword reaction 1235-15-1-14-56-1345
-
-# ed
-always ed 1246
-
-sufword airedale 1-24-1235-15-145-1-123-15
-sufword comedown 14-135-134-15-145-246-1345
-sufword daredevil 145-345-15-145-15-1236-24-123
-sufword dumbledore 145-136-134-12-123-15-145-135-1235-15
-sufword hoedown 125-135-15-145-246-1345
-sufword kettledrum 13-15-2345-2345-123-15-145-1235-136-134
-sufword nosedive 1345-135-234-15-145-24-1236-15
-sufword nosedived 1345-135-234-15-145-24-1236-1246
-sufword nosediving 1345-135-234-15-145-24-1236-346
-sufword shakedown 146-1-13-15-145-246-1345
-sufword thistledown 1456-24-34-123-15-145-246-1345
-sufword tumbledown 2345-136-134-12-123-15-145-246-1345
-sufword turtledove 2345-136-1235-2345-123-15-145-135-1236-15
-sufword tweedledee 2345-2456-15-1246-123-15-145-15-15
-sufword tweedledum 2345-2456-15-1246-123-15-145-136-134
-sufword viced 1236-24-14-15-145
-
-# er
-always er 12456
-
-sufword hedgerow 125-1246-1245-15-1235-246
-sufword homeroom 125-135-134-15-1235-135-135-134
-sufword horseradish 125-135-1235-234-15-1235-1-145-24-146
-sufword spareribs 234-1234-345-15-1235-24-12-234
-sufword stateroom 34-1-2345-15-1235-135-135-134
-sufword storeroom 34-135-1235-15-1235-135-135-134
-sufword viceregal 1236-24-14-15-1235-15-1245-1-123
-sufword viceroy 1236-24-14-15-1235-135-13456
-
-#TODO:  check pronunciation
-sufword castlereagh 14-1-34-123-15-1235-2-126
-
-# gh
-always gh 126
-match (%[^_~]%<*) gh ('([DSTdst]|ll|[rv]e|LL|[RV]E))?(%>*%[^_~]) =
-
-sufword bighearted 12-24-1245-125-15-345-2345-1246
-sufword bighorn 12-24-1245-125-135-1235-1345
-sufword bunghole 12-136-1345-1245-125-135-123-15
-sufword doghouse 145-135-1245-125-1256-234-15
-sufword foghorn 124-135-1245-125-135-1235-1345
-sufword pigheaded 1234-24-1245-125-2-145-1246
-sufword shanghai 146-1-1345-1245-125-1-24
-sufword yoghourt 13456-135-1245-125-1256-1235-2345
-
-#TODO:  check pronunciation
-sufword senghor 234-26-1245-125-135-1235
-sufword songhai 234-135-1345-126-1-24
-
-# ing
-match !%[^_~] ing - 346
-#nofor endword ing'['’]s 346-3-234
-#nofor endword ingly 346-123-13456
-nofor midendword ing 346
-nofor always ing 35-1245
-
-sufword disingenuous 256-35-1245-26-136-1256-234
-sufword leningrad 123-26-35-1245-1235-1-145
-sufword stalingrad 34-1-123-35-1245-1235-1-145
-sufword vainglorious 1236-1-35-1245-123-135-1235-24-1256-234
-sufword vainglory 1236-1-35-1245-123-135-1235-13456
-
-# ou
-always ou 1256
-#match (%[^_~]%<*) ou (['’]([DSTdst]|ll|[rv]e|LL|[RV]E))?(%>*%[^_~]) =
-
-# ow
-always ow 246
-
-sufword autoworker 1-136-2345-135-5-2456-12456
-sufword coworker 14-135-5-2456-12456
-sufword kilowatt 13-24-123-135-2456-1-2345-2345
-sufword locoweed 123-135-14-135-2456-15-1246
-sufword monowheel 134-135-1345-135-156-15-15-123
-sufword noway 1345-135-2456-1-13456
-sufword nowhere 1345-135-5-156
-sufword nowise 1345-135-2456-24-234-15
-
-# sh
-always sh 146
-match (%[^_~]%<*) sh (['’]([DSTdst]|ll|[rv]e|LL|[RV]E))?(%>*%[^_~]) =
-
-sufword asshole 1-234-234-125-135-123-15
-sufword grasshopper 1245-1235-1-234-234-125-135-1234-1234-12456
-sufword hogshead 125-135-1245-234-125-2-145
-sufword mishandle 134-24-234-125-12346-123-15
-sufword mishandled 134-24-234-125-12346-123-1246
-sufword mishandling 134-24-234-125-12346-123-346
-sufword mishap 134-24-234-125-1-1234
-
-#TODO:  check pronunciation
-sufword chisholm 16-24-234-125-135-123-134
-sufword dachshund 145-1-16-234-125-136-1345-145
-sufword florsheim 124-123-135-1235-234-125-15-24-134
-
-# st
-always st 34
-match (%[^_~]%<*) st (['’]([DSTdst]|ll|[rv]e|LL|[RV]E))?(%>*%[^_~]) =
-
-sufword asthma 1-234-1456-134-1
-sufword bastion 12-1-234-56-1345
-sufword combustion 14-135-134-12-136-234-56-1345
-sufword congestion 25-1245-15-234-56-1345
-sufword cooperstown 14-135-135-1234-12456-234-2345-246-1345
-sufword crosstown 14-1235-135-234-234-2345-246-1345
-sufword digestion 145-24-1245-15-234-56-1345
-sufword exhaustion 15-1346-125-1-136-234-56-1345
-sufword guesstimate 1245-136-15-234-234-2345-24-134-1-2345-15
-sufword guesstimated 1245-136-15-234-234-2345-24-134-1-2345-1246
-sufword guesstimating 1245-136-15-234-234-2345-24-134-1-2345-346
-sufword indigestion 35-145-24-1245-15-234-56-1345
-sufword ingestion 35-1245-15-234-56-1345
-sufword isthmi 24-234-1456-134-24
-sufword isthmus 24-234-1456-134-136-234
-sufword jamestown 245-1-134-15-234-2345-246-1345
-sufword kingstown 13-346-234-2345-246-1345
-sufword mistime 134-24-234-5-2345
-sufword painstaking 1234-1-35-234-2345-1-13-346
-sufword pastime 1234-1-234-5-2345
-sufword reichstag 1235-15-24-16-234-2345-1-1245
-sufword suggestion 234-136-2356-15-234-56-1345
-sufword youngstown 5-13456-234-2345-246-1345
-
-#TODO:  check pronunciation
-sufword bundestag 12-136-1345-145-15-234-2345-1-1245
-
-# th
-always th 1456
-match (%[^_~]%<*) th (['’]([DSTdst]|ll|[rv]e|LL|[RV]E))?(%>*%[^_~]) =
-
-sufword adulthood 1-145-136-123-2345-125-135-135-145
-sufword anthill 1-1345-2345-125-24-123-123
-sufword bartholdi 12-345-2345-125-135-123-145-24
-sufword beethoven 12-15-15-2345-125-135-1236-26
-sufword courthouse 14-1256-1235-2345-125-1256-234-15
-sufword foothill 124-135-135-2345-125-24-123-123
-sufword foothold 124-135-135-2345-125-135-123-145
-sufword goatherd 1245-135-1-2345-125-12456-145
-sufword hothouse 125-135-2345-125-1256-234-15
-sufword knighthood 13-1345-24-126-2345-125-135-135-145
-sufword knothole 13-1345-135-2345-125-135-123-15
-sufword lighthouse 123-24-126-2345-125-1256-234-15
-sufword nighthawk 1345-24-126-2345-125-1-2456-13
-sufword nuthatch 1345-136-2345-125-1-2345-16
-sufword outhouse 1256-2345-125-1256-234-15
-sufword parenthood 1234-345-26-2345-125-135-135-145
-sufword penthouse 1234-26-2345-125-1256-234-15
-sufword pilothouse 1234-24-123-135-2345-125-1256-234-15
-sufword porthole 1234-135-1235-2345-125-135-123-15
-sufword potholder 1234-135-2345-125-135-123-145-12456
-sufword pothole 1234-135-2345-125-135-123-15
-sufword pothook 1234-135-2345-125-135-135-13
-sufword richthofen 1235-24-16-2345-125-12356-26
-sufword sainthood 234-1-35-2345-125-135-135-145
-sufword shorthand 146-135-1235-2345-125-12346
-sufword shorthorn 146-135-1235-2345-125-135-1235-1345
-sufword warthog 2456-345-2345-125-135-1245
-
-#TODO:  check pronunciation
-sufword lufthansa 123-136-124-2345-125-1-1345-234-1
-
-# wh
-always wh 156
-#match (%[^_~]%<*) wh (['’]([DSTdst]|ll|[rv]e|LL|[RV]E))?(%>*%[^_~]) =
-
-sufword rawhide 1235-1-2456-125-24-145-15
-sufword sawhorse 234-1-2456-125-135-1235-234-15
-
-
-#   10.5   Lower Wordsigns
-#   - 10.5.1   be were his was
-#   - 10.5.2   enough
-#   - 10.5.3   in
-#   - 10.5.4   enough in
-
-attribute 1 +=*,.?!"'“”‘’  punctuation with only lower dots (except hyphens)
-#class lowerdotspunc +=*,.?!"'“”‘’
-
-# be
-match %[^_]|%[^_~]%<*[([{] be %[^_]|[;:)}\\]]%>*%[^_~] 23
-
-# enough
-word enough's 26-3-234
-word enough’s 26-3-234
-match %[^_~]([\\([{]*|[\\([{]+%<*) enough (%>*[\\)\\]};:]+|[\\)\\]};:]*)%[^_~] 26
-always enough 26-1256-126
-
-# his
-match %[^_]|%[^_~]%<*[([{] his %[^_]|[;:)}\\]]%>*%[^_~] 236
-nofor lowword his 236
-
-# in
-match %[^_]!%[_1]* in !%[_1]*%[^_] 35
-nofor always in 35
-
-# was
-match %[^_]|%[^_~]%<*[([{] was %[^_]|[;:)}\\]]%>*%[^_~] 356
-nofor lowword was 356
-
-# were
-match %[^_]|%[^_~]%<*[([{] were %[^_]|[;:)}\\]]%>*%[^_~] 2356
-nofor lowword were 2356
-
-
-#   10.6   Lower Groupsigns
-#   - 10.6.1    be con dis
-#   - 10.6.2    be con dis
-#   - 10.6.3    be con dis
-#   - 10.6.4    be con dis
-#   - 10.6.5    ea bb cc ff gg
-#   - 10.6.6    ea bb cc ff gg
-#   - 10.6.7    ea
-#   - 10.6.8    en in
-#   - 10.6.9    en
-#   - 10.6.10
-
-# bb   10.6.5   10.6.6
-match %a bb %a 23
-
-sufword dumbbell 145-136-134-12-12-15-123-123
-sufword subbasement 234-136-12-12-1-234-15-56-2345
-sufword subbing 234-136-12-12-346
-
-# be   10.6.1   10.6.2   10.6.3   10.6.4
-empmatchafter match %[^_~]%<* be [Aa][Tt][Ii]![Nn] 23               beati*
-empmatchafter match %[^_~]%<* be [Aa][Tt][Rr] 23                    bea*
-empmatchafter match %[^_~]%<* be [Cc]![HKQhkq] 23                   bec*
-empmatchafter match %[^_~]%<* be [Dd][Rr][Aa] 23                    bedr*
-empmatchafter match %[^_~]%<* be [Dd][Ee]!(%>*%[_~^]) 23            bede*
-empmatchafter match %[^_~]%<* be [Dd][Aa] 23                        bed*
-empmatchafter match %[^_~]%<* be [Ee][Ll][Zz] 23                    bee*
-empmatchafter match %[^_~]%<* be [Gg]![GSgs] 23                     beg*
-empmatchafter match %[^_~]%<* be [Ii][Nn] 23                        bei*
-empmatchafter match %[^_~]%<* be [Ll][AEIOUWYaeiouwy] 23            bel*
-empmatchafter match %[^_~]%<* be [Nn][Ee][Ff][Ii][Cc][Ee][Nn] 23    beneficen*
-empmatchafter match %[^_~]%<* be [Nn][Ee][Tt](['’]s)?%>*%[_~^] 23   benet
-empmatchafter match %[^_~]%<* be [Nn][Ee]![DFTdft] 23               bene*
-empmatchafter match %[^_~]%<* be [Nn][AIUaiu] 23                    ben*
-empmatchafter match %[^_~]%<* be [Rr][Aa] 23                        bere*
-empmatchafter match %[^_~]%<* be [Rr][Ee]![Nn] 23                   ber*
-empmatchafter match %[^_~]%<* be [Ss][Tt][Ii][Rr] 23                besti*
-empmatchafter match %[^_~]%<* be [Ss][Tt][ORor] 23                  best*
-empmatchafter match %[^_~]%<* be [Ss]![STst] 23                     bes*
-empmatchafter match %[^_~]%<* be [Tt]![CHSTchst'’] 23               bet*
-empmatchafter match %[^_~]%<* be [BFHJMOPQWXZbfhjmopqwxz] 23
-
-nofor sufword be 23
-
-#   be[cfhlnsty] are handled in 10.9.5
-word beg =
-
-#   easier if after "be" cause both are dots 23
-# bb   10.6.5   10.6.6
-empmatchbefore empmatchafter match %a bb %a 23
-
-nofor midword bb 23
-
-# cc   10.6.5   10.6.6
-empmatchbefore empmatchafter match %a cc %a 25
-
-nofor midword cc 25
-
-sufword arccosine 345-14-14-135-234-35-15
-sufword bacchanal 12-1-14-16-1-1345-1-123
-sufword bacchus 12-1-14-16-136-234
-sufword gracchus 1245-1235-1-14-16-136-234
-sufword pinocchio 1234-35-135-14-16-24-135
-sufword saccharin 234-1-14-16-345-35
-sufword zucchini 1356-136-14-16-35-24
-
-# con   10.6.1   10.6.2   10.6.3   10.6.4
-empmatchafter match %[^_~]%<* con [Cc]![Hh] 25
-empmatchafter match %[^_~]%<* con [Ee][Ss][Tt] 25
-empmatchafter match %[^_~]%<* con s%a 25  [Cc][Oo][Nn][Ss]  "mod cons" 10.6.4
-empmatchafter match %[^_~]%<* con [ABDFGHIJLMNOPQRTUVWXYZabdfghijlmnopqrtuvwxyz] 25
-sufword conakry 14-135-1345-1-13-1235-13456
-sufword conan  14-135-1345-1-1345
-sufword conned 14-135-1345-1345-1246
-
-nofor begword con 25
-
-# dis   10.6.1   10.6.2   10.6.3   10.6.4
-word diss 145-24-234-234
-empmatchafter match %[^_~]%<* dis [Cc]![Ss'’] 256
-empmatchafter match %[^_~]%<* dis [Hh][Ee]![DSVdsv] 256
-empmatchafter match %[^_~]%<* dis [Hh]![CEIPRTWceiprtw'’] 256
-empmatchafter match %[^_~]%<* dis [Pp]![Ii] 256
-empmatchafter match %[^_~]%<* dis [ABDEFGIJLMNOQRSTUVWXYZabdefgijlmnoqrstuvwxyz] 256
-
-nofor begword dis 256
-
-# ea   10.6.5   10.6.6   10.6.7
-empmatchbefore empmatchafter match %a ea %a 2
-
-#   cheap fix, still fails with ,ea,ea,
-nofor always , 2
-nofor midword ea 2
-
-always ear 15-345
-midendword eand 15-12346 meander
-begword givea = giveaway
-word limeade =
-word orangeade =
-always pineapple 1234-35-15-1-1234-1234-123-15
-begword readj = readjust
-begword readm = readmit
-begword reaff 1235-15-1-235
-sufword reagent 1235-15-1-1245-26-2345
-begword realig = realign
-begword rean = reanalyze, reanimate
-begword reapp = reappear
-begword reass 1235-15-1-234-234
-begword reaw = reawaken
-always wiseacr =
-midendword eance 15-46-15 vengeance
-sufword takeaway =
-begword deact =   deactivate
-begword deallo = deallocate
-begword reallo = deallocate - really
-sufword geanticline 1245-15-1-1345-2345-24-14-123-35-15
-sufword pream =   preamble
-sufword hideaway 125-24-145-15-1-2456-1-13456
-sufword shakespearean 146-1-13-15-234-1234-15-345-15-1-1345
-
-#TODO:  check pronunciation
-sufword gilead 1245-24-123-15-1-145
-sufword deandre 145-2-1345-145-1235-15
-sufword deanna 145-15-1-1345-1345-1
-sufword boreas 12-135-1235-15-1-234
-sufword roseann 1235-135-234-15-1-1345-1345
-sufword leah 123-15-1-125
-word leann 123-15-1-1345-1345   leanness
-sufword leanna 123-15-1-1345-1345-1
-word leanne 123-15-1-1345-1345-15   leanness
-
-# en   10.6.8   10.6.9
-match %[^_~]%<* en %>*%[_~^] =   must be first
-match !%[_1]%1* en - 26
-match - en %1*!%[_1] 26
-
-nofor always en 26
-
-midendword eness 15-56-234 closeness
-sufword bluenose 12-123-136-15-1345-135-234-15
-sufword bottleneck 12-135-2345-2345-123-15-1345-15-14-13
-sufword forenoon 123456-15-1345-135-135-1345
-sufword forerunner 123456-15-1235-136-1345-1345-12456
-sufword toenail 2345-135-15-1345-1-24-123
-sufword turtleneck 2345-136-1235-2345-123-15-1345-15-14-13
-
-# ff   10.6.5   10.6.6
-empmatchbefore empmatchafter match %a ff %a 235
-
-nofor midword ff 235
-
-sufword afford 1-124-123456-145
-sufword afforest 1-124-123456-15-34
-sufword clifford 14-123-24-124-123456-145
-sufword effort 15-124-123456-2345
-sufword stafford 34-1-124-123456-145
-
-# gg   10.6.5   10.6.6
-empmatchbefore empmatchafter match %a gg %a 2356
-
-nofor midword gg 2356
-
-# in   10.6.8
-match !%[_1]%1* in - 35
-match - in %1*!%[_1] 35
-midendword iness 24-56-234
-sufword multinational 134-136-123-2345-35-1-56-1345-1-123
-
-
-#   10.7   Initial-Letter Contractions
-
-# cannot
-always cannot 456-14
-
-# character
-always character 5-16
-
-# day
-always day 5-145
-
-# ever   10.7.4
-always ever 5-15
-
-sufword achiever 1-16-24-15-1236-12456
-sufword believer 23-123-24-15-1236-12456
-sufword cheever 16-15-15-1236-12456
-sufword eversion 15-1236-12456-46-1345
-sufword evert 15-1236-12456-2345
-sufword guinevere 1245-136-35-15-1236-12456-15
-sufword monteverdi 134-135-1345-2345-15-1236-12456-145-24
-sufword nonbeliever 1345-135-1345-12-15-123-24-15-1236-12456
-sufword overachiever 135-1236-12456-1-16-24-15-1236-12456
-sufword retriever 1235-15-2345-1235-24-15-1236-12456
-sufword reversion 1235-15-1236-12456-46-1345
-sufword revert 1235-15-1236-12456-2345
-sufword thievery 1456-24-15-1236-12456-13456
-sufword unbeliever 136-1345-12-15-123-24-15-1236-12456
-sufword underachiever 5-136-1-16-24-15-1236-12456
-
-#   reverend,revery <> reverse,revert,reverb,irreversible
-
-sufword irreversibl 24-1235-1235-15-1236-12456-234-24-12-123
-
-sufword reverbera        1235-15-1236-12456-12-12456-1
-#sufword reverberate     1235-15-1236-12456-12-12456-1-2345-15
-#sufword reverberated    1235-15-1236-12456-12-12456-1-2345-1246
-#sufword reverberating   1235-15-1236-12456-12-12456-1-2345-346
-#sufword reverberation   1235-15-1236-12456-12-12456-1-56-1345
-
-sufword revere 1235-15-1236-12456-15
-sufword revered 1235-15-1236-12456-1246
-sufword reverify 1235-15-1236-12456-24-124-13456
-sufword revering 1235-15-1236-12456-346
-sufword reversal 1235-15-1236-12456-234-1-123
-sufword reverse 1235-15-1236-12456-234-15
-sufword reversed 1235-15-1236-12456-234-1246
-sufword reversible 1235-15-1236-12456-234-24-12-123-15
-sufword reversing 1235-15-1236-12456-234-346
-
-sufword reverence 1235-5-15-56-15
-sufword reverencing 1235-5-15-26-14-346
-sufword reverend 1235-5-15-26-145
-sufword reverent 1235-5-15-26-2345
-
-#   sever <> severe
-
-sufword persever        1234-12456-234-15-1236-12456
-#sufword perseverance   1234-12456-234-15-1236-12456-46-15
-#sufword persevere      1234-12456-234-15-1236-12456-15
-#sufword persevered     1234-12456-234-15-1236-12456-1246
-#sufword persevering    1234-12456-234-15-1236-12456-346
-
-sufword severe 234-15-1236-12456-15
-sufword severer 234-15-1236-12456-12456
-sufword severity 234-15-1236-12456-56-13456
-sufword severus 234-15-1236-12456-136-234
-
-sufword  severed  234-5-15-1246
-
-# father
-always father 5-124
-
-# had   10.7.3
-always had 456-125
-always phad 1234-125-1-145
-
-#TODO:  check word jehad =
-#TODO:  check word jihad =
-sufword hades 125-1-145-15-234
-sufword hadrian 125-1-145-1235-24-1-1345
-sufword menhaden 134-26-125-1-145-26
-
-# here   10.7.5
-always here 5-125
-
-sufword adhered 1-145-125-12456-1246
-sufword adherence 1-145-125-12456-56-15
-sufword adherent 1-145-125-12456-26-2345
-sufword ciphered 14-24-1234-125-12456-1246
-sufword cohered 14-135-125-12456-1246
-sufword coherence 14-135-125-12456-56-15
-sufword coherent 14-135-125-12456-26-2345
-sufword deciphered 145-15-14-24-1234-125-12456-1246
-sufword hereditary 125-12456-1246-24-2345-345-13456
-sufword heredity 125-12456-1246-56-13456
-sufword hereford 125-12456-15-123456-145
-sufword herero 125-12456-12456-135
-sufword heresies 125-12456-15-234-24-15-234
-sufword heresy 125-12456-15-234-13456
-sufword heretic 125-12456-15-2345-24-14
-sufword heretofore 5-125-2345-135-123456-15
-sufword hereupon 5-125-45-136
-sufword incoherence 35-14-135-125-12456-56-15
-sufword incoherent 35-14-135-125-12456-26-2345
-sufword inhered 35-125-12456-1246
-sufword inherent 35-125-12456-26-2345
-
-# know
-always know 5-13
-
-sufword lucknow 123-136-14-13-1345-246
-
-# lord
-always lord 5-123
-
-word chlordane 16-123-135-1235-145-1-1345-15
-
-# many
-always many 456-134
-
-# mother
-always mother 5-134
-
-sufword chemotherapy 16-15-134-135-2346-1235-1-1234-13456
-
-# name   10.7.5
-always name 5-1345
-
-sufword filename 124-24-123-15-5-1345
-sufword forename 123456-15-5-1345
-sufword ornament 135-1235-1345-1-56-2345
-sufword rename 1235-15-5-1345
-sufword tournament 2345-1256-1235-1345-1-56-2345
-sufword unamended 136-1345-1-134-26-145-1246
-sufword vietnamese 1236-24-15-2345-1345-1-134-15-234-15
-
-# one   10.7.6
-always one 5-135
-
-midendword oned 135-1345-1246
-midendword onent 135-1345-26-2345
-midendword oner 135-1345-12456
-midendword onest 135-1345-15-34
-
-sufword abalone 1-12-1-123-135-1345-15
-sufword alcyone 1-123-14-13456-135-1345-15
-sufword anemone 1-1345-15-134-135-1345-15
-sufword antigone 1-1345-2345-24-1245-135-1345-15
-sufword austronesian 1-136-34-1235-135-1345-15-234-24-1-1345
-sufword baroness 12-345-135-56-234
-sufword baronet 12-345-135-1345-15-2345
-sufword bayonet 12-1-13456-135-1345-15-2345
-sufword boone 12-135-135-1345-15
-sufword cantonese 14-1-1345-2345-135-1345-15-234-15
-sufword citronella 14-24-2345-1235-135-1345-15-123-123-1
-sufword colonel 14-135-123-135-1345-15-123
-sufword coronet 14-135-1235-135-1345-15-2345
-sufword deaconess 145-2-14-135-56-234
-sufword dishonest 256-125-5-135-34
-sufword donegal 145-135-1345-15-1245-1-123
-sufword doonesbury 145-135-135-1345-15-234-12-136-1235-13456
-sufword erroneous 12456-1235-135-1345-15-1256-234
-sufword giorgione 1245-24-135-1235-1245-24-135-1345-15
-sufword hermione 125-12456-134-24-135-1345-15
-sufword honecker 125-135-1345-15-14-13-12456
-sufword honest 125-5-135-34
-sufword indonesia 35-145-135-1345-15-234-24-1
-sufword ionesco 24-135-1345-15-234-14-135
-sufword krone 13-1235-135-1345-15
-sufword leonel 123-15-135-1345-15-123
-sufword lionel 123-24-135-1345-15-123
-sufword lioness 123-24-135-56-234
-sufword looney 123-135-135-1345-15-13456
-sufword luncheonette 123-136-1345-16-15-135-1345-15-2345-2345-15
-sufword marchioness 134-345-16-24-135-56-234
-sufword marionette 134-345-24-135-1345-15-2345-2345-15
-sufword micronesia 134-24-14-1235-135-1345-15-234-24-1
-sufword minestrone 134-35-15-34-1235-135-1345-15
-sufword monet 134-135-1345-15-2345
-sufword mooney 134-135-135-1345-15-13456
-sufword nonempty 1345-135-1345-15-134-1234-2345-13456
-sufword nonessential 1345-135-1345-15-234-234-26-2345-24-1-123
-sufword nonevent 1345-135-1345-15-1236-26-2345
-sufword nonexempt 1345-135-1345-15-1346-15-134-1234-2345
-sufword nonexistence 1345-135-1345-15-1346-24-34-56-15
-sufword nonexistent 1345-135-1345-15-1346-24-34-26-2345
-sufword oneal 135-1345-2-123
-sufword onega 135-1345-15-1245-1
-sufword onegin 135-1345-15-1245-35
-sufword oneida 135-1345-15-24-145-1
-sufword onerous 135-1345-12456-1256-234
-sufword peritonea 1234-12456-24-2345-135-1345-15-1
-sufword peritoneum 1234-12456-24-2345-135-1345-15-136-134
-sufword persephone 1234-12456-234-15-1234-125-135-1345-15
-sufword phoneme 1234-125-135-1345-15-134-15
-sufword phonemic 1234-125-135-1345-15-134-24-14
-sufword phonetic 1234-125-135-1345-15-2345-24-14
-sufword pioneer 1234-24-135-1345-15-12456
-sufword rooney 1235-135-135-1345-15-13456
-sufword salmonella 234-1-123-134-135-1345-15-123-123-1
-sufword shoshone 146-135-146-135-1345-15
-sufword spumone 234-1234-136-134-135-1345-15
-sufword veronese 1236-12456-135-1345-15-234-15
-
-sufword kroner 13-1235-135-1345-12456
-sufword monetarily 134-5-135-2345-345-24-123-13456
-sufword monetarism 134-5-135-2345-345-24-234-134
-sufword monetary 134-5-135-2345-345-13456
-
-# ought
-always ought 5-1256
-
-# part
-always part 5-1234
-
-sufword parthenogenesis 1234-345-2346-1345-135-1245-26-15-234-24-234
-sufword parthenon 1234-345-2346-1345-135-1345
-sufword parthia 1234-345-1456-24-1
-
-# question
-always question 5-12345
-
-# right
-always right 5-1235
-
-# some   10.7.7
-always some 5-234
-
-sufword blossomed 12-123-135-234-234-135-134-1246
-sufword gasometer 1245-1-234-135-134-15-2345-12456
-sufword isometric 24-234-135-134-15-2345-1235-24-14
-sufword ransomed 1235-1-1345-234-135-134-1246
-sufword somersault 234-135-134-12456-234-1-136-123-2345
-sufword somerset 234-135-134-12456-234-15-2345
-sufword unbosomed 136-1345-12-135-234-135-134-1246
-
-# spirit
-always spirit 456-234
-
-# their
-always their 456-2346
-
-# there   10.7.2
-word there 5-2346
-word thereby 5-2346-12-13456
-word therefore 5-2346-123456-15
-word therefrom 5-2346-124-1235-135-134
-word therein 5-2346-35
-word thereof 5-2346-12356
-word thereon 5-2346-135-1345
-word thereto 5-2346-2345-135
-word thereupon 5-2346-45-136
-word therewith 5-2346-23456
-
-# these   10.7.2
-always these 45-2346
-
-sufword antitheses 1-1345-2345-24-2346-234-15-234
-sufword hypotheses 125-13456-1234-135-2346-234-15-234
-sufword parentheses 1234-345-26-2346-234-15-234
-sufword syntheses 234-13456-1345-2346-234-15-234
-sufword theses 2346-234-15-234
-sufword theseus 2346-234-15-136-234
-
-# those   10.7.2
-always those 45-1456
-
-sufword spathose 234-1234-1-1456-135-234-15
-sufword thoseby 1456-135-234-15-12-13456
-
-# through
-always through 5-1456
-
-# time   10.7.8
-always time 5-2345
-
-sufword altimeter 1-123-2345-24-134-15-2345-12456
-sufword centime 14-26-2345-24-134-15
-sufword mortimer 134-135-1235-2345-24-134-12456
-sufword multimedia 134-136-123-2345-24-134-1246-24-1
-sufword presentiment 1234-1235-15-234-26-2345-24-56-2345
-sufword sentiment 234-26-2345-24-56-2345
-sufword unsentimental 136-1345-234-26-2345-24-56-2345-1-123
-
-# under   10.7.9
-match %[^_~]%<*|![ao] under - 5-136
-
-sufword underived 136-1345-145-12456-24-1236-1246
-sufword underogatory 136-1345-145-12456-135-1245-1-2345-135-1235-13456
-
-nofor sufword asunder 1-234-5-136
-nofor sufword blunder 12-123-5-136
-nofor sufword misunder 134-24-234-5-136
-nofor sufword plunder 1234-123-5-136
-nofor sufword sunder 234-5-136
-nofor sufword thunder 1456-5-136
-nofor sufword under 5-136
-
-# upon   10.7.2
-always upon 45-136
-
-sufword dupont 145-136-1234-135-1345-2345
-
-# where
-always where 5-156
-
-sufword where'er 156-12456-15-3-12456
-sufword whereupon 5-156-45-136
-sufword wherever 156-12456-5-15
-
-#nofor begword where 5-156
-
-# whose   10.7.2
-always whose 45-156
-
-# word
-always word 45-2456
-
-# work
-always work 5-2456
-
-# world
-always world 456-2456
-
-# young
-always young 5-13456
-
-
-#   10.8   Final-Letter Groupsigns
-
-# ance
-match %a ance - 46-15
-nofor midendword ance 46-15
-
-sufword fiance 124-24-1-1345-14-15   should be fiancé
-
-# ence
-match %a ence - 56-15
-nofor midendword ence 56-15
-
-#midendword oence 135-26-14-15 electroencephalogram
-sufword electroencephalogram 15-123-15-14-2345-1235-135-26-14-15-1234-125-1-123-135-1245-1235-1-134
-sufword electroencephalograph 15-123-15-14-2345-1235-135-26-14-15-1234-125-1-123-135-1245-1235-1-1234-125
-
-# ful
-match %a ful - 56-123
-nofor midendword ful 56-123
-
-sufword overfull 135-1236-12456-124-136-123-123 #TODO:  check
-
-# ity   10.8.3
-match %a ity - 56-13456
-nofor midendword ity 56-13456
-
-word biscuity 12-24-234-14-136-24-2345-13456
-word dacoity 145-1-14-135-24-2345-13456
-word fruity 124-1235-136-24-2345-13456
-word hoity-toity 124-135-24-2345-13456-36-2345-135-24-2345-13456
-word rabbity 1235-1-23-24-2345-13456
-word pityard 1234-24-2345-13456-345-145
-
-# less
-match %a less - 46-234
-nofor midendword less 46-234
-
-# ment
-match %a ment - 56-2345
-nofor midendword ment 56-2345
-
-sufword aforementioned 1-123456-15-134-26-56-1345-1246
-sufword unmentionable 136-1345-134-26-56-1345-1-12-123-15
-
-# ness   10.8.4
-match %a ness - 56-234
-nofor midendword ness 56-234
-
-sufword chieftainess 16-24-15-124-2345-1-35-15-234-234
-sufword citizeness 14-24-2345-24-1356-26-15-234-234
-sufword heatheness 125-2-2346-1345-15-234-234
-
-# ong
-match %a ong - 56-1245
-nofor midendword ong 56-1245
-
-sufword moongod 134-135-135-1345-1245-135-145
-#begword nong = nongraphical
-sufword nongaseous 1345-135-1345-1245-1-234-15-1256-234
-sufword nongovernmental 1345-135-1345-1245-135-1236-12456-1345-56-2345-1-123
-
-# ound
-match %a ound - 46-145
-nofor midendword ound 46-145
-
-# ount
-match %a ount - 46-2345
-nofor midendword ount 46-2345
-
-# sion
-match %a sion - 46-1345
-nofor midendword sion 46-1345
-
-# tion
-match %a tion - 56-1345
-nofor midendword tion 56-1345
-
-sufword cation 14-1-2345-24-135-1345
-
-
-#   10.9   Shortforms   not including 10.9.3
-#TODO:  2.6.4
-
-attribute 2 BCDFGHJKLMNPQRSTVWXZbcdfghjklmnpqrstvwxz'’  no vowels (except w) and 2.6.4
-
-match %[_~^]%<* about ([Ss]|['’][Ss])?%>*%[_~^] 1-12
-match %[_~^]%<* above ([Ss]|['’][Ss])?%>*%[_~^] 1-12-1236
-match %[_~^]%<* according ([Ss]|['’][Ss])?%>*%[_~^] 1-14
-match %[_~^]%<* across ([Ss]|['’][Ss])?%>*%[_~^] 1-14-1235
-match %[_~^]%<*%a* after (%2%a*)?%>*%[_~^] 1-124   appendix 1.4
-match %[_~^]%<* afternoon ([Ss]|['’][Ss])?%>*%[_~^] 1-124-1345
-match %[_~^]%<* afterward ([Ss]|['’][Ss])?%>*%[_~^] 1-124-2456
-match %[_~^]%<* again ([Ss]|['’][Ss])?%>*%[_~^] 1-1245
-match %[_~^]%<* against ([Ss]|['’][Ss])?%>*%[_~^] 1-1245-34
-match %[_~^]%<* almost ([Ss]|['’][Ss])?%>*%[_~^] 1-123-134
-match %[_~^]%<* already ([Ss]|['’][Ss])?%>*%[_~^] 1-123-1235
-match %[_~^]%<* also ([Ss]|['’][Ss])?%>*%[_~^] 1-123
-match %[_~^]%<* although ([Ss]|['’][Ss])?%>*%[_~^] 1-123-1456
-match %[_~^]%<* altogether ([Ss]|['’][Ss])?%>*%[_~^] 1-123-2345
-match %[_~^]%<* always ([Ss]|['’][Ss])?%>*%[_~^] 1-123-2456
-match %[_~^]%<* because ([Ss]|['’][Ss])?%>*%[_~^] 23-14
-match %[_~^]%<* before ([Ss]|['’][Ss])?%>*%[_~^] 23-124
-match %[_~^]%<* behind ([Ss]|['’][Ss])?%>*%[_~^] 23-125
-match %[_~^]%<* below ([Ss]|['’][Ss])?%>*%[_~^] 23-123
-match %[_~^]%<* beneath ([Ss]|['’][Ss])?%>*%[_~^] 23-1345
-match %[_~^]%<* beside ([Ss]|['’][Ss])?%>*%[_~^] 23-234
-match %[_~^]%<* between ([Ss]|['’][Ss])?%>*%[_~^] 23-2345
-match %[_~^]%<* beyond ([Ss]|['’][Ss])?%>*%[_~^] 23-13456
-match %[_~^]%<*%a* blind (%2%a*)?%>*%[_~^] 12-123   appendix 1.4
-match %[_~^]%<*%a* braille %a*([Ss]|['’][Ss])?%>*%[_~^] 12-1235-123   10.9.3
-match %[_~^]%<*%a* children (%2%a*)?([Ss]|['’][Ss])?%>*%[_~^] 16-1345   10.9.3
-match %[_~^]%<* conceive ([Ss]|['’][Ss])?%>*%[_~^] 25-14-1236
-match %[_~^]%<* conceiving ([Ss]|['’][Ss])?%>*%[_~^] 25-14-1236-1245
-match %[_~^]%<* could ([Ss]|['’][Ss])?%>*%[_~^] 14-145
-match %[_~^]%<* deceive ([Ss]|['’][Ss])?%>*%[_~^] 145-14-1236
-match %[_~^]%<* deceiving ([Ss]|['’][Ss])?%>*%[_~^] 145-14-1236-1245
-match %[_~^]%<* declare ([Ss]|['’][Ss])?%>*%[_~^] 145-14-123
-match %[_~^]%<* declaring ([Ss]|['’][Ss])?%>*%[_~^] 145-14-123-1245
-match %[_~^]%<* either ([Ss]|['’][Ss])?%>*%[_~^] 15-24
-match %[_~^]%<* first (%2%a*)?([Ss]|['’][Ss])?%>*%[_~^] 124-34   10.9.3
-match %[_~^]%<*%a* friend (%2%a*)?%>*%[_~^] 124-1235   appendix 1.4
-match %[_~^]%<* good (%2%a*)?([Ss]|['’][Ss])?%>*%[_~^] 1245-145   10.9.3
-match %[_~^]%<*%a* great %a*([Ss]|['’][Ss])?%>*%[_~^] 1245-1235-2345   10.9.3
-match %[_~^]%<* herself ([Ss]|['’][Ss])?%>*%[_~^] 125-12456-124
-match %[_~^]%<* him ([Ss]|['’][Ss])?%>*%[_~^] 125-134
-match %[_~^]%<* himself ([Ss]|['’][Ss])?%>*%[_~^] 125-134-124
-match %[_~^]%<* immediate ([Ss]|['’][Ss])?%>*%[_~^] 24-134-134
-match %[_~^]%<* its ([Ss]|['’][Ss])?%>*%[_~^] 1346-234
-match %[_~^]%<* itself ([Ss]|['’][Ss])?%>*%[_~^] 1346-124
-match %[_~^]%<* letter (%2%a*)?([Ss]|['’][Ss])?%>*%[_~^] 123-1235   10.9.3
-match %[_~^]%<* little (%2%a*)?([Ss]|['’][Ss])?%>*%[_~^] 123-123   10.9.3
-match %[_~^]%<* much ([Ss]|['’][Ss])?%>*%[_~^] 134-16
-match %[_~^]%<* must ([Ss]|['’][Ss])?%>*%[_~^] 134-34
-match %[_~^]%<* myself ([Ss]|['’][Ss])?%>*%[_~^] 134-13456-124
-match %[_~^]%<* necessary ([Ss]|['’][Ss])?%>*%[_~^] 1345-15-14
-match %[_~^]%<* neither ([Ss]|['’][Ss])?%>*%[_~^] 1345-15-24
-match %[_~^]%<* oneself ([Ss]|['’][Ss])?%>*%[_~^] 5-135-124
-match %[_~^]%<* ourselves ([Ss]|['’][Ss])?%>*%[_~^] 1256-1235-1236-234
-match %[_~^]%<* paid ([Ss]|['’][Ss])?%>*%[_~^] 1234-145
-match %[_~^]%<* perceive ([Ss]|['’][Ss])?%>*%[_~^] 1234-12456-14-1236
-match %[_~^]%<* perceiving ([Ss]|['’][Ss])?%>*%[_~^] 1234-12456-14-1236-1245
-match %[_~^]%<* perhaps ([Ss]|['’][Ss])?%>*%[_~^] 1234-12456-125
-match %[_~^]%<* quick (%2%a*)?([Ss]|['’][Ss])?%>*%[_~^] 12345-13   10.9.3
-match %[_~^]%<* receive ([Ss]|['’][Ss])?%>*%[_~^] 1235-14-1236
-match %[_~^]%<* receiving ([Ss]|['’][Ss])?%>*%[_~^] 1235-14-1236-1245
-match %[_~^]%<* rejoice ([Ss]|['’][Ss])?%>*%[_~^] 1235-245-14
-match %[_~^]%<* rejoicing ([Ss]|['’][Ss])?%>*%[_~^] 1235-245-14-1245
-match %[_~^]%<* said ([Ss]|['’][Ss])?%>*%[_~^] 234-145
-match %[_~^]%<* should ([Ss]|['’][Ss])?%>*%[_~^] 146-145
-match %[_~^]%<* such ([Ss]|['’][Ss])?%>*%[_~^] 234-16
-match %[_~^]%<* themselves ([Ss]|['’][Ss])?%>*%[_~^] 2346-134-1236-234
-match %[_~^]%<* thyself ([Ss]|['’][Ss])?%>*%[_~^] 1456-13456-124
-match %[_~^]%<* today ([Ss]|['’][Ss])?%>*%[_~^] 2345-145
-match %[_~^]%<* together ([Ss]|['’][Ss])?%>*%[_~^] 2345-1245-1235
-match %[_~^]%<* tomorrow ([Ss]|['’][Ss])?%>*%[_~^] 2345-134
-match %[_~^]%<* tonight ([Ss]|['’][Ss])?%>*%[_~^] 2345-1345
-match %[_~^]%<* would ([Ss]|['’][Ss])?%>*%[_~^] 2456-145
-match %[_~^]%<* your ([Ss]|['’][Ss])?%>*%[_~^] 13456-1235
-match %[_~^]%<* yourself ([Ss]|['’][Ss])?%>*%[_~^] 13456-1235-124
-match %[_~^]%<* yourselves ([Ss]|['’][Ss])?%>*%[_~^] 13456-1235-1236-234
-
-#TODO:  backmatch should be able to merge these
-nofor word about  1-12
-nofor word above  1-12-1236
-nofor word according  1-14
-nofor word across  1-14-1235
-nofor word after  1-124   appendix 1.4
-nofor word afternoon  1-124-1345
-nofor word afterward  1-124-2456
-nofor word again  1-1245
-nofor word against  1-1245-34
-nofor word almost  1-123-134
-nofor word already  1-123-1235
-nofor word also  1-123
-nofor word although  1-123-1456
-nofor word altogether  1-123-2345
-nofor word always  1-123-2456
-nofor word because  23-14
-nofor word before  23-124
-nofor word behind  23-125
-nofor word below  23-123
-nofor word beneath  23-1345
-nofor word beside  23-234
-nofor word between  23-2345
-nofor word beyond  23-13456
-nofor word blind  12-123   appendix 1.4
-nofor word braille  12-1235-123   10.9.3
-nofor word children  16-1345   10.9.3
-nofor word conceive  25-14-1236
-nofor word conceiving  25-14-1236-1245
-nofor word could  14-145
-nofor word deceive  145-14-1236
-nofor word deceiving  145-14-1236-1245
-nofor word declare  145-14-123
-nofor word declaring  145-14-123-1245
-nofor word either  15-24
-nofor word first  124-34   10.9.3
-nofor word friend  124-1235   appendix 1.4
-nofor word good  1245-145   10.9.3
-nofor word great  1245-1235-2345   10.9.3
-nofor word herself  125-12456-124
-nofor word him  125-134
-nofor word himself  125-134-124
-nofor word immediate  24-134-134
-nofor word its  1346-234
-nofor word itself  1346-124
-nofor word letter  123-1235   10.9.3
-nofor word little  123-123   10.9.3
-nofor word much  134-16
-nofor word must  134-34
-nofor word myself  134-13456-124
-nofor word necessary  1345-15-14
-nofor word neither  1345-15-24
-nofor word oneself  5-135-124
-nofor word ourselves  1256-1235-1236-234
-nofor word paid  1234-145
-nofor word perceive  1234-12456-14-1236
-nofor word perceiving  1234-12456-14-1236-1245
-nofor word perhaps  1234-12456-125
-nofor word quick 12345-13   10.9.3
-nofor word receive  1235-14-1236
-nofor word receiving  1235-14-1236-1245
-nofor word rejoice  1235-245-14
-nofor word rejoicing  1235-245-14-1245
-nofor word said  234-145
-nofor word should  146-145
-nofor word such  234-16
-nofor word themselves  2346-134-1236-234
-nofor word thyself  1456-13456-124
-nofor word today  2345-145
-nofor word together  2345-1245-1235
-nofor word tomorrow  2345-134
-nofor word tonight  2345-1345
-nofor word would  2456-145
-nofor word your  13456-1235
-nofor word yourself  13456-1235-124
-nofor word yourselves  13456-1235-1236-234
-
-#nofor word abouts  1-12-234   appendix 1
-nofor word aboves  1-12-1236-234
-nofor word accordings  1-14-234
-nofor word acrosss  1-14-1235-234
-nofor word afters  1-124-234   appendix 1.4
-nofor word afternoons  1-124-1345-234
-nofor word afterwards  1-124-2456-234
-nofor word agains  1-1245-234
-nofor word againsts  1-1245-34-234
-#nofor word almosts  1-123-134-234   appendix 1
-nofor word alreadys  1-123-1235-234
-nofor word alsos  1-123-234
-nofor word althoughs  1-123-1456-234
-nofor word altogethers  1-123-2345-234
-nofor word alwayss  1-123-2456-234
-nofor word becauses  23-14-234
-nofor word befores  23-124-234
-nofor word behinds  23-125-234
-nofor word belows  23-123-234
-nofor word beneaths  23-1345-234
-nofor word besides  23-234-234
-nofor word betweens  23-2345-234
-nofor word beyonds  23-13456-234
-nofor word blinds  12-123-234   appendix 1.4
-nofor word brailles  12-1235-123-234   10.9.3
-nofor word childrens  16-1345-234   10.9.3
-nofor word conceives  25-14-1236-234
-nofor word conceivings  25-14-1236-1245-234
-nofor word coulds  14-145-234
-nofor word deceives  145-14-1236-234
-nofor word deceivings  145-14-1236-1245-234
-nofor word declares  145-14-123-234
-nofor word declarings  145-14-123-1245-234
-nofor word eithers  15-24-234
-nofor word firsts  124-34-234   10.9.3
-nofor word friends  124-1235-234-234   appendix 1.4
-nofor word goods  1245-145-234   10.9.3
-nofor word greats  1245-1235-2345-234   10.9.3
-nofor word herselfs  125-12456-124-234
-#nofor word hims  125-134-234   appendix 1
-nofor word himselfs  125-134-124-234
-nofor word immediates  24-134-134-234
-nofor word itss  1346-234-234
-nofor word itselfs  1346-124-234
-nofor word letters  123-1235-234   10.9.3
-nofor word littles  123-123-234   10.9.3
-nofor word muchs  134-16-234
-nofor word musts  134-34-234
-nofor word myselfs  134-13456-124-234
-nofor word necessarys  1345-15-14-234
-nofor word neithers  1345-15-24-234
-nofor word oneselfs  5-135-124-234
-nofor word ourselvess  1256-1235-1236-234-234
-nofor word paids  1234-145-234
-nofor word perceives  1234-12456-14-1236-234
-nofor word perceivings  1234-12456-14-1236-1245-234
-nofor word perhapss  1234-12456-125-234
-nofor word quicks  12345-13   10.9.3-234
-nofor word receives  1235-14-1236-234
-nofor word receivings  1235-14-1236-1245-234
-nofor word rejoices  1235-245-14-234
-nofor word rejoicings  1235-245-14-1245-234
-nofor word saids  234-145-234
-nofor word shoulds  146-145-234
-nofor word suchs  234-16-234
-nofor word themselvess  2346-134-1236-234-234
-nofor word thyselfs  1456-13456-124-234
-nofor word todays  2345-145-234
-nofor word togethers  2345-1245-1235-234
-nofor word tomorrows  2345-134-234
-nofor word tonights  2345-1345-234
-nofor word woulds  2456-145-234
-nofor word yours  13456-1235-234
-nofor word yourselfs  13456-1235-124-234
-nofor word yourselvess  13456-1235-1236-234-234
-
-nofor word about's  1-12-3-234
-nofor word above's  1-12-1236-3-234
-nofor word according's  1-14-3-234
-nofor word across's  1-14-1235-3-234
-nofor word after's  1-124-3-234   appendix 1.4
-nofor word afternoon's  1-124-1345-3-234
-nofor word afterward's  1-124-2456-3-234
-nofor word again's  1-1245-3-234
-nofor word against's  1-1245-34-3-234
-nofor word almost's  1-123-134-3-234
-nofor word already's  1-123-1235-3-234
-nofor word also's  1-123-3-234
-nofor word although's  1-123-1456-3-234
-nofor word altogether's  1-123-2345-3-234
-nofor word always's  1-123-2456-3-234
-nofor word because's  23-14-3-234
-nofor word before's  23-124-3-234
-nofor word behind's  23-125-3-234
-nofor word below's  23-123-3-234
-nofor word beneath's  23-1345-3-234
-nofor word beside's  23-234-3-234
-nofor word between's  23-2345-3-234
-nofor word beyond's  23-13456-3-234
-nofor word blind's  12-123-3-234   appendix 1.4
-nofor word braille's  12-1235-123-3-234   10.9.3
-nofor word children's  16-1345-3-234   10.9.3
-nofor word conceive's  25-14-1236-3-234
-nofor word conceiving's  25-14-1236-1245-3-234
-nofor word could's  14-145-3-234
-nofor word deceive's  145-14-1236-3-234
-nofor word deceiving's  145-14-1236-1245-3-234
-nofor word declare's  145-14-123-3-234
-nofor word declaring's  145-14-123-1245-3-234
-nofor word either's  15-24-3-234
-nofor word first's  124-34   10.9.3-3-234
-nofor word friend's  124-1235-3-234   appendix 1.4
-nofor word good's  1245-145-3-234   10.9.3
-nofor word great's  1245-1235-2345-3-234   10.9.3
-nofor word herself's  125-12456-124-3-234
-nofor word him's  125-134-3-234
-nofor word himself's  125-134-124-3-234
-nofor word immediate's  24-134-134-3-234
-nofor word its's  1346-234-3-234
-nofor word itself's  1346-124-3-234
-nofor word letter's  123-1235-3-234   10.9.3-3-234
-nofor word little's  123-123-3-234   10.9.3-3-234
-nofor word much's  134-16-3-234
-nofor word must's  134-34-3-234
-nofor word myself's  134-13456-124-3-234
-nofor word necessary's  1345-15-14-3-234
-nofor word neither's  1345-15-24-3-234
-nofor word oneself's  5-135-124-3-234
-nofor word ourselves's  1256-1235-1236-234-3-234
-nofor word paid's  1234-145-3-234
-nofor word perceive's  1234-12456-14-1236-3-234
-nofor word perceiving's  1234-12456-14-1236-1245-3-234
-nofor word perhaps's  1234-12456-125-3-234
-nofor word quick's  12345-13   10.9.3-3-234
-nofor word receive's  1235-14-1236-3-234
-nofor word receiving's  1235-14-1236-1245-3-234
-nofor word rejoice's  1235-245-14-3-234
-nofor word rejoicing's  1235-245-14-1245-3-234
-nofor word said's  234-145-3-234
-nofor word should's  146-145-3-234
-nofor word such's  234-16-3-234
-nofor word themselves's  2346-134-1236-234-3-234
-nofor word thyself's  1456-13456-124-3-234
-nofor word today's  2345-145-3-234
-nofor word together's  2345-1245-1235-3-234
-nofor word tomorrow's  2345-134-3-234
-nofor word tonight's  2345-1345-3-234
-nofor word would's  2456-145-3-234
-nofor word your's  13456-1235-3-234
-nofor word yourself's  13456-1235-124-3-234
-nofor word yourselves's  13456-1235-1236-234-3-234
-
-#   10.9.4
-
-word herf =
-word mst =
-
-#   10.9.5
-
-contraction ab     about
-contraction abv    above
-contraction ac     according
-contraction acr    across
-contraction af     after
-contraction afn    afternoon
-contraction afw    afterward
-contraction ag     again
-word agst =        against
-contraction alm    almost
-contraction alr    already
-contraction al     also
-word alth =        although
-contraction alt    altogether
-contraction alw    always
-word bec =         because
-word bef =         before
-word beh =         behind
-word bel =         below
-word ben 12-26     beneath
-word bes =         beside
-word bet =         between
-word bey =         beyond
-contraction bl     blind
-contraction brl    braille
-word chn =         children
-word concv =       conceive
-word concvg =      conceiving
-contraction cd     could
-contraction dcv    deceive
-contraction dcvg   deceiving
-contraction dcl    declare
-contraction dclg   declaring
-contraction ei     either
-word fst =         first
-contraction fr     friend
-contraction gd     good
-contraction grt    great
-word herf =        herself
-contraction hm     him
-contraction hmf    himself
-contraction imm    immediate
-contraction xs     its
-contraction xf     itself
-contraction lr     letter
-contraction ll     little
-word mch =         much
-word mst =         must
-contraction myf    myself
-contraction nec    necessary
-contraction nei    neither
-word onef =        oneself
-word ourvs =       ourselves
-contraction pd     paid
-word percv =       perceive
-word percvg =      perceiving
-word perh =        perhaps
-contraction qk     quick
-contraction rcv    receive
-contraction rcvg   receiving
-contraction rjc    rejoice
-contraction rjcg   rejoicing
-contraction sd     said
-word shd =         should
-word sch =         such
-word themvs =      themselves
-word thyf =        thyself
-contraction td     today
-contraction tgr    together
-contraction tm     tomorrow
-contraction tn     tonight
-contraction wd     would
-contraction yr     your
-contraction yrf    yourself
-contraction yrvs   yourselves
-
-#   10.9.6
-#TODO
-
-#   Appendex 1
-
-word abouts 1-12-1256-2345-234
-word almosts 1-123-134-135-34-234
-word hims 125-24-134-234
-
-nofor word alms 1-123-134-234
-
-#   don't mix ’ with ' together
-match %[_~^]%<* ’twould ([Ss]|['’][Ss])?%>*%[_~^] 3-2345-2456-145
-match %[_~^]%<* 'twould ([Ss]|['’][Ss])?%>*%[_~^] 3-2345-2456-145
-match %[_~^]%<* ’twould’ve ([Ss]|['’][Ss])?%>*%[_~^] 3-2345-2456-145-3-1236-15
-match %[_~^]%<* 'twould've ([Ss]|['’][Ss])?%>*%[_~^] 3-2345-2456-145-3-1236-15
-match %[_~^]%<* ’twoulda ([Ss]|['’][Ss])?%>*%[_~^] 3-2345-2456-145-1
-match %[_~^]%<* 'twoulda ([Ss]|['’][Ss])?%>*%[_~^] 3-2345-2456-145-1
-match %[_~^]%<* ’twouldn’t ([Ss]|['’][Ss])?%>*%[_~^] 3-2345-2456-145-1345-3-2345
-match %[_~^]%<* 'twouldn't ([Ss]|['’][Ss])?%>*%[_~^] 3-2345-2456-145-1345-3-2345
-match %[_~^]%<* ’twouldn’t’ve ([Ss]|['’][Ss])?%>*%[_~^] 3-2345-2456-145-1345-3-2345-3-1236-15
-match %[_~^]%<* 'twouldn't've ([Ss]|['’][Ss])?%>*%[_~^] 3-2345-2456-145-1345-3-2345-3-1236-15
-match %[_~^]%<* aboutface ([Ss]|['’][Ss])?%>*%[_~^] 1-12-124-1-14-15
-match %[_~^]%<* aboutfaced ([Ss]|['’][Ss])?%>*%[_~^] 1-12-124-1-14-1246
-match %[_~^]%<* aboutfacer ([Ss]|['’][Ss])?%>*%[_~^] 1-12-124-1-14-12456
-match %[_~^]%<* aboutfacing ([Ss]|['’][Ss])?%>*%[_~^] 1-12-124-1-14-346
-match %[_~^]%<* aboutturn ([Ss]|['’][Ss])?%>*%[_~^] 1-12-2345-136-1235-1345
-match %[_~^]%<* aboutturned ([Ss]|['’][Ss])?%>*%[_~^] 1-12-2345-136-1235-1345-1246
-match %[_~^]%<* aboveboard ([Ss]|['’][Ss])?%>*%[_~^] 1-12-1236-12-135-345-145
-match %[_~^]%<* aboveground ([Ss]|['’][Ss])?%>*%[_~^] 1-12-1236-1245-1235-46-145
-match %[_~^]%<* abovementioned ([Ss]|['’][Ss])?%>*%[_~^] 1-12-1236-134-26-56-1345-1246
-match %[_~^]%<* accordingly ([Ss]|['’][Ss])?%>*%[_~^] 1-14-123-13456
-match %[_~^]%<* aforesaid ([Ss]|['’][Ss])?%>*%[_~^] 1-123456-15-234-145
-match %[_~^]%<* afterbattle ([Ss]|['’][Ss])?%>*%[_~^] 1-124-12-1-2345-2345-123-15
-match %[_~^]%<* afterbirth ([Ss]|['’][Ss])?%>*%[_~^] 1-124-12-24-1235-1456
-match %[_~^]%<* afterbreakfast ([Ss]|['’][Ss])?%>*%[_~^] 1-124-12-1235-2-13-124-1-34
-match %[_~^]%<* afterburn ([Ss]|['’][Ss])?%>*%[_~^] 1-124-12-136-1235-1345
-match %[_~^]%<* afterburned ([Ss]|['’][Ss])?%>*%[_~^] 1-124-12-136-1235-1345-1246
-match %[_~^]%<* afterburner ([Ss]|['’][Ss])?%>*%[_~^] 1-124-12-136-1235-1345-12456
-match %[_~^]%<* afterburning ([Ss]|['’][Ss])?%>*%[_~^] 1-124-12-136-1235-1345-346
-match %[_~^]%<* aftercare ([Ss]|['’][Ss])?%>*%[_~^] 1-124-14-345-15
-match %[_~^]%<* afterclap ([Ss]|['’][Ss])?%>*%[_~^] 1-124-14-123-1-1234
-match %[_~^]%<* aftercoffee ([Ss]|['’][Ss])?%>*%[_~^] 1-124-14-12356-124-15-15
-match %[_~^]%<* afterdamp ([Ss]|['’][Ss])?%>*%[_~^] 1-124-145-1-134-1234
-match %[_~^]%<* afterdark ([Ss]|['’][Ss])?%>*%[_~^] 1-124-145-345-13
-match %[_~^]%<* afterdeck ([Ss]|['’][Ss])?%>*%[_~^] 1-124-145-15-14-13
-match %[_~^]%<* afterdinner ([Ss]|['’][Ss])?%>*%[_~^] 1-124-145-35-1345-12456
-match %[_~^]%<* afterflow ([Ss]|['’][Ss])?%>*%[_~^] 1-124-124-123-246
-match %[_~^]%<* aftergame ([Ss]|['’][Ss])?%>*%[_~^] 1-124-1245-1-134-15
-match %[_~^]%<* afterglow ([Ss]|['’][Ss])?%>*%[_~^] 1-124-1245-123-246
-match %[_~^]%<* afterguard ([Ss]|['’][Ss])?%>*%[_~^] 1-124-1245-136-345-145
-match %[_~^]%<* afterhatch ([Ss]|['’][Ss])?%>*%[_~^] 1-124-125-1-2345-16
-match %[_~^]%<* afterhatches ([Ss]|['’][Ss])?%>*%[_~^] 1-124-125-1-2345-16-15-234
-match %[_~^]%<* afterhour ([Ss]|['’][Ss])?%>*%[_~^] 1-124-125-1256-1235
-match %[_~^]%<* afterlife ([Ss]|['’][Ss])?%>*%[_~^] 1-124-123-24-124-15
-match %[_~^]%<* afterlight ([Ss]|['’][Ss])?%>*%[_~^] 1-124-123-24-126-2345
-match %[_~^]%<* afterlives ([Ss]|['’][Ss])?%>*%[_~^] 1-124-123-24-1236-15-234
-match %[_~^]%<* afterlunch ([Ss]|['’][Ss])?%>*%[_~^] 1-124-123-136-1345-16
-match %[_~^]%<* afterlunches ([Ss]|['’][Ss])?%>*%[_~^] 1-124-123-136-1345-16-15-234
-match %[_~^]%<* aftermarket ([Ss]|['’][Ss])?%>*%[_~^] 1-124-134-345-13-15-2345
-match %[_~^]%<* aftermatch ([Ss]|['’][Ss])?%>*%[_~^] 1-124-134-1-2345-16
-match %[_~^]%<* aftermatches ([Ss]|['’][Ss])?%>*%[_~^] 1-124-134-1-2345-16-15-234
-match %[_~^]%<* aftermath ([Ss]|['’][Ss])?%>*%[_~^] 1-124-134-1-1456
-match %[_~^]%<* aftermeeting ([Ss]|['’][Ss])?%>*%[_~^] 1-124-134-15-15-2345-346
-match %[_~^]%<* aftermidday ([Ss]|['’][Ss])?%>*%[_~^] 1-124-134-24-145-5-145
-match %[_~^]%<* aftermidnight ([Ss]|['’][Ss])?%>*%[_~^] 1-124-134-24-145-1345-24-126-2345
-match %[_~^]%<* aftermost ([Ss]|['’][Ss])?%>*%[_~^] 1-124-134-135-34
-match %[_~^]%<* afternoontea ([Ss]|['’][Ss])?%>*%[_~^] 1-124-1345-2345-15-1
-match %[_~^]%<* afterpain ([Ss]|['’][Ss])?%>*%[_~^] 1-124-1234-1-35
-match %[_~^]%<* afterparties ([Ss]|['’][Ss])?%>*%[_~^] 1-124-5-1234-24-15-234
-match %[_~^]%<* afterparty ([Ss]|['’][Ss])?%>*%[_~^] 1-124-5-1234-13456
-match %[_~^]%<* afterpiece ([Ss]|['’][Ss])?%>*%[_~^] 1-124-1234-24-15-14-15
-match %[_~^]%<* afterplay ([Ss]|['’][Ss])?%>*%[_~^] 1-124-1234-123-1-13456
-match %[_~^]%<* aftersale ([Ss]|['’][Ss])?%>*%[_~^] 1-124-234-1-123-15
-match %[_~^]%<* afterschool ([Ss]|['’][Ss])?%>*%[_~^] 1-124-234-16-135-135-123
-match %[_~^]%<* aftersensation ([Ss]|['’][Ss])?%>*%[_~^] 1-124-234-26-234-1-56-1345
-match %[_~^]%<* aftershave ([Ss]|['’][Ss])?%>*%[_~^] 1-124-146-1-1236-15
-match %[_~^]%<* aftershock ([Ss]|['’][Ss])?%>*%[_~^] 1-124-146-135-14-13
-match %[_~^]%<* aftershow ([Ss]|['’][Ss])?%>*%[_~^] 1-124-146-246
-match %[_~^]%<* aftershower ([Ss]|['’][Ss])?%>*%[_~^] 1-124-146-246-12456
-match %[_~^]%<* aftersupper ([Ss]|['’][Ss])?%>*%[_~^] 1-124-234-136-1234-1234-12456
-match %[_~^]%<* aftertaste ([Ss]|['’][Ss])?%>*%[_~^] 1-124-2345-1-34-15
-match %[_~^]%<* aftertax ([Ss]|['’][Ss])?%>*%[_~^] 1-124-2345-1-1346
-match %[_~^]%<* aftertaxes ([Ss]|['’][Ss])?%>*%[_~^] 1-124-2345-1-1346-15-234
-match %[_~^]%<* aftertea ([Ss]|['’][Ss])?%>*%[_~^] 1-124-2345-15-1
-match %[_~^]%<* aftertheatre ([Ss]|['’][Ss])?%>*%[_~^] 1-124-2346-1-2345-1235-15
-match %[_~^]%<* afterthought ([Ss]|['’][Ss])?%>*%[_~^] 1-124-1456-5-1256
-match %[_~^]%<* aftertime ([Ss]|['’][Ss])?%>*%[_~^] 1-124-5-2345
-match %[_~^]%<* aftertreatment ([Ss]|['’][Ss])?%>*%[_~^] 1-124-2345-1235-2-2345-56-2345
-match %[_~^]%<* afterword ([Ss]|['’][Ss])?%>*%[_~^] 1-124-45-2456
-match %[_~^]%<* afterwork ([Ss]|['’][Ss])?%>*%[_~^] 1-124-5-2456
-match %[_~^]%<* afterworld ([Ss]|['’][Ss])?%>*%[_~^] 1-124-456-2456
-match %[_~^]%<* apperceive ([Ss]|['’][Ss])?%>*%[_~^] 1-1234-1234-12456-14-1236
-match %[_~^]%<* apperceived ([Ss]|['’][Ss])?%>*%[_~^] 1-1234-1234-12456-14-1236-145
-match %[_~^]%<* apperceiver ([Ss]|['’][Ss])?%>*%[_~^] 1-1234-1234-12456-14-1236-1235
-match %[_~^]%<* apperceiving ([Ss]|['’][Ss])?%>*%[_~^] 1-1234-1234-12456-14-1236-1245
-match %[_~^]%<* archdeceiver ([Ss]|['’][Ss])?%>*%[_~^] 345-16-145-14-1236-1235
-match %[_~^]%<* beforehand ([Ss]|['’][Ss])?%>*%[_~^] 23-124-125-12346
-match %[_~^]%<* befriend ([Ss]|['’][Ss])?%>*%[_~^] 23-124-1235
-match %[_~^]%<* behindhand ([Ss]|['’][Ss])?%>*%[_~^] 23-125-125-12346
-match %[_~^]%<* belittle ([Ss]|['’][Ss])?%>*%[_~^] 23-123-123
-match %[_~^]%<* belittled ([Ss]|['’][Ss])?%>*%[_~^] 23-123-123-145
-match %[_~^]%<* belittlement ([Ss]|['’][Ss])?%>*%[_~^] 23-123-123-56-2345
-match %[_~^]%<* belittler ([Ss]|['’][Ss])?%>*%[_~^] 23-123-123-1235
-match %[_~^]%<* belowdeck ([Ss]|['’][Ss])?%>*%[_~^] 23-123-145-15-14-13
-match %[_~^]%<* belowground ([Ss]|['’][Ss])?%>*%[_~^] 23-123-1245-1235-46-145
-match %[_~^]%<* belowmentioned ([Ss]|['’][Ss])?%>*%[_~^] 23-123-134-26-56-1345-1246
-match %[_~^]%<* beneathdeck ([Ss]|['’][Ss])?%>*%[_~^] 23-1345-145-15-14-13
-match %[_~^]%<* beneathground ([Ss]|['’][Ss])?%>*%[_~^] 23-1345-1245-1235-46-145
-match %[_~^]%<* betweendeck ([Ss]|['’][Ss])?%>*%[_~^] 23-2345-145-15-14-13
-match %[_~^]%<* betweentime ([Ss]|['’][Ss])?%>*%[_~^] 23-2345-5-2345
-match %[_~^]%<* betweenwhile ([Ss]|['’][Ss])?%>*%[_~^] 23-2345-156-24-123-15
-match %[_~^]%<* blindfish ([Ss]|['’][Ss])?%>*%[_~^] 12-123-124-24-146
-match %[_~^]%<* blindfishes ([Ss]|['’][Ss])?%>*%[_~^] 12-123-124-24-146-15-234
-match %[_~^]%<* blindfold ([Ss]|['’][Ss])?%>*%[_~^] 12-123-124-135-123-145
-match %[_~^]%<* blindfolded ([Ss]|['’][Ss])?%>*%[_~^] 12-123-124-135-123-145-1246
-match %[_~^]%<* blindfolder ([Ss]|['’][Ss])?%>*%[_~^] 12-123-124-135-123-145-12456
-match %[_~^]%<* blindfolding ([Ss]|['’][Ss])?%>*%[_~^] 12-123-124-135-123-145-346
-match %[_~^]%<* blindly ([Ss]|['’][Ss])?%>*%[_~^] 12-123-123-13456
-match %[_~^]%<* blindman ([Ss]|['’][Ss])?%>*%[_~^] 12-123-134-1-1345
-match %[_~^]%<* blindmen ([Ss]|['’][Ss])?%>*%[_~^] 12-123-134-26
-match %[_~^]%<* blindness ([Ss]|['’][Ss])?%>*%[_~^] 12-123-56-234
-match %[_~^]%<* blindnesses ([Ss]|['’][Ss])?%>*%[_~^] 12-123-56-234-15-234
-match %[_~^]%<* blindside ([Ss]|['’][Ss])?%>*%[_~^] 12-123-234-24-145-15
-match %[_~^]%<* blindsided ([Ss]|['’][Ss])?%>*%[_~^] 12-123-234-24-145-1246
-match %[_~^]%<* blindsider ([Ss]|['’][Ss])?%>*%[_~^] 12-123-234-24-145-12456
-match %[_~^]%<* blindsiding ([Ss]|['’][Ss])?%>*%[_~^] 12-123-234-24-145-346
-match %[_~^]%<* blindsight ([Ss]|['’][Ss])?%>*%[_~^] 12-123-234-24-126-2345
-match %[_~^]%<* blindstories ([Ss]|['’][Ss])?%>*%[_~^] 12-123-34-135-1235-24-15-234
-match %[_~^]%<* blindstory ([Ss]|['’][Ss])?%>*%[_~^] 12-123-34-135-1235-13456
-match %[_~^]%<* blindworm ([Ss]|['’][Ss])?%>*%[_~^] 12-123-2456-135-1235-134
-match %[_~^]%<* bloodletter ([Ss]|['’][Ss])?%>*%[_~^] 12-123-135-135-145-123-1235
-match %[_~^]%<* boyfriend ([Ss]|['’][Ss])?%>*%[_~^] 12-135-13456-124-1235
-match %[_~^]%<* brailled ([Ss]|['’][Ss])?%>*%[_~^] 12-1235-123-145
-match %[_~^]%<* brailler ([Ss]|['’][Ss])?%>*%[_~^] 12-1235-123-1235
-match %[_~^]%<* braillewriter ([Ss]|['’][Ss])?%>*%[_~^] 12-1235-123-2456-1235-24-2345-12456
-match %[_~^]%<* braillewriting ([Ss]|['’][Ss])?%>*%[_~^] 12-1235-123-2456-1235-24-2345-346
-match %[_~^]%<* brailley ([Ss]|['’][Ss])?%>*%[_~^] 12-1235-123-13456
-match %[_~^]%<* brainchildren ([Ss]|['’][Ss])?%>*%[_~^] 12-1235-1-35-16-1345
-match %[_~^]%<* chainletter ([Ss]|['’][Ss])?%>*%[_~^] 16-1-35-123-1235
-match %[_~^]%<* children’swear ([Ss]|['’][Ss])?%>*%[_~^] 16-1345-3-234-2456-15-345
-match %[_~^]%<* children'swear ([Ss]|['’][Ss])?%>*%[_~^] 16-1345-3-234-2456-15-345
-match %[_~^]%<* colorblind ([Ss]|['’][Ss])?%>*%[_~^] 14-135-123-135-1235-12-123
-match %[_~^]%<* colorblindness ([Ss]|['’][Ss])?%>*%[_~^] 14-135-123-135-1235-12-123-56-234
-match %[_~^]%<* colorblindnesses ([Ss]|['’][Ss])?%>*%[_~^] 14-135-123-135-1235-12-123-56-234-15-234
-match %[_~^]%<* colourblind ([Ss]|['’][Ss])?%>*%[_~^] 14-135-123-1256-1235-12-123
-match %[_~^]%<* colourblindness ([Ss]|['’][Ss])?%>*%[_~^] 14-135-123-1256-1235-12-123-56-234
-match %[_~^]%<* colourblindnesses ([Ss]|['’][Ss])?%>*%[_~^] 14-135-123-1256-1235-12-123-56-234-15-234
-match %[_~^]%<* conceived ([Ss]|['’][Ss])?%>*%[_~^] 25-14-1236-145
-match %[_~^]%<* conceiver ([Ss]|['’][Ss])?%>*%[_~^] 25-14-1236-1235
-match %[_~^]%<* could’ve ([Ss]|['’][Ss])?%>*%[_~^] 14-145-3-1236-15
-match %[_~^]%<* could've ([Ss]|['’][Ss])?%>*%[_~^] 14-145-3-1236-15
-match %[_~^]%<* coulda ([Ss]|['’][Ss])?%>*%[_~^] 14-145-1
-match %[_~^]%<* couldest ([Ss]|['’][Ss])?%>*%[_~^] 14-145-15-34
-match %[_~^]%<* couldn’t ([Ss]|['’][Ss])?%>*%[_~^] 14-145-1345-3-2345
-match %[_~^]%<* couldn't ([Ss]|['’][Ss])?%>*%[_~^] 14-145-1345-3-2345
-match %[_~^]%<* couldn’t’ve ([Ss]|['’][Ss])?%>*%[_~^] 14-145-1345-3-2345-3-1236-15
-match %[_~^]%<* couldn't've ([Ss]|['’][Ss])?%>*%[_~^] 14-145-1345-3-2345-3-1236-15
-match %[_~^]%<* couldst ([Ss]|['’][Ss])?%>*%[_~^] 14-145-34
-match %[_~^]%<* deafblind ([Ss]|['’][Ss])?%>*%[_~^] 145-2-124-12-123
-match %[_~^]%<* deafblindness ([Ss]|['’][Ss])?%>*%[_~^] 145-2-124-12-123-56-234
-match %[_~^]%<* deafblindnesses ([Ss]|['’][Ss])?%>*%[_~^] 145-2-124-12-123-56-234-15-234
-match %[_~^]%<* deceived ([Ss]|['’][Ss])?%>*%[_~^] 145-14-1236-145
-match %[_~^]%<* deceiver ([Ss]|['’][Ss])?%>*%[_~^] 145-14-1236-1235
-match %[_~^]%<* declared ([Ss]|['’][Ss])?%>*%[_~^] 145-14-123-145
-match %[_~^]%<* declarer ([Ss]|['’][Ss])?%>*%[_~^] 145-14-123-1235
-match %[_~^]%<* defriend ([Ss]|['’][Ss])?%>*%[_~^] 145-15-124-1235
-match %[_~^]%<* do-it-yourselfer ([Ss]|['’][Ss])?%>*%[_~^] 145-36-1346-36-13456-1235-124-12456
-match %[_~^]%<* doublequick ([Ss]|['’][Ss])?%>*%[_~^] 145-1256-12-123-15-12345-13
-match %[_~^]%<* eastabout ([Ss]|['’][Ss])?%>*%[_~^] 15-1-34-1-12
-match %[_~^]%<* feelgood ([Ss]|['’][Ss])?%>*%[_~^] 124-15-15-123-1245-145
-match %[_~^]%<* feetfirst ([Ss]|['’][Ss])?%>*%[_~^] 124-15-15-2345-124-34
-match %[_~^]%<* firstaid ([Ss]|['’][Ss])?%>*%[_~^] 124-34-1-24-145
-match %[_~^]%<* firstaider ([Ss]|['’][Ss])?%>*%[_~^] 124-34-1-24-145-12456
-match %[_~^]%<* firstborn ([Ss]|['’][Ss])?%>*%[_~^] 124-34-12-135-1235-1345
-match %[_~^]%<* firstclass ([Ss]|['’][Ss])?%>*%[_~^] 124-34-14-123-1-234-234
-match %[_~^]%<* firstclasses ([Ss]|['’][Ss])?%>*%[_~^] 124-34-14-123-1-234-234-15-234
-match %[_~^]%<* firstday ([Ss]|['’][Ss])?%>*%[_~^] 124-34-5-145
-match %[_~^]%<* firstdayer ([Ss]|['’][Ss])?%>*%[_~^] 124-34-5-145-12456
-match %[_~^]%<* firstfruit ([Ss]|['’][Ss])?%>*%[_~^] 124-34-124-1235-136-24-2345
-match %[_~^]%<* firstfruiting ([Ss]|['’][Ss])?%>*%[_~^] 124-34-124-1235-136-24-2345-346
-match %[_~^]%<* firstgeneration ([Ss]|['’][Ss])?%>*%[_~^] 124-34-1245-26-12456-1-56-1345
-match %[_~^]%<* firsthand ([Ss]|['’][Ss])?%>*%[_~^] 124-34-125-12346
-match %[_~^]%<* firsthanded ([Ss]|['’][Ss])?%>*%[_~^] 124-34-125-12346-1246
-match %[_~^]%<* firstling ([Ss]|['’][Ss])?%>*%[_~^] 124-34-123-346
-match %[_~^]%<* firstly ([Ss]|['’][Ss])?%>*%[_~^] 124-34-123-13456
-match %[_~^]%<* firstness ([Ss]|['’][Ss])?%>*%[_~^] 124-34-56-234
-match %[_~^]%<* firstnight ([Ss]|['’][Ss])?%>*%[_~^] 124-34-1345-24-126-2345
-match %[_~^]%<* firstnighter ([Ss]|['’][Ss])?%>*%[_~^] 124-34-1345-24-126-2345-12456
-match %[_~^]%<* firstrate ([Ss]|['’][Ss])?%>*%[_~^] 124-34-1235-1-2345-15
-match %[_~^]%<* firstrated ([Ss]|['’][Ss])?%>*%[_~^] 124-34-1235-1-2345-1246
-match %[_~^]%<* firstrating ([Ss]|['’][Ss])?%>*%[_~^] 124-34-1235-1-2345-346
-match %[_~^]%<* firststring ([Ss]|['’][Ss])?%>*%[_~^] 124-34-34-1235-346
-match %[_~^]%<* forasmuch ([Ss]|['’][Ss])?%>*%[_~^] 123456-1-234-134-16
-match %[_~^]%<* foresaid ([Ss]|['’][Ss])?%>*%[_~^] 123456-15-234-145
-match %[_~^]%<* fosterchildren ([Ss]|['’][Ss])?%>*%[_~^] 124-135-34-12456-16-1345
-match %[_~^]%<* friendless ([Ss]|['’][Ss])?%>*%[_~^] 124-1235-46-234
-match %[_~^]%<* friendlessness ([Ss]|['’][Ss])?%>*%[_~^] 124-1235-46-234-56-234
-match %[_~^]%<* friendlessnesses ([Ss]|['’][Ss])?%>*%[_~^] 124-1235-46-234-56-234-15-234
-match %[_~^]%<* friendlier ([Ss]|['’][Ss])?%>*%[_~^] 124-1235-123-24-12456
-match %[_~^]%<* friendlies ([Ss]|['’][Ss])?%>*%[_~^] 124-1235-123-24-15-234
-match %[_~^]%<* friendliest ([Ss]|['’][Ss])?%>*%[_~^] 124-1235-123-24-15-34
-match %[_~^]%<* friendliness ([Ss]|['’][Ss])?%>*%[_~^] 124-1235-123-24-56-234
-match %[_~^]%<* friendlinesses ([Ss]|['’][Ss])?%>*%[_~^] 124-1235-123-24-56-234-15-234
-match %[_~^]%<* friendly ([Ss]|['’][Ss])?%>*%[_~^] 124-1235-123-13456
-match %[_~^]%<* friendship ([Ss]|['’][Ss])?%>*%[_~^] 124-1235-146-24-1234
-match %[_~^]%<* gadabout ([Ss]|['’][Ss])?%>*%[_~^] 1245-1-145-1-12
-match %[_~^]%<* gainsaid ([Ss]|['’][Ss])?%>*%[_~^] 1245-1-35-234-145
-match %[_~^]%<* galfriend ([Ss]|['’][Ss])?%>*%[_~^] 1245-1-123-124-1235
-match %[_~^]%<* gentlemanfriend ([Ss]|['’][Ss])?%>*%[_~^] 1245-26-2345-123-15-134-1-1345-124-1235
-match %[_~^]%<* gentlemenfriends ([Ss]|['’][Ss])?%>*%[_~^] 1245-26-2345-123-15-134-26-124-1235-234
-match %[_~^]%<* girlfriend ([Ss]|['’][Ss])?%>*%[_~^] 1245-24-1235-123-124-1235
-match %[_~^]%<* godchildren ([Ss]|['’][Ss])?%>*%[_~^] 1245-135-145-16-1345
-match %[_~^]%<* goodafternoon ([Ss]|['’][Ss])?%>*%[_~^] 1245-145-1-124-1345
-match %[_~^]%<* goodby ([Ss]|['’][Ss])?%>*%[_~^] 1245-145-12-13456
-match %[_~^]%<* goodbye ([Ss]|['’][Ss])?%>*%[_~^] 1245-145-12-13456-15
-match %[_~^]%<* goodbyeing ([Ss]|['’][Ss])?%>*%[_~^] 1245-145-12-13456-15-346
-match %[_~^]%<* goodbying ([Ss]|['’][Ss])?%>*%[_~^] 1245-145-12-13456-346
-match %[_~^]%<* goodday ([Ss]|['’][Ss])?%>*%[_~^] 1245-145-5-145
-match %[_~^]%<* gooder ([Ss]|['’][Ss])?%>*%[_~^] 1245-145-12456
-match %[_~^]%<* goodest ([Ss]|['’][Ss])?%>*%[_~^] 1245-145-15-34
-match %[_~^]%<* goodevening ([Ss]|['’][Ss])?%>*%[_~^] 1245-145-15-1236-26-346
-match %[_~^]%<* goodfellow ([Ss]|['’][Ss])?%>*%[_~^] 1245-145-124-15-123-123-246
-match %[_~^]%<* goodfellowship ([Ss]|['’][Ss])?%>*%[_~^] 1245-145-124-15-123-123-246-146-24-1234
-match %[_~^]%<* goodhearted ([Ss]|['’][Ss])?%>*%[_~^] 1245-145-125-15-345-2345-1246
-match %[_~^]%<* goodheartedly ([Ss]|['’][Ss])?%>*%[_~^] 1245-145-125-15-345-2345-1246-123-13456
-match %[_~^]%<* goodheartedness ([Ss]|['’][Ss])?%>*%[_~^] 1245-145-125-15-345-2345-1246-56-234
-match %[_~^]%<* goodhumor ([Ss]|['’][Ss])?%>*%[_~^] 1245-145-125-136-134-135-1235
-match %[_~^]%<* goodhumored ([Ss]|['’][Ss])?%>*%[_~^] 1245-145-125-136-134-135-1235-1246
-match %[_~^]%<* goodhumoredly ([Ss]|['’][Ss])?%>*%[_~^] 1245-145-125-136-134-135-1235-1246-123-13456
-match %[_~^]%<* goodhumoredness ([Ss]|['’][Ss])?%>*%[_~^] 1245-145-125-136-134-135-1235-1246-56-234
-match %[_~^]%<* goodhumorednesses ([Ss]|['’][Ss])?%>*%[_~^] 1245-145-125-136-134-135-1235-1246-56-234-15-234
-match %[_~^]%<* goodhumour ([Ss]|['’][Ss])?%>*%[_~^] 1245-145-125-136-134-1256-1235
-match %[_~^]%<* goodhumoured ([Ss]|['’][Ss])?%>*%[_~^] 1245-145-125-136-134-1256-1235-1246
-match %[_~^]%<* goodhumouredly ([Ss]|['’][Ss])?%>*%[_~^] 1245-145-125-136-134-1256-1235-1246-123-13456
-match %[_~^]%<* goodhumouredness ([Ss]|['’][Ss])?%>*%[_~^] 1245-145-125-136-134-1256-1235-1246-56-234
-match %[_~^]%<* goodhumourednesses ([Ss]|['’][Ss])?%>*%[_~^] 1245-145-125-136-134-1256-1235-1246-56-234-15-234
-match %[_~^]%<* goodie ([Ss]|['’][Ss])?%>*%[_~^] 1245-145-24-15
-match %[_~^]%<* goodish ([Ss]|['’][Ss])?%>*%[_~^] 1245-145-24-146
-match %[_~^]%<* goodlier ([Ss]|['’][Ss])?%>*%[_~^] 1245-145-123-24-12456
-match %[_~^]%<* goodliest ([Ss]|['’][Ss])?%>*%[_~^] 1245-145-123-24-15-34
-match %[_~^]%<* goodliness ([Ss]|['’][Ss])?%>*%[_~^] 1245-145-123-24-56-234
-match %[_~^]%<* goodlook ([Ss]|['’][Ss])?%>*%[_~^] 1245-145-123-135-135-13
-match %[_~^]%<* goodlooker ([Ss]|['’][Ss])?%>*%[_~^] 1245-145-123-135-135-13-12456
-match %[_~^]%<* goodlooking ([Ss]|['’][Ss])?%>*%[_~^] 1245-145-123-135-135-13-346
-match %[_~^]%<* goodly ([Ss]|['’][Ss])?%>*%[_~^] 1245-145-123-13456
-match %[_~^]%<* goodman ([Ss]|['’][Ss])?%>*%[_~^] 1245-145-134-1-1345
-match %[_~^]%<* goodmen ([Ss]|['’][Ss])?%>*%[_~^] 1245-145-134-26
-match %[_~^]%<* goodmorning ([Ss]|['’][Ss])?%>*%[_~^] 1245-145-134-135-1235-1345-346
-match %[_~^]%<* goodnature ([Ss]|['’][Ss])?%>*%[_~^] 1245-145-1345-1-2345-136-1235-15
-match %[_~^]%<* goodnatured ([Ss]|['’][Ss])?%>*%[_~^] 1245-145-1345-1-2345-136-1235-1246
-match %[_~^]%<* goodnaturedly ([Ss]|['’][Ss])?%>*%[_~^] 1245-145-1345-1-2345-136-1235-1246-123-13456
-match %[_~^]%<* goodnaturedness ([Ss]|['’][Ss])?%>*%[_~^] 1245-145-1345-1-2345-136-1235-1246-56-234
-match %[_~^]%<* goodness ([Ss]|['’][Ss])?%>*%[_~^] 1245-145-56-234
-match %[_~^]%<* goodnesses ([Ss]|['’][Ss])?%>*%[_~^] 1245-145-56-234-15-234
-match %[_~^]%<* goodnight ([Ss]|['’][Ss])?%>*%[_~^] 1245-145-1345-24-126-2345
-match %[_~^]%<* goodsize ([Ss]|['’][Ss])?%>*%[_~^] 1245-145-234-24-1356-15
-match %[_~^]%<* goodsized ([Ss]|['’][Ss])?%>*%[_~^] 1245-145-234-24-1356-1246
-match %[_~^]%<* goodtempered ([Ss]|['’][Ss])?%>*%[_~^] 1245-145-2345-15-134-1234-12456-1246
-match %[_~^]%<* goodtemperedly ([Ss]|['’][Ss])?%>*%[_~^] 1245-145-2345-15-134-1234-12456-1246-123-13456
-match %[_~^]%<* goodtime ([Ss]|['’][Ss])?%>*%[_~^] 1245-145-5-2345
-match %[_~^]%<* goodun ([Ss]|['’][Ss])?%>*%[_~^] 1245-145-136-1345
-match %[_~^]%<* goodwife ([Ss]|['’][Ss])?%>*%[_~^] 1245-145-2456-24-124-15
-match %[_~^]%<* goodwill ([Ss]|['’][Ss])?%>*%[_~^] 1245-145-2456-24-123-123
-match %[_~^]%<* goodwilled ([Ss]|['’][Ss])?%>*%[_~^] 1245-145-2456-24-123-123-1246
-match %[_~^]%<* goodwives ([Ss]|['’][Ss])?%>*%[_~^] 1245-145-2456-24-1236-15-234
-match %[_~^]%<* goody ([Ss]|['’][Ss])?%>*%[_~^] 1245-145-13456
-match %[_~^]%<* goodyear ([Ss]|['’][Ss])?%>*%[_~^] 1245-145-13456-15-345
-match %[_~^]%<* grandchildren ([Ss]|['’][Ss])?%>*%[_~^] 1245-1235-12346-16-1345
-match %[_~^]%<* greataunt ([Ss]|['’][Ss])?%>*%[_~^] 1245-1235-2345-1-136-1345-2345
-match %[_~^]%<* greatbatch ([Ss]|['’][Ss])?%>*%[_~^] 1245-1235-2345-12-1-2345-16
-match %[_~^]%<* greatcircle ([Ss]|['’][Ss])?%>*%[_~^] 1245-1235-2345-14-24-1235-14-123-15
-match %[_~^]%<* greatcoat ([Ss]|['’][Ss])?%>*%[_~^] 1245-1235-2345-14-135-1-2345
-match %[_~^]%<* greaten ([Ss]|['’][Ss])?%>*%[_~^] 1245-1235-2345-26
-match %[_~^]%<* greatened ([Ss]|['’][Ss])?%>*%[_~^] 1245-1235-2345-26-1246
-match %[_~^]%<* greatener ([Ss]|['’][Ss])?%>*%[_~^] 1245-1235-2345-26-12456
-match %[_~^]%<* greatening ([Ss]|['’][Ss])?%>*%[_~^] 1245-1235-2345-26-346
-match %[_~^]%<* greater ([Ss]|['’][Ss])?%>*%[_~^] 1245-1235-2345-12456
-match %[_~^]%<* greatest ([Ss]|['’][Ss])?%>*%[_~^] 1245-1235-2345-15-34
-match %[_~^]%<* greatgrandaunt ([Ss]|['’][Ss])?%>*%[_~^] 1245-1235-2345-1245-1235-12346-1-136-1345-2345
-match %[_~^]%<* greatgrandchild ([Ss]|['’][Ss])?%>*%[_~^] 1245-1235-2345-1245-1235-12346-16-24-123-145
-match %[_~^]%<* greatgrandchildren ([Ss]|['’][Ss])?%>*%[_~^] 1245-1235-2345-1245-1235-12346-16-1345
-match %[_~^]%<* greatgranddad ([Ss]|['’][Ss])?%>*%[_~^] 1245-1235-2345-1245-1235-12346-145-1-145
-match %[_~^]%<* greatgranddaughter ([Ss]|['’][Ss])?%>*%[_~^] 1245-1235-2345-1245-1235-12346-145-1-136-126-2345-12456
-match %[_~^]%<* greatgrandfather ([Ss]|['’][Ss])?%>*%[_~^] 1245-1235-2345-1245-1235-12346-5-124
-match %[_~^]%<* greatgrandfatherhood ([Ss]|['’][Ss])?%>*%[_~^] 1245-1235-2345-1245-1235-12346-5-124-125-135-135-145
-match %[_~^]%<* greatgrandma ([Ss]|['’][Ss])?%>*%[_~^] 1245-1235-2345-1245-1235-12346-134-1
-match %[_~^]%<* greatgrandmother ([Ss]|['’][Ss])?%>*%[_~^] 1245-1235-2345-1245-1235-12346-5-134
-match %[_~^]%<* greatgrandmotherhood ([Ss]|['’][Ss])?%>*%[_~^] 1245-1235-2345-1245-1235-12346-5-134-125-135-135-145
-match %[_~^]%<* greatgrandnephew ([Ss]|['’][Ss])?%>*%[_~^] 1245-1235-2345-1245-1235-12346-1345-15-1234-125-15-2456
-match %[_~^]%<* greatgrandniece ([Ss]|['’][Ss])?%>*%[_~^] 1245-1235-2345-1245-1235-12346-1345-24-15-14-15
-match %[_~^]%<* greatgrandpa ([Ss]|['’][Ss])?%>*%[_~^] 1245-1235-2345-1245-1235-12346-1234-1
-match %[_~^]%<* greatgrandparent ([Ss]|['’][Ss])?%>*%[_~^] 1245-1235-2345-1245-1235-12346-1234-345-26-2345
-match %[_~^]%<* greatgrandparenthood ([Ss]|['’][Ss])?%>*%[_~^] 1245-1235-2345-1245-1235-12346-1234-345-26-2345-125-135-135-145
-match %[_~^]%<* greatgrandson ([Ss]|['’][Ss])?%>*%[_~^] 1245-1235-2345-1245-1235-12346-234-135-1345
-match %[_~^]%<* greatgranduncle ([Ss]|['’][Ss])?%>*%[_~^] 1245-1235-2345-1245-1235-12346-136-1345-14-123-15
-match %[_~^]%<* greathearted ([Ss]|['’][Ss])?%>*%[_~^] 1245-1235-2345-125-15-345-2345-1246
-match %[_~^]%<* greatheartedly ([Ss]|['’][Ss])?%>*%[_~^] 1245-1235-2345-125-15-345-2345-1246-123-13456
-match %[_~^]%<* greatheartedness ([Ss]|['’][Ss])?%>*%[_~^] 1245-1235-2345-125-15-345-2345-1246-56-234
-match %[_~^]%<* greatheartednesses ([Ss]|['’][Ss])?%>*%[_~^] 1245-1235-2345-125-15-345-2345-1246-56-234-15-234
-match %[_~^]%<* greatly ([Ss]|['’][Ss])?%>*%[_~^] 1245-1235-2345-123-13456
-match %[_~^]%<* greatnephew ([Ss]|['’][Ss])?%>*%[_~^] 1245-1235-2345-1345-15-1234-125-15-2456
-match %[_~^]%<* greatness ([Ss]|['’][Ss])?%>*%[_~^] 1245-1235-2345-56-234
-match %[_~^]%<* greatnesses ([Ss]|['’][Ss])?%>*%[_~^] 1245-1235-2345-56-234-15-234
-match %[_~^]%<* greatniece ([Ss]|['’][Ss])?%>*%[_~^] 1245-1235-2345-1345-24-15-14-15
-match %[_~^]%<* greatsword ([Ss]|['’][Ss])?%>*%[_~^] 1245-1235-2345-234-45-2456
-match %[_~^]%<* greatuncle ([Ss]|['’][Ss])?%>*%[_~^] 1245-1235-2345-136-1345-14-123-15
-match %[_~^]%<* guyfriend ([Ss]|['’][Ss])?%>*%[_~^] 1245-136-13456-124-1235
-match %[_~^]%<* hateletter ([Ss]|['’][Ss])?%>*%[_~^] 125-1-2345-15-123-1235
-match %[_~^]%<* headfirst ([Ss]|['’][Ss])?%>*%[_~^] 125-2-145-124-34
-match %[_~^]%<* hereabout ([Ss]|['’][Ss])?%>*%[_~^] 5-125-1-12
-match %[_~^]%<* hereafter ([Ss]|['’][Ss])?%>*%[_~^] 5-125-1-124
-match %[_~^]%<* hereagain ([Ss]|['’][Ss])?%>*%[_~^] 5-125-1-1245
-match %[_~^]%<* hereagainst ([Ss]|['’][Ss])?%>*%[_~^] 5-125-1-1245-34
-match %[_~^]%<* hereinabove ([Ss]|['’][Ss])?%>*%[_~^] 5-125-35-1-12-1236
-match %[_~^]%<* hereinafter ([Ss]|['’][Ss])?%>*%[_~^] 5-125-35-1-124
-match %[_~^]%<* hereinagain ([Ss]|['’][Ss])?%>*%[_~^] 5-125-35-1-1245
-match %[_~^]%<* highlypaid ([Ss]|['’][Ss])?%>*%[_~^] 125-24-126-123-13456-1234-145
-match %[_~^]%<* himbo ([Ss]|['’][Ss])?%>*%[_~^] 125-134-12-135
-match %[_~^]%<* himboes ([Ss]|['’][Ss])?%>*%[_~^] 125-134-12-135-15-234
-match %[_~^]%<* illpaid ([Ss]|['’][Ss])?%>*%[_~^] 24-123-123-1234-145
-match %[_~^]%<* immediately ([Ss]|['’][Ss])?%>*%[_~^] 24-134-134-123-13456
-match %[_~^]%<* immediateness ([Ss]|['’][Ss])?%>*%[_~^] 24-134-134-56-234
-match %[_~^]%<* inasmuch ([Ss]|['’][Ss])?%>*%[_~^] 35-1-234-134-16
-match %[_~^]%<* insomuch ([Ss]|['’][Ss])?%>*%[_~^] 35-234-135-134-16
-match %[_~^]%<* knockabout ([Ss]|['’][Ss])?%>*%[_~^] 13-1345-135-14-13-1-12
-match %[_~^]%<* ladyfriend ([Ss]|['’][Ss])?%>*%[_~^] 123-1-145-13456-124-1235
-match %[_~^]%<* layabout ([Ss]|['’][Ss])?%>*%[_~^] 123-1-13456-1-12
-match %[_~^]%<* letterbodies ([Ss]|['’][Ss])?%>*%[_~^] 123-1235-12-135-145-24-15-234
-match %[_~^]%<* letterbody ([Ss]|['’][Ss])?%>*%[_~^] 123-1235-12-135-145-13456
-match %[_~^]%<* letterbomb ([Ss]|['’][Ss])?%>*%[_~^] 123-1235-12-135-134-12
-match %[_~^]%<* letterbombed ([Ss]|['’][Ss])?%>*%[_~^] 123-1235-12-135-134-12-1246
-match %[_~^]%<* letterbomber ([Ss]|['’][Ss])?%>*%[_~^] 123-1235-12-135-134-12-12456
-match %[_~^]%<* letterbombing ([Ss]|['’][Ss])?%>*%[_~^] 123-1235-12-135-134-12-346
-match %[_~^]%<* letterbox ([Ss]|['’][Ss])?%>*%[_~^] 123-1235-12-135-1346
-match %[_~^]%<* letterboxed ([Ss]|['’][Ss])?%>*%[_~^] 123-1235-12-135-1346-1246
-match %[_~^]%<* letterboxer ([Ss]|['’][Ss])?%>*%[_~^] 123-1235-12-135-1346-12456
-match %[_~^]%<* letterboxes ([Ss]|['’][Ss])?%>*%[_~^] 123-1235-12-135-1346-15-234
-match %[_~^]%<* letterboxing ([Ss]|['’][Ss])?%>*%[_~^] 123-1235-12-135-1346-346
-match %[_~^]%<* lettered ([Ss]|['’][Ss])?%>*%[_~^] 123-1235-1246
-match %[_~^]%<* letterer ([Ss]|['’][Ss])?%>*%[_~^] 123-1235-12456
-match %[_~^]%<* letterform ([Ss]|['’][Ss])?%>*%[_~^] 123-1235-123456-134
-match %[_~^]%<* letterhead ([Ss]|['’][Ss])?%>*%[_~^] 123-1235-125-2-145
-match %[_~^]%<* letterheading ([Ss]|['’][Ss])?%>*%[_~^] 123-1235-125-2-145-346
-match %[_~^]%<* lettering ([Ss]|['’][Ss])?%>*%[_~^] 123-1235-346
-match %[_~^]%<* letterman ([Ss]|['’][Ss])?%>*%[_~^] 123-1235-134-1-1345
-match %[_~^]%<* lettermen ([Ss]|['’][Ss])?%>*%[_~^] 123-1235-134-26
-match %[_~^]%<* letteropener ([Ss]|['’][Ss])?%>*%[_~^] 123-1235-135-1234-26-12456
-match %[_~^]%<* letterperfect ([Ss]|['’][Ss])?%>*%[_~^] 123-1235-1234-12456-124-15-14-2345
-match %[_~^]%<* letterpress ([Ss]|['’][Ss])?%>*%[_~^] 123-1235-1234-1235-15-234-234
-match %[_~^]%<* letterpressed ([Ss]|['’][Ss])?%>*%[_~^] 123-1235-1234-1235-15-234-234-1246
-match %[_~^]%<* letterpresses ([Ss]|['’][Ss])?%>*%[_~^] 123-1235-1234-1235-15-234-234-15-234
-match %[_~^]%<* letterpressing ([Ss]|['’][Ss])?%>*%[_~^] 123-1235-1234-1235-15-234-234-346
-match %[_~^]%<* letterquality ([Ss]|['’][Ss])?%>*%[_~^] 123-1235-12345-136-1-123-56-13456
-match %[_~^]%<* letterspace ([Ss]|['’][Ss])?%>*%[_~^] 123-1235-234-1234-1-14-15
-match %[_~^]%<* letterspaced ([Ss]|['’][Ss])?%>*%[_~^] 123-1235-234-1234-1-14-1246
-match %[_~^]%<* letterspacing ([Ss]|['’][Ss])?%>*%[_~^] 123-1235-234-1234-1-14-346
-match %[_~^]%<* lettertext ([Ss]|['’][Ss])?%>*%[_~^] 123-1235-2345-15-1346-2345
-match %[_~^]%<* littled ([Ss]|['’][Ss])?%>*%[_~^] 123-123-145
-match %[_~^]%<* littleneck ([Ss]|['’][Ss])?%>*%[_~^] 123-123-1345-15-14-13
-match %[_~^]%<* littleness ([Ss]|['’][Ss])?%>*%[_~^] 123-123-56-234
-match %[_~^]%<* littlenesses ([Ss]|['’][Ss])?%>*%[_~^] 123-123-56-234-15-234
-match %[_~^]%<* littler ([Ss]|['’][Ss])?%>*%[_~^] 123-123-1235
-match %[_~^]%<* littlest ([Ss]|['’][Ss])?%>*%[_~^] 123-123-34
-match %[_~^]%<* lovechildren ([Ss]|['’][Ss])?%>*%[_~^] 123-135-1236-15-16-1345
-match %[_~^]%<* loveletter ([Ss]|['’][Ss])?%>*%[_~^] 123-135-1236-15-123-1235
-match %[_~^]%<* lowlypaid ([Ss]|['’][Ss])?%>*%[_~^] 123-246-123-13456-1234-145
-match %[_~^]%<* manfriend ([Ss]|['’][Ss])?%>*%[_~^] 134-1-1345-124-1235
-match %[_~^]%<* menfriends ([Ss]|['’][Ss])?%>*%[_~^] 134-26-124-1235-234
-match %[_~^]%<* midafternoon ([Ss]|['’][Ss])?%>*%[_~^] 134-24-145-1-124-1345
-match %[_~^]%<* misbraille ([Ss]|['’][Ss])?%>*%[_~^] 134-24-234-12-1235-123
-match %[_~^]%<* misbrailled ([Ss]|['’][Ss])?%>*%[_~^] 134-24-234-12-1235-123-145
-match %[_~^]%<* misperceive ([Ss]|['’][Ss])?%>*%[_~^] 134-24-234-1234-12456-14-1236
-match %[_~^]%<* misperceived ([Ss]|['’][Ss])?%>*%[_~^] 134-24-234-1234-12456-14-1236-145
-match %[_~^]%<* misperceiver ([Ss]|['’][Ss])?%>*%[_~^] 134-24-234-1234-12456-14-1236-1235
-match %[_~^]%<* misperceiving ([Ss]|['’][Ss])?%>*%[_~^] 134-24-234-1234-12456-14-1236-1245
-match %[_~^]%<* missaid ([Ss]|['’][Ss])?%>*%[_~^] 134-24-234-234-145
-match %[_~^]%<* morningafter ([Ss]|['’][Ss])?%>*%[_~^] 134-135-1235-1345-346-1-124
-match %[_~^]%<* muchly ([Ss]|['’][Ss])?%>*%[_~^] 134-16-123-13456
-match %[_~^]%<* muchness ([Ss]|['’][Ss])?%>*%[_~^] 134-16-56-234
-match %[_~^]%<* must’ve ([Ss]|['’][Ss])?%>*%[_~^] 134-34-3-1236-15
-match %[_~^]%<* must've ([Ss]|['’][Ss])?%>*%[_~^] 134-34-3-1236-15
-match %[_~^]%<* musta ([Ss]|['’][Ss])?%>*%[_~^] 134-34-1
-match %[_~^]%<* mustard ([Ss]|['’][Ss])?%>*%[_~^] 134-34-345-145
-match %[_~^]%<* mustier ([Ss]|['’][Ss])?%>*%[_~^] 134-34-24-12456
-match %[_~^]%<* mustiest ([Ss]|['’][Ss])?%>*%[_~^] 134-34-24-15-34
-match %[_~^]%<* mustily ([Ss]|['’][Ss])?%>*%[_~^] 134-34-24-123-13456
-match %[_~^]%<* mustiness ([Ss]|['’][Ss])?%>*%[_~^] 134-34-24-56-234
-match %[_~^]%<* mustn’t ([Ss]|['’][Ss])?%>*%[_~^] 134-34-1345-3-2345
-match %[_~^]%<* mustn't ([Ss]|['’][Ss])?%>*%[_~^] 134-34-1345-3-2345
-match %[_~^]%<* mustn’t’ve ([Ss]|['’][Ss])?%>*%[_~^] 134-34-1345-3-2345-3-1236-15
-match %[_~^]%<* mustn't've ([Ss]|['’][Ss])?%>*%[_~^] 134-34-1345-3-2345-3-1236-15
-match %[_~^]%<* musty ([Ss]|['’][Ss])?%>*%[_~^] 134-34-13456
-match %[_~^]%<* newsletter ([Ss]|['’][Ss])?%>*%[_~^] 1345-15-2456-234-123-1235
-match %[_~^]%<* nonesuch ([Ss]|['’][Ss])?%>*%[_~^] 1345-5-135-234-16
-match %[_~^]%<* nonsuch ([Ss]|['’][Ss])?%>*%[_~^] 1345-135-1345-234-16
-match %[_~^]%<* northabout ([Ss]|['’][Ss])?%>*%[_~^] 1345-135-1235-1456-1-12
-match %[_~^]%<* overmuch ([Ss]|['’][Ss])?%>*%[_~^] 135-1236-12456-134-16
-match %[_~^]%<* overpaid ([Ss]|['’][Ss])?%>*%[_~^] 135-1236-12456-1234-145
-match %[_~^]%<* penfriend ([Ss]|['’][Ss])?%>*%[_~^] 1234-26-124-1235
-match %[_~^]%<* perceived ([Ss]|['’][Ss])?%>*%[_~^] 1234-12456-14-1236-145
-match %[_~^]%<* perceiver ([Ss]|['’][Ss])?%>*%[_~^] 1234-12456-14-1236-1235
-match %[_~^]%<* perhapses ([Ss]|['’][Ss])?%>*%[_~^] 1234-12456-125-15-234
-match %[_~^]%<* poorlypaid ([Ss]|['’][Ss])?%>*%[_~^] 1234-135-135-1235-123-13456-1234-145
-match %[_~^]%<* postpaid ([Ss]|['’][Ss])?%>*%[_~^] 1234-135-34-1234-145
-match %[_~^]%<* preceive ([Ss]|['’][Ss])?%>*%[_~^] 1234-1235-14-1236
-match %[_~^]%<* preceiver ([Ss]|['’][Ss])?%>*%[_~^] 1234-1235-14-1236-1235
-match %[_~^]%<* preceiving ([Ss]|['’][Ss])?%>*%[_~^] 1234-1235-14-1236-1245
-match %[_~^]%<* prepaid ([Ss]|['’][Ss])?%>*%[_~^] 1234-1235-15-1234-145
-match %[_~^]%<* purblind ([Ss]|['’][Ss])?%>*%[_~^] 1234-136-1235-12-123
-match %[_~^]%<* purblindly ([Ss]|['’][Ss])?%>*%[_~^] 1234-136-1235-12-123-123-13456
-match %[_~^]%<* purblindness ([Ss]|['’][Ss])?%>*%[_~^] 1234-136-1235-12-123-56-234
-match %[_~^]%<* purblindnesses ([Ss]|['’][Ss])?%>*%[_~^] 1234-136-1235-12-123-56-234-15-234
-match %[_~^]%<* quickdraw ([Ss]|['’][Ss])?%>*%[_~^] 12345-13-145-1235-1-2456
-match %[_~^]%<* quicken ([Ss]|['’][Ss])?%>*%[_~^] 12345-13-26
-match %[_~^]%<* quickened ([Ss]|['’][Ss])?%>*%[_~^] 12345-13-26-1246
-match %[_~^]%<* quickener ([Ss]|['’][Ss])?%>*%[_~^] 12345-13-26-12456
-match %[_~^]%<* quickening ([Ss]|['’][Ss])?%>*%[_~^] 12345-13-26-346
-match %[_~^]%<* quicker ([Ss]|['’][Ss])?%>*%[_~^] 12345-13-12456
-match %[_~^]%<* quickest ([Ss]|['’][Ss])?%>*%[_~^] 12345-13-15-34
-match %[_~^]%<* quickfire ([Ss]|['’][Ss])?%>*%[_~^] 12345-13-124-24-1235-15
-match %[_~^]%<* quickfiring ([Ss]|['’][Ss])?%>*%[_~^] 12345-13-124-24-1235-346
-match %[_~^]%<* quickfreeze ([Ss]|['’][Ss])?%>*%[_~^] 12345-13-124-1235-15-15-1356-15
-match %[_~^]%<* quickfreezing ([Ss]|['’][Ss])?%>*%[_~^] 12345-13-124-1235-15-15-1356-346
-match %[_~^]%<* quickfroze ([Ss]|['’][Ss])?%>*%[_~^] 12345-13-124-1235-135-1356-15
-match %[_~^]%<* quickfrozen ([Ss]|['’][Ss])?%>*%[_~^] 12345-13-124-1235-135-1356-26
-match %[_~^]%<* quickie ([Ss]|['’][Ss])?%>*%[_~^] 12345-13-24-15
-match %[_~^]%<* quickish ([Ss]|['’][Ss])?%>*%[_~^] 12345-13-24-146
-match %[_~^]%<* quickishly ([Ss]|['’][Ss])?%>*%[_~^] 12345-13-24-146-123-13456
-match %[_~^]%<* quicklime ([Ss]|['’][Ss])?%>*%[_~^] 12345-13-123-24-134-15
-match %[_~^]%<* quickly ([Ss]|['’][Ss])?%>*%[_~^] 12345-13-123-13456
-match %[_~^]%<* quickness ([Ss]|['’][Ss])?%>*%[_~^] 12345-13-56-234
-match %[_~^]%<* quicknesses ([Ss]|['’][Ss])?%>*%[_~^] 12345-13-56-234-15-234
-match %[_~^]%<* quicksand ([Ss]|['’][Ss])?%>*%[_~^] 12345-13-234-12346
-match %[_~^]%<* quickset ([Ss]|['’][Ss])?%>*%[_~^] 12345-13-234-15-2345
-match %[_~^]%<* quicksilver ([Ss]|['’][Ss])?%>*%[_~^] 12345-13-234-24-123-1236-12456
-match %[_~^]%<* quicksilvered ([Ss]|['’][Ss])?%>*%[_~^] 12345-13-234-24-123-1236-12456-1246
-match %[_~^]%<* quicksilvering ([Ss]|['’][Ss])?%>*%[_~^] 12345-13-234-24-123-1236-12456-346
-match %[_~^]%<* quicksnap ([Ss]|['’][Ss])?%>*%[_~^] 12345-13-234-1345-1-1234
-match %[_~^]%<* quickstep ([Ss]|['’][Ss])?%>*%[_~^] 12345-13-34-15-1234
-match %[_~^]%<* quickstepped ([Ss]|['’][Ss])?%>*%[_~^] 12345-13-34-15-1234-1234-1246
-match %[_~^]%<* quickstepper ([Ss]|['’][Ss])?%>*%[_~^] 12345-13-34-15-1234-1234-12456
-match %[_~^]%<* quickstepping ([Ss]|['’][Ss])?%>*%[_~^] 12345-13-34-15-1234-1234-346
-match %[_~^]%<* quicktempered ([Ss]|['’][Ss])?%>*%[_~^] 12345-13-2345-15-134-1234-12456-1246
-match %[_~^]%<* quicktime ([Ss]|['’][Ss])?%>*%[_~^] 12345-13-5-2345
-match %[_~^]%<* quickwitted ([Ss]|['’][Ss])?%>*%[_~^] 12345-13-2456-24-2345-2345-1246
-match %[_~^]%<* quickwittedly ([Ss]|['’][Ss])?%>*%[_~^] 12345-13-2456-24-2345-2345-1246-123-13456
-match %[_~^]%<* quickwittedness ([Ss]|['’][Ss])?%>*%[_~^] 12345-13-2456-24-2345-2345-1246-56-234
-match %[_~^]%<* quicky ([Ss]|['’][Ss])?%>*%[_~^] 12345-13-13456
-match %[_~^]%<* readacross ([Ss]|['’][Ss])?%>*%[_~^] 1235-2-145-1-14-1235
-match %[_~^]%<* rebraille ([Ss]|['’][Ss])?%>*%[_~^] 1235-15-12-1235-123
-match %[_~^]%<* rebrailled ([Ss]|['’][Ss])?%>*%[_~^] 1235-15-12-1235-123-145
-match %[_~^]%<* rebrailler ([Ss]|['’][Ss])?%>*%[_~^] 1235-15-12-1235-123-1235
-match %[_~^]%<* received ([Ss]|['’][Ss])?%>*%[_~^] 1235-14-1236-145
-match %[_~^]%<* receiver ([Ss]|['’][Ss])?%>*%[_~^] 1235-14-1236-1235
-match %[_~^]%<* receivership ([Ss]|['’][Ss])?%>*%[_~^] 1235-14-1236-1235-146-24-1234
-match %[_~^]%<* rejoiced ([Ss]|['’][Ss])?%>*%[_~^] 1235-245-14-145
-match %[_~^]%<* rejoiceful ([Ss]|['’][Ss])?%>*%[_~^] 1235-245-14-56-123
-match %[_~^]%<* rejoicefully ([Ss]|['’][Ss])?%>*%[_~^] 1235-245-14-56-123-123-13456
-match %[_~^]%<* rejoicefulness ([Ss]|['’][Ss])?%>*%[_~^] 1235-245-14-56-123-56-234
-match %[_~^]%<* rejoicer ([Ss]|['’][Ss])?%>*%[_~^] 1235-245-14-1235
-match %[_~^]%<* rejoicingly ([Ss]|['’][Ss])?%>*%[_~^] 1235-245-14-1245-123-13456
-match %[_~^]%<* reletter ([Ss]|['’][Ss])?%>*%[_~^] 1235-15-123-1235
-match %[_~^]%<* relettered ([Ss]|['’][Ss])?%>*%[_~^] 1235-15-123-1235-1246
-match %[_~^]%<* relettering ([Ss]|['’][Ss])?%>*%[_~^] 1235-15-123-1235-346
-match %[_~^]%<* repaid ([Ss]|['’][Ss])?%>*%[_~^] 1235-15-1234-145
-match %[_~^]%<* rightabout ([Ss]|['’][Ss])?%>*%[_~^] 5-1235-1-12
-match %[_~^]%<* roundabout ([Ss]|['’][Ss])?%>*%[_~^] 1235-46-145-1-12
-match %[_~^]%<* roustabout ([Ss]|['’][Ss])?%>*%[_~^] 1235-1256-34-1-12
-match %[_~^]%<* runabout ([Ss]|['’][Ss])?%>*%[_~^] 1235-136-1345-1-12
-match %[_~^]%<* saidest ([Ss]|['’][Ss])?%>*%[_~^] 234-145-15-34
-match %[_~^]%<* saidst ([Ss]|['’][Ss])?%>*%[_~^] 234-145-34
-match %[_~^]%<* scattergood ([Ss]|['’][Ss])?%>*%[_~^] 234-14-1-2345-2345-12456-1245-145
-match %[_~^]%<* schoolchildren ([Ss]|['’][Ss])?%>*%[_~^] 234-16-135-135-123-16-1345
-match %[_~^]%<* schoolfriend ([Ss]|['’][Ss])?%>*%[_~^] 234-16-135-135-123-124-1235
-match %[_~^]%<* should’ve ([Ss]|['’][Ss])?%>*%[_~^] 146-145-3-1236-15
-match %[_~^]%<* should've ([Ss]|['’][Ss])?%>*%[_~^] 146-145-3-1236-15
-match %[_~^]%<* shoulda ([Ss]|['’][Ss])?%>*%[_~^] 146-145-1
-match %[_~^]%<* shouldest ([Ss]|['’][Ss])?%>*%[_~^] 146-145-15-34
-match %[_~^]%<* shouldn’t ([Ss]|['’][Ss])?%>*%[_~^] 146-145-1345-3-2345
-match %[_~^]%<* shouldn't ([Ss]|['’][Ss])?%>*%[_~^] 146-145-1345-3-2345
-match %[_~^]%<* shouldn’t’ve ([Ss]|['’][Ss])?%>*%[_~^] 146-145-1345-3-2345-3-1236-15
-match %[_~^]%<* shouldn't've ([Ss]|['’][Ss])?%>*%[_~^] 146-145-1345-3-2345-3-1236-15
-match %[_~^]%<* shouldst ([Ss]|['’][Ss])?%>*%[_~^] 146-145-34
-match %[_~^]%<* snowblind ([Ss]|['’][Ss])?%>*%[_~^] 234-1345-246-12-123
-match %[_~^]%<* snowblindness ([Ss]|['’][Ss])?%>*%[_~^] 234-1345-246-12-123-56-234
-match %[_~^]%<* snowblindnesses ([Ss]|['’][Ss])?%>*%[_~^] 234-1345-246-12-123-56-234-15-234
-match %[_~^]%<* somesuch ([Ss]|['’][Ss])?%>*%[_~^] 5-234-234-16
-match %[_~^]%<* southabout ([Ss]|['’][Ss])?%>*%[_~^] 234-1256-1456-1-12
-match %[_~^]%<* stepchildren ([Ss]|['’][Ss])?%>*%[_~^] 34-15-1234-16-1345
-match %[_~^]%<* stirabout ([Ss]|['’][Ss])?%>*%[_~^] 34-24-1235-1-12
-match %[_~^]%<* suchlike ([Ss]|['’][Ss])?%>*%[_~^] 234-16-123-24-13-15
-match %[_~^]%<* supergood ([Ss]|['’][Ss])?%>*%[_~^] 234-136-1234-12456-1245-145
-match %[_~^]%<* superquick ([Ss]|['’][Ss])?%>*%[_~^] 234-136-1234-12456-12345-13
-match %[_~^]%<* tailfirst ([Ss]|['’][Ss])?%>*%[_~^] 2345-1-24-123-124-34
-match %[_~^]%<* thereabout ([Ss]|['’][Ss])?%>*%[_~^] 5-2346-1-12
-match %[_~^]%<* thereafter ([Ss]|['’][Ss])?%>*%[_~^] 5-2346-1-124
-match %[_~^]%<* thereagain ([Ss]|['’][Ss])?%>*%[_~^] 5-2346-1-1245
-match %[_~^]%<* thereagainst ([Ss]|['’][Ss])?%>*%[_~^] 5-2346-1-1245-34
-match %[_~^]%<* thereinafter ([Ss]|['’][Ss])?%>*%[_~^] 5-2346-35-1-124
-match %[_~^]%<* thereinagain ([Ss]|['’][Ss])?%>*%[_~^] 5-2346-35-1-1245
-match %[_~^]%<* togetherness ([Ss]|['’][Ss])?%>*%[_~^] 2345-1245-1235-56-234
-match %[_~^]%<* turnabout ([Ss]|['’][Ss])?%>*%[_~^] 2345-136-1235-1345-1-12
-match %[_~^]%<* unaccording ([Ss]|['’][Ss])?%>*%[_~^] 136-1345-1-14
-match %[_~^]%<* unaccordingly ([Ss]|['’][Ss])?%>*%[_~^] 136-1345-1-14-123-13456
-match %[_~^]%<* unblindfold ([Ss]|['’][Ss])?%>*%[_~^] 136-1345-12-123-124-135-123-145
-match %[_~^]%<* unblindfolded ([Ss]|['’][Ss])?%>*%[_~^] 136-1345-12-123-124-135-123-145-1246
-match %[_~^]%<* unblindfolding ([Ss]|['’][Ss])?%>*%[_~^] 136-1345-12-123-124-135-123-145-346
-match %[_~^]%<* unbraille ([Ss]|['’][Ss])?%>*%[_~^] 136-1345-12-1235-123
-match %[_~^]%<* unbrailled ([Ss]|['’][Ss])?%>*%[_~^] 136-1345-12-1235-123-145
-match %[_~^]%<* undeceive ([Ss]|['’][Ss])?%>*%[_~^] 136-1345-145-14-1236
-match %[_~^]%<* undeceived ([Ss]|['’][Ss])?%>*%[_~^] 136-1345-145-14-1236-145
-match %[_~^]%<* undeceiver ([Ss]|['’][Ss])?%>*%[_~^] 136-1345-145-14-1236-1235
-match %[_~^]%<* undeceiving ([Ss]|['’][Ss])?%>*%[_~^] 136-1345-145-14-1236-1245
-match %[_~^]%<* undeclare ([Ss]|['’][Ss])?%>*%[_~^] 136-1345-145-14-123
-match %[_~^]%<* undeclared ([Ss]|['’][Ss])?%>*%[_~^] 136-1345-145-14-123-145
-match %[_~^]%<* underpaid ([Ss]|['’][Ss])?%>*%[_~^] 5-136-1234-145
-match %[_~^]%<* unfriend ([Ss]|['’][Ss])?%>*%[_~^] 136-1345-124-1235
-match %[_~^]%<* unfriendlier ([Ss]|['’][Ss])?%>*%[_~^] 136-1345-124-1235-123-24-12456
-match %[_~^]%<* unfriendliest ([Ss]|['’][Ss])?%>*%[_~^] 136-1345-124-1235-123-24-15-34
-match %[_~^]%<* unfriendliness ([Ss]|['’][Ss])?%>*%[_~^] 136-1345-124-1235-123-24-56-234
-match %[_~^]%<* unfriendlinesses ([Ss]|['’][Ss])?%>*%[_~^] 136-1345-124-1235-123-24-56-234-15-234
-match %[_~^]%<* unfriendly ([Ss]|['’][Ss])?%>*%[_~^] 136-1345-124-1235-123-13456
-match %[_~^]%<* unlettered ([Ss]|['’][Ss])?%>*%[_~^] 136-1345-123-1235-1246
-match %[_~^]%<* unnecessary ([Ss]|['’][Ss])?%>*%[_~^] 136-1345-1345-15-14
-match %[_~^]%<* unpaid ([Ss]|['’][Ss])?%>*%[_~^] 136-1345-1234-145
-match %[_~^]%<* unperceive ([Ss]|['’][Ss])?%>*%[_~^] 136-1345-1234-12456-14-1236
-match %[_~^]%<* unperceived ([Ss]|['’][Ss])?%>*%[_~^] 136-1345-1234-12456-14-1236-145
-match %[_~^]%<* unperceiving ([Ss]|['’][Ss])?%>*%[_~^] 136-1345-1234-12456-14-1236-1245
-match %[_~^]%<* unquick ([Ss]|['’][Ss])?%>*%[_~^] 136-1345-12345-13
-match %[_~^]%<* unreceived ([Ss]|['’][Ss])?%>*%[_~^] 136-1345-1235-14-1236-145
-match %[_~^]%<* unrejoice ([Ss]|['’][Ss])?%>*%[_~^] 136-1345-1235-245-14
-match %[_~^]%<* unrejoiced ([Ss]|['’][Ss])?%>*%[_~^] 136-1345-1235-245-14-145
-match %[_~^]%<* unrejoiceful ([Ss]|['’][Ss])?%>*%[_~^] 136-1345-1235-245-14-56-123
-match %[_~^]%<* unrejoicefully ([Ss]|['’][Ss])?%>*%[_~^] 136-1345-1235-245-14-56-123-123-13456
-match %[_~^]%<* unrejoicefulness ([Ss]|['’][Ss])?%>*%[_~^] 136-1345-1235-245-14-56-123-56-234
-match %[_~^]%<* unrejoicer ([Ss]|['’][Ss])?%>*%[_~^] 136-1345-1235-245-14-1235
-match %[_~^]%<* unrejoicing ([Ss]|['’][Ss])?%>*%[_~^] 136-1345-1235-245-14-1245
-match %[_~^]%<* unrejoicingly ([Ss]|['’][Ss])?%>*%[_~^] 136-1345-1235-245-14-1245-123-13456
-match %[_~^]%<* walkabout ([Ss]|['’][Ss])?%>*%[_~^] 2456-1-123-13-1-12
-match %[_~^]%<* wellpaid ([Ss]|['’][Ss])?%>*%[_~^] 2456-15-123-123-1234-145
-match %[_~^]%<* westabout ([Ss]|['’][Ss])?%>*%[_~^] 2456-15-34-1-12
-match %[_~^]%<* whereabout ([Ss]|['’][Ss])?%>*%[_~^] 5-156-1-12
-match %[_~^]%<* whereafter ([Ss]|['’][Ss])?%>*%[_~^] 5-156-1-124
-match %[_~^]%<* whereagain ([Ss]|['’][Ss])?%>*%[_~^] 5-156-1-1245
-match %[_~^]%<* whereagainst ([Ss]|['’][Ss])?%>*%[_~^] 5-156-1-1245-34
-match %[_~^]%<* whereinafter ([Ss]|['’][Ss])?%>*%[_~^] 5-156-35-1-124
-match %[_~^]%<* whereinagain ([Ss]|['’][Ss])?%>*%[_~^] 5-156-35-1-1245
-match %[_~^]%<* womanfriend ([Ss]|['’][Ss])?%>*%[_~^] 2456-135-134-1-1345-124-1235
-match %[_~^]%<* womenfriends ([Ss]|['’][Ss])?%>*%[_~^] 2456-135-134-26-124-1235-234
-match %[_~^]%<* would’ve ([Ss]|['’][Ss])?%>*%[_~^] 2456-145-3-1236-15
-match %[_~^]%<* would've ([Ss]|['’][Ss])?%>*%[_~^] 2456-145-3-1236-15
-match %[_~^]%<* woulda ([Ss]|['’][Ss])?%>*%[_~^] 2456-145-1
-match %[_~^]%<* wouldest ([Ss]|['’][Ss])?%>*%[_~^] 2456-145-15-34
-match %[_~^]%<* wouldn’t ([Ss]|['’][Ss])?%>*%[_~^] 2456-145-1345-3-2345
-match %[_~^]%<* wouldn't ([Ss]|['’][Ss])?%>*%[_~^] 2456-145-1345-3-2345
-match %[_~^]%<* wouldn’t’ve ([Ss]|['’][Ss])?%>*%[_~^] 2456-145-1345-3-2345-3-1236-15
-match %[_~^]%<* wouldn't've ([Ss]|['’][Ss])?%>*%[_~^] 2456-145-1345-3-2345-3-1236-15
-match %[_~^]%<* wouldst ([Ss]|['’][Ss])?%>*%[_~^] 2456-145-34
-
-nofor word 'twould  3-2345-2456-145
-nofor word 'twould've  3-2345-2456-145-3-1236-15
-nofor word 'twoulda  3-2345-2456-145-1
-nofor word 'twouldn't  3-2345-2456-145-1345-3-2345
-nofor word 'twouldn't've  3-2345-2456-145-1345-3-2345-3-1236-15
-nofor word aboutface  1-12-124-1-14-15
-nofor word aboutfaced  1-12-124-1-14-1246
-nofor word aboutfacer  1-12-124-1-14-12456
-nofor word aboutfacing  1-12-124-1-14-346
-nofor word aboutturn  1-12-2345-136-1235-1345
-nofor word aboutturned  1-12-2345-136-1235-1345-1246
-nofor word aboveboard  1-12-1236-12-135-345-145
-nofor word aboveground  1-12-1236-1245-1235-46-145
-nofor word abovementioned  1-12-1236-134-26-56-1345-1246
-nofor word accordingly  1-14-123-13456
-nofor word aforesaid  1-123456-15-234-145
-nofor word afterbattle  1-124-12-1-2345-2345-123-15
-nofor word afterbirth  1-124-12-24-1235-1456
-nofor word afterbreakfast  1-124-12-1235-2-13-124-1-34
-nofor word afterburn  1-124-12-136-1235-1345
-nofor word afterburned  1-124-12-136-1235-1345-1246
-nofor word afterburner  1-124-12-136-1235-1345-12456
-nofor word afterburning  1-124-12-136-1235-1345-346
-nofor word aftercare  1-124-14-345-15
-nofor word afterclap  1-124-14-123-1-1234
-nofor word aftercoffee  1-124-14-12356-124-15-15
-nofor word afterdamp  1-124-145-1-134-1234
-nofor word afterdark  1-124-145-345-13
-nofor word afterdeck  1-124-145-15-14-13
-nofor word afterdinner  1-124-145-35-1345-12456
-nofor word afterflow  1-124-124-123-246
-nofor word aftergame  1-124-1245-1-134-15
-nofor word afterglow  1-124-1245-123-246
-nofor word afterguard  1-124-1245-136-345-145
-nofor word afterhatch  1-124-125-1-2345-16
-nofor word afterhatches  1-124-125-1-2345-16-15-234
-nofor word afterhour  1-124-125-1256-1235
-nofor word afterlife  1-124-123-24-124-15
-nofor word afterlight  1-124-123-24-126-2345
-nofor word afterlives  1-124-123-24-1236-15-234
-nofor word afterlunch  1-124-123-136-1345-16
-nofor word afterlunches  1-124-123-136-1345-16-15-234
-nofor word aftermarket  1-124-134-345-13-15-2345
-nofor word aftermatch 1-124-134-1-2345-16
-nofor word aftermatches  1-124-134-1-2345-16-15-234
-nofor word aftermath  1-124-134-1-1456
-nofor word aftermeeting  1-124-134-15-15-2345-346
-nofor word aftermidday  1-124-134-24-145-5-145
-nofor word aftermidnight  1-124-134-24-145-1345-24-126-2345
-nofor word aftermost  1-124-134-135-34
-nofor word afternoontea  1-124-1345-2345-15-1
-nofor word afterpain  1-124-1234-1-35
-nofor word afterparties  1-124-5-1234-24-15-234
-nofor word afterparty  1-124-5-1234-13456
-nofor word afterpiece  1-124-1234-24-15-14-15
-nofor word afterplay  1-124-1234-123-1-13456
-nofor word aftersale  1-124-234-1-123-15
-nofor word afterschool  1-124-234-16-135-135-123
-nofor word aftersensation  1-124-234-26-234-1-56-1345
-nofor word aftershave  1-124-146-1-1236-15
-nofor word aftershock  1-124-146-135-14-13
-nofor word aftershow  1-124-146-246
-nofor word aftershower  1-124-146-246-12456
-nofor word aftersupper  1-124-234-136-1234-1234-12456
-nofor word aftertaste  1-124-2345-1-34-15
-nofor word aftertax  1-124-2345-1-1346
-nofor word aftertaxes  1-124-2345-1-1346-15-234
-nofor word aftertea  1-124-2345-15-1
-nofor word aftertheatre  1-124-2346-1-2345-1235-15
-nofor word afterthought  1-124-1456-5-1256
-nofor word aftertime  1-124-5-2345
-nofor word aftertreatment  1-124-2345-1235-2-2345-56-2345
-nofor word afterword  1-124-45-2456
-nofor word afterwork  1-124-5-2456
-nofor word afterworld  1-124-456-2456
-nofor word apperceive  1-1234-1234-12456-14-1236
-nofor word apperceived  1-1234-1234-12456-14-1236-145
-nofor word apperceiver  1-1234-1234-12456-14-1236-1235
-nofor word apperceiving  1-1234-1234-12456-14-1236-1245
-nofor word archdeceiver  345-16-145-14-1236-1235
-nofor word beforehand  23-124-125-12346
-nofor word befriend  23-124-1235
-nofor word behindhand  23-125-125-12346
-nofor word belittle  23-123-123
-nofor word belittled  23-123-123-145
-nofor word belittlement  23-123-123-56-2345
-nofor word belittler  23-123-123-1235
-nofor word belowdeck  23-123-145-15-14-13
-nofor word belowground  23-123-1245-1235-46-145
-nofor word belowmentioned  23-123-134-26-56-1345-1246
-nofor word beneathdeck  23-1345-145-15-14-13
-nofor word beneathground  23-1345-1245-1235-46-145
-nofor word betweendeck  23-2345-145-15-14-13
-nofor word betweentime  23-2345-5-2345
-nofor word betweenwhile  23-2345-156-24-123-15
-nofor word blindfish  12-123-124-24-146
-nofor word blindfishes  12-123-124-24-146-15-234
-nofor word blindfold  12-123-124-135-123-145
-nofor word blindfolded  12-123-124-135-123-145-1246
-nofor word blindfolder  12-123-124-135-123-145-12456
-nofor word blindfolding  12-123-124-135-123-145-346
-nofor word blindly  12-123-123-13456
-nofor word blindman  12-123-134-1-1345
-nofor word blindmen  12-123-134-26
-nofor word blindness  12-123-56-234
-nofor word blindnesses  12-123-56-234-15-234
-nofor word blindside  12-123-234-24-145-15
-nofor word blindsided  12-123-234-24-145-1246
-nofor word blindsider  12-123-234-24-145-12456
-nofor word blindsiding  12-123-234-24-145-346
-nofor word blindsight  12-123-234-24-126-2345
-nofor word blindstories  12-123-34-135-1235-24-15-234
-nofor word blindstory  12-123-34-135-1235-13456
-nofor word blindworm  12-123-2456-135-1235-134
-nofor word bloodletter  12-123-135-135-145-123-1235
-nofor word boyfriend  12-135-13456-124-1235
-nofor word brailled  12-1235-123-145
-nofor word brailler  12-1235-123-1235
-nofor word braillewriter  12-1235-123-2456-1235-24-2345-12456
-nofor word braillewriting  12-1235-123-2456-1235-24-2345-346
-nofor word brailley  12-1235-123-13456
-nofor word brainchildren  12-1235-1-35-16-1345
-nofor word chainletter  16-1-35-123-1235
-nofor word children'swear  16-1345-3-234-2456-15-345
-nofor word colorblind  14-135-123-135-1235-12-123
-nofor word colorblindness  14-135-123-135-1235-12-123-56-234
-nofor word colorblindnesses  14-135-123-135-1235-12-123-56-234-15-234
-nofor word colourblind  14-135-123-1256-1235-12-123
-nofor word colourblindness  14-135-123-1256-1235-12-123-56-234
-nofor word colourblindnesses  14-135-123-1256-1235-12-123-56-234-15-234
-nofor word conceived  25-14-1236-145
-nofor word conceiver  25-14-1236-1235
-nofor word could've  14-145-3-1236-15
-nofor word coulda  14-145-1
-nofor word couldest  14-145-15-34
-nofor word couldn't  14-145-1345-3-2345
-nofor word couldn't've  14-145-1345-3-2345-3-1236-15
-nofor word couldst  14-145-34
-nofor word deafblind  145-2-124-12-123
-nofor word deafblindness  145-2-124-12-123-56-234
-nofor word deafblindnesses  145-2-124-12-123-56-234-15-234
-nofor word deceived  145-14-1236-145
-nofor word deceiver  145-14-1236-1235
-nofor word declared  145-14-123-145
-nofor word declarer  145-14-123-1235
-nofor word defriend  145-15-124-1235
-nofor word do-it-yourselfer  145-36-1346-36-13456-1235-124-12456
-nofor word doublequick  145-1256-12-123-15-12345-13
-nofor word eastabout  15-1-34-1-12
-nofor word feelgood  124-15-15-123-1245-145
-nofor word feetfirst  124-15-15-2345-124-34
-nofor word firstaid  124-34-1-24-145
-nofor word firstaider  124-34-1-24-145-12456
-nofor word firstborn  124-34-12-135-1235-1345
-nofor word firstclass  124-34-14-123-1-234-234
-nofor word firstclasses  124-34-14-123-1-234-234-15-234
-nofor word firstday  124-34-5-145
-nofor word firstdayer  124-34-5-145-12456
-nofor word firstfruit  124-34-124-1235-136-24-2345
-nofor word firstfruiting  124-34-124-1235-136-24-2345-346
-nofor word firstgeneration  124-34-1245-26-12456-1-56-1345
-nofor word firsthand  124-34-125-12346
-nofor word firsthanded  124-34-125-12346-1246
-nofor word firstling  124-34-123-346
-nofor word firstly  124-34-123-13456
-nofor word firstness  124-34-56-234
-nofor word firstnight  124-34-1345-24-126-2345
-nofor word firstnighter  124-34-1345-24-126-2345-12456
-nofor word firstrate  124-34-1235-1-2345-15
-nofor word firstrated  124-34-1235-1-2345-1246
-nofor word firstrating  124-34-1235-1-2345-346
-nofor word firststring  124-34-34-1235-346
-nofor word forasmuch  123456-1-234-134-16
-nofor word foresaid  123456-15-234-145
-nofor word fosterchildren  124-135-34-12456-16-1345
-nofor word friendless  124-1235-46-234
-nofor word friendlessness  124-1235-46-234-56-234
-nofor word friendlessnesses  124-1235-46-234-56-234-15-234
-nofor word friendlier  124-1235-123-24-12456
-nofor word friendlies  124-1235-123-24-15-234
-nofor word friendliest  124-1235-123-24-15-34
-nofor word friendliness  124-1235-123-24-56-234
-nofor word friendlinesses  124-1235-123-24-56-234-15-234
-nofor word friendly  124-1235-123-13456
-nofor word friendship  124-1235-146-24-1234
-nofor word gadabout  1245-1-145-1-12
-nofor word gainsaid  1245-1-35-234-145
-nofor word galfriend  1245-1-123-124-1235
-nofor word gentlemanfriend  1245-26-2345-123-15-134-1-1345-124-1235
-nofor word gentlemenfriends  1245-26-2345-123-15-134-26-124-1235-234
-nofor word girlfriend  1245-24-1235-123-124-1235
-nofor word godchildren  1245-135-145-16-1345
-nofor word goodafternoon  1245-145-1-124-1345
-nofor word goodby  1245-145-12-13456
-nofor word goodbye  1245-145-12-13456-15
-nofor word goodbyeing  1245-145-12-13456-15-346
-nofor word goodbying  1245-145-12-13456-346
-nofor word goodday  1245-145-5-145
-nofor word gooder  1245-145-12456
-nofor word goodest  1245-145-15-34
-nofor word goodevening  1245-145-15-1236-26-346
-nofor word goodfellow  1245-145-124-15-123-123-246
-nofor word goodfellowship  1245-145-124-15-123-123-246-146-24-1234
-nofor word goodhearted  1245-145-125-15-345-2345-1246
-nofor word goodheartedly  1245-145-125-15-345-2345-1246-123-13456
-nofor word goodheartedness  1245-145-125-15-345-2345-1246-56-234
-nofor word goodhumor  1245-145-125-136-134-135-1235
-nofor word goodhumored  1245-145-125-136-134-135-1235-1246
-nofor word goodhumoredly  1245-145-125-136-134-135-1235-1246-123-13456
-nofor word goodhumoredness  1245-145-125-136-134-135-1235-1246-56-234
-nofor word goodhumorednesses  1245-145-125-136-134-135-1235-1246-56-234-15-234
-nofor word goodhumour  1245-145-125-136-134-1256-1235
-nofor word goodhumoured  1245-145-125-136-134-1256-1235-1246
-nofor word goodhumouredly  1245-145-125-136-134-1256-1235-1246-123-13456
-nofor word goodhumouredness  1245-145-125-136-134-1256-1235-1246-56-234
-nofor word goodhumourednesses  1245-145-125-136-134-1256-1235-1246-56-234-15-234
-nofor word goodie  1245-145-24-15
-nofor word goodish  1245-145-24-146
-nofor word goodlier  1245-145-123-24-12456
-nofor word goodliest  1245-145-123-24-15-34
-nofor word goodliness  1245-145-123-24-56-234
-nofor word goodlook  1245-145-123-135-135-13
-nofor word goodlooker  1245-145-123-135-135-13-12456
-nofor word goodlooking  1245-145-123-135-135-13-346
-nofor word goodly  1245-145-123-13456
-nofor word goodman  1245-145-134-1-1345
-nofor word goodmen  1245-145-134-26
-nofor word goodmorning  1245-145-134-135-1235-1345-346
-nofor word goodnature  1245-145-1345-1-2345-136-1235-15
-nofor word goodnatured  1245-145-1345-1-2345-136-1235-1246
-nofor word goodnaturedly  1245-145-1345-1-2345-136-1235-1246-123-13456
-nofor word goodnaturedness  1245-145-1345-1-2345-136-1235-1246-56-234
-nofor word goodness  1245-145-56-234
-nofor word goodnesses  1245-145-56-234-15-234
-nofor word goodnight  1245-145-1345-24-126-2345
-nofor word goodsize  1245-145-234-24-1356-15
-nofor word goodsized  1245-145-234-24-1356-1246
-nofor word goodtempered  1245-145-2345-15-134-1234-12456-1246
-nofor word goodtemperedly  1245-145-2345-15-134-1234-12456-1246-123-13456
-nofor word goodtime  1245-145-5-2345
-nofor word goodun  1245-145-136-1345
-nofor word goodwife  1245-145-2456-24-124-15
-nofor word goodwill  1245-145-2456-24-123-123
-nofor word goodwilled  1245-145-2456-24-123-123-1246
-nofor word goodwives  1245-145-2456-24-1236-15-234
-nofor word goody  1245-145-13456
-nofor word goodyear  1245-145-13456-15-345
-nofor word grandchildren  1245-1235-12346-16-1345
-nofor word greataunt  1245-1235-2345-1-136-1345-2345
-nofor word greatbatch  1245-1235-2345-12-1-2345-16
-nofor word greatcircle  1245-1235-2345-14-24-1235-14-123-15
-nofor word greatcoat  1245-1235-2345-14-135-1-2345
-nofor word greaten  1245-1235-2345-26
-nofor word greatened  1245-1235-2345-26-1246
-nofor word greatener  1245-1235-2345-26-12456
-nofor word greatening  1245-1235-2345-26-346
-nofor word greater  1245-1235-2345-12456
-nofor word greatest  1245-1235-2345-15-34
-nofor word greatgrandaunt  1245-1235-2345-1245-1235-12346-1-136-1345-2345
-nofor word greatgrandchild  1245-1235-2345-1245-1235-12346-16-24-123-145
-nofor word greatgrandchildren  1245-1235-2345-1245-1235-12346-16-1345
-nofor word greatgranddad  1245-1235-2345-1245-1235-12346-145-1-145
-nofor word greatgranddaughter  1245-1235-2345-1245-1235-12346-145-1-136-126-2345-12456
-nofor word greatgrandfather  1245-1235-2345-1245-1235-12346-5-124
-nofor word greatgrandfatherhood  1245-1235-2345-1245-1235-12346-5-124-125-135-135-145
-nofor word greatgrandma  1245-1235-2345-1245-1235-12346-134-1
-nofor word greatgrandmother  1245-1235-2345-1245-1235-12346-5-134
-nofor word greatgrandmotherhood  1245-1235-2345-1245-1235-12346-5-134-125-135-135-145
-nofor word greatgrandnephew  1245-1235-2345-1245-1235-12346-1345-15-1234-125-15-2456
-nofor word greatgrandniece  1245-1235-2345-1245-1235-12346-1345-24-15-14-15
-nofor word greatgrandpa  1245-1235-2345-1245-1235-12346-1234-1
-nofor word greatgrandparent  1245-1235-2345-1245-1235-12346-1234-345-26-2345
-nofor word greatgrandparenthood  1245-1235-2345-1245-1235-12346-1234-345-26-2345-125-135-135-145
-nofor word greatgrandson  1245-1235-2345-1245-1235-12346-234-135-1345
-nofor word greatgranduncle  1245-1235-2345-1245-1235-12346-136-1345-14-123-15
-nofor word greathearted  1245-1235-2345-125-15-345-2345-1246
-nofor word greatheartedly  1245-1235-2345-125-15-345-2345-1246-123-13456
-nofor word greatheartedness  1245-1235-2345-125-15-345-2345-1246-56-234
-nofor word greatheartednesses  1245-1235-2345-125-15-345-2345-1246-56-234-15-234
-nofor word greatly  1245-1235-2345-123-13456
-nofor word greatnephew  1245-1235-2345-1345-15-1234-125-15-2456
-nofor word greatness  1245-1235-2345-56-234
-nofor word greatnesses  1245-1235-2345-56-234-15-234
-nofor word greatniece  1245-1235-2345-1345-24-15-14-15
-nofor word greatsword  1245-1235-2345-234-45-2456
-nofor word greatuncle  1245-1235-2345-136-1345-14-123-15
-nofor word guyfriend  1245-136-13456-124-1235
-nofor word hateletter  125-1-2345-15-123-1235
-nofor word headfirst  125-2-145-124-34
-nofor word hereabout  5-125-1-12
-nofor word hereafter  5-125-1-124
-nofor word hereagain  5-125-1-1245
-nofor word hereagainst  5-125-1-1245-34
-nofor word hereinabove  5-125-35-1-12-1236
-nofor word hereinafter  5-125-35-1-124
-nofor word hereinagain  5-125-35-1-1245
-nofor word highlypaid  125-24-126-123-13456-1234-145
-nofor word himbo  125-134-12-135
-nofor word himboes  125-134-12-135-15-234
-nofor word illpaid  24-123-123-1234-145
-nofor word immediately  24-134-134-123-13456
-nofor word immediateness  24-134-134-56-234
-nofor word inasmuch  35-1-234-134-16
-nofor word insomuch  35-234-135-134-16
-nofor word knockabout  13-1345-135-14-13-1-12
-nofor word ladyfriend  123-1-145-13456-124-1235
-nofor word layabout  123-1-13456-1-12
-nofor word letterbodies  123-1235-12-135-145-24-15-234
-nofor word letterbody  123-1235-12-135-145-13456
-nofor word letterbomb  123-1235-12-135-134-12
-nofor word letterbombed  123-1235-12-135-134-12-1246
-nofor word letterbomber  123-1235-12-135-134-12-12456
-nofor word letterbombing  123-1235-12-135-134-12-346
-nofor word letterbox  123-1235-12-135-1346
-nofor word letterboxed  123-1235-12-135-1346-1246
-nofor word letterboxer  123-1235-12-135-1346-12456
-nofor word letterboxes  123-1235-12-135-1346-15-234
-nofor word letterboxing  123-1235-12-135-1346-346
-nofor word lettered  123-1235-1246
-nofor word letterer  123-1235-12456
-nofor word letterform  123-1235-123456-134
-nofor word letterhead  123-1235-125-2-145
-nofor word letterheading  123-1235-125-2-145-346
-nofor word lettering  123-1235-346
-nofor word letterman  123-1235-134-1-1345
-nofor word lettermen  123-1235-134-26
-nofor word letteropener  123-1235-135-1234-26-12456
-nofor word letterperfect  123-1235-1234-12456-124-15-14-2345
-nofor word letterpress  123-1235-1234-1235-15-234-234
-nofor word letterpressed  123-1235-1234-1235-15-234-234-1246
-nofor word letterpresses  123-1235-1234-1235-15-234-234-15-234
-nofor word letterpressing  123-1235-1234-1235-15-234-234-346
-nofor word letterquality  123-1235-12345-136-1-123-56-13456
-nofor word letterspace  123-1235-234-1234-1-14-15
-nofor word letterspaced  123-1235-234-1234-1-14-1246
-nofor word letterspacing  123-1235-234-1234-1-14-346
-nofor word lettertext  123-1235-2345-15-1346-2345
-nofor word littled  123-123-145
-nofor word littleneck  123-123-1345-15-14-13
-nofor word littleness  123-123-56-234
-nofor word littlenesses  123-123-56-234-15-234
-nofor word littler  123-123-1235
-nofor word littlest  123-123-34
-nofor word lovechildren  123-135-1236-15-16-1345
-nofor word loveletter  123-135-1236-15-123-1235
-nofor word lowlypaid  123-246-123-13456-1234-145
-nofor word manfriend  134-1-1345-124-1235
-nofor word menfriends  134-26-124-1235-234
-nofor word midafternoon  134-24-145-1-124-1345
-nofor word misbraille  134-24-234-12-1235-123
-nofor word misbrailled  134-24-234-12-1235-123-145
-nofor word misperceive  134-24-234-1234-12456-14-1236
-nofor word misperceived  134-24-234-1234-12456-14-1236-145
-nofor word misperceiver  134-24-234-1234-12456-14-1236-1235
-nofor word misperceiving  134-24-234-1234-12456-14-1236-1245
-nofor word missaid  134-24-234-234-145
-nofor word morningafter  134-135-1235-1345-346-1-124
-nofor word muchly  134-16-123-13456
-nofor word muchness  134-16-56-234
-nofor word must've  134-34-3-1236-15
-nofor word musta  134-34-1
-nofor word mustard  134-34-345-145
-nofor word mustier  134-34-24-12456
-nofor word mustiest  134-34-24-15-34
-nofor word mustily  134-34-24-123-13456
-nofor word mustiness  134-34-24-56-234
-nofor word mustn't  134-34-1345-3-2345
-nofor word mustn't've  134-34-1345-3-2345-3-1236-15
-nofor word musty  134-34-13456
-nofor word newsletter  1345-15-2456-234-123-1235
-nofor word nonesuch  1345-5-135-234-16
-nofor word nonsuch  1345-135-1345-234-16
-nofor word northabout  1345-135-1235-1456-1-12
-nofor word overmuch  135-1236-12456-134-16
-nofor word overpaid  135-1236-12456-1234-145
-nofor word penfriend  1234-26-124-1235
-nofor word perceived  1234-12456-14-1236-145
-nofor word perceiver  1234-12456-14-1236-1235
-nofor word perhapses  1234-12456-125-15-234
-nofor word poorlypaid  1234-135-135-1235-123-13456-1234-145
-nofor word postpaid  1234-135-34-1234-145
-nofor word preceive  1234-1235-14-1236
-nofor word preceiver  1234-1235-14-1236-1235
-nofor word preceiving  1234-1235-14-1236-1245
-nofor word prepaid  1234-1235-15-1234-145
-nofor word purblind  1234-136-1235-12-123
-nofor word purblindly  1234-136-1235-12-123-123-13456
-nofor word purblindness  1234-136-1235-12-123-56-234
-nofor word purblindnesses  1234-136-1235-12-123-56-234-15-234
-nofor word quickdraw  12345-13-145-1235-1-2456
-nofor word quicken  12345-13-26
-nofor word quickened  12345-13-26-1246
-nofor word quickener  12345-13-26-12456
-nofor word quickening  12345-13-26-346
-nofor word quicker  12345-13-12456
-nofor word quickest  12345-13-15-34
-nofor word quickfire  12345-13-124-24-1235-15
-nofor word quickfiring  12345-13-124-24-1235-346
-nofor word quickfreeze  12345-13-124-1235-15-15-1356-15
-nofor word quickfreezing  12345-13-124-1235-15-15-1356-346
-nofor word quickfroze  12345-13-124-1235-135-1356-15
-nofor word quickfrozen  12345-13-124-1235-135-1356-26
-nofor word quickie  12345-13-24-15
-nofor word quickish  12345-13-24-146
-nofor word quickishly  12345-13-24-146-123-13456
-nofor word quicklime  12345-13-123-24-134-15
-nofor word quickly  12345-13-123-13456
-nofor word quickness  12345-13-56-234
-nofor word quicknesses  12345-13-56-234-15-234
-nofor word quicksand  12345-13-234-12346
-nofor word quickset  12345-13-234-15-2345
-nofor word quicksilver  12345-13-234-24-123-1236-12456
-nofor word quicksilvered  12345-13-234-24-123-1236-12456-1246
-nofor word quicksilvering  12345-13-234-24-123-1236-12456-346
-nofor word quicksnap  12345-13-234-1345-1-1234
-nofor word quickstep  12345-13-34-15-1234
-nofor word quickstepped  12345-13-34-15-1234-1234-1246
-nofor word quickstepper  12345-13-34-15-1234-1234-12456
-nofor word quickstepping  12345-13-34-15-1234-1234-346
-nofor word quicktempered  12345-13-2345-15-134-1234-12456-1246
-nofor word quicktime  12345-13-5-2345
-nofor word quickwitted  12345-13-2456-24-2345-2345-1246
-nofor word quickwittedly  12345-13-2456-24-2345-2345-1246-123-13456
-nofor word quickwittedness  12345-13-2456-24-2345-2345-1246-56-234
-nofor word quicky  12345-13-13456
-nofor word readacross  1235-2-145-1-14-1235
-nofor word rebraille  1235-15-12-1235-123
-nofor word rebrailled  1235-15-12-1235-123-145
-nofor word rebrailler  1235-15-12-1235-123-1235
-nofor word received  1235-14-1236-145
-nofor word receiver  1235-14-1236-1235
-nofor word receivership  1235-14-1236-1235-146-24-1234
-nofor word rejoiced  1235-245-14-145
-nofor word rejoiceful  1235-245-14-56-123
-nofor word rejoicefully  1235-245-14-56-123-123-13456
-nofor word rejoicefulness  1235-245-14-56-123-56-234
-nofor word rejoicer  1235-245-14-1235
-nofor word rejoicingly  1235-245-14-1245-123-13456
-nofor word reletter  1235-15-123-1235
-nofor word relettered  1235-15-123-1235-1246
-nofor word relettering  1235-15-123-1235-346
-nofor word repaid  1235-15-1234-145
-nofor word rightabout  5-1235-1-12
-nofor word roundabout  1235-46-145-1-12
-nofor word roustabout  1235-1256-34-1-12
-nofor word runabout  1235-136-1345-1-12
-nofor word saidest  234-145-15-34
-nofor word saidst  234-145-34
-nofor word scattergood  234-14-1-2345-2345-12456-1245-145
-nofor word schoolchildren  234-16-135-135-123-16-1345
-nofor word schoolfriend  234-16-135-135-123-124-1235
-nofor word should've  146-145-3-1236-15
-nofor word shoulda  146-145-1
-nofor word shouldest  146-145-15-34
-nofor word shouldn't  146-145-1345-3-2345
-nofor word shouldn't've  146-145-1345-3-2345-3-1236-15
-nofor word shouldst  146-145-34
-nofor word snowblind  234-1345-246-12-123
-nofor word snowblindness  234-1345-246-12-123-56-234
-nofor word snowblindnesses  234-1345-246-12-123-56-234-15-234
-nofor word somesuch  5-234-234-16
-nofor word southabout  234-1256-1456-1-12
-nofor word stepchildren  34-15-1234-16-1345
-nofor word stirabout  34-24-1235-1-12
-nofor word suchlike  234-16-123-24-13-15
-nofor word supergood  234-136-1234-12456-1245-145
-nofor word superquick  234-136-1234-12456-12345-13
-nofor word tailfirst  2345-1-24-123-124-34
-nofor word thereabout  5-2346-1-12
-nofor word thereafter  5-2346-1-124
-nofor word thereagain  5-2346-1-1245
-nofor word thereagainst  5-2346-1-1245-34
-nofor word thereinafter  5-2346-35-1-124
-nofor word thereinagain  5-2346-35-1-1245
-nofor word togetherness  2345-1245-1235-56-234
-nofor word turnabout  2345-136-1235-1345-1-12
-nofor word unaccording  136-1345-1-14
-nofor word unaccordingly  136-1345-1-14-123-13456
-nofor word unblindfold  136-1345-12-123-124-135-123-145
-nofor word unblindfolded  136-1345-12-123-124-135-123-145-1246
-nofor word unblindfolding  136-1345-12-123-124-135-123-145-346
-nofor word unbraille  136-1345-12-1235-123
-nofor word unbrailled  136-1345-12-1235-123-145
-nofor word undeceive  136-1345-145-14-1236
-nofor word undeceived  136-1345-145-14-1236-145
-nofor word undeceiver  136-1345-145-14-1236-1235
-nofor word undeceiving  136-1345-145-14-1236-1245
-nofor word undeclare  136-1345-145-14-123
-nofor word undeclared  136-1345-145-14-123-145
-nofor word underpaid  5-136-1234-145
-nofor word unfriend  136-1345-124-1235
-nofor word unfriendlier  136-1345-124-1235-123-24-12456
-nofor word unfriendliest  136-1345-124-1235-123-24-15-34
-nofor word unfriendliness  136-1345-124-1235-123-24-56-234
-nofor word unfriendlinesses  136-1345-124-1235-123-24-56-234-15-234
-nofor word unfriendly  136-1345-124-1235-123-13456
-nofor word unlettered  136-1345-123-1235-1246
-nofor word unnecessary  136-1345-1345-15-14
-nofor word unpaid  136-1345-1234-145
-nofor word unperceive  136-1345-1234-12456-14-1236
-nofor word unperceived  136-1345-1234-12456-14-1236-145
-nofor word unperceiving  136-1345-1234-12456-14-1236-1245
-nofor word unquick  136-1345-12345-13
-nofor word unreceived  136-1345-1235-14-1236-145
-nofor word unrejoice  136-1345-1235-245-14
-nofor word unrejoiced  136-1345-1235-245-14-145
-nofor word unrejoiceful  136-1345-1235-245-14-56-123
-nofor word unrejoicefully  136-1345-1235-245-14-56-123-123-13456
-nofor word unrejoicefulness  136-1345-1235-245-14-56-123-56-234
-nofor word unrejoicer  136-1345-1235-245-14-1235
-nofor word unrejoicing  136-1345-1235-245-14-1245
-nofor word unrejoicingly  136-1345-1235-245-14-1245-123-13456
-nofor word walkabout  2456-1-123-13-1-12
-nofor word wellpaid  2456-15-123-123-1234-145
-nofor word westabout  2456-15-34-1-12
-nofor word whereabout  5-156-1-12
-nofor word whereafter  5-156-1-124
-nofor word whereagain  5-156-1-1245
-nofor word whereagainst  5-156-1-1245-34
-nofor word whereinafter  5-156-35-1-124
-nofor word whereinagain  5-156-35-1-1245
-nofor word womanfriend  2456-135-134-1-1345-124-1235
-nofor word womenfriends  2456-135-134-26-124-1235-234
-nofor word would've  2456-145-3-1236-15
-nofor word woulda  2456-145-1
-nofor word wouldest  2456-145-15-34
-nofor word wouldn't  2456-145-1345-3-2345
-nofor word wouldn't've  2456-145-1345-3-2345-3-1236-15
-nofor word wouldst  2456-145-34
-
-#TODO:  backmatch should be able to merge these
-nofor word 'twoulds  3-2345-2456-145-234
-nofor word 'twould'ves  3-2345-2456-145-3-1236-15-234
-nofor word 'twouldas  3-2345-2456-145-1-234
-nofor word 'twouldn'ts  3-2345-2456-145-1345-3-2345-234
-nofor word 'twouldn't'ves  3-2345-2456-145-1345-3-2345-3-1236-15-234
-nofor word aboutfaces  1-12-124-1-14-15-234
-nofor word aboutfacers  1-12-124-1-14-12456-234
-nofor word aboutfacings  1-12-124-1-14-346-234
-nofor word aboutturns  1-12-2345-136-1235-1345-234
-nofor word aboveboards  1-12-1236-12-135-345-145-234
-nofor word abovegrounds  1-12-1236-1245-1235-46-145-234
-nofor word aforesaids  1-123456-15-234-145-234
-nofor word afterbattles  1-124-12-1-2345-2345-123-15-234
-nofor word afterbirths  1-124-12-24-1235-1456-234
-nofor word afterbreakfasts  1-124-12-1235-2-13-124-1-34-234
-nofor word afterburns  1-124-12-136-1235-1345-234
-nofor word afterburners  1-124-12-136-1235-1345-12456-234
-nofor word afterburnings  1-124-12-136-1235-1345-346-234
-nofor word aftercares  1-124-14-345-15-234
-nofor word afterclaps  1-124-14-123-1-1234-234
-nofor word aftercoffees  1-124-14-12356-124-15-15-234
-nofor word afterdamps  1-124-145-1-134-1234-234
-nofor word afterdarks  1-124-145-345-13-234
-nofor word afterdecks  1-124-145-15-14-13-234
-nofor word afterdinners  1-124-145-35-1345-12456-234
-nofor word afterflows  1-124-124-123-246-234
-nofor word aftergames  1-124-1245-1-134-15-234
-nofor word afterglows  1-124-1245-123-246-234
-nofor word afterguards  1-124-1245-136-345-145-234
-nofor word afterhatchs  1-124-125-1-2345-16-234
-nofor word afterhatchess  1-124-125-1-2345-16-15-234-234
-nofor word afterhours  1-124-125-1256-1235-234
-nofor word afterlifes  1-124-123-24-124-15-234
-nofor word afterlights  1-124-123-24-126-2345-234
-nofor word afterlivess  1-124-123-24-1236-15-234-234
-nofor word afterlunchs  1-124-123-136-1345-16-234
-nofor word afterlunchess  1-124-123-136-1345-16-15-234-234
-nofor word aftermarkets  1-124-134-345-13-15-2345-234
-nofor word aftermatchs 1-124-134-1-2345-16-234
-nofor word aftermaths  1-124-134-1-1456-234
-nofor word aftermeetings  1-124-134-15-15-2345-346-234
-nofor word aftermiddays  1-124-134-24-145-5-145-234
-nofor word aftermidnights  1-124-134-24-145-1345-24-126-2345-234
-nofor word aftermosts  1-124-134-135-34-234
-nofor word afternoonteas  1-124-1345-2345-15-1-234
-nofor word afterpains  1-124-1234-1-35-234
-nofor word afterpartiess  1-124-5-1234-24-15-234-234
-nofor word afterpartys  1-124-5-1234-13456-234
-nofor word afterpieces  1-124-1234-24-15-14-15-234
-nofor word afterplays  1-124-1234-123-1-13456-234
-nofor word aftersales  1-124-234-1-123-15-234
-nofor word afterschools  1-124-234-16-135-135-123-234
-nofor word aftersensations  1-124-234-26-234-1-56-1345-234
-nofor word aftershaves  1-124-146-1-1236-15-234
-nofor word aftershocks  1-124-146-135-14-13-234
-nofor word aftershows  1-124-146-246-234
-nofor word aftershowers  1-124-146-246-12456-234
-nofor word aftersuppers  1-124-234-136-1234-1234-12456-234
-nofor word aftertastes  1-124-2345-1-34-15-234
-nofor word aftertaxs  1-124-2345-1-1346-234
-nofor word aftertaxess  1-124-2345-1-1346-15-234-234
-nofor word afterteas  1-124-2345-15-1-234
-nofor word aftertheatres  1-124-2346-1-2345-1235-15-234
-nofor word afterthoughts  1-124-1456-5-1256-234
-nofor word aftertimes  1-124-5-2345-234
-nofor word aftertreatments  1-124-2345-1235-2-2345-56-2345-234
-nofor word afterwords  1-124-45-2456-234
-nofor word afterworks  1-124-5-2456-234
-nofor word afterworlds  1-124-456-2456-234
-nofor word apperceives  1-1234-1234-12456-14-1236-234
-nofor word apperceivers  1-1234-1234-12456-14-1236-1235-234
-nofor word apperceivings  1-1234-1234-12456-14-1236-1245-234
-nofor word archdeceivers  345-16-145-14-1236-1235-234
-nofor word beforehands  23-124-125-12346-234
-nofor word befriends  23-124-1235-234
-nofor word behindhands  23-125-125-12346-234
-nofor word belittles  23-123-123-234
-nofor word belittlements  23-123-123-56-2345-234
-nofor word belittlers  23-123-123-1235-234
-nofor word belowdecks  23-123-145-15-14-13-234
-nofor word belowgrounds  23-123-1245-1235-46-145-234
-nofor word beneathdecks  23-1345-145-15-14-13-234
-nofor word beneathgrounds  23-1345-1245-1235-46-145-234
-nofor word betweendecks  23-2345-145-15-14-13-234
-nofor word betweentimes  23-2345-5-2345-234
-nofor word betweenwhiles  23-2345-156-24-123-15-234
-nofor word blindfishs  12-123-124-24-146-234
-nofor word blindfishess  12-123-124-24-146-15-234-234
-nofor word blindfolds  12-123-124-135-123-145-234
-nofor word blindfolders  12-123-124-135-123-145-12456-234
-nofor word blindfoldings  12-123-124-135-123-145-346-234
-nofor word blindlys  12-123-123-13456-234
-nofor word blindmans  12-123-134-1-1345-234
-nofor word blindmens  12-123-134-26-234
-nofor word blindnesss  12-123-56-234-234
-nofor word blindnessess  12-123-56-234-15-234-234
-nofor word blindsides  12-123-234-24-145-15-234
-nofor word blindsiders  12-123-234-24-145-12456-234
-nofor word blindsidings  12-123-234-24-145-346-234
-nofor word blindsights  12-123-234-24-126-2345-234
-nofor word blindstoriess  12-123-34-135-1235-24-15-234-234
-nofor word blindstorys  12-123-34-135-1235-13456-234
-nofor word blindworms  12-123-2456-135-1235-134-234
-nofor word bloodletters  12-123-135-135-145-123-1235-234
-nofor word boyfriends  12-135-13456-124-1235-234
-nofor word braillers  12-1235-123-1235-234
-nofor word braillewriters  12-1235-123-2456-1235-24-2345-12456-234
-nofor word braillewritings  12-1235-123-2456-1235-24-2345-346-234
-nofor word brailleys  12-1235-123-13456-234
-nofor word brainchildrens  12-1235-1-35-16-1345-234
-nofor word chainletters  16-1-35-123-1235-234
-nofor word children'swears  16-1345-3-234-2456-15-345-234
-nofor word colorblinds  14-135-123-135-1235-12-123-234
-nofor word colorblindnesss  14-135-123-135-1235-12-123-56-234-234
-nofor word colorblindnessess  14-135-123-135-1235-12-123-56-234-15-234-234
-nofor word colourblinds  14-135-123-1256-1235-12-123-234
-nofor word colourblindnesss  14-135-123-1256-1235-12-123-56-234-234
-nofor word colourblindnessess  14-135-123-1256-1235-12-123-56-234-15-234-234
-nofor word conceivers  25-14-1236-1235-234
-nofor word could'ves  14-145-3-1236-15-234
-nofor word couldas  14-145-1-234
-nofor word couldests  14-145-15-34-234
-nofor word couldn'ts  14-145-1345-3-2345-234
-nofor word couldn't'ves  14-145-1345-3-2345-3-1236-15-234
-nofor word couldsts  14-145-34-234
-nofor word deafblinds  145-2-124-12-123-234
-nofor word deafblindnesss  145-2-124-12-123-56-234-234
-nofor word deafblindnessess  145-2-124-12-123-56-234-15-234-234
-nofor word deceivers  145-14-1236-1235-234
-nofor word declarers  145-14-123-1235-234
-nofor word defriends  145-15-124-1235-234
-nofor word do-it-yourselfers  145-36-1346-36-13456-1235-124-12456-234
-nofor word doublequicks  145-1256-12-123-15-12345-13-234
-nofor word eastabouts  15-1-34-1-12-234
-nofor word feelgoods  124-15-15-123-1245-145-234
-nofor word feetfirsts  124-15-15-2345-124-34-234
-nofor word firstaids  124-34-1-24-145-234
-nofor word firstaiders  124-34-1-24-145-12456-234
-nofor word firstborns  124-34-12-135-1235-1345-234
-nofor word firstclasss  124-34-14-123-1-234-234-234
-nofor word firstclassess  124-34-14-123-1-234-234-15-234-234
-nofor word firstdays  124-34-5-145-234
-nofor word firstdayers  124-34-5-145-12456-234
-nofor word firstfruits  124-34-124-1235-136-24-2345-234
-nofor word firstfruitings  124-34-124-1235-136-24-2345-346-234
-nofor word firstgenerations  124-34-1245-26-12456-1-56-1345-234
-nofor word firsthands  124-34-125-12346-234
-nofor word firstlings  124-34-123-346-234
-nofor word firstlys  124-34-123-13456-234
-nofor word firstnesss  124-34-56-234-234
-nofor word firstnights  124-34-1345-24-126-2345-234
-nofor word firstnighters  124-34-1345-24-126-2345-12456-234
-nofor word firstrates  124-34-1235-1-2345-15-234
-nofor word firstratings  124-34-1235-1-2345-346-234
-nofor word firststrings  124-34-34-1235-346-234
-nofor word forasmuchs  123456-1-234-134-16-234
-nofor word foresaids  123456-15-234-145-234
-nofor word fosterchildrens  124-135-34-12456-16-1345-234
-nofor word friendlesss  124-1235-46-234-234
-nofor word friendlessnesss  124-1235-46-234-56-234-234
-nofor word friendlessnessess  124-1235-46-234-56-234-15-234-234
-nofor word friendliers  124-1235-123-24-12456-234
-nofor word friendliess  124-1235-123-24-15-234-234
-nofor word friendliests  124-1235-123-24-15-34-234
-nofor word friendlinesss  124-1235-123-24-56-234-234
-nofor word friendlinessess  124-1235-123-24-56-234-15-234-234
-nofor word friendlys  124-1235-123-13456-234
-nofor word friendships  124-1235-146-24-1234-234
-nofor word gadabouts  1245-1-145-1-12-234
-nofor word gainsaids  1245-1-35-234-145-234
-nofor word galfriends  1245-1-123-124-1235-234
-nofor word gentlemanfriends  1245-26-2345-123-15-134-1-1345-124-1235-234
-nofor word gentlemenfriendss  1245-26-2345-123-15-134-26-124-1235-234-234
-nofor word girlfriends  1245-24-1235-123-124-1235-234
-nofor word godchildrens  1245-135-145-16-1345-234
-nofor word goodafternoons  1245-145-1-124-1345-234
-nofor word goodbys  1245-145-12-13456-234
-nofor word goodbyes  1245-145-12-13456-15-234
-nofor word goodbyeings  1245-145-12-13456-15-346-234
-nofor word goodbyings  1245-145-12-13456-346-234
-nofor word gooddays  1245-145-5-145-234
-nofor word gooders  1245-145-12456-234
-nofor word goodests  1245-145-15-34-234
-nofor word goodevenings  1245-145-15-1236-26-346-234
-nofor word goodfellows  1245-145-124-15-123-123-246-234
-nofor word goodfellowships  1245-145-124-15-123-123-246-146-24-1234-234
-nofor word goodheartedlys  1245-145-125-15-345-2345-1246-123-13456-234
-nofor word goodheartednesss  1245-145-125-15-345-2345-1246-56-234-234
-nofor word goodhumors  1245-145-125-136-134-135-1235-234
-nofor word goodhumoredlys  1245-145-125-136-134-135-1235-1246-123-13456-234
-nofor word goodhumorednesss  1245-145-125-136-134-135-1235-1246-56-234-234
-nofor word goodhumorednessess  1245-145-125-136-134-135-1235-1246-56-234-15-234-234
-nofor word goodhumours  1245-145-125-136-134-1256-1235-234
-nofor word goodhumouredlys  1245-145-125-136-134-1256-1235-1246-123-13456-234
-nofor word goodhumourednesss  1245-145-125-136-134-1256-1235-1246-56-234-234
-nofor word goodhumourednessess  1245-145-125-136-134-1256-1235-1246-56-234-15-234-234
-nofor word goodies  1245-145-24-15-234
-nofor word goodishs  1245-145-24-146-234
-nofor word goodliers  1245-145-123-24-12456-234
-nofor word goodliests  1245-145-123-24-15-34-234
-nofor word goodlinesss  1245-145-123-24-56-234-234
-nofor word goodlooks  1245-145-123-135-135-13-234
-nofor word goodlookers  1245-145-123-135-135-13-12456-234
-nofor word goodlookings  1245-145-123-135-135-13-346-234
-nofor word goodlys  1245-145-123-13456-234
-nofor word goodmans  1245-145-134-1-1345-234
-nofor word goodmens  1245-145-134-26-234
-nofor word goodmornings  1245-145-134-135-1235-1345-346-234
-nofor word goodnatures  1245-145-1345-1-2345-136-1235-15-234
-nofor word goodnaturedlys  1245-145-1345-1-2345-136-1235-1246-123-13456-234
-nofor word goodnaturednesss  1245-145-1345-1-2345-136-1235-1246-56-234-234
-nofor word goodnesss  1245-145-56-234-234
-nofor word goodnessess  1245-145-56-234-15-234-234
-nofor word goodnights  1245-145-1345-24-126-2345-234
-nofor word goodsizes  1245-145-234-24-1356-15-234
-nofor word goodtemperedlys  1245-145-2345-15-134-1234-12456-1246-123-13456-234
-nofor word goodtimes  1245-145-5-2345-234
-nofor word gooduns  1245-145-136-1345-234
-nofor word goodwifes  1245-145-2456-24-124-15-234
-nofor word goodwills  1245-145-2456-24-123-123-234
-nofor word goodwivess  1245-145-2456-24-1236-15-234-234
-nofor word goodys  1245-145-13456-234
-nofor word goodyears  1245-145-13456-15-345-234
-nofor word grandchildrens  1245-1235-12346-16-1345-234
-nofor word greataunts  1245-1235-2345-1-136-1345-2345-234
-nofor word greatbatchs  1245-1235-2345-12-1-2345-16-234
-nofor word greatcircles  1245-1235-2345-14-24-1235-14-123-15-234
-nofor word greatcoats  1245-1235-2345-14-135-1-2345-234
-nofor word greatens  1245-1235-2345-26-234
-nofor word greateners  1245-1235-2345-26-12456-234
-nofor word greatenings  1245-1235-2345-26-346-234
-nofor word greaters  1245-1235-2345-12456-234
-nofor word greatests  1245-1235-2345-15-34-234
-nofor word greatgrandaunts  1245-1235-2345-1245-1235-12346-1-136-1345-2345-234
-nofor word greatgrandchilds  1245-1235-2345-1245-1235-12346-16-24-123-145-234
-nofor word greatgrandchildrens  1245-1235-2345-1245-1235-12346-16-1345-234
-nofor word greatgranddads  1245-1235-2345-1245-1235-12346-145-1-145-234
-nofor word greatgranddaughters  1245-1235-2345-1245-1235-12346-145-1-136-126-2345-12456-234
-nofor word greatgrandfathers  1245-1235-2345-1245-1235-12346-5-124-234
-nofor word greatgrandfatherhoods  1245-1235-2345-1245-1235-12346-5-124-125-135-135-145-234
-nofor word greatgrandmas  1245-1235-2345-1245-1235-12346-134-1-234
-nofor word greatgrandmothers  1245-1235-2345-1245-1235-12346-5-134-234
-nofor word greatgrandmotherhoods  1245-1235-2345-1245-1235-12346-5-134-125-135-135-145-234
-nofor word greatgrandnephews  1245-1235-2345-1245-1235-12346-1345-15-1234-125-15-2456-234
-nofor word greatgrandnieces  1245-1235-2345-1245-1235-12346-1345-24-15-14-15-234
-nofor word greatgrandpas  1245-1235-2345-1245-1235-12346-1234-1-234
-nofor word greatgrandparents  1245-1235-2345-1245-1235-12346-1234-345-26-2345-234
-nofor word greatgrandparenthoods  1245-1235-2345-1245-1235-12346-1234-345-26-2345-125-135-135-145-234
-nofor word greatgrandsons  1245-1235-2345-1245-1235-12346-234-135-1345-234
-nofor word greatgranduncles  1245-1235-2345-1245-1235-12346-136-1345-14-123-15-234
-nofor word greatheartedlys  1245-1235-2345-125-15-345-2345-1246-123-13456-234
-nofor word greatheartednesss  1245-1235-2345-125-15-345-2345-1246-56-234-234
-nofor word greatheartednessess  1245-1235-2345-125-15-345-2345-1246-56-234-15-234-234
-nofor word greatlys  1245-1235-2345-123-13456-234
-nofor word greatnephews  1245-1235-2345-1345-15-1234-125-15-2456-234
-nofor word greatnesss  1245-1235-2345-56-234-234
-nofor word greatnessess  1245-1235-2345-56-234-15-234-234
-nofor word greatnieces  1245-1235-2345-1345-24-15-14-15-234
-nofor word greatswords  1245-1235-2345-234-45-2456-234
-nofor word greatuncles  1245-1235-2345-136-1345-14-123-15-234
-nofor word guyfriends  1245-136-13456-124-1235-234
-nofor word hateletters  125-1-2345-15-123-1235-234
-nofor word headfirsts  125-2-145-124-34-234
-nofor word hereabouts  5-125-1-12-234
-nofor word hereafters  5-125-1-124-234
-nofor word hereagains  5-125-1-1245-234
-nofor word hereagainsts  5-125-1-1245-34-234
-nofor word hereinaboves  5-125-35-1-12-1236-234
-nofor word hereinafters  5-125-35-1-124-234
-nofor word hereinagains  5-125-35-1-1245-234
-nofor word highlypaids  125-24-126-123-13456-1234-145-234
-nofor word himbos  125-134-12-135-234
-nofor word himboess  125-134-12-135-15-234-234
-nofor word illpaids  24-123-123-1234-145-234
-nofor word immediatelys  24-134-134-123-13456-234
-nofor word immediatenesss  24-134-134-56-234-234
-nofor word inasmuchs  35-1-234-134-16-234
-nofor word insomuchs  35-234-135-134-16-234
-nofor word knockabouts  13-1345-135-14-13-1-12-234
-nofor word ladyfriends  123-1-145-13456-124-1235-234
-nofor word layabouts  123-1-13456-1-12-234
-nofor word letterbodiess  123-1235-12-135-145-24-15-234-234
-nofor word letterbodys  123-1235-12-135-145-13456-234
-nofor word letterbombs  123-1235-12-135-134-12-234
-nofor word letterbombers  123-1235-12-135-134-12-12456-234
-nofor word letterbombings  123-1235-12-135-134-12-346-234
-nofor word letterboxs  123-1235-12-135-1346-234
-nofor word letterboxers  123-1235-12-135-1346-12456-234
-nofor word letterboxess  123-1235-12-135-1346-15-234-234
-nofor word letterboxings  123-1235-12-135-1346-346-234
-nofor word letterers  123-1235-12456-234
-nofor word letterforms  123-1235-123456-134-234
-nofor word letterheads  123-1235-125-2-145-234
-nofor word letterheadings  123-1235-125-2-145-346-234
-nofor word letterings  123-1235-346-234
-nofor word lettermans  123-1235-134-1-1345-234
-nofor word lettermens  123-1235-134-26-234
-nofor word letteropeners  123-1235-135-1234-26-12456-234
-nofor word letterperfects  123-1235-1234-12456-124-15-14-2345-234
-nofor word letterpresss  123-1235-1234-1235-15-234-234-234
-nofor word letterpressess  123-1235-1234-1235-15-234-234-15-234-234
-nofor word letterpressings  123-1235-1234-1235-15-234-234-346-234
-nofor word letterqualitys  123-1235-12345-136-1-123-56-13456-234
-nofor word letterspaces  123-1235-234-1234-1-14-15-234
-nofor word letterspacings  123-1235-234-1234-1-14-346-234
-nofor word lettertexts  123-1235-2345-15-1346-2345-234
-nofor word littlenecks  123-123-1345-15-14-13-234
-nofor word littlenesss  123-123-56-234-234
-nofor word littlenessess  123-123-56-234-15-234-234
-nofor word littlers  123-123-1235-234
-nofor word littlests  123-123-34-234
-nofor word lovechildrens  123-135-1236-15-16-1345-234
-nofor word loveletters  123-135-1236-15-123-1235-234
-nofor word lowlypaids  123-246-123-13456-1234-145-234
-nofor word manfriends  134-1-1345-124-1235-234
-nofor word menfriendss  134-26-124-1235-234-234
-nofor word midafternoons  134-24-145-1-124-1345-234
-nofor word misbrailles  134-24-234-12-1235-123-234
-nofor word misperceives  134-24-234-1234-12456-14-1236-234
-nofor word misperceivers  134-24-234-1234-12456-14-1236-1235-234
-nofor word misperceivings  134-24-234-1234-12456-14-1236-1245-234
-nofor word missaids  134-24-234-234-145-234
-nofor word morningafters  134-135-1235-1345-346-1-124-234
-nofor word muchlys  134-16-123-13456-234
-nofor word muchnesss  134-16-56-234-234
-nofor word must'ves  134-34-3-1236-15-234
-nofor word mustas  134-34-1-234
-nofor word mustards  134-34-345-145-234
-nofor word mustiers  134-34-24-12456-234
-nofor word mustiests  134-34-24-15-34-234
-nofor word mustilys  134-34-24-123-13456-234
-nofor word mustinesss  134-34-24-56-234-234
-nofor word mustn'ts  134-34-1345-3-2345-234
-nofor word mustn't'ves  134-34-1345-3-2345-3-1236-15-234
-nofor word mustys  134-34-13456-234
-nofor word newsletters  1345-15-2456-234-123-1235-234
-nofor word nonesuchs  1345-5-135-234-16-234
-nofor word nonsuchs  1345-135-1345-234-16-234
-nofor word northabouts  1345-135-1235-1456-1-12-234
-nofor word overmuchs  135-1236-12456-134-16-234
-nofor word overpaids  135-1236-12456-1234-145-234
-nofor word penfriends  1234-26-124-1235-234
-nofor word perceivers  1234-12456-14-1236-1235-234
-nofor word perhapsess  1234-12456-125-15-234-234
-nofor word poorlypaids  1234-135-135-1235-123-13456-1234-145-234
-nofor word postpaids  1234-135-34-1234-145-234
-nofor word preceives  1234-1235-14-1236-234
-nofor word preceivers  1234-1235-14-1236-1235-234
-nofor word preceivings  1234-1235-14-1236-1245-234
-nofor word prepaids  1234-1235-15-1234-145-234
-nofor word purblinds  1234-136-1235-12-123-234
-nofor word purblindlys  1234-136-1235-12-123-123-13456-234
-nofor word purblindnesss  1234-136-1235-12-123-56-234-234
-nofor word purblindnessess  1234-136-1235-12-123-56-234-15-234-234
-nofor word quickdraws  12345-13-145-1235-1-2456-234
-nofor word quickens  12345-13-26-234
-nofor word quickeners  12345-13-26-12456-234
-nofor word quickenings  12345-13-26-346-234
-nofor word quickers  12345-13-12456-234
-nofor word quickests  12345-13-15-34-234
-nofor word quickfires  12345-13-124-24-1235-15-234
-nofor word quickfirings  12345-13-124-24-1235-346-234
-nofor word quickfreezes  12345-13-124-1235-15-15-1356-15-234
-nofor word quickfreezings  12345-13-124-1235-15-15-1356-346-234
-nofor word quickfrozes  12345-13-124-1235-135-1356-15-234
-nofor word quickfrozens  12345-13-124-1235-135-1356-26-234
-nofor word quickies  12345-13-24-15-234
-nofor word quickishs  12345-13-24-146-234
-nofor word quickishlys  12345-13-24-146-123-13456-234
-nofor word quicklimes  12345-13-123-24-134-15-234
-nofor word quicklys  12345-13-123-13456-234
-nofor word quicknesss  12345-13-56-234-234
-nofor word quicknessess  12345-13-56-234-15-234-234
-nofor word quicksands  12345-13-234-12346-234
-nofor word quicksets  12345-13-234-15-2345-234
-nofor word quicksilvers  12345-13-234-24-123-1236-12456-234
-nofor word quicksilverings  12345-13-234-24-123-1236-12456-346-234
-nofor word quicksnaps  12345-13-234-1345-1-1234-234
-nofor word quicksteps  12345-13-34-15-1234-234
-nofor word quicksteppers  12345-13-34-15-1234-1234-12456-234
-nofor word quicksteppings  12345-13-34-15-1234-1234-346-234
-nofor word quicktimes  12345-13-5-2345-234
-nofor word quickwittedlys  12345-13-2456-24-2345-2345-1246-123-13456-234
-nofor word quickwittednesss  12345-13-2456-24-2345-2345-1246-56-234-234
-nofor word quickys  12345-13-13456-234
-nofor word readacrosss  1235-2-145-1-14-1235-234
-nofor word rebrailles  1235-15-12-1235-123-234
-nofor word rebraillers  1235-15-12-1235-123-1235-234
-nofor word receivers  1235-14-1236-1235-234
-nofor word receiverships  1235-14-1236-1235-146-24-1234-234
-nofor word rejoicefuls  1235-245-14-56-123-234
-nofor word rejoicefullys  1235-245-14-56-123-123-13456-234
-nofor word rejoicefulnesss  1235-245-14-56-123-56-234-234
-nofor word rejoicers  1235-245-14-1235-234
-nofor word rejoicinglys  1235-245-14-1245-123-13456-234
-nofor word reletters  1235-15-123-1235-234
-nofor word reletterings  1235-15-123-1235-346-234
-nofor word repaids  1235-15-1234-145-234
-nofor word rightabouts  5-1235-1-12-234
-nofor word roundabouts  1235-46-145-1-12-234
-nofor word roustabouts  1235-1256-34-1-12-234
-nofor word runabouts  1235-136-1345-1-12-234
-nofor word saidests  234-145-15-34-234
-nofor word saidsts  234-145-34-234
-nofor word scattergoods  234-14-1-2345-2345-12456-1245-145-234
-nofor word schoolchildrens  234-16-135-135-123-16-1345-234
-nofor word schoolfriends  234-16-135-135-123-124-1235-234
-nofor word should'ves  146-145-3-1236-15-234
-nofor word shouldas  146-145-1-234
-nofor word shouldests  146-145-15-34-234
-nofor word shouldn'ts  146-145-1345-3-2345-234
-nofor word shouldn't'ves  146-145-1345-3-2345-3-1236-15-234
-nofor word shouldsts  146-145-34-234
-nofor word snowblinds  234-1345-246-12-123-234
-nofor word snowblindnesss  234-1345-246-12-123-56-234-234
-nofor word snowblindnessess  234-1345-246-12-123-56-234-15-234-234
-nofor word somesuchs  5-234-234-16-234
-nofor word southabouts  234-1256-1456-1-12-234
-nofor word stepchildrens  34-15-1234-16-1345-234
-nofor word stirabouts  34-24-1235-1-12-234
-nofor word suchlikes  234-16-123-24-13-15-234
-nofor word supergoods  234-136-1234-12456-1245-145-234
-nofor word superquicks  234-136-1234-12456-12345-13-234
-nofor word tailfirsts  2345-1-24-123-124-34-234
-nofor word thereabouts  5-2346-1-12-234
-nofor word thereafters  5-2346-1-124-234
-nofor word thereagains  5-2346-1-1245-234
-nofor word thereagainsts  5-2346-1-1245-34-234
-nofor word thereinafters  5-2346-35-1-124-234
-nofor word thereinagains  5-2346-35-1-1245-234
-nofor word togethernesss  2345-1245-1235-56-234-234
-nofor word turnabouts  2345-136-1235-1345-1-12-234
-nofor word unaccordings  136-1345-1-14-234
-nofor word unaccordinglys  136-1345-1-14-123-13456-234
-nofor word unblindfolds  136-1345-12-123-124-135-123-145-234
-nofor word unblindfoldings  136-1345-12-123-124-135-123-145-346-234
-nofor word unbrailles  136-1345-12-1235-123-234
-nofor word undeceives  136-1345-145-14-1236-234
-nofor word undeceivers  136-1345-145-14-1236-1235-234
-nofor word undeceivings  136-1345-145-14-1236-1245-234
-nofor word undeclares  136-1345-145-14-123-234
-nofor word underpaids  5-136-1234-145-234
-nofor word unfriends  136-1345-124-1235-234
-nofor word unfriendliers  136-1345-124-1235-123-24-12456-234
-nofor word unfriendliests  136-1345-124-1235-123-24-15-34-234
-nofor word unfriendlinesss  136-1345-124-1235-123-24-56-234-234
-nofor word unfriendlinessess  136-1345-124-1235-123-24-56-234-15-234-234
-nofor word unfriendlys  136-1345-124-1235-123-13456-234
-nofor word unnecessarys  136-1345-1345-15-14-234
-nofor word unpaids  136-1345-1234-145-234
-nofor word unperceives  136-1345-1234-12456-14-1236-234
-nofor word unperceivings  136-1345-1234-12456-14-1236-1245-234
-nofor word unquicks  136-1345-12345-13-234
-nofor word unrejoices  136-1345-1235-245-14-234
-nofor word unrejoicefuls  136-1345-1235-245-14-56-123-234
-nofor word unrejoicefullys  136-1345-1235-245-14-56-123-123-13456-234
-nofor word unrejoicefulnesss  136-1345-1235-245-14-56-123-56-234-234
-nofor word unrejoicers  136-1345-1235-245-14-1235-234
-nofor word unrejoicings  136-1345-1235-245-14-1245-234
-nofor word unrejoicinglys  136-1345-1235-245-14-1245-123-13456-234
-nofor word walkabouts  2456-1-123-13-1-12-234
-nofor word wellpaids  2456-15-123-123-1234-145-234
-nofor word westabouts  2456-15-34-1-12-234
-nofor word whereabouts  5-156-1-12-234
-nofor word whereafters  5-156-1-124-234
-nofor word whereagains  5-156-1-1245-234
-nofor word whereagainsts  5-156-1-1245-34-234
-nofor word whereinafters  5-156-35-1-124-234
-nofor word whereinagains  5-156-35-1-1245-234
-nofor word womanfriends  2456-135-134-1-1345-124-1235-234
-nofor word womenfriendss  2456-135-134-26-124-1235-234-234
-nofor word would'ves  2456-145-3-1236-15-234
-nofor word wouldas  2456-145-1-234
-nofor word wouldests  2456-145-15-34-234
-nofor word wouldn'ts  2456-145-1345-3-2345-234
-nofor word wouldn't'ves  2456-145-1345-3-2345-3-1236-15-234
-nofor word wouldsts  2456-145-34-234
-
-#TODO:  what about s'?
-nofor word 'twould's  3-2345-2456-145-3-234
-nofor word 'twould've's  3-2345-2456-145-3-1236-15-3-234
-nofor word 'twoulda's  3-2345-2456-145-1-3-234
-nofor word 'twouldn't's  3-2345-2456-145-1345-3-2345-3-234
-nofor word 'twouldn't've's  3-2345-2456-145-1345-3-2345-3-1236-15-3-234
-nofor word aboutface's  1-12-124-1-14-15-3-234
-nofor word aboutfaced's  1-12-124-1-14-1246-3-234
-nofor word aboutfacer's  1-12-124-1-14-12456-3-234
-nofor word aboutfacing's  1-12-124-1-14-346-3-234
-nofor word aboutturn's  1-12-2345-136-1235-1345-3-234
-nofor word aboutturned's  1-12-2345-136-1235-1345-1246-3-234
-nofor word aboveboards's  1-12-1236-12-135-345-145-3-234
-nofor word abovegrounds's  1-12-1236-1245-1235-46-145-3-234
-nofor word abovementioned's  1-12-1236-134-26-56-1345-1246-3-234
-nofor word accordingly's  1-14-123-13456-3-234
-nofor word aforesaid's  1-123456-15-234-145-3-234
-nofor word afterbattle's  1-124-12-1-2345-2345-123-15-3-234
-nofor word afterbirth's  1-124-12-24-1235-1456-3-234
-nofor word afterbreakfast's  1-124-12-1235-2-13-124-1-34-3-234
-nofor word afterburn's  1-124-12-136-1235-1345-3-234
-nofor word afterburned's  1-124-12-136-1235-1345-1246-3-234
-nofor word afterburner's  1-124-12-136-1235-1345-12456-3-234
-nofor word afterburning's  1-124-12-136-1235-1345-346-3-234
-nofor word aftercare's  1-124-14-345-15-3-234
-nofor word afterclap's  1-124-14-123-1-1234-3-234
-nofor word aftercoffee's  1-124-14-12356-124-15-15-3-234
-nofor word afterdamp's  1-124-145-1-134-1234-3-234
-nofor word afterdark's  1-124-145-345-13-3-234
-nofor word afterdeck's  1-124-145-15-14-13-3-234
-nofor word afterdinner's  1-124-145-35-1345-12456-3-234
-nofor word afterflow's  1-124-124-123-246-3-234
-nofor word aftergame's  1-124-1245-1-134-15-3-234
-nofor word afterglow's  1-124-1245-123-246-3-234
-nofor word afterguard's  1-124-1245-136-345-145-3-234
-nofor word afterhatch's  1-124-125-1-2345-16-3-234
-nofor word afterhatches's  1-124-125-1-2345-16-15-234-3-234
-nofor word afterhour's  1-124-125-1256-1235-3-234
-nofor word afterlife's  1-124-123-24-124-15-3-234
-nofor word afterlight's  1-124-123-24-126-2345-3-234
-nofor word afterlives's  1-124-123-24-1236-15-234-3-234
-nofor word afterlunch's  1-124-123-136-1345-16-3-234
-nofor word afterlunches's  1-124-123-136-1345-16-15-234-3-234
-nofor word aftermarket's  1-124-134-345-13-15-2345-3-234
-nofor word aftermatch 1-124-134-1-2345-16-3-234
-nofor word aftermatches's  1-124-134-1-2345-16-15-234-3-234
-nofor word aftermath's  1-124-134-1-1456-3-234
-nofor word aftermeeting's  1-124-134-15-15-2345-346-3-234
-nofor word aftermidday's  1-124-134-24-145-5-145-3-234
-nofor word aftermidnight's  1-124-134-24-145-1345-24-126-2345-3-234
-nofor word aftermost's  1-124-134-135-34-3-234
-nofor word afternoontea's  1-124-1345-2345-15-1-3-234
-nofor word afterpain's  1-124-1234-1-35-3-234
-nofor word afterparties's  1-124-5-1234-24-15-234-3-234
-nofor word afterparty's  1-124-5-1234-13456-3-234
-nofor word afterpiece's  1-124-1234-24-15-14-15-3-234
-nofor word afterplay's  1-124-1234-123-1-13456-3-234
-nofor word aftersale's  1-124-234-1-123-15-3-234
-nofor word afterschool's  1-124-234-16-135-135-123-3-234
-nofor word aftersensation's  1-124-234-26-234-1-56-1345-3-234
-nofor word aftershave's  1-124-146-1-1236-15-3-234
-nofor word aftershock's  1-124-146-135-14-13-3-234
-nofor word aftershow's  1-124-146-246-3-234
-nofor word aftershower's  1-124-146-246-12456-3-234
-nofor word aftersupper's  1-124-234-136-1234-1234-12456-3-234
-nofor word aftertaste's  1-124-2345-1-34-15-3-234
-nofor word aftertax's  1-124-2345-1-1346-3-234
-nofor word aftertaxes's  1-124-2345-1-1346-15-234-3-234
-nofor word aftertea's  1-124-2345-15-1-3-234
-nofor word aftertheatre's  1-124-2346-1-2345-1235-15-3-234
-nofor word afterthought's  1-124-1456-5-1256-3-234
-nofor word aftertime's  1-124-5-2345-3-234
-nofor word aftertreatment's  1-124-2345-1235-2-2345-56-2345-3-234
-nofor word afterword's  1-124-45-2456-3-234
-nofor word afterwork's  1-124-5-2456-3-234
-nofor word afterworld's  1-124-456-2456-3-234
-nofor word apperceive's  1-1234-1234-12456-14-1236-3-234
-nofor word apperceived's  1-1234-1234-12456-14-1236-145-3-234
-nofor word apperceiver's  1-1234-1234-12456-14-1236-1235-3-234
-nofor word apperceiving's  1-1234-1234-12456-14-1236-1245-3-234
-nofor word archdeceiver's  345-16-145-14-1236-1235-3-234
-nofor word beforehand's  23-124-125-12346-3-234
-nofor word befriend's  23-124-1235-3-234
-nofor word behindhand's  23-125-125-12346-3-234
-nofor word belittle's  23-123-123-3-234
-nofor word belittled's  23-123-123-145-3-234
-nofor word belittlement's  23-123-123-56-2345-3-234
-nofor word belittler's  23-123-123-1235-3-234
-nofor word belowdeck's  23-123-145-15-14-13-3-234
-nofor word belowground's  23-123-1245-1235-46-145-3-234
-nofor word belowmentioned's  23-123-134-26-56-1345-1246-3-234
-nofor word beneathdeck's  23-1345-145-15-14-13-3-234
-nofor word beneathground's  23-1345-1245-1235-46-145-3-234
-nofor word betweendeck's  23-2345-145-15-14-13-3-234
-nofor word betweentime's  23-2345-5-2345-3-234
-nofor word betweenwhile's  23-2345-156-24-123-15-3-234
-nofor word blindfish's  12-123-124-24-146-3-234
-nofor word blindfishes's  12-123-124-24-146-15-234-3-234
-nofor word blindfold's  12-123-124-135-123-145-3-234
-nofor word blindfolded's  12-123-124-135-123-145-1246-3-234
-nofor word blindfolder's  12-123-124-135-123-145-12456-3-234
-nofor word blindfolding's  12-123-124-135-123-145-346-3-234
-nofor word blindly's  12-123-123-13456-3-234
-nofor word blindman's  12-123-134-1-1345-3-234
-nofor word blindmen's  12-123-134-26-3-234
-nofor word blindness's  12-123-56-234-3-234
-nofor word blindnesses's  12-123-56-234-15-234-3-234
-nofor word blindside's  12-123-234-24-145-15-3-234
-nofor word blindsided's  12-123-234-24-145-1246-3-234
-nofor word blindsider's  12-123-234-24-145-12456-3-234
-nofor word blindsiding's  12-123-234-24-145-346-3-234
-nofor word blindsight's  12-123-234-24-126-2345-3-234
-nofor word blindstories's  12-123-34-135-1235-24-15-234-3-234
-nofor word blindstory's  12-123-34-135-1235-13456-3-234
-nofor word blindworm's  12-123-2456-135-1235-134-3-234
-nofor word bloodletter's  12-123-135-135-145-123-1235-3-234
-nofor word boyfriend's  12-135-13456-124-1235-3-234
-nofor word brailled's  12-1235-123-145-3-234
-nofor word brailler's  12-1235-123-1235-3-234
-nofor word braillewriter's  12-1235-123-2456-1235-24-2345-12456-3-234
-nofor word braillewriting's  12-1235-123-2456-1235-24-2345-346-3-234
-nofor word brailley's  12-1235-123-13456-3-234
-nofor word brainchildren's  12-1235-1-35-16-1345-3-234
-nofor word chainletter's  16-1-35-123-1235-3-234
-nofor word children'swear's  16-1345-3-234-2456-15-345-3-234
-nofor word colorblind's  14-135-123-135-1235-12-123-3-234
-nofor word colorblindness's  14-135-123-135-1235-12-123-56-234-3-234
-nofor word colorblindnesses's  14-135-123-135-1235-12-123-56-234-15-234-3-234
-nofor word colourblind's  14-135-123-1256-1235-12-123-3-234
-nofor word colourblindness's  14-135-123-1256-1235-12-123-56-234-3-234
-nofor word colourblindnesses's  14-135-123-1256-1235-12-123-56-234-15-234-3-234
-nofor word conceived's  25-14-1236-145-3-234
-nofor word conceiver's  25-14-1236-1235-3-234
-nofor word could've's  14-145-3-1236-15-3-234
-nofor word coulda's  14-145-1-3-234
-nofor word couldest's  14-145-15-34-3-234
-nofor word couldn't's  14-145-1345-3-2345-3-234
-nofor word couldn't've's  14-145-1345-3-2345-3-1236-15-3-234
-nofor word couldst's  14-145-34-3-234
-nofor word deafblind's  145-2-124-12-123-3-234
-nofor word deafblindness's  145-2-124-12-123-56-234-3-234
-nofor word deafblindnesses's  145-2-124-12-123-56-234-15-234-3-234
-nofor word deceived's  145-14-1236-145-3-234
-nofor word deceiver's  145-14-1236-1235-3-234
-nofor word declared's  145-14-123-145-3-234
-nofor word declarer's  145-14-123-1235-3-234
-nofor word defriend's  145-15-124-1235-3-234
-nofor word do-it-yourselfer's  145-36-1346-36-13456-1235-124-12456-3-234
-nofor word doublequick's  145-1256-12-123-15-12345-13-3-234
-nofor word eastabout's  15-1-34-1-12-3-234
-nofor word feelgood's  124-15-15-123-1245-145-3-234
-nofor word feetfirst's  124-15-15-2345-124-34-3-234
-nofor word firstaid's  124-34-1-24-145-3-234
-nofor word firstaider's  124-34-1-24-145-12456-3-234
-nofor word firstborn's  124-34-12-135-1235-1345-3-234
-nofor word firstclass's  124-34-14-123-1-234-234-3-234
-nofor word firstclasses's  124-34-14-123-1-234-234-15-234-3-234
-nofor word firstday's  124-34-5-145-3-234
-nofor word firstdayer's  124-34-5-145-12456-3-234
-nofor word firstfruit's  124-34-124-1235-136-24-2345-3-234
-nofor word firstfruiting's  124-34-124-1235-136-24-2345-346-3-234
-nofor word firstgeneration's  124-34-1245-26-12456-1-56-1345-3-234
-nofor word firsthand's  124-34-125-12346-3-234
-nofor word firsthanded's  124-34-125-12346-1246-3-234
-nofor word firstling's  124-34-123-346-3-234
-nofor word firstly's  124-34-123-13456-3-234
-nofor word firstness's  124-34-56-234-3-234
-nofor word firstnight's  124-34-1345-24-126-2345-3-234
-nofor word firstnighter's  124-34-1345-24-126-2345-12456-3-234
-nofor word firstrate's  124-34-1235-1-2345-15-3-234
-nofor word firstrated's  124-34-1235-1-2345-1246-3-234
-nofor word firstrating's  124-34-1235-1-2345-346-3-234
-nofor word firststring's  124-34-34-1235-346-3-234
-nofor word forasmuch's  123456-1-234-134-16-3-234
-nofor word foresaid's  123456-15-234-145-3-234
-nofor word fosterchildren's  124-135-34-12456-16-1345-3-234
-nofor word friendless's  124-1235-46-234-3-234
-nofor word friendlessness's  124-1235-46-234-56-234-3-234
-nofor word friendlessnesses's  124-1235-46-234-56-234-15-234-3-234
-nofor word friendlier's  124-1235-123-24-12456-3-234
-nofor word friendlies's  124-1235-123-24-15-234-3-234
-nofor word friendliest's  124-1235-123-24-15-34-3-234
-nofor word friendliness's  124-1235-123-24-56-234-3-234
-nofor word friendlinesses's  124-1235-123-24-56-234-15-234-3-234
-nofor word friendly's  124-1235-123-13456-3-234
-nofor word friendship's  124-1235-146-24-1234-3-234
-nofor word gadabout's  1245-1-145-1-12-3-234
-nofor word gainsaid's  1245-1-35-234-145-3-234
-nofor word galfriend's  1245-1-123-124-1235-3-234
-nofor word gentlemanfriend's  1245-26-2345-123-15-134-1-1345-124-1235-3-234
-nofor word gentlemenfriends's  1245-26-2345-123-15-134-26-124-1235-234-3-234
-nofor word girlfriend's  1245-24-1235-123-124-1235-3-234
-nofor word godchildren's  1245-135-145-16-1345-3-234
-nofor word goodafternoon's  1245-145-1-124-1345-3-234
-nofor word goodby's  1245-145-12-13456-3-234
-nofor word goodbye's  1245-145-12-13456-15-3-234
-nofor word goodbyeing's  1245-145-12-13456-15-346-3-234
-nofor word goodbying's  1245-145-12-13456-346-3-234
-nofor word goodday's  1245-145-5-145-3-234
-nofor word gooder's  1245-145-12456-3-234
-nofor word goodest's  1245-145-15-34-3-234
-nofor word goodevening's  1245-145-15-1236-26-346-3-234
-nofor word goodfellow's  1245-145-124-15-123-123-246-3-234
-nofor word goodfellowship's  1245-145-124-15-123-123-246-146-24-1234-3-234
-nofor word goodhearted's  1245-145-125-15-345-2345-1246-3-234
-nofor word goodheartedly's  1245-145-125-15-345-2345-1246-123-13456-3-234
-nofor word goodheartedness's  1245-145-125-15-345-2345-1246-56-234-3-234
-nofor word goodhumor's  1245-145-125-136-134-135-1235-3-234
-nofor word goodhumored's  1245-145-125-136-134-135-1235-1246-3-234
-nofor word goodhumoredly's  1245-145-125-136-134-135-1235-1246-123-13456-3-234
-nofor word goodhumoredness's  1245-145-125-136-134-135-1235-1246-56-234-3-234
-nofor word goodhumorednesses's  1245-145-125-136-134-135-1235-1246-56-234-15-234-3-234
-nofor word goodhumour's  1245-145-125-136-134-1256-1235-3-234
-nofor word goodhumoured's  1245-145-125-136-134-1256-1235-1246-3-234
-nofor word goodhumouredly's  1245-145-125-136-134-1256-1235-1246-123-13456-3-234
-nofor word goodhumouredness's  1245-145-125-136-134-1256-1235-1246-56-234-3-234
-nofor word goodhumourednesses's  1245-145-125-136-134-1256-1235-1246-56-234-15-234-3-234
-nofor word goodie's  1245-145-24-15-3-234
-nofor word goodish's  1245-145-24-146-3-234
-nofor word goodlier's  1245-145-123-24-12456-3-234
-nofor word goodliest's  1245-145-123-24-15-34-3-234
-nofor word goodliness's  1245-145-123-24-56-234-3-234
-nofor word goodlook's  1245-145-123-135-135-13-3-234
-nofor word goodlooker's  1245-145-123-135-135-13-12456-3-234
-nofor word goodlooking's  1245-145-123-135-135-13-346-3-234
-nofor word goodly's  1245-145-123-13456-3-234
-nofor word goodman's  1245-145-134-1-1345-3-234
-nofor word goodmen's  1245-145-134-26-3-234
-nofor word goodmorning's  1245-145-134-135-1235-1345-346-3-234
-nofor word goodnature's  1245-145-1345-1-2345-136-1235-15-3-234
-nofor word goodnatured's  1245-145-1345-1-2345-136-1235-1246-3-234
-nofor word goodnaturedly's  1245-145-1345-1-2345-136-1235-1246-123-13456-3-234
-nofor word goodnaturedness's  1245-145-1345-1-2345-136-1235-1246-56-234-3-234
-nofor word goodness's  1245-145-56-234-3-234
-nofor word goodnesses's  1245-145-56-234-15-234-3-234
-nofor word goodnight's  1245-145-1345-24-126-2345-3-234
-nofor word goodsize's  1245-145-234-24-1356-15-3-234
-nofor word goodsized's  1245-145-234-24-1356-1246-3-234
-nofor word goodtempered's  1245-145-2345-15-134-1234-12456-1246-3-234
-nofor word goodtemperedly's  1245-145-2345-15-134-1234-12456-1246-123-13456-3-234
-nofor word goodtime's  1245-145-5-2345-3-234
-nofor word goodun's  1245-145-136-1345-3-234
-nofor word goodwife's  1245-145-2456-24-124-15-3-234
-nofor word goodwill's  1245-145-2456-24-123-123-3-234
-nofor word goodwilled's  1245-145-2456-24-123-123-1246-3-234
-nofor word goodwives's  1245-145-2456-24-1236-15-234-3-234
-nofor word goody's  1245-145-13456-3-234
-nofor word goodyear's  1245-145-13456-15-345-3-234
-nofor word grandchildren's  1245-1235-12346-16-1345-3-234
-nofor word greataunt's  1245-1235-2345-1-136-1345-2345-3-234
-nofor word greatbatch's  1245-1235-2345-12-1-2345-16-3-234
-nofor word greatcircle's  1245-1235-2345-14-24-1235-14-123-15-3-234
-nofor word greatcoat's  1245-1235-2345-14-135-1-2345-3-234
-nofor word greaten's  1245-1235-2345-26-3-234
-nofor word greatened's  1245-1235-2345-26-1246-3-234
-nofor word greatener's  1245-1235-2345-26-12456-3-234
-nofor word greatening's  1245-1235-2345-26-346-3-234
-nofor word greater's  1245-1235-2345-12456-3-234
-nofor word greatest's  1245-1235-2345-15-34-3-234
-nofor word greatgrandaunt's  1245-1235-2345-1245-1235-12346-1-136-1345-2345-3-234
-nofor word greatgrandchild's  1245-1235-2345-1245-1235-12346-16-24-123-145-3-234
-nofor word greatgrandchildren's  1245-1235-2345-1245-1235-12346-16-1345-3-234
-nofor word greatgranddad's  1245-1235-2345-1245-1235-12346-145-1-145-3-234
-nofor word greatgranddaughter's  1245-1235-2345-1245-1235-12346-145-1-136-126-2345-12456-3-234
-nofor word greatgrandfather's  1245-1235-2345-1245-1235-12346-5-124-3-234
-nofor word greatgrandfatherhood's  1245-1235-2345-1245-1235-12346-5-124-125-135-135-145-3-234
-nofor word greatgrandma's  1245-1235-2345-1245-1235-12346-134-1-3-234
-nofor word greatgrandmother's  1245-1235-2345-1245-1235-12346-5-134-3-234
-nofor word greatgrandmotherhood's  1245-1235-2345-1245-1235-12346-5-134-125-135-135-145-3-234
-nofor word greatgrandnephew's  1245-1235-2345-1245-1235-12346-1345-15-1234-125-15-2456-3-234
-nofor word greatgrandniece's  1245-1235-2345-1245-1235-12346-1345-24-15-14-15-3-234
-nofor word greatgrandpa's  1245-1235-2345-1245-1235-12346-1234-1-3-234
-nofor word greatgrandparent's  1245-1235-2345-1245-1235-12346-1234-345-26-2345-3-234
-nofor word greatgrandparenthood's  1245-1235-2345-1245-1235-12346-1234-345-26-2345-125-135-135-145-3-234
-nofor word greatgrandson's  1245-1235-2345-1245-1235-12346-234-135-1345-3-234
-nofor word greatgranduncle's  1245-1235-2345-1245-1235-12346-136-1345-14-123-15-3-234
-nofor word greathearted's  1245-1235-2345-125-15-345-2345-1246-3-234
-nofor word greatheartedly's  1245-1235-2345-125-15-345-2345-1246-123-13456-3-234
-nofor word greatheartedness's  1245-1235-2345-125-15-345-2345-1246-56-234-3-234
-nofor word greatheartednesses's  1245-1235-2345-125-15-345-2345-1246-56-234-15-234-3-234
-nofor word greatly's  1245-1235-2345-123-13456-3-234
-nofor word greatnephew's  1245-1235-2345-1345-15-1234-125-15-2456-3-234
-nofor word greatness's  1245-1235-2345-56-234-3-234
-nofor word greatnesses's  1245-1235-2345-56-234-15-234-3-234
-nofor word greatniece's  1245-1235-2345-1345-24-15-14-15-3-234
-nofor word greatsword's  1245-1235-2345-234-45-2456-3-234
-nofor word greatuncle's  1245-1235-2345-136-1345-14-123-15-3-234
-nofor word guyfriend's  1245-136-13456-124-1235-3-234
-nofor word hateletter's  125-1-2345-15-123-1235-3-234
-nofor word headfirst's  125-2-145-124-34-3-234
-nofor word hereabout's  5-125-1-12-3-234
-nofor word hereafter's  5-125-1-124-3-234
-nofor word hereagain's  5-125-1-1245-3-234
-nofor word hereagainst's  5-125-1-1245-34-3-234
-nofor word hereinabove's  5-125-35-1-12-1236-3-234
-nofor word hereinafter's  5-125-35-1-124-3-234
-nofor word hereinagain's  5-125-35-1-1245-3-234
-nofor word highlypaid's  125-24-126-123-13456-1234-145-3-234
-nofor word himbo's  125-134-12-135-3-234
-nofor word himboes's  125-134-12-135-15-234-3-234
-nofor word illpaid's  24-123-123-1234-145-3-234
-nofor word immediately's  24-134-134-123-13456-3-234
-nofor word immediateness's  24-134-134-56-234-3-234
-nofor word inasmuch's  35-1-234-134-16-3-234
-nofor word insomuch's  35-234-135-134-16-3-234
-nofor word knockabout's  13-1345-135-14-13-1-12-3-234
-nofor word ladyfriend's  123-1-145-13456-124-1235-3-234
-nofor word layabout's  123-1-13456-1-12-3-234
-nofor word letterbodies's  123-1235-12-135-145-24-15-234-3-234
-nofor word letterbody's  123-1235-12-135-145-13456-3-234
-nofor word letterbomb's  123-1235-12-135-134-12-3-234
-nofor word letterbombed's  123-1235-12-135-134-12-1246-3-234
-nofor word letterbomber's  123-1235-12-135-134-12-12456-3-234
-nofor word letterbombing's  123-1235-12-135-134-12-346-3-234
-nofor word letterbox's  123-1235-12-135-1346-3-234
-nofor word letterboxed's  123-1235-12-135-1346-1246-3-234
-nofor word letterboxer's  123-1235-12-135-1346-12456-3-234
-nofor word letterboxes's  123-1235-12-135-1346-15-234-3-234
-nofor word letterboxing's  123-1235-12-135-1346-346-3-234
-nofor word lettered's  123-1235-1246-3-234
-nofor word letterer's  123-1235-12456-3-234
-nofor word letterform's  123-1235-123456-134-3-234
-nofor word letterhead's  123-1235-125-2-145-3-234
-nofor word letterheading's  123-1235-125-2-145-346-3-234
-nofor word lettering's  123-1235-346-3-234
-nofor word letterman's  123-1235-134-1-1345-3-234
-nofor word lettermen's  123-1235-134-26-3-234
-nofor word letteropener's  123-1235-135-1234-26-12456-3-234
-nofor word letterperfect's  123-1235-1234-12456-124-15-14-2345-3-234
-nofor word letterpress's  123-1235-1234-1235-15-234-234-3-234
-nofor word letterpressed's  123-1235-1234-1235-15-234-234-1246-3-234
-nofor word letterpresses's  123-1235-1234-1235-15-234-234-15-234-3-234
-nofor word letterpressing's  123-1235-1234-1235-15-234-234-346-3-234
-nofor word letterquality's  123-1235-12345-136-1-123-56-13456-3-234
-nofor word letterspace's  123-1235-234-1234-1-14-15-3-234
-nofor word letterspaced's  123-1235-234-1234-1-14-1246-3-234
-nofor word letterspacing's  123-1235-234-1234-1-14-346-3-234
-nofor word lettertext's  123-1235-2345-15-1346-2345-3-234
-nofor word littled's  123-123-145-3-234
-nofor word littleneck's  123-123-1345-15-14-13-3-234
-nofor word littleness's  123-123-56-234-3-234
-nofor word littlenesses's  123-123-56-234-15-234-3-234
-nofor word littler's  123-123-1235-3-234
-nofor word littlest's  123-123-34-3-234
-nofor word lovechildren's  123-135-1236-15-16-1345-3-234
-nofor word loveletter's  123-135-1236-15-123-1235-3-234
-nofor word lowlypaid's  123-246-123-13456-1234-145-3-234
-nofor word manfriend's  134-1-1345-124-1235-3-234
-nofor word menfriends's  134-26-124-1235-234-3-234
-nofor word midafternoon's  134-24-145-1-124-1345-3-234
-nofor word misbraille's  134-24-234-12-1235-123-3-234
-nofor word misbrailled's  134-24-234-12-1235-123-145-3-234
-nofor word misperceive's  134-24-234-1234-12456-14-1236-3-234
-nofor word misperceived's  134-24-234-1234-12456-14-1236-145-3-234
-nofor word misperceiver's  134-24-234-1234-12456-14-1236-1235-3-234
-nofor word misperceiving's  134-24-234-1234-12456-14-1236-1245-3-234
-nofor word missaid's  134-24-234-234-145-3-234
-nofor word morningafter's  134-135-1235-1345-346-1-124-3-234
-nofor word muchly's  134-16-123-13456-3-234
-nofor word muchness's  134-16-56-234-3-234
-nofor word must've's  134-34-3-1236-15-3-234
-nofor word musta's  134-34-1-3-234
-nofor word mustard's  134-34-345-145-3-234
-nofor word mustier's  134-34-24-12456-3-234
-nofor word mustiest's  134-34-24-15-34-3-234
-nofor word mustily's  134-34-24-123-13456-3-234
-nofor word mustiness's  134-34-24-56-234-3-234
-nofor word mustn't's  134-34-1345-3-2345-3-234
-nofor word mustn't've's  134-34-1345-3-2345-3-1236-15-3-234
-nofor word musty's  134-34-13456-3-234
-nofor word newsletter's  1345-15-2456-234-123-1235-3-234
-nofor word nonesuch's  1345-5-135-234-16-3-234
-nofor word nonsuch's  1345-135-1345-234-16-3-234
-nofor word northabout's  1345-135-1235-1456-1-12-3-234
-nofor word overmuch's  135-1236-12456-134-16-3-234
-nofor word overpaid's  135-1236-12456-1234-145-3-234
-nofor word penfriend's  1234-26-124-1235-3-234
-nofor word perceived's  1234-12456-14-1236-145-3-234
-nofor word perceiver's  1234-12456-14-1236-1235-3-234
-nofor word perhapses's  1234-12456-125-15-234-3-234
-nofor word poorlypaid's  1234-135-135-1235-123-13456-1234-145-3-234
-nofor word postpaid's  1234-135-34-1234-145-3-234
-nofor word preceive's  1234-1235-14-1236-3-234
-nofor word preceiver's  1234-1235-14-1236-1235-3-234
-nofor word preceiving's  1234-1235-14-1236-1245-3-234
-nofor word prepaid's  1234-1235-15-1234-145-3-234
-nofor word purblind's  1234-136-1235-12-123-3-234
-nofor word purblindly's  1234-136-1235-12-123-123-13456-3-234
-nofor word purblindness's  1234-136-1235-12-123-56-234-3-234
-nofor word purblindnesses's  1234-136-1235-12-123-56-234-15-234-3-234
-nofor word quickdraw's  12345-13-145-1235-1-2456-3-234
-nofor word quicken's  12345-13-26-3-234
-nofor word quickened's  12345-13-26-1246-3-234
-nofor word quickener's  12345-13-26-12456-3-234
-nofor word quickening's  12345-13-26-346-3-234
-nofor word quicker's  12345-13-12456-3-234
-nofor word quickest's  12345-13-15-34-3-234
-nofor word quickfire's  12345-13-124-24-1235-15-3-234
-nofor word quickfiring's  12345-13-124-24-1235-346-3-234
-nofor word quickfreeze's  12345-13-124-1235-15-15-1356-15-3-234
-nofor word quickfreezing's  12345-13-124-1235-15-15-1356-346-3-234
-nofor word quickfroze's  12345-13-124-1235-135-1356-15-3-234
-nofor word quickfrozen's  12345-13-124-1235-135-1356-26-3-234
-nofor word quickie's  12345-13-24-15-3-234
-nofor word quickish's  12345-13-24-146-3-234
-nofor word quickishly's  12345-13-24-146-123-13456-3-234
-nofor word quicklime's  12345-13-123-24-134-15-3-234
-nofor word quickly's  12345-13-123-13456-3-234
-nofor word quickness's  12345-13-56-234-3-234
-nofor word quicknesses's  12345-13-56-234-15-234-3-234
-nofor word quicksand's  12345-13-234-12346-3-234
-nofor word quickset's  12345-13-234-15-2345-3-234
-nofor word quicksilver's  12345-13-234-24-123-1236-12456-3-234
-nofor word quicksilvered's  12345-13-234-24-123-1236-12456-1246-3-234
-nofor word quicksilvering's  12345-13-234-24-123-1236-12456-346-3-234
-nofor word quicksnap's  12345-13-234-1345-1-1234-3-234
-nofor word quickstep's  12345-13-34-15-1234-3-234
-nofor word quickstepped's  12345-13-34-15-1234-1234-1246-3-234
-nofor word quickstepper's  12345-13-34-15-1234-1234-12456-3-234
-nofor word quickstepping's  12345-13-34-15-1234-1234-346-3-234
-nofor word quicktempered's  12345-13-2345-15-134-1234-12456-1246-3-234
-nofor word quicktime's  12345-13-5-2345-3-234
-nofor word quickwitted's  12345-13-2456-24-2345-2345-1246-3-234
-nofor word quickwittedly's  12345-13-2456-24-2345-2345-1246-123-13456-3-234
-nofor word quickwittedness's  12345-13-2456-24-2345-2345-1246-56-234-3-234
-nofor word quicky's  12345-13-13456-3-234
-nofor word readacross's  1235-2-145-1-14-1235-3-234
-nofor word rebraille's  1235-15-12-1235-123-3-234
-nofor word rebrailled's  1235-15-12-1235-123-145-3-234
-nofor word rebrailler's  1235-15-12-1235-123-1235-3-234
-nofor word received's  1235-14-1236-145-3-234
-nofor word receiver's  1235-14-1236-1235-3-234
-nofor word receivership's  1235-14-1236-1235-146-24-1234-3-234
-nofor word rejoiced's  1235-245-14-145-3-234
-nofor word rejoiceful's  1235-245-14-56-123-3-234
-nofor word rejoicefully's  1235-245-14-56-123-123-13456-3-234
-nofor word rejoicefulness's  1235-245-14-56-123-56-234-3-234
-nofor word rejoicer's  1235-245-14-1235-3-234
-nofor word rejoicingly's  1235-245-14-1245-123-13456-3-234
-nofor word reletter's  1235-15-123-1235-3-234
-nofor word relettered's  1235-15-123-1235-1246-3-234
-nofor word relettering's  1235-15-123-1235-346-3-234
-nofor word repaid's  1235-15-1234-145-3-234
-nofor word rightabout's  5-1235-1-12-3-234
-nofor word roundabout's  1235-46-145-1-12-3-234
-nofor word roustabout's  1235-1256-34-1-12-3-234
-nofor word runabout's  1235-136-1345-1-12-3-234
-nofor word saidest's  234-145-15-34-3-234
-nofor word saidst's  234-145-34-3-234
-nofor word scattergood's  234-14-1-2345-2345-12456-1245-145-3-234
-nofor word schoolchildren's  234-16-135-135-123-16-1345-3-234
-nofor word schoolfriend's  234-16-135-135-123-124-1235-3-234
-nofor word should've's  146-145-3-1236-15-3-234
-nofor word shoulda's  146-145-1-3-234
-nofor word shouldest's  146-145-15-34-3-234
-nofor word shouldn't's  146-145-1345-3-2345-3-234
-nofor word shouldn't've's  146-145-1345-3-2345-3-1236-15-3-234
-nofor word shouldst's  146-145-34-3-234
-nofor word snowblind's  234-1345-246-12-123-3-234
-nofor word snowblindness's  234-1345-246-12-123-56-234-3-234
-nofor word snowblindnesses's  234-1345-246-12-123-56-234-15-234-3-234
-nofor word somesuch's  5-234-234-16-3-234
-nofor word southabout's  234-1256-1456-1-12-3-234
-nofor word stepchildren's  34-15-1234-16-1345-3-234
-nofor word stirabout's  34-24-1235-1-12-3-234
-nofor word suchlike's  234-16-123-24-13-15-3-234
-nofor word supergood's  234-136-1234-12456-1245-145-3-234
-nofor word superquick's  234-136-1234-12456-12345-13-3-234
-nofor word tailfirst's  2345-1-24-123-124-34-3-234
-nofor word thereabout's  5-2346-1-12-3-234
-nofor word thereafter's  5-2346-1-124-3-234
-nofor word thereagain's  5-2346-1-1245-3-234
-nofor word thereagainst's  5-2346-1-1245-34-3-234
-nofor word thereinafter's  5-2346-35-1-124-3-234
-nofor word thereinagain's  5-2346-35-1-1245-3-234
-nofor word togetherness's  2345-1245-1235-56-234-3-234
-nofor word turnabout's  2345-136-1235-1345-1-12-3-234
-nofor word unaccording's  136-1345-1-14-3-234
-nofor word unaccordingly's  136-1345-1-14-123-13456-3-234
-nofor word unblindfold's  136-1345-12-123-124-135-123-145-3-234
-nofor word unblindfolded's  136-1345-12-123-124-135-123-145-1246-3-234
-nofor word unblindfolding's  136-1345-12-123-124-135-123-145-346-3-234
-nofor word unbraille's  136-1345-12-1235-123-3-234
-nofor word unbrailled's  136-1345-12-1235-123-145-3-234
-nofor word undeceive's  136-1345-145-14-1236-3-234
-nofor word undeceived's  136-1345-145-14-1236-145-3-234
-nofor word undeceiver's  136-1345-145-14-1236-1235-3-234
-nofor word undeceiving's  136-1345-145-14-1236-1245-3-234
-nofor word undeclare's  136-1345-145-14-123-3-234
-nofor word undeclared's  136-1345-145-14-123-145-3-234
-nofor word underpaid's  5-136-1234-145-3-234
-nofor word unfriend's  136-1345-124-1235-3-234
-nofor word unfriendlier's  136-1345-124-1235-123-24-12456-3-234
-nofor word unfriendliest's  136-1345-124-1235-123-24-15-34-3-234
-nofor word unfriendliness's  136-1345-124-1235-123-24-56-234-3-234
-nofor word unfriendlinesses's  136-1345-124-1235-123-24-56-234-15-234-3-234
-nofor word unfriendly's  136-1345-124-1235-123-13456-3-234
-nofor word unlettered's  136-1345-123-1235-1246-3-234
-nofor word unnecessary's  136-1345-1345-15-14-3-234
-nofor word unpaid's  136-1345-1234-145-3-234
-nofor word unperceive's  136-1345-1234-12456-14-1236-3-234
-nofor word unperceived's  136-1345-1234-12456-14-1236-145-3-234
-nofor word unperceiving's  136-1345-1234-12456-14-1236-1245-3-234
-nofor word unquick's  136-1345-12345-13-3-234
-nofor word unreceived's  136-1345-1235-14-1236-145-3-234
-nofor word unrejoice's  136-1345-1235-245-14-3-234
-nofor word unrejoiced's  136-1345-1235-245-14-145-3-234
-nofor word unrejoiceful's  136-1345-1235-245-14-56-123-3-234
-nofor word unrejoicefully's  136-1345-1235-245-14-56-123-123-13456-3-234
-nofor word unrejoicefulness's  136-1345-1235-245-14-56-123-56-234-3-234
-nofor word unrejoicer's  136-1345-1235-245-14-1235-3-234
-nofor word unrejoicing's  136-1345-1235-245-14-1245-3-234
-nofor word unrejoicingly's  136-1345-1235-245-14-1245-123-13456-3-234
-nofor word walkabout's  2456-1-123-13-1-12-3-234
-nofor word wellpaid's  2456-15-123-123-1234-145-3-234
-nofor word westabout's  2456-15-34-1-12-3-234
-nofor word whereabout's  5-156-1-12-3-234
-nofor word whereafter's  5-156-1-124-3-234
-nofor word whereagain's  5-156-1-1245-3-234
-nofor word whereagainst's  5-156-1-1245-34-3-234
-nofor word whereinafter's  5-156-35-1-124-3-234
-nofor word whereinagain's  5-156-35-1-1245-3-234
-nofor word womanfriend's  2456-135-134-1-1345-124-1235-3-234
-nofor word womenfriends's  2456-135-134-26-124-1235-234-3-234
-nofor word would've's  2456-145-3-1236-15-3-234
-nofor word woulda's  2456-145-1-3-234
-nofor word wouldest's  2456-145-15-34-3-234
-nofor word wouldn't's  2456-145-1345-3-2345-3-234
-nofor word wouldn't've's  2456-145-1345-3-2345-3-1236-15-3-234
-nofor word wouldst's  2456-145-34-3-234
-
-contraction abface      aboutface
-contraction abturn      aboutturn
-contraction acly        accordingly
-contraction afbattle    afterbattle
-contraction afburn      afterburn
-contraction afclap      afterclap
-contraction afdamp      afterdamp
-contraction afdeck      afterdeck
-contraction afgame      aftergame
-contraction aflife      afterlife
-contraction aflives     afterlives
-contraction afntea      afternoontea
-contraction afpiece     afterpiece
-contraction afplay      afterplay
-contraction afsale      aftersale
-contraction aftax       aftertax
-contraction aftaxes     aftertaxes
-contraction aftea       aftertea
-contraction blfold      blindfold
-contraction blly        blindly
-contraction blman       blindman
-contraction blside      blindside
-contraction blworm      blindworm
-contraction bloodlr     bloodletter
-contraction boyfr       boyfriend
-contraction brld        brailled
-contraction brlr        brailler
-contraction brly        brailley
-contraction colorbl     colorblind
-contraction cda         coulda
-contraction dcvd        deceived
-contraction dcvr        deceiver
-contraction dcld        declared
-contraction dclr        declarer
-contraction defr        defriend
-contraction defr        defriend
-contraction feelgd      feelgood
-contraction frlies      friendlies
-contraction frly        friendly
-contraction gadab       gadabout
-contraction galfr       galfriend
-contraction girlfr      girlfriend
-contraction gdafn       goodafternoon
-contraction gdby        goodby
-contraction gdbye       goodbye
-contraction gdhumor     goodhumor
-contraction gdie        goodie
-contraction gdlook      goodlook
-contraction gdly        goodly
-contraction gdman       goodman
-contraction gdnature    goodnature
-contraction gdsize      goodsize
-contraction gdun        goodun
-contraction gdwife      goodwife
-contraction gdwill      goodwill
-contraction gdwives     goodwives
-contraction gdy         goody
-contraction grtaunt     greataunt
-contraction grtcircle   greatcircle
-contraction grtcoat     greatcoat
-contraction grtly       greatly
-contraction grtnephew   greatnephew
-contraction grtniece    greatniece
-contraction grtuncle    greatuncle
-contraction guyfr       guyfriend
-contraction hatelr      hateletter
-contraction hmbo        himbo
-contraction hmboes      himboes
-contraction illpd       illpaid
-contraction immly       immediately
-contraction knockab     knockabout
-contraction ladyfr      ladyfriend
-contraction layab       layabout
-contraction lrbodies    letterbodies
-contraction lrbody      letterbody
-contraction lrbomb      letterbomb
-contraction lrbox       letterbox
-contraction lrboxes     letterboxes
-contraction lrman       letterman
-contraction lrpress     letterpress
-contraction lrpresses   letterpresses
-contraction lrspace     letterspace
-contraction lrtext      lettertext
-contraction lld         littled
-contraction llneck      littleneck
-contraction llr         littler
-contraction lovelr      loveletter
-contraction manfr       manfriend
-contraction midafn      midafternoon
-contraction misbrl      misbraille
-contraction misbrld     misbrailled
-contraction missd       missaid
-contraction newslr      newsletter
-contraction poorlypd    poorlypaid
-contraction prcv        preceive
-contraction prcvr       preceiver
-contraction prcvg       preceiving
-contraction prepd       prepaid
-contraction purbl       purblind
-contraction purblly     purblindly
-contraction qkdraw      quickdraw
-contraction qkfire      quickfire
-contraction qkfreeze    quickfreeze
-contraction qkfroze     quickfroze
-contraction qkie        quickie
-contraction qklime      quicklime
-contraction qkly        quickly
-contraction qkset       quickset
-contraction qksnap      quicksnap
-contraction qky         quicky
-contraction rebrl       rebraille
-contraction rebrld      rebrailled
-contraction rebrlr      rebrailler
-contraction rcvd        received
-contraction rcvr        receiver
-contraction rjcd        rejoiced
-contraction rjcr        rejoicer
-contraction rjcgly      rejoicingly
-contraction relr        reletter
-contraction repd        repaid
-contraction runab       runabout
-contraction turnab      turnabout
-contraction unac        unaccording
-contraction unacly      unaccordingly
-contraction unblfold    unblindfold
-contraction unbrl       unbraille
-contraction unbrld      unbrailled
-contraction undcv       undeceive
-contraction undcvd      undeceived
-contraction undcvr      undeceiver
-contraction undcvg      undeceiving
-contraction undcl       undeclare
-contraction undcld      undeclared
-contraction unfr        unfriend
-contraction unfrly      unfriendly
-contraction unnec       unnecessary
-contraction unpd        unpaid
-contraction unqk        unquick
-contraction unrcvd      unreceived
-contraction unrjc       unrejoice
-contraction unrjcd      unrejoiced
-contraction unrjcr      unrejoicer
-contraction unrjcg      unrejoicing
-contraction unrjcgly    unrejoicingly
-contraction walkab      walkabout
-contraction wellpd      wellpaid
-contraction womanfr     womanfriend
-contraction wda         woulda
-
-#   Appendix 1.2
-
-#sufword acrosses 1-14-1235-135-234-234-15-234
-sufword dafter 145-1-124-2345-12456
-sufword drafter 145-1235-1-124-2345-12456
-sufword grafter 1245-1235-1-124-2345-12456
-sufword rafter 1235-1-124-2345-12456
-
-#   extra shortforms
-
-match %[_~^]%<* unsaid ([Ss]|['’][Ss])?%>*%[_~^] 136-1345-234-145
-
-#   misc
-
-sufword preadmit 1234-1235-15-1-145-134-24-2345
-word rared 1235-1-1235-1246
-word firedrill 124-24-1235-15-145-1235-24-123-123
-
-contraction blt
-contraction blvd
-contraction llc
-
-# Shape symbols require a grade 1 indicator (Section 3.22.1)
-contraction \x25a0 ■ filled (solid) square
-contraction \x25a1 □ square
-contraction \x25a7 ▧ shaded square (upper left to lower right)
-contraction \x25b2 ▲ filled (solid) (equilateral) triangle
-contraction \x25b3 △ regular (equilateral) triangle
-contraction \x25cb ○ circle
-contraction \x25cd ◍ shaded circle
-
-
-# ----------------------------------------------------------------------------------------------
-#  odt2braille - Braille authoring in OpenOffice.org.
-#  Copyright (c) 2010 by DocArch <http://www.docarch.be>.
-# ----------------------------------------------------------------------------------------------
-
-display \x0020 0        #       \x2800
-display \x00A0 a
-
-display \x000A 1        # a     \x2801
-display \x002C 2        # ,     \x2802
-display \x000B 12       # b     \x2803
-display \x002E 3        # .     \x2804
-display \x006B 13       # k     \x2805
-display \x003B 23       # ;     \x2806
-display \x006C 123      # l     \x2807
-display \x0027 4        # '     \x2808
-display \x0063 14       # c     \x2809
-display \x0069 24       # i     \x280A
-display \x0066 124      # f     \x280B
-display \x002F 34       # /     \x280C
-display \x006D 134      # m     \x280D
-display \x0073 234      # s     \x280E
-display \x0070 1234     # p     \x280F
-display \x0040 5        # @     \x2810
-display \x000E 15       # e     \x2811
-display \x003A 25       # :     \x2812
-display \x0068 125      # h     \x2813
-display \x007D 35       # }     \x2814
-display \x006F 135      # o     \x2815
-display \x002B 235      # +     \x2816
-display \x0072 1235     # r     \x2817
-display \x005E 45       # ^     \x2818
-display \x0064 145      # d     \x2819
-display \x006A 245      # j     \x281A
-display \x0067 1245     # g     \x281B
-display \x007C 345      # |     \x281C
-display \x006E 1345     # n     \x281D
-display \x0074 2345     # t     \x281E
-display \x0071 12345    # q     \x281F
-display \x005F 6        # _     \x2820
-display \x0031 16       # 1     \x2821
-display \x003F 26       # ?     \x2822
-display \x0032 126      # 2     \x2823
-display \x002D 36       # -     \x2824
-display \x0075 136      # u     \x2825
-display \x003C 236      # <     \x2826
-display \x0076 1236     # v     \x2827
-display \x007B 46       # {     \x2828
-display \x0033 146      # 3     \x2829
-display \x0039 246      # 9     \x282A
-display \x0036 1246     # 6     \x282B
-display \x0030 346      # 0     \x282C
-display \x0078 1346     # x     \x282D
-display \x0024 2346     # $     \x282E
-display \x0026 12346    # &     \x282F
-display \x0022 56       # "     \x2830
-display \x0005 156      # 5     \x2831
-display \x002A 256      # *     \x2832
-display \x0008 1256     # 8     \x2833
-display \x003E 356      # >     \x2834
-display \x007A 1356     # z     \x2835
-display \x003D 2356     # =     \x2836
-display \x0028 12356    # (     \x2837
-display \x0025 456      # %     \x2838
-display \x0034 1456     # 4     \x2839
-display \x0077 2456     # w     \x283A
-display \x0037 12456    # 7     \x283B
-display \x0023 3456     # #     \x283C
-display \x0079 13456    # y     \x283D
-display \x0029 23456    # )     \x283E
-display \x005C 123456   # \     \x283F
-
-display \x2840 7
-display \x2841 17
-display \x2842 27
-display \x2843 127
-display \x2844 37
-display \x2845 137
-display \x2846 237
-display \x2847 1237
-display \x2848 47
-display \x2849 147
-display \x284A 247
-display \x284B 1247
-display \x284C 347
-display \x284D 1347
-display \x284E 2347
-display \x284F 12347
-display \x2850 57
-display \x2851 157
-display \x2852 257
-display \x2853 1257
-display \x2854 357
-display \x2855 1357
-display \x2856 2357
-display \x2857 12357
-display \x2858 457
-display \x2859 1457
-display \x285A 2457
-display \x285B 12457
-display \x285C 3457
-display \x285D 13457
-display \x285E 23457
-display \x285F 123457
-display \x2860 67
-display \x2861 167
-display \x2862 267
-display \x2863 1267
-display \x2864 367
-display \x2865 1367
-display \x2866 2367
-display \x2867 12367
-display \x2868 467
-display \x2869 1467
-display \x286A 2467
-display \x286B 12467
-display \x286C 3467
-display \x286D 13467
-display \x286E 23467
-display \x286F 123467
-display \x2870 567
-display \x2871 1567
-display \x2872 2567
-display \x2873 12567
-display \x2874 3567
-display \x2875 13567
-display \x2876 23567
-display \x2877 123567
-display \x2878 4567
-display \x2879 14567
-display \x287A 24567
-display \x287B 124567
-display \x287C 34567
-display \x287D 134567
-display \x287E 234567
-display \x287F 1234567
-display \x2880 8
-display \x2881 18
-display \x2882 28
-display \x2883 128
-display \x2884 38
-display \x2885 138
-display \x2886 238
-display \x2887 1238
-display \x2888 48
-display \x2889 148
-display \x288A 248
-display \x288B 1248
-display \x288C 348
-display \x288D 1348
-display \x288E 2348
-display \x288F 12348
-display \x2890 58
-display \x2891 158
-display \x2892 258
-display \x2893 1258
-display \x2894 358
-display \x2895 1358
-display \x2896 2358
-display \x2897 12358
-display \x2898 458
-display \x2899 1458
-display \x289A 2458
-display \x289B 12458
-display \x289C 3458
-display \x289D 13458
-display \x289E 23458
-display \x289F 123458
-display \x28A0 68
-display \x28A1 168
-display \x28A2 268
-display \x28A3 1268
-display \x28A4 368
-display \x28A5 1368
-display \x28A6 2368
-display \x28A7 12368
-display \x28A8 468
-display \x28A9 1468
-display \x28AA 2468
-display \x28AB 12468
-display \x28AC 3468
-display \x28AD 13468
-display \x28AE 23468
-display \x28AF 123468
-display \x28B0 568
-display \x28B1 1568
-display \x28B2 2568
-display \x28B3 12568
-display \x28B4 3568
-display \x28B5 13568
-display \x28B6 23568
-display \x28B7 123568
-display \x28B8 4568
-display \x28B9 14568
-display \x28BA 24568
-display \x28BB 124568
-display \x28BC 34568
-display \x28BD 134568
-display \x28BE 234568
-display \x28BF 1234568
-display \x28C0 78
-display \x28C1 178
-display \x28C2 278
-display \x28C3 1278
-display \x28C4 378
-display \x28C5 1378
-display \x28C6 2378
-display \x28C7 12378
-display \x28C8 478
-display \x28C9 1478
-display \x28CA 2478
-display \x28CB 12478
-display \x28CC 3478
-display \x28CD 13478
-display \x28CE 23478
-display \x28CF 123478
-display \x28D0 578
-display \x28D1 1578
-display \x28D2 2578
-display \x28D3 12578
-display \x28D4 3578
-display \x28D5 13578
-display \x28D6 23578
-display \x28D7 123578
-display \x28D8 4578
-display \x28D9 14578
-display \x28DA 24578
-display \x28DB 124578
-display \x28DC 34578
-display \x28DD 134578
-display \x28DE 234578
-display \x28DF 1234578
-display \x28E0 678
-display \x28E1 1678
-display \x28E2 2678
-display \x28E3 12678
-display \x28E4 3678
-display \x28E5 13678
-display \x28E6 23678
-display \x28E7 123678
-display \x28E8 4678
-display \x28E9 14678
-display \x28EA 24678
-display \x28EB 124678
-display \x28EC 34678
-display \x28ED 134678
-display \x28EE 234678
-display \x28EF 1234678
-display \x28F0 5678
-display \x28F1 15678
-display \x28F2 25678
-display \x28F3 125678
-display \x28F4 35678
-display \x28F5 135678
-display \x28F6 235678
-display \x28F7 1235678
-display \x28F8 45678
-display \x28F9 145678
-display \x28FA 245678
-display \x28FB 1245678
-display \x28FC 345678
-display \x28FD 1345678
-display \x28FE 2345678
-display \x28FF 12345678
-
-# ----------------------------------------------------------------------------------------------#
-#  Copyright (C) 2004-2008 ViewPlus Technologies, Inc. www.viewplus.com
-#  Copyright (C) 2004-2006 JJB Software, Inc. www.jjb-software.com
-#  Copyright (C) 2012 Mesar Hameed <mesar.hameed@gmail.com>
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-
-space \t 7 tab
-space \s 0 blank
-sign \x000a 78 newline
-space \x000d 0 carriage return
-include loweredDigits6Dots.uti
-
-include latinLetterDef8Dots.uti
-
-punctuation , 6
-punctuation ; 56
-punctuation : 156
-punctuation . 46
-punctuation ! 2346
-punctuation " 5
-punctuation ' 3
-punctuation ( 12356
-punctuation ) 23456
-punctuation - 36
-sign _ 456
-math < 126
-math = 123456
-math > 345
-sign % 146
-math + 346
-math ~ 45
-sign ` 4
-sign & 12346
-sign $ 1246
-punctuation ? 1456
-punctuation { 246
-punctuation [ 2467
-punctuation } 12456
-punctuation ] 124567
-sign ^ 457
-sign @ 47
-sign # 3456
-sign \\ 12567
-sign | 1256
-math / 34
-sign * 16
-noback sign \x25CF 16 BLACK CIRCLE
-
-comp6 A 456-1
-comp6 B 456-12
-comp6 C 456-14
-comp6 D 456-145
-comp6 E 456-15
-comp6 F 456-124
-comp6 G 456-1245
-comp6 H 456-125
-comp6 I 456-24
-comp6 J 456-245
-comp6 K 456-13
-comp6 L 456-123
-comp6 M 456-134
-comp6 N 456-1345
-comp6 O 456-135
-comp6 P 456-1234
-comp6 Q 456-12345
-comp6 R 456-1235
-comp6 S 456-234
-comp6 T 456-2345
-comp6 U 456-136
-comp6 V 456-1236
-comp6 W 456-2456
-comp6 X 456-1346
-comp6 Y 456-13456
-comp6 Z 456-1356
-comp6 _ 456-456
-comp6 [ 246
-comp6 ] 12456
-comp6 { 456-246
-comp6 } 456-12456
-comp6 \\ 456-1256
-comp6 \t 4
-
-#-display-name: Hebrew computer braille
-
-#+locale:he
-#+type:computer
-#+dots:8
-
-# TODO: Please correct the metadata above. It is not meant to be
-# accurate nor complete. It hasn't been verified by the table
-# author yet. It is merely an attempt by the liblouis maintainers
-# to get some sensible initial values in place.
-
-# TODO: Please add a reference to official documentation about
-# the implemented braille code. Preferably submit the documents
-# to https://github.com/liblouis/braille-specs.
-
-include he.ctb
-include braille-patterns.cti
-# This table contains braille codes and rules for Awadhi Grade 1 and includes English grade 1
-#
-# Copyright (C) 2014 National Institute for Visually Handicapped, 116, Rajpur Road, Dehradun, Uttrakhand, India
-#
-# This file is part of liblouis.
-#
-# liblouis is free software: you can redistribute it and/or modify it
-# under the terms of the GNU Lesser General Public License as
-# published by the Free Software Foundation, either version 2.1 of the
-# License, or (at your option) any later version.
-#
-# liblouis is distributed in the hope that it will be useful, but
-# WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-# Lesser General Public License for more details.
-#
-# You should have received a copy of the GNU Lesser General Public
-# License along with liblouis. If not, see
-# <http://www.gnu.org/licenses/>.
-
-# This table is built and maintained under an activity of Braille Council of India
-# Contributors: Dipendra Manocha, Sreeja, Dinesh Kaushal, Mesar Hamid
-# Last updated on May 5, 2014
-# To report any bugs or any suggestion, please write to d@saksham.org and sreeja.param@gmail.com
-
-include devanagari.cti
-include en-in-g1.ctb
-# This table contains braille codes and rules for Gurumukhi script.
-#
-# Copyright (C) 2014 National Institute for Visually Handicapped, 116, Rajpur Road, Dehradun, Uttrakhand, India
-#
-# This file is part of liblouis.
-#
-# liblouis is free software: you can redistribute it and/or modify it
-# under the terms of the GNU Lesser General Public License as
-# published by the Free Software Foundation, either version 2.1 of the
-# License, or (at your option) any later version.
-#
-# liblouis is distributed in the hope that it will be useful, but
-# WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-# Lesser General Public License for more details.
-#
-# You should have received a copy of the GNU Lesser General Public
-# License along with liblouis. If not, see
-# <http://www.gnu.org/licenses/>.
-
-# This table is built and maintained under an activity of Braille Council of India
-# Contributors: Dipendra Manocha, Sreeja, Dinesh Kaushal, Mesar Hameed
-# Last updated on May 5, 2014
-# To report any bugs or any suggestion, please write to d@saksham.org and sreeja.param@gmail.com
-    
-include braille-patterns.cti
-
-# generated by ttbtest
- letter      \x0A01		3	# GURUMUKHI SIGN ADAK B1NDI
- letter      \x0A02	56	# GURUMUKHI SIGN BINDI
- letter      \x0A03	6	# GURUMUKHI SIGN VISARGA
- letter      \x0A05	1	# GURUMUKHI LETTER A = aira
- letter      \x0A06	345	# GURUMUKHI LETTER AA
- letter      \x0A07	24	# GURUMUKHI LETTER I
- letter      \x0A08	35	# GURUMUKHI LETTER II
- letter      \x0A09	136	# GURUMUKHI LETTER U
- letter      \x0A0A	1256	# GURUMUKHI LETTER UU
- letter      \x0A0F	15	# GURUMUKHI LETTER EE
- letter      \x0A10	34	# GURUMUKHI LETTER Al
- letter      \x0A13	135	# GURUMUKHI LETTER OO
- letter      \x0A14	246	# GURUMUKHI LETTER AU
-
- replace \X200D
-# consonants 
- 
- letter      \x0A15	13	# GURUMUKHI LETTER KA
- letter      \x0A16	24	# GURUMUKHI LETTER KHA
- letter      \x0A17	1245	# GURUMUKHI LETTER GA
- letter      \x0A18	126	# GURUMUKHI LETTER GHA
- letter      \x0A19	346	# GURUMUKHI LETTER NGA
- letter      \x0A1A	14	# GURUMUKHI LETTER CA
- letter      \x0A1B	16	# GURUMUKHI LETTER CHA
- letter      \x0A1C	245	# GURUMUKHI LETTER JA
- letter      \x0A1D	356	# GURUMUKHI LETTER JHA
- letter      \x0A1E	25	# GURUMUKHI LETTER NYA
- letter      \x0A1F	23456	# GURUMUKHI LETTER TTA
- letter      \x0A20	2456	# GURUMUKHI LETTER TTHA
- letter      \x0A21	1246	# GURUMUKHI LETTER DDA
- letter      \x0A22	123456	   # GURUMUKHI LETTER DDHA
- letter      \x0A23	3456	# GURUMUKHI LETTER NNA
- letter      \x0A24	2345	# GURUMUKHI LETTER TA
- letter      \x0A25	1456	# GURUMUKHI LETTER THA
- letter      \x0A26	145	# GURUMUKHI LETTER DA
- letter      \x0A27	2346	# GURUMUKHI LETTER DHA
- letter      \x0A28	1345	# GURUMUKHI LETTER NA
- letter      \x0A2A	1234	# GURUMUKHI LETTER PA
- letter      \x0A2B	235	# GURUMUKHI LETTER PHA
- letter      \x0A2C	12	# GURUMUKHI LETTER BA
- letter      \x0A2D	45	# GURUMUKHI LETTER BHA
- letter      \x0A2E	134	# GURUMUKHI LETTER MA
- letter      \x0A2F	13456	# GURUMUKHI LETTER YA
- letter      \x0A30	1235	# GURUMUKHI LETTER RA
- letter      \x0A32	123	# GURUMUKHI LETTER LA
- letter      \x0A33	456	# GURUMUKHI LETTER LLA =  0A32 AND 0A3C
- letter      \x0A35	1236	# GURUMUKHI LETTER VA
- letter      \x0A36	146	# GURUMUKHI LETTER SHA - 0A38 AND 0A3C
- letter      \x0A38	234	# GURUMUKHI LETTER SA
- letter      \x0A39	125	# GURUMUKHI LETTER HA
- 
- # vowels 
- 
- letter      \x0A3E	345	# GURUMUKHI VOWEL SIGN AA= kanna
- letter      \x0A3F	24	# GURUMUKHI VOWEL SIGN I= sihari stands to the left of the consonant
- letter      \x0A40	35	# GURUMUKHI VOWEL SIGN II = BIHARI
- letter      \x0A41	136	# GURUMUKHI VOWEL SIGN U = AUNKAR
- letter      \x0A42	1256	# GURUMUKHI VOWEL SIGN UU = DULAINKAR
- letter      \x0A47	15	# GURUMUKHI VOWEL SIGN EE
- letter      \x0A48	34	# GURUMUKHI VOWEL SIGN AI = DULAINKAR
- letter      \x0A4B	135	# GURUMUKHI VOWEL SIGN OO =HORA
- letter      \x0A4C	246	# GURUMUKHI VOWEL SIGN AU = KANAURA
- 
-letter      \x0A59		46	# GURUMUKHI LETTER KHHA= 0A16 AND 0A3C
-letter      \x0A5B	245	# GURUMUKHI LETTER ZA = 0A1C AND 0A3C
- letter      \x0A5C	12456	# GURUMUKHI LETTER RRA
- letter      \x0A5E	235	# GURUMUKHI LETTER FA
- letter      \x0A64	256	RESERVED- 0964 #DEVANAGARI DANDA
- letter      \x0A65	256-256	RESERVED- 0965 # DEVANAGARI DOUBLE DANDA
- 
- # Digits
- 
- litdigit      \x0A66	245	# GURUMUKHI DIGIT ZERO
- litdigit      \x0A67	1	# GURUMUKHI DIGIT ONE
- litdigit      \x0A68	12	# GURUMUKHI DIGIT TWO
- litdigit      \x0A69	14	# GURUMUKHI DIGIT THREE
- litdigit      \x0A6A	145	# GURUMUKHI DIGIT FOUR
- litdigit      \x0A6B	15	# GURUMUKHI DIGIT FIVE
- litdigit      \x0A6C	124	# GURUMUKHI DIGIT SIX
- litdigit      \x0A6D	1245	# GURUMUKHI DIGIT SEVEN
- litdigit      \x0A6E	125	# GURUMUKHI DIGIT EIGHT
- litdigit      \x0A6F	24	# GURUMUKHI DIGIT NINE
- 
- letter      \x0A70	56	# GURUMUKHI TIPPI • nasalization
- letter      \x0A71	4	# GURUMUKHI ADDAK • doubles following consonant
-letter      \x0A74	3456-1-136	# GURUMUKHI EK ONKAR • God is One
-
-  # half characters
-   always      \x0A15\x0A71	4-13	# GURUMUKHI LETTER KA
- always      \x0A16\x0A71	4-24	# GURUMUKHI LETTER KHA
- always      \x0A17\x0A71	4-1245	# GURUMUKHI LETTER GA
- always      \x0A18\x0A71	4-126	# GURUMUKHI LETTER GHA
- always      \x0A19\x0A71	4-346	# GURUMUKHI LETTER NGA
-
- always      \x0A1A\x0A71	4-14	# GURUMUKHI LETTER CA
- always      \x0A1B\x0A71	4-16	# GURUMUKHI LETTER CHA
- always      \x0A1C\x0A71	4-245	# GURUMUKHI LETTER JA
- always      \x0A1D\x0A71	4-356	# GURUMUKHI LETTER JHA
- always      \x0A1E\x0A71	4-25	# GURUMUKHI LETTER NYA
-
- always      \x0A1F\x0A71	4-23456	# GURUMUKHI LETTER TTA
- always      \x0A20\x0A71	4-2456	# GURUMUKHI LETTER TTHA
- always      \x0A21\x0A71	4-1246	# GURUMUKHI LETTER DDA
- always      \x0A22\x0A71	4-123456	   # GURUMUKHI LETTER DDHA
- always      \x0A23\x0A71	4-3456	# GURUMUKHI LETTER NNA
-
- always      \x0A24\x0A71	4-2345	# GURUMUKHI LETTER TA
- always      \x0A25\x0A71	4-1456	# GURUMUKHI LETTER THA
- always      \x0A26\x0A71	4-145	# GURUMUKHI LETTER DA
- always      \x0A27\x0A71	4-2346	# GURUMUKHI LETTER DHA
- always      \x0A28\x0A71	4-1345	# GURUMUKHI LETTER NA
-
- always      \x0A2A\x0A71	4-1234	# GURUMUKHI LETTER PA
- always      \x0A2B\x0A71	4-235	# GURUMUKHI LETTER PHA
- always      \x0A2C\x0A71	4-12	# GURUMUKHI LETTER BA
- always      \x0A2D\x0A71	4-45	# GURUMUKHI LETTER BHA
- always      \x0A2E\x0A71	4-134	# GURUMUKHI LETTER MA
-
- always      \x0A2F\x0A71	4-13456	# GURUMUKHI LETTER YA
- always      \x0A30\x0A71	4-1235	# GURUMUKHI LETTER RA
- always      \x0A32\x0A71	4-123	# GURUMUKHI LETTER LA
- always      \x0A33\x0A71	4-456	# GURUMUKHI LETTER LLA =  0A32 AND 0A3C
- always      \x0A35\x0A71	4-1236	# GURUMUKHI LETTER VA
- always      \x0A36\x0A71	4-146	# GURUMUKHI LETTER SHA - 0A38 AND 0A3C
- always      \x0A38\x0A71	4-234	# GURUMUKHI LETTER SA
- always      \x0A39\x0A71	4-125	# GURUMUKHI LETTER HA
-
-always      \x0A59\x0A71		4-46	# GURUMUKHI LETTER KHHA= 0A16 AND 0A3C
-always      \x0A5B\x0A71	4-245	# GURUMUKHI LETTER ZA = 0A1C AND 0A3C
- always      \x0A5C\x0A71	4-12456	# GURUMUKHI LETTER RRA
- always      \x0A5E\x0A71	4-235	# GURUMUKHI LETTER FA
- always      \x0A64\x0A71	4-256	RESERVED- 0964 #DEVANAGARI DANDA
-always        \x0A65\x0A71	4-256-256	RESERVED- 0965 # DEVANAGARI DOUBLE DANDA
-
-# consonent followed by vowel but not matra
-
-class GurumukiVowel \x0A07\x0A08\x0A09\x0A0A\x0A0F\x0A10\x0A13\x0A14
-class Halant \x0A71
-
- before GurumukiVowel always      \x0A15 	  13-1	# GURUMUKHI LETTER KA
- before GurumukiVowel always      \x0A16 	  24-1	# GURUMUKHI LETTER KHA
- before GurumukiVowel always      \x0A17 	  1245-1	# GURUMUKHI LETTER GA
- before GurumukiVowel always      \x0A18 	  126-1	# GURUMUKHI LETTER GHA
-
- before GurumukiVowel always      \x0A1A 	  14-1	# GURUMUKHI LETTER CA
- before GurumukiVowel always      \x0A1B 	  16-1	# GURUMUKHI LETTER CHA
- before GurumukiVowel always      \x0A1C 	  245-1	# GURUMUKHI LETTER JA
- before GurumukiVowel always      \x0A1D 	  356-1	# GURUMUKHI LETTER JHA
-
- before GurumukiVowel always      \x0A1F 	  23456-1 	# GURUMUKHI LETTER TTA
- before GurumukiVowel always      \x0A20 	  2456-1	# GURUMUKHI LETTER TTHA
- before GurumukiVowel always      \x0A21 	  1246-1	# GURUMUKHI LETTER DDA
- before GurumukiVowel always      \x0A22 	  123456-1	   # GURUMUKHI LETTER DDHA
- before GurumukiVowel always      \x0A23 	  3456-1	# GURUMUKHI LETTER NNA
-
- before GurumukiVowel always      \x0A24 	  2345-1	# GURUMUKHI LETTER TA
- before GurumukiVowel always      \x0A25 	  1456-1	# GURUMUKHI LETTER THA
- before GurumukiVowel always      \x0A26 	  145-1	            # GURUMUKHI LETTER DA
- before GurumukiVowel always      \x0A27 	  2346-1	# GURUMUKHI LETTER DHA
- before GurumukiVowel always      \x0A28 	  1345-1	# GURUMUKHI LETTER NA
-
- before GurumukiVowel always      \x0A2A 	  1234-1	# GURUMUKHI LETTER PA
- before GurumukiVowel always      \x0A2B 	  235-1   	# GURUMUKHI LETTER PHA
- before GurumukiVowel always      \x0A2C 	  12-1	# GURUMUKHI LETTER BA
- before GurumukiVowel always      \x0A2D 	  45-1	# GURUMUKHI LETTER BHA
- before GurumukiVowel always      \x0A2E 	  134-1	# GURUMUKHI LETTER MA
-
- before GurumukiVowel always      \x0A2F 	  13456-1	# GURUMUKHI LETTER YA
- before GurumukiVowel always      \x0A30 	  1235-1	# GURUMUKHI LETTER RA
- before GurumukiVowel always      \x0A32 	  123-1	# GURUMUKHI LETTER LA
- before GurumukiVowel always      \x0A33 	  456-1	# GURUMUKHI LETTER LLA =  0A32 AND 0A3C
- before GurumukiVowel always      \x0A35 	  1236-1	# GURUMUKHI LETTER VA
- before GurumukiVowel always      \x0A36 	  146-1	# GURUMUKHI LETTER SHA - 0A38 AND 0A3C
- before GurumukiVowel always      \x0A38 	  234-1	# GURUMUKHI LETTER SA
- before GurumukiVowel always      \x0A39 	  125-1	# GURUMUKHI LETTER HA
-
-before GurumukiVowel always      \x0A59 		  46-1	# GURUMUKHI LETTER KHHA= 0A16 AND 0A3C
-before GurumukiVowel always      \x0A5B 	  245-1	# GURUMUKHI LETTER ZA = 0A1C AND 0A3C
- before GurumukiVowel always      \x0A5C 	  12456-1	# GURUMUKHI LETTER RRA
- before GurumukiVowel always      \x0A5E 	  235-1	# GURUMUKHI LETTER FA
- before GurumukiVowel always      \x0A64 	  256-1	RESERVED- 0964 #DEVANAGARI DANDA
-before GurumukiVowel always        \x0A65 	  256-256-1	RESERVED- 0965 # DEVANAGARI DOUBLE DANDA
-#-display-name: Punjabi braille
-
-#+locale:pa
-#+type:literary
-#+grade:1
-
-# TODO: Please correct the metadata above. It is not meant to be
-# accurate nor complete. It hasn't been verified by the table
-# author yet. It is merely an attempt by the liblouis maintainers
-# to get some sensible initial values in place.
-
-# TODO: Please add a reference to official documentation about
-# the implemented braille code. Preferably submit the documents
-# to https://github.com/liblouis/braille-specs.
-
-include spaces.ctb
-include pu-in-g1.utb
-include braille-patterns.cti
-# liblouis: Norwegian contracted braille, level 1.
-#
-# -----------
-#-display-name: Norwegian grade 1 contracted braille
-#
-#+locale:no
-#+type:literary
-#+contraction:partial
-#+grade:1
-#
-# TODO: Please correct the metadata above. It is not meant to be
-# accurate nor complete. It hasn't been verified by the table
-# author yet. It is merely an attempt by the liblouis maintainers
-# to get some sensible initial values in place.
-#
-# TODO: Please add a reference to official documentation about
-# the implemented braille code. Preferably submit the documents
-# to https://github.com/liblouis/braille-specs.
-# -----------
-#
-#  Copyright (C) 2005 ViewPlus Technologies, Inc. www.viewplus.com
-#  Copyright (C) 2009 Lars Bjørndal <lars@lamasti.net>
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-
-# Created June 9, 2005 by Leon Ungier <Leon.Ungier@ViewPlus.com> with
-# help and guidance from Lars Bjørndal <lars@lamasti.net>.
-
-# Modified Sep 30, 2005 by LU
-
-# Heavily overworked by lars@lamasti.net, 2009.
-
-include no-no-g0.utb
-capsnocont
-#------------------------------------------------------
-# -------------- level 1 contractions -----------------
-#------------------------------------------------------
-endword ar 3456
-word at 1
-word ble 12
-word de 1456
-endword de 1456
-word du 145
-word eg 1245
-word eller 15
-word ellers 15-234
-word en 126
-endword en 126
-word ende 126-1456
-endword ende 126-1456
-word er 156
-endword er 156
-word et 346
-endword et 346
-word etter 1356
-begword etter 1356
-word etterat 1356-1
-word ettersom 1356-234
-word etterpå 1356-1234
-
-word for 1246											# level 1 contractions
-endword for 1246
-begword for 1246
-word forat 1246-1
-word forfra 1246-124
-word forover 1246-1346
-word forlike 1246-123
-
-word forhold 12346
-endword forhold 12346
-begword forhold 12346
-
-word forholdsvis 12346-1236
-
-word fra 124											# level 1 contractions
-word før 246
-word gjennom 12456
-begword gjennom 12456
-endword gjennom 12456
-word gjennomfør 12456-246
-
-word han 125
-word hans 125-234
-word har 1235
-word hun 136
-word hvor 2456
-begword hvor 2456
-
-word ikke 24-13										# level 1 contractions
-word ikkje 24-13-245
-word jeg 245
-word kan 13
-word like 123
-word mange 134
-word med 146
-word mye 13456
-word når 1345
-
-word og 14												# level 1 contractions
-word også 14-234
-word oss 135										
-word over 1346
-begword over 1346
-word overfor 1346-1246
-word overpå 1346-1234
-word overunder 1346-12345
-word overfør 1346-246
-word overvære 1346-345
-word overvar 1346-3456
-
-word på 1234
-word som 234
-word til 2345
-word under 12345
-begword under 12345
-word underer 12345-345
-word underet 12345-346
-word underfra 12345-124
-word undersom 12345-234
-word undertil 12345-2345
-
-word var 3456
-word ved 1236
-word være 345											# level 1 contractions
-
-letsign 56
-noletsign i
-noletsign I
-noletsign å
-noletsign Å
-noletsign à
-noletsign á
-#noletsignbefore '.
-noletsignafter :.
-
-# Remove dot 56 before e-post (email)
-noback pass2 @56-15-36-1234-135-234-2345 @15-36-1234-135-234-2345
-noback pass2 @56-6-15-36-1234-135-234-2345 @6-15-36-1234-135-234-2345
-
-# -------------------------------------------------------------------
-#
-# Copyright (C) 1995-2008 by The BRLTTY Developers.
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-
-# This BRLTTY text subtable defines all the space characters to be empty
-# braille cells.
-
-space \s 0		SPACE
-space \x000a 0		LINE FEED (LF)
-space \x000b 0		LINE TABULATION
-space \x000c 0		FORM FEED (FF)
-space \x000d 0		CARRIAGE RETURN (CR)
-space \x00a0 0		NO-BREAK SPACE
-space \x2000 0		EN QUAD
-space \x2001 0		EM QUAD
-space \x2002 0		EN SPACE
-space \x2003 0		EM SPACE
-space \x2004 0		THREE-PER-EM SPACE
-space \x2005 0		FOUR-PER-EM SPACE
-space \x2006 0		SIX-PER-EM SPACE
-space \x2007 0		FIGURE SPACE
-space \x2008 0		PUNCTUATION SPACE
-space \x2009 0		THIN SPACE
-space \x200a 0		HAIR SPACE
-space \x2028 0		LINE SEPARATOR
-space \x2029 0		PARAGRAPH SEPARATOR
-space \x202f 0		NARROW NO-BREAK SPACE
-space \x205f 0		MEDIUM MATHEMATICAL SPACE
-# liblouis: Danish, table for 8 dots grade 1.5, partial contraction (forward and backward translation)
-#
-#  Copyright (C) 2014-2017, Bue Vester-Andersen <bue@vester-andersen.dk>
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-#
-#------------
-#
-#
-# This  is the Danish table for 8 dots grade 2l/1.5 limited contractions (lille forkortelse).
-# Use this table for translation and back-translation of Danish 8 dots grade 2 limited.
-#
-# Version: Bue Vester-Andersen, 160713
-
-### Table Metadata
-
-#-display-name: Danish 8-dot partially contracted braille
-
-#+locale: da
-#+type: literary
-#+contraction: partial
-#+grade: 1.5
-#+dots: 8
-#+direction: both
-
-
-# Display opcodes
-include da-dk-octobraille.dis
-
-### Character definitions ###
-
-sign \x0000 8 NULL
-sign \x0001 178 START OF HEADING
-sign \x0002 1278 START OF TEXT
-sign \x0003 1478 END OF TEXT
-sign \x0004 14578 END OF TRANSMISSION
-sign \x0005 24568 ENQUIRY
-sign \x0006 12478 ACKNOWLEDGE
-sign \x0007 124578 BELL
-sign \x0008 12578 BACKSPACE
-space \t 2478 CHARACTER TABULATION
-space \n 678 LINE FEED (LF)
-space \v 1368 LINE TABULATION
-space \f 12378 FORM FEED (FF)
-space \r 257 CARRIAGE RETURN (CR)
-sign \x000e 134578 SHIFT OUT
-sign \x000f 12358 SHIFT IN
-sign \x0010 123478 DATA LINK ESCAPE
-sign \x0011 1234578 DEVICE CONTROL ONE
-sign \x0012 13568 DEVICE CONTROL TWO
-sign \x0013 4578 DEVICE CONTROL THREE
-sign \x0014 268 DEVICE CONTROL FOUR
-sign \x0015 13678 NEGATIVE ACKNOWLEDGE
-sign \x0016 278 SYNCHRONOUS IDLE
-sign \x0017 3578 END OF TRANSMISSION BLOCK
-sign \x0018 78 CANCEL
-sign \x0019 68 END OF MEDIUM
-sign \x001a 135678 SUBSTITUTE
-sign \x001b 2678 ESCAPE
-sign \x001c 45678 INFORMATION SEPARATOR FOUR
-sign \x001d 12368 INFORMATION SEPARATOR THREE
-sign \x001e 1234678 INFORMATION SEPARATOR TWO
-sign \x001f 235678 INFORMATION SEPARATOR ONE
-space \s 0 SPACE
-punctuation ! 235 EXCLAMATION MARK
-punctuation " 2356 QUOTATION MARK
-punctuation # 34568 NUMBER SIGN
-sign $ 25678 DOLLAR SIGN
-math % 24578 PERCENT SIGN
-sign & 123468 AMPERSAND
-punctuation ' 4 APOSTROPHE
-punctuation ( 2368 LEFT PARENTHESIS
-punctuation ) 3568 RIGHT PARENTHESIS
-math + 2358 PLUS SIGN
-punctuation , 2 COMMA
-punctuation - 368 HYPHEN-MINUS
-punctuation . 3 FULL STOP
-punctuation / 348 SLASH
-include digits8Dots.uti
-punctuation : 25 COLON
-punctuation ; 23 SEMICOLON
-math < 358 LESS-THAN SIGN
-math = 23568 EQUALS SIGN
-math > 267 GREATER-THAN SIGN
-punctuation ? 26 QUESTION MARK
-sign @ 478 COMMERCIAL AT
-uplow Aa 17,1 LATIN LETTER A
-uplow Bb 127,12 LATIN LETTER B
-uplow Cc 147,14 LATIN LETTER C
-uplow Dd 1457,145 LATIN LETTER D
-uplow Ee 157,15 LATIN LETTER E
-uplow Ff 1247,124 LATIN LETTER F
-uplow Gg 12457,1245 LATIN LETTER G
-uplow Hh 1257,125 LATIN LETTER H
-uplow Ii 247,24 LATIN LETTER I
-uplow Jj 2457,245 LATIN LETTER J
-uplow Kk 137,13 LATIN LETTER K
-uplow Ll 1237,123 LATIN LETTER L
-uplow Mm 1347,134 LATIN LETTER M
-uplow Nn 13457,1345 LATIN LETTER N
-uplow Oo 1357,135 LATIN LETTER O
-uplow Pp 12347,1234 LATIN CAPITAL LETTER P
-uplow Rr 12357,1235 LATIN LETTER R
-uplow Ss 2347,234 LATIN LETTER S
-uplow Tt 23457,2345 LATIN LETTER T
-uplow Uu 1367,136 LATIN LETTER U
-uplow Vv 12367,1236 LATIN LETTER V
-uplow Yy 134567,13456 LATIN LETTER Y
-punctuation [ 23678 LEFT SQUARE BRACKET
-punctuation ] 35678 RIGHT SQUARE BRACKET
-punctuation ^ 12348 CIRCUMFLEX ACCENT
-punctuation _ 3678 LOW LINE
-punctuation ` 5 GRAVE ACCENT
-punctuation { 123678 LEFT CURLY BRACKET
-punctuation | 4568 VERTICAL LINE
-punctuation } 345678 RIGHT CURLY BRACKET
-punctuation ~ 467 TILDE
-sign \x007f 7 DELETE
-sign \x20AC 1578 #EURO SIGN (0x80)
-noback sign \x0080 1578 #EURO SIGN (0x80)
-sign \x0081 45 <control-0081>
-punctuation \x201A 457 #Low single quote (0x82)
-noback punctuation \x0082 457 #Low single quote (0x82)
-sign \x0192 58 #Flurihn (0x83)
-noback sign \x0083 58 #Flurihn (0x83)
-punctuation \x201E 2378 #Low quote (0x84)
-noback punctuation \x0084 2378 #Low quote (0x84)
-letter \x2020 2357 #Dagger (0x86
-noback letter \x0086 2357 #Dagger (0x86
-letter \x2021 23578 #Double dagger (0x87
-noback letter \x0087 23578 #Double dagger (0x87
-letter \x02c6 5678 #Modifier letter circumflex (0x88)
-noback letter \x0088 5678 #Modifier letter circumflex (0x88)
-math \x2030 245678 #permille sign (0x89)
-noback math \x0089 245678 #permille sign (0x89)
-uplow \x0160\x0161 23478,2348 #LATIN CAPITAL LETTER S WITH CARON (0x8a)
-noback uplow \x008a\x009a 23478,2348 #LATIN LETTER S WITH CARON (0x8a)
-punctuation \x2039 456 #SINGLE LEFT-POINTING ANGLE QUOTATION MARK (0x8b)
-noback punctuation \x008b 456 #SINGLE LEFT-POINTING ANGLE QUOTATION MARK (0x8b)
-uplow \x0152\x0153 13578,1358 #LATIN CAPITAL LIGATURE OE (0x8c)
-noback uplow \x008c\x009c 13578,1358 #LATIN LIGATURE OE (0x8c)
-sign \x008d 3567 REVERSE LINE FEED (not defined in cp1252)
-letter \x008f 27 SINGLE SHIFT THREE (not defined in cp1252)
-letter \x0090 357 DEVICE CONTROL STRING (not defined in cp1252)
-punctuation \x2018 47 #LEFT SINGLE QUOTATION MARK (0x91)
-noback punctuation \x0091 47 #LEFT SINGLE QUOTATION MARK (0x91)
-punctuation \x2019 48 #RIGHT SINGLE QUOTATION MARK (0x92)
-noback punctuation \x0092 48 #RIGHT SINGLE QUOTATION MARK (0x92)
-punctuation \x201c 237 #LEFT DOUBLE QUOTATION MARK (0x93)
-noback punctuation \x0093 237 #LEFT DOUBLE QUOTATION MARK (0x93)
-punctuation \x201d 568 #RIGHT DOUBLE QUOTATION MARK (0x94)
-noback punctuation \x0094 568 #RIGHT DOUBLE QUOTATION MARK (0x94)
-sign \x2022 37 #Bullit (0x95)
-noback sign \x0095 37 #Bullit (0x95)
-sign \x02DC 46 #SMALL TILDE (0x98)
-noback sign \x0098 46 #SMALL TILDE (0x98)
-sign \x2122 234578 #TRADE MARK SIGN (0x99)
-noback sign \x0099 234578 #TRADE MARK SIGN (0x99)
-punctuation \x203A 4567 #SINGLE RIGHT-POINTING ANGLE QUOTATION MARK (0x9b)
-noback punctuation \x009b 4567 #SINGLE RIGHT-POINTING ANGLE QUOTATION MARK (0x9b)
-letter \x009d 2567 OPERATING SYSTEM COMMAND
-uplow \x0178\x00ff 2345678,234568 #LATIN LETTER Y WITH DIAERESIS (0x9f)
-noback uppercase \x009f 2345678 #LATIN LETTER Y WITH DIAERESIS (0x9f)
-punctuation \x00a0 23458 NO-BREAK SPACE (0xa0)
-punctuation \x00a2 2578 CENT SIGN (0xa2)
-punctuation \x00a3 1238 POUND SIGN (0xa3)
-punctuation \x00a5 67 YEN SIGN (0xa5)
-punctuation \x00a6 3478 BROKEN BAR (0xa6)
-punctuation \x00a7 578 SECTION SIGN (0xa7)
-punctuation \x00a9 134678 COPYRIGHT SIGN (0xa9)
-letter \x00aa 234678 FEMININE ORDINAL INDICATOR (0xaa)
-punctuation \x00ab 57 LEFT-POINTING DOUBLE ANGLE QUOTATION MARK (0xab)
-letter \x00ad 378 SOFT HYPHEN (0xad)
-punctuation \x00ae 123578 REGISTERED SIGN (0xae)
-punctuation \x00af 23567 MACRON (0xaf)
-math \x00b1 123458 PLUS-MINUS SIGN
-punctuation \x00b2 238 SUPERSCRIPT TWO
-punctuation \x00b3 258 SUPERSCRIPT THREE
-punctuation \x00b4 468 ACUTE ACCENT
-punctuation \x00b6 1234568 PILCROW SIGN
-punctuation \x00b7 38 MIDDLE DOT
-punctuation \x00b8 4678 CEDILLA
-punctuation \x00b9 28 SUPERSCRIPT ONE
-letter \x00ba 12345678 MASCULINE ORDINAL INDICATOR
-punctuation \x00bb 567 RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK
-punctuation \x00bc 13458 VULGAR FRACTION ONE QUARTER
-punctuation \x00bd 458 VULGAR FRACTION ONE HALF
-uplow \x00c1\x00e1 1235678,123568 LATIN  LETTER A WITH ACUTE
-uplow \x00c2\x00e2 1678,168 LATIN  LETTER A WITH CIRCUMFLEX
-uplow \x00c3\x00e3 14678,1468 LATIN  LETTER A WITH TILDE
-uplow \x00c4\x00e4 34578,3458 LATIN  LETTER A WITH DIAERESIS
-uplow \x00c5\x00e5 167,16 LATIN LETTER A WITH RING ABOVE
-uplow \x00c6\x00e6 3457,345 LATIN LETTER AE
-uplow \x00cc\x00ec 15678,1568 LATIN  LETTER I WITH GRAVE
-uplow \x00cd\x00ed 12678,1268 LATIN  LETTER I WITH ACUTE
-uplow \x00d0\x00f0 1345678,134568 LATIN  LETTER ETH
-uplow \x00d1\x00f1 1245678,124568 LATIN  LETTER N WITH TILDE
-uplow \x00d2\x00f2 124678,12468 LATIN  LETTER O WITH GRAVE
-uplow \x00d3\x00f3 34678,3468 LATIN  LETTER O WITH ACUTE
-uplow \x00d5\x00f5 145678,14568 LATIN  LETTER O WITH TILDE
-uplow \x00d6\x00f6 24678,2468 LATIN  LETTER O WITH DIAERESIS
-math \x00d7 13468 MULTIPLICATION SIGN
-uplow \x00d8\x00f8 2467,246 LATIN LETTER O WITH STROKE
-uplow \x00da\x00fa 125678,12568 LATIN  LETTER U WITH ACUTE
-uplow \x00dd\x00fd 13478,1348 LATIN  LETTER Y WITH ACUTE (infinite?)
-uplow \x00de\x00fe 1378,138 LATIN  LETTER THORN
-lowercase \x00df 23468 LATIN SMALL LETTER SHARP S
-math \x00f7 2568 DIVISION SIGN
-
-# Character used for capslettersign
-# Resides in the "private use area", and shouldn't conflict with anything.
-sign \xf8ff f
-
-#Unicode Braille patterns
-include braille-patterns.cti
-
-# characters that have letsign as part of their definition
-# (to be removed when the alwaysletsign opcode has been implemented).
-punctuation * 6-35 ASTERISK
-uplow Qq 6-123457,6-12345 LATIN LETTER Q
-uplow Ww 6-24567,6-2456 LATIN LETTER W
-uplow Xx 6-13467,6-1346 LATIN LETTER X
-uplow Zz 6-13567,6-1356 LATIN LETTER Z
-punctuation \\ 6-347 REVERSE SLASH
-punctuation \x2026 6-3-3-3 #Elipsis (0x85)
-noback punctuation \x0085 6-3-3-3 #Elipsis (0x85)
-uplow \x017d\x017e 6-3467,6-346 #LATIN  LETTER Z WITH CARON (0x8e)
-noback uplow \x008e\x009e 6-3467,6-346 #LATIN  LETTER Z WITH CARON (0x8e)
-letter \x2013 6-36 #EN DASH (0x96)
-noback sign \x0096 6-36 #EN DASH (0x96)
-letter \x2014 6-367 #Em DASH (0x97)
-noback sign \x0097 6-367 #Em DASH (0x97)
-punctuation \x00a4 6-2367 CURRENCY SIGN (0xa4)
-punctuation \x00a8 6-56 DIAERESIS (0xa8)
-punctuation \x00ac 6-34567 NOT SIGN (0xac)
-sign \x00b0 4-356 DEGREE SIGN (0xb0)
-sign \x00b5 6-236 MICRO SIGN
-punctuation \x00be 6-3456 VULGAR FRACTION THREE QUARTERS
-punctuation \x00bf 6-34 INVERTED QUESTION MARK
-uplow \x00c0\x00e0 6-123567,6-12356 LATIN  LETTER A WITH GRAVE
-uplow \x00c7\x00e7 6-123467,6-12346 LATIN  LETTER C WITH CEDILLA
-uplow \x00c8\x00e8 6-23467,6-2346 LATIN  LETTER E WITH GRAVE
-uplow \x00c9\x00e9 6-1234567,6-123456 LATIN  LETTER E WITH ACUTE
-uplow \x00ca\x00ea 6-1267,6-126 LATIN  LETTER E WITH CIRCUMFLEX
-uplow \x00cb\x00eb 6-12467,6-1246 LATIN  LETTER E WITH DIAERESIS
-uplow \x00ce\x00ee 6-1467,6-146 LATIN  LETTER I WITH CIRCUMFLEX
-uplow \x00cf\x00ef 6-124567,6-12456 LATIN  LETTER I WITH DIAERESIS
-uplow \x00d4\x00f4 6-14567,6-1456 LATIN  LETTER O WITH CIRCUMFLEX
-uplow \x00d9\x00f9 6-234567,6-23456 LATIN  LETTER U WITH GRAVE
-uplow \x00db\x00fb 6-1567,6-156 LATIN  LETTER U WITH CIRCUMFLEX
-uplow \x00dc\x00fc 6-12567,6-1256 LATIN  LETTER U WITH DIAERESIS
-
-# Misc letters from other character sets prefixed with dot 5
-# to be implemented
-
-### misc opcodes ###
-
-# Emphasis opcodes
-emphclass italic
-emphclass underline
-emphclass bold
-
-begemphphrase italic 56
-endemphphrase italic after 56
-begemphword italic 56
-endemphword italic 56
-
-begemphphrase bold 56
-endemphphrase bold after 56
-begemphword bold 56
-endemphword bold 56
-
-begemphphrase underline 56
-endemphphrase underline after 56
-begemphword underline 56
-endemphword underline 56
-
-# special symbols
-decpoint , 2
-hyphen - 368
-letsign 6
-noletsign Ii
-noletsignbefore 1234567890
-
-capsletter f
-multind f-6 capsletter letsign
-multind 6-f letsign capsletter
-capsnocont
-
-# The Danish use of letsign differs somewhat from the LibLouis way.
-# In order to be sure that we are getting a letsign when we want one, we are sometimes getting an overlap.
-
-# Ensure that we have letsign between a digit and "st"
-# and nd after a digit is not contracted
-noback context _$d["st"]!$l @6-234-2345
-noback context _$d["st"]~ @6-234-2345
-noback context _$d["nd"]!$l @1345-145
-noback context _$d["nd"]~ @1345-145
-# Ensure that we get a letsign between a digit and a single letter.
-noback context $d[]$l!$l @6
-noback context $d[]$l~ @6
-
-#Special sequences, urls emails and file names.
-
-nocont $
-nocont \\ # line cannot end with a backslash
-nocont @
-nocont ://
-nocont www
-nocont .com
-nocont .dk
-nocont .eu
-nocont .edu
-nocont .gov
-nocont .mil
-nocont .net
-nocont .org
-nocont .uk
-nocont .doc
-nocont .exe
-nocont .htm
-nocont .tex
-nocont .txt
-nocont .gif
-nocont .jpg
-nocont .png
-nocont .wav
-nocont .tar
-nocont .zip
-
-# Word contractions with only 1 cell
-word at 1
-word bliver 12
-word den 12346
-word der 23456
-word det 2346
-word de 1456
-word du 145
-word efter 1356
-word eller 15
-word en 126
-word er 156
-word et 346
-word for 124
-word før 246
-word gennem 12456
-word gør 1245
-word han 13456
-word har 125
-word hun 136
-word hvad 2456
-word hvor 34
-word jeg 245
-word kan 13
-word lige 123
-word med 134
-word men 146
-word ned 1246
-word når 1345
-word og 14
-word op 135
-word over 1346
-word på 1234
-word ret 12356
-word rigtig 1235
-word skal 123456
-word som 234
-word så 16
-word te 1256
-word til 2345
-word under 12345
-word ved 1236
-word ve 3456
-word være 345
-
-### Exceptions ###
-
-# Ensure no single cell word contraction before or after a dash
-word -at 368-1-2345
-word at- 1-2345-368
-word -bliver 368-12-123-24-1236-15-1235
-word bliver- 12-123-24-1236-15-1235-368
-word -den 368-145-15-1345
-word den- 145-15-1345-368
-word -der 368-145-15-1235
-word der- 145-15-1235-368
-word -det 368-145-15-2345
-word det- 145-15-2345-368
-word -de 368-145-15
-word de- 145-15-368
-word -du 368-145-136
-word du- 145-136-368
-word -efter 368-15-124-2345-15-1235
-word efter- 15-124-2345-15-1235-368
-word -er 368-15-1235
-word er- 15-1235-368
-word -et 368-15-2345
-word et- 15-2345-368
-word -for 368-124-135-1235
-word for- 124-135-1235-368
-word -før 368-124-246-1235
-word før- 124-246-1235-368
-word -gennem 368-1245-15-1345-1345-15-134
-word gennem- 1245-15-1345-1345-15-134-368
-word -gør 368-1245-246-1235
-word gør- 1245-246-1235-368
-word -han 368-125-1-1345
-word han- 125-1-1345-368
-word -har 368-125-1-1235
-word har- 125-1-1235-368
-word -hun 368-125-136-1345
-word hun- 125-136-1345-368
-word -kan 368-13-1-1345
-word kan- 13-1-1345-368
-word -lige 368-123-24-12456
-word lige- 123-24-12456-368
-word -med 368-146-145
-word med- 146-145-368
-word -men 368-134-126
-word men- 134-126-368
-word -ned 368-1345-15-145
-word ned- 1345-15-145-368
-word -når 368-1345-16-1235
-word når- 1345-16-1235-368
-word -og 368-135-1245
-word og- 135-1245-368
-word -op 368-135-1234
-word op- 135-1234-368
-word -over 368-135-1236-15-1235
-word over- 135-1236-15-1235-368
-word -på 368-1234-16
-word på- 1234-16-368
-word -ret 368-1235-15-2345
-word ret- 1235-15-2345-368
-word -rigtig 368-1235-24-1245-2345-24-1245
-word rigtig- 1235-24-1245-2345-24-1245-368
-word -skal 368-234-13-1-123
-word skal- 234-13-1-123-368
-word -som 368-234-135-134
-word som- 234-135-134-368
-word -så 368-234-16
-word så- 234-16-368
-word -te 368-2345-15
-word te- 2345-15-368
-word -til 368-2345-24-123
-word til- 2345-24-123-368
-word -under 368-136-1345-145-15-1235
-word under- 136-1345-145-15-1235-368
-word -ved 368-1236-15-145
-word ved- 1236-15-145-368
-word -ve 368-1236-15
-word ve- 1236-15-368
-word -være 368-1236-345-1235-15
-word Være- 1236-345-1235-15-368
-
-### Patches ###
-# the following sections are to compensate for various behaviours and problems in liblouis.
-# They will be removed, as the issues are resolved.
-
-# Ensure correct back-translation of word contractions before various punctuation.
-
-nofor always a 6-1
-nofor always b 6-12
-nofor always c 6-14
-nofor always d 6-145
-nofor always e 6-15
-nofor always f 6-124
-nofor always g 6-1245
-nofor always h 6-125
-nofor always j 6-245
-nofor always k 6-13
-nofor always l 6-123
-nofor always m 6-134
-nofor always n 6-1345
-nofor always o 6-135
-nofor always p 6-1234
-nofor always q 6-12345
-nofor always r 6-1235
-nofor always s 6-234
-nofor always t 6-2345
-nofor always u 6-136
-nofor always v 6-1236
-nofor always w 6-2456
-nofor always x 6-1346
-nofor always y 6-13456
-nofor always z 6-1356
-nofor always æ 6-345
-nofor always ø 6-246
-nofor always å 6-16
-
-nofor always A 6-17
-nofor always B 6-127
-nofor always C 6-147
-nofor always D 6-1457
-nofor always E 6-157
-nofor always F 6-1247
-nofor always G 6-12457
-nofor always H 6-1257
-nofor always J 6-2457
-nofor always K 6-137
-nofor always L 6-1237
-nofor always M 6-1347
-nofor always N 6-13457
-nofor always O 6-1357
-nofor always P 6-12347
-nofor always Q 6-123457
-nofor always R 6-12357
-nofor always S 6-2347
-nofor always T 6-23457
-nofor always U 6-1367
-nofor always V 6-12367
-nofor always W 6-24567
-nofor always X 6-13467
-nofor always Y 6-134567
-nofor always Z 6-13567
-nofor always Æ 6-3457
-nofor always Ø 6-2467
-nofor always Å 6-167
-
-# if a word contraction is followed by a punctuation and another word immediately after,
-# The contracted word before the punctuation will back-translate as its components
-class wordlimit /,!.:’()?"'\x00ab_\x201d\x0094\x2019\x0092\x00bb
-
-nofor before wordlimit sufword at 1
-nofor before wordlimit sufword bliver 12
-nofor before wordlimit sufword den 12346
-nofor before wordlimit sufword der 23456
-nofor before wordlimit sufword det 2346
-nofor before wordlimit sufword de 1456
-nofor before wordlimit sufword du 145
-nofor before wordlimit sufword efter 1356
-nofor before wordlimit sufword eller 15
-nofor before wordlimit sufword en 126
-nofor before wordlimit sufword er 156
-nofor before wordlimit sufword et 346
-nofor before wordlimit sufword for 124
-nofor before wordlimit sufword før 246
-nofor before wordlimit sufword gennem 12456
-nofor before wordlimit sufword gør 1245
-nofor before wordlimit sufword han 13456
-nofor before wordlimit sufword har 125
-nofor before wordlimit sufword hun 136
-nofor before wordlimit sufword hvad 2456
-nofor before wordlimit sufword hvor 34
-nofor before wordlimit sufword jeg 245
-nofor before wordlimit sufword kan 13
-nofor before wordlimit sufword lige 123
-nofor before wordlimit sufword med 134
-nofor before wordlimit sufword men 146
-nofor before wordlimit sufword ned 1246
-nofor before wordlimit sufword når 1345
-nofor before wordlimit sufword og 14
-nofor before wordlimit sufword op 135
-nofor before wordlimit sufword over 1346
-nofor before wordlimit sufword på 1234
-nofor before wordlimit sufword ret 12356
-nofor before wordlimit sufword rigtig 1235
-nofor before wordlimit sufword skal 123456
-nofor before wordlimit sufword som 234
-nofor before wordlimit sufword så 16
-nofor before wordlimit sufword te 1256
-nofor before wordlimit sufword til 2345
-nofor before wordlimit sufword under 12345
-nofor before wordlimit sufword ved 1236
-nofor before wordlimit sufword være 345
-
-### Problems solved with pass 2 ###
-
-# Most of these lines are temporary.
-# They will be written with a few swap sets when the swapdd opcode has been fixed.
-
-
-# Generic forward convert of @f-... to @...7
-noback pass2 @f-235 @2357
-# Conversion with letsign.
-noback pass2 @f-6-235 @6-2357
-# Conversion with dot 5, which is used for accent marker in higher unicode pages.
-noback pass2 @f-5-235 @5-2357
-# Generic backward conversion.
-nofor pass2 @2357 @f-235
-# Conversion with dot 5 (letsign is handled below).
-nofor pass2 @5-2357 @f-5-235
-
-# Same for the following characters.
-
-noback pass2 @f-35 @357
-noback pass2 @f-6-35 @6-357
-noback pass2 @f-5-35 @5-357
-nofor pass2 @357 @f-35
-nofor pass2 @5-357 @f-5-35
-
-noback pass2 @f-1 @17
-noback pass2 @f-6-1 @6-17
-noback pass2 @f-5-1 @5-17
-nofor pass2 @17 @f-1
-nofor pass2 @5-17 @f-5-1
-
-noback pass2 @f-12 @127
-noback pass2 @f-6-12 @6-127
-noback pass2 @f-5-12 @5-127
-nofor pass2 @127 @f-12
-nofor pass2 @5-127 @f-5-12
-
-noback pass2 @f-14 @147
-noback pass2 @f-6-14 @6-147
-noback pass2 @f-5-14 @5-147
-nofor pass2 @147 @f-14
-nofor pass2 @5-147 @f-5-14
-
-noback pass2 @f-145 @1457
-noback pass2 @f-6-145 @6-1457
-noback pass2 @f-5-145 @5-1457
-nofor pass2 @1457 @f-145
-nofor pass2 @5-1457 @f-5-145
-
-noback pass2 @f-15 @157
-noback pass2 @f-6-15 @6-157
-noback pass2 @f-5-15 @5-157
-nofor pass2 @157 @f-15
-nofor pass2 @5-157 @f-5-15
-
-noback pass2 @f-124 @1247
-noback pass2 @f-6-124 @6-1247
-noback pass2 @f-5-124 @5-1247
-nofor pass2 @1247 @f-124
-nofor pass2 @5-1247 @f-5-124
-
-noback pass2 @f-1245 @12457
-noback pass2 @f-6-1245 @6-12457
-noback pass2 @f-5-1245 @5-12457
-nofor pass2 @12457 @f-1245
-nofor pass2 @5-12457 @f-5-1245
-
-noback pass2 @f-125 @1257
-noback pass2 @f-6-125 @6-1257
-noback pass2 @f-5-125 @5-1257
-nofor pass2 @1257 @f-125
-nofor pass2 @5-1257 @f-5-125
-
-noback pass2 @f-24 @247
-noback pass2 @f-6-24 @6-247
-noback pass2 @f-5-24 @5-247
-nofor pass2 @247 @f-24
-nofor pass2 @5-247 @f-5-24
-
-noback pass2 @f-245 @2457
-noback pass2 @f-6-245 @6-2457
-noback pass2 @f-5-245 @5-2457
-nofor pass2 @2457 @f-245
-nofor pass2 @5-2457 @f-5-245
-
-noback pass2 @f-13 @137
-noback pass2 @f-6-13 @6-137
-noback pass2 @f-5-13 @5-137
-nofor pass2 @137 @f-13
-nofor pass2 @5-137 @f-5-13
-
-noback pass2 @f-123 @1237
-noback pass2 @f-6-123 @6-1237
-noback pass2 @f-5-123 @5-1237
-nofor pass2 @1237 @f-123
-nofor pass2 @5-1237 @f-5-123
-
-noback pass2 @f-134 @1347
-noback pass2 @f-6-134 @6-1347
-noback pass2 @f-5-134 @5-1347
-nofor pass2 @1347 @f-134
-nofor pass2 @5-1347 @f-5-134
-
-noback pass2 @f-1345 @13457
-noback pass2 @f-6-1345 @6-13457
-noback pass2 @f-5-1345 @5-13457
-nofor pass2 @13457 @f-1345
-nofor pass2 @5-13457 @f-5-1345
-
-noback pass2 @f-135 @1357
-noback pass2 @f-6-135 @6-1357
-noback pass2 @f-5-135 @5-1357
-nofor pass2 @1357 @f-135
-nofor pass2 @5-1357 @f-5-135
-
-noback pass2 @f-1234 @12347
-noback pass2 @f-6-1234 @6-12347
-noback pass2 @f-5-1234 @5-12347
-nofor pass2 @12347 @f-1234
-nofor pass2 @5-12347 @f-5-1234
-
-noback pass2 @f-12345 @123457
-noback pass2 @f-6-12345 @6-123457
-noback pass2 @f-5-12345 @5-123457
-nofor pass2 @123457 @f-12345
-nofor pass2 @5-123457 @f-5-12345
-
-noback pass2 @f-1235 @12357
-noback pass2 @f-6-1235 @6-12357
-noback pass2 @f-5-1235 @5-12357
-nofor pass2 @12357 @f-1235
-nofor pass2 @5-12357 @f-5-1235
-
-noback pass2 @f-234 @2347
-noback pass2 @f-6-234 @6-2347
-noback pass2 @f-5-234 @5-2347
-nofor pass2 @2347 @f-234
-nofor pass2 @5-2347 @f-5-234
-
-noback pass2 @f-2345 @23457
-noback pass2 @f-6-2345 @6-23457
-noback pass2 @f-5-2345 @5-23457
-nofor pass2 @23457 @f-2345
-nofor pass2 @5-23457 @f-5-2345
-
-noback pass2 @f-136 @1367
-noback pass2 @f-6-136 @6-1367
-noback pass2 @f-5-136 @5-1367
-nofor pass2 @1367 @f-136
-nofor pass2 @5-1367 @f-5-136
-
-noback pass2 @f-1236 @12367
-noback pass2 @f-6-1236 @6-12367
-noback pass2 @f-5-1236 @5-12367
-nofor pass2 @12367 @f-1236
-nofor pass2 @5-12367 @f-5-1236
-
-noback pass2 @f-2456 @24567
-noback pass2 @f-6-2456 @6-24567
-noback pass2 @f-5-2456 @5-24567
-nofor pass2 @24567 @f-2456
-nofor pass2 @5-24567 @f-5-2456
-
-noback pass2 @f-1346 @13467
-noback pass2 @f-6-1346 @6-13467
-noback pass2 @f-5-1346 @5-13467
-nofor pass2 @13467 @f-1346
-nofor pass2 @5-13467 @f-5-1346
-
-noback pass2 @f-13456 @134567
-noback pass2 @f-6-13456 @6-134567
-noback pass2 @f-5-13456 @5-134567
-nofor pass2 @134567 @f-13456
-nofor pass2 @5-134567 @f-5-13456
-
-noback pass2 @f-1356 @13567
-noback pass2 @f-6-1356 @6-13567
-noback pass2 @f-5-1356 @5-13567
-nofor pass2 @13567 @f-1356
-nofor pass2 @5-13567 @f-5-1356
-
-noback pass2 @f-34 @347
-noback pass2 @f-6-34 @6-347
-noback pass2 @f-5-34 @5-347
-nofor pass2 @347 @f-34
-nofor pass2 @5-347 @f-5-34
-
-noback pass2 @f-346 @3467
-noback pass2 @f-6-346 @6-3467
-noback pass2 @f-5-346 @5-3467
-nofor pass2 @3467 @f-346
-nofor pass2 @5-3467 @f-5-346
-
-noback pass2 @f-2348 @23478
-noback pass2 @f-6-2348 @6-23478
-noback pass2 @f-5-2348 @5-23478
-nofor pass2 @23478 @f-2348
-nofor pass2 @5-23478 @f-5-2348
-
-noback pass2 @f-1358 @13578
-noback pass2 @f-6-1358 @6-13578
-noback pass2 @f-5-1358 @5-13578
-nofor pass2 @13578 @f-1358
-nofor pass2 @5-13578 @f-5-1358
-
-noback pass2 @f-234568 @2345678
-noback pass2 @f-6-234568 @6-2345678
-noback pass2 @f-5-234568 @5-2345678
-nofor pass2 @2345678 @f-234568
-nofor pass2 @5-2345678 @f-5-234568
-
-noback pass2 @f-236 @2367
-noback pass2 @f-6-236 @6-2367
-noback pass2 @f-5-236 @5-2367
-nofor pass2 @2367 @f-236
-nofor pass2 @5-2367 @f-5-236
-
-noback pass2 @f-256 @2567
-noback pass2 @f-6-256 @6-2567
-noback pass2 @f-5-256 @5-2567
-nofor pass2 @2567 @f-256
-nofor pass2 @5-2567 @f-5-256
-
-noback pass2 @f-356 @3567
-noback pass2 @f-6-356 @6-3567
-noback pass2 @f-5-356 @5-3567
-nofor pass2 @3567 @f-356
-nofor pass2 @5-3567 @f-5-356
-
-noback pass2 @f-3456 @34567
-noback pass2 @f-6-3456 @6-34567
-noback pass2 @f-5-3456 @5-34567
-nofor pass2 @34567 @f-3456
-nofor pass2 @5-34567 @f-5-3456
-
-noback pass2 @f-12356 @123567
-noback pass2 @f-6-12356 @6-123567
-noback pass2 @f-5-12356 @5-123567
-nofor pass2 @123567 @f-12356
-nofor pass2 @5-123567 @f-5-12356
-
-noback pass2 @f-123568 @1235678
-noback pass2 @f-6-123568 @6-1235678
-noback pass2 @f-5-123568 @5-1235678
-nofor pass2 @1235678 @f-123568
-nofor pass2 @5-1235678 @f-5-123568
-
-noback pass2 @f-168 @1678
-noback pass2 @f-6-168 @6-1678
-noback pass2 @f-5-168 @5-1678
-nofor pass2 @1678 @f-168
-nofor pass2 @5-1678 @f-5-168
-
-noback pass2 @f-1468 @14678
-noback pass2 @f-6-1468 @6-14678
-noback pass2 @f-5-1468 @5-14678
-nofor pass2 @14678 @f-1468
-nofor pass2 @5-14678 @f-5-1468
-
-noback pass2 @f-3458 @34578
-noback pass2 @f-6-3458 @6-34578
-noback pass2 @f-5-3458 @5-34578
-nofor pass2 @34578 @f-3458
-nofor pass2 @5-34578 @f-5-3458
-
-noback pass2 @f-16 @167
-noback pass2 @f-6-16 @6-167
-noback pass2 @f-5-16 @5-167
-nofor pass2 @167 @f-16
-nofor pass2 @5-167 @f-5-16
-
-noback pass2 @f-345 @3457
-noback pass2 @f-6-345 @6-3457
-noback pass2 @f-5-345 @5-3457
-nofor pass2 @3457 @f-345
-nofor pass2 @5-3457 @f-5-345
-
-noback pass2 @f-12346 @123467
-noback pass2 @f-6-12346 @6-123467
-noback pass2 @f-5-12346 @5-123467
-nofor pass2 @123467 @f-12346
-nofor pass2 @5-123467 @f-5-12346
-
-noback pass2 @f-2346 @23467
-noback pass2 @f-6-2346 @6-23467
-noback pass2 @f-5-2346 @5-23467
-nofor pass2 @23467 @f-2346
-nofor pass2 @5-23467 @f-5-2346
-
-noback pass2 @f-123456 @1234567
-noback pass2 @f-6-123456 @6-1234567
-noback pass2 @f-5-123456 @5-1234567
-nofor pass2 @1234567 @f-123456
-nofor pass2 @5-1234567 @f-5-123456
-
-noback pass2 @f-126 @1267
-noback pass2 @f-6-126 @6-1267
-noback pass2 @f-5-126 @5-1267
-nofor pass2 @1267 @f-126
-nofor pass2 @5-1267 @f-5-126
-
-noback pass2 @f-1246 @12467
-noback pass2 @f-6-1246 @6-12467
-noback pass2 @f-5-1246 @5-12467
-nofor pass2 @12467 @f-1246
-nofor pass2 @5-12467 @f-5-1246
-
-noback pass2 @f-1568 @15678
-noback pass2 @f-6-1568 @6-15678
-noback pass2 @f-5-1568 @5-15678
-nofor pass2 @15678 @f-1568
-nofor pass2 @5-15678 @f-5-1568
-
-noback pass2 @f-1268 @12678
-noback pass2 @f-6-1268 @6-12678
-noback pass2 @f-5-1268 @5-12678
-nofor pass2 @12678 @f-1268
-nofor pass2 @5-12678 @f-5-1268
-
-noback pass2 @f-146 @1467
-noback pass2 @f-6-146 @6-1467
-noback pass2 @f-5-146 @5-1467
-nofor pass2 @1467 @f-146
-nofor pass2 @5-1467 @f-5-146
-
-noback pass2 @f-12456 @124567
-noback pass2 @f-6-12456 @6-124567
-noback pass2 @f-5-12456 @5-124567
-nofor pass2 @124567 @f-12456
-nofor pass2 @5-124567 @f-5-12456
-
-noback pass2 @f-134568 @1345678
-noback pass2 @f-6-134568 @6-1345678
-noback pass2 @f-5-134568 @5-1345678
-nofor pass2 @1345678 @f-134568
-nofor pass2 @5-1345678 @f-5-134568
-
-noback pass2 @f-124568 @1245678
-noback pass2 @f-6-124568 @6-1245678
-noback pass2 @f-5-124568 @5-1245678
-nofor pass2 @1245678 @f-124568
-nofor pass2 @5-1245678 @f-5-124568
-
-noback pass2 @f-12468 @124678
-noback pass2 @f-6-12468 @6-124678
-noback pass2 @f-5-12468 @5-124678
-nofor pass2 @124678 @f-12468
-nofor pass2 @5-124678 @f-5-12468
-
-noback pass2 @f-3468 @34678
-noback pass2 @f-6-3468 @6-34678
-noback pass2 @f-5-3468 @5-34678
-nofor pass2 @34678 @f-3468
-nofor pass2 @5-34678 @f-5-3468
-
-noback pass2 @f-1456 @14567
-noback pass2 @f-6-1456 @6-14567
-noback pass2 @f-5-1456 @5-14567
-nofor pass2 @14567 @f-1456
-nofor pass2 @5-14567 @f-5-1456
-
-noback pass2 @f-14568 @145678
-noback pass2 @f-6-14568 @6-145678
-noback pass2 @f-5-14568 @5-145678
-nofor pass2 @145678 @f-14568
-nofor pass2 @5-145678 @f-5-14568
-
-noback pass2 @f-2468 @24678
-noback pass2 @f-6-2468 @6-24678
-noback pass2 @f-5-2468 @5-24678
-nofor pass2 @24678 @f-2468
-nofor pass2 @5-24678 @f-5-2468
-
-noback pass2 @f-246 @2467
-noback pass2 @f-6-246 @6-2467
-noback pass2 @f-5-246 @5-2467
-nofor pass2 @2467 @f-246
-nofor pass2 @5-2467 @f-5-246
-
-noback pass2 @f-23456 @234567
-noback pass2 @f-6-23456 @6-234567
-noback pass2 @f-5-23456 @5-234567
-nofor pass2 @234567 @f-23456
-nofor pass2 @5-234567 @f-5-23456
-
-noback pass2 @f-12568 @125678
-noback pass2 @f-6-12568 @6-125678
-noback pass2 @f-5-12568 @5-125678
-nofor pass2 @125678 @f-12568
-nofor pass2 @5-125678 @f-5-12568
-
-noback pass2 @f-156 @1567
-noback pass2 @f-6-156 @6-1567
-noback pass2 @f-5-156 @5-1567
-nofor pass2 @1567 @f-156
-nofor pass2 @5-1567 @f-5-156
-
-noback pass2 @f-1256 @12567
-noback pass2 @f-6-1256 @6-12567
-noback pass2 @f-5-1256 @5-12567
-nofor pass2 @12567 @f-1256
-nofor pass2 @5-12567 @f-5-1256
-
-noback pass2 @f-1348 @13478
-noback pass2 @f-6-1348 @6-13478
-noback pass2 @f-5-1348 @5-13478
-nofor pass2 @13478 @f-1348
-nofor pass2 @5-13478 @f-5-1348
-
-noback pass2 @f-138 @1378
-noback pass2 @f-6-138 @6-1378
-noback pass2 @f-5-138 @5-1378
-nofor pass2 @1378 @f-138
-nofor pass2 @5-1378 @f-5-138
-
-noback pass2 @f-234568 @2345678
-noback pass2 @f-6-234568 @6-2345678
-noback pass2 @f-5-234568 @5-2345678
-nofor pass2 @2345678 @f-234568
-nofor pass2 @5-2345678 @f-5-234568
-
-# Tweak to keep letsign for letters that should always have letsign.
-# Letsign will be removed by the multind opcode. So we insert an extra one.
-nofor pass2 @6-123457 @f-6-6-12345
-nofor pass2 @6-24567 @f-6-6-2456
-nofor pass2 @6-13467 @f-6-6-1346
-nofor pass2 @6-134567 @f-6-6-13456
-nofor pass2 @6-13567 @f-6-6-1356
-nofor pass2 @6-123567 @f-6-6-12356
-nofor pass2 @6-123467 @f-6-6-12346
-nofor pass2 @6-23467 @f-6-6-2346
-nofor pass2 @6-1234567 @f-6-6-123456
-nofor pass2 @6-1267 @f-6-6-126
-nofor pass2 @6-12467 @f-6-6-1246
-nofor pass2 @6-1467 @f-6-6-146
-nofor pass2 @6-124567 @f-6-6-12456
-nofor pass2 @6-14567 @f-6-6-1456
-nofor pass2 @6-234567 @f-6-6-23456
-nofor pass2 @6-1567 @f-6-6-156
-nofor pass2 @6-12567 @f-6-6-1256
-
-# Ensure that punctuation signs etc. are not "tolowered" when they have a letsign, but only when they act as a partword contraction.
-nofor pass2 @6-347 *
-nofor pass2 @6-2357 *
-nofor pass2 @6-3467 *
-nofor pass2 @6-2567 *
-nofor pass2 @6-2367 *
-nofor pass2 @6-34567 *
-
-# remove any superfluous capsletter marks.
-noback pass2 @f ?
-
-# Remove any superfluous letsigns and only keep one.
-noback pass3 @6-6 @6
-# liblouis: U.K. English Grade 1 table
-#
-# ------------
-#-name: British English grade 1
-#-display-name: U.K. English uncontracted braille
-#
-#+locale:en-GB
-#+type:literary
-#+contraction:no
-#+grade:1
-#
-# TODO: Please correct the metadata above. It is not meant to be
-# accurate nor complete. It hasn't been verified by the table
-# author yet. It is merely an attempt by the liblouis maintainers
-# to get some sensible initial values in place.
-#
-# TODO: Please add a reference to official documentation about
-# the implemented braille code. Preferably submit the documents
-# to https://github.com/liblouis/braille-specs.
-# ------------
-#
-# Based on the braille contraction modules in BRLTTY
-#
-# Copyright (C) 1995-2004 by The BRLTTY Team.
-# Copyright (C) 2004 ViewPlus Technologies, Inc., www.viewplustech.com
-# Copyright (C) 2004 Computers to Help People, Inc., www.chpi.org
-
-# This file is free software; you can redistribute it and/or
-# modify it under the terms of the GNU Lesser General Public
-# License as published by the Free Software Foundation; either
-# version 2.1 of the License, or (at your option) any later version.
-
-# This file is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-# Lesser General Public License for more details.
-
-# You should have received a copy of the GNU Lesser General Public
-# License along with this file; if not, write to the Free Software
-# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
-# liblouis  comes with ABSOLUTELY NO WARRANTY.
-
-# Maintained by Paul Wood, Torch Trust: paulw torchtrust.org
-
-include text_nabcc.dis All display opcodes
-
-include ukchardefs.cti All character definition opcodes
-
-
-# accented letters
-
-uplow \x00C0\x00E0 1				# a with grave
-uplow \x00C1\x00E1 1				# a with acute
-uplow \x00C2\x00E2 1				# a with circumflex
-uplow \x00C3\x00E3 1				# a with tilde
-uplow \x00C4\x00E4 1				# a with dieresis
-uplow \x00C5\x00E5 1				# a with ring above
-uplow \x00C6\x00E6 1				# letter ae
-uplow \x00C7\x00E7 14				# c with cedilla
-uplow \x00C8\x00E8 15				# e with grave
-uplow \x00C9\x00E9 15				# e with acute
-uplow \x00CA\x00EA 15				# e with circumflex
-uplow \x00CB\x00EB 15				# e with dieresis
-uplow \x00CC\x00EC 24				# i with grave above
-uplow \x00CD\x00ED 24				# i with acute above
-uplow \x00CE\x00EE 24				# i with circumflex
-uplow \x00CF\x00EF 24				# i with dieresis
-uplow \x00D0\x00F0 15				# letter eth
-uplow \x00D1\x00F1 1345			# n with tilde
-uplow \x00D2\x00F2 135			# o with grave above
-uplow \x00D3\x00F3 135			# o with acute above
-uplow \x00D4\x00F4 135			# o with circumflex
-uplow \x00D5\x00F5 135			# o with tilde
-uplow \x00D6\x00F6 135			# o with dieresis
-
-# \x00D7	× multiplication sign	----------------------
-
-uplow \x00D8\x00F8 135			# o with stroke
-uplow \x00D9\x00F9 136			# u with grave above
-uplow \x00DA\x00FA 136			# u with acute above
-uplow \x00DB\x00FB 136			# u with circumflex above
-uplow \x00DC\x00FC 136				# u with dieeresis
-uplow \x00DD\x00FD 13456		# y with acute above
-uplow \x00DE\x00FE 2345			# letter thorn
-letter \x00DF 2346		# small sharp s
-uplow \x0174\x0175 2456 w with circumflex
-uplow \x0176\x0177 13456 # y with circumflex
-uplow \x0178\x00ff 13456 # y with diaeresis
-uplow \x1EF2\x1EF3 13456 # y with grave
-
-largesign \x00C0 4-1      [C0] upper a grave
-largesign \x00E0   4-1      [E0] lower a grave
-
-largesign \x00C1 4-1      [C1] upper a acute
-largesign \x00E1   4-1      [E1] lower a acute
-
-largesign \x00C2 4-1      [C2] upper a circumflex
-largesign \x00E2   4-1      [E2] lower a circumflex
-
-largesign \x00C3 4-1      [C3] upper a tilde
-largesign \x00E3   4-1      [E3] lower a tilde
-
-largesign \x00C4 4-1      [C4] upper a dieresis
-largesign \x00E4   4-1      [E4] lower a dieresis
-
-largesign \x00C5 4-1      [C5] upper a ring
-largesign \x00E5   4-1      [E5] lower a ring
-
-largesign \x00C6 1-15     [C6] upper ae
-largesign \x00E6   1-15			[E6] lower ae
-
-largesign \x00C7 4-14     [C7] upper c cedilla
-largesign \x00E7   4-14     [E7] lower c cedilla
-
-largesign \x00C8 4-15     [C8] upper e grave
-largesign \x00E8   4-15     [E8] lower e grave
-
-largesign \x00C9 4-15     [C9] upper e acute
-largesign \x00E9   4-15     [E9] lower e acute
-
-largesign \x00CA 4-15     [CA] upper e circumflex
-largesign \x00EA   4-15     [EA] lower e circumflex
-
-largesign \x00CB 4-15     [CB] upper e dieresis
-largesign \x00EB   4-15     [EB] lower e dieresis
-
-largesign \x00CC 4-24     [CC] upper i grave
-largesign \x00EC   4-24     [EC] lower i grave
-
-largesign \x00CD 4-24     [CD] upper i acute
-largesign \x00ED   4-24     [ED] lower i acute
-
-largesign \x00CE 4-24     [CE] upper i circumflex
-largesign \x00EE   4-24     [EE] lower i circumflex
-
-largesign \x00CF 4-24     [CF] upper i dieresis
-largesign \x00EF   4-24     [EF] lower i dieresis
-
-largesign \x00D0 4-15     [D0] upper eth
-largesign \x00F0   4-15     [F0] lower eth
-
-largesign \x00D1 4-1345   [D1] upper n tilde
-largesign \x00F1   4-1345   [F1] lower n tilde
-
-largesign \x00D2 4-135    [D2] upper o grave
-largesign \x00F2   4-135    [F2] lower o grave
-
-largesign \x00D3 4-135    [D3] upper o acute
-largesign \x00F3   4-135    [F3] lower o acute
-
-largesign \x00D4 4-135    [D4] upper o circumflex
-largesign \x00F4   4-135    [F4] lower o circumflex
-
-largesign \x00D5 4-135    [D5] upper o tilde
-largesign \x00F5   4-135    [F5] lower o tilde
-
-largesign \x00D6 4-135    [D6] upper o dieresis
-largesign \x00F6   4-135			[F6] lower o dieresis
-
-largesign \x00D8 4-135    [D8] upper o slash
-largesign \x00f8   4-135    [F8] lower o slash
-
-largesign \x00D9 4-136    [D9] upper u grave
-largesign \x00F9   4-136    [F9] lower u grave
-
-largesign \x00DA 4-136    [DA] upper u acute
-largesign \x00FA   4-136    [FA] lower u acute
-
-largesign \x00DB 4-136    [DB] upper u circumflex
-largesign \x00FB   4-136    [FB] lower u circumflex
-
-largesign \x00DC 4-136    [DC] upper u dieresis
-largesign \x00FC   4-136    [FC] lower u dieresis
-
-largesign \x00DD 4-13456  [DD] upper y acute
-largesign \x00FD   4-13456  [FD] lower y acute
-
-largesign \x00DE 4-2345   [DE] upper t horn
-largesign \x00FE   4-2345   [FE] lower t horn
-
-largesign \x00DF 234-234 (DF) lower ss
-
-
-largesign \x0174 4-2456 lower w circumflex
-largesign \x0175 4-2456 upper w circumflex
-
-largesign \x0176 4-13456 upper y circumflex
-largesign \x0177 4-13456 lower y circumflex
-
-largesign \x0178 4-13456 upper y with dieresis
-largesign \x00FF 4-13456 lower y with dieresis
-
-largesign \x1EF2 4-13456 upper y with grave
-largesign \x1EF3 4-13456 lower y with grave
-
-hyphen 	\x2010 36		 # 8208			hyphen
-
-# punctuation \x2011 36		 # 8209			non-breaking hyphen
-punctuation \x2011 23478	# 8209  non-breaking hyphen
-
-punctuation \x2212 36
-always \x2212 36
-always \s\x2212\s 36-36
-midnum \x2013 36-3456
-always	\x2013 56-36		 # 8211		smart minus sign
-
-
-always	\x201C 236	 # 8220			smart opening double quote
-always	\x201D 356	 # 8221			smart closing double quote
-always	\x201E 236	 # 8222			smart double low quotation mark
-always	\x201F 356	 # 8223			smart double high reverse quotation mark
-
-
-# Braille indicators
-numsign 3456  number sign, just a dots operand
-multind 56-6 letsign capsletter
-letsign 56
-capsletter 6
-begcapsword 6-6
-endcapsword 6-3
-emphclass italic
-emphclass underline
-emphclass bold
-begemph italic 46
-endemph italic 46-3
-begemph bold 46-46
-endemph bold 46-3
-begcomp 6-346
-endcomp 6-346
-
-# the decimal digits
-include litdigits6Dots.uti
-
-# Letters are defined in en-chardefs
-
-#single letter words
-largesign a 1
-largesign A 1
-word I 24
-word O 135
-word o 135
-
-# abbreviations
-contraction ie
-word i.e. 24-256-15-256
-contraction ok
-word o.k. 135-256-13-256
-contraction eg
-
-# Roman Numerals
-contraction ii
-contraction iii
-contraction iv
-contraction vi
-contraction vii
-contraction viii
-contraction ix
-contraction xi
-contraction xii
-contraction xiii
-
-
-# punctuation
-prepunc " 236
-postpunc " 356
-always \s-" 36-36-356
-always \s-” 36-36-356
-always ..." 3-3-3-356
-always …" 3-3-3-356
-always ...” 3-3-3-356
-always …” 3-3-3-356
-always ?" 236-356
-word " 236
-begnum ' 3
-prepunc ' 6-236
-postpunc ' 356-3
-postpunc '' 356
-postpunc ''' 356-3-356
-
-always ' 3
-word 'ave 3-1-1236-15
-word ’ave 3-1-1236-15
-midendword 'an 3-1-1345
-midendword ’an 3-1-1345
-endword 'ah 3-1-125
-endword ’ah 3-1-125
-midendword 'am 3-1-134
-midendword ’am 3-1-134
-word c'mon 14-3-134-135-1345
-word c’mon 14-3-134-135-1345
-endword 'd 3-145
-endword ’d 3-145
-begword d' 145-3
-begword d’ 145-3
-word 'em 3-15-134
-word ’em 3-15-134
-word 'ear 3-15-1-1235
-word ’ear 3-15-1-1235
-midendword e'e 15-3-15
-midendword e’e 15-3-15
-word goin' 1245-135-24-1345-3
-word goin’ 1245-135-24-1345-3
-begword ha'p 125-1-3-1234
-begword ha’p 125-1-3-1234
-endword 'll 3-123-123
-endword ’ll 3-123-123
-endword 'm 3-134
-endword ’m 3-134
-endword 'n 3-1345
-endword ’n 3-1345
-begword o'd 135-3-145
-begword o’d 135-3-145
-begword o'l 135-3-123
-begword o’l 135-3-123
-word 'ome 3-135-134-15
-word ’ome 3-135-134-15
-endword 're 3-1235-15
-endword ’re 3-1235-15
-endword 'ry 3-1235-13456
-endword ’ry 3-1235-13456
-endword 'r 3-1235
-endword ’r 3-1235
-endword 's 3-234
-endword ’s 3-234
-endword 't 3-2345
-endword ’t 3-2345
-word 'tis =
-word 'twas =
-word 'uns 3-136-1345-234
-word ’uns 3-136-1345-234
-endword 've 3-1236-15
-endword ’ve 3-1236-15
-midnum , 3
-always , 2
-midnum . 2
-#decpoint . 2 # removed to sort out translations such as p.11
-always . 256
-always ; 23
-midnum : 3456
-always : 25
-#endnum ! 6-235
-always ! 235
-begnum # 4
-always # 4-3456
-midnum / 456-34-3456
-always / 456-34
-always // 345
-always ? 236
-endnum % 0-25-1234
-always % 25-1234
-midnum ^ 346-3456
-always ^ 456-126
-always ~ 4-156
-always & 4-12346
-midnum * 0-56-236-3456
-always * 35-35
-repeated *** 35-35-0-35-35-0-35-35
-always ( 2356
-prepunc ( 2356
-postpunc ) 2356
-begword ( 2356
-endword ) 2356
-always [ 6-2356
-always ] 2356-3
-always { 46-2356
-always } 46-2356
-always -com 36-14-135-134
-endword -to 36-2345-135 pointed-to resource
-endword -by 36-12-13456 used-by
-# always _ 78
-prepunc `` 236
-postpunc ` 6-236
-prepunc ` 6-236
-postpunc ’ 356-3 end single curly quote
-prepunc ’ 356-3
-always ‘ 6-236 start single curly quote
-always ` 4
-begword @ 4-2346
-always @ 2346
-always \\ 5-16
-always | 5-123
-repeated \x00a0 0 no break space
-repeated --- 36-36-36
-
-# repeated ___ 78-78-78
-repeated ___ 46-46-46
-
-repeated ::: 25-25-25
-
-repeated === 56-2356-56-2356-56-2356
-repeated ~~~ 4-156-4-156-4-156
-always \s-\s 36-36
-always \s-\scom 36-36-14-135-134
-always ... 3-3-3
-always .\s.\s. 3-3-3 . . .
-# always  \x2026 3-3-3 # 8230			MS Word smart ellipsis
-
-# the hyphen
-always \s–\s 36-36
-#always - 36
-repeated ­­­ 36-36-36
-always \s­\s 36-36
-midword - 36
-joinword - 36
-begword - 36
-hyphen - 36
-
-
-
-# mathematical symbols
-#decpoint . 2 # removed to sort out translations such as p.11
-always < 246
-joinword = 56-2356
-joinnum = 56-2356
-always > 135
-midnum + 0-56-235-3456
-begnum + 56-235
-joinnum + 56-235
-joinword + 56-235
-midnum - 36-3456 removed for verse references
-midnum \x2013 36
-#always - 36
-joinnum × 56-236
-joinword × 56-236
-midnum ÷ 0-56-256-3456 division sign
-joinnum ÷ 56-256
-joinword ÷ 56-256
-begnum £ 123
-always £ 4-123 pounds
-
-# other special characters
-always © 45-14 copyright
-sign ™ 45-2345 trademark
-sign ® 45-1235 registered
-always ¶ 1234-345 paragraph
-always § 234-3 section
-always ° 356 degrees
-begnum $ 256
-always $ 4-256
-always ¢ 4-14 cents
-sign € 4-15	euro
-always € 4-15	euro
-always ¥ 4-13456 yen
-always µ 2-134 mu
-
-# special character sequences
-literal :// URLs
-literal www.
-
-literal .com
-literal .edu
-literal .gov
-literal .mil
-literal .net
-literal .org
-literal .doc
-compbrl .xml
-compbrl .xsl
-literal .htm
-literal .html
-literal .tex
-literal .txt
-literal .gif
-literal .jpg
-literal .png
-literal .wav
-literal .tar
-literal .zip
-literal .uk
-
-# include countries.cti
-
-# Problems handled with context
-#context _$l["."]$l @256 U.S.
-noback context _$d["a"] @56-1
-noback context _$d["A"] @56-1
-#corrects Capital A's after a number ending up with letter sign AFTER Caps sign
-noback pass2 @6-56 @56-6
-include braille-patterns.cti
-# Remove space between word and italic signs
-noback pass2 [@0-46-3]   @46@3
-noback pass2 [@46@0]   @46
-#pass2 \s+  \s
-noback pass2 [@345-0-0]  @345@0
-noback pass2 [@345-0-0-0]  @345@0
-
-# ----------------------------------------------------------------------------------------------
-#  odt2braille - Braille authoring in OpenOffice.org.
-#  Copyright (c) 2010 by DocArch <http://www.docarch.be>.
-# ----------------------------------------------------------------------------------------------
-
-display \x0020 0        #       \x2800
-display \x00A0 a
-
-display \x000A 1        # a     \x2801
-display \x002C 2        # ,     \x2802
-display \x000B 12       # b     \x2803
-display \x002E 3        # .     \x2804
-display \x006B 13       # k     \x2805
-display \x003B 23       # ;     \x2806
-display \x006C 123      # l     \x2807
-display \x0027 4        # '     \x2808
-display \x0063 14       # c     \x2809
-display \x0069 24       # i     \x280A
-display \x0066 124      # f     \x280B
-display \x00ED 34       # í     \x280C
-display \x006D 134      # m     \x280D
-display \x0073 234      # s     \x280E
-display \x0070 1234     # p     \x280F
-display \x0040 5        # @     \x2810
-display \x000E 15       # e     \x2811
-display \x003A 25       # :     \x2812
-display \x0068 125      # h     \x2813
-display \x007D 35       # }     \x2814
-display \x006F 135      # o     \x2815
-display \x002B 235      # +     \x2816
-display \x0072 1235     # r     \x2817
-display \x005E 45       # ^     \x2818
-display \x0064 145      # d     \x2819
-display \x006A 245      # j     \x281A
-display \x0067 1245     # g     \x281B
-display \x00CC 345      # Ì     \x281C
-display \x006E 1345     # n     \x281D
-display \x0074 2345     # t     \x281E
-display \x0071 12345    # q     \x281F
-display \x005F 6        # _     \x2820
-display \x0031 16       # 1     \x2821
-display \x003F 26       # ?     \x2822
-display \x0032 126      # 2     \x2823
-display \x002D 36       # -     \x2824
-display \x0075 136      # u     \x2825
-display \x003C 236      # <     \x2826
-display \x0076 1236     # v     \x2827
-display \x007B 46       # {     \x2828
-display \x0033 146      # 3     \x2829
-display \x0039 246      # 9     \x282A
-display \x0036 1246     # 6     \x282B
-display \x00F3 346      # ó     \x282C
-display \x0078 1346     # x     \x282D
-display \x00E9 2346     # é     \x282E
-display \x0026 12346    # &     \x282F
-display \x0022 56       # "     \x2830
-display \x0005 156      # 5     \x2831
-display \x002A 256      # *     \x2832
-display \x0008 1256     # 8     \x2833
-display \x003E 356      # >     \x2834
-display \x007A 1356     # z     \x2835
-display \x003D 2356     # =     \x2836
-display \x00E1 12356    # á     \x2837
-display \x0025 456      # %     \x2838
-display \x0034 1456     # 4     \x2839
-display \x0077 2456     # w     \x283A
-display \x0037 12456    # 7     \x283B
-display \x0023 3456     # #     \x283C
-display \x0079 13456    # y     \x283D
-display \x00FA 23456    # ú     \x283E
-display \x005C 123456   # \     \x283F
-
-display \x2840 7
-display \x2841 17
-display \x2842 27
-display \x2843 127
-display \x2844 37
-display \x2845 137
-display \x2846 237
-display \x2847 1237
-display \x2848 47
-display \x2849 147
-display \x284A 247
-display \x284B 1247
-display \x284C 347
-display \x284D 1347
-display \x284E 2347
-display \x284F 12347
-display \x2850 57
-display \x2851 157
-display \x2852 257
-display \x2853 1257
-display \x2854 357
-display \x2855 1357
-display \x2856 2357
-display \x2857 12357
-display \x2858 457
-display \x2859 1457
-display \x285A 2457
-display \x285B 12457
-display \x285C 3457
-display \x285D 13457
-display \x285E 23457
-display \x285F 123457
-display \x2860 67
-display \x2861 167
-display \x2862 267
-display \x2863 1267
-display \x2864 367
-display \x2865 1367
-display \x2866 2367
-display \x2867 12367
-display \x2868 467
-display \x2869 1467
-display \x286A 2467
-display \x286B 12467
-display \x286C 3467
-display \x286D 13467
-display \x286E 23467
-display \x286F 123467
-display \x2870 567
-display \x2871 1567
-display \x2872 2567
-display \x2873 12567
-display \x2874 3567
-display \x2875 13567
-display \x2876 23567
-display \x2877 123567
-display \x2878 4567
-display \x2879 14567
-display \x287A 24567
-display \x287B 124567
-display \x287C 34567
-display \x287D 134567
-display \x287E 234567
-display \x287F 1234567
-display \x2880 8
-display \x2881 18
-display \x2882 28
-display \x2883 128
-display \x2884 38
-display \x2885 138
-display \x2886 238
-display \x2887 1238
-display \x2888 48
-display \x2889 148
-display \x288A 248
-display \x288B 1248
-display \x288C 348
-display \x288D 1348
-display \x288E 2348
-display \x288F 12348
-display \x2890 58
-display \x2891 158
-display \x2892 258
-display \x2893 1258
-display \x2894 358
-display \x2895 1358
-display \x2896 2358
-display \x2897 12358
-display \x2898 458
-display \x2899 1458
-display \x289A 2458
-display \x289B 12458
-display \x289C 3458
-display \x289D 13458
-display \x289E 23458
-display \x289F 123458
-display \x28A0 68
-display \x28A1 168
-display \x28A2 268
-display \x28A3 1268
-display \x28A4 368
-display \x28A5 1368
-display \x28A6 2368
-display \x28A7 12368
-display \x28A8 468
-display \x28A9 1468
-display \x28AA 2468
-display \x28AB 12468
-display \x28AC 3468
-display \x28AD 13468
-display \x28AE 23468
-display \x28AF 123468
-display \x28B0 568
-display \x28B1 1568
-display \x28B2 2568
-display \x28B3 12568
-display \x28B4 3568
-display \x28B5 13568
-display \x28B6 23568
-display \x28B7 123568
-display \x28B8 4568
-display \x28B9 14568
-display \x28BA 24568
-display \x28BB 124568
-display \x28BC 34568
-display \x28BD 134568
-display \x28BE 234568
-display \x28BF 1234568
-display \x28C0 78
-display \x28C1 178
-display \x28C2 278
-display \x28C3 1278
-display \x28C4 378
-display \x28C5 1378
-display \x28C6 2378
-display \x28C7 12378
-display \x28C8 478
-display \x28C9 1478
-display \x28CA 2478
-display \x28CB 12478
-display \x28CC 3478
-display \x28CD 13478
-display \x28CE 23478
-display \x28CF 123478
-display \x28D0 578
-display \x28D1 1578
-display \x28D2 2578
-display \x28D3 12578
-display \x28D4 3578
-display \x28D5 13578
-display \x28D6 23578
-display \x28D7 123578
-display \x28D8 4578
-display \x28D9 14578
-display \x28DA 24578
-display \x28DB 124578
-display \x28DC 34578
-display \x28DD 134578
-display \x28DE 234578
-display \x28DF 1234578
-display \x28E0 678
-display \x28E1 1678
-display \x28E2 2678
-display \x28E3 12678
-display \x28E4 3678
-display \x28E5 13678
-display \x28E6 23678
-display \x28E7 123678
-display \x28E8 4678
-display \x28E9 14678
-display \x28EA 24678
-display \x28EB 124678
-display \x28EC 34678
-display \x28ED 134678
-display \x28EE 234678
-display \x28EF 1234678
-display \x28F0 5678
-display \x28F1 15678
-display \x28F2 25678
-display \x28F3 125678
-display \x28F4 35678
-display \x28F5 135678
-display \x28F6 235678
-display \x28F7 1235678
-display \x28F8 45678
-display \x28F9 145678
-display \x28FA 245678
-display \x28FB 1245678
-display \x28FC 345678
-display \x28FD 1345678
-display \x28FE 2345678
-display \x28FF 12345678
-
-# ----------------------------------------------------------------------------------------------# liblouis braille Table - Esperanto
-#
-# Copyright (C) 1995-2008 by The BRLTTY Team.
-# Copyright (C) 2011 Samuel Thibault <samuel.thibault@ens-lyon.org>
-# Copyright (C) 2013 Aaron Cannon <cannona@fireantproductions.com>
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-
-# Based on the document from Mus�e national de l'Espéranto à Gray
-# "Maison pour tous", 19 rue Victor Hugo 70100 GRAY
-# esperanto-muzeo@wanadoo.fr
-#
-# Updated and corrected for LibLouis and 6-dot Braille by
-# Aaron Cannon <cannona@fireantproductions.com>
-# with kind assistance from the members of
-# The International league of Blind Esperantists (LIBE)
-# http://libe.narzan.com/
-# July 7, 2012
-# Further amendments based on World Braille Usage, 3rd Ed.
-# October 13, 2013
-
-include braille-patterns.cti
-
-numsign 3456  number sign
-capsletter 46
-begcapsword 46-46
-endcapsword 46-3
-space \s 0		SPACE
-punctuation ! 235		EXCLAMATION MARK
-punctuation ' 3		APOSTROPHE
-punctuation ( 2356		LEFT PARENTHESIS
-punctuation ) 2356		RIGHT PARENTHESIS
-punctuation [  2356-2356
-punctuation ] 2356-2356
-punctuation , 2		COMMA
-punctuation - 36		HYPHEN-MINUS
-punctuation — 6-36
-punctuation . 256		FULL STOP
-punctuation : 25		COLON
-punctuation ; 23		SEMICOLON
-punctuation ? 26		QUESTION MARK
-punctuation " 236
-punctuation … 3-3-3
-punctuation / 34
-punctuation * 35
-prepunc " 236
-postpunc " 356
-include digits6Dots.uti
-
-# define w prior to the included definition so that it is overwridden.
-uplow Ww 23456
-include latinLetterDef6Dots.uti
-
-uplow Ĉĉ 146		LATIN LETTER C WITH CIRCUMFLEX
-uplow Ĝĝ 12456		LATIN LETTER G WITH CIRCUMFLEX
-uplow Ĥĥ 1256		LATIN LETTER H WITH CIRCUMFLEX
-uplow Ĵĵ 2456		LATIN LETTER J WITH CIRCUMFLEX
-uplow Ŝŝ 2346		LATIN LETTER S WITH CIRCUMFLEX
-uplow Ŭŭ 346		LATIN LETTER U WITH BREVE
-punctuation \x00a0 0		NO-BREAK SPACE
-#
-# Copyright (C) 2014 National Institute for Visually Handicapped, 116, Rajpur Road, Dehradun, Uttrakhand, India
-#
-# This file is part of liblouis.
-#
-# liblouis is free software: you can redistribute it and/or modify it
-# under the terms of the GNU Lesser General Public License as
-# published by the Free Software Foundation, either version 2.1 of the
-# License, or (at your option) any later version.
-#
-# liblouis is distributed in the hope that it will be useful, but
-# WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-# Lesser General Public License for more details.
-#
-# You should have received a copy of the GNU Lesser General Public
-# License along with liblouis. If not, see
-# <http://www.gnu.org/licenses/>.
-
-# This table is built and maintained under an activity of Braille Council of India
-# Contributors: Dipendra Manocha, Sreeja, Dinesh Kaushal, Mesar Hameed
-# Last updated on May 5, 2014
-# To report any bugs or any suggestion, please write to d@saksham.org and sreeja.param@gmail.com
-
-
-include chardefs.cti All character definition opcodes
-# Braille indicators
-numsign 3456  number sign, just a dots operand
-capsletter 6
-begcapsword 6-6
-endcapsword 6-3
-emphclass italic
-emphclass underline
-emphclass bold
-begemphphrase italic 46-46
-endemphphrase italic before 46
-lenemphphrase italic 4
-begemphword italic 46-3
-endemphword italic 46-36
-emphletter italic 46-25
-begemphphrase bold 456-456
-endemphphrase bold before 456
-lenemphphrase bold 4
-begcomp 456-346
-endcomp 456-156
-
-# literary forms of the decimal digits
-include litdigits6Dots.uti
-
-# Letters are defined in chardefs.cti
-
-# punctuation
-prepunc ( 2356
-word ( 4-2356
-always ( 2356
-postpunc ) 2356
-word ) 4-2356
-always ) 2356
-prepunc " 236
-postpunc " 356
-word " 4-236
-prepunc ` 6-236
-prepunc ' 6-236
-postpunc ' 356-3
-word ' 4-3
-word 'em = 
-word 'tis =
-word 'twas =
-begnum # 456-1456 print number sign before number
-midnum , 2
-postpunc , 2
-word , 4-2
-decpoint . 46
-midnum - 36
-hyphen - 36
-always \s--\s 36-36
-always \s-\s 36-36
-midnum \x00ad 36
-postpunc . 256
-word . 4-256
-postpunc ; 23
-word ; 4-23
-midnum : 25
-postpunc : 25
-always : 4-25
-postpunc ! 235
-always ! 4-235
-midnum / 34
-always / 456-34
-always < 5-13
-always = 46-13
-always > 46-2
-always + 4-346
-postpunc ? 236
-word ? 4-236
-endnum st 34
-endnum nd 1345-145
-endnum rd 1235-145
-endnum 's 3-234
-endnum th 1456
-endnum 's 3-234
-always % 4-25-1234
-midnum ^ 45
-always ^ 456-126
-always ~ 4-156
-always & 4-12346
-midnum * 4-16
-always * 35-35
-prepunc [ 6-2356
-word [ 4-6-2356
-always [ 6-2356
-postpunc ] 2356-3
-word ] 4-2356-3
-always ] 2356-3
-prepunc { 56-2356
-word { 4-56-2356
-always { 56-2356
-postpunc } 2356-23
-word } 4-2356-23
-always } 2356-23
-always @ 4-1
-always \\ 4-1256
-always | 456-1256
-always \s-\s 36-36
-always ..." 3-3-3-356
-always ... 3-3-3
-always ...' 3-3-3-356-3
-repeated .... 0
-repeated ____ 456
-repeated ---- 36
-always .\s.\s." 3-3-3-356
-always .\s.\s. 3-3-3 . . .
-begnum $ 256
-nofor begnum $ 256-3456
-always $ 4-256
-
-# special character sequences
-compbrl :// URLs
-compbrl ()
-compbrl www.
-compbrl ::
-compbrl .com
-compbrl .edu
-compbrl .gov
-compbrl .ini
-compbrl .mil
-compbrl .net
-compbrl .org
-compbrl .doc
-compbrl .xml
-compbrl .xsl
-compbrl .htm
-compbrl .html
-compbrl .tex
-compbrl .txt
-compbrl .gif
-compbrl .jpg
-compbrl .png
-compbrl .wav
-compbrl .tar
-compbrl .zip
-
-noback context "\e"$a *
-noback always \\_ 56 letter sign before Roman page numbers
-noback pass2 @56-56 @56
-noback pass2 @3-56 @3
-
-# Urdu 6 Dot Grade 1 Braille Table
-#
-#+locale:ur
-#+type:literary
-#+contraction:no
-#+grade:1
-#
-#  Copyright (C) 2018 by Compass Braille
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-#
-#  Prepared by Jake Kyle, Compass Braille, UK in consultation with Buta Masih
-#  Contact: jake@compassbraille.org
-#  www.compassbraille.org
-#  Last updated 15th August 2018
-
-# NB. If including an English table the letter sign must be disabled.
-
-include braille-patterns.cti
-
-numsign 3456
-
-replace \x200E               # left to right mark
-replace \x200F               # right to left mark
-replace \x0614               # Arabic Takhallus Sign - optional sign over proper names not used in Braille
-replace \x200C               # Zero width non-joiner
-
-punctuation \x00AB 236      # Left-pointing double angle quotation mark («)
-punctuation \x00BB 356      # Right-pointing double angle quotation mark (»)
-
-# Standard Arabic characters
-#                               Name                     ASCII           Notes
-punctuation \x060C 2            Arabic comma             1
-punctuation \x061B 23           Arabic semicolon         2
-punctuation \x061F 236          Arabic question mark     8
-punctuation \x06D4 256          Arabic fullstop          4
-letter \x0622 345               Alef with Madda above    >
-letter \x0624 1256              Waw with Hamza above     (backslash)
-letter \x0626 3                 Yeh with Hamza above     '               Different from arabic table
-letter \x0627 1                 Alef                     A
-letter \x0628 12                Beh                      B
-letter \x062A 2345              Teh                      T
-letter \x062B 1456              Theh                     ?
-letter \x062C 245               Jeem                     J
-letter \x062D 156               Hah                      :
-letter \x062E 1346              Khah                     X
-letter \x062F 145               Dal                      D
-letter \x0630 2346              Thal                     !
-letter \x0631 1235              Reh                      R
-letter \x0632 1356              Zain                     Z
-letter \x0633 234               Seen                     S
-letter \x0634 146               Sheen                    %
-letter \x0635 12346             Sad                      &
-letter \x0636 1246              Dad                      $
-letter \x0637 23456             Tah                      )
-letter \x0638 123456            Zah                      =
-letter \x0639 12356             Ain                      (
-letter \x063A 126               Ghain                    <
-letter \x0641 124               Feh                      F
-letter \x0642 12345             Qaf                      Q
-letter \x0644 123               Lam                      L
-letter \x0645 134               Meem                     M
-letter \x0646 1345              Noon                     N
-letter \x0648 2456              Waw                      W
-letter \x064B 23                Fathatan                 2
-letter \x064E 2                 Fatha                    1
-letter \x064F 136               Damma                    U
-letter \x0650 15                Kasra                    E
-letter \x0651 6                 Shadda                   ,
-
-# Additional letters not defined in the standard Arabic table but used in Urdu.
-letter \x0654 3                 Hamza above              '
-letter \x0670 1                 Superscript Alef         A
-letter \x0679 246               Tteh                     [
-letter \x067E 1234              Peh                      P
-letter \x0686 14                Tcheh                    C
-letter \x0688 346               Ddal                     +
-letter \x0691 12456             Rreh                     ]
-letter \x0698 346               Jeh                      +
-letter \x06A9 13                Keheh                    K
-letter \x06AF 1245              Gaf                      G
-letter \x06BA 56                Noon Ghunna              ;
-letter \x06BE 236               Heh Doachashmee          8
-letter \x06C1 125               Heh Goal                 H                Not 236 as in Duxbury
-letter \x06C3 2345              Teh Marbuta Goal         T                Not 16 as in Duxbury
-letter \x06CC 24                Yeh                      I
-letter \x06D2 34                Yeh Barree               /
-letter \xFDF2 6-123-125         Arabic Ligature Allah Isolated Form  ,LH
-
-# Standard Arabic letters not usually used in Urdu
-letter \x0621 3                 Hamza                    '
-letter \x0623 34                Alef with Hamza above    /
-letter \x0643 13                Kaf                      K
-letter \x0647 125               Heh                      H
-letter \x064A 24                Yeh                      I
-
-
-# -----------------------------
-# Numerals
-# -----------------------------
-
-# Extended Arabic Numerals - generally used in Urdu
-digit \x06F0 245                0
-digit \x06F1 1                  1
-digit \x06F2 12                 2
-digit \x06F3 14                 3
-digit \x06F4 145                4
-digit \x06F5 15                 5
-digit \x06F6 124                6
-digit \x06F7 1245               7
-digit \x06F8 125                8
-digit \x06F9 24                 9
-
-litdigit \x06F0 245                0
-litdigit \x06F1 1                  1
-litdigit \x06F2 12                 2
-litdigit \x06F3 14                 3
-litdigit \x06F4 145                4
-litdigit \x06F5 15                 5
-litdigit \x06F6 124                6
-litdigit \x06F7 1245               7
-litdigit \x06F8 125                8
-litdigit \x06F9 24                 9
-
-# Arabic numerals
-digit \x0660 245                0
-digit \x0661 1                  1
-digit \x0662 12                 2
-digit \x0663 14                 3
-digit \x0664 145                4
-digit \x0665 15                 5
-digit \x0666 124                6
-digit \x0667 1245               7
-digit \x0668 125                8
-digit \x0669 24                 9
-
-litdigit \x0660 245                0
-litdigit \x0661 1                  1
-litdigit \x0662 12                 2
-litdigit \x0663 14                 3
-litdigit \x0664 145                4
-litdigit \x0665 15                 5
-litdigit \x0666 124                6
-litdigit \x0667 1245               7
-litdigit \x0668 125                8
-litdigit \x0669 24                 9
-
-include digits6Dots.uti
-include litdigits6Dots.uti
-
-# --------------------------------
-
-# Hamza above after Waw should go before
-always \x0648\x0654 3-2456
-always \x0648\x0654\x064F 3-136-2456
-
-#-------------------------------------------------------------------------------------------------------
-# Dealing with aspirated digraphs followed by Fatha (1), Kasra (E) or Damma (U).
-# In the text file these vowel signs come before Heh Doachashmee whereas in Braille they must come after.  
-#-------------------------------------------------------------------------------------------------------
-
-#                                              ASCII as in text    ASCII in Braille
-always \x0628\x064F\x06BE 12-236-136           BU8                 B8U
-always \x0628\x0650\x06BE 12-236-15            BE8                 B8E
-always \x067E\x0650\x06BE 1234-236-15          PE8                 P8E
-always \x067E\x064E\x06BE 1234-236-2           P18                 P81
-always \x067E\x064F\x06BE 1234-236-136         PU8                 P8U
-always \x062A\x0650\x06BE 2345-236-15          TE8                 T8E
-always \x0679\x0650\x06BE 246-236-15           [E8                 [8E
-always \x0686\x0650\x06BE 14-236-15            CE8                 C8E
-always \x0686\x064F\x06BE 14-236-136           CU8                 C8U
-always \x06A9\x0650\x06BE 13-236-15            KE8                 K8E
-always \x06A9\x064F\x06BE 13-236-136           KU8                 K8U
-always \x06AF\x064F\x06BE 1245-236-136         GU8                 G8U
-always \x062F\x064F\x06BE 145-236-136          DU8                 D8U
-always \x062C\x064F\x06BE 245-236-136          JU8                 J8U
-always \x0688\x064E\x06BE 346-236-2            +18                 +81
-always \x0688\x064F\x06BE 346-236-136          +U8                 +8U
-
-#-------------------------------------------------------------------------------------------
-# Shadda (\x0651) goes after consonant in text file but must go before it in Braille
-#-------------------------------------------------------------------------------------------
-
-#                                                ASCII as in text ASCII in Braille     Notes
-always \x0648\x0651 6-2456                       W,               ,W
-always \x0642\x0651 6-12345                      Q,               ,Q
-always \x0635\x0651 6-12346                      &,               ,&
-always \x0646\x0651 6-1345                       N,               ,N
-always \x0646\x0650\x0651 6-1345-15              NE,              ,NE
-always \x0646\x0651\x062C 1345-6-245             N,J              N,J                  No change in this case
-always \x0632\x0651 6-1356                       Z,               ,Z
-always \x0631\x0651 6-1235                       R,               ,R
-always \x06CC\x0651 6-24                         I,               ,I
-always \x062C\x064F\x0651 6-245-136              JU,              ,JU
-always \x06A9\x0651 6-13                         K,               ,K
-always \x06A9\x06BE\x0651 6-13-236               K8,              ,K8
-always \x062F\x0651 6-145                        D,               ,D
-always \x0686\x0651 6-14                         C,               ,C
-always \x0686\x06C1\x0651 6-14-125               CH,              ,CH
-always \x0686\x06BE\x0651 6-14-236               C8,              ,C8
-always \x062C\x0651 6-245                        J,               ,J
-always \x0628\x0651 6-12                         B,               ,B
-always \x0645\x0651 6-134                        M,               ,M
-always \x062A\x0651 6-2345                       T,               ,T
-always \x0644\x0651 6-123                        L,               ,L
-always \x067E\x0651 6-1234                       P,               ,P
-always \x0633\x0651 6-234                        S,               ,S
-always \x0679\x0651 6-246                        [,               ,[
-always \x0679\x06BE\x0651 6-246-236              [8,              ,[8
-always \x0638\x0651 6-123456                     =,               ,=
-always \x0688\x0651 6-346                        +,               ,+
-always \x0634\x0651 6-146                        %,               ,%
-always \x0637\x0651 6-23456                      ),               ,)
-always \x0688\x0650\x0651 6-346-15               +E,              ,+E
-always \x062A\x062A\x064E\x0651 6-2345-2345-2	 TTE,			  ,TTE
-always \x062A\x0650\x0651 15-6-2345              TE,              E,T
-
-#---end of table---#
-#-display-name: Spanish braille
-
-#+locale:es
-#+type:literary
-#+grade:1
-#+hyphenation:yes
-
-# TODO: Please correct the metadata above. It is not meant to be
-# accurate nor complete. It hasn't been verified by the table
-# author yet. It is merely an attempt by the liblouis maintainers
-# to get some sensible initial values in place.
-
-# TODO: Please add a reference to official documentation about
-# the implemented braille code. Preferably submit the documents
-# to https://github.com/liblouis/braille-specs.
-
-include es-g1.ctb
-include hyph_es_ES.dic
-include braille-patterns.cti
-# This table contains braille codes and rules for Telugu  script.
-#
-# Copyright (C) 2014 National Institute for Visually Handicapped, 116, Rajpur Road, Dehradun, Uttrakhand, India
-#
-# This file is part of liblouis.
-#
-# liblouis is free software: you can redistribute it and/or modify it
-# under the terms of the GNU Lesser General Public License as
-# published by the Free Software Foundation, either version 2.1 of the
-# License, or (at your option) any later version.
-#
-# liblouis is distributed in the hope that it will be useful, but
-# WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-# Lesser General Public License for more details.
-#
-# You should have received a copy of the GNU Lesser General Public
-# License along with liblouis. If not, see
-# <http://www.gnu.org/licenses/>.
-
-# This table is built and maintained under an activity of Braille Council of India
-# Contributors: Dipendra Manocha, Sreeja, Dinesh Kaushal, Mesar Hameed
-# Last updated on May 5, 2014
-# To report any bugs or any suggestion, please write to d@saksham.org and sreeja.param@gmail.com
-
-include braille-patterns.cti
-
-replace \X200D
-   
-# vowels
-letter   \x0C01	3	# TELUGU SIGN CANDRABINDU = arasunna
-letter   \x0C02	56	# TELUGU SIGN ANUSVARA = SUNNA
-letter   \x0C03	6	# TELUGU SIGN VISARGA
-letter   \x0C05	1	# TELUGU LETTER A
-letter   \x0C06	345	# TELUGU LETTER AA
-letter   \x0C07	24	# TELUGU LETTER I
-letter   \x0C08	35	# TELUGU LETTER II
-letter   \x0C09	136	# TELUGU LETTER U
-letter   \x0C0A	1256	# TELUGU LETTER UU
-letter   \x0C0B	5-1235	# TELUGU LETTER VOCALIC R
-letter   \x0C0E	26	# TELUGU LETTER E
-letter   \x0C0F	15	# TELUGU LETTER EE
-letter   \x0C10	34	# TELUGU LETTER AI
-letter   \x0C12	1346	# TELUGU LETTER O
-letter   \x0C13	135	# TELUGU LETTER OO
-letter   \x0C14	246	# TELUGU LETTER AU
-
-# consonants
-letter   \x0C15	13	# TELUGU LETTER KA
-letter   \x0C16	46	# TELUGU LETTER KHA
-letter   \x0C17	1245	# TELUGU LETTER GA
-letter   \x0C18	126	# TELUGU LETTER GHA
-letter   \x0C19	346	# TELUGU LETTER NGA
-
-letter   \x0C1A	14	# TELUGU LETTER CA
-letter   \x0C1B	16	# TELUGU LETTER CHA
-letter   \x0C1C	245	# TELUGU LETTER JA
-letter   \x0C1D	356	# TELUGU LETTER JHA
-letter   \x0C1E	25	# TELUGU LETTER NYA
-
-letter   \x0C1F	23456	# TELUGU LETTER TTA
-letter   \x0C20	2456	# TELUGU LETTER TTHA
-letter   \x0C21	1246	# TELUGU LETTER DDA
-letter   \x0C22	123456	# TELUGU LETTER DDHA
-letter   \x0C23	3456	# TELUGU LETTER NNA
-
-letter   \x0C24	2345	# TELUGU LETTER TA
-letter   \x0C25	1456	# TELUGU LETTER THA
-letter   \x0C26	145	# TELUGU LETTER DA
-letter   \x0C27	2346	# TELUGU LETTER DHA
-letter   \x0C28	1345	# TELUGU LETTER NA
-
-letter   \x0C2A	1234	# TELUGU LETTER PA
-letter   \x0C2B	235	# TELUGU LETTER PHA
-letter   \x0C2C	12	# TELUGU LETTER BA
-letter   \x0C2D	45	# TELUGU LETTER BHA
-letter   \x0C2E	134	# TELUGU LETTER MA
-
-letter   \x0C2F	13456	# TELUGU LETTER YA
-letter   \x0C30	1235	# TELUGU LETTER RA
-letter   \x0C31	12456	# TELUGU LETTER RRA
-letter   \x0C32	123	# TELUGU LETTER LA
-letter   \x0C33	456	# TELUGU LETTER LLA
-letter   \x0C35	1236	# TELUGU LETTER VA
-letter   \x0C36	146	# TELUGU LETTER SHA
-letter   \x0C37	12346	# TELUGU LETTER SSA
-letter   \x0C38	234	# TELUGU LETTER SA
-letter   \x0C3E	345	# TELUGU VOWEL SIGN AA
-letter   \x0C3F	24	# TELUGU VOWEL SIGN I
-letter   \x0C40	35	# TELUGU VOWEL SIGN II
-letter   \x0C41	136	# TELUGU VOWEL SIGN U
-letter   \x0C42	1256	# TELUGU VOWEL UU
-
-letter   \x0C43	5-1235	# TELUGU VOWEL SIGN VOCALIC R
-letter   \x0C44	6-1235	# TELUGU VOWEL SIGN VOCALIC RR
-letter   \x0C46	26	# TELUGU VOWEL SIGN E
-letter   \x0C47	15	# TELUGU VOWEL SIGN EE
-letter   \x0C48	34	# TELUGU VOWEL SIGN AI = 0C46 AND 0C56
-letter   \x0C4A	1346	# TELUGU VOWEL SIGN O
-letter   \x0C4B	135	# TELUGU VOWEL SIGN OO
-letter   \x0C4C	246	# TELUGU VOWEL SIGN AU
-letter   \x0C4D	4	# TELUGU SIGN VIRAMA= HALANT (THE PREFERRED NAME)
-
-# Digits
-litdigit   \x0C66	245	# TELUGU DIGIT ZERO
-litdigit   \x0C67	1	# TELUGU DIGIT ONE
-litdigit   \x0C68	12	# TELUGU DIGIT TWO
-litdigit   \x0C69	14	# TELUGU DIGIT THREE
-litdigit  \x0C6A	145	# TELUGU DIGIT FOUR
-litdigit  \x0C6B	15	# TELUGU DIGIT FIVE
-litdigit   \x0C6C	124	# TELUGU DIGIT SIX
-litdigit  \x0C6D	1245	# TELUGU DIGIT SEVEN
-litdigit   \x0C6E	125	# TELUGU DIGIT EIGHT
-litdigit  \x0C6F	24	# TELUGU DIGIT NINE
-
-
-# ksha and gya
-
-
-always \x0C15\x0C4D\x0C37\x0C4D 4-12345 #ksha
-always \x0C1C\x0c4d\x0C1E 156 # gya
-always \x0C15\x0C4D\x0C37 12345 #ksha
-
-
-# half characters
-
- 	
-  always   \x0C15\x0C4D 4-13	# TELUGU LETTER KA
-  always   \x0C16\x0C4D	4-46	# TELUGU LETTER KHA
-  always   \x0C17\x0C4D	 4-1245	# TELUGU LETTER GA
-  always   \x0C18\x0C4D	 4-126	# TELUGU LETTER GHA
-  always   \x0C19\x0C4D	 4-346	# TELUGU LETTER NGA
-
-  always   \x0C1A\x0C4D	 4-14	# TELUGU LETTER CA
-  always   \x0C1B\x0C4D	 4-16	# TELUGU LETTER CHA
-  always   \x0C1C\x0C4D	 4-245	# TELUGU LETTER JA
-  always   \x0C1D\x0C4D 4-356	# TELUGU LETTER JHA
-  always   \x0C1E\x0C4D	 4-25	# TELUGU LETTER NYA
-
-  always   \x0C1F\x0C4D	 4-23456	# TELUGU LETTER TTA
-  always   \x0C20\x0C4D	4-2456	# TELUGU LETTER TTHA
-  always   \x0C21\x0C4D	 4-1246	# TELUGU LETTER DDA
-  always   \x0C22\x0C4D	 4-123456	# TELUGU LETTER DDHA
-  always   \x0C23\x0C4D	 4-3456	# TELUGU LETTER NNA
-
-  always   \x0C24\x0C4D	 4-2345	# TELUGU LETTER TA
-  always   \x0C25\x0C4D	 4-1456	# TELUGU LETTER THA
-  always   \x0C26\x0C4D	 4-145	# TELUGU LETTER DA
-  always   \x0C27\x0C4D	 4-2346	# TELUGU LETTER DHA
-  always   \x0C28\x0C4D	 4-1345	# TELUGU LETTER NA
-
-  always   \x0C2A\x0C4D	 4-1234	# TELUGU LETTER PA
-  always   \x0C2B\x0C4D	 4-235	# TELUGU LETTER PHA
-  always   \x0C2C\x0C4D	 4-12	# TELUGU LETTER BA
-  always   \x0C2D\x0C4D  4-45	# TELUGU LETTER BHA
-  always   \x0C2E\x0C4D	 4-134	# TELUGU LETTER MA
-
-  always   \x0C2F\x0C4D	 4-13456	# TELUGU LETTER YA
-  always   \x0C30\x0C4D	 4-1235	# TELUGU LETTER RA
-  always   \x0C31\x0C4D	 4-12456	# TELUGU LETTER RRA
-  always   \x0C32\x0C4D	 4-123	# TELUGU LETTER LA
-  always   \x0C33\x0C4D	 4-456	# TELUGU LETTER LLA
-  always   \x0C35\x0C4D	 4-1236	# TELUGU LETTER VA
-  always   \x0C36\x0C4D	 4-146	# TELUGU LETTER SHA
-  always   \x0C37\x0C4D	 4-12346	# TELUGU LETTER SSA
-  always   \x0C38\x0C4D	 4-234	# TELUGU LETTER SA
-  always   \x0C3E\x0C4D	 4-345	# TELUGU VOWEL SIGN AA
-  always   \x0C3F\x0C4D	 4-24	# TELUGU VOWEL SIGN I
-  always   \x0C40\x0C4D	 4-35	# TELUGU VOWEL SIGN II
-  always   \x0C41\x0C4D	 4-136	# TELUGU VOWEL SIGN U
-  always   \x0C42\x0C4D	 4-1256	# TELUGU VOWEL UU
-
-  always   \x0C43\x0C4D 4-5-1235 # TELUGU VOWEL SIGN VOCALIC R
-  always   \x0C44\x0C4D	 4-6-1235 # TELUGU VOWEL SIGN VOCALIC RR
-  always   \x0C46\x0C4D	 4-26	# TELUGU VOWEL SIGN E
-  always   \x0C47\x0C4D	 4-15	# TELUGU VOWEL SIGN EE
-  always   \x0C48\x0C4D	 4-34	# TELUGU VOWEL SIGN AI = 0C46 AND 0C56
-  always   \x0C4A\x0C4D	 4-1346	# TELUGU VOWEL SIGN O
-  always   \x0C4B\x0C4D	 4-135	# TELUGU VOWEL SIGN OO
-  always   \x0C4C\x0C4D	 4-246	# TELUGU VOWEL SIGN AU
-
-  # consonant followed by vowels not matra
-
-class TeluguVowel \x0C07\x0C08\x0C09\x0C0A\x0C0B\x0C0E\x0C0F\x0C10\x0C12\x0C13\x0C14 
-class halant \x0C4D
-  before TeluguVowel always   \x0C15 	13-1	# TELUGU LETTER KA
-  before TeluguVowel always   \x0C16	46-1	# TELUGU LETTER KHA
-  before TeluguVowel always   \x0C17	1245-1	# TELUGU LETTER GA
-  before TeluguVowel always   \x0C18	126-1	# TELUGU LETTER GHA
-  before TeluguVowel always   \x0C19	346-1	# TELUGU LETTER NGA
-
-  before TeluguVowel always   \x0C1A	14-1	# TELUGU LETTER CA
-  before TeluguVowel always   \x0C1B	16-1	# TELUGU LETTER CHA
-  before TeluguVowel always   \x0C1C	245-1	# TELUGU LETTER JA
-  before TeluguVowel always   \x0C1D	356-1	# TELUGU LETTER JHA
-  before TeluguVowel always   \x0C1E	25-1	# TELUGU LETTER NYA
-
-  before TeluguVowel always   \x0C1F	23456-1	# TELUGU LETTER TTA
-  before TeluguVowel always   \x0C20	2456-1	# TELUGU LETTER TTHA
-  before TeluguVowel always   \x0C21	1246-1	# TELUGU LETTER DDA
-  before TeluguVowel always   \x0C22	123456-1	# TELUGU LETTER DDHA
-  before TeluguVowel always   \x0C23	3456-1	# TELUGU LETTER NNA
-
-  before TeluguVowel always   \x0C24	2345-1	# TELUGU LETTER TA
-  before TeluguVowel always   \x0C25	1456-1	# TELUGU LETTER THA
-  before TeluguVowel always   \x0C26	145-1	# TELUGU LETTER DA
-  before TeluguVowel always   \x0C27	2346-1	# TELUGU LETTER DHA
-  before TeluguVowel always   \x0C28	1345-1	# TELUGU LETTER NA
-
-  before TeluguVowel always   \x0C2A	1234-1	# TELUGU LETTER PA
-  before TeluguVowel always   \x0C2B	235-1	# TELUGU LETTER PHA
-  before TeluguVowel always   \x0C2C	12-1-1	# TELUGU LETTER BA
-  before TeluguVowel always   \x0C2D	45-1	# TELUGU LETTER BHA
-  before TeluguVowel always   \x0C2E	134-1	# TELUGU LETTER MA
-
-  before TeluguVowel always   \x0C2F	13456-1	# TELUGU LETTER YA
-  before TeluguVowel always   \x0C30	1235-1	# TELUGU LETTER RA
-  before TeluguVowel always   \x0C31	12456-1	# TELUGU LETTER RRA
-  before TeluguVowel always   \x0C32	123-1	# TELUGU LETTER LA
-  before TeluguVowel always   \x0C33	456-1	# TELUGU LETTER LLA
-  before TeluguVowel always   \x0C35	1236-1	# TELUGU LETTER VA
-  before TeluguVowel always   \x0C36	146-1	# TELUGU LETTER SHA
-  before TeluguVowel always   \x0C37	12346-1	# TELUGU LETTER SSA
-  before TeluguVowel always   \x0C38	234-1	# TELUGU LETTER SA
-  before TeluguVowel always   \x0C3E	345-1	# TELUGU VOWEL SIGN AA
-  before TeluguVowel always   \x0C3F	24-1	# TELUGU VOWEL SIGN I
-  before TeluguVowel always   \x0C40	35-1	# TELUGU VOWEL SIGN II
-  before TeluguVowel always   \x0C41	136-1	# TELUGU VOWEL SIGN U
-  before TeluguVowel always   \x0C42	1256-1	# TELUGU VOWEL UU
-
-  before TeluguVowel always   \x0C43	5-1235-1	# TELUGU VOWEL SIGN VOCALIC R
-  before TeluguVowel always   \x0C44	6-1235-1	# TELUGU VOWEL SIGN VOCALIC RR
-  before TeluguVowel always   \x0C46	26-1	# TELUGU VOWEL SIGN E
-  before TeluguVowel always   \x0C47	15-1	# TELUGU VOWEL SIGN EE
-before TeluguVowel always   \x0C48\x0C4D	 34-1	# TELUGU VOWEL SIGN AI = 0C46 AND 0C56
-before TeluguVowel always   \x0C4A\x0C4D	 1346-1	# TELUGU VOWEL SIGN O
-before TeluguVowel always      \x0C4B\x0C4D	 135-1	# TELUGU VOWEL SIGN OO
-before TeluguVowel always      \x0C4C\x0C4D	 246-1	# TELUGU VOWEL SIGN AU
-
-# liblouis: German grade 1 braille
-#
-#  Copyright (C) 2009 SBS Schweizerische Bibliothek für Blinde und Sehbehinderte
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-#
-#-------------------------------------------------------------------------------
-#
-#  DEUTSCHE VOLLSCHRIFT - German Grade 1 Braille
-#
-#  Version 11-17-09
-#  christian.waldvogel@sbszh.ch
-#
-#-------------------------------------------------------------------------------
-
-
-class i i
-class u u
-
-# AU
-always au 16
-always kapernaum 13-1-1234-12456-1345-1-136-134
-always propaganda 1234-1235-135-1234-1-1245-1-1345-145-1
-always europa 126-1235-135-1234-1
-before u begmidword extra 15-1346-2345-1235-1
-always galauniform 1245-1-123-1-136-1345-24-124-135-1235-134
-before u begmidword intra 24-1345-2345-1235-1
-always kamera 13-1-134-15-1235-1
-always pharma 1234-125-1-1235-134-1
-
-# ÄU
-always äu 34
-always skarabäus 234-13-1-1235-1-12-345-136-234
-always thaddäus 2345-125-1-145-145-345-136-234
-midendword igäum 24-1245-345-136-134
-always apogäum 1-1234-135-1245-345-136-134
-always trochäus 2345-1235-135-1456-345-136-234
-always matthäus 134-1-2345-2345-125-345-136-234
-always jubiläum 245-136-12-24-123-345-136-134
-always ptolemäus 1234-2345-135-123-15-134-345-136-234
-always bartimäus 12-1-1235-2345-24-134-345-136-234
-always bartholomäus 12-1-1235-2345-125-135-123-135-134-345-136-234
-always borromäus 12-135-1235-1235-135-134-345-136-234
-always athenäum 1-2345-125-15-1345-345-136-134
-always piräus 1234-24-1235-345-136-234
-
-# CH
-always ch 1456
-
-# EI
-always ei 146
-midendword eideal 15-24-145-15-1-123
-midendword eidee 15-24-145-15-15
-begmidword getreidee 1245-15-2345-1235-146-145-15-15
-begmidword getreideein 1245-15-2345-1235-146-145-15-146-1345
-begmidword schneideein 156-1345-146-145-15-146-1345
-midendword eidentifi 15-24-145-15-1345-2345-24-124-24
-midendword eidentisch 15-24-145-15-1345-2345-24-156
-midendword eidentität 15-24-145-15-1345-2345-24-2345-345-2345
-midendword eideo 15-24-145-15-135
-midendword eidyll 15-24-145-13456-123-123
-midendword eignor 15-24-1245-1345-135-1235
-midword eikon 15-24-13-135-1345
-always reederei 1235-15-15-145-15-1235-146
-always fischerei 124-24-156-15-1235-146
-always molkerei 134-135-123-13-15-1235-146
-always datei 145-1-2345-146
-always polizei 1234-135-123-24-1356-146
-begmidword freikon 124-1235-146-13-135-1345
-begmidword parteikon 1234-1-1235-2345-146-13-135-1345
-midendword eille 15-24-123-123-15
-begmidword teillei 2345-146-123-123-146
-midword eilleus 15-24-123-123-126-234
-begmidword marseill 134-1-1235-234-15-24-123-123
-midendword eilloy 15-24-123-123-135-13456
-midendword eillu 15-24-123-123-136
-midendword eimag 15-24-134-1-1245
-always geheim 1245-15-125-146-134
-midendword eimbiss 15-24-134-12-24-234-234
-midendword eimit 15-24-134-24-2345
-always arzneimittel 1-1235-1356-1345-146-134-24-2345-2345-15-123
-always eimitgl 146-134-24-2345-1245-123
-always eimitt 146-134-24-2345-2345
-midendword eimker 15-24-134-13-15-1235
-midendword eimm 15-24-134-134
-always leim 123-146-134
-always heim 125-146-134
-midendword eimp 15-24-134-1234
-always keim 13-146-134
-always reimpaar 1235-146-134-1234-1-1-1235
-# MACHNOCH: von G2: alle "EIN" abgleichen
-midendword eindex 15-24-1345-145-15-1346
-midendword eindik 15-24-1345-145-24-13
-midendword eindio 15-24-1345-145-24-135
-midendword eindiz 15-24-1345-145-24-1356
-midendword einduk 15-24-1345-145-136-13
-midendword eindust 15-24-1345-145-136-23456
-midendword einduzier 15-24-1345-145-136-1356-346-1235
-midword eineff 15-24-1345-15-124-124
-midendword einfant 15-24-1345-124-1-1345-2345
-midword einfark 15-24-1345-124-1-1235-13
-midendword einfekt 15-24-1345-124-15-13-2345
-midendword einfektion 15-24-1345-124-15-13-2345-24-135-1345
-midword einfer 15-24-1345-124-15-1235
-midword einfilt 15-24-1345-124-24-123-2345
-midendword einfinit 15-24-1345-124-24-1345-24-2345
-midword einfiz 15-24-1345-124-24-1356
-midword einflat 15-24-1345-124-123-1-2345
-midendword einfo 15-24-1345-124-135
-always klein 13-123-146-1345
-always schein 156-146-1345
-always reinform 1235-146-1345-124-135-1235-134
-midendword einfusion 15-24-1345-124-136-234-24-135-1345
-midendword einhab 15-24-1345-125-1-12
-midendword einhala 15-24-1345-125-1-123-1
-midendword einhalier 15-24-1345-125-1-123-346-1235
-midendword einhär 15-24-1345-125-345-1235
-midendword einhomo 15-24-1345-125-135-134-135
-midendword einhuman 15-24-1345-125-136-134-1-1345
-midendword einit 15-24-1345-24-2345
-midendword einj 15-24-1345-245
-begmidword feinj 124-146-1345-245
-midendword einkarn 15-24-1345-13-1-1235-1345
-midendword einkasso 15-24-1345-13-1-234-234-135
-midendword einklu 15-24-1345-13-123-136
-midendword einkomp 15-24-1345-13-135-134-1234
-midendword einkon 15-24-1345-13-135-1345
-always wein 2456-146-1345
-midendword einkub 15-24-1345-13-136-12
-midendword einland 15-24-1345-123-1-1345-145
-always stein 23456-146-1345
-always rhein 1235-125-146-1345
-midendword einnen 15-24-1345-1345-15-1345
-midendword einner 15-24-1345-1345-15-1235
-begmidword beinnerv 12-146-1345-1345-15-1235-1236
-begmidword feinnerv 124-146-1345-1345-15-1235-1236
-midendword einnov 15-24-1345-1345-135-1236
-midendword einnung 15-24-1345-1345-136-1345-1245
-midendword einput 15-24-1345-1234-136-2345
-midendword einschrift 15-24-1345-156-1235-24-124-2345
-always latein 123-1-2345-146-1345
-always reinschrift 1235-146-1345-156-1235-24-124-2345
-midendword einsekt 15-24-1345-234-15-13-2345
-midendword einserat 15-24-1345-234-15-1235-1-2345
-midendword einserent 15-24-1345-234-15-1235-15-1345-2345
-midendword einserier 15-24-1345-234-15-1235-346-1235
-midendword einsert 15-24-1345-234-15-1235-2345
-midendword einsider 15-24-1345-234-24-145-15-1235
-midendword einsign 15-24-1345-234-24-1245-1345
-midendword einsist 15-24-1345-234-24-23456
-midendword einsolv 15-24-1345-234-135-123-1236
-midendword einspekt 15-24-1345-234-1234-15-13-2345
-midendword einspir 15-24-1345-234-1234-24-1235
-midendword einspiz 15-24-1345-234-1234-24-1356
-midendword einstabil 15-24-1345-23456-1-12-24-123
-midendword einstall 15-24-1345-23456-1-123-123
-midendword einstanz 15-24-1345-23456-1-1345-1356
-midendword einstinkt 15-24-1345-23456-24-1345-13-2345
-midendword einstit 15-24-1345-23456-24-2345
-midendword einstrument 15-24-1345-23456-1235-136-134-15-1345-2345
-always feinstrumpf 124-146-1345-23456-1235-136-134-1234-124
-midendword einsul 15-24-1345-234-136-123
-midendword einszen 15-24-1345-234-1356-15-1345
-midendword eintegr 15-24-1345-2345-15-1245-1235
-midendword eintell 15-24-1345-2345-15-123-123
-midendword eintend 15-24-1345-2345-15-1345-145
-always allgemein 1-123-123-1245-15-134-146-1345
-midendword eintens 15-24-1345-2345-15-1345-234
-midendword eintent 15-24-1345-2345-15-1345-2345
-midendword einter 15-24-1345-2345-15-1235
-always gemein 1245-15-134-146-1345
-always geeinter 1245-15-146-1345-2345-15-1235
-always vereinter 1236-15-1235-146-1345-2345-15-1235
-always vermeinter 1236-15-1235-134-146-1345-2345-15-1235
-always verneinter 1236-15-1235-1345-146-1345-2345-15-1235
-midendword eintol 15-24-1345-2345-135-123
-midendword eintra 15-24-1345-2345-1235-1
-always eintracht 146-1345-2345-1235-1-1456-2345
-always eintraf 146-1345-2345-1235-1-124
-always eintrag 146-1345-2345-1235-1-1245
-always eintrat 146-1345-2345-1235-1-2345
-always eintraust 146-1345-2345-1235-16-23456
-always eintraut 146-1345-2345-1235-16-2345
-midendword eintrig 15-24-1345-2345-1235-24-1245
-midendword eintro 15-24-1345-2345-1235-135
-always eintrock 146-1345-2345-1235-135-14-13
-always eintromm 146-1345-2345-1235-135-134-134
-always eintropf 146-1345-2345-1235-135-1234-124
-midendword eintui 15-24-1345-2345-136-24
-midendword einvalid 15-24-1345-1236-1-123-24-145
-midendword einvasion 15-24-1345-1236-1-234-24-135-1345
-midendword einvent 15-24-1345-1236-15-1345-2345
-midendword einvert 15-24-1345-1236-15-1235-2345
-always alleinver 1-123-123-146-1345-1236-15-1235
-always feinver 124-146-1345-1236-15-1235
-always scheinver 156-146-1345-1236-15-1235
-always rhein 1235-125-146-1345
-midendword einvest 15-24-1345-1236-15-23456
-midendword eion 15-24-135-1345
-midendword eirr 15-24-1235-1235
-midendword eisolat 15-24-234-135-123-1-2345
-midendword eisolier 15-24-234-135-123-346-1235
-midendword eiterier 15-24-2345-15-1235-346-1235
-midendword eiterat 15-24-2345-15-1235-1-2345
-always beijing 12-15-24-245-24-1345-1245
-begmidword beimpf 12-15-24-134-1234-124
-always beinhalt 12-15-24-1345-125-1-123-2345
-always beirr 12-15-24-1235-1235
-always deifikation 145-15-24-124-24-13-1-2345-24-135-1345
-always deindividuation 145-15-24-1345-145-24-1236-24-145-136-1-2345-24-135-1345
-always deist 145-15-24-23456
-always badeinsel 12-1-145-15-24-1345-234-15-123
-sufword fidei 124-24-145-15-24
-always codein 14-135-145-15-24-1345
-always kodein 13-135-145-15-24-1345
-midendword deist 145-15-24-23456
-midendword deistisch 145-15-24-23456-24-156
-always schnee 156-1345-15-15
-always seeigel 234-15-15-24-1245-15-123
-always sightseeing 234-24-1245-125-2345-234-15-15-24-1345-1245
-midendword eeinsel 15-15-24-1345-234-15-123
-midendword seeisch 234-15-15-24-156
-always coffein 14-135-124-124-15-24-1345
-always koffein 13-135-124-124-15-24-1345
-midendword geinhalt 1245-15-24-1345-125-1-123-2345
-begmidword geirr 1245-15-24-1235-1235
-begmidword geimpf 1245-15-24-134-1234-124
-always eheinstitut 15-125-15-24-1345-23456-24-2345-136-2345
-always prometheisch 1234-1235-135-134-15-2345-125-15-24-156
-always theismus 2345-125-15-24-234-134-136-234
-always theist 2345-125-15-24-23456
-before i begmidword kohle 13-135-125-123-15
-always leim 123-146-134
-always galilei 1245-1-123-24-123-15-24
-always nuklein 1345-136-13-123-15-24-1345
-always acrolein 1-14-1235-135-123-15-24-1345
-always akrolein 1-13-1235-135-123-15-24-1345
-before i begmidword wärme 2456-345-1235-134-15
-always schweineigel 156-2456-146-1345-15-24-1245-15-123
-always äneis 345-1345-15-24-234
-always aeneis 1-15-1345-15-24-234
-midendword aneität 1-1345-15-24-2345-345-2345
-sufword alineier 1-123-24-1345-15-346-1235
-always guineisch 1245-136-24-1345-15-24-156
-always boeing 12-135-15-24-1345-1245
-always nereide 1345-15-1235-15-24-145-15
-always kreier 13-1235-15-346-1235
-always pythagoreisch 1234-13456-2345-125-1-1245-135-1235-15-24-156
-always epikureisch 15-1234-24-13-136-1235-15-24-156
-always eritreisch 15-1235-24-2345-1235-15-24-156
-always kureismus 13-136-1235-15-24-234-134-136-234
-always diagnose 145-24-1-1245-1345-135-234-15
-always kasein 13-1-234-15-24-1345
-before i begmidword kälte 13-345-123-2345-15
-always protein 1234-1235-135-2345-15-24-1345
-always weight 2456-15-24-1245-125-2345
-
-# EU
-always eu 126
-midendword eunkosten 15-136-1345-13-135-23456-15-1345
-always beunruhig 12-15-136-1345-1235-136-125-24-1245
-always beurkund 12-15-136-1235-13-136-1345-145
-always beurlaub 12-15-136-1235-123-16-12
-always beurteil 12-15-136-1235-2345-146-123
-before u begmidword gewebe 1245-15-2456-15-12-15
-before u begmidword probe 1234-1235-135-12-15
-before u begmidword werbe 2456-15-1235-12-15
-always sterbeuhr 23456-15-1235-12-15-136-125-1235
-before u begmidword vice 1236-24-14-15
-before u begmidword lyce 123-13456-14-15
-always deus 145-15-136-234
-always amadeus 1-134-1-145-15-136-234
-before u begmidword bade 12-1-145-15
-before u begmidword bade 12-1-145-15
-before u begmidword lade 123-1-145-15
-before u begmidword parade 1234-1-1235-1-145-15
-always tedeum 2345-15-145-15-136-134
-before u begmidword code 14-135-145-15
-always gemeindeum 1245-15-134-146-1345-145-15-136-134
-always kundeunter 13-136-1345-145-15-136-1345-2345-15-1235
-always landeunter 123-1-1345-145-15-136-1345-2345-15-1235
-always spondeus 234-1234-135-1345-145-15-136-234
-always tedeum 2345-15-145-15-136-134
-always armeeun 1-1235-134-15-15-136-1345
-always peeun 1234-15-15-136-1345
-always seeufer 234-15-15-136-124-15-1235
-always seeum 234-15-15-136-134
-always seeun 234-15-15-136-1345
-always spreeufer 234-1234-1235-15-15-136-124-15-1235
-before u begmidword hilfe 125-24-123-124-15
-always ausgeufert 16-234-1245-15-136-124-15-1235-2345
-always folgeunter 124-135-123-1245-15-136-1345-2345-15-1235
-always geupdated 1245-15-136-1234-145-1-2345-15-145
-always geurteil 1245-15-136-1235-2345-146-123
-always sorgeunter 234-135-1235-1245-15-136-1345-2345-15-1235
-always rechercheur 1235-15-1456-15-1235-1456-126-1235
-before u begmidword recherche 1235-15-1456-15-1235-1456-15
-before u begmidword beinahe 12-146-1345-1-125-15
-before u begmidword leihe 123-146-125-15
-before u begmidword ruhe 1235-136-125-15
-before u begmidword stärke 23456-345-1235-13-15
-always makeup 134-1-13-15-136-1234
-always bakkalaure 12-1-13-13-1-123-16-1235-15
-always aleuten 1-123-15-136-2345-15-1345
-always aleutisch 1-123-15-136-2345-24-156
-always nucleus 1345-136-14-123-15-136-234
-before u begmidword kohle 13-135-125-123-15
-always ileus 24-123-15-136-234
-always nukleus 1345-136-13-123-15-136-234
-always oleum 135-123-15-136-134
-always linoleum 123-24-1345-135-123-15-136-134
-always mausoleum 134-16-234-135-123-15-136-134
-always petroleum 1234-15-2345-1235-135-123-15-136-134
-always herculaneum 125-15-1235-14-136-123-1-1345-15-136-134
-before u begmidword marine 134-1-1235-24-1345-15
-before u begmidword routine 1235-135-136-2345-24-1345-15
-always marneufer 134-1-1235-1345-15-136-124-15-1235
-always oeuvre 246-136-1236-1235-15
-always bakkalaure 12-1-13-13-1-123-16-1235-15
-before u begmidword ware 2456-1-1235-15
-before u begmidword reise 1235-146-234-15
-before u begmidword presse 1234-1235-15-2346-15
-always colosseum 14-135-123-135-234-234-15-136-134
-always kolosseum 13-135-123-135-234-234-15-136-134
-always presseun 1234-1235-15-234-234-15-136-1345
-before u begmidword gehäuse 1245-15-125-34-234-15
-always museum 134-136-234-15-136-134
-before u begmidword geräte 1245-15-1235-345-2345-15
-before u begmidword elite 15-123-24-2345-15
-always andrözeum 1-1345-145-1235-246-1356-15-136-134
-always lyzeum 123-13456-1356-15-136-134
-before u begmidword vize 1236-24-1356-15
-
-# IE
-midendword ie 346
-midendword iell 24-15-123-123
-always haie 125-1-24-15
-always schanghai 156-1-1345-1245-125-1-24
-always shanghai 234-125-1-1345-1245-125-1-24
-always lakaien 123-1-13-1-24-15-1345
-always tokaier 2345-135-13-1-24-15-1235
-always laie 123-1-24-15
-always malaie 134-1-123-1-24-15
-always maien 134-1-24-15-1345
-always maier 134-1-24-15-1235
-always monnaie 134-135-1345-1345-1-24-15
-word bien 12-24-15-1345
-begword bien 12-346-1345
-midendword bien 12-24-15-1345
-always bienn 12-24-15-1345-1345
-always skabies 234-13-1-12-24-15-234
-always honigbien 125-135-1345-24-1245-12-346-1345
-always mörtelbien 134-246-1235-2345-15-123-12-346-1345
-always kolumbier 13-135-123-136-134-12-24-15-1235
-always hosenbien 125-135-234-15-1345-12-346-1345
-always wespenbien 2456-15-234-1234-15-1345-12-346-1345
-always garderobier 1245-1-1235-145-15-1235-135-12-24-15-1235
-always adverbi 1-145-1236-15-1235-12-24
-always arbeiterbien 1-1235-12-146-2345-15-1235-12-346-1345
-always feuerbien 124-126-15-1235-12-346-1345
-always futterbien 124-136-2345-2345-15-1235-12-346-1345
-always mauerbien 134-16-15-1235-12-346-1345
-always trauerbien 2345-1235-16-15-1235-12-346-1345
-always arbeitsbien 1-1235-12-146-2345-234-12-346-1345
-always lesbier 123-15-234-12-24-15-1235
-always trachtbien 2345-1235-1-1456-2345-12-346-1345
-always nubier 1345-136-12-24-15-1235
-always holzbien 125-135-123-1356-12-346-1345
-always pelzbien 1234-15-123-1356-12-346-1345
-#                                      cie
-always ciego 14-24-15-1245-135
-always ancien 1-1345-14-24-15-1345
-always ancier 1-1345-14-24-15-1235
-always lancier 123-1-1345-14-346-1235
-always nuancier 1345-136-1-1345-14-346-1235
-always avancier 1-1236-1-1345-14-346-1235
-always rencier 1235-15-1345-14-24-15-1235
-always concierge 14-135-1345-14-24-15-1235-1245-15
-always societas 234-135-14-24-15-2345-1-234
-always society 234-135-14-24-15-2345-13456
-always science 234-14-24-15-1345-14-15
-always sciento 234-14-24-15-1345-2345-135
-always saucier 234-16-14-24-15-1235
-always diego 145-24-15-1245-135
-always dielektr 145-24-15-123-15-13-2345-1235
-word dien 145-346-1345
-midendword dien 145-24-15-1345
-always diene 145-346-1345-15
-always medien 134-15-145-24-15-1345
-always dienlich 145-346-1345-123-24-1456
-always dienst 145-346-1345-23456
-always dienstag 145-346-1345-234-2345-1-1245
-always dient 145-346-1345-2345
-#                                      dier
-word diet 145-24-15-2345
-always diethyl 145-24-15-2345-125-13456-123
-prfword dieu 145-24-126
-always adieu 1-145-24-126
-always barbadier 12-1-1235-12-1-145-24-15-1235
-always brigadier 12-1235-24-1245-1-145-24-15-1235
-always arkadier 1-1235-13-1-145-24-15-1235
-always kanadier 13-1-1345-1-145-24-15-1235
-always gradient 1245-1235-1-145-24-15-1345-2345
-always bedien 12-15-145-346-1345
-always gedient 1245-15-145-346-1345-2345
-always expedient 15-1346-1234-15-145-24-15-1345-2345
-always andien 1-1345-145-346-1345
-always burundier 12-136-1235-136-1345-145-24-15-1235
-always komödie 13-135-134-246-145-24-15
-always tragödie 2345-1235-1-1245-246-145-24-15
-always verdien 1236-15-1235-145-346-1345
-always kapverdier 13-1-1234-1236-15-1235-145-24-15-1235
-always studie 23456-136-145-24-15
-always studier 23456-136-145-346-1235
-always fierant 124-24-15-1235-1-1345-2345
-always fiesta 124-24-15-234-2345-1
-endword grafien 1245-1235-1-124-24-15-1345
-midendword schauffier 234-1456-16-124-124-346-1235
-always identifier 24-145-15-1345-2345-24-124-24-15-1235
-always profierfahr 1234-1235-135-124-24-15-1235-124-1-125-1235
-midendword gien 1245-24-15-1345
-always gieneutral 1245-346-1345-126-2345-1235-1-123
-always gieniveau 1245-346-1345-24-1236-15-16
-always magier 134-1-1245-24-15-1235
-always belgier 12-15-123-1245-24-15-1235
-always orgie 135-1235-1245-24-15
-always georgier 1245-15-135-1235-1245-24-15-1235
-always hierarch 125-24-15-1235-1-1235-1456
-always hierarchie 125-24-15-1235-1-1235-1456-346
-always hierarchien 125-24-15-1235-1-1235-1456-24-15-1345
-always hieroglyph 125-24-15-1235-135-1245-123-13456-1234-125
-always hieronymus 125-24-15-1235-135-1345-13456-134-136-234
-always chien 1456-24-15-1345
-always alighieri 1-123-24-1245-125-24-15-1235-24
-endword graphien 1245-1235-1-1234-125-24-15-1345
-prfword philosophien 1234-125-24-123-135-234-135-1234-125-24-15-1345
-#                                     thie
-always thierry 2345-125-24-15-1235-1235-13456
-always pathien 1234-1-2345-125-24-15-1345
-always forsythie 124-135-1235-234-13456-2345-125-24-15
-always kiellini 13-346-123-123-24-1345-24
-always kiew 13-24-15-2456
-always thrakien 2345-125-1235-1-13-24-15-1345
-always bankier 12-1-1345-13-24-15-1235
-sufword skier 234-13-24-15-1235
-always abfahrtsskier 1-12-124-1-125-1235-2345-234-234-13-24-15-1235
-always laufskier 123-16-124-234-13-24-15-1235
-always tourenskier 2345-135-136-1235-15-1345-234-13-24-15-1235
-always wasserskier 2456-1-234-234-15-1235-234-13-24-15-1235
-#                                      lier
-midendword lien 123-24-15-1345
-always lieutenant 123-24-126-2345-15-1345-1-1345-2345
-#                                     alie
-always zerealie 1356-15-1235-15-1-123-24-15
-always chemikalie 1456-15-134-24-13-1-123-24-15
-always somalier 234-135-134-1-123-24-15-1235
-always formalie 124-135-1235-134-1-123-24-15
-always marginalie 134-1-1235-1245-24-1345-1-123-24-15
-always lappalie 123-1-1234-1234-1-123-24-15
-always aralie 1-1235-1-123-24-15
-always salier 234-1-123-24-15-1235
-always nasalier 1345-1-234-1-123-346-1235
-always drangsalier 145-1235-1-1345-1245-234-1-123-346-1235
-always repressalie 1235-15-1234-1235-15-234-234-1-123-24-15
-always australier 16-23456-1235-1-123-24-15-1235
-always chevalier 1456-15-1236-1-123-24-15-1235
-always richelieu 1235-24-1456-15-123-24-126
-always kamelie 13-1-134-15-123-24-15
-always sommelier 234-135-134-134-15-123-24-15-1235
-always relief 1235-15-123-24-15-124
-always atelier 1-2345-15-123-24-15-1235
-always hotelier 125-135-2345-15-123-24-15-1235
-always dahlie 145-1-125-123-24-15
-always immobili 24-134-134-135-12-24-123-24
-always lilie 123-24-123-24-15
-always milieu 134-24-123-24-126
-always famili 124-1-134-24-123-24
-always emilie 15-134-24-123-24-15
-always leutemilieu 123-126-2345-15-134-24-123-24-126
-always petersilie 1234-15-2345-15-1235-234-24-123-24-15
-always ottilie 135-2345-2345-24-123-24-15
-always gallier 1245-1-123-123-24-15-1235
-always montpellier 134-135-1345-2345-1234-15-123-123-24-15-1235
-always collier 14-135-123-123-24-15-1235
-always kollier 13-135-123-123-24-15-1235
-always protokollier 1234-1235-135-2345-135-13-135-123-123-346-1235
-always gondolier 1245-135-1345-145-135-123-24-15-1235
-always folie 124-135-123-24-15
-always moliere 134-135-123-24-15-1235-15
-midendword emolier 15-134-135-123-346-1235
-always magnolie 134-1-1245-1345-135-123-24-15
-always voliere 1236-135-123-24-15-1235-15
-always julier 245-136-123-24-15-1235
-always juliet 245-136-123-24-15-2345
-always apulier 1-1234-136-123-24-15-1235
-midendword mien 134-24-15-1345
-always miene 134-346-1345-15
-always mienerkl 134-24-15-1345-15-1235-13-123
-always mesopotami 134-15-234-135-1234-135-2345-1-134-24
-always prämie 1234-1235-345-134-24-15
-always prämier 1234-1235-345-134-346-1235
-always premier 1234-1235-15-134-24-15-1235
-always krimieck 13-1235-24-134-24-15-14-13
-always mumie 134-136-134-24-15
-midendword nien 1345-24-15-1345
-#                                      nier
-always daniel 145-1-1345-24-15-123
-always jordanier 245-135-1235-145-1-1345-24-15-1235
-always tasmani 2345-1-234-134-1-1345-24
-always spaniel 234-1234-1-1345-24-15-123
-always spanier 234-1234-1-1345-24-15-1235
-always geranie 1245-15-1235-1-1345-24-15
-always akranier 1-13-1235-1-1345-24-15-1235
-always oranier 135-1235-1-1345-24-15-1235
-always turanier 2345-136-1235-1-1345-24-15-1235
-always tansanier 2345-1-1345-234-1-1345-24-15-1235
-always mauretanier 134-16-1235-15-2345-1-1345-24-15-1235
-always kastanie 13-1-23456-1-1345-24-15
-syllable ingenieur 24-1345-1245-15-1345-24-126-1235
-always armenier 1-1235-134-15-1345-24-15-1235
-always slowenier 234-123-135-2456-15-1345-24-15-1235
-always xenie 1346-15-1345-24-15
-always insignie 24-1345-234-24-1245-1345-24-15
-always carabinier 14-1-1235-1-12-24-1345-24-15-1235
-always robinie 1235-135-12-24-1345-24-15
-always jardinier 245-1-1235-145-24-1345-24-15-1235
-always sardinier 234-1-1235-145-24-1345-24-15-1235
-always linie 123-24-1345-24-15
-always linier 123-24-1345-346-1235
-always miniechs 134-24-1345-24-15-1456-234
-always minieisen 134-24-1345-24-146-234-15-1345
-always pinie 1234-24-1345-24-15
-always abessinier 1-12-15-234-234-24-1345-24-15-1235
-always grusinier 1245-1235-136-234-24-1345-24-15-1235
-always aktinie 1-13-2345-24-1345-24-15
-always argentinier 1-1235-1245-15-1345-2345-24-1345-24-15-1235
-prfword routinier 1235-135-136-2345-24-1345-24-15-1235
-always routiniers 1235-135-136-2345-24-1345-24-15-1235-234
-always gloxinie 1245-123-135-1346-24-1345-24-15
-always insomnien 24-1345-234-135-134-1345-24-15-1345
-always zinnie 1356-24-1345-1345-24-15
-always bonbonniere 12-135-1345-12-135-1345-1345-24-15-1235-15
-always saisonnier 234-1-24-234-135-1345-1345-24-15-1235
-always chansonnier 1456-1-1345-234-135-1345-1345-24-15-1235
-always kaledonier 13-1-123-15-145-135-1345-24-15-1235
-always makedonier 134-1-13-15-145-135-1345-24-15-1235
-always mazedonier 134-1-1356-15-145-135-1345-24-15-1235
-always begonie 12-15-1245-135-1345-24-15
-always aragonier 1-1235-1-1245-135-1345-24-15-1235
-always babylonier 12-1-12-13456-123-135-1345-24-15-1235
-always katalonier 13-1-2345-1-123-135-1345-24-15-1235
-always slawonier 234-123-1-2456-135-1345-24-15-1235
-always dernier 145-15-1235-1345-24-15-1235
-always kinderniere 13-24-1345-145-15-1235-1345-346-1235-15
-always rinderniere 1235-24-1345-145-15-1235-1345-346-1235-15
-always spenderniere 234-1234-15-1345-145-15-1235-1345-346-1235-15
-always wanderniere 2456-1-1345-145-15-1235-1345-346-1235-15
-prfword hernie 125-15-1235-1345-24-15
-always hernien 125-15-1235-1345-24-15-1345
-always kalifornier 13-1-123-24-124-135-1235-1345-24-15-1235
-always bosnier 12-135-234-1345-24-15-1235
-always punier 1234-136-1345-24-15-1235
-always harpunier 125-1-1235-1234-136-1345-346-1235
-always petunie 1234-15-2345-136-1345-24-15
-always bithynier 12-24-2345-125-13456-1345-24-15-1235
-#                                      pie
-word pie 1234-24-15
-word pies 1234-24-15-234
-always piemont 1234-24-15-134-135-1345-2345
-midendword pien 1234-24-15-1345
-always pieta 1234-24-15-2345-1
-always pietät 1234-24-15-2345-345-2345
-always pietismus 1234-24-15-2345-24-234-134-136-234
-always pietist 1234-24-15-2345-24-23456
-always piezo 1234-24-15-1356-135
-#                                      pier
-always pierre 1234-24-15-1235-1235-15
-always kopier 13-135-1234-346-1235
-always pierrot 1234-24-15-1235-1235-135-2345
-always pietro 1234-24-15-2345-1235-135
-always kneipier 13-1345-146-1234-24-15-1235
-always olympier 135-123-13456-134-1234-24-15-1235
-always äthiopier 345-2345-125-24-135-1234-24-15-1235
-always spiell 234-1234-346-123-123
-always rupie 1235-136-1234-24-15
-always croupier 14-1235-135-136-1234-24-15-1235
-sufword arie 1-1235-24-15
-always karies 13-1-1235-24-15-234
-always araukarie 1-1235-16-13-1-1235-24-15
-always opernarie 135-1234-15-1235-1345-1-1235-24-15
-always kanari 13-1-1345-1-1235-24
-always sopranarie 234-135-1234-1235-1-1345-1-1235-24-15
-always soloarie 234-135-123-135-1-1235-24-15
-always parietal 1234-1-1235-24-15-2345-1-123
-always tenorarie 2345-15-1345-135-1235-1-1235-24-15
-always bravourarie 12-1235-1-1236-135-136-1235-1-1235-24-15
-always bassarie 12-1-234-234-1-1235-24-15
-always altarie 1-123-2345-1-1235-24-15
-always balzarie 12-1-123-1356-1-1235-24-15
-always gabriel 1245-1-12-1235-24-15-123
-always materie 134-1-2345-15-1235-24-15
-always arterie 1-1235-2345-15-1235-24-15
-always bakterie 12-1-13-2345-15-1235-24-15
-always henriette 125-15-1345-1235-24-15-2345-2345-15
-always kyrie 13-13456-1235-24-15
-#                                     orie
-always zichorie 1356-24-1456-135-1235-24-15
-always glorie 1245-123-135-1235-24-15
-always akzessorietät 1-13-1356-15-234-234-135-1235-24-15-2345-345-2345
-always historie 125-24-23456-135-1235-24-15
-always propriet 1234-1235-135-1234-1235-24-15-2345
-midendword rien 1235-24-15-1345
-#                                      rier
-always agrarier 1-1245-1235-1-1235-24-15-1235
-sufword arier 1-1235-24-15-1235
-sufword ariern 1-1235-24-15-1235-1345
-sufword ariers 1-1235-24-15-1235-234
-always vegetarier 1236-15-1245-15-2345-1-1235-24-15-1235
-always proletarier 1234-1235-135-123-15-2345-1-1235-24-15-1235
-always nichtarier 1345-24-1456-2345-1-1235-24-15-1235
-always trinitarier 2345-1235-24-1345-24-2345-1-1235-24-15-1235
-always unitarier 136-1345-24-2345-1-1235-24-15-1235
-always parlamentarier 1234-1-1235-123-1-134-15-1345-2345-1-1235-24-15-1235
-always rotarier 1235-135-2345-1-1235-24-15-1235
-always variet 1236-1-1235-24-15-2345
-always algerier 1-123-1245-15-1235-24-15-1235
-always serie 234-15-1235-24-15
-always chinoiserie 1456-24-1345-135-24-234-15-1235-346
-prfword chinoiserien 1456-24-1345-135-24-234-15-1235-24-15-1345
-always onfiserie 135-1345-124-24-234-15-1235-346
-endword onfiserien 135-1345-124-24-234-15-1235-24-15-1345
-always inserier 24-1345-234-15-1235-346-1235
-always komparserie 13-135-134-1234-1-1235-234-15-1235-346
-prfword komparserien 13-135-134-1234-1-1235-234-15-1235-24-15-1345
-always asserier 1-234-234-15-1235-346-1235
-always brasserie 12-1235-1-234-234-15-1235-346
-always patisserie 1234-1-2345-24-234-234-15-1235-346
-prfword patisserien 1234-1-2345-24-234-234-15-1235-24-15-1345
-always tapisserie 2345-1-1234-24-234-234-15-1235-346
-prfword tapisserien 2345-1-1234-24-234-234-15-1235-24-15-1345
-always karosserie 13-1-1235-135-234-234-15-1235-346
-prfword karosserien 13-1-1235-135-234-234-15-1235-24-15-1345
-always interieur 24-1345-2345-15-1235-24-126-1235
-always grien 1245-1235-346-1345
-always sibirier 234-24-12-24-1235-24-15-1235
-always theorieneutral 2345-125-15-135-1235-346-1345-126-2345-1235-1-123
-always barriere 12-1-1235-1235-24-15-1235-15
-always harriet 125-1-1235-1235-24-15-2345
-always karriere 13-1-1235-1235-24-15-1235-15
-always karrierist 13-1-1235-1235-24-15-1235-24-23456
-always perrier 1234-15-1235-1235-24-15-1235
-always terrier 2345-15-1235-1235-24-15-1235
-always triest 2345-1235-24-15-23456
-always industrienation 24-1345-145-136-23456-1235-346-1345-1-2345-24-135-1345
-always industrienetz 24-1345-145-136-23456-1235-346-1345-15-2345-1356
-#                                     urie
-always furie 124-136-1235-24-15
-always furier 124-136-1235-346-1235
-always saurier 234-16-1235-24-15-1235
-begmidword thesaurier 2345-125-15-234-16-1235-346-1235
-always injurie 24-1345-245-136-1235-24-15
-always injurier 24-1345-245-136-1235-346-1235
-always dekurie 145-15-13-136-1235-24-15
-always kurie 13-136-1235-24-15
-always kurier 13-136-1235-346-1235
-always courier 14-135-136-1235-24-15-1235
-always zenturie 1356-15-1345-2345-136-1235-24-15
-always couturier 14-135-136-2345-136-1235-24-15-1235
-always illyrier 24-123-123-13456-1235-24-15-1235
-always syrier 234-13456-1235-24-15-1235
-always sien 234-24-15-1345
-#                                      sier
-always sierra 234-24-15-1235-1235-1
-midendword sierraum 234-346-1235-1235-16-134
-always dosier 145-135-234-346-1235
-always siesta 234-24-15-23456-1
-always kaukasier 13-16-13-1-234-24-15-1235
-always douglasie 145-135-136-1245-123-1-234-24-15
-always austrasier 16-23456-1235-1-234-24-15-1235
-always eurasier 126-1235-1-234-24-15-1235
-always antasienam 1-1345-2345-1-234-346-1345-1-134
-always rhodesier 1235-125-135-145-15-234-24-15-1235
-always freesie 124-1235-15-15-234-24-15
-always schlesier 156-123-15-234-24-15-1235
-always milesier 134-24-123-15-234-24-15-1235
-always melanesier 134-15-123-1-1345-15-234-24-15-1235
-always indonesier 24-1345-145-135-1345-15-234-24-15-1235
-always tunesier 2345-136-1345-15-234-24-15-1235
-always polynesier 1234-135-123-13456-1345-15-234-24-15-1235
-always fuchsie 124-136-1456-234-24-15
-always lavoisier 123-1-1236-135-24-234-24-15-1235
-always monsieur 134-135-1345-234-24-126-1235
-always monsieur 134-135-1345-234-24-126-1235
-always hortensie 125-135-1235-2345-15-1345-234-24-15
-always jurassier 245-136-1235-1-234-234-24-15-1235
-always messieurs 134-15-234-234-24-126-1235-234
-always patissier 1234-1-2345-24-234-234-24-15-1235
-always dossier 145-135-234-234-24-15-1235
-always dossierung 145-135-234-234-346-1235-136-1345-1245
-always indossier 24-1345-145-135-234-234-346-1235
-prfword haussier 125-16-234-234-24-15-1235
-prfword haussiers 125-16-234-234-24-15-1235-234
-always arkebusier 1-1235-13-15-12-136-234-24-15-1235
-always corbusier 14-135-1235-12-136-234-24-15-1235
-always andalusier 1-1345-145-1-123-136-234-24-15-1235
-always malaysier 134-1-123-1-13456-234-24-15-1235
-midendword tien 2345-24-15-1345
-#                                      tier
-midendword atien 1-2345-24-15-1345
-always chocolatier 1456-135-14-135-123-1-2345-24-15-1235
-always privatier 1234-1235-24-1236-1-2345-24-15-1235
-always cafetier 14-1-124-15-2345-24-15-1235
-always metier 134-15-2345-24-15-1235
-always helvetier 125-15-123-1236-15-2345-24-15-1235
-always pleitier 1234-123-146-2345-24-15-1235
-always aktie 1-13-2345-24-15
-always paktier 1234-1-13-2345-346-1235
-always traktier 2345-1235-1-13-2345-346-1235
-always taktier 2345-1-13-2345-346-1235
-always multie 134-136-123-2345-24-15
-always antiessen 1-1345-2345-24-15-234-234-15-1345
-always antieuropäisch 1-1345-2345-24-126-1235-135-1234-345-24-156
-always tantieme 2345-1-1345-2345-24-15-134-15
-always cartier 14-1-1235-2345-24-15-1235
-always portier 1234-135-1235-2345-24-15-1235
-always portieren 1234-135-1235-2345-346-1235
-always portierbar 1234-135-1235-2345-346-1235-12-1-1235
-prfword portierst 1234-135-1235-2345-346-1235-23456
-always portierung 1234-135-1235-2345-346-1235-136-1345-1245
-always deportier 145-15-1234-135-1235-2345-346-1235
-always apportier 1-1234-1234-135-1235-2345-346-1235
-always exportier 15-1346-1234-135-1235-2345-346-1235
-always importier 24-134-1234-135-1235-2345-346-1235
-always kolportier 13-135-123-1234-135-1235-2345-346-1235
-always transportier 2345-1235-1-1345-234-1234-135-1235-2345-346-1235
-always stiellappen 23456-346-123-123-1-1234-1234-15-1345
-always stiellos 23456-346-123-123-135-234
-midendword stien 23456-24-15-1345
-always bestie 12-15-23456-24-15
-always bestiefel 12-15-23456-346-124-15-123
-always bestieg 12-15-23456-346-1245
-always bestiehl 12-15-23456-346-125-123
-always bestieß 12-15-23456-346-2346
-always hostie 125-135-23456-24-15
-always bustier 12-136-23456-24-15-1235
-always büfettier 12-1256-124-15-2345-2345-24-15-1235
-always spaghettiess 234-1234-1-1245-125-15-2345-2345-24-15-234-234
-always gautier 1245-16-2345-24-15-1235
-always bijoutier 12-24-245-135-136-2345-24-15-1235
-#                                     quie
-always quietismus 12345-136-24-15-2345-24-234-134-136-234
-always quietistisch 12345-136-24-15-2345-24-23456-24-156
-always requiem 1235-15-12345-136-24-15-134
-always reliquie 1235-15-123-24-12345-136-24-15
-always kolloquie 13-135-123-123-135-12345-136-24-15
-always montesquieu 134-135-1345-2345-15-234-12345-136-24-126
-always vielleicht 1236-346-123-123-146-1456-2345
-#                                      vier
-always viet 1236-24-15-2345
-always view 1236-24-15-2456
-always skandinavi 234-13-1-1345-145-24-1345-1-1236-24
-always endivi 15-1345-145-24-1236-24
-always bolivi 12-135-123-24-1236-24
-always riviera 1235-24-1236-24-15-1235-1
-always moldawi 134-135-123-145-1-2456-24
-always jugoslawi 245-136-1245-135-234-123-1-2456-24
-always galaxien 1245-1-123-1-1346-24-15-1345
-always sexier 234-15-1346-24-15-1235
-always sexiest 234-15-1346-24-15-23456
-always paradoxien 1234-1-1235-1-145-135-1346-24-15-1345
-always harpyie 125-1-1235-1234-13456-24-15
-always zielland 1356-346-123-123-1-1345-145
-always ziellini 1356-346-123-123-24-1345-24
-always zielloch 1356-346-123-123-135-1456
-always ziellos 1356-346-123-123-135-234
-#                                      zie
-midendword zien 1356-24-15-1345
-always akazie 1-13-1-1356-24-15
-always grazie 1245-1235-1-1356-24-15
-always pistazie 1234-24-23456-1-1356-24-15
-always allochezie 1-123-123-135-1456-15-1356-24-15
-always spezies 234-1234-15-1356-24-15-234
-always alopezie 1-123-135-1234-15-1356-24-15
-prfword finanzier 124-24-1345-1-1345-1356-24-15-1235
-prfword finanziers 124-24-1345-1-1345-1356-24-15-1235-234
-always phönizier 1234-125-246-1345-24-1356-24-15-1235
-always patrizier 1234-1-2345-1235-24-1356-24-15-1235
-always antikoagulanzie 1-1345-2345-24-13-135-1-1245-136-123-1-1345-1356-24-15
-always alkylanzie 1-123-13-13456-123-1-1345-1356-24-15
-always soziet 234-135-1356-24-15-2345
-
-# SCH
-always sch 156
-always auscheck 16-234-1456-15-14-13
-always auscheckig 16-156-15-14-13-24-1245
-always bisschen 12-24-234-234-1456-15-1345
-always bläschen 12-123-345-234-1456-15-1345
-always blüschen 12-123-1256-234-1456-15-1345
-always brieschen 12-1235-346-234-1456-15-1345
-always döschen 145-246-234-1456-15-1345
-always eschatolog 15-234-1456-1-2345-135-123-135-1245
-always fässchen 124-345-234-234-1456-15-1345
-always flüsschen 124-123-1256-234-234-1456-15-1345
-always gänschen 1245-345-1345-234-1456-15-1345
-always gässchen 1245-345-234-234-1456-15-1345
-always gläschen 1245-123-345-234-1456-15-1345
-always häschen 125-345-234-1456-15-1345
-always hälschen 125-345-123-234-1456-15-1345
-always hänschen 125-345-1345-234-1456-15-1345
-always häuschen 125-34-234-1456-15-1345
-always heitscheck 125-146-2345-234-1456-15-14-13
-always höschen 125-246-234-1456-15-1345
-always hülschen 125-1256-123-234-1456-15-1345
-always ischämie 24-234-1456-345-134-346
-always ischämien 24-234-1456-345-134-24-15-1345
-always ischia 24-234-1456-24-1
-always kabäuschen 13-1-12-34-234-1456-15-1345
-always käschen 13-345-234-1456-15-1345
-always klösschen 13-123-246-234-234-1456-15-1345
-always küsschen 13-1256-234-234-1456-15-1345
-always läuschen 123-34-234-1456-15-1345
-always lieblingschat 123-346-12-123-24-1345-1245-234-1456-1-2345
-always lieschen 123-346-234-1456-15-1345
-always maischip 134-1-24-234-1456-24-1234
-always mäuschen 134-34-234-1456-15-1345
-always möpschen 134-246-1234-234-1456-15-1345
-always maraschino 134-1-1235-1-234-1456-24-1345-135
-always mischief 134-24-234-1456-346-124
-always näschen 1345-345-234-1456-15-1345
-always nüsschen 1345-1256-234-234-1456-15-1345
-always engelschor 15-1345-1245-15-123-234-1456-135-1235
-always engelschör 15-1345-1245-15-123-234-1456-246-1235
-midendword enschor 15-1345-234-1456-135-1235
-midendword enschör 15-1345-234-1456-246-1235
-midendword ngschor 1345-1245-234-1456-135-1235
-midendword ngschör 1345-1245-234-1456-246-1235
-always prischen 1234-1235-24-234-1456-15-1345
-always radieschen 1235-1-145-346-234-1456-15-1345
-always reischen 1235-146-234-1456-15-1345
-always kreischen 13-1235-146-156-15-1345
-always röschen 1235-246-234-1456-15-1345
-always fröschen 124-1235-246-156-15-1345
-midendword schance 234-1456-1-1345-14-15
-midendword schao 234-1456-1-135
-midendword scharakter 234-1456-1-1235-1-13-2345-15-1235
-midendword schef 234-1456-15-124
-always scheffel 156-15-124-124-15-123
-always scheffle 156-15-124-124-123-15
-always wäsche 2456-345-156-15
-always tusche 2345-136-156-15
-always retuscheur 1235-15-2345-136-156-126-1235
-midendword schemie 234-1456-15-134-346
-midendword schemiker 234-1456-15-134-24-13-15-1235
-midendword schemikalie 234-1456-15-134-24-13-1-123-24-15
-always scherzo 234-1456-15-1235-1356-135
-always scherzando 234-1456-15-1235-1356-1-1345-145-135
-always schlösschen 156-123-246-234-234-1456-15-1345
-midendword schirurg 234-1456-24-1235-136-1235-1245
-always schnäpschen 156-1345-345-1234-234-1456-15-1345
-always school 234-1456-135-135-123
-midendword schromat 234-1456-1235-135-134-1-2345
-midendword schromo 234-1456-1235-135-134-135
-midendword schronik 234-1456-1235-135-1345-24-13
-midendword schüechli 234-1456-1256-15-1456-123-24
-midendword üchschen 1256-1456-234-1456-15-1345
-always tässchen 2345-345-234-234-1456-15-1345
-always väschen 1236-345-234-1456-15-1345
-always wieschen 2456-346-234-1456-15-1345
-
-# ST
-always st 23456
-syllable abgas 1-12-1245-1-234
-always abschiedstrunk 1-12-156-346-145-234-2345-1235-136-1345-13
-always abschlussteil 1-12-156-123-136-234-234-2345-146-123
-always abseitstor 1-12-234-146-2345-234-2345-135-1235
-always adressteil 1-145-1235-15-234-234-2345-146-123
-always aesthet 1-15-234-2345-125-15-2345
-always aidstest 1-24-145-234-2345-15-23456
-always aktionstrupp 1-13-2345-24-135-1345-234-2345-1235-136-1234-1234
-syllable alltags 1-123-123-2345-1-1245-234
-always amtston 1-134-2345-234-2345-135-1345
-always anfangsteil 1-1345-124-1-1345-1245-234-2345-146-123
-always angsträum 1-1345-1245-23456-1235-34-134
-always anschlussteil 1-1345-156-123-136-234-234-2345-146-123
-always anschriftsteil 1-1345-156-1235-24-124-2345-234-2345-146-123
-always anästh 1-1345-345-234-2345-125
-begmidword arbeitst 1-1235-12-146-2345-234-2345
-word asst 1-234-234-2345
-always gasstrom 1245-1-234-23456-1235-135-134
-always augiasstall 16-1245-24-1-234-23456-1-123-123
-always ästhesie 345-234-2345-125-15-234-346
-always ästhet 345-234-2345-125-15-2345
-always asthma 1-234-2345-125-134-1
-always asthmo 1-234-2345-125-134-135
-always ausdruckstanz 16-234-145-1235-136-14-13-234-2345-1-1345-1356
-always ausgleichstor 16-234-1245-123-146-1456-234-2345-135-1235
-always aussichtsturm 16-234-234-24-1456-2345-234-2345-136-1235-134
-always austast 16-234-2345-1-23456
-always austeil 16-234-2345-146-123
-always austobe 16-234-2345-135-12-15
-always austobst 16-234-2345-135-12-23456
-always austobt 16-234-2345-135-12-2345
-always austollen 16-234-2345-135-123-123-15-1345
-always abbaustollen 1-12-12-16-23456-135-123-123-15-1345
-always austonn 16-234-2345-135-1345-1345
-always austrampel 16-234-2345-1235-1-134-1234-15-123
-always austrample 16-234-2345-1235-1-134-1234-123-15
-always austrat 16-234-2345-1235-1-2345
-always austrick 16-234-2345-1235-24-14-13
-always austritt 16-234-2345-1235-24-2345-2345
-always austrock 16-234-2345-1235-135-14-13
-always austun 16-234-2345-136-1345
-always austupf 16-234-2345-136-1234-124
-always austusch 16-234-2345-136-156
-always auswärtstor 16-234-2456-345-1235-2345-234-2345-135-1235
-always basst 12-1-234-234-2345
-syllable befehls 12-15-124-15-125-123-234
-always befehlsteil 12-15-124-15-125-123-234-2345-146-123
-always befleisst 12-15-124-123-146-234-234-2345
-always begrüßungstrunk 12-15-1245-1235-1256-2346-136-1345-1245-234-2345-1235-136-1345-13
-always beisst 12-146-234-234-2345
-always besasst 12-15-234-1-234-234-2345
-always betriebsteil 12-15-2345-1235-346-12-234-2345-146-123
-always betriebstreu 12-15-2345-1235-346-12-234-2345-1235-126
-always beweisteil 12-15-2456-146-234-2345-146-123
-always bezirkstier 12-15-1356-24-1235-13-234-2345-346-1235
-midendword blasst 12-123-1-234-234-2345
-always blutstrunk 12-123-136-2345-234-2345-1235-136-1345-13
-always blösst 12-123-246-234-234-2345
-always brandungstor 12-1235-1-1345-145-136-1345-1245-234-2345-135-1235
-always bundestrupp 12-136-1345-145-15-234-2345-1235-136-1234-1234
-always bündnistreu 12-1256-1345-145-1345-24-234-2345-1235-126
-always büsst 12-1256-234-234-2345
-always dasasst 145-1-234-1-234-234-2345
-always distorsion 145-24-234-2345-135-1235-234-24-135-1345
-always durchbruchstal 145-136-1235-1456-12-1235-136-1456-234-2345-1-123
-always dystonie 145-13456-234-2345-135-1345-346
-always einbruchstal 146-1345-12-1235-136-1456-234-2345-1-123
-always einesteils 146-1345-15-234-2345-146-123-234
-always eingangstor 146-1345-1245-1-1345-1245-234-2345-135-1235
-always eistanz 146-234-2345-1-1345-1356
-always eistorte 146-234-2345-135-1235-2345-15
-always eistört 146-234-2345-246-1235-2345
-always elvistoll 15-123-1236-24-234-2345-135-123-123
-always empfangsteil 15-134-1234-124-1-1345-1245-234-2345-146-123
-always esther 15-234-2345-125-15-1235
-always pestherd 1234-15-23456-125-15-1235-145
-always fallstor 124-1-123-123-234-2345-135-1235
-syllable fasst 124-1-234-234-2345
-always flusstal 124-123-136-234-234-2345-1-123
-always flösst 124-123-246-234-234-2345
-always flüchtlingstreck 124-123-1256-1456-2345-123-24-1345-1245-234-2345-1235-15-14-13
-always formationstanz 124-135-1235-134-1-2345-24-135-1345-234-2345-1-1345-1356
-always frasst 124-1235-1-234-234-2345
-always friedenstaube 124-1235-346-145-15-1345-234-2345-16-12-15
-always friedenstrupp 124-1235-346-145-15-1345-234-2345-1235-136-1234-1234
-always frästisch 124-1235-345-234-2345-24-156
-always frühstücksteller 124-1235-1256-125-23456-1256-14-13-234-2345-15-123-123-15-1235
-always frühstückstisch 124-1235-1256-125-23456-1256-14-13-234-2345-24-156
-always fusst 124-136-234-234-2345
-always führungstor 124-1256-125-1235-136-1345-1245-234-2345-135-1235
-always führungstrupp 124-1256-125-1235-136-1345-1245-234-2345-1235-136-1234-1234
-always gangsteil 1245-1-1345-1245-234-2345-146-123
-always gangston 1245-1-1345-1245-234-2345-135-1345
-always gastank 1245-1-234-2345-1-1345-13
-always gasturm 1245-1-234-2345-136-1235-134
-always gebietsteil 1245-15-12-346-2345-234-2345-146-123
-always gebirgstrupp 1245-15-12-24-1235-1245-234-2345-1235-136-1234-1234
-always geburtstaub 1245-15-12-136-1235-2345-234-2345-16-12
-always gefechtsturm 1245-15-124-15-1456-2345-234-2345-136-1235-134
-syllable geheimnis 1245-15-125-146-134-1345-24-234
-always geschlechtsteil 1245-15-156-123-15-1456-2345-234-2345-146-123
-always geschäftsteil 1245-15-156-345-124-2345-234-2345-146-123
-always gesellschaftstanz 1245-15-234-15-123-123-156-1-124-2345-234-2345-1-1345-1356
-always gesetzestreu 1245-15-234-15-2345-1356-15-234-2345-1235-126
-syllable gesichts 1245-15-234-24-1456-2345-234
-always gespasst 1245-15-234-1234-1-234-234-2345
-always gesprächsteil 1245-15-234-1234-1235-345-1456-234-2345-146-123
-always gesüsst 1245-15-234-1256-234-234-2345
-always gewohnheitstier 1245-15-2456-135-125-1345-125-146-2345-234-2345-346-1235
-always glasteil 1245-123-1-234-2345-146-123
-always glastisch 1245-123-1-234-2345-24-156
-always glasturm 1245-123-1-234-2345-136-1235-134
-always glückstor 1245-123-1256-14-13-234-2345-135-1235
-always gottestreu 1245-135-2345-2345-15-234-2345-1235-126
-always grosst 1245-1235-135-234-234-2345
-always grösst 1245-1235-246-234-234-2345
-always grüsst 1245-1235-1256-234-234-2345
-always gussteil 1245-136-234-234-2345-146-123
-always hadrianstor 125-1-145-1235-24-1-1345-234-2345-135-1235
-always handelsteil 125-1-1345-145-15-123-234-2345-146-123
-syllable hasst 125-1-234-234-2345
-always haustaube 125-16-234-2345-16-12-15
-always haustempel 125-16-234-2345-15-134-1234-15-123
-always haustier 125-16-234-2345-346-1235
-always haustor 125-16-234-2345-135-1235
-always haustrunk 125-16-234-2345-1235-136-1345-13
-always hausturm 125-16-234-2345-136-1235-134
-always heeresteil 125-15-15-1235-15-234-2345-146-123
-always heisst 125-146-234-234-2345
-always heitstick 125-146-2345-234-2345-24-14-13
-midendword heitstrunk 125-146-2345-234-2345-1235-136-1345-13
-always hephaistostempel 125-15-1234-125-1-24-23456-135-234-2345-15-134-1234-15-123
-always hilfstaucher 125-24-123-124-234-2345-16-1456-15-1235
-always hilfstrupp 125-24-123-124-234-2345-1235-136-1234-1234
-always himmelstanz 125-24-134-134-15-123-234-2345-1-1345-1356
-always himmelstempel 125-24-134-134-15-123-234-2345-15-134-1234-15-123
-always himmelstor 125-24-134-134-15-123-234-2345-135-1235
-always hisst 125-24-234-234-2345
-always hofstor 125-135-124-234-2345-135-1235
-always hundsteuer 125-136-1345-145-234-2345-126-15-1235
-always iesst 346-234-234-2345
-always vliesst 1236-123-346-234-23456
-always invasionstrupp 24-1345-1236-1-234-24-135-1345-234-2345-1235-136-1234-1234
-always ionsteil 24-135-1345-234-2345-146-123
-always ionstisch 24-135-1345-234-2345-24-156
-midendword ionstreu 24-135-1345-234-2345-1235-126
-always irrsinnstat 24-1235-1235-234-24-1345-1345-234-2345-1-2345
-word isst 24-234-234-2345
-begmidword isthm 24-234-2345-125-134
-midendword itätstreu 24-2345-345-2345-234-2345-1235-126
-always juliusturm 245-136-123-24-136-234-2345-136-1235-134
-always kabinettstisch 13-1-12-24-1345-15-2345-2345-234-2345-24-156
-always kaffeehaustisch 13-1-124-124-15-15-125-16-234-2345-24-156
-always kapitänstisch 13-1-1234-24-2345-345-1345-234-2345-24-156
-always karnevalstrubel 13-1-1235-1345-15-1236-1-123-234-2345-1235-136-12-15-123
-midendword kaufstresen 13-16-124-234-2345-1235-15-234-15-1345
-midendword kaufstrick 13-16-124-234-2345-1235-24-14-13
-midendword kaufstrip 13-16-124-234-2345-1235-24-1234
-always keitsteil 13-146-2345-234-2345-146-123
-midendword keitstreu 13-146-2345-234-2345-1235-126
-always kindstaufe 13-24-1345-145-234-2345-16-124-15
-always kindstäuf 13-24-1345-145-234-2345-34-124
-always kirmestanz 13-24-1235-134-15-234-2345-1-1345-1356
-always kondenstopf 13-135-1345-145-15-1345-234-2345-135-1234-124
-always konfuziustempel 13-135-1345-124-136-1356-24-136-234-2345-15-134-1234-15-123
-always kongressteil 13-135-1345-1245-1235-15-234-234-2345-146-123
-always krebstier 13-1235-15-12-234-2345-346-1235
-always kreisteil 13-1235-146-234-2345-146-123
-always kriegstalk 13-1235-346-1245-234-2345-1-123-13
-always kriegstanz 13-1235-346-1245-234-2345-1-1345-1356
-always kriegsteil 13-1235-346-1245-234-2345-146-123
-always kriegsto 13-1235-346-1245-234-2345-135
-midendword kunftstrick 13-136-1345-124-2345-234-2345-1235-24-14-13
-always kursteil 13-136-1235-234-2345-146-123
-always kursusteil 13-136-1235-234-136-234-2345-146-123
-always königstiger 13-246-1345-24-1245-234-2345-24-1245-15-1235
-always königstreu 13-246-1345-24-1245-234-2345-1235-126
-always küsst 13-1256-234-234-2345
-always landesteil 123-1-1345-145-15-234-2345-146-123
-syllable lasst 123-1-234-234-2345
-syllable glasst 1245-123-1-234-23456
-always legionstrupp 123-15-1245-24-135-1345-234-2345-1235-136-1234-1234
-always liebestat 123-346-12-15-234-2345-1-2345
-always liebestoll 123-346-12-15-234-2345-135-123-123
-always liebestrunk 123-346-12-15-234-2345-1235-136-1345-13
-always lieblingst 123-346-12-123-24-1345-1245-234-2345
-always lostrab 123-135-234-2345-1235-1-12
-always längstal 123-345-1345-1245-234-2345-1-123
-always machtsteil 134-1-1456-2345-234-2345-146-123
-begmidword maisst 134-1-24-234-23456
-always mannstoll 134-1-1345-1345-234-2345-135-123-123
-always masst 134-1-234-234-2345
-always thomasst 2345-125-135-134-1-234-23456
-always meerestier 134-15-15-1235-15-234-2345-346-1235
-always mittagstrunk 134-24-2345-2345-1-1245-234-2345-1235-136-1345-13
-always moostier 134-135-135-234-2345-346-1235
-always mordsteuer 134-135-1235-145-234-2345-126-15-1235
-always mordsteure 134-135-1235-145-234-2345-126-1235-15
-always moschustier 134-135-156-136-234-2345-346-1235
-always musst 134-136-234-234-2345
-always mönchstum 134-246-1345-1456-234-2345-136-134
-always mündungstrichter 134-1256-1345-145-136-1345-1245-234-2345-1235-24-1456-2345-15-1235
-always müsst 134-1256-234-234-2345
-always namensteil 1345-1-134-15-1345-234-2345-146-123
-midendword ngstresen 1345-1245-234-2345-1235-15-234-15-1345
-always nichtstuer 1345-24-1456-2345-234-2345-136-15-1235
-always nichtstun 1345-24-1456-2345-234-2345-136-1345
-always ortsteil 135-1235-2345-234-2345-146-123
-syllable passt 1234-1-234-234-2345
-syllable prasst 1234-1235-1-234-234-2345
-word psssst 1234-234-234-234-234-2345
-word pssst 1234-234-234-234-2345
-word psst 1234-234-234-2345
-word pst 1234-234-2345
-always ratstisch 1235-1-2345-234-2345-24-156
-always reichsteil 1235-146-1456-234-2345-146-123
-always reichstrupp 1235-146-1456-234-2345-1235-136-1234-1234
-always reisst 1235-146-234-234-2345
-always reisstroh 1235-146-234-23456-1235-135-125
-begmidword kreisst 13-1235-146-234-23456
-always preisst 1234-1235-146-234-23456
-always reisteig 1235-146-234-2345-146-1245
-always reistopf 1235-146-234-2345-135-1234-124
-always revolutionstrupp 1235-15-1236-135-123-136-2345-24-135-1345-234-2345-1235-136-1234-1234
-always rezitationston 1235-15-1356-24-2345-1-2345-24-135-1345-234-2345-135-1345
-syllable rhythmus 1235-125-13456-2345-125-134-136-234
-always ruhmestat 1235-136-125-134-15-234-2345-1-2345
-always sanitätstrupp 234-1-1345-24-2345-345-2345-234-2345-1235-136-1234-1234
-always sasst 234-1-234-234-2345
-always schaftsteil 156-1-124-2345-234-2345-146-123
-midendword schaftstreu 156-1-124-2345-234-2345-1235-126
-syllable schasst 156-1-234-234-2345
-always scheisst 156-146-234-234-2345
-always schiffstaufe 156-24-124-124-234-2345-16-124-15
-always schiffstonnage 156-24-124-124-234-2345-135-1345-1345-1-1245-15
-always schiffstäuf 156-24-124-124-234-2345-34-124
-always schleisst 156-123-146-234-234-2345
-always schleisst 156-123-146-234-234-2345
-always schlussteil 156-123-136-234-234-2345-146-123
-always schmeisst 156-134-146-234-234-2345
-always schosstier 156-135-234-234-2345-346-1235
-always schreckenstat 156-1235-15-14-13-15-1345-234-2345-1-2345
-always sechsteil 234-15-1456-234-2345-146-123
-always sicherheitstrupp 234-24-1456-15-1235-125-146-2345-234-2345-1235-136-1234-1234
-always siegestrunk 234-346-1245-15-234-2345-1235-136-1345-13
-always spannungston 234-1234-1-1345-1345-136-1345-1245-234-2345-135-1345
-always spasst 234-1234-1-234-234-2345
-always spleisst 234-1234-123-146-234-234-2345
-always asst 1-234-234-2345
-begmidword grasst 1245-1235-1-234-23456
-always ässt 345-234-234-2345
-always lässt 123-345-234-234-2345
-always nässt 1345-345-234-234-2345
-always esst 15-234-234-2345
-begmidword grabesst 1245-1235-1-12-15-234-23456
-begmidword liebesst 123-346-12-15-234-23456
-begmidword todesst 2345-135-145-15-234-23456
-begmidword siegesst 234-346-1245-15-234-23456
-begmidword leibesst 123-146-12-15-234-23456
-begmidword eidesst 146-145-15-234-23456
-begmidword landesst 123-1-1345-145-15-234-23456
-begmidword kindesst 13-24-1345-145-15-234-23456
-begmidword bundesst 12-136-1345-145-15-234-23456
-begmidword tagesst 2345-1-1245-15-234-23456
-begmidword mannesst 134-1-1345-1345-15-234-23456
-begmidword sinnesst 234-24-1345-1345-15-234-23456
-begmidword heeresst 125-15-15-1235-15-234-23456
-begmidword meeresst 134-15-15-1235-15-234-23456
-midword stesst 23456-15-234-23456
-begmidword gottesst 1245-135-2345-2345-15-234-23456
-always isst 24-234-234-2345
-midword nisst 1345-24-234-23456
-always relais 1235-15-123-1-24-234
-always basis 12-1-234-24-234
-always basisch 12-1-234-24-156
-always praxis 1234-1235-1-1346-24-234
-always osst 135-234-234-2345
-begmidword losst 123-135-234-23456
-always schloss 156-123-135-234-234
-always usst 136-234-234-2345
-begmidword busst 12-136-234-23456
-begmidword tonusst 2345-135-1345-136-234-23456
-always luxus 123-136-1346-136-234
-midendword ssst 234-234-23456
-always sstell 234-23456-15-123-123
-word st 234-2345
-always st 23456
-word sta 234-2345-1
-midendword stabelle 234-2345-1-12-15-123-123-15
-midendword stablett 234-2345-1-12-123-15-2345-2345
-midendword stabu 234-2345-1-12-136
-midendword stafel 234-2345-1-124-15-123
-midendword stag 234-2345-1-1245
-midendword stagstisch 234-2345-1-1245-234-2345-24-156
-always adjustage 1-145-245-136-23456-1-1245-15
-always backstage 12-1-14-13-23456-1-1245-15
-always fockstag 124-135-14-13-23456-1-1245
-always gestagen 1245-15-23456-1-1245-15-1345
-always dienstagent 145-346-1345-23456-1-1245-15-1345-2345
-always kastagnet 13-1-23456-1-1245-1345-15-2345
-always nystagmus 1345-13456-23456-1-1245-134-136-234
-always ostagent 135-23456-1-1245-15-1345-2345
-always pastagericht 1234-1-23456-1-1245-15-1235-24-1456-2345
-always pastagrinsen 1234-1-23456-1-1245-1235-24-1345-234-15-1345
-always stagnation 23456-1-1245-1345-1-2345-24-135-1345
-always stagnier 23456-1-1245-1345-346-1235
-always stagsegel 23456-1-1245-234-15-1245-15-123
-midendword stakt 234-2345-1-13-2345
-always herbstakt 125-15-1235-12-23456-1-13-2345
-always gestakt 1245-15-23456-1-13-2345
-always festakt 124-15-23456-1-13-2345
-always testakt 2345-15-23456-1-13-2345
-midendword stalar 234-2345-1-123-1-1235
-midendword stalent 234-2345-1-123-15-1345-2345
-midendword staler 234-2345-1-123-15-1235
-midendword stalg 234-2345-1-123-1245
-always nostalg 1345-135-23456-1-123-1245
-always standstanz 23456-1-1345-145-234-2345-1-1345-1356
-midendword stangente 234-2345-1-1345-1245-15-1345-2345-15
-midendword stanne 234-2345-1-1345-1345-15
-midendword stapezier 234-2345-1-1234-15-1356-346-1235
-midendword starier 234-2345-1-1235-346-1235
-midendword starif 234-2345-1-1235-24-124
-midendword stasche 234-2345-1-156-15
-midendword stasse 234-2345-1-234-234-15
-begmidword forstasse 124-135-1235-23456-1-234-234-15
-midendword staste 234-2345-1-23456-15
-midendword statbestand 234-2345-1-2345-12-15-23456-1-1345-145
-midendword statbeständ 234-2345-1-2345-12-15-23456-345-1345-145
-midendword stätig 234-2345-345-2345-24-1245
-always bestätig 12-15-23456-345-2345-24-1245
-midendword stauglich 234-2345-16-1245-123-24-1456
-midendword staumel 234-2345-16-134-15-123
-midendword stausch 234-2345-16-156
-midendword stausend 234-2345-16-234-15-1345-145
-midendword staxe 234-2345-1-1346-15
-word ste 234-2345-15
-midendword steam 234-2345-15-1-134
-begword steam 23456-15-1-134
-always steamen 23456-15-1-134-15-1345
-always steamer 23456-15-1-134-15-1235
-always steamt 23456-15-1-134-2345
-midendword stechnik 234-2345-15-1456-1345-24-13
-midendword stechnisch 234-2345-15-1456-1345-24-156
-midendword stechnolog 234-2345-15-1456-1345-135-123-135-1245
-endword stechnologien 234-2345-15-1456-1345-135-123-135-1245-24-15-1345
-midendword stee 234-2345-15-15
-always gästeelf 1245-345-23456-15-15-123-124
-always steelband 23456-15-15-123-12-1-1345-145
-always westempore 2456-15-23456-15-134-1234-135-1235-15
-always gersteein 1245-15-1235-23456-15-146-1345
-always trustee 2345-1235-136-23456-15-15
-midendword steich 234-2345-146-1456
-midendword steils 234-2345-146-123-234
-always steilst 23456-146-123-23456
-midendword steilzeit 234-2345-146-123-1356-146-2345
-midendword stelefon 234-2345-15-123-15-124-135-1345
-midendword stelegraf 234-2345-15-123-15-1245-1235-1-124
-midendword stelegramm 234-2345-15-123-15-1245-1235-1-134-134
-midendword stemperatur 234-2345-15-134-1234-15-1235-1-2345-136-1235
-midendword stempo 234-2345-15-134-1234-135
-midendword stendenz 234-2345-15-1345-145-15-1345-1356
-midendword stensor 234-2345-15-1345-234-135-1235
-midendword steppich 234-2345-15-1234-1234-24-1456
-midendword sterm 234-2345-15-1235-134
-begmidword lästerm 123-345-23456-15-1235-134
-always pflaster 1234-124-123-1-23456-15-1235
-always mastermind 134-1-23456-15-1235-134-24-1345-145
-always raster 1235-1-23456-15-1235
-always selbst 234-15-123-12-23456
-always orchester 135-1235-1456-15-23456-15-1235
-always schwester 156-2456-15-23456-15-1235
-always gangster 1245-1-1345-1245-23456-15-1235
-always meister 134-146-23456-15-1235
-always minister 134-24-1345-24-23456-15-1235
-always ministerien 134-24-1345-24-23456-15-1235-24-15-1345
-always geschwister 1245-15-156-2456-24-23456-15-1235
-always polster 1234-135-123-23456-15-1235
-always fenster 124-15-1345-23456-15-1235
-begmidword osterm 135-23456-15-1235-134
-always klostermuseum 13-123-135-23456-15-1235-134-136-234-15-136-134
-always schuster 156-136-23456-15-1235
-always muster 134-136-23456-15-1235
-midendword sterrass 234-2345-15-1235-1235-1-234-234
-midendword sterrine 234-2345-15-1235-1235-24-1345-15
-midendword sterritori 234-2345-15-1235-1235-24-2345-135-1235-24
-midendword stest 234-2345-15-23456
-always leastest 123-15-1-23456-15-23456
-always fastest 124-1-23456-15-23456
-always vergastest 1236-15-1235-1245-1-23456-15-23456
-always hastest 125-1-23456-15-23456
-always lastest 123-1-23456-15-23456
-always mästest 134-345-23456-15-23456
-always toastest 2345-135-1-23456-15-23456
-always rastest 1235-1-23456-15-23456
-always tastest 2345-1-23456-15-23456
-always schubstest 156-136-12-23456-15-23456
-always festest 124-15-23456-15-23456
-always pestest 1234-15-23456-15-23456
-always niestest 1345-346-23456-15-23456
-always testest 2345-15-23456-15-23456
-always westest 2456-15-23456-15-23456
-always waistest 2456-1-24-23456-15-23456
-always eistest 146-23456-15-23456
-always listest 123-24-23456-15-23456
-always mistest 134-24-23456-15-23456
-word nistest 1345-24-23456-15-23456
-always einnistest 146-1345-1345-24-23456-15-23456
-always fristest 124-1235-24-23456-15-23456
-always tristest 2345-1235-24-23456-15-23456
-always reistest 1235-146-23456-15-23456
-always speistest 234-1234-146-23456-15-23456
-always halstest 125-1-123-23456-15-23456
-always bremstest 12-1235-15-134-23456-15-23456
-always heimstest 125-146-134-23456-15-23456
-always bumstest 12-136-134-23456-15-23456
-always grinstest 1245-1235-24-1345-23456-15-23456
-always zinstest 1356-24-1345-23456-15-23456
-always ernstest 15-1235-1345-23456-15-23456
-always dunstest 145-136-1345-23456-15-23456
-always kostest 13-135-23456-15-23456
-always lostest 123-135-23456-15-23456
-always mostest 134-135-23456-15-23456
-always postest 1234-135-23456-15-23456
-always rostest 1235-135-23456-15-23456
-midendword östest 246-23456-15-23456
-always wüstest 2456-1256-23456-15-23456
-always tapstest 2345-1-1234-23456-15-23456
-always knipstest 13-1345-24-1234-23456-15-23456
-always beschwipstest 12-15-156-2456-24-1234-23456-15-23456
-always rülpstest 1235-1256-123-1234-23456-15-23456
-always hopstest 125-135-1234-23456-15-23456
-always stupstest 23456-136-1234-23456-15-23456
-always berstest 12-15-1235-23456-15-23456
-always forstest 124-135-1235-23456-15-23456
-always bürstest 12-1256-1235-23456-15-23456
-always durstest 145-136-1235-23456-15-23456
-always dürstest 145-1256-1235-23456-15-23456
-always wurstest 2456-136-1235-23456-15-23456
-always haustest 125-16-23456-15-23456
-always laustest 123-16-23456-15-23456
-always maustest 134-16-23456-15-23456
-always paustest 1234-16-23456-15-23456
-always raustest 1235-16-23456-15-23456
-always saustest 234-16-23456-15-23456
-always robustest 1235-135-12-136-23456-15-23456
-always schleustest 156-123-126-23456-15-23456
-always hustest 125-136-23456-15-23456
-always schmustest 156-134-136-23456-15-23456
-always pustest 1234-136-23456-15-23456
-always krustest 13-1235-136-23456-15-23456
-always rüstest 1235-1256-23456-15-23456
-always wüstest 2456-1256-23456-15-23456
-#         ... macht zu viele Fehler ...
-#midendword steuerung 234-2345-126-15-1235-136-1345-1245
-#always grundsteuerung 1245-1235-136-1345-145-23456-126-15-1235-136-1345-1245
-#always besteuerung 12-15-23456-126-15-1235-136-1345-1245
-#always legesteuerung 123-15-1245-15-23456-126-15-1235-136-1345-1245
-#always logsteuerung 123-135-1245-23456-126-15-1235-136-1345-1245
-#always knopfsteuerung 13-1345-135-1234-124-23456-126-15-1235-136-1345-1245
-#always laufsteuerung 123-16-124-23456-126-15-1235-136-1345-1245
-#always zeugsteuerung 1356-126-1245-23456-126-15-1235-136-1345-1245
-#always gabensteuerung 1245-1-12-15-1345-23456-126-15-1235-136-1345-1245
-#always lagensteuerung 123-1-1245-15-1345-23456-126-15-1235-136-1345-1245
-#always globalsteuerung 1245-123-135-12-1-123-23456-126-15-1235-136-1345-1245
-#always digitalsteuerung 145-24-1245-24-2345-1-123-23456-126-15-1235-136-1345-1245
-#always nadelsteuerung 1345-1-145-15-123-23456-126-15-1235-136-1345-1245
-#always ampelsteuerung 1-134-1234-15-123-23456-126-15-1235-136-1345-1245
-#always doppelsteuerung 145-135-1234-1234-15-123-23456-126-15-1235-136-1345-1245
-#always einzelsteuerung 146-1345-1356-15-123-23456-126-15-1235-136-1345-1245
-#always fehlsteuerung 124-15-125-123-23456-126-15-1235-136-1345-1245
-#always ansteuerung 1-1345-23456-126-15-1235-136-1345-1245
-#midendword itätensteuerung 24-2345-345-2345-15-1345-23456-126-15-1235-136-1345-1245
-#always einsteuerung 146-1345-23456-126-15-1235-136-1345-1245
-#always fernsteuerung 124-15-1235-1345-23456-126-15-1235-136-1345-1245
-#always autosteuerung 16-2345-135-23456-126-15-1235-136-1345-1245
-#always legersteuerung 123-15-1245-15-1235-23456-126-15-1235-136-1345-1245
-#always baggersteuerung 12-1-1245-1245-15-1235-23456-126-15-1235-136-1345-1245
-#always betoniersteuerung 12-15-2345-135-1345-346-1235-23456-126-15-1235-136-1345-1245
-#always computersteuerung 14-135-134-1234-136-2345-15-1235-23456-126-15-1235-136-1345-1245
-#always cursorsteuerung 14-136-1235-234-135-1235-23456-126-15-1235-136-1345-1245
-#midendword ssteuerung 234-23456-126-15-1235-136-1345-1245
-#always tragsst 2345-1235-1-1245-234-23456
-#always tragsstudie 2345-1235-1-1245-234-23456-136-145-24-15
-#always aussteuerung 16-234-23456-126-15-1235-136-1345-1245
-#always bitsteuerung 12-24-2345-23456-126-15-1235-136-1345-1245
-#always bausteuerung 12-16-23456-126-15-1235-136-1345-1245
-midendword steufel 234-2345-126-124-15-123
-midendword stext 234-2345-15-1346-2345
-always mannsthal 134-1-1345-1345-234-2345-125-1-123
-midendword stheat 234-2345-125-15-1-2345
-midendword sthema 234-2345-125-15-134-1
-midendword sthemen 234-2345-125-15-134-15-1345
-midword stheni 234-2345-125-15-1345-24
-endword sthenie 234-2345-125-15-1345-346
-midword stheno 234-2345-125-15-1345-135
-midendword stheo 234-2345-125-15-135
-midendword stherap 234-2345-125-15-1235-1-1234
-endword stherapien 234-2345-125-15-1235-1-1234-24-15-1345
-midendword stherm 234-2345-125-15-1235-134
-midendword sthese 234-2345-125-15-234-15
-midendword sthron 234-2345-125-1235-135-1345
-midendword sticket 234-2345-24-14-13-15-2345
-midendword stief 234-2345-346-124
-always stief 23456-346-124
-always stiefel 23456-346-124-15-123
-always eucharistiefeier 126-1456-1-1235-24-23456-346-124-146-15-1235
-always stiefbruder 23456-346-124-12-1235-136-145-15-1235
-always stiefbrüder 23456-346-124-12-1235-1256-145-15-1235
-always stiefgeschwister 23456-346-124-1245-15-156-2456-24-23456-15-1235
-always stiefkind 23456-346-124-13-24-1345-145
-always stiefmutter 23456-346-124-134-136-2345-2345-15-1235
-always stiefmütter 23456-346-124-134-1256-2345-2345-15-1235
-always stiefschwester 23456-346-124-156-2456-15-23456-15-1235
-always stiefsohn 23456-346-124-234-135-125-1345
-always stiefsöhne 23456-346-124-234-246-125-1345-15
-always stieftochter 23456-346-124-2345-135-1456-2345-15-1235
-always stieftöchter 23456-346-124-2345-246-1456-2345-15-1235
-always stiefvater 23456-346-124-1236-1-2345-15-1235
-always stiefväter 23456-346-124-1236-345-2345-15-1235
-midendword stilgen 234-2345-24-123-1245-15-1345
-midendword stilgung 234-2345-24-123-1245-136-1345-1245
-midendword stinte 234-2345-24-1345-2345-15
-begmidword tastinter 2345-1-23456-24-1345-2345-15-1235
-begmidword hostinter 125-135-23456-24-1345-2345-15-1235
-always höchst 125-246-1456-23456
-always kunst 13-136-1345-23456
-begmidword ostintegr 135-23456-24-1345-2345-15-1245-1235
-begmidword westintegr 2456-15-23456-24-1345-2345-15-1245-1235
-midendword stip 234-2345-24-1234
-always stipendi 23456-24-1234-15-1345-145-24
-always einstipp 146-1345-23456-24-1234-1234
-always gestippt 1245-15-23456-24-1234-1234-2345
-always obstipation 135-12-23456-24-1234-1-2345-24-135-1345
-always speckstippe 234-1234-15-14-13-23456-24-1234-1234-15
-always stippbesuch 23456-24-1234-1234-12-15-234-136-1456
-always stippchen 23456-24-1234-1234-1456-15-1345
-always stippe 23456-24-1234-1234-15
-always stippmilch 23456-24-1234-1234-134-24-123-1456
-always stippvisite 23456-24-1234-1234-1236-24-234-24-2345-15
-always stipulation 23456-24-1234-136-123-1-2345-24-135-1345
-always stipulier 23456-24-1234-136-123-346-1235
-midendword stitel 234-2345-24-2345-15-123
-midendword stiter 234-2345-24-2345-15-1235
-midendword stoast 234-2345-135-1-23456
-midendword stochter 234-2345-135-1456-2345-15-1235
-midendword stod 234-2345-135-145
-always kustode 13-136-23456-135-145-15
-midendword stoleran 234-2345-135-123-15-1235-1-1345
-midendword stool 234-2345-135-135-123
-midendword stopo 234-2345-135-1234-135
-midendword storkel 234-2345-135-1235-13-15-123
-midendword storte 234-2345-135-1235-2345-15
-always stosst 23456-135-234-234-2345
-midendword stour 234-2345-135-136-1235
-midendword stracht 234-2345-1235-1-1456-2345
-midendword stradition 234-2345-1235-1-145-24-2345-24-135-1345
-midendword strag 234-2345-1235-1-1245
-always estragon 15-23456-1235-1-1245-135-1345
-always stragödie 234-2345-1235-1-1245-246-145-24-15
-midendword strain 234-2345-1235-1-24-1345
-midendword strakt 234-2345-1235-1-13-2345
-always abstrakt 1-12-23456-1235-1-13-2345
-midendword stranch 234-2345-1235-1-1345-1456
-midendword strank 234-2345-1235-1-1345-13
-midendword strans 234-2345-1235-1-1345-234
-midendword strauer 234-2345-1235-16-15-1235
-midendword straum 234-2345-1235-16-134
-always gastraum 1245-1-23456-1235-16-134
-always lastraum 123-1-23456-1235-16-134
-always testraum 2345-15-23456-1235-16-134
-always ostraum 135-23456-1235-16-134
-midendword straurig 234-2345-1235-16-1235-24-1245
-midendword strauung 234-2345-1235-16-136-1345-1245
-midendword streff 234-2345-1235-15-124-124
-midendword streib 234-2345-1235-146-12
-midendword strend 234-2345-1235-15-1345-145
-midendword strendite 23456-1235-15-1345-145-24-2345-15
-midendword strenn 234-2345-1235-15-1345-1345
-begmidword testrenn 2345-15-23456-1235-15-1345-1345
-midendword streppe 234-2345-1235-15-1234-1234-15
-midendword strete 234-2345-1235-15-2345-15
-midendword stribun 234-2345-1235-24-12-136-1345
-midendword strieb 234-2345-1235-346-12
-always industrie 24-1345-145-136-23456-1235-346
-prfword industrien 24-1345-145-136-23456-1235-24-15-1345
-always industriell 24-1345-145-136-23456-1235-24-15-123-123
-midendword striller 234-2345-1235-24-123-123-15-1235
-midendword strink 234-2345-1235-24-1345-13
-midendword strog 234-2345-1235-135-1245
-always astrog 1-23456-1235-135-1245
-always östrogen 246-23456-1235-135-1245-15-1345
-midendword strommel 234-2345-1235-135-134-134-15-123
-midendword strompete 234-2345-1235-135-134-1234-15-2345-15
-midendword stropf 234-2345-1235-135-1234-124
-midendword strophäe 234-2345-1235-135-1234-125-345-15
-midendword stross 234-2345-1235-135-234-234
-midendword strost 234-2345-1235-135-23456
-midendword strott 234-2345-1235-135-2345-2345
-midendword strug 234-2345-1235-136-1245
-midendword struthahn 234-2345-1235-136-2345-125-1-125-1345
-midendword strächtig 234-2345-1235-345-1456-2345-24-1245
-midendword sträg 234-2345-1235-345-1245
-midendword sträne 234-2345-1235-345-1345-15
-midendword sträume 234-2345-1235-34-134-15
-midendword strög 234-2345-1235-246-1245
-midendword ströpf 234-2345-1235-246-1234-124
-midendword strüb 234-2345-1235-1256-12
-midendword strümmer 234-2345-1235-1256-134-134-15-1235
-midendword stuberkul 234-2345-136-12-15-1235-13-136-123
-midendword stuch 234-2345-136-1456
-midendword stumor 234-2345-136-134-135-1235
-midendword stür 234-2345-1256-1235
-always stürm 23456-1256-1235-134
-always glastürm 1245-123-1-234-2345-1256-1235-134
-always gastürm 1245-1-234-2345-1256-1235-134
-always aussichtstürm 16-234-234-24-1456-2345-234-2345-1256-1235-134
-always beobachtungstürm 12-15-135-12-1-1456-2345-136-1345-1245-234-2345-1256-1235-134
-always zwillingstürm 1356-2456-24-123-123-24-1345-1245-234-2345-1256-1235-134
-always stürz 23456-1256-1235-1356
-always erstürb 15-1235-23456-1256-1235-12
-midendword sturbine 234-2345-136-1235-12-24-1345-15
-midendword sturbo 234-2345-136-1235-12-135
-midendword sturbul 234-2345-136-1235-12-136-123
-midendword sturn 234-2345-136-1235-1345
-midendword styp 234-2345-13456-1234
-midendword styrann 234-2345-13456-1235-1-1345-1345
-midendword stäfel 234-2345-345-124-15-123
-midendword stäfeln 234-2345-345-124-15-123-1345
-midendword stägig 234-2345-345-1245-24-1245
-midendword stäglich 234-2345-345-1245-123-24-1456
-midendword stäler 234-2345-345-123-15-1235
-midendword stänz 234-2345-345-1345-1356
-midendword stäter 234-2345-345-2345-15-1235
-midendword stäusch 234-2345-34-156
-midendword stöchter 234-2345-246-1456-2345-15-1235
-midendword stöchter 234-2345-246-1456-2345-15-1235
-midendword stöne 234-2345-246-1345-15
-always störungstrupp 23456-246-1235-136-1345-1245-234-2345-1235-136-1234-1234
-always stösst 23456-246-234-234-2345
-midendword stöter 234-2345-246-2345-15-1235
-midendword stötung 234-2345-246-2345-136-1345-1245
-midendword stüch 234-2345-1256-1456
-always stücksteil 23456-1256-14-13-234-2345-146-123
-midendword stüft 234-2345-1256-124-2345
-midendword stülle 234-2345-1256-123-123-15
-midendword stümelei 234-2345-1256-134-15-123-146
-midendword stümlich 234-2345-1256-134-123-24-1456
-always gestüte 1245-15-23456-1256-2345-15
-always eistüte 146-234-2345-1256-2345-15
-always kaufstüte 13-16-124-234-2345-1256-2345-15
-always süsst 234-1256-234-234-2345
-always süsst 234-1256-234-234-2345
-always tagesteller 2345-1-1245-15-234-2345-15-123-123-15-1235
-always tagsteller 2345-1-1245-234-2345-15-123-123-15-1235
-always tagstisch 2345-1-1245-234-2345-24-156
-syllable talkshow 2345-1-123-13-234-125-135-2456
-syllable thorax 2345-125-135-1235-1-1346
-always tischtennistisch 2345-24-156-2345-15-1345-1345-24-234-2345-24-156
-syllable trainings 2345-1235-1-24-1345-24-1345-1245-234
-always überasst 1256-12-15-1235-1-234-234-2345
-always ungstank 136-1345-1245-234-2345-1-1345-13
-always ungstat 136-1345-1245-234-2345-1-2345
-always ungsteil 136-1345-1245-234-2345-146-123
-always ungstisch 136-1345-1245-234-2345-24-156
-midendword ungstreu 136-1345-1245-234-2345-1235-126
-always ungstrick 136-1345-1245-234-2345-1235-24-14-13
-always ungstrupp 136-1345-1245-234-2345-1235-136-1234-1234
-always ungsturm 136-1345-1245-234-2345-136-1235-134
-always unionstrupp 136-1345-24-135-1345-234-2345-1235-136-1234-1234
-always unternehmensteil 136-1345-2345-15-1235-1345-15-125-134-15-1345-234-2345-146-123
-always veitstanz 1236-146-2345-234-2345-1-1345-1356
-always verbandstisch 1236-15-1235-12-1-1345-145-234-2345-24-156
-always vergasst 1236-15-1235-1245-1-234-234-2345
-always vergisst 1236-15-1235-1245-24-234-234-2345
-always verkaufstisch 1236-15-1235-13-16-124-234-2345-24-156
-always verkehrsteil 1236-15-1235-13-15-125-1235-234-2345-146-123
-always verkehrsto 1236-15-1235-13-15-125-1235-234-2345-135
-always vermasst 1236-15-1235-134-1-234-234-2345
-always vermögensteil 1236-15-1235-134-246-1245-15-1345-234-2345-146-123
-always verrusst 1236-15-1235-1235-136-234-234-2345
-always verspasst 1236-15-1235-234-1234-1-234-234-2345
-always versuchstier 1236-15-1235-234-136-1456-234-2345-346-1235
-always versöhnungstrunk 1236-15-1235-234-246-125-1345-136-1345-1245-234-2345-1235-136-1345-13
-always vertragsteil 1236-15-1235-2345-1235-1-1245-234-2345-146-123
-always vertragstreu 1236-15-1235-2345-1235-1-1245-234-2345-1235-126
-always volkstanz 1236-135-123-13-234-2345-1-1345-1356
-always volkstum 1236-135-123-13-234-2345-136-134
-always voraustrupp 1236-135-1235-16-234-2345-1235-136-1234-1234
-always wachstum 2456-1-1456-234-2345-136-134
-always wahnsinnstat 2456-1-125-1345-234-24-1345-1345-234-2345-1-2345
-always weihnachtsteller 2456-146-125-1345-1-1456-2345-234-2345-15-123-123-15-1235
-always weihnachtstisch 2456-146-125-1345-1-1456-2345-234-2345-24-156
-always weisst 2456-146-234-234-2345
-always beweis 12-15-2456-146-234
-prfword beweist 12-15-2456-146-23456
-always wettbewerbsteil 2456-15-2345-2345-12-15-2456-15-1235-12-234-2345-146-123
-always willkommenstrunk 2456-24-123-123-13-135-134-134-15-1345-234-2345-1235-136-1345-13
-always wirtshaustisch 2456-24-1235-2345-234-125-16-234-2345-24-156
-always wirtstier 2456-24-1235-2345-234-2345-346-1235
-always wissenstempel 2456-24-234-234-15-1345-234-2345-15-134-1234-15-123
-word wisst 2456-24-234-234-2345
-always wusst 2456-136-234-234-2345
-always wüsst 2456-1256-234-234-2345
-always zeitungstisch 1356-146-2345-136-1345-1245-234-2345-24-156
-always zirkustier 1356-24-1235-13-136-234-2345-346-1235
-always zugsteil 1356-136-1245-234-2345-146-123
-always zwangstaufe 1356-2456-1-1345-1245-234-2345-16-124-15
-always zwangstäuf 1356-2456-1-1345-1245-234-2345-34-124
-always zwillingsturm 1356-2456-24-123-123-24-1345-1245-234-2345-136-1235-134
-#
-#  Copyright (C) 2011 by Bert Frees <bertfrees@gmail.com>
-#  Copyright (C) 2011 by Jan Halousek <merit@login.cz>
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-#
-# ----------------------------------------------------------------------------------------------
-#
-#  Czech Braille
-#
-#     Created and maintained by Bert Frees <bertfrees@gmail.com>
-#                               Jan Halousek <merit@login.cz>
-#
-#     Based on the official Czech Braille Standard
-# ----------------------------------------------------------------------------------------------
-
-# ----------------------------------------------------------------------------------------------
-# Braille indicator opcodes
-# ----------------------------------------------------------------------------------------------
-
-numsign  3456
-capsletter  6
-begcapsword  56
-endcapsword  5
-
-# ----------------------------------------------------------------------------------------------
-# Literary digits
-# ----------------------------------------------------------------------------------------------
-
-include litdigits6Dots.uti
-
-# ----------------------------------------------------------------------------------------------
-# Decimal points, hyphens
-# ----------------------------------------------------------------------------------------------
-
-decpoint  \x002C  2
-decpoint  \x002E  3
-hyphen    \x002D  36
-
-# ----------------------------------------------------------------------------------------------
-# Letter prefix in numbers
-# ----------------------------------------------------------------------------------------------
-
-class    digitletter                 abcdefghij
-noback context  $d[]%digitletter            @5
-noback context  $d"."[]%digitletter         @5
-noback context  $d","[]%digitletter         @5
-
-# ----------------------------------------------------------------------------------------------
-# generate the list of tables as follows:
-# $ ls | grep -v Makefile | grep -v README | grep -v maketablelist.sh | grep -v '.*~$' | sort -df | sed -e 's/$/ \\/' -e 's/^/	/' -e '$s/\\$//'
-table_files = \
-	afr-za-g1.ctb \
-	ar-ar-g1.utb \
-	ar-fa.utb \
-	ar.tbl \
-	as-in-g1.utb \
-	as.tbl \
-	awa.tbl \
-	aw-in-g1.utb \
-	be-in-g1.utb \
-	bengali.cti \
-	bg.ctb \
-	bg.tbl \
-	bh.ctb \
-	bh.tbl \
-	bn.tbl \
-	bo.ctb \
-	bo.tbl \
-	boxes.ctb \
-	braille-patterns.cti \
-	bra.tbl \
-	br-in-g1.utb \
-	ca-chardefs.cti \
-	ca-g1.ctb \
-	ca.tbl \
-	chardefs.cti \
-	chr-us-g1.ctb \
-	ckb-chardefs.cti \
-	ckb-g1.ctb \
-	ckb.tbl \
-	ckb-translation.cti \
-	compress.cti \
-	controlchars.cti \
-	corrections.cti \
-	countries.cti \
-	cs-chardefs.cti \
-	cs-comp8.utb \
-	cs-g1.ctb \
-	cs-letterDef8Dots.uti \
-	cs.tbl \
-	cs-translation.cti \
-	cy-cy-g1.utb \
-	cy-cy-g2.ctb \
-	cy.tbl \
-	da-dk-6miscChars.cti \
-	da-dk.dis \
-	da-dk-g08.ctb \
-	da-dk-g16.ctb \
-	da-dk-g16-lit.ctb \
-	da-dk-g18.ctb \
-	da-dk-g26.ctb \
-	da-dk-g26l.ctb \
-	da-dk-g26-lit.ctb \
-	da-dk-g26l-lit.ctb \
-	da-dk-g28.ctb \
-	da-dk-g28l.ctb \
-	da-dk-octobraille.dis \
-	da-lt.ctb \
-	de-ch-accents.cti \
-	de-chardefs6.cti \
-	de-chardefs8.cti \
-	de-chess.ctb \
-	de-ch-g0.utb \
-	de-ch-g1.ctb \
-	de-ch-g2.ctb \
-	de_CH.tbl \
-	de-de-accents.cti \
-	de-de-comp8.ctb \
-	de-de.dis \
-	de-de-g0.utb \
-	de-de-g1.ctb \
-	de-de-g2.ctb \
-	de-eurobrl6.dis \
-	de-eurobrl6u.dis \
-	de-g0-core.uti \
-	de-g1-core.cti \
-	de-g2-core.cti \
-	de.tbl \
-	devanagari.cti \
-	digits6DotsPlusDot6.uti \
-	digits6Dots.uti \
-	digits8Dots.uti \
-	dra.ctb \
-	dra.tbl \
-	el.ctb \
-	el.tbl \
-	en_CA.ctb \
-	en_CA.tbl \
-	en-chess.ctb \
-	en-gb-comp8.ctb \
-	en-gb-g1.utb \
-	en-GB-g2.ctb \
-	en_GB.tbl \
-	en-in-g1.ctb \
-	en-ueb-chardefs.uti \
-	en-ueb-g1.ctb \
-	en-ueb-g2.ctb \
-	en-ueb-math.ctb \
-	en-us-brf.dis \
-	en-us-comp6.ctb \
-	en-us-comp8.ctb \
-	en_US-comp8-ext.tbl \
-	en-us-comp8-ext.utb \
-	en-us-compbrl.ctb \
-	en-us-g1.ctb \
-	en-us-g2.ctb \
-	en-us-interline.ctb \
-	en-us-mathtext.ctb \
-	en_US.tbl \
-	eo-g1.ctb \
-	eo-g1-x-system.ctb \
-	eo.tbl \
-	es-chardefs.cti \
-	Es-Es-G0.utb \
-	Es-Es-g1.utb \
-	es-g1.ctb \
-	es-new.dis \
-	es-old.dis \
-	es.tbl \
-	es-translation.cti \
-	et.ctb \
-	et-g0.utb \
-	ethio-g1.ctb \
-	et.tbl \
-	eurodefs.cti \
-	fa-ir-comp8.ctb \
-	fa-ir-g1.utb \
-	fi1.ctb \
-	fi2.ctb \
-	fi-fi-8dot.ctb \
-	fi-fi.ctb \
-	fi.tbl \
-	fi.utb \
-	fr-bfu-comp68.cti \
-	fr-bfu-comp6.utb \
-	fr-bfu-comp8.utb \
-	fr-bfu-g2.ctb \
-	ga-g1.utb \
-	ga-g2.ctb \
-	ga.tbl \
-	gd.ctb \
-	gd.tbl \
-	gez.tbl \
-	gon.ctb \
-	gon.tbl \
-	gr-bb.ctb \
-	gr-pl-comp8.uti \
-	gu-in-g1.utb \
-	gujarati.cti \
-	gurumuki.cti \
-	gu.tbl \
-	haw-us-g1.ctb \
-	he.ctb \
-	he.tbl \
-	hi-in-g1.utb \
-	hi.tbl \
-	hr-chardefs.cti \
-	hr-comp8.tbl \
-	hr-comp8.utb \
-	hr-digits.uti \
-	hr-g1.ctb \
-	hr-g1.tbl \
-	hr-translation.cti \
-	hu-backtranslate-correction.dis \
-	hu-chardefs.cti \
-	hu-exceptionwords.cti \
-	hu-hu-comp8.ctb \
-	hu-hu-g1.ctb \
-	hu-hu-g2.ctb \
-	hu-hu-g2_exceptions.cti \
-	hu.tbl \
-	hy.ctb \
-	hyph_brl_da_dk.dic \
-	hyph_cs_CZ.dic \
-	hyph_da_DK.dic \
-	hyph_de_DE.dic \
-	hyph_en_US.dic \
-	hyph_eo.dic \
-	hyph_es_ES.dic \
-	hyph_fr_FR.dic \
-	hyph_hu_HU.dic \
-	hyph_it_IT.dic \
-	hyph_nb_NO.dic \
-	hyph_nl_NL.dic \
-	hyph_nn_NO.dic \
-	hyph_pl_PL.dic \
-	hyph_pt_PT.dic \
-	hyph_ru.dic \
-	hyph_sv_SE.dic \
-	hy.tbl \
-	IPA-unicode-range.uti \
-	IPA.utb \
-	is-chardefs6.cti \
-	is-chardefs8.cti \
-	is.ctb \
-	is.tbl \
-	it-it-comp6.utb \
-	it-it-comp8.utb \
-	it.tbl \
-	iu-ca-g1.ctb \
-	ka-in-g1.utb \
-	kannada.cti \
-	kha.tbl \
-	kh-in-g1.utb \
-	kn.tbl \
-	ko-2006.cti \
-	ko-2006-g1.ctb \
-	ko-2006-g2.ctb \
-	ko-chars.cti \
-	ko.cti \
-	ko-g1.ctb \
-	ko-g1-rules.cti \
-	ko-g2.ctb \
-	ko-g2-rules.cti \
-	kok.ctb \
-	kok.tbl \
-	kru.ctb \
-	kru.tbl \
-	ks-in-g1.utb \
-	latinLetterDef6Dots.uti \
-	latinLetterDef8Dots.uti \
-	litdigits6DotsPlusDot6.uti \
-	litdigits6Dots.uti \
-	loweredDigits6Dots.uti \
-	loweredDigits8Dots.uti \
-	lt.ctb \
-	lt.tbl \
-	lt-6dot.utb \
-	lt-6dot.tbl \
-	Lv-Lv-g1.utb \
-	lv.tbl \
-	malayalam.cti \
-	mao-nz-g1.ctb \
-	marburg_single_cell_defs.cti \
-	marburg_unicode_defs.cti \
-	ml-in-g1.utb \
-	ml.tbl \
-	mn-in-g1.utb \
-	mni.tbl \
-	mn-MN-common.cti \
-	mn-MN-g1.utb \
-	mn-MN-g2.ctb \
-	mr-in-g1.utb \
-	mr.tbl \
-	mt.ctb \
-	mt.tbl \
-	mun.ctb \
-	mun.tbl \
-	mwr.ctb \
-	mwr.tbl \
-	ne.ctb \
-	nemethdefs.cti \
-	ne.tbl \
-	nl-BE.dis \
-	nl-BE-g0.utb \
-	nl_BE.tbl \
-	nl-chardefs.uti \
-	nl-g0.uti \
-	nl-NL-g0.utb \
-	nl.tbl \
-	no-no-8dot-fallback-6dot-g0.utb \
-	no-no-8dot.utb \
-	no-no-braillo-047-01.dis \
-	no-no-chardefs6.uti \
-	no-no-comp8.ctb \
-	no-no.dis \
-	no-no-g0.utb \
-	no-no-g1.ctb \
-	no-no-g2.ctb \
-	no-no-g3.ctb \
-	no-no-generic.ctb \
-	no-no-generic.dis \
-	no-no-latinLetterDef6Dots_diacritics.uti \
-	no.tbl \
-	np-in-g1.utb \
-	or-in-g1.utb \
-	oriya.cti \
-	or.tbl \
-	pa.tbl \
-	pi.ctb \
-	pi.tbl \
-	pl-pl-comp8.ctb \
-	Pl-Pl-g1.utb \
-	pl.tbl \
-	printables.cti \
-	pt-pt-comp8.ctb \
-	pt-pt-g1.utb \
-	pt-pt-g2.ctb \
-	pt.tbl \
-	pu-in-g1.utb \
-	ro.ctb \
-	ro.tbl \
-	ru-chardefs.cti \
-	ru-compbrl.ctb \
-	ru.ctb \
-	ru-letters.dis \
-	ru-litbrl.ctb \
-	ru-ru.dis \
-	ru-ru-g1.utb \
-	ru-unicode.dis \
-	ru.tbl \
-	sa-in-g1.utb \
-	sa.tbl \
-	sd.tbl \
-	se-se.ctb \
-	se-se.dis \
-	Se-Se-g1.utb \
-	si-in-g1.utb \
-	sin.cti \
-	sin.utb \
-	sk-chardefs.cti \
-	sk-g1.ctb \
-	sk-sk-g1.utb \
-	sk-sk.utb \
-	sk.tbl \
-	sk-translation.cti \
-	sl-si-comp8.ctb \
-	sl-si-g1.utb \
-	sl.tbl \
-	sot-za-g1.ctb \
-	spaces.ctb \
-	sr-chardefs.cti \
-	sr-g1.ctb \
-	sr.tbl \
-	sv-1989.ctb \
-	sv-1996.ctb \
-	sv.tbl \
-	ta.ctb \
-	tamil.cti \
-	ta-ta-g1.ctb \
-	ta.tbl \
-	te-in-g1.utb \
-	telugu.cti \
-	te.tbl \
-	text_nabcc.dis \
-	tr.ctb \
-	tr-g1.ctb \
-	tr.tbl \
-	tsn-za-g1.ctb \
-	uk.utb \
-	ukchardefs.cti \
-	ukmaths_single_cell_defs.cti \
-	ukmaths_unicode_defs.cti \
-	unicode-braille.utb \
-	unicodedefs.cti \
-	unicode.dis \
-	uni-text.dis \
-	ur-pk-g1.utb \
-	ur-pk-g2.ctb \
-	us-table.dis \
-	vi.ctb \
-	vi-g1.ctb \
-	vi.tbl \
-	wiskunde-chardefs.cti \
-	zh-chn.ctb \
-	zh_CHN.tbl \
-	zhcn-g1.ctb \
-	zhcn-g2.ctb \
-	zh-hk.ctb \
-	zh_HK.tbl \
-	zh-tw.ctb \
-	zh_TW.tbl 
-
-tablesdir = $(datadir)/liblouis/tables
-tables_DATA = $(table_files)
-EXTRA_DIST = $(table_files)
-# liblouis: U.K. English Grade 2 Braille Contraction Table
-#
-#  Copyright (C) 2004-2008 ViewPlus Technologies, Inc. www.viewplus.com
-#  Copyright (C) 2004-2006 JJB Software, Inc. www.jjb-software.com
-#  Copyright (C) 2012,2014 Torch Trust, www.torchtrust.org
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-
-# Created by Tom Johnston <tom.johnston@accessibilityconsulting.co.uk>. 
-
-include en-gb-g1.utb
-
-# the letter a
-largesign a 1
-always about 1-12
-contraction ab
-always above 1-12-1236
-contraction abv
-always according 1-14
-contraction ac
-always across 1-14-1235
-contraction acr
-always aed =
-#always aer = Rosenlaer
-begword aforem 1-123456-15-134 aforementioned 
-word aforesaid 1-123456-15-234-145
-always after 1-124
-contraction af
-sufword afternoon 1-124-1345 afternoons
-contraction afn
-always afterward 1-124-2456
-contraction afw
-word again 1-1245
-contraction ag
-word against 1-1245-34
-word agst =
-#endword gery = orangery
-midendword ally 6-13456
-word almost 1-123-134
-contraction alm
-word already 1-123-1235
-contraction alr
-word also 1-123
-contraction al
-word although 1-123-1456
-word alth =
-word altogether 1-123-2345
-contraction alt
-word always 1-123-2456
-contraction alw
-midendword ance 46-15
-largesign and 12346
-midword angh = Shanghai
-begword aqued = aqueduct
-always ar 345
-word aright 1-5-1235
-word as 1356
-contraction as
-midendword ation 6-1345
-midendword aunder 1-136-1345-145-12456 saunders
-begword auto = autofocus
-
-# the letter b
-midword bb 23
-midendword bble 12-3456
-lowword be 23
-begword be 23
-begword bea 12-2
-always bear 12-15-345
-begword beatif 23-1-2345-24-124
-begword beatit 23-1-2345-24-2345
-begword beatr 12-2-2345-1235 Beatrice
-always beck 12-15-14-13
-always bed 12-1246
-begword beda 23-145-1 bedazzle
-begword bede 23-145-15 bedevil
-word bede 12-1246-15 bede (a name)
-begword bedi 23-145-24 bedizzened
-word bee 12-15-15
-begword bee 12-15-15
-always been 12-15-26
-always beer 12-15-12456
-begword befriend 23-124-1235-24-26-145
-word beg =
-begword begg 12-15-2356
-word begs =
-begword bei = beijing
-sufword being 23-346
-sufword belch 12-15-123-16
-begword beld = Beldon
-begword belf = belfry, belfast
-begword belg = Belgium
-begword belk = Belkin
-always bell =
-begword belm = Belmont
-always belt =
-begword belw = belwether
-word bemba =
-always ben 12-26
-begword beni 12-26-24
-begword benif 23-1345-24-124 benificient
-sufword benign 23-1345-24-1245-1345 benignity
-begword benov 23-1345-135-1236 benovolent
-begword benu 23-1345-136 benumbed
-begword ber 12-12456
-begword bera 23-1235-1 berating
-begword bere 23-1235-15 bereft
-word beret 12-12456-15-2345
-begword berea 23-1235-2 bereaved
-begword beri 23-1235-24 beribboned
-always best 12-15-34
-sufword bestow 23-34-246
-always beth 12-15-1456 Bethany
-always bethe 12-15-2346 Bethel (Hans) Bethe
-always bets =
-always bett =
-sufword bev = bevies
-begword bever 12-5-15 Beverly beverage
-word bexhill =
-always bio =
-midendword bious 12-24-1256-234 dubious
-joinword by 356
-always because 23-14
-word bec =
-always before 23-124
-word bef =
-always behind 23-125
-word behring 12-15-125-1235-346
-word beh =
-word bel =
-begword beln = Belnick
-always below 23-123
-always beneath 23-1345
-always beside 23-234
-word bes =
-sufword bess = Bessie
-always between 23-2345
-word bet =
-always beyond 23-13456
-word bey =
-midendword ble 3456
-midendword bleau 12-123-2-136 tableau
-always bless 12-46-234 joblessness
-always blind 12-123
-contraction bl
-always blinded 12-123-35-145-1246
-sufword blinder 12-123-35-145-12456
-word blinding 12-123-35-145-346
-always braille 12-1235-123
-contraction brl
-word but 12
-
-# the letter c
-midword cc 25
-midword cch 14-16
-always chloro 16-123-135-1235-135
-begword cofac = cofactor
-always cofound 14-135-124-46-145
-begword com 36
-# begword com 23478
-
-sufword common 36-134-135-1345 commonest
-# sufword common 23478-134-135-1345 commonest
-begword con 25
-sufword conceive 25-14-1236
-word concv =
-word concvd =
-word concvr =
-word concvs =
-word concvst =
-word concvth =
-sufword conceiving 25-14-1236-1245
-word concvg =
-always cone 14-5-135
-word cons 14-135-1345-234
-sufword conundrum = 
-always could 14-145
-contraction cd
-sufword coworker 14-135-5-2456-12456
-midword cc 25
-word can 14
-always cannot 456-14
-word ch =
-always ch 16
-always character 5-16
-always chemo 16-15-134-135
-word child 16
-always children 16-1345
-word chn =
-sufword clever 14-123-5-15 cleverest
-
-# the letter d
-always day 5-145
-begword deact = deactivation
-begword deall = deallocate
-begword decarb 145-15-14-345-12
-always deceive 145-14-1236
-contraction dcv
-contraction dcvd
-contraction dcvr
-contraction dcvs
-word dcvst =
-word dcvth =
-always deceiving 145-14-1236-1245
-contraction dcvg
-always declare 145-14-123
-contraction dcl
-contraction dcld
-contraction dclr
-contraction dcls
-word dclst =
-word dclth =
-always declaring 145-14-123-1245
-contraction dclg
-begword deref = dereferencing
-begword dereg = deregulation
-midword dd 256
-midendword dday 145-5-145 midday
-begword dedic 145-1246-24-14 dedicated
-begword dis 256
-#sufword disc = discount disconsolate
-always dish 145-24-146
-begword disha 256-125-1 dishabile
-begword dishear 256-125-15-345 disheartened
-begword disho 256-125-135 dishonor
-begword dishone 256-125-5-135 dishonest
-begword dising 256-35-1245 disingenuous
-sufword disk =
-sufword dispirit 145-24-456-234 dispirited
-begword disul = disulfide
-word do 145
-word donegall =
-
-# the letter e
-midword ea 2
-word leah	=
-word judaean =
-midword eabil = interchangeability
-#always eable 15-1-3456
-#endword eably = noticeably
-#midendword eage = mileage
-#midendword eager 2-1245-12456 meager
-always eally 15-6-13456
-midendword eance 15-46-15 vengeance
-midendword eand 15-12346 meander
-always eation 15-6-1345
-always ear 15-345
-always ed 1246
-#always edic = edict Benedict
-#sufword edict =
-#sufword edition 15-145-24-56-1345 editions
-#midword edo 15-145-135
-always edraw =
-word either 15-24
-contraction ei
-word en =
-always en 26
-always ename 15-5-1345
-sufword enamel 26-1-134-15-123 enameled
-midendword ence 56-15
-endword enced 26-14-1246
-always eneck = bottleneck
-midendword eness 15-56-234 closeness
-endword enesse 15-56-234-15
-#begword enor = enormous
-#begword enou 15-1345-1256
-lowword en 26
-word enough 26-1256-126
-#begword enu 15-1345-136
-always er 12456
-#begword era =
-#word eras 12456-1-234
-#begword erec = erect 
-#begword ero 15-1235-135
-midendword eroom = storeroom
-#begword eru = erupt
-always ever 5-15
-midendword evere 15-1236-12456-15 Everest
-always evered 15-1236-12456-1246
-word every 15
-
-# the letter f
-midword ff 235
-always father 5-124
-always fein 124-15-35 Feingold
-always first 124-34
-word fst =
-#always fever 124-15-1236-12456
-always ffor 124-123456
-largesign for 123456
-always fore 123456-15
-begword forens 123456-26-234 forensic
-always forever 123456-5-15 forevermore
-always foot =
-word from 124
-always friend 124-1235
-contraction fr
-midendword ful 56-123
-always funder 124-136-1345-145-12456
-
-# the letter g
-begword geo = geoengineering
-sufword geoff 1245-15-12356-124 Geoffrey
-midword gg 2356
-always gh 126
-endword gham = Langham
-always ghead 1245-125-2-145
-always gheart 1245-125-15-345-2345
-midendword ghill = dunghill
-midendword ghorn = bighorn
-always ghouse 1245-125-1256-234-15
-always ghz = (gigahertz)
-begword givea = giveaway
-sufword gnome = gnomedb
-word go 1245
-always good 1245-145
-contraction gd
-begword gos = goshawk
-word goshen 1245-135-146-26
-always great 1245-1235-2345
-contraction grt
-
-# the letter h
-always had 456-125
-begword hadd 125-1-256 haddock
-sufword hade = hadean 
-sufword hadrian =
-word have 125
-sufword hedge 125-1246-1245-15
-always here 5-125
-always hered 125-12456-1246
-always heren 125-12456-26
-midendword herence 125-12456-56-15 adherence
-always herer 125-12456-12456
-always heres 125-12456-15-234
-always heret 125-12456-15-2345
-word heretofore 5-125-2345-135-123456-15
-word herself 125-12456-124
-word herf =
-word him 125-134
-always \s-\shis 36-36-125-24-234
-always his\s- 125-24-234-36-36
-word hm 125-3-134
-sufword hmm =
-word himself 125-134-124
-contraction hmf
-lowword his 236
-sufword horse = horseradish
-always hydro =
-
-# the letter i
-word i 24
-midendword iever 24-15-1236-12456
-always immediate 24-134-134
-contraction imm
-begword immuno = immunofluorescence
-lowword in 35
-word in =
-always in 35
-endword -in 36-35
-begword in- 35-36
-#begword incon 35-14-135-1345 incongruous
-always iness 24-56-234
-endword inesse 24-56-234-15
-midendword ing 346
-#midword inga 35-1245-1 nightingale
-always ingar 35-1245-345 Weingarten
-#midword ingen 35-1245-26 palingenesis (new birth)
-#midword ingi 35-1245-24 meningitis
-midendword inging 346-346 bringing
-joinword into 35-235
-always isomer 24-234-135-134-12456
-word it 1346
-word its 1346-234
-contraction xs
-word itself 1346-124
-contraction xf
-midendword ity 56-13456
-
-# the letter j
-word just 245
-
-# the letter k
-always know 5-13
-word knowledge 13
-
-# the letter l
-word latenight 123-1-2345-15-1345-24-126-2345
-midendword less 46-234
-always letter 123-1235
-contraction lr
-word like 123
-word doolittle =
-always little 123-123
-contraction ll
-sufword lone 123-5-135 lonely
-always lord 5-123
-
-# the letter m
-always many 456-134
-begword mc =
-always medic 134-1246-24-14 medicare
-midendword ment 56-2345
-midword menth 134-26-1456 Blumenthal
-always mideast 134-24-145-15-1-34
-word milling 134-24-123-123-346
-begword mishand 134-24-234-125-12346 mishandled
-always mishap =
-sufword mishear 134-24-234-125-15-345 misheard
-begword missh 134-24-234-146 misshapen
-word mistook =
-begword mistran = mistranslation
-sufword mistreat 134-24-234-2345-1235-2-2345
-begword mistru = mistrust
-begword misty = mistyped
-word monetary 134-5-135-2345-345-13456
-word more 134
-always mother 5-134
-always much 134-16
-word mch =
-word must 134-34
-word mst =
-word mustn 134-34-1345
-begword myo = myofibroblasts
-word myself 134-13456-124
-contraction myf
-
-# the letter n
-always name 5-1345
-always nament 1345-1-56-2345 tournament
-always namese =
-endnum nd 1345-145
-always necessary 1345-15-14
-contraction nec
-word neither 1345-15-24
-contraction nei
-midendword ness 56-234
-begword noness = nonessential
-word nonetheless 1345-5-135-2346-46-234
-always nonex =
-begword nong = nongraphical
-word noone 1345-135-5-135
-sufword nose = nosedive
-word not 1345
-word noways =
-word nowhere 1345-135-5-156
-
-# the letter o
-word O 135
-always O 135
-#midword oed = Schroeder
-#always oen = Phoenix
-midendword oence 135-26-14-15 electroencephalogram
-largesign of 12356
-midendword ofar 135-124-345 insofar
-always ofold = twofold
-midword ofor 135-123456
-always onesi =
-word anemone =
-word anemonos =
-word hermione 125-12456-134-24-135-1345-15
-midendword oness 135-56-234
-midendword onesse 135-56-234-15 
-midendword oneer 135-1345-15-12456
-midendword oned 135-1345-1246
-always one 5-135
-midendword onel = salmonella colonel
-always onem = phoneme
-midendword onement 5-135-56-2345 atonement
-always onent 135-1345-26-2345
-midendword oneous 135-1345-15-1256-234 erroneous
-always oner 135-1345-12456
-midendword onese = Cantonese,
-word oneself 5-135-124
-word onef =
-midendword oness 135-56-234 Deaconess
-midendword onet = phonetics bayonet
-endword onez = Ordonez
-midendword ong 56-1245
-always oon = sooner
-#always osome =
-word ou =
-always ou 1256
-midendword ound 46-145
-midendword ount 46-2345
-always ourselves 1256-1235-1236-234
-word ourvs =
-word out 1256
-always ought 5-1256
-always ow 246
-word o'clock 135-3-14
-word o’clock 135-3-14
-
-# the letter p
-always paid 1234-145
-contraction pd
-always part 5-1234
-word people 1234
-always perceive 1234-12456-14-1236
-word percv =
-word percvd =
-word percvr =
-word percvs =
-word percvst =
-word percvth =
-always perceiving 1234-12456-14-1236-1245
-word percvg =
-always perhaps 1234-12456-125
-word perh =
-always pher 1234-125-12456 cyphered
-word porthole =
-begword potho = pothole pothook
-begword pred 1234-1235-1246
-begword pre =
-always preach 1234-1235-2-16
-sufword predator 1234-1235-1246-1-2345-135-1235
-#always prof = 
-#always profes 1234-1235-12356-15-234 unprofessional
-#sufword profile 1234-1235-12356-24-123-15
-#begword proff 1234-1235-12356-124 proffer
-#always profit 1234-1235-12356-24-2345
-
-# the letter q
-always quick 12345-13
-contraction qk
-word quite 12345
-always question 5-12345
-
-# the letter r
-sufword rafter 1235-1-124-2345-12456
-word rather 1235
-sufword raw = rawhide
-endnum rd 1235-145
-begword reab = reabsorbed
-always reac =
-always reach 1235-2-16
-begword readj = readjust
-begword readm = readmit
-begword reaff 1235-15-1-235
-always reagent 1235-15-1-1245-26-2345
-begword reagg 1235-15-1-2356 reaggregated
-begword realig = realign
-begword rean = reanalyze, reanimate
-begword reapp = reappear
-begword reass 1235-15-1-234-234
-begword reatt = reattach
-begword reau = reauthorization
-begword reaw = reawaken
-#begword rede =
-#begword redi =
-word redo =
-#word redone 1235-15-145-5-135
-#begword redou 1235-15-145-1256 redouble redoubt 
-#always redu =
-always receive 1235-14-1236
-contraction rcv
-contraction rcvd
-contraction rcvr
-contraction rcvs
-word rcvst =
-word rcvth =
-always receiving 1235-14-1236-1245
-contraction rcvg
-#begword redis = redistribute
-#begword redr = redress
-begword reduc 1235-1246-136-14 reduce
-begword redun 1235-1246-136-1345 redundant
-always rejoice 1235-245-14
-contraction rjc
-contraction rjcd
-contraction rjcr
-contraction rjcs
-word rjcst =
-word rjcth =
-always rejoicing 1235-245-14-1245
-contraction rjcg
-sufword renaming 1235-26-1-134-346 renamings
-#begword rene =
-sufword renegade 1235-26-15-1245-1-145-15
-#begword renom = renominate
-#begword renou 1235-15-1345-1256 renounce
-#sufword renown 1235-15-1345-246-1345 renowned
-#begword renu = renunciation
-sufword reread 1235-15-1235-2-145
-sufword rerun = reruns
-always rever 1235-15-1236-12456
-always reveren 1235-5-15-26 irreverent
-always reverence 1235-5-15-56-15 irreverence
-sufword reverie 1235-5-15-24-15
-word revers 1235-5-15-234
-always right 5-1235
-
-# the letter s
-endnum s = 40s (no letter sign)
-always s 234
-always S 234
-word said 234-145
-contraction sd
-sufword saw = sawhorse
-sufword screw = screwhole
-#always sedu =
-always sent 234-26-2345 sentimental
-always sever 234-15-1236-12456 perseverance 
-always several 234-5-15-1-123 severally
-word shall 146
-word sh =
-always sh 146
-always shaus = In German names
-always should 146-145
-word shd =
-always shoulder 146-1256-123-145-12456
-word singapore 234-346-1-1234-135-1235-15 
-midendword sion 46-1345
-#midword stak 234-2345-1-13
-midendword stion 234-56-1345
-word so 234
-always some 5-234
-midendword somed 234-135-134-1246 ransomed
-always somer 234-135-134-12456 somersault 
-always spirit 456-234
-always sphere 234-1234-5-125
-midendword ssword 234-234-45-2456 crossword 
-endnum st 34
-word st =
-always st 34
-always sth 234-1456
-always sthe 234-2346
-midendword sthead 34-125-2-145 masthead
-always sthood 34-125-135-135-145 priesthood
-word still 34
-always stime 234-5-2345
-midendword stown 234-2345-246-1345 Pickstown
-#begword stringen 34-1235-35-1245-26 stringent stringency
-begword styro 34-13456-1235-135 styrofoam
-always shead 234-125-2-145
-always sheart 124-125-15-345-2345
-always shouse 234-125-1256-234-15
-always ssh =
-always shood =
-word such 234-16
-word sch =
-
-# the letter t
-endnum th 1456
-word th =
-always th 1456
-always thand 2345-125-12346 shorthand
-word that 2345
-endword thend 1456-26-145
-word this 1456
-word thyself 1456-13456-124
-word thyf =
-always tnam =
-joinword to 235
-word today 2345-145
-contraction td
-word tomorrow 2345-134
-word tomorrows 2345-134-234
-contraction tm
-word tonight 2345-1345
-contraction tn
-always thead 2345-125-2-145
-always theast 1456-15-1-34
-always theart 2345-125-15-345-2345
-always thouse 2345-125-1256-234-15
-largesign the 2346
-word themselves 2346-134-1236-234
-word themvs 1456-15-134-1236-234
-always their 456-2346
-always thence 1456-56-15
-always there 5-2346
-midendword thereal 2346-1235-2-123 ethereal
-word thereupon 5-2346-45-136
-always thered 2346-1235-1246
-always therer 2346-1235-12456
-always theres 2346-1235-15-234 theresa therese 
-always thood =
-midendword tion 56-1345
-always time 5-2345
-midendword timed 1245-24-134-1246
-midendword timer 2345-24-134-12456
-midendword timet = altimeter
-word these 45-2346
-always through 5-1456
-always together 2345-1245-1235
-contraction tgr
-word those 45-1456
-begword trans = transtype
-
-# the letter u
-begword un = unameliorated
-begword unble = unblemished
-#begword undis = undisturbed
-#begword uneas = unease
-#begword uneat = uneaten
-sufword unful = unfulfilled
-begword unmen 136-1345-134-26 unmentioned
-word upon 45-136 Dupont
-word us 136
-always under 5-136
-word unsaid 136-1345-234-145
-
-# the letter v
-begword vaing 1236-1-35-1245 vainglory
-word very 1236
-begword vice = viceroy
-
-# the letter w
-lowword was 356
-always \s-\swas 36-36-2456-1-234
-always was\s-\s 2456-1-234-36-36
-word wh =
-always wh 156
-midendword whart 2456-125-345-2345 Newhart
-word which 156
-midendword whouse 2456-125-1256-234-15 Newhouse
-word will 2456
-lowword were 2356
-always \s-\swere 36-36-2456-12456-15
-always were\s-\s 2456-12456-15-36-36
-always where 5-156
-word whereupon 5-156-45-136
-word wherever 156-12456-5-15
-largesign with 23456
-always word 45-2456
-word whose 45-156
-always work 5-2456
-always would 2456-145
-contraction wd
-always world 456-2456
-
-# the letter x
-
-# the letter y
-word you 13456
-always young 5-13456
-word your 13456-1235
-contraction yr
-word yours 13456-1235-234
-contraction yrs
-word yourself 13456-1235-124
-contraction yrf
-word yourselves 13456-1235-1236-234
-contraction yrvs
-
-# the letter z
-
-# Système International Prefixes
-begword yotta 13456-135-2345-2345-1 10^24
-begword zetta 1356-15-2345-2345-1 10^21
-# begword exa 15-1346-1 10^18
-begword peta 1234-15-2345-1 10^15
-begword tera 2345-12456-1 10^12
-begword giga 1245-24-1245-1 10^9
-begword mega 134-15-1245-1 10^6
-begword kilo 13-24-123-135 10^3
-begword hecto 125-15-14-2345-135 10^2
-begword deca 145-15-14-1 10^1
-begword deci 145-15-14-24 10^-1
-begword centi 14-26-2345-24 10^-2
-begword milli 134-24-123-123-24 10^-3
-begword micro 134-24-14-1235-135 10^-6
-begword nano 1345-1-1345-135 10^-9
-begword pico 1234-24-14-135 10^-12
-begword femto 124-15-134-2345-135 10^-15
-begword atto 1-2345-2345-135 10^-18
-begword zepto 1356-15-1234-2345-135 10^-21
-begword yocto 13456-135-14-2345-135 10^-24
-
-begword anti =
-# begword endo 26-145-135 endow
-#begword epi =
-begword extra =
-begword hyper 125-13456-1234-12456
-begword hypo =
-begword infra 35-124-1235-1
-begword inter 35-2345-12456
-begword intra 35-2345-1235-1
-begword iso =
-begword macro =
-begword meta =
-begword micro =
-begword mono =
-begword multi =
-begword patho 1234-1-1456-135
-begword peri 1234-12456-24
-begword poly =
-begword post 1234-135-34
-begword pre =
-begword pseudo =
-begword retro =
-# begword semi = seminar
-begword sub =
-begword super 234-136-1234-12456
-begword tetra =
-begword trans =
-begword ultra =
-# begword uni =
-
-# other prefixes
-begword electro =
-begword neuro =
-begword psycho 1234-234-13456-16-135
-
-
-# Apostrophes
-
-word 'ear 3-15-345
-word ’ear 3-15-345
-midendword e'er 15-3-12456
-midendword e’er 15-3-12456
-word goin' 1245-135-35-3
-word goin’ 1245-135-35-3
-#
-# Copyright (C) 1995-2008 by The BRLTTY Developers.
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-
-# BRLTTY Text Table - 8-dot Icelandic
-#
-# originally written by: Samuel Thibault <samuel.thibault@ens-lyon.org>
-# Updated and maintained by Birkir R. Gunnarsson birkir@midstod.is
-# last updated February 16th, 2012
-# Table now compliant with the official IceBraille specifications
-# which can be found at http://www.midstod.is/Pages/239
-
-space \s 0		SPACE
-punctuation ! 2357		EXCLAMATION MARK
-punctuation " 56		QUOTATION MARK
-sign # 3456 number sign
-sign $ 14578 dollar sign
-sign % 46 per cent
-sign & 123468 ampersand
-punctuation ' 5		APOSTROPHE
-punctuation ( 236		LEFT PARENTHESIS
-punctuation ) 356		RIGHT PARENTHESIS
-sign * 35 asterisk
-math + 235 plus sign
-punctuation , 2		COMMA
-punctuation - 36		HYPHEN-MINUS
-punctuation . 3		FULL STOP
-math / 34 slash
-include digits8Dots.uti
-punctuation : 25 COLON
-punctuation ; 23 SEMICOLON
-math < 358 less than
-math = 2356 equals
-math > 267 greater than
-punctuation ? 26 ? questionmark
-sign @ 123456 at sign
-punctuation [ 12356 left bracket
-sign \\ 347 backslash
-punctuation ] 23456 right bracket
-sign ^ 346 caret/superscript symbol
-sign _ 3678 hyphen/underline
-punctuation { 123567 left brace
-sign | 4568 vertical bar
-punctuation } 234568 right brace
-
-# misc. punctuation and math symbols, less frequently used
-sign \X2026 6 elipsis
-punctuation \X201E 2378 open quotation symbol, used in Icelandic quotes
-sign ~ 457 tilde
-math ` 4
-math ° 256 degrees
-sign ¨ 38 dieresis
-sign \X2022 37 bullet
-punctuation \x2014 367 em dash
-punctuation \X2013 368 en dash, long dash
-sign © 1478 copyright
-sign \X2122 234578 trademark
-sign ® 123578 registerred
-sign \X20AC 1578 Euro symbol
-sign \x00A3 123478 pound sign
-sign \X00AB 2578 cents
-sign \x00A5 1345678 yen
-math \X00B1 123568 plus or minus
-math \x00F7 2367 divided by
-noback sign \X25CF 35	# 9679 black circle
-
-# English alphabet, Icelandic uses all of these though c, w and z are not used in the Icelandic language
-uppercase A 17		LATIN CAPITAL LETTER A
-uppercase B 127		LATIN CAPITAL LETTER B
-uppercase C 147		LATIN CAPITAL LETTER C
-uppercase D 1457		LATIN CAPITAL LETTER D
-uppercase E 157		LATIN CAPITAL LETTER E
-uppercase F 1247		LATIN CAPITAL LETTER F
-uppercase G 12457		LATIN CAPITAL LETTER G
-uppercase H 1257		LATIN CAPITAL LETTER H
-uppercase I 247		LATIN CAPITAL LETTER I
-uppercase J 2457		LATIN CAPITAL LETTER J
-uppercase K 137		LATIN CAPITAL LETTER K
-uppercase L 1237		LATIN CAPITAL LETTER L
-uppercase M 1347		LATIN CAPITAL LETTER M
-uppercase N 13457		LATIN CAPITAL LETTER N
-uppercase O 1357		LATIN CAPITAL LETTER O
-uppercase P 12347		LATIN CAPITAL LETTER P
-uppercase Q 123457		LATIN CAPITAL LETTER Q
-uppercase R 12357		LATIN CAPITAL LETTER R
-uppercase S 2347		LATIN CAPITAL LETTER S
-uppercase T 23457		LATIN CAPITAL LETTER T
-uppercase U 1367		LATIN CAPITAL LETTER U
-uppercase V 12367		LATIN CAPITAL LETTER V
-uppercase W 24567		LATIN CAPITAL LETTER W
-uppercase X 13467		LATIN CAPITAL LETTER X
-uppercase Y 134567		LATIN CAPITAL LETTER Y
-uppercase Z 13567		LATIN CAPITAL LETTER Z
-lowercase a 1		LATIN SMALL LETTER A
-lowercase b 12		LATIN SMALL LETTER B
-lowercase c 14		LATIN SMALL LETTER C
-lowercase d 145		LATIN SMALL LETTER D
-lowercase e 15		LATIN SMALL LETTER E
-lowercase f 124		LATIN SMALL LETTER F
-lowercase g 1245		LATIN SMALL LETTER G
-lowercase h 125		LATIN SMALL LETTER H
-lowercase i 24		LATIN SMALL LETTER I
-lowercase j 245		LATIN SMALL LETTER J
-lowercase k 13		LATIN SMALL LETTER K
-lowercase l 123		LATIN SMALL LETTER L
-lowercase m 134		LATIN SMALL LETTER M
-lowercase n 1345		LATIN SMALL LETTER N
-lowercase o 135		LATIN SMALL LETTER O
-lowercase p 1234		LATIN SMALL LETTER P
-lowercase q 12345		LATIN SMALL LETTER Q
-lowercase r 1235		LATIN SMALL LETTER R
-lowercase s 234		LATIN SMALL LETTER S
-lowercase t 2345		LATIN SMALL LETTER T
-lowercase u 136		LATIN SMALL LETTER U
-lowercase v 1236		LATIN SMALL LETTER V
-lowercase w 2456		LATIN SMALL LETTER W
-lowercase x 1346		LATIN SMALL LETTER X
-lowercase y 13456		LATIN SMALL LETTER Y
-lowercase z 1356		LATIN SMALL LETTER Z
-# punctuation \x00a0 0		NO-BREAK SPACE
-
-# letters specific to Icelandic (though part of the Windows 1252 set)
-uppercase \x00c1 167		LATIN CAPITAL LETTER A WITH ACUTE
-uppercase \x00c6 3457		LATIN CAPITAL LETTER AE
-uppercase \x00c9 23467		LATIN CAPITAL LETTER E WITH ACUTE
-uppercase \x00cd 1267		LATIN CAPITAL LETTER I WITH ACUTE
-uppercase \x00d0 1567		LATIN CAPITAL LETTER ETH
-uppercase \x00d3 14567		LATIN CAPITAL LETTER O WITH ACUTE
-uppercase \x00d6 2467		LATIN CAPITAL LETTER O WITH DIAERESIS
-uppercase \x00da 124567		LATIN CAPITAL LETTER U WITH ACUTE
-uppercase \x00dd 123467		LATIN CAPITAL LETTER Y WITH ACUTE
-uppercase \x00de 12467		LATIN CAPITAL LETTER THORN
-lowercase \x00e1 16		LATIN SMALL LETTER A WITH ACUTE
-lowercase \x00e6 345		LATIN SMALL LETTER AE
-lowercase \x00e9 2346		LATIN SMALL LETTER E WITH ACUTE
-lowercase \x00ed 126		LATIN SMALL LETTER I WITH ACUTE
-lowercase \x00f0 156		LATIN SMALL LETTER ETH
-lowercase \x00f3 1456		LATIN SMALL LETTER O WITH ACUTE
-lowercase \x00f6 246		LATIN SMALL LETTER O WITH DIAERESIS
-lowercase \x00fa 12456		LATIN SMALL LETTER U WITH ACUTE
-lowercase \x00fd 12346		LATIN SMALL LETTER Y WITH ACUTE
-lowercase \x00fe 1246		LATIN SMALL LETTER THORN
-# This table contains braille codes and rules for Braj Grade 1 and includes English grade 1
-#
-# Copyright (C) 2014 National Institute for Visually Handicapped, 116, Rajpur Road, Dehradun, Uttrakhand, India
-#
-# This file is part of liblouis.
-#
-# liblouis is free software: you can redistribute it and/or modify it
-# under the terms of the GNU Lesser General Public License as
-# published by the Free Software Foundation, either version 2.1 of the
-# License, or (at your option) any later version.
-#
-# liblouis is distributed in the hope that it will be useful, but
-# WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-# Lesser General Public License for more details.
-#
-# You should have received a copy of the GNU Lesser General Public
-# License along with liblouis. If not, see
-# <http://www.gnu.org/licenses/>.
-
-# This table is built and maintained under an activity of Braille Council of India
-# Contributors: Dipendra Manocha, Sreeja, Dinesh Kaushal, Mesar Hamid
-# Last updated on May 5, 2014
-# To report any bugs or any suggestion, please write to d@saksham.org and sreeja.param@gmail.com
-
-include devanagari.cti
-include en-in-g1.ctb
-ISO8859-1
-.a3p2
-.anti1
-.a1n
-.a2n1t
-.a1nti3m2n
-.anti1m
-.bio1
-.1b
-.1c2
-.ca4p3s2
-.ca1p
-.circu2m1
-.ci1r
-.1ci2r1c
-.1d2
-.di2s3cine
-.di1s2
-.dis1c
-.disci1n
-.fra2n2k3
-.1f
-.f2r
-.fra1n
-.free3
-.narco1
-.1n
-.na1r
-.na2r1c
-.opto1
-.o1p
-.o2p1t
-.orto3p2
-.o1r
-.o2r1t
-.para1
-.1p
-.pa1r
-.1poli3p2
-.po1l
-.pre1
-.p2r
-.2p2s2
-.sha2re3
-.1s2
-.s1h
-.sha1r
-.tran2s3c
-.1t
-.t2r
-.tra1n
-.tra2n1s2
-.tran2s3d
-.tran2s3f
-.tran2s3l
-.tra1n2s3n
-.tran2s3p
-.t1ran2s3r
-.1tran2s3t
-.su2b3lu
-.su1b
-.sub2l
-.su2b3r
-.wa2g3n
-.1w
-.wa1g
-.we2l2t1
-.we1l
-a1ia
-a1ie
-a1io
-a1iu
-a1uo
-a1ya
-2a2t.
-a1t
-e1iu
-e2w
-o1ia
-o1ie
-o1io
-o1iu
-'2
-1b
-2b1b
-2b1c
-2b1d
-2b1f
-2b1m
-2b1n
-2b1p
-2b1s2
-2b1t
-2b1v
-b2l
-b2r
-2b.
-2b'.
-b'2
-2b'2'2
-1c
-2c1b
-2c1c
-2c1d
-2c1f
-2c1k
-2c1m
-2c1n
-2c1q
-2c1s2
-2c1t
-2c1z
-c2h
-2c2h1h
-2c2h1b
-c2h2r
-2c2h1n
-c2l
-c2r
-2c.
-2c'.
-c'2
-2c'2'2
-1d
-2d1b
-2d1d
-2d1g
-2d1l
-2d1m
-2d1n
-2d1p
-d2r
-2d1s2
-2d1t
-2d1v
-2d1w
-2d.
-2d'.
-d'2
-2d'2'2
-1f
-2f1b
-2f1g
-2f1f
-2f1n
-f2l
-f2r
-2f1s2
-2f1t
-2f.
-2f'.
-f'2
-2f'2'2
-1g
-2g1b
-2g1d
-2g1f
-2g1g
-g2h
-g2l
-2g1m
-g2n
-2g1p
-g2r
-2g1s2
-2g1t
-2g1v
-2g1w
-2g1z
-2gh2t
-2g.
-2g'.
-g'2
-2g'2'2
-1h
-2h1b
-2h1d
-2h1h
-hi3p2n
-hi1p
-h2l
-2h1m
-2h1n
-2h1r
-2h1v
-2h.
-2h'.
-h'2
-2h'2'2
-1j
-2j.
-2j'.
-j'2
-2j'2'2
-1k
-2k1g
-2k1f
-k2h
-2k1k
-k2l
-2k1m
-k2r
-2k1s2
-2k1t
-2k.
-2k'.
-k'2
-2k'2'2
-1l
-2l1b
-2l1c
-2l1d
-2l3f2
-2l1g
-l2h
-2l1k
-2l1l
-2l1m
-2l1n
-2l1p
-2l1q
-2l1r
-2l1s2
-2l1t
-2l1v
-2l1w
-2l1z
-2l.
-2l'.
-l'2
-2l'2'2
-1m
-2m1b
-2m1c
-2m1f
-2m1l
-2m1m
-2m1n
-2m1p
-2m1q
-2m1r
-2m1s2
-2m1t
-2m1v
-2m1w
-2m.
-2m'.
-m'2
-2m'2'2
-1n
-2n1b
-2n1c
-2n1d
-2n1f
-2n1g
-2n1k
-2n1l
-2n1m
-2n1n
-2n1p
-2n1q
-2n1r
-2n1s2
-2n1t
-2n1v
-2n1z
-1n2g3n
-2nhei2t.
-n1h
-nhei1t
-2n.
-2n'2
-2n'2'2
-1p
-2p1d
-p2h
-p2l
-2p1n
-3p2ne
-2p1p
-p2r
-2p1s2
-3p2si1c
-2p1t
-2p1z
-2p.
-2p'.
-p'2
-2p'2'2
-1q
-2q1q
-2q.
-2q'.
-q'2
-2q'2'2
-1r
-2r1b
-2r1c
-2r1d
-2r1f
-r2h
-2r1g
-2r1k
-2r1l
-2r1m
-2r1n
-2r1p
-2r1q
-2r1r
-2r1s2
-2r1t
-r2t2s3
-2r1v
-2r1x
-2r1w
-2r1z
-2r.
-2r'.
-r'2
-2r'2'2
-1s2
-2s2h1m
-s1h
-2s3s2
-s4s3m
-2s3p2n
-s1p
-2s2t1b
-s1t
-2s2t1c
-2s2t1d
-2s2t1f
-2s2t1g
-2s2t1m
-2s2t1n
-2s2t1p
-2s2t1s2
-2s2t1t
-2s2t1v
-2s1z
-4s.
-4s'.
-s'2
-4s'2'2
-1t
-2t1b
-2t1c
-2t1d
-2t1f
-2t1g
-t2h
-t2l
-2t1m
-2t1n
-2t1p
-t2r
-2t1s2
-3t2sc2h
-ts1c
-2t1t
-2t1v
-2t1w
-t2z
-2tz1k
-2t2z1s2
-2t.
-2t'.
-t'2
-2t'2'2
-1v
-2v1c
-v2l
-v2r
-2v1v
-2v.
-2v'.
-v'2
-2v'2'2
-1w
-w2h
-wa2r
-2w1y
-2w.
-2w'.
-w'2
-2w'2'2
-1x
-2x1t
-2x1w
-2x.
-2x'.
-x'2
-2x'2'2
-y1ou
-y1i
-1z
-2z1b
-2z1d
-2z1l
-2z1n
-2z1p
-2z1t
-2z1s2
-2z1v
-2z1z
-2z.
-2z'.
-z'2
-2z'2'2
-.1z2
-# File: no-no-generic.ctb
-# Quick hack for using with NVDA
-
-# Based on the braille contraction modules in BRLTTY
-#
-# Copyright (C) 1995-2004 by The BRLTTY Team. All rights reserved.
-# Copyright (C) 2004 ViewPlus Technologies, Inc., www.viewplustech.com
-# Copyright (C) 2004 Computers to Help People, Inc., www.chpi.org
-
-# This file is free software; you can redistribute it and/or
-# modify it under the terms of the GNU Lesser General Public
-# License as published by the Free Software Foundation; either
-# version 2.1 of the License, or (at your option) any later version.
-
-# This file is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-# Lesser General Public License for more details.
-
-# You should have received a copy of the GNU Lesser General Public
-# License along with this file; if not, write to the Free Software
-# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
-# liblouis  comes with ABSOLUTELY NO WARRANTY.
-
-# This is to be used with Norwegian translation tables.
-
-# BRLTTY Text Translation Table - Generic Norwegian (iso-8859-1), with some
-# unofficial character representations to accommodate multilingual usage.
-# For example, numbers are represented with dot 6 rather than with dot 8.
-
-# display \X0000 4578 		# 000 null
-# display \X0000 0 		# 000 null
-sign \X0001 178 		# 001 start of heading
-sign \X0002 1278 		# 002 start of text
-sign \X0003 1478 		# 003 end of text
-sign \X0004 14578 		# 004 end of transmission
-sign \X0005 1578 		# 005 enquiry
-sign \X0006 12478 		# 006 acknowledge
-sign \X0007 124578 		# 007 bell
-sign \X0008 12578 		# 008 backspace
-sign \X0009 2478 		# 009 horizontal tabulation
-sign \X000A 24578 		# 010 line feed
-sign \X000B 1378 		# 011 vertical tabulation
-sign \X000C 12378 		# 012 form feed
-sign \X000D 13478 		# 013 carriage return
-sign \X000E 134578 		# 014 shift out
-sign \X000F 13578 		# 015 shift in
-sign \X0010 123478 		# 016 data link escape
-sign \X0011 1234578 		# 017 device control one
-sign \X0012 123578 		# 018 device control two
-sign \X0013 23478 		# 019 device control three
-sign \X0014 234578 		# 020 device control four
-sign \X0015 13678 		# 021 negative acknowledge
-sign \X0016 123678 		# 022 synchronous idle
-sign \X0017 245678 		# 023 end of transmission block
-sign \X0018 134678 		# 024 cancel
-sign \X0019 1345678 		# 025 end of medium
-sign \X001A 135678 		# 026 substitute
-sign \X001B 1235678 		# 027 escape
-sign \X001C 3478 		# 028 file separator
-sign \X001D 2345678 		# 029 group separator
-sign \X001E 234678 		# 030 record separator
-sign \X001F 45678 		# 031 unit separator
-# display \X0020 0		# 032 space
-sign \X0021 5 		  	# 033 exclamation mark
-sign \X0022 4 		  	# 034 quotation mark
-sign \X0023 3456 		# 035 number sign
-sign \X0024 46 			# 036 dollar sign
-sign \X0025 123456 		# 037 percent sign
-sign \X0026 12346 		# 038 ampersand
-sign \X0027 6 			# 039 apostrophe
-sign \X0028 236 		# 040 left parenthesis
-sign \X0029 356 		# 041 right parenthesis
-sign \X002A 35 			# 042 asterisk
-sign \X002B 235 		# 043 plus sign
-sign \X002C 2 			# 044 comma
-sign \X002D 36 			# 045 hyphen-minus
-sign \X002E 3 			# 046 full stop
-sign \X002F 256 		# 047 solidus
-sign \X0030 346 		# 048 digit zero
-sign \X0031 16 			# 049 digit one
-sign \X0032 126 		# 050 digit two
-sign \X0033 146 		# 051 digit three
-sign \X0034 1456 		# 052 digit four
-sign \X0035 156 		# 053 digit five
-sign \X0036 1246 		# 054 digit six
-sign \X0037 12456 		# 055 digit seven
-sign \X0038 1256 		# 056 digit eight
-sign \X0039 246 		# 057 digit nine
-sign \X003A 25 			# 058 colon
-sign \X003B 23 			# 059 semicolon
-sign \X003C 56 			# 060 less-than sign
-sign \X003D 2356 		# 061 equals sign
-sign \X003E 45 			# 062 greater-than sign
-sign \X003F 26 			# 063 question mark
-sign \X0040 3457 		# 064 commercial at
-sign \X0041 17 			# 065 latin capital letter a
-sign \X0042 127 		# 066 latin capital letter b
-sign \X0043 147 		# 067 latin capital letter c
-sign \X0044 1457 		# 068 latin capital letter d
-sign \X0045 157 		# 069 latin capital letter e
-sign \X0046 1247 		# 070 latin capital letter f
-sign \X0047 12457 		# 071 latin capital letter g
-sign \X0048 1257 		# 072 latin capital letter h
-sign \X0049 247 		# 073 latin capital letter i
-sign \X004A 2457 		# 074 latin capital letter j
-sign \X004B 137 		# 075 latin capital letter k
-sign \X004C 1237 		# 076 latin capital letter l
-sign \X004D 1347 		# 077 latin capital letter m
-sign \X004E 13457 		# 078 latin capital letter n
-sign \X004F 1357 		# 079 latin capital letter o
-sign \X0050 12347 		# 080 latin capital letter p
-sign \X0051 123457 		# 081 latin capital letter q
-sign \X0052 12357 		# 082 latin capital letter r
-sign \X0053 2347 		# 083 latin capital letter s
-sign \X0054 23457 		# 084 latin capital letter t
-sign \X0055 1367 		# 085 latin capital letter u
-sign \X0056 12367 		# 086 latin capital letter v
-sign \X0057 24567 		# 087 latin capital letter w
-sign \X0058 13467 		# 088 latin capital letter x
-sign \X0059 134567 		# 089 latin capital letter y
-sign \X005A 13567 		# 090 latin capital letter z
-sign \X005B 123567 		# 091 left square bracket
-sign \X005C 347 		# 092 reverse solidus
-sign \X005D 234567 		# 093 right square bracket
-sign \X005E 23467 		# 094 circumflex accent
-sign \X005F 456 		# 095 low line
-sign \X0060 345 		# 096 grave accent
-sign \X0061 1 			# 097 latin small letter a
-sign \X0062 12 			# 098 latin small letter b
-sign \X0063 14 			# 099 latin small letter c
-sign \X0064 145 		# 100 latin small letter d
-sign \X0065 15 			# 101 latin small letter e
-sign \X0066 124 		# 102 latin small letter f
-sign \X0067 1245 		# 103 latin small letter g
-sign \X0068 125 		# 104 latin small letter h
-sign \X0069 24 			# 105 latin small letter i
-sign \X006A 245 		# 106 latin small letter j
-sign \X006B 13 			# 107 latin small letter k
-sign \X006C 123 		# 108 latin small letter l
-sign \X006D 134 		# 109 latin small letter m
-sign \X006E 1345 		# 110 latin small letter n
-sign \X006F 135 		# 111 latin small letter o
-sign \X0070 1234 		# 112 latin small letter p
-sign \X0071 12345 		# 113 latin small letter q
-sign \X0072 1235 		# 114 latin small letter r
-sign \X0073 234 		# 115 latin small letter s
-sign \X0074 2345 		# 116 latin small letter t
-sign \X0075 136 		# 117 latin small letter u
-sign \X0076 1236 		# 118 latin small letter v
-sign \X0077 2456 		# 119 latin small letter w
-sign \X0078 1346 		# 120 latin small letter x
-sign \X0079 13456 		# 121 latin small letter y
-sign \X007A 1356 		# 122 latin small letter z
-sign \X007B 12356 		# 123 left curly bracket
-sign \X007C 34 			# 124 vertical line
-sign \X007D 23456 		# 125 right curly bracket
-sign \X007E 2346 		# 126 tilde
-sign \X007F 4568 		# 127 delete
-sign \X0080 2367 		# 128 <control>
-sign \X0081 568 		# 129 <control>
-sign \X0082 367 		# 130 break permitted here
-sign \X0083 23678 		# 131 no break here
-sign \X0084 235678 		# 132 <control>
-sign \X0085 12458 		# 133 next line
-sign \X0086 1238 		# 134 start of selected area
-sign \X0087 1234567 		# 135 end of selected area
-sign \X0088 12345678 		# 136 character tabulation set
-sign \X0089 678 		# 137 character tabulation with justification
-sign \X008A 1234678 		# 138 line tabulation set
-sign \X008B 3568 		# 139 partial line down
-sign \X008C 15678 		# 140 partial line up
-sign \X008D 34678 		# 141 reverse line feed
-sign \X008E 78 			# 142 single shift two
-sign \X008F 2578 		# 143 single shift three
-sign \X0090 23567 		# 144 device control string
-sign \X0091 1348 		# 145 private use one
-sign \X0092 24568 		# 146 private use two
-sign \X0093 23468 		# 147 set transmit state
-sign \X0094 23578 		# 148 cancel character
-sign \X0095 4567 		# 149 message waiting
-sign \X0096 1234568 		# 150 start of guarded area
-sign \X0097 368 		# 151 end of guarded area
-sign \X0098 13568 		# 152 start of string
-sign \X0099 3678 		# 153 <control>
-sign \X009A 345678 		# 154 single character introducer
-sign \X009B 578 		# 155 control sequence introducer
-sign \X009C 8 			# 156 string terminator
-sign \X009D 4678 		# 157 operating system command
-sign \X009E 13468 		# 158 privacy message
-sign \X009F 1248 		# 159 application program command
-sign \X00A0 478 		# 160 no-break space
-sign \X00A1 58 			# 161 inverted exclamation mark
-sign \X00A2 258 		# 162 cent sign
-sign \X00A3 34568 		# 163 pound sign
-sign \X00A4 34567 		# 164 currency sign
-sign \X00A5 145678 		# 165 yen sign
-sign \X00A6 348 		# 166 broken bar
-sign \X00A7 12368 		# 167 section sign
-sign \X00A8 7 			# 168 diaeresis
-sign \X00A9 148 		# 169 copyright sign
-sign \X00AA 37 			# 170 feminine ordinal indicator
-sign \X00AB 47 			# 171 left-pointing double angle quotation mark
-sign \X00AC 67 			# 172 not sign
-sign \X00AD 38 			# 173 soft hyphen
-sign \X00AE 12358 		# 174 registered sign
-sign \X00AF 23568 		# 175 macron
-sign \X00B0 1245678 		# 176 degree sign
-sign \X00B1 12348 		# 177 plus-minus sign
-sign \X00B2 3578 		# 178 superscript two
-sign \X00B3 14678 		# 179 superscript three
-sign \X00B4 124678 		# 180 acute accent
-sign \X00B5 12678 		# 181 micro sign
-sign \X00B6 123458 		# 182 pilcrow sign
-sign \X00B7 378 		# 183 middle dot
-sign \X00B8 35678 		# 184 cedilla
-sign \X00B9 5678 		# 185 superscript one
-sign \X00BA 68 			# 186 masculine ordinal indicator
-sign \X00BB 48 			# 187 right-pointing double angle quotation mark
-sign \X00BC 257 		# 188 vulgar fraction one quarter
-sign \X00BD 1458 		# 189 vulgar fraction one half
-sign \X00BE 13458 		# 190 vulgar fraction three quarters
-sign \X00BF 268 		# 191 inverted question mark
-sign \X00C0 57 			# 192 latin capital letter a with grave
-sign \X00C1 27 			# 193 latin capital letter a with acute
-sign \X00C2 167 		# 194 latin capital letter a with circumflex
-sign \X00C3 1467 		# 195 latin capital letter a with tilde
-sign \X00C4 567 		# 196 latin capital letter a with diaeresis
-sign \X00C5 1678 		# 197 latin capital letter a with ring above
-sign \X00C6 34578 		# 198 latin capital letter ae
-sign \X00C7 123467 		# 199 latin capital letter c with cedilla
-sign \X00C8 467 		# 200 latin capital letter e with grave
-sign \X00C9 2678 		# 201 latin capital letter e with acute
-sign \X00CA 1567 		# 202 latin capital letter e with circumflex
-sign \X00CB 12467 		# 203 latin capital letter e with diaeresis
-sign \X00CC 237 		# 204 latin capital letter i with grave
-sign \X00CD 2378 		# 205 latin capital letter i with acute
-sign \X00CE 457 		# 206 latin capital letter i with circumflex
-sign \X00CF 357 		# 207 latin capital letter i with diaeresis
-sign \X00D0 2567 		# 208 latin capital letter eth
-sign \X00D1 124567 		# 209 latin capital letter n with tilde
-sign \X00D2 267 		# 210 latin capital letter o with grave
-sign \X00D3 1267 		# 211 latin capital letter o with acute
-sign \X00D4 14567 		# 212 latin capital letter o with circumflex
-sign \X00D5 2357 		# 213 latin capital letter o with tilde
-sign \X00D6 2467 		# 214 latin capital letter o with diaeresis
-sign \X00D7 1258 		# 215 multiplication sign
-sign \X00D8 24678 		# 216 latin capital letter o with stroke
-sign \X00D9 125678 		# 217 latin capital letter u with grave
-sign \X00DA 278 		# 218 latin capital letter u with acute
-sign \X00DB 3467 		# 219 latin capital letter u with circumflex
-sign \X00DC 12567 		# 220 latin capital letter u with diaeresis
-sign \X00DD 25678 		# 221 latin capital letter y with acute
-sign \X00DE 23458 		# 222 latin capital letter thorn
-sign \X00DF 2348 		# 223 latin small letter sharp s
-sign \X00E0 123568 		# 224 latin small letter a with grave
-sign \X00E1 28 			# 225 latin small letter a with acute
-sign \X00E2 138 		# 226 latin small letter a with circumflex
-sign \X00E3 1468 		# 227 latin small letter a with tilde
-sign \X00E4 18 			# 228 latin small letter a with diaeresis
-sign \X00E5 168 		# 229 latin small letter a with ring above
-sign \X00E6 3458 		# 230 latin small letter ae
-sign \X00E7 123468 		# 231 latin small letter c with cedilla
-sign \X00E8 468 		# 232 latin small letter e with grave
-sign \X00E9 158 		# 233 latin small letter e with acute
-sign \X00EA 1568 		# 234 latin small letter e with circumflex
-sign \X00EB 12468 		# 235 latin small letter e with diaeresis
-sign \X00EC 238 		# 236 latin small letter i with grave
-sign \X00ED 128 		# 237 latin small letter i with acute
-sign \X00EE 458 		# 238 latin small letter i with circumflex
-sign \X00EF 248 		# 239 latin small letter i with diaeresis
-sign \X00F0 2568 		# 240 latin small letter eth
-sign \X00F1 124568 		# 241 latin small letter n with tilde
-sign \X00F2 1358 		# 242 latin small letter o with grave
-sign \X00F3 1268 		# 243 latin small letter o with acute
-sign \X00F4 14568 		# 244 latin small letter o with circumflex
-sign \X00F5 2358 		# 245 latin small letter o with tilde
-sign \X00F6 358 		# 246 latin small letter o with diaeresis
-sign \X00F7 2458 		# 247 division sign
-sign \X00F8 2468 		# 248 latin small letter o with stroke
-sign \X00F9 2368 		# 249 latin small letter u with grave
-sign \X00FA 1368 		# 250 latin small letter u with acute
-sign \X00FB 3468 		# 251 latin small letter u with circumflex
-sign \X00FC 12568 		# 252 latin small letter u with diaeresis
-sign \X00FD 134568 		# 253 latin small letter y with acute
-sign \X00FE 3567 		# 254 latin small letter thorn
-sign \X00FF 234568 		# 255 latin small letter y with diaeresis
-noback sign \X25CF 35	# 9679 black circle
-# -----------
-#-display-name: Portuguese computer braille
-#
-#+locale:pt
-#+type:computer
-#+dots:8
-#
-# TODO: Please correct the metadata above. It is not meant to be
-# accurate nor complete. It hasn't been verified by the table
-# author yet. It is merely an attempt by the liblouis maintainers
-# to get some sensible initial values in place.
-#
-# TODO: Please add a reference to official documentation about
-# the implemented braille code. Preferably submit the documents
-# to https://github.com/liblouis/braille-specs.
-# -----------
-#
-# liblouis:  Portuguese 8 dot Computer braille table
-#
-#  Copyright (C) 2012 Rui Fontes <rui.fontes@tiflotecnia.com>
-#  Copyright (C) 2012 Mesar Hameed <mesar.hameed@gmail.com>
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-
-space \t 9 tab
-space \s 0 blank
-space \x00a0 a unbreakable space
-sign \x000a 78 newline
-space \x000d 0 carriage return
-include digits8Dots.uti
-include latinLetterDef8Dots.uti
-punctuation , 2
-punctuation ; 23
-punctuation : 25
-punctuation . 3
-punctuation ! 2358
-punctuation " 236
-punctuation ' 6
-punctuation ( 1268
-punctuation ) 3458
-punctuation - 36
-sign _ 367
-math < 2468
-math = 2356
-math > 1358
-sign % 35678
-math + 235
-math ~ 2346
-sign ` 14678
-sign & 123468
-sign $ 46
-punctuation ? 26
-punctuation { 1238
-punctuation [ 123568
-punctuation } 4567
-punctuation ] 234568
-sign ^ 234678
-sign @ 156
-sign # 3456
-sign \\ 38
-sign | 456
-math / 256
-sign * 35
-uplow \x00c0\x00e0 12467,1246 # Àà
-uplow \x00c1\x00e1 123567,12356 # Áá
-uplow \x00c2\x00e2 167,16 # Ââ
-uplow \x00c3\x00e3 3457,345 # Ãã
-uplow \x00c4\x00e4 34578,3458 # Ää
-uplow \x00c7\x00e7 123467,12346 # Çç
-uplow \x00c8\x00e8 234678,23468 # Èè
-uplow \x00c9\x00e9 1234567,123456 # Éé
-uplow \x00ca\x00ea 1267,126 # Êê
-uplow \x00cc\x00ec 14678,1468 # Ìì
-uplow \x00cd\x00ed 347,34 # Íí
-uplow \x00ce\x00ee 1467,146 # Îî 
-uplow \x00d2\x00f2 245678,24568 # Òò
-uplow \x00d3\x00f3 3467,346 # Óó
-uplow \x00d4\x00f4 14567,1456 # Ôô
-uplow \x00d5\x00f5 2467,246 # Õõ
-uplow \x00d6\x00f6 2467,246 # Öö
-uplow \x00d9\x00f9 15678,1568 # Ùù
-uplow \x00da\x00fa 234567,23456 # Úú
-uplow \x00dc\x00fc 12567,1256 # Üü
-sign \x00ba 13578 # 
-sign \x00aa 178 # ª
-sign \x20ac 1578
-sign \x00ae 12358
-sign \x2122 1348
-sign \x00ab 1235678 # «
-sign \x00bb 2345678 # »
-sign \x00a3 12378 # £
-sign \x00a7 2348 # §
-uplow \x00d1\x00f1 134578,13458 # Ññ
-
-noback sign \X25CF 35	# 9679 black circle
-ISO8859-1
-.a4
-.ab3réa
-.ae3s4ch
-.amino1a2c
-.ana3s4tr
-.anti1a2
-.anti1e2
-.anti1s2
-.anti1é2
-.anti2enne
-.apo2s3ta
-.ar3dent.
-.ar3gent.
-.ar3pent.
-.as2ta
-.bai2se3main
-.bi1a2c
-.bi1a2t
-.bi1au
-.bi1u2
-.bi2s1a2
-.bio1a2
-.ch4
-.chè2vre3feuille
-.ci2s1alp
-.co1o2
-.co2o3lie
-.com3ment.
-.con4
-.cons4
-.contre1s2c
-.contre3maître
-.cul4
-.dacryo1a2
-.di1a2cid
-.di1a2cé
-.di1a2mi
-.di1a2tom
-.di1ald
-.di1e2n
-.di2s3h
-.do3lent.
-.dy2s1a2
-.dy2s1i2
-.dy2s1o2
-.dy2s1u2
-.dy2s3
-.dé1a2
-.dé1io
-.dé1o2
-.dé2s
-.dé2s1i2
-.dé2s1oe0
-.dé2s1u2n
-.dé2s1½0
-.dé2s1é2
-.dé3s2a3cr
-.dé3s2a3tell
-.dé3s2astr
-.dé3s2c
-.dé3s2ensib
-.dé3s2ert
-.dé3s2exu
-.dé3s2i3d
-.dé3s2i3gn
-.dé3s2i3li
-.dé3s2i3nen
-.dé3s2i3r
-.dé3s2invo
-.dé3s2ist
-.dé3s2o3dé
-.dé3s2o3l
-.dé3s2o3pil
-.dé3s2orm
-.dé3s2orp
-.dé3s2oufr
-.dé3s2p
-.dé3s2t
-.dé3s2é3gr
-.dés2a3m
-.e4
-.en1a2
-.en1o2
-.eu2r1a2
-.gem2ment.
-.i4
-.in1a2
-.in1e2
-.in1i2
-.in1o2
-.in1s2tab
-.in1u2
-.in1é2
-.in2a3nit
-.in2augur
-.in2effab
-.in2ept
-.in2er
-.in2exora
-.in2i3miti
-.in2i3q
-.in2i3t
-.in2o3cul
-.in2ond
-.in2u3l
-.in2uit
-.in2é3lucta
-.in2é3narra
-.inte4r3
-.intera2
-.intere2
-.interi2
-.intero2
-.inters2
-.interu2
-.interé2
-.kh4
-.la3tent.
-.ma2c3k
-.ma2l1a2dres
-.ma2l1a2dro
-.ma2l1a2v
-.ma2l1aisé
-.ma2l1ap
-.ma2l1en
-.ma2l1int
-.ma2l1o2d
-.ma2l1oc
-.ma2r1x
-.macro1s2c
-.milli1am
-.mono1a2
-.mono1e2
-.mono1i2
-.mono1o2
-.mono1s2
-.mono1u2
-.mono1é2
-.mono1ï2dé
-.mé2g1oh
-.mé2s1es
-.mé2s1i
-.mé2s1u2s
-.mé2sa
-.mé3san
-.méta1s2ta
-.no2n1obs
-.o4
-.on3guent.
-.oua1ou
-.ovi1s2c
-.pa2n1a2f
-.pa2n1a2mé
-.pa2n1a2ra
-.pa2n1is
-.pa2n1o2ph
-.pa2n1opt
-.pa2r1a2che
-.pa2r1a2chè
-.pa2r3hé
-.pa3rent.
-.pa3tent.
-.para1s2
-.pe4r
-.pen2ta
-.per1a2
-.per1e2
-.per1i2
-.per1o2
-.per1u2
-.per1é2
-.ph4
-.phalan3s2t
-.pluri1a
-.pon2tet
-.pos2t1in
-.pos2t1o2
-.pos2t3h
-.pos2t3r
-.post1s2
-.pro1s2cé
-.pro1é2
-.prou3d2h
-.pré1a2
-.pré1e2
-.pré1i2
-.pré1o2
-.pré1s2
-.pré1u2
-.pré1é2
-.pré2a3la
-.pré2au
-.psycho1a2n
-.pud1d2l
-.péri1os
-.péri1s2
-.péri1u2
-.péri2s3s
-.péri2s3ta
-.re1s2
-.re2s3cap
-.re2s3cisi
-.re2s3ciso
-.re2s3cou
-.re2s3cri
-.re2s3pect
-.re2s3pir
-.re2s3plend
-.re2s3pons
-.re2s3quil
-.re2s3s
-.re2s3t
-.re3s4tab
-.re3s4tag
-.re3s4tand
-.re3s4tat
-.re3s4tim
-.re3s4tip
-.re3s4toc
-.re3s4top
-.re3s4tr
-.re3s4tu
-.re3s4ty
-.re3s4tén
-.re3s4tér
-.re4s5trein
-.re4s5trict
-.re4s5trin
-.res3sent.
-.ré1a2
-.ré1e2
-.ré1i2
-.ré1o2
-.ré1é2
-.ré2a3le
-.ré2a3lis
-.ré2a3lit
-.ré2aux
-.ré2el
-.ré2er
-.ré2i3fi
-.ré2uss
-.ré2èr
-.rétro1a2
-.réu2
-.sar3ment.
-.sch4
-.ser3ment.
-.seu2le
-.sh4
-.sou3vent.
-.sta2g3n
-.stil3l
-.su2b1a2
-.su2b1in
-.su2b1ur
-.su2b1é2
-.su2b3limin
-.su2b3lin
-.su2b3lu
-.su2r1a2
-.su2r1e2
-.su2r1i2m
-.su2r1inf
-.su2r1int
-.su2r1of
-.su2r1ox
-.su2r1é2
-.su2r3h
-.su3b2alt
-.su3b2é3r
-.su3r2a3t
-.su3r2eau
-.su3r2ell
-.su3r2et
-.ta3lent.
-.th4
-.tri1a2c
-.tri1a2n
-.tri1a2t
-.tri1o2n
-.u4
-.y4
-.â4
-.è4
-.é4
-.émi3nent.
-.ê4
-.î4
-.ô4
-.û4
-1a2nesthési
-1alcool
-1b2l
-1b2r
-1ba
-1be
-1bi
-1bo
-1bu
-1by
-1bâ
-1bè
-1bé
-1bê
-1bî
-1bô
-1bû
-1c2h
-1c2k
-1c2l
-1c2r
-1ca
-1ce
-1ci
-1co
-1coe0
-1cu
-1cy
-1c½0
-1câ
-1cè
-1cé
-1cê
-1cî
-1cô
-1cû
-1d2r
-1da
-1de
-1di
-1do
-1du
-1dy
-1dâ
-1dè
-1dé
-1dê
-1dî
-1dô
-1dû
-1f2l
-1f2r
-1fa
-1fe
-1fi
-1fo
-1fu
-1fy
-1fâ
-1fè
-1fé
-1fê
-1fî
-1fô
-1fû
-1g2ha
-1g2he
-1g2hi
-1g2ho
-1g2hy
-1g2l
-1g2n
-1g2r
-1ga
-1ge
-1gi
-1go
-1gu
-1gy
-1gâ
-1gè
-1gé
-1gê
-1gî
-1gô
-1gû
-1ha
-1he
-1hi
-1ho
-1hu
-1hy
-1hâ
-1hè
-1hé
-1hê
-1hî
-1hô
-1hû
-1informat
-1j
-1k2h
-1k2r
-1ka
-1ke
-1ki
-1ko
-1ku
-1ky
-1kâ
-1kè
-1ké
-1kê
-1kî
-1kô
-1kû
-1la
-1le
-1li
-1lo
-1lu
-1ly
-1là
-1lâ
-1lè
-1lé
-1lê
-1lî
-1lô
-1lû
-1m2nès
-1m2némo
-1m2nési
-1ma
-1me
-1mi
-1mo
-1moe0
-1mu
-1my
-1m½0
-1mâ
-1mè
-1mé
-1mê
-1mî
-1mô
-1mû
-1na
-1ne
-1ni
-1no
-1noe0
-1nu
-1ny
-1n½0
-1nâ
-1nè
-1né
-1nê
-1nî
-1nô
-1nû
-1octet
-1p2h
-1p2l
-1p2neu
-1p2né
-1p2r
-1p2sych
-1p2tèr
-1p2tér
-1pa
-1pe
-1pi
-1po
-1pu
-1py
-1pâ
-1pè
-1pé
-1pê
-1pî
-1pô
-1pû
-1q
-1r2h
-1ra
-1re
-1ri
-1ro
-1ru
-1ry
-1râ
-1rè
-1ré
-1rê
-1rî
-1rô
-1rû
-1s2caph
-1s2ch
-1s2clér
-1s2cop
-1s2h
-1s2lav
-1s2lov
-1s2patia
-1s2perm
-1s2phèr
-1s2phér
-1s2piel
-1s2piros
-1s2por
-1s2tandard
-1s2tein
-1s2tigm
-1s2tock
-1s2tomos
-1s2troph
-1s2tructu
-1s2tyle
-1sa
-1se
-1si
-1so
-1soe0
-1su
-1sy
-1s½0
-1sâ
-1sè
-1sé
-1sê
-1sî
-1sô
-1sû
-1t2h
-1t2r
-1ta
-1te
-1ti
-1to
-1tu
-1ty
-1tà
-1tâ
-1tè
-1té
-1tê
-1tî
-1tô
-1tû
-1v2r
-1va
-1ve
-1vi
-1vo
-1vu
-1vy
-1vâ
-1vè
-1vé
-1vê
-1vî
-1vô
-1vû
-1w2r
-1wa
-1we
-1wi
-1wo
-1wu
-1za
-1ze
-1zi
-1zo
-1zu
-1zy
-1zè
-1zé
-1ç
-1é2drie
-1é2drique
-1é2lectr
-1é2lément
-1é2nerg
-2bent.
-2blent.
-2brent.
-2cent.
-2chb
-2chent.
-2chg
-2chm
-2chn
-2chp
-2chs
-2cht
-2chw
-2ck3h
-2ckb
-2ckent.
-2ckf
-2ckg
-2ckp
-2cks
-2ckt
-2clent.
-2crent.
-2dent.
-2dlent.
-2drent.
-2fent.
-2flent.
-2frent.
-2gent.
-2glent.
-2gnent.
-2grent.
-2guent.
-2jent.
-2jk
-2kent.
-2lent.
-2nent.
-2pent.
-2phent.
-2phn
-2phs
-2pht
-2plent.
-2prent.
-2quent.
-2r3heur
-2r3hydr
-2rent.
-2s3hom
-2schs
-2sent.
-2shent.
-2shm
-2shr
-2shs
-2t3heur
-2tent.
-2thl
-2thm
-2thn
-2ths
-2trent.
-2vent.
-2vrent.
-2went.
-2xent.
-2zent.
-3d2hal
-3d2houd
-3ph2talé
-3ph2tis
-4be.
-4bes.
-4ble.
-4bles.
-4bre.
-4bres.
-4ce.
-4ces.
-4ch.
-4che.
-4ches.
-4chle.
-4chles.
-4chre.
-4chres.
-4ck.
-4cke.
-4ckes.
-4cle.
-4cles.
-4cre.
-4cres.
-4de.
-4des.
-4dre.
-4dres.
-4fe.
-4fes.
-4fle.
-4fles.
-4fre.
-4fres.
-4ge.
-4ges.
-4gle.
-4gles.
-4gne.
-4gnes.
-4gre.
-4gres.
-4gue.
-4gues.
-4he.
-4hes.
-4je.
-4jes.
-4ke.
-4kes.
-4kh.
-4le.
-4les.
-4me.
-4mes.
-4ne.
-4nes.
-4pe.
-4pes.
-4ph.
-4phe.
-4phes.
-4phle.
-4phles.
-4phre.
-4phres.
-4ple.
-4ples.
-4pre.
-4pres.
-4que.
-4ques.
-4re.
-4res.
-4rhe.
-4rhes.
-4sch.
-4sche.
-4sches.
-4se.
-4ses.
-4sh.
-4she.
-4shes.
-4te.
-4tes.
-4th.
-4the.
-4thes.
-4thre.
-4thres.
-4tre.
-4tres.
-4ve.
-4ves.
-4vre.
-4vres.
-4we.
-4wes.
-4ze.
-4zes.
-a1è2dre
-a2l1algi
-a2s3tro
-ab2h
-ab3sent.
-absti3nent.
-abî2ment.
-ac3cent.
-acquies4cent.
-ad2h
-ai2ment.
-amalga2ment.
-ani2ment.
-antifer3ment.
-apo2s3tr
-appa3rent.
-ar2ment.
-archi1é2pis
-armil5l
-as2ment.
-au2ment.
-avil4l
-bou2ment.
-boutil3l
-bru2ment.
-ca3ou3t2
-capil3l
-carê2ment.
-cci3dent.
-ch2l
-ch2r
-chevil4l
-chien3dent.
-chlo2r3a2c
-chlo2r3é2t
-chro2ment.
-cil3l
-cla2ment.
-co1a2d
-co1acc
-co1acq
-co1ap
-co1ar
-co1assoc
-co1assur
-co1au
-co1ax
-co1ef
-co1en
-co1ex
-co1é2
-co2nurb
-compé3tent.
-confi3dent.
-conni3vent.
-conti3nent.
-contin3gent.
-corpu3lent.
-cur3rent.
-cyril3l
-d1d2h
-d1s2
-da2ment.
-di2s3cop
-dia2g3n
-diaphrag2ment.
-dili3gent.
-dissi3dent.
-distil3l
-déca3dent.
-détri3ment.
-e2n1i2vr
-e2s3ch
-e2s3cop
-entre3gent.
-er2ment.
-es3cent.
-esti2ment.
-eu1s2tat
-extra1
-extra2c
-extra2i
-f1s2
-fa2ment.
-fichu3ment.
-fir2ment.
-flam2ment.
-fritil3l
-fu2ment.
-fécu3lent.
-g1s2
-gil3l
-gram2ment.
-grandilo3quent.
-hil3l
-hu2ment.
-hype4r1
-hypera2
-hypere2
-hyperi2
-hypero2
-hypers2
-hyperu2
-hyperé2
-hypo1a2
-hypo1e2
-hypo1i2
-hypo1o2
-hypo1s2
-hypo1u2
-hypo1é2
-hémi1é
-hémo1p2t
-i1algi
-i1arthr
-i1oxy
-i1s2tat
-i1è2dre
-i2s3chia
-i2s3chio
-i2s3ché
-ibril3l
-il2l
-imma3nent.
-immi3nent.
-immis4cent.
-impo3tent.
-impu3dent.
-inci3dent.
-indi3gent.
-indo3lent.
-indul3gent.
-inno3cent.
-inso3lent.
-instil3l
-intelli3gent.
-inti2ment.
-io1a2ct
-is3cent.
-iva3lent.
-ja3cent.
-l1s2t
-l2ment.
-l3lion
-la2w3re
-lil3l
-llu2ment.
-m1s2
-mi2ment.
-mil3l
-mil4let
-mit3tent.
-mon2t3réal
-monova3lent.
-moye2n1â2g
-munifi3cent.
-mécon3tent.
-n1x
-n3s2at.
-n3s2ats.
-nutri3ment.
-o1d2l
-o1ioni
-o1s2tas
-o1s2tat
-o1s2tim
-o1s2tom
-o1s2trad
-o1s2tratu
-o1s2triction
-o1s2téro
-o1è2dre
-o2b3long
-om2ment.
-ombud2s3
-omni1s2
-omnipo3tent.
-opu3lent.
-or2ment.
-oxy1a2
-paléo1é2
-papil3la
-papil3le
-papil3li
-papil3lom
-per3h
-perma3nent.
-perti3nent.
-ph2l
-ph2r
-photo1s2
-piril3l
-plu2ment.
-po1astre
-poly1a2
-poly1e2
-poly1i2
-poly1o2
-poly1s2
-poly1u2
-poly1è2
-poly1é2
-polyva3lent.
-privatdo3cent.
-privatdo3zent.
-pro2s3tat
-proémi3nent.
-pru3dent.
-pré3sent.
-préémi3nent.
-pupil3l
-pusil3l
-pé1r2é2q
-pé2nul
-qua2ment.
-ra2ment.
-radio1a2
-rai3ment.
-rcil4l
-re3lent.
-re3pent.
-reli2ment.
-ri2ment.
-rin3gent.
-rmil4l
-ru3lent.
-ryth2ment.
-ré3gent.
-réma3nent.
-résur3gent.
-réti3cent.
-semil4l
-ser3gent.
-ser3pent.
-sesqui1a2
-slalo2ment.
-sporu4lent.
-stéréo1s2
-su2ment.
-su3r2ah
-sub1s2
-subli2ment.
-succu3lent.
-supe4r1
-supero2
-supers2
-surémi3nent.
-t1t2l
-ta2ment.
-tachy1a2
-tan3gent.
-tchin3t2
-tempéra3ment.
-ter3gent.
-testa3ment.
-th2r
-thermo1s2
-thril3l
-to2ment.
-tor3rent.
-tran2s1a2
-tran2s1o2
-tran2s1u2
-tran2s3h
-tran2s3p
-tran3s2act
-tran3s2ats
-transpa3rent.
-tri3dent.
-trucu3lent.
-tu2ment.
-tung2s3
-turbu3lent.
-télé1e2
-télé1i2
-télé1o2b
-télé1o2p
-télé1s2
-u2s3tr
-ucil4l
-uevil4l
-uni1a2x
-uni1o2v
-uvil4l
-vacil4l
-vanil3lin
-vanil3lis
-veni2ment.
-ventripo3tent.
-vidi2ment.
-vil3l
-vol2t1amp
-vélo1s2ki
-wa2g3n
-xil3l
-y1algi
-y1asth
-y1s2tom
-â2ment.
-è2ment.
-é3cent.
-é3dent.
-é3quent.
-é3rent.
-éci2ment.
-écu2ment.
-éd2hi
-éli2ment.
-élo3quent.
-émil4l
-éni3tent.
-épi2s3cop
-épi3s4cope
-équipo3tent.
-équiva4lent.
-ô2ment.
-# liblouis: Russian literary text translation table
-#
-#  Copyright (C) 2013 Igor B. Poretsky <poretsky@mlbox.ru>
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 3 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-
-# Display and character definitions:
-include ru-letters.dis
-include ru-chardefs.cti
-include chardefs.cti
-
-# Braille indicators:
-numsign 3456  number sign, just a dots operand
-
-# Emphasis indication signs:
-emphclass italic
-emphclass underline
-emphclass bold
-begemphphrase italic 456
-endemphphrase italic after 456
-begemphphrase bold 34
-endemphphrase bold after 34
-
-# The decimal digits:
-include litdigits6Dots.uti
-
-# Punctuations:
-decpoint , 2
-prepunc " 236
-postpunc " 356
-postpunc ,\s 2
-postpunc ;\s 23
-hyphen - 36
-always . 256
-always , 2
-always ; 23
-always : 25
-always ? 26
-always ! 235
-always ' 3
-always ` 4
-
-# Special symbols:
-always @ 4-1
-always # 4-1345
-always $ 4-145
-always % 3456-245-356
-always ^ 56-26
-always & 6-12346
-always * 35
-always ( 126
-always ) 345
-always _ 6-25
-always [ 6-12356
-always ] 6-23456
-always { 46-126
-always } 46-345
-always \\ 4-16
-always | 456-3
-always ~ 5-26
-
-# mathematical symbols:
-always - 36
-always + 0-235
-always / 6-34
-always < 0-25-246-0
-always > 0-135-25-0
-always = 0-2356
-
-# Symbol classes for special rules below:
-class upperlatin ABCDEFGHIJKLMNOPQRSTUVWXYZ
-class lowerlatin abcdefghijklmnopqrstuvwxyz
-class uppercyrillic \x0401\x0410\x0411\x0412\x0413\x0414\x0415\x0416\x0417\x0418\x0419\x041A\x041B\x041C\x041D\x041E\x041F\x0420\x0421\x0422\x0423\x0424\x0425\x0426\x0427\x0428\x0429\x042A\x042B\x042C\x042D\x042E\x042F
-class lowercyrillic \x0430\x0431\x0432\x0433\x0434\x0435\x0436\x0437\x0438\x0439\x043A\x043B\x043C\x043D\x043E\x043F\x0440\x0441\x0442\x0443\x0444\x0445\x0446\x0447\x0448\x0449\x044A\x044B\x044C\x044D\x044E\x044F\x0451
-
-class latin ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz
-class cyrillic \x0401\x0410\x0411\x0412\x0413\x0414\x0415\x0416\x0417\x0418\x0419\x041A\x041B\x041C\x041D\x041E\x041F\x0420\x0421\x0422\x0423\x0424\x0425\x0426\x0427\x0428\x0429\x042A\x042B\x042C\x042D\x042E\x042F\x0430\x0431\x0432\x0433\x0434\x0435\x0436\x0437\x0438\x0439\x043A\x043B\x043C\x043D\x043E\x043F\x0440\x0441\x0442\x0443\x0444\x0445\x0446\x0447\x0448\x0449\x044A\x044B\x044C\x044D\x044E\x044F\x0451
-
-swapcd updigit 1234567890 1,12,14,145,15,124,1245,125,24,245
-
-swapdd uppertolower 17,127,147,1457,157,1247,12457,1257,247,2457,137,1237,1347,13457,1357,12347,123457,12357,2347,23457,1367,12367,24567,13467,134567,13567,179,1279,1479,14579,1579,12479,124579,12579,2479,24579,1379,12379,13479,134579,13579,123479,1234579,123579,23479,234579,13679,245679,134679,135679,1679,1234679,15679,1235679,234679,2345679,24679,125679,124679 1,12,14,145,15,124,1245,125,24,245,13,123,134,1345,135,1234,12345,1235,234,2345,136,1236,2456,1346,13456,1356,19,129,149,1459,159,1249,12459,1259,249,2459,139,1239,1349,13459,1359,12349,123459,12359,2349,23459,1369,24569,13469,13569,169,123469,1569,123569,23469,234569,2469,12569,12469
-
-# Adjust spacing around dashes according to the Russian braille rules.
-noback context `["-\s"] @36
-noback context [$s]"-"$s ?
-noback context [$d]"-" %updigit@0
-
-# Mark cyrillic letters immediately following digits.
-noback context [$d]%uppercyrillic %updigit@45#1=0
-noback context [$d]%lowercyrillic %updigit@5#1=0
-
-# Mark lowercase latin letters where it is required.
-noback context !#1=0[]%cyrillic #1=0
-noback context #1=1[$d]%lowerlatin %updigit@6
-noback context !#1=1[]%lowerlatin #1=1@6
-noback context !#1=1[]%upperlatin #1=1
-
-# Make space before text following number with punctuation.
-noback context [$d","]$l %updigit@2-0
-noback context [$d",\s"]$l %updigit@2-0
-noback context [$d";"]$l %updigit@23-0
-noback context [$d";\s"]$l %updigit@23-0
-
-# Mark cyrillic letters immediately following latins.
-noback pass2 %lowerlatin[]%uppercyrillic @45#1=0
-noback pass2 %lowerlatin[]%lowercyrillic @5#1=0
-noback pass2 #1=1[]%uppercyrillic @45#1=0
-noback pass2 #1=1[]%lowercyrillic @5#1=0
-
-# Mark uppercase latin letters where it is appropriate.
-noback pass2 !%upperlatin *#1=0
-noback pass2 !#1=1[]%upperlatin #1=1@46
-
-# Format dialogs and direct speech according to the Russian braille tradition.
-noback pass3 `@36 *#1=1
-noback pass3 @236 *#1=1
-noback pass3 @356 *#1=0
-noback pass3 #1=1@2@36@0 *#1=2
-noback pass3 #1=1@26@36@0 *#1=2
-noback pass3 #1=1@235@36@0 *#1=2
-noback pass3 #1=2@2[@36@0] @0-36
-noback pass3 #1=2@256[@36@0] @0-36
-
-# Remove dot 7 from uppercase letters
-noback pass4 %uppertolower %uppertolower
-# liblouis: Hungarian Grade 1 table
-#
-#  Copyright (C) 2011-2017 Attila Hammer from IT Foundation for the Visually Impaired - Hungary. www.infoalap.hu
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-#
-#  Maintained by Attila Hammer  hammer.attila@infoalap.hu
-#
-# If you found bugs with hungarian grade1 table, report it with following address:
-# Attila Hammer <hammer.attila@infoalap.hu
-# If you have a Launchpad account, report table related requests with following bug tracker address: https://bugs.launchpad.net/belin
-display " 4
-display 1 16
-display { 12356
-display } 23456
-display q 12345
-display 7 12456
-display 0 346
-display 2 126
-display 9 246
-display | 34
-display z 1356
-display & 12346
-display > 45
-UTF-8
-.а8
-.аб1р
-.а1б
-.аг1ро
-.а1г
-.а1ди2
-.а1д
-.а1и2
-.ак1р
-.а1к
-.а3ль3я
-.аль1
-.ар2т1о2
-.а2р1т
-.ас1то
-.аст1р
-.а1у2
-.б8
-.3би2о
-.1б2и
-.в8
-.во2б3л
-.во1б2
-.во3ж2д
-.во1ж
-.1г8
-.го2ф
-.д8
-.дек2
-.1де
-.де1кв
-.ди2а1к
-.1ди
-.ди1а
-.ди1о
-.до3п2
-.1до
-.до3т2
-.е8
-.епи3
-.е1п
-.з8
-.зав2р
-.1за1
-.за3м2н
-.за1м
-.за3п2
-.и8
-.иг1р
-.и1г
-.и2з1г2
-.из3н
-.и1и2
-.ик1р
-.и1к
-.ио2
-.ио4на
-.и1он
-.ис3
-.л8
-.л2е2о
-.ле2п3р
-.ле1п
-.ле2с1к
-.ль2
-.люст1
-.л2ю
-.1м8
-.ме2ж1у2
-.ме1ж
-.1ми1о1м
-.мо2к1
-.му2шт1
-.му1ш
-.н8
-.на1в
-.1на
-.на3т
-.на3ш2
-.2не3в1н
-.1не
-.не1др
-.3нед
-.не1з2
-.н2е1сл
-.не1с2ц
-.не3т
-.нос1к
-.1но
-.нук1л
-.1ну
-.о8
-.обо3ж2
-.о1бо
-.ово1
-.о1в
-.ог3н
-.о1г2
-.оз4
-.ос2ка
-.ос2п2
-.ос3пи
-.от1в2
-.о1т
-.от1ро
-.от1ру
-.от1у1ж
-.1п8
-.по3в2
-.по3ж2
-.по1з2н
-.прос2
-.р8
-.ра2с3т
-.ре2бр
-.р2еб
-.ре2з3в
-.ри2с1к
-.ри1с2
-.ри2ч
-.ро2з3в
-.1ро2с3л
-.ро2х
-.с8
-.се4п1т2
-.1с2е
-.се1п
-.ск2
-.ст2
-.су2ж
-.1су
-.т8
-.т2е2о3
-.1т2е
-.ти1а3
-.ти2г
-.тиг1р
-.ти2о
-.у8
-.уб2
-.уд2
-.у1е2
-.уз2на
-.уз1н
-.ук2
-.у2м2ч
-.у1м
-.у1о3
-.у1п2
-.ур2в
-.ус2
-.ут2р
-.у1ю2
-.х8
-.хо2р3в
-.1хо
-.ч8
-.че2с1к
-.1че
-.1ю8
-.юс1
-4а3а
-аа2п
-аа2р
-аа2ц
-а1б
-абе3с1т
-а1бе
-а3бла
-аб1л
-аб2л2ю
-аб1ри
-а3б2у
-ав1в
-а1ве
-ав3зо
-а1в2з2
-а1ви
-ави2а
-а1во
-аво1с
-а2во1т
-ав1ра
-а3в2с2е3
-а2в1с2
-а2в1т2
-а1ву
-а2вх
-а3в2че
-а2в1ч
-2аг2а
-а1г
-ага1с2
-а2гд
-а2гити
-аг2и
-аги1т
-а2г1ле
-аг2ли
-а2глос
-аг1ло
-аг2ло1т
-2аго
-а3гу
-а1д
-2адв2
-а2д1ве
-ад2жи
-ад1ж
-ади2од
-а1ди
-а2д1л
-а2д1о2б1л
-а1до
-ад1ро
-а2д1ру
-аду3ч
-а1ду
-ад2ц
-а2дын
-а1ды1
-а1е
-ае2го
-ае1г
-ае2ди
-ае2л
-а2е1п
-ае2ре
-ае2с
-аза4ш3
-а1за1
-азв2
-аз3вез
-аз1ве
-аз1в1л
-а2з1г2
-аз1др
-аз1об
-аз2о1б1р
-а2зовь1
-а1зо1в
-а2золь1
-а1зол2
-а1зо1ри
-аз2о1с2
-аз1р
-а1и
-аи2г1
-а2и3гл
-а2их
-а1к
-ак1в
-1а2к1к2
-ак2л
-а2к3ле1м
-ако1б2
-ак2о
-2а3ко2н1с2
-ако3т
-2акри
-а2к1с
-а1ла
-а3ла1г
-а1ле
-2алек
-а3ли
-ало1з
-а1ло
-а1лу
-алу2ш
-алуш1т
-а1лы1
-а2ль1щ
-аль1
-а1л2ю
-2ама
-а1м
-а4м1б4
-2амет
-а2ми2н1т
-ам2нет
-а2м1н
-ам1не
-2амо
-амо1з2
-амо3и2
-а2мч
-ана2д2ц
-а1на
-ана1д
-а2н1а2ме
-ана1м
-а2на1ф
-ан2дра
-а2н1д
-а2н1о2б2
-а1но
-ан1о2хр
-ан1р
-ан2с1п2
-а2н1с
-ан1с1у
-ан2су2р
-а2н1уз
-а1ну
-а1нь1
-2а1о
-ао2д
-ао2к
-ао2р
-ао2с
-ао1ст1
-а3пла
-а1п
-ап2ло1м
-ап1ло
-2апо
-апо4в2с2
-апо1в
-апо3ч2т
-ап2ра
-ап1ре1л
-а1ра
-ара2с1т
-ар2бо1к
-а2р1б
-ар1бо
-ар2вал
-ар1ва
-1аргу
-а2р1г
-а1ре
-аре1дв2
-аре1ол
-ар2ео
-ар2жа
-ар1ж
-а1ри
-а1ро
-ар2тор
-а2р1т
-ар2т1р
-а1ру
-а2р1х
-а1ры1
-а1р2ю
-а1ря
-2ас1к
-ас3ми
-ас2м
-а2с3но
-ас1н
-1асси1г
-а2с1с
-а4с5с2и
-ас2т1ву
-ас3те1м
-ас2т2е
-ас2тин
-а1сти
-ас2ти1я
-ас1то1о2
-ас1тух
-а1с3ть2е
-ас4ть1
-ас2шед
-ас1ш2
-ас2ше1с2
-а1сь2и1
-ась1
-а1та
-1ата1к
-а2т3ва
-а2т1ви
-а2т1ву
-2атез
-а1т2е
-а1ти
-а1то
-ат1о1бе
-а2то2м1н
-ато1м
-ато2ш
-ат1рах
-ат1ри
-а1ту
-а2т2х
-а1ты1
-а3ть2е
-а2ть1
-а3ть2ю1
-а3ть2я
-а1т2ю
-а1тя
-а1у
-а2уб
-ау2д
-ау3до
-а2у1ле
-аут1р
-ау2х
-ау2ч
-ау3чь1
-а2у1э1
-а2ф1л
-а1ф
-а1х2а
-ахми2
-ах1м
-а2х3с2
-а1ч
-2а1ча
-а2чл
-ач1т
-а2шл
-а1ш
-аэ2ли
-а1э
-а2эр
-аю1та
-а1ю
-а1я
-ая2б
-ая2в
-ая2з
-1ба
-ба2б1в
-ба1б
-ба2г1р
-ба1г
-ба2др
-ба1д
-ба1з
-ба3зу
-ба1л2ю1
-б2а2о
-бас3м
-ба1ст
-ба1тр
-2б1б
-б1в
-б1вы2
-б1г2
-2б1д
-1бе
-3бев
-бе2гл
-бе1г
-бе2гн
-бе2д1р
-3бе1е
-3бе2з
-бе1з1а2
-без5д4
-бе3зи
-без3н
-без1о2
-без1р
-бе2с1к
-б2ес3п2
-бе2с1т
-бес3т2е
-бе1с3ти
-3бе1ц
-2бе1щ
-2б1ж
-б1з2
-1б2и
-3би1а
-б2и2б
-2би1ж
-3би1к
-били3т2
-би1л
-би1ли
-3био
-би2об
-би2од
-би2он
-би2ор
-би2тв
-би1т
-би1х
-2б3к
-б1л
-1бла1г
-1б2лаз
-б3ла1зи
-б2лан
-1б2ле1е
-б3лен
-б2ле2с1к
-1б2ле1я
-б2луд
-1б2лу1ж
-2блы1
-2б2ль1
-2б3л8ю.
-бл2ю
-б2люд
-б2лю1е
-б2люл
-2б3люсь1
-2б1ля
-2б3н
-1бо
-бо1бра
-боб1р
-бо3в1ш
-бо1в
-бо2гд
-бо1г2
-бо1дра
-бо1з2
-бо1л2ж
-бо1льс
-боль1
-бо3м2л
-бо1м
-бо2м2ч
-бо3м1ш2
-бо1ну1
-бо1ру
-бо2са
-бо1ск
-бо3ск2о
-бо3сти
-бо1ст
-3бо1т
-бо2тв2
-бот2р
-боя2р
-бо1я
-2б8р.
-б3ра1б
-б2рав
-бра1зо
-1б2рал
-2б1ра1м
-б2ран
-1брас
-б2ра2ть1
-б1рах
-1б2ра1ч
-2б3ра1я
-1б2ред
-б1ре2й1
-б1рек
-б2ре1м
-б2рех
-б2рид
-б2рито
-бри1т
-б2риты1
-1б2ро1ди
-б1рол
-б1ро8м.
-бро1м
-1б2ро1с2и
-бро2с1к
-2б4р1с
-б1ру
-3б2ру2кс
-2брь1
-1б2р2ю
-2б3р8ю.
-б1ря
-2б1с2
-б3ск
-бс4л
-б1т
-1б2у
-бу2г1р
-бу1г
-бук1л
-бу1с
-2б1ф
-2б1х
-2б1ц
-2б1ч
-2б1ш
-2б1щ
-1бы1
-бы2г1
-бы2с
-быс1к
-быст1
-1бь1
-2б8ь.
-2бьс
-2бьт
-бэ1р
-б1э
-3б2ю
-бю1та
-1бя
-1ва
-ва2бр
-ва1б
-3ва1г
-ва2д1р
-ва1д
-вадь2
-ва3ж2д
-ва1ж
-ва1з
-ва2н1с2
-ва1ст
-ва2стр
-ва1тр
-вах1
-3ва1ц
-3ва1я
-2в1б
-в1ви
-в1вр
-2в1г2
-в1д
-в2дох
-в1до
-1вев
-3ве1г
-вед1р
-ве3ду
-1ве1е
-1вез
-3ве3зе
-3вез1л
-ве1з2у
-1ве8й.
-ве2й1
-ве2п1
-2ве2р1д
-1вес
-ве2с1к
-ве2ст1в
-ве1ст
-вет3р
-1ве1ц
-1ве1ю
-1ве1я
-1в2з2
-в2з1г2
-взд2
-взо1б
-взъ2
-взъе3д
-ви2аз
-ви1а
-ви2а1к
-ви2ар
-ви2а1с2
-виа1т
-ви3а1ф
-ви2гв
-ви1г
-в2и2гл
-1виз
-1ви2н1т
-1ви2н1ч
-ви1о
-ви1с2ни
-вис1н
-ви1у3
-ви2ф
-2в1к
-вк2л
-3в2кус
-вк2у
-в1л
-в2ла
-2в3ла1б
-в2лев
-в2лек
-в2лет
-в2леч
-2в1ли
-в2ли1я
-2вл2ю
-в2лю1б
-2в1ля
-2в1м
-1вме
-2в1н
-4в3на
-в2нес
-в1не
-в1но1
-в3н8у.
-в1ну
-3в2нук
-3в2нуч
-в3ны1
-во1б2
-во2б3ла
-воб1л
-во1в2
-во3в1к
-1вод
-во1дв2
-во1др
-во2ер
-во1е
-во2ж1ж
-во1ж
-вои2с1
-во3и
-1во1к
-во3м2
-во1п2
-во1ру
-2в2о2р1ц
-2ворь1
-вос1к
-во1с2м
-во1с1н
-вос3пе1
-вос1п2
-во2стр
-во1ст
-вот2р
-во1т
-1вох
-во1хл
-во3х2т
-1в2о1ю
-2в1п2
-2в8р.
-2в1р8а.
-в2рав
-2в1ра1м
-в1рас
-2в1рах
-2вра1ц
-2в1р8е.
-2в1рен
-1врид
-1в2риз
-в1ри1и
-в1ри1к
-в1ри1л
-в1ри1с2
-в1ри1т
-2в1ро
-вро3т2
-2в1ры1
-1вр2ю
-в1ря
-2в1с2
-3в1с2е3
-в3ска1я
-4в3ски
-4в3ск2у
-3в2с1п2
-3в2с2ю
-в1т2
-вто1б2
-вто3ш
-1ву1а
-ву3г
-1ву1з
-2ву1и
-2ву1к
-ву3п
-ву1с2
-ву2х1а
-ву2х3в
-ву1чл
-в1ф2
-1в1хо
-2в1ц
-2в1ч
-2в1ш
-3в2шив
-2в1щ
-въ2
-1вы1
-вы3г2
-вы3з1н
-вы1п2
-вы3т2
-вых2
-вы3ш2л
-вы1ш
-2в8ь.
-вь1
-1вь2е
-1вьин
-вь2и1
-2вьс
-2вьт
-1вь2ю
-1вь2я
-1в2э1
-1в2ю
-1вя
-1г
-г2а
-га1з
-га1ст2
-га2у
-2г3б
-г1ба2
-г1ви
-2г1г
-г3дан
-г1да
-2г3ди
-3г8е.
-г2е2б1
-ге1но1
-ге2о2б
-г2ео
-ге2од
-ге1ор
-2г3ж
-2г1з
-г2и
-ги2б1л
-г2и1б
-ги3б1р
-ги2гр
-ги1г
-ги1сл
-ги1ст2
-2г1к
-2г1л8а.
-г2лав
-г1ла2й1
-г1лами
-гла1м
-2глась1
-2г1ла1я
-г1ле
-г2лет
-2гл8и.
-г1ли
-г2лин
-3г2ли1ф
-2гл8о.
-г1ло
-г3ло2б1л
-2гло1в
-2гло1г2
-2гло1е
-2гл2о2й1
-2гл2о1ю
-2г1лу1ю
-2г1лы1
-г2ля1ж
-г1ля
-2гля1к
-2г3м
-г2нав
-г1на
-г2нан
-г3н8е.
-г1не
-г2нев
-г3нен
-г3не3п2
-г3нес
-г2ни1р
-г1ни
-гни2т2р
-гни1т
-г2но1е
-г1но
-г2но3и
-г2нос
-г3ня
-го1б2
-го2в1л
-го1в
-го3ж2д
-го1ж
-го1з
-го2з1л
-гоз2н
-1гои2г2
-го3и
-3г2о2й1
-г2ол
-гоми2
-го1м
-го2с1а
-го2сд2
-го1ск2л
-го1с1н
-го1спа
-гос1п2
-2г1о2т1д
-го1т
-гоу3т
-го1у2
-го1ч2л
-3г2о1ю
-2г1п
-2г8р.
-г1ра1е
-г1ра2й1
-г1рар
-1г1ре1г
-г1рек
-г1ре1ц
-гри4в3н
-г1ри1к
-г1ри1л
-г1р2ин
-г1ри1с2
-г1ри1ч
-г1ро1в
-г2роз
-г1ро1к
-г1рон
-г1ро1п
-г1ро1т
-г1ро1ф
-гру2п
-г1рыв
-гры1
-2гр2ю
-г1ря1е
-г1ря1л
-г1рят
-2г3с2
-г4са
-г4сб2
-2г3т
-гу1в
-гу1с
-гу2с1к
-2г1ф
-2г1ч
-2г3ш
-2г3э
-1да
-да2б1
-да2ген
-да1г
-да2гр
-да1з
-д2а2о
-даст1р
-дат1р
-2д1б
-дв2
-д1ве
-1дви
-2д1вид
-2д1виз
-2д1ви2н1т
-2д1ви2н1ч
-2д1вис
-2д1ви1т
-д3в1к
-д1в1л
-2д1вод
-д1воз
-1д2ворь1
-2д1вя
-2д1г2
-2д1д2
-1де
-де1б2л
-д2еб
-де1б2р
-3девр
-3дез
-де2з1а2
-де2зи
-дез1о2
-де2зу
-деи2о2
-де1и
-де1кл
-3деме
-де1м
-де2од
-д2ео
-део3п2
-де3пл
-де1п
-дерас2
-де1ра
-де2с3в
-де1с2к
-де2ср
-де1хл
-2д8ж.
-д1ж
-д2жа1м
-д2ж3м
-2д2ж1с
-2д1з2
-1ди
-ди2а1д
-ди1а
-диа2з
-ди2а3ли
-ди2а1ло
-ди2ар
-ди2ас
-ди2об
-дио3де
-ди1од
-ди2ор
-дио1с
-ди1о3ти
-дио1т
-д2и1п2
-ди2пи
-ди3п1т
-ди2с1тр
-ди1ст
-ди1у3
-ди3фр
-ди1ф
-ди3фто
-ди2ф1т
-ди1х
-2д1к
-д1л
-д2лев
-2д3м2
-2д1н
-д3на
-дне1а2
-д1не
-3д2не2в1н
-4д3но1
-дно3д2
-днос2
-4д3ны1
-3д2ня1ш
-д1ня
-1до
-2д1о2бед
-до1бе
-до2б1л
-2д1обла
-до1б2ра
-доб1р
-дов2л
-до1в
-до3в2м
-до1д2
-до3д1н
-до3ж2д
-до1ж
-до1з
-доз2н
-дои2р
-до3и
-2д1о2к1т
-до1к
-2доли1м
-до1ли
-до2м1р
-до1м
-до1п2
-до3пл
-2допле
-до2пре
-до2руб
-до1с
-д1о2сен
-до1с2е
-д1о2син
-до1с2и
-2д1о2с1но
-дос1н
-дос2п2
-2д1о2т1д
-до1т
-2до2т1л
-дот2ри
-2д1отря
-2до2тъ1
-до3ть1
-3дохл
-до2ш3в
-до1ш
-до3ш2к2
-до2ш1лы1
-до2щу
-до1щ
-2д1п
-2д8р.
-д1ра1б
-1дра2в1ш
-2дразв2
-1д2раз1н
-д1ра1не
-д1рар
-д1ра2с3
-д1рах
-д1ра1ч
-д2ра1ю
-д1ре
-д2р2еб
-2д3ре1ж
-2дрез
-д2рел
-д2ре1м
-1дрема
-1дре2м1л
-дре2м3н
-1дремы1
-2д3рен
-дре2ск
-д2ре2с1с
-д1ри
-д2ри2й1
-2др2ин
-д2р2и1п
-д2рих
-дро2г3н
-дро1г2
-д1род
-д1ро1е
-1д2ро1ж
-2д3роз
-д1р2о2й1
-д1рол
-д1рон
-д1рос
-д1ро1т
-д1р2о1ю
-д1руб
-1дру1г
-1дру1ж
-д1ру1м
-д1ру1ю
-д1ры1
-2дрыв
-1д2ры1г
-д1ря
-д2ряб
-1д2ря1г
-д2рях
-2д1с2
-дск2
-д2с3к1н
-2д1т
-1ду
-дуб3р
-ду3г
-2д1уд
-ду2да
-ду2о
-ду2п1л
-ду1п
-дус1к
-д1ус2л
-ду1ст
-ду2ста
-2дут1р
-ду1х
-ду2чи
-дуэ1т
-д2у1э
-2д1ф
-д1х
-2д3це
-д1ц
-2д3цу
-2д3цы1
-2д1ч
-2д3ш2
-2д1щ
-2дъ1
-дъе2м
-1ды1
-2ды1г
-ды2г1р
-2дыд
-2дыме
-ды1м
-2ды2с1
-2дыт
-2ды1щ
-2д8ь.
-дь1
-1дь2е
-2дьк
-2дьт
-1дь2ю
-1дь2я
-дь3яр
-1д2ю
-1дя
-е1а
-еа2д
-еа1ди3
-еа3до
-еа2з
-еан2д1р
-еа2н1д
-еат1р
-2еб
-еба2с
-е1ба
-е1бра
-еб1рен
-еб1ри
-е1бро
-еб1ро1в
-еб1ры1
-е2б3р2ю
-е1ве
-2евер
-е1ви
-е3в2ме
-е2в1м
-ев2ни1м
-е2в1н
-ев1ни
-ев2нят
-ев1ня
-е1во
-2евол
-ев1ра1с
-2е1вре
-ев1ре1е
-ев1ре2й1
-ев1ре1я
-ев1ри
-е2в1т2
-е1ву
-е1вх
-е1в2хо
-е1вь1
-ега1с2
-е1г
-ег2а
-ег2д
-е2глан
-е2г1ле
-е2г1ли
-е2г1ло
-ег2на
-ег2но
-2ег2р
-ед1во
-едв2
-ед2ж
-е1дже
-е1д2лин
-ед1л
-ед1ли
-едно1у3
-е2д1н
-е4д3но1
-ед1опр
-е1до
-едо1п2
-е2дотв2
-едо1т
-е2дох
-е2д1о1щ
-е1дру
-е2д1р8у.
-е2ду2б
-е1ду
-ед1у1бо
-е2дуве
-е2ду3г
-е2дус
-ед1у1ст
-2е3ду1ш
-е2дын
-е1ды1
-е1е
-е2евид
-ее1ви
-ее2в1р
-ее2г2и
-ее1г
-ее1с2
-ее2ст
-еест1р
-ее2х
-е2ж1г2
-е1ж
-е4ждев
-е2ж1д
-еж1де
-еж3ди
-2еже
-е2ж1р
-еза2вр
-е1за1
-еза1у3
-е1з2ва
-езд1р
-е3зе
-ез1зу3
-ез3з2
-е3зи1т
-е1зи
-ез1об
-ез1о2г2
-е1зо3м2
-ез1о1п
-ез1о2р
-ез1о1т
-ез1о1ш2
-ез2ря
-ез1у2д
-е1зу
-е2з1у2к
-е2з1у1п
-ез1ус
-езу2со
-езу2сы1
-ез1у2х
-ез1у1ча
-е3зя
-е1и
-еи2г1
-еи2д
-еи2м
-еи2о
-еис1л
-еис1тр
-еи1ст
-е1ка
-ека2б
-е2к2з
-е1ки
-2е1к2о
-2е1кр
-ек2ро
-ек1ск
-е2кс
-ек1с3т2е
-е1к2у
-е1ла
-е1ле
-еле3ск
-еле1с1ц
-е1лу
-е1лы1
-е1л2ю
-е3ля
-еми3д2
-е1м
-еми3к
-емо1с
-2ему1ж
-е2мч
-2емы2с
-емы1
-е3на
-ен2д1р
-е2н1д
-2е1нр
-е2н1с2
-е2н3ш2
-е1н2э
-2ео
-е1о2б
-еоб2ро
-еоб1р
-е2о3гл
-ео1г2
-ео2гро
-е1од
-ео3да
-ео2де
-ео3де3з
-ео2до
-е1о2ж
-е2о3и
-е2о3к2л
-ео1к
-е1о8л.
-е1о3ла
-ео3ли
-е1о2л1к
-е1о1лы1
-е1оль1
-е2о1м
-е1о8н.
-е2о3на
-е2о1ни
-ео3но
-е1о2н1с2
-ео1п2
-е1опе1
-ео2пр
-ео4пу
-е2о3ро
-еос2
-е1о2сви
-ео1с2в
-ео1ск
-е1ос2м
-е1ос1н
-еост1р
-ео1ст
-е2о3с1х2
-е1о2т1л
-ео1т
-еот2ру
-е1о2ч
-е1о2щ
-епат2
-е1п
-епа1тр
-2епе1
-епис2к
-е2пл
-е3пла
-еп1ле1ш
-е3п2лод
-еп1ло
-еп1лу
-е3плы1
-еп1лю1щ
-епл2ю
-е4п1н
-2епо
-е4п3с2
-е4п1т
-е1ра
-ер1а2к1т
-ера1к
-е2рв
-ер1ве
-е1ре
-е3р8е.
-ере3до
-ере1др
-ере1к2
-ере3м2н
-ере1м
-ере3п
-ере1х4
-е1ри
-ери1о3з
-е1ро
-еро2б
-ер1об1л
-2ерови
-еро1в
-2е1рокр
-еро1к
-2ерол
-еро3ф2
-ер3с2к
-е4р1с
-е1ру
-е2р1у2п
-е1ры1
-е1р2ю
-е1ря
-е3с2а
-ес2ба
-е1сб2
-е1с1г2
-е1ск
-е2с1к8а.
-ес1кал
-е2с1ке
-е2с1ко1в
-еск2о
-е4с1к8у.
-еск2у
-2есл
-ес1лас
-ес2лин
-ес1ли
-ес2ло1в
-ес1ло
-ес2ло1м
-е1слу
-е1слы1
-е1с4м
-е3со
-2ес1п2
-ес2пек
-еспе1
-е2с3пол
-е2спу
-е1ст
-ес2т2ан
-е2с2т1л
-е3сту
-ес2чет
-есч2
-ес1че
-е1та
-ет1ве
-е2т1ви
-е1тво
-2етеч
-е1т2е
-е1ти
-е1то
-ето1с
-ет1р
-ет2ря
-е1ту
-е1ты1
-е3ть2е
-е2ть1
-е3ть2ю1
-е3ть2я
-е1т2ю
-е1тя
-е1у2
-2еуб
-еуб3р
-еуз2
-еук2ло
-еф2и3б2
-е1ф
-еф4и
-еф2л
-еф1ре
-еха2т
-е1ха
-ех1а1то
-ех3вал
-е1х2в
-ех1ва
-ех3ло1п
-ех1ло
-ех1об
-е1хо
-ех1опо
-ехо1п2
-ех1ре
-ех1ру
-ех1у2ч
-2ецв
-е1ц
-е1чл
-е2шл
-е1ш
-е1э2
-ею2г
-е1ю
-е1я
-ея2з
-1ж
-жа2б1л
-жа1б
-жа2бр
-жа1з
-жат1в
-2ж1б2
-2ж1в
-ж1г2
-2жг2а
-ж2г2и
-3ж2гл
-ж2гу
-2ж1д
-ж2да1к
-ж1да
-ж2да1ч
-3ж2дел
-ж1де
-4ж3деме
-жде1м
-ж2де1п
-ж2ди
-4ж2д1л
-ж1до3
-ж1ду1
-4ждь1
-3ж2дя
-3жев
-же3д2
-же1к2в
-же1кл
-ж2е1о2
-же3п2
-же1с2
-же3ск
-2жжа
-1ж1ж
-ж2же
-2ж3жев
-2ж1з2
-жи1о
-2ж1и2р1р
-жи1р
-2ж1к
-2ж1л
-ж2м
-ж3ма
-2ж3мо
-2ж1н
-ж1но1
-2ж1об
-2ж1о2т1
-жо1у3
-жоу1с
-2ж1п2
-жпо1
-ж2ру
-2ж1с
-2ж1ф
-2ж1ц
-2ж1ч
-2жъ1
-2ж8ь.
-жь1
-2жьс
-2жьт
-1за1
-з4а3а2
-за1б2
-за2в1ри
-за2вру
-з1а1ву
-за1г4
-з1адр
-за1д
-зае2д
-за1е
-зае2х
-за3ж2д
-за1ж
-за3з2
-з1а2к1т
-за1к
-за3м1не
-за1м
-за2м1н
-3з2ан
-за3на
-за2н1с2
-за1п2
-зар2в
-за3р2д
-зар2ж
-зас2
-заст2
-зат2
-за3т1к2
-за1у2
-зах2
-зач2т
-за1ч
-за3ш2
-за1я2
-з1б2
-2з3в8а.
-з1ва
-з2вав
-з3валь1
-з2ван
-2з3ва1я
-з1ве
-з2вез
-з1ви
-з3в2к
-з1в2ла
-зв1л
-з1во
-2звол
-1з2вон
-з1вр
-1зву
-2з1ву1ю
-з1вь1
-2з1г
-з3г2а
-з2г1ли
-зг2на
-з2г1ну
-з1д2в2
-з2де1ш
-з1де
-здо1ж3
-з1до
-1зе
-з2е2б1
-зе2ев
-зе1е
-зе2од
-з2ео
-2з1ж2
-з3з2
-1зи
-3з8и.
-3зи8й.
-зи2й1
-з1и2н1т
-зи2оз
-зи2о1но
-зи1он
-зи1о1п
-3зис
-зи3т2р
-зи1т
-зиу3м
-зи1у2
-3зи1ч
-2з1к
-зк2о1
-зко3п2
-з1л
-з2ла1щ
-з2лоб
-з1ло
-з2ло1п
-з2лор
-з2лю1щ
-зл2ю
-2з1м2
-з3м1н
-з1н
-2зн8а.
-з1на
-з2нав
-з2на1е
-з2на2й1
-з2на1к
-з2нан
-з2нат
-з2на1ю
-2з3на1я
-2з1не
-2з3ни
-2з1но
-2з1ну
-2з3ны1
-з2о1бе
-зо2б2и
-1зо1в
-зо3в2м
-зо2гл
-зо1г2
-зо1др
-1зо1е
-зо1з2
-1зо3и
-1зо8й.
-з2о2й1
-1зо8к.
-зо1к
-з1о2кс
-1зол2
-зо1л1г
-зо1л1ж
-зо3м2
-1зо8м.
-2зо2м1н
-1зон
-2зо1нр
-1зо1о2
-зо2о3п
-зо2ос
-зо2па
-зо1п
-з2опл
-з2опр
-з1о2р1г
-1з2о3ре
-зос2
-з1ос1н
-зо1с1п2
-зо2тв2
-зо1т
-з2о1т2е
-з1о2т1к2
-з2ото
-зот2ре
-зот2ри
-1зох
-зо1ш2
-зо2ши
-1зо1э
-1з2о1ю
-з1ра
-з2ра1к
-зра2с
-з2ра1ч
-з2рен
-з1рес
-з2ри1ш
-з1ро
-зро2с3
-з1ру
-з2р2ю
-з1ря
-2з1с
-2зт
-з1ти
-1зу
-3з8у.
-2з1у2бе
-зу2б3р
-зу1в
-2зуве
-2зу2г
-3зу1е
-2з1уз3
-2зу1к
-3зуме
-зу1м
-з1у2мо
-2зу1п
-зу2пр
-з1у2р1б
-з1у2т2е
-зу2час
-зу1ча
-2з1ц
-з1ч
-2з1ш
-зъе2м
-зъ1
-1зы1
-2зы2г1
-зы2з
-2зыме
-зы1м
-2зы2мч
-2зы2с1
-2зы1щ
-1зь2е
-зь1
-1зь2и1
-1зь2ю
-3зь2я
-1з2ю
-1зя
-и1а
-и2а1б
-и2ав
-иа1г2
-и2агр
-и2а1де
-иа1д
-и2а1ди
-иа2зо1в
-иа2му
-иа1м
-и3а1на
-иа2нал
-иа2н1д2
-и2а1о2
-и2а1п
-и2а1с2к
-иа1ста
-иа1сто
-иат1ро
-и3а1ту
-и2а1ф
-и2а1х
-иа2це
-иа1ц
-2и1б
-и2б1р
-2ива1ж
-и1ва
-2и1ве
-и2в3з2
-и1ви
-2и1во
-и1в2р
-и3в2с2
-и1ву
-и1в2хо
-2и1вы1
-иг2д
-и1г
-и3ге
-2игл
-и2г1ле
-и2г1ли
-и2гн
-иг1ни3
-иг1рен
-иг1ро
-иг1ру
-иг1ры1
-и2г1ря
-и1дв2
-и2де2й1
-и1де
-и1д2ж
-иди1о1м
-и1ди
-иди1о1т
-ид1р
-и1дь1
-и1е
-и2е1вод
-ие1во
-ие2г
-ие2д
-ие3де
-ие2зу
-и3е1ни
-и2е1о2
-иепи1
-ие1п
-ие2р
-и3ж2д
-и1ж
-из1в2
-из2г1не
-и2з1г
-1из1д
-из2нал
-из1н
-из1на
-и1зо
-и1зо2о2
-из1р
-и1и
-ийс2
-и2й1
-и1к
-и3к2а
-и3к2а1с2
-ик2ва
-и2к1ви
-и2к1ля
-и3к2о
-ик1ро
-ик1ск
-и2кс
-ик2с1т
-и3к2у
-и1л
-и2л1а2ц
-ило1с1к
-и1ло
-и2л1п2
-и2л1у2п
-и2ль1
-и2льт2
-2има
-и1м
-и2ме1но
-и2ме1ну
-2имень1
-и3ми
-имо3и2
-им3п2л
-и2м1п
-и2м1р
-и2мч
-им2ча
-и2н1д2
-1ин1ж
-ин2о2к3л
-и1но
-ино1к
-ино3п2л
-ино1п
-ино1с
-и2н1с2
-1инс1п2
-1ин1сти
-1ин1су
-1и2н1ф2
-1инъ1
-и1об
-ио2бо
-ио2вр
-ио1в
-и2о1г2
-и1од
-ио2де
-и1оз
-ио3зо
-и1о2кс
-ио1к
-и1о1ле
-и1он
-и3оно1в
-ио1но
-и1о2п1т
-ио1п
-и1ор
-и3о1ра
-ио1ру
-ио2са
-ио3ск2л
-ио1с2п2
-и1ота
-ио1т
-ио2т1в2
-и1о2т1к2
-и1о4т1с2
-иоу1г2
-ио1у2
-ио2хо
-и1о1ш
-2и1п
-ипат2
-ипа1тр
-ип2ля
-и2п3н
-ипо3к2
-и1р
-ира2с1т
-и2р1а1у
-и2рв
-и2р1ж
-ири2с1к
-ири1с2
-и1ри1у3
-иро1з2
-1и2р1р
-иса2н2д1
-и1са
-и2сб2
-и2сд2
-ис1к
-ис3к8а.
-и2с3ка1м
-и2с3ках
-ис3ке
-ис3ки
-ис3ко1в
-иск2о
-ис3к8у.
-иск2у
-и2с1ла1м
-ис1лы1
-ис3ме
-ис2м
-ис3му
-и2с3но
-ис1н
-исо2ск
-и1со
-и2с3пр
-ис1п2
-и4с1с
-и1ст
-и2ст1в
-и2с2т1л
-ис1тяз
-и1сь2и1
-ись1
-и1т
-ита2в
-и2т3ва
-и2т1ве
-и2т1ви
-и2т1ву
-и2т1м2
-и2т1р
-и3т2ре2с
-ит3ро1м
-и2т1уч
-и3ть2ю1
-и2ть1
-и3ть2я
-и1у2
-иу3п
-иф1л
-и1ф
-иф2л2ю
-и2фр
-иха3д
-и1ха
-и2х1ас
-их2ло2
-и1х2лор1
-и3х2о
-и2х1о3к
-их1ре
-их1ри
-и1ху
-и1ч
-иш2ли
-и1ш
-и2ш1лы1
-и2шт
-ию4л
-и1ю
-ию2н
-ию2т
-ию3та
-и1я
-ия2д
-2й1
-йд2
-й2д3в2
-й1но1
-й2о1с
-йо2тр
-йо1т
-йп2л
-й1п
-й2сб2
-й3ска
-йс2ке
-йс4мо
-йс2м
-й2с3му
-й2с1н
-й2с3ф
-й2с1ш2
-й2т1м2
-й2х1м
-й2х2с3
-йя1
-ка2б1л
-ка1б
-ка2б1ри
-1кав
-к2а1д
-ка3д1не
-ка2д1н
-ка2д1р
-1ка1е
-каз3н
-ка1зо
-1ка2й1
-1ка8л.
-1ка1ло
-1ка2л1с2
-1ка1м
-1кан
-ка2п1л
-ка1п
-ка2пре
-кар3т1р
-ка2р1т
-3к2ас
-ка1ст
-1кат
-ка1т2р
-1ках
-ка2ш1т
-ка1ш
-1ка1ю
-2к1б
-к2ва1к
-к1ва
-к2вас
-к2ва1ш
-к1ви
-к2воз
-к1ву
-2к1г
-2к1д
-к1да2
-1ке
-2ке1а
-ке2гл
-ке1г
-кед1р
-ке2с1к
-ке2ст1
-2к1з
-1кив
-ки1о
-киос1
-ки2пл
-к2и1п
-ки1с2ни
-кис1н
-1ки1т
-2к1к2
-к2к3с
-2к3л8а.
-2к3лась1
-2к3л8е.
-2кле1м
-к3ле8м.
-к3лен
-к1л2ео
-2к3л8и.
-к1ли
-2к3лив
-к2ли1к
-к2лин
-2к3лис
-к3ли1я
-2к3л8о.
-к1ло
-к2лоз
-к3ло1м
-2к3лос
-кло3т
-1клук
-к3лы1
-2кль1
-1кл2ю
-2к3л8ю.
-2к3л8я.
-к1ля
-2к3ля1м
-2к3лях
-2к1м
-2к1н
-3к2ни1ж
-к1ни
-к2но1п
-к1но
-3к2ня1ж
-к1ня
-к2о
-ко1б2ри
-коб1р
-1ко1в
-3ко1ва
-1код
-ко1др
-1коз
-1кольс
-коль1
-2комин
-ко1м
-3ко2н1с2
-коп2р
-ко1п
-ко2р3в
-ко1ру
-1кос
-ко1ск
-кос3м
-ко1с1п2
-1ко2т1н
-ко1т
-ко2фр
-ко1ф
-к2охо2р3
-ко1хо
-1ко1ш
-2к1п
-8к8р.
-к1рел
-кр2е1о
-кр2е2сл
-к1реч
-1кр2и1б2
-к1рид
-к2риз
-кри2о3
-к2ри1т
-к1рих
-к1р2о1а2
-к1роб
-к2ро1е
-к1ро1к
-к1ро1о2
-к1рор
-к1рос
-к1ро1ф
-к1рох
-к1ро1э
-кру1с
-к1ряд
-2кс
-кса2н1д2
-к1са
-к2с3в
-кс3г2
-к2с3д2
-к2с2и1б
-к1с2и
-к1ски
-кс1к2л
-к1ск2о
-кс3м
-к3со
-к1ста1м
-к1ст2ан
-кс3т2е
-к1сто
-кс1тр
-к1сту
-к3су
-2к1т
-кта2к
-3к2т8о.
-кто1с
-кт2р
-к2у
-ку1ве
-3ку1е
-1ку2й1
-1ку1ля
-3ку1м
-ку2п1л
-ку1п
-ку2п1р
-1кур
-ку3ро
-кус1к
-ку1ст
-1кут
-ку3ть1
-1ку1че
-1куют
-ку1ю
-3кую1щ
-2к1ф
-2к1х2
-2к1ц
-2к1ч
-2к1ш
-1кь1
-к2ю
-1л8а.
-2ла1бе
-ла1б
-ла2б1л
-2л2аго
-ла1г
-ла2гр
-ла2д1а1г
-ла1д
-ла1да
-1ла1е
-ла3ж2д
-ла1ж
-ла1зо
-л2а1к
-лак2р
-1ла8м.
-ла1м
-1лам8и.
-лан2д1р
-ла2н1д
-ла1ста
-ласт1в
-ла1с2т2е
-ла1сто
-ла2ст1р
-ла1сту
-ла1стя
-ла1т2р
-ла1у1
-ла2ус
-ла2фр
-ла1ф
-1ла1х
-1ла1я
-2лб
-л1бр
-л1ве
-л1ви
-л1во
-л1ву
-1л2гал
-л1г
-лг2а
-л2гл
-лго1
-2л3д2
-1л8е.
-ле1в1л
-лев1ра
-ле2г1л
-ле1г
-ле1д2ж
-ле3до
-ле1з2о3
-ле1зр
-лек1л
-2ле2м1н
-ле1м
-1лен
-ле1о2н1т
-л2ео
-ле1о2с2
-ле2сб2
-ле2ск
-ле4ска
-л2е1с2л
-ле1спе1
-л2ес1п2
-ле1тв
-ле1т2р
-1лех
-ле1хр
-л1зо
-1ли
-лиа2м
-ли1а
-3л2и1во
-3л2и1вы1
-л2иг2л
-ли1г
-ли2г1ро
-лие3р
-ли1е
-ли2кв
-ли1к
-2ли2м1п
-ли1м
-лио1с
-ли2пл
-л2и1п
-лис3м
-2л1ис1п2
-ли2тв
-ли1т
-лиу3м
-ли1у2
-ли2х3в
-ли1хл
-ли1хр
-2л1к
-лк2в
-л2к1л
-2л1л
-л2ль1
-лл2ю1
-2л1м
-2л1н
-лни2е
-л1ни
-1ло
-ло2б1л
-ло1б2р
-2лови1я
-ло1в
-ло2в1л
-3ло1вод
-ло2г3д
-ло1г2
-лого1с
-ло1др
-2лоен
-ло1е
-ло1зв
-ло2к1а2у
-ло1к
-л2о2к2л
-лок3ла
-3лопас
-ло1п
-ло2р2в
-2л1о2р1г
-ло1ру
-лос1к
-ло1с2п2
-2л1о2т1д
-ло1т
-лот2р
-ло2шл
-ло1ш
-2л1п
-2л1с2
-л1с3б2
-л1т
-1л8у.
-лу1б1р
-лу1в
-лу3г
-лу1д4р
-1лу1е
-лу1з1н
-лу1кр
-1лун
-луо2д
-лу1о
-лу3п2ло
-лу2пл
-лу1п
-лу1с
-лу3ть1
-1лу1ю
-2л3ф2
-2л1х2
-л2х3в
-2л1ц
-л1ч
-1л8ы.
-лы1
-1лые2
-1лы1ж
-1лы2й1
-1лы1м
-1лы8х.
-4л8ь.
-ль1
-2льд
-3ль2е
-3ль2и1
-2льк
-2ль1м
-2льн
-3ль2о
-2льс2к
-1ль2сти
-1ль2стя
-2льт
-2ль1ц
-2льч
-1ль2ща
-ль1щ
-1ль2ще
-1ль2щу
-3ль2ю
-3ль2я
-л2ю
-1л8ю.
-1лю1ж
-1люсь1
-лю1та
-1ля
-3л8я.
-ля1ви
-3ля1во
-3ля1вы1
-2ляд
-3ля1м
-ля1ре
-ля1ру
-3лях
-1м
-ма2в2з2
-3ма1г
-ма2гн
-ма2др
-ма1д
-ма2дь1
-ма1зо
-ма2к1р
-ма1к
-2м1а2л1л
-ман2д1р
-ма2н1д
-мас3л
-ма1с4т
-ма2тоб
-ма1то
-ма2т1р
-ма2у
-ма1ф2
-3ма1ч
-ма2ч1т
-4м1б
-м3б2и
-мб2л
-м3б1ля
-2м3в2
-2м1г2
-3м2гл
-2м1д
-меан2
-ме1а
-ме2е1г
-ме1е
-ме2ел
-ме2ж1ат
-ме1ж
-ме1зо
-ме2с1к
-ме2ст1р
-ме1ст
-меч1т
-2м1ж
-2м1з2
-ми2гре
-ми1г
-ми1з1в2
-2м1из1д
-ми1з1н
-ми2кр
-ми1к
-мик1ри
-ми2оз
-ми1опи
-мио1п
-ми2ор
-ми1с2л
-2м1к2
-3м2к1н
-2м1л
-м2ле1е
-м2лел
-2м1м
-2м1н
-4м3на
-м3не1д
-м1не
-3м2не1ш
-4мно1е
-м1но
-м2но1ж
-4мн2о2й1
-4мно1м
-м2нор
-4мн2о1ю
-м2нут
-м1ну
-4м3ны1
-мо1б2
-мо3в1л
-мо1в
-3мод
-мо1др
-мо2ж1ж
-мо1ж
-мо1зв
-мо1зр
-мои1с1т
-мо3и
-мо2к3в
-мо1к
-1мо3м2
-3мон
-3мо1п
-мо1ру
-мос1ка
-1мо1с2м
-мо1с1н
-мо1с2п2
-3мо3ти
-мо1т
-мо2т1р
-3мо1ф
-2м1п
-мп2л
-м1ра1б
-2мри
-2м1ро
-м1ры1
-2м1с
-мс2к
-мс2н
-м2с1ор
-м1со
-3м2сти
-2м1т
-му1с2к
-му1с4л
-му1ст
-мут1р
-му3ть1
-2м1ф
-мф4и3
-2м1х
-2м1ц
-м2чав
-м1ча
-м2чал
-м2чи1т
-м1чи
-м2чи1ш
-2м1ш2
-2м1щ
-3м2ще
-1мы1м1
-мы1
-мы2мр
-мы2с
-2м8ь.
-мь1
-2мьс
-мь2ю1
-2м1э
-мэ1р
-м2ю
-мя1р
-мя1с2т
-1на
-на3би1о
-на1б
-на1б2и
-наб2р
-на1в2р
-наг2н
-на1г
-на3ж1д
-на1ж
-на1з2
-на2и1л
-на1и
-на2ин
-на2и1с2
-4н1а2к1к2
-на1к
-на3м2н
-на1м
-нап2л
-на1п
-на1р1ва
-на1р2ви
-на1с2
-на1тв
-на1т2р
-н1а2фр
-на1ф
-на1х2
-2на1ч
-на3ш2л
-на1ш
-2на1щ
-на2э1р
-на1э
-3на1я
-2н1б2
-2н1в
-2н1г
-н2г1в
-нги2о
-нг2и
-нг4л
-нго1с
-нг2р
-2н1д
-н2да1к
-н1да
-н2д1в2
-н3де3з
-н1де
-нде2с
-нд2ж
-н3д2з2
-н2д1л
-нд1ра1г
-нд1ра1ж
-нд2ре
-нд2ри3а
-нд1ри
-н2д1ря
-нд2с1п2
-н2д1с2
-н2д1ц
-1не
-н2е1б2
-не1в2д
-2не2в1н
-не3в1ня
-не1г2
-3нед
-не1д2л
-не1д2о
-не2дра
-не1дро
-не3ду
-не3е
-нее2д
-не3ж2д
-не1ж
-не1зв
-не1з2л
-не1з1н
-не1зо
-не1зр
-не1и2
-не1к2в
-не1кл
-не3м2н
-не1м
-3н2е1о2
-не2о3да
-не1од
-не2ол
-не3п2
-не1р2ж
-не2р1о1т
-не1ро
-не1с2к
-не3с2н
-н2е1с2п2
-не1ст2
-не1с2х2
-не1с2ч2
-не1т2в
-не3т2л
-не1т2р
-3не1у2
-не2фр
-не1ф
-не1хр
-не3ш1к2
-не1ш
-не1я2
-2н1з2
-нзо1с2
-1ни
-н2и3б2
-ни2ен
-ни1е
-3ни2й1
-ни2кл
-ни1к
-нила2
-ни1л
-ни2л1ал
-ни2л1а1м
-2н1инс1п2
-ни2н1с2
-2н1инст
-ни1сл
-нис3п2
-нист2р
-ни1ст
-ни1у3
-ни1х
-3ни1ц
-3ни1щ
-2н1к
-нк2в
-нк2л
-нкоб2
-нк2о
-нко3п2
-н2к1ро
-н2к1с
-н1л
-2н1н
-нно3п2
-н1но
-1но
-ноб2
-но1б1р
-но2в1л
-но1в
-но1дв2
-но1др
-но2ер
-но1е
-но1зв
-но2зд
-но3з2о
-но1зр
-но3к1н
-но1к
-3н2оме
-но1м
-но2м3ш2
-но2р2в
-но1ру
-но1ск2л
-но2с1ли
-но1с2л
-но1с2п2
-но2с2ч2
-2н1о2т1д
-но1т
-но3ф2
-но1э2
-н3п2
-2н1ре
-2н1ри
-н1ро
-2н1с
-н2с3в
-н2с1г2
-нс2ке
-н2с1кон
-нск2о
-н2сл
-н3сла
-н2с3м
-н2с1н
-н2с1о1к
-н1со
-н3с2пе1
-нс1п2
-нст2р
-нсу2р
-н1су
-н2с3ф
-н2съ3
-2н1т
-н2т1в
-нти1о2к
-н2т1м2
-нт2ра
-н2тр1а2г
-н2т1р1а1ж
-н2трар
-нтрас2
-нт2ре
-н2т1рив
-н2тро1к
-нт2ру
-нт2р1уд
-нт2ры1
-н2т1ря
-1ну
-нут1р
-ну1х
-3ну1ю
-2н1ф2
-н1х
-н1хо1
-2н1ц
-2н1ч
-н2чл
-2н1ш
-нш2т
-2н1щ
-1ны1
-3н8ы.
-8н8ь.
-нь1
-1нь2е
-1нь2и1
-2ньк
-1нь2о
-2ньс
-2ньт
-2ньч
-1нь2ю
-1нь2я
-н2э
-1н2ю
-2н3ю2р
-1ня
-ня1ви
-2о1а2
-о3ав
-оа1п1
-2о1ба
-2о3био
-о1б2и
-об2лев
-об1л
-об2ле1м
-о1бл2ю
-1об1м
-обо1л2г
-о1бо
-обо3м2
-обо2с
-2о3бо1т
-об1р
-о2б1р8а.
-о1б2рав
-о1б2ран
-1объ1
-2о1бь1
-о1в
-о3в2ла
-ов1л
-о3в2ло
-ов3но1
-о2в1н
-о3в2ну1ш
-ов1ну
-о2в1ри
-о3в2с2е3
-о2в1с2
-ов3ск2о
-ов2т2
-о2вх
-о1г2
-2о3ге
-о2г3л8а.
-о2г3л8и.
-ог1ли
-о2г3л8о.
-ог1ло
-о3гря
-2одан
-о1да
-од1во1е
-одв2
-о3д8е.
-о1де
-1о2дея1л
-оде1я
-2оди3а
-о1ди
-2о3ди1м
-од2ли1т
-од1л
-од1ли
-о2д1о2пе1
-о1до
-одо1п2
-одо3пр
-о2д1о2пы1
-о2до1с2и
-одо1с
-о2д1о2т1ч
-одо1т
-о1дра1г
-од1ра1ж
-од1раз
-од1ра1к
-о1драл
-од3р2еб
-од1ре
-о1дроб
-од1ро1в
-о2д1у2ч
-о1ду
-о2дыма
-о1ды1
-оды1м
-о2дыму
-о2дын
-о1дь1
-о2дьб2
-о1е
-о2е1б
-о2е1в1л
-ое2д
-о3ежек
-о2еже
-ое1ж
-ое2жи
-о2е1о
-ое1с2
-ое2ст
-о2е1то
-ое2ц
-о3ж2ди
-о1ж
-о2ж1д
-о3ж2ду1
-оза2б3в
-о1за1
-оза1б2
-2озав
-о1з2ва
-оз2вен
-оз1ве
-оз2ви
-о1з2вя
-оз2г1ло
-о2з1г
-оз2дор
-оз1до
-о1здр
-оз2е1о
-о1зе
-о2з3но
-оз1н
-о1зо
-о2з1об
-2о1зон
-о2зо1п
-озо1ру
-о2з1у2г
-о1зу
-о2зы1м
-о1зы1
-о3зы2с1
-о3и
-ои2г1
-ои2г2н
-ои1е3
-ои2з
-ои2м
-ои3мо
-ои2о
-2о2й1
-ойс2
-о1к
-2о3кан
-ок2в
-2ок2л
-о3кл2ю
-око1б
-ок2о
-2о3кол
-око3п2л
-око1п
-ок1ск
-о2кс
-1о2к1т
-2окти
-2о3ку1м
-ок2у
-о3ла
-ол2ган
-ол1г
-олг2а
-о1ле
-1о2ли2м1п
-о1ли
-оли1м
-о3ло
-о1лу
-олу3д2
-о1лы1
-о1л2ю
-о3ля
-о3ма
-о1м
-ом2б2л
-о4м1б
-2оме
-о3м2не1м
-о2м1н
-ом1не
-о3м2нет
-о3м2но1ж
-ом1но
-о2м1ри
-ом2ч
-ом2ше
-о2м1ш2
-о2мь1
-о3мь2я
-о3на
-о2н1д2
-оне3ф2
-о1не
-оно1б2
-о1но
-о1нр
-о2н1с2
-он2т2ру
-о2н1т
-о1о2
-о2ол
-оо3п1с2
-оо1п
-оос3м
-оост1р
-оо1ст
-о2о3ти
-оо1т
-о2о1ф
-о3па1к
-о1п
-о3пар
-о2п1л8е.
-о2п1ле2й1
-о2п1ли
-оп2ли1т
-оп2ло
-о2п3л8ю.
-опл2ю
-о2п1ля
-о3п2ляс
-опо4в2с2
-опо1в
-опо1з2н
-опо2ш3л
-опо1ш
-оп2ри1
-о3п2т2е
-о2п1т
-оп2то
-о1ра
-ора2с3
-ор2б3л
-о2р1б
-о1р2в
-о1ре
-2о3ре1г
-оре2ск
-о1ри
-о2р1ис1п2
-ори1с2
-о1ро
-о1ро2с3л
-ор2тр
-о2р1т
-о1ру1е
-о1рук
-о2р1у2кс
-о1рус
-2о2р1ц
-о1ры1
-о1р2ю
-о1ря
-о3са1д
-о1са
-оса3ж2
-о1с2б2
-о2с3ба
-о2с1к8а.
-ос3кар
-оск1во
-о2с1ке
-ос1ки
-о2ск8и.
-о2с1ко1в
-оск2о
-ос1к2о2й1
-ос1ко1м
-о1с2ко1п
-ос1к2о1ю
-о2с1к8у.
-оск2у
-ос1ку1ю
-о1с2л
-ос3ле2й1
-ос3ло1г2
-ос1ло
-ос3лых
-ослы1
-ос3ми
-ос2м
-ос3мос
-о1с2ни1м
-ос1н
-ос1ни
-ос2ня1л
-ос1ня
-ос2пас
-ос1п2
-о1с2пу
-ос2пя
-ос2с2в
-о2с1с
-ос2с3м
-о1ст
-ос2та
-о3стра
-о2суч
-о1су
-2ос1х2
-ос2цен
-ос1ц
-о1с2ч2
-о1с2шив
-ос1ш2
-о1т
-отв2
-о2т3ва
-от1ве
-о2т1ви
-от1в1л
-1о2т1г
-1о2т1д
-2о3тек
-о1т2е
-о3тер
-2о3тех
-о3ти
-о3ткал
-о2т1к2
-о2т1м2
-от1ра1б
-от1ра1д
-от1раз
-отра2с
-от1ре1ж
-от1рек
-от1реч
-от1ре1ш
-от1ри
-от1род
-от1ро1е
-от1ро1к
-от1рос
-от1роч
-от1ру1г
-от3с3м
-о4т1с2
-оту2а
-от1у2ч
-1о2т1х
-о3ть2ю1
-о2ть1
-о3ть2я
-о1у2
-оу1п2
-оус2к
-оу3та
-оу3то
-2о3фа1ш
-о1ф
-о3фе
-2о3фи1т
-оф4и
-2о3фон
-о2фо1ри
-2о3фо1т
-о2ф1ри
-2о1хи
-ох1лы1
-о2х1ля
-ох2ме
-ох1м
-2охор
-о1хо
-о1хр
-о1ху
-о2цо
-о1ц
-оча1с
-о1ча
-оч2л
-оч2ле
-о3ч1ли
-о1чт
-о2ч1то
-ош3ва
-о1ш
-ош2в
-ош2ла
-ошпа2к3
-ош2п2
-ош2т
-оэ1ти
-о1э
-2о1ю
-о1я
-оя2в
-оя2д
-оя2з
-оя2ри
-1п
-па1ви3
-пав3л
-па2вь1
-па2др
-па1д
-па2ен
-па1е
-па1зо
-пас1л
-пас1та
-па1с2т2е
-пас1то
-пас1ту
-па2с1ты1
-па1тро
-па2ун
-па1у
-па3ф
-па1ху
-па2шт
-па1ш
-2п1в2
-2п1д
-пе1
-пе2дв2
-пе2д1ин
-пе1ди
-пе2з
-пе3за1
-пе3зо
-пе2к1ла
-пе2ль1
-пе4пл
-пе1п
-пери1о
-пе1ри
-пе2с1к
-пе2с1н
-пе2ст1р
-пе1ст
-пе2с1ц
-пе2сч2
-пе2т1р
-пе2шт
-пе1ш
-пиаст1
-пи1а
-пи2ж3м
-пи1ж
-пи2к1р
-пи1к
-3пи2н1к
-3пи1ся
-4п3к
-2п8л.
-4п1л8а.
-пла1с
-п1ле8м.
-пле1м
-п1ле2м1с
-2п1лен
-п2ле2н1к
-п1л2е2о
-пле2с1к
-п1ле1ю
-2плив
-п1ли
-3п2ли1к
-2пл8о.
-п1ло
-2пло1в
-2пло1г2
-2п1лы2й1
-плы1
-2п1лы1м
-п1лын
-п1лых
-2п1л8ю.
-пл2ю
-п1лют
-п2ляс
-п1ля
-п2ля1ш
-2п1н
-п3на
-п3но1
-п3ны1
-по1б2
-по3в1л
-по1в
-по3в2с2
-под1во
-подв2
-по2д1о2к
-по1до
-подо3м2
-пое2л
-по1е
-пое2х
-по1з1ве
-по1з1до
-по1з2л
-по1з1н
-пои2щ
-по3и
-3п2о2й1
-3по2л1к
-по3м1но
-по1м
-по2м1н
-по3м1ну
-3по3п2
-п1о2р1г
-пор2ж
-по1ру
-по1с4
-3по1с2л
-по3с1с
-пот2в2
-по1т
-пот2р
-по1х2
-по2ш1ло
-по1ш
-по2ш1лы1
-по2ш1ля
-поэ3м
-по1э
-2п1п2
-ппо1д
-8п8р.
-3прев
-пре1з
-пре2й2
-пре1л
-пре1о1г2
-пр2ео
-3прет
-при1
-при3в
-при1г2
-при3д2
-при3к
-при3л
-при2ль2
-1пр2и1п2
-п2ри1ц
-про1б1л
-про1д2л
-про3ж2
-про1з2
-п1ро1зо
-3про3и
-1про3п
-профо2
-про1ф
-2п4р1с
-п2ру
-2п1с2
-3п2сал
-п1са
-п3син
-п1с2и
-3п2си1х
-п3со
-2п1т
-п2т3в
-3п2тих
-п3ту
-3пуб
-пу2г3н
-пу1г
-пус1к2у
-пу1ст
-пу3ть1
-2п1ф2
-пх2
-2п1ц
-4п3ч
-2п1ш
-2п1щ
-2п8ь.
-пь1
-2пьт
-пэ1ра
-п1э
-п2ю1
-1р8а.
-р4а3а2
-ра2б1л
-ра1б
-1ра1бо
-ра2б1р
-1рав1ня
-ра2в1н
-ра2гв
-ра1г
-ра2гл
-рад2ж
-ра1д
-радо1б2
-ра1до
-ра2д2ц
-ра2жур
-ра1ж
-ра2зи2й1
-ра1зи
-ра2зуб
-ра1зу
-рак2в
-ра1к
-1ракиз
-ра2к3л
-1рал1г
-1ра2м1к2
-ра1м
-1ра2м1н
-ра2нох
-ра1но
-ран2с1ц
-ра2н1с
-ра2п1л
-ра1п
-р2ас3к2
-1расл
-рас3п2
-рас1т
-1раста
-рас3т2л
-р1а2та1к
-ра1та
-рат1в
-ра1т2р
-2ра1хи
-1ращи
-ра1щ
-1ра1ю
-1ра1я
-2раят
-2р1б
-рб2ла
-рб1л
-р2бле
-рб2ло
-рб2л2ю
-рбо3с
-р1бо
-1р2вав
-р1ва
-р3ва1к
-р3вар
-р3ва1та
-р3ве1ж
-р2в2ео
-1рвет
-р1ви
-р3вин
-р2ви1т
-р1во
-рво1з2д
-р1вь1
-2р1г
-р2гв
-р2г1л
-р2гн
-рг2р
-2р1д
-рда1с
-р1да
-р2д1в2
-рд2ж
-рди2а
-р1ди
-р2д1л
-рдо1с2
-р1до
-р2д1ц
-1р8е.
-ре1вр
-рег2ля
-ре1г
-рег2н
-ре2д1о2п2
-ре1до
-ре2до1с
-рее2в
-ре1е
-рее2д
-рее2л
-ре3ж2д
-ре1ж
-1ре2з1к
-ре1з2л
-ре1з1на
-рез1н
-1ре1зо
-ре1зр
-ре1з2у
-1рей1ш
-ре2й1
-ре1к2л
-1ре2к1ш
-ре3м1но
-ре1м
-ре2м1н
-3ремо
-ремо2г3
-1ре2н1к
-1рень1
-ре1он
-р2ео
-ре1о1п2
-ре1о2р
-ре1о2ф
-ре1ох
-ре1о2ц
-1репь1
-ре1п
-ре3р2
-рес1ки
-ре1ск
-р2е1сл
-р2е1с2п2
-рес2с3м
-ре2с1с
-ре3ста
-ре1ст
-ре3сто
-ре1сч2
-ре1тв
-ре1т2р
-реуч3т
-ре1у2
-ре1чт
-ре3шл
-ре1ш
-р3ж8а.
-р1ж
-р3жа1м
-р3жан
-р3ж2д
-2рз
-р1з2в
-р1зо
-ри3а
-р2и1б2
-ри3б1р
-ри3в2н
-2риг2и
-ри1г
-ри2г1ло
-р2игл
-ри3г2н
-2ри1д2ж
-ри1д2р
-рие2л
-ри1е
-рие3р
-риз2в2
-рик2р
-ри1к
-ри3м2н
-ри1м
-ри3м2ч
-р2ин
-1ри2н1с2
-ри1о2з
-рио2с
-ри1о1т
-ри3р2
-ри1с2
-ри3сб2
-2рис1п2
-ри3ст1в
-ри1ст
-ри3т2р
-ри1т
-1ри1у2
-ри2ф1л
-ри1ф
-ри3фр
-ри1хл
-1ри1ц
-1ри1ш
-риэти2
-ри1э
-2р1к
-р2кв
-р2к1л
-р2к1с
-2р1л2
-р2ль1
-рл2ю1
-р3ля
-2р1м
-р2мч
-2р1н
-рна1с4
-р1на
-р3н2е3о2
-р1не
-рне1с2
-рно3с2л
-р1но
-1р8о.
-ро2бл2ю
-роб1л
-ро1б2р
-ро2в1л
-ро1в
-1рог2ол
-ро1г2
-1рогру
-ро1дв2
-ро3д2з2
-ро1д1л
-род2ле
-ро2д1о1т
-ро1до
-ро1др
-1ро1дь1
-рое2л
-ро1е
-рое2м
-рое2х
-1розар
-ро1за1
-ро1з2в
-ро1зр
-3ро3зы2с1
-ро1зы1
-рои2с3
-ро3и
-1рокон
-ро1к
-рок2о
-1рокр
-1ролис
-ро1ли
-1роли1ц
-1ромор
-ро1м
-1рона1ж
-ро3на
-1рона1п
-1ронос
-ро1но
-рооп1р
-ро1о2
-роо1п
-ро2пл2ю
-ро1п
-ро3п1с2
-2р1о2р1г
-ро1р2ж
-ро1ру
-ро1ск
-ро2с1ки
-ро2ск2у
-1ро1с2л
-ро1с2м
-ро1с2п2
-рос2ф
-1рос1ш2
-1ро1с2ю
-1рот2в2
-ро1т
-1ро2т1к2
-рот2ри
-1ро1у2
-роу1г2
-ро2ф1а1к
-ро1ф
-ро2фр
-ро1хл
-рош2л
-ро1ш
-ро3ш1н
-1роя2з
-ро1я
-2р1п
-рп2ло
-р2пл2ю
-2р1р
-4р1с
-рс2к
-р2с1н
-рс2п2
-рств2
-р3ств1л
-2р1т
-р2т1а2к1к2
-рта1к
-р2т1а2к1т
-р2т1в
-р2т3ва
-рт2в1л
-р2т1м2
-р2т1об
-р1т1о2р1г
-рт1ра
-рт2ран
-рт1ре
-рт1ри
-ртус1
-р2т1у2чи
-р3ть2ю1
-р2ть1
-р2т1я2ч
-1р8у.
-1ру1ба
-ру2г3н
-ру1г
-ру2дар
-ру1да
-1руже2й1
-ру1ж
-2ру2кс
-1рул
-рус1к
-рус3л
-ру1ста
-руст1р
-ру3ть1
-1ру1ха
-1ру1хо
-1ру2ч1н
-2р1ф
-рф2л
-2рх
-р2х2в
-р2х1ин
-р1хи
-рх1л
-р1х2ло
-р2х1о1п2
-р1хо
-рх1р
-2р1ц
-р2цв
-2р1ч
-р2чл
-р2ч1м
-2р1ш
-р3ш2м
-рш2т
-2р1щ
-2ръ1
-1р8ы.
-ры1
-1рыб
-ры2дв2
-2рыз
-ры2к2л
-1ры1м
-ры2с1к
-ры2х1
-2р8ь.
-рь1
-1рь2е
-1рь2и1
-2рьк
-2рьс
-2рьт
-1рь2ю
-1рь2я
-рэ1л
-р1э
-р2ю
-1р8ю.
-1рюс
-ря1ви
-1ря1ю
-1са
-са2б1л
-са1б
-са2дь1
-са1д
-са2к1в
-са1к
-са2к2л
-2с1аль1п
-саль1
-с1а2п1п2
-са1п
-2с1а2р1к
-2с1а2т1л
-са1тр
-са2ун
-са1у
-са2ф1р
-са1ф
-са1х2
-1сб2
-2с3бе3з2
-с1бе
-сбез1о3
-сбе3с2
-2с3б2у
-с2бы1
-2с3б2ю
-1с2в
-2с3вен
-с1г2
-с2г2и
-с2гн
-с2го
-1сд2
-с2да
-с2де
-с3ди
-с2до
-1с2е
-сег2н
-се1г
-се1з2
-се1кв
-сек1л
-с2е2к1р
-се2кс4
-семи1
-се1м
-сер2е2б
-се1ре
-се2ск
-се2ст
-се3ста
-се3с2т2е
-сест1р
-1с2ж
-с1з
-1с2и
-3сиз
-си1о1м
-си1о1п
-си2пл
-с2и1п
-си1х
-4с8к.
-2с1ка1м
-с2ка2н1д
-с1кан
-1с2ка1ф
-2с1ках
-ск2ва
-с2к1ви
-3ски1но
-ск2л
-с2к1ля
-ск3ляв
-2с2к1н
-с1кон
-ск2о
-2ско3на
-с2ко2п1с2
-ско1п
-2с1ко1ш
-ск2р
-с1кра
-2с1кр2и1б2
-с2к1с
-2с3ку1е
-ск2у
-2с3л8а.
-1слав
-1сла1д
-с1ла1м
-2с3ла1я
-с3лев
-с3ле1е
-с1ле2й1
-сл2ео2
-с1лет
-с3ле1ю
-2с3л8и.
-с1ли
-2сли1ц
-2с3л8о.
-с1ло
-с2ло1ж
-с3лому
-сло1м
-2с3лос
-2с3лу1ю
-2с3лые2
-слы1
-2с3лы2й1
-2с3лы1м
-2сль1
-с1люс
-сл2ю
-2с3ля
-с2м
-1смес
-с4ме1я
-с3мур
-с1н
-1с2на1б
-с1на
-с2на1с2
-2с3на1я
-1с2не1ж
-с1не
-2с3ни1к
-с1ни
-2с1но
-сно1з2
-2с3ну1ю
-с1ну
-2с3ны1
-1со
-со1б2р
-с2о1в
-сов2р
-со1д
-со1з2
-со1л2г
-со3м2
-со2ри1е
-со1ри
-со1ру
-со1ск
-со1с2п2
-со2сь1
-сот2р
-со1т
-со1ч2л
-сош2л
-со1ш
-с1п2
-с2пав
-с2пе1е
-спе1
-с2пел
-с2пен
-с2пех
-1с2пе1ц
-с2пе1ш
-с2пе1ю
-с2пи1м
-2с3пи1ся
-с3п1н
-спо1з2
-2спол
-с2по1с4
-2спь1
-1ср
-8с8р.
-с2ра1б
-сра2с
-с1рат
-ср2е2б1
-сре3до
-2с1с
-сса2н1д2
-с1са
-с2сб2
-сс3во
-с1с2в
-4с5с2и
-с3с2к
-сс2л
-с2с1н
-с3с2не
-с2со1ри
-с1со
-сс2п2
-сст2
-сс2ч2
-8с8т.
-1ст8а.
-2с2т1б2
-4с2т8в.
-ст1вер
-2ств1л
-ст2вол
-с2т2вя
-с2т2е
-1с4т8е.
-1сте2й1
-1стел
-1сте8н.
-с3те8т.
-с3т2е1т2е
-сте3х
-с3те1ш
-1сти
-с2ти1е
-с2ти1и2
-2ст1и2м1п
-сти1м
-2ст1и2н1д2
-2с2т1и2н1ф2
-2ст1инъ1
-с2ти1ч
-с2ти2ш1к2
-сти1ш
-с2ти1ю
-2с2т1к2
-ст2ла
-с2т1л
-с3т2ле
-2ст1ли
-ст2ли1л
-ст2ли1т
-2ст1ля
-2ст1м2
-2с2т1н
-1ст8о.
-с2то1б
-1сто1в
-1сто1г2
-сто2г3н
-1сто1д
-1сто1е
-3с2то3и
-1сто1к
-1сто1м
-1стон
-2с1то2р1г
-2с1тор1ж
-2с1то4р1с
-1стос
-1сто1т
-с2то1ц
-1ст2о1ю
-2с2т1п2
-2с6т8р.
-страс2
-4ст1ра1я
-2ст1ред
-ст1ре2й1
-2ст1рив
-ст1риз
-2ст1ри1л
-2ст1ри1щ
-ст1р2о1а2
-с4т1ро1в
-ст1род
-ст1рох
-с1т2руб
-ст1ру1ш
-2с4т1с2
-с1тут
-1сту1ю
-2с2т1ф
-2с4т1ц
-1сты1
-с2тыв
-с4ть1
-8с4т8ь.
-2стьс
-3сть2ю1
-1сть2я
-1стя1м
-1стях
-1су
-су2б
-су1б1а2
-су1б1о
-су1в
-су3гл
-су1г
-су2ев
-су1е
-су2з
-су1кр
-сума1
-су1м
-супе2
-су1п
-сус3л
-сус3п2
-су1ст
-сут1р
-су2ф3
-су1х
-1с2фе
-с1ф
-с1х2
-1с2хе
-2сца1
-с1ц
-с2це3на
-2с3ци1
-2сцо
-сч2
-1с1ча
-с2час
-сче2с1к
-с1че
-с3чив
-с1чи
-2с3чи1к
-с2чи1т
-с1чл
-2с3чо
-с1ш2
-с3ш1н
-1съ2
-съе3д
-съе3л
-1сы1
-сы2г1
-сы2з
-сы2п1л
-сы1п
-сы2с
-сыс1ка
-2с8ь.
-сь1
-1сь2е
-2ськ
-2сьт
-1сь2ю
-1сь2я
-сэ1р
-с1э
-с2эс1
-1с2ю
-сю1с
-1ся
-2сяз
-ся3ть1
-та2б1л
-та1б
-таб2р
-та1ври
-1та1г
-та2гн
-та1з2
-так3ле
-та1к
-так2л
-т2ан
-та2пл
-та1п
-1тас
-та1ст
-та1тр
-1та1щ
-2т1б2
-2т8в.
-2т2ва
-т1ве2й1
-т1вел
-т1вет
-2тви
-т1во1е
-т1во1з
-2т1в2о2й1
-т1вос
-2т1в2о1ю
-2т1вр
-2тву
-2т1вы1
-2т1вя
-2т1г
-2т1д
-1т2е
-те2гн
-те1г
-те1д
-те1зо
-3те1ка
-тек1л
-3те2к1ш
-тел2е1о
-те1ле
-те4м2б1
-те1м
-те2о3д
-т2ео
-те1ох
-те4п1л
-те1п
-те2ра1к
-те1ра
-тер2е2о
-те1ре
-3те2рз
-те2р3к
-3те1ря
-те2ска
-те1ск
-те2с1ки
-те2с1к2о
-те2ск2у
-те1ст2
-те2хо
-2т1ж
-2т1з
-тиа2м
-ти1а
-ти2б1л
-т2и1б
-ти3д2
-ти1з1на
-тиз1н
-ти1и2
-тиис1
-ти1к2
-тила2м
-ти1л
-т1и2м1п
-ти1м
-2т1и2н1в
-т1и2н1д2
-2т1ин1ж
-2т1и2н1ф2
-ти1с2л
-ти3ст1в
-ти1ст
-ти3ф2р
-ти1ф
-ти1хр
-2т1к2
-3т2кав
-3т2кан
-3т2кет
-т1ке
-3т2к1н
-2т1л
-тло2б
-т1ло
-т2ль1
-т1м2
-тми2с
-тми1ст1
-т3м1щ
-2т1н
-то2бес
-то1бе
-то1б2л
-2т1объ1
-то2в1л
-то1в
-то1д
-то3д2р
-то1з2
-ток2р
-то1к
-2т1о2м1м
-то1м
-2то2м1с
-2то2н1г
-1то2р1г
-1тор1ж
-1то4р1с
-то1ру
-1то2р1ш
-то1с2н
-то1с2п2
-то1с2ц
-2т1о2т1д
-то1т
-то3т1к2
-1то1щ
-2т1п2
-тпа1т
-т1р2аг2а
-тра1г
-2т1ра1ж
-2т2р1б
-2трв
-2т2р1г
-2т2р1д
-тр1до2
-т1ре1а
-1тре1бо
-тр2еб
-1тре1б2у
-т1ре1бь1
-т1ре1ве
-т1ре2в1ш
-т1ре1г
-т1ред
-т1ре1е
-т1ре1за1
-т1рез1н
-тре2п1л
-тре1п
-3тре2с
-тре1с1к
-т1ре1ст
-т1ре1ту
-3т2ре2х
-т1ре1ц
-т2ре2шь1
-тре1ш
-т1ре1ю
-1тр2и1б2
-т1рив
-тр2и2г1л
-три1г
-т1ри1л
-т1ри1м
-4т1ри2н1с2
-тр2ин
-три1о
-т1ри1т
-три3ф
-т1ри1щ
-2т2р1м
-2т2р1н
-т1рогл
-тро1г2
-т1роид
-тро3и
-2тр2о2й1
-тро3пл
-тро1п
-т1рор
-т1ро1со
-тро3т
-4т3ро1ц
-2тр2о1ю
-2т2р1п
-2т2р1р
-1труб
-т2руд
-2трук
-т2ру1м
-т2рут
-2т2р1ф
-2т2р1щ
-2т2ръ1
-т1ры1
-т1р8я.
-т1ряв
-2т1ряд
-т1ря1е
-т1ря1ж
-т1ря2й1
-т3ря1к
-т1рят
-т1ря1щ
-т1р2я1я
-4т1с2
-т2сб2
-т2с3д2
-тсе1п2
-т1с2е
-т2с3м
-т2с3п2
-2т1т
-т2т1м2
-ту2гр
-ту1г
-ту2жин
-ту1ж
-2т1у2пр
-ту1п
-ту1с2л
-ту1ст
-ту2ф1л
-ту1ф
-1туша
-ту1ш
-1тушо
-1ту2шь1
-1ту1щ
-2т1ф
-2т1х
-4т1ц
-2т1ч
-2т1ш2
-2т1щ
-2тъ1
-ты2г1
-ты1
-ты2с1к
-2ть1
-4т8ь.
-3ть2е
-3ть2и1
-ть2м
-4тьт
-ть2ю1
-2т1э
-т2ю
-тю1т
-1тя1г
-1тя1ж
-1тя1п
-2тя2ч
-у1а
-у2а1ле
-у2ас
-у3бел
-у1бе
-убо1д
-у1бо
-убос2
-уб1р
-1убра
-у1б3р2ю
-1у2быт
-у1бы1
-у1в8е.
-у1ви
-ув2л
-у1во
-у1ву
-у2гв
-у1г
-у2гл
-у2гн
-уг2на
-уг2не
-уг1ре
-уг1ря
-уда1с
-у1да
-уд2в2
-уд1ра1м
-уд1ро
-у3ду
-у1е
-уе2д
-уе2л
-уе1с
-уе2с1к
-у2ес2л
-уе2х
-у2ж1ж
-у1ж
-у1з2в
-у1зо
-узо3п
-у1и
-у1ка
-ук1в
-у1ки
-у1к2о
-уко1б
-у1к2у1
-у1ла
-у1ле
-у1лу
-у1лых
-улы1
-у1л2ю
-у2мч
-у1м
-у3на
-ун2д1р
-у2н1д
-у1нь1
-у1о
-уо2б
-уо2в
-у2о1за1
-уо2к
-уо2п
-уо2с
-уо1ст1
-уо2т1
-уо2ф
-у2пл
-у1п
-уп1л2ю
-у3про
-у1ра
-у1ре
-уре2т3р
-у1ри
-ур1ке3
-у2р1к
-у1ро
-у2род
-уро2д1л
-урт2р
-у2р1т
-у3ру
-у1ры1
-у1р2ю
-у1ря
-у2са1д
-у1са
-у1с1г2
-ус1ка
-ус1ки
-уск3л
-ус1ко1м
-уск2о
-у1ск2р
-ус1к8у.
-уск2у
-ус2л
-усла4ж3
-ус3ли
-у1с2м
-у2с1н
-ус2п2
-у2с3с
-у1с2т2е
-у1стя
-у1с1ф
-2ус1ц
-у2сч2
-у2сь1
-у3сь2я
-у1та
-у3тер
-у1т2е
-у1ти
-ут2ля
-у2т1л
-у1то
-уто3п2с2
-уто1п
-ут1ри
-у1ту
-у1ты1
-у3ть2е
-у2ть1
-у3ть2ю1
-1ут2ю
-у1тя
-у1у
-уу1г2
-уу2с
-у3ф4и
-у1ф
-уф1л
-уф2ля
-у2фр
-ух1а2д
-у1ха
-уха2т
-у2х2в
-у3х4во
-ух1л
-ух3ля
-ух1р
-у2ч2еб
-у1че
-1учр
-у1чь1
-у3ше
-у1ш
-у3ши
-у2шл
-уш1ла
-у2ш2п2
-2у1э
-у1я
-уя2з
-1ф
-фа2б1
-фа2гн
-фа1г
-фа1зо
-фа2н2д
-фанд1р
-фа1тр
-фа2х
-3фа1ш
-фа1э1
-2ф1б
-2ф1в
-2ф1г
-2ф1д
-фев1р
-фед1р
-ф2е1о3
-фе2с1к
-ф4и
-фиа2к1
-фи1а
-ф2и2гл
-фи1г
-фи2ж
-фи2зо
-фи2нин
-фи1ни
-фи1о
-3фи1т
-2ф1к
-ф2ла
-ф2ли
-ф2ло
-2ф1м
-2ф1н
-2ф1объ1
-3фон
-фо2р2в
-2ф1о2р1г
-фор3тр
-фо2р1т
-фо1ру
-фос1к
-3фо1т
-фото3п
-ф1ра1б
-фра1з
-фра1с
-ф1рат
-ф2рен
-фре2с
-ф1ри
-ф2ри1ж
-ф2риз
-ф1ро
-ф2рон
-ф1ру
-2ф3с
-2ф1т
-ф2т1м2
-ф2тор
-2ф1у2п
-фу3т1л
-2фу1ф
-2ф1ф
-2ф1ч
-2ф1ш2
-2ф8ь.
-фь1
-ф2ю1
-1ха
-ха2б1л
-ха1б
-ха2д
-2х1а1к
-ха2н2д
-х2а1о3
-х1а2р1ш
-2х1б
-1х2в
-2х3ве
-2х3ви
-х3вы1
-2х1г
-х3д2
-1хе
-х2ео3
-х1з2
-1хи
-хиат1
-хи1а
-хи1е2
-2х1и1зы1
-хи1с2
-х1к2
-х1лав
-х1лас
-х1лат
-х1ла1ц
-1хл2еб
-х2лес
-х1лет
-х3л8о.
-х1ло
-х2ло1п
-1х2лор
-х1лу
-1х2му
-х1м
-2х1н
-3х2ны1
-1хо
-2х1о2к
-хо1п2
-хо2пе1
-хо2пор
-хо1ру
-х1ос2м
-2х1ос1н
-хо1ф2
-хох1л
-хо1я2
-х1п2
-х1раз
-1хран
-х1ра1с2
-х1ре2й1
-хри2пл
-хр2и1п
-х2ри1с2
-х1ро1в
-1хро1м
-хро2м2ч
-х1ры1
-х1ря
-2х1с2
-2х1т
-1х8у.
-х1у2г
-2ху1е
-2ху2й1
-1хун
-х1у2р
-ху3ра
-1хус
-1ху1ш
-2ху1ю
-х1х2
-2х1ч2
-2х1ш
-хь2ю1
-хь1
-1ц
-ца1
-3ц8а.
-3ца1м
-ца2пл
-ца1п
-3цах
-2ц1б
-ц2ве
-2ц1вы1
-2ц1г
-2ц1д
-це1з
-це1к
-це1о1т
-ц2ео
-це2п1л
-це1п
-ц2ес2л
-це1т
-2цетат
-це1та
-2ц1з
-ци1
-ци2к1
-цик3л
-ци2ол
-ц2и1п2
-ци2с1к
-ци1у3
-ци2ф1р
-ци1ф
-2ц1к2
-2ц1л
-2ц1м
-2ц1н
-ц1о2б
-2ц1о2д
-2ц1о1т
-2ц1п2
-2ц1р
-2ц1с
-2ц1т
-3цу
-2ц1ц
-2ц3ш2
-3цы1
-цы2п
-цып3л
-ц1ю1
-1ча
-ча2др
-ча1д
-ча2д2ц
-ча2е1во
-ча1е
-ча2е1вы1
-ча2ер
-част1в
-ча1с2т2е
-ча1сту
-ча1стя
-3ча1то
-3ча1ты1
-2ч1б
-ч1в
-2ч1д
-1че
-че1в1л
-че2гл
-че1г
-ч2е1о
-че4р2с
-черст1
-ч2е1сл
-ч2ж
-чжо2
-1чи
-3чи1к
-3чи1ц
-2ч1к
-1ч2ла
-ч2ле
-ч3ле1г
-ч3ле1ж
-2ч1ли
-ч2л8и.
-1ч2ло
-1ч1м
-2чма
-2чме
-ч2мо
-2ч1н
-3чо
-2ч1с
-2ч1та
-ч2т2е
-2чт1м2
-1чу
-3чук
-ч2х
-2ч1ч
-2ч8ь.
-чь1
-1чь2е
-1чь2и1
-2чьс
-2чьт
-1чь2ю
-1чь2я
-1ш
-ша2б1л
-ша1б
-ша2гн
-ша1г
-ша2г1р
-ша2др
-ша1д
-шан2кр
-ша2н1к
-ша2р3т2
-ша1ст
-ша1тро
-2ш1б
-ш2в
-ш3вен
-ше2гл
-ше1г
-ше1к
-ш2е1о2
-ше3пл
-ше1п
-ше1с2
-ши2б1л
-ш2и1б
-ши2пл
-ш2и1п
-ши2ф1р
-ши1ф
-2ш1к2
-3ш2кол
-шк2о
-2ш1ле2й1
-2ш1лен
-ш2л8и.
-ш1ли
-2шлив
-2шли1л
-ш2лин
-ш2лис
-ш2ли1т2е
-шли1т
-ш2ли1ф
-ш2л8о.
-ш1ло
-2шло1в
-ш2ло1г2
-ш1лы1
-ш2л2ю
-2шля1е
-ш1ля
-2шля1к
-ш2ля1п
-2шлят
-2шляч
-2шля1ю
-2ш1м
-3ш2мы1
-4ш3м8ы.
-2ш1н
-4ш1ни
-ш2нур
-ш1ну
-ш2п2
-ш3пр
-2ш1р
-2ш1с
-ш1ти
-2ш4т1с2
-шу2ев
-шу1е
-шуст1
-2ш1ф
-ш1х
-2ш1ц
-2ш1ч
-2шь1
-4ш8ь.
-3шь2е
-3шь2и1
-3шь2ю
-3шь2я
-ш2ю1
-1щ
-2щ3в2
-ще1б2л
-щ2еб
-ще2гл
-ще1г
-щед1р
-ще1и2
-щеис1
-ще1с
-ще1х
-ще1ш2
-ще3ш1к2
-щи2п1л
-щ2и1п
-2щ1м
-2щ1н
-2щ1р
-2щ8ь.
-щь1
-ъ1
-ъе2г
-ъе2д
-ъе3до
-ъе2л
-ъ2е2р
-ъе2с
-ъе2хи
-ъ1ю2
-ъя2
-ъя3н
-ы1
-ы2б1л
-ы3г2а
-ы1г
-ы3г2и
-ыг2л
-ы2гн
-ы2д1л
-ыд2ре
-ы2д1ро
-ы2д1ря
-ые2
-ы3ж2д
-ы1ж
-ыз2ва
-ыз2д
-ы2з1л
-ы2з1н
-ыз2на
-ыи2
-ыи1г1
-ы2к1в
-ык2л
-ы2к3ло
-ы1ко1з
-ык2о
-ы2к1с
-ы2ль1
-ы2мч
-ы1м
-ыно1с3л
-ы1но
-ы3по
-ы1п
-ыра2с3
-ыр2в
-ыре2х
-ы3са
-ы3с2е
-ыс1ки
-ыс1к2у
-ы2с1н
-ы3со
-ыс2п2
-ы2с1х2
-ыс2ч2
-ы2с1ш2
-ы2т1ви
-ыт2р
-ы3ть2ю1
-ы2ть1
-ы3ть2я
-ыу2
-ы2ш1л
-ы1ш
-ы3шь1
-ь1
-ьб2
-ь2вя
-ь2д1ц
-ь2е
-ье1зо
-ье1к
-ье2с1к
-ь2з1н
-ь2и1
-ь2кл
-ьми3д
-ь1м
-ьми3к
-ьмо1
-ь3н2е2о2
-ь1не
-ь2о
-ь2п1л
-ь1п
-ь3п2то
-ь2п1т
-ьс2к
-ь2с1н
-ь2сти
-ь2стя
-ь2т1а2м1п
-ьта1м
-ьти3м
-ь2т1м2
-ь2то1т
-ь2тра1б
-ьт2ре
-ьт2ру
-ьт2ры1
-ь1хо2
-ьхоз1
-ь2ща
-ь1щ
-ь2ще
-ь2щу
-ь2ю
-ь2я
-ья1в
-ь3я2г3с2
-ья1г
-1э
-э1в
-эв1р
-2э1г
-эд1р
-эк1л
-э2кс1
-эк2ст
-эл2е1о
-э2м
-э3ма
-э2н
-э3нь1
-эо2з
-э2п
-эпи3к
-э1ре
-э1ри
-эри4т2р
-эри1т
-эро1с2
-э1ру
-э1ры1
-эс1
-эск2
-эс3м
-э2со
-эс3т2е
-эс2т1р
-э2т2е
-этил1а
-эти1л
-эт1ра
-э2ф
-эх2
-э1хо3
-э2ц
-эя2
-1ю
-ю1а
-ю1б
-ю2б1в
-ю2б1л
-ю2б1ре
-ю1в
-ю1дь1
-ю1е
-ю2з2г
-юзи2к
-ю1зи
-ю1зо
-ю1и
-ю2идал
-юи1да
-ю1к
-ю2к1в
-ю1ла
-ю1ле
-ю2ли
-1ю1л2ю
-2ю1м
-ю2мч
-ю2нь1
-ю1о1
-ю1ра
-ю1ре
-юре4м
-ю1ри
-юри2с1к
-юри1с2
-ю1ро
-ю1ру
-ю1ры1
-ю2с1к
-ю1ста
-ю1с2т2е
-ю1сто
-ю1стя
-ю1ти
-ю1то
-ю1ту
-ю1ты1
-ю1х
-юха1с
-ю1ха
-ю1ч
-ю2щь1
-ю1щ
-ю1я
-я2бр
-яб1ра
-яб3ре
-яб1ри
-я1б3р2ю
-3яви2кс
-яви1к
-я1во
-я1ву
-я1в2х
-я2г1л
-я1г
-я2гн
-яд1в2
-яд1р
-я1е
-яз2гн
-я2з1г
-я1зо
-я1и
-я1к
-я2к1в
-я2к1л
-я2к1с
-я1л
-я2ль1
-ям2б3л
-я1м
-я4м1б
-я2мь1
-я3на
-я2н1с2
-я1ра
-я1ри
-я1ро
-я1рь1
-яс1к
-яс1л
-яс2т
-яст3в
-я1сто
-яст1р
-я1та
-ят3в
-я3ти
-яти1з
-я1то
-я1ту
-я1ты1
-я3ть2ю1
-я2ть1
-я3ть2я
-я1тя
-я1у
-ях1л
-я1ху
-яце1
-я1ц
-я2шл
-я1ш
-2я8ю.
-я1ю
-2я1я
-.бо2дра
-.1бо
-.вст2р
-.2в1с2
-.доб2рел
-.доб1р
-.до1б2ри
-.об2л1ю1ю
-.о1бл2ю
-.об1л
-.об2ре1е
-.об1р
-.об2ре2й1
-.об2ре1ю
-.об2рив
-.об2ри1л
-.об2ри1т
-.па2н1ис
-.па1ни
-.по3м2ну
-.по1м
-.по2м1н
-.реа2н
-.ре1а
-.ро2с3пи
-.ро1с2п2
-.со2пла
-.1со
-.со1п
-а2нь1ш
-атро2ск
-без1у2с
-бе1зу
-бино2ск
-бино1с
-би1но
-виз2гн
-ви2з1г
-выб2ре
-гст4р
-ди1с2ло1в
-дис1ло
-дос2ня
-дро2ж3ж
-2д1руже2й1
-е2мьд
-емь1
-е2о3пла1то
-е2о3по1зи
-ере3с2со
-ере2с1с
-4ж3ди1к
-4ж3ди1ч
-заи2л
-за1и
-зао2з
-з2а1о
-2з1а2хав
-за1х2а
-заю2л
-за1ю
-з2рят
-зу2мь1
-6з8ь.
-и2л1а2мин
-ила1м
-илло3к2
-и2л1л
-ил1ло
-й2кь1
-ла2б1р
-лу3с4н
-ме2ди2н1с2
-ме1ди
-1ме2д1о2с2м
-ме1до
-медо1с
-1мети2л1а2м
-ме1ти
-мети1л
-мис4с3н
-ми4с1с
-нар2ват
-не2о3ре
-ни1с2кол
-нис1к
-ниск2о
-ни4с8ь.
-нись1
-но4л1а2мин
-но3ла
-нола1м
-н2тра2с1с
-о2д1о2бол
-одо1бо
-о4ж3дев
-ож1де
-о1и2с1тр
-ои1ст
-ойс4ко1в
-ойск2о
-о2м3ч8е.
-ом1че
-они3л2а1м
-о1ни
-онила2
-они1л
-он2трат
-онт2ра
-о2плюс
-осо4м3н
-о1со
-осо3м2
-оти4д1н
-оти3д2
-пере1с2н
-пе1ре
-по2до1де
-подо1д2
-по2д1у2ро
-по1ду
-пое2ж
-по2стин
-по1ст
-по1сти
-пре3м2но
-пре1м
-пре2м1н
-приче2с1к
-при1ч
-при1че
-пти4д1н
-пти3д2
-редо4пл
-реж4ди
-рни3л2а3м
-р1ни
-рнила2
-рни1л
-роб2ле1ю
-2сбрук1
-сб1ру
-со2ст1ри1т
-со1ст
-со3т2кал
-со2т1к2
-2стч8е.
-с2т1ч
-ст1че
-2с4тьт
-сы2ми1т
-сы1м
-2сьс8я.
-сь1ся
-6т8р.
-тро2етес
-тро1е
-трое1т2е
-6ху8я.
-ху1я
-ы2рь1м
-ырь1
-ыя2вя
-ьбат2
-ь1ба
-а1вё
-а2д1вё
-а1ё
-аз3вёз
-аз1вё
-а1лё
-2алёк
-2амёт
-ам2нёт
-ам1нё
-а1рё
-ас3тё1м
-ас2т2ё
-а3ть2ё
-1бё
-бё2д1р
-б3лён
-б2лё2с1к
-б2лю1ё
-б1рёк
-б2рё1м
-б2рёх
-1ве1ё
-3ве3зё
-вёд1р
-1вёз
-2вё2р1д
-1вёс
-в2лёк
-в2лёт
-1вмё
-в2нёс
-в1нё
-2в1рён
-3в1с2ё3
-1вь2ё
-г1лё
-г2лёт
-г2нёв
-г1нё
-г3нён
-г2но1ё
-д1вё
-1дё
-.доб2рёл
-2доплё
-до2прё
-д1рё
-д2р2ёб
-2д3рё1ж
-д2рё1м
-1дрёма
-1дрёмы1
-2д3рён
-дъё2м
-1дь2ё
-еб1рён
-е1вё
-2евёр
-2е1врё
-е2г1лё
-е1ё
-2ежё
-е3зё
-е1лё
-2епё1
-ер1вё
-е1рё
-ерё3до
-ерё1к2
-ес2чёт
-ес1чё
-ет1вё
-е3ть2ё
-2ёб
-ё1бра
-ёб1ры1
-ё1ве
-ё1во
-2ё1вре
-ё1ву
-ё1дру
-2ё3ду1ш
-ё1ду
-2ёже
-ё1ж
-ё3зе
-ёз1о2г2
-ё1зо3м2
-ё1ка
-ё1ки
-2ё1к2о
-2ё1кр
-ёк2ро
-ё1к2у
-ё1ла
-ё1ле
-ё1лу
-ё1лы1
-2ёму1ж
-ё1м
-ё2мч
-ё3на
-ён2д1р
-ё2н1д
-ё2н1с2
-ёпат2
-ё1п
-2ёпе1
-ё2пл
-ё3пла
-ёп1лу
-ё3плы1
-ё4п1н
-2ёпо
-ё4п1т
-ё1ра
-ё1ре
-ё3р8е.
-ё1ри
-ё1ро
-ёр3с2к
-ё4р1с
-ё1ру
-ё1ры1
-ё3с2а
-ё1ск
-ё2с1к8а.
-ё2с1ке
-ё4с1к8у.
-ёск2у
-2ёсл
-ё3со
-ё1ст
-ёс2т2ан
-ё3сту
-ё1та
-2ётеч
-ё1т2е
-ё1ти
-ё1то
-ёто1с
-ёт1р
-ё1ту
-ё1ты1
-ё1т2ю
-ё1тя
-ёха2т
-ё1ха
-ёх1а1то
-ёх3вал
-ё1х2в
-ёх1ва
-ёх3ло1п
-ёх1ло
-ёх1опо
-ё1хо
-ёхо1п2
-ёх1ру
-3жёв
-жё1с2
-ж2жё
-за3м1нё
-з1вё
-з2вёз
-1зё
-з2на1ё
-2з1нё
-1з2о3рё
-з2о1т2ё
-зот2рё
-3зу1ё
-зъё2м
-2зымё
-2и1вё
-иг1рён
-и1ё
-их1рё
-1ка1ё
-1кё
-к3лён
-к2ро1ё
-3ку1ё
-ла1с2т2ё
-лё3до
-лё1з2о3
-лёк1л
-1лён
-лё2ск
-лё4ска
-1лёх
-2лоён
-ло1ё
-1лу1ё
-3ль2ё
-1ль2щё
-3м2нё1ш
-м1нё
-3м2щё
-нд2рё
-не3ё
-1нё
-н2ё1б2
-3н2омё
-1нь2ё
-од3р2ёб
-од1рё
-о1ё
-оё2жи
-оё1ж
-о1лё
-2омё
-о3м2нё1м
-ом1нё
-о3м2нёт
-о2п1лё2й1
-о1рё
-о2с1кё
-от1вё
-2о3тёк
-о1т2ё
-о3тёр
-от1рёк
-от1рё1ш
-о3фё
-пё1
-пё2ст1р
-пё1ст
-2п1лён
-п2лё2н1к
-плё2с1к
-п1лё1ю
-поё2ж
-по1ё
-3прёт
-причё2с1к
-при1чё
-р2блё
-1рвёт
-.рё2бр
-.р2ёб
-1рё2з1к
-рё1з1на
-рёз1н
-1рё1зо
-рё1з2у
-1рё2к1ш
-3рёмо
-рё1м
-1рё2н1к
-рё3ста
-рё1ст
-рё3сто
-род2лё
-роё2м
-ро1ё
-1рь2ё
-с2дё
-се3с2т2ё
-1с2ё
-сё2кс4
-сё2ст
-сёст1р
-2с3ку1ё
-с1лёт
-с2т2ё
-1стёл
-1стё8н.
-с3тё8т.
-с3тё1т2е
-стё3х
-с3тё1ш
-с3т2лё
-счё2с1к
-с1чё
-1сь2ё
-т1вёл
-т1во1ё
-1т2ё
-тё2гн
-тё1г
-тё1зо
-3тё1ка
-тёк1л
-3тё2к1ш
-тё4п1л
-тё1п
-тё2р3к
-тё2ска
-тё1ск
-тё2с1ки
-тё2с1к2о
-тё2ск2у
-тё2хо
-3т2кёт
-т1кё
-т1ре1вё
-3т2рё2х
-т2рё2шь1
-трё1ш
-тро2етёс
-трое1т2ё
-3ть2ё
-уг2нё
-уг1рё
-.у1ё2
-у1ё
-у1лё
-у1рё
-у1с2т2ё
-у3тёр
-у1т2ё
-у3ть2ё
-у2ч2ёб
-у1чё
-у3шё
-2х3вё
-1хл2ёб
-х2лёс
-ц2вё
-1чё
-чё4р2с
-чёрст1
-.чё2с1к
-.1чё
-ч2т2ё
-1чь2ё
-2ш1лён
-3шь2ё
-ъ2ё2р
-ыд2рё
-ырё2х
-ы3с2ё
-ь2ё
-ьё1зо
-ь2щё
-ю1ё
-яб3рё
-.1ж8
-.2й8
-.к8
-.1ф8
-.1ц8
-.1ш8
-.1щ8
-.1э8
-.я8
-8а.
-8б.
-8в.
-8г.
-8д.
-8е.
-8ж.
-8з.
-8и.
-8й.
-8к.
-8л.
-8м.
-8н.
-8о.
-8п.
-8р.
-8с.
-8т.
-8у.
-8ф.
-8х.
-8ц.
-8ч.
-8ш.
-8щ.
-8ъ.
-8ы.
-8ь.
-8э.
-8ю.
-8я.
-8д8н.
-.бизне8с9мен
-.биз1н
-.би2з1не
-.бизне1с4м
-.буйнакс8к8е.
-.1б2у
-.бу2й1
-.буй1на
-.буйна1к
-.буйна2к1с
-.буйнакс1ке
-.2в1б8
-у8тьс8я.
-уть1ся
-.вздре8мне4ш8ь.
-.1в2з2
-.взд2
-.взд1ре
-.взд2ре1м
-.вздре2м3н
-.вздре3м2не1ш
-.вздрем1не
-.вздремне2шь1
-.вздре8мнё4ш8ь.
-.вздре3м2нё1ш
-.вздрем1нё
-.вздремнё2шь1
-.водос8ливо8м.
-.1вод
-.во1до
-.водо1с
-.водо1с2л
-.водос1ли
-.водос3л2и1во
-.водосливо3м2
-.волжс8к8е.
-.вол1ж
-.вол2ж1с
-.волжс1ке
-8п4л8ь.
-пль1
-.во8ст1р8а.
-.во2стр
-.во1ст
-.во3стра
-.во9т8ка2ть1
-.во1т
-.во2т1к2
-.вот1кат
-.во9т8ке1м
-.вот1ке
-.во9т8кё1м
-.вот1кё
-.во9т8ке2шь1
-.вотке1ш
-.во9т8кё2шь1
-.воткё1ш
-.во9т8к2у
-.впо8л9о8борот8а.
-.2в1п2
-.впо3ло
-.вполо1бо
-.вполобо1ро
-.вполоборо1т
-.впо8л9у8х8а.
-.впо1лу
-.вполу1ха
-.всеволожс8к8е.
-.3в1с2е3
-.все1во
-.вс2евол
-.всево3ло
-.всеволо1ж
-.всеволо2ж1с
-.всеволожс1ке
-.2в1ц8
-8сп8с.
-с2п1с2
-.гаре8мног8о.
-.г2а
-.га1ре
-.гаре3м1но
-.гаре1м
-.гаре2м1н
-.1гаремно1г2
-.голод8ране8ц.
-.г2ол
-.го3ло
-.голо1др
-.голод1ра1не
-.голодране1ц
-.гр8
-.дву9з8убе8ц.
-.дв2
-.д1ву1з
-.дву1зу
-.дву2з1у2бе
-.двузу3бе1ц
-.до9б8рее1м
-.добре1е
-.до9б8реет
-.до9б8рее2шь1
-.добрее1ш
-.до9б8ре1ю
-.до9б8ре1сти
-.добре1ст
-.до9б8родят
-.добро1дя
-.до9б8рось1
-.до9б8росят
-.добро1ся
-.до9б8рошу
-.добро1ш
-.до9м8ну
-.до1м
-.до2м1н
-.до8п9пе4л8ь.
-.до2п1п2
-.доппе1
-.доппе2ль1
-.дра8х9м8у.
-.д1рах
-.дра1х2му
-.драх1м
-.дрей8ф1л8ю.
-.д1ре
-.дре2й1
-.дрей1ф
-.дрейфл2ю
-.дрей8фьт8е.
-.дрейфь1
-.дрейфь1т2е
-.едино9ж8д8ы.
-.е1ди
-.еди1но
-.едино1ж
-.едино2ж1д
-.единож1ды1
-.за8в9се8кторо8м.
-.за3в2с2е3
-.за2в1с2
-.завсе2к1т
-.завсекто1ро
-.завсекторо1м
-.зам8р8у.
-.за9ч8ли
-.за1ч
-.за2чл
-.изд8рев1л8е.
-.1из1д
-.изд1ре
-.издрев1л
-.изот8р8у.
-.и1зо
-.изо1т
-.инко8г9нит8о.
-.и2н1к
-.инк2о
-.инко1г2
-.инког1ни
-.инкогни1т
-.каза9ш8е8к.
-.каза4ш3
-.ка1за1
-.казаше1к
-.кольдк8ремо8м.
-.к2о
-.ко2льд
-.коль1
-.коль2д1к
-.кольдк3ремо
-.кольдкре1м
-.кольдкре1мо3м2
-.кор8нпапи8р.
-.ко2р1н
-.корн3п2
-.корнпа1п
-.корнпапи1р
-8д8з.
-.ликбе9з8о8м.
-.1ли
-.ли1к
-.ли2к1б
-.лик1бе
-.лик3бе2з
-.ликбез1о2
-.ликбе1зо3м2
-.лоша8дьм8и.
-.1ло
-.ло1ш
-.лоша1д
-.лошадь1
-.лошадь1м
-.лю8дьм8и.
-.лю1дь1
-.людь1м
-.люэ9с8о8м.
-.лю1э
-.люэс1
-.люэ2со
-.люэсо3м2
-.маз8у9т8е.
-.ма1зу
-.маз1у2т2е
-.мети9л8а8м.
-.1мети2л1а2м
-.ме1ти
-.мети1л
-.мети9л8ам8и.
-.многа9ж8д8ы.
-.2м1н
-.м1но
-.мно1г2
-.мног2а
-.многа1ж
-.многа2ж1д
-.многаж1ды1
-.мор8щь1т2е
-.мо2р1щ
-.морщь1
-.набек8ре8н8ь.
-.на1б
-.на1бе
-.наб2е1кр
-.набек1рень1
-.на9в8скидк8у.
-.на2в1с2
-.на4в3ски
-.навски2д1к
-.навскидк2у
-.на9в8стреч8у.
-.навстре1чу
-8г8л.
-.наи8зу8с4т8ь.
-.на1и
-.наи1зу
-.наизус4ть1
-.на9и8с9косо8к.
-.на2и1с2
-.наис1к
-.наиск2о
-.наис1кос
-.наиско1со
-.наискосо1к
-.на8имене8е.
-.наи1м
-.наиме1не
-.наимене3е
-.на9и8с9ко2с8ь.
-.наискось1
-.нао8боро8т.
-.н2а1о
-.нао1бо
-.наобо1ро
-.наоборо1т
-.нао8т9ре8з.
-.нао1т
-.насу8пьс8я.
-.на1с2
-.на1су
-.насу1п
-.насупь1
-.насупь1ся
-.нау8га8д.
-.на1у
-.нау1г
-.науг2а
-.науга1д
-.нау8гольни8к.
-.науг2ол
-.науго2льн
-.науголь1
-.науголь1ни
-.наугольни1к
-.нео8ст1р8а.
-.3н2е1о2
-.неос2
-.неост1р
-.нео1ст
-.нео3стра
-.не8сла2с8ь.
-.нес1лас
-.неслась1
-.не8сли2с8ь.
-.нес1ли
-.неслись1
-.не8тт8о.
-.не2т1т
-.неу8д8у.
-.3не1у2
-.неу3ду
-.оби8дьс8я.
-.о1б2и
-.оби1дь1
-.обидь1ся
-.обош8ло2с8ь.
-.обо1ш
-.обош1ло
-.обошлось1
-.обрас8т8и.
-.о1брас
-.обрас1т
-.обра1сти
-.однаж8д8ы.
-.о2д1н
-.од3на
-.одна3ж1д
-.одна1ж
-.однаж1ды1
-.осла8б1л8а.
-.о1с2л
-.осла2б1л
-.осла1б
-.осла3бла
-.ото9м8стя8т.
-.о2то2м1с
-.ото1м
-.ото9м8щ8у.
-.ото2м1щ
-.отот8р8у.
-.ото1т
-.от8р8у.
-.от8ру2с8ь.
-.отру2сь1
-.па8блисит8и.
-.па1б
-.паб1л
-.паб1ли
-.пабли1с2и
-.паблиси1т
-.па9н8а9ме
-.па1на
-.пана1м
-.пар8а9таксис
-.па1ра
-.пар1а2та1к
-.пара1та
-.парата2к1с
-.паратак1с2и
-.перев8р8у.
-.пе1
-.пе1ре
-.пере1вр
-.переме9ж8а2ть1
-.пере1м
-.переме2ж1ат
-.переме1ж
-.переш8л8а.
-.пере3шл
-.пере1ш
-.пи8сча8я.
-.писч2
-.пи1с1ча
-.писча1я
-.повсед8неве8н.
-.по3в2с2
-.по3в2с2е3
-.повсе2д1н
-.повсед1не
-.повседне1ве
-.пог8ремо8к.
-.по1г2
-.пог3ремо
-.погре1м
-.погремо1к
-.подот8р8у.
-.по1до
-.подо1т
-.пои8с9тин8е.
-.по3и
-.пои1ст
-.пои1сти
-.поисти1не
-.полутора9с8т8а.
-.по1лу
-.полу1то
-.полуто1ра
-.полутора2с3
-.полуторас1т
-.полуто1раста
-.полуя8вь8ю.
-.полу1я
-.полуя1вь2ю
-.полуявь1
-.по9м8ладш8е.
-.по2м1л
-.помла1д
-.помла2д3ш2
-.пом8ни
-.пом8ног8у.
-.по3м1но
-.помно1г2
-.пом8р8у.
-.пол9в8торог8о.
-.полв1т2
-.полвто1ро
-.полвторо1г2
-.пол9ш8каф8а.
-.пол1ш
-.пол2ш1к2
-.полшка1ф
-.пона9д8облю2с8ь.
-.по3на
-.пона1д
-.пона2д1о2б1л
-.пона1до
-.понадо1бл2ю
-.понадо2б3люсь1
-.потра8фьт8е.
-.пот2р
-.по1т
-.потра1ф
-.потрафь1
-.потрафь1т2е
-.пре8ж9д8е.
-.пре3ж2д
-.пре1ж
-.преж1де
-.при8д9т8и.
-.при1
-.при3д2
-.при2д1т
-.приш8л8а.
-.п1ри1ш
-.приш8ло2с8ь.
-.приш1ло
-.пришлось1
-.прот8р8у.
-.про1т
-.прохла8д3ц8а.
-.про1хл
-.прохла1д
-.прохлад2ц
-.прохладца1
-.2п1с8
-.пы8лч8е.
-.пы1
-.пыл1ч
-.пыл1че
-.ра8з9о8ремс8я.
-.ра1з2о3ре
-.разоре1м
-.разоре2м1с
-.разорем1ся
-.ра8з9о8рёмс8я.
-.ра1з2о3рё
-.разорё1м
-.разорё2м1с
-.разорём1ся
-.ра8з9о8рете2с8ь.
-.разоре1т2е
-.разоретесь1
-.ра8з9о8рёте2с8ь.
-.разорё1т2е
-.разорётесь1
-.ра8з9о8ретс8я.
-.разоре4т1с2
-.разорет1ся
-.ра8з9о8рётс8я.
-.разорё4т1с2
-.разорёт1ся
-.ра8з9о8решьс8я.
-.разоре1ш
-.разоре2шь1
-.разорешь1ся
-.ра8з9о8рёшьс8я.
-.разорё1ш
-.разорё2шь1
-.разорёшь1ся
-.разот8р8у.
-.разо1т
-.раз8у9мо8м.
-.ра1зу
-.раз1у2мо
-.разу1м
-.разу1мо3м2
-.рез8влю2с8ь.
-.резв1л
-.рез2вл2ю
-.резв1люсь1
-.рс1ф8
-.4р1с
-.сану8зе8л.
-.1са
-.са2н1уз
-.са1ну
-.сану1зе
-.сдрей8ф1л8ю.
-.1сд2
-.сд1ре
-.сдре2й1
-.сдрей1ф
-.сдрейфл2ю
-.сего9д8н8я.
-.се1г
-.сего2д1н
-.сегод1ня
-.сме9ж8а8т.
-.с2м
-.сме2ж1ат
-.сме1ж
-.соб8люст8и.
-.со1бл2ю
-.соб1л
-.соблю1сти
-.со9л8же4ш8ь.
-.сол1ж
-.солже1ш
-.солже2шь1
-.со9л8жё4ш8ь.
-.солжё1ш
-.солжё2шь1
-.со8стри8м.
-.со1ст
-.сост1ри1м
-.со8стри4ш8ь.
-.сост1ри1ш
-.состри2шь1
-.со8ст1р8ю.
-.состр2ю
-.со8стря8т.
-.сост1рят
-.со9т8ка2ть1
-.со1т
-.со2т1к2
-.сот1кат
-.со9т8ке1м
-.сот1ке
-.со9т8кё1м
-.сот1кё
-.со9т8ке2шь1
-.сотке1ш
-.со9т8кё2шь1
-.соткё1ш
-.сот8к8у.
-.сотк2у
-.со9т8кут
-.сро8с9ла2с8ь.
-.1ср
-.с1ро1с2л
-.срослась1
-.сро8с9ли2с8ь.
-.срос1ли
-.срослись1
-.стре8м9гла8в.
-.стре1м
-.стре2м1г2
-.стре3м2гл
-.стремг2лав
-.та8кж8е.
-.та1к
-.так1ж
-.тверез8о9г8о.
-.тве1ре
-.тве1ре1зо
-.тверез1о2г2
-.тверёз8о9г8о.
-.тве1рё
-.тве1рё1зо
-.тверёз1о2г2
-.телеа8тель8е.
-.те1ле
-.теле1а
-.телеа1т2е
-.телеате3ль2е
-.телеатель1
-.тернос8ливо8м.
-.те2р1н
-.терно3с2л
-.тер1но
-.терно2с1ли
-.тернос3л2и1во
-.терносливо3м2
-.тро8п3л8ю.
-.тро3пл
-.тро2пл2ю
-.тро1п
-.2ть8
-.узу9ф8ру2к1т
-.у1зу
-.узу2фр
-.узу1ф
-.узуф1ру
-.у1м8не1м
-.у2м1н
-.ум1не
-.у1м8нё1м
-.ум1нё
-.ум8нет
-.ум8нёт
-.ум8ну
-.ум8ру
-.услы8шь1т2е
-.ус2л
-.услы1
-.услы3шь1
-.услы1ш
-.уш8л8а.
-.у2шл
-.уш1ла
-.у1ш
-.фотоп8лено8к.
-.3фо1т
-.фото3п
-.фото2п1лен
-.фотопле1но
-.фотоплено1к
-.фотоп8лёно8к.
-.фото2п1лён
-.фотоплё1но
-.фотоплёно1к
-.царед8воре8ц.
-.ца1
-.ца1ре
-.царе1дв2
-.царед1во
-.царедво1ре
-.царедворе1ц
-.чере8счу8р.
-.че1ре
-.чере1сч2
-.черес1чу
-.чернос8ливо8м.
-.че2р1н
-.черно3с2л
-.чер1но
-.черно2с1ли
-.чернос3л2и1во
-.черносливо3м2
-8с8л.
-.ше8стьдеся8т.
-.ше1с2
-.ше1ст
-.шес4ть1
-.шесть1де
-.шестьде1ся
-.юс8о8м.
-.ю1со
-.юсо3м2
-.ядо9з8у9б8е.
-.я1до
-.ядо1з
-.ядо1зу
-.ядо2з1у2бе
-.яре8мног8о.
-.яре3м1но
-.яре1м
-.яре2м1н
-.яремно1г2
-# liblouis: Norwegian contracted braille, level 3.
-#
-#  Copyright (C) 2005 ViewPlus Technologies, Inc. www.viewplus.com
-#  Copyright (C) 2005, 2012 Lars Bjørndal <lars@lamasti.net>
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-#
-# Created June 9, 2005 by Leon Ungier <Leon.Ungier@ViewPlus.com> with
-# help and guidance from Lars Bjørndal <lars@lamasti.net>.
-# Modified Sep 30, 2005 by LU
-
-# Created June 9, 2005 by Leon Ungier <Leon.Ungier@ViewPlus.com> with
-# help and guidance from Lars Bjørndal <lars@lamasti.net>.
-# Modified October 25, 2005
-# Last modified July 2012, by lars@lamasti.net
-
-include no-no-g2.ctb
-
-# -------------- level 3 contractions -----------------
-word absolutt 1-12-234
-word akkurat 1-13-1235
-endword aktig 25-13
-endword aktige 26-13
-endword aktigere 26-13-12356
-endword aktigeres 26-13-12356-234
-# word aldri 1-24									# defined in level 2
-# alle														# defined in level 2
-# word allerede 1-123-1235				# defined in level 2
-# word alltid 1-2345-145					# defined in level 2
-
-word alminneleg 1-123-134-25-1245
-begword alminneleg 1-123-134-25-1245
-word ualminneleg 136-1-123-134-25-1245
-begword ualminneleg 136-1-123-134-25-1245
-
-word alminnelege 1-123-134-26-1245
-word ualminnelege 136-1-123-134-26-1245
-word alminnelig 1-123-134-25-123
-word ualminnelig 136-1-123-134-25-123
-begword alminnelig 1-123-134-25-123
-begword ualminnelig 136-1-123-134-25-123
-
-word alminnelige 1-123-134-26-123
-word ualminnelige 136-1-123-134-26-123
-
-# word altfor 1-1246							# defined in level 2
-# word altså 1-16                 # defined in level 2
-# begword andre 1-12356						# defined in level 2
-# word andres 1-12356-234					# defined in level 2
-
-# begword annen 1-126							# defined in level 2
-# word annens 1-126-234						# defined in level 2
-
-# word annerledes 1-1345-1235			# defined in level 2
-# begword annet 1-346							# defined in level 2
-# endword ar 3456									# defined in level 1
-# endword ars 3456-234						# defined in level 1
-# word at 1												# defined in level 1
-
-# begge														# defined in level 2
-# word blant 12-123								# defined in level 2
-# word ble 12											# defined in level 1
-# word blir 12-1235								# defined in level 2
-# word blitt 12-2345							# defined in level 2
-# bruk														# defined in level 2
-word burde 12-1456											# level 3 contractions
-word både 12-145
-
-# de															# defined in level 2
-# word deg 145-1245								# defined in level 2
-# word dem 145-134								# defined in level 2
-# denne														# defined in level 2
-# begword der 23456								# defined in level 2
-# dere														# defined in level 2
-# word desse 1456-234							# defined in level 2
-# word dessuten 145-234-136				# defined in level 2
-# word dessverre 145-234-1236			# defined in level 2
-# dette														# defined in level 2
-# word din 145-1345								# defined in level 2
-# word disse 145-234							# defined in level 2
-# word ditt 145-2345							# defined in level 2
-# word diverre 145-1236						# defined in level 2
-
-endword dom 25-145
-endword domde 25-145-1456
-endword domen 25-145-126
-endword domens 25-145-126-234
-endword domer 25-145-156
-endword domers 25-145-156-234
-endword domet 25-145-346
-endword domets 25-145-346-234
-endword domane 25-145-1-2346
-endword domme 26-145
-endword dommene 26-145-2346
-endword dommenes 26-145-2346-234
-endword dommen 26-145-1345
-
-endword dommer 26-145-1235
-
-# word du 145											# defined in level 2
-# begword dykk 145-13							# defined in level 2
-
-endword els 25-15
-endword elsar 25-15-3456
-endword elsars 25-15-3456-234
-endword elsde 25-15-1456
-
-endword elser 25-15-156
-endword elsers 25-15-156-234
-endword elsen 25-15-126
-endword elsens 25-15-126-234
-endword elset 25-15-346
-endword elsets 25-15-346-234
-endword elsne 25-15-2346
-endword elsnes 25-15-2346-234
-endword elste 25-15-1256
-endword elstes 25-15-1256-234
-endword else 26-15
-endword elsede 26-15-1456
-endword elsene 26-15-2346
-endword elsenes 26-15-2346-234
-endword elsete 26-15-1256
-
-always enb 126-12
-always enc 126-14
-always end 126-145
-always enf 126-124
-always eng 126-1245
-always enh 126-125
-always enj 126-245
-always enk 126-13
-always enl 126-123
-always enm 126-134
-always enn 126-1345
-always enp 126-1234
-always enq 126-12345
-always enr 126-1235
-always ens 126-234
-always ent 126-2345
-always env 126-1236
-always enw 126-23456
-always enx 126-1346
-always enz 126-1356
-always erb 156-12
-always erc 156-14
-always erd 156-145
-always erf 156-124
-always erg 156-1245
-always erh 156-125
-always erj 156-245
-always erk 156-13
-always erl 156-123
-always erm 156-134
-always ern 156-1345
-always erp 156-1234
-always erq 156-12345
-always err 156-1235
-always ers 156-234
-always ert 156-2345
-always erv 156-1236
-always erw 156-23456
-always erx 156-1346
-always erz 156-1356
-
-always enbruk 126-12-13
-always ensom 126-25-234
-always ensomme 126-26-234
-word erte 156-1256
-begword erte 156-1256
-endword erte 156-1256
-word ertes 156-1256-234
-endword ertes 156-1256-234
-word erne 156-2346
-begword erne 156-2346
-endword erne 156-2346
-endword ernes 156-2346-234
-word enhet 126-236
-word enheten 126-236-126
-word enheter 126-236-156
-word enhetene 126-236-15-2346
-endword enhet 126-236
-endword enheten 126-236-126
-endword enheter 126-236-156
-endword enhetene 126-236-15-2346
-endword erdom 156-25-145
-endword erdomar 156-25-145-3456
-endword erdomen 156-25-145-126
-endword erdomens 156-25-145-126-234
-endword erdomane 156-25-145-1-2346
-endword erdomanes 156-25-145-1-2346-234
-endword erdommen 156-26-145-1356
-endword erdommer 156-26-145-1235
-endword endom 126-25-145
-endword endomane 126-25-145-1-2346
-endword endommen 126-26-145-1345
-endword endommer 126-26-145-1235
-
-begword et 346
-
-word forresten 1246-1235-234						# level 3 contractions
-word forrige 1246-1235-1245
-# word fra 124										# defined in level 1
-always fra\sog\smed 124-14-146
-
-word frametter 124-1356									# level 3 contractions
-word framfor 124-1246
-# word fulgte 124-1245-1256				# defined in level 2
-# word følg 124-1245							# defined in level 2
-# begword følg 124-1245
-# always følge 124-1245-15
-# word før 246										# defined in level 1
-always først\sog\sfremst 124-14-124			# level 3 contractions
-
-begword grupp 1245-1234									# level 3 contractions
-word gruppa 1245-1234-1
-endword gruppa 1245-1234-1
-word gruppe 1245-1234-15
-begword gruppe 1245-1234-15
-endword gruppe 1245-1234-15
-word gruppene 1245-1234-15-2346
-begword gruppene 1245-1234-15-2346
-endword gruppene 1245-1234-15-2346
-word gruppenes 1245-1234-15-2346-234
-endword gruppenes 1245-1234-15-2346-234
-word gruppen 1245-1234-126
-begword gruppen 1245-1234-126
-endword gruppen 1245-1234-126
-word gruppens 1245-1234-126-234
-begword gruppens 1245-1234-126-234
-endword gruppens 1245-1234-126-234
-word grupper 1245-1234-156
-begword grupper 1245-1234-156
-endword grupper 1245-1234-156
-word gruppers 1245-1234-156-234
-endword gruppers 1245-1234-156-234
-
-word går 1245-1235								
-word gått 1245-2345											# level 3 contractions
-
-word heldig 125-145											# level 3 contractions
-word uheldig 136-125-145
-begword heldig 125-145									# level 3 contractions
-begword uheldig 136-125-145
-
-endword het 236													# level 3 contractions
-endword heten 236-126
-endword heter 236-156
-endword hetene 236-15-2346
-
-# word hun 136										# already in level 1
-# hverandre												# defined in level 2
-begword hvor 23456
-
-endword ing 25-24
-always ings 25-24-234
-endword ingar 25-24-3456
-endword ingars 25-24-3456-234
-endword ingde 25-24-1456
-endword ingen 25-24-126
-endword ingens 25-24-126-234
-endword inger 25-24-156
-endword ingers 25-24-156-234
-endword inget 25-24-346
-endword ingets 25-24-346-234
-endword ingte 25-24-1256
-endword ingets 25-24-346-234
-endword inga 25-24-1
-endword ingade 25-24-1-1456
-endword ingaen 25-24-1-126
-endword ingaens 25-24-1-126-234
-endword ingaer 25-24-1-156
-endword ingaers 25-24-1-156-234
-endword ingaet 25-24-1-346
-endword ingaets 25-24-1-346-234
-endword ingate 25-24-1-1256
-endword ingane 25-24-1-2346
-endword inganes 25-24-1-2346-234
-
-endword inge 26-24
-endword ingene 26-24-2346
-endword ingenes 26-24-2346-234
-
-word istedenfor 24-356-1246
-word jamvel 245-1236
-endword leg 25-1245
-endword legar 25-1245-3456
-endword legars 25-1245-3456-234
-endword legde 25-1245-1456
-endword legdes 25-1245-1456-234
-endword legen 25-1245-126
-endword legens 25-1245-126-234
-endword leger 25-1245-156
-endword legers 25-1245-156-234
-endword leget 25-1245-346
-endword legets 25-1245-346-234
-endword legne 25-1245-2346
-endword legnes 25-1245-2346-234
-endword legte 25-1245-1256
-endword legtes 25-1245-1256-234
-endword lege 26-1245
-endword legene 26-1245-2346
-endword legenes 26-1245-2346-234
-endword legere 26-1245-12356
-endword legeres 26-1245-12356-234
-endword legete 26-1245-1256
-endword legetes 26-1245-1256-234
-endword lig 25-123
-endword ligar 25-123-3456
-endword ligde 25-123-1456
-endword ligdes 25-123-1456-234
-endword ligen 25-123-126
-endword ligens 25-123-126-234
-endword liger 25-123-156
-endword ligers 25-123-156-234
-endword liget 25-123-346
-endword ligets 25-123-346-234
-endword ligne 25-123-2346
-endword lignes 25-123-2346-234
-endword ligte 25-123-1256
-endword ligtes 25-123-1256-234
-endword lighet 25-123-236
-endword ligheten 25-123-236-126
-endword lighetens 25-123-236-126-234
-endword lighetene 25-123-236-15-2346
-
-endword lige 26-123
-endword ligene 26-123-2346
-endword ligenes 26-123-2346-234
-endword ligete 26-123-1256
-endword ligetes 26-123-1256-234
-endword ligere 26-123-12356
-endword ligeres 26-123-12356-234
-
-# word mange 134										# defined in level 1 contractions
-# word manges 134-234								# defined in level 2 contractions
-# word med 146											# defined in level 1 contractions
-# word meg 134-1245									# defined in level 2 contractions
-# word meget 134-346								# -
-# word mellom 134-123								# -
-
-endword ment 25-2345
-endword mentar 25-2345-3456
-endword mentars 25-2345-3456-234
-endword mentde 25-2345-1456
-endword menten 25-2345-126
-endword mentens 25-2345-126-234
-endword menter 25-2345-156
-endword menters 25-2345-156-234
-endword mentet 25-2345-346
-endword mentets 25-2345-346-234
-endword mentne 25-2345-2346
-endword mentnes 25-2345-2346-234
-endword mentte 25-2345-1256
-endword menta 25-2345-1
-
-endword mente 26-2345
-endword mentene 26-2345-2346
-endword mentenes 26-2345-2346-234
-endword messig 25-134
-endword messige 26-134
-endword messigere 26-134-12356
-
-# word min 134-1345									# defined in level 2 contractions
-
-endword nad 25-1246
-endword nadar 25-1246-3456
-endword nadars 25-1246-3456-234
-endword naden 25-1246-126
-endword nadens 25-1246-126-234
-endword nader 25-1246-156
-endword naders 25-1246-156-234
-endword nadet 25-1246-346
-endword nadets 25-1246-346-234
-endword nadne 25-1246-2346
-endword nade 26-1246
-endword nadene 26-1246-2346
-endword nadenes 26-1246-2346-234
-endword nadere 26-1246-12356
-endword nadere 26-1246-12356-234
-
-# word natur 1345-2345							# defined in level 2 contractions
-# begword unatur 136-1345-2345						# level 3 contractions
-
-word naturligvis 1345-2345-1236
-
-# word nedenfor 1345-1246						# defined in level 2 contractions
-# word nedenfra 1345-124            # defined in level 2 contractions
-
-begword une 136-2346
-begword ne 2346
-word nemlig 1345-123				
-# word neppe 1345-1234							# defined in level 2 contractions
-word nettopp 1345-2345-1234
-# begword noen 1345-1345						# defined in level 2 contractions
-word noenlunde 1345-1345-123
-word noensinne 1345-1345-234
-# word noko 1345-13									# defined in level 2 contractions
-# word nokon 1345-13-1345						# defined in level 2 contractions
-# word nokre 1345-13-12356					# defined in level 2 contractions
-
-word nødvendig 1345-1236
-begword nødvendig 1345-1236
-word unødvendign 136-1345-1236
-begword unødvendig 136-1345-1236
-
-
-# word når 1345										# defined in level 2 contractions
-# word og 14											# defined in level 1
-# word også												# defined in level 1
-
-word omkring 135-134-13											# level 3 contractions
-word omtrent 135-134-2345
-
-# word oss												# defined in level 1
-# word og 14											# defined in level 1
-# word også												# defined in level 1
-# word oss												# defined in level 1
-# word ovenfor 135-1246						# defined in level 2 contractions
-# word ovenfra 135-124						# defined in level 2 contractions
-# word over												# defined in level 1
-# over														# defined in level 2 contractions
-# begword overgang 1346-1245-1245 # defined in level 2 contractions
-word oppmerksom 135-1234-134
-word uoppmerksom 136-135-1234-134
-
-word pakk 1234-13
-begword pakk 1234-13
-endword pakk 1234-13
-word plutselig 1234-25-123
-begword pr 25
-
-# always punkt 1234-13-2345				# defined in level 2 contractions
-# word på 1234										# defined in level 1
-# re															# defined in level 2 contractions
-
-word riktig 1235-1245
-word uriktig 136-1235-1245
-begword riktig 1235-1245
-begword uriktig 136-1235-1245
-
-endword sam 25-146
-endword samar 25-146-3456
-endword samars 25-146-3456-234
-endword samen 25-146-126
-endword samens 25-146-126-234
-endword samer 25-146-156
-endword samers 25-146-156-234
-endword samet 25-146-346
-endword samets 25-146-346-234
-endword samne 25-146-2346
-endword samnes 25-146-2346-234
-endword samte 25-146-1256
-endword samtes 25-146-1256-234
-endword samre 25-146-12356
-endword samres 25-146-12356-234
-endword samt 25-146-2345
-endword same 26-146
-endword samene 26-146-2346
-endword samenes 26-146-2346-234
-endword samere 26-146-12356
-
-# word samme 234-134							# defined level 2 contractions
-# sammen													# defined level 2 contractions
-
-begword sannsyn 234-234									# level 3 contractions
-begword usannsyn 136-234-234
-begword sannsynleg 234-234-25-1245
-begword usannsynleg 136-234-234-25-1245
-begword sannsynlig 234-234-25-123
-begword usannsynlig 136-234-234-25-123
-word sannsynligvis 234-234-1236					# level 3 contractions
-
-# word seg 234-1245								# defined level 2 contractions
-# word selv 234-1236							# defined level 2 contractions
-
-word sidan 234-145											# level 3 contractions
-word simpelthen 234-1234-125
-
-# word sin 234-1345								# defined level 2 contractions
-# word sitt 234-2345							# defined level 2 contractions
-
-word sjeldan 234-245-145								# level 3 contractions
-word sjelden 234-245-145-126
-word sjeldne 234-245-145-2346
-endword sjon 25-1345
-endword sjonar 25-1345-3456
-endword sjonars 25-1345-3456-234
-endword sjonen 25-1345-126
-endword sjonens 25-1345-126-234
-endword sjoner 25-1345-156
-endword sjoners 25-1345-156-234
-endword sjonet 25-1345-346
-endword sjonane 25-1345-1-2346
-endword sjonanes 25-1345-1-2346-234
-endword sjone 26-1345
-endword sjonene 26-1345-2346
-endword sjonenes 26-1345-2346-234
-
-# word sjøl 234-245								# defined level 2 contractions
-# sjølv														# defined level 2 contractions
-begword sk 2356
-endword sk 2356
-# word skal 123456								# defined level 2 contractions
-endword skap 25-1234
-endword skaps 25-1234-234
-endword skapar 25-1234-3456
-endword skapars 25-1234-3456-234
-endword skapen 25-1234-126
-endword skapens 25-1234-126-234
-endword skaper 25-1234-156
-endword skapers 25-1234-156-234
-endword skapet 25-1234-346
-endword skapets 25-1234-346-234
-endword skape 26-1234
-endword skapene 26-1234-2346
-endword skapenes 26-1234-2346-234
-endword enskap 126-25-1234
-endword enskapar 126-25-1234-3456
-endword enskapars 126-25-1234-3456-234
-endword enskapen 126-25-1234-126
-endword enskapens 126-25-1234-126-234
-endword enskaper 126-25-1234-156
-endword enskapers 126-25-1234-156-234
-endword enskapet 126-25-1234-346
-endword enskapets 126-25-1234-346-234
-endword enskape 126-26-1234
-endword enskapene 126-26-1234-2346
-endword enskapenes 126-26-1234-2346-234
-endword erskap 156-25-1234
-endword erskapar 156-25-1234-3456
-endword erskapars 156-25-1234-3456-234
-endword erskapen 156-25-1234-126
-endword erskapens 156-25-1234-126-234
-endword erskaper 156-25-1234-156
-endword erskapers 156-25-1234-156-234
-endword erskapet 156-25-1234-346
-endword erskapets 156-25-1234-346-234
-endword erskape 156-26-1234
-endword erskapene 156-26-1234-2346
-endword erskapenes 156-26-1234-2346-234
-
-begword skr 123456
-# word skulla 123456-1						# defined level 2 contractions
-# word skulle 123456-15						# defined level 2 contractions
-# word skullet 123456-346					# defined level 2 contractions
-# word snart 234-1235							# defined level 2 contractions
-# word som 234										# defined in level 1
-
-endword som 25-234											# level 3 contractions
-endword somt 25-234-2345
-endword somme 26-234
-endword sommere 26-234-12356
-endword sommene 26-234-2346
-begword sp 235													# level 3 contractions
-
-# always spørsmål 234-1234-134		# defined level 2 contractions
-
-begword st 356													# level 3 contractions
-
-# word tatt 2345-2345							# defined level 2 contractions
-
-word te 1256
-begword te 1256
-
-begword ute 136-1256
-word uten 136-2345-126
-endword uten 136-2345-126
-
-word temmelig 2345-134									# level 3 contractions
-
-always til\sog\smed 2345-14-146
-begword tr 26
-
-word vanske 1236-14
-begword vanske 1236-14
-begword vanskeleg 1236-14-25-1245
-begword vanskelig 1236-14-25-123
-
-word vedtatt 1236-2345-2345							# level 3 contractions
-word verken 1236-13
-endword vis 25-1236
-endword visar 25-1236-3456
-endword visars 25-1236-3456-234
-endword visen 25-1236-126
-endword visens 25-1236-126-234
-endword viser 25-1236-156
-endword visers 25-1236-156-234
-endword viset 25-1236-346
-endword visets 25-1236-346-234
-endword visne 25-1236-2346
-endword visnes 25-1236-2346-234
-endword viste 25-1236-1256
-endword vistes 25-1236-1256-234
-endword vist 25-1236-2345
-
-# word viss 1236-234							# defined level 2 contractions
-# word uviss 136-1236-234					# defined level 2 contractions
-
-# --------------------- End level 3 contracions ---------------------------
-#-display-name: Hindi braille
-
-#+locale:hi
-#+type:literary
-#+grade:1
-
-# TODO: Please correct the metadata above. It is not meant to be
-# accurate nor complete. It hasn't been verified by the table
-# author yet. It is merely an attempt by the liblouis maintainers
-# to get some sensible initial values in place.
-
-# TODO: Please add a reference to official documentation about
-# the implemented braille code. Preferably submit the documents
-# to https://github.com/liblouis/braille-specs.
-
-include hi-in-g1.utb
-include braille-patterns.cti
-# liblouis: Norwegian 6-dot display braille table for Braillo embossers
-#
-#  Copyright (C) 2017 Lars Bjørndal <lars@lamasti.net>
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-
-# ----------------------------------------------------------------------
-
-# Braillo Norway 6 dot, 047.01
-
-#display        !      235 # 33
-display        "      236 #  34
-display        #      3456 #  35
-display         $      356 #  36
-display         %      256 #   37
-display         &      346 # 38
-display         '      5 # 39
-#display         (      2356 # 40
-#display         )      2356 # 41
-display         *      6 # 42
-display         +      235 #  43
-display         ,      2 # 44
-display         -      36 # 45
-display         .      3 # 46
-display         /      34 # 47
-#display         0      245 # 48
-#display         1      1 # 49
-#display         2      12 # 50
-#display         3      14 # 51
-#display         4      145 # 52
-#display         5      15 # 53
-#display         6      124 # 54
-#display         7      1245 # 55
-#display         8      125 # 56
-#display         9      24 # 57
-display         :      25 # 58
-display         ;      23 # 59
-#display         <      # 60
-display         =      2356 # 61
-#display         >      # 62
-display         ?      26 # 63
-display         @      35 # 64
-display         A      1 # 65
-display         B      12 # 66
-display         C      14 # 67
-display         D      145 # 68
-display         E      15 # 69
-display         F      124 # 70
-display         G      1245 # 71
-display         H      125 # 72
-display         I      24 # 73
-display         J      245 # 74
-display         K      13 # 75
-display         L      123 # 76
-display         M      134 # 77
-display         N      1345 # 78
-display         O      135 # 79
-display         P      1234 # 80
-display         Q      12345 # 81
-display         R      1235 # 82
-display         S      234 # 83
-display         T      2345 # 84
-display         U      136 # 85
-display         V      1236 # 86
-display         W      2456 # 87
-display         X      1346 # 88
-display         Y      13456 # 89
-display         Z      1356 # 90
-display         [      345 # 91
-display         \\      246 # 92
-display         ]      16 # 93
-#display         ^      346 # 94
-display         _      56 # 95
-display         `      4 # 96
-display         a      45 # 97
-#display         b      # 98
-#display         c      # 99
-display         d      1456 # 100
-display         e      156 # 101
-#display        f      # 102
-display        g      12456 # 103
-display        h      1246 # 104
-display        i      12346 # 105
-display        j      123456 # 106
-display        k      12356 # 107
-display        l      2346 # 108
-display        m      146 # 109
-display        n      23456 # 110
-#display        o      # 111
-#display        p      # 112
-display        q      46 # 113
-display        r      126 # 114
-#display        s      # 115
-#display        t      # 116
-display        u      1256 # 117
-#display        v      # 118
-#display        w      # 119
-#display        x      # 120
-#display        y      # 121
-#display        z      # 122
-#display        {      # 123
-display        |      456 # 124
-#display        }      # 125
-#display        ~      # 126
-#display        \X007f      # 127
-#display        Ç      # 128
-#display        ü      # 129
-#display        é      # 130
-#display        â      # 131
-#display        ä      # 132
-#display        à      # 133
-#display        å      # 134
-#display        ç      # 135
-#display        ê      # 136
-#display        ë      # 137
-#display        è      # 138
-#display        ï      # 139
-#display#        î     # 140
-#display        ì      # 141
-#display        Ä      # 142
-#display        Å      # 143
-#display        É      # 144
-#display        æ      # 145
-#display        Æ      # 146
-#display        ô      # 147
-#display        ö      # 148
-#display        ò      # 149
-#display        û      # 150
-#display        ù      # 151
-#display        ÿ      # 152
-#display        Ö      # 153
-#display        Ü      # 154
-#display        ø      # 155
-#display        £      # 156
-#display        Ø      # 157
-#display        ×      # 158
-#display        ƒ      # 159
-#display        á      # 160
-#display        í      # 161
-#display        ó      # 162
-#display        ú      # 163
-#display        ñ      # 164
-#display        Ñ      # 165
-#display        ª      # 166
-#display        º      # 167
-#display        ¿      # 168
-#display        ®      # 169
-#display        ¬      # 170
-#display        ½      # 171
-#display        ¼      # 172
-#display        ¡      # 173
-#display        «      # 174
-#display        »      # 175
-#display        ░      16 # 176
-#display        ▒      123 # 177
-#display        ▓      # 178
-#display        │      # 179
-#display        ┤      # 180
-#display        Á      # 181
-#display        Â      # 182
-#display        À      # 183
-#display        ©      # 184
-#display        ╣      # 185
-#display        ║      # 186
-#display        ╗      # 187
-#display        ╝      # 188
-#display        ¢      # 189
-#display        ¥      # 190
-#display        ┐      # 191
-#display        └      # 192
-#display        ┴      # 193
-#display        ┬      # 194
-#display        ├      # 195
-#display        ─      # 196
-#display        ┼      # 197
-#display        ã      # 198
-#display        Ã      # 199
-#display        ╚      # 200
-#display        ╔      # 201
-#display        ╩      # 202
-#display        ╦      # 203
-#display        ╠      # 204
-#display        ═      # 205
-#display        ╬      # 206
-#display        ¤      # 207
-#display        ð      # 208
-#display        Ð      # 209
-#display        Ê      # 210
-#display        Ë      # 211
-#display        È      # 212
-#display        ı      # 213
-#display        Í      # 214
-#display        Î      # 215
-#display        Ï      # 216
-#display        ┘      # 217
-#display        ┌      # 218
-#display        █      # 219
-#display        ▄      # 220
-#display        ¦      # 221
-#display        Ì      # 222
-#display        ▀      # 223
-#display        Ó      # 224
-#display        ß      # 225
-#display        Ô      # 226
-#display        Ò      # 227
-#display        õ      # 228
-#display        Õ      # 229
-#display        µ      # 230
-#display        þ      # 231
-#display        Þ      # 232
-#display        Ú      # 233
-#display        Û      # 234
-#display        Ù      # 235
-#display        ý      # 236
-#display        Ý      # 237
-#display        ¯      # 238
-#display        ´      # 239
-#display        ­      # 240
-#display        ±      # 241
-#display        ‗      # 242
-#display        ¾      # 243
-#display        ¶      # 244
-#display        §      # 245
-#display        ÷      # 246
-#display        ¸      # 247
-#display        °      # 248
-#display        ¨      # 249
-#display        ·      # 250
-#display        ¹      # 251
-#display        ³      # 252
-#display        ²      # 253
-#display        ■      # 254
-#display               # 255
-#
-# Copyright (C) 1995-2008 by The BRLTTY Developers.
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-
-# BRLTTY Text Table - Turkish
-#
-# Samuel Thibault <samuel.thibault@ens-lyon.org>
-# 
-# This table is based on the Unesco report on the progress of unification of
-# braille writing « L'ÉCRITURE BRAILLE DANS LE MONDE », by Sir Clutha
-# MACKENZIE: http://unesdoc.unesco.org/images/0013/001352/135251fo.pdf
-# The document is dated 1954, so this table may be quite outdated.
-
-# generated by ttbtest
-space \s 0		SPACE
-punctuation ! 235		EXCLAMATION MARK
-punctuation " 2356		QUOTATION MARK
-punctuation ' 3		APOSTROPHE
-punctuation ( 236		LEFT PARENTHESIS
-punctuation ) 356		RIGHT PARENTHESIS
-punctuation , 2		COMMA
-punctuation - 36		HYPHEN-MINUS
-punctuation . 256		FULL STOP
-include digits8Dots.uti
-punctuation : 25		COLON
-punctuation ; 23		SEMICOLON
-punctuation ? 26		QUESTION MARK
-uppercase A 17		LATIN CAPITAL LETTER A
-uppercase B 127		LATIN CAPITAL LETTER B
-uppercase C 147		LATIN CAPITAL LETTER C
-uppercase D 1457		LATIN CAPITAL LETTER D
-uppercase E 157		LATIN CAPITAL LETTER E
-uppercase F 1247		LATIN CAPITAL LETTER F
-uppercase G 12457		LATIN CAPITAL LETTER G
-uppercase H 1257		LATIN CAPITAL LETTER H
-uppercase I 357		LATIN CAPITAL LETTER I
-uppercase J 2457		LATIN CAPITAL LETTER J
-uppercase K 137		LATIN CAPITAL LETTER K
-uppercase L 1237		LATIN CAPITAL LETTER L
-uppercase M 1347		LATIN CAPITAL LETTER M
-uppercase N 13457		LATIN CAPITAL LETTER N
-uppercase O 1357		LATIN CAPITAL LETTER O
-uppercase P 12347		LATIN CAPITAL LETTER P
-uppercase Q 123457		LATIN CAPITAL LETTER Q
-uppercase R 12357		LATIN CAPITAL LETTER R
-uppercase S 2347		LATIN CAPITAL LETTER S
-uppercase T 23457		LATIN CAPITAL LETTER T
-uppercase U 1367		LATIN CAPITAL LETTER U
-uppercase V 12367		LATIN CAPITAL LETTER V
-uppercase W 24567		LATIN CAPITAL LETTER W
-uppercase X 13467		LATIN CAPITAL LETTER X
-uppercase Y 134567		LATIN CAPITAL LETTER Y
-uppercase Z 13567		LATIN CAPITAL LETTER Z
-lowercase a 1		LATIN SMALL LETTER A
-lowercase b 12		LATIN SMALL LETTER B
-lowercase c 14		LATIN SMALL LETTER C
-lowercase d 145		LATIN SMALL LETTER D
-lowercase e 15		LATIN SMALL LETTER E
-lowercase f 124		LATIN SMALL LETTER F
-lowercase g 1245		LATIN SMALL LETTER G
-lowercase h 125		LATIN SMALL LETTER H
-lowercase i 24		LATIN SMALL LETTER I
-lowercase j 245		LATIN SMALL LETTER J
-lowercase k 13		LATIN SMALL LETTER K
-lowercase l 123		LATIN SMALL LETTER L
-lowercase m 134		LATIN SMALL LETTER M
-lowercase n 1345		LATIN SMALL LETTER N
-lowercase o 135		LATIN SMALL LETTER O
-lowercase p 1234		LATIN SMALL LETTER P
-lowercase q 12345		LATIN SMALL LETTER Q
-lowercase r 1235		LATIN SMALL LETTER R
-lowercase s 234		LATIN SMALL LETTER S
-lowercase t 2345		LATIN SMALL LETTER T
-lowercase u 136		LATIN SMALL LETTER U
-lowercase v 1236		LATIN SMALL LETTER V
-lowercase w 2456		LATIN SMALL LETTER W
-lowercase x 1346		LATIN SMALL LETTER X
-lowercase y 13456		LATIN SMALL LETTER Y
-lowercase z 1356		LATIN SMALL LETTER Z
-punctuation \x00a0 0		NO-BREAK SPACE
-uppercase \x00c2 3457		LATIN CAPITAL LETTER A WITH CIRCUMFLEX
-uppercase \x00c7 167		LATIN CAPITAL LETTER C WITH CEDILLA
-uppercase \x00ce 347		LATIN CAPITAL LETTER I WITH CIRCUMFLEX
-uppercase \x00d6 2467		LATIN CAPITAL LETTER O WITH DIAERESIS
-uppercase \x00db 1567		LATIN CAPITAL LETTER U WITH CIRCUMFLEX
-uppercase \x00dc 12567		LATIN CAPITAL LETTER U WITH DIAERESIS
-lowercase \x00e2 345		LATIN SMALL LETTER A WITH CIRCUMFLEX
-lowercase \x00e7 16		LATIN SMALL LETTER C WITH CEDILLA
-lowercase \x00ee 34		LATIN SMALL LETTER I WITH CIRCUMFLEX
-lowercase \x00f6 246		LATIN SMALL LETTER O WITH DIAERESIS
-lowercase \x00fb 156		LATIN SMALL LETTER U WITH CIRCUMFLEX
-lowercase \x00fc 1256		LATIN SMALL LETTER U WITH DIAERESIS
-uppercase \x011e 1267		LATIN CAPITAL LETTER G WITH BREVE
-lowercase \x011f 126		LATIN SMALL LETTER G WITH BREVE
-uppercase \x0130 247		LATIN CAPITAL LETTER I WITH DOT ABOVE
-lowercase \x0131 35		LATIN SMALL LETTER DOTLESS I
-uppercase \x015e 1467		LATIN CAPITAL LETTER S WITH CEDILLA
-lowercase \x015f 146		LATIN SMALL LETTER S WITH CEDILLA
-# liblouis: Italiano
-#
-#  Copyright (C) 2004-2008 ViewPlus Technologies, Inc. www.viewplus.com
-#  Copyright (C) 2004-2006 JJB Software, Inc. www.jjb-software.com
-#  Copyright (C) 2012 Mesar Hameed <mesar.hameed@gmail.com>
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-
-include text_nabcc.dis
-
-#--------------------- All chars definitions ------------------------------
-
-space \t 0 tab            #  9
-space \s 0 blank					# 32
-
-punctuation ! 235						33
-punctuation " 4						34
-sign # 3456								35
-sign $ 46									36
-sign % 123456							37
-sign & 12346							38
-punctuation ' 3	  				39
-punctuation ( 236					40
-punctuation ) 356					41
-punctuation *	35					42
-sign + 235								43
-midnum + 235							43
-punctuation , 2						44
-punctuation ­ 36					45  the hyphen-minus
-punctuation . 256						46
-sign / 256								47
-
-include digits6Dots.uti
-
-punctuation : 25			colon					58		x003A
-punctuation ;	23			semicolon			59		x003B
-math < 56														60		x003C
-math = 2356						equal sign		61		x003D
-math > 45														62		x003E
-punctuation ? 26										63		x003F
-sign @ 345						commercial at	64		x0040
-
-include latinLetterDef6Dots.uti
-punctuation [ 12356			91
-sign \\ 6								92
-punctuation ] 23456			93
-sign ^ 2346							94
-sign _ 456							95 underscore
-sign ` 345							96
-
-# a - z								# 97 - 122							x0061 - x007A
-
-punctuation { 12356			123
-sign | 34				124
-punctuation } 23456			125
-sign ~ 2346			126
-sign \x0080 15-136-1235-135										x0080
-
-space \X00A0 0				# no-break space													x00A0
-sign ¢ 4-14						cent sign																	x00A2
-sign £ 45-123					pound sign																x00A3
-sign ¤ 45-15					currency sign															x00A4
-sign ¥ 45-13456				yen	sign																	x00A5
-sign § 234-234				paragraph	sign														x00A7
-sign © 2356-6-14-2356 copyright																	x00A9
-punctuation « 236		left-pointing double quotation mark				x00AB
-sign ° 356						degree sign																x00B0
-sign ² 4-6-126				superscript 2 sign												x00B2
-sign ³ 4-6-146				superscript 3 sign												x00B3
-sign \x00B4 1256			acute accent
-sign \x00B5 46-134		# 181				µ micro sign									x00B5
-sign \x00B6 4-1234-345						¶ pilcrow sign								x00B6
-sign ¹ 4-6-16					superscript 1 sign												x00B9
-punctuation » 356		right-pointing double quotation mark			x00BB
-sign ¼ 6-16-34-1456		vulgar fraction one quarter								x00BC
-sign ½ 6-16-34-126		vulgar fraction one half									x00BD
-sign ¾ 6-126-34-1456	vulgar fraction 3 quarters								x00BE
-uplow	\x00D3\x00F3 346
-math × 46-16 multiplication sign														hex 0x00d7
-math ÷ 46-34 division sign																	hex 0x00f7
-
-uplow	\x0104\x0105 16
-uplow \x0106\x0107 146
-uplow	\x0118\x0119 156
-uplow	\x0141\x0142 126
-uplow	\x0143\x0144 1456
-uplow \x00C0\x00E0 12356				# a with grave
-uplow \x00C8\x00E8 2346				# e with grave
-uplow \x00C9\x00E9 123456				# e with acute
-uplow \x00CC\x00EC 34				# i with grave above
-uplow \x00D2\x00F2 346			# o with grave above
-uplow \x00D9\x00F9 23456			# u with grave above
-
-#----------------------------------------------------------------------------
-numsign 3456		#	number sign, just one operand
-capsletter 46
-begcapsword 4-6
-
-repeated *** 16-16-16
-prepunc `` 236
-prepunc " 236
-postpunc " 356
-
-repeated ___ 46-46-46
-
-repeated ::: 25-25-25
-repeated === 46-13-46-13-46-13
-repeated ~~~ 4-156-4-156-4-156
-always \s­\s 36-36
-always \s­\scom 36-36-14-135-134
-always ... 3-3-3
-always .\s.\s. 3-3-3 . . .
-
-repeated ­­­ 36-36-36
-always \s­\s 36-36
-
-
-# mathematical symbols
-midnum ­ 36
-endnum % 46
-# special character sequences
-literal :// URLs
-literal www.
-
-literal .com
-literal .edu
-literal .gov
-literal .mil
-literal .net
-literal .org
-
-literal .doc
-literal .htm
-literal .html
-literal .tex
-literal .txt
-
-literal .gif
-literal .jpg
-literal .png
-literal .wav
-
-literal .tar
-literal .zip
-# Attributes and dot patterns for the printable ASCII characters
-#
-#  Copyright (C) 2008 JJB Software, Inc. www.jjb-software.com
-#  Copyright (C) 2012 Mesar Hameed <mesar.hameed@gmail.com>
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-
-space \t 0 tab          # 9
-space \x000A 0
-space \x000D 0
-space \s 0 blank				# 32
-punctuation ! 5					# 33
-punctuation " 4					# 34
-sign # 3456							# 35
-sign $ 46								# 36
-sign % 123456						% 37
-sign & 12346						# 38
-punctuation ' 6					# 39 apostrophe
-punctuation ( 236				# 40
-punctuation ) 356				# 41
-sign * 35								# 42 asterisk
-math + 235							# 43
-punctuation , 2					# 44 comma
-punctuation - 36				# 45 hyphen minus
-punctuation . 3					# 46
-math / 256							# 47
-
-include digits6DotsPlusDot6.uti
-
-punctuation : 25				# 58
-punctuation ; 23				# 59
-math < 56								# 60
-math = 2356							# 61
-math > 45								# 62
-punctuation ? 26				# 63
-sign @ 345							# 64
-
-include latinLetterDef6Dots.uti
-
-punctuation [ 123567					# 91
-sign \\ 347										# 92 backslash
-punctuation ] 234567					# 93
-sign ^ 23467									# 94 circumflex accent
-sign _ 456										# 95 underscore
-sign ` 3458										# 96 grave accent
-
-# a - z												# 97 - 122
-
-punctuation { 12356						# 123
-sign | 34											# 124 vertical line
-punctuation } 23456						# 125
-math ~ 2346										# 126
-
-space \X00A0 0							# no-break space
-sign \x00A2 4-14						# ¢ cents sign
-sign \x00A3 4-123						# £ pounds sign
-sign \x00A5 4-13456					#	¥ yen sign
-sign \x00A7 356							# § section sign
-sign \x00A9 2356-46-14-2356 # 169				© copyright sign
-punctuation \x00Ad 36				# 173				soft hyphen
-sign \x00B0 4-356						# 176				° degrees sign
-sign \x00B5 46-134					# 181				µ micro sign
-sign \x00B6 346							#						¶ pilcrow sign
-math \x00D7 4-236						#						× multiplication sign
-math \x00F7 4-256						#						÷ division sign
-
-punctuation \x2010 36					# 8208			hyphen
-punctuation \x2013 56-36			# 8211			en dash
-punctuation \x2014 6-36				# 8212			em dash
-punctuation	\x2018 6-236			# 8216			smart single left quotation mark
-punctuation	\x2019 6-356			# 8217			smart single right quotation mark
-punctuation	\x201C 236				# 8220			smart opening double quote
-punctuation	\x201D 356				# 8221			smart closing double quote
-punctuation	\x201E 236				# 8222			smart double low quotation mark
-punctuation	\x201F 356				# 8223			smart double high reverse quotation mark
-punctuation \x2026 3-3-3			#	8230			smart ellipsis
-
-noback sign \X25CF 35						# 9679			black circle
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-# ----------------------------------------------------------------------------------------------
-#  odt2braille - Braille authoring in OpenOffice.org.
-#  Copyright (c) 2010 by DocArch <http://www.docarch.be>.
-# ----------------------------------------------------------------------------------------------
-#
-#  Catalan Braille
-#     Created and maintained by Bert Frees <bertfrees@gmail.com>
-#	  with the assistance of Carles Sadurní Anguita <http://www.transcriptor.net/>
-#
-# ----------------------------------------------------------------------------------------------
-
-# ==============================================================================================
-# SINGLE-CELL
-# ==============================================================================================
-
-# ----------------------------------------------------------------------------------------------
-# Unicode 0000..007F  C0 Controls and Basic Latin
-# ----------------------------------------------------------------------------------------------
-
-include latinLetterDef6Dots.uti
-
-uplow       \x00C0\x00E0  12356,12356         Àà                  LATIN CAPITAL LETTER A WITH GRAVE - LATIN SMALL LETTER A WITH GRAVE
-uplow       \x00C7\x00E7  12346,12346         Çç                  LATIN CAPITAL LETTER C WITH CEDILLA - LATIN SMALL LETTER C WITH CEDILLA
-uplow       \x00C8\x00E8  2346,2346           Èè                  LATIN CAPITAL LETTER E WITH GRAVE - LATIN SMALL LETTER E WITH GRAVE
-uplow       \x00C9\x00E9  123456,123456       Éé                  LATIN CAPITAL LETTER E WITH ACUTE - LATIN SMALL LETTER E WITH ACUTE
-uplow       \x00CD\x00ED  34,34               Íí                  LATIN CAPITAL LETTER I WITH ACUTE - LATIN SMALL LETTER I WITH ACUTE
-uplow       \x00CF\x00EF  12456,12456         Ïï                  LATIN CAPITAL LETTER I WITH DIAERESIS - LATIN SMALL LETTER I WITH DIAERESIS
-uplow       \x00D2\x00F2  346,346             Òò                  LATIN CAPITAL LETTER O WITH GRAVE - LATIN SMALL LETTER O WITH GRAVE
-uplow       \x00D3\x00F3  246,246             Óó                  LATIN CAPITAL LETTER O WITH ACUTE - LATIN SMALL LETTER O WITH ACUTE
-uplow       \x00DA\x00FA  23456,23456         Úú                  LATIN CAPITAL LETTER U WITH ACUTE - LATIN SMALL LETTER U WITH ACUTE
-uplow       \x00DC\x00FC  1256,1256           Üü                  LATIN CAPITAL LETTER U WITH DIAERESIS - LATIN SMALL LETTER U WITH DIAERESIS
-
-space       \x0009        9                                       <control> HORIZONTAL TABULATION
-space       \x000A        0                                       <control> LINE FEED
-space       \x000C        0                                       <control> FORM FEED
-space       \x000D        0                                       <control> CARRIAGE RETURN
-space       \x001B        1b                                      <control> ESCAPE
-space       \x0020        0                                       SPACE
-punctuation \x0021        256                 !                   EXCLAMATION MARK
-punctuation \x0022        236                 "                   QUOTATION MARK
-punctuation \x0027        3                   '                   APOSTROPHE
-punctuation \x0028        126                 (                   LEFT PARENTHESIS
-punctuation \x0029        345                 )                   RIGHT PARENTHESIS
-sign        \x002A        35                  *                   ASTERISK
-math        \x002B        235                 +                   PLUS SIGN
-punctuation \x002C        2                   ,                   COMMA
-punctuation \x002D        36                  -                   HYPHEN-MINUS
-punctuation \x002E        3                   .                   FULL STOP
-include loweredDigits6Dots.uti
-punctuation \x003A        25                  :                   COLON
-punctuation \x003B        23                  ;                   SEMICOLON
-math        \x003C        246                 <                   LESS-THAN SIGN
-math        \x003D        2356                =                   EQUALS SIGN
-math        \x003E        135                 >                   GREATER-THAN SIGN
-punctuation \x003F        26                  ?                   QUESTION MARK
-punctuation \x005B        12356               [                   LEFT SQUARE BRACKET
-punctuation \x005D        23456               ]                   RIGHT SQUARE BRACKET
-sign        \x007C        456                 |                   VERTICAL LINE
-
-
-# ----------------------------------------------------------------------------------------------
-# Unicode 0080..00FF  C1 Controls and Latin-1 Supplement
-# ----------------------------------------------------------------------------------------------
-
-punctuation \x0082        2                   ‚                   <control> BREAK PERMITTED HERE - ANSI: SINGLE LOW-9 QUOTATION MARK - MACROMAN: C CEDILLA
-punctuation \x0084        236                 „                   <control> - ANSI: DOUBLE LOW-9 QUOTATION MARK - MACROMAN: N TILDE
-punctuation \x0093        236                 “                   <control> SET TRANSMIT STATE - ANSI: LEFT DOUBLE QUOTATION MARK - MACROMAN: I GRAVE
-punctuation \x0094        236                 ”                   <control> CANCEL CHARACTER - ANSI: RIGHT DOUBLE QUOTATION MARK - MACROMAN: I CIRCUMFLEX
-punctuation \x0096        36                  –                   <control> START OF GUARDED AREA - ANSI: EN DASH - MACROMAN: N TILDE
-space       \x00A0        a                                       NO-BREAK SPACE
-punctuation \x00A1        235                 ¡                   INVERTED EXCLAMATION MARK
-punctuation \x00AB        236                 «                   LEFT-POINTING DOUBLE ANGLE QUOTATION MARK
-punctuation \x00AD        36                  ­                   SOFT HYPHEN
-sign        \x00B8        2                   ¸                   CEDILLA
-punctuation \x00BB        236                 »                   RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK
-punctuation \x00B7        5                   ·                   MIDDLE DOT
-punctuation \x00BF        26                  ¿                   INVERTED QUESTION MARK
-math        \x00D7        236                 ×                   MULTIPLICATION SIGN
-math        \x00F7        256                 ÷                   DIVISION SIGN
-
-
-# ----------------------------------------------------------------------------------------------
-# Unicode 2000..206F  General Punctuation
-# ----------------------------------------------------------------------------------------------
-
-punctuation \x2010        36                  ‐                   HYPHEN
-punctuation \x2011        36                  ‑                   NON-BREAKING HYPHEN
-punctuation \x2012        36                  ‒                   FIGURE DASH
-punctuation \x2013        36                  –                   EN DASH
-punctuation \x2018        236                 ‘                   LEFT SINGLE QUOTATION MARK
-punctuation \x2019        236                 ’                   RIGHT SINGLE QUOTATION MARK
-punctuation \x201A        236                 ‚                   SINGLE LOW-9 QUOTATION MARK
-punctuation \x201B        236                 ‛                   SINGLE HIGH-REVERSED-9 QUOTATION MARK
-punctuation \x201C        236                 “                   LEFT DOUBLE QUOTATION MARK
-punctuation \x201D        236                 ”                   RIGHT DOUBLE QUOTATION MARK
-punctuation \x201E        236                 „                   DOUBLE LOW-9 QUOTATION MARK
-punctuation \x201F        236                 ‟                   DOUBLE HIGH-REVERSED-9 QUOTATION MARK
-punctuation \x2043        36                  ⁃                   HYPHEN BULLET
-
-include braille-patterns.cti
-
-# ==============================================================================================
-# MULTI-CELL
-# ==============================================================================================
-
-# ----------------------------------------------------------------------------------------------
-# Unicode 0000..007F  C0 Controls and Basic Latin
-# ----------------------------------------------------------------------------------------------
-
-sign        \x0024        345-234             $                   DOLLAR SIGN
-math        \x0025        456-356             %                   PERCENT SIGN
-sign        \x0026        6-12346             &                   AMPERSAND
-math        \x002F        6-2                 /                   SOLIDUS
-sign        \x0040        56-16               @                   COMMERCIAL AT
-sign        \x005C        5-3                 \                   REVERSE SOLIDUS
-math        \x007B        5-123               {                   LEFT CURLY BRACKET
-math        \x007D        456-2               }                   RIGHT CURLY BRACKET
-
-
-# ----------------------------------------------------------------------------------------------
-# Unicode 0080..00FF  C1 Controls and Latin-1 Supplement
-# ----------------------------------------------------------------------------------------------
-
-sign        \x0080        456-15              €                   <control> - ANSI: EURO-CURRENCY SIGN - MACROMAN: A DIAERESIS
-punctuation \x0085        3-3-3               …                   <control> NEXT LINE (NEL) - ANSI: HORIZONTAL ELLIPSIS - MACROMAN: O DIAERESIS
-sign        \x0089        456-356-356         ‰                   <control> CHARACTER TABULATION WITH JUSTIFICATION - ANSI: PER MILLE SIGN - MACROMAN: A CIRCUMFLEX
-punctuation \x0097        36-36               —                   <control> END OF GUARDED AREA - ANSI: EM DASH - MACROMAN: O ACUTE
-sign        \x00A2        45-14               ¢                   CENT SIGN
-sign        \x00A3        5-2346              £                   POUND SIGN
-sign        \x00A5        456-13456           ¥                   YEN SIGN
-sign        \x00A9        126-46-14-345       ©                   COPYRIGHT SIGN
-sign        \x00AA        56-16               ª                   FEMININE ORDINAL INDICATOR
-sign        \x00AE        126-46-1235-345     ®                   REGISTERED SIGN
-math        \x00B1        235-25-36           ±                   PLUS-MINUS SIGN
-sign        \x00B2        16-3456-12          ²                   SUPERSCRIPT TWO
-sign        \x00B3        16-3456-14          ³                   SUPERSCRIPT THREE
-sign        \x00B5        4-134               µ                   MICRO SIGN
-math        \x00BC        1456-2-145          ¼                   VULGAR FRACTION ONE QUARTER
-math        \x00BD        1456-2-12           ½                   VULGAR FRACTION ONE HALF
-math        \x00BE        1456-25-145         ¾                   VULGAR FRACTION THREE QUARTERS
-
-
-# ----------------------------------------------------------------------------------------------
-# Unicode 0100..017F  Latin Extended-A
-# ----------------------------------------------------------------------------------------------
-
-uplow       \x013F\x0140  123-5,123-5         Ŀŀ                  LATIN CAPITAL LETTER L WITH MIDDLE DOT - LATIN SMALL LETTER L WITH MIDDLE DOT
-
-
-# ----------------------------------------------------------------------------------------------
-# Unicode 0370..03FF  Greek and Coptic
-# ----------------------------------------------------------------------------------------------
-
-lowercase   \x03B1        4-1                 α                   GREEK SMALL LETTER ALPHA
-lowercase   \x03B2        4-12                β                   GREEK SMALL LETTER BETA
-lowercase   \x03B3        4-1245              γ                   GREEK SMALL LETTER GAMMA
-lowercase   \x03B4        4-145               δ                   GREEK SMALL LETTER DELTA
-lowercase   \x03B5        4-15                ε                   GREEK SMALL LETTER EPSILON
-lowercase   \x03B6        4-1356              ζ                   GREEK SMALL LETTER ZETA
-lowercase   \x03B7        4-156               η                   GREEK SMALL LETTER ETA
-lowercase   \x03B8        4-1456              θ                   GREEK SMALL LETTER THETA
-lowercase   \x03B9        4-24                ι                   GREEK SMALL LETTER IOTA
-lowercase   \x03BA        4-13                κ                   GREEK SMALL LETTER KAPPA
-lowercase   \x03BB        4-123               λ                   GREEK SMALL LETTER LAMDA
-lowercase   \x03BC        4-134               μ                   GREEK SMALL LETTER MU
-lowercase   \x03BD        4-1345              ν                   GREEK SMALL LETTER NU
-lowercase   \x03BE        4-1346              ξ                   GREEK SMALL LETTER XI
-lowercase   \x03BF        4-135               ο                   GREEK SMALL LETTER OMICRON
-lowercase   \x03C0        4-1234              π                   GREEK SMALL LETTER PI
-lowercase   \x03C1        4-1235              ρ                   GREEK SMALL LETTER RHO
-lowercase   \x03C2        4-234               ς                   GREEK SMALL LETTER FINAL SIGMA
-lowercase   \x03C3        4-234               σ                   GREEK SMALL LETTER SIGMA
-lowercase   \x03C4        4-2345              τ                   GREEK SMALL LETTER TAU
-lowercase   \x03C5        4-136               υ                   GREEK SMALL LETTER UPSILON
-lowercase   \x03C6        4-124               φ                   GREEK SMALL LETTER PHI
-lowercase   \x03C7        4-12346             χ                   GREEK SMALL LETTER CHI
-lowercase   \x03C8        4-13456             ψ                   GREEK SMALL LETTER PSI
-lowercase   \x03C9        4-2456              ω                   GREEK SMALL LETTER OMEGA
-
-
-# ----------------------------------------------------------------------------------------------
-# Unicode 2000..206F  General Punctuation
-# ----------------------------------------------------------------------------------------------
-
-punctuation \x2014        36-36               —                   EM DASH
-punctuation \x2015        36-36               ―                   HORIZONTAL BAR
-punctuation \x2026        3-3-3               …                   HORIZONTAL ELLIPSIS
-
-
-# ----------------------------------------------------------------------------------------------
-# Unicode 20A0..20CF  Currency Symbols
-# ----------------------------------------------------------------------------------------------
-
-sign        \x20AC        456-15              €                   EURO SIGN
-
-
-# ----------------------------------------------------------------------------------------------
-#-name: Schweizerdeutsche Kurzschrift
-#-display-name: Swiss High German fully contracted braille
-
-#+locale:de-CH
-#+type:literary
-#+contraction:full
-#+grade:2
-#+hyphenation:yes
-
-# TODO: Please correct the metadata above. It is not meant to be
-# accurate nor complete. It hasn't been verified by the table
-# author yet. It is merely an attempt by the liblouis maintainers
-# to get some sensible initial values in place.
-
-# TODO: Please add a reference to official documentation about
-# the implemented braille code. Preferably submit the documents
-# to https://github.com/liblouis/braille-specs.
-
-include de-ch-g2.ctb
-include hyph_de_DE.dic
-include braille-patterns.cti
-#
-#  Copyright (C) 2010, 2011 DocArch <http://www.docarch.be>.
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-#
-#-------------------------------------------------------------------------------
-#
-#  Flemish Braille Math Code (a.k.a. Woluwe code)
-#     Created and maintained by Bert Frees <bertfrees@gmail.com>
-#     See also: « Handleiding Braillesymbolen Wiskunde »
-#              (Gilbert Notaert, Marc Suij en Emmanuel Vandekerkhove, G.on Woluwe, 1984)
-#
-# ----------------------------------------------------------------------------------------------
-
-# ----------------------------------------------------------------------------------------------
-# Unicode 0000..007F  C0 Controls and Basic Latin
-# ----------------------------------------------------------------------------------------------
-
-include digits6Dots.uti
-
-space       \x0020        0                                       SPACE
-punctuation \x0021        6-235               !                   EXCLAMATION MARK
-punctuation \x0022        4-35-35             "                   QUOTATION MARK
-math        \x0025        3456-245-356        %                   PERCENT SIGN
-punctuation \x0027        4-35                '                   APOSTROPHE
-punctuation \x0028        126                 (                   LEFT PARENTHESIS
-punctuation \x0029        345                 )                   RIGHT PARENTHESIS
-math        \x002B        235                 +                   PLUS SIGN
-punctuation \x002C        6-2-0               ,                   COMMA
-punctuation \x002D        36                  -                   HYPHEN-MINUS
-math        \x002E        236                 .                   FULL STOP
-math        \x002F        34                  /                   SOLIDUS
-punctuation \x003A        6-25-0              :                   COLON
-punctuation \x003B        6-23-0              ;                   SEMICOLON
-math        \x003C        246                 <                   LESS-THAN SIGN
-math        \x003D        2356                =                   EQUALS SIGN
-math        \x003E        4-135               >                   GREATER-THAN SIGN
-punctuation \x003F        6-26                ?                   QUESTION MARK
-math        \x007B        5-12356             {                   LEFT CURLY BRACKET
-math        \x007D        5-23456             }                   RIGHT CURLY BRACKET
-math        \x007E        26                  ~                   TILDE
-
-
-# ----------------------------------------------------------------------------------------------
-# Unicode 0080..00FF  C1 Controls and Latin-1 Supplement
-# ----------------------------------------------------------------------------------------------
-
-space       \x00A0        a                                       NO-BREAK SPACE
-math        \x00AF        36                  ¯                   MACRON
-sign        \x00B0        34-356              °                   DEGREE SIGN
-math        \x00B1        235-36              ±                   PLUS-MINUS SIGN
-math        \x00B2        34-23               ²                   SUPERSCRIPT TWO
-math        \x00B3        34-25               ³                   SUPERSCRIPT THREE
-math        \x00B9        34-2                ¹                   SUPERSCRIPT ONE
-math        \x00BA        34-356              º                   MASCULINE ORDINAL INDICATOR
-math        \x00BC        3456-1-256          ¼                   VULGAR FRACTION ONE QUARTER
-math        \x00BD        3456-1-23           ½                   VULGAR FRACTION ONE HALF
-math        \x00BE        3456-14-256         ¾                   VULGAR FRACTION THREE QUARTERS
-letter      \x00C2        46-1-45-346         Â                   LATIN CAPITAL LETTER A WITH CIRCUMFLEX
-letter      \x00C3        46-1-45-26          Ã                   LATIN CAPITAL LETTER A WITH TILDE
-math        \x00D7        236                 ×                   MULTIPLICATION SIGN
-letter      \x00E2        1-45-346            â                   LATIN SMALL LETTER A WITH CIRCUMFLEX
-letter      \x00E3        1-45-26             ã                   LATIN SMALL LETTER A WITH TILDE
-math        \x00F7        256                 ÷                   DIVISION SIGN
-
-
-# ----------------------------------------------------------------------------------------------
-# Unicode 0300..036F  Combining Diacritical Marks
-# ----------------------------------------------------------------------------------------------
-
-math        \x0302        346                 ̂                   COMBINING CIRCUMFLEX ACCENT
-math        \x0303        26                  ̃                   COMBINING TILDE
-math        \x0304        36                  ̄                   COMBINING MACRON
-
-
-# ----------------------------------------------------------------------------------------------
-# Unicode 0370..03FF  Greek and Coptic
-# ----------------------------------------------------------------------------------------------
-
-letter      \x0391        456-1               Α                   GREEK CAPITAL LETTER ALPHA
-letter      \x0392        456-12              Β                   GREEK CAPITAL LETTER BETA
-letter      \x0393        456-1245            Γ                   GREEK CAPITAL LETTER GAMMA
-letter      \x0394        456-145             Δ                   GREEK CAPITAL LETTER DELTA
-letter      \x0395        456-15              Ε                   GREEK CAPITAL LETTER EPSILON
-letter      \x0396        456-1356            Ζ                   GREEK CAPITAL LETTER ZETA
-letter      \x0397        456-345             Η                   GREEK CAPITAL LETTER ETA
-letter      \x0398        456-1456            Θ                   GREEK CAPITAL LETTER THETA
-letter      \x0399        456-24              Ι                   GREEK CAPITAL LETTER IOTA
-letter      \x039A        456-13              Κ                   GREEK CAPITAL LETTER KAPPA
-letter      \x039B        456-123             Λ                   GREEK CAPITAL LETTER LAMDA
-letter      \x039C        456-134             Μ                   GREEK CAPITAL LETTER MU
-letter      \x039D        456-1345            Ν                   GREEK CAPITAL LETTER NU
-letter      \x039E        456-1346            Ξ                   GREEK CAPITAL LETTER XI
-letter      \x039F        456-135             Ο                   GREEK CAPITAL LETTER OMICRON
-letter      \x03A0        456-1234            Π                   GREEK CAPITAL LETTER PI
-letter      \x03A1        456-1235            Ρ                   GREEK CAPITAL LETTER RHO
-letter      \x03A3        456-234             Σ                   GREEK CAPITAL LETTER SIGMA
-letter      \x03A4        456-2345            Τ                   GREEK CAPITAL LETTER TAU
-letter      \x03A5        456-13456           Υ                   GREEK CAPITAL LETTER UPSILON
-letter      \x03A6        456-124             Φ                   GREEK CAPITAL LETTER PHI
-letter      \x03A7        456-125             Χ                   GREEK CAPITAL LETTER CHI
-letter      \x03A8        456-12346           Ψ                   GREEK CAPITAL LETTER PSI
-letter      \x03A9        456-245             Ω                   GREEK CAPITAL LETTER OMEGA
-lowercase   \x03B1        56-1                α                   GREEK SMALL LETTER ALPHA
-lowercase   \x03B2        56-12               β                   GREEK SMALL LETTER BETA
-lowercase   \x03B3        56-1245             γ                   GREEK SMALL LETTER GAMMA
-lowercase   \x03B4        56-145              δ                   GREEK SMALL LETTER DELTA
-lowercase   \x03B5        56-15               ε                   GREEK SMALL LETTER EPSILON
-lowercase   \x03B6        56-1356             ζ                   GREEK SMALL LETTER ZETA
-lowercase   \x03B7        56-345              η                   GREEK SMALL LETTER ETA
-lowercase   \x03B8        56-1456             θ                   GREEK SMALL LETTER THETA
-lowercase   \x03B9        56-24               ι                   GREEK SMALL LETTER IOTA
-lowercase   \x03BA        56-13               κ                   GREEK SMALL LETTER KAPPA
-lowercase   \x03BB        56-123              λ                   GREEK SMALL LETTER LAMDA
-lowercase   \x03BC        56-134              μ                   GREEK SMALL LETTER MU
-lowercase   \x03BD        56-1345             ν                   GREEK SMALL LETTER NU
-lowercase   \x03BE        56-1346             ξ                   GREEK SMALL LETTER XI
-lowercase   \x03BF        56-135              ο                   GREEK SMALL LETTER OMICRON
-lowercase   \x03C0        56-1234             π                   GREEK SMALL LETTER PI
-lowercase   \x03C1        56-1235             ρ                   GREEK SMALL LETTER RHO
-lowercase   \x03C2        56-234              ς                   GREEK SMALL LETTER FINAL SIGMA
-lowercase   \x03C3        56-234              σ                   GREEK SMALL LETTER SIGMA
-lowercase   \x03C4        56-2345             τ                   GREEK SMALL LETTER TAU
-lowercase   \x03C5        56-13456            υ                   GREEK SMALL LETTER UPSILON
-lowercase   \x03C6        56-124              φ                   GREEK SMALL LETTER PHI
-lowercase   \x03C7        56-125              χ                   GREEK SMALL LETTER CHI
-lowercase   \x03C8        56-12346            ψ                   GREEK SMALL LETTER PSI
-lowercase   \x03C9        56-245              ω                   GREEK SMALL LETTER OMEGA
-lowercase   \x03D5        56-124              ϕ                   GREEK PHI SYMBOL
-
-
-# ----------------------------------------------------------------------------------------------
-# Unicode 2000..206F  General Punctuation
-# ----------------------------------------------------------------------------------------------
-
-
-math        \x2030        3456-245-356-356    ‰                   PER MILLE SIGN
-math        \x2032        4-35                ′                   PRIME
-math        \x2033        4-35-35             ″                   DOUBLE PRIME
-math        \x2034        4-35-35-35          ‴                   TRIPLE PRIME
-math        \x2070        34-356              ⁰                   SUPERSCRIPT ZERO
-math        \x2074        34-256              ⁴                   SUPERSCRIPT FOUR
-math        \x2075        34-26               ⁵                   SUPERSCRIPT FIVE
-math        \x2076        34-235              ⁶                   SUPERSCRIPT SIX
-math        \x2077        34-2356             ⁷                   SUPERSCRIPT SEVEN
-math        \x2078        34-236              ⁸                   SUPERSCRIPT EIGHT
-math        \x2079        34-35               ⁹                   SUPERSCRIPT NINE
-math        \x207F        34-1345-156         ⁿ                   SUPERSCRIPT LATIN SMALL LETTER N
-math        \x2080        16-356              ₀                   SUBSCRIPT ZERO
-math        \x2081        16-2                ₁                   SUBSCRIPT ONE
-math        \x2082        16-23               ₂                   SUBSCRIPT TWO
-math        \x2083        16-25               ₃                   SUBSCRIPT THREE
-math        \x2084        16-256              ₄                   SUBSCRIPT FOUR
-math        \x2085        16-26               ₅                   SUBSCRIPT FIVE
-math        \x2086        16-235              ₆                   SUBSCRIPT SIX
-math        \x2087        16-2356             ₇                   SUBSCRIPT SEVEN
-math        \x2088        16-236              ₈                   SUBSCRIPT EIGHT
-math        \x2089        16-35               ₉                   SUBSCRIPT NINE
-math        \x2090        16-1-156            ₐ                   LATIN SUBSCRIPT SMALL LETTER A
-math        \x2091        16-15-156           ₑ                   LATIN SUBSCRIPT SMALL LETTER E
-math        \x2092        16-135-156          ₒ                   LATIN SUBSCRIPT SMALL LETTER O
-math        \x2093        16-1346-156         ₓ                   LATIN SUBSCRIPT SMALL LETTER X
-
-
-
-# ----------------------------------------------------------------------------------------------
-# Unicode 2100..214F  Letterlike Symbols
-# ----------------------------------------------------------------------------------------------
-
-
-math        \x2102        4-14                ℂ                   DOUBLE-STRUCK CAPITAL C
-math        \x2115        4-1345              ℕ                   DOUBLE-STRUCK CAPITAL N
-math        \x211A        4-12345             ℚ                   DOUBLE-STRUCK CAPITAL Q
-math        \x211C        12346-1235          ℜ                   BLACK-LETTER CAPITAL R
-math        \x211D        4-1235              ℝ                   DOUBLE-STRUCK CAPITAL R
-math        \x2124        4-1356              ℤ                   DOUBLE-STRUCK CAPITAL Z
-
-
-# ----------------------------------------------------------------------------------------------
-# Unicode 2190..21FF  Arrows
-# ----------------------------------------------------------------------------------------------
-
-
-math        \x2190        2-25                ←                   LEFTWARDS ARROW
-math        \x2191        6-346               ↑                   UPWARDS ARROW
-math        \x2192        25-2                →                   RIGHTWARDS ARROW
-math        \x2193        4-146               ↓                   DOWNWARDS ARROW
-math        \x2194        2-25-2              ↔                   LEFT RIGHT ARROW
-math        \x21D0        2-2356              ⇐                   LEFTWARDS DOUBLE ARROW
-math        \x21D2        2356-2              ⇒                   RIGHTWARDS DOUBLE ARROW
-math        \x21D4        2-2356-2            ⇔                   LEFT RIGHT DOUBLE ARROW
-
-
-# ----------------------------------------------------------------------------------------------
-# Unicode 2200..22FF  Mathematical Operators
-# ----------------------------------------------------------------------------------------------
-
-
-math        \x2200        12346-2             ∀                   FOR ALL
-math        \x2203        12346-26            ∃                   THERE EXISTS
-math        \x2205        12456-35            ∅                   EMPTY SET
-math        \x2208        4-15                ∈                   ELEMENT OF
-math        \x2209        35-4-15             ∉                   NOT AN ELEMENT OF
-math        \x220B        4-24                ∋                   CONTAINS AS MEMBER
-math        \x220C        35-4-24             ∌                   DOES NOT CONTAIN AS MEMBER
-math        \x220F        456-1234            ∏                   N-ARY PRODUCT
-math        \x2211        456-234             ∑                   N-ARY SUMMATION
-math        \x2212        36                  −                   MINUS SIGN
-math        \x2215        34                  ∕                   DIVISION SLASH
-math        \x2216        16                  ∖                   SET MINUS
-math        \x2217        356                 ∗                   ASTERISK OPERATOR
-math        \x221E        3456-123456         ∞                   INFINITY
-math        \x2221        12456-246           ∡                   MEASURED ANGLE
-math        \x2222        12456-246           ∢                   SPHERICAL ANGLE
-math        \x2223        1456                ∣                   DIVIDES
-math        \x2224        35-1456             ∤                   DOES NOT DIVIDE
-math        \x2225        34-34               ∥                   PARALLEL TO
-math        \x2226        35-34-34            ∦                   NOT PARALLEL TO
-math        \x2227        346                 ∧                   LOGICAL AND
-math        \x2228        146                 ∨                   LOGICAL OR
-math        \x2229        346                 ∩                   INTERSECTION
-math        \x222A        146                 ∪                   UNION
-math        \x222B        2346                ∫                   INTEGRAL
-math        \x222C        2346-2346           ∬                   DOUBLE INTEGRAL
-math        \x222D        2346-2346-2346      ∭                   TRIPLE INTEGRAL
-math        \x223C        26                  ∼                   TILDE OPERATOR
-math        \x2243        26-2356             ≃                   ASYMPTOTICALLY EQUAL TO
-math        \x2248        26-26               ≈                   ALMOST EQUAL TO
-math        \x2260        35-2356             ≠                   NOT EQUAL TO
-math        \x2261        2356-2356           ≡                   IDENTICAL TO
-math        \x2264        246-2356            ≤                   LESS-THAN OR EQUAL TO
-math        \x2265        4-135-2356          ≥                   GREATER-THAN OR EQUAL TO
-math        \x2282        126                 ⊂                   SUBSET OF
-math        \x2283        345                 ⊃                   SUPERSET OF
-math        \x2284        35-126              ⊄                   NOT A SUBSET OF
-math        \x2285        35-345              ⊅                   NOT A SUPERSET OF
-math        \x2286        126-2356            ⊆                   SUBSET OF OR EQUAL TO
-math        \x2287        345-2356            ⊇                   SUPERSET OF OR EQUAL TO
-math        \x2288        35-126-2356         ⊈                   NEITHER A SUBSET OF NOR EQUAL TO
-math        \x2289        35-345-2356         ⊉                   NEITHER A SUPERSET OF NOR EQUAL TO
-math        \x22A5        3456-3              ⊥                   UP TACK
-math        \x22C5        236                 ⋅                   DOT OPERATOR
-math        \x22D5        34-34-2356          ⋕                   EQUAL AND PARALLEL TO
-
-
-# ----------------------------------------------------------------------------------------------
-
-# liblouis: Russian translation table for program sources
-#
-# -----------
-#-display-name: Russian computer braille
-#
-#+locale:ru
-#+type:computer
-#
-# TODO: Please correct the metadata above. It is not meant to be
-# accurate nor complete. It hasn't been verified by the table
-# author yet. It is merely an attempt by the liblouis maintainers
-# to get some sensible initial values in place.
-#
-# TODO: Please add a reference to official documentation about
-# the implemented braille code. Preferably submit the documents
-# to https://github.com/liblouis/braille-specs.
-# -----------
-#
-#  Copyright (C) 2013 Igor B. Poretsky <poretsky@mlbox.ru>
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 3 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-
-# This table is not a computer braille in usual sense.
-# It is intended for producing printable braille representation
-# of a program source text, especially when it contains
-# Russian comments or literals. Use it as an alternative
-# literary braille table.
-
-# Display and character definitions:
-include ru-letters.dis
-include ru-chardefs.cti
-include chardefs.cti
-
-# Braille indicators:
-numsign 3456  number sign, just a dots operand
-capsletter 46
-begcapsword 56
-endcapsword 6
-
-# The decimal digits:
-include litdigits6Dots.uti
-
-# Punctuations:
-decpoint . 256
-prepunc " 236
-postpunc " 356
-hyphen - 36
-always . 256
-always , 2
-always ; 6-23
-always : 25
-always ? 6-26
-always ! 6-235
-always ' 3
-always ` 4
-
-# Special symbols:
-always @ 4-1
-always # 4-1345
-always $ 4-145
-always % 3456-356
-always ^ 56-26
-always & 6-12346
-always * 23
-always ( 126
-always ) 345
-always _ 6-25
-always [ 12356
-always ] 23456
-always { 46-126
-always } 46-345
-always \\ 4-16
-always | 456-3
-always ~ 26
-
-# mathematical symbols:
-always - 36
-always + 235
-always / 6-34
-always < 4-246
-always > 4-135
-always = 2356
-
-# Symbol classes for special rules below:
-class upperlatin ABCDEFGHIJKLMNOPQRSTUVWXYZ
-class lowerlatin abcdefghijklmnopqrstuvwxyz
-class uppercyrillic \x0401\x0410\x0411\x0412\x0413\x0414\x0415\x0416\x0417\x0418\x0419\x041A\x041B\x041C\x041D\x041E\x041F\x0420\x0421\x0422\x0423\x0424\x0425\x0426\x0427\x0428\x0429\x042A\x042B\x042C\x042D\x042E\x042F
-class lowercyrillic \x0430\x0431\x0432\x0433\x0434\x0435\x0436\x0437\x0438\x0439\x043A\x043B\x043C\x043D\x043E\x043F\x0440\x0441\x0442\x0443\x0444\x0445\x0446\x0447\x0448\x0449\x044A\x044B\x044C\x044D\x044E\x044F\x0451
-
-class latin ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz
-class cyrillic \x0401\x0410\x0411\x0412\x0413\x0414\x0415\x0416\x0417\x0418\x0419\x041A\x041B\x041C\x041D\x041E\x041F\x0420\x0421\x0422\x0423\x0424\x0425\x0426\x0427\x0428\x0429\x042A\x042B\x042C\x042D\x042E\x042F\x0430\x0431\x0432\x0433\x0434\x0435\x0436\x0437\x0438\x0439\x043A\x043B\x043C\x043D\x043E\x043F\x0440\x0441\x0442\x0443\x0444\x0445\x0446\x0447\x0448\x0449\x044A\x044B\x044C\x044D\x044E\x044F\x0451
-
-swapcd updigit 1234567890 1,12,14,145,15,124,1245,125,24,245
-
-# Mark letters immediately following digits.
-noback context [$d]%lowerlatin %updigit@6
-noback context [$d]%lowercyrillic %updigit@5
-noback context [$d"."]%lowerlatin %updigit@256@6
-noback context [$d"."]%lowercyrillic %updigit@256@5
-
-# Fix cyrillic letter marks.
-noback pass2 [@46]%cyrillic @45
-noback pass2 [@56]%cyrillic @456
-noback pass2 [@6]%cyrillic @5
-# liblouis: Hungarian Grade 1 table
-#
-#  Copyright (C) 2011-2017 Attila Hammer from IT Foundation for the Visually Impaired - Hungary. www.infoalap.hu
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-#
-#  Maintained by Attila Hammer  hammer.attila@infoalap.hu
-#
-# If you found bugs with hungarian grade1 table, report it with following address:
-# Attila Hammer <hammer.attila@infoalap.hu
-#If you have a Launchpad account, report table related requests with following bug tracker address: https://bugs.launchpad.net/belin
-
-#This file containing exception words with different need appliing general hungarian combined braille letters, for example cs, ccs, ty, tty rules
-#cs, ccs related exceptions
-partword arccs 1-1235-14-146	For example arccsont, harccsoport, harccselekmény words
-partword arcsérül =	For example arcsérülés word
-partword habarccs 125-1-12-1-1235-146-146	For example habarccsal word
-begword harcso =	For example harcsor word
-partword árbóc =	For example árbóccsúcs word
-partword árboc =	For example árboccsúcs word
-begword fegyenc 124-15-1456-15-1345-14	For example fegyenccsoport, fegyencsapkát words
-begword filc =	For example filccsizma word
-partword gerinc =	For example gerincsérült, gerincsérv words
-partword kilenc =	For example kilenccsatorna word
-partword kavics 13-1-1236-24-146	For example kavicszápor, kavicszátony, kavicszuzalék, kavicsszerű words
-partword kaviccs 13-1-1236-24-146-146	For example kaviccsá word, only backtranslation affected this exception, normal contracted braille text are Ok
-begword kudarc =	For example kudarcsorozat
-begword különcsé =	For example különcség word
-begword lánc =	For example láncszem, lánccsörgés words
-partword licenc =	For example licencsértés, licenccsalád words
-partword malac =	For example malacság, malacsült words
-begword nerc =	For example nercstóla word
-always nercsinszk 1345-15-1235-146-24-1345-156-13
-always pácsó =	Pácsó word
-partword polc =	For example polcsor word
-begword ipolcs 24-1234-135-123-146
-partword tapolcsá 2345-1-1234-135-123-146-4
-begword opolcs 135-1234-135-123-146
-partword porcsé =	For example porcsérülés word
-begword szocsegé 156-135-14-234-15-1245-16	For example szocsegély word
-begword kóccs 13-246-14-146	For example kóccsomó word
-
-partword tánc =	For example tánccsoport word
-partword sátáncsap 234-4-2345-4-1345-146-1-1234	For example sátáncsapat word
-partword piac =	For example piaccsarnok word
-partword piacsök 1234-24-1-146-12345-13	For example Entrópiacsökkentés word
-always piacson 1234-24-1-146-135-1345
-partword szanitéccs 156-1-1345-24-2345-16-14-146	For example szanitéccsoport word
-partword pokróc =	For example pokróccsík word
-partword cször 146-126-12345-1235	For example kulcszörgés, bilincszörgés, kilincszörgést words
-partword kartács 13-1-1235-2345-4-146	For example kartácszápor word
-partword papucsz 1234-1-1234-136-146-126	For example papucszápor word
-begword ínyencsé 34-1246-15-1345-14-234-16	For example ínyencség word
-begword bohóc =	For example bohócsapkája word
-partword kalapácszen 13-1-123-1-1234-4-146-126-15-1345	For example kalapácszengés word
-begword ákác =	For example ákácsövény word
-begword akác =	For example akácsövény word
-begword viccso =	For example viccsor word need this exception
-begword ércsis =	For example ércsisak word
-always ércsas =	For example ércsas word
-begword virgonc =	For example virgoncság word need this exception
-begword martalóc =
-partword újonc =	For example újoncság word
-begword kuruc =	For example kurucság word
-word kurucsó 13-136-1235-136-146-246	For example Kurucsó is a family name, not need applying this situation the prewious defined general exception. Always opcode too risk this rule
-begword kurucsó 13-136-1235-136-146-246	For example Kurucsó is a family name, not need applying this situation the prewious defined kuruc word part related general exception. Always opcode too risk this rule, this begword rule handling suffixes after Kurucsó family name
-begword palóc =	For example palócság word
-begword fejléc =
-begword nyolc 1246-135-123-14	For example nyolcsebességes, nyolccsatornás words
-begword bércsüve =	For example bércsüveg word
-begword elméncsé =	For example elméncség word
-begword ércsala =	For example ércsalak word
-partword érccs 16-1235-14-146	For example érccsapadék, érccsengés, érccsatorna words
-begword ércsely 16-1235-14-234-15-456	For example ércselyem word
-begword ércsí =	For example ércsíp, ércsípjába, ércsípláda words
-partword ércsípte 16-1235-146-34-1234-2345-15	For example ércsíptető word an exception
-begword ércsodr =	For example ércsodrony word
-begword garabonc =	For example garaboncsereg word
-begword labanc =
-begword kéjenc 13-16-245-15-1345-14
-partword jegeccsop 245-15-1245-15-14-146-135-1234	For example jegeccsoport word
-partword lazac 123-1-126-1-14	For example lazaccsontváz word
-partword vakarccs 1236-1-13-1-1235-146-146	For example vakarccsal word
-always arcseb =	For example arcseb, arcsebe words
-partword nyargonccs 1246-1-1235-1245-135-1345-14-146	For example nyargonccsizma word
-partword perec =	For example perecsütőnő, vállpereccsontjából words
-always perecse 1234-15-1235-15-146-15
-always perecsé 1234-15-1235-15-146-16
-always perecske 1234-15-1235-15-146-13-15
-begword princség =	For example princséged word
-always rácság =	For example rácság, rácságból words
-partword suhanc =	For example suhanccsürhe, suhancsereg word
-partword udvaronc =	For example udvaroncsereg word need this exception
-partword harminc =	For example harmincsornyi word
-always kapolcs 13-1-1234-135-123-146	Kapolcs is a town name, need this general exception
-always kapolccs 13-1-1234-135-123-146-146	For example Kapolccsal town name suffix related need this general exception
-word polcs 1234-135-123-146	need this exception to hyphenated Kapolcs town name last part presenting right the braille display
-partword matrac =	For example matracsor word
-partword barkács 12-1-1235-13-4-146	For example barkácszene word
-begword barccsa 12-1-1235-146-146-1	For example Barccsal word
-partword kalapácszon 13-1-123-1-1234-4-146-126-135-1345	For example kalapácszongora word related need this exception
-begword láncsá 123-4-1345-146-4	An old hungarian word related need this exception. This word used for example Mihály Fazekas with the Lúdas Matyi book
-partword láncsor =	For example karakterláncsor word related need this exception
-partword oroszláncsor 135-1235-135-156-123-4-1345-146-135-1235	For example oroszláncsorda, oroszláncsordát words related not need applying the prewious defined exception
-partword ketrec =	For example ketreccsapda, ketrecsor words related need this general exception
-begword ércsar 16-1235-14-234-1-1235	For example ércsarukkal word
-partword titáncs 2345-24-2345-4-1345-146	For example titáncsoport, titáncső words related need this exception
-begword tornác =	For example tornácsor word related need this general exception
-partword karcsoroz 13-1-1235-14-234-135-1235-135-126	For example rézkarcsorozat, rézkarcsorozatokat words related need this general exception
-partword ujjperc =	For example ujjperccsont, ujjperccsontok words related need this general exception
-begword daróc =	For example daróccsuháját, daróccsuha words related need this general exception
-partword kapocs 13-1-1234-135-146	For example kapocszár word
-partword ifjonc =	For example ifjonccsapat word
-partword párduc =	For example párduccsík word
-partword ribanc =	For example ribanccsizma word
-partword homotópia =	For example homotópiacsoport word
-partword olimpia =	For example olimpiacsapat word
-always piacsek 1234-24-1-146-15-13
-partword szendvicszab 156-15-1345-145-1236-24-146-126-1-12	For example szendvicszabáló word
-begword hecc =	For example heccsajtójának word
-partword tanonc =	For example tanonccsaj word related need this exception
-partword kulcszen 13-136-123-146-126-15-1345	For example kulcszenekara word
-partword zománc 126-135-134-4-1345-14	For example zománcsérülés, tűzzománcsorozat words
-partword léccs 123-16-14-146	For example díszléccsíkot word related need this general exception
-partword meccszá 134-15-146-146-126-4	For example meccszáró word related need this general exception
-partword csúcszen 146-346-146-126-15-1345	For example csúcszenekarának word related need this exception
-partword narancs 1345-1-1235-1-1345-146	For example narancszombi word related need this general exception
-partword platán =	For example platáncsoport, platáncsere word  need this general exception
-
-#gy, ggy related exceptions
-#This exception section containing word parts and full words with need marking ggy letter pairs with single g and gy braille dot combination
-partword zálog 126-4-123-135-1245	For example záloggyűrűmet word
-partword szentséggy 156-15-1345-2345-234-16-1245-1456	For example szentséggyalázás word
-partword láng =	For example lánggyújtogató word
-partword lángy 123-4-1345-1456	An exception handling the prewious rule related. Csalángyolcs word is an exception word
-partword kötelesség =	For example kötelességgyakorlás word
-always meggyem 134-15-1456-1456-15-134
-partword sereg =	For example sereggyűjtés, hadsereggyűjtés words
-begword agyaggy 1-1456-1-1245-1456	For example agyaggyűrűiken word
-begword ginzenggy 1245-24-1345-126-15-1345-1245-1456	For example ginzenggyökér word need this exception
-begword ginseng 1245-24-1345-234-15-1345-1245	For example binsenggyökér word
-begword loggyűjt 123-135-1245-1456-23456-245-2345	For example loggyűjtemény word need this exception
-partword anyaggy 1-1246-1-1245-1456	For example hadianyaggyár, anyaggyűjtés, anyaggyőző, üzemanyaggyújtás words related need this general exception
-partword reggyul 1235-15-1245-1456-136-123	For example arcüreggyulladás word
-partword lyeggyűj 456-15-1245-1456-23456-245	For example bélyeggyűjtemény word
-partword lyeggyár 456-15-1245-1456-4-1235	For example bélyeggyár, bélyeggyártás words related need this general exception
-partword beteggy 12-15-2345-15-1245-1456	For example beteggyógyász, beteggyár, elmebeteggyanús words
-partword döggyapj 145-12345-1245-1456-1-1234-245	For example döggyapjú word
-partword foggyal 124-135-1245-1456-1-123	For example foggyalu word part
-partword oggyö 135-1245-1456-12345	For example foggyökér word
-partword oggyul 135-1245-1456-136-123	For example foggyulladás word
-partword foggyilk 124-135-1245-1456-24-123-13	For example foggyilkosai word
-partword szenggyö 156-15-1345-1245-1456-12345	For example ginszenggyökér word
-begword foggyű 124-135-1245-1456-23456	For example foggyűrű word
-always jéggyár 245-16-1245-1456-4-1235	For example jéggyár, jéggyártás, műjéggyár word parts
-partword ideggy 24-145-15-1245-1456	For example ideggyengeség, ideggyógyász, ideggyulladás, ideggyötrő, ideggyökök words related need this general exception
-begword kuplung =	For example kuplunggyár word
-begword leggy 123-15-1245-1456	If a word beginning with leg word and following gy letter, need this exception to produce right literal form
-partword léggyö 123-16-1245-1456-12345	For example léggyök, léggyökér words
-endword meggy 134-15-1456-1456
-partword meggy 134-15-1245-1456	If meg word part following gy letter, always need writing single g and gy combined letters, but will be have some exceptions
-word meggy 134-15-1456-1456	Single meggy word is a fruit, and need writing two combined ggy braille dots
-endword meggy 134-15-1456-1456
-always bonbonmeggy 12-135-1345-12-135-1345-134-15-1456-1456	For example bonbonmeggy word
-word meggye 134-15-1456-1456-15	Single meggye word
-endword meggye 134-15-1456-1456-15	If a word ends up with meggye word part, need this exception, but only endword opcode
-always meggyed 134-15-1456-1456-15-145	For example meggyed word
-always meggyek 134-15-1456-1456-15-13
-word meggyel 134-15-1456-1456-15-123	For example meggyel word
-endword meggyel 134-15-1456-1456-15-123	For example meggyel word
-word meggyen 134-15-1456-1456-15-1345	For example meggyen word
-endword meggyen 134-15-1456-1456-15-1345	For example spanyolmeggyen word
-always meggyes 134-15-1456-1456-15-234	For example meggyes pite, Meggyesi  word parts
-always meggyet 134-15-1456-1456-15-2345	For example meggyet word
-partword meggyb 134-15-1456-1456-12	For example meggybefőtt word
-partword meggyf 134-15-1456-1456-124	For example meggyfa word part
-partword meggyh 134-15-1456-1456-125	For example meggyhez word part
-partword meggyk 134-15-1456-1456-13	For example meggyként word
-partword meggyl 134-15-1456-1456-123	For example meggylekvár word
-partword meggyn 134-15-1456-1456-1345	For example meggynek word part
-partword meggym 134-15-1456-1456-134	For example meggymag word
-partword meggyp 134-15-1456-1456-1234	For example meggypiros word
-partword meggys 134-15-1456-1456-234	For example meggysör word
-partword meggyr 134-15-1456-1456-1235	For example meggytől word part
-partword meggysz 134-15-1456-1456-156	For example meggyszín word part
-partword meggyt 134-15-1456-1456-2345	For example meggytől word part
-partword meggyv 134-15-1456-1456-1236	For example meggyvörös word
-partword meggyz 134-15-1456-1456-126	For example meggyző word
-partword meggyzs 134-15-1456-1456-345	For example meggyzselé word
-partword meggyíz 134-15-1456-1456-34-126	For example meggyízű word
-partword országgy 135-1235-156-4-1245-1456
-partword oggyak 135-1245-1456-1-13	For example proggyak word
-begword szöveggy 156-12345-1236-15-1245-1456	For example szöveggyűjtemény word part
-begword régiség =	For example régiséggyűjtő word part
-begword ritkaság =	For example ritkasággyűjtő word part
-partword taggyűl 2345-1-1245-1456-23456-123	For example taggyűlés word part
-partword taggyül 2345-1-1245-1456-12356-123	For example taggyülekezet word related need this general exception
-partword veggyá 1236-15-1245-1456-4	For example üveggyártás word
-partword veggya 1236-15-1245-1456-1	For example üveggyapot word
-partword veggyö 1236-15-1245-1456-12345	For example üveggyöngy word
-partword ggyalog 1245-1456-1-123-135-1245	For example végiggyalogolhatja word
-partword végiggy 1236-16-1245-24-1245-1456	For example végiggyakorolni word
-begword világ =	For example világgyűlölő word part
-partword bádog =	For example bádoggyűjtemény word
-partword szöggy 156-12345-1245-1456	For example szöggyár word
-partword hanggyak 125-1-1345-1245-1456-1-13	For example hanggyakorlat word
-partword hanggyűjt 125-1-1345-1245-1456-23456-245-2345	For example hanggyűjtemény word
-partword eleséggy 15-123-15-234-16-1245-1456	For example feleséggyilkos, eleséggyűjtés words
-partword elséggy 15-123-234-16-1245-1456	For example felséggyalázás, felséggyilkolás words
-partword hólyaggy 125-246-456-1-1245-1456	For example hólyaggyengeségben, hólyaggyulladás words related need this general exception
-partword mádsággyűj 134-4-145-234-4-1245-1456-23456-245	For example imádsággyűjtemény word
-partword rággyűjt 1235-4-1245-1456-23456-245-2345	For example virággyűjtés, virággyűjtemény words
-partword droggy 145-1235-135-1245-1456	For example droggyanús word
-partword méreg =	For example méreggyökérré, méreggyökeret, méreggyümölccsé words
-partword mérleg =	For example mérleggyár word
-partword nyereggy 1246-15-1235-15-1245-1456	For example nyereggyártók word
-partword üveg =	For example üveggyűrű word
-partword vendég =	For example vendéggyermek, vendéggyülekezet word
-partword világosság =	For example világossággyújtásra word
-partword virág =	For example virággyapjaikat word
-partword csillaggy 146-24-123-123-1-1245-1456	For example csillaggyárnak word
-partword hazugság 125-1-126-136-1245-234-4-1245	For example hazugsággyár word need this exception
-partword édesség =	For example édességgyártók word need this exception
-partword tőzeggy 2345-12456-126-15-1245-1456	For example tőzeggyapot, tőzeggyár words
-always geggyár 1245-15-1245-1456-4-1235	For example geggyáros word
-partword dopping =	For example doppinggyanú word need this exception
-partword tehetség =	For example tehetséggyár word need this exception
-partword baromság =	For example baromsággyűjtemény word
-begword döggyá 145-12345-1245-1456-4	For example döggyárnak word
-partword szúnyoggy 156-346-1246-135-1245-1456	For example szúnyoggyérítés, szúnyoggyérítő, szúnyoggyötrelem words need this general exception
-partword egységgy 15-1456-234-16-1245-1456	For example egységgyertyából, egységgyökkel, egységgyökök words need this general exception
-partword átlag =	For example átlaggyerekre word need this exception
-partword szőnyeggy 156-12456-1246-15-1245-1456	For example gyapjúszőnyeggyárat, szőnyeggyár, szőnyeggyártás words related need this exception
-partword hűség =	For example hűséggyűrűsök word related need this general exception
-partword maggyűj 134-1-1245-1456-23456-245	For example maggyűjtemény word
-partword népesség =	For example népességgyarapodás word related need this exception
-partword örökség =	For example örökséggyűjteményben word related need this exception
-begword szeggyá 156-15-1245-1456-4	For example szeggyár word
-partword tisztséggy 2345-24-156-2345-234-16-1245-1456	For example tisztséggyűjtemény word
-begword szalaggyakor 156-1-123-1-1245-1456-1-13-135-1235	For example szalaggyakorlatát word
-partword szalaggyűj 156-1-123-1-1245-1456-23456-245	For example szalaggyűjteménye, hangszalaggyűjtemény, lyukszalaggyűjtemény words related need this general exception
-partword harang =	For example haranggyártás, haranggyárosok words related need this general exception
-always maggyár 134-1-1245-1456-4-1235	For example maggyár word related need this general exception
-always szalaggyár 156-1-123-1-1245-1456-4-1235	For example szalaggyár, szalaggyártás words related need this general exception
-always ruggyanta 1235-136-1245-1456-1-1345-2345-1	For example ruggyanta, Ruggyantaárugyár words related need this general exception
-partword szlenggy 156-123-15-1345-1245-1456	For example szlenggyanús word related need this general exception
-partword barlang =	For example barlanggyógyászat word
-partword céggyűr 14-16-1245-1456-23456-1235	For example céggyűrű word
-partword dramaturg =	For example dramaturggyakornok, dramaturggyakornokaként words related need this general exception
-partword egyveleggy 15-1456-1236-15-123-15-1245-1456	For example egyveleggyártás word
-partword féreggy 124-16-1235-15-1245-1456	For example féreggyík word
-partword gyaloggy 1456-1-123-135-1245-1456	For example gyaloggyengeség word
-partword szalaggyul 156-1-123-1-1245-1456-136-123	For example hangszalaggyulladás word related need this general exception
-partword hanggyilk 125-1-1345-1245-1456-24-123-13
-partword horog =	For example horoggyártás, horoggyár words related need this general exception
-partword inggyá 24-1345-1245-1456-4	For example inggyárakban word
-partword jéggyűr 245-16-1245-1456-23456-1235	For example jéggyűrű word
-partword joggyűjt 245-135-1245-1456-23456-245-2345	For example joggyűjtemény, joggyűjteménybe, joggyűjteményt, szokásjoggyűjteményt words related need this general exception
-partword joggyüm 245-135-1245-1456-12356-134	For example joggyümölcsnek word
-partword katáng =	For example katánggyökér word
-partword véggyant 1236-16-1245-1456-1-1345-2345	For example véggyanta, véggyantával words
-partword meggyez 134-15-1456-1456-15-126	For example meggyezik, meggyeztek words
-partword meggyültet 134-15-1456-1456-12356-123-2345-15-2345	For example meggyültetvény word
-partword nemzetséggy 1345-15-134-126-15-2345-234-16-1245-1456	For example nemzetséggyűlési word
-partword ördög =	For example ördöggyík, ördöggyümölcs, ördöggyökér words related need this general exception
-partword részleggy 1235-16-156-123-15-1245-1456	For example részleggyűjteménye word
-partword sebesség =	For example sebességgyűjtés word
-partword szövetséggy 156-12345-1236-15-2345-234-16-1245-1456	For example szövetséggyűlés word
-partword tisztasággy 2345-24-156-2345-1-234-4-1245-1456	For example tisztasággyűrűje word
-partword újság =	For example újsággyűjtemény, újsággyűjtés words related need this general exception
-partword végtag =	For example végtaggyengeség word
-partword betegség =	For example betegséggyógyító word
-partword feszültséggy 124-15-156-12356-123-2345-234-16-1245-1456	For example feszültséggyűjtő word
-partword hanggyor 125-1-1345-1245-1456-135-1235	For example hanggyorsító word
-partword híresség =	For example hírességgyártó word
-begword meggyasz 134-15-1456-1456-1-156	For example Meggyaszó town name
-partword azonossággy 1-126-135-1345-135-234-234-4-1245-1456	For example azonossággyűjtemény word
-partword meggyönt 134-15-1456-1456-12345-1345-2345	For example meggyöntet word
-partword meggyilla 134-15-1456-1456-24-123-123-1	For example meggyillat word
-partword dömping =	For example dömpinggyanú word
-partword ellenség =	For example ellenséggyártás word
-partword felleggy 124-15-123-123-15-1245-1456	For example felleggyár, felleggyáraként words
-partword másság =	For example mássággyűlölő word
-partword réteg =	For example réteggyártóvá word
-partword bumeráng =	For example Bumeránggyerekek word
-partword érdekesség =	For example érdekességgyűjtemény word
-always meggyét 134-15-1456-1456-16-2345	For example meggyét, meggyétel words
-always meggyéb 134-15-1456-1456-16-12	For example meggyében, meggyéből words
-begword léggyá 123-16-1245-1456-4	For example léggyár word
-partword közönséggy 13-12345-126-12345-1345-234-16-1245-1456	For example közönséggyilkos word
-partword hülyeséggy 125-12356-456-15-234-16-1245-1456	For example hülyeséggyűjteményünkbe word
-partword cukisággy 14-136-13-24-234-4-1245-1456	For example cukisággyőztes word
-begword céggyil 14-16-1245-1456-24-123	For example céggyilkoló word
-partword boldogsággy 12-135-123-145-135-1245-234-4-1245-1456	For example boldogsággyilkos word
-partword bizottsággy 12-24-126-135-2345-2345-234-4-1245-1456	For example Bizottsággyakorlatával word
-partword gyilkosság 1456-24-123-13-135-234-234-4-1245	For example öngyilkossággyanú word
-partword bírság =	For example bírsággyakorlat word
-always meggyért 134-15-1456-1456-16-1235-2345	For example cigánymeggyért, meggyért words related need this general exception
-partword értelmiség =	For example értelmiséggyárnak word
-begword finggy 124-24-1345-1245-1456	For example finggyújtásáról word
-partword kereszténység 13-15-1235-15-156-2345-16-1246-234-16-1245	For example kereszténységgyalázás word related need this general exception
-partword kívánság =	For example kívánsággyűjtemény word
-partword lakosság =	For example lakossággyarapodás word
-partword maggyilk 134-1-1245-1456-24-123-13	For example maggyilkos word
-partword marketing =	For example marketinggyanús, marketinggyakornok words related need this general exception
-partword meggydzs 134-15-1456-1456-145-345	For example meggydzsem word related need this exception
-partword ostobaság =	For example ostobasággyűjtemény word
-partword többség =	For example többséggyűlölet, többséggyűlölő words related need this general exception
-partword zöldséggy 126-12345-123-145-234-16-1245-1456	For example zöldséggyümölcs word
-
-#ny, nny related exceptions
-#Following exception parts need marking nny letter pairs with single n and nny braille dot combinations
-partword mikron =	For example mikronnyi word
-partword pergamennyal 1234-15-1235-1245-1-134-15-1345-1246-1-123	For example pergamennyaláb word
-begword ínnyújt 34-1345-1246-346-245-2345	For example ínnyújtó, ínnyújtót words
-begword ínnyujt 34-1345-1246-136-245-2345	For example ínnyújtó, ínnyújtót words
-partword kalánnyel 13-1-123-4-1345-1246-15-123	For example főzőkalánnyelet word
-begword filigránny 124-24-123-24-1245-1235-4-1345-1246	For example filigránnyelű word
-partword lennyil 123-15-1345-1246-24-123	For example ellennyilatkozat word
-partword lennyom 123-15-1345-1246-135-134	For example ellennyomás word
-partword lennyug 123-15-1345-1246-136-1245
-partword nnyol 1345-1246-135-123	For example nyolcvannyolc word
-partword tennyil 2345-15-1345-1246-24-123	For example istennyila word
-partword annyú 1-1345-1246-346
-partword lönnyom 123-12345-1345-1246-135-134
-partword gánnyug 1245-4-1345-1246-136-1245	For example magánnyugdíjpénztár word
-partword gánnyo 1245-4-1345-1246-135
-partword idegen =
-partword ínnyom 34-1345-1246-135-134	For example színnyomás word
-partword annyel 1-1345-1246-15-123
-partword tánnyom 2345-4-1345-1246-135-134	For example utánnyomás word
-begword penny 1234-15-1345-1345-13456
-endword penny 1234-15-1345-1345-13456	For example english penny beginning words need this exception
-word penny 1234-15-1345-1345-13456	For example english penny beginning words need this exception
-word pennys 1234-15-1345-1345-13456-234	For example english pennys beginning words need this exception
-endword pennys 1234-15-1345-1345-13456-234	For example english end of pennys words need this exception
-word pennyt 1234-15-1345-1345-13456-2345	For example english pennyt beginning words need this exception
-endword pennyt 1234-15-1345-1345-13456-2345	For example english end of pennyt beginning words need this exception
-word pennyst 1234-15-1345-1345-13456-234-2345
-endword pennyst 1234-15-1345-1345-13456-234-2345
-partword pennysek 1234-15-1345-1345-13456-234-15-13
-partword pennybe 1234-15-1345-1345-13456-12-15
-partword pennyér 1234-15-1345-1345-13456-16-1235
-partword pennyj 1234-15-1345-1345-13456-245
-partword pennyk 1234-15-1345-1345-13456-13
-partword pennyn 1234-15-1345-1345-13456-1345
-partword pennyre 1234-15-1345-1345-13456-1235-15
-partword pennyve 1234-15-1345-1345-13456-1236-15
-partword pennysért 1234-15-1345-1345-13456-234-16-1235-2345
-partword pennysse 1234-15-1345-1345-13456-234-234-15
-partword pennyével =
-partword trichinny 2345-1235-24-14-125-24-1345-1246	For example trichinnyavalya word
-always company 14-135-134-1234-1-1345-13456	English company word
-begword azonnyom 1-126-135-1345-1246-135-134	For example azonnyomban beginning words
-begword rubinny 1235-136-12-24-1345-1246	For example rubinnyaklánc word
-partword karton =	For example kartonnyi word
-begword lépten =	For example léptennyomon word
-partword agyonny 1-1456-135-1345-1246	For example agyonnyom, agyonnyomja, agyonnyúzott, agyonnyűtt words
-partword mikrofon =	For example mikrofonnyílás word
-partword vagon =	For example vagonnyi word
-partword kamion =	For example kamionnyi word
-partword kabin =	For example kabinnyomás, kabinnyílás words
-partword gallon =	For example tízgallonnyi word
-begword bűn =	For example bűnnyomok word
-partword oroszlánnyo 135-1235-135-156-123-4-1345-1246-135	For example oroszlánnyom word
-partword önnyom 12345-1345-1246-135-134	For example önnyomása, önnyomatú words
-partword nnyilat 1345-1246-24-123-1-2345	For example sablonnyilatkozat word
-partword nnyelv 1345-1246-15-123-1236	For example ingyennyelvoktatás, mandarinnyelv, börtönnyelv, dizájnnyelven words need this exception
-partword szezonny 156-15-126-135-1345-1246	For example szezonnyitó word need this exception
-partword óceán =	For example óceánnyi word need this general exception
-partword dizájnny 145-24-126-4-245-1345-1246	For example dizájnnyaklánc word need this exception
-partword proton =	For example protonnyalábok word need this exception
-partword börtön =	For example börtönnyíláson, börtönnyitó words
-partword porcelán = for example porcelánnyúl word
-partword stadion =	For example stadionnyi word
-partword különny 13-12356-123-12345-1345-1246	For example különnyíló word
-partword lexikon =	For example lexikonnyi word
-partword vitrin =	For example vitrinnyi word
-partword kölcsönny 13-12345-123-146-12345-1345-1246	For example kölcsönnyakláncait word need this general exception
-partword elektron =	For example elektronnyalábra, elektronnyomot words need this general exception
-partword magánnyar 134-1-1245-4-1345-1246-1-1235	For example magánnyaralók word
-always szénnyom 156-16-1345-1246-135-134	For example szénnyomokat word
-partword arzénny 1-1235-126-16-1345-1246	For example arzénnyom word
-begword bánnyíre 12-4-1345-1246-34-1235-15	For example Bánnyíres town name related need this general exception
-partword neutron =	For example neutronnyalábokat word related need this general exception
-begword önnyug 12345-1345-1246-136-1245	For example önnyugdíjazását word related need this general exception
-partword ionny 24-135-1345-1246	For example ionnyaláb, ionnyaláb-analitika words related need this general exception
-partword benzinny 12-15-1345-126-24-1345-1246	For example benzinnyom, benzinnyomásával words
-partword panteon =	For example panteonnyi word
-partword délután =	For example délutánnyi word related need this general exception
-partword glutén =	For example gluténnyomokra word
-partword haszonny 125-1-156-135-1345-1246	For example haszonnyúltenyésztők word
-partword indiánny 24-1345-145-24-4-1345-1246	For example indiánnyár word
-partword ingatlan =	For example ingatlannyilvántartás, ingatlannyilvántartásban words
-partword karbon =	For example karbonnyomatok word
-partword kazánny 13-1-126-4-1345-1246	For example kazánnyomás, kazánnyomással, kazánnyomását words related need this general exception
-begword kínnyösz 13-34-1345-1246-12345-156	For example kínnyöszörgése word
-partword lábcin =	For example lábcinnyitás word
-partword vászonny 1236-4-156-135-1345-1246	For example lenvászonnyomatot word
-partword medián =	For example mediánnyalábot word
-partword morfin =	For example morfinnyerés word
-partword newton =	For example newtonnyi word
-partword nukleon =	For example nukleonnyi word
-partword oxigén =	For example oxigénnyomok word
-partword röntgen =	For example röntgennyi word
-partword sablon =	For example sablonnyomatokkal word
-partword szentivánny 156-15-1345-2345-24-1236-4-1345-1246	For example szentivánnyi word
-partword radián =	For example szteradiánnyi word
-partword tampon =	For example tamponnyomtatás word
-partword tannyomd 2345-1-1345-1246-135-134-145	For example tannyomda word
-partword végtelen =	For example végtelennyi word
-partword vulkán =	For example vulkánnyúl word
-begword könnyelv 13-12345-1246-1246-15-123-1236	For example könnyelválasztásban word
-partword magazinny 134-1-1245-1-126-24-1345-1246	For example magazinnyi, magazinnyomó words
-begword jüanny 245-12356-1-1345-1246	For example jüannyi word
-partword kokain =	For example kokainnyomokat word
-partword marcipán =	For example marcipánnyúl, marcipánnyulat, marcipánnyulakat words
-partword telefon =	For example mobiltelefonnyi word
-partword tehén =	For example tehénnyergelő word
-begword egonny 15-1245-135-1345-1246	For example egonnyi word
-partword kupon =	For example kuponnyi word
-partword maraton =	For example maratonnyit word
-partword skanzenny 234-13-1-1345-126-15-1345-1246	For example skanzennyi word
-partword balaton =	For example Balatonnyi word related need this general exception
-partword flakon =	For example flakonnyi, flakonnyit words related need this general exception
-partword furgon =	For example furgonnyi word related need this general exception
-partword helyszín 125-15-456-156-34-1345	For example helyszínnyi word related need this general exception
-partword magánnyer 134-1-1245-4-1345-1246-15-1235	For example magánnyereségük word
-begword sopron =	Sopron is a town name, and for example the sopronnyi word need marking different the first n and remaining ny letter
-
-#ly related exceptions
-#This exception parts need marking ly letters with two single l and y letter combination
-always hollywood =	English hollywood word need this exception
-partword sually =	For example visually word
-partword nyéllyuka 1246-16-123-456-136-13-1	For example nyéllyukas word
-partword füllyu 124-12356-123-456-136	For example füllyukasztó
-partword levélly 123-15-1236-16-123-456	For example levéllyukasztó word
-
-#sz letter pair related exceptions
-#This exception list containing words or word parts need using single s and z letter dot combinations
-begmidword alvás =	For example alvászavar word need this exception
-begmidword erőforrás =	For example erőforrászabáló word need this exception
-always evészav 15-1236-16-234-126-1-1236	For example evészavar word need this exception
-begword fáklyás 124-4-13-456-4-234	For example fáklyászene word need this exception
-begword gyalogos 1456-1-123-135-1245-135-234	For example gyalogoszászlóalj, gyalogosszázad words need this exception, gyalogos beginning word parts need handling gyalogos word part with single part
-partword tokoszászl 2345-135-13-135-234-126-4-156-123
-begword hallás =	For example hallászavar word need this exception
-always köröszug 13-12345-1235-12345-234-126-136-1245	For example Köröszug word need this exception
-begword látás =	For example látászavar word need this exception
-begword magatartás =
-always maroszug 134-1-1235-135-234-126-136-1245	For example Maroszug word need this exception
-always működés =	For example működészavar word need this exception
-begword nyílás 1246-34-123-4-234	For example nyílászáró word need this exception
-always ritmus =	For example ritmuszavar word need this exception
-begword vas =	vas beginning words need handling single part the vas word part for braille translation, example words are vaszár, vasszekrény, vasszerkezet words
-always vaszil 1236-1-156-24-123
-begword vonós =	For example vonószenekar, vonósszerenád words need handling vonós word part with single part
-begword vonósző 1236-135-1345-246-156-12456	For example vonószőr word
-begword pénzes 1234-16-1345-126-15-234	For example pénzeszacskó, pénzeszsák words need this exception
-partword pénzeszk 1234-16-1345-126-15-156-13	For example pénzeszközök word need this exception
-partword viselkedés =	For example viselkedészavar, viselkedésszerű words need this exception to handling this words with two word for braille translation
-always üléssz 12356-123-16-234-156	For example ülésszak word
-partword ugasszer 136-1245-1-234-156-15-1235	For example lugasszerű word
-partword sszekrény 234-156-15-13-1235-16-1246	For example kisszekrény word
-begword pilis =	For example Pilisszántó, Pilisszentkereszt town names
-always hússzag 125-346-234-156-1-1245	For example hússzag, hússzagú, emberhússzagot words
-partword szacsk 234-126-1-146-13	For example chipseszacskó, liszteszacskó, vizeleteszacskó words
-partword keresés =	For example keresésszolgáltató word
-partword szorongássz 156-135-1235-135-1345-1245-4-234-156	For example szorongásszerű, szorongásszint word
-partword identitás =	For example identitászavar word need this exception
-partword gránátos =	For example gránátoszászlóalj word
-begword mágnes =	For example mágneszár, nágnesszalag, mágnesszerű words need this exception
-begword piros =	For example piroszászlós word need this 
-begword vörös =	For example vöröszászló word
-partword típus =	For example típuszubbony word
-begword árgus =	For example árgusszemű word
-partword dragonyos 145-1235-1-1245-135-1246-135-234	For example dragonyoszászlóalj, dragonyosszázad words
-partword egyenes 15-1456-15-1345-15-234	For example egyenesszárnyúak word
-partword képzés 13-16-1234-126-16-234	For example képzésszervezés, képzésszerű words
-partword fuvaros =	For example fuvarosszekér word
-partword koldus =	For example koldusszáj, koldusszakáll, kolduszene words
-begword tetszés 2345-15-2345-156-16-234	For example tetszészaj, tetszészsivaj words need this general exception
-partword járás =	For example járásszerű, járásszékhely, időjárásszolgálat words
-always kiszombor 13-24-234-126-135-134-12-135-1235	For example Kiszombor, Kiszomboron town names
-partword szöld 234-126-12345-123-145	For example haragoszöld, mohaszöld, piszkoszöld word
-partword ozgásza 135-126-1245-4-234-126-1		For example mozgászavar word
-begword pirosszk 1234-24-1235-135-156-156-13	Pirosszka is a movie film name
-partword piroszőlő 1234-24-1235-135-156-12456-123-12456	piroszőlősav a chemical name and don't need wrap the braille dots between s and z letters
-partword fedezéssz 124-15-145-15-126-16-234-156	For example felfedezésszámba word
-partword város =	For example városzajon, városzajt, városzsivaj words
-always városzt 1236-4-1235-135-156-2345	Városztályába word is an exception the prewious defined general város words related rule
-always részárás 1235-16-234-126-4-1235-4-234	For example részárás beginning words need this exception
-always légzés 123-16-1245-126-16-234	For example légzésszám, légzésszerű, légzészavar words
-partword szavar 234-126-1-1236-1-1235	General exception with handles more szavar style words
-always meglepetés =	For example meglepetésszoftver word need this exception
-always vaszy 1236-1-156-13456
-
-#szs related exceptions
-#This exception list containing some words with need using single s and zs braille dots
-partword szsák 234-345-4-13	This exception needs for szsák word part containing words, for example kenyereszsák, szerszámoszsák, szennyeszsák words
-begword sonkás =	For example sonkászsemle word need this exception
-begword vizeszs 1236-24-126-15-234-345	For example vizeszsemle word need this exception
-partword sertés =	For example sertészsír word
-partword tászsin 2345-4-234-345-24-1345	For example gyújtászsinór word
-partword rvaszsír 1235-1236-1-234-345-34-1235	For example szarvaszsír word
-partword lakás =	For example lakásszövetkezet, lakásszentelés, lakásszerzők word
-begword nyilas 1246-24-123-1-234	For example nyilasszervezet word
-partword kolbászos 13-135-123-12-4-156-135-234	For example kolbászoszsemle word
-partword dolgozás 145-135-123-1245-135-126-4-234	For example feldolgozászenekar, feldolgozásszerű words need this exception
-partword tojás =	For example tojászápor, tojászáporos words need this exception
-partword kérdés =	For example kérdészápor word need this exception
-partword kontaktus =	For example kontaktusszám-kutatás, kontaktusszerű words need this general exception
-partword kiadás =	For example kiadászárolás word need this exception
-partword lebegés =	For example lebegésszerű word
-partword bukás =	For example bukásszámba word
-partword település =	For example települészónájára word
-partword utasítás =	For example törzsutasításszavakkal, utasításszavakkal related words need this exception
-partword turizmussz 2345-136-1235-24-126-134-136-234-156	For example turizmusszektor, turizmusszerű words
-begword adászár 1-145-4-234-126-4-1235	For example adászárásig word
-begword enyves 15-1246-1236-15-234	For example enyveszsinór word related need this exception
-partword kortárs =	For example kortárszenei word related need this general exception
-
-partword kórus =	For example kóruszene word related need this general exception
-begword törés =	For example törészónán word related need this general exception
-partword verbunkos =	For example verbunkoszene word related need this general exception
-partword lovaszász 123-135-1236-1-234-126-4-156	For example lovaszászlóalja word
-partword piroszulf 1234-24-1235-135-156-136-123-124	For example piroszulfid word
-partword szurkolás 156-136-1235-13-135-123-4-234	For example szurkolászászló, szurkolásszerű words related need this general exception
-partword csömöszöl 146-12345-134-12345-156-12345-123	For example csömöszöl word
-begword szekuszen 156-15-13-136-234-126-15-1345	For example szekuszene word
-partword mulatószen 134-136-123-1-2345-246-234-126-15-1345	For example mulatószene word
-partword basszuszen 12-1-156-156-136-234-126-15-1345	For example basszuszene, basszuszenéket, basszuszenén words
-begword okoszá 135-13-135-234-126-4	For example okoszár word
-partword terrorizmus 2345-15-1235-1235-135-1235-24-126-134-136-234	For example terrorizmusszerű, terrorizmusszakértő words
-partword luxuszak 123-136-1346-136-234-126-1-13	For example luxuszakó word
-begword őszsirá 12456-234-345-24-1235-4	For example őszsiráf word
-
-#ssz related exceptions
-#Following exception words and word parts need writing one s and one sz braille letter
-partword sszekér 234-156-15-13-16-1235	For example ekhósszekér, lőporosszekér words, but will be have some exceptions later
-partword sszeker 234-156-15-13-15-1235	For example ekhósszekerek, lőporosszekerek words, but will be have some exceptions later
-begword összek 12345-156-156-15-13	For example összekéregetett, összekéregettek, összekeresgélt words need this exception to prewent affecting the prewious two general rules wrong presenting összek beginning words
-partword plüsszs 1234-123-12356-234-234-345	For example plüsszsölyét, plüsszsák, plüsszsiráf words
-always komisszér 13-135-134-24-156-156-16-1235	For example policájkomisszér word
-partword papirossz 1234-1-1234-24-1235-135-234-156	For example papirosszeletre word
-partword portássz 1234-135-1235-2345-4-234-156	For example portásszoba word
-partword vitorlássz 1236-24-2345-135-1235-123-4-234-156	For example vitorlásszezon word
-partword kaparásszer 13-1-1234-1-1235-4-234-156-15-1235	For example kaparásszerű, macskakaparásszerű words
-partword hívássz 125-34-1236-4-234-156	For example kihívásszerű, hívásszűrés words need this universal exception
-always hússzaft 125-346-234-156-1-124-2345	For example hússzaft, hússzaftba words
-partword kegéssz 13-15-1245-16-234-156	For example brekegésszerű word
-partword kapussz 13-1-1234-136-234-156	For example kapusszoba word
-partword jóssz 245-246-234-156	For example jósszavai, jósszelleme, hajósszemélyzet, hajósszekerce words
-partword jáspisszob 245-4-234-1234-24-234-156-135-12	For example jáspisszobor word
-begword forrássz 124-135-1235-1235-4-234-156	For example forrásszöveg word
-begword inassz 24-1345-1-234-156	For example inasszerep, inasszeretetet, inasszerepet words
-begword hőssz 125-12456-234-156	For example hősszínész, hősszövetség words
-begword hízelkedéssz 125-34-126-15-123-13-15-145-16-234-156	For example hízelkedésszámba word
-begword hússzig 125-346-234-156-24-1245	For example Hússziget word
-begword hűvössz 125-23456-1236-12345-234-156	For example hűvösszemű word
-begword kisszáll 13-24-234-156-4-123-123	For example Kisszállás willage name
-begword gyorssz 1456-135-1235-234-156	For example gyorsszárnyú, gyorsszekér words
-partword versszerz 1236-15-1235-234-156-15-1235-126	For example gúnyversszerző word
-partword dásszün 145-4-234-156-12356-1345	For example adásszünet word
-partword másszür 134-4-234-156-12356-1235	For example almásszürke word
-partword orssze 135-1235-234-156-15	For example borsszem word
-partword borsszór 12-135-1235-234-156-246-1235	For example borsszóró word
-partword losszer 123-135-234-156-15-1235
-partword lusszab 123-136-234-156-1-12
-partword tósszez 2345-246-234-156-15-126
-partword césszer 14-16-234-156-15-1235
-partword nyosszel 1246-135-234-156-15-123
-partword hosszag 125-135-234-156-1-1245
-partword nesszö 1345-15-234-156-12345	For example egyenesszög word
-partword ejtőernyős 15-245-2345-12456-15-1235-1246-12456-234	For example ejtőernyősszázad, ejtőernyősszárnyak, ejtőernyőszászlóalj words
-partword ejtőernyőszer 15-245-2345-12456-15-1235-1246-12456-156-15-1235	For example ejtőernyőszerű word related not need applying the prewious defined exception
-partword nyősszárny 1246-12456-234-156-4-1235-1246	Single part, for example a hyphenation need this exception
-partword esszáj 15-234-156-4-245	For example édesszájú, éhesszájat words
-partword kesszó 13-15-234-156-246	For example ékesszól[Dás, ékesszóló words
-partword gyosszen 1456-135-234-156-15-1345	For example fagyosszentek word
-begword kasszem 13-1-156-156-15-134	If this word part have beginning of a word, Kasszem is a town name
-partword kassze 13-1-234-156-15	For example farkasszem, farkasszemet words
-partword fásszár 124-4-234-156-4-1235	For example fásszárú word
-partword lesszár 123-15-234-156-4-1235
-partword gásszim 1245-4-234-156-24-134
-partword gosszáz 1245-135-234-156-4-126
-partword tásszer 2345-4-234-156-15-1235	For example hivatásszerűen, ellátásszerű words need this exception
-partword lásszö 123-4-234-156-12345	For example állásszög, hajlásszög words need this exception
-partword ellenállás =	For example ellenállásszekrény, ellenállászóna words
-partword vasszürk 1236-1-234-156-12356-1235-13	For example hamvasszürke word
-partword vasszőke 1236-1-234-156-12456-13-15	For example hamvasszőke word
-partword masszab 134-1-234-156-1-12
-partword tyásszár 1256-4-234-156-4-1235	For example hártyásszárnyú word
-partword gyesszö 1456-15-234-156-12345	For example hegyesszög word
-always mitesszer 134-24-2345-15-156-156-15-1235	For example mitesszer word
-partword tesszer 2345-15-234-156-15-1235
-partword ősszer 12456-234-156-15-1235
-partword ússzűk 346-234-156-23456-13
-partword rásszak 1235-4-234-156-1-13
-partword akasszó 1-13-1-234-156-246	For example kakasszó word
-partword póssz 1234-246-234-156
-partword karossz 13-1-1235-135-234-156	For example karosszék word
-begword szétossz 156-16-2345-135-156-156	For example szétossza, szétosszák words
-partword tosszal 2345-135-156-156-1-123
-partword tossz 2345-135-234-156
-partword kerekesszé 13-15-1235-15-13-15-234-156-16	For example kerekesszék word
-partword kesszür 13-15-234-156-12356-1235	For example kékesszürke word
-partword ésszúr 16-234-156-346-1235	For example késszúrás word
-partword vesszer 1236-15-234-156-15-1235
-partword isszám 24-234-156-4-134	For example kisszámú word
-partword kisszeb 13-24-234-156-15-12	For example Kisszeben willage name
-partword kisszed 13-24-234-156-15-145	For example isszedő word
-partword isszer 24-234-156-15-1235	For example kisszerű word
-partword disszer 145-24-156-156-15-1235	For example disszertáció word
-partword isszé 24-234-156-16	For example kisszék word
-partword dussze 145-136-234-156-15	For example koldusszegény word
-partword nenssze 1345-15-1345-234-156-15
-partword törlessz 2345-12345-1235-123-15-156-156	For example törlesszem word
-partword lesszem 123-15-234-156-15-134	For example élesszemű word
-word élesszem 16-123-15-156-156-15-134
-partword fölélessze 124-12345-123-16-123-15-156-156-15	For example fölélesszem word
-partword dássze 145-4-234-156-15	For example adásszerű word
-partword dásszám 145-4-234-156-4-134	For example előadásszám word
-partword tosszer 2345-135-234-156-15-1235
-partword possz 1234-135-234-156	For example laposszárú word
-partword epossz 15-1234-135-156-156	For example eposszal, eposszá words not need applying the prewious defined exception
-partword tásszö 2345-4-234-156-12345	For example látásszög word
-partword xussz 1346-136-234-156	For example luxusszálloda word
-partword tésszá 2345-16-234-156-4	For example töltésszám word
-partword nessza 1345-15-234-156-1
-begword vanessz 1236-1-1345-15-156-156	For example Vanessza name is an exception the nessza general exception related
-begword barnessz 12-1-1235-1345-15-156-156	For example barnesszal word
-always másszor 134-4-234-156-135-1235	For example másszor word
-partword tésszer 2345-16-234-156-15-1235	For example töltésszerűen word
-partword rosszem 1235-135-234-156-15-134	For example pirosszem word
-partword rosszeml 1235-135-156-156-15-134-123	For example rosszemlékű word
-partword gásszab 1245-4-234-156-1-12	For example forgásszabály word
-partword gásszeg 1245-4-234-156-15-1245
-partword gásszer 1245-4-234-156-15-1235	For example mozgásszerű word
-partword unkás 136-1345-13-4-234	For example munkásszálló word
-partword messzí 134-15-234-156-34
-partword lésszo 123-16-234-156-135
-partword sszül 234-156-12356-123
-partword lásszel 123-4-234-156-15-123
-partword padlás =	For example padlásszoba, padlászugoly word
-partword páncélos =
-partword gógussze 1245-246-1245-136-234-156-15	For example pedagógusszervezet word
-partword lyesszár 456-15-234-156-4-1235
-partword ostásszak 135-234-2345-4-234-156-1-13	For example postásszakszervezet word
-partword russzer 1235-136-234-156-15-1235	For example vírusszerű word
-partword zusszá 126-136-234-156-4	For example pulzusszám word
-partword ütés =	For example ütésszerű, ütészápor words
-partword césszár 14-16-234-156-4-1235	For example recésszárú word
-partword tetéssze 2345-15-2345-16-234-156-15	For example tüntetésszerűen word
-partword gésszá 1245-16-234-156-4	For example égésszám word
-partword gésszag 1245-16-234-156-1-1245	For example égésszag word
-partword gésszig 1245-16-234-156-24-1245	For example égésszigetelés word
-partword gésszab 1245-16-234-156-1-12	For example égésszabály word
-partword musszab 134-136-234-156-1-12	For example ritmusszabályozó word
-partword uhásszek 136-125-4-234-156-15-13	For example ruhásszekrény word
-partword tésszéru 2345-16-234-156-16-1235-136
-partword gosszap 1245-135-234-156-1-1234
-partword énásszek 16-1345-4-234-156-15-13	For example szénásszekér word
-partword ódásszi 246-145-4-234-156-24	For example szódásszifon word
-partword ólásszab 246-123-4-234-156-1-12	For example szólásszabadság word
-partword rösszí 1235-12345-234-156-34	For example vörösszínű word
-partword letésszab 123-15-2345-16-234-156-1-12	For example születésszabályozás word
-partword lásszé 123-4-234-156-16
-partword ársszer 4-1235-234-156-15-1235
-partword lösszáj 123-12345-234-156-4-245	For example tejfölösszájú word
-partword üléssz 12356-123-16-234-156	For example repülésszerű, településszerkezet words
-partword melésszer 134-15-123-16-234-156-15-1235	For example emelésszerű word
-partword itkosszol 24-2345-13-135-234-156-135-123	For example titkosszolgálat word
-partword övisszú 12345-1236-24-234-156-346	For example tövisszúrás word
-partword kosszel 13-135-234-156-15-123
-partword udásszo 136-145-4-234-156-135	For example tudásszomj word
-partword grássze 1245-1235-4-234-156-15	For example ugrásszerűen word
-partword tasszál 2345-1-234-156-4-123	For example utasszállító word
-partword tasszám 2345-1-234-156-4-134	For example utasszám word
-partword tasszer 2345-1-234-156-15-1235	For example utasszerep word
-partword rémissz 1235-16-134-24-156-156	For example rémisszétek, elrémisszék words
-partword úvósszim 346-1236-246-234-156-24-134	For example fúvósszimfónia word
-partword úvósszer 346-1236-246-234-156-15-1235	For example fúvósszerszám word
-partword fúvószen 124-346-1236-246-234-126-15-1345	For example fúvószenekar word
-partword letesszob 123-15-2345-15-234-156-135-12
-partword léssza 123-16-234-156-1	For example ülésszak word
-partword vallás =	For example vallásszabadság, hitvallásszerű, vallásszociológus, vallásszakértő words related need this general exception
-always vasasszak 1236-1-234-1-234-156-1-13	For example vasasszakosztály word
-always sasszár 234-1-234-156-4-1235	For example sasszárnyú word
-partword sassze 234-1-234-156-15	For example sasszeg word
-partword sasszöm 234-1-234-156-12345-134	For example sasszömöd old word
-partword tassztráj 2345-1-234-156-2345-1235-4-245	For example vasutassztrájk word
-partword aversszal 1-1236-15-1235-156-156-1-123	For example Martraversszal word not need wrapping the word with single s and sz braille dots
-partword erssza 15-1235-234-156-1	For example versszak, versszakában words
-partword ersszá 15-1235-234-156-4
-partword lamosszé 123-1-134-135-234-156-16	For example villamosszék word
-partword lamosszí 123-1-134-135-234-156-34
-partword sessző 234-15-234-156-12456	For example vörösesszőke word
-partword desszür 145-15-234-156-12356-1235
-partword ársszöv 4-1235-234-156-12345-1236	For example társszövetség word
-always hússzelet 125-346-234-156-15-123-15-2345	For example hússzelet word
-partword rösszem 1235-12345-234-156-15-134	For example vörösszem word
-partword osszöv 135-234-156-12345-1236	For example orvosszövetség word
-partword osszemély 135-234-156-15-134-16-456	For example orvosszemély word
-partword vosszerű 1236-135-234-156-15-1235-23456	For example orvosszerű word
-partword óriás =	For example óriásszalamandra, óriászászlót, óriászsúrlót words
-partword ésszög 16-234-156-12345-1245	For example dőlésszög word
-partword vosszak 1236-135-234-156-1-13	For example orvosszakértő word
-partword marossz 134-1-1235-135-234-156	For example Marosszék, Marosszentgyörgy words
-partword sszombat 234-156-135-134-12-1-2345	For example Szepesszombat word
-partword sszarv 234-156-1-1235-1236	For example kosszarv word
-partword sszőlő 234-156-12456-123-12456	For example Vértesszőlős village name
-partword levesszed 123-15-1236-15-234-156-15-145	For example levesszedő word
-always levesszag 123-15-1236-15-234-156-1-1245	For example levesszag, levesszagot, húslevesszagot words
-partword farkas =	For example Farkassziget, farkasszáj, farkaszsaru words
-partword hússzalon 125-346-234-156-1-123-135-1345	For example hússzalonna word
-always versszerű 1236-15-1235-234-156-15-1235-23456	For example versszerű word
-always kosszem 13-135-234-156-15-134	For example kosszem word
-partword kisszob 13-24-234-156-135-12	For example kisszobában word
-always tipusszám 2345-24-1234-136-234-156-4-134	For example tipusszám word
-partword alvásszeg 1-123-1236-4-234-156-15-1245	For example alvásszegény word
-always lakosszám 123-1-13-135-234-156-4-134	For example lakosszám word
-partword adóssz 1-145-246-234-156	For example adósszámla, adósszolgaságban words
-begword alkalmazássz 1-123-13-1-123-134-1-126-4-234-156	For example alkalmazásszerver, alkalmazásszint words
-partword autóssz 1-136-2345-246-234-156	For example autósszemüveg, autósszőnyeget words need this general exception
-begword béléssz 12-16-123-16-234-156	For example bélésszövet word
-partword bőgésszer 12-12456-1245-16-234-156-15-1235	For example bőgésszerű word
-partword csapássz 146-1-1234-4-234-156	For example sorscsapásszerű, csapásszám word
-partword írássz 34-1235-4-234-156	For example írásszabályok, írásszeretet, előírásszerű words
-partword kelésszint 13-15-123-16-234-156-24-1345-2345	For example érzékelésszint word
-partword fiókossz 124-24-246-13-135-234-156	Forexample fiókosszekrény word
-begmidword foglalkozássz 124-135-1245-123-1-123-13-135-126-4-234-156	For example foglalkozásszerű word
-always fogasszeg 124-135-1245-1-234-156-15-1245	For example fogasszeg word
-partword gondviseléssz 1245-135-1345-145-1236-24-234-15-123-16-234-156	For example gondviselésszerű word
-partword gyújtássz 1456-346-245-2345-4-234-156	For example gyújtásszabály word
-partword gyorsszűr 1456-135-1235-234-156-23456-1235	For example gyorsszűrő word
-partword tásszün 2345-4-234-156-12356-1345	For example hatásszünet word
-partword hirdetés =	For example hirdetésszagú, hirdetésszöveg words need this exception
-partword hússzekr 125-346-234-156-15-13-1235	For example hússzekrény word
-partword jelenéssze 245-15-123-15-1345-16-234-156-15	For example jelenésszerű wordd
-partword jelzésszer 245-15-123-126-16-234-156-15-1235	For example jelzésszerű, hangjelzésszerű word
-partword kasszé 13-1-234-156-16	For example kasszék word part containing wordsneed this exception
-partword katalógussz 13-1-2345-1-123-246-1245-136-234-156	For example katalógusszám word
-partword kavarásszer 13-1-1236-1-1235-4-234-156-15-1235	For example kavarásszerű word
-partword kitörésszer 13-24-2345-12345-1235-16-234-156-15-1235	For example kitörésszerű word
-always kisszótár 13-24-234-156-246-2345-4-1235	For example kisszótár word
-partword klienssz 13-123-24-15-1345-234-156	For example kliensszoftver word
-partword köhögéssz 13-12345-125-12345-1245-16-234-156 For example köhögésszerű word
-partword könyvessz 13-12345-1246-1236-15-234-156	For example könyvesszekrény word
-always könyvesszé 13-12345-1246-1236-15-156-156-16	For example könyvesszé, könyvesszéje word
-partword másszer 134-4-234-156-15-1235	For example látomásszerű, nyomásszerű, képmásszerű words
-partword frisszöld 124-1235-24-234-234-126-12345-123-145
-partword ésszög 2345-16-234-156-12345-1245	For example lejtésszöge word
-partword lengéssz 123-15-1345-1245-16-234-156	For example lengésszabály word
-partword lépés 123-16-1234-16-234	For example lépésszám, lépészaj words
-partword lökéssz 123-12345-13-16-234-156	For example lökésszám, lökésszerű words
-partword magasszár 134-1-1245-1-234-156-4-1235	For example magasszárú word
-partword másszóv 134-4-234-156-246-1236	For example másszóval word
-partword dörgésszer 145-12345-1235-1245-16-234-156-15-1235	For example dörgésszerű, mennydörgésszerű words
-always motorossz 134-135-2345-135-1235-135-234-156	For example motorosszán, motorossztár word
-partword ökrössz 12345-13-1235-12345-234-156	For example ökrösszekér word
-partword pedagógussztr 1234-15-145-1-1245-246-1245-136-234-156-2345-1235	For example pedagógussztrájk word
-partword plüsszer 1234-123-12356-234-156-15-1235	For example plüsszerű word
-partword rádióssz 1235-4-145-24-246-234-156	For example rádiósszoba word
-partword présszer 1234-1235-16-234-156-15-1235	For example présszerű word
-partword puskás =	For example puskásszázad, puskásszakasz, puskászászlóalj words
-partword kezésszer 13-15-126-16-234-156-15-1235	For example rendelkezésszerű word
-partword robbanás =	For example robbanásszerű, robbanászajt word
-partword sárgássz 234-4-1235-1245-4-234-156	For example sárgásszínű word
-partword szerződéssz 156-15-1235-126-12456-145-16-234-156	For example szerződésszegés, szerződésszegő, szerződésszám words
-partword szokássz 156-135-13-4-234-156	For example szokásszerű word
-partword úrásszer 346-1235-4-234-156-15-1235	For example szúrásszerű word
-partword úrósszem 346-1235-246-234-156-15-134	For example szúrósszemű word
-partword tágulássz 2345-4-1245-136-123-4-234-156	For example tágulásszabály word
-begword társsz 2345-4-1235-234-156	For example társszekér word
-partword tudásszin 2345-136-145-4-234-156-24-1345	For example tudásszint word
-partword töltésszab 2345-12345-123-2345-16-234-156-1-12	For example töltésszabályozó word
-partword többessz 2345-12345-12-12-15-234-156	For example többesszám word
-begword világos =	For example világosszőke, világosszürke words
-begword világoszl 1236-24-123-4-1245-135-156-123	For example világoszlop word
-always vörösessz 1236-12345-1235-12345-234-15-234-156	For example vörösesszőke word
-partword zuhanássz 126-136-125-1-1345-4-234-156	For example zuhanásszerű word
-partword zökkenéssz 126-12345-13-13-15-1345-16-234-156	For example zökkenésszerű word
-begword zsírossz 345-34-1235-135-234-156	For example zsírosszén word
-begmidword  lovassz 123-135-1236-1-234-156	For example lovasszázad, lovasszekeret words
-partword vasszállít 1236-1-234-156-4-123-123-34-2345	For example vasszállítmány word
-begword barnásszür 12-1-1235-1345-4-234-156-12356-1235	For example barnásszürke word
-begword kőművessz 13-12456-134-23456-1236-15-234-156	For example kőművesszem, kőművesszerszámait words
-begword lőréssz 123-12456-1235-16-234-156	For example lőrésszerű word
-partword hadásszag 125-1-145-4-234-156-1-1245	For example rothadásszag word
-partword omlásszag 135-134-123-4-234-156-1-1245	for example bomlásszag word
-begword szaglássz 156-1-1245-123-4-156-156	For example szaglásszék word
-word résszerű 1235-16-234-156-15-1235-23456	résszerű is a special exception word
-word résszerűen 1235-16-234-156-15-1235-23456-15-1345	For example résszerűen word
-begword körössz 13-12345-1235-12345-234-156	For example körösszakál, körösszakáli words
-partword csattanásszer 146-1-2345-2345-1-1345-4-234-156-15-1235	For example csattanásszerű word
-partword csikóssz 146-24-13-246-234-156	For example csikósszámadó word
-begword csipkéssz 146-24-1234-13-16-234-156	For example csipkésszélű word
-begword csobbanásszer 146-135-12-12-1-1345-4-234-156-15-1235	For example csobbanásszerű word
-begword csuklássz 146-136-13-123-4-234-156	For example csuklásszerű word
-partword lépcsősszár 123-16-1234-146-12456-234-156-4-1235	For example lépcsősszárnyú word
-partword csavarásszer 146-1-1236-1-1235-4-234-156-15-1235	For example csavarásszerű word
-partword ájulásszer 4-245-136-123-4-234-156-15-1235	For example ájulásszerű word
-partword aranyosszők 1-1235-1-1246-135-234-156-12456-13	For example aranyosszőke word
-begword barnásszők 12-1-1235-1345-4-234-156-12456-13	For example barnásszőke, barnásszőkét word
-partword becslésszer 12-15-146-123-16-234-156-15-1235	For example becslésszerűen word
-partword rendezéssze 1235-15-1345-145-15-126-16-234-156-15	For example berendezésszett, berendezésszerű words
-partword rengéssz 1235-15-1345-1245-16-234-156	For example derengésszerű, földrengésszakértő, merengésszerű, rengésszerű words
-partword pergésszer 1234-15-1235-1245-16-234-156-15-1235	For example dobpergésszerűen word
-begword dússzakáll 145-346-234-156-1-13-4-123-123	For example dússzakállú word
-begword édesszesz 16-145-15-234-156-15-156	For example édesszesztestvér word
-partword egyenesszál 15-1456-15-1345-15-234-156-4-123	For example egyenesszálú word
-partword őrsszerű 12456-1235-234-156-15-1235-23456	For example előőrsszerű
-begword ésszer 16-156-156-15-1235	For example ésszerű word
-always fásszín 124-4-234-156-34-1345
-partword fehéressz 124-15-125-16-1235-15-234-156	For example fehéresszőke, fehéresszürke words
-partword feketésszürk 124-15-13-15-2345-16-234-156-12356-1235-13	For example feketésszürke word
-begword felszerelés 124-15-123-156-15-1235-15-123-16-234	For example felszerelésszettet word need this exception
-begword fertőzéssz 124-15-1235-2345-12456-126-16-234-156	For example fertőzésszerű word
-partword fájásszer 124-4-245-4-234-156-15-1235	For example fogfájásszerű word
-partword fosszín 124-135-234-156-34-1345	For example fosszínű word
-partword csuszamlásszer 146-136-156-1-134-123-4-234-156-15-1235	For example földcsuszamlásszerűen word
-partword fűtéssz 124-23456-2345-16-234-156	For example fűtésszag, fűtésszezon words
-begword habitusszer 125-1-12-24-2345-136-234-156-15-1235	For example habitusszerűen word
-begword halottassz 125-1-123-135-2345-2345-1-234-156	For example halottasszoba, halottasszobába, halottasszekér words
-begword hekussz 125-15-13-136-234-156	For example hekusszagot word
-partword hasissz 125-1-234-24-234-156	For example hasisszagot word
-always hársszén 125-4-1235-234-156-16-1345	For example hársszén word
-partword hársszen 125-4-1235-234-156-15-1345	For example hársszenet word
-partword rándulásszer 1235-4-1345-145-136-123-4-234-156-15-1235	For example rándulásszerűen word
-partword kérésszer 13-16-1235-16-234-156-15-1235	For example kérésszerűen word
-partword villanásszer 1236-24-123-123-1-1345-4-234-156-15-1235	For example villanásszerűen word
-begword hányássz 125-4-1246-4-234-156	For example hányásszag, hányásszerű words
-partword szorosszerű 156-135-1235-135-234-156-15-1235-23456	For example hegyszorosszerű word
-begword hentessz 125-15-1345-2345-15-234-156	For example hentesszaktanfolyamát, hentesszéket words
-word hisszék 125-24-156-156-16-13
-partword örgésszerű 12345-1235-1245-16-234-156-15-1235-23456	For example hörgésszerű, zörgésszerű, dörgésszerű words
-partword hússzállít 125-346-234-156-4-123-123-34-2345	For example hússzállító, hússzállítmány words
-always hússzí 125-346-234-156-34	For example hússzínű word
-always irtásszél 24-1235-2345-4-234-156-16-123	For example irtásszél word
-partword jelentéssz 245-15-123-15-1345-2345-16-234-156	For example gyorsjelentésszezon, jelentésszerű, jelentésszint word
-begword katekizmussz 13-1-2345-15-13-24-126-134-136-234-156	For example katekizmusszerű word
-begword kerítéssz 13-15-1235-34-2345-16-234-156	For example kerítésszaggató word
-partword kevéssz 13-15-1236-16-234-156	For example kevésszer, kevésszavú words
-partword fejlessze 124-15-245-123-15-156-156-15	For example kifejlesszem word
-partword szögellésszer 156-12345-1245-15-123-123-16-234-156-15-1235	For example kiszögellésszerűen word
-begword kitüntetéssz 13-24-2345-12356-1345-2345-15-2345-16-234-156	For example kitüntetésszalagokat word
-partword ációsszob 4-14-24-246-234-156-135-12	For example kommunikációsszoba word
-begword kőrissz 13-12456-1235-24-234-156	For example kőrisszár, kőrisszárat words
-partword küldetéssz 13-12356-123-145-15-2345-16-234-156	For example küldetésszaga word
-partword labirintussz 123-1-12-24-1235-24-1345-2345-136-234-156	For example labirintusszerű, labirintusszint words
-partword lejtéssz 123-15-245-2345-16-234-156	For example lejtésszög word
-begword málhássz 134-4-123-125-4-234-156	For example málhásszekér, málhásszekereiket words
-always medresszék 134-15-145-1235-15-234-156-16-13	For example medresszék word
-begword ménessz 134-16-1345-15-234-156	For example ménesszárnyékok word
-begword meszesszürk 134-15-156-15-234-156-12356-1235-13	For example meszesszürke word
-partword mítossz 134-34-2345-135-156-156
-partword mókussz 134-246-13-136-234-156	For example mókusszőr, mókusszerű words
-partword utazássz 136-2345-1-126-4-234-156	For example utazásszerű, utazásszervező, nászutazásszerű words
-partword nedvesszürk 1345-15-145-1236-15-234-156-12356-1235-13	For example nedvesszürke word
-partword nemesszőrm 1345-15-134-15-234-156-12456-1235-134	For example nemesszőrme word
-partword ikkanásszer 24-13-13-1-1345-4-234-156-15-1235	For example nyikkanásszerű word
-partword nyomásszab 1246-135-134-4-234-156-1-12	For example nyomásszabályzó word
-partword oposszu 135-1234-135-156-156-136
-partword orvos =	For example orvosszázados, orvosszereikkel words
-partword vodásszint 1236-135-145-4-234-156-24-1345-2345	For example óvodásszintű word
-begword örvénylésszer 12345-1235-1236-16-1246-123-16-234-156-15-1235	For example örvénylésszerű word
-partword párnássz 1234-4-1235-1345-4-234-156	For example párnásszék word
-begword pátossz 1234-4-2345-135-156-156	For example pátosszal word
-partword pedagógusszob 1234-15-145-1-1245-246-1245-136-234-156-135-12	For example pedagógusszobába word
-partword pirítóssz 1234-24-1235-34-2345-246-234-156	For example pirítósszeleteken word
-begword piszkossz 1234-24-156-13-135-234-156	For example piszkosszőke, piszkosszürke words
-partword lövésszer 123-12345-1236-16-234-156-15-1235	For example pisztolylövésszerűen word
-partword posszibili 1234-135-156-156-24-12-24-123-24
-begword priapossz 1234-1235-24-1-1234-135-156-156	For example priamossza word
-partword repülőssz 1235-15-1234-12356-123-12456-234-156	For example repülősszárny word
-begword selymesszők 234-15-456-134-15-234-156-12456-13	For example selymesszőke word
-begword sertésszűz 234-15-1235-2345-16-234-156-23456-126	For example sertésszűzpecsenyére word
-begword szentségessz 156-15-1345-2345-234-16-1245-15-234-156	For example szentségesszűzmáriám word
-begword szórakozásszám 156-246-1235-1-13-135-126-4-234-156-4-134	For example szórakozásszámba word
-begword társalgássz 2345-4-1235-234-1-123-1245-4-234-156	For example társalgásszámba, társalgásszerű words
-begword templomosszak 2345-15-134-1234-123-135-134-135-234-156-1-13	For example templomosszakértő word
-begword tigrissz 2345-24-1245-1235-24-234-156	For example tigrisszerű, tigrisszemek words
-partword tizedessz 2345-24-126-15-145-15-234-156	For example tizedesszállás, tizedesszám words related need this general exception
-begword ulánusszáz 136-123-4-1345-136-234-156-4-126	For example ulánusszázad word
-begword utasszin 136-2345-1-234-156-24-1345	For example utasszint word
-begword utasszol 136-2345-1-234-156-135-123	For example utasszolgálat word
-begword vallomássz 1236-1-123-123-135-134-4-234-156	For example vallomásszámba word
-begword vértesszáz 1236-16-1235-2345-15-234-156-4-126	For example vértesszázad, vértesszázadbeli words
-partword visszé 1236-24-156-156-16	For example visszér, visszérműtét words
-begword visszer 1236-24-156-156-15-1235	For example visszeres word
-begword vörhenyesszők 1236-12345-1235-125-15-1246-15-234-156-12456-13	For example vörhenyesszőke word
-begword vörössz 1236-12345-1235-12345-234-156	For example vörösszakállú, vörösszőke word
-begword zavarossz 126-1-1236-1-1235-135-234-156	For example zavarosszürke word
-partword gázspra 1245-4-126-234-1234-1235-1	For example gázspray word
-always gázspré 1245-4-126-234-1234-1235-16	For example gázspré word
-always gázstop 1245-4-126-234-2345-135-1234	For example the gázstop word need this general exception
-partword gázsuga 1245-4-126-234-136-1245-1	For example gázsugarak word
-partword gázzsámo 1245-4-126-345-4-134-135	For example gázzsámoly word
-partword zsugár 126-234-136-1245-4-1235	For example gázsugár word
-partword gázsüt 1245-4-126-234-12356-2345	For example gázsütő word
-partword gázster 1245-4-126-234-2345-15-1235	For example gázstelirizátor word
-partword gázsűr 1245-4-126-234-23456-1235	For example gázsűrűség, gázsűrítő words
-partword gázsáto 1245-4-126-234-4-2345-135	For example könnygázsátor word
-partword gázseb 1245-4-126-234-15-12	For example gázsebesség word
-partword gázsúr 1245-4-126-234-346-1235	For example gázsúrlódás word
-partword gázsí 1245-4-126-234-34	For example gázsíp word
-begword ágyússz 4-1456-346-234-156	For example ágyússzekerek word
-begword alásszolg 1-123-4-234-156-135-123-1245	For example alásszolgája, alásszolgájuk words
-begword csárdásszól 146-4-1235-145-4-234-156-246-123	For example csárdásszóló word
-begword deposszed 145-15-1234-135-156-156-15-145
-begword kompossze 13-135-134-1234-135-156-156-15	For example komposszesszor, komposszesszorátus words
-partword kormossz 13-135-1235-134-135-234-156	For example kormosszürke word
-partword köntössz 13-12345-1345-2345-12345-234-156	For example köntösszegély word
-partword borzassző 12-135-1235-126-1-234-156-12456	For example borzasszőrű word
-partword harcossz 125-1-1235-14-135-234-156	For example harcosszellem word
-partword mágnássz 134-4-1245-1345-4-234-156	For example mágnásszámba word
-partword másszín 134-4-234-156-34-1345	For example másszínű word
-partword másszőr 134-4-234-156-12456-1235	For example másszőrűek word
-partword mécsessz 134-16-146-15-234-156	For example mécsesszem word
-partword méhessz 134-16-125-15-234-156	For example méhesszín, méhesszínben words
-partword muzsikussz 134-136-345-24-13-136-234-156	For example muzsikusszem word
-partword ordassz 135-1235-145-1-234-156	For example ordasszőrű word
-partword állássz 4-123-123-4-234-156	For example önállásszerű word
-partword őszessz 12456-156-15-234-156
-begword ősszék 12456-234-156-16-13	For example ősszékelyek word
-begword őssz 12456-234-156	For example ősszármazású word, but will be have some exception words this general rule
-always ősszel 12456-156-156-15-123	For example ősszel word
-always ősszé 12456-156-156-16
-partword ősszell 12456-234-156-15-123-123	For example ősszellem word
-partword paprikássz 1234-1-1234-1235-24-13-4-234-156	For example paprikásszalonna-bazár word
-partword rakássz 1235-1-13-4-234-156	For example rakásszámra word
-partword rántássz 1235-4-1345-2345-4-234-156	For example rántásszag, rántásszerű words
-partword rongyossz 1235-135-1345-1456-135-234-156	For example rongyosszélű word
-partword ruhássz 1235-136-125-4-234-156	For example ruhásszobámé word
-begword sássz 234-4-234-156	For example sásszéna, sásszerű words
-begword rózsássz 1235-246-345-4-234-156	For example rózsásszőkés word
-partword nyöklésszél 1246-12345-13-123-16-234-156-16-123	For example könyöklésszéles word
-partword sugárzássz 234-136-1245-4-1235-126-4-234-156	For example sugárzásszintek, sugárzásszerű words
-partword szarvassz 156-1-1235-1236-1-234-156	For example szarvasszív word
-partword szindikátussz 156-24-1345-145-24-13-4-2345-136-234-156	For example szindikátusszervező, szindikátusszerű words
-partword szólássz 156-246-123-4-234-156	For example szólásszapulás word
-begword teásszer 2345-15-4-234-156-15-1235	For example teásszervíz word
-partword tövissz 2345-12345-1236-24-234-156	For example tövisszár word
-partword tükrössz 2345-12356-13-1235-12345-234-156	For example tükrösszélű word
-partword tüzessz 2345-12356-126-15-234-156	For example tüzesszemű word
-partword pótlássz 1234-246-2345-123-4-234-156	For example utánpótlásszállítmánnyal word
-begword veressz 1236-15-1235-15-234-156	For example veresszemű, veresszakállú words
-begword vetéssz 1236-15-2345-16-234-156	For example vetésszalag word
-partword villamossz 1236-24-123-123-1-134-135-234-156	For example villamosszerű word
-partword zsoldossz 345-135-123-145-135-234-156	For example zsoldosszokás word
-partword gyűléssz 1456-23456-123-16-234-156	For example gyűlésszíne word
-begword ikarossz 24-13-1-1235-135-156-156
-partword kattintássz 13-1-2345-2345-24-1345-2345-4-234-156	For example kattintásszám word
-begword rúzsossz 1235-346-345-135-234-156	For example rúzsosszájú word
-partword formánsszint 124-135-1235-134-4-1345-234-156-24-1345-2345	For example formánsszintetizátor word
-partword vírussz 1236-34-1235-136-234-156	For example vírusszűrés word
-partword stílussz 234-2345-34-123-136-234-156	For example stílusszerű, stílusszerkesztő words
-partword hármassz 125-4-1235-134-1-234-156	For example hármasszak, hármassziget word
-begword hússzöv 125-346-234-156-12345-1236	For example Hússzövetség company name or normal hússzövet words need this exception
-partword edzéssz 15-145-126-16-234-156	For example edzésszám word
-begword hamissz 125-1-134-24-234-156	For example hamisszínes word
-begword rákossz 1235-4-13-135-234-156	For example Rákosszentmihály town part name
-partword kezdés 13-15-126-145-16-234	For example bekezdésszintű, bekezdészárás words need this exception
-partword mászás 134-4-156-4-234	For example hangyamászásszerű word need this exception
-partword hivatkozássz 125-24-1236-1-2345-13-135-126-4-234-156	For example hivatkozásszerű, hivatkozásszűrés word
-partword taxissz 2345-1-1346-24-234-156	For example taxisszakszervezet, taxisszurkálás words need this exception
-partword pszichológussz 1234-156-24-14-125-135-123-246-1245-136-234-156	For example pszichológusszövetség word need this exception
-partword vízeséssz 1236-34-126-15-234-16-234-156	For example vízesésszerűen word need this exception
-partword közlekedéssz 13-12345-126-123-15-13-15-145-16-234-156	For example közlekedésszervezők word need this exception
-partword üstökössz 12356-234-2345-12345-13-12345-234-156	For example üstökösszerű word
-partword biznissz 12-24-126-1345-24-156-156	For example biznisszé word
-partword ugrássz 136-1245-1235-4-234-156	For example ugrásszögének word need this exception
-partword mitugrássza 134-24-2345-136-1245-1235-4-156-156-1	But mitugrásszal word not need apply the prewious general exception
-partword lesszabá 123-15-234-156-1-12-4	For example lesszabály word
-partword ismétléssz 24-234-134-16-2345-123-16-234-156	For example ismétlésszám word
-partword visszaéléssz 1236-24-156-156-1-16-123-16-234-156	For example visszaélésszerű word
-partword szállodássz 156-4-123-123-135-145-4-234-156	For example szállodásszövetség word need this exception
-begword egyessz 15-1456-15-234-156	For example egyesszám, egyesszámban word
-partword fémessz 124-16-134-15-234-156	For example fémesszürke word
-begword kisszöv 13-24-234-156-12345-1236	For example kisszövetkezet word
-partword bázissz 12-4-126-24-234-156	For example bázisszint word
-partword webes =	For example webesszolgáltatás word
-partword felsorolás =	For example felsorolásszerűen word
-begword kisszíne 13-24-234-156-34-1345-15	For example kisszínes word
-partword végzéssz 1236-16-1245-126-16-234-156	For example kivégzésszerű word need this exception
-begword diósszilá 145-24-246-234-156-24-123-4	For example Diósszilágyi Sámuel name related need this exception
-partword mérkőzéssz 134-16-1235-13-12456-126-16-234-156	For example mérkőzésszerű, mérkőzésszervező words need this exception
-partword művelődés =	For example művelődésszervező word need this exception
-partword nyomássz 1246-135-134-4-234-156	For example nyomásszinten word
-partword realitás =	For example realitásszagú word need this exception
-partword töltésszak 2345-12345-123-2345-16-234-156-1-13	For example töltésszakasz word need this exception
-begword verssz 1236-15-1235-234-156	For example versszerető word
-partword zsarolássz 345-1-1235-135-123-4-234-156	For example zsarolásszerű word
-partword csípéssz 146-34-1234-16-234-156	For example csípésszám word
-partword fúvóssz 124-346-1236-246-234-156	For example fúvósszekció word
-begword hassző 125-1-234-156-12456	For example hasszőrzet word
-begword hasszé 125-1-234-156-16	For example hasszél word
-partword információssz 24-1345-124-135-1235-134-4-14-24-246-234-156	For example imformációsszabadság word
-partword mikulás =	For example mikulásszerkó word
-partword pedagógus =	For example pedagógusszövetség word
-partword folyássz 124-135-456-4-234-156	For example befolyásszerzésről, vízfolyásszerű word
-partword nyálassz 1246-4-123-1-234-156	For example nyálasszájú word
-always molosszer 134-135-123-135-156-156-15-1235	A dog name related need this exception
-begword basszussz 12-1-156-156-136-234-156	For example basszusszerű, basszusszintetizátor words need this exception
-begword postássz 1234-135-234-2345-4-234-156	For example postássztrájk word
-partword mozgássz 134-135-126-1245-4-234-156	For example mozgásszínház word
-partword szociálissz 156-135-14-24-4-123-24-234-156	For example szociálisszálláshely-program word need this exception
-partword erőlködés =	For example erőlködésszagúnak word need this exception
-partword ricinus =	For example ricinusszerű word need this general exception
-partword utalás =	For example utalásszerűen, utalásszinten words need this general exception
-partword erősítés =	For example erősítésszabályozás word need this general exception
-partword fázissz 124-4-126-24-234-156	For example fázisszög, fázisszögnek words related need this general exception
-partword fáziszá 124-4-126-24-234-126-4	For example fáziszár word related need this general exception
-partword hatássz 125-1-2345-4-234-156	For example hatásszélesség, hatásszereket words related need this exception
-partword effektus =	For example effektusszerűen word related need this exception
-partword pulzussz 1234-136-123-126-136-234-156	For example impulzusszélességét word related need this exception
-partword váltássz 1236-4-123-2345-4-234-156	For example képváltásszámot word related need this exception
-partword fázássz 124-4-126-4-234-156	For example megfázásszerű word
-partword periódus =	For example periódusszámának word related need this exception
-partword pólus =	For example pólusszámhoz, pólusszekvenciát words related need this general exception 
-partword rovás =	For example rovásszerűen word related need this general exception
-partword ciripelés =	For example ciripelésszerűen word related need this general exception
-partword orgazmussz 135-1235-1245-1-126-134-136-234-156	For example orgazmusszerű word related need this exception
-partword teknőssz 2345-15-13-1345-12456-234-156	For example teknősszámlálás word related need this general exception
-partword hússzer 125-346-234-156-15-1235	For example vagdalthússzerű word
-partword emelkedés =	For example áremelkedésszerű word
-partword zaklatás 126-1-13-123-1-2345-4-234	For example zaklatásszámba word
-partword feltevés =	For example feltevésszerűen word
-partword gyülekezéssz 1456-12356-123-15-13-15-126-16-234-156	For example gyülekezésszabadságot word
-partword konstans =	For example konstansszimbólumainak word
-partword oktatás =	For example oktatásszociológiai word
-partword ötvös =	For example ötvösszakmai word
-begword pálossz 1234-4-123-135-234-156	For example Pálosszentkút town name related need this general exception
-partword sasszikl 234-1-234-156-24-13-123	For example sasszikla word
-partword természetessz 2345-15-1235-134-16-156-15-2345-15-234-156	For example természetesszám word
-begword árrés =	For example árrésszabályt word related need this general exception
-always premisszám 1234-1235-15-134-24-156-156-4-134
-partword likviditás =	For example likviditásszűke word need this general exception
-partword mutatkozás 134-136-2345-1-2345-13-135-126-4-234	For example bemutatkozásszámba word related need this general exception
-partword migráns =	For example emigránsszervezetek word related need this general exception
-partword erdőssz 15-1235-145-12456-234-156	For example erdőssztyepp-vidéke word related need this general exception
-partword fétissz 124-16-2345-24-234-156	For example fétisszínész, fétisszínésze words related need this general exception
-partword művessz 134-23456-1236-15-234-156	For example földművesszövetkezet word related need this general exception
-partword játékossz 245-4-2345-16-13-135-234-156	Forexample játékosszám word related need this general exception
-partword pestissz 1234-15-234-2345-24-234-156	For example pestisszobrot word related need this general exception
-partword rugószá 1235-136-1245-246-234-126-4	For example rugószárjai word
-partword rugóssz 1235-136-1245-246-234-156	For example rugósszerű word related need this general exception
-partword sasszobr 234-1-234-156-135-12-1235	For example sasszobrai, sasszobrok words related need this general exception
-partword tanulás =	For example tanulásszeretetét, tanulásszeretete words related need this general exception
-partword terhes =	For example terhesszexet word related need this general exception
-partword ütközéssz 12356-2345-13-12345-126-16-234-156	For example ütközésszerű, ütközésszimulátor words related need this general exception
-partword dásszalag 145-4-234-156-1-123-1-1245	For example adásszalagokat word related need this general exception
-partword dásszöv 145-4-234-156-12345-1236	For example előadásszövegek word related need this general exception
-partword intrikus =	For example intrikusszerepeiben word
-always késszerű 13-16-234-156-15-1235-23456	For example késszerű word
-partword piramis =	For example piramisszövegei, piramisszövegek, piramisszövegeknek words related need this general exception
-partword terméssz 2345-15-1235-134-16-234-156	For example termésszárnyak, termésszerű word
-partword tetoválás =	For example tetoválásszerű word related need this general exception
-partword töltésszim 2345-12345-123-2345-16-234-156-24-134	For example töltésszimmetria word
-partword részesedéssz 1235-16-156-15-234-15-145-16-234-156	For example részesedésszerzés word related need this exception
-partword aktivitás =	For example aktivitásszint word
-partword akusztikussz 1-13-136-156-2345-24-13-136-234-156	For example akusztikusszenzor word
-partword alkotás =	For example alkotásszemléletének word
-partword állomás =	For example állomásszám word
-partword analízissz 1-1345-1-123-34-126-24-234-156	For example Analízisszintű word
-partword áramlás =	For example áramlásszabályozás word
-partword árverés =	For example árverésszerű word
-partword asztalossz 1-156-2345-1-123-135-234-156	For example asztalosszakmát word
-partword áttörés =	For example áttörésszerepe word
-partword bemetszéssz 12-15-134-15-2345-156-16-234-156	For example bemetszésszerűen word
-partword bukfencezéssz 12-136-13-124-15-1345-14-15-126-16-234-156	For example bukfencezésszerű word
-partword felismeréssz 124-15-123-24-234-134-15-1235-16-234-156	For example felismerésszerűen word
-partword keresztessz 13-15-1235-15-156-2345-15-234-156	For example keresztesszárnyú word
-partword redőssz 1235-15-145-12456-234-156	For example redősszárnyú word
-partword caries =	For example cariesszaporulat word
-partword ciklus =	For example ciklusszám, ciklusszervezés, ciklusszerű words
-partword ciprus =	For example ciprusszobrocska word
-partword csevegéssz 146-15-1236-15-1245-16-234-156	For example csevegésszerű word
-partword csicsergéssz 146-24-146-15-1235-1245-16-234-156	For example csicsergésszerű word
-partword diakónus =	For example diakónusszentelés, diakónusszerű words
-partword díjszabássz 145-34-245-156-1-12-4-234-156	For example díjszabásszerkesztők, díjszabásszerű words
-partword dinamikus =	For example dinamikusszökőkút word
-partword dinoszaurussz 145-24-1345-135-156-1-136-1235-136-156-156	For example dinoszaurusszerű word
-partword dobolás =	For example dobolásszerű word
-partword dózissz 145-246-126-24-234-156	For example dózisszint word
-partword dzsidássz 145-345-24-145-4-234-156	For example dzsidásszázad word
-partword beszéléssz 12-15-156-16-123-16-234-156	For example elbeszélésszerű, elbeszélésszerűen words
-partword ellátás =	For example ellátásszakértője word
-partword énekes =	For example énekessztár, énekesszerepeket words
-partword epilógus =	For example epilógusszerű word
-partword prológus =	For example prológusszerű word
-partword erszényessz 15-1235-156-16-1246-15-234-156	For example erszényesszerű word
-partword érvelés =	For example érvelésszerű, érvelésszerkezet words
-partword észleléssz 16-156-123-15-123-16-234-156	For example észlelésszám word
-partword evolvens =	For example evolvensszög word
-partword díszessz 145-34-156-15-234-156	For example fejdíszesszerű word
-partword fékezéssz 124-16-13-15-126-16-234-156	For example fékezésszabályozás word
-partword lángolássz 123-4-1345-1245-135-123-4-234-156	For example lángolásszerű, fellángolásszerű words
-partword vonássz 1236-135-1345-4-234-156	For example felvonásszám, felvonásszerű, vonásszám words
-always fogasszíj 124-135-1245-1-234-156-34-245	For example fogasszíj, fogasszíjak word
-partword fordítás =	For example fordításszempontú word
-partword forgássz 124-135-1235-1245-4-234-156	For example forgásszám, forgásszög words
-partword mívessz 134-34-1236-15-234-156	For example Földmívesszövetkezet word
-partword gerjesztéssz 1245-15-1235-245-15-156-2345-16-234-156	For example gerjesztésszabályozást, gerjesztésszabályozót, gerjesztésszerű words
-partword gesztussz 1245-15-156-2345-136-234-156	For example gesztusszerű, gesztusszobrokat words
-partword gyártássz 1456-4-1235-2345-4-234-156	For example gyártásszám word
-partword hajtássz 125-1-245-2345-4-234-156	For example hajtásszabályozás, hajtásszegmensei words
-partword hányadossz 125-4-1246-1-145-135-234-156	For example hányadosszabály, hányadosszámítás words
-partword tartássz 2345-1-1235-2345-4-234-156	For example háztartásszám, karbantartásszám, karbantartásszegény words
-partword hitelesítés =	For example hitelesítésszolgáltatást word
-partword hivatássz 125-24-1236-1-2345-4-234-156	For example hivatásszemélyiség word
-partword horgassző 125-135-1235-1245-1-234-156-12456	For example horgasszőrű word
-partword horkolás =	For example horkolásszerű, horkolászaj words
-partword hússzeml 125-346-234-156-15-134-123	For example hússzemle word
-always húsször 125-346-234-156-12345-1235	For example hússzörnyek word
-partword hússzük 125-346-234-156-12356-13	For example hússzükséglete word
-partword műveléssz 134-23456-1236-15-123-16-234-156	For example művelésszerű word
-partword indítássz 24-1345-145-34-2345-4-234-156	For example indításszám word
-partword júdássz 245-346-145-4-234-156	For example Júdásszék word
-partword kántálássz 13-4-1345-2345-4-123-4-234-156	For example kántálásszerű word
-partword döféssz 145-12345-124-16-234-156	For example döfésszerű word
-partword késszá 13-16-234-156-4	For example késszán, késszár words
-partword kettessz 13-15-2345-2345-15-234-156	For example kettesszámot word
-partword négyessz 1345-16-1456-15-234-156	For example négyesszám word
-partword kifejezéssz 13-24-124-15-245-15-126-16-234-156	For example kifejezésszótára word
-partword klímarossz 13-123-34-134-1-1235-135-156-156	For example klímarosszabbodás word
-partword konfliktus =	For example konfliktusszituáció, konfliktuszóna words
-partword kontinens =	For example kontinensszétszakadáshoz, kontinenssziget words
-begword kosszer 13-135-234-156-15-1235
-begword kosszav 13-135-234-156-1-1236
-partword kölessz 13-12345-123-15-234-156	For example kölesszál word
-partword könyvtárossz 13-12345-1246-1236-2345-4-1235-135-234-156	For example könyvtárosszakma word
-partword kőrössze 13-12456-1235-12345-234-156-15
-partword kötéssz 13-12345-2345-16-234-156	For example kötésszilárdságot word
-partword mondássz 134-135-1345-145-4-234-156	For example közmondásszótár word
-partword kreativitás =	For example kreativitásszegény word
-partword kulturális =	For example kulturálisszakember word
-partword kutatás =	For example kutatásszemléleti word
-partword lángossz 123-4-1345-1245-135-234-156	For example lángosszerű word
-partword ömléssz 12345-134-123-16-234-156	For example lávaömlésszerű, ömlésszerű words
-partword leképezéssz 123-15-13-16-1234-15-126-16-234-156	For example leképezésszorzásra word
-partword rohanássz 1235-135-125-1-1345-4-234-156	For example lerohanásszerű word
-partword libbenéssz 123-24-12-12-15-1345-16-234-156	For example libbenésszerű word
-partword lobbanássz 123-135-12-12-1-1345-4-234-156	For example lobbanásszerű word
-partword lövésszá 123-12345-1236-16-234-156-4	For example lövésszám word
-partword lövésszál 123-12345-1236-16-156-156-4-123	But for example lövésszállító word not need applying the prewious defined exception
-partword lövöldözéssz 123-12345-1236-12345-123-145-12345-126-16-234-156	For example lövöldözésszerűen word
-partword mágussz 134-4-1245-136-234-156	For example mágusszék, mágusszerű words
-partword jegyzéssz 245-15-1456-126-16-234-156	For example megjegyzésszerű word
-partword meglepéssz 134-15-1245-123-15-1234-16-234-156	For example meglepésszerű word
-partword mellkassz 134-15-123-123-13-1-234-156	For example mellkasszőrzete word
-partword mentőssz 134-15-1345-2345-12456-234-156	For example mentősszakszervezet word
-partword mesterséges =	For example mesterségessziget word
-partword epidermissz 15-1234-24-145-15-1235-134-24-156-156	For example epidermisszé, mirigyepidermisszé words
-partword mósussz 134-246-234-136-234-156	For example mósusszerű word
-partword mutánssz 134-136-2345-4-1345-234-156	For example mutánsszag, mutánsszerű words
-partword nádassz 1345-4-145-1-234-156	For example nádasszökőkút word
-partword nyersvassz 1246-15-1235-234-1236-1-234-156	For example nyersvasszükséglet word
-partword nyögéssz 1246-12345-1245-16-234-156	For example nyögésszerű word
-partword olvasássz 135-123-1236-1-234-4-234-156	For example olvasásszociológia word
-partword gyilkossz 1456-24-123-13-135-234-156	For example orgyilkosszerepbe word
-partword ozirissz 135-126-24-1235-24-156-156	For example Ozirisszé word
-partword öleléssz 12345-123-15-123-16-234-156	For example ölelésszerű word
-partword önkéntessz 12345-1345-13-16-1345-2345-15-234-156	For example önkéntesszövetség word
-partword öntözéssz 12345-1345-2345-12345-126-16-234-156	For example öntözésszivattyú word
-partword lámpássz 123-4-134-1234-4-234-156	For example lámpásszellem, lámpásszerű words
-always résszárny 1235-16-234-156-4-1235-1246	For example résszárny, résszárnyak words
-always résszárnny 1235-16-234-156-4-1235-146-146	For example résszárnnyal word
-partword plüsssz 1234-123-12356-234-234-156	For example plüssszerű word
-partword pörsenéssz 1234-12345-1235-234-15-1345-16-234-156	For example pörsenésszerű word
-begword préssz 1234-1235-16-234-156	For example présszakasz word
-partword prímássz 1234-1235-34-134-4-234-156	For example Prímássziget word
-always résszelep 1235-16-234-156-15-123-15-1234
-partword rítussz 1235-34-2345-136-234-156	For example rítusszerű, rítusszöveg words
-partword röfögéssz 1235-12345-124-12345-1245-16-234-156	For example röfögésszerű word
-partword röhögéssz 1235-12345-125-12345-1245-16-234-156	For example röhögésszerű word
-partword rögtönzéssz 1235-12345-1245-2345-12345-1345-126-16-234-156	For example rögtönzésszerű word
-partword sakkozássz 234-1-13-13-135-126-4-234-156	For example sakkozásszerű word
-partword sasszim 234-1-234-156-24-134	For example sasszimbólum word
-partword sasszobo 234-1-234-156-135-12-135	For example sasszobor word
-partword szedéssz 156-15-145-16-234-156	For example szedésszerű word
-partword szélessz 156-16-123-15-234-156	For example szélesszalag word
-partword játszássz 245-4-2345-156-4-234-156	For example színjátszásszerepét word
-partword szintetikussz 156-24-1345-2345-15-2345-24-13-136-234-156	For example szintetikusszál word
-partword dobbanássz 145-135-12-12-1-1345-4-234-156	For example szívdobbanásszerű word
-partword szolgáltatássz 156-135-123-1245-4-123-2345-1-2345-4-234-156	For example szolgáltatásszint word
-partword szövéssz 156-12345-1236-16-234-156	For example szövésszerű, szövésszerkezete, tűszövésszerűen words
-partword taktussz 2345-1-13-2345-136-234-156	For example taktusszám word
-partword tapsolássz 2345-1-1234-234-135-123-4-234-156	For example tapsolásszerű word
-partword társulássz 2345-4-1235-234-136-123-4-234-156	For example társulásszerveződése word
-partword teljessz 2345-15-123-245-15-234-156	For example teljesszög word
-partword teremtéssz 2345-15-1235-15-134-2345-16-234-156	For example teremtésszimbólum word
-partword termeléssz 2345-15-1235-134-15-123-16-234-156	For example termelésszínvonal word
-partword tervezéssz 2345-15-1235-1236-15-126-16-234-156	For example Tervezésszintű word
-partword topossz 2345-135-1234-135-156-156	For example toposszal word
-partword töltéssz 2345-12345-123-2345-16-234-156	For example töltésszétválás, töltésszétválasztás words
-partword trombitálássz 2345-1235-135-134-12-24-2345-4-123-4-234-156	For example trombitálásszerű word
-partword trónussz 2345-1235-246-1345-136-234-156	For example trónusszerű word
-partword tudássz 2345-136-145-4-234-156	For example tudásszükséglet word
-partword tűrésszab 2345-23456-1235-16-234-156-1-12	For example tűrésszabványok word
-partword tüsszögéssz 2345-12356-156-156-12345-1245-16-234-156	For example tüsszögésszerű word
-partword unikornissz 136-1345-24-13-135-1235-1345-24-234-156	For example unikornisszőr word
-partword utassz 136-2345-1-234-156	For example utasszakaszok word
-partword ütőssz 12356-2345-12456-234-156	For example ütősszekcióban word
-partword vállalkozássz 1236-4-123-123-1-123-13-135-126-4-234-156	For example vállalkozásszervezés word
-partword varrássz 1236-1-1235-1235-4-234-156	For example varrásszélesség word
-partword versengéssz 1236-15-1235-234-15-1345-1245-16-234-156	For example versengésszerűen word
-partword villámlássz 1236-24-123-123-4-134-123-4-234-156	For example villámlásszerű word
-partword vonaglássz 1236-135-1345-1-1245-123-4-234-156	For example vonaglásszerű word
-partword zászlóssz 126-4-156-123-246-234-156	For example zászlósszájú word
-partword tolássz 2345-135-123-4-234-156	For example eltolásszámító word
-partword gyulladássz 1456-136-123-123-1-145-4-234-156	For example gyulladásszabályozó word
-partword hangzássz 125-1-1345-1245-126-4-234-156	For example hangzásszakértő word
-partword jelöléssz 245-15-123-12345-123-16-234-156	For example jelölésszerkesztő, jelölésszerű words
-partword krízissz 13-1235-34-126-24-234-156	For example krízisszakértő, krízisszituáció words
-partword megoldássz 134-15-1245-135-123-145-4-234-156	For example megoldásszállító word
-partword robbantássz 1235-135-12-12-1-1345-2345-4-234-156	For example robbantásszakértő word
-partword sercegéssz 234-15-1235-14-15-1245-16-234-156	For example sercegésszűrő word
-begword sorsszab 234-135-1235-234-156-1-12	For example sorsszabó word
-partword tapadássz 2345-1-1234-1-145-4-234-156	For example tapadásszabályzó word
-partword esztergályossz 15-156-2345-15-1235-1245-4-456-135-234-156	For example vasesztergályosszakmunkás word
-partword galaxissz 1245-1-123-1-1346-24-234-156	For example galaxisszomszédunk word
-partword kórossz 13-246-1235-135-234-156	For example kórosszenvedély word
-partword rezidenssz 1235-15-126-24-145-15-1345-234-156	For example rezidensszövetség word
-partword álarcossz 4-123-1-1235-14-135-234-156	For example álarcosszula-alfaj word
-partword büfögéssz 12-12356-124-12345-1245-16-234-156	For example büfögésszerű word
-partword böfögéssz 12-12345-124-12345-1245-16-234-156	For example böfögésszerű word
-partword fejlődéssz 124-15-245-123-12456-145-16-234-156	For example fejlődésszakértő, fejlődésszerű words
-partword jézussz 245-16-126-136-234-156	For example Jézusszíve word
-partword mérgezéssz 134-16-1235-1245-15-126-16-234-156	For example mérgezésszakértő, mérgezésszerű words
-partword pazarlássz 1234-1-126-1-1235-123-4-234-156	For example pazarlásszámba, pazarlásszerű words
-partword magassz 134-1-1245-1-234-156	For example magasszintű word
-partword bombázássz 12-135-134-12-4-126-4-234-156	For example bombázásszerű, bombázásszimulátor words
-partword nyaralássz 1246-1-1235-1-123-4-234-156	For example nyaralásszervezés word
-partword bunyóssz 12-136-1246-246-234-156	For example bunyósszabályok word
-partword fagyássz 124-1-1456-4-234-156	For example fagyásszerű word
-partword kapacitássz 13-1-1234-1-14-24-2345-4-234-156	For example kapacitásszámait word
-partword kubikossz 13-136-12-24-13-135-234-156	For example kubikosszerszám word
-partword választássz 1236-4-123-1-156-2345-4-234-156	For example választásszociológia word
-partword zöldségessz 126-12345-123-145-234-16-1245-15-234-156	For example zöldségesszámla word
-partword omlássz 135-134-123-4-234-156	For example összeomlásszerű word
-partword elektronikussz 15-123-15-13-2345-1235-135-1345-24-13-136-234-156	For example Elektronikusszámla word
-partword szűréssz 156-23456-1235-16-234-156	For example szűrésszervező word
-partword hűtéssz 125-23456-2345-16-234-156	For example hűtésszakemberének word
-partword kurzussz 13-136-1235-126-136-234-156	For example kurzusszolgák word
-partword érzéssz 16-1235-126-16-234-156	For example megérzésszerű word
-partword meteorológussz 134-15-2345-15-135-1235-135-123-246-1245-136-234-156	For example meteorológusszakma word
-partword órássz 246-1235-4-234-156	For example órásszövetkezetben, szórásszögük words
-partword prioritássz 1234-1235-24-135-1235-24-2345-4-234-156	For example prioritásszintet word
-partword próbálkozássz 1234-1235-246-12-4-123-13-135-126-4-234-156	For example próbálkozásszámmal word
-partword textussz 2345-15-1346-2345-136-234-156	For example textusszőttesben word
-partword vágássz 1236-4-1245-4-234-156	For example vágásszámmal word
-partword citrussz 14-24-2345-1235-136-234-156	For example citrusszektorban word
-partword anyóssz 1-1246-246-234-156	For example anyósszelídítő word
-partword autizmussz 1-136-2345-24-126-134-136-234-156	For example autizmusszerű word
-partword autoritássz 1-136-2345-135-1235-24-2345-4-234-156 For example autoritásszemélyekkel word
-begword egymásszem 15-1456-134-4-234-156-15-134	For example egymásszemében word
-partword építésszab 16-1234-34-2345-16-234-156-1-12	For example építésszabályozás word
-partword eséssz 15-234-16-234-156	For example esésszáma, esésszerű words
-partword evezőssz 15-1236-15-126-12456-234-156	For example evezősszövetség word
-partword fásszer 124-4-234-156-15-1235	For example fásszerű word
-partword fotóssz 124-135-2345-246-234-156	For example fotósszemmel word
-partword főzéssz 124-12456-126-16-234-156	For example főzésszervező word
-partword gulyássz 1245-136-456-4-234-156	For example gulyásszeretetükkel word
-always hússzál 125-346-234-156-4-123	For example hússzálait word
-always hússzekt 125-346-234-156-15-13-2345	For example hússzektor word
-always hússzin 125-346-234-156-24-1345	For example hússzintézis word
-partword igazgatássz 24-1245-1-126-1245-1-2345-4-234-156	For example igazgatásszolgáltatási word
-partword incidens =	For example incidensszerű, incidensszámot word
-partword kakassz 13-1-13-1-234-156	For example kakasszobor word
-partword kapitalizmussz 13-1-1234-24-2345-1-123-24-126-134-136-234-156	For example kapitalizmusszemlélet word
-partword kerékpáros =	For example kerékpárosszállást word
-partword nyúlássz 1246-346-123-4-234-156	For example lenyúlásszaga word
-partword levelezéssz 123-15-1236-15-123-15-126-16-234-156	For example levelezésszolgáltató word
-begword masszabá 134-1-156-156-1-12-4	For example masszabába word
-partword rendeléssz 1235-15-1345-145-15-123-16-234-156	For example megrendelésszámot word
-partword megtorlás =	For example megtorlásszerűen word
-partword ellenőrzéssz 15-123-123-15-1345-12456-1235-126-16-234-156	For example önellenőrzésszerűen word
-partword sörhas =	For example sörhasszépségverseny word
-partword százassz 156-4-126-1-234-156	For example százasszög word
-partword tűréssz 2345-23456-1235-16-234-156	For example tűrésszintjének word
-partword uzsorássz 136-345-135-1235-4-234-156	For example uzsorásszerződésekről word
-partword vívás =	For example vívásszűz word
-partword kiszsirá 13-24-234-345-24-1235-4	For example kiszsiráf word
-partword ágyássz 4-1456-4-234-156	For example ágyásszegély, ágyásszerű words
-partword antikvitás =	For example antikvitásszámba word
-partword ápolás =	For example ápolásszakmai word
-partword árulás =	For example árulásszámba word
-partword biztosítássz 12-24-126-2345-135-234-34-2345-4-234-156	For example biztosításszakmai word
-partword bogarássz 12-135-1245-1-1235-4-156-156	For example bogarásszak word
-always borsszag 12-135-1235-234-156-1-1245	For example borsszaga, borsszagú words
-partword bűnözés 12-23456-1345-12345-126-16-234	For example bűnözésszerű, bűnözésszimulátor words
-partword csalás 146-1-123-4-234	For example csalásszagú, csalásszerű words
-always darvasszék 145-1-1235-1236-1-234-156-16-13	For example the Darvasszék town name related need this exception
-partword dialógus =	For example dialógusszegény word
-partword puffanás =	For example puffanásszerű word
-partword elemzés 15-123-15-134-126-16-234	For example elemzésszerű, elemzésszerűen words
-partword említés =	For example említésszinten word
-begword taps = For example tapsszerű, tapsszünetekben words
-begword biomassz 12-24-135-134-1-156-156
-partword verésszer 1236-15-1235-16-234-156-15-1235	For example hullámverésszerűen word
-partword késszúrássz 13-16-234-156-346-1235-4-234-156	For example késszúrásszerű word
-begword pénissz 1234-16-1345-24-156-156
-begword sasszám 234-1-234-156-4-134	For example sasszámlálás, sasszámlálók words
-partword mocskosszá 134-135-146-13-135-234-156-4	For example mocskosszájú word
-begword szarosszá 156-1-1235-135-234-156-4
-partword politikus =	For example politikusszakszervezetet word
-begword mulatóssz 134-136-123-1-2345-246-234-156	For example mulatóssztár word
-partword kongresszussz 13-135-1345-1245-1235-15-156-156-136-234-156	For example kongresszusszervező word related need this exception
-
-#ty, lly, tty related exceptions
-#This exception part containing english words with need presenting original english braille rules
-partword okréty =	For example Zsámbokrétyvel word
-always iberty =
-always city =
-partword gettysbur =
-always party =
-always amnesty =
-partword curity =
-partword niversity =
-partword tyard =	For example négyzetyardnyi
-always piccadilly =
-always picadilly =
-always dactylus =
-always curiosity =
-always unity =
-always fifty =
-always stylis =
-always reality =	For example realityműsora word need this exception
-always style =
-always zloty 126-123-135-2345-13456	Old polish money name
-always station =	For example playstationnyi word
-always ability =	For example in hungary have a place with name is Ability Park
-always activity =
-always betty =
-always kitty =
-always accessibility =
-always briganty =
-always blues =
-word noszty 1345-135-156-2345-13456	A literali book name related need this exception
-begword noszty 1345-135-156-2345-13456	A literali book name related need this exception
-word feszty 124-15-156-2345-13456	Single Feszty historical name related need this exception
-begword feszty 124-15-156-2345-13456	If a word beginning with Feszty historical name and have suffixes, need this exception. Always or partword opcode too risk this situation
-always kismarty =	For example Kismarty-Lechner Jenő, Kismarty-Lechner Zita names related need this exception
-always tyrannosauru =
-always haraszty 125-1-1235-1-156-2345-13456	For example Haraszty Árpád, Haraszty István names related need this general exception
-always huszty 125-136-156-2345-13456	For example Huszt István name related need this general exception
-always kmety =	For example Kmety György Hungarian army generaly name related need this general exception
-word lacsny 123-1-146-1345-13456	For example Lacsny Miklós name related need this general exception
-begword lacsny 123-1-146-1345-13456	Same exception for Lacsny Miklós name related if the name containing suffixes. Partword or always opcode too risk this exception
-word pesty 1234-15-234-2345-13456	For example Pesty László name related need this general exception
-begword pesty 1234-15-234-2345-13456	Same  exception with Pesty László name related if the name containing suffixes. Partword or always opcode too risk this exception
-
-#zs, zzs related exceptions
-partword ínházsi 34-1345-125-4-345-24
-always topáz 2345-135-1234-4-126	For example topázsárgája word
-partword víz 1236-34-126	For example árvízsújtotta, vízsodor, vízsáv, vízsivatag words
-always gazság 1245-1-126-234-4-1245	General exception with gazság part containing words, for example gazság, igazság words
-begword gőzs 1245-12456-126-234	For example gőzsugár, gőzsíp words need this exception
-begmidword gőzsz 1245-12456-126-156	For example gőzszivattyú word need this exception
-always ház 125-4-126	This exception prewent wrong present házsor, words
-always házsárt 125-4-345-4-1235-2345	But házsárt word part need using different exception
-always házsad 125-4-345-1-145	An extreeme exception with a Mór Jókai wrote book
-always házsas 125-4-345-1-234	An extreeme exception with a Mór Jókai wrote book
-always házsárkod 125-4-345-4-1235-13-135-145	For example házsárkodását word part need using different exception
-partword házsasod 125-4-345-1-234-135-145
-begword kéz 13-16-126	General exception for kéz beginning words, for example kézsérülés, kézzsibbadás words
-begword kézsm 13-16-345-134	This is an exception the prewious rule, Kézsmárk is a town name
-always kalóz 13-1-123-246-126	for example kalózság, kalózszoftwer, kalózsorsra words
-always kalauz 13-1-123-1-136-126
-partword közsz 13-12345-126-156	This exception need for közsz part containing words
-partword közs 13-12345-126-234
-begword közsepé 13-12345-345-15-1234-16	An extreeme exception with a Mór Jókai wroted book
-begword közsöln 13-12345-345-12345-123-1345	An extreeme exception with a Mór Jókai wroted book
-begword közsr 13-12345-345-1235	An extreeme exception with a Mór Jókai wroted book
-begword ütközse 12356-2345-13-12345-345-15	An extreeme exception with a Mór Jókai wroted book
-begword matróz 134-1-2345-1235-246-126	matróz beginning words need handling single part word, for example matrózsapka word
-always mézsör 134-16-126-234-12345-1235	For example mézsör word need this exception
-partword nehéz 1345-15-125-16-126	For example nehézség, nehézsúly, nehézszagú words need this exception
-always őzsut 12456-126-234-136-2345	For example őzsuta word need this exception
-begword őzseb 12456-126-234-15-12	For example őzsebesen word need this exception
-always őzsörét 12456-126-234-12345-1235-16-2345	For example őzsörét word need this exception
-partword pénz 1234-16-1345-126	For example pénzsóvár, pénzszűke, pénzzsidóságban words
-always pénzsed 1234-16-1345-345-15-145
-begword pénzseg 1234-16-1345-126-234-15-1245	For example pénzsegély word
-begword prézsmit 1234-1235-16-345-134-24-2345
-begmidword réz 1235-16-126
-always rézsút 1235-16-345-346-2345	But rézsút beginning words need different exception
-partword árazsá 4-1235-1-126-234-4	For example szárazság word need this exception
-partword árazsü 4-1235-1-126-234-12356	For example szárazsült word need this exception
-begword szűzs 156-23456-126-234	For example szűzsült word need this exception
-begword szűzsz 156-23456-126-156	For example szűzszentelés word
-always torzság 2345-135-1235-126-234-4-1245	For example torzság word need handling torz beginning part with single part
-partword törzs 2345-12345-1235-345	Törzs beginning word pard need handling single part
-always váz 1236-4-126	This exception prewent wrong present for example vázsor words
-always vázsony 1236-4-345-135-1246	But Nagyvázsony is for example an exception
-always vázsonny 1236-4-345-135-1246-1246	For example Nagyvázsonnyal word
-begword málvázsi 134-4-123-1236-4-345-24 
-partword lázseb 123-4-126-234-15-12	For example lázsebességgel word
-partword lázsóh 123-4-126-234-246-125	For example lázsóhajtás word
-partword itézsé 24-2345-16-126-234-16	This exception prevent wrong presenting for example vitézség word
-partword közsere 13-12345-126-234-15-1235-15	For example közsereg word
-partword közsá 13-12345-126-234-4	For example közsáv containing words
-partword közszer 13-12345-126-156-15-1235
-partword közsor 13-12345-126-234-135-1235	For example eszközsor, eszközsorán word
-partword recízsé 1235-15-14-34-126-234-16	For example precízség word
-partword nzsoroz 1345-126-234-135-1235-135-126	For example pénzsorozat word need this exception
-partword mézsárg 134-16-126-234-4-1235-1245	For example mézsárga word
-always egyezség 15-1456-15-126-234-16-1245	For example egyezség word
-always rézsű 1235-16-345-23456
-partword rozszab 1235-135-345-126-1-12	For example rozszabálás word
-begword borzzsí 12-135-1235-126-345-34	For example borzzsír word
-partword bronz 12-1235-135-1345-126	For example bronzsáska, bronzsáskák, bronzsisak, bronzsasokkal words
-partword tűz 2345-23456-126	For example tűzsugár, tűzsebesség, tűzzsonglőr words
-begword száz 156-4-126
-always százsra 156-4-345-1235-1
-partword nemez 1345-15-134-15-126	For example nemezsapka, nemezsapkát, nemezsátor words
-begword tíz 2345-34-126
-partword lemez 123-15-134-15-126	For example lemezstúdió word
-always mézser 134-16-126-234-15-1235	For example mézser word
-always rézsut 1235-16-345-136-2345	For example rézsut word
-partword dörzször 145-12345-1235-345-126-12345-1235	For example dörzszörej word
-partword rajz 1235-1-245-126	For example rajzsablon, rajzsarok, rajzsarkot, rajzsorozatban words need this exception
-begword szervizsa 156-15-1235-1236-24-126-234-1	For example szervizsarok word
-partword halmaz 125-1-123-134-1-126	For example halmazsorozat, halmazsorozatot, halmazsűrűségről words related need this general exception
-partword őzsalát 12456-126-234-1-123-4-2345	For example őzsaláta word
-begword őzsírá 12456-126-234-34-1235-4	For example őzsírásra word
-always frízsáv 124-1235-34-126-234-4-1236
-begword varázszá 1236-1-1235-4-345-126-4	For example varázszár word
-
-#Historical person names related exceptions
-always táncsics 2345-4-1345-146-24-146	Táncsics Mihály is a historical person for 1848. march 15 hungarian revolution
-always táncsiccs 2345-4-1345-146-24-146-146	Táncsics Mihály is a historical person for 1848. march 15 hungarian revolution
-always batthyány =	Batthyány Lajos was the first hungarian president for 1848 freedom and revolution 
-always thököly =
-always vörösmarty =	Mihály Vörösmarty is a very important author for hungarian literary
-partword indszenty 24-1345-145-156-15-1345-2345-13456
-always anonymu =
-always kiszely 13-24-156-15-123-13456	For example István Kiszely name related need this exception
-always hatvany =
-always skultéty =
-
-#Town names related exceptions
-#Following section containing hungarian town names
-begword agyagossz 1-1456-1-1245-135-234-156	For example Agyagosszergény town name
-begword békéssz 12-16-13-16-234-156	For example Békésszentandrás town name
-begword gombossz 1245-135-134-12-135-234-156	For example Gombosszeg town name
-begword kapossz 13-1-1234-135-234-156	For example Kaposszekcső, Kaposszerdahely town names
-begword kemenessz 13-15-134-15-1345-15-234-156	For example Kemenesszentmárton, Kemenesszentpéter town names
-begword kiszsid 13-24-234-345-24-145	For example Kiszsidány town name
-begword kisszent 13-24-234-156-15-1345-2345	For example Kisszentmárton tow name
-begword kisszig 13-24-234-156-24-1245	For example Kissziget town name
-begword mikossz 134-24-13-135-234-156	For example Mikosszéplak town name
-begword nemessz 1345-15-134-15-234-156	For example Nemesszalók, Nemesszentandrás town names
-begword szamossz 156-1-134-135-234-156	For example Szamosszeg town name
-begword szilvássz 156-24-123-1236-4-234-156	For example Szilvásszentmárton town name
-begword vámossz 1236-4-134-135-234-156	For example Vámosszabadi town name
-always vaszar 1236-1-156-1-1235	For example Vaszar town name
-begword vázsno 1236-4-345-1345-135	For example Vázsnok town name
-partword rizszab 1235-24-345-126-1-12	For example rizszabáló word
-partword masszázszuh 134-1-156-156-4-345-126-136-125	For example masszázszuhany, masszázszuhanyokkal words
-
-#After end of number following letters need using different braille markup
-endnum a 6-1
-endnum b 6-12
-endnum c 6-14
-endnum d 6-145
-endnum e 6-15
-endnum f 6-124
-endnum g 6-1245
-endnum h 6-125
-endnum i 6-24
-endnum j 6-245
-
-# liblouis: Computer Spanish 8 dots Braille table
-#
-#  Copyright (C) 2012 by José Enrique Fernández del Campo and Juan Carlos Buño Suárez <quetzatl@eresmas.net>
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 3 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-#
-# -----------------------------------------------------------------------------
-
-# Uncontracted Computer Spanish Table
-# Autor José Enrique Fernández del Campo <jefdelcampo@gmail.com> and Juan Carlos Buño Suárez <quetzatl@eresmas.net>
-# -----------------------------------------------------------------------------
-
-
-space \s 0      			# blank 32
-space \t 9              # tab 9
-space \x001B 1b         # escape
-space \x000A 0          # lf
-space \x000D 0          # cr
-space \X00A0 0          # Espacio de no separación
-
-# all except 0 are the same, so define 0 here to take higher presidence
-# Also define ó (lowercase o acute) not to clash with the definition of 0 in original include.
-digit 0 34678				cero
-uplow \x00d3\x00f3 3467,346     o con acento
-include digits6DotsPlusDot6.uti
-
-include latinLetterDef8Dots.uti
-
-uplow \x00c7\x00e7 1234678,123468		c cedilla
-uplow \x00c1\x00e1 123567,12356     a con acento
-uplow \x00c9\x00e9 23467,2346		e con acento
-uplow \x00cd\x00ed 347,34     i con acento
-uplow \x00da\x00fa 234567,23456     u con acento
-uplow \x00c0\x00e0 1235678,123568		a grave
-uplow \x00c8\x00e8 234678,23468			e grave
-uplow \x00cc\x00ec 345,348     i grave
-uplow \x00d2\x00f2 2458,3468     o grave
-uplow \x00d9\x00f9 2345678,234568		u grave
-uplow \x00c2\x00e2 178,18				a con circunflejo
-uplow \x00ca\x00ea 1578,158			e con circunflejo
-uplow \x00ce\x00ee 2478,248			i con circunflejo
-uplow \x00d4\x00f4 13578,1358			o con circunflejo
-uplow \x00db\x00fb 13678,1368			u con circunflejo
-uplow \x00c4\x00e4 34578,3458       a con diéresis
-uplow \x00cb\x00eb 124678,12468			e con diéresis
-uplow \x00cf\x00ef 1245678,258		i con diéresis
-uplow \x00d6\x00f6 24678,2468         o con diéresis
-uplow \x00dc\x00fc 125678,12568			u con diéresis
-uplow \x00dd\x00fd 1567,2348     ye con acento agudo
-uplow \x009F\x00FF 367,67     ye con diéresis
-
-uplow \X00c6\X00e6 38,1348     ae
-uplow \X0152\X0153 1468,1238     oe
-uplow \x008C\x009C 1468,1238     oe
-uplow \x00C3\x00E3 3567,168     a con tilde
-uplow \x00D5\x00F5 12458,4567     o con tilde
-uplow \x00D1\x00F1 124567,124568 letra eñe
-
-punctuation , 2			coma
-punctuation ; 23		punto y coma
-punctuation : 25		dos puntos
-punctuation - 36		guión
-punctuation . 3		punto
-punctuation ? 26		cerrar interrogación
-punctuation ! 2357		cerrar admiración
-punctuation \X0022 56 	comillas
-punctuation \X201c 14568 	abrir comillas
-punctuation \X201d 12348 	cerrar comillas
-punctuation ( 1268		abre paréntesis
-punctuation ) 3457		cierra paréntesis
-punctuation ' 4			apóstrofo
-punctuation \x00ab 238		comillas angulares izquierda
-punctuation \x00bb 567		comillas angulares derecha
-punctuation [ 2367		abre corchetes
-punctuation ] 3568	 	cierra corchetes
-punctuation { 46			abre llave
-punctuation } 35			cierra llave
-
-sign * 256						asterisco
-sign \\ 123456						barra invertida
-sign @ 5					arroba
-sign % 456					por ciento
-sign _ 6								subrayado
-sign # 3456					signo de número
-sign \x0060 58					acento grave
-sign ^ 45					circunflejo
-sign \X007E   57     #126 ~    tilde
-sign \X007C 4568   # barra vertical
-sign \X007F 7   # borrar
-sign \x00a1 23578   # abrir admiración
-sign \X00A6 478   # barra vertical cortada
-sign \X00A7 167   # sección
-sign \X00A8 268   # diéresis
-sign \X00A9 23567   # copyright
-sign \X00AC 257   # guión opcional
-sign \X20AC 12358   # euros
-sign \X00AD 2358   # soft hyphen
-sign \X00AE 2368   # registrado
-sign \X00AF 24568   # macron
-sign \X00B1 12467   # más-menos
-sign \X00B5 13468   # my
-sign \X00B6 14567   # párrafo
-sign \X00B7 14678   # punto centrado
-sign \X00B9 237   # Super uno
-sign \X00BA 5678   # ordinal masculino
-sign \x00AA 23568  # ordinal femenino 
-sign \X00BF 267   # abrir interrogación
-sign \X00C5 12368   #*a mayúscula con círculo superescrito
-
-sign \X00D0 13458   # letra eth mayúscula
-sign \X00D7 1678   # multiplicado por
-sign \X00D8 34567   # Alfa
-sign \X00DE 123458   # Thorn
-sign \X00DF 128   # Beta
-sign \X00E5 15678   # a con círculo superescrito
-sign \X00F0 235678   # letra eth
-sign \X00F7 2578   # dividido por
-sign \X00F8 457   # latin small letter o with stroke
-sign \X00FE 1568   # thorn
-sign \x00A8 268			diéresis
-
-math + 235				más
-math = 2356				igual
-math \x00d7 1678					multiplicado por
-math < 236				menor que
-math > 356				mayor que
-math / 3478						barra oblicua
-math \x00F7 2578		dividido por
-
-sign \x00a9 23567							copyright
-sign \x00b0 8						grado
-sign & 12346					ampersand
-sign \x00a2 12678						centavo
-sign \x00a4 2567						
-sign \x00a3 2378						libra
-sign \x00a7 167					sección
-sign \x0024 123467						dólar
-sign \x00a5 145678					yen
-sign \x00b9 237						super 1
-sign \x00b2 47					al cuadrado
-sign \x00b3 568					al cubo
-sign \x00bc 1467			un cuarto
-sign \x00bd 468			un medio
-sign \x00be 48		tres cuartos
-
-sign \x0081 358		sin nombre
-sign \x0082 37		por
-sign \X201a 37		por
-sign \X0083 1248		signo
-sign \X0192 1248		signo
-sign \X0084 78		signo
-sign \X201e 78		signo
-sign \X0085 1267		elipsis
-sign \X2026 1267		elipsis
-sign \X0086 28		sin nombre
-sign \X2020 28		sin nombre
-sign \X0087 23458		sin nombre
-sign \X2021 23458		sin nombre
-sign \X0088 458		sin nombre
-sign \X02c6 23458		sin nombre
-sign \X0089 45678		sin nombre
-sign \X2030 45678		sin nombre
-sign \X008a 1234568		sh mayúscula
-sign \X0160 1234568		sh mayúscula
-sign \X008b 1258		
-sign \X2039 1258		
-sign \X008d 357		sin nombre
-sign \X008e 148		sin nombre
-sign \X017d 148		sin nombre
-sign \X008f 58		
-sign \X0090 68		sin 	nombre
-sign \X2018 4		apóstrofo
-sign \X2019 4		apóstrofo
-sign \X0095 1458		signo
-sign \X2022 1458		signo
-sign \X0096 368		guión
-sign \X2013 368		guión
-sign \X0097 3678		guión
-sign \X2014 3678		guión
-sign \X0098 134568		tilde
-sign \X02dc 134568		tilde
-sign \X0099 2467		marca registrada
-sign \X2122 2467		marca registrada
-sign \X009a 34568		signo
-sign \X203a 34568		signo
-sign \X0161 12567		sh
-sign \X009d 25678		
-sign \X009e 2568		
-sign \X017e 2568		
-sign \X009f 367		
-sign \X0178 367		
-sign \x00b4 467     acento agudo
-sign \x00B8 135678     z con caron
-
-noback sign \x25CF 256 black circle
-# liblouis: "Upshifted" German Eurobraille Display Table
-#
-#  Copyright (C) 2009 SBS Schweizerische Bibliothek für Blinde und Sehbehinderte
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-#
-#-------------------------------------------------------------------------------
-#
-#  "Upshifted" Version of EUROBRAILLE
-#
-#  This "upshifted" version of de-eurobrl6.dis
-#  is (sometimes) being used in Switzerland.
-#
-#  Version 2009-11-19
-#  christian.waldvogel@sbszh.ch
-#
-#-------------------------------------------------------------------------------
-
-display \s 0
-display A 1
-display B 12
-display C 14
-display D 145
-display E 15
-display F 124
-display G 1245
-display H 125
-display I 24
-display J 245
-display K 13
-display L 123
-display M 134
-display N 1345
-display O 135
-display P 1234
-display Q 12345
-display R 1235
-display S 234
-display T 2345
-display U 136
-display V 1236
-display X 1346
-display Y 13456
-display Z 1356
-display & 12346
-display % 123456
-display [ 12356
-display ^ 2346
-display ] 23456
-display 1 16
-display 2 126
-display 3 146
-display 4 1456
-display 5 156
-display 6 1246
-display 7 12456
-display 8 1256
-display 9 246
-display W 2456
-display , 2
-display ; 23
-display : 25
-display / 256
-display ? 26
-display + 235
-display = 2356
-display ( 236
-display * 35
-display ) 356
-display . 3
-display - 36
-display \\ 34
-display 0 346
-display @ 345
-display # 3456
-display " 4
-display ! 5
-display > 45
-display $ 46
-display _ 456
-display < 56
-display ' 6
-#
-# Copyright (C) 1995-2008 by The BRLTTY Developers.
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-
-# BRLTTY Text Table - Finnish (iso-8859-1)
-
-# This table is very close to the official Finnish six dotbraille character set.
-
-# generated by ttbtest
-letter \x0000 478		NULL
-letter \x0001 178		START OF HEADING
-letter \x0002 1278		START OF TEXT
-letter \x0003 1478		END OF TEXT
-letter \x0004 14578		END OF TRANSMISSION
-letter \x0005 1578		ENQUIRY
-letter \x0006 12478		ACKNOWLEDGE
-letter \x0007 124578		BELL
-letter \x0008 12578		BACKSPACE
-space \t 2478		CHARACTER TABULATION
-space \n 24578		LINE FEED (LF)
-space \v 1378		LINE TABULATION
-space \f 12378		FORM FEED (FF)
-space \r 13478		CARRIAGE RETURN (CR)
-letter \x000e 134578		SHIFT OUT
-letter \x000f 13578		SHIFT IN
-letter \x0010 123478		DATA LINK ESCAPE
-letter \x0011 1234578		DEVICE CONTROL ONE
-letter \x0012 123578		DEVICE CONTROL TWO
-letter \x0013 23478		DEVICE CONTROL THREE
-letter \x0014 234578		DEVICE CONTROL FOUR
-letter \x0015 13678		NEGATIVE ACKNOWLEDGE
-letter \x0016 123678		SYNCHRONOUS IDLE
-letter \x0017 245678		END OF TRANSMISSION BLOCK
-letter \x0018 134678		CANCEL
-letter \x0019 1345678		END OF MEDIUM
-letter \x001a 135678		SUBSTITUTE
-letter \x001b 12678		ESCAPE
-letter \x001c 125678		INFORMATION SEPARATOR FOUR
-letter \x001d 3578		INFORMATION SEPARATOR THREE
-letter \x001e 278		INFORMATION SEPARATOR TWO
-letter \x001f 578		INFORMATION SEPARATOR ONE
-space \s 0		SPACE
-punctuation ! 256		EXCLAMATION MARK
-punctuation " 56		QUOTATION MARK
-punctuation # 3456		NUMBER SIGN
-punctuation $ 2346		DOLLAR SIGN
-punctuation % 1456		PERCENT SIGN
-punctuation & 12346		AMPERSAND
-punctuation ' 5		APOSTROPHE
-punctuation ( 236		LEFT PARENTHESIS
-punctuation ) 356		RIGHT PARENTHESIS
-punctuation * 35		ASTERISK
-punctuation + 235		PLUS SIGN
-punctuation , 2		COMMA
-punctuation - 36		HYPHEN-MINUS
-punctuation . 3		FULL STOP
-punctuation / 34		SOLIDUS
-include digits8Dots.uti
-punctuation : 25		COLON
-punctuation ; 23		SEMICOLON
-punctuation < 126		LESS-THAN SIGN
-punctuation = 2356		EQUALS SIGN
-punctuation > 156		GREATER-THAN SIGN
-punctuation ? 26		QUESTION MARK
-punctuation @ 4		COMMERCIAL AT
-uppercase A 17		LATIN CAPITAL LETTER A
-uppercase B 127		LATIN CAPITAL LETTER B
-uppercase C 147		LATIN CAPITAL LETTER C
-uppercase D 1457		LATIN CAPITAL LETTER D
-uppercase E 157		LATIN CAPITAL LETTER E
-uppercase F 1247		LATIN CAPITAL LETTER F
-uppercase G 12457		LATIN CAPITAL LETTER G
-uppercase H 1257		LATIN CAPITAL LETTER H
-uppercase I 247		LATIN CAPITAL LETTER I
-uppercase J 2457		LATIN CAPITAL LETTER J
-uppercase K 137		LATIN CAPITAL LETTER K
-uppercase L 1237		LATIN CAPITAL LETTER L
-uppercase M 1347		LATIN CAPITAL LETTER M
-uppercase N 13457		LATIN CAPITAL LETTER N
-uppercase O 1357		LATIN CAPITAL LETTER O
-uppercase P 12347		LATIN CAPITAL LETTER P
-uppercase Q 123457		LATIN CAPITAL LETTER Q
-uppercase R 12357		LATIN CAPITAL LETTER R
-uppercase S 2347		LATIN CAPITAL LETTER S
-uppercase T 23457		LATIN CAPITAL LETTER T
-uppercase U 1367		LATIN CAPITAL LETTER U
-uppercase V 12367		LATIN CAPITAL LETTER V
-uppercase W 24567		LATIN CAPITAL LETTER W
-uppercase X 13467		LATIN CAPITAL LETTER X
-uppercase Y 134567		LATIN CAPITAL LETTER Y
-uppercase Z 13567		LATIN CAPITAL LETTER Z
-punctuation [ 12356		LEFT SQUARE BRACKET
-punctuation \\ 146		REVERSE SOLIDUS
-punctuation ] 23456		RIGHT SQUARE BRACKET
-punctuation ^ 457		CIRCUMFLEX ACCENT
-punctuation _ 346		LOW LINE
-punctuation ` 47		GRAVE ACCENT
-lowercase a 1		LATIN SMALL LETTER A
-lowercase b 12		LATIN SMALL LETTER B
-lowercase c 14		LATIN SMALL LETTER C
-lowercase d 145		LATIN SMALL LETTER D
-lowercase e 15		LATIN SMALL LETTER E
-lowercase f 124		LATIN SMALL LETTER F
-lowercase g 1245		LATIN SMALL LETTER G
-lowercase h 125		LATIN SMALL LETTER H
-lowercase i 24		LATIN SMALL LETTER I
-lowercase j 245		LATIN SMALL LETTER J
-lowercase k 13		LATIN SMALL LETTER K
-lowercase l 123		LATIN SMALL LETTER L
-lowercase m 134		LATIN SMALL LETTER M
-lowercase n 1345		LATIN SMALL LETTER N
-lowercase o 135		LATIN SMALL LETTER O
-lowercase p 1234		LATIN SMALL LETTER P
-lowercase q 12345		LATIN SMALL LETTER Q
-lowercase r 1235		LATIN SMALL LETTER R
-lowercase s 234		LATIN SMALL LETTER S
-lowercase t 2345		LATIN SMALL LETTER T
-lowercase u 136		LATIN SMALL LETTER U
-lowercase v 1236		LATIN SMALL LETTER V
-lowercase w 2456		LATIN SMALL LETTER W
-lowercase x 1346		LATIN SMALL LETTER X
-lowercase y 13456		LATIN SMALL LETTER Y
-lowercase z 1356		LATIN SMALL LETTER Z
-punctuation { 1246		LEFT CURLY BRACKET
-punctuation | 456		VERTICAL LINE
-punctuation } 12456		RIGHT CURLY BRACKET
-punctuation ~ 45		TILDE
-letter \x007f 12348		DELETE
-letter \x0080 2367		<control-0080>
-letter \x0081 1256		<control-0081>
-letter \x0082 123456		BREAK PERMITTED HERE
-letter \x0083 23678		NO BREAK HERE
-letter \x0084 345		<control-0084>
-letter \x0085 23458		NEXT LINE (NEL)
-letter \x0086 16		START OF SELECTED AREA
-letter \x0087 1234567		END OF SELECTED AREA
-letter \x0088 12345678		CHARACTER TABULATION SET
-letter \x0089 678		CHARACTER TABULATION WITH JUSTIFICATION
-letter \x008a 123458		LINE TABULATION SET
-letter \x008b 3568		PARTIAL LINE FORWARD
-letter \x008c 458		PARTIAL LINE BACKWARD
-letter \x008d 4567		REVERSE LINE FEED
-letter \x008e 3457		SINGLE SHIFT TWO
-letter \x008f 167		SINGLE SHIFT THREE
-letter \x0090 1234567		DEVICE CONTROL STRING
-letter \x0091 1348		PRIVATE USE ONE
-letter \x0092 12568		PRIVATE USE TWO
-letter \x0093 3567		SET TRANSMIT STATE
-letter \x0094 246		CANCEL CHARACTER
-letter \x0095 67		MESSAGE WAITING
-letter \x0096 1234568		START OF GUARDED AREA
-letter \x0097 368		END OF GUARDED AREA
-letter \x0098 24568		START OF STRING
-letter \x0099 2467		<control-0099>
-letter \x009a 12567		SINGLE CHARACTER INTRODUCER
-letter \x009b 47		CONTROL SEQUENCE INTRODUCER
-letter \x009c 7		STRING TERMINATOR
-letter \x009d 457		OPERATING SYSTEM COMMAND
-letter \x009e 13468		PRIVACY MESSAGE
-letter \x009f 13458		APPLICATION PROGRAM COMMAND
-punctuation \x00a0 0		NO-BREAK SPACE
-punctuation \x00a1 2358		INVERTED EXCLAMATION MARK
-punctuation \x00a2 13568		CENT SIGN
-punctuation \x00a3 1238		POUND SIGN
-punctuation \x00a4 1578		CURRENCY SIGN
-punctuation \x00a5 1368		YEN SIGN
-punctuation \x00a6 468		BROKEN BAR
-punctuation \x00a7 4678		SECTION SIGN
-punctuation \x00a8 258		DIAERESIS
-punctuation \x00a9 138		COPYRIGHT SIGN
-letter \x00aa 478		FEMININE ORDINAL INDICATOR
-punctuation \x00ab 2378		LEFT-POINTING DOUBLE ANGLE QUOTATION MARK
-punctuation \x00ac 357		NOT SIGN
-punctuation \x00ad 8		SOFT HYPHEN
-punctuation \x00ae 12358		REGISTERED SIGN
-punctuation \x00af 23568		MACRON
-punctuation \x00b0 568		DEGREE SIGN
-punctuation \x00b1 38		PLUS-MINUS SIGN
-punctuation \x00b2 237		SUPERSCRIPT TWO
-punctuation \x00b3 257		SUPERSCRIPT THREE
-punctuation \x00b4 48		ACUTE ACCENT
-lowercase \x00b5 2368		MICRO SIGN
-punctuation \x00b6 467		PILCROW SIGN
-punctuation \x00b7 378		MIDDLE DOT
-punctuation \x00b8 35678		CEDILLA
-punctuation \x00b9 27		SUPERSCRIPT ONE
-letter \x00ba 1358		MASCULINE ORDINAL INDICATOR
-punctuation \x00bb 5678		RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK
-punctuation \x00bc 34568		VULGAR FRACTION ONE QUARTER
-punctuation \x00bd 34567		VULGAR FRACTION ONE HALF
-punctuation \x00be 345678		VULGAR FRACTION THREE QUARTERS
-punctuation \x00bf 268		INVERTED QUESTION MARK
-uppercase \x00c0 1235678		LATIN CAPITAL LETTER A WITH GRAVE
-uppercase \x00c1 123567		LATIN CAPITAL LETTER A WITH ACUTE
-uppercase \x00c2 1678		LATIN CAPITAL LETTER A WITH CIRCUMFLEX
-uppercase \x00c3 14678		LATIN CAPITAL LETTER A WITH TILDE
-uppercase \x00c4 3457		LATIN CAPITAL LETTER A WITH DIAERESIS
-uppercase \x00c5 167		LATIN CAPITAL LETTER A WITH RING ABOVE
-uppercase \x00c6 34578		LATIN CAPITAL LETTER AE
-uppercase \x00c7 123467		LATIN CAPITAL LETTER C WITH CEDILLA
-uppercase \x00c8 234678		LATIN CAPITAL LETTER E WITH GRAVE
-uppercase \x00c9 23467		LATIN CAPITAL LETTER E WITH ACUTE
-uppercase \x00ca 1267		LATIN CAPITAL LETTER E WITH CIRCUMFLEX
-uppercase \x00cb 12467		LATIN CAPITAL LETTER E WITH DIAERESIS
-uppercase \x00cc 3478		LATIN CAPITAL LETTER I WITH GRAVE
-uppercase \x00cd 347		LATIN CAPITAL LETTER I WITH ACUTE
-uppercase \x00ce 1467		LATIN CAPITAL LETTER I WITH CIRCUMFLEX
-uppercase \x00cf 124567		LATIN CAPITAL LETTER I WITH DIAERESIS
-uppercase \x00d0 15678		LATIN CAPITAL LETTER ETH
-uppercase \x00d1 1245678		LATIN CAPITAL LETTER N WITH TILDE
-uppercase \x00d2 34678		LATIN CAPITAL LETTER O WITH GRAVE
-uppercase \x00d3 3467		LATIN CAPITAL LETTER O WITH ACUTE
-uppercase \x00d4 14567		LATIN CAPITAL LETTER O WITH CIRCUMFLEX
-uppercase \x00d5 145678		LATIN CAPITAL LETTER O WITH TILDE
-uppercase \x00d6 2467		LATIN CAPITAL LETTER O WITH DIAERESIS
-punctuation \x00d7 37		MULTIPLICATION SIGN
-uppercase \x00d8 24678		LATIN CAPITAL LETTER O WITH STROKE
-uppercase \x00d9 2345678		LATIN CAPITAL LETTER U WITH GRAVE
-uppercase \x00da 234567		LATIN CAPITAL LETTER U WITH ACUTE
-uppercase \x00db 1567		LATIN CAPITAL LETTER U WITH CIRCUMFLEX
-uppercase \x00dc 12567		LATIN CAPITAL LETTER U WITH DIAERESIS
-uppercase \x00dd 1234678		LATIN CAPITAL LETTER Y WITH ACUTE
-uppercase \x00de 12468		LATIN CAPITAL LETTER THORN
-lowercase \x00df 2348		LATIN SMALL LETTER SHARP S
-lowercase \x00e0 123568		LATIN SMALL LETTER A WITH GRAVE
-lowercase \x00e1 12356		LATIN SMALL LETTER A WITH ACUTE
-lowercase \x00e2 16		LATIN SMALL LETTER A WITH CIRCUMFLEX
-lowercase \x00e3 1468		LATIN SMALL LETTER A WITH TILDE
-lowercase \x00e4 345		LATIN SMALL LETTER A WITH DIAERESIS
-lowercase \x00e5 16		LATIN SMALL LETTER A WITH RING ABOVE
-lowercase \x00e6 3458		LATIN SMALL LETTER AE
-lowercase \x00e7 12346		LATIN SMALL LETTER C WITH CEDILLA
-lowercase \x00e8 23468		LATIN SMALL LETTER E WITH GRAVE
-lowercase \x00e9 2346		LATIN SMALL LETTER E WITH ACUTE
-lowercase \x00ea 126		LATIN SMALL LETTER E WITH CIRCUMFLEX
-lowercase \x00eb 1246		LATIN SMALL LETTER E WITH DIAERESIS
-lowercase \x00ec 348		LATIN SMALL LETTER I WITH GRAVE
-lowercase \x00ed 34		LATIN SMALL LETTER I WITH ACUTE
-lowercase \x00ee 146		LATIN SMALL LETTER I WITH CIRCUMFLEX
-lowercase \x00ef 12456		LATIN SMALL LETTER I WITH DIAERESIS
-lowercase \x00f0 1568		LATIN SMALL LETTER ETH
-lowercase \x00f1 124568		LATIN SMALL LETTER N WITH TILDE
-lowercase \x00f2 3468		LATIN SMALL LETTER O WITH GRAVE
-lowercase \x00f3 346		LATIN SMALL LETTER O WITH ACUTE
-lowercase \x00f4 1456		LATIN SMALL LETTER O WITH CIRCUMFLEX
-lowercase \x00f5 14568		LATIN SMALL LETTER O WITH TILDE
-lowercase \x00f6 246		LATIN SMALL LETTER O WITH DIAERESIS
-punctuation \x00f7 2567		DIVISION SIGN
-lowercase \x00f8 2468		LATIN SMALL LETTER O WITH STROKE
-lowercase \x00f9 234568		LATIN SMALL LETTER U WITH GRAVE
-lowercase \x00fa 23456		LATIN SMALL LETTER U WITH ACUTE
-lowercase \x00fb 156		LATIN SMALL LETTER U WITH CIRCUMFLEX
-lowercase \x00fc 1256		LATIN SMALL LETTER U WITH DIAERESIS
-lowercase \x00fd 123468		LATIN SMALL LETTER Y WITH ACUTE
-lowercase \x00fe 124678		LATIN SMALL LETTER THORN
-lowercase \x00ff 134568		LATIN SMALL LETTER Y WITH DIAERESIS
-# This file will produce Unicode Braille output.
-# Use it as the first file in a table list.
-#
-#  Copyright (C) 2010 JJB Software, Inc. www.jjb-software.com
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-
-display \x2800 0
-display \x2801 1
-display \x2802 2
-display \x2803 12
-display \x2804 3
-display \x2805 13
-display \x2806 23
-display \x2807 123
-display \x2808 4
-display \x2809 14
-display \x280A 24
-display \x280B 124
-display \x280C 34
-display \x280D 134
-display \x280E 234
-display \x280F 1234
-display \x2810 5
-display \x2811 15
-display \x2812 25
-display \x2813 125
-display \x2814 35
-display \x2815 135
-display \x2816 235
-display \x2817 1235
-display \x2818 45
-display \x2819 145
-display \x281A 245
-display \x281B 1245
-display \x281C 345
-display \x281D 1345
-display \x281E 2345
-display \x281F 12345
-display \x2820 6
-display \x2821 16
-display \x2822 26
-display \x2823 126
-display \x2824 36
-display \x2825 136
-display \x2826 236
-display \x2827 1236
-display \x2828 46
-display \x2829 146
-display \x282A 246
-display \x282B 1246
-display \x282C 346
-display \x282D 1346
-display \x282E 2346
-display \x282F 12346
-display \x2830 56
-display \x2831 156
-display \x2832 256
-display \x2833 1256
-display \x2834 356
-display \x2835 1356
-display \x2836 2356
-display \x2837 12356
-display \x2838 456
-display \x2839 1456
-display \x283A 2456
-display \x283B 12456
-display \x283C 3456
-display \x283D 13456
-display \x283E 23456
-display \x283F 123456
-display \x2840 7
-display \x2841 17
-display \x2842 27
-display \x2843 127
-display \x2844 37
-display \x2845 137
-display \x2846 237
-display \x2847 1237
-display \x2848 47
-display \x2849 147
-display \x284A 247
-display \x284B 1247
-display \x284C 347
-display \x284D 1347
-display \x284E 2347
-display \x284F 12347
-display \x2850 57
-display \x2851 157
-display \x2852 257
-display \x2853 1257
-display \x2854 357
-display \x2855 1357
-display \x2856 2357
-display \x2857 12357
-display \x2858 457
-display \x2859 1457
-display \x285A 2457
-display \x285B 12457
-display \x285C 3457
-display \x285D 13457
-display \x285E 23457
-display \x285F 123457
-display \x2860 67
-display \x2861 167
-display \x2862 267
-display \x2863 1267
-display \x2864 367
-display \x2865 1367
-display \x2866 2367
-display \x2867 12367
-display \x2868 467
-display \x2869 1467
-display \x286A 2467
-display \x286B 12467
-display \x286C 3467
-display \x286D 13467
-display \x286E 23467
-display \x286F 123467
-display \x2870 567
-display \x2871 1567
-display \x2872 2567
-display \x2873 12567
-display \x2874 3567
-display \x2875 13567
-display \x2876 23567
-display \x2877 123567
-display \x2878 4567
-display \x2879 14567
-display \x287A 24567
-display \x287B 124567
-display \x287C 34567
-display \x287D 134567
-display \x287E 234567
-display \x287F 1234567
-display \x2880 8
-display \x2881 18
-display \x2882 28
-display \x2883 128
-display \x2884 38
-display \x2885 138
-display \x2886 238
-display \x2887 1238
-display \x2888 48
-display \x2889 148
-display \x288A 248
-display \x288B 1248
-display \x288C 348
-display \x288D 1348
-display \x288E 2348
-display \x288F 12348
-display \x2890 58
-display \x2891 158
-display \x2892 258
-display \x2893 1258
-display \x2894 358
-display \x2895 1358
-display \x2896 2358
-display \x2897 12358
-display \x2898 458
-display \x2899 1458
-display \x289A 2458
-display \x289B 12458
-display \x289C 3458
-display \x289D 13458
-display \x289E 23458
-display \x289F 123458
-display \x28A0 68
-display \x28A1 168
-display \x28A2 268
-display \x28A3 1268
-display \x28A4 368
-display \x28A5 1368
-display \x28A6 2368
-display \x28A7 12368
-display \x28A8 468
-display \x28A9 1468
-display \x28AA 2468
-display \x28AB 12468
-display \x28AC 3468
-display \x28AD 13468
-display \x28AE 23468
-display \x28AF 123468
-display \x28B0 568
-display \x28B1 1568
-display \x28B2 2568
-display \x28B3 12568
-display \x28B4 3568
-display \x28B5 13568
-display \x28B6 23568
-display \x28B7 123568
-display \x28B8 4568
-display \x28B9 14568
-display \x28BA 24568
-display \x28BB 124568
-display \x28BC 34568
-display \x28BD 134568
-display \x28BE 234568
-display \x28BF 1234568
-display \x28C0 78
-display \x28C1 178
-display \x28C2 278
-display \x28C3 1278
-display \x28C4 378
-display \x28C5 1378
-display \x28C6 2378
-display \x28C7 12378
-display \x28C8 478
-display \x28C9 1478
-display \x28CA 2478
-display \x28CB 12478
-display \x28CC 3478
-display \x28CD 13478
-display \x28CE 23478
-display \x28CF 123478
-display \x28D0 578
-display \x28D1 1578
-display \x28D2 2578
-display \x28D3 12578
-display \x28D4 3578
-display \x28D5 13578
-display \x28D6 23578
-display \x28D7 123578
-display \x28D8 4578
-display \x28D9 14578
-display \x28DA 24578
-display \x28DB 124578
-display \x28DC 34578
-display \x28DD 134578
-display \x28DE 234578
-display \x28DF 1234578
-display \x28E0 678
-display \x28E1 1678
-display \x28E2 2678
-display \x28E3 12678
-display \x28E4 3678
-display \x28E5 13678
-display \x28E6 23678
-display \x28E7 123678
-display \x28E8 4678
-display \x28E9 14678
-display \x28EA 24678
-display \x28EB 124678
-display \x28EC 34678
-display \x28ED 134678
-display \x28EE 234678
-display \x28EF 1234678
-display \x28F0 5678
-display \x28F1 15678
-display \x28F2 25678
-display \x28F3 125678
-display \x28F4 35678
-display \x28F5 135678
-display \x28F6 235678
-display \x28F7 1235678
-display \x28F8 45678
-display \x28F9 145678
-display \x28FA 245678
-display \x28FB 1245678
-display \x28FC 345678
-display \x28FD 1345678
-display \x28FE 2345678
-display \x28FF 12345678
-
-#
-# Copyright (C) 1995-2009 by The BRLTTY Developers.
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-
-# BRLTTY Text Table - Maltese
-#
-# Samuel Thibault <samuel.thibault@ens-lyon.org>
-# 
-# This table is based on the Unesco report on the progress of unification of
-# braille writing « L'ÉCRITURE BRAILLE DANS LE MONDE », by Sir Clutha
-# MACKENZIE: http://unesdoc.unesco.org/images/0013/001352/135251fo.pdf
-# The document is dated 1954, so this table may be quite outdated.
-
-# generated by ttbtest
-space	\s	0	# SPACE
-punctuation	!	235	# EXCLAMATION MARK
-punctuation	"	2356	# QUOTATION MARK
-punctuation	'	3	# APOSTROPHE
-punctuation	(	236	# LEFT PARENTHESIS
-punctuation	)	356	# RIGHT PARENTHESIS
-punctuation	,	2	# COMMA
-punctuation	-	36	# HYPHEN-MINUS
-punctuation	.	256	# FULL STOP
-include digits8Dots.uti
-punctuation	:	25	# COLON
-punctuation	;	23	# SEMICOLON
-punctuation	?	236	# QUESTION MARK
-uppercase	A	17	# LATIN CAPITAL LETTER A
-uppercase	B	127	# LATIN CAPITAL LETTER B
-uppercase	C	147	# LATIN CAPITAL LETTER C
-uppercase	D	1457	# LATIN CAPITAL LETTER D
-uppercase	E	157	# LATIN CAPITAL LETTER E
-uppercase	F	1247	# LATIN CAPITAL LETTER F
-uppercase	G	12457	# LATIN CAPITAL LETTER G
-uppercase	H	1257	# LATIN CAPITAL LETTER H
-uppercase	I	247	# LATIN CAPITAL LETTER I
-uppercase	J	134567	# LATIN CAPITAL LETTER J
-uppercase	K	137	# LATIN CAPITAL LETTER K
-uppercase	L	1237	# LATIN CAPITAL LETTER L
-uppercase	M	1347	# LATIN CAPITAL LETTER M
-uppercase	N	13457	# LATIN CAPITAL LETTER N
-uppercase	O	1357	# LATIN CAPITAL LETTER O
-uppercase	P	12347	# LATIN CAPITAL LETTER P
-uppercase	Q	123457	# LATIN CAPITAL LETTER Q
-uppercase	R	12357	# LATIN CAPITAL LETTER R
-uppercase	S	2347	# LATIN CAPITAL LETTER S
-uppercase	T	23457	# LATIN CAPITAL LETTER T
-uppercase	U	1367	# LATIN CAPITAL LETTER U
-uppercase	V	12367	# LATIN CAPITAL LETTER V
-uppercase	W	24567	# LATIN CAPITAL LETTER W
-uppercase	X	13467	# LATIN CAPITAL LETTER X
-uppercase	Y	134567	# LATIN CAPITAL LETTER Y
-uppercase	Z	13567	# LATIN CAPITAL LETTER Z
-lowercase	a	1	# LATIN SMALL LETTER A
-lowercase	b	12	# LATIN SMALL LETTER B
-lowercase	c	14	# LATIN SMALL LETTER C
-lowercase	d	145	# LATIN SMALL LETTER D
-lowercase	e	15	# LATIN SMALL LETTER E
-lowercase	f	124	# LATIN SMALL LETTER F
-lowercase	g	1245	# LATIN SMALL LETTER G
-lowercase	h	125	# LATIN SMALL LETTER H
-lowercase	i	24	# LATIN SMALL LETTER I
-lowercase	j	13456	# LATIN SMALL LETTER J
-lowercase	k	13	# LATIN SMALL LETTER K
-lowercase	l	123	# LATIN SMALL LETTER L
-lowercase	m	134	# LATIN SMALL LETTER M
-lowercase	n	1345	# LATIN SMALL LETTER N
-lowercase	o	135	# LATIN SMALL LETTER O
-lowercase	p	1234	# LATIN SMALL LETTER P
-lowercase	q	12345	# LATIN SMALL LETTER Q
-lowercase	r	1235	# LATIN SMALL LETTER R
-lowercase	s	234	# LATIN SMALL LETTER S
-lowercase	t	2345	# LATIN SMALL LETTER T
-lowercase	u	136	# LATIN SMALL LETTER U
-lowercase	v	1236	# LATIN SMALL LETTER V
-lowercase	w	2456	# LATIN SMALL LETTER W
-lowercase	x	1346	# LATIN SMALL LETTER X
-lowercase	y	13456	# LATIN SMALL LETTER Y
-lowercase	z	1356	# LATIN SMALL LETTER Z
-punctuation	\x00a0	0	# NO-BREAK SPACE
-uppercase	\x010a	167	# LATIN CAPITAL LETTER C WITH DOT ABOVE
-lowercase	\x010b	16	# LATIN SMALL LETTER C WITH DOT ABOVE
-uppercase	\x0120	2457	# LATIN CAPITAL LETTER G WITH DOT ABOVE
-lowercase	\x0121	245	# LATIN SMALL LETTER G WITH DOT ABOVE
-uppercase	\x0126	1567	# LATIN CAPITAL LETTER H WITH STROKE
-lowercase	\x0127	156	# LATIN SMALL LETTER H WITH STROKE
-uppercase	\x017b	13567	# LATIN CAPITAL LETTER Z WITH DOT ABOVE
-lowercase	\x017c	1356	# LATIN SMALL LETTER Z WITH DOT ABOVE
-space	\x2002	0	# EN SPACE
-space	\x2003	0	# EM SPACE
-space	\x2004	0	# THREE-PER-EM SPACE
-space	\x2005	0	# FOUR-PER-EM SPACE
-space	\x2006	0	# SIX-PER-EM SPACE
-punctuation	\x2007	0	# FIGURE SPACE
-space	\x2008	0	# PUNCTUATION SPACE
-space	\x2009	0	# THIN SPACE
-space	\x200a	0	# HAIR SPACE
-punctuation	\x202f	0	# NARROW NO-BREAK SPACE
-space	\x205f	0	# MEDIUM MATHEMATICAL SPACE
-#  Copyright (C) 2010 Leon Ungier <Leon.Ungier@ViewPlus.com>, 
-#  Copyright (C) 2010 Samuel Thibault <samuel.thibault@ens-lyon.org>
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-
-# Table for Marwari
-include devanagari.cti
-include text_nabcc.dis
-# This table contains braille codes and rules for Devanagari  script.
-#
-# Copyright (C) 2014 National Institute for Visually Handicapped, 116, Rajpur Road, Dehradun, Uttrakhand, India
-#
-# This file is part of liblouis.
-#
-# liblouis is free software: you can redistribute it and/or modify it
-# under the terms of the GNU Lesser General Public License as
-# published by the Free Software Foundation, either version 2.1 of the
-# License, or (at your option) any later version.
-#
-# liblouis is distributed in the hope that it will be useful, but
-# WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-# Lesser General Public License for more details.
-#
-# You should have received a copy of the GNU Lesser General Public
-# License along with liblouis. If not, see
-# <http://www.gnu.org/licenses/>.
-
-# This table is built and maintained under an activity of Braille Council of India
-# Contributors: Dipendra Manocha, Sreeja, Dinesh Kaushal, Mesar Hameed
-# Last updated on May 5, 2014
-# To report any bugs or any suggestion, please write to d@saksham.org and sreeja.param@gmail.com
-  
-include braille-patterns.cti
-
-letter \X0901 3 # davanagari chandra bindu 
-letter \X0902 56 # davanagari anuswar 
-letter \X0903 6 # davanagari visarg
-letter \X0904 1 #chhoTa aa"
-letter \X0905 1 #chhoTa aa"
-letter \X0906 345 #baraa aa"
-letter \X0907 24 #"chhoTi ii"
-letter \X0908 35 #"baRii ii"
-letter \X0909 136 #"chhoTaa u"
-letter \X090A 1256 #"baRaa uu"
-letter \X090B 5-1235 #"RRi"
-letter \X090C 5-123 #"lri"
-letter \X090D 34 #"e"
-letter \X090E 26 #"short e for dravidian"
-letter \X090F 15 #"e"
-letter \X0910 34 #"ai"
-letter \X0911 1346 #"o as in office"
-letter \X0912 135 #"short o"
-letter \X0913 135 #"o"
-letter \X0914 246 #"au"
-
-replace \X200D  
-
-letter \X0915 13 # davanagari ka
-letter \X0916 46 # davanagari kha
-letter \X0917 1245 # davanagari ga
-letter \X0918 126 # davanagari gha
-letter \X0919 346 #davanagari aNgaa
-
-letter \X091A 14 # davanagari cha
-letter \X091B 16 # davanagari cha
-letter \X091C 245 # davanagari ja
-letter \X091D 356 # davanagari jha
-letter \X091E 25 #davanagari yangaa
-
-letter \X091F 23456 # davanagari ta
-letter \X0920 2456 # davanagari tha
-letter \X0921 1246 # davanagari da
-letter \X0922 123456 # davanagari dha
-letter \X0923 3456 #davanagari nna
-
-letter \X0924 2345 # davanagari ta
-letter \X0925 1456 # davanagari tha
-letter \X0926 145 # davanagari da
-letter \X0927 2346 # davanagari dha
-letter \X0928 1345 #davanagari na
-
-letter \X0929 56 #davanagari na nukta
-
-letter \X092A 1234 # davanagari pa
-letter \X092B 235 # davanagari tha
-letter \X092C 12 # davanagari ba
-letter \X092D 45 # davanagari bha
-letter \X092E 134 #davanagari ma
-
-letter \X092F 13456 # davanagari yaa
-letter \X0930 1235 # davanagari ra
-letter \X0931 12456 # davanagari rra
-letter \X0932 123 # davanagari la
-letter \X0933 456 #davanagari la
-letter \X0934 123 #davanagari la
-letter \X0935 1236 #davanagari va
-letter \X0936 146 #davanagari sha
-letter \X0937 12346 #davanagari ssha
-letter \X0938 234 #davanagari sa
-letter \X0939 125 #davanagari ha
-
-letter \X093d 2 #davanagari avagrah
-
-#--------
-# matras
-
-letter \X093E 345 #baraa aa ki matra
-letter \X093F 24 #"chhoTi ii matra
-letter \X0940 35 #"baRii ii matra
-letter \X0941 136 #chhoTaa u matra
-letter \X0942 1256 #"baRaa uu matra"
-letter \X0943 5-1235 #"RRi matra"
-letter \X0944 6-1235 #"lri matra"
-letter \X0945 34 #"e matra"
-letter \X0946 26 #"ai matra"
-letter \X0947 15 #"e matra"
-letter \X0948 34 #"ai matra"
-letter \X0949 1346 #"o"
-letter \X094A 135 #"au"
-letter \X094B 135 #"o matra"
-letter \X094C 246 #"au matra"
-
-letter \X094D 4 # Halant
-letter \X0950 135-4-134 #"Devnagari sign for om"
-letter \X0958 13 #"Ka qith Nukhta"
-letter \X0959 46 #"kha with nukhta"
-letter \X095A 1245 #"ga with nukhta"
-letter \X095B 245 #"ja with nukhta"
-letter \X095C 12456 #"da with nukhta"
-letter \X095D 5-12456 #"dhaa with nukhta"
-
-replace \X093C 
-
-always \X0921\X093C 12456 #"da with nukhta"
-always \X0922\X093C 5-12456 #"dhaa with nukhta"
-
-
-letter \X095E 235 #"fa with nukhta"
-letter \X095F 13456 #"ya with nukhta"
-letter \X0960 6-1235 #"vocalic rr"
-letter \X0961 6-123 #"vocalic lla"
-letter \X0962 5-123 #"vocalic la"
-letter \X0963 6-123 #"vocalic ll"
-
-# poorn Viram and double poorn Viraam
-punctuation \X0964 256 # "Poorn Viraam"
-punctuation \X0965 256-256 # "Double Poorn Viraam"
-punctuation \X0970 256 # "abbreviation sign"
-
-
-#--------
-# digits
-
-litdigit \X0966 245 # davanagari 0
-litdigit \X0967 1 # davanagari 1
-litdigit \X0968 12 # davanagari 2
-litdigit \X0969 14 # davanagari 3
-litdigit \X096A 145 # davanagari 4
-litdigit \X096B 15 # davanagari 5
-litdigit \X096C 124 # davanagari 6
-litdigit \X096D 1245 # davanagari 7
-litdigit \X096E 125 # davanagari 8
-litdigit \X096F 24 # davanagari 9
-
-# ksha and gya
-
-always \X0915\x094D\X0937\x094D 4-12345 #"ksha"
-always \X091C\x094D\X091E 156 #"gyan"
-always \X0915\x094D\X0937  12345 #"ksha"
-
-
-#--------
-# half characters
-
-always \X0915\x094D 4-13 # davanagari ka
-always \X0916\x094D 4-46 # davanagari kha
-always \X0917\x094D 4-1245 # davanagari ga
-always \X0918\x094D 4-126 # davanagari gha
-always \X0919\x094D 4-346 #davanagari aNgaa
-
-always \X091A\x094D 4-14 # davanagari ca
-always \X091B\x094D 4-16 # davanagari cha
-always \X091C\x094D 4-245 # davanagari ja
-always \X091D\x094D 4-356 # davanagari jha
-always \X091E\x094D 4-25 #davanagari yangaa
-
-always \X091F\x094d 4-23456 # davanagari ta
-always \X0920\x094D 4-2456 # davanagari tha
-always \X0921\x094D 4-1246 # davanagari da
-always \X0922\x094D 4-123456 # davanagari dha
-always \X0923\x094D 4-3456 #davanagari nna
-
-always \X0924\x094D 4-2345 # davanagari ta
-always \X0925\x094D 4-1456 # davanagari tha
-always \X0926\x094D 4-145 # davanagari da
-always \X0927\x094D 4-2346 # davanagari dha
-always \X0928\x094D 4-1345 #davanagari na
-always \X0929\x094D 4-56 #davanagari na nukta
-
-always \X092A\x094D 4-1234 # davanagari pa
-always \X092B\x094D 4-235 # davanagari tha
-always \X092C\x094D 4-12 # davanagari ba
-always \X092D\x094D 4-45 # davanagari bha
-always \X092E\x094D 4-134 #davanagari ma
-
-always \X092F\x094D 4-13456 # davanagari yaa
-always \X0930\x094D 4-1235 # davanagari ra
-always \X0931\x094D 4-12456 # davanagari rra
-always \X0932\x094D 4-123 # davanagari la
-always \X0933\x094D 4-456 #davanagari la
-always \X0934\x094D 4-123 #davanagari la
-always \X0935\x094D 4-1236 #davanagari va
-always \X0936\x094D 4-146 #davanagari sha
-always \X0937\x094D 4-12346 #davanagari ssha
-always \X0938\x094D 4-234 #davanagari sa
-always \X0939\x094D 4-125 #davanagari ha
-
-always \X0958\x094D 4-13 #"Ka qith Nukhta"
-always \X0959\x094D 4-46 #"kha with nukhta"
-always \X095A\x094D 4-1245 #"ga with nukhta"
-always \X095B\x094D 4-245 #"ja with nukhta"
-always \X095C\x094D 4-12456 #"da with nukhta"
-always \X095D\x094D 4-5-12456 #"dhaa with nukhta"
-
-replace \X093C  
-
-always \X0921\X093C\x094D 4-12456 #"da with nukhta"
-always \X0922\X093C\x094D 4-5-12456 #"dhaa with nukhta"
-
-always \X095E\x094D 4-235 #"fa with nukhta"
-always \X095F\x094D 4-13456 #"ya with nukhta"
-always \X0960\x094D 4-6-1235 #"vocalic rr"
-always \X0961\x094D 4-6-123 #"vocalic lla"
-always \X0962\x094D 4-5-123 #"vocalic la"
-always \X0963\x094D 4-6-123 #"vocalic ll"
-
-#------------
-# consonent followed by vowel but not matra
-
-class HindiVowel \x0907\x0908\x0909\x090A\x090D\x090E\x090F\x0910\x0911\x0912\x0913\x0914
-
-class HALANT \x094D
-
-before HindiVowel always \x0915 13-1 # davanagari ka
-before HindiVowel always \x0916 46-1 # davanagari kha
-before HindiVowel always \x0917 1245-1 # davanagari ga
-before HindiVowel always \x0918 126-1 # davanagari gha
-
-#before HALANT always \x0915 4-13 # davanagari ka
-
-before HindiVowel always \x091A 14-1 # davanagari ca
-before HindiVowel always \x091B 16-1 # davanagari cha
-before HindiVowel always \x091C 245-1 # davanagari ja
-before HindiVowel always \x091D 356-1 # davanagari jha
-
-before HindiVowel always \x091F 23456-1 # davanagari ta
-before HindiVowel always \x0920 2456-1 # davanagari tha
-before HindiVowel always \x0921 1246-1 # davanagari da
-before HindiVowel always \x0922 123456-1 # davanagari dha
-before HindiVowel always \x0923 3456-1 #davanagari nna
-
-before HindiVowel always \x0924 2345-1 # davanagari ta
-before HindiVowel always \x0925 1456-1 # davanagari tha
-before HindiVowel always \x0926 145-1 # davanagari da
-before HindiVowel always \x0927 2346-1 # davanagari dha
-before HindiVowel always \x0928 1345-1 #davanagari na
-
-before HindiVowel always \x092A 1234-1 # davanagari pa
-before HindiVowel always \x092B 235-1 # davanagari tha
-before HindiVowel always \x092C 12-1 # davanagari ba
-before HindiVowel always \x092D 45-1 # davanagari bha
-before HindiVowel always \x092E 134-1 #davanagari ma
-
-before HindiVowel always \x092F 13456-1 # davanagari yaa
-before HindiVowel always \x0930 1235-1 # davanagari ra
-before HindiVowel always \x0931 12456-1 # davanagari rra
-before HindiVowel always \x0932 123-1 # davanagari la
-before HindiVowel always \x0933 456-1 #davanagari la
-before HindiVowel always \x0934 123-1 #davanagari la
-before HindiVowel always \x0935 1236-1 #davanagari va
-before HindiVowel always \x0936 146-1 #davanagari sha
-before HindiVowel always \x0937 12346-1 #davanagari ssha
-before HindiVowel always \x0938 234-1 #davanagari sa
-before HindiVowel always \x0939 125-1 #davanagari ha
-
-# liblouis: text.nabcc.dis
-#
-# Based on the braille contraction modules in BRLTTY
-#
-# Copyright (C) 1995-2004 by The BRLTTY Team
-# Copyright (C) 2004 ViewPlus Technologies, Inc., www.viewplustech.com
-# Copyright (C) 2004 Computers to Help People, Inc., www.chpi.org
-
-# This file is free software; you can redistribute it and/or
-# modify it under the terms of the GNU Lesser General Public
-# License as published by the Free Software Foundation; either
-# version 2.1 of the License, or (at your option) any later version.
-
-# This file is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-# Lesser General Public License for more details.
-
-# You should have received a copy of the GNU Lesser General Public
-# License along with this file; if not, write to the Free Software
-# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
-# liblouis  comes with ABSOLUTELY NO WARRANTY.
-
-# This is a description of the default text translation table used by BRLTTY.  
-# It's based on the North American Braille Computer Code, but defines the full
-# Latin1 (ISO-8859-1) character set.
-
-# The 95 printable characters of the standard 7-bit US-ASCII character set
-# (32-126) are identical to their representations within the North American
-# Braille Computer Code (these are the only characters which the NABCC actually
-# defines). Characters from literary braille, symbols from The Nemeth Braille
-# Code for Mathematics and Science Notation, and a bit of human imagination
-# have all been combined to create an easy-to-remember, one-to-one mapping
-# between each character and its braille counterpart. All possible combinations
-# involving only the original 6 braille dots are used, but that only allows for
-# 64 out of the required 95 character representations. The presence or absence
-# of dot 7 is used to differentiate between pairs of characters which either
-# are very closely related in meaning or, in a few cases where a more intuitive
-# reason couldn't be found, have a very close logical relationship within the
-# US-ASCII code. Dot 8 is used for control characters and accented characters.
-
-# This table is synchronized with Text/en-nabcc.ttb table from the BRLTTY
-# project, except the re-added no-break space mapping.
-
-# The space and the 26 lowercase letters (a-z) are the same as in literary 
-# braille:
-
-        #Hex   Dots       Dec Char Description
-display \x0020 0        #  32      SPACE
-display \x0061 1        #  97 a    LATIN SMALL LETTER A
-display \x0062 12       #  98 b    LATIN SMALL LETTER B
-display \x0063 14       #  99 c    LATIN SMALL LETTER C
-display \x0064 145      # 100 d    LATIN SMALL LETTER D
-display \x0065 15       # 101 e    LATIN SMALL LETTER E
-display \x0066 124      # 102 f    LATIN SMALL LETTER F
-display \x0067 1245     # 103 g    LATIN SMALL LETTER G
-display \x0068 125      # 104 h    LATIN SMALL LETTER H
-display \x0069 24       # 105 i    LATIN SMALL LETTER I
-display \x006a 245      # 106 j    LATIN SMALL LETTER J
-display \x006b 13       # 107 k    LATIN SMALL LETTER K
-display \x006c 123      # 108 l    LATIN SMALL LETTER L
-display \x006d 134      # 109 m    LATIN SMALL LETTER M
-display \x006e 1345     # 110 n    LATIN SMALL LETTER N
-display \x006f 135      # 111 o    LATIN SMALL LETTER O
-display \x0070 1234     # 112 p    LATIN SMALL LETTER P
-display \x0071 12345    # 113 q    LATIN SMALL LETTER Q
-display \x0072 1235     # 114 r    LATIN SMALL LETTER R
-display \x0073 234      # 115 s    LATIN SMALL LETTER S
-display \x0074 2345     # 116 t    LATIN SMALL LETTER T
-display \x0075 136      # 117 u    LATIN SMALL LETTER U
-display \x0076 1236     # 118 v    LATIN SMALL LETTER V
-display \x0077 2456     # 119 w    LATIN SMALL LETTER W
-display \x0078 1346     # 120 x    LATIN SMALL LETTER X
-display \x0079 13456    # 121 y    LATIN SMALL LETTER Y
-display \x007a 1356     # 122 z    LATIN SMALL LETTER Z
-
-# The 26 uppercase letters A-Z) are the same as their lowercase counterparts 
-# except that dot7 is added:
-
-        #Hex   Dots       Dec Char Description
-display \x0041 17       #  65 A    LATIN CAPITAL LETTER A
-display \x0042 127      #  66 B    LATIN CAPITAL LETTER B
-display \x0043 147      #  67 C    LATIN CAPITAL LETTER C
-display \x0044 1457     #  68 D    LATIN CAPITAL LETTER D
-display \x0045 157      #  69 E    LATIN CAPITAL LETTER E
-display \x0046 1247     #  70 F    LATIN CAPITAL LETTER F
-display \x0047 12457    #  71 G    LATIN CAPITAL LETTER G
-display \x0048 1257     #  72 H    LATIN CAPITAL LETTER H
-display \x0049 247      #  73 I    LATIN CAPITAL LETTER I
-display \x004a 2457     #  74 J    LATIN CAPITAL LETTER J
-display \x004b 137      #  75 K    LATIN CAPITAL LETTER K
-display \x004c 1237     #  76 L    LATIN CAPITAL LETTER L
-display \x004d 1347     #  77 M    LATIN CAPITAL LETTER M
-display \x004e 13457    #  78 N    LATIN CAPITAL LETTER N
-display \x004f 1357     #  79 O    LATIN CAPITAL LETTER O
-display \x0050 12347    #  80 P    LATIN CAPITAL LETTER P
-display \x0051 123457   #  81 Q    LATIN CAPITAL LETTER Q
-display \x0052 12357    #  82 R    LATIN CAPITAL LETTER R
-display \x0053 2347     #  83 S    LATIN CAPITAL LETTER S
-display \x0054 23457    #  84 T    LATIN CAPITAL LETTER T
-display \x0055 1367     #  85 U    LATIN CAPITAL LETTER U
-display \x0056 12367    #  86 V    LATIN CAPITAL LETTER V
-display \x0057 24567    #  87 W    LATIN CAPITAL LETTER W
-display \x0058 13467    #  88 x    LATIN CAPITAL LETTER X
-display \x0059 134567   #  89 Y    LATIN CAPITAL LETTER Y
-display \x005a 13567    #  90 Z    LATIN CAPITAL LETTER Z
-
-# The 10 decimal digits 0-9) are the same as in the Nemeth Code:
-
-        #Hex   Dots       Dec Char Description
-display \x0030 356      #  48 0    DIGIT ZERO
-display \x0031 2        #  49 1    DIGIT ONE
-display \x0032 23       #  50 2    DIGIT TWO
-display \x0033 25       #  51 3    DIGIT THREE
-display \x0034 256      #  52 4    DIGIT FOUR
-display \x0035 26       #  53 5    DIGIT FIVE
-display \x0036 235      #  54 6    DIGIT SIX
-display \x0037 2356     #  55 7    DIGIT SEVEN
-display \x0038 236      #  56 8    DIGIT EIGHT
-display \x0039 35       #  57 9    DIGIT NINE
-
-# Common symbols used within mathematical expressions by popular computer
-# programming languages are the same as in the Nemeth Code:
-
-        #Hex   Dots       Dec Char Description
-display \x002e 46       #  46 .    FULL STOP
-display \x002b 346      #  43 +    PLUS SIGN
-display \x002d 36       #  45 -    HYPHEN-MINUS
-display \x002a 16       #  42 *    ASTERISK
-display \x002f 34       #  47 /    SOLIDUS
-display \x0028 12356    #  40 (    LEFT PARENTHESIS
-display \x0029 23456    #  41 )    RIGHT PARENTHESIS
-
-# With all of these major considerations having been taken into account, 
-# convenient representations were still available, and are used, for some of 
-# the remaining characters:
-
-        #Hex   Dots       Dec Char Description
-display \x0026 12346    #  38 &    AMPERSAND
-display \x0023 3456     #  35 #    NUMBER SIGN
-
-# The remaining characters are what they are. Dot 7 isn't used either within 
-# the number block (32-63) or, with the exception of the DEL control character
-# (127), within the lowercase block (96-127). With the exception of the
-# underscore (95), dot 7 is used for every character within the uppercase block
-# (64-95). Adding dot 7 to any character within the lowercase block (96-127)
-# yields its corresponding character within the uppercase block (64-95) except
-# that removing dot 7 from the DEL control character yields the underscore.
-
-        #Hex   Dots       Dec Char Description
-display \x002c 6        #  44 ,    COMMA
-display \x003b 56       #  59 ;    SEMICOLON
-display \x003a 156      #  58 :    COLON
-display \x0021 2346     #  33 !    EXCLAMATION MARK
-display \x003f 1456     #  63 ?    QUESTION MARK
-display \x0022 5        #  34 "    QUOTATION MARK
-display \x0027 3        #  39 '    APOSTROPHE
-display \x0060 4        #  96 `    GRAVE ACCENT
-display \x005e 457      #  94 ^    CIRCUMFLEX ACCENT
-display \x007e 45       # 126 ~    TILDE
-display \x005b 2467     #  91 [    LEFT SQUARE BRACKET
-display \x005d 124567   #  93 ]    RIGHT SQUARE BRACKET
-display \x007b 246      # 123 {    LEFT CURLY BRACKET
-display \x007d 12456    # 125 }    RIGHT CURLY BRACKET
-display \x003d 123456   #  61 =    EQUALS SIGN
-display \x003c 126      #  60 <    LESS-THAN SIGN
-display \x003e 345      #  62 >    GREATER-THAN SIGN
-display \x0024 1246     #  36 $    DOLLAR SIGN
-display \x0025 146      #  37 %    PERCENT SIGN
-display \x0040 47       #  64 @    COMMERCIAL AT
-display \x007c 1256     # 124 |    VERTICAL LINE
-display \x005c 12567    #  92 \    REVERSE SOLIDUS
-display \x005f 456      #  95 _    LOW LINE
-
-# The DEL control character
-        #Hex   Dots       Dec Char Description
-display \x007f 4567     # 127 ^?   DELETE
-
-# Each of the characters within the basic control character block (0-31) is the
-# same as its corresponding character within both the uppercase block (64-95)
-# and the lowercase block (96-127) except that dots 7 and 8 are both used.
-
-        #Hex   Dots       Dec Char Description
-display \x0000 478      #   0 ^@   NULL
-display \x0001 178      #   1 ^A   START OF HEADING
-display \x0002 1278     #   2 ^B   START OF TEXT
-display \x0003 1478     #   3 ^C   END OF TEXT
-display \x0004 14578    #   4 ^D   END OF TRANSMISSION
-display \x0005 1578     #   5 ^E   ENQUIRY
-display \x0006 12478    #   6 ^F   ACKNOWLEDGE
-display \x0007 124578   #   7 ^G   BELL
-display \x0008 12578    #   8 ^H   BACKSPACE
-display \x0009 2478     #   9 ^I   HORIZONTAL TABULATION
-display \x000a 24578    #  10 ^J   LINE FEED
-display \x000b 1378     #  11 ^K   VERTICAL TABULATION
-display \x000c 12378    #  12 ^L   FORM FEED
-display \x000d 13478    #  13 ^M   CARRIAGE RETURN
-display \x000e 134578   #  14 ^N   SHIFT OUT
-display \x000f 13578    #  15 ^O   SHIFT IN
-display \x0010 123478   #  16 ^P   DATA LINK ESCAPE
-display \x0011 1234578  #  17 ^Q   DEVICE CONTROL ONE
-display \x0012 123578   #  18 ^R   DEVICE CONTROL TWO
-display \x0013 23478    #  19 ^S   DEVICE CONTROL THREE
-display \x0014 234578   #  20 ^T   DEVICE CONTROL FOUR
-display \x0015 13678    #  21 ^U   NEGATIVE ACKNOWLEDGE
-display \x0016 123678   #  22 ^V   SYNCHRONOUS IDLE
-display \x0017 245678   #  23 ^W   END OF TRANSMISSION BLOCK
-display \x0018 134678   #  24 ^X   CANCEL
-display \x0019 1345678  #  25 ^Y   END OF MEDIUM
-display \x001a 135678   #  26 ^Z   SUBSTITUTE
-display \x001b 24678    #  27 ^[   ESCAPE
-display \x001c 125678   #  28 ^\   FILE SEPARATOR
-display \x001d 1245678  #  29 ^]   GROUP SEPARATOR
-display \x001e 4578     #  30 ^^   RECORD SEPARATOR
-display \x001f 45678    #  31 ^_   UNIT SEPARATOR
-
-# Each of the characters within the extended control character block (128-159)
-# is the same as its corresponding character within the basic control character
-# block (0-31) except that only dot 8 is used.
-
-        #Hex   Dots       Dec Char Description
-display \x0080 48       # 128 ~@   <control>
-display \x0081 18       # 129 ~A   <CONTROL>
-display \x0082 128      # 130 ~B   BREAK PERMITTED HERE
-display \x0083 148      # 131 ~C   NO BREAK HERE
-display \x0084 1458     # 132 ~D   <CONTROL>
-display \x0085 158      # 133 ~E   NEXT LINE
-display \x0086 1248     # 134 ~F   START OF SELECTED AREA
-display \x0087 12458    # 135 ~G   END OF SELECTED AREA
-display \x0088 1258     # 136 ~H   CHARACTER TABULATION SET
-display \x0089 248      # 137 ~I   CHARACTER TABULATION WITH JUSTIFICATION
-display \x008a 2458     # 138 ~J   LINE TABULATION SET
-display \x008b 138      # 139 ~K   PARTIAL LINE DOWN
-display \x008c 1238     # 140 ~L   PARTIAL LINE UP
-display \x008d 1348     # 141 ~M   REVERSE LINE FEED
-display \x008e 13458    # 142 ~N   SINGLE SHIFT TWO
-display \x008f 1358     # 143 ~O   SINGLE SHIFT THREE
-display \x0090 12348    # 144 ~P   DEVICE CONTROL STRING
-display \x0091 123458   # 145 ~Q   PRIVATE USE ONE
-display \x0092 12358    # 146 ~R   PRIVATE USE TWO
-display \x0093 2348     # 147 ~S   SET TRANSMIT STATE
-display \x0094 23458    # 148 ~T   CANCEL CHARACTER
-display \x0095 1368     # 149 ~U   MESSAGE WAITING
-display \x0096 12368    # 150 ~V   START OF GUARDED AREA
-display \x0097 24568    # 151 ~W   END OF GUARDED AREA
-display \x0098 13468    # 152 ~X   START OF STRING
-display \x0099 134568   # 153 ~Y   <CONTROL>
-display \x009a 13568    # 154 ~Z   SINGLE CHARACTER INTRODUCER
-display \x009b 2468     # 155 ~[   CONTROL SEQUENCE INTRODUCER
-display \x009c 12568    # 156 ~\   STRING TERMINATOR
-display \x009d 124568   # 157 ~]   OPERATING SYSTEM COMMAND
-display \x009e 458      # 158 ~^   PRIVACY MESSAGE
-display \x009f 4568     # 159 ~_   APPLICATION PROGRAM COMMAND
-
-
-# Representations for the uppercase accented letters are drawn from the
-# remaining combinations which use both dots 7 and 8. The representation for a
-# lowercase accented letter is the same as its uppercase counterpart except
-# that dot 7 isn't used. This scheme retains the use of dot 7 as the modifier
-# for a capitalized letter. The only exception to these rules is that, due to
-# the nature of the  Latin 1 character set, the German lowercase double-s is
-# treated as though it were an uppercase y-dieresis neither has an uppercase
-# definition). These representations have been gathered, as much as possible,
-# into logical groupings.
-
-# The 5 letters with a circumflex accent (^) use the [1-5] dot combinations:
-
-        #Hex   Dots       Dec Char Description
-display \x00c2 278      # 194 Â    LATIN CAPITAL LETTER A WITH CIRCUMFLEX
-display \x00ca 2378     # 202 Ê    LATIN CAPITAL LETTER E WITH CIRCUMFLEX
-display \x00ce 2578     # 206 Î    LATIN CAPITAL LETTER I WITH CIRCUMFLEX
-display \x00d4 25678    # 212 Ô    LATIN CAPITAL LETTER O WITH CIRCUMFLEX
-display \x00db 2678     # 219 Û    LATIN CAPITAL LETTER U WITH CIRCUMFLEX
-display \x00e2 28       # 226 â    LATIN SMALL LETTER A WITH CIRCUMFLEX
-display \x00ea 238      # 234 ê    LATIN SMALL LETTER E WITH CIRCUMFLEX
-display \x00ee 258      # 238 î    LATIN SMALL LETTER I WITH CIRCUMFLEX
-display \x00f4 2568     # 244 ô    LATIN SMALL LETTER O WITH CIRCUMFLEX
-display \x00fb 268      # 251 û    LATIN SMALL LETTER U WITH CIRCUMFLEX
-
-# The 5 letters with a grave accent (`) use the [6-0] dot combinations:
-
-        #Hex   Dots       Dec Char Description
-display \x00c0 23578    # 192 À    LATIN CAPITAL LETTER A WITH GRAVE
-display \x00c8 235678   # 200 È    LATIN CAPITAL LETTER E WITH GRAVE
-display \x00cc 23678    # 204 Ì    LATIN CAPITAL LETTER I WITH GRAVE
-display \x00d2 3578     # 210 Ò    LATIN CAPITAL LETTER O WITH GRAVE
-display \x00d9 35678    # 217 Ù    LATIN CAPITAL LETTER U WITH GRAVE
-display \x00e0 2358     # 224 à    LATIN SMALL LETTER A WITH GRAVE
-display \x00e8 23568    # 232 è    LATIN SMALL LETTER E WITH GRAVE
-display \x00ec 2368     # 236 ì    LATIN SMALL LETTER I WITH GRAVE
-display \x00f2 358      # 242 ò    LATIN SMALL LETTER O WITH GRAVE
-display \x00f9 3568     # 249 ù    LATIN SMALL LETTER U WITH GRAVE
-
-# The 6 letters with an acute accent (´) use the [a-f] dot combinations with
-# dots 6 and 8 added:
-
-        #Hex   Dots       Dec Char Description
-display \x00c1 1678     # 193 Á    LATIN CAPITAL LETTER A WITH ACUTE
-display \x00c9 12678    # 201 É    LATIN CAPITAL LETTER E WITH ACUTE
-display \x00cd 14678    # 205 Í    LATIN CAPITAL LETTER I WITH ACUTE
-display \x00d3 145678   # 211 Ó    LATIN CAPITAL LETTER O WITH ACUTE
-display \x00da 15678    # 218 Ú    LATIN CAPITAL LETTER U WITH ACUTE
-display \x00dd 124678   # 221 Ý    LATIN CAPITAL LETTER Y WITH ACUTE
-display \x00e1 168      # 225 á    LATIN SMALL LETTER A WITH ACUTE
-display \x00e9 1268     # 233 é    LATIN SMALL LETTER E WITH ACUTE
-display \x00ed 1468     # 237 í    LATIN SMALL LETTER I WITH ACUTE
-display \x00f3 14568    # 243 ó    LATIN SMALL LETTER O WITH ACUTE
-display \x00fa 1568     # 250 ú    LATIN SMALL LETTER U WITH ACUTE
-display \x00fd 12468    # 253 ý    LATIN SMALL LETTER Y WITH ACUTE
-
-# The 6 letters with a dieresis accent (¨) use the [f-j] dot combinations with
-# dots 3 and 6 added, and the number sign (because it fits the sequence
-# reasonably well):
-
-        #Hex   Dots       Dec Char Description
-display \x00c4 1234678  # 196 Ä    LATIN CAPITAL LETTER A WITH DIAERESIS
-display \x00cb 12345678 # 203 Ë    LATIN CAPITAL LETTER E WITH DIAERESIS
-display \x00cf 1235678  # 207 Ï    LATIN CAPITAL LETTER I WITH DIAERESIS
-display \x00d6 234678   # 214 Ö    LATIN CAPITAL LETTER O WITH DIAERESIS
-display \x00dc 2345678  # 220 Ü    LATIN CAPITAL LETTER U WITH DIAERESIS
-display \x00e4 123468   # 228 ä    LATIN SMALL LETTER A WITH DIAERESIS
-display \x00eb 1234568  # 235 ë    LATIN SMALL LETTER E WITH DIAERESIS
-display \x00ef 123568   # 239 ï    LATIN SMALL LETTER I WITH DIAERESIS
-display \x00f6 23468    # 246 ö    LATIN SMALL LETTER O WITH DIAERESIS
-display \x00fc 234568   # 252 ü    LATIN SMALL LETTER U WITH DIAERESIS
-display \x00ff 34568    # 255 ÿ    LATIN SMALL LETTER Y WITH DIAERESIS
-
-# There is no uppercase y-dieresis in the Latin1 character set. The German
-# lowercase double-s, which also doesn't have an uppercase counterpart in the
-# Latin1 character set, uses its representation:
-
-        #Hex   Dots       Dec Char Description
-display \x00df 345678   # 223 ß    LATIN SMALL LETTER SHARP S
-
-# The remaining accented letters are:
-
-        #Hex   Dots       Dec Char Description
-display \x00c3 578      # 195 Ã    LATIN CAPITAL LETTER A WITH TILDE
-display \x00d1 4678     # 209 Ñ    LATIN CAPITAL LETTER N WITH TILDE
-display \x00d5 5678     # 213 Õ    LATIN CAPITAL LETTER O WITH TILDE
-display \x00c5 34578    # 197 Å    LATIN CAPITAL LETTER A WITH RING ABOVE
-display \x00c7 34678    # 199 Ç    LATIN CAPITAL LETTER C WITH CEDILLA
-display \x00d8 3478     # 216 Ø    LATIN CAPITAL LETTER O WITH STROKE
-display \x00c6 378      # 198 Æ    LATIN CAPITAL LETTER AE
-display \x00d0 678      # 208 Ð    LATIN CAPITAL LETTER ETH
-display \x00de 3678     # 222 Þ    LATIN CAPITAL LETTER THORN
-display \x00e3 58       # 227 ã    LATIN SMALL LETTER A WITH TILDE
-display \x00f1 468      # 241 ñ    LATIN SMALL LETTER N WITH TILDE
-display \x00f5 568      # 245 õ    LATIN SMALL LETTER O WITH TILDE
-display \x00e5 3458     # 229 å    LATIN SMALL LETTER A WITH RING ABOVE
-display \x00e7 3468     # 231 ç    LATIN SMALL LETTER C WITH CEDILLA
-display \x00f8 348      # 248 ø    LATIN SMALL LETTER O WITH STROKE
-display \x00e6 38       # 230 æ    LATIN SMALL LETTER AE
-display \x00f0 68       # 240 ð    LATIN SMALL LETTER ETH
-display \x00fe 368      # 254 þ    LATIN SMALL LETTER THORN
-
-# Some characters are the same as other characters which they resemble but with
-# dot 7 added:
-
-        #Hex   Dots       Dec Char Description
-display \x00ad 367      # 173 ­    SOFT HYPHEN
-display \x00ab 1267     # 171 «    LEFT-POINTING DOUBLE ANGLE QUOTATION MARK
-display \x00bb 3457     # 187 »    RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK
-display \x00a6 1567     # 166 ¦    BROKEN BAR
-display \x00b9 27       # 185 ¹    SUPERSCRIPT ONE
-display \x00b2 237      # 178 ²    SUPERSCRIPT TWO
-display \x00b3 257      # 179 ³    SUPERSCRIPT THREE
-display \x00b1 3467     # 177 ±    PLUS-MINUS SIGN
-display \x00d7 167      # 215 ×    MULTIPLICATION SIGN
-display \x00f7 347      # 247 ÷    DIVISION SIGN
-display \x00b7 467      # 183 ·    MIDDLE DOT
-display \x00a1 23467    # 161 ¡    INVERTED EXCLAMATION MARK
-display \x00bf 14567    # 191 ¿    INVERTED QUESTION MARK
-display \x00a2 12467    # 162 ¢    CENT SIGN
-display \x00a3 34567    # 163 £    POUND SIGN
-
-# A few more characters follow this same convention but their relationships
-# to their base characters is a bit obscure:
-
-        #Hex   Dots       Dec Char Description
-display \x00a4 1467     # 164 ¤    CURRENCY SIGN
-display \x00a5 123467   # 165 ¥    YEN SIGN
-
-# Some characters are represented by the first letters of their names lowered
-# by one row of dots:
-
-        #Hex   Dots       Dec Char Description
-display \x00ac 2567     # 172 ¬    NOT SIGN
-display \x00b6 2357     # 182 ¶    PILCROW SIGN
-display \x00a9 23567    # 169 ©    COPYRIGHT SIGN
-display \x00ae 2367     # 174 ®    REGISTERED SIGN
-display \x00a7 357      # 167 §    SECTION SIGN
-display \x00b0 3567     # 176 °    DEGREE SIGN
-
-# The three fraction characters use combinations of dots 1 and 4 (which
-# progress from left to right as the value of the fraction increases) together
-# with dots 2,3,5,6,7:
-
-        #Hex   Dots       Dec Char Description
-display \x00bc 123567   # 188 ¼    VULGAR FRACTION ONE QUARTER
-display \x00bd 1234567  # 189 ½    VULGAR FRACTION ONE HALF
-display \x00be 234567   # 190 ¾    VULGAR FRACTION THREE QUARTERS
-
-# Each of the three extended accent characters is the same as its conventional
-# compose character but with dot7 added:
-
-        #Hex   Dots       Dec Char Description
-display \x00b4 37       # 180 ´    ACUTE ACCENT
-display \x00b8 67       # 184 ¸    CEDILLA
-display \x00a8 57       # 168 ¨    DIAERESIS
-
-# The two gender symbols are:
-
-        #Hex   Dots       Dec Char Description
-display \x00ba 7        # 186 º    MASCULINE ORDINAL INDICATOR
-display \x00aa 8        # 170 ª    FEMININE ORDINAL INDICATOR
-
-# The three remaining characters are:
-
-        #Hex   Dots       Dec Char Description
-display \x00af 267      # 175 ¯    MACRON
-display \x00b5 567      # 181 µ    MICRO SIGN
-display \x00a0 78       # 160      NO-BREAK SPACE
-
-# The nonbreaking space is dots 7 and 8 because this presents a sequence of
-# nonbreaking spaces as a smooth low line segment.
-# Danish 8-dot Computer Braille Table 
-#
-#  Copyright (C) 2004-2008 ViewPlus Technologies, Inc. www.viewplus.com
-#  Copyright (C) 2004-2006 JJB Software, Inc. www.jjb-software.com
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-
-# by Mike Sivill - <mike.sivill@viewplustechnologies.com>
-
-#**** Display Codes
-display \s 0
-display \x0000 8	# space marker
-display \x0001 178
-display \x0002 1278
-display \x0003 1478
-display \x0004 14578
-display \x0005 24568
-display \x0006 12478
-display \x0007 124578
-display \x0008 12578
-display \x0009 2478
-display \x000A 678
-display \x000B 1368
-display \x000C 12378
-display \x000D 257
-display \x000E 134578
-display \x000F 12358
-display \x0010 123478
-display \x0011 1234578
-display \x0012 13568
-display \x0013 4578
-display \x0014 268
-display \x0015 13678
-display \x0016 278
-display \x0017 3578
-display \x0018 78
-display \x0019 68
-display \x001A 135678
-display \x001B 2678
-display \x001C 45678
-display \x001D 12368
-display \x001E 1234678
-display \x001F 235678
-display \x0020 2356 
-display \x0021 235	# !
-display \x0022 2356 	# Quote marks
-display \x0023 34568	# Number hash mark
-display \x0024 25678 	# $
-display \x0025 24578
-display \x0026 123468
-display \x0027 4	# Apostrophe
-display \x0028 2368	# left paren
-display \x0029 3568	# right paren
-display \x002A 35	# *
-display \x002B 2358	# +
-display \x002C 2	# ,
-display \x002D 368	# -
-display \x002E 3	# .
-display \x002F 348	# /
-display \x0030 2458	# zero
-display \x0031 18	# one
-display \x0032 128	# two
-display \x0033 148	# three
-display \x0034 1458	$ four
-display \x0035  168	$ five
-display \x0036 1248	# six
-display \x0037 12458	# seven
-display \x0038 125	# eight
-display \x0039 24	# nine
-display \x003A 25	# colon
-display \x003B 23	# semicolon
-display \x003C 358	# less than
-display \x003D 23568	# equals
-display \x003E 267	# greater than
-display \x003F 26	# question mark
-display \x0040 478	# at sign
-display \x0041 17	# A
-display \x0042 127 	# B
-display \x0043 147 	# C
-display \x0044 145 	# D
-display \x0045 157 	# E
-display \x0046 1247 	# F
-display \x0047 12457 	# G
-display \x0048 1257 	# H
-display \x0049 247 	# I
-display \x004A 2457 	# J
-display \x004B 137 	# K
-display \x004C 1237 	# L
-display \x004D 1347 	# M
-display \x004E 13457 	# N
-display \x004F 1357 	# O
-display \x0050 12347 	# P
-display \x0051 123457 	# Q
-display \x0052 12357 	# R
-display \x0053 2347 	# S
-display \x0054 23457 	# T
-display \x0055 1367 	# U
-display \x0056 12367 	# V
-display \x0057 24567 	# W
-display \x0058 13467 	# X
-display \x0059 134567 	# Y
-display \x005A 13567 	# Z
-display \x005B 23678	# left bracket
-display \x005C  347	# backslash
-display \x005D 35678	# right bracket
-display \x005E 12348	# caret
-display \x005F 3678	# underline
-display \x0060 5	# grave accent
-display \x0061 1 	# a
-display \x0062 12 	# b
-display \x0063 14 	# c 
-display \x0064 145 	# d
-display \x0065 15 	# e 
-display \x0066 124 	# f
-display \x0067 1245	# g
-display \x0068 125	# h
-display \x0069 24 	# i 
-display \x006A 245 	# j 
-display \x006B 13 	# k
-display \x006C 123 	# l
-display \x006D 134 	# m
-display \x006E 1345	# n
-display \x006F 135 	# o 
-display \x0070 1234	# p
-display \x0071 12345 	# q
-display \x0072 1235	# r
-display \x0073 234 	# s
-display \x0074 2345	# t
-display \x0075 136 	# u  
-display \x0076 1236 	# v
-display \x0077 2456 	# w
-display \x0078 1346 	# x
-display \x0079 13456 	# y
-display \x007A 1345 	# z
-display \x007B 123678	# left brace
-display \x007C 4568	# vertical bar
-display \x007D 345678	# right brace
-display \x007E 467	# tilde
-display \x007F 7	# del
-display \x20AC 1578	# euros
-display \x201A 457	# unknown
-display \x0192 58	# florin
-display \x201E 2378	# unknown
-display \x2026 6	# elipsis
-display \x2020 2357	# single dagger
-display \x2021 23578	# double dagger
-display \x02C6 5678	# unknown
-display \x2030 245678	# unknown
-display \x0260 23478	# unknown
-display \x2039 456	# unknown
-display \x0152 13578	# OE
-display \x017D 3467	# unknown
-display \x2018 47	# unknown apostrophe?
-display \x2019 48	# unknown apostrophe?
-display \x201C 237	# open double quote
-display \x201D 568	# close double quote
-display \x2022 37	# bullet
-display \x2013 36	# en dash
-display \x2014 367	# em dash
-display \x20DC 46	# tilde?
-display \x2122 234578	# trademark
-display \x0161 2348	# unknown
-display \x203A 4567	# unknown
-display \x0153 1358	# oe
-display \x017E 346	# unknown
-display \x0178 2345678	# unknown
-display \x00A0 0	# space
-display \x00A1 256	# inverted exclaim
-display \x00A2 2578	# cent sign
-display \x00A3 1238	# pounds sterling
-display \x00A4 2367	# ham (ng)
-display \x00A5 67	# yen
-display \x00A6 3478	# broken bar
-display \x00A7 578	# section
-display \x00A8 56	# diamond bullet
-display \x00A9 134678	# copyright 
-display \x00AA 234678	# superscript a
-display \x00AB 57	# left double angle bracket
-display \x00AC 34567	# optional hyphen
-display \x00AD 378	# unknown
-display \x00AE 123567	# registered
-display \x00AF 23567	# macron
-display \x00B0 356	# degrees
-display \x00B1 123458	# plus or minus
-display \x00B2 238	# superscript 2
-display \x00B3 258	# superscript 3
-display \x00B4 468	# unknown
-display \x00B5 236	# greek letter mu
-display \x00B6 1234568	# paragraph 
-display \x00B7 38	# space marker
-display \x00B8 4678	# cedilla
-display \x00B9 28        # superscript 1
-display \x00bA 12345678	# degrees
-display \x00bB 567	# right double angle bracket
-display \x00bC 13458	# one-fourth
-display \x00bD 458	# one-half
-display \x00bE 3456	# three-fourths
-display \x00bF 34	# inverted question
-display \x00C0 123567	# a grave
-display \x00C1 1235678	# a acute
-display \x00C2 1678	# a circumflex
-display \x00C3 14678	# a tilde
-display \x00C4 34578	# a umlaut
-display \x00C5 167	# A
-display \x00C6 3457	# AE
-display \x00C7 123467	# c cedilla
-display \x00C8 23467	# e grave
-display \x00C9 1234567	# e acute
-display \x00CA 1267	# e circumflex
-display \x00CB 12467	# e umlaut
-display \x00CC 15678	# i grave
-display \x00CD 12678	# i acute
-display \x00CE 1467	# i circumflex
-display \x00CF 124567	# i umlaut
-display \x00D0 1345678	# eth
-display \x00D1 1245678	# any
-display \x00D2 124678	# o grave
-display \x00D3 34678	# o acute
-display \x00D4 14567	# o circumflex
-display \x00D5 145678	# o tilde
-display \x00D6 24678	# o umlaut
-display \x00D7 13468	# times
-display \x00D8 2467	# O
-display \x00D9 234567	# u grave
-display \x00DA 125678	# u acute
-display \x00DB 1567	# u circumflex
-display \x00DC 12567	# u umlaut
-display \x00DD 13478	# y acute
-display \x00DE 1378	# arrow bullet
-display \x00DF 23468	# s-zet
-display \x00E0 12356	# lc a grave
-display \x00E1 123568	# lc a acute
-display \x00E2 168	# lc a circumflex
-display \x00E3 1468	# lc a tilde
-display \x00E4 3458	# lc a umlaut
-display \x00E5 16	# lc a
-display \x00E6 345	# lc ae
-display \x00E7 12346	# lc c cedilla
-display \x00E8 2346	# lc e grave
-display \x00E9 123456	# lc e acute
-display \x00EA 126	# lc e circumflex
-display \x00EB 1246	# lc e umlaut
-display \x00EC 1568	# lc i grave
-display \x00ED 1268	# lc i acute
-display \x00EE 146	# lc i circumflex
-display \x00EF 12456	# lc i umlaut
-display \x00F0 134568	# lc eth
-display \x00F1 124568	# lc any
-display \x00F2 12468	# lc o grave
-display \x00F3 3468	# lc o acute
-display \x00F4 1456	# lc o circumflex
-display \x00F5 14568	# lc o tilde
-display \x00F6 2468	# lc o umlaut
-display \x00F7 2568	# divided by
-display \x00F8 246	# lc o
-display \x00F9 23456	# lc u grave
-display \x00FA 12568	# lc u acute
-display \x00FB 156	# lc u circumflex
-display \x00FC 1256	# lc u umlaut
-display \x00FD 1348	# y acute
-display \x00FE 138	# thorn
-display \x00FF 234568	# unknown
-display \x0081 45	# unknown
-display \x008D 3567	# unknown
-display \x008F 27	# Oplosningstegn
-display \x0090 357	# unknown
-#-display-name: Khasi braille
-
-#+locale:kha
-#+type:literary
-#+grade:1
-
-# TODO: Please correct the metadata above. It is not meant to be
-# accurate nor complete. It hasn't been verified by the table
-# author yet. It is merely an attempt by the liblouis maintainers
-# to get some sensible initial values in place.
-
-# TODO: Please add a reference to official documentation about
-# the implemented braille code. Preferably submit the documents
-# to https://github.com/liblouis/braille-specs.
-
-include spaces.ctb
-include kh-in-g1.utb
-include braille-patterns.cti
-# Attributes and dot patterns for the printable ASCII characters
-#
-#  Copyright (C) 2008 JJB Software, Inc. www.jjb-software.com
-#  Copyright (C) 2012 Mesar Hameed <mesar.hameed@gmail.com>
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-
-# Attributes and dot patterns for the printable ASCII characters
-
-space \t 0 tab            #  9
-space \x000A 0
-space \x000D 0
-space \x2002 0		EN SPACE
-space \x2003 0		EM SPACE
-space \x2004 0		THREE-PER-EM SPACE
-space \x2005 0		FOUR-PER-EM SPACE
-space \x2006 0		SIX-PER-EM SPACE
-space \x2007 0		FIGURE SPACE
-space \x2008 0		PUNCTUATION SPACE
-space \x2009 0		THIN SPACE
-space \x200a 0		HAIR SPACE
-space \x202f 0		NARROW NO-BREAK SPACE
-space \x205f 0		MEDIUM MATHEMATICAL SPACE
-space \s 0 blank					# 32
-punctuation ! 2346				# 33
-punctuation " 5						# 34
-sign # 3456								# 35
-sign $ 1246								# 36
-sign % 146								# 37
-sign & 12346							# 38
-punctuation ' 3						# 39 apostrophe
-punctuation ( 2356				# 40
-punctuation ) 2356				# 41
-
-sign * 16									# 42
-math + 346								# 43
-punctuation , 6						# 44
-punctuation - 36					# 45
-punctuation . 256					# 256
-punctuation / 34									# 47
-include loweredDigits6Dots.uti
-punctuation : 156					# 58
-punctuation ; 56					# 59
-math < 126								# 60
-math = 123456							# 61
-math > 345								# 62
-punctuation ? 1456				# 63
-sign @ 2346								# 64
-
-include latinLetterDef6Dots.uti
-
-punctuation [ 2467				# 91
-sign \\ 12567							# 92
-punctuation ] 124567			# 93
-sign ^ 457								# 94 circumflex accent
-sign _ 456								# 95 underscore
-sign ` 4									# 96 grave accent
-# a - z										# 97 - 122
-punctuation { 246					# 123
-sign | 1256								# 124
-punctuation } 12456				# 125
-math ~ 45									# 126
-
-space \X00A0 0						# 160 no-break space
-sign \x00A2 4-14					# 162 ¢ cents sign
-sign \x00A3 4-123					# 163 £ pounds sign
-
-sign \x00A5 4-13456				#	165 ¥ yen sign
-
-sign § 4-234-3						# 167 section sign \x00A7
-
-sign \x00A9 2356-6-14-2356 # 169	© copyright sign
-
-punctuation \x00Ad 36-36			# 173	  soft hyphen
-
-sign \x00B0 356						# 176	  ° degrees sign
-sign \x00B4 3 						# 180 ´ accute accent !!!! used for apostrophe override
-sign \x00B5 46-134				# 181		µ micro sign
-sign \x00B6 4-1234-345		#	182	  ¶ pilcrow sign
-
-sign \x00BC 3456-1-256 #Quarter
-sign \x00BD 3456-1-23 #Half
-
-math \x00D7 56-236				# 215		× multiplication sign
-
-math \x00F7 56-256				# 247		÷ division sign
-
-punctuation \x2010 36-36			# 8208  hyphen
-punctuation \x2013 36-36		# 8211	en dash
-punctuation \x2014 36-36		# 8212	em dash
-punctuation – 36-36		# 150	En dash
-
-
-punctuation	\x2018 6-236			# 8216	smart single left quotation mark
-punctuation	\x2019 356-3			# 8217	smart single right quotation mark
-
-punctuation	\x201C 236		# 8220	smart opening double quote
-punctuation	\x201D 356		# 8221	smart closing double quote
-punctuation	\x201E 236		# 8222	smart double low quotation mark
-punctuation	\x201F 356		# 8223	smart double high reverse quotation mark
-
-punctuation \x2026 3-3-3	# 8230 smart ellipsis
-
-sign \x20AC 4-15					# 8364 Euro sign
-
-#
-#  Copyright (C) 2010, 2011 by DocArch <http://www.docarch.be>
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-#
-# ----------------------------------------------------------------------------------------------
-#  odt2braille - Braille authoring in OpenOffice.org.
-# ----------------------------------------------------------------------------------------------
-#
-#  Spanish Braille
-#     Created and maintained by Bert Frees <bertfrees@gmail.com>
-#	  with the assistance of Carles Sadurní Anguita <http://www.transcriptor.net/>
-#
-# ----------------------------------------------------------------------------------------------
-
-# ==============================================================================================
-# SINGLE-CELL
-# ==============================================================================================
-
-# ----------------------------------------------------------------------------------------------
-# Unicode 0000..007F  C0 Controls and Basic Latin
-# ----------------------------------------------------------------------------------------------
-
-include latinLetterDef6Dots.uti
-
-uplow       \x00C1\x00E1  12356,12356         Áá                  LATIN CAPITAL LETTER A WITH ACUTE - LATIN SMALL LETTER A WITH ACUTE
-uplow       \x00C9\x00E9  2346,2346           Éé                  LATIN CAPITAL LETTER E WITH ACUTE - LATIN SMALL LETTER E WITH ACUTE
-uplow       \x00CD\x00ED  34,34               Íí                  LATIN CAPITAL LETTER I WITH ACUTE - LATIN SMALL LETTER I WITH ACUTE
-uplow       \x00D1\x00F1  12456,12456         Ññ                  LATIN CAPITAL LETTER N WITH TILDE - LATIN SMALL LETTER N WITH TILDE
-uplow       \x00D3\x00F3  346,346             Óó                  LATIN CAPITAL LETTER O WITH ACUTE - LATIN SMALL LETTER O WITH ACUTE
-uplow       \x00DA\x00FA  23456,23456         Úú                  LATIN CAPITAL LETTER U WITH ACUTE - LATIN SMALL LETTER U WITH ACUTE
-uplow       \x00DC\x00FC  1256,1256           Üü                  LATIN CAPITAL LETTER U WITH DIAERESIS - LATIN SMALL LETTER U WITH DIAERESIS
-
-space       \x0009        9                                       <control> HORIZONTAL TABULATION
-space       \x000A        0                                       <control> LINE FEED
-space       \x000C        0                                       <control> FORM FEED
-space       \x000D        0                                       <control> CARRIAGE RETURN
-space       \x001B        1b                                      <control> ESCAPE
-space       \x0020        0                                       SPACE
-punctuation \x0021        235                 !                   EXCLAMATION MARK
-punctuation \x0022        236                 "                   QUOTATION MARK
-punctuation \x0027        3                   '                   APOSTROPHE
-punctuation \x0028        126                 (                   LEFT PARENTHESIS
-punctuation \x0029        345                 )                   RIGHT PARENTHESIS
-sign        \x002A        35                  *                   ASTERISK
-math        \x002B        235                 +                   PLUS SIGN
-punctuation \x002C        2                   ,                   COMMA
-punctuation \x002D        36                  -                   HYPHEN-MINUS
-punctuation \x002E        3                   .                   FULL STOP
-include loweredDigits6Dots.uti
-punctuation \x003A        25                  :                   COLON
-punctuation \x003B        23                  ;                   SEMICOLON
-math        \x003C        246                 <                   LESS-THAN SIGN
-math        \x003D        2356                =                   EQUALS SIGN
-math        \x003E        135                 >                   GREATER-THAN SIGN
-punctuation \x003F        26                  ?                   QUESTION MARK
-punctuation \x005B        12356               [                   LEFT SQUARE BRACKET
-punctuation \x005D        23456               ]                   RIGHT SQUARE BRACKET
-sign        \x007C        456                 |                   VERTICAL LINE
-
-
-# ----------------------------------------------------------------------------------------------
-# Unicode 0080..00FF  C1 Controls and Latin-1 Supplement
-# ----------------------------------------------------------------------------------------------
-
-punctuation \x0082        2                   ‚                   <control> BREAK PERMITTED HERE - ANSI: SINGLE LOW-9 QUOTATION MARK - MACROMAN: C CEDILLA
-punctuation \x0084        236                 „                   <control> - ANSI: DOUBLE LOW-9 QUOTATION MARK - MACROMAN: N TILDE
-punctuation \x0093        236                 “                   <control> SET TRANSMIT STATE - ANSI: LEFT DOUBLE QUOTATION MARK - MACROMAN: I GRAVE
-punctuation \x0094        236                 ”                   <control> CANCEL CHARACTER - ANSI: RIGHT DOUBLE QUOTATION MARK - MACROMAN: I CIRCUMFLEX
-punctuation \x0096        36                  –                   <control> START OF GUARDED AREA - ANSI: EN DASH - MACROMAN: N TILDE
-space       \x00A0        a                                       NO-BREAK SPACE
-punctuation \x00A1        235                 ¡                   INVERTED EXCLAMATION MARK
-punctuation \x00AB        236                 «                   LEFT-POINTING DOUBLE ANGLE QUOTATION MARK
-punctuation \x00AD        36                  ­                    SOFT HYPHEN
-punctuation \x00BB        236                 »                   RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK
-punctuation \x00BF        26                  ¿                   INVERTED QUESTION MARK
-math        \x00D7        236                 ×                   MULTIPLICATION SIGN
-math        \x00F7        256                 ÷                   DIVISION SIGN
-
-
-# ----------------------------------------------------------------------------------------------
-# Unicode 2000..206F  General Punctuation
-# ----------------------------------------------------------------------------------------------
-
-punctuation \x2010        36                  ‐                   HYPHEN
-punctuation \x2011        36                  ‑                   NON-BREAKING HYPHEN
-punctuation \x2012        36                  ‒                   FIGURE DASH
-punctuation \x2013        36                  –                   EN DASH
-punctuation \x2018        236                 ‘                   LEFT SINGLE QUOTATION MARK
-punctuation \x2019        236                 ’                   RIGHT SINGLE QUOTATION MARK
-punctuation \x201A        236                 ‚                   SINGLE LOW-9 QUOTATION MARK
-punctuation \x201B        236                 ‛                   SINGLE HIGH-REVERSED-9 QUOTATION MARK
-punctuation \x201C        236                 “                   LEFT DOUBLE QUOTATION MARK
-punctuation \x201D        236                 ”                   RIGHT DOUBLE QUOTATION MARK
-punctuation \x201E        236                 „                   DOUBLE LOW-9 QUOTATION MARK
-punctuation \x201F        236                 ‟                   DOUBLE HIGH-REVERSED-9 QUOTATION MARK
-punctuation \x2043        36                  ⁃                   HYPHEN BULLET
-
-
-# ==============================================================================================
-# MULTI-CELL
-# ==============================================================================================
-
-# ----------------------------------------------------------------------------------------------
-# Unicode 0000..007F  C0 Controls and Basic Latin
-# ----------------------------------------------------------------------------------------------
-
-sign        \x0024        456-234             $                   DOLLAR SIGN
-math        \x0025        456-356             %                   PERCENT SIGN
-sign        \x0026        6-12346             &                   AMPERSAND
-math        \x002F        6-2                 /                   SOLIDUS
-sign        \x0040        5                   @                   COMMERCIAL AT
-sign        \x005C        5-3                 \                   REVERSE SOLIDUS
-math        \x007B        5-123               {                   LEFT CURLY BRACKET
-math        \x007D        456-2               }                   RIGHT CURLY BRACKET
-
-
-# ----------------------------------------------------------------------------------------------
-# Unicode 0080..00FF  C1 Controls and Latin-1 Supplement
-# ----------------------------------------------------------------------------------------------
-
-sign        \x0080        456-15              €                   <control> - ANSI: EURO-CURRENCY SIGN - MACROMAN: A DIAERESIS
-punctuation \x0085        3-3-3               …                   <control> NEXT LINE (NEL) - ANSI: HORIZONTAL ELLIPSIS - MACROMAN: O DIAERESIS
-sign        \x0089        456-356-356         ‰                   <control> CHARACTER TABULATION WITH JUSTIFICATION - ANSI: PER MILLE SIGN - MACROMAN: A CIRCUMFLEX
-punctuation \x0097        36-36               —                   <control> END OF GUARDED AREA - ANSI: EM DASH - MACROMAN: O ACUTE
-sign        \x00A2        45-14               ¢                   CENT SIGN
-sign        \x00A3        5-2346              £                   POUND SIGN
-sign        \x00A5        456-13456           ¥                   YEN SIGN
-sign        \x00A9        126-46-14-345       ©                   COPYRIGHT SIGN
-sign        \x00AE        126-46-1235-345     ®                   REGISTERED SIGN
-math        \x00B1        235-25-36           ±                   PLUS-MINUS SIGN
-sign        \x00B2        16-3456-12          ²                   SUPERSCRIPT TWO
-sign        \x00B3        16-3456-14          ³                   SUPERSCRIPT THREE
-sign        \x00B5        4-134               µ                   MICRO SIGN
-math        \x00BC        3456-2-145          ¼                   VULGAR FRACTION ONE QUARTER
-math        \x00BD        3456-2-12           ½                   VULGAR FRACTION ONE HALF
-math        \x00BE        3456-25-145         ¾                   VULGAR FRACTION THREE QUARTERS
-
-
-# ----------------------------------------------------------------------------------------------
-# Unicode 0370..03FF  Greek and Coptic
-# ----------------------------------------------------------------------------------------------
-
-lowercase   \x03B1        4-1                 α                   GREEK SMALL LETTER ALPHA
-lowercase   \x03B2        4-12                β                   GREEK SMALL LETTER BETA
-lowercase   \x03B3        4-1245              γ                   GREEK SMALL LETTER GAMMA
-lowercase   \x03B4        4-145               δ                   GREEK SMALL LETTER DELTA
-lowercase   \x03B5        4-15                ε                   GREEK SMALL LETTER EPSILON
-lowercase   \x03B6        4-1356              ζ                   GREEK SMALL LETTER ZETA
-lowercase   \x03B7        4-156               η                   GREEK SMALL LETTER ETA
-lowercase   \x03B8        4-1456              θ                   GREEK SMALL LETTER THETA
-lowercase   \x03B9        4-24                ι                   GREEK SMALL LETTER IOTA
-lowercase   \x03BA        4-13                κ                   GREEK SMALL LETTER KAPPA
-lowercase   \x03BB        4-123               λ                   GREEK SMALL LETTER LAMDA
-lowercase   \x03BC        4-134               μ                   GREEK SMALL LETTER MU
-lowercase   \x03BD        4-1345              ν                   GREEK SMALL LETTER NU
-lowercase   \x03BE        4-1346              ξ                   GREEK SMALL LETTER XI
-lowercase   \x03BF        4-135               ο                   GREEK SMALL LETTER OMICRON
-lowercase   \x03C0        4-1234              π                   GREEK SMALL LETTER PI
-lowercase   \x03C1        4-1235              ρ                   GREEK SMALL LETTER RHO
-lowercase   \x03C2        4-234               ς                   GREEK SMALL LETTER FINAL SIGMA
-lowercase   \x03C3        4-234               σ                   GREEK SMALL LETTER SIGMA
-lowercase   \x03C4        4-2345              τ                   GREEK SMALL LETTER TAU
-lowercase   \x03C5        4-136               υ                   GREEK SMALL LETTER UPSILON
-lowercase   \x03C6        4-124               φ                   GREEK SMALL LETTER PHI
-lowercase   \x03C7        4-12346             χ                   GREEK SMALL LETTER CHI
-lowercase   \x03C8        4-13456             ψ                   GREEK SMALL LETTER PSI
-lowercase   \x03C9        4-2456              ω                   GREEK SMALL LETTER OMEGA
-
-
-# ----------------------------------------------------------------------------------------------
-# Unicode 2000..206F  General Punctuation
-# ----------------------------------------------------------------------------------------------
-
-punctuation \x2014        36-36               —                   EM DASH
-punctuation \x2015        36-36               ―                   HORIZONTAL BAR
-punctuation \x2026        3-3-3               …                   HORIZONTAL ELLIPSIS
-
-
-# ----------------------------------------------------------------------------------------------
-# Unicode 20A0..20CF  Currency Symbols
-# ----------------------------------------------------------------------------------------------
-
-sign        \x20AC        456-15              €                   EURO SIGN
-
-
-# ----------------------------------------------------------------------------------------------
-#
-#  Copyright (C) 2014 by Branislav Mamojka <mamojka@unss.sk>
-#  Copyright (C) 2016 by Peter Vagner <peter.v@datagate.sk>
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-#
-#--------------------------------------------------------------------------------
-#
-#  Slovak Braille
-#
-#     Created and maintained by Branislav Mamojka <mamojka@unss.sk>
-#                               Peter Vagner <peter.v@datagate.sk>
-#
-#     Based on the official Slovak Braille Standard
-#     Derived from the Czech braille table by Bert Frees and Jan Halousek
-# -------------------------------------------------------------------------------
-
-include sk-chardefs.cti
-include braille-patterns.cti
-include sk-translation.cti
-
-# -------------------------------------------------------------------------------
-#
-# Copyright (C) 1995-2004 by The BRLTTY Team. All rights reserved.
-#
-# This file is free software; you can redistribute it and/or
-# modify it under the terms of the GNU Lesser General Public
-# License as published by the Free Software Foundation; either
-# version 2.1 of the License, or (at your option) any later version.
-
-# This file is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-# Lesser General Public License for more details.
-
-# You should have received a copy of the GNU Lesser General Public
-# License along with this file; if not, write to the Free Software
-# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
-# This is free software, placed under the terms of the
-# GNU General Public License, as published by the Free Software
-# Foundation.  Please see the file COPYING for details.
-
-# show any "word" which contains a country code in 8-dot computer braille.
-compbrl .ad Andorra
-compbrl .ae United Arab Emirates
-compbrl .af Afghanistan
-compbrl .ag Antigua and Barbuda
-compbrl .ai Anguilla
-compbrl .al Albania
-compbrl .am Armenia
-compbrl .an Netherlands Antilles
-compbrl .ao Angola
-compbrl .aq Antarctica
-compbrl .ar Argentina
-compbrl .as American Samoa
-compbrl .at Austria
-compbrl .au Australia
-compbrl .aw Aruba
-compbrl .az Azerbaijan
-compbrl .ba Bosnia-Herzegovina
-compbrl .bb Barbados
-compbrl .bd Bangladesh
-compbrl .be Belgium
-compbrl .bf Burkina Faso
-compbrl .bg Bulgaria
-compbrl .bh Bahrain
-compbrl .bi Burundi
-compbrl .bj Benin
-compbrl .bm Bermuda
-compbrl .bn Brunei Darussalam
-compbrl .bo Bolivia
-compbrl .br Brazil
-compbrl .bs Bahamas
-compbrl .bt Bhutan
-compbrl .bv Bouvet Island
-compbrl .bw Botswana
-compbrl .by Belarus
-compbrl .bz Belize
-compbrl .ca Canada
-compbrl .cc Cocos (Keeling) Islands
-compbrl .cd The Democratic Republic of The Congo
-compbrl .cf Central African Republic
-compbrl .cg Congo
-compbrl .ch Switzerland
-compbrl .ci Ivory Coast
-compbrl .ck Cook Islands
-compbrl .cl Chile
-compbrl .cm Cameroon
-compbrl .cn China
-compbrl .co Colombia
-compbrl .cr Costa Rica
-compbrl .cu Cuba
-compbrl .cv Cape Verde
-compbrl .cx Christmas Island
-compbrl .cy Cyprus
-compbrl .cz Czech Republic
-compbrl .de Germany
-compbrl .dj Djibouti
-compbrl .dk Denmark
-compbrl .dm Dominica
-compbrl .do Dominican Republic
-compbrl .dz Algeria
-compbrl .ec Ecuador
-compbrl .ee Estonia
-compbrl .eg Egypt
-compbrl .eh Western Sahara
-compbrl .er Eritrea
-compbrl .es Spain
-compbrl .et Ethiopia
-compbrl .fi Finland
-compbrl .fj Fiji
-compbrl .fk Falkland Islands (Malvinas)
-compbrl .fm Micronesia
-compbrl .fo Faroe Islands
-compbrl .fr France
-compbrl .ga Gabon
-compbrl .gb United Kingdom
-compbrl .gd Grenada
-compbrl .ge Georgia
-compbrl .gf French Guiana
-compbrl .gh Ghana
-compbrl .gi Gibraltar
-compbrl .gl Greenland
-compbrl .gm Gambia
-compbrl .gn Guinea
-compbrl .gp Guadeloupe (Fr.)
-compbrl .gq Equatorial Guinea
-compbrl .gr Greece
-compbrl .gs South Georgia And The South Sandwich Islands
-compbrl .gt Guatemala
-compbrl .gu Guam (U.S.)
-compbrl .gw Guinea-Bissau
-compbrl .gy Guyana
-compbrl .hk Hong Kong
-compbrl .hm Heard Island And Mcdonald Islands
-compbrl .hn Honduras
-compbrl .hr Croatia
-compbrl .ht Haiti
-compbrl .hu Hungary
-compbrl .id Indonesia
-compbrl .ie Ireland
-compbrl .il Israel
-compbrl .im Isle of Man
-compbrl .in India
-compbrl .io British Indian Ocean Territory
-compbrl .iq Iraq
-compbrl .ir Iran
-compbrl .is Iceland
-compbrl .it Italy
-compbrl .jm Jamaica
-compbrl .jo Jordan
-compbrl .jp Japan
-compbrl .ke Kenya
-compbrl .kg Kyrgyzstan
-compbrl .kh Cambodia
-compbrl .ki Kiribati
-compbrl .km Comoros
-compbrl .kn Saint Kitts and Nevis
-compbrl .kp Korea (North)
-compbrl .kr Korea (South)
-compbrl .kw Kuwait
-compbrl .ky Cayman Islands
-compbrl .kz Kazakstan
-compbrl .la Lao People's Democratic Republic
-compbrl .lb Lebanon
-compbrl .lc Saint Lucia
-compbrl .li Liechtenstein
-compbrl .lk Sri Lanka
-compbrl .lr Liberia
-compbrl .ls Lesotho
-compbrl .lt Lithuania
-compbrl .lu Luxembourg
-compbrl .lv Latvia
-compbrl .ly Libyan Arab Jamahiriya
-compbrl .ma Morocco
-compbrl .mc Monaco
-compbrl .md Moldova
-compbrl .mg Madagascar
-compbrl .mh Marshall Islands
-compbrl .mk Macedonia
-compbrl .ml Mali
-compbrl .mm Myanmar
-compbrl .mn Mongolia
-compbrl .mo Macau
-compbrl .mp Northern Mariana Islands
-compbrl .mq Martinique
-compbrl .mr Mauritania
-compbrl .ms Montserrat
-compbrl .mt Malta
-compbrl .mu Mauritius
-compbrl .mv Maldives
-compbrl .mw Malawi
-compbrl .mx Mexico
-compbrl .my Malaysia
-compbrl .mz Mozambique
-compbrl .na Namibia
-compbrl .nc New Caledonia (Fr.)
-compbrl .ne Niger
-compbrl .nf Norfolk Island
-compbrl .ng Nigeria
-compbrl .ni Nicaragua
-compbrl .nl Netherlands
-compbrl .no Norway
-compbrl .np Nepal
-compbrl .nr Nauru
-compbrl .nu Niue
-compbrl .nz New Zealand
-compbrl .om Oman
-compbrl .pa Panama
-compbrl .pe Peru
-compbrl .pf Polynesia (Fr.)
-compbrl .pg Papua New Guinea
-compbrl .ph Philippines
-compbrl .pk Pakistan
-compbrl .pl Poland
-compbrl .pm Saint Pierre and Miquelon
-compbrl .pn Pitcairn
-compbrl .pr Puerto Rico (U.S.)
-compbrl .ps Palestinian Territory, Occupied
-compbrl .pt Portugal
-compbrl .pw Palau
-compbrl .py Paraguay
-compbrl .qa Qatar
-compbrl .re Reunion (Fr.)
-compbrl .ro Romania
-compbrl .ru Russia
-compbrl .rw Rwanda
-compbrl .sa Saudi Arabia
-compbrl .sb Solomon Islands
-compbrl .sc Seychelles
-compbrl .sd Sudan
-compbrl .se Sweden
-compbrl .sg Singapore
-compbrl .sh Saint Helena
-compbrl .si Slovenia
-compbrl .sj Svalbard and Jan Mayen
-compbrl .sk Slovakia
-compbrl .sl Sierra Leone
-compbrl .sm San Marino
-compbrl .sn Senegal
-compbrl .so Somalia
-compbrl .sr Suriname
-compbrl .st Sao Tome And Principe
-compbrl .su U.S.S.R.
-compbrl .sv El Salvador
-compbrl .sy Syrian Arab Republic
-compbrl .sz Swaziland
-compbrl .tc Turks And Caicos Islands
-compbrl .td Chad
-compbrl .tf French Southern Territories
-compbrl .tg Togo
-compbrl .th Thailand
-compbrl .tj Tajikistan
-compbrl .tk Tokelau
-compbrl .tm Turkmenistan
-compbrl .tn Tunisia
-compbrl .to Tonga
-compbrl .tp East Timor
-compbrl .tr Turkey
-compbrl .tt Trinidad and Tobago
-compbrl .tv Tuvalu
-compbrl .tw Taiwan
-compbrl .tz Tanzania
-compbrl .ua Ukraine
-compbrl .ug Uganda
-compbrl .uk United Kingdom
-compbrl .um United States Minor Outlying Islands
-compbrl .us United States
-compbrl .uy Uruguay
-compbrl .uz Uzbekistan
-compbrl .va Holy See (Vatican City State)
-compbrl .vc St. Vincent and the Grenadines
-compbrl .ve Venezuela
-compbrl .vg Virgin Islands, British
-compbrl .vi Virgin Islands, U.S.
-compbrl .vn Vietnam
-compbrl .vu Vanuatu
-compbrl .wf Wallis and Futuna
-compbrl .ws Samoa
-compbrl .ye Yemen
-compbrl .yt Mayotte
-compbrl .yu Yugoslavia
-compbrl .za South Africa
-compbrl .zm Zambia
-compbrl .zw Zimbabwe
-# Russian Braille Table for TSS
-#
-#  Copyright (C) 2007-2008 ViewPlus Technologies, Inc. www.viewplus.com
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-
-# by Mike Sivill <mike.sivill@viewplus.com>
-
-#include text_nabcc.dis All display opcodes
-include ru-ru.dis All display opcodes	#replace text_nabcc.dis Yuemei Sun 03/12/08
-
-
-# ----------- define all chars --------------------------------------
-
-space \t 0
-space \x000A 0
-space \x000D 0
-space \s 0 blank	
-replace \x0007
-punctuation ! 2346				# 33
-punctuation " 5						# 34
-sign # 3456								# 35
-sign $ 1246								# 36
-sign % 146		# 37
-sign & 12346							# 38
-punctuation ' 3						# 39 apostrophe
-punctuation ( 12356				# 40
-punctuation ) 23456				# 41
-sign * 16									# 42
-math + 346								# 43
-punctuation , 6						# 44
-punctuation - 36					# 45
-punctuation . 46					# 46
-math / 34									# 47
-punctuation \x00AB 236
-punctuation \x00BB 356
-include loweredDigits6Dots.uti
-punctuation : 156					# 58
-punctuation ; 56					# 59
-math < 126								# 60
-math = 123456							# 61
-math > 345								# 62
-punctuation ? 1456				# 63
-sign @ 47									# 64
-
-
-# The Alphabet
-uplow \x0410\x0430 1
-uplow \x0411\x0431 12
-uplow \x0412\x0432 2456
-uplow \x0413\x0433 1245
-uplow \x0414\x0434 145
-uplow \x0415\x0435 15
-uplow \x0416\x0436 245
-uplow \x0417\x0437 1356
-uplow \x0418\x0438 24
-uplow \x0419\x0439 12346
-uplow \x041A\x043A 13
-uplow \x041B\x043B 123
-uplow \x041C\x043C 134
-uplow \x041D\x043D 1345
-uplow \x041E\x043E 135
-uplow \x041F\x043F 1234
-uplow \x0420\x0440 1235
-uplow \x0421\x0441 234
-uplow \x0422\x0442 2345
-uplow \x0423\x0443 136
-uplow \x0424\x0444 124
-uplow \x0425\x0445 125
-uplow \x0426\x0446 14
-uplow \x0427\x0447 12345
-uplow \x0428\x0448 156
-uplow \x0429\x0449 1346
-uplow \x042A\x044A 12356
-uplow \x042B\x044B 2346
-uplow \x042C\x044C 23456
-uplow \x042D\x044D 246
-uplow \x042E\x044E 1256
-uplow \x042F\x044F 1246 
-uplow \x0401\x0451 16 
-
-punctuation [ 2467				# 91
-sign \\ 12567							# 92
-punctuation ] 124567			# 93
-sign ^ 457								# 94 circumflex accent
-sign _ 456								# 95 underscore
-sign ` 4									# 96 grave accent
-# a - z										# 97 - 122
-punctuation { 246					# 123
-sign | 1256								# 124
-punctuation } 12456				# 125
-math ~ 45									# 126
-
-space \X00A0 0						# 160 no-break space
-sign \x00A2 4-14					# 162 ¢ cents sign
-sign \x00A3 4-123					# 163 £ pounds sign
-
-sign \x00A5 4-13456				#	165 ¥ yen sign
-
-sign § 4-234-3						# 167 section sign \x00A7
-
-sign \x00A9 2356-6-14-2356 # 169	© copyright sign
-sign \x00AE 2356-6-1235-2356	# Registered
-sign \X2116 1345 NUMERO SIGN 
-punctuation \x00Ad 36			# 173	  soft hyphen
-sign \x00B0 356 degrees
-sign \x00B4 4
-always \x00B4 4 # acute accent sign
-sign \x00B5 2-134 # micro sign, (mu)
-sign \x00B6 4-1234-345		#	182	  ¶ pilcrow sign
-math \x00D7 56-236				# 215		× multiplication sign
-
-math \x00F7 56-256				# 247		÷ division sign
-
-punctuation \x2010 36			# 8208  hyphen
-punctuation \x2011 23478	# 8209  non-breaking hyphen
-
-punctuation \x2013 36-36		# 8211	en dash
-punctuation \x2014 36-36		# em dash
-punctuation	\x2018 6-236			# 8216	smart single left quotation mark
-punctuation	\x2019 356-3			# 8217	smart single right quotation mark
-
-punctuation	\x201C 236		# 8220	smart opening double quote
-punctuation	\x201D 356		# 8221	smart closing double quote
-punctuation	\x201E 236		# 8222	smart double low quotation mark
-punctuation	\x201F 356		# 8223	smart double high reverse quotation mark
-
-punctuation \x2026 256-256-256 	# 8230 smart ellipsis
-sign \x20AC 4-15					# 8364 Euro sign anywhere else
-
-# --------------------------- end definitions ---------------------------------
-
-
-# Braille indicators
-numsign 3456  number sign, just a dots operand
-capsletter 45
-emphclass italic
-begemph italic 456
-begemphphrase italic 456
-
-# the decimal digits
-include litdigits6Dots.uti
-
-# Letters are defined in en-chardefs
-include chardefs.cti
-
-
-# accented letters
-
-uplow \x00C0\x00E0 1				# a with grave
-uplow \x00C1\x00E1 1				# a with acute
-uplow \x00C2\x00E2 1				# a with circumflex
-uplow \x00C3\x00E3 1				# a with tilde
-uplow \x00C4\x00E4 1				# a with dieresis
-uplow \x00C5\x00E5 1				# a with ring above
-uplow \x00C6\x00E6 1				# letter ae
-uplow \x00C7\x00E7 14				# c with cedilla
-uplow \x00C8\x00E8 15				# e with grave
-uplow \x00C9\x00E9 15				# e with acute
-uplow \x00CA\x00EA 15				# e with circumflex
-uplow \x00CB\x00EB 15				# e with dieresis
-uplow \x00CC\x00EC 24				# i with grave above
-uplow \x00CD\x00ED 24				# i with acute above
-uplow \x00CE\x00EE 24				# i with circumflex
-uplow \x00CF\x00EF 24				# i with dieresis
-uplow \x00D0\x00F0 15				# letter eth
-uplow \x00D1\x00F1 1345			# n with tilde
-uplow \x00D2\x00F2 135			# o with grave above
-uplow \x00D3\x00F3 135			# o with acute above
-uplow \x00D4\x00F4 135			# o with circumflex
-uplow \x00D5\x00F5 135			# o with tilde
-uplow \x00D6\x00F6 135			# o with dieresis
-# \x00D7	× multiplication sign	----------------------
-uplow \x00D8\x00F8 135			# o with stroke
-uplow \x00D9\x00F9 136			# u with grave above
-uplow \x00DA\x00FA 136			# u with acute above
-uplow \x00DB\x00FB 136			# u with circumflex above
-uplow \x00DC\x00FC 136				# u with dieeresis
-uplow \x00DD\x00FD 13456		# y with acute above
-uplow \x00DE\x00FE 4-1456                 # letter thorn
-letter \x00DF 2346		# small sharp s
-uplow \x0174\x0175 4-2456 w with circumflex
-uplow \x0176\x0177 4-13456 # y with circumflex
-uplow \x0178\x00ff 4-13456 # y with diaeresis
-uplow \x1ef2\x1ef3 4-13456 # y with grave
-largesign \x00C0 4-1      [C0] upper a grave
-largesign \x00E0   4-1      [E0] lower a grave
-largesign \x00C1 4-1      [C1] upper a acute
-largesign \x00E1   4-1      [E1] lower a acute
-largesign \x00C2 4-1      [C2] upper a circumflex
-largesign \x00E2   4-1      [E2] lower a circumflex
-largesign \x00C3 4-1      [C3] upper a tilde
-largesign \x00E3   4-1      [E3] lower a tilde
-largesign \x00C4 4-1      [C4] upper a dieresis
-largesign \x00E4   4-1      [E4] lower a dieresis
-
-largesign \x00C5 4-1      [C5] upper a ring
-largesign \x00E5   4-1      [E5] lower a ring
-
-largesign \x00C6 1-15     [C6] upper ae
-largesign \x00E6   1-15			[E6] lower ae
-
-largesign \x00C7 4-14     [C7] upper c cedilla
-largesign \x00E7   4-14     [E7] lower c cedilla
-
-largesign \x00C8 4-15     [C8] upper e grave
-largesign \x00E8   4-15     [E8] lower e grave
-
-largesign \x00C9 4-15     [C9] upper e acute
-largesign \x00E9   4-15     [E9] lower e acute
-
-largesign \x00CA 4-15     [CA] upper e circumflex
-largesign \x00EA   4-15     [EA] lower e circumflex
-
-largesign \x00CB 4-15     [CB] upper e dieresis
-largesign \x00EB   4-15     [EB] lower e dieresis
-
-largesign \x00CC 4-24     [CC] upper i grave
-largesign \x00EC   4-24     [EC] lower i grave
-
-largesign \x00CD 4-24     [CD] upper i acute
-largesign \x00ED   4-24     [ED] lower i acute
-
-largesign \x00CE 4-24     [CE] upper i circumflex
-largesign \x00EE   4-24     [EE] lower i circumflex
-
-largesign \x00CF 4-24     [CF] upper i dieresis
-largesign \x00EF   4-24     [EF] lower i dieresis
-
-largesign \x00D0 4-15     [D0] upper eth
-largesign \x00F0   4-15     [F0] lower eth
-
-largesign \x00D1 4-1345   [D1] upper n tilde
-largesign \x00F1   4-1345   [F1] lower n tilde
-
-largesign \x00D2 4-135    [D2] upper o grave
-largesign \x00F2   4-135    [F2] lower o grave
-
-largesign \x00D3 4-135    [D3] upper o acute
-largesign \x00F3   4-135    [F3] lower o acute
-
-largesign \x00D4 4-135    [D4] upper o circumflex
-largesign \x00F4   4-135    [F4] lower o circumflex
-
-largesign \x00D5 4-135    [D5] upper o tilde
-largesign \x00F5   4-135    [F5] lower o tilde
-
-largesign \x00D6 4-135    [D6] upper o dieresis
-largesign \x00F6   4-135			[F6] lower o dieresis
-
-largesign \x00D8 4-135    [D8] upper o slash
-largesign \x00f8   4-135    [F8] lower o slash
-
-largesign \x00D9 4-136    [D9] upper u grave
-largesign \x00F9   4-136    [F9] lower u grave
-
-largesign \x00DA 4-136    [DA] upper u acute
-largesign \x00FA   4-136    [FA] lower u acute
-
-largesign \x00DB 4-136    [DB] upper u circumflex
-largesign \x00FB   4-136    [FB] lower u circumflex
-
-largesign \x00DC 4-136    [DC] upper u dieresis
-largesign \x00FC   4-136    [FC] lower u dieresis
-
-largesign \x00DD 4-13456  [DD] upper y acute
-largesign \x00FD   4-13456  [FD] lower y acute
-
-largesign \x00DE 4-2345   [DE] upper t horn
-largesign \x00FE   4-2345   [FE] lower t horn
-
-largesign \x00DF 234-234 (DF) lower ss
-
-largesign \x0174 4-2456 lower w circumflex
-largesign \x0175 4-2456 upper w circumflex
-
-largesign \x0176 4-13456 upper y circumflex
-largesign \x0177 4-13456 lower y circumflex
-
-largesign \x0178 4-13456 upper y with dieresis
-largesign \x00FF 4-13456 lower y with dieresis
-
-largesign \x1EF2 4-13456 upper y with grave
-largesign \x1EF3 4-13456 lower y with grave
-
-# punctuation
-punctuation \x2013 36-36		# 8211	en dash
-punctuation \x2014 36-36		# em dash
-prepunc ( 126
-postpunc ) 345
-begword ` 6-236
-prepunc " 236
-postpunc " 356
-always \x00AB 236 (opening quotation mark) 
-always \x00BB 356 (closing quotation mark)
-prepunc ' 6-236
-postpunc ' 356-3
-word 'em = 
-word 'tis =
-word 'twas =
-begnum # 1345 print number sign before number
-begnum ° 145-1245 degrees sign
-endnum ° 56-145-1245 ;dg degrees sign
-begnum  \x20AC 15       # euro sign at beginning of number
-endnum  \x20AC 4-15       # euro sign atend  of number
-postpunc , 2
-hyphen - 36
-#capsnocont
-postpunc . 256
-postpunc ; 23
-postpunc : 25
-postpunc ! 235
-always / 34
-always < 5-13
-always > 46-2
-postpunc ? 26
-midnum + 0-235-3456
-always + 235
-endnum % 3456-245-356 
-always ^ 4
-always ~ 12456
-always & 12346
-always * 35
-midword \x2019 3	# stupid smart apostrophe
-always [ 45
-always ] 3456
-always { 46
-always } 6
-prepunc ` 6-236
-always @ 146
-always \\ 456-16
-always | 456
-always ... 256-256-256
-always .\s.\s. 256-256-256 . . .
-always $ 256-3456
-
-# special character sequences
-sign \x00BD 3456-1-34-12	# 1/2 fraction
-sign \x00BC 3456-1-34-145	# 1/4 fraction
-sign \x00BE 3456-14-34-145	# 3/4 fraction
-noback sign \X25CF 16	# 9679 black circle
-#-display-name: Konkani braille
-
-#+locale:kok
-#+type:literary
-
-# TODO: Please correct the metadata above. It is not meant to be
-# accurate nor complete. It hasn't been verified by the table
-# author yet. It is merely an attempt by the liblouis maintainers
-# to get some sensible initial values in place.
-
-# TODO: Please add a reference to official documentation about
-# the implemented braille code. Preferably submit the documents
-# to https://github.com/liblouis/braille-specs.
-
-include spaces.ctb
-include kok.ctb
-include braille-patterns.cti
-# Liblouis: Danish table for 8 dots grade 1
-#
-#  Copyright (C) 2014-2017, Bue Vester-Andersen <bue@vester-andersen.dk>
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-#
-#------------
-#
-# This  is the Danish table for 8 dots grade 1 (fuldskrift).
-# Use this table for translation and back-translation of Danish 8 dots grade 1.
-#
-# Version: Bue Vester-Andersen, 170604
-
-### Table Metadata
-
-#-name: Dansk fuldskrift 8-punkt
-#-display-name: Danish 8-dot uncontracted braille
-
-#+locale: da
-#+type: literary
-#+contraction: no
-#+grade: 1
-#+dots: 8
-#+direction: both
-
-# Display upcodes
-include da-dk-octobraille.dis
-
-### Character definitions ###
-
-sign \x0000 8 NULL
-sign \x0001 178 START OF HEADING
-sign \x0002 1278 START OF TEXT
-sign \x0003 1478 END OF TEXT
-sign \x0004 14578 END OF TRANSMISSION
-sign \x0005 24568 ENQUIRY
-sign \x0006 12478 ACKNOWLEDGE
-sign \x0007 124578 BELL
-sign \x0008 12578 BACKSPACE
-space \t 2478 CHARACTER TABULATION
-space \n 678 LINE FEED (LF)
-space \v 1368 LINE TABULATION
-space \f 12378 FORM FEED (FF)
-space \r 257 CARRIAGE RETURN (CR)
-sign \x000e 134578 SHIFT OUT
-sign \x000f 12358 SHIFT IN
-sign \x0010 123478 DATA LINK ESCAPE
-sign \x0011 1234578 DEVICE CONTROL ONE
-sign \x0012 13568 DEVICE CONTROL TWO
-sign \x0013 4578 DEVICE CONTROL THREE
-sign \x0014 268 DEVICE CONTROL FOUR
-sign \x0015 13678 NEGATIVE ACKNOWLEDGE
-sign \x0016 278 SYNCHRONOUS IDLE
-sign \x0017 3578 END OF TRANSMISSION BLOCK
-sign \x0018 78 CANCEL
-sign \x0019 68 END OF MEDIUM
-sign \x001a 135678 SUBSTITUTE
-sign \x001b 2678 ESCAPE
-sign \x001c 45678 INFORMATION SEPARATOR FOUR
-sign \x001d 12368 INFORMATION SEPARATOR THREE
-sign \x001e 1234678 INFORMATION SEPARATOR TWO
-sign \x001f 235678 INFORMATION SEPARATOR ONE
-space \s 0 SPACE
-punctuation ! 235 EXCLAMATION MARK
-punctuation " 2356 QUOTATION MARK
-punctuation # 34568 NUMBER SIGN
-sign $ 25678 DOLLAR SIGN
-math % 24578 PERCENT SIGN
-sign & 123468 AMPERSAND
-punctuation ' 4 APOSTROPHE
-punctuation ( 2368 LEFT PARENTHESIS
-punctuation ) 3568 RIGHT PARENTHESIS
-punctuation * 35 ASTERISK
-math + 2358 PLUS SIGN
-punctuation , 2 COMMA
-punctuation - 368 HYPHEN-MINUS
-punctuation . 3 FULL STOP
-punctuation / 348 SLASH
-include digits8Dots.uti
-punctuation : 25 COLON
-punctuation ; 23 SEMICOLON
-math < 358 LESS-THAN SIGN
-math = 23568 EQUALS SIGN
-math > 267 GREATER-THAN SIGN
-punctuation ? 26 QUESTION MARK
-sign @ 478 COMMERCIAL AT
-uppercase A 17 LATIN CAPITAL LETTER A
-uppercase B 127 LATIN CAPITAL LETTER B
-uppercase C 147 LATIN CAPITAL LETTER C
-uppercase D 1457 LATIN CAPITAL LETTER D
-uppercase E 157 LATIN CAPITAL LETTER E
-uppercase F 1247 LATIN CAPITAL LETTER F
-uppercase G 12457 LATIN CAPITAL LETTER G
-uppercase H 1257 LATIN CAPITAL LETTER H
-uppercase I 247 LATIN CAPITAL LETTER I
-uppercase J 2457 LATIN CAPITAL LETTER J
-uppercase K 137 LATIN CAPITAL LETTER K
-uppercase L 1237 LATIN CAPITAL LETTER L
-uppercase M 1347 LATIN CAPITAL LETTER M
-uppercase N 13457 LATIN CAPITAL LETTER N
-uppercase O 1357 LATIN CAPITAL LETTER O
-uppercase P 12347 LATIN CAPITAL LETTER P
-uppercase Q 123457 LATIN CAPITAL LETTER Q
-uppercase R 12357 LATIN CAPITAL LETTER R
-uppercase S 2347 LATIN CAPITAL LETTER S
-uppercase T 23457 LATIN CAPITAL LETTER T
-uppercase U 1367 LATIN CAPITAL LETTER U
-uppercase V 12367 LATIN CAPITAL LETTER V
-uppercase W 24567 LATIN CAPITAL LETTER W
-uppercase X 13467 LATIN CAPITAL LETTER X
-uppercase Y 134567 LATIN CAPITAL LETTER Y
-uppercase Z 13567 LATIN CAPITAL LETTER Z
-punctuation [ 23678 LEFT SQUARE BRACKET
-punctuation \\ 347 REVERSE SLASH
-punctuation ] 35678 RIGHT SQUARE BRACKET
-punctuation ^ 12348 CIRCUMFLEX ACCENT
-punctuation _ 3678 LOW LINE
-punctuation ` 5 GRAVE ACCENT
-lowercase a 1 LATIN SMALL LETTER A
-lowercase b 12 LATIN SMALL LETTER B
-lowercase c 14 LATIN SMALL LETTER C
-lowercase d 145 LATIN SMALL LETTER D
-lowercase e 15 LATIN SMALL LETTER E
-lowercase f 124 LATIN SMALL LETTER F
-lowercase g 1245 LATIN SMALL LETTER G
-lowercase h 125 LATIN SMALL LETTER H
-lowercase i 24 LATIN SMALL LETTER I
-lowercase j 245 LATIN SMALL LETTER J
-lowercase k 13 LATIN SMALL LETTER K
-lowercase l 123 LATIN SMALL LETTER L
-lowercase m 134 LATIN SMALL LETTER M
-lowercase n 1345 LATIN SMALL LETTER N
-lowercase o 135 LATIN SMALL LETTER O
-lowercase p 1234 LATIN SMALL LETTER P
-lowercase q 12345 LATIN SMALL LETTER Q
-lowercase r 1235 LATIN SMALL LETTER R
-lowercase s 234 LATIN SMALL LETTER S
-lowercase t 2345 LATIN SMALL LETTER T
-lowercase u 136 LATIN SMALL LETTER U
-lowercase v 1236 LATIN SMALL LETTER V
-lowercase w 2456 LATIN SMALL LETTER W
-lowercase x 1346 LATIN SMALL LETTER X
-lowercase y 13456 LATIN SMALL LETTER Y
-lowercase z 1356 LATIN SMALL LETTER Z
-punctuation { 123678 LEFT CURLY BRACKET
-punctuation | 4568 VERTICAL LINE
-punctuation } 345678 RIGHT CURLY BRACKET
-punctuation ~ 467 TILDE
-sign \x007f 7 DELETE
-sign \x20AC 1578 #EURO SIGN (0x80)
-sign \x0081 45 <control-0081>
-punctuation \x201A 457 #Low single quote (0x82)
-sign \x0192 58 #Flurihn (0x83)
-punctuation \x201E 2378 #Low quote (0x84)
-letter \x2020 2357 #Dagger (0x86
-letter \x2021 23578 #Double dagger (0x87
-letter \x02c6 5678 #Modifier letter circumflex (0x88)
-math \x2030 245678 #permille sign (0x89)
-uppercase \x0160 23478 #LATIN CAPITAL LETTER S WITH CARON (0x8a)
-punctuation \x2039 456 #SINGLE LEFT-POINTING ANGLE QUOTATION MARK (0x8b)
-uppercase \x0152 13578 #LATIN CAPITAL LIGATURE OE (0x8c)
-sign \x008d 3567 REVERSE LINE FEED (not defined in cp1252)
-uppercase \x017d 3467 #LATIN CAPITAL LETTER Z WITH CARON (0x8e)
-letter \x008f 27 SINGLE SHIFT THREE (not defined in cp1252)
-letter \x0090 357 DEVICE CONTROL STRING (not defined in cp1252)
-punctuation \x2018 47 #LEFT SINGLE QUOTATION MARK (0x91)
-punctuation \x2019 48 #RIGHT SINGLE QUOTATION MARK (0x92)
-punctuation \x201c 237 #LEFT DOUBLE QUOTATION MARK (0x93)
-punctuation \x201d 568 #RIGHT DOUBLE QUOTATION MARK (0x94)
-sign \x2022 37 #Bullit (0x95)
-sign \x02DC 46 #SMALL TILDE (0x98)
-sign \x2122 234578 #TRADE MARK SIGN (0x99)
-lowercase \x0161 2348 #LATIN SMALL LETTER S WITH CARON (0x9a)
-punctuation \x203A 4567 #SINGLE RIGHT-POINTING ANGLE QUOTATION MARK (0x9b)
-lowercase \x0153 1358 #LATIN SMALL LIGATURE OE (0x9c)
-letter \x009d 2567 OPERATING SYSTEM COMMAND
-lowercase \x017E 346 #LATIN SMALL LETTER Z WITH CARON (0x9e)
-uppercase \x0178 2345678 #LATIN CAPITAL LETTER Y WITH DIAERESIS (0x9f)
-punctuation \x00a0 23458 NO-BREAK SPACE (0xa0)
-punctuation \x00a1 256 INVERTED EXCLAMATION MARK )0xa1)
-punctuation \x00a2 2578 CENT SIGN (0xa2)
-punctuation \x00a3 1238 POUND SIGN (0xa3)
-punctuation \x00a4 2367 CURRENCY SIGN (0xa4)
-punctuation \x00a5 67 YEN SIGN (0xa5)
-punctuation \x00a6 3478 BROKEN BAR (0xa6)
-punctuation \x00a7 578 SECTION SIGN (0xa7)
-punctuation \x00a8 56 DIAERESIS (0xa8)
-punctuation \x00a9 134678 COPYRIGHT SIGN (0xa9)
-letter \x00aa 234678 FEMININE ORDINAL INDICATOR (0xaa)
-punctuation \x00ab 57 LEFT-POINTING DOUBLE ANGLE QUOTATION MARK (0xab)
-punctuation \x00ac 34567 NOT SIGN (0xac)
-letter \x00ad 378 SOFT HYPHEN (0xad)
-punctuation \x00ae 123578 REGISTERED SIGN (0xae)
-punctuation \x00af 23567 MACRON (0xaf)
-sign \x00b0 356 DEGREE SIGN (0xb0)
-math \x00b1 123458 PLUS-MINUS SIGN
-punctuation \x00b2 238 SUPERSCRIPT TWO
-punctuation \x00b3 258 SUPERSCRIPT THREE
-punctuation \x00b4 468 ACUTE ACCENT
-sign \x00b5 236 MICRO SIGN
-punctuation \x00b6 1234568 PILCROW SIGN
-punctuation \x00b7 38 MIDDLE DOT
-punctuation \x00b8 4678 CEDILLA
-punctuation \x00b9 28 SUPERSCRIPT ONE
-letter \x00ba 12345678 MASCULINE ORDINAL INDICATOR
-punctuation \x00bb 567 RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK
-punctuation \x00bc 13458 VULGAR FRACTION ONE QUARTER
-punctuation \x00bd 458 VULGAR FRACTION ONE HALF
-punctuation \x00be 3456 VULGAR FRACTION THREE QUARTERS
-punctuation \x00bf 34 INVERTED QUESTION MARK
-uppercase \x00c0 123567 LATIN CAPITAL LETTER A WITH GRAVE
-uppercase \x00c1 1235678 LATIN CAPITAL LETTER A WITH ACUTE
-uppercase \x00c2 1678 LATIN CAPITAL LETTER A WITH CIRCUMFLEX
-uppercase \x00c3 14678 LATIN CAPITAL LETTER A WITH TILDE
-uppercase \x00c4 34578 LATIN CAPITAL LETTER A WITH DIAERESIS
-uppercase \x00c5 167 LATIN CAPITAL LETTER A WITH RING ABOVE
-uppercase \x00c6 3457 LATIN CAPITAL LETTER AE
-uppercase \x00c7 123467 LATIN CAPITAL LETTER C WITH CEDILLA
-uppercase \x00c8 23467 LATIN CAPITAL LETTER E WITH GRAVE
-uppercase \x00c9 1234567 LATIN CAPITAL LETTER E WITH ACUTE
-uppercase \x00ca 1267 LATIN CAPITAL LETTER E WITH CIRCUMFLEX
-uppercase \x00cb 12467 LATIN CAPITAL LETTER E WITH DIAERESIS
-uppercase \x00cc 15678 LATIN CAPITAL LETTER I WITH GRAVE
-uppercase \x00cd 12678 LATIN CAPITAL LETTER I WITH ACUTE
-uppercase \x00ce 1467 LATIN CAPITAL LETTER I WITH CIRCUMFLEX
-uppercase \x00cf 124567 LATIN CAPITAL LETTER I WITH DIAERESIS
-uppercase \x00d0 1345678 LATIN CAPITAL LETTER ETH
-uppercase \x00d1 1245678 LATIN CAPITAL LETTER N WITH TILDE
-uppercase \x00d2 124678 LATIN CAPITAL LETTER O WITH GRAVE
-uppercase \x00d3 34678 LATIN CAPITAL LETTER O WITH ACUTE
-uppercase \x00d4 14567 LATIN CAPITAL LETTER O WITH CIRCUMFLEX
-uppercase \x00d5 145678 LATIN CAPITAL LETTER O WITH TILDE
-uppercase \x00d6 24678 LATIN CAPITAL LETTER O WITH DIAERESIS
-math \x00d7 13468 MULTIPLICATION SIGN
-uppercase \x00d8 2467 LATIN CAPITAL LETTER O WITH STROKE
-uppercase \x00d9 234567 LATIN CAPITAL LETTER U WITH GRAVE
-uppercase \x00da 125678 LATIN CAPITAL LETTER U WITH ACUTE
-uppercase \x00db 1567 LATIN CAPITAL LETTER U WITH CIRCUMFLEX
-uppercase \x00dc 12567 LATIN CAPITAL LETTER U WITH DIAERESIS
-uppercase \x00dd 13478 LATIN CAPITAL LETTER Y WITH ACUTE (infinite?)
-uppercase \x00de 1378 LATIN CAPITAL LETTER THORN
-lowercase \x00df 23468 LATIN SMALL LETTER SHARP S
-lowercase \x00e0 12356 LATIN SMALL LETTER A WITH GRAVE
-lowercase \x00e1 123568 LATIN SMALL LETTER A WITH ACUTE
-lowercase \x00e2 168 LATIN SMALL LETTER A WITH CIRCUMFLEX
-lowercase \x00e3 1468 LATIN SMALL LETTER A WITH TILDE
-lowercase \x00e4 3458 LATIN SMALL LETTER A WITH DIAERESIS
-lowercase \x00e5 16 LATIN SMALL LETTER A WITH RING ABOVE
-lowercase \x00e6 345 LATIN SMALL LETTER AE
-lowercase \x00e7 12346 LATIN SMALL LETTER C WITH CEDILLA
-lowercase \x00e8 2346 LATIN SMALL LETTER E WITH GRAVE
-lowercase \x00e9 123456 LATIN SMALL LETTER E WITH ACUTE
-lowercase \x00ea 126 LATIN SMALL LETTER E WITH CIRCUMFLEX
-lowercase \x00eb 1246 LATIN SMALL LETTER E WITH DIAERESIS
-lowercase \x00ec 1568 LATIN SMALL LETTER I WITH GRAVE
-lowercase \x00ed 1268 LATIN SMALL LETTER I WITH ACUTE
-lowercase \x00ee 146 LATIN SMALL LETTER I WITH CIRCUMFLEX
-lowercase \x00ef 12456 LATIN SMALL LETTER I WITH DIAERESIS
-lowercase \x00f0 134568 LATIN SMALL LETTER ETH
-lowercase \x00f1 124568 LATIN SMALL LETTER N WITH TILDE
-lowercase \x00f2 12468 LATIN SMALL LETTER O WITH GRAVE
-lowercase \x00f3 3468 LATIN SMALL LETTER O WITH ACUTE
-lowercase \x00f4 1456 LATIN SMALL LETTER O WITH CIRCUMFLEX
-lowercase \x00f5 14568 LATIN SMALL LETTER O WITH TILDE
-lowercase \x00f6 2468 LATIN SMALL LETTER O WITH DIAERESIS
-math \x00f7 2568 DIVISION SIGN
-lowercase \x00f8 246 LATIN SMALL LETTER O WITH STROKE
-lowercase \x00f9 23456 LATIN SMALL LETTER U WITH GRAVE
-lowercase \x00fa 12568 LATIN SMALL LETTER U WITH ACUTE
-lowercase \x00fb 156 LATIN SMALL LETTER U WITH CIRCUMFLEX
-lowercase \x00fc 1256 LATIN SMALL LETTER U WITH DIAERESIS
-lowercase \x00fd 1348 LATIN SMALL LETTER Y WITH ACUTE
-lowercase \x00fe 138 LATIN SMALL LETTER THORN
-lowercase \x00ff 234568 LATIN SMALL LETTER Y WITH DIAERESIS
-
-# In CP-1252 the following chars are different from Unicode.
-# This placement ensures that Liblouis will always return the unicode when back-translating.
-sign \x0080 1578 #EURO SIGN (0x80)
-punctuation \x0082 457 #Low single quote (0x82)
-sign \x0083 58 #Flurihn (0x83)
-punctuation \x0084 2378 #Low quote (0x84)
-letter \x0086 2357 #Dagger (0x86
-letter \x0087 23578 #Double dagger (0x87
-letter \x0088 5678 #Modifier letter circumflex (0x88)
-math \x0089 245678 #permille sign (0x89)
-uppercase \x008a 23478 #LATIN LETTER S WITH CARON (0x8a)
-lowercase \x009a 2348
-punctuation \x008b 456 #SINGLE LEFT-POINTING ANGLE QUOTATION MARK (0x8b)
-uppercase \x008c 13578 #LATIN LIGATURE OE (0x8c)
-lowercase \x009c 1358
-uppercase \x008e 3467 #LATIN CAPITAL LETTER Z WITH CARON (0x8e)
-lowercase \x009e 346
-punctuation \x0091 47 #LEFT SINGLE QUOTATION MARK (0x91)
-punctuation \x0092 48 #RIGHT SINGLE QUOTATION MARK (0x92)
-punctuation \x0093 237 #LEFT DOUBLE QUOTATION MARK (0x93)
-punctuation \x0094 568 #RIGHT DOUBLE QUOTATION MARK (0x94)
-sign \x0095 37 #Bullit (0x95)
-sign \x0098 46 #SMALL TILDE (0x98)
-sign \x0099 234578 #TRADE MARK SIGN (0x99)
-punctuation \x009b 4567 #SINGLE RIGHT-POINTING ANGLE QUOTATION MARK (0x9b)
-uppercase \x009f 2345678 #LATIN CAPITAL LETTER Y WITH DIAERESIS (0x9f)
-
-#Unicode Braille patterns
-include braille-patterns.cti
-
-# characters that have letsign as part of their definition
-# (to be removed when the alwaysletsign opcode has been implemented).
-
-punctuation \x2026 6-3-3-3 #Elipsis (0x85)
-noback punctuation \x0085 6-3-3-3 #Elipsis (0x85)
-letter \x2013 6-36 #EN DASH (0x96)
-noback sign \x0096 6-36 #EN DASH (0x96)
-letter \x2014 6-367 #Em DASH (0x97)
-noback sign \x0097 6-367 #Em DASH (0x97)
-
-# Misc letters from other character sets prefixed with dot 5
-# to be implemented
-
-
-# Rules for grade 1 and grade 2
-
-# Emphasis opcodes
-emphclass italic
-emphclass underline
-emphclass bold
-
-begemphphrase italic 56
-endemphphrase italic after 56
-begemphword italic 56
-endemphword italic 56
-
-begemphphrase bold 56
-endemphphrase bold after 56
-begemphword bold 56
-endemphword bold 56
-
-begemphphrase underline 56
-endemphphrase underline after 56
-begemphword underline 56
-endemphword underline 56
-
-#mao#1#Maori Uncontracted#
-# liblouis: Maori Braille Table
-#
-# -----------
-#-display-name: Maori braille
-#
-#+locale:mi
-#+type:literary
-#+contraction:no
-#+grade:1
-#
-# TODO: Please correct the metadata above. It is not meant to be
-# accurate nor complete. It hasn't been verified by the table
-# author yet. It is merely an attempt by the liblouis maintainers
-# to get some sensible initial values in place.
-#
-# TODO: Please add a reference to official documentation about
-# the implemented braille code. Preferably submit the documents
-# to https://github.com/liblouis/braille-specs.
-# -----------
-#
-# Copyright (C) 2014, Greg Kearney, gkearney@gmail.com
-#
-# This file is part of liblouis.
-#
-# liblouis is free software: you can redistribute it and/or modify it
-# under the terms of the GNU Lesser General Public License as
-# published by the Free Software Foundation, either version 2.1 of
-# the License, or (at your option) any later version.
-#
-# liblouis is distributed in the hope that it will be useful, but
-# WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-# Lesser General Public License for more details.
-#
-# You should have received a copy of the GNU Lesser General Public
-# License along with liblouis. If not, see
-# <http://www.gnu.org/licenses/>.
-
-#include text_nabcc.dis All display opcodes
-
-include en-ueb-g1.ctb
-
-# Maori specific
-
-always	ng	1345-1245
-always	wh	156
-uplow	Āā	456-1
-uplow	Ēē	456-15
-uplow	Īī	456-24
-uplow	Ōō	456-135
-uplow	Ūū	456-136
-UTF-8

-LEFTHYPHENMIN 1

-RIGHTHYPHENMIN 1

-.abs2

-.4a

-.ab4

-.ag4t3

-.a2g

-.agte4

-.agt5e2r

-.akte4

-.a2k4

-.a2kt

-.and2

-.a4n

-.a4n3de

-.an5do

-.an3d4r

-.a2n2s2

-.aris2

-.a6r

-.as2ku

-.ask4

-.as1th

-.ast2

-.as2t4i

-.as2t4r

-.4av4e2r4a

-.av1er

-.be4n3e2n2

-.b4

-.b4e3ne4

-.ben2

-.be2n2s2

-.b2e3r4a

-.b2e5r4o

-.bre2ds4

-.br2ed

-.d4

-.d4e2ri.

-.d2e1ri

-.de2rib4

-.d4e2rig

-.di3g4r

-.dis2t4

-.do5ri

-.1eft5

-.ef4

-.eks1te

-.e4k4

-.ekst2

-.ekst3er4n

-.ekst1e2r

-.els2

-.2el4

-.e2nab4

-.en2

-.2e1n4a

-.e2na6r

-.e3n4e2n2

-.4e1ne

-.en4gs2

-.en2g

-.2e1nu

-.2e2næ

-.2e2nø4

-.2e3r4a

-.e4ra6r

-.2e3ri

-.2e1ru

-.2es2

-.e2s3s

-.2e3tu

-.2e2tå4

-.ev4e3ni

-.2ev

-.ev1en2

-.for6en4d

-.f4

-.fo2r5en2

-.fo1re

-.g4ef4

-.g1e

-.g3e2n2

-.g4e3r4o

-.g2e1ru

-.g4es2

-.gje2

-.gj4

-.h4e2ri.

-.h4e

-.h2e1ri

-.hud1end

-.hude2n2

-.hv1e2p4

-.in2d4r

-.i4n

-.ind2

-.in2ds2

-.iris1

-.i4r

-.is1k4

-.is1t4o

-.ist4

-.is3t4y4

-.je2t

-.j4

-.klav3

-.k4

-.kl4

-.kl4a

-.lag3er

-.l4

-.l4a

-.la2g

-.lag1e

-.l2e1r5a

-.le2t

-.li1g4a2

-.li3g1e

-.li2g4ej4

-.lus2

-.lære5r1en2

-.lære2

-.lær4e4re

-.lær1e2r

-.med1ej4

-.m2ed

-.m2e4k4

-.m4e4re

-.m1er

-.m5ere4k4

-.m3e2ri4n

-.m2e1ri

-.m3e1r4o

-.m3eru

-.mis1k4

-.nas2

-.n4a

-.n1d

-.ne2

-.n4ed

-.ne2ds2

-.n4e4k4

-.n3e3n4y4

-.n1e2n2

-.n2e3ru

-.n1er

-.n3e1t4a

-.n1et

-.ne4tils

-.n4e3t4i

-.n6etil4

-.n3eto2p4

-.2n2e1t4o

-.n3e1t4r

-.4n3e1tu

-.nu4r4

-.odels3

-.od2el4

-.om2s2

-.on4e

-.o2n

-.ops2

-.o2p4

-.o3re

-.o3r4o

-.os2

-.o2s3s

-.ov3

-.ov5e4

-.p4e3te4

-.2p4

-.pet3e2r

-.re2ds4

-.r2ed

-.r4em

-.re2na4n

-.r1en2

-.r4e1n4a

-.r4e4ne

-.r3e1tø4

-.r1et

-.ris1kos

-.risk4

-.rus2k4

-.s4

-.se1no

-.s4e

-.sen2

-.s2e5r4a

-.s2e5r4o

-.somm5er

-.s2o

-.st4

-.sto2ris

-.st4o

-.sto1ri

-.sv5e1ne

-.s2v

-.sve2

-.sv1en2

-.2t6ed

-.t4el4

-.t4em

-.t4e1re

-.t1e2r

-.to3ri

-.t4o

-.to3r4o

-.tr2e3n2ds

-.t4r

-.tre2

-.tr1en2

-.u2ds2

-.ufo2

-.uf4

-.uke3

-.u2k4

-.un1d4r

-.u2n

-.une3

-.ups2

-.u2p4

-.us2

-.va2rs2

-.v4a

-.va6r

-.v5e.

-.v1e4g.

-.ve4g

-.v3ei.

-.v2ei

-.v1ej.

-.vej4

-.v1ej4e.

-.ve4n3e2n2

-.v1en2

-.v4e1ne

-.ve4n3e2r.

-.ven3er

-.ve2n3er4n

-.v2e3r4a

-.v1er

-.yd4

-.4y4

-.æ4gs2

-.æg2

-.æn1

-.æt3e4

-.æ2t

-.øs4

-.ø4

-4a

-aabe2

-4a4a

-aab4

-aah2

-abg2

-ab4

-abs3k4

-ad3elen2es2

-ad2el4

-adelen2

-adel4e1ne

-ad3eli2t

-ad2e5re

-ad2e3r4o

-adron4n

-ad4r

-adr4o

-adro2n

-4ads1t4a

-a2ds

-adst2

-adu2n1

-ae1no

-aen2

-a2e3r4o

-a2e1ru

-a2es2

-ae3th

-4a1f4a

-af4

-a1fe

-a1fi

-afiks2

-afi2k4

-a1fo

-afo3re

-a1fri

-afs2k4

-a1f4y4

-a1fø4

-a2g

-agas2

-ag4a

-4ag2e3n4a

-ag1e

-age2n2

-agens1k4

-age2n2s

-agens3ki

-4ag3e1r4a

-age2ra4n

-ag4e3ras

-age2r1e2r

-ag2e1re

-age2r3e2ts

-ag4er1et

-age2ri4n

-ag2e1ri

-ag5e1r4o

-ag2erå4

-ag4e4te

-ag4e1tå4

-ags3t4e.

-a4gs

-ags1t2

-ags2te

-ags3t2e4e

-ag2s3t4es

-agt1eks

-ag4t

-agte4k4

-ahun4n

-ahu2n

-ah1v

-ai3g

-ai5g4r

-ain3ev

-ai4n

-ais2k4

-ajo2n5

-aj4

-ajs1k4

-a2k4

-ake4t

-ak4e3t3e

-aks2ku

-aksk4

-ak4t1e4k4

-a2kt

-ale3ra2p4

-al4

-4al2e1r4a

-al2e3tu

-alle2ru2n

-all4

-all2e1ru

-alov3

-alove4

-als1kild

-alsk4

-alskil4

-am2e2n2d.

-am1en2

-4am4e1r4a

-am1er

-am2e1ru

-am2e5t4r

-ams2te

-am2s

-amst2

-a4n

-anav4

-4an4a

-anave3

-an2da2p4

-4an1d4a

-and1e4g2n

-a4n1de

-ande4g

-and1eje

-andej4

-and5eros

-and2e1r4o

-and1erst2

-ande2rs

-an1d4r

-an3dr4y4

-and2s1ka6r

-an2ds

-andsk4

-andsk4a

-ands3ti4n

-andst2

-andst4i

-an2dær

-an1dæ

-an4døs

-an3dø4

-an2e1ru

-an1er

-an3eu4r

-an2eu

-ang2e4g6

-an2g

-ang1e

-4ang3e1r4a

-anis2t6

-an5n4e4k4

-an1n

-ans2k4

-a2n2s

-ans3ka2p4

-ansk4a

-ans3kor

-ans1ko

-ans1tor

-anst2

-anst4o

-4ans1tr4a

-anst4r

-aome2

-aos1t4

-aov3

-aove4

-apag1e3

-a2p4

-ap4a

-apa2g

-ape2t

-a6r

-ar1e2kt

-are4k4

-ar4em

-ar4eru

-ar1e2r

-ar3e1t4r

-ar1et

-arg1e2

-ar2g

-arg3e4n2

-arg4r2

-arms2t2

-arm2s

-arome4

-ar4o

-a2rom

-ars3k4o2k4

-a2rs

-arsk4

-ars1kr2

-arts1t2

-ar4t

-ar2ts

-as2e5ri

-as4e

-ash1v

-as2h

-a2s1ka6r

-ask4

-ask4a

-as3klæ

-a2s1kl4

-as1kol4

-4as3kr4a

-askr2

-as1ku

-as2kv

-a2s1kæ

-as2kær

-as1kød

-askø4

-as2te3rå4

-ast2

-ast1e2r

-astos1

-ast4o

-as1tr4y4

-ast4r

-as2tu

-as4tul4

-as1tør

-astø4

-a2t

-at1ef4f4

-atef4

-at2e4g

-a2t1ej4

-atekspr2es2

-ate4k4

-ateks2p4

-a2t4e5ne

-at1en2

-at6e5re2n.

-at1e2r

-at4e3r1en2

-at2e1re

-ate4r2erf4

-ater1e2r

-at4e5rin2g

-at2e3ri

-ateri4n

-at4eu

-at3ev

-ati2n2s2

-at4i

-ati4n

-ato1rud2

-at4o

-at2ros1t4

-at4r

-atr4o

-ats1k2el4

-a2ts

-atsk4

-ats1tj4

-atst2

-ats1tæ

-att3era4n

-a2t2t

-att1e2r

-4att2e3r4a

-aue2n2

-aun1d

-au2n

-aus2t2

-av3e2dd4

-av2ed

-av5en3er

-av1en2

-av4e1ne

-av3e3ni

-av2e3no

-4av3e2r4a

-av1er

-ave4ra4n

-av4e2r1e2r

-av2e1re

-ave2r3e2ts

-av4er1et

-av2e3ri

-ave1rud2

-av2eru

-av2e3rø4

-avs1ko

-av4s

-avsk4

-avs1t1e2r

-avst2

-4avs1tr4a

-avst4r

-avs5tu

-ays2

-a4y4

-á1l4

-à1

-ä1de

-ä1di

-ä1g

-ä1k4

-ä1le

-äl4

-äls2

-ämme1

-än1

-ä1ne

-äpo3

-ä2p4

-ä1s

-ä2s2l4

-äst1e2r4

-äst2

-â1

-b4

-ba4gs4

-b4a

-ba2g

-bals1k4

-bal4

-b4an3d4a

-ba4n

-bas1to2n

-bast2

-bast4o

-bdy2rs3

-bd4y4

-b2e4e2

-bels2k4

-b2el4

-be3na2k4

-ben2

-b2e1n4a

-be2na4n

-be1n4d4r

-b4e3ne4

-b4e5n4e1ne

-be3n3e2n2

-ben5e3th

-ben3et

-be1no

-be5ra2k4

-b2e1r4a

-be3ra2p4

-be2rast2

-b4e3r4e.

-b2e1re

-be3r2e2c2

-be2r1e2p4

-ber3ev

-b4e3ri.

-b2e1ri

-b4e3ri4e

-berne4

-ber4n

-b6e3rol4

-b2e1r4o

-be3rov

-b2e1ru

-be2rø.

-be1rø4

-be3rå4

-b2es2

-b2e3t4a

-b2e3t4o

-b2e3t4r

-be1tv

-b2e1tw

-bhave2

-bh4a

-bid4

-bl2e3r4a

-bl4

-blo3te

-blo2t

-boli2g4a

-bol4

-bon5ne

-bo2n

-bon1n

-bo3r4a

-bo4ra2k4

-bo3r4o

-bor2ts2

-bor4t

-bo1ru

-bo1rå4

-br4em

-b2rov2

-br4o

-brud3end

-brud2

-brude2n2

-bs1k4

-b2s3kam

-bsk4a

-b2s3kl4

-bs1t2

-bs2ta2t

-bst4a

-bs3til4

-bst4i

-bs2to2p4

-bst4o

-bs2t4r

-bs3tr4o

-bs3træ

-budg5

-buds3k4y4

-buds2k4

-bu2ds

-bu2es2

-bu2s2ka6r

-busk4

-busk4a

-bu2s1s2

-bus1t4r

-bust2

-bü1

-bæv3

-bør4n4

-bø4

-børs1k4

-bø2rs

-børs1t4r

-børst2

-båd1end

-bå4

-båden2

-2c2

-cas2t2

-c4a

-cath4e3

-ca2t

-ccis1

-c2c2

-c4e1ne2

-cen2

-cen4el4

-ce1no

-cent3e2r

-ce2n4t

-c2e1nu

-c2e3r4a

-c2e5re

-cer4ed

-cer2es1

-c2e3r4o

-ce4rov

-cers3k4a

-ce2rs

-cersk4

-ce1rå4

-ces1tæ

-c2es

-cest4

-ch1v

-cin3d4r

-ci4n

-cind2

-cine2

-co2n2s2

-co2n

-co3ri

-co1ru

-co3r4y4

-cr2

-creas1

-cr4e4a

-cr3en2

-cros2

-cr4o

-ct2

-ct3e2r.

-ct1e2r

-ct3e2rs

-ct3et

-cys2

-c4y4

-2d.

-2dad

-d4a

-3dadi

-3dado

-2daf4

-3da1fe

-3da1fi

-4dafl4

-3da1fo

-da1fr

-dag1e2

-da2g

-dag3ele

-dag2el4

-2dager

-4dagt4i

-dag4t

-2dai4r

-2daks

-da2k4

-2daktu

-da2kt

-2dala6r

-dal4

-dal4a

-2dalv

-damme4

-2dan2d.

-da4n

-dan5di

-2dan2k4

-2da2nl4

-2dano

-2danst2

-da2n2s

-2dans2v

-dan2ts2

-da2n4t

-4darb4

-da6r

-2d4ar4e4a

-4dar4r

-2dar4t

-date4

-da2t

-dat1e4k4

-2da2tl4

-2datte

-da2t2t

-2dau4t

-2davl4

-dä2

-2d2c2

-2dd4

-dd2e2r4a

-d1ef4f4

-def4

-2d1eft

-2degne

-de4g

-de4g2n

-d2ej.

-dej4

-2dejen2

-d1eks

-de4k4

-2deks2i

-deks1t2

-2d3el2em

-d2el4

-del4s1til4

-delst2

-delst4i

-2d3emalj4

-d2em

-dem4a

-demal4

-d3emb4

-2d3emf4

-de4nam

-den2

-d2e1n4a

-de3nav

-d3e1n2d2t

-d4e3ne

-2d5e3ner2g

-den3er

-de4n3eu

-2den4g.

-den2g

-2d1eng1e

-2den4gs

-2denh4e

-den4ne

-den1n

-de1no

-dens1t2

-de2n2s

-dent3e

-de2n4t

-2d1entu

-d2e1nu

-de2nå4

-deog5e

-d4eo

-deo2g

-de3ra2p4

-d2e1r4a

-de3rej4

-d2e1re

-de3r2el4

-de2ren2g

-de3r1en2

-de2r3ev4n

-der2ev

-4derfa6r

-derf4

-derf4a

-d4erm

-de5ro1re

-d2e1r4o

-de4ror

-2deros2i

-d4eros

-d4e3rovi

-de2rov

-2derst4a

-de2rs

-derst2

-de1run4n

-d2eru

-deru2n

-2derupt

-de3ru2p4

-d4e1ræ

-de2røn

-de1rø4

-de1råb4

-derå4

-des2kr4a

-d2es

-d4eskr2

-desk4

-desove5

-des2o

-des3tab.

-dest4

-des2t4a

-destab4

-des3ta2g

-d3e3ta2t

-d2e1t4a

-de4th

-d2e3t4r

-d2e3tu

-d2e2tå4

-dev1en4

-d2ev

-d3ev4n

-dfo3r5en2

-df4

-dfo1re

-dfr4

-dfæ2rs1

-dgangs3t2

-dg4a

-dga4n

-dgan2g

-dgan4gs

-dg3e2

-dg4ed2

-dg4el4

-dg4em

-dg2e4tæ

-1dhi.

-dhø2rs1

-dhø4

-2dide

-did4

-4didé

-4did4y4

-dig3et

-di1g1e

-di2g2e1t4a

-di2gl4

-2dim

-4dim2p4

-4dind2

-di4n

-4di2n2s

-4di2n4t

-dis3kul4

-disk4

-dis1til4

-dist4

-dist4i

-1dj2el4

-dj4

-1dji

-2djiv

-d2k4

-3dle3to2n

-dl4

-dl2e1t4o

-dmels1

-dm2el4

-d2n

-dn2etv

-dn1et

-2dod

-4do2dd4

-4dof4

-2do2g

-6do4g.

-6do4gs

-4dom4r

-doms1k4

-dom2s

-6domskr2

-doms1t4a

-domst6

-4donke

-do2n

-don2k4

-4do2p4

-5dopo

-do3r4a

-6dord

-do3r2et

-do1re

-4dor2g

-4dorm

-do3r4o

-do1ræ

-do1rå4

-6dote

-do2t

-4dou4t

-4dove

-dov2ej4

-dplane4

-d2p4

-dpl4

-dpl4a

-dpla4n

-d4r

-drabs3t2

-d2rabs

-dr4a

-drab4

-2dra2c2

-2drad

-2dram

-2dra4n

-2d2ra2p4

-3drape

-2drat4i

-dra2t

-dratione2

-dratio2n

-dr2ef4

-2dre4g

-2drej4

-3d2reje

-3dr2ejo

-3dremi

-dr2em

-drem2s1

-dr2e2p4

-dr1e4r

-dr3e1r4a

-dr5er2ef4

-dr4e1re

-2dres4e

-dr2es

-2dr3e2t4n

-dr1et

-2dr3e2t2t

-3dr2e3t4y4

-2drevl4

-dr2ev

-1dré

-2drid4

-2drig

-2dris

-2drock4

-dr4o

-dro2c2

-2drod

-2drol4

-1d2rom

-2dro2s1s

-3dross4e

-2dro2t

-2drove

-d2rov

-2drul4

-2dr4y4

-2dræ

-3dræn

-2drø4

-drø2rs1

-2ds

-ds4kad

-dsk4

-dsk4a

-ds1ka4n

-ds2kan5n

-ds3ka2p4

-ds3kas

-ds2kav

-ds1kilde

-dskil4

-ds2ki4n

-ds1ki2t

-ds1kj4

-d2s3kl4

-ds1kn

-ds1ko

-dskommis2

-ds1kom

-ds3komm

-ds1kr2

-ds3kr4o

-ds1ku4r

-ds3kv

-ds1kyl4l4

-dsk4y4

-dskyl4

-ds1kys

-ds1kæl4

-d2skæ

-ds1kæm

-dsov3

-ds2o

-dsov1er2

-dsove4

-d2s1s2

-ds3s2l4

-ds1tab4

-dst2

-dst4a

-ds1ta2k4

-ds1tal4

-ds1tas

-ds1tat4o

-dsta2t

-ds1t4e4a

-ds1t4el4

-ds1tend

-dst1en2

-ds1t4eo

-ds1t1e2r

-dst3erm

-d2s1t4es

-d2s3tilf4

-dst4i

-dstil4

-ds1t2ilst2

-ds1tim

-ds1ti2p4

-ds1ti2t

-ds1tj4

-d2s1to2g

-dst4o

-ds1toi

-ds1tom

-ds1tr4a

-dst4r

-ds2tras2

-ds1tr4o

-ds1trå4

-ds1tu

-ds1tv

-ds1tøj4

-dstø4

-2d2t

-dte2

-dt1ef4f4

-dtef4

-dt3en2

-dt2e5ri

-dt1e2r

-dt3e3r4o

-dte3rø4

-dt5et

-dt6e1t4a

-dt3eu

-dts1t4a

-d2ts

-dtst2

-4dud

-2dul4y4

-dul4

-4dund

-du2n

-2du2p4

-2dure

-du4r

-2dur4t

-dus2t2

-dve2

-4dyd

-d4y4

-4dynd

-dyr5e3t4i

-dyre2

-dyr1et

-dys1

-2dæd

-2dæ4g.

-dæg2

-4dø.

-dø4

-døds1t2

-dø2ds

-4døe

-5døe2r.

-4døj4

-4døk4

-4døl4

-dørs1te

-dø2rs

-dørst2

-4døv

-4e.

-4e4a

-eam1

-eas1ko

-eask4

-eat3e4

-ea2t

-4eb4

-2e2c2

-3ecchi4a

-ec2c2

-ecove2

-2ed

-ed1enh

-eden2

-ede2no

-eder1e4g

-ed2e1re

-ed1erhv

-4ed2es

-edes1tæ

-edest4

-ed3eu4r

-ed2eu

-edi3g4r

-eds1ke

-e2ds

-edsk4

-eds1t4i

-edst2

-eds3ti4n

-edt5en2

-e2d2t

-edte2

-ed2ts2

-2e4e

-eeke1

-ee4k4

-ee2n2

-e4e3ne

-e2e3ni

-e2e3ri

-e2e1ru

-ee2ru2n

-e2es2

-ee2th

-4efo

-ef4

-1eft

-eft3e4

-e4g

-2eg2el4

-eg1e

-eg3e2n2

-eg5e4no

-ege2r1e2r

-eg2e1re

-eg2e2ru

-eg2n5e1r4a

-e4g2n

-egn1e2r

-2egov

-eg4o

-e4gs2

-2eh

-3ehi2c2

-ehu2ds1

-2ei

-eibs2

-eib4

-ei2ds2

-eid4

-eim2s1

-ein2d4r

-ei4n

-eind2

-eis2

-4ej4a

-ej4

-1ej2c2

-1ejdi.

-4ejl4

-2ejo

-2ejs

-4ejæ

-e4k4

-eken6

-4ekl4

-4ekn

-4ek2s.

-ek4s1k4

-eks3ta2t

-ekst2

-ekst4a

-eks3til4

-eks1t4i

-eks1tj4

-eks1tri

-ekst4r

-ekte4

-e2kt

-e4k4t1e4k4

-ekøn2

-ekø4

-2el4

-4el.

-elds2k4

-el2ds

-4el2ed

-3el2em

-4elem2p4

-el2es2

-el4gs2

-4eli4e

-ell2es2

-el4l4

-4ello

-4elo

-elove2

-elov3er2

-4el2s.

-4els4e

-elses3k4

-els2es

-4els2f4

-els2ti4n

-elst2

-elst4i

-els1tr4a

-elst4r

-els1tæn2k4

-elv1eje

-elvej4

-4elæ

-2em

-3emalj4

-em4a

-emal4

-eme2n2s1

-em1en2

-em2e3ri

-em1er

-1emes4e

-em2es

-em1et

-em3eu

-emme5r1en2

-emm1er

-emm4e2re

-3emne

-emors1k4

-emo2rs

-4emæ

-en2

-2e1n4a

-4e3na.

-e3nae

-4e3nan1n

-ena4n

-e3na2r.

-ena6r

-4e3nas

-5e4nas2p4

-e3na2t

-4enatu

-4e3nau

-4enav4n

-2e1n2d.

-en3d4a

-2e1ndb4

-2e1n2dd4

-2e5nd1eks

-e4n1de

-ende4k4

-3en2den2

-enden3d

-2e3ndf4

-2e1ndg

-e1ndh

-en3dj4

-4end2k4

-2e1ndl4

-2e1ndm

-e1nd2n

-en5do

-e1n6do4g.

-en2do2g

-2end2p4

-en3d4r

-2e1n2ds

-2e1n2d2t

-en3du

-e1ndv

-2e5ndw

-e1ndz

-en5dø4

-en3då4

-4e1ne

-e4n3e2dd4

-en2ed

-e4n3eft

-enef4

-e3neli

-en2el4

-e4n3emb4

-en2em

-e3n3e2n2

-e2nend

-5e4ne2nm

-en3er

-e3n3e2r.

-en2e3ri

-6en4e5ris

-6en4eros

-en2e1r4o

-6en6ero2t

-e3ner4t

-en2es2

-en3et

-5en2e1t4a

-en4e3th

-en4e3t4r

-e3ne2ts

-e3ne2t2t

-4e1né

-4e3nè1

-1engl4

-en2g

-1engs2p4

-en4gs

-2e1ni

-4e3ni4a

-4e3ni2c2

-4e3nid4

-4e3ni4e

-e3nig

-e3ni2k4

-e3nil4

-4e3n2i2n.

-eni4n

-4e3nio2g

-4e3ni2p4

-4e3ni4r

-4e3nis

-4e3ni2t

-4e3niu

-4eniv

-1enke

-en2k4

-ennis1

-en1n

-en3ni

-e3no.

-4e3no4a

-2e3nob4

-4e3no2c2

-4eno2g

-e1no2k4

-2enol4

-2e1nom

-2e3no2n

-2e1nor

-4e1nos2

-4e3no2t

-2e1nov

-6e3nov6es2

-ens1k4a2k4

-e2n2s

-ensk4

-ensk4a

-en2s1ken2

-ens3kr4o

-ens1kr2

-ens1tæ

-enst2

-en2t1eg1e

-e2n4t

-ente4g

-3entio

-ent4i

-2enu

-4e3nu4a

-4e1nue

-4e3nug

-4e3nui

-e3num

-4e1nus

-e1nu4t

-4e3nü

-2e1n4y4

-2e1næ

-2e1nø4

-3e2nø.

-e3nød

-e3nøg

-2e1nål4

-enå4

-4eo

-eog6e1ne4

-eo2g

-eog1e

-eoge2n2

-eov3e4

-1epaul4

-e2p4

-ep4a

-2epi2s.

-1epi2t

-4epl4

-1epo2k4

-2eq

-2e1r4a

-4e5ra.

-4eraad

-e2r4a4a

-e3ra2c2

-4e5race

-4erado

-e5ra2ds

-3e2radv

-e3ra1fo

-e2raf4

-4era4gh

-e2ra2g

-4e3rag4o

-4era2k.

-era2k4

-e2r4ak4a

-e5raki

-4erale

-eral4

-6e3ramt

-4era2n.

-era4n

-e4rangi

-eran2g

-e2rano

-4e3ra2r.

-e2ra6r

-4e5rass4e

-e2ra2s1s

-e2rav

-er1än1

-2e1re

-4er4e.

-erebs3

-er4eb4

-e2r3e2dd4

-er2ed

-er1eg4o

-ere4g

-4e2reig

-er2ei

-er1ej2ed

-e2reje

-erej4

-6er4ekl4

-ere4k4

-6ereko

-e2r3elb4

-er2el4

-e2r3ele

-4ereli

-e2r3els

-e4r5emb4

-er2em

-e2r3em2p4

-e3r1en2

-6ere2n.

-ere2nd

-5e4r2entu

-ere2n4t

-4ere2r.

-er1e2r

-er2e3r4a

-erer4el4

-2e1r4e1re

-er5e3r2em

-3er2erh

-e2r2er4k4

-e2r2e3r4o

-4er4e2s.

-er2es

-e2r3esk4

-4ere2s1s

-4er1et

-e2r3e3t4a

-5e2r3e2tud

-er2e3tu

-e2r1ex

-4e1ré

-er4gs2

-er2g

-2e1ri

-4eri.

-4eri4a

-4e3ri2c2

-4e3rid2s.

-erid4

-eri2ds

-3e2ridse2ts2

-erids4e

-e2rid4y4

-4eri4e

-4erif4

-4erig

-4erimi

-3e2rim2p4

-4erimu

-4e4rimå4

-4er2i2n.

-eri4n

-4erin2g

-5e4ring2e1ni

-ering1e

-eringe2n2

-4erino

-e4ri2n4t

-e3rio

-4eri4r

-4eris

-e5risk4

-3ermi

-3ermo

-2e1r4o

-6ero.

-6erobo

-erob4

-3e4robs2

-6ero2c2

-e5ro4e

-e2rof4

-4e3rofo

-6erol4

-6erom4a

-e2rom

-4ero2n

-e4ror

-6e5ro2r.

-4er4o1r4o

-4eros

-6ero2t

-4erovi

-e2rov

-e3rov2k4

-3erov4n

-e3rovo

-e3rov4s

-e1ró

-2erö

-5erri2t

-er4r

-5er2ror

-err4o

-5erræn

-er2s3kl4

-e2rs

-ersk4

-ert4e3r4a

-er4t

-ert1e2r

-2eru

-4e1ru.

-e1rub4

-e1ru2c2

-3erugl4

-e1rui

-4e1rum

-4e1rune2

-eru2n

-e1run1n

-e3ru2p4

-3erupt4i

-4e3rus

-5e4rusu

-4e1ru4t

-2ervst3e

-ervs1t2

-erv4s

-2ervst4o

-2e3r4y4

-4ery.

-2e1ræ

-3eræb4

-3e2ræg2

-4eræk4

-e1rø4

-4e5rød

-2e3røg

-2erøm

-2erør

-4erøs2

-2erøv

-erøve2

-4e1råd

-erå4

-2es

-4e2s.

-e4s2c2

-4es2k.

-esk4

-e1sk4eski

-2es2k2es

-eskesk4

-4eski

-es3kjæ

-eskj4

-es1k4o2k4

-4eskr2

-es2st4a

-e2s1s

-esst2

-es3s2t4r

-est4

-es2t4a

-es1tab.

-estab4

-es4th

-es3tid4

-est4i

-es3toft

-est4o

-es2tof4

-es3tow

-es2tre2

-est4r

-es1trib4

-es4tyk4

-est4y4

-es2tø4

-2e1t4a

-4e5ta.

-e3tab4

-4eta4g.

-eta2g

-3e2tag4t

-e3taks

-eta2k4

-4etal4

-e3ta2n.

-eta4n

-e3ta2nj4

-5e2tan1n

-e3tan4y4

-4eta6r

-4etas

-e3ta2t

-4e3te

-et1eks

-ete4k4

-e5term

-et1e2r

-et2e5r4o

-e5t1et

-5e6t2e1tu

-e1té

-1etg

-e1th

-2e5tha.

-eth4a

-e2thal4

-e3tha2n.

-etha4n

-2e3than4y4

-2e3thas

-et1ha2t

-2e3th4e.

-eth4e

-2e3th2em

-2e3ther

-2e3th2es

-2e3thr

-3e4thv

-1e2thw

-e3th4y4

-4e3t4i

-6etid4

-6etil4

-5e4ti2nf4

-eti4n

-2e1tj4

-3e2tjæ

-2e1t4o

-4eto.

-e3tof4

-e3to2n

-3e2topk4

-eto2p4

-e2tor2g

-e3tos

-4e3tow

-2e1tö

-2e1t4r

-e3tr4em

-etre2

-4etrue

-e3tr4y4

-e3træ

-et2s1ka6r

-e2ts

-etsk4

-etsk4a

-ets1ke

-ets1kil4

-ets1t4i

-etst2

-ets1tæ

-2e1tu

-e3tue

-3e5tui

-4e3tu2k4

-4e3tu4r

-e3tus

-2e1tú1

-2e1tv.

-e2tve

-2etw

-2e3t4y4

-2e3tæ

-3e4tæs

-2e1tø4

-e2t1øl4

-2e1tå4

-e3tåb4

-e3tål4

-e3tår4n

-2eu

-eum2s1

-eumsken3

-eumsk4

-eun1d

-eu2n

-4eu2r.

-eu4r

-4eure

-4eus

-eut1e

-eu4t

-4euv

-2ev

-3eva2k4

-ev4a

-ev4e4ni4r

-ev1en2

-ev3e2ni

-eve3ra2g

-ev1er

-ev2e2r4a

-ev2e3ri

-ev4e1r4o

-1evig

-4evis

-4evj4

-evs2t2

-ev4s

-4ew

-2e4y4

-2ez

-2eæ

-2eø4

-4eå4

-é1d

-é1e

-é1ri

-è1

-f4

-fad4

-f4a

-fa2ds2

-2f4af4

-fags2t2

-fa2g

-fa4gs

-2fa4n

-fan4gs2

-fan2g

-2farb4

-fa6r

-fas2

-felt1e

-f2el4

-fem3e1t4a

-f2em

-fem1et

-fe1no

-fen2

-fe2ral4

-f2e1r4a

-fe5ra2t

-fe3rom

-f2e1r4o

-fe3rox

-f2e1ru

-fes2t4

-f2es

-1fé

-fig3e2n2

-fi1g1e

-fi1gl4

-2fi4n

-fing3e4re2nd

-fin2g

-fing1e

-fing2e1re

-finge3r1en2

-fis2

-2fis2o

-2fist4

-fje1n3di

-fj4

-fjen2

-flad4

-fl4

-fl4a

-fl2e2t4r

-fod1end

-foden2

-foer3

-fo4e

-fons1ki

-fo2n

-fo2n2s

-fonsk4

-fo2r4a

-fo3ram

-fo3ra2t

-ford2

-fo2r3eks

-fo1re

-fo3r2e4k4

-fo2r5en2

-for4e3ne

-fo2r3ev

-for1eve

-fo3ris

-fo1ri

-fo2rs2

-fo2rø4

-fö2

-fr4em

-frem2s2

-fris2

-ft5ed2em

-f2t4ed

-f4t1ef4f4

-ftef4

-f4t1e4g.

-fte4g

-f2t1eg1e

-ft1eks

-fte4k4

-ft4em

-ft1e2n2

-ft3e1n4a

-ft5en3el4

-f2t4e1ne

-ft3e1nu

-f2t4e2p4

-fte5ra2k4

-ft1e2r

-ft2e3r4a

-ft4e5ra2p4

-ft6e5re2n.

-ft4e3r1en2

-ft2e1re

-fts3kr2

-f2ts

-ftsk4

-fts1t2

-fts2tæ

-fug4

-fug5e2n2

-fug1e

-fun5di

-fu2n

-fyn4d

-f4y4

-fø2rs2

-fø4

-4g.

-2gaa4n

-g4a

-ga4a

-2gadm

-2gaf4

-3ga3fi

-3ga1fo

-2gag4t

-ga2g

-2ga2kt

-ga2k4

-g4an3d4a

-ga4n

-gan1dh

-gangs3k4

-gan2g

-gan4gs

-2gan1n

-2g4anp4a

-gan2p4

-2ganv

-gare4

-ga6r

-2g4ar4e4a

-2garte

-gar4t

-gas1kr2

-gask4

-gas1term

-gast2

-gast1e2r

-g4as1tr4a

-gast4r

-gas3tu

-gaus2

-g1e

-g4e2c2

-g2ed2

-g2ef4

-g3ef4f4

-2g3eft

-g2e4g

-g3e4g2n

-g4eh

-g4ei

-2g2ej4

-g2e4k4

-g3eks

-g3elef4

-g2el4

-g4eli

-g4els2

-ge2n2

-g5e2n.

-g3e2naf4

-g2e1n4a

-ge3nav

-g4e3n2d.

-g4e1n2ds

-ge1n3dv

-g5ene4k4

-g4e1ne

-ge4n3e2n2

-g5enerh

-gen3er

-g5en2e3ri

-ge3n3er4n

-g5en2e1r4o

-ge3ne2t.

-gen3et

-g4e3ni.

-g2e1ni

-g4e3ni2k4

-ge4nil4

-g3enio

-g4e4niu

-g4e3niv

-g4eno2g

-g4e3nol4

-g4e3nom

-ge5nome

-g2e3nor

-g4e1nov

-g5enove

-g4e3nus

-g2enu

-g2e3næ

-g2e2p4

-g5e2r.

-g3e2raf4

-g2e1r4a

-g3e4ra2g

-g3era2k4

-g4eram

-ge3ra2p4

-g3e2ra6r

-g4eras

-g4e3r4e.

-g2e1re

-ger2ef4

-g3ere4k4

-g3er2el4

-ger4em

-g3e4r5emb4

-g3erender

-ge3r1en2

-gere2nd

-gere4n1de

-g3e4renh

-g4ere2n2s

-g5e4rens4e

-g4e2re2r.

-ger1e2r

-g3ererf4

-g5e2r4e3t4a

-g4er1et

-g4e3rig

-g2e1ri

-ge2ri2k4

-g3e2rind2

-geri4n

-g3e2ri2n2s2

-g5er4n

-g4e1r4o

-g6erod

-g5e2ro2p4

-g5e4ror

-g6erou

-g5e2rs

-gers1ki

-gersk4

-g3erud2

-g2eru

-ge2rø4

-g2e3røv

-g4es

-g5e2t.

-g4eta2k4

-g2e1t4a

-ge2th

-ge5ti4n

-g4e3t4i

-ge4ti2p4

-g4e1tj4

-ge2ts2

-ge1tvi

-g4eu

-g4ev

-1gé

-gfo2

-gf4

-gføre4

-gfø4

-g2g

-gg3era4n

-gg1e

-gg2e1r4a

-gg5e1r4o

-gg4es2

-4gh

-gi1gl4

-2gind2

-gi4n

-2gi2n2s

-2gi2n4t

-gis2k4

-gis2t4

-gist5er2ed

-gi2s2t2e3re

-gist1e2r

-gitte4

-gi2t

-gi2t2t

-giv3e4r4a

-giv1er

-2gj4a

-gj4

-2gjæ

-g2k4

-glas1k4

-gl4

-gl4a

-glas1t2

-glas3t4i

-gle3ra2p4

-gl2e1r4a

-gl2es2

-1gles2i

-1glio

-glitte4

-gli2t

-gli2t2t

-1glo

-2glov

-2glyt

-gl4y4

-4g2n

-gn3d

-gn1e2r

-gneras2

-g2n4e1r4a

-gn2e5t4a

-gn1et

-gn3e1tj4

-gns2ku4r

-g2n2s

-gnsk4

-gn2s1kæ

-gns1t2

-gns2t4a

-gns2tæ

-g4o

-2gom4r

-2go2p4

-go3r4a

-2gordf4

-2gor2g

-go3r4o

-go1ræ

-gos2

-g4r

-2gre2

-4gr4e.

-3gr4e4a

-gr4e3n4a

-gr1en2

-4grend

-grepare4

-gre2p4

-grep4a

-grepa6r

-g2res1k4

-gr2es

-gr2e3th

-gr1et

-3gr4ew

-2gro2k4

-gr4o

-2grug

-2grul4

-grus1t2

-2gru4t

-2gr4y4

-2grø4

-2grå4

-4gs

-gs2e3ri

-gs4e

-gs2es2

-gs1k4

-gs3kv

-gs2kær

-g2skæ

-gs2kå4

-gsov3

-gs2o

-g2s3s

-gs4su

-gs1t2

-gs2te

-gs3te4g

-gs3te4k4

-gs3t4el4

-gs3tend

-gst1en2

-gs3t4eo

-gs3term

-gst1e2r

-gs3t3er4r

-gs3thu

-gs3tid4

-gst4i

-gs3ti4n

-gs3ti2t

-gs2to2n.

-gst4o

-gsto2n

-gs3tov

-gs3t2raf4

-gst4r

-gstr4a

-gs2tre2

-gs3tr2e4k4

-gs2tør

-gstø4

-g4t

-gt3eli2t

-g4teli

-gt2el4

-gt3e3r4a

-gt1e2r

-gt4eras

-gt3er2ev

-gt2e1re

-gt3eri4n

-gt2e3ri

-gt3e3r4o

-gterras2

-gt3er4r

-gterr4a

-gt5e3t4i

-gt1et

-gt3eve

-gt2ev

-gts1kil4

-g2ts

-gtsk4

-gts1kr2

-gts1ku

-gts2t4em

-gts1te

-gtst2

-gts1t4i

-2gud

-gul2ds2

-gul4

-gulv1e3n2

-gulve2

-gus2

-2gv

-gve2

-gv1en4

-gv2e3re

-gv1er

-2gyd

-g4y4

-2gæb4

-gæs4

-2gøk4

-gø4

-2gån

-gå4

-2h.

-han1eke

-h4a

-ha4n

-hane4k4

-2ha6r

-har4et

-h4e

-heds3k4

-h2ed

-he2ds

-heds1t2

-heds3te

-heds5tu

-he1no

-hen2

-h2e2nov

-he1nu4r

-h2enu

-he3ra6r

-h2e1r4a

-he3r1e4r

-h2e1re

-he2rib4

-h2e1ri

-h4e2rig

-he2ri2s.

-h4eris

-he3rom

-h2e1r4o

-h4e3ros

-he1rul4

-h2eru

-h4e5te

-hev4en2

-h2ev

-hé1m

-h1g

-h1h

-hi1g1e2

-hin4gs4

-hi4n

-hin2g

-hi2n2s2

-his2

-hi2s3t4es

-hist4

-h2k4

-hlo5r4o

-hl4

-hme2

-hm1et

-ho3r4a

-ho3re

-ho3r4o

-ho1ru

-ho3rø4

-hras1t2

-hr4a

-hris2

-hs1ta2g

-hst2

-hst4a

-h2t

-ht3ere4g

-ht1e2r

-ht2e1re

-ht3er2ev

-ht3e4ri

-ht3e3r4o

-humm3er

-hus3k4a

-husk4

-hu2s1s2

-hus1t2

-hus2to2n

-hust4o

-hü2

-hv3ed4e.

-hv2ed

-hv3ed2em

-hv3ejs

-hvej4

-hv3em

-hv1e4r

-hv3e2r4a

-hvo2

-hype2

-h4y4

-hy2p4

-hyp2e4r3e

-hy2ts3

-hæv2n2s1

-hæv4n

-hår3el4

-hå4

-håre2

-iane4

-i4a

-ia4n

-ian3e1r4o

-ian1er

-ib2e3r4o

-ib4

-ibs3k4a

-ibs1k4

-ibs3t4i

-ibs1t2

-ice2rs1

-i2c2

-icus3

-id4

-ida2n4t1

-id4a

-ida4n

-ide2no

-iden2

-ide3r4el4

-id2e1re

-ide3r2es

-id2e3r4o

-id2e1ru

-ids1k4

-i2ds

-ids1t4a

-idst2

-ids1t4em

-idte4

-i2d2t

-idt3e2r

-idt5e1re

-i4e

-iebs2

-i4eb4

-i2ed2

-ieforure4

-i4efo

-ief4

-iefo2ru4r

-ie3n3er

-ien2

-i4e1ne

-ie2n5e1r4a

-ient1e

-ie2n4t

-i2e3r4a

-ier1ej4

-i2e1re

-ie3r4el4

-ier1e4r

-ie3r4es

-i2e3r4o

-i2e1ru

-i4e3te4

-i2e3t4o

-ie2tri2c2

-i2e1t4r

-i2e3tu

-ifo2r

-if4

-ifo3r4o

-i1g4a

-igar3e4

-iga6r

-i1g1e

-i2g3ej4

-ige2r1e2r

-ig2e1re

-ig3e2r1ind2

-ig2e1ri

-igeri4n

-ig3eru

-ig4es2

-i5ghi

-i4gh

-i1gi

-igi4n2

-i1gj4

-i1gl4a

-igl4

-i1gl4y4

-ign3eru

-i4g2n

-ign1e2r

-ign3e1t4r

-ign1et

-ig2n2s2

-i1g4o

-i1g4r

-igr1e4n2

-i2gre2

-igs3t1e2r

-i4gs

-igs1t2

-igs2te

-i1gu

-i1g4y4

-i1gæ

-i1gø4

-i1gå4

-ijs2

-ij4

-i2k4

-iker3e2r

-i2k2e1re

-iks1tj4

-ikst2

-iks1t4o

-ile2rø4

-il4

-ilforske4

-ilf4

-ilfo2rs2

-ilforsk4

-ilis2

-ilm3ev

-ilme2

-ils2k4

-ils1tr4a

-ilst2

-ilst4r

-ilt3e4r

-i4n

-2i2n.

-inans3k4

-i2na2n2s

-in4a

-ina4n

-ind2

-in2da2g

-in1d4a

-in4dim

-in3di

-in5dof4

-in3do

-in1d4r

-in3dr4e.

-in3dr2es

-in2droo

-indr4o

-in3dræ

-inds2k4

-in2ds

-in3du

-in4dv

-in5dø.

-in3dø4

-i4n3emb4

-in2em

-in3erud2

-in1er

-in2eru

-ing2e1ru

-in2g

-ing1e

-ing3e4rø4

-inis4

-ins1kj4

-i2n2s

-insk4

-int3e2t

-i2n4t

-iols2

-iol4

-io2n5e1r4a

-io2n

-ion1er

-ions3k4a

-io2n2s

-ionsk4

-ions1ki

-ions1t4

-ions3tol4

-ionst4o

-io2ra4n

-io1r4a

-io3rom

-io1r4o

-io1rå4

-ios2

-i4r

-i2r3e2dd4

-ir2ed

-irs1kj4

-i2rs

-irsk4

-isdom2s1

-isels2

-is4e

-is2el4

-is2es2

-is1k4a

-isk4

-is1kr2

-is1ku4r

-i2s1kæ

-is2kø4

-is3s4e

-i2s1s

-iss1ku

-issk4

-ist4

-is1ta2g

-ist4a

-is1ta2p4

-is1tje

-istj4

-is2tom

-ist4o

-is2tru

-ist4r

-is1tun2n

-istu2n

-is1tyd

-ist4y4

-is1tæ

-is1tøj4

-istø4

-i2t

-itat1e

-it4a

-ita2t

-i2t1ej4

-it2e5r4a

-it1e2r

-it3e3r4o

-its2t4r

-i2ts

-itst2

-its3tyk4

-itst4y4

-itt3eral4

-i2t2t

-itt1e2r

-itt2e3r4a

-iums1k4

-ium2s

-ius1

-iv1eg1e

-ive4g

-iv1e4g2n

-iv4el4

-iv3e2n2

-iv4e3ne

-iv2e4r4a

-iv1er

-iv4e1re

-iv5e2r3e2d.

-iver2ed

-iv5er2el4

-iv3eru

-ivne2

-iv4n

-ivs1kil4

-iv4s

-ivsk4

-ivs1t2

-ivs2til4

-ivs1t4i

-í1l4

-j4

-jae2

-j4a

-jag3e1re

-ja2g

-jag1e

-jdamm5

-jd4a

-jd2e2r4a

-jds1k4

-j2ds

-jds1t2

-j2e2n4a

-jen2

-j4e1ne4

-je2ne4k4

-je2no

-j2e3nor

-je2rad

-j2e1r4a

-je5ras

-je3rom

-j2e1r4o

-j2e1ru

-je2rø4

-je1rå4

-j2e3t4o

-je3tr4o

-j2e1t4r

-jle2r2ev

-jl4

-jl2e1re

-j4ls1kj4

-jlsk4

-jne2

-j2n5e1r4a

-jn1er

-jn5er2el4

-jn4e2re

-jone2

-jo2n

-jon1e4t

-jord4en2

-jo1ru

-jó1

-jr2e3r4a

-jr1e2r

-jrs1te

-j2rs

-jrst2

-jrs1t4i

-jrs1t4r

-js2e4e5

-js4e

-js2es2

-js1k4a

-jsk4

-js1ke

-js1kos

-js1kr2

-js1ku

-js1kø4

-js1tas

-jst2

-jst4a

-js1t4el4

-js1t1e2r

-js1ti2p4

-jst4i

-js1t4o

-js1tr4a

-jst4r

-js1tr4o

-js1tu

-js1tæn

-jt3els

-jt2el4

-jt2e4ni

-jt1en2

-jug4

-juge3n2

-jug1e

-jug3e2ri

-juls1t2

-jul4

-jus2

-juv4

-jys2

-j4y4

-jæg3

-k4

-2k.

-4ka.

-k4a

-2kab4

-3k4ab4a

-3kabi

-3kabl4

-kabs3t2

-2kad

-2kaft

-kaf4

-k4ag4e1r4a

-ka2g

-kag1e

-2kag4t

-1kah

-1kaje

-kaj4

-2kal.

-kal4

-2k4al4a

-1kalej4

-1kalib4

-4kal4l4

-2kam.

-2kaml4

-2kam2s

-2k4an1d4a

-ka4n

-kan5di

-kan3e1ri

-kan1er

-2kan1n

-kan4ni4n

-kan3ni

-1kano

-kaos1

-4kap.

-ka2p4

-3ka2p4p4

-1k4ar4a

-ka6r

-3kar2g

-1k4ari2k4

-2kario

-1karm

-2kar2n.

-kar4n

-1kar4t

-2ka2s.

-2ka2t

-3k4at4a

-3k4au2k4

-2k2c2

-2k4e.

-2k4eb4

-ked1e4g

-k2ed

-ked2en2

-1kedl4

-k4eds1k4

-ke2ds

-keds1t2

-2k2e4e

-3kee2p4

-1kegl4

-ke4g

-2k4e4k4

-k4els2k4

-k2el4

-2kem4a

-k2em

-1kemo2t

-2ke2n.

-ken2

-k2e2n4a

-ke3na4n

-ke3nav

-2k4e1ne

-ke2n2el4

-ke3nel4l4

-k4e1no2g

-k4e2nos2

-2ke2n2s2

-2k2e1re

-2ke2rs

-ke1rude

-k2eru

-kerud2

-ke1rul4

-2k2es

-kes1kj4

-kesk4

-kes3tal4

-kest4

-kes2t4a

-1ket2c2

-ket1e2r3

-k4e3te

-ket3er2ed

-ket2e1re

-ke2th

-ke2ts2

-1ketsj4

-ke1tv4a

-k2e3tå4

-1k2ez

-2kf4

-2kh

-2ki4a

-2kib4

-kibs3t2

-2kid4

-ki2d2t4

-2kif4

-2kij4

-1kiks

-k4i2k4

-2kilt

-kil4

-2kimm

-2kind2

-ki4n

-1kin1et

-2kin1n

-1kio

-2kiol4

-4kir4o

-ki4r

-2kit4o

-ki2t

-2kiv

-2kj4a

-kj4

-kje2r

-2kjold

-kjol4

-2kjor

-2kju

-1kjæ

-2kjæl4

-2k4k4

-kke1ru2n

-kk2eru

-2kla4n

-kl4

-kl4a

-2kle

-2klib4

-2klig

-2klis

-2kluf4

-2klyd

-kl4y4

-2klær

-2klæs

-2kløs

-klø4

-2km

-2knav

-kn4a

-2kni4n

-2knor

-2ko.

-3kob4a

-kob4

-kod2

-2ko2d.

-2ko2dd4

-1kode

-2kodo

-2ko4e.

-ko4e

-2ko2ed

-2koet

-2ko4g.

-ko2g

-2kog4r

-2ko4gs

-2koi

-2koj4

-2koks

-k4o2k4

-2kol4a

-kol4

-kol2ds4

-2kole

-2koli

-3kolo2n

-2kom4a

-kom1e1th

-2kom4r

-2komu

-kon3et

-ko2n

-4kon4y4

-4konæ

-1koo

-ko5r4a

-ko6ra6r

-kord1erst2

-korde2rs

-ko3re2

-ko3ri

-korne4

-kor4n

-2korpe

-kor2p4

-2korpi

-1kor4r

-2korst2

-ko2rs

-ko1ru

-ko2rø4

-2ko2s.

-1kos4a

-kote4

-ko2t

-2kou

-2kov

-kov3el4

-2kow

-kr2

-4krab4

-kr4a

-2kral4

-2kramm

-3krani

-kra4n

-2k4ran2k4

-2k2ra2p4

-2kre2d.

-kr2ed

-2k2re2dd4

-kr4em

-kr3en2

-k2r4e1ni

-kr3e2r

-2kr1et

-2kr2ev

-2krib4

-2krid4

-2krif4

-kri4g4r

-1krim

-2kr2i2n.

-kri4n

-2krine

-2kri2p4

-2kriv

-1kro4e

-kr4o

-2kro2g

-1k2ro2p4

-2kro2t

-2kru

-3k4ru2k4

-3krumm

-3krumt

-1kr4y4

-2kræd

-2k4ræk4

-2k2ræl4

-2kræmt

-2kræ2n4t

-2k2røg

-krø4

-1krøs2

-2krå4

-ks2e2rør

-ks4e

-kse1rø4

-ks1k4a

-k4sk4

-ks1ken2

-ks1kild

-kskil4

-ks1kor

-ks1kr2

-ks2kri

-ks3kri4n

-ks1ku

-k2s1kæ

-ks1kø4

-k2s1s2

-ks3ta4g.

-kst2

-kst4a

-ksta2g

-ks1tal4

-ks1ta2n4t

-ksta4n

-ks1tas

-ks1t4em

-ks1t2e3ri

-kst1e2r

-kst3er2n.

-kster4n

-ks1t3er4r

-ks1t3et

-ks1t4i

-ks1torv

-kst4o

-ks1tu

-ks2tu2n

-ks3tu4r

-kstur1e

-ks1t4y4

-ks1tøj4

-kstø4

-2kt

-k2t1e2p4

-kt3e3r4a

-kt1e2r

-kt3ere4g

-kt2e1re

-kte4ri4n

-kt2e3ri

-kt3e2ri2n2s2

-kt3e3r4o

-kts1tr4a2

-k2ts

-ktst2

-ktst4r

-4kud

-4kue

-2kuf4

-1kug

-kuke3

-k4u2k4

-1kuli

-kul4

-2kul2p4

-1kult

-2kum.

-1ku2p4

-2kur2ed

-ku4r

-2kur1et

-2k4ur4k4

-k4urs1k4

-ku2rs

-kurs1t2

-kus1te

-kust2

-kvan2ds1

-kv4a

-kva4n

-2kvä

-2kve

-2kvu

-2kvæ

-3kvæg2

-2kvå4

-2ky.

-k4y4

-2kyd

-4kye

-2kyg

-2kyld2

-kyl4

-2kylle

-kyll4

-k4ys2k4

-1ky2s1s

-kys2t4

-2kyt

-3kæbe

-kæb4

-1kæd

-2kæf4

-2kæg2

-2kæl.

-kæl4

-kæls2

-2kælv

-2kæmt

-2kæn

-2kæri

-2kærm

-2kæv

-kæv4s2

-1kø.

-kø4

-1køe

-2køg

-2køj4

-1k4øk4

-2køl.

-køl4

-køls2

-køns1t4

-kø2n2s

-2kø2n4t

-2kø2r.

-kør1eg1e

-køre4g

-2kør4t

-2køt

-1kåd

-kå4

-2kån

-2kår

-3kåri

-l4

-laas1

-l4a

-la4a

-lad1ej4

-lad3eve

-lad2ev

-lan3dri

-la4n

-lan1d4r

-lan3e1t4r

-lan1et

-lan4gs2

-lan2g

-laos2

-lar1e4g2n

-la6r

-lare4g

-lar3ev

-lave2n4e.

-lav1en2

-lav4e1ne

-lav2n2s1

-lav4n

-l5á

-lda2t3

-ld4a

-ld1e4g2n

-lde4g

-ld3elsk4

-l4d2el4

-lde2n2s2

-lden2

-ld4er

-l4de1rul4

-ld2eru

-ld3eu4r

-ld2eu

-lds1ker

-l2ds

-ldsk4

-lds1te4k4

-ldst2

-lds1t4r

-lear5en2

-l4e4a

-lea6r

-leks1t2

-le4k4

-lelære6

-l4el4

-l4elæ

-lems1kr2

-l2em

-lem2s

-lemsk4

-l2e3ni

-len2

-le1no

-l2e1nu

-lera2n2s1

-l2e1r4a

-lera4n

-ler1epi

-l2e1re

-lere2p4

-le3r1e2r

-le3r2es

-le3rom

-l2e1r4o

-le5ror

-l2e1ru

-les1kor

-l2es

-lesk4

-les1ku4r

-les1køn

-leskø4

-lesov3

-les2o

-les1te4k4

-lest4

-l4e3tal4

-l2e1t4a

-le3tan2g

-leta4n

-le2th

-le2tre2

-l2e1t4r

-le2ts2

-le1tw4a

-l2etw

-l2e3tå4

-lfs1k4

-lf4

-lfs2v3

-lgas1k4

-lg4a

-lg3e1n4a

-lg1e

-lge2n2

-lg3e1ni

-lg3er2ef4

-lg2e1re

-lg3er1e2r

-lg2e4ri

-lg3erid4

-lg4e5ri4e

-lg5e1r4o

-lg3eru

-l2gre4

-lg4r

-li2gid4

-li1gi

-l4i2gl4

-li2grum

-li1g4r

-ligs2t2

-li4gs

-li2gu2n

-li1gu

-li2gæ

-liks2

-li2k4

-liks1t2

-lis2t4

-lk2e3t4a

-lk4

-lks1ko

-lksk4

-lle2ds2

-l4l4

-ll2ed

-lles1kør

-ll2es

-llesk4

-lleskø4

-lles1tim

-llest4

-llest4i

-lles1t4r

-lle1tv

-llit1e

-lli2t

-lls2

-lme2

-lm3els

-l4m2el4

-lm5en2eu

-lm1en2

-lm4e1ne

-lm3e1ni

-lm3eru

-lm1er

-lm2e3t4a

-lms1t4o

-lm2s

-lmst2

-lne2

-lobus1

-lob4

-lo3re2

-lo4r3e4k4

-lo5r3en2

-lo3ri

-lo3r4o

-lo2rs1

-lo3r4y4

-lple2

-l2p4

-lpl4

-lps1k4

-lps1t2

-lros1

-lr4o

-lsam1e

-ls4a

-lses1k4

-ls4e

-ls2es

-lses3t4

-ls3kabi

-lsk4

-ls2kab4

-lsk4a

-l4s1kal4

-ls1ka4n

-ls1ko2p4

-ls1kor

-ls1kos

-ls1kr2

-l4s1kul4

-ls1ku4r

-l2s1s4

-ls2ski

-lssk4

-ls1ta2k4

-lst2

-lst4a

-l4s1tal4

-ls1te4g

-lst3en1n

-lst1en2

-l2s1t4es

-ls1ti2t

-lst4i

-ls1tj4

-ls3tjæ

-ls3tolk4

-lst4o

-lstol4

-ls1trå4

-lst4r

-ls1tøj4

-lstø4

-lt1eks2p4

-lte4k4

-lt3ekst4r

-lt2ekst4

-lt3els

-l4t2el4

-lt1epi

-l2te2p4

-lt1e4r

-lte5ra2t

-lt2e3r4a

-lt3ere4g

-lt2e1re

-lt4e5r1en2

-lt3e3ræ

-lts1k4a

-l2ts

-ltsk4

-lts1kis

-lts1k4y4

-lts2t2

-lts3tu

-lun5di

-lu2n

-lups1t2

-lu2p4

-lus1t4i

-lust2

-l4v3el4l4

-l4v2el4

-lv3emb4

-lv2em

-lv3e2r4a

-lv1er

-lv3er2e4k4

-lv2e1re

-lv2e1ru

-lv2e3rø4

-lv3ev4a

-lv2ev

-lv4s2

-lyks3

-l4y4

-lyk4

-ly2n2s2

-lys1k4

-lys2ker

-lys3te4k4

-lyst4

-lys2te

-lys1t2e3r4a

-lyst1e2r

-løs1te4k4

-lø4

-løst4

-mad3els

-m4a

-mad2el4

-mads2t4r

-ma2ds

-madst2

-maks1t2

-ma2k4

-mals2

-mal4

-man5do

-ma4n

-mas2k4

-mas2t4

-mat5e2s1s

-ma2t

-mat4es

-ma2ts2

-m2eg4a

-me4g

-m1e4g2n

-m1eks

-me4k4

-m1en2

-m4e4na.

-m2e1n4a

-m4e4na2t

-me3n4e.

-m4e1ne

-m5e2n3ed

-men3eu4r

-men2eu

-m2eno

-mens1te

-me2n2s

-menst2

-m2e3nu

-men3ve2d.

-menve2

-menv2ed

-m1er

-me3rab4

-m2e1r4a

-me2rad

-m3e2raf4

-m3e2ra2g

-m3era2k4

-m4e3ra4n

-me5ra2n2s

-m3e4rarb4

-me2ra6r

-m4e5ra2t

-me3rav

-m4e2re

-m5e2r1eft

-meref4

-m5er2em

-me4rence

-me3r1en2

-meren2c2

-m6eren2s.

-mere2n2s

-m5e4rens4e

-m4e3r1et

-mer3ev1en2

-mer2ev

-m3e2r1im2p4

-m2e1ri

-me2riu

-m4erob4

-m2e1r4o

-m3er2ö

-m4e4ru2p4

-m2eru

-m4e4rus

-m4e3r4y4

-me4ryt

-m2e2ræ

-m3eræn

-me3rær

-me3ræs

-me2rø4

-m1e2t.

-me3tad

-m2e1t4a

-me3taf4

-meta4n3

-me4tav

-m1et2c2

-m4e3te4

-met3e3r4a

-met1e2r

-met3er2es

-met2e1re

-m1e2tf4

-m1e2thl4

-me1th

-me3thu

-m1e2t2k4

-m1e2tl4

-m1e2tm

-m1e2t4n

-m3e2tov

-m2e1t4o

-m1e2t2p4

-m2e3t4r

-me5trå4

-m1e2ts

-m1e2t2t

-m3etw

-m1etz

-mé2

-mi3g4o

-mi3g4r

-mi2s3kl4

-misk4

-mis1t4a

-mist4

-mis3til4

-mist4i

-mis1t4o

-mis1t4r

-mis3trø4

-mis1tv

-mis3tyk4

-mist4y4

-m2k4

-mm3e1n4a

-mm1en2

-mm5e2no

-mm4e4ra4n

-mm1er

-mm2e1r4a

-mm5eren2g

-mm4e2re

-mme3r1en2

-mme2ri2k4

-mm2e1ri

-mm3e1r4o

-mm2e4ræ

-mm1et

-mm2e2t4a

-mo3re

-mo4rele

-mor2el4

-mor2g3

-mo3ri4n

-mo1ri

-mo3r4o

-morte4

-mor4t

-mo1rud2

-mo3ru4r

-mo1ræ

-mpa2t2

-m2p4

-mp4a

-mp2e5r4o

-m4r

-mre4

-mr3e1r4a

-mr1e2r

-m2s

-ms2e3ri

-ms4e

-ms1kis

-msk4

-m2s3kl4

-ms1kn

-ms1ko

-ms3kor

-ms1kræ

-mskr2

-ms1ku4r

-ms1ta2g

-mst2

-mst4a

-ms1tal4

-ms1tas

-ms1t4e4a

-ms1te4g

-ms1t4em

-ms1tils

-mst4i

-mstil4

-ms1tim

-m2s1to2g

-mst4o

-ms1t2raf4

-mst4r

-mstr4a

-ms1t2ro2p4

-mstr4o

-ms1træ

-ms1tu2n

-ms1tæk4

-ms2tå4

-mts1k4

-m2ts

-mum2s1

-mun1dr3e2t.

-mu2n

-mund4r

-mundr1et

-mure4

-mu4r

-mus2k4

-mus4k4a

-mve2

-m2w

-my2n2s2

-m4y4

-mø2n2s2

-mø4

-mås2

-må4

-2n.

-2n4a4a

-n4a

-3naad

-3naal4

-2na2d.

-nade2n2

-2na2ds

-2naf4

-2nag4t

-na2g

-2naks

-na2k4

-2na2kt

-naktive2

-nakt4i

-nak2tiv

-2nakv

-2nald

-nal4

-2nal4l4

-2nam2p4

-3namt

-2n4an4a

-na4n

-nanas1t2

-2na2nf4

-3na2nj4

-2na2nl4

-3nan1n

-2na2n2s

-2narb4

-na6r

-2narki

-nar4k4

-2narm.

-2nar4t

-4nas2p4

-4na2s1s

-nat1e

-na2t

-4natom

-nat4o

-2na2t2t

-3naz

-n1d4a

-n3dah

-4n1de

-n2d3eft

-ndef4

-n2d1en4g.

-nden2

-nden2g

-nde2ni.

-nd2e1ni

-nde2no

-nder3est4

-nd2e1re

-nder2es

-nd4et

-n1dé

-n3di

-2ndl2e1t4o

-ndl4

-n3do

-1n6do4gs

-n2do2g

-ndo1r3e

-n1dó

-n3dra.

-nd4r

-ndr4a

-n5d2ra2g

-n3dreg4r

-n2dre4g

-n3dr2e2p4

-ndr3e4r

-ndr5er2el4

-ndr4e1re

-n3dri2k4

-n3dros2l4

-ndr4o

-n3drue

-n3dru2p4

-n2dræ

-n3dræb4

-nds1kal4

-n2ds

-ndsk4

-ndsk4a

-nds1køn1n

-ndskø4

-ndsov1er3

-ndsov3

-nds2o

-ndsove4

-nds1ta2g

-ndst2

-ndst4a

-nds1to2n

-ndst4o

-nds1tri

-ndst4r

-nds1tæn

-ndte4

-n2d2t

-n1du

-n3d4y4

-n1dæ

-n3dø4

-n1dås

-ndå4

-n3e2dd4

-n2ed

-ned3e1r4o

-2n1ef4f4

-nef4

-4n1eft

-n1ege2n2s

-ne4g

-neg3e2n2

-neg1e

-4n3eks

-ne4k4

-neks1t2

-6ne2kt

-2n3elef4

-n2el4

-4neli2t

-4nemb4

-n2em

-nem2s2

-n1e2n2

-ne3na2k4

-n2e1n4a

-n3enal4

-4nenav

-4nenh

-4ne2nm

-n2eno

-nens1t2

-ne2n2s

-4ne2n4t

-n2e3n4y4

-n2e4næ

-neps1

-ne2p4

-n1er

-n3e2r.

-2n4e1r4a

-ne3r4a4a

-ne2rab4

-ne3ra2p4

-n4e2re

-n5ere4k4

-n3er2el4

-n5e2r3ele

-n5e2r3els

-ne5r1en2

-n4e3r1et

-n5er3ev

-3ner2g

-n4e5ri.

-n2e1ri

-n4e5ri4e

-ne5rim

-n3e2rind2

-neri4n

-n4e5ris

-n3er4n

-n3e4ror

-n2e1r4o

-n3erou

-ne3rov

-ne2roz

-n4e2rum

-n2eru

-ne1ru2n

-2n4e3rus

-n3e2ræ

-n2e2røm

-ne1rø4

-nerøve4

-n2erøv

-nes2k4

-n2es

-neska4n4

-nesk4a

-nes2t4

-n1et

-2neta2g

-n2e1t4a

-ne2ta2k4

-n4eta4n

-ne4tav

-ne4te4k4

-n4e3te

-n5e4tenh

-net1en2

-ne2th

-3ne2t2h.

-2n2e1t4o

-n4e2to.

-ne2trad

-n2e1t4r

-netr4a

-nette2

-ne2t2t

-4n2e1tu

-n3e2tud

-ne1tv4a

-n3etw

-n2e4t4y4

-n4e3tæ

-ne4tæ2p4

-n4e1tø4

-5n4euv

-n2eu

-ném1

-3nè1

-2nf4

-nfølg3

-nfø4

-nføl4

-n2g

-ng3e2dd4

-ng1e

-ng2ed2

-ng4e1ne2

-nge2n2

-nge3n3et

-ng4e2ram

-ng2e1r4a

-nge3rej4

-ng2e1re

-ng3e3r4el4

-ng2e2ri

-ng3erid4

-ng5e1r4o

-ng2etv

-ngr4e3n2d.

-ng4r

-n2gre2

-n4grend

-ngr1en2

-ngs3kab4

-n4gs

-ngs1k4

-ngsk4a

-ngs3t4em

-ngs1t2

-ngs2te

-ng2s3t4es

-ngs3tæn

-nhlm3

-nhl4

-2nid4a

-nid4

-nid5e2p4

-ni2e4r4a

-ni4e

-2nif4

-ni3g4r

-3nij4

-4nikø4

-ni2k4

-4nild

-nil4

-2nimo

-2nim2p4

-2nind2

-ni4n

-nin2d4r

-2ni2nf4

-nings3t2

-nin2g

-nin4gs

-2ni2n4t

-2ninve2

-4nisken2

-nisk4

-nist6

-ni2ts1

-ni2t

-2nivo

-3niø4

-2nj4

-n2k4

-nk2e1ru

-nks2

-nkte4

-n2kt

-2nl4

-2nm

-n1n

-n3n4a

-nn4ed

-nn4e4k4

-n3n1e2n2

-n3n1er

-n4n4e1r4a

-nn3e1r4o

-nn2e1ru

-n4ne1rø4

-n3ni

-n3no

-nns1th

-n2n2s

-nnst2

-nns2tras2

-nnst4r

-nnstr4a

-n3n4y4

-n3næ

-n3nø4

-3no4a

-1nod

-1nof4

-nog3e1ni

-no2g

-nog1e

-noge2n2

-3nog4r

-1noh

-1noi

-2nold

-nol4

-2noli4e

-nomis4

-3nomm

-3nomo

-2nom4r

-4nomt

-4nonc2ev

-no2n

-non2c2

-1noo

-1nop4a

-no2p4

-2noper

-no5r4a

-2nord

-nor2ds2

-no3re

-2nor2g

-no1ru

-no3rær

-1nou

-1nov

-3nov4a

-3nov6es2

-npis4

-n2p4

-2n2s

-ns4kab4

-nsk4

-nsk4a

-ns1ke2ds

-nsk2ed

-nske2rø4

-ns3kjæ

-nskj4

-ns1ko

-ns3kom

-ns1kr2

-ns3krav

-ns1kr4a

-ns2krø4

-ns1ku4r

-ns3ku4t

-ns1kyn

-nsk4y4

-ns1kø4

-ns3køn

-nso6renh

-ns2o

-nso5r3en2

-nso1re

-ns3s2o

-n2s1s

-ns1ta2g

-nst2

-nst4a

-ns1tas

-ns1t4e4a

-ns1te4k4

-ns1t4eo

-n2s1t4es

-ns1tim

-nst4i

-n2s1to2g

-nst4o

-ns1t2raf4

-nst4r

-nstr4a

-ns1tri

-ns1tro.

-nstr4o

-ns1tr4y4

-ns1træ

-ns1tu

-ns1tær

-ns1tæ2t

-ns2tør

-nstø4

-2n4t

-n2t1ej4

-ntekas2

-nte4k4

-ntek4a

-nt1eks4a

-nt1eks2p4

-nt3e4r4a

-nt1e2r

-nt4e5ra2p4

-nt3e4rej4

-nt2e1re

-nt3er2eu

-nte4rid4

-nt2e3ri

-nt3eru

-ntg3

-nto4r4a

-nt4o

-n2tov3

-ntus2

-2nud

-1nue

-1nuë

-2nuh

-3nui

-1nul4

-3nul4a

-2nuld

-2nul4y4

-2nund

-nu2n

-2nur4n

-nu4r

-2nur4t

-2nusk4

-nus3k4a

-nus1t2

-3nü

-nvas1t2

-nv4a

-nve2

-4ny4a

-n4y4

-3nyb4

-nyi4n2

-2næbl4

-næb4

-2næ4g.

-næg2

-2næ4gs

-næs2k4

-3næ2t

-2nø.

-nø4

-nø2ds2

-nøds3t4i

-nødst2

-2nøj4

-2nøk4

-2nøv

-1nåd

-nå4

-2nåd4a

-1nål4

-oa2ds2

-o4a

-ob2e2r4a

-ob4

-obs2

-oces1t4r

-o2c2

-oc2es

-ocest4

-od4em

-od3en2den2

-oden2

-ode4n1de

-ode3nå4

-ode4r2el4

-od2e1re

-ode5rim

-od2e1ri

-od1erklæ

-oder4k4

-oderkl4

-od2s2kam

-o2ds

-odsk4

-odsk4a

-ods2t4a

-odst2

-ods1to2p4

-odst4o

-o4e

-o2e1nu

-oen2

-o2e1ru

-oe2rø4

-o2e3t4o

-o1ë

-o2g

-oga6r4

-og4a

-og3eg1e

-og1e

-og2e4g

-og3e3na2t

-oge2n2

-og2e1n4a

-og6e1ne

-ogs2t2

-o4gs

-ogs4t4a

-ogs3tj4

-oile2t

-oil4

-ois2

-oja2g4

-oj4

-oj4a

-o2k4

-oks2t2

-oks3tr4y4

-okst4r

-olar5en2

-ol4

-ol4a

-ola6r

-old3eve

-old2ev

-olds1t4i

-ol2ds

-oldst2

-olds3t4r

-ol2e3r4a

-ole3th

-olim3

-olks1

-olk4

-olts3t2

-ol2ts

-olv2t4

-omat1e4

-om4a

-oma2t

-om1e4g

-om4el4

-om3end

-om1en2

-om2e2r4o

-om1er

-ome5ror

-om3esk4

-om2es

-om2e2t4a

-om3e1tj4

-om2e2t4o

-om2e5t4r

-omm3er

-omm5er2ev

-omm4e2re

-omst6

-om2s

-oms1tr4a

-omst4r

-o2n

-ond4

-on5do

-on3d4r

-on1då4

-ons1ken2

-o2n2s

-onsk4

-ons1ker

-onst4

-onst5en2

-ons3ti4n

-onst4i

-ons3tu2n

-ons1tu

-ons1tv

-onts1k4

-o2n4t

-on2ts

-onts2t2

-ood3ev

-oo3r4o

-oote4

-oo2t

-oo2ts2

-open4

-o2p4

-ops1t1e2r

-opst2

-o1r4a

-o3ra.

-o3rae

-o3ra2g

-o3ran2s.

-ora4n

-ora2n2s

-o3ra2n4t

-o3ra2p4

-o3ra2s.

-o3rast2

-o6ra2tl4

-ora2t

-o5rav

-o1rá

-o1rä

-ord1eg1e

-orde4g

-ord1ej4

-ord1end

-orden2

-ord5e1r4o

-o1re

-o3r4eb4

-o3r2ed

-o2r1ej4

-o3r2e4k4

-o2r3els

-or2el4

-or3en2

-o3re2n.

-oren4d

-o3r7end4e.

-ore4n1de

-ore3n2ed

-or4e2ne

-o4r2e1ni

-o3re2n2s

-o2r1epi

-ore2p4

-o3r2es

-o3r1et

-o3r4evis

-or2ev

-o1ré

-org3e2ri

-or2g

-org1e

-o1ri

-o4rind2

-ori4n

-o3ri2n4t

-o3rio

-orns1t4o

-or4n

-or2n2s

-ornst2

-o1r4o

-o2roli

-orol4

-or2s1kæ

-o2rs

-orsk4

-ors1tal4

-orst2

-orst4a

-ors1t4eo

-o1ru.

-o3rum

-orun1d

-oru2n

-o2ru4n1de

-o3ru2p4

-o1rus

-o1r4y4

-o2ryd4

-o2ryg

-o1rø4

-o1rå.

-orå4

-o1råd

-os2kv

-osk4

-os3kvi

-os2n2

-ost4

-os3toft

-ost4o

-os2tof4

-os2t4y4

-o2t

-ot2e4r4o

-ot1e2r

-ot1e4t

-oto4ra4n

-ot4o

-oto1r4a

-oto2ri4n

-oto1ri

-ots1k4a

-o2ts

-otsk4

-oun2ds2

-ou2n

-oup2e3ri

-ou2p4

-ourm3

-ou4r

-ous1t4o

-oust2

-ov6e.

-ov4ed

-oved1end

-oveden2

-ov1eje

-ovej4

-ov3elv

-ov2el4

-ov3e1no

-ov1en2

-ove5re2ds

-ov1er

-ov2e1re

-over2ed

-ov3eve

-ov2ev

-ovs2k4y4

-ov4s

-ovsk4

-ovs1t4em

-ovst2

-ó1b4

-ó5n4a

-ó3p4

-ó1v

-ö1d

-öde2

-ö1g1e

-ö4gs2

-öls1

-öl4

-ö1ni

-ö1r

-ö3re

-ö4r3en2

-ö2rs2

-ö1s

-öst4

-ö1te

-1ö1v1

-ö1w

-2p4

-pan3e1ri

-p4a

-pa4n

-pan1er

-pante6

-pa2n4t

-p4as2t4a

-past2

-pelm4

-p2el4

-pen2g4

-pen2

-p2e3r4a

-per4ed

-p2e1re

-per1ef4

-pe3r2ei

-pe3rej4

-per3el4

-pe3r2es

-pe3r2ev

-pe5rio

-p2e1ri

-pe3rom

-p2e1r4o

-p2e1ru

-pe3ta4n

-p2e1t4a

-p4e5t4i

-pe3tov

-p2e1t4o

-p2e3t4r

-p2e5tu

-pé2

-pi3g1e

-ping3e

-pi4n

-pin2g

-pio1ru

-pis1th

-pist4

-pis4t4o

-plad4

-pl4

-pl4a

-pl2e4e6

-plus1

-pman2ds1

-pm4a

-pma4n

-polt3

-pol4

-po2ra4n

-po1r4a

-po3re

-port1e4g

-por4t

-port3ev

-po1ru

-po3rær

-pos2

-ppe4ral4

-p2p4

-pp2e3r4a

-pris1t4

-prø2rs1

-prø4

-prås1

-prå4

-ps2e5r4o

-ps4e

-ps1k4a

-psk4

-2p4s1ko2p4

-ps1kor

-ps1kr2ed

-pskr2

-ps1kær

-p2skæ

-ps1ta2t

-pst2

-pst4a

-2p4s1tem2p4

-pst4em

-ps3ti4n

-pst4i

-ps1tj4

-ps2tu

-ps1tæ

-pt4em

-pt3eras

-pt1e2r

-pt2e3r4a

-pt3e4r4o

-pto4r4a

-pt4o

-p2ts2

-puci4n5

-pu2c2

-put3e4r4o

-pu4t

-put1e2r

-put3eru

-2r.

-2r4a4a

-r4a

-4raa.

-2rabs

-rab4

-4ract2

-ra2c2

-2ra2dd4

-2rad2el4

-4radf4

-2radg

-4radm

-2rad4r

-4radre

-2radv

-2raf4

-4rafd

-4rafg

-4rafh

-ra3fi4n

-ra1fi

-r4a1fl4a

-rafl4

-ra1fl4y4

-ra1fre

-4rafs

-4raft

-rafte4

-4rafv

-3ra1fø4

-2ra2g

-rage4n2

-rag1e

-4rag4t

-4ra2kt

-ra2k4

-6rak2t.

-ralit1et1

-ral4

-rali2t

-2rallé

-rall4

-4rambi

-ramb4

-rame4t

-2ramf4

-4rammu

-ram2s2

-4r4an4a

-ra4n

-ran3dad

-r4an1d4a

-ran2de4k4

-ra4n1de

-2ra2nf4

-4r4anf4a

-4rang4r

-ran2g

-2ranh

-2rankl4

-ran2k4

-4ra2nl4

-4rans2i

-ra2n2s

-4rans2v

-2ra2n4t

-2ra2p4

-5rapi4e

-4r4app4a

-rap2p4

-2ra6r

-4rarb4

-3rare

-5rar4e.

-4r4ar4e4a

-4rar2g

-3rari

-4rarm

-4rar4r

-4rar4t

-3raru

-4rarv

-5rar4y4

-2rasj4

-ras2k4

-2ras2p4

-2ra2s1s

-4rass2i

-rat3e3r4o

-ra2t

-rat1e2r

-4ra2tl4

-rats2t2

-ra2ts

-4ra2t2t

-2rau4t

-rav1e2p4

-1rà1

-1rät

-rb2e5r4a

-rb4

-rbi1g

-rd1en2g

-rden2

-rde2no

-rde3rom

-rd2e1r4o

-rd3eu4r

-rd2eu

-rds1k4

-r2ds

-rds2k4i2k4

-rds2k4o2k4

-rds1ko

-rds2kr2

-rds3krig

-rds4kv

-rds1t4r

-rdst2

-rds1tæ

-2re2dd4

-r2ed

-reds3t4o

-re2ds

-redst2

-4r1ef4f4

-ref4

-2r1eft

-2reg3e2n2

-re4g

-reg1e

-r3ei1g4a

-r2ei

-5rei4g2n

-2rei4n

-2reje

-rej4

-r1e2k4k4

-re4k4

-2r1eks

-3r4ek2s.

-4r3eks4a

-4reks4e

-4reks2p4

-r3ekspo

-2relb4

-r2el4

-2rele

-4r3el2em

-2rels

-2r3elv

-3r4elæ

-4r3emb4

-r2em

-rem3els

-rem2el4

-4remn

-2rem2p4

-r1en2

-r4e1n4a

-re3nad

-r4e4nas

-r4e1n2d.

-r7end4e.

-re4n1de

-r7en2den2

-4render4n

-r4e2ne

-r4e4n4e1ne

-re3n3e2n2

-re3n3er

-re3n3et

-4ren4g.

-ren2g

-4reng1e

-4renh

-2r2e1ni

-r4e4nid4

-re2nih

-re3ni4n

-r4e3niv

-4ren2k4

-r4e3no

-2rens2em

-re2n2s

-rens4e

-4rensk4

-4rent4r

-re2n4t

-4rentu

-r2e1nu

-3r4eo

-2r1eph

-re2p4

-2repis

-r1e2r

-r4erad

-r2e1r4a

-r4era2k4

-re3ram

-r3e2ra6r

-r4e3ras

-re3ra2t

-r4e1re

-rer2ef4

-r5er4e4k4

-r1e3r1e2r

-r4e3r1et

-re2r3ev4n

-rer2ev

-2rerf4a

-rerf4

-2rerhv2

-2r3e2rind2

-r2e1ri

-reri4n

-2rer4k4

-r3erko

-2rernæ

-rer4n

-r2e3r4o

-r6e5rol4

-re4rom

-r3e2ro2p4

-r3e4ror

-4r6ero2t

-2rerst2

-re2rs

-r3eru

-re3ru2n

-r4e5ru4t

-r2e3rø4

-r2e5rå4

-2resk4

-r2es

-res2s1k4

-re2s1s

-res2s1t2

-res3tab4

-rest4

-res2t4a

-res3tale

-restal4

-2restim

-rest4i

-r1et

-r3e2t.

-re2ta2p4

-r2e1t4a

-r4e4te

-r5et2em

-re5t1en2

-re2th

-r3e2t2h.

-4re3th4a

-r2e3thi

-r3e2ths

-4re3th4y4

-r3e2t2k4

-r3e2tl4

-r3e2t4n

-r2e3t4o

-r3e2t2p4

-r4e3tr4a

-r2e1t4r

-re5tre2

-re3tri

-r3e2ts

-r3e2t2t

-r2e3tu

-2re2tud

-2r3e5tui

-r2e1tw

-r3etz

-r2e3tå4

-4r3eu4r

-r2eu

-2rev4n

-r2ev

-rfa2t2t3

-rf4

-rf4a

-rfa2t

-r2g

-rga6r2

-rg4a

-rg4ed2

-rg1e

-rge4n2

-rge5ne2n.

-rge4n3e2n2

-rg4e1ne

-rge5n3er

-rg2e2ri

-rg3eru

-rges1kå4

-rg4es

-rgesk4

-rg3e1t4a

-rgr4a2

-rg4r

-rhv1e

-rhv3ed

-2rid4e4a

-rid4

-5rideling1e

-rid2el4

-rideli4n

-ridelin2g

-2rid4eo

-3rid2s.

-ri2ds

-2ridse2ts2

-rids4e

-4ridyl4

-rid4y4

-5ri2eu

-ri4e

-ri3gi

-ri3g4r

-2rikan4er4e.

-ri2k4

-rik4a

-rika4n

-rikan1er

-rikan4e2re

-2rikan3e1ri

-4rild

-ril4

-2rilt

-2rim2el4

-2rimod

-2rim2p4

-4rim2s

-4rimå4

-2rind2

-ri4n

-4rin2d.

-4ri4n1de

-4rind2p4

-3rin1d4r

-4rin2ds

-4rin2d2t

-4rin3du

-4ri2nf4

-4ring2e1ni

-rin2g

-ring1e

-ringe2n2

-2rini2t

-2rin2k4

-2rinos

-2ri2n2s2

-4rins2p4

-4rinst2

-4rinsu

-2ri2n4t

-2rinv

-rio2n3

-ris1ki4n

-risk4

-2ris2n

-ris3toft

-rist4

-rist4o

-ris2tof4

-3riø4

-r4k4

-r2k2es4

-rks1t4el4

-rkst2

-rks1trad

-rkst4r

-rkstr4a

-rlave2

-rl4

-rl4a

-rm1et

-rm2e4t4r

-rmsve3

-rm2s

-rms2v

-rmus2k4

-r4n

-rn1d4r

-r2n4e3r4a

-rn1er

-rn3erud2

-rn2eru

-rne2rø4

-rn3e1t4a

-rn1et

-rn4e3tab4

-rn2n1et

-rn1n

-rno3r4o

-rns1ka4n

-r2n2s

-rnsk4

-rnsk4a

-rns1t4i

-rnst2

-r4o

-2robj4

-rob4

-4robs2

-roct3

-ro2c2

-2ro2dd4

-4rof4f4

-rof4

-2roid4

-2roli4e

-rol4

-2rom

-4rom.

-rom3er

-4rom2k4

-4romm

-4rom4r

-4romv

-2ro2p4

-4ropb4

-4ropd

-4rope

-4ropf4

-4ropg

-4rophol4

-3ropk4

-4ropl4y4

-ropl4

-4ro2p4p4

-4ropr

-4rops

-4ropt4a

-4ropt4i

-4ropv

-2ror

-ro2ra4n

-ro1r4a

-6rord

-6ror2g

-ro3rom

-r4o1r4o

-ro1ræ

-ros1ki

-rosk4

-ross1t2

-ro2s1s

-2rost4

-4rost1e2r

-2rov

-3rov.

-2rox

-r1ö.

-1rö1d

-1röl4

-1rö1r

-r4r

-rr2e4k4

-rr4eu

-rrive2

-rrot3t4e.

-rr4o

-rro2t

-rro2t2t

-r2rs2

-rrug4

-2rs

-rs1kor

-rsk4

-rs3kro2g

-rskr2

-rskr4o

-rs3ku2n

-rs1ku4r

-rs2kv

-rs3kvi

-rs1kø4

-rs2kød

-rs2køn

-r2s1s2

-rs2ste

-rsst2

-rs2ta2t

-rst2

-rst4a

-rs1t3er4r

-rst1e2r

-rs3toft

-rst4o

-rs2tof4

-r2s1to2g

-rs1tri4n

-rst4r

-rs1træ2t

-rs1tu2n

-rs1tus

-r4t

-rt1eks2p4

-rte4k4

-rtens1k4

-rt1en2

-rte2n2s

-rt3e3r4a

-rt1e2r

-rte5ra2g

-rt3eril4

-rt2e3ri

-rtorient1e3

-rt4o

-rto1ri

-rtori4e

-rtorien2

-rtorie2n4t

-rud2

-2rudb4

-2ru2dd4

-ruddan2n4ed

-rudd4a

-rudda4n

-ruddan1n

-2rudg

-2rudl4

-2ru2ds

-2rudv

-1rugb4

-2rug1e

-rug3e4re2nd

-rug2e1re

-ruge3r1en2

-1rug2g

-rugg1e2

-2rulf4

-rul4

-3ruln

-1rulo

-2rul4y4

-2rumæ

-run2d4a

-ru2n

-rund1erf4

-run3der

-ru4n1de

-run3e4s2c2

-rune2

-run2es

-1run4gs

-run2g

-2ru4r

-4rus2o

-4rusu

-rü1

-rv2e3r4a

-rv1er

-rv2e1ru

-rvi4e2

-rvs1t2

-rv4s

-rvst3e

-2ry4a

-r4y4

-ryd4

-4ryde

-4ryn2g

-4ry2p4

-rys4t4

-ry2t2t3

-4ræbl4

-ræb4

-2ræg2

-2ræl4

-2rænd

-2rær

-2ræsk4

-2røe

-rø4

-2røg

-rø4gs2

-3røgå4

-2røj4

-2røk4

-2røl4

-rø2n2s2

-røs2

-2røve2rs2

-røv1er

-røv4s3

-4røvsk4

-4rån

-rå4

-2s.

-sag1e2

-s4a

-sa2g

-2s4ag3e1r4a

-sags3t2

-sa4gs

-2sakr3e2r

-sa2k4

-sakr2

-sam3e2dd4

-sam2ed

-san4dø4

-sa4n

-sang3e

-san2g

-sa2n2s4

-saras1

-sa6r

-sar4a

-2sate

-sa2t

-3sa4y4

-2sb4

-2s2c2

-sch2

-sch4e2ris

-sch4e

-sch2e1ri

-sdag4es1

-sdag1e2

-sd4a

-sda2g

-s4e

-s2ed2

-se2e4ri

-s2e4e

-s2ejs4

-sej4

-4seli

-s2el4

-sels1t2

-sem3er

-s2em

-se2na4n

-sen2

-s2e1n4a

-s4e5nas

-2sen2ed

-s4e1ne

-se2n3el4

-se5nil4

-s2e1ni

-s2e2nø4

-se3raf4

-s2e1r4a

-2sera2k4

-2seral4

-2se2ra2p4

-s2e3re

-se5r1en2

-se6r2enh

-se4r3esk4

-ser2es

-se3rom

-s2e1r4o

-se3rov

-s2e1ru

-se3røl4

-se1rø4

-s4es1kr2

-s2es

-sesk4

-ses1ku

-sesov3

-ses2o

-sesov1er2

-sesove4

-ses1t4

-2s2e3t4a

-s2e3t4o

-s2e3t4r

-se2ts2

-s4e3ts4e

-se1tv

-s2f4

-sfr4

-2s2g

-sgiv3

-s2h

-s2i

-sid4

-si2ds2

-si2g4r

-2simo

-sin2d4r

-si4n

-sind2

-sin4gs2

-sin2g

-sis1t4i

-sist4

-sit1e

-si2t

-s1ka2g

-sk4

-sk4a

-2s1kam

-s3kam2p4

-s1k4an4a

-ska4n

-s3kano

-s3ka2n4t

-s1kao

-s1ka2p4

-2ska6r

-s3kar4r

-s1kas

-s3kate

-s2ka2t

-s1kav

-s1k2e1n2d2t

-sken2

-s1kig

-s3ki4r

-s1ki2t2t

-ski2t

-s1kjole

-skj4

-skjol4

-2s1kl4

-s3kla2t

-skl4a

-sklære5r1en2

-s2klær

-sklære2

-sklær4e4re

-sklær1e2r

-s1kn4a

-s1kniv

-s1kno

-s1knu

-s1knæ

-s1ko2g

-s1koh

-s1kol4l4

-skol4

-s1kom

-s3komi

-s3komm

-s3ko2n

-s1kor4n

-s1kr4a

-skr2

-s3k2raf4

-s1kris

-s3kri2t

-s1kro2n

-skr4o

-s3krus

-s2kru

-s3kræf4

-s1k4ræn2k4

-s3kult

-skul4

-s1ku2n

-s1kuv

-s1kv

-s1kys2t4

-sk4y4

-2skæ

-s1kærl4

-s3køb4

-skø4

-s1køl4

-s1kø2n2s

-s1kø2rs

-s1kåb4

-skå4

-s2l4

-2sle

-2sma4n

-sm4a

-sm3eru

-sm1er

-smi4gre2

-smi3g4r

-s2n

-snabs3

-sn4a

-snab4

-2sne

-sn4e5t4i

-sn1et

-2sni4n

-s2o

-sols2

-sol4

-so5ra2t

-so1r4a

-so5r3en2

-so1re

-so2r2er4k4

-sor1e2r

-so3r4o

-2sourc2es

-sou4r

-sour2c2

-sove4

-sov2e3re

-sov1er

-soveren2s2s

-sove3r1en2

-sovere2n2s

-sö5

-spr2es1

-s2p4

-srisici4e2

-sris2i

-srisi2c2

-2s1s

-s3s2el4

-ss4e

-s2se3ra2p4

-ss2e1r4a

-s3s2es

-s3si.

-ss2i

-s2s1t4es

-sst2

-s2s1to2g

-sst4o

-ssus1

-st2

-s2ta.

-st4a

-s2tald

-stal4

-stal2es1

-s2tali

-stand2

-sta4n

-s2tan2g

-s1tan2k4

-s2ta6r

-s4t4ed

-s1te4g2n

-ste4g

-s2tegn4e.

-s1te2k.

-ste4k4

-s1t4ekn

-st4el4

-s1tele4g

-s4tels

-st4em

-s4temm

-s2te2n.

-st1en2

-ste2na2g

-st2e1n4a

-ste3n2ed

-s2t4e1ne

-s2te2r.

-st1e2r

-s3t4e2ra2p4

-st2e3r4a

-ste4rav

-2s2t2e3re

-st6e3r3en2

-s4t4ermil4

-st3ermi

-s4t4erre

-st3er4r

-st4e3rum

-st2eru

-st4e3råd

-s2terå4

-2st4es

-s4t4e2s.

-s2thi

-s2ti2c2

-st4i

-s1tid4

-s3tig2g

-s2tig

-s2ti2k4

-s1tilb4

-stil4

-2s1tilf4

-s3tillid4

-s2tilli

-still4

-s3tilv

-s2ti4n

-s3ting4es

-stin2g

-sting1e

-s2tis

-s1tite

-sti2t

-s1ti2tl4

-2stjä

-stj4

-s1tje4k4

-s1tjen2

-stn3e1ri

-s2t4n

-stne2

-stn1er

-2sto2g

-st4o

-s5to4g.

-s2tog4a

-s5to4gs

-s3tolk4

-stol4

-s2tols1

-s2to2n2s2

-sto2n

-s2to2r.

-sto2ri2s.

-sto1ri

-s2tra.

-st4r

-str4a

-s1tra2k4

-s2trako

-s2tram

-s2tri4e

-s2tri2k4

-s1trus

-s2try.

-str4y4

-s1tryk4

-s4træd

-s1træn

-s1træs

-s2trø4

-s3t2røj4

-s2ts2

-s2t4t

-s2tub4

-s4tud

-s2tu2k4

-s1tun4a

-stu2n

-s1tu4r

-s3tur4n

-s1tus2i

-s1tviv

-s2tyl4

-st4y4

-2s3ty2p4

-s1tys2

-s1tyv

-s2tæg2

-s2tæn2g

-s3tæ2p4

-s1tær4t

-s2tæv

-s1tåg

-stå4

-s3tår4n

-supe4

-su2p4

-su2rs2

-su4r

-sus1k4

-sus3t4i

-sust2

-su4t4

-sute5

-s2v

-sve2

-sv2ed2

-sv3e1n4a

-sv1en2

-sve2n2s2

-svig3er

-svi1g1e

-sy2ds2

-s4y4

-2syge2n2

-syg1e

-syg4er

-sys3tof4

-syst4

-syst4o

-szig2

-sæv1e1r

-søgs3k4

-sø4

-sø4gs

-så2rs2

-så4

-sårs3t2

-2t.

-2tabr

-t4a

-tab4

-1tack4

-ta2c2

-2tad

-2tafh

-taf4

-2tafl4

-ta1fr

-2tafs

-2taft

-tafte4

-tag3e1ri

-ta2g

-tag1e

-tag3eru

-tag3et

-2tag4r

-2tag4t

-2ta2gv

-2t4ak4a

-ta2k4

-1takst2

-takte4

-ta2kt

-3talf4

-tal4

-2talsku

-talsk4

-2tam2c2

-2tamm

-tan3da6r

-ta4n

-t4an1d4a

-tan2de4k4

-ta4n1de

-2tan2d4r

-tan3dre4g

-tan2du

-2ta2nf4

-2ta2nm

-2tan1n

-taos2

-1tap.

-ta2p4

-1tape

-3tar2g

-ta6r

-tar2ts2

-tar4t

-1task4

-2ta2s1s

-2tat4i

-ta2t

-2tatu

-2tau

-3taux

-2tav

-tav2e3re

-tav1er

-3tavl4

-3tax

-1tà1

-2tb4

-2td

-2t4e.

-2tead

-t4e4a

-2tea2k4

-2teal4

-3team1

-2t4ed

-t5e2dd4

-2t2e4e

-4te4g.

-te4g

-2teg1e

-2te4gs2

-4teg4t

-4t2eh

-2t4ei

-2tej4

-tekamme4

-te4k4

-tek4a

-teklas2

-t4ekl4

-tekl4a

-t2ekst4

-teks2te

-2t4el.

-t2el4

-t3el2ev

-4teli

-2t4el4l4

-4telsk4

-telær4e5re

-t4elæ

-telære2

-telær1e2r

-2telø4

-teløn4

-3temae

-t2em

-tem4a

-t3emb4

-2temm

-4temn

-1temper

-tem2p4

-3tempo

-t1en2

-t4e3nav4n

-t2e1n4a

-t5en2den2

-te4n1de

-t3ender

-2t4e1ne

-te5n4e.

-te2n2ed

-ten3el4

-t5e3ner2g

-ten3er

-t5en4e1t4a

-ten3et

-4tenh

-t4e4nid4

-t2e1ni

-t2e1no

-t2e2nom

-t3ens2i

-te2n2s

-tenstr4a2

-tenst2

-tenst4r

-t2e1nu

-1teor

-t4eo

-2teorm

-2te2p4

-t1e2r

-t2e3r4a

-4te2raf4

-te4ra2g

-te4ra2k4

-t3eraks

-t4e5rale

-teral4

-t4e2ra2p4

-te4ra6r

-terarkæ2

-terar4k4

-te4ra4y4

-t3e4r1ef4f4

-t2e1re

-teref4

-ter1eg1e

-tere4g

-te3rej4

-t3er2e4k4

-ter3ekv

-te4r2el4

-te5rel4a

-te2r4els

-te4r4emn

-ter2em

-t4e3r1en2

-t5e4renh

-te5ren2s.

-tere2n2s

-t5erens4e

-te4rerf4

-ter1e2r

-t3e2r2er4k4

-ter3eve

-ter2ev

-t2e3ri

-t4e5ri.

-t3e4rim

-t3e2rind2

-teri4n

-t3e4ri2n4t

-t4e4ri4r

-4term1et

-4termil4

-t3ermi

-t3ernal4

-ter4n

-tern4a

-t3ern1e2n2

-tern5et

-1t5erni

-t3er2n4t

-t2e3r4o

-te5rod

-te4ro2k4

-t3ero2k4k4

-t3e4rope

-te2ro2p4

-t3e4ror

-4te6rord

-t3e4rou

-t3er4r

-2ter4t

-4tertu

-t3erud2

-t2eru

-te3rul4

-t2e3ræ

-t2e3rør

-te1rø4

-2terå4

-t4es

-2t4e2s.

-2tes4a

-tes2k4

-2test4r

-test4

-2tesø4

-tesøn4

-t1et

-t2e3t4o

-t2e3t4r

-6t2e1tu

-te1tv

-2t4ew

-2tf4

-tfo2r

-2t2h.

-3than4y4

-th4a

-tha4n

-3t2ha6r

-4thav

-4th2ed

-th4e

-3th2em

-th2e3r4a

-3th2es

-3th2i2n.

-thi4n

-2thj4

-2thl4

-2thm

-2thn

-1tho2t

-2ths

-2thu

-4thv

-2thw

-1thyr

-th4y4

-2thæ

-2thø4

-t4i

-2ti.

-2tid4r

-tid4

-tids3t2

-ti2ds

-2ti4e

-2tif4

-2tig

-2til.

-til4

-2tilen2

-1tilg

-2tilh4e

-3tilhe2ds

-tilh2ed

-1tilhæ

-2tille

-til4l4

-2tilli

-1tillæ

-1tilm

-1tilr

-1tils4y4

-2timl4

-4tim2p4

-2timu

-4tind2

-ti4n

-tine2

-tin3eu4r

-tin2eu

-4ti2nf4

-3tings2f4

-tin2g

-tin4gs

-tings2t2

-4tin2k4

-2tipe

-ti2p4

-1ti2p4p4

-tips1t2

-2ti4r

-2tiu

-2tiv

-tiv3e4n2

-tiv4s2

-2tja2g

-tj4

-tj4a

-3tj4aj4

-2tja2k4

-1tjän1

-2tjer

-1tj2ev

-2tju

-2tjæ

-2t2k4

-2tl4

-tl2e3r4a

-2tm

-2t4n

-tne2

-t2n5e1r4a

-tn1er

-tn5er2el4

-tn4e2re

-tn3eri4n

-tn2e1ri

-tn3e1r4o

-tn3eru

-t4o

-1toast2

-to4a

-2tock4

-to2c2

-toe2th

-to4e

-2tof4

-1tog4t

-to2g

-2to2k.

-to2k4

-2to2k4k4

-2tol.

-tol4

-1told

-tol2ds4

-2tole

-2toli

-2tol2p4

-2tols

-tom5en2

-2tonad

-to2n

-ton4a

-2ton4e2re

-ton1er

-1tonig

-1ton1n

-to2n2s2

-2topk4

-to2p4

-2topsæ

-to2r4al4a

-to1r4a

-toral4

-to2ralb4

-to2ra4y4

-tord2

-2to1re

-tor3el4

-2torm

-1torn4a

-tor4n

-1tor2p4

-to2rs2

-to1ru2n

-to1ræ

-1to2s1s

-1to2t2t

-to2t

-2tov

-4tov1er

-tov4s1

-1town

-1tox

-2t2p4

-t4r

-2t2r4a4a

-tr4a

-2traf.

-t2raf4

-2traf4f4

-2t4rafs

-1trah

-2trahe2p4

-trah4e

-2trahj4

-2trahæ

-2tr4ak4a

-tra2k4

-2tral4

-trals2

-2trand

-tra4n

-1trapol4

-t2ra2p4

-2trapoli

-1tra2p4p4

-2tras

-2tra2t

-1traum

-tre2

-2tr2ed

-tr2ef4

-2tre4g

-tr2e4k4

-tr4em

-tr4e3n2d.

-tr1en2

-2tre2p4

-tr3e1r4a

-tr1e2r

-2tr2es

-2tr3e2t2t

-tr1et

-2tribe

-trib4

-1trick4

-tri2c2

-2trid4

-2trig

-1tril4

-2trim

-2trin2g

-tri4n

-1trin1n

-1trio4e

-1triol4

-2tri2t

-2trofe

-tr4o

-trof4

-1trold

-trol4

-2t4rom.

-t2rom

-2trom4a

-3troml4

-2trom2s

-2tro2n.

-tro2n

-2trö

-2tru.

-1truen2

-2tru2kt

-tru2k4

-2trum

-2tru2p4

-2tryg

-tr4y4

-1træ.

-2træb4

-2træd

-1træe

-3trøf4

-trø4

-2t2røg

-2trør

-3trøste

-trøs2

-trøst4

-2trå.

-trå4

-tråd1end

-tråden2

-2tråe

-2trål4

-2ts

-ts2es2

-ts4e

-tsj2e2ri

-tsj4

-ts1kal4

-tsk4

-tsk4a

-ts1ka4n

-ts1ken2

-t2s3kl4

-ts3kn

-ts1ko

-ts1kre

-tskr2

-ts1kr4o

-ts1kræ

-ts3kuf4

-ts1ku4r

-ts1kæm

-t2skæ

-ts2kær

-ts1kød

-tskø4

-ts1kør

-tsov3

-ts2o

-ts1tab4

-tst2

-tst4a

-ts1tal4

-ts1tat4o

-tsta2t

-ts1te

-ts2t1en2

-ts3tend

-ts1th

-ts3tid4

-tst4i

-ts1tils

-tstil4

-ts1tim

-ts1tob4

-tst4o

-ts1tom

-ts1tr4a

-tst4r

-ts1tr4o

-ts1træ

-ts1tv

-ts1tøj4

-tstø4

-ts2tør

-2t2t

-tt4el4

-tt4em

-tte2n2es2

-tt1en2

-t2t4e1ne

-tt3e4ra2g

-tt1e2r

-tt2e3r4a

-tteras2

-tte4ril4

-tt2e3ri

-tte4rist4i

-tt4eris

-tterist4

-tt2e4r4o

-tt3eru2n

-tt2eru

-tt3e3r4y4

-t2ts1

-tts2k4a

-ttsk4

-2tu4a

-2tud

-tu2ds2

-2tue

-2tuh

-1tumo

-4tum2p4

-2tun1d

-tu2n

-tun3d4r

-4tuni

-1tun1n

-2tur4a

-tu4r

-2turb4

-tur3eli

-tur2el4

-tur5e3t4i

-tur1et

-2turm

-2tu2s.

-tus1t2

-2tuv

-1tú1

-1tv.

-2tva6r

-tv4a

-2tvig

-2tvo

-2tvæ

-1two.

-4ty4a

-t4y4

-ty2ds4

-2tyk4

-4tykker

-ty2k4k4

-3ty2kt

-1tym

-1tyn

-3tynd

-2tyr

-3tyra4n

-tyr4a

-tyr3e1ri

-tyre2

-tyr1e2r

-tys2

-2tæ4a

-2tæd

-2tæld

-tæl4

-1tæ2p4

-tæ2r3esk4

-tære2

-tær2es

-2tær4k4

-4tæs

-tæ2ts2

-tæ2t

-3tæve

-2tøb4

-tø4

-2tøjen2

-tøj4

-2tøjf4

-1tøjl4

-2tøjste

-tøjst2

-2tøk4

-2tøl4

-1tøn

-2tøn1n

-2tø2n2s

-1tør4k4

-tø2rs2

-1tørv

-2tøt

-2tøv

-2tåe

-tå4

-2tål4

-tåls2

-1tåre2

-1tår4n

-uave2

-u4a

-ubs2

-ub4

-uc2e4r4a

-u2c2

-ucin4e4r1et

-ucine2

-uci4n

-ucin1er

-ucin4e2re

-ud3elsk4

-ud2el4

-ude2n2

-ud1epi

-ude2p4

-u4dov3e

-uds2k4

-u2ds

-uds3ku

-uds1te

-udst2

-ue1no

-uen2

-ue3r2el4

-u2e1re

-u4e3r1et

-u2e1ru

-u4es1ki

-u2es

-uesk4

-u4es3kr2

-u2e3t4o

-ue1tv

-uft1e6n2

-uf4

-ugekas2

-ug1e

-ug2e4k4

-ugek4a

-ug4e3ni

-uge2n2

-ug3e2r4a

-ug3erej4

-ug2e1re

-ug3er4em

-uge2r1e2r

-ug3e1ri

-ug5e1r4o

-ug3eru

-uid5e4k4

-uid4

-u2k4

-uke2

-uld3end

-ul4

-ulden2

-ul2e5r4o

-uls1kø4

-ulsk4

-uls2tø4

-ulst2

-ulus1

-ulve2

-um3em

-um1e2n2

-um5e3n3e2n2

-um4e1ne

-um1e4t

-um3eve

-um2ev

-umis1

-umm3e1r4a

-umm1er

-umm5e4ra4n

-ums1kj4

-um2s

-umsk4

-ums1t4el4

-umst2

-ums1to2p4

-umst4o

-u2n

-un2d1eje

-u4n1de

-undej4

-und1enh

-unden2

-un3der

-unde2rs2

-un4did4

-un3di

-un1djæ

-undj4

-un4dol4

-un3do

-unds1to2p4

-un2ds

-undst2

-undst4o

-une2

-un3ele

-un2el4

-un4nis

-un1n

-un3ni

-u2n2s2

-uode3

-uorm2

-uo3r4o

-uos1

-uov3

-uove4

-u4r

-urag1e2

-u2ra2g

-ur4a

-ur1ej4

-ur3elsk4

-u2rels

-ur2el4

-ures2t4

-ur2es

-urg1e2

-ur2g

-ur4gs2

-uris2

-uro3r4a

-ur4o

-u2ror

-urs1t4a

-u2rs

-urst2

-urste2n2s3

-urst1en2

-us2es2

-us4e

-us1kaf4

-usk4

-usk4a

-us1ka4n

-us1kn

-us3kn4a

-us1ko2p4

-us1kor

-us3kr4o

-uskr2

-us1ku

-u2s1kæ

-us1kø4

-us2køn

-uslan2ds1

-us2l4

-usl4a

-usla4n

-us3s2i

-u2s1s

-uss1ku

-ussk4

-us2tand2

-ust2

-ust4a

-usta4n

-us1term

-ust1e2r

-u2s1t4es

-us1to2p4

-ust4o

-us2tri

-ust4r

-us2tru

-us1træ

-us1tu

-us2tv

-us1tå4

-u4t

-ut3e4r4a

-ut1e2r

-ut3er2ef4

-ut2e1re

-ut3e4r2el4

-ut3ere2n4t

-ut4e3r1en2

-ut3e1t4a

-ut1et

-u2ts2

-uæn1

-uæs2

-u1ø4

-ú1

-úm2

-úme1

-û3

-ü1b4

-übe2

-üb2e1r3e

-ü1te

-vad1e2n4t

-v4a

-vaden2

-vag2ts2

-va2g

-vag4t

-vals1t2

-val4

-van2de4k4

-va4n

-va4n1de

-vars1t2

-va6r

-va2rs

-vas2k4

-v4as3k4a

-v2ds1

-v3eda.

-v2ed

-ved4a

-ved1ej4

-ved1e2n4t

-veden2

-ved3e1t4a

-ve2ds2

-v3e2ed

-v2e4e

-v1ega.

-ve4g

-veg4a

-v1e4gh

-v1eks2p4

-ve4k4

-v1en2

-ve2nd

-v2en6do

-v3e2ni

-v4e3nil4

-v2e1no

-v2e3nor

-v2e2nov

-v5e2n4t

-v2e1nu

-v1er

-v2e2r4a

-ve3rad

-ve3ra4n

-v3e2ra6r

-v3erat4r

-vera2t

-ve2re2d.

-v2e1re

-ver2ed

-ve2re2ds

-ver3e4e

-v3er2ei

-ve2rej4

-v3e2r1eje

-ver2e4k4

-v3er2em

-v3e4renh

-ve3r1en2

-v4er1e2r

-v4e3ri4e

-v2e1ri

-v4e3rig

-v3eril4

-v3e1r4o

-ve2ro4a

-ve3rom

-ve2rov3

-ve2rs2

-v4e5rum

-v2eru

-v3e4ru2p4

-v3e2ru4r

-ve2rø4

-ve3røn

-v2e3rør

-v2e1rå4

-v6es2

-v1et

-v2e5t4a

-ve6ta2p4

-ve4t1en2

-v4e3te

-v2e3t4o

-v2e5t4r

-v2e3tu

-v2e1tw

-vg6e1ne

-vg1e

-vge2n2

-vi2ds2

-vid4

-vid2ts2

-vi2d2t

-vifo3

-vif4

-vi2gl4

-vi2gu2n

-vi1gu

-vin4do

-vi4n

-vind2

-vin2d4r

-vin2ds2

-vin3els

-vin2el4

-ving3e4g

-vin2g

-ving1e

-vin4gs2

-vi2n4t3

-vint5e3r4o

-vint1e2r

-vis1te4k4

-vist4

-vis1tem4a

-vist4em

-vje2

-vj4

-vj4e4te

-v2k4

-vls3k4

-vl4

-v4n

-vn3d

-v2n5e1r4a

-vn1er

-vn3eri4n

-vn2e1ri

-vn2e3t4a

-vn1et

-vns3kr2

-v2n2s

-vnsk4

-vo3r4a

-vo4raf4

-vord2

-vorg1e5

-vor2g

-vo1ru

-vo1rå4

-v4r

-v4s

-vs2e3ri

-vs4e

-vs1ka4n

-vsk4

-vsk4a

-vs1kas2

-vs1ken2

-vs1kn

-vs1kr2

-vs1ku

-vs1kys

-vsk4y4

-vs1kø4

-vsov2e5re

-vs2o

-vsove4

-vsov1er

-v2s1s2

-vs1tal4

-vst2

-vst4a

-vs1te4k4

-vs1tend

-vst1en2

-vs1t4i

-vs1tr4o

-vst4r

-v2t

-vt3e2r3

-væks2

-væk4

-wal2es1

-w4a

-wal4

-webs2

-w4eb4

-w2ed2

-w2e3ri

-w2e1ru

-wire2

-wi4r

-xa1fo4

-x4a

-xaf4

-xa4n1

-xe1no

-xen2

-xe2n4t4

-x2e3r4o

-xi3g

-xym2

-x4y4

-4y4

-yan3d

-y4a

-ya4n

-ybs2

-yb4

-yc2e3ri

-y2c2

-yd3en2den2

-yden2

-yde4n1de

-yd1en2g

-yde2ral4

-yd2e1r4a

-yd2es2

-yd3eu4r

-yd2eu

-yds3t4o

-y2ds

-ydst2

-yg3e2r4a

-yg1e

-y4gs2

-yk4s1k4

-yk4

-yld2

-yl4

-ylin3d2

-yli4n

-yls1k4

-ylt3e3r4a

-ylt1e4r

-ym1e4t

-ymis2

-y4n3de

-yn5di

-yn1dru

-ynd4r

-yn3dræ

-yn5en3er

-yn1e2n2

-yn4e1ne

-yn4gs4

-yn2g

-yns1t2

-y2n2s

-yor2

-yo3re

-yo1ru

-yp2e1r3e

-y2p4

-yper2em

-ype3r5en2

-yre2

-yr4eru

-yr1e2r

-ys2e3r4a

-ys4e

-ys1kn

-ysk4

-ys1ko

-yst4

-ys2te

-ys3t4e4ra2p4

-yst1e2r

-yst2e3r4a

-ys3t2e3t4r

-yst1et

-ys2tre2

-yst4r

-4y4s1tr4y4

-ys1trå4

-ys3tys2

-yst4y4

-yth4e3

-y2ts2

-yts3k4a

-ytsk4

-yts1t2

-ytt3e3ri

-y2t2t

-ytt1e2r

-yu4r2

-yure3

-yv3e4r4a

-yv1er

-yv3eru

-yv2e2rø4

-za4gs4

-z4a

-za2g

-zas2

-ze1no

-zen2

-z2e3r4a

-ze1ru2n

-z2eru

-z4eus1

-z2eu

-zg2

-zin3ev

-zi4n

-zos2

-zú2

-zúm3

-zü1

-æbe2r3ed

-æb4

-æb2e1re

-æbs2

-æc2es1

-æ2c2

-ædes1tim

-æd2es

-ædest4

-ædest4i

-æ4e2r4et

-æ2e1re

-æf2e2r4a

-æf4

-æg2

-æg3e4n2

-æg1e

-æg3er

-æg4e1r4a

-æg4e1re

-æg3et

-æg4e1t4a

-æg4e3tæ

-ægt1eks

-æg4t

-ægte4k4

-æks2t4i

-æk4

-ækst2

-æls1t2

-æl4

-ælts3t2

-æl2ts

-ælv4s3

-æm2s2

-æn1d4r

-æne2

-æ2n5e1r4a

-æn1er

-æn5er2em

-æn4e2re

-æn3eru

-æng4e1re

-æn2g

-æng1e

-æng3eru

-ængs4t2

-æn4gs

-ænom2e1no

-ænom1en2

-æns3kr2

-æ2n2s

-ænsk4

-æns1t4a

-ænst2

-æ1o

-ære2

-ær1eg1e

-ære4g

-ær1e4g2n

-æ2r1eje

-ærej4

-ær3e1r4a

-ær1e2r

-ær4e4re

-ære5re2n2s

-ære3r1en2

-ær3e1ri

-ær3e4ru

-ærerudda4n3

-ærerud2

-ære2ru2dd4

-ærerudd4a

-æres1t4i

-ær2es

-ærest4

-ær2e3t4a

-ær1et

-ærk4s3k4

-ær4k4

-ærm1et1

-æ2rov3

-ær4o

-ærs1tal4

-æ2rs

-ærst2

-ærst4a

-ærs1tim

-ærst4i

-æse2n2s1

-æs4e

-æsen2

-æse2ru2n

-æs2e1ru

-æs2es2

-æs1k4a

-æsk4

-æs1kis

-æs1kn

-æ2s3s

-æs1ta2g

-æst2

-æst4a

-æs2te

-æs2tu

-æs3tue

-æs1tv

-æs2tyn

-æst4y4

-æs1tæ

-æ2t

-æte4

-æt4e5re

-æt1e2r

-æt1e5t

-æto3r4o

-æt4o

-æts1t2

-æ2ts

-ætt3e3r4a

-æ2t2t

-ætt1e2r

-æv4ed

-æv4el4

-æv4e1re

-æv1er

-æv4s1

-ø4

-øbs3t4r

-øb4

-øbs1t2

-øbs4tru

-ø4bs2tø4

-ødd2e3r4a

-ø2dd4

-øds1ku

-ø2ds

-ødsk4

-øds2tab4

-ødst2

-ødst4a

-øds1t4i

-øj2d1s

-øj4

-øjls1t2

-øjl4

-ønd2e2r4a

-ø4n1de

-øn1d4r

-ønst4

-ø2n2s

-ør5end

-ør1en2

-ør3e1r4a

-ør1e2r

-ør5er2ev

-ør4e1re

-ør3e1ri

-ør3e3r4o

-ørg4e1ru

-ør2g

-ørg1e

-ørn4e1t4a

-ør4n

-ørn1et

-ørn1n2

-ø2rov3

-ør4o

-ørov1er2

-ørs1kr2

-ø2rs

-ørsk4

-ørøve4r1en2

-ørø4

-ørøv1er

-ørøv2e1re

-øse3ra2g

-øs4e

-øs2e1r4a

-øs1ko

-øsk4

-ø4s3kø4

-øst4

-øs1tr4y4

-øst4r

-øv3e2r4a

-øv1er

-øv2e1ru

-øv4s2

-å4

-åbe2

-åb4

-åb2e3re

-åd1ej4

-åke2r

-åk4

-åls1ken2

-ål4

-ålsk4

-åls1t2

-ån2d4a

-ånds1k4

-ån2ds

-ånds3k4a

-ånds1t4i

-åndst2

-ån4dø4

-åneds3k4

-ån2ed

-åne2ds

-ån2e1ru

-ån1er

-åns1t2

-å2n2s

-ård1ej4

-årds3k4a

-årds1k4

-år2ds

-åre2

-års1k4

-å2rs

-års3ko.

-års3kv

-års1t2

-ås2es2

-ås4e

-ås1k4a

-åsk4

-ås2kr2

-#-display-name: Italian braille
-
-#+locale:it
-#+type:literary
-#+dots:6
-#+hyphenation:yes
-
-# TODO: Please correct the metadata above. It is not meant to be
-# accurate nor complete. It hasn't been verified by the table
-# author yet. It is merely an attempt by the liblouis maintainers
-# to get some sensible initial values in place.
-
-# TODO: Please add a reference to official documentation about
-# the implemented braille code. Preferably submit the documents
-# to https://github.com/liblouis/braille-specs.
-
-include it-it-comp6.utb
-include hyph_it_IT.dic
-include braille-patterns.cti
-# -----------
-#-display-name: Tamil braille
-#
-#+locale:ta
-#+type:literary
-#+contraction:no
-#+grade:1
-#
-# TODO: Please correct the metadata above. It is not meant to be
-# accurate nor complete. It hasn't been verified by the table
-# author yet. It is merely an attempt by the liblouis maintainers
-# to get some sensible initial values in place.
-#
-# TODO: Please add a reference to official documentation about
-# the implemented braille code. Preferably submit the documents
-# to https://github.com/liblouis/braille-specs.
-# -----------
-#
-#  Copyright (C) 2012 Braille Section Team, Anna Centenary Library, Chennai <brailleacl@gmail.com>
-#  Copyright (C) 2014 National Institute for Visually Handicapped, 116, Rajpur Road, Dehradun, Uttrakhand, India
-# 
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-
-# The Liblouis table for Tamil was developed by
-#
-#   Shankar Subbiah S <shankar@agateinfotek.in>
-#   K. Navarasan
-#   T. D. Dinakar <td.dinkar@gmail.com> and
-#   Mesar Hameed <mesar.hameed@gmail.com>
-#
-# Together they go under the name of Braille Section Team, Anna
-# Centenary Library as the table was tested on the Braille display
-# that was available in the Anna Centinary Library, Chennai.
-
-include text_nabcc.dis
-include braille-patterns.cti # unicode braille.
-
-punctuation	\x2018 236 #left single quote
-punctuation	\x2019 356 #right single quote
-punctuation	\x201c 6-236 #left quote
-punctuation	\x201d 356-3 #right quote
-
-include en-us-g1.ctb
-
-sign	\x0b82	56	# TAMIL SIGN ANUSVARA
-sign	\x0b83	6	# TAMIL SIGN VISARGA
-sign	\x0b85	1	# TAMIL sign A
-sign	\x0b86	345	# TAMIL sign AA
-sign	\x0b87	24	# TAMIL sign I
-sign	\x0b88	35	# TAMIL sign II
-sign	\x0b89	136	# TAMIL sign U
-sign	\x0b8a	1256	# TAMIL sign UU
-
-sign	\x0b8e	26	# TAMIL sign E
-
-sign	\x0b8f	15	# TAMIL sign EE
-sign	\x0b90	34	# TAMIL sign AI
-
-sign	\x0b92	1346	# TAMIL sign O
-
-letter	\x0b93	135	# TAMIL sign OO
-letter	\x0b94	246	# TAMIL sign AU
-letter	\x0b95	13	# TAMIL sign KA
-letter	\x0b99	346	# TAMIL sign NGA
-letter	\x0b9a	14	# TAMIL sign CA
-letter	\x0b9c	245	# TAMIL sign JA
-letter	\x0b9e	25	# TAMIL sign NYA
-letter	\x0b9f	23456	# TAMIL sign TTA
-letter	\x0ba3	3456	# TAMIL sign NNA
-letter	\x0ba4	2345	# TAMIL sign TA
-letter	\x0ba8	1345	# TAMIL sign NA
-letter	\x0ba9	56	# TAMIL sign NNNA
-letter	\x0baa	1234	# TAMIL sign PA
-letter	\x0bae	134	# TAMIL sign MA
-letter	\x0baf	13456	# TAMIL sign YA
-letter	\x0bb0	1235	# TAMIL sign RA
-
-sign	\x0bb1	12456	# TAMIL sign RRA
-
-sign	\x0bb2	123	# TAMIL sign LA
-
-sign	\x0bb3	456	# TAMIL sign LLA
-
-sign	\x0bb4	12356	# TAMIL sign LLLA
-
-sign	\x0bb5	1236	# TAMIL sign VA
-sign	\x0bb6	146	# TAMIL sign SHA
-sign	\x0bb7	12346	# TAMIL sign SSA
-sign	\x0bb8	234	# TAMIL sign SA
-sign	\x0bb9	125	# TAMIL sign HA
-sign	\x0bbe	345	# TAMIL VOWEL SIGN AA
-sign	\x0bbf	24	# TAMIL VOWEL SIGN I
-sign	\x0bc0	35	# TAMIL VOWEL SIGN II
-sign	\x0bc1	136	# TAMIL VOWEL SIGN U
-sign	\x0bc2	1256	# TAMIL VOWEL SIGN UU
-
-sign	\x0bc6	26	# TAMIL VOWEL SIGN E
-
-sign	\x0bc7	15	# TAMIL VOWEL SIGN EE
-sign	\x0bc8	34	# TAMIL VOWEL SIGN AI
-
-sign	\x0bca	1346	# TAMIL VOWEL SIGN O
-
-sign	\x0bcb	135	# TAMIL VOWEL SIGN OO
-sign	\x0bcc	246	# TAMIL VOWEL SIGN AU
-sign	\x0bcd	4	# TAMIL SIGN VIRAMA
-sign	\x0be6	245	# TAMIL DIGIT ZERO
-sign	\x0be7	1	# TAMIL DIGIT ONE
-sign	\x0be8	12	# TAMIL DIGIT TWO
-sign	\x0be9	14	# TAMIL DIGIT THREE
-sign	\x0bea	145	# TAMIL DIGIT FOUR
-sign	\x0beb	15	# TAMIL DIGIT FIVE
-sign	\x0bec	124	# TAMIL DIGIT SIX
-sign	\x0bed	1245	# TAMIL DIGIT SEVEN
-sign	\x0bee	125	# TAMIL DIGIT EIGHT
-sign	\x0bef	24	# TAMIL DIGIT NINE
-
-#--------
-# half characters
-
-always \x0b95\x0bcd 4-13
-always \x0b99\x0bcd 4-346
-always \x0b9a\x0bcd 4-14
-always \x0b9e\x0bcd 4-25
-always \x0b9f\x0bcd 4-23456
-always \x0ba3\x0bcd 4-3456
-always \x0ba4\x0bcd 4-2345
-always \x0ba8\x0bcd 4-1345
-always \x0baa\x0bcd 4-1234
-always \x0bae\x0bcd 4-134
-always \x0baf\x0bcd 4-13456
-always \x0bb0\x0bcd 4-1235
-always \x0bb2\x0bcd 4-123
-always \x0bb5\x0bcd 4-1236
-always \x0bb4\x0bcd 4-12356
-always \x0bb3\x0bcd 4-456
-always \x0bb1\x0bcd 4-12456
-always \x0ba9\x0bcd 4-56
-always \x0b9c\x0bcd 4-245
-always \x0bb7\x0bcd 4-12346
-always \x0bb8\x0bcd 4-234
-always \x0bb9\x0bcd 4-125
-
-# words and partwords
-# sri
-word \x0bb8\x0bcd\x0bb0\x0bc0 234
-
-always \x0b95\x0bcd\x0bb7 12345   #ksh
-always \x0b95\x0bcd\x0bb7\x0bcd 4-12345   #ksh with varama
-#tsn#1#Tswana Uncontracted#za#
-# liblouis: Afrikaans Braille Code (Grade 1)
-#
-#  Copyright (C) 2014, Greg Kearney <gkearney@gmail.com>
-#
-# Based on English UEB Grade 1
-#
-# Used to display symbols, Unicode chars and other symbols used throughout UEB code.
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-
-include en-ueb-g1.ctb
-
-# Tswana specific
-
-uplow	Êê	45-15
-uplow	Ȏô	45-135
-uplow	Šš	4-234
-#  Copyright (C) 2010 Leon Ungier <Leon.Ungier@ViewPlus.com>, 
-#  Copyright (C) 2010 Samuel Thibault <samuel.thibault@ens-lyon.org>
-#
-#  This file is part of liblouis.
-#
-#  liblouis is free software: you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as
-#  published by the Free Software Foundation, either version 2.1 of the
-#  License, or (at your option) any later version.
-#
-#  liblouis is distributed in the hope that it will be useful, but
-#  WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with liblouis. If not, see
-#  <http://www.gnu.org/licenses/>.
-
-# Table for Tamil
-include tamil.cti
-include text_nabcc.dis
diff --git a/third_party/liblouis/wasm/liblouis_wasm.js b/third_party/liblouis/wasm/liblouis_wasm.js
index beedc59..6530ae0 100644
--- a/third_party/liblouis/wasm/liblouis_wasm.js
+++ b/third_party/liblouis/wasm/liblouis_wasm.js
@@ -200,13 +200,12 @@
   }
 
  }
- loadPackage({"files": [{"start": 0, "audio": 0, "end": 7565, "filename": "/pt-pt-g1.utb"}, {"start": 7565, "audio": 0, "end": 397406, "filename": "/de-g2-core.cti"}, {"start": 397406, "audio": 0, "end": 398895, "filename": "/de-chess.ctb"}, {"start": 398895, "audio": 0, "end": 411319, "filename": "/cy-cy-g1.utb"}, {"start": 411319, "audio": 0, "end": 443705, "filename": "/no-no-latinLetterDef6Dots_diacritics.uti"}, {"start": 443705, "audio": 0, "end": 451485, "filename": "/fi.utb"}, {"start": 451485, "audio": 0, "end": 457168, "filename": "/fa-ir-g1.utb"}, {"start": 457168, "audio": 0, "end": 457715, "filename": "/cs.tbl"}, {"start": 457715, "audio": 0, "end": 471409, "filename": "/no-no.dis"}, {"start": 471409, "audio": 0, "end": 480029, "filename": "/Lv-Lv-g1.utb"}, {"start": 480029, "audio": 0, "end": 488764, "filename": "/sl-si-comp8.ctb"}, {"start": 488764, "audio": 0, "end": 494345, "filename": "/de-de-comp8.ctb"}, {"start": 494345, "audio": 0, "end": 494888, "filename": "/hy.tbl"}, {"start": 494888, "audio": 0, "end": 496624, "filename": "/ko-2006-g1.ctb"}, {"start": 496624, "audio": 0, "end": 503482, "filename": "/ar-ar-g1.utb"}, {"start": 503482, "audio": 0, "end": 1766000, "filename": "/zh-chn.ctb"}, {"start": 1766000, "audio": 0, "end": 1766549, "filename": "/vi.tbl"}, {"start": 1766549, "audio": 0, "end": 1778680, "filename": "/mn-MN-common.cti"}, {"start": 1778680, "audio": 0, "end": 1779968, "filename": "/hyph_pt_PT.dic"}, {"start": 1779968, "audio": 0, "end": 1780528, "filename": "/sa.tbl"}, {"start": 1780528, "audio": 0, "end": 1781173, "filename": "/de.tbl"}, {"start": 1781173, "audio": 0, "end": 1781712, "filename": "/eo.tbl"}, {"start": 1781712, "audio": 0, "end": 1782280, "filename": "/cy.tbl"}, {"start": 1782280, "audio": 0, "end": 1783261, "filename": "/litdigits6DotsPlusDot6.uti"}, {"start": 1783261, "audio": 0, "end": 1788812, "filename": "/ko.cti"}, {"start": 1788812, "audio": 0, "end": 1789700, "filename": "/mun.ctb"}, {"start": 1789700, "audio": 0, "end": 1790256, "filename": "/ar.tbl"}, {"start": 1790256, "audio": 0, "end": 1790379, "filename": "/hr-g1.tbl"}, {"start": 1790379, "audio": 0, "end": 1793305, "filename": "/eo-g1-x-system.ctb"}, {"start": 1793305, "audio": 0, "end": 1807596, "filename": "/fr-bfu-comp8.utb"}, {"start": 1807596, "audio": 0, "end": 1808137, "filename": "/ru.tbl"}, {"start": 1808137, "audio": 0, "end": 1810336, "filename": "/de-eurobrl6.dis"}, {"start": 1810336, "audio": 0, "end": 1851786, "filename": "/Makefile.in"}, {"start": 1851786, "audio": 0, "end": 1853921, "filename": "/en-us-comp6.ctb"}, {"start": 1853921, "audio": 0, "end": 1915319, "filename": "/hyph_da_DK.dic"}, {"start": 1915319, "audio": 0, "end": 1916535, "filename": "/mn-in-g1.utb"}, {"start": 1916535, "audio": 0, "end": 1938883, "filename": "/sk-chardefs.cti"}, {"start": 1938883, "audio": 0, "end": 2814987, "filename": "/hyph_hu_HU.dic"}, {"start": 2814987, "audio": 0, "end": 2815663, "filename": "/en_US.tbl"}, {"start": 2815663, "audio": 0, "end": 2840496, "filename": "/unicode-braille.utb"}, {"start": 2840496, "audio": 0, "end": 2843858, "filename": "/de-ch-accents.cti"}, {"start": 2843858, "audio": 0, "end": 2845603, "filename": "/de-de-g1.ctb"}, {"start": 2845603, "audio": 0, "end": 3888171, "filename": "/zh-tw.ctb"}, {"start": 3888171, "audio": 0, "end": 3888721, "filename": "/gd.tbl"}, {"start": 3888721, "audio": 0, "end": 3889342, "filename": "/no.tbl"}, {"start": 3889342, "audio": 0, "end": 3889885, "filename": "/mun.tbl"}, {"start": 3889885, "audio": 0, "end": 3890098, "filename": "/en_US-comp8-ext.tbl"}, {"start": 3890098, "audio": 0, "end": 3901320, "filename": "/malayalam.cti"}, {"start": 3901320, "audio": 0, "end": 3902212, "filename": "/kru.ctb"}, {"start": 3902212, "audio": 0, "end": 3925893, "filename": "/ko-g1-rules.cti"}, {"start": 3925893, "audio": 0, "end": 3926498, "filename": "/cvox-common.cti"}, {"start": 3926498, "audio": 0, "end": 3937462, "filename": "/sin.cti"}, {"start": 3937462, "audio": 0, "end": 3945024, "filename": "/cs-comp8.utb"}, {"start": 3945024, "audio": 0, "end": 3959643, "filename": "/cs-chardefs.cti"}, {"start": 3959643, "audio": 0, "end": 3960187, "filename": "/bg.tbl"}, {"start": 3960187, "audio": 0, "end": 3996654, "filename": "/hyph_en_US.dic"}, {"start": 3996654, "audio": 0, "end": 4003720, "filename": "/vi-g1.ctb"}, {"start": 4003720, "audio": 0, "end": 4190398, "filename": "/hyph_nn_NO.dic"}, {"start": 4190398, "audio": 0, "end": 4193226, "filename": "/de-de-accents.cti"}, {"start": 4193226, "audio": 0, "end": 4217014, "filename": "/en-us-comp8-ext.utb"}, {"start": 4217014, "audio": 0, "end": 4231393, "filename": "/de-chardefs6.cti"}, {"start": 4231393, "audio": 0, "end": 4244058, "filename": "/no-no-g2.ctb"}, {"start": 4244058, "audio": 0, "end": 4245123, "filename": "/digits6DotsPlusDot6.uti"}, {"start": 4245123, "audio": 0, "end": 4246478, "filename": "/sin.utb"}, {"start": 4246478, "audio": 0, "end": 4247695, "filename": "/gu-in-g1.utb"}, {"start": 4247695, "audio": 0, "end": 4249138, "filename": "/hr-digits.uti"}, {"start": 4249138, "audio": 0, "end": 4258400, "filename": "/no-no-chardefs6.uti"}, {"start": 4258400, "audio": 0, "end": 4273949, "filename": "/ukmaths_unicode_defs.cti"}, {"start": 4273949, "audio": 0, "end": 4275369, "filename": "/latinLetterDef6Dots.uti"}, {"start": 4275369, "audio": 0, "end": 4297833, "filename": "/el.ctb"}, {"start": 4297833, "audio": 0, "end": 4298370, "filename": "/ca.tbl"}, {"start": 4298370, "audio": 0, "end": 4306554, "filename": "/ga-g1.utb"}, {"start": 4306554, "audio": 0, "end": 4316921, "filename": "/bengali.cti"}, {"start": 4316921, "audio": 0, "end": 4317463, "filename": "/sl.tbl"}, {"start": 4317463, "audio": 0, "end": 4333699, "filename": "/hr-chardefs.cti"}, {"start": 4333699, "audio": 0, "end": 4334264, "filename": "/dra.tbl"}, {"start": 4334264, "audio": 0, "end": 4334824, "filename": "/gu.tbl"}, {"start": 4334824, "audio": 0, "end": 4350314, "filename": "/gr-pl-comp8.uti"}, {"start": 4350314, "audio": 0, "end": 4351204, "filename": "/pi.ctb"}, {"start": 4351204, "audio": 0, "end": 4387458, "filename": "/Makefile"}, {"start": 4387458, "audio": 0, "end": 4408932, "filename": "/nl-chardefs.uti"}, {"start": 4408932, "audio": 0, "end": 4409474, "filename": "/gez.tbl"}, {"start": 4409474, "audio": 0, "end": 4416402, "filename": "/ethio-g1.ctb"}, {"start": 4416402, "audio": 0, "end": 4420619, "filename": "/hyph_es_ES.dic"}, {"start": 4420619, "audio": 0, "end": 4421178, "filename": "/mr.tbl"}, {"start": 4421178, "audio": 0, "end": 4423223, "filename": "/en-ueb-math.ctb"}, {"start": 4423223, "audio": 0, "end": 4437550, "filename": "/da-dk-g26l.ctb"}, {"start": 4437550, "audio": 0, "end": 4439317, "filename": "/de-ch-g1.ctb"}, {"start": 4439317, "audio": 0, "end": 4446134, "filename": "/IPA.utb"}, {"start": 4446134, "audio": 0, "end": 4447795, "filename": "/no-no-8dot-fallback-6dot-g0.utb"}, {"start": 4447795, "audio": 0, "end": 4449012, "filename": "/np-in-g1.utb"}, {"start": 4449012, "audio": 0, "end": 4449930, "filename": "/digits6Dots.uti"}, {"start": 4449930, "audio": 0, "end": 4451664, "filename": "/ko-2006-g2.ctb"}, {"start": 4451664, "audio": 0, "end": 4479594, "filename": "/en-us-g2.ctb"}, {"start": 4479594, "audio": 0, "end": 4480484, "filename": "/dra.ctb"}, {"start": 4480484, "audio": 0, "end": 4483327, "filename": "/ru-letters.dis"}, {"start": 4483327, "audio": 0, "end": 4483867, "filename": "/pi.tbl"}, {"start": 4483867, "audio": 0, "end": 4493291, "filename": "/nl-NL-g0.utb"}, {"start": 4493291, "audio": 0, "end": 4500495, "filename": "/de-g0-core.uti"}, {"start": 4500495, "audio": 0, "end": 4503247, "filename": "/ru-unicode.dis"}, {"start": 4503247, "audio": 0, "end": 4503718, "filename": "/el.tbl"}, {"start": 4503718, "audio": 0, "end": 4509144, "filename": "/hy.ctb"}, {"start": 4509144, "audio": 0, "end": 4509686, "filename": "/tr.tbl"}, {"start": 4509686, "audio": 0, "end": 4512738, "filename": "/uk.utb"}, {"start": 4512738, "audio": 0, "end": 4514775, "filename": "/afr-za-g1.ctb"}, {"start": 4514775, "audio": 0, "end": 4518107, "filename": "/sr-g1.ctb"}, {"start": 4518107, "audio": 0, "end": 4526265, "filename": "/chardefs.cti"}, {"start": 4526265, "audio": 0, "end": 4533859, "filename": "/sv-1996.ctb"}, {"start": 4533859, "audio": 0, "end": 4535931, "filename": "/en-gb-comp8.ctb"}, {"start": 4535931, "audio": 0, "end": 4538536, "filename": "/sk-translation.cti"}, {"start": 4538536, "audio": 0, "end": 4539073, "filename": "/sr.tbl"}, {"start": 4539073, "audio": 0, "end": 4539638, "filename": "/ga.tbl"}, {"start": 4539638, "audio": 0, "end": 4551118, "filename": "/lt-6dot.utb"}, {"start": 4551118, "audio": 0, "end": 4558770, "filename": "/Pl-Pl-g1.utb"}, {"start": 4558770, "audio": 0, "end": 4566715, "filename": "/da-dk-g16.ctb"}, {"start": 4566715, "audio": 0, "end": 4599380, "filename": "/hu-hu-g2_exceptions.cti"}, {"start": 4599380, "audio": 0, "end": 4682905, "filename": "/hyph_nl_NL.dic"}, {"start": 4682905, "audio": 0, "end": 4691349, "filename": "/hr-translation.cti"}, {"start": 4691349, "audio": 0, "end": 4691909, "filename": "/as.tbl"}, {"start": 4691909, "audio": 0, "end": 4698965, "filename": "/he.ctb"}, {"start": 4698965, "audio": 0, "end": 4700799, "filename": "/printables.cti"}, {"start": 4700799, "audio": 0, "end": 4701450, "filename": "/en_GB.tbl"}, {"start": 4701450, "audio": 0, "end": 4703463, "filename": "/ru-chardefs.cti"}, {"start": 4703463, "audio": 0, "end": 4716902, "filename": "/da-dk-g08.ctb"}, {"start": 4716902, "audio": 0, "end": 4718184, "filename": "/es-g1.ctb"}, {"start": 4718184, "audio": 0, "end": 4719840, "filename": "/nl-BE.dis"}, {"start": 4719840, "audio": 0, "end": 4739178, "filename": "/no-no-8dot.utb"}, {"start": 4739178, "audio": 0, "end": 4740196, "filename": "/maketablelist.sh"}, {"start": 4740196, "audio": 0, "end": 4748300, "filename": "/en_CA.ctb"}, {"start": 4748300, "audio": 0, "end": 4756090, "filename": "/fi-fi.ctb"}, {"start": 4756090, "audio": 0, "end": 4768148, "filename": "/hu-chardefs.cti"}, {"start": 4768148, "audio": 0, "end": 4768693, "filename": "/mwr.tbl"}, {"start": 4768693, "audio": 0, "end": 4769373, "filename": "/zh_CHN.tbl"}, {"start": 4769373, "audio": 0, "end": 4813484, "filename": "/ur-pk-g2.ctb"}, {"start": 4813484, "audio": 0, "end": 4823278, "filename": "/en-ueb-g1.ctb"}, {"start": 4823278, "audio": 0, "end": 4831947, "filename": "/nl-BE-g0.utb"}, {"start": 4831947, "audio": 0, "end": 4832840, "filename": "/kok.ctb"}, {"start": 4832840, "audio": 0, "end": 4840964, "filename": "/iu-ca-g1.ctb"}, {"start": 4840964, "audio": 0, "end": 4842182, "filename": "/mr-in-g1.utb"}, {"start": 4842182, "audio": 0, "end": 5028860, "filename": "/hyph_nb_NO.dic"}, {"start": 5028860, "audio": 0, "end": 5029474, "filename": "/pt.tbl"}, {"start": 5029474, "audio": 0, "end": 5030747, "filename": "/mn-MN-g2.ctb"}, {"start": 5030747, "audio": 0, "end": 5031958, "filename": "/or-in-g1.utb"}, {"start": 5031958, "audio": 0, "end": 5041486, "filename": "/oriya.cti"}, {"start": 5041486, "audio": 0, "end": 5043018, "filename": "/ukmaths_single_cell_defs.cti"}, {"start": 5043018, "audio": 0, "end": 5054651, "filename": "/da-lt.ctb"}, {"start": 5054651, "audio": 0, "end": 5055210, "filename": "/awa.tbl"}, {"start": 5055210, "audio": 0, "end": 5064668, "filename": "/sv-1989.ctb"}, {"start": 5064668, "audio": 0, "end": 5065883, "filename": "/be-in-g1.utb"}, {"start": 5065883, "audio": 0, "end": 5066506, "filename": "/nl.tbl"}, {"start": 5066506, "audio": 0, "end": 5067723, "filename": "/si-in-g1.utb"}, {"start": 5067723, "audio": 0, "end": 5070941, "filename": "/tamil.cti"}, {"start": 5070941, "audio": 0, "end": 5085100, "filename": "/da-dk-g26l-lit.ctb"}, {"start": 5085100, "audio": 0, "end": 5087754, "filename": "/de-de-g2.ctb"}, {"start": 5087754, "audio": 0, "end": 5090072, "filename": "/sk-sk.utb"}, {"start": 5090072, "audio": 0, "end": 5090614, "filename": "/bh.tbl"}, {"start": 5090614, "audio": 0, "end": 5094977, "filename": "/en-us-g1.ctb"}, {"start": 5094977, "audio": 0, "end": 5100764, "filename": "/Es-Es-g1.utb"}, {"start": 5100764, "audio": 0, "end": 5101325, "filename": "/ml.tbl"}, {"start": 5101325, "audio": 0, "end": 5106193, "filename": "/Se-Se-g1.utb"}, {"start": 5106193, "audio": 0, "end": 5108631, "filename": "/en-us-brf.dis"}, {"start": 5108631, "audio": 0, "end": 5110263, "filename": "/en-us-comp8.ctb"}, {"start": 5110263, "audio": 0, "end": 5112381, "filename": "/tr-g1.ctb"}, {"start": 5112381, "audio": 0, "end": 5113597, "filename": "/pu-in-g1.utb"}, {"start": 5113597, "audio": 0, "end": 5130783, "filename": "/lt.ctb"}, {"start": 5130783, "audio": 0, "end": 5131401, "filename": "/nl_BE.tbl"}, {"start": 5131401, "audio": 0, "end": 5132620, "filename": "/sa-in-g1.utb"}, {"start": 5132620, "audio": 0, "end": 5133839, "filename": "/ks-in-g1.utb"}, {"start": 5133839, "audio": 0, "end": 5138454, "filename": "/hu-hu-comp8.ctb"}, {"start": 5138454, "audio": 0, "end": 5154002, "filename": "/marburg_unicode_defs.cti"}, {"start": 5154002, "audio": 0, "end": 5156116, "filename": "/ga-g2.ctb"}, {"start": 5156116, "audio": 0, "end": 5420377, "filename": "/zh-hk.ctb"}, {"start": 5420377, "audio": 0, "end": 5420913, "filename": "/sk.tbl"}, {"start": 5420913, "audio": 0, "end": 6093311, "filename": "/zhcn-g1.ctb"}, {"start": 6093311, "audio": 0, "end": 6093854, "filename": "/et.tbl"}, {"start": 6093854, "audio": 0, "end": 6095046, "filename": "/kh-in-g1.utb"}, {"start": 6095046, "audio": 0, "end": 6099773, "filename": "/hu-hu-g1.ctb"}, {"start": 6099773, "audio": 0, "end": 6101271, "filename": "/en-chess.ctb"}, {"start": 6101271, "audio": 0, "end": 6101562, "filename": "/zh_HK.tbl"}, {"start": 6101562, "audio": 0, "end": 6102121, "filename": "/ta.tbl"}, {"start": 6102121, "audio": 0, "end": 6102678, "filename": "/bra.tbl"}, {"start": 6102678, "audio": 0, "end": 6116741, "filename": "/no-no-generic.dis"}, {"start": 6116741, "audio": 0, "end": 6117299, "filename": "/ne.tbl"}, {"start": 6117299, "audio": 0, "end": 6122307, "filename": "/ro.ctb"}, {"start": 6122307, "audio": 0, "end": 6123811, "filename": "/haw-us-g1.ctb"}, {"start": 6123811, "audio": 0, "end": 6124350, "filename": "/ckb.tbl"}, {"start": 6124350, "audio": 0, "end": 6125566, "filename": "/hi-in-g1.utb"}, {"start": 6125566, "audio": 0, "end": 6136411, "filename": "/sl-si-g1.utb"}, {"start": 6136411, "audio": 0, "end": 6138000, "filename": "/ar-fa.utb"}, {"start": 6138000, "audio": 0, "end": 6164431, "filename": "/braille-patterns.cti"}, {"start": 6164431, "audio": 0, "end": 6184429, "filename": "/de-chardefs8.cti"}, {"start": 6184429, "audio": 0, "end": 6184987, "filename": "/sd.tbl"}, {"start": 6184987, "audio": 0, "end": 6190455, "filename": "/chr-us-g1.ctb"}, {"start": 6190455, "audio": 0, "end": 6197703, "filename": "/bo.ctb"}, {"start": 6197703, "audio": 0, "end": 6197831, "filename": "/lt-6dot.tbl"}, {"start": 6197831, "audio": 0, "end": 6211558, "filename": "/IPA-unicode-range.uti"}, {"start": 6211558, "audio": 0, "end": 6215015, "filename": "/ckb-translation.cti"}, {"start": 6215015, "audio": 0, "end": 6222997, "filename": "/da-dk-g16-lit.ctb"}, {"start": 6222997, "audio": 0, "end": 6223541, "filename": "/kru.tbl"}, {"start": 6223541, "audio": 0, "end": 6224960, "filename": "/compress.cti"}, {"start": 6224960, "audio": 0, "end": 6225917, "filename": "/litdigits6Dots.uti"}, {"start": 6225917, "audio": 0, "end": 6238895, "filename": "/da-dk-6miscChars.cti"}, {"start": 6238895, "audio": 0, "end": 6262341, "filename": "/gr-bb.ctb"}, {"start": 6262341, "audio": 0, "end": 6266647, "filename": "/cy-cy-g2.ctb"}, {"start": 6266647, "audio": 0, "end": 6271936, "filename": "/gd.ctb"}, {"start": 6271936, "audio": 0, "end": 6282603, "filename": "/hyph_eo.dic"}, {"start": 6282603, "audio": 0, "end": 6283580, "filename": "/ca-g1.ctb"}, {"start": 6283580, "audio": 0, "end": 6288911, "filename": "/cs-letterDef8Dots.uti"}, {"start": 6288911, "audio": 0, "end": 6290684, "filename": "/mn-MN-g1.utb"}, {"start": 6290684, "audio": 0, "end": 6299083, "filename": "/fi-fi-8dot.ctb"}, {"start": 6299083, "audio": 0, "end": 6305513, "filename": "/bg.ctb"}, {"start": 6305513, "audio": 0, "end": 6306139, "filename": "/hu.tbl"}, {"start": 6306139, "audio": 0, "end": 6317129, "filename": "/fr-bfu-comp6.utb"}, {"start": 6317129, "audio": 0, "end": 6331745, "filename": "/uni-text.dis"}, {"start": 6331745, "audio": 0, "end": 6348997, "filename": "/pl-pl-comp8.ctb"}, {"start": 6348997, "audio": 0, "end": 6349907, "filename": "/gon.ctb"}, {"start": 6349907, "audio": 0, "end": 6364508, "filename": "/de-de.dis"}, {"start": 6364508, "audio": 0, "end": 6395059, "filename": "/hyph_pl_PL.dic"}, {"start": 6395059, "audio": 0, "end": 6396104, "filename": "/controlchars.cti"}, {"start": 6396104, "audio": 0, "end": 7105683, "filename": "/unicodedefs.cti"}, {"start": 7105683, "audio": 0, "end": 7107081, "filename": "/latinLetterDef8Dots.uti"}, {"start": 7107081, "audio": 0, "end": 7107623, "filename": "/mt.tbl"}, {"start": 7107623, "audio": 0, "end": 7108664, "filename": "/sot-za-g1.ctb"}, {"start": 7108664, "audio": 0, "end": 7123357, "filename": "/se-se.dis"}, {"start": 7123357, "audio": 0, "end": 7136288, "filename": "/hu-hu-g2.ctb"}, {"start": 7136288, "audio": 0, "end": 7136868, "filename": "/pl.tbl"}, {"start": 7136868, "audio": 0, "end": 7148866, "filename": "/vi.ctb"}, {"start": 7148866, "audio": 0, "end": 7159383, "filename": "/hr-comp8.utb"}, {"start": 7159383, "audio": 0, "end": 7160723, "filename": "/cs-g1.ctb"}, {"start": 7160723, "audio": 0, "end": 7162384, "filename": "/ko-g2.ctb"}, {"start": 7162384, "audio": 0, "end": 7162929, "filename": "/fi.tbl"}, {"start": 7162929, "audio": 0, "end": 7168177, "filename": "/sk-sk-g1.utb"}, {"start": 7168177, "audio": 0, "end": 7176873, "filename": "/kannada.cti"}, {"start": 7176873, "audio": 0, "end": 7188384, "filename": "/fi2.ctb"}, {"start": 7188384, "audio": 0, "end": 7332719, "filename": "/fr-bfu-g2.ctb"}, {"start": 7332719, "audio": 0, "end": 7333278, "filename": "/kn.tbl"}, {"start": 7333278, "audio": 0, "end": 7333820, "filename": "/lt.tbl"}, {"start": 7333820, "audio": 0, "end": 7339251, "filename": "/nl-g0.uti"}, {"start": 7339251, "audio": 0, "end": 7348856, "filename": "/gujarati.cti"}, {"start": 7348856, "audio": 0, "end": 7359097, "filename": "/se-se.ctb"}, {"start": 7359097, "audio": 0, "end": 7359637, "filename": "/sv.tbl"}, {"start": 7359637, "audio": 0, "end": 7359928, "filename": "/zh_TW.tbl"}, {"start": 7359928, "audio": 0, "end": 7360854, "filename": "/loweredDigits6Dots.uti"}, {"start": 7360854, "audio": 0, "end": 7381292, "filename": "/en-us-mathtext.ctb"}, {"start": 7381292, "audio": 0, "end": 7382502, "filename": "/ckb-g1.ctb"}, {"start": 7382502, "audio": 0, "end": 7383438, "filename": "/loweredDigits8Dots.uti"}, {"start": 7383438, "audio": 0, "end": 7383980, "filename": "/bo.tbl"}, {"start": 7383980, "audio": 0, "end": 7396120, "filename": "/fr-bfu-comp68.cti"}, {"start": 7396120, "audio": 0, "end": 7397630, "filename": "/hr-g1.ctb"}, {"start": 7397630, "audio": 0, "end": 7401125, "filename": "/no-no-g0.utb"}, {"start": 7401125, "audio": 0, "end": 7412461, "filename": "/ru.ctb"}, {"start": 7412461, "audio": 0, "end": 7413353, "filename": "/ne.ctb"}, {"start": 7413353, "audio": 0, "end": 7420319, "filename": "/sr-chardefs.cti"}, {"start": 7420319, "audio": 0, "end": 7424229, "filename": "/ko-2006.cti"}, {"start": 7424229, "audio": 0, "end": 7445471, "filename": "/is-chardefs8.cti"}, {"start": 7445471, "audio": 0, "end": 7459413, "filename": "/en-ueb-chardefs.uti"}, {"start": 7459413, "audio": 0, "end": 7459956, "filename": "/ro.tbl"}, {"start": 7459956, "audio": 0, "end": 7488439, "filename": "/da-dk-g26.ctb"}, {"start": 7488439, "audio": 0, "end": 7493584, "filename": "/fa-ir-comp8.ctb"}, {"start": 7493584, "audio": 0, "end": 7513845, "filename": "/no-no-comp8.ctb"}, {"start": 7513845, "audio": 0, "end": 7515360, "filename": "/marburg_single_cell_defs.cti"}, {"start": 7515360, "audio": 0, "end": 7515521, "filename": "/README"}, {"start": 7515521, "audio": 0, "end": 7532017, "filename": "/nemethdefs.cti"}, {"start": 7532017, "audio": 0, "end": 7553760, "filename": "/hyph_cs_CZ.dic"}, {"start": 7553760, "audio": 0, "end": 7558796, "filename": "/et-g0.utb"}, {"start": 7558796, "audio": 0, "end": 7569101, "filename": "/boxes.ctb"}, {"start": 7569101, "audio": 0, "end": 7569660, "filename": "/bn.tbl"}, {"start": 7569660, "audio": 0, "end": 7571497, "filename": "/de-ch-g0.utb"}, {"start": 7571497, "audio": 0, "end": 7572095, "filename": "/en_CA.tbl"}, {"start": 7572095, "audio": 0, "end": 7572987, "filename": "/bh.ctb"}, {"start": 7572987, "audio": 0, "end": 7573915, "filename": "/digits8Dots.uti"}, {"start": 7573915, "audio": 0, "end": 7956263, "filename": "/ko-chars.cti"}, {"start": 7956263, "audio": 0, "end": 7957482, "filename": "/ml-in-g1.utb"}, {"start": 7957482, "audio": 0, "end": 7958642, "filename": "/de-ch-g2.ctb"}, {"start": 7958642, "audio": 0, "end": 7960428, "filename": "/de-de-g0.utb"}, {"start": 7960428, "audio": 0, "end": 7967858, "filename": "/is-chardefs6.cti"}, {"start": 7967858, "audio": 0, "end": 8009464, "filename": "/da-dk-g28.ctb"}, {"start": 8009464, "audio": 0, "end": 8010956, "filename": "/corrections.cti"}, {"start": 8010956, "audio": 0, "end": 8039657, "filename": "/it-it-comp8.utb"}, {"start": 8039657, "audio": 0, "end": 8061217, "filename": "/pt-pt-g2.ctb"}, {"start": 8061217, "audio": 0, "end": 8072835, "filename": "/da-dk-octobraille.dis"}, {"start": 8072835, "audio": 0, "end": 8074397, "filename": "/us-table.dis"}, {"start": 8074397, "audio": 0, "end": 8082621, "filename": "/ru-ru.dis"}, {"start": 8082621, "audio": 0, "end": 8083170, "filename": "/hr-comp8.tbl"}, {"start": 8083170, "audio": 0, "end": 8084385, "filename": "/ka-in-g1.utb"}, {"start": 8084385, "audio": 0, "end": 8084942, "filename": "/or.tbl"}, {"start": 8084942, "audio": 0, "end": 8085500, "filename": "/te.tbl"}, {"start": 8085500, "audio": 0, "end": 8116759, "filename": "/hyph_sv_SE.dic"}, {"start": 8116759, "audio": 0, "end": 8117304, "filename": "/is.tbl"}, {"start": 8117304, "audio": 0, "end": 8118517, "filename": "/te-in-g1.utb"}, {"start": 8118517, "audio": 0, "end": 8393118, "filename": "/ko-g2-rules.cti"}, {"start": 8393118, "audio": 0, "end": 8397223, "filename": "/et.ctb"}, {"start": 8397223, "audio": 0, "end": 8405983, "filename": "/ckb-chardefs.cti"}, {"start": 8405983, "audio": 0, "end": 9020111, "filename": "/zhcn-g2.ctb"}, {"start": 9020111, "audio": 0, "end": 9039862, "filename": "/da-dk-g26-lit.ctb"}, {"start": 9039862, "audio": 0, "end": 9041517, "filename": "/es-translation.cti"}, {"start": 9041517, "audio": 0, "end": 9042060, "filename": "/gon.tbl"}, {"start": 9042060, "audio": 0, "end": 9070122, "filename": "/en-us-interline.ctb"}, {"start": 9070122, "audio": 0, "end": 9106923, "filename": "/hyph_de_DE.dic"}, {"start": 9106923, "audio": 0, "end": 9107472, "filename": "/lv.tbl"}, {"start": 9107472, "audio": 0, "end": 9109129, "filename": "/ko-g1.ctb"}, {"start": 9109129, "audio": 0, "end": 9110345, "filename": "/as-in-g1.utb"}, {"start": 9110345, "audio": 0, "end": 9110906, "filename": "/mni.tbl"}, {"start": 9110906, "audio": 0, "end": 9290456, "filename": "/en-ueb-g2.ctb"}, {"start": 9290456, "audio": 0, "end": 9297279, "filename": "/es-old.dis"}, {"start": 9297279, "audio": 0, "end": 9299355, "filename": "/en-us-compbrl.ctb"}, {"start": 9299355, "audio": 0, "end": 9299896, "filename": "/he.tbl"}, {"start": 9299896, "audio": 0, "end": 9301112, "filename": "/aw-in-g1.utb"}, {"start": 9301112, "audio": 0, "end": 9311371, "filename": "/gurumuki.cti"}, {"start": 9311371, "audio": 0, "end": 9311930, "filename": "/pa.tbl"}, {"start": 9311930, "audio": 0, "end": 9315704, "filename": "/no-no-g1.ctb"}, {"start": 9315704, "audio": 0, "end": 9317188, "filename": "/spaces.ctb"}, {"start": 9317188, "audio": 0, "end": 9347286, "filename": "/da-dk-g28l.ctb"}, {"start": 9347286, "audio": 0, "end": 9359629, "filename": "/en-gb-g1.utb"}, {"start": 9359629, "audio": 0, "end": 9366458, "filename": "/es-new.dis"}, {"start": 9366458, "audio": 0, "end": 9368916, "filename": "/eo-g1.ctb"}, {"start": 9368916, "audio": 0, "end": 9372415, "filename": "/en-in-g1.ctb"}, {"start": 9372415, "audio": 0, "end": 9383836, "filename": "/ur-pk-g1.utb"}, {"start": 9383836, "audio": 0, "end": 9384414, "filename": "/es.tbl"}, {"start": 9384414, "audio": 0, "end": 9394565, "filename": "/telugu.cti"}, {"start": 9394565, "audio": 0, "end": 9468180, "filename": "/de-g1-core.cti"}, {"start": 9468180, "audio": 0, "end": 9470703, "filename": "/cs-translation.cti"}, {"start": 9470703, "audio": 0, "end": 9476714, "filename": "/Makefile.am"}, {"start": 9476714, "audio": 0, "end": 9496268, "filename": "/en-GB-g2.ctb"}, {"start": 9496268, "audio": 0, "end": 9502171, "filename": "/is.ctb"}, {"start": 9502171, "audio": 0, "end": 9503385, "filename": "/br-in-g1.utb"}, {"start": 9503385, "audio": 0, "end": 9505591, "filename": "/hyph_it_IT.dic"}, {"start": 9505591, "audio": 0, "end": 9518936, "filename": "/no-no-generic.ctb"}, {"start": 9518936, "audio": 0, "end": 9521993, "filename": "/pt-pt-comp8.ctb"}, {"start": 9521993, "audio": 0, "end": 9529972, "filename": "/hyph_fr_FR.dic"}, {"start": 9529972, "audio": 0, "end": 9535062, "filename": "/ru-litbrl.ctb"}, {"start": 9535062, "audio": 0, "end": 9536417, "filename": "/hu-backtranslate-correction.dis"}, {"start": 9536417, "audio": 0, "end": 9603953, "filename": "/hyph_ru.dic"}, {"start": 9603953, "audio": 0, "end": 9622280, "filename": "/no-no-g3.ctb"}, {"start": 9622280, "audio": 0, "end": 9622818, "filename": "/hi.tbl"}, {"start": 9622818, "audio": 0, "end": 9630637, "filename": "/no-no-braillo-047-01.dis"}, {"start": 9630637, "audio": 0, "end": 9635318, "filename": "/tr.ctb"}, {"start": 9635318, "audio": 0, "end": 9639801, "filename": "/it-it-comp6.utb"}, {"start": 9639801, "audio": 0, "end": 9642968, "filename": "/eurodefs.cti"}, {"start": 9642968, "audio": 0, "end": 9657626, "filename": "/ca-chardefs.cti"}, {"start": 9657626, "audio": 0, "end": 9658294, "filename": "/de_CH.tbl"}, {"start": 9658294, "audio": 0, "end": 9676853, "filename": "/wiskunde-chardefs.cti"}, {"start": 9676853, "audio": 0, "end": 9680733, "filename": "/ru-compbrl.ctb"}, {"start": 9680733, "audio": 0, "end": 9796495, "filename": "/hu-exceptionwords.cti"}, {"start": 9796495, "audio": 0, "end": 9803399, "filename": "/Es-Es-G0.utb"}, {"start": 9803399, "audio": 0, "end": 9805490, "filename": "/de-eurobrl6u.dis"}, {"start": 9805490, "audio": 0, "end": 9816984, "filename": "/fi1.ctb"}, {"start": 9816984, "audio": 0, "end": 9822958, "filename": "/unicode.dis"}, {"start": 9822958, "audio": 0, "end": 9827509, "filename": "/mt.ctb"}, {"start": 9827509, "audio": 0, "end": 9828402, "filename": "/mwr.ctb"}, {"start": 9828402, "audio": 0, "end": 9837701, "filename": "/devanagari.cti"}, {"start": 9837701, "audio": 0, "end": 9859351, "filename": "/text_nabcc.dis"}, {"start": 9859351, "audio": 0, "end": 9867654, "filename": "/da-dk.dis"}, {"start": 9867654, "audio": 0, "end": 9868212, "filename": "/kha.tbl"}, {"start": 9868212, "audio": 0, "end": 9871888, "filename": "/ukchardefs.cti"}, {"start": 9871888, "audio": 0, "end": 9886172, "filename": "/es-chardefs.cti"}, {"start": 9886172, "audio": 0, "end": 9887604, "filename": "/sk-g1.ctb"}, {"start": 9887604, "audio": 0, "end": 9894307, "filename": "/countries.cti"}, {"start": 9894307, "audio": 0, "end": 9904888, "filename": "/ru-ru-g1.utb"}, {"start": 9904888, "audio": 0, "end": 9905433, "filename": "/kok.tbl"}, {"start": 9905433, "audio": 0, "end": 9919508, "filename": "/da-dk-g18.ctb"}, {"start": 9919508, "audio": 0, "end": 9921055, "filename": "/mao-nz-g1.ctb"}, {"start": 9921055, "audio": 0, "end": 9977132, "filename": "/hyph_brl_da_dk.dic"}, {"start": 9977132, "audio": 0, "end": 9977715, "filename": "/it.tbl"}, {"start": 9977715, "audio": 0, "end": 9982628, "filename": "/ta-ta-g1.ctb"}, {"start": 9982628, "audio": 0, "end": 9983672, "filename": "/tsn-za-g1.ctb"}, {"start": 9983672, "audio": 0, "end": 9984558, "filename": "/ta.ctb"}], "remote_package_size": 9984558, "package_uuid": "27dac3f3-bc97-441f-9c56-50890c5cde65"});
+ loadPackage({"files": [{"start": 0, "audio": 0, "end": 7819, "filename": "/no-no-braillo-047-01.dis"}, {"start": 7819, "audio": 0, "end": 50043, "filename": "/Makefile.in"}, {"start": 50043, "audio": 0, "end": 78616, "filename": "/da-dk-g26.ctb"}, {"start": 78616, "audio": 0, "end": 82833, "filename": "/hyph_es_ES.dic"}, {"start": 82833, "audio": 0, "end": 83751, "filename": "/digits6Dots.uti"}, {"start": 83751, "audio": 0, "end": 94715, "filename": "/sin.cti"}, {"start": 94715, "audio": 0, "end": 118502, "filename": "/en-us-comp8-ext.utb"}, {"start": 118502, "audio": 0, "end": 129169, "filename": "/hyph_eo.dic"}, {"start": 129169, "audio": 0, "end": 138802, "filename": "/de-accents.cti"}, {"start": 138802, "audio": 0, "end": 139563, "filename": "/zh_CHN.tbl"}, {"start": 139563, "audio": 0, "end": 140779, "filename": "/mn-in-g1.utb"}, {"start": 140779, "audio": 0, "end": 140940, "filename": "/README"}, {"start": 140940, "audio": 0, "end": 156430, "filename": "/gr-pl-comp8.uti"}, {"start": 156430, "audio": 0, "end": 156995, "filename": "/gez.tbl"}, {"start": 156995, "audio": 0, "end": 157598, "filename": "/es.tbl"}, {"start": 157598, "audio": 0, "end": 158524, "filename": "/loweredDigits6Dots.uti"}, {"start": 158524, "audio": 0, "end": 167293, "filename": "/sl-si-comp8.ctb"}, {"start": 167293, "audio": 0, "end": 175751, "filename": "/hr-translation.cti"}, {"start": 175751, "audio": 0, "end": 176066, "filename": "/zh_HK.tbl"}, {"start": 176066, "audio": 0, "end": 178168, "filename": "/spaces.uti"}, {"start": 178168, "audio": 0, "end": 183342, "filename": "/fa-ir-comp8.ctb"}, {"start": 183342, "audio": 0, "end": 183908, "filename": "/ml.tbl"}, {"start": 183908, "audio": 0, "end": 184477, "filename": "/is.tbl"}, {"start": 184477, "audio": 0, "end": 228659, "filename": "/ur-pk-g2.ctb"}, {"start": 228659, "audio": 0, "end": 229218, "filename": "/sr.tbl"}, {"start": 229218, "audio": 0, "end": 240711, "filename": "/lt-6dot.utb"}, {"start": 240711, "audio": 0, "end": 262454, "filename": "/hyph_cs_CZ.dic"}, {"start": 262454, "audio": 0, "end": 264892, "filename": "/en-us-brf.dis"}, {"start": 264892, "audio": 0, "end": 278619, "filename": "/IPA-unicode-range.uti"}, {"start": 278619, "audio": 0, "end": 304111, "filename": "/el.ctb"}, {"start": 304111, "audio": 0, "end": 304671, "filename": "/pl.tbl"}, {"start": 304671, "audio": 0, "end": 316007, "filename": "/ru.ctb"}, {"start": 316007, "audio": 0, "end": 352102, "filename": "/de-g1-core-patterns.dic"}, {"start": 352102, "audio": 0, "end": 354301, "filename": "/de-eurobrl6.dis"}, {"start": 354301, "audio": 0, "end": 367561, "filename": "/sl-si-g1.utb"}, {"start": 367561, "audio": 0, "end": 368125, "filename": "/sa.tbl"}, {"start": 368125, "audio": 0, "end": 376556, "filename": "/fi-fi-8dot.ctb"}, {"start": 376556, "audio": 0, "end": 396610, "filename": "/no-no-8dot.utb"}, {"start": 396610, "audio": 0, "end": 404120, "filename": "/pt-pt-g1.utb"}, {"start": 404120, "audio": 0, "end": 417248, "filename": "/hu-hu-g2.ctb"}, {"start": 417248, "audio": 0, "end": 417839, "filename": "/lt.tbl"}, {"start": 417839, "audio": 0, "end": 418399, "filename": "/sd.tbl"}, {"start": 418399, "audio": 0, "end": 419003, "filename": "/ar.tbl"}, {"start": 419003, "audio": 0, "end": 419579, "filename": "/hy.tbl"}, {"start": 419579, "audio": 0, "end": 426842, "filename": "/en-nabcc.utb"}, {"start": 426842, "audio": 0, "end": 430204, "filename": "/hu-hu-g1_braille_input.cti"}, {"start": 430204, "audio": 0, "end": 440721, "filename": "/hr-comp8.utb"}, {"start": 440721, "audio": 0, "end": 442766, "filename": "/en-ueb-math.ctb"}, {"start": 442766, "audio": 0, "end": 444448, "filename": "/mao-nz-g1.ctb"}, {"start": 444448, "audio": 0, "end": 452427, "filename": "/hyph_fr_FR.dic"}, {"start": 452427, "audio": 0, "end": 467976, "filename": "/ukmaths_unicode_defs.cti"}, {"start": 467976, "audio": 0, "end": 471210, "filename": "/ukchardefs.cti"}, {"start": 471210, "audio": 0, "end": 1733747, "filename": "/zh-chn.ctb"}, {"start": 1733747, "audio": 0, "end": 1734963, "filename": "/aw-in-g1.utb"}, {"start": 1734963, "audio": 0, "end": 1767574, "filename": "/hu-hu-g2_exceptions.cti"}, {"start": 1767574, "audio": 0, "end": 1771617, "filename": "/ru-compbrl.ctb"}, {"start": 1771617, "audio": 0, "end": 1776906, "filename": "/gd.ctb"}, {"start": 1776906, "audio": 0, "end": 1958283, "filename": "/en-ueb-g2.ctb"}, {"start": 1958283, "audio": 0, "end": 1968542, "filename": "/gurumuki.cti"}, {"start": 1968542, "audio": 0, "end": 1969101, "filename": "/ca.tbl"}, {"start": 1969101, "audio": 0, "end": 1978400, "filename": "/devanagari.cti"}, {"start": 1978400, "audio": 0, "end": 1978982, "filename": "/hr-comp8.tbl"}, {"start": 1978982, "audio": 0, "end": 1983533, "filename": "/mt.ctb"}, {"start": 1983533, "audio": 0, "end": 2258309, "filename": "/ko-g2-rules.cti"}, {"start": 2258309, "audio": 0, "end": 2259526, "filename": "/gu-in-g1.utb"}, {"start": 2259526, "audio": 0, "end": 2260881, "filename": "/hu-backtranslate-correction.dis"}, {"start": 2260881, "audio": 0, "end": 2262235, "filename": "/cs-g1.ctb"}, {"start": 2262235, "audio": 0, "end": 2290300, "filename": "/en-us-interline.ctb"}, {"start": 2290300, "audio": 0, "end": 2290905, "filename": "/cvox-common.cti"}, {"start": 2290905, "audio": 0, "end": 2292121, "filename": "/as-in-g1.utb"}, {"start": 2292121, "audio": 0, "end": 2292682, "filename": "/awa.tbl"}, {"start": 2292682, "audio": 0, "end": 2479360, "filename": "/hyph_nn_NO.dic"}, {"start": 2479360, "audio": 0, "end": 2490106, "filename": "/no-no-chardefs6.uti"}, {"start": 2490106, "audio": 0, "end": 2506078, "filename": "/hr-chardefs.cti"}, {"start": 2506078, "audio": 0, "end": 2530766, "filename": "/de-g0-core.uti"}, {"start": 2530766, "audio": 0, "end": 2533812, "filename": "/eurodefs.cti"}, {"start": 2533812, "audio": 0, "end": 2541877, "filename": "/iu-ca-g1.ctb"}, {"start": 2541877, "audio": 0, "end": 2558204, "filename": "/de-chardefs6.cti"}, {"start": 2558204, "audio": 0, "end": 2568302, "filename": "/ar-ar-g2.ctb"}, {"start": 2568302, "audio": 0, "end": 2588300, "filename": "/de-chardefs8.cti"}, {"start": 2588300, "audio": 0, "end": 2596863, "filename": "/ckb-chardefs.cti"}, {"start": 2596863, "audio": 0, "end": 2602764, "filename": "/is.ctb"}, {"start": 2602764, "audio": 0, "end": 2615338, "filename": "/tr-g2.ctb"}, {"start": 2615338, "audio": 0, "end": 2619358, "filename": "/no-no-g1.ctb"}, {"start": 2619358, "audio": 0, "end": 2620284, "filename": "/bh.ctb"}, {"start": 2620284, "audio": 0, "end": 2620841, "filename": "/bra.tbl"}, {"start": 2620841, "audio": 0, "end": 2627670, "filename": "/es-new.dis"}, {"start": 2627670, "audio": 0, "end": 2641787, "filename": "/da-dk-g18.ctb"}, {"start": 2641787, "audio": 0, "end": 2660006, "filename": "/Lv-Lv-g1.utb"}, {"start": 2660006, "audio": 0, "end": 2691265, "filename": "/hyph_sv_SE.dic"}, {"start": 2691265, "audio": 0, "end": 2693725, "filename": "/eo-g1.ctb"}, {"start": 2693725, "audio": 0, "end": 2699886, "filename": "/Makefile.am"}, {"start": 2699886, "audio": 0, "end": 2700476, "filename": "/gd.tbl"}, {"start": 2700476, "audio": 0, "end": 2737277, "filename": "/hyph_de_DE.dic"}, {"start": 2737277, "audio": 0, "end": 2738671, "filename": "/de-g1-core.cti"}, {"start": 2738671, "audio": 0, "end": 2752196, "filename": "/da-dk-g08.ctb"}, {"start": 2752196, "audio": 0, "end": 2775877, "filename": "/ko-g1-rules.cti"}, {"start": 2775877, "audio": 0, "end": 2779209, "filename": "/sr-g1.ctb"}, {"start": 2779209, "audio": 0, "end": 3161557, "filename": "/ko-chars.cti"}, {"start": 3161557, "audio": 0, "end": 3165073, "filename": "/en-in-g1.ctb"}, {"start": 3165073, "audio": 0, "end": 3185869, "filename": "/no-no-comp8.ctb"}, {"start": 3185869, "audio": 0, "end": 3188075, "filename": "/hyph_it_IT.dic"}, {"start": 3188075, "audio": 0, "end": 3188633, "filename": "/or.tbl"}, {"start": 3188633, "audio": 0, "end": 3190122, "filename": "/de-chess.ctb"}, {"start": 3190122, "audio": 0, "end": 3191163, "filename": "/sot-za-g1.ctb"}, {"start": 3191163, "audio": 0, "end": 3192988, "filename": "/mn-MN-g1.utb"}, {"start": 3192988, "audio": 0, "end": 3194407, "filename": "/compress.cti"}, {"start": 3194407, "audio": 0, "end": 3201224, "filename": "/IPA.utb"}, {"start": 3201224, "audio": 0, "end": 3222784, "filename": "/pt-pt-g2.ctb"}, {"start": 3222784, "audio": 0, "end": 3242865, "filename": "/nl-chardefs.uti"}, {"start": 3242865, "audio": 0, "end": 3254359, "filename": "/fi1.ctb"}, {"start": 3254359, "audio": 0, "end": 3254905, "filename": "/kru.tbl"}, {"start": 3254905, "audio": 0, "end": 3256122, "filename": "/np-in-g1.utb"}, {"start": 3256122, "audio": 0, "end": 3263754, "filename": "/sv-1996.ctb"}, {"start": 3263754, "audio": 0, "end": 3264360, "filename": "/en_CA.tbl"}, {"start": 3264360, "audio": 0, "end": 3265425, "filename": "/digits6DotsPlusDot6.uti"}, {"start": 3265425, "audio": 0, "end": 3266845, "filename": "/latinLetterDef6Dots.uti"}, {"start": 3266845, "audio": 0, "end": 3294775, "filename": "/en-us-g2.ctb"}, {"start": 3294775, "audio": 0, "end": 3295985, "filename": "/ckb-g1.ctb"}, {"start": 3295985, "audio": 0, "end": 3298590, "filename": "/sk-translation.cti"}, {"start": 3298590, "audio": 0, "end": 3305020, "filename": "/nl-g0.uti"}, {"start": 3305020, "audio": 0, "end": 3305977, "filename": "/litdigits6Dots.uti"}, {"start": 3305977, "audio": 0, "end": 3310697, "filename": "/grc-international-en.utb"}, {"start": 3310697, "audio": 0, "end": 3311262, "filename": "/mni.tbl"}, {"start": 3311262, "audio": 0, "end": 3319572, "filename": "/nl-BE-g0.utb"}, {"start": 3319572, "audio": 0, "end": 3320500, "filename": "/digits8Dots.uti"}, {"start": 3320500, "audio": 0, "end": 3325536, "filename": "/et-g0.utb"}, {"start": 3325536, "audio": 0, "end": 3326099, "filename": "/eo.tbl"}, {"start": 3326099, "audio": 0, "end": 3333760, "filename": "/Pl-Pl-g1.utb"}, {"start": 3333760, "audio": 0, "end": 3340463, "filename": "/countries.cti"}, {"start": 3340463, "audio": 0, "end": 3346437, "filename": "/unicode.dis"}, {"start": 3346437, "audio": 0, "end": 3372868, "filename": "/braille-patterns.cti"}, {"start": 3372868, "audio": 0, "end": 3375010, "filename": "/no-no-8dot-fallback-6dot-g0.utb"}, {"start": 3375010, "audio": 0, "end": 3375176, "filename": "/lt-6dot.tbl"}, {"start": 3375176, "audio": 0, "end": 3375750, "filename": "/mt.tbl"}, {"start": 3375750, "audio": 0, "end": 3380056, "filename": "/cy-cy-g2.ctb"}, {"start": 3380056, "audio": 0, "end": 3393034, "filename": "/da-dk-6miscChars.cti"}, {"start": 3393034, "audio": 0, "end": 3409338, "filename": "/grc-international-composed.uti"}, {"start": 3409338, "audio": 0, "end": 3410382, "filename": "/tsn-za-g1.ctb"}, {"start": 3410382, "audio": 0, "end": 3415390, "filename": "/ro.ctb"}, {"start": 3415390, "audio": 0, "end": 3420323, "filename": "/ta-ta-g1.ctb"}, {"start": 3420323, "audio": 0, "end": 3445156, "filename": "/unicode-braille.utb"}, {"start": 3445156, "audio": 0, "end": 3446554, "filename": "/latinLetterDef8Dots.uti"}, {"start": 3446554, "audio": 0, "end": 3447114, "filename": "/ne.tbl"}, {"start": 3447114, "audio": 0, "end": 3448948, "filename": "/printables.cti"}, {"start": 3448948, "audio": 0, "end": 3449485, "filename": "/sl.tbl"}, {"start": 3449485, "audio": 0, "end": 3451652, "filename": "/en-us-compbrl.uti"}, {"start": 3451652, "audio": 0, "end": 3452869, "filename": "/si-in-g1.utb"}, {"start": 3452869, "audio": 0, "end": 3457550, "filename": "/tr.ctb"}, {"start": 3457550, "audio": 0, "end": 3458112, "filename": "/kn.tbl"}, {"start": 3458112, "audio": 0, "end": 3459349, "filename": "/es-g1.ctb"}, {"start": 3459349, "audio": 0, "end": 3467453, "filename": "/en_CA.ctb"}, {"start": 3467453, "audio": 0, "end": 3550978, "filename": "/hyph_nl_NL.dic"}, {"start": 3550978, "audio": 0, "end": 3553096, "filename": "/tr-g1.ctb"}, {"start": 3553096, "audio": 0, "end": 3558303, "filename": "/ru-litbrl.ctb"}, {"start": 3558303, "audio": 0, "end": 3560172, "filename": "/ko-2006-g2.ctb"}, {"start": 3560172, "audio": 0, "end": 3560712, "filename": "/pi.tbl"}, {"start": 3560712, "audio": 0, "end": 3561256, "filename": "/gon.tbl"}, {"start": 3561256, "audio": 0, "end": 3564797, "filename": "/ckb-translation.cti"}, {"start": 3564797, "audio": 0, "end": 3565774, "filename": "/ca-g1.ctb"}, {"start": 3565774, "audio": 0, "end": 3573380, "filename": "/cs-comp8.utb"}, {"start": 3573380, "audio": 0, "end": 3578023, "filename": "/ga-g2.ctb"}, {"start": 3578023, "audio": 0, "end": 3582128, "filename": "/et.ctb"}, {"start": 3582128, "audio": 0, "end": 3623940, "filename": "/da-dk-g28.ctb"}, {"start": 3623940, "audio": 0, "end": 3631751, "filename": "/fi.utb"}, {"start": 3631751, "audio": 0, "end": 3633283, "filename": "/ukmaths_single_cell_defs.cti"}, {"start": 3633283, "audio": 0, "end": 3633582, "filename": "/no.tbl"}, {"start": 3633582, "audio": 0, "end": 3634526, "filename": "/gon.ctb"}, {"start": 3634526, "audio": 0, "end": 3635100, "filename": "/bo.tbl"}, {"start": 3635100, "audio": 0, "end": 3649716, "filename": "/uni-text.dis"}, {"start": 3649716, "audio": 0, "end": 3658999, "filename": "/en-ueb-g1.ctb"}, {"start": 3658999, "audio": 0, "end": 3689550, "filename": "/hyph_pl_PL.dic"}, {"start": 3689550, "audio": 0, "end": 3715083, "filename": "/es-g2.ctb"}, {"start": 3715083, "audio": 0, "end": 3718556, "filename": "/grc-international-common.uti"}, {"start": 3718556, "audio": 0, "end": 3733249, "filename": "/se-se.dis"}, {"start": 3733249, "audio": 0, "end": 3749695, "filename": "/grc-international-decomposed.uti"}, {"start": 3749695, "audio": 0, "end": 3766529, "filename": "/lt.ctb"}, {"start": 3766529, "audio": 0, "end": 3767089, "filename": "/te.tbl"}, {"start": 3767089, "audio": 0, "end": 3775149, "filename": "/da-dk-g16-lit.ctb"}, {"start": 3775149, "audio": 0, "end": 3776504, "filename": "/sin.utb"}, {"start": 3776504, "audio": 0, "end": 3777947, "filename": "/hr-digits.uti"}, {"start": 3777947, "audio": 0, "end": 3781023, "filename": "/uk.utb"}, {"start": 3781023, "audio": 0, "end": 3786623, "filename": "/ko.cti"}, {"start": 3786623, "audio": 0, "end": 3796228, "filename": "/gujarati.cti"}, {"start": 3796228, "audio": 0, "end": 3826376, "filename": "/da-dk-g28l.ctb"}, {"start": 3826376, "audio": 0, "end": 3848026, "filename": "/text_nabcc.dis"}, {"start": 3848026, "audio": 0, "end": 3848953, "filename": "/kok.ctb"}, {"start": 3848953, "audio": 0, "end": 3849523, "filename": "/ta.tbl"}, {"start": 3849523, "audio": 0, "end": 4113784, "filename": "/zh-hk.ctb"}, {"start": 4113784, "audio": 0, "end": 4120821, "filename": "/Es-Es-G0.utb"}, {"start": 4120821, "audio": 0, "end": 4128671, "filename": "/ar-ar-comp8.utb"}, {"start": 4128671, "audio": 0, "end": 4133154, "filename": "/en-us-g1.ctb"}, {"start": 4133154, "audio": 0, "end": 4135527, "filename": "/mn-MN-common.cti"}, {"start": 4135527, "audio": 0, "end": 4136103, "filename": "/et.tbl"}, {"start": 4136103, "audio": 0, "end": 4136665, "filename": "/sv.tbl"}, {"start": 4136665, "audio": 0, "end": 4281009, "filename": "/fr-bfu-g2.ctb"}, {"start": 4281009, "audio": 0, "end": 4287439, "filename": "/bg.ctb"}, {"start": 4287439, "audio": 0, "end": 4289578, "filename": "/en-gb-comp8.ctb"}, {"start": 4289578, "audio": 0, "end": 4303222, "filename": "/no-no.dis"}, {"start": 4303222, "audio": 0, "end": 4305012, "filename": "/ko-g2.ctb"}, {"start": 4305012, "audio": 0, "end": 4309921, "filename": "/hu-hu-g1.ctb"}, {"start": 4309921, "audio": 0, "end": 4312880, "filename": "/eo-g1-x-system.ctb"}, {"start": 4312880, "audio": 0, "end": 4988814, "filename": "/zhcn-g1.ctb"}, {"start": 4988814, "audio": 0, "end": 4989795, "filename": "/litdigits6DotsPlusDot6.uti"}, {"start": 4989795, "audio": 0, "end": 4990813, "filename": "/maketablelist.sh"}, {"start": 4990813, "audio": 0, "end": 5008146, "filename": "/pl-pl-comp8.ctb"}, {"start": 5008146, "audio": 0, "end": 5012911, "filename": "/Se-Se-g1.utb"}, {"start": 5012911, "audio": 0, "end": 5013511, "filename": "/cy.tbl"}, {"start": 5013511, "audio": 0, "end": 5016354, "filename": "/ru-letters.dis"}, {"start": 5016354, "audio": 0, "end": 5024377, "filename": "/da-dk-g16.ctb"}, {"start": 5024377, "audio": 0, "end": 5026033, "filename": "/nl-BE.dis"}, {"start": 5026033, "audio": 0, "end": 5037544, "filename": "/fi2.ctb"}, {"start": 5037544, "audio": 0, "end": 5038759, "filename": "/be-in-g1.utb"}, {"start": 5038759, "audio": 0, "end": 5039972, "filename": "/te-in-g1.utb"}, {"start": 5039972, "audio": 0, "end": 5046303, "filename": "/no-no-g0.utb"}, {"start": 5046303, "audio": 0, "end": 5046883, "filename": "/dra.tbl"}, {"start": 5046883, "audio": 0, "end": 5054984, "filename": "/en-chardefs.cti"}, {"start": 5054984, "audio": 0, "end": 5071480, "filename": "/nemethdefs.cti"}, {"start": 5071480, "audio": 0, "end": 5072041, "filename": "/ckb.tbl"}, {"start": 5072041, "audio": 0, "end": 5072961, "filename": "/ta.ctb"}, {"start": 5072961, "audio": 0, "end": 5087374, "filename": "/da-dk-g26l.ctb"}, {"start": 5087374, "audio": 0, "end": 5123841, "filename": "/hyph_en_US.dic"}, {"start": 5123841, "audio": 0, "end": 5142609, "filename": "/no-no-g3.ctb"}, {"start": 5142609, "audio": 0, "end": 5143535, "filename": "/kru.ctb"}, {"start": 5143535, "audio": 0, "end": 5146058, "filename": "/cs-translation.cti"}, {"start": 5146058, "audio": 0, "end": 5146629, "filename": "/lv.tbl"}, {"start": 5146629, "audio": 0, "end": 5147530, "filename": "/unicode-without-blank.dis"}, {"start": 5147530, "audio": 0, "end": 5263483, "filename": "/hu-exceptionwords.cti"}, {"start": 5263483, "audio": 0, "end": 5268178, "filename": "/hu-hu-comp8.ctb"}, {"start": 5268178, "audio": 0, "end": 5268742, "filename": "/as.tbl"}, {"start": 5268742, "audio": 0, "end": 5274417, "filename": "/fa-ir-g1.utb"}, {"start": 5274417, "audio": 0, "end": 5276789, "filename": "/sk-sk.utb"}, {"start": 5276789, "audio": 0, "end": 5298031, "filename": "/is-chardefs8.cti"}, {"start": 5298031, "audio": 0, "end": 5301123, "filename": "/pt-pt-comp8.ctb"}, {"start": 5301123, "audio": 0, "end": 5362341, "filename": "/hyph_brl_da_dk.dic"}, {"start": 5362341, "audio": 0, "end": 5371869, "filename": "/oriya.cti"}, {"start": 5371869, "audio": 0, "end": 5392317, "filename": "/en-us-mathtext.ctb"}, {"start": 5392317, "audio": 0, "end": 5402622, "filename": "/boxes.ctb"}, {"start": 5402622, "audio": 0, "end": 5404713, "filename": "/de-eurobrl6u.dis"}, {"start": 5404713, "audio": 0, "end": 5406490, "filename": "/ko-2006-g1.ctb"}, {"start": 5406490, "audio": 0, "end": 5407382, "filename": "/ne.ctb"}, {"start": 5407382, "audio": 0, "end": 5416878, "filename": "/sv-1989.ctb"}, {"start": 5416878, "audio": 0, "end": 5609446, "filename": "/de-g2-core-patterns.dic"}, {"start": 5609446, "audio": 0, "end": 5618252, "filename": "/nl-NL-g0.utb"}, {"start": 5618252, "audio": 0, "end": 5619814, "filename": "/us-table.dis"}, {"start": 5619814, "audio": 0, "end": 5620340, "filename": "/cs.tbl"}, {"start": 5620340, "audio": 0, "end": 5642371, "filename": "/sk-chardefs.cti"}, {"start": 5642371, "audio": 0, "end": 5646225, "filename": "/wordcx.dis"}, {"start": 5646225, "audio": 0, "end": 5646773, "filename": "/kok.tbl"}, {"start": 5646773, "audio": 0, "end": 5647396, "filename": "/nl_BE.tbl"}, {"start": 5647396, "audio": 0, "end": 5652852, "filename": "/chr-us-g1.ctb"}, {"start": 5652852, "audio": 0, "end": 5839530, "filename": "/hyph_nb_NO.dic"}, {"start": 5839530, "audio": 0, "end": 5840089, "filename": "/kha.tbl"}, {"start": 5840089, "audio": 0, "end": 5852607, "filename": "/cy-cy-g1.utb"}, {"start": 5852607, "audio": 0, "end": 5853238, "filename": "/hu.tbl"}, {"start": 5853238, "audio": 0, "end": 5860119, "filename": "/sr-chardefs.cti"}, {"start": 5860119, "audio": 0, "end": 5865450, "filename": "/cs-letterDef8Dots.uti"}, {"start": 5865450, "audio": 0, "end": 5870651, "filename": "/sk-sk-g1.utb"}, {"start": 5870651, "audio": 0, "end": 5871239, "filename": "/tr-g2.tbl"}, {"start": 5871239, "audio": 0, "end": 5872613, "filename": "/de-g2.ctb"}, {"start": 5872613, "audio": 0, "end": 5872935, "filename": "/zh_TW.tbl"}, {"start": 5872935, "audio": 0, "end": 5873509, "filename": "/tr.tbl"}, {"start": 5873509, "audio": 0, "end": 5878140, "filename": "/en-us-comp6.ctb"}, {"start": 5878140, "audio": 0, "end": 5878703, "filename": "/ru.tbl"}, {"start": 5878703, "audio": 0, "end": 5879267, "filename": "/it.tbl"}, {"start": 5879267, "audio": 0, "end": 5880959, "filename": "/ko-g1.ctb"}, {"start": 5880959, "audio": 0, "end": 5882175, "filename": "/hi-in-g1.utb"}, {"start": 5882175, "audio": 0, "end": 5949711, "filename": "/hyph_ru.dic"}, {"start": 5949711, "audio": 0, "end": 5950999, "filename": "/hyph_pt_PT.dic"}, {"start": 5950999, "audio": 0, "end": 5952191, "filename": "/kh-in-g1.utb"}, {"start": 5952191, "audio": 0, "end": 5953410, "filename": "/ks-in-g1.utb"}, {"start": 5953410, "audio": 0, "end": 5953974, "filename": "/gu.tbl"}, {"start": 5953974, "audio": 0, "end": 5954532, "filename": "/hi.tbl"}, {"start": 5954532, "audio": 0, "end": 5991290, "filename": "/Makefile"}, {"start": 5991290, "audio": 0, "end": 5992800, "filename": "/hr-g1.ctb"}, {"start": 5992800, "audio": 0, "end": 6012288, "filename": "/en-ueb-chardefs.uti"}, {"start": 6012288, "audio": 0, "end": 6012864, "filename": "/ro.tbl"}, {"start": 6012864, "audio": 0, "end": 6037706, "filename": "/afr-za-g2.ctb"}, {"start": 6037706, "audio": 0, "end": 6046409, "filename": "/kannada.cti"}, {"start": 6046409, "audio": 0, "end": 6057984, "filename": "/da-dk-octobraille.dis"}, {"start": 6057984, "audio": 0, "end": 6059499, "filename": "/marburg_single_cell_defs.cti"}, {"start": 6059499, "audio": 0, "end": 6060997, "filename": "/en-chess.ctb"}, {"start": 6060997, "audio": 0, "end": 6064223, "filename": "/ga-g1.utb"}, {"start": 6064223, "audio": 0, "end": 6076256, "filename": "/vi.ctb"}, {"start": 6076256, "audio": 0, "end": 6076818, "filename": "/bn.tbl"}, {"start": 6076818, "audio": 0, "end": 6087440, "filename": "/ru-ru-g1.utb"}, {"start": 6087440, "audio": 0, "end": 6100918, "filename": "/no-no-generic.ctb"}, {"start": 6100918, "audio": 0, "end": 7479065, "filename": "/zh-tw.ctb"}, {"start": 7479065, "audio": 0, "end": 7479697, "filename": "/nl.tbl"}, {"start": 7479697, "audio": 0, "end": 7491330, "filename": "/da-lt.ctb"}, {"start": 7491330, "audio": 0, "end": 7492548, "filename": "/mr-in-g1.utb"}, {"start": 7492548, "audio": 0, "end": 7522029, "filename": "/de-g2-core.cti"}, {"start": 7522029, "audio": 0, "end": 7526435, "filename": "/it-it-comp6.utb"}, {"start": 7526435, "audio": 0, "end": 7535827, "filename": "/ar-ar-g1.utb"}, {"start": 7535827, "audio": 0, "end": 7542786, "filename": "/vi-g1.ctb"}, {"start": 7542786, "audio": 0, "end": 7543708, "filename": "/mun.ctb"}, {"start": 7543708, "audio": 0, "end": 7544927, "filename": "/ml-in-g1.utb"}, {"start": 7544927, "audio": 0, "end": 7545972, "filename": "/controlchars.cti"}, {"start": 7545972, "audio": 0, "end": 7547186, "filename": "/br-in-g1.utb"}, {"start": 7547186, "audio": 0, "end": 7550580, "filename": "/afr-za-g1.ctb"}, {"start": 7550580, "audio": 0, "end": 7552072, "filename": "/corrections.cti"}, {"start": 7552072, "audio": 0, "end": 7564209, "filename": "/fr-bfu-comp68.cti"}, {"start": 7564209, "audio": 0, "end": 7565114, "filename": "/dra.ctb"}, {"start": 7565114, "audio": 0, "end": 7579456, "filename": "/ca-chardefs.cti"}, {"start": 7579456, "audio": 0, "end": 7586512, "filename": "/he.ctb"}, {"start": 7586512, "audio": 0, "end": 7590471, "filename": "/ko-2006.cti"}, {"start": 7590471, "audio": 0, "end": 7591045, "filename": "/vi.tbl"}, {"start": 7591045, "audio": 0, "end": 7619778, "filename": "/it-it-comp8.utb"}, {"start": 7619778, "audio": 0, "end": 7620994, "filename": "/pu-in-g1.utb"}, {"start": 7620994, "audio": 0, "end": 7630332, "filename": "/de-de-comp8.ctb"}, {"start": 7630332, "audio": 0, "end": 7642033, "filename": "/hu-chardefs.cti"}, {"start": 7642033, "audio": 0, "end": 7660592, "filename": "/wiskunde-chardefs.cti"}, {"start": 7660592, "audio": 0, "end": 7663810, "filename": "/tamil.cti"}, {"start": 7663810, "audio": 0, "end": 7676711, "filename": "/no-no-g2.ctb"}, {"start": 7676711, "audio": 0, "end": 7676857, "filename": "/hr-g1.tbl"}, {"start": 7676857, "audio": 0, "end": 7677419, "filename": "/pa.tbl"}, {"start": 7677419, "audio": 0, "end": 7684667, "filename": "/bo.ctb"}, {"start": 7684667, "audio": 0, "end": 7691783, "filename": "/ethio-g1.ctb"}, {"start": 7691783, "audio": 0, "end": 7692707, "filename": "/pi.ctb"}, {"start": 7692707, "audio": 0, "end": 7706675, "filename": "/es-chardefs.cti"}, {"start": 7706675, "audio": 0, "end": 7707219, "filename": "/bh.tbl"}, {"start": 7707219, "audio": 0, "end": 7708742, "filename": "/de-g1.ctb"}, {"start": 7708742, "audio": 0, "end": 7718983, "filename": "/se-se.ctb"}, {"start": 7718983, "audio": 0, "end": 7720448, "filename": "/haw-us-g1.ctb"}, {"start": 7720448, "audio": 0, "end": 7728672, "filename": "/ru-ru.dis"}, {"start": 7728672, "audio": 0, "end": 7742845, "filename": "/no-no-generic.dis"}, {"start": 7742845, "audio": 0, "end": 7754522, "filename": "/fr-bfu-comp6.utb"}, {"start": 7754522, "audio": 0, "end": 7787328, "filename": "/no-no-latinLetterDef6Dots_diacritics.uti"}, {"start": 7787328, "audio": 0, "end": 7787938, "filename": "/pt.tbl"}, {"start": 7787938, "audio": 0, "end": 7790323, "filename": "/de-accents-detailed.cti"}, {"start": 7790323, "audio": 0, "end": 7800474, "filename": "/telugu.cti"}, {"start": 7800474, "audio": 0, "end": 7812007, "filename": "/ur-pk-g1.utb"}, {"start": 7812007, "audio": 0, "end": 7826309, "filename": "/cs-chardefs.cti"}, {"start": 7826309, "audio": 0, "end": 7826857, "filename": "/mwr.tbl"}, {"start": 7826857, "audio": 0, "end": 7828289, "filename": "/sk-g1.ctb"}, {"start": 7828289, "audio": 0, "end": 7833715, "filename": "/hy.ctb"}, {"start": 7833715, "audio": 0, "end": 7834272, "filename": "/sk.tbl"}, {"start": 7834272, "audio": 0, "end": 7848517, "filename": "/da-dk-g26l-lit.ctb"}, {"start": 7848517, "audio": 0, "end": 7863118, "filename": "/de-de.dis"}, {"start": 7863118, "audio": 0, "end": 8480469, "filename": "/zhcn-g2.ctb"}, {"start": 8480469, "audio": 0, "end": 8487292, "filename": "/es-old.dis"}, {"start": 8487292, "audio": 0, "end": 8498514, "filename": "/malayalam.cti"}, {"start": 8498514, "audio": 0, "end": 8500146, "filename": "/en-us-comp8.ctb"}, {"start": 8500146, "audio": 0, "end": 8508449, "filename": "/da-dk.dis"}, {"start": 8508449, "audio": 0, "end": 8509660, "filename": "/or-in-g1.utb"}, {"start": 8509660, "audio": 0, "end": 8529314, "filename": "/en-GB-g2.ctb"}, {"start": 8529314, "audio": 0, "end": 8536456, "filename": "/is-chardefs6.cti"}, {"start": 8536456, "audio": 0, "end": 8546823, "filename": "/bengali.cti"}, {"start": 8546823, "audio": 0, "end": 8547092, "filename": "/en_US-comp8-ext.tbl"}, {"start": 8547092, "audio": 0, "end": 8547670, "filename": "/bg.tbl"}, {"start": 8547670, "audio": 0, "end": 8609068, "filename": "/hyph_da_DK.dic"}, {"start": 8609068, "audio": 0, "end": 8609751, "filename": "/en_US.tbl"}, {"start": 8609751, "audio": 0, "end": 8622291, "filename": "/en-gb-g1.utb"}, {"start": 8622291, "audio": 0, "end": 8623506, "filename": "/ka-in-g1.utb"}, {"start": 8623506, "audio": 0, "end": 8639054, "filename": "/marburg_unicode_defs.cti"}, {"start": 8639054, "audio": 0, "end": 8640681, "filename": "/de-g0.utb"}, {"start": 8640681, "audio": 0, "end": 8642694, "filename": "/ru-chardefs.cti"}, {"start": 8642694, "audio": 0, "end": 8643621, "filename": "/mwr.ctb"}, {"start": 8643621, "audio": 0, "end": 8644165, "filename": "/mun.tbl"}, {"start": 8644165, "audio": 0, "end": 8646917, "filename": "/ru-unicode.dis"}, {"start": 8646917, "audio": 0, "end": 8647853, "filename": "/loweredDigits8Dots.uti"}, {"start": 8647853, "audio": 0, "end": 8648532, "filename": "/en_GB.tbl"}, {"start": 8648532, "audio": 0, "end": 8650353, "filename": "/mn-MN-g2.ctb"}, {"start": 8650353, "audio": 0, "end": 8650915, "filename": "/mr.tbl"}, {"start": 8650915, "audio": 0, "end": 8651487, "filename": "/he.tbl"}, {"start": 8651487, "audio": 0, "end": 8665847, "filename": "/fr-bfu-comp8.utb"}, {"start": 8665847, "audio": 0, "end": 8685688, "filename": "/da-dk-g26-lit.ctb"}, {"start": 8685688, "audio": 0, "end": 9561792, "filename": "/hyph_hu_HU.dic"}, {"start": 9561792, "audio": 0, "end": 9563011, "filename": "/sa-in-g1.utb"}], "remote_package_size": 9563011, "package_uuid": "44fbc30b-5073-4849-9b7d-133432ec4d60"});
 
 })();
 
 
 
-
 // Sometimes an existing Module object exists with properties
 // meant to overwrite the default module functionality. Here
 // we collect those properties and reapply _after_ we configure
@@ -220,13 +219,11 @@
   }
 }
 
-Module['arguments'] = [];
-Module['thisProgram'] = './this.program';
-Module['quit'] = function(status, toThrow) {
+var arguments_ = [];
+var thisProgram = './this.program';
+var quit_ = function(status, toThrow) {
   throw toThrow;
 };
-Module['preRun'] = [];
-Module['postRun'] = [];
 
 // Determine the runtime environment we are in. You can customize this by
 // setting the ENVIRONMENT setting at compile time (see settings.js).
@@ -234,31 +231,47 @@
 var ENVIRONMENT_IS_WEB = false;
 var ENVIRONMENT_IS_WORKER = false;
 var ENVIRONMENT_IS_NODE = false;
+var ENVIRONMENT_HAS_NODE = false;
 var ENVIRONMENT_IS_SHELL = false;
 ENVIRONMENT_IS_WEB = typeof window === 'object';
 ENVIRONMENT_IS_WORKER = typeof importScripts === 'function';
-ENVIRONMENT_IS_NODE = typeof process === 'object' && typeof require === 'function' && !ENVIRONMENT_IS_WEB && !ENVIRONMENT_IS_WORKER;
+// A web environment like Electron.js can have Node enabled, so we must
+// distinguish between Node-enabled environments and Node environments per se.
+// This will allow the former to do things like mount NODEFS.
+// Extended check using process.versions fixes issue #8816.
+// (Also makes redundant the original check that 'require' is a function.)
+ENVIRONMENT_HAS_NODE = typeof process === 'object' && typeof process.versions === 'object' && typeof process.versions.node === 'string';
+ENVIRONMENT_IS_NODE = ENVIRONMENT_HAS_NODE && !ENVIRONMENT_IS_WEB && !ENVIRONMENT_IS_WORKER;
 ENVIRONMENT_IS_SHELL = !ENVIRONMENT_IS_WEB && !ENVIRONMENT_IS_NODE && !ENVIRONMENT_IS_WORKER;
 
 if (Module['ENVIRONMENT']) {
   throw new Error('Module.ENVIRONMENT has been deprecated. To force the environment, use the ENVIRONMENT compile-time option (for example, -s ENVIRONMENT=web or -s ENVIRONMENT=node)');
 }
 
+
 // Three configurations we can be running in:
 // 1) We could be the application main() thread running in the main JS UI thread. (ENVIRONMENT_IS_WORKER == false and ENVIRONMENT_IS_PTHREAD == false)
 // 2) We could be the application main() thread proxied to worker. (with Emscripten -s PROXY_TO_WORKER=1) (ENVIRONMENT_IS_WORKER == true, ENVIRONMENT_IS_PTHREAD == false)
 // 3) We could be an application pthread running in a worker. (ENVIRONMENT_IS_WORKER == true and ENVIRONMENT_IS_PTHREAD == true)
 
+
+
+
 // `/` should be present at the end if `scriptDirectory` is not empty
 var scriptDirectory = '';
 function locateFile(path) {
   if (Module['locateFile']) {
     return Module['locateFile'](path, scriptDirectory);
-  } else {
-    return scriptDirectory + path;
   }
+  return scriptDirectory + path;
 }
 
+// Hooks that are implemented differently in different runtime environments.
+var read_,
+    readAsync,
+    readBinary,
+    setWindowTitle;
+
 if (ENVIRONMENT_IS_NODE) {
   scriptDirectory = __dirname + '/';
 
@@ -267,7 +280,7 @@
   var nodeFS;
   var nodePath;
 
-  Module['read'] = function shell_read(filename, binary) {
+  read_ = function shell_read(filename, binary) {
     var ret;
       if (!nodeFS) nodeFS = require('fs');
       if (!nodePath) nodePath = require('path');
@@ -276,8 +289,8 @@
     return binary ? ret : ret.toString();
   };
 
-  Module['readBinary'] = function readBinary(filename) {
-    var ret = Module['read'](filename, true);
+  readBinary = function readBinary(filename) {
+    var ret = read_(filename, true);
     if (!ret.buffer) {
       ret = new Uint8Array(ret);
     }
@@ -286,10 +299,10 @@
   };
 
   if (process['argv'].length > 1) {
-    Module['thisProgram'] = process['argv'][1].replace(/\\/g, '/');
+    thisProgram = process['argv'][1].replace(/\\/g, '/');
   }
 
-  Module['arguments'] = process['argv'].slice(2);
+  arguments_ = process['argv'].slice(2);
 
   // MODULARIZE will export the module in the proper place outside, we don't need to export here
 
@@ -299,11 +312,10 @@
       throw ex;
     }
   });
-  // Currently node will swallow unhandled rejections, but this behavior is
-  // deprecated, and in the future it will exit with error status.
+
   process['on']('unhandledRejection', abort);
 
-  Module['quit'] = function(status) {
+  quit_ = function(status) {
     process['exit'](status);
   };
 
@@ -313,12 +325,12 @@
 
 
   if (typeof read != 'undefined') {
-    Module['read'] = function shell_read(f) {
+    read_ = function shell_read(f) {
       return read(f);
     };
   }
 
-  Module['readBinary'] = function readBinary(f) {
+  readBinary = function readBinary(f) {
     var data;
     if (typeof readbuffer === 'function') {
       return new Uint8Array(readbuffer(f));
@@ -329,15 +341,22 @@
   };
 
   if (typeof scriptArgs != 'undefined') {
-    Module['arguments'] = scriptArgs;
+    arguments_ = scriptArgs;
   } else if (typeof arguments != 'undefined') {
-    Module['arguments'] = arguments;
+    arguments_ = arguments;
   }
 
   if (typeof quit === 'function') {
-    Module['quit'] = function(status) {
+    quit_ = function(status) {
       quit(status);
-    }
+    };
+  }
+
+  if (typeof print !== 'undefined') {
+    // Prefer to use print/printErr where they exist, as they usually work better.
+    if (typeof console === 'undefined') console = {};
+    console.log = print;
+    console.warn = console.error = typeof printErr !== 'undefined' ? printErr : print;
   }
 } else
 if (ENVIRONMENT_IS_WEB || ENVIRONMENT_IS_WORKER) {
@@ -362,7 +381,7 @@
   }
 
 
-  Module['read'] = function shell_read(url) {
+  read_ = function shell_read(url) {
       var xhr = new XMLHttpRequest();
       xhr.open('GET', url, false);
       xhr.send(null);
@@ -370,7 +389,7 @@
   };
 
   if (ENVIRONMENT_IS_WORKER) {
-    Module['readBinary'] = function readBinary(url) {
+    readBinary = function readBinary(url) {
         var xhr = new XMLHttpRequest();
         xhr.open('GET', url, false);
         xhr.responseType = 'arraybuffer';
@@ -379,7 +398,7 @@
     };
   }
 
-  Module['readAsync'] = function readAsync(url, onload, onerror) {
+  readAsync = function readAsync(url, onload, onerror) {
     var xhr = new XMLHttpRequest();
     xhr.open('GET', url, true);
     xhr.responseType = 'arraybuffer';
@@ -394,7 +413,7 @@
     xhr.send(null);
   };
 
-  Module['setWindowTitle'] = function(title) { document.title = title };
+  setWindowTitle = function(title) { document.title = title };
 } else
 {
   throw new Error('environment detection error');
@@ -402,12 +421,8 @@
 
 // Set up the out() and err() hooks, which are how we can print to stdout or
 // stderr, respectively.
-// If the user provided Module.print or printErr, use that. Otherwise,
-// console.log is checked first, as 'print' on the web will open a print dialogue
-// printErr is preferable to console.warn (works better in shells)
-// bind(console) is necessary to fix IE/Edge closed dev tools panel behavior.
-var out = Module['print'] || (typeof console !== 'undefined' ? console.log.bind(console) : (typeof print !== 'undefined' ? print : null));
-var err = Module['printErr'] || (typeof printErr !== 'undefined' ? printErr : ((typeof console !== 'undefined' && console.warn.bind(console)) || out));
+var out = Module['print'] || console.log.bind(console);
+var err = Module['printErr'] || console.warn.bind(console);
 
 // Merge back in the overrides
 for (key in moduleOverrides) {
@@ -417,13 +432,33 @@
 }
 // Free the object hierarchy contained in the overrides, this lets the GC
 // reclaim data used e.g. in memoryInitializerRequest, which is a large typed array.
-moduleOverrides = undefined;
+moduleOverrides = null;
+
+// Emit code to handle expected values on the Module object. This applies Module.x
+// to the proper local x. This has two benefits: first, we only emit it if it is
+// expected to arrive, and second, by using a local everywhere else that can be
+// minified.
+if (Module['arguments']) arguments_ = Module['arguments'];if (!Object.getOwnPropertyDescriptor(Module, 'arguments')) Object.defineProperty(Module, 'arguments', { get: function() { abort('Module.arguments has been replaced with plain arguments_') } });
+if (Module['thisProgram']) thisProgram = Module['thisProgram'];if (!Object.getOwnPropertyDescriptor(Module, 'thisProgram')) Object.defineProperty(Module, 'thisProgram', { get: function() { abort('Module.thisProgram has been replaced with plain thisProgram') } });
+if (Module['quit']) quit_ = Module['quit'];if (!Object.getOwnPropertyDescriptor(Module, 'quit')) Object.defineProperty(Module, 'quit', { get: function() { abort('Module.quit has been replaced with plain quit_') } });
 
 // perform assertions in shell.js after we set up out() and err(), as otherwise if an assertion fails it cannot print the message
+// Assertions on removed incoming Module JS APIs.
 assert(typeof Module['memoryInitializerPrefixURL'] === 'undefined', 'Module.memoryInitializerPrefixURL option was removed, use Module.locateFile instead');
 assert(typeof Module['pthreadMainPrefixURL'] === 'undefined', 'Module.pthreadMainPrefixURL option was removed, use Module.locateFile instead');
 assert(typeof Module['cdInitializerPrefixURL'] === 'undefined', 'Module.cdInitializerPrefixURL option was removed, use Module.locateFile instead');
 assert(typeof Module['filePackagePrefixURL'] === 'undefined', 'Module.filePackagePrefixURL option was removed, use Module.locateFile instead');
+assert(typeof Module['read'] === 'undefined', 'Module.read option was removed (modify read_ in JS)');
+assert(typeof Module['readAsync'] === 'undefined', 'Module.readAsync option was removed (modify readAsync in JS)');
+assert(typeof Module['readBinary'] === 'undefined', 'Module.readBinary option was removed (modify readBinary in JS)');
+assert(typeof Module['setWindowTitle'] === 'undefined', 'Module.setWindowTitle option was removed (modify setWindowTitle in JS)');
+if (!Object.getOwnPropertyDescriptor(Module, 'read')) Object.defineProperty(Module, 'read', { get: function() { abort('Module.read has been replaced with plain read_') } });
+if (!Object.getOwnPropertyDescriptor(Module, 'readAsync')) Object.defineProperty(Module, 'readAsync', { get: function() { abort('Module.readAsync has been replaced with plain readAsync') } });
+if (!Object.getOwnPropertyDescriptor(Module, 'readBinary')) Object.defineProperty(Module, 'readBinary', { get: function() { abort('Module.readBinary has been replaced with plain readBinary') } });
+// TODO: add when SDL2 is fixed if (!Object.getOwnPropertyDescriptor(Module, 'setWindowTitle')) Object.defineProperty(Module, 'setWindowTitle', { get: function() { abort('Module.setWindowTitle has been replaced with plain setWindowTitle') } });
+
+
+// TODO remove when SDL2 is fixed (also see above)
 
 
 
@@ -443,32 +478,23 @@
 };
 
 function staticAlloc(size) {
-  assert(!staticSealed);
-  var ret = STATICTOP;
-  STATICTOP = (STATICTOP + size + 15) & -16;
-  assert(STATICTOP < TOTAL_MEMORY, 'not enough memory for static allocation - increase TOTAL_MEMORY');
-  return ret;
+  abort('staticAlloc is no longer available at runtime; instead, perform static allocations at compile time (using makeStaticAlloc)');
 }
 
 function dynamicAlloc(size) {
   assert(DYNAMICTOP_PTR);
   var ret = HEAP32[DYNAMICTOP_PTR>>2];
   var end = (ret + size + 15) & -16;
-  HEAP32[DYNAMICTOP_PTR>>2] = end;
-  if (end >= TOTAL_MEMORY) {
-    var success = enlargeMemory();
-    if (!success) {
-      HEAP32[DYNAMICTOP_PTR>>2] = ret;
-      return 0;
-    }
+  if (end > _emscripten_get_heap_size()) {
+    abort('failure to dynamicAlloc - memory growth etc. is not supported there, call malloc/sbrk directly');
   }
+  HEAP32[DYNAMICTOP_PTR>>2] = end;
   return ret;
 }
 
 function alignMemory(size, factor) {
   if (!factor) factor = STACK_ALIGN; // stack alignment (16-byte) by default
-  var ret = size = Math.ceil(size / factor) * factor;
-  return ret;
+  return Math.ceil(size / factor) * factor;
 }
 
 function getNativeTypeSize(type) {
@@ -484,7 +510,7 @@
         return 4; // A pointer
       } else if (type[0] === 'i') {
         var bits = parseInt(type.substr(1));
-        assert(bits % 8 === 0);
+        assert(bits % 8 === 0, 'getNativeTypeSize invalid bits ' + bits + ', type ' + type);
         return bits / 8;
       } else {
         return 0;
@@ -515,11 +541,112 @@
 var jsCallStartIndex = 1;
 var functionPointers = new Array(1);
 
-// 'sig' parameter is only used on LLVM wasm backend
-function addFunction(func, sig) {
-  if (typeof sig === 'undefined') {
-    err('warning: addFunction(): You should provide a wasm function signature string as a second argument. This is not necessary for asm.js and asm2wasm, but is required for the LLVM wasm backend, so it is recommended for full portability.');
+// Wraps a JS function as a wasm function with a given signature.
+// In the future, we may get a WebAssembly.Function constructor. Until then,
+// we create a wasm module that takes the JS function as an import with a given
+// signature, and re-exports that as a wasm function.
+function convertJsFunctionToWasm(func, sig) {
+
+  // The module is static, with the exception of the type section, which is
+  // generated based on the signature passed in.
+  var typeSection = [
+    0x01, // id: section,
+    0x00, // length: 0 (placeholder)
+    0x01, // count: 1
+    0x60, // form: func
+  ];
+  var sigRet = sig.slice(0, 1);
+  var sigParam = sig.slice(1);
+  var typeCodes = {
+    'i': 0x7f, // i32
+    'j': 0x7e, // i64
+    'f': 0x7d, // f32
+    'd': 0x7c, // f64
+  };
+
+  // Parameters, length + signatures
+  typeSection.push(sigParam.length);
+  for (var i = 0; i < sigParam.length; ++i) {
+    typeSection.push(typeCodes[sigParam[i]]);
   }
+
+  // Return values, length + signatures
+  // With no multi-return in MVP, either 0 (void) or 1 (anything else)
+  if (sigRet == 'v') {
+    typeSection.push(0x00);
+  } else {
+    typeSection = typeSection.concat([0x01, typeCodes[sigRet]]);
+  }
+
+  // Write the overall length of the type section back into the section header
+  // (excepting the 2 bytes for the section id and length)
+  typeSection[1] = typeSection.length - 2;
+
+  // Rest of the module is static
+  var bytes = new Uint8Array([
+    0x00, 0x61, 0x73, 0x6d, // magic ("\0asm")
+    0x01, 0x00, 0x00, 0x00, // version: 1
+  ].concat(typeSection, [
+    0x02, 0x07, // import section
+      // (import "e" "f" (func 0 (type 0)))
+      0x01, 0x01, 0x65, 0x01, 0x66, 0x00, 0x00,
+    0x07, 0x05, // export section
+      // (export "f" (func 0 (type 0)))
+      0x01, 0x01, 0x66, 0x00, 0x00,
+  ]));
+
+   // We can compile this wasm module synchronously because it is very small.
+  // This accepts an import (at "e.f"), that it reroutes to an export (at "f")
+  var module = new WebAssembly.Module(bytes);
+  var instance = new WebAssembly.Instance(module, {
+    e: {
+      f: func
+    }
+  });
+  var wrappedFunc = instance.exports.f;
+  return wrappedFunc;
+}
+
+// Add a wasm function to the table.
+function addFunctionWasm(func, sig) {
+  var table = wasmTable;
+  var ret = table.length;
+
+  // Grow the table
+  try {
+    table.grow(1);
+  } catch (err) {
+    if (!err instanceof RangeError) {
+      throw err;
+    }
+    throw 'Unable to grow wasm table. Use a higher value for RESERVED_FUNCTION_POINTERS or set ALLOW_TABLE_GROWTH.';
+  }
+
+  // Insert new element
+  try {
+    // Attempting to call this with JS function will cause of table.set() to fail
+    table.set(ret, func);
+  } catch (err) {
+    if (!err instanceof TypeError) {
+      throw err;
+    }
+    assert(typeof sig !== 'undefined', 'Missing signature argument to addFunction');
+    var wrapped = convertJsFunctionToWasm(func, sig);
+    table.set(ret, wrapped);
+  }
+
+  return ret;
+}
+
+function removeFunctionWasm(index) {
+  // TODO(sbc): Look into implementing this to allow re-using of table slots
+}
+
+// 'sig' parameter is required for the llvm backend but only when func is not
+// already a WebAssembly function.
+function addFunction(func, sig) {
+
+
   var base = 0;
   for (var i = base; i < base + 1; i++) {
     if (!functionPointers[i]) {
@@ -528,9 +655,11 @@
     }
   }
   throw 'Finished up all reserved function pointers. Use a higher value for RESERVED_FUNCTION_POINTERS.';
+
 }
 
 function removeFunction(index) {
+
   functionPointers[index-jsCallStartIndex] = null;
 }
 
@@ -584,21 +713,17 @@
 
 var setTempRet0 = function(value) {
   tempRet0 = value;
-}
+};
 
 var getTempRet0 = function() {
   return tempRet0;
-}
+};
 
 function getCompilerSetting(name) {
   throw 'You must build with -s RETAIN_COMPILER_SETTINGS=1 for getCompilerSetting or emscripten_get_compiler_setting to work';
 }
 
 var Runtime = {
-  // FIXME backwards compatibility layer for ports. Support some Runtime.*
-  //       for now, fix it there, then remove it from here. That way we
-  //       can minimize any period of breakage.
-  dynCall: dynCall, // for SDL2 port
   // helpful errors
   getTempRet0: function() { abort('getTempRet0() is now a top-level function, after removing the Runtime object. Remove "Runtime."') },
   staticAlloc: function() { abort('staticAlloc() is now a top-level function, after removing the Runtime object. Remove "Runtime."') },
@@ -612,6 +737,8 @@
 var GLOBAL_BASE = 1024;
 
 
+
+
 // === Preamble library stuff ===
 
 // Documentation for the public APIs defined in this file must be updated in:
@@ -623,104 +750,17 @@
 //    is up at http://kripken.github.io/emscripten-site/docs/api_reference/preamble.js.html
 
 
+var wasmBinary;if (Module['wasmBinary']) wasmBinary = Module['wasmBinary'];if (!Object.getOwnPropertyDescriptor(Module, 'wasmBinary')) Object.defineProperty(Module, 'wasmBinary', { get: function() { abort('Module.wasmBinary has been replaced with plain wasmBinary') } });
+var noExitRuntime;if (Module['noExitRuntime']) noExitRuntime = Module['noExitRuntime'];if (!Object.getOwnPropertyDescriptor(Module, 'noExitRuntime')) Object.defineProperty(Module, 'noExitRuntime', { get: function() { abort('Module.noExitRuntime has been replaced with plain noExitRuntime') } });
 
-//========================================
-// Runtime essentials
-//========================================
 
-// whether we are quitting the application. no code should run after this.
-// set in exit() and abort()
-var ABORT = false;
-
-// set by exit() and abort().  Passed to 'onExit' handler.
-// NOTE: This is also used as the process return code code in shell environments
-// but only when noExitRuntime is false.
-var EXITSTATUS = 0;
-
-/** @type {function(*, string=)} */
-function assert(condition, text) {
-  if (!condition) {
-    abort('Assertion failed: ' + text);
-  }
+if (typeof WebAssembly !== 'object') {
+  abort('No WebAssembly support found. Build with -s WASM=0 to target JavaScript instead.');
 }
 
-var globalScope = this;
 
-// Returns the C function with a specified identifier (for C++, you need to do manual name mangling)
-function getCFunc(ident) {
-  var func = Module['_' + ident]; // closure exported function
-  assert(func, 'Cannot call unknown function ' + ident + ', make sure it is exported');
-  return func;
-}
-
-var JSfuncs = {
-  // Helpers for cwrap -- it can't refer to Runtime directly because it might
-  // be renamed by closure, instead it calls JSfuncs['stackSave'].body to find
-  // out what the minified function name is.
-  'stackSave': function() {
-    stackSave()
-  },
-  'stackRestore': function() {
-    stackRestore()
-  },
-  // type conversion from js to c
-  'arrayToC' : function(arr) {
-    var ret = stackAlloc(arr.length);
-    writeArrayToMemory(arr, ret);
-    return ret;
-  },
-  'stringToC' : function(str) {
-    var ret = 0;
-    if (str !== null && str !== undefined && str !== 0) { // null string
-      // at most 4 bytes per UTF-8 code point, +1 for the trailing '\0'
-      var len = (str.length << 2) + 1;
-      ret = stackAlloc(len);
-      stringToUTF8(str, ret, len);
-    }
-    return ret;
-  }
-};
-
-// For fast lookup of conversion functions
-var toC = {
-  'string': JSfuncs['stringToC'], 'array': JSfuncs['arrayToC']
-};
-
-
-// C calling interface.
-function ccall(ident, returnType, argTypes, args, opts) {
-  function convertReturnValue(ret) {
-    if (returnType === 'string') return Pointer_stringify(ret);
-    if (returnType === 'boolean') return Boolean(ret);
-    return ret;
-  }
-
-  var func = getCFunc(ident);
-  var cArgs = [];
-  var stack = 0;
-  assert(returnType !== 'array', 'Return type should not be "array".');
-  if (args) {
-    for (var i = 0; i < args.length; i++) {
-      var converter = toC[argTypes[i]];
-      if (converter) {
-        if (stack === 0) stack = stackSave();
-        cArgs[i] = converter(args[i]);
-      } else {
-        cArgs[i] = args[i];
-      }
-    }
-  }
-  var ret = func.apply(null, cArgs);
-  ret = convertReturnValue(ret);
-  if (stack !== 0) stackRestore(stack);
-  return ret;
-}
-
-function cwrap(ident, returnType, argTypes, opts) {
-  return function() {
-    return ccall(ident, returnType, argTypes, arguments, opts);
-  }
-}
+// In MINIMAL_RUNTIME, setValue() and getValue() are only available when building with safe heap enabled, for heap safety checking.
+// In traditional runtime, setValue() and getValue() are always available (although their use is highly discouraged due to perf penalties)
 
 /** @type {function(number, number, string, boolean=)} */
 function setValue(ptr, value, type, noSafe) {
@@ -755,11 +795,104 @@
   return null;
 }
 
+
+
+
+
+// Wasm globals
+
+var wasmMemory;
+
+// Potentially used for direct table calls.
+var wasmTable;
+
+
+//========================================
+// Runtime essentials
+//========================================
+
+// whether we are quitting the application. no code should run after this.
+// set in exit() and abort()
+var ABORT = false;
+
+// set by exit() and abort().  Passed to 'onExit' handler.
+// NOTE: This is also used as the process return code code in shell environments
+// but only when noExitRuntime is false.
+var EXITSTATUS = 0;
+
+/** @type {function(*, string=)} */
+function assert(condition, text) {
+  if (!condition) {
+    abort('Assertion failed: ' + text);
+  }
+}
+
+// Returns the C function with a specified identifier (for C++, you need to do manual name mangling)
+function getCFunc(ident) {
+  var func = Module['_' + ident]; // closure exported function
+  assert(func, 'Cannot call unknown function ' + ident + ', make sure it is exported');
+  return func;
+}
+
+// C calling interface.
+function ccall(ident, returnType, argTypes, args, opts) {
+  // For fast lookup of conversion functions
+  var toC = {
+    'string': function(str) {
+      var ret = 0;
+      if (str !== null && str !== undefined && str !== 0) { // null string
+        // at most 4 bytes per UTF-8 code point, +1 for the trailing '\0'
+        var len = (str.length << 2) + 1;
+        ret = stackAlloc(len);
+        stringToUTF8(str, ret, len);
+      }
+      return ret;
+    },
+    'array': function(arr) {
+      var ret = stackAlloc(arr.length);
+      writeArrayToMemory(arr, ret);
+      return ret;
+    }
+  };
+
+  function convertReturnValue(ret) {
+    if (returnType === 'string') return UTF8ToString(ret);
+    if (returnType === 'boolean') return Boolean(ret);
+    return ret;
+  }
+
+  var func = getCFunc(ident);
+  var cArgs = [];
+  var stack = 0;
+  assert(returnType !== 'array', 'Return type should not be "array".');
+  if (args) {
+    for (var i = 0; i < args.length; i++) {
+      var converter = toC[argTypes[i]];
+      if (converter) {
+        if (stack === 0) stack = stackSave();
+        cArgs[i] = converter(args[i]);
+      } else {
+        cArgs[i] = args[i];
+      }
+    }
+  }
+  var ret = func.apply(null, cArgs);
+
+  ret = convertReturnValue(ret);
+  if (stack !== 0) stackRestore(stack);
+  return ret;
+}
+
+function cwrap(ident, returnType, argTypes, opts) {
+  return function() {
+    return ccall(ident, returnType, argTypes, arguments, opts);
+  }
+}
+
 var ALLOC_NORMAL = 0; // Tries to use _malloc()
 var ALLOC_STACK = 1; // Lives for the duration of the current function call
-var ALLOC_STATIC = 2; // Cannot be freed
-var ALLOC_DYNAMIC = 3; // Cannot be freed except through sbrk
-var ALLOC_NONE = 4; // Do not allocate
+var ALLOC_DYNAMIC = 2; // Cannot be freed except through sbrk
+var ALLOC_NONE = 3; // Do not allocate
 
 // allocate(): This is for internal use. You can use it yourself as well, but the interface
 //             is a little tricky (see docs right below). The reason is that it is optimized
@@ -791,7 +924,9 @@
   if (allocator == ALLOC_NONE) {
     ret = ptr;
   } else {
-    ret = [typeof _malloc === 'function' ? _malloc : staticAlloc, stackAlloc, staticAlloc, dynamicAlloc][allocator === undefined ? ALLOC_STATIC : allocator](Math.max(size, singleType ? 1 : types.length));
+    ret = [_malloc,
+    stackAlloc,
+    dynamicAlloc][allocator](Math.max(size, singleType ? 1 : types.length));
   }
 
   if (zeroinit) {
@@ -846,42 +981,16 @@
 
 // Allocate memory during any stage of startup - static memory early on, dynamic memory later, malloc when ready
 function getMemory(size) {
-  if (!staticSealed) return staticAlloc(size);
   if (!runtimeInitialized) return dynamicAlloc(size);
   return _malloc(size);
 }
 
+
+
+
 /** @type {function(number, number=)} */
 function Pointer_stringify(ptr, length) {
-  if (length === 0 || !ptr) return '';
-  // Find the length, and check for UTF while doing so
-  var hasUtf = 0;
-  var t;
-  var i = 0;
-  while (1) {
-    assert(ptr + i < TOTAL_MEMORY);
-    t = HEAPU8[(((ptr)+(i))>>0)];
-    hasUtf |= t;
-    if (t == 0 && !length) break;
-    i++;
-    if (length && i == length) break;
-  }
-  if (!length) length = i;
-
-  var ret = '';
-
-  if (hasUtf < 128) {
-    var MAX_CHUNK = 1024; // split up into chunks, because .apply on a huge string can overflow the stack
-    var curr;
-    while (length > 0) {
-      curr = String.fromCharCode.apply(String, HEAPU8.subarray(ptr, ptr + Math.min(length, MAX_CHUNK)));
-      ret = ret ? ret + curr : curr;
-      ptr += MAX_CHUNK;
-      length -= MAX_CHUNK;
-    }
-    return ret;
-  }
-  return UTF8ToString(ptr);
+  abort("this function has been removed - you should use UTF8ToString(ptr, maxBytesToRead) instead!");
 }
 
 // Given a pointer 'ptr' to a null-terminated ASCII-encoded string in the emscripten HEAP, returns
@@ -890,7 +999,7 @@
 function AsciiToString(ptr) {
   var str = '';
   while (1) {
-    var ch = HEAP8[((ptr++)>>0)];
+    var ch = HEAPU8[((ptr++)>>0)];
     if (!ch) return str;
     str += String.fromCharCode(ch);
   }
@@ -903,49 +1012,47 @@
   return writeAsciiToMemory(str, outPtr, false);
 }
 
+
 // Given a pointer 'ptr' to a null-terminated UTF8-encoded string in the given array that contains uint8 values, returns
 // a copy of that string as a Javascript String object.
 
 var UTF8Decoder = typeof TextDecoder !== 'undefined' ? new TextDecoder('utf8') : undefined;
-function UTF8ArrayToString(u8Array, idx) {
+
+/**
+ * @param {number} idx
+ * @param {number=} maxBytesToRead
+ * @return {string}
+ */
+function UTF8ArrayToString(u8Array, idx, maxBytesToRead) {
+  var endIdx = idx + maxBytesToRead;
   var endPtr = idx;
   // TextDecoder needs to know the byte length in advance, it doesn't stop on null terminator by itself.
   // Also, use the length info to avoid running tiny strings through TextDecoder, since .subarray() allocates garbage.
-  while (u8Array[endPtr]) ++endPtr;
+  // (As a tiny code save trick, compare endPtr against endIdx using a negation, so that undefined means Infinity)
+  while (u8Array[endPtr] && !(endPtr >= endIdx)) ++endPtr;
 
   if (endPtr - idx > 16 && u8Array.subarray && UTF8Decoder) {
     return UTF8Decoder.decode(u8Array.subarray(idx, endPtr));
   } else {
-    var u0, u1, u2, u3, u4, u5;
-
     var str = '';
-    while (1) {
+    // If building with TextDecoder, we have already computed the string length above, so test loop end condition against that
+    while (idx < endPtr) {
       // For UTF8 byte structure, see:
       // http://en.wikipedia.org/wiki/UTF-8#Description
       // https://www.ietf.org/rfc/rfc2279.txt
       // https://tools.ietf.org/html/rfc3629
-      u0 = u8Array[idx++];
-      if (!u0) return str;
+      var u0 = u8Array[idx++];
       if (!(u0 & 0x80)) { str += String.fromCharCode(u0); continue; }
-      u1 = u8Array[idx++] & 63;
+      var u1 = u8Array[idx++] & 63;
       if ((u0 & 0xE0) == 0xC0) { str += String.fromCharCode(((u0 & 31) << 6) | u1); continue; }
-      u2 = u8Array[idx++] & 63;
+      var u2 = u8Array[idx++] & 63;
       if ((u0 & 0xF0) == 0xE0) {
         u0 = ((u0 & 15) << 12) | (u1 << 6) | u2;
       } else {
-        u3 = u8Array[idx++] & 63;
-        if ((u0 & 0xF8) == 0xF0) {
-          u0 = ((u0 & 7) << 18) | (u1 << 12) | (u2 << 6) | u3;
-        } else {
-          u4 = u8Array[idx++] & 63;
-          if ((u0 & 0xFC) == 0xF8) {
-            u0 = ((u0 & 3) << 24) | (u1 << 18) | (u2 << 12) | (u3 << 6) | u4;
-          } else {
-            u5 = u8Array[idx++] & 63;
-            u0 = ((u0 & 1) << 30) | (u1 << 24) | (u2 << 18) | (u3 << 12) | (u4 << 6) | u5;
-          }
-        }
+        if ((u0 & 0xF8) != 0xF0) warnOnce('Invalid UTF-8 leading byte 0x' + u0.toString(16) + ' encountered when deserializing a UTF-8 string on the asm.js/wasm heap to a JS string!');
+        u0 = ((u0 & 7) << 18) | (u1 << 12) | (u2 << 6) | (u8Array[idx++] & 63);
       }
+
       if (u0 < 0x10000) {
         str += String.fromCharCode(u0);
       } else {
@@ -954,13 +1061,26 @@
       }
     }
   }
+  return str;
 }
 
-// Given a pointer 'ptr' to a null-terminated UTF8-encoded string in the emscripten HEAP, returns
-// a copy of that string as a Javascript String object.
-
-function UTF8ToString(ptr) {
-  return UTF8ArrayToString(HEAPU8,ptr);
+// Given a pointer 'ptr' to a null-terminated UTF8-encoded string in the emscripten HEAP, returns a
+// copy of that string as a Javascript String object.
+// maxBytesToRead: an optional length that specifies the maximum number of bytes to read. You can omit
+//                 this parameter to scan the string until the first \0 byte. If maxBytesToRead is
+//                 passed, and the string at [ptr, ptr+maxBytesToReadr[ contains a null byte in the
+//                 middle, then the string will cut short at that byte index (i.e. maxBytesToRead will
+//                 not produce a string of exact length [ptr, ptr+maxBytesToRead[)
+//                 N.B. mixing frequent uses of UTF8ToString() with and without maxBytesToRead may
+//                 throw JS JIT optimizations off, so it is worth to consider consistently using one
+//                 style or the other.
+/**
+ * @param {number} ptr
+ * @param {number=} maxBytesToRead
+ * @return {string}
+ */
+function UTF8ToString(ptr, maxBytesToRead) {
+  return ptr ? UTF8ArrayToString(HEAPU8, ptr, maxBytesToRead) : '';
 }
 
 // Copies the given Javascript String object 'str' to the given byte array at address 'outIdx',
@@ -1003,24 +1123,10 @@
       outU8Array[outIdx++] = 0xE0 | (u >> 12);
       outU8Array[outIdx++] = 0x80 | ((u >> 6) & 63);
       outU8Array[outIdx++] = 0x80 | (u & 63);
-    } else if (u <= 0x1FFFFF) {
-      if (outIdx + 3 >= endIdx) break;
-      outU8Array[outIdx++] = 0xF0 | (u >> 18);
-      outU8Array[outIdx++] = 0x80 | ((u >> 12) & 63);
-      outU8Array[outIdx++] = 0x80 | ((u >> 6) & 63);
-      outU8Array[outIdx++] = 0x80 | (u & 63);
-    } else if (u <= 0x3FFFFFF) {
-      if (outIdx + 4 >= endIdx) break;
-      outU8Array[outIdx++] = 0xF8 | (u >> 24);
-      outU8Array[outIdx++] = 0x80 | ((u >> 18) & 63);
-      outU8Array[outIdx++] = 0x80 | ((u >> 12) & 63);
-      outU8Array[outIdx++] = 0x80 | ((u >> 6) & 63);
-      outU8Array[outIdx++] = 0x80 | (u & 63);
     } else {
-      if (outIdx + 5 >= endIdx) break;
-      outU8Array[outIdx++] = 0xFC | (u >> 30);
-      outU8Array[outIdx++] = 0x80 | ((u >> 24) & 63);
-      outU8Array[outIdx++] = 0x80 | ((u >> 18) & 63);
+      if (outIdx + 3 >= endIdx) break;
+      if (u >= 0x200000) warnOnce('Invalid Unicode code point 0x' + u.toString(16) + ' encountered when serializing a JS string to an UTF-8 string on the asm.js/wasm heap! (Valid unicode code points should be in range 0-0x1FFFFF).');
+      outU8Array[outIdx++] = 0xF0 | (u >> 18);
       outU8Array[outIdx++] = 0x80 | ((u >> 12) & 63);
       outU8Array[outIdx++] = 0x80 | ((u >> 6) & 63);
       outU8Array[outIdx++] = 0x80 | (u & 63);
@@ -1042,7 +1148,6 @@
 }
 
 // Returns the number of bytes the given Javascript string takes if encoded as a UTF8 byte array, EXCLUDING the null terminator byte.
-
 function lengthBytesUTF8(str) {
   var len = 0;
   for (var i = 0; i < str.length; ++i) {
@@ -1050,23 +1155,15 @@
     // See http://unicode.org/faq/utf_bom.html#utf16-3
     var u = str.charCodeAt(i); // possibly a lead surrogate
     if (u >= 0xD800 && u <= 0xDFFF) u = 0x10000 + ((u & 0x3FF) << 10) | (str.charCodeAt(++i) & 0x3FF);
-    if (u <= 0x7F) {
-      ++len;
-    } else if (u <= 0x7FF) {
-      len += 2;
-    } else if (u <= 0xFFFF) {
-      len += 3;
-    } else if (u <= 0x1FFFFF) {
-      len += 4;
-    } else if (u <= 0x3FFFFFF) {
-      len += 5;
-    } else {
-      len += 6;
-    }
+    if (u <= 0x7F) ++len;
+    else if (u <= 0x7FF) len += 2;
+    else if (u <= 0xFFFF) len += 3;
+    else len += 4;
   }
   return len;
 }
 
+
 // Given a pointer 'ptr' to a null-terminated UTF16LE-encoded string in the emscripten HEAP, returns
 // a copy of that string as a Javascript String object.
 
@@ -1226,262 +1323,6 @@
   return ret;
 }
 
-function demangle(func) {
-  warnOnce('warning: build with  -s DEMANGLE_SUPPORT=1  to link in libcxxabi demangling');
-  return func;
-}
-
-function demangleAll(text) {
-  var regex =
-    /__Z[\w\d_]+/g;
-  return text.replace(regex,
-    function(x) {
-      var y = demangle(x);
-      return x === y ? x : (y + ' [' + x + ']');
-    });
-}
-
-function jsStackTrace() {
-  var err = new Error();
-  if (!err.stack) {
-    // IE10+ special cases: It does have callstack info, but it is only populated if an Error object is thrown,
-    // so try that as a special-case.
-    try {
-      throw new Error(0);
-    } catch(e) {
-      err = e;
-    }
-    if (!err.stack) {
-      return '(no stack trace available)';
-    }
-  }
-  return err.stack.toString();
-}
-
-function stackTrace() {
-  var js = jsStackTrace();
-  if (Module['extraStackTrace']) js += '\n' + Module['extraStackTrace']();
-  return demangleAll(js);
-}
-
-// Memory management
-
-var PAGE_SIZE = 16384;
-var WASM_PAGE_SIZE = 65536;
-var ASMJS_PAGE_SIZE = 16777216;
-var MIN_TOTAL_MEMORY = 16777216;
-
-function alignUp(x, multiple) {
-  if (x % multiple > 0) {
-    x += multiple - (x % multiple);
-  }
-  return x;
-}
-
-var HEAP,
-/** @type {ArrayBuffer} */
-  buffer,
-/** @type {Int8Array} */
-  HEAP8,
-/** @type {Uint8Array} */
-  HEAPU8,
-/** @type {Int16Array} */
-  HEAP16,
-/** @type {Uint16Array} */
-  HEAPU16,
-/** @type {Int32Array} */
-  HEAP32,
-/** @type {Uint32Array} */
-  HEAPU32,
-/** @type {Float32Array} */
-  HEAPF32,
-/** @type {Float64Array} */
-  HEAPF64;
-
-function updateGlobalBuffer(buf) {
-  Module['buffer'] = buffer = buf;
-}
-
-function updateGlobalBufferViews() {
-  Module['HEAP8'] = HEAP8 = new Int8Array(buffer);
-  Module['HEAP16'] = HEAP16 = new Int16Array(buffer);
-  Module['HEAP32'] = HEAP32 = new Int32Array(buffer);
-  Module['HEAPU8'] = HEAPU8 = new Uint8Array(buffer);
-  Module['HEAPU16'] = HEAPU16 = new Uint16Array(buffer);
-  Module['HEAPU32'] = HEAPU32 = new Uint32Array(buffer);
-  Module['HEAPF32'] = HEAPF32 = new Float32Array(buffer);
-  Module['HEAPF64'] = HEAPF64 = new Float64Array(buffer);
-}
-
-var STATIC_BASE, STATICTOP, staticSealed; // static area
-var STACK_BASE, STACKTOP, STACK_MAX; // stack area
-var DYNAMIC_BASE, DYNAMICTOP_PTR; // dynamic area handled by sbrk
-
-  STATIC_BASE = STATICTOP = STACK_BASE = STACKTOP = STACK_MAX = DYNAMIC_BASE = DYNAMICTOP_PTR = 0;
-  staticSealed = false;
-
-
-// Initializes the stack cookie. Called at the startup of main and at the startup of each thread in pthreads mode.
-function writeStackCookie() {
-  assert((STACK_MAX & 3) == 0);
-  HEAPU32[(STACK_MAX >> 2)-1] = 0x02135467;
-  HEAPU32[(STACK_MAX >> 2)-2] = 0x89BACDFE;
-}
-
-function checkStackCookie() {
-  if (HEAPU32[(STACK_MAX >> 2)-1] != 0x02135467 || HEAPU32[(STACK_MAX >> 2)-2] != 0x89BACDFE) {
-    abort('Stack overflow! Stack cookie has been overwritten, expected hex dwords 0x89BACDFE and 0x02135467, but received 0x' + HEAPU32[(STACK_MAX >> 2)-2].toString(16) + ' ' + HEAPU32[(STACK_MAX >> 2)-1].toString(16));
-  }
-  // Also test the global address 0 for integrity.
-  if (HEAP32[0] !== 0x63736d65 /* 'emsc' */) throw 'Runtime error: The application has corrupted its heap memory area (address zero)!';
-}
-
-function abortStackOverflow(allocSize) {
-  abort('Stack overflow! Attempted to allocate ' + allocSize + ' bytes on the stack, but stack has only ' + (STACK_MAX - stackSave() + allocSize) + ' bytes available!');
-}
-
-
-function abortOnCannotGrowMemory() {
-  abort('Cannot enlarge memory arrays. Either (1) compile with  -s TOTAL_MEMORY=X  with X higher than the current value ' + TOTAL_MEMORY + ', (2) compile with  -s ALLOW_MEMORY_GROWTH=1  which allows increasing the size at runtime, or (3) if you want malloc to return NULL (0) instead of this abort, compile with  -s ABORTING_MALLOC=0 ');
-}
-
-
-function enlargeMemory() {
-  abortOnCannotGrowMemory();
-}
-
-
-var TOTAL_STACK = Module['TOTAL_STACK'] || 5242880;
-var TOTAL_MEMORY = Module['TOTAL_MEMORY'] || 167772160;
-if (TOTAL_MEMORY < TOTAL_STACK) err('TOTAL_MEMORY should be larger than TOTAL_STACK, was ' + TOTAL_MEMORY + '! (TOTAL_STACK=' + TOTAL_STACK + ')');
-
-// Initialize the runtime's memory
-// check for full engine support (use string 'subarray' to avoid closure compiler confusion)
-assert(typeof Int32Array !== 'undefined' && typeof Float64Array !== 'undefined' && Int32Array.prototype.subarray !== undefined && Int32Array.prototype.set !== undefined,
-       'JS engine does not provide full typed array support');
-
-
-
-// Use a provided buffer, if there is one, or else allocate a new one
-if (Module['buffer']) {
-  buffer = Module['buffer'];
-  assert(buffer.byteLength === TOTAL_MEMORY, 'provided buffer should be ' + TOTAL_MEMORY + ' bytes, but it is ' + buffer.byteLength);
-} else {
-  // Use a WebAssembly memory where available
-  if (typeof WebAssembly === 'object' && typeof WebAssembly.Memory === 'function') {
-    assert(TOTAL_MEMORY % WASM_PAGE_SIZE === 0);
-    Module['wasmMemory'] = new WebAssembly.Memory({ 'initial': TOTAL_MEMORY / WASM_PAGE_SIZE, 'maximum': TOTAL_MEMORY / WASM_PAGE_SIZE });
-    buffer = Module['wasmMemory'].buffer;
-  } else
-  {
-    buffer = new ArrayBuffer(TOTAL_MEMORY);
-  }
-  assert(buffer.byteLength === TOTAL_MEMORY);
-  Module['buffer'] = buffer;
-}
-updateGlobalBufferViews();
-
-
-function getTotalMemory() {
-  return TOTAL_MEMORY;
-}
-
-// Endianness check (note: assumes compiler arch was little-endian)
-  HEAP32[0] = 0x63736d65; /* 'emsc' */
-HEAP16[1] = 0x6373;
-if (HEAPU8[2] !== 0x73 || HEAPU8[3] !== 0x63) throw 'Runtime error: expected the system to be little-endian!';
-
-function callRuntimeCallbacks(callbacks) {
-  while(callbacks.length > 0) {
-    var callback = callbacks.shift();
-    if (typeof callback == 'function') {
-      callback();
-      continue;
-    }
-    var func = callback.func;
-    if (typeof func === 'number') {
-      if (callback.arg === undefined) {
-        Module['dynCall_v'](func);
-      } else {
-        Module['dynCall_vi'](func, callback.arg);
-      }
-    } else {
-      func(callback.arg === undefined ? null : callback.arg);
-    }
-  }
-}
-
-var __ATPRERUN__  = []; // functions called before the runtime is initialized
-var __ATINIT__    = []; // functions called during startup
-var __ATMAIN__    = []; // functions called when main() is to be run
-var __ATEXIT__    = []; // functions called during shutdown
-var __ATPOSTRUN__ = []; // functions called after the main() is called
-
-var runtimeInitialized = false;
-var runtimeExited = false;
-
-
-function preRun() {
-  // compatibility - merge in anything from Module['preRun'] at this time
-  if (Module['preRun']) {
-    if (typeof Module['preRun'] == 'function') Module['preRun'] = [Module['preRun']];
-    while (Module['preRun'].length) {
-      addOnPreRun(Module['preRun'].shift());
-    }
-  }
-  callRuntimeCallbacks(__ATPRERUN__);
-}
-
-function ensureInitRuntime() {
-  checkStackCookie();
-  if (runtimeInitialized) return;
-  runtimeInitialized = true;
-  callRuntimeCallbacks(__ATINIT__);
-}
-
-function preMain() {
-  checkStackCookie();
-  callRuntimeCallbacks(__ATMAIN__);
-}
-
-function exitRuntime() {
-  checkStackCookie();
-  callRuntimeCallbacks(__ATEXIT__);
-  runtimeExited = true;
-}
-
-function postRun() {
-  checkStackCookie();
-  // compatibility - merge in anything from Module['postRun'] at this time
-  if (Module['postRun']) {
-    if (typeof Module['postRun'] == 'function') Module['postRun'] = [Module['postRun']];
-    while (Module['postRun'].length) {
-      addOnPostRun(Module['postRun'].shift());
-    }
-  }
-  callRuntimeCallbacks(__ATPOSTRUN__);
-}
-
-function addOnPreRun(cb) {
-  __ATPRERUN__.unshift(cb);
-}
-
-function addOnInit(cb) {
-  __ATINIT__.unshift(cb);
-}
-
-function addOnPreMain(cb) {
-  __ATMAIN__.unshift(cb);
-}
-
-function addOnExit(cb) {
-  __ATEXIT__.unshift(cb);
-}
-
-function addOnPostRun(cb) {
-  __ATPOSTRUN__.unshift(cb);
-}
-
 // Deprecated: This function should not be called because it is unsafe and does not provide
 // a maximum length limit of how many bytes it is allowed to write. Prefer calling the
 // function stringToUTF8Array() instead, which takes in a maximum length that can be used
@@ -1516,6 +1357,240 @@
   if (!dontAddNull) HEAP8[((buffer)>>0)]=0;
 }
 
+
+
+
+// Memory management
+
+var PAGE_SIZE = 16384;
+var WASM_PAGE_SIZE = 65536;
+var ASMJS_PAGE_SIZE = 16777216;
+
+function alignUp(x, multiple) {
+  if (x % multiple > 0) {
+    x += multiple - (x % multiple);
+  }
+  return x;
+}
+
+var HEAP,
+/** @type {ArrayBuffer} */
+  buffer,
+/** @type {Int8Array} */
+  HEAP8,
+/** @type {Uint8Array} */
+  HEAPU8,
+/** @type {Int16Array} */
+  HEAP16,
+/** @type {Uint16Array} */
+  HEAPU16,
+/** @type {Int32Array} */
+  HEAP32,
+/** @type {Uint32Array} */
+  HEAPU32,
+/** @type {Float32Array} */
+  HEAPF32,
+/** @type {Float64Array} */
+  HEAPF64;
+
+function updateGlobalBufferAndViews(buf) {
+  buffer = buf;
+  Module['HEAP8'] = HEAP8 = new Int8Array(buf);
+  Module['HEAP16'] = HEAP16 = new Int16Array(buf);
+  Module['HEAP32'] = HEAP32 = new Int32Array(buf);
+  Module['HEAPU8'] = HEAPU8 = new Uint8Array(buf);
+  Module['HEAPU16'] = HEAPU16 = new Uint16Array(buf);
+  Module['HEAPU32'] = HEAPU32 = new Uint32Array(buf);
+  Module['HEAPF32'] = HEAPF32 = new Float32Array(buf);
+  Module['HEAPF64'] = HEAPF64 = new Float64Array(buf);
+}
+
+
+var STATIC_BASE = 1024,
+    STACK_BASE = 40240,
+    STACKTOP = STACK_BASE,
+    STACK_MAX = 5283120,
+    DYNAMIC_BASE = 5283120,
+    DYNAMICTOP_PTR = 40208;
+
+assert(STACK_BASE % 16 === 0, 'stack must start aligned');
+assert(DYNAMIC_BASE % 16 === 0, 'heap must start aligned');
+
+
+
+var TOTAL_STACK = 5242880;
+if (Module['TOTAL_STACK']) assert(TOTAL_STACK === Module['TOTAL_STACK'], 'the stack size can no longer be determined at runtime')
+
+var INITIAL_TOTAL_MEMORY = Module['TOTAL_MEMORY'] || 167772160;if (!Object.getOwnPropertyDescriptor(Module, 'TOTAL_MEMORY')) Object.defineProperty(Module, 'TOTAL_MEMORY', { get: function() { abort('Module.TOTAL_MEMORY has been replaced with plain INITIAL_TOTAL_MEMORY') } });
+
+assert(INITIAL_TOTAL_MEMORY >= TOTAL_STACK, 'TOTAL_MEMORY should be larger than TOTAL_STACK, was ' + INITIAL_TOTAL_MEMORY + '! (TOTAL_STACK=' + TOTAL_STACK + ')');
+
+// check for full engine support (use string 'subarray' to avoid closure compiler confusion)
+assert(typeof Int32Array !== 'undefined' && typeof Float64Array !== 'undefined' && Int32Array.prototype.subarray !== undefined && Int32Array.prototype.set !== undefined,
+       'JS engine does not provide full typed array support');
+
+
+
+
+
+
+
+  if (Module['wasmMemory']) {
+    wasmMemory = Module['wasmMemory'];
+  } else
+  {
+    wasmMemory = new WebAssembly.Memory({
+      'initial': INITIAL_TOTAL_MEMORY / WASM_PAGE_SIZE
+      ,
+      'maximum': INITIAL_TOTAL_MEMORY / WASM_PAGE_SIZE
+    });
+  }
+
+
+if (wasmMemory) {
+  buffer = wasmMemory.buffer;
+}
+
+// If the user provides an incorrect length, just use that length instead rather than providing the user to
+// specifically provide the memory length with Module['TOTAL_MEMORY'].
+INITIAL_TOTAL_MEMORY = buffer.byteLength;
+assert(INITIAL_TOTAL_MEMORY % WASM_PAGE_SIZE === 0);
+updateGlobalBufferAndViews(buffer);
+
+HEAP32[DYNAMICTOP_PTR>>2] = DYNAMIC_BASE;
+
+
+// Initializes the stack cookie. Called at the startup of main and at the startup of each thread in pthreads mode.
+function writeStackCookie() {
+  assert((STACK_MAX & 3) == 0);
+  HEAPU32[(STACK_MAX >> 2)-1] = 0x02135467;
+  HEAPU32[(STACK_MAX >> 2)-2] = 0x89BACDFE;
+}
+
+function checkStackCookie() {
+  var cookie1 = HEAPU32[(STACK_MAX >> 2)-1];
+  var cookie2 = HEAPU32[(STACK_MAX >> 2)-2];
+  if (cookie1 != 0x02135467 || cookie2 != 0x89BACDFE) {
+    abort('Stack overflow! Stack cookie has been overwritten, expected hex dwords 0x89BACDFE and 0x02135467, but received 0x' + cookie2.toString(16) + ' ' + cookie1.toString(16));
+  }
+  // Also test the global address 0 for integrity.
+  // We don't do this with ASan because ASan does its own checks for this.
+  if (HEAP32[0] !== 0x63736d65 /* 'emsc' */) abort('Runtime error: The application has corrupted its heap memory area (address zero)!');
+}
+
+function abortStackOverflow(allocSize) {
+  abort('Stack overflow! Attempted to allocate ' + allocSize + ' bytes on the stack, but stack has only ' + (STACK_MAX - stackSave() + allocSize) + ' bytes available!');
+}
+
+
+  HEAP32[0] = 0x63736d65; /* 'emsc' */
+
+
+
+// Endianness check (note: assumes compiler arch was little-endian)
+HEAP16[1] = 0x6373;
+if (HEAPU8[2] !== 0x73 || HEAPU8[3] !== 0x63) throw 'Runtime error: expected the system to be little-endian!';
+
+function abortFnPtrError(ptr, sig) {
+	abort("Invalid function pointer " + ptr + " called with signature '" + sig + "'. Perhaps this is an invalid value (e.g. caused by calling a virtual method on a NULL pointer)? Or calling a function with an incorrect type, which will fail? (it is worth building your source files with -Werror (warnings are errors), as warnings can indicate undefined behavior which can cause this). Build with ASSERTIONS=2 for more info.");
+}
+
+
+
+function callRuntimeCallbacks(callbacks) {
+  while(callbacks.length > 0) {
+    var callback = callbacks.shift();
+    if (typeof callback == 'function') {
+      callback();
+      continue;
+    }
+    var func = callback.func;
+    if (typeof func === 'number') {
+      if (callback.arg === undefined) {
+        Module['dynCall_v'](func);
+      } else {
+        Module['dynCall_vi'](func, callback.arg);
+      }
+    } else {
+      func(callback.arg === undefined ? null : callback.arg);
+    }
+  }
+}
+
+var __ATPRERUN__  = []; // functions called before the runtime is initialized
+var __ATINIT__    = []; // functions called during startup
+var __ATMAIN__    = []; // functions called when main() is to be run
+var __ATEXIT__    = []; // functions called during shutdown
+var __ATPOSTRUN__ = []; // functions called after the main() is called
+
+var runtimeInitialized = false;
+var runtimeExited = false;
+
+
+function preRun() {
+
+  if (Module['preRun']) {
+    if (typeof Module['preRun'] == 'function') Module['preRun'] = [Module['preRun']];
+    while (Module['preRun'].length) {
+      addOnPreRun(Module['preRun'].shift());
+    }
+  }
+
+  callRuntimeCallbacks(__ATPRERUN__);
+}
+
+function initRuntime() {
+  checkStackCookie();
+  assert(!runtimeInitialized);
+  runtimeInitialized = true;
+  if (!Module["noFSInit"] && !FS.init.initialized) FS.init();
+TTY.init();
+  callRuntimeCallbacks(__ATINIT__);
+}
+
+function preMain() {
+  checkStackCookie();
+  FS.ignorePermissions = false;
+  callRuntimeCallbacks(__ATMAIN__);
+}
+
+function exitRuntime() {
+  checkStackCookie();
+  runtimeExited = true;
+}
+
+function postRun() {
+  checkStackCookie();
+
+  if (Module['postRun']) {
+    if (typeof Module['postRun'] == 'function') Module['postRun'] = [Module['postRun']];
+    while (Module['postRun'].length) {
+      addOnPostRun(Module['postRun'].shift());
+    }
+  }
+
+  callRuntimeCallbacks(__ATPOSTRUN__);
+}
+
+function addOnPreRun(cb) {
+  __ATPRERUN__.unshift(cb);
+}
+
+function addOnInit(cb) {
+  __ATINIT__.unshift(cb);
+}
+
+function addOnPreMain(cb) {
+  __ATMAIN__.unshift(cb);
+}
+
+function addOnExit(cb) {
+}
+
+function addOnPostRun(cb) {
+  __ATPOSTRUN__.unshift(cb);
+}
+
 function unSign(value, bits, ignore) {
   if (value >= 0) {
     return value;
@@ -1537,6 +1612,7 @@
   return value;
 }
 
+
 assert(Math.imul, 'This browser does not support Math.imul(), build with LEGACY_VM_SUPPORT or POLYFILL_OLD_MATH_FUNCTIONS to add in a polyfill');
 assert(Math.fround, 'This browser does not support Math.fround(), build with LEGACY_VM_SUPPORT or POLYFILL_OLD_MATH_FUNCTIONS to add in a polyfill');
 assert(Math.clz32, 'This browser does not support Math.clz32(), build with LEGACY_VM_SUPPORT or POLYFILL_OLD_MATH_FUNCTIONS to add in a polyfill');
@@ -1564,6 +1640,8 @@
 var Math_clz32 = Math.clz32;
 var Math_trunc = Math.trunc;
 
+
+
 // A counter of dependencies for calling run(). If we need to
 // do asynchronous work before running, increment this and
 // decrement it. Incrementing must happen in a place like
@@ -1587,9 +1665,11 @@
 
 function addRunDependency(id) {
   runDependencies++;
+
   if (Module['monitorRunDependencies']) {
     Module['monitorRunDependencies'](runDependencies);
   }
+
   if (id) {
     assert(!runDependencyTracking[id]);
     runDependencyTracking[id] = 1;
@@ -1621,9 +1701,11 @@
 
 function removeRunDependency(id) {
   runDependencies--;
+
   if (Module['monitorRunDependencies']) {
     Module['monitorRunDependencies'](runDependencies);
   }
+
   if (id) {
     assert(runDependencyTracking[id]);
     delete runDependencyTracking[id];
@@ -1647,7 +1729,6 @@
 Module["preloadedAudios"] = {}; // maps url to audio data
 
 
-
 var memoryInitializer = null;
 
 
@@ -1655,6 +1736,7 @@
 
 
 
+
 // Copyright 2017 The Emscripten Authors.  All rights reserved.
 // Emscripten is available under two separate licenses, the MIT license and the
 // University of Illinois/NCSA Open Source License.  Both these licenses can be
@@ -1673,272 +1755,165 @@
 
 
 
-function integrateWasmJS() {
-  // wasm.js has several methods for creating the compiled code module here:
-  //  * 'native-wasm' : use native WebAssembly support in the browser
-  //  * 'interpret-s-expr': load s-expression code from a .wast and interpret
-  //  * 'interpret-binary': load binary wasm and interpret
-  //  * 'interpret-asm2wasm': load asm.js code, translate to wasm, and interpret
-  //  * 'asmjs': no wasm, just load the asm.js code and use that (good for testing)
-  // The method is set at compile time (BINARYEN_METHOD)
-  // The method can be a comma-separated list, in which case, we will try the
-  // options one by one. Some of them can fail gracefully, and then we can try
-  // the next.
+var wasmBinaryFile = 'liblouis_wasm.wasm';
+if (!isDataURI(wasmBinaryFile)) {
+  wasmBinaryFile = locateFile(wasmBinaryFile);
+}
 
-  // inputs
+function getBinary() {
+  try {
+    if (wasmBinary) {
+      return new Uint8Array(wasmBinary);
+    }
 
-  var method = 'native-wasm';
-
-  var wasmTextFile = 'liblouis_wasm.wast';
-  var wasmBinaryFile = 'liblouis_wasm.wasm';
-  var asmjsCodeFile = 'liblouis_wasm.temp.asm.js';
-
-  if (!isDataURI(wasmTextFile)) {
-    wasmTextFile = locateFile(wasmTextFile);
+    if (readBinary) {
+      return readBinary(wasmBinaryFile);
+    } else {
+      throw "both async and sync fetching of the wasm failed";
+    }
   }
-  if (!isDataURI(wasmBinaryFile)) {
-    wasmBinaryFile = locateFile(wasmBinaryFile);
+  catch (err) {
+    abort(err);
   }
-  if (!isDataURI(asmjsCodeFile)) {
-    asmjsCodeFile = locateFile(asmjsCodeFile);
+}
+
+function getBinaryPromise() {
+  // if we don't have the binary yet, and have the Fetch api, use that
+  // in some environments, like Electron's render process, Fetch api may be present, but have a different context than expected, let's only use it on the Web
+  if (!wasmBinary && (ENVIRONMENT_IS_WEB || ENVIRONMENT_IS_WORKER) && typeof fetch === 'function') {
+    return fetch(wasmBinaryFile, { credentials: 'same-origin' }).then(function(response) {
+      if (!response['ok']) {
+        throw "failed to load wasm binary file at '" + wasmBinaryFile + "'";
+      }
+      return response['arrayBuffer']();
+    }).catch(function () {
+      return getBinary();
+    });
   }
+  // Otherwise, getBinary should be able to get it synchronously
+  return new Promise(function(resolve, reject) {
+    resolve(getBinary());
+  });
+}
 
-  // utilities
 
-  var wasmPageSize = 64*1024;
 
+// Create the wasm instance.
+// Receives the wasm imports, returns the exports.
+function createWasm(env) {
+
+  // prepare imports
   var info = {
-    'global': null,
-    'env': null,
-    'asm2wasm': asm2wasmImports,
-    'parent': Module // Module inside wasm-js.cpp refers to wasm-js.cpp; this allows access to the outside program.
+    'env': env
+    ,
+    'global': {
+      'NaN': NaN,
+      'Infinity': Infinity
+    },
+    'global.Math': Math,
+    'asm2wasm': asm2wasmImports
   };
-
-  var exports = null;
+  // Load the wasm module and create an instance of using native support in the JS engine.
+  // handle a generated wasm instance, receiving its exports and
+  // performing other necessary setup
+  function receiveInstance(instance, module) {
+    var exports = instance.exports;
+    Module['asm'] = exports;
+    removeRunDependency('wasm-instantiate');
+  }
+   // we can't run yet (except in a pthread, where we have a custom sync instantiator)
+  addRunDependency('wasm-instantiate');
 
 
-  function mergeMemory(newBuffer) {
-    // The wasm instance creates its memory. But static init code might have written to
-    // buffer already, including the mem init file, and we must copy it over in a proper merge.
-    // TODO: avoid this copy, by avoiding such static init writes
-    // TODO: in shorter term, just copy up to the last static init write
-    var oldBuffer = Module['buffer'];
-    if (newBuffer.byteLength < oldBuffer.byteLength) {
-      err('the new buffer in mergeMemory is smaller than the previous one. in native wasm, we should grow memory here');
-    }
-    var oldView = new Int8Array(oldBuffer);
-    var newView = new Int8Array(newBuffer);
-
-
-    newView.set(oldView);
-    updateGlobalBuffer(newBuffer);
-    updateGlobalBufferViews();
+  // Async compilation can be confusing when an error on the page overwrites Module
+  // (for example, if the order of elements is wrong, and the one defining Module is
+  // later), so we save Module and check it later.
+  var trueModule = Module;
+  function receiveInstantiatedSource(output) {
+    // 'output' is a WebAssemblyInstantiatedSource object which has both the module and instance.
+    // receiveInstance() will swap in the exports (to Module.asm) so they can be called
+    assert(Module === trueModule, 'the Module object should not be replaced during async compilation - perhaps the order of HTML elements is wrong?');
+    trueModule = null;
+      // TODO: Due to Closure regression https://github.com/google/closure-compiler/issues/3193, the above line no longer optimizes out down to the following line.
+      // When the regression is fixed, can restore the above USE_PTHREADS-enabled path.
+    receiveInstance(output['instance']);
   }
 
-  function getBinary() {
-    try {
-      if (Module['wasmBinary']) {
-        return new Uint8Array(Module['wasmBinary']);
-      }
-      if (Module['readBinary']) {
-        return Module['readBinary'](wasmBinaryFile);
-      } else {
-        throw "both async and sync fetching of the wasm failed";
-      }
-    }
-    catch (err) {
-      abort(err);
-    }
-  }
 
-  function getBinaryPromise() {
-    // if we don't have the binary yet, and have the Fetch api, use that
-    // in some environments, like Electron's render process, Fetch api may be present, but have a different context than expected, let's only use it on the Web
-    if (!Module['wasmBinary'] && (ENVIRONMENT_IS_WEB || ENVIRONMENT_IS_WORKER) && typeof fetch === 'function') {
-      return fetch(wasmBinaryFile, { credentials: 'same-origin' }).then(function(response) {
-        if (!response['ok']) {
-          throw "failed to load wasm binary file at '" + wasmBinaryFile + "'";
-        }
-        return response['arrayBuffer']();
-      }).catch(function () {
-        return getBinary();
-      });
-    }
-    // Otherwise, getBinary should be able to get it synchronously
-    return new Promise(function(resolve, reject) {
-      resolve(getBinary());
+  function instantiateArrayBuffer(receiver) {
+    return getBinaryPromise().then(function(binary) {
+      return WebAssembly.instantiate(binary, info);
+    }).then(receiver, function(reason) {
+      err('failed to asynchronously prepare wasm: ' + reason);
+      abort(reason);
     });
   }
 
-  // do-method functions
-
-
-  function doNativeWasm(global, env, providedBuffer) {
-    if (typeof WebAssembly !== 'object') {
-      // when the method is just native-wasm, our error message can be very specific
-      abort('No WebAssembly support found. Build with -s WASM=0 to target JavaScript instead.');
-      err('no native wasm support detected');
-      return false;
-    }
-    // prepare memory import
-    if (!(Module['wasmMemory'] instanceof WebAssembly.Memory)) {
-      err('no native wasm Memory in use');
-      return false;
-    }
-    env['memory'] = Module['wasmMemory'];
-    // Load the wasm module and create an instance of using native support in the JS engine.
-    info['global'] = {
-      'NaN': NaN,
-      'Infinity': Infinity
-    };
-    info['global.Math'] = Math;
-    info['env'] = env;
-    // handle a generated wasm instance, receiving its exports and
-    // performing other necessary setup
-    function receiveInstance(instance, module) {
-      exports = instance.exports;
-      if (exports.memory) mergeMemory(exports.memory);
-      Module['asm'] = exports;
-      Module["usingWasm"] = true;
-      removeRunDependency('wasm-instantiate');
-    }
-    addRunDependency('wasm-instantiate');
-
-    // User shell pages can write their own Module.instantiateWasm = function(imports, successCallback) callback
-    // to manually instantiate the Wasm module themselves. This allows pages to run the instantiation parallel
-    // to any other async startup actions they are performing.
-    if (Module['instantiateWasm']) {
-      try {
-        return Module['instantiateWasm'](info, receiveInstance);
-      } catch(e) {
-        err('Module.instantiateWasm callback failed with error: ' + e);
-        return false;
-      }
-    }
-
-    // Async compilation can be confusing when an error on the page overwrites Module
-    // (for example, if the order of elements is wrong, and the one defining Module is
-    // later), so we save Module and check it later.
-    var trueModule = Module;
-    function receiveInstantiatedSource(output) {
-      // 'output' is a WebAssemblyInstantiatedSource object which has both the module and instance.
-      // receiveInstance() will swap in the exports (to Module.asm) so they can be called
-      assert(Module === trueModule, 'the Module object should not be replaced during async compilation - perhaps the order of HTML elements is wrong?');
-      trueModule = null;
-      receiveInstance(output['instance'], output['module']);
-    }
-    function instantiateArrayBuffer(receiver) {
-      getBinaryPromise().then(function(binary) {
-        return WebAssembly.instantiate(binary, info);
-      }).then(receiver, function(reason) {
-        err('failed to asynchronously prepare wasm: ' + reason);
-        abort(reason);
-      });
-    }
-    // Prefer streaming instantiation if available.
-    if (!Module['wasmBinary'] &&
+  // Prefer streaming instantiation if available.
+  function instantiateAsync() {
+    if (!wasmBinary &&
         typeof WebAssembly.instantiateStreaming === 'function' &&
         !isDataURI(wasmBinaryFile) &&
         typeof fetch === 'function') {
-      WebAssembly.instantiateStreaming(fetch(wasmBinaryFile, { credentials: 'same-origin' }), info)
-        .then(receiveInstantiatedSource, function(reason) {
-          // We expect the most common failure cause to be a bad MIME type for the binary,
-          // in which case falling back to ArrayBuffer instantiation should work.
-          err('wasm streaming compile failed: ' + reason);
-          err('falling back to ArrayBuffer instantiation');
-          instantiateArrayBuffer(receiveInstantiatedSource);
-        });
+      fetch(wasmBinaryFile, { credentials: 'same-origin' }).then(function (response) {
+        var result = WebAssembly.instantiateStreaming(response, info);
+        return result.then(receiveInstantiatedSource, function(reason) {
+            // We expect the most common failure cause to be a bad MIME type for the binary,
+            // in which case falling back to ArrayBuffer instantiation should work.
+            err('wasm streaming compile failed: ' + reason);
+            err('falling back to ArrayBuffer instantiation');
+            instantiateArrayBuffer(receiveInstantiatedSource);
+          });
+      });
     } else {
-      instantiateArrayBuffer(receiveInstantiatedSource);
+      return instantiateArrayBuffer(receiveInstantiatedSource);
     }
-    return {}; // no exports yet; we'll fill them in later
+  }
+  // User shell pages can write their own Module.instantiateWasm = function(imports, successCallback) callback
+  // to manually instantiate the Wasm module themselves. This allows pages to run the instantiation parallel
+  // to any other async startup actions they are performing.
+  if (Module['instantiateWasm']) {
+    try {
+      var exports = Module['instantiateWasm'](info, receiveInstance);
+      return exports;
+    } catch(e) {
+      err('Module.instantiateWasm callback failed with error: ' + e);
+      return false;
+    }
   }
 
-
-  // We may have a preloaded value in Module.asm, save it
-  Module['asmPreload'] = Module['asm'];
-
-  // Memory growth integration code
-
-  var asmjsReallocBuffer = Module['reallocBuffer'];
-
-  var wasmReallocBuffer = function(size) {
-    var PAGE_MULTIPLE = Module["usingWasm"] ? WASM_PAGE_SIZE : ASMJS_PAGE_SIZE; // In wasm, heap size must be a multiple of 64KB. In asm.js, they need to be multiples of 16MB.
-    size = alignUp(size, PAGE_MULTIPLE); // round up to wasm page size
-    var old = Module['buffer'];
-    var oldSize = old.byteLength;
-    if (Module["usingWasm"]) {
-      // native wasm support
-      try {
-        var result = Module['wasmMemory'].grow((size - oldSize) / wasmPageSize); // .grow() takes a delta compared to the previous size
-        if (result !== (-1 | 0)) {
-          // success in native wasm memory growth, get the buffer from the memory
-          return Module['buffer'] = Module['wasmMemory'].buffer;
-        } else {
-          return null;
-        }
-      } catch(e) {
-        console.error('Module.reallocBuffer: Attempted to grow from ' + oldSize  + ' bytes to ' + size + ' bytes, but got error: ' + e);
-        return null;
-      }
-    }
-  };
-
-  Module['reallocBuffer'] = function(size) {
-    if (finalMethod === 'asmjs') {
-      return asmjsReallocBuffer(size);
-    } else {
-      return wasmReallocBuffer(size);
-    }
-  };
-
-  // we may try more than one; this is the final one, that worked and we are using
-  var finalMethod = '';
-
-  // Provide an "asm.js function" for the application, called to "link" the asm.js module. We instantiate
-  // the wasm module at that time, and it receives imports and provides exports and so forth, the app
-  // doesn't need to care that it is wasm or polyfilled wasm or asm.js.
-
-  Module['asm'] = function(global, env, providedBuffer) {
-    // import table
-    if (!env['table']) {
-      var TABLE_SIZE = Module['wasmTableSize'];
-      if (TABLE_SIZE === undefined) TABLE_SIZE = 1024; // works in binaryen interpreter at least
-      var MAX_TABLE_SIZE = Module['wasmMaxTableSize'];
-      if (typeof WebAssembly === 'object' && typeof WebAssembly.Table === 'function') {
-        if (MAX_TABLE_SIZE !== undefined) {
-          env['table'] = new WebAssembly.Table({ 'initial': TABLE_SIZE, 'maximum': MAX_TABLE_SIZE, 'element': 'anyfunc' });
-        } else {
-          env['table'] = new WebAssembly.Table({ 'initial': TABLE_SIZE, element: 'anyfunc' });
-        }
-      } else {
-        env['table'] = new Array(TABLE_SIZE); // works in binaryen interpreter at least
-      }
-      Module['wasmTable'] = env['table'];
-    }
-
-    if (!env['__memory_base']) {
-      env['__memory_base'] = Module['STATIC_BASE']; // tell the memory segments where to place themselves
-    }
-    if (!env['__table_base']) {
-      env['__table_base'] = 0; // table starts at 0 by default, in dynamic linking this will change
-    }
-
-    // try the methods. each should return the exports if it succeeded
-
-    var exports;
-    exports = doNativeWasm(global, env, providedBuffer);
-
-    assert(exports, 'no binaryen method succeeded. consider enabling more options, like interpreting, if you want that: http://kripken.github.io/emscripten-site/docs/compiling/WebAssembly.html#binaryen-methods');
-
-
-    return exports;
-  };
-
-  var methodHandler = Module['asm']; // note our method handler, as we may modify Module['asm'] later
+  instantiateAsync();
+  return {}; // no exports yet; we'll fill them in later
 }
 
-integrateWasmJS();
+// Provide an "asm.js function" for the application, called to "link" the asm.js module. We instantiate
+// the wasm module at that time, and it receives imports and provides exports and so forth, the app
+// doesn't need to care that it is wasm or asm.js.
+
+Module['asm'] = function(global, env, providedBuffer) {
+  // memory was already allocated (so js could use the buffer)
+  env['memory'] = wasmMemory
+  ;
+  // import table
+  env['table'] = wasmTable = new WebAssembly.Table({
+    'initial': 84,
+    'maximum': 84,
+    'element': 'anyfunc'
+  });
+  // With the wasm backend __memory_base and __table_base and only needed for
+  // relocatable output.
+  env['__memory_base'] = 1024; // tell the memory segments where to place themselves
+  // table starts at 0 by default (even in dynamic linking, for the main module)
+  env['__table_base'] = 0;
+
+  var exports = createWasm(env);
+  assert(exports, 'binaryen setup failed (no wasm support?)');
+  return exports;
+};
+
+// Globals used by JS i64 conversions
+var tempDouble;
+var tempI64;
 
 // === Body ===
 
@@ -1948,9 +1923,7 @@
 
 
 
-STATIC_BASE = GLOBAL_BASE;
-
-STATICTOP = STATIC_BASE + 43008;
+// STATICTOP = STATIC_BASE + 39216;
 /* global initializers */  __ATINIT__.push({ func: function() { ___emscripten_environ_constructor() } });
 
 
@@ -1959,12 +1932,9 @@
 
 
 
-var STATIC_BUMP = 43008;
-Module["STATIC_BASE"] = STATIC_BASE;
-Module["STATIC_BUMP"] = STATIC_BUMP;
 
 /* no memory initializer */
-var tempDoublePtr = STATICTOP; STATICTOP += 16;
+var tempDoublePtr = 40224
 assert(tempDoublePtr % 8 == 0);
 
 function copyTempFloat(ptr) { // functions, because inlining this code increases code size too much
@@ -1988,6 +1958,44 @@
 // {{PRE_LIBRARY}}
 
 
+  function demangle(func) {
+      warnOnce('warning: build with  -s DEMANGLE_SUPPORT=1  to link in libcxxabi demangling');
+      return func;
+    }
+
+  function demangleAll(text) {
+      var regex =
+        /\b__Z[\w\d_]+/g;
+      return text.replace(regex,
+        function(x) {
+          var y = demangle(x);
+          return x === y ? x : (y + ' [' + x + ']');
+        });
+    }
+
+  function jsStackTrace() {
+      var err = new Error();
+      if (!err.stack) {
+        // IE10+ special cases: It does have callstack info, but it is only populated if an Error object is thrown,
+        // so try that as a special-case.
+        try {
+          throw new Error(0);
+        } catch(e) {
+          err = e;
+        }
+        if (!err.stack) {
+          return '(no stack trace available)';
+        }
+      }
+      return err.stack.toString();
+    }
+
+  function stackTrace() {
+      var js = jsStackTrace();
+      if (Module['extraStackTrace']) js += '\n' + Module['extraStackTrace']();
+      return demangleAll(js);
+    }
+
   
   var ENV={};function ___buildEnvironment(environ) {
       // WARNING: Arbitrary limit!
@@ -2004,8 +2012,9 @@
         ENV['PATH'] = '/';
         ENV['PWD'] = '/';
         ENV['HOME'] = '/home/web_user';
-        ENV['LANG'] = 'C.UTF-8';
-        ENV['_'] = Module['thisProgram'];
+        // Browser language detection #8751
+        ENV['LANG'] = ((typeof navigator === 'object' && navigator.languages && navigator.languages[0]) || 'C').replace('-', '_') + '.UTF-8';
+        ENV['_'] = thisProgram;
         // Allocate memory.
         poolPtr = getMemory(TOTAL_ENV_SIZE);
         envPtr = getMemory(MAX_ENV_VALUES * 4);
@@ -2045,21 +2054,10 @@
 
   
   
-  
-  var ERRNO_CODES={EPERM:1,ENOENT:2,ESRCH:3,EINTR:4,EIO:5,ENXIO:6,E2BIG:7,ENOEXEC:8,EBADF:9,ECHILD:10,EAGAIN:11,EWOULDBLOCK:11,ENOMEM:12,EACCES:13,EFAULT:14,ENOTBLK:15,EBUSY:16,EEXIST:17,EXDEV:18,ENODEV:19,ENOTDIR:20,EISDIR:21,EINVAL:22,ENFILE:23,EMFILE:24,ENOTTY:25,ETXTBSY:26,EFBIG:27,ENOSPC:28,ESPIPE:29,EROFS:30,EMLINK:31,EPIPE:32,EDOM:33,ERANGE:34,ENOMSG:42,EIDRM:43,ECHRNG:44,EL2NSYNC:45,EL3HLT:46,EL3RST:47,ELNRNG:48,EUNATCH:49,ENOCSI:50,EL2HLT:51,EDEADLK:35,ENOLCK:37,EBADE:52,EBADR:53,EXFULL:54,ENOANO:55,EBADRQC:56,EBADSLT:57,EDEADLOCK:35,EBFONT:59,ENOSTR:60,ENODATA:61,ETIME:62,ENOSR:63,ENONET:64,ENOPKG:65,EREMOTE:66,ENOLINK:67,EADV:68,ESRMNT:69,ECOMM:70,EPROTO:71,EMULTIHOP:72,EDOTDOT:73,EBADMSG:74,ENOTUNIQ:76,EBADFD:77,EREMCHG:78,ELIBACC:79,ELIBBAD:80,ELIBSCN:81,ELIBMAX:82,ELIBEXEC:83,ENOSYS:38,ENOTEMPTY:39,ENAMETOOLONG:36,ELOOP:40,EOPNOTSUPP:95,EPFNOSUPPORT:96,ECONNRESET:104,ENOBUFS:105,EAFNOSUPPORT:97,EPROTOTYPE:91,ENOTSOCK:88,ENOPROTOOPT:92,ESHUTDOWN:108,ECONNREFUSED:111,EADDRINUSE:98,ECONNABORTED:103,ENETUNREACH:101,ENETDOWN:100,ETIMEDOUT:110,EHOSTDOWN:112,EHOSTUNREACH:113,EINPROGRESS:115,EALREADY:114,EDESTADDRREQ:89,EMSGSIZE:90,EPROTONOSUPPORT:93,ESOCKTNOSUPPORT:94,EADDRNOTAVAIL:99,ENETRESET:102,EISCONN:106,ENOTCONN:107,ETOOMANYREFS:109,EUSERS:87,EDQUOT:122,ESTALE:116,ENOTSUP:95,ENOMEDIUM:123,EILSEQ:84,EOVERFLOW:75,ECANCELED:125,ENOTRECOVERABLE:131,EOWNERDEAD:130,ESTRPIPE:86};
-  
-  var ERRNO_MESSAGES={0:"Success",1:"Not super-user",2:"No such file or directory",3:"No such process",4:"Interrupted system call",5:"I/O error",6:"No such device or address",7:"Arg list too long",8:"Exec format error",9:"Bad file number",10:"No children",11:"No more processes",12:"Not enough core",13:"Permission denied",14:"Bad address",15:"Block device required",16:"Mount device busy",17:"File exists",18:"Cross-device link",19:"No such device",20:"Not a directory",21:"Is a directory",22:"Invalid argument",23:"Too many open files in system",24:"Too many open files",25:"Not a typewriter",26:"Text file busy",27:"File too large",28:"No space left on device",29:"Illegal seek",30:"Read only file system",31:"Too many links",32:"Broken pipe",33:"Math arg out of domain of func",34:"Math result not representable",35:"File locking deadlock error",36:"File or path name too long",37:"No record locks available",38:"Function not implemented",39:"Directory not empty",40:"Too many symbolic links",42:"No message of desired type",43:"Identifier removed",44:"Channel number out of range",45:"Level 2 not synchronized",46:"Level 3 halted",47:"Level 3 reset",48:"Link number out of range",49:"Protocol driver not attached",50:"No CSI structure available",51:"Level 2 halted",52:"Invalid exchange",53:"Invalid request descriptor",54:"Exchange full",55:"No anode",56:"Invalid request code",57:"Invalid slot",59:"Bad font file fmt",60:"Device not a stream",61:"No data (for no delay io)",62:"Timer expired",63:"Out of streams resources",64:"Machine is not on the network",65:"Package not installed",66:"The object is remote",67:"The link has been severed",68:"Advertise error",69:"Srmount error",70:"Communication error on send",71:"Protocol error",72:"Multihop attempted",73:"Cross mount point (not really error)",74:"Trying to read unreadable message",75:"Value too large for defined data type",76:"Given log. name not unique",77:"f.d. invalid for this operation",78:"Remote address changed",79:"Can   access a needed shared lib",80:"Accessing a corrupted shared lib",81:".lib section in a.out corrupted",82:"Attempting to link in too many libs",83:"Attempting to exec a shared library",84:"Illegal byte sequence",86:"Streams pipe error",87:"Too many users",88:"Socket operation on non-socket",89:"Destination address required",90:"Message too long",91:"Protocol wrong type for socket",92:"Protocol not available",93:"Unknown protocol",94:"Socket type not supported",95:"Not supported",96:"Protocol family not supported",97:"Address family not supported by protocol family",98:"Address already in use",99:"Address not available",100:"Network interface is not configured",101:"Network is unreachable",102:"Connection reset by network",103:"Connection aborted",104:"Connection reset by peer",105:"No buffer space available",106:"Socket is already connected",107:"Socket is not connected",108:"Can't send after socket shutdown",109:"Too many references",110:"Connection timed out",111:"Connection refused",112:"Host is down",113:"Host is unreachable",114:"Socket already connected",115:"Connection already in progress",116:"Stale file handle",122:"Quota exceeded",123:"No medium (in tape drive)",125:"Operation canceled",130:"Previous owner died",131:"State not recoverable"};
-  
-  function ___setErrNo(value) {
-      if (Module['___errno_location']) HEAP32[((Module['___errno_location']())>>2)]=value;
-      else err('failed to set errno from JS');
-      return value;
-    }
-  
-  var PATH={splitPath:function (filename) {
+  var PATH={splitPath:function(filename) {
         var splitPathRe = /^(\/?|)([\s\S]*?)((?:\.{1,2}|[^\/]+?|)(\.[^.\/]*|))(?:[\/]*)$/;
         return splitPathRe.exec(filename).slice(1);
-      },normalizeArray:function (parts, allowAboveRoot) {
+      },normalizeArray:function(parts, allowAboveRoot) {
         // if the path tries to go above the root, `up` ends up > 0
         var up = 0;
         for (var i = parts.length - 1; i >= 0; i--) {
@@ -2081,7 +2079,7 @@
           }
         }
         return parts;
-      },normalize:function (path) {
+      },normalize:function(path) {
         var isAbsolute = path.charAt(0) === '/',
             trailingSlash = path.substr(-1) === '/';
         // Normalize the path
@@ -2095,7 +2093,7 @@
           path += '/';
         }
         return (isAbsolute ? '/' : '') + path;
-      },dirname:function (path) {
+      },dirname:function(path) {
         var result = PATH.splitPath(path),
             root = result[0],
             dir = result[1];
@@ -2108,20 +2106,29 @@
           dir = dir.substr(0, dir.length - 1);
         }
         return root + dir;
-      },basename:function (path) {
+      },basename:function(path) {
         // EMSCRIPTEN return '/'' for '/', not an empty string
         if (path === '/') return '/';
         var lastSlash = path.lastIndexOf('/');
         if (lastSlash === -1) return path;
         return path.substr(lastSlash+1);
-      },extname:function (path) {
+      },extname:function(path) {
         return PATH.splitPath(path)[3];
-      },join:function () {
+      },join:function() {
         var paths = Array.prototype.slice.call(arguments, 0);
         return PATH.normalize(paths.join('/'));
-      },join2:function (l, r) {
+      },join2:function(l, r) {
         return PATH.normalize(l + '/' + r);
-      },resolve:function () {
+      }};
+  
+  
+  function ___setErrNo(value) {
+      if (Module['___errno_location']) HEAP32[((Module['___errno_location']())>>2)]=value;
+      else err('failed to set errno from JS');
+      return value;
+    }
+  
+  var PATH_FS={resolve:function() {
         var resolvedPath = '',
           resolvedAbsolute = false;
         for (var i = arguments.length - 1; i >= -1 && !resolvedAbsolute; i--) {
@@ -2141,9 +2148,9 @@
           return !!p;
         }), !resolvedAbsolute).join('/');
         return ((resolvedAbsolute ? '/' : '') + resolvedPath) || '.';
-      },relative:function (from, to) {
-        from = PATH.resolve(from).substr(1);
-        to = PATH.resolve(to).substr(1);
+      },relative:function(from, to) {
+        from = PATH_FS.resolve(from).substr(1);
+        to = PATH_FS.resolve(to).substr(1);
         function trim(arr) {
           var start = 0;
           for (; start < arr.length; start++) {
@@ -2175,7 +2182,7 @@
       }};
   
   var TTY={ttys:[],init:function () {
-        // https://github.com/kripken/emscripten/pull/1555
+        // https://github.com/emscripten-core/emscripten/pull/1555
         // if (ENVIRONMENT_IS_NODE) {
         //   // currently, FS.init does not distinguish if process.stdin is a file or TTY
         //   // device, it always assumes it's a TTY device. because of this, we're forcing
@@ -2183,8 +2190,8 @@
         //   // with text files until FS.init can be refactored.
         //   process['stdin']['setEncoding']('utf8');
         // }
-      },shutdown:function () {
-        // https://github.com/kripken/emscripten/pull/1555
+      },shutdown:function() {
+        // https://github.com/emscripten-core/emscripten/pull/1555
         // if (ENVIRONMENT_IS_NODE) {
         //   // inolen: any idea as to why node -e 'process.stdin.read()' wouldn't exit immediately (with process.stdin being a tty)?
         //   // isaacs: because now it's reading from the stream, you've expressed interest in it, so that read() kicks off a _read() which creates a ReadReq operation
@@ -2193,24 +2200,24 @@
         //   // isaacs: do process.stdin.pause() and i'd think it'd probably close the pending call
         //   process['stdin']['pause']();
         // }
-      },register:function (dev, ops) {
+      },register:function(dev, ops) {
         TTY.ttys[dev] = { input: [], output: [], ops: ops };
         FS.registerDevice(dev, TTY.stream_ops);
-      },stream_ops:{open:function (stream) {
+      },stream_ops:{open:function(stream) {
           var tty = TTY.ttys[stream.node.rdev];
           if (!tty) {
-            throw new FS.ErrnoError(ERRNO_CODES.ENODEV);
+            throw new FS.ErrnoError(19);
           }
           stream.tty = tty;
           stream.seekable = false;
-        },close:function (stream) {
+        },close:function(stream) {
           // flush any pending line data
           stream.tty.ops.flush(stream.tty);
-        },flush:function (stream) {
+        },flush:function(stream) {
           stream.tty.ops.flush(stream.tty);
-        },read:function (stream, buffer, offset, length, pos /* ignored */) {
+        },read:function(stream, buffer, offset, length, pos /* ignored */) {
           if (!stream.tty || !stream.tty.ops.get_char) {
-            throw new FS.ErrnoError(ERRNO_CODES.ENXIO);
+            throw new FS.ErrnoError(6);
           }
           var bytesRead = 0;
           for (var i = 0; i < length; i++) {
@@ -2218,10 +2225,10 @@
             try {
               result = stream.tty.ops.get_char(stream.tty);
             } catch (e) {
-              throw new FS.ErrnoError(ERRNO_CODES.EIO);
+              throw new FS.ErrnoError(5);
             }
             if (result === undefined && bytesRead === 0) {
-              throw new FS.ErrnoError(ERRNO_CODES.EAGAIN);
+              throw new FS.ErrnoError(11);
             }
             if (result === null || result === undefined) break;
             bytesRead++;
@@ -2231,35 +2238,28 @@
             stream.node.timestamp = Date.now();
           }
           return bytesRead;
-        },write:function (stream, buffer, offset, length, pos) {
+        },write:function(stream, buffer, offset, length, pos) {
           if (!stream.tty || !stream.tty.ops.put_char) {
-            throw new FS.ErrnoError(ERRNO_CODES.ENXIO);
+            throw new FS.ErrnoError(6);
           }
-          var i = 0;
           try {
-            if (offset === 0 && length === 0) {
-              // musl implements an fflush using a write of a NULL buffer of size 0
-              stream.tty.ops.flush(stream.tty);
-            } else {
-              while (i < length) {
-                stream.tty.ops.put_char(stream.tty, buffer[offset+i]);
-                i++;
-              }
+            for (var i = 0; i < length; i++) {
+              stream.tty.ops.put_char(stream.tty, buffer[offset+i]);
             }
           } catch (e) {
-            throw new FS.ErrnoError(ERRNO_CODES.EIO);
+            throw new FS.ErrnoError(5);
           }
           if (length) {
             stream.node.timestamp = Date.now();
           }
           return i;
-        }},default_tty_ops:{get_char:function (tty) {
+        }},default_tty_ops:{get_char:function(tty) {
           if (!tty.input.length) {
             var result = null;
             if (ENVIRONMENT_IS_NODE) {
               // we will read data by chunks of BUFSIZE
               var BUFSIZE = 256;
-              var buf = new Buffer(BUFSIZE);
+              var buf = Buffer.alloc ? Buffer.alloc(BUFSIZE) : new Buffer(BUFSIZE);
               var bytesRead = 0;
   
               var isPosixPlatform = (process.platform != 'win32'); // Node doesn't offer a direct check, so test by exclusion
@@ -2289,8 +2289,8 @@
               } else {
                 result = null;
               }
-  
-            } else if (typeof window != 'undefined' &&
+            } else
+            if (typeof window != 'undefined' &&
               typeof window.prompt == 'function') {
               // Browser.
               result = window.prompt('Input: ');  // returns null on cancel
@@ -2310,38 +2310,38 @@
             tty.input = intArrayFromString(result, true);
           }
           return tty.input.shift();
-        },put_char:function (tty, val) {
+        },put_char:function(tty, val) {
           if (val === null || val === 10) {
             out(UTF8ArrayToString(tty.output, 0));
             tty.output = [];
           } else {
             if (val != 0) tty.output.push(val); // val == 0 would cut text output off in the middle.
           }
-        },flush:function (tty) {
+        },flush:function(tty) {
           if (tty.output && tty.output.length > 0) {
             out(UTF8ArrayToString(tty.output, 0));
             tty.output = [];
           }
-        }},default_tty1_ops:{put_char:function (tty, val) {
+        }},default_tty1_ops:{put_char:function(tty, val) {
           if (val === null || val === 10) {
             err(UTF8ArrayToString(tty.output, 0));
             tty.output = [];
           } else {
             if (val != 0) tty.output.push(val);
           }
-        },flush:function (tty) {
+        },flush:function(tty) {
           if (tty.output && tty.output.length > 0) {
             err(UTF8ArrayToString(tty.output, 0));
             tty.output = [];
           }
         }}};
   
-  var MEMFS={ops_table:null,mount:function (mount) {
+  var MEMFS={ops_table:null,mount:function(mount) {
         return MEMFS.createNode(null, '/', 16384 | 511 /* 0777 */, 0);
-      },createNode:function (parent, name, mode, dev) {
+      },createNode:function(parent, name, mode, dev) {
         if (FS.isBlkdev(mode) || FS.isFIFO(mode)) {
           // no supported
-          throw new FS.ErrnoError(ERRNO_CODES.EPERM);
+          throw new FS.ErrnoError(1);
         }
         if (!MEMFS.ops_table) {
           MEMFS.ops_table = {
@@ -2418,44 +2418,31 @@
           parent.contents[name] = node;
         }
         return node;
-      },getFileDataAsRegularArray:function (node) {
+      },getFileDataAsRegularArray:function(node) {
         if (node.contents && node.contents.subarray) {
           var arr = [];
           for (var i = 0; i < node.usedBytes; ++i) arr.push(node.contents[i]);
           return arr; // Returns a copy of the original data.
         }
         return node.contents; // No-op, the file contents are already in a JS array. Return as-is.
-      },getFileDataAsTypedArray:function (node) {
+      },getFileDataAsTypedArray:function(node) {
         if (!node.contents) return new Uint8Array;
         if (node.contents.subarray) return node.contents.subarray(0, node.usedBytes); // Make sure to not return excess unused bytes.
         return new Uint8Array(node.contents);
-      },expandFileStorage:function (node, newCapacity) {
-        // If we are asked to expand the size of a file that already exists, revert to using a standard JS array to store the file
-        // instead of a typed array. This makes resizing the array more flexible because we can just .push() elements at the back to
-        // increase the size.
-        if (node.contents && node.contents.subarray && newCapacity > node.contents.length) {
-          node.contents = MEMFS.getFileDataAsRegularArray(node);
-          node.usedBytes = node.contents.length; // We might be writing to a lazy-loaded file which had overridden this property, so force-reset it.
-        }
-  
-        if (!node.contents || node.contents.subarray) { // Keep using a typed array if creating a new storage, or if old one was a typed array as well.
-          var prevCapacity = node.contents ? node.contents.length : 0;
-          if (prevCapacity >= newCapacity) return; // No need to expand, the storage was already large enough.
-          // Don't expand strictly to the given requested limit if it's only a very small increase, but instead geometrically grow capacity.
-          // For small filesizes (<1MB), perform size*2 geometric increase, but for large sizes, do a much more conservative size*1.125 increase to
-          // avoid overshooting the allocation cap by a very large margin.
-          var CAPACITY_DOUBLING_MAX = 1024 * 1024;
-          newCapacity = Math.max(newCapacity, (prevCapacity * (prevCapacity < CAPACITY_DOUBLING_MAX ? 2.0 : 1.125)) | 0);
-          if (prevCapacity != 0) newCapacity = Math.max(newCapacity, 256); // At minimum allocate 256b for each file when expanding.
-          var oldContents = node.contents;
-          node.contents = new Uint8Array(newCapacity); // Allocate new storage.
-          if (node.usedBytes > 0) node.contents.set(oldContents.subarray(0, node.usedBytes), 0); // Copy old data over to the new storage.
-          return;
-        }
-        // Not using a typed array to back the file storage. Use a standard JS array instead.
-        if (!node.contents && newCapacity > 0) node.contents = [];
-        while (node.contents.length < newCapacity) node.contents.push(0);
-      },resizeFileStorage:function (node, newSize) {
+      },expandFileStorage:function(node, newCapacity) {
+        var prevCapacity = node.contents ? node.contents.length : 0;
+        if (prevCapacity >= newCapacity) return; // No need to expand, the storage was already large enough.
+        // Don't expand strictly to the given requested limit if it's only a very small increase, but instead geometrically grow capacity.
+        // For small filesizes (<1MB), perform size*2 geometric increase, but for large sizes, do a much more conservative size*1.125 increase to
+        // avoid overshooting the allocation cap by a very large margin.
+        var CAPACITY_DOUBLING_MAX = 1024 * 1024;
+        newCapacity = Math.max(newCapacity, (prevCapacity * (prevCapacity < CAPACITY_DOUBLING_MAX ? 2.0 : 1.125)) | 0);
+        if (prevCapacity != 0) newCapacity = Math.max(newCapacity, 256); // At minimum allocate 256b for each file when expanding.
+        var oldContents = node.contents;
+        node.contents = new Uint8Array(newCapacity); // Allocate new storage.
+        if (node.usedBytes > 0) node.contents.set(oldContents.subarray(0, node.usedBytes), 0); // Copy old data over to the new storage.
+        return;
+      },resizeFileStorage:function(node, newSize) {
         if (node.usedBytes == newSize) return;
         if (newSize == 0) {
           node.contents = null; // Fully decommit when requesting a resize to zero.
@@ -2476,7 +2463,7 @@
         if (node.contents.length > newSize) node.contents.length = newSize;
         else while (node.contents.length < newSize) node.contents.push(0);
         node.usedBytes = newSize;
-      },node_ops:{getattr:function (node) {
+      },node_ops:{getattr:function(node) {
           var attr = {};
           // device numbers reuse inode numbers.
           attr.dev = FS.isChrdev(node.mode) ? node.id : 1;
@@ -2503,7 +2490,7 @@
           attr.blksize = 4096;
           attr.blocks = Math.ceil(attr.size / attr.blksize);
           return attr;
-        },setattr:function (node, attr) {
+        },setattr:function(node, attr) {
           if (attr.mode !== undefined) {
             node.mode = attr.mode;
           }
@@ -2513,11 +2500,11 @@
           if (attr.size !== undefined) {
             MEMFS.resizeFileStorage(node, attr.size);
           }
-        },lookup:function (parent, name) {
-          throw FS.genericErrors[ERRNO_CODES.ENOENT];
-        },mknod:function (parent, name, mode, dev) {
+        },lookup:function(parent, name) {
+          throw FS.genericErrors[2];
+        },mknod:function(parent, name, mode, dev) {
           return MEMFS.createNode(parent, name, mode, dev);
-        },rename:function (old_node, new_dir, new_name) {
+        },rename:function(old_node, new_dir, new_name) {
           // if we're overwriting a directory at new_name, make sure it's empty.
           if (FS.isDir(old_node.mode)) {
             var new_node;
@@ -2527,7 +2514,7 @@
             }
             if (new_node) {
               for (var i in new_node.contents) {
-                throw new FS.ErrnoError(ERRNO_CODES.ENOTEMPTY);
+                throw new FS.ErrnoError(39);
               }
             }
           }
@@ -2536,16 +2523,16 @@
           old_node.name = new_name;
           new_dir.contents[new_name] = old_node;
           old_node.parent = new_dir;
-        },unlink:function (parent, name) {
+        },unlink:function(parent, name) {
           delete parent.contents[name];
-        },rmdir:function (parent, name) {
+        },rmdir:function(parent, name) {
           var node = FS.lookupNode(parent, name);
           for (var i in node.contents) {
-            throw new FS.ErrnoError(ERRNO_CODES.ENOTEMPTY);
+            throw new FS.ErrnoError(39);
           }
           delete parent.contents[name];
-        },readdir:function (node) {
-          var entries = ['.', '..']
+        },readdir:function(node) {
+          var entries = ['.', '..'];
           for (var key in node.contents) {
             if (!node.contents.hasOwnProperty(key)) {
               continue;
@@ -2553,16 +2540,16 @@
             entries.push(key);
           }
           return entries;
-        },symlink:function (parent, newname, oldpath) {
+        },symlink:function(parent, newname, oldpath) {
           var node = MEMFS.createNode(parent, newname, 511 /* 0777 */ | 40960, 0);
           node.link = oldpath;
           return node;
-        },readlink:function (node) {
+        },readlink:function(node) {
           if (!FS.isLink(node.mode)) {
-            throw new FS.ErrnoError(ERRNO_CODES.EINVAL);
+            throw new FS.ErrnoError(22);
           }
           return node.link;
-        }},stream_ops:{read:function (stream, buffer, offset, length, position) {
+        }},stream_ops:{read:function(stream, buffer, offset, length, position) {
           var contents = stream.node.contents;
           if (position >= stream.node.usedBytes) return 0;
           var size = Math.min(stream.node.usedBytes - position, length);
@@ -2573,7 +2560,7 @@
             for (var i = 0; i < size; i++) buffer[offset + i] = contents[position + i];
           }
           return size;
-        },write:function (stream, buffer, offset, length, position, canOwn) {
+        },write:function(stream, buffer, offset, length, position, canOwn) {
   
           if (!length) return 0;
           var node = stream.node;
@@ -2605,7 +2592,7 @@
           }
           node.usedBytes = Math.max(node.usedBytes, position+length);
           return length;
-        },llseek:function (stream, offset, whence) {
+        },llseek:function(stream, offset, whence) {
           var position = offset;
           if (whence === 1) {  // SEEK_CUR.
             position += stream.position;
@@ -2615,15 +2602,15 @@
             }
           }
           if (position < 0) {
-            throw new FS.ErrnoError(ERRNO_CODES.EINVAL);
+            throw new FS.ErrnoError(22);
           }
           return position;
-        },allocate:function (stream, offset, length) {
+        },allocate:function(stream, offset, length) {
           MEMFS.expandFileStorage(stream.node, offset + length);
           stream.node.usedBytes = Math.max(stream.node.usedBytes, offset + length);
-        },mmap:function (stream, buffer, offset, length, position, prot, flags) {
+        },mmap:function(stream, buffer, offset, length, position, prot, flags) {
           if (!FS.isFile(stream.node.mode)) {
-            throw new FS.ErrnoError(ERRNO_CODES.ENODEV);
+            throw new FS.ErrnoError(19);
           }
           var ptr;
           var allocated;
@@ -2645,16 +2632,19 @@
               }
             }
             allocated = true;
+            // malloc() can lead to growing the heap. If targeting the heap, we need to
+            // re-acquire the heap buffer object in case growth had occurred.
+            var fromHeap = (buffer.buffer == HEAP8.buffer);
             ptr = _malloc(length);
             if (!ptr) {
-              throw new FS.ErrnoError(ERRNO_CODES.ENOMEM);
+              throw new FS.ErrnoError(12);
             }
-            buffer.set(contents, ptr);
+            (fromHeap ? HEAP8 : buffer).set(contents, ptr);
           }
           return { ptr: ptr, allocated: allocated };
-        },msync:function (stream, buffer, offset, length, mmapFlags) {
+        },msync:function(stream, buffer, offset, length, mmapFlags) {
           if (!FS.isFile(stream.node.mode)) {
-            throw new FS.ErrnoError(ERRNO_CODES.ENODEV);
+            throw new FS.ErrnoError(19);
           }
           if (mmapFlags & 2) {
             // MAP_PRIVATE calls need not to be synced back to underlying fs
@@ -2666,16 +2656,16 @@
           return 0;
         }}};
   
-  var IDBFS={dbs:{},indexedDB:function () {
+  var IDBFS={dbs:{},indexedDB:function() {
         if (typeof indexedDB !== 'undefined') return indexedDB;
         var ret = null;
         if (typeof window === 'object') ret = window.indexedDB || window.mozIndexedDB || window.webkitIndexedDB || window.msIndexedDB;
         assert(ret, 'IDBFS used, but indexedDB not supported');
         return ret;
-      },DB_VERSION:21,DB_STORE_NAME:"FILE_DATA",mount:function (mount) {
+      },DB_VERSION:21,DB_STORE_NAME:"FILE_DATA",mount:function(mount) {
         // reuse all of the core MEMFS functionality
         return MEMFS.mount.apply(null, arguments);
-      },syncfs:function (mount, populate, callback) {
+      },syncfs:function(mount, populate, callback) {
         IDBFS.getLocalSet(mount, function(err, local) {
           if (err) return callback(err);
   
@@ -2688,7 +2678,7 @@
             IDBFS.reconcile(src, dst, callback);
           });
         });
-      },getDB:function (name, callback) {
+      },getDB:function(name, callback) {
         // check the cache first
         var db = IDBFS.dbs[name];
         if (db) {
@@ -2731,7 +2721,7 @@
           callback(this.error);
           e.preventDefault();
         };
-      },getLocalSet:function (mount, callback) {
+      },getLocalSet:function(mount, callback) {
         var entries = {};
   
         function isRealDir(p) {
@@ -2763,7 +2753,7 @@
         }
   
         return callback(null, { type: 'local', entries: entries });
-      },getRemoteSet:function (mount, callback) {
+      },getRemoteSet:function(mount, callback) {
         var entries = {};
   
         IDBFS.getDB(mount.mountpoint, function(err, db) {
@@ -2794,7 +2784,7 @@
             return callback(e);
           }
         });
-      },loadLocalEntry:function (path, callback) {
+      },loadLocalEntry:function(path, callback) {
         var stat, node;
   
         try {
@@ -2815,7 +2805,7 @@
         } else {
           return callback(new Error('node type not supported'));
         }
-      },storeLocalEntry:function (path, entry, callback) {
+      },storeLocalEntry:function(path, entry, callback) {
         try {
           if (FS.isDir(entry.mode)) {
             FS.mkdir(path, entry.mode);
@@ -2832,7 +2822,7 @@
         }
   
         callback(null);
-      },removeLocalEntry:function (path, callback) {
+      },removeLocalEntry:function(path, callback) {
         try {
           var lookup = FS.lookupPath(path);
           var stat = FS.stat(path);
@@ -2847,28 +2837,28 @@
         }
   
         callback(null);
-      },loadRemoteEntry:function (store, path, callback) {
+      },loadRemoteEntry:function(store, path, callback) {
         var req = store.get(path);
         req.onsuccess = function(event) { callback(null, event.target.result); };
         req.onerror = function(e) {
           callback(this.error);
           e.preventDefault();
         };
-      },storeRemoteEntry:function (store, path, entry, callback) {
+      },storeRemoteEntry:function(store, path, entry, callback) {
         var req = store.put(entry, path);
         req.onsuccess = function() { callback(null); };
         req.onerror = function(e) {
           callback(this.error);
           e.preventDefault();
         };
-      },removeRemoteEntry:function (store, path, callback) {
+      },removeRemoteEntry:function(store, path, callback) {
         var req = store.delete(path);
         req.onsuccess = function() { callback(null); };
         req.onerror = function(e) {
           callback(this.error);
           e.preventDefault();
         };
-      },reconcile:function (src, dst, callback) {
+      },reconcile:function(src, dst, callback) {
         var total = 0;
   
         var create = [];
@@ -2896,21 +2886,14 @@
         }
   
         var errored = false;
-        var completed = 0;
         var db = src.type === 'remote' ? src.db : dst.db;
         var transaction = db.transaction([IDBFS.DB_STORE_NAME], 'readwrite');
         var store = transaction.objectStore(IDBFS.DB_STORE_NAME);
   
         function done(err) {
-          if (err) {
-            if (!done.errored) {
-              done.errored = true;
-              return callback(err);
-            }
-            return;
-          }
-          if (++completed >= total) {
-            return callback(null);
+          if (err && !errored) {
+            errored = true;
+            return callback(err);
           }
         };
   
@@ -2919,6 +2902,12 @@
           e.preventDefault();
         };
   
+        transaction.oncomplete = function(e) {
+          if (!errored) {
+            callback(null);
+          }
+        };
+  
         // sort paths in ascending order so directory entries are created
         // before the files inside them
         create.sort().forEach(function (path) {
@@ -2946,7 +2935,7 @@
         });
       }};
   
-  var NODEFS={isWindows:false,staticInit:function () {
+  var NODEFS={isWindows:false,staticInit:function() {
         NODEFS.isWindows = !!process.platform.match(/^win/);
         var flags = process["binding"]("constants");
         // Node.js 4 compatibility: it has no namespaces for constants
@@ -2969,11 +2958,11 @@
         // Buffer.alloc has been added with Buffer.from together, so check it instead
         return Buffer.alloc ? Buffer.from(arrayBuffer) : new Buffer(arrayBuffer);
       },mount:function (mount) {
-        assert(ENVIRONMENT_IS_NODE);
+        assert(ENVIRONMENT_HAS_NODE);
         return NODEFS.createNode(null, '/', NODEFS.getMode(mount.opts.root), 0);
       },createNode:function (parent, name, mode, dev) {
         if (!FS.isDir(mode) && !FS.isFile(mode) && !FS.isLink(mode)) {
-          throw new FS.ErrnoError(ERRNO_CODES.EINVAL);
+          throw new FS.ErrnoError(22);
         }
         var node = FS.createNode(parent, name, mode);
         node.node_ops = NODEFS.node_ops;
@@ -2990,7 +2979,7 @@
           }
         } catch (e) {
           if (!e.code) throw e;
-          throw new FS.ErrnoError(ERRNO_CODES[e.code]);
+          throw new FS.ErrnoError(-e.errno); // syscall errnos are negated, node's are not
         }
         return stat.mode;
       },realPath:function (node) {
@@ -3002,7 +2991,7 @@
         parts.push(node.mount.opts.root);
         parts.reverse();
         return PATH.join.apply(null, parts);
-      },flagsForNode:function (flags) {
+      },flagsForNode:function(flags) {
         flags &= ~0x200000 /*O_PATH*/; // Ignore this flag from musl, otherwise node.js fails to open the file.
         flags &= ~0x800 /*O_NONBLOCK*/; // Ignore this flag from musl, otherwise node.js fails to open the file.
         flags &= ~0x8000 /*O_LARGEFILE*/; // Ignore this flag from musl, otherwise node.js fails to open the file.
@@ -3018,16 +3007,16 @@
         if (!flags) {
           return newFlags;
         } else {
-          throw new FS.ErrnoError(ERRNO_CODES.EINVAL);
+          throw new FS.ErrnoError(22);
         }
-      },node_ops:{getattr:function (node) {
+      },node_ops:{getattr:function(node) {
           var path = NODEFS.realPath(node);
           var stat;
           try {
             stat = fs.lstatSync(path);
           } catch (e) {
             if (!e.code) throw e;
-            throw new FS.ErrnoError(ERRNO_CODES[e.code]);
+            throw new FS.ErrnoError(-e.errno);
           }
           // node.js v0.10.20 doesn't report blksize and blocks on Windows. Fake them with default blksize of 4096.
           // See http://support.microsoft.com/kb/140365
@@ -3052,7 +3041,7 @@
             blksize: stat.blksize,
             blocks: stat.blocks
           };
-        },setattr:function (node, attr) {
+        },setattr:function(node, attr) {
           var path = NODEFS.realPath(node);
           try {
             if (attr.mode !== undefined) {
@@ -3069,7 +3058,7 @@
             }
           } catch (e) {
             if (!e.code) throw e;
-            throw new FS.ErrnoError(ERRNO_CODES[e.code]);
+            throw new FS.ErrnoError(-e.errno);
           }
         },lookup:function (parent, name) {
           var path = PATH.join2(NODEFS.realPath(parent), name);
@@ -3087,7 +3076,7 @@
             }
           } catch (e) {
             if (!e.code) throw e;
-            throw new FS.ErrnoError(ERRNO_CODES[e.code]);
+            throw new FS.ErrnoError(-e.errno);
           }
           return node;
         },rename:function (oldNode, newDir, newName) {
@@ -3097,41 +3086,41 @@
             fs.renameSync(oldPath, newPath);
           } catch (e) {
             if (!e.code) throw e;
-            throw new FS.ErrnoError(ERRNO_CODES[e.code]);
+            throw new FS.ErrnoError(-e.errno);
           }
-        },unlink:function (parent, name) {
+        },unlink:function(parent, name) {
           var path = PATH.join2(NODEFS.realPath(parent), name);
           try {
             fs.unlinkSync(path);
           } catch (e) {
             if (!e.code) throw e;
-            throw new FS.ErrnoError(ERRNO_CODES[e.code]);
+            throw new FS.ErrnoError(-e.errno);
           }
-        },rmdir:function (parent, name) {
+        },rmdir:function(parent, name) {
           var path = PATH.join2(NODEFS.realPath(parent), name);
           try {
             fs.rmdirSync(path);
           } catch (e) {
             if (!e.code) throw e;
-            throw new FS.ErrnoError(ERRNO_CODES[e.code]);
+            throw new FS.ErrnoError(-e.errno);
           }
-        },readdir:function (node) {
+        },readdir:function(node) {
           var path = NODEFS.realPath(node);
           try {
             return fs.readdirSync(path);
           } catch (e) {
             if (!e.code) throw e;
-            throw new FS.ErrnoError(ERRNO_CODES[e.code]);
+            throw new FS.ErrnoError(-e.errno);
           }
-        },symlink:function (parent, newName, oldPath) {
+        },symlink:function(parent, newName, oldPath) {
           var newPath = PATH.join2(NODEFS.realPath(parent), newName);
           try {
             fs.symlinkSync(oldPath, newPath);
           } catch (e) {
             if (!e.code) throw e;
-            throw new FS.ErrnoError(ERRNO_CODES[e.code]);
+            throw new FS.ErrnoError(-e.errno);
           }
-        },readlink:function (node) {
+        },readlink:function(node) {
           var path = NODEFS.realPath(node);
           try {
             path = fs.readlinkSync(path);
@@ -3139,7 +3128,7 @@
             return path;
           } catch (e) {
             if (!e.code) throw e;
-            throw new FS.ErrnoError(ERRNO_CODES[e.code]);
+            throw new FS.ErrnoError(-e.errno);
           }
         }},stream_ops:{open:function (stream) {
           var path = NODEFS.realPath(stream.node);
@@ -3149,7 +3138,7 @@
             }
           } catch (e) {
             if (!e.code) throw e;
-            throw new FS.ErrnoError(ERRNO_CODES[e.code]);
+            throw new FS.ErrnoError(-e.errno);
           }
         },close:function (stream) {
           try {
@@ -3158,7 +3147,7 @@
             }
           } catch (e) {
             if (!e.code) throw e;
-            throw new FS.ErrnoError(ERRNO_CODES[e.code]);
+            throw new FS.ErrnoError(-e.errno);
           }
         },read:function (stream, buffer, offset, length, position) {
           // Node.js < 6 compatibility: node errors on 0 length reads
@@ -3166,13 +3155,13 @@
           try {
             return fs.readSync(stream.nfd, NODEFS.bufferFrom(buffer.buffer), offset, length, position);
           } catch (e) {
-            throw new FS.ErrnoError(ERRNO_CODES[e.code]);
+            throw new FS.ErrnoError(-e.errno);
           }
         },write:function (stream, buffer, offset, length, position) {
           try {
             return fs.writeSync(stream.nfd, NODEFS.bufferFrom(buffer.buffer), offset, length, position);
           } catch (e) {
-            throw new FS.ErrnoError(ERRNO_CODES[e.code]);
+            throw new FS.ErrnoError(-e.errno);
           }
         },llseek:function (stream, offset, whence) {
           var position = offset;
@@ -3184,13 +3173,13 @@
                 var stat = fs.fstatSync(stream.nfd);
                 position += stat.size;
               } catch (e) {
-                throw new FS.ErrnoError(ERRNO_CODES[e.code]);
+                throw new FS.ErrnoError(-e.errno);
               }
             }
           }
   
           if (position < 0) {
-            throw new FS.ErrnoError(ERRNO_CODES.EINVAL);
+            throw new FS.ErrnoError(22);
           }
   
           return position;
@@ -3257,7 +3246,7 @@
           parent.contents[name] = node;
         }
         return node;
-      },node_ops:{getattr:function (node) {
+      },node_ops:{getattr:function(node) {
           return {
             dev: 1,
             ino: undefined,
@@ -3273,24 +3262,24 @@
             blksize: 4096,
             blocks: Math.ceil(node.size / 4096),
           };
-        },setattr:function (node, attr) {
+        },setattr:function(node, attr) {
           if (attr.mode !== undefined) {
             node.mode = attr.mode;
           }
           if (attr.timestamp !== undefined) {
             node.timestamp = attr.timestamp;
           }
-        },lookup:function (parent, name) {
-          throw new FS.ErrnoError(ERRNO_CODES.ENOENT);
+        },lookup:function(parent, name) {
+          throw new FS.ErrnoError(2);
         },mknod:function (parent, name, mode, dev) {
-          throw new FS.ErrnoError(ERRNO_CODES.EPERM);
+          throw new FS.ErrnoError(1);
         },rename:function (oldNode, newDir, newName) {
-          throw new FS.ErrnoError(ERRNO_CODES.EPERM);
-        },unlink:function (parent, name) {
-          throw new FS.ErrnoError(ERRNO_CODES.EPERM);
-        },rmdir:function (parent, name) {
-          throw new FS.ErrnoError(ERRNO_CODES.EPERM);
-        },readdir:function (node) {
+          throw new FS.ErrnoError(1);
+        },unlink:function(parent, name) {
+          throw new FS.ErrnoError(1);
+        },rmdir:function(parent, name) {
+          throw new FS.ErrnoError(1);
+        },readdir:function(node) {
           var entries = ['.', '..'];
           for (var key in node.contents) {
             if (!node.contents.hasOwnProperty(key)) {
@@ -3299,10 +3288,10 @@
             entries.push(key);
           }
           return entries;
-        },symlink:function (parent, newName, oldPath) {
-          throw new FS.ErrnoError(ERRNO_CODES.EPERM);
-        },readlink:function (node) {
-          throw new FS.ErrnoError(ERRNO_CODES.EPERM);
+        },symlink:function(parent, newName, oldPath) {
+          throw new FS.ErrnoError(1);
+        },readlink:function(node) {
+          throw new FS.ErrnoError(1);
         }},stream_ops:{read:function (stream, buffer, offset, length, position) {
           if (position >= stream.node.size) return 0;
           var chunk = stream.node.contents.slice(position, position + length);
@@ -3310,7 +3299,7 @@
           buffer.set(new Uint8Array(ab), offset);
           return chunk.size;
         },write:function (stream, buffer, offset, length, position) {
-          throw new FS.ErrnoError(ERRNO_CODES.EIO);
+          throw new FS.ErrnoError(5);
         },llseek:function (stream, offset, whence) {
           var position = offset;
           if (whence === 1) {  // SEEK_CUR.
@@ -3321,20 +3310,18 @@
             }
           }
           if (position < 0) {
-            throw new FS.ErrnoError(ERRNO_CODES.EINVAL);
+            throw new FS.ErrnoError(22);
           }
           return position;
         }}};
   
-  var _stdin=STATICTOP; STATICTOP += 16;;
+  var ERRNO_MESSAGES={0:"Success",1:"Not super-user",2:"No such file or directory",3:"No such process",4:"Interrupted system call",5:"I/O error",6:"No such device or address",7:"Arg list too long",8:"Exec format error",9:"Bad file number",10:"No children",11:"No more processes",12:"Not enough core",13:"Permission denied",14:"Bad address",15:"Block device required",16:"Mount device busy",17:"File exists",18:"Cross-device link",19:"No such device",20:"Not a directory",21:"Is a directory",22:"Invalid argument",23:"Too many open files in system",24:"Too many open files",25:"Not a typewriter",26:"Text file busy",27:"File too large",28:"No space left on device",29:"Illegal seek",30:"Read only file system",31:"Too many links",32:"Broken pipe",33:"Math arg out of domain of func",34:"Math result not representable",35:"File locking deadlock error",36:"File or path name too long",37:"No record locks available",38:"Function not implemented",39:"Directory not empty",40:"Too many symbolic links",42:"No message of desired type",43:"Identifier removed",44:"Channel number out of range",45:"Level 2 not synchronized",46:"Level 3 halted",47:"Level 3 reset",48:"Link number out of range",49:"Protocol driver not attached",50:"No CSI structure available",51:"Level 2 halted",52:"Invalid exchange",53:"Invalid request descriptor",54:"Exchange full",55:"No anode",56:"Invalid request code",57:"Invalid slot",59:"Bad font file fmt",60:"Device not a stream",61:"No data (for no delay io)",62:"Timer expired",63:"Out of streams resources",64:"Machine is not on the network",65:"Package not installed",66:"The object is remote",67:"The link has been severed",68:"Advertise error",69:"Srmount error",70:"Communication error on send",71:"Protocol error",72:"Multihop attempted",73:"Cross mount point (not really error)",74:"Trying to read unreadable message",75:"Value too large for defined data type",76:"Given log. name not unique",77:"f.d. invalid for this operation",78:"Remote address changed",79:"Can   access a needed shared lib",80:"Accessing a corrupted shared lib",81:".lib section in a.out corrupted",82:"Attempting to link in too many libs",83:"Attempting to exec a shared library",84:"Illegal byte sequence",86:"Streams pipe error",87:"Too many users",88:"Socket operation on non-socket",89:"Destination address required",90:"Message too long",91:"Protocol wrong type for socket",92:"Protocol not available",93:"Unknown protocol",94:"Socket type not supported",95:"Not supported",96:"Protocol family not supported",97:"Address family not supported by protocol family",98:"Address already in use",99:"Address not available",100:"Network interface is not configured",101:"Network is unreachable",102:"Connection reset by network",103:"Connection aborted",104:"Connection reset by peer",105:"No buffer space available",106:"Socket is already connected",107:"Socket is not connected",108:"Can't send after socket shutdown",109:"Too many references",110:"Connection timed out",111:"Connection refused",112:"Host is down",113:"Host is unreachable",114:"Socket already connected",115:"Connection already in progress",116:"Stale file handle",122:"Quota exceeded",123:"No medium (in tape drive)",125:"Operation canceled",130:"Previous owner died",131:"State not recoverable"};
   
-  var _stdout=STATICTOP; STATICTOP += 16;;
-  
-  var _stderr=STATICTOP; STATICTOP += 16;;var FS={root:null,mounts:[],devices:{},streams:[],nextInode:1,nameTable:null,currentPath:"/",initialized:false,ignorePermissions:true,trackingDelegate:{},tracking:{openFlags:{READ:1,WRITE:2}},ErrnoError:null,genericErrors:{},filesystems:null,syncFSRequests:0,handleFSError:function (e) {
+  var ERRNO_CODES={EPERM:1,ENOENT:2,ESRCH:3,EINTR:4,EIO:5,ENXIO:6,E2BIG:7,ENOEXEC:8,EBADF:9,ECHILD:10,EAGAIN:11,EWOULDBLOCK:11,ENOMEM:12,EACCES:13,EFAULT:14,ENOTBLK:15,EBUSY:16,EEXIST:17,EXDEV:18,ENODEV:19,ENOTDIR:20,EISDIR:21,EINVAL:22,ENFILE:23,EMFILE:24,ENOTTY:25,ETXTBSY:26,EFBIG:27,ENOSPC:28,ESPIPE:29,EROFS:30,EMLINK:31,EPIPE:32,EDOM:33,ERANGE:34,ENOMSG:42,EIDRM:43,ECHRNG:44,EL2NSYNC:45,EL3HLT:46,EL3RST:47,ELNRNG:48,EUNATCH:49,ENOCSI:50,EL2HLT:51,EDEADLK:35,ENOLCK:37,EBADE:52,EBADR:53,EXFULL:54,ENOANO:55,EBADRQC:56,EBADSLT:57,EDEADLOCK:35,EBFONT:59,ENOSTR:60,ENODATA:61,ETIME:62,ENOSR:63,ENONET:64,ENOPKG:65,EREMOTE:66,ENOLINK:67,EADV:68,ESRMNT:69,ECOMM:70,EPROTO:71,EMULTIHOP:72,EDOTDOT:73,EBADMSG:74,ENOTUNIQ:76,EBADFD:77,EREMCHG:78,ELIBACC:79,ELIBBAD:80,ELIBSCN:81,ELIBMAX:82,ELIBEXEC:83,ENOSYS:38,ENOTEMPTY:39,ENAMETOOLONG:36,ELOOP:40,EOPNOTSUPP:95,EPFNOSUPPORT:96,ECONNRESET:104,ENOBUFS:105,EAFNOSUPPORT:97,EPROTOTYPE:91,ENOTSOCK:88,ENOPROTOOPT:92,ESHUTDOWN:108,ECONNREFUSED:111,EADDRINUSE:98,ECONNABORTED:103,ENETUNREACH:101,ENETDOWN:100,ETIMEDOUT:110,EHOSTDOWN:112,EHOSTUNREACH:113,EINPROGRESS:115,EALREADY:114,EDESTADDRREQ:89,EMSGSIZE:90,EPROTONOSUPPORT:93,ESOCKTNOSUPPORT:94,EADDRNOTAVAIL:99,ENETRESET:102,EISCONN:106,ENOTCONN:107,ETOOMANYREFS:109,EUSERS:87,EDQUOT:122,ESTALE:116,ENOTSUP:95,ENOMEDIUM:123,EILSEQ:84,EOVERFLOW:75,ECANCELED:125,ENOTRECOVERABLE:131,EOWNERDEAD:130,ESTRPIPE:86};var FS={root:null,mounts:[],devices:{},streams:[],nextInode:1,nameTable:null,currentPath:"/",initialized:false,ignorePermissions:true,trackingDelegate:{},tracking:{openFlags:{READ:1,WRITE:2}},ErrnoError:null,genericErrors:{},filesystems:null,syncFSRequests:0,handleFSError:function(e) {
         if (!(e instanceof FS.ErrnoError)) throw e + ' : ' + stackTrace();
         return ___setErrNo(e.errno);
-      },lookupPath:function (path, opts) {
-        path = PATH.resolve(FS.cwd(), path);
+      },lookupPath:function(path, opts) {
+        path = PATH_FS.resolve(FS.cwd(), path);
         opts = opts || {};
   
         if (!path) return { path: '', node: null };
@@ -3350,7 +3337,7 @@
         }
   
         if (opts.recurse_count > 8) {  // max recursive lookup of 8
-          throw new FS.ErrnoError(ERRNO_CODES.ELOOP);
+          throw new FS.ErrnoError(40);
         }
   
         // split the path
@@ -3385,20 +3372,20 @@
             var count = 0;
             while (FS.isLink(current.mode)) {
               var link = FS.readlink(current_path);
-              current_path = PATH.resolve(PATH.dirname(current_path), link);
+              current_path = PATH_FS.resolve(PATH.dirname(current_path), link);
   
               var lookup = FS.lookupPath(current_path, { recurse_count: opts.recurse_count });
               current = lookup.node;
   
               if (count++ > 40) {  // limit max consecutive symlinks to 40 (SYMLOOP_MAX).
-                throw new FS.ErrnoError(ERRNO_CODES.ELOOP);
+                throw new FS.ErrnoError(40);
               }
             }
           }
         }
   
         return { path: current_path, node: current };
-      },getPath:function (node) {
+      },getPath:function(node) {
         var path;
         while (true) {
           if (FS.isRoot(node)) {
@@ -3409,7 +3396,7 @@
           path = path ? node.name + '/' + path : node.name;
           node = node.parent;
         }
-      },hashName:function (parentid, name) {
+      },hashName:function(parentid, name) {
         var hash = 0;
   
   
@@ -3417,11 +3404,11 @@
           hash = ((hash << 5) - hash + name.charCodeAt(i)) | 0;
         }
         return ((parentid + hash) >>> 0) % FS.nameTable.length;
-      },hashAddNode:function (node) {
+      },hashAddNode:function(node) {
         var hash = FS.hashName(node.parent.id, node.name);
         node.name_next = FS.nameTable[hash];
         FS.nameTable[hash] = node;
-      },hashRemoveNode:function (node) {
+      },hashRemoveNode:function(node) {
         var hash = FS.hashName(node.parent.id, node.name);
         if (FS.nameTable[hash] === node) {
           FS.nameTable[hash] = node.name_next;
@@ -3435,7 +3422,7 @@
             current = current.name_next;
           }
         }
-      },lookupNode:function (parent, name) {
+      },lookupNode:function(parent, name) {
         var err = FS.mayLookup(parent);
         if (err) {
           throw new FS.ErrnoError(err, parent);
@@ -3449,7 +3436,7 @@
         }
         // if we failed to find it in the cache, call into the VFS
         return FS.lookup(parent, name);
-      },createNode:function (parent, name, mode, rdev) {
+      },createNode:function(parent, name, mode, rdev) {
         if (!FS.FSNode) {
           FS.FSNode = function(parent, name, mode, rdev) {
             if (!parent) {
@@ -3497,64 +3484,64 @@
         FS.hashAddNode(node);
   
         return node;
-      },destroyNode:function (node) {
+      },destroyNode:function(node) {
         FS.hashRemoveNode(node);
-      },isRoot:function (node) {
+      },isRoot:function(node) {
         return node === node.parent;
-      },isMountpoint:function (node) {
+      },isMountpoint:function(node) {
         return !!node.mounted;
-      },isFile:function (mode) {
+      },isFile:function(mode) {
         return (mode & 61440) === 32768;
-      },isDir:function (mode) {
+      },isDir:function(mode) {
         return (mode & 61440) === 16384;
-      },isLink:function (mode) {
+      },isLink:function(mode) {
         return (mode & 61440) === 40960;
-      },isChrdev:function (mode) {
+      },isChrdev:function(mode) {
         return (mode & 61440) === 8192;
-      },isBlkdev:function (mode) {
+      },isBlkdev:function(mode) {
         return (mode & 61440) === 24576;
-      },isFIFO:function (mode) {
+      },isFIFO:function(mode) {
         return (mode & 61440) === 4096;
-      },isSocket:function (mode) {
+      },isSocket:function(mode) {
         return (mode & 49152) === 49152;
-      },flagModes:{"r":0,"rs":1052672,"r+":2,"w":577,"wx":705,"xw":705,"w+":578,"wx+":706,"xw+":706,"a":1089,"ax":1217,"xa":1217,"a+":1090,"ax+":1218,"xa+":1218},modeStringToFlags:function (str) {
+      },flagModes:{"r":0,"rs":1052672,"r+":2,"w":577,"wx":705,"xw":705,"w+":578,"wx+":706,"xw+":706,"a":1089,"ax":1217,"xa":1217,"a+":1090,"ax+":1218,"xa+":1218},modeStringToFlags:function(str) {
         var flags = FS.flagModes[str];
         if (typeof flags === 'undefined') {
           throw new Error('Unknown file open mode: ' + str);
         }
         return flags;
-      },flagsToPermissionString:function (flag) {
+      },flagsToPermissionString:function(flag) {
         var perms = ['r', 'w', 'rw'][flag & 3];
         if ((flag & 512)) {
           perms += 'w';
         }
         return perms;
-      },nodePermissions:function (node, perms) {
+      },nodePermissions:function(node, perms) {
         if (FS.ignorePermissions) {
           return 0;
         }
         // return 0 if any user, group or owner bits are set.
         if (perms.indexOf('r') !== -1 && !(node.mode & 292)) {
-          return ERRNO_CODES.EACCES;
+          return 13;
         } else if (perms.indexOf('w') !== -1 && !(node.mode & 146)) {
-          return ERRNO_CODES.EACCES;
+          return 13;
         } else if (perms.indexOf('x') !== -1 && !(node.mode & 73)) {
-          return ERRNO_CODES.EACCES;
+          return 13;
         }
         return 0;
-      },mayLookup:function (dir) {
+      },mayLookup:function(dir) {
         var err = FS.nodePermissions(dir, 'x');
         if (err) return err;
-        if (!dir.node_ops.lookup) return ERRNO_CODES.EACCES;
+        if (!dir.node_ops.lookup) return 13;
         return 0;
-      },mayCreate:function (dir, name) {
+      },mayCreate:function(dir, name) {
         try {
           var node = FS.lookupNode(dir, name);
-          return ERRNO_CODES.EEXIST;
+          return 17;
         } catch (e) {
         }
         return FS.nodePermissions(dir, 'wx');
-      },mayDelete:function (dir, name, isdir) {
+      },mayDelete:function(dir, name, isdir) {
         var node;
         try {
           node = FS.lookupNode(dir, name);
@@ -3567,31 +3554,31 @@
         }
         if (isdir) {
           if (!FS.isDir(node.mode)) {
-            return ERRNO_CODES.ENOTDIR;
+            return 20;
           }
           if (FS.isRoot(node) || FS.getPath(node) === FS.cwd()) {
-            return ERRNO_CODES.EBUSY;
+            return 16;
           }
         } else {
           if (FS.isDir(node.mode)) {
-            return ERRNO_CODES.EISDIR;
+            return 21;
           }
         }
         return 0;
-      },mayOpen:function (node, flags) {
+      },mayOpen:function(node, flags) {
         if (!node) {
-          return ERRNO_CODES.ENOENT;
+          return 2;
         }
         if (FS.isLink(node.mode)) {
-          return ERRNO_CODES.ELOOP;
+          return 40;
         } else if (FS.isDir(node.mode)) {
           if (FS.flagsToPermissionString(flags) !== 'r' || // opening for write
               (flags & 512)) { // TODO: check for O_SEARCH? (== search for dir only)
-            return ERRNO_CODES.EISDIR;
+            return 21;
           }
         }
         return FS.nodePermissions(node, FS.flagsToPermissionString(flags));
-      },MAX_OPEN_FDS:4096,nextfd:function (fd_start, fd_end) {
+      },MAX_OPEN_FDS:4096,nextfd:function(fd_start, fd_end) {
         fd_start = fd_start || 0;
         fd_end = fd_end || FS.MAX_OPEN_FDS;
         for (var fd = fd_start; fd <= fd_end; fd++) {
@@ -3599,10 +3586,10 @@
             return fd;
           }
         }
-        throw new FS.ErrnoError(ERRNO_CODES.EMFILE);
-      },getStream:function (fd) {
+        throw new FS.ErrnoError(24);
+      },getStream:function(fd) {
         return FS.streams[fd];
-      },createStream:function (stream, fd_start, fd_end) {
+      },createStream:function(stream, fd_start, fd_end) {
         if (!FS.FSStream) {
           FS.FSStream = function(){};
           FS.FSStream.prototype = {};
@@ -3633,9 +3620,9 @@
         stream.fd = fd;
         FS.streams[fd] = stream;
         return stream;
-      },closeStream:function (fd) {
+      },closeStream:function(fd) {
         FS.streams[fd] = null;
-      },chrdev_stream_ops:{open:function (stream) {
+      },chrdev_stream_ops:{open:function(stream) {
           var device = FS.getDevice(stream.node.rdev);
           // override node's stream ops with the device's
           stream.stream_ops = device.stream_ops;
@@ -3643,19 +3630,19 @@
           if (stream.stream_ops.open) {
             stream.stream_ops.open(stream);
           }
-        },llseek:function () {
-          throw new FS.ErrnoError(ERRNO_CODES.ESPIPE);
-        }},major:function (dev) {
+        },llseek:function() {
+          throw new FS.ErrnoError(29);
+        }},major:function(dev) {
         return ((dev) >> 8);
-      },minor:function (dev) {
+      },minor:function(dev) {
         return ((dev) & 0xff);
-      },makedev:function (ma, mi) {
+      },makedev:function(ma, mi) {
         return ((ma) << 8 | (mi));
-      },registerDevice:function (dev, ops) {
+      },registerDevice:function(dev, ops) {
         FS.devices[dev] = { stream_ops: ops };
-      },getDevice:function (dev) {
+      },getDevice:function(dev) {
         return FS.devices[dev];
-      },getMounts:function (mount) {
+      },getMounts:function(mount) {
         var mounts = [];
         var check = [mount];
   
@@ -3668,7 +3655,7 @@
         }
   
         return mounts;
-      },syncfs:function (populate, callback) {
+      },syncfs:function(populate, callback) {
         if (typeof(populate) === 'function') {
           callback = populate;
           populate = false;
@@ -3709,13 +3696,13 @@
           }
           mount.type.syncfs(mount, populate, done);
         });
-      },mount:function (type, opts, mountpoint) {
+      },mount:function(type, opts, mountpoint) {
         var root = mountpoint === '/';
         var pseudo = !mountpoint;
         var node;
   
         if (root && FS.root) {
-          throw new FS.ErrnoError(ERRNO_CODES.EBUSY);
+          throw new FS.ErrnoError(16);
         } else if (!root && !pseudo) {
           var lookup = FS.lookupPath(mountpoint, { follow_mount: false });
   
@@ -3723,11 +3710,11 @@
           node = lookup.node;
   
           if (FS.isMountpoint(node)) {
-            throw new FS.ErrnoError(ERRNO_CODES.EBUSY);
+            throw new FS.ErrnoError(16);
           }
   
           if (!FS.isDir(node.mode)) {
-            throw new FS.ErrnoError(ERRNO_CODES.ENOTDIR);
+            throw new FS.ErrnoError(20);
           }
         }
   
@@ -3760,7 +3747,7 @@
         var lookup = FS.lookupPath(mountpoint, { follow_mount: false });
   
         if (!FS.isMountpoint(lookup.node)) {
-          throw new FS.ErrnoError(ERRNO_CODES.EINVAL);
+          throw new FS.ErrnoError(22);
         }
   
         // destroy the nodes for this mount, and all its child mounts
@@ -3789,34 +3776,34 @@
         var idx = node.mount.mounts.indexOf(mount);
         assert(idx !== -1);
         node.mount.mounts.splice(idx, 1);
-      },lookup:function (parent, name) {
+      },lookup:function(parent, name) {
         return parent.node_ops.lookup(parent, name);
-      },mknod:function (path, mode, dev) {
+      },mknod:function(path, mode, dev) {
         var lookup = FS.lookupPath(path, { parent: true });
         var parent = lookup.node;
         var name = PATH.basename(path);
         if (!name || name === '.' || name === '..') {
-          throw new FS.ErrnoError(ERRNO_CODES.EINVAL);
+          throw new FS.ErrnoError(22);
         }
         var err = FS.mayCreate(parent, name);
         if (err) {
           throw new FS.ErrnoError(err);
         }
         if (!parent.node_ops.mknod) {
-          throw new FS.ErrnoError(ERRNO_CODES.EPERM);
+          throw new FS.ErrnoError(1);
         }
         return parent.node_ops.mknod(parent, name, mode, dev);
-      },create:function (path, mode) {
+      },create:function(path, mode) {
         mode = mode !== undefined ? mode : 438 /* 0666 */;
         mode &= 4095;
         mode |= 32768;
         return FS.mknod(path, mode, 0);
-      },mkdir:function (path, mode) {
+      },mkdir:function(path, mode) {
         mode = mode !== undefined ? mode : 511 /* 0777 */;
         mode &= 511 | 512;
         mode |= 16384;
         return FS.mknod(path, mode, 0);
-      },mkdirTree:function (path, mode) {
+      },mkdirTree:function(path, mode) {
         var dirs = path.split('/');
         var d = '';
         for (var i = 0; i < dirs.length; ++i) {
@@ -3825,24 +3812,24 @@
           try {
             FS.mkdir(d, mode);
           } catch(e) {
-            if (e.errno != ERRNO_CODES.EEXIST) throw e;
+            if (e.errno != 17) throw e;
           }
         }
-      },mkdev:function (path, mode, dev) {
+      },mkdev:function(path, mode, dev) {
         if (typeof(dev) === 'undefined') {
           dev = mode;
           mode = 438 /* 0666 */;
         }
         mode |= 8192;
         return FS.mknod(path, mode, dev);
-      },symlink:function (oldpath, newpath) {
-        if (!PATH.resolve(oldpath)) {
-          throw new FS.ErrnoError(ERRNO_CODES.ENOENT);
+      },symlink:function(oldpath, newpath) {
+        if (!PATH_FS.resolve(oldpath)) {
+          throw new FS.ErrnoError(2);
         }
         var lookup = FS.lookupPath(newpath, { parent: true });
         var parent = lookup.node;
         if (!parent) {
-          throw new FS.ErrnoError(ERRNO_CODES.ENOENT);
+          throw new FS.ErrnoError(2);
         }
         var newname = PATH.basename(newpath);
         var err = FS.mayCreate(parent, newname);
@@ -3850,10 +3837,10 @@
           throw new FS.ErrnoError(err);
         }
         if (!parent.node_ops.symlink) {
-          throw new FS.ErrnoError(ERRNO_CODES.EPERM);
+          throw new FS.ErrnoError(1);
         }
         return parent.node_ops.symlink(parent, newname, oldpath);
-      },rename:function (old_path, new_path) {
+      },rename:function(old_path, new_path) {
         var old_dirname = PATH.dirname(old_path);
         var new_dirname = PATH.dirname(new_path);
         var old_name = PATH.basename(old_path);
@@ -3866,24 +3853,24 @@
           lookup = FS.lookupPath(new_path, { parent: true });
           new_dir = lookup.node;
         } catch (e) {
-          throw new FS.ErrnoError(ERRNO_CODES.EBUSY);
+          throw new FS.ErrnoError(16);
         }
-        if (!old_dir || !new_dir) throw new FS.ErrnoError(ERRNO_CODES.ENOENT);
+        if (!old_dir || !new_dir) throw new FS.ErrnoError(2);
         // need to be part of the same mount
         if (old_dir.mount !== new_dir.mount) {
-          throw new FS.ErrnoError(ERRNO_CODES.EXDEV);
+          throw new FS.ErrnoError(18);
         }
         // source must exist
         var old_node = FS.lookupNode(old_dir, old_name);
         // old path should not be an ancestor of the new path
-        var relative = PATH.relative(old_path, new_dirname);
+        var relative = PATH_FS.relative(old_path, new_dirname);
         if (relative.charAt(0) !== '.') {
-          throw new FS.ErrnoError(ERRNO_CODES.EINVAL);
+          throw new FS.ErrnoError(22);
         }
         // new path should not be an ancestor of the old path
-        relative = PATH.relative(new_path, old_dirname);
+        relative = PATH_FS.relative(new_path, old_dirname);
         if (relative.charAt(0) !== '.') {
-          throw new FS.ErrnoError(ERRNO_CODES.ENOTEMPTY);
+          throw new FS.ErrnoError(39);
         }
         // see if the new path already exists
         var new_node;
@@ -3911,10 +3898,10 @@
           throw new FS.ErrnoError(err);
         }
         if (!old_dir.node_ops.rename) {
-          throw new FS.ErrnoError(ERRNO_CODES.EPERM);
+          throw new FS.ErrnoError(1);
         }
         if (FS.isMountpoint(old_node) || (new_node && FS.isMountpoint(new_node))) {
-          throw new FS.ErrnoError(ERRNO_CODES.EBUSY);
+          throw new FS.ErrnoError(16);
         }
         // if we are going to change the parent, check write permissions
         if (new_dir !== old_dir) {
@@ -3947,7 +3934,7 @@
         } catch(e) {
           console.log("FS.trackingDelegate['onMovePath']('"+old_path+"', '"+new_path+"') threw an exception: " + e.message);
         }
-      },rmdir:function (path) {
+      },rmdir:function(path) {
         var lookup = FS.lookupPath(path, { parent: true });
         var parent = lookup.node;
         var name = PATH.basename(path);
@@ -3957,10 +3944,10 @@
           throw new FS.ErrnoError(err);
         }
         if (!parent.node_ops.rmdir) {
-          throw new FS.ErrnoError(ERRNO_CODES.EPERM);
+          throw new FS.ErrnoError(1);
         }
         if (FS.isMountpoint(node)) {
-          throw new FS.ErrnoError(ERRNO_CODES.EBUSY);
+          throw new FS.ErrnoError(16);
         }
         try {
           if (FS.trackingDelegate['willDeletePath']) {
@@ -3976,14 +3963,14 @@
         } catch(e) {
           console.log("FS.trackingDelegate['onDeletePath']('"+path+"') threw an exception: " + e.message);
         }
-      },readdir:function (path) {
+      },readdir:function(path) {
         var lookup = FS.lookupPath(path, { follow: true });
         var node = lookup.node;
         if (!node.node_ops.readdir) {
-          throw new FS.ErrnoError(ERRNO_CODES.ENOTDIR);
+          throw new FS.ErrnoError(20);
         }
         return node.node_ops.readdir(node);
-      },unlink:function (path) {
+      },unlink:function(path) {
         var lookup = FS.lookupPath(path, { parent: true });
         var parent = lookup.node;
         var name = PATH.basename(path);
@@ -3996,10 +3983,10 @@
           throw new FS.ErrnoError(err);
         }
         if (!parent.node_ops.unlink) {
-          throw new FS.ErrnoError(ERRNO_CODES.EPERM);
+          throw new FS.ErrnoError(1);
         }
         if (FS.isMountpoint(node)) {
-          throw new FS.ErrnoError(ERRNO_CODES.EBUSY);
+          throw new FS.ErrnoError(16);
         }
         try {
           if (FS.trackingDelegate['willDeletePath']) {
@@ -4015,29 +4002,29 @@
         } catch(e) {
           console.log("FS.trackingDelegate['onDeletePath']('"+path+"') threw an exception: " + e.message);
         }
-      },readlink:function (path) {
+      },readlink:function(path) {
         var lookup = FS.lookupPath(path);
         var link = lookup.node;
         if (!link) {
-          throw new FS.ErrnoError(ERRNO_CODES.ENOENT);
+          throw new FS.ErrnoError(2);
         }
         if (!link.node_ops.readlink) {
-          throw new FS.ErrnoError(ERRNO_CODES.EINVAL);
+          throw new FS.ErrnoError(22);
         }
-        return PATH.resolve(FS.getPath(link.parent), link.node_ops.readlink(link));
-      },stat:function (path, dontFollow) {
+        return PATH_FS.resolve(FS.getPath(link.parent), link.node_ops.readlink(link));
+      },stat:function(path, dontFollow) {
         var lookup = FS.lookupPath(path, { follow: !dontFollow });
         var node = lookup.node;
         if (!node) {
-          throw new FS.ErrnoError(ERRNO_CODES.ENOENT);
+          throw new FS.ErrnoError(2);
         }
         if (!node.node_ops.getattr) {
-          throw new FS.ErrnoError(ERRNO_CODES.EPERM);
+          throw new FS.ErrnoError(1);
         }
         return node.node_ops.getattr(node);
-      },lstat:function (path) {
+      },lstat:function(path) {
         return FS.stat(path, true);
-      },chmod:function (path, mode, dontFollow) {
+      },chmod:function(path, mode, dontFollow) {
         var node;
         if (typeof path === 'string') {
           var lookup = FS.lookupPath(path, { follow: !dontFollow });
@@ -4046,21 +4033,21 @@
           node = path;
         }
         if (!node.node_ops.setattr) {
-          throw new FS.ErrnoError(ERRNO_CODES.EPERM);
+          throw new FS.ErrnoError(1);
         }
         node.node_ops.setattr(node, {
           mode: (mode & 4095) | (node.mode & ~4095),
           timestamp: Date.now()
         });
-      },lchmod:function (path, mode) {
+      },lchmod:function(path, mode) {
         FS.chmod(path, mode, true);
-      },fchmod:function (fd, mode) {
+      },fchmod:function(fd, mode) {
         var stream = FS.getStream(fd);
         if (!stream) {
-          throw new FS.ErrnoError(ERRNO_CODES.EBADF);
+          throw new FS.ErrnoError(9);
         }
         FS.chmod(stream.node, mode);
-      },chown:function (path, uid, gid, dontFollow) {
+      },chown:function(path, uid, gid, dontFollow) {
         var node;
         if (typeof path === 'string') {
           var lookup = FS.lookupPath(path, { follow: !dontFollow });
@@ -4069,23 +4056,23 @@
           node = path;
         }
         if (!node.node_ops.setattr) {
-          throw new FS.ErrnoError(ERRNO_CODES.EPERM);
+          throw new FS.ErrnoError(1);
         }
         node.node_ops.setattr(node, {
           timestamp: Date.now()
           // we ignore the uid / gid for now
         });
-      },lchown:function (path, uid, gid) {
+      },lchown:function(path, uid, gid) {
         FS.chown(path, uid, gid, true);
-      },fchown:function (fd, uid, gid) {
+      },fchown:function(fd, uid, gid) {
         var stream = FS.getStream(fd);
         if (!stream) {
-          throw new FS.ErrnoError(ERRNO_CODES.EBADF);
+          throw new FS.ErrnoError(9);
         }
         FS.chown(stream.node, uid, gid);
-      },truncate:function (path, len) {
+      },truncate:function(path, len) {
         if (len < 0) {
-          throw new FS.ErrnoError(ERRNO_CODES.EINVAL);
+          throw new FS.ErrnoError(22);
         }
         var node;
         if (typeof path === 'string') {
@@ -4095,13 +4082,13 @@
           node = path;
         }
         if (!node.node_ops.setattr) {
-          throw new FS.ErrnoError(ERRNO_CODES.EPERM);
+          throw new FS.ErrnoError(1);
         }
         if (FS.isDir(node.mode)) {
-          throw new FS.ErrnoError(ERRNO_CODES.EISDIR);
+          throw new FS.ErrnoError(21);
         }
         if (!FS.isFile(node.mode)) {
-          throw new FS.ErrnoError(ERRNO_CODES.EINVAL);
+          throw new FS.ErrnoError(22);
         }
         var err = FS.nodePermissions(node, 'w');
         if (err) {
@@ -4111,24 +4098,24 @@
           size: len,
           timestamp: Date.now()
         });
-      },ftruncate:function (fd, len) {
+      },ftruncate:function(fd, len) {
         var stream = FS.getStream(fd);
         if (!stream) {
-          throw new FS.ErrnoError(ERRNO_CODES.EBADF);
+          throw new FS.ErrnoError(9);
         }
         if ((stream.flags & 2097155) === 0) {
-          throw new FS.ErrnoError(ERRNO_CODES.EINVAL);
+          throw new FS.ErrnoError(22);
         }
         FS.truncate(stream.node, len);
-      },utime:function (path, atime, mtime) {
+      },utime:function(path, atime, mtime) {
         var lookup = FS.lookupPath(path, { follow: true });
         var node = lookup.node;
         node.node_ops.setattr(node, {
           timestamp: Math.max(atime, mtime)
         });
-      },open:function (path, flags, mode, fd_start, fd_end) {
+      },open:function(path, flags, mode, fd_start, fd_end) {
         if (path === "") {
-          throw new FS.ErrnoError(ERRNO_CODES.ENOENT);
+          throw new FS.ErrnoError(2);
         }
         flags = typeof flags === 'string' ? FS.modeStringToFlags(flags) : flags;
         mode = typeof mode === 'undefined' ? 438 /* 0666 */ : mode;
@@ -4157,7 +4144,7 @@
           if (node) {
             // if O_CREAT and O_EXCL are set, error out if the node already exists
             if ((flags & 128)) {
-              throw new FS.ErrnoError(ERRNO_CODES.EEXIST);
+              throw new FS.ErrnoError(17);
             }
           } else {
             // node doesn't exist, try to create it
@@ -4166,7 +4153,7 @@
           }
         }
         if (!node) {
-          throw new FS.ErrnoError(ERRNO_CODES.ENOENT);
+          throw new FS.ErrnoError(2);
         }
         // can't truncate a device
         if (FS.isChrdev(node.mode)) {
@@ -4174,7 +4161,7 @@
         }
         // if asked only for a directory, then this must be one
         if ((flags & 65536) && !FS.isDir(node.mode)) {
-          throw new FS.ErrnoError(ERRNO_CODES.ENOTDIR);
+          throw new FS.ErrnoError(20);
         }
         // check permissions, if this is not a file we just created now (it is ok to
         // create and write to a file with read-only permissions; it is read-only
@@ -4230,9 +4217,9 @@
           console.log("FS.trackingDelegate['onOpenFile']('"+path+"', flags) threw an exception: " + e.message);
         }
         return stream;
-      },close:function (stream) {
+      },close:function(stream) {
         if (FS.isClosed(stream)) {
-          throw new FS.ErrnoError(ERRNO_CODES.EBADF);
+          throw new FS.ErrnoError(9);
         }
         if (stream.getdents) stream.getdents = null; // free readdir state
         try {
@@ -4245,58 +4232,61 @@
           FS.closeStream(stream.fd);
         }
         stream.fd = null;
-      },isClosed:function (stream) {
+      },isClosed:function(stream) {
         return stream.fd === null;
-      },llseek:function (stream, offset, whence) {
+      },llseek:function(stream, offset, whence) {
         if (FS.isClosed(stream)) {
-          throw new FS.ErrnoError(ERRNO_CODES.EBADF);
+          throw new FS.ErrnoError(9);
         }
         if (!stream.seekable || !stream.stream_ops.llseek) {
-          throw new FS.ErrnoError(ERRNO_CODES.ESPIPE);
+          throw new FS.ErrnoError(29);
+        }
+        if (whence != 0 /* SEEK_SET */ && whence != 1 /* SEEK_CUR */ && whence != 2 /* SEEK_END */) {
+          throw new FS.ErrnoError(22);
         }
         stream.position = stream.stream_ops.llseek(stream, offset, whence);
         stream.ungotten = [];
         return stream.position;
-      },read:function (stream, buffer, offset, length, position) {
+      },read:function(stream, buffer, offset, length, position) {
         if (length < 0 || position < 0) {
-          throw new FS.ErrnoError(ERRNO_CODES.EINVAL);
+          throw new FS.ErrnoError(22);
         }
         if (FS.isClosed(stream)) {
-          throw new FS.ErrnoError(ERRNO_CODES.EBADF);
+          throw new FS.ErrnoError(9);
         }
         if ((stream.flags & 2097155) === 1) {
-          throw new FS.ErrnoError(ERRNO_CODES.EBADF);
+          throw new FS.ErrnoError(9);
         }
         if (FS.isDir(stream.node.mode)) {
-          throw new FS.ErrnoError(ERRNO_CODES.EISDIR);
+          throw new FS.ErrnoError(21);
         }
         if (!stream.stream_ops.read) {
-          throw new FS.ErrnoError(ERRNO_CODES.EINVAL);
+          throw new FS.ErrnoError(22);
         }
         var seeking = typeof position !== 'undefined';
         if (!seeking) {
           position = stream.position;
         } else if (!stream.seekable) {
-          throw new FS.ErrnoError(ERRNO_CODES.ESPIPE);
+          throw new FS.ErrnoError(29);
         }
         var bytesRead = stream.stream_ops.read(stream, buffer, offset, length, position);
         if (!seeking) stream.position += bytesRead;
         return bytesRead;
-      },write:function (stream, buffer, offset, length, position, canOwn) {
+      },write:function(stream, buffer, offset, length, position, canOwn) {
         if (length < 0 || position < 0) {
-          throw new FS.ErrnoError(ERRNO_CODES.EINVAL);
+          throw new FS.ErrnoError(22);
         }
         if (FS.isClosed(stream)) {
-          throw new FS.ErrnoError(ERRNO_CODES.EBADF);
+          throw new FS.ErrnoError(9);
         }
         if ((stream.flags & 2097155) === 0) {
-          throw new FS.ErrnoError(ERRNO_CODES.EBADF);
+          throw new FS.ErrnoError(9);
         }
         if (FS.isDir(stream.node.mode)) {
-          throw new FS.ErrnoError(ERRNO_CODES.EISDIR);
+          throw new FS.ErrnoError(21);
         }
         if (!stream.stream_ops.write) {
-          throw new FS.ErrnoError(ERRNO_CODES.EINVAL);
+          throw new FS.ErrnoError(22);
         }
         if (stream.flags & 1024) {
           // seek to the end before writing in append mode
@@ -4306,55 +4296,65 @@
         if (!seeking) {
           position = stream.position;
         } else if (!stream.seekable) {
-          throw new FS.ErrnoError(ERRNO_CODES.ESPIPE);
+          throw new FS.ErrnoError(29);
         }
         var bytesWritten = stream.stream_ops.write(stream, buffer, offset, length, position, canOwn);
         if (!seeking) stream.position += bytesWritten;
         try {
           if (stream.path && FS.trackingDelegate['onWriteToFile']) FS.trackingDelegate['onWriteToFile'](stream.path);
         } catch(e) {
-          console.log("FS.trackingDelegate['onWriteToFile']('"+path+"') threw an exception: " + e.message);
+          console.log("FS.trackingDelegate['onWriteToFile']('"+stream.path+"') threw an exception: " + e.message);
         }
         return bytesWritten;
-      },allocate:function (stream, offset, length) {
+      },allocate:function(stream, offset, length) {
         if (FS.isClosed(stream)) {
-          throw new FS.ErrnoError(ERRNO_CODES.EBADF);
+          throw new FS.ErrnoError(9);
         }
         if (offset < 0 || length <= 0) {
-          throw new FS.ErrnoError(ERRNO_CODES.EINVAL);
+          throw new FS.ErrnoError(22);
         }
         if ((stream.flags & 2097155) === 0) {
-          throw new FS.ErrnoError(ERRNO_CODES.EBADF);
+          throw new FS.ErrnoError(9);
         }
         if (!FS.isFile(stream.node.mode) && !FS.isDir(stream.node.mode)) {
-          throw new FS.ErrnoError(ERRNO_CODES.ENODEV);
+          throw new FS.ErrnoError(19);
         }
         if (!stream.stream_ops.allocate) {
-          throw new FS.ErrnoError(ERRNO_CODES.EOPNOTSUPP);
+          throw new FS.ErrnoError(95);
         }
         stream.stream_ops.allocate(stream, offset, length);
-      },mmap:function (stream, buffer, offset, length, position, prot, flags) {
-        // TODO if PROT is PROT_WRITE, make sure we have write access
+      },mmap:function(stream, buffer, offset, length, position, prot, flags) {
+        // User requests writing to file (prot & PROT_WRITE != 0).
+        // Checking if we have permissions to write to the file unless
+        // MAP_PRIVATE flag is set. According to POSIX spec it is possible
+        // to write to file opened in read-only mode with MAP_PRIVATE flag,
+        // as all modifications will be visible only in the memory of
+        // the current process.
+        if ((prot & 2) !== 0
+            && (flags & 2) === 0
+            && (stream.flags & 2097155) !== 2) {
+          throw new FS.ErrnoError(13);
+        }
         if ((stream.flags & 2097155) === 1) {
-          throw new FS.ErrnoError(ERRNO_CODES.EACCES);
+          throw new FS.ErrnoError(13);
         }
         if (!stream.stream_ops.mmap) {
-          throw new FS.ErrnoError(ERRNO_CODES.ENODEV);
+          throw new FS.ErrnoError(19);
         }
         return stream.stream_ops.mmap(stream, buffer, offset, length, position, prot, flags);
-      },msync:function (stream, buffer, offset, length, mmapFlags) {
+      },msync:function(stream, buffer, offset, length, mmapFlags) {
         if (!stream || !stream.stream_ops.msync) {
           return 0;
         }
         return stream.stream_ops.msync(stream, buffer, offset, length, mmapFlags);
-      },munmap:function (stream) {
+      },munmap:function(stream) {
         return 0;
-      },ioctl:function (stream, cmd, arg) {
+      },ioctl:function(stream, cmd, arg) {
         if (!stream.stream_ops.ioctl) {
-          throw new FS.ErrnoError(ERRNO_CODES.ENOTTY);
+          throw new FS.ErrnoError(25);
         }
         return stream.stream_ops.ioctl(stream, cmd, arg);
-      },readFile:function (path, opts) {
+      },readFile:function(path, opts) {
         opts = opts || {};
         opts.flags = opts.flags || 'r';
         opts.encoding = opts.encoding || 'binary';
@@ -4374,7 +4374,7 @@
         }
         FS.close(stream);
         return ret;
-      },writeFile:function (path, data, opts) {
+      },writeFile:function(path, data, opts) {
         opts = opts || {};
         opts.flags = opts.flags || 'w';
         var stream = FS.open(path, opts.flags, opts.mode);
@@ -4388,26 +4388,26 @@
           throw new Error('Unsupported data type');
         }
         FS.close(stream);
-      },cwd:function () {
+      },cwd:function() {
         return FS.currentPath;
-      },chdir:function (path) {
+      },chdir:function(path) {
         var lookup = FS.lookupPath(path, { follow: true });
         if (lookup.node === null) {
-          throw new FS.ErrnoError(ERRNO_CODES.ENOENT);
+          throw new FS.ErrnoError(2);
         }
         if (!FS.isDir(lookup.node.mode)) {
-          throw new FS.ErrnoError(ERRNO_CODES.ENOTDIR);
+          throw new FS.ErrnoError(20);
         }
         var err = FS.nodePermissions(lookup.node, 'x');
         if (err) {
           throw new FS.ErrnoError(err);
         }
         FS.currentPath = lookup.path;
-      },createDefaultDirectories:function () {
+      },createDefaultDirectories:function() {
         FS.mkdir('/tmp');
         FS.mkdir('/home');
         FS.mkdir('/home/web_user');
-      },createDefaultDevices:function () {
+      },createDefaultDevices:function() {
         // create /dev
         FS.mkdir('/dev');
         // setup /dev/null
@@ -4425,16 +4425,25 @@
         FS.mkdev('/dev/tty1', FS.makedev(6, 0));
         // setup /dev/[u]random
         var random_device;
-        if (typeof crypto !== 'undefined') {
+        if (typeof crypto === 'object' && typeof crypto['getRandomValues'] === 'function') {
           // for modern web browsers
           var randomBuffer = new Uint8Array(1);
           random_device = function() { crypto.getRandomValues(randomBuffer); return randomBuffer[0]; };
-        } else if (ENVIRONMENT_IS_NODE) {
-          // for nodejs
-          random_device = function() { return require('crypto')['randomBytes'](1)[0]; };
-        } else {
-          // default for ES5 platforms
-          random_device = function() { abort("random_device"); /*Math.random() is not safe for random number generation, so this fallback random_device implementation aborts... see kripken/emscripten/pull/7096 */ };
+        } else
+        if (ENVIRONMENT_IS_NODE) {
+          // for nodejs with or without crypto support included
+          try {
+            var crypto_module = require('crypto');
+            // nodejs has crypto support
+            random_device = function() { return crypto_module['randomBytes'](1)[0]; };
+          } catch (e) {
+            // nodejs doesn't have crypto support
+          }
+        } else
+        {}
+        if (!random_device) {
+          // we couldn't find a proper implementation, as Math.random() is not suitable for /dev/random, see emscripten-core/emscripten/pull/7096
+          random_device = function() { abort("no cryptographic support found for random_device. consider polyfilling it if you want to use something insecure like Math.random(), e.g. put this in a --pre-js: var crypto = { getRandomValues: function(array) { for (var i = 0; i < array.length; i++) array[i] = (Math.random()*256)|0 } };"); };
         }
         FS.createDevice('/dev', 'random', random_device);
         FS.createDevice('/dev', 'urandom', random_device);
@@ -4442,7 +4451,7 @@
         // just create the tmp dirs that reside in it commonly
         FS.mkdir('/dev/shm');
         FS.mkdir('/dev/shm/tmp');
-      },createSpecialDirectories:function () {
+      },createSpecialDirectories:function() {
         // create /proc/self/fd which allows /proc/self/fd/6 => readlink gives the name of the stream for fd 6 (see test_unistd_ttyname)
         FS.mkdir('/proc');
         FS.mkdir('/proc/self');
@@ -4454,7 +4463,7 @@
               lookup: function(parent, name) {
                 var fd = +name;
                 var stream = FS.getStream(fd);
-                if (!stream) throw new FS.ErrnoError(ERRNO_CODES.EBADF);
+                if (!stream) throw new FS.ErrnoError(9);
                 var ret = {
                   parent: null,
                   mount: { mountpoint: 'fake' },
@@ -4467,7 +4476,7 @@
             return node;
           }
         }, {}, '/proc/self/fd');
-      },createStandardStreams:function () {
+      },createStandardStreams:function() {
         // TODO deprecate the old functionality of a single
         // input / output callback and that utilizes FS.createDevice
         // and instead require a unique set of stream ops
@@ -4494,14 +4503,12 @@
   
         // open default streams for the stdin, stdout and stderr devices
         var stdin = FS.open('/dev/stdin', 'r');
-        assert(stdin.fd === 0, 'invalid handle for stdin (' + stdin.fd + ')');
-  
         var stdout = FS.open('/dev/stdout', 'w');
-        assert(stdout.fd === 1, 'invalid handle for stdout (' + stdout.fd + ')');
-  
         var stderr = FS.open('/dev/stderr', 'w');
+        assert(stdin.fd === 0, 'invalid handle for stdin (' + stdin.fd + ')');
+        assert(stdout.fd === 1, 'invalid handle for stdout (' + stdout.fd + ')');
         assert(stderr.fd === 2, 'invalid handle for stderr (' + stderr.fd + ')');
-      },ensureErrnoError:function () {
+      },ensureErrnoError:function() {
         if (FS.ErrnoError) return;
         FS.ErrnoError = function ErrnoError(errno, node) {
           this.node = node;
@@ -4516,18 +4523,23 @@
           };
           this.setErrno(errno);
           this.message = ERRNO_MESSAGES[errno];
-          // Node.js compatibility: assigning on this.stack fails on Node 4 (but fixed on Node 8)
-          if (this.stack) Object.defineProperty(this, "stack", { value: (new Error).stack, writable: true });
-          if (this.stack) this.stack = demangleAll(this.stack);
+  
+          // Try to get a maximally helpful stack trace. On Node.js, getting Error.stack
+          // now ensures it shows what we want.
+          if (this.stack) {
+            // Define the stack property for Node.js 4, which otherwise errors on the next line.
+            Object.defineProperty(this, "stack", { value: (new Error).stack, writable: true });
+            this.stack = demangleAll(this.stack);
+          }
         };
         FS.ErrnoError.prototype = new Error();
         FS.ErrnoError.prototype.constructor = FS.ErrnoError;
         // Some errors may happen quite a bit, to avoid overhead we reuse them (and suffer a lack of stack info)
-        [ERRNO_CODES.ENOENT].forEach(function(code) {
+        [2].forEach(function(code) {
           FS.genericErrors[code] = new FS.ErrnoError(code);
           FS.genericErrors[code].stack = '<generic error, no stack>';
         });
-      },staticInit:function () {
+      },staticInit:function() {
         FS.ensureErrnoError();
   
         FS.nameTable = new Array(4096);
@@ -4544,7 +4556,7 @@
           'NODEFS': NODEFS,
           'WORKERFS': WORKERFS,
         };
-      },init:function (input, output, error) {
+      },init:function(input, output, error) {
         assert(!FS.init.initialized, 'FS.init was previously called. If you want to initialize later with custom parameters, remove any earlier calls (note that one is automatically added to the generated code)');
         FS.init.initialized = true;
   
@@ -4556,7 +4568,7 @@
         Module['stderr'] = error || Module['stderr'];
   
         FS.createStandardStreams();
-      },quit:function () {
+      },quit:function() {
         FS.init.initialized = false;
         // force-flush all streams, so we get musl std streams printed out
         var fflush = Module['_fflush'];
@@ -4569,20 +4581,20 @@
           }
           FS.close(stream);
         }
-      },getMode:function (canRead, canWrite) {
+      },getMode:function(canRead, canWrite) {
         var mode = 0;
         if (canRead) mode |= 292 | 73;
         if (canWrite) mode |= 146;
         return mode;
-      },joinPath:function (parts, forceRelative) {
+      },joinPath:function(parts, forceRelative) {
         var path = PATH.join.apply(null, parts);
         if (forceRelative && path[0] == '/') path = path.substr(1);
         return path;
-      },absolutePath:function (relative, base) {
-        return PATH.resolve(base, relative);
-      },standardizePath:function (path) {
+      },absolutePath:function(relative, base) {
+        return PATH_FS.resolve(base, relative);
+      },standardizePath:function(path) {
         return PATH.normalize(path);
-      },findObject:function (path, dontResolveLastLink) {
+      },findObject:function(path, dontResolveLastLink) {
         var ret = FS.analyzePath(path, dontResolveLastLink);
         if (ret.exists) {
           return ret.object;
@@ -4590,7 +4602,7 @@
           ___setErrNo(ret.error);
           return null;
         }
-      },analyzePath:function (path, dontResolveLastLink) {
+      },analyzePath:function(path, dontResolveLastLink) {
         // operate from within the context of the symlink's target
         try {
           var lookup = FS.lookupPath(path, { follow: !dontResolveLastLink });
@@ -4617,11 +4629,11 @@
           ret.error = e.errno;
         };
         return ret;
-      },createFolder:function (parent, name, canRead, canWrite) {
+      },createFolder:function(parent, name, canRead, canWrite) {
         var path = PATH.join2(typeof parent === 'string' ? parent : FS.getPath(parent), name);
         var mode = FS.getMode(canRead, canWrite);
         return FS.mkdir(path, mode);
-      },createPath:function (parent, path, canRead, canWrite) {
+      },createPath:function(parent, path, canRead, canWrite) {
         parent = typeof parent === 'string' ? parent : FS.getPath(parent);
         var parts = path.split('/').reverse();
         while (parts.length) {
@@ -4636,11 +4648,11 @@
           parent = current;
         }
         return current;
-      },createFile:function (parent, name, properties, canRead, canWrite) {
+      },createFile:function(parent, name, properties, canRead, canWrite) {
         var path = PATH.join2(typeof parent === 'string' ? parent : FS.getPath(parent), name);
         var mode = FS.getMode(canRead, canWrite);
         return FS.create(path, mode);
-      },createDataFile:function (parent, name, data, canRead, canWrite, canOwn) {
+      },createDataFile:function(parent, name, data, canRead, canWrite, canOwn) {
         var path = name ? PATH.join2(typeof parent === 'string' ? parent : FS.getPath(parent), name) : parent;
         var mode = FS.getMode(canRead, canWrite);
         var node = FS.create(path, mode);
@@ -4658,7 +4670,7 @@
           FS.chmod(node, mode);
         }
         return node;
-      },createDevice:function (parent, name, input, output) {
+      },createDevice:function(parent, name, input, output) {
         var path = PATH.join2(typeof parent === 'string' ? parent : FS.getPath(parent), name);
         var mode = FS.getMode(!!input, !!output);
         if (!FS.createDevice.major) FS.createDevice.major = 64;
@@ -4682,10 +4694,10 @@
               try {
                 result = input();
               } catch (e) {
-                throw new FS.ErrnoError(ERRNO_CODES.EIO);
+                throw new FS.ErrnoError(5);
               }
               if (result === undefined && bytesRead === 0) {
-                throw new FS.ErrnoError(ERRNO_CODES.EAGAIN);
+                throw new FS.ErrnoError(11);
               }
               if (result === null || result === undefined) break;
               bytesRead++;
@@ -4701,7 +4713,7 @@
               try {
                 output(buffer[offset+i]);
               } catch (e) {
-                throw new FS.ErrnoError(ERRNO_CODES.EIO);
+                throw new FS.ErrnoError(5);
               }
             }
             if (length) {
@@ -4711,20 +4723,20 @@
           }
         });
         return FS.mkdev(path, mode, dev);
-      },createLink:function (parent, name, target, canRead, canWrite) {
+      },createLink:function(parent, name, target, canRead, canWrite) {
         var path = PATH.join2(typeof parent === 'string' ? parent : FS.getPath(parent), name);
         return FS.symlink(target, path);
-      },forceLoadFile:function (obj) {
+      },forceLoadFile:function(obj) {
         if (obj.isDevice || obj.isFolder || obj.link || obj.contents) return true;
         var success = true;
         if (typeof XMLHttpRequest !== 'undefined') {
           throw new Error("Lazy loading should have been performed (contents set) in createLazyFile, but it was not. Lazy loading only works in web workers. Use --embed-file or --preload-file in emcc on the main thread.");
-        } else if (Module['read']) {
+        } else if (read_) {
           // Command-line.
           try {
             // WARNING: Can't read binary files in V8's d8 or tracemonkey's js, as
             //          read() will try to parse UTF8.
-            obj.contents = intArrayFromString(Module['read'](obj.url), true);
+            obj.contents = intArrayFromString(read_(obj.url), true);
             obj.usedBytes = obj.contents.length;
           } catch (e) {
             success = false;
@@ -4732,9 +4744,9 @@
         } else {
           throw new Error('Cannot load without read() or XMLHttpRequest.');
         }
-        if (!success) ___setErrNo(ERRNO_CODES.EIO);
+        if (!success) ___setErrNo(5);
         return success;
-      },createLazyFile:function (parent, name, url, canRead, canWrite) {
+      },createLazyFile:function(parent, name, url, canRead, canWrite) {
         // Lazy chunked Uint8Array (implements get and length from Uint8Array). Actual getting is abstracted away for eventual reuse.
         function LazyUint8Array() {
           this.lengthKnown = false;
@@ -4747,10 +4759,10 @@
           var chunkOffset = idx % this.chunkSize;
           var chunkNum = (idx / this.chunkSize)|0;
           return this.getter(chunkNum)[chunkOffset];
-        }
+        };
         LazyUint8Array.prototype.setDataGetter = function LazyUint8Array_setDataGetter(getter) {
           this.getter = getter;
-        }
+        };
         LazyUint8Array.prototype.cacheLength = function LazyUint8Array_cacheLength() {
           // Find length
           var xhr = new XMLHttpRequest();
@@ -4813,7 +4825,7 @@
           this._length = datalength;
           this._chunkSize = chunkSize;
           this.lengthKnown = true;
-        }
+        };
         if (typeof XMLHttpRequest !== 'undefined') {
           if (!ENVIRONMENT_IS_WORKER) throw 'Cannot do synchronous binary XHRs outside webworkers in modern browsers. Use --embed-file or --preload-file in emcc';
           var lazyArray = new LazyUint8Array();
@@ -4864,7 +4876,7 @@
           var fn = node.stream_ops[key];
           stream_ops[key] = function forceLoadLazyFile() {
             if (!FS.forceLoadFile(node)) {
-              throw new FS.ErrnoError(ERRNO_CODES.EIO);
+              throw new FS.ErrnoError(5);
             }
             return fn.apply(null, arguments);
           };
@@ -4872,7 +4884,7 @@
         // use a custom read function
         stream_ops.read = function stream_ops_read(stream, buffer, offset, length, position) {
           if (!FS.forceLoadFile(node)) {
-            throw new FS.ErrnoError(ERRNO_CODES.EIO);
+            throw new FS.ErrnoError(5);
           }
           var contents = stream.node.contents;
           if (position >= contents.length)
@@ -4892,11 +4904,11 @@
         };
         node.stream_ops = stream_ops;
         return node;
-      },createPreloadedFile:function (parent, name, url, canRead, canWrite, onload, onerror, dontCreateFile, canOwn, preFinish) {
+      },createPreloadedFile:function(parent, name, url, canRead, canWrite, onload, onerror, dontCreateFile, canOwn, preFinish) {
         Browser.init(); // XXX perhaps this method should move onto Browser?
         // TODO we should allow people to just pass in a complete filename instead
         // of parent and name being that we just join them anyways
-        var fullname = name ? PATH.resolve(PATH.join2(parent, name)) : parent;
+        var fullname = name ? PATH_FS.resolve(PATH.join2(parent, name)) : parent;
         var dep = getUniqueRunDependency('cp ' + fullname); // might have several active requests for the same fullname
         function processData(byteArray) {
           function finish(byteArray) {
@@ -4928,11 +4940,11 @@
         } else {
           processData(url);
         }
-      },indexedDB:function () {
+      },indexedDB:function() {
         return window.indexedDB || window.mozIndexedDB || window.webkitIndexedDB || window.msIndexedDB;
-      },DB_NAME:function () {
+      },DB_NAME:function() {
         return 'EM_FS_' + window.location.pathname;
-      },DB_VERSION:20,DB_STORE_NAME:"FILE_DATA",saveFilesToDB:function (paths, onload, onerror) {
+      },DB_VERSION:20,DB_STORE_NAME:"FILE_DATA",saveFilesToDB:function(paths, onload, onerror) {
         onload = onload || function(){};
         onerror = onerror || function(){};
         var indexedDB = FS.indexedDB();
@@ -4962,7 +4974,7 @@
           transaction.onerror = onerror;
         };
         openRequest.onerror = onerror;
-      },loadFilesFromDB:function (paths, onload, onerror) {
+      },loadFilesFromDB:function(paths, onload, onerror) {
         onload = onload || function(){};
         onerror = onerror || function(){};
         var indexedDB = FS.indexedDB();
@@ -5000,7 +5012,7 @@
           transaction.onerror = onerror;
         };
         openRequest.onerror = onerror;
-      }};var SYSCALLS={DEFAULT_POLLMASK:5,mappings:{},umask:511,calculateAt:function (dirfd, path) {
+      }};var SYSCALLS={DEFAULT_POLLMASK:5,mappings:{},umask:511,calculateAt:function(dirfd, path) {
         if (path[0] !== '/') {
           // relative path
           var dir;
@@ -5008,19 +5020,19 @@
             dir = FS.cwd();
           } else {
             var dirstream = FS.getStream(dirfd);
-            if (!dirstream) throw new FS.ErrnoError(ERRNO_CODES.EBADF);
+            if (!dirstream) throw new FS.ErrnoError(9);
             dir = dirstream.path;
           }
           path = PATH.join2(dir, path);
         }
         return path;
-      },doStat:function (func, path, buf) {
+      },doStat:function(func, path, buf) {
         try {
           var stat = func(path);
         } catch (e) {
           if (e && e.node && PATH.normalize(path) !== PATH.normalize(FS.getPath(e.node))) {
             // an error occurred while trying to look up the path; we should just report ENOTDIR
-            return -ERRNO_CODES.ENOTDIR;
+            return -20;
           }
           throw e;
         }
@@ -5033,28 +5045,28 @@
         HEAP32[(((buf)+(24))>>2)]=stat.gid;
         HEAP32[(((buf)+(28))>>2)]=stat.rdev;
         HEAP32[(((buf)+(32))>>2)]=0;
-        HEAP32[(((buf)+(36))>>2)]=stat.size;
-        HEAP32[(((buf)+(40))>>2)]=4096;
-        HEAP32[(((buf)+(44))>>2)]=stat.blocks;
-        HEAP32[(((buf)+(48))>>2)]=(stat.atime.getTime() / 1000)|0;
-        HEAP32[(((buf)+(52))>>2)]=0;
-        HEAP32[(((buf)+(56))>>2)]=(stat.mtime.getTime() / 1000)|0;
+        (tempI64 = [stat.size>>>0,(tempDouble=stat.size,(+(Math_abs(tempDouble))) >= 1.0 ? (tempDouble > 0.0 ? ((Math_min((+(Math_floor((tempDouble)/4294967296.0))), 4294967295.0))|0)>>>0 : (~~((+(Math_ceil((tempDouble - +(((~~(tempDouble)))>>>0))/4294967296.0)))))>>>0) : 0)],HEAP32[(((buf)+(40))>>2)]=tempI64[0],HEAP32[(((buf)+(44))>>2)]=tempI64[1]);
+        HEAP32[(((buf)+(48))>>2)]=4096;
+        HEAP32[(((buf)+(52))>>2)]=stat.blocks;
+        HEAP32[(((buf)+(56))>>2)]=(stat.atime.getTime() / 1000)|0;
         HEAP32[(((buf)+(60))>>2)]=0;
-        HEAP32[(((buf)+(64))>>2)]=(stat.ctime.getTime() / 1000)|0;
+        HEAP32[(((buf)+(64))>>2)]=(stat.mtime.getTime() / 1000)|0;
         HEAP32[(((buf)+(68))>>2)]=0;
-        HEAP32[(((buf)+(72))>>2)]=stat.ino;
+        HEAP32[(((buf)+(72))>>2)]=(stat.ctime.getTime() / 1000)|0;
+        HEAP32[(((buf)+(76))>>2)]=0;
+        (tempI64 = [stat.ino>>>0,(tempDouble=stat.ino,(+(Math_abs(tempDouble))) >= 1.0 ? (tempDouble > 0.0 ? ((Math_min((+(Math_floor((tempDouble)/4294967296.0))), 4294967295.0))|0)>>>0 : (~~((+(Math_ceil((tempDouble - +(((~~(tempDouble)))>>>0))/4294967296.0)))))>>>0) : 0)],HEAP32[(((buf)+(80))>>2)]=tempI64[0],HEAP32[(((buf)+(84))>>2)]=tempI64[1]);
         return 0;
-      },doMsync:function (addr, stream, len, flags) {
+      },doMsync:function(addr, stream, len, flags) {
         var buffer = new Uint8Array(HEAPU8.subarray(addr, addr + len));
         FS.msync(stream, buffer, 0, len, flags);
-      },doMkdir:function (path, mode) {
+      },doMkdir:function(path, mode) {
         // remove a trailing slash, if one - /a/b/ has basename of '', but
         // we want to create b in the context of this function
         path = PATH.normalize(path);
         if (path[path.length-1] === '/') path = path.substr(0, path.length-1);
         FS.mkdir(path, mode, 0);
         return 0;
-      },doMknod:function (path, mode, dev) {
+      },doMknod:function(path, mode, dev) {
         // we don't want this in the JS API as it uses mknod to create all nodes.
         switch (mode & 61440) {
           case 32768:
@@ -5063,12 +5075,12 @@
           case 4096:
           case 49152:
             break;
-          default: return -ERRNO_CODES.EINVAL;
+          default: return -22;
         }
         FS.mknod(path, mode, dev);
         return 0;
-      },doReadlink:function (path, buf, bufsize) {
-        if (bufsize <= 0) return -ERRNO_CODES.EINVAL;
+      },doReadlink:function(path, buf, bufsize) {
+        if (bufsize <= 0) return -22;
         var ret = FS.readlink(path);
   
         var len = Math.min(bufsize, lengthBytesUTF8(ret));
@@ -5079,27 +5091,30 @@
         HEAP8[buf+len] = endChar;
   
         return len;
-      },doAccess:function (path, amode) {
+      },doAccess:function(path, amode) {
         if (amode & ~7) {
           // need a valid mode
-          return -ERRNO_CODES.EINVAL;
+          return -22;
         }
         var node;
         var lookup = FS.lookupPath(path, { follow: true });
         node = lookup.node;
+        if (!node) {
+          return -2;
+        }
         var perms = '';
         if (amode & 4) perms += 'r';
         if (amode & 2) perms += 'w';
         if (amode & 1) perms += 'x';
         if (perms /* otherwise, they've just passed F_OK */ && FS.nodePermissions(node, perms)) {
-          return -ERRNO_CODES.EACCES;
+          return -13;
         }
         return 0;
-      },doDup:function (path, flags, suggestFD) {
+      },doDup:function(path, flags, suggestFD) {
         var suggest = FS.getStream(suggestFD);
         if (suggest) FS.close(suggest);
         return FS.open(path, flags, 0, suggestFD, suggestFD).fd;
-      },doReadv:function (stream, iov, iovcnt, offset) {
+      },doReadv:function(stream, iov, iovcnt, offset) {
         var ret = 0;
         for (var i = 0; i < iovcnt; i++) {
           var ptr = HEAP32[(((iov)+(i*8))>>2)];
@@ -5110,7 +5125,7 @@
           if (curr < len) break; // nothing more to read
         }
         return ret;
-      },doWritev:function (stream, iov, iovcnt, offset) {
+      },doWritev:function(stream, iov, iovcnt, offset) {
         var ret = 0;
         for (var i = 0; i < iovcnt; i++) {
           var ptr = HEAP32[(((iov)+(i*8))>>2)];
@@ -5120,43 +5135,40 @@
           ret += curr;
         }
         return ret;
-      },varargs:0,get:function (varargs) {
+      },varargs:0,get:function(varargs) {
         SYSCALLS.varargs += 4;
         var ret = HEAP32[(((SYSCALLS.varargs)-(4))>>2)];
         return ret;
-      },getStr:function () {
-        var ret = Pointer_stringify(SYSCALLS.get());
+      },getStr:function() {
+        var ret = UTF8ToString(SYSCALLS.get());
         return ret;
-      },getStreamFromFD:function () {
+      },getStreamFromFD:function() {
         var stream = FS.getStream(SYSCALLS.get());
-        if (!stream) throw new FS.ErrnoError(ERRNO_CODES.EBADF);
+        if (!stream) throw new FS.ErrnoError(9);
         return stream;
-      },getSocketFromFD:function () {
-        var socket = SOCKFS.getSocket(SYSCALLS.get());
-        if (!socket) throw new FS.ErrnoError(ERRNO_CODES.EBADF);
-        return socket;
-      },getSocketAddress:function (allowNull) {
-        var addrp = SYSCALLS.get(), addrlen = SYSCALLS.get();
-        if (allowNull && addrp === 0) return null;
-        var info = __read_sockaddr(addrp, addrlen);
-        if (info.errno) throw new FS.ErrnoError(info.errno);
-        info.addr = DNS.lookup_addr(info.addr) || info.addr;
-        return info;
-      },get64:function () {
+      },get64:function() {
         var low = SYSCALLS.get(), high = SYSCALLS.get();
         if (low >= 0) assert(high === 0);
         else assert(high === -1);
         return low;
-      },getZero:function () {
+      },getZero:function() {
         assert(SYSCALLS.get() === 0);
       }};function ___syscall140(which, varargs) {SYSCALLS.varargs = varargs;
   try {
    // llseek
       var stream = SYSCALLS.getStreamFromFD(), offset_high = SYSCALLS.get(), offset_low = SYSCALLS.get(), result = SYSCALLS.get(), whence = SYSCALLS.get();
-      // NOTE: offset_high is unused - Emscripten's off_t is 32-bit
-      var offset = offset_low;
+      var HIGH_OFFSET = 0x100000000; // 2^32
+      // use an unsigned operator on low and shift high by 32-bits
+      var offset = offset_high * HIGH_OFFSET + (offset_low >>> 0);
+  
+      var DOUBLE_LIMIT = 0x20000000000000; // 2^53
+      // we also check for equality since DOUBLE_LIMIT + 1 == DOUBLE_LIMIT
+      if (offset <= -DOUBLE_LIMIT || offset >= DOUBLE_LIMIT) {
+        return -75;
+      }
+  
       FS.llseek(stream, offset, whence);
-      HEAP32[((result)>>2)]=stream.position;
+      (tempI64 = [stream.position>>>0,(tempDouble=stream.position,(+(Math_abs(tempDouble))) >= 1.0 ? (tempDouble > 0.0 ? ((Math_min((+(Math_floor((tempDouble)/4294967296.0))), 4294967295.0))|0)>>>0 : (~~((+(Math_ceil((tempDouble - +(((~~(tempDouble)))>>>0))/4294967296.0)))))>>>0) : 0)],HEAP32[((result)>>2)]=tempI64[0],HEAP32[(((result)+(4))>>2)]=tempI64[1]);
       if (stream.getdents && offset === 0 && whence === 0) stream.getdents = null; // reset readdir state
       return 0;
     } catch (e) {
@@ -5205,11 +5217,17 @@
       if (!stream.getdents) {
         stream.getdents = FS.readdir(stream.path);
       }
+  
+      var struct_size = 280;
       var pos = 0;
-      while (stream.getdents.length > 0 && pos + 268 <= count) {
+      var off = FS.llseek(stream, 0, 1);
+  
+      var idx = Math.floor(off / struct_size);
+  
+      while (idx < stream.getdents.length && pos + struct_size <= count) {
         var id;
         var type;
-        var name = stream.getdents.pop();
+        var name = stream.getdents[idx];
         if (name[0] === '.') {
           id = 1;
           type = 4; // DT_DIR
@@ -5221,13 +5239,15 @@
                  FS.isLink(child.mode) ? 10 :   // DT_LNK, symbolic link.
                  8;                             // DT_REG, regular file.
         }
-        HEAP32[((dirp + pos)>>2)]=id;
-        HEAP32[(((dirp + pos)+(4))>>2)]=stream.position;
-        HEAP16[(((dirp + pos)+(8))>>1)]=268;
-        HEAP8[(((dirp + pos)+(10))>>0)]=type;
-        stringToUTF8(name, dirp + pos + 11, 256);
-        pos += 268;
+        (tempI64 = [id>>>0,(tempDouble=id,(+(Math_abs(tempDouble))) >= 1.0 ? (tempDouble > 0.0 ? ((Math_min((+(Math_floor((tempDouble)/4294967296.0))), 4294967295.0))|0)>>>0 : (~~((+(Math_ceil((tempDouble - +(((~~(tempDouble)))>>>0))/4294967296.0)))))>>>0) : 0)],HEAP32[((dirp + pos)>>2)]=tempI64[0],HEAP32[(((dirp + pos)+(4))>>2)]=tempI64[1]);
+        (tempI64 = [(idx + 1) * struct_size>>>0,(tempDouble=(idx + 1) * struct_size,(+(Math_abs(tempDouble))) >= 1.0 ? (tempDouble > 0.0 ? ((Math_min((+(Math_floor((tempDouble)/4294967296.0))), 4294967295.0))|0)>>>0 : (~~((+(Math_ceil((tempDouble - +(((~~(tempDouble)))>>>0))/4294967296.0)))))>>>0) : 0)],HEAP32[(((dirp + pos)+(8))>>2)]=tempI64[0],HEAP32[(((dirp + pos)+(12))>>2)]=tempI64[1]);
+        HEAP16[(((dirp + pos)+(16))>>1)]=280;
+        HEAP8[(((dirp + pos)+(18))>>0)]=type;
+        stringToUTF8(name, dirp + pos + 19, 256);
+        pos += struct_size;
+        idx += 1;
       }
+      FS.llseek(stream, idx * struct_size, 0);
       return pos;
     } catch (e) {
     if (typeof FS === 'undefined' || !(e instanceof FS.ErrnoError)) abort(e);
@@ -5243,7 +5263,7 @@
         case 0: {
           var arg = SYSCALLS.get();
           if (arg < 0) {
-            return -ERRNO_CODES.EINVAL;
+            return -22;
           }
           var newStream;
           newStream = FS.open(stream.path, stream.flags, 0, arg);
@@ -5260,7 +5280,8 @@
           return 0;
         }
         case 12:
-        case 12: {
+        /* case 12: Currently in musl F_GETLK64 has same value as F_GETLK, so omitted to avoid duplicate case blocks. If that changes, uncomment this */ {
+          
           var arg = SYSCALLS.get();
           var offset = 0;
           // We're always unlocked.
@@ -5269,18 +5290,20 @@
         }
         case 13:
         case 14:
-        case 13:
-        case 14:
+        /* case 13: Currently in musl F_SETLK64 has same value as F_SETLK, so omitted to avoid duplicate case blocks. If that changes, uncomment this */
+        /* case 14: Currently in musl F_SETLKW64 has same value as F_SETLKW, so omitted to avoid duplicate case blocks. If that changes, uncomment this */
+          
+          
           return 0; // Pretend that the locking is successful.
         case 16:
         case 8:
-          return -ERRNO_CODES.EINVAL; // These are for sockets. We don't have them fully implemented yet.
+          return -22; // These are for sockets. We don't have them fully implemented yet.
         case 9:
           // musl trusts getown return values, due to a bug where they must be, as they overlap with errors. just return -1 here, so fnctl() returns that, and we set errno ourselves.
-          ___setErrNo(ERRNO_CODES.EINVAL);
+          ___setErrNo(22);
           return -1;
         default: {
-          return -ERRNO_CODES.EINVAL;
+          return -22;
         }
       }
     } catch (e) {
@@ -5292,7 +5315,7 @@
   function ___syscall5(which, varargs) {SYSCALLS.varargs = varargs;
   try {
    // open
-      var pathname = SYSCALLS.getStr(), flags = SYSCALLS.get(), mode = SYSCALLS.get() // optional TODO
+      var pathname = SYSCALLS.getStr(), flags = SYSCALLS.get(), mode = SYSCALLS.get(); // optional TODO
       var stream = FS.open(pathname, flags, mode);
       return stream.fd;
     } catch (e) {
@@ -5308,7 +5331,7 @@
       switch (op) {
         case 21509:
         case 21505: {
-          if (!stream.tty) return -ERRNO_CODES.ENOTTY;
+          if (!stream.tty) return -25;
           return 0;
         }
         case 21510:
@@ -5317,18 +5340,18 @@
         case 21506:
         case 21507:
         case 21508: {
-          if (!stream.tty) return -ERRNO_CODES.ENOTTY;
+          if (!stream.tty) return -25;
           return 0; // no-op, not actually adjusting terminal settings
         }
         case 21519: {
-          if (!stream.tty) return -ERRNO_CODES.ENOTTY;
+          if (!stream.tty) return -25;
           var argp = SYSCALLS.get();
           HEAP32[((argp)>>2)]=0;
           return 0;
         }
         case 21520: {
-          if (!stream.tty) return -ERRNO_CODES.ENOTTY;
-          return -ERRNO_CODES.EINVAL; // not supported
+          if (!stream.tty) return -25;
+          return -22; // not supported
         }
         case 21531: {
           var argp = SYSCALLS.get();
@@ -5337,14 +5360,14 @@
         case 21523: {
           // TODO: in theory we should write to the winsize struct that gets
           // passed in, but for now musl doesn't read anything on it
-          if (!stream.tty) return -ERRNO_CODES.ENOTTY;
+          if (!stream.tty) return -25;
           return 0;
         }
         case 21524: {
           // TODO: technically, this ioctl call should change the window size.
           // but, since emscripten doesn't have any concept of a terminal window
           // yet, we'll just silently throw it away as we do TIOCGWINSZ
-          if (!stream.tty) return -ERRNO_CODES.ENOTTY;
+          if (!stream.tty) return -25;
           return 0;
         }
         default: abort('bad ioctl syscall ' + op);
@@ -5369,20 +5392,21 @@
 
   function ___unlock() {}
 
-  
-  function __exit(status) {
+  function _emscripten_get_heap_size() {
+      return HEAP8.length;
+    }
+
+  function _exit(status) {
       // void _exit(int status);
       // http://pubs.opengroup.org/onlinepubs/000095399/functions/exit.html
       exit(status);
-    }function _exit(status) {
-      __exit(status);
     }
 
   function _getenv(name) {
       // char *getenv(const char *name);
       // http://pubs.opengroup.org/onlinepubs/009695399/functions/getenv.html
       if (name === 0) return 0;
-      name = Pointer_stringify(name);
+      name = UTF8ToString(name);
       if (!ENV.hasOwnProperty(name)) return 0;
   
       if (_getenv.ret) _free(_getenv.ret);
@@ -5390,37 +5414,43 @@
       return _getenv.ret;
     }
 
-   
+  function _llvm_stackrestore(p) {
+      var self = _llvm_stacksave;
+      var ret = self.LLVM_SAVEDSTACKS[p];
+      self.LLVM_SAVEDSTACKS.splice(p, 1);
+      stackRestore(ret);
+    }
+
+  function _llvm_stacksave() {
+      var self = _llvm_stacksave;
+      if (!self.LLVM_SAVEDSTACKS) {
+        self.LLVM_SAVEDSTACKS = [];
+      }
+      self.LLVM_SAVEDSTACKS.push(stackSave());
+      return self.LLVM_SAVEDSTACKS.length-1;
+    }
 
   
   function _emscripten_memcpy_big(dest, src, num) {
       HEAPU8.set(HEAPU8.subarray(src, src+num), dest);
-      return dest;
+    }
+  
+   
+
+   
+
+   
+
+  
+  
+  function abortOnCannotGrowMemory(requestedSize) {
+      abort('Cannot enlarge memory arrays to size ' + requestedSize + ' bytes (OOM). Either (1) compile with  -s TOTAL_MEMORY=X  with X higher than the current value ' + HEAP8.length + ', (2) compile with  -s ALLOW_MEMORY_GROWTH=1  which allows increasing the size at runtime, or (3) if you want malloc to return NULL (0) instead of this abort, compile with  -s ABORTING_MALLOC=0 ');
+    }function _emscripten_resize_heap(requestedSize) {
+      abortOnCannotGrowMemory(requestedSize);
     } 
 
-   
-
-   
-
-   
-
-FS.staticInit();__ATINIT__.unshift(function() { if (!Module["noFSInit"] && !FS.init.initialized) FS.init() });__ATMAIN__.push(function() { FS.ignorePermissions = false });__ATEXIT__.push(function() { FS.quit() });Module["FS_createFolder"] = FS.createFolder;Module["FS_createPath"] = FS.createPath;Module["FS_createDataFile"] = FS.createDataFile;Module["FS_createPreloadedFile"] = FS.createPreloadedFile;Module["FS_createLazyFile"] = FS.createLazyFile;Module["FS_createLink"] = FS.createLink;Module["FS_createDevice"] = FS.createDevice;Module["FS_unlink"] = FS.unlink;;
-__ATINIT__.unshift(function() { TTY.init() });__ATEXIT__.push(function() { TTY.shutdown() });;
-if (ENVIRONMENT_IS_NODE) { var fs = require("fs"); var NODEJS_PATH = require("path"); NODEFS.staticInit(); };
-DYNAMICTOP_PTR = staticAlloc(4);
-
-STACK_BASE = STACKTOP = alignMemory(STATICTOP);
-
-STACK_MAX = STACK_BASE + TOTAL_STACK;
-
-DYNAMIC_BASE = alignMemory(STACK_MAX);
-
-HEAP32[DYNAMICTOP_PTR>>2] = DYNAMIC_BASE;
-
-staticSealed = true; // seal the static portion of memory
-
-assert(DYNAMIC_BASE < TOTAL_MEMORY, "TOTAL_MEMORY not big enough for stack");
-
+FS.staticInit();Module["FS_createFolder"] = FS.createFolder;Module["FS_createPath"] = FS.createPath;Module["FS_createDataFile"] = FS.createDataFile;Module["FS_createPreloadedFile"] = FS.createPreloadedFile;Module["FS_createLazyFile"] = FS.createLazyFile;Module["FS_createLink"] = FS.createLink;Module["FS_createDevice"] = FS.createDevice;Module["FS_unlink"] = FS.unlink;;
+if (ENVIRONMENT_HAS_NODE) { var fs = require("fs"); var NODEJS_PATH = require("path"); NODEFS.staticInit(); };
 var ASSERTIONS = true;
 
 // Copyright 2017 The Emscripten Authors.  All rights reserved.
@@ -5453,25 +5483,24 @@
 }
 
 
+// ASM_LIBRARY EXTERN PRIMITIVES: Int8Array,Int32Array
 
-function nullFunc_ii(x) { err("Invalid function pointer called with signature 'ii'. Perhaps this is an invalid value (e.g. caused by calling a virtual method on a NULL pointer)? Or calling a function with an incorrect type, which will fail? (it is worth building your source files with -Werror (warnings are errors), as warnings can indicate undefined behavior which can cause this)");  err("Build with ASSERTIONS=2 for more info.");abort(x) }
-
-function nullFunc_iii(x) { err("Invalid function pointer called with signature 'iii'. Perhaps this is an invalid value (e.g. caused by calling a virtual method on a NULL pointer)? Or calling a function with an incorrect type, which will fail? (it is worth building your source files with -Werror (warnings are errors), as warnings can indicate undefined behavior which can cause this)");  err("Build with ASSERTIONS=2 for more info.");abort(x) }
-
-function nullFunc_iiii(x) { err("Invalid function pointer called with signature 'iiii'. Perhaps this is an invalid value (e.g. caused by calling a virtual method on a NULL pointer)? Or calling a function with an incorrect type, which will fail? (it is worth building your source files with -Werror (warnings are errors), as warnings can indicate undefined behavior which can cause this)");  err("Build with ASSERTIONS=2 for more info.");abort(x) }
-
-function nullFunc_vi(x) { err("Invalid function pointer called with signature 'vi'. Perhaps this is an invalid value (e.g. caused by calling a virtual method on a NULL pointer)? Or calling a function with an incorrect type, which will fail? (it is worth building your source files with -Werror (warnings are errors), as warnings can indicate undefined behavior which can cause this)");  err("Build with ASSERTIONS=2 for more info.");abort(x) }
-
-function nullFunc_vii(x) { err("Invalid function pointer called with signature 'vii'. Perhaps this is an invalid value (e.g. caused by calling a virtual method on a NULL pointer)? Or calling a function with an incorrect type, which will fail? (it is worth building your source files with -Werror (warnings are errors), as warnings can indicate undefined behavior which can cause this)");  err("Build with ASSERTIONS=2 for more info.");abort(x) }
-
-Module['wasmTableSize'] = 76;
-
-Module['wasmMaxTableSize'] = 76;
+function nullFunc_ii(x) { abortFnPtrError(x, 'ii'); }
+function nullFunc_iidiiii(x) { abortFnPtrError(x, 'iidiiii'); }
+function nullFunc_iii(x) { abortFnPtrError(x, 'iii'); }
+function nullFunc_iiii(x) { abortFnPtrError(x, 'iiii'); }
+function nullFunc_jiji(x) { abortFnPtrError(x, 'jiji'); }
+function nullFunc_vi(x) { abortFnPtrError(x, 'vi'); }
+function nullFunc_vii(x) { abortFnPtrError(x, 'vii'); }
 
 function jsCall_ii(index,a1) {
     return functionPointers[index](a1);
 }
 
+function jsCall_iidiiii(index,a1,a2,a3,a4,a5,a6) {
+    return functionPointers[index](a1,a2,a3,a4,a5,a6);
+}
+
 function jsCall_iii(index,a1,a2) {
     return functionPointers[index](a1,a2);
 }
@@ -5480,6 +5509,10 @@
     return functionPointers[index](a1,a2,a3);
 }
 
+function jsCall_jiji(index,a1,a2,a3) {
+    return functionPointers[index](a1,a2,a3);
+}
+
 function jsCall_vi(index,a1) {
     functionPointers[index](a1);
 }
@@ -5488,765 +5521,551 @@
     functionPointers[index](a1,a2);
 }
 
-Module.asmGlobalArg = {};
+var asmGlobalArg = {};
 
-Module.asmLibraryArg = { "abort": abort, "assert": assert, "enlargeMemory": enlargeMemory, "getTotalMemory": getTotalMemory, "setTempRet0": setTempRet0, "getTempRet0": getTempRet0, "abortOnCannotGrowMemory": abortOnCannotGrowMemory, "abortStackOverflow": abortStackOverflow, "nullFunc_ii": nullFunc_ii, "nullFunc_iii": nullFunc_iii, "nullFunc_iiii": nullFunc_iiii, "nullFunc_vi": nullFunc_vi, "nullFunc_vii": nullFunc_vii, "jsCall_ii": jsCall_ii, "jsCall_iii": jsCall_iii, "jsCall_iiii": jsCall_iiii, "jsCall_vi": jsCall_vi, "jsCall_vii": jsCall_vii, "___buildEnvironment": ___buildEnvironment, "___lock": ___lock, "___setErrNo": ___setErrNo, "___syscall140": ___syscall140, "___syscall145": ___syscall145, "___syscall146": ___syscall146, "___syscall195": ___syscall195, "___syscall220": ___syscall220, "___syscall221": ___syscall221, "___syscall5": ___syscall5, "___syscall54": ___syscall54, "___syscall6": ___syscall6, "___unlock": ___unlock, "__exit": __exit, "_emscripten_memcpy_big": _emscripten_memcpy_big, "_exit": _exit, "_getenv": _getenv, "DYNAMICTOP_PTR": DYNAMICTOP_PTR, "tempDoublePtr": tempDoublePtr, "STACKTOP": STACKTOP, "STACK_MAX": STACK_MAX };
+var asmLibraryArg = {
+  "abort": abort,
+  "setTempRet0": setTempRet0,
+  "getTempRet0": getTempRet0,
+  "abortStackOverflow": abortStackOverflow,
+  "nullFunc_ii": nullFunc_ii,
+  "nullFunc_iidiiii": nullFunc_iidiiii,
+  "nullFunc_iii": nullFunc_iii,
+  "nullFunc_iiii": nullFunc_iiii,
+  "nullFunc_jiji": nullFunc_jiji,
+  "nullFunc_vi": nullFunc_vi,
+  "nullFunc_vii": nullFunc_vii,
+  "jsCall_ii": jsCall_ii,
+  "jsCall_iidiiii": jsCall_iidiiii,
+  "jsCall_iii": jsCall_iii,
+  "jsCall_iiii": jsCall_iiii,
+  "jsCall_jiji": jsCall_jiji,
+  "jsCall_vi": jsCall_vi,
+  "jsCall_vii": jsCall_vii,
+  "___buildEnvironment": ___buildEnvironment,
+  "___lock": ___lock,
+  "___setErrNo": ___setErrNo,
+  "___syscall140": ___syscall140,
+  "___syscall145": ___syscall145,
+  "___syscall146": ___syscall146,
+  "___syscall195": ___syscall195,
+  "___syscall220": ___syscall220,
+  "___syscall221": ___syscall221,
+  "___syscall5": ___syscall5,
+  "___syscall54": ___syscall54,
+  "___syscall6": ___syscall6,
+  "___unlock": ___unlock,
+  "_emscripten_get_heap_size": _emscripten_get_heap_size,
+  "_emscripten_memcpy_big": _emscripten_memcpy_big,
+  "_emscripten_resize_heap": _emscripten_resize_heap,
+  "_exit": _exit,
+  "_getenv": _getenv,
+  "_llvm_stackrestore": _llvm_stackrestore,
+  "_llvm_stacksave": _llvm_stacksave,
+  "abortOnCannotGrowMemory": abortOnCannotGrowMemory,
+  "demangle": demangle,
+  "demangleAll": demangleAll,
+  "jsStackTrace": jsStackTrace,
+  "stackTrace": stackTrace,
+  "tempDoublePtr": tempDoublePtr,
+  "DYNAMICTOP_PTR": DYNAMICTOP_PTR
+};
 // EMSCRIPTEN_START_ASM
 var asm =Module["asm"]// EMSCRIPTEN_END_ASM
-(Module.asmGlobalArg, Module.asmLibraryArg, buffer);
-
-var real____emscripten_environ_constructor = asm["___emscripten_environ_constructor"]; asm["___emscripten_environ_constructor"] = function() {
-  assert(runtimeInitialized, 'you need to wait for the runtime to be ready (e.g. wait for main() to be called)');
-  assert(!runtimeExited, 'the runtime was exited (use NO_EXIT_RUNTIME to keep it alive after main() exits)');
-  return real____emscripten_environ_constructor.apply(null, arguments);
-};
-
-var real____errno_location = asm["___errno_location"]; asm["___errno_location"] = function() {
-  assert(runtimeInitialized, 'you need to wait for the runtime to be ready (e.g. wait for main() to be called)');
-  assert(!runtimeExited, 'the runtime was exited (use NO_EXIT_RUNTIME to keep it alive after main() exits)');
-  return real____errno_location.apply(null, arguments);
-};
-
-var real___get_environ = asm["__get_environ"]; asm["__get_environ"] = function() {
-  assert(runtimeInitialized, 'you need to wait for the runtime to be ready (e.g. wait for main() to be called)');
-  assert(!runtimeExited, 'the runtime was exited (use NO_EXIT_RUNTIME to keep it alive after main() exits)');
-  return real___get_environ.apply(null, arguments);
-};
-
-var real___lou_allocMem = asm["__lou_allocMem"]; asm["__lou_allocMem"] = function() {
-  assert(runtimeInitialized, 'you need to wait for the runtime to be ready (e.g. wait for main() to be called)');
-  assert(!runtimeExited, 'the runtime was exited (use NO_EXIT_RUNTIME to keep it alive after main() exits)');
-  return real___lou_allocMem.apply(null, arguments);
-};
-
-var real___lou_backTranslateWithTracing = asm["__lou_backTranslateWithTracing"]; asm["__lou_backTranslateWithTracing"] = function() {
-  assert(runtimeInitialized, 'you need to wait for the runtime to be ready (e.g. wait for main() to be called)');
-  assert(!runtimeExited, 'the runtime was exited (use NO_EXIT_RUNTIME to keep it alive after main() exits)');
-  return real___lou_backTranslateWithTracing.apply(null, arguments);
-};
-
-var real___lou_charHash = asm["__lou_charHash"]; asm["__lou_charHash"] = function() {
-  assert(runtimeInitialized, 'you need to wait for the runtime to be ready (e.g. wait for main() to be called)');
-  assert(!runtimeExited, 'the runtime was exited (use NO_EXIT_RUNTIME to keep it alive after main() exits)');
-  return real___lou_charHash.apply(null, arguments);
-};
-
-var real___lou_defaultTableResolver = asm["__lou_defaultTableResolver"]; asm["__lou_defaultTableResolver"] = function() {
-  assert(runtimeInitialized, 'you need to wait for the runtime to be ready (e.g. wait for main() to be called)');
-  assert(!runtimeExited, 'the runtime was exited (use NO_EXIT_RUNTIME to keep it alive after main() exits)');
-  return real___lou_defaultTableResolver.apply(null, arguments);
-};
-
-var real___lou_extParseChars = asm["__lou_extParseChars"]; asm["__lou_extParseChars"] = function() {
-  assert(runtimeInitialized, 'you need to wait for the runtime to be ready (e.g. wait for main() to be called)');
-  assert(!runtimeExited, 'the runtime was exited (use NO_EXIT_RUNTIME to keep it alive after main() exits)');
-  return real___lou_extParseChars.apply(null, arguments);
-};
-
-var real___lou_extParseDots = asm["__lou_extParseDots"]; asm["__lou_extParseDots"] = function() {
-  assert(runtimeInitialized, 'you need to wait for the runtime to be ready (e.g. wait for main() to be called)');
-  assert(!runtimeExited, 'the runtime was exited (use NO_EXIT_RUNTIME to keep it alive after main() exits)');
-  return real___lou_extParseDots.apply(null, arguments);
-};
-
-var real___lou_findOpcodeName = asm["__lou_findOpcodeName"]; asm["__lou_findOpcodeName"] = function() {
-  assert(runtimeInitialized, 'you need to wait for the runtime to be ready (e.g. wait for main() to be called)');
-  assert(!runtimeExited, 'the runtime was exited (use NO_EXIT_RUNTIME to keep it alive after main() exits)');
-  return real___lou_findOpcodeName.apply(null, arguments);
-};
-
-var real___lou_findOpcodeNumber = asm["__lou_findOpcodeNumber"]; asm["__lou_findOpcodeNumber"] = function() {
-  assert(runtimeInitialized, 'you need to wait for the runtime to be ready (e.g. wait for main() to be called)');
-  assert(!runtimeExited, 'the runtime was exited (use NO_EXIT_RUNTIME to keep it alive after main() exits)');
-  return real___lou_findOpcodeNumber.apply(null, arguments);
-};
-
-var real___lou_getALine = asm["__lou_getALine"]; asm["__lou_getALine"] = function() {
-  assert(runtimeInitialized, 'you need to wait for the runtime to be ready (e.g. wait for main() to be called)');
-  assert(!runtimeExited, 'the runtime was exited (use NO_EXIT_RUNTIME to keep it alive after main() exits)');
-  return real___lou_getALine.apply(null, arguments);
-};
-
-var real___lou_getCharFromDots = asm["__lou_getCharFromDots"]; asm["__lou_getCharFromDots"] = function() {
-  assert(runtimeInitialized, 'you need to wait for the runtime to be ready (e.g. wait for main() to be called)');
-  assert(!runtimeExited, 'the runtime was exited (use NO_EXIT_RUNTIME to keep it alive after main() exits)');
-  return real___lou_getCharFromDots.apply(null, arguments);
-};
-
-var real___lou_getDotsForChar = asm["__lou_getDotsForChar"]; asm["__lou_getDotsForChar"] = function() {
-  assert(runtimeInitialized, 'you need to wait for the runtime to be ready (e.g. wait for main() to be called)');
-  assert(!runtimeExited, 'the runtime was exited (use NO_EXIT_RUNTIME to keep it alive after main() exits)');
-  return real___lou_getDotsForChar.apply(null, arguments);
-};
-
-var real___lou_getLastTableList = asm["__lou_getLastTableList"]; asm["__lou_getLastTableList"] = function() {
-  assert(runtimeInitialized, 'you need to wait for the runtime to be ready (e.g. wait for main() to be called)');
-  assert(!runtimeExited, 'the runtime was exited (use NO_EXIT_RUNTIME to keep it alive after main() exits)');
-  return real___lou_getLastTableList.apply(null, arguments);
-};
-
-var real___lou_getTablePath = asm["__lou_getTablePath"]; asm["__lou_getTablePath"] = function() {
-  assert(runtimeInitialized, 'you need to wait for the runtime to be ready (e.g. wait for main() to be called)');
-  assert(!runtimeExited, 'the runtime was exited (use NO_EXIT_RUNTIME to keep it alive after main() exits)');
-  return real___lou_getTablePath.apply(null, arguments);
-};
-
-var real___lou_handlePassVariableAction = asm["__lou_handlePassVariableAction"]; asm["__lou_handlePassVariableAction"] = function() {
-  assert(runtimeInitialized, 'you need to wait for the runtime to be ready (e.g. wait for main() to be called)');
-  assert(!runtimeExited, 'the runtime was exited (use NO_EXIT_RUNTIME to keep it alive after main() exits)');
-  return real___lou_handlePassVariableAction.apply(null, arguments);
-};
-
-var real___lou_handlePassVariableTest = asm["__lou_handlePassVariableTest"]; asm["__lou_handlePassVariableTest"] = function() {
-  assert(runtimeInitialized, 'you need to wait for the runtime to be ready (e.g. wait for main() to be called)');
-  assert(!runtimeExited, 'the runtime was exited (use NO_EXIT_RUNTIME to keep it alive after main() exits)');
-  return real___lou_handlePassVariableTest.apply(null, arguments);
-};
-
-var real___lou_logMessage = asm["__lou_logMessage"]; asm["__lou_logMessage"] = function() {
-  assert(runtimeInitialized, 'you need to wait for the runtime to be ready (e.g. wait for main() to be called)');
-  assert(!runtimeExited, 'the runtime was exited (use NO_EXIT_RUNTIME to keep it alive after main() exits)');
-  return real___lou_logMessage.apply(null, arguments);
-};
-
-var real___lou_logWidecharBuf = asm["__lou_logWidecharBuf"]; asm["__lou_logWidecharBuf"] = function() {
-  assert(runtimeInitialized, 'you need to wait for the runtime to be ready (e.g. wait for main() to be called)');
-  assert(!runtimeExited, 'the runtime was exited (use NO_EXIT_RUNTIME to keep it alive after main() exits)');
-  return real___lou_logWidecharBuf.apply(null, arguments);
-};
-
-var real___lou_outOfMemory = asm["__lou_outOfMemory"]; asm["__lou_outOfMemory"] = function() {
-  assert(runtimeInitialized, 'you need to wait for the runtime to be ready (e.g. wait for main() to be called)');
-  assert(!runtimeExited, 'the runtime was exited (use NO_EXIT_RUNTIME to keep it alive after main() exits)');
-  return real___lou_outOfMemory.apply(null, arguments);
-};
-
-var real___lou_pattern_check = asm["__lou_pattern_check"]; asm["__lou_pattern_check"] = function() {
-  assert(runtimeInitialized, 'you need to wait for the runtime to be ready (e.g. wait for main() to be called)');
-  assert(!runtimeExited, 'the runtime was exited (use NO_EXIT_RUNTIME to keep it alive after main() exits)');
-  return real___lou_pattern_check.apply(null, arguments);
-};
-
-var real___lou_pattern_compile = asm["__lou_pattern_compile"]; asm["__lou_pattern_compile"] = function() {
-  assert(runtimeInitialized, 'you need to wait for the runtime to be ready (e.g. wait for main() to be called)');
-  assert(!runtimeExited, 'the runtime was exited (use NO_EXIT_RUNTIME to keep it alive after main() exits)');
-  return real___lou_pattern_compile.apply(null, arguments);
-};
-
-var real___lou_pattern_reverse = asm["__lou_pattern_reverse"]; asm["__lou_pattern_reverse"] = function() {
-  assert(runtimeInitialized, 'you need to wait for the runtime to be ready (e.g. wait for main() to be called)');
-  assert(!runtimeExited, 'the runtime was exited (use NO_EXIT_RUNTIME to keep it alive after main() exits)');
-  return real___lou_pattern_reverse.apply(null, arguments);
-};
-
-var real___lou_resetPassVariables = asm["__lou_resetPassVariables"]; asm["__lou_resetPassVariables"] = function() {
-  assert(runtimeInitialized, 'you need to wait for the runtime to be ready (e.g. wait for main() to be called)');
-  assert(!runtimeExited, 'the runtime was exited (use NO_EXIT_RUNTIME to keep it alive after main() exits)');
-  return real___lou_resetPassVariables.apply(null, arguments);
-};
-
-var real___lou_resolveTable = asm["__lou_resolveTable"]; asm["__lou_resolveTable"] = function() {
-  assert(runtimeInitialized, 'you need to wait for the runtime to be ready (e.g. wait for main() to be called)');
-  assert(!runtimeExited, 'the runtime was exited (use NO_EXIT_RUNTIME to keep it alive after main() exits)');
-  return real___lou_resolveTable.apply(null, arguments);
-};
-
-var real___lou_showAttributes = asm["__lou_showAttributes"]; asm["__lou_showAttributes"] = function() {
-  assert(runtimeInitialized, 'you need to wait for the runtime to be ready (e.g. wait for main() to be called)');
-  assert(!runtimeExited, 'the runtime was exited (use NO_EXIT_RUNTIME to keep it alive after main() exits)');
-  return real___lou_showAttributes.apply(null, arguments);
-};
-
-var real___lou_showDots = asm["__lou_showDots"]; asm["__lou_showDots"] = function() {
-  assert(runtimeInitialized, 'you need to wait for the runtime to be ready (e.g. wait for main() to be called)');
-  assert(!runtimeExited, 'the runtime was exited (use NO_EXIT_RUNTIME to keep it alive after main() exits)');
-  return real___lou_showDots.apply(null, arguments);
-};
-
-var real___lou_showString = asm["__lou_showString"]; asm["__lou_showString"] = function() {
-  assert(runtimeInitialized, 'you need to wait for the runtime to be ready (e.g. wait for main() to be called)');
-  assert(!runtimeExited, 'the runtime was exited (use NO_EXIT_RUNTIME to keep it alive after main() exits)');
-  return real___lou_showString.apply(null, arguments);
-};
-
-var real___lou_stringHash = asm["__lou_stringHash"]; asm["__lou_stringHash"] = function() {
-  assert(runtimeInitialized, 'you need to wait for the runtime to be ready (e.g. wait for main() to be called)');
-  assert(!runtimeExited, 'the runtime was exited (use NO_EXIT_RUNTIME to keep it alive after main() exits)');
-  return real___lou_stringHash.apply(null, arguments);
-};
-
-var real___lou_translateWithTracing = asm["__lou_translateWithTracing"]; asm["__lou_translateWithTracing"] = function() {
-  assert(runtimeInitialized, 'you need to wait for the runtime to be ready (e.g. wait for main() to be called)');
-  assert(!runtimeExited, 'the runtime was exited (use NO_EXIT_RUNTIME to keep it alive after main() exits)');
-  return real___lou_translateWithTracing.apply(null, arguments);
-};
-
-var real__fflush = asm["_fflush"]; asm["_fflush"] = function() {
-  assert(runtimeInitialized, 'you need to wait for the runtime to be ready (e.g. wait for main() to be called)');
-  assert(!runtimeExited, 'the runtime was exited (use NO_EXIT_RUNTIME to keep it alive after main() exits)');
-  return real__fflush.apply(null, arguments);
-};
-
-var real__free = asm["_free"]; asm["_free"] = function() {
-  assert(runtimeInitialized, 'you need to wait for the runtime to be ready (e.g. wait for main() to be called)');
-  assert(!runtimeExited, 'the runtime was exited (use NO_EXIT_RUNTIME to keep it alive after main() exits)');
-  return real__free.apply(null, arguments);
-};
-
-var real__llvm_bswap_i32 = asm["_llvm_bswap_i32"]; asm["_llvm_bswap_i32"] = function() {
-  assert(runtimeInitialized, 'you need to wait for the runtime to be ready (e.g. wait for main() to be called)');
-  assert(!runtimeExited, 'the runtime was exited (use NO_EXIT_RUNTIME to keep it alive after main() exits)');
-  return real__llvm_bswap_i32.apply(null, arguments);
-};
-
-var real__lou_backTranslate = asm["_lou_backTranslate"]; asm["_lou_backTranslate"] = function() {
-  assert(runtimeInitialized, 'you need to wait for the runtime to be ready (e.g. wait for main() to be called)');
-  assert(!runtimeExited, 'the runtime was exited (use NO_EXIT_RUNTIME to keep it alive after main() exits)');
-  return real__lou_backTranslate.apply(null, arguments);
-};
-
-var real__lou_backTranslateString = asm["_lou_backTranslateString"]; asm["_lou_backTranslateString"] = function() {
-  assert(runtimeInitialized, 'you need to wait for the runtime to be ready (e.g. wait for main() to be called)');
-  assert(!runtimeExited, 'the runtime was exited (use NO_EXIT_RUNTIME to keep it alive after main() exits)');
-  return real__lou_backTranslateString.apply(null, arguments);
-};
-
-var real__lou_charSize = asm["_lou_charSize"]; asm["_lou_charSize"] = function() {
-  assert(runtimeInitialized, 'you need to wait for the runtime to be ready (e.g. wait for main() to be called)');
-  assert(!runtimeExited, 'the runtime was exited (use NO_EXIT_RUNTIME to keep it alive after main() exits)');
-  return real__lou_charSize.apply(null, arguments);
-};
-
-var real__lou_charToDots = asm["_lou_charToDots"]; asm["_lou_charToDots"] = function() {
-  assert(runtimeInitialized, 'you need to wait for the runtime to be ready (e.g. wait for main() to be called)');
-  assert(!runtimeExited, 'the runtime was exited (use NO_EXIT_RUNTIME to keep it alive after main() exits)');
-  return real__lou_charToDots.apply(null, arguments);
-};
-
-var real__lou_checkTable = asm["_lou_checkTable"]; asm["_lou_checkTable"] = function() {
-  assert(runtimeInitialized, 'you need to wait for the runtime to be ready (e.g. wait for main() to be called)');
-  assert(!runtimeExited, 'the runtime was exited (use NO_EXIT_RUNTIME to keep it alive after main() exits)');
-  return real__lou_checkTable.apply(null, arguments);
-};
-
-var real__lou_compileString = asm["_lou_compileString"]; asm["_lou_compileString"] = function() {
-  assert(runtimeInitialized, 'you need to wait for the runtime to be ready (e.g. wait for main() to be called)');
-  assert(!runtimeExited, 'the runtime was exited (use NO_EXIT_RUNTIME to keep it alive after main() exits)');
-  return real__lou_compileString.apply(null, arguments);
-};
-
-var real__lou_dotsToChar = asm["_lou_dotsToChar"]; asm["_lou_dotsToChar"] = function() {
-  assert(runtimeInitialized, 'you need to wait for the runtime to be ready (e.g. wait for main() to be called)');
-  assert(!runtimeExited, 'the runtime was exited (use NO_EXIT_RUNTIME to keep it alive after main() exits)');
-  return real__lou_dotsToChar.apply(null, arguments);
-};
-
-var real__lou_findTable = asm["_lou_findTable"]; asm["_lou_findTable"] = function() {
-  assert(runtimeInitialized, 'you need to wait for the runtime to be ready (e.g. wait for main() to be called)');
-  assert(!runtimeExited, 'the runtime was exited (use NO_EXIT_RUNTIME to keep it alive after main() exits)');
-  return real__lou_findTable.apply(null, arguments);
-};
-
-var real__lou_findTables = asm["_lou_findTables"]; asm["_lou_findTables"] = function() {
-  assert(runtimeInitialized, 'you need to wait for the runtime to be ready (e.g. wait for main() to be called)');
-  assert(!runtimeExited, 'the runtime was exited (use NO_EXIT_RUNTIME to keep it alive after main() exits)');
-  return real__lou_findTables.apply(null, arguments);
-};
-
-var real__lou_free = asm["_lou_free"]; asm["_lou_free"] = function() {
-  assert(runtimeInitialized, 'you need to wait for the runtime to be ready (e.g. wait for main() to be called)');
-  assert(!runtimeExited, 'the runtime was exited (use NO_EXIT_RUNTIME to keep it alive after main() exits)');
-  return real__lou_free.apply(null, arguments);
-};
-
-var real__lou_getDataPath = asm["_lou_getDataPath"]; asm["_lou_getDataPath"] = function() {
-  assert(runtimeInitialized, 'you need to wait for the runtime to be ready (e.g. wait for main() to be called)');
-  assert(!runtimeExited, 'the runtime was exited (use NO_EXIT_RUNTIME to keep it alive after main() exits)');
-  return real__lou_getDataPath.apply(null, arguments);
-};
-
-var real__lou_getEmphClasses = asm["_lou_getEmphClasses"]; asm["_lou_getEmphClasses"] = function() {
-  assert(runtimeInitialized, 'you need to wait for the runtime to be ready (e.g. wait for main() to be called)');
-  assert(!runtimeExited, 'the runtime was exited (use NO_EXIT_RUNTIME to keep it alive after main() exits)');
-  return real__lou_getEmphClasses.apply(null, arguments);
-};
-
-var real__lou_getTable = asm["_lou_getTable"]; asm["_lou_getTable"] = function() {
-  assert(runtimeInitialized, 'you need to wait for the runtime to be ready (e.g. wait for main() to be called)');
-  assert(!runtimeExited, 'the runtime was exited (use NO_EXIT_RUNTIME to keep it alive after main() exits)');
-  return real__lou_getTable.apply(null, arguments);
-};
-
-var real__lou_getTableInfo = asm["_lou_getTableInfo"]; asm["_lou_getTableInfo"] = function() {
-  assert(runtimeInitialized, 'you need to wait for the runtime to be ready (e.g. wait for main() to be called)');
-  assert(!runtimeExited, 'the runtime was exited (use NO_EXIT_RUNTIME to keep it alive after main() exits)');
-  return real__lou_getTableInfo.apply(null, arguments);
-};
-
-var real__lou_getTypeformForEmphClass = asm["_lou_getTypeformForEmphClass"]; asm["_lou_getTypeformForEmphClass"] = function() {
-  assert(runtimeInitialized, 'you need to wait for the runtime to be ready (e.g. wait for main() to be called)');
-  assert(!runtimeExited, 'the runtime was exited (use NO_EXIT_RUNTIME to keep it alive after main() exits)');
-  return real__lou_getTypeformForEmphClass.apply(null, arguments);
-};
-
-var real__lou_hyphenate = asm["_lou_hyphenate"]; asm["_lou_hyphenate"] = function() {
-  assert(runtimeInitialized, 'you need to wait for the runtime to be ready (e.g. wait for main() to be called)');
-  assert(!runtimeExited, 'the runtime was exited (use NO_EXIT_RUNTIME to keep it alive after main() exits)');
-  return real__lou_hyphenate.apply(null, arguments);
-};
-
-var real__lou_indexTables = asm["_lou_indexTables"]; asm["_lou_indexTables"] = function() {
-  assert(runtimeInitialized, 'you need to wait for the runtime to be ready (e.g. wait for main() to be called)');
-  assert(!runtimeExited, 'the runtime was exited (use NO_EXIT_RUNTIME to keep it alive after main() exits)');
-  return real__lou_indexTables.apply(null, arguments);
-};
-
-var real__lou_listTables = asm["_lou_listTables"]; asm["_lou_listTables"] = function() {
-  assert(runtimeInitialized, 'you need to wait for the runtime to be ready (e.g. wait for main() to be called)');
-  assert(!runtimeExited, 'the runtime was exited (use NO_EXIT_RUNTIME to keep it alive after main() exits)');
-  return real__lou_listTables.apply(null, arguments);
-};
-
-var real__lou_logEnd = asm["_lou_logEnd"]; asm["_lou_logEnd"] = function() {
-  assert(runtimeInitialized, 'you need to wait for the runtime to be ready (e.g. wait for main() to be called)');
-  assert(!runtimeExited, 'the runtime was exited (use NO_EXIT_RUNTIME to keep it alive after main() exits)');
-  return real__lou_logEnd.apply(null, arguments);
-};
-
-var real__lou_logFile = asm["_lou_logFile"]; asm["_lou_logFile"] = function() {
-  assert(runtimeInitialized, 'you need to wait for the runtime to be ready (e.g. wait for main() to be called)');
-  assert(!runtimeExited, 'the runtime was exited (use NO_EXIT_RUNTIME to keep it alive after main() exits)');
-  return real__lou_logFile.apply(null, arguments);
-};
-
-var real__lou_logPrint = asm["_lou_logPrint"]; asm["_lou_logPrint"] = function() {
-  assert(runtimeInitialized, 'you need to wait for the runtime to be ready (e.g. wait for main() to be called)');
-  assert(!runtimeExited, 'the runtime was exited (use NO_EXIT_RUNTIME to keep it alive after main() exits)');
-  return real__lou_logPrint.apply(null, arguments);
-};
-
-var real__lou_readCharFromFile = asm["_lou_readCharFromFile"]; asm["_lou_readCharFromFile"] = function() {
-  assert(runtimeInitialized, 'you need to wait for the runtime to be ready (e.g. wait for main() to be called)');
-  assert(!runtimeExited, 'the runtime was exited (use NO_EXIT_RUNTIME to keep it alive after main() exits)');
-  return real__lou_readCharFromFile.apply(null, arguments);
-};
-
-var real__lou_registerLogCallback = asm["_lou_registerLogCallback"]; asm["_lou_registerLogCallback"] = function() {
-  assert(runtimeInitialized, 'you need to wait for the runtime to be ready (e.g. wait for main() to be called)');
-  assert(!runtimeExited, 'the runtime was exited (use NO_EXIT_RUNTIME to keep it alive after main() exits)');
-  return real__lou_registerLogCallback.apply(null, arguments);
-};
-
-var real__lou_registerTableResolver = asm["_lou_registerTableResolver"]; asm["_lou_registerTableResolver"] = function() {
-  assert(runtimeInitialized, 'you need to wait for the runtime to be ready (e.g. wait for main() to be called)');
-  assert(!runtimeExited, 'the runtime was exited (use NO_EXIT_RUNTIME to keep it alive after main() exits)');
-  return real__lou_registerTableResolver.apply(null, arguments);
-};
-
-var real__lou_setDataPath = asm["_lou_setDataPath"]; asm["_lou_setDataPath"] = function() {
-  assert(runtimeInitialized, 'you need to wait for the runtime to be ready (e.g. wait for main() to be called)');
-  assert(!runtimeExited, 'the runtime was exited (use NO_EXIT_RUNTIME to keep it alive after main() exits)');
-  return real__lou_setDataPath.apply(null, arguments);
-};
-
-var real__lou_setLogLevel = asm["_lou_setLogLevel"]; asm["_lou_setLogLevel"] = function() {
-  assert(runtimeInitialized, 'you need to wait for the runtime to be ready (e.g. wait for main() to be called)');
-  assert(!runtimeExited, 'the runtime was exited (use NO_EXIT_RUNTIME to keep it alive after main() exits)');
-  return real__lou_setLogLevel.apply(null, arguments);
-};
-
-var real__lou_translate = asm["_lou_translate"]; asm["_lou_translate"] = function() {
-  assert(runtimeInitialized, 'you need to wait for the runtime to be ready (e.g. wait for main() to be called)');
-  assert(!runtimeExited, 'the runtime was exited (use NO_EXIT_RUNTIME to keep it alive after main() exits)');
-  return real__lou_translate.apply(null, arguments);
-};
-
-var real__lou_translatePrehyphenated = asm["_lou_translatePrehyphenated"]; asm["_lou_translatePrehyphenated"] = function() {
-  assert(runtimeInitialized, 'you need to wait for the runtime to be ready (e.g. wait for main() to be called)');
-  assert(!runtimeExited, 'the runtime was exited (use NO_EXIT_RUNTIME to keep it alive after main() exits)');
-  return real__lou_translatePrehyphenated.apply(null, arguments);
-};
-
-var real__lou_translateString = asm["_lou_translateString"]; asm["_lou_translateString"] = function() {
-  assert(runtimeInitialized, 'you need to wait for the runtime to be ready (e.g. wait for main() to be called)');
-  assert(!runtimeExited, 'the runtime was exited (use NO_EXIT_RUNTIME to keep it alive after main() exits)');
-  return real__lou_translateString.apply(null, arguments);
-};
-
-var real__lou_version = asm["_lou_version"]; asm["_lou_version"] = function() {
-  assert(runtimeInitialized, 'you need to wait for the runtime to be ready (e.g. wait for main() to be called)');
-  assert(!runtimeExited, 'the runtime was exited (use NO_EXIT_RUNTIME to keep it alive after main() exits)');
-  return real__lou_version.apply(null, arguments);
-};
-
-var real__malloc = asm["_malloc"]; asm["_malloc"] = function() {
-  assert(runtimeInitialized, 'you need to wait for the runtime to be ready (e.g. wait for main() to be called)');
-  assert(!runtimeExited, 'the runtime was exited (use NO_EXIT_RUNTIME to keep it alive after main() exits)');
-  return real__malloc.apply(null, arguments);
-};
-
-var real__memmove = asm["_memmove"]; asm["_memmove"] = function() {
-  assert(runtimeInitialized, 'you need to wait for the runtime to be ready (e.g. wait for main() to be called)');
-  assert(!runtimeExited, 'the runtime was exited (use NO_EXIT_RUNTIME to keep it alive after main() exits)');
-  return real__memmove.apply(null, arguments);
-};
-
-var real__sbrk = asm["_sbrk"]; asm["_sbrk"] = function() {
-  assert(runtimeInitialized, 'you need to wait for the runtime to be ready (e.g. wait for main() to be called)');
-  assert(!runtimeExited, 'the runtime was exited (use NO_EXIT_RUNTIME to keep it alive after main() exits)');
-  return real__sbrk.apply(null, arguments);
-};
-
-var real_establishStackSpace = asm["establishStackSpace"]; asm["establishStackSpace"] = function() {
-  assert(runtimeInitialized, 'you need to wait for the runtime to be ready (e.g. wait for main() to be called)');
-  assert(!runtimeExited, 'the runtime was exited (use NO_EXIT_RUNTIME to keep it alive after main() exits)');
-  return real_establishStackSpace.apply(null, arguments);
-};
-
-var real_setThrew = asm["setThrew"]; asm["setThrew"] = function() {
-  assert(runtimeInitialized, 'you need to wait for the runtime to be ready (e.g. wait for main() to be called)');
-  assert(!runtimeExited, 'the runtime was exited (use NO_EXIT_RUNTIME to keep it alive after main() exits)');
-  return real_setThrew.apply(null, arguments);
-};
-
-var real_stackAlloc = asm["stackAlloc"]; asm["stackAlloc"] = function() {
-  assert(runtimeInitialized, 'you need to wait for the runtime to be ready (e.g. wait for main() to be called)');
-  assert(!runtimeExited, 'the runtime was exited (use NO_EXIT_RUNTIME to keep it alive after main() exits)');
-  return real_stackAlloc.apply(null, arguments);
-};
-
-var real_stackRestore = asm["stackRestore"]; asm["stackRestore"] = function() {
-  assert(runtimeInitialized, 'you need to wait for the runtime to be ready (e.g. wait for main() to be called)');
-  assert(!runtimeExited, 'the runtime was exited (use NO_EXIT_RUNTIME to keep it alive after main() exits)');
-  return real_stackRestore.apply(null, arguments);
-};
+(asmGlobalArg, asmLibraryArg, buffer);
 
-var real_stackSave = asm["stackSave"]; asm["stackSave"] = function() {
-  assert(runtimeInitialized, 'you need to wait for the runtime to be ready (e.g. wait for main() to be called)');
-  assert(!runtimeExited, 'the runtime was exited (use NO_EXIT_RUNTIME to keep it alive after main() exits)');
-  return real_stackSave.apply(null, arguments);
-};
 Module["asm"] = asm;
 var ___emscripten_environ_constructor = Module["___emscripten_environ_constructor"] = function() {
   assert(runtimeInitialized, 'you need to wait for the runtime to be ready (e.g. wait for main() to be called)');
   assert(!runtimeExited, 'the runtime was exited (use NO_EXIT_RUNTIME to keep it alive after main() exits)');
-  return Module["asm"]["___emscripten_environ_constructor"].apply(null, arguments) };
+  return Module["asm"]["___emscripten_environ_constructor"].apply(null, arguments)
+};
+
 var ___errno_location = Module["___errno_location"] = function() {
   assert(runtimeInitialized, 'you need to wait for the runtime to be ready (e.g. wait for main() to be called)');
   assert(!runtimeExited, 'the runtime was exited (use NO_EXIT_RUNTIME to keep it alive after main() exits)');
-  return Module["asm"]["___errno_location"].apply(null, arguments) };
+  return Module["asm"]["___errno_location"].apply(null, arguments)
+};
+
 var __get_environ = Module["__get_environ"] = function() {
   assert(runtimeInitialized, 'you need to wait for the runtime to be ready (e.g. wait for main() to be called)');
   assert(!runtimeExited, 'the runtime was exited (use NO_EXIT_RUNTIME to keep it alive after main() exits)');
-  return Module["asm"]["__get_environ"].apply(null, arguments) };
+  return Module["asm"]["__get_environ"].apply(null, arguments)
+};
+
 var __lou_allocMem = Module["__lou_allocMem"] = function() {
   assert(runtimeInitialized, 'you need to wait for the runtime to be ready (e.g. wait for main() to be called)');
   assert(!runtimeExited, 'the runtime was exited (use NO_EXIT_RUNTIME to keep it alive after main() exits)');
-  return Module["asm"]["__lou_allocMem"].apply(null, arguments) };
+  return Module["asm"]["__lou_allocMem"].apply(null, arguments)
+};
+
 var __lou_backTranslateWithTracing = Module["__lou_backTranslateWithTracing"] = function() {
   assert(runtimeInitialized, 'you need to wait for the runtime to be ready (e.g. wait for main() to be called)');
   assert(!runtimeExited, 'the runtime was exited (use NO_EXIT_RUNTIME to keep it alive after main() exits)');
-  return Module["asm"]["__lou_backTranslateWithTracing"].apply(null, arguments) };
+  return Module["asm"]["__lou_backTranslateWithTracing"].apply(null, arguments)
+};
+
 var __lou_charHash = Module["__lou_charHash"] = function() {
   assert(runtimeInitialized, 'you need to wait for the runtime to be ready (e.g. wait for main() to be called)');
   assert(!runtimeExited, 'the runtime was exited (use NO_EXIT_RUNTIME to keep it alive after main() exits)');
-  return Module["asm"]["__lou_charHash"].apply(null, arguments) };
+  return Module["asm"]["__lou_charHash"].apply(null, arguments)
+};
+
+var __lou_charToFallbackDots = Module["__lou_charToFallbackDots"] = function() {
+  assert(runtimeInitialized, 'you need to wait for the runtime to be ready (e.g. wait for main() to be called)');
+  assert(!runtimeExited, 'the runtime was exited (use NO_EXIT_RUNTIME to keep it alive after main() exits)');
+  return Module["asm"]["__lou_charToFallbackDots"].apply(null, arguments)
+};
+
 var __lou_defaultTableResolver = Module["__lou_defaultTableResolver"] = function() {
   assert(runtimeInitialized, 'you need to wait for the runtime to be ready (e.g. wait for main() to be called)');
   assert(!runtimeExited, 'the runtime was exited (use NO_EXIT_RUNTIME to keep it alive after main() exits)');
-  return Module["asm"]["__lou_defaultTableResolver"].apply(null, arguments) };
+  return Module["asm"]["__lou_defaultTableResolver"].apply(null, arguments)
+};
+
 var __lou_extParseChars = Module["__lou_extParseChars"] = function() {
   assert(runtimeInitialized, 'you need to wait for the runtime to be ready (e.g. wait for main() to be called)');
   assert(!runtimeExited, 'the runtime was exited (use NO_EXIT_RUNTIME to keep it alive after main() exits)');
-  return Module["asm"]["__lou_extParseChars"].apply(null, arguments) };
+  return Module["asm"]["__lou_extParseChars"].apply(null, arguments)
+};
+
 var __lou_extParseDots = Module["__lou_extParseDots"] = function() {
   assert(runtimeInitialized, 'you need to wait for the runtime to be ready (e.g. wait for main() to be called)');
   assert(!runtimeExited, 'the runtime was exited (use NO_EXIT_RUNTIME to keep it alive after main() exits)');
-  return Module["asm"]["__lou_extParseDots"].apply(null, arguments) };
+  return Module["asm"]["__lou_extParseDots"].apply(null, arguments)
+};
+
 var __lou_findOpcodeName = Module["__lou_findOpcodeName"] = function() {
   assert(runtimeInitialized, 'you need to wait for the runtime to be ready (e.g. wait for main() to be called)');
   assert(!runtimeExited, 'the runtime was exited (use NO_EXIT_RUNTIME to keep it alive after main() exits)');
-  return Module["asm"]["__lou_findOpcodeName"].apply(null, arguments) };
+  return Module["asm"]["__lou_findOpcodeName"].apply(null, arguments)
+};
+
 var __lou_findOpcodeNumber = Module["__lou_findOpcodeNumber"] = function() {
   assert(runtimeInitialized, 'you need to wait for the runtime to be ready (e.g. wait for main() to be called)');
   assert(!runtimeExited, 'the runtime was exited (use NO_EXIT_RUNTIME to keep it alive after main() exits)');
-  return Module["asm"]["__lou_findOpcodeNumber"].apply(null, arguments) };
+  return Module["asm"]["__lou_findOpcodeNumber"].apply(null, arguments)
+};
+
 var __lou_getALine = Module["__lou_getALine"] = function() {
   assert(runtimeInitialized, 'you need to wait for the runtime to be ready (e.g. wait for main() to be called)');
   assert(!runtimeExited, 'the runtime was exited (use NO_EXIT_RUNTIME to keep it alive after main() exits)');
-  return Module["asm"]["__lou_getALine"].apply(null, arguments) };
+  return Module["asm"]["__lou_getALine"].apply(null, arguments)
+};
+
 var __lou_getCharFromDots = Module["__lou_getCharFromDots"] = function() {
   assert(runtimeInitialized, 'you need to wait for the runtime to be ready (e.g. wait for main() to be called)');
   assert(!runtimeExited, 'the runtime was exited (use NO_EXIT_RUNTIME to keep it alive after main() exits)');
-  return Module["asm"]["__lou_getCharFromDots"].apply(null, arguments) };
+  return Module["asm"]["__lou_getCharFromDots"].apply(null, arguments)
+};
+
+var __lou_getCurrentDisplayTable = Module["__lou_getCurrentDisplayTable"] = function() {
+  assert(runtimeInitialized, 'you need to wait for the runtime to be ready (e.g. wait for main() to be called)');
+  assert(!runtimeExited, 'the runtime was exited (use NO_EXIT_RUNTIME to keep it alive after main() exits)');
+  return Module["asm"]["__lou_getCurrentDisplayTable"].apply(null, arguments)
+};
+
 var __lou_getDotsForChar = Module["__lou_getDotsForChar"] = function() {
   assert(runtimeInitialized, 'you need to wait for the runtime to be ready (e.g. wait for main() to be called)');
   assert(!runtimeExited, 'the runtime was exited (use NO_EXIT_RUNTIME to keep it alive after main() exits)');
-  return Module["asm"]["__lou_getDotsForChar"].apply(null, arguments) };
-var __lou_getLastTableList = Module["__lou_getLastTableList"] = function() {
-  assert(runtimeInitialized, 'you need to wait for the runtime to be ready (e.g. wait for main() to be called)');
-  assert(!runtimeExited, 'the runtime was exited (use NO_EXIT_RUNTIME to keep it alive after main() exits)');
-  return Module["asm"]["__lou_getLastTableList"].apply(null, arguments) };
+  return Module["asm"]["__lou_getDotsForChar"].apply(null, arguments)
+};
+
 var __lou_getTablePath = Module["__lou_getTablePath"] = function() {
   assert(runtimeInitialized, 'you need to wait for the runtime to be ready (e.g. wait for main() to be called)');
   assert(!runtimeExited, 'the runtime was exited (use NO_EXIT_RUNTIME to keep it alive after main() exits)');
-  return Module["asm"]["__lou_getTablePath"].apply(null, arguments) };
+  return Module["asm"]["__lou_getTablePath"].apply(null, arguments)
+};
+
 var __lou_handlePassVariableAction = Module["__lou_handlePassVariableAction"] = function() {
   assert(runtimeInitialized, 'you need to wait for the runtime to be ready (e.g. wait for main() to be called)');
   assert(!runtimeExited, 'the runtime was exited (use NO_EXIT_RUNTIME to keep it alive after main() exits)');
-  return Module["asm"]["__lou_handlePassVariableAction"].apply(null, arguments) };
+  return Module["asm"]["__lou_handlePassVariableAction"].apply(null, arguments)
+};
+
 var __lou_handlePassVariableTest = Module["__lou_handlePassVariableTest"] = function() {
   assert(runtimeInitialized, 'you need to wait for the runtime to be ready (e.g. wait for main() to be called)');
   assert(!runtimeExited, 'the runtime was exited (use NO_EXIT_RUNTIME to keep it alive after main() exits)');
-  return Module["asm"]["__lou_handlePassVariableTest"].apply(null, arguments) };
+  return Module["asm"]["__lou_handlePassVariableTest"].apply(null, arguments)
+};
+
+var __lou_isValidMode = Module["__lou_isValidMode"] = function() {
+  assert(runtimeInitialized, 'you need to wait for the runtime to be ready (e.g. wait for main() to be called)');
+  assert(!runtimeExited, 'the runtime was exited (use NO_EXIT_RUNTIME to keep it alive after main() exits)');
+  return Module["asm"]["__lou_isValidMode"].apply(null, arguments)
+};
+
 var __lou_logMessage = Module["__lou_logMessage"] = function() {
   assert(runtimeInitialized, 'you need to wait for the runtime to be ready (e.g. wait for main() to be called)');
   assert(!runtimeExited, 'the runtime was exited (use NO_EXIT_RUNTIME to keep it alive after main() exits)');
-  return Module["asm"]["__lou_logMessage"].apply(null, arguments) };
+  return Module["asm"]["__lou_logMessage"].apply(null, arguments)
+};
+
 var __lou_logWidecharBuf = Module["__lou_logWidecharBuf"] = function() {
   assert(runtimeInitialized, 'you need to wait for the runtime to be ready (e.g. wait for main() to be called)');
   assert(!runtimeExited, 'the runtime was exited (use NO_EXIT_RUNTIME to keep it alive after main() exits)');
-  return Module["asm"]["__lou_logWidecharBuf"].apply(null, arguments) };
+  return Module["asm"]["__lou_logWidecharBuf"].apply(null, arguments)
+};
+
 var __lou_outOfMemory = Module["__lou_outOfMemory"] = function() {
   assert(runtimeInitialized, 'you need to wait for the runtime to be ready (e.g. wait for main() to be called)');
   assert(!runtimeExited, 'the runtime was exited (use NO_EXIT_RUNTIME to keep it alive after main() exits)');
-  return Module["asm"]["__lou_outOfMemory"].apply(null, arguments) };
+  return Module["asm"]["__lou_outOfMemory"].apply(null, arguments)
+};
+
 var __lou_pattern_check = Module["__lou_pattern_check"] = function() {
   assert(runtimeInitialized, 'you need to wait for the runtime to be ready (e.g. wait for main() to be called)');
   assert(!runtimeExited, 'the runtime was exited (use NO_EXIT_RUNTIME to keep it alive after main() exits)');
-  return Module["asm"]["__lou_pattern_check"].apply(null, arguments) };
+  return Module["asm"]["__lou_pattern_check"].apply(null, arguments)
+};
+
 var __lou_pattern_compile = Module["__lou_pattern_compile"] = function() {
   assert(runtimeInitialized, 'you need to wait for the runtime to be ready (e.g. wait for main() to be called)');
   assert(!runtimeExited, 'the runtime was exited (use NO_EXIT_RUNTIME to keep it alive after main() exits)');
-  return Module["asm"]["__lou_pattern_compile"].apply(null, arguments) };
+  return Module["asm"]["__lou_pattern_compile"].apply(null, arguments)
+};
+
 var __lou_pattern_reverse = Module["__lou_pattern_reverse"] = function() {
   assert(runtimeInitialized, 'you need to wait for the runtime to be ready (e.g. wait for main() to be called)');
   assert(!runtimeExited, 'the runtime was exited (use NO_EXIT_RUNTIME to keep it alive after main() exits)');
-  return Module["asm"]["__lou_pattern_reverse"].apply(null, arguments) };
+  return Module["asm"]["__lou_pattern_reverse"].apply(null, arguments)
+};
+
 var __lou_resetPassVariables = Module["__lou_resetPassVariables"] = function() {
   assert(runtimeInitialized, 'you need to wait for the runtime to be ready (e.g. wait for main() to be called)');
   assert(!runtimeExited, 'the runtime was exited (use NO_EXIT_RUNTIME to keep it alive after main() exits)');
-  return Module["asm"]["__lou_resetPassVariables"].apply(null, arguments) };
+  return Module["asm"]["__lou_resetPassVariables"].apply(null, arguments)
+};
+
 var __lou_resolveTable = Module["__lou_resolveTable"] = function() {
   assert(runtimeInitialized, 'you need to wait for the runtime to be ready (e.g. wait for main() to be called)');
   assert(!runtimeExited, 'the runtime was exited (use NO_EXIT_RUNTIME to keep it alive after main() exits)');
-  return Module["asm"]["__lou_resolveTable"].apply(null, arguments) };
+  return Module["asm"]["__lou_resolveTable"].apply(null, arguments)
+};
+
 var __lou_showAttributes = Module["__lou_showAttributes"] = function() {
   assert(runtimeInitialized, 'you need to wait for the runtime to be ready (e.g. wait for main() to be called)');
   assert(!runtimeExited, 'the runtime was exited (use NO_EXIT_RUNTIME to keep it alive after main() exits)');
-  return Module["asm"]["__lou_showAttributes"].apply(null, arguments) };
+  return Module["asm"]["__lou_showAttributes"].apply(null, arguments)
+};
+
 var __lou_showDots = Module["__lou_showDots"] = function() {
   assert(runtimeInitialized, 'you need to wait for the runtime to be ready (e.g. wait for main() to be called)');
   assert(!runtimeExited, 'the runtime was exited (use NO_EXIT_RUNTIME to keep it alive after main() exits)');
-  return Module["asm"]["__lou_showDots"].apply(null, arguments) };
+  return Module["asm"]["__lou_showDots"].apply(null, arguments)
+};
+
 var __lou_showString = Module["__lou_showString"] = function() {
   assert(runtimeInitialized, 'you need to wait for the runtime to be ready (e.g. wait for main() to be called)');
   assert(!runtimeExited, 'the runtime was exited (use NO_EXIT_RUNTIME to keep it alive after main() exits)');
-  return Module["asm"]["__lou_showString"].apply(null, arguments) };
+  return Module["asm"]["__lou_showString"].apply(null, arguments)
+};
+
 var __lou_stringHash = Module["__lou_stringHash"] = function() {
   assert(runtimeInitialized, 'you need to wait for the runtime to be ready (e.g. wait for main() to be called)');
   assert(!runtimeExited, 'the runtime was exited (use NO_EXIT_RUNTIME to keep it alive after main() exits)');
-  return Module["asm"]["__lou_stringHash"].apply(null, arguments) };
+  return Module["asm"]["__lou_stringHash"].apply(null, arguments)
+};
+
 var __lou_translateWithTracing = Module["__lou_translateWithTracing"] = function() {
   assert(runtimeInitialized, 'you need to wait for the runtime to be ready (e.g. wait for main() to be called)');
   assert(!runtimeExited, 'the runtime was exited (use NO_EXIT_RUNTIME to keep it alive after main() exits)');
-  return Module["asm"]["__lou_translateWithTracing"].apply(null, arguments) };
+  return Module["asm"]["__lou_translateWithTracing"].apply(null, arguments)
+};
+
+var __lou_unknownDots = Module["__lou_unknownDots"] = function() {
+  assert(runtimeInitialized, 'you need to wait for the runtime to be ready (e.g. wait for main() to be called)');
+  assert(!runtimeExited, 'the runtime was exited (use NO_EXIT_RUNTIME to keep it alive after main() exits)');
+  return Module["asm"]["__lou_unknownDots"].apply(null, arguments)
+};
+
 var _fflush = Module["_fflush"] = function() {
   assert(runtimeInitialized, 'you need to wait for the runtime to be ready (e.g. wait for main() to be called)');
   assert(!runtimeExited, 'the runtime was exited (use NO_EXIT_RUNTIME to keep it alive after main() exits)');
-  return Module["asm"]["_fflush"].apply(null, arguments) };
+  return Module["asm"]["_fflush"].apply(null, arguments)
+};
+
 var _free = Module["_free"] = function() {
   assert(runtimeInitialized, 'you need to wait for the runtime to be ready (e.g. wait for main() to be called)');
   assert(!runtimeExited, 'the runtime was exited (use NO_EXIT_RUNTIME to keep it alive after main() exits)');
-  return Module["asm"]["_free"].apply(null, arguments) };
-var _llvm_bswap_i32 = Module["_llvm_bswap_i32"] = function() {
-  assert(runtimeInitialized, 'you need to wait for the runtime to be ready (e.g. wait for main() to be called)');
-  assert(!runtimeExited, 'the runtime was exited (use NO_EXIT_RUNTIME to keep it alive after main() exits)');
-  return Module["asm"]["_llvm_bswap_i32"].apply(null, arguments) };
+  return Module["asm"]["_free"].apply(null, arguments)
+};
+
 var _lou_backTranslate = Module["_lou_backTranslate"] = function() {
   assert(runtimeInitialized, 'you need to wait for the runtime to be ready (e.g. wait for main() to be called)');
   assert(!runtimeExited, 'the runtime was exited (use NO_EXIT_RUNTIME to keep it alive after main() exits)');
-  return Module["asm"]["_lou_backTranslate"].apply(null, arguments) };
+  return Module["asm"]["_lou_backTranslate"].apply(null, arguments)
+};
+
 var _lou_backTranslateString = Module["_lou_backTranslateString"] = function() {
   assert(runtimeInitialized, 'you need to wait for the runtime to be ready (e.g. wait for main() to be called)');
   assert(!runtimeExited, 'the runtime was exited (use NO_EXIT_RUNTIME to keep it alive after main() exits)');
-  return Module["asm"]["_lou_backTranslateString"].apply(null, arguments) };
+  return Module["asm"]["_lou_backTranslateString"].apply(null, arguments)
+};
+
 var _lou_charSize = Module["_lou_charSize"] = function() {
   assert(runtimeInitialized, 'you need to wait for the runtime to be ready (e.g. wait for main() to be called)');
   assert(!runtimeExited, 'the runtime was exited (use NO_EXIT_RUNTIME to keep it alive after main() exits)');
-  return Module["asm"]["_lou_charSize"].apply(null, arguments) };
+  return Module["asm"]["_lou_charSize"].apply(null, arguments)
+};
+
 var _lou_charToDots = Module["_lou_charToDots"] = function() {
   assert(runtimeInitialized, 'you need to wait for the runtime to be ready (e.g. wait for main() to be called)');
   assert(!runtimeExited, 'the runtime was exited (use NO_EXIT_RUNTIME to keep it alive after main() exits)');
-  return Module["asm"]["_lou_charToDots"].apply(null, arguments) };
+  return Module["asm"]["_lou_charToDots"].apply(null, arguments)
+};
+
 var _lou_checkTable = Module["_lou_checkTable"] = function() {
   assert(runtimeInitialized, 'you need to wait for the runtime to be ready (e.g. wait for main() to be called)');
   assert(!runtimeExited, 'the runtime was exited (use NO_EXIT_RUNTIME to keep it alive after main() exits)');
-  return Module["asm"]["_lou_checkTable"].apply(null, arguments) };
+  return Module["asm"]["_lou_checkTable"].apply(null, arguments)
+};
+
 var _lou_compileString = Module["_lou_compileString"] = function() {
   assert(runtimeInitialized, 'you need to wait for the runtime to be ready (e.g. wait for main() to be called)');
   assert(!runtimeExited, 'the runtime was exited (use NO_EXIT_RUNTIME to keep it alive after main() exits)');
-  return Module["asm"]["_lou_compileString"].apply(null, arguments) };
+  return Module["asm"]["_lou_compileString"].apply(null, arguments)
+};
+
 var _lou_dotsToChar = Module["_lou_dotsToChar"] = function() {
   assert(runtimeInitialized, 'you need to wait for the runtime to be ready (e.g. wait for main() to be called)');
   assert(!runtimeExited, 'the runtime was exited (use NO_EXIT_RUNTIME to keep it alive after main() exits)');
-  return Module["asm"]["_lou_dotsToChar"].apply(null, arguments) };
+  return Module["asm"]["_lou_dotsToChar"].apply(null, arguments)
+};
+
 var _lou_findTable = Module["_lou_findTable"] = function() {
   assert(runtimeInitialized, 'you need to wait for the runtime to be ready (e.g. wait for main() to be called)');
   assert(!runtimeExited, 'the runtime was exited (use NO_EXIT_RUNTIME to keep it alive after main() exits)');
-  return Module["asm"]["_lou_findTable"].apply(null, arguments) };
+  return Module["asm"]["_lou_findTable"].apply(null, arguments)
+};
+
 var _lou_findTables = Module["_lou_findTables"] = function() {
   assert(runtimeInitialized, 'you need to wait for the runtime to be ready (e.g. wait for main() to be called)');
   assert(!runtimeExited, 'the runtime was exited (use NO_EXIT_RUNTIME to keep it alive after main() exits)');
-  return Module["asm"]["_lou_findTables"].apply(null, arguments) };
+  return Module["asm"]["_lou_findTables"].apply(null, arguments)
+};
+
 var _lou_free = Module["_lou_free"] = function() {
   assert(runtimeInitialized, 'you need to wait for the runtime to be ready (e.g. wait for main() to be called)');
   assert(!runtimeExited, 'the runtime was exited (use NO_EXIT_RUNTIME to keep it alive after main() exits)');
-  return Module["asm"]["_lou_free"].apply(null, arguments) };
+  return Module["asm"]["_lou_free"].apply(null, arguments)
+};
+
 var _lou_getDataPath = Module["_lou_getDataPath"] = function() {
   assert(runtimeInitialized, 'you need to wait for the runtime to be ready (e.g. wait for main() to be called)');
   assert(!runtimeExited, 'the runtime was exited (use NO_EXIT_RUNTIME to keep it alive after main() exits)');
-  return Module["asm"]["_lou_getDataPath"].apply(null, arguments) };
+  return Module["asm"]["_lou_getDataPath"].apply(null, arguments)
+};
+
 var _lou_getEmphClasses = Module["_lou_getEmphClasses"] = function() {
   assert(runtimeInitialized, 'you need to wait for the runtime to be ready (e.g. wait for main() to be called)');
   assert(!runtimeExited, 'the runtime was exited (use NO_EXIT_RUNTIME to keep it alive after main() exits)');
-  return Module["asm"]["_lou_getEmphClasses"].apply(null, arguments) };
+  return Module["asm"]["_lou_getEmphClasses"].apply(null, arguments)
+};
+
 var _lou_getTable = Module["_lou_getTable"] = function() {
   assert(runtimeInitialized, 'you need to wait for the runtime to be ready (e.g. wait for main() to be called)');
   assert(!runtimeExited, 'the runtime was exited (use NO_EXIT_RUNTIME to keep it alive after main() exits)');
-  return Module["asm"]["_lou_getTable"].apply(null, arguments) };
+  return Module["asm"]["_lou_getTable"].apply(null, arguments)
+};
+
 var _lou_getTableInfo = Module["_lou_getTableInfo"] = function() {
   assert(runtimeInitialized, 'you need to wait for the runtime to be ready (e.g. wait for main() to be called)');
   assert(!runtimeExited, 'the runtime was exited (use NO_EXIT_RUNTIME to keep it alive after main() exits)');
-  return Module["asm"]["_lou_getTableInfo"].apply(null, arguments) };
+  return Module["asm"]["_lou_getTableInfo"].apply(null, arguments)
+};
+
 var _lou_getTypeformForEmphClass = Module["_lou_getTypeformForEmphClass"] = function() {
   assert(runtimeInitialized, 'you need to wait for the runtime to be ready (e.g. wait for main() to be called)');
   assert(!runtimeExited, 'the runtime was exited (use NO_EXIT_RUNTIME to keep it alive after main() exits)');
-  return Module["asm"]["_lou_getTypeformForEmphClass"].apply(null, arguments) };
+  return Module["asm"]["_lou_getTypeformForEmphClass"].apply(null, arguments)
+};
+
 var _lou_hyphenate = Module["_lou_hyphenate"] = function() {
   assert(runtimeInitialized, 'you need to wait for the runtime to be ready (e.g. wait for main() to be called)');
   assert(!runtimeExited, 'the runtime was exited (use NO_EXIT_RUNTIME to keep it alive after main() exits)');
-  return Module["asm"]["_lou_hyphenate"].apply(null, arguments) };
+  return Module["asm"]["_lou_hyphenate"].apply(null, arguments)
+};
+
 var _lou_indexTables = Module["_lou_indexTables"] = function() {
   assert(runtimeInitialized, 'you need to wait for the runtime to be ready (e.g. wait for main() to be called)');
   assert(!runtimeExited, 'the runtime was exited (use NO_EXIT_RUNTIME to keep it alive after main() exits)');
-  return Module["asm"]["_lou_indexTables"].apply(null, arguments) };
+  return Module["asm"]["_lou_indexTables"].apply(null, arguments)
+};
+
 var _lou_listTables = Module["_lou_listTables"] = function() {
   assert(runtimeInitialized, 'you need to wait for the runtime to be ready (e.g. wait for main() to be called)');
   assert(!runtimeExited, 'the runtime was exited (use NO_EXIT_RUNTIME to keep it alive after main() exits)');
-  return Module["asm"]["_lou_listTables"].apply(null, arguments) };
+  return Module["asm"]["_lou_listTables"].apply(null, arguments)
+};
+
 var _lou_logEnd = Module["_lou_logEnd"] = function() {
   assert(runtimeInitialized, 'you need to wait for the runtime to be ready (e.g. wait for main() to be called)');
   assert(!runtimeExited, 'the runtime was exited (use NO_EXIT_RUNTIME to keep it alive after main() exits)');
-  return Module["asm"]["_lou_logEnd"].apply(null, arguments) };
+  return Module["asm"]["_lou_logEnd"].apply(null, arguments)
+};
+
 var _lou_logFile = Module["_lou_logFile"] = function() {
   assert(runtimeInitialized, 'you need to wait for the runtime to be ready (e.g. wait for main() to be called)');
   assert(!runtimeExited, 'the runtime was exited (use NO_EXIT_RUNTIME to keep it alive after main() exits)');
-  return Module["asm"]["_lou_logFile"].apply(null, arguments) };
+  return Module["asm"]["_lou_logFile"].apply(null, arguments)
+};
+
 var _lou_logPrint = Module["_lou_logPrint"] = function() {
   assert(runtimeInitialized, 'you need to wait for the runtime to be ready (e.g. wait for main() to be called)');
   assert(!runtimeExited, 'the runtime was exited (use NO_EXIT_RUNTIME to keep it alive after main() exits)');
-  return Module["asm"]["_lou_logPrint"].apply(null, arguments) };
+  return Module["asm"]["_lou_logPrint"].apply(null, arguments)
+};
+
 var _lou_readCharFromFile = Module["_lou_readCharFromFile"] = function() {
   assert(runtimeInitialized, 'you need to wait for the runtime to be ready (e.g. wait for main() to be called)');
   assert(!runtimeExited, 'the runtime was exited (use NO_EXIT_RUNTIME to keep it alive after main() exits)');
-  return Module["asm"]["_lou_readCharFromFile"].apply(null, arguments) };
+  return Module["asm"]["_lou_readCharFromFile"].apply(null, arguments)
+};
+
 var _lou_registerLogCallback = Module["_lou_registerLogCallback"] = function() {
   assert(runtimeInitialized, 'you need to wait for the runtime to be ready (e.g. wait for main() to be called)');
   assert(!runtimeExited, 'the runtime was exited (use NO_EXIT_RUNTIME to keep it alive after main() exits)');
-  return Module["asm"]["_lou_registerLogCallback"].apply(null, arguments) };
+  return Module["asm"]["_lou_registerLogCallback"].apply(null, arguments)
+};
+
 var _lou_registerTableResolver = Module["_lou_registerTableResolver"] = function() {
   assert(runtimeInitialized, 'you need to wait for the runtime to be ready (e.g. wait for main() to be called)');
   assert(!runtimeExited, 'the runtime was exited (use NO_EXIT_RUNTIME to keep it alive after main() exits)');
-  return Module["asm"]["_lou_registerTableResolver"].apply(null, arguments) };
+  return Module["asm"]["_lou_registerTableResolver"].apply(null, arguments)
+};
+
 var _lou_setDataPath = Module["_lou_setDataPath"] = function() {
   assert(runtimeInitialized, 'you need to wait for the runtime to be ready (e.g. wait for main() to be called)');
   assert(!runtimeExited, 'the runtime was exited (use NO_EXIT_RUNTIME to keep it alive after main() exits)');
-  return Module["asm"]["_lou_setDataPath"].apply(null, arguments) };
+  return Module["asm"]["_lou_setDataPath"].apply(null, arguments)
+};
+
 var _lou_setLogLevel = Module["_lou_setLogLevel"] = function() {
   assert(runtimeInitialized, 'you need to wait for the runtime to be ready (e.g. wait for main() to be called)');
   assert(!runtimeExited, 'the runtime was exited (use NO_EXIT_RUNTIME to keep it alive after main() exits)');
-  return Module["asm"]["_lou_setLogLevel"].apply(null, arguments) };
+  return Module["asm"]["_lou_setLogLevel"].apply(null, arguments)
+};
+
 var _lou_translate = Module["_lou_translate"] = function() {
   assert(runtimeInitialized, 'you need to wait for the runtime to be ready (e.g. wait for main() to be called)');
   assert(!runtimeExited, 'the runtime was exited (use NO_EXIT_RUNTIME to keep it alive after main() exits)');
-  return Module["asm"]["_lou_translate"].apply(null, arguments) };
+  return Module["asm"]["_lou_translate"].apply(null, arguments)
+};
+
 var _lou_translatePrehyphenated = Module["_lou_translatePrehyphenated"] = function() {
   assert(runtimeInitialized, 'you need to wait for the runtime to be ready (e.g. wait for main() to be called)');
   assert(!runtimeExited, 'the runtime was exited (use NO_EXIT_RUNTIME to keep it alive after main() exits)');
-  return Module["asm"]["_lou_translatePrehyphenated"].apply(null, arguments) };
+  return Module["asm"]["_lou_translatePrehyphenated"].apply(null, arguments)
+};
+
 var _lou_translateString = Module["_lou_translateString"] = function() {
   assert(runtimeInitialized, 'you need to wait for the runtime to be ready (e.g. wait for main() to be called)');
   assert(!runtimeExited, 'the runtime was exited (use NO_EXIT_RUNTIME to keep it alive after main() exits)');
-  return Module["asm"]["_lou_translateString"].apply(null, arguments) };
+  return Module["asm"]["_lou_translateString"].apply(null, arguments)
+};
+
 var _lou_version = Module["_lou_version"] = function() {
   assert(runtimeInitialized, 'you need to wait for the runtime to be ready (e.g. wait for main() to be called)');
   assert(!runtimeExited, 'the runtime was exited (use NO_EXIT_RUNTIME to keep it alive after main() exits)');
-  return Module["asm"]["_lou_version"].apply(null, arguments) };
+  return Module["asm"]["_lou_version"].apply(null, arguments)
+};
+
 var _malloc = Module["_malloc"] = function() {
   assert(runtimeInitialized, 'you need to wait for the runtime to be ready (e.g. wait for main() to be called)');
   assert(!runtimeExited, 'the runtime was exited (use NO_EXIT_RUNTIME to keep it alive after main() exits)');
-  return Module["asm"]["_malloc"].apply(null, arguments) };
+  return Module["asm"]["_malloc"].apply(null, arguments)
+};
+
 var _memcpy = Module["_memcpy"] = function() {
   assert(runtimeInitialized, 'you need to wait for the runtime to be ready (e.g. wait for main() to be called)');
   assert(!runtimeExited, 'the runtime was exited (use NO_EXIT_RUNTIME to keep it alive after main() exits)');
-  return Module["asm"]["_memcpy"].apply(null, arguments) };
+  return Module["asm"]["_memcpy"].apply(null, arguments)
+};
+
 var _memmove = Module["_memmove"] = function() {
   assert(runtimeInitialized, 'you need to wait for the runtime to be ready (e.g. wait for main() to be called)');
   assert(!runtimeExited, 'the runtime was exited (use NO_EXIT_RUNTIME to keep it alive after main() exits)');
-  return Module["asm"]["_memmove"].apply(null, arguments) };
+  return Module["asm"]["_memmove"].apply(null, arguments)
+};
+
 var _memset = Module["_memset"] = function() {
   assert(runtimeInitialized, 'you need to wait for the runtime to be ready (e.g. wait for main() to be called)');
   assert(!runtimeExited, 'the runtime was exited (use NO_EXIT_RUNTIME to keep it alive after main() exits)');
-  return Module["asm"]["_memset"].apply(null, arguments) };
+  return Module["asm"]["_memset"].apply(null, arguments)
+};
+
 var _sbrk = Module["_sbrk"] = function() {
   assert(runtimeInitialized, 'you need to wait for the runtime to be ready (e.g. wait for main() to be called)');
   assert(!runtimeExited, 'the runtime was exited (use NO_EXIT_RUNTIME to keep it alive after main() exits)');
-  return Module["asm"]["_sbrk"].apply(null, arguments) };
+  return Module["asm"]["_sbrk"].apply(null, arguments)
+};
+
 var establishStackSpace = Module["establishStackSpace"] = function() {
   assert(runtimeInitialized, 'you need to wait for the runtime to be ready (e.g. wait for main() to be called)');
   assert(!runtimeExited, 'the runtime was exited (use NO_EXIT_RUNTIME to keep it alive after main() exits)');
-  return Module["asm"]["establishStackSpace"].apply(null, arguments) };
-var runPostSets = Module["runPostSets"] = function() {
-  assert(runtimeInitialized, 'you need to wait for the runtime to be ready (e.g. wait for main() to be called)');
-  assert(!runtimeExited, 'the runtime was exited (use NO_EXIT_RUNTIME to keep it alive after main() exits)');
-  return Module["asm"]["runPostSets"].apply(null, arguments) };
-var setThrew = Module["setThrew"] = function() {
-  assert(runtimeInitialized, 'you need to wait for the runtime to be ready (e.g. wait for main() to be called)');
-  assert(!runtimeExited, 'the runtime was exited (use NO_EXIT_RUNTIME to keep it alive after main() exits)');
-  return Module["asm"]["setThrew"].apply(null, arguments) };
+  return Module["asm"]["establishStackSpace"].apply(null, arguments)
+};
+
 var stackAlloc = Module["stackAlloc"] = function() {
   assert(runtimeInitialized, 'you need to wait for the runtime to be ready (e.g. wait for main() to be called)');
   assert(!runtimeExited, 'the runtime was exited (use NO_EXIT_RUNTIME to keep it alive after main() exits)');
-  return Module["asm"]["stackAlloc"].apply(null, arguments) };
+  return Module["asm"]["stackAlloc"].apply(null, arguments)
+};
+
 var stackRestore = Module["stackRestore"] = function() {
   assert(runtimeInitialized, 'you need to wait for the runtime to be ready (e.g. wait for main() to be called)');
   assert(!runtimeExited, 'the runtime was exited (use NO_EXIT_RUNTIME to keep it alive after main() exits)');
-  return Module["asm"]["stackRestore"].apply(null, arguments) };
+  return Module["asm"]["stackRestore"].apply(null, arguments)
+};
+
 var stackSave = Module["stackSave"] = function() {
   assert(runtimeInitialized, 'you need to wait for the runtime to be ready (e.g. wait for main() to be called)');
   assert(!runtimeExited, 'the runtime was exited (use NO_EXIT_RUNTIME to keep it alive after main() exits)');
-  return Module["asm"]["stackSave"].apply(null, arguments) };
+  return Module["asm"]["stackSave"].apply(null, arguments)
+};
+
 var dynCall_ii = Module["dynCall_ii"] = function() {
   assert(runtimeInitialized, 'you need to wait for the runtime to be ready (e.g. wait for main() to be called)');
   assert(!runtimeExited, 'the runtime was exited (use NO_EXIT_RUNTIME to keep it alive after main() exits)');
-  return Module["asm"]["dynCall_ii"].apply(null, arguments) };
+  return Module["asm"]["dynCall_ii"].apply(null, arguments)
+};
+
+var dynCall_iidiiii = Module["dynCall_iidiiii"] = function() {
+  assert(runtimeInitialized, 'you need to wait for the runtime to be ready (e.g. wait for main() to be called)');
+  assert(!runtimeExited, 'the runtime was exited (use NO_EXIT_RUNTIME to keep it alive after main() exits)');
+  return Module["asm"]["dynCall_iidiiii"].apply(null, arguments)
+};
+
 var dynCall_iii = Module["dynCall_iii"] = function() {
   assert(runtimeInitialized, 'you need to wait for the runtime to be ready (e.g. wait for main() to be called)');
   assert(!runtimeExited, 'the runtime was exited (use NO_EXIT_RUNTIME to keep it alive after main() exits)');
-  return Module["asm"]["dynCall_iii"].apply(null, arguments) };
+  return Module["asm"]["dynCall_iii"].apply(null, arguments)
+};
+
 var dynCall_iiii = Module["dynCall_iiii"] = function() {
   assert(runtimeInitialized, 'you need to wait for the runtime to be ready (e.g. wait for main() to be called)');
   assert(!runtimeExited, 'the runtime was exited (use NO_EXIT_RUNTIME to keep it alive after main() exits)');
-  return Module["asm"]["dynCall_iiii"].apply(null, arguments) };
+  return Module["asm"]["dynCall_iiii"].apply(null, arguments)
+};
+
+var dynCall_jiji = Module["dynCall_jiji"] = function() {
+  assert(runtimeInitialized, 'you need to wait for the runtime to be ready (e.g. wait for main() to be called)');
+  assert(!runtimeExited, 'the runtime was exited (use NO_EXIT_RUNTIME to keep it alive after main() exits)');
+  return Module["asm"]["dynCall_jiji"].apply(null, arguments)
+};
+
 var dynCall_vi = Module["dynCall_vi"] = function() {
   assert(runtimeInitialized, 'you need to wait for the runtime to be ready (e.g. wait for main() to be called)');
   assert(!runtimeExited, 'the runtime was exited (use NO_EXIT_RUNTIME to keep it alive after main() exits)');
-  return Module["asm"]["dynCall_vi"].apply(null, arguments) };
+  return Module["asm"]["dynCall_vi"].apply(null, arguments)
+};
+
 var dynCall_vii = Module["dynCall_vii"] = function() {
   assert(runtimeInitialized, 'you need to wait for the runtime to be ready (e.g. wait for main() to be called)');
   assert(!runtimeExited, 'the runtime was exited (use NO_EXIT_RUNTIME to keep it alive after main() exits)');
-  return Module["asm"]["dynCall_vii"].apply(null, arguments) };
+  return Module["asm"]["dynCall_vii"].apply(null, arguments)
+};
 ;
 
 
@@ -6263,33 +6082,32 @@
 Module["getValue"] = getValue;
 Module["allocate"] = allocate;
 Module["getMemory"] = getMemory;
-Module["Pointer_stringify"] = Pointer_stringify;
-if (!Module["AsciiToString"]) Module["AsciiToString"] = function() { abort("'AsciiToString' was not exported. add it to EXTRA_EXPORTED_RUNTIME_METHODS (see the FAQ)") };
-if (!Module["stringToAscii"]) Module["stringToAscii"] = function() { abort("'stringToAscii' was not exported. add it to EXTRA_EXPORTED_RUNTIME_METHODS (see the FAQ)") };
-if (!Module["UTF8ArrayToString"]) Module["UTF8ArrayToString"] = function() { abort("'UTF8ArrayToString' was not exported. add it to EXTRA_EXPORTED_RUNTIME_METHODS (see the FAQ)") };
-if (!Module["UTF8ToString"]) Module["UTF8ToString"] = function() { abort("'UTF8ToString' was not exported. add it to EXTRA_EXPORTED_RUNTIME_METHODS (see the FAQ)") };
-if (!Module["stringToUTF8Array"]) Module["stringToUTF8Array"] = function() { abort("'stringToUTF8Array' was not exported. add it to EXTRA_EXPORTED_RUNTIME_METHODS (see the FAQ)") };
-if (!Module["stringToUTF8"]) Module["stringToUTF8"] = function() { abort("'stringToUTF8' was not exported. add it to EXTRA_EXPORTED_RUNTIME_METHODS (see the FAQ)") };
-if (!Module["lengthBytesUTF8"]) Module["lengthBytesUTF8"] = function() { abort("'lengthBytesUTF8' was not exported. add it to EXTRA_EXPORTED_RUNTIME_METHODS (see the FAQ)") };
+if (!Object.getOwnPropertyDescriptor(Module, "AsciiToString")) Module["AsciiToString"] = function() { abort("'AsciiToString' was not exported. add it to EXTRA_EXPORTED_RUNTIME_METHODS (see the FAQ)") };
+if (!Object.getOwnPropertyDescriptor(Module, "stringToAscii")) Module["stringToAscii"] = function() { abort("'stringToAscii' was not exported. add it to EXTRA_EXPORTED_RUNTIME_METHODS (see the FAQ)") };
+if (!Object.getOwnPropertyDescriptor(Module, "UTF8ArrayToString")) Module["UTF8ArrayToString"] = function() { abort("'UTF8ArrayToString' was not exported. add it to EXTRA_EXPORTED_RUNTIME_METHODS (see the FAQ)") };
+if (!Object.getOwnPropertyDescriptor(Module, "UTF8ToString")) Module["UTF8ToString"] = function() { abort("'UTF8ToString' was not exported. add it to EXTRA_EXPORTED_RUNTIME_METHODS (see the FAQ)") };
+if (!Object.getOwnPropertyDescriptor(Module, "stringToUTF8Array")) Module["stringToUTF8Array"] = function() { abort("'stringToUTF8Array' was not exported. add it to EXTRA_EXPORTED_RUNTIME_METHODS (see the FAQ)") };
+if (!Object.getOwnPropertyDescriptor(Module, "stringToUTF8")) Module["stringToUTF8"] = function() { abort("'stringToUTF8' was not exported. add it to EXTRA_EXPORTED_RUNTIME_METHODS (see the FAQ)") };
+if (!Object.getOwnPropertyDescriptor(Module, "lengthBytesUTF8")) Module["lengthBytesUTF8"] = function() { abort("'lengthBytesUTF8' was not exported. add it to EXTRA_EXPORTED_RUNTIME_METHODS (see the FAQ)") };
 Module["UTF16ToString"] = UTF16ToString;
 Module["stringToUTF16"] = stringToUTF16;
-if (!Module["lengthBytesUTF16"]) Module["lengthBytesUTF16"] = function() { abort("'lengthBytesUTF16' was not exported. add it to EXTRA_EXPORTED_RUNTIME_METHODS (see the FAQ)") };
-if (!Module["UTF32ToString"]) Module["UTF32ToString"] = function() { abort("'UTF32ToString' was not exported. add it to EXTRA_EXPORTED_RUNTIME_METHODS (see the FAQ)") };
-if (!Module["stringToUTF32"]) Module["stringToUTF32"] = function() { abort("'stringToUTF32' was not exported. add it to EXTRA_EXPORTED_RUNTIME_METHODS (see the FAQ)") };
-if (!Module["lengthBytesUTF32"]) Module["lengthBytesUTF32"] = function() { abort("'lengthBytesUTF32' was not exported. add it to EXTRA_EXPORTED_RUNTIME_METHODS (see the FAQ)") };
-if (!Module["allocateUTF8"]) Module["allocateUTF8"] = function() { abort("'allocateUTF8' was not exported. add it to EXTRA_EXPORTED_RUNTIME_METHODS (see the FAQ)") };
-if (!Module["stackTrace"]) Module["stackTrace"] = function() { abort("'stackTrace' was not exported. add it to EXTRA_EXPORTED_RUNTIME_METHODS (see the FAQ)") };
-if (!Module["addOnPreRun"]) Module["addOnPreRun"] = function() { abort("'addOnPreRun' was not exported. add it to EXTRA_EXPORTED_RUNTIME_METHODS (see the FAQ)") };
-if (!Module["addOnInit"]) Module["addOnInit"] = function() { abort("'addOnInit' was not exported. add it to EXTRA_EXPORTED_RUNTIME_METHODS (see the FAQ)") };
-if (!Module["addOnPreMain"]) Module["addOnPreMain"] = function() { abort("'addOnPreMain' was not exported. add it to EXTRA_EXPORTED_RUNTIME_METHODS (see the FAQ)") };
-if (!Module["addOnExit"]) Module["addOnExit"] = function() { abort("'addOnExit' was not exported. add it to EXTRA_EXPORTED_RUNTIME_METHODS (see the FAQ)") };
-if (!Module["addOnPostRun"]) Module["addOnPostRun"] = function() { abort("'addOnPostRun' was not exported. add it to EXTRA_EXPORTED_RUNTIME_METHODS (see the FAQ)") };
-if (!Module["writeStringToMemory"]) Module["writeStringToMemory"] = function() { abort("'writeStringToMemory' was not exported. add it to EXTRA_EXPORTED_RUNTIME_METHODS (see the FAQ)") };
-if (!Module["writeArrayToMemory"]) Module["writeArrayToMemory"] = function() { abort("'writeArrayToMemory' was not exported. add it to EXTRA_EXPORTED_RUNTIME_METHODS (see the FAQ)") };
-if (!Module["writeAsciiToMemory"]) Module["writeAsciiToMemory"] = function() { abort("'writeAsciiToMemory' was not exported. add it to EXTRA_EXPORTED_RUNTIME_METHODS (see the FAQ)") };
+if (!Object.getOwnPropertyDescriptor(Module, "lengthBytesUTF16")) Module["lengthBytesUTF16"] = function() { abort("'lengthBytesUTF16' was not exported. add it to EXTRA_EXPORTED_RUNTIME_METHODS (see the FAQ)") };
+if (!Object.getOwnPropertyDescriptor(Module, "UTF32ToString")) Module["UTF32ToString"] = function() { abort("'UTF32ToString' was not exported. add it to EXTRA_EXPORTED_RUNTIME_METHODS (see the FAQ)") };
+if (!Object.getOwnPropertyDescriptor(Module, "stringToUTF32")) Module["stringToUTF32"] = function() { abort("'stringToUTF32' was not exported. add it to EXTRA_EXPORTED_RUNTIME_METHODS (see the FAQ)") };
+if (!Object.getOwnPropertyDescriptor(Module, "lengthBytesUTF32")) Module["lengthBytesUTF32"] = function() { abort("'lengthBytesUTF32' was not exported. add it to EXTRA_EXPORTED_RUNTIME_METHODS (see the FAQ)") };
+if (!Object.getOwnPropertyDescriptor(Module, "allocateUTF8")) Module["allocateUTF8"] = function() { abort("'allocateUTF8' was not exported. add it to EXTRA_EXPORTED_RUNTIME_METHODS (see the FAQ)") };
+if (!Object.getOwnPropertyDescriptor(Module, "stackTrace")) Module["stackTrace"] = function() { abort("'stackTrace' was not exported. add it to EXTRA_EXPORTED_RUNTIME_METHODS (see the FAQ)") };
+if (!Object.getOwnPropertyDescriptor(Module, "addOnPreRun")) Module["addOnPreRun"] = function() { abort("'addOnPreRun' was not exported. add it to EXTRA_EXPORTED_RUNTIME_METHODS (see the FAQ)") };
+if (!Object.getOwnPropertyDescriptor(Module, "addOnInit")) Module["addOnInit"] = function() { abort("'addOnInit' was not exported. add it to EXTRA_EXPORTED_RUNTIME_METHODS (see the FAQ)") };
+if (!Object.getOwnPropertyDescriptor(Module, "addOnPreMain")) Module["addOnPreMain"] = function() { abort("'addOnPreMain' was not exported. add it to EXTRA_EXPORTED_RUNTIME_METHODS (see the FAQ)") };
+if (!Object.getOwnPropertyDescriptor(Module, "addOnExit")) Module["addOnExit"] = function() { abort("'addOnExit' was not exported. add it to EXTRA_EXPORTED_RUNTIME_METHODS (see the FAQ)") };
+if (!Object.getOwnPropertyDescriptor(Module, "addOnPostRun")) Module["addOnPostRun"] = function() { abort("'addOnPostRun' was not exported. add it to EXTRA_EXPORTED_RUNTIME_METHODS (see the FAQ)") };
+if (!Object.getOwnPropertyDescriptor(Module, "writeStringToMemory")) Module["writeStringToMemory"] = function() { abort("'writeStringToMemory' was not exported. add it to EXTRA_EXPORTED_RUNTIME_METHODS (see the FAQ)") };
+if (!Object.getOwnPropertyDescriptor(Module, "writeArrayToMemory")) Module["writeArrayToMemory"] = function() { abort("'writeArrayToMemory' was not exported. add it to EXTRA_EXPORTED_RUNTIME_METHODS (see the FAQ)") };
+if (!Object.getOwnPropertyDescriptor(Module, "writeAsciiToMemory")) Module["writeAsciiToMemory"] = function() { abort("'writeAsciiToMemory' was not exported. add it to EXTRA_EXPORTED_RUNTIME_METHODS (see the FAQ)") };
 Module["addRunDependency"] = addRunDependency;
 Module["removeRunDependency"] = removeRunDependency;
-if (!Module["ENV"]) Module["ENV"] = function() { abort("'ENV' was not exported. add it to EXTRA_EXPORTED_RUNTIME_METHODS (see the FAQ)") };
+if (!Object.getOwnPropertyDescriptor(Module, "ENV")) Module["ENV"] = function() { abort("'ENV' was not exported. add it to EXTRA_EXPORTED_RUNTIME_METHODS (see the FAQ)") };
 Module["FS"] = FS;
 Module["FS_createFolder"] = FS.createFolder;
 Module["FS_createPath"] = FS.createPath;
@@ -6299,36 +6117,44 @@
 Module["FS_createLink"] = FS.createLink;
 Module["FS_createDevice"] = FS.createDevice;
 Module["FS_unlink"] = FS.unlink;
-if (!Module["GL"]) Module["GL"] = function() { abort("'GL' was not exported. add it to EXTRA_EXPORTED_RUNTIME_METHODS (see the FAQ)") };
-if (!Module["staticAlloc"]) Module["staticAlloc"] = function() { abort("'staticAlloc' was not exported. add it to EXTRA_EXPORTED_RUNTIME_METHODS (see the FAQ)") };
-if (!Module["dynamicAlloc"]) Module["dynamicAlloc"] = function() { abort("'dynamicAlloc' was not exported. add it to EXTRA_EXPORTED_RUNTIME_METHODS (see the FAQ)") };
-if (!Module["warnOnce"]) Module["warnOnce"] = function() { abort("'warnOnce' was not exported. add it to EXTRA_EXPORTED_RUNTIME_METHODS (see the FAQ)") };
-if (!Module["loadDynamicLibrary"]) Module["loadDynamicLibrary"] = function() { abort("'loadDynamicLibrary' was not exported. add it to EXTRA_EXPORTED_RUNTIME_METHODS (see the FAQ)") };
-if (!Module["loadWebAssemblyModule"]) Module["loadWebAssemblyModule"] = function() { abort("'loadWebAssemblyModule' was not exported. add it to EXTRA_EXPORTED_RUNTIME_METHODS (see the FAQ)") };
-if (!Module["getLEB"]) Module["getLEB"] = function() { abort("'getLEB' was not exported. add it to EXTRA_EXPORTED_RUNTIME_METHODS (see the FAQ)") };
-if (!Module["getFunctionTables"]) Module["getFunctionTables"] = function() { abort("'getFunctionTables' was not exported. add it to EXTRA_EXPORTED_RUNTIME_METHODS (see the FAQ)") };
-if (!Module["alignFunctionTables"]) Module["alignFunctionTables"] = function() { abort("'alignFunctionTables' was not exported. add it to EXTRA_EXPORTED_RUNTIME_METHODS (see the FAQ)") };
-if (!Module["registerFunctions"]) Module["registerFunctions"] = function() { abort("'registerFunctions' was not exported. add it to EXTRA_EXPORTED_RUNTIME_METHODS (see the FAQ)") };
-if (!Module["addFunction"]) Module["addFunction"] = function() { abort("'addFunction' was not exported. add it to EXTRA_EXPORTED_RUNTIME_METHODS (see the FAQ)") };
-if (!Module["removeFunction"]) Module["removeFunction"] = function() { abort("'removeFunction' was not exported. add it to EXTRA_EXPORTED_RUNTIME_METHODS (see the FAQ)") };
-if (!Module["getFuncWrapper"]) Module["getFuncWrapper"] = function() { abort("'getFuncWrapper' was not exported. add it to EXTRA_EXPORTED_RUNTIME_METHODS (see the FAQ)") };
-if (!Module["prettyPrint"]) Module["prettyPrint"] = function() { abort("'prettyPrint' was not exported. add it to EXTRA_EXPORTED_RUNTIME_METHODS (see the FAQ)") };
-if (!Module["makeBigInt"]) Module["makeBigInt"] = function() { abort("'makeBigInt' was not exported. add it to EXTRA_EXPORTED_RUNTIME_METHODS (see the FAQ)") };
-if (!Module["dynCall"]) Module["dynCall"] = function() { abort("'dynCall' was not exported. add it to EXTRA_EXPORTED_RUNTIME_METHODS (see the FAQ)") };
-if (!Module["getCompilerSetting"]) Module["getCompilerSetting"] = function() { abort("'getCompilerSetting' was not exported. add it to EXTRA_EXPORTED_RUNTIME_METHODS (see the FAQ)") };
-if (!Module["stackSave"]) Module["stackSave"] = function() { abort("'stackSave' was not exported. add it to EXTRA_EXPORTED_RUNTIME_METHODS (see the FAQ)") };
-if (!Module["stackRestore"]) Module["stackRestore"] = function() { abort("'stackRestore' was not exported. add it to EXTRA_EXPORTED_RUNTIME_METHODS (see the FAQ)") };
-if (!Module["stackAlloc"]) Module["stackAlloc"] = function() { abort("'stackAlloc' was not exported. add it to EXTRA_EXPORTED_RUNTIME_METHODS (see the FAQ)") };
-if (!Module["establishStackSpace"]) Module["establishStackSpace"] = function() { abort("'establishStackSpace' was not exported. add it to EXTRA_EXPORTED_RUNTIME_METHODS (see the FAQ)") };
-if (!Module["print"]) Module["print"] = function() { abort("'print' was not exported. add it to EXTRA_EXPORTED_RUNTIME_METHODS (see the FAQ)") };
-if (!Module["printErr"]) Module["printErr"] = function() { abort("'printErr' was not exported. add it to EXTRA_EXPORTED_RUNTIME_METHODS (see the FAQ)") };Module["ALLOC_NORMAL"] = ALLOC_NORMAL;
-if (!Module["ALLOC_STACK"]) Object.defineProperty(Module, "ALLOC_STACK", { get: function() { abort("'ALLOC_STACK' was not exported. add it to EXTRA_EXPORTED_RUNTIME_METHODS (see the FAQ)") } });
-if (!Module["ALLOC_STATIC"]) Object.defineProperty(Module, "ALLOC_STATIC", { get: function() { abort("'ALLOC_STATIC' was not exported. add it to EXTRA_EXPORTED_RUNTIME_METHODS (see the FAQ)") } });
-if (!Module["ALLOC_DYNAMIC"]) Object.defineProperty(Module, "ALLOC_DYNAMIC", { get: function() { abort("'ALLOC_DYNAMIC' was not exported. add it to EXTRA_EXPORTED_RUNTIME_METHODS (see the FAQ)") } });
-if (!Module["ALLOC_NONE"]) Object.defineProperty(Module, "ALLOC_NONE", { get: function() { abort("'ALLOC_NONE' was not exported. add it to EXTRA_EXPORTED_RUNTIME_METHODS (see the FAQ)") } });
+if (!Object.getOwnPropertyDescriptor(Module, "GL")) Module["GL"] = function() { abort("'GL' was not exported. add it to EXTRA_EXPORTED_RUNTIME_METHODS (see the FAQ)") };
+if (!Object.getOwnPropertyDescriptor(Module, "dynamicAlloc")) Module["dynamicAlloc"] = function() { abort("'dynamicAlloc' was not exported. add it to EXTRA_EXPORTED_RUNTIME_METHODS (see the FAQ)") };
+if (!Object.getOwnPropertyDescriptor(Module, "loadDynamicLibrary")) Module["loadDynamicLibrary"] = function() { abort("'loadDynamicLibrary' was not exported. add it to EXTRA_EXPORTED_RUNTIME_METHODS (see the FAQ)") };
+if (!Object.getOwnPropertyDescriptor(Module, "loadWebAssemblyModule")) Module["loadWebAssemblyModule"] = function() { abort("'loadWebAssemblyModule' was not exported. add it to EXTRA_EXPORTED_RUNTIME_METHODS (see the FAQ)") };
+if (!Object.getOwnPropertyDescriptor(Module, "getLEB")) Module["getLEB"] = function() { abort("'getLEB' was not exported. add it to EXTRA_EXPORTED_RUNTIME_METHODS (see the FAQ)") };
+if (!Object.getOwnPropertyDescriptor(Module, "getFunctionTables")) Module["getFunctionTables"] = function() { abort("'getFunctionTables' was not exported. add it to EXTRA_EXPORTED_RUNTIME_METHODS (see the FAQ)") };
+if (!Object.getOwnPropertyDescriptor(Module, "alignFunctionTables")) Module["alignFunctionTables"] = function() { abort("'alignFunctionTables' was not exported. add it to EXTRA_EXPORTED_RUNTIME_METHODS (see the FAQ)") };
+if (!Object.getOwnPropertyDescriptor(Module, "registerFunctions")) Module["registerFunctions"] = function() { abort("'registerFunctions' was not exported. add it to EXTRA_EXPORTED_RUNTIME_METHODS (see the FAQ)") };
+if (!Object.getOwnPropertyDescriptor(Module, "addFunction")) Module["addFunction"] = function() { abort("'addFunction' was not exported. add it to EXTRA_EXPORTED_RUNTIME_METHODS (see the FAQ)") };
+if (!Object.getOwnPropertyDescriptor(Module, "removeFunction")) Module["removeFunction"] = function() { abort("'removeFunction' was not exported. add it to EXTRA_EXPORTED_RUNTIME_METHODS (see the FAQ)") };
+if (!Object.getOwnPropertyDescriptor(Module, "getFuncWrapper")) Module["getFuncWrapper"] = function() { abort("'getFuncWrapper' was not exported. add it to EXTRA_EXPORTED_RUNTIME_METHODS (see the FAQ)") };
+if (!Object.getOwnPropertyDescriptor(Module, "prettyPrint")) Module["prettyPrint"] = function() { abort("'prettyPrint' was not exported. add it to EXTRA_EXPORTED_RUNTIME_METHODS (see the FAQ)") };
+if (!Object.getOwnPropertyDescriptor(Module, "makeBigInt")) Module["makeBigInt"] = function() { abort("'makeBigInt' was not exported. add it to EXTRA_EXPORTED_RUNTIME_METHODS (see the FAQ)") };
+if (!Object.getOwnPropertyDescriptor(Module, "dynCall")) Module["dynCall"] = function() { abort("'dynCall' was not exported. add it to EXTRA_EXPORTED_RUNTIME_METHODS (see the FAQ)") };
+if (!Object.getOwnPropertyDescriptor(Module, "getCompilerSetting")) Module["getCompilerSetting"] = function() { abort("'getCompilerSetting' was not exported. add it to EXTRA_EXPORTED_RUNTIME_METHODS (see the FAQ)") };
+if (!Object.getOwnPropertyDescriptor(Module, "stackSave")) Module["stackSave"] = function() { abort("'stackSave' was not exported. add it to EXTRA_EXPORTED_RUNTIME_METHODS (see the FAQ)") };
+if (!Object.getOwnPropertyDescriptor(Module, "stackRestore")) Module["stackRestore"] = function() { abort("'stackRestore' was not exported. add it to EXTRA_EXPORTED_RUNTIME_METHODS (see the FAQ)") };
+if (!Object.getOwnPropertyDescriptor(Module, "stackAlloc")) Module["stackAlloc"] = function() { abort("'stackAlloc' was not exported. add it to EXTRA_EXPORTED_RUNTIME_METHODS (see the FAQ)") };
+if (!Object.getOwnPropertyDescriptor(Module, "establishStackSpace")) Module["establishStackSpace"] = function() { abort("'establishStackSpace' was not exported. add it to EXTRA_EXPORTED_RUNTIME_METHODS (see the FAQ)") };
+if (!Object.getOwnPropertyDescriptor(Module, "print")) Module["print"] = function() { abort("'print' was not exported. add it to EXTRA_EXPORTED_RUNTIME_METHODS (see the FAQ)") };
+if (!Object.getOwnPropertyDescriptor(Module, "printErr")) Module["printErr"] = function() { abort("'printErr' was not exported. add it to EXTRA_EXPORTED_RUNTIME_METHODS (see the FAQ)") };
+if (!Object.getOwnPropertyDescriptor(Module, "getTempRet0")) Module["getTempRet0"] = function() { abort("'getTempRet0' was not exported. add it to EXTRA_EXPORTED_RUNTIME_METHODS (see the FAQ)") };
+if (!Object.getOwnPropertyDescriptor(Module, "setTempRet0")) Module["setTempRet0"] = function() { abort("'setTempRet0' was not exported. add it to EXTRA_EXPORTED_RUNTIME_METHODS (see the FAQ)") };
+if (!Object.getOwnPropertyDescriptor(Module, "callMain")) Module["callMain"] = function() { abort("'callMain' was not exported. add it to EXTRA_EXPORTED_RUNTIME_METHODS (see the FAQ)") };
+Module["Pointer_stringify"] = Pointer_stringify;
+if (!Object.getOwnPropertyDescriptor(Module, "warnOnce")) Module["warnOnce"] = function() { abort("'warnOnce' was not exported. add it to EXTRA_EXPORTED_RUNTIME_METHODS (see the FAQ)") };
+if (!Object.getOwnPropertyDescriptor(Module, "writeStackCookie")) Module["writeStackCookie"] = function() { abort("'writeStackCookie' was not exported. add it to EXTRA_EXPORTED_RUNTIME_METHODS (see the FAQ)") };
+if (!Object.getOwnPropertyDescriptor(Module, "checkStackCookie")) Module["checkStackCookie"] = function() { abort("'checkStackCookie' was not exported. add it to EXTRA_EXPORTED_RUNTIME_METHODS (see the FAQ)") };
+if (!Object.getOwnPropertyDescriptor(Module, "abortStackOverflow")) Module["abortStackOverflow"] = function() { abort("'abortStackOverflow' was not exported. add it to EXTRA_EXPORTED_RUNTIME_METHODS (see the FAQ)") };Module["ALLOC_NORMAL"] = ALLOC_NORMAL;
+if (!Object.getOwnPropertyDescriptor(Module, "ALLOC_STACK")) Object.defineProperty(Module, "ALLOC_STACK", { get: function() { abort("'ALLOC_STACK' was not exported. add it to EXTRA_EXPORTED_RUNTIME_METHODS (see the FAQ)") } });
+if (!Object.getOwnPropertyDescriptor(Module, "ALLOC_DYNAMIC")) Object.defineProperty(Module, "ALLOC_DYNAMIC", { get: function() { abort("'ALLOC_DYNAMIC' was not exported. add it to EXTRA_EXPORTED_RUNTIME_METHODS (see the FAQ)") } });
+if (!Object.getOwnPropertyDescriptor(Module, "ALLOC_NONE")) Object.defineProperty(Module, "ALLOC_NONE", { get: function() { abort("'ALLOC_NONE' was not exported. add it to EXTRA_EXPORTED_RUNTIME_METHODS (see the FAQ)") } });
+Module["calledRun"] = calledRun;
 
 
 
+var calledRun;
+
 // Modularize mode returns a function, which can be called to
 // create instances. The instances provide a then() method,
 // must like a Promise, that receives a callback. The callback
@@ -6338,7 +6164,7 @@
 Module['then'] = function(func) {
   // We may already be ready to run code at this time. if
   // so, just queue a call to the callback.
-  if (Module['calledRun']) {
+  if (calledRun) {
     func(Module);
   } else {
     // we are not ready to call then() yet. we must call it
@@ -6354,25 +6180,21 @@
 
 /**
  * @constructor
- * @extends {Error}
  * @this {ExitStatus}
  */
 function ExitStatus(status) {
   this.name = "ExitStatus";
   this.message = "Program terminated with exit(" + status + ")";
   this.status = status;
-};
-ExitStatus.prototype = new Error();
-ExitStatus.prototype.constructor = ExitStatus;
+}
 
-var initialStackTop;
 var calledMain = false;
 
 dependenciesFulfilled = function runCaller() {
   // If run has never been called, and we should call run (INVOKE_RUN is true, and Module.noInitialRun is not false)
-  if (!Module['calledRun']) run();
-  if (!Module['calledRun']) dependenciesFulfilled = runCaller; // try this again later, after new deps are fulfilled
-}
+  if (!calledRun) run();
+  if (!calledRun) dependenciesFulfilled = runCaller; // try this again later, after new deps are fulfilled
+};
 
 
 
@@ -6380,7 +6202,7 @@
 
 /** @type {function(Array=)} */
 function run(args) {
-  args = args || Module['arguments'];
+  args = args || arguments_;
 
   if (runDependencies > 0) {
     return;
@@ -6391,15 +6213,17 @@
   preRun();
 
   if (runDependencies > 0) return; // a preRun added a dependency, run will be called later
-  if (Module['calledRun']) return; // run may have just been called through dependencies being fulfilled just in this very frame
 
   function doRun() {
-    if (Module['calledRun']) return; // run may have just been called while the async setStatus time below was happening
+    // run may have just been called through dependencies being fulfilled just in this very frame,
+    // or while the async setStatus time below was happening
+    if (calledRun) return;
+    calledRun = true;
     Module['calledRun'] = true;
 
     if (ABORT) return;
 
-    ensureInitRuntime();
+    initRuntime();
 
     preMain();
 
@@ -6418,7 +6242,8 @@
       }, 1);
       doRun();
     }, 1);
-  } else {
+  } else
+  {
     doRun();
   }
   checkStackCookie();
@@ -6434,7 +6259,7 @@
   // builds we do so just for this check, and here we see if there is any
   // content to flush, that is, we check if there would have been
   // something a non-ASSERTIONS build would have not seen.
-  // How we flush the streams depends on whether we are in FILESYSTEM=0
+  // How we flush the streams depends on whether we are in SYSCALLS_REQUIRE_FILESYSTEM=0
   // mode (which has its own special function for this; otherwise, all
   // the code is inside libc)
   var print = out;
@@ -6447,19 +6272,16 @@
     var flush = Module['_fflush'];
     if (flush) flush(0);
     // also flush in the JS FS layer
-    var hasFS = true;
-    if (hasFS) {
-      ['stdout', 'stderr'].forEach(function(name) {
-        var info = FS.analyzePath('/dev/' + name);
-        if (!info) return;
-        var stream = info.object;
-        var rdev = stream.rdev;
-        var tty = TTY.ttys[rdev];
-        if (tty && tty.output && tty.output.length) {
-          has = true;
-        }
-      });
-    }
+    ['stdout', 'stderr'].forEach(function(name) {
+      var info = FS.analyzePath('/dev/' + name);
+      if (!info) return;
+      var stream = info.object;
+      var rdev = stream.rdev;
+      var tty = TTY.ttys[rdev];
+      if (tty && tty.output && tty.output.length) {
+        has = true;
+      }
+    });
   } catch(e) {}
   out = print;
   err = printErr;
@@ -6475,11 +6297,11 @@
   // don't need to do anything here and can just leave. if the status is
   // non-zero, though, then we need to report it.
   // (we may have warned about this earlier, if a situation justifies doing so)
-  if (implicit && Module['noExitRuntime'] && status === 0) {
+  if (implicit && noExitRuntime && status === 0) {
     return;
   }
 
-  if (Module['noExitRuntime']) {
+  if (noExitRuntime) {
     // if exit() was called, we may warn the user if the runtime isn't actually being shut down
     if (!implicit) {
       err('exit(' + status + ') called, but EXIT_RUNTIME is not set, so halting execution but not exiting the runtime or preventing further async execution (build with EXIT_RUNTIME=1, if you want a true shutdown)');
@@ -6488,14 +6310,13 @@
 
     ABORT = true;
     EXITSTATUS = status;
-    STACKTOP = initialStackTop;
 
     exitRuntime();
 
     if (Module['onExit']) Module['onExit'](status);
   }
 
-  Module['quit'](status, new ExitStatus(status));
+  quit_(status, new ExitStatus(status));
 }
 
 var abortDecorators = [];
@@ -6505,13 +6326,9 @@
     Module['onAbort'](what);
   }
 
-  if (what !== undefined) {
-    out(what);
-    err(what);
-    what = JSON.stringify(what)
-  } else {
-    what = '';
-  }
+  what += '';
+  out(what);
+  err(what);
 
   ABORT = true;
   EXITSTATUS = 1;
@@ -6535,7 +6352,7 @@
 }
 
 
-  Module["noExitRuntime"] = true;
+  noExitRuntime = true;
 
 run();
 
@@ -6547,30 +6364,16 @@
 
 
 
-if(this) {
-	this.liblouisBuilds = this.liblouisBuilds || {};
-
-	var version;
-	try {
-		version = this.ccall('lou_version', 'string', [], []);
-	} catch(e) {
-		version = "unknown";
-	}
-
-	this.liblouisBuilds[version] = this.liblouisBuilds[version] || [];
-	this.liblouisBuilds[version].push(Module);
-}
 
 
-
-  return liblouisBuild;
+  return liblouisBuild
 }
 );
 })();
 if (typeof exports === 'object' && typeof module === 'object')
-    module.exports = liblouisBuild;
-  else if (typeof define === 'function' && define['amd'])
-    define([], function() { return liblouisBuild; });
-  else if (typeof exports === 'object')
-    exports["liblouisBuild"] = liblouisBuild;
-  
\ No newline at end of file
+      module.exports = liblouisBuild;
+    else if (typeof define === 'function' && define['amd'])
+      define([], function() { return liblouisBuild; });
+    else if (typeof exports === 'object')
+      exports["liblouisBuild"] = liblouisBuild;
+    
\ No newline at end of file
diff --git a/third_party/liblouis/wasm/liblouis_wasm.wasm b/third_party/liblouis/wasm/liblouis_wasm.wasm
index b1ede21..777171bc 100644
--- a/third_party/liblouis/wasm/liblouis_wasm.wasm
+++ b/third_party/liblouis/wasm/liblouis_wasm.wasm
Binary files differ
diff --git a/third_party/node/node_modules.py b/third_party/node/node_modules.py
index 4c13f8c..ab4f6f6 100755
--- a/third_party/node/node_modules.py
+++ b/third_party/node/node_modules.py
@@ -36,3 +36,8 @@
 
 def PathToUglify():
   return _path_in_node_modules('uglify-es', 'bin', 'uglifyjs')
+
+# Typescript is not approved for general use in Chromium. Email chromium-dev
+# if you want to use it.
+def PathToTypescript():
+  return _path_in_node_modules('typescript', 'bin', 'tsc')
diff --git a/third_party/openscreen/OWNERS b/third_party/openscreen/OWNERS
index 9fcfeaf..5dcd5c9a3 100644
--- a/third_party/openscreen/OWNERS
+++ b/third_party/openscreen/OWNERS
@@ -1,3 +1,5 @@
 mfoltz@chromium.org
 btolsch@chromium.org
 pthatcher@chromium.org
+
+# COMPONENT: Blink>PresentationAPI
diff --git a/third_party/sqlite/amalgamation/sqlite3.c b/third_party/sqlite/amalgamation/sqlite3.c
index 41dcdb3..59bdd50 100644
--- a/third_party/sqlite/amalgamation/sqlite3.c
+++ b/third_party/sqlite/amalgamation/sqlite3.c
@@ -106663,6 +106663,7 @@
   sqlite3 *db = sqlite3_context_db_handle(context);
   int i;
   Db *pDb = 0;
+  HashElem *pEntry;
   char zErr[128];
 
   UNUSED_PARAMETER(NotUsed);
@@ -106687,6 +106688,18 @@
     goto detach_error;
   }
 
+  /* If any TEMP triggers reference the schema being detached, move those
+  ** triggers to reference the TEMP schema itself. */
+  assert( db->aDb[1].pSchema );
+  pEntry = sqliteHashFirst(&db->aDb[1].pSchema->trigHash);
+  while( pEntry ){
+    Trigger *pTrig = (Trigger*)sqliteHashData(pEntry);
+    if( pTrig->pTabSchema==pDb->pSchema ){
+      pTrig->pTabSchema = pTrig->pSchema;
+    }
+    pEntry = sqliteHashNext(pEntry);
+  }
+
   sqlite3BtreeClose(pDb->pBt);
   pDb->pBt = 0;
   pDb->pSchema = 0;
@@ -132584,10 +132597,9 @@
   iDb = sqlite3SchemaToIndex(pParse->db, pTrigger->pSchema);
   assert( iDb>=0 && iDb<db->nDb );
   pTable = tableOfTrigger(pTrigger);
-  assert( pTable );
-  assert( pTable->pSchema==pTrigger->pSchema || iDb==1 );
+  assert( (pTable && pTable->pSchema==pTrigger->pSchema) || iDb==1 );
 #ifndef SQLITE_OMIT_AUTHORIZATION
-  {
+  if( pTable ){
     int code = SQLITE_DROP_TRIGGER;
     const char *zDb = db->aDb[iDb].zDbSName;
     const char *zTab = SCHEMA_TABLE(iDb);
@@ -132601,7 +132613,6 @@
 
   /* Generate code to destroy the database record of the trigger.
   */
-  assert( pTable!=0 );
   if( (v = sqlite3GetVdbe(pParse))!=0 ){
     sqlite3NestedParse(pParse,
        "DELETE FROM %Q.%s WHERE name=%Q AND type='trigger'",
@@ -132625,9 +132636,11 @@
   if( ALWAYS(pTrigger) ){
     if( pTrigger->pSchema==pTrigger->pTabSchema ){
       Table *pTab = tableOfTrigger(pTrigger);
-      Trigger **pp;
-      for(pp=&pTab->pTrigger; *pp!=pTrigger; pp=&((*pp)->pNext));
-      *pp = (*pp)->pNext;
+      if( pTab ){
+        Trigger **pp;
+        for(pp=&pTab->pTrigger; *pp!=pTrigger; pp=&((*pp)->pNext));
+        *pp = (*pp)->pNext;
+      }
     }
     sqlite3DeleteTrigger(db, pTrigger);
     db->mDbFlags |= DBFLAG_SchemaChange;
@@ -223275,7 +223288,7 @@
 #endif /* !defined(SQLITE_CORE) || defined(SQLITE_ENABLE_STMTVTAB) */
 
 /************** End of stmt.c ************************************************/
-#if __LINE__!=223278
+#if __LINE__!=223291
 #undef SQLITE_SOURCE_ID
 #define SQLITE_SOURCE_ID      "2019-07-10 17:32:03 fc82b73eaac8b36950e527f12c4b5dc1e147e6f4ad2217ae43ad82882a88alt2"
 #endif
diff --git a/third_party/sqlite/patched/src/attach.c b/third_party/sqlite/patched/src/attach.c
index 347680fd..ef0700fd4 100644
--- a/third_party/sqlite/patched/src/attach.c
+++ b/third_party/sqlite/patched/src/attach.c
@@ -299,6 +299,7 @@
   sqlite3 *db = sqlite3_context_db_handle(context);
   int i;
   Db *pDb = 0;
+  HashElem *pEntry;
   char zErr[128];
 
   UNUSED_PARAMETER(NotUsed);
@@ -323,6 +324,18 @@
     goto detach_error;
   }
 
+  /* If any TEMP triggers reference the schema being detached, move those
+  ** triggers to reference the TEMP schema itself. */
+  assert( db->aDb[1].pSchema );
+  pEntry = sqliteHashFirst(&db->aDb[1].pSchema->trigHash);
+  while( pEntry ){
+    Trigger *pTrig = (Trigger*)sqliteHashData(pEntry);
+    if( pTrig->pTabSchema==pDb->pSchema ){
+      pTrig->pTabSchema = pTrig->pSchema;
+    }
+    pEntry = sqliteHashNext(pEntry);
+  }
+
   sqlite3BtreeClose(pDb->pBt);
   pDb->pBt = 0;
   pDb->pSchema = 0;
diff --git a/third_party/sqlite/patched/src/trigger.c b/third_party/sqlite/patched/src/trigger.c
index fba75d8..2c27ea3 100644
--- a/third_party/sqlite/patched/src/trigger.c
+++ b/third_party/sqlite/patched/src/trigger.c
@@ -613,10 +613,9 @@
   iDb = sqlite3SchemaToIndex(pParse->db, pTrigger->pSchema);
   assert( iDb>=0 && iDb<db->nDb );
   pTable = tableOfTrigger(pTrigger);
-  assert( pTable );
-  assert( pTable->pSchema==pTrigger->pSchema || iDb==1 );
+  assert( (pTable && pTable->pSchema==pTrigger->pSchema) || iDb==1 );
 #ifndef SQLITE_OMIT_AUTHORIZATION
-  {
+  if( pTable ){
     int code = SQLITE_DROP_TRIGGER;
     const char *zDb = db->aDb[iDb].zDbSName;
     const char *zTab = SCHEMA_TABLE(iDb);
@@ -630,7 +629,6 @@
 
   /* Generate code to destroy the database record of the trigger.
   */
-  assert( pTable!=0 );
   if( (v = sqlite3GetVdbe(pParse))!=0 ){
     sqlite3NestedParse(pParse,
        "DELETE FROM %Q.%s WHERE name=%Q AND type='trigger'",
@@ -654,9 +652,11 @@
   if( ALWAYS(pTrigger) ){
     if( pTrigger->pSchema==pTrigger->pTabSchema ){
       Table *pTab = tableOfTrigger(pTrigger);
-      Trigger **pp;
-      for(pp=&pTab->pTrigger; *pp!=pTrigger; pp=&((*pp)->pNext));
-      *pp = (*pp)->pNext;
+      if( pTab ){
+        Trigger **pp;
+        for(pp=&pTab->pTrigger; *pp!=pTrigger; pp=&((*pp)->pNext));
+        *pp = (*pp)->pNext;
+      }
     }
     sqlite3DeleteTrigger(db, pTrigger);
     db->mDbFlags |= DBFLAG_SchemaChange;
diff --git a/third_party/sqlite/patched/test/trigger1.test b/third_party/sqlite/patched/test/trigger1.test
index 3cfd2fa..489a51e 100644
--- a/third_party/sqlite/patched/test/trigger1.test
+++ b/third_party/sqlite/patched/test/trigger1.test
@@ -768,4 +768,18 @@
   SELECT * FROM t19;
 } {1 2 2}
 
+# 2019-08-26 Chromium sqlite3_fts3_lpm_fuzzer find.
+#
+db close
+sqlite3 db :memory:
+do_execsql_test trigger1-20.1 {
+  CREATE TABLE t20_1(x);
+  ATTACH ':memory:' AS aux;
+  CREATE TABLE aux.t20_2(y);
+  CREATE TABLE aux.t20_3(z);
+  CREATE TEMP TRIGGER r20_3 AFTER INSERT ON t20_2 BEGIN UPDATE t20_3 SET z=z+1; END;
+  DETACH aux;
+  DROP TRIGGER r20_3;
+} {}
+
 finish_test
diff --git a/third_party/sqlite/patches/0001-Call-ioctl-with-the-correct-signature-on-both-Androi.patch b/third_party/sqlite/patches/0001-Call-ioctl-with-the-correct-signature-on-both-Androi.patch
index d07d2a0..11f8c6a9 100644
--- a/third_party/sqlite/patches/0001-Call-ioctl-with-the-correct-signature-on-both-Androi.patch
+++ b/third_party/sqlite/patches/0001-Call-ioctl-with-the-correct-signature-on-both-Androi.patch
@@ -1,7 +1,7 @@
 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
 From: Sarthak Kukreti <sarthakkukreti@chromium.org>
 Date: Mon, 15 Jul 2019 17:23:45 -0700
-Subject: [PATCH 1/5] Call ioctl() with the correct signature on both Android
+Subject: [PATCH 1/6] Call ioctl() with the correct signature on both Android
  and stock Linux.
 
 This backports https://sqlite.org/src/info/68e12e063fe41bcd
@@ -32,5 +32,5 @@
  }; /* End of the overrideable system calls */
  
 -- 
-2.22.0.657.g960e92d24f-goog
+2.23.0.351.gc4317032e6-goog
 
diff --git a/third_party/sqlite/patches/0002-Fix-Heap-Buffer-Overflow.patch b/third_party/sqlite/patches/0002-Fix-Heap-Buffer-Overflow.patch
index 50fcbb0..342c633 100644
--- a/third_party/sqlite/patches/0002-Fix-Heap-Buffer-Overflow.patch
+++ b/third_party/sqlite/patches/0002-Fix-Heap-Buffer-Overflow.patch
@@ -1,7 +1,7 @@
 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
 From: Darwin Huang <huangdarwin@chromium.org>
 Date: Wed, 17 Jul 2019 14:52:39 -0700
-Subject: [PATCH 2/5] Fix Heap-Buffer-Overflow
+Subject: [PATCH 2/6] Fix Heap-Buffer-Overflow
 
     Backports https://www.sqlite.org/src/info/bd9a47a3a2997bfb
 
@@ -130,5 +130,5 @@
 +finish_test
 +
 -- 
-2.22.0.657.g960e92d24f-goog
+2.23.0.351.gc4317032e6-goog
 
diff --git a/third_party/sqlite/patches/0003-Fix-ASSERT-memIsValid-hit.patch b/third_party/sqlite/patches/0003-Fix-ASSERT-memIsValid-hit.patch
index 8593b75..d6a8184 100644
--- a/third_party/sqlite/patches/0003-Fix-ASSERT-memIsValid-hit.patch
+++ b/third_party/sqlite/patches/0003-Fix-ASSERT-memIsValid-hit.patch
@@ -1,7 +1,7 @@
 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
 From: Darwin Huang <huangdarwin@chromium.org>
 Date: Wed, 17 Jul 2019 15:22:41 -0700
-Subject: [PATCH 3/5] Fix ASSERT memIsValid hit
+Subject: [PATCH 3/6] Fix ASSERT memIsValid hit
 
 Backports https://www.sqlite.org/src/info/7ef7b23cbb1b9ace
 
@@ -228,5 +228,5 @@
 +finish_test
 \ No newline at end of file
 -- 
-2.22.0.657.g960e92d24f-goog
+2.23.0.351.gc4317032e6-goog
 
diff --git a/third_party/sqlite/patches/0004-Fix-incorrect-assert.patch b/third_party/sqlite/patches/0004-Fix-incorrect-assert.patch
index 5aa12cb..e1b056bc 100644
--- a/third_party/sqlite/patches/0004-Fix-incorrect-assert.patch
+++ b/third_party/sqlite/patches/0004-Fix-incorrect-assert.patch
@@ -1,7 +1,7 @@
 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
 From: Darwin Huang <huangdarwin@chromium.org>
 Date: Wed, 17 Jul 2019 15:24:25 -0700
-Subject: [PATCH 4/5] Fix incorrect assert
+Subject: [PATCH 4/6] Fix incorrect assert
 
 Backports https://www.sqlite.org/src/info/59c9e73f86b89ee1
 
@@ -29,5 +29,5 @@
    if( pPage->nOverflow || sz+2>pPage->nFree ){
      if( pTemp ){
 -- 
-2.22.0.657.g960e92d24f-goog
+2.23.0.351.gc4317032e6-goog
 
diff --git a/third_party/sqlite/patches/0005-Fix-bad-chrome_sqlite3_free.patch b/third_party/sqlite/patches/0005-Fix-bad-chrome_sqlite3_free.patch
index 0ac3ad6b..a5fb6f8 100644
--- a/third_party/sqlite/patches/0005-Fix-bad-chrome_sqlite3_free.patch
+++ b/third_party/sqlite/patches/0005-Fix-bad-chrome_sqlite3_free.patch
@@ -1,7 +1,7 @@
 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
 From: Darwin Huang <huangdarwin@chromium.org>
 Date: Tue, 23 Jul 2019 15:11:19 -0700
-Subject: [PATCH 5/5] Fix bad chrome_sqlite3_free
+Subject: [PATCH 5/6] Fix bad chrome_sqlite3_free
 
 Backports https://www.sqlite.org/src/info/f60a83069168899d
 
@@ -29,5 +29,5 @@
        return SQLITE_OK;
      }
 -- 
-2.22.0.657.g960e92d24f-goog
+2.23.0.351.gc4317032e6-goog
 
diff --git a/third_party/sqlite/patches/0006-Avoid-dangling-schema-pointer.patch b/third_party/sqlite/patches/0006-Avoid-dangling-schema-pointer.patch
new file mode 100644
index 0000000..5a0157a5
--- /dev/null
+++ b/third_party/sqlite/patches/0006-Avoid-dangling-schema-pointer.patch
@@ -0,0 +1,111 @@
+From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
+From: Darwin Huang <huangdarwin@chromium.org>
+Date: Wed, 25 Sep 2019 14:58:51 -0700
+Subject: [PATCH 6/6] Avoid dangling schema pointer
+
+Backports https://www.sqlite.org/src/info/069c2f4c61f06211
+
+Bug 990234
+---
+ third_party/sqlite/patched/src/attach.c       | 13 +++++++++++++
+ third_party/sqlite/patched/src/trigger.c      | 14 +++++++-------
+ third_party/sqlite/patched/test/trigger1.test | 14 ++++++++++++++
+ 3 files changed, 34 insertions(+), 7 deletions(-)
+
+diff --git a/third_party/sqlite/patched/src/attach.c b/third_party/sqlite/patched/src/attach.c
+index 347680fd4be2..ef0700fd483b 100644
+--- a/third_party/sqlite/patched/src/attach.c
++++ b/third_party/sqlite/patched/src/attach.c
+@@ -299,6 +299,7 @@ static void detachFunc(
+   sqlite3 *db = sqlite3_context_db_handle(context);
+   int i;
+   Db *pDb = 0;
++  HashElem *pEntry;
+   char zErr[128];
+ 
+   UNUSED_PARAMETER(NotUsed);
+@@ -323,6 +324,18 @@ static void detachFunc(
+     goto detach_error;
+   }
+ 
++  /* If any TEMP triggers reference the schema being detached, move those
++  ** triggers to reference the TEMP schema itself. */
++  assert( db->aDb[1].pSchema );
++  pEntry = sqliteHashFirst(&db->aDb[1].pSchema->trigHash);
++  while( pEntry ){
++    Trigger *pTrig = (Trigger*)sqliteHashData(pEntry);
++    if( pTrig->pTabSchema==pDb->pSchema ){
++      pTrig->pTabSchema = pTrig->pSchema;
++    }
++    pEntry = sqliteHashNext(pEntry);
++  }
++
+   sqlite3BtreeClose(pDb->pBt);
+   pDb->pBt = 0;
+   pDb->pSchema = 0;
+diff --git a/third_party/sqlite/patched/src/trigger.c b/third_party/sqlite/patched/src/trigger.c
+index fba75d8fb4de..2c27ea3ecfc9 100644
+--- a/third_party/sqlite/patched/src/trigger.c
++++ b/third_party/sqlite/patched/src/trigger.c
+@@ -613,10 +613,9 @@ void sqlite3DropTriggerPtr(Parse *pParse, Trigger *pTrigger){
+   iDb = sqlite3SchemaToIndex(pParse->db, pTrigger->pSchema);
+   assert( iDb>=0 && iDb<db->nDb );
+   pTable = tableOfTrigger(pTrigger);
+-  assert( pTable );
+-  assert( pTable->pSchema==pTrigger->pSchema || iDb==1 );
++  assert( (pTable && pTable->pSchema==pTrigger->pSchema) || iDb==1 );
+ #ifndef SQLITE_OMIT_AUTHORIZATION
+-  {
++  if( pTable ){
+     int code = SQLITE_DROP_TRIGGER;
+     const char *zDb = db->aDb[iDb].zDbSName;
+     const char *zTab = SCHEMA_TABLE(iDb);
+@@ -630,7 +629,6 @@ void sqlite3DropTriggerPtr(Parse *pParse, Trigger *pTrigger){
+ 
+   /* Generate code to destroy the database record of the trigger.
+   */
+-  assert( pTable!=0 );
+   if( (v = sqlite3GetVdbe(pParse))!=0 ){
+     sqlite3NestedParse(pParse,
+        "DELETE FROM %Q.%s WHERE name=%Q AND type='trigger'",
+@@ -654,9 +652,11 @@ void sqlite3UnlinkAndDeleteTrigger(sqlite3 *db, int iDb, const char *zName){
+   if( ALWAYS(pTrigger) ){
+     if( pTrigger->pSchema==pTrigger->pTabSchema ){
+       Table *pTab = tableOfTrigger(pTrigger);
+-      Trigger **pp;
+-      for(pp=&pTab->pTrigger; *pp!=pTrigger; pp=&((*pp)->pNext));
+-      *pp = (*pp)->pNext;
++      if( pTab ){
++        Trigger **pp;
++        for(pp=&pTab->pTrigger; *pp!=pTrigger; pp=&((*pp)->pNext));
++        *pp = (*pp)->pNext;
++      }
+     }
+     sqlite3DeleteTrigger(db, pTrigger);
+     db->mDbFlags |= DBFLAG_SchemaChange;
+diff --git a/third_party/sqlite/patched/test/trigger1.test b/third_party/sqlite/patched/test/trigger1.test
+index 3cfd2fa2f0ab..489a51e2e5a0 100644
+--- a/third_party/sqlite/patched/test/trigger1.test
++++ b/third_party/sqlite/patched/test/trigger1.test
+@@ -768,4 +768,18 @@ do_execsql_test trigger1-19.1 {
+   SELECT * FROM t19;
+ } {1 2 2}
+ 
++# 2019-08-26 Chromium sqlite3_fts3_lpm_fuzzer find.
++#
++db close
++sqlite3 db :memory:
++do_execsql_test trigger1-20.1 {
++  CREATE TABLE t20_1(x);
++  ATTACH ':memory:' AS aux;
++  CREATE TABLE aux.t20_2(y);
++  CREATE TABLE aux.t20_3(z);
++  CREATE TEMP TRIGGER r20_3 AFTER INSERT ON t20_2 BEGIN UPDATE t20_3 SET z=z+1; END;
++  DETACH aux;
++  DROP TRIGGER r20_3;
++} {}
++
+ finish_test
+-- 
+2.23.0.351.gc4317032e6-goog
+
diff --git a/tools/grit/grit/node/base.py b/tools/grit/grit/node/base.py
index cbc9b9d..bec8f85 100644
--- a/tools/grit/grit/node/base.py
+++ b/tools/grit/grit/node/base.py
@@ -44,8 +44,8 @@
   def __init__(self):
     self.children = []        # A list of child elements
     self.mixed_content = []   # A list of u'' and/or child elements (this
-                              # duplicates 'children' but
-                              # is needed to preserve markup-type content).
+    # duplicates 'children' but
+    # is needed to preserve markup-type content).
     self.name = u''           # The name of this element
     self.attrs = {}           # The set of attributes (keys to values)
     self.parent = None        # Our parent unless we are the root element.
@@ -614,7 +614,7 @@
       The data in gzipped or brotli compressed format. If the format is
       unspecified then this returns the data uncompressed.
     '''
-    if self.attrs.get('compress') in ('gzip', 'true'):
+    if self.attrs.get('compress') == 'gzip':
       # We only use rsyncable compression on Linux.
       # We exclude ChromeOS since ChromeOS bots are Linux based but do not have
       # the --rsyncable option built in for gzip. See crbug.com/617950.
diff --git a/tools/grit/grit/node/structure_unittest.py b/tools/grit/grit/node/structure_unittest.py
index 617a750..e543e3e 100755
--- a/tools/grit/grit/node/structure_unittest.py
+++ b/tools/grit/grit/node/structure_unittest.py
@@ -115,25 +115,6 @@
         os.path.join(test_data_root, 'test_text.txt'), util.BINARY),
                      decompressed_data)
 
-  def testCompressTrue(self):
-    test_data_root = util.PathFromRoot('grit/testdata')
-    root = util.ParseGrdForUnittest(
-        '''
-        <structures>
-          <structure name="TEST_TXT" file="test_text.txt"
-                   compress="true" type="chrome_html" />
-        </structures>''',
-        base_dir=test_data_root)
-    node, = root.GetChildrenOfType(structure.StructureNode)
-    node.RunPreSubstitutionGatherer()
-    compressed = node.GetDataPackValue(lang='en', encoding=1)
-
-    decompressed_data = zlib.decompress(compressed, 16 + zlib.MAX_WBITS)
-    self.assertEqual(
-        util.ReadFile(
-            os.path.join(test_data_root, 'test_text.txt'), util.BINARY),
-        decompressed_data)
-
   def testCompressBrotli(self):
     test_data_root = util.PathFromRoot('grit/testdata')
     root = util.ParseGrdForUnittest(
diff --git a/tools/mb/mb_config.pyl b/tools/mb/mb_config.pyl
index 3b3581c..3f2d85a 100644
--- a/tools/mb/mb_config.pyl
+++ b/tools/mb/mb_config.pyl
@@ -657,6 +657,10 @@
       'android-pie-arm64-rel': 'android_release_trybot_arm64_webview_google',
       'android-webview-pie-arm64-fyi-rel': 'android_release_trybot_arm64_webview_google',
       'android-pie-x86-fyi-rel': 'android_release_trybot_x86',
+      'android-webview-marshmallow-arm64-dbg': 'android_release_trybot_arm64_webview_google',
+      'android-webview-nougat-arm64-dbg': 'android_release_trybot_arm64_webview_google',
+      'android-webview-oreo-arm64-dbg': 'android_release_trybot_arm64_webview_google',
+      'android-webview-pie-arm64-dbg': 'android_release_trybot_arm64_webview_google',
       'android_archive_rel_ng': 'android_release_trybot',
       'android_arm64_dbg_recipe': 'android_debug_trybot_compile_only_arm64',
       'android-binary-size': 'android_binary_size',
diff --git a/tools/metrics/histograms/enums.xml b/tools/metrics/histograms/enums.xml
index 6ee1f34..4726699 100644
--- a/tools/metrics/histograms/enums.xml
+++ b/tools/metrics/histograms/enums.xml
@@ -4923,7 +4923,7 @@
   <int value="92" label="OBSOLETE_WC_RENDERER_DID_NAVIGATE_BAD_SECURITY_INFO"/>
   <int value="93" label="OBSOLETE_BDH_DUPLICATE_REQUEST_DEVICE_ID"/>
   <int value="94" label="CSDH_INVALID_ORIGIN"/>
-  <int value="95" label="RDH_ILLEGAL_ORIGIN"/>
+  <int value="95" label="OBSOLETE_RDH_ILLEGAL_ORIGIN"/>
   <int value="96" label="OBSOLETE_RDH_UNAUTHORIZED_HEADER_REQUEST"/>
   <int value="97" label="RDH_INVALID_URL"/>
   <int value="98" label="OBSOLETE_BDH_CHARACTERISTIC_ALREADY_SUBSCRIBED"/>
@@ -13104,6 +13104,7 @@
   <int value="8" label="Failed too many overlays"/>
   <int value="9" label="Failed no hw overlay support (deprecated)"/>
   <int value="10" label="Failed quad has rounded corners"/>
+  <int value="11" label="Failed read by backdrop filters"/>
 </enum>
 
 <enum name="DeclarativeAPIFunctionType">
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index e4aac0d..7f4582e 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -17828,35 +17828,6 @@
   </summary>
 </histogram>
 
-<histogram name="Bookmarks.AddedPerProfileType" enum="BrowserProfileType"
-    expires_after="M85">
-  <owner>rhalavati@chromium.org</owner>
-  <owner>chrome-privacy-core@google.com</owner>
-  <summary>
-    This histogram records when a bookmark is added sliced on profile type.
-  </summary>
-</histogram>
-
-<histogram name="Bookmarks.BookmarkAllTabsWithTabsCount.Incognito" units="tabs"
-    expires_after="M85">
-  <owner>rhalavati@chromium.org</owner>
-  <owner>chrome-privacy-core@google.com</owner>
-  <summary>
-    This histogram records the count of tabs when a user bookmarks all open
-    tabs, in incognito mode.
-  </summary>
-</histogram>
-
-<histogram name="Bookmarks.BookmarkAllTabsWithTabsCount.Regular" units="tabs"
-    expires_after="M85">
-  <owner>rhalavati@chromium.org</owner>
-  <owner>chrome-privacy-core@google.com</owner>
-  <summary>
-    This histogram records the count of tabs when a user bookmarks all open
-    tabs, in regular mode.
-  </summary>
-</histogram>
-
 <histogram name="Bookmarks.BookmarksInFolder" units="bookmarks">
   <owner>calamity@chromium.org</owner>
   <summary>
@@ -62312,6 +62283,17 @@
   </summary>
 </histogram>
 
+<histogram name="Media.MCVD.ForwardVideoFrameTiming" units="ms"
+    expires_after="2019-12-31">
+  <owner>liberato@chromium.org</owner>
+  <owner>sandersd@chromium.org</owner>
+  <owner>tguilbert@chromium.org</owner>
+  <summary>
+    The time between MediaCodec::dequeueOutputBuffer() and the dispatch of the
+    corresponding VideoFrame from MediaCodecVideoDecoder.
+  </summary>
+</histogram>
+
 <histogram name="Media.MeanTimeBetweenRebuffers" units="ms"
     expires_after="2020-02-02">
   <owner>dalecurtis@chromium.org</owner>
@@ -94813,6 +94795,51 @@
   </summary>
 </histogram>
 
+<histogram
+    name="OptimizationGuide.PredictionModelFetcher.GetModelsRequest.HostCount"
+    units="total host count" expires_after="M84">
+  <owner>mcrouse@chromium.org</owner>
+  <owner>sophiechang@chromium.org</owner>
+  <summary>
+    Records the number of hosts included in a remote Optimization Guide Service
+    client model request. This will be captured when any GetModelsRequest is
+    initiated.
+  </summary>
+</histogram>
+
+<histogram
+    name="OptimizationGuide.PredictionModelFetcher.GetModelsResponse.HostModelFeatureCount"
+    units="units" expires_after="M84">
+  <owner>mcrouse@chromium.org</owner>
+  <owner>sophiechang@chromium.org</owner>
+  <summary>
+    Records the number of host model features received from the remote
+    Optimization Guide Service for every successful GetModelsRequest.
+  </summary>
+</histogram>
+
+<histogram
+    name="OptimizationGuide.PredictionModelFetcher.GetModelsResponse.NetErrorCode"
+    enum="NetErrorCodes" expires_after="M84">
+  <owner>mcrouse@chromium.org</owner>
+  <owner>sophiechang@chromium.org</owner>
+  <summary>
+    Net error codes for GetModelsRequest to the Optimization Guide Service on
+    success and failure.
+  </summary>
+</histogram>
+
+<histogram
+    name="OptimizationGuide.PredictionModelFetcher.GetModelsResponse.Status"
+    enum="HttpResponseCode" expires_after="M84">
+  <owner>mcrouse@chromium.org</owner>
+  <owner>sophiechang@chromium.org</owner>
+  <summary>
+    For each GetModelsRequest to the Optimization Guide Service, log the HTTP
+    response code on success and failure.
+  </summary>
+</histogram>
+
 <histogram name="OptimizationGuide.ProcessHintsResult"
     enum="OptimizationGuideProcessHintsResult">
   <owner>dougarnett@chromium.org</owner>
diff --git a/tools/metrics/histograms/review_guidelines.md b/tools/metrics/histograms/review_guidelines.md
index 18cf756..5b2c09c 100644
--- a/tools/metrics/histograms/review_guidelines.md
+++ b/tools/metrics/histograms/review_guidelines.md
@@ -94,7 +94,8 @@
 
 *   Verify that for an enum histogram, the enum described in enums.xml and the
     enum defined in the client code matches. Furthermore, the enum in the code
-    should have a comment mentioning that the values must not be changes and aslo that additions to the enum should be synced to enums.xml.
+    should have a comment mentioning that the values must not be changes and
+    also that additions to the enum should be synced to enums.xml.
 
     *   See the sample comment
         [here](https://cs.chromium.org/chromium/src/base/metrics/histogram_macros.h?rcl=2c99f35f64380ba63c928787834661fbc1fa4234&l=46).
diff --git a/tools/perf/process_perf_results.py b/tools/perf/process_perf_results.py
index f07ed5b..47bd6e1f 100755
--- a/tools/perf/process_perf_results.py
+++ b/tools/perf/process_perf_results.py
@@ -62,6 +62,8 @@
   'load_library_perf_tests',
   'media_perftests',
   'net_perftests',
+  'passthrough_command_buffer_perftests',
+  'validating_command_buffer_perftests',
   'views_perftests',
   'viz_perftests',
   'xr.vr.common_perftests',
diff --git a/tools/traffic_annotation/summary/annotations.xml b/tools/traffic_annotation/summary/annotations.xml
index 4442ba0..a8721be 100644
--- a/tools/traffic_annotation/summary/annotations.xml
+++ b/tools/traffic_annotation/summary/annotations.xml
@@ -179,6 +179,7 @@
  <item id="one_google_bar_service" hash_code="78917933" type="0" content_hash_code="46527252" os_list="linux,windows" file_path="chrome/browser/search/one_google_bar/one_google_bar_loader_impl.cc"/>
  <item id="open_screen_message" hash_code="95250780" type="0" deprecated="2019-09-05" content_hash_code="39027953" file_path=""/>
  <item id="open_search" hash_code="107267424" type="0" content_hash_code="83025542" os_list="linux,windows" file_path="components/search_engines/template_url_fetcher.cc"/>
+ <item id="optimization_guide_model" hash_code="106373593" type="0" content_hash_code="32403047" os_list="linux,windows" file_path="chrome/browser/optimization_guide/prediction/prediction_model_fetcher.cc"/>
  <item id="origin_policy_loader" hash_code="6483617" type="0" content_hash_code="20680909" os_list="linux,windows" file_path="services/network/origin_policy/origin_policy_fetcher.cc"/>
  <item id="parallel_download_job" hash_code="135118587" type="0" content_hash_code="105330419" os_list="linux,windows" file_path="components/download/internal/common/parallel_download_job.cc"/>
  <item id="password_protection_request" hash_code="66322287" type="0" content_hash_code="25596947" os_list="linux,windows" file_path="components/safe_browsing/password_protection/password_protection_request.cc"/>
diff --git a/ui/accessibility/ax_enum_util.cc b/ui/accessibility/ax_enum_util.cc
index a4440c96..510a447 100644
--- a/ui/accessibility/ax_enum_util.cc
+++ b/ui/accessibility/ax_enum_util.cc
@@ -565,6 +565,8 @@
       return "ruby";
     case ax::mojom::Role::kRubyAnnotation:
       return "rubyAnnotation";
+    case ax::mojom::Role::kSection:
+      return "section";
     case ax::mojom::Role::kSvgRoot:
       return "svgRoot";
     case ax::mojom::Role::kScrollBar:
@@ -939,6 +941,8 @@
     return ax::mojom::Role::kRuby;
   if (0 == strcmp(role, "rubyAnnotation"))
     return ax::mojom::Role::kRubyAnnotation;
+  if (0 == strcmp(role, "section"))
+    return ax::mojom::Role::kSection;
   if (0 == strcmp(role, "svgRoot"))
     return ax::mojom::Role::kSvgRoot;
   if (0 == strcmp(role, "scrollBar"))
diff --git a/ui/accessibility/ax_enums.mojom b/ui/accessibility/ax_enums.mojom
index 54827184..9d5394a 100644
--- a/ui/accessibility/ax_enums.mojom
+++ b/ui/accessibility/ax_enums.mojom
@@ -271,6 +271,7 @@
   kScrollView,
   kSearch,
   kSearchBox,
+  kSection,
   kSlider,
   kSliderThumb,
   kSpinButton,
diff --git a/ui/accessibility/ax_range.h b/ui/accessibility/ax_range.h
index f84ff61..2c53ad9d 100644
--- a/ui/accessibility/ax_range.h
+++ b/ui/accessibility/ax_range.h
@@ -10,9 +10,9 @@
 #include <vector>
 
 #include "base/strings/string16.h"
+#include "base/strings/utf_string_conversions.h"
 #include "ui/accessibility/ax_role_properties.h"
 #include "ui/accessibility/ax_tree_manager_map.h"
-#include "ui/accessibility/platform/ax_platform_node_delegate.h"
 
 namespace ui {
 
@@ -25,6 +25,15 @@
   kAsTextContent
 };
 
+class AXRangeScreenRectDelegate {
+ public:
+  virtual gfx::Rect GetInnerTextRangeBoundsRect(AXTreeID tree_id,
+                                                AXNode::AXID node_id,
+                                                int start_offset,
+                                                int end_offset) = 0;
+  virtual gfx::Rect GetBoundsRect(AXTreeID tree_id, AXNode::AXID node_id) = 0;
+};
+
 // A range delimited by two positions in the AXTree.
 //
 // In order to avoid any confusion regarding whether a deep or a shallow copy is
@@ -274,7 +283,8 @@
 
   // Appends rects in screen coordinates of all anchor nodes that span between
   // anchor_ and focus_. Rects outside of the viewport are skipped.
-  std::vector<gfx::Rect> GetScreenRects() const {
+  std::vector<gfx::Rect> GetScreenRects(
+      AXRangeScreenRectDelegate* delegate) const {
     std::vector<gfx::Rect> rects;
 
     for (const AXRange& leaf_text_range : *this) {
@@ -291,10 +301,6 @@
       }
 
       AXTreeID current_tree_id = current_line_start->tree_id();
-      AXTreeManager* manager =
-          AXTreeManagerMap::GetInstance().GetManager(current_tree_id);
-      AXPlatformNodeDelegate* current_anchor_delegate = manager->GetDelegate(
-          current_tree_id, current_line_start->anchor_id());
 
       // For text anchors, we retrieve the bounding rectangles of its text
       // content. For non-text anchors (such as checkboxes, images, etc.), we
@@ -302,14 +308,12 @@
       gfx::Rect current_rect =
           (current_line_start->IsInLineBreak() ||
            current_line_start->IsInTextObject())
-              ? current_anchor_delegate->GetInnerTextRangeBoundsRect(
+              ? delegate->GetInnerTextRangeBoundsRect(
+                    current_tree_id, current_line_start->anchor_id(),
                     current_line_start->text_offset(),
-                    current_line_end->text_offset(),
-                    ui::AXCoordinateSystem::kScreen,
-                    ui::AXClippingBehavior::kClipped)
-              : current_anchor_delegate->GetBoundsRect(
-                    ui::AXCoordinateSystem::kScreen,
-                    ui::AXClippingBehavior::kClipped);
+                    current_line_end->text_offset())
+              : delegate->GetBoundsRect(current_tree_id,
+                                        current_line_start->anchor_id());
 
       // We only add rects that are visible within the current viewport.
       // If the bounding rectangle is outside the viewport, the kClipped
diff --git a/ui/accessibility/ax_range_unittest.cc b/ui/accessibility/ax_range_unittest.cc
index 2df467ce..8b1a87ba 100644
--- a/ui/accessibility/ax_range_unittest.cc
+++ b/ui/accessibility/ax_range_unittest.cc
@@ -43,6 +43,48 @@
 constexpr int32_t STATIC_TEXT3_ID = 15;
 constexpr int32_t INLINE_BOX3_ID = 16;
 
+class TestAXRangeScreenRectDelegate : public AXRangeScreenRectDelegate {
+ public:
+  TestAXRangeScreenRectDelegate(AXTree* tree) : tree_(tree) {}
+
+  gfx::Rect GetInnerTextRangeBoundsRect(AXTreeID tree_id,
+                                        int32_t node_id,
+                                        int start_offset,
+                                        int end_offset) override {
+    if (tree_->data().tree_id != tree_id)
+      return gfx::Rect();
+
+    AXNode* node = tree_->GetFromId(node_id);
+    if (!node)
+      return gfx::Rect();
+
+    TestAXNodeWrapper* wrapper = TestAXNodeWrapper::GetOrCreate(tree_, node);
+
+    AXOffscreenResult ignore_offscreen_result;
+    return wrapper->GetInnerTextRangeBoundsRect(
+        start_offset, end_offset, ui::AXCoordinateSystem::kScreen,
+        ui::AXClippingBehavior::kClipped, &ignore_offscreen_result);
+  }
+
+  gfx::Rect GetBoundsRect(AXTreeID tree_id, int32_t node_id) override {
+    if (tree_->data().tree_id != tree_id)
+      return gfx::Rect();
+
+    AXNode* node = tree_->GetFromId(node_id);
+    if (!node)
+      return gfx::Rect();
+
+    TestAXNodeWrapper* wrapper = TestAXNodeWrapper::GetOrCreate(tree_, node);
+    AXOffscreenResult ignore_offscreen_result;
+    return wrapper->GetBoundsRect(ui::AXCoordinateSystem::kScreen,
+                                  ui::AXClippingBehavior::kClipped,
+                                  &ignore_offscreen_result);
+  }
+
+ private:
+  AXTree* tree_;
+};
+
 class AXRangeTest : public testing::Test, public AXTreeManager {
  public:
   const base::string16 EMPTY = base::ASCIIToUTF16("");
@@ -68,10 +110,6 @@
   // AXTreeManager implementation.
   AXNode* GetNodeFromTree(const AXTreeID tree_id,
                           const int32_t node_id) const override;
-  AXPlatformNodeDelegate* GetDelegate(const AXTreeID tree_id,
-                                      const int32_t node_id) const override;
-  AXPlatformNodeDelegate* GetRootDelegate(
-      const AXTreeID tree_id) const override;
   AXTreeID GetTreeID() const override;
   AXTreeID GetParentTreeID() const override;
   AXNode* GetRootAsAXNode() const override;
@@ -292,33 +330,6 @@
   return nullptr;
 }
 
-AXPlatformNodeDelegate* AXRangeTest::GetDelegate(const AXTreeID tree_id,
-                                                 const int32_t node_id) const {
-  AXNode* node = GetNodeFromTree(tree_id, node_id);
-  if (node) {
-    TestAXNodeWrapper* wrapper =
-        TestAXNodeWrapper::GetOrCreate(tree_.get(), node);
-
-    return wrapper;
-  }
-  return nullptr;
-}
-
-AXPlatformNodeDelegate* AXRangeTest::GetRootDelegate(
-    const AXTreeID tree_id) const {
-  if (GetTreeID() == tree_id) {
-    AXNode* root_node = GetRootNode();
-
-    if (root_node) {
-      TestAXNodeWrapper* wrapper =
-          TestAXNodeWrapper::GetOrCreate(tree_.get(), root_node);
-      return wrapper;
-    }
-  }
-
-  return nullptr;
-}
-
 AXTreeID AXRangeTest::GetTreeID() const {
   return tree_->data().tree_id;
 }
@@ -1027,6 +1038,8 @@
 }
 
 TEST_F(AXRangeTest, GetScreenRects) {
+  TestAXRangeScreenRectDelegate delegate(tree_.get());
+
   // Setting up ax ranges for testing.
   TestPositionInstance button = AXNodePosition::CreateTextPosition(
       tree_->data().tree_id, button_.id, 0 /* text_offset */,
@@ -1081,14 +1094,14 @@
   // empty anchor whose start and end positions are the same.
   TestPositionRange button_range(button->Clone(), button->Clone());
   std::vector<gfx::Rect> expected_screen_rects = {gfx::Rect(20, 20, 100, 30)};
-  EXPECT_THAT(button_range.GetScreenRects(),
+  EXPECT_THAT(button_range.GetScreenRects(&delegate),
               testing::ContainerEq(expected_screen_rects));
 
   // Since a check box is not visible to the text representation, it spans an
   // empty anchor whose start and end positions are the same.
   TestPositionRange check_box1_range(check_box1->Clone(), check_box1->Clone());
   expected_screen_rects = {gfx::Rect(120, 20, 30, 30)};
-  EXPECT_THAT(check_box1_range.GetScreenRects(),
+  EXPECT_THAT(check_box1_range.GetScreenRects(&delegate),
               testing::ContainerEq(expected_screen_rects));
 
   // Retrieving bounding boxes of the button and both checkboxes.
@@ -1097,7 +1110,7 @@
   expected_screen_rects = {gfx::Rect(20, 20, 100, 30),
                            gfx::Rect(120, 20, 30, 30),
                            gfx::Rect(150, 20, 30, 30)};
-  EXPECT_THAT(button_check_box2_range.GetScreenRects(),
+  EXPECT_THAT(button_check_box2_range.GetScreenRects(&delegate),
               testing::ContainerEq(expected_screen_rects));
 
   // Retrieving bounding box of text line 1, its whole range.
@@ -1106,7 +1119,7 @@
   // |-----------|
   TestPositionRange line1_whole_range(line1_start->Clone(), line1_end->Clone());
   expected_screen_rects = {gfx::Rect(20, 50, 30, 30)};
-  EXPECT_THAT(line1_whole_range.GetScreenRects(),
+  EXPECT_THAT(line1_whole_range.GetScreenRects(&delegate),
               testing::ContainerEq(expected_screen_rects));
 
   // Retrieving bounding box of text line 1, its first half range.
@@ -1116,7 +1129,7 @@
   TestPositionRange line1_first_half_range(line1_start->Clone(),
                                            line1_middle->Clone());
   expected_screen_rects = {gfx::Rect(20, 50, 15, 30)};
-  EXPECT_THAT(line1_first_half_range.GetScreenRects(),
+  EXPECT_THAT(line1_first_half_range.GetScreenRects(&delegate),
               testing::ContainerEq(expected_screen_rects));
 
   // Retrieving bounding box of text line 1, its second half range.
@@ -1126,7 +1139,7 @@
   TestPositionRange line1_second_half_range(line1_middle->Clone(),
                                             line1_end->Clone());
   expected_screen_rects = {gfx::Rect(35, 50, 15, 30)};
-  EXPECT_THAT(line1_second_half_range.GetScreenRects(),
+  EXPECT_THAT(line1_second_half_range.GetScreenRects(&delegate),
               testing::ContainerEq(expected_screen_rects));
 
   // Retrieving bounding box of text line 1, its mid range.
@@ -1136,7 +1149,7 @@
   TestPositionRange line1_mid_range(line1_second_char->Clone(),
                                     line1_second_to_last_char->Clone());
   expected_screen_rects = {gfx::Rect(25, 50, 20, 30)};
-  EXPECT_THAT(line1_mid_range.GetScreenRects(),
+  EXPECT_THAT(line1_mid_range.GetScreenRects(&delegate),
               testing::ContainerEq(expected_screen_rects));
 
   // Retrieving bounding box of text line 2, its whole range.
@@ -1145,7 +1158,7 @@
   // |-----------|
   TestPositionRange line2_whole_range(line2_start->Clone(), line2_end->Clone());
   expected_screen_rects = {gfx::Rect(20, 80, 42, 30)};
-  EXPECT_THAT(line2_whole_range.GetScreenRects(),
+  EXPECT_THAT(line2_whole_range.GetScreenRects(&delegate),
               testing::ContainerEq(expected_screen_rects));
 
   // Retrieving bounding box of text line 2, its first half range.
@@ -1155,7 +1168,7 @@
   TestPositionRange line2_first_half_range(line2_start->Clone(),
                                            line2_middle->Clone());
   expected_screen_rects = {gfx::Rect(20, 80, 21, 30)};
-  EXPECT_THAT(line2_first_half_range.GetScreenRects(),
+  EXPECT_THAT(line2_first_half_range.GetScreenRects(&delegate),
               testing::ContainerEq(expected_screen_rects));
 
   // Retrieving bounding box of text line 2, its second half range.
@@ -1165,7 +1178,7 @@
   TestPositionRange line2_second_half_range(line2_middle->Clone(),
                                             line2_end->Clone());
   expected_screen_rects = {gfx::Rect(41, 80, 21, 30)};
-  EXPECT_THAT(line2_second_half_range.GetScreenRects(),
+  EXPECT_THAT(line2_second_half_range.GetScreenRects(&delegate),
               testing::ContainerEq(expected_screen_rects));
 
   // Retrieving bounding box of text line 2, its mid range.
@@ -1175,7 +1188,7 @@
   TestPositionRange line2_mid_range(line2_second_char->Clone(),
                                     line2_second_to_last_char->Clone());
   expected_screen_rects = {gfx::Rect(27, 80, 28, 30)};
-  EXPECT_THAT(line2_mid_range.GetScreenRects(),
+  EXPECT_THAT(line2_mid_range.GetScreenRects(&delegate),
               testing::ContainerEq(expected_screen_rects));
 
   // Retrieving bounding boxes of text line 1 and line 2, the entire range.
@@ -1185,7 +1198,7 @@
                                             line2_end->Clone());
   expected_screen_rects = {gfx::Rect(20, 50, 30, 30),
                            gfx::Rect(20, 80, 42, 30)};
-  EXPECT_THAT(line1_line2_whole_range.GetScreenRects(),
+  EXPECT_THAT(line1_line2_whole_range.GetScreenRects(&delegate),
               testing::ContainerEq(expected_screen_rects));
 
   // Retrieving bounding boxes of the range that spans from the middle of text
@@ -1196,7 +1209,7 @@
                                           line2_middle->Clone());
   expected_screen_rects = {gfx::Rect(35, 50, 15, 30),
                            gfx::Rect(20, 80, 21, 30)};
-  EXPECT_THAT(line1_line2_mid_range.GetScreenRects(),
+  EXPECT_THAT(line1_line2_mid_range.GetScreenRects(&delegate),
               testing::ContainerEq(expected_screen_rects));
 
   // Retrieving bounding boxes of the range that spans from the checkbox 2
@@ -1208,7 +1221,7 @@
   expected_screen_rects = {gfx::Rect(150, 20, 30, 30),
                            gfx::Rect(20, 50, 30, 30),
                            gfx::Rect(20, 80, 21, 30)};
-  EXPECT_THAT(check_box2_line2_mid_range.GetScreenRects(),
+  EXPECT_THAT(check_box2_line2_mid_range.GetScreenRects(&delegate),
               testing::ContainerEq(expected_screen_rects));
 
   // Retrieving bounding boxes of the range spanning the entire document.
@@ -1219,7 +1232,7 @@
       gfx::Rect(20, 20, 100, 30), gfx::Rect(120, 20, 30, 30),
       gfx::Rect(150, 20, 30, 30), gfx::Rect(20, 50, 30, 30),
       gfx::Rect(20, 80, 42, 30),  gfx::Rect(20, 110, 50, 30)};
-  EXPECT_THAT(entire_test_range.GetScreenRects(),
+  EXPECT_THAT(entire_test_range.GetScreenRects(&delegate),
               testing::ContainerEq(expected_screen_rects));
 }
 
diff --git a/ui/accessibility/ax_tree_manager.h b/ui/accessibility/ax_tree_manager.h
index eecb6ab..92e0a31 100644
--- a/ui/accessibility/ax_tree_manager.h
+++ b/ui/accessibility/ax_tree_manager.h
@@ -11,8 +11,6 @@
 
 namespace ui {
 
-class AXPlatformNodeDelegate;
-
 // Each AXNode has access to its own tree, but a manager of multiple AXTrees
 // is necessary for operations that span across trees.
 class AX_EXPORT AXTreeManager {
@@ -23,16 +21,6 @@
   virtual AXNode* GetNodeFromTree(const AXTreeID tree_id,
                                   const int32_t node_id) const = 0;
 
-  // Exposes the mapping of AXPlatformNodeDelegate*'s from AXTreeID and
-  // AXNodeID. This is non-static to allow for test code to override with
-  // custom implementations.
-  virtual AXPlatformNodeDelegate* GetDelegate(const AXTreeID tree_id,
-                                              const int32_t node_id) const = 0;
-
-  // Exposes the AXPlatformNodeDelegate for the root of the given AXTree.
-  virtual AXPlatformNodeDelegate* GetRootDelegate(
-      const AXTreeID tree_id) const = 0;
-
   // Returns the tree id of the tree managed by this AXTreeManager.
   virtual AXTreeID GetTreeID() const = 0;
 
diff --git a/ui/accessibility/platform/ax_fragment_root_win.cc b/ui/accessibility/platform/ax_fragment_root_win.cc
index 1c9956d..a4380c4 100644
--- a/ui/accessibility/platform/ax_fragment_root_win.cc
+++ b/ui/accessibility/platform/ax_fragment_root_win.cc
@@ -264,6 +264,16 @@
   return widget_;
 }
 
+AXPlatformNode* AXFragmentRootWin::GetFromTreeIDAndNodeID(
+    const ui::AXTreeID& ax_tree_id,
+    int32_t node_id) {
+  AXPlatformNodeDelegate* child_delegate = GetChildNodeDelegate();
+  if (child_delegate)
+    return child_delegate->GetFromTreeIDAndNodeID(ax_tree_id, node_id);
+
+  return nullptr;
+}
+
 AXPlatformNodeDelegate* AXFragmentRootWin::GetChildNodeDelegate() {
   gfx::NativeViewAccessible child = delegate_->GetChildOfAXFragmentRoot();
   if (child)
diff --git a/ui/accessibility/platform/ax_fragment_root_win.h b/ui/accessibility/platform/ax_fragment_root_win.h
index 61743958..a765aebe 100644
--- a/ui/accessibility/platform/ax_fragment_root_win.h
+++ b/ui/accessibility/platform/ax_fragment_root_win.h
@@ -56,6 +56,8 @@
   gfx::NativeViewAccessible GetFocus() override;
   const ui::AXUniqueId& GetUniqueId() const override;
   gfx::AcceleratedWidget GetTargetForNativeAccessibilityEvent() override;
+  AXPlatformNode* GetFromTreeIDAndNodeID(const ui::AXTreeID& ax_tree_id,
+                                         int32_t id) override;
 
   // If a child node is available, return its delegate.
   AXPlatformNodeDelegate* GetChildNodeDelegate();
diff --git a/ui/accessibility/platform/ax_platform_node_auralinux.cc b/ui/accessibility/platform/ax_platform_node_auralinux.cc
index 5b797fd..013d199 100644
--- a/ui/accessibility/platform/ax_platform_node_auralinux.cc
+++ b/ui/accessibility/platform/ax_platform_node_auralinux.cc
@@ -2547,20 +2547,8 @@
       return ATK_ROLE_RADIO_BUTTON;
     case ax::mojom::Role::kRadioGroup:
       return ATK_ROLE_PANEL;
-    case ax::mojom::Role::kRegion: {
-      std::string html_tag =
-          GetData().GetStringAttribute(ax::mojom::StringAttribute::kHtmlTag);
-      if (html_tag == "section" &&
-          GetData()
-              .GetString16Attribute(ax::mojom::StringAttribute::kName)
-              .empty()) {
-        // Do not use ARIA mapping for nameless <section>.
-        return ATK_ROLE_SECTION;
-      } else {
-        // Use ARIA mapping.
-        return ATK_ROLE_LANDMARK;
-      }
-    }
+    case ax::mojom::Role::kRegion:
+      return ATK_ROLE_LANDMARK;
     case ax::mojom::Role::kRootWebArea:
       return ATK_ROLE_DOCUMENT_WEB;
     case ax::mojom::Role::kRow:
@@ -2573,6 +2561,17 @@
       // TODO(accessibility) Panels are generally for containers of widgets.
       // This should probably be a section (if a container) or static if text.
       return ATK_ROLE_PANEL;
+    case ax::mojom::Role::kSection: {
+      if (GetData()
+              .GetString16Attribute(ax::mojom::StringAttribute::kName)
+              .empty()) {
+        // Do not use ARIA mapping for nameless <section>.
+        return ATK_ROLE_SECTION;
+      } else {
+        // Use ARIA mapping.
+        return ATK_ROLE_LANDMARK;
+      }
+    }
     case ax::mojom::Role::kScrollBar:
       return ATK_ROLE_SCROLL_BAR;
     case ax::mojom::Role::kSearch:
diff --git a/ui/accessibility/platform/ax_platform_node_delegate.h b/ui/accessibility/platform/ax_platform_node_delegate.h
index 5b46af3..ff2b83b 100644
--- a/ui/accessibility/platform/ax_platform_node_delegate.h
+++ b/ui/accessibility/platform/ax_platform_node_delegate.h
@@ -25,6 +25,7 @@
 #include "ui/accessibility/ax_position.h"
 #include "ui/accessibility/ax_text_boundary.h"
 #include "ui/accessibility/ax_text_utils.h"
+#include "ui/accessibility/ax_tree_id.h"
 #include "ui/accessibility/platform/ax_unique_id.h"
 #include "ui/gfx/geometry/vector2d.h"
 #include "ui/gfx/native_widget_types.h"
@@ -219,8 +220,15 @@
   // Get whether this node is in web content.
   virtual bool IsWebContent() const = 0;
 
+  // Get another node from this same tree.
   virtual AXPlatformNode* GetFromNodeID(int32_t id) = 0;
 
+  // Get a node from a different tree using a tree ID and node ID.
+  // Note that this is only guaranteed to work if the other tree is of the
+  // same type, i.e. it won't work between web and views or vice-versa.
+  virtual AXPlatformNode* GetFromTreeIDAndNodeID(const ui::AXTreeID& ax_tree_id,
+                                                 int32_t id) = 0;
+
   // Given a node ID attribute (one where IsNodeIdIntAttribute is true), return
   // a target nodes for which this delegate's node has that relationship
   // attribute or NULL if there is no such relationship.
diff --git a/ui/accessibility/platform/ax_platform_node_delegate_base.cc b/ui/accessibility/platform/ax_platform_node_delegate_base.cc
index e2cc76779..b018bd4 100644
--- a/ui/accessibility/platform/ax_platform_node_delegate_base.cc
+++ b/ui/accessibility/platform/ax_platform_node_delegate_base.cc
@@ -225,6 +225,12 @@
   return nullptr;
 }
 
+AXPlatformNode* AXPlatformNodeDelegateBase::GetFromTreeIDAndNodeID(
+    const ui::AXTreeID& ax_tree_id,
+    int32_t id) {
+  return nullptr;
+}
+
 int AXPlatformNodeDelegateBase::GetIndexInParent() {
   AXPlatformNodeDelegate* parent = GetParentDelegate();
   if (!parent)
diff --git a/ui/accessibility/platform/ax_platform_node_delegate_base.h b/ui/accessibility/platform/ax_platform_node_delegate_base.h
index 7f784e8..a9623c13 100644
--- a/ui/accessibility/platform/ax_platform_node_delegate_base.h
+++ b/ui/accessibility/platform/ax_platform_node_delegate_base.h
@@ -149,8 +149,15 @@
   // Get whether this node is in web content.
   bool IsWebContent() const override;
 
+  // Get another node from this same tree.
   AXPlatformNode* GetFromNodeID(int32_t id) override;
 
+  // Get a node from a different tree using a tree ID and node ID.
+  // Note that this is only guaranteed to work if the other tree is of the
+  // same type, i.e. it won't work between web and views or vice-versa.
+  AXPlatformNode* GetFromTreeIDAndNodeID(const ui::AXTreeID& ax_tree_id,
+                                         int32_t id) override;
+
   // Given a node ID attribute (one where IsNodeIdIntAttribute is true), return
   // a target nodes for which this delegate's node has that relationship
   // attribute or NULL if there is no such relationship.
diff --git a/ui/accessibility/platform/ax_platform_node_mac.mm b/ui/accessibility/platform/ax_platform_node_mac.mm
index 1221e74..e4d3fe54 100644
--- a/ui/accessibility/platform/ax_platform_node_mac.mm
+++ b/ui/accessibility/platform/ax_platform_node_mac.mm
@@ -193,6 +193,7 @@
       {ax::mojom::Role::kScrollBar, NSAccessibilityScrollBarRole},
       {ax::mojom::Role::kSearch, NSAccessibilityGroupRole},
       {ax::mojom::Role::kSearchBox, NSAccessibilityTextFieldRole},
+      {ax::mojom::Role::kSection, NSAccessibilityGroupRole},
       {ax::mojom::Role::kSlider, NSAccessibilitySliderRole},
       {ax::mojom::Role::kSliderThumb, NSAccessibilityValueIndicatorRole},
       {ax::mojom::Role::kSpinButton, NSAccessibilityIncrementorRole},
@@ -256,9 +257,10 @@
       {ax::mojom::Role::kMath, @"AXDocumentMath"},
       {ax::mojom::Role::kNavigation, @"AXLandmarkNavigation"},
       {ax::mojom::Role::kNote, @"AXDocumentNote"},
-      {ax::mojom::Role::kRegion, @"AXDocumentRegion"},
+      {ax::mojom::Role::kRegion, @"AXLandmarkRegion"},
       {ax::mojom::Role::kSearch, @"AXLandmarkSearch"},
       {ax::mojom::Role::kSearchBox, @"AXSearchField"},
+      {ax::mojom::Role::kSection, @"AXLandmarkRegion"},
       {ax::mojom::Role::kStatus, @"AXApplicationStatus"},
       {ax::mojom::Role::kSwitch, @"AXSwitch"},
       {ax::mojom::Role::kTabPanel, @"AXTabPanel"},
diff --git a/ui/accessibility/platform/ax_platform_node_textrangeprovider_win.cc b/ui/accessibility/platform/ax_platform_node_textrangeprovider_win.cc
index 84ce65f..62d4125 100644
--- a/ui/accessibility/platform/ax_platform_node_textrangeprovider_win.cc
+++ b/ui/accessibility/platform/ax_platform_node_textrangeprovider_win.cc
@@ -25,6 +25,33 @@
 
 namespace ui {
 
+class AXRangeScreenRectDelegateImpl : public AXRangeScreenRectDelegate {
+ public:
+  AXRangeScreenRectDelegateImpl(AXPlatformNodeTextRangeProviderWin* host)
+      : host_(host) {}
+
+  gfx::Rect GetInnerTextRangeBoundsRect(AXTreeID tree_id,
+                                        AXNode::AXID node_id,
+                                        int start_offset,
+                                        int end_offset) override {
+    AXPlatformNodeDelegate* delegate = host_->GetDelegate(tree_id, node_id);
+    DCHECK(delegate);
+    return delegate->GetInnerTextRangeBoundsRect(
+        start_offset, end_offset, ui::AXCoordinateSystem::kScreen,
+        ui::AXClippingBehavior::kClipped);
+  }
+
+  gfx::Rect GetBoundsRect(AXTreeID tree_id, AXNode::AXID node_id) override {
+    AXPlatformNodeDelegate* delegate = host_->GetDelegate(tree_id, node_id);
+    DCHECK(delegate);
+    return delegate->GetBoundsRect(ui::AXCoordinateSystem::kScreen,
+                                   ui::AXClippingBehavior::kClipped);
+  }
+
+ private:
+  AXPlatformNodeTextRangeProviderWin* host_;
+};
+
 AXPlatformNodeTextRangeProviderWin::AXPlatformNodeTextRangeProviderWin() {
   DVLOG(1) << __func__;
 }
@@ -412,7 +439,8 @@
 
   *rectangles = nullptr;
   AXNodeRange range(start_->Clone(), end_->Clone());
-  std::vector<gfx::Rect> rects = range.GetScreenRects();
+  AXRangeScreenRectDelegateImpl rect_delegate(this);
+  std::vector<gfx::Rect> rects = range.GetScreenRects(&rect_delegate);
 
   // 4 array items per rect: left, top, width, height
   SAFEARRAY* safe_array = SafeArrayCreateVector(
@@ -699,16 +727,23 @@
   const AXTreeManager* ax_tree_manager =
       AXTreeManagerMap::GetInstance().GetManager(common_ancestor_tree_id);
   DCHECK(ax_tree_manager);
-
+  AXNode* root_node = ax_tree_manager->GetRootAsAXNode();
+  const AXPlatformNode* root_platform_node =
+      owner_->GetDelegate()->GetFromTreeIDAndNodeID(common_ancestor_tree_id,
+                                                    root_node->id());
+  DCHECK(root_platform_node);
   const AXPlatformNodeDelegate* root_delegate =
-      ax_tree_manager->GetRootDelegate(common_ancestor_tree_id);
+      root_platform_node->GetDelegate();
   const gfx::Rect root_frame_bounds = root_delegate->GetBoundsRect(
       AXCoordinateSystem::kFrame, AXClippingBehavior::kUnclipped);
   UIA_VALIDATE_BOUNDS(root_frame_bounds);
 
+  const AXPlatformNode* common_ancestor_platform_node =
+      owner_->GetDelegate()->GetFromTreeIDAndNodeID(
+          common_ancestor_tree_id, common_ancestor_anchor->id());
+  DCHECK(common_ancestor_platform_node);
   AXPlatformNodeDelegate* common_ancestor_delegate =
-      ax_tree_manager->GetDelegate(common_ancestor_tree_id,
-                                   common_ancestor_anchor->id());
+      common_ancestor_platform_node->GetDelegate();
   DCHECK(common_ancestor_delegate);
   const gfx::Rect text_range_container_frame_bounds =
       common_ancestor_delegate->GetBoundsRect(AXCoordinateSystem::kFrame,
@@ -820,9 +855,12 @@
 AXPlatformNodeDelegate* AXPlatformNodeTextRangeProviderWin::GetDelegate(
     const AXTreeID tree_id,
     const AXNode::AXID node_id) const {
-  AXTreeManager* manager = AXTreeManagerMap::GetInstance().GetManager(tree_id);
-  return manager ? manager->GetDelegate(tree_id, node_id)
-                 : owner()->GetDelegate();
+  AXPlatformNode* platform_node =
+      owner_->GetDelegate()->GetFromTreeIDAndNodeID(tree_id, node_id);
+  if (!platform_node)
+    return nullptr;
+
+  return platform_node->GetDelegate();
 }
 
 AXPlatformNodeTextRangeProviderWin::AXPositionInstance
diff --git a/ui/accessibility/platform/ax_platform_node_textrangeprovider_win.h b/ui/accessibility/platform/ax_platform_node_textrangeprovider_win.h
index 1ddc770..a8727494 100644
--- a/ui/accessibility/platform/ax_platform_node_textrangeprovider_win.h
+++ b/ui/accessibility/platform/ax_platform_node_textrangeprovider_win.h
@@ -87,6 +87,7 @@
 
   friend class AXPlatformNodeTextRangeProviderTest;
   friend class AXPlatformNodeTextProviderTest;
+  friend class AXRangeScreenRectDelegateImpl;
 
   base::string16 GetString(int max_count);
   AXPlatformNodeWin* owner() const;
diff --git a/ui/accessibility/platform/ax_platform_node_unittest.cc b/ui/accessibility/platform/ax_platform_node_unittest.cc
index e8d77a7..9950894 100644
--- a/ui/accessibility/platform/ax_platform_node_unittest.cc
+++ b/ui/accessibility/platform/ax_platform_node_unittest.cc
@@ -67,36 +67,6 @@
   return nullptr;
 }
 
-AXPlatformNodeDelegate* AXPlatformNodeTest::GetDelegate(
-    const ui::AXTreeID tree_id,
-    const int32_t node_id) const {
-  AXNode* node = GetNodeFromTree(tree_id, node_id);
-
-  if (node) {
-    TestAXNodeWrapper* wrapper =
-        TestAXNodeWrapper::GetOrCreate(tree_.get(), node);
-
-    return wrapper;
-  }
-
-  return nullptr;
-}
-
-AXPlatformNodeDelegate* AXPlatformNodeTest::GetRootDelegate(
-    const AXTreeID tree_id) const {
-  if (GetTreeID() == tree_id) {
-    AXNode* root_node = GetRootNode();
-
-    if (root_node) {
-      TestAXNodeWrapper* wrapper =
-          TestAXNodeWrapper::GetOrCreate(tree_.get(), root_node);
-      return wrapper;
-    }
-  }
-
-  return nullptr;
-}
-
 AXTreeID AXPlatformNodeTest::GetTreeID() const {
   return tree_->data().tree_id;
 }
diff --git a/ui/accessibility/platform/ax_platform_node_unittest.h b/ui/accessibility/platform/ax_platform_node_unittest.h
index ecae3ca..2fa8b660 100644
--- a/ui/accessibility/platform/ax_platform_node_unittest.h
+++ b/ui/accessibility/platform/ax_platform_node_unittest.h
@@ -41,10 +41,6 @@
   // AXTreeManager implementation.
   AXNode* GetNodeFromTree(const ui::AXTreeID tree_id,
                           const int32_t node_id) const override;
-  AXPlatformNodeDelegate* GetDelegate(const AXTreeID tree_id,
-                                      const int32_t node_id) const override;
-  AXPlatformNodeDelegate* GetRootDelegate(
-      const AXTreeID tree_id) const override;
   AXTreeID GetTreeID() const override;
   AXTreeID GetParentTreeID() const override;
   ui::AXNode* GetRootAsAXNode() const override;
diff --git a/ui/accessibility/platform/ax_platform_node_win.cc b/ui/accessibility/platform/ax_platform_node_win.cc
index deda9d6..1987b8b 100644
--- a/ui/accessibility/platform/ax_platform_node_win.cc
+++ b/ui/accessibility/platform/ax_platform_node_win.cc
@@ -1749,10 +1749,20 @@
   WIN_ACCESSIBILITY_API_HISTOGRAM(
       UMA_API_EXPANDCOLLAPSE_GET_EXPANDCOLLAPSESTATE);
   UIA_VALIDATE_CALL_1_ARG(result);
+
   const AXNodeData& data = GetData();
-  if (data.HasState(ax::mojom::State::kExpanded)) {
+  const bool is_menu_button = data.GetHasPopup() == ax::mojom::HasPopup::kMenu;
+  const bool is_expanded_menu_button =
+      is_menu_button &&
+      data.GetCheckedState() == ax::mojom::CheckedState::kTrue;
+  const bool is_collapsed_menu_button =
+      is_menu_button &&
+      data.GetCheckedState() != ax::mojom::CheckedState::kTrue;
+
+  if (data.HasState(ax::mojom::State::kExpanded) || is_expanded_menu_button) {
     *result = ExpandCollapseState_Expanded;
-  } else if (data.HasState(ax::mojom::State::kCollapsed)) {
+  } else if (data.HasState(ax::mojom::State::kCollapsed) ||
+             is_collapsed_menu_button) {
     *result = ExpandCollapseState_Collapsed;
   } else {
     *result = ExpandCollapseState_LeafNode;
@@ -4778,19 +4788,8 @@
     case ax::mojom::Role::kRadioGroup:
       return ROLE_SYSTEM_GROUPING;
 
-    case ax::mojom::Role::kRegion: {
-      std::string html_tag =
-          GetData().GetStringAttribute(ax::mojom::StringAttribute::kHtmlTag);
-      if (html_tag == "section" &&
-          GetData()
-              .GetString16Attribute(ax::mojom::StringAttribute::kName)
-              .empty()) {
-        // Do not use ARIA mapping for nameless <section>.
-        return ROLE_SYSTEM_GROUPING;
-      }
-      // Use ARIA mapping.
+    case ax::mojom::Role::kRegion:
       return ROLE_SYSTEM_PANE;
-    }
 
     case ax::mojom::Role::kRow: {
       // Role changes depending on whether row is inside a treegrid
@@ -4804,6 +4803,17 @@
     case ax::mojom::Role::kRuby:
       return ROLE_SYSTEM_TEXT;
 
+    case ax::mojom::Role::kSection: {
+      if (GetData()
+              .GetString16Attribute(ax::mojom::StringAttribute::kName)
+              .empty()) {
+        // Do not use ARIA mapping for nameless <section>.
+        return ROLE_SYSTEM_GROUPING;
+      }
+      // Use ARIA mapping.
+      return ROLE_SYSTEM_PANE;
+    }
+
     case ax::mojom::Role::kScrollBar:
       return ROLE_SYSTEM_SCROLLBAR;
 
@@ -5201,11 +5211,17 @@
     case ax::mojom::Role::kPre:
       ia2_role = IA2_ROLE_PARAGRAPH;
       break;
-    case ax::mojom::Role::kRegion: {
-      std::string html_tag =
-          GetData().GetStringAttribute(ax::mojom::StringAttribute::kHtmlTag);
-      if (html_tag == "section" &&
-          GetData()
+    case ax::mojom::Role::kRegion:
+      ia2_role = IA2_ROLE_LANDMARK;
+      break;
+    case ax::mojom::Role::kRuby:
+      ia2_role = IA2_ROLE_TEXT_FRAME;
+      break;
+    case ax::mojom::Role::kSearch:
+      ia2_role = IA2_ROLE_LANDMARK;
+      break;
+    case ax::mojom::Role::kSection: {
+      if (GetData()
               .GetString16Attribute(ax::mojom::StringAttribute::kName)
               .empty()) {
         // Do not use ARIA mapping for nameless <section>.
@@ -5216,12 +5232,6 @@
       }
       break;
     }
-    case ax::mojom::Role::kRuby:
-      ia2_role = IA2_ROLE_TEXT_FRAME;
-      break;
-    case ax::mojom::Role::kSearch:
-      ia2_role = IA2_ROLE_LANDMARK;
-      break;
     case ax::mojom::Role::kSwitch:
       ia2_role = IA2_ROLE_TOGGLE_BUTTON;
       break;
@@ -5593,19 +5603,8 @@
     case ax::mojom::Role::kRadioGroup:
       return L"radiogroup";
 
-    case ax::mojom::Role::kRegion: {
-      std::string html_tag =
-          GetData().GetStringAttribute(ax::mojom::StringAttribute::kHtmlTag);
-      if (html_tag == "section" &&
-          GetData()
-              .GetString16Attribute(ax::mojom::StringAttribute::kName)
-              .empty()) {
-        // Do not use ARIA mapping for nameless <section>.
-        return L"group";
-      }
-      // Use ARIA mapping.
+    case ax::mojom::Role::kRegion:
       return L"region";
-    }
 
     case ax::mojom::Role::kRow: {
       // Role changes depending on whether row is inside a treegrid
@@ -5619,6 +5618,17 @@
     case ax::mojom::Role::kRuby:
       return L"region";
 
+    case ax::mojom::Role::kSection: {
+      if (GetData()
+              .GetString16Attribute(ax::mojom::StringAttribute::kName)
+              .empty()) {
+        // Do not use ARIA mapping for nameless <section>.
+        return L"group";
+      }
+      // Use ARIA mapping.
+      return L"region";
+    }
+
     case ax::mojom::Role::kScrollBar:
       return L"scrollbar";
 
@@ -6243,19 +6253,8 @@
     case ax::mojom::Role::kRadioGroup:
       return UIA_GroupControlTypeId;
 
-    case ax::mojom::Role::kRegion: {
-      std::string html_tag =
-          GetData().GetStringAttribute(ax::mojom::StringAttribute::kHtmlTag);
-      if (html_tag == "section" &&
-          GetData()
-              .GetString16Attribute(ax::mojom::StringAttribute::kName)
-              .empty()) {
-        // Do not use ARIA mapping for nameless <section>.
-        return UIA_GroupControlTypeId;
-      }
-      // Use ARIA mapping.
-      return UIA_PaneControlTypeId;
-    }
+    case ax::mojom::Role::kRegion:
+      return UIA_GroupControlTypeId;
 
     case ax::mojom::Role::kRow: {
       // Role changes depending on whether row is inside a treegrid
@@ -6270,6 +6269,9 @@
     case ax::mojom::Role::kRuby:
       return UIA_PaneControlTypeId;
 
+    case ax::mojom::Role::kSection:
+      return UIA_GroupControlTypeId;
+
     case ax::mojom::Role::kScrollBar:
       return UIA_ScrollBarControlTypeId;
 
@@ -6458,6 +6460,7 @@
       return UIA_SearchLandmarkTypeId;
 
     case ax::mojom::Role::kRegion:
+    case ax::mojom::Role::kSection:
       if (data.HasStringAttribute(ax::mojom::StringAttribute::kName))
         return UIA_CustomLandmarkTypeId;
       FALLTHROUGH;
diff --git a/ui/accessibility/platform/ax_platform_node_win_unittest.cc b/ui/accessibility/platform/ax_platform_node_win_unittest.cc
index a4663d9..2ac248c 100644
--- a/ui/accessibility/platform/ax_platform_node_win_unittest.cc
+++ b/ui/accessibility/platform/ax_platform_node_win_unittest.cc
@@ -5193,16 +5193,25 @@
   ui::AXNodeData combo_box_grouping_expanded;
   ui::AXNodeData combo_box_grouping_collapsed;
   ui::AXNodeData combo_box_grouping_disabled;
+  ui::AXNodeData button_has_popup_menu;
+  ui::AXNodeData button_has_popup_menu_pressed;
+  ui::AXNodeData button_has_popup_true;
 
   combo_box_grouping_has_popup.id = 2;
   combo_box_grouping_expanded.id = 3;
   combo_box_grouping_collapsed.id = 4;
   combo_box_grouping_disabled.id = 5;
+  button_has_popup_menu.id = 6;
+  button_has_popup_menu_pressed.id = 7;
+  button_has_popup_true.id = 8;
 
   root.child_ids.push_back(combo_box_grouping_has_popup.id);
   root.child_ids.push_back(combo_box_grouping_expanded.id);
   root.child_ids.push_back(combo_box_grouping_collapsed.id);
   root.child_ids.push_back(combo_box_grouping_disabled.id);
+  root.child_ids.push_back(button_has_popup_menu.id);
+  root.child_ids.push_back(button_has_popup_menu_pressed.id);
+  root.child_ids.push_back(button_has_popup_true.id);
 
   // combo_box_grouping HasPopup set to true, can collapse, can expand.
   // state is ExpandCollapseState_LeafNode.
@@ -5224,9 +5233,23 @@
   combo_box_grouping_disabled.role = ax::mojom::Role::kComboBoxGrouping;
   combo_box_grouping_disabled.SetRestriction(ax::mojom::Restriction::kDisabled);
 
+  // button_has_popup_menu HasPopup set to kMenu and is not STATE_PRESSED.
+  // state is ExpandCollapseState_Collapsed.
+  button_has_popup_menu.SetHasPopup(ax::mojom::HasPopup::kMenu);
+
+  // button_has_popup_menu_pressed HasPopup set to kMenu and is STATE_PRESSED.
+  // state is ExpandCollapseState_Expanded.
+  button_has_popup_menu_pressed.SetHasPopup(ax::mojom::HasPopup::kMenu);
+  button_has_popup_menu_pressed.SetCheckedState(ax::mojom::CheckedState::kTrue);
+
+  // button_has_popup_true HasPopup set to true but is not a menu.
+  // state is ExpandCollapseState_LeafNode.
+  button_has_popup_true.SetHasPopup(ax::mojom::HasPopup::kTrue);
+
   Init(root, combo_box_grouping_has_popup, combo_box_grouping_disabled,
        combo_box_grouping_expanded, combo_box_grouping_collapsed,
-       combo_box_grouping_disabled);
+       combo_box_grouping_disabled, button_has_popup_menu,
+       button_has_popup_menu_pressed, button_has_popup_true);
 
   // combo_box_grouping HasPopup set to true, can collapse, can expand.
   // state is ExpandCollapseState_LeafNode.
@@ -5278,6 +5301,36 @@
   EXPECT_HRESULT_SUCCEEDED(
       expandcollapse_provider->get_ExpandCollapseState(&state));
   EXPECT_EQ(ExpandCollapseState_LeafNode, state);
+
+  // button_has_popup_menu HasPopup set to kMenu and is not STATE_PRESSED.
+  // state is ExpandCollapseState_Collapsed.
+  raw_element_provider_simple = GetIRawElementProviderSimpleFromChildIndex(4);
+  EXPECT_HRESULT_SUCCEEDED(raw_element_provider_simple->GetPatternProvider(
+      UIA_ExpandCollapsePatternId, &expandcollapse_provider));
+  EXPECT_NE(nullptr, expandcollapse_provider.Get());
+  EXPECT_HRESULT_SUCCEEDED(
+      expandcollapse_provider->get_ExpandCollapseState(&state));
+  EXPECT_EQ(ExpandCollapseState_Collapsed, state);
+
+  // button_has_popup_menu_pressed HasPopup set to kMenu and is STATE_PRESSED.
+  // state is ExpandCollapseState_Expanded.
+  raw_element_provider_simple = GetIRawElementProviderSimpleFromChildIndex(5);
+  EXPECT_HRESULT_SUCCEEDED(raw_element_provider_simple->GetPatternProvider(
+      UIA_ExpandCollapsePatternId, &expandcollapse_provider));
+  EXPECT_NE(nullptr, expandcollapse_provider.Get());
+  EXPECT_HRESULT_SUCCEEDED(
+      expandcollapse_provider->get_ExpandCollapseState(&state));
+  EXPECT_EQ(ExpandCollapseState_Expanded, state);
+
+  // button_has_popup_true HasPopup set to true but is not a menu.
+  // state is ExpandCollapseState_LeafNode.
+  raw_element_provider_simple = GetIRawElementProviderSimpleFromChildIndex(6);
+  EXPECT_HRESULT_SUCCEEDED(raw_element_provider_simple->GetPatternProvider(
+      UIA_ExpandCollapsePatternId, &expandcollapse_provider));
+  EXPECT_NE(nullptr, expandcollapse_provider.Get());
+  EXPECT_HRESULT_SUCCEEDED(
+      expandcollapse_provider->get_ExpandCollapseState(&state));
+  EXPECT_EQ(ExpandCollapseState_LeafNode, state);
 }
 
 TEST_F(AXPlatformNodeWinTest, TestIInvokeProviderInvoke) {
diff --git a/ui/accessibility/platform/test_ax_node_wrapper.cc b/ui/accessibility/platform/test_ax_node_wrapper.cc
index 9b692171..5c2d019 100644
--- a/ui/accessibility/platform/test_ax_node_wrapper.cc
+++ b/ui/accessibility/platform/test_ax_node_wrapper.cc
@@ -285,6 +285,15 @@
   return nullptr;
 }
 
+AXPlatformNode* TestAXNodeWrapper::GetFromTreeIDAndNodeID(
+    const ui::AXTreeID& ax_tree_id,
+    int32_t id) {
+  // TestAXNodeWrapper only supports one accessibility tree.
+  // Additional work would need to be done to support multiple trees.
+  CHECK_EQ(GetTreeData().tree_id, ax_tree_id);
+  return GetFromNodeID(id);
+}
+
 int TestAXNodeWrapper::GetIndexInParent() {
   return node_ ? int{node_->index_in_parent()} : -1;
 }
@@ -583,6 +592,7 @@
       return base::ASCIIToUTF16("content information");
 
     case ax::mojom::Role::kRegion:
+    case ax::mojom::Role::kSection:
       if (data.HasStringAttribute(ax::mojom::StringAttribute::kName))
         return base::ASCIIToUTF16("region");
       FALLTHROUGH;
@@ -647,6 +657,13 @@
     case ax::mojom::Role::kSearchBox:
       return base::ASCIIToUTF16("search box");
 
+    case ax::mojom::Role::kSection: {
+      if (data.HasStringAttribute(ax::mojom::StringAttribute::kName))
+        return base::ASCIIToUTF16("section");
+
+      return {};
+    }
+
     case ax::mojom::Role::kStatus:
       return base::ASCIIToUTF16("output");
 
diff --git a/ui/accessibility/platform/test_ax_node_wrapper.h b/ui/accessibility/platform/test_ax_node_wrapper.h
index e3fc5ae..03ff664 100644
--- a/ui/accessibility/platform/test_ax_node_wrapper.h
+++ b/ui/accessibility/platform/test_ax_node_wrapper.h
@@ -82,6 +82,8 @@
   gfx::NativeViewAccessible GetFocus() override;
   bool IsMinimized() const override;
   AXPlatformNode* GetFromNodeID(int32_t id) override;
+  AXPlatformNode* GetFromTreeIDAndNodeID(const ui::AXTreeID& ax_tree_id,
+                                         int32_t id) override;
   int GetIndexInParent() override;
   bool IsTable() const override;
   base::Optional<int> GetTableRowCount() const override;
diff --git a/ui/events/android/motion_event_android.cc b/ui/events/android/motion_event_android.cc
index c5c13c7..39ee501a 100644
--- a/ui/events/android/motion_event_android.cc
+++ b/ui/events/android/motion_event_android.cc
@@ -9,6 +9,7 @@
 #include <cmath>
 
 #include "base/android/jni_android.h"
+#include "base/numerics/math_constants.h"
 #include "ui/events/base_event_utils.h"
 #include "ui/events/event_constants.h"
 #include "ui/events/event_utils.h"
@@ -51,7 +52,7 @@
     ACTION_CASE(BUTTON_RELEASE);
     default:
       NOTREACHED() << "Invalid Android MotionEvent action: " << android_action;
-  };
+  }
   return MotionEventAndroid::Action::CANCEL;
 }
 
@@ -70,7 +71,7 @@
     ACTION_REVERSE_CASE(BUTTON_RELEASE);
     default:
       NOTREACHED() << "Invalid MotionEvent action: " << action;
-  };
+  }
   return JNI_MotionEvent::ACTION_CANCEL;
 }
 
@@ -84,7 +85,7 @@
     default:
       NOTREACHED() << "Invalid Android MotionEvent tool type: "
                    << android_tool_type;
-  };
+  }
   return MotionEventAndroid::ToolType::UNKNOWN;
 }
 
@@ -97,7 +98,7 @@
     TOOL_TYPE_REVERSE_CASE(ERASER);
     default:
       NOTREACHED() << "Invalid MotionEvent tool type: " << tool_type;
-  };
+  }
   return JNI_MotionEvent::TOOL_TYPE_UNKNOWN;
 }
 
@@ -194,10 +195,10 @@
                                     float orientation_rad,
                                     float* tilt_x,
                                     float* tilt_y) {
-  float r = sin(tilt_rad);
-  float z = cos(tilt_rad);
-  *tilt_x = atan2(sin(-orientation_rad) * r, z) * 180.f / M_PI;
-  *tilt_y = atan2(cos(-orientation_rad) * r, z) * 180.f / M_PI;
+  float r = sinf(tilt_rad);
+  float z = cosf(tilt_rad);
+  *tilt_x = atan2f(sinf(-orientation_rad) * r, z) * 180.f / base::kPiFloat;
+  *tilt_y = atan2f(cosf(-orientation_rad) * r, z) * 180.f / base::kPiFloat;
 }
 
 }  // namespace
diff --git a/ui/events/android/motion_event_android_unittest.cc b/ui/events/android/motion_event_android_unittest.cc
index 2a6b167..a57f874 100644
--- a/ui/events/android/motion_event_android_unittest.cc
+++ b/ui/events/android/motion_event_android_unittest.cc
@@ -4,9 +4,12 @@
 
 #include <android/input.h>
 #include <stddef.h>
+
 #include <cmath>
+#include <limits>
 
 #include "base/android/jni_android.h"
+#include "base/numerics/math_constants.h"
 #include "testing/gtest/include/gtest/gtest.h"
 #include "ui/events/android/motion_event_android.h"
 #include "ui/events/event_constants.h"
@@ -14,37 +17,40 @@
 #include "ui/events/test/scoped_event_test_tick_clock.h"
 
 namespace ui {
+
 class MotionEvent;
 
 namespace {
-const float kPixToDip = 0.5f;
 
-int kAndroidActionButton = 0;
-int kAndroidActionDown = AMOTION_EVENT_ACTION_DOWN;
-int kAndroidActionPointerDown = AMOTION_EVENT_ACTION_POINTER_DOWN;
-int kAndroidAltKeyDown = AMETA_ALT_ON;
+constexpr float kPixToDip = 0.5f;
+
+constexpr int kAndroidActionButton = 0;
+constexpr int kAndroidActionDown = AMOTION_EVENT_ACTION_DOWN;
+constexpr int kAndroidActionPointerDown = AMOTION_EVENT_ACTION_POINTER_DOWN;
+constexpr int kAndroidAltKeyDown = AMETA_ALT_ON;
 
 // Corresponds to TOOL_TYPE_FINGER, see
 // developer.android.com/reference/android/view/MotionEvent.html
 //     #TOOL_TYPE_FINGER.
-int kAndroidToolTypeFinger = 1;
+constexpr int kAndroidToolTypeFinger = 1;
 
 // Corresponds to BUTTON_PRIMARY, see
 // developer.android.com/reference/android/view/MotionEvent.html#BUTTON_PRIMARY.
-int kAndroidButtonPrimary = 1;
+constexpr int kAndroidButtonPrimary = 1;
 
 // This function convert tilt_x and tilt_y back to tilt_rad.
 float ConvertToTiltRad(float tilt_x, float tilt_y) {
-  float tilt_x_r = sin(tilt_x * M_PI / 180.f);
-  float tilt_x_z = cos(tilt_x * M_PI / 180.f);
-  float tilt_y_r = sin(tilt_y * M_PI / 180.f);
-  float tilt_y_z = cos(tilt_y * M_PI / 180.f);
+  float tilt_x_r = sinf(tilt_x * base::kPiFloat / 180.f);
+  float tilt_x_z = cosf(tilt_x * base::kPiFloat / 180.f);
+  float tilt_y_r = sinf(tilt_y * base::kPiFloat / 180.f);
+  float tilt_y_z = cosf(tilt_y * base::kPiFloat / 180.f);
   float r_x = tilt_x_r * tilt_y_z;
   float r_y = tilt_y_r * tilt_x_z;
-  float r = sqrt(r_x * r_x + r_y * r_y);
+  float r = sqrtf(r_x * r_x + r_y * r_y);
   float z = tilt_x_z * tilt_y_z;
-  return atan2(r, z);
+  return atan2f(r, z);
 }
+
 }  // namespace
 
 constexpr float float_error = 0.0001f;
@@ -52,9 +58,9 @@
 // we're primarily testing caching behavior, and the code necessary to
 // construct a Java-backed MotionEvent itself adds unnecessary complexity.
 TEST(MotionEventAndroidTest, Constructor) {
-  int event_time_ms = 5;
+  constexpr int kEventTimeMS = 5;
   base::TimeTicks event_time =
-      base::TimeTicks() + base::TimeDelta::FromMilliseconds(event_time_ms);
+      base::TimeTicks() + base::TimeDelta::FromMilliseconds(kEventTimeMS);
   ui::test::ScopedEventTestTickClock clock;
   clock.SetNowTicks(event_time);
 
@@ -68,7 +74,7 @@
   int action_index = -1;
   MotionEventAndroid event(
       base::android::AttachCurrentThread(), nullptr, kPixToDip, 0.f, 0.f, 0.f,
-      event_time_ms, kAndroidActionDown, pointer_count, history_size,
+      kEventTimeMS, kAndroidActionDown, pointer_count, history_size,
       action_index, kAndroidActionButton, kAndroidButtonPrimary,
       kAndroidAltKeyDown, raw_offset, -raw_offset, false, &p0, &p1);
 
@@ -121,9 +127,9 @@
 }
 
 TEST(MotionEventAndroidTest, Cancel) {
-  const int event_time_ms = 5;
+  constexpr const int kEventTimeMS = 5;
   base::TimeTicks event_time =
-      base::TimeTicks() + base::TimeDelta::FromMilliseconds(event_time_ms);
+      base::TimeTicks() + base::TimeDelta::FromMilliseconds(kEventTimeMS);
   ui::test::ScopedEventTestTickClock clock;
   clock.SetNowTicks(event_time);
 
@@ -131,9 +137,9 @@
   MotionEventAndroid::Pointer p0(
       1, 13.7f, -7.13f, 5.3f, 1.2f, 0.1f, 0.2f, kAndroidToolTypeFinger);
   MotionEventAndroid event(base::android::AttachCurrentThread(), nullptr,
-                           kPixToDip, 0, 0, 0, event_time_ms,
-                           kAndroidActionDown, pointer_count, 0, 0, 0, 0, 0, 0,
-                           0, false, &p0, nullptr);
+                           kPixToDip, 0, 0, 0, kEventTimeMS, kAndroidActionDown,
+                           pointer_count, 0, 0, 0, 0, 0, 0, 0, false, &p0,
+                           nullptr);
 
   std::unique_ptr<MotionEvent> cancel_event = event.Cancel();
   EXPECT_EQ(MotionEvent::Action::CANCEL, cancel_event->GetAction());
@@ -197,4 +203,4 @@
   EXPECT_EQ(action_index, event.GetActionIndex());
 }
 
-}  // namespace content
+}  // namespace ui
diff --git a/ui/events/blink/prediction/kalman_predictor.cc b/ui/events/blink/prediction/kalman_predictor.cc
index 8a50f94..19f700c 100644
--- a/ui/events/blink/prediction/kalman_predictor.cc
+++ b/ui/events/blink/prediction/kalman_predictor.cc
@@ -2,9 +2,12 @@
 // Use of this source code is governed by a BSD-style license that can be
 // found in the LICENSE file.
 
-#define _USE_MATH_DEFINES  // For VC++ to get M_PI. This has to be first.
-
 #include "ui/events/blink/prediction/kalman_predictor.h"
+
+#include <algorithm>
+#include <cmath>
+
+#include "base/numerics/math_constants.h"
 #include "ui/events/blink/prediction/predictor_factory.h"
 
 namespace {
@@ -95,7 +98,7 @@
                         atan2(second_dir.x(), second_dir.y());
       }
     }
-    if (abs(points_angle) * 180 / M_PI > 15) {
+    if (fabsf(points_angle) * 180 / base::kPiDouble > 15) {
       position += ScaleVector2d(acceleration,
                                 kAccelerationInfluence * pred_dt * pred_dt);
     }
diff --git a/ui/events/ozone/evdev/touch_event_converter_evdev.cc b/ui/events/ozone/evdev/touch_event_converter_evdev.cc
index add9a5fa..66568e5c 100644
--- a/ui/events/ozone/evdev/touch_event_converter_evdev.cc
+++ b/ui/events/ozone/evdev/touch_event_converter_evdev.cc
@@ -553,7 +553,10 @@
   if (false_touch_finder_)
     false_touch_finder_->HandleTouches(events_, timestamp);
   std::bitset<kNumTouchEvdevSlots> hold, suppress;
-  palm_detection_filter_->Filter(events_, timestamp, &hold, &suppress);
+  {
+    SCOPED_UMA_HISTOGRAM_TIMER(kPalmFilterTimerEventName);
+    palm_detection_filter_->Filter(events_, timestamp, &hold, &suppress);
+  }
   for (size_t i = 0; i < events_.size(); i++) {
     InProgressTouchEvdev* event = &events_[i];
     if (IsPalm(*event)) {
@@ -683,4 +686,6 @@
     "Ozone.TouchEventConverterEvdev.HoldCountAtRelease";
 const char TouchEventConverterEvdev::kHoldCountAtCancelEventName[] =
     "Ozone.TouchEventConverterEvdev.HoldCountAtCancel";
+const char TouchEventConverterEvdev::kPalmFilterTimerEventName[] =
+    "Ozone.TouchEventConverterEvdev.PalmDetectionFilterTime";
 }  // namespace ui
diff --git a/ui/events/ozone/evdev/touch_event_converter_evdev.h b/ui/events/ozone/evdev/touch_event_converter_evdev.h
index abb5d1cb..1ddd6b7 100644
--- a/ui/events/ozone/evdev/touch_event_converter_evdev.h
+++ b/ui/events/ozone/evdev/touch_event_converter_evdev.h
@@ -70,6 +70,7 @@
 
   static const char kHoldCountAtReleaseEventName[];
   static const char kHoldCountAtCancelEventName[];
+  static const char kPalmFilterTimerEventName[];
 
  private:
   friend class MockTouchEventConverterEvdev;
diff --git a/ui/events/ozone/evdev/touch_event_converter_evdev_unittest.cc b/ui/events/ozone/evdev/touch_event_converter_evdev_unittest.cc
index 37ef774..2d1d5d0 100644
--- a/ui/events/ozone/evdev/touch_event_converter_evdev_unittest.cc
+++ b/ui/events/ozone/evdev/touch_event_converter_evdev_unittest.cc
@@ -1628,6 +1628,9 @@
   EXPECT_THAT(histogram_tester_.GetAllSamples(
                   TouchEventConverterEvdev::kHoldCountAtCancelEventName),
               testing::ElementsAre());
+  EXPECT_THAT(histogram_tester_.GetAllSamples(
+                  TouchEventConverterEvdev::kPalmFilterTimerEventName),
+              testing::SizeIs(1));
 }
 
 TEST_F(TouchEventConverterEvdevTest, HeldThenEnd) {
diff --git a/ui/gfx/BUILD.gn b/ui/gfx/BUILD.gn
index add0f1f..a99470b 100644
--- a/ui/gfx/BUILD.gn
+++ b/ui/gfx/BUILD.gn
@@ -98,6 +98,8 @@
     "font_render_params_linux.cc",
     "font_render_params_mac.cc",
     "font_render_params_win.cc",
+    "font_util.cc",
+    "font_util.h",
     "gdi_util.cc",
     "gdi_util.h",
     "half_float.cc",
diff --git a/ui/gfx/font_render_params_win.cc b/ui/gfx/font_render_params_win.cc
index 86604be..42598fe 100644
--- a/ui/gfx/font_render_params_win.cc
+++ b/ui/gfx/font_render_params_win.cc
@@ -12,7 +12,6 @@
 #include "base/macros.h"
 #include "base/memory/singleton.h"
 #include "base/win/registry.h"
-#include "ui/gfx/win/direct_write.h"
 #include "ui/gfx/win/singleton_hwnd_observer.h"
 
 namespace gfx {
diff --git a/ui/gfx/font_util.cc b/ui/gfx/font_util.cc
new file mode 100644
index 0000000..bd104e1
--- /dev/null
+++ b/ui/gfx/font_util.cc
@@ -0,0 +1,42 @@
+// Copyright 2019 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#include "ui/gfx/font_util.h"
+
+#include "build/build_config.h"
+
+#if defined(OS_LINUX)
+#include <fontconfig/fontconfig.h>
+#endif
+
+#if defined(OS_WIN)
+#include "ui/gfx/win/direct_write.h"
+#endif
+
+namespace gfx {
+
+void InitializeFonts() {
+  // Implicit initialization can cause a long delay on the first rendering if
+  // the font cache has to be regenerated for some reason. Doing it explicitly
+  // here helps in cases where the browser process is starting up in the
+  // background (resources have not yet been granted to cast) since it prevents
+  // the long delay the user would have seen on first rendering.
+
+#if defined(OS_LINUX)
+  // Without this call, the FontConfig library gets implicitly initialized
+  // on the first call to FontConfig. Since it's not safe to initialize it
+  // concurrently from multiple threads, we explicitly initialize it here
+  // to prevent races when there are multiple renderer's querying the library:
+  // http://crbug.com/404311
+  // Note that future calls to FcInit() are safe no-ops per the FontConfig
+  // interface.
+  FcInit();
+#endif  // OS_LINUX
+
+#if defined(OS_WIN)
+  gfx::win::InitializeDirectWrite();
+#endif  // OS_WIN
+}
+
+}  // namespace gfx
diff --git a/ui/gfx/font_util.h b/ui/gfx/font_util.h
new file mode 100644
index 0000000..0ceac62
--- /dev/null
+++ b/ui/gfx/font_util.h
@@ -0,0 +1,17 @@
+// Copyright 2019 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#ifndef UI_GFX_FONT_UTIL_H_
+#define UI_GFX_FONT_UTIL_H_
+
+#include "ui/gfx/gfx_export.h"
+
+namespace gfx {
+
+// Initialize the library fonts.
+GFX_EXPORT void InitializeFonts();
+
+}  // namespace gfx
+
+#endif  // UI_GFX_FONT_UTIL_H_
diff --git a/ui/gfx/geometry/quaternion_unittest.cc b/ui/gfx/geometry/quaternion_unittest.cc
index d350e26..05bc39ff 100644
--- a/ui/gfx/geometry/quaternion_unittest.cc
+++ b/ui/gfx/geometry/quaternion_unittest.cc
@@ -2,10 +2,9 @@
 // Use of this source code is governed by a BSD-style license that can be
 // found in the LICENSE file.
 
-#define _USE_MATH_DEFINES  // For VC++ to get M_PI. This has to be first.
-
 #include <cmath>
 
+#include "base/numerics/math_constants.h"
 #include "base/stl_util.h"
 #include "testing/gtest/include/gtest/gtest.h"
 #include "ui/gfx/geometry/quaternion.h"
@@ -39,7 +38,7 @@
 
 TEST(QuatTest, VectorToVectorRotation) {
   Quaternion q(Vector3dF(1.0f, 0.0f, 0.0f), Vector3dF(0.0f, 1.0f, 0.0f));
-  Quaternion r(Vector3dF(0.0f, 0.0f, 1.0f), M_PI_2);
+  Quaternion r(Vector3dF(0.0f, 0.0f, 1.0f), base::kPiFloat / 2);
 
   EXPECT_FLOAT_EQ(r.x(), q.x());
   EXPECT_FLOAT_EQ(r.y(), q.y());
@@ -150,8 +149,8 @@
 
 TEST(QuatTest, SlerpOppositeAngles) {
   Vector3dF axis(1, 1, 1);
-  double start_radians = -M_PI_2;
-  double stop_radians = M_PI_2;
+  double start_radians = -base::kPiDouble / 2;
+  double stop_radians = base::kPiDouble / 2;
   Quaternion start(axis, start_radians);
   Quaternion stop(axis, stop_radians);
 
diff --git a/ui/gfx/platform_font_win_unittest.cc b/ui/gfx/platform_font_win_unittest.cc
index 4322ff05..8dd4d0a 100644
--- a/ui/gfx/platform_font_win_unittest.cc
+++ b/ui/gfx/platform_font_win_unittest.cc
@@ -18,7 +18,6 @@
 #include "ui/gfx/font.h"
 #include "ui/gfx/font_render_params.h"
 #include "ui/gfx/platform_font_skia.h"
-#include "ui/gfx/win/direct_write.h"
 #include "ui/gfx/win/scoped_set_map_mode.h"
 
 namespace gfx {
diff --git a/ui/gfx/test/run_all_unittests.cc b/ui/gfx/test/run_all_unittests.cc
index 6e6882c..e03a62a 100644
--- a/ui/gfx/test/run_all_unittests.cc
+++ b/ui/gfx/test/run_all_unittests.cc
@@ -12,16 +12,12 @@
 #include "testing/gtest/include/gtest/gtest.h"
 #include "ui/base/resource/resource_bundle.h"
 #include "ui/base/ui_base_paths.h"
+#include "ui/gfx/font_util.h"
 
 #if defined(OS_MACOSX) && !defined(OS_IOS)
 #include "base/test/mock_chrome_application_mac.h"
 #endif
 
-#if defined(OS_WIN)
-#include <windows.h>
-#include "ui/gfx/win/direct_write.h"
-#endif
-
 #if !defined(OS_IOS)
 #include "mojo/core/embedder/embedder.h"  // nogncheck
 #endif
@@ -51,13 +47,11 @@
     ASSERT_TRUE(base::PathService::Get(ui::UI_TEST_PAK, &ui_test_pak_path));
     ui::ResourceBundle::InitSharedInstanceWithPakPath(ui_test_pak_path);
 
-#if defined(OS_WIN)
-    gfx::win::InitializeDirectWrite();
-#endif
-
 #if defined(OS_FUCHSIA)
     skia::ConfigureTestFont();
 #endif
+
+    gfx::InitializeFonts();
   }
 
   void Shutdown() override {
diff --git a/ui/views/accessibility/view_accessibility.cc b/ui/views/accessibility/view_accessibility.cc
index 30cb812..7cc43d9 100644
--- a/ui/views/accessibility/view_accessibility.cc
+++ b/ui/views/accessibility/view_accessibility.cc
@@ -152,6 +152,9 @@
         ax::mojom::StringAttribute::kDescription));
   }
 
+  if (custom_data_.GetHasPopup() != ax::mojom::HasPopup::kFalse)
+    data->SetHasPopup(custom_data_.GetHasPopup());
+
   static const ax::mojom::IntAttribute kOverridableIntAttributes[]{
       ax::mojom::IntAttribute::kPosInSet,
       ax::mojom::IntAttribute::kSetSize,
@@ -257,6 +260,10 @@
                                    {described_by_id});
 }
 
+void ViewAccessibility::OverrideHasPopup(const ax::mojom::HasPopup has_popup) {
+  custom_data_.SetHasPopup(has_popup);
+}
+
 void ViewAccessibility::OverridePosInSet(int pos_in_set, int set_size) {
   custom_data_.AddIntAttribute(ax::mojom::IntAttribute::kPosInSet, pos_in_set);
   custom_data_.AddIntAttribute(ax::mojom::IntAttribute::kSetSize, set_size);
diff --git a/ui/views/accessibility/view_accessibility.h b/ui/views/accessibility/view_accessibility.h
index 1c30893..73aaf73 100644
--- a/ui/views/accessibility/view_accessibility.h
+++ b/ui/views/accessibility/view_accessibility.h
@@ -69,6 +69,7 @@
   void OverrideIsIgnored(bool value);
   void OverrideBounds(const gfx::RectF& bounds);
   void OverrideDescribedBy(View* described_by_view);
+  void OverrideHasPopup(const ax::mojom::HasPopup has_popup);
 
   // Override indexes used by some screen readers when describing elements in a
   // menu, list, etc. If not specified, a view's index in its parent and its
diff --git a/ui/views/accessibility/view_ax_platform_node_delegate.cc b/ui/views/accessibility/view_ax_platform_node_delegate.cc
index f05bab0e4..ffd1d2a 100644
--- a/ui/views/accessibility/view_ax_platform_node_delegate.cc
+++ b/ui/views/accessibility/view_ax_platform_node_delegate.cc
@@ -389,6 +389,12 @@
   return PlatformNodeFromNodeID(id);
 }
 
+ui::AXPlatformNode* ViewAXPlatformNodeDelegate::GetFromTreeIDAndNodeID(
+    const ui::AXTreeID& ax_tree_id,
+    int32_t id) {
+  return nullptr;
+}
+
 bool ViewAXPlatformNodeDelegate::AccessibilityPerformAction(
     const ui::AXActionData& data) {
   return view()->HandleAccessibleAction(data);
diff --git a/ui/views/accessibility/view_ax_platform_node_delegate.h b/ui/views/accessibility/view_ax_platform_node_delegate.h
index c4ffb09ba2..0b5dc68 100644
--- a/ui/views/accessibility/view_ax_platform_node_delegate.h
+++ b/ui/views/accessibility/view_ax_platform_node_delegate.h
@@ -59,6 +59,8 @@
   gfx::NativeViewAccessible HitTestSync(int x, int y) override;
   gfx::NativeViewAccessible GetFocus() override;
   ui::AXPlatformNode* GetFromNodeID(int32_t id) override;
+  ui::AXPlatformNode* GetFromTreeIDAndNodeID(const ui::AXTreeID& ax_tree_id,
+                                             int32_t id) override;
   bool AccessibilityPerformAction(const ui::AXActionData& data) override;
   bool ShouldIgnoreHoveredStateForTesting() override;
   bool IsOffscreen() const override;
diff --git a/ui/views/accessibility/view_ax_platform_node_delegate_unittest.cc b/ui/views/accessibility/view_ax_platform_node_delegate_unittest.cc
index 6c137463..33540ce 100644
--- a/ui/views/accessibility/view_ax_platform_node_delegate_unittest.cc
+++ b/ui/views/accessibility/view_ax_platform_node_delegate_unittest.cc
@@ -368,6 +368,27 @@
   EXPECT_EQ(view_accessibility(view_ids[4])->GetIndexInParent(), 3);
 }
 
+TEST_F(ViewAXPlatformNodeDelegateTest, OverrideHasPopup) {
+  std::vector<View*> view_ids = SetUpExtraViews();
+
+  view_ids[1]->GetViewAccessibility().OverrideHasPopup(
+      ax::mojom::HasPopup::kTrue);
+  view_ids[2]->GetViewAccessibility().OverrideHasPopup(
+      ax::mojom::HasPopup::kMenu);
+
+  ui::AXNodeData node_data_0;
+  view_ids[0]->GetViewAccessibility().GetAccessibleNodeData(&node_data_0);
+  EXPECT_EQ(node_data_0.GetHasPopup(), ax::mojom::HasPopup::kFalse);
+
+  ui::AXNodeData node_data_1;
+  view_ids[1]->GetViewAccessibility().GetAccessibleNodeData(&node_data_1);
+  EXPECT_EQ(node_data_1.GetHasPopup(), ax::mojom::HasPopup::kTrue);
+
+  ui::AXNodeData node_data_2;
+  view_ids[2]->GetViewAccessibility().GetAccessibleNodeData(&node_data_2);
+  EXPECT_EQ(node_data_2.GetHasPopup(), ax::mojom::HasPopup::kMenu);
+}
+
 #if defined(USE_AURA)
 class DerivedTestView : public View {
  public:
diff --git a/ui/views/examples/examples_main.cc b/ui/views/examples/examples_main.cc
index 50f6ef3a..a1bd378a 100644
--- a/ui/views/examples/examples_main.cc
+++ b/ui/views/examples/examples_main.cc
@@ -27,6 +27,7 @@
 #include "ui/base/ui_base_paths.h"
 #include "ui/compositor/test/in_process_context_factory.h"
 #include "ui/display/screen.h"
+#include "ui/gfx/font_util.h"
 #include "ui/gl/gl_switches.h"
 #include "ui/gl/init/gl_factory.h"
 #include "ui/views/examples/example_base.h"
@@ -44,7 +45,6 @@
 
 #if defined(OS_WIN)
 #include "ui/base/win/scoped_ole_initializer.h"
-#include "ui/gfx/win/direct_write.h"
 #endif
 
 #if defined(USE_X11)
@@ -110,9 +110,7 @@
   base::PowerMonitor::Initialize(
       std::make_unique<base::PowerMonitorDeviceSource>());
 
-#if defined(OS_WIN)
-  gfx::win::InitializeDirectWrite();
-#endif
+  gfx::InitializeFonts();
 
 #if defined(USE_AURA)
   std::unique_ptr<aura::Env> env = aura::Env::CreateInstance();
diff --git a/ui/views/layout/flex_layout.cc b/ui/views/layout/flex_layout.cc
index a8215e3b..bcd19e4 100644
--- a/ui/views/layout/flex_layout.cc
+++ b/ui/views/layout/flex_layout.cc
@@ -469,6 +469,14 @@
       FlexChildData& flex_child = data->child_data[i];
       NormalizedRect actual = flex_child.actual_bounds;
       actual.Offset(start.main(), start.cross());
+      if (actual.size_main() > flex_child.preferred_size.main() &&
+          flex_child.flex.alignment() != LayoutAlignment::kStretch) {
+        Span container{actual.origin_main(), actual.size_main()};
+        Span new_main{0, flex_child.preferred_size.main()};
+        new_main.Align(container, flex_child.flex.alignment());
+        actual.set_origin_main(new_main.start());
+        actual.set_size_main(new_main.length());
+      }
       child_layout.bounds = Denormalize(orientation(), actual);
     }
   }
diff --git a/ui/views/layout/flex_layout_types.cc b/ui/views/layout/flex_layout_types.cc
index 2ea27f1..036992e 100644
--- a/ui/views/layout/flex_layout_types.cc
+++ b/ui/views/layout/flex_layout_types.cc
@@ -123,7 +123,7 @@
 FlexSpecification::FlexSpecification() : rule_(GetDefaultFlexRule()) {}
 
 FlexSpecification FlexSpecification::ForCustomRule(FlexRule rule) {
-  return FlexSpecification(std::move(rule), 1, 1);
+  return FlexSpecification(std::move(rule), 1, 1, LayoutAlignment::kStretch);
 }
 
 FlexSpecification FlexSpecification::ForSizeRule(
@@ -133,11 +133,17 @@
   return FlexSpecification(
       GetDefaultFlexRule(minimum_size_rule, maximum_size_rule,
                          adjust_height_for_width),
-      1, 1);
+      1, 1, LayoutAlignment::kStretch);
 }
 
-FlexSpecification::FlexSpecification(FlexRule rule, int order, int weight)
-    : rule_(std::move(rule)), order_(order), weight_(weight) {}
+FlexSpecification::FlexSpecification(FlexRule rule,
+                                     int order,
+                                     int weight,
+                                     LayoutAlignment alignment)
+    : rule_(std::move(rule)),
+      order_(order),
+      weight_(weight),
+      alignment_(alignment) {}
 
 FlexSpecification::FlexSpecification(const FlexSpecification& other) = default;
 
@@ -148,12 +154,17 @@
 
 FlexSpecification FlexSpecification::WithWeight(int weight) const {
   DCHECK_GE(weight, 0);
-  return FlexSpecification(rule_, order_, weight);
+  return FlexSpecification(rule_, order_, weight, alignment_);
 }
 
 FlexSpecification FlexSpecification::WithOrder(int order) const {
   DCHECK_GE(order, 1);
-  return FlexSpecification(rule_, order, weight_);
+  return FlexSpecification(rule_, order, weight_, alignment_);
+}
+
+FlexSpecification FlexSpecification::WithAlignment(
+    LayoutAlignment alignment) const {
+  return FlexSpecification(rule_, order_, weight_, alignment);
 }
 
 // Inset1D ---------------------------------------------------------------------
diff --git a/ui/views/layout/flex_layout_types.h b/ui/views/layout/flex_layout_types.h
index 1e6c1e06..f53a63f 100644
--- a/ui/views/layout/flex_layout_types.h
+++ b/ui/views/layout/flex_layout_types.h
@@ -115,16 +115,28 @@
   // needs.
   FlexSpecification WithWeight(int weight) const;
 
+  // Makes a copy of this specification with a different alignment. The default
+  // is kStretch, which means the child view will always fill the bounds
+  // allocated for it; specifying kLeading, kTrailing, or kCenter will cause the
+  // view to grow to a maximum of its preferred size and then "float" to either
+  // the center, leading, or trailing edge of the allocated space.
+  FlexSpecification WithAlignment(LayoutAlignment alignment) const;
+
   const FlexRule& rule() const { return rule_; }
   int weight() const { return weight_; }
   int order() const { return order_; }
+  LayoutAlignment alignment() const { return alignment_; }
 
  private:
-  FlexSpecification(FlexRule rule, int order, int weight);
+  FlexSpecification(FlexRule rule,
+                    int order,
+                    int weight,
+                    LayoutAlignment alignment);
 
   FlexRule rule_;
   int order_ = 1;
   int weight_ = 0;
+  LayoutAlignment alignment_ = LayoutAlignment::kStretch;
 };
 
 // Represents insets in a single dimension.
diff --git a/ui/views/layout/flex_layout_unittest.cc b/ui/views/layout/flex_layout_unittest.cc
index 8e9ce9b2..ccfc198 100644
--- a/ui/views/layout/flex_layout_unittest.cc
+++ b/ui/views/layout/flex_layout_unittest.cc
@@ -1859,6 +1859,69 @@
   EXPECT_EQ(kLargeSize, child2->size());
 }
 
+TEST_F(FlexLayoutTest, Layout_Flex_TwoChildViews_FlexAlignment_Start) {
+  const FlexSpecification float_start =
+      FlexSpecification::ForSizeRule(MinimumFlexSizeRule::kPreferred,
+                                     MaximumFlexSizeRule::kUnbounded)
+          .WithAlignment(LayoutAlignment::kStart);
+
+  layout_->SetOrientation(LayoutOrientation::kHorizontal);
+  layout_->SetCollapseMargins(true);
+  layout_->SetInteriorMargin(Insets(5));
+  layout_->SetMainAxisAlignment(LayoutAlignment::kStart);
+  layout_->SetCrossAxisAlignment(LayoutAlignment::kStart);
+  layout_->SetDefault(views::kMarginsKey, gfx::Insets(5));
+  View* child1 = AddChild(Size(10, 10));
+  AddChild(Size(10, 10));
+  child1->SetProperty(views::kFlexBehaviorKey, float_start);
+
+  host_->SetSize(Size(50, 20));
+  const std::vector<Rect> expected_bounds{{5, 5, 10, 10}, {35, 5, 10, 10}};
+  EXPECT_EQ(expected_bounds, GetChildBounds());
+}
+
+TEST_F(FlexLayoutTest, Layout_Flex_TwoChildViews_FlexAlignment_End) {
+  const FlexSpecification float_start =
+      FlexSpecification::ForSizeRule(MinimumFlexSizeRule::kPreferred,
+                                     MaximumFlexSizeRule::kUnbounded)
+          .WithAlignment(LayoutAlignment::kEnd);
+
+  layout_->SetOrientation(LayoutOrientation::kHorizontal);
+  layout_->SetCollapseMargins(true);
+  layout_->SetInteriorMargin(Insets(5));
+  layout_->SetMainAxisAlignment(LayoutAlignment::kStart);
+  layout_->SetCrossAxisAlignment(LayoutAlignment::kStart);
+  layout_->SetDefault(views::kMarginsKey, gfx::Insets(5));
+  View* child1 = AddChild(Size(10, 10));
+  AddChild(Size(10, 10));
+  child1->SetProperty(views::kFlexBehaviorKey, float_start);
+
+  host_->SetSize(Size(50, 20));
+  const std::vector<Rect> expected_bounds{{20, 5, 10, 10}, {35, 5, 10, 10}};
+  EXPECT_EQ(expected_bounds, GetChildBounds());
+}
+
+TEST_F(FlexLayoutTest, Layout_Flex_TwoChildViews_FlexAlignment_Center) {
+  const FlexSpecification float_start =
+      FlexSpecification::ForSizeRule(MinimumFlexSizeRule::kPreferred,
+                                     MaximumFlexSizeRule::kUnbounded)
+          .WithAlignment(LayoutAlignment::kCenter);
+
+  layout_->SetOrientation(LayoutOrientation::kHorizontal);
+  layout_->SetCollapseMargins(true);
+  layout_->SetInteriorMargin(Insets(5));
+  layout_->SetMainAxisAlignment(LayoutAlignment::kStart);
+  layout_->SetCrossAxisAlignment(LayoutAlignment::kStart);
+  layout_->SetDefault(views::kMarginsKey, gfx::Insets(5));
+  View* child1 = AddChild(Size(10, 10));
+  AddChild(Size(10, 10));
+  child1->SetProperty(views::kFlexBehaviorKey, float_start);
+
+  host_->SetSize(Size(50, 20));
+  const std::vector<Rect> expected_bounds{{12, 5, 10, 10}, {35, 5, 10, 10}};
+  EXPECT_EQ(expected_bounds, GetChildBounds());
+}
+
 TEST_F(FlexLayoutTest, Layout_FlexRule_CustomFlexRule) {
   constexpr int kFullSize = 50;
   constexpr int kHalfSize = 25;
diff --git a/ui/webui/resources/cr_components/chromeos/network/network_config.js b/ui/webui/resources/cr_components/chromeos/network/network_config.js
index 23a46822..89a5c3d 100644
--- a/ui/webui/resources/cr_components/chromeos/network/network_config.js
+++ b/ui/webui/resources/cr_components/chromeos/network/network_config.js
@@ -383,7 +383,7 @@
     this.hiddenNetworkWarning_ = this.showHiddenNetworkWarning_();
 
     this.updateIsConfigured_();
-    this.updateDeviceCertsOnly_();
+    this.onNetworkCertificatesChanged();
   },
 
   save: function() {
@@ -477,7 +477,7 @@
   },
 
   /** CrNetworkListenerBehavior override */
-  onCertificateListsChanged_: function() {
+  onNetworkCertificatesChanged: function() {
     this.networkConfig_.getNetworkCertificates().then(response => {
       const isOpenVpn = this.configProperties_.type == mojom.NetworkType.kVPN &&
           this.configProperties_.vpn.type == mojom.VpnType.kOpenVPN;
@@ -648,7 +648,7 @@
 
   /** @private */
   onShareChanged_: function(event) {
-    this.updateDeviceCertsOnly_();
+    this.updateSelectedCerts_();
   },
 
   /**
@@ -811,7 +811,6 @@
     if (managedProperties.type == mojom.NetworkType.kVPN) {
       this.vpnType_ = this.getVpnTypeFromProperties_(this.configProperties_);
     }
-    this.onCertificateListsChanged_();
   },
 
   /**
@@ -1031,7 +1030,6 @@
       };
     }
     this.updateCertError_();
-    this.onCertificateListsChanged_();
   },
 
   /** @private */
@@ -1145,29 +1143,53 @@
    * @private
    */
   updateSelectedCerts_: function() {
+    if (!this.serverCaCerts_.length || !this.userCerts_.length) {
+      return;
+    }
+    const eap = this.eapProperties_;
+
+    // Only device-wide certificates can be used for shared networks that
+    // require a certificate.
+    this.deviceCertsOnly_ =
+        this.shareNetwork_ && !!eap && eap.outer == 'EAP-TLS';
+
     // Validate selected Server CA.
-    if (!this.findCert_(this.serverCaCerts_, this.selectedServerCaHash_)) {
+    const caCert =
+        this.findCert_(this.serverCaCerts_, this.selectedServerCaHash_);
+    if (!caCert || (this.deviceCertsOnly_ && !caCert.deviceWide)) {
       this.selectedServerCaHash_ = undefined;
     }
     if (!this.selectedServerCaHash_) {
-      const eap = this.eapProperties_;
-      if (eap) {
-        this.selectedServerCaHash_ =
-            eap.useSystemCas ? DEFAULT_HASH : DO_NOT_CHECK_HASH;
+      if (eap && eap.useSystemCas) {
+        this.selectedServerCaHash_ = DEFAULT_HASH;
       } else if (!this.guid && this.serverCaCerts_[0]) {
-        // For unconfigured networks only, default to the first CA.
-        this.selectedServerCaHash_ = this.serverCaCerts_[0].hash;
+        // For unconfigured networks, default to the first available
+        // certificate, or DO_NOT_CHECK (i.e. skip DEFAULT_HASH). See
+        /// onNetworkCertificatesChanged() for how certificates are added.
+        let cert = this.serverCaCerts_[0];
+        if (cert.hash == DEFAULT_HASH && this.serverCaCerts_[1]) {
+          cert = this.serverCaCerts_[1];
+        }
+        this.selectedServerCaHash_ = cert.hash;
       } else {
         this.selectedServerCaHash_ = DO_NOT_CHECK_HASH;
       }
     }
 
     // Validate selected User cert.
-    if (!this.findCert_(this.userCerts_, this.selectedUserCertHash_)) {
+    const userCert =
+        this.findCert_(this.userCerts_, this.selectedUserCertHash_);
+    if (!userCert || (this.deviceCertsOnly_ && !userCert.deviceWide)) {
       this.selectedUserCertHash_ = undefined;
     }
-    if (!this.selectedUserCertHash_ && this.userCerts_[0]) {
-      this.selectedUserCertHash_ = this.userCerts_[0].hash;
+    if (!this.selectedUserCertHash_) {
+      for (let i = 0; i < this.userCerts_.length; ++i) {
+        const userCert = this.userCerts_[i];
+        if (userCert && (!this.deviceCertsOnly_ || userCert.deviceWide)) {
+          this.selectedUserCertHash_ = userCert.hash;
+          break;
+        }
+      }
     }
   },
 
@@ -1207,27 +1229,6 @@
     this.isConfigured_ = this.getIsConfigured_();
   },
 
-  /** @private */
-  updateDeviceCertsOnly_: function() {
-    // Only device-wide certificates can be used for networks that require a
-    // certificate and are shared.
-    const eap = this.eapProperties_;
-    if (!this.shareNetwork_ || !eap || eap.outer != 'EAP-TLS') {
-      this.deviceCertsOnly_ = false;
-      return;
-    }
-    // Clear selection if certificate is not device-wide.
-    let cert = this.findCert_(this.userCerts_, this.selectedUserCertHash_);
-    if (cert && !cert.deviceWide) {
-      this.selectedUserCertHash_ = undefined;
-    }
-    cert = this.findCert_(this.serverCaCerts_, this.selectedServerCaHash_);
-    if (cert && !cert.deviceWide) {
-      this.selectedServerCaHash_ = undefined;
-    }
-    this.deviceCertsOnly_ = true;
-  },
-
   /**
    * @param {mojom.NetworkType} networkType
    * @return {boolean}
diff --git a/ui/webui/resources/cr_components/chromeos/network/network_property_list_mojo.html b/ui/webui/resources/cr_components/chromeos/network/network_property_list_mojo.html
index 6f8caf2..681a79a 100644
--- a/ui/webui/resources/cr_components/chromeos/network/network_property_list_mojo.html
+++ b/ui/webui/resources/cr_components/chromeos/network/network_property_list_mojo.html
@@ -19,7 +19,7 @@
         --cr-input-background-color: transparent;
       }
 
-      cr-policy-network-indicator {
+      cr-policy-network-indicator-mojo {
         margin-inline-start: var(--settings-controlled-by-spacing);
       }
     </style>
diff --git a/ui/webui/resources/cr_components/chromeos/network/network_property_list_mojo.js b/ui/webui/resources/cr_components/chromeos/network/network_property_list_mojo.js
index 708432a..0072baf 100644
--- a/ui/webui/resources/cr_components/chromeos/network/network_property_list_mojo.js
+++ b/ui/webui/resources/cr_components/chromeos/network/network_property_list_mojo.js
@@ -167,7 +167,7 @@
         return true;
       }
       const value = this.getPropertyValue_(key, prefix, propertyDict);
-      return value !== undefined && value !== '';
+      return value !== '';
     };
   },
 
@@ -247,14 +247,13 @@
    */
   getProperty_: function(key, propertyDict) {
     const property = this.get(key, this.propertyDict);
-    if ((property === undefined || property === null) &&
-        propertyDict.source !== undefined) {
-      // If the dictionary is policy controlled, provide an empty property
-      // object with the network policy source. See https://crbug.com/819837
-      // for more info.
+    if (property === undefined || property === null) {
       const policySource =
           OncMojo.getEnforcedPolicySourceFromOncSource(propertyDict.source);
       if (policySource != chromeos.networkConfig.mojom.PolicySource.kNone) {
+        // If the dictionary is policy controlled, provide an empty property
+        // object with the network policy source. See https://crbug.com/819837
+        // for more info.
         return /** @type{!OncMojo.ManagedProperty} */ ({
           activeValue: '',
           policySource: policySource,
diff --git a/ui/webui/resources/cr_elements/cr_searchable_drop_down/cr_searchable_drop_down.js b/ui/webui/resources/cr_elements/cr_searchable_drop_down/cr_searchable_drop_down.js
index b2bcd7cc..ac77d8d 100644
--- a/ui/webui/resources/cr_elements/cr_searchable_drop_down/cr_searchable_drop_down.js
+++ b/ui/webui/resources/cr_elements/cr_searchable_drop_down/cr_searchable_drop_down.js
@@ -55,9 +55,6 @@
       notify: true,
     },
 
-    /** @private {string} */
-    searchTerm_: String,
-
     /** @type {string} */
     label: {
       type: String,
@@ -68,13 +65,16 @@
     updateValueOnInput: Boolean,
 
     /** @private {boolean} */
-    dropdownRefitPending_: Boolean,
-
-    /** @private {boolean} */
     showLoading: {
       type: Boolean,
       value: false,
     },
+
+    /** @private {string} */
+    searchTerm_: String,
+
+    /** @private {boolean} */
+    dropdownRefitPending_: Boolean,
   },
 
   listeners: {